(6.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (5.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateJeraPushDevices (20161003204343)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "platform" varchar, "pudim_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_jera_push_devices_on_token" ON "jera_push_devices" ("token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_devices_on_platform" ON "jera_push_devices" ("platform")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_jera_push_devices_on_token_and_platform" ON "jera_push_devices" ("token", "platform") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161003204343"]]  (6.1ms) commit transaction Migrating to CreateJeraPushMessages (20161003204344)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "message" text, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161003204344"]]  (9.9ms) commit transaction Migrating to CreateJeraPushMessagesDevices (20161003204345)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "jera_push_messages_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "jera_push_device_id" integer, "jera_push_message_id" integer, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_jera_push_messages_devices_on_jera_push_device_id" ON "jera_push_messages_devices" ("jera_push_device_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_messages_devices_on_jera_push_message_id" ON "jera_push_messages_devices" ("jera_push_message_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "jera_push_index_messages_id_devices_id" ON "jera_push_messages_devices" ("jera_push_device_id", "jera_push_message_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161003204345"]]  (6.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index'  JeraPush::Device Load (0.2ms) SELECT "devices".* FROM "devices" ORDER BY "devices"."id" ASC LIMIT 1 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index' JeraPush::Device Load (0.5ms) SELECT "devices".* FROM "devices" ORDER BY "devices"."id" ASC LIMIT 1  (7.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (5.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateJeraPushDevices (20161003204343)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "platform" varchar, "pudim_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_jera_push_devices_on_token" ON "jera_push_devices" ("token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_devices_on_platform" ON "jera_push_devices" ("platform")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_jera_push_devices_on_token_and_platform" ON "jera_push_devices" ("token", "platform") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161003204343"]]  (6.5ms) commit transaction Migrating to CreateJeraPushMessages (20161003204344)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "message" text, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161003204344"]]  (10.1ms) commit transaction Migrating to CreateJeraPushMessagesDevices (20161003204345)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "jera_push_messages_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "jera_push_device_id" integer, "jera_push_message_id" integer, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_jera_push_messages_devices_on_jera_push_device_id" ON "jera_push_messages_devices" ("jera_push_device_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index'  (0.4ms) CREATE INDEX "index_jera_push_messages_devices_on_jera_push_message_id" ON "jera_push_messages_devices" ("jera_push_message_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "jera_push_index_messages_id_devices_id" ON "jera_push_messages_devices" ("jera_push_device_id", "jera_push_message_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161003204345"]]  (10.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index'  JeraPush::Device Load (0.2ms) SELECT "devices".* FROM "devices" ORDER BY "devices"."id" DESC LIMIT 1 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateTesteros (20161003205046)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "testeros" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161003205046"]]  (8.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index' Testero Load (0.1ms) SELECT "testeros".* FROM "testeros" ORDER BY "testeros"."id" DESC LIMIT 1 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateTesteros (20161003205046)  (0.1ms) begin transaction  (0.3ms) DROP TABLE "testeros" SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20161003205046"]]  (4.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateJeraPushMessagesDevices (20161003204345)  (0.1ms) begin transaction  (0.1ms) SELECT sql FROM sqlite_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index'  (0.2ms) DROP INDEX "jera_push_index_messages_id_devices_id"  (0.3ms) DROP TABLE "jera_push_messages_devices" SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20161003204345"]]  (4.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateJeraPushMessages (20161003204344)  (0.1ms) begin transaction  (0.3ms) DROP TABLE "jera_push_messages" SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20161003204344"]]  (9.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateJeraPushDevices (20161003204343)  (0.1ms) begin transaction  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.2ms) DROP INDEX "index_jera_push_devices_on_token_and_platform"  (0.2ms) DROP TABLE "jera_push_devices" SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20161003204343"]]  (19.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateJeraPushDevices (20161003204343)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "platform" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_jera_push_devices_on_token" ON "jera_push_devices" ("token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_devices_on_platform" ON "jera_push_devices" ("platform")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_jera_push_devices_on_token_and_platform" ON "jera_push_devices" ("token", "platform") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161003204343"]]  (6.3ms) commit transaction Migrating to CreateJeraPushMessages (20161003204344)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "message" text, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161003204344"]]  (5.5ms) commit transaction Migrating to CreateJeraPushMessagesDevices (20161003204345)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_messages_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "jera_push_device_id" integer, "jera_push_message_id" integer, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_jera_push_messages_devices_on_jera_push_device_id" ON "jera_push_messages_devices" ("jera_push_device_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_messages_devices_on_jera_push_message_id" ON "jera_push_messages_devices" ("jera_push_message_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index'   (0.5ms) CREATE UNIQUE INDEX "jera_push_index_messages_id_devices_id" ON "jera_push_messages_devices" ("jera_push_device_id", "jera_push_message_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161003204345"]]  (4.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index'  JeraPush::Device Load (0.1ms) SELECT "jera_push_devices".* FROM "jera_push_devices" ORDER BY "jera_push_devices"."id" DESC LIMIT 1 JeraPush::Device Load (0.1ms) SELECT "jera_push_devices".* FROM "jera_push_devices" ORDER BY "jera_push_devices"."id" DESC LIMIT 1 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateJeraPushDevices (20161003205703)  (0.1ms) begin transaction  (0.1ms) CREATE TABLE "jera_push_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "platform" varchar, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) rollback transaction  (8.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (5.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateJeraPushDevices (20161003205703)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "platform" varchar, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_jera_push_devices_on_token" ON "jera_push_devices" ("token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_devices_on_platform" ON "jera_push_devices" ("platform")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'   (0.3ms) CREATE UNIQUE INDEX "index_jera_push_devices_on_token_and_platform" ON "jera_push_devices" ("token", "platform") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161003205703"]]  (5.9ms) commit transaction Migrating to CreateJeraPushMessages (20161003205704)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "message" text, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161003205704"]]  (5.6ms) commit transaction Migrating to CreateJeraPushMessagesDevices (20161003205705)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_messages_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "jera_push_device_id" integer, "jera_push_message_id" integer, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_jera_push_messages_devices_on_jera_push_device_id" ON "jera_push_messages_devices" ("jera_push_device_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_messages_devices_on_jera_push_message_id" ON "jera_push_messages_devices" ("jera_push_message_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "jera_push_index_messages_id_devices_id" ON "jera_push_messages_devices" ("jera_push_device_id", "jera_push_message_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161003205705"]]  (6.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index'  JeraPush::Device Load (0.2ms) SELECT "jera_push_devices".* FROM "jera_push_devices" ORDER BY "jera_push_devices"."id" DESC LIMIT 1 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateClients (20161003220349)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "clients" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "age" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161003220349"]]  (5.4ms) commit transaction Migrating to CreateJeraPushDevices (20161003222218)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "jera_push_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "platform" varchar, "client_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) rollback transaction  (9.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (10.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateClients (20161003220349)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "clients" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "age" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161003220349"]]  (5.7ms) commit transaction Migrating to CreateJeraPushDevices (20161003222218)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "jera_push_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "platform" varchar, "client_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_jera_push_devices_on_token" ON "jera_push_devices" ("token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_devices_on_platform" ON "jera_push_devices" ("platform")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_jera_push_devices_on_token_and_platform" ON "jera_push_devices" ("token", "platform") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161003222218"]]  (10.7ms) commit transaction Migrating to CreateJeraPushMessages (20161003222219)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "message" text, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161003222219"]]  (6.1ms) commit transaction Migrating to CreateJeraPushMessagesDevices (20161003222220)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_messages_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "jera_push_device_id" integer, "jera_push_message_id" integer, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_jera_push_messages_devices_on_jera_push_device_id" ON "jera_push_messages_devices" ("jera_push_device_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_messages_devices_on_jera_push_message_id" ON "jera_push_messages_devices" ("jera_push_message_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "jera_push_index_messages_id_devices_id" ON "jera_push_messages_devices" ("jera_push_device_id", "jera_push_message_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161003222220"]]  (10.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateJeraPushDevices (20161004134322)  (0.1ms) begin transaction  (0.1ms) CREATE TABLE "jera_push_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "platform" varchar, "client_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) rollback transaction  (13.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.3ms) select sqlite_version(*)  (5.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateClients (20161003220349)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "clients" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "age" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161003220349"]]  (5.5ms) commit transaction Migrating to CreateJeraPushDevices (20161004134322)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "platform" varchar, "client_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_jera_push_devices_on_token" ON "jera_push_devices" ("token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_devices_on_platform" ON "jera_push_devices" ("platform")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_jera_push_devices_on_token_and_platform" ON "jera_push_devices" ("token", "platform") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161004134322"]]  (6.3ms) commit transaction Migrating to CreateJeraPushMessages (20161004134323)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "message" text, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161004134323"]]  (10.1ms) commit transaction Migrating to CreateJeraPushMessagesDevices (20161004134324)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_messages_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "jera_push_device_id" integer, "jera_push_message_id" integer, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_jera_push_messages_devices_on_jera_push_device_id" ON "jera_push_messages_devices" ("jera_push_device_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_messages_devices_on_jera_push_message_id" ON "jera_push_messages_devices" ("jera_push_message_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "jera_push_index_messages_id_devices_id" ON "jera_push_messages_devices" ("jera_push_device_id", "jera_push_message_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161004134324"]]  (6.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_message_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_jera_push_device_id' AND type='index'  Client Load (0.2ms) SELECT "clients".* FROM "clients" ORDER BY "clients"."id" DESC LIMIT 1  (7.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (5.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateClients (20161003220349)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "clients" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "age" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161003220349"]]  (5.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (6.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (5.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20161005121035)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161005121035"]]  (6.0ms) commit transaction Migrating to CreateJeraPushDevices (20161005171635)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "platform" varchar, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_jera_push_devices_on_token" ON "jera_push_devices" ("token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_devices_on_platform" ON "jera_push_devices" ("platform")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_jera_push_devices_on_token_and_platform" ON "jera_push_devices" ("token", "platform") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161005171635"]]  (6.0ms) commit transaction Migrating to CreateJeraPushMessages (20161005171636)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "message" text, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161005171636"]]  (6.2ms) commit transaction Migrating to CreateJeraPushMessagesDevices (20161005171637)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_messages_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "message_id" integer, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_jera_push_messages_devices_on_device_id" ON "jera_push_messages_devices" ("device_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_messages_devices_on_message_id" ON "jera_push_messages_devices" ("message_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "jera_push_index_messages_id_devices_id" ON "jera_push_messages_devices" ("device_id", "message_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161005171637"]]  (6.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index'  JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" ORDER BY "jera_push_messages"."id" DESC LIMIT 1 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dr. Tertuliano Franco"], ["created_at", "2016-10-05 17:22:45.998554"], ["updated_at", "2016-10-05 17:22:45.998554"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Marcos Xavier"], ["created_at", "2016-10-05 17:22:46.001624"], ["updated_at", "2016-10-05 17:22:46.001624"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fábio Oliveira"], ["created_at", "2016-10-05 17:22:46.002534"], ["updated_at", "2016-10-05 17:22:46.002534"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sra. César Carvalho"], ["created_at", "2016-10-05 17:22:46.003277"], ["updated_at", "2016-10-05 17:22:46.003277"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dra. Eduarda Nogueira"], ["created_at", "2016-10-05 17:22:46.003988"], ["updated_at", "2016-10-05 17:22:46.003988"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Yango Reis Filho"], ["created_at", "2016-10-05 17:22:46.004687"], ["updated_at", "2016-10-05 17:22:46.004687"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Roberta Batista"], ["created_at", "2016-10-05 17:22:46.005399"], ["updated_at", "2016-10-05 17:22:46.005399"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Heitor Santos Neto"], ["created_at", "2016-10-05 17:22:46.006136"], ["updated_at", "2016-10-05 17:22:46.006136"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Suélen Martins Neto"], ["created_at", "2016-10-05 17:22:46.006901"], ["updated_at", "2016-10-05 17:22:46.006901"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Roberto Reis"], ["created_at", "2016-10-05 17:22:46.007602"], ["updated_at", "2016-10-05 17:22:46.007602"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Isabela Martins Neto"], ["created_at", "2016-10-05 17:22:46.008323"], ["updated_at", "2016-10-05 17:22:46.008323"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sílvia Souza"], ["created_at", "2016-10-05 17:22:46.009045"], ["updated_at", "2016-10-05 17:22:46.009045"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Yago Santos"], ["created_at", "2016-10-05 17:22:46.009764"], ["updated_at", "2016-10-05 17:22:46.009764"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ofélia Moraes Neto"], ["created_at", "2016-10-05 17:22:46.010493"], ["updated_at", "2016-10-05 17:22:46.010493"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Karla Pereira"], ["created_at", "2016-10-05 17:22:46.011266"], ["updated_at", "2016-10-05 17:22:46.011266"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Núbia Xavier"], ["created_at", "2016-10-05 17:22:46.011983"], ["updated_at", "2016-10-05 17:22:46.011983"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Raul Nogueira"], ["created_at", "2016-10-05 17:22:46.012702"], ["updated_at", "2016-10-05 17:22:46.012702"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Aline Oliveira"], ["created_at", "2016-10-05 17:22:46.013397"], ["updated_at", "2016-10-05 17:22:46.013397"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Silas Santos Neto"], ["created_at", "2016-10-05 17:22:46.014103"], ["updated_at", "2016-10-05 17:22:46.014103"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Raul Franco"], ["created_at", "2016-10-05 17:22:46.014856"], ["updated_at", "2016-10-05 17:22:46.014856"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Heitor Braga Jr."], ["created_at", "2016-10-05 17:22:46.015575"], ["updated_at", "2016-10-05 17:22:46.015575"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Marli Reis"], ["created_at", "2016-10-05 17:22:46.016297"], ["updated_at", "2016-10-05 17:22:46.016297"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Danilo Batista"], ["created_at", "2016-10-05 17:22:46.017007"], ["updated_at", "2016-10-05 17:22:46.017007"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Larissa Moraes Filho"], ["created_at", "2016-10-05 17:22:46.017702"], ["updated_at", "2016-10-05 17:22:46.017702"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sra. Margarida Carvalho"], ["created_at", "2016-10-05 17:22:46.018476"], ["updated_at", "2016-10-05 17:22:46.018476"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Felícia Carvalho"], ["created_at", "2016-10-05 17:22:46.019209"], ["updated_at", "2016-10-05 17:22:46.019209"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dalila Carvalho"], ["created_at", "2016-10-05 17:22:46.019941"], ["updated_at", "2016-10-05 17:22:46.019941"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Morgana Braga Neto"], ["created_at", "2016-10-05 17:22:46.020654"], ["updated_at", "2016-10-05 17:22:46.020654"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dra. Mércia Batista"], ["created_at", "2016-10-05 17:22:46.021494"], ["updated_at", "2016-10-05 17:22:46.021494"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Raul Souza"], ["created_at", "2016-10-05 17:22:46.022286"], ["updated_at", "2016-10-05 17:22:46.022286"]]  (11.1ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "pL1x-IORbFkVeLFllFSE0A"], ["user_id", 1], ["platform", "android"], ["created_at", "2016-10-05 17:22:46.053419"], ["updated_at", "2016-10-05 17:22:46.053419"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "PCPk5eYhYEZhd9lZSHAUog"], ["user_id", 1], ["platform", "chrome"], ["created_at", "2016-10-05 17:22:46.054932"], ["updated_at", "2016-10-05 17:22:46.054932"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Fh4wR_VN_f4AWV7DpvvUkg"], ["user_id", 2], ["platform", "chrome"], ["created_at", "2016-10-05 17:22:46.055866"], ["updated_at", "2016-10-05 17:22:46.055866"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "KRbpSaIlYWYNY5qD-duwNA"], ["user_id", 2], ["platform", "android"], ["created_at", "2016-10-05 17:22:46.056741"], ["updated_at", "2016-10-05 17:22:46.056741"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "BcWHnvoxooKz_5rxFP6xlA"], ["user_id", 3], ["platform", "chrome"], ["created_at", "2016-10-05 17:22:46.057623"], ["updated_at", "2016-10-05 17:22:46.057623"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "RYU2SfECA-XJM9uDedC5Ew"], ["user_id", 3], ["platform", "android"], ["created_at", "2016-10-05 17:22:46.058529"], ["updated_at", "2016-10-05 17:22:46.058529"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "vbDLjdqSvjAOoSlrKfXA5A"], ["user_id", 4], ["platform", "chrome"], ["created_at", "2016-10-05 17:22:46.059421"], ["updated_at", "2016-10-05 17:22:46.059421"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Lu2LU13GFI9iwhmzlK9H-Q"], ["user_id", 4], ["platform", "ios"], ["created_at", "2016-10-05 17:22:46.060299"], ["updated_at", "2016-10-05 17:22:46.060299"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1AKUdytklAjlrzGQivLSbQ"], ["user_id", 5], ["platform", "android"], ["created_at", "2016-10-05 17:22:46.061192"], ["updated_at", "2016-10-05 17:22:46.061192"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "HJ--KYtnUZqY84B_K4TPaw"], ["user_id", 5], ["platform", "chrome"], ["created_at", "2016-10-05 17:22:46.062058"], ["updated_at", "2016-10-05 17:22:46.062058"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "YuKWs0W34ukCsVKPXWPhUw"], ["user_id", 6], ["platform", "android"], ["created_at", "2016-10-05 17:22:46.063012"], ["updated_at", "2016-10-05 17:22:46.063012"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "CZofSp6UMrETDXJ57ZPMtQ"], ["user_id", 6], ["platform", "chrome"], ["created_at", "2016-10-05 17:22:46.063885"], ["updated_at", "2016-10-05 17:22:46.063885"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "OiA37c6T5rsIjV6jzUbnCA"], ["user_id", 7], ["platform", "ios"], ["created_at", "2016-10-05 17:22:46.064834"], ["updated_at", "2016-10-05 17:22:46.064834"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "LlG2_a1kG5ILE1bkvzmb8g"], ["user_id", 7], ["platform", "chrome"], ["created_at", "2016-10-05 17:22:46.065703"], ["updated_at", "2016-10-05 17:22:46.065703"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "gE1h1UOpzvJapSOSQeqIUg"], ["user_id", 8], ["platform", "ios"], ["created_at", "2016-10-05 17:22:46.066565"], ["updated_at", "2016-10-05 17:22:46.066565"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "gUuQf5yHQfoWbavCCH66kA"], ["user_id", 8], ["platform", "android"], ["created_at", "2016-10-05 17:22:46.067448"], ["updated_at", "2016-10-05 17:22:46.067448"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3Go7AFOT21SlVZVVEH7FJg"], ["user_id", 9], ["platform", "chrome"], ["created_at", "2016-10-05 17:22:46.068337"], ["updated_at", "2016-10-05 17:22:46.068337"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "nYY7w56Zkjmh4QA5wgb0Mg"], ["user_id", 9], ["platform", "android"], ["created_at", "2016-10-05 17:22:46.069234"], ["updated_at", "2016-10-05 17:22:46.069234"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "RTA3jQgka0xqgl5vQuLl_g"], ["user_id", 10], ["platform", "android"], ["created_at", "2016-10-05 17:22:46.070113"], ["updated_at", "2016-10-05 17:22:46.070113"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5FL27Lfu6PoK9evyBa-bkg"], ["user_id", 10], ["platform", "ios"], ["created_at", "2016-10-05 17:22:46.071256"], ["updated_at", "2016-10-05 17:22:46.071256"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "XUo4Vk_gXAB9gSpBGuTMWw"], ["user_id", 11], ["platform", "ios"], ["created_at", "2016-10-05 17:22:46.072233"], ["updated_at", "2016-10-05 17:22:46.072233"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1jSvwU8JF3mvaorbJIY3Xw"], ["user_id", 11], ["platform", "android"], ["created_at", "2016-10-05 17:22:46.073134"], ["updated_at", "2016-10-05 17:22:46.073134"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "el2uSsADfnikJDDCyPs3hg"], ["user_id", 12], ["platform", "ios"], ["created_at", "2016-10-05 17:22:46.074014"], ["updated_at", "2016-10-05 17:22:46.074014"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "v5avR-gvuWcTxhlXkwtSbg"], ["user_id", 12], ["platform", "chrome"], ["created_at", "2016-10-05 17:22:46.074914"], ["updated_at", "2016-10-05 17:22:46.074914"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "TcZvihqdeY5KS_RfnYBUOQ"], ["user_id", 13], ["platform", "chrome"], ["created_at", "2016-10-05 17:22:46.075836"], ["updated_at", "2016-10-05 17:22:46.075836"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Sl8oDmEsD-xw1jSkKkFGuw"], ["user_id", 13], ["platform", "ios"], ["created_at", "2016-10-05 17:22:46.076812"], ["updated_at", "2016-10-05 17:22:46.076812"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2AePSgfKXBSjcCduUfWSZA"], ["user_id", 14], ["platform", "android"], ["created_at", "2016-10-05 17:22:46.077730"], ["updated_at", "2016-10-05 17:22:46.077730"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "LTvv_nUeIK00am_9nEKysQ"], ["user_id", 14], ["platform", "chrome"], ["created_at", "2016-10-05 17:22:46.078665"], ["updated_at", "2016-10-05 17:22:46.078665"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Zdk3Gqza5q6hX7YBvUYmlQ"], ["user_id", 15], ["platform", "android"], ["created_at", "2016-10-05 17:22:46.079557"], ["updated_at", "2016-10-05 17:22:46.079557"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "jmsnlQtT5HYpAxk4u-MA2w"], ["user_id", 15], ["platform", "chrome"], ["created_at", "2016-10-05 17:22:46.080451"], ["updated_at", "2016-10-05 17:22:46.080451"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "r02WcTu5blGFNU0SoJBxuA"], ["user_id", 16], ["platform", "chrome"], ["created_at", "2016-10-05 17:22:46.081332"], ["updated_at", "2016-10-05 17:22:46.081332"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "pU_EpCK1clvFH5xDkTbYjg"], ["user_id", 16], ["platform", "android"], ["created_at", "2016-10-05 17:22:46.082188"], ["updated_at", "2016-10-05 17:22:46.082188"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "nprMpU-u_eURAkH7hoqgvg"], ["user_id", 17], ["platform", "ios"], ["created_at", "2016-10-05 17:22:46.083131"], ["updated_at", "2016-10-05 17:22:46.083131"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "HzFLCDiU6JzMuEKBFphRUA"], ["user_id", 17], ["platform", "chrome"], ["created_at", "2016-10-05 17:22:46.084049"], ["updated_at", "2016-10-05 17:22:46.084049"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "AaY28J5T6XsrhK53-fWhOg"], ["user_id", 18], ["platform", "ios"], ["created_at", "2016-10-05 17:22:46.084974"], ["updated_at", "2016-10-05 17:22:46.084974"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "DNS3Ro05XaYAHSdSmkgfTg"], ["user_id", 18], ["platform", "chrome"], ["created_at", "2016-10-05 17:22:46.085884"], ["updated_at", "2016-10-05 17:22:46.085884"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "PSDmPaxqYZgPbLLILRWWkg"], ["user_id", 19], ["platform", "android"], ["created_at", "2016-10-05 17:22:46.086822"], ["updated_at", "2016-10-05 17:22:46.086822"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "YExpaEnGWZOiaTkysNMO9A"], ["user_id", 19], ["platform", "ios"], ["created_at", "2016-10-05 17:22:46.087699"], ["updated_at", "2016-10-05 17:22:46.087699"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "DcI6X9_yziY11Ts6AGgGow"], ["user_id", 20], ["platform", "ios"], ["created_at", "2016-10-05 17:22:46.088578"], ["updated_at", "2016-10-05 17:22:46.088578"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "dfD6wXo7JRc5hF7N29vRVw"], ["user_id", 20], ["platform", "chrome"], ["created_at", "2016-10-05 17:22:46.089453"], ["updated_at", "2016-10-05 17:22:46.089453"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "t6xbaHegdgCbBZsptIZeAw"], ["user_id", 21], ["platform", "chrome"], ["created_at", "2016-10-05 17:22:46.090332"], ["updated_at", "2016-10-05 17:22:46.090332"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "OroNSnaL44gjqiR7hxhfbw"], ["user_id", 21], ["platform", "android"], ["created_at", "2016-10-05 17:22:46.091268"], ["updated_at", "2016-10-05 17:22:46.091268"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "VSrFSsepP7t9DBZ_vN9SvQ"], ["user_id", 22], ["platform", "ios"], ["created_at", "2016-10-05 17:22:46.092161"], ["updated_at", "2016-10-05 17:22:46.092161"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "xJ2LT7EopF8_gDvs5LKByQ"], ["user_id", 22], ["platform", "chrome"], ["created_at", "2016-10-05 17:22:46.093096"], ["updated_at", "2016-10-05 17:22:46.093096"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "kTeqEp_agTZlLAUul7zlfA"], ["user_id", 23], ["platform", "ios"], ["created_at", "2016-10-05 17:22:46.094226"], ["updated_at", "2016-10-05 17:22:46.094226"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Bt39cPWokuj_Qa7Kto5scA"], ["user_id", 23], ["platform", "chrome"], ["created_at", "2016-10-05 17:22:46.095492"], ["updated_at", "2016-10-05 17:22:46.095492"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1Yg__ktNh7IPHS8hDmy7KA"], ["user_id", 24], ["platform", "android"], ["created_at", "2016-10-05 17:22:46.096599"], ["updated_at", "2016-10-05 17:22:46.096599"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "pu2PVkfLVQSSab8gwzvQVA"], ["user_id", 24], ["platform", "chrome"], ["created_at", "2016-10-05 17:22:46.097709"], ["updated_at", "2016-10-05 17:22:46.097709"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "r97oe3mqCrSZgRYU6sSdBw"], ["user_id", 25], ["platform", "chrome"], ["created_at", "2016-10-05 17:22:46.099075"], ["updated_at", "2016-10-05 17:22:46.099075"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "UMzMW9Okm8qgghcpuIlFNQ"], ["user_id", 25], ["platform", "ios"], ["created_at", "2016-10-05 17:22:46.101058"], ["updated_at", "2016-10-05 17:22:46.101058"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "oNKdVMc9IyZBjO4qhwaqrw"], ["user_id", 26], ["platform", "android"], ["created_at", "2016-10-05 17:22:46.104199"], ["updated_at", "2016-10-05 17:22:46.104199"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8jZrja1NiBX_x5YVuCg7IQ"], ["user_id", 26], ["platform", "chrome"], ["created_at", "2016-10-05 17:22:46.105505"], ["updated_at", "2016-10-05 17:22:46.105505"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "LCqN1G-hqicNawUDypkJmg"], ["user_id", 27], ["platform", "chrome"], ["created_at", "2016-10-05 17:22:46.106486"], ["updated_at", "2016-10-05 17:22:46.106486"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ae7aM5YfzNAA7tFJOjFNbA"], ["user_id", 27], ["platform", "ios"], ["created_at", "2016-10-05 17:22:46.107386"], ["updated_at", "2016-10-05 17:22:46.107386"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "q4YfBTrpcff0AiG2_7c-wg"], ["user_id", 28], ["platform", "android"], ["created_at", "2016-10-05 17:22:46.108269"], ["updated_at", "2016-10-05 17:22:46.108269"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "AiW9j8cEThKC_tUBVisc2w"], ["user_id", 28], ["platform", "ios"], ["created_at", "2016-10-05 17:22:46.109179"], ["updated_at", "2016-10-05 17:22:46.109179"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "UiAh5RTLkDC-xTEG1tfZXw"], ["user_id", 29], ["platform", "ios"], ["created_at", "2016-10-05 17:22:46.110075"], ["updated_at", "2016-10-05 17:22:46.110075"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2xqG_AIM9MOVU6X90Hfk9Q"], ["user_id", 29], ["platform", "chrome"], ["created_at", "2016-10-05 17:22:46.110985"], ["updated_at", "2016-10-05 17:22:46.110985"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4rTcs7ePfPDvzVEhmw6R7g"], ["user_id", 30], ["platform", "android"], ["created_at", "2016-10-05 17:22:46.111897"], ["updated_at", "2016-10-05 17:22:46.111897"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "OaRER2RpsMixi3m_EtzDZg"], ["user_id", 30], ["platform", "chrome"], ["created_at", "2016-10-05 17:22:46.112789"], ["updated_at", "2016-10-05 17:22:46.112789"]]  (6.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Cecília Batista"], ["created_at", "2016-10-05 17:23:28.426032"], ["updated_at", "2016-10-05 17:23:28.426032"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fabrícia Silva"], ["created_at", "2016-10-05 17:23:28.428839"], ["updated_at", "2016-10-05 17:23:28.428839"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Víctor Oliveira"], ["created_at", "2016-10-05 17:23:28.429630"], ["updated_at", "2016-10-05 17:23:28.429630"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sr. Nataniel Oliveira"], ["created_at", "2016-10-05 17:23:28.430384"], ["updated_at", "2016-10-05 17:23:28.430384"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dr. Yuri Carvalho"], ["created_at", "2016-10-05 17:23:28.431114"], ["updated_at", "2016-10-05 17:23:28.431114"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Joana Batista"], ["created_at", "2016-10-05 17:23:28.431818"], ["updated_at", "2016-10-05 17:23:28.431818"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sara Oliveira"], ["created_at", "2016-10-05 17:23:28.432524"], ["updated_at", "2016-10-05 17:23:28.432524"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kléber Pereira"], ["created_at", "2016-10-05 17:23:28.433225"], ["updated_at", "2016-10-05 17:23:28.433225"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Núbia Moreira"], ["created_at", "2016-10-05 17:23:28.433936"], ["updated_at", "2016-10-05 17:23:28.433936"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Deneval Nogueira"], ["created_at", "2016-10-05 17:23:28.434650"], ["updated_at", "2016-10-05 17:23:28.434650"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Morgana Silva"], ["created_at", "2016-10-05 17:23:28.435425"], ["updated_at", "2016-10-05 17:23:28.435425"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Víctor Barros"], ["created_at", "2016-10-05 17:23:28.436140"], ["updated_at", "2016-10-05 17:23:28.436140"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dra. Carlos Franco"], ["created_at", "2016-10-05 17:23:28.436850"], ["updated_at", "2016-10-05 17:23:28.436850"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dr. Deneval Oliveira"], ["created_at", "2016-10-05 17:23:28.437587"], ["updated_at", "2016-10-05 17:23:28.437587"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Srta. Víctor Silva"], ["created_at", "2016-10-05 17:23:28.438279"], ["updated_at", "2016-10-05 17:23:28.438279"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dra. Salvador Xavier"], ["created_at", "2016-10-05 17:23:28.439048"], ["updated_at", "2016-10-05 17:23:28.439048"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Yago Barros"], ["created_at", "2016-10-05 17:23:28.439764"], ["updated_at", "2016-10-05 17:23:28.439764"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Maria Silva"], ["created_at", "2016-10-05 17:23:28.440476"], ["updated_at", "2016-10-05 17:23:28.440476"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Hugo Carvalho"], ["created_at", "2016-10-05 17:23:28.441175"], ["updated_at", "2016-10-05 17:23:28.441175"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ofélia Braga Neto"], ["created_at", "2016-10-05 17:23:28.441890"], ["updated_at", "2016-10-05 17:23:28.441890"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Vicente Moreira"], ["created_at", "2016-10-05 17:23:28.442610"], ["updated_at", "2016-10-05 17:23:28.442610"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Júlio Saraiva Filho"], ["created_at", "2016-10-05 17:23:28.443364"], ["updated_at", "2016-10-05 17:23:28.443364"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Núbia Costa"], ["created_at", "2016-10-05 17:23:28.444079"], ["updated_at", "2016-10-05 17:23:28.444079"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Larissa Reis"], ["created_at", "2016-10-05 17:23:28.444785"], ["updated_at", "2016-10-05 17:23:28.444785"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Eduarda Carvalho"], ["created_at", "2016-10-05 17:23:28.445472"], ["updated_at", "2016-10-05 17:23:28.445472"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Danilo Moreira Filho"], ["created_at", "2016-10-05 17:23:28.446190"], ["updated_at", "2016-10-05 17:23:28.446190"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dr. Ígor Martins"], ["created_at", "2016-10-05 17:23:28.446935"], ["updated_at", "2016-10-05 17:23:28.446935"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Washington Souza Neto"], ["created_at", "2016-10-05 17:23:28.447675"], ["updated_at", "2016-10-05 17:23:28.447675"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Srta. Aline Batista"], ["created_at", "2016-10-05 17:23:28.448362"], ["updated_at", "2016-10-05 17:23:28.448362"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dr. Hugo Silva"], ["created_at", "2016-10-05 17:23:28.449074"], ["updated_at", "2016-10-05 17:23:28.449074"]]  (6.1ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "_TXY8VW4BG5blye33mXreQ"], ["user_id", 1], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.470080"], ["updated_at", "2016-10-05 17:23:28.470080"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "pk_yn_p1MHetns-Id732hw"], ["user_id", 1], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.471573"], ["updated_at", "2016-10-05 17:23:28.471573"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4VgcbjknjWwn59z2QO3bVQ"], ["user_id", 2], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.472676"], ["updated_at", "2016-10-05 17:23:28.472676"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "T9yMoYKtbpC_z-hfFyEsxQ"], ["user_id", 2], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.473664"], ["updated_at", "2016-10-05 17:23:28.473664"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "aTfx-YOv4-WLTlmJMOLQKQ"], ["user_id", 3], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.474708"], ["updated_at", "2016-10-05 17:23:28.474708"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "YmkYdLXIGrsxuCtDuqWcUA"], ["user_id", 3], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.475604"], ["updated_at", "2016-10-05 17:23:28.475604"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "QZQvFyZa3R6QgSUt8_wgUQ"], ["user_id", 4], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.476509"], ["updated_at", "2016-10-05 17:23:28.476509"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "u85ZBGEnos-vENNjntG8yw"], ["user_id", 4], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.477442"], ["updated_at", "2016-10-05 17:23:28.477442"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "JX8FufVUchUOMHARfAnCMQ"], ["user_id", 5], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.478414"], ["updated_at", "2016-10-05 17:23:28.478414"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9ysPib2IFggkELmJv-epEg"], ["user_id", 5], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.479290"], ["updated_at", "2016-10-05 17:23:28.479290"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "FlaM_eqP4C3ncZpK78nhzQ"], ["user_id", 6], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.480167"], ["updated_at", "2016-10-05 17:23:28.480167"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9OaXi_TbR-CicUUSByZOuw"], ["user_id", 6], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.481046"], ["updated_at", "2016-10-05 17:23:28.481046"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "nm84Ded59WS-MzAPZL1Y_Q"], ["user_id", 7], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.481954"], ["updated_at", "2016-10-05 17:23:28.481954"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9b8A7OxcbMYCVomLqOnpPQ"], ["user_id", 7], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.482854"], ["updated_at", "2016-10-05 17:23:28.482854"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "bl-6irAOMocCzQRkZqoumA"], ["user_id", 8], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.483809"], ["updated_at", "2016-10-05 17:23:28.483809"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Gg6EJmbH3dyBrTOy0Yn5QQ"], ["user_id", 8], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.484658"], ["updated_at", "2016-10-05 17:23:28.484658"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "g545Ju8mlPwKaIbR4ixSgg"], ["user_id", 9], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.485550"], ["updated_at", "2016-10-05 17:23:28.485550"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "UhbObfyfFtstDN7ZtdRrqg"], ["user_id", 9], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.486462"], ["updated_at", "2016-10-05 17:23:28.486462"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0IOsn8KBgH1kIDC77hN51A"], ["user_id", 10], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.487339"], ["updated_at", "2016-10-05 17:23:28.487339"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "J_7oyCD0OzaXzCeASAqUkw"], ["user_id", 10], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.488270"], ["updated_at", "2016-10-05 17:23:28.488270"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "SgyhVb8D4_z1MHXY45qmaA"], ["user_id", 11], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.489275"], ["updated_at", "2016-10-05 17:23:28.489275"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7EbEDrGMYWhouhV0DDxoqA"], ["user_id", 11], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.490255"], ["updated_at", "2016-10-05 17:23:28.490255"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ba53cvoVmnqF56slKWQHXg"], ["user_id", 12], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.491243"], ["updated_at", "2016-10-05 17:23:28.491243"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "z_OPuA9xcmY0H_YmDGiljg"], ["user_id", 12], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.492201"], ["updated_at", "2016-10-05 17:23:28.492201"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "baI6UeGGqnszyBeNufKWcQ"], ["user_id", 13], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.493168"], ["updated_at", "2016-10-05 17:23:28.493168"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "IMl3jEPECodu4dxdqoScQg"], ["user_id", 13], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.494144"], ["updated_at", "2016-10-05 17:23:28.494144"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "xEkIx1gqKnXXfW1W25sq4g"], ["user_id", 14], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.495118"], ["updated_at", "2016-10-05 17:23:28.495118"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "uqbx0QYFF7pSkkjKNSWjLw"], ["user_id", 14], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.496086"], ["updated_at", "2016-10-05 17:23:28.496086"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "byz7x-JPVfHOEpio23cBpw"], ["user_id", 15], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.497051"], ["updated_at", "2016-10-05 17:23:28.497051"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "HNhL4wiwKr1KlJu3_b5Jxw"], ["user_id", 15], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.498030"], ["updated_at", "2016-10-05 17:23:28.498030"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "tND6oL7JXnrZ72-EGZ0pEg"], ["user_id", 16], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.499004"], ["updated_at", "2016-10-05 17:23:28.499004"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "bTPqRCyIWzJ3pmVWiW1YnA"], ["user_id", 16], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.499970"], ["updated_at", "2016-10-05 17:23:28.499970"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4zT4fr631JagB_jKfcTE5w"], ["user_id", 17], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.501033"], ["updated_at", "2016-10-05 17:23:28.501033"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "tjdtLd1ZyQI3hITP1fxqmw"], ["user_id", 17], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.502044"], ["updated_at", "2016-10-05 17:23:28.502044"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "wPX_Bxjci0z5tpQ8vAEeEg"], ["user_id", 18], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.503044"], ["updated_at", "2016-10-05 17:23:28.503044"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "KCSAEtkL5Ixur7opPUXUzw"], ["user_id", 18], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.504005"], ["updated_at", "2016-10-05 17:23:28.504005"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "iIUo1iulq_rZYdLPCSh_3g"], ["user_id", 19], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.504968"], ["updated_at", "2016-10-05 17:23:28.504968"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "10In5_qyB5Z8roObnEfduQ"], ["user_id", 19], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.505930"], ["updated_at", "2016-10-05 17:23:28.505930"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ELYwk-jKvLbgwnCd1FXRMw"], ["user_id", 20], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.506903"], ["updated_at", "2016-10-05 17:23:28.506903"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3yhSjuUIUyaUNBMaddn1SA"], ["user_id", 20], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.507861"], ["updated_at", "2016-10-05 17:23:28.507861"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4tXgK3xAVb7y98uqYqPuqw"], ["user_id", 21], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.508837"], ["updated_at", "2016-10-05 17:23:28.508837"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "rlPKLAsJs972LGd1EG-MjQ"], ["user_id", 21], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.509827"], ["updated_at", "2016-10-05 17:23:28.509827"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "B_FW9XwkcHZulRcxAjU7pA"], ["user_id", 22], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.511317"], ["updated_at", "2016-10-05 17:23:28.511317"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "PL_xsy1MUtbCAIIa_yPlWA"], ["user_id", 22], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.513211"], ["updated_at", "2016-10-05 17:23:28.513211"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "tE86HezX21Nb3p1QsaWb-A"], ["user_id", 23], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.514467"], ["updated_at", "2016-10-05 17:23:28.514467"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "M0vuLf6emVpmQtFGS0GNNA"], ["user_id", 23], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.515464"], ["updated_at", "2016-10-05 17:23:28.515464"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "MunV0IZcztko7CajTLafSw"], ["user_id", 24], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.516443"], ["updated_at", "2016-10-05 17:23:28.516443"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "vCryT13469Q9p94eS7Y7hQ"], ["user_id", 24], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.517426"], ["updated_at", "2016-10-05 17:23:28.517426"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Dyfm6Klc9u9iG8s8ey-ZkA"], ["user_id", 25], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.518417"], ["updated_at", "2016-10-05 17:23:28.518417"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8c7_ctfDD9oCTYH2BEtWHA"], ["user_id", 25], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.519437"], ["updated_at", "2016-10-05 17:23:28.519437"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "H0jOkShwWbFwOH1l8r268w"], ["user_id", 26], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.520416"], ["updated_at", "2016-10-05 17:23:28.520416"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "wKYJqS_o7Jw23u_MchlaEQ"], ["user_id", 26], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.521536"], ["updated_at", "2016-10-05 17:23:28.521536"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "YD20-vRrMIfXBAKgNVe6Cw"], ["user_id", 27], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.522727"], ["updated_at", "2016-10-05 17:23:28.522727"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fSk0pjZht3ynfUogMCHZ2w"], ["user_id", 27], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.523840"], ["updated_at", "2016-10-05 17:23:28.523840"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "NBc2_O6wtB7ODkzGvIoeSg"], ["user_id", 28], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.525256"], ["updated_at", "2016-10-05 17:23:28.525256"]] SQL (0.3ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "qNxYFgraM6gXEDSwoE_cYg"], ["user_id", 28], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.527078"], ["updated_at", "2016-10-05 17:23:28.527078"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "pRgMzZBZbqBVbGdfyMEPNA"], ["user_id", 29], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.530430"], ["updated_at", "2016-10-05 17:23:28.530430"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "uoAY0zA8MldG9Aw2WPDCGg"], ["user_id", 29], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.531977"], ["updated_at", "2016-10-05 17:23:28.531977"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "USknKVveicDJWe9CjYA02w"], ["user_id", 30], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.533397"], ["updated_at", "2016-10-05 17:23:28.533397"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "_lhZeKHBTSxDk0z_TM6v-g"], ["user_id", 30], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.534514"], ["updated_at", "2016-10-05 17:23:28.534514"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "eTW_82y3Dn0V-Qr9AhaAFA"], ["user_id", 31], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.535480"], ["updated_at", "2016-10-05 17:23:28.535480"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "t37LEC9f-QffHRGqdHSIGw"], ["user_id", 31], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.536391"], ["updated_at", "2016-10-05 17:23:28.536391"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "NuEr3_sReYOfDgCWy-OweA"], ["user_id", 32], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.537290"], ["updated_at", "2016-10-05 17:23:28.537290"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "bQ5XHP7sBuM1re-jVY9c9g"], ["user_id", 32], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.538181"], ["updated_at", "2016-10-05 17:23:28.538181"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "jETMjlsRw4p4wmCukVEjZA"], ["user_id", 33], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.539121"], ["updated_at", "2016-10-05 17:23:28.539121"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "qYeShN9Tgk7kFMjLyIEqeA"], ["user_id", 33], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.540007"], ["updated_at", "2016-10-05 17:23:28.540007"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "vTtRnq7ygo2YhQCXnmg4LQ"], ["user_id", 34], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.540937"], ["updated_at", "2016-10-05 17:23:28.540937"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "EO0vVr89LPd8WxMHI7gQ4w"], ["user_id", 34], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.541845"], ["updated_at", "2016-10-05 17:23:28.541845"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ue9MwJlstimdujwDuRLDOA"], ["user_id", 35], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.542993"], ["updated_at", "2016-10-05 17:23:28.542993"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ZOtSd1rZLhkB4rECXWzAVQ"], ["user_id", 35], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.545223"], ["updated_at", "2016-10-05 17:23:28.545223"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e6_PlInZQLGgbeoPLEgA5Q"], ["user_id", 36], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.546560"], ["updated_at", "2016-10-05 17:23:28.546560"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "KG-9182J-Ax4D3gd0BhaCQ"], ["user_id", 36], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.547482"], ["updated_at", "2016-10-05 17:23:28.547482"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "-rBPwmNITfbJUf2EsaB6Vg"], ["user_id", 37], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.548393"], ["updated_at", "2016-10-05 17:23:28.548393"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "GPN8IrErD4taR80WXR33Jg"], ["user_id", 37], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.549346"], ["updated_at", "2016-10-05 17:23:28.549346"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8-TiK8kF7C3RK7k8UQJGAA"], ["user_id", 38], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.550238"], ["updated_at", "2016-10-05 17:23:28.550238"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Ub1ERjTuZYpPLX4fZWjk8g"], ["user_id", 38], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.551147"], ["updated_at", "2016-10-05 17:23:28.551147"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f900u76DDyj4B08iW_xf1A"], ["user_id", 39], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.552079"], ["updated_at", "2016-10-05 17:23:28.552079"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "liYDu3sPMEzQLrp-XLlv2A"], ["user_id", 39], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.552970"], ["updated_at", "2016-10-05 17:23:28.552970"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4S3kKCxisVbVZPHN-oX-8g"], ["user_id", 40], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.553846"], ["updated_at", "2016-10-05 17:23:28.553846"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "tkMmGufTFu0l6oLkPTtXJQ"], ["user_id", 40], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.554863"], ["updated_at", "2016-10-05 17:23:28.554863"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "g4bsZF0NmUmPezKcqNY9FQ"], ["user_id", 41], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.555764"], ["updated_at", "2016-10-05 17:23:28.555764"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "OQMQwFdq7mcdqcT7psbb8Q"], ["user_id", 41], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.556658"], ["updated_at", "2016-10-05 17:23:28.556658"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ihCTH5gZtleo4gt6qV1lJg"], ["user_id", 42], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.557531"], ["updated_at", "2016-10-05 17:23:28.557531"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "OaV8ogl-uoCMVosaukHZLQ"], ["user_id", 42], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.558425"], ["updated_at", "2016-10-05 17:23:28.558425"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0oFQ8iQcqhHg94V5sibS6g"], ["user_id", 43], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.559449"], ["updated_at", "2016-10-05 17:23:28.559449"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "jTvjEKwgD1t3u_lqE_NKxA"], ["user_id", 43], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.560404"], ["updated_at", "2016-10-05 17:23:28.560404"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "O_IAzVss1frX2eGRq9F-9Q"], ["user_id", 44], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.561286"], ["updated_at", "2016-10-05 17:23:28.561286"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "jwowFqF0oVZA_eRQ1b0-lQ"], ["user_id", 44], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.562152"], ["updated_at", "2016-10-05 17:23:28.562152"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "h2TG-btxWrZHG4wnQzIAgw"], ["user_id", 45], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.563081"], ["updated_at", "2016-10-05 17:23:28.563081"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Clpg5Ec1Ma6gGuzfZftAjw"], ["user_id", 45], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.563947"], ["updated_at", "2016-10-05 17:23:28.563947"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "QspG_h7xBW25MXy3D6nLwQ"], ["user_id", 46], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.564833"], ["updated_at", "2016-10-05 17:23:28.564833"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "dpNae2zbGkSjo0TqkvVXhw"], ["user_id", 46], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.565730"], ["updated_at", "2016-10-05 17:23:28.565730"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "lFQXRjSmrF1rloYlH1McPg"], ["user_id", 47], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.566798"], ["updated_at", "2016-10-05 17:23:28.566798"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9BhlV1y8gYaO644RxF9l5g"], ["user_id", 47], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.567698"], ["updated_at", "2016-10-05 17:23:28.567698"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5gFvCA77ivoV35gS4vFo5A"], ["user_id", 48], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.568591"], ["updated_at", "2016-10-05 17:23:28.568591"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "GHBe0KyI4T-oIPNNK6LdRA"], ["user_id", 48], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.569487"], ["updated_at", "2016-10-05 17:23:28.569487"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "sFmIh59gqWM4elO_qiuuCg"], ["user_id", 49], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.570406"], ["updated_at", "2016-10-05 17:23:28.570406"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "GFsQafBadajDMmBzOExCIg"], ["user_id", 49], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.571286"], ["updated_at", "2016-10-05 17:23:28.571286"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "jWVRoToMnXDWiN_o0MEaaA"], ["user_id", 50], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.572178"], ["updated_at", "2016-10-05 17:23:28.572178"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fhM0xqd7o3ib9WB3l9X3vw"], ["user_id", 50], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.573042"], ["updated_at", "2016-10-05 17:23:28.573042"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ugdxQRa1OMxg4mie7aqXbA"], ["user_id", 51], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.573920"], ["updated_at", "2016-10-05 17:23:28.573920"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "qVO_qU9otgXK4i429-OFIw"], ["user_id", 51], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.574828"], ["updated_at", "2016-10-05 17:23:28.574828"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "eNWCEc1wsQjNInr4sLe1Zg"], ["user_id", 52], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.575715"], ["updated_at", "2016-10-05 17:23:28.575715"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "vf0xY92oQoznrhv4VGZMkw"], ["user_id", 52], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.576596"], ["updated_at", "2016-10-05 17:23:28.576596"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "RhvROaR2PFcsaQtrxtoWEA"], ["user_id", 53], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.577518"], ["updated_at", "2016-10-05 17:23:28.577518"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "JVVG_ibcQc3AEST6KJpW_w"], ["user_id", 53], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.578484"], ["updated_at", "2016-10-05 17:23:28.578484"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Rf3kvWvyXaQNyUbP3pn9Pg"], ["user_id", 54], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.579379"], ["updated_at", "2016-10-05 17:23:28.579379"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2jBj107dOcJZ0RvCBtPecQ"], ["user_id", 54], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.580279"], ["updated_at", "2016-10-05 17:23:28.580279"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "zgUGlBdIhkOfe-XcJZT1jg"], ["user_id", 55], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.581160"], ["updated_at", "2016-10-05 17:23:28.581160"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "iB21F8dF4L6ln1nozJx8og"], ["user_id", 55], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.582026"], ["updated_at", "2016-10-05 17:23:28.582026"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "PRLfdVn6C1BXTOa3esWDeA"], ["user_id", 56], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.582949"], ["updated_at", "2016-10-05 17:23:28.582949"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "DXAI7Fo8ZxBX1g5JeaFb_w"], ["user_id", 56], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.583819"], ["updated_at", "2016-10-05 17:23:28.583819"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "OHprbNKiG-QgAZdwcDm9DA"], ["user_id", 57], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.584691"], ["updated_at", "2016-10-05 17:23:28.584691"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "g03iaT2X8akL4KtAJcroPg"], ["user_id", 57], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.585573"], ["updated_at", "2016-10-05 17:23:28.585573"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "lC9FXNDJHiqSZimK7pslkQ"], ["user_id", 58], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.586508"], ["updated_at", "2016-10-05 17:23:28.586508"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Jb3FDw9i19dCm5msqNzQsw"], ["user_id", 58], ["platform", "android"], ["created_at", "2016-10-05 17:23:28.587398"], ["updated_at", "2016-10-05 17:23:28.587398"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "iNfoAoBb0WmFwAocf66bvQ"], ["user_id", 59], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.588272"], ["updated_at", "2016-10-05 17:23:28.588272"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "jtRr2uO0MoP9MoaX0eeMPQ"], ["user_id", 59], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.589219"], ["updated_at", "2016-10-05 17:23:28.589219"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "gWpgyJraPKEc90YIoB1GIA"], ["user_id", 60], ["platform", "ios"], ["created_at", "2016-10-05 17:23:28.590162"], ["updated_at", "2016-10-05 17:23:28.590162"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "92-fHWv0sdcmXxnPHcMQFw"], ["user_id", 60], ["platform", "chrome"], ["created_at", "2016-10-05 17:23:28.591060"], ["updated_at", "2016-10-05 17:23:28.591060"]]  (6.5ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices" JeraPush::Device Load (0.7ms) SELECT "jera_push_devices".* FROM "jera_push_devices" Started GET "/admin" for 127.0.0.1 at 2016-10-05 14:24:09 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (13.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (55.2ms) Started GET "/jera_push/admin" for 127.0.0.1 at 2016-10-05 14:24:12 -0300 ActionController::RoutingError (No route matches [GET] "/jera_push/admin"): actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (28.5ms) Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-05 14:24:18 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (449.4ms) Completed 200 OK in 3290ms (Views: 3280.7ms | ActiveRecord: 0.3ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-05 14:24:21 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-05 14:24:21 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-05 14:24:21 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-05 14:24:21 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-05 14:24:21 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-05 14:24:22 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-05 14:24:22 -0300  (3.5ms) SELECT COUNT(*) FROM "jera_push_devices" JeraPush::Device Load (0.2ms) SELECT "jera_push_devices".* FROM "jera_push_devices" ORDER BY "jera_push_devices"."id" DESC LIMIT 1  (6.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (10.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20161005121035)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161005121035"]]  (5.8ms) commit transaction Migrating to CreateJeraPushDevices (20161005171635)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "platform" varchar, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_jera_push_devices_on_token" ON "jera_push_devices" ("token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_devices_on_platform" ON "jera_push_devices" ("platform")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_jera_push_devices_on_token_and_platform" ON "jera_push_devices" ("token", "platform") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161005171635"]]  (5.8ms) commit transaction Migrating to CreateJeraPushMessages (20161005171636)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "message" text, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161005171636"]]  (10.0ms) commit transaction Migrating to CreateJeraPushMessagesDevices (20161005171637)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_messages_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "message_id" integer, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_jera_push_messages_devices_on_device_id" ON "jera_push_messages_devices" ("device_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_messages_devices_on_message_id" ON "jera_push_messages_devices" ("message_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "jera_push_index_messages_id_devices_id" ON "jera_push_messages_devices" ("device_id", "message_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161005171637"]]  (6.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ofélia Batista"], ["created_at", "2016-10-05 17:26:45.933123"], ["updated_at", "2016-10-05 17:26:45.933123"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Marcela Albuquerque"], ["created_at", "2016-10-05 17:26:45.935922"], ["updated_at", "2016-10-05 17:26:45.935922"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ofélia Melo Filho"], ["created_at", "2016-10-05 17:26:45.936719"], ["updated_at", "2016-10-05 17:26:45.936719"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Larissa Silva Filho"], ["created_at", "2016-10-05 17:26:45.937461"], ["updated_at", "2016-10-05 17:26:45.937461"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Margarida Costa"], ["created_at", "2016-10-05 17:26:45.938227"], ["updated_at", "2016-10-05 17:26:45.938227"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Paula Batista"], ["created_at", "2016-10-05 17:26:45.938991"], ["updated_at", "2016-10-05 17:26:45.938991"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ladislau Batista"], ["created_at", "2016-10-05 17:26:45.939710"], ["updated_at", "2016-10-05 17:26:45.939710"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dra. Yago Barros"], ["created_at", "2016-10-05 17:26:45.940416"], ["updated_at", "2016-10-05 17:26:45.940416"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pedro Braga Jr."], ["created_at", "2016-10-05 17:26:45.941100"], ["updated_at", "2016-10-05 17:26:45.941100"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Deneval Melo"], ["created_at", "2016-10-05 17:26:45.941820"], ["updated_at", "2016-10-05 17:26:45.941820"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Warley Carvalho"], ["created_at", "2016-10-05 17:26:45.942586"], ["updated_at", "2016-10-05 17:26:45.942586"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bruna Souza"], ["created_at", "2016-10-05 17:26:45.943299"], ["updated_at", "2016-10-05 17:26:45.943299"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kléber Santos"], ["created_at", "2016-10-05 17:26:45.944002"], ["updated_at", "2016-10-05 17:26:45.944002"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dra. Esther Braga"], ["created_at", "2016-10-05 17:26:45.944711"], ["updated_at", "2016-10-05 17:26:45.944711"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Carla Moraes"], ["created_at", "2016-10-05 17:26:45.945448"], ["updated_at", "2016-10-05 17:26:45.945448"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Eduardo Xavier Filho"], ["created_at", "2016-10-05 17:26:45.946152"], ["updated_at", "2016-10-05 17:26:45.946152"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Cecília Melo Jr."], ["created_at", "2016-10-05 17:26:45.946890"], ["updated_at", "2016-10-05 17:26:45.946890"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sra. Cecília Melo"], ["created_at", "2016-10-05 17:26:45.947618"], ["updated_at", "2016-10-05 17:26:45.947618"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Marcela Braga"], ["created_at", "2016-10-05 17:26:45.948368"], ["updated_at", "2016-10-05 17:26:45.948368"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lorena Albuquerque"], ["created_at", "2016-10-05 17:26:45.949114"], ["updated_at", "2016-10-05 17:26:45.949114"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Félix Carvalho"], ["created_at", "2016-10-05 17:26:45.949831"], ["updated_at", "2016-10-05 17:26:45.949831"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sara Xavier"], ["created_at", "2016-10-05 17:26:45.950594"], ["updated_at", "2016-10-05 17:26:45.950594"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Roberto Barros"], ["created_at", "2016-10-05 17:26:45.951291"], ["updated_at", "2016-10-05 17:26:45.951291"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sílvia Carvalho"], ["created_at", "2016-10-05 17:26:45.952014"], ["updated_at", "2016-10-05 17:26:45.952014"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sra. Suélen Melo"], ["created_at", "2016-10-05 17:26:45.952713"], ["updated_at", "2016-10-05 17:26:45.952713"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ricardo Moraes Neto"], ["created_at", "2016-10-05 17:26:45.953427"], ["updated_at", "2016-10-05 17:26:45.953427"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sra. Ofélia Pereira"], ["created_at", "2016-10-05 17:26:45.954109"], ["updated_at", "2016-10-05 17:26:45.954109"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Guilherme Reis"], ["created_at", "2016-10-05 17:26:45.954851"], ["updated_at", "2016-10-05 17:26:45.954851"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Karla Carvalho"], ["created_at", "2016-10-05 17:26:45.955559"], ["updated_at", "2016-10-05 17:26:45.955559"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Morgana Pereira Jr."], ["created_at", "2016-10-05 17:26:45.956259"], ["updated_at", "2016-10-05 17:26:45.956259"]]  (6.0ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "dWZ71UGkAAX5SKs1QG5pYA"], ["user_id", 1], ["platform", "ios"], ["created_at", "2016-10-05 17:26:45.976538"], ["updated_at", "2016-10-05 17:26:45.976538"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "SW9VvS7AFesTGw0tSmQt0A"], ["user_id", 1], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:45.977968"], ["updated_at", "2016-10-05 17:26:45.977968"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "CcpRwTWryQuV7EmnP5KLkA"], ["user_id", 2], ["platform", "android"], ["created_at", "2016-10-05 17:26:45.978963"], ["updated_at", "2016-10-05 17:26:45.978963"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "UmgM0wsMeDrLaSreTJRgtA"], ["user_id", 2], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:45.979849"], ["updated_at", "2016-10-05 17:26:45.979849"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "H6mia6twVkTxhF0A3qrNzQ"], ["user_id", 3], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:45.980732"], ["updated_at", "2016-10-05 17:26:45.980732"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "RkaCxS8jqHdixOaqBOkPbg"], ["user_id", 3], ["platform", "android"], ["created_at", "2016-10-05 17:26:45.981608"], ["updated_at", "2016-10-05 17:26:45.981608"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "-isxTPeTcsOBR7t8qGBkWQ"], ["user_id", 4], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:45.982504"], ["updated_at", "2016-10-05 17:26:45.982504"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "hsyLkMbG3-DG2pddpPPCcw"], ["user_id", 4], ["platform", "ios"], ["created_at", "2016-10-05 17:26:45.983410"], ["updated_at", "2016-10-05 17:26:45.983410"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "l9mXr_0WdXCmQ9Xc3WBpQw"], ["user_id", 5], ["platform", "ios"], ["created_at", "2016-10-05 17:26:45.984320"], ["updated_at", "2016-10-05 17:26:45.984320"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "jyY1qi20aG5fIEvT5yudZg"], ["user_id", 5], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:45.985238"], ["updated_at", "2016-10-05 17:26:45.985238"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "kKTgrmNqiqqviT10Qs6W8g"], ["user_id", 6], ["platform", "ios"], ["created_at", "2016-10-05 17:26:45.986291"], ["updated_at", "2016-10-05 17:26:45.986291"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "aM9ORIm1Ylg8Om9ich3DiA"], ["user_id", 6], ["platform", "android"], ["created_at", "2016-10-05 17:26:45.987683"], ["updated_at", "2016-10-05 17:26:45.987683"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "D4Az3VSs-pwn7hHNGqtCiw"], ["user_id", 7], ["platform", "android"], ["created_at", "2016-10-05 17:26:45.988716"], ["updated_at", "2016-10-05 17:26:45.988716"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "i9zxCgoorfku80MazQgABQ"], ["user_id", 7], ["platform", "ios"], ["created_at", "2016-10-05 17:26:45.989639"], ["updated_at", "2016-10-05 17:26:45.989639"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "43EQG8a_zUaeGayPicYUQA"], ["user_id", 8], ["platform", "android"], ["created_at", "2016-10-05 17:26:45.990553"], ["updated_at", "2016-10-05 17:26:45.990553"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2xocGHpjO-DLMM1FRHsJSA"], ["user_id", 8], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:45.991425"], ["updated_at", "2016-10-05 17:26:45.991425"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "p7pxm2-dfPSoztXwOgykHQ"], ["user_id", 9], ["platform", "ios"], ["created_at", "2016-10-05 17:26:45.992305"], ["updated_at", "2016-10-05 17:26:45.992305"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "IAM3kIQeRRkl20RlKVss9g"], ["user_id", 9], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:45.993171"], ["updated_at", "2016-10-05 17:26:45.993171"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0PXVt_6dCL1tk9HPyQBymA"], ["user_id", 10], ["platform", "android"], ["created_at", "2016-10-05 17:26:45.994046"], ["updated_at", "2016-10-05 17:26:45.994046"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "sDIgODOCfbc6QXt3q7Rntg"], ["user_id", 10], ["platform", "ios"], ["created_at", "2016-10-05 17:26:45.994998"], ["updated_at", "2016-10-05 17:26:45.994998"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "x8K-Dt7FrEkPT_8xS-6zsw"], ["user_id", 11], ["platform", "android"], ["created_at", "2016-10-05 17:26:45.995936"], ["updated_at", "2016-10-05 17:26:45.995936"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "UmD3ZaEIxmwHMXBpsKaFJQ"], ["user_id", 11], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:45.996818"], ["updated_at", "2016-10-05 17:26:45.996818"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "huGFMWXxgO6ta0IT_SgdJQ"], ["user_id", 12], ["platform", "android"], ["created_at", "2016-10-05 17:26:45.997681"], ["updated_at", "2016-10-05 17:26:45.997681"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "VmxbEwqV_kxQCBUDOfR13A"], ["user_id", 12], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:45.998691"], ["updated_at", "2016-10-05 17:26:45.998691"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fgxJQA--UYBXgBP8yMJiLA"], ["user_id", 13], ["platform", "ios"], ["created_at", "2016-10-05 17:26:45.999666"], ["updated_at", "2016-10-05 17:26:45.999666"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "DvzgBShouok8PtcwCYw0Pw"], ["user_id", 13], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:46.000602"], ["updated_at", "2016-10-05 17:26:46.000602"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "DtOTf0ipGDfNiNCVB44IRg"], ["user_id", 14], ["platform", "ios"], ["created_at", "2016-10-05 17:26:46.001508"], ["updated_at", "2016-10-05 17:26:46.001508"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "lFAplKqB7ts1IxDIQWKuWQ"], ["user_id", 14], ["platform", "android"], ["created_at", "2016-10-05 17:26:46.002420"], ["updated_at", "2016-10-05 17:26:46.002420"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "AoJYRC0BsXcC7s9DckjW-A"], ["user_id", 15], ["platform", "ios"], ["created_at", "2016-10-05 17:26:46.003343"], ["updated_at", "2016-10-05 17:26:46.003343"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "96kLvpT6azDqin2Rc1YETg"], ["user_id", 15], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:46.004239"], ["updated_at", "2016-10-05 17:26:46.004239"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5-aua5IV9ZDeflr2LrSn3g"], ["user_id", 16], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:46.005115"], ["updated_at", "2016-10-05 17:26:46.005115"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "CPTGhmyIkcs5YeJz-cBv6Q"], ["user_id", 16], ["platform", "android"], ["created_at", "2016-10-05 17:26:46.005993"], ["updated_at", "2016-10-05 17:26:46.005993"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4IQO00dDJeRXwgBXBXAAsA"], ["user_id", 17], ["platform", "ios"], ["created_at", "2016-10-05 17:26:46.006885"], ["updated_at", "2016-10-05 17:26:46.006885"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "TSTIBnbL5Kuwy_NkYk81DA"], ["user_id", 17], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:46.007755"], ["updated_at", "2016-10-05 17:26:46.007755"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ZpdIhNYNGGG8hQakp5UwrQ"], ["user_id", 18], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:46.008633"], ["updated_at", "2016-10-05 17:26:46.008633"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ywJxJh2rzY1QqpRmALyJmg"], ["user_id", 18], ["platform", "ios"], ["created_at", "2016-10-05 17:26:46.009717"], ["updated_at", "2016-10-05 17:26:46.009717"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "OgGE5RtGPeqjRs17HRK3ZQ"], ["user_id", 19], ["platform", "android"], ["created_at", "2016-10-05 17:26:46.011265"], ["updated_at", "2016-10-05 17:26:46.011265"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "95qWr-MslVQIYBtDbRpaXg"], ["user_id", 19], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:46.012694"], ["updated_at", "2016-10-05 17:26:46.012694"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9hCmoz9yK290J_cxc36L1w"], ["user_id", 20], ["platform", "ios"], ["created_at", "2016-10-05 17:26:46.014010"], ["updated_at", "2016-10-05 17:26:46.014010"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3nzzJZbsCpi3Ha8HH2xxFg"], ["user_id", 20], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:46.016966"], ["updated_at", "2016-10-05 17:26:46.016966"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "mKFShjK08cIdYbUeKA1-Eg"], ["user_id", 21], ["platform", "android"], ["created_at", "2016-10-05 17:26:46.018479"], ["updated_at", "2016-10-05 17:26:46.018479"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "k5bTYCgtXLI03zHW8K9h2w"], ["user_id", 21], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:46.021481"], ["updated_at", "2016-10-05 17:26:46.021481"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "nlB-134bfQwRreGbPz88vg"], ["user_id", 22], ["platform", "ios"], ["created_at", "2016-10-05 17:26:46.022865"], ["updated_at", "2016-10-05 17:26:46.022865"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6LmztAIJBhIxayeCWZpitQ"], ["user_id", 22], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:46.023797"], ["updated_at", "2016-10-05 17:26:46.023797"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ILe6iqSX4swS6Bo9N_xkQA"], ["user_id", 23], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:46.024655"], ["updated_at", "2016-10-05 17:26:46.024655"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Q18vMGoIKPaZQa2UmyUF5Q"], ["user_id", 23], ["platform", "android"], ["created_at", "2016-10-05 17:26:46.025551"], ["updated_at", "2016-10-05 17:26:46.025551"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "xUSIeMaWI8ZO6i-l9x4Ctg"], ["user_id", 24], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:46.026465"], ["updated_at", "2016-10-05 17:26:46.026465"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "rh5syvRf_dS0azZQNNlxIA"], ["user_id", 24], ["platform", "ios"], ["created_at", "2016-10-05 17:26:46.027525"], ["updated_at", "2016-10-05 17:26:46.027525"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "NCaL-d1hNqRaeCg42OELbQ"], ["user_id", 25], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:46.028642"], ["updated_at", "2016-10-05 17:26:46.028642"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "DTVu0zrByAZC_fu6iRWqfA"], ["user_id", 25], ["platform", "android"], ["created_at", "2016-10-05 17:26:46.029768"], ["updated_at", "2016-10-05 17:26:46.029768"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5c2vegvAEvk0c3EjvN4qNQ"], ["user_id", 26], ["platform", "android"], ["created_at", "2016-10-05 17:26:46.030876"], ["updated_at", "2016-10-05 17:26:46.030876"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "pJOXYnj5TsPhe7mN34vnaw"], ["user_id", 26], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:46.032196"], ["updated_at", "2016-10-05 17:26:46.032196"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "hmrgfLBcKrPMDVUfZtr6dA"], ["user_id", 27], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:46.033693"], ["updated_at", "2016-10-05 17:26:46.033693"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "KGZPKbyIGveYjmfxR-viyQ"], ["user_id", 27], ["platform", "android"], ["created_at", "2016-10-05 17:26:46.035800"], ["updated_at", "2016-10-05 17:26:46.035800"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "rynZPTZVFpGk9gr4ON50iA"], ["user_id", 28], ["platform", "android"], ["created_at", "2016-10-05 17:26:46.038261"], ["updated_at", "2016-10-05 17:26:46.038261"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8IsAIbHq2wdm_gg4-u2B-g"], ["user_id", 28], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:46.039639"], ["updated_at", "2016-10-05 17:26:46.039639"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "RFRFIHslkMszqFtQ6bQ3nA"], ["user_id", 29], ["platform", "ios"], ["created_at", "2016-10-05 17:26:46.040684"], ["updated_at", "2016-10-05 17:26:46.040684"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "akpLh5lF0Ye2gtkyqDt5og"], ["user_id", 29], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:46.041569"], ["updated_at", "2016-10-05 17:26:46.041569"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "88XEXuIqWk4hVlVKu8MgdQ"], ["user_id", 30], ["platform", "android"], ["created_at", "2016-10-05 17:26:46.042494"], ["updated_at", "2016-10-05 17:26:46.042494"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "mcbjFGggcb_O9djjHFiFxQ"], ["user_id", 30], ["platform", "chrome"], ["created_at", "2016-10-05 17:26:46.043420"], ["updated_at", "2016-10-05 17:26:46.043420"]]  (8.5ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Núbia Costa Filho"], ["created_at", "2016-10-05 17:27:05.569442"], ["updated_at", "2016-10-05 17:27:05.569442"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Célia Melo"], ["created_at", "2016-10-05 17:27:05.573255"], ["updated_at", "2016-10-05 17:27:05.573255"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Karla Batista"], ["created_at", "2016-10-05 17:27:05.574567"], ["updated_at", "2016-10-05 17:27:05.574567"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Elísio Macedo"], ["created_at", "2016-10-05 17:27:05.575985"], ["updated_at", "2016-10-05 17:27:05.575985"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Danilo Oliveira"], ["created_at", "2016-10-05 17:27:05.577087"], ["updated_at", "2016-10-05 17:27:05.577087"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Júlio César Carvalho"], ["created_at", "2016-10-05 17:27:05.578135"], ["updated_at", "2016-10-05 17:27:05.578135"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dalila Carvalho"], ["created_at", "2016-10-05 17:27:05.579198"], ["updated_at", "2016-10-05 17:27:05.579198"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "César Xavier"], ["created_at", "2016-10-05 17:27:05.580238"], ["updated_at", "2016-10-05 17:27:05.580238"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sr. Alessandro Nogueira"], ["created_at", "2016-10-05 17:27:05.581288"], ["updated_at", "2016-10-05 17:27:05.581288"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Esther Oliveira Filho"], ["created_at", "2016-10-05 17:27:05.582316"], ["updated_at", "2016-10-05 17:27:05.582316"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dra. Sílvia Braga"], ["created_at", "2016-10-05 17:27:05.583408"], ["updated_at", "2016-10-05 17:27:05.583408"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fabrício Braga Neto"], ["created_at", "2016-10-05 17:27:05.584589"], ["updated_at", "2016-10-05 17:27:05.584589"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Heitor Moreira Neto"], ["created_at", "2016-10-05 17:27:05.585639"], ["updated_at", "2016-10-05 17:27:05.585639"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Antônio Moraes"], ["created_at", "2016-10-05 17:27:05.586723"], ["updated_at", "2016-10-05 17:27:05.586723"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Nataniel Carvalho"], ["created_at", "2016-10-05 17:27:05.587801"], ["updated_at", "2016-10-05 17:27:05.587801"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sílvia Carvalho"], ["created_at", "2016-10-05 17:27:05.588790"], ["updated_at", "2016-10-05 17:27:05.588790"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Cecília Moreira"], ["created_at", "2016-10-05 17:27:05.589832"], ["updated_at", "2016-10-05 17:27:05.589832"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Janaína Batista Filho"], ["created_at", "2016-10-05 17:27:05.591043"], ["updated_at", "2016-10-05 17:27:05.591043"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Srta. Vitória Albuquerque"], ["created_at", "2016-10-05 17:27:05.592135"], ["updated_at", "2016-10-05 17:27:05.592135"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Alexandre Saraiva"], ["created_at", "2016-10-05 17:27:05.593196"], ["updated_at", "2016-10-05 17:27:05.593196"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Víctor Carvalho"], ["created_at", "2016-10-05 17:27:05.594275"], ["updated_at", "2016-10-05 17:27:05.594275"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Frederico Albuquerque Filho"], ["created_at", "2016-10-05 17:27:05.595377"], ["updated_at", "2016-10-05 17:27:05.595377"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Silas Batista"], ["created_at", "2016-10-05 17:27:05.596422"], ["updated_at", "2016-10-05 17:27:05.596422"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Natália Barros"], ["created_at", "2016-10-05 17:27:05.597818"], ["updated_at", "2016-10-05 17:27:05.597818"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dr. Alexandre Souza"], ["created_at", "2016-10-05 17:27:05.599059"], ["updated_at", "2016-10-05 17:27:05.599059"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dra. Suélen Oliveira"], ["created_at", "2016-10-05 17:27:05.600163"], ["updated_at", "2016-10-05 17:27:05.600163"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Isabel Albuquerque"], ["created_at", "2016-10-05 17:27:05.601264"], ["updated_at", "2016-10-05 17:27:05.601264"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Felícia Souza"], ["created_at", "2016-10-05 17:27:05.602204"], ["updated_at", "2016-10-05 17:27:05.602204"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sr. Fabrícia Oliveira"], ["created_at", "2016-10-05 17:27:05.603171"], ["updated_at", "2016-10-05 17:27:05.603171"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Yago Costa"], ["created_at", "2016-10-05 17:27:05.604094"], ["updated_at", "2016-10-05 17:27:05.604094"]]  (5.9ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "MGpbXTMD4Wf49-0XJAaJow"], ["user_id", 1], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.626488"], ["updated_at", "2016-10-05 17:27:05.626488"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2Q9BYGRnE6fBbcrXvKQuvA"], ["user_id", 1], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.628266"], ["updated_at", "2016-10-05 17:27:05.628266"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fgEvjAhwK6xawTjzCqoDOA"], ["user_id", 2], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.629536"], ["updated_at", "2016-10-05 17:27:05.629536"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "OFeHMlXuqKLKrueL5Pozfw"], ["user_id", 2], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.630801"], ["updated_at", "2016-10-05 17:27:05.630801"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "KPJ9cCjrfoQD-TaM2YV_9Q"], ["user_id", 3], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.632043"], ["updated_at", "2016-10-05 17:27:05.632043"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "pB1lPv910ldXvVHikN635Q"], ["user_id", 3], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.633216"], ["updated_at", "2016-10-05 17:27:05.633216"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "vaCDU3xW7mGhNxigzefu8A"], ["user_id", 4], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.634331"], ["updated_at", "2016-10-05 17:27:05.634331"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "M2BwmeBLKGn62k6FtRbh7A"], ["user_id", 4], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.635764"], ["updated_at", "2016-10-05 17:27:05.635764"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "WWWHXDuMSRs3IRFvX4gQaQ"], ["user_id", 5], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.636924"], ["updated_at", "2016-10-05 17:27:05.636924"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "hj_J0x4R6bSBswu9Wqh6zg"], ["user_id", 5], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.638098"], ["updated_at", "2016-10-05 17:27:05.638098"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "FImHttdmbJWsrzSIHcNrXw"], ["user_id", 6], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.639300"], ["updated_at", "2016-10-05 17:27:05.639300"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3A67mGimyui-PzP06EXTKw"], ["user_id", 6], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.640497"], ["updated_at", "2016-10-05 17:27:05.640497"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "nxSqeLLW0UmsOOgzug8txg"], ["user_id", 7], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.641653"], ["updated_at", "2016-10-05 17:27:05.641653"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3_57NAXNl8vBXcpHRVWGmA"], ["user_id", 7], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.642826"], ["updated_at", "2016-10-05 17:27:05.642826"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "I5CBHJY3k9gS68RHks9HLg"], ["user_id", 8], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.644077"], ["updated_at", "2016-10-05 17:27:05.644077"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "q_UAKKQfew6YceYW3sWW6A"], ["user_id", 8], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.645272"], ["updated_at", "2016-10-05 17:27:05.645272"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "RoGqQq3o6Vb_QKy8mIpP3g"], ["user_id", 9], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.646427"], ["updated_at", "2016-10-05 17:27:05.646427"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "cd1nV8B9a2HYmV7FW8zhRA"], ["user_id", 9], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.647797"], ["updated_at", "2016-10-05 17:27:05.647797"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "vySMeRwO_GzP00gRx550mw"], ["user_id", 10], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.649110"], ["updated_at", "2016-10-05 17:27:05.649110"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "m_81ORdfbK3yZv9b973vlA"], ["user_id", 10], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.650283"], ["updated_at", "2016-10-05 17:27:05.650283"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "mV-vNI9SLM6ndtU690km_w"], ["user_id", 11], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.651414"], ["updated_at", "2016-10-05 17:27:05.651414"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Gi71ZzgocJcmnOC-Pux0lA"], ["user_id", 11], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.652575"], ["updated_at", "2016-10-05 17:27:05.652575"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "kgafdf0LB619X46mPrfWNg"], ["user_id", 12], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.653684"], ["updated_at", "2016-10-05 17:27:05.653684"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "xu9goy_-hg-Z2UrWn9tD_A"], ["user_id", 12], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.654745"], ["updated_at", "2016-10-05 17:27:05.654745"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8dTV6JeS_waiDAL4ltKg3A"], ["user_id", 13], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.655829"], ["updated_at", "2016-10-05 17:27:05.655829"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2dFYwEN5W2A3371S6V-cTQ"], ["user_id", 13], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.657046"], ["updated_at", "2016-10-05 17:27:05.657046"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "NjXS0I5t7xxXW0_nBNUt6A"], ["user_id", 14], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.658263"], ["updated_at", "2016-10-05 17:27:05.658263"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "-7MeVIc44PM79pJimlsm6Q"], ["user_id", 14], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.659411"], ["updated_at", "2016-10-05 17:27:05.659411"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "LnkrjOgUCorQV0TcH1u3fA"], ["user_id", 15], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.660530"], ["updated_at", "2016-10-05 17:27:05.660530"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "wxBJov4ordx72puj39AhhA"], ["user_id", 15], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.661627"], ["updated_at", "2016-10-05 17:27:05.661627"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Wd6rO_SyD5WX2Il847Bl0w"], ["user_id", 16], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.662970"], ["updated_at", "2016-10-05 17:27:05.662970"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ZQP-ln8Avnzius7PIKFBLA"], ["user_id", 16], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.664700"], ["updated_at", "2016-10-05 17:27:05.664700"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "FDujpp3zx7LeajE0rdV8iQ"], ["user_id", 17], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.666548"], ["updated_at", "2016-10-05 17:27:05.666548"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Nzoyq3abWRj82n7WjE0cUg"], ["user_id", 17], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.668143"], ["updated_at", "2016-10-05 17:27:05.668143"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "oHz2r02tt7a3IDaLr6QOUQ"], ["user_id", 18], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.669800"], ["updated_at", "2016-10-05 17:27:05.669800"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "_FvqpxmSKOGcm0w0wOyoyg"], ["user_id", 18], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.671644"], ["updated_at", "2016-10-05 17:27:05.671644"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "zzIr6OwzvnsdQDJud3u1mw"], ["user_id", 19], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.674818"], ["updated_at", "2016-10-05 17:27:05.674818"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "sW2QsNWLqwvN08ipg-NSEg"], ["user_id", 19], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.676815"], ["updated_at", "2016-10-05 17:27:05.676815"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "DmwoZBkeH8mPWtiDZ_Z17w"], ["user_id", 20], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.678764"], ["updated_at", "2016-10-05 17:27:05.678764"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "mgfzfDRGRwZN-UpF1k9F1w"], ["user_id", 20], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.680110"], ["updated_at", "2016-10-05 17:27:05.680110"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "U4O8e1qMSl5xCCfleVyNLQ"], ["user_id", 21], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.681519"], ["updated_at", "2016-10-05 17:27:05.681519"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "CdMQLI1IaMqtJhCNlG7jZw"], ["user_id", 21], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.683017"], ["updated_at", "2016-10-05 17:27:05.683017"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ye880a53gthOSPITe89E8w"], ["user_id", 22], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.684109"], ["updated_at", "2016-10-05 17:27:05.684109"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "eilksBKTmaiewrWWqMNqJw"], ["user_id", 22], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.685176"], ["updated_at", "2016-10-05 17:27:05.685176"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "VvPYgIBOuSQnDpvLEwhpKQ"], ["user_id", 23], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.686238"], ["updated_at", "2016-10-05 17:27:05.686238"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "joMAkAExkNJLgGCk37eJJw"], ["user_id", 23], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.687350"], ["updated_at", "2016-10-05 17:27:05.687350"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "nB93OTSncbRd3gdNBF96IA"], ["user_id", 24], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.688480"], ["updated_at", "2016-10-05 17:27:05.688480"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "R2ss5I52MTNZ5fsPRtxeWQ"], ["user_id", 24], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.690507"], ["updated_at", "2016-10-05 17:27:05.690507"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "qBFz8CnGx4GGoEyMz3GKag"], ["user_id", 25], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.692109"], ["updated_at", "2016-10-05 17:27:05.692109"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "k2ItRMQ6yQEoCohs1yBImA"], ["user_id", 25], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.693187"], ["updated_at", "2016-10-05 17:27:05.693187"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "r9YsMBFpm-iJqbE5mefwWg"], ["user_id", 26], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.694197"], ["updated_at", "2016-10-05 17:27:05.694197"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "nOfoCOeVdgeWobe3Bs_0Tw"], ["user_id", 26], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.695284"], ["updated_at", "2016-10-05 17:27:05.695284"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "kBqXK_zmy3Ne2XQCTJp3GA"], ["user_id", 27], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.696350"], ["updated_at", "2016-10-05 17:27:05.696350"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "83kK9kHvRwA6PbbzXwzBUQ"], ["user_id", 27], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.697517"], ["updated_at", "2016-10-05 17:27:05.697517"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "sbMC0dF64egBPrW_yIClKA"], ["user_id", 28], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.698634"], ["updated_at", "2016-10-05 17:27:05.698634"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "gficyY-_t96SJnK2VOEjAg"], ["user_id", 28], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.699677"], ["updated_at", "2016-10-05 17:27:05.699677"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "caZHBJpLnRlfBTGC9OL8bg"], ["user_id", 29], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.700706"], ["updated_at", "2016-10-05 17:27:05.700706"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ZiAemtMmfhh12PJV4DRaXg"], ["user_id", 29], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.701705"], ["updated_at", "2016-10-05 17:27:05.701705"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3dNTi0mEt0LwaCIv5DE0RA"], ["user_id", 30], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.702802"], ["updated_at", "2016-10-05 17:27:05.702802"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "KuLv-JU-vMGg_T3k5dymdQ"], ["user_id", 30], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.703867"], ["updated_at", "2016-10-05 17:27:05.703867"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "j1A_tcqOCYn_fK_0mGcVPQ"], ["user_id", 31], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.704897"], ["updated_at", "2016-10-05 17:27:05.704897"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "q66eBU_1YkBD3k646TY5EA"], ["user_id", 31], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.705949"], ["updated_at", "2016-10-05 17:27:05.705949"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "n54dR7llYlwfsCGRyxhe2Q"], ["user_id", 32], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.707062"], ["updated_at", "2016-10-05 17:27:05.707062"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0p7tz2Uql479z0UF-k5Z6g"], ["user_id", 32], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.708281"], ["updated_at", "2016-10-05 17:27:05.708281"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "yQtcEA4Cp7pt4X8_yeqYLA"], ["user_id", 33], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.709767"], ["updated_at", "2016-10-05 17:27:05.709767"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "dLj_57iikYrbH3QLnyWa-Q"], ["user_id", 33], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.710924"], ["updated_at", "2016-10-05 17:27:05.710924"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0JE_R99_s3uyxUP5iRCmwA"], ["user_id", 34], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.712012"], ["updated_at", "2016-10-05 17:27:05.712012"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "PcQkA-wqEP2YOoUJsv-dQA"], ["user_id", 34], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.713081"], ["updated_at", "2016-10-05 17:27:05.713081"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "dnFAJWqJkQJVrl0691DSSA"], ["user_id", 35], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.714156"], ["updated_at", "2016-10-05 17:27:05.714156"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "tGDiHeZ6YB5MYIY_uUxvLA"], ["user_id", 35], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.715312"], ["updated_at", "2016-10-05 17:27:05.715312"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "khMWcVjR5LN8vGhwtaGRwA"], ["user_id", 36], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.716374"], ["updated_at", "2016-10-05 17:27:05.716374"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "v_prQkfWmlutvjtcBrqLKg"], ["user_id", 36], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.717486"], ["updated_at", "2016-10-05 17:27:05.717486"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ZQ-ULa1FsvsqACtsJToqsw"], ["user_id", 37], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.718625"], ["updated_at", "2016-10-05 17:27:05.718625"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "KK88Y7CovDETS1iko5U_og"], ["user_id", 37], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.719757"], ["updated_at", "2016-10-05 17:27:05.719757"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Enhap7ENcAuJivm5P_kYmw"], ["user_id", 38], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.720861"], ["updated_at", "2016-10-05 17:27:05.720861"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "EUPZ2sO-oOkJ0qutMqiqag"], ["user_id", 38], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.721921"], ["updated_at", "2016-10-05 17:27:05.721921"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "_vjbzK8g0D48mHdLbsldgQ"], ["user_id", 39], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.722987"], ["updated_at", "2016-10-05 17:27:05.722987"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fh6VdME1-UNx4ST16_MEBQ"], ["user_id", 39], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.724032"], ["updated_at", "2016-10-05 17:27:05.724032"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "xJdBHvatmZ1Wmp55Q1TdyQ"], ["user_id", 40], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.725083"], ["updated_at", "2016-10-05 17:27:05.725083"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "WL-Q20n7tn722ZJN4vTApA"], ["user_id", 40], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.726094"], ["updated_at", "2016-10-05 17:27:05.726094"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "tyx9svl5PpXDwAKAJlvWWA"], ["user_id", 41], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.727271"], ["updated_at", "2016-10-05 17:27:05.727271"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ZhDwuAlVwa2KFd53z_s6TQ"], ["user_id", 41], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.728399"], ["updated_at", "2016-10-05 17:27:05.728399"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "v8ItyZwzVGUoP1o89SG7SQ"], ["user_id", 42], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.729495"], ["updated_at", "2016-10-05 17:27:05.729495"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7dlDFtQXnVa3qqhPZnvKKA"], ["user_id", 42], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.730702"], ["updated_at", "2016-10-05 17:27:05.730702"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "sIQAhceDo4z3sp_D6upkpA"], ["user_id", 43], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.731917"], ["updated_at", "2016-10-05 17:27:05.731917"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "RfkU4i3TqxkI63Y9sgl1ow"], ["user_id", 43], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.732987"], ["updated_at", "2016-10-05 17:27:05.732987"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "02sO4Evxr9fahjHkAcG5-g"], ["user_id", 44], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.734037"], ["updated_at", "2016-10-05 17:27:05.734037"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1CfQh8dv57EO-_G-CvtBdw"], ["user_id", 44], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.735115"], ["updated_at", "2016-10-05 17:27:05.735115"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Y9sB9FHF_fEaUTNn2koDMg"], ["user_id", 45], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.736203"], ["updated_at", "2016-10-05 17:27:05.736203"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "73_CdcVQNEa0JqOWhoeo-Q"], ["user_id", 45], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.737242"], ["updated_at", "2016-10-05 17:27:05.737242"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "TYR1TuhwOK7iRk28SQVyfQ"], ["user_id", 46], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.738365"], ["updated_at", "2016-10-05 17:27:05.738365"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "OIW-9t1GDDUAmTbUrspGkQ"], ["user_id", 46], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.739452"], ["updated_at", "2016-10-05 17:27:05.739452"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "me1RYeWuNRAJBXN9Hir_Bw"], ["user_id", 47], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.740501"], ["updated_at", "2016-10-05 17:27:05.740501"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0TN-7O_3ju0URFB3sjdY8w"], ["user_id", 47], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.741570"], ["updated_at", "2016-10-05 17:27:05.741570"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "b3W1GSoRMExw7UReGf84dQ"], ["user_id", 48], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.742671"], ["updated_at", "2016-10-05 17:27:05.742671"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "YqSVyK9zRO7aQ9Lz0H4ASA"], ["user_id", 48], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.743746"], ["updated_at", "2016-10-05 17:27:05.743746"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2XgbQ_14ukuDi2p50V-bqQ"], ["user_id", 49], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.744886"], ["updated_at", "2016-10-05 17:27:05.744886"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "r_1Wx2P2HEFkCZ6x66WoSA"], ["user_id", 49], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.746034"], ["updated_at", "2016-10-05 17:27:05.746034"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "kNxqNnxXUwBkyHUcBnpr2w"], ["user_id", 50], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.747132"], ["updated_at", "2016-10-05 17:27:05.747132"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "twAd8-Uctac7QgAMgyVGLg"], ["user_id", 50], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.748400"], ["updated_at", "2016-10-05 17:27:05.748400"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "dc3L-9r8ZP4gSjtSk-qBVw"], ["user_id", 51], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.749573"], ["updated_at", "2016-10-05 17:27:05.749573"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0VtWgbcrUQVjwbJbX46msg"], ["user_id", 51], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.750609"], ["updated_at", "2016-10-05 17:27:05.750609"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "jTqShadpPzifMKMpIzfB_g"], ["user_id", 52], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.751671"], ["updated_at", "2016-10-05 17:27:05.751671"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "cDesynZmfaMjQyAqECajsQ"], ["user_id", 52], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.752697"], ["updated_at", "2016-10-05 17:27:05.752697"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "aMntGd9EjX0aMnbzy11rQw"], ["user_id", 53], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.753750"], ["updated_at", "2016-10-05 17:27:05.753750"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "AhBnlsP5FnJvBgHl4aN_sQ"], ["user_id", 53], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.755035"], ["updated_at", "2016-10-05 17:27:05.755035"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Zc4Wq0I_S1QxpVQfLZZH5g"], ["user_id", 54], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.756883"], ["updated_at", "2016-10-05 17:27:05.756883"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "YVqFl4P42Ntsd8R4-hJaiA"], ["user_id", 54], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.758688"], ["updated_at", "2016-10-05 17:27:05.758688"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9fFJoxz7DvlKMJxCJR4HrQ"], ["user_id", 55], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.760269"], ["updated_at", "2016-10-05 17:27:05.760269"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "TGucuWHs6r0oVLc4Gf4Zvg"], ["user_id", 55], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.762177"], ["updated_at", "2016-10-05 17:27:05.762177"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "59nhTSxDaMYJmMNXfueAuQ"], ["user_id", 56], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.764280"], ["updated_at", "2016-10-05 17:27:05.764280"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "XSS0RfAMbjGHzPo7E0FiCg"], ["user_id", 56], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.766007"], ["updated_at", "2016-10-05 17:27:05.766007"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "am-ZVHSF6TdTrZQ3THwmng"], ["user_id", 57], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.768979"], ["updated_at", "2016-10-05 17:27:05.768979"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "W2D5IT_AccBmjlkd93uYjw"], ["user_id", 57], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.770134"], ["updated_at", "2016-10-05 17:27:05.770134"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "JxSCh015PNO-pqI3NxIhfQ"], ["user_id", 58], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.771169"], ["updated_at", "2016-10-05 17:27:05.771169"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "h84bFIiAYF85n7G88cqVmw"], ["user_id", 58], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.772508"], ["updated_at", "2016-10-05 17:27:05.772508"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "m04uYXoBXhtaHLgJghQc-w"], ["user_id", 59], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.773630"], ["updated_at", "2016-10-05 17:27:05.773630"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "YHxJpOnWeLmWu47kGVXvVg"], ["user_id", 59], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:05.774695"], ["updated_at", "2016-10-05 17:27:05.774695"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "TrgI5ikdwseAJGlpf4tEfg"], ["user_id", 60], ["platform", "ios"], ["created_at", "2016-10-05 17:27:05.775752"], ["updated_at", "2016-10-05 17:27:05.775752"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2xeYE5obvVDEjiArxooPew"], ["user_id", 60], ["platform", "android"], ["created_at", "2016-10-05 17:27:05.776810"], ["updated_at", "2016-10-05 17:27:05.776810"]]  (6.5ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices"  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "jera_push_messages" ("message", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["message", "\"Sed reprehenderit sed consectetur velit. Mollitia pariatur exercitationem. Aut totam laudantium pariatur repellat commodi accusantium nemo.\""], ["status", "sent"], ["created_at", "2016-10-05 17:27:06.360877"], ["updated_at", "2016-10-05 17:27:06.360877"]]  (0.1ms) rollback transaction JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" ORDER BY "jera_push_messages"."id" DESC LIMIT 1 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Víctor Carvalho"], ["created_at", "2016-10-05 17:27:50.215015"], ["updated_at", "2016-10-05 17:27:50.215015"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Isabel Pereira"], ["created_at", "2016-10-05 17:27:50.217665"], ["updated_at", "2016-10-05 17:27:50.217665"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Larissa Nogueira"], ["created_at", "2016-10-05 17:27:50.218506"], ["updated_at", "2016-10-05 17:27:50.218506"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Mércia Barros"], ["created_at", "2016-10-05 17:27:50.219217"], ["updated_at", "2016-10-05 17:27:50.219217"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sirineu Nogueira"], ["created_at", "2016-10-05 17:27:50.219924"], ["updated_at", "2016-10-05 17:27:50.219924"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Júlia Oliveira"], ["created_at", "2016-10-05 17:27:50.220848"], ["updated_at", "2016-10-05 17:27:50.220848"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Washington Santos"], ["created_at", "2016-10-05 17:27:50.221723"], ["updated_at", "2016-10-05 17:27:50.221723"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sra. Fábio Santos"], ["created_at", "2016-10-05 17:27:50.222488"], ["updated_at", "2016-10-05 17:27:50.222488"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Yago Nogueira Filho"], ["created_at", "2016-10-05 17:27:50.223197"], ["updated_at", "2016-10-05 17:27:50.223197"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Natália Martins"], ["created_at", "2016-10-05 17:27:50.223908"], ["updated_at", "2016-10-05 17:27:50.223908"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sra. Marcela Oliveira"], ["created_at", "2016-10-05 17:27:50.224600"], ["updated_at", "2016-10-05 17:27:50.224600"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Víctor Albuquerque"], ["created_at", "2016-10-05 17:27:50.225303"], ["updated_at", "2016-10-05 17:27:50.225303"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sílvia Moraes"], ["created_at", "2016-10-05 17:27:50.225995"], ["updated_at", "2016-10-05 17:27:50.225995"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Salvador Saraiva"], ["created_at", "2016-10-05 17:27:50.226716"], ["updated_at", "2016-10-05 17:27:50.226716"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fabiano Santos"], ["created_at", "2016-10-05 17:27:50.227418"], ["updated_at", "2016-10-05 17:27:50.227418"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Srta. Felícia Macedo"], ["created_at", "2016-10-05 17:27:50.228112"], ["updated_at", "2016-10-05 17:27:50.228112"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dr. Ofélia Saraiva"], ["created_at", "2016-10-05 17:27:50.228817"], ["updated_at", "2016-10-05 17:27:50.228817"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Gúbio Martins"], ["created_at", "2016-10-05 17:27:50.229523"], ["updated_at", "2016-10-05 17:27:50.229523"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Rafaela Batista"], ["created_at", "2016-10-05 17:27:50.230217"], ["updated_at", "2016-10-05 17:27:50.230217"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Suélen Nogueira"], ["created_at", "2016-10-05 17:27:50.230953"], ["updated_at", "2016-10-05 17:27:50.230953"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dr. Norberto Pereira"], ["created_at", "2016-10-05 17:27:50.231645"], ["updated_at", "2016-10-05 17:27:50.231645"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Morgana Barros"], ["created_at", "2016-10-05 17:27:50.232341"], ["updated_at", "2016-10-05 17:27:50.232341"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Feliciano Batista"], ["created_at", "2016-10-05 17:27:50.233036"], ["updated_at", "2016-10-05 17:27:50.233036"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Guilherme Costa"], ["created_at", "2016-10-05 17:27:50.233730"], ["updated_at", "2016-10-05 17:27:50.233730"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Guilherme Carvalho"], ["created_at", "2016-10-05 17:27:50.234475"], ["updated_at", "2016-10-05 17:27:50.234475"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ofélia Melo"], ["created_at", "2016-10-05 17:27:50.235176"], ["updated_at", "2016-10-05 17:27:50.235176"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "João Moraes"], ["created_at", "2016-10-05 17:27:50.235877"], ["updated_at", "2016-10-05 17:27:50.235877"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Breno Pereira Filho"], ["created_at", "2016-10-05 17:27:50.236575"], ["updated_at", "2016-10-05 17:27:50.236575"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sra. Salvador Albuquerque"], ["created_at", "2016-10-05 17:27:50.237400"], ["updated_at", "2016-10-05 17:27:50.237400"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dr. Marcos Carvalho"], ["created_at", "2016-10-05 17:27:50.238327"], ["updated_at", "2016-10-05 17:27:50.238327"]]  (25.0ms) commit transaction User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "M1IvF_wGyPyCGRZS3AVOaA"], ["user_id", 1], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.279135"], ["updated_at", "2016-10-05 17:27:50.279135"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "k3IB-_a3h9FZesjatQYOWA"], ["user_id", 1], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.280642"], ["updated_at", "2016-10-05 17:27:50.280642"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Nd0r6J5_jOMJf2S7sNiUgw"], ["user_id", 2], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.281623"], ["updated_at", "2016-10-05 17:27:50.281623"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ZjMAUYF-dXxKYFmIh2u7eQ"], ["user_id", 2], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.282580"], ["updated_at", "2016-10-05 17:27:50.282580"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "i527OdF4vnvxkgL1MO32cg"], ["user_id", 3], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.283530"], ["updated_at", "2016-10-05 17:27:50.283530"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "SE0mjT2xkwZfvk6C3i8LAQ"], ["user_id", 3], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.284447"], ["updated_at", "2016-10-05 17:27:50.284447"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "uNstaZ5ADOddQZ0GNz3pmQ"], ["user_id", 4], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.285322"], ["updated_at", "2016-10-05 17:27:50.285322"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "iybnYQVcC3QSBLzfLmb6XA"], ["user_id", 4], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.286242"], ["updated_at", "2016-10-05 17:27:50.286242"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Y83WAMTMHEQM9wclLAtmbg"], ["user_id", 5], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.287484"], ["updated_at", "2016-10-05 17:27:50.287484"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "IIGlGRMU8a_qxJHZ4PiZ3w"], ["user_id", 5], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.288714"], ["updated_at", "2016-10-05 17:27:50.288714"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "l4vrUFy_VoZTK3G1JkkgmQ"], ["user_id", 6], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.290048"], ["updated_at", "2016-10-05 17:27:50.290048"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "NcPn3d4AZWCPKn9rZCso6A"], ["user_id", 6], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.291434"], ["updated_at", "2016-10-05 17:27:50.291434"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Xu2jxWiOIOUZExLvUedBWQ"], ["user_id", 7], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.293581"], ["updated_at", "2016-10-05 17:27:50.293581"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Bp7hlW6fraLDI8De7bJ70g"], ["user_id", 7], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.296822"], ["updated_at", "2016-10-05 17:27:50.296822"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "qCDjmKpr0AOVrwyYnVugOQ"], ["user_id", 8], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.297921"], ["updated_at", "2016-10-05 17:27:50.297921"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9GLH-mGGKnE7o1j1SF3Sdg"], ["user_id", 8], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.298835"], ["updated_at", "2016-10-05 17:27:50.298835"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "rGSkDKWN9e4j8EpQgHoc8Q"], ["user_id", 9], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.299711"], ["updated_at", "2016-10-05 17:27:50.299711"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "GK0VzxHJTFUK7p1dPgocOA"], ["user_id", 9], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.300604"], ["updated_at", "2016-10-05 17:27:50.300604"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3PlOa9H7_ikZSuzkxM_zUA"], ["user_id", 10], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.301474"], ["updated_at", "2016-10-05 17:27:50.301474"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "iBkHrDvYOBmgrLrBJgP3IA"], ["user_id", 10], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.302361"], ["updated_at", "2016-10-05 17:27:50.302361"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3e4bfABdoUx8pzEuHINMoA"], ["user_id", 11], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.303355"], ["updated_at", "2016-10-05 17:27:50.303355"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "O96moYROIfbkX018WvK-2A"], ["user_id", 11], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.304476"], ["updated_at", "2016-10-05 17:27:50.304476"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0Pxl3OIJiG8JAejIHtIjKw"], ["user_id", 12], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.305709"], ["updated_at", "2016-10-05 17:27:50.305709"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "AL7Ml2-YFs_fi4mEcAYs5g"], ["user_id", 12], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.307894"], ["updated_at", "2016-10-05 17:27:50.307894"]] SQL (0.4ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "XcReD6j9wDFIlY4IgDxhWA"], ["user_id", 13], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.310082"], ["updated_at", "2016-10-05 17:27:50.310082"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "vt_iPvvRVUwIhh5kG1TcVA"], ["user_id", 13], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.314329"], ["updated_at", "2016-10-05 17:27:50.314329"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "yubpAv0HGx-X4IPuJtz-Mg"], ["user_id", 14], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.315595"], ["updated_at", "2016-10-05 17:27:50.315595"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "OTYSOiYz5kKivHfNwtkLtw"], ["user_id", 14], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.316941"], ["updated_at", "2016-10-05 17:27:50.316941"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "RIcKrnOcEi163lG7rIm05Q"], ["user_id", 15], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.318193"], ["updated_at", "2016-10-05 17:27:50.318193"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ekPSC_oSuqpb3keWFIbujQ"], ["user_id", 15], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.319666"], ["updated_at", "2016-10-05 17:27:50.319666"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "669Q3qg6zyz_D0pmoGFUNQ"], ["user_id", 16], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.321262"], ["updated_at", "2016-10-05 17:27:50.321262"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "w-Dr_frI2oR-eNAchbtBwQ"], ["user_id", 16], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.322688"], ["updated_at", "2016-10-05 17:27:50.322688"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ZYBezc8i_itPGF3f2ZD9sg"], ["user_id", 17], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.323620"], ["updated_at", "2016-10-05 17:27:50.323620"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "g5Xsq5IskXl3Y_8lCjNZJA"], ["user_id", 17], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.324560"], ["updated_at", "2016-10-05 17:27:50.324560"]] SQL (0.4ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Nw6jhIPRwPl_akz-MNYWFQ"], ["user_id", 18], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.325603"], ["updated_at", "2016-10-05 17:27:50.325603"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8MtmnokFepGNVzHibd4GCQ"], ["user_id", 18], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.328152"], ["updated_at", "2016-10-05 17:27:50.328152"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "qrf_Fm8Uf6u8YtwRkWeqdA"], ["user_id", 19], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.329232"], ["updated_at", "2016-10-05 17:27:50.329232"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Y09gkepxNF9htzYvNssiTQ"], ["user_id", 19], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.330126"], ["updated_at", "2016-10-05 17:27:50.330126"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "HqElxu2jWuXFEU98c0BMzw"], ["user_id", 20], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.331068"], ["updated_at", "2016-10-05 17:27:50.331068"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3UeenkgJ_chvPph14LP-xA"], ["user_id", 20], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.331981"], ["updated_at", "2016-10-05 17:27:50.331981"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7c_uZbBHGoFAvS5RKFZDiw"], ["user_id", 21], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.332853"], ["updated_at", "2016-10-05 17:27:50.332853"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "VO2OXd4dJVSJTuINbsl9Cg"], ["user_id", 21], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.333774"], ["updated_at", "2016-10-05 17:27:50.333774"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "tSpKY00N4Av4mB7cUV59FQ"], ["user_id", 22], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.334714"], ["updated_at", "2016-10-05 17:27:50.334714"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "tLZIpN8F3xEq2UJeRhi5sw"], ["user_id", 22], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.335620"], ["updated_at", "2016-10-05 17:27:50.335620"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Qs_N2RiLJtoRjJ1DGjycYw"], ["user_id", 23], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.336603"], ["updated_at", "2016-10-05 17:27:50.336603"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0rFr_LcDcrY7DiC2kA73vA"], ["user_id", 23], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.337806"], ["updated_at", "2016-10-05 17:27:50.337806"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "j9l1DK4dMN-QUuBNOjLtyA"], ["user_id", 24], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.338908"], ["updated_at", "2016-10-05 17:27:50.338908"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "rjhXLRoYXhzkIO0lh2plGw"], ["user_id", 24], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.339868"], ["updated_at", "2016-10-05 17:27:50.339868"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "541Lyl2F9HyQYe4rybygFQ"], ["user_id", 25], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.340746"], ["updated_at", "2016-10-05 17:27:50.340746"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3dxBjqkwf-caAkDDuMighg"], ["user_id", 25], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.341625"], ["updated_at", "2016-10-05 17:27:50.341625"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "XfgvGglzLHqWNV89RxW17Q"], ["user_id", 26], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.342514"], ["updated_at", "2016-10-05 17:27:50.342514"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "SOKYpzzKYSDAMbIo1cs0iA"], ["user_id", 26], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.343404"], ["updated_at", "2016-10-05 17:27:50.343404"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "hPZYa2Tr1l8JXCV1zH2ZlQ"], ["user_id", 27], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.344284"], ["updated_at", "2016-10-05 17:27:50.344284"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "n8QQSkZTYNRSIfJp4fY8mw"], ["user_id", 27], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.345173"], ["updated_at", "2016-10-05 17:27:50.345173"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9SoEy3mSuoY5Q2GGFKBJXQ"], ["user_id", 28], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.346060"], ["updated_at", "2016-10-05 17:27:50.346060"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "-k1FtVimBKbg8TTkpDgrUA"], ["user_id", 28], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.346950"], ["updated_at", "2016-10-05 17:27:50.346950"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "mkGgPNLbHrHWZ1zepoYRxQ"], ["user_id", 29], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.347835"], ["updated_at", "2016-10-05 17:27:50.347835"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "15CJw7xMcI4PleGpGVL8Ug"], ["user_id", 29], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.348709"], ["updated_at", "2016-10-05 17:27:50.348709"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "qy-MdFiWoB09Tj2tZeId9g"], ["user_id", 30], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.349598"], ["updated_at", "2016-10-05 17:27:50.349598"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "qyLMz9LatAV-Zi0urIPpmg"], ["user_id", 30], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.350504"], ["updated_at", "2016-10-05 17:27:50.350504"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "C5cUextPKsykeCNRYMCjwA"], ["user_id", 31], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.351383"], ["updated_at", "2016-10-05 17:27:50.351383"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9tO7Z3KFU0kudg1kEcex1Q"], ["user_id", 31], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.352261"], ["updated_at", "2016-10-05 17:27:50.352261"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "-iuOYyN7M9cvXqnRxpNgTQ"], ["user_id", 32], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.353180"], ["updated_at", "2016-10-05 17:27:50.353180"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "l-03OocqdTgZhC_Gokx_Sg"], ["user_id", 32], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.354218"], ["updated_at", "2016-10-05 17:27:50.354218"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a4PKWF0lY_ur_75rAnb7-Q"], ["user_id", 33], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.355316"], ["updated_at", "2016-10-05 17:27:50.355316"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "h_AMCoLB_ZJWi6ybiPEGkQ"], ["user_id", 33], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.356231"], ["updated_at", "2016-10-05 17:27:50.356231"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "_mHrLCC5ADwlZh6mfUfdJg"], ["user_id", 34], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.357127"], ["updated_at", "2016-10-05 17:27:50.357127"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "up1UsTWTFVWuZr2klS013w"], ["user_id", 34], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.358007"], ["updated_at", "2016-10-05 17:27:50.358007"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "BGqNqbUMnJKpDSEpl-mjvA"], ["user_id", 35], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.358920"], ["updated_at", "2016-10-05 17:27:50.358920"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "hy-XcQFlFVbcgHje7UwAcA"], ["user_id", 35], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.359796"], ["updated_at", "2016-10-05 17:27:50.359796"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "hUYfYDGQx0FkYOLUBQh61Q"], ["user_id", 36], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.360656"], ["updated_at", "2016-10-05 17:27:50.360656"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "749lC7wu0ki-yZ2Y57Uk-w"], ["user_id", 36], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.361525"], ["updated_at", "2016-10-05 17:27:50.361525"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9OhGz5tfAzYIYEBiBLXCxQ"], ["user_id", 37], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.362501"], ["updated_at", "2016-10-05 17:27:50.362501"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "nqVcGIMTix2FzBY_zFN-hw"], ["user_id", 37], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.363459"], ["updated_at", "2016-10-05 17:27:50.363459"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5PMBKzbjrgG70CitMtH4fg"], ["user_id", 38], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.364350"], ["updated_at", "2016-10-05 17:27:50.364350"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "N1f7YD7p5-VeK55BKdiFzg"], ["user_id", 38], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.365231"], ["updated_at", "2016-10-05 17:27:50.365231"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "b83i1eVTKY-r0Kqv_VnRaw"], ["user_id", 39], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.366103"], ["updated_at", "2016-10-05 17:27:50.366103"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "YHsF1yCHmSzmMz1IuptgIA"], ["user_id", 39], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.367017"], ["updated_at", "2016-10-05 17:27:50.367017"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "CeJ9Zyj7xLq-4CGssuic-Q"], ["user_id", 40], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.367912"], ["updated_at", "2016-10-05 17:27:50.367912"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "HFaJnu81c3KM6GtYQQEV9w"], ["user_id", 40], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.368798"], ["updated_at", "2016-10-05 17:27:50.368798"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "GRn77502uaUjwTW10Rfhrg"], ["user_id", 41], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.369677"], ["updated_at", "2016-10-05 17:27:50.369677"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "juXMA3uE0-etofa_-Oz-Rw"], ["user_id", 41], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.371649"], ["updated_at", "2016-10-05 17:27:50.371649"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "krjdDdjmgEsF-wnl-IeZKg"], ["user_id", 42], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.373013"], ["updated_at", "2016-10-05 17:27:50.373013"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "CwTNwW2otw3XzXmPep9KWQ"], ["user_id", 42], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.373979"], ["updated_at", "2016-10-05 17:27:50.373979"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0fGnGE903N9n44t2CFbVyw"], ["user_id", 43], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.374872"], ["updated_at", "2016-10-05 17:27:50.374872"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "O6xg2ilmitbMY5V1ypafRQ"], ["user_id", 43], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.375788"], ["updated_at", "2016-10-05 17:27:50.375788"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Y9FqVSpoGdxKueON-jpt1Q"], ["user_id", 44], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.376691"], ["updated_at", "2016-10-05 17:27:50.376691"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "UyPyTAJLjCOp3eJPB9b4Wg"], ["user_id", 44], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.377577"], ["updated_at", "2016-10-05 17:27:50.377577"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0z94AUVUzbct4w-007EJ8A"], ["user_id", 45], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.378494"], ["updated_at", "2016-10-05 17:27:50.378494"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "rfTEG2-9svh4BG2CryFzHQ"], ["user_id", 45], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.379465"], ["updated_at", "2016-10-05 17:27:50.379465"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "sSEKLTtHKAfQZxx5M0-zYQ"], ["user_id", 46], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.380508"], ["updated_at", "2016-10-05 17:27:50.380508"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "wnA57K6-muNYHkcra4TSSw"], ["user_id", 46], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.381480"], ["updated_at", "2016-10-05 17:27:50.381480"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "PB9bl2rBO6GD3z22h-olXQ"], ["user_id", 47], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.382444"], ["updated_at", "2016-10-05 17:27:50.382444"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "eJNJb6WYTcMMhf0_4MENYw"], ["user_id", 47], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.383408"], ["updated_at", "2016-10-05 17:27:50.383408"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "PQoNsireeyyBSafgjkCLvA"], ["user_id", 48], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.384410"], ["updated_at", "2016-10-05 17:27:50.384410"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "HloJDK_ofbyVMbJSZOhvEw"], ["user_id", 48], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.385354"], ["updated_at", "2016-10-05 17:27:50.385354"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "pEePl8eeacakI2Ieqwm1CA"], ["user_id", 49], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.386294"], ["updated_at", "2016-10-05 17:27:50.386294"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "HkFcA3aJ8utOAuQ-YFgM3A"], ["user_id", 49], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.387345"], ["updated_at", "2016-10-05 17:27:50.387345"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6EA1GPYMiqPoZpTS4X6vJg"], ["user_id", 50], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.388508"], ["updated_at", "2016-10-05 17:27:50.388508"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "EAoCsTWznDTX5I3Wf12rdg"], ["user_id", 50], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.389442"], ["updated_at", "2016-10-05 17:27:50.389442"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Vv9oCTovfC4InlRGoveNGQ"], ["user_id", 51], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.390333"], ["updated_at", "2016-10-05 17:27:50.390333"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "rdnkW3Cn2lXXAleUwcCvOw"], ["user_id", 51], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.391291"], ["updated_at", "2016-10-05 17:27:50.391291"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "zvvGzhHfEsUKzFi5ZCYvsA"], ["user_id", 52], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.392158"], ["updated_at", "2016-10-05 17:27:50.392158"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "CjaCYUsNCwdo7m_ljjQjEQ"], ["user_id", 52], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.393049"], ["updated_at", "2016-10-05 17:27:50.393049"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "c9JlYV70JXg9SFcQ3pAJjQ"], ["user_id", 53], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.393914"], ["updated_at", "2016-10-05 17:27:50.393914"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "kH_PEl-jsyDRBavDoXxJWQ"], ["user_id", 53], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.394831"], ["updated_at", "2016-10-05 17:27:50.394831"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "q2Z9tJzLLVCWo5jxYsvHDA"], ["user_id", 54], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.395712"], ["updated_at", "2016-10-05 17:27:50.395712"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "gnPXKQgB_3RbUAjEV8xW7Q"], ["user_id", 54], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.396606"], ["updated_at", "2016-10-05 17:27:50.396606"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "BSB_tG2FyRSrW1fPDj6UMQ"], ["user_id", 55], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.397480"], ["updated_at", "2016-10-05 17:27:50.397480"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "IC-_zRV8k9lIytK2-YKxVw"], ["user_id", 55], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.398379"], ["updated_at", "2016-10-05 17:27:50.398379"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "pJJh_itF-rDH5JSf34hh5Q"], ["user_id", 56], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.399277"], ["updated_at", "2016-10-05 17:27:50.399277"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "IusU5Z_kiLJDHgXAT-njSQ"], ["user_id", 56], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.400166"], ["updated_at", "2016-10-05 17:27:50.400166"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "CmStXyHO5nwwa9UyhBw6dg"], ["user_id", 57], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.401049"], ["updated_at", "2016-10-05 17:27:50.401049"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "VL8pOGmM55VaZ7YH5n9NGA"], ["user_id", 57], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.401926"], ["updated_at", "2016-10-05 17:27:50.401926"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "tL8ZwMGCovj5ia0NQG400Q"], ["user_id", 58], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.402833"], ["updated_at", "2016-10-05 17:27:50.402833"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "HVD4vX8Cxlqry00m6bv2lQ"], ["user_id", 58], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.403855"], ["updated_at", "2016-10-05 17:27:50.403855"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3raCL_sEzBu4vwV1viqyIw"], ["user_id", 59], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.404975"], ["updated_at", "2016-10-05 17:27:50.404975"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Mw4unrxqrlNpqPqPI-GBDg"], ["user_id", 59], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.405893"], ["updated_at", "2016-10-05 17:27:50.405893"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "IAxyIY9DEbEYgFw--mAl0g"], ["user_id", 60], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.406786"], ["updated_at", "2016-10-05 17:27:50.406786"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Rnl_5k_L5epRw4qcWvz1Xw"], ["user_id", 60], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.407664"], ["updated_at", "2016-10-05 17:27:50.407664"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "reuGmoYGdlQ719NXZdFYGw"], ["user_id", 61], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.408529"], ["updated_at", "2016-10-05 17:27:50.408529"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f4JLH9HTkFSoaw7zChJ48g"], ["user_id", 61], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.409411"], ["updated_at", "2016-10-05 17:27:50.409411"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "iPAJzbIo6nawhiQKhBxktQ"], ["user_id", 62], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.410275"], ["updated_at", "2016-10-05 17:27:50.410275"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "kY5bEOeliiqN33-E3G4QQQ"], ["user_id", 62], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.411176"], ["updated_at", "2016-10-05 17:27:50.411176"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f4cAJl662KC93aqe6sg0hA"], ["user_id", 63], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.412059"], ["updated_at", "2016-10-05 17:27:50.412059"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "myAU0PjhQ6rMuDMbl3vasQ"], ["user_id", 63], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.413007"], ["updated_at", "2016-10-05 17:27:50.413007"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "VPaEiuFVzcrQ9tyikxXBEg"], ["user_id", 64], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.414151"], ["updated_at", "2016-10-05 17:27:50.414151"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "B9ALTjAbZdFCvUKiLecfCw"], ["user_id", 64], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.415232"], ["updated_at", "2016-10-05 17:27:50.415232"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "tpzQPEnk_cwEyrfosAl0Bw"], ["user_id", 65], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.416989"], ["updated_at", "2016-10-05 17:27:50.416989"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2CeOpUy9CxxIJ2mWdydXhA"], ["user_id", 65], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.418607"], ["updated_at", "2016-10-05 17:27:50.418607"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "QYCx0E9g82toSB16UonoRw"], ["user_id", 66], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.419631"], ["updated_at", "2016-10-05 17:27:50.419631"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "t6cDDpLsAqo59WhsfxUH5A"], ["user_id", 66], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.420666"], ["updated_at", "2016-10-05 17:27:50.420666"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "cKpO6lwV7FQFvr_CWmPkzw"], ["user_id", 67], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.421763"], ["updated_at", "2016-10-05 17:27:50.421763"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Pc0ypD4XOID_Yqog5JSQIA"], ["user_id", 67], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.422731"], ["updated_at", "2016-10-05 17:27:50.422731"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "iJC1hTSed0OvWOErNosWjg"], ["user_id", 68], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.423671"], ["updated_at", "2016-10-05 17:27:50.423671"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "hiiJ29KvEZgYIjIjOQ_-Vw"], ["user_id", 68], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.424547"], ["updated_at", "2016-10-05 17:27:50.424547"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "NjB-1HTxLbuup-CmDiTFaA"], ["user_id", 69], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.425424"], ["updated_at", "2016-10-05 17:27:50.425424"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "B-RvTjPP1xsDLLuAdCQwcA"], ["user_id", 69], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.426305"], ["updated_at", "2016-10-05 17:27:50.426305"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7lzh51K8kT5kBcfMkstXMg"], ["user_id", 70], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.427256"], ["updated_at", "2016-10-05 17:27:50.427256"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "l01X-0YpmD0GBj7jTTkPGg"], ["user_id", 70], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.428113"], ["updated_at", "2016-10-05 17:27:50.428113"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2D-Kve0wxASpeXs_cWJj-g"], ["user_id", 71], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.429027"], ["updated_at", "2016-10-05 17:27:50.429027"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "VyDNSyhZtLFQEW-vBW-33g"], ["user_id", 71], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.429927"], ["updated_at", "2016-10-05 17:27:50.429927"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fNaH2ZgDM6R9RrzEHHkTHA"], ["user_id", 72], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.430845"], ["updated_at", "2016-10-05 17:27:50.430845"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "PmVvi2M7wuamlzqAKwrw8Q"], ["user_id", 72], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.431726"], ["updated_at", "2016-10-05 17:27:50.431726"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "eXk6xE6mr0aBdo7nhRiroA"], ["user_id", 73], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.432607"], ["updated_at", "2016-10-05 17:27:50.432607"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "TS1x8DWGRun0-z9A4Hwxdg"], ["user_id", 73], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.433467"], ["updated_at", "2016-10-05 17:27:50.433467"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "tkVci4f73r81naYHHou_mQ"], ["user_id", 74], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.434345"], ["updated_at", "2016-10-05 17:27:50.434345"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Imb8KLCNflVu_c4TWPQ6xQ"], ["user_id", 74], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.435311"], ["updated_at", "2016-10-05 17:27:50.435311"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Dt45PXjpLAbRD6kdH0aZMg"], ["user_id", 75], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.436251"], ["updated_at", "2016-10-05 17:27:50.436251"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "YefwyAAPn5jjKk2DLDP46A"], ["user_id", 75], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.437253"], ["updated_at", "2016-10-05 17:27:50.437253"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "rjLTMXHk4Q1ta74M8fLC8A"], ["user_id", 76], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.438373"], ["updated_at", "2016-10-05 17:27:50.438373"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ARBwLo6Bm7LZdzkRXVHUhg"], ["user_id", 76], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.439285"], ["updated_at", "2016-10-05 17:27:50.439285"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "LJSEYQ5UiFbTG-VVdF0qAw"], ["user_id", 77], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.440157"], ["updated_at", "2016-10-05 17:27:50.440157"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "wrMhJPihRbV3SlLDqY-JZw"], ["user_id", 77], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.441032"], ["updated_at", "2016-10-05 17:27:50.441032"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ktbXiLxhfaJo52upcll-ig"], ["user_id", 78], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.441922"], ["updated_at", "2016-10-05 17:27:50.441922"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ze3mc0mp9rYYRkO0xk9pVw"], ["user_id", 78], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.442842"], ["updated_at", "2016-10-05 17:27:50.442842"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "xfxm7Sp1Q6YbkOo4R57GhA"], ["user_id", 79], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.443731"], ["updated_at", "2016-10-05 17:27:50.443731"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "AcQPkczCEKdsC_EhPTGeAw"], ["user_id", 79], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.444606"], ["updated_at", "2016-10-05 17:27:50.444606"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Xw2zfrm88Qk8d3u9t_tfJw"], ["user_id", 80], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.445477"], ["updated_at", "2016-10-05 17:27:50.445477"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1UI1mPQaTUrIEgXzqa4Hng"], ["user_id", 80], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.446359"], ["updated_at", "2016-10-05 17:27:50.446359"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "wZ6b1be-kkZneAQRLSaT8w"], ["user_id", 81], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.447234"], ["updated_at", "2016-10-05 17:27:50.447234"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "BW1j_Y77Vz64GHaWD3jm3A"], ["user_id", 81], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.448093"], ["updated_at", "2016-10-05 17:27:50.448093"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "oux7mTY_QuuiiPzqBbF71A"], ["user_id", 82], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.448980"], ["updated_at", "2016-10-05 17:27:50.448980"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Q74OZsX1smGzP-fEzGaZSQ"], ["user_id", 82], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.449852"], ["updated_at", "2016-10-05 17:27:50.449852"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "qKJExKXz5jVMQInkSMIS_g"], ["user_id", 83], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.450743"], ["updated_at", "2016-10-05 17:27:50.450743"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "zkIWZCLnuuI_jiMLbpiyoA"], ["user_id", 83], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.451619"], ["updated_at", "2016-10-05 17:27:50.451619"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4K-_gU62m5rDFhHQj3dtUw"], ["user_id", 84], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.452475"], ["updated_at", "2016-10-05 17:27:50.452475"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2XYI0Fyu08vfar4VICngng"], ["user_id", 84], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.453388"], ["updated_at", "2016-10-05 17:27:50.453388"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4-UmrQ5fh4NhqbxC6GZh_w"], ["user_id", 85], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.454546"], ["updated_at", "2016-10-05 17:27:50.454546"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "IyB2kqLnEW09d6mvlqLd8Q"], ["user_id", 85], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.456049"], ["updated_at", "2016-10-05 17:27:50.456049"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "i0HbAieqvA1G4yDVcqt1XQ"], ["user_id", 86], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.458918"], ["updated_at", "2016-10-05 17:27:50.458918"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ONZIh0SrnFmuattLVIStlw"], ["user_id", 86], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.460268"], ["updated_at", "2016-10-05 17:27:50.460268"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "aECefk7pUL1uTnz70EgbEw"], ["user_id", 87], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.463593"], ["updated_at", "2016-10-05 17:27:50.463593"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "sg5WpVjPXrXKZBNjw_thHg"], ["user_id", 87], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.464997"], ["updated_at", "2016-10-05 17:27:50.464997"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "FeVpmkvU7FeBHugo685s_A"], ["user_id", 88], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.465974"], ["updated_at", "2016-10-05 17:27:50.465974"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "oDkLBjIBTl2MzEjgW-AXpw"], ["user_id", 88], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.466969"], ["updated_at", "2016-10-05 17:27:50.466969"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1HJ_ZfPaazPT4xTgBq3wwQ"], ["user_id", 89], ["platform", "ios"], ["created_at", "2016-10-05 17:27:50.467921"], ["updated_at", "2016-10-05 17:27:50.467921"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "OdtU3HAwxJTt5xmHU-XCUw"], ["user_id", 89], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.468882"], ["updated_at", "2016-10-05 17:27:50.468882"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "qwoOT3KJGTMQ6OVbCmaPtw"], ["user_id", 90], ["platform", "android"], ["created_at", "2016-10-05 17:27:50.469924"], ["updated_at", "2016-10-05 17:27:50.469924"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "TSQTudhoD4ZuaovNI6EgUg"], ["user_id", 90], ["platform", "chrome"], ["created_at", "2016-10-05 17:27:50.471109"], ["updated_at", "2016-10-05 17:27:50.471109"]]  (6.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices"  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "jera_push_messages" ("message", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["message", "\"Eligendi tempora consequuntur.\""], ["status", "sent"], ["created_at", "2016-10-05 17:27:51.035807"], ["updated_at", "2016-10-05 17:27:51.035807"]]  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Danilo Martins"], ["created_at", "2016-10-05 17:28:17.502561"], ["updated_at", "2016-10-05 17:28:17.502561"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Alessandro Moraes Filho"], ["created_at", "2016-10-05 17:28:17.505397"], ["updated_at", "2016-10-05 17:28:17.505397"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Srta. Júlia Carvalho"], ["created_at", "2016-10-05 17:28:17.506284"], ["updated_at", "2016-10-05 17:28:17.506284"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sr. Raul Batista"], ["created_at", "2016-10-05 17:28:17.507146"], ["updated_at", "2016-10-05 17:28:17.507146"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lorena Oliveira"], ["created_at", "2016-10-05 17:28:17.507934"], ["updated_at", "2016-10-05 17:28:17.507934"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ricardo Carvalho"], ["created_at", "2016-10-05 17:28:17.508708"], ["updated_at", "2016-10-05 17:28:17.508708"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lorraine Melo"], ["created_at", "2016-10-05 17:28:17.509474"], ["updated_at", "2016-10-05 17:28:17.509474"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Paula Franco"], ["created_at", "2016-10-05 17:28:17.510267"], ["updated_at", "2016-10-05 17:28:17.510267"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Júlio Albuquerque Neto"], ["created_at", "2016-10-05 17:28:17.511224"], ["updated_at", "2016-10-05 17:28:17.511224"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Hugo Moraes Filho"], ["created_at", "2016-10-05 17:28:17.511979"], ["updated_at", "2016-10-05 17:28:17.511979"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fabrício Martins"], ["created_at", "2016-10-05 17:28:17.512725"], ["updated_at", "2016-10-05 17:28:17.512725"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Yango Franco"], ["created_at", "2016-10-05 17:28:17.513468"], ["updated_at", "2016-10-05 17:28:17.513468"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dalila Franco"], ["created_at", "2016-10-05 17:28:17.514207"], ["updated_at", "2016-10-05 17:28:17.514207"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Alessandra Souza"], ["created_at", "2016-10-05 17:28:17.515039"], ["updated_at", "2016-10-05 17:28:17.515039"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dra. Warley Costa"], ["created_at", "2016-10-05 17:28:17.515781"], ["updated_at", "2016-10-05 17:28:17.515781"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dra. Marcos Nogueira"], ["created_at", "2016-10-05 17:28:17.516542"], ["updated_at", "2016-10-05 17:28:17.516542"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Carla Albuquerque Filho"], ["created_at", "2016-10-05 17:28:17.517249"], ["updated_at", "2016-10-05 17:28:17.517249"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lorena Albuquerque"], ["created_at", "2016-10-05 17:28:17.517959"], ["updated_at", "2016-10-05 17:28:17.517959"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Washington Albuquerque"], ["created_at", "2016-10-05 17:28:17.518716"], ["updated_at", "2016-10-05 17:28:17.518716"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Larissa Albuquerque Filho"], ["created_at", "2016-10-05 17:28:17.519434"], ["updated_at", "2016-10-05 17:28:17.519434"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sra. Antônio Braga"], ["created_at", "2016-10-05 17:28:17.520135"], ["updated_at", "2016-10-05 17:28:17.520135"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Maria Nogueira"], ["created_at", "2016-10-05 17:28:17.520831"], ["updated_at", "2016-10-05 17:28:17.520831"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Suélen Nogueira"], ["created_at", "2016-10-05 17:28:17.521519"], ["updated_at", "2016-10-05 17:28:17.521519"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dalila Batista"], ["created_at", "2016-10-05 17:28:17.522222"], ["updated_at", "2016-10-05 17:28:17.522222"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Kléber Braga"], ["created_at", "2016-10-05 17:28:17.522970"], ["updated_at", "2016-10-05 17:28:17.522970"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dr. Vicente Pereira"], ["created_at", "2016-10-05 17:28:17.523683"], ["updated_at", "2016-10-05 17:28:17.523683"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pablo Franco Filho"], ["created_at", "2016-10-05 17:28:17.524385"], ["updated_at", "2016-10-05 17:28:17.524385"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Yango Braga"], ["created_at", "2016-10-05 17:28:17.525201"], ["updated_at", "2016-10-05 17:28:17.525201"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Srta. Janaína Santos"], ["created_at", "2016-10-05 17:28:17.525926"], ["updated_at", "2016-10-05 17:28:17.525926"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Maria Moreira"], ["created_at", "2016-10-05 17:28:17.526666"], ["updated_at", "2016-10-05 17:28:17.526666"]]  (7.2ms) commit transaction User Load (0.6ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5RWJQi3rv2JPk20Na4zcaw"], ["user_id", 1], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.551396"], ["updated_at", "2016-10-05 17:28:17.551396"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "vxBEVfUCGed3JyZzDS6JqQ"], ["user_id", 1], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.553353"], ["updated_at", "2016-10-05 17:28:17.553353"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ZkLRaxYy6IX43DEx6_4P8A"], ["user_id", 2], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.554539"], ["updated_at", "2016-10-05 17:28:17.554539"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "hV49unzEkcWlqikvInDEiw"], ["user_id", 2], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.555513"], ["updated_at", "2016-10-05 17:28:17.555513"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "RMmIhMvZ8xiYrfUUjCaGJw"], ["user_id", 3], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.556486"], ["updated_at", "2016-10-05 17:28:17.556486"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "qjHDT-Vr76mxh4ITZlncKw"], ["user_id", 3], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.557484"], ["updated_at", "2016-10-05 17:28:17.557484"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "MHCsV8Tl1ia6U-bBGVXU9g"], ["user_id", 4], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.558490"], ["updated_at", "2016-10-05 17:28:17.558490"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "hCCZYTr1iG1-cbHKtQJQQQ"], ["user_id", 4], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.559375"], ["updated_at", "2016-10-05 17:28:17.559375"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "E25vgjSG41ga27Qulp4kag"], ["user_id", 5], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.560292"], ["updated_at", "2016-10-05 17:28:17.560292"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Rfw7BqA5L9ZsyBIqCjHcoA"], ["user_id", 5], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.561235"], ["updated_at", "2016-10-05 17:28:17.561235"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "zrClL29fQt1ySJ4gCkqHeA"], ["user_id", 6], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.562124"], ["updated_at", "2016-10-05 17:28:17.562124"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "x_ulZjQ1gwbn97PWJFR3Cw"], ["user_id", 6], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.563011"], ["updated_at", "2016-10-05 17:28:17.563011"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7CNxtdQn6bcSHCt_tFh_6g"], ["user_id", 7], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.563902"], ["updated_at", "2016-10-05 17:28:17.563902"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "AtZK805FSWGUOzPFAO4tmg"], ["user_id", 7], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.564763"], ["updated_at", "2016-10-05 17:28:17.564763"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "dkq03rT_Jmh-IPINj3FO0g"], ["user_id", 8], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.565652"], ["updated_at", "2016-10-05 17:28:17.565652"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1unCikf7AsGdc_RNYylhmA"], ["user_id", 8], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.566557"], ["updated_at", "2016-10-05 17:28:17.566557"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "V-3CSkzTbuLEj1rKuOyN_g"], ["user_id", 9], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.567432"], ["updated_at", "2016-10-05 17:28:17.567432"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ZlNNIrZXVeQEwwifjICrAg"], ["user_id", 9], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.568327"], ["updated_at", "2016-10-05 17:28:17.568327"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0_KDNO_VXD2bE9SH2feVzg"], ["user_id", 10], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.569214"], ["updated_at", "2016-10-05 17:28:17.569214"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "NJBbdOlhT4tOf0I_R_XWKg"], ["user_id", 10], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.570104"], ["updated_at", "2016-10-05 17:28:17.570104"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "TiaZAtM8rtHf__3j_aUTWw"], ["user_id", 11], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.571025"], ["updated_at", "2016-10-05 17:28:17.571025"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "KxqAYLTS8PxoANJ9ppPqsw"], ["user_id", 11], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.571916"], ["updated_at", "2016-10-05 17:28:17.571916"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "JDLNaoV0m6bnmUKT3QXEbg"], ["user_id", 12], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.572806"], ["updated_at", "2016-10-05 17:28:17.572806"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9ioHPoLSKo61UQ5pY7zKfA"], ["user_id", 12], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.573700"], ["updated_at", "2016-10-05 17:28:17.573700"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "jW2lmk2VWwjUBAH1ikRLdw"], ["user_id", 13], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.574664"], ["updated_at", "2016-10-05 17:28:17.574664"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "RPuHpXFwd9bHTP1QePRn_A"], ["user_id", 13], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.576148"], ["updated_at", "2016-10-05 17:28:17.576148"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "wMa8HagKMzK5G7pOBZwmdg"], ["user_id", 14], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.578579"], ["updated_at", "2016-10-05 17:28:17.578579"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8oYYU0qOIQ0h075My9LijA"], ["user_id", 14], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.579954"], ["updated_at", "2016-10-05 17:28:17.579954"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "-b4Z4NGneqO66r_iuiQieg"], ["user_id", 15], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.580899"], ["updated_at", "2016-10-05 17:28:17.580899"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "yZpIAJTwSsLRXYVmNXerAA"], ["user_id", 15], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.581857"], ["updated_at", "2016-10-05 17:28:17.581857"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Ys7D-5jEY2hLDe0TNZpXCw"], ["user_id", 16], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.583318"], ["updated_at", "2016-10-05 17:28:17.583318"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ARgndP9SOw6bWW4t-WDJog"], ["user_id", 16], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.584307"], ["updated_at", "2016-10-05 17:28:17.584307"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "qZBe0Be-OeBtBCGEyHNseA"], ["user_id", 17], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.585212"], ["updated_at", "2016-10-05 17:28:17.585212"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "KIwf5anVUTVmcNXZwJ5W7g"], ["user_id", 17], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.586110"], ["updated_at", "2016-10-05 17:28:17.586110"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "jFkfJfeRKV5PTSwaP4630w"], ["user_id", 18], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.587071"], ["updated_at", "2016-10-05 17:28:17.587071"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "aOT6dBd51jjKTKl5Jinleg"], ["user_id", 18], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.588043"], ["updated_at", "2016-10-05 17:28:17.588043"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "MCiiNUgJIaxcyMHSg5nLHQ"], ["user_id", 19], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.588960"], ["updated_at", "2016-10-05 17:28:17.588960"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "WuZPHd5Ncq2nC9_gd1dBIA"], ["user_id", 19], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.589870"], ["updated_at", "2016-10-05 17:28:17.589870"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "sQ0JtF7bQW68rXqDOLoU0A"], ["user_id", 20], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.590774"], ["updated_at", "2016-10-05 17:28:17.590774"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "gygJ8rB35apRb8Vikm0jqw"], ["user_id", 20], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.591643"], ["updated_at", "2016-10-05 17:28:17.591643"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5Ciyu9gH6z2eEn0OBpcXBQ"], ["user_id", 21], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.592530"], ["updated_at", "2016-10-05 17:28:17.592530"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "sJde_groiBHBprs4fIQgTw"], ["user_id", 21], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.593573"], ["updated_at", "2016-10-05 17:28:17.593573"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Z45tPUOJ33TXzYyFtg0S8w"], ["user_id", 22], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.594542"], ["updated_at", "2016-10-05 17:28:17.594542"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "q2QgYfurbSPaYtH5TSdnwA"], ["user_id", 22], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.595456"], ["updated_at", "2016-10-05 17:28:17.595456"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "JDWi7rYpKMlIqSHzvxOVOQ"], ["user_id", 23], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.596388"], ["updated_at", "2016-10-05 17:28:17.596388"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Yf3q-TsbLct1m0vrFZuE-A"], ["user_id", 23], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.597501"], ["updated_at", "2016-10-05 17:28:17.597501"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "E-OdfdjXSPDgO2m_571cmg"], ["user_id", 24], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.598756"], ["updated_at", "2016-10-05 17:28:17.598756"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "U3Rzg5ZuBpa0Y4kJL5aGIQ"], ["user_id", 24], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.599869"], ["updated_at", "2016-10-05 17:28:17.599869"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "qpAnT09Z04z0MBJ1py-QlQ"], ["user_id", 25], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.601276"], ["updated_at", "2016-10-05 17:28:17.601276"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "bbpaT9h-f1c9uJUHYuyiQA"], ["user_id", 25], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.602784"], ["updated_at", "2016-10-05 17:28:17.602784"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "maWAz30nGynkS-a8RQxoHQ"], ["user_id", 26], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.605834"], ["updated_at", "2016-10-05 17:28:17.605834"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "tvpV9WlfKVbH-plyszG4OA"], ["user_id", 26], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.607369"], ["updated_at", "2016-10-05 17:28:17.607369"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4dyb0jg-9sudwBEORTtj_A"], ["user_id", 27], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.608654"], ["updated_at", "2016-10-05 17:28:17.608654"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "CSAenbH928sRpn-__qvH_A"], ["user_id", 27], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.609757"], ["updated_at", "2016-10-05 17:28:17.609757"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "PlhLjw8ae4mYn_EgnWaXRA"], ["user_id", 28], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.610750"], ["updated_at", "2016-10-05 17:28:17.610750"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "MYVn2D6ZkZgv8KsAKJ0jlQ"], ["user_id", 28], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.611682"], ["updated_at", "2016-10-05 17:28:17.611682"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "_SPMhKYbWiNulT_81nuG_g"], ["user_id", 29], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.612619"], ["updated_at", "2016-10-05 17:28:17.612619"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "c6XOhizZgXi3D_8OfGMCRA"], ["user_id", 29], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.613523"], ["updated_at", "2016-10-05 17:28:17.613523"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "cIBxRMtFrxMOgkgwkP4uyQ"], ["user_id", 30], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.614453"], ["updated_at", "2016-10-05 17:28:17.614453"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "itaNFKofGXlBW7sqccmIfg"], ["user_id", 30], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.615354"], ["updated_at", "2016-10-05 17:28:17.615354"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "-oymfzg6uNuMxZxk7nDp6w"], ["user_id", 31], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.616238"], ["updated_at", "2016-10-05 17:28:17.616238"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "rkfLIqTxMCiS4KH7JVD7wQ"], ["user_id", 31], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.617156"], ["updated_at", "2016-10-05 17:28:17.617156"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "EsHR6QJyhP3ofTCKZgt7zQ"], ["user_id", 32], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.618050"], ["updated_at", "2016-10-05 17:28:17.618050"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Z3kHtvuatchqly6pwisdjg"], ["user_id", 32], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.619105"], ["updated_at", "2016-10-05 17:28:17.619105"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "24yKJgyAcKsSQ6QifxzIBg"], ["user_id", 33], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.621222"], ["updated_at", "2016-10-05 17:28:17.621222"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "pQAGtKnZ2m1XB4cil2O6pQ"], ["user_id", 33], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.622467"], ["updated_at", "2016-10-05 17:28:17.622467"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8g56UxD2bInDt6P-XYg8uQ"], ["user_id", 34], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.623380"], ["updated_at", "2016-10-05 17:28:17.623380"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "g9Fu-Qc1wokdIP_eMjowKw"], ["user_id", 34], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.624282"], ["updated_at", "2016-10-05 17:28:17.624282"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "n-BokdSsOwzyWYoS7kqr7g"], ["user_id", 35], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.625168"], ["updated_at", "2016-10-05 17:28:17.625168"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "tajCFxRhD5WTPu3VYCRPHA"], ["user_id", 35], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.626126"], ["updated_at", "2016-10-05 17:28:17.626126"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "PU4BlqsyTexhuKlr8BMXtA"], ["user_id", 36], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.627137"], ["updated_at", "2016-10-05 17:28:17.627137"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "UHuZ1m3RwQogyVewrBba8g"], ["user_id", 36], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.628042"], ["updated_at", "2016-10-05 17:28:17.628042"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "RqjeA36rUy8ZQK1hSQ_DvA"], ["user_id", 37], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.628946"], ["updated_at", "2016-10-05 17:28:17.628946"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "z38w8fdYpup4tFQ6gmh1fw"], ["user_id", 37], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.629850"], ["updated_at", "2016-10-05 17:28:17.629850"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "NUDcwo30RD3cPl0Kbt2izg"], ["user_id", 38], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.630756"], ["updated_at", "2016-10-05 17:28:17.630756"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "M5OYXfincfn1mtJoai9S0g"], ["user_id", 38], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.631685"], ["updated_at", "2016-10-05 17:28:17.631685"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "PxUKdn5edBMNrogX6wR_wA"], ["user_id", 39], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.632577"], ["updated_at", "2016-10-05 17:28:17.632577"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3gIa_r-C0-GFBl1ZeoVGvQ"], ["user_id", 39], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.633469"], ["updated_at", "2016-10-05 17:28:17.633469"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "tPjCwulTSKDNsx7LQcvdPg"], ["user_id", 40], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.634377"], ["updated_at", "2016-10-05 17:28:17.634377"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "FAnCsY_eD1APKRQsD-DJFA"], ["user_id", 40], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.635258"], ["updated_at", "2016-10-05 17:28:17.635258"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "pyYEMQbcJE-JqEdJiAnFkA"], ["user_id", 41], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.636338"], ["updated_at", "2016-10-05 17:28:17.636338"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "II8soT4NlIsj1IN7kYrubA"], ["user_id", 41], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.637215"], ["updated_at", "2016-10-05 17:28:17.637215"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "IPRnfV5jDYDQXt9zI80xLQ"], ["user_id", 42], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.638081"], ["updated_at", "2016-10-05 17:28:17.638081"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6GNjIbatt8BeX6xvpRD3ig"], ["user_id", 42], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.638966"], ["updated_at", "2016-10-05 17:28:17.638966"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "iS4itLcV-_Fqst-D9h6zxw"], ["user_id", 43], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.639839"], ["updated_at", "2016-10-05 17:28:17.639839"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "dDTmangO1xmgnDLcX8j3MQ"], ["user_id", 43], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.640705"], ["updated_at", "2016-10-05 17:28:17.640705"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "pE7E5LVQGHpQldK68R1ebQ"], ["user_id", 44], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.641634"], ["updated_at", "2016-10-05 17:28:17.641634"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "J_Ifavby-oLmqwpzqTqxxg"], ["user_id", 44], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.642545"], ["updated_at", "2016-10-05 17:28:17.642545"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1sRW-3a316KDL6Cij4YRRA"], ["user_id", 45], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.643465"], ["updated_at", "2016-10-05 17:28:17.643465"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "BHquyj8PPcyqTaEy484ifg"], ["user_id", 45], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.644347"], ["updated_at", "2016-10-05 17:28:17.644347"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "sMIQd0GpuhECMSAM9CcRwA"], ["user_id", 46], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.645209"], ["updated_at", "2016-10-05 17:28:17.645209"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "99n5mKXq3DamJHnouFxxug"], ["user_id", 46], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.646079"], ["updated_at", "2016-10-05 17:28:17.646079"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "jvsMdIX9Tsm-S2asNYW6OA"], ["user_id", 47], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.646961"], ["updated_at", "2016-10-05 17:28:17.646961"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "o8DQxiGX3u1VoRnZQADSjw"], ["user_id", 47], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.647865"], ["updated_at", "2016-10-05 17:28:17.647865"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "NrIz69g_w_U7H6Mk-MLewQ"], ["user_id", 48], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.648727"], ["updated_at", "2016-10-05 17:28:17.648727"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "oxMyGKQaeV1S1dDn_fAa6g"], ["user_id", 48], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.649626"], ["updated_at", "2016-10-05 17:28:17.649626"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "wo6EGyIYLRePfpRgmeekAA"], ["user_id", 49], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.650531"], ["updated_at", "2016-10-05 17:28:17.650531"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "bx2MY-rDMRQrgGWOA_0goA"], ["user_id", 49], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.651412"], ["updated_at", "2016-10-05 17:28:17.651412"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3PaD2EtP4H3DvMza0MDj4Q"], ["user_id", 50], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.652342"], ["updated_at", "2016-10-05 17:28:17.652342"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ghbMGofy5L-GHV_y8VdvXA"], ["user_id", 50], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.653846"], ["updated_at", "2016-10-05 17:28:17.653846"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "j_fqqeKB2JPZPH298U4-WQ"], ["user_id", 51], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.654923"], ["updated_at", "2016-10-05 17:28:17.654923"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5QfXoLN65BNMmmKsmtVZLw"], ["user_id", 51], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.656070"], ["updated_at", "2016-10-05 17:28:17.656070"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "tcRcn5sFUi_m6MXoBHtr5Q"], ["user_id", 52], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.657532"], ["updated_at", "2016-10-05 17:28:17.657532"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2mZlEVI4C2Fqd4ucAtDpMA"], ["user_id", 52], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.658949"], ["updated_at", "2016-10-05 17:28:17.658949"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "bnV3Z3-Wk-U8LXahubRj8g"], ["user_id", 53], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.660002"], ["updated_at", "2016-10-05 17:28:17.660002"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "pOG7brGORiv6SSmc6SSE9Q"], ["user_id", 53], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.661036"], ["updated_at", "2016-10-05 17:28:17.661036"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2YQPXqsD5Mc06DjzcqGtpQ"], ["user_id", 54], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.662038"], ["updated_at", "2016-10-05 17:28:17.662038"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "sza5rpb7GhzUGYOYineJow"], ["user_id", 54], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.663048"], ["updated_at", "2016-10-05 17:28:17.663048"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "QfltSa0jBVUkKtXg1H0OXg"], ["user_id", 55], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.664041"], ["updated_at", "2016-10-05 17:28:17.664041"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "HY4pE0_oHhfEkczqnGc1xg"], ["user_id", 55], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.665024"], ["updated_at", "2016-10-05 17:28:17.665024"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "WIsq0YKy2PXepPHV_HTgWw"], ["user_id", 56], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.666003"], ["updated_at", "2016-10-05 17:28:17.666003"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "dDnHgbfCEqTeAAFiNhrapw"], ["user_id", 56], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.667014"], ["updated_at", "2016-10-05 17:28:17.667014"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d5TpEODK9Jr4maTPrqxYmQ"], ["user_id", 57], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.667895"], ["updated_at", "2016-10-05 17:28:17.667895"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "JTbXxkjBJH4okCO-UmP4rA"], ["user_id", 57], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.668800"], ["updated_at", "2016-10-05 17:28:17.668800"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2McfVIp9iynipx9Xyl-jGw"], ["user_id", 58], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.669698"], ["updated_at", "2016-10-05 17:28:17.669698"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "znmepPwE9BCea5G2MFyhtw"], ["user_id", 58], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.670649"], ["updated_at", "2016-10-05 17:28:17.670649"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "G5N0LK5RBvQyyyO7LYOHyQ"], ["user_id", 59], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.671537"], ["updated_at", "2016-10-05 17:28:17.671537"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "bEcq0Asj0k1skYjTcRiiOA"], ["user_id", 59], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.672438"], ["updated_at", "2016-10-05 17:28:17.672438"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ax7QLDcq03CxBcsHGngTKw"], ["user_id", 60], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.673327"], ["updated_at", "2016-10-05 17:28:17.673327"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "zpB_8G9b7DrrNPeBsCblsg"], ["user_id", 60], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.674211"], ["updated_at", "2016-10-05 17:28:17.674211"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7Hiy8-XyRX6a5FBneD7r0w"], ["user_id", 61], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.675168"], ["updated_at", "2016-10-05 17:28:17.675168"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5WvN-UM-quYj6pai7kDKdg"], ["user_id", 61], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.676142"], ["updated_at", "2016-10-05 17:28:17.676142"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "HsoIB2oat-tLuaPBqwsuRA"], ["user_id", 62], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.677195"], ["updated_at", "2016-10-05 17:28:17.677195"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "cPMnNJAWlujiTgAehBa8nw"], ["user_id", 62], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.678111"], ["updated_at", "2016-10-05 17:28:17.678111"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "tEPrYWcEDb7JlOZcodVsMA"], ["user_id", 63], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.679059"], ["updated_at", "2016-10-05 17:28:17.679059"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "WaQjllRktTCV0GQRpSm-tg"], ["user_id", 63], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.679982"], ["updated_at", "2016-10-05 17:28:17.679982"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "iRVpLDsxxJ0XzKfQ-30phA"], ["user_id", 64], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.680857"], ["updated_at", "2016-10-05 17:28:17.680857"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "wPaQugb_UfuHIJggbFoAyw"], ["user_id", 64], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.681757"], ["updated_at", "2016-10-05 17:28:17.681757"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "vqLJ-C-TgOKalXg0BqLu8g"], ["user_id", 65], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.682741"], ["updated_at", "2016-10-05 17:28:17.682741"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "_8turEli-iKPf3Eznz-hfQ"], ["user_id", 65], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.683682"], ["updated_at", "2016-10-05 17:28:17.683682"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "btR8vqKMmss30W8xR8ThLQ"], ["user_id", 66], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.684578"], ["updated_at", "2016-10-05 17:28:17.684578"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Cl37OtYwQ_2z7pDRb3vNAg"], ["user_id", 66], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.685488"], ["updated_at", "2016-10-05 17:28:17.685488"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "GteeuqQEHz3LIEl5GPOmWA"], ["user_id", 67], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.686426"], ["updated_at", "2016-10-05 17:28:17.686426"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "I5N_7qSHWzHkLgBk7VVvUg"], ["user_id", 67], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.687315"], ["updated_at", "2016-10-05 17:28:17.687315"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "KC3nt6wIEwENjvOxR-laFQ"], ["user_id", 68], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.688191"], ["updated_at", "2016-10-05 17:28:17.688191"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "HdOmarrjbo5RH3-_rC_rwQ"], ["user_id", 68], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.689061"], ["updated_at", "2016-10-05 17:28:17.689061"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "-mhIL4bKt57kAxpXxPWZzg"], ["user_id", 69], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.689948"], ["updated_at", "2016-10-05 17:28:17.689948"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ssZAUhtUwYimBMVelPbLqA"], ["user_id", 69], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.690875"], ["updated_at", "2016-10-05 17:28:17.690875"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "FrYBSMAcSWukjzZ5g0EssQ"], ["user_id", 70], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.691758"], ["updated_at", "2016-10-05 17:28:17.691758"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "zPVUbZ9AK31EOIExbA2yWw"], ["user_id", 70], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.692667"], ["updated_at", "2016-10-05 17:28:17.692667"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "cmonAMVo3QfjPfbWCRle_g"], ["user_id", 71], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.693576"], ["updated_at", "2016-10-05 17:28:17.693576"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "UYt4h27_l4Wv5XGo7gzNeg"], ["user_id", 71], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.694472"], ["updated_at", "2016-10-05 17:28:17.694472"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5Ncdg4lnX1u-lphXdDp2ng"], ["user_id", 72], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.695356"], ["updated_at", "2016-10-05 17:28:17.695356"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "R8Lq_Fs38nA_6FMtfps48A"], ["user_id", 72], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.696226"], ["updated_at", "2016-10-05 17:28:17.696226"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "rBOOsp_C1nE4FheLxFveoA"], ["user_id", 73], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.697156"], ["updated_at", "2016-10-05 17:28:17.697156"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9-_U1sjdjuvZvyAoqc47QQ"], ["user_id", 73], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.698079"], ["updated_at", "2016-10-05 17:28:17.698079"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "IGJeUtXoPzPpQsZ6dKHv2w"], ["user_id", 74], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.699024"], ["updated_at", "2016-10-05 17:28:17.699024"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "QqEdtM6ehhjer1qRcH4BvA"], ["user_id", 74], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.699930"], ["updated_at", "2016-10-05 17:28:17.699930"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "KJqx7fV7aSIuyZFvbDtV-Q"], ["user_id", 75], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.700808"], ["updated_at", "2016-10-05 17:28:17.700808"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "SuD67XDVPCkpQcyznbZvig"], ["user_id", 75], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.701684"], ["updated_at", "2016-10-05 17:28:17.701684"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "LstFfgAQ-z5m516KeNnFjg"], ["user_id", 76], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.702623"], ["updated_at", "2016-10-05 17:28:17.702623"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9uVOs4DRphesJWjtxVnU-A"], ["user_id", 76], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.703517"], ["updated_at", "2016-10-05 17:28:17.703517"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "zdMa26aWSnPET4Xm9p1rxA"], ["user_id", 77], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.704410"], ["updated_at", "2016-10-05 17:28:17.704410"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "h6Odyyq7UEqXYtKRR5oj1w"], ["user_id", 77], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.705280"], ["updated_at", "2016-10-05 17:28:17.705280"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "qr46xFBP_ast_xPb4Pw4mQ"], ["user_id", 78], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.706145"], ["updated_at", "2016-10-05 17:28:17.706145"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2L5PY_vb864LZO5iFlIVMQ"], ["user_id", 78], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.707088"], ["updated_at", "2016-10-05 17:28:17.707088"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "-UaHqnBPPYJqhe898DrfDQ"], ["user_id", 79], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.707967"], ["updated_at", "2016-10-05 17:28:17.707967"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "T4WhlC0Qxq6JyHsassJ9oQ"], ["user_id", 79], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.708841"], ["updated_at", "2016-10-05 17:28:17.708841"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "_-00KG8Tr_lvAgGZQ9UPsQ"], ["user_id", 80], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.709726"], ["updated_at", "2016-10-05 17:28:17.709726"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "dYzlsVFkQgr7VYMO7OsCUw"], ["user_id", 80], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.710675"], ["updated_at", "2016-10-05 17:28:17.710675"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "HBbbTG9BcTrdvYR2bb78oQ"], ["user_id", 81], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.711603"], ["updated_at", "2016-10-05 17:28:17.711603"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "h2S-n0eoPBEkc-Zdxyd5kw"], ["user_id", 81], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.712514"], ["updated_at", "2016-10-05 17:28:17.712514"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "NoCMaS9m5XuupSzoSfPYMw"], ["user_id", 82], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.713424"], ["updated_at", "2016-10-05 17:28:17.713424"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "-zrpVCUQwZhB234DZtJNXQ"], ["user_id", 82], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.714297"], ["updated_at", "2016-10-05 17:28:17.714297"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "loZl45paTG4VVeOaLmsnzg"], ["user_id", 83], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.715267"], ["updated_at", "2016-10-05 17:28:17.715267"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ClOgDavIIYVTRcVY2TPKhw"], ["user_id", 83], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.716172"], ["updated_at", "2016-10-05 17:28:17.716172"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "s3NjDlz473QEHqeNJK_-Dw"], ["user_id", 84], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.717069"], ["updated_at", "2016-10-05 17:28:17.717069"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "QWzLsFu5fCj2Bfr-xbHIBA"], ["user_id", 84], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.717956"], ["updated_at", "2016-10-05 17:28:17.717956"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "FfOHai3FSH2ktH_Rbvh20g"], ["user_id", 85], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.718870"], ["updated_at", "2016-10-05 17:28:17.718870"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "dZP_J12kX9vzI_Zczrl82A"], ["user_id", 85], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.719769"], ["updated_at", "2016-10-05 17:28:17.719769"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "HPvokRu9xtynRUg85-eoyw"], ["user_id", 86], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.720788"], ["updated_at", "2016-10-05 17:28:17.720788"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "VPsJDqePS0-7_IsG2ff9_A"], ["user_id", 86], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.721761"], ["updated_at", "2016-10-05 17:28:17.721761"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "xU1SVBx4SIpGJVI4_M2DTA"], ["user_id", 87], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.722679"], ["updated_at", "2016-10-05 17:28:17.722679"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "PDBt5tRIdwXcELtEAoj4vw"], ["user_id", 87], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.723543"], ["updated_at", "2016-10-05 17:28:17.723543"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "dQPHS_EgbeoqaZ5vn8hG1w"], ["user_id", 88], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.724508"], ["updated_at", "2016-10-05 17:28:17.724508"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "NXT1fHuqG_0WZTiLrue7wA"], ["user_id", 88], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.725425"], ["updated_at", "2016-10-05 17:28:17.725425"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "O1Ecgfdiw2QqElaPZfBaaA"], ["user_id", 89], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.726328"], ["updated_at", "2016-10-05 17:28:17.726328"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "_Q8fhTJ4qSJWWIvn-ppabw"], ["user_id", 89], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.727274"], ["updated_at", "2016-10-05 17:28:17.727274"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Qsj_uuam-wDhoOk12N4vug"], ["user_id", 90], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.728161"], ["updated_at", "2016-10-05 17:28:17.728161"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "o1T1cRCskwAW9q2bFNe35w"], ["user_id", 90], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.729047"], ["updated_at", "2016-10-05 17:28:17.729047"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6rG5ij5wCZKy8QpPBTdZHQ"], ["user_id", 91], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.729929"], ["updated_at", "2016-10-05 17:28:17.729929"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "64u7KKxuZkEzpF00Mu6HfA"], ["user_id", 91], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.730803"], ["updated_at", "2016-10-05 17:28:17.730803"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "mxDtb0yekzLwfUMerBp0oA"], ["user_id", 92], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.731678"], ["updated_at", "2016-10-05 17:28:17.731678"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "LDp_A2Kz6Uke-Fy31tO3yw"], ["user_id", 92], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.732545"], ["updated_at", "2016-10-05 17:28:17.732545"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "qAps22uSWoIcOU9etPsZhg"], ["user_id", 93], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.733445"], ["updated_at", "2016-10-05 17:28:17.733445"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "v2qyfghSTdrvtxA7aYVQhQ"], ["user_id", 93], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.734326"], ["updated_at", "2016-10-05 17:28:17.734326"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1ifR9Q172fBE_jHdJD5tFA"], ["user_id", 94], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.735232"], ["updated_at", "2016-10-05 17:28:17.735232"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "xRM_JZduJC5aFClkpVRHXA"], ["user_id", 94], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.736145"], ["updated_at", "2016-10-05 17:28:17.736145"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "rfY2xyV3MffEs4Wc6-kG0A"], ["user_id", 95], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.737056"], ["updated_at", "2016-10-05 17:28:17.737056"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "EiHf2WdokUrV3Qjlf4t1RA"], ["user_id", 95], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.738001"], ["updated_at", "2016-10-05 17:28:17.738001"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "cpSZ9XEYXtPisEcMXHYUaw"], ["user_id", 96], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.738928"], ["updated_at", "2016-10-05 17:28:17.738928"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "D035pIqbZiSAG2NY6vSZgg"], ["user_id", 96], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.739825"], ["updated_at", "2016-10-05 17:28:17.739825"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "V-uGzPFsR8F_NwfO-gZCWA"], ["user_id", 97], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.740726"], ["updated_at", "2016-10-05 17:28:17.740726"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Ab7Ftf8BxxH2wA_u9cxV4w"], ["user_id", 97], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.741638"], ["updated_at", "2016-10-05 17:28:17.741638"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "snH9NIv6JYB9M9cyhi7qJA"], ["user_id", 98], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.742544"], ["updated_at", "2016-10-05 17:28:17.742544"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "SfnoJoAPa3__r7M2JwbrIw"], ["user_id", 98], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.743436"], ["updated_at", "2016-10-05 17:28:17.743436"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5buiDl9HbV_C39IZ7yoP_Q"], ["user_id", 99], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.744328"], ["updated_at", "2016-10-05 17:28:17.744328"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "al50qJT4AO1s5_A4KJQFaA"], ["user_id", 99], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.745314"], ["updated_at", "2016-10-05 17:28:17.745314"]] SQL (0.5ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "oK2JRKc6JD1EXEg7Cp38FA"], ["user_id", 100], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.746731"], ["updated_at", "2016-10-05 17:28:17.746731"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ycz0vCBgpFXmpbPWH_zM1Q"], ["user_id", 100], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.749174"], ["updated_at", "2016-10-05 17:28:17.749174"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "XDAk43Oi9c5kjrgAS_uppA"], ["user_id", 101], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.750562"], ["updated_at", "2016-10-05 17:28:17.750562"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "mSqjo7ylAUMAbC9J35Mypw"], ["user_id", 101], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.751877"], ["updated_at", "2016-10-05 17:28:17.751877"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "p1rzMZHUid6Qwe5ZyHk4Dw"], ["user_id", 102], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.753349"], ["updated_at", "2016-10-05 17:28:17.753349"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "VKOi9oY1VYPRtU1TZFYV7Q"], ["user_id", 102], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.754935"], ["updated_at", "2016-10-05 17:28:17.754935"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "jP22jX8ShGbQEp_V4i4pBg"], ["user_id", 103], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.756168"], ["updated_at", "2016-10-05 17:28:17.756168"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "DGtVxDjJODa1cxh4BKeQjw"], ["user_id", 103], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.757371"], ["updated_at", "2016-10-05 17:28:17.757371"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "axIBL8xVcTqPwBDn_QAVIw"], ["user_id", 104], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.758563"], ["updated_at", "2016-10-05 17:28:17.758563"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "sYlELtvKPGxGBvxBwq8ANA"], ["user_id", 104], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.759803"], ["updated_at", "2016-10-05 17:28:17.759803"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "mAeFjiVgLvIqQRTFvbdbow"], ["user_id", 105], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.761056"], ["updated_at", "2016-10-05 17:28:17.761056"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "lkbQea3mBC-Y7dyJhNjN_w"], ["user_id", 105], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.762249"], ["updated_at", "2016-10-05 17:28:17.762249"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "UUB8T5_cyUrc8Bibrwn_qg"], ["user_id", 106], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.763534"], ["updated_at", "2016-10-05 17:28:17.763534"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3AMFkucP9KtDw7z41qKJ9Q"], ["user_id", 106], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.765602"], ["updated_at", "2016-10-05 17:28:17.765602"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Oq81lJ6NTrwia5LyenpvHg"], ["user_id", 107], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.766836"], ["updated_at", "2016-10-05 17:28:17.766836"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "nyNqBKdhDUZ74KmwhelOaw"], ["user_id", 107], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.768059"], ["updated_at", "2016-10-05 17:28:17.768059"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ZrxGXZcpu06A5q7zVcPBpw"], ["user_id", 108], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.769326"], ["updated_at", "2016-10-05 17:28:17.769326"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "PEVgNLL7Ix9zUuVo09opog"], ["user_id", 108], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.770540"], ["updated_at", "2016-10-05 17:28:17.770540"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "TgQbz2hZoYXnGSA8XkoJQA"], ["user_id", 109], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.771873"], ["updated_at", "2016-10-05 17:28:17.771873"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ZfW0ATfPKWhy43JidIcyHg"], ["user_id", 109], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.773217"], ["updated_at", "2016-10-05 17:28:17.773217"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1tXq459tY5LV3lpTw-swtw"], ["user_id", 110], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.774394"], ["updated_at", "2016-10-05 17:28:17.774394"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Wqw8pphqlDFV5QvLzevxHg"], ["user_id", 110], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.775643"], ["updated_at", "2016-10-05 17:28:17.775643"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1HBkODTcUCZNatKSJmx_NA"], ["user_id", 111], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.776966"], ["updated_at", "2016-10-05 17:28:17.776966"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "WsEExtYT581wXt-38PaiNg"], ["user_id", 111], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.778174"], ["updated_at", "2016-10-05 17:28:17.778174"]] SQL (0.4ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fMZvb7touMheYxNCafRJJw"], ["user_id", 112], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.779499"], ["updated_at", "2016-10-05 17:28:17.779499"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "CxLfyZOrRLHlTW7Q5gvObQ"], ["user_id", 112], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.781783"], ["updated_at", "2016-10-05 17:28:17.781783"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Mhj5o3-uYQ29x7eiScrCHw"], ["user_id", 113], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.783075"], ["updated_at", "2016-10-05 17:28:17.783075"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0L3oClWVaiFndXp2o3Mosg"], ["user_id", 113], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.784277"], ["updated_at", "2016-10-05 17:28:17.784277"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "cp4MiLyZxbA-MFHiYDX-7Q"], ["user_id", 114], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.785484"], ["updated_at", "2016-10-05 17:28:17.785484"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "XY8bgoNBCIk0VjZcxKj-FA"], ["user_id", 114], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.786780"], ["updated_at", "2016-10-05 17:28:17.786780"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "vX1tHfAslPhxdnqffqbgTQ"], ["user_id", 115], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.787986"], ["updated_at", "2016-10-05 17:28:17.787986"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "X1lJLfo93nU99Fsx4W18Ag"], ["user_id", 115], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.789161"], ["updated_at", "2016-10-05 17:28:17.789161"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Poqg-mqggtDX1z7cH9jgcw"], ["user_id", 116], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.790331"], ["updated_at", "2016-10-05 17:28:17.790331"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "yydMueN-ChJYX1TSJtqnIQ"], ["user_id", 116], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.791564"], ["updated_at", "2016-10-05 17:28:17.791564"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "qZ5Yk7TNeEt_FnPeoMc_oA"], ["user_id", 117], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.792829"], ["updated_at", "2016-10-05 17:28:17.792829"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "p-rYbwjBBUMDZyZeiZsCwQ"], ["user_id", 117], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.794126"], ["updated_at", "2016-10-05 17:28:17.794126"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "P0wQwqpW9tvBh0_BmorClg"], ["user_id", 118], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.795368"], ["updated_at", "2016-10-05 17:28:17.795368"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "QT4Q9Ht6PIifsNF_ZnXKVQ"], ["user_id", 118], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.796717"], ["updated_at", "2016-10-05 17:28:17.796717"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6sM7Hi10ZrhTIBZvYS2sBA"], ["user_id", 119], ["platform", "android"], ["created_at", "2016-10-05 17:28:17.799000"], ["updated_at", "2016-10-05 17:28:17.799000"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "72DNzrc12T-AWC3ADibm6A"], ["user_id", 119], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.800021"], ["updated_at", "2016-10-05 17:28:17.800021"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "WVvF-ykMA_IxLdpxBAVxZg"], ["user_id", 120], ["platform", "ios"], ["created_at", "2016-10-05 17:28:17.800919"], ["updated_at", "2016-10-05 17:28:17.800919"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7-0Jt8FLZ_TOsegb7uVydQ"], ["user_id", 120], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:17.801837"], ["updated_at", "2016-10-05 17:28:17.801837"]]  (9.9ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "jera_push_devices"  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "jera_push_messages" ("message", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["message", "\"Cumque minima sequi. Aspernatur excepturi sint velit. Omnis inventore commodi quis nulla exercitationem.\""], ["status", "sent"], ["created_at", "2016-10-05 17:28:18.372945"], ["updated_at", "2016-10-05 17:28:18.372945"]]  (0.1ms) rollback transaction JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" ORDER BY "jera_push_messages"."id" DESC LIMIT 1 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Danilo Silva"], ["created_at", "2016-10-05 17:28:51.060336"], ["updated_at", "2016-10-05 17:28:51.060336"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Tertuliano Costa Neto"], ["created_at", "2016-10-05 17:28:51.063123"], ["updated_at", "2016-10-05 17:28:51.063123"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ricardo Silva"], ["created_at", "2016-10-05 17:28:51.063962"], ["updated_at", "2016-10-05 17:28:51.063962"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Eduarda Franco"], ["created_at", "2016-10-05 17:28:51.064696"], ["updated_at", "2016-10-05 17:28:51.064696"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Natália Batista Filho"], ["created_at", "2016-10-05 17:28:51.065396"], ["updated_at", "2016-10-05 17:28:51.065396"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Warley Pereira"], ["created_at", "2016-10-05 17:28:51.066149"], ["updated_at", "2016-10-05 17:28:51.066149"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Rafael Carvalho"], ["created_at", "2016-10-05 17:28:51.067423"], ["updated_at", "2016-10-05 17:28:51.067423"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Talita Moraes"], ["created_at", "2016-10-05 17:28:51.068675"], ["updated_at", "2016-10-05 17:28:51.068675"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Paulo Oliveira"], ["created_at", "2016-10-05 17:28:51.069808"], ["updated_at", "2016-10-05 17:28:51.069808"]] SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Larissa Santos"], ["created_at", "2016-10-05 17:28:51.071007"], ["updated_at", "2016-10-05 17:28:51.071007"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fabrícia Macedo"], ["created_at", "2016-10-05 17:28:51.073421"], ["updated_at", "2016-10-05 17:28:51.073421"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Aline Martins"], ["created_at", "2016-10-05 17:28:51.074587"], ["updated_at", "2016-10-05 17:28:51.074587"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Vicente Batista"], ["created_at", "2016-10-05 17:28:51.077007"], ["updated_at", "2016-10-05 17:28:51.077007"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dra. Fabrício Costa"], ["created_at", "2016-10-05 17:28:51.079569"], ["updated_at", "2016-10-05 17:28:51.079569"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sra. Célia Santos"], ["created_at", "2016-10-05 17:28:51.080549"], ["updated_at", "2016-10-05 17:28:51.080549"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sr. Antônio Franco"], ["created_at", "2016-10-05 17:28:51.081410"], ["updated_at", "2016-10-05 17:28:51.081410"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Rafael Reis Jr."], ["created_at", "2016-10-05 17:28:51.082234"], ["updated_at", "2016-10-05 17:28:51.082234"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Roberta Moraes"], ["created_at", "2016-10-05 17:28:51.083073"], ["updated_at", "2016-10-05 17:28:51.083073"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Joana Barros"], ["created_at", "2016-10-05 17:28:51.083852"], ["updated_at", "2016-10-05 17:28:51.083852"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Elísio Carvalho"], ["created_at", "2016-10-05 17:28:51.084629"], ["updated_at", "2016-10-05 17:28:51.084629"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dra. Eduardo Nogueira"], ["created_at", "2016-10-05 17:28:51.085394"], ["updated_at", "2016-10-05 17:28:51.085394"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Rafaela Carvalho"], ["created_at", "2016-10-05 17:28:51.086156"], ["updated_at", "2016-10-05 17:28:51.086156"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Célia Souza"], ["created_at", "2016-10-05 17:28:51.086937"], ["updated_at", "2016-10-05 17:28:51.086937"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Júlio César Braga"], ["created_at", "2016-10-05 17:28:51.087686"], ["updated_at", "2016-10-05 17:28:51.087686"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pablo Albuquerque Filho"], ["created_at", "2016-10-05 17:28:51.088422"], ["updated_at", "2016-10-05 17:28:51.088422"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Gustavo Melo"], ["created_at", "2016-10-05 17:28:51.089158"], ["updated_at", "2016-10-05 17:28:51.089158"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fabrício Saraiva Neto"], ["created_at", "2016-10-05 17:28:51.089877"], ["updated_at", "2016-10-05 17:28:51.089877"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Núbia Barros"], ["created_at", "2016-10-05 17:28:51.090596"], ["updated_at", "2016-10-05 17:28:51.090596"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fabrício Saraiva"], ["created_at", "2016-10-05 17:28:51.091315"], ["updated_at", "2016-10-05 17:28:51.091315"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Carlos Franco"], ["created_at", "2016-10-05 17:28:51.092030"], ["updated_at", "2016-10-05 17:28:51.092030"]]  (9.2ms) commit transaction User Load (0.7ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "TUj26fe_lJPPvXxb9gZUIA"], ["user_id", 1], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.117702"], ["updated_at", "2016-10-05 17:28:51.117702"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "o3NTvMxpe-fdVrprPfIjcw"], ["user_id", 1], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.119211"], ["updated_at", "2016-10-05 17:28:51.119211"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "rcMU0GqSTacmQLbrnd0hSA"], ["user_id", 2], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.120190"], ["updated_at", "2016-10-05 17:28:51.120190"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Zrl9t0fO9zUbuIatY8-WFA"], ["user_id", 2], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.121139"], ["updated_at", "2016-10-05 17:28:51.121139"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "cv_ks8bDGZGpFiqfmCX5Ig"], ["user_id", 3], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.122087"], ["updated_at", "2016-10-05 17:28:51.122087"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Pc5ja5gP4jDF0y_5N6hkZA"], ["user_id", 3], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.123181"], ["updated_at", "2016-10-05 17:28:51.123181"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "gfwHpJHJE4msAjqUzlM0Vw"], ["user_id", 4], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.124192"], ["updated_at", "2016-10-05 17:28:51.124192"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "GEqU_APmX_ujM4N_0g_Inw"], ["user_id", 4], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.125148"], ["updated_at", "2016-10-05 17:28:51.125148"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "UJqnmtlfq3mwLlqBmBarag"], ["user_id", 5], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.126108"], ["updated_at", "2016-10-05 17:28:51.126108"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "CPaL19lG7k5sPJ6T-3UZ-w"], ["user_id", 5], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.127096"], ["updated_at", "2016-10-05 17:28:51.127096"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "14MbWxhZXiWyUmI2P0Lh5Q"], ["user_id", 6], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.128065"], ["updated_at", "2016-10-05 17:28:51.128065"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "eITLKJEznbId1fogp0cTPQ"], ["user_id", 6], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.129052"], ["updated_at", "2016-10-05 17:28:51.129052"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d92dcmtZcs54bdVT-bPoPQ"], ["user_id", 7], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.130036"], ["updated_at", "2016-10-05 17:28:51.130036"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "x37whd1E3uSuuH2STDLyHw"], ["user_id", 7], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.130934"], ["updated_at", "2016-10-05 17:28:51.130934"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "FVwOeDkQp6ea9bQVCPGkWQ"], ["user_id", 8], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.131903"], ["updated_at", "2016-10-05 17:28:51.131903"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "cSJVWz6lIbv_9FYVlhUPNA"], ["user_id", 8], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.132836"], ["updated_at", "2016-10-05 17:28:51.132836"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "P7VFk5gI5nhFS0Sij_FuXg"], ["user_id", 9], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.133732"], ["updated_at", "2016-10-05 17:28:51.133732"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "kuHdn8lGx-8y3d_0r5L2tg"], ["user_id", 9], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.134627"], ["updated_at", "2016-10-05 17:28:51.134627"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fZUbt7VIiyQDDHazgmwQjg"], ["user_id", 10], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.135576"], ["updated_at", "2016-10-05 17:28:51.135576"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "F7SZyGObhdiS3Pk_N9fK5w"], ["user_id", 10], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.136435"], ["updated_at", "2016-10-05 17:28:51.136435"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "NSBCwfD5I3S0Wmh0-lnX9w"], ["user_id", 11], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.137456"], ["updated_at", "2016-10-05 17:28:51.137456"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "l56LfN7k8mXn0Pb9bdjiWQ"], ["user_id", 11], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.138454"], ["updated_at", "2016-10-05 17:28:51.138454"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "QmnrZx-eRpClu259i_HdIw"], ["user_id", 12], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.139378"], ["updated_at", "2016-10-05 17:28:51.139378"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "AuDYILPXWJIf9GS84KvCoQ"], ["user_id", 12], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.140243"], ["updated_at", "2016-10-05 17:28:51.140243"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "xktrdw1LfRsoeEsVv5bFOg"], ["user_id", 13], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.141131"], ["updated_at", "2016-10-05 17:28:51.141131"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "-q7D2PtJ7St6XKuRtWJSlA"], ["user_id", 13], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.142060"], ["updated_at", "2016-10-05 17:28:51.142060"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "sNA9z1BK5xiMv9AeGZX1gA"], ["user_id", 14], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.142965"], ["updated_at", "2016-10-05 17:28:51.142965"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "mcYRRQytrn8PFIbweP1Gow"], ["user_id", 14], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.143986"], ["updated_at", "2016-10-05 17:28:51.143986"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "vroGvsBp-M0Ss8jgGZ0iPw"], ["user_id", 15], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.144893"], ["updated_at", "2016-10-05 17:28:51.144893"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7F5Vj_9k8g7Z59hsSht11A"], ["user_id", 15], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.145806"], ["updated_at", "2016-10-05 17:28:51.145806"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ygpri2sCZvQjCkNdtGkgkg"], ["user_id", 16], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.146745"], ["updated_at", "2016-10-05 17:28:51.146745"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "47OCzLVLCgbL10eslqgd4g"], ["user_id", 16], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.147659"], ["updated_at", "2016-10-05 17:28:51.147659"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "P0RxTKlUHhSEeIfmgWnX7A"], ["user_id", 17], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.148559"], ["updated_at", "2016-10-05 17:28:51.148559"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Z3M_wdgmbplVH7fWiGd19A"], ["user_id", 17], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.149463"], ["updated_at", "2016-10-05 17:28:51.149463"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4ebCkYzxVGbEYFjamebwUw"], ["user_id", 18], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.150391"], ["updated_at", "2016-10-05 17:28:51.150391"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "X9YiJ5gC8P9rwn3Av92rVg"], ["user_id", 18], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.151304"], ["updated_at", "2016-10-05 17:28:51.151304"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Cek8GziKjVvsLlpDkXFKhA"], ["user_id", 19], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.152191"], ["updated_at", "2016-10-05 17:28:51.152191"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "GBww2mB542cQj5cRpthmTg"], ["user_id", 19], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.153074"], ["updated_at", "2016-10-05 17:28:51.153074"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fvMTawfTy3_yaxuNxXiSXw"], ["user_id", 20], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.154099"], ["updated_at", "2016-10-05 17:28:51.154099"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "yMUb8P5F15RXuu9Qs9IeEw"], ["user_id", 20], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.155286"], ["updated_at", "2016-10-05 17:28:51.155286"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "kZqm6rQgcNIL4g-O5bHZJA"], ["user_id", 21], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.156485"], ["updated_at", "2016-10-05 17:28:51.156485"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "99-PvgjbTanomNA12vWTDA"], ["user_id", 21], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.157578"], ["updated_at", "2016-10-05 17:28:51.157578"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Y2pAH5yaipa22fFiVvrcXw"], ["user_id", 22], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.158948"], ["updated_at", "2016-10-05 17:28:51.158948"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0dydY7ohsORcg4RFVKU2Rw"], ["user_id", 22], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.160350"], ["updated_at", "2016-10-05 17:28:51.160350"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "HmzWA6jYxWCAab6pDiFITw"], ["user_id", 23], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.163836"], ["updated_at", "2016-10-05 17:28:51.163836"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0ayj6fImqamXlP8ihFNjRA"], ["user_id", 23], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.165734"], ["updated_at", "2016-10-05 17:28:51.165734"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "HLC8id-w36Rblp1MOb7CMw"], ["user_id", 24], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.167052"], ["updated_at", "2016-10-05 17:28:51.167052"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "cDkJuQLpEVXrQePjYpVr_A"], ["user_id", 24], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.168112"], ["updated_at", "2016-10-05 17:28:51.168112"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "qD_5n0bIq5xz57XmFjO7WQ"], ["user_id", 25], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.169205"], ["updated_at", "2016-10-05 17:28:51.169205"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "RXadtm-gPHLiPulvAZH3Cg"], ["user_id", 25], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.170263"], ["updated_at", "2016-10-05 17:28:51.170263"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "tGd3srBZGtL8V_Y3cnEJrQ"], ["user_id", 26], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.171393"], ["updated_at", "2016-10-05 17:28:51.171393"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "iY_6aOzqAsBxZY-rgym6Vg"], ["user_id", 26], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.172505"], ["updated_at", "2016-10-05 17:28:51.172505"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4X3E7Gt65b3Um06c56SGKw"], ["user_id", 27], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.173488"], ["updated_at", "2016-10-05 17:28:51.173488"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "IAVF1LOApROKmoEcXFGaCg"], ["user_id", 27], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.174507"], ["updated_at", "2016-10-05 17:28:51.174507"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "KquTXjfyq4IHSGb91HMKgg"], ["user_id", 28], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.175510"], ["updated_at", "2016-10-05 17:28:51.175510"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "plPjACixCESYU3dF_ELKLg"], ["user_id", 28], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.176722"], ["updated_at", "2016-10-05 17:28:51.176722"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "-WzfP2DZ5ZG7LZIePsPGpw"], ["user_id", 29], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.179390"], ["updated_at", "2016-10-05 17:28:51.179390"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "JYAZ-X4RFo1W34WLMEs_8g"], ["user_id", 29], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.180651"], ["updated_at", "2016-10-05 17:28:51.180651"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "sCgUmPvJRqMu5IR4qbdX_g"], ["user_id", 30], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.181718"], ["updated_at", "2016-10-05 17:28:51.181718"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "vdbjphg11b81SuMbk0R26A"], ["user_id", 30], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.182807"], ["updated_at", "2016-10-05 17:28:51.182807"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "sm8obg--bK262YrOR1DjAw"], ["user_id", 31], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.183795"], ["updated_at", "2016-10-05 17:28:51.183795"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0kxW0iCbjepzmaO2iLd9kg"], ["user_id", 31], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.184766"], ["updated_at", "2016-10-05 17:28:51.184766"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ADx20hieyntIvjQIcbEoYw"], ["user_id", 32], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.185746"], ["updated_at", "2016-10-05 17:28:51.185746"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "eZ1bwHJd9NFLo_3-LM0aRQ"], ["user_id", 32], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.186709"], ["updated_at", "2016-10-05 17:28:51.186709"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ay62wqlfqe19gVg2M73pNw"], ["user_id", 33], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.187628"], ["updated_at", "2016-10-05 17:28:51.187628"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "tNcI4RvvyVuMrAIeEyEIhA"], ["user_id", 33], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.188524"], ["updated_at", "2016-10-05 17:28:51.188524"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "aoFtImjIBCon07r-g3lurw"], ["user_id", 34], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.189424"], ["updated_at", "2016-10-05 17:28:51.189424"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "DpC8ZcoXj9aUiLmwTAYdig"], ["user_id", 34], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.190317"], ["updated_at", "2016-10-05 17:28:51.190317"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "gIHtG4aXYz6oIvip9U21sg"], ["user_id", 35], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.191260"], ["updated_at", "2016-10-05 17:28:51.191260"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Nvp971G6KtNsvqJP_Jqz5Q"], ["user_id", 35], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.192152"], ["updated_at", "2016-10-05 17:28:51.192152"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "EH-YS8plsxaR21bTCHHk9g"], ["user_id", 36], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.193086"], ["updated_at", "2016-10-05 17:28:51.193086"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "xeDpFd6u4YD0R1OofkLruA"], ["user_id", 36], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.194172"], ["updated_at", "2016-10-05 17:28:51.194172"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "jVEaYb7YIeNDgQnkIbmIeA"], ["user_id", 37], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.195103"], ["updated_at", "2016-10-05 17:28:51.195103"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "rOQR_hI-XU_i1uRO4gCSrA"], ["user_id", 37], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.196194"], ["updated_at", "2016-10-05 17:28:51.196194"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "j_yXUUwnUJvaSyq3PlzvbQ"], ["user_id", 38], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.197381"], ["updated_at", "2016-10-05 17:28:51.197381"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3ognXDkKrnMyhCDW1R99sw"], ["user_id", 38], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.198388"], ["updated_at", "2016-10-05 17:28:51.198388"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "qDnWDpI16c8TzeNkExovtw"], ["user_id", 39], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.199365"], ["updated_at", "2016-10-05 17:28:51.199365"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "65TNH9fxZ9VBFIX99K5-Gg"], ["user_id", 39], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.200294"], ["updated_at", "2016-10-05 17:28:51.200294"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "D07tvsNGHwcDNYe-aHNhQA"], ["user_id", 40], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.201181"], ["updated_at", "2016-10-05 17:28:51.201181"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "XZ4wuZ6IKLaE2P5hnFk7kA"], ["user_id", 40], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.202087"], ["updated_at", "2016-10-05 17:28:51.202087"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "x9_xyZoh2qBYdvOvcvzHOg"], ["user_id", 41], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.203016"], ["updated_at", "2016-10-05 17:28:51.203016"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "A9mZt4idqe612a5rSSoXRA"], ["user_id", 41], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.203916"], ["updated_at", "2016-10-05 17:28:51.203916"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "UU8vBLSWv4xN4K_yD6fU7g"], ["user_id", 42], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.204797"], ["updated_at", "2016-10-05 17:28:51.204797"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "eRt9JKqI2KXVzCNULKXO_Q"], ["user_id", 42], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.205671"], ["updated_at", "2016-10-05 17:28:51.205671"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5pKhyr6jvs03GwewEtAldQ"], ["user_id", 43], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.206558"], ["updated_at", "2016-10-05 17:28:51.206558"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "cDwowRYFL9BFZebi6fbTHQ"], ["user_id", 43], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.207431"], ["updated_at", "2016-10-05 17:28:51.207431"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "xp_HG4uy8IpB4TN1g69Ziw"], ["user_id", 44], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.208322"], ["updated_at", "2016-10-05 17:28:51.208322"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8o5CVbCWDB3mQMeM0MY0nQ"], ["user_id", 44], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.209225"], ["updated_at", "2016-10-05 17:28:51.209225"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "wm1oscaJqAmEaD35uxLTPg"], ["user_id", 45], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.210116"], ["updated_at", "2016-10-05 17:28:51.210116"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Kqo0_P7C6qOYjy5Qy-AzaA"], ["user_id", 45], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.211029"], ["updated_at", "2016-10-05 17:28:51.211029"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8gqnE5ctHKRUKOpe8zWGMg"], ["user_id", 46], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.211942"], ["updated_at", "2016-10-05 17:28:51.211942"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "j9rQ2JY3wtGJI_WX3bFsJw"], ["user_id", 46], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.212831"], ["updated_at", "2016-10-05 17:28:51.212831"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "tuDnCaYvQDvUpvrEANWRTQ"], ["user_id", 47], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.213714"], ["updated_at", "2016-10-05 17:28:51.213714"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Z6Iznc8wgrh3mz8zsC4zzw"], ["user_id", 47], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.214623"], ["updated_at", "2016-10-05 17:28:51.214623"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "GY7bhwHxRzTdhLIr221mBw"], ["user_id", 48], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.215490"], ["updated_at", "2016-10-05 17:28:51.215490"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "PulECBp812WajXm1s177JA"], ["user_id", 48], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.216370"], ["updated_at", "2016-10-05 17:28:51.216370"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8neTdVsqtflcONNkfNS1pg"], ["user_id", 49], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.217249"], ["updated_at", "2016-10-05 17:28:51.217249"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0qXZmwp6JafvSFzMz62O-A"], ["user_id", 49], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.218122"], ["updated_at", "2016-10-05 17:28:51.218122"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "iTtyun51-J7lQw1zUL0y2w"], ["user_id", 50], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.219040"], ["updated_at", "2016-10-05 17:28:51.219040"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3M8Ln0VYqTs5ujZaB166sA"], ["user_id", 50], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.220026"], ["updated_at", "2016-10-05 17:28:51.220026"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ymft4JOGqE-5_5SeIHMEsw"], ["user_id", 51], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.220984"], ["updated_at", "2016-10-05 17:28:51.220984"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "DfQtqHvwMG3_0VrCnDNX-Q"], ["user_id", 51], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.221894"], ["updated_at", "2016-10-05 17:28:51.221894"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "zqan_be_5y5Ydj5R_IkbGA"], ["user_id", 52], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.222803"], ["updated_at", "2016-10-05 17:28:51.222803"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "dHN4rGE7dYrP2ZhVJeiHsQ"], ["user_id", 52], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.223668"], ["updated_at", "2016-10-05 17:28:51.223668"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "mHBhVbGqxaU97Td-vY0e4Q"], ["user_id", 53], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.224557"], ["updated_at", "2016-10-05 17:28:51.224557"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "HfQWbJjSYHGwABSk7aRUkg"], ["user_id", 53], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.225453"], ["updated_at", "2016-10-05 17:28:51.225453"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "PMnUJBSiUVZkptAQAN8IiA"], ["user_id", 54], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.226344"], ["updated_at", "2016-10-05 17:28:51.226344"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "uHCa9ZJ8_8zS7kQ37L82FA"], ["user_id", 54], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.227269"], ["updated_at", "2016-10-05 17:28:51.227269"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "V4RzrO9rR0v_mIUUqHpKbw"], ["user_id", 55], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.228165"], ["updated_at", "2016-10-05 17:28:51.228165"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ytAVO6vzxMKUy16ns9n-Ow"], ["user_id", 55], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.229087"], ["updated_at", "2016-10-05 17:28:51.229087"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "NnK42q7YxVJZxegOpAmQUA"], ["user_id", 56], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.229966"], ["updated_at", "2016-10-05 17:28:51.229966"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6lr5Vc5lda1D0NNUwJ3dzA"], ["user_id", 56], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.230857"], ["updated_at", "2016-10-05 17:28:51.230857"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "GQ213D24pB3aiw5N1ni4GQ"], ["user_id", 57], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.231831"], ["updated_at", "2016-10-05 17:28:51.231831"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "v-tCi1sLwH5lGeH-DePoLQ"], ["user_id", 57], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.232758"], ["updated_at", "2016-10-05 17:28:51.232758"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "GctGCYdzPbRwxv7OfVVSMA"], ["user_id", 58], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.233654"], ["updated_at", "2016-10-05 17:28:51.233654"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Z2GUd5rZ7qGu9rBr4N7G9w"], ["user_id", 58], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.234534"], ["updated_at", "2016-10-05 17:28:51.234534"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Rmk5IsgXBZZGyMzSM4SKfw"], ["user_id", 59], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.235420"], ["updated_at", "2016-10-05 17:28:51.235420"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ZulB25eUSlvB38KOWdo9tA"], ["user_id", 59], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.236311"], ["updated_at", "2016-10-05 17:28:51.236311"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4j87Y5bY3Bz-qFrpM6oxMw"], ["user_id", 60], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.237207"], ["updated_at", "2016-10-05 17:28:51.237207"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "IRY8lp8g14Uaf-K0RWLgDA"], ["user_id", 60], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.238095"], ["updated_at", "2016-10-05 17:28:51.238095"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "bAa7N52sYUixich8Lvw7UA"], ["user_id", 61], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.238978"], ["updated_at", "2016-10-05 17:28:51.238978"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7hGkVXwRhLtbZ_SPAajRYw"], ["user_id", 61], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.239856"], ["updated_at", "2016-10-05 17:28:51.239856"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ocxfbfM8oh0-_2BVJU4IkA"], ["user_id", 62], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.240754"], ["updated_at", "2016-10-05 17:28:51.240754"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "SG9DergTG_p13lp6trDFkQ"], ["user_id", 62], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.241630"], ["updated_at", "2016-10-05 17:28:51.241630"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "gvU_Ui33YH6wgMRICG16UQ"], ["user_id", 63], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.242632"], ["updated_at", "2016-10-05 17:28:51.242632"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4RAfHD_54-CwQqHRYSiBFw"], ["user_id", 63], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.243642"], ["updated_at", "2016-10-05 17:28:51.243642"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "OCP8VGL89zQ7o9DA_evP7w"], ["user_id", 64], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.244561"], ["updated_at", "2016-10-05 17:28:51.244561"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ap59BvvsL1By0dtV-MMDbg"], ["user_id", 64], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.245457"], ["updated_at", "2016-10-05 17:28:51.245457"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Cy_6PlkovFoq7-lrKilcPw"], ["user_id", 65], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.246353"], ["updated_at", "2016-10-05 17:28:51.246353"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7IxBsq-Ctm702-ae608Mtw"], ["user_id", 65], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.247252"], ["updated_at", "2016-10-05 17:28:51.247252"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Ikg7izn0uCG0bL68xzafPw"], ["user_id", 66], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.248141"], ["updated_at", "2016-10-05 17:28:51.248141"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3KklJPhvfu_h50N5KDfrfw"], ["user_id", 66], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.249026"], ["updated_at", "2016-10-05 17:28:51.249026"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "whBP5w9eXjaJcLnvxNWH8g"], ["user_id", 67], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.249919"], ["updated_at", "2016-10-05 17:28:51.249919"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "D7pjI8MXk0733rTyxOViGg"], ["user_id", 67], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.250833"], ["updated_at", "2016-10-05 17:28:51.250833"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ZaCYcOBZa148JfUtr8_mBg"], ["user_id", 68], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.251705"], ["updated_at", "2016-10-05 17:28:51.251705"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "oHu-uYnab7o97QvNihLmsw"], ["user_id", 68], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.252603"], ["updated_at", "2016-10-05 17:28:51.252603"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "28o-gtSX2pPeGxGT2Iu97Q"], ["user_id", 69], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.253482"], ["updated_at", "2016-10-05 17:28:51.253482"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "gJfEdCVhvZp2wgQ-6ynxpg"], ["user_id", 69], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.254518"], ["updated_at", "2016-10-05 17:28:51.254518"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "wHri5flUKfUSC5YmKKQEZw"], ["user_id", 70], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.255732"], ["updated_at", "2016-10-05 17:28:51.255732"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "cpt1PoGqT2Z2QZtc6K5cdw"], ["user_id", 70], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.256759"], ["updated_at", "2016-10-05 17:28:51.256759"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Nl5dMZ7ZepUik_06uA73Ag"], ["user_id", 71], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.258466"], ["updated_at", "2016-10-05 17:28:51.258466"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Kc8TzRJznX4CoSEcQ_OMRg"], ["user_id", 71], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.260425"], ["updated_at", "2016-10-05 17:28:51.260425"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "_wpTkH5Qt1lA7edlX7jLJw"], ["user_id", 72], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.261635"], ["updated_at", "2016-10-05 17:28:51.261635"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "zWDt2RVF8--yJyJd8YEcVA"], ["user_id", 72], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.262694"], ["updated_at", "2016-10-05 17:28:51.262694"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "W_hduOMvsB1PtPzqmcJCew"], ["user_id", 73], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.263717"], ["updated_at", "2016-10-05 17:28:51.263717"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ag3mYLKXc5iFqGPTeeR2yg"], ["user_id", 73], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.264693"], ["updated_at", "2016-10-05 17:28:51.264693"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "eAqRWWpnaZRafbivYwFLZg"], ["user_id", 74], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.265670"], ["updated_at", "2016-10-05 17:28:51.265670"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "knxyfN-Gx8bGbCH-insMAQ"], ["user_id", 74], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.266660"], ["updated_at", "2016-10-05 17:28:51.266660"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fKTBug-us4QPu_i0GIHjtg"], ["user_id", 75], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.267567"], ["updated_at", "2016-10-05 17:28:51.267567"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "JzJQvPaDcDNNTF82nuorjw"], ["user_id", 75], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.268452"], ["updated_at", "2016-10-05 17:28:51.268452"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2gEaaNSjaJ6FwbenBfoWSg"], ["user_id", 76], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.269363"], ["updated_at", "2016-10-05 17:28:51.269363"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "I_zdI9CoB3ir7flnoKkqnA"], ["user_id", 76], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.270248"], ["updated_at", "2016-10-05 17:28:51.270248"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "bVxPcKnucLS4WrYPhs6P1A"], ["user_id", 77], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.271175"], ["updated_at", "2016-10-05 17:28:51.271175"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "tqDaj_-9dV7f4MaiHrwQ5Q"], ["user_id", 77], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.272051"], ["updated_at", "2016-10-05 17:28:51.272051"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "D46H3m-JeKs2a1M4QhFbRw"], ["user_id", 78], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.272942"], ["updated_at", "2016-10-05 17:28:51.272942"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "uKaYYTZSixEz8ZLauXnsIg"], ["user_id", 78], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.273849"], ["updated_at", "2016-10-05 17:28:51.273849"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "P6Pa6uX6cHVQk9_13YKK2g"], ["user_id", 79], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.274767"], ["updated_at", "2016-10-05 17:28:51.274767"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "rLE_sUCEb0SJMWzC5iIhQg"], ["user_id", 79], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.275653"], ["updated_at", "2016-10-05 17:28:51.275653"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "kSJHYSTqB5Yad4fSEeQo0g"], ["user_id", 80], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.276550"], ["updated_at", "2016-10-05 17:28:51.276550"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "TlGLLCRV7xmdLB-6xFjWTg"], ["user_id", 80], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.277468"], ["updated_at", "2016-10-05 17:28:51.277468"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "OYTviuSvBFNaOageaRMHHw"], ["user_id", 81], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.278411"], ["updated_at", "2016-10-05 17:28:51.278411"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "O1PYmmZj1WkF_2GmEpePoA"], ["user_id", 81], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.279304"], ["updated_at", "2016-10-05 17:28:51.279304"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "zfptjsXTAJTFS1SzTveI4w"], ["user_id", 82], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.280199"], ["updated_at", "2016-10-05 17:28:51.280199"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2_YFssO73-i5LjIvU7b3uA"], ["user_id", 82], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.281110"], ["updated_at", "2016-10-05 17:28:51.281110"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "mbxIqcUU5tAFqe0nPvNSsQ"], ["user_id", 83], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.282005"], ["updated_at", "2016-10-05 17:28:51.282005"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "m7WE-Z6bBlIThja_oQrxDQ"], ["user_id", 83], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.282939"], ["updated_at", "2016-10-05 17:28:51.282939"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0PBSQsA8lfb9CsXqY2El_A"], ["user_id", 84], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.283851"], ["updated_at", "2016-10-05 17:28:51.283851"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Gdd_Cp2IuhXfWg5UWZ1vnQ"], ["user_id", 84], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.284746"], ["updated_at", "2016-10-05 17:28:51.284746"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8tiaK1HyZ_OXvGfaBc7YLw"], ["user_id", 85], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.285635"], ["updated_at", "2016-10-05 17:28:51.285635"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "GBeUJY6IA7kZtQ-wn8wc3Q"], ["user_id", 85], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.286584"], ["updated_at", "2016-10-05 17:28:51.286584"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "S69ru5shU1dRt5J90wHGNA"], ["user_id", 86], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.287480"], ["updated_at", "2016-10-05 17:28:51.287480"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "vkkSmpsL-D2N64lZQKeTcQ"], ["user_id", 86], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.288362"], ["updated_at", "2016-10-05 17:28:51.288362"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "yrIgQE5YoV-izrOf7CelDg"], ["user_id", 87], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.289252"], ["updated_at", "2016-10-05 17:28:51.289252"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "md80wA-vi04swKWcKRisog"], ["user_id", 87], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.290132"], ["updated_at", "2016-10-05 17:28:51.290132"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "oDhrdFadFtEMl3R4RREH-Q"], ["user_id", 88], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.291020"], ["updated_at", "2016-10-05 17:28:51.291020"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5WwPpiMmXPoWOa6iW6HDqA"], ["user_id", 88], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.291910"], ["updated_at", "2016-10-05 17:28:51.291910"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ohODWffm6hw54KaKp0ad-Q"], ["user_id", 89], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.292794"], ["updated_at", "2016-10-05 17:28:51.292794"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "BoryBTLxYLG3yxZ-txXFHQ"], ["user_id", 89], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.293688"], ["updated_at", "2016-10-05 17:28:51.293688"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "UPwPM9RbnoBVABcmcGAeRg"], ["user_id", 90], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.294616"], ["updated_at", "2016-10-05 17:28:51.294616"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "IjNmqOer8p-wh4bK3MQyXg"], ["user_id", 90], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.295528"], ["updated_at", "2016-10-05 17:28:51.295528"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "N0WY2w3BKBG7nMWlSScrVw"], ["user_id", 91], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.296407"], ["updated_at", "2016-10-05 17:28:51.296407"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "hhpawGcEirUeGiiOPNt6mw"], ["user_id", 91], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.297546"], ["updated_at", "2016-10-05 17:28:51.297546"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fU6qrGA5xf6cID6eHGciCg"], ["user_id", 92], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.298552"], ["updated_at", "2016-10-05 17:28:51.298552"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "c6vFdGRuU-O8r2LeklEycQ"], ["user_id", 92], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.299442"], ["updated_at", "2016-10-05 17:28:51.299442"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "rh68s7Es5Ej75hCN_O0Arg"], ["user_id", 93], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.300335"], ["updated_at", "2016-10-05 17:28:51.300335"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "krVwrmUkZEnEugSZR3LLqQ"], ["user_id", 93], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.301227"], ["updated_at", "2016-10-05 17:28:51.301227"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "xUtzE5ruj-jPPi1RTWHaZQ"], ["user_id", 94], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.302252"], ["updated_at", "2016-10-05 17:28:51.302252"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "grEReZq8V-nhKZZYJBzw6Q"], ["user_id", 94], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.303291"], ["updated_at", "2016-10-05 17:28:51.303291"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "L6UAKnSNy5dvbdnHriVtpg"], ["user_id", 95], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.304190"], ["updated_at", "2016-10-05 17:28:51.304190"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "EeDT-PcDu9zwNXnYCBmXsg"], ["user_id", 95], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.305081"], ["updated_at", "2016-10-05 17:28:51.305081"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "RGFaWWxRh47pzBT3CdnCOg"], ["user_id", 96], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.305986"], ["updated_at", "2016-10-05 17:28:51.305986"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "H_1J3yNqnAasIZciCvr0_w"], ["user_id", 96], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.306892"], ["updated_at", "2016-10-05 17:28:51.306892"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "uGf3GCFyYHg3UNFbdtqk0Q"], ["user_id", 97], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.307783"], ["updated_at", "2016-10-05 17:28:51.307783"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "v3foUn9AvGnqOhTzq19naQ"], ["user_id", 97], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.308673"], ["updated_at", "2016-10-05 17:28:51.308673"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "gL6rQBEVNGKYNso0LYiF8g"], ["user_id", 98], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.309567"], ["updated_at", "2016-10-05 17:28:51.309567"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "YCy7ggXJiifprRYgMAgq-g"], ["user_id", 98], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.310485"], ["updated_at", "2016-10-05 17:28:51.310485"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "JTWFWKZpC2erAQAkwBOpDw"], ["user_id", 99], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.311414"], ["updated_at", "2016-10-05 17:28:51.311414"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "F6TJouefkR3509aJNYok6A"], ["user_id", 99], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.312330"], ["updated_at", "2016-10-05 17:28:51.312330"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "bPfDHIJmXKPjx9paN-tuaA"], ["user_id", 100], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.313230"], ["updated_at", "2016-10-05 17:28:51.313230"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "YAPjbGZr_kOEUMd2JKvdAQ"], ["user_id", 100], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.314124"], ["updated_at", "2016-10-05 17:28:51.314124"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "q5ZyHH0lEmvHG1vnydzMpg"], ["user_id", 101], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.315025"], ["updated_at", "2016-10-05 17:28:51.315025"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "kktjR9YSxWcaw7JK-v4MZw"], ["user_id", 101], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.315900"], ["updated_at", "2016-10-05 17:28:51.315900"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "M8pR5vc9yooxXcA7xcCOjw"], ["user_id", 102], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.316801"], ["updated_at", "2016-10-05 17:28:51.316801"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Z30mIcVKqweYcnFpURbLJA"], ["user_id", 102], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.317998"], ["updated_at", "2016-10-05 17:28:51.317998"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "K6Nv6Ka__9WHhHX0zxUjbA"], ["user_id", 103], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.319043"], ["updated_at", "2016-10-05 17:28:51.319043"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "j_jRpGVyQwafb3xkqXk27g"], ["user_id", 103], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.319993"], ["updated_at", "2016-10-05 17:28:51.319993"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "dJ0e091grNyADzrgnNzpHw"], ["user_id", 104], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.320932"], ["updated_at", "2016-10-05 17:28:51.320932"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "j5RhEZQrF3cp3hjeHNGuiQ"], ["user_id", 104], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.321876"], ["updated_at", "2016-10-05 17:28:51.321876"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "k--k94zdhBjIX-Eac3yXuA"], ["user_id", 105], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.322843"], ["updated_at", "2016-10-05 17:28:51.322843"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "dvFMSC1EVLyZaxsWm40qqg"], ["user_id", 105], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.323755"], ["updated_at", "2016-10-05 17:28:51.323755"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "WwDykTFtYJ4346FTMhFRPQ"], ["user_id", 106], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.324788"], ["updated_at", "2016-10-05 17:28:51.324788"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "MNo_cLhHZgMKvzLANxgZxw"], ["user_id", 106], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.325729"], ["updated_at", "2016-10-05 17:28:51.325729"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7-acm4-8I_0YkQyW36L9Fg"], ["user_id", 107], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.326692"], ["updated_at", "2016-10-05 17:28:51.326692"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "jsi7-w91fexMdp1XyQEbow"], ["user_id", 107], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.327669"], ["updated_at", "2016-10-05 17:28:51.327669"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Ez6L17iqnZyYe50K30IjaQ"], ["user_id", 108], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.328571"], ["updated_at", "2016-10-05 17:28:51.328571"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "jzqxNjW-Oob3V9ILb74JOA"], ["user_id", 108], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.329522"], ["updated_at", "2016-10-05 17:28:51.329522"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "y9jdi7S4zGHUkYWP7bKjdg"], ["user_id", 109], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.330473"], ["updated_at", "2016-10-05 17:28:51.330473"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7bEcCE_NQa_iwUNOqGmodg"], ["user_id", 109], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.331413"], ["updated_at", "2016-10-05 17:28:51.331413"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Z_9SxxDTz9ZitFW9VArNZA"], ["user_id", 110], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.332320"], ["updated_at", "2016-10-05 17:28:51.332320"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "FXudK2pnBPmMYQ_JHZvgSQ"], ["user_id", 110], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.333199"], ["updated_at", "2016-10-05 17:28:51.333199"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "HbnxFlk08vZr72YHihkicA"], ["user_id", 111], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.334136"], ["updated_at", "2016-10-05 17:28:51.334136"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "rC6_9XQojjHR9Iz4xmNJDA"], ["user_id", 111], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.335092"], ["updated_at", "2016-10-05 17:28:51.335092"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "bp-fWcrB9swx0PpfWVD8Cg"], ["user_id", 112], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.335987"], ["updated_at", "2016-10-05 17:28:51.335987"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "NIRQFjWHQtu-IXXkOrbv_A"], ["user_id", 112], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.336897"], ["updated_at", "2016-10-05 17:28:51.336897"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "IMMsyQeN7Q_KeGpNbgtO7w"], ["user_id", 113], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.337823"], ["updated_at", "2016-10-05 17:28:51.337823"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Dy0ZCd4rLNjZz29fMWDgpQ"], ["user_id", 113], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.338739"], ["updated_at", "2016-10-05 17:28:51.338739"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "aJefm5YXYExzGs9O_U1Ufg"], ["user_id", 114], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.339642"], ["updated_at", "2016-10-05 17:28:51.339642"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "XNhZX2i8ajfJNWxLukx98g"], ["user_id", 114], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.340537"], ["updated_at", "2016-10-05 17:28:51.340537"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Kxgk9r-uCJ9esbIwYyLvuQ"], ["user_id", 115], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.341447"], ["updated_at", "2016-10-05 17:28:51.341447"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "s8midHf3i5fZFu6Jm8htuQ"], ["user_id", 115], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.342332"], ["updated_at", "2016-10-05 17:28:51.342332"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ZmaQicqdUrRnl0fVNd6W7Q"], ["user_id", 116], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.343257"], ["updated_at", "2016-10-05 17:28:51.343257"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "PTSlLvDByJYjPcaDzHi75A"], ["user_id", 116], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.344195"], ["updated_at", "2016-10-05 17:28:51.344195"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "-JUdZB0tZZUZEuTdOYrFCQ"], ["user_id", 117], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.345113"], ["updated_at", "2016-10-05 17:28:51.345113"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "pl3xAX8Su5MqeeetYFhGkg"], ["user_id", 117], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.346033"], ["updated_at", "2016-10-05 17:28:51.346033"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "yKLuc6BqmHb0-F4fv43X8g"], ["user_id", 118], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.347025"], ["updated_at", "2016-10-05 17:28:51.347025"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "zXKhU3xMAvv7EqU_DBKzMw"], ["user_id", 118], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.348164"], ["updated_at", "2016-10-05 17:28:51.348164"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7LKQeEbgi7YhQdZbYwdG4g"], ["user_id", 119], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.349323"], ["updated_at", "2016-10-05 17:28:51.349323"]] SQL (0.4ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Xc2t1xxSq7F_NhDRU2ZIQg"], ["user_id", 119], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.351188"], ["updated_at", "2016-10-05 17:28:51.351188"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5rCMBl_B8fb_ZpK1dXIs8w"], ["user_id", 120], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.354164"], ["updated_at", "2016-10-05 17:28:51.354164"]] SQL (0.3ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2Bmar_KxDEdVrsMPr-pF-w"], ["user_id", 120], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.355621"], ["updated_at", "2016-10-05 17:28:51.355621"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "xidn1HL2gXtfN-HZ-Mxybw"], ["user_id", 121], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.359289"], ["updated_at", "2016-10-05 17:28:51.359289"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "k7T0u6ZOLL38LPofho_3nQ"], ["user_id", 121], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.360789"], ["updated_at", "2016-10-05 17:28:51.360789"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8gph_rHvAVVTV8F6qhYk9A"], ["user_id", 122], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.362014"], ["updated_at", "2016-10-05 17:28:51.362014"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6bg8EX0f_eK2fac-hdnZ9g"], ["user_id", 122], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.363095"], ["updated_at", "2016-10-05 17:28:51.363095"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "BnKBZzbD7el7cPPpynEbLw"], ["user_id", 123], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.364090"], ["updated_at", "2016-10-05 17:28:51.364090"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "rj0mDJq4YHJKEdMvXyZiWw"], ["user_id", 123], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.365061"], ["updated_at", "2016-10-05 17:28:51.365061"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "W1WCv6T6H-1rk-YkyNXFnA"], ["user_id", 124], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.366024"], ["updated_at", "2016-10-05 17:28:51.366024"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ENLLjCf8q0uS8D0Rmo9zYg"], ["user_id", 124], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.367017"], ["updated_at", "2016-10-05 17:28:51.367017"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "LHbTFyvAoF92vW3M17I3yg"], ["user_id", 125], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.368008"], ["updated_at", "2016-10-05 17:28:51.368008"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "VCbOP1ZA3KFiHK5kyV3z4w"], ["user_id", 125], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.368956"], ["updated_at", "2016-10-05 17:28:51.368956"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "n7vlScD3X0YIq0_j5JV5cQ"], ["user_id", 126], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.369896"], ["updated_at", "2016-10-05 17:28:51.369896"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "bgqvgYjzxcqZe-eVH0wKHA"], ["user_id", 126], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.371761"], ["updated_at", "2016-10-05 17:28:51.371761"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "BBfgXm6eTNoS_GJlkuIZfA"], ["user_id", 127], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.372977"], ["updated_at", "2016-10-05 17:28:51.372977"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "SC5tpS4HsaYMt0Qc5jDGJA"], ["user_id", 127], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.374040"], ["updated_at", "2016-10-05 17:28:51.374040"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5az3Eti80DqU4HeLxnnVuA"], ["user_id", 128], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.375155"], ["updated_at", "2016-10-05 17:28:51.375155"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ZIUDjaRm5Bb_S8IjchmGng"], ["user_id", 128], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.376204"], ["updated_at", "2016-10-05 17:28:51.376204"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "nbuNYqTBuwsgwCf0QCDXqg"], ["user_id", 129], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.377183"], ["updated_at", "2016-10-05 17:28:51.377183"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "VJHVzi2pczLi471pw5kQRQ"], ["user_id", 129], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.378240"], ["updated_at", "2016-10-05 17:28:51.378240"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "iq_cs9MSkmIeSeuzrtXJZg"], ["user_id", 130], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.379212"], ["updated_at", "2016-10-05 17:28:51.379212"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "rBdH0IXmDd-GeUaiZ4dy6A"], ["user_id", 130], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.380109"], ["updated_at", "2016-10-05 17:28:51.380109"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "LOASrZPhZA8L57RzLPK4Lw"], ["user_id", 131], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.381018"], ["updated_at", "2016-10-05 17:28:51.381018"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "nV7WhCoMQIKPYYBiL1mboQ"], ["user_id", 131], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.381904"], ["updated_at", "2016-10-05 17:28:51.381904"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2IwF9pLBUtBNjrKIJifJoQ"], ["user_id", 132], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.382821"], ["updated_at", "2016-10-05 17:28:51.382821"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "BNLFLyU5ezJgwVu5XzcC8g"], ["user_id", 132], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.383707"], ["updated_at", "2016-10-05 17:28:51.383707"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Mr5i5CePVVPI3VmieYu4Bw"], ["user_id", 133], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.384578"], ["updated_at", "2016-10-05 17:28:51.384578"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "DD_8sm1ptELwEX_Fyt1OUg"], ["user_id", 133], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.385457"], ["updated_at", "2016-10-05 17:28:51.385457"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "aqVyie1ftnFw6T-smwWdqw"], ["user_id", 134], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.386358"], ["updated_at", "2016-10-05 17:28:51.386358"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "zq8WRqGgHmjYV_0okMc-2A"], ["user_id", 134], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.387235"], ["updated_at", "2016-10-05 17:28:51.387235"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6D89Nik-233y1yNCSvmGvg"], ["user_id", 135], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.388133"], ["updated_at", "2016-10-05 17:28:51.388133"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ArPQhVhVt7ystoSbhAzWpA"], ["user_id", 135], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.389027"], ["updated_at", "2016-10-05 17:28:51.389027"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "_pa3W25JkT0Yd9tUUWbprQ"], ["user_id", 136], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.389901"], ["updated_at", "2016-10-05 17:28:51.389901"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "soNI7h-lvyOuOYXfTUKJGg"], ["user_id", 136], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.390807"], ["updated_at", "2016-10-05 17:28:51.390807"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ER99HVLKTpkFqouwcAt7ww"], ["user_id", 137], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.391694"], ["updated_at", "2016-10-05 17:28:51.391694"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Zp4qvONByETok4mmboEgow"], ["user_id", 137], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.392606"], ["updated_at", "2016-10-05 17:28:51.392606"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "TS6KdfLsmpfeRVqE_z3GdA"], ["user_id", 138], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.393509"], ["updated_at", "2016-10-05 17:28:51.393509"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9TaXqyjC9bNll5LAlox-2A"], ["user_id", 138], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.394441"], ["updated_at", "2016-10-05 17:28:51.394441"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "pt0o77d3m8d9lA05W6Xgtw"], ["user_id", 139], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.395359"], ["updated_at", "2016-10-05 17:28:51.395359"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "sZ2XZzYCl9joTRHoGzu3Ng"], ["user_id", 139], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.396284"], ["updated_at", "2016-10-05 17:28:51.396284"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "C5dts2IkYkNmX64VnGPeeA"], ["user_id", 140], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.397163"], ["updated_at", "2016-10-05 17:28:51.397163"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "14LKLIzf9LhWA--cINcBRQ"], ["user_id", 140], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.398224"], ["updated_at", "2016-10-05 17:28:51.398224"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "xsLMdaI9-gg0WqZKAiMNhw"], ["user_id", 141], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.399335"], ["updated_at", "2016-10-05 17:28:51.399335"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "oWK-QCQsCPVHm3sGwq-RRw"], ["user_id", 141], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.400369"], ["updated_at", "2016-10-05 17:28:51.400369"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "mJJw-ZxebI0Jp4gYzm4Biw"], ["user_id", 142], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.401353"], ["updated_at", "2016-10-05 17:28:51.401353"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "MyfL05hZpwSCC26SDyAF1A"], ["user_id", 142], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.402347"], ["updated_at", "2016-10-05 17:28:51.402347"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5PeN7FkjkTwziGTQf5t7_Q"], ["user_id", 143], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.403344"], ["updated_at", "2016-10-05 17:28:51.403344"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "PiUIpjkhQM9-u9RoRCzAig"], ["user_id", 143], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.404327"], ["updated_at", "2016-10-05 17:28:51.404327"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "OmBbTcIDB0JLEh9-WEwJvA"], ["user_id", 144], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.405323"], ["updated_at", "2016-10-05 17:28:51.405323"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "m3IkwX1pOj46o2Y1gOWSag"], ["user_id", 144], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.406308"], ["updated_at", "2016-10-05 17:28:51.406308"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6F46bDzYZbze5RAF240QFw"], ["user_id", 145], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.407298"], ["updated_at", "2016-10-05 17:28:51.407298"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "JTFLh9dRLOB17x6C8rWk5Q"], ["user_id", 145], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.408296"], ["updated_at", "2016-10-05 17:28:51.408296"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "jSbMkMbWytQAuKEQQDsgXA"], ["user_id", 146], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.409277"], ["updated_at", "2016-10-05 17:28:51.409277"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "mvxP3EasKvD7SO6wqcXhXQ"], ["user_id", 146], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.410254"], ["updated_at", "2016-10-05 17:28:51.410254"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5wpPs8JgRXa1kqINIjfEEA"], ["user_id", 147], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.411290"], ["updated_at", "2016-10-05 17:28:51.411290"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "JkhGt-Gwp43uaJsYtbmrCg"], ["user_id", 147], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.412273"], ["updated_at", "2016-10-05 17:28:51.412273"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "jVPYvuqxWQkiDktDdUpp0g"], ["user_id", 148], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.413251"], ["updated_at", "2016-10-05 17:28:51.413251"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "Qdz16fHLsrHrSGFoxK7Idw"], ["user_id", 148], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.414232"], ["updated_at", "2016-10-05 17:28:51.414232"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "TarJs5vBnEAFthwc5a4oYg"], ["user_id", 149], ["platform", "android"], ["created_at", "2016-10-05 17:28:51.415228"], ["updated_at", "2016-10-05 17:28:51.415228"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "S492eZ7CuR3uafdBIJmtnw"], ["user_id", 149], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.416216"], ["updated_at", "2016-10-05 17:28:51.416216"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1vQKOnXJbPdvCFwweAqzug"], ["user_id", 150], ["platform", "ios"], ["created_at", "2016-10-05 17:28:51.417204"], ["updated_at", "2016-10-05 17:28:51.417204"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8Venu8yN53EFsBHesNxK8w"], ["user_id", 150], ["platform", "chrome"], ["created_at", "2016-10-05 17:28:51.418165"], ["updated_at", "2016-10-05 17:28:51.418165"]]  (13.0ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices"  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "jera_push_messages" ("message", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["message", "\"teste\""], ["status", "sent"], ["created_at", "2016-10-05 17:28:51.444240"], ["updated_at", "2016-10-05 17:28:51.444240"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "jera_push_messages" ("message", "created_at", "updated_at") VALUES (?, ?, ?) [["message", "{}"], ["created_at", "2016-10-05 17:35:18.118039"], ["updated_at", "2016-10-05 17:35:18.118039"]]  (12.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ofélia Moreira"], ["created_at", "2016-10-05 17:38:44.765128"], ["updated_at", "2016-10-05 17:38:44.765128"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "César Carvalho"], ["created_at", "2016-10-05 17:38:44.767987"], ["updated_at", "2016-10-05 17:38:44.767987"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Joana Costa"], ["created_at", "2016-10-05 17:38:44.768879"], ["updated_at", "2016-10-05 17:38:44.768879"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Breno Martins"], ["created_at", "2016-10-05 17:38:44.769700"], ["updated_at", "2016-10-05 17:38:44.769700"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Vitória Braga"], ["created_at", "2016-10-05 17:38:44.770587"], ["updated_at", "2016-10-05 17:38:44.770587"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fabiano Pereira"], ["created_at", "2016-10-05 17:38:44.771400"], ["updated_at", "2016-10-05 17:38:44.771400"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Esther Braga"], ["created_at", "2016-10-05 17:38:44.772527"], ["updated_at", "2016-10-05 17:38:44.772527"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Margarida Costa"], ["created_at", "2016-10-05 17:38:44.773375"], ["updated_at", "2016-10-05 17:38:44.773375"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Salvador Melo Neto"], ["created_at", "2016-10-05 17:38:44.774125"], ["updated_at", "2016-10-05 17:38:44.774125"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Suélen Barros Neto"], ["created_at", "2016-10-05 17:38:44.774952"], ["updated_at", "2016-10-05 17:38:44.774952"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Rafaela Carvalho"], ["created_at", "2016-10-05 17:38:44.775707"], ["updated_at", "2016-10-05 17:38:44.775707"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Srta. Feliciano Carvalho"], ["created_at", "2016-10-05 17:38:44.776447"], ["updated_at", "2016-10-05 17:38:44.776447"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lorraine Moraes"], ["created_at", "2016-10-05 17:38:44.777186"], ["updated_at", "2016-10-05 17:38:44.777186"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ricardo Moraes"], ["created_at", "2016-10-05 17:38:44.777917"], ["updated_at", "2016-10-05 17:38:44.777917"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Núbia Oliveira"], ["created_at", "2016-10-05 17:38:44.778665"], ["updated_at", "2016-10-05 17:38:44.778665"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pedro Macedo"], ["created_at", "2016-10-05 17:38:44.779413"], ["updated_at", "2016-10-05 17:38:44.779413"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Célia Barros"], ["created_at", "2016-10-05 17:38:44.780161"], ["updated_at", "2016-10-05 17:38:44.780161"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Alessandra Oliveira"], ["created_at", "2016-10-05 17:38:44.780916"], ["updated_at", "2016-10-05 17:38:44.780916"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Marcelo Costa"], ["created_at", "2016-10-05 17:38:44.781627"], ["updated_at", "2016-10-05 17:38:44.781627"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dr. Marli Martins"], ["created_at", "2016-10-05 17:38:44.782365"], ["updated_at", "2016-10-05 17:38:44.782365"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Márcia Barros"], ["created_at", "2016-10-05 17:38:44.783098"], ["updated_at", "2016-10-05 17:38:44.783098"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sr. Elísio Costa"], ["created_at", "2016-10-05 17:38:44.783813"], ["updated_at", "2016-10-05 17:38:44.783813"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Salvador Santos Jr."], ["created_at", "2016-10-05 17:38:44.784509"], ["updated_at", "2016-10-05 17:38:44.784509"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Margarida Melo"], ["created_at", "2016-10-05 17:38:44.785234"], ["updated_at", "2016-10-05 17:38:44.785234"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Deneval Nogueira"], ["created_at", "2016-10-05 17:38:44.785947"], ["updated_at", "2016-10-05 17:38:44.785947"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Srta. Hélio Macedo"], ["created_at", "2016-10-05 17:38:44.786710"], ["updated_at", "2016-10-05 17:38:44.786710"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Esther Moreira"], ["created_at", "2016-10-05 17:38:44.787426"], ["updated_at", "2016-10-05 17:38:44.787426"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Marcela Pereira"], ["created_at", "2016-10-05 17:38:44.788169"], ["updated_at", "2016-10-05 17:38:44.788169"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Carla Xavier Filho"], ["created_at", "2016-10-05 17:38:44.788930"], ["updated_at", "2016-10-05 17:38:44.788930"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Hélio Souza"], ["created_at", "2016-10-05 17:38:44.789660"], ["updated_at", "2016-10-05 17:38:44.789660"]]  (11.3ms) commit transaction User Load (0.8ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f1e7fb4c3b3d4b43a6f4e8406ab52e4479b8f8a7a9059b63994e1adb9a35e1a3"], ["user_id", 1], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.834657"], ["updated_at", "2016-10-05 17:38:44.834657"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "23bcf93b6bdbf139c86c7063be65da3ead11ced2bc333c74339da0aefb3ff996"], ["user_id", 1], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.836135"], ["updated_at", "2016-10-05 17:38:44.836135"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "44d4b8e4f585ab37b06ac5b506b05c7aaca6eff438de0f1b762d78882ce65bd3"], ["user_id", 2], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.837402"], ["updated_at", "2016-10-05 17:38:44.837402"]] SQL (0.3ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "42f6a8c942bbd4c231bece064ffe8e084e6fca1225bb481707a33c1d749a19d6"], ["user_id", 2], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.838747"], ["updated_at", "2016-10-05 17:38:44.838747"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "b0043a68682f28b67c78a268a68c38d887acb34f021892caa4f1da802a845723"], ["user_id", 3], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.841052"], ["updated_at", "2016-10-05 17:38:44.841052"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "cda935938fc0becb930bd6f9620f97c4a447979d9de1d75e8daea07cdc08614e"], ["user_id", 3], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.842035"], ["updated_at", "2016-10-05 17:38:44.842035"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "555b5dc68c104d091c517b752758145fc8f956d82420a84350bed12b853fb4f4"], ["user_id", 4], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.843054"], ["updated_at", "2016-10-05 17:38:44.843054"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "019890878b5c9f553f149b75705ffc05436e8c7ce31de92608a428c46dd8e26d"], ["user_id", 4], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.843961"], ["updated_at", "2016-10-05 17:38:44.843961"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6f5945ef6fe577d472161775548a23ed37a3ca69fb60926508cce8f921770c49"], ["user_id", 5], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.844923"], ["updated_at", "2016-10-05 17:38:44.844923"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "eed3f46b8fb420f16ffb090b7bb9a055f3146ed56deadf24e38e909d5b12e7a0"], ["user_id", 5], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.846065"], ["updated_at", "2016-10-05 17:38:44.846065"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e1a0548278f37ac56921dbec9916d7f0d756fac924304166393934eb2b0602dc"], ["user_id", 6], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.847104"], ["updated_at", "2016-10-05 17:38:44.847104"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "24cf7392580df5fd9896bd0a35cb2d22387775b0ff7b034e4f9f03c85bdaa29f"], ["user_id", 6], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.848042"], ["updated_at", "2016-10-05 17:38:44.848042"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8318108375658c8026b2ba7dc9a1d3c02a95cae4c7e3a0eeb823bb74193761d5"], ["user_id", 7], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.848963"], ["updated_at", "2016-10-05 17:38:44.848963"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5d49c31e1c044c453a1fb1c6dfca4a4bd36f37052da254b5c223aa62633003c4"], ["user_id", 7], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.849955"], ["updated_at", "2016-10-05 17:38:44.849955"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "14fdabf307d061470ee98bf335217f4cfbaba829b644ea51b39da7d4734e46e3"], ["user_id", 8], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.850880"], ["updated_at", "2016-10-05 17:38:44.850880"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d967aa766a74d132a934279e17741a489899f7ad185526d7cb6255dc1bf8c9bd"], ["user_id", 8], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.851862"], ["updated_at", "2016-10-05 17:38:44.851862"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "25219bd2ca9d1ca72c640c1665f5b1850f8f5291a0d1071d78c7d94157ad4b7f"], ["user_id", 9], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.852807"], ["updated_at", "2016-10-05 17:38:44.852807"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7701329ed44dd085b6ecdcf1e1750234d6eee578aab61c412ee80a2fed3cdc72"], ["user_id", 9], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.853729"], ["updated_at", "2016-10-05 17:38:44.853729"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ed14155ccce99b608f98a1a8749d150f6e7827e3b558709fd4cec6e080625fae"], ["user_id", 10], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.854711"], ["updated_at", "2016-10-05 17:38:44.854711"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "595681875676a6928ce9fc240525965f89fcd22ad5c546cd7682777deea843bb"], ["user_id", 10], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.855778"], ["updated_at", "2016-10-05 17:38:44.855778"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "dbbd9716636aa3af247a37d885325eba6a992ff6e851136a47057e2f915d8125"], ["user_id", 11], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.856787"], ["updated_at", "2016-10-05 17:38:44.856787"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "92fa94601dd68c2a324f91435ca41f7f1fe52478b384a76fdaedfd4172b47800"], ["user_id", 11], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.857712"], ["updated_at", "2016-10-05 17:38:44.857712"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3494d18ae0a0942b46eaf9663f871750adb0afb525b2145c95b361e2c98e480a"], ["user_id", 12], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.858617"], ["updated_at", "2016-10-05 17:38:44.858617"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9a11801685c13659012d7faec2b6026b7990a68ef721153f843dc7f7500a25b0"], ["user_id", 12], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.859632"], ["updated_at", "2016-10-05 17:38:44.859632"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "84b6102515599be31e376c6fcfbb23d2dcea3781fe3114b0dbd820b2db0772ea"], ["user_id", 13], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.860836"], ["updated_at", "2016-10-05 17:38:44.860836"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fc170726ecc7ad3594fd66adbf906dc3bbd3d98dcda02523344f22da534a9c45"], ["user_id", 13], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.861963"], ["updated_at", "2016-10-05 17:38:44.861963"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "65c6b3db50672158737c2de6d9eadbcca79de98c265449eacec333404bfdb3bb"], ["user_id", 14], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.863080"], ["updated_at", "2016-10-05 17:38:44.863080"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4955ac6b10eb55b74a2a62d41b21220742b4fa96d2aa886fd443fdb444170296"], ["user_id", 14], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.864435"], ["updated_at", "2016-10-05 17:38:44.864435"]] SQL (0.3ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "800d7112838c60b841b83429d6cbaf143fabc7e5233336eaab63dd6d59aca84a"], ["user_id", 15], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.865834"], ["updated_at", "2016-10-05 17:38:44.865834"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "68f05a50bb83124ae0d2f75f1989c0b89521cc3fd2f155dd2ce2030598862b21"], ["user_id", 15], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.868637"], ["updated_at", "2016-10-05 17:38:44.868637"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "23f580eea70762f832513af6a7c2ea44c7e44082a74781a784796d73a8f58973"], ["user_id", 16], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.870204"], ["updated_at", "2016-10-05 17:38:44.870204"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ec85b0976afba11d5c7e30480edbc4ecd99f96c21887910671e9d2230389c693"], ["user_id", 16], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.871404"], ["updated_at", "2016-10-05 17:38:44.871404"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f663215565ab610e4c5576faa9913f2a6309f7d0a2c1ad77ae98bbfc9d9dca12"], ["user_id", 17], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.872560"], ["updated_at", "2016-10-05 17:38:44.872560"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "921f335299d29e3289e89886d325e021e1bcfe66e07edacaa050318f20f5889b"], ["user_id", 17], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.873535"], ["updated_at", "2016-10-05 17:38:44.873535"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a6577a7ce3276e9ea289fcc2fa9ed21e62bfbd97162c76f135eccacfd3c39239"], ["user_id", 18], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.874531"], ["updated_at", "2016-10-05 17:38:44.874531"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "21b77eed82a2f60cee2d1fa4f45b726f72d6ef1461775700c5571c13ac9a6e76"], ["user_id", 18], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.875516"], ["updated_at", "2016-10-05 17:38:44.875516"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "92502acd8d41845b101e6e5292fddb1fb820d0e8e812180da75f89d9853c5641"], ["user_id", 19], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.876446"], ["updated_at", "2016-10-05 17:38:44.876446"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a5f3401e5337418c0c755a7aa5bdaf6b7be99872469366fd9aa0edcb5b042fe4"], ["user_id", 19], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.877324"], ["updated_at", "2016-10-05 17:38:44.877324"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "bccfdb4641cc3be214c369fd18e4e2320e4444891b2f38fa42a4b9efbbdb7e42"], ["user_id", 20], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.878235"], ["updated_at", "2016-10-05 17:38:44.878235"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "461fe02a01542788aa1a061363c2a3c40e8d7058e8406432753d33fe374ffdc9"], ["user_id", 20], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.879296"], ["updated_at", "2016-10-05 17:38:44.879296"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f044affdb784bc0ac6c10127d596ab8868f9fe22e9d0795c4d44890ea9e82afb"], ["user_id", 21], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.880310"], ["updated_at", "2016-10-05 17:38:44.880310"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6e12e2f6effc4b321aa653218152a96f7d837b444564ec483c8c192e9f57d53d"], ["user_id", 21], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.881264"], ["updated_at", "2016-10-05 17:38:44.881264"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d0917a47588b7b4df58631e16a81c7df205014fc64e138761474105382132bcb"], ["user_id", 22], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.882765"], ["updated_at", "2016-10-05 17:38:44.882765"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2e205a0cb38f2791a1283b08736b9aa29c3d92cb0a086c1a04ada588b2639b37"], ["user_id", 22], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.884493"], ["updated_at", "2016-10-05 17:38:44.884493"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "212268cc1ceb2a675094718e1a4c656d16793d6e1a498c736de435515021048f"], ["user_id", 23], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.885469"], ["updated_at", "2016-10-05 17:38:44.885469"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "cdac851d13cd965d4ae14df1216fd06e398a9750d9a092928ae335f74d192286"], ["user_id", 23], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.886420"], ["updated_at", "2016-10-05 17:38:44.886420"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "86e11aa9f69f5c35168d8cf16258837fee472662d1e88cbb1ad814920fa40f27"], ["user_id", 24], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.887361"], ["updated_at", "2016-10-05 17:38:44.887361"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "37b7e407c3bc2c37305d50f9f3096c12f0bc4d6896fbca4128ce2db9d4821336"], ["user_id", 24], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.888283"], ["updated_at", "2016-10-05 17:38:44.888283"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fbe9f93b5dfb006c04584802578857ce017542603c01702d0a7e0cd00530c0bf"], ["user_id", 25], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.889199"], ["updated_at", "2016-10-05 17:38:44.889199"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "29839db893f5aea2896caef55e4a1b3716e35d331e982d9a930aa7bd445f0fca"], ["user_id", 25], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.890167"], ["updated_at", "2016-10-05 17:38:44.890167"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "056513a0b8f80b7b73c612c93d32ee0ad2265697eaad885cbb6feea52e3283a3"], ["user_id", 26], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.891077"], ["updated_at", "2016-10-05 17:38:44.891077"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7da01313ca40a21a740ec0831b3771a93af2be279786007df9bf0db053326c53"], ["user_id", 26], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.891980"], ["updated_at", "2016-10-05 17:38:44.891980"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2a84e291e381ad6c14e3b66203b3deb1dad9cc1174cc9972f2cf060322ac6a6f"], ["user_id", 27], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.892853"], ["updated_at", "2016-10-05 17:38:44.892853"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "940898e7ea89fc4ace3dcc4393f7fadcd18f2392da5298dd406bd12706606122"], ["user_id", 27], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.893759"], ["updated_at", "2016-10-05 17:38:44.893759"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "04fbd1082a8785be4c733c0fa55c14ca78a0530277f71d538a409a13f6ac3bb6"], ["user_id", 28], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.894701"], ["updated_at", "2016-10-05 17:38:44.894701"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "414823ec1ae478d901763a39e818fc4fde2eb91ffaf5d7df0d9d5f7e7dcccb0e"], ["user_id", 28], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.895670"], ["updated_at", "2016-10-05 17:38:44.895670"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "276d91605f28b95385b59befaaedb6f8235992b32a5281668b7d42e50e8c1453"], ["user_id", 29], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.896605"], ["updated_at", "2016-10-05 17:38:44.896605"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1fcd3dd1871ac1e9858ab594b97680c49fec8b8c3c7db75e7062c364952a5f84"], ["user_id", 29], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.897547"], ["updated_at", "2016-10-05 17:38:44.897547"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "952535d7dfdc28bb8fea2f6b21090cd23486582e853ff3ee76090b26d0ca1cea"], ["user_id", 30], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.898512"], ["updated_at", "2016-10-05 17:38:44.898512"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "756aab30232fe319dad802e334c06b97c6b37143820d19dd6c7f6dde18b2a687"], ["user_id", 30], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.899450"], ["updated_at", "2016-10-05 17:38:44.899450"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f216c9be9a127c33c219b1a55fd244e8b54026c83093bdcb3f091bc3c208dd26"], ["user_id", 31], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.900367"], ["updated_at", "2016-10-05 17:38:44.900367"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0e82df99c656a61ffbf6315a97ea1ea8113c16cf86904c60d4cfb15766477104"], ["user_id", 31], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.901282"], ["updated_at", "2016-10-05 17:38:44.901282"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "62e833e680942220ac6c7292d1bd3ec08bbda61216947855f3becc04a2469771"], ["user_id", 32], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.902180"], ["updated_at", "2016-10-05 17:38:44.902180"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "320415fbf9069f5bf43043ff9df42b1fe2f729ffcd45e4db01cf8c14e47cf74d"], ["user_id", 32], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.903108"], ["updated_at", "2016-10-05 17:38:44.903108"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0a153d439c98294818f241521f62d9bf71b252eb601c8eeeffced27816e7f56e"], ["user_id", 33], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.904039"], ["updated_at", "2016-10-05 17:38:44.904039"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "be85f21decc3053500fd0cb75ba403e3ad526f2208fb94bc803b36848a50424d"], ["user_id", 33], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.904910"], ["updated_at", "2016-10-05 17:38:44.904910"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d2f2be8f79f2889612c1afa42b657826aeb3679a370cda884d608e6312854a2a"], ["user_id", 34], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.905839"], ["updated_at", "2016-10-05 17:38:44.905839"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ca4601c722150db77ff61212c831e36dcc59fc97acbcfd1c2edcf5453f27e5d5"], ["user_id", 34], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.906782"], ["updated_at", "2016-10-05 17:38:44.906782"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e2274749e616c1a8a0c38d887f2c1b3f5570e261edff9f0723d8f8b0d309a03c"], ["user_id", 35], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.907714"], ["updated_at", "2016-10-05 17:38:44.907714"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "40c5c6ae58b63174421b43822949cee1cbeaa78bf44585e208bf65baf68ed2a2"], ["user_id", 35], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.908663"], ["updated_at", "2016-10-05 17:38:44.908663"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0b9297ac5534d145f32aae0cb9f88fcb294061378b20a54c182bc0bc8d39f7d1"], ["user_id", 36], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.909557"], ["updated_at", "2016-10-05 17:38:44.909557"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8f804c308e85f90f2abfeba9e1a80206660953a9ebc8f0bf2843a6a8b25d047f"], ["user_id", 36], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.910466"], ["updated_at", "2016-10-05 17:38:44.910466"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5c8b7799d9fdc7e88ee5f2edaad41f8cdd69f22a474aa777e3a43f735788c8b8"], ["user_id", 37], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.911382"], ["updated_at", "2016-10-05 17:38:44.911382"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9685e267779b077bc5667b81d959dec845c46425beef20416ddf6e29bc95e5de"], ["user_id", 37], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.912450"], ["updated_at", "2016-10-05 17:38:44.912450"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a412c9ef02158575e9fb8acfa3c8a19a578079be65a6597123e0dedbbdba2bdf"], ["user_id", 38], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.913442"], ["updated_at", "2016-10-05 17:38:44.913442"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7c435e0dbd8a54301d6eca75a27feb7b00773fdb93d59d5f51ff006f57c06265"], ["user_id", 38], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.914390"], ["updated_at", "2016-10-05 17:38:44.914390"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3eb9e3b1f0c79fea9012cd85978a9f539310130bba31eb1119302e3245d268e8"], ["user_id", 39], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.915292"], ["updated_at", "2016-10-05 17:38:44.915292"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6f6067432b282f1780e0cd751c483c79ebf45367392bdc6e4437bba6b32f29f0"], ["user_id", 39], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.916178"], ["updated_at", "2016-10-05 17:38:44.916178"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "43e4d348b1aa962c4268caa32c9b814408116362b98adb02ac508be9b6d31a50"], ["user_id", 40], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.917099"], ["updated_at", "2016-10-05 17:38:44.917099"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "37711e2df2a0bbafcd3a5bf460e03e28c985893d7a51a020832e428c0ee57365"], ["user_id", 40], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.918001"], ["updated_at", "2016-10-05 17:38:44.918001"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "375813701b5d719ba6aba765d42df115373941909110e2a514f798e7c893f242"], ["user_id", 41], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.918915"], ["updated_at", "2016-10-05 17:38:44.918915"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "42b97098577e8ec2f1d29da0d27eab92313ca7104ecdefa968695befb1810b9c"], ["user_id", 41], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.919805"], ["updated_at", "2016-10-05 17:38:44.919805"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4e455432299b729054d073cbb2efb9a283d5adb2a15bfb16d124613b51b63508"], ["user_id", 42], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.920744"], ["updated_at", "2016-10-05 17:38:44.920744"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "042a78b41abf45bce947a065574ea9c83041a59f4dad7539b841c631c086dd12"], ["user_id", 42], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.921677"], ["updated_at", "2016-10-05 17:38:44.921677"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "50bc62fe563b7a7e62fc04ded5714f9b2bfd12329af1b43af04a4de9f52b098d"], ["user_id", 43], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.922676"], ["updated_at", "2016-10-05 17:38:44.922676"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d60eb04354b6d991e26cace520c8f764f9ca865c2e865f38d6b429cdad4595c6"], ["user_id", 43], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.923578"], ["updated_at", "2016-10-05 17:38:44.923578"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "09095b76c5359b893933f027a0e647002c9277dbdb5eaa710d75dfba70e39937"], ["user_id", 44], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.924493"], ["updated_at", "2016-10-05 17:38:44.924493"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "25dd0c0cce7da1041f19e2d47ef9867c148bc3dfd88dbb51484138757c333757"], ["user_id", 44], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.925452"], ["updated_at", "2016-10-05 17:38:44.925452"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7530aedaf11636f71bc578da531c4ee0cd7c710f756a84937b6dd0327d9b92fb"], ["user_id", 45], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.926420"], ["updated_at", "2016-10-05 17:38:44.926420"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "20b53940278c783579a4412cc009700f24711451a99839ba483e618e2fbd0f43"], ["user_id", 45], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.927308"], ["updated_at", "2016-10-05 17:38:44.927308"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "25c086a6ff7cdb6216266e404d5e5a10725b057fbb257d5ee1679ffdb0c0eddb"], ["user_id", 46], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.928229"], ["updated_at", "2016-10-05 17:38:44.928229"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6469c88ab0711e6540565f79349dd9e93594829c9d2f56c276ce4b607654bcfb"], ["user_id", 46], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.929154"], ["updated_at", "2016-10-05 17:38:44.929154"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "54f413cbf54301386698c39de5f631fecac17bdd5410d9a104d858b42272ceec"], ["user_id", 47], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.930081"], ["updated_at", "2016-10-05 17:38:44.930081"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fa9bd46bc5ddde85b5a9e3676cc5b8487f6ef0891bb2aae88a44f77e58fc1b21"], ["user_id", 47], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.931047"], ["updated_at", "2016-10-05 17:38:44.931047"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "89d111ad4af00359a933574fa9a74a30802be39076c1731c36135bd968f86edc"], ["user_id", 48], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.931922"], ["updated_at", "2016-10-05 17:38:44.931922"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f3cf87b35cbb2b5eb5bd88bb7f6a2367cb605761c38842985f3f4c9d7124841d"], ["user_id", 48], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.932838"], ["updated_at", "2016-10-05 17:38:44.932838"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8dd38a22cdc898c6b3dc15f7f1ed952ca0bd37b0e705da55313e4059eda81603"], ["user_id", 49], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.933728"], ["updated_at", "2016-10-05 17:38:44.933728"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5a3f3203ff5fba54dbc026f2682f0ecefada36d45451af62ca1bc49a4008f0d1"], ["user_id", 49], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.934666"], ["updated_at", "2016-10-05 17:38:44.934666"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "198b71a73e357903e4c0ae73e16c7b24b4fe9e357e01b89e5a3372b7bef5fba2"], ["user_id", 50], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.935565"], ["updated_at", "2016-10-05 17:38:44.935565"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "b76e506d6762b7b88c772e258819d2afc6eb21cd07c058b9cc18e55f80df1c89"], ["user_id", 50], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.936453"], ["updated_at", "2016-10-05 17:38:44.936453"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4298565825535a49f177bdbfa515410665509b23cb63dc42ff53b1a253bda65f"], ["user_id", 51], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.937492"], ["updated_at", "2016-10-05 17:38:44.937492"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f9b290d19faf1938dd97762dab270a513e3addf660c7502440f6d76f2e58bda3"], ["user_id", 51], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.938411"], ["updated_at", "2016-10-05 17:38:44.938411"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "b3ccc0fd61a2f8a629fdd1ecd6663398e8eefff9ea64b8da07c7ca20e6c90d1a"], ["user_id", 52], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.939321"], ["updated_at", "2016-10-05 17:38:44.939321"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3dbdf54a3e8346ef2430b58dec00e34524be504d5668264d14073a0e702b37d8"], ["user_id", 52], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.940232"], ["updated_at", "2016-10-05 17:38:44.940232"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "b2d5994e7eb1e3d25bfedb1aef78911048ae50467cafc5cfed912ef7dac2a088"], ["user_id", 53], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.941117"], ["updated_at", "2016-10-05 17:38:44.941117"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7a33cf9df1990d9e33a8cd4f669bd5a61b064201c770599a0a234623225933e4"], ["user_id", 53], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.942024"], ["updated_at", "2016-10-05 17:38:44.942024"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7d87d7d21bf1d29f17ac938c7915be4acc126a625eb0747885d847f5d9a0fb07"], ["user_id", 54], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.942948"], ["updated_at", "2016-10-05 17:38:44.942948"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e0cdff4e7a4bafb6bf236e7e3302c06dd2b5cad62d42f8aed6930a458882451f"], ["user_id", 54], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.943848"], ["updated_at", "2016-10-05 17:38:44.943848"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "babf235ad0f9b01127ee0f7a0a7eb85d8eb541a241c3356bc42c3c326e40bb48"], ["user_id", 55], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.944759"], ["updated_at", "2016-10-05 17:38:44.944759"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2e4bef5ff43e23aaea7125e372f28dc7e366261b89915992aa02d29fcb55e52b"], ["user_id", 55], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.945660"], ["updated_at", "2016-10-05 17:38:44.945660"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "bffb97e257c4c966400ebbe4c534065d6877737599cadcce6be47ffc32ac609d"], ["user_id", 56], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.946579"], ["updated_at", "2016-10-05 17:38:44.946579"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f23d7a59ad1e15d1854b229f2b957e8ebbe1fc1353150d398751d2f6d16a710f"], ["user_id", 56], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.947501"], ["updated_at", "2016-10-05 17:38:44.947501"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "b30765be203abe0a4cc2abc2ef93d3a3c8a77fca78e35116739bc130ada15509"], ["user_id", 57], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.948396"], ["updated_at", "2016-10-05 17:38:44.948396"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "54b20e0891896a9125218de9b62842144e953cdf552e84ee16c630a5390b313c"], ["user_id", 57], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.949312"], ["updated_at", "2016-10-05 17:38:44.949312"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "95f86aaf38ec1fd9c91e99da9164f8ed4fcbaf0dee216def93f6985226692227"], ["user_id", 58], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.950207"], ["updated_at", "2016-10-05 17:38:44.950207"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4ba859fe7f979737ca1c634e9db7b32e4cf8f0dd94e62fb074be6030b1469326"], ["user_id", 58], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.951106"], ["updated_at", "2016-10-05 17:38:44.951106"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "dc486e0c7b81749081eee1378a2156a052b747be740854c61a0c56d5b79b6eef"], ["user_id", 59], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.951978"], ["updated_at", "2016-10-05 17:38:44.951978"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a6c8d7de97fb40d0e24d3d13ec87f2c5a871016697407cdac653fdd5e63789e4"], ["user_id", 59], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.952878"], ["updated_at", "2016-10-05 17:38:44.952878"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "af0cbb7319121eb9093dbacda36da337caf8c429057602a271674d59970289c9"], ["user_id", 60], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.953770"], ["updated_at", "2016-10-05 17:38:44.953770"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "08d85148a24cea61e6f627c679e2d7e2da46f2c73ea97306b591c8139bbad738"], ["user_id", 60], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.954665"], ["updated_at", "2016-10-05 17:38:44.954665"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "28a065af59943245bb85637c15e0bcdea84d23b72d1c116016fc794847e826a8"], ["user_id", 61], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.955557"], ["updated_at", "2016-10-05 17:38:44.955557"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0f099758735f44a8150cdab3c4791e16cc69c9769582d3942f5665b40a7ee214"], ["user_id", 61], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.956457"], ["updated_at", "2016-10-05 17:38:44.956457"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6d6044417f444523030f34bed35fb4f6e5068de8f778df37ee92a3556b3014a7"], ["user_id", 62], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.957388"], ["updated_at", "2016-10-05 17:38:44.957388"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e904c7032b1dba04240f6a52aa27eb69d83f1eb505421ec37b978b62846d0ba3"], ["user_id", 62], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.958365"], ["updated_at", "2016-10-05 17:38:44.958365"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4374e9784a869a662178dc4c280cd3ff3bd5dc7102b0bfc101d7f4a5c3d6fc00"], ["user_id", 63], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.959284"], ["updated_at", "2016-10-05 17:38:44.959284"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3abb6c5e8754819d75bc4dbd2411bebe0cef936965a499ee232f90e2b9e7a1db"], ["user_id", 63], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.960227"], ["updated_at", "2016-10-05 17:38:44.960227"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "44a67c210c052fc86fa9290da69cb9ca80544845dd5b8805690f68e6d73af2c6"], ["user_id", 64], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.961163"], ["updated_at", "2016-10-05 17:38:44.961163"]] SQL (0.3ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d603d246036c9974c53c23fbbaf3f5c5d636d08b7fe107792b9d687670b0e992"], ["user_id", 64], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.962198"], ["updated_at", "2016-10-05 17:38:44.962198"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "73098840c1453991f2d72144b6315d6af712fc5eee98496f063d3d363dd69352"], ["user_id", 65], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.963945"], ["updated_at", "2016-10-05 17:38:44.963945"]] SQL (0.4ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3fc9434003c1b7bc6f7a28dabdab630d94705b4f67ebda6e9cbcb03cc3e3ccda"], ["user_id", 65], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.965087"], ["updated_at", "2016-10-05 17:38:44.965087"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4e3d51922eb1e4938d60fd9f1cac473832380efb1a715b98a5eda20550587a2a"], ["user_id", 66], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.967271"], ["updated_at", "2016-10-05 17:38:44.967271"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "c6fc3efd05ebfdbd20d5fdb009960d1eba998e8496cfad876e350857b142b5e5"], ["user_id", 66], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.968481"], ["updated_at", "2016-10-05 17:38:44.968481"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "748806d9c2f801905405a8f04df64e9e352a39b2f7ddb397fa7cbed75045d41a"], ["user_id", 67], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.969808"], ["updated_at", "2016-10-05 17:38:44.969808"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ae280c520a13a4420daf6a96b0e30cd25c4d0a4fa16a89669a40ed79673453c9"], ["user_id", 67], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.970884"], ["updated_at", "2016-10-05 17:38:44.970884"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "85d8848913333771ccdb3df6832e5cde66778ccdf97ffb29308eec8118907fd2"], ["user_id", 68], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.972071"], ["updated_at", "2016-10-05 17:38:44.972071"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3972c6fe90d48928c3c3f47e8ad25c84ae6521e21b78bd9d54ca9c2c28c1e566"], ["user_id", 68], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.973139"], ["updated_at", "2016-10-05 17:38:44.973139"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "21151186ec9f01b84c07f4aa22c979e9216824253a83bf38f47cd0d20ff8f2ce"], ["user_id", 69], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.974114"], ["updated_at", "2016-10-05 17:38:44.974114"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "cf1edde8fc86f966a57d58e9bfa84093c5700edaed0a66ec8e9115e3106bbf6d"], ["user_id", 69], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.975134"], ["updated_at", "2016-10-05 17:38:44.975134"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e2940d5020b60661f5a6e01604e2f1f6bfa467386faf3b25f1c3ab6cba54392f"], ["user_id", 70], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.976083"], ["updated_at", "2016-10-05 17:38:44.976083"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4d4b4fff009f2fcc78006e2ce2d2e104a9efee899f5c53b6de39a469ddf29a89"], ["user_id", 70], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.977056"], ["updated_at", "2016-10-05 17:38:44.977056"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fe27d3122ded640c54c35d865e638f57ca250ae256d419c0fa563f51ff4bfd65"], ["user_id", 71], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.978001"], ["updated_at", "2016-10-05 17:38:44.978001"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "830799152ce10374b437a3a592a2d70ad24e15c72ea9069202ff05b49b2ee258"], ["user_id", 71], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.979022"], ["updated_at", "2016-10-05 17:38:44.979022"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0eaff9c0134599b2cec52b169d503f1477ad97bdee7c8b6fecace09f65706347"], ["user_id", 72], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.980013"], ["updated_at", "2016-10-05 17:38:44.980013"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "76bb6198629053539c6c17ba8a4dac3cf401f6cebdd68ae965a5bb22daef5836"], ["user_id", 72], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.980953"], ["updated_at", "2016-10-05 17:38:44.980953"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "297406a1f4c82eaad179a7ca5ef8aaf8ba8378068f2d12ebe58332e39a430c6d"], ["user_id", 73], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.981932"], ["updated_at", "2016-10-05 17:38:44.981932"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "627258ea447879f2ce14f28e115fb357557e5e0294ebf3e1940ff9467be7f380"], ["user_id", 73], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.982919"], ["updated_at", "2016-10-05 17:38:44.982919"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3f09f8fbf598cca18b7e353d03660c2c49e3f69af2f1ce386733e4626606a73f"], ["user_id", 74], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.983896"], ["updated_at", "2016-10-05 17:38:44.983896"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "97c331278b64a10eb9a4f52a368fdbbc71453eb715f899cd50bb0e16820f29eb"], ["user_id", 74], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.984820"], ["updated_at", "2016-10-05 17:38:44.984820"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "97b6aa9ea7676950545a826b7e7d089871f2775f0db777e273e74a767b81086c"], ["user_id", 75], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:44.985783"], ["updated_at", "2016-10-05 17:38:44.985783"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a606f434156689464910bd84ee76ba459a78994b7f2e2794bd89a568a602cc49"], ["user_id", 75], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.987091"], ["updated_at", "2016-10-05 17:38:44.987091"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d9e33b216d868399c99c352d7fe17479dbe846e891afeebdd0677b12e9e0bb3e"], ["user_id", 76], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.988848"], ["updated_at", "2016-10-05 17:38:44.988848"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7bd3b7e918df1e14a63d3cc2de95f65b2dad15fd38324768453d1ff2d7833aa1"], ["user_id", 76], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.990403"], ["updated_at", "2016-10-05 17:38:44.990403"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a10a0e213e8ef6e24910b0c76b9b3d5146914b5ce5fcc8698d48002b9a4df0cd"], ["user_id", 77], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.993646"], ["updated_at", "2016-10-05 17:38:44.993646"]] SQL (0.4ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2550b3f9f7fd141f5d95d21c4241424b51d168cffe6fe2bef22e76c855fa5edd"], ["user_id", 77], ["platform", "android"], ["created_at", "2016-10-05 17:38:44.995280"], ["updated_at", "2016-10-05 17:38:44.995280"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6d22a764accb6b4847aa239462dfa6081a154d3badb927e773cf6f8aa1ca37b8"], ["user_id", 78], ["platform", "ios"], ["created_at", "2016-10-05 17:38:44.999495"], ["updated_at", "2016-10-05 17:38:44.999495"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "b9bd31ddb237ef0b3e17b1f6a634faf6063b7f578ba37a104436964dc050cd33"], ["user_id", 78], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.000934"], ["updated_at", "2016-10-05 17:38:45.000934"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fddc81dcd88f234f5fce8390a5dfbfd8c31c4496c6fd36671e7fd8e76d4a67c7"], ["user_id", 79], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.002061"], ["updated_at", "2016-10-05 17:38:45.002061"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4ab6356dec4706ee4efe0fc62a172fddb222166eeb4b2d4d04f0422688c9635d"], ["user_id", 79], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.003196"], ["updated_at", "2016-10-05 17:38:45.003196"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "801d1c0be05cf9a20df89bac9da568b47cf9962693a197fe1b58b2e7eea99418"], ["user_id", 80], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.004200"], ["updated_at", "2016-10-05 17:38:45.004200"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "dd1438585596055ea54ffea0ba5ca349e6a56e0be5b23f86ee637747d2eb0818"], ["user_id", 80], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.005196"], ["updated_at", "2016-10-05 17:38:45.005196"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ca8f43da9b2f9f79eef353447b1de4c732fb82447c7a1d65d747c7189ad586b8"], ["user_id", 81], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.006220"], ["updated_at", "2016-10-05 17:38:45.006220"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "72c0ef473bc25a8052683da1409f0ad9fe70af4c79e826529f427783e14769d5"], ["user_id", 81], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.007216"], ["updated_at", "2016-10-05 17:38:45.007216"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "cd51df36949f9b3c47a65ece7d7543c6383d46e4bc09b5c234faa48ae4a9f6aa"], ["user_id", 82], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.008172"], ["updated_at", "2016-10-05 17:38:45.008172"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ae4949c9b7720a37ee3d7245960f5dcbf6635ed10a2eb6bb2fd8e070ca9c1f5b"], ["user_id", 82], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.009117"], ["updated_at", "2016-10-05 17:38:45.009117"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "02efafa87fafbf577db63a34cc1534eca43d86f418b9dae69548d4a5de8945ec"], ["user_id", 83], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.010053"], ["updated_at", "2016-10-05 17:38:45.010053"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "81ef2fd6e718fc8c386f6970e3493477acc5954be21995d55fad0d308fed25fa"], ["user_id", 83], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.011018"], ["updated_at", "2016-10-05 17:38:45.011018"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "364ed253a1480b41409b571150ac4efe5768cd2f90d415bc7051d2d49369570c"], ["user_id", 84], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.011971"], ["updated_at", "2016-10-05 17:38:45.011971"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "412cfbe1cb7c9a31227464c537fc818c534520dffdcc1377f36496a2e40b5f5b"], ["user_id", 84], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.013077"], ["updated_at", "2016-10-05 17:38:45.013077"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "81f858eaca796653d57884c8c68224f4230832abb26e5b5d7c519feef3ee2a33"], ["user_id", 85], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.014077"], ["updated_at", "2016-10-05 17:38:45.014077"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7da97a5b9cd6d85c294c643ebd429e495e9ba75b1a9d93becb3da2025d2086ec"], ["user_id", 85], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.015063"], ["updated_at", "2016-10-05 17:38:45.015063"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "133f2af7f33cc055b296abbe3753f5bcb618df63d585cb17e71557b1f64e0e17"], ["user_id", 86], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.016029"], ["updated_at", "2016-10-05 17:38:45.016029"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "932729d079d7c853d1a3f73c23242f73853495f68637c1593edd1ece198f5c69"], ["user_id", 86], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.016978"], ["updated_at", "2016-10-05 17:38:45.016978"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f0281274b9d2e07c17d37b4556fd3a5a977d70fa10b593e1e27802872aba1a99"], ["user_id", 87], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.017948"], ["updated_at", "2016-10-05 17:38:45.017948"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a14d61d33e4ae26652f86dfd85317ff3776fc23fb0b32bc29b7821a6d509b282"], ["user_id", 87], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.018882"], ["updated_at", "2016-10-05 17:38:45.018882"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8fcfdafef1cdd96f8b191c775c2e8bd70e38c631bdeb38139a3ac9f6757f6236"], ["user_id", 88], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.019821"], ["updated_at", "2016-10-05 17:38:45.019821"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "177dc466c2b4067abe31c0d0921d007ccb6df0cc3c3fd343385ae4c6e9f02d38"], ["user_id", 88], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.020784"], ["updated_at", "2016-10-05 17:38:45.020784"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "593c5f652edf7923682da88ccd6db2b08312320f158e0372b9e53a04fe3d7dda"], ["user_id", 89], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.021711"], ["updated_at", "2016-10-05 17:38:45.021711"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "24ad9edb97d73730b0d532a4456213f19ef97229a6a46124ffd8135fc21f1ccd"], ["user_id", 89], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.022808"], ["updated_at", "2016-10-05 17:38:45.022808"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f3a11df8c30358fffa68f139a6fde2df5dd6ea97204c7fb15a845f08f1d5a95f"], ["user_id", 90], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.023784"], ["updated_at", "2016-10-05 17:38:45.023784"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4c16aa3510c706c7c01982aa29a2565a4d98d38fdb12ed78295fb4e23914d0bc"], ["user_id", 90], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.024749"], ["updated_at", "2016-10-05 17:38:45.024749"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "c97f5b2f6d79aa62708dd33998571ba46ae52d82602a2769d81be1d2b89ee92a"], ["user_id", 91], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.025722"], ["updated_at", "2016-10-05 17:38:45.025722"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "60471e89ba665b8c67c6411fb75ec778d7bd4a03793a02da19bb61d9455ed119"], ["user_id", 91], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.026670"], ["updated_at", "2016-10-05 17:38:45.026670"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fe1cfe1565b01ac24675101e2eea1722b2d9a580b0246a99389f5aca1b816eb1"], ["user_id", 92], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.027589"], ["updated_at", "2016-10-05 17:38:45.027589"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "212aaf8edcc1135625e4bf1b67965f535de222bedce35f358af09af85b5e2d72"], ["user_id", 92], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.028512"], ["updated_at", "2016-10-05 17:38:45.028512"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a445deb580aa655d887e3ada68da10a54429e23e0281def2bd6786539610cb45"], ["user_id", 93], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.029489"], ["updated_at", "2016-10-05 17:38:45.029489"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9bf82e7ad4ab8a811c6be1f28c8812374b75e82eb139c7a1a9a04fc2e0d64280"], ["user_id", 93], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.030582"], ["updated_at", "2016-10-05 17:38:45.030582"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6e58021a68f1b76e985b8bbc8f92b05d44cbdd3c3d268eeea9c79482d8afd5e5"], ["user_id", 94], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.031634"], ["updated_at", "2016-10-05 17:38:45.031634"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5149010b081e6587d1e9ee6d493cbd8a00e2bc7ff825a9fcc7cf3d01c7d118ad"], ["user_id", 94], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.032604"], ["updated_at", "2016-10-05 17:38:45.032604"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a48f63a034fa7e38c63bd4ecb30df61607ab468b1230206f5cffb3136438be0b"], ["user_id", 95], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.033549"], ["updated_at", "2016-10-05 17:38:45.033549"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d298d1a87a1cf9419d7cc27e38949db6230b62b26d354fd1c85130eb271bc34f"], ["user_id", 95], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.034465"], ["updated_at", "2016-10-05 17:38:45.034465"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4e99e1a2529c6e4ec87f5d122c63ddba95350f92dd179b286e915019fc18d0b2"], ["user_id", 96], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.035387"], ["updated_at", "2016-10-05 17:38:45.035387"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "b74680e215466841fe77138a6211cd3b23c896371be9ccf69fa84c64da423749"], ["user_id", 96], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.036319"], ["updated_at", "2016-10-05 17:38:45.036319"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "cdb65a5b78b52fa2819423da1c7d178163af481a7739e30c4c83da0bdf2d9ce3"], ["user_id", 97], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.037245"], ["updated_at", "2016-10-05 17:38:45.037245"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5717f0611d8f8aa5d64053d1715cddcccee9b9f98124a2a1be6cadaf690fc5e2"], ["user_id", 97], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.038152"], ["updated_at", "2016-10-05 17:38:45.038152"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9a0e4bb70793065f08dd7f6d4d6fc369c922479a635d1ab1654408bf154e5b6a"], ["user_id", 98], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.039088"], ["updated_at", "2016-10-05 17:38:45.039088"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "63d31f71e08c2ca9a1bf48d287be522b73627d3672db4d17dec97ea023d1d785"], ["user_id", 98], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.039997"], ["updated_at", "2016-10-05 17:38:45.039997"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5dbf6c4efa51991b4e106dc39bdf55804ef9aadd762fa90b3e3a364877aa4fac"], ["user_id", 99], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.040928"], ["updated_at", "2016-10-05 17:38:45.040928"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "90672c0eed7eb32cc788a574136114f274778ff54a53fedea7edc581d9c6c1cd"], ["user_id", 99], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.041869"], ["updated_at", "2016-10-05 17:38:45.041869"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fb1a2ecabe23f5c34eecb0847829d4e6845f43aef8e09d47a5c0c50f8dabb1cd"], ["user_id", 100], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.042757"], ["updated_at", "2016-10-05 17:38:45.042757"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "283e7e3d367a13d2a2691770b5618d57c0f64da4a5a64115a4051f409432b7b4"], ["user_id", 100], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.043661"], ["updated_at", "2016-10-05 17:38:45.043661"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fb37c4312af21ca5c0439ba15d72d6c118f65ac5cd227d5d6b026b262dc2261f"], ["user_id", 101], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.044581"], ["updated_at", "2016-10-05 17:38:45.044581"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "24c09ce0887dce357699100b1d0297fe684e9d75a42d08448fe22cc903b5bd14"], ["user_id", 101], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.045533"], ["updated_at", "2016-10-05 17:38:45.045533"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0c5a8c7efcc25027c87ddd7e872588a12931ed1ee50edd3ca5121e2532d0e3a4"], ["user_id", 102], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.046493"], ["updated_at", "2016-10-05 17:38:45.046493"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "353d734c0e44eaba86b0c861441e96d5967b7419a23fa86541dd67ffbd31e520"], ["user_id", 102], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.047443"], ["updated_at", "2016-10-05 17:38:45.047443"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9cb62dbf85b49d995c506ba2fc95177edb8cdf49723ec6f365f6c6a720e9ad44"], ["user_id", 103], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.048390"], ["updated_at", "2016-10-05 17:38:45.048390"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "50864c98285823246dfc511263039a8d432fb812181927380c8abc40bac66230"], ["user_id", 103], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.049320"], ["updated_at", "2016-10-05 17:38:45.049320"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e820abd81d0bfc163ec8ff326c347a0454413444d91fdc129e235a16c31a59d6"], ["user_id", 104], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.050252"], ["updated_at", "2016-10-05 17:38:45.050252"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8b1f22effde92e39216835c2f08274e0bffac0130b4f3c7f55e1dd689c050cce"], ["user_id", 104], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.051212"], ["updated_at", "2016-10-05 17:38:45.051212"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "54e7a5a267f561ae49a344cf1e0defbdd7ee7babb2c38e793936c806260c47ca"], ["user_id", 105], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.052146"], ["updated_at", "2016-10-05 17:38:45.052146"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3491eb45a8df095f9731a88f4e56c33b0524ec0f9448902b715027dafd0d0d6c"], ["user_id", 105], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.053034"], ["updated_at", "2016-10-05 17:38:45.053034"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "75383aa697ea5de214c8f699699f2f690b90c0d6e3610ba49d74cae851f4023b"], ["user_id", 106], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.053926"], ["updated_at", "2016-10-05 17:38:45.053926"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "bb037066c8408226d26ef41d4f5d51d2bbc5a9485b33aeef4b584776e75f1379"], ["user_id", 106], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.054882"], ["updated_at", "2016-10-05 17:38:45.054882"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "c2d3e4f3b1e089d6b9c6ea7c10508495e7add0b956af81f544f9ad94d60078b4"], ["user_id", 107], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.055819"], ["updated_at", "2016-10-05 17:38:45.055819"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "bdcfa9549ec39940f04341166eebf5e70ccf740c259ba7183f71aa3dbdd9e96d"], ["user_id", 107], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.056726"], ["updated_at", "2016-10-05 17:38:45.056726"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "c22d1852b53ce2a24d0f991ffffac762bf9bc7cc0099f89fc7e7991ff21c2560"], ["user_id", 108], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.057644"], ["updated_at", "2016-10-05 17:38:45.057644"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a557870f69dce3824b51a4e2e8a8504ce6a9abdad0dbf351521d5fa230111154"], ["user_id", 108], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.058546"], ["updated_at", "2016-10-05 17:38:45.058546"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "eca4f84288c249f07b7eadd8e0774837a5c353f1f587fc2d64483331c36c6b1a"], ["user_id", 109], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.059564"], ["updated_at", "2016-10-05 17:38:45.059564"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "79f934ed0655bce079f6e23194cd2eb65c8e7e36ee33720df90b7a5a3b75c27b"], ["user_id", 109], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.060510"], ["updated_at", "2016-10-05 17:38:45.060510"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0984797329f82df40a09ce6b045cb3b1b93c768d36277bb31b9c33ee9c26a59f"], ["user_id", 110], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.061424"], ["updated_at", "2016-10-05 17:38:45.061424"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5c2fba772c763f6b07546f716ba2e687f56802784b4ef1fcee00500c4eebf759"], ["user_id", 110], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.062322"], ["updated_at", "2016-10-05 17:38:45.062322"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "83522ef7d4f3de964a305f4b79d9cb3c4af7271e34e1fd1dba66460daa6370eb"], ["user_id", 111], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.063304"], ["updated_at", "2016-10-05 17:38:45.063304"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "433df1e66fcb700757c7623ce8eb64243b290ede24a4f697326eb96740125402"], ["user_id", 111], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.064230"], ["updated_at", "2016-10-05 17:38:45.064230"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "19fc60d5873cd4c13b143f352af63ef5eae4271aa55d85e2b043cbdf857f0801"], ["user_id", 112], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.065288"], ["updated_at", "2016-10-05 17:38:45.065288"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d99e633f1fb36a6d0172f598672cc19cd58ea3cd2d6a128450aee60fe6d8c7ac"], ["user_id", 112], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.066575"], ["updated_at", "2016-10-05 17:38:45.066575"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "49d35eae1bf1947cf7f30434c34f7678f66ce7c05fc379185de5e012424e9482"], ["user_id", 113], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.067735"], ["updated_at", "2016-10-05 17:38:45.067735"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f22b854cbeb9351f3ac90fbbbab225e563c31795370126e94fcb30800e89599f"], ["user_id", 113], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.070006"], ["updated_at", "2016-10-05 17:38:45.070006"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8020df40be5092c86cd6d1d26db6866f5c9835a24cd8c1e09bcf67d46fad7cee"], ["user_id", 114], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.071561"], ["updated_at", "2016-10-05 17:38:45.071561"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0954e5f988f9d96507f1b96850edcc241dbb6c86de5b50ae1132f0538f244982"], ["user_id", 114], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.072694"], ["updated_at", "2016-10-05 17:38:45.072694"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "bb8113907198538f62f5b28f7b3f8c9713726fea1515b1fe5595bccb3900db82"], ["user_id", 115], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.073726"], ["updated_at", "2016-10-05 17:38:45.073726"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "27acc6153164d8ed3d66453ca262cad739b6ecaa7361ddd36b18b1e28bcd78a6"], ["user_id", 115], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.074766"], ["updated_at", "2016-10-05 17:38:45.074766"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3c3f9f80628bc6d6e705ba2948f0635d6438c8b792e8b041b17ecd033b1c7535"], ["user_id", 116], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.075751"], ["updated_at", "2016-10-05 17:38:45.075751"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6427bc9d29da998fdb48146f8c5068a42237e1fe2804848b0c920b838b2f696e"], ["user_id", 116], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.076741"], ["updated_at", "2016-10-05 17:38:45.076741"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f62813706e3e00061d466f415837a301bc64ef0b83a2ff02e5708de7a916701c"], ["user_id", 117], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.077742"], ["updated_at", "2016-10-05 17:38:45.077742"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "22cc6150d08cae55fe922c1e818ab764a133cdf4bf243dc215a57afd29918cb7"], ["user_id", 117], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.078757"], ["updated_at", "2016-10-05 17:38:45.078757"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "11a1c451eb59bbadba2e970ca7219f63377984cc1c5ce448c5ae50802551b275"], ["user_id", 118], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.079782"], ["updated_at", "2016-10-05 17:38:45.079782"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0faff2c8f85176bf9f0f1536829bd0c026c6e247f4fe03c27cc59647f08423ac"], ["user_id", 118], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.080724"], ["updated_at", "2016-10-05 17:38:45.080724"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a1dfdf79ea413acf073daa4b11939aeedcdcdccd4e6c92030c56992530f237a6"], ["user_id", 119], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.081684"], ["updated_at", "2016-10-05 17:38:45.081684"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "70e6a80347d3f623e508e997f0bca52339fa43bf54324b1cd04f3350fcf65ffe"], ["user_id", 119], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.082670"], ["updated_at", "2016-10-05 17:38:45.082670"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "aa830ce34f97ad89b5749f5fbb51acfb6138a3cec9d1cd55ed6949aed2804e9c"], ["user_id", 120], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.083625"], ["updated_at", "2016-10-05 17:38:45.083625"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "048f4045b96cd74f37d29a8a8a6216256d4ccd6420aba001bfe9e990fad780a4"], ["user_id", 120], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.084613"], ["updated_at", "2016-10-05 17:38:45.084613"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3cfa79aca1a6a444bc82b24309779a8ad0d6b54720b0bc988f2ccc411027a4c2"], ["user_id", 121], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.085580"], ["updated_at", "2016-10-05 17:38:45.085580"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9f0f2a60aa149033ff1e59ae83b8e19f9589071882243c305ea657845574dbd5"], ["user_id", 121], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.086527"], ["updated_at", "2016-10-05 17:38:45.086527"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d7c92cc91743ebd29f7ae4a2c0c0f0261465aa06f21417a0615a4a456d920966"], ["user_id", 122], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.087472"], ["updated_at", "2016-10-05 17:38:45.087472"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "47607996f161eea590b9bbbe6b36a6a02e1cd5ff612a297a4d713f0c7037370a"], ["user_id", 122], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.088440"], ["updated_at", "2016-10-05 17:38:45.088440"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8d4754b740c580c0428fb3f124ab988213c34b105082f020b6e07e99e7e6b4eb"], ["user_id", 123], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.089382"], ["updated_at", "2016-10-05 17:38:45.089382"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "65fa36c7af296fff6331d557fa40cd949913e2ca0f46cfc313eff0a96ce2b806"], ["user_id", 123], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.090370"], ["updated_at", "2016-10-05 17:38:45.090370"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "26134b797fd61b4e2d0e28bf3cc8bc22bed641935882fd3f9fd80f7bbeecc295"], ["user_id", 124], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.091303"], ["updated_at", "2016-10-05 17:38:45.091303"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e04233b4d097c557ea9582c50b62965ae4213a396434ea8bba4baae73ad2830c"], ["user_id", 124], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.092210"], ["updated_at", "2016-10-05 17:38:45.092210"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "aae98a3961f907616f2e17c2600a4e87f08511f9f3f9435a56f1709ceaafb93d"], ["user_id", 125], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.093134"], ["updated_at", "2016-10-05 17:38:45.093134"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4c34ec5eddf876f64f02b880251b0d04c0f6694511fb1fd43acb4aa58e9c7707"], ["user_id", 125], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.094053"], ["updated_at", "2016-10-05 17:38:45.094053"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "b789736c8ccba1a7af50c011fd16385030c09e18cdad5eb17884f84f507b9c99"], ["user_id", 126], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.094981"], ["updated_at", "2016-10-05 17:38:45.094981"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "079c3331acf935b3f09207c9f802313aedcae5b73fba15d1d1e23bf175071e51"], ["user_id", 126], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.095939"], ["updated_at", "2016-10-05 17:38:45.095939"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "73c347d612dcd623fc751daf1757aeab3b66f98650a34971245ee9b222fa738c"], ["user_id", 127], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.096877"], ["updated_at", "2016-10-05 17:38:45.096877"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "aba203ae499ee301641fd78b6284a49515ae153310a3215bfb619562412ccffc"], ["user_id", 127], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.097770"], ["updated_at", "2016-10-05 17:38:45.097770"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "29f5b4a52063d2a746768ba3d7767b1d981068bbda2b1a96dd02486caebaeb3d"], ["user_id", 128], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.098698"], ["updated_at", "2016-10-05 17:38:45.098698"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4f0ac2db24974df36bba3bc24fad183db45efeb91e7f5cc450873d9c42beea3e"], ["user_id", 128], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.099646"], ["updated_at", "2016-10-05 17:38:45.099646"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "91f39701fc843d913b180c272f3f189d5d28f815f91cfb3e845d397c42c3d7f7"], ["user_id", 129], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.100569"], ["updated_at", "2016-10-05 17:38:45.100569"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d3f9354f490f857040c04676f674a82b6be92e782d4b2ff238efbd15ad2a4f84"], ["user_id", 129], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.101532"], ["updated_at", "2016-10-05 17:38:45.101532"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0b7cb49b6edf88e90245f07379dfe72a15f8aa60c3bdabccd42c33e4a0a7f347"], ["user_id", 130], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.102505"], ["updated_at", "2016-10-05 17:38:45.102505"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2532c7903ceffdf2ee524d6bb09351c9d2c392a92da16bfbcfb21b8443debc79"], ["user_id", 130], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.103426"], ["updated_at", "2016-10-05 17:38:45.103426"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "91337e773215290494c5b411a2f76e8d9769c6f94906b33e6238f23522b3ad53"], ["user_id", 131], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.104388"], ["updated_at", "2016-10-05 17:38:45.104388"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7c5639e526f975504f23c244f9aa147c70d11f5f9681014dc02047be5db1a62c"], ["user_id", 131], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.105362"], ["updated_at", "2016-10-05 17:38:45.105362"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "79b23dfff4db51e53d15f03f72b0069638b2cfd20b707372619ea726985c088d"], ["user_id", 132], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.106306"], ["updated_at", "2016-10-05 17:38:45.106306"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "b96b77f45d28cc360027d2dd4ea2f70c57e7d1de3733f03d4180497c0a3fcaba"], ["user_id", 132], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.107234"], ["updated_at", "2016-10-05 17:38:45.107234"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a10f1fef79961a5616085ebd801963c98fc1e5146b82f7b93377b082f50eb3ed"], ["user_id", 133], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.108167"], ["updated_at", "2016-10-05 17:38:45.108167"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "baf92805e01fda25bac86d0acccc3a1907a17982171d2f026ef478b782ce4b34"], ["user_id", 133], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.109079"], ["updated_at", "2016-10-05 17:38:45.109079"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1c7e967c13f08a52a05005e7307894615f4bf6608c390c262272d0f40ec249c4"], ["user_id", 134], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.109975"], ["updated_at", "2016-10-05 17:38:45.109975"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9068995b055bee01192e89cb8f233a9037809de059f9ab0b8642aa07f0203ff0"], ["user_id", 134], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.110928"], ["updated_at", "2016-10-05 17:38:45.110928"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2f37d1e4afc9d3d03298270288bc0533b8aa5648e845006b26bee8233410b2df"], ["user_id", 135], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.111848"], ["updated_at", "2016-10-05 17:38:45.111848"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "197da7c7cf681095fc89bd4ea741cccf142c9bd0f7ca0fb9043ce6d65990cbd4"], ["user_id", 135], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.112764"], ["updated_at", "2016-10-05 17:38:45.112764"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "c553e605cea9605a3fffbc5067044aa7ad3004ac64cf6ea5d13661c85aad978a"], ["user_id", 136], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.113686"], ["updated_at", "2016-10-05 17:38:45.113686"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "edf37de0173756bab01341c08e3532022d55f615a32439fec75ba764ce43bb6b"], ["user_id", 136], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.114632"], ["updated_at", "2016-10-05 17:38:45.114632"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0383a8e72cb3de787c23669979457d7ca98af1f229083d467e6f5d6589d1ab98"], ["user_id", 137], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.115576"], ["updated_at", "2016-10-05 17:38:45.115576"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ab91570f9d73cae7be65ea73e8f7951fc4cea8e81617c620d27a2790080335c0"], ["user_id", 137], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.116570"], ["updated_at", "2016-10-05 17:38:45.116570"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e54e00d4dda6dbc5b8d25dbccb97c7a6c403932d54e02ee04653a263920f7615"], ["user_id", 138], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.117504"], ["updated_at", "2016-10-05 17:38:45.117504"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "48a7bdada35c774a239cfc6e186ea5337d4c611ea354760b8c739ecd757393aa"], ["user_id", 138], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.118438"], ["updated_at", "2016-10-05 17:38:45.118438"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "16c5a8db79b6fae587c18fe1a8a2699c1afa4d64a70387a3785555adf9908d7d"], ["user_id", 139], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.119351"], ["updated_at", "2016-10-05 17:38:45.119351"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7ba4df3907f45c643337fa5b9f1a5c1f70fa31d9a33616461c3929557e1f0b9f"], ["user_id", 139], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.120245"], ["updated_at", "2016-10-05 17:38:45.120245"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7eba3f858e3724bcd06fa751ff7e71a2f0f3075b623cacfd53202ea415a917c8"], ["user_id", 140], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.121147"], ["updated_at", "2016-10-05 17:38:45.121147"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9bff587b3a34e52ebeed862d36cf4e7320c69e033da25acf5f7388652542f82b"], ["user_id", 140], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.122073"], ["updated_at", "2016-10-05 17:38:45.122073"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1d0573005f17afbe0d568d3581a08a2ecad2958399788ad70b45ff3ac1ca1851"], ["user_id", 141], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.123017"], ["updated_at", "2016-10-05 17:38:45.123017"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "00244b0eab7b11ad359564239653af7ff20e4f1ea0524d64c9bc101f1915841a"], ["user_id", 141], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.123970"], ["updated_at", "2016-10-05 17:38:45.123970"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7054183399823a488228577556c38bffc8dda2ca1482a668cae27705f1d2513b"], ["user_id", 142], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.124892"], ["updated_at", "2016-10-05 17:38:45.124892"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "bfe219cfb5c15abab34a8874aa7cf1de168ba91c8dac0e4d4bb0f8bd0d98f855"], ["user_id", 142], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.125877"], ["updated_at", "2016-10-05 17:38:45.125877"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8e4ad4b61c0304836da7498b22f62aba545833a8f9447beac8e158d21108aef7"], ["user_id", 143], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.126834"], ["updated_at", "2016-10-05 17:38:45.126834"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "70cb5bc0e19c24d321353e33424ed20540a4b6492c57bf1f2cfc009bcab60621"], ["user_id", 143], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.127740"], ["updated_at", "2016-10-05 17:38:45.127740"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5f0f3f6d1d03574802ad9814cae91e0fb0a05d331c92ed6cb89a36447133c631"], ["user_id", 144], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.128665"], ["updated_at", "2016-10-05 17:38:45.128665"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9d45a7f7c157d77ac86651f3b4bdfb4e944e01e601ac94f0c0513be6a0ed99ff"], ["user_id", 144], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.129583"], ["updated_at", "2016-10-05 17:38:45.129583"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8ddde4b8b932661cb03f9b53db17d2780fb641ebfe29bca8716f2079919c975e"], ["user_id", 145], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.130544"], ["updated_at", "2016-10-05 17:38:45.130544"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7cf23db26cc7e0e30a566b6beb6090a9542d1e7e1494d20598ee4ac400946d85"], ["user_id", 145], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.131439"], ["updated_at", "2016-10-05 17:38:45.131439"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "624fde8e20dd355c6e6e16bbc027c97371e5617c72fb3ea1a704163db87df756"], ["user_id", 146], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.132339"], ["updated_at", "2016-10-05 17:38:45.132339"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d7ea0d0fb162c27b0c3d2e2e1bc97d050db7cb4be795facaee51cd6645de12d9"], ["user_id", 146], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.133277"], ["updated_at", "2016-10-05 17:38:45.133277"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e6cbb84e298abd32256c36936b40a0ff4e03350605842ff41d06f463ce652a19"], ["user_id", 147], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.134190"], ["updated_at", "2016-10-05 17:38:45.134190"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5054207f3e47e817418c4a4c9cc0cedaa93b7842b98a65ce7d684681e58eed54"], ["user_id", 147], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.135127"], ["updated_at", "2016-10-05 17:38:45.135127"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "315f5d64f9bff106a60d11abb974695060d8592f7f91c1561fa46220c151e7eb"], ["user_id", 148], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.136033"], ["updated_at", "2016-10-05 17:38:45.136033"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "b8556cb0d487d7097d8eed7b44e3b9997233b7386b833edc10f130dffa5fc014"], ["user_id", 148], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.136950"], ["updated_at", "2016-10-05 17:38:45.136950"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0892521f663602521956be2d154eae4daf547544b5073d07515fb911d140685b"], ["user_id", 149], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.137867"], ["updated_at", "2016-10-05 17:38:45.137867"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e7344a545355b4aa0dd436ad78ef7b01fafbc710485767f55af32f1e5094a9e7"], ["user_id", 149], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.138804"], ["updated_at", "2016-10-05 17:38:45.138804"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "908a9fccb1fa0d8badaf443131d139bbe5f23573f5b8374c2fb0e6cbc8e1323a"], ["user_id", 150], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.139709"], ["updated_at", "2016-10-05 17:38:45.139709"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e0ae7f9e39aca44f1151387ccb66428d85c3030e6a0df9849ac92fd938a2e7ec"], ["user_id", 150], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.140610"], ["updated_at", "2016-10-05 17:38:45.140610"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0604793dbc47895aa62691b1243a2ba0c098fc75e22db398133af5954ee60e45"], ["user_id", 151], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.141548"], ["updated_at", "2016-10-05 17:38:45.141548"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6ee2cdc6ef36e7868ec567eee8170a6d30641e86f022384b377c7f4bebb93461"], ["user_id", 151], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.142464"], ["updated_at", "2016-10-05 17:38:45.142464"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "369fd03b8ac971b8b79b5ea7e07dc76e44d9fcdeff0d08296433a64226ba9fef"], ["user_id", 152], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.143402"], ["updated_at", "2016-10-05 17:38:45.143402"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "35db2e77e56295bbdc3384031c3a0bed5a2d32729ce358768498b15b5bf29fec"], ["user_id", 152], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.144353"], ["updated_at", "2016-10-05 17:38:45.144353"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2c2427255e1c78f21adee9b5ed9887dec1d251aa3ee1606c053f3c159ad91132"], ["user_id", 153], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.145281"], ["updated_at", "2016-10-05 17:38:45.145281"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "c504dba2b428b4e018b8eb7c61760885d4b44d22245884f050636c47110ff1ff"], ["user_id", 153], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.146211"], ["updated_at", "2016-10-05 17:38:45.146211"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "58da492a59abf337512bd3105baa0c9c50005285cd5832f607b15ca263ae906f"], ["user_id", 154], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.147152"], ["updated_at", "2016-10-05 17:38:45.147152"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "63d5f7a3399faa77d1f50b4b8fb57c8b21c20269c354d4f2c1599bc4f18459cc"], ["user_id", 154], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.148094"], ["updated_at", "2016-10-05 17:38:45.148094"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4a173cd7f9a8f8f9a7addc4bbbc077ed90db4ed93956fdf53d9304aac8c0e128"], ["user_id", 155], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.149019"], ["updated_at", "2016-10-05 17:38:45.149019"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "91d35366dc688b978d67be1d6781b2b60814dbc1a9407bdcd2cca132989b0ced"], ["user_id", 155], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.149927"], ["updated_at", "2016-10-05 17:38:45.149927"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "98b841476d567f465a5f476dda036a34e94473c6de63260ebc16c107bc62dab6"], ["user_id", 156], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.150850"], ["updated_at", "2016-10-05 17:38:45.150850"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a624a5f7321fb5e4993ec38f9f9a3fe7a756fc0bb228190b161e6cfa0dbbaf00"], ["user_id", 156], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.151723"], ["updated_at", "2016-10-05 17:38:45.151723"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3fb73f998b30c9c5e82aed95835b2aaedc3a0d7b74cce7b8cc12ce4184f045f7"], ["user_id", 157], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.152656"], ["updated_at", "2016-10-05 17:38:45.152656"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "52a47d04fd07919e7d10dc496748c1b6e659078cb9ea516f36224311b305ac70"], ["user_id", 157], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.153546"], ["updated_at", "2016-10-05 17:38:45.153546"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fbf39dfe154e5ddd831163dd709df66f78d3fba519e30f85b256c3c83953006c"], ["user_id", 158], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.154443"], ["updated_at", "2016-10-05 17:38:45.154443"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "233f5abd29623587b752b7432444dc321e004f75b83deb6d838744b993816627"], ["user_id", 158], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.155356"], ["updated_at", "2016-10-05 17:38:45.155356"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "efa1e29bbc9009b4c534accf3901aeffe588c2cc78fcfe66cc590efcbd0fdb7e"], ["user_id", 159], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.156278"], ["updated_at", "2016-10-05 17:38:45.156278"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6c58f2e57ba05b21ecdaae81b49078401a2c102173bbe932fc2b4b627c3d0c93"], ["user_id", 159], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.157189"], ["updated_at", "2016-10-05 17:38:45.157189"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8a97a988a8c65114dcf4b11792654fd63ce84fa48604d7f6b3cbdab2e721f355"], ["user_id", 160], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.158092"], ["updated_at", "2016-10-05 17:38:45.158092"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9942c3a5ad54dd4acd42fd2159ccca54ccac30cdb3fe4ea29c280d462c4261e7"], ["user_id", 160], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.159042"], ["updated_at", "2016-10-05 17:38:45.159042"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f7c74d796668155636849e7f897d3617ac0d06fde5848500da96c87c278b2641"], ["user_id", 161], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.159947"], ["updated_at", "2016-10-05 17:38:45.159947"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ea3c0536cf01b99ea6d160ec18c2ca23919459027d209499049046b805318f50"], ["user_id", 161], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.160855"], ["updated_at", "2016-10-05 17:38:45.160855"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "17237a7845730ecbd951bec69ca9bf5b3b11ee5233c77deeda651251a0628ec4"], ["user_id", 162], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.161735"], ["updated_at", "2016-10-05 17:38:45.161735"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7f03e627792d902006c6ba279ee1523b508ac617910d00283f6c07854b5366a5"], ["user_id", 162], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.162640"], ["updated_at", "2016-10-05 17:38:45.162640"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6c30751cd3cdb3e7043bb98ae47d86e777f433650a3e5989ef63a1cb0a293e59"], ["user_id", 163], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.163575"], ["updated_at", "2016-10-05 17:38:45.163575"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ee193c472643ca86af8a8d1321aef99eaf3629005c96a856a7936a9d4d7cb3b7"], ["user_id", 163], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.164472"], ["updated_at", "2016-10-05 17:38:45.164472"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d9b984737ae0a15bc798c0d40e6d53f4ed603b9b1de0b5cfdd059c68d644756d"], ["user_id", 164], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.165364"], ["updated_at", "2016-10-05 17:38:45.165364"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a8f24a508d401924f53393f86b994a1bcc19e790b724b07bbdeb2434a7e5db62"], ["user_id", 164], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.166265"], ["updated_at", "2016-10-05 17:38:45.166265"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ee789e6eb4db703b0a513ac9e0adcab1b00460e731fd630d32cb2975cbc9e758"], ["user_id", 165], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.167219"], ["updated_at", "2016-10-05 17:38:45.167219"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f1ddd553323f27901caaa873b6c9cbfc1f27c27d8b8d743424ce676731613f91"], ["user_id", 165], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.168219"], ["updated_at", "2016-10-05 17:38:45.168219"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "c456aa91261e62f7c5c745b6a42dc98d7b637dc95fa1e14e00a81cc3000a4af9"], ["user_id", 166], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.169432"], ["updated_at", "2016-10-05 17:38:45.169432"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "33305b9b71080b1ad3a8ad6f48cb5fb755554c9b82e734a2f5fd5d82fca088d0"], ["user_id", 166], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.170596"], ["updated_at", "2016-10-05 17:38:45.170596"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ae88ff26e86a556dbd77c4028d263aaa9a2f462d3bacf450355506301abea52a"], ["user_id", 167], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.173256"], ["updated_at", "2016-10-05 17:38:45.173256"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e389c91129b537519090701a654c1b62358221b80f8601aba78e38ef7ffdc80a"], ["user_id", 167], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.174594"], ["updated_at", "2016-10-05 17:38:45.174594"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "deae841f76c55360fee9064022e84e1ed2bda04fe5441ad36eb9de26274cdf83"], ["user_id", 168], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.175735"], ["updated_at", "2016-10-05 17:38:45.175735"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "03bb0ecb777dc3ff8857cebbc27597245f84749065b8d6f638acac49c425d798"], ["user_id", 168], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.176782"], ["updated_at", "2016-10-05 17:38:45.176782"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "775a3075a7565ab1ecae9149cfa72e58b4262bdda997588c47a6081c8b3dacc3"], ["user_id", 169], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.177831"], ["updated_at", "2016-10-05 17:38:45.177831"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4fb8650d89e3fc02e445fb6d0fe8f9dca40bb22e032cb634e2fe69d72cf14418"], ["user_id", 169], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.178918"], ["updated_at", "2016-10-05 17:38:45.178918"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f6984e59abe425d4f435d98952a7847fdf3d86dbea4b1854733e1b66796c2a2b"], ["user_id", 170], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.179974"], ["updated_at", "2016-10-05 17:38:45.179974"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fa69c4c6e76c08c986a0f8760c81e6c53b8c59b0428183193da814bc9cd61f2a"], ["user_id", 170], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.180981"], ["updated_at", "2016-10-05 17:38:45.180981"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "07257b12a6c450123c005caea602cf5da40f465d96c33ffb534eddc65ddabe6a"], ["user_id", 171], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.181978"], ["updated_at", "2016-10-05 17:38:45.181978"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "72bef0047147613bd991fe80a488786da0c47624e7135f97076b550360932e1a"], ["user_id", 171], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.183053"], ["updated_at", "2016-10-05 17:38:45.183053"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "c576a7ffd00d3ced91983fdd764e5696c9d9a8bcab77e58c8e7a7ed3776897b4"], ["user_id", 172], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.184009"], ["updated_at", "2016-10-05 17:38:45.184009"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "794df24ff66e637fc92a6e98bd3855ea5c4d06751059eefdbbf0555b06623e9b"], ["user_id", 172], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.184957"], ["updated_at", "2016-10-05 17:38:45.184957"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ec89c9b0eb4fa91a5e5f8bb255ac6ed9a3fed7383915736175219b3160799a71"], ["user_id", 173], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.185895"], ["updated_at", "2016-10-05 17:38:45.185895"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "b8e5659cd4e661b511c56667724a0424d10ba6dd4cd73fd4a5f4936bf39e4242"], ["user_id", 173], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.186892"], ["updated_at", "2016-10-05 17:38:45.186892"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "388658dad4a4519e07575d143b6ea548c11e14b96d04a9e0237e01af4138fbd0"], ["user_id", 174], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.187859"], ["updated_at", "2016-10-05 17:38:45.187859"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2c790308dc31af9fa8bdb881bc851ae4c23edf536e7dfe904f68a81fe8050dc8"], ["user_id", 174], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.188809"], ["updated_at", "2016-10-05 17:38:45.188809"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e81cf395379ac4fc0085e75c5cb54fe5c73c4a4f9450188493efe6cfc2ebb32b"], ["user_id", 175], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.189732"], ["updated_at", "2016-10-05 17:38:45.189732"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "c42bd36998271bdcd035912daada3ae280d4e8453fa94c80aa8cd41ed67ad995"], ["user_id", 175], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.190694"], ["updated_at", "2016-10-05 17:38:45.190694"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8950d358090d461d6014e137f205afa56e625b917e4403419a08860b8effdb0e"], ["user_id", 176], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.191605"], ["updated_at", "2016-10-05 17:38:45.191605"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "10fd4c2dcd6493fb859b8d439c7ea8525f79f56a96b3218395e02d11ccfe4da8"], ["user_id", 176], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.192509"], ["updated_at", "2016-10-05 17:38:45.192509"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "c852c23387cd8c8a1cc7a1bc0231fbb86d5d7ec28ffaafaa1bdd3c2fdcf396a8"], ["user_id", 177], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.193418"], ["updated_at", "2016-10-05 17:38:45.193418"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "c683d46cff913072d6fb6195e9c1819ebc71f2b4e3f6c84eb7826f8b728422cc"], ["user_id", 177], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.194363"], ["updated_at", "2016-10-05 17:38:45.194363"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a87afa08eed6c5df175bbd8276f63d467bbc9859d2ea85277c9b011a34c80b95"], ["user_id", 178], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.195292"], ["updated_at", "2016-10-05 17:38:45.195292"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3c721dc64cd4f70f8bd1d4f432352b275ad4016e98ad054fef7dfd072f026b06"], ["user_id", 178], ["platform", "chrome"], ["created_at", "2016-10-05 17:38:45.196215"], ["updated_at", "2016-10-05 17:38:45.196215"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a38438e8e3bcf76c73fc5c46fee8452e123528f1168844c97ac49d65c97e2d44"], ["user_id", 179], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.197147"], ["updated_at", "2016-10-05 17:38:45.197147"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6005502fbc10bdbec601c5d5a6a60d45a628cadfa38cfe7b01f9ff8d6188c003"], ["user_id", 179], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.198080"], ["updated_at", "2016-10-05 17:38:45.198080"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9e42dbe156712fd93f4f7a1f58910a9938cd7e76488a46b43d8f9e319aa02caa"], ["user_id", 180], ["platform", "android"], ["created_at", "2016-10-05 17:38:45.199028"], ["updated_at", "2016-10-05 17:38:45.199028"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "555f801c091f151debe7dc3d09d8f680005e38f1ded8fcd388ac28e21851ebc7"], ["user_id", 180], ["platform", "ios"], ["created_at", "2016-10-05 17:38:45.199958"], ["updated_at", "2016-10-05 17:38:45.199958"]]  (7.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices"  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi officiis consequuntur libero sed non numquam nihil.\",\"text\":\"We need to index the optical SMS transmitter!\"}"], ["created_at", "2016-10-05 17:38:59.581749"], ["updated_at", "2016-10-05 17:38:59.581749"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt deleniti ut a perferendis dolor.\",\"text\":\"The HDD driver is down, calculate the primary firewall so we can copy the AI monitor!\"}"], ["created_at", "2016-10-05 17:38:59.583395"], ["updated_at", "2016-10-05 17:38:59.583395"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis omnis architecto occaecati.\",\"text\":\"If we bypass the matrix, we can get to the JSON bandwidth through the back-end SMTP hard drive!\"}"], ["created_at", "2016-10-05 17:38:59.584746"], ["updated_at", "2016-10-05 17:38:59.584746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut sed nihil molestiae.\",\"text\":\"You can't hack the bandwidth without overriding the redundant THX alarm!\"}"], ["created_at", "2016-10-05 17:38:59.585835"], ["updated_at", "2016-10-05 17:38:59.585835"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non ut quae est dolorem cum praesentium.\",\"text\":\"We need to override the virtual RAM port!\"}"], ["created_at", "2016-10-05 17:38:59.586804"], ["updated_at", "2016-10-05 17:38:59.586804"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo quibusdam veritatis ullam voluptas temporibus voluptate.\",\"text\":\"Try to parse the FTP driver, maybe it will program the 1080p port!\"}"], ["created_at", "2016-10-05 17:38:59.587782"], ["updated_at", "2016-10-05 17:38:59.587782"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum earum ducimus tempora.\",\"text\":\"Try to generate the CSS sensor, maybe it will generate the virtual program!\"}"], ["created_at", "2016-10-05 17:38:59.588726"], ["updated_at", "2016-10-05 17:38:59.588726"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero facere dolorem incidunt quos.\",\"text\":\"You can't reboot the protocol without copying the open-source HTTP bandwidth!\"}"], ["created_at", "2016-10-05 17:38:59.589929"], ["updated_at", "2016-10-05 17:38:59.589929"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non sit consequatur excepturi reiciendis doloribus recusandae.\",\"text\":\"The SDD microchip is down, bypass the 1080p program so we can program the COM microchip!\"}"], ["created_at", "2016-10-05 17:38:59.591726"], ["updated_at", "2016-10-05 17:38:59.591726"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum illum id et.\",\"text\":\"Transmitting the capacitor won't do anything, we need to hack the cross-platform thx interface!\"}"], ["created_at", "2016-10-05 17:38:59.593405"], ["updated_at", "2016-10-05 17:38:59.593405"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed incidunt eveniet voluptatem in nulla repellendus.\",\"text\":\"You can't compress the bandwidth without copying the virtual SMTP sensor!\"}"], ["created_at", "2016-10-05 17:38:59.594778"], ["updated_at", "2016-10-05 17:38:59.594778"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis culpa vero quo in.\",\"text\":\"You can't copy the card without synthesizing the back-end SQL interface!\"}"], ["created_at", "2016-10-05 17:38:59.596873"], ["updated_at", "2016-10-05 17:38:59.596873"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea odit illo vel.\",\"text\":\"Copying the circuit won't do anything, we need to reboot the solid state ai bandwidth!\"}"], ["created_at", "2016-10-05 17:38:59.599151"], ["updated_at", "2016-10-05 17:38:59.599151"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur veniam sunt fugiat quisquam aut beatae.\",\"text\":\"You can't calculate the capacitor without calculating the haptic FTP bus!\"}"], ["created_at", "2016-10-05 17:38:59.602499"], ["updated_at", "2016-10-05 17:38:59.602499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est dolores iusto blanditiis quia impedit cum.\",\"text\":\"Use the mobile COM pixel, then you can quantify the bluetooth transmitter!\"}"], ["created_at", "2016-10-05 17:38:59.604084"], ["updated_at", "2016-10-05 17:38:59.604084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore eligendi numquam voluptatem alias maiores mollitia.\",\"text\":\"If we reboot the hard drive, we can get to the GB bus through the auxiliary IB feed!\"}"], ["created_at", "2016-10-05 17:38:59.605019"], ["updated_at", "2016-10-05 17:38:59.605019"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui eaque quibusdam enim itaque distinctio.\",\"text\":\"We need to index the primary SDD array!\"}"], ["created_at", "2016-10-05 17:38:59.605947"], ["updated_at", "2016-10-05 17:38:59.605947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam aut recusandae rerum autem praesentium aut voluptatem.\",\"text\":\"You can't compress the pixel without connecting the digital TCP firewall!\"}"], ["created_at", "2016-10-05 17:38:59.606930"], ["updated_at", "2016-10-05 17:38:59.606930"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum fugiat vel molestiae et corporis qui.\",\"text\":\"Try to copy the SCSI circuit, maybe it will hack the neural matrix!\"}"], ["created_at", "2016-10-05 17:38:59.607856"], ["updated_at", "2016-10-05 17:38:59.607856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim voluptates veniam deleniti.\",\"text\":\"I'll hack the redundant SQL monitor, that should pixel the HDD card!\"}"], ["created_at", "2016-10-05 17:38:59.608765"], ["updated_at", "2016-10-05 17:38:59.608765"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo laborum itaque voluptate pariatur.\",\"text\":\"I'll generate the optical EXE array, that should card the ADP capacitor!\"}"], ["created_at", "2016-10-05 17:38:59.609696"], ["updated_at", "2016-10-05 17:38:59.609696"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos nam est reiciendis numquam recusandae necessitatibus.\",\"text\":\"I'll input the redundant HDD monitor, that should monitor the SAS program!\"}"], ["created_at", "2016-10-05 17:38:59.610621"], ["updated_at", "2016-10-05 17:38:59.610621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint at unde voluptatem et placeat sunt.\",\"text\":\"We need to parse the optical SAS port!\"}"], ["created_at", "2016-10-05 17:38:59.611540"], ["updated_at", "2016-10-05 17:38:59.611540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque facilis sed.\",\"text\":\"Try to program the ADP system, maybe it will index the mobile interface!\"}"], ["created_at", "2016-10-05 17:38:59.612475"], ["updated_at", "2016-10-05 17:38:59.612475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum et itaque aut tempora quasi aliquam ex.\",\"text\":\"You can't parse the array without hacking the 1080p RAM port!\"}"], ["created_at", "2016-10-05 17:38:59.613442"], ["updated_at", "2016-10-05 17:38:59.613442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis quo impedit necessitatibus est recusandae voluptatem quidem.\",\"text\":\"The SSL port is down, connect the online driver so we can calculate the EXE matrix!\"}"], ["created_at", "2016-10-05 17:38:59.614316"], ["updated_at", "2016-10-05 17:38:59.614316"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia mollitia voluptatem delectus omnis.\",\"text\":\"We need to navigate the auxiliary SQL feed!\"}"], ["created_at", "2016-10-05 17:38:59.615447"], ["updated_at", "2016-10-05 17:38:59.615447"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui qui qui sit est officia non.\",\"text\":\"Compressing the sensor won't do anything, we need to connect the cross-platform scsi sensor!\"}"], ["created_at", "2016-10-05 17:38:59.616480"], ["updated_at", "2016-10-05 17:38:59.616480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam facere unde exercitationem omnis blanditiis.\",\"text\":\"I'll input the wireless SCSI panel, that should array the THX protocol!\"}"], ["created_at", "2016-10-05 17:38:59.617443"], ["updated_at", "2016-10-05 17:38:59.617443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit et ipsa commodi.\",\"text\":\"If we copy the panel, we can get to the TCP protocol through the open-source XML interface!\"}"], ["created_at", "2016-10-05 17:38:59.618347"], ["updated_at", "2016-10-05 17:38:59.618347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit ipsum autem laudantium.\",\"text\":\"Use the auxiliary PCI hard drive, then you can bypass the virtual protocol!\"}"], ["created_at", "2016-10-05 17:38:59.619317"], ["updated_at", "2016-10-05 17:38:59.619317"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad voluptatem libero.\",\"text\":\"We need to navigate the redundant GB transmitter!\"}"], ["created_at", "2016-10-05 17:38:59.620226"], ["updated_at", "2016-10-05 17:38:59.620226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum eum quia quas nobis atque.\",\"text\":\"If we navigate the feed, we can get to the JSON hard drive through the haptic XSS feed!\"}"], ["created_at", "2016-10-05 17:38:59.621101"], ["updated_at", "2016-10-05 17:38:59.621101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate quae itaque.\",\"text\":\"Try to override the AI capacitor, maybe it will calculate the multi-byte capacitor!\"}"], ["created_at", "2016-10-05 17:38:59.622037"], ["updated_at", "2016-10-05 17:38:59.622037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est laudantium eveniet.\",\"text\":\"Bypassing the sensor won't do anything, we need to hack the auxiliary pci firewall!\"}"], ["created_at", "2016-10-05 17:38:59.622998"], ["updated_at", "2016-10-05 17:38:59.622998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis qui et similique quia rem velit voluptatem.\",\"text\":\"You can't navigate the panel without calculating the primary SQL firewall!\"}"], ["created_at", "2016-10-05 17:38:59.623864"], ["updated_at", "2016-10-05 17:38:59.623864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et repellendus qui est.\",\"text\":\"The JSON card is down, transmit the haptic circuit so we can bypass the XSS matrix!\"}"], ["created_at", "2016-10-05 17:38:59.624815"], ["updated_at", "2016-10-05 17:38:59.624815"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia in neque facilis ipsam qui dolorum.\",\"text\":\"The JSON alarm is down, quantify the redundant transmitter so we can compress the COM firewall!\"}"], ["created_at", "2016-10-05 17:38:59.625783"], ["updated_at", "2016-10-05 17:38:59.625783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum est aut et eligendi est in mollitia.\",\"text\":\"Try to override the USB capacitor, maybe it will copy the optical sensor!\"}"], ["created_at", "2016-10-05 17:38:59.626664"], ["updated_at", "2016-10-05 17:38:59.626664"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione iusto dolor.\",\"text\":\"Quantifying the application won't do anything, we need to override the auxiliary agp bus!\"}"], ["created_at", "2016-10-05 17:38:59.627580"], ["updated_at", "2016-10-05 17:38:59.627580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi nobis dolorum aspernatur est quis alias voluptatem.\",\"text\":\"We need to copy the haptic HTTP hard drive!\"}"], ["created_at", "2016-10-05 17:38:59.628500"], ["updated_at", "2016-10-05 17:38:59.628500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est error recusandae ipsum.\",\"text\":\"Try to navigate the AI card, maybe it will quantify the wireless bandwidth!\"}"], ["created_at", "2016-10-05 17:38:59.629417"], ["updated_at", "2016-10-05 17:38:59.629417"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus omnis libero ipsum nobis.\",\"text\":\"The PCI interface is down, index the online feed so we can generate the SCSI port!\"}"], ["created_at", "2016-10-05 17:38:59.630287"], ["updated_at", "2016-10-05 17:38:59.630287"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam enim fuga aliquid totam ab.\",\"text\":\"The HTTP alarm is down, index the haptic port so we can program the SAS microchip!\"}"], ["created_at", "2016-10-05 17:38:59.631250"], ["updated_at", "2016-10-05 17:38:59.631250"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque laboriosam debitis minima qui consequatur id.\",\"text\":\"I'll transmit the redundant COM card, that should application the SMS system!\"}"], ["created_at", "2016-10-05 17:38:59.632234"], ["updated_at", "2016-10-05 17:38:59.632234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima at illum voluptatem.\",\"text\":\"The SAS array is down, connect the digital firewall so we can copy the EXE circuit!\"}"], ["created_at", "2016-10-05 17:38:59.633125"], ["updated_at", "2016-10-05 17:38:59.633125"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis quos sapiente sit voluptatibus et.\",\"text\":\"I'll index the bluetooth XML program, that should system the RSS interface!\"}"], ["created_at", "2016-10-05 17:38:59.634066"], ["updated_at", "2016-10-05 17:38:59.634066"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate provident dolor ad non aperiam ex voluptates.\",\"text\":\"We need to hack the virtual THX sensor!\"}"], ["created_at", "2016-10-05 17:38:59.635055"], ["updated_at", "2016-10-05 17:38:59.635055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi dolor voluptatum eum doloremque.\",\"text\":\"If we override the application, we can get to the SAS transmitter through the bluetooth THX hard drive!\"}"], ["created_at", "2016-10-05 17:38:59.635944"], ["updated_at", "2016-10-05 17:38:59.635944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel est dolores.\",\"text\":\"Try to parse the JBOD circuit, maybe it will navigate the open-source sensor!\"}"], ["created_at", "2016-10-05 17:38:59.636898"], ["updated_at", "2016-10-05 17:38:59.636898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas aut tempora dolor quia.\",\"text\":\"Try to hack the THX bandwidth, maybe it will calculate the online bandwidth!\"}"], ["created_at", "2016-10-05 17:38:59.637836"], ["updated_at", "2016-10-05 17:38:59.637836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae quis praesentium reprehenderit.\",\"text\":\"The ADP alarm is down, transmit the open-source pixel so we can compress the IB program!\"}"], ["created_at", "2016-10-05 17:38:59.638801"], ["updated_at", "2016-10-05 17:38:59.638801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus rem labore est aut.\",\"text\":\"The HTTP bandwidth is down, transmit the 1080p monitor so we can bypass the USB monitor!\"}"], ["created_at", "2016-10-05 17:38:59.639679"], ["updated_at", "2016-10-05 17:38:59.639679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis nihil hic beatae est qui quisquam.\",\"text\":\"Synthesizing the matrix won't do anything, we need to hack the primary usb bandwidth!\"}"], ["created_at", "2016-10-05 17:38:59.640592"], ["updated_at", "2016-10-05 17:38:59.640592"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium ut voluptate aliquid exercitationem non.\",\"text\":\"We need to reboot the auxiliary JBOD microchip!\"}"], ["created_at", "2016-10-05 17:38:59.641525"], ["updated_at", "2016-10-05 17:38:59.641525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos voluptas illum consequuntur aperiam sed.\",\"text\":\"Use the wireless HTTP monitor, then you can calculate the multi-byte firewall!\"}"], ["created_at", "2016-10-05 17:38:59.642449"], ["updated_at", "2016-10-05 17:38:59.642449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus corrupti temporibus.\",\"text\":\"You can't reboot the port without connecting the optical SMTP hard drive!\"}"], ["created_at", "2016-10-05 17:38:59.643386"], ["updated_at", "2016-10-05 17:38:59.643386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio placeat omnis consequatur ea sit voluptatum.\",\"text\":\"Try to index the IB interface, maybe it will hack the open-source system!\"}"], ["created_at", "2016-10-05 17:38:59.644345"], ["updated_at", "2016-10-05 17:38:59.644345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem molestiae quia sunt.\",\"text\":\"I'll parse the wireless SMS matrix, that should panel the ADP sensor!\"}"], ["created_at", "2016-10-05 17:38:59.645211"], ["updated_at", "2016-10-05 17:38:59.645211"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur sint accusamus temporibus modi fugiat reiciendis.\",\"text\":\"I'll transmit the 1080p COM driver, that should sensor the SDD driver!\"}"], ["created_at", "2016-10-05 17:38:59.646127"], ["updated_at", "2016-10-05 17:38:59.646127"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas et ea culpa magnam rerum voluptatibus.\",\"text\":\"If we quantify the alarm, we can get to the SAS matrix through the online SCSI capacitor!\"}"], ["created_at", "2016-10-05 17:38:59.647068"], ["updated_at", "2016-10-05 17:38:59.647068"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In quidem iusto vitae sapiente libero iste totam.\",\"text\":\"I'll synthesize the cross-platform ADP program, that should pixel the FTP firewall!\"}"], ["created_at", "2016-10-05 17:38:59.647949"], ["updated_at", "2016-10-05 17:38:59.647949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt temporibus molestiae qui distinctio illum totam eveniet.\",\"text\":\"Quantifying the port won't do anything, we need to override the 1080p rss capacitor!\"}"], ["created_at", "2016-10-05 17:38:59.648909"], ["updated_at", "2016-10-05 17:38:59.648909"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In et eius dignissimos odit.\",\"text\":\"You can't hack the panel without overriding the virtual ADP transmitter!\"}"], ["created_at", "2016-10-05 17:38:59.649824"], ["updated_at", "2016-10-05 17:38:59.649824"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut omnis voluptate et.\",\"text\":\"The ADP application is down, hack the neural panel so we can compress the RAM program!\"}"], ["created_at", "2016-10-05 17:38:59.650745"], ["updated_at", "2016-10-05 17:38:59.650745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum porro at sit soluta.\",\"text\":\"The XSS monitor is down, override the back-end program so we can bypass the RSS sensor!\"}"], ["created_at", "2016-10-05 17:38:59.651651"], ["updated_at", "2016-10-05 17:38:59.651651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil placeat molestias tenetur non.\",\"text\":\"Use the back-end RSS interface, then you can connect the online alarm!\"}"], ["created_at", "2016-10-05 17:38:59.652565"], ["updated_at", "2016-10-05 17:38:59.652565"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut est ut voluptas est nam nesciunt ducimus.\",\"text\":\"Try to navigate the EXE monitor, maybe it will bypass the open-source bandwidth!\"}"], ["created_at", "2016-10-05 17:38:59.653467"], ["updated_at", "2016-10-05 17:38:59.653467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos et provident recusandae nesciunt alias reprehenderit perspiciatis.\",\"text\":\"If we back up the array, we can get to the EXE alarm through the open-source PCI panel!\"}"], ["created_at", "2016-10-05 17:38:59.654364"], ["updated_at", "2016-10-05 17:38:59.654364"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati dolorem ut corrupti ex autem dolores.\",\"text\":\"If we hack the circuit, we can get to the TCP application through the back-end PCI capacitor!\"}"], ["created_at", "2016-10-05 17:38:59.655334"], ["updated_at", "2016-10-05 17:38:59.655334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt occaecati quibusdam magnam mollitia.\",\"text\":\"Use the haptic SMS feed, then you can program the wireless array!\"}"], ["created_at", "2016-10-05 17:38:59.656254"], ["updated_at", "2016-10-05 17:38:59.656254"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia ipsa deleniti repellendus maxime repellat consequatur veniam.\",\"text\":\"I'll generate the open-source JSON array, that should sensor the TCP sensor!\"}"], ["created_at", "2016-10-05 17:38:59.657124"], ["updated_at", "2016-10-05 17:38:59.657124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime nam dolore et est porro.\",\"text\":\"If we calculate the port, we can get to the PNG panel through the solid state XSS hard drive!\"}"], ["created_at", "2016-10-05 17:38:59.658055"], ["updated_at", "2016-10-05 17:38:59.658055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis impedit nisi soluta vel animi.\",\"text\":\"Backing up the transmitter won't do anything, we need to input the back-end ram program!\"}"], ["created_at", "2016-10-05 17:38:59.658997"], ["updated_at", "2016-10-05 17:38:59.658997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure nobis maxime et quidem.\",\"text\":\"The COM monitor is down, navigate the multi-byte bus so we can copy the SSL system!\"}"], ["created_at", "2016-10-05 17:38:59.659864"], ["updated_at", "2016-10-05 17:38:59.659864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium ut voluptatem dicta voluptatem.\",\"text\":\"Use the primary SMTP protocol, then you can transmit the back-end transmitter!\"}"], ["created_at", "2016-10-05 17:38:59.660776"], ["updated_at", "2016-10-05 17:38:59.660776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis enim autem maiores nisi consectetur.\",\"text\":\"Try to synthesize the EXE panel, maybe it will calculate the mobile panel!\"}"], ["created_at", "2016-10-05 17:38:59.661684"], ["updated_at", "2016-10-05 17:38:59.661684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi aperiam debitis omnis ut.\",\"text\":\"Compressing the driver won't do anything, we need to generate the mobile exe bandwidth!\"}"], ["created_at", "2016-10-05 17:38:59.662608"], ["updated_at", "2016-10-05 17:38:59.662608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe quia harum exercitationem et cum sit ut.\",\"text\":\"I'll navigate the online AI hard drive, that should circuit the COM sensor!\"}"], ["created_at", "2016-10-05 17:38:59.663482"], ["updated_at", "2016-10-05 17:38:59.663482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque ratione a.\",\"text\":\"I'll program the virtual TCP transmitter, that should driver the FTP sensor!\"}"], ["created_at", "2016-10-05 17:38:59.664421"], ["updated_at", "2016-10-05 17:38:59.664421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non sapiente natus numquam et.\",\"text\":\"Use the primary TCP bandwidth, then you can hack the 1080p driver!\"}"], ["created_at", "2016-10-05 17:38:59.665410"], ["updated_at", "2016-10-05 17:38:59.665410"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum officiis quod sed quos soluta.\",\"text\":\"The RAM panel is down, compress the primary card so we can bypass the JSON system!\"}"], ["created_at", "2016-10-05 17:38:59.666329"], ["updated_at", "2016-10-05 17:38:59.666329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores ut quo qui quam est est numquam.\",\"text\":\"If we parse the sensor, we can get to the SAS transmitter through the primary HTTP driver!\"}"], ["created_at", "2016-10-05 17:38:59.667259"], ["updated_at", "2016-10-05 17:38:59.667259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis qui suscipit ad et pariatur maxime.\",\"text\":\"I'll copy the open-source AI microchip, that should transmitter the JSON sensor!\"}"], ["created_at", "2016-10-05 17:38:59.668167"], ["updated_at", "2016-10-05 17:38:59.668167"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et non odit voluptatem ipsa aspernatur quisquam.\",\"text\":\"You can't generate the circuit without compressing the bluetooth TCP driver!\"}"], ["created_at", "2016-10-05 17:38:59.669028"], ["updated_at", "2016-10-05 17:38:59.669028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum officiis nemo odit voluptatem.\",\"text\":\"If we compress the matrix, we can get to the PCI interface through the 1080p XML interface!\"}"], ["created_at", "2016-10-05 17:38:59.669960"], ["updated_at", "2016-10-05 17:38:59.669960"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel eveniet debitis et ipsum voluptatem.\",\"text\":\"I'll transmit the digital JBOD alarm, that should program the RAM panel!\"}"], ["created_at", "2016-10-05 17:38:59.670946"], ["updated_at", "2016-10-05 17:38:59.670946"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea harum eligendi velit aut id molestiae.\",\"text\":\"Use the neural SQL bus, then you can program the auxiliary firewall!\"}"], ["created_at", "2016-10-05 17:38:59.671855"], ["updated_at", "2016-10-05 17:38:59.671855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit labore nobis aspernatur modi.\",\"text\":\"The XSS bus is down, navigate the 1080p panel so we can synthesize the IB alarm!\"}"], ["created_at", "2016-10-05 17:38:59.672729"], ["updated_at", "2016-10-05 17:38:59.672729"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque quaerat culpa.\",\"text\":\"If we parse the circuit, we can get to the USB capacitor through the multi-byte COM firewall!\"}"], ["created_at", "2016-10-05 17:38:59.673645"], ["updated_at", "2016-10-05 17:38:59.673645"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores voluptatem inventore nesciunt reprehenderit voluptatem dolor.\",\"text\":\"You can't reboot the matrix without calculating the redundant EXE firewall!\"}"], ["created_at", "2016-10-05 17:38:59.674596"], ["updated_at", "2016-10-05 17:38:59.674596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis deleniti porro itaque praesentium numquam expedita odio.\",\"text\":\"The SSL capacitor is down, bypass the multi-byte protocol so we can input the SMS monitor!\"}"], ["created_at", "2016-10-05 17:38:59.675484"], ["updated_at", "2016-10-05 17:38:59.675484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et rerum ut perferendis.\",\"text\":\"The HTTP alarm is down, override the neural driver so we can input the HTTP system!\"}"], ["created_at", "2016-10-05 17:38:59.676433"], ["updated_at", "2016-10-05 17:38:59.676433"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo omnis quia repellendus sit ut a.\",\"text\":\"The JSON program is down, input the open-source interface so we can compress the JSON system!\"}"], ["created_at", "2016-10-05 17:38:59.677484"], ["updated_at", "2016-10-05 17:38:59.677484"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae eos quibusdam in similique hic illo.\",\"text\":\"Generating the protocol won't do anything, we need to transmit the redundant ib transmitter!\"}"], ["created_at", "2016-10-05 17:38:59.678689"], ["updated_at", "2016-10-05 17:38:59.678689"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique inventore eligendi sed libero.\",\"text\":\"The SAS bus is down, override the bluetooth matrix so we can bypass the XML driver!\"}"], ["created_at", "2016-10-05 17:38:59.679942"], ["updated_at", "2016-10-05 17:38:59.679942"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo id earum.\",\"text\":\"Use the digital FTP application, then you can navigate the 1080p system!\"}"], ["created_at", "2016-10-05 17:38:59.681148"], ["updated_at", "2016-10-05 17:38:59.681148"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi sint aspernatur possimus ducimus porro sit in.\",\"text\":\"You can't navigate the panel without transmitting the digital SSL system!\"}"], ["created_at", "2016-10-05 17:38:59.682540"], ["updated_at", "2016-10-05 17:38:59.682540"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente consequatur nihil debitis.\",\"text\":\"You can't synthesize the transmitter without copying the online THX capacitor!\"}"], ["created_at", "2016-10-05 17:38:59.683697"], ["updated_at", "2016-10-05 17:38:59.683697"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi quia sint possimus neque porro.\",\"text\":\"Try to copy the AGP array, maybe it will reboot the mobile monitor!\"}"], ["created_at", "2016-10-05 17:38:59.686023"], ["updated_at", "2016-10-05 17:38:59.686023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa illo laudantium architecto.\",\"text\":\"Use the wireless COM protocol, then you can back up the wireless capacitor!\"}"], ["created_at", "2016-10-05 17:38:59.687145"], ["updated_at", "2016-10-05 17:38:59.687145"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci aut est.\",\"text\":\"Programming the hard drive won't do anything, we need to hack the cross-platform ftp matrix!\"}"], ["created_at", "2016-10-05 17:38:59.688039"], ["updated_at", "2016-10-05 17:38:59.688039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero quo natus excepturi.\",\"text\":\"You can't copy the transmitter without generating the back-end FTP port!\"}"], ["created_at", "2016-10-05 17:38:59.688968"], ["updated_at", "2016-10-05 17:38:59.688968"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis tenetur velit libero.\",\"text\":\"We need to calculate the solid state FTP alarm!\"}"], ["created_at", "2016-10-05 17:38:59.689937"], ["updated_at", "2016-10-05 17:38:59.689937"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate est assumenda.\",\"text\":\"We need to calculate the wireless HTTP matrix!\"}"], ["created_at", "2016-10-05 17:38:59.690920"], ["updated_at", "2016-10-05 17:38:59.690920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis architecto nisi.\",\"text\":\"Try to parse the AGP program, maybe it will bypass the online sensor!\"}"], ["created_at", "2016-10-05 17:38:59.691894"], ["updated_at", "2016-10-05 17:38:59.691894"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia similique rem quis.\",\"text\":\"Hacking the port won't do anything, we need to navigate the auxiliary pci transmitter!\"}"], ["created_at", "2016-10-05 17:38:59.692849"], ["updated_at", "2016-10-05 17:38:59.692849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis fugit sed soluta officiis minima eligendi.\",\"text\":\"You can't index the protocol without transmitting the wireless IB protocol!\"}"], ["created_at", "2016-10-05 17:38:59.693754"], ["updated_at", "2016-10-05 17:38:59.693754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium nulla pariatur facere.\",\"text\":\"The SCSI capacitor is down, transmit the multi-byte card so we can navigate the SQL bandwidth!\"}"], ["created_at", "2016-10-05 17:38:59.694750"], ["updated_at", "2016-10-05 17:38:59.694750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum adipisci temporibus.\",\"text\":\"Generating the interface won't do anything, we need to transmit the cross-platform http driver!\"}"], ["created_at", "2016-10-05 17:38:59.695727"], ["updated_at", "2016-10-05 17:38:59.695727"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque delectus consequatur.\",\"text\":\"Try to generate the JBOD application, maybe it will reboot the solid state pixel!\"}"], ["created_at", "2016-10-05 17:38:59.696641"], ["updated_at", "2016-10-05 17:38:59.696641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero ex placeat dolorem culpa dolorum.\",\"text\":\"Transmitting the feed won't do anything, we need to copy the optical http application!\"}"], ["created_at", "2016-10-05 17:38:59.697520"], ["updated_at", "2016-10-05 17:38:59.697520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita ut quaerat quibusdam molestias incidunt.\",\"text\":\"If we override the capacitor, we can get to the SAS bus through the digital AI panel!\"}"], ["created_at", "2016-10-05 17:38:59.698559"], ["updated_at", "2016-10-05 17:38:59.698559"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit voluptatem eum et.\",\"text\":\"You can't hack the transmitter without parsing the open-source JSON driver!\"}"], ["created_at", "2016-10-05 17:38:59.699515"], ["updated_at", "2016-10-05 17:38:59.699515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem porro totam quas accusantium modi.\",\"text\":\"Compressing the panel won't do anything, we need to synthesize the multi-byte com array!\"}"], ["created_at", "2016-10-05 17:38:59.700388"], ["updated_at", "2016-10-05 17:38:59.700388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti commodi non eum ut quam.\",\"text\":\"Use the 1080p COM pixel, then you can navigate the digital port!\"}"], ["created_at", "2016-10-05 17:38:59.701309"], ["updated_at", "2016-10-05 17:38:59.701309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium voluptatem aperiam similique iusto blanditiis et.\",\"text\":\"Use the mobile JBOD program, then you can synthesize the open-source bus!\"}"], ["created_at", "2016-10-05 17:38:59.702224"], ["updated_at", "2016-10-05 17:38:59.702224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit sequi iure odio sed corporis eaque.\",\"text\":\"The HTTP sensor is down, back up the primary hard drive so we can quantify the CSS bus!\"}"], ["created_at", "2016-10-05 17:38:59.703104"], ["updated_at", "2016-10-05 17:38:59.703104"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam ullam in.\",\"text\":\"If we program the port, we can get to the RAM pixel through the auxiliary THX feed!\"}"], ["created_at", "2016-10-05 17:38:59.704017"], ["updated_at", "2016-10-05 17:38:59.704017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut adipisci aut sunt.\",\"text\":\"If we calculate the capacitor, we can get to the XML capacitor through the neural USB matrix!\"}"], ["created_at", "2016-10-05 17:38:59.704954"], ["updated_at", "2016-10-05 17:38:59.704954"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione accusantium cupiditate.\",\"text\":\"We need to program the solid state PCI panel!\"}"], ["created_at", "2016-10-05 17:38:59.705859"], ["updated_at", "2016-10-05 17:38:59.705859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae quia sed dolores ut repellat et.\",\"text\":\"I'll override the virtual SCSI pixel, that should interface the JBOD microchip!\"}"], ["created_at", "2016-10-05 17:38:59.706745"], ["updated_at", "2016-10-05 17:38:59.706745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum mollitia fuga et aut facere cum.\",\"text\":\"You can't back up the panel without connecting the cross-platform SSL port!\"}"], ["created_at", "2016-10-05 17:38:59.707664"], ["updated_at", "2016-10-05 17:38:59.707664"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt repellendus dolorem nobis assumenda excepturi occaecati.\",\"text\":\"The SSL firewall is down, quantify the online bus so we can parse the SCSI hard drive!\"}"], ["created_at", "2016-10-05 17:38:59.708593"], ["updated_at", "2016-10-05 17:38:59.708593"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum quae quia voluptatem delectus vitae ducimus nobis.\",\"text\":\"You can't compress the firewall without quantifying the cross-platform SMTP protocol!\"}"], ["created_at", "2016-10-05 17:38:59.709477"], ["updated_at", "2016-10-05 17:38:59.709477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas error est a temporibus minus.\",\"text\":\"If we index the panel, we can get to the EXE sensor through the open-source RSS microchip!\"}"], ["created_at", "2016-10-05 17:38:59.710416"], ["updated_at", "2016-10-05 17:38:59.710416"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam temporibus assumenda quis officiis aliquid quisquam nemo.\",\"text\":\"Try to index the XSS feed, maybe it will connect the bluetooth transmitter!\"}"], ["created_at", "2016-10-05 17:38:59.711343"], ["updated_at", "2016-10-05 17:38:59.711343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim quia magnam totam.\",\"text\":\"Try to back up the SAS alarm, maybe it will navigate the redundant feed!\"}"], ["created_at", "2016-10-05 17:38:59.712257"], ["updated_at", "2016-10-05 17:38:59.712257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates nesciunt qui placeat ea sunt voluptas.\",\"text\":\"The PCI bandwidth is down, calculate the solid state program so we can reboot the JSON application!\"}"], ["created_at", "2016-10-05 17:38:59.713139"], ["updated_at", "2016-10-05 17:38:59.713139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius culpa dicta placeat officia recusandae quam eum.\",\"text\":\"The ADP driver is down, hack the virtual circuit so we can compress the TCP program!\"}"], ["created_at", "2016-10-05 17:38:59.714069"], ["updated_at", "2016-10-05 17:38:59.714069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda occaecati odio.\",\"text\":\"Use the haptic XSS application, then you can generate the optical bus!\"}"], ["created_at", "2016-10-05 17:38:59.715039"], ["updated_at", "2016-10-05 17:38:59.715039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut quos autem.\",\"text\":\"Try to input the TCP program, maybe it will calculate the digital driver!\"}"], ["created_at", "2016-10-05 17:38:59.715977"], ["updated_at", "2016-10-05 17:38:59.715977"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam ut et laborum doloremque et.\",\"text\":\"If we navigate the microchip, we can get to the EXE matrix through the cross-platform TCP interface!\"}"], ["created_at", "2016-10-05 17:38:59.716900"], ["updated_at", "2016-10-05 17:38:59.716900"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima at eveniet ipsam sint quo qui.\",\"text\":\"If we generate the card, we can get to the USB capacitor through the virtual JSON panel!\"}"], ["created_at", "2016-10-05 17:38:59.717816"], ["updated_at", "2016-10-05 17:38:59.717816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae labore consequatur qui.\",\"text\":\"We need to input the multi-byte COM alarm!\"}"], ["created_at", "2016-10-05 17:38:59.718686"], ["updated_at", "2016-10-05 17:38:59.718686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et dolorem assumenda ad quibusdam consequuntur.\",\"text\":\"Try to generate the TCP microchip, maybe it will navigate the optical card!\"}"], ["created_at", "2016-10-05 17:38:59.719609"], ["updated_at", "2016-10-05 17:38:59.719609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda distinctio et omnis aliquam.\",\"text\":\"We need to back up the digital CSS system!\"}"], ["created_at", "2016-10-05 17:38:59.720519"], ["updated_at", "2016-10-05 17:38:59.720519"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui asperiores tempora omnis adipisci.\",\"text\":\"The RAM monitor is down, override the 1080p hard drive so we can copy the SMS application!\"}"], ["created_at", "2016-10-05 17:38:59.721398"], ["updated_at", "2016-10-05 17:38:59.721398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et est doloribus.\",\"text\":\"Try to compress the HTTP application, maybe it will quantify the haptic array!\"}"], ["created_at", "2016-10-05 17:38:59.722311"], ["updated_at", "2016-10-05 17:38:59.722311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione ea aut.\",\"text\":\"The CSS capacitor is down, connect the solid state program so we can calculate the RSS hard drive!\"}"], ["created_at", "2016-10-05 17:38:59.723250"], ["updated_at", "2016-10-05 17:38:59.723250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis quas ut.\",\"text\":\"Overriding the firewall won't do anything, we need to copy the multi-byte http sensor!\"}"], ["created_at", "2016-10-05 17:38:59.724161"], ["updated_at", "2016-10-05 17:38:59.724161"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore amet sint ea.\",\"text\":\"You can't generate the hard drive without transmitting the digital SSL microchip!\"}"], ["created_at", "2016-10-05 17:38:59.725099"], ["updated_at", "2016-10-05 17:38:59.725099"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem consequuntur dolore nihil iure rerum asperiores quos.\",\"text\":\"I'll parse the multi-byte THX capacitor, that should hard drive the SAS sensor!\"}"], ["created_at", "2016-10-05 17:38:59.726082"], ["updated_at", "2016-10-05 17:38:59.726082"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia minus perspiciatis velit eaque consectetur laborum voluptas.\",\"text\":\"You can't input the program without calculating the haptic AGP application!\"}"], ["created_at", "2016-10-05 17:38:59.727049"], ["updated_at", "2016-10-05 17:38:59.727049"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur consectetur deserunt dolorum laborum aut aperiam blanditiis.\",\"text\":\"You can't compress the port without calculating the optical CSS card!\"}"], ["created_at", "2016-10-05 17:38:59.727927"], ["updated_at", "2016-10-05 17:38:59.727927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut vel rem nulla ut.\",\"text\":\"Try to bypass the AGP bus, maybe it will connect the neural system!\"}"], ["created_at", "2016-10-05 17:38:59.728882"], ["updated_at", "2016-10-05 17:38:59.728882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate at earum quo qui laborum commodi.\",\"text\":\"Use the optical PCI bus, then you can connect the back-end system!\"}"], ["created_at", "2016-10-05 17:38:59.729808"], ["updated_at", "2016-10-05 17:38:59.729808"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima quis nam laudantium et atque quae.\",\"text\":\"If we compress the bus, we can get to the HTTP pixel through the wireless SSL pixel!\"}"], ["created_at", "2016-10-05 17:38:59.730736"], ["updated_at", "2016-10-05 17:38:59.730736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus fuga iure est est voluptas nulla voluptatum.\",\"text\":\"If we compress the protocol, we can get to the SMTP array through the optical RAM feed!\"}"], ["created_at", "2016-10-05 17:38:59.731639"], ["updated_at", "2016-10-05 17:38:59.731639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique omnis suscipit illum architecto.\",\"text\":\"The PCI transmitter is down, override the back-end port so we can back up the SAS interface!\"}"], ["created_at", "2016-10-05 17:38:59.732583"], ["updated_at", "2016-10-05 17:38:59.732583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est nobis quod modi nostrum.\",\"text\":\"You can't copy the bus without generating the primary THX capacitor!\"}"], ["created_at", "2016-10-05 17:38:59.733494"], ["updated_at", "2016-10-05 17:38:59.733494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem quisquam porro.\",\"text\":\"We need to reboot the mobile PNG matrix!\"}"], ["created_at", "2016-10-05 17:38:59.734387"], ["updated_at", "2016-10-05 17:38:59.734387"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias reiciendis modi sunt totam sit.\",\"text\":\"Try to compress the SMS application, maybe it will copy the wireless firewall!\"}"], ["created_at", "2016-10-05 17:38:59.735318"], ["updated_at", "2016-10-05 17:38:59.735318"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas ut consequatur corporis saepe quia incidunt.\",\"text\":\"Use the back-end USB program, then you can navigate the multi-byte sensor!\"}"], ["created_at", "2016-10-05 17:38:59.736298"], ["updated_at", "2016-10-05 17:38:59.736298"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae facere sed sit.\",\"text\":\"I'll override the primary SMTP matrix, that should application the IB alarm!\"}"], ["created_at", "2016-10-05 17:38:59.737442"], ["updated_at", "2016-10-05 17:38:59.737442"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut unde recusandae sed doloremque consequatur.\",\"text\":\"Bypassing the pixel won't do anything, we need to transmit the haptic xml sensor!\"}"], ["created_at", "2016-10-05 17:38:59.738643"], ["updated_at", "2016-10-05 17:38:59.738643"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt consequatur dolores quaerat iusto voluptatum ea et.\",\"text\":\"Synthesizing the matrix won't do anything, we need to generate the optical exe interface!\"}"], ["created_at", "2016-10-05 17:38:59.740289"], ["updated_at", "2016-10-05 17:38:59.740289"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae esse iste exercitationem pariatur aut.\",\"text\":\"Try to copy the SMTP circuit, maybe it will override the cross-platform card!\"}"], ["created_at", "2016-10-05 17:38:59.741877"], ["updated_at", "2016-10-05 17:38:59.741877"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores animi saepe aspernatur magni.\",\"text\":\"The IB interface is down, reboot the back-end panel so we can transmit the SAS protocol!\"}"], ["created_at", "2016-10-05 17:38:59.744368"], ["updated_at", "2016-10-05 17:38:59.744368"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id eveniet et occaecati sint et debitis.\",\"text\":\"Try to parse the CSS panel, maybe it will transmit the multi-byte array!\"}"], ["created_at", "2016-10-05 17:38:59.745761"], ["updated_at", "2016-10-05 17:38:59.745761"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente iste voluptas nihil praesentium ut in similique.\",\"text\":\"If we quantify the microchip, we can get to the AGP hard drive through the neural TCP array!\"}"], ["created_at", "2016-10-05 17:38:59.749377"], ["updated_at", "2016-10-05 17:38:59.749377"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et in eos facere et ea voluptas vero.\",\"text\":\"Use the haptic AGP protocol, then you can calculate the primary transmitter!\"}"], ["created_at", "2016-10-05 17:38:59.750780"], ["updated_at", "2016-10-05 17:38:59.750780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est voluptatem laborum commodi illum quod fugit.\",\"text\":\"Use the haptic TCP transmitter, then you can copy the auxiliary firewall!\"}"], ["created_at", "2016-10-05 17:38:59.751790"], ["updated_at", "2016-10-05 17:38:59.751790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet officiis iusto in.\",\"text\":\"We need to navigate the optical XSS application!\"}"], ["created_at", "2016-10-05 17:38:59.752726"], ["updated_at", "2016-10-05 17:38:59.752726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo tenetur pariatur sit hic ratione aliquid eligendi.\",\"text\":\"The XSS bandwidth is down, compress the multi-byte pixel so we can reboot the SCSI array!\"}"], ["created_at", "2016-10-05 17:38:59.753595"], ["updated_at", "2016-10-05 17:38:59.753595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus rerum quisquam.\",\"text\":\"We need to copy the auxiliary AI panel!\"}"], ["created_at", "2016-10-05 17:38:59.754537"], ["updated_at", "2016-10-05 17:38:59.754537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus enim magni soluta ad.\",\"text\":\"We need to index the back-end PNG program!\"}"], ["created_at", "2016-10-05 17:38:59.755489"], ["updated_at", "2016-10-05 17:38:59.755489"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet aspernatur error.\",\"text\":\"Try to copy the CSS monitor, maybe it will back up the solid state pixel!\"}"], ["created_at", "2016-10-05 17:38:59.756395"], ["updated_at", "2016-10-05 17:38:59.756395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis dolor unde occaecati corrupti.\",\"text\":\"Try to parse the SMTP sensor, maybe it will program the solid state system!\"}"], ["created_at", "2016-10-05 17:38:59.757302"], ["updated_at", "2016-10-05 17:38:59.757302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut eos aliquid sunt delectus.\",\"text\":\"Transmitting the driver won't do anything, we need to parse the back-end exe circuit!\"}"], ["created_at", "2016-10-05 17:38:59.758279"], ["updated_at", "2016-10-05 17:38:59.758279"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non ea deleniti sapiente.\",\"text\":\"Use the redundant USB program, then you can parse the primary application!\"}"], ["created_at", "2016-10-05 17:38:59.759213"], ["updated_at", "2016-10-05 17:38:59.759213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui doloribus ut animi vitae aut et nihil.\",\"text\":\"We need to index the primary EXE bus!\"}"], ["created_at", "2016-10-05 17:38:59.760115"], ["updated_at", "2016-10-05 17:38:59.760115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est repellendus quod.\",\"text\":\"Bypassing the interface won't do anything, we need to transmit the 1080p tcp program!\"}"], ["created_at", "2016-10-05 17:38:59.761078"], ["updated_at", "2016-10-05 17:38:59.761078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo reiciendis quidem vel provident delectus beatae.\",\"text\":\"Use the haptic ADP panel, then you can reboot the auxiliary alarm!\"}"], ["created_at", "2016-10-05 17:38:59.762007"], ["updated_at", "2016-10-05 17:38:59.762007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa ab quibusdam aut qui omnis est debitis.\",\"text\":\"The SSL pixel is down, bypass the multi-byte transmitter so we can compress the JSON bandwidth!\"}"], ["created_at", "2016-10-05 17:38:59.762888"], ["updated_at", "2016-10-05 17:38:59.762888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem quia voluptatem beatae totam dolorem doloribus voluptatibus.\",\"text\":\"The XSS transmitter is down, program the auxiliary microchip so we can input the SMTP alarm!\"}"], ["created_at", "2016-10-05 17:38:59.763816"], ["updated_at", "2016-10-05 17:38:59.763816"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut veritatis sit amet nesciunt doloremque numquam.\",\"text\":\"I'll navigate the wireless TCP protocol, that should card the THX firewall!\"}"], ["created_at", "2016-10-05 17:38:59.764795"], ["updated_at", "2016-10-05 17:38:59.764795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum sapiente laudantium ipsam rerum asperiores non.\",\"text\":\"I'll back up the solid state IB transmitter, that should capacitor the PNG pixel!\"}"], ["created_at", "2016-10-05 17:38:59.765954"], ["updated_at", "2016-10-05 17:38:59.765954"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit dolore quod sequi sed magni voluptatum.\",\"text\":\"We need to index the haptic PCI panel!\"}"], ["created_at", "2016-10-05 17:38:59.766867"], ["updated_at", "2016-10-05 17:38:59.766867"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit culpa sed dolores molestiae tempore quos.\",\"text\":\"I'll reboot the redundant SDD alarm, that should application the THX hard drive!\"}"], ["created_at", "2016-10-05 17:38:59.767807"], ["updated_at", "2016-10-05 17:38:59.767807"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem voluptatem quasi unde alias dolorem.\",\"text\":\"The HTTP sensor is down, compress the wireless microchip so we can transmit the SQL matrix!\"}"], ["created_at", "2016-10-05 17:38:59.768724"], ["updated_at", "2016-10-05 17:38:59.768724"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum deleniti cumque aut totam.\",\"text\":\"Indexing the card won't do anything, we need to input the online scsi interface!\"}"], ["created_at", "2016-10-05 17:38:59.769604"], ["updated_at", "2016-10-05 17:38:59.769604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores eum sit non cum sit vitae.\",\"text\":\"Try to navigate the FTP card, maybe it will navigate the redundant monitor!\"}"], ["created_at", "2016-10-05 17:38:59.770530"], ["updated_at", "2016-10-05 17:38:59.770530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit molestias ab voluptas excepturi ipsum.\",\"text\":\"Try to parse the AGP circuit, maybe it will synthesize the open-source application!\"}"], ["created_at", "2016-10-05 17:38:59.771468"], ["updated_at", "2016-10-05 17:38:59.771468"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde alias et dolorem ut vel.\",\"text\":\"You can't input the card without backing up the solid state COM driver!\"}"], ["created_at", "2016-10-05 17:38:59.772479"], ["updated_at", "2016-10-05 17:38:59.772479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit debitis nisi aliquam ut est atque.\",\"text\":\"Backing up the circuit won't do anything, we need to copy the 1080p smtp firewall!\"}"], ["created_at", "2016-10-05 17:38:59.773594"], ["updated_at", "2016-10-05 17:38:59.773594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et suscipit laudantium.\",\"text\":\"We need to copy the wireless XML matrix!\"}"], ["created_at", "2016-10-05 17:38:59.774598"], ["updated_at", "2016-10-05 17:38:59.774598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut et magnam.\",\"text\":\"Try to index the SDD microchip, maybe it will transmit the wireless matrix!\"}"], ["created_at", "2016-10-05 17:38:59.775566"], ["updated_at", "2016-10-05 17:38:59.775566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit eius minus.\",\"text\":\"If we back up the alarm, we can get to the FTP port through the open-source FTP card!\"}"], ["created_at", "2016-10-05 17:38:59.776444"], ["updated_at", "2016-10-05 17:38:59.776444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo aut ut molestiae quia unde qui atque.\",\"text\":\"Hacking the array won't do anything, we need to reboot the multi-byte gb circuit!\"}"], ["created_at", "2016-10-05 17:38:59.777369"], ["updated_at", "2016-10-05 17:38:59.777369"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem modi et molestias harum maxime odit perspiciatis.\",\"text\":\"We need to override the cross-platform ADP bus!\"}"], ["created_at", "2016-10-05 17:38:59.778284"], ["updated_at", "2016-10-05 17:38:59.778284"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A et cum vel culpa.\",\"text\":\"Use the mobile SMTP matrix, then you can navigate the solid state circuit!\"}"], ["created_at", "2016-10-05 17:38:59.779177"], ["updated_at", "2016-10-05 17:38:59.779177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut aut expedita vel.\",\"text\":\"We need to synthesize the online EXE bus!\"}"], ["created_at", "2016-10-05 17:38:59.780097"], ["updated_at", "2016-10-05 17:38:59.780097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum harum sit accusamus et animi repudiandae impedit.\",\"text\":\"We need to connect the auxiliary SDD protocol!\"}"], ["created_at", "2016-10-05 17:38:59.781007"], ["updated_at", "2016-10-05 17:38:59.781007"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum deserunt esse architecto hic.\",\"text\":\"If we generate the card, we can get to the SSL microchip through the online PCI microchip!\"}"], ["created_at", "2016-10-05 17:38:59.782015"], ["updated_at", "2016-10-05 17:38:59.782015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum qui possimus optio culpa commodi id.\",\"text\":\"You can't copy the capacitor without calculating the neural PCI alarm!\"}"], ["created_at", "2016-10-05 17:38:59.783039"], ["updated_at", "2016-10-05 17:38:59.783039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit ducimus est et enim harum adipisci.\",\"text\":\"Use the primary GB feed, then you can hack the virtual firewall!\"}"], ["created_at", "2016-10-05 17:38:59.783976"], ["updated_at", "2016-10-05 17:38:59.783976"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis laudantium doloribus sequi odio et quos laboriosam.\",\"text\":\"I'll reboot the bluetooth RSS protocol, that should application the HTTP port!\"}"], ["created_at", "2016-10-05 17:38:59.784881"], ["updated_at", "2016-10-05 17:38:59.784881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi et dolorem ipsam quia.\",\"text\":\"You can't transmit the bus without compressing the haptic HTTP program!\"}"], ["created_at", "2016-10-05 17:38:59.785757"], ["updated_at", "2016-10-05 17:38:59.785757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt suscipit quasi exercitationem quis est veritatis voluptatem.\",\"text\":\"If we bypass the protocol, we can get to the SMS bandwidth through the digital TCP sensor!\"}"], ["created_at", "2016-10-05 17:38:59.786743"], ["updated_at", "2016-10-05 17:38:59.786743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem ea minus sed eius id.\",\"text\":\"You can't quantify the capacitor without calculating the optical XML system!\"}"], ["created_at", "2016-10-05 17:38:59.787709"], ["updated_at", "2016-10-05 17:38:59.787709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda quod accusamus amet laboriosam repellat.\",\"text\":\"The XML circuit is down, parse the neural port so we can calculate the JBOD bus!\"}"], ["created_at", "2016-10-05 17:38:59.788585"], ["updated_at", "2016-10-05 17:38:59.788585"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis sit soluta et.\",\"text\":\"I'll quantify the virtual USB bandwidth, that should program the SQL card!\"}"], ["created_at", "2016-10-05 17:38:59.789500"], ["updated_at", "2016-10-05 17:38:59.789500"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae veritatis vitae.\",\"text\":\"We need to bypass the open-source AGP panel!\"}"], ["created_at", "2016-10-05 17:38:59.790517"], ["updated_at", "2016-10-05 17:38:59.790517"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex ab quasi quia.\",\"text\":\"You can't reboot the circuit without calculating the optical XSS bus!\"}"], ["created_at", "2016-10-05 17:38:59.791610"], ["updated_at", "2016-10-05 17:38:59.791610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet ab labore et omnis architecto.\",\"text\":\"You can't calculate the firewall without navigating the redundant SMTP card!\"}"], ["created_at", "2016-10-05 17:38:59.792627"], ["updated_at", "2016-10-05 17:38:59.792627"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sint voluptas magnam voluptas aliquam autem occaecati.\",\"text\":\"Try to reboot the THX program, maybe it will quantify the back-end firewall!\"}"], ["created_at", "2016-10-05 17:38:59.793628"], ["updated_at", "2016-10-05 17:38:59.793628"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit consectetur dolores cumque inventore illo similique.\",\"text\":\"I'll bypass the open-source HDD transmitter, that should system the FTP panel!\"}"], ["created_at", "2016-10-05 17:38:59.794638"], ["updated_at", "2016-10-05 17:38:59.794638"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi et qui nesciunt repellendus quis at molestiae.\",\"text\":\"Try to input the USB protocol, maybe it will program the solid state transmitter!\"}"], ["created_at", "2016-10-05 17:38:59.795602"], ["updated_at", "2016-10-05 17:38:59.795602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit quo vel blanditiis porro aut dolorum repellat.\",\"text\":\"Try to transmit the HDD feed, maybe it will compress the 1080p system!\"}"], ["created_at", "2016-10-05 17:38:59.796618"], ["updated_at", "2016-10-05 17:38:59.796618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia voluptatem iure.\",\"text\":\"I'll calculate the wireless SAS monitor, that should sensor the AI alarm!\"}"], ["created_at", "2016-10-05 17:38:59.797610"], ["updated_at", "2016-10-05 17:38:59.797610"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita impedit vel quidem quia autem aliquid commodi.\",\"text\":\"If we bypass the capacitor, we can get to the SMTP transmitter through the wireless USB bus!\"}"], ["created_at", "2016-10-05 17:38:59.798614"], ["updated_at", "2016-10-05 17:38:59.798614"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui recusandae sint.\",\"text\":\"We need to copy the cross-platform SMTP pixel!\"}"], ["created_at", "2016-10-05 17:38:59.799635"], ["updated_at", "2016-10-05 17:38:59.799635"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam quo voluptas ex.\",\"text\":\"The RSS program is down, parse the cross-platform port so we can copy the AGP firewall!\"}"], ["created_at", "2016-10-05 17:38:59.800630"], ["updated_at", "2016-10-05 17:38:59.800630"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere cumque dolorem aut non aperiam quaerat ut.\",\"text\":\"If we override the circuit, we can get to the COM driver through the online TCP port!\"}"], ["created_at", "2016-10-05 17:38:59.801563"], ["updated_at", "2016-10-05 17:38:59.801563"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae quia mollitia voluptate quos fugit.\",\"text\":\"You can't quantify the interface without backing up the 1080p HTTP hard drive!\"}"], ["created_at", "2016-10-05 17:38:59.802556"], ["updated_at", "2016-10-05 17:38:59.802556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia numquam iure nam est.\",\"text\":\"I'll back up the digital CSS feed, that should interface the TCP circuit!\"}"], ["created_at", "2016-10-05 17:38:59.803473"], ["updated_at", "2016-10-05 17:38:59.803473"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non nisi voluptatibus tenetur ratione autem odio commodi.\",\"text\":\"Use the primary PNG hard drive, then you can transmit the bluetooth matrix!\"}"], ["created_at", "2016-10-05 17:38:59.804402"], ["updated_at", "2016-10-05 17:38:59.804402"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet ullam et id hic.\",\"text\":\"I'll connect the solid state SQL feed, that should driver the JBOD card!\"}"], ["created_at", "2016-10-05 17:38:59.805325"], ["updated_at", "2016-10-05 17:38:59.805325"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum eligendi dicta voluptatem officia debitis doloremque.\",\"text\":\"The USB system is down, bypass the haptic array so we can generate the SAS pixel!\"}"], ["created_at", "2016-10-05 17:38:59.806263"], ["updated_at", "2016-10-05 17:38:59.806263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus qui ratione dolor.\",\"text\":\"If we navigate the circuit, we can get to the TCP transmitter through the open-source FTP array!\"}"], ["created_at", "2016-10-05 17:38:59.807239"], ["updated_at", "2016-10-05 17:38:59.807239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad voluptatem nesciunt minima amet sed.\",\"text\":\"We need to generate the bluetooth RSS port!\"}"], ["created_at", "2016-10-05 17:38:59.808123"], ["updated_at", "2016-10-05 17:38:59.808123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non eum est eaque consequatur tempore laborum.\",\"text\":\"I'll transmit the multi-byte PCI panel, that should transmitter the GB card!\"}"], ["created_at", "2016-10-05 17:38:59.809047"], ["updated_at", "2016-10-05 17:38:59.809047"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ipsam quia tempora error est cum.\",\"text\":\"Use the bluetooth TCP program, then you can program the virtual array!\"}"], ["created_at", "2016-10-05 17:38:59.809961"], ["updated_at", "2016-10-05 17:38:59.809961"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod velit atque aspernatur rerum id et quia.\",\"text\":\"The SAS hard drive is down, generate the haptic firewall so we can copy the SAS bandwidth!\"}"], ["created_at", "2016-10-05 17:38:59.810903"], ["updated_at", "2016-10-05 17:38:59.810903"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti maxime ipsum quia ea distinctio ut.\",\"text\":\"If we hack the card, we can get to the FTP interface through the haptic XML driver!\"}"], ["created_at", "2016-10-05 17:38:59.811827"], ["updated_at", "2016-10-05 17:38:59.811827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione et explicabo alias fuga recusandae reprehenderit dolores.\",\"text\":\"The SAS transmitter is down, copy the open-source array so we can hack the SDD capacitor!\"}"], ["created_at", "2016-10-05 17:38:59.812755"], ["updated_at", "2016-10-05 17:38:59.812755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus quo delectus adipisci provident est et iste.\",\"text\":\"We need to connect the open-source XSS card!\"}"], ["created_at", "2016-10-05 17:38:59.813666"], ["updated_at", "2016-10-05 17:38:59.813666"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo magnam aperiam.\",\"text\":\"We need to calculate the mobile AI firewall!\"}"], ["created_at", "2016-10-05 17:38:59.814556"], ["updated_at", "2016-10-05 17:38:59.814556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit ducimus exercitationem quibusdam.\",\"text\":\"If we calculate the monitor, we can get to the SQL bus through the digital THX system!\"}"], ["created_at", "2016-10-05 17:38:59.815524"], ["updated_at", "2016-10-05 17:38:59.815524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores aliquid voluptas tenetur quo iure.\",\"text\":\"Use the haptic RSS feed, then you can connect the digital system!\"}"], ["created_at", "2016-10-05 17:38:59.816443"], ["updated_at", "2016-10-05 17:38:59.816443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta est eaque officia molestias architecto labore consequatur.\",\"text\":\"We need to generate the primary FTP protocol!\"}"], ["created_at", "2016-10-05 17:38:59.817356"], ["updated_at", "2016-10-05 17:38:59.817356"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis qui natus nobis.\",\"text\":\"You can't navigate the card without backing up the multi-byte SSL panel!\"}"], ["created_at", "2016-10-05 17:38:59.818235"], ["updated_at", "2016-10-05 17:38:59.818235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui maxime sapiente non in sequi adipisci.\",\"text\":\"We need to copy the neural XSS interface!\"}"], ["created_at", "2016-10-05 17:38:59.819172"], ["updated_at", "2016-10-05 17:38:59.819172"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum nobis dolorem modi fugit.\",\"text\":\"If we generate the array, we can get to the SMS microchip through the digital SMS hard drive!\"}"], ["created_at", "2016-10-05 17:38:59.820084"], ["updated_at", "2016-10-05 17:38:59.820084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe rerum velit labore quae aut consequatur aut.\",\"text\":\"You can't hack the array without programming the haptic AGP application!\"}"], ["created_at", "2016-10-05 17:38:59.820968"], ["updated_at", "2016-10-05 17:38:59.820968"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus aut deserunt est blanditiis repellendus et.\",\"text\":\"I'll transmit the neural HDD array, that should bus the XML protocol!\"}"], ["created_at", "2016-10-05 17:38:59.821927"], ["updated_at", "2016-10-05 17:38:59.821927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione et molestiae.\",\"text\":\"The SQL array is down, bypass the mobile circuit so we can navigate the PCI interface!\"}"], ["created_at", "2016-10-05 17:38:59.822859"], ["updated_at", "2016-10-05 17:38:59.822859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum qui ut eaque consectetur aliquam.\",\"text\":\"Try to parse the SMTP feed, maybe it will synthesize the auxiliary firewall!\"}"], ["created_at", "2016-10-05 17:38:59.823733"], ["updated_at", "2016-10-05 17:38:59.823733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas temporibus voluptatibus et vero quas delectus eius.\",\"text\":\"I'll index the 1080p SMS hard drive, that should capacitor the SCSI sensor!\"}"], ["created_at", "2016-10-05 17:38:59.824678"], ["updated_at", "2016-10-05 17:38:59.824678"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos reprehenderit minus similique perspiciatis non.\",\"text\":\"If we reboot the matrix, we can get to the JSON circuit through the mobile RAM system!\"}"], ["created_at", "2016-10-05 17:38:59.825717"], ["updated_at", "2016-10-05 17:38:59.825717"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero eum earum non dolorum.\",\"text\":\"Use the neural SMS pixel, then you can copy the open-source pixel!\"}"], ["created_at", "2016-10-05 17:38:59.826940"], ["updated_at", "2016-10-05 17:38:59.826940"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non laborum qui.\",\"text\":\"The SDD matrix is down, program the neural panel so we can input the HDD bandwidth!\"}"], ["created_at", "2016-10-05 17:38:59.828917"], ["updated_at", "2016-10-05 17:38:59.828917"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim odit vero mollitia.\",\"text\":\"Bypassing the panel won't do anything, we need to quantify the primary rss capacitor!\"}"], ["created_at", "2016-10-05 17:38:59.830203"], ["updated_at", "2016-10-05 17:38:59.830203"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut illum consequatur cupiditate porro.\",\"text\":\"We need to index the mobile SQL circuit!\"}"], ["created_at", "2016-10-05 17:38:59.831515"], ["updated_at", "2016-10-05 17:38:59.831515"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita illum sapiente nemo.\",\"text\":\"I'll compress the auxiliary SMTP application, that should card the SMTP microchip!\"}"], ["created_at", "2016-10-05 17:38:59.832753"], ["updated_at", "2016-10-05 17:38:59.832753"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae nemo qui.\",\"text\":\"You can't synthesize the matrix without bypassing the bluetooth SDD firewall!\"}"], ["created_at", "2016-10-05 17:38:59.833967"], ["updated_at", "2016-10-05 17:38:59.833967"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore quisquam eius unde.\",\"text\":\"I'll calculate the online HDD pixel, that should microchip the GB interface!\"}"], ["created_at", "2016-10-05 17:38:59.835212"], ["updated_at", "2016-10-05 17:38:59.835212"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia debitis voluptatem omnis corporis molestiae.\",\"text\":\"If we synthesize the circuit, we can get to the AI interface through the digital PNG firewall!\"}"], ["created_at", "2016-10-05 17:38:59.836415"], ["updated_at", "2016-10-05 17:38:59.836415"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor sint dolorum eos a laborum.\",\"text\":\"The TCP interface is down, parse the digital driver so we can transmit the PNG monitor!\"}"], ["created_at", "2016-10-05 17:38:59.837598"], ["updated_at", "2016-10-05 17:38:59.837598"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui est itaque ad et et velit quibusdam.\",\"text\":\"I'll synthesize the cross-platform SMS system, that should interface the RSS circuit!\"}"], ["created_at", "2016-10-05 17:38:59.838838"], ["updated_at", "2016-10-05 17:38:59.838838"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias dicta voluptatem atque ut veniam.\",\"text\":\"I'll transmit the digital EXE monitor, that should microchip the HTTP circuit!\"}"], ["created_at", "2016-10-05 17:38:59.840083"], ["updated_at", "2016-10-05 17:38:59.840083"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta velit et facere velit.\",\"text\":\"Use the wireless EXE capacitor, then you can hack the multi-byte capacitor!\"}"], ["created_at", "2016-10-05 17:38:59.841331"], ["updated_at", "2016-10-05 17:38:59.841331"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui ut ut saepe deleniti dolor.\",\"text\":\"We need to calculate the neural JSON bus!\"}"], ["created_at", "2016-10-05 17:38:59.842559"], ["updated_at", "2016-10-05 17:38:59.842559"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto alias neque praesentium ut quia et.\",\"text\":\"We need to hack the open-source TCP bandwidth!\"}"], ["created_at", "2016-10-05 17:38:59.843891"], ["updated_at", "2016-10-05 17:38:59.843891"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur voluptatem dolores.\",\"text\":\"Bypassing the matrix won't do anything, we need to hack the mobile ssl alarm!\"}"], ["created_at", "2016-10-05 17:38:59.846045"], ["updated_at", "2016-10-05 17:38:59.846045"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea molestias nihil debitis praesentium.\",\"text\":\"Use the mobile EXE microchip, then you can compress the online program!\"}"], ["created_at", "2016-10-05 17:38:59.847357"], ["updated_at", "2016-10-05 17:38:59.847357"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non atque voluptatum minima nobis pariatur veritatis.\",\"text\":\"I'll generate the bluetooth SSL program, that should feed the SCSI monitor!\"}"], ["created_at", "2016-10-05 17:38:59.848823"], ["updated_at", "2016-10-05 17:38:59.848823"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas numquam a reprehenderit suscipit dicta.\",\"text\":\"If we navigate the alarm, we can get to the FTP alarm through the 1080p RSS monitor!\"}"], ["created_at", "2016-10-05 17:38:59.850115"], ["updated_at", "2016-10-05 17:38:59.850115"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias autem voluptas est magni aut ducimus consequatur.\",\"text\":\"Compressing the driver won't do anything, we need to parse the digital http microchip!\"}"], ["created_at", "2016-10-05 17:38:59.851417"], ["updated_at", "2016-10-05 17:38:59.851417"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe dolore et delectus nesciunt ut ut.\",\"text\":\"You can't navigate the transmitter without synthesizing the neural COM pixel!\"}"], ["created_at", "2016-10-05 17:38:59.852640"], ["updated_at", "2016-10-05 17:38:59.852640"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam autem natus deleniti itaque quo veritatis.\",\"text\":\"The FTP feed is down, quantify the primary feed so we can transmit the RSS sensor!\"}"], ["created_at", "2016-10-05 17:38:59.853898"], ["updated_at", "2016-10-05 17:38:59.853898"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus nisi ipsam.\",\"text\":\"Use the redundant SMS system, then you can index the virtual bandwidth!\"}"], ["created_at", "2016-10-05 17:38:59.855182"], ["updated_at", "2016-10-05 17:38:59.855182"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis quod aut aut unde facilis nihil.\",\"text\":\"You can't input the hard drive without calculating the online TCP system!\"}"], ["created_at", "2016-10-05 17:38:59.856389"], ["updated_at", "2016-10-05 17:38:59.856389"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel voluptas dolorum aut facere harum occaecati dignissimos.\",\"text\":\"Try to bypass the FTP capacitor, maybe it will override the back-end matrix!\"}"], ["created_at", "2016-10-05 17:38:59.857742"], ["updated_at", "2016-10-05 17:38:59.857742"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore enim amet minus dolorum.\",\"text\":\"We need to parse the back-end HDD system!\"}"], ["created_at", "2016-10-05 17:38:59.859049"], ["updated_at", "2016-10-05 17:38:59.859049"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum quaerat rem tenetur facere illo.\",\"text\":\"You can't program the card without bypassing the back-end HDD microchip!\"}"], ["created_at", "2016-10-05 17:38:59.860262"], ["updated_at", "2016-10-05 17:38:59.860262"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum nemo adipisci nihil quo odit praesentium est.\",\"text\":\"We need to back up the redundant CSS microchip!\"}"], ["created_at", "2016-10-05 17:38:59.862837"], ["updated_at", "2016-10-05 17:38:59.862837"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis quaerat ipsum voluptate.\",\"text\":\"The PCI alarm is down, copy the multi-byte monitor so we can program the ADP card!\"}"], ["created_at", "2016-10-05 17:38:59.864335"], ["updated_at", "2016-10-05 17:38:59.864335"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum ratione voluptatem aut fugiat.\",\"text\":\"If we index the firewall, we can get to the SSL transmitter through the multi-byte JSON panel!\"}"], ["created_at", "2016-10-05 17:38:59.865820"], ["updated_at", "2016-10-05 17:38:59.865820"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quidem repudiandae reiciendis omnis aspernatur.\",\"text\":\"Overriding the alarm won't do anything, we need to parse the digital ftp interface!\"}"], ["created_at", "2016-10-05 17:38:59.867092"], ["updated_at", "2016-10-05 17:38:59.867092"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat distinctio voluptas voluptatibus.\",\"text\":\"Use the neural RSS bandwidth, then you can input the neural panel!\"}"], ["created_at", "2016-10-05 17:38:59.868400"], ["updated_at", "2016-10-05 17:38:59.868400"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus laudantium ipsam voluptas voluptatum sed.\",\"text\":\"If we index the application, we can get to the GB hard drive through the neural JSON sensor!\"}"], ["created_at", "2016-10-05 17:38:59.869668"], ["updated_at", "2016-10-05 17:38:59.869668"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est dolor ut blanditiis soluta.\",\"text\":\"Try to quantify the SQL firewall, maybe it will copy the virtual sensor!\"}"], ["created_at", "2016-10-05 17:38:59.870895"], ["updated_at", "2016-10-05 17:38:59.870895"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt autem unde mollitia.\",\"text\":\"We need to navigate the primary CSS driver!\"}"], ["created_at", "2016-10-05 17:38:59.872158"], ["updated_at", "2016-10-05 17:38:59.872158"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus sequi vel et.\",\"text\":\"Use the primary SAS transmitter, then you can hack the open-source protocol!\"}"], ["created_at", "2016-10-05 17:38:59.873418"], ["updated_at", "2016-10-05 17:38:59.873418"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo illum nam non.\",\"text\":\"You can't transmit the program without generating the wireless SAS card!\"}"], ["created_at", "2016-10-05 17:38:59.874737"], ["updated_at", "2016-10-05 17:38:59.874737"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et consequuntur quis dolorem rem quo et deserunt.\",\"text\":\"You can't copy the interface without navigating the bluetooth SAS pixel!\"}"], ["created_at", "2016-10-05 17:38:59.876020"], ["updated_at", "2016-10-05 17:38:59.876020"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est inventore aut.\",\"text\":\"The AI hard drive is down, navigate the online bus so we can connect the PNG pixel!\"}"], ["created_at", "2016-10-05 17:38:59.877462"], ["updated_at", "2016-10-05 17:38:59.877462"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum earum voluptas est.\",\"text\":\"We need to quantify the primary SCSI program!\"}"], ["created_at", "2016-10-05 17:38:59.879995"], ["updated_at", "2016-10-05 17:38:59.879995"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem laboriosam iste nesciunt.\",\"text\":\"If we program the microchip, we can get to the SCSI driver through the wireless HTTP bandwidth!\"}"], ["created_at", "2016-10-05 17:38:59.881303"], ["updated_at", "2016-10-05 17:38:59.881303"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et rerum itaque nostrum aut quisquam.\",\"text\":\"We need to override the neural CSS bandwidth!\"}"], ["created_at", "2016-10-05 17:38:59.882603"], ["updated_at", "2016-10-05 17:38:59.882603"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et blanditiis in quasi placeat labore dolorum.\",\"text\":\"I'll calculate the virtual JBOD protocol, that should transmitter the AI bandwidth!\"}"], ["created_at", "2016-10-05 17:38:59.883790"], ["updated_at", "2016-10-05 17:38:59.883790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero dolor ipsa omnis facere est minima dicta.\",\"text\":\"We need to hack the optical SAS port!\"}"], ["created_at", "2016-10-05 17:38:59.884845"], ["updated_at", "2016-10-05 17:38:59.884845"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim voluptatem exercitationem pariatur dicta quis occaecati modi.\",\"text\":\"Backing up the pixel won't do anything, we need to override the wireless sms driver!\"}"], ["created_at", "2016-10-05 17:38:59.885862"], ["updated_at", "2016-10-05 17:38:59.885862"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo aut praesentium.\",\"text\":\"The SCSI array is down, synthesize the multi-byte alarm so we can bypass the COM matrix!\"}"], ["created_at", "2016-10-05 17:38:59.886919"], ["updated_at", "2016-10-05 17:38:59.886919"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum voluptatem officiis enim.\",\"text\":\"You can't override the capacitor without generating the solid state RAM sensor!\"}"], ["created_at", "2016-10-05 17:38:59.887912"], ["updated_at", "2016-10-05 17:38:59.887912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti ut aut quos.\",\"text\":\"If we parse the matrix, we can get to the JBOD transmitter through the mobile IB matrix!\"}"], ["created_at", "2016-10-05 17:38:59.888906"], ["updated_at", "2016-10-05 17:38:59.888906"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci eius id voluptate hic neque.\",\"text\":\"You can't parse the bus without bypassing the auxiliary RSS driver!\"}"], ["created_at", "2016-10-05 17:38:59.889875"], ["updated_at", "2016-10-05 17:38:59.889875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium ipsam mollitia corrupti aspernatur.\",\"text\":\"We need to bypass the bluetooth TCP matrix!\"}"], ["created_at", "2016-10-05 17:38:59.890945"], ["updated_at", "2016-10-05 17:38:59.890945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo qui nesciunt cumque voluptas.\",\"text\":\"The HDD monitor is down, index the virtual pixel so we can hack the USB application!\"}"], ["created_at", "2016-10-05 17:38:59.892004"], ["updated_at", "2016-10-05 17:38:59.892004"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim totam id architecto veniam.\",\"text\":\"We need to bypass the open-source SMS interface!\"}"], ["created_at", "2016-10-05 17:38:59.892979"], ["updated_at", "2016-10-05 17:38:59.892979"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti velit quisquam.\",\"text\":\"I'll reboot the primary SSL array, that should card the PCI card!\"}"], ["created_at", "2016-10-05 17:38:59.894319"], ["updated_at", "2016-10-05 17:38:59.894319"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad est nulla perferendis est explicabo itaque voluptatibus.\",\"text\":\"We need to transmit the cross-platform TCP array!\"}"], ["created_at", "2016-10-05 17:38:59.896400"], ["updated_at", "2016-10-05 17:38:59.896400"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus eum molestias nesciunt maxime necessitatibus.\",\"text\":\"We need to input the multi-byte XML port!\"}"], ["created_at", "2016-10-05 17:38:59.897619"], ["updated_at", "2016-10-05 17:38:59.897619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem eaque consequuntur quam.\",\"text\":\"Use the haptic PNG hard drive, then you can input the online system!\"}"], ["created_at", "2016-10-05 17:38:59.898886"], ["updated_at", "2016-10-05 17:38:59.898886"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem consequuntur illum cum aut.\",\"text\":\"The THX feed is down, hack the cross-platform interface so we can synthesize the GB bus!\"}"], ["created_at", "2016-10-05 17:38:59.899962"], ["updated_at", "2016-10-05 17:38:59.899962"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident voluptatem delectus fugiat laudantium aut.\",\"text\":\"You can't back up the card without bypassing the primary GB circuit!\"}"], ["created_at", "2016-10-05 17:38:59.901000"], ["updated_at", "2016-10-05 17:38:59.901000"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime est est.\",\"text\":\"Use the back-end XSS program, then you can parse the neural driver!\"}"], ["created_at", "2016-10-05 17:38:59.901930"], ["updated_at", "2016-10-05 17:38:59.901930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis ab molestiae veniam nihil nesciunt.\",\"text\":\"You can't copy the monitor without generating the haptic AGP driver!\"}"], ["created_at", "2016-10-05 17:38:59.902907"], ["updated_at", "2016-10-05 17:38:59.902907"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem placeat quaerat.\",\"text\":\"Try to calculate the SCSI driver, maybe it will calculate the haptic firewall!\"}"], ["created_at", "2016-10-05 17:38:59.903850"], ["updated_at", "2016-10-05 17:38:59.903850"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil cupiditate laboriosam maxime eum voluptatem rerum.\",\"text\":\"The SMTP hard drive is down, copy the 1080p microchip so we can generate the AI protocol!\"}"], ["created_at", "2016-10-05 17:38:59.904793"], ["updated_at", "2016-10-05 17:38:59.904793"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem ea et.\",\"text\":\"Calculating the pixel won't do anything, we need to hack the open-source ftp pixel!\"}"], ["created_at", "2016-10-05 17:38:59.905723"], ["updated_at", "2016-10-05 17:38:59.905723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut aut officiis quae dolor tempora minima.\",\"text\":\"If we quantify the feed, we can get to the IB panel through the bluetooth SMTP sensor!\"}"], ["created_at", "2016-10-05 17:38:59.906683"], ["updated_at", "2016-10-05 17:38:59.906683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est est perspiciatis iste dolores eaque fugit enim.\",\"text\":\"If we bypass the panel, we can get to the CSS firewall through the wireless EXE firewall!\"}"], ["created_at", "2016-10-05 17:38:59.907594"], ["updated_at", "2016-10-05 17:38:59.907594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut omnis nemo.\",\"text\":\"You can't calculate the capacitor without overriding the bluetooth SMS circuit!\"}"], ["created_at", "2016-10-05 17:38:59.908528"], ["updated_at", "2016-10-05 17:38:59.908528"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur assumenda quos voluptas.\",\"text\":\"The HDD bus is down, input the redundant firewall so we can synthesize the XML alarm!\"}"], ["created_at", "2016-10-05 17:38:59.909449"], ["updated_at", "2016-10-05 17:38:59.909449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio harum mollitia ratione voluptates magnam nulla nesciunt.\",\"text\":\"The USB protocol is down, hack the neural port so we can connect the AGP card!\"}"], ["created_at", "2016-10-05 17:38:59.910384"], ["updated_at", "2016-10-05 17:38:59.910384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque qui veritatis hic veniam odio velit nihil.\",\"text\":\"If we parse the array, we can get to the SSL bandwidth through the online COM interface!\"}"], ["created_at", "2016-10-05 17:38:59.911325"], ["updated_at", "2016-10-05 17:38:59.911325"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed sapiente excepturi.\",\"text\":\"If we quantify the bus, we can get to the TCP transmitter through the optical CSS driver!\"}"], ["created_at", "2016-10-05 17:38:59.912277"], ["updated_at", "2016-10-05 17:38:59.912277"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In quibusdam omnis cumque tempore veniam at.\",\"text\":\"You can't navigate the capacitor without connecting the multi-byte XSS microchip!\"}"], ["created_at", "2016-10-05 17:38:59.913218"], ["updated_at", "2016-10-05 17:38:59.913218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed placeat mollitia consequatur officiis.\",\"text\":\"The CSS microchip is down, index the online hard drive so we can parse the COM panel!\"}"], ["created_at", "2016-10-05 17:38:59.914158"], ["updated_at", "2016-10-05 17:38:59.914158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et minus aut sed cum error nesciunt.\",\"text\":\"We need to program the 1080p SCSI system!\"}"], ["created_at", "2016-10-05 17:38:59.915193"], ["updated_at", "2016-10-05 17:38:59.915193"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel consequatur ut labore quasi quae.\",\"text\":\"You can't reboot the interface without quantifying the redundant USB driver!\"}"], ["created_at", "2016-10-05 17:38:59.916159"], ["updated_at", "2016-10-05 17:38:59.916159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit et ab autem tempora consequuntur corrupti.\",\"text\":\"You can't quantify the interface without calculating the 1080p SDD capacitor!\"}"], ["created_at", "2016-10-05 17:38:59.917110"], ["updated_at", "2016-10-05 17:38:59.917110"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat consequatur et sit.\",\"text\":\"You can't index the array without quantifying the haptic ADP capacitor!\"}"], ["created_at", "2016-10-05 17:38:59.918030"], ["updated_at", "2016-10-05 17:38:59.918030"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste laudantium quia sint enim voluptas autem.\",\"text\":\"You can't parse the firewall without indexing the bluetooth FTP pixel!\"}"], ["created_at", "2016-10-05 17:38:59.918979"], ["updated_at", "2016-10-05 17:38:59.918979"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur quo consequatur odit illo qui incidunt.\",\"text\":\"Try to override the EXE feed, maybe it will navigate the mobile card!\"}"], ["created_at", "2016-10-05 17:38:59.919931"], ["updated_at", "2016-10-05 17:38:59.919931"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut et non nostrum aut odit magni facilis.\",\"text\":\"I'll reboot the back-end GB array, that should card the JBOD microchip!\"}"], ["created_at", "2016-10-05 17:38:59.920912"], ["updated_at", "2016-10-05 17:38:59.920912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit quo porro vel eveniet.\",\"text\":\"The AI array is down, bypass the digital driver so we can bypass the SAS array!\"}"], ["created_at", "2016-10-05 17:38:59.921835"], ["updated_at", "2016-10-05 17:38:59.921835"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium quis ut.\",\"text\":\"Try to hack the AI application, maybe it will program the 1080p program!\"}"], ["created_at", "2016-10-05 17:38:59.922803"], ["updated_at", "2016-10-05 17:38:59.922803"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi dolor dolorem voluptatem suscipit sit et.\",\"text\":\"The HDD capacitor is down, generate the mobile feed so we can synthesize the SSL hard drive!\"}"], ["created_at", "2016-10-05 17:38:59.923744"], ["updated_at", "2016-10-05 17:38:59.923744"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos earum natus enim ut.\",\"text\":\"Try to navigate the SAS program, maybe it will reboot the bluetooth matrix!\"}"], ["created_at", "2016-10-05 17:38:59.924691"], ["updated_at", "2016-10-05 17:38:59.924691"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident velit vitae voluptatum molestias ex.\",\"text\":\"Generating the driver won't do anything, we need to back up the digital sql program!\"}"], ["created_at", "2016-10-05 17:38:59.925629"], ["updated_at", "2016-10-05 17:38:59.925629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora possimus maxime est nisi quasi nostrum.\",\"text\":\"I'll override the redundant SMS array, that should protocol the IB application!\"}"], ["created_at", "2016-10-05 17:38:59.926613"], ["updated_at", "2016-10-05 17:38:59.926613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis quaerat eum natus.\",\"text\":\"You can't bypass the hard drive without backing up the neural GB bus!\"}"], ["created_at", "2016-10-05 17:38:59.927557"], ["updated_at", "2016-10-05 17:38:59.927557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi officiis adipisci minima sequi reprehenderit quaerat.\",\"text\":\"Connecting the protocol won't do anything, we need to calculate the solid state http card!\"}"], ["created_at", "2016-10-05 17:38:59.928480"], ["updated_at", "2016-10-05 17:38:59.928480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem aut rerum dolore.\",\"text\":\"You can't navigate the hard drive without generating the mobile RAM protocol!\"}"], ["created_at", "2016-10-05 17:38:59.929393"], ["updated_at", "2016-10-05 17:38:59.929393"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor consectetur ut dolorem tenetur.\",\"text\":\"Try to calculate the GB feed, maybe it will quantify the open-source capacitor!\"}"], ["created_at", "2016-10-05 17:38:59.930321"], ["updated_at", "2016-10-05 17:38:59.930321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed placeat sunt error.\",\"text\":\"Bypassing the driver won't do anything, we need to override the primary xss bandwidth!\"}"], ["created_at", "2016-10-05 17:38:59.931311"], ["updated_at", "2016-10-05 17:38:59.931311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero est sed modi recusandae alias.\",\"text\":\"We need to input the haptic SAS bus!\"}"], ["created_at", "2016-10-05 17:38:59.932285"], ["updated_at", "2016-10-05 17:38:59.932285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus voluptate dolorum voluptas laboriosam.\",\"text\":\"You can't connect the feed without copying the open-source THX pixel!\"}"], ["created_at", "2016-10-05 17:38:59.933212"], ["updated_at", "2016-10-05 17:38:59.933212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut dolor possimus.\",\"text\":\"We need to hack the cross-platform PCI sensor!\"}"], ["created_at", "2016-10-05 17:38:59.934142"], ["updated_at", "2016-10-05 17:38:59.934142"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore odio quia consequatur magnam.\",\"text\":\"Try to back up the XML program, maybe it will synthesize the multi-byte hard drive!\"}"], ["created_at", "2016-10-05 17:38:59.935152"], ["updated_at", "2016-10-05 17:38:59.935152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus laborum quas et et et illo.\",\"text\":\"Try to transmit the AGP interface, maybe it will parse the wireless card!\"}"], ["created_at", "2016-10-05 17:38:59.936079"], ["updated_at", "2016-10-05 17:38:59.936079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non et sint debitis necessitatibus a quia.\",\"text\":\"I'll compress the auxiliary SMS panel, that should panel the TCP circuit!\"}"], ["created_at", "2016-10-05 17:38:59.936989"], ["updated_at", "2016-10-05 17:38:59.936989"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero enim molestiae.\",\"text\":\"Use the multi-byte PCI bandwidth, then you can navigate the solid state driver!\"}"], ["created_at", "2016-10-05 17:38:59.937919"], ["updated_at", "2016-10-05 17:38:59.937919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo non occaecati et.\",\"text\":\"We need to navigate the virtual RSS card!\"}"], ["created_at", "2016-10-05 17:38:59.938897"], ["updated_at", "2016-10-05 17:38:59.938897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet non ut omnis dicta facere totam.\",\"text\":\"If we input the alarm, we can get to the RAM circuit through the open-source SMTP card!\"}"], ["created_at", "2016-10-05 17:38:59.939802"], ["updated_at", "2016-10-05 17:38:59.939802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui dolores sunt.\",\"text\":\"I'll back up the back-end THX port, that should pixel the USB microchip!\"}"], ["created_at", "2016-10-05 17:38:59.940765"], ["updated_at", "2016-10-05 17:38:59.940765"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis ex praesentium cupiditate dolorem recusandae adipisci aut.\",\"text\":\"If we synthesize the pixel, we can get to the COM firewall through the mobile PNG program!\"}"], ["created_at", "2016-10-05 17:38:59.941750"], ["updated_at", "2016-10-05 17:38:59.941750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sunt qui illum nostrum.\",\"text\":\"If we quantify the pixel, we can get to the RAM panel through the auxiliary XSS card!\"}"], ["created_at", "2016-10-05 17:38:59.942709"], ["updated_at", "2016-10-05 17:38:59.942709"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias nobis ullam nisi nam natus aut.\",\"text\":\"The PCI firewall is down, index the multi-byte protocol so we can input the SSL card!\"}"], ["created_at", "2016-10-05 17:38:59.943665"], ["updated_at", "2016-10-05 17:38:59.943665"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo voluptatem nostrum aut.\",\"text\":\"Use the 1080p TCP monitor, then you can parse the redundant circuit!\"}"], ["created_at", "2016-10-05 17:38:59.944619"], ["updated_at", "2016-10-05 17:38:59.944619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim commodi animi voluptatibus.\",\"text\":\"I'll program the haptic CSS hard drive, that should bus the SDD panel!\"}"], ["created_at", "2016-10-05 17:38:59.945568"], ["updated_at", "2016-10-05 17:38:59.945568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus saepe odio.\",\"text\":\"Use the haptic TCP sensor, then you can copy the digital circuit!\"}"], ["created_at", "2016-10-05 17:38:59.946532"], ["updated_at", "2016-10-05 17:38:59.946532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis est aliquid eveniet possimus.\",\"text\":\"If we transmit the monitor, we can get to the SSL bandwidth through the online JBOD alarm!\"}"], ["created_at", "2016-10-05 17:38:59.947483"], ["updated_at", "2016-10-05 17:38:59.947483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut voluptas molestias doloribus.\",\"text\":\"Generating the program won't do anything, we need to copy the auxiliary xss monitor!\"}"], ["created_at", "2016-10-05 17:38:59.948434"], ["updated_at", "2016-10-05 17:38:59.948434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae voluptatem quam doloribus enim labore.\",\"text\":\"If we bypass the program, we can get to the JBOD hard drive through the bluetooth USB hard drive!\"}"], ["created_at", "2016-10-05 17:38:59.949394"], ["updated_at", "2016-10-05 17:38:59.949394"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In sed omnis officiis a.\",\"text\":\"The EXE panel is down, input the multi-byte feed so we can copy the HTTP application!\"}"], ["created_at", "2016-10-05 17:38:59.950325"], ["updated_at", "2016-10-05 17:38:59.950325"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis explicabo neque delectus est.\",\"text\":\"Use the 1080p AI port, then you can override the bluetooth matrix!\"}"], ["created_at", "2016-10-05 17:38:59.951329"], ["updated_at", "2016-10-05 17:38:59.951329"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores quo et vitae ducimus eos maiores.\",\"text\":\"If we parse the monitor, we can get to the TCP pixel through the primary AI sensor!\"}"], ["created_at", "2016-10-05 17:38:59.952280"], ["updated_at", "2016-10-05 17:38:59.952280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est amet eum esse debitis quasi ut.\",\"text\":\"We need to index the bluetooth SMTP matrix!\"}"], ["created_at", "2016-10-05 17:38:59.953241"], ["updated_at", "2016-10-05 17:38:59.953241"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro tenetur libero.\",\"text\":\"If we navigate the circuit, we can get to the SCSI protocol through the haptic CSS monitor!\"}"], ["created_at", "2016-10-05 17:38:59.954146"], ["updated_at", "2016-10-05 17:38:59.954146"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam voluptatem sunt qui.\",\"text\":\"The SMTP transmitter is down, index the redundant program so we can parse the IB monitor!\"}"], ["created_at", "2016-10-05 17:38:59.955105"], ["updated_at", "2016-10-05 17:38:59.955105"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum quod praesentium quia velit nulla possimus.\",\"text\":\"If we reboot the pixel, we can get to the IB card through the wireless ADP panel!\"}"], ["created_at", "2016-10-05 17:38:59.956036"], ["updated_at", "2016-10-05 17:38:59.956036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi iste et quia cumque impedit.\",\"text\":\"The FTP feed is down, bypass the mobile circuit so we can transmit the SSL circuit!\"}"], ["created_at", "2016-10-05 17:38:59.957003"], ["updated_at", "2016-10-05 17:38:59.957003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero quis corrupti eius est quis dolorem praesentium.\",\"text\":\"I'll hack the cross-platform SAS panel, that should capacitor the HTTP microchip!\"}"], ["created_at", "2016-10-05 17:38:59.957974"], ["updated_at", "2016-10-05 17:38:59.957974"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque rerum cupiditate id et est quae.\",\"text\":\"Use the redundant JSON array, then you can parse the mobile hard drive!\"}"], ["created_at", "2016-10-05 17:38:59.958968"], ["updated_at", "2016-10-05 17:38:59.958968"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente aut ut aperiam.\",\"text\":\"The ADP alarm is down, index the back-end port so we can compress the RAM bus!\"}"], ["created_at", "2016-10-05 17:38:59.959876"], ["updated_at", "2016-10-05 17:38:59.959876"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint dolorum laboriosam ullam repellendus exercitationem quae delectus.\",\"text\":\"I'll reboot the cross-platform SMTP application, that should application the USB driver!\"}"], ["created_at", "2016-10-05 17:38:59.960795"], ["updated_at", "2016-10-05 17:38:59.960795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus molestias consequatur.\",\"text\":\"The SCSI monitor is down, index the mobile protocol so we can back up the COM array!\"}"], ["created_at", "2016-10-05 17:38:59.961742"], ["updated_at", "2016-10-05 17:38:59.961742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem alias dignissimos veniam debitis dolores.\",\"text\":\"You can't bypass the hard drive without compressing the auxiliary HDD sensor!\"}"], ["created_at", "2016-10-05 17:38:59.962691"], ["updated_at", "2016-10-05 17:38:59.962691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae aut est sunt accusantium omnis.\",\"text\":\"Use the solid state AI pixel, then you can generate the virtual circuit!\"}"], ["created_at", "2016-10-05 17:38:59.963628"], ["updated_at", "2016-10-05 17:38:59.963628"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora nam ipsa.\",\"text\":\"Use the multi-byte SSL capacitor, then you can generate the haptic array!\"}"], ["created_at", "2016-10-05 17:38:59.964568"], ["updated_at", "2016-10-05 17:38:59.964568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui voluptas suscipit optio ea ratione ut facere.\",\"text\":\"I'll quantify the bluetooth IB bus, that should interface the SAS sensor!\"}"], ["created_at", "2016-10-05 17:38:59.965531"], ["updated_at", "2016-10-05 17:38:59.965531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus ut quas voluptatem at praesentium quis odit.\",\"text\":\"You can't copy the protocol without parsing the online EXE interface!\"}"], ["created_at", "2016-10-05 17:38:59.966490"], ["updated_at", "2016-10-05 17:38:59.966490"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem nam rerum veniam voluptatum et.\",\"text\":\"You can't index the card without indexing the cross-platform PCI bandwidth!\"}"], ["created_at", "2016-10-05 17:38:59.967438"], ["updated_at", "2016-10-05 17:38:59.967438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa molestiae et nihil soluta accusamus maiores.\",\"text\":\"The PNG program is down, back up the bluetooth capacitor so we can hack the TCP monitor!\"}"], ["created_at", "2016-10-05 17:38:59.968392"], ["updated_at", "2016-10-05 17:38:59.968392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa cum quo neque quos asperiores.\",\"text\":\"The HDD monitor is down, connect the open-source monitor so we can navigate the TCP matrix!\"}"], ["created_at", "2016-10-05 17:38:59.969296"], ["updated_at", "2016-10-05 17:38:59.969296"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui aperiam sunt nulla minima tempora.\",\"text\":\"Indexing the protocol won't do anything, we need to parse the neural ftp pixel!\"}"], ["created_at", "2016-10-05 17:38:59.970226"], ["updated_at", "2016-10-05 17:38:59.970226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni voluptatem soluta eum deleniti eum.\",\"text\":\"You can't transmit the firewall without navigating the wireless SMTP port!\"}"], ["created_at", "2016-10-05 17:38:59.971232"], ["updated_at", "2016-10-05 17:38:59.971232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam exercitationem corrupti.\",\"text\":\"If we reboot the driver, we can get to the SDD matrix through the multi-byte SSL port!\"}"], ["created_at", "2016-10-05 17:38:59.972370"], ["updated_at", "2016-10-05 17:38:59.972370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum ut saepe consequatur perspiciatis.\",\"text\":\"You can't parse the driver without generating the multi-byte GB transmitter!\"}"], ["created_at", "2016-10-05 17:38:59.973318"], ["updated_at", "2016-10-05 17:38:59.973318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error sed enim.\",\"text\":\"We need to generate the redundant AGP card!\"}"], ["created_at", "2016-10-05 17:38:59.974281"], ["updated_at", "2016-10-05 17:38:59.974281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia facilis est veritatis sed dolor commodi.\",\"text\":\"You can't connect the sensor without generating the back-end PNG application!\"}"], ["created_at", "2016-10-05 17:38:59.975229"], ["updated_at", "2016-10-05 17:38:59.975229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe iusto nesciunt omnis quo eum.\",\"text\":\"I'll override the mobile FTP feed, that should system the PCI capacitor!\"}"], ["created_at", "2016-10-05 17:38:59.976165"], ["updated_at", "2016-10-05 17:38:59.976165"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis dolor mollitia et similique sit.\",\"text\":\"I'll quantify the primary RAM capacitor, that should array the GB card!\"}"], ["created_at", "2016-10-05 17:38:59.977104"], ["updated_at", "2016-10-05 17:38:59.977104"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam ut officiis voluptatum aperiam porro nihil maiores.\",\"text\":\"I'll transmit the virtual AGP transmitter, that should feed the JSON feed!\"}"], ["created_at", "2016-10-05 17:38:59.978015"], ["updated_at", "2016-10-05 17:38:59.978015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et molestiae numquam iste architecto nostrum.\",\"text\":\"You can't quantify the firewall without transmitting the primary JSON panel!\"}"], ["created_at", "2016-10-05 17:38:59.978966"], ["updated_at", "2016-10-05 17:38:59.978966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque aliquid dignissimos eligendi commodi rerum et omnis.\",\"text\":\"Try to compress the SMS microchip, maybe it will synthesize the open-source bus!\"}"], ["created_at", "2016-10-05 17:38:59.979890"], ["updated_at", "2016-10-05 17:38:59.979890"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum magnam omnis.\",\"text\":\"We need to transmit the virtual THX protocol!\"}"], ["created_at", "2016-10-05 17:38:59.980810"], ["updated_at", "2016-10-05 17:38:59.980810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe possimus autem accusamus qui.\",\"text\":\"If we parse the application, we can get to the SSL pixel through the multi-byte SSL sensor!\"}"], ["created_at", "2016-10-05 17:38:59.981745"], ["updated_at", "2016-10-05 17:38:59.981745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo et recusandae qui itaque voluptate.\",\"text\":\"You can't navigate the interface without parsing the back-end EXE system!\"}"], ["created_at", "2016-10-05 17:38:59.982708"], ["updated_at", "2016-10-05 17:38:59.982708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et aut expedita.\",\"text\":\"The RSS array is down, connect the digital microchip so we can input the HDD interface!\"}"], ["created_at", "2016-10-05 17:38:59.983629"], ["updated_at", "2016-10-05 17:38:59.983629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa a asperiores quod soluta.\",\"text\":\"You can't copy the bus without parsing the 1080p XSS hard drive!\"}"], ["created_at", "2016-10-05 17:38:59.984612"], ["updated_at", "2016-10-05 17:38:59.984612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut commodi et.\",\"text\":\"We need to calculate the neural JBOD pixel!\"}"], ["created_at", "2016-10-05 17:38:59.985552"], ["updated_at", "2016-10-05 17:38:59.985552"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae laborum accusamus consequuntur.\",\"text\":\"If we connect the bandwidth, we can get to the COM alarm through the redundant XML pixel!\"}"], ["created_at", "2016-10-05 17:38:59.986552"], ["updated_at", "2016-10-05 17:38:59.986552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam impedit omnis doloribus explicabo suscipit non.\",\"text\":\"If we transmit the microchip, we can get to the RAM array through the auxiliary SAS port!\"}"], ["created_at", "2016-10-05 17:38:59.987518"], ["updated_at", "2016-10-05 17:38:59.987518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At hic sapiente error asperiores et.\",\"text\":\"If we synthesize the application, we can get to the SSL bandwidth through the cross-platform USB matrix!\"}"], ["created_at", "2016-10-05 17:38:59.988455"], ["updated_at", "2016-10-05 17:38:59.988455"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime molestiae saepe architecto quia laudantium voluptate qui.\",\"text\":\"If we reboot the interface, we can get to the XSS alarm through the solid state HTTP driver!\"}"], ["created_at", "2016-10-05 17:38:59.989394"], ["updated_at", "2016-10-05 17:38:59.989394"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil repellat soluta quos omnis.\",\"text\":\"We need to input the neural AI protocol!\"}"], ["created_at", "2016-10-05 17:38:59.990335"], ["updated_at", "2016-10-05 17:38:59.990335"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas aut quia.\",\"text\":\"We need to parse the online COM card!\"}"], ["created_at", "2016-10-05 17:38:59.991348"], ["updated_at", "2016-10-05 17:38:59.991348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt dolore quia aut ut perferendis vero rerum.\",\"text\":\"You can't hack the card without backing up the bluetooth RSS system!\"}"], ["created_at", "2016-10-05 17:38:59.992610"], ["updated_at", "2016-10-05 17:38:59.992610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit enim doloribus minus eos enim recusandae officia.\",\"text\":\"Use the solid state USB interface, then you can synthesize the digital firewall!\"}"], ["created_at", "2016-10-05 17:38:59.993654"], ["updated_at", "2016-10-05 17:38:59.993654"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque qui inventore eligendi illo quo ut.\",\"text\":\"The XML panel is down, back up the auxiliary circuit so we can copy the EXE monitor!\"}"], ["created_at", "2016-10-05 17:38:59.994718"], ["updated_at", "2016-10-05 17:38:59.994718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut qui est dolorem quo.\",\"text\":\"Use the solid state SDD alarm, then you can calculate the virtual application!\"}"], ["created_at", "2016-10-05 17:38:59.995708"], ["updated_at", "2016-10-05 17:38:59.995708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit nostrum omnis nisi voluptate quia eveniet officia.\",\"text\":\"If we reboot the driver, we can get to the ADP driver through the multi-byte PNG firewall!\"}"], ["created_at", "2016-10-05 17:38:59.996731"], ["updated_at", "2016-10-05 17:38:59.996731"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa deserunt ab mollitia ea voluptates vitae et.\",\"text\":\"If we back up the circuit, we can get to the FTP circuit through the back-end XSS capacitor!\"}"], ["created_at", "2016-10-05 17:38:59.997774"], ["updated_at", "2016-10-05 17:38:59.997774"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est voluptas rem totam repellat quos et vel.\",\"text\":\"The AI interface is down, hack the haptic matrix so we can copy the RSS bus!\"}"], ["created_at", "2016-10-05 17:38:59.998838"], ["updated_at", "2016-10-05 17:38:59.998838"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia possimus ut nisi minima.\",\"text\":\"You can't generate the capacitor without quantifying the open-source USB transmitter!\"}"], ["created_at", "2016-10-05 17:38:59.999953"], ["updated_at", "2016-10-05 17:38:59.999953"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui est molestias voluptatibus fuga.\",\"text\":\"You can't copy the microchip without copying the redundant EXE sensor!\"}"], ["created_at", "2016-10-05 17:39:00.001187"], ["updated_at", "2016-10-05 17:39:00.001187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit odit ut debitis ex unde autem reprehenderit.\",\"text\":\"The SMS protocol is down, program the open-source interface so we can override the THX matrix!\"}"], ["created_at", "2016-10-05 17:39:00.002181"], ["updated_at", "2016-10-05 17:39:00.002181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi libero consequatur magni delectus repellendus.\",\"text\":\"I'll parse the mobile XSS hard drive, that should matrix the HTTP array!\"}"], ["created_at", "2016-10-05 17:39:00.003179"], ["updated_at", "2016-10-05 17:39:00.003179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut et rerum et et aperiam.\",\"text\":\"Try to hack the XSS bus, maybe it will hack the virtual matrix!\"}"], ["created_at", "2016-10-05 17:39:00.004158"], ["updated_at", "2016-10-05 17:39:00.004158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium et fugit.\",\"text\":\"Use the digital SDD card, then you can program the haptic circuit!\"}"], ["created_at", "2016-10-05 17:39:00.005130"], ["updated_at", "2016-10-05 17:39:00.005130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore distinctio consequatur explicabo nihil.\",\"text\":\"Parsing the monitor won't do anything, we need to override the back-end exe bus!\"}"], ["created_at", "2016-10-05 17:39:00.006126"], ["updated_at", "2016-10-05 17:39:00.006126"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam consectetur quia.\",\"text\":\"Connecting the matrix won't do anything, we need to override the cross-platform tcp monitor!\"}"], ["created_at", "2016-10-05 17:39:00.007139"], ["updated_at", "2016-10-05 17:39:00.007139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum aliquid magni quidem id.\",\"text\":\"Try to quantify the HTTP firewall, maybe it will compress the bluetooth bus!\"}"], ["created_at", "2016-10-05 17:39:00.008126"], ["updated_at", "2016-10-05 17:39:00.008126"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia modi quas qui voluptates.\",\"text\":\"Parsing the interface won't do anything, we need to index the cross-platform exe alarm!\"}"], ["created_at", "2016-10-05 17:39:00.009073"], ["updated_at", "2016-10-05 17:39:00.009073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora eveniet quis repellat.\",\"text\":\"The SQL matrix is down, quantify the 1080p transmitter so we can connect the XML alarm!\"}"], ["created_at", "2016-10-05 17:39:00.010015"], ["updated_at", "2016-10-05 17:39:00.010015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa voluptatem occaecati velit natus autem ducimus dolor.\",\"text\":\"Compressing the protocol won't do anything, we need to back up the open-source ssl microchip!\"}"], ["created_at", "2016-10-05 17:39:00.011018"], ["updated_at", "2016-10-05 17:39:00.011018"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur adipisci corrupti.\",\"text\":\"Try to compress the ADP driver, maybe it will hack the redundant panel!\"}"], ["created_at", "2016-10-05 17:39:00.011989"], ["updated_at", "2016-10-05 17:39:00.011989"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa tempora aperiam.\",\"text\":\"You can't override the interface without generating the online IB capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.012988"], ["updated_at", "2016-10-05 17:39:00.012988"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis at ut suscipit doloremque perspiciatis.\",\"text\":\"Generating the driver won't do anything, we need to bypass the cross-platform sas firewall!\"}"], ["created_at", "2016-10-05 17:39:00.013998"], ["updated_at", "2016-10-05 17:39:00.013998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora nesciunt consectetur et eveniet recusandae enim aliquam.\",\"text\":\"Use the neural ADP application, then you can input the haptic sensor!\"}"], ["created_at", "2016-10-05 17:39:00.015141"], ["updated_at", "2016-10-05 17:39:00.015141"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo dolor cum incidunt.\",\"text\":\"You can't copy the feed without bypassing the redundant JBOD circuit!\"}"], ["created_at", "2016-10-05 17:39:00.016158"], ["updated_at", "2016-10-05 17:39:00.016158"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis a mollitia eum pariatur officiis.\",\"text\":\"I'll reboot the mobile SAS application, that should circuit the EXE port!\"}"], ["created_at", "2016-10-05 17:39:00.023329"], ["updated_at", "2016-10-05 17:39:00.023329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut et dolorem molestiae deserunt eligendi est.\",\"text\":\"We need to input the virtual SMS matrix!\"}"], ["created_at", "2016-10-05 17:39:00.024519"], ["updated_at", "2016-10-05 17:39:00.024519"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi dolorem quo dolores libero quas velit.\",\"text\":\"The FTP alarm is down, generate the bluetooth port so we can bypass the JBOD feed!\"}"], ["created_at", "2016-10-05 17:39:00.025508"], ["updated_at", "2016-10-05 17:39:00.025508"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi blanditiis sunt occaecati fugiat omnis autem.\",\"text\":\"Try to navigate the AI driver, maybe it will synthesize the online bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.026443"], ["updated_at", "2016-10-05 17:39:00.026443"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus modi praesentium odit placeat.\",\"text\":\"You can't override the interface without transmitting the haptic RAM program!\"}"], ["created_at", "2016-10-05 17:39:00.027381"], ["updated_at", "2016-10-05 17:39:00.027381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor hic enim.\",\"text\":\"I'll compress the bluetooth PNG system, that should application the AI bus!\"}"], ["created_at", "2016-10-05 17:39:00.028320"], ["updated_at", "2016-10-05 17:39:00.028320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis et odit.\",\"text\":\"The FTP protocol is down, parse the neural microchip so we can program the SAS pixel!\"}"], ["created_at", "2016-10-05 17:39:00.029197"], ["updated_at", "2016-10-05 17:39:00.029197"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id consequatur quam repudiandae modi nulla.\",\"text\":\"We need to calculate the cross-platform EXE bus!\"}"], ["created_at", "2016-10-05 17:39:00.030122"], ["updated_at", "2016-10-05 17:39:00.030122"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias ut recusandae.\",\"text\":\"Use the neural JSON capacitor, then you can hack the haptic pixel!\"}"], ["created_at", "2016-10-05 17:39:00.031106"], ["updated_at", "2016-10-05 17:39:00.031106"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum rerum magnam unde nostrum laudantium delectus.\",\"text\":\"We need to override the haptic AI transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.032552"], ["updated_at", "2016-10-05 17:39:00.032552"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta id vero quia porro repellendus tempore.\",\"text\":\"We need to calculate the 1080p THX feed!\"}"], ["created_at", "2016-10-05 17:39:00.034100"], ["updated_at", "2016-10-05 17:39:00.034100"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor id consequatur repellat ut non aut officia.\",\"text\":\"If we program the monitor, we can get to the RAM alarm through the redundant JSON bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.035472"], ["updated_at", "2016-10-05 17:39:00.035472"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime debitis unde.\",\"text\":\"You can't compress the system without bypassing the haptic SMS feed!\"}"], ["created_at", "2016-10-05 17:39:00.036847"], ["updated_at", "2016-10-05 17:39:00.036847"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus esse sed quas.\",\"text\":\"We need to navigate the redundant GB application!\"}"], ["created_at", "2016-10-05 17:39:00.039603"], ["updated_at", "2016-10-05 17:39:00.039603"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis quo cupiditate dolores beatae.\",\"text\":\"Use the wireless RSS pixel, then you can copy the haptic feed!\"}"], ["created_at", "2016-10-05 17:39:00.041105"], ["updated_at", "2016-10-05 17:39:00.041105"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam suscipit quibusdam.\",\"text\":\"We need to parse the cross-platform XML feed!\"}"], ["created_at", "2016-10-05 17:39:00.043836"], ["updated_at", "2016-10-05 17:39:00.043836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias voluptate eius quidem voluptatem dolorum.\",\"text\":\"Try to connect the SMS bandwidth, maybe it will input the redundant bus!\"}"], ["created_at", "2016-10-05 17:39:00.045659"], ["updated_at", "2016-10-05 17:39:00.045659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem non voluptas quod dolorum sunt.\",\"text\":\"We need to navigate the bluetooth USB interface!\"}"], ["created_at", "2016-10-05 17:39:00.046730"], ["updated_at", "2016-10-05 17:39:00.046730"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime libero nobis quisquam qui.\",\"text\":\"We need to override the redundant PCI alarm!\"}"], ["created_at", "2016-10-05 17:39:00.047728"], ["updated_at", "2016-10-05 17:39:00.047728"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum atque rem voluptates ut.\",\"text\":\"Use the wireless SMS interface, then you can generate the digital microchip!\"}"], ["created_at", "2016-10-05 17:39:00.048944"], ["updated_at", "2016-10-05 17:39:00.048944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque repellendus blanditiis dolores necessitatibus sit.\",\"text\":\"Use the back-end XML driver, then you can program the back-end interface!\"}"], ["created_at", "2016-10-05 17:39:00.049989"], ["updated_at", "2016-10-05 17:39:00.049989"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id quidem dicta error nesciunt perspiciatis reiciendis.\",\"text\":\"Try to navigate the HTTP alarm, maybe it will copy the auxiliary alarm!\"}"], ["created_at", "2016-10-05 17:39:00.050943"], ["updated_at", "2016-10-05 17:39:00.050943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur non pariatur possimus sed molestias dicta debitis.\",\"text\":\"Use the optical TCP program, then you can hack the optical monitor!\"}"], ["created_at", "2016-10-05 17:39:00.051825"], ["updated_at", "2016-10-05 17:39:00.051825"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit dolores sequi facere saepe.\",\"text\":\"I'll connect the online COM feed, that should feed the SCSI bus!\"}"], ["created_at", "2016-10-05 17:39:00.052797"], ["updated_at", "2016-10-05 17:39:00.052797"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem omnis quis aut dolorum alias.\",\"text\":\"Try to override the CSS firewall, maybe it will copy the cross-platform port!\"}"], ["created_at", "2016-10-05 17:39:00.053729"], ["updated_at", "2016-10-05 17:39:00.053729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non repellat reiciendis totam recusandae perspiciatis nulla error.\",\"text\":\"We need to connect the solid state PCI panel!\"}"], ["created_at", "2016-10-05 17:39:00.054666"], ["updated_at", "2016-10-05 17:39:00.054666"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae deleniti magni nisi eveniet similique.\",\"text\":\"You can't quantify the panel without backing up the online PNG port!\"}"], ["created_at", "2016-10-05 17:39:00.055636"], ["updated_at", "2016-10-05 17:39:00.055636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus saepe voluptas quidem.\",\"text\":\"If we synthesize the firewall, we can get to the XSS bus through the auxiliary ADP pixel!\"}"], ["created_at", "2016-10-05 17:39:00.056562"], ["updated_at", "2016-10-05 17:39:00.056562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis distinctio dolorem.\",\"text\":\"I'll navigate the neural SMTP array, that should matrix the PNG matrix!\"}"], ["created_at", "2016-10-05 17:39:00.057494"], ["updated_at", "2016-10-05 17:39:00.057494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur velit dolore architecto in.\",\"text\":\"Use the mobile JBOD port, then you can generate the 1080p sensor!\"}"], ["created_at", "2016-10-05 17:39:00.058387"], ["updated_at", "2016-10-05 17:39:00.058387"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam nulla sunt.\",\"text\":\"Try to generate the SSL alarm, maybe it will quantify the back-end hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.059317"], ["updated_at", "2016-10-05 17:39:00.059317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto minima dolor doloribus praesentium.\",\"text\":\"You can't parse the program without hacking the back-end FTP card!\"}"], ["created_at", "2016-10-05 17:39:00.060223"], ["updated_at", "2016-10-05 17:39:00.060223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos porro libero distinctio ipsum dicta quibusdam.\",\"text\":\"We need to bypass the digital SQL sensor!\"}"], ["created_at", "2016-10-05 17:39:00.061094"], ["updated_at", "2016-10-05 17:39:00.061094"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit numquam qui.\",\"text\":\"You can't transmit the system without programming the optical RAM system!\"}"], ["created_at", "2016-10-05 17:39:00.062021"], ["updated_at", "2016-10-05 17:39:00.062021"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et repudiandae et dolores.\",\"text\":\"Use the bluetooth RSS firewall, then you can navigate the virtual panel!\"}"], ["created_at", "2016-10-05 17:39:00.063001"], ["updated_at", "2016-10-05 17:39:00.063001"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab amet omnis vero officiis nihil iure recusandae.\",\"text\":\"I'll bypass the back-end RSS capacitor, that should alarm the PCI port!\"}"], ["created_at", "2016-10-05 17:39:00.063925"], ["updated_at", "2016-10-05 17:39:00.063925"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem magni iste perferendis harum iure totam ut.\",\"text\":\"Use the back-end USB matrix, then you can generate the primary card!\"}"], ["created_at", "2016-10-05 17:39:00.064941"], ["updated_at", "2016-10-05 17:39:00.064941"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut enim maxime rerum id omnis quisquam.\",\"text\":\"Connecting the capacitor won't do anything, we need to navigate the solid state sql card!\"}"], ["created_at", "2016-10-05 17:39:00.065962"], ["updated_at", "2016-10-05 17:39:00.065962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim cumque eum culpa reiciendis.\",\"text\":\"I'll program the back-end SQL circuit, that should bus the XSS system!\"}"], ["created_at", "2016-10-05 17:39:00.066877"], ["updated_at", "2016-10-05 17:39:00.066877"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est aut corporis quisquam repellat sapiente et aperiam.\",\"text\":\"Try to connect the JSON port, maybe it will calculate the wireless panel!\"}"], ["created_at", "2016-10-05 17:39:00.067779"], ["updated_at", "2016-10-05 17:39:00.067779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quas ipsum omnis deleniti a quia.\",\"text\":\"We need to hack the online JSON panel!\"}"], ["created_at", "2016-10-05 17:39:00.068671"], ["updated_at", "2016-10-05 17:39:00.068671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint alias et magnam aliquid voluptas.\",\"text\":\"You can't compress the program without calculating the online HTTP program!\"}"], ["created_at", "2016-10-05 17:39:00.069573"], ["updated_at", "2016-10-05 17:39:00.069573"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro laborum quia.\",\"text\":\"The IB pixel is down, hack the digital sensor so we can parse the PNG firewall!\"}"], ["created_at", "2016-10-05 17:39:00.070524"], ["updated_at", "2016-10-05 17:39:00.070524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias aspernatur impedit repudiandae debitis autem.\",\"text\":\"You can't generate the matrix without synthesizing the back-end HTTP card!\"}"], ["created_at", "2016-10-05 17:39:00.071444"], ["updated_at", "2016-10-05 17:39:00.071444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus quisquam atque dolorem esse aut soluta.\",\"text\":\"If we hack the card, we can get to the SCSI hard drive through the online HDD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.072360"], ["updated_at", "2016-10-05 17:39:00.072360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est aliquid quia eaque veniam.\",\"text\":\"If we override the alarm, we can get to the PNG pixel through the digital RAM microchip!\"}"], ["created_at", "2016-10-05 17:39:00.073242"], ["updated_at", "2016-10-05 17:39:00.073242"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus illum aperiam molestias.\",\"text\":\"I'll back up the open-source XSS firewall, that should transmitter the GB application!\"}"], ["created_at", "2016-10-05 17:39:00.074138"], ["updated_at", "2016-10-05 17:39:00.074138"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde iste aut et sit excepturi et.\",\"text\":\"Use the redundant HTTP driver, then you can parse the neural capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.075040"], ["updated_at", "2016-10-05 17:39:00.075040"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero voluptas quis eum vitae.\",\"text\":\"The TCP alarm is down, generate the mobile feed so we can compress the SMS circuit!\"}"], ["created_at", "2016-10-05 17:39:00.075918"], ["updated_at", "2016-10-05 17:39:00.075918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis error ut et.\",\"text\":\"Try to index the RAM bus, maybe it will generate the 1080p port!\"}"], ["created_at", "2016-10-05 17:39:00.076760"], ["updated_at", "2016-10-05 17:39:00.076760"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae molestiae reprehenderit omnis.\",\"text\":\"The JSON card is down, connect the multi-byte microchip so we can override the USB alarm!\"}"], ["created_at", "2016-10-05 17:39:00.077639"], ["updated_at", "2016-10-05 17:39:00.077639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore quo nam.\",\"text\":\"Try to transmit the PCI hard drive, maybe it will transmit the neural application!\"}"], ["created_at", "2016-10-05 17:39:00.078535"], ["updated_at", "2016-10-05 17:39:00.078535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit et nisi expedita optio natus nesciunt consequatur.\",\"text\":\"Try to hack the COM hard drive, maybe it will override the wireless bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.079429"], ["updated_at", "2016-10-05 17:39:00.079429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt commodi qui laborum.\",\"text\":\"You can't generate the bus without navigating the primary COM monitor!\"}"], ["created_at", "2016-10-05 17:39:00.080307"], ["updated_at", "2016-10-05 17:39:00.080307"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus corporis qui velit et rerum doloremque possimus.\",\"text\":\"I'll synthesize the online IB monitor, that should bus the SCSI circuit!\"}"], ["created_at", "2016-10-05 17:39:00.081285"], ["updated_at", "2016-10-05 17:39:00.081285"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius necessitatibus dicta qui eos repudiandae laborum error.\",\"text\":\"Parsing the pixel won't do anything, we need to calculate the bluetooth gb system!\"}"], ["created_at", "2016-10-05 17:39:00.082566"], ["updated_at", "2016-10-05 17:39:00.082566"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias molestiae odio.\",\"text\":\"If we back up the alarm, we can get to the JSON monitor through the primary JSON alarm!\"}"], ["created_at", "2016-10-05 17:39:00.083618"], ["updated_at", "2016-10-05 17:39:00.083618"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident omnis quia earum deleniti consectetur.\",\"text\":\"Parsing the matrix won't do anything, we need to quantify the neural ram hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.084774"], ["updated_at", "2016-10-05 17:39:00.084774"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem nesciunt voluptas non.\",\"text\":\"You can't connect the panel without compressing the back-end EXE protocol!\"}"], ["created_at", "2016-10-05 17:39:00.086972"], ["updated_at", "2016-10-05 17:39:00.086972"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil et consequatur voluptatem accusamus.\",\"text\":\"The IB pixel is down, calculate the digital microchip so we can bypass the SQL feed!\"}"], ["created_at", "2016-10-05 17:39:00.088087"], ["updated_at", "2016-10-05 17:39:00.088087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint ratione veniam quo doloremque.\",\"text\":\"Use the solid state USB bandwidth, then you can override the wireless alarm!\"}"], ["created_at", "2016-10-05 17:39:00.088995"], ["updated_at", "2016-10-05 17:39:00.088995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut quod consequatur earum quam aliquid adipisci voluptas.\",\"text\":\"Use the solid state AGP system, then you can synthesize the bluetooth system!\"}"], ["created_at", "2016-10-05 17:39:00.089922"], ["updated_at", "2016-10-05 17:39:00.089922"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis commodi alias saepe.\",\"text\":\"Try to connect the HTTP port, maybe it will parse the bluetooth driver!\"}"], ["created_at", "2016-10-05 17:39:00.090884"], ["updated_at", "2016-10-05 17:39:00.090884"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti doloremque soluta veritatis velit.\",\"text\":\"If we hack the program, we can get to the HDD panel through the back-end SMTP application!\"}"], ["created_at", "2016-10-05 17:39:00.091823"], ["updated_at", "2016-10-05 17:39:00.091823"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero velit quibusdam excepturi perspiciatis dolor aut sed.\",\"text\":\"Try to program the EXE program, maybe it will copy the solid state interface!\"}"], ["created_at", "2016-10-05 17:39:00.092750"], ["updated_at", "2016-10-05 17:39:00.092750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil sed tempora ea odio esse.\",\"text\":\"If we bypass the card, we can get to the HDD pixel through the neural RSS capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.093708"], ["updated_at", "2016-10-05 17:39:00.093708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis et labore et sunt veritatis.\",\"text\":\"You can't quantify the card without backing up the cross-platform SDD microchip!\"}"], ["created_at", "2016-10-05 17:39:00.094637"], ["updated_at", "2016-10-05 17:39:00.094637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem quidem quia qui.\",\"text\":\"Programming the system won't do anything, we need to program the optical scsi array!\"}"], ["created_at", "2016-10-05 17:39:00.095525"], ["updated_at", "2016-10-05 17:39:00.095525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet cupiditate ex vero.\",\"text\":\"Use the neural COM interface, then you can synthesize the auxiliary array!\"}"], ["created_at", "2016-10-05 17:39:00.096419"], ["updated_at", "2016-10-05 17:39:00.096419"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga libero repellendus sequi voluptas.\",\"text\":\"You can't calculate the feed without navigating the neural PNG system!\"}"], ["created_at", "2016-10-05 17:39:00.097264"], ["updated_at", "2016-10-05 17:39:00.097264"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae quaerat id.\",\"text\":\"Use the 1080p SDD microchip, then you can navigate the open-source matrix!\"}"], ["created_at", "2016-10-05 17:39:00.098246"], ["updated_at", "2016-10-05 17:39:00.098246"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae magni odit corrupti.\",\"text\":\"The SMS program is down, input the mobile pixel so we can index the XML bus!\"}"], ["created_at", "2016-10-05 17:39:00.099193"], ["updated_at", "2016-10-05 17:39:00.099193"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut maiores et quia explicabo et vel nobis.\",\"text\":\"We need to generate the 1080p SQL system!\"}"], ["created_at", "2016-10-05 17:39:00.100077"], ["updated_at", "2016-10-05 17:39:00.100077"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente impedit repellat ad adipisci.\",\"text\":\"We need to synthesize the open-source USB alarm!\"}"], ["created_at", "2016-10-05 17:39:00.101019"], ["updated_at", "2016-10-05 17:39:00.101019"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum cum est.\",\"text\":\"Try to bypass the THX circuit, maybe it will hack the bluetooth system!\"}"], ["created_at", "2016-10-05 17:39:00.103093"], ["updated_at", "2016-10-05 17:39:00.103093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui possimus eum.\",\"text\":\"If we program the system, we can get to the EXE firewall through the online FTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.104238"], ["updated_at", "2016-10-05 17:39:00.104238"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem labore sint ea.\",\"text\":\"You can't reboot the driver without transmitting the solid state COM transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.105123"], ["updated_at", "2016-10-05 17:39:00.105123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus fuga rerum at.\",\"text\":\"I'll override the online IB bandwidth, that should array the JBOD firewall!\"}"], ["created_at", "2016-10-05 17:39:00.106015"], ["updated_at", "2016-10-05 17:39:00.106015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores sed maiores reprehenderit atque vitae labore sit.\",\"text\":\"We need to index the redundant SDD monitor!\"}"], ["created_at", "2016-10-05 17:39:00.106975"], ["updated_at", "2016-10-05 17:39:00.106975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis illo corporis qui veniam est et.\",\"text\":\"If we hack the microchip, we can get to the JSON system through the cross-platform SDD circuit!\"}"], ["created_at", "2016-10-05 17:39:00.107890"], ["updated_at", "2016-10-05 17:39:00.107890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi numquam quos eos nihil.\",\"text\":\"I'll program the 1080p JBOD system, that should firewall the THX capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.108771"], ["updated_at", "2016-10-05 17:39:00.108771"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi quia qui temporibus.\",\"text\":\"You can't navigate the array without quantifying the redundant SCSI bus!\"}"], ["created_at", "2016-10-05 17:39:00.109661"], ["updated_at", "2016-10-05 17:39:00.109661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores odit in dolorem vel officiis adipisci fugit.\",\"text\":\"Try to program the JSON sensor, maybe it will input the auxiliary pixel!\"}"], ["created_at", "2016-10-05 17:39:00.110564"], ["updated_at", "2016-10-05 17:39:00.110564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est cupiditate sunt.\",\"text\":\"You can't copy the monitor without indexing the redundant RAM hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.111446"], ["updated_at", "2016-10-05 17:39:00.111446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo et quos.\",\"text\":\"Overriding the pixel won't do anything, we need to reboot the 1080p sql bus!\"}"], ["created_at", "2016-10-05 17:39:00.112330"], ["updated_at", "2016-10-05 17:39:00.112330"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt nihil voluptatem esse.\",\"text\":\"Copying the program won't do anything, we need to hack the neural adp pixel!\"}"], ["created_at", "2016-10-05 17:39:00.113210"], ["updated_at", "2016-10-05 17:39:00.113210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic officiis vel rem.\",\"text\":\"You can't connect the microchip without programming the wireless FTP driver!\"}"], ["created_at", "2016-10-05 17:39:00.114151"], ["updated_at", "2016-10-05 17:39:00.114151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore veritatis odio eos.\",\"text\":\"Try to connect the TCP program, maybe it will override the online feed!\"}"], ["created_at", "2016-10-05 17:39:00.115087"], ["updated_at", "2016-10-05 17:39:00.115087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut et dolor tempora illo.\",\"text\":\"Backing up the port won't do anything, we need to navigate the haptic sms circuit!\"}"], ["created_at", "2016-10-05 17:39:00.115972"], ["updated_at", "2016-10-05 17:39:00.115972"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis asperiores vitae.\",\"text\":\"I'll quantify the mobile PNG feed, that should system the USB monitor!\"}"], ["created_at", "2016-10-05 17:39:00.116819"], ["updated_at", "2016-10-05 17:39:00.116819"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere laudantium temporibus voluptatibus sed ab.\",\"text\":\"Use the 1080p PNG bus, then you can hack the solid state circuit!\"}"], ["created_at", "2016-10-05 17:39:00.117712"], ["updated_at", "2016-10-05 17:39:00.117712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto est ipsam repellat quasi ut.\",\"text\":\"Use the cross-platform GB bus, then you can hack the primary feed!\"}"], ["created_at", "2016-10-05 17:39:00.118603"], ["updated_at", "2016-10-05 17:39:00.118603"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam ducimus at rerum.\",\"text\":\"If we compress the feed, we can get to the COM pixel through the primary AGP pixel!\"}"], ["created_at", "2016-10-05 17:39:00.119499"], ["updated_at", "2016-10-05 17:39:00.119499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit ab iusto repellat ipsa et.\",\"text\":\"If we calculate the hard drive, we can get to the RAM microchip through the optical JBOD bus!\"}"], ["created_at", "2016-10-05 17:39:00.120431"], ["updated_at", "2016-10-05 17:39:00.120431"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas nostrum blanditiis est voluptatibus fugit.\",\"text\":\"If we reboot the feed, we can get to the FTP hard drive through the online SQL array!\"}"], ["created_at", "2016-10-05 17:39:00.121346"], ["updated_at", "2016-10-05 17:39:00.121346"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt non quisquam ab aut aliquid perspiciatis eum.\",\"text\":\"If we synthesize the circuit, we can get to the TCP transmitter through the neural EXE driver!\"}"], ["created_at", "2016-10-05 17:39:00.122215"], ["updated_at", "2016-10-05 17:39:00.122215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident ut dolorum est magni blanditiis nemo ratione.\",\"text\":\"If we back up the system, we can get to the EXE microchip through the open-source PNG bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.123163"], ["updated_at", "2016-10-05 17:39:00.123163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non facilis dolorum sunt aperiam et quis.\",\"text\":\"The HDD monitor is down, index the multi-byte bus so we can calculate the SSL sensor!\"}"], ["created_at", "2016-10-05 17:39:00.124072"], ["updated_at", "2016-10-05 17:39:00.124072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel temporibus distinctio doloremque.\",\"text\":\"I'll reboot the wireless IB alarm, that should firewall the THX driver!\"}"], ["created_at", "2016-10-05 17:39:00.124957"], ["updated_at", "2016-10-05 17:39:00.124957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi deleniti facilis repellendus qui quas nulla.\",\"text\":\"Use the solid state THX sensor, then you can bypass the primary transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.125834"], ["updated_at", "2016-10-05 17:39:00.125834"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet voluptatem numquam provident.\",\"text\":\"Indexing the feed won't do anything, we need to compress the virtual usb firewall!\"}"], ["created_at", "2016-10-05 17:39:00.126751"], ["updated_at", "2016-10-05 17:39:00.126751"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti sint voluptatem et et temporibus eius at.\",\"text\":\"If we back up the capacitor, we can get to the SSL port through the redundant SDD program!\"}"], ["created_at", "2016-10-05 17:39:00.127643"], ["updated_at", "2016-10-05 17:39:00.127643"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora facere ipsa occaecati.\",\"text\":\"Synthesizing the card won't do anything, we need to hack the redundant ib capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.128502"], ["updated_at", "2016-10-05 17:39:00.128502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa placeat temporibus modi soluta in qui nobis.\",\"text\":\"Backing up the program won't do anything, we need to bypass the multi-byte usb capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.129377"], ["updated_at", "2016-10-05 17:39:00.129377"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi non dolorum voluptas velit quod.\",\"text\":\"Use the multi-byte PCI application, then you can synthesize the primary panel!\"}"], ["created_at", "2016-10-05 17:39:00.130259"], ["updated_at", "2016-10-05 17:39:00.130259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio est sint omnis.\",\"text\":\"The PNG hard drive is down, reboot the back-end card so we can navigate the GB feed!\"}"], ["created_at", "2016-10-05 17:39:00.131212"], ["updated_at", "2016-10-05 17:39:00.131212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem at tempora rerum repudiandae.\",\"text\":\"You can't program the program without connecting the haptic COM sensor!\"}"], ["created_at", "2016-10-05 17:39:00.132112"], ["updated_at", "2016-10-05 17:39:00.132112"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui error id consequuntur exercitationem.\",\"text\":\"The SDD hard drive is down, reboot the primary matrix so we can input the HDD interface!\"}"], ["created_at", "2016-10-05 17:39:00.133028"], ["updated_at", "2016-10-05 17:39:00.133028"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam possimus corporis temporibus.\",\"text\":\"I'll reboot the digital JBOD monitor, that should bus the SMS array!\"}"], ["created_at", "2016-10-05 17:39:00.134278"], ["updated_at", "2016-10-05 17:39:00.134278"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quia pariatur doloremque enim corporis vel sunt.\",\"text\":\"Use the neural IB bandwidth, then you can hack the neural application!\"}"], ["created_at", "2016-10-05 17:39:00.135598"], ["updated_at", "2016-10-05 17:39:00.135598"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus tempora autem distinctio velit dolores.\",\"text\":\"You can't reboot the interface without copying the 1080p COM monitor!\"}"], ["created_at", "2016-10-05 17:39:00.136721"], ["updated_at", "2016-10-05 17:39:00.136721"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ut animi consequatur aut dolorem.\",\"text\":\"Overriding the panel won't do anything, we need to copy the primary ib array!\"}"], ["created_at", "2016-10-05 17:39:00.137796"], ["updated_at", "2016-10-05 17:39:00.137796"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea explicabo voluptate modi laboriosam.\",\"text\":\"I'll copy the back-end XSS microchip, that should port the SSL interface!\"}"], ["created_at", "2016-10-05 17:39:00.138913"], ["updated_at", "2016-10-05 17:39:00.138913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi eum est sit suscipit repellendus modi.\",\"text\":\"Use the wireless GB port, then you can program the 1080p interface!\"}"], ["created_at", "2016-10-05 17:39:00.140113"], ["updated_at", "2016-10-05 17:39:00.140113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit incidunt et debitis.\",\"text\":\"The PCI array is down, input the optical microchip so we can bypass the SCSI panel!\"}"], ["created_at", "2016-10-05 17:39:00.141258"], ["updated_at", "2016-10-05 17:39:00.141258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui consequatur labore consequatur architecto fugit qui.\",\"text\":\"I'll back up the digital AI bus, that should port the XML card!\"}"], ["created_at", "2016-10-05 17:39:00.142139"], ["updated_at", "2016-10-05 17:39:00.142139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt eveniet expedita et.\",\"text\":\"I'll program the digital AI alarm, that should microchip the AGP transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.143105"], ["updated_at", "2016-10-05 17:39:00.143105"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo quaerat error dolor ad soluta.\",\"text\":\"We need to connect the auxiliary JBOD microchip!\"}"], ["created_at", "2016-10-05 17:39:00.143992"], ["updated_at", "2016-10-05 17:39:00.143992"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam sunt voluptatem architecto earum et dignissimos.\",\"text\":\"I'll navigate the redundant SDD protocol, that should port the SMS card!\"}"], ["created_at", "2016-10-05 17:39:00.144875"], ["updated_at", "2016-10-05 17:39:00.144875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur assumenda vel incidunt dolores impedit vitae.\",\"text\":\"Transmitting the application won't do anything, we need to compress the digital ib application!\"}"], ["created_at", "2016-10-05 17:39:00.145772"], ["updated_at", "2016-10-05 17:39:00.145772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic possimus eum dolor iure ratione ipsum.\",\"text\":\"I'll parse the optical JSON port, that should port the THX protocol!\"}"], ["created_at", "2016-10-05 17:39:00.146693"], ["updated_at", "2016-10-05 17:39:00.146693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit dolor optio aut.\",\"text\":\"Try to input the SQL interface, maybe it will compress the bluetooth bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.147584"], ["updated_at", "2016-10-05 17:39:00.147584"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui odit exercitationem consequatur mollitia ratione odio rerum.\",\"text\":\"The HTTP program is down, connect the bluetooth monitor so we can override the HDD port!\"}"], ["created_at", "2016-10-05 17:39:00.148473"], ["updated_at", "2016-10-05 17:39:00.148473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus accusantium fugit.\",\"text\":\"You can't back up the feed without transmitting the online AI driver!\"}"], ["created_at", "2016-10-05 17:39:00.149393"], ["updated_at", "2016-10-05 17:39:00.149393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut facere occaecati.\",\"text\":\"We need to bypass the solid state SSL card!\"}"], ["created_at", "2016-10-05 17:39:00.150276"], ["updated_at", "2016-10-05 17:39:00.150276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis neque autem ad aliquam sed eum rerum.\",\"text\":\"Programming the bandwidth won't do anything, we need to quantify the primary hdd array!\"}"], ["created_at", "2016-10-05 17:39:00.151244"], ["updated_at", "2016-10-05 17:39:00.151244"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse quia ut sunt.\",\"text\":\"Use the back-end EXE program, then you can connect the primary firewall!\"}"], ["created_at", "2016-10-05 17:39:00.152171"], ["updated_at", "2016-10-05 17:39:00.152171"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit sed maiores minima provident nesciunt.\",\"text\":\"Use the virtual JSON panel, then you can reboot the wireless card!\"}"], ["created_at", "2016-10-05 17:39:00.153064"], ["updated_at", "2016-10-05 17:39:00.153064"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus consequatur nihil.\",\"text\":\"We need to bypass the auxiliary HTTP firewall!\"}"], ["created_at", "2016-10-05 17:39:00.153963"], ["updated_at", "2016-10-05 17:39:00.153963"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit qui asperiores exercitationem quis.\",\"text\":\"The AI firewall is down, transmit the redundant interface so we can reboot the IB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.154890"], ["updated_at", "2016-10-05 17:39:00.154890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem illum omnis unde consequuntur ut eveniet.\",\"text\":\"I'll hack the multi-byte SAS circuit, that should monitor the CSS sensor!\"}"], ["created_at", "2016-10-05 17:39:00.155777"], ["updated_at", "2016-10-05 17:39:00.155777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas pariatur accusamus ipsum.\",\"text\":\"Try to index the SMS system, maybe it will input the bluetooth system!\"}"], ["created_at", "2016-10-05 17:39:00.156659"], ["updated_at", "2016-10-05 17:39:00.156659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime ratione laboriosam.\",\"text\":\"I'll reboot the open-source CSS driver, that should alarm the GB firewall!\"}"], ["created_at", "2016-10-05 17:39:00.157554"], ["updated_at", "2016-10-05 17:39:00.157554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem sapiente provident quis.\",\"text\":\"If we override the program, we can get to the ADP sensor through the solid state PCI microchip!\"}"], ["created_at", "2016-10-05 17:39:00.158475"], ["updated_at", "2016-10-05 17:39:00.158475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati magnam reprehenderit omnis ipsam voluptatibus aliquid.\",\"text\":\"Use the haptic IB pixel, then you can navigate the auxiliary application!\"}"], ["created_at", "2016-10-05 17:39:00.159364"], ["updated_at", "2016-10-05 17:39:00.159364"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero voluptatem ipsam in id.\",\"text\":\"You can't bypass the alarm without transmitting the haptic SCSI panel!\"}"], ["created_at", "2016-10-05 17:39:00.160216"], ["updated_at", "2016-10-05 17:39:00.160216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et et asperiores est qui voluptatem.\",\"text\":\"If we parse the card, we can get to the PCI pixel through the online XML matrix!\"}"], ["created_at", "2016-10-05 17:39:00.161093"], ["updated_at", "2016-10-05 17:39:00.161093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis impedit magni autem et sapiente nam voluptas.\",\"text\":\"We need to transmit the 1080p SMTP card!\"}"], ["created_at", "2016-10-05 17:39:00.161975"], ["updated_at", "2016-10-05 17:39:00.161975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia expedita sit iusto aspernatur qui.\",\"text\":\"Use the cross-platform CSS pixel, then you can back up the virtual circuit!\"}"], ["created_at", "2016-10-05 17:39:00.162865"], ["updated_at", "2016-10-05 17:39:00.162865"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis est quis.\",\"text\":\"If we connect the system, we can get to the IB capacitor through the digital ADP protocol!\"}"], ["created_at", "2016-10-05 17:39:00.163742"], ["updated_at", "2016-10-05 17:39:00.163742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut quas molestiae aut fugit quo.\",\"text\":\"The COM panel is down, navigate the haptic circuit so we can calculate the AGP firewall!\"}"], ["created_at", "2016-10-05 17:39:00.164634"], ["updated_at", "2016-10-05 17:39:00.164634"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad sed impedit expedita repudiandae.\",\"text\":\"Try to bypass the PCI capacitor, maybe it will reboot the wireless pixel!\"}"], ["created_at", "2016-10-05 17:39:00.165514"], ["updated_at", "2016-10-05 17:39:00.165514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut possimus deserunt molestias.\",\"text\":\"You can't hack the program without synthesizing the wireless PNG feed!\"}"], ["created_at", "2016-10-05 17:39:00.166388"], ["updated_at", "2016-10-05 17:39:00.166388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum eveniet laborum ipsum.\",\"text\":\"Try to input the XML monitor, maybe it will back up the multi-byte alarm!\"}"], ["created_at", "2016-10-05 17:39:00.167265"], ["updated_at", "2016-10-05 17:39:00.167265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam natus consequatur mollitia et tenetur illum autem.\",\"text\":\"Try to parse the SQL panel, maybe it will copy the online microchip!\"}"], ["created_at", "2016-10-05 17:39:00.168152"], ["updated_at", "2016-10-05 17:39:00.168152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam id ipsum a voluptatibus adipisci.\",\"text\":\"Use the online PNG program, then you can transmit the back-end microchip!\"}"], ["created_at", "2016-10-05 17:39:00.169031"], ["updated_at", "2016-10-05 17:39:00.169031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates vel unde modi autem quia.\",\"text\":\"The HTTP transmitter is down, input the optical hard drive so we can synthesize the AI pixel!\"}"], ["created_at", "2016-10-05 17:39:00.169916"], ["updated_at", "2016-10-05 17:39:00.169916"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque voluptatum voluptatibus dolor veritatis autem placeat temporibus.\",\"text\":\"Transmitting the program won't do anything, we need to override the optical tcp capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.170853"], ["updated_at", "2016-10-05 17:39:00.170853"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam temporibus assumenda unde eos laborum.\",\"text\":\"Synthesizing the program won't do anything, we need to program the solid state xss card!\"}"], ["created_at", "2016-10-05 17:39:00.171858"], ["updated_at", "2016-10-05 17:39:00.171858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio quo dolor earum quibusdam esse nihil sapiente.\",\"text\":\"We need to reboot the online HDD alarm!\"}"], ["created_at", "2016-10-05 17:39:00.172842"], ["updated_at", "2016-10-05 17:39:00.172842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum atque doloribus nobis non ea.\",\"text\":\"Try to synthesize the FTP driver, maybe it will program the haptic monitor!\"}"], ["created_at", "2016-10-05 17:39:00.173732"], ["updated_at", "2016-10-05 17:39:00.173732"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia consequatur ratione ipsam quam.\",\"text\":\"Try to synthesize the JSON interface, maybe it will compress the neural bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.174644"], ["updated_at", "2016-10-05 17:39:00.174644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci rerum quibusdam autem expedita aliquam tempora blanditiis.\",\"text\":\"I'll copy the auxiliary TCP system, that should circuit the XML feed!\"}"], ["created_at", "2016-10-05 17:39:00.175525"], ["updated_at", "2016-10-05 17:39:00.175525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut qui nihil rerum earum quasi voluptate.\",\"text\":\"We need to connect the 1080p SQL system!\"}"], ["created_at", "2016-10-05 17:39:00.176395"], ["updated_at", "2016-10-05 17:39:00.176395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae ipsam ea.\",\"text\":\"You can't synthesize the sensor without calculating the primary HTTP application!\"}"], ["created_at", "2016-10-05 17:39:00.177280"], ["updated_at", "2016-10-05 17:39:00.177280"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum sapiente at veritatis.\",\"text\":\"If we back up the port, we can get to the HDD matrix through the cross-platform HTTP pixel!\"}"], ["created_at", "2016-10-05 17:39:00.178174"], ["updated_at", "2016-10-05 17:39:00.178174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam cupiditate quod ipsum iusto.\",\"text\":\"Try to bypass the XML protocol, maybe it will index the optical panel!\"}"], ["created_at", "2016-10-05 17:39:00.179085"], ["updated_at", "2016-10-05 17:39:00.179085"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum et nam.\",\"text\":\"Synthesizing the port won't do anything, we need to reboot the wireless hdd interface!\"}"], ["created_at", "2016-10-05 17:39:00.179962"], ["updated_at", "2016-10-05 17:39:00.179962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt ipsum asperiores facere eveniet in ut et.\",\"text\":\"Calculating the matrix won't do anything, we need to generate the haptic ssl application!\"}"], ["created_at", "2016-10-05 17:39:00.180871"], ["updated_at", "2016-10-05 17:39:00.180871"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel minima dignissimos eveniet modi.\",\"text\":\"The SDD microchip is down, override the solid state application so we can override the CSS alarm!\"}"], ["created_at", "2016-10-05 17:39:00.181817"], ["updated_at", "2016-10-05 17:39:00.181817"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus ducimus aut qui iusto illo odit.\",\"text\":\"We need to back up the wireless AI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.182750"], ["updated_at", "2016-10-05 17:39:00.182750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus sit ut.\",\"text\":\"You can't parse the transmitter without calculating the back-end JSON panel!\"}"], ["created_at", "2016-10-05 17:39:00.183660"], ["updated_at", "2016-10-05 17:39:00.183660"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint tempora eum.\",\"text\":\"You can't transmit the capacitor without generating the virtual PNG matrix!\"}"], ["created_at", "2016-10-05 17:39:00.184575"], ["updated_at", "2016-10-05 17:39:00.184575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non illum nostrum dolorum dignissimos animi.\",\"text\":\"If we compress the port, we can get to the FTP alarm through the haptic XML array!\"}"], ["created_at", "2016-10-05 17:39:00.185451"], ["updated_at", "2016-10-05 17:39:00.185451"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos expedita dolor aperiam qui quia.\",\"text\":\"You can't program the array without compressing the multi-byte HTTP interface!\"}"], ["created_at", "2016-10-05 17:39:00.186396"], ["updated_at", "2016-10-05 17:39:00.186396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad cupiditate et.\",\"text\":\"I'll hack the back-end HTTP pixel, that should alarm the XSS alarm!\"}"], ["created_at", "2016-10-05 17:39:00.187309"], ["updated_at", "2016-10-05 17:39:00.187309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda est nobis aliquid et eum.\",\"text\":\"If we input the port, we can get to the SMTP firewall through the redundant AI matrix!\"}"], ["created_at", "2016-10-05 17:39:00.188248"], ["updated_at", "2016-10-05 17:39:00.188248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit quo nesciunt dolore exercitationem.\",\"text\":\"You can't back up the microchip without hacking the haptic COM circuit!\"}"], ["created_at", "2016-10-05 17:39:00.189155"], ["updated_at", "2016-10-05 17:39:00.189155"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore maxime incidunt praesentium cum id nulla.\",\"text\":\"We need to connect the bluetooth SSL hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.190039"], ["updated_at", "2016-10-05 17:39:00.190039"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia animi aut.\",\"text\":\"Try to transmit the AGP sensor, maybe it will transmit the 1080p panel!\"}"], ["created_at", "2016-10-05 17:39:00.190997"], ["updated_at", "2016-10-05 17:39:00.190997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius asperiores et ut error fugit nisi.\",\"text\":\"We need to navigate the solid state IB pixel!\"}"], ["created_at", "2016-10-05 17:39:00.191867"], ["updated_at", "2016-10-05 17:39:00.191867"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat et commodi eius dolores voluptates et culpa.\",\"text\":\"The USB card is down, hack the redundant protocol so we can synthesize the XSS microchip!\"}"], ["created_at", "2016-10-05 17:39:00.192746"], ["updated_at", "2016-10-05 17:39:00.192746"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum dolor debitis qui aut dolore eum.\",\"text\":\"The SDD alarm is down, transmit the virtual application so we can hack the USB capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.193907"], ["updated_at", "2016-10-05 17:39:00.193907"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem saepe repudiandae veritatis sit aut.\",\"text\":\"The AGP bandwidth is down, connect the digital bandwidth so we can program the XML feed!\"}"], ["created_at", "2016-10-05 17:39:00.194954"], ["updated_at", "2016-10-05 17:39:00.194954"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero vero qui nostrum velit aspernatur soluta sunt.\",\"text\":\"Try to back up the IB matrix, maybe it will transmit the redundant feed!\"}"], ["created_at", "2016-10-05 17:39:00.195909"], ["updated_at", "2016-10-05 17:39:00.195909"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut laboriosam error at unde dolorem minus non.\",\"text\":\"The SDD program is down, calculate the redundant array so we can parse the SCSI sensor!\"}"], ["created_at", "2016-10-05 17:39:00.196782"], ["updated_at", "2016-10-05 17:39:00.196782"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores nulla sint.\",\"text\":\"The AI card is down, parse the back-end interface so we can reboot the GB panel!\"}"], ["created_at", "2016-10-05 17:39:00.197675"], ["updated_at", "2016-10-05 17:39:00.197675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut omnis aliquam eaque et aut dolorem.\",\"text\":\"The CSS capacitor is down, synthesize the optical matrix so we can navigate the SMS capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.198578"], ["updated_at", "2016-10-05 17:39:00.198578"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ullam facilis quia deserunt eos.\",\"text\":\"Programming the interface won't do anything, we need to compress the cross-platform png matrix!\"}"], ["created_at", "2016-10-05 17:39:00.199466"], ["updated_at", "2016-10-05 17:39:00.199466"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi veritatis laborum non.\",\"text\":\"You can't transmit the panel without compressing the virtual SDD port!\"}"], ["created_at", "2016-10-05 17:39:00.200382"], ["updated_at", "2016-10-05 17:39:00.200382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime incidunt veritatis sunt voluptatem voluptates eum.\",\"text\":\"Hacking the bus won't do anything, we need to hack the 1080p xss matrix!\"}"], ["created_at", "2016-10-05 17:39:00.201259"], ["updated_at", "2016-10-05 17:39:00.201259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores mollitia doloremque accusamus.\",\"text\":\"If we quantify the panel, we can get to the JSON panel through the primary COM card!\"}"], ["created_at", "2016-10-05 17:39:00.202141"], ["updated_at", "2016-10-05 17:39:00.202141"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque atque cumque et.\",\"text\":\"Try to input the SDD bus, maybe it will compress the open-source card!\"}"], ["created_at", "2016-10-05 17:39:00.203069"], ["updated_at", "2016-10-05 17:39:00.203069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit et et tenetur commodi error facilis.\",\"text\":\"Try to override the HTTP feed, maybe it will parse the multi-byte bus!\"}"], ["created_at", "2016-10-05 17:39:00.203937"], ["updated_at", "2016-10-05 17:39:00.203937"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur molestiae optio quos.\",\"text\":\"Overriding the system won't do anything, we need to index the mobile css port!\"}"], ["created_at", "2016-10-05 17:39:00.204803"], ["updated_at", "2016-10-05 17:39:00.204803"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem necessitatibus doloribus ullam saepe voluptatem vel.\",\"text\":\"If we reboot the driver, we can get to the PCI alarm through the optical HDD matrix!\"}"], ["created_at", "2016-10-05 17:39:00.205681"], ["updated_at", "2016-10-05 17:39:00.205681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae ut molestiae omnis qui vitae dolores.\",\"text\":\"The HDD microchip is down, input the back-end array so we can override the SQL firewall!\"}"], ["created_at", "2016-10-05 17:39:00.206592"], ["updated_at", "2016-10-05 17:39:00.206592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt vel animi blanditiis delectus beatae quis.\",\"text\":\"We need to back up the bluetooth SQL pixel!\"}"], ["created_at", "2016-10-05 17:39:00.207489"], ["updated_at", "2016-10-05 17:39:00.207489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic quibusdam repellat inventore.\",\"text\":\"The COM feed is down, synthesize the multi-byte system so we can input the TCP bus!\"}"], ["created_at", "2016-10-05 17:39:00.208365"], ["updated_at", "2016-10-05 17:39:00.208365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt aliquid ab labore et ipsum at.\",\"text\":\"You can't index the hard drive without programming the auxiliary IB firewall!\"}"], ["created_at", "2016-10-05 17:39:00.209247"], ["updated_at", "2016-10-05 17:39:00.209247"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor ipsam quas nisi esse.\",\"text\":\"I'll navigate the primary RAM circuit, that should array the RSS protocol!\"}"], ["created_at", "2016-10-05 17:39:00.210124"], ["updated_at", "2016-10-05 17:39:00.210124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In ex quia molestiae hic numquam enim ipsum.\",\"text\":\"We need to index the back-end JSON bus!\"}"], ["created_at", "2016-10-05 17:39:00.211007"], ["updated_at", "2016-10-05 17:39:00.211007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum mollitia nobis eligendi maiores illum aut voluptas.\",\"text\":\"If we transmit the circuit, we can get to the GB sensor through the haptic AI capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.211889"], ["updated_at", "2016-10-05 17:39:00.211889"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias harum quo.\",\"text\":\"Parsing the array won't do anything, we need to program the cross-platform gb port!\"}"], ["created_at", "2016-10-05 17:39:00.212778"], ["updated_at", "2016-10-05 17:39:00.212778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti iusto suscipit est.\",\"text\":\"I'll back up the online ADP sensor, that should transmitter the PCI port!\"}"], ["created_at", "2016-10-05 17:39:00.213702"], ["updated_at", "2016-10-05 17:39:00.213702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At libero repellat quis autem dolore.\",\"text\":\"We need to bypass the bluetooth IB card!\"}"], ["created_at", "2016-10-05 17:39:00.214620"], ["updated_at", "2016-10-05 17:39:00.214620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic et ipsum architecto.\",\"text\":\"Use the auxiliary SAS program, then you can back up the solid state bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.215501"], ["updated_at", "2016-10-05 17:39:00.215501"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ex delectus quo.\",\"text\":\"Use the haptic SSL driver, then you can connect the haptic driver!\"}"], ["created_at", "2016-10-05 17:39:00.216364"], ["updated_at", "2016-10-05 17:39:00.216364"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo nisi ipsa.\",\"text\":\"If we input the bus, we can get to the GB capacitor through the wireless JSON interface!\"}"], ["created_at", "2016-10-05 17:39:00.217209"], ["updated_at", "2016-10-05 17:39:00.217209"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut culpa quos architecto cupiditate enim.\",\"text\":\"Synthesizing the feed won't do anything, we need to transmit the open-source css card!\"}"], ["created_at", "2016-10-05 17:39:00.218073"], ["updated_at", "2016-10-05 17:39:00.218073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo quos dolorem quia consequatur.\",\"text\":\"We need to copy the multi-byte SCSI driver!\"}"], ["created_at", "2016-10-05 17:39:00.218976"], ["updated_at", "2016-10-05 17:39:00.218976"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam et dolorem repudiandae tempore illum.\",\"text\":\"You can't copy the interface without bypassing the multi-byte CSS bus!\"}"], ["created_at", "2016-10-05 17:39:00.219854"], ["updated_at", "2016-10-05 17:39:00.219854"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi voluptates voluptate omnis.\",\"text\":\"You can't quantify the feed without hacking the wireless SAS system!\"}"], ["created_at", "2016-10-05 17:39:00.220746"], ["updated_at", "2016-10-05 17:39:00.220746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi quas unde exercitationem sapiente.\",\"text\":\"Hacking the driver won't do anything, we need to calculate the haptic tcp feed!\"}"], ["created_at", "2016-10-05 17:39:00.221660"], ["updated_at", "2016-10-05 17:39:00.221660"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo eum repellat exercitationem a incidunt.\",\"text\":\"I'll bypass the wireless SMTP bus, that should panel the SSL port!\"}"], ["created_at", "2016-10-05 17:39:00.222544"], ["updated_at", "2016-10-05 17:39:00.222544"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et voluptatem perspiciatis sit quibusdam velit velit.\",\"text\":\"The ADP capacitor is down, parse the redundant matrix so we can copy the RAM bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.223410"], ["updated_at", "2016-10-05 17:39:00.223410"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis facere deleniti aperiam nulla at nesciunt.\",\"text\":\"You can't generate the sensor without generating the haptic AGP system!\"}"], ["created_at", "2016-10-05 17:39:00.224333"], ["updated_at", "2016-10-05 17:39:00.224333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis natus voluptate autem facilis aut.\",\"text\":\"Use the redundant XSS protocol, then you can input the wireless monitor!\"}"], ["created_at", "2016-10-05 17:39:00.225242"], ["updated_at", "2016-10-05 17:39:00.225242"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In molestias officiis.\",\"text\":\"I'll bypass the open-source THX array, that should alarm the SSL driver!\"}"], ["created_at", "2016-10-05 17:39:00.226136"], ["updated_at", "2016-10-05 17:39:00.226136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas deleniti et qui voluptate non.\",\"text\":\"The JSON port is down, copy the solid state sensor so we can input the RAM circuit!\"}"], ["created_at", "2016-10-05 17:39:00.227071"], ["updated_at", "2016-10-05 17:39:00.227071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores nulla reprehenderit cumque mollitia.\",\"text\":\"Hacking the firewall won't do anything, we need to compress the multi-byte com interface!\"}"], ["created_at", "2016-10-05 17:39:00.227997"], ["updated_at", "2016-10-05 17:39:00.227997"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda corporis nesciunt eveniet ipsa beatae reprehenderit voluptas.\",\"text\":\"We need to hack the primary COM alarm!\"}"], ["created_at", "2016-10-05 17:39:00.228867"], ["updated_at", "2016-10-05 17:39:00.228867"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident recusandae nam harum molestias.\",\"text\":\"Indexing the pixel won't do anything, we need to parse the mobile ram array!\"}"], ["created_at", "2016-10-05 17:39:00.229715"], ["updated_at", "2016-10-05 17:39:00.229715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis quas et et dolore ea et quis.\",\"text\":\"If we bypass the microchip, we can get to the CSS firewall through the digital EXE sensor!\"}"], ["created_at", "2016-10-05 17:39:00.230620"], ["updated_at", "2016-10-05 17:39:00.230620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque molestiae voluptatem voluptates et tempora.\",\"text\":\"I'll input the solid state AGP alarm, that should panel the COM system!\"}"], ["created_at", "2016-10-05 17:39:00.231528"], ["updated_at", "2016-10-05 17:39:00.231528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur quam quod vel et labore.\",\"text\":\"You can't bypass the application without compressing the redundant CSS array!\"}"], ["created_at", "2016-10-05 17:39:00.232411"], ["updated_at", "2016-10-05 17:39:00.232411"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam sit voluptatem et deserunt.\",\"text\":\"If we connect the application, we can get to the SMTP protocol through the haptic JSON firewall!\"}"], ["created_at", "2016-10-05 17:39:00.233288"], ["updated_at", "2016-10-05 17:39:00.233288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde officia sed aut vitae laboriosam.\",\"text\":\"We need to connect the cross-platform RAM port!\"}"], ["created_at", "2016-10-05 17:39:00.234164"], ["updated_at", "2016-10-05 17:39:00.234164"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere omnis quidem quibusdam molestiae voluptatem sit ex.\",\"text\":\"Synthesizing the system won't do anything, we need to calculate the solid state rss port!\"}"], ["created_at", "2016-10-05 17:39:00.235072"], ["updated_at", "2016-10-05 17:39:00.235072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta similique sint autem ea facere.\",\"text\":\"Use the 1080p SQL panel, then you can override the neural feed!\"}"], ["created_at", "2016-10-05 17:39:00.235925"], ["updated_at", "2016-10-05 17:39:00.235925"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur ea iste odio.\",\"text\":\"Use the haptic RAM program, then you can copy the primary feed!\"}"], ["created_at", "2016-10-05 17:39:00.236795"], ["updated_at", "2016-10-05 17:39:00.236795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi est nesciunt voluptatibus esse eveniet.\",\"text\":\"I'll compress the cross-platform JSON application, that should system the TCP card!\"}"], ["created_at", "2016-10-05 17:39:00.237663"], ["updated_at", "2016-10-05 17:39:00.237663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed voluptatem aut ea sapiente.\",\"text\":\"Use the neural IB panel, then you can copy the neural application!\"}"], ["created_at", "2016-10-05 17:39:00.238611"], ["updated_at", "2016-10-05 17:39:00.238611"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias qui perferendis.\",\"text\":\"The SQL microchip is down, program the digital matrix so we can bypass the IB microchip!\"}"], ["created_at", "2016-10-05 17:39:00.239491"], ["updated_at", "2016-10-05 17:39:00.239491"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium velit tempore provident in id reiciendis atque.\",\"text\":\"You can't copy the pixel without generating the neural EXE interface!\"}"], ["created_at", "2016-10-05 17:39:00.240394"], ["updated_at", "2016-10-05 17:39:00.240394"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto ab est non eos inventore autem rerum.\",\"text\":\"If we connect the matrix, we can get to the THX program through the wireless THX card!\"}"], ["created_at", "2016-10-05 17:39:00.241281"], ["updated_at", "2016-10-05 17:39:00.241281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia voluptatem non sapiente id id doloribus molestiae.\",\"text\":\"If we index the hard drive, we can get to the SMS firewall through the back-end SSL circuit!\"}"], ["created_at", "2016-10-05 17:39:00.242161"], ["updated_at", "2016-10-05 17:39:00.242161"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad voluptates qui rem.\",\"text\":\"You can't calculate the microchip without compressing the redundant CSS feed!\"}"], ["created_at", "2016-10-05 17:39:00.243101"], ["updated_at", "2016-10-05 17:39:00.243101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo reiciendis sit quia natus rerum.\",\"text\":\"You can't input the hard drive without calculating the solid state XML feed!\"}"], ["created_at", "2016-10-05 17:39:00.243981"], ["updated_at", "2016-10-05 17:39:00.243981"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi amet laborum.\",\"text\":\"I'll synthesize the bluetooth RAM program, that should transmitter the ADP pixel!\"}"], ["created_at", "2016-10-05 17:39:00.244848"], ["updated_at", "2016-10-05 17:39:00.244848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita qui dicta repellendus quibusdam velit maiores aut.\",\"text\":\"We need to back up the mobile SQL pixel!\"}"], ["created_at", "2016-10-05 17:39:00.245724"], ["updated_at", "2016-10-05 17:39:00.245724"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius nisi ut cumque dolor quia.\",\"text\":\"Hacking the bus won't do anything, we need to generate the cross-platform css firewall!\"}"], ["created_at", "2016-10-05 17:39:00.246610"], ["updated_at", "2016-10-05 17:39:00.246610"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non tempore ut distinctio quia.\",\"text\":\"The SQL protocol is down, parse the bluetooth application so we can generate the PCI driver!\"}"], ["created_at", "2016-10-05 17:39:00.247496"], ["updated_at", "2016-10-05 17:39:00.247496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam impedit similique possimus nam eum at.\",\"text\":\"Use the digital THX monitor, then you can program the solid state sensor!\"}"], ["created_at", "2016-10-05 17:39:00.248363"], ["updated_at", "2016-10-05 17:39:00.248363"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A doloremque quis dolores perspiciatis.\",\"text\":\"We need to calculate the digital EXE interface!\"}"], ["created_at", "2016-10-05 17:39:00.249246"], ["updated_at", "2016-10-05 17:39:00.249246"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A eligendi omnis sunt est porro cum.\",\"text\":\"The SQL circuit is down, connect the haptic firewall so we can connect the SSL pixel!\"}"], ["created_at", "2016-10-05 17:39:00.250120"], ["updated_at", "2016-10-05 17:39:00.250120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet atque est nihil ea officia exercitationem.\",\"text\":\"If we back up the array, we can get to the TCP microchip through the back-end PCI application!\"}"], ["created_at", "2016-10-05 17:39:00.251007"], ["updated_at", "2016-10-05 17:39:00.251007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum consequuntur id voluptatem qui.\",\"text\":\"Try to index the THX interface, maybe it will program the redundant application!\"}"], ["created_at", "2016-10-05 17:39:00.251885"], ["updated_at", "2016-10-05 17:39:00.251885"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis ea velit fugit.\",\"text\":\"Use the cross-platform SMS hard drive, then you can compress the auxiliary monitor!\"}"], ["created_at", "2016-10-05 17:39:00.252757"], ["updated_at", "2016-10-05 17:39:00.252757"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut quisquam cumque deleniti modi et aliquid.\",\"text\":\"I'll reboot the 1080p SMTP capacitor, that should matrix the FTP monitor!\"}"], ["created_at", "2016-10-05 17:39:00.253647"], ["updated_at", "2016-10-05 17:39:00.253647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et in necessitatibus eius.\",\"text\":\"We need to calculate the haptic AGP panel!\"}"], ["created_at", "2016-10-05 17:39:00.254550"], ["updated_at", "2016-10-05 17:39:00.254550"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam accusamus voluptas distinctio ipsa adipisci modi recusandae.\",\"text\":\"The CSS system is down, connect the digital pixel so we can quantify the CSS application!\"}"], ["created_at", "2016-10-05 17:39:00.255424"], ["updated_at", "2016-10-05 17:39:00.255424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam commodi voluptates ut dolor placeat.\",\"text\":\"You can't generate the sensor without transmitting the redundant AI matrix!\"}"], ["created_at", "2016-10-05 17:39:00.256292"], ["updated_at", "2016-10-05 17:39:00.256292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia numquam autem dolorum.\",\"text\":\"I'll quantify the open-source USB feed, that should application the USB pixel!\"}"], ["created_at", "2016-10-05 17:39:00.257190"], ["updated_at", "2016-10-05 17:39:00.257190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi voluptatem et reiciendis qui dolor deserunt.\",\"text\":\"Hacking the driver won't do anything, we need to copy the neural sas firewall!\"}"], ["created_at", "2016-10-05 17:39:00.258088"], ["updated_at", "2016-10-05 17:39:00.258088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut excepturi laudantium.\",\"text\":\"We need to navigate the optical JSON microchip!\"}"], ["created_at", "2016-10-05 17:39:00.258987"], ["updated_at", "2016-10-05 17:39:00.258987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui distinctio consequatur tempore voluptas reprehenderit.\",\"text\":\"If we program the protocol, we can get to the COM capacitor through the digital SCSI monitor!\"}"], ["created_at", "2016-10-05 17:39:00.259908"], ["updated_at", "2016-10-05 17:39:00.259908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam exercitationem optio quo ut quae quod.\",\"text\":\"If we copy the transmitter, we can get to the RSS bandwidth through the bluetooth PNG array!\"}"], ["created_at", "2016-10-05 17:39:00.260774"], ["updated_at", "2016-10-05 17:39:00.260774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim eos quis consectetur sapiente maiores aliquid.\",\"text\":\"I'll override the back-end EXE firewall, that should protocol the THX monitor!\"}"], ["created_at", "2016-10-05 17:39:00.261641"], ["updated_at", "2016-10-05 17:39:00.261641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid et mollitia eaque molestiae deserunt eius.\",\"text\":\"If we program the card, we can get to the SAS matrix through the haptic JBOD system!\"}"], ["created_at", "2016-10-05 17:39:00.262540"], ["updated_at", "2016-10-05 17:39:00.262540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste animi omnis tenetur quod modi.\",\"text\":\"Quantifying the matrix won't do anything, we need to transmit the haptic xml transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.263454"], ["updated_at", "2016-10-05 17:39:00.263454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga eos velit sed sunt aut quo nesciunt.\",\"text\":\"Use the 1080p SDD sensor, then you can quantify the solid state matrix!\"}"], ["created_at", "2016-10-05 17:39:00.264348"], ["updated_at", "2016-10-05 17:39:00.264348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum asperiores ullam nihil.\",\"text\":\"If we synthesize the feed, we can get to the SMS driver through the online HDD circuit!\"}"], ["created_at", "2016-10-05 17:39:00.265234"], ["updated_at", "2016-10-05 17:39:00.265234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id nulla occaecati in animi fugit.\",\"text\":\"Programming the firewall won't do anything, we need to copy the bluetooth tcp panel!\"}"], ["created_at", "2016-10-05 17:39:00.266135"], ["updated_at", "2016-10-05 17:39:00.266135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet dolorem est tempore.\",\"text\":\"If we generate the driver, we can get to the HTTP bandwidth through the back-end SMS alarm!\"}"], ["created_at", "2016-10-05 17:39:00.267021"], ["updated_at", "2016-10-05 17:39:00.267021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus corporis praesentium ipsum quasi.\",\"text\":\"You can't compress the circuit without connecting the wireless CSS feed!\"}"], ["created_at", "2016-10-05 17:39:00.267879"], ["updated_at", "2016-10-05 17:39:00.267879"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim ut officia.\",\"text\":\"Try to reboot the SAS alarm, maybe it will parse the bluetooth microchip!\"}"], ["created_at", "2016-10-05 17:39:00.268751"], ["updated_at", "2016-10-05 17:39:00.268751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex et praesentium eveniet deserunt autem soluta ut.\",\"text\":\"If we synthesize the bus, we can get to the PCI card through the primary SCSI pixel!\"}"], ["created_at", "2016-10-05 17:39:00.269620"], ["updated_at", "2016-10-05 17:39:00.269620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint quo velit nihil deserunt ex ea.\",\"text\":\"If we generate the system, we can get to the THX sensor through the multi-byte HTTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.270507"], ["updated_at", "2016-10-05 17:39:00.270507"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero fugit ipsa.\",\"text\":\"We need to override the back-end RAM protocol!\"}"], ["created_at", "2016-10-05 17:39:00.271383"], ["updated_at", "2016-10-05 17:39:00.271383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia sint minima.\",\"text\":\"Synthesizing the application won't do anything, we need to compress the bluetooth rss monitor!\"}"], ["created_at", "2016-10-05 17:39:00.272244"], ["updated_at", "2016-10-05 17:39:00.272244"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas et non.\",\"text\":\"The SAS microchip is down, calculate the virtual driver so we can quantify the SMTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.273130"], ["updated_at", "2016-10-05 17:39:00.273130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil qui quaerat nam dolor.\",\"text\":\"We need to transmit the virtual EXE protocol!\"}"], ["created_at", "2016-10-05 17:39:00.274044"], ["updated_at", "2016-10-05 17:39:00.274044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ullam sed sit non amet.\",\"text\":\"I'll hack the online GB card, that should matrix the AI bus!\"}"], ["created_at", "2016-10-05 17:39:00.274924"], ["updated_at", "2016-10-05 17:39:00.274924"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid numquam qui maiores tempore.\",\"text\":\"You can't navigate the bandwidth without bypassing the wireless PCI pixel!\"}"], ["created_at", "2016-10-05 17:39:00.275804"], ["updated_at", "2016-10-05 17:39:00.275804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut asperiores et voluptates quod tenetur eum.\",\"text\":\"Transmitting the circuit won't do anything, we need to connect the bluetooth pci sensor!\"}"], ["created_at", "2016-10-05 17:39:00.276698"], ["updated_at", "2016-10-05 17:39:00.276698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint minus officia.\",\"text\":\"If we reboot the bandwidth, we can get to the XSS microchip through the primary AI port!\"}"], ["created_at", "2016-10-05 17:39:00.277613"], ["updated_at", "2016-10-05 17:39:00.277613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem rerum natus qui.\",\"text\":\"Overriding the pixel won't do anything, we need to navigate the bluetooth xml port!\"}"], ["created_at", "2016-10-05 17:39:00.278494"], ["updated_at", "2016-10-05 17:39:00.278494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quia iusto et officiis.\",\"text\":\"You can't generate the microchip without programming the neural SCSI card!\"}"], ["created_at", "2016-10-05 17:39:00.279367"], ["updated_at", "2016-10-05 17:39:00.279367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae odio voluptatem eos sequi aut.\",\"text\":\"Use the 1080p USB array, then you can compress the virtual card!\"}"], ["created_at", "2016-10-05 17:39:00.280218"], ["updated_at", "2016-10-05 17:39:00.280218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore corrupti facilis et.\",\"text\":\"Use the mobile THX application, then you can back up the haptic alarm!\"}"], ["created_at", "2016-10-05 17:39:00.281100"], ["updated_at", "2016-10-05 17:39:00.281100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi eligendi maiores.\",\"text\":\"We need to parse the open-source SQL bus!\"}"], ["created_at", "2016-10-05 17:39:00.281983"], ["updated_at", "2016-10-05 17:39:00.281983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus sapiente rem velit magnam dolorem quae asperiores.\",\"text\":\"The SDD feed is down, reboot the haptic capacitor so we can navigate the CSS port!\"}"], ["created_at", "2016-10-05 17:39:00.282864"], ["updated_at", "2016-10-05 17:39:00.282864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut ut non maiores earum ipsa.\",\"text\":\"The RSS port is down, program the online pixel so we can navigate the SMS card!\"}"], ["created_at", "2016-10-05 17:39:00.283739"], ["updated_at", "2016-10-05 17:39:00.283739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel quis assumenda aliquid reiciendis amet.\",\"text\":\"You can't connect the matrix without quantifying the cross-platform CSS protocol!\"}"], ["created_at", "2016-10-05 17:39:00.284658"], ["updated_at", "2016-10-05 17:39:00.284658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque aspernatur assumenda numquam.\",\"text\":\"You can't back up the panel without synthesizing the online COM alarm!\"}"], ["created_at", "2016-10-05 17:39:00.285522"], ["updated_at", "2016-10-05 17:39:00.285522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem fugiat doloribus quis expedita qui.\",\"text\":\"The USB system is down, synthesize the virtual monitor so we can transmit the SDD system!\"}"], ["created_at", "2016-10-05 17:39:00.286408"], ["updated_at", "2016-10-05 17:39:00.286408"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro autem voluptatem consequatur exercitationem temporibus et consequatur.\",\"text\":\"We need to override the redundant EXE port!\"}"], ["created_at", "2016-10-05 17:39:00.287282"], ["updated_at", "2016-10-05 17:39:00.287282"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque aut autem.\",\"text\":\"Use the mobile SAS alarm, then you can navigate the wireless interface!\"}"], ["created_at", "2016-10-05 17:39:00.288152"], ["updated_at", "2016-10-05 17:39:00.288152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quos officiis.\",\"text\":\"The RSS bus is down, index the online bandwidth so we can bypass the GB matrix!\"}"], ["created_at", "2016-10-05 17:39:00.289133"], ["updated_at", "2016-10-05 17:39:00.289133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam velit quis nihil saepe recusandae aut qui.\",\"text\":\"The SDD sensor is down, override the back-end program so we can navigate the SCSI capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.290022"], ["updated_at", "2016-10-05 17:39:00.290022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis dicta et illo.\",\"text\":\"If we program the firewall, we can get to the JSON transmitter through the primary USB driver!\"}"], ["created_at", "2016-10-05 17:39:00.290974"], ["updated_at", "2016-10-05 17:39:00.290974"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et harum autem odit ipsam.\",\"text\":\"We need to bypass the back-end AI driver!\"}"], ["created_at", "2016-10-05 17:39:00.291849"], ["updated_at", "2016-10-05 17:39:00.291849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos maiores sed.\",\"text\":\"We need to bypass the digital AI matrix!\"}"], ["created_at", "2016-10-05 17:39:00.292715"], ["updated_at", "2016-10-05 17:39:00.292715"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et est delectus aspernatur enim hic.\",\"text\":\"I'll program the bluetooth PCI alarm, that should pixel the PNG panel!\"}"], ["created_at", "2016-10-05 17:39:00.293601"], ["updated_at", "2016-10-05 17:39:00.293601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus tempore quam et quisquam.\",\"text\":\"I'll override the neural RSS monitor, that should sensor the COM panel!\"}"], ["created_at", "2016-10-05 17:39:00.294566"], ["updated_at", "2016-10-05 17:39:00.294566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit quo officia dicta eius.\",\"text\":\"The HTTP card is down, compress the digital bus so we can reboot the COM bus!\"}"], ["created_at", "2016-10-05 17:39:00.295494"], ["updated_at", "2016-10-05 17:39:00.295494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat esse eaque quis.\",\"text\":\"We need to reboot the 1080p PNG matrix!\"}"], ["created_at", "2016-10-05 17:39:00.296373"], ["updated_at", "2016-10-05 17:39:00.296373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam ut omnis ex magnam qui.\",\"text\":\"We need to back up the bluetooth PNG firewall!\"}"], ["created_at", "2016-10-05 17:39:00.297250"], ["updated_at", "2016-10-05 17:39:00.297250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus quod nulla sit.\",\"text\":\"Use the bluetooth EXE feed, then you can input the mobile alarm!\"}"], ["created_at", "2016-10-05 17:39:00.298135"], ["updated_at", "2016-10-05 17:39:00.298135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis deleniti id illum consequatur voluptas ea quibusdam.\",\"text\":\"The JSON transmitter is down, input the wireless circuit so we can parse the COM driver!\"}"], ["created_at", "2016-10-05 17:39:00.299069"], ["updated_at", "2016-10-05 17:39:00.299069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere reprehenderit et voluptatum eveniet culpa.\",\"text\":\"I'll synthesize the back-end AI panel, that should driver the SQL matrix!\"}"], ["created_at", "2016-10-05 17:39:00.299940"], ["updated_at", "2016-10-05 17:39:00.299940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et voluptatem odio.\",\"text\":\"Use the haptic SQL array, then you can override the online interface!\"}"], ["created_at", "2016-10-05 17:39:00.300796"], ["updated_at", "2016-10-05 17:39:00.300796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam nemo occaecati debitis.\",\"text\":\"I'll compress the solid state FTP driver, that should panel the SSL sensor!\"}"], ["created_at", "2016-10-05 17:39:00.301663"], ["updated_at", "2016-10-05 17:39:00.301663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium est fugit dignissimos.\",\"text\":\"If we bypass the system, we can get to the JBOD bandwidth through the bluetooth SMS protocol!\"}"], ["created_at", "2016-10-05 17:39:00.302573"], ["updated_at", "2016-10-05 17:39:00.302573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur delectus non ullam explicabo suscipit architecto laborum.\",\"text\":\"The COM system is down, back up the auxiliary transmitter so we can bypass the COM system!\"}"], ["created_at", "2016-10-05 17:39:00.303459"], ["updated_at", "2016-10-05 17:39:00.303459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum et quo officia.\",\"text\":\"If we calculate the panel, we can get to the GB sensor through the mobile SCSI card!\"}"], ["created_at", "2016-10-05 17:39:00.304335"], ["updated_at", "2016-10-05 17:39:00.304335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora fugit veniam quo rem eaque est quidem.\",\"text\":\"The IB alarm is down, generate the bluetooth panel so we can compress the SSL transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.305208"], ["updated_at", "2016-10-05 17:39:00.305208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui sint quia consequuntur mollitia.\",\"text\":\"Navigating the driver won't do anything, we need to program the bluetooth jbod bus!\"}"], ["created_at", "2016-10-05 17:39:00.306075"], ["updated_at", "2016-10-05 17:39:00.306075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A quae deserunt.\",\"text\":\"Use the haptic HTTP driver, then you can synthesize the open-source card!\"}"], ["created_at", "2016-10-05 17:39:00.306969"], ["updated_at", "2016-10-05 17:39:00.306969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil enim odit quaerat laudantium reiciendis atque modi.\",\"text\":\"Use the optical RSS port, then you can input the primary firewall!\"}"], ["created_at", "2016-10-05 17:39:00.307862"], ["updated_at", "2016-10-05 17:39:00.307862"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus in nihil architecto ad ut.\",\"text\":\"Use the cross-platform FTP capacitor, then you can copy the multi-byte alarm!\"}"], ["created_at", "2016-10-05 17:39:00.308731"], ["updated_at", "2016-10-05 17:39:00.308731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo numquam consequatur sed eum qui maxime architecto.\",\"text\":\"Try to parse the PCI interface, maybe it will input the primary monitor!\"}"], ["created_at", "2016-10-05 17:39:00.309598"], ["updated_at", "2016-10-05 17:39:00.309598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate eveniet velit deserunt.\",\"text\":\"The SAS interface is down, back up the auxiliary card so we can synthesize the SCSI sensor!\"}"], ["created_at", "2016-10-05 17:39:00.310484"], ["updated_at", "2016-10-05 17:39:00.310484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut in aperiam.\",\"text\":\"Use the wireless EXE driver, then you can compress the bluetooth transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.311369"], ["updated_at", "2016-10-05 17:39:00.311369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus enim aliquam non.\",\"text\":\"We need to parse the solid state AGP sensor!\"}"], ["created_at", "2016-10-05 17:39:00.312236"], ["updated_at", "2016-10-05 17:39:00.312236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus qui qui enim dignissimos cupiditate.\",\"text\":\"Overriding the application won't do anything, we need to hack the haptic adp alarm!\"}"], ["created_at", "2016-10-05 17:39:00.313097"], ["updated_at", "2016-10-05 17:39:00.313097"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos saepe totam suscipit quis fugiat tenetur aut.\",\"text\":\"I'll bypass the wireless PCI bandwidth, that should pixel the THX protocol!\"}"], ["created_at", "2016-10-05 17:39:00.313974"], ["updated_at", "2016-10-05 17:39:00.313974"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit soluta quia.\",\"text\":\"Use the mobile JBOD monitor, then you can program the virtual system!\"}"], ["created_at", "2016-10-05 17:39:00.314901"], ["updated_at", "2016-10-05 17:39:00.314901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum sunt dolores at.\",\"text\":\"You can't program the bus without overriding the multi-byte RAM monitor!\"}"], ["created_at", "2016-10-05 17:39:00.315777"], ["updated_at", "2016-10-05 17:39:00.315777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta voluptate voluptates dolore aperiam.\",\"text\":\"Use the redundant JBOD monitor, then you can program the auxiliary bus!\"}"], ["created_at", "2016-10-05 17:39:00.316650"], ["updated_at", "2016-10-05 17:39:00.316650"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos rem recusandae voluptas ea porro.\",\"text\":\"I'll hack the neural THX driver, that should panel the RAM circuit!\"}"], ["created_at", "2016-10-05 17:39:00.317508"], ["updated_at", "2016-10-05 17:39:00.317508"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos aliquid aspernatur.\",\"text\":\"If we navigate the capacitor, we can get to the RSS monitor through the 1080p CSS bus!\"}"], ["created_at", "2016-10-05 17:39:00.318370"], ["updated_at", "2016-10-05 17:39:00.318370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia quia amet et consectetur dolore vel dolores.\",\"text\":\"We need to program the wireless FTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.319238"], ["updated_at", "2016-10-05 17:39:00.319238"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia libero rerum.\",\"text\":\"If we connect the alarm, we can get to the EXE pixel through the wireless EXE bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.320106"], ["updated_at", "2016-10-05 17:39:00.320106"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis quod sit ut magnam enim.\",\"text\":\"Programming the array won't do anything, we need to reboot the haptic smtp card!\"}"], ["created_at", "2016-10-05 17:39:00.320985"], ["updated_at", "2016-10-05 17:39:00.320985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique vero voluptatum laborum ipsa expedita porro distinctio.\",\"text\":\"Hacking the hard drive won't do anything, we need to parse the bluetooth hdd array!\"}"], ["created_at", "2016-10-05 17:39:00.321866"], ["updated_at", "2016-10-05 17:39:00.321866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem architecto vitae.\",\"text\":\"The RAM circuit is down, parse the back-end port so we can navigate the CSS port!\"}"], ["created_at", "2016-10-05 17:39:00.322793"], ["updated_at", "2016-10-05 17:39:00.322793"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum minus ut similique velit natus sed.\",\"text\":\"The XML card is down, connect the mobile monitor so we can generate the SCSI monitor!\"}"], ["created_at", "2016-10-05 17:39:00.323744"], ["updated_at", "2016-10-05 17:39:00.323744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur ducimus cupiditate enim non.\",\"text\":\"Try to program the SCSI interface, maybe it will bypass the back-end pixel!\"}"], ["created_at", "2016-10-05 17:39:00.324620"], ["updated_at", "2016-10-05 17:39:00.324620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui iusto animi deserunt reiciendis cupiditate debitis.\",\"text\":\"You can't program the alarm without overriding the back-end SMS transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.325473"], ["updated_at", "2016-10-05 17:39:00.325473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed occaecati ullam ut.\",\"text\":\"Use the auxiliary XML system, then you can parse the 1080p panel!\"}"], ["created_at", "2016-10-05 17:39:00.326501"], ["updated_at", "2016-10-05 17:39:00.326501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum error ad enim.\",\"text\":\"The AGP panel is down, input the solid state circuit so we can hack the GB firewall!\"}"], ["created_at", "2016-10-05 17:39:00.327406"], ["updated_at", "2016-10-05 17:39:00.327406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae rerum quibusdam quo odit labore doloribus.\",\"text\":\"The HDD panel is down, hack the open-source interface so we can index the SMS bus!\"}"], ["created_at", "2016-10-05 17:39:00.328276"], ["updated_at", "2016-10-05 17:39:00.328276"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima sit rerum.\",\"text\":\"Use the mobile HTTP system, then you can navigate the digital interface!\"}"], ["created_at", "2016-10-05 17:39:00.329151"], ["updated_at", "2016-10-05 17:39:00.329151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit dignissimos autem ratione facere sit sapiente.\",\"text\":\"If we quantify the card, we can get to the THX system through the wireless SMS application!\"}"], ["created_at", "2016-10-05 17:39:00.330032"], ["updated_at", "2016-10-05 17:39:00.330032"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi dolor omnis id sunt nisi.\",\"text\":\"If we compress the array, we can get to the PCI system through the virtual HTTP panel!\"}"], ["created_at", "2016-10-05 17:39:00.330990"], ["updated_at", "2016-10-05 17:39:00.330990"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique harum commodi.\",\"text\":\"The JBOD interface is down, input the mobile protocol so we can reboot the SDD microchip!\"}"], ["created_at", "2016-10-05 17:39:00.332377"], ["updated_at", "2016-10-05 17:39:00.332377"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta laboriosam eius officiis alias adipisci.\",\"text\":\"Try to bypass the SQL matrix, maybe it will transmit the back-end application!\"}"], ["created_at", "2016-10-05 17:39:00.333844"], ["updated_at", "2016-10-05 17:39:00.333844"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima laboriosam ratione est.\",\"text\":\"If we index the driver, we can get to the SDD application through the neural FTP monitor!\"}"], ["created_at", "2016-10-05 17:39:00.335145"], ["updated_at", "2016-10-05 17:39:00.335145"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et voluptatum omnis sed deserunt quia natus.\",\"text\":\"The USB feed is down, bypass the bluetooth matrix so we can compress the IB program!\"}"], ["created_at", "2016-10-05 17:39:00.336509"], ["updated_at", "2016-10-05 17:39:00.336509"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non sapiente quia dolore.\",\"text\":\"Try to compress the FTP circuit, maybe it will reboot the auxiliary protocol!\"}"], ["created_at", "2016-10-05 17:39:00.338770"], ["updated_at", "2016-10-05 17:39:00.338770"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non in sint.\",\"text\":\"The HTTP card is down, copy the optical transmitter so we can calculate the XSS pixel!\"}"], ["created_at", "2016-10-05 17:39:00.340484"], ["updated_at", "2016-10-05 17:39:00.340484"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati in asperiores laudantium incidunt et quae totam.\",\"text\":\"We need to calculate the mobile SMS array!\"}"], ["created_at", "2016-10-05 17:39:00.343433"], ["updated_at", "2016-10-05 17:39:00.343433"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam quam delectus quas eos et.\",\"text\":\"You can't quantify the application without indexing the primary XSS alarm!\"}"], ["created_at", "2016-10-05 17:39:00.344978"], ["updated_at", "2016-10-05 17:39:00.344978"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea quo enim.\",\"text\":\"The AI application is down, synthesize the haptic card so we can bypass the TCP array!\"}"], ["created_at", "2016-10-05 17:39:00.345993"], ["updated_at", "2016-10-05 17:39:00.345993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum et ad qui id.\",\"text\":\"Try to hack the FTP bandwidth, maybe it will program the haptic firewall!\"}"], ["created_at", "2016-10-05 17:39:00.346950"], ["updated_at", "2016-10-05 17:39:00.346950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis et atque aut quo.\",\"text\":\"We need to copy the auxiliary XML system!\"}"], ["created_at", "2016-10-05 17:39:00.348011"], ["updated_at", "2016-10-05 17:39:00.348011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores velit quo non qui.\",\"text\":\"Try to navigate the SAS matrix, maybe it will transmit the primary monitor!\"}"], ["created_at", "2016-10-05 17:39:00.349153"], ["updated_at", "2016-10-05 17:39:00.349153"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem in velit asperiores similique non est itaque.\",\"text\":\"We need to copy the auxiliary XSS monitor!\"}"], ["created_at", "2016-10-05 17:39:00.350062"], ["updated_at", "2016-10-05 17:39:00.350062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus ratione nemo quos minus.\",\"text\":\"We need to generate the primary RAM port!\"}"], ["created_at", "2016-10-05 17:39:00.350967"], ["updated_at", "2016-10-05 17:39:00.350967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit sunt quasi assumenda voluptatem.\",\"text\":\"I'll synthesize the primary AGP interface, that should feed the USB bus!\"}"], ["created_at", "2016-10-05 17:39:00.351907"], ["updated_at", "2016-10-05 17:39:00.351907"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla distinctio numquam quam deserunt quia suscipit quas.\",\"text\":\"Backing up the pixel won't do anything, we need to program the redundant smtp microchip!\"}"], ["created_at", "2016-10-05 17:39:00.352805"], ["updated_at", "2016-10-05 17:39:00.352805"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa ab enim ducimus dolor et.\",\"text\":\"If we synthesize the program, we can get to the JBOD hard drive through the back-end EXE firewall!\"}"], ["created_at", "2016-10-05 17:39:00.353680"], ["updated_at", "2016-10-05 17:39:00.353680"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima sit provident.\",\"text\":\"You can't index the program without synthesizing the solid state AGP system!\"}"], ["created_at", "2016-10-05 17:39:00.354558"], ["updated_at", "2016-10-05 17:39:00.354558"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga consequuntur voluptates.\",\"text\":\"Bypassing the pixel won't do anything, we need to bypass the cross-platform rss system!\"}"], ["created_at", "2016-10-05 17:39:00.355456"], ["updated_at", "2016-10-05 17:39:00.355456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid vitae quisquam aut voluptate voluptatem est ipsum.\",\"text\":\"I'll bypass the auxiliary XML microchip, that should bus the HTTP circuit!\"}"], ["created_at", "2016-10-05 17:39:00.356335"], ["updated_at", "2016-10-05 17:39:00.356335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae accusamus illo exercitationem et.\",\"text\":\"I'll calculate the digital AGP transmitter, that should firewall the JBOD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.357296"], ["updated_at", "2016-10-05 17:39:00.357296"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea accusantium officiis aut error.\",\"text\":\"Try to transmit the USB application, maybe it will connect the primary panel!\"}"], ["created_at", "2016-10-05 17:39:00.358243"], ["updated_at", "2016-10-05 17:39:00.358243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste dolores dolorem ut.\",\"text\":\"I'll override the multi-byte SQL system, that should hard drive the JSON application!\"}"], ["created_at", "2016-10-05 17:39:00.359134"], ["updated_at", "2016-10-05 17:39:00.359134"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus ut officia.\",\"text\":\"The FTP bandwidth is down, index the optical capacitor so we can calculate the SDD capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.360018"], ["updated_at", "2016-10-05 17:39:00.360018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint sint reprehenderit rerum eum.\",\"text\":\"Try to calculate the AI capacitor, maybe it will copy the neural firewall!\"}"], ["created_at", "2016-10-05 17:39:00.360891"], ["updated_at", "2016-10-05 17:39:00.360891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam quas aut accusamus.\",\"text\":\"I'll quantify the mobile XML bus, that should matrix the SCSI circuit!\"}"], ["created_at", "2016-10-05 17:39:00.361753"], ["updated_at", "2016-10-05 17:39:00.361753"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut placeat quia eum libero nostrum.\",\"text\":\"The SAS matrix is down, compress the multi-byte firewall so we can generate the GB protocol!\"}"], ["created_at", "2016-10-05 17:39:00.362631"], ["updated_at", "2016-10-05 17:39:00.362631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui a ea labore qui in et.\",\"text\":\"The SSL feed is down, input the mobile panel so we can generate the USB alarm!\"}"], ["created_at", "2016-10-05 17:39:00.363516"], ["updated_at", "2016-10-05 17:39:00.363516"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ratione sunt adipisci.\",\"text\":\"Try to transmit the RAM bus, maybe it will transmit the back-end panel!\"}"], ["created_at", "2016-10-05 17:39:00.364428"], ["updated_at", "2016-10-05 17:39:00.364428"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis deleniti a dolor commodi dolore in eveniet.\",\"text\":\"We need to index the optical SCSI transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.365455"], ["updated_at", "2016-10-05 17:39:00.365455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut dolorem et qui minus aut quia occaecati.\",\"text\":\"If we navigate the interface, we can get to the XML system through the back-end SSL port!\"}"], ["created_at", "2016-10-05 17:39:00.366329"], ["updated_at", "2016-10-05 17:39:00.366329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et qui eos iure id voluptatem dolor similique.\",\"text\":\"You can't hack the feed without connecting the primary SMS firewall!\"}"], ["created_at", "2016-10-05 17:39:00.367221"], ["updated_at", "2016-10-05 17:39:00.367221"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem et sit sed sint laudantium.\",\"text\":\"Try to quantify the SMS bus, maybe it will parse the redundant alarm!\"}"], ["created_at", "2016-10-05 17:39:00.368120"], ["updated_at", "2016-10-05 17:39:00.368120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum in et non occaecati temporibus.\",\"text\":\"Calculating the driver won't do anything, we need to back up the 1080p http circuit!\"}"], ["created_at", "2016-10-05 17:39:00.369006"], ["updated_at", "2016-10-05 17:39:00.369006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint mollitia exercitationem hic nesciunt blanditiis aliquam dolores.\",\"text\":\"Bypassing the alarm won't do anything, we need to transmit the 1080p com system!\"}"], ["created_at", "2016-10-05 17:39:00.369930"], ["updated_at", "2016-10-05 17:39:00.369930"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae ut ab.\",\"text\":\"The XML microchip is down, generate the open-source panel so we can index the COM circuit!\"}"], ["created_at", "2016-10-05 17:39:00.371142"], ["updated_at", "2016-10-05 17:39:00.371142"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis saepe aperiam fugiat sunt sint.\",\"text\":\"I'll copy the 1080p THX firewall, that should pixel the ADP hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.372536"], ["updated_at", "2016-10-05 17:39:00.372536"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut accusamus reiciendis est ut.\",\"text\":\"If we bypass the firewall, we can get to the SCSI bus through the online RAM firewall!\"}"], ["created_at", "2016-10-05 17:39:00.373536"], ["updated_at", "2016-10-05 17:39:00.373536"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut inventore sit reprehenderit commodi sed.\",\"text\":\"Try to compress the SAS alarm, maybe it will connect the primary port!\"}"], ["created_at", "2016-10-05 17:39:00.374484"], ["updated_at", "2016-10-05 17:39:00.374484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non laudantium quod.\",\"text\":\"Try to reboot the XSS panel, maybe it will navigate the solid state system!\"}"], ["created_at", "2016-10-05 17:39:00.375406"], ["updated_at", "2016-10-05 17:39:00.375406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut ab omnis eveniet laboriosam eligendi suscipit.\",\"text\":\"We need to bypass the virtual SMTP card!\"}"], ["created_at", "2016-10-05 17:39:00.376339"], ["updated_at", "2016-10-05 17:39:00.376339"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est ducimus qui tempore quis.\",\"text\":\"Try to override the SMTP transmitter, maybe it will reboot the solid state monitor!\"}"], ["created_at", "2016-10-05 17:39:00.377231"], ["updated_at", "2016-10-05 17:39:00.377231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore sint dolor eaque.\",\"text\":\"Try to generate the IB feed, maybe it will navigate the digital protocol!\"}"], ["created_at", "2016-10-05 17:39:00.378105"], ["updated_at", "2016-10-05 17:39:00.378105"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis non quo.\",\"text\":\"The SSL firewall is down, quantify the neural matrix so we can reboot the PNG firewall!\"}"], ["created_at", "2016-10-05 17:39:00.378997"], ["updated_at", "2016-10-05 17:39:00.378997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit nesciunt consequatur.\",\"text\":\"Try to compress the AGP port, maybe it will bypass the virtual bus!\"}"], ["created_at", "2016-10-05 17:39:00.379919"], ["updated_at", "2016-10-05 17:39:00.379919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur totam tempora libero aut est.\",\"text\":\"We need to program the mobile XSS firewall!\"}"], ["created_at", "2016-10-05 17:39:00.380798"], ["updated_at", "2016-10-05 17:39:00.380798"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem tempora nam veritatis.\",\"text\":\"If we transmit the hard drive, we can get to the ADP firewall through the cross-platform AGP array!\"}"], ["created_at", "2016-10-05 17:39:00.381731"], ["updated_at", "2016-10-05 17:39:00.381731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor qui ratione illum.\",\"text\":\"I'll hack the neural XSS port, that should interface the IB sensor!\"}"], ["created_at", "2016-10-05 17:39:00.382632"], ["updated_at", "2016-10-05 17:39:00.382632"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit ad dolorem dolorum repudiandae minima libero.\",\"text\":\"The SMS port is down, bypass the online bus so we can generate the HTTP array!\"}"], ["created_at", "2016-10-05 17:39:00.383585"], ["updated_at", "2016-10-05 17:39:00.383585"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi consectetur dolores.\",\"text\":\"The RSS capacitor is down, copy the redundant port so we can navigate the SSL alarm!\"}"], ["created_at", "2016-10-05 17:39:00.384431"], ["updated_at", "2016-10-05 17:39:00.384431"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati aut veniam illo molestiae adipisci.\",\"text\":\"Try to reboot the GB feed, maybe it will back up the online capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.385322"], ["updated_at", "2016-10-05 17:39:00.385322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum tenetur quidem autem.\",\"text\":\"You can't reboot the sensor without indexing the online JSON bus!\"}"], ["created_at", "2016-10-05 17:39:00.386194"], ["updated_at", "2016-10-05 17:39:00.386194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur nihil quod nostrum.\",\"text\":\"Try to back up the AI microchip, maybe it will program the back-end hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.387117"], ["updated_at", "2016-10-05 17:39:00.387117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut quo tempore dolorum et omnis excepturi.\",\"text\":\"The THX transmitter is down, compress the neural array so we can back up the JBOD sensor!\"}"], ["created_at", "2016-10-05 17:39:00.388002"], ["updated_at", "2016-10-05 17:39:00.388002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut quod eius officia.\",\"text\":\"Use the multi-byte IB pixel, then you can parse the digital protocol!\"}"], ["created_at", "2016-10-05 17:39:00.388879"], ["updated_at", "2016-10-05 17:39:00.388879"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi sed vel illum omnis.\",\"text\":\"You can't reboot the circuit without connecting the 1080p CSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.389747"], ["updated_at", "2016-10-05 17:39:00.389747"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut quae ut.\",\"text\":\"Use the virtual SAS driver, then you can navigate the redundant monitor!\"}"], ["created_at", "2016-10-05 17:39:00.390818"], ["updated_at", "2016-10-05 17:39:00.390818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem aut qui autem.\",\"text\":\"Use the digital EXE monitor, then you can hack the optical firewall!\"}"], ["created_at", "2016-10-05 17:39:00.391755"], ["updated_at", "2016-10-05 17:39:00.391755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed perferendis debitis esse harum dolor corrupti omnis.\",\"text\":\"I'll parse the online SMS system, that should array the GB microchip!\"}"], ["created_at", "2016-10-05 17:39:00.392676"], ["updated_at", "2016-10-05 17:39:00.392676"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda recusandae provident adipisci.\",\"text\":\"Try to back up the TCP capacitor, maybe it will program the digital matrix!\"}"], ["created_at", "2016-10-05 17:39:00.393551"], ["updated_at", "2016-10-05 17:39:00.393551"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur dolorum tempora dolorem.\",\"text\":\"Use the open-source XSS bus, then you can input the redundant sensor!\"}"], ["created_at", "2016-10-05 17:39:00.394474"], ["updated_at", "2016-10-05 17:39:00.394474"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus voluptas laudantium et sed sit.\",\"text\":\"Use the auxiliary THX application, then you can calculate the cross-platform sensor!\"}"], ["created_at", "2016-10-05 17:39:00.395656"], ["updated_at", "2016-10-05 17:39:00.395656"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed ea quaerat necessitatibus omnis minus.\",\"text\":\"You can't transmit the firewall without compressing the digital TCP pixel!\"}"], ["created_at", "2016-10-05 17:39:00.396688"], ["updated_at", "2016-10-05 17:39:00.396688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque accusantium ut accusamus voluptatem molestias.\",\"text\":\"Try to input the AI hard drive, maybe it will index the mobile bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.397714"], ["updated_at", "2016-10-05 17:39:00.397714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus modi fugit quis aliquid.\",\"text\":\"The THX protocol is down, quantify the cross-platform microchip so we can parse the JBOD program!\"}"], ["created_at", "2016-10-05 17:39:00.398714"], ["updated_at", "2016-10-05 17:39:00.398714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut eius delectus et placeat laboriosam labore consectetur.\",\"text\":\"Programming the array won't do anything, we need to calculate the primary ram transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.399691"], ["updated_at", "2016-10-05 17:39:00.399691"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed impedit quaerat facere sit illum a quia.\",\"text\":\"Navigating the application won't do anything, we need to back up the online thx firewall!\"}"], ["created_at", "2016-10-05 17:39:00.400675"], ["updated_at", "2016-10-05 17:39:00.400675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim qui corrupti rerum cum velit nihil.\",\"text\":\"Navigating the system won't do anything, we need to program the bluetooth pci matrix!\"}"], ["created_at", "2016-10-05 17:39:00.401704"], ["updated_at", "2016-10-05 17:39:00.401704"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et doloribus minima nihil pariatur.\",\"text\":\"Copying the transmitter won't do anything, we need to synthesize the open-source ftp circuit!\"}"], ["created_at", "2016-10-05 17:39:00.402725"], ["updated_at", "2016-10-05 17:39:00.402725"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit eum in magnam accusamus at quasi.\",\"text\":\"Try to quantify the AI transmitter, maybe it will generate the haptic application!\"}"], ["created_at", "2016-10-05 17:39:00.403726"], ["updated_at", "2016-10-05 17:39:00.403726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit perferendis asperiores quo.\",\"text\":\"If we navigate the capacitor, we can get to the XML bus through the virtual IB panel!\"}"], ["created_at", "2016-10-05 17:39:00.404699"], ["updated_at", "2016-10-05 17:39:00.404699"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem sed quo suscipit perspiciatis deserunt explicabo.\",\"text\":\"The JBOD system is down, synthesize the 1080p transmitter so we can calculate the SQL port!\"}"], ["created_at", "2016-10-05 17:39:00.405691"], ["updated_at", "2016-10-05 17:39:00.405691"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla perferendis voluptatem.\",\"text\":\"Try to navigate the FTP microchip, maybe it will quantify the bluetooth sensor!\"}"], ["created_at", "2016-10-05 17:39:00.406688"], ["updated_at", "2016-10-05 17:39:00.406688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et enim et et exercitationem fugit.\",\"text\":\"We need to navigate the redundant JBOD pixel!\"}"], ["created_at", "2016-10-05 17:39:00.407731"], ["updated_at", "2016-10-05 17:39:00.407731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore molestiae et.\",\"text\":\"If we synthesize the sensor, we can get to the TCP card through the redundant SMS sensor!\"}"], ["created_at", "2016-10-05 17:39:00.408714"], ["updated_at", "2016-10-05 17:39:00.408714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores rerum qui aspernatur sed quisquam autem.\",\"text\":\"Try to transmit the SQL array, maybe it will transmit the 1080p bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.409713"], ["updated_at", "2016-10-05 17:39:00.409713"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium reiciendis repellendus est nostrum iusto.\",\"text\":\"If we parse the driver, we can get to the SSL firewall through the optical RAM array!\"}"], ["created_at", "2016-10-05 17:39:00.410766"], ["updated_at", "2016-10-05 17:39:00.410766"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos culpa expedita.\",\"text\":\"Try to navigate the USB bus, maybe it will navigate the wireless panel!\"}"], ["created_at", "2016-10-05 17:39:00.411756"], ["updated_at", "2016-10-05 17:39:00.411756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem omnis suscipit quod dolores autem sit perspiciatis.\",\"text\":\"Use the auxiliary XSS sensor, then you can input the virtual firewall!\"}"], ["created_at", "2016-10-05 17:39:00.412687"], ["updated_at", "2016-10-05 17:39:00.412687"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt odit quibusdam quas omnis beatae omnis est.\",\"text\":\"If we bypass the driver, we can get to the HTTP transmitter through the haptic SMTP sensor!\"}"], ["created_at", "2016-10-05 17:39:00.413568"], ["updated_at", "2016-10-05 17:39:00.413568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore sit et dolorem quidem.\",\"text\":\"You can't bypass the interface without compressing the mobile SSL port!\"}"], ["created_at", "2016-10-05 17:39:00.414473"], ["updated_at", "2016-10-05 17:39:00.414473"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium quia unde similique quia.\",\"text\":\"If we quantify the transmitter, we can get to the XSS card through the neural ADP program!\"}"], ["created_at", "2016-10-05 17:39:00.415373"], ["updated_at", "2016-10-05 17:39:00.415373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam itaque fugiat deleniti harum quos dignissimos.\",\"text\":\"Programming the feed won't do anything, we need to generate the bluetooth exe panel!\"}"], ["created_at", "2016-10-05 17:39:00.416265"], ["updated_at", "2016-10-05 17:39:00.416265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui aliquid non.\",\"text\":\"We need to connect the back-end ADP port!\"}"], ["created_at", "2016-10-05 17:39:00.417139"], ["updated_at", "2016-10-05 17:39:00.417139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos impedit deleniti ut nihil maiores quo cum.\",\"text\":\"You can't compress the port without indexing the bluetooth COM array!\"}"], ["created_at", "2016-10-05 17:39:00.418022"], ["updated_at", "2016-10-05 17:39:00.418022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos consectetur atque accusantium.\",\"text\":\"We need to calculate the back-end FTP sensor!\"}"], ["created_at", "2016-10-05 17:39:00.418916"], ["updated_at", "2016-10-05 17:39:00.418916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid eius eveniet tenetur.\",\"text\":\"You can't input the monitor without calculating the mobile RSS bus!\"}"], ["created_at", "2016-10-05 17:39:00.419805"], ["updated_at", "2016-10-05 17:39:00.419805"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ducimus ex expedita in.\",\"text\":\"If we connect the program, we can get to the TCP card through the redundant ADP interface!\"}"], ["created_at", "2016-10-05 17:39:00.420733"], ["updated_at", "2016-10-05 17:39:00.420733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id porro deleniti qui.\",\"text\":\"I'll synthesize the neural JBOD firewall, that should application the RAM alarm!\"}"], ["created_at", "2016-10-05 17:39:00.421657"], ["updated_at", "2016-10-05 17:39:00.421657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque similique et itaque quod laboriosam pariatur tempore.\",\"text\":\"The HDD protocol is down, back up the haptic sensor so we can generate the RSS application!\"}"], ["created_at", "2016-10-05 17:39:00.422562"], ["updated_at", "2016-10-05 17:39:00.422562"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus autem et.\",\"text\":\"Use the open-source THX driver, then you can generate the 1080p capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.423469"], ["updated_at", "2016-10-05 17:39:00.423469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis ea illo magnam.\",\"text\":\"If we back up the card, we can get to the ADP circuit through the open-source CSS circuit!\"}"], ["created_at", "2016-10-05 17:39:00.424407"], ["updated_at", "2016-10-05 17:39:00.424407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid aut quia natus laboriosam.\",\"text\":\"Quantifying the driver won't do anything, we need to copy the optical agp firewall!\"}"], ["created_at", "2016-10-05 17:39:00.425329"], ["updated_at", "2016-10-05 17:39:00.425329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi maxime ut enim adipisci iure nulla.\",\"text\":\"Try to navigate the SQL alarm, maybe it will connect the redundant monitor!\"}"], ["created_at", "2016-10-05 17:39:00.426248"], ["updated_at", "2016-10-05 17:39:00.426248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est velit beatae sed.\",\"text\":\"Parsing the feed won't do anything, we need to quantify the bluetooth adp application!\"}"], ["created_at", "2016-10-05 17:39:00.427213"], ["updated_at", "2016-10-05 17:39:00.427213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae ducimus magnam voluptatum nesciunt.\",\"text\":\"If we navigate the bus, we can get to the ADP monitor through the digital EXE alarm!\"}"], ["created_at", "2016-10-05 17:39:00.428134"], ["updated_at", "2016-10-05 17:39:00.428134"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis illo temporibus in et quia.\",\"text\":\"Try to calculate the SQL feed, maybe it will generate the open-source interface!\"}"], ["created_at", "2016-10-05 17:39:00.429077"], ["updated_at", "2016-10-05 17:39:00.429077"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor iure expedita hic sequi eligendi.\",\"text\":\"Use the online PNG array, then you can override the neural bus!\"}"], ["created_at", "2016-10-05 17:39:00.430004"], ["updated_at", "2016-10-05 17:39:00.430004"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores ullam numquam est ea laudantium quasi consectetur.\",\"text\":\"Try to override the SQL driver, maybe it will connect the online panel!\"}"], ["created_at", "2016-10-05 17:39:00.431050"], ["updated_at", "2016-10-05 17:39:00.431050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat sequi et qui cumque unde.\",\"text\":\"The PCI interface is down, generate the back-end interface so we can hack the HDD microchip!\"}"], ["created_at", "2016-10-05 17:39:00.441239"], ["updated_at", "2016-10-05 17:39:00.441239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita consequatur et quia ex.\",\"text\":\"Try to transmit the JBOD array, maybe it will program the optical firewall!\"}"], ["created_at", "2016-10-05 17:39:00.442237"], ["updated_at", "2016-10-05 17:39:00.442237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt ab odit eum.\",\"text\":\"Use the wireless TCP array, then you can input the optical circuit!\"}"], ["created_at", "2016-10-05 17:39:00.443173"], ["updated_at", "2016-10-05 17:39:00.443173"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo expedita laborum eligendi.\",\"text\":\"If we index the sensor, we can get to the SAS bandwidth through the redundant JBOD hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.444048"], ["updated_at", "2016-10-05 17:39:00.444048"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque dolores minus sed aperiam voluptate.\",\"text\":\"Try to bypass the FTP firewall, maybe it will connect the virtual alarm!\"}"], ["created_at", "2016-10-05 17:39:00.444914"], ["updated_at", "2016-10-05 17:39:00.444914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae et ut.\",\"text\":\"I'll input the auxiliary SAS monitor, that should sensor the PNG system!\"}"], ["created_at", "2016-10-05 17:39:00.445789"], ["updated_at", "2016-10-05 17:39:00.445789"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod autem totam provident amet.\",\"text\":\"Use the back-end CSS port, then you can transmit the cross-platform feed!\"}"], ["created_at", "2016-10-05 17:39:00.446679"], ["updated_at", "2016-10-05 17:39:00.446679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem rerum voluptate.\",\"text\":\"If we transmit the program, we can get to the THX interface through the haptic IB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.447556"], ["updated_at", "2016-10-05 17:39:00.447556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus temporibus qui quia voluptatem aut eius.\",\"text\":\"We need to compress the solid state XSS firewall!\"}"], ["created_at", "2016-10-05 17:39:00.448440"], ["updated_at", "2016-10-05 17:39:00.448440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero dolorem quas eligendi et ratione voluptate.\",\"text\":\"You can't calculate the bus without overriding the online JBOD hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.449324"], ["updated_at", "2016-10-05 17:39:00.449324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia atque sit incidunt.\",\"text\":\"The XML driver is down, program the back-end port so we can parse the SDD feed!\"}"], ["created_at", "2016-10-05 17:39:00.450225"], ["updated_at", "2016-10-05 17:39:00.450225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem qui maiores nesciunt.\",\"text\":\"I'll hack the multi-byte FTP sensor, that should circuit the RAM monitor!\"}"], ["created_at", "2016-10-05 17:39:00.451113"], ["updated_at", "2016-10-05 17:39:00.451113"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim et quia.\",\"text\":\"Use the auxiliary XML interface, then you can hack the haptic driver!\"}"], ["created_at", "2016-10-05 17:39:00.451972"], ["updated_at", "2016-10-05 17:39:00.451972"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam animi ut et.\",\"text\":\"You can't index the card without compressing the bluetooth PCI application!\"}"], ["created_at", "2016-10-05 17:39:00.452807"], ["updated_at", "2016-10-05 17:39:00.452807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum exercitationem odio.\",\"text\":\"The SDD panel is down, generate the neural card so we can connect the SQL alarm!\"}"], ["created_at", "2016-10-05 17:39:00.453669"], ["updated_at", "2016-10-05 17:39:00.453669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima non qui rerum quidem similique et saepe.\",\"text\":\"I'll reboot the mobile PCI alarm, that should firewall the GB card!\"}"], ["created_at", "2016-10-05 17:39:00.454539"], ["updated_at", "2016-10-05 17:39:00.454539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut quo voluptas.\",\"text\":\"You can't index the application without hacking the mobile XSS bus!\"}"], ["created_at", "2016-10-05 17:39:00.455413"], ["updated_at", "2016-10-05 17:39:00.455413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut iure corrupti rem libero animi.\",\"text\":\"If we calculate the array, we can get to the SSL card through the bluetooth SMS transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.456275"], ["updated_at", "2016-10-05 17:39:00.456275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum nostrum sequi velit eum perspiciatis beatae consequatur.\",\"text\":\"Use the online CSS firewall, then you can back up the wireless pixel!\"}"], ["created_at", "2016-10-05 17:39:00.457159"], ["updated_at", "2016-10-05 17:39:00.457159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam et nihil natus.\",\"text\":\"You can't parse the circuit without parsing the bluetooth HTTP firewall!\"}"], ["created_at", "2016-10-05 17:39:00.458004"], ["updated_at", "2016-10-05 17:39:00.458004"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur exercitationem et.\",\"text\":\"Try to quantify the HTTP microchip, maybe it will input the multi-byte bus!\"}"], ["created_at", "2016-10-05 17:39:00.458876"], ["updated_at", "2016-10-05 17:39:00.458876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In soluta expedita adipisci dolor cupiditate.\",\"text\":\"I'll compress the auxiliary SCSI driver, that should transmitter the ADP transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.459755"], ["updated_at", "2016-10-05 17:39:00.459755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut temporibus dignissimos.\",\"text\":\"I'll navigate the bluetooth ADP protocol, that should firewall the SDD port!\"}"], ["created_at", "2016-10-05 17:39:00.460650"], ["updated_at", "2016-10-05 17:39:00.460650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus laudantium voluptatem nesciunt et.\",\"text\":\"If we synthesize the port, we can get to the CSS circuit through the online HDD alarm!\"}"], ["created_at", "2016-10-05 17:39:00.461514"], ["updated_at", "2016-10-05 17:39:00.461514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex neque voluptas.\",\"text\":\"We need to hack the online USB firewall!\"}"], ["created_at", "2016-10-05 17:39:00.462388"], ["updated_at", "2016-10-05 17:39:00.462388"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet harum dolore asperiores in.\",\"text\":\"Try to reboot the SAS circuit, maybe it will synthesize the solid state array!\"}"], ["created_at", "2016-10-05 17:39:00.463250"], ["updated_at", "2016-10-05 17:39:00.463250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et qui unde modi ex.\",\"text\":\"Use the bluetooth SAS firewall, then you can navigate the wireless system!\"}"], ["created_at", "2016-10-05 17:39:00.464130"], ["updated_at", "2016-10-05 17:39:00.464130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi ut sunt odit.\",\"text\":\"You can't compress the feed without copying the back-end GB capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.465046"], ["updated_at", "2016-10-05 17:39:00.465046"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio et deleniti.\",\"text\":\"We need to navigate the optical ADP application!\"}"], ["created_at", "2016-10-05 17:39:00.465910"], ["updated_at", "2016-10-05 17:39:00.465910"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident qui optio voluptates et distinctio quis.\",\"text\":\"If we program the bandwidth, we can get to the SQL alarm through the cross-platform SDD interface!\"}"], ["created_at", "2016-10-05 17:39:00.466808"], ["updated_at", "2016-10-05 17:39:00.466808"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est architecto placeat et impedit iure modi.\",\"text\":\"I'll connect the virtual AI driver, that should driver the XML driver!\"}"], ["created_at", "2016-10-05 17:39:00.467680"], ["updated_at", "2016-10-05 17:39:00.467680"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In qui alias eligendi repellat.\",\"text\":\"Use the 1080p SSL system, then you can hack the redundant circuit!\"}"], ["created_at", "2016-10-05 17:39:00.468554"], ["updated_at", "2016-10-05 17:39:00.468554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam vero quis.\",\"text\":\"I'll navigate the virtual ADP array, that should monitor the TCP microchip!\"}"], ["created_at", "2016-10-05 17:39:00.469395"], ["updated_at", "2016-10-05 17:39:00.469395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum facilis alias rerum corrupti et.\",\"text\":\"You can't synthesize the interface without quantifying the redundant SMTP array!\"}"], ["created_at", "2016-10-05 17:39:00.470268"], ["updated_at", "2016-10-05 17:39:00.470268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui ipsa incidunt dolorem explicabo aut qui dolore.\",\"text\":\"Use the digital THX system, then you can reboot the neural hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.471184"], ["updated_at", "2016-10-05 17:39:00.471184"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint consectetur ex at quisquam quibusdam aut.\",\"text\":\"Use the optical PNG circuit, then you can quantify the 1080p hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.472043"], ["updated_at", "2016-10-05 17:39:00.472043"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta quia in nostrum.\",\"text\":\"Programming the microchip won't do anything, we need to index the redundant jbod matrix!\"}"], ["created_at", "2016-10-05 17:39:00.472907"], ["updated_at", "2016-10-05 17:39:00.472907"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et molestias vitae sunt eligendi est.\",\"text\":\"You can't quantify the transmitter without synthesizing the optical SAS sensor!\"}"], ["created_at", "2016-10-05 17:39:00.473775"], ["updated_at", "2016-10-05 17:39:00.473775"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui dolores eveniet voluptatem est.\",\"text\":\"The XSS pixel is down, generate the optical alarm so we can parse the SMS bus!\"}"], ["created_at", "2016-10-05 17:39:00.474677"], ["updated_at", "2016-10-05 17:39:00.474677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum rem occaecati illo sed fuga.\",\"text\":\"I'll reboot the back-end PCI sensor, that should application the TCP port!\"}"], ["created_at", "2016-10-05 17:39:00.475552"], ["updated_at", "2016-10-05 17:39:00.475552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et repellendus magnam ad ex et.\",\"text\":\"If we synthesize the array, we can get to the FTP panel through the solid state AGP feed!\"}"], ["created_at", "2016-10-05 17:39:00.476422"], ["updated_at", "2016-10-05 17:39:00.476422"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat optio ut mollitia earum voluptas eum.\",\"text\":\"I'll hack the back-end PNG interface, that should bus the GB matrix!\"}"], ["created_at", "2016-10-05 17:39:00.477283"], ["updated_at", "2016-10-05 17:39:00.477283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora modi laborum illum.\",\"text\":\"You can't back up the circuit without generating the neural XML alarm!\"}"], ["created_at", "2016-10-05 17:39:00.478173"], ["updated_at", "2016-10-05 17:39:00.478173"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam voluptatem vitae.\",\"text\":\"The SAS panel is down, transmit the cross-platform microchip so we can copy the XML program!\"}"], ["created_at", "2016-10-05 17:39:00.479060"], ["updated_at", "2016-10-05 17:39:00.479060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil modi et non eius.\",\"text\":\"Use the back-end IB transmitter, then you can input the online pixel!\"}"], ["created_at", "2016-10-05 17:39:00.479914"], ["updated_at", "2016-10-05 17:39:00.479914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et nesciunt aut et quidem ut.\",\"text\":\"Transmitting the application won't do anything, we need to reboot the optical xss interface!\"}"], ["created_at", "2016-10-05 17:39:00.480817"], ["updated_at", "2016-10-05 17:39:00.480817"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut commodi magni.\",\"text\":\"I'll bypass the haptic USB system, that should microchip the COM transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.481732"], ["updated_at", "2016-10-05 17:39:00.481732"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos saepe hic officia ratione consequatur.\",\"text\":\"Overriding the bus won't do anything, we need to navigate the optical sms application!\"}"], ["created_at", "2016-10-05 17:39:00.482625"], ["updated_at", "2016-10-05 17:39:00.482625"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex totam qui illo et qui at.\",\"text\":\"Calculating the bus won't do anything, we need to index the online http interface!\"}"], ["created_at", "2016-10-05 17:39:00.483492"], ["updated_at", "2016-10-05 17:39:00.483492"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit corrupti ex eveniet impedit vitae.\",\"text\":\"I'll calculate the digital XML array, that should alarm the CSS microchip!\"}"], ["created_at", "2016-10-05 17:39:00.484346"], ["updated_at", "2016-10-05 17:39:00.484346"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam debitis sapiente eius eum aliquam.\",\"text\":\"Use the cross-platform SCSI matrix, then you can generate the cross-platform protocol!\"}"], ["created_at", "2016-10-05 17:39:00.485215"], ["updated_at", "2016-10-05 17:39:00.485215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore repudiandae blanditiis.\",\"text\":\"The JSON alarm is down, bypass the open-source circuit so we can navigate the CSS driver!\"}"], ["created_at", "2016-10-05 17:39:00.486075"], ["updated_at", "2016-10-05 17:39:00.486075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia provident nesciunt ab.\",\"text\":\"We need to compress the multi-byte SQL feed!\"}"], ["created_at", "2016-10-05 17:39:00.486977"], ["updated_at", "2016-10-05 17:39:00.486977"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit sunt voluptatem qui quasi provident nostrum.\",\"text\":\"The EXE bandwidth is down, parse the solid state bus so we can transmit the ADP interface!\"}"], ["created_at", "2016-10-05 17:39:00.487835"], ["updated_at", "2016-10-05 17:39:00.487835"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus inventore at itaque dolor sed.\",\"text\":\"The COM matrix is down, back up the digital matrix so we can transmit the JSON port!\"}"], ["created_at", "2016-10-05 17:39:00.488698"], ["updated_at", "2016-10-05 17:39:00.488698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo sed unde qui.\",\"text\":\"Use the redundant XML port, then you can transmit the online program!\"}"], ["created_at", "2016-10-05 17:39:00.489550"], ["updated_at", "2016-10-05 17:39:00.489550"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut veniam eligendi ea quis.\",\"text\":\"The HTTP program is down, reboot the back-end system so we can transmit the AGP microchip!\"}"], ["created_at", "2016-10-05 17:39:00.490465"], ["updated_at", "2016-10-05 17:39:00.490465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore quia blanditiis eum a.\",\"text\":\"You can't input the feed without bypassing the auxiliary SCSI array!\"}"], ["created_at", "2016-10-05 17:39:00.491336"], ["updated_at", "2016-10-05 17:39:00.491336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam sint doloremque.\",\"text\":\"We need to parse the auxiliary ADP protocol!\"}"], ["created_at", "2016-10-05 17:39:00.492344"], ["updated_at", "2016-10-05 17:39:00.492344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias repellat accusantium.\",\"text\":\"I'll program the bluetooth COM panel, that should firewall the JBOD interface!\"}"], ["created_at", "2016-10-05 17:39:00.493231"], ["updated_at", "2016-10-05 17:39:00.493231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut asperiores voluptatem.\",\"text\":\"The SMTP array is down, generate the virtual feed so we can program the EXE capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.494105"], ["updated_at", "2016-10-05 17:39:00.494105"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque quia a commodi voluptas.\",\"text\":\"Indexing the feed won't do anything, we need to copy the mobile css driver!\"}"], ["created_at", "2016-10-05 17:39:00.495018"], ["updated_at", "2016-10-05 17:39:00.495018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque modi quis.\",\"text\":\"I'll back up the 1080p RAM feed, that should alarm the COM program!\"}"], ["created_at", "2016-10-05 17:39:00.495933"], ["updated_at", "2016-10-05 17:39:00.495933"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis placeat mollitia esse.\",\"text\":\"If we override the microchip, we can get to the CSS interface through the virtual AI panel!\"}"], ["created_at", "2016-10-05 17:39:00.496858"], ["updated_at", "2016-10-05 17:39:00.496858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto quis laudantium.\",\"text\":\"The SSL program is down, reboot the virtual driver so we can connect the SQL circuit!\"}"], ["created_at", "2016-10-05 17:39:00.497740"], ["updated_at", "2016-10-05 17:39:00.497740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut doloremque fugiat.\",\"text\":\"I'll program the solid state CSS firewall, that should array the PNG circuit!\"}"], ["created_at", "2016-10-05 17:39:00.498645"], ["updated_at", "2016-10-05 17:39:00.498645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et occaecati excepturi nesciunt est similique assumenda maiores.\",\"text\":\"I'll override the digital PCI matrix, that should bus the GB firewall!\"}"], ["created_at", "2016-10-05 17:39:00.499504"], ["updated_at", "2016-10-05 17:39:00.499504"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus non illo voluptates.\",\"text\":\"Synthesizing the array won't do anything, we need to generate the mobile json bus!\"}"], ["created_at", "2016-10-05 17:39:00.500355"], ["updated_at", "2016-10-05 17:39:00.500355"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero ad debitis aut quaerat nam impedit saepe.\",\"text\":\"I'll quantify the solid state EXE interface, that should bandwidth the JBOD alarm!\"}"], ["created_at", "2016-10-05 17:39:00.501211"], ["updated_at", "2016-10-05 17:39:00.501211"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id quia et voluptatibus dolorum quos sunt sint.\",\"text\":\"The SSL transmitter is down, generate the wireless circuit so we can generate the AI program!\"}"], ["created_at", "2016-10-05 17:39:00.502066"], ["updated_at", "2016-10-05 17:39:00.502066"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut aut et.\",\"text\":\"Parsing the matrix won't do anything, we need to navigate the haptic sql microchip!\"}"], ["created_at", "2016-10-05 17:39:00.502983"], ["updated_at", "2016-10-05 17:39:00.502983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae doloremque eum nobis excepturi dolores non.\",\"text\":\"I'll parse the back-end AGP alarm, that should feed the RSS monitor!\"}"], ["created_at", "2016-10-05 17:39:00.503839"], ["updated_at", "2016-10-05 17:39:00.503839"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem ex occaecati voluptates ut.\",\"text\":\"I'll bypass the primary SQL monitor, that should circuit the GB monitor!\"}"], ["created_at", "2016-10-05 17:39:00.504697"], ["updated_at", "2016-10-05 17:39:00.504697"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit consequuntur quas quae enim.\",\"text\":\"We need to navigate the primary SMS feed!\"}"], ["created_at", "2016-10-05 17:39:00.505546"], ["updated_at", "2016-10-05 17:39:00.505546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci in ab.\",\"text\":\"Use the 1080p RAM application, then you can input the back-end system!\"}"], ["created_at", "2016-10-05 17:39:00.506477"], ["updated_at", "2016-10-05 17:39:00.506477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et debitis quia est nesciunt.\",\"text\":\"The XSS protocol is down, reboot the solid state driver so we can program the IB capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.507366"], ["updated_at", "2016-10-05 17:39:00.507366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis ex dolores rem aut repellendus et.\",\"text\":\"The PNG array is down, navigate the solid state system so we can connect the HDD system!\"}"], ["created_at", "2016-10-05 17:39:00.508222"], ["updated_at", "2016-10-05 17:39:00.508222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam est velit quibusdam placeat.\",\"text\":\"I'll parse the online COM protocol, that should matrix the IB matrix!\"}"], ["created_at", "2016-10-05 17:39:00.509080"], ["updated_at", "2016-10-05 17:39:00.509080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea suscipit quos qui et modi.\",\"text\":\"Synthesizing the hard drive won't do anything, we need to reboot the haptic sms feed!\"}"], ["created_at", "2016-10-05 17:39:00.509937"], ["updated_at", "2016-10-05 17:39:00.509937"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus doloremque sed eaque dolorum molestiae.\",\"text\":\"The SCSI monitor is down, input the online card so we can program the AI array!\"}"], ["created_at", "2016-10-05 17:39:00.510835"], ["updated_at", "2016-10-05 17:39:00.510835"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae nam non.\",\"text\":\"Use the open-source PNG sensor, then you can transmit the digital transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.511710"], ["updated_at", "2016-10-05 17:39:00.511710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore quidem ut.\",\"text\":\"Use the cross-platform PCI firewall, then you can back up the digital matrix!\"}"], ["created_at", "2016-10-05 17:39:00.512583"], ["updated_at", "2016-10-05 17:39:00.512583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi quasi magni sit totam consequatur in corporis.\",\"text\":\"If we generate the alarm, we can get to the JBOD driver through the haptic THX bus!\"}"], ["created_at", "2016-10-05 17:39:00.513450"], ["updated_at", "2016-10-05 17:39:00.513450"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo quia ea fuga tempora dolorum.\",\"text\":\"Try to input the PNG firewall, maybe it will quantify the cross-platform interface!\"}"], ["created_at", "2016-10-05 17:39:00.514367"], ["updated_at", "2016-10-05 17:39:00.514367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut voluptas ipsum nulla tempora veritatis.\",\"text\":\"Try to input the JSON port, maybe it will parse the auxiliary capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.515259"], ["updated_at", "2016-10-05 17:39:00.515259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo odit nisi aperiam perferendis.\",\"text\":\"The HDD matrix is down, bypass the solid state array so we can override the ADP program!\"}"], ["created_at", "2016-10-05 17:39:00.516120"], ["updated_at", "2016-10-05 17:39:00.516120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam minus laborum hic itaque.\",\"text\":\"Try to bypass the COM bandwidth, maybe it will index the bluetooth monitor!\"}"], ["created_at", "2016-10-05 17:39:00.516971"], ["updated_at", "2016-10-05 17:39:00.516971"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat eos accusantium explicabo qui.\",\"text\":\"Try to index the AGP alarm, maybe it will quantify the bluetooth microchip!\"}"], ["created_at", "2016-10-05 17:39:00.517847"], ["updated_at", "2016-10-05 17:39:00.517847"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat reiciendis et nam blanditiis soluta harum.\",\"text\":\"I'll back up the cross-platform TCP pixel, that should panel the AI interface!\"}"], ["created_at", "2016-10-05 17:39:00.518793"], ["updated_at", "2016-10-05 17:39:00.518793"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero placeat sit sequi inventore.\",\"text\":\"Try to transmit the SQL driver, maybe it will input the bluetooth array!\"}"], ["created_at", "2016-10-05 17:39:00.519686"], ["updated_at", "2016-10-05 17:39:00.519686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui accusamus sit est amet laborum.\",\"text\":\"You can't compress the driver without transmitting the digital FTP program!\"}"], ["created_at", "2016-10-05 17:39:00.520552"], ["updated_at", "2016-10-05 17:39:00.520552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab asperiores earum laboriosam facilis laborum.\",\"text\":\"Use the primary PNG card, then you can quantify the auxiliary application!\"}"], ["created_at", "2016-10-05 17:39:00.521410"], ["updated_at", "2016-10-05 17:39:00.521410"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui sit pariatur quia voluptatem sed molestiae ipsum.\",\"text\":\"The PCI microchip is down, synthesize the solid state panel so we can navigate the TCP feed!\"}"], ["created_at", "2016-10-05 17:39:00.522267"], ["updated_at", "2016-10-05 17:39:00.522267"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia porro corrupti nisi dignissimos qui.\",\"text\":\"The SDD bandwidth is down, navigate the auxiliary port so we can hack the AGP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.523155"], ["updated_at", "2016-10-05 17:39:00.523155"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas molestiae et.\",\"text\":\"Try to generate the PNG sensor, maybe it will parse the neural microchip!\"}"], ["created_at", "2016-10-05 17:39:00.524036"], ["updated_at", "2016-10-05 17:39:00.524036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est ratione provident.\",\"text\":\"Try to connect the JBOD pixel, maybe it will quantify the primary panel!\"}"], ["created_at", "2016-10-05 17:39:00.524891"], ["updated_at", "2016-10-05 17:39:00.524891"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus odit voluptate nam.\",\"text\":\"Try to synthesize the TCP feed, maybe it will override the open-source hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.525743"], ["updated_at", "2016-10-05 17:39:00.525743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum nihil enim aut sed rerum dolores quia.\",\"text\":\"You can't synthesize the protocol without overriding the online HTTP pixel!\"}"], ["created_at", "2016-10-05 17:39:00.526676"], ["updated_at", "2016-10-05 17:39:00.526676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non labore exercitationem qui illo minima quae voluptatem.\",\"text\":\"Use the digital SMTP application, then you can transmit the auxiliary system!\"}"], ["created_at", "2016-10-05 17:39:00.527547"], ["updated_at", "2016-10-05 17:39:00.527547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum aut voluptas qui amet id quia nulla.\",\"text\":\"Overriding the interface won't do anything, we need to program the online ftp capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.528409"], ["updated_at", "2016-10-05 17:39:00.528409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta et voluptas minus eaque voluptas.\",\"text\":\"If we navigate the system, we can get to the PCI transmitter through the neural SAS capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.529276"], ["updated_at", "2016-10-05 17:39:00.529276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui et qui ratione modi quibusdam.\",\"text\":\"Try to parse the FTP microchip, maybe it will navigate the 1080p monitor!\"}"], ["created_at", "2016-10-05 17:39:00.530140"], ["updated_at", "2016-10-05 17:39:00.530140"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut omnis ipsam et magnam quibusdam.\",\"text\":\"Try to transmit the GB system, maybe it will index the 1080p hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.531115"], ["updated_at", "2016-10-05 17:39:00.531115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo id similique veniam.\",\"text\":\"You can't copy the microchip without indexing the 1080p SMTP driver!\"}"], ["created_at", "2016-10-05 17:39:00.531987"], ["updated_at", "2016-10-05 17:39:00.531987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis nihil maxime recusandae.\",\"text\":\"Try to bypass the XSS transmitter, maybe it will generate the optical pixel!\"}"], ["created_at", "2016-10-05 17:39:00.532864"], ["updated_at", "2016-10-05 17:39:00.532864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et incidunt distinctio eaque aspernatur.\",\"text\":\"You can't parse the hard drive without hacking the neural SCSI monitor!\"}"], ["created_at", "2016-10-05 17:39:00.533802"], ["updated_at", "2016-10-05 17:39:00.533802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit ipsum sunt eos et.\",\"text\":\"If we transmit the system, we can get to the RAM firewall through the haptic GB pixel!\"}"], ["created_at", "2016-10-05 17:39:00.534766"], ["updated_at", "2016-10-05 17:39:00.534766"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id consectetur laborum temporibus in.\",\"text\":\"The HDD driver is down, bypass the neural array so we can navigate the USB array!\"}"], ["created_at", "2016-10-05 17:39:00.535666"], ["updated_at", "2016-10-05 17:39:00.535666"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur voluptas ipsa ea enim beatae aut.\",\"text\":\"If we synthesize the hard drive, we can get to the HTTP port through the 1080p EXE system!\"}"], ["created_at", "2016-10-05 17:39:00.536563"], ["updated_at", "2016-10-05 17:39:00.536563"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus a quo corrupti error.\",\"text\":\"The THX sensor is down, copy the bluetooth transmitter so we can override the HTTP panel!\"}"], ["created_at", "2016-10-05 17:39:00.537424"], ["updated_at", "2016-10-05 17:39:00.537424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt dolor amet accusamus sint nemo pariatur cupiditate.\",\"text\":\"Compressing the transmitter won't do anything, we need to generate the redundant ram monitor!\"}"], ["created_at", "2016-10-05 17:39:00.538300"], ["updated_at", "2016-10-05 17:39:00.538300"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur nisi mollitia amet.\",\"text\":\"We need to calculate the haptic GB transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.539199"], ["updated_at", "2016-10-05 17:39:00.539199"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima tenetur dolorum ab quos ea.\",\"text\":\"I'll program the neural HDD port, that should sensor the RAM hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.540074"], ["updated_at", "2016-10-05 17:39:00.540074"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos qui commodi rem qui.\",\"text\":\"You can't hack the system without backing up the primary PCI protocol!\"}"], ["created_at", "2016-10-05 17:39:00.540948"], ["updated_at", "2016-10-05 17:39:00.540948"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum quia ut.\",\"text\":\"The COM protocol is down, transmit the cross-platform sensor so we can transmit the SMS monitor!\"}"], ["created_at", "2016-10-05 17:39:00.541819"], ["updated_at", "2016-10-05 17:39:00.541819"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et non et saepe odio debitis repellat.\",\"text\":\"You can't quantify the pixel without hacking the solid state SMS card!\"}"], ["created_at", "2016-10-05 17:39:00.542762"], ["updated_at", "2016-10-05 17:39:00.542762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor tenetur eos consequatur autem.\",\"text\":\"If we parse the system, we can get to the SMTP transmitter through the back-end SMS interface!\"}"], ["created_at", "2016-10-05 17:39:00.543625"], ["updated_at", "2016-10-05 17:39:00.543625"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime aut minus dolore quia.\",\"text\":\"If we reboot the array, we can get to the AI firewall through the multi-byte JBOD pixel!\"}"], ["created_at", "2016-10-05 17:39:00.544496"], ["updated_at", "2016-10-05 17:39:00.544496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta incidunt unde enim velit eos sunt quis.\",\"text\":\"Use the haptic JBOD bus, then you can input the haptic system!\"}"], ["created_at", "2016-10-05 17:39:00.545391"], ["updated_at", "2016-10-05 17:39:00.545391"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et nemo debitis enim repellat est.\",\"text\":\"I'll transmit the cross-platform PNG bandwidth, that should pixel the ADP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.546248"], ["updated_at", "2016-10-05 17:39:00.546248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae repellat dolor officia minima quia.\",\"text\":\"Backing up the sensor won't do anything, we need to bypass the online jbod panel!\"}"], ["created_at", "2016-10-05 17:39:00.547149"], ["updated_at", "2016-10-05 17:39:00.547149"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla fuga quisquam ut excepturi illum qui et.\",\"text\":\"Use the optical XSS array, then you can navigate the online sensor!\"}"], ["created_at", "2016-10-05 17:39:00.548060"], ["updated_at", "2016-10-05 17:39:00.548060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi eius rem est nobis voluptates praesentium excepturi.\",\"text\":\"Try to connect the XML system, maybe it will index the cross-platform pixel!\"}"], ["created_at", "2016-10-05 17:39:00.548918"], ["updated_at", "2016-10-05 17:39:00.548918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel occaecati nesciunt quam in iure voluptas et.\",\"text\":\"We need to compress the solid state RAM hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.549817"], ["updated_at", "2016-10-05 17:39:00.549817"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam sit dolorem ex omnis.\",\"text\":\"I'll compress the redundant TCP matrix, that should bandwidth the ADP bus!\"}"], ["created_at", "2016-10-05 17:39:00.550704"], ["updated_at", "2016-10-05 17:39:00.550704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla voluptas molestiae blanditiis nam voluptas et.\",\"text\":\"We need to transmit the bluetooth TCP card!\"}"], ["created_at", "2016-10-05 17:39:00.551599"], ["updated_at", "2016-10-05 17:39:00.551599"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus maxime distinctio quia at alias magni quasi.\",\"text\":\"You can't input the feed without quantifying the 1080p SMTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.552457"], ["updated_at", "2016-10-05 17:39:00.552457"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis alias in placeat architecto ad dolor fugiat.\",\"text\":\"We need to transmit the digital RSS alarm!\"}"], ["created_at", "2016-10-05 17:39:00.553312"], ["updated_at", "2016-10-05 17:39:00.553312"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime eaque et perspiciatis ipsum fugiat qui velit.\",\"text\":\"We need to connect the redundant FTP system!\"}"], ["created_at", "2016-10-05 17:39:00.554183"], ["updated_at", "2016-10-05 17:39:00.554183"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui libero reiciendis earum ut neque.\",\"text\":\"Overriding the matrix won't do anything, we need to connect the redundant agp application!\"}"], ["created_at", "2016-10-05 17:39:00.555050"], ["updated_at", "2016-10-05 17:39:00.555050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est maxime dolor ut.\",\"text\":\"If we copy the monitor, we can get to the XSS firewall through the cross-platform PNG bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.555931"], ["updated_at", "2016-10-05 17:39:00.555931"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas veniam eum consequatur.\",\"text\":\"I'll connect the open-source SAS monitor, that should protocol the CSS firewall!\"}"], ["created_at", "2016-10-05 17:39:00.556836"], ["updated_at", "2016-10-05 17:39:00.556836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic quia aperiam.\",\"text\":\"If we quantify the transmitter, we can get to the SDD pixel through the auxiliary JSON bus!\"}"], ["created_at", "2016-10-05 17:39:00.557716"], ["updated_at", "2016-10-05 17:39:00.557716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure inventore blanditiis commodi sed.\",\"text\":\"We need to index the primary JBOD system!\"}"], ["created_at", "2016-10-05 17:39:00.558588"], ["updated_at", "2016-10-05 17:39:00.558588"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae quia tempora qui vel recusandae dolorem.\",\"text\":\"I'll reboot the digital FTP port, that should system the AI capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.559452"], ["updated_at", "2016-10-05 17:39:00.559452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime libero repudiandae reiciendis et.\",\"text\":\"We need to transmit the optical FTP system!\"}"], ["created_at", "2016-10-05 17:39:00.560316"], ["updated_at", "2016-10-05 17:39:00.560316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut officiis deserunt eligendi omnis aperiam.\",\"text\":\"Use the auxiliary EXE bandwidth, then you can synthesize the cross-platform transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.561168"], ["updated_at", "2016-10-05 17:39:00.561168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis et rem eveniet.\",\"text\":\"You can't hack the array without transmitting the wireless IB driver!\"}"], ["created_at", "2016-10-05 17:39:00.562016"], ["updated_at", "2016-10-05 17:39:00.562016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint dolorem et et in.\",\"text\":\"Transmitting the matrix won't do anything, we need to hack the digital http microchip!\"}"], ["created_at", "2016-10-05 17:39:00.562903"], ["updated_at", "2016-10-05 17:39:00.562903"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem natus dicta error est libero nihil.\",\"text\":\"We need to override the open-source RAM hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.563765"], ["updated_at", "2016-10-05 17:39:00.563765"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo eum cumque.\",\"text\":\"The SAS system is down, reboot the multi-byte capacitor so we can navigate the SDD microchip!\"}"], ["created_at", "2016-10-05 17:39:00.564645"], ["updated_at", "2016-10-05 17:39:00.564645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto autem velit et id eveniet accusamus.\",\"text\":\"I'll connect the open-source IB application, that should bus the AI matrix!\"}"], ["created_at", "2016-10-05 17:39:00.565519"], ["updated_at", "2016-10-05 17:39:00.565519"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem minus temporibus porro velit modi non.\",\"text\":\"I'll reboot the auxiliary SAS hard drive, that should bus the HDD feed!\"}"], ["created_at", "2016-10-05 17:39:00.566448"], ["updated_at", "2016-10-05 17:39:00.566448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis quia quia alias non est maxime labore.\",\"text\":\"The FTP panel is down, parse the multi-byte application so we can bypass the EXE card!\"}"], ["created_at", "2016-10-05 17:39:00.567352"], ["updated_at", "2016-10-05 17:39:00.567352"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui ea omnis voluptas tenetur.\",\"text\":\"You can't program the alarm without synthesizing the multi-byte USB firewall!\"}"], ["created_at", "2016-10-05 17:39:00.568216"], ["updated_at", "2016-10-05 17:39:00.568216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam error animi assumenda necessitatibus occaecati.\",\"text\":\"Use the wireless AGP feed, then you can connect the digital panel!\"}"], ["created_at", "2016-10-05 17:39:00.569070"], ["updated_at", "2016-10-05 17:39:00.569070"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas ut excepturi et nesciunt quasi dolorem quidem.\",\"text\":\"Navigating the feed won't do anything, we need to program the cross-platform http transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.569923"], ["updated_at", "2016-10-05 17:39:00.569923"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quo voluptatem totam fuga voluptas.\",\"text\":\"Try to hack the PCI protocol, maybe it will back up the open-source port!\"}"], ["created_at", "2016-10-05 17:39:00.570855"], ["updated_at", "2016-10-05 17:39:00.570855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque totam accusamus enim labore esse et.\",\"text\":\"I'll reboot the back-end EXE microchip, that should application the USB program!\"}"], ["created_at", "2016-10-05 17:39:00.571943"], ["updated_at", "2016-10-05 17:39:00.571943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis nobis non blanditiis eius sunt et.\",\"text\":\"We need to generate the primary HTTP alarm!\"}"], ["created_at", "2016-10-05 17:39:00.572849"], ["updated_at", "2016-10-05 17:39:00.572849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem aperiam dolorum iusto magni reprehenderit amet.\",\"text\":\"Copying the protocol won't do anything, we need to override the digital hdd hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.573757"], ["updated_at", "2016-10-05 17:39:00.573757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum ut et optio voluptatem.\",\"text\":\"I'll generate the multi-byte SCSI monitor, that should protocol the PCI protocol!\"}"], ["created_at", "2016-10-05 17:39:00.574653"], ["updated_at", "2016-10-05 17:39:00.574653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sed sit vel et sed vel.\",\"text\":\"Use the open-source SDD microchip, then you can navigate the back-end monitor!\"}"], ["created_at", "2016-10-05 17:39:00.575524"], ["updated_at", "2016-10-05 17:39:00.575524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt occaecati voluptatem consequatur pariatur odio.\",\"text\":\"We need to quantify the wireless SDD feed!\"}"], ["created_at", "2016-10-05 17:39:00.576389"], ["updated_at", "2016-10-05 17:39:00.576389"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit quae laudantium ea quis ipsum et ab.\",\"text\":\"We need to calculate the mobile HDD sensor!\"}"], ["created_at", "2016-10-05 17:39:00.577252"], ["updated_at", "2016-10-05 17:39:00.577252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed a vitae cum voluptatem enim expedita.\",\"text\":\"Try to back up the AI alarm, maybe it will quantify the mobile monitor!\"}"], ["created_at", "2016-10-05 17:39:00.578121"], ["updated_at", "2016-10-05 17:39:00.578121"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci numquam voluptatem repellat earum error.\",\"text\":\"Use the back-end SMS sensor, then you can compress the 1080p feed!\"}"], ["created_at", "2016-10-05 17:39:00.579003"], ["updated_at", "2016-10-05 17:39:00.579003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit praesentium facilis.\",\"text\":\"Try to input the XSS array, maybe it will connect the online matrix!\"}"], ["created_at", "2016-10-05 17:39:00.579866"], ["updated_at", "2016-10-05 17:39:00.579866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui asperiores optio autem.\",\"text\":\"Try to hack the XML bandwidth, maybe it will compress the mobile panel!\"}"], ["created_at", "2016-10-05 17:39:00.580733"], ["updated_at", "2016-10-05 17:39:00.580733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi ratione distinctio nostrum omnis omnis.\",\"text\":\"I'll bypass the solid state XML microchip, that should circuit the CSS program!\"}"], ["created_at", "2016-10-05 17:39:00.581605"], ["updated_at", "2016-10-05 17:39:00.581605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut impedit ut sint et eum.\",\"text\":\"I'll input the cross-platform RSS port, that should capacitor the GB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.582487"], ["updated_at", "2016-10-05 17:39:00.582487"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet totam sequi aliquam.\",\"text\":\"The HTTP program is down, index the cross-platform capacitor so we can quantify the SDD card!\"}"], ["created_at", "2016-10-05 17:39:00.583361"], ["updated_at", "2016-10-05 17:39:00.583361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur vel enim voluptas.\",\"text\":\"We need to back up the virtual SMS capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.584222"], ["updated_at", "2016-10-05 17:39:00.584222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto beatae aspernatur ad possimus delectus consectetur similique.\",\"text\":\"We need to parse the haptic USB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.585085"], ["updated_at", "2016-10-05 17:39:00.585085"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem ipsum atque porro non sequi.\",\"text\":\"If we parse the interface, we can get to the XSS array through the mobile HDD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.585954"], ["updated_at", "2016-10-05 17:39:00.585954"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto et praesentium molestiae nobis.\",\"text\":\"Use the neural RAM pixel, then you can copy the wireless hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.586828"], ["updated_at", "2016-10-05 17:39:00.586828"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non provident ipsum reiciendis est aut exercitationem.\",\"text\":\"You can't copy the capacitor without backing up the primary HTTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.587694"], ["updated_at", "2016-10-05 17:39:00.587694"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui reiciendis eum sunt voluptatibus.\",\"text\":\"If we quantify the driver, we can get to the SAS sensor through the mobile THX protocol!\"}"], ["created_at", "2016-10-05 17:39:00.588578"], ["updated_at", "2016-10-05 17:39:00.588578"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur impedit necessitatibus tempora assumenda.\",\"text\":\"Try to override the SSL array, maybe it will hack the back-end application!\"}"], ["created_at", "2016-10-05 17:39:00.589416"], ["updated_at", "2016-10-05 17:39:00.589416"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem eveniet itaque in numquam.\",\"text\":\"We need to copy the cross-platform IB firewall!\"}"], ["created_at", "2016-10-05 17:39:00.590355"], ["updated_at", "2016-10-05 17:39:00.590355"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi cupiditate modi recusandae quae repellendus.\",\"text\":\"Use the primary USB port, then you can connect the open-source system!\"}"], ["created_at", "2016-10-05 17:39:00.592002"], ["updated_at", "2016-10-05 17:39:00.592002"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non qui aut aliquid voluptatibus voluptas perspiciatis.\",\"text\":\"Try to quantify the SMS card, maybe it will hack the auxiliary bus!\"}"], ["created_at", "2016-10-05 17:39:00.593789"], ["updated_at", "2016-10-05 17:39:00.593789"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi ut vitae voluptates aut.\",\"text\":\"If we compress the capacitor, we can get to the XSS sensor through the mobile SCSI program!\"}"], ["created_at", "2016-10-05 17:39:00.595138"], ["updated_at", "2016-10-05 17:39:00.595138"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem rerum itaque rerum.\",\"text\":\"You can't quantify the protocol without programming the cross-platform XML port!\"}"], ["created_at", "2016-10-05 17:39:00.596609"], ["updated_at", "2016-10-05 17:39:00.596609"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus incidunt ut quaerat et cum.\",\"text\":\"If we compress the system, we can get to the XSS bus through the neural PCI firewall!\"}"], ["created_at", "2016-10-05 17:39:00.599804"], ["updated_at", "2016-10-05 17:39:00.599804"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores vero repellendus porro magni et itaque.\",\"text\":\"Overriding the driver won't do anything, we need to input the auxiliary smtp firewall!\"}"], ["created_at", "2016-10-05 17:39:00.601088"], ["updated_at", "2016-10-05 17:39:00.601088"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa totam neque.\",\"text\":\"The USB circuit is down, index the virtual hard drive so we can quantify the GB feed!\"}"], ["created_at", "2016-10-05 17:39:00.603816"], ["updated_at", "2016-10-05 17:39:00.603816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum ut occaecati aspernatur qui.\",\"text\":\"I'll calculate the bluetooth CSS matrix, that should port the AGP circuit!\"}"], ["created_at", "2016-10-05 17:39:00.605396"], ["updated_at", "2016-10-05 17:39:00.605396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex et est assumenda veniam repudiandae deleniti qui.\",\"text\":\"Use the open-source EXE port, then you can override the optical protocol!\"}"], ["created_at", "2016-10-05 17:39:00.606413"], ["updated_at", "2016-10-05 17:39:00.606413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur impedit provident recusandae quam ipsam.\",\"text\":\"Try to connect the PCI hard drive, maybe it will navigate the auxiliary pixel!\"}"], ["created_at", "2016-10-05 17:39:00.607353"], ["updated_at", "2016-10-05 17:39:00.607353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis et voluptas aut ea maxime.\",\"text\":\"We need to program the redundant AI alarm!\"}"], ["created_at", "2016-10-05 17:39:00.608240"], ["updated_at", "2016-10-05 17:39:00.608240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque totam blanditiis alias consequatur praesentium.\",\"text\":\"We need to input the virtual EXE application!\"}"], ["created_at", "2016-10-05 17:39:00.609113"], ["updated_at", "2016-10-05 17:39:00.609113"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam et facere.\",\"text\":\"You can't transmit the bus without transmitting the primary SDD feed!\"}"], ["created_at", "2016-10-05 17:39:00.609982"], ["updated_at", "2016-10-05 17:39:00.609982"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia omnis est cum quidem quam.\",\"text\":\"Synthesizing the panel won't do anything, we need to program the mobile jbod matrix!\"}"], ["created_at", "2016-10-05 17:39:00.610900"], ["updated_at", "2016-10-05 17:39:00.610900"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos reprehenderit dolores voluptatem delectus nihil.\",\"text\":\"Try to transmit the SAS panel, maybe it will synthesize the optical pixel!\"}"], ["created_at", "2016-10-05 17:39:00.611809"], ["updated_at", "2016-10-05 17:39:00.611809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non eum error incidunt ea molestias quam placeat.\",\"text\":\"Try to hack the SMTP monitor, maybe it will index the bluetooth bus!\"}"], ["created_at", "2016-10-05 17:39:00.612677"], ["updated_at", "2016-10-05 17:39:00.612677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus qui omnis.\",\"text\":\"If we index the bandwidth, we can get to the IB firewall through the 1080p CSS program!\"}"], ["created_at", "2016-10-05 17:39:00.613572"], ["updated_at", "2016-10-05 17:39:00.613572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum possimus exercitationem sed et.\",\"text\":\"Compressing the pixel won't do anything, we need to reboot the back-end usb card!\"}"], ["created_at", "2016-10-05 17:39:00.614580"], ["updated_at", "2016-10-05 17:39:00.614580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit quam harum.\",\"text\":\"Try to copy the PNG port, maybe it will synthesize the bluetooth card!\"}"], ["created_at", "2016-10-05 17:39:00.615496"], ["updated_at", "2016-10-05 17:39:00.615496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur alias laboriosam quibusdam omnis aut dolores.\",\"text\":\"You can't back up the system without calculating the online TCP capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.616371"], ["updated_at", "2016-10-05 17:39:00.616371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia qui quidem natus veniam deleniti.\",\"text\":\"You can't navigate the panel without connecting the haptic THX port!\"}"], ["created_at", "2016-10-05 17:39:00.617267"], ["updated_at", "2016-10-05 17:39:00.617267"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In aperiam atque quo vitae delectus aut.\",\"text\":\"I'll navigate the haptic IB circuit, that should protocol the XML monitor!\"}"], ["created_at", "2016-10-05 17:39:00.618169"], ["updated_at", "2016-10-05 17:39:00.618169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias provident reprehenderit animi consectetur odit dolores.\",\"text\":\"If we generate the panel, we can get to the AGP interface through the open-source EXE port!\"}"], ["created_at", "2016-10-05 17:39:00.619059"], ["updated_at", "2016-10-05 17:39:00.619059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis est dolore veniam harum tenetur.\",\"text\":\"I'll program the cross-platform THX interface, that should matrix the SAS application!\"}"], ["created_at", "2016-10-05 17:39:00.619931"], ["updated_at", "2016-10-05 17:39:00.619931"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem voluptatibus optio voluptas quia esse ea.\",\"text\":\"If we index the interface, we can get to the RAM application through the online EXE feed!\"}"], ["created_at", "2016-10-05 17:39:00.620816"], ["updated_at", "2016-10-05 17:39:00.620816"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus accusantium maiores sit dolores.\",\"text\":\"We need to override the multi-byte GB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.622073"], ["updated_at", "2016-10-05 17:39:00.622073"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae praesentium et quibusdam quidem quisquam optio neque.\",\"text\":\"You can't compress the protocol without transmitting the optical AI microchip!\"}"], ["created_at", "2016-10-05 17:39:00.623592"], ["updated_at", "2016-10-05 17:39:00.623592"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa nostrum temporibus voluptates sint sit distinctio.\",\"text\":\"The SMTP interface is down, input the bluetooth panel so we can hack the PNG port!\"}"], ["created_at", "2016-10-05 17:39:00.625015"], ["updated_at", "2016-10-05 17:39:00.625015"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa soluta numquam doloribus sunt quibusdam quia.\",\"text\":\"If we compress the alarm, we can get to the RSS feed through the auxiliary SSL array!\"}"], ["created_at", "2016-10-05 17:39:00.626307"], ["updated_at", "2016-10-05 17:39:00.626307"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti voluptatem adipisci vitae.\",\"text\":\"We need to transmit the 1080p SCSI system!\"}"], ["created_at", "2016-10-05 17:39:00.628302"], ["updated_at", "2016-10-05 17:39:00.628302"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis laboriosam et porro ex fugiat quas aut.\",\"text\":\"Use the wireless FTP array, then you can calculate the primary bus!\"}"], ["created_at", "2016-10-05 17:39:00.630071"], ["updated_at", "2016-10-05 17:39:00.630071"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat iste veniam omnis.\",\"text\":\"If we hack the panel, we can get to the SMTP hard drive through the digital SDD firewall!\"}"], ["created_at", "2016-10-05 17:39:00.632737"], ["updated_at", "2016-10-05 17:39:00.632737"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque qui labore quos voluptates et.\",\"text\":\"I'll parse the solid state PCI alarm, that should firewall the COM application!\"}"], ["created_at", "2016-10-05 17:39:00.635139"], ["updated_at", "2016-10-05 17:39:00.635139"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium qui aut optio dolores.\",\"text\":\"We need to connect the digital AI protocol!\"}"], ["created_at", "2016-10-05 17:39:00.636239"], ["updated_at", "2016-10-05 17:39:00.636239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat corrupti tenetur in voluptas quia soluta.\",\"text\":\"Use the neural SMS program, then you can program the 1080p microchip!\"}"], ["created_at", "2016-10-05 17:39:00.637144"], ["updated_at", "2016-10-05 17:39:00.637144"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae dolorem fugit quo qui id.\",\"text\":\"The THX transmitter is down, connect the solid state feed so we can generate the ADP sensor!\"}"], ["created_at", "2016-10-05 17:39:00.638017"], ["updated_at", "2016-10-05 17:39:00.638017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore non et ut occaecati.\",\"text\":\"I'll program the back-end AGP sensor, that should port the EXE system!\"}"], ["created_at", "2016-10-05 17:39:00.638960"], ["updated_at", "2016-10-05 17:39:00.638960"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur nam fuga et nihil.\",\"text\":\"Try to override the RSS protocol, maybe it will copy the optical interface!\"}"], ["created_at", "2016-10-05 17:39:00.639881"], ["updated_at", "2016-10-05 17:39:00.639881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis aliquam ut.\",\"text\":\"You can't hack the bus without compressing the bluetooth ADP capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.640773"], ["updated_at", "2016-10-05 17:39:00.640773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum rem ipsa et aut nisi.\",\"text\":\"Use the multi-byte USB protocol, then you can calculate the 1080p interface!\"}"], ["created_at", "2016-10-05 17:39:00.641644"], ["updated_at", "2016-10-05 17:39:00.641644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia facere ut voluptas aliquam perferendis neque.\",\"text\":\"If we hack the circuit, we can get to the AGP transmitter through the digital SDD port!\"}"], ["created_at", "2016-10-05 17:39:00.642591"], ["updated_at", "2016-10-05 17:39:00.642591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo consequatur veniam eius magnam autem quidem aut.\",\"text\":\"Compressing the port won't do anything, we need to transmit the mobile ib protocol!\"}"], ["created_at", "2016-10-05 17:39:00.643482"], ["updated_at", "2016-10-05 17:39:00.643482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis ab doloremque cum magnam praesentium.\",\"text\":\"Transmitting the monitor won't do anything, we need to override the cross-platform json hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.644359"], ["updated_at", "2016-10-05 17:39:00.644359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores dolor nesciunt molestias quibusdam.\",\"text\":\"Try to connect the COM array, maybe it will index the online array!\"}"], ["created_at", "2016-10-05 17:39:00.645228"], ["updated_at", "2016-10-05 17:39:00.645228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus laborum voluptas ratione dolorem maxime exercitationem.\",\"text\":\"If we connect the bus, we can get to the SMTP panel through the mobile CSS panel!\"}"], ["created_at", "2016-10-05 17:39:00.646095"], ["updated_at", "2016-10-05 17:39:00.646095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione reprehenderit autem nihil qui illum.\",\"text\":\"The TCP hard drive is down, input the back-end matrix so we can hack the AI interface!\"}"], ["created_at", "2016-10-05 17:39:00.647035"], ["updated_at", "2016-10-05 17:39:00.647035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae est in quia laborum.\",\"text\":\"We need to input the neural SDD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.647997"], ["updated_at", "2016-10-05 17:39:00.647997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et alias itaque.\",\"text\":\"I'll override the auxiliary TCP monitor, that should capacitor the SDD card!\"}"], ["created_at", "2016-10-05 17:39:00.648873"], ["updated_at", "2016-10-05 17:39:00.648873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla odio qui nostrum sint dolore illo.\",\"text\":\"If we input the program, we can get to the SSL bus through the multi-byte XML array!\"}"], ["created_at", "2016-10-05 17:39:00.649736"], ["updated_at", "2016-10-05 17:39:00.649736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In voluptatibus atque vel et.\",\"text\":\"If we index the matrix, we can get to the SMS feed through the haptic SMTP driver!\"}"], ["created_at", "2016-10-05 17:39:00.650633"], ["updated_at", "2016-10-05 17:39:00.650633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati ipsum animi voluptatibus eligendi commodi est voluptas.\",\"text\":\"You can't connect the microchip without hacking the primary ADP feed!\"}"], ["created_at", "2016-10-05 17:39:00.651557"], ["updated_at", "2016-10-05 17:39:00.651557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam natus ipsa error aut eligendi quis accusamus.\",\"text\":\"The JBOD transmitter is down, back up the bluetooth feed so we can transmit the GB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.652425"], ["updated_at", "2016-10-05 17:39:00.652425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis iusto sint in voluptas voluptate velit non.\",\"text\":\"Bypassing the program won't do anything, we need to copy the multi-byte json capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.653287"], ["updated_at", "2016-10-05 17:39:00.653287"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum qui nam est ut maiores autem.\",\"text\":\"Try to generate the AGP circuit, maybe it will override the solid state pixel!\"}"], ["created_at", "2016-10-05 17:39:00.654154"], ["updated_at", "2016-10-05 17:39:00.654154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas cum quidem ratione dolor.\",\"text\":\"I'll transmit the bluetooth PNG sensor, that should hard drive the RSS bus!\"}"], ["created_at", "2016-10-05 17:39:00.655056"], ["updated_at", "2016-10-05 17:39:00.655056"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi quia voluptatibus tempore eos qui laborum minima.\",\"text\":\"Hacking the capacitor won't do anything, we need to override the multi-byte pci array!\"}"], ["created_at", "2016-10-05 17:39:00.655959"], ["updated_at", "2016-10-05 17:39:00.655959"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi esse laboriosam et.\",\"text\":\"We need to transmit the digital AGP panel!\"}"], ["created_at", "2016-10-05 17:39:00.656831"], ["updated_at", "2016-10-05 17:39:00.656831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos optio nihil necessitatibus est accusamus.\",\"text\":\"If we synthesize the array, we can get to the SCSI microchip through the mobile SMS array!\"}"], ["created_at", "2016-10-05 17:39:00.657700"], ["updated_at", "2016-10-05 17:39:00.657700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga repellat et nemo delectus aliquam.\",\"text\":\"The IB capacitor is down, reboot the auxiliary protocol so we can override the COM transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.658573"], ["updated_at", "2016-10-05 17:39:00.658573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi assumenda aliquam.\",\"text\":\"Programming the panel won't do anything, we need to hack the wireless sql firewall!\"}"], ["created_at", "2016-10-05 17:39:00.659436"], ["updated_at", "2016-10-05 17:39:00.659436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse assumenda aut aut eveniet et aspernatur.\",\"text\":\"If we synthesize the application, we can get to the ADP program through the multi-byte XSS firewall!\"}"], ["created_at", "2016-10-05 17:39:00.660310"], ["updated_at", "2016-10-05 17:39:00.660310"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi repellendus ex et quis debitis nihil voluptatem.\",\"text\":\"I'll navigate the auxiliary USB protocol, that should protocol the SDD card!\"}"], ["created_at", "2016-10-05 17:39:00.661182"], ["updated_at", "2016-10-05 17:39:00.661182"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere aliquid odit facilis optio.\",\"text\":\"Programming the sensor won't do anything, we need to reboot the haptic sms port!\"}"], ["created_at", "2016-10-05 17:39:00.662069"], ["updated_at", "2016-10-05 17:39:00.662069"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero libero impedit sapiente placeat molestias.\",\"text\":\"Use the mobile IB system, then you can compress the open-source bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.663007"], ["updated_at", "2016-10-05 17:39:00.663007"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora eos sapiente.\",\"text\":\"Try to connect the HTTP driver, maybe it will copy the cross-platform alarm!\"}"], ["created_at", "2016-10-05 17:39:00.663863"], ["updated_at", "2016-10-05 17:39:00.663863"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus ab expedita ipsum.\",\"text\":\"I'll bypass the redundant EXE driver, that should circuit the PCI hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.664845"], ["updated_at", "2016-10-05 17:39:00.664845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et dolorum a et est magni velit eum.\",\"text\":\"I'll bypass the haptic SMS firewall, that should card the CSS interface!\"}"], ["created_at", "2016-10-05 17:39:00.665710"], ["updated_at", "2016-10-05 17:39:00.665710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur nam laboriosam ipsa est quia eos reiciendis.\",\"text\":\"We need to program the mobile RAM pixel!\"}"], ["created_at", "2016-10-05 17:39:00.666583"], ["updated_at", "2016-10-05 17:39:00.666583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae alias voluptatem omnis libero maiores.\",\"text\":\"Backing up the circuit won't do anything, we need to calculate the redundant gb program!\"}"], ["created_at", "2016-10-05 17:39:00.667467"], ["updated_at", "2016-10-05 17:39:00.667467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis quasi debitis.\",\"text\":\"If we input the program, we can get to the COM card through the cross-platform PCI microchip!\"}"], ["created_at", "2016-10-05 17:39:00.668375"], ["updated_at", "2016-10-05 17:39:00.668375"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque incidunt accusantium ut consequatur explicabo totam.\",\"text\":\"If we navigate the protocol, we can get to the RSS firewall through the optical THX card!\"}"], ["created_at", "2016-10-05 17:39:00.669270"], ["updated_at", "2016-10-05 17:39:00.669270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero optio eligendi suscipit dicta mollitia soluta.\",\"text\":\"Indexing the system won't do anything, we need to index the auxiliary gb monitor!\"}"], ["created_at", "2016-10-05 17:39:00.670135"], ["updated_at", "2016-10-05 17:39:00.670135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit omnis magni dolor aperiam molestiae maiores distinctio.\",\"text\":\"I'll quantify the haptic FTP port, that should application the XML interface!\"}"], ["created_at", "2016-10-05 17:39:00.671012"], ["updated_at", "2016-10-05 17:39:00.671012"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui adipisci est.\",\"text\":\"Use the neural CSS pixel, then you can navigate the virtual transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.671875"], ["updated_at", "2016-10-05 17:39:00.671875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam commodi sunt.\",\"text\":\"Compressing the matrix won't do anything, we need to quantify the neural gb card!\"}"], ["created_at", "2016-10-05 17:39:00.672769"], ["updated_at", "2016-10-05 17:39:00.672769"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet aut quo voluptatem repellat deleniti.\",\"text\":\"The ADP feed is down, synthesize the virtual monitor so we can calculate the EXE monitor!\"}"], ["created_at", "2016-10-05 17:39:00.673703"], ["updated_at", "2016-10-05 17:39:00.673703"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga consequatur dolorem omnis iste soluta.\",\"text\":\"Transmitting the circuit won't do anything, we need to calculate the digital smtp capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.674620"], ["updated_at", "2016-10-05 17:39:00.674620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate et ut expedita vero at.\",\"text\":\"Use the multi-byte COM array, then you can program the online application!\"}"], ["created_at", "2016-10-05 17:39:00.675482"], ["updated_at", "2016-10-05 17:39:00.675482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex non similique blanditiis qui necessitatibus.\",\"text\":\"I'll compress the mobile PCI monitor, that should pixel the IB driver!\"}"], ["created_at", "2016-10-05 17:39:00.676387"], ["updated_at", "2016-10-05 17:39:00.676387"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum laboriosam qui omnis eligendi rerum.\",\"text\":\"Try to input the COM card, maybe it will compress the auxiliary capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.677261"], ["updated_at", "2016-10-05 17:39:00.677261"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus a voluptatum qui eaque vel sint.\",\"text\":\"Try to bypass the SSL system, maybe it will copy the virtual pixel!\"}"], ["created_at", "2016-10-05 17:39:00.678142"], ["updated_at", "2016-10-05 17:39:00.678142"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem error sequi exercitationem.\",\"text\":\"The ADP program is down, hack the neural system so we can hack the SMTP monitor!\"}"], ["created_at", "2016-10-05 17:39:00.679014"], ["updated_at", "2016-10-05 17:39:00.679014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde similique ea aut deleniti.\",\"text\":\"The SSL card is down, compress the online panel so we can copy the AI sensor!\"}"], ["created_at", "2016-10-05 17:39:00.679875"], ["updated_at", "2016-10-05 17:39:00.679875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus harum accusamus natus.\",\"text\":\"Compressing the card won't do anything, we need to navigate the open-source sms array!\"}"], ["created_at", "2016-10-05 17:39:00.680774"], ["updated_at", "2016-10-05 17:39:00.680774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi eaque et.\",\"text\":\"If we input the panel, we can get to the EXE sensor through the multi-byte IB hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.681692"], ["updated_at", "2016-10-05 17:39:00.681692"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui corrupti sed sint quasi mollitia.\",\"text\":\"If we synthesize the bus, we can get to the SAS firewall through the optical JSON hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.682565"], ["updated_at", "2016-10-05 17:39:00.682565"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit libero soluta culpa qui voluptas.\",\"text\":\"Try to compress the SQL bandwidth, maybe it will bypass the solid state interface!\"}"], ["created_at", "2016-10-05 17:39:00.683441"], ["updated_at", "2016-10-05 17:39:00.683441"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo velit ad et vero.\",\"text\":\"You can't copy the application without backing up the back-end SSL bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.684325"], ["updated_at", "2016-10-05 17:39:00.684325"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum porro ut officiis dolorem eos sit dignissimos.\",\"text\":\"We need to program the 1080p SMTP interface!\"}"], ["created_at", "2016-10-05 17:39:00.685229"], ["updated_at", "2016-10-05 17:39:00.685229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam qui et id culpa possimus qui ex.\",\"text\":\"Hacking the matrix won't do anything, we need to generate the optical jbod application!\"}"], ["created_at", "2016-10-05 17:39:00.686112"], ["updated_at", "2016-10-05 17:39:00.686112"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae nemo qui vitae quia aut iusto doloribus.\",\"text\":\"The SMS panel is down, transmit the redundant panel so we can navigate the XML application!\"}"], ["created_at", "2016-10-05 17:39:00.687005"], ["updated_at", "2016-10-05 17:39:00.687005"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate est deserunt et vel nesciunt voluptates.\",\"text\":\"I'll index the wireless SMTP array, that should microchip the ADP microchip!\"}"], ["created_at", "2016-10-05 17:39:00.687878"], ["updated_at", "2016-10-05 17:39:00.687878"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum incidunt fuga aut.\",\"text\":\"Use the 1080p RAM array, then you can index the digital alarm!\"}"], ["created_at", "2016-10-05 17:39:00.688746"], ["updated_at", "2016-10-05 17:39:00.688746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde officiis aut est.\",\"text\":\"We need to connect the digital ADP pixel!\"}"], ["created_at", "2016-10-05 17:39:00.689623"], ["updated_at", "2016-10-05 17:39:00.689623"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit dolorum molestias nihil similique mollitia aut quae.\",\"text\":\"Synthesizing the application won't do anything, we need to program the optical exe capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.690580"], ["updated_at", "2016-10-05 17:39:00.690580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque rem vero.\",\"text\":\"You can't bypass the hard drive without hacking the haptic RAM matrix!\"}"], ["created_at", "2016-10-05 17:39:00.691513"], ["updated_at", "2016-10-05 17:39:00.691513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia eveniet tempore est dignissimos.\",\"text\":\"You can't calculate the monitor without programming the cross-platform JBOD microchip!\"}"], ["created_at", "2016-10-05 17:39:00.692423"], ["updated_at", "2016-10-05 17:39:00.692423"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et voluptatem est doloremque ipsa officia molestiae dolores.\",\"text\":\"The RSS card is down, quantify the redundant feed so we can program the XSS alarm!\"}"], ["created_at", "2016-10-05 17:39:00.693290"], ["updated_at", "2016-10-05 17:39:00.693290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt nesciunt ea error qui soluta alias dolores.\",\"text\":\"Try to override the RSS hard drive, maybe it will bypass the auxiliary driver!\"}"], ["created_at", "2016-10-05 17:39:00.694153"], ["updated_at", "2016-10-05 17:39:00.694153"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam officia recusandae autem omnis incidunt maiores odio.\",\"text\":\"The CSS monitor is down, hack the redundant port so we can back up the RAM application!\"}"], ["created_at", "2016-10-05 17:39:00.695089"], ["updated_at", "2016-10-05 17:39:00.695089"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio minus voluptate quis qui.\",\"text\":\"Use the redundant SCSI array, then you can bypass the cross-platform transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.695987"], ["updated_at", "2016-10-05 17:39:00.695987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At voluptate corporis distinctio sed ratione quia.\",\"text\":\"Use the optical AGP bus, then you can index the redundant hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.696864"], ["updated_at", "2016-10-05 17:39:00.696864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem vero incidunt voluptatem cupiditate enim doloremque rerum.\",\"text\":\"I'll compress the redundant PNG capacitor, that should array the SSL microchip!\"}"], ["created_at", "2016-10-05 17:39:00.697754"], ["updated_at", "2016-10-05 17:39:00.697754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis id aperiam reprehenderit ea officiis totam.\",\"text\":\"The SMTP driver is down, parse the digital port so we can synthesize the XSS capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.698675"], ["updated_at", "2016-10-05 17:39:00.698675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum eum dolores.\",\"text\":\"Try to override the RSS bandwidth, maybe it will compress the solid state monitor!\"}"], ["created_at", "2016-10-05 17:39:00.699600"], ["updated_at", "2016-10-05 17:39:00.699600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium omnis nisi ex rerum quam nobis.\",\"text\":\"Indexing the protocol won't do anything, we need to copy the digital sql array!\"}"], ["created_at", "2016-10-05 17:39:00.700468"], ["updated_at", "2016-10-05 17:39:00.700468"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt beatae atque a similique quaerat eum.\",\"text\":\"Connecting the interface won't do anything, we need to transmit the back-end ai circuit!\"}"], ["created_at", "2016-10-05 17:39:00.701333"], ["updated_at", "2016-10-05 17:39:00.701333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea quisquam aut.\",\"text\":\"The SMTP bandwidth is down, input the online program so we can back up the FTP array!\"}"], ["created_at", "2016-10-05 17:39:00.702206"], ["updated_at", "2016-10-05 17:39:00.702206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam nobis voluptatem expedita ratione accusamus debitis possimus.\",\"text\":\"If we copy the hard drive, we can get to the COM interface through the wireless GB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.703101"], ["updated_at", "2016-10-05 17:39:00.703101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus dolore iusto.\",\"text\":\"You can't program the array without quantifying the 1080p AGP program!\"}"], ["created_at", "2016-10-05 17:39:00.703993"], ["updated_at", "2016-10-05 17:39:00.703993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum architecto molestiae.\",\"text\":\"Indexing the system won't do anything, we need to transmit the digital adp feed!\"}"], ["created_at", "2016-10-05 17:39:00.704854"], ["updated_at", "2016-10-05 17:39:00.704854"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et labore culpa nihil non.\",\"text\":\"If we override the firewall, we can get to the XML application through the redundant PNG matrix!\"}"], ["created_at", "2016-10-05 17:39:00.705719"], ["updated_at", "2016-10-05 17:39:00.705719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto ipsa repellendus a expedita ex soluta.\",\"text\":\"You can't bypass the firewall without quantifying the auxiliary ADP array!\"}"], ["created_at", "2016-10-05 17:39:00.706638"], ["updated_at", "2016-10-05 17:39:00.706638"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad voluptatum pariatur earum debitis repudiandae veniam.\",\"text\":\"If we quantify the array, we can get to the SQL bus through the redundant COM feed!\"}"], ["created_at", "2016-10-05 17:39:00.707510"], ["updated_at", "2016-10-05 17:39:00.707510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo est quasi id sunt facilis temporibus consequatur.\",\"text\":\"The FTP bandwidth is down, transmit the primary interface so we can override the AGP card!\"}"], ["created_at", "2016-10-05 17:39:00.708377"], ["updated_at", "2016-10-05 17:39:00.708377"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt et at optio molestiae asperiores quaerat consequuntur.\",\"text\":\"Use the cross-platform XML driver, then you can copy the mobile firewall!\"}"], ["created_at", "2016-10-05 17:39:00.709255"], ["updated_at", "2016-10-05 17:39:00.709255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi et tempore aliquam.\",\"text\":\"I'll calculate the online FTP system, that should panel the SDD sensor!\"}"], ["created_at", "2016-10-05 17:39:00.710118"], ["updated_at", "2016-10-05 17:39:00.710118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum quis nemo officiis.\",\"text\":\"The JSON alarm is down, connect the virtual microchip so we can connect the THX card!\"}"], ["created_at", "2016-10-05 17:39:00.711019"], ["updated_at", "2016-10-05 17:39:00.711019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos impedit nihil.\",\"text\":\"Try to quantify the HTTP matrix, maybe it will bypass the auxiliary circuit!\"}"], ["created_at", "2016-10-05 17:39:00.711878"], ["updated_at", "2016-10-05 17:39:00.711878"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt et aut qui pariatur ex.\",\"text\":\"The SAS system is down, generate the auxiliary panel so we can navigate the SQL driver!\"}"], ["created_at", "2016-10-05 17:39:00.712777"], ["updated_at", "2016-10-05 17:39:00.712777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum optio enim ut deleniti.\",\"text\":\"We need to back up the auxiliary AI transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.713649"], ["updated_at", "2016-10-05 17:39:00.713649"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur vel totam omnis.\",\"text\":\"We need to copy the cross-platform XSS system!\"}"], ["created_at", "2016-10-05 17:39:00.714563"], ["updated_at", "2016-10-05 17:39:00.714563"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut tenetur accusamus minima.\",\"text\":\"Backing up the monitor won't do anything, we need to hack the solid state jbod firewall!\"}"], ["created_at", "2016-10-05 17:39:00.715432"], ["updated_at", "2016-10-05 17:39:00.715432"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas rerum ut.\",\"text\":\"You can't connect the interface without copying the solid state EXE monitor!\"}"], ["created_at", "2016-10-05 17:39:00.716308"], ["updated_at", "2016-10-05 17:39:00.716308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus explicabo dolores nihil beatae deserunt qui dicta.\",\"text\":\"You can't copy the monitor without calculating the online GB feed!\"}"], ["created_at", "2016-10-05 17:39:00.717215"], ["updated_at", "2016-10-05 17:39:00.717215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quia omnis aliquam quisquam nulla quis culpa.\",\"text\":\"Try to generate the AI hard drive, maybe it will navigate the 1080p monitor!\"}"], ["created_at", "2016-10-05 17:39:00.718115"], ["updated_at", "2016-10-05 17:39:00.718115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam autem neque mollitia enim.\",\"text\":\"We need to quantify the redundant SDD program!\"}"], ["created_at", "2016-10-05 17:39:00.718993"], ["updated_at", "2016-10-05 17:39:00.718993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia minus ea dolorem quia.\",\"text\":\"If we parse the monitor, we can get to the SCSI bus through the auxiliary XML feed!\"}"], ["created_at", "2016-10-05 17:39:00.719846"], ["updated_at", "2016-10-05 17:39:00.719846"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi libero in omnis voluptatum molestiae.\",\"text\":\"I'll reboot the back-end HTTP driver, that should port the RAM protocol!\"}"], ["created_at", "2016-10-05 17:39:00.720723"], ["updated_at", "2016-10-05 17:39:00.720723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum doloremque accusamus.\",\"text\":\"I'll index the neural TCP system, that should capacitor the COM hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.721626"], ["updated_at", "2016-10-05 17:39:00.721626"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et iste quam.\",\"text\":\"Try to quantify the SMTP interface, maybe it will calculate the online capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.722522"], ["updated_at", "2016-10-05 17:39:00.722522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur rerum debitis.\",\"text\":\"If we quantify the capacitor, we can get to the AGP array through the auxiliary GB port!\"}"], ["created_at", "2016-10-05 17:39:00.723415"], ["updated_at", "2016-10-05 17:39:00.723415"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur non qui voluptatem ut aliquid vitae et.\",\"text\":\"We need to copy the virtual SSL alarm!\"}"], ["created_at", "2016-10-05 17:39:00.724335"], ["updated_at", "2016-10-05 17:39:00.724335"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut facere ipsa vero dolorum cupiditate.\",\"text\":\"Use the virtual USB protocol, then you can index the multi-byte bus!\"}"], ["created_at", "2016-10-05 17:39:00.725260"], ["updated_at", "2016-10-05 17:39:00.725260"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro corrupti voluptatum necessitatibus odio omnis commodi aut.\",\"text\":\"You can't parse the bandwidth without hacking the digital TCP alarm!\"}"], ["created_at", "2016-10-05 17:39:00.726161"], ["updated_at", "2016-10-05 17:39:00.726161"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt nemo hic voluptates fuga tempora voluptatum.\",\"text\":\"Use the back-end CSS system, then you can synthesize the cross-platform hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.727089"], ["updated_at", "2016-10-05 17:39:00.727089"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt sint aut excepturi animi.\",\"text\":\"The SDD sensor is down, synthesize the neural pixel so we can synthesize the SSL feed!\"}"], ["created_at", "2016-10-05 17:39:00.727974"], ["updated_at", "2016-10-05 17:39:00.727974"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure fugit a amet voluptatem accusamus aut mollitia.\",\"text\":\"Navigating the hard drive won't do anything, we need to parse the haptic jbod capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.728849"], ["updated_at", "2016-10-05 17:39:00.728849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat sapiente quia a quas.\",\"text\":\"I'll synthesize the back-end THX microchip, that should driver the EXE panel!\"}"], ["created_at", "2016-10-05 17:39:00.729753"], ["updated_at", "2016-10-05 17:39:00.729753"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur deserunt necessitatibus mollitia asperiores nisi.\",\"text\":\"Copying the program won't do anything, we need to hack the 1080p gb capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.730703"], ["updated_at", "2016-10-05 17:39:00.730703"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt soluta rerum tenetur asperiores quidem.\",\"text\":\"Try to transmit the SAS circuit, maybe it will quantify the neural card!\"}"], ["created_at", "2016-10-05 17:39:00.731634"], ["updated_at", "2016-10-05 17:39:00.731634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure sapiente amet aperiam ut id deleniti.\",\"text\":\"I'll copy the open-source SAS monitor, that should panel the SDD card!\"}"], ["created_at", "2016-10-05 17:39:00.732517"], ["updated_at", "2016-10-05 17:39:00.732517"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique pariatur quia quod.\",\"text\":\"I'll synthesize the solid state GB feed, that should pixel the CSS interface!\"}"], ["created_at", "2016-10-05 17:39:00.733389"], ["updated_at", "2016-10-05 17:39:00.733389"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus adipisci sit.\",\"text\":\"We need to reboot the virtual GB monitor!\"}"], ["created_at", "2016-10-05 17:39:00.734248"], ["updated_at", "2016-10-05 17:39:00.734248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia est nisi aspernatur et dignissimos officiis atque.\",\"text\":\"If we parse the sensor, we can get to the GB monitor through the optical PNG sensor!\"}"], ["created_at", "2016-10-05 17:39:00.735160"], ["updated_at", "2016-10-05 17:39:00.735160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam aliquam vel voluptatem qui corrupti.\",\"text\":\"Try to parse the SAS monitor, maybe it will navigate the cross-platform driver!\"}"], ["created_at", "2016-10-05 17:39:00.736022"], ["updated_at", "2016-10-05 17:39:00.736022"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium qui accusamus.\",\"text\":\"I'll quantify the redundant SMS transmitter, that should hard drive the XML sensor!\"}"], ["created_at", "2016-10-05 17:39:00.736895"], ["updated_at", "2016-10-05 17:39:00.736895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium maxime asperiores repellat corrupti sint consequatur nihil.\",\"text\":\"You can't bypass the circuit without connecting the open-source USB firewall!\"}"], ["created_at", "2016-10-05 17:39:00.737782"], ["updated_at", "2016-10-05 17:39:00.737782"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus dolorem omnis tempore.\",\"text\":\"Compressing the firewall won't do anything, we need to generate the bluetooth ib bus!\"}"], ["created_at", "2016-10-05 17:39:00.738669"], ["updated_at", "2016-10-05 17:39:00.738669"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo accusamus cupiditate rem quod deserunt debitis mollitia.\",\"text\":\"If we bypass the protocol, we can get to the SSL feed through the haptic GB matrix!\"}"], ["created_at", "2016-10-05 17:39:00.739592"], ["updated_at", "2016-10-05 17:39:00.739592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi illum ex sed.\",\"text\":\"Use the cross-platform SDD microchip, then you can synthesize the multi-byte system!\"}"], ["created_at", "2016-10-05 17:39:00.740506"], ["updated_at", "2016-10-05 17:39:00.740506"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam hic in adipisci provident.\",\"text\":\"Try to copy the SMS panel, maybe it will reboot the solid state system!\"}"], ["created_at", "2016-10-05 17:39:00.741386"], ["updated_at", "2016-10-05 17:39:00.741386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores aut et.\",\"text\":\"Try to transmit the PNG monitor, maybe it will compress the virtual pixel!\"}"], ["created_at", "2016-10-05 17:39:00.742261"], ["updated_at", "2016-10-05 17:39:00.742261"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo quibusdam quis nobis.\",\"text\":\"Use the 1080p USB alarm, then you can navigate the online transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.743183"], ["updated_at", "2016-10-05 17:39:00.743183"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum ipsam eos repellat quibusdam.\",\"text\":\"Try to parse the AI firewall, maybe it will parse the virtual pixel!\"}"], ["created_at", "2016-10-05 17:39:00.744087"], ["updated_at", "2016-10-05 17:39:00.744087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut aspernatur modi omnis.\",\"text\":\"The JBOD bus is down, compress the multi-byte hard drive so we can copy the COM pixel!\"}"], ["created_at", "2016-10-05 17:39:00.744961"], ["updated_at", "2016-10-05 17:39:00.744961"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis nihil aut.\",\"text\":\"I'll synthesize the 1080p AGP bus, that should hard drive the XML monitor!\"}"], ["created_at", "2016-10-05 17:39:00.745845"], ["updated_at", "2016-10-05 17:39:00.745845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis qui atque ut.\",\"text\":\"The JBOD pixel is down, copy the redundant panel so we can index the XSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.746751"], ["updated_at", "2016-10-05 17:39:00.746751"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis facilis voluptates.\",\"text\":\"If we index the hard drive, we can get to the SCSI transmitter through the solid state RSS monitor!\"}"], ["created_at", "2016-10-05 17:39:00.747807"], ["updated_at", "2016-10-05 17:39:00.747807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit animi vel eum labore cupiditate quas.\",\"text\":\"The JSON alarm is down, compress the online firewall so we can back up the AGP pixel!\"}"], ["created_at", "2016-10-05 17:39:00.749022"], ["updated_at", "2016-10-05 17:39:00.749022"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium rerum deleniti ut aut omnis.\",\"text\":\"Try to parse the USB bandwidth, maybe it will compress the back-end card!\"}"], ["created_at", "2016-10-05 17:39:00.749993"], ["updated_at", "2016-10-05 17:39:00.749993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate fugit dolor sapiente.\",\"text\":\"The SMTP transmitter is down, navigate the back-end application so we can quantify the JSON panel!\"}"], ["created_at", "2016-10-05 17:39:00.750944"], ["updated_at", "2016-10-05 17:39:00.750944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo odio voluptatum.\",\"text\":\"If we calculate the transmitter, we can get to the COM bus through the open-source CSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.751877"], ["updated_at", "2016-10-05 17:39:00.751877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam quas ex commodi sed sed.\",\"text\":\"I'll program the wireless SAS monitor, that should capacitor the HDD system!\"}"], ["created_at", "2016-10-05 17:39:00.752758"], ["updated_at", "2016-10-05 17:39:00.752758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed qui molestiae dolorem sed ex quo a.\",\"text\":\"The AI microchip is down, reboot the primary pixel so we can quantify the CSS card!\"}"], ["created_at", "2016-10-05 17:39:00.753653"], ["updated_at", "2016-10-05 17:39:00.753653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi omnis reiciendis dolorem modi eius facere corporis.\",\"text\":\"You can't generate the alarm without overriding the neural HDD feed!\"}"], ["created_at", "2016-10-05 17:39:00.754566"], ["updated_at", "2016-10-05 17:39:00.754566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium pariatur consectetur aut nam dolorum.\",\"text\":\"Try to hack the JBOD circuit, maybe it will bypass the 1080p bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.755436"], ["updated_at", "2016-10-05 17:39:00.755436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta assumenda earum.\",\"text\":\"Compressing the application won't do anything, we need to synthesize the neural xss panel!\"}"], ["created_at", "2016-10-05 17:39:00.756321"], ["updated_at", "2016-10-05 17:39:00.756321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut numquam et aliquid ea corporis.\",\"text\":\"You can't input the program without generating the back-end THX transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.757234"], ["updated_at", "2016-10-05 17:39:00.757234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis architecto earum.\",\"text\":\"Try to override the COM circuit, maybe it will copy the 1080p system!\"}"], ["created_at", "2016-10-05 17:39:00.758169"], ["updated_at", "2016-10-05 17:39:00.758169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi sit soluta tempora voluptas necessitatibus ut.\",\"text\":\"If we index the array, we can get to the HTTP sensor through the neural SQL card!\"}"], ["created_at", "2016-10-05 17:39:00.759101"], ["updated_at", "2016-10-05 17:39:00.759101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime placeat aut illo ut doloremque.\",\"text\":\"The THX pixel is down, hack the redundant panel so we can copy the XSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.759967"], ["updated_at", "2016-10-05 17:39:00.759967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit dolorum eaque rerum.\",\"text\":\"You can't index the firewall without compressing the virtual USB pixel!\"}"], ["created_at", "2016-10-05 17:39:00.760836"], ["updated_at", "2016-10-05 17:39:00.760836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis quia aliquid exercitationem rerum fuga et.\",\"text\":\"Programming the system won't do anything, we need to compress the bluetooth tcp capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.761720"], ["updated_at", "2016-10-05 17:39:00.761720"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis tenetur ab aperiam sapiente molestias esse.\",\"text\":\"You can't synthesize the capacitor without generating the redundant JBOD panel!\"}"], ["created_at", "2016-10-05 17:39:00.762648"], ["updated_at", "2016-10-05 17:39:00.762648"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident quis ea rerum omnis autem occaecati.\",\"text\":\"Copying the matrix won't do anything, we need to input the redundant xss application!\"}"], ["created_at", "2016-10-05 17:39:00.763587"], ["updated_at", "2016-10-05 17:39:00.763587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est esse veritatis enim praesentium ut expedita.\",\"text\":\"Try to program the SSL system, maybe it will synthesize the haptic pixel!\"}"], ["created_at", "2016-10-05 17:39:00.764484"], ["updated_at", "2016-10-05 17:39:00.764484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est aut debitis.\",\"text\":\"The JBOD feed is down, override the primary alarm so we can parse the JBOD matrix!\"}"], ["created_at", "2016-10-05 17:39:00.765390"], ["updated_at", "2016-10-05 17:39:00.765390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel rerum quis incidunt molestiae et necessitatibus dolore.\",\"text\":\"I'll compress the mobile CSS sensor, that should feed the HTTP interface!\"}"], ["created_at", "2016-10-05 17:39:00.766274"], ["updated_at", "2016-10-05 17:39:00.766274"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi dolores consequatur animi eos.\",\"text\":\"We need to bypass the wireless XSS feed!\"}"], ["created_at", "2016-10-05 17:39:00.767215"], ["updated_at", "2016-10-05 17:39:00.767215"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum rerum ut.\",\"text\":\"Use the redundant EXE sensor, then you can synthesize the 1080p capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.768085"], ["updated_at", "2016-10-05 17:39:00.768085"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti facilis reiciendis explicabo autem voluptate et temporibus.\",\"text\":\"Overriding the system won't do anything, we need to connect the wireless png interface!\"}"], ["created_at", "2016-10-05 17:39:00.768950"], ["updated_at", "2016-10-05 17:39:00.768950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo dolorem cum quia.\",\"text\":\"I'll program the cross-platform XSS application, that should feed the SQL driver!\"}"], ["created_at", "2016-10-05 17:39:00.769829"], ["updated_at", "2016-10-05 17:39:00.769829"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel odit voluptates quibusdam.\",\"text\":\"I'll transmit the haptic RSS program, that should matrix the XSS capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.770718"], ["updated_at", "2016-10-05 17:39:00.770718"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias unde aut iste.\",\"text\":\"If we compress the system, we can get to the PNG bandwidth through the back-end SDD interface!\"}"], ["created_at", "2016-10-05 17:39:00.771795"], ["updated_at", "2016-10-05 17:39:00.771795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor est sit eius modi.\",\"text\":\"Try to compress the SAS sensor, maybe it will program the bluetooth bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.772712"], ["updated_at", "2016-10-05 17:39:00.772712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut qui aut harum deleniti explicabo omnis.\",\"text\":\"You can't index the capacitor without hacking the auxiliary SCSI transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.773627"], ["updated_at", "2016-10-05 17:39:00.773627"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse sint eos.\",\"text\":\"The SSL port is down, quantify the mobile feed so we can index the HDD driver!\"}"], ["created_at", "2016-10-05 17:39:00.774512"], ["updated_at", "2016-10-05 17:39:00.774512"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae aut rerum facere voluptas ratione.\",\"text\":\"Use the haptic JBOD transmitter, then you can navigate the haptic sensor!\"}"], ["created_at", "2016-10-05 17:39:00.775392"], ["updated_at", "2016-10-05 17:39:00.775392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem nisi deleniti.\",\"text\":\"We need to compress the bluetooth SQL circuit!\"}"], ["created_at", "2016-10-05 17:39:00.776259"], ["updated_at", "2016-10-05 17:39:00.776259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere voluptas pariatur dolorem.\",\"text\":\"Try to program the CSS interface, maybe it will back up the back-end panel!\"}"], ["created_at", "2016-10-05 17:39:00.777133"], ["updated_at", "2016-10-05 17:39:00.777133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est suscipit rem atque.\",\"text\":\"The JSON application is down, program the 1080p monitor so we can override the ADP microchip!\"}"], ["created_at", "2016-10-05 17:39:00.777993"], ["updated_at", "2016-10-05 17:39:00.777993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore illo ipsa harum.\",\"text\":\"If we bypass the application, we can get to the USB feed through the auxiliary USB program!\"}"], ["created_at", "2016-10-05 17:39:00.778920"], ["updated_at", "2016-10-05 17:39:00.778920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore aut cupiditate consectetur.\",\"text\":\"The RSS matrix is down, calculate the mobile port so we can connect the PCI microchip!\"}"], ["created_at", "2016-10-05 17:39:00.779804"], ["updated_at", "2016-10-05 17:39:00.779804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla architecto rem repellat voluptatem.\",\"text\":\"I'll bypass the solid state IB card, that should matrix the SMTP monitor!\"}"], ["created_at", "2016-10-05 17:39:00.780741"], ["updated_at", "2016-10-05 17:39:00.780741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat tempora architecto eos officia.\",\"text\":\"Use the virtual SAS transmitter, then you can copy the redundant hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.781662"], ["updated_at", "2016-10-05 17:39:00.781662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut repellat quos sint.\",\"text\":\"You can't hack the interface without hacking the digital EXE bus!\"}"], ["created_at", "2016-10-05 17:39:00.782549"], ["updated_at", "2016-10-05 17:39:00.782549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae recusandae fugiat nesciunt.\",\"text\":\"If we copy the feed, we can get to the SDD capacitor through the neural JSON protocol!\"}"], ["created_at", "2016-10-05 17:39:00.783438"], ["updated_at", "2016-10-05 17:39:00.783438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae perferendis sunt.\",\"text\":\"I'll reboot the cross-platform RAM hard drive, that should application the RSS capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.784328"], ["updated_at", "2016-10-05 17:39:00.784328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia occaecati quasi velit et ut explicabo.\",\"text\":\"We need to compress the bluetooth SCSI card!\"}"], ["created_at", "2016-10-05 17:39:00.785265"], ["updated_at", "2016-10-05 17:39:00.785265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut natus quia.\",\"text\":\"The EXE sensor is down, quantify the back-end pixel so we can copy the COM monitor!\"}"], ["created_at", "2016-10-05 17:39:00.786156"], ["updated_at", "2016-10-05 17:39:00.786156"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto vero eos aut illo perferendis.\",\"text\":\"Try to calculate the USB capacitor, maybe it will index the neural firewall!\"}"], ["created_at", "2016-10-05 17:39:00.787034"], ["updated_at", "2016-10-05 17:39:00.787034"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae libero quas.\",\"text\":\"We need to bypass the mobile SSL matrix!\"}"], ["created_at", "2016-10-05 17:39:00.787909"], ["updated_at", "2016-10-05 17:39:00.787909"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum minima quo consequuntur.\",\"text\":\"We need to synthesize the neural JSON microchip!\"}"], ["created_at", "2016-10-05 17:39:00.788786"], ["updated_at", "2016-10-05 17:39:00.788786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae saepe dolorum.\",\"text\":\"You can't program the driver without parsing the primary AI port!\"}"], ["created_at", "2016-10-05 17:39:00.789675"], ["updated_at", "2016-10-05 17:39:00.789675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et blanditiis maxime aut eius.\",\"text\":\"If we connect the panel, we can get to the RAM microchip through the online HDD microchip!\"}"], ["created_at", "2016-10-05 17:39:00.790601"], ["updated_at", "2016-10-05 17:39:00.790601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident excepturi molestiae at qui harum consequuntur.\",\"text\":\"Transmitting the driver won't do anything, we need to bypass the neural com interface!\"}"], ["created_at", "2016-10-05 17:39:00.791494"], ["updated_at", "2016-10-05 17:39:00.791494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat sit ipsa non.\",\"text\":\"I'll connect the wireless GB protocol, that should port the SCSI driver!\"}"], ["created_at", "2016-10-05 17:39:00.792396"], ["updated_at", "2016-10-05 17:39:00.792396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem veritatis iusto nisi omnis.\",\"text\":\"Use the online XSS interface, then you can bypass the virtual application!\"}"], ["created_at", "2016-10-05 17:39:00.793342"], ["updated_at", "2016-10-05 17:39:00.793342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem eum quos.\",\"text\":\"I'll synthesize the redundant IB port, that should capacitor the CSS protocol!\"}"], ["created_at", "2016-10-05 17:39:00.794270"], ["updated_at", "2016-10-05 17:39:00.794270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et expedita sit.\",\"text\":\"The SMS system is down, connect the primary bus so we can reboot the IB sensor!\"}"], ["created_at", "2016-10-05 17:39:00.795187"], ["updated_at", "2016-10-05 17:39:00.795187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus rerum corporis iure repellat.\",\"text\":\"I'll synthesize the online EXE system, that should monitor the SMTP card!\"}"], ["created_at", "2016-10-05 17:39:00.796131"], ["updated_at", "2016-10-05 17:39:00.796131"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam sit qui molestiae dolores nobis eligendi et.\",\"text\":\"Use the multi-byte JSON firewall, then you can copy the optical feed!\"}"], ["created_at", "2016-10-05 17:39:00.797075"], ["updated_at", "2016-10-05 17:39:00.797075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur nihil quas aliquam et dignissimos adipisci ab.\",\"text\":\"The XSS panel is down, quantify the 1080p transmitter so we can program the SMTP bus!\"}"], ["created_at", "2016-10-05 17:39:00.798019"], ["updated_at", "2016-10-05 17:39:00.798019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex aliquid sit dolorem omnis.\",\"text\":\"Transmitting the matrix won't do anything, we need to synthesize the back-end json card!\"}"], ["created_at", "2016-10-05 17:39:00.798991"], ["updated_at", "2016-10-05 17:39:00.798991"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis ut laboriosam ea distinctio voluptatem.\",\"text\":\"You can't index the system without navigating the bluetooth EXE monitor!\"}"], ["created_at", "2016-10-05 17:39:00.800145"], ["updated_at", "2016-10-05 17:39:00.800145"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus dolor minus et voluptas eaque voluptatem quaerat.\",\"text\":\"You can't compress the application without calculating the primary HDD application!\"}"], ["created_at", "2016-10-05 17:39:00.801196"], ["updated_at", "2016-10-05 17:39:00.801196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint nemo itaque eligendi esse tempora.\",\"text\":\"If we reboot the application, we can get to the JSON system through the open-source SSL driver!\"}"], ["created_at", "2016-10-05 17:39:00.802277"], ["updated_at", "2016-10-05 17:39:00.802277"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse veritatis rerum repellat inventore magnam.\",\"text\":\"You can't index the monitor without hacking the primary SMS monitor!\"}"], ["created_at", "2016-10-05 17:39:00.803309"], ["updated_at", "2016-10-05 17:39:00.803309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident voluptas dolore ut eos consectetur iusto.\",\"text\":\"We need to copy the 1080p SQL hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.804385"], ["updated_at", "2016-10-05 17:39:00.804385"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati deleniti et sapiente quod delectus temporibus non.\",\"text\":\"The ADP firewall is down, bypass the cross-platform circuit so we can index the HDD sensor!\"}"], ["created_at", "2016-10-05 17:39:00.814828"], ["updated_at", "2016-10-05 17:39:00.814828"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore adipisci culpa qui eveniet.\",\"text\":\"Use the multi-byte SSL transmitter, then you can reboot the cross-platform bus!\"}"], ["created_at", "2016-10-05 17:39:00.815990"], ["updated_at", "2016-10-05 17:39:00.815990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla est illo.\",\"text\":\"If we parse the capacitor, we can get to the EXE protocol through the multi-byte SDD firewall!\"}"], ["created_at", "2016-10-05 17:39:00.816858"], ["updated_at", "2016-10-05 17:39:00.816858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et et voluptatem.\",\"text\":\"We need to connect the optical JBOD interface!\"}"], ["created_at", "2016-10-05 17:39:00.817714"], ["updated_at", "2016-10-05 17:39:00.817714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est cupiditate perferendis officiis nihil dolor.\",\"text\":\"We need to compress the solid state HTTP panel!\"}"], ["created_at", "2016-10-05 17:39:00.818597"], ["updated_at", "2016-10-05 17:39:00.818597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati atque vitae harum ea est.\",\"text\":\"You can't copy the program without copying the open-source SMS application!\"}"], ["created_at", "2016-10-05 17:39:00.819479"], ["updated_at", "2016-10-05 17:39:00.819479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate in provident.\",\"text\":\"You can't override the circuit without bypassing the redundant HTTP bus!\"}"], ["created_at", "2016-10-05 17:39:00.820384"], ["updated_at", "2016-10-05 17:39:00.820384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed ut quis impedit ipsam.\",\"text\":\"Transmitting the transmitter won't do anything, we need to transmit the haptic xss system!\"}"], ["created_at", "2016-10-05 17:39:00.821251"], ["updated_at", "2016-10-05 17:39:00.821251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et impedit reprehenderit quae aut magni consequatur.\",\"text\":\"I'll override the 1080p RSS application, that should feed the RSS pixel!\"}"], ["created_at", "2016-10-05 17:39:00.822190"], ["updated_at", "2016-10-05 17:39:00.822190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem alias est nihil corrupti.\",\"text\":\"I'll connect the neural USB protocol, that should bandwidth the SQL alarm!\"}"], ["created_at", "2016-10-05 17:39:00.823119"], ["updated_at", "2016-10-05 17:39:00.823119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sunt ut.\",\"text\":\"The SDD panel is down, quantify the back-end application so we can calculate the EXE feed!\"}"], ["created_at", "2016-10-05 17:39:00.824014"], ["updated_at", "2016-10-05 17:39:00.824014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor aut unde error ipsa est id.\",\"text\":\"The USB firewall is down, input the virtual pixel so we can index the XML program!\"}"], ["created_at", "2016-10-05 17:39:00.824883"], ["updated_at", "2016-10-05 17:39:00.824883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae qui nulla eum itaque dicta.\",\"text\":\"You can't reboot the hard drive without connecting the auxiliary SSL interface!\"}"], ["created_at", "2016-10-05 17:39:00.825745"], ["updated_at", "2016-10-05 17:39:00.825745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur aut quia voluptatem.\",\"text\":\"You can't navigate the array without compressing the neural RSS sensor!\"}"], ["created_at", "2016-10-05 17:39:00.826640"], ["updated_at", "2016-10-05 17:39:00.826640"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum dolorum veritatis id et sit.\",\"text\":\"Use the back-end PNG pixel, then you can copy the virtual application!\"}"], ["created_at", "2016-10-05 17:39:00.827524"], ["updated_at", "2016-10-05 17:39:00.827524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem neque veniam iste officia.\",\"text\":\"Transmitting the circuit won't do anything, we need to reboot the primary ib system!\"}"], ["created_at", "2016-10-05 17:39:00.828390"], ["updated_at", "2016-10-05 17:39:00.828390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur consequatur et voluptas voluptatem non est.\",\"text\":\"Try to quantify the CSS capacitor, maybe it will back up the digital bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.829255"], ["updated_at", "2016-10-05 17:39:00.829255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus iste est neque dolor maxime ipsam.\",\"text\":\"We need to copy the cross-platform AI application!\"}"], ["created_at", "2016-10-05 17:39:00.830114"], ["updated_at", "2016-10-05 17:39:00.830114"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere sit animi eos amet fugiat.\",\"text\":\"We need to bypass the open-source HTTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.831028"], ["updated_at", "2016-10-05 17:39:00.831028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus qui est sit excepturi voluptas ut ea.\",\"text\":\"Try to back up the FTP circuit, maybe it will input the redundant bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.831897"], ["updated_at", "2016-10-05 17:39:00.831897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae itaque quae officia architecto.\",\"text\":\"Generating the monitor won't do anything, we need to program the wireless pci system!\"}"], ["created_at", "2016-10-05 17:39:00.832767"], ["updated_at", "2016-10-05 17:39:00.832767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident vel voluptatem nihil ea in et.\",\"text\":\"If we input the monitor, we can get to the EXE circuit through the optical PCI transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.833659"], ["updated_at", "2016-10-05 17:39:00.833659"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut nisi voluptas.\",\"text\":\"Programming the bandwidth won't do anything, we need to override the online sms circuit!\"}"], ["created_at", "2016-10-05 17:39:00.834557"], ["updated_at", "2016-10-05 17:39:00.834557"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut ad illum.\",\"text\":\"I'll quantify the bluetooth SSL pixel, that should microchip the SDD capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.835424"], ["updated_at", "2016-10-05 17:39:00.835424"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed repellat alias sint itaque unde et omnis.\",\"text\":\"The ADP panel is down, parse the virtual port so we can compress the HDD panel!\"}"], ["created_at", "2016-10-05 17:39:00.836292"], ["updated_at", "2016-10-05 17:39:00.836292"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur qui voluptate ut.\",\"text\":\"We need to program the optical RSS firewall!\"}"], ["created_at", "2016-10-05 17:39:00.837186"], ["updated_at", "2016-10-05 17:39:00.837186"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia ut cumque.\",\"text\":\"You can't navigate the alarm without quantifying the solid state SSL system!\"}"], ["created_at", "2016-10-05 17:39:00.838050"], ["updated_at", "2016-10-05 17:39:00.838050"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus impedit blanditiis architecto molestiae.\",\"text\":\"You can't parse the port without backing up the open-source COM sensor!\"}"], ["created_at", "2016-10-05 17:39:00.838956"], ["updated_at", "2016-10-05 17:39:00.838956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem eos et omnis.\",\"text\":\"If we copy the matrix, we can get to the PNG program through the 1080p PNG array!\"}"], ["created_at", "2016-10-05 17:39:00.839836"], ["updated_at", "2016-10-05 17:39:00.839836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus error nulla aut reprehenderit.\",\"text\":\"Use the virtual AI driver, then you can calculate the optical system!\"}"], ["created_at", "2016-10-05 17:39:00.840690"], ["updated_at", "2016-10-05 17:39:00.840690"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid dolorum ipsam nulla sunt magnam accusantium aut.\",\"text\":\"Try to reboot the USB hard drive, maybe it will connect the optical sensor!\"}"], ["created_at", "2016-10-05 17:39:00.841573"], ["updated_at", "2016-10-05 17:39:00.841573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur dolores adipisci.\",\"text\":\"Transmitting the alarm won't do anything, we need to input the haptic thx bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.842493"], ["updated_at", "2016-10-05 17:39:00.842493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta et accusamus.\",\"text\":\"You can't generate the system without calculating the neural COM microchip!\"}"], ["created_at", "2016-10-05 17:39:00.843354"], ["updated_at", "2016-10-05 17:39:00.843354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati eaque est dicta consequatur.\",\"text\":\"Calculating the pixel won't do anything, we need to copy the back-end sms firewall!\"}"], ["created_at", "2016-10-05 17:39:00.844218"], ["updated_at", "2016-10-05 17:39:00.844218"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi consequatur sint blanditiis voluptate.\",\"text\":\"You can't back up the array without bypassing the haptic IB protocol!\"}"], ["created_at", "2016-10-05 17:39:00.845088"], ["updated_at", "2016-10-05 17:39:00.845088"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia tempora porro odit animi fugit enim.\",\"text\":\"We need to navigate the solid state SAS program!\"}"], ["created_at", "2016-10-05 17:39:00.845968"], ["updated_at", "2016-10-05 17:39:00.845968"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores quaerat sit.\",\"text\":\"We need to override the neural AI sensor!\"}"], ["created_at", "2016-10-05 17:39:00.846877"], ["updated_at", "2016-10-05 17:39:00.846877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos natus necessitatibus esse sit.\",\"text\":\"Try to override the TCP capacitor, maybe it will override the primary hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.847756"], ["updated_at", "2016-10-05 17:39:00.847756"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore magni omnis et at quos omnis explicabo.\",\"text\":\"I'll reboot the redundant HTTP monitor, that should alarm the COM feed!\"}"], ["created_at", "2016-10-05 17:39:00.848616"], ["updated_at", "2016-10-05 17:39:00.848616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam saepe voluptas nam commodi rem voluptates.\",\"text\":\"If we override the array, we can get to the IB bus through the wireless SQL program!\"}"], ["created_at", "2016-10-05 17:39:00.849503"], ["updated_at", "2016-10-05 17:39:00.849503"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est sint vel laboriosam magnam qui rerum dolor.\",\"text\":\"Copying the system won't do anything, we need to index the digital sms panel!\"}"], ["created_at", "2016-10-05 17:39:00.850385"], ["updated_at", "2016-10-05 17:39:00.850385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti voluptatum adipisci ab perferendis.\",\"text\":\"The SCSI driver is down, quantify the solid state array so we can index the COM bus!\"}"], ["created_at", "2016-10-05 17:39:00.851243"], ["updated_at", "2016-10-05 17:39:00.851243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae quia quas.\",\"text\":\"The IB matrix is down, override the open-source transmitter so we can transmit the CSS pixel!\"}"], ["created_at", "2016-10-05 17:39:00.852099"], ["updated_at", "2016-10-05 17:39:00.852099"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum animi cupiditate.\",\"text\":\"If we hack the interface, we can get to the SMTP transmitter through the cross-platform PCI pixel!\"}"], ["created_at", "2016-10-05 17:39:00.852954"], ["updated_at", "2016-10-05 17:39:00.852954"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui aliquam explicabo magni.\",\"text\":\"We need to bypass the optical XML port!\"}"], ["created_at", "2016-10-05 17:39:00.853831"], ["updated_at", "2016-10-05 17:39:00.853831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt quia qui perferendis nulla qui magnam.\",\"text\":\"The SCSI program is down, input the mobile port so we can connect the RAM sensor!\"}"], ["created_at", "2016-10-05 17:39:00.854702"], ["updated_at", "2016-10-05 17:39:00.854702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis laboriosam quia et.\",\"text\":\"Use the redundant ADP driver, then you can generate the solid state matrix!\"}"], ["created_at", "2016-10-05 17:39:00.855578"], ["updated_at", "2016-10-05 17:39:00.855578"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A sed itaque excepturi quo nemo porro.\",\"text\":\"If we bypass the array, we can get to the THX port through the virtual XSS application!\"}"], ["created_at", "2016-10-05 17:39:00.856480"], ["updated_at", "2016-10-05 17:39:00.856480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique exercitationem ipsa hic omnis repudiandae error ducimus.\",\"text\":\"I'll synthesize the multi-byte THX card, that should interface the SMTP system!\"}"], ["created_at", "2016-10-05 17:39:00.857363"], ["updated_at", "2016-10-05 17:39:00.857363"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur dolorem modi officia magnam illum doloribus molestiae.\",\"text\":\"The IB microchip is down, connect the digital array so we can hack the HDD protocol!\"}"], ["created_at", "2016-10-05 17:39:00.858248"], ["updated_at", "2016-10-05 17:39:00.858248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et accusantium itaque rerum explicabo.\",\"text\":\"We need to back up the primary PCI system!\"}"], ["created_at", "2016-10-05 17:39:00.859130"], ["updated_at", "2016-10-05 17:39:00.859130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sunt odit doloribus enim ut eius.\",\"text\":\"I'll synthesize the online HDD sensor, that should hard drive the AI array!\"}"], ["created_at", "2016-10-05 17:39:00.859994"], ["updated_at", "2016-10-05 17:39:00.859994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate laudantium dolorem quae.\",\"text\":\"You can't input the card without hacking the primary CSS driver!\"}"], ["created_at", "2016-10-05 17:39:00.860855"], ["updated_at", "2016-10-05 17:39:00.860855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor placeat consequuntur cumque quisquam in eligendi.\",\"text\":\"Generating the microchip won't do anything, we need to connect the mobile ftp interface!\"}"], ["created_at", "2016-10-05 17:39:00.861709"], ["updated_at", "2016-10-05 17:39:00.861709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus fugit et repellat voluptates quia.\",\"text\":\"You can't reboot the interface without hacking the mobile PNG panel!\"}"], ["created_at", "2016-10-05 17:39:00.862596"], ["updated_at", "2016-10-05 17:39:00.862596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo culpa voluptatum voluptas commodi sint.\",\"text\":\"We need to index the open-source CSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.863464"], ["updated_at", "2016-10-05 17:39:00.863464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam omnis earum.\",\"text\":\"The CSS feed is down, quantify the mobile card so we can override the XSS bus!\"}"], ["created_at", "2016-10-05 17:39:00.864341"], ["updated_at", "2016-10-05 17:39:00.864341"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia saepe corrupti.\",\"text\":\"The SMTP firewall is down, quantify the haptic monitor so we can program the COM transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.865194"], ["updated_at", "2016-10-05 17:39:00.865194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa repellendus rerum voluptatem sunt dolorem.\",\"text\":\"I'll index the wireless JBOD system, that should system the SSL transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.866079"], ["updated_at", "2016-10-05 17:39:00.866079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum et aut ad ipsum ut quidem exercitationem.\",\"text\":\"I'll override the redundant IB application, that should firewall the CSS card!\"}"], ["created_at", "2016-10-05 17:39:00.866957"], ["updated_at", "2016-10-05 17:39:00.866957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus saepe velit veniam deserunt eaque harum velit.\",\"text\":\"Use the primary SCSI application, then you can navigate the bluetooth bus!\"}"], ["created_at", "2016-10-05 17:39:00.867829"], ["updated_at", "2016-10-05 17:39:00.867829"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta nobis ea perspiciatis nisi nesciunt.\",\"text\":\"We need to quantify the bluetooth SQL bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.868726"], ["updated_at", "2016-10-05 17:39:00.868726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto ut eveniet velit iste ullam expedita magnam.\",\"text\":\"Use the neural SMTP sensor, then you can hack the wireless monitor!\"}"], ["created_at", "2016-10-05 17:39:00.869582"], ["updated_at", "2016-10-05 17:39:00.869582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis ut deserunt ullam culpa.\",\"text\":\"We need to compress the back-end SMS port!\"}"], ["created_at", "2016-10-05 17:39:00.870453"], ["updated_at", "2016-10-05 17:39:00.870453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis dolorum iure voluptatem.\",\"text\":\"You can't input the hard drive without copying the redundant IB sensor!\"}"], ["created_at", "2016-10-05 17:39:00.871336"], ["updated_at", "2016-10-05 17:39:00.871336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste et nulla.\",\"text\":\"Try to back up the IB capacitor, maybe it will parse the solid state sensor!\"}"], ["created_at", "2016-10-05 17:39:00.872189"], ["updated_at", "2016-10-05 17:39:00.872189"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt voluptas voluptas amet.\",\"text\":\"Use the optical XSS program, then you can copy the wireless interface!\"}"], ["created_at", "2016-10-05 17:39:00.873062"], ["updated_at", "2016-10-05 17:39:00.873062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem voluptate corporis ea voluptatem odio ex quod.\",\"text\":\"Use the multi-byte SSL alarm, then you can compress the auxiliary bus!\"}"], ["created_at", "2016-10-05 17:39:00.873937"], ["updated_at", "2016-10-05 17:39:00.873937"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci necessitatibus placeat quo quia et ut.\",\"text\":\"I'll parse the cross-platform HTTP pixel, that should interface the TCP port!\"}"], ["created_at", "2016-10-05 17:39:00.874841"], ["updated_at", "2016-10-05 17:39:00.874841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore maiores ex reprehenderit perspiciatis.\",\"text\":\"The AGP card is down, back up the optical bandwidth so we can override the SCSI card!\"}"], ["created_at", "2016-10-05 17:39:00.875733"], ["updated_at", "2016-10-05 17:39:00.875733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse nesciunt in est sed.\",\"text\":\"Use the haptic AGP card, then you can index the 1080p program!\"}"], ["created_at", "2016-10-05 17:39:00.876619"], ["updated_at", "2016-10-05 17:39:00.876619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias quos non nostrum voluptatem assumenda eum.\",\"text\":\"We need to calculate the back-end SCSI protocol!\"}"], ["created_at", "2016-10-05 17:39:00.877478"], ["updated_at", "2016-10-05 17:39:00.877478"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus in fuga nihil.\",\"text\":\"I'll navigate the optical HDD protocol, that should bandwidth the SCSI interface!\"}"], ["created_at", "2016-10-05 17:39:00.878364"], ["updated_at", "2016-10-05 17:39:00.878364"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur molestias praesentium.\",\"text\":\"You can't parse the bandwidth without programming the wireless EXE driver!\"}"], ["created_at", "2016-10-05 17:39:00.879295"], ["updated_at", "2016-10-05 17:39:00.879295"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In modi ut aut.\",\"text\":\"We need to hack the 1080p AI port!\"}"], ["created_at", "2016-10-05 17:39:00.880170"], ["updated_at", "2016-10-05 17:39:00.880170"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis debitis nobis.\",\"text\":\"Try to calculate the JSON array, maybe it will back up the primary firewall!\"}"], ["created_at", "2016-10-05 17:39:00.881047"], ["updated_at", "2016-10-05 17:39:00.881047"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa aut officia est.\",\"text\":\"If we back up the card, we can get to the AI hard drive through the redundant TCP array!\"}"], ["created_at", "2016-10-05 17:39:00.881909"], ["updated_at", "2016-10-05 17:39:00.881909"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui sit et ea eaque.\",\"text\":\"The SDD protocol is down, override the virtual driver so we can program the RAM alarm!\"}"], ["created_at", "2016-10-05 17:39:00.882774"], ["updated_at", "2016-10-05 17:39:00.882774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad tempora doloribus voluptatibus omnis aut illum.\",\"text\":\"Try to override the SSL port, maybe it will copy the virtual circuit!\"}"], ["created_at", "2016-10-05 17:39:00.883652"], ["updated_at", "2016-10-05 17:39:00.883652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo et odit iusto est.\",\"text\":\"Overriding the capacitor won't do anything, we need to hack the mobile smtp firewall!\"}"], ["created_at", "2016-10-05 17:39:00.884512"], ["updated_at", "2016-10-05 17:39:00.884512"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores libero ad eos quisquam mollitia exercitationem unde.\",\"text\":\"Use the wireless RSS hard drive, then you can navigate the auxiliary array!\"}"], ["created_at", "2016-10-05 17:39:00.885384"], ["updated_at", "2016-10-05 17:39:00.885384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et qui cum in saepe.\",\"text\":\"I'll calculate the online XSS panel, that should driver the HTTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.886252"], ["updated_at", "2016-10-05 17:39:00.886252"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore recusandae dolorum consequuntur.\",\"text\":\"You can't parse the capacitor without generating the multi-byte FTP microchip!\"}"], ["created_at", "2016-10-05 17:39:00.887125"], ["updated_at", "2016-10-05 17:39:00.887125"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam blanditiis odit repudiandae quia dolorem explicabo earum.\",\"text\":\"Use the multi-byte CSS protocol, then you can connect the cross-platform driver!\"}"], ["created_at", "2016-10-05 17:39:00.888009"], ["updated_at", "2016-10-05 17:39:00.888009"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi nobis reiciendis voluptate labore sapiente laboriosam nostrum.\",\"text\":\"Transmitting the pixel won't do anything, we need to quantify the optical sms matrix!\"}"], ["created_at", "2016-10-05 17:39:00.888893"], ["updated_at", "2016-10-05 17:39:00.888893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut voluptatum qui sit et.\",\"text\":\"I'll connect the solid state JBOD microchip, that should card the SQL pixel!\"}"], ["created_at", "2016-10-05 17:39:00.889760"], ["updated_at", "2016-10-05 17:39:00.889760"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati voluptatem et molestias et facilis sed officiis.\",\"text\":\"The SQL matrix is down, override the solid state circuit so we can program the HTTP panel!\"}"], ["created_at", "2016-10-05 17:39:00.890642"], ["updated_at", "2016-10-05 17:39:00.890642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam placeat dolore.\",\"text\":\"We need to program the neural SMS capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.891495"], ["updated_at", "2016-10-05 17:39:00.891495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis dignissimos pariatur.\",\"text\":\"Compressing the matrix won't do anything, we need to quantify the wireless ai matrix!\"}"], ["created_at", "2016-10-05 17:39:00.892369"], ["updated_at", "2016-10-05 17:39:00.892369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut earum tenetur ipsum quisquam voluptatem.\",\"text\":\"If we quantify the circuit, we can get to the GB circuit through the multi-byte COM hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.893230"], ["updated_at", "2016-10-05 17:39:00.893230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia cupiditate eum quod maxime.\",\"text\":\"I'll program the mobile EXE array, that should application the USB bus!\"}"], ["created_at", "2016-10-05 17:39:00.894087"], ["updated_at", "2016-10-05 17:39:00.894087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis asperiores nam tempore pariatur.\",\"text\":\"The JSON feed is down, calculate the cross-platform system so we can program the HDD application!\"}"], ["created_at", "2016-10-05 17:39:00.894967"], ["updated_at", "2016-10-05 17:39:00.894967"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum praesentium doloribus aut sed.\",\"text\":\"Quantifying the application won't do anything, we need to parse the virtual gb microchip!\"}"], ["created_at", "2016-10-05 17:39:00.895832"], ["updated_at", "2016-10-05 17:39:00.895832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore nihil delectus mollitia quo.\",\"text\":\"We need to program the online EXE sensor!\"}"], ["created_at", "2016-10-05 17:39:00.896768"], ["updated_at", "2016-10-05 17:39:00.896768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit sit nobis nulla.\",\"text\":\"You can't calculate the card without bypassing the optical USB bus!\"}"], ["created_at", "2016-10-05 17:39:00.897679"], ["updated_at", "2016-10-05 17:39:00.897679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex non voluptatibus similique modi veritatis quod.\",\"text\":\"The TCP driver is down, reboot the 1080p circuit so we can compress the SMS firewall!\"}"], ["created_at", "2016-10-05 17:39:00.898584"], ["updated_at", "2016-10-05 17:39:00.898584"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut repellendus voluptate porro pariatur quas incidunt.\",\"text\":\"Try to index the HTTP sensor, maybe it will override the auxiliary bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.899458"], ["updated_at", "2016-10-05 17:39:00.899458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis voluptate exercitationem rem eaque rerum optio quia.\",\"text\":\"You can't synthesize the array without generating the auxiliary SAS driver!\"}"], ["created_at", "2016-10-05 17:39:00.900429"], ["updated_at", "2016-10-05 17:39:00.900429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis et exercitationem aut.\",\"text\":\"If we compress the bandwidth, we can get to the CSS feed through the 1080p JSON bus!\"}"], ["created_at", "2016-10-05 17:39:00.901336"], ["updated_at", "2016-10-05 17:39:00.901336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ullam soluta et et.\",\"text\":\"Quantifying the circuit won't do anything, we need to calculate the redundant ram hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.902200"], ["updated_at", "2016-10-05 17:39:00.902200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium et sed ipsum.\",\"text\":\"Try to hack the SMTP capacitor, maybe it will back up the virtual microchip!\"}"], ["created_at", "2016-10-05 17:39:00.903119"], ["updated_at", "2016-10-05 17:39:00.903119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti quis et vero eos.\",\"text\":\"If we copy the monitor, we can get to the TCP system through the cross-platform GB pixel!\"}"], ["created_at", "2016-10-05 17:39:00.903983"], ["updated_at", "2016-10-05 17:39:00.903983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque reiciendis molestiae modi.\",\"text\":\"The SCSI interface is down, transmit the cross-platform bus so we can bypass the SSL card!\"}"], ["created_at", "2016-10-05 17:39:00.904836"], ["updated_at", "2016-10-05 17:39:00.904836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores est maiores sed unde consectetur qui qui.\",\"text\":\"Try to input the HTTP microchip, maybe it will generate the digital matrix!\"}"], ["created_at", "2016-10-05 17:39:00.905718"], ["updated_at", "2016-10-05 17:39:00.905718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia ducimus odit labore ut placeat vero consequatur.\",\"text\":\"Bypassing the interface won't do anything, we need to input the neural png capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.906642"], ["updated_at", "2016-10-05 17:39:00.906642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos id quibusdam neque.\",\"text\":\"If we synthesize the application, we can get to the EXE card through the digital XSS firewall!\"}"], ["created_at", "2016-10-05 17:39:00.907522"], ["updated_at", "2016-10-05 17:39:00.907522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam et rerum.\",\"text\":\"If we quantify the matrix, we can get to the PCI driver through the back-end THX alarm!\"}"], ["created_at", "2016-10-05 17:39:00.908383"], ["updated_at", "2016-10-05 17:39:00.908383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos facere voluptatem aliquam libero id est.\",\"text\":\"We need to index the bluetooth SQL microchip!\"}"], ["created_at", "2016-10-05 17:39:00.909240"], ["updated_at", "2016-10-05 17:39:00.909240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut qui tenetur quae.\",\"text\":\"The JBOD port is down, transmit the solid state protocol so we can bypass the RAM bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.910125"], ["updated_at", "2016-10-05 17:39:00.910125"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam sed quibusdam iste.\",\"text\":\"If we generate the firewall, we can get to the USB bandwidth through the cross-platform HTTP circuit!\"}"], ["created_at", "2016-10-05 17:39:00.911022"], ["updated_at", "2016-10-05 17:39:00.911022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus ut eius in neque.\",\"text\":\"The RSS circuit is down, parse the multi-byte microchip so we can index the TCP bus!\"}"], ["created_at", "2016-10-05 17:39:00.911894"], ["updated_at", "2016-10-05 17:39:00.911894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum qui expedita.\",\"text\":\"We need to bypass the multi-byte SDD capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.912767"], ["updated_at", "2016-10-05 17:39:00.912767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur veritatis sit totam soluta ipsum.\",\"text\":\"You can't bypass the driver without generating the back-end GB microchip!\"}"], ["created_at", "2016-10-05 17:39:00.913697"], ["updated_at", "2016-10-05 17:39:00.913697"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In officiis aliquam laborum repudiandae voluptatem saepe.\",\"text\":\"We need to quantify the primary SDD firewall!\"}"], ["created_at", "2016-10-05 17:39:00.914616"], ["updated_at", "2016-10-05 17:39:00.914616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat tempora omnis nulla in.\",\"text\":\"Compressing the monitor won't do anything, we need to back up the 1080p tcp sensor!\"}"], ["created_at", "2016-10-05 17:39:00.915489"], ["updated_at", "2016-10-05 17:39:00.915489"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe quidem corporis quia illo.\",\"text\":\"You can't back up the program without hacking the cross-platform PCI circuit!\"}"], ["created_at", "2016-10-05 17:39:00.916535"], ["updated_at", "2016-10-05 17:39:00.916535"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut qui sequi pariatur.\",\"text\":\"We need to hack the online SCSI monitor!\"}"], ["created_at", "2016-10-05 17:39:00.917944"], ["updated_at", "2016-10-05 17:39:00.917944"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente reprehenderit qui est.\",\"text\":\"Try to back up the CSS array, maybe it will copy the primary bus!\"}"], ["created_at", "2016-10-05 17:39:00.919385"], ["updated_at", "2016-10-05 17:39:00.919385"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum ab id minus quis numquam consequatur.\",\"text\":\"Try to override the EXE port, maybe it will index the digital pixel!\"}"], ["created_at", "2016-10-05 17:39:00.920548"], ["updated_at", "2016-10-05 17:39:00.920548"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A recusandae et.\",\"text\":\"I'll synthesize the multi-byte SSL port, that should bandwidth the PNG matrix!\"}"], ["created_at", "2016-10-05 17:39:00.921875"], ["updated_at", "2016-10-05 17:39:00.921875"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur enim dolores corrupti.\",\"text\":\"If we index the bus, we can get to the SCSI sensor through the back-end SAS panel!\"}"], ["created_at", "2016-10-05 17:39:00.924575"], ["updated_at", "2016-10-05 17:39:00.924575"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut sunt dolores quis illum.\",\"text\":\"If we reboot the firewall, we can get to the COM microchip through the redundant TCP sensor!\"}"], ["created_at", "2016-10-05 17:39:00.925858"], ["updated_at", "2016-10-05 17:39:00.925858"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus sit inventore eligendi.\",\"text\":\"I'll transmit the haptic TCP sensor, that should hard drive the RAM feed!\"}"], ["created_at", "2016-10-05 17:39:00.928615"], ["updated_at", "2016-10-05 17:39:00.928615"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque deleniti hic quia.\",\"text\":\"We need to copy the 1080p USB capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.930272"], ["updated_at", "2016-10-05 17:39:00.930272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat ut aut molestiae.\",\"text\":\"If we bypass the monitor, we can get to the SMTP bus through the online HTTP pixel!\"}"], ["created_at", "2016-10-05 17:39:00.931609"], ["updated_at", "2016-10-05 17:39:00.931609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic consequuntur aliquid atque explicabo quis at suscipit.\",\"text\":\"Try to calculate the FTP interface, maybe it will input the primary circuit!\"}"], ["created_at", "2016-10-05 17:39:00.932538"], ["updated_at", "2016-10-05 17:39:00.932538"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur debitis et minima ut ea.\",\"text\":\"We need to hack the mobile SCSI matrix!\"}"], ["created_at", "2016-10-05 17:39:00.933401"], ["updated_at", "2016-10-05 17:39:00.933401"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa delectus cumque quia ratione voluptatum fugit.\",\"text\":\"You can't index the monitor without indexing the bluetooth SSL pixel!\"}"], ["created_at", "2016-10-05 17:39:00.934290"], ["updated_at", "2016-10-05 17:39:00.934290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur aut nulla cumque sit.\",\"text\":\"You can't program the transmitter without quantifying the mobile SDD system!\"}"], ["created_at", "2016-10-05 17:39:00.935211"], ["updated_at", "2016-10-05 17:39:00.935211"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum molestiae iure dolores adipisci.\",\"text\":\"We need to back up the primary COM bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.936080"], ["updated_at", "2016-10-05 17:39:00.936080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa odio natus dolor vel aperiam.\",\"text\":\"I'll calculate the bluetooth FTP monitor, that should application the SSL program!\"}"], ["created_at", "2016-10-05 17:39:00.936967"], ["updated_at", "2016-10-05 17:39:00.936967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio libero illo ipsam possimus.\",\"text\":\"I'll synthesize the mobile AGP card, that should port the IB array!\"}"], ["created_at", "2016-10-05 17:39:00.937868"], ["updated_at", "2016-10-05 17:39:00.937868"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum exercitationem deleniti non totam.\",\"text\":\"Use the bluetooth SQL firewall, then you can parse the mobile circuit!\"}"], ["created_at", "2016-10-05 17:39:00.938755"], ["updated_at", "2016-10-05 17:39:00.938755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore doloribus ipsa facilis voluptatum nemo voluptatem.\",\"text\":\"Generating the interface won't do anything, we need to connect the auxiliary sas card!\"}"], ["created_at", "2016-10-05 17:39:00.939636"], ["updated_at", "2016-10-05 17:39:00.939636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam accusantium aut debitis et nam voluptatem enim.\",\"text\":\"The RAM driver is down, calculate the wireless program so we can generate the SDD circuit!\"}"], ["created_at", "2016-10-05 17:39:00.940520"], ["updated_at", "2016-10-05 17:39:00.940520"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi consequatur omnis.\",\"text\":\"You can't generate the matrix without quantifying the redundant IB bus!\"}"], ["created_at", "2016-10-05 17:39:00.941401"], ["updated_at", "2016-10-05 17:39:00.941401"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero et aliquam ex et recusandae est quo.\",\"text\":\"Try to navigate the EXE capacitor, maybe it will connect the bluetooth firewall!\"}"], ["created_at", "2016-10-05 17:39:00.942359"], ["updated_at", "2016-10-05 17:39:00.942359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique praesentium voluptatem quisquam magni suscipit.\",\"text\":\"You can't reboot the alarm without bypassing the neural USB matrix!\"}"], ["created_at", "2016-10-05 17:39:00.943263"], ["updated_at", "2016-10-05 17:39:00.943263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt voluptatem quas voluptas ea possimus voluptatem.\",\"text\":\"Try to reboot the SMS alarm, maybe it will connect the redundant pixel!\"}"], ["created_at", "2016-10-05 17:39:00.944128"], ["updated_at", "2016-10-05 17:39:00.944128"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos ducimus ratione et autem.\",\"text\":\"The THX bus is down, back up the bluetooth alarm so we can generate the FTP monitor!\"}"], ["created_at", "2016-10-05 17:39:00.945003"], ["updated_at", "2016-10-05 17:39:00.945003"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem error occaecati rerum quo.\",\"text\":\"You can't generate the driver without programming the neural EXE circuit!\"}"], ["created_at", "2016-10-05 17:39:00.945859"], ["updated_at", "2016-10-05 17:39:00.945859"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis eveniet quod in omnis itaque.\",\"text\":\"You can't override the interface without hacking the online RAM hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.946772"], ["updated_at", "2016-10-05 17:39:00.946772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id et repellendus tempora.\",\"text\":\"Use the solid state FTP array, then you can index the virtual program!\"}"], ["created_at", "2016-10-05 17:39:00.947730"], ["updated_at", "2016-10-05 17:39:00.947730"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio magni incidunt expedita sint eum autem.\",\"text\":\"We need to program the online JBOD application!\"}"], ["created_at", "2016-10-05 17:39:00.948621"], ["updated_at", "2016-10-05 17:39:00.948621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut eos ut.\",\"text\":\"The AI application is down, compress the cross-platform bus so we can generate the COM program!\"}"], ["created_at", "2016-10-05 17:39:00.949481"], ["updated_at", "2016-10-05 17:39:00.949481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus dignissimos commodi itaque odio omnis iste.\",\"text\":\"The SMTP pixel is down, override the mobile array so we can compress the HDD array!\"}"], ["created_at", "2016-10-05 17:39:00.950362"], ["updated_at", "2016-10-05 17:39:00.950362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum fugiat dolorem dolorum reprehenderit reiciendis ea.\",\"text\":\"Use the cross-platform ADP port, then you can parse the wireless matrix!\"}"], ["created_at", "2016-10-05 17:39:00.951260"], ["updated_at", "2016-10-05 17:39:00.951260"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id non debitis voluptatum ab perspiciatis quam.\",\"text\":\"If we copy the protocol, we can get to the FTP application through the solid state COM alarm!\"}"], ["created_at", "2016-10-05 17:39:00.952144"], ["updated_at", "2016-10-05 17:39:00.952144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda sunt error fuga nobis soluta.\",\"text\":\"If we reboot the transmitter, we can get to the FTP array through the optical SCSI array!\"}"], ["created_at", "2016-10-05 17:39:00.953050"], ["updated_at", "2016-10-05 17:39:00.953050"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas consectetur nobis et non.\",\"text\":\"I'll compress the 1080p HDD bandwidth, that should feed the SSL port!\"}"], ["created_at", "2016-10-05 17:39:00.953915"], ["updated_at", "2016-10-05 17:39:00.953915"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum similique nesciunt voluptas.\",\"text\":\"You can't quantify the circuit without hacking the cross-platform SCSI card!\"}"], ["created_at", "2016-10-05 17:39:00.954820"], ["updated_at", "2016-10-05 17:39:00.954820"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto facilis occaecati accusantium quaerat id.\",\"text\":\"Copying the alarm won't do anything, we need to reboot the mobile sms driver!\"}"], ["created_at", "2016-10-05 17:39:00.955699"], ["updated_at", "2016-10-05 17:39:00.955699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis ad totam et inventore.\",\"text\":\"I'll override the cross-platform SCSI panel, that should array the SCSI microchip!\"}"], ["created_at", "2016-10-05 17:39:00.956583"], ["updated_at", "2016-10-05 17:39:00.956583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe quia et eum.\",\"text\":\"The SCSI card is down, back up the auxiliary feed so we can index the THX microchip!\"}"], ["created_at", "2016-10-05 17:39:00.957452"], ["updated_at", "2016-10-05 17:39:00.957452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio corporis quia in dolorem quasi ab.\",\"text\":\"If we compress the card, we can get to the RAM card through the back-end SMTP card!\"}"], ["created_at", "2016-10-05 17:39:00.958316"], ["updated_at", "2016-10-05 17:39:00.958316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis aut quia blanditiis ipsum esse sit.\",\"text\":\"If we program the circuit, we can get to the SMS alarm through the multi-byte XSS interface!\"}"], ["created_at", "2016-10-05 17:39:00.959206"], ["updated_at", "2016-10-05 17:39:00.959206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam culpa voluptatum rem.\",\"text\":\"You can't parse the array without backing up the online THX circuit!\"}"], ["created_at", "2016-10-05 17:39:00.960061"], ["updated_at", "2016-10-05 17:39:00.960061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime ut fugit laudantium non.\",\"text\":\"I'll hack the back-end FTP hard drive, that should port the FTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.960920"], ["updated_at", "2016-10-05 17:39:00.960920"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident aut in quo quia cum nihil.\",\"text\":\"The SMS capacitor is down, reboot the back-end application so we can hack the SAS protocol!\"}"], ["created_at", "2016-10-05 17:39:00.961776"], ["updated_at", "2016-10-05 17:39:00.961776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi quaerat doloribus consectetur dolorem.\",\"text\":\"If we index the feed, we can get to the JBOD panel through the online EXE circuit!\"}"], ["created_at", "2016-10-05 17:39:00.962651"], ["updated_at", "2016-10-05 17:39:00.962651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias odit sed nostrum et.\",\"text\":\"Bypassing the application won't do anything, we need to copy the optical ib driver!\"}"], ["created_at", "2016-10-05 17:39:00.963587"], ["updated_at", "2016-10-05 17:39:00.963587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et aut voluptas expedita facilis quasi iste.\",\"text\":\"We need to hack the open-source PCI interface!\"}"], ["created_at", "2016-10-05 17:39:00.964542"], ["updated_at", "2016-10-05 17:39:00.964542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem cum ratione perferendis aspernatur.\",\"text\":\"The JBOD card is down, hack the bluetooth bus so we can input the SMTP feed!\"}"], ["created_at", "2016-10-05 17:39:00.965408"], ["updated_at", "2016-10-05 17:39:00.965408"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis eum quia.\",\"text\":\"Generating the array won't do anything, we need to calculate the solid state exe interface!\"}"], ["created_at", "2016-10-05 17:39:00.966272"], ["updated_at", "2016-10-05 17:39:00.966272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque ut quia dolore provident aliquam.\",\"text\":\"If we input the firewall, we can get to the RAM panel through the mobile HDD capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.967174"], ["updated_at", "2016-10-05 17:39:00.967174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At provident quaerat nam eum iure suscipit.\",\"text\":\"I'll bypass the online JBOD pixel, that should system the GB program!\"}"], ["created_at", "2016-10-05 17:39:00.968036"], ["updated_at", "2016-10-05 17:39:00.968036"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et et quisquam adipisci non.\",\"text\":\"Bypassing the card won't do anything, we need to hack the optical png bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.968893"], ["updated_at", "2016-10-05 17:39:00.968893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo sit dignissimos deleniti nisi facilis laudantium aut.\",\"text\":\"Try to back up the SMS alarm, maybe it will compress the primary transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.969814"], ["updated_at", "2016-10-05 17:39:00.969814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio vel eaque architecto ipsum et iure.\",\"text\":\"I'll input the cross-platform SMTP card, that should program the FTP application!\"}"], ["created_at", "2016-10-05 17:39:00.970687"], ["updated_at", "2016-10-05 17:39:00.970687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum culpa possimus doloribus dolor rerum.\",\"text\":\"We need to index the neural IB feed!\"}"], ["created_at", "2016-10-05 17:39:00.971667"], ["updated_at", "2016-10-05 17:39:00.971667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam dolorum eum consequatur maiores.\",\"text\":\"Use the cross-platform GB bus, then you can navigate the solid state feed!\"}"], ["created_at", "2016-10-05 17:39:00.972675"], ["updated_at", "2016-10-05 17:39:00.972675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos aspernatur beatae odio ex perferendis ut a.\",\"text\":\"If we reboot the port, we can get to the IB hard drive through the back-end JBOD driver!\"}"], ["created_at", "2016-10-05 17:39:00.973594"], ["updated_at", "2016-10-05 17:39:00.973594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores magni cupiditate vel tempore eius earum eaque.\",\"text\":\"Indexing the card won't do anything, we need to generate the online sql feed!\"}"], ["created_at", "2016-10-05 17:39:00.974470"], ["updated_at", "2016-10-05 17:39:00.974470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit iure eos.\",\"text\":\"Try to quantify the SMS pixel, maybe it will quantify the digital firewall!\"}"], ["created_at", "2016-10-05 17:39:00.975330"], ["updated_at", "2016-10-05 17:39:00.975330"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis quis impedit qui necessitatibus voluptatibus eos quas.\",\"text\":\"Transmitting the driver won't do anything, we need to copy the primary com bandwidth!\"}"], ["created_at", "2016-10-05 17:39:00.976217"], ["updated_at", "2016-10-05 17:39:00.976217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint odit veniam est qui.\",\"text\":\"The CSS port is down, compress the solid state port so we can program the PCI monitor!\"}"], ["created_at", "2016-10-05 17:39:00.977080"], ["updated_at", "2016-10-05 17:39:00.977080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit aut est molestiae.\",\"text\":\"Try to transmit the PNG firewall, maybe it will reboot the 1080p microchip!\"}"], ["created_at", "2016-10-05 17:39:00.977937"], ["updated_at", "2016-10-05 17:39:00.977937"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor ab veritatis omnis.\",\"text\":\"I'll transmit the redundant PNG capacitor, that should bus the AI program!\"}"], ["created_at", "2016-10-05 17:39:00.978804"], ["updated_at", "2016-10-05 17:39:00.978804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis omnis at accusamus numquam sint deleniti.\",\"text\":\"If we program the system, we can get to the HTTP interface through the bluetooth TCP monitor!\"}"], ["created_at", "2016-10-05 17:39:00.979687"], ["updated_at", "2016-10-05 17:39:00.979687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium est velit eos consectetur ut.\",\"text\":\"Use the auxiliary COM interface, then you can navigate the neural driver!\"}"], ["created_at", "2016-10-05 17:39:00.980604"], ["updated_at", "2016-10-05 17:39:00.980604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur consequatur eveniet accusamus sit.\",\"text\":\"Backing up the pixel won't do anything, we need to program the online sql application!\"}"], ["created_at", "2016-10-05 17:39:00.981481"], ["updated_at", "2016-10-05 17:39:00.981481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure quisquam illo et.\",\"text\":\"You can't connect the application without overriding the haptic XSS interface!\"}"], ["created_at", "2016-10-05 17:39:00.982363"], ["updated_at", "2016-10-05 17:39:00.982363"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et laboriosam eos tempore sed.\",\"text\":\"The PNG bus is down, back up the optical program so we can hack the TCP hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.983221"], ["updated_at", "2016-10-05 17:39:00.983221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium aut quis eum repudiandae mollitia natus alias.\",\"text\":\"Use the optical AI bandwidth, then you can program the cross-platform hard drive!\"}"], ["created_at", "2016-10-05 17:39:00.984106"], ["updated_at", "2016-10-05 17:39:00.984106"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero tempora ut minus repudiandae sit quia.\",\"text\":\"Use the wireless SCSI panel, then you can program the online monitor!\"}"], ["created_at", "2016-10-05 17:39:00.984974"], ["updated_at", "2016-10-05 17:39:00.984974"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque maxime consequatur excepturi eaque in.\",\"text\":\"We need to copy the optical THX port!\"}"], ["created_at", "2016-10-05 17:39:00.985832"], ["updated_at", "2016-10-05 17:39:00.985832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus error voluptatum voluptatem.\",\"text\":\"If we calculate the monitor, we can get to the GB circuit through the redundant HDD protocol!\"}"], ["created_at", "2016-10-05 17:39:00.986698"], ["updated_at", "2016-10-05 17:39:00.986698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem fugit voluptas ratione blanditiis quia.\",\"text\":\"Indexing the driver won't do anything, we need to quantify the back-end agp array!\"}"], ["created_at", "2016-10-05 17:39:00.987605"], ["updated_at", "2016-10-05 17:39:00.987605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea repudiandae eligendi in fugit mollitia tenetur dolor.\",\"text\":\"If we parse the circuit, we can get to the SMTP hard drive through the mobile XSS transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.988474"], ["updated_at", "2016-10-05 17:39:00.988474"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae voluptatum iste cumque.\",\"text\":\"We need to navigate the bluetooth FTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:00.989341"], ["updated_at", "2016-10-05 17:39:00.989341"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima qui sunt consectetur atque repellendus dolores.\",\"text\":\"If we override the array, we can get to the XML bus through the wireless JSON protocol!\"}"], ["created_at", "2016-10-05 17:39:00.990217"], ["updated_at", "2016-10-05 17:39:00.990217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla voluptas praesentium id.\",\"text\":\"We need to index the open-source SDD bus!\"}"], ["created_at", "2016-10-05 17:39:00.991100"], ["updated_at", "2016-10-05 17:39:00.991100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat cum culpa.\",\"text\":\"We need to override the wireless FTP alarm!\"}"], ["created_at", "2016-10-05 17:39:00.991977"], ["updated_at", "2016-10-05 17:39:00.991977"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt animi quisquam quos nostrum magnam sed.\",\"text\":\"We need to reboot the multi-byte AI port!\"}"], ["created_at", "2016-10-05 17:39:00.992833"], ["updated_at", "2016-10-05 17:39:00.992833"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus fuga hic alias.\",\"text\":\"We need to transmit the solid state RSS alarm!\"}"], ["created_at", "2016-10-05 17:39:00.993710"], ["updated_at", "2016-10-05 17:39:00.993710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus ipsa doloremque nulla magni adipisci rerum recusandae.\",\"text\":\"If we index the interface, we can get to the THX alarm through the digital XML array!\"}"], ["created_at", "2016-10-05 17:39:00.994621"], ["updated_at", "2016-10-05 17:39:00.994621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui delectus enim fuga ad et autem.\",\"text\":\"Compressing the application won't do anything, we need to navigate the back-end agp panel!\"}"], ["created_at", "2016-10-05 17:39:00.995487"], ["updated_at", "2016-10-05 17:39:00.995487"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum nemo harum dolorum saepe.\",\"text\":\"Try to calculate the GB protocol, maybe it will synthesize the multi-byte driver!\"}"], ["created_at", "2016-10-05 17:39:00.996365"], ["updated_at", "2016-10-05 17:39:00.996365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum cupiditate magnam.\",\"text\":\"Hacking the program won't do anything, we need to index the cross-platform sas monitor!\"}"], ["created_at", "2016-10-05 17:39:00.997240"], ["updated_at", "2016-10-05 17:39:00.997240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia ea est cumque amet ut sint.\",\"text\":\"Indexing the interface won't do anything, we need to compress the optical css panel!\"}"], ["created_at", "2016-10-05 17:39:00.998141"], ["updated_at", "2016-10-05 17:39:00.998141"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem ab impedit nihil unde.\",\"text\":\"I'll connect the primary JBOD hard drive, that should matrix the THX sensor!\"}"], ["created_at", "2016-10-05 17:39:00.999054"], ["updated_at", "2016-10-05 17:39:00.999054"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et rerum dolorem animi minima provident non.\",\"text\":\"I'll synthesize the open-source TCP port, that should monitor the SCSI capacitor!\"}"], ["created_at", "2016-10-05 17:39:00.999975"], ["updated_at", "2016-10-05 17:39:00.999975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem tempore hic voluptatem.\",\"text\":\"You can't generate the monitor without transmitting the digital SMS pixel!\"}"], ["created_at", "2016-10-05 17:39:01.000965"], ["updated_at", "2016-10-05 17:39:01.000965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et modi quis deleniti.\",\"text\":\"You can't synthesize the bandwidth without parsing the 1080p JBOD program!\"}"], ["created_at", "2016-10-05 17:39:01.001982"], ["updated_at", "2016-10-05 17:39:01.001982"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia perspiciatis eius mollitia at.\",\"text\":\"The SMS feed is down, generate the auxiliary alarm so we can copy the XML system!\"}"], ["created_at", "2016-10-05 17:39:01.002944"], ["updated_at", "2016-10-05 17:39:01.002944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui quis numquam officiis autem deserunt.\",\"text\":\"You can't bypass the microchip without quantifying the multi-byte SSL alarm!\"}"], ["created_at", "2016-10-05 17:39:01.003904"], ["updated_at", "2016-10-05 17:39:01.003904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae et magni sunt at quisquam.\",\"text\":\"The THX program is down, navigate the solid state circuit so we can program the HTTP driver!\"}"], ["created_at", "2016-10-05 17:39:01.004864"], ["updated_at", "2016-10-05 17:39:01.004864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur itaque adipisci nihil possimus.\",\"text\":\"You can't generate the monitor without transmitting the haptic XML pixel!\"}"], ["created_at", "2016-10-05 17:39:01.005795"], ["updated_at", "2016-10-05 17:39:01.005795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et natus quam.\",\"text\":\"You can't hack the application without generating the solid state SQL interface!\"}"], ["created_at", "2016-10-05 17:39:01.006757"], ["updated_at", "2016-10-05 17:39:01.006757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor incidunt quo in aut quisquam.\",\"text\":\"The EXE pixel is down, override the neural panel so we can navigate the AGP interface!\"}"], ["created_at", "2016-10-05 17:39:01.007703"], ["updated_at", "2016-10-05 17:39:01.007703"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis asperiores odit aut sunt et ut.\",\"text\":\"Use the bluetooth USB interface, then you can connect the haptic circuit!\"}"], ["created_at", "2016-10-05 17:39:01.008658"], ["updated_at", "2016-10-05 17:39:01.008658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut hic cum quia repudiandae quo ea.\",\"text\":\"Try to override the AI card, maybe it will override the open-source bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.009600"], ["updated_at", "2016-10-05 17:39:01.009600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt voluptas quo.\",\"text\":\"Use the neural SMS panel, then you can navigate the wireless card!\"}"], ["created_at", "2016-10-05 17:39:01.010533"], ["updated_at", "2016-10-05 17:39:01.010533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga et est nesciunt minus.\",\"text\":\"If we calculate the protocol, we can get to the AI driver through the optical JSON monitor!\"}"], ["created_at", "2016-10-05 17:39:01.011393"], ["updated_at", "2016-10-05 17:39:01.011393"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa doloremque voluptatem.\",\"text\":\"The ADP driver is down, back up the virtual monitor so we can transmit the SAS application!\"}"], ["created_at", "2016-10-05 17:39:01.012252"], ["updated_at", "2016-10-05 17:39:01.012252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure voluptas est.\",\"text\":\"If we copy the hard drive, we can get to the GB circuit through the multi-byte SCSI feed!\"}"], ["created_at", "2016-10-05 17:39:01.013133"], ["updated_at", "2016-10-05 17:39:01.013133"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto dolor sit inventore id.\",\"text\":\"You can't copy the application without copying the digital SAS panel!\"}"], ["created_at", "2016-10-05 17:39:01.014006"], ["updated_at", "2016-10-05 17:39:01.014006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo sit reprehenderit quaerat.\",\"text\":\"Try to program the TCP microchip, maybe it will quantify the optical protocol!\"}"], ["created_at", "2016-10-05 17:39:01.014915"], ["updated_at", "2016-10-05 17:39:01.014915"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta consequatur neque molestiae quia ad.\",\"text\":\"We need to override the primary GB sensor!\"}"], ["created_at", "2016-10-05 17:39:01.015779"], ["updated_at", "2016-10-05 17:39:01.015779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui itaque nesciunt est at.\",\"text\":\"Parsing the sensor won't do anything, we need to calculate the virtual adp array!\"}"], ["created_at", "2016-10-05 17:39:01.016633"], ["updated_at", "2016-10-05 17:39:01.016633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium quis atque vitae.\",\"text\":\"Try to copy the PCI driver, maybe it will parse the solid state panel!\"}"], ["created_at", "2016-10-05 17:39:01.017512"], ["updated_at", "2016-10-05 17:39:01.017512"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut dolores repudiandae.\",\"text\":\"Try to compress the HTTP transmitter, maybe it will reboot the online bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.018420"], ["updated_at", "2016-10-05 17:39:01.018420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non fugiat dolores est ullam.\",\"text\":\"If we copy the port, we can get to the JBOD panel through the 1080p USB port!\"}"], ["created_at", "2016-10-05 17:39:01.019288"], ["updated_at", "2016-10-05 17:39:01.019288"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda est expedita quis eaque ut recusandae.\",\"text\":\"You can't calculate the card without calculating the mobile HTTP application!\"}"], ["created_at", "2016-10-05 17:39:01.020149"], ["updated_at", "2016-10-05 17:39:01.020149"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut amet et eos et.\",\"text\":\"The AGP alarm is down, connect the wireless array so we can generate the SAS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.021034"], ["updated_at", "2016-10-05 17:39:01.021034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem consectetur laborum eos.\",\"text\":\"If we synthesize the feed, we can get to the SSL interface through the cross-platform SDD interface!\"}"], ["created_at", "2016-10-05 17:39:01.021914"], ["updated_at", "2016-10-05 17:39:01.021914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse error non vero.\",\"text\":\"I'll navigate the 1080p SAS microchip, that should application the AGP system!\"}"], ["created_at", "2016-10-05 17:39:01.022858"], ["updated_at", "2016-10-05 17:39:01.022858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima molestiae necessitatibus expedita facilis esse.\",\"text\":\"We need to connect the redundant XML microchip!\"}"], ["created_at", "2016-10-05 17:39:01.023762"], ["updated_at", "2016-10-05 17:39:01.023762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui officia asperiores distinctio ipsa voluptate.\",\"text\":\"I'll compress the optical AI firewall, that should bandwidth the XML feed!\"}"], ["created_at", "2016-10-05 17:39:01.024666"], ["updated_at", "2016-10-05 17:39:01.024666"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium minus et sit quam natus.\",\"text\":\"The XSS system is down, override the redundant firewall so we can calculate the HDD panel!\"}"], ["created_at", "2016-10-05 17:39:01.025549"], ["updated_at", "2016-10-05 17:39:01.025549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione dolorem ipsum.\",\"text\":\"Use the digital AGP microchip, then you can override the back-end matrix!\"}"], ["created_at", "2016-10-05 17:39:01.026415"], ["updated_at", "2016-10-05 17:39:01.026415"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum exercitationem ab et beatae dolorem.\",\"text\":\"Use the auxiliary SQL panel, then you can calculate the 1080p feed!\"}"], ["created_at", "2016-10-05 17:39:01.027314"], ["updated_at", "2016-10-05 17:39:01.027314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint facilis delectus architecto suscipit ab quia temporibus.\",\"text\":\"We need to back up the 1080p TCP array!\"}"], ["created_at", "2016-10-05 17:39:01.028244"], ["updated_at", "2016-10-05 17:39:01.028244"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis impedit inventore nostrum natus.\",\"text\":\"We need to navigate the mobile SSL capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.029121"], ["updated_at", "2016-10-05 17:39:01.029121"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe quam aut eos dignissimos.\",\"text\":\"I'll bypass the back-end RAM driver, that should microchip the PNG interface!\"}"], ["created_at", "2016-10-05 17:39:01.029986"], ["updated_at", "2016-10-05 17:39:01.029986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut nihil autem.\",\"text\":\"I'll program the mobile RSS transmitter, that should alarm the XSS protocol!\"}"], ["created_at", "2016-10-05 17:39:01.030917"], ["updated_at", "2016-10-05 17:39:01.030917"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum repellendus accusantium sit quia.\",\"text\":\"I'll connect the haptic PNG interface, that should feed the SMS hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.031811"], ["updated_at", "2016-10-05 17:39:01.031811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae rem qui et dignissimos illo ut.\",\"text\":\"Try to compress the SAS matrix, maybe it will navigate the mobile port!\"}"], ["created_at", "2016-10-05 17:39:01.032693"], ["updated_at", "2016-10-05 17:39:01.032693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum similique eligendi dolorem qui.\",\"text\":\"Use the mobile RSS panel, then you can connect the bluetooth port!\"}"], ["created_at", "2016-10-05 17:39:01.033561"], ["updated_at", "2016-10-05 17:39:01.033561"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus nesciunt et.\",\"text\":\"The SMTP application is down, transmit the redundant monitor so we can connect the USB microchip!\"}"], ["created_at", "2016-10-05 17:39:01.034447"], ["updated_at", "2016-10-05 17:39:01.034447"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti earum voluptates.\",\"text\":\"We need to program the auxiliary AI bus!\"}"], ["created_at", "2016-10-05 17:39:01.035311"], ["updated_at", "2016-10-05 17:39:01.035311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur magni sit nobis nam velit.\",\"text\":\"I'll transmit the redundant THX alarm, that should array the IB hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.036178"], ["updated_at", "2016-10-05 17:39:01.036178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque totam et.\",\"text\":\"I'll override the optical SSL bus, that should sensor the JSON circuit!\"}"], ["created_at", "2016-10-05 17:39:01.037051"], ["updated_at", "2016-10-05 17:39:01.037051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint ea neque non ipsum harum voluptates.\",\"text\":\"Try to connect the FTP system, maybe it will quantify the online panel!\"}"], ["created_at", "2016-10-05 17:39:01.037914"], ["updated_at", "2016-10-05 17:39:01.037914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis natus et fuga numquam.\",\"text\":\"If we override the interface, we can get to the THX application through the wireless JSON feed!\"}"], ["created_at", "2016-10-05 17:39:01.038796"], ["updated_at", "2016-10-05 17:39:01.038796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et praesentium quae repellendus facere.\",\"text\":\"I'll connect the digital ADP monitor, that should sensor the GB card!\"}"], ["created_at", "2016-10-05 17:39:01.039664"], ["updated_at", "2016-10-05 17:39:01.039664"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit explicabo similique optio atque dolor.\",\"text\":\"We need to bypass the 1080p RSS bus!\"}"], ["created_at", "2016-10-05 17:39:01.040557"], ["updated_at", "2016-10-05 17:39:01.040557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia ea dolorem et.\",\"text\":\"Use the open-source PNG bus, then you can reboot the neural panel!\"}"], ["created_at", "2016-10-05 17:39:01.041409"], ["updated_at", "2016-10-05 17:39:01.041409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique voluptate sapiente et atque cupiditate non laborum.\",\"text\":\"I'll hack the cross-platform SAS microchip, that should array the HDD application!\"}"], ["created_at", "2016-10-05 17:39:01.042272"], ["updated_at", "2016-10-05 17:39:01.042272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel sed ratione.\",\"text\":\"Use the digital SSL feed, then you can calculate the redundant transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.043166"], ["updated_at", "2016-10-05 17:39:01.043166"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est numquam veritatis commodi sit quia.\",\"text\":\"You can't compress the system without parsing the auxiliary FTP sensor!\"}"], ["created_at", "2016-10-05 17:39:01.044024"], ["updated_at", "2016-10-05 17:39:01.044024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio sit molestiae eos distinctio officia iure.\",\"text\":\"Parsing the system won't do anything, we need to program the bluetooth xss circuit!\"}"], ["created_at", "2016-10-05 17:39:01.044904"], ["updated_at", "2016-10-05 17:39:01.044904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni voluptatem est praesentium ut ullam iusto sunt.\",\"text\":\"Use the neural JSON card, then you can synthesize the bluetooth array!\"}"], ["created_at", "2016-10-05 17:39:01.045780"], ["updated_at", "2016-10-05 17:39:01.045780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure autem labore soluta exercitationem.\",\"text\":\"I'll bypass the redundant HDD matrix, that should program the SDD sensor!\"}"], ["created_at", "2016-10-05 17:39:01.046682"], ["updated_at", "2016-10-05 17:39:01.046682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum qui tempora iste.\",\"text\":\"Programming the application won't do anything, we need to parse the virtual ai alarm!\"}"], ["created_at", "2016-10-05 17:39:01.047570"], ["updated_at", "2016-10-05 17:39:01.047570"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde dolor harum molestiae et.\",\"text\":\"You can't navigate the matrix without hacking the mobile XSS program!\"}"], ["created_at", "2016-10-05 17:39:01.048446"], ["updated_at", "2016-10-05 17:39:01.048446"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit et voluptatem possimus magnam in officiis error.\",\"text\":\"We need to synthesize the 1080p USB firewall!\"}"], ["created_at", "2016-10-05 17:39:01.049315"], ["updated_at", "2016-10-05 17:39:01.049315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid omnis nobis autem voluptatem omnis nesciunt.\",\"text\":\"Backing up the transmitter won't do anything, we need to connect the solid state jbod microchip!\"}"], ["created_at", "2016-10-05 17:39:01.050197"], ["updated_at", "2016-10-05 17:39:01.050197"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur eaque voluptate sed inventore corporis.\",\"text\":\"Use the open-source TCP driver, then you can parse the digital hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.051069"], ["updated_at", "2016-10-05 17:39:01.051069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum quidem ab qui aliquam nostrum corporis.\",\"text\":\"Generating the program won't do anything, we need to connect the multi-byte adp microchip!\"}"], ["created_at", "2016-10-05 17:39:01.051946"], ["updated_at", "2016-10-05 17:39:01.051946"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et est sint doloribus eius magni unde vitae.\",\"text\":\"Use the 1080p RSS card, then you can index the solid state circuit!\"}"], ["created_at", "2016-10-05 17:39:01.052825"], ["updated_at", "2016-10-05 17:39:01.052825"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui quam nam eos nostrum voluptas.\",\"text\":\"You can't back up the circuit without quantifying the digital RAM array!\"}"], ["created_at", "2016-10-05 17:39:01.053693"], ["updated_at", "2016-10-05 17:39:01.053693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam sunt at unde sit explicabo non autem.\",\"text\":\"If we index the microchip, we can get to the ADP card through the 1080p JBOD array!\"}"], ["created_at", "2016-10-05 17:39:01.054574"], ["updated_at", "2016-10-05 17:39:01.054574"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius facere quo reprehenderit.\",\"text\":\"Try to bypass the CSS alarm, maybe it will transmit the multi-byte program!\"}"], ["created_at", "2016-10-05 17:39:01.055434"], ["updated_at", "2016-10-05 17:39:01.055434"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi ipsum non enim.\",\"text\":\"Try to quantify the SQL interface, maybe it will quantify the haptic application!\"}"], ["created_at", "2016-10-05 17:39:01.056308"], ["updated_at", "2016-10-05 17:39:01.056308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem commodi repellat ratione soluta et.\",\"text\":\"I'll synthesize the haptic XSS interface, that should protocol the FTP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.057192"], ["updated_at", "2016-10-05 17:39:01.057192"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui possimus qui distinctio dignissimos fugit ad at.\",\"text\":\"We need to override the mobile SCSI circuit!\"}"], ["created_at", "2016-10-05 17:39:01.058048"], ["updated_at", "2016-10-05 17:39:01.058048"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque dolorum aperiam ipsam fuga accusamus.\",\"text\":\"We need to transmit the haptic AGP port!\"}"], ["created_at", "2016-10-05 17:39:01.058936"], ["updated_at", "2016-10-05 17:39:01.058936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos non quod necessitatibus natus.\",\"text\":\"I'll input the virtual USB system, that should card the CSS matrix!\"}"], ["created_at", "2016-10-05 17:39:01.059795"], ["updated_at", "2016-10-05 17:39:01.059795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et porro culpa aut aut et.\",\"text\":\"I'll quantify the haptic FTP alarm, that should microchip the JSON feed!\"}"], ["created_at", "2016-10-05 17:39:01.060683"], ["updated_at", "2016-10-05 17:39:01.060683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi repellat aliquam.\",\"text\":\"If we bypass the port, we can get to the TCP application through the virtual THX matrix!\"}"], ["created_at", "2016-10-05 17:39:01.061613"], ["updated_at", "2016-10-05 17:39:01.061613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit mollitia id.\",\"text\":\"Try to calculate the AGP alarm, maybe it will input the digital interface!\"}"], ["created_at", "2016-10-05 17:39:01.062516"], ["updated_at", "2016-10-05 17:39:01.062516"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum eos distinctio rerum vitae et architecto qui.\",\"text\":\"Try to synthesize the COM alarm, maybe it will synthesize the multi-byte firewall!\"}"], ["created_at", "2016-10-05 17:39:01.063397"], ["updated_at", "2016-10-05 17:39:01.063397"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi sunt qui eius quo vel.\",\"text\":\"I'll quantify the multi-byte GB panel, that should bandwidth the ADP sensor!\"}"], ["created_at", "2016-10-05 17:39:01.064289"], ["updated_at", "2016-10-05 17:39:01.064289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et eum ducimus fugiat optio rerum dolore ut.\",\"text\":\"The SSL bus is down, copy the haptic matrix so we can generate the PCI microchip!\"}"], ["created_at", "2016-10-05 17:39:01.065187"], ["updated_at", "2016-10-05 17:39:01.065187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi molestiae magnam.\",\"text\":\"If we navigate the capacitor, we can get to the CSS transmitter through the online JBOD driver!\"}"], ["created_at", "2016-10-05 17:39:01.066089"], ["updated_at", "2016-10-05 17:39:01.066089"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga sunt ex nobis voluptatem quis.\",\"text\":\"Compressing the port won't do anything, we need to input the multi-byte agp matrix!\"}"], ["created_at", "2016-10-05 17:39:01.067040"], ["updated_at", "2016-10-05 17:39:01.067040"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore sed cum reiciendis odit vel.\",\"text\":\"Parsing the hard drive won't do anything, we need to hack the optical rss interface!\"}"], ["created_at", "2016-10-05 17:39:01.067968"], ["updated_at", "2016-10-05 17:39:01.067968"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem omnis perspiciatis.\",\"text\":\"The GB driver is down, back up the optical application so we can synthesize the IB matrix!\"}"], ["created_at", "2016-10-05 17:39:01.068856"], ["updated_at", "2016-10-05 17:39:01.068856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel optio sit eum deserunt.\",\"text\":\"If we transmit the matrix, we can get to the HDD array through the haptic SAS driver!\"}"], ["created_at", "2016-10-05 17:39:01.069749"], ["updated_at", "2016-10-05 17:39:01.069749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet doloribus at.\",\"text\":\"Use the bluetooth USB monitor, then you can quantify the neural firewall!\"}"], ["created_at", "2016-10-05 17:39:01.070685"], ["updated_at", "2016-10-05 17:39:01.070685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed quia voluptas.\",\"text\":\"Try to connect the SAS microchip, maybe it will input the redundant interface!\"}"], ["created_at", "2016-10-05 17:39:01.071571"], ["updated_at", "2016-10-05 17:39:01.071571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia ab omnis est doloremque amet voluptatem sunt.\",\"text\":\"I'll back up the back-end XSS driver, that should array the SCSI card!\"}"], ["created_at", "2016-10-05 17:39:01.072456"], ["updated_at", "2016-10-05 17:39:01.072456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet veritatis et velit delectus debitis ea quas.\",\"text\":\"Try to parse the GB application, maybe it will reboot the mobile sensor!\"}"], ["created_at", "2016-10-05 17:39:01.073368"], ["updated_at", "2016-10-05 17:39:01.073368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia fuga sequi omnis nobis expedita.\",\"text\":\"I'll navigate the open-source THX application, that should hard drive the PNG pixel!\"}"], ["created_at", "2016-10-05 17:39:01.074245"], ["updated_at", "2016-10-05 17:39:01.074245"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia omnis optio.\",\"text\":\"Try to override the EXE protocol, maybe it will parse the digital interface!\"}"], ["created_at", "2016-10-05 17:39:01.075132"], ["updated_at", "2016-10-05 17:39:01.075132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem consequatur et ea aspernatur deserunt ad.\",\"text\":\"The EXE array is down, program the primary microchip so we can bypass the RAM matrix!\"}"], ["created_at", "2016-10-05 17:39:01.076011"], ["updated_at", "2016-10-05 17:39:01.076011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam nemo suscipit provident ut facere voluptas.\",\"text\":\"The SSL port is down, connect the open-source program so we can navigate the JSON port!\"}"], ["created_at", "2016-10-05 17:39:01.076891"], ["updated_at", "2016-10-05 17:39:01.076891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam odio aut occaecati.\",\"text\":\"We need to connect the bluetooth SAS alarm!\"}"], ["created_at", "2016-10-05 17:39:01.077754"], ["updated_at", "2016-10-05 17:39:01.077754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut est explicabo maiores consectetur.\",\"text\":\"Transmitting the transmitter won't do anything, we need to input the redundant rss circuit!\"}"], ["created_at", "2016-10-05 17:39:01.078644"], ["updated_at", "2016-10-05 17:39:01.078644"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis tempore enim ut.\",\"text\":\"Calculating the pixel won't do anything, we need to synthesize the solid state pci transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.079516"], ["updated_at", "2016-10-05 17:39:01.079516"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa pariatur harum.\",\"text\":\"Generating the port won't do anything, we need to quantify the open-source sms monitor!\"}"], ["created_at", "2016-10-05 17:39:01.080429"], ["updated_at", "2016-10-05 17:39:01.080429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt incidunt vero atque magnam ut expedita.\",\"text\":\"The XSS circuit is down, transmit the optical driver so we can back up the HTTP port!\"}"], ["created_at", "2016-10-05 17:39:01.081318"], ["updated_at", "2016-10-05 17:39:01.081318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates amet ut voluptas.\",\"text\":\"Try to compress the AI panel, maybe it will generate the mobile monitor!\"}"], ["created_at", "2016-10-05 17:39:01.082193"], ["updated_at", "2016-10-05 17:39:01.082193"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde aliquam itaque eveniet dolor laborum maiores repellendus.\",\"text\":\"Use the bluetooth AGP protocol, then you can parse the cross-platform microchip!\"}"], ["created_at", "2016-10-05 17:39:01.083073"], ["updated_at", "2016-10-05 17:39:01.083073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae voluptatem aperiam qui accusamus in ut.\",\"text\":\"If we hack the bus, we can get to the AI pixel through the 1080p SMS feed!\"}"], ["created_at", "2016-10-05 17:39:01.083958"], ["updated_at", "2016-10-05 17:39:01.083958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem alias delectus atque ut.\",\"text\":\"Quantifying the sensor won't do anything, we need to transmit the mobile thx array!\"}"], ["created_at", "2016-10-05 17:39:01.084842"], ["updated_at", "2016-10-05 17:39:01.084842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus non voluptatem voluptatem in.\",\"text\":\"We need to copy the haptic XSS interface!\"}"], ["created_at", "2016-10-05 17:39:01.085730"], ["updated_at", "2016-10-05 17:39:01.085730"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis est voluptate exercitationem perferendis excepturi dicta consequatur.\",\"text\":\"Hacking the transmitter won't do anything, we need to transmit the cross-platform ssl application!\"}"], ["created_at", "2016-10-05 17:39:01.086657"], ["updated_at", "2016-10-05 17:39:01.086657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde officia voluptates dolores provident iste laborum.\",\"text\":\"The PNG card is down, hack the open-source feed so we can input the JBOD sensor!\"}"], ["created_at", "2016-10-05 17:39:01.087531"], ["updated_at", "2016-10-05 17:39:01.087531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque non est et ea optio sed.\",\"text\":\"You can't back up the system without calculating the 1080p SQL protocol!\"}"], ["created_at", "2016-10-05 17:39:01.088412"], ["updated_at", "2016-10-05 17:39:01.088412"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae minima perspiciatis voluptas officia.\",\"text\":\"Try to connect the ADP bus, maybe it will navigate the bluetooth monitor!\"}"], ["created_at", "2016-10-05 17:39:01.089301"], ["updated_at", "2016-10-05 17:39:01.089301"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita alias fuga sed quis deserunt molestiae.\",\"text\":\"You can't override the application without quantifying the mobile SSL microchip!\"}"], ["created_at", "2016-10-05 17:39:01.090200"], ["updated_at", "2016-10-05 17:39:01.090200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum qui omnis quia earum ipsa.\",\"text\":\"We need to synthesize the primary AGP system!\"}"], ["created_at", "2016-10-05 17:39:01.091124"], ["updated_at", "2016-10-05 17:39:01.091124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id corrupti earum repellendus numquam qui.\",\"text\":\"You can't program the capacitor without copying the optical SCSI driver!\"}"], ["created_at", "2016-10-05 17:39:01.092007"], ["updated_at", "2016-10-05 17:39:01.092007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto ratione in repellat sit.\",\"text\":\"Try to input the JBOD driver, maybe it will reboot the digital monitor!\"}"], ["created_at", "2016-10-05 17:39:01.092893"], ["updated_at", "2016-10-05 17:39:01.092893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus sunt voluptas.\",\"text\":\"Use the redundant PNG hard drive, then you can synthesize the solid state panel!\"}"], ["created_at", "2016-10-05 17:39:01.093779"], ["updated_at", "2016-10-05 17:39:01.093779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut et rerum.\",\"text\":\"If we connect the system, we can get to the JSON system through the mobile SMS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.094684"], ["updated_at", "2016-10-05 17:39:01.094684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis animi facilis veniam nihil tempore.\",\"text\":\"I'll bypass the cross-platform PNG card, that should capacitor the SDD hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.095603"], ["updated_at", "2016-10-05 17:39:01.095603"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed ut fuga minima provident.\",\"text\":\"I'll copy the online USB feed, that should protocol the ADP array!\"}"], ["created_at", "2016-10-05 17:39:01.096499"], ["updated_at", "2016-10-05 17:39:01.096499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem dolor ut est repellat non et.\",\"text\":\"If we connect the circuit, we can get to the GB firewall through the solid state AI feed!\"}"], ["created_at", "2016-10-05 17:39:01.097389"], ["updated_at", "2016-10-05 17:39:01.097389"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur doloremque ut temporibus.\",\"text\":\"Use the solid state SMS port, then you can bypass the multi-byte application!\"}"], ["created_at", "2016-10-05 17:39:01.098265"], ["updated_at", "2016-10-05 17:39:01.098265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit explicabo facilis earum eum aliquam dolor.\",\"text\":\"The HTTP port is down, back up the optical firewall so we can compress the AGP interface!\"}"], ["created_at", "2016-10-05 17:39:01.099220"], ["updated_at", "2016-10-05 17:39:01.099220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum est omnis rerum id ad fugiat.\",\"text\":\"We need to compress the wireless JSON pixel!\"}"], ["created_at", "2016-10-05 17:39:01.100143"], ["updated_at", "2016-10-05 17:39:01.100143"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam voluptas libero est quia molestias.\",\"text\":\"I'll input the bluetooth SSL card, that should capacitor the RSS sensor!\"}"], ["created_at", "2016-10-05 17:39:01.101062"], ["updated_at", "2016-10-05 17:39:01.101062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit soluta a voluptatem laudantium quidem.\",\"text\":\"You can't index the driver without generating the open-source HDD system!\"}"], ["created_at", "2016-10-05 17:39:01.102045"], ["updated_at", "2016-10-05 17:39:01.102045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio voluptas dolorem cumque quibusdam tempora in.\",\"text\":\"We need to index the redundant FTP matrix!\"}"], ["created_at", "2016-10-05 17:39:01.102985"], ["updated_at", "2016-10-05 17:39:01.102985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor qui sit quo necessitatibus possimus tempora.\",\"text\":\"You can't back up the array without parsing the optical COM bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.103872"], ["updated_at", "2016-10-05 17:39:01.103872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti voluptatum harum corrupti.\",\"text\":\"Backing up the panel won't do anything, we need to hack the solid state http application!\"}"], ["created_at", "2016-10-05 17:39:01.104776"], ["updated_at", "2016-10-05 17:39:01.104776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia tenetur nisi eum nulla natus veritatis impedit.\",\"text\":\"I'll reboot the online JBOD circuit, that should transmitter the SDD pixel!\"}"], ["created_at", "2016-10-05 17:39:01.105657"], ["updated_at", "2016-10-05 17:39:01.105657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias sint iusto quis totam beatae perferendis sed.\",\"text\":\"Bypassing the protocol won't do anything, we need to input the online ib bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.106591"], ["updated_at", "2016-10-05 17:39:01.106591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur et perferendis nihil consequatur ea.\",\"text\":\"The HTTP panel is down, generate the multi-byte capacitor so we can hack the COM monitor!\"}"], ["created_at", "2016-10-05 17:39:01.107477"], ["updated_at", "2016-10-05 17:39:01.107477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod dicta et.\",\"text\":\"You can't connect the matrix without compressing the back-end XSS interface!\"}"], ["created_at", "2016-10-05 17:39:01.108358"], ["updated_at", "2016-10-05 17:39:01.108358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ut doloribus.\",\"text\":\"The SMTP port is down, copy the mobile transmitter so we can copy the COM bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.109260"], ["updated_at", "2016-10-05 17:39:01.109260"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum qui repellat aut eos sunt.\",\"text\":\"I'll transmit the cross-platform JSON circuit, that should panel the SCSI alarm!\"}"], ["created_at", "2016-10-05 17:39:01.110192"], ["updated_at", "2016-10-05 17:39:01.110192"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et minima vel.\",\"text\":\"Synthesizing the bus won't do anything, we need to input the bluetooth agp driver!\"}"], ["created_at", "2016-10-05 17:39:01.111128"], ["updated_at", "2016-10-05 17:39:01.111128"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas dicta veritatis et voluptatem.\",\"text\":\"Backing up the port won't do anything, we need to hack the online ftp card!\"}"], ["created_at", "2016-10-05 17:39:01.112008"], ["updated_at", "2016-10-05 17:39:01.112008"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos totam quam neque sunt laborum fugit.\",\"text\":\"If we reboot the feed, we can get to the TCP panel through the haptic SSL alarm!\"}"], ["created_at", "2016-10-05 17:39:01.112898"], ["updated_at", "2016-10-05 17:39:01.112898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam fugit quo praesentium quisquam quaerat.\",\"text\":\"Try to input the AI bandwidth, maybe it will connect the online microchip!\"}"], ["created_at", "2016-10-05 17:39:01.113783"], ["updated_at", "2016-10-05 17:39:01.113783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit molestiae quasi.\",\"text\":\"Use the cross-platform SSL program, then you can override the solid state transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.114683"], ["updated_at", "2016-10-05 17:39:01.114683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem harum ducimus.\",\"text\":\"The JSON capacitor is down, back up the back-end transmitter so we can navigate the AI system!\"}"], ["created_at", "2016-10-05 17:39:01.115569"], ["updated_at", "2016-10-05 17:39:01.115569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit non corrupti laborum omnis rem delectus.\",\"text\":\"We need to calculate the mobile CSS microchip!\"}"], ["created_at", "2016-10-05 17:39:01.116441"], ["updated_at", "2016-10-05 17:39:01.116441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio architecto quisquam hic aut itaque commodi asperiores.\",\"text\":\"We need to transmit the online JBOD pixel!\"}"], ["created_at", "2016-10-05 17:39:01.117330"], ["updated_at", "2016-10-05 17:39:01.117330"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia eius sed ratione.\",\"text\":\"The AGP hard drive is down, connect the online bus so we can quantify the JBOD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.118202"], ["updated_at", "2016-10-05 17:39:01.118202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam ipsa quia.\",\"text\":\"I'll hack the online SCSI interface, that should firewall the JBOD matrix!\"}"], ["created_at", "2016-10-05 17:39:01.119134"], ["updated_at", "2016-10-05 17:39:01.119134"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit nisi dolores veritatis omnis minus et.\",\"text\":\"You can't connect the sensor without parsing the cross-platform COM pixel!\"}"], ["created_at", "2016-10-05 17:39:01.120028"], ["updated_at", "2016-10-05 17:39:01.120028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem minima porro voluptatem qui.\",\"text\":\"You can't synthesize the interface without generating the mobile SMTP application!\"}"], ["created_at", "2016-10-05 17:39:01.120925"], ["updated_at", "2016-10-05 17:39:01.120925"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque molestias ea.\",\"text\":\"Use the neural HTTP system, then you can synthesize the primary panel!\"}"], ["created_at", "2016-10-05 17:39:01.121840"], ["updated_at", "2016-10-05 17:39:01.121840"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab ratione qui id facilis adipisci nobis ipsam.\",\"text\":\"The SCSI alarm is down, quantify the haptic capacitor so we can override the SDD transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.122751"], ["updated_at", "2016-10-05 17:39:01.122751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae voluptatem adipisci sunt et rerum possimus.\",\"text\":\"The USB port is down, hack the haptic bus so we can connect the SSL card!\"}"], ["created_at", "2016-10-05 17:39:01.123668"], ["updated_at", "2016-10-05 17:39:01.123668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae qui velit earum rerum pariatur.\",\"text\":\"I'll generate the optical RAM transmitter, that should feed the PNG driver!\"}"], ["created_at", "2016-10-05 17:39:01.124547"], ["updated_at", "2016-10-05 17:39:01.124547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea autem quidem pariatur aliquid quas.\",\"text\":\"Try to copy the SCSI microchip, maybe it will quantify the online panel!\"}"], ["created_at", "2016-10-05 17:39:01.125458"], ["updated_at", "2016-10-05 17:39:01.125458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores voluptatem dolores modi perspiciatis.\",\"text\":\"We need to copy the haptic USB protocol!\"}"], ["created_at", "2016-10-05 17:39:01.126372"], ["updated_at", "2016-10-05 17:39:01.126372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat est voluptate quibusdam aliquid.\",\"text\":\"Use the multi-byte HTTP system, then you can calculate the primary alarm!\"}"], ["created_at", "2016-10-05 17:39:01.127303"], ["updated_at", "2016-10-05 17:39:01.127303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non officiis autem.\",\"text\":\"You can't transmit the bus without hacking the online SCSI pixel!\"}"], ["created_at", "2016-10-05 17:39:01.128279"], ["updated_at", "2016-10-05 17:39:01.128279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam maiores similique ut autem et nisi iure.\",\"text\":\"We need to input the cross-platform JSON port!\"}"], ["created_at", "2016-10-05 17:39:01.129180"], ["updated_at", "2016-10-05 17:39:01.129180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe illum id autem labore magnam debitis.\",\"text\":\"Use the multi-byte SCSI bandwidth, then you can synthesize the cross-platform sensor!\"}"], ["created_at", "2016-10-05 17:39:01.130079"], ["updated_at", "2016-10-05 17:39:01.130079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In rerum quaerat voluptatem sapiente.\",\"text\":\"I'll override the back-end XML microchip, that should interface the TCP alarm!\"}"], ["created_at", "2016-10-05 17:39:01.131037"], ["updated_at", "2016-10-05 17:39:01.131037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem sit libero aut rerum.\",\"text\":\"You can't input the array without programming the optical ADP interface!\"}"], ["created_at", "2016-10-05 17:39:01.131936"], ["updated_at", "2016-10-05 17:39:01.131936"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium modi tempore vitae labore omnis voluptatem dolores.\",\"text\":\"If we input the matrix, we can get to the FTP feed through the 1080p SMS sensor!\"}"], ["created_at", "2016-10-05 17:39:01.132852"], ["updated_at", "2016-10-05 17:39:01.132852"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates quos quo inventore non doloribus.\",\"text\":\"We need to synthesize the solid state CSS system!\"}"], ["created_at", "2016-10-05 17:39:01.133832"], ["updated_at", "2016-10-05 17:39:01.133832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas atque dolorum sunt accusamus qui sed.\",\"text\":\"You can't generate the panel without calculating the cross-platform SQL port!\"}"], ["created_at", "2016-10-05 17:39:01.134773"], ["updated_at", "2016-10-05 17:39:01.134773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem iste esse et facilis repudiandae aut nesciunt.\",\"text\":\"I'll index the digital ADP hard drive, that should protocol the XML circuit!\"}"], ["created_at", "2016-10-05 17:39:01.135680"], ["updated_at", "2016-10-05 17:39:01.135680"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat sit mollitia odio facilis perferendis iure et.\",\"text\":\"Programming the pixel won't do anything, we need to calculate the wireless rss program!\"}"], ["created_at", "2016-10-05 17:39:01.136596"], ["updated_at", "2016-10-05 17:39:01.136596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt doloremque eveniet ut blanditiis cum sint.\",\"text\":\"If we generate the driver, we can get to the CSS interface through the open-source FTP port!\"}"], ["created_at", "2016-10-05 17:39:01.137511"], ["updated_at", "2016-10-05 17:39:01.137511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo quo deleniti sit et tempora.\",\"text\":\"You can't input the port without quantifying the multi-byte EXE system!\"}"], ["created_at", "2016-10-05 17:39:01.138457"], ["updated_at", "2016-10-05 17:39:01.138457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque ut aliquam inventore quisquam aut dolor.\",\"text\":\"If we program the bandwidth, we can get to the RAM hard drive through the cross-platform SMS monitor!\"}"], ["created_at", "2016-10-05 17:39:01.139393"], ["updated_at", "2016-10-05 17:39:01.139393"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam sequi consectetur id provident.\",\"text\":\"Programming the pixel won't do anything, we need to compress the open-source ai bus!\"}"], ["created_at", "2016-10-05 17:39:01.140363"], ["updated_at", "2016-10-05 17:39:01.140363"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui nobis voluptas quod molestiae facilis odio.\",\"text\":\"I'll override the digital SDD transmitter, that should protocol the PCI driver!\"}"], ["created_at", "2016-10-05 17:39:01.147448"], ["updated_at", "2016-10-05 17:39:01.147448"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam a ab nulla consequuntur ut veritatis.\",\"text\":\"Try to index the PNG firewall, maybe it will reboot the 1080p microchip!\"}"], ["created_at", "2016-10-05 17:39:01.148564"], ["updated_at", "2016-10-05 17:39:01.148564"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim qui eos.\",\"text\":\"Navigating the monitor won't do anything, we need to generate the wireless sas hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.149737"], ["updated_at", "2016-10-05 17:39:01.149737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam vel consectetur.\",\"text\":\"Indexing the protocol won't do anything, we need to program the wireless ib driver!\"}"], ["created_at", "2016-10-05 17:39:01.150756"], ["updated_at", "2016-10-05 17:39:01.150756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium porro voluptates natus officiis cupiditate sed.\",\"text\":\"I'll parse the 1080p ADP port, that should transmitter the CSS system!\"}"], ["created_at", "2016-10-05 17:39:01.151693"], ["updated_at", "2016-10-05 17:39:01.151693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus nesciunt quia.\",\"text\":\"If we parse the application, we can get to the SMTP circuit through the open-source HDD protocol!\"}"], ["created_at", "2016-10-05 17:39:01.152552"], ["updated_at", "2016-10-05 17:39:01.152552"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id iste ut earum voluptate ea.\",\"text\":\"Backing up the pixel won't do anything, we need to transmit the primary http matrix!\"}"], ["created_at", "2016-10-05 17:39:01.153455"], ["updated_at", "2016-10-05 17:39:01.153455"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor et aliquid mollitia.\",\"text\":\"Use the virtual SQL application, then you can generate the optical system!\"}"], ["created_at", "2016-10-05 17:39:01.154521"], ["updated_at", "2016-10-05 17:39:01.154521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et perspiciatis similique natus ullam quae aliquam.\",\"text\":\"The AI driver is down, copy the primary alarm so we can transmit the RAM feed!\"}"], ["created_at", "2016-10-05 17:39:01.155458"], ["updated_at", "2016-10-05 17:39:01.155458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi suscipit fuga saepe.\",\"text\":\"We need to reboot the digital SAS program!\"}"], ["created_at", "2016-10-05 17:39:01.156335"], ["updated_at", "2016-10-05 17:39:01.156335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt fuga voluptate.\",\"text\":\"We need to calculate the optical SMTP circuit!\"}"], ["created_at", "2016-10-05 17:39:01.157200"], ["updated_at", "2016-10-05 17:39:01.157200"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut eveniet nulla sed.\",\"text\":\"If we parse the alarm, we can get to the EXE panel through the redundant SSL driver!\"}"], ["created_at", "2016-10-05 17:39:01.158050"], ["updated_at", "2016-10-05 17:39:01.158050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et dolorem autem amet ut blanditiis.\",\"text\":\"We need to back up the open-source JSON program!\"}"], ["created_at", "2016-10-05 17:39:01.158982"], ["updated_at", "2016-10-05 17:39:01.158982"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus doloremque quisquam impedit voluptatem totam necessitatibus.\",\"text\":\"Use the online XML panel, then you can copy the open-source protocol!\"}"], ["created_at", "2016-10-05 17:39:01.159853"], ["updated_at", "2016-10-05 17:39:01.159853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni ut laboriosam eos voluptatem.\",\"text\":\"I'll program the bluetooth RAM hard drive, that should application the RAM panel!\"}"], ["created_at", "2016-10-05 17:39:01.160742"], ["updated_at", "2016-10-05 17:39:01.160742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere quia nisi dignissimos assumenda non accusantium nihil.\",\"text\":\"The HDD interface is down, override the auxiliary sensor so we can transmit the SMS firewall!\"}"], ["created_at", "2016-10-05 17:39:01.161644"], ["updated_at", "2016-10-05 17:39:01.161644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque quibusdam porro sit quia enim error.\",\"text\":\"I'll connect the back-end ADP circuit, that should program the CSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.162540"], ["updated_at", "2016-10-05 17:39:01.162540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab ratione non temporibus voluptatibus eius vero.\",\"text\":\"The SQL bus is down, bypass the optical matrix so we can compress the SMS system!\"}"], ["created_at", "2016-10-05 17:39:01.163439"], ["updated_at", "2016-10-05 17:39:01.163439"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate quis rerum numquam accusamus ipsum.\",\"text\":\"You can't hack the bandwidth without hacking the wireless PNG array!\"}"], ["created_at", "2016-10-05 17:39:01.164316"], ["updated_at", "2016-10-05 17:39:01.164316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui quos qui rerum expedita quis.\",\"text\":\"The HTTP sensor is down, index the redundant firewall so we can quantify the JSON bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.165175"], ["updated_at", "2016-10-05 17:39:01.165175"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et hic veniam.\",\"text\":\"Calculating the panel won't do anything, we need to back up the cross-platform pci array!\"}"], ["created_at", "2016-10-05 17:39:01.166034"], ["updated_at", "2016-10-05 17:39:01.166034"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores similique exercitationem quis et omnis nam perspiciatis.\",\"text\":\"Use the bluetooth SDD capacitor, then you can transmit the open-source application!\"}"], ["created_at", "2016-10-05 17:39:01.166931"], ["updated_at", "2016-10-05 17:39:01.166931"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non animi ipsam ducimus velit fugiat voluptas.\",\"text\":\"Use the solid state SQL firewall, then you can reboot the cross-platform pixel!\"}"], ["created_at", "2016-10-05 17:39:01.167824"], ["updated_at", "2016-10-05 17:39:01.167824"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi veniam numquam.\",\"text\":\"Try to back up the TCP feed, maybe it will quantify the digital alarm!\"}"], ["created_at", "2016-10-05 17:39:01.168685"], ["updated_at", "2016-10-05 17:39:01.168685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime rerum quia.\",\"text\":\"Generating the alarm won't do anything, we need to parse the haptic xss port!\"}"], ["created_at", "2016-10-05 17:39:01.169547"], ["updated_at", "2016-10-05 17:39:01.169547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque veritatis provident sed unde a odio ipsa.\",\"text\":\"We need to generate the bluetooth SMS capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.170445"], ["updated_at", "2016-10-05 17:39:01.170445"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor voluptas repellat qui veritatis id voluptatem quia.\",\"text\":\"Try to calculate the JSON hard drive, maybe it will back up the haptic system!\"}"], ["created_at", "2016-10-05 17:39:01.171348"], ["updated_at", "2016-10-05 17:39:01.171348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut ab vitae et inventore quia.\",\"text\":\"The GB alarm is down, back up the digital firewall so we can navigate the PCI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.172460"], ["updated_at", "2016-10-05 17:39:01.172460"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos aut deleniti doloremque suscipit necessitatibus.\",\"text\":\"Use the 1080p ADP panel, then you can index the redundant hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.173402"], ["updated_at", "2016-10-05 17:39:01.173402"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum ut atque ratione dignissimos a.\",\"text\":\"We need to navigate the bluetooth TCP alarm!\"}"], ["created_at", "2016-10-05 17:39:01.174274"], ["updated_at", "2016-10-05 17:39:01.174274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit aut voluptas debitis sit tempora.\",\"text\":\"You can't copy the bandwidth without synthesizing the digital HDD protocol!\"}"], ["created_at", "2016-10-05 17:39:01.175191"], ["updated_at", "2016-10-05 17:39:01.175191"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit nihil quam quas sint odit quibusdam autem.\",\"text\":\"The FTP circuit is down, hack the back-end pixel so we can index the ADP alarm!\"}"], ["created_at", "2016-10-05 17:39:01.176055"], ["updated_at", "2016-10-05 17:39:01.176055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut voluptate sequi nobis quia non adipisci vel.\",\"text\":\"I'll calculate the primary THX capacitor, that should application the PCI hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.176932"], ["updated_at", "2016-10-05 17:39:01.176932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum assumenda sint alias enim ut.\",\"text\":\"The JSON program is down, parse the 1080p matrix so we can hack the FTP application!\"}"], ["created_at", "2016-10-05 17:39:01.177787"], ["updated_at", "2016-10-05 17:39:01.177787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse iste et velit natus.\",\"text\":\"You can't calculate the transmitter without generating the mobile HDD protocol!\"}"], ["created_at", "2016-10-05 17:39:01.178678"], ["updated_at", "2016-10-05 17:39:01.178678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum recusandae dolores dicta corporis voluptatem ut ipsam.\",\"text\":\"The SAS circuit is down, synthesize the 1080p sensor so we can override the IB system!\"}"], ["created_at", "2016-10-05 17:39:01.179549"], ["updated_at", "2016-10-05 17:39:01.179549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis accusamus voluptate et quis error.\",\"text\":\"I'll navigate the primary RAM program, that should firewall the CSS protocol!\"}"], ["created_at", "2016-10-05 17:39:01.180417"], ["updated_at", "2016-10-05 17:39:01.180417"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis excepturi fugiat nihil eum.\",\"text\":\"If we compress the panel, we can get to the SQL alarm through the redundant THX capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.181297"], ["updated_at", "2016-10-05 17:39:01.181297"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint vel eius numquam.\",\"text\":\"You can't navigate the firewall without compressing the solid state HDD sensor!\"}"], ["created_at", "2016-10-05 17:39:01.182148"], ["updated_at", "2016-10-05 17:39:01.182148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi assumenda animi.\",\"text\":\"You can't synthesize the pixel without navigating the digital SQL sensor!\"}"], ["created_at", "2016-10-05 17:39:01.183075"], ["updated_at", "2016-10-05 17:39:01.183075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio ut corporis aut unde assumenda eaque numquam.\",\"text\":\"Copying the panel won't do anything, we need to hack the back-end sas monitor!\"}"], ["created_at", "2016-10-05 17:39:01.183994"], ["updated_at", "2016-10-05 17:39:01.183994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id eius rerum iste eveniet veniam.\",\"text\":\"Try to hack the SCSI bus, maybe it will program the primary bus!\"}"], ["created_at", "2016-10-05 17:39:01.184872"], ["updated_at", "2016-10-05 17:39:01.184872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde a est.\",\"text\":\"You can't calculate the feed without backing up the open-source FTP sensor!\"}"], ["created_at", "2016-10-05 17:39:01.185729"], ["updated_at", "2016-10-05 17:39:01.185729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae iure soluta molestias est expedita consequuntur.\",\"text\":\"The CSS capacitor is down, reboot the auxiliary application so we can synthesize the HDD application!\"}"], ["created_at", "2016-10-05 17:39:01.186649"], ["updated_at", "2016-10-05 17:39:01.186649"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda ad id nostrum veniam.\",\"text\":\"Try to reboot the FTP array, maybe it will hack the auxiliary hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.187547"], ["updated_at", "2016-10-05 17:39:01.187547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere ut illum earum.\",\"text\":\"We need to calculate the back-end JBOD matrix!\"}"], ["created_at", "2016-10-05 17:39:01.188403"], ["updated_at", "2016-10-05 17:39:01.188403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa ut odit ut.\",\"text\":\"Connecting the driver won't do anything, we need to input the 1080p com hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.189292"], ["updated_at", "2016-10-05 17:39:01.189292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea velit magnam et.\",\"text\":\"Use the virtual SQL pixel, then you can transmit the back-end hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.190195"], ["updated_at", "2016-10-05 17:39:01.190195"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat vero mollitia hic et quia.\",\"text\":\"The XML bandwidth is down, connect the primary matrix so we can compress the TCP capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.191092"], ["updated_at", "2016-10-05 17:39:01.191092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae sed consequatur consequatur.\",\"text\":\"Use the primary HDD driver, then you can synthesize the back-end array!\"}"], ["created_at", "2016-10-05 17:39:01.191986"], ["updated_at", "2016-10-05 17:39:01.191986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia numquam incidunt dolores.\",\"text\":\"We need to bypass the virtual IB pixel!\"}"], ["created_at", "2016-10-05 17:39:01.192880"], ["updated_at", "2016-10-05 17:39:01.192880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus qui fuga quas amet velit.\",\"text\":\"Try to compress the AGP feed, maybe it will copy the wireless circuit!\"}"], ["created_at", "2016-10-05 17:39:01.193756"], ["updated_at", "2016-10-05 17:39:01.193756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio occaecati et nesciunt similique voluptas.\",\"text\":\"If we index the port, we can get to the PCI protocol through the mobile SCSI port!\"}"], ["created_at", "2016-10-05 17:39:01.194641"], ["updated_at", "2016-10-05 17:39:01.194641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque quo deserunt voluptatum quibusdam.\",\"text\":\"The SSL protocol is down, compress the virtual card so we can reboot the FTP port!\"}"], ["created_at", "2016-10-05 17:39:01.195496"], ["updated_at", "2016-10-05 17:39:01.195496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero sequi delectus molestiae.\",\"text\":\"You can't connect the panel without bypassing the digital HDD hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.196392"], ["updated_at", "2016-10-05 17:39:01.196392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem quo et enim qui sed.\",\"text\":\"Try to parse the SCSI protocol, maybe it will parse the virtual panel!\"}"], ["created_at", "2016-10-05 17:39:01.197273"], ["updated_at", "2016-10-05 17:39:01.197273"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque aut accusamus.\",\"text\":\"The JSON alarm is down, input the cross-platform driver so we can input the USB panel!\"}"], ["created_at", "2016-10-05 17:39:01.198151"], ["updated_at", "2016-10-05 17:39:01.198151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla quia nostrum veritatis cumque aperiam maxime rem.\",\"text\":\"Try to navigate the USB matrix, maybe it will override the solid state alarm!\"}"], ["created_at", "2016-10-05 17:39:01.199074"], ["updated_at", "2016-10-05 17:39:01.199074"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum est et eos in saepe.\",\"text\":\"I'll transmit the 1080p HTTP interface, that should program the PNG bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.199968"], ["updated_at", "2016-10-05 17:39:01.199968"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe sit rerum et.\",\"text\":\"We need to override the neural SCSI pixel!\"}"], ["created_at", "2016-10-05 17:39:01.200860"], ["updated_at", "2016-10-05 17:39:01.200860"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur suscipit qui pariatur.\",\"text\":\"Use the digital EXE matrix, then you can quantify the multi-byte alarm!\"}"], ["created_at", "2016-10-05 17:39:01.201723"], ["updated_at", "2016-10-05 17:39:01.201723"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique non dicta.\",\"text\":\"Use the wireless FTP interface, then you can transmit the haptic bus!\"}"], ["created_at", "2016-10-05 17:39:01.202888"], ["updated_at", "2016-10-05 17:39:01.202888"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa fuga expedita.\",\"text\":\"If we navigate the circuit, we can get to the RAM transmitter through the haptic IB driver!\"}"], ["created_at", "2016-10-05 17:39:01.203868"], ["updated_at", "2016-10-05 17:39:01.203868"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum fugit repellendus esse quod itaque dolores.\",\"text\":\"You can't program the bus without indexing the back-end HTTP panel!\"}"], ["created_at", "2016-10-05 17:39:01.204787"], ["updated_at", "2016-10-05 17:39:01.204787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum soluta magni blanditiis at occaecati.\",\"text\":\"The SMTP firewall is down, generate the cross-platform monitor so we can synthesize the SDD application!\"}"], ["created_at", "2016-10-05 17:39:01.205669"], ["updated_at", "2016-10-05 17:39:01.205669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos rem ullam rerum suscipit.\",\"text\":\"We need to navigate the back-end PNG sensor!\"}"], ["created_at", "2016-10-05 17:39:01.206592"], ["updated_at", "2016-10-05 17:39:01.206592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam est alias sit in et officia.\",\"text\":\"Connecting the application won't do anything, we need to index the open-source http matrix!\"}"], ["created_at", "2016-10-05 17:39:01.207470"], ["updated_at", "2016-10-05 17:39:01.207470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem vel omnis illo dolorem eum maiores.\",\"text\":\"I'll bypass the mobile FTP system, that should system the SQL interface!\"}"], ["created_at", "2016-10-05 17:39:01.208329"], ["updated_at", "2016-10-05 17:39:01.208329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem vel natus dolorem laborum numquam.\",\"text\":\"The SMS interface is down, input the wireless monitor so we can bypass the JSON pixel!\"}"], ["created_at", "2016-10-05 17:39:01.209202"], ["updated_at", "2016-10-05 17:39:01.209202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores qui minus.\",\"text\":\"Navigating the microchip won't do anything, we need to bypass the neural json hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.210127"], ["updated_at", "2016-10-05 17:39:01.210127"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum similique deleniti quo natus maiores occaecati.\",\"text\":\"We need to back up the 1080p JBOD application!\"}"], ["created_at", "2016-10-05 17:39:01.211037"], ["updated_at", "2016-10-05 17:39:01.211037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et saepe et illo et vitae perferendis.\",\"text\":\"We need to synthesize the bluetooth SSL feed!\"}"], ["created_at", "2016-10-05 17:39:01.212038"], ["updated_at", "2016-10-05 17:39:01.212038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor doloribus minima.\",\"text\":\"We need to navigate the bluetooth CSS port!\"}"], ["created_at", "2016-10-05 17:39:01.212911"], ["updated_at", "2016-10-05 17:39:01.212911"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti nostrum est.\",\"text\":\"If we parse the system, we can get to the AI sensor through the 1080p HDD microchip!\"}"], ["created_at", "2016-10-05 17:39:01.213940"], ["updated_at", "2016-10-05 17:39:01.213940"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui iusto in ut sint.\",\"text\":\"Quantifying the monitor won't do anything, we need to transmit the virtual jbod program!\"}"], ["created_at", "2016-10-05 17:39:01.215481"], ["updated_at", "2016-10-05 17:39:01.215481"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque minus ipsum nobis atque explicabo.\",\"text\":\"Try to copy the GB pixel, maybe it will bypass the neural card!\"}"], ["created_at", "2016-10-05 17:39:01.216952"], ["updated_at", "2016-10-05 17:39:01.216952"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et est delectus sequi vel.\",\"text\":\"You can't input the monitor without copying the back-end JSON card!\"}"], ["created_at", "2016-10-05 17:39:01.218231"], ["updated_at", "2016-10-05 17:39:01.218231"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut quia deserunt incidunt aut nostrum iusto.\",\"text\":\"Try to transmit the USB interface, maybe it will transmit the primary array!\"}"], ["created_at", "2016-10-05 17:39:01.220237"], ["updated_at", "2016-10-05 17:39:01.220237"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur iusto laborum delectus.\",\"text\":\"Connecting the system won't do anything, we need to hack the open-source sas driver!\"}"], ["created_at", "2016-10-05 17:39:01.222068"], ["updated_at", "2016-10-05 17:39:01.222068"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui sed odio consequatur et non.\",\"text\":\"Try to bypass the HTTP matrix, maybe it will override the auxiliary panel!\"}"], ["created_at", "2016-10-05 17:39:01.224789"], ["updated_at", "2016-10-05 17:39:01.224789"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et a aut voluptatum ut natus.\",\"text\":\"The HDD port is down, back up the primary monitor so we can hack the GB matrix!\"}"], ["created_at", "2016-10-05 17:39:01.226674"], ["updated_at", "2016-10-05 17:39:01.226674"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit pariatur ut ipsum qui.\",\"text\":\"Indexing the sensor won't do anything, we need to calculate the open-source ib card!\"}"], ["created_at", "2016-10-05 17:39:01.227711"], ["updated_at", "2016-10-05 17:39:01.227711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos nisi vero laborum dolor.\",\"text\":\"If we bypass the interface, we can get to the RAM array through the mobile JBOD sensor!\"}"], ["created_at", "2016-10-05 17:39:01.228735"], ["updated_at", "2016-10-05 17:39:01.228735"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae voluptates ut aut quis cumque eius rerum.\",\"text\":\"I'll transmit the redundant FTP bus, that should port the SSL matrix!\"}"], ["created_at", "2016-10-05 17:39:01.229757"], ["updated_at", "2016-10-05 17:39:01.229757"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro rerum repellendus fugit blanditiis ut totam.\",\"text\":\"Use the haptic EXE sensor, then you can connect the auxiliary pixel!\"}"], ["created_at", "2016-10-05 17:39:01.230970"], ["updated_at", "2016-10-05 17:39:01.230970"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In ea labore impedit commodi et illum ipsum.\",\"text\":\"If we bypass the card, we can get to the FTP circuit through the cross-platform AI pixel!\"}"], ["created_at", "2016-10-05 17:39:01.231978"], ["updated_at", "2016-10-05 17:39:01.231978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus aut repellat et accusamus.\",\"text\":\"Use the redundant XSS driver, then you can reboot the neural alarm!\"}"], ["created_at", "2016-10-05 17:39:01.232917"], ["updated_at", "2016-10-05 17:39:01.232917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab ea qui sed fugiat consequatur.\",\"text\":\"We need to program the optical AGP interface!\"}"], ["created_at", "2016-10-05 17:39:01.233781"], ["updated_at", "2016-10-05 17:39:01.233781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit ab maxime debitis deleniti.\",\"text\":\"Transmitting the panel won't do anything, we need to connect the redundant sdd array!\"}"], ["created_at", "2016-10-05 17:39:01.234687"], ["updated_at", "2016-10-05 17:39:01.234687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea eos ut est et.\",\"text\":\"If we index the feed, we can get to the IB firewall through the solid state FTP alarm!\"}"], ["created_at", "2016-10-05 17:39:01.235580"], ["updated_at", "2016-10-05 17:39:01.235580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et modi cum fugiat eaque facilis quos provident.\",\"text\":\"If we copy the hard drive, we can get to the JSON application through the solid state COM application!\"}"], ["created_at", "2016-10-05 17:39:01.236446"], ["updated_at", "2016-10-05 17:39:01.236446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore eos voluptates.\",\"text\":\"Try to navigate the SMS protocol, maybe it will copy the bluetooth microchip!\"}"], ["created_at", "2016-10-05 17:39:01.237320"], ["updated_at", "2016-10-05 17:39:01.237320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore rerum molestiae deserunt.\",\"text\":\"Calculating the sensor won't do anything, we need to generate the online tcp application!\"}"], ["created_at", "2016-10-05 17:39:01.238174"], ["updated_at", "2016-10-05 17:39:01.238174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem ducimus est praesentium ex.\",\"text\":\"You can't transmit the bandwidth without parsing the multi-byte ADP system!\"}"], ["created_at", "2016-10-05 17:39:01.239092"], ["updated_at", "2016-10-05 17:39:01.239092"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est consequatur unde soluta praesentium perspiciatis.\",\"text\":\"Quantifying the capacitor won't do anything, we need to back up the online http hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.239997"], ["updated_at", "2016-10-05 17:39:01.239997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae tenetur nostrum eos ut.\",\"text\":\"If we transmit the program, we can get to the SQL matrix through the redundant SDD interface!\"}"], ["created_at", "2016-10-05 17:39:01.240894"], ["updated_at", "2016-10-05 17:39:01.240894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis aut non asperiores doloremque sed similique sapiente.\",\"text\":\"We need to navigate the back-end EXE alarm!\"}"], ["created_at", "2016-10-05 17:39:01.241776"], ["updated_at", "2016-10-05 17:39:01.241776"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore animi error quia.\",\"text\":\"Programming the alarm won't do anything, we need to transmit the mobile png hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.242677"], ["updated_at", "2016-10-05 17:39:01.242677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto quas porro vel doloremque ut.\",\"text\":\"You can't reboot the pixel without synthesizing the virtual PNG program!\"}"], ["created_at", "2016-10-05 17:39:01.243586"], ["updated_at", "2016-10-05 17:39:01.243586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo at eveniet quo necessitatibus facere sed quae.\",\"text\":\"I'll navigate the bluetooth ADP firewall, that should circuit the RSS monitor!\"}"], ["created_at", "2016-10-05 17:39:01.244445"], ["updated_at", "2016-10-05 17:39:01.244445"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius quam quis.\",\"text\":\"I'll parse the redundant SAS driver, that should pixel the AGP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.245299"], ["updated_at", "2016-10-05 17:39:01.245299"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni totam veniam quidem velit.\",\"text\":\"Try to parse the HDD bus, maybe it will transmit the redundant system!\"}"], ["created_at", "2016-10-05 17:39:01.246168"], ["updated_at", "2016-10-05 17:39:01.246168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta saepe ad occaecati.\",\"text\":\"We need to parse the back-end TCP sensor!\"}"], ["created_at", "2016-10-05 17:39:01.247248"], ["updated_at", "2016-10-05 17:39:01.247248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt quidem sunt harum hic qui.\",\"text\":\"We need to bypass the primary SDD transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.248169"], ["updated_at", "2016-10-05 17:39:01.248169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem esse et dolor aut quasi.\",\"text\":\"Try to program the ADP driver, maybe it will generate the 1080p interface!\"}"], ["created_at", "2016-10-05 17:39:01.249042"], ["updated_at", "2016-10-05 17:39:01.249042"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum totam nobis voluptatem nostrum eos est.\",\"text\":\"I'll generate the auxiliary PCI driver, that should bus the JBOD interface!\"}"], ["created_at", "2016-10-05 17:39:01.249912"], ["updated_at", "2016-10-05 17:39:01.249912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro rerum iure a non asperiores omnis id.\",\"text\":\"If we override the transmitter, we can get to the XML program through the neural SMS pixel!\"}"], ["created_at", "2016-10-05 17:39:01.250833"], ["updated_at", "2016-10-05 17:39:01.250833"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo inventore ullam sed in aut quia expedita.\",\"text\":\"You can't parse the bus without connecting the optical HDD capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.251691"], ["updated_at", "2016-10-05 17:39:01.251691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quia voluptatibus ab aut veniam modi.\",\"text\":\"Try to bypass the SDD alarm, maybe it will calculate the optical application!\"}"], ["created_at", "2016-10-05 17:39:01.252569"], ["updated_at", "2016-10-05 17:39:01.252569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores et voluptatem odio.\",\"text\":\"You can't synthesize the panel without hacking the bluetooth GB capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.253430"], ["updated_at", "2016-10-05 17:39:01.253430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum non amet.\",\"text\":\"I'll reboot the solid state PCI array, that should program the CSS microchip!\"}"], ["created_at", "2016-10-05 17:39:01.254285"], ["updated_at", "2016-10-05 17:39:01.254285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi error expedita fugiat.\",\"text\":\"Try to index the PCI program, maybe it will input the solid state interface!\"}"], ["created_at", "2016-10-05 17:39:01.255180"], ["updated_at", "2016-10-05 17:39:01.255180"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem quaerat nihil necessitatibus.\",\"text\":\"Use the 1080p COM circuit, then you can hack the solid state array!\"}"], ["created_at", "2016-10-05 17:39:01.256048"], ["updated_at", "2016-10-05 17:39:01.256048"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui nesciunt eveniet.\",\"text\":\"Use the redundant SSL capacitor, then you can synthesize the back-end transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.256940"], ["updated_at", "2016-10-05 17:39:01.256940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima corrupti nobis sunt maiores voluptas maxime.\",\"text\":\"The SQL firewall is down, parse the digital system so we can generate the XSS array!\"}"], ["created_at", "2016-10-05 17:39:01.257797"], ["updated_at", "2016-10-05 17:39:01.257797"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis sint illum voluptatem nihil sint ea.\",\"text\":\"I'll parse the primary GB application, that should bandwidth the XML interface!\"}"], ["created_at", "2016-10-05 17:39:01.258685"], ["updated_at", "2016-10-05 17:39:01.258685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor hic magni delectus tempora.\",\"text\":\"We need to parse the auxiliary HTTP hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.259549"], ["updated_at", "2016-10-05 17:39:01.259549"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident illo magni autem eum.\",\"text\":\"Synthesizing the hard drive won't do anything, we need to generate the redundant sql card!\"}"], ["created_at", "2016-10-05 17:39:01.260407"], ["updated_at", "2016-10-05 17:39:01.260407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis accusamus officiis ea.\",\"text\":\"The SMTP alarm is down, back up the primary program so we can synthesize the PNG driver!\"}"], ["created_at", "2016-10-05 17:39:01.261304"], ["updated_at", "2016-10-05 17:39:01.261304"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus magnam provident.\",\"text\":\"Use the online SSL feed, then you can override the online driver!\"}"], ["created_at", "2016-10-05 17:39:01.262162"], ["updated_at", "2016-10-05 17:39:01.262162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique quo iusto ducimus.\",\"text\":\"You can't quantify the interface without quantifying the cross-platform SAS driver!\"}"], ["created_at", "2016-10-05 17:39:01.263054"], ["updated_at", "2016-10-05 17:39:01.263054"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et adipisci voluptas autem omnis qui assumenda distinctio.\",\"text\":\"Use the primary XML hard drive, then you can transmit the online monitor!\"}"], ["created_at", "2016-10-05 17:39:01.263962"], ["updated_at", "2016-10-05 17:39:01.263962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa delectus qui.\",\"text\":\"We need to connect the multi-byte XSS transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.264837"], ["updated_at", "2016-10-05 17:39:01.264837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus optio omnis exercitationem et quis rerum eos.\",\"text\":\"If we calculate the microchip, we can get to the SQL system through the multi-byte XML capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.265745"], ["updated_at", "2016-10-05 17:39:01.265745"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae porro magnam sequi aliquid sapiente.\",\"text\":\"You can't connect the application without copying the cross-platform AI port!\"}"], ["created_at", "2016-10-05 17:39:01.266617"], ["updated_at", "2016-10-05 17:39:01.266617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui exercitationem reiciendis sit maiores et dolor odit.\",\"text\":\"If we transmit the sensor, we can get to the COM array through the digital TCP array!\"}"], ["created_at", "2016-10-05 17:39:01.267509"], ["updated_at", "2016-10-05 17:39:01.267509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum quam vel dolor.\",\"text\":\"Synthesizing the capacitor won't do anything, we need to quantify the optical sms bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.268401"], ["updated_at", "2016-10-05 17:39:01.268401"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae dolorem voluptatum alias.\",\"text\":\"We need to copy the cross-platform CSS system!\"}"], ["created_at", "2016-10-05 17:39:01.269284"], ["updated_at", "2016-10-05 17:39:01.269284"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem accusantium omnis maxime sit ex pariatur.\",\"text\":\"You can't parse the bandwidth without connecting the optical SCSI bus!\"}"], ["created_at", "2016-10-05 17:39:01.270138"], ["updated_at", "2016-10-05 17:39:01.270138"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint consectetur doloremque maxime aut.\",\"text\":\"Bypassing the protocol won't do anything, we need to bypass the neural gb sensor!\"}"], ["created_at", "2016-10-05 17:39:01.271000"], ["updated_at", "2016-10-05 17:39:01.271000"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit velit voluptatibus sit distinctio.\",\"text\":\"Use the multi-byte PNG feed, then you can compress the open-source microchip!\"}"], ["created_at", "2016-10-05 17:39:01.271898"], ["updated_at", "2016-10-05 17:39:01.271898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias cupiditate sit dolorem qui.\",\"text\":\"Quantifying the firewall won't do anything, we need to generate the 1080p sas card!\"}"], ["created_at", "2016-10-05 17:39:01.272764"], ["updated_at", "2016-10-05 17:39:01.272764"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur in autem ea earum.\",\"text\":\"Use the online GB bus, then you can synthesize the wireless sensor!\"}"], ["created_at", "2016-10-05 17:39:01.273658"], ["updated_at", "2016-10-05 17:39:01.273658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil inventore facere.\",\"text\":\"Try to input the JSON hard drive, maybe it will transmit the online matrix!\"}"], ["created_at", "2016-10-05 17:39:01.274542"], ["updated_at", "2016-10-05 17:39:01.274542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi ut dolorum quasi amet voluptatem autem neque.\",\"text\":\"Try to back up the HDD application, maybe it will program the haptic capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.275466"], ["updated_at", "2016-10-05 17:39:01.275466"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque iusto error repudiandae quo architecto tenetur.\",\"text\":\"Try to back up the IB transmitter, maybe it will program the mobile sensor!\"}"], ["created_at", "2016-10-05 17:39:01.276339"], ["updated_at", "2016-10-05 17:39:01.276339"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia ut esse.\",\"text\":\"Use the back-end JBOD card, then you can connect the online driver!\"}"], ["created_at", "2016-10-05 17:39:01.277197"], ["updated_at", "2016-10-05 17:39:01.277197"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti iusto quaerat.\",\"text\":\"I'll navigate the mobile HTTP interface, that should bus the TCP circuit!\"}"], ["created_at", "2016-10-05 17:39:01.278069"], ["updated_at", "2016-10-05 17:39:01.278069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui sunt voluptate.\",\"text\":\"I'll override the cross-platform XML bandwidth, that should monitor the SDD monitor!\"}"], ["created_at", "2016-10-05 17:39:01.278939"], ["updated_at", "2016-10-05 17:39:01.278939"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur molestiae ut nihil temporibus est.\",\"text\":\"Hacking the application won't do anything, we need to copy the haptic pci bus!\"}"], ["created_at", "2016-10-05 17:39:01.279821"], ["updated_at", "2016-10-05 17:39:01.279821"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex et soluta.\",\"text\":\"I'll bypass the virtual USB application, that should hard drive the XSS protocol!\"}"], ["created_at", "2016-10-05 17:39:01.280693"], ["updated_at", "2016-10-05 17:39:01.280693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta aut non porro fugit.\",\"text\":\"We need to copy the bluetooth HTTP sensor!\"}"], ["created_at", "2016-10-05 17:39:01.281546"], ["updated_at", "2016-10-05 17:39:01.281546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est dolorem nulla ad hic.\",\"text\":\"Overriding the sensor won't do anything, we need to index the open-source agp circuit!\"}"], ["created_at", "2016-10-05 17:39:01.282433"], ["updated_at", "2016-10-05 17:39:01.282433"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores vero et mollitia est.\",\"text\":\"Try to program the SQL bandwidth, maybe it will quantify the open-source firewall!\"}"], ["created_at", "2016-10-05 17:39:01.283289"], ["updated_at", "2016-10-05 17:39:01.283289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed vitae vel aperiam.\",\"text\":\"Generating the hard drive won't do anything, we need to copy the primary scsi array!\"}"], ["created_at", "2016-10-05 17:39:01.284189"], ["updated_at", "2016-10-05 17:39:01.284189"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis consectetur in temporibus consequuntur voluptas et aut.\",\"text\":\"You can't navigate the matrix without navigating the open-source SDD firewall!\"}"], ["created_at", "2016-10-05 17:39:01.285065"], ["updated_at", "2016-10-05 17:39:01.285065"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut officiis reprehenderit.\",\"text\":\"The SAS driver is down, calculate the auxiliary system so we can program the XML panel!\"}"], ["created_at", "2016-10-05 17:39:01.285919"], ["updated_at", "2016-10-05 17:39:01.285919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero nisi impedit.\",\"text\":\"Try to bypass the EXE array, maybe it will reboot the redundant interface!\"}"], ["created_at", "2016-10-05 17:39:01.286806"], ["updated_at", "2016-10-05 17:39:01.286806"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur quia debitis omnis velit quas.\",\"text\":\"The SMTP capacitor is down, reboot the solid state bus so we can navigate the SSL firewall!\"}"], ["created_at", "2016-10-05 17:39:01.287659"], ["updated_at", "2016-10-05 17:39:01.287659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos et rem iusto.\",\"text\":\"We need to reboot the haptic IB bus!\"}"], ["created_at", "2016-10-05 17:39:01.288533"], ["updated_at", "2016-10-05 17:39:01.288533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est dolorum pariatur temporibus quo.\",\"text\":\"Transmitting the interface won't do anything, we need to generate the bluetooth xss capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.289396"], ["updated_at", "2016-10-05 17:39:01.289396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos ea numquam deleniti omnis.\",\"text\":\"I'll reboot the virtual TCP firewall, that should firewall the RAM capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.290286"], ["updated_at", "2016-10-05 17:39:01.290286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates non et.\",\"text\":\"I'll generate the cross-platform JSON bus, that should monitor the HTTP hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.291157"], ["updated_at", "2016-10-05 17:39:01.291157"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque et nobis suscipit nesciunt et consequatur.\",\"text\":\"You can't hack the matrix without indexing the online FTP interface!\"}"], ["created_at", "2016-10-05 17:39:01.292012"], ["updated_at", "2016-10-05 17:39:01.292012"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio et cumque deleniti dolore possimus.\",\"text\":\"Try to connect the AI application, maybe it will copy the solid state sensor!\"}"], ["created_at", "2016-10-05 17:39:01.292891"], ["updated_at", "2016-10-05 17:39:01.292891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea est modi necessitatibus nostrum reiciendis exercitationem.\",\"text\":\"If we index the circuit, we can get to the XML system through the auxiliary SSL alarm!\"}"], ["created_at", "2016-10-05 17:39:01.293755"], ["updated_at", "2016-10-05 17:39:01.293755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis animi consequatur.\",\"text\":\"Use the digital SCSI hard drive, then you can quantify the primary monitor!\"}"], ["created_at", "2016-10-05 17:39:01.294665"], ["updated_at", "2016-10-05 17:39:01.294665"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem et excepturi amet voluptatem quas et laudantium.\",\"text\":\"You can't input the alarm without transmitting the bluetooth TCP application!\"}"], ["created_at", "2016-10-05 17:39:01.295530"], ["updated_at", "2016-10-05 17:39:01.295530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas quas corrupti quis est ut eligendi.\",\"text\":\"You can't parse the application without programming the online ADP firewall!\"}"], ["created_at", "2016-10-05 17:39:01.296416"], ["updated_at", "2016-10-05 17:39:01.296416"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam in at quasi sed sit placeat.\",\"text\":\"If we bypass the alarm, we can get to the HTTP matrix through the virtual XML pixel!\"}"], ["created_at", "2016-10-05 17:39:01.297344"], ["updated_at", "2016-10-05 17:39:01.297344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos eos dolores voluptatem quibusdam.\",\"text\":\"I'll quantify the digital TCP sensor, that should program the RAM program!\"}"], ["created_at", "2016-10-05 17:39:01.298204"], ["updated_at", "2016-10-05 17:39:01.298204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime sed architecto assumenda fugiat vel autem distinctio.\",\"text\":\"Transmitting the hard drive won't do anything, we need to synthesize the bluetooth thx transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.299096"], ["updated_at", "2016-10-05 17:39:01.299096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita veniam dicta deserunt reiciendis dolor magni.\",\"text\":\"You can't parse the monitor without generating the neural XML protocol!\"}"], ["created_at", "2016-10-05 17:39:01.299961"], ["updated_at", "2016-10-05 17:39:01.299961"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet consequuntur culpa esse libero architecto.\",\"text\":\"I'll back up the primary USB circuit, that should hard drive the RSS transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.300857"], ["updated_at", "2016-10-05 17:39:01.300857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero ut quia.\",\"text\":\"Try to index the IB hard drive, maybe it will generate the optical hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.301754"], ["updated_at", "2016-10-05 17:39:01.301754"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quia voluptatem facilis vero et ipsa.\",\"text\":\"You can't compress the port without backing up the virtual SMTP array!\"}"], ["created_at", "2016-10-05 17:39:01.302661"], ["updated_at", "2016-10-05 17:39:01.302661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut voluptatem maiores ea dignissimos ipsam delectus iste.\",\"text\":\"The XSS program is down, reboot the haptic bus so we can back up the COM capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.303656"], ["updated_at", "2016-10-05 17:39:01.303656"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga voluptate non fugit architecto quis.\",\"text\":\"You can't bypass the card without quantifying the online SCSI pixel!\"}"], ["created_at", "2016-10-05 17:39:01.304529"], ["updated_at", "2016-10-05 17:39:01.304529"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem sed voluptatibus nemo reiciendis quos eius quam.\",\"text\":\"The JBOD matrix is down, navigate the auxiliary transmitter so we can connect the XML microchip!\"}"], ["created_at", "2016-10-05 17:39:01.305401"], ["updated_at", "2016-10-05 17:39:01.305401"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto quisquam quis eum.\",\"text\":\"We need to parse the haptic SQL sensor!\"}"], ["created_at", "2016-10-05 17:39:01.306276"], ["updated_at", "2016-10-05 17:39:01.306276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In quo sed repudiandae occaecati.\",\"text\":\"You can't input the program without generating the bluetooth XSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.307238"], ["updated_at", "2016-10-05 17:39:01.307238"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla fuga autem.\",\"text\":\"Try to back up the USB panel, maybe it will quantify the bluetooth alarm!\"}"], ["created_at", "2016-10-05 17:39:01.308086"], ["updated_at", "2016-10-05 17:39:01.308086"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A repudiandae optio.\",\"text\":\"Use the mobile TCP pixel, then you can navigate the neural port!\"}"], ["created_at", "2016-10-05 17:39:01.308958"], ["updated_at", "2016-10-05 17:39:01.308958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias soluta saepe dolorem ut id nesciunt.\",\"text\":\"Use the online SMS card, then you can bypass the open-source port!\"}"], ["created_at", "2016-10-05 17:39:01.309869"], ["updated_at", "2016-10-05 17:39:01.309869"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui molestias voluptatem et non iusto nihil.\",\"text\":\"Backing up the monitor won't do anything, we need to synthesize the mobile com microchip!\"}"], ["created_at", "2016-10-05 17:39:01.310754"], ["updated_at", "2016-10-05 17:39:01.310754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta enim ut quibusdam aut ex corporis.\",\"text\":\"Parsing the driver won't do anything, we need to calculate the cross-platform exe interface!\"}"], ["created_at", "2016-10-05 17:39:01.311662"], ["updated_at", "2016-10-05 17:39:01.311662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui maxime dolores et.\",\"text\":\"Try to input the THX system, maybe it will input the 1080p circuit!\"}"], ["created_at", "2016-10-05 17:39:01.312514"], ["updated_at", "2016-10-05 17:39:01.312514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique et autem nihil voluptatem.\",\"text\":\"If we program the matrix, we can get to the RSS card through the redundant AGP interface!\"}"], ["created_at", "2016-10-05 17:39:01.313379"], ["updated_at", "2016-10-05 17:39:01.313379"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis ipsa fugit omnis.\",\"text\":\"We need to calculate the multi-byte RSS program!\"}"], ["created_at", "2016-10-05 17:39:01.314384"], ["updated_at", "2016-10-05 17:39:01.314384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam aut repudiandae est esse occaecati.\",\"text\":\"We need to quantify the auxiliary SMTP microchip!\"}"], ["created_at", "2016-10-05 17:39:01.315257"], ["updated_at", "2016-10-05 17:39:01.315257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe libero accusantium id vel.\",\"text\":\"If we generate the interface, we can get to the PCI circuit through the primary SAS system!\"}"], ["created_at", "2016-10-05 17:39:01.316134"], ["updated_at", "2016-10-05 17:39:01.316134"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi similique non voluptatibus et eligendi.\",\"text\":\"We need to transmit the 1080p SCSI alarm!\"}"], ["created_at", "2016-10-05 17:39:01.316989"], ["updated_at", "2016-10-05 17:39:01.316989"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic officiis adipisci possimus itaque consequatur.\",\"text\":\"The EXE feed is down, copy the virtual hard drive so we can back up the COM system!\"}"], ["created_at", "2016-10-05 17:39:01.317859"], ["updated_at", "2016-10-05 17:39:01.317859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut nobis aliquam quas aut.\",\"text\":\"If we back up the hard drive, we can get to the SSL capacitor through the primary ADP alarm!\"}"], ["created_at", "2016-10-05 17:39:01.318728"], ["updated_at", "2016-10-05 17:39:01.318728"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia dolorem ea velit.\",\"text\":\"The FTP bus is down, navigate the neural transmitter so we can synthesize the XML transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.319589"], ["updated_at", "2016-10-05 17:39:01.319589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit dolorem esse et.\",\"text\":\"Calculating the transmitter won't do anything, we need to override the online xss microchip!\"}"], ["created_at", "2016-10-05 17:39:01.320475"], ["updated_at", "2016-10-05 17:39:01.320475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque aut explicabo mollitia.\",\"text\":\"Use the optical CSS alarm, then you can connect the back-end capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.321346"], ["updated_at", "2016-10-05 17:39:01.321346"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut placeat quas facere.\",\"text\":\"If we parse the pixel, we can get to the ADP bandwidth through the cross-platform SQL alarm!\"}"], ["created_at", "2016-10-05 17:39:01.322257"], ["updated_at", "2016-10-05 17:39:01.322257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas provident eius.\",\"text\":\"Hacking the port won't do anything, we need to copy the haptic png circuit!\"}"], ["created_at", "2016-10-05 17:39:01.323148"], ["updated_at", "2016-10-05 17:39:01.323148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus sit ab quam esse ullam enim.\",\"text\":\"If we parse the firewall, we can get to the TCP pixel through the 1080p SDD system!\"}"], ["created_at", "2016-10-05 17:39:01.323997"], ["updated_at", "2016-10-05 17:39:01.323997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur repudiandae et.\",\"text\":\"The RAM sensor is down, reboot the optical program so we can bypass the PNG alarm!\"}"], ["created_at", "2016-10-05 17:39:01.324876"], ["updated_at", "2016-10-05 17:39:01.324876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et totam necessitatibus dolores velit.\",\"text\":\"We need to parse the neural SDD system!\"}"], ["created_at", "2016-10-05 17:39:01.325731"], ["updated_at", "2016-10-05 17:39:01.325731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae recusandae maiores.\",\"text\":\"You can't transmit the card without quantifying the primary SAS matrix!\"}"], ["created_at", "2016-10-05 17:39:01.326610"], ["updated_at", "2016-10-05 17:39:01.326610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique iure accusantium qui maiores sapiente voluptatem voluptatem.\",\"text\":\"The SAS system is down, copy the back-end matrix so we can synthesize the SDD panel!\"}"], ["created_at", "2016-10-05 17:39:01.327464"], ["updated_at", "2016-10-05 17:39:01.327464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias dolorum in unde quibusdam.\",\"text\":\"Backing up the bandwidth won't do anything, we need to index the digital png bus!\"}"], ["created_at", "2016-10-05 17:39:01.328373"], ["updated_at", "2016-10-05 17:39:01.328373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut magni alias ipsa.\",\"text\":\"I'll synthesize the open-source SMS monitor, that should application the XSS system!\"}"], ["created_at", "2016-10-05 17:39:01.329242"], ["updated_at", "2016-10-05 17:39:01.329242"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat et ab itaque aliquam tempore rerum.\",\"text\":\"I'll parse the neural CSS alarm, that should program the AGP program!\"}"], ["created_at", "2016-10-05 17:39:01.330113"], ["updated_at", "2016-10-05 17:39:01.330113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem odio autem.\",\"text\":\"Use the redundant SQL driver, then you can generate the back-end card!\"}"], ["created_at", "2016-10-05 17:39:01.331062"], ["updated_at", "2016-10-05 17:39:01.331062"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil odio sit corporis.\",\"text\":\"If we input the monitor, we can get to the IB microchip through the 1080p AI capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.331912"], ["updated_at", "2016-10-05 17:39:01.331912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum nulla et quibusdam aut adipisci nihil mollitia.\",\"text\":\"Use the digital SDD array, then you can compress the online driver!\"}"], ["created_at", "2016-10-05 17:39:01.332784"], ["updated_at", "2016-10-05 17:39:01.332784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut voluptates eos doloremque quia nobis corporis adipisci.\",\"text\":\"We need to reboot the haptic CSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.333645"], ["updated_at", "2016-10-05 17:39:01.333645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas facilis voluptate modi.\",\"text\":\"Try to connect the RAM microchip, maybe it will transmit the multi-byte monitor!\"}"], ["created_at", "2016-10-05 17:39:01.334565"], ["updated_at", "2016-10-05 17:39:01.334565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil voluptatibus omnis voluptatum rerum ipsum.\",\"text\":\"The AGP array is down, input the haptic firewall so we can program the SCSI hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.335448"], ["updated_at", "2016-10-05 17:39:01.335448"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur voluptate cumque similique consequatur voluptatem.\",\"text\":\"Try to navigate the RSS bus, maybe it will override the back-end capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.336347"], ["updated_at", "2016-10-05 17:39:01.336347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita consequatur et non blanditiis omnis fugiat.\",\"text\":\"Hacking the array won't do anything, we need to bypass the cross-platform com interface!\"}"], ["created_at", "2016-10-05 17:39:01.337237"], ["updated_at", "2016-10-05 17:39:01.337237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium quaerat at rem ut.\",\"text\":\"You can't synthesize the card without calculating the haptic RAM driver!\"}"], ["created_at", "2016-10-05 17:39:01.338101"], ["updated_at", "2016-10-05 17:39:01.338101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam voluptatum culpa velit ut velit qui.\",\"text\":\"If we parse the capacitor, we can get to the PCI application through the solid state JBOD panel!\"}"], ["created_at", "2016-10-05 17:39:01.339022"], ["updated_at", "2016-10-05 17:39:01.339022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam ipsa et temporibus veniam velit.\",\"text\":\"The RAM capacitor is down, back up the online bus so we can synthesize the SQL bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.339912"], ["updated_at", "2016-10-05 17:39:01.339912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis cumque est quidem.\",\"text\":\"Use the multi-byte FTP firewall, then you can program the mobile circuit!\"}"], ["created_at", "2016-10-05 17:39:01.340774"], ["updated_at", "2016-10-05 17:39:01.340774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos consequatur alias.\",\"text\":\"The SMS panel is down, program the neural alarm so we can calculate the HTTP circuit!\"}"], ["created_at", "2016-10-05 17:39:01.341649"], ["updated_at", "2016-10-05 17:39:01.341649"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia id consequatur fugit vel.\",\"text\":\"We need to connect the back-end XML port!\"}"], ["created_at", "2016-10-05 17:39:01.342536"], ["updated_at", "2016-10-05 17:39:01.342536"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum sit aut et sunt fugiat iste nihil.\",\"text\":\"The PNG driver is down, override the optical card so we can synthesize the SCSI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.343418"], ["updated_at", "2016-10-05 17:39:01.343418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam omnis dolor.\",\"text\":\"If we calculate the protocol, we can get to the THX array through the redundant SMS interface!\"}"], ["created_at", "2016-10-05 17:39:01.344282"], ["updated_at", "2016-10-05 17:39:01.344282"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis provident iusto laboriosam aspernatur dicta maiores.\",\"text\":\"Use the back-end IB pixel, then you can index the 1080p capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.345154"], ["updated_at", "2016-10-05 17:39:01.345154"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem labore aut aspernatur tempore.\",\"text\":\"The SQL port is down, hack the wireless application so we can program the HTTP alarm!\"}"], ["created_at", "2016-10-05 17:39:01.346014"], ["updated_at", "2016-10-05 17:39:01.346014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et numquam minus maiores libero repellendus necessitatibus deserunt.\",\"text\":\"Try to index the XML firewall, maybe it will bypass the wireless capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.346962"], ["updated_at", "2016-10-05 17:39:01.346962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus a ut fugiat commodi.\",\"text\":\"Use the wireless FTP alarm, then you can input the open-source pixel!\"}"], ["created_at", "2016-10-05 17:39:01.347827"], ["updated_at", "2016-10-05 17:39:01.347827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis eaque et officia in.\",\"text\":\"Try to reboot the GB alarm, maybe it will parse the haptic transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.348685"], ["updated_at", "2016-10-05 17:39:01.348685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis et quia.\",\"text\":\"Copying the monitor won't do anything, we need to override the solid state scsi card!\"}"], ["created_at", "2016-10-05 17:39:01.349570"], ["updated_at", "2016-10-05 17:39:01.349570"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic quasi sunt dolores.\",\"text\":\"If we override the circuit, we can get to the HDD capacitor through the primary GB application!\"}"], ["created_at", "2016-10-05 17:39:01.350437"], ["updated_at", "2016-10-05 17:39:01.350437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus molestiae quia ipsum distinctio natus autem omnis.\",\"text\":\"I'll synthesize the virtual SMTP circuit, that should card the SSL matrix!\"}"], ["created_at", "2016-10-05 17:39:01.351313"], ["updated_at", "2016-10-05 17:39:01.351313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores omnis doloribus molestiae iure inventore.\",\"text\":\"We need to bypass the cross-platform SDD port!\"}"], ["created_at", "2016-10-05 17:39:01.352168"], ["updated_at", "2016-10-05 17:39:01.352168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel sapiente ea quas.\",\"text\":\"Use the open-source AGP array, then you can navigate the back-end sensor!\"}"], ["created_at", "2016-10-05 17:39:01.353056"], ["updated_at", "2016-10-05 17:39:01.353056"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur nisi laborum est quia corrupti.\",\"text\":\"Try to generate the USB feed, maybe it will navigate the cross-platform feed!\"}"], ["created_at", "2016-10-05 17:39:01.353949"], ["updated_at", "2016-10-05 17:39:01.353949"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus aut dolorum.\",\"text\":\"The SAS system is down, connect the solid state driver so we can reboot the GB driver!\"}"], ["created_at", "2016-10-05 17:39:01.354815"], ["updated_at", "2016-10-05 17:39:01.354815"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint perferendis ad sit rerum animi illum ullam.\",\"text\":\"I'll bypass the optical SQL protocol, that should card the USB port!\"}"], ["created_at", "2016-10-05 17:39:01.355713"], ["updated_at", "2016-10-05 17:39:01.355713"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur aut rerum sapiente optio et et.\",\"text\":\"The HDD bandwidth is down, generate the redundant matrix so we can input the ADP program!\"}"], ["created_at", "2016-10-05 17:39:01.356590"], ["updated_at", "2016-10-05 17:39:01.356590"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim voluptas corrupti saepe.\",\"text\":\"Try to generate the SMTP array, maybe it will bypass the mobile sensor!\"}"], ["created_at", "2016-10-05 17:39:01.357471"], ["updated_at", "2016-10-05 17:39:01.357471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi ipsum rerum et iusto maxime.\",\"text\":\"Backing up the monitor won't do anything, we need to calculate the bluetooth png circuit!\"}"], ["created_at", "2016-10-05 17:39:01.358369"], ["updated_at", "2016-10-05 17:39:01.358369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui et quos voluptatem quidem consequatur quae.\",\"text\":\"If we connect the microchip, we can get to the JBOD application through the bluetooth SSL protocol!\"}"], ["created_at", "2016-10-05 17:39:01.359227"], ["updated_at", "2016-10-05 17:39:01.359227"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem ducimus assumenda autem est qui laborum ut.\",\"text\":\"I'll bypass the open-source RAM bus, that should system the USB feed!\"}"], ["created_at", "2016-10-05 17:39:01.360105"], ["updated_at", "2016-10-05 17:39:01.360105"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem nobis voluptatem.\",\"text\":\"You can't hack the application without synthesizing the online SCSI card!\"}"], ["created_at", "2016-10-05 17:39:01.360957"], ["updated_at", "2016-10-05 17:39:01.360957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid ducimus deleniti vitae perferendis.\",\"text\":\"If we parse the bandwidth, we can get to the JBOD sensor through the neural ADP firewall!\"}"], ["created_at", "2016-10-05 17:39:01.361832"], ["updated_at", "2016-10-05 17:39:01.361832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est nesciunt sint id eaque quam.\",\"text\":\"I'll compress the wireless XML application, that should transmitter the SDD firewall!\"}"], ["created_at", "2016-10-05 17:39:01.362699"], ["updated_at", "2016-10-05 17:39:01.362699"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio temporibus voluptatibus nihil.\",\"text\":\"If we generate the firewall, we can get to the XSS system through the haptic THX system!\"}"], ["created_at", "2016-10-05 17:39:01.363589"], ["updated_at", "2016-10-05 17:39:01.363589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint possimus consequatur eius.\",\"text\":\"Try to connect the AGP bandwidth, maybe it will connect the auxiliary sensor!\"}"], ["created_at", "2016-10-05 17:39:01.364481"], ["updated_at", "2016-10-05 17:39:01.364481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus velit consequatur non dolorum sit est architecto.\",\"text\":\"We need to program the multi-byte SQL firewall!\"}"], ["created_at", "2016-10-05 17:39:01.365347"], ["updated_at", "2016-10-05 17:39:01.365347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque ratione tempore.\",\"text\":\"If we index the bus, we can get to the TCP microchip through the cross-platform SDD hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.366215"], ["updated_at", "2016-10-05 17:39:01.366215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore adipisci ipsam quo illum qui quisquam.\",\"text\":\"If we back up the microchip, we can get to the XSS alarm through the back-end SMS interface!\"}"], ["created_at", "2016-10-05 17:39:01.367079"], ["updated_at", "2016-10-05 17:39:01.367079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam vel iure est vero quasi consequatur nobis.\",\"text\":\"Backing up the system won't do anything, we need to hack the open-source agp feed!\"}"], ["created_at", "2016-10-05 17:39:01.367943"], ["updated_at", "2016-10-05 17:39:01.367943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem quod quae omnis.\",\"text\":\"Copying the sensor won't do anything, we need to quantify the auxiliary pci bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.368856"], ["updated_at", "2016-10-05 17:39:01.368856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus et cum beatae ut blanditiis eius ipsam.\",\"text\":\"We need to input the back-end IB bus!\"}"], ["created_at", "2016-10-05 17:39:01.369707"], ["updated_at", "2016-10-05 17:39:01.369707"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia aut dignissimos.\",\"text\":\"I'll index the primary THX matrix, that should array the COM system!\"}"], ["created_at", "2016-10-05 17:39:01.370781"], ["updated_at", "2016-10-05 17:39:01.370781"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos nesciunt tempore aut.\",\"text\":\"You can't compress the firewall without programming the open-source SDD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.372132"], ["updated_at", "2016-10-05 17:39:01.372132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur vitae ea ea eligendi quo dicta.\",\"text\":\"If we navigate the circuit, we can get to the COM system through the neural HDD port!\"}"], ["created_at", "2016-10-05 17:39:01.373662"], ["updated_at", "2016-10-05 17:39:01.373662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et laboriosam quo.\",\"text\":\"Try to reboot the HDD application, maybe it will override the digital matrix!\"}"], ["created_at", "2016-10-05 17:39:01.374636"], ["updated_at", "2016-10-05 17:39:01.374636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque quod sint enim animi eveniet.\",\"text\":\"If we compress the circuit, we can get to the SCSI bandwidth through the virtual XSS microchip!\"}"], ["created_at", "2016-10-05 17:39:01.375524"], ["updated_at", "2016-10-05 17:39:01.375524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut temporibus ab perspiciatis aperiam.\",\"text\":\"We need to parse the auxiliary TCP interface!\"}"], ["created_at", "2016-10-05 17:39:01.376411"], ["updated_at", "2016-10-05 17:39:01.376411"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem at sit delectus modi dignissimos blanditiis.\",\"text\":\"Try to bypass the PNG bandwidth, maybe it will synthesize the neural hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.377292"], ["updated_at", "2016-10-05 17:39:01.377292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero iste natus.\",\"text\":\"We need to navigate the redundant SCSI driver!\"}"], ["created_at", "2016-10-05 17:39:01.378136"], ["updated_at", "2016-10-05 17:39:01.378136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae soluta illo.\",\"text\":\"Use the online XML transmitter, then you can override the open-source firewall!\"}"], ["created_at", "2016-10-05 17:39:01.379035"], ["updated_at", "2016-10-05 17:39:01.379035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut autem blanditiis veniam.\",\"text\":\"The IB application is down, back up the redundant sensor so we can hack the JSON monitor!\"}"], ["created_at", "2016-10-05 17:39:01.380018"], ["updated_at", "2016-10-05 17:39:01.380018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi pariatur mollitia occaecati.\",\"text\":\"You can't copy the system without quantifying the bluetooth HDD sensor!\"}"], ["created_at", "2016-10-05 17:39:01.381050"], ["updated_at", "2016-10-05 17:39:01.381050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At sed mollitia eum et voluptas.\",\"text\":\"You can't connect the array without overriding the haptic FTP firewall!\"}"], ["created_at", "2016-10-05 17:39:01.382045"], ["updated_at", "2016-10-05 17:39:01.382045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum voluptates et.\",\"text\":\"I'll index the cross-platform SDD application, that should alarm the XML protocol!\"}"], ["created_at", "2016-10-05 17:39:01.383076"], ["updated_at", "2016-10-05 17:39:01.383076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias dicta et et iure voluptatem quibusdam.\",\"text\":\"The SMTP alarm is down, back up the open-source program so we can transmit the TCP application!\"}"], ["created_at", "2016-10-05 17:39:01.384087"], ["updated_at", "2016-10-05 17:39:01.384087"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti quis aut cum et sit sint voluptates.\",\"text\":\"Try to quantify the HDD card, maybe it will calculate the cross-platform monitor!\"}"], ["created_at", "2016-10-05 17:39:01.385054"], ["updated_at", "2016-10-05 17:39:01.385054"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia aut nulla dolorem sequi vitae.\",\"text\":\"Use the solid state SMS feed, then you can navigate the online driver!\"}"], ["created_at", "2016-10-05 17:39:01.386048"], ["updated_at", "2016-10-05 17:39:01.386048"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores doloremque sint ducimus minima.\",\"text\":\"I'll connect the wireless XSS capacitor, that should capacitor the SQL alarm!\"}"], ["created_at", "2016-10-05 17:39:01.386987"], ["updated_at", "2016-10-05 17:39:01.386987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et natus quia neque fugit voluptas voluptatem.\",\"text\":\"Transmitting the capacitor won't do anything, we need to generate the bluetooth ib driver!\"}"], ["created_at", "2016-10-05 17:39:01.387877"], ["updated_at", "2016-10-05 17:39:01.387877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem suscipit itaque.\",\"text\":\"Use the bluetooth FTP protocol, then you can program the back-end card!\"}"], ["created_at", "2016-10-05 17:39:01.388755"], ["updated_at", "2016-10-05 17:39:01.388755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est recusandae enim quia.\",\"text\":\"The RAM firewall is down, hack the digital capacitor so we can copy the CSS system!\"}"], ["created_at", "2016-10-05 17:39:01.389655"], ["updated_at", "2016-10-05 17:39:01.389655"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui nobis aut harum consequuntur et.\",\"text\":\"Use the virtual RAM panel, then you can compress the virtual feed!\"}"], ["created_at", "2016-10-05 17:39:01.390551"], ["updated_at", "2016-10-05 17:39:01.390551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis iste aut minus et.\",\"text\":\"You can't synthesize the transmitter without connecting the neural PCI sensor!\"}"], ["created_at", "2016-10-05 17:39:01.391442"], ["updated_at", "2016-10-05 17:39:01.391442"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis voluptates voluptate consequuntur qui.\",\"text\":\"Programming the application won't do anything, we need to navigate the virtual thx bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.392310"], ["updated_at", "2016-10-05 17:39:01.392310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas minus quisquam voluptatem earum.\",\"text\":\"We need to input the wireless SCSI bus!\"}"], ["created_at", "2016-10-05 17:39:01.393207"], ["updated_at", "2016-10-05 17:39:01.393207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat eum excepturi blanditiis consequuntur veniam maxime.\",\"text\":\"We need to connect the cross-platform THX hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.394089"], ["updated_at", "2016-10-05 17:39:01.394089"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut nisi explicabo id voluptas repellat culpa.\",\"text\":\"I'll synthesize the primary JSON matrix, that should interface the AI panel!\"}"], ["created_at", "2016-10-05 17:39:01.395035"], ["updated_at", "2016-10-05 17:39:01.395035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut optio cupiditate facere neque velit omnis ullam.\",\"text\":\"Try to generate the ADP array, maybe it will quantify the auxiliary card!\"}"], ["created_at", "2016-10-05 17:39:01.395912"], ["updated_at", "2016-10-05 17:39:01.395912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat ipsam nihil ut qui.\",\"text\":\"The PNG bandwidth is down, copy the 1080p port so we can parse the HTTP application!\"}"], ["created_at", "2016-10-05 17:39:01.396806"], ["updated_at", "2016-10-05 17:39:01.396806"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit quisquam natus repellat rerum eos.\",\"text\":\"Try to copy the COM panel, maybe it will reboot the back-end feed!\"}"], ["created_at", "2016-10-05 17:39:01.397689"], ["updated_at", "2016-10-05 17:39:01.397689"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed ducimus totam.\",\"text\":\"Try to connect the TCP application, maybe it will navigate the mobile panel!\"}"], ["created_at", "2016-10-05 17:39:01.398595"], ["updated_at", "2016-10-05 17:39:01.398595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem voluptatum ut perferendis.\",\"text\":\"I'll hack the mobile SMTP bus, that should circuit the EXE pixel!\"}"], ["created_at", "2016-10-05 17:39:01.399474"], ["updated_at", "2016-10-05 17:39:01.399474"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta veniam impedit odit earum dolorem.\",\"text\":\"I'll input the 1080p USB sensor, that should pixel the EXE sensor!\"}"], ["created_at", "2016-10-05 17:39:01.400338"], ["updated_at", "2016-10-05 17:39:01.400338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quasi nihil porro maxime.\",\"text\":\"You can't copy the driver without navigating the mobile GB pixel!\"}"], ["created_at", "2016-10-05 17:39:01.401223"], ["updated_at", "2016-10-05 17:39:01.401223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque nihil earum impedit illum cupiditate.\",\"text\":\"You can't index the array without navigating the 1080p THX system!\"}"], ["created_at", "2016-10-05 17:39:01.402152"], ["updated_at", "2016-10-05 17:39:01.402152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam mollitia omnis enim.\",\"text\":\"Try to back up the ADP sensor, maybe it will override the bluetooth circuit!\"}"], ["created_at", "2016-10-05 17:39:01.403088"], ["updated_at", "2016-10-05 17:39:01.403088"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et non quia eaque assumenda voluptates dolorem culpa.\",\"text\":\"You can't connect the microchip without parsing the mobile SAS system!\"}"], ["created_at", "2016-10-05 17:39:01.404229"], ["updated_at", "2016-10-05 17:39:01.404229"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut rerum voluptatem.\",\"text\":\"Use the haptic PNG capacitor, then you can calculate the back-end feed!\"}"], ["created_at", "2016-10-05 17:39:01.405243"], ["updated_at", "2016-10-05 17:39:01.405243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab dolorem et officia enim similique.\",\"text\":\"The RSS matrix is down, generate the bluetooth array so we can generate the SCSI matrix!\"}"], ["created_at", "2016-10-05 17:39:01.406245"], ["updated_at", "2016-10-05 17:39:01.406245"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et voluptatibus aut enim corrupti enim delectus.\",\"text\":\"If we parse the array, we can get to the COM program through the online GB capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.407250"], ["updated_at", "2016-10-05 17:39:01.407250"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et accusamus quae fuga.\",\"text\":\"The SMTP transmitter is down, back up the bluetooth program so we can reboot the USB matrix!\"}"], ["created_at", "2016-10-05 17:39:01.408210"], ["updated_at", "2016-10-05 17:39:01.408210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et autem quod.\",\"text\":\"I'll synthesize the haptic COM transmitter, that should panel the AI system!\"}"], ["created_at", "2016-10-05 17:39:01.409156"], ["updated_at", "2016-10-05 17:39:01.409156"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet quia qui et porro ducimus nihil.\",\"text\":\"Use the primary SAS bus, then you can reboot the mobile feed!\"}"], ["created_at", "2016-10-05 17:39:01.410106"], ["updated_at", "2016-10-05 17:39:01.410106"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non quae aut suscipit dolor ea.\",\"text\":\"If we synthesize the card, we can get to the SQL protocol through the wireless XSS interface!\"}"], ["created_at", "2016-10-05 17:39:01.411079"], ["updated_at", "2016-10-05 17:39:01.411079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident dolore totam est vitae quas explicabo expedita.\",\"text\":\"Use the mobile SCSI transmitter, then you can reboot the wireless hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.412063"], ["updated_at", "2016-10-05 17:39:01.412063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit maxime doloribus ea molestiae vero et.\",\"text\":\"Bypassing the program won't do anything, we need to input the auxiliary tcp array!\"}"], ["created_at", "2016-10-05 17:39:01.413004"], ["updated_at", "2016-10-05 17:39:01.413004"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi nihil maxime nemo ut voluptatem qui.\",\"text\":\"Hacking the system won't do anything, we need to copy the 1080p sms circuit!\"}"], ["created_at", "2016-10-05 17:39:01.413980"], ["updated_at", "2016-10-05 17:39:01.413980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor magni minima nisi.\",\"text\":\"You can't bypass the capacitor without generating the open-source COM array!\"}"], ["created_at", "2016-10-05 17:39:01.414948"], ["updated_at", "2016-10-05 17:39:01.414948"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum quam laboriosam expedita mollitia tempore ipsam eos.\",\"text\":\"I'll program the neural SQL monitor, that should firewall the SSL alarm!\"}"], ["created_at", "2016-10-05 17:39:01.415844"], ["updated_at", "2016-10-05 17:39:01.415844"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt accusantium a ducimus.\",\"text\":\"Try to compress the SSL bandwidth, maybe it will generate the open-source firewall!\"}"], ["created_at", "2016-10-05 17:39:01.416729"], ["updated_at", "2016-10-05 17:39:01.416729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex asperiores distinctio enim numquam.\",\"text\":\"Try to quantify the ADP array, maybe it will synthesize the digital bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.417628"], ["updated_at", "2016-10-05 17:39:01.417628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim magnam minima neque temporibus quia.\",\"text\":\"I'll input the mobile EXE driver, that should microchip the SMTP program!\"}"], ["created_at", "2016-10-05 17:39:01.418593"], ["updated_at", "2016-10-05 17:39:01.418593"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste magni accusamus pariatur tempora unde dolor.\",\"text\":\"The PCI sensor is down, generate the solid state capacitor so we can connect the ADP system!\"}"], ["created_at", "2016-10-05 17:39:01.419523"], ["updated_at", "2016-10-05 17:39:01.419523"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit et ut ea ab deserunt omnis consequatur.\",\"text\":\"We need to connect the primary SSL panel!\"}"], ["created_at", "2016-10-05 17:39:01.420438"], ["updated_at", "2016-10-05 17:39:01.420438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur ullam recusandae illum.\",\"text\":\"You can't calculate the card without transmitting the open-source JSON port!\"}"], ["created_at", "2016-10-05 17:39:01.421325"], ["updated_at", "2016-10-05 17:39:01.421325"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem quaerat quae eius quia rerum voluptatem.\",\"text\":\"If we index the interface, we can get to the HTTP port through the mobile SAS interface!\"}"], ["created_at", "2016-10-05 17:39:01.422215"], ["updated_at", "2016-10-05 17:39:01.422215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque voluptatibus et dolor eius quasi aut.\",\"text\":\"If we bypass the driver, we can get to the SCSI firewall through the neural XSS driver!\"}"], ["created_at", "2016-10-05 17:39:01.423162"], ["updated_at", "2016-10-05 17:39:01.423162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi sunt dolores itaque iure ea.\",\"text\":\"If we transmit the hard drive, we can get to the TCP card through the solid state XML capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.424047"], ["updated_at", "2016-10-05 17:39:01.424047"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi recusandae impedit dolorem quas voluptas.\",\"text\":\"You can't copy the firewall without transmitting the auxiliary SMS microchip!\"}"], ["created_at", "2016-10-05 17:39:01.424938"], ["updated_at", "2016-10-05 17:39:01.424938"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem consequatur temporibus doloremque.\",\"text\":\"I'll synthesize the bluetooth GB card, that should bandwidth the EXE transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.425855"], ["updated_at", "2016-10-05 17:39:01.425855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut omnis sint odit et nihil est sit.\",\"text\":\"I'll synthesize the wireless ADP protocol, that should panel the SSL matrix!\"}"], ["created_at", "2016-10-05 17:39:01.426733"], ["updated_at", "2016-10-05 17:39:01.426733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui sit architecto fugit corrupti.\",\"text\":\"I'll parse the mobile THX alarm, that should capacitor the JBOD port!\"}"], ["created_at", "2016-10-05 17:39:01.427585"], ["updated_at", "2016-10-05 17:39:01.427585"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere sit et at ut occaecati excepturi cupiditate.\",\"text\":\"You can't index the bandwidth without compressing the auxiliary GB interface!\"}"], ["created_at", "2016-10-05 17:39:01.428501"], ["updated_at", "2016-10-05 17:39:01.428501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem in tenetur natus quidem asperiores omnis et.\",\"text\":\"I'll program the 1080p JBOD protocol, that should program the HDD microchip!\"}"], ["created_at", "2016-10-05 17:39:01.429396"], ["updated_at", "2016-10-05 17:39:01.429396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id modi architecto quae.\",\"text\":\"Hacking the matrix won't do anything, we need to program the multi-byte pci matrix!\"}"], ["created_at", "2016-10-05 17:39:01.430303"], ["updated_at", "2016-10-05 17:39:01.430303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit architecto reprehenderit deserunt.\",\"text\":\"You can't transmit the bandwidth without backing up the digital JSON system!\"}"], ["created_at", "2016-10-05 17:39:01.431259"], ["updated_at", "2016-10-05 17:39:01.431259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam reiciendis sed non voluptatem.\",\"text\":\"The GB interface is down, calculate the open-source port so we can synthesize the HDD circuit!\"}"], ["created_at", "2016-10-05 17:39:01.432166"], ["updated_at", "2016-10-05 17:39:01.432166"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem nemo commodi pariatur quod.\",\"text\":\"Overriding the interface won't do anything, we need to quantify the virtual sms port!\"}"], ["created_at", "2016-10-05 17:39:01.433089"], ["updated_at", "2016-10-05 17:39:01.433089"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore autem ut ut.\",\"text\":\"I'll calculate the 1080p JBOD capacitor, that should bandwidth the SQL bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.433967"], ["updated_at", "2016-10-05 17:39:01.433967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos tenetur delectus esse nisi eum rem cum.\",\"text\":\"Use the virtual SAS port, then you can hack the cross-platform hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.434909"], ["updated_at", "2016-10-05 17:39:01.434909"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis quo voluptatibus velit dolor in illum.\",\"text\":\"I'll parse the virtual AGP microchip, that should bus the FTP interface!\"}"], ["created_at", "2016-10-05 17:39:01.435784"], ["updated_at", "2016-10-05 17:39:01.435784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed dolorum rerum est dolor quod.\",\"text\":\"Use the solid state IB matrix, then you can compress the digital program!\"}"], ["created_at", "2016-10-05 17:39:01.436660"], ["updated_at", "2016-10-05 17:39:01.436660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil vero ratione eveniet voluptatibus.\",\"text\":\"The SAS feed is down, generate the multi-byte card so we can transmit the SSL panel!\"}"], ["created_at", "2016-10-05 17:39:01.437539"], ["updated_at", "2016-10-05 17:39:01.437539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim ipsa rerum adipisci est cum iure.\",\"text\":\"Use the wireless SMTP circuit, then you can generate the online circuit!\"}"], ["created_at", "2016-10-05 17:39:01.438453"], ["updated_at", "2016-10-05 17:39:01.438453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut accusamus aliquam voluptas amet dolore.\",\"text\":\"Use the optical RAM bandwidth, then you can copy the neural panel!\"}"], ["created_at", "2016-10-05 17:39:01.439381"], ["updated_at", "2016-10-05 17:39:01.439381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam harum pariatur aut nobis modi.\",\"text\":\"If we compress the system, we can get to the SQL bus through the primary SAS sensor!\"}"], ["created_at", "2016-10-05 17:39:01.440291"], ["updated_at", "2016-10-05 17:39:01.440291"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque itaque ipsa.\",\"text\":\"We need to transmit the multi-byte JBOD capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.441212"], ["updated_at", "2016-10-05 17:39:01.441212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed quia impedit sapiente dolor odio et.\",\"text\":\"The XSS system is down, calculate the optical panel so we can calculate the XML transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.442152"], ["updated_at", "2016-10-05 17:39:01.442152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid cumque iure eum porro facere rerum.\",\"text\":\"If we copy the hard drive, we can get to the SSL bus through the bluetooth EXE alarm!\"}"], ["created_at", "2016-10-05 17:39:01.443085"], ["updated_at", "2016-10-05 17:39:01.443085"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et voluptatem blanditiis ut.\",\"text\":\"The SSL microchip is down, index the open-source protocol so we can back up the JSON application!\"}"], ["created_at", "2016-10-05 17:39:01.444016"], ["updated_at", "2016-10-05 17:39:01.444016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam deleniti consequatur.\",\"text\":\"The SMTP application is down, program the optical circuit so we can parse the HTTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.444949"], ["updated_at", "2016-10-05 17:39:01.444949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe illo ut.\",\"text\":\"The CSS hard drive is down, back up the haptic interface so we can compress the AI capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.445882"], ["updated_at", "2016-10-05 17:39:01.445882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint laudantium provident aut quo distinctio quisquam.\",\"text\":\"We need to program the cross-platform EXE application!\"}"], ["created_at", "2016-10-05 17:39:01.446842"], ["updated_at", "2016-10-05 17:39:01.446842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas veniam minima fugit quisquam saepe tenetur dolorem.\",\"text\":\"The IB alarm is down, navigate the digital protocol so we can input the SMS circuit!\"}"], ["created_at", "2016-10-05 17:39:01.447773"], ["updated_at", "2016-10-05 17:39:01.447773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae dolorem repellat veniam natus laboriosam.\",\"text\":\"We need to generate the primary RSS panel!\"}"], ["created_at", "2016-10-05 17:39:01.448694"], ["updated_at", "2016-10-05 17:39:01.448694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea aut sunt impedit quisquam harum.\",\"text\":\"Try to synthesize the THX protocol, maybe it will override the online bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.449651"], ["updated_at", "2016-10-05 17:39:01.449651"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia quae ut est qui nostrum.\",\"text\":\"Programming the alarm won't do anything, we need to hack the solid state xml bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.455733"], ["updated_at", "2016-10-05 17:39:01.455733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum fugiat voluptatem nulla aut.\",\"text\":\"Compressing the circuit won't do anything, we need to connect the back-end xml driver!\"}"], ["created_at", "2016-10-05 17:39:01.456994"], ["updated_at", "2016-10-05 17:39:01.456994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis et nihil.\",\"text\":\"The PCI alarm is down, back up the solid state port so we can connect the SQL bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.457883"], ["updated_at", "2016-10-05 17:39:01.457883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut hic earum perferendis consequatur et suscipit.\",\"text\":\"Try to copy the AI array, maybe it will parse the haptic firewall!\"}"], ["created_at", "2016-10-05 17:39:01.458753"], ["updated_at", "2016-10-05 17:39:01.458753"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia sit est atque.\",\"text\":\"I'll index the neural USB driver, that should transmitter the XML capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.459644"], ["updated_at", "2016-10-05 17:39:01.459644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor magni necessitatibus est est.\",\"text\":\"Synthesizing the alarm won't do anything, we need to reboot the digital smtp card!\"}"], ["created_at", "2016-10-05 17:39:01.460541"], ["updated_at", "2016-10-05 17:39:01.460541"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi dolor sunt cumque sapiente voluptas.\",\"text\":\"I'll hack the solid state RAM panel, that should bus the SAS hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.461412"], ["updated_at", "2016-10-05 17:39:01.461412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum omnis accusamus.\",\"text\":\"The TCP panel is down, program the neural program so we can quantify the IB pixel!\"}"], ["created_at", "2016-10-05 17:39:01.462279"], ["updated_at", "2016-10-05 17:39:01.462279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt magni unde ipsum non qui ullam.\",\"text\":\"Try to parse the CSS bandwidth, maybe it will transmit the back-end matrix!\"}"], ["created_at", "2016-10-05 17:39:01.463195"], ["updated_at", "2016-10-05 17:39:01.463195"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et nesciunt voluptatem facilis non sed consectetur quia.\",\"text\":\"I'll index the haptic SCSI port, that should application the SCSI driver!\"}"], ["created_at", "2016-10-05 17:39:01.464096"], ["updated_at", "2016-10-05 17:39:01.464096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto repellat sapiente et.\",\"text\":\"Use the multi-byte CSS matrix, then you can copy the optical application!\"}"], ["created_at", "2016-10-05 17:39:01.464950"], ["updated_at", "2016-10-05 17:39:01.464950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut reiciendis provident.\",\"text\":\"I'll bypass the mobile SQL capacitor, that should program the AGP transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.465826"], ["updated_at", "2016-10-05 17:39:01.465826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci voluptatem similique sint et repellendus architecto non.\",\"text\":\"Parsing the bandwidth won't do anything, we need to back up the primary jbod bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.466689"], ["updated_at", "2016-10-05 17:39:01.466689"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe alias provident qui nesciunt dolore.\",\"text\":\"If we program the port, we can get to the IB array through the neural HDD circuit!\"}"], ["created_at", "2016-10-05 17:39:01.467548"], ["updated_at", "2016-10-05 17:39:01.467548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint perferendis voluptatem facilis voluptates.\",\"text\":\"Calculating the monitor won't do anything, we need to parse the cross-platform smtp driver!\"}"], ["created_at", "2016-10-05 17:39:01.468422"], ["updated_at", "2016-10-05 17:39:01.468422"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil dicta facilis aut voluptatibus velit.\",\"text\":\"If we calculate the matrix, we can get to the ADP pixel through the 1080p SDD port!\"}"], ["created_at", "2016-10-05 17:39:01.469302"], ["updated_at", "2016-10-05 17:39:01.469302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum itaque minus repudiandae ducimus molestiae ex.\",\"text\":\"We need to connect the redundant AGP port!\"}"], ["created_at", "2016-10-05 17:39:01.470213"], ["updated_at", "2016-10-05 17:39:01.470213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum et sunt.\",\"text\":\"Use the digital THX system, then you can override the optical program!\"}"], ["created_at", "2016-10-05 17:39:01.471093"], ["updated_at", "2016-10-05 17:39:01.471093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum facilis repellendus minima.\",\"text\":\"We need to index the haptic TCP pixel!\"}"], ["created_at", "2016-10-05 17:39:01.471979"], ["updated_at", "2016-10-05 17:39:01.471979"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut qui error exercitationem.\",\"text\":\"We need to reboot the neural JSON port!\"}"], ["created_at", "2016-10-05 17:39:01.472874"], ["updated_at", "2016-10-05 17:39:01.472874"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum consequatur repellendus ipsa autem nobis et beatae.\",\"text\":\"The HDD firewall is down, copy the online hard drive so we can input the USB port!\"}"], ["created_at", "2016-10-05 17:39:01.473734"], ["updated_at", "2016-10-05 17:39:01.473734"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit occaecati praesentium.\",\"text\":\"Use the bluetooth RSS matrix, then you can index the cross-platform feed!\"}"], ["created_at", "2016-10-05 17:39:01.474614"], ["updated_at", "2016-10-05 17:39:01.474614"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi placeat veritatis.\",\"text\":\"Hacking the capacitor won't do anything, we need to input the redundant png system!\"}"], ["created_at", "2016-10-05 17:39:01.475471"], ["updated_at", "2016-10-05 17:39:01.475471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti unde velit ea molestiae ad possimus.\",\"text\":\"Synthesizing the feed won't do anything, we need to calculate the online jbod hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.476344"], ["updated_at", "2016-10-05 17:39:01.476344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam dicta ut occaecati sit molestiae.\",\"text\":\"If we navigate the protocol, we can get to the TCP microchip through the bluetooth SQL bus!\"}"], ["created_at", "2016-10-05 17:39:01.477222"], ["updated_at", "2016-10-05 17:39:01.477222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus consectetur rerum dolores minus molestias quae.\",\"text\":\"Use the multi-byte SCSI interface, then you can bypass the wireless matrix!\"}"], ["created_at", "2016-10-05 17:39:01.478097"], ["updated_at", "2016-10-05 17:39:01.478097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur quidem doloribus fuga.\",\"text\":\"Use the optical JBOD hard drive, then you can bypass the optical bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.479035"], ["updated_at", "2016-10-05 17:39:01.479035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum ea quidem consequuntur molestias adipisci praesentium.\",\"text\":\"We need to connect the wireless TCP capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.479922"], ["updated_at", "2016-10-05 17:39:01.479922"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt incidunt neque perspiciatis mollitia provident qui veritatis.\",\"text\":\"You can't compress the matrix without copying the 1080p XML matrix!\"}"], ["created_at", "2016-10-05 17:39:01.480811"], ["updated_at", "2016-10-05 17:39:01.480811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus veritatis sed blanditiis cum dignissimos quo et.\",\"text\":\"The SQL alarm is down, hack the haptic bandwidth so we can hack the HTTP circuit!\"}"], ["created_at", "2016-10-05 17:39:01.481694"], ["updated_at", "2016-10-05 17:39:01.481694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui et provident vel.\",\"text\":\"If we synthesize the card, we can get to the SMTP bandwidth through the mobile RSS capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.482579"], ["updated_at", "2016-10-05 17:39:01.482579"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius nam laborum et.\",\"text\":\"We need to hack the open-source ADP program!\"}"], ["created_at", "2016-10-05 17:39:01.483450"], ["updated_at", "2016-10-05 17:39:01.483450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam unde et cum.\",\"text\":\"You can't parse the firewall without overriding the multi-byte XSS monitor!\"}"], ["created_at", "2016-10-05 17:39:01.484318"], ["updated_at", "2016-10-05 17:39:01.484318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id deleniti ut.\",\"text\":\"We need to bypass the primary RSS transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.485165"], ["updated_at", "2016-10-05 17:39:01.485165"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique enim ut.\",\"text\":\"Try to hack the SDD feed, maybe it will calculate the auxiliary bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.486034"], ["updated_at", "2016-10-05 17:39:01.486034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque consequatur ut aperiam quos.\",\"text\":\"Indexing the port won't do anything, we need to program the cross-platform ftp protocol!\"}"], ["created_at", "2016-10-05 17:39:01.486946"], ["updated_at", "2016-10-05 17:39:01.486946"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat sit quia ducimus vel.\",\"text\":\"I'll hack the optical TCP alarm, that should pixel the AGP sensor!\"}"], ["created_at", "2016-10-05 17:39:01.487802"], ["updated_at", "2016-10-05 17:39:01.487802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et corrupti natus aut illo ipsam dignissimos ut.\",\"text\":\"Use the cross-platform THX protocol, then you can connect the online bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.488669"], ["updated_at", "2016-10-05 17:39:01.488669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio modi rerum quam quia quo vitae praesentium.\",\"text\":\"Try to reboot the SMS microchip, maybe it will back up the online sensor!\"}"], ["created_at", "2016-10-05 17:39:01.489571"], ["updated_at", "2016-10-05 17:39:01.489571"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex omnis ut.\",\"text\":\"Use the auxiliary SQL circuit, then you can connect the bluetooth protocol!\"}"], ["created_at", "2016-10-05 17:39:01.490462"], ["updated_at", "2016-10-05 17:39:01.490462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est non porro explicabo odit qui.\",\"text\":\"Try to calculate the PCI pixel, maybe it will compress the auxiliary bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.491338"], ["updated_at", "2016-10-05 17:39:01.491338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut id omnis.\",\"text\":\"If we index the pixel, we can get to the SSL transmitter through the cross-platform PCI protocol!\"}"], ["created_at", "2016-10-05 17:39:01.492193"], ["updated_at", "2016-10-05 17:39:01.492193"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit exercitationem ut adipisci odio aliquam ut alias.\",\"text\":\"I'll copy the optical AI pixel, that should sensor the SCSI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.493065"], ["updated_at", "2016-10-05 17:39:01.493065"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident ut dolorem molestiae.\",\"text\":\"If we compress the circuit, we can get to the THX firewall through the optical JSON panel!\"}"], ["created_at", "2016-10-05 17:39:01.493940"], ["updated_at", "2016-10-05 17:39:01.493940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem amet sed alias sit sit dolor.\",\"text\":\"Overriding the system won't do anything, we need to calculate the cross-platform png alarm!\"}"], ["created_at", "2016-10-05 17:39:01.494843"], ["updated_at", "2016-10-05 17:39:01.494843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint ullam aut error odio quos.\",\"text\":\"Overriding the transmitter won't do anything, we need to input the 1080p sdd bus!\"}"], ["created_at", "2016-10-05 17:39:01.495733"], ["updated_at", "2016-10-05 17:39:01.495733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores aut velit deserunt totam.\",\"text\":\"Use the haptic GB interface, then you can bypass the haptic interface!\"}"], ["created_at", "2016-10-05 17:39:01.496647"], ["updated_at", "2016-10-05 17:39:01.496647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio cumque aut quisquam consequuntur.\",\"text\":\"I'll bypass the optical SDD capacitor, that should hard drive the SDD circuit!\"}"], ["created_at", "2016-10-05 17:39:01.497534"], ["updated_at", "2016-10-05 17:39:01.497534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam incidunt laborum a minima eaque.\",\"text\":\"If we compress the feed, we can get to the PNG port through the digital SMTP bus!\"}"], ["created_at", "2016-10-05 17:39:01.498421"], ["updated_at", "2016-10-05 17:39:01.498421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta non assumenda ea facilis.\",\"text\":\"Use the virtual SSL alarm, then you can reboot the virtual array!\"}"], ["created_at", "2016-10-05 17:39:01.499278"], ["updated_at", "2016-10-05 17:39:01.499278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae libero quis eos alias.\",\"text\":\"You can't connect the application without calculating the cross-platform JBOD capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.500147"], ["updated_at", "2016-10-05 17:39:01.500147"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam rerum occaecati.\",\"text\":\"You can't hack the port without parsing the digital SSL application!\"}"], ["created_at", "2016-10-05 17:39:01.501020"], ["updated_at", "2016-10-05 17:39:01.501020"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A aspernatur voluptates non ea eos.\",\"text\":\"You can't connect the protocol without generating the bluetooth XSS capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.501866"], ["updated_at", "2016-10-05 17:39:01.501866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A assumenda blanditiis.\",\"text\":\"Copying the protocol won't do anything, we need to generate the cross-platform rss monitor!\"}"], ["created_at", "2016-10-05 17:39:01.502761"], ["updated_at", "2016-10-05 17:39:01.502761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores quisquam ut incidunt mollitia excepturi.\",\"text\":\"I'll compress the open-source JBOD bus, that should bandwidth the AI firewall!\"}"], ["created_at", "2016-10-05 17:39:01.503657"], ["updated_at", "2016-10-05 17:39:01.503657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus quae ea.\",\"text\":\"You can't connect the monitor without calculating the 1080p EXE program!\"}"], ["created_at", "2016-10-05 17:39:01.504592"], ["updated_at", "2016-10-05 17:39:01.504592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam exercitationem fugit.\",\"text\":\"I'll quantify the virtual IB sensor, that should port the USB program!\"}"], ["created_at", "2016-10-05 17:39:01.505544"], ["updated_at", "2016-10-05 17:39:01.505544"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit reprehenderit qui tenetur cum et est voluptatem.\",\"text\":\"The HTTP alarm is down, copy the multi-byte monitor so we can program the EXE protocol!\"}"], ["created_at", "2016-10-05 17:39:01.506536"], ["updated_at", "2016-10-05 17:39:01.506536"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto ducimus consequatur est nobis et eum.\",\"text\":\"Use the back-end TCP firewall, then you can back up the auxiliary capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.507687"], ["updated_at", "2016-10-05 17:39:01.507687"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus voluptas accusantium pariatur inventore voluptas.\",\"text\":\"I'll copy the mobile THX pixel, that should application the THX firewall!\"}"], ["created_at", "2016-10-05 17:39:01.508872"], ["updated_at", "2016-10-05 17:39:01.508872"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio nihil sunt.\",\"text\":\"Synthesizing the application won't do anything, we need to back up the multi-byte exe protocol!\"}"], ["created_at", "2016-10-05 17:39:01.510418"], ["updated_at", "2016-10-05 17:39:01.510418"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore necessitatibus officiis.\",\"text\":\"We need to generate the 1080p HDD protocol!\"}"], ["created_at", "2016-10-05 17:39:01.512503"], ["updated_at", "2016-10-05 17:39:01.512503"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta et sit aperiam nemo asperiores.\",\"text\":\"We need to index the digital CSS alarm!\"}"], ["created_at", "2016-10-05 17:39:01.514861"], ["updated_at", "2016-10-05 17:39:01.514861"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius tenetur ad labore sit voluptatem.\",\"text\":\"You can't compress the driver without backing up the virtual HDD feed!\"}"], ["created_at", "2016-10-05 17:39:01.517543"], ["updated_at", "2016-10-05 17:39:01.517543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem vitae quasi ea repudiandae iure labore.\",\"text\":\"If we override the bandwidth, we can get to the RAM driver through the auxiliary SDD monitor!\"}"], ["created_at", "2016-10-05 17:39:01.519403"], ["updated_at", "2016-10-05 17:39:01.519403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem provident est rerum.\",\"text\":\"I'll program the 1080p AGP system, that should array the AI capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.520345"], ["updated_at", "2016-10-05 17:39:01.520345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ut odit velit dignissimos aperiam nihil nam.\",\"text\":\"We need to connect the open-source THX bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.521224"], ["updated_at", "2016-10-05 17:39:01.521224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus dignissimos facilis.\",\"text\":\"I'll compress the bluetooth FTP hard drive, that should matrix the RAM feed!\"}"], ["created_at", "2016-10-05 17:39:01.522110"], ["updated_at", "2016-10-05 17:39:01.522110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi facilis voluptatem optio atque.\",\"text\":\"We need to back up the online RSS port!\"}"], ["created_at", "2016-10-05 17:39:01.523048"], ["updated_at", "2016-10-05 17:39:01.523048"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta repellat et iste et delectus quia labore.\",\"text\":\"The ADP monitor is down, bypass the online hard drive so we can program the SAS system!\"}"], ["created_at", "2016-10-05 17:39:01.523928"], ["updated_at", "2016-10-05 17:39:01.523928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus odio sequi minima ut.\",\"text\":\"We need to generate the digital JSON application!\"}"], ["created_at", "2016-10-05 17:39:01.524789"], ["updated_at", "2016-10-05 17:39:01.524789"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil aliquam aliquid perferendis voluptatem et eligendi.\",\"text\":\"Try to parse the AGP interface, maybe it will program the digital matrix!\"}"], ["created_at", "2016-10-05 17:39:01.525659"], ["updated_at", "2016-10-05 17:39:01.525659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus eveniet sunt accusantium porro.\",\"text\":\"Try to navigate the SMTP matrix, maybe it will synthesize the neural interface!\"}"], ["created_at", "2016-10-05 17:39:01.526542"], ["updated_at", "2016-10-05 17:39:01.526542"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia a amet laudantium est assumenda.\",\"text\":\"The JBOD protocol is down, navigate the mobile circuit so we can reboot the PCI array!\"}"], ["created_at", "2016-10-05 17:39:01.527442"], ["updated_at", "2016-10-05 17:39:01.527442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem neque debitis.\",\"text\":\"Use the back-end EXE application, then you can input the multi-byte matrix!\"}"], ["created_at", "2016-10-05 17:39:01.528354"], ["updated_at", "2016-10-05 17:39:01.528354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias et iure quidem aspernatur neque possimus autem.\",\"text\":\"Use the digital CSS circuit, then you can override the multi-byte panel!\"}"], ["created_at", "2016-10-05 17:39:01.529245"], ["updated_at", "2016-10-05 17:39:01.529245"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit ut eum consectetur molestiae consequatur.\",\"text\":\"I'll program the online CSS feed, that should interface the FTP firewall!\"}"], ["created_at", "2016-10-05 17:39:01.530302"], ["updated_at", "2016-10-05 17:39:01.530302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut aut amet.\",\"text\":\"We need to back up the neural XSS program!\"}"], ["created_at", "2016-10-05 17:39:01.531278"], ["updated_at", "2016-10-05 17:39:01.531278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil enim soluta.\",\"text\":\"You can't synthesize the program without calculating the mobile SMTP circuit!\"}"], ["created_at", "2016-10-05 17:39:01.532147"], ["updated_at", "2016-10-05 17:39:01.532147"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat aperiam enim quae necessitatibus cupiditate vel est.\",\"text\":\"Indexing the bus won't do anything, we need to reboot the auxiliary xml microchip!\"}"], ["created_at", "2016-10-05 17:39:01.533044"], ["updated_at", "2016-10-05 17:39:01.533044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia facilis temporibus nam consequatur voluptas laborum dolorem.\",\"text\":\"Try to calculate the THX port, maybe it will navigate the auxiliary system!\"}"], ["created_at", "2016-10-05 17:39:01.533959"], ["updated_at", "2016-10-05 17:39:01.533959"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore voluptatem accusamus et aut illo.\",\"text\":\"The TCP capacitor is down, parse the online driver so we can back up the COM matrix!\"}"], ["created_at", "2016-10-05 17:39:01.534876"], ["updated_at", "2016-10-05 17:39:01.534876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe sint consequatur laborum enim eos ullam culpa.\",\"text\":\"The SMS driver is down, calculate the mobile interface so we can generate the AGP firewall!\"}"], ["created_at", "2016-10-05 17:39:01.535803"], ["updated_at", "2016-10-05 17:39:01.535803"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut soluta illum reprehenderit.\",\"text\":\"Use the bluetooth FTP alarm, then you can index the neural driver!\"}"], ["created_at", "2016-10-05 17:39:01.536725"], ["updated_at", "2016-10-05 17:39:01.536725"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt dolor inventore est sunt corporis.\",\"text\":\"I'll bypass the 1080p XML port, that should port the PNG matrix!\"}"], ["created_at", "2016-10-05 17:39:01.537588"], ["updated_at", "2016-10-05 17:39:01.537588"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque nobis eos quisquam aut aut.\",\"text\":\"If we copy the pixel, we can get to the THX system through the neural PNG feed!\"}"], ["created_at", "2016-10-05 17:39:01.538504"], ["updated_at", "2016-10-05 17:39:01.538504"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi amet rerum dolorem culpa unde.\",\"text\":\"I'll compress the redundant SSL port, that should feed the IB port!\"}"], ["created_at", "2016-10-05 17:39:01.539395"], ["updated_at", "2016-10-05 17:39:01.539395"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos ipsum aut omnis ipsa dolores cupiditate.\",\"text\":\"We need to parse the digital PCI interface!\"}"], ["created_at", "2016-10-05 17:39:01.540272"], ["updated_at", "2016-10-05 17:39:01.540272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est velit sed corporis.\",\"text\":\"We need to reboot the bluetooth USB microchip!\"}"], ["created_at", "2016-10-05 17:39:01.541196"], ["updated_at", "2016-10-05 17:39:01.541196"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium sequi esse exercitationem sunt.\",\"text\":\"Try to bypass the CSS protocol, maybe it will override the neural interface!\"}"], ["created_at", "2016-10-05 17:39:01.542052"], ["updated_at", "2016-10-05 17:39:01.542052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut dolorum sed aut voluptas consequatur cum magnam.\",\"text\":\"I'll parse the back-end RSS program, that should array the TCP array!\"}"], ["created_at", "2016-10-05 17:39:01.542990"], ["updated_at", "2016-10-05 17:39:01.542990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores enim omnis beatae sunt.\",\"text\":\"We need to compress the bluetooth RSS protocol!\"}"], ["created_at", "2016-10-05 17:39:01.543870"], ["updated_at", "2016-10-05 17:39:01.543870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo asperiores et quae velit.\",\"text\":\"Try to generate the RAM protocol, maybe it will program the solid state feed!\"}"], ["created_at", "2016-10-05 17:39:01.544721"], ["updated_at", "2016-10-05 17:39:01.544721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est corporis nemo odio.\",\"text\":\"Programming the card won't do anything, we need to override the mobile xss feed!\"}"], ["created_at", "2016-10-05 17:39:01.545587"], ["updated_at", "2016-10-05 17:39:01.545587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta dolor quod enim.\",\"text\":\"Hacking the matrix won't do anything, we need to quantify the virtual http matrix!\"}"], ["created_at", "2016-10-05 17:39:01.546500"], ["updated_at", "2016-10-05 17:39:01.546500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis repudiandae aliquid voluptate ducimus qui.\",\"text\":\"We need to program the optical COM bus!\"}"], ["created_at", "2016-10-05 17:39:01.547469"], ["updated_at", "2016-10-05 17:39:01.547469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut delectus quasi perspiciatis.\",\"text\":\"Copying the hard drive won't do anything, we need to reboot the open-source sql panel!\"}"], ["created_at", "2016-10-05 17:39:01.548395"], ["updated_at", "2016-10-05 17:39:01.548395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis ut fugiat qui non ipsum.\",\"text\":\"If we hack the hard drive, we can get to the AGP application through the mobile HTTP hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.549248"], ["updated_at", "2016-10-05 17:39:01.549248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum nesciunt qui.\",\"text\":\"Synthesizing the port won't do anything, we need to navigate the mobile sas hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.550133"], ["updated_at", "2016-10-05 17:39:01.550133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum atque in nisi asperiores aspernatur rem accusantium.\",\"text\":\"The CSS port is down, back up the virtual protocol so we can compress the HTTP panel!\"}"], ["created_at", "2016-10-05 17:39:01.551020"], ["updated_at", "2016-10-05 17:39:01.551020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas sit officia temporibus dolor.\",\"text\":\"We need to reboot the virtual JBOD system!\"}"], ["created_at", "2016-10-05 17:39:01.551881"], ["updated_at", "2016-10-05 17:39:01.551881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore ut eum fuga repellendus.\",\"text\":\"You can't compress the card without overriding the digital SAS microchip!\"}"], ["created_at", "2016-10-05 17:39:01.552761"], ["updated_at", "2016-10-05 17:39:01.552761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium maxime sint quo est velit enim rerum.\",\"text\":\"I'll calculate the online PCI pixel, that should feed the ADP feed!\"}"], ["created_at", "2016-10-05 17:39:01.553631"], ["updated_at", "2016-10-05 17:39:01.553631"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea impedit recusandae quas.\",\"text\":\"The HDD array is down, navigate the cross-platform bandwidth so we can connect the HTTP circuit!\"}"], ["created_at", "2016-10-05 17:39:01.554493"], ["updated_at", "2016-10-05 17:39:01.554493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur nemo molestiae sed.\",\"text\":\"The AI feed is down, copy the open-source feed so we can copy the EXE firewall!\"}"], ["created_at", "2016-10-05 17:39:01.555370"], ["updated_at", "2016-10-05 17:39:01.555370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis in qui quo.\",\"text\":\"You can't bypass the panel without copying the solid state COM bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.556274"], ["updated_at", "2016-10-05 17:39:01.556274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam recusandae nulla quae occaecati ducimus sed.\",\"text\":\"We need to generate the solid state PNG bus!\"}"], ["created_at", "2016-10-05 17:39:01.557127"], ["updated_at", "2016-10-05 17:39:01.557127"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et laudantium est maiores sit dolor aut.\",\"text\":\"The PCI firewall is down, generate the cross-platform firewall so we can synthesize the HDD application!\"}"], ["created_at", "2016-10-05 17:39:01.557998"], ["updated_at", "2016-10-05 17:39:01.557998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum corporis expedita autem reiciendis cupiditate.\",\"text\":\"Parsing the alarm won't do anything, we need to override the online png panel!\"}"], ["created_at", "2016-10-05 17:39:01.558856"], ["updated_at", "2016-10-05 17:39:01.558856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut asperiores sed excepturi voluptatem.\",\"text\":\"The HDD capacitor is down, hack the 1080p protocol so we can connect the SAS alarm!\"}"], ["created_at", "2016-10-05 17:39:01.559749"], ["updated_at", "2016-10-05 17:39:01.559749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia molestiae nihil et error.\",\"text\":\"Connecting the feed won't do anything, we need to bypass the primary ib system!\"}"], ["created_at", "2016-10-05 17:39:01.560624"], ["updated_at", "2016-10-05 17:39:01.560624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime voluptas ea corporis aperiam possimus incidunt quaerat.\",\"text\":\"I'll navigate the virtual TCP protocol, that should feed the XML firewall!\"}"], ["created_at", "2016-10-05 17:39:01.561475"], ["updated_at", "2016-10-05 17:39:01.561475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis ut dolor.\",\"text\":\"Try to connect the EXE interface, maybe it will program the haptic panel!\"}"], ["created_at", "2016-10-05 17:39:01.562354"], ["updated_at", "2016-10-05 17:39:01.562354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati dolor quam eligendi.\",\"text\":\"The JSON capacitor is down, navigate the haptic monitor so we can compress the ADP feed!\"}"], ["created_at", "2016-10-05 17:39:01.563270"], ["updated_at", "2016-10-05 17:39:01.563270"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet impedit nam consequuntur.\",\"text\":\"Backing up the bandwidth won't do anything, we need to index the optical gb alarm!\"}"], ["created_at", "2016-10-05 17:39:01.564166"], ["updated_at", "2016-10-05 17:39:01.564166"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui similique alias non.\",\"text\":\"If we generate the card, we can get to the TCP program through the optical USB pixel!\"}"], ["created_at", "2016-10-05 17:39:01.565446"], ["updated_at", "2016-10-05 17:39:01.565446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi aut laboriosam voluptatem.\",\"text\":\"I'll hack the bluetooth AI interface, that should hard drive the PCI hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.566527"], ["updated_at", "2016-10-05 17:39:01.566527"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam facilis debitis enim asperiores fugiat.\",\"text\":\"If we override the port, we can get to the JBOD transmitter through the bluetooth CSS port!\"}"], ["created_at", "2016-10-05 17:39:01.567405"], ["updated_at", "2016-10-05 17:39:01.567405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos ea quo laborum et quasi iure et.\",\"text\":\"Calculating the array won't do anything, we need to quantify the auxiliary jbod transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.568302"], ["updated_at", "2016-10-05 17:39:01.568302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat asperiores est.\",\"text\":\"Indexing the interface won't do anything, we need to hack the open-source sms capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.569162"], ["updated_at", "2016-10-05 17:39:01.569162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam eaque consequatur cum quas voluptates.\",\"text\":\"Compressing the feed won't do anything, we need to hack the cross-platform png pixel!\"}"], ["created_at", "2016-10-05 17:39:01.570037"], ["updated_at", "2016-10-05 17:39:01.570037"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia non sapiente labore a quis.\",\"text\":\"You can't index the circuit without connecting the optical AI capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.570984"], ["updated_at", "2016-10-05 17:39:01.570984"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis molestiae sequi.\",\"text\":\"Bypassing the port won't do anything, we need to index the digital json protocol!\"}"], ["created_at", "2016-10-05 17:39:01.572306"], ["updated_at", "2016-10-05 17:39:01.572306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores ut id.\",\"text\":\"We need to calculate the bluetooth JBOD array!\"}"], ["created_at", "2016-10-05 17:39:01.573380"], ["updated_at", "2016-10-05 17:39:01.573380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat maiores itaque aut dolorum odit.\",\"text\":\"You can't navigate the system without compressing the auxiliary PCI driver!\"}"], ["created_at", "2016-10-05 17:39:01.574333"], ["updated_at", "2016-10-05 17:39:01.574333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia quia et ullam velit accusamus.\",\"text\":\"We need to hack the multi-byte XSS program!\"}"], ["created_at", "2016-10-05 17:39:01.575290"], ["updated_at", "2016-10-05 17:39:01.575290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum enim doloremque aut non qui sunt.\",\"text\":\"Use the 1080p PNG driver, then you can compress the 1080p application!\"}"], ["created_at", "2016-10-05 17:39:01.576230"], ["updated_at", "2016-10-05 17:39:01.576230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore dolorem sunt nisi aut omnis ipsam.\",\"text\":\"Indexing the system won't do anything, we need to navigate the online exe program!\"}"], ["created_at", "2016-10-05 17:39:01.577179"], ["updated_at", "2016-10-05 17:39:01.577179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum iure animi aut laborum ex est non.\",\"text\":\"If we transmit the card, we can get to the JBOD card through the open-source AGP driver!\"}"], ["created_at", "2016-10-05 17:39:01.578104"], ["updated_at", "2016-10-05 17:39:01.578104"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis porro hic a.\",\"text\":\"We need to input the open-source THX interface!\"}"], ["created_at", "2016-10-05 17:39:01.579073"], ["updated_at", "2016-10-05 17:39:01.579073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero dolorem debitis.\",\"text\":\"You can't synthesize the matrix without programming the multi-byte SQL hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.580014"], ["updated_at", "2016-10-05 17:39:01.580014"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum dolor qui.\",\"text\":\"Compressing the port won't do anything, we need to parse the open-source css alarm!\"}"], ["created_at", "2016-10-05 17:39:01.580967"], ["updated_at", "2016-10-05 17:39:01.580967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam quas dolor laborum commodi.\",\"text\":\"We need to transmit the online IB card!\"}"], ["created_at", "2016-10-05 17:39:01.581920"], ["updated_at", "2016-10-05 17:39:01.581920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit autem facere.\",\"text\":\"Use the digital PCI array, then you can parse the virtual interface!\"}"], ["created_at", "2016-10-05 17:39:01.582849"], ["updated_at", "2016-10-05 17:39:01.582849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea rerum distinctio reprehenderit tempore.\",\"text\":\"Use the solid state FTP alarm, then you can synthesize the cross-platform protocol!\"}"], ["created_at", "2016-10-05 17:39:01.583790"], ["updated_at", "2016-10-05 17:39:01.583790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi voluptatem unde est molestiae est est dolore.\",\"text\":\"Try to back up the JBOD array, maybe it will reboot the 1080p feed!\"}"], ["created_at", "2016-10-05 17:39:01.584728"], ["updated_at", "2016-10-05 17:39:01.584728"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos tenetur et.\",\"text\":\"Use the online SSL program, then you can input the back-end sensor!\"}"], ["created_at", "2016-10-05 17:39:01.585655"], ["updated_at", "2016-10-05 17:39:01.585655"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic soluta dolor quia quia unde illum sapiente.\",\"text\":\"We need to program the cross-platform TCP matrix!\"}"], ["created_at", "2016-10-05 17:39:01.586619"], ["updated_at", "2016-10-05 17:39:01.586619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos excepturi commodi asperiores sed nostrum.\",\"text\":\"The JSON bandwidth is down, back up the redundant sensor so we can hack the XSS bus!\"}"], ["created_at", "2016-10-05 17:39:01.587569"], ["updated_at", "2016-10-05 17:39:01.587569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis et maxime sunt fugiat.\",\"text\":\"We need to index the wireless FTP alarm!\"}"], ["created_at", "2016-10-05 17:39:01.588500"], ["updated_at", "2016-10-05 17:39:01.588500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod voluptas et non.\",\"text\":\"Try to quantify the JSON hard drive, maybe it will generate the haptic matrix!\"}"], ["created_at", "2016-10-05 17:39:01.589456"], ["updated_at", "2016-10-05 17:39:01.589456"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem doloribus est dolorum explicabo.\",\"text\":\"Use the redundant SQL protocol, then you can calculate the 1080p monitor!\"}"], ["created_at", "2016-10-05 17:39:01.590402"], ["updated_at", "2016-10-05 17:39:01.590402"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et hic molestiae officiis mollitia soluta at similique.\",\"text\":\"I'll navigate the mobile SAS card, that should sensor the THX program!\"}"], ["created_at", "2016-10-05 17:39:01.591424"], ["updated_at", "2016-10-05 17:39:01.591424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio voluptas neque et accusamus aperiam.\",\"text\":\"We need to index the redundant EXE circuit!\"}"], ["created_at", "2016-10-05 17:39:01.592428"], ["updated_at", "2016-10-05 17:39:01.592428"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae est quo eius debitis.\",\"text\":\"Use the mobile COM protocol, then you can override the 1080p array!\"}"], ["created_at", "2016-10-05 17:39:01.593424"], ["updated_at", "2016-10-05 17:39:01.593424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et rerum fugiat odit rerum iste nihil excepturi.\",\"text\":\"If we bypass the monitor, we can get to the ADP pixel through the redundant XSS sensor!\"}"], ["created_at", "2016-10-05 17:39:01.594451"], ["updated_at", "2016-10-05 17:39:01.594451"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error ut consequatur aut.\",\"text\":\"If we synthesize the bus, we can get to the IB panel through the virtual HDD bus!\"}"], ["created_at", "2016-10-05 17:39:01.595468"], ["updated_at", "2016-10-05 17:39:01.595468"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus quos autem quia nihil et.\",\"text\":\"Use the primary ADP monitor, then you can calculate the mobile port!\"}"], ["created_at", "2016-10-05 17:39:01.596490"], ["updated_at", "2016-10-05 17:39:01.596490"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia molestiae labore quae.\",\"text\":\"Synthesizing the feed won't do anything, we need to reboot the auxiliary rss firewall!\"}"], ["created_at", "2016-10-05 17:39:01.597643"], ["updated_at", "2016-10-05 17:39:01.597643"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque molestiae autem blanditiis rem.\",\"text\":\"If we input the system, we can get to the IB application through the auxiliary JBOD circuit!\"}"], ["created_at", "2016-10-05 17:39:01.598817"], ["updated_at", "2016-10-05 17:39:01.598817"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et nulla praesentium enim quia magnam consequatur omnis.\",\"text\":\"If we input the interface, we can get to the SMTP driver through the solid state AGP program!\"}"], ["created_at", "2016-10-05 17:39:01.600341"], ["updated_at", "2016-10-05 17:39:01.600341"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti labore nisi consequuntur et.\",\"text\":\"Use the bluetooth SAS matrix, then you can back up the auxiliary driver!\"}"], ["created_at", "2016-10-05 17:39:01.602162"], ["updated_at", "2016-10-05 17:39:01.602162"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla distinctio libero ut quis reprehenderit sapiente a.\",\"text\":\"You can't synthesize the system without parsing the solid state ADP panel!\"}"], ["created_at", "2016-10-05 17:39:01.604208"], ["updated_at", "2016-10-05 17:39:01.604208"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi adipisci veritatis velit reprehenderit ea.\",\"text\":\"I'll navigate the mobile XSS protocol, that should firewall the HDD interface!\"}"], ["created_at", "2016-10-05 17:39:01.606402"], ["updated_at", "2016-10-05 17:39:01.606402"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et maxime eum eos.\",\"text\":\"You can't calculate the feed without transmitting the redundant XML bus!\"}"], ["created_at", "2016-10-05 17:39:01.609071"], ["updated_at", "2016-10-05 17:39:01.609071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi quis deleniti harum natus.\",\"text\":\"If we bypass the panel, we can get to the HDD port through the solid state RSS matrix!\"}"], ["created_at", "2016-10-05 17:39:01.610218"], ["updated_at", "2016-10-05 17:39:01.610218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio sequi cum ipsam ex maxime non.\",\"text\":\"I'll program the back-end HDD transmitter, that should panel the SMTP card!\"}"], ["created_at", "2016-10-05 17:39:01.611177"], ["updated_at", "2016-10-05 17:39:01.611177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit distinctio eos debitis.\",\"text\":\"I'll quantify the primary PNG firewall, that should program the XSS interface!\"}"], ["created_at", "2016-10-05 17:39:01.612048"], ["updated_at", "2016-10-05 17:39:01.612048"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error quia iste aliquid officiis.\",\"text\":\"Use the virtual SCSI capacitor, then you can transmit the online card!\"}"], ["created_at", "2016-10-05 17:39:01.612945"], ["updated_at", "2016-10-05 17:39:01.612945"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex sunt blanditiis assumenda dolorem porro.\",\"text\":\"Use the digital RAM bandwidth, then you can generate the mobile circuit!\"}"], ["created_at", "2016-10-05 17:39:01.614053"], ["updated_at", "2016-10-05 17:39:01.614053"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit atque accusamus eligendi eum.\",\"text\":\"If we navigate the alarm, we can get to the SMTP firewall through the 1080p PCI alarm!\"}"], ["created_at", "2016-10-05 17:39:01.615046"], ["updated_at", "2016-10-05 17:39:01.615046"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt nesciunt culpa corporis quasi adipisci error.\",\"text\":\"Use the optical IB protocol, then you can transmit the online transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.616051"], ["updated_at", "2016-10-05 17:39:01.616051"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio voluptatibus totam aperiam.\",\"text\":\"Use the multi-byte ADP matrix, then you can input the solid state transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.617142"], ["updated_at", "2016-10-05 17:39:01.617142"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia rem necessitatibus consectetur.\",\"text\":\"I'll quantify the cross-platform FTP matrix, that should protocol the SQL matrix!\"}"], ["created_at", "2016-10-05 17:39:01.618207"], ["updated_at", "2016-10-05 17:39:01.618207"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis vel quas libero.\",\"text\":\"Synthesizing the bus won't do anything, we need to calculate the mobile exe hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.619364"], ["updated_at", "2016-10-05 17:39:01.619364"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut assumenda recusandae quo nobis facere dolorem ullam.\",\"text\":\"The AI alarm is down, copy the redundant program so we can quantify the PNG hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.620470"], ["updated_at", "2016-10-05 17:39:01.620470"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem iure nemo nulla aut atque autem.\",\"text\":\"Indexing the application won't do anything, we need to hack the optical http circuit!\"}"], ["created_at", "2016-10-05 17:39:01.621599"], ["updated_at", "2016-10-05 17:39:01.621599"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt aut corrupti hic exercitationem possimus.\",\"text\":\"You can't compress the array without overriding the back-end JBOD program!\"}"], ["created_at", "2016-10-05 17:39:01.622788"], ["updated_at", "2016-10-05 17:39:01.622788"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut earum similique aut deleniti hic quibusdam.\",\"text\":\"We need to back up the cross-platform SAS system!\"}"], ["created_at", "2016-10-05 17:39:01.623977"], ["updated_at", "2016-10-05 17:39:01.623977"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt qui accusantium voluptates blanditiis.\",\"text\":\"Try to connect the COM interface, maybe it will program the neural monitor!\"}"], ["created_at", "2016-10-05 17:39:01.625155"], ["updated_at", "2016-10-05 17:39:01.625155"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem ea possimus ut sed.\",\"text\":\"I'll transmit the neural RAM hard drive, that should alarm the CSS alarm!\"}"], ["created_at", "2016-10-05 17:39:01.626502"], ["updated_at", "2016-10-05 17:39:01.626502"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis deserunt quod nemo eaque omnis.\",\"text\":\"If we reboot the interface, we can get to the RSS card through the digital XSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.627811"], ["updated_at", "2016-10-05 17:39:01.627811"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit saepe odio temporibus nulla et.\",\"text\":\"Indexing the sensor won't do anything, we need to program the open-source gb panel!\"}"], ["created_at", "2016-10-05 17:39:01.629431"], ["updated_at", "2016-10-05 17:39:01.629431"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam odit asperiores.\",\"text\":\"We need to transmit the back-end SMS array!\"}"], ["created_at", "2016-10-05 17:39:01.631068"], ["updated_at", "2016-10-05 17:39:01.631068"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum ut architecto non ut magni.\",\"text\":\"Indexing the circuit won't do anything, we need to parse the multi-byte sas monitor!\"}"], ["created_at", "2016-10-05 17:39:01.632425"], ["updated_at", "2016-10-05 17:39:01.632425"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet perferendis repellat deleniti.\",\"text\":\"If we transmit the array, we can get to the COM capacitor through the back-end HDD hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.633816"], ["updated_at", "2016-10-05 17:39:01.633816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et qui delectus quod autem.\",\"text\":\"I'll back up the redundant HTTP interface, that should card the RSS system!\"}"], ["created_at", "2016-10-05 17:39:01.635124"], ["updated_at", "2016-10-05 17:39:01.635124"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut necessitatibus aut blanditiis voluptatibus ipsam sint at.\",\"text\":\"If we quantify the driver, we can get to the SMS firewall through the solid state SSL bus!\"}"], ["created_at", "2016-10-05 17:39:01.636203"], ["updated_at", "2016-10-05 17:39:01.636203"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est doloribus ad illo quaerat accusamus.\",\"text\":\"Try to hack the RAM card, maybe it will calculate the wireless transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.637282"], ["updated_at", "2016-10-05 17:39:01.637282"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut soluta enim et consectetur non reiciendis nam.\",\"text\":\"Bypassing the monitor won't do anything, we need to calculate the virtual ftp hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.638451"], ["updated_at", "2016-10-05 17:39:01.638451"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam ut accusamus eveniet.\",\"text\":\"The FTP alarm is down, navigate the online feed so we can back up the JBOD card!\"}"], ["created_at", "2016-10-05 17:39:01.639613"], ["updated_at", "2016-10-05 17:39:01.639613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex omnis fugit reiciendis sunt non id non.\",\"text\":\"Connecting the application won't do anything, we need to quantify the digital sas application!\"}"], ["created_at", "2016-10-05 17:39:01.640735"], ["updated_at", "2016-10-05 17:39:01.640735"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque accusantium sit facilis sunt nihil.\",\"text\":\"If we navigate the feed, we can get to the XSS program through the haptic SDD card!\"}"], ["created_at", "2016-10-05 17:39:01.641803"], ["updated_at", "2016-10-05 17:39:01.641803"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt qui porro quod at qui.\",\"text\":\"Try to override the THX feed, maybe it will navigate the haptic protocol!\"}"], ["created_at", "2016-10-05 17:39:01.642898"], ["updated_at", "2016-10-05 17:39:01.642898"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum iusto perspiciatis beatae in aut ut architecto.\",\"text\":\"Try to override the RAM hard drive, maybe it will transmit the online protocol!\"}"], ["created_at", "2016-10-05 17:39:01.644032"], ["updated_at", "2016-10-05 17:39:01.644032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut delectus beatae velit deserunt.\",\"text\":\"If we back up the microchip, we can get to the SQL transmitter through the haptic USB bus!\"}"], ["created_at", "2016-10-05 17:39:01.645159"], ["updated_at", "2016-10-05 17:39:01.645159"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores voluptatibus minus et eligendi et.\",\"text\":\"Try to input the XSS microchip, maybe it will program the haptic driver!\"}"], ["created_at", "2016-10-05 17:39:01.646226"], ["updated_at", "2016-10-05 17:39:01.646226"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus ut voluptate sit dolores ut ut.\",\"text\":\"The AI hard drive is down, hack the solid state bandwidth so we can reboot the IB interface!\"}"], ["created_at", "2016-10-05 17:39:01.647386"], ["updated_at", "2016-10-05 17:39:01.647386"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore ducimus ut et dolor neque non.\",\"text\":\"You can't transmit the driver without calculating the digital AGP port!\"}"], ["created_at", "2016-10-05 17:39:01.648713"], ["updated_at", "2016-10-05 17:39:01.648713"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et blanditiis id magni alias.\",\"text\":\"We need to navigate the 1080p CSS application!\"}"], ["created_at", "2016-10-05 17:39:01.649825"], ["updated_at", "2016-10-05 17:39:01.649825"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde omnis natus voluptates.\",\"text\":\"We need to override the online GB feed!\"}"], ["created_at", "2016-10-05 17:39:01.650937"], ["updated_at", "2016-10-05 17:39:01.650937"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quo voluptatum laudantium corporis doloremque consectetur aut.\",\"text\":\"You can't transmit the array without bypassing the wireless IB system!\"}"], ["created_at", "2016-10-05 17:39:01.652011"], ["updated_at", "2016-10-05 17:39:01.652011"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet quis dicta nobis libero.\",\"text\":\"Use the 1080p SDD pixel, then you can quantify the wireless microchip!\"}"], ["created_at", "2016-10-05 17:39:01.653047"], ["updated_at", "2016-10-05 17:39:01.653047"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis non fugit.\",\"text\":\"I'll generate the cross-platform TCP feed, that should panel the RSS bus!\"}"], ["created_at", "2016-10-05 17:39:01.654108"], ["updated_at", "2016-10-05 17:39:01.654108"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem et dolor iste aliquid est numquam quia.\",\"text\":\"Use the primary RAM transmitter, then you can synthesize the redundant bus!\"}"], ["created_at", "2016-10-05 17:39:01.655186"], ["updated_at", "2016-10-05 17:39:01.655186"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam provident explicabo.\",\"text\":\"We need to calculate the primary SSL program!\"}"], ["created_at", "2016-10-05 17:39:01.656259"], ["updated_at", "2016-10-05 17:39:01.656259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis minima sed ducimus rerum.\",\"text\":\"You can't transmit the protocol without overriding the open-source SMTP application!\"}"], ["created_at", "2016-10-05 17:39:01.657340"], ["updated_at", "2016-10-05 17:39:01.657340"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam rerum voluptas tempora iure.\",\"text\":\"If we hack the program, we can get to the SMS microchip through the virtual XML bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.658473"], ["updated_at", "2016-10-05 17:39:01.658473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit architecto ex quia rerum similique.\",\"text\":\"You can't calculate the system without parsing the digital AGP protocol!\"}"], ["created_at", "2016-10-05 17:39:01.659513"], ["updated_at", "2016-10-05 17:39:01.659513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam ut laborum.\",\"text\":\"Navigating the program won't do anything, we need to navigate the primary sas panel!\"}"], ["created_at", "2016-10-05 17:39:01.660578"], ["updated_at", "2016-10-05 17:39:01.660578"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates qui iusto odio et sed nobis.\",\"text\":\"I'll bypass the redundant SAS bus, that should card the COM bus!\"}"], ["created_at", "2016-10-05 17:39:01.661597"], ["updated_at", "2016-10-05 17:39:01.661597"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero illum sit et.\",\"text\":\"Use the haptic AI application, then you can parse the auxiliary card!\"}"], ["created_at", "2016-10-05 17:39:01.662726"], ["updated_at", "2016-10-05 17:39:01.662726"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At ut ut rerum voluptatem.\",\"text\":\"If we back up the port, we can get to the SSL sensor through the cross-platform GB alarm!\"}"], ["created_at", "2016-10-05 17:39:01.663834"], ["updated_at", "2016-10-05 17:39:01.663834"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum et est ut temporibus.\",\"text\":\"You can't calculate the matrix without generating the multi-byte AI transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.664892"], ["updated_at", "2016-10-05 17:39:01.664892"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo et mollitia dolorem illum odit nobis id.\",\"text\":\"I'll hack the primary EXE bus, that should firewall the PCI protocol!\"}"], ["created_at", "2016-10-05 17:39:01.665906"], ["updated_at", "2016-10-05 17:39:01.665906"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi odit unde nisi consequuntur eum.\",\"text\":\"The SMTP transmitter is down, copy the multi-byte protocol so we can bypass the EXE system!\"}"], ["created_at", "2016-10-05 17:39:01.667046"], ["updated_at", "2016-10-05 17:39:01.667046"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est fugit quaerat architecto commodi tempore et.\",\"text\":\"We need to quantify the online SDD interface!\"}"], ["created_at", "2016-10-05 17:39:01.668120"], ["updated_at", "2016-10-05 17:39:01.668120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt quo ipsum eaque a.\",\"text\":\"We need to generate the bluetooth EXE system!\"}"], ["created_at", "2016-10-05 17:39:01.669212"], ["updated_at", "2016-10-05 17:39:01.669212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur repellendus dolorem repudiandae aspernatur cupiditate.\",\"text\":\"The TCP transmitter is down, copy the 1080p alarm so we can compress the HTTP panel!\"}"], ["created_at", "2016-10-05 17:39:01.670330"], ["updated_at", "2016-10-05 17:39:01.670330"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus dicta est.\",\"text\":\"If we generate the protocol, we can get to the EXE panel through the mobile SMS monitor!\"}"], ["created_at", "2016-10-05 17:39:01.671406"], ["updated_at", "2016-10-05 17:39:01.671406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum autem est dolores recusandae earum doloribus fugit.\",\"text\":\"If we program the port, we can get to the SMTP sensor through the haptic SDD hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.672497"], ["updated_at", "2016-10-05 17:39:01.672497"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In vel sunt voluptatibus quasi qui.\",\"text\":\"The USB protocol is down, quantify the optical firewall so we can back up the GB matrix!\"}"], ["created_at", "2016-10-05 17:39:01.673547"], ["updated_at", "2016-10-05 17:39:01.673547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi dolore iste ut dolor voluptatum incidunt.\",\"text\":\"Indexing the alarm won't do anything, we need to override the haptic hdd circuit!\"}"], ["created_at", "2016-10-05 17:39:01.674618"], ["updated_at", "2016-10-05 17:39:01.674618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio quas exercitationem veniam facere dolores earum eum.\",\"text\":\"I'll connect the mobile SSL matrix, that should monitor the THX system!\"}"], ["created_at", "2016-10-05 17:39:01.675662"], ["updated_at", "2016-10-05 17:39:01.675662"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus voluptates et repellendus quod eligendi facilis amet.\",\"text\":\"You can't parse the panel without calculating the haptic SQL sensor!\"}"], ["created_at", "2016-10-05 17:39:01.676722"], ["updated_at", "2016-10-05 17:39:01.676722"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero fuga iusto natus aut quod voluptatum consequuntur.\",\"text\":\"Try to compress the XSS system, maybe it will index the virtual bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.677802"], ["updated_at", "2016-10-05 17:39:01.677802"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem ipsa rerum fugiat eius quo voluptas et.\",\"text\":\"Try to compress the SMS sensor, maybe it will parse the haptic panel!\"}"], ["created_at", "2016-10-05 17:39:01.678899"], ["updated_at", "2016-10-05 17:39:01.678899"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum dolor consequuntur ipsam.\",\"text\":\"Transmitting the matrix won't do anything, we need to bypass the bluetooth exe hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.680028"], ["updated_at", "2016-10-05 17:39:01.680028"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod hic occaecati.\",\"text\":\"If we copy the bus, we can get to the EXE monitor through the auxiliary RSS array!\"}"], ["created_at", "2016-10-05 17:39:01.681111"], ["updated_at", "2016-10-05 17:39:01.681111"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut earum repellendus.\",\"text\":\"Use the mobile AGP alarm, then you can quantify the mobile matrix!\"}"], ["created_at", "2016-10-05 17:39:01.682150"], ["updated_at", "2016-10-05 17:39:01.682150"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit a minima.\",\"text\":\"You can't index the port without copying the back-end IB application!\"}"], ["created_at", "2016-10-05 17:39:01.683190"], ["updated_at", "2016-10-05 17:39:01.683190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam animi dolorem nisi dolore et.\",\"text\":\"Synthesizing the monitor won't do anything, we need to synthesize the primary agp matrix!\"}"], ["created_at", "2016-10-05 17:39:01.684196"], ["updated_at", "2016-10-05 17:39:01.684196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi quaerat aut est totam vero.\",\"text\":\"I'll parse the multi-byte GB application, that should circuit the RSS program!\"}"], ["created_at", "2016-10-05 17:39:01.685166"], ["updated_at", "2016-10-05 17:39:01.685166"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui voluptate qui pariatur hic qui illum et.\",\"text\":\"Try to compress the SMTP capacitor, maybe it will calculate the bluetooth card!\"}"], ["created_at", "2016-10-05 17:39:01.686176"], ["updated_at", "2016-10-05 17:39:01.686176"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam aut recusandae voluptatem vero.\",\"text\":\"The HDD interface is down, index the back-end transmitter so we can hack the FTP system!\"}"], ["created_at", "2016-10-05 17:39:01.687223"], ["updated_at", "2016-10-05 17:39:01.687223"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem repellendus eum incidunt.\",\"text\":\"If we navigate the panel, we can get to the IB matrix through the optical TCP hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.688265"], ["updated_at", "2016-10-05 17:39:01.688265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas et voluptatem magni minus.\",\"text\":\"I'll override the neural SDD firewall, that should circuit the CSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.689352"], ["updated_at", "2016-10-05 17:39:01.689352"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt tenetur et magnam nihil eos.\",\"text\":\"If we bypass the alarm, we can get to the SMTP port through the primary AGP alarm!\"}"], ["created_at", "2016-10-05 17:39:01.690391"], ["updated_at", "2016-10-05 17:39:01.690391"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt repellat dolor perferendis soluta voluptas accusamus voluptas.\",\"text\":\"The COM application is down, back up the wireless firewall so we can compress the SQL transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.691380"], ["updated_at", "2016-10-05 17:39:01.691380"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat delectus dignissimos voluptatem iure.\",\"text\":\"Quantifying the firewall won't do anything, we need to navigate the back-end hdd matrix!\"}"], ["created_at", "2016-10-05 17:39:01.692485"], ["updated_at", "2016-10-05 17:39:01.692485"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat aspernatur ea et libero.\",\"text\":\"Try to compress the SMTP monitor, maybe it will override the haptic system!\"}"], ["created_at", "2016-10-05 17:39:01.693645"], ["updated_at", "2016-10-05 17:39:01.693645"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum voluptatem quaerat voluptatem.\",\"text\":\"Compressing the protocol won't do anything, we need to calculate the bluetooth sas interface!\"}"], ["created_at", "2016-10-05 17:39:01.694788"], ["updated_at", "2016-10-05 17:39:01.694788"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis ipsa dolor.\",\"text\":\"Try to reboot the SSL sensor, maybe it will input the mobile bus!\"}"], ["created_at", "2016-10-05 17:39:01.695935"], ["updated_at", "2016-10-05 17:39:01.695935"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo in officia dolorem aut.\",\"text\":\"You can't quantify the bus without connecting the multi-byte COM port!\"}"], ["created_at", "2016-10-05 17:39:01.697316"], ["updated_at", "2016-10-05 17:39:01.697316"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea natus pariatur dolore quas ex aut.\",\"text\":\"I'll override the neural FTP circuit, that should sensor the SAS matrix!\"}"], ["created_at", "2016-10-05 17:39:01.698672"], ["updated_at", "2016-10-05 17:39:01.698672"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi itaque optio sed a.\",\"text\":\"Use the optical GB hard drive, then you can hack the auxiliary circuit!\"}"], ["created_at", "2016-10-05 17:39:01.699940"], ["updated_at", "2016-10-05 17:39:01.699940"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente voluptates possimus nulla perspiciatis vitae laudantium.\",\"text\":\"Use the auxiliary AI bandwidth, then you can reboot the optical system!\"}"], ["created_at", "2016-10-05 17:39:01.701183"], ["updated_at", "2016-10-05 17:39:01.701183"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit molestias error aperiam reprehenderit.\",\"text\":\"The AGP feed is down, index the neural microchip so we can reboot the GB application!\"}"], ["created_at", "2016-10-05 17:39:01.702633"], ["updated_at", "2016-10-05 17:39:01.702633"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore et neque.\",\"text\":\"I'll parse the digital TCP driver, that should bus the COM circuit!\"}"], ["created_at", "2016-10-05 17:39:01.703944"], ["updated_at", "2016-10-05 17:39:01.703944"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis excepturi molestias est veniam fugit.\",\"text\":\"Use the digital RAM alarm, then you can hack the wireless matrix!\"}"], ["created_at", "2016-10-05 17:39:01.705160"], ["updated_at", "2016-10-05 17:39:01.705160"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et delectus ipsum voluptas assumenda ab ullam consectetur.\",\"text\":\"We need to copy the primary JSON feed!\"}"], ["created_at", "2016-10-05 17:39:01.706452"], ["updated_at", "2016-10-05 17:39:01.706452"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi a enim deserunt rerum incidunt aspernatur.\",\"text\":\"If we back up the port, we can get to the PCI array through the digital PNG sensor!\"}"], ["created_at", "2016-10-05 17:39:01.707880"], ["updated_at", "2016-10-05 17:39:01.707880"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia ab quos labore.\",\"text\":\"If we bypass the circuit, we can get to the EXE driver through the wireless GB transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.709122"], ["updated_at", "2016-10-05 17:39:01.709122"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi veritatis atque vel.\",\"text\":\"If we parse the driver, we can get to the EXE bandwidth through the mobile JSON hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.710273"], ["updated_at", "2016-10-05 17:39:01.710273"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam sed porro maiores omnis earum sit.\",\"text\":\"I'll quantify the auxiliary SMTP feed, that should alarm the AGP feed!\"}"], ["created_at", "2016-10-05 17:39:01.711472"], ["updated_at", "2016-10-05 17:39:01.711472"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui et quia quidem recusandae facilis quia.\",\"text\":\"If we compress the hard drive, we can get to the SCSI bandwidth through the auxiliary AI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.712682"], ["updated_at", "2016-10-05 17:39:01.712682"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas accusamus tempore ipsa adipisci dolores placeat.\",\"text\":\"The SQL hard drive is down, program the bluetooth protocol so we can copy the PCI capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.713893"], ["updated_at", "2016-10-05 17:39:01.713893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia adipisci tempore dolores maiores molestiae sit dolorum.\",\"text\":\"We need to index the haptic USB hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.715024"], ["updated_at", "2016-10-05 17:39:01.715024"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat qui deleniti exercitationem aut velit.\",\"text\":\"Parsing the application won't do anything, we need to calculate the optical ftp microchip!\"}"], ["created_at", "2016-10-05 17:39:01.716067"], ["updated_at", "2016-10-05 17:39:01.716067"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias placeat fuga accusamus.\",\"text\":\"I'll synthesize the haptic SCSI capacitor, that should protocol the HDD sensor!\"}"], ["created_at", "2016-10-05 17:39:01.717293"], ["updated_at", "2016-10-05 17:39:01.717293"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam animi quasi eum officia.\",\"text\":\"The AGP bus is down, input the bluetooth matrix so we can connect the XML hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.718646"], ["updated_at", "2016-10-05 17:39:01.718646"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non aut est est alias et.\",\"text\":\"I'll generate the digital SMTP firewall, that should program the EXE panel!\"}"], ["created_at", "2016-10-05 17:39:01.719994"], ["updated_at", "2016-10-05 17:39:01.719994"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia molestiae maiores.\",\"text\":\"If we input the interface, we can get to the USB card through the digital AGP sensor!\"}"], ["created_at", "2016-10-05 17:39:01.721270"], ["updated_at", "2016-10-05 17:39:01.721270"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim consequatur debitis.\",\"text\":\"Use the redundant XML pixel, then you can parse the online card!\"}"], ["created_at", "2016-10-05 17:39:01.722654"], ["updated_at", "2016-10-05 17:39:01.722654"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque quaerat recusandae fuga.\",\"text\":\"I'll transmit the digital SAS sensor, that should alarm the JBOD port!\"}"], ["created_at", "2016-10-05 17:39:01.723937"], ["updated_at", "2016-10-05 17:39:01.723937"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima odio dolorum voluptas autem.\",\"text\":\"The RAM pixel is down, transmit the mobile bandwidth so we can reboot the THX array!\"}"], ["created_at", "2016-10-05 17:39:01.725258"], ["updated_at", "2016-10-05 17:39:01.725258"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos rem voluptatem.\",\"text\":\"Bypassing the interface won't do anything, we need to connect the haptic css monitor!\"}"], ["created_at", "2016-10-05 17:39:01.726582"], ["updated_at", "2016-10-05 17:39:01.726582"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut dolor et beatae aperiam et numquam odio.\",\"text\":\"You can't compress the matrix without indexing the haptic HDD protocol!\"}"], ["created_at", "2016-10-05 17:39:01.727729"], ["updated_at", "2016-10-05 17:39:01.727729"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia voluptatum quam ad quisquam.\",\"text\":\"The SCSI circuit is down, index the digital port so we can hack the XSS panel!\"}"], ["created_at", "2016-10-05 17:39:01.728853"], ["updated_at", "2016-10-05 17:39:01.728853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est et error quaerat.\",\"text\":\"We need to navigate the virtual JBOD alarm!\"}"], ["created_at", "2016-10-05 17:39:01.730066"], ["updated_at", "2016-10-05 17:39:01.730066"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit minima atque doloribus.\",\"text\":\"Use the bluetooth SAS panel, then you can quantify the cross-platform interface!\"}"], ["created_at", "2016-10-05 17:39:01.731194"], ["updated_at", "2016-10-05 17:39:01.731194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil illum eaque.\",\"text\":\"Try to index the JSON capacitor, maybe it will synthesize the optical transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.732266"], ["updated_at", "2016-10-05 17:39:01.732266"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis et autem hic et et.\",\"text\":\"If we program the firewall, we can get to the SDD application through the auxiliary ADP protocol!\"}"], ["created_at", "2016-10-05 17:39:01.733333"], ["updated_at", "2016-10-05 17:39:01.733333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod a quam harum.\",\"text\":\"Use the digital SAS sensor, then you can input the back-end pixel!\"}"], ["created_at", "2016-10-05 17:39:01.734397"], ["updated_at", "2016-10-05 17:39:01.734397"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sequi et dicta in voluptates.\",\"text\":\"We need to bypass the redundant AI capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.735503"], ["updated_at", "2016-10-05 17:39:01.735503"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui voluptatum et voluptatem.\",\"text\":\"Hacking the sensor won't do anything, we need to synthesize the digital thx hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.736650"], ["updated_at", "2016-10-05 17:39:01.736650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti minus id vitae.\",\"text\":\"We need to input the wireless SMS feed!\"}"], ["created_at", "2016-10-05 17:39:01.737809"], ["updated_at", "2016-10-05 17:39:01.737809"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis alias sed quam illum ad ex autem.\",\"text\":\"I'll generate the online SDD interface, that should card the PCI sensor!\"}"], ["created_at", "2016-10-05 17:39:01.738995"], ["updated_at", "2016-10-05 17:39:01.738995"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam autem aut et exercitationem rerum rerum quo.\",\"text\":\"Quantifying the panel won't do anything, we need to generate the redundant xml alarm!\"}"], ["created_at", "2016-10-05 17:39:01.740092"], ["updated_at", "2016-10-05 17:39:01.740092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam placeat aspernatur et sed.\",\"text\":\"We need to reboot the solid state SMTP bus!\"}"], ["created_at", "2016-10-05 17:39:01.741160"], ["updated_at", "2016-10-05 17:39:01.741160"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui fugit molestiae provident alias.\",\"text\":\"I'll connect the virtual EXE array, that should firewall the XML monitor!\"}"], ["created_at", "2016-10-05 17:39:01.742190"], ["updated_at", "2016-10-05 17:39:01.742190"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum accusamus cumque et quo temporibus sit.\",\"text\":\"Use the wireless COM array, then you can reboot the bluetooth hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.743395"], ["updated_at", "2016-10-05 17:39:01.743395"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero dolorum occaecati sed repudiandae reiciendis id quia.\",\"text\":\"You can't parse the driver without overriding the virtual SDD bus!\"}"], ["created_at", "2016-10-05 17:39:01.744573"], ["updated_at", "2016-10-05 17:39:01.744573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo eos commodi reprehenderit illum dolor non.\",\"text\":\"If we program the feed, we can get to the USB sensor through the online RAM capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.745611"], ["updated_at", "2016-10-05 17:39:01.745611"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam rerum nam reprehenderit delectus sunt provident.\",\"text\":\"I'll index the 1080p CSS pixel, that should port the RAM matrix!\"}"], ["created_at", "2016-10-05 17:39:01.746606"], ["updated_at", "2016-10-05 17:39:01.746606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur voluptas illum consequatur.\",\"text\":\"We need to bypass the neural ADP driver!\"}"], ["created_at", "2016-10-05 17:39:01.747502"], ["updated_at", "2016-10-05 17:39:01.747502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur amet quaerat mollitia.\",\"text\":\"You can't parse the application without transmitting the redundant JSON bus!\"}"], ["created_at", "2016-10-05 17:39:01.748358"], ["updated_at", "2016-10-05 17:39:01.748358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe assumenda sit placeat dolor id.\",\"text\":\"Try to program the TCP driver, maybe it will calculate the cross-platform interface!\"}"], ["created_at", "2016-10-05 17:39:01.749227"], ["updated_at", "2016-10-05 17:39:01.749227"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos labore omnis et consectetur consequatur natus voluptas.\",\"text\":\"Use the back-end JSON alarm, then you can transmit the auxiliary transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.750125"], ["updated_at", "2016-10-05 17:39:01.750125"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga et earum dolore optio.\",\"text\":\"You can't back up the protocol without backing up the optical SSL matrix!\"}"], ["created_at", "2016-10-05 17:39:01.751114"], ["updated_at", "2016-10-05 17:39:01.751114"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus rem animi sint asperiores sequi.\",\"text\":\"The SCSI bandwidth is down, input the optical capacitor so we can override the HDD protocol!\"}"], ["created_at", "2016-10-05 17:39:01.752033"], ["updated_at", "2016-10-05 17:39:01.752033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui aut amet.\",\"text\":\"You can't compress the feed without navigating the virtual CSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.752918"], ["updated_at", "2016-10-05 17:39:01.752918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci non ut.\",\"text\":\"I'll back up the online AGP protocol, that should matrix the RSS alarm!\"}"], ["created_at", "2016-10-05 17:39:01.753790"], ["updated_at", "2016-10-05 17:39:01.753790"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur aperiam qui placeat libero.\",\"text\":\"The RSS driver is down, input the virtual circuit so we can bypass the SDD transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.754697"], ["updated_at", "2016-10-05 17:39:01.754697"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et maiores sit.\",\"text\":\"I'll reboot the multi-byte CSS driver, that should alarm the AI matrix!\"}"], ["created_at", "2016-10-05 17:39:01.755643"], ["updated_at", "2016-10-05 17:39:01.755643"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia vitae eos et ipsum.\",\"text\":\"If we transmit the firewall, we can get to the AI array through the cross-platform HTTP system!\"}"], ["created_at", "2016-10-05 17:39:01.756538"], ["updated_at", "2016-10-05 17:39:01.756538"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In et facere.\",\"text\":\"Quantifying the firewall won't do anything, we need to generate the back-end hdd application!\"}"], ["created_at", "2016-10-05 17:39:01.757408"], ["updated_at", "2016-10-05 17:39:01.757408"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia odit qui debitis fugiat sed rerum maiores.\",\"text\":\"Quantifying the hard drive won't do anything, we need to input the primary ai microchip!\"}"], ["created_at", "2016-10-05 17:39:01.758282"], ["updated_at", "2016-10-05 17:39:01.758282"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum et id.\",\"text\":\"I'll input the online SCSI monitor, that should panel the SSL transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.759232"], ["updated_at", "2016-10-05 17:39:01.759232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam aliquam provident repudiandae nam occaecati.\",\"text\":\"I'll index the multi-byte XSS program, that should application the JSON microchip!\"}"], ["created_at", "2016-10-05 17:39:01.760173"], ["updated_at", "2016-10-05 17:39:01.760173"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed tenetur non consequatur dolorum nihil vel et.\",\"text\":\"You can't input the program without quantifying the neural ADP driver!\"}"], ["created_at", "2016-10-05 17:39:01.761070"], ["updated_at", "2016-10-05 17:39:01.761070"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ut ratione atque exercitationem eos.\",\"text\":\"The CSS application is down, navigate the digital feed so we can compress the AI program!\"}"], ["created_at", "2016-10-05 17:39:01.761996"], ["updated_at", "2016-10-05 17:39:01.761996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt autem quia aliquam quia maiores numquam quis.\",\"text\":\"Try to navigate the THX pixel, maybe it will copy the redundant port!\"}"], ["created_at", "2016-10-05 17:39:01.762973"], ["updated_at", "2016-10-05 17:39:01.762973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut saepe minima est esse.\",\"text\":\"If we synthesize the capacitor, we can get to the COM pixel through the mobile AGP alarm!\"}"], ["created_at", "2016-10-05 17:39:01.763940"], ["updated_at", "2016-10-05 17:39:01.763940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et dicta sequi voluptatem voluptatibus.\",\"text\":\"If we generate the bandwidth, we can get to the XML program through the haptic PCI card!\"}"], ["created_at", "2016-10-05 17:39:01.764853"], ["updated_at", "2016-10-05 17:39:01.764853"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione id quia aut maxime illum et dolor.\",\"text\":\"Use the solid state IB firewall, then you can program the cross-platform card!\"}"], ["created_at", "2016-10-05 17:39:01.765741"], ["updated_at", "2016-10-05 17:39:01.765741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto enim sequi corrupti.\",\"text\":\"We need to reboot the haptic FTP firewall!\"}"], ["created_at", "2016-10-05 17:39:01.766682"], ["updated_at", "2016-10-05 17:39:01.766682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi quaerat aut est repellendus officia quo voluptas.\",\"text\":\"Copying the sensor won't do anything, we need to navigate the back-end agp matrix!\"}"], ["created_at", "2016-10-05 17:39:01.767629"], ["updated_at", "2016-10-05 17:39:01.767629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut rerum debitis ex illum.\",\"text\":\"We need to connect the back-end PNG panel!\"}"], ["created_at", "2016-10-05 17:39:01.768581"], ["updated_at", "2016-10-05 17:39:01.768581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente enim debitis consequatur ut dicta.\",\"text\":\"If we index the panel, we can get to the PNG array through the optical USB interface!\"}"], ["created_at", "2016-10-05 17:39:01.769534"], ["updated_at", "2016-10-05 17:39:01.769534"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id molestias quam.\",\"text\":\"We need to navigate the back-end SQL monitor!\"}"], ["created_at", "2016-10-05 17:39:01.775610"], ["updated_at", "2016-10-05 17:39:01.775610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo iusto quae.\",\"text\":\"You can't connect the transmitter without connecting the virtual PCI panel!\"}"], ["created_at", "2016-10-05 17:39:01.776833"], ["updated_at", "2016-10-05 17:39:01.776833"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis qui quam possimus aliquid voluptate et.\",\"text\":\"The AI card is down, back up the mobile panel so we can parse the RAM transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.777799"], ["updated_at", "2016-10-05 17:39:01.777799"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum qui vero nihil.\",\"text\":\"Use the virtual XSS matrix, then you can back up the back-end matrix!\"}"], ["created_at", "2016-10-05 17:39:01.778715"], ["updated_at", "2016-10-05 17:39:01.778715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto reprehenderit ut quam a voluptates dolorum et.\",\"text\":\"You can't transmit the protocol without generating the haptic SSL driver!\"}"], ["created_at", "2016-10-05 17:39:01.779689"], ["updated_at", "2016-10-05 17:39:01.779689"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde eum consequatur iure consequuntur beatae dolores natus.\",\"text\":\"We need to reboot the open-source IB hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.780594"], ["updated_at", "2016-10-05 17:39:01.780594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa est consequuntur recusandae id sed.\",\"text\":\"I'll compress the multi-byte JSON pixel, that should array the SSL protocol!\"}"], ["created_at", "2016-10-05 17:39:01.781537"], ["updated_at", "2016-10-05 17:39:01.781537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis quibusdam rerum nisi voluptas placeat autem aliquam.\",\"text\":\"You can't parse the circuit without copying the primary SSL pixel!\"}"], ["created_at", "2016-10-05 17:39:01.782470"], ["updated_at", "2016-10-05 17:39:01.782470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores ut quia quis aut.\",\"text\":\"I'll hack the redundant JSON microchip, that should system the SDD system!\"}"], ["created_at", "2016-10-05 17:39:01.783375"], ["updated_at", "2016-10-05 17:39:01.783375"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et expedita dolor quis aut similique officia omnis.\",\"text\":\"Try to reboot the RAM feed, maybe it will copy the cross-platform firewall!\"}"], ["created_at", "2016-10-05 17:39:01.784318"], ["updated_at", "2016-10-05 17:39:01.784318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi laudantium laborum ut molestiae sapiente aut qui.\",\"text\":\"The CSS array is down, calculate the back-end driver so we can override the EXE microchip!\"}"], ["created_at", "2016-10-05 17:39:01.785255"], ["updated_at", "2016-10-05 17:39:01.785255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem doloremque dicta eveniet quia totam.\",\"text\":\"You can't program the program without navigating the open-source HTTP circuit!\"}"], ["created_at", "2016-10-05 17:39:01.786160"], ["updated_at", "2016-10-05 17:39:01.786160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab veniam impedit.\",\"text\":\"Calculating the sensor won't do anything, we need to navigate the primary scsi driver!\"}"], ["created_at", "2016-10-05 17:39:01.787069"], ["updated_at", "2016-10-05 17:39:01.787069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi et rem quia eligendi libero nobis.\",\"text\":\"If we navigate the firewall, we can get to the XML panel through the primary JSON sensor!\"}"], ["created_at", "2016-10-05 17:39:01.788017"], ["updated_at", "2016-10-05 17:39:01.788017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem illo beatae impedit fugiat esse aut.\",\"text\":\"I'll back up the neural AGP alarm, that should port the XML sensor!\"}"], ["created_at", "2016-10-05 17:39:01.788970"], ["updated_at", "2016-10-05 17:39:01.788970"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem qui iste ut similique.\",\"text\":\"Try to quantify the SQL feed, maybe it will quantify the open-source bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.789908"], ["updated_at", "2016-10-05 17:39:01.789908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium recusandae aut ducimus vero.\",\"text\":\"I'll generate the haptic SQL matrix, that should capacitor the AI application!\"}"], ["created_at", "2016-10-05 17:39:01.790857"], ["updated_at", "2016-10-05 17:39:01.790857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique nesciunt nobis.\",\"text\":\"The RAM monitor is down, compress the 1080p capacitor so we can compress the GB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.791809"], ["updated_at", "2016-10-05 17:39:01.791809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut sit autem fugit saepe.\",\"text\":\"I'll program the mobile SCSI protocol, that should transmitter the RAM program!\"}"], ["created_at", "2016-10-05 17:39:01.792779"], ["updated_at", "2016-10-05 17:39:01.792779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam est sed iure.\",\"text\":\"Backing up the protocol won't do anything, we need to copy the auxiliary rss bus!\"}"], ["created_at", "2016-10-05 17:39:01.793710"], ["updated_at", "2016-10-05 17:39:01.793710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum suscipit possimus aut officia sit quia.\",\"text\":\"You can't hack the interface without connecting the digital FTP array!\"}"], ["created_at", "2016-10-05 17:39:01.794657"], ["updated_at", "2016-10-05 17:39:01.794657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat in omnis debitis enim illo.\",\"text\":\"I'll bypass the neural SSL microchip, that should driver the HTTP array!\"}"], ["created_at", "2016-10-05 17:39:01.795607"], ["updated_at", "2016-10-05 17:39:01.795607"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt accusamus exercitationem.\",\"text\":\"Calculating the monitor won't do anything, we need to override the multi-byte smtp system!\"}"], ["created_at", "2016-10-05 17:39:01.796597"], ["updated_at", "2016-10-05 17:39:01.796597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere similique temporibus.\",\"text\":\"If we synthesize the microchip, we can get to the SAS interface through the wireless RSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.797559"], ["updated_at", "2016-10-05 17:39:01.797559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima qui et praesentium.\",\"text\":\"You can't hack the interface without parsing the wireless ADP bus!\"}"], ["created_at", "2016-10-05 17:39:01.798536"], ["updated_at", "2016-10-05 17:39:01.798536"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores enim vitae qui.\",\"text\":\"You can't connect the pixel without compressing the solid state JSON driver!\"}"], ["created_at", "2016-10-05 17:39:01.799440"], ["updated_at", "2016-10-05 17:39:01.799440"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quis sunt harum alias aut explicabo dolor.\",\"text\":\"The SAS card is down, copy the optical protocol so we can copy the AGP protocol!\"}"], ["created_at", "2016-10-05 17:39:01.800401"], ["updated_at", "2016-10-05 17:39:01.800401"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores doloremque ut.\",\"text\":\"Try to reboot the HDD bandwidth, maybe it will compress the primary interface!\"}"], ["created_at", "2016-10-05 17:39:01.801442"], ["updated_at", "2016-10-05 17:39:01.801442"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In similique minima quisquam dignissimos incidunt ex porro.\",\"text\":\"Overriding the firewall won't do anything, we need to navigate the mobile sas driver!\"}"], ["created_at", "2016-10-05 17:39:01.802695"], ["updated_at", "2016-10-05 17:39:01.802695"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur voluptas provident tempore exercitationem sit.\",\"text\":\"We need to quantify the cross-platform SMTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.803941"], ["updated_at", "2016-10-05 17:39:01.803941"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae blanditiis reiciendis tempora.\",\"text\":\"Use the digital TCP port, then you can compress the 1080p port!\"}"], ["created_at", "2016-10-05 17:39:01.805439"], ["updated_at", "2016-10-05 17:39:01.805439"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut dolorem aut rem.\",\"text\":\"You can't parse the application without synthesizing the 1080p SQL system!\"}"], ["created_at", "2016-10-05 17:39:01.808240"], ["updated_at", "2016-10-05 17:39:01.808240"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit aut quisquam delectus illum.\",\"text\":\"The SCSI system is down, transmit the bluetooth circuit so we can parse the GB alarm!\"}"], ["created_at", "2016-10-05 17:39:01.810286"], ["updated_at", "2016-10-05 17:39:01.810286"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis dignissimos aliquid quasi id quaerat ratione quisquam.\",\"text\":\"Try to override the SDD hard drive, maybe it will generate the digital circuit!\"}"], ["created_at", "2016-10-05 17:39:01.813938"], ["updated_at", "2016-10-05 17:39:01.813938"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto nulla rem natus ducimus necessitatibus itaque.\",\"text\":\"Synthesizing the port won't do anything, we need to reboot the online adp bus!\"}"], ["created_at", "2016-10-05 17:39:01.815486"], ["updated_at", "2016-10-05 17:39:01.815486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas voluptate quam est pariatur vitae.\",\"text\":\"Compressing the application won't do anything, we need to generate the virtual png firewall!\"}"], ["created_at", "2016-10-05 17:39:01.816669"], ["updated_at", "2016-10-05 17:39:01.816669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor necessitatibus quos ut eos.\",\"text\":\"We need to program the neural TCP hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.817620"], ["updated_at", "2016-10-05 17:39:01.817620"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ipsa corrupti qui animi accusamus accusantium.\",\"text\":\"The HDD card is down, transmit the cross-platform system so we can parse the HDD monitor!\"}"], ["created_at", "2016-10-05 17:39:01.818598"], ["updated_at", "2016-10-05 17:39:01.818598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad non sed quisquam aliquid.\",\"text\":\"If we quantify the array, we can get to the SAS interface through the multi-byte PCI array!\"}"], ["created_at", "2016-10-05 17:39:01.819540"], ["updated_at", "2016-10-05 17:39:01.819540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur est est.\",\"text\":\"We need to connect the 1080p SSL panel!\"}"], ["created_at", "2016-10-05 17:39:01.820454"], ["updated_at", "2016-10-05 17:39:01.820454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum delectus doloribus in sint quo velit esse.\",\"text\":\"Try to compress the FTP transmitter, maybe it will back up the bluetooth feed!\"}"], ["created_at", "2016-10-05 17:39:01.821390"], ["updated_at", "2016-10-05 17:39:01.821390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti ut magnam blanditiis.\",\"text\":\"I'll calculate the solid state RSS circuit, that should pixel the JSON sensor!\"}"], ["created_at", "2016-10-05 17:39:01.822440"], ["updated_at", "2016-10-05 17:39:01.822440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex dolorem numquam suscipit occaecati saepe facilis.\",\"text\":\"I'll quantify the primary SDD system, that should protocol the XML port!\"}"], ["created_at", "2016-10-05 17:39:01.823391"], ["updated_at", "2016-10-05 17:39:01.823391"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo iste soluta.\",\"text\":\"I'll input the neural USB feed, that should program the THX feed!\"}"], ["created_at", "2016-10-05 17:39:01.824290"], ["updated_at", "2016-10-05 17:39:01.824290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae sint aperiam laborum.\",\"text\":\"We need to transmit the solid state HDD port!\"}"], ["created_at", "2016-10-05 17:39:01.825213"], ["updated_at", "2016-10-05 17:39:01.825213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut quo est.\",\"text\":\"Overriding the capacitor won't do anything, we need to index the primary usb feed!\"}"], ["created_at", "2016-10-05 17:39:01.826131"], ["updated_at", "2016-10-05 17:39:01.826131"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae ipsum voluptate tempore.\",\"text\":\"If we quantify the hard drive, we can get to the EXE transmitter through the auxiliary COM port!\"}"], ["created_at", "2016-10-05 17:39:01.827066"], ["updated_at", "2016-10-05 17:39:01.827066"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi delectus quibusdam est velit repellendus ipsa.\",\"text\":\"We need to override the back-end TCP hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.828001"], ["updated_at", "2016-10-05 17:39:01.828001"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime praesentium reprehenderit enim rem.\",\"text\":\"The SSL alarm is down, navigate the virtual firewall so we can index the IB pixel!\"}"], ["created_at", "2016-10-05 17:39:01.828992"], ["updated_at", "2016-10-05 17:39:01.828992"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos adipisci autem nam odit dicta.\",\"text\":\"I'll input the auxiliary SAS monitor, that should port the SMTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.830098"], ["updated_at", "2016-10-05 17:39:01.830098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat ullam adipisci voluptatem facilis officia.\",\"text\":\"Try to parse the JSON application, maybe it will synthesize the mobile alarm!\"}"], ["created_at", "2016-10-05 17:39:01.831128"], ["updated_at", "2016-10-05 17:39:01.831128"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro vero eos ratione.\",\"text\":\"The JSON transmitter is down, input the cross-platform port so we can hack the JBOD microchip!\"}"], ["created_at", "2016-10-05 17:39:01.832037"], ["updated_at", "2016-10-05 17:39:01.832037"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia tenetur eius.\",\"text\":\"Use the 1080p IB application, then you can hack the digital microchip!\"}"], ["created_at", "2016-10-05 17:39:01.832969"], ["updated_at", "2016-10-05 17:39:01.832969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam dolores similique non debitis.\",\"text\":\"You can't reboot the array without copying the bluetooth PNG application!\"}"], ["created_at", "2016-10-05 17:39:01.833911"], ["updated_at", "2016-10-05 17:39:01.833911"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum voluptas nulla maiores sit quis laudantium sint.\",\"text\":\"You can't transmit the capacitor without hacking the digital SCSI program!\"}"], ["created_at", "2016-10-05 17:39:01.834883"], ["updated_at", "2016-10-05 17:39:01.834883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem necessitatibus sunt sapiente enim.\",\"text\":\"We need to connect the primary RSS driver!\"}"], ["created_at", "2016-10-05 17:39:01.835818"], ["updated_at", "2016-10-05 17:39:01.835818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel aliquam explicabo esse facere.\",\"text\":\"The XSS panel is down, back up the haptic system so we can input the JBOD driver!\"}"], ["created_at", "2016-10-05 17:39:01.836752"], ["updated_at", "2016-10-05 17:39:01.836752"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt rerum labore.\",\"text\":\"We need to hack the cross-platform CSS sensor!\"}"], ["created_at", "2016-10-05 17:39:01.837711"], ["updated_at", "2016-10-05 17:39:01.837711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est cumque commodi quibusdam facilis beatae ut.\",\"text\":\"I'll connect the back-end TCP protocol, that should protocol the TCP matrix!\"}"], ["created_at", "2016-10-05 17:39:01.838662"], ["updated_at", "2016-10-05 17:39:01.838662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed facere commodi qui consequatur est.\",\"text\":\"Copying the circuit won't do anything, we need to copy the neural gb firewall!\"}"], ["created_at", "2016-10-05 17:39:01.839662"], ["updated_at", "2016-10-05 17:39:01.839662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad placeat quia libero nihil velit odio voluptas.\",\"text\":\"I'll synthesize the back-end USB bus, that should alarm the SQL port!\"}"], ["created_at", "2016-10-05 17:39:01.840566"], ["updated_at", "2016-10-05 17:39:01.840566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro facere est.\",\"text\":\"If we program the pixel, we can get to the SQL monitor through the digital HDD port!\"}"], ["created_at", "2016-10-05 17:39:01.841489"], ["updated_at", "2016-10-05 17:39:01.841489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut et ex ut qui praesentium sed.\",\"text\":\"We need to bypass the mobile TCP circuit!\"}"], ["created_at", "2016-10-05 17:39:01.842466"], ["updated_at", "2016-10-05 17:39:01.842466"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores iusto repudiandae dicta maiores.\",\"text\":\"Bypassing the firewall won't do anything, we need to transmit the primary png feed!\"}"], ["created_at", "2016-10-05 17:39:01.843441"], ["updated_at", "2016-10-05 17:39:01.843441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut est molestiae in delectus.\",\"text\":\"We need to program the optical USB bus!\"}"], ["created_at", "2016-10-05 17:39:01.844354"], ["updated_at", "2016-10-05 17:39:01.844354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt ipsum omnis fuga est.\",\"text\":\"Try to compress the PNG protocol, maybe it will index the neural panel!\"}"], ["created_at", "2016-10-05 17:39:01.845272"], ["updated_at", "2016-10-05 17:39:01.845272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quia saepe est illum.\",\"text\":\"Use the wireless RSS card, then you can quantify the back-end matrix!\"}"], ["created_at", "2016-10-05 17:39:01.846181"], ["updated_at", "2016-10-05 17:39:01.846181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur odio at unde et molestiae.\",\"text\":\"Try to compress the XSS feed, maybe it will navigate the virtual sensor!\"}"], ["created_at", "2016-10-05 17:39:01.847241"], ["updated_at", "2016-10-05 17:39:01.847241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui et ipsum vitae.\",\"text\":\"I'll bypass the solid state COM protocol, that should interface the PNG application!\"}"], ["created_at", "2016-10-05 17:39:01.848144"], ["updated_at", "2016-10-05 17:39:01.848144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum officiis eligendi dolor maxime et magnam omnis.\",\"text\":\"If we connect the bandwidth, we can get to the XSS firewall through the haptic AI card!\"}"], ["created_at", "2016-10-05 17:39:01.849068"], ["updated_at", "2016-10-05 17:39:01.849068"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe sed labore.\",\"text\":\"If we connect the panel, we can get to the GB interface through the multi-byte SDD driver!\"}"], ["created_at", "2016-10-05 17:39:01.849975"], ["updated_at", "2016-10-05 17:39:01.849975"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur vitae voluptatem animi.\",\"text\":\"The GB alarm is down, transmit the 1080p port so we can bypass the IB system!\"}"], ["created_at", "2016-10-05 17:39:01.850947"], ["updated_at", "2016-10-05 17:39:01.850947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo eligendi molestiae qui asperiores beatae dolore consequatur.\",\"text\":\"The RSS array is down, navigate the neural firewall so we can back up the RSS monitor!\"}"], ["created_at", "2016-10-05 17:39:01.851900"], ["updated_at", "2016-10-05 17:39:01.851900"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas ipsam perspiciatis.\",\"text\":\"Use the online HDD port, then you can quantify the redundant sensor!\"}"], ["created_at", "2016-10-05 17:39:01.852827"], ["updated_at", "2016-10-05 17:39:01.852827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum ipsum est sunt.\",\"text\":\"Backing up the transmitter won't do anything, we need to compress the multi-byte ib alarm!\"}"], ["created_at", "2016-10-05 17:39:01.853726"], ["updated_at", "2016-10-05 17:39:01.853726"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae unde quidem veniam est et quas perspiciatis.\",\"text\":\"If we transmit the feed, we can get to the EXE interface through the primary RAM transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.854666"], ["updated_at", "2016-10-05 17:39:01.854666"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus architecto ducimus cupiditate reprehenderit rerum quis.\",\"text\":\"Try to back up the SCSI transmitter, maybe it will navigate the wireless panel!\"}"], ["created_at", "2016-10-05 17:39:01.855638"], ["updated_at", "2016-10-05 17:39:01.855638"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut itaque soluta quia nam.\",\"text\":\"Connecting the driver won't do anything, we need to connect the mobile usb matrix!\"}"], ["created_at", "2016-10-05 17:39:01.856587"], ["updated_at", "2016-10-05 17:39:01.856587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem placeat rerum aliquid assumenda earum.\",\"text\":\"The FTP sensor is down, index the auxiliary bandwidth so we can reboot the XML bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.857514"], ["updated_at", "2016-10-05 17:39:01.857514"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam et commodi consequatur rerum perferendis eos.\",\"text\":\"I'll parse the virtual COM feed, that should hard drive the ADP monitor!\"}"], ["created_at", "2016-10-05 17:39:01.858456"], ["updated_at", "2016-10-05 17:39:01.858456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur distinctio tenetur et quia officia quisquam et.\",\"text\":\"Use the virtual USB card, then you can navigate the bluetooth alarm!\"}"], ["created_at", "2016-10-05 17:39:01.859412"], ["updated_at", "2016-10-05 17:39:01.859412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut eos vitae.\",\"text\":\"I'll program the open-source HTTP program, that should pixel the CSS driver!\"}"], ["created_at", "2016-10-05 17:39:01.860386"], ["updated_at", "2016-10-05 17:39:01.860386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non quibusdam corporis reiciendis quo.\",\"text\":\"Hacking the transmitter won't do anything, we need to connect the open-source ai driver!\"}"], ["created_at", "2016-10-05 17:39:01.861317"], ["updated_at", "2016-10-05 17:39:01.861317"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis soluta corporis nihil nam.\",\"text\":\"If we index the panel, we can get to the AI array through the digital COM interface!\"}"], ["created_at", "2016-10-05 17:39:01.862249"], ["updated_at", "2016-10-05 17:39:01.862249"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum temporibus magnam amet facere odio sed hic.\",\"text\":\"If we index the system, we can get to the PNG pixel through the haptic TCP microchip!\"}"], ["created_at", "2016-10-05 17:39:01.863245"], ["updated_at", "2016-10-05 17:39:01.863245"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam qui sunt maiores in ipsam.\",\"text\":\"You can't program the card without compressing the neural XML circuit!\"}"], ["created_at", "2016-10-05 17:39:01.864221"], ["updated_at", "2016-10-05 17:39:01.864221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas doloribus quo voluptatum dignissimos tempore qui maxime.\",\"text\":\"The AGP protocol is down, generate the haptic driver so we can index the SMS pixel!\"}"], ["created_at", "2016-10-05 17:39:01.865118"], ["updated_at", "2016-10-05 17:39:01.865118"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore et similique velit corrupti molestiae aut.\",\"text\":\"We need to copy the optical AI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.866048"], ["updated_at", "2016-10-05 17:39:01.866048"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde voluptas libero et molestias nisi et doloribus.\",\"text\":\"We need to program the virtual SMS alarm!\"}"], ["created_at", "2016-10-05 17:39:01.866998"], ["updated_at", "2016-10-05 17:39:01.866998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae molestiae non quo.\",\"text\":\"Use the primary RSS program, then you can navigate the mobile system!\"}"], ["created_at", "2016-10-05 17:39:01.867922"], ["updated_at", "2016-10-05 17:39:01.867922"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id vero voluptatibus voluptatem aspernatur sint vitae praesentium.\",\"text\":\"Quantifying the sensor won't do anything, we need to calculate the haptic css bus!\"}"], ["created_at", "2016-10-05 17:39:01.868888"], ["updated_at", "2016-10-05 17:39:01.868888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo est voluptas tempora dolorem quas id.\",\"text\":\"If we override the transmitter, we can get to the SAS driver through the bluetooth CSS sensor!\"}"], ["created_at", "2016-10-05 17:39:01.869826"], ["updated_at", "2016-10-05 17:39:01.869826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla sit explicabo enim.\",\"text\":\"If we synthesize the port, we can get to the RSS panel through the wireless PNG interface!\"}"], ["created_at", "2016-10-05 17:39:01.870737"], ["updated_at", "2016-10-05 17:39:01.870737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla non cupiditate optio quod.\",\"text\":\"If we bypass the card, we can get to the AGP transmitter through the haptic AI transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.871680"], ["updated_at", "2016-10-05 17:39:01.871680"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut aut odit qui.\",\"text\":\"You can't input the capacitor without synthesizing the auxiliary SMTP program!\"}"], ["created_at", "2016-10-05 17:39:01.872639"], ["updated_at", "2016-10-05 17:39:01.872639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt velit pariatur.\",\"text\":\"We need to connect the haptic TCP bus!\"}"], ["created_at", "2016-10-05 17:39:01.873566"], ["updated_at", "2016-10-05 17:39:01.873566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas omnis dolores aliquam.\",\"text\":\"If we back up the interface, we can get to the ADP transmitter through the virtual AI protocol!\"}"], ["created_at", "2016-10-05 17:39:01.874509"], ["updated_at", "2016-10-05 17:39:01.874509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis laboriosam ab fuga veritatis ullam beatae.\",\"text\":\"I'll override the solid state XML pixel, that should card the SMS transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.875478"], ["updated_at", "2016-10-05 17:39:01.875478"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur dolore nesciunt sunt velit eaque ipsum aliquam.\",\"text\":\"You can't input the interface without backing up the 1080p PCI monitor!\"}"], ["created_at", "2016-10-05 17:39:01.876386"], ["updated_at", "2016-10-05 17:39:01.876386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto doloribus in neque vel et.\",\"text\":\"If we back up the feed, we can get to the SSL matrix through the redundant IB port!\"}"], ["created_at", "2016-10-05 17:39:01.877308"], ["updated_at", "2016-10-05 17:39:01.877308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus quisquam inventore nisi sunt.\",\"text\":\"Try to generate the JSON transmitter, maybe it will transmit the cross-platform bus!\"}"], ["created_at", "2016-10-05 17:39:01.878237"], ["updated_at", "2016-10-05 17:39:01.878237"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum ad porro.\",\"text\":\"Use the primary COM hard drive, then you can parse the multi-byte capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.879204"], ["updated_at", "2016-10-05 17:39:01.879204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id hic aliquid reiciendis quia corporis rerum.\",\"text\":\"Use the cross-platform USB hard drive, then you can override the virtual pixel!\"}"], ["created_at", "2016-10-05 17:39:01.880166"], ["updated_at", "2016-10-05 17:39:01.880166"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores rerum ducimus itaque.\",\"text\":\"If we reboot the port, we can get to the AI capacitor through the online EXE protocol!\"}"], ["created_at", "2016-10-05 17:39:01.881077"], ["updated_at", "2016-10-05 17:39:01.881077"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum numquam sit ab placeat.\",\"text\":\"We need to synthesize the optical USB port!\"}"], ["created_at", "2016-10-05 17:39:01.882022"], ["updated_at", "2016-10-05 17:39:01.882022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam officia id aut inventore facere omnis.\",\"text\":\"The AGP firewall is down, input the primary port so we can compress the USB pixel!\"}"], ["created_at", "2016-10-05 17:39:01.882929"], ["updated_at", "2016-10-05 17:39:01.882929"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus veritatis sequi qui fugiat libero quam.\",\"text\":\"You can't input the hard drive without generating the haptic USB capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.883902"], ["updated_at", "2016-10-05 17:39:01.883902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non delectus reprehenderit.\",\"text\":\"I'll hack the open-source AI sensor, that should sensor the HTTP protocol!\"}"], ["created_at", "2016-10-05 17:39:01.884929"], ["updated_at", "2016-10-05 17:39:01.884929"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam hic est sunt molestiae.\",\"text\":\"Parsing the microchip won't do anything, we need to program the redundant ssl microchip!\"}"], ["created_at", "2016-10-05 17:39:01.885919"], ["updated_at", "2016-10-05 17:39:01.885919"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui quos ipsam.\",\"text\":\"Use the virtual PNG system, then you can generate the haptic program!\"}"], ["created_at", "2016-10-05 17:39:01.886864"], ["updated_at", "2016-10-05 17:39:01.886864"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus sed error quis est.\",\"text\":\"I'll connect the mobile JSON alarm, that should capacitor the SSL monitor!\"}"], ["created_at", "2016-10-05 17:39:01.887850"], ["updated_at", "2016-10-05 17:39:01.887850"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut sed aut veritatis delectus et similique quidem.\",\"text\":\"The HTTP matrix is down, index the open-source card so we can back up the FTP bus!\"}"], ["created_at", "2016-10-05 17:39:01.888806"], ["updated_at", "2016-10-05 17:39:01.888806"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore veritatis in nihil earum in praesentium.\",\"text\":\"I'll quantify the bluetooth JSON system, that should feed the HTTP protocol!\"}"], ["created_at", "2016-10-05 17:39:01.889831"], ["updated_at", "2016-10-05 17:39:01.889831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem minus et veritatis culpa corporis commodi repudiandae.\",\"text\":\"We need to parse the open-source EXE hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.890855"], ["updated_at", "2016-10-05 17:39:01.890855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt quam quaerat molestias nostrum placeat vero.\",\"text\":\"Use the primary FTP pixel, then you can copy the virtual bus!\"}"], ["created_at", "2016-10-05 17:39:01.891820"], ["updated_at", "2016-10-05 17:39:01.891820"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores ex voluptatem maxime eum pariatur et illum.\",\"text\":\"The SQL port is down, copy the bluetooth firewall so we can navigate the AGP program!\"}"], ["created_at", "2016-10-05 17:39:01.892785"], ["updated_at", "2016-10-05 17:39:01.892785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam adipisci qui ad enim nihil ipsum.\",\"text\":\"If we bypass the hard drive, we can get to the RAM feed through the redundant JBOD hard drive!\"}"], ["created_at", "2016-10-05 17:39:01.893745"], ["updated_at", "2016-10-05 17:39:01.893745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis aliquam dolor.\",\"text\":\"Use the digital SMTP hard drive, then you can hack the digital firewall!\"}"], ["created_at", "2016-10-05 17:39:01.894694"], ["updated_at", "2016-10-05 17:39:01.894694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio expedita veniam.\",\"text\":\"Compressing the monitor won't do anything, we need to override the neural pci interface!\"}"], ["created_at", "2016-10-05 17:39:01.895610"], ["updated_at", "2016-10-05 17:39:01.895610"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut et vitae.\",\"text\":\"We need to reboot the wireless EXE sensor!\"}"], ["created_at", "2016-10-05 17:39:01.896605"], ["updated_at", "2016-10-05 17:39:01.896605"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis omnis laboriosam.\",\"text\":\"Try to calculate the IB application, maybe it will hack the multi-byte capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.897646"], ["updated_at", "2016-10-05 17:39:01.897646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam qui corporis veritatis exercitationem autem.\",\"text\":\"Use the haptic PNG alarm, then you can quantify the mobile firewall!\"}"], ["created_at", "2016-10-05 17:39:01.898646"], ["updated_at", "2016-10-05 17:39:01.898646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ullam commodi necessitatibus harum quia.\",\"text\":\"If we override the circuit, we can get to the JSON driver through the primary SQL port!\"}"], ["created_at", "2016-10-05 17:39:01.899598"], ["updated_at", "2016-10-05 17:39:01.899598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos aliquid incidunt ipsum culpa sit rerum aut.\",\"text\":\"Use the primary XML feed, then you can connect the bluetooth card!\"}"], ["created_at", "2016-10-05 17:39:01.900528"], ["updated_at", "2016-10-05 17:39:01.900528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error voluptatem ratione non illo sed et omnis.\",\"text\":\"The HDD system is down, quantify the haptic firewall so we can input the EXE alarm!\"}"], ["created_at", "2016-10-05 17:39:01.901480"], ["updated_at", "2016-10-05 17:39:01.901480"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem est provident.\",\"text\":\"Compressing the transmitter won't do anything, we need to generate the back-end com alarm!\"}"], ["created_at", "2016-10-05 17:39:01.902448"], ["updated_at", "2016-10-05 17:39:01.902448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui non ea consequatur explicabo pariatur consequuntur.\",\"text\":\"You can't compress the interface without backing up the cross-platform AI firewall!\"}"], ["created_at", "2016-10-05 17:39:01.903425"], ["updated_at", "2016-10-05 17:39:01.903425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo quia itaque fuga soluta dolores id.\",\"text\":\"I'll synthesize the multi-byte SMS microchip, that should bus the HTTP monitor!\"}"], ["created_at", "2016-10-05 17:39:01.904309"], ["updated_at", "2016-10-05 17:39:01.904309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia ipsam aut ipsum voluptatem non.\",\"text\":\"The PNG protocol is down, index the open-source port so we can bypass the COM matrix!\"}"], ["created_at", "2016-10-05 17:39:01.905270"], ["updated_at", "2016-10-05 17:39:01.905270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui praesentium rerum.\",\"text\":\"I'll back up the neural ADP monitor, that should system the SCSI driver!\"}"], ["created_at", "2016-10-05 17:39:01.906247"], ["updated_at", "2016-10-05 17:39:01.906247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus fugit autem alias rem in eligendi.\",\"text\":\"Navigating the transmitter won't do anything, we need to generate the solid state thx program!\"}"], ["created_at", "2016-10-05 17:39:01.907212"], ["updated_at", "2016-10-05 17:39:01.907212"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi voluptatem qui.\",\"text\":\"I'll input the back-end SCSI capacitor, that should port the AGP system!\"}"], ["created_at", "2016-10-05 17:39:01.908150"], ["updated_at", "2016-10-05 17:39:01.908150"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur maxime iure non nulla qui voluptatem nemo.\",\"text\":\"Try to override the FTP matrix, maybe it will quantify the haptic card!\"}"], ["created_at", "2016-10-05 17:39:01.909069"], ["updated_at", "2016-10-05 17:39:01.909069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti voluptatem corrupti quod.\",\"text\":\"We need to copy the auxiliary ADP microchip!\"}"], ["created_at", "2016-10-05 17:39:01.910321"], ["updated_at", "2016-10-05 17:39:01.910321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam dicta quis sit.\",\"text\":\"I'll reboot the redundant SDD pixel, that should sensor the EXE firewall!\"}"], ["created_at", "2016-10-05 17:39:01.911277"], ["updated_at", "2016-10-05 17:39:01.911277"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint omnis vero quia ex ducimus.\",\"text\":\"Indexing the protocol won't do anything, we need to generate the redundant sdd panel!\"}"], ["created_at", "2016-10-05 17:39:01.912268"], ["updated_at", "2016-10-05 17:39:01.912268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores aspernatur dolor quia quae sed aliquam iusto.\",\"text\":\"If we copy the microchip, we can get to the COM feed through the virtual USB array!\"}"], ["created_at", "2016-10-05 17:39:01.913424"], ["updated_at", "2016-10-05 17:39:01.913424"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit id enim.\",\"text\":\"Parsing the protocol won't do anything, we need to hack the online ftp matrix!\"}"], ["created_at", "2016-10-05 17:39:01.914545"], ["updated_at", "2016-10-05 17:39:01.914545"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam velit distinctio accusamus.\",\"text\":\"If we transmit the transmitter, we can get to the FTP interface through the neural JBOD capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.915633"], ["updated_at", "2016-10-05 17:39:01.915633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui voluptatum quia voluptatem asperiores ea.\",\"text\":\"Try to bypass the THX port, maybe it will input the primary application!\"}"], ["created_at", "2016-10-05 17:39:01.917516"], ["updated_at", "2016-10-05 17:39:01.917516"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo repudiandae sint incidunt omnis id et.\",\"text\":\"Use the auxiliary AGP hard drive, then you can program the redundant matrix!\"}"], ["created_at", "2016-10-05 17:39:01.918766"], ["updated_at", "2016-10-05 17:39:01.918766"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita quasi commodi ut cumque nostrum dicta repellat.\",\"text\":\"The ADP driver is down, program the cross-platform port so we can hack the IB matrix!\"}"], ["created_at", "2016-10-05 17:39:01.920369"], ["updated_at", "2016-10-05 17:39:01.920369"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora beatae cupiditate ea impedit.\",\"text\":\"Try to connect the SQL array, maybe it will synthesize the back-end protocol!\"}"], ["created_at", "2016-10-05 17:39:01.921604"], ["updated_at", "2016-10-05 17:39:01.921604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum rerum dignissimos.\",\"text\":\"You can't override the alarm without parsing the mobile XSS sensor!\"}"], ["created_at", "2016-10-05 17:39:01.922947"], ["updated_at", "2016-10-05 17:39:01.922947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut est quas quibusdam.\",\"text\":\"Parsing the circuit won't do anything, we need to input the back-end ssl matrix!\"}"], ["created_at", "2016-10-05 17:39:01.924498"], ["updated_at", "2016-10-05 17:39:01.924498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non atque facilis.\",\"text\":\"The JSON sensor is down, navigate the optical feed so we can index the GB circuit!\"}"], ["created_at", "2016-10-05 17:39:01.925663"], ["updated_at", "2016-10-05 17:39:01.925663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut maxime et amet voluptatem dolore.\",\"text\":\"Try to navigate the HDD alarm, maybe it will hack the 1080p transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.926879"], ["updated_at", "2016-10-05 17:39:01.926879"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto incidunt blanditiis quo nesciunt excepturi dolores hic.\",\"text\":\"If we connect the matrix, we can get to the SDD system through the primary SSL bus!\"}"], ["created_at", "2016-10-05 17:39:01.928366"], ["updated_at", "2016-10-05 17:39:01.928366"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem provident est minus iusto aut.\",\"text\":\"If we generate the microchip, we can get to the JSON program through the online ADP feed!\"}"], ["created_at", "2016-10-05 17:39:01.929677"], ["updated_at", "2016-10-05 17:39:01.929677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis debitis itaque.\",\"text\":\"The HTTP card is down, back up the bluetooth sensor so we can index the HDD firewall!\"}"], ["created_at", "2016-10-05 17:39:01.931360"], ["updated_at", "2016-10-05 17:39:01.931360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos ea tenetur nesciunt iure repellat odit.\",\"text\":\"Programming the capacitor won't do anything, we need to connect the optical ram system!\"}"], ["created_at", "2016-10-05 17:39:01.932561"], ["updated_at", "2016-10-05 17:39:01.932561"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut nihil sint ipsam et recusandae.\",\"text\":\"The TCP interface is down, quantify the cross-platform capacitor so we can navigate the SCSI feed!\"}"], ["created_at", "2016-10-05 17:39:01.933766"], ["updated_at", "2016-10-05 17:39:01.933766"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi magni placeat et vero vel qui.\",\"text\":\"Use the haptic CSS capacitor, then you can navigate the back-end interface!\"}"], ["created_at", "2016-10-05 17:39:01.935041"], ["updated_at", "2016-10-05 17:39:01.935041"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et magni est et cumque et architecto iste.\",\"text\":\"The FTP microchip is down, back up the haptic firewall so we can quantify the GB program!\"}"], ["created_at", "2016-10-05 17:39:01.936649"], ["updated_at", "2016-10-05 17:39:01.936649"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos recusandae dolore laborum et aut.\",\"text\":\"I'll compress the mobile PNG bandwidth, that should capacitor the CSS application!\"}"], ["created_at", "2016-10-05 17:39:01.937868"], ["updated_at", "2016-10-05 17:39:01.937868"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi velit ea ab voluptas eos quo illo.\",\"text\":\"The SQL program is down, quantify the open-source feed so we can override the XSS driver!\"}"], ["created_at", "2016-10-05 17:39:01.939045"], ["updated_at", "2016-10-05 17:39:01.939045"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit occaecati facere est.\",\"text\":\"Try to navigate the RSS card, maybe it will input the 1080p bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.940264"], ["updated_at", "2016-10-05 17:39:01.940264"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id id inventore occaecati fugit.\",\"text\":\"If we back up the alarm, we can get to the PNG feed through the 1080p IB monitor!\"}"], ["created_at", "2016-10-05 17:39:01.941315"], ["updated_at", "2016-10-05 17:39:01.941315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim minus tenetur tempora adipisci.\",\"text\":\"Transmitting the array won't do anything, we need to reboot the 1080p exe capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.942695"], ["updated_at", "2016-10-05 17:39:01.942695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis laboriosam iusto qui et.\",\"text\":\"The JSON array is down, reboot the primary capacitor so we can bypass the RAM transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.943741"], ["updated_at", "2016-10-05 17:39:01.943741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et in aspernatur dolores deserunt repellat qui iste.\",\"text\":\"Try to bypass the HDD application, maybe it will compress the auxiliary protocol!\"}"], ["created_at", "2016-10-05 17:39:01.944778"], ["updated_at", "2016-10-05 17:39:01.944778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus iure qui quidem vero quae aut veritatis.\",\"text\":\"Parsing the capacitor won't do anything, we need to reboot the mobile hdd card!\"}"], ["created_at", "2016-10-05 17:39:01.945999"], ["updated_at", "2016-10-05 17:39:01.945999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et tempora fugit pariatur enim repellat.\",\"text\":\"Use the open-source AI firewall, then you can transmit the redundant program!\"}"], ["created_at", "2016-10-05 17:39:01.947093"], ["updated_at", "2016-10-05 17:39:01.947093"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem atque ex.\",\"text\":\"If we navigate the panel, we can get to the GB card through the primary HTTP card!\"}"], ["created_at", "2016-10-05 17:39:01.948280"], ["updated_at", "2016-10-05 17:39:01.948280"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quibusdam et expedita quisquam nostrum consequatur.\",\"text\":\"Quantifying the monitor won't do anything, we need to transmit the digital xml alarm!\"}"], ["created_at", "2016-10-05 17:39:01.949818"], ["updated_at", "2016-10-05 17:39:01.949818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In iure minima sit et aspernatur.\",\"text\":\"Use the neural GB hard drive, then you can reboot the auxiliary matrix!\"}"], ["created_at", "2016-10-05 17:39:01.951525"], ["updated_at", "2016-10-05 17:39:01.951525"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et modi tempora deleniti dolore officia.\",\"text\":\"I'll reboot the wireless GB capacitor, that should pixel the HTTP circuit!\"}"], ["created_at", "2016-10-05 17:39:01.952746"], ["updated_at", "2016-10-05 17:39:01.952746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi ut quaerat sed.\",\"text\":\"We need to input the 1080p USB capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.954017"], ["updated_at", "2016-10-05 17:39:01.954017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos nihil minima qui qui non.\",\"text\":\"The XML matrix is down, connect the wireless bus so we can connect the EXE system!\"}"], ["created_at", "2016-10-05 17:39:01.955592"], ["updated_at", "2016-10-05 17:39:01.955592"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint iusto quis.\",\"text\":\"If we synthesize the matrix, we can get to the ADP feed through the neural SCSI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.956816"], ["updated_at", "2016-10-05 17:39:01.956816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos occaecati dolores ut omnis deserunt ab.\",\"text\":\"We need to connect the primary ADP matrix!\"}"], ["created_at", "2016-10-05 17:39:01.958076"], ["updated_at", "2016-10-05 17:39:01.958076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur nulla omnis in magni quia eos inventore.\",\"text\":\"We need to reboot the neural PCI interface!\"}"], ["created_at", "2016-10-05 17:39:01.959578"], ["updated_at", "2016-10-05 17:39:01.959578"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est veniam deleniti qui aut quo quibusdam est.\",\"text\":\"Generating the transmitter won't do anything, we need to input the primary ssl microchip!\"}"], ["created_at", "2016-10-05 17:39:01.960751"], ["updated_at", "2016-10-05 17:39:01.960751"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et molestiae assumenda quia molestiae distinctio sit a.\",\"text\":\"The PNG hard drive is down, program the wireless interface so we can hack the CSS monitor!\"}"], ["created_at", "2016-10-05 17:39:01.961942"], ["updated_at", "2016-10-05 17:39:01.961942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus expedita mollitia dolorum minus libero aut.\",\"text\":\"Use the solid state USB bandwidth, then you can synthesize the back-end card!\"}"], ["created_at", "2016-10-05 17:39:01.963284"], ["updated_at", "2016-10-05 17:39:01.963284"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia eos fugit accusantium ex quod quaerat.\",\"text\":\"Use the 1080p SAS program, then you can navigate the cross-platform feed!\"}"], ["created_at", "2016-10-05 17:39:01.964557"], ["updated_at", "2016-10-05 17:39:01.964557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis doloremque adipisci nesciunt recusandae soluta.\",\"text\":\"Programming the application won't do anything, we need to index the back-end css bus!\"}"], ["created_at", "2016-10-05 17:39:01.965776"], ["updated_at", "2016-10-05 17:39:01.965776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum natus enim laudantium.\",\"text\":\"We need to copy the mobile SAS program!\"}"], ["created_at", "2016-10-05 17:39:01.966773"], ["updated_at", "2016-10-05 17:39:01.966773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto temporibus et.\",\"text\":\"You can't connect the sensor without synthesizing the auxiliary JSON interface!\"}"], ["created_at", "2016-10-05 17:39:01.967823"], ["updated_at", "2016-10-05 17:39:01.967823"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem ut ad similique doloremque voluptatibus omnis.\",\"text\":\"Use the bluetooth SSL pixel, then you can back up the neural sensor!\"}"], ["created_at", "2016-10-05 17:39:01.968830"], ["updated_at", "2016-10-05 17:39:01.968830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae pariatur optio repellat assumenda libero aliquid mollitia.\",\"text\":\"Try to quantify the XSS monitor, maybe it will back up the back-end panel!\"}"], ["created_at", "2016-10-05 17:39:01.969817"], ["updated_at", "2016-10-05 17:39:01.969817"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur recusandae reiciendis saepe.\",\"text\":\"If we reboot the sensor, we can get to the COM panel through the multi-byte SMTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.970997"], ["updated_at", "2016-10-05 17:39:01.970997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita officiis sunt nam ducimus.\",\"text\":\"I'll calculate the primary ADP monitor, that should port the RSS matrix!\"}"], ["created_at", "2016-10-05 17:39:01.972303"], ["updated_at", "2016-10-05 17:39:01.972303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe est possimus a voluptatem et animi.\",\"text\":\"You can't back up the matrix without quantifying the bluetooth SDD capacitor!\"}"], ["created_at", "2016-10-05 17:39:01.973377"], ["updated_at", "2016-10-05 17:39:01.973377"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et repudiandae ipsa aspernatur.\",\"text\":\"Use the mobile ADP alarm, then you can back up the back-end protocol!\"}"], ["created_at", "2016-10-05 17:39:01.974377"], ["updated_at", "2016-10-05 17:39:01.974377"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque rerum numquam voluptatem maxime.\",\"text\":\"I'll override the virtual ADP card, that should circuit the XML sensor!\"}"], ["created_at", "2016-10-05 17:39:01.975526"], ["updated_at", "2016-10-05 17:39:01.975526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam beatae non laboriosam.\",\"text\":\"You can't input the interface without navigating the optical XML sensor!\"}"], ["created_at", "2016-10-05 17:39:01.976525"], ["updated_at", "2016-10-05 17:39:01.976525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt in ipsa placeat explicabo.\",\"text\":\"We need to transmit the wireless XSS alarm!\"}"], ["created_at", "2016-10-05 17:39:01.977531"], ["updated_at", "2016-10-05 17:39:01.977531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum nihil occaecati itaque molestias qui.\",\"text\":\"I'll synthesize the primary COM bus, that should transmitter the CSS system!\"}"], ["created_at", "2016-10-05 17:39:01.978521"], ["updated_at", "2016-10-05 17:39:01.978521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat minima dolores debitis labore.\",\"text\":\"We need to transmit the back-end ADP system!\"}"], ["created_at", "2016-10-05 17:39:01.979563"], ["updated_at", "2016-10-05 17:39:01.979563"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est et dolores cupiditate voluptas eum animi.\",\"text\":\"The CSS card is down, connect the online matrix so we can copy the SQL transmitter!\"}"], ["created_at", "2016-10-05 17:39:01.980607"], ["updated_at", "2016-10-05 17:39:01.980607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et earum ut ducimus quia.\",\"text\":\"We need to override the open-source SQL interface!\"}"], ["created_at", "2016-10-05 17:39:01.981551"], ["updated_at", "2016-10-05 17:39:01.981551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia incidunt voluptas quidem.\",\"text\":\"We need to input the 1080p SCSI pixel!\"}"], ["created_at", "2016-10-05 17:39:01.982642"], ["updated_at", "2016-10-05 17:39:01.982642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto officiis ipsa est placeat maiores magnam quas.\",\"text\":\"Quantifying the feed won't do anything, we need to quantify the online ai driver!\"}"], ["created_at", "2016-10-05 17:39:01.983656"], ["updated_at", "2016-10-05 17:39:01.983656"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et reiciendis aspernatur.\",\"text\":\"If we back up the bus, we can get to the SSL panel through the auxiliary TCP array!\"}"], ["created_at", "2016-10-05 17:39:01.984655"], ["updated_at", "2016-10-05 17:39:01.984655"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut illo libero tenetur nesciunt error aperiam tempore.\",\"text\":\"Hacking the pixel won't do anything, we need to synthesize the optical exe system!\"}"], ["created_at", "2016-10-05 17:39:01.985658"], ["updated_at", "2016-10-05 17:39:01.985658"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam quia fugiat sed sit laudantium et.\",\"text\":\"The SDD circuit is down, generate the multi-byte sensor so we can calculate the JSON circuit!\"}"], ["created_at", "2016-10-05 17:39:01.986772"], ["updated_at", "2016-10-05 17:39:01.986772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus omnis iste qui nulla dolores esse nesciunt.\",\"text\":\"Use the online SCSI transmitter, then you can generate the 1080p interface!\"}"], ["created_at", "2016-10-05 17:39:01.987798"], ["updated_at", "2016-10-05 17:39:01.987798"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex iure occaecati et qui totam.\",\"text\":\"I'll index the cross-platform CSS card, that should bus the SCSI panel!\"}"], ["created_at", "2016-10-05 17:39:01.988931"], ["updated_at", "2016-10-05 17:39:01.988931"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut deleniti accusantium aut architecto consequuntur molestiae ab.\",\"text\":\"We need to input the bluetooth TCP microchip!\"}"], ["created_at", "2016-10-05 17:39:01.990148"], ["updated_at", "2016-10-05 17:39:01.990148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate et eligendi vero nulla quo.\",\"text\":\"We need to reboot the haptic SDD alarm!\"}"], ["created_at", "2016-10-05 17:39:01.991321"], ["updated_at", "2016-10-05 17:39:01.991321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut saepe nihil nesciunt quo.\",\"text\":\"Use the digital HTTP alarm, then you can parse the back-end application!\"}"], ["created_at", "2016-10-05 17:39:01.992811"], ["updated_at", "2016-10-05 17:39:01.992811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus velit magni aperiam quis cum.\",\"text\":\"Use the optical HTTP hard drive, then you can bypass the redundant feed!\"}"], ["created_at", "2016-10-05 17:39:01.994083"], ["updated_at", "2016-10-05 17:39:01.994083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat animi quas rerum ducimus veniam qui nostrum.\",\"text\":\"I'll quantify the haptic SDD alarm, that should port the PCI interface!\"}"], ["created_at", "2016-10-05 17:39:01.995231"], ["updated_at", "2016-10-05 17:39:01.995231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia non magnam tempora architecto fuga.\",\"text\":\"You can't input the circuit without parsing the bluetooth XSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:01.996371"], ["updated_at", "2016-10-05 17:39:01.996371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus explicabo deserunt et et.\",\"text\":\"We need to quantify the haptic HDD interface!\"}"], ["created_at", "2016-10-05 17:39:01.997709"], ["updated_at", "2016-10-05 17:39:01.997709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et est praesentium et quia asperiores.\",\"text\":\"You can't reboot the driver without compressing the redundant PNG port!\"}"], ["created_at", "2016-10-05 17:39:01.998915"], ["updated_at", "2016-10-05 17:39:01.998915"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum quis velit eaque dolor voluptas.\",\"text\":\"The SQL array is down, calculate the multi-byte bandwidth so we can navigate the SMS bus!\"}"], ["created_at", "2016-10-05 17:39:02.000100"], ["updated_at", "2016-10-05 17:39:02.000100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint et quidem.\",\"text\":\"The TCP application is down, input the back-end bandwidth so we can compress the SCSI port!\"}"], ["created_at", "2016-10-05 17:39:02.001305"], ["updated_at", "2016-10-05 17:39:02.001305"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et culpa aut enim et illo est.\",\"text\":\"I'll generate the redundant HTTP circuit, that should sensor the JSON bus!\"}"], ["created_at", "2016-10-05 17:39:02.002559"], ["updated_at", "2016-10-05 17:39:02.002559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus placeat aliquid velit blanditiis modi.\",\"text\":\"The RAM application is down, connect the auxiliary protocol so we can quantify the JBOD protocol!\"}"], ["created_at", "2016-10-05 17:39:02.003772"], ["updated_at", "2016-10-05 17:39:02.003772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem provident et.\",\"text\":\"Navigating the application won't do anything, we need to reboot the virtual sdd bus!\"}"], ["created_at", "2016-10-05 17:39:02.005251"], ["updated_at", "2016-10-05 17:39:02.005251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos odio quia in autem fuga provident saepe.\",\"text\":\"Try to quantify the AI bus, maybe it will compress the optical protocol!\"}"], ["created_at", "2016-10-05 17:39:02.006441"], ["updated_at", "2016-10-05 17:39:02.006441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis consequuntur sed.\",\"text\":\"Generating the circuit won't do anything, we need to generate the optical json bus!\"}"], ["created_at", "2016-10-05 17:39:02.007620"], ["updated_at", "2016-10-05 17:39:02.007620"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut ut dignissimos et qui iste.\",\"text\":\"If we compress the monitor, we can get to the SSL protocol through the online SMTP driver!\"}"], ["created_at", "2016-10-05 17:39:02.008842"], ["updated_at", "2016-10-05 17:39:02.008842"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus voluptatem a voluptate quod praesentium.\",\"text\":\"We need to quantify the haptic RAM card!\"}"], ["created_at", "2016-10-05 17:39:02.010025"], ["updated_at", "2016-10-05 17:39:02.010025"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut quia aliquid.\",\"text\":\"The THX hard drive is down, index the back-end bandwidth so we can reboot the AI system!\"}"], ["created_at", "2016-10-05 17:39:02.011559"], ["updated_at", "2016-10-05 17:39:02.011559"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae error voluptatibus illo.\",\"text\":\"We need to copy the back-end ADP firewall!\"}"], ["created_at", "2016-10-05 17:39:02.012841"], ["updated_at", "2016-10-05 17:39:02.012841"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque natus necessitatibus quo illum minima.\",\"text\":\"You can't synthesize the microchip without calculating the auxiliary IB panel!\"}"], ["created_at", "2016-10-05 17:39:02.014117"], ["updated_at", "2016-10-05 17:39:02.014117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi quas ad laudantium.\",\"text\":\"You can't navigate the protocol without indexing the redundant ADP microchip!\"}"], ["created_at", "2016-10-05 17:39:02.015695"], ["updated_at", "2016-10-05 17:39:02.015695"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam quos qui.\",\"text\":\"Use the solid state AGP hard drive, then you can back up the primary circuit!\"}"], ["created_at", "2016-10-05 17:39:02.017022"], ["updated_at", "2016-10-05 17:39:02.017022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam dolore officiis recusandae enim sapiente.\",\"text\":\"You can't calculate the application without calculating the digital COM protocol!\"}"], ["created_at", "2016-10-05 17:39:02.018333"], ["updated_at", "2016-10-05 17:39:02.018333"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia eos rem ipsum ut id quos.\",\"text\":\"Navigating the monitor won't do anything, we need to calculate the multi-byte ftp system!\"}"], ["created_at", "2016-10-05 17:39:02.019718"], ["updated_at", "2016-10-05 17:39:02.019718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum minus amet cupiditate similique.\",\"text\":\"Use the multi-byte PNG port, then you can transmit the 1080p array!\"}"], ["created_at", "2016-10-05 17:39:02.020877"], ["updated_at", "2016-10-05 17:39:02.020877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur delectus qui excepturi expedita tenetur recusandae.\",\"text\":\"Use the solid state XML card, then you can quantify the redundant program!\"}"], ["created_at", "2016-10-05 17:39:02.022096"], ["updated_at", "2016-10-05 17:39:02.022096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus laboriosam hic mollitia expedita quia quis aspernatur.\",\"text\":\"We need to parse the mobile SQL monitor!\"}"], ["created_at", "2016-10-05 17:39:02.023374"], ["updated_at", "2016-10-05 17:39:02.023374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi vitae nihil aspernatur.\",\"text\":\"Try to index the AGP panel, maybe it will calculate the open-source card!\"}"], ["created_at", "2016-10-05 17:39:02.024760"], ["updated_at", "2016-10-05 17:39:02.024760"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum ad eum consequatur.\",\"text\":\"If we synthesize the transmitter, we can get to the ADP bandwidth through the open-source RSS circuit!\"}"], ["created_at", "2016-10-05 17:39:02.025919"], ["updated_at", "2016-10-05 17:39:02.025919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi repellendus saepe et fugiat tempora.\",\"text\":\"If we bypass the monitor, we can get to the SSL matrix through the cross-platform SDD protocol!\"}"], ["created_at", "2016-10-05 17:39:02.027063"], ["updated_at", "2016-10-05 17:39:02.027063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est saepe in unde nesciunt.\",\"text\":\"You can't parse the transmitter without compressing the redundant SCSI capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.028753"], ["updated_at", "2016-10-05 17:39:02.028753"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione ut aut molestias nihil similique.\",\"text\":\"I'll reboot the back-end XML transmitter, that should hard drive the TCP sensor!\"}"], ["created_at", "2016-10-05 17:39:02.030485"], ["updated_at", "2016-10-05 17:39:02.030485"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis vel aliquid est accusantium fuga eum et.\",\"text\":\"Generating the microchip won't do anything, we need to connect the optical ib port!\"}"], ["created_at", "2016-10-05 17:39:02.031784"], ["updated_at", "2016-10-05 17:39:02.031784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias repellat ipsa vero aspernatur qui.\",\"text\":\"We need to connect the open-source SQL port!\"}"], ["created_at", "2016-10-05 17:39:02.033079"], ["updated_at", "2016-10-05 17:39:02.033079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui nihil quia nulla ipsa repellat voluptas reprehenderit.\",\"text\":\"If we connect the system, we can get to the IB microchip through the bluetooth USB monitor!\"}"], ["created_at", "2016-10-05 17:39:02.034388"], ["updated_at", "2016-10-05 17:39:02.034388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores porro fuga alias temporibus.\",\"text\":\"We need to connect the haptic SSL firewall!\"}"], ["created_at", "2016-10-05 17:39:02.035586"], ["updated_at", "2016-10-05 17:39:02.035586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A quam corrupti.\",\"text\":\"If we compress the transmitter, we can get to the ADP transmitter through the haptic SMTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.037115"], ["updated_at", "2016-10-05 17:39:02.037115"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente nobis dignissimos quod ratione.\",\"text\":\"You can't parse the protocol without transmitting the auxiliary SAS hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.038312"], ["updated_at", "2016-10-05 17:39:02.038312"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est cumque modi.\",\"text\":\"You can't override the capacitor without copying the bluetooth SQL sensor!\"}"], ["created_at", "2016-10-05 17:39:02.039581"], ["updated_at", "2016-10-05 17:39:02.039581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus minima ipsam pariatur explicabo commodi similique facere.\",\"text\":\"You can't bypass the system without copying the haptic XSS card!\"}"], ["created_at", "2016-10-05 17:39:02.041020"], ["updated_at", "2016-10-05 17:39:02.041020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus quam dolor velit fugiat.\",\"text\":\"Use the wireless XML driver, then you can calculate the 1080p protocol!\"}"], ["created_at", "2016-10-05 17:39:02.042225"], ["updated_at", "2016-10-05 17:39:02.042225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque vel delectus explicabo et adipisci impedit.\",\"text\":\"We need to back up the redundant XML alarm!\"}"], ["created_at", "2016-10-05 17:39:02.043796"], ["updated_at", "2016-10-05 17:39:02.043796"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis recusandae dolorem deserunt est quia fuga ut.\",\"text\":\"We need to connect the auxiliary COM bus!\"}"], ["created_at", "2016-10-05 17:39:02.044955"], ["updated_at", "2016-10-05 17:39:02.044955"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia voluptatum fuga.\",\"text\":\"If we navigate the circuit, we can get to the JBOD driver through the wireless RAM program!\"}"], ["created_at", "2016-10-05 17:39:02.046209"], ["updated_at", "2016-10-05 17:39:02.046209"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt porro alias soluta non id saepe.\",\"text\":\"Hacking the circuit won't do anything, we need to transmit the wireless scsi bus!\"}"], ["created_at", "2016-10-05 17:39:02.047463"], ["updated_at", "2016-10-05 17:39:02.047463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit suscipit ducimus laboriosam est veritatis voluptate sint.\",\"text\":\"Use the multi-byte ADP array, then you can transmit the mobile hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.048603"], ["updated_at", "2016-10-05 17:39:02.048603"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt dolorem eligendi non similique aperiam.\",\"text\":\"If we transmit the monitor, we can get to the XSS card through the optical THX alarm!\"}"], ["created_at", "2016-10-05 17:39:02.049741"], ["updated_at", "2016-10-05 17:39:02.049741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui recusandae nihil omnis.\",\"text\":\"Parsing the capacitor won't do anything, we need to transmit the digital com transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.051209"], ["updated_at", "2016-10-05 17:39:02.051209"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum et esse enim.\",\"text\":\"The COM transmitter is down, override the auxiliary transmitter so we can calculate the CSS feed!\"}"], ["created_at", "2016-10-05 17:39:02.052391"], ["updated_at", "2016-10-05 17:39:02.052391"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat sit expedita.\",\"text\":\"I'll compress the open-source AI application, that should application the PNG system!\"}"], ["created_at", "2016-10-05 17:39:02.053547"], ["updated_at", "2016-10-05 17:39:02.053547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A quo iure perferendis maxime enim.\",\"text\":\"You can't synthesize the matrix without compressing the online ADP application!\"}"], ["created_at", "2016-10-05 17:39:02.054708"], ["updated_at", "2016-10-05 17:39:02.054708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel quasi natus.\",\"text\":\"The SCSI interface is down, parse the back-end circuit so we can connect the PNG sensor!\"}"], ["created_at", "2016-10-05 17:39:02.056253"], ["updated_at", "2016-10-05 17:39:02.056253"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur voluptatem optio.\",\"text\":\"Try to synthesize the PNG card, maybe it will program the mobile hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.057440"], ["updated_at", "2016-10-05 17:39:02.057440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut qui atque assumenda.\",\"text\":\"I'll parse the 1080p ADP transmitter, that should card the TCP alarm!\"}"], ["created_at", "2016-10-05 17:39:02.058633"], ["updated_at", "2016-10-05 17:39:02.058633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt enim nihil pariatur minus inventore.\",\"text\":\"We need to override the solid state PNG application!\"}"], ["created_at", "2016-10-05 17:39:02.059844"], ["updated_at", "2016-10-05 17:39:02.059844"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias nisi laudantium optio id in mollitia ab.\",\"text\":\"If we copy the transmitter, we can get to the PNG protocol through the virtual SMTP sensor!\"}"], ["created_at", "2016-10-05 17:39:02.060980"], ["updated_at", "2016-10-05 17:39:02.060980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum autem distinctio accusantium natus qui aut illum.\",\"text\":\"Try to navigate the FTP bandwidth, maybe it will program the wireless firewall!\"}"], ["created_at", "2016-10-05 17:39:02.062178"], ["updated_at", "2016-10-05 17:39:02.062178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi est architecto est.\",\"text\":\"Try to reboot the TCP card, maybe it will navigate the primary application!\"}"], ["created_at", "2016-10-05 17:39:02.063800"], ["updated_at", "2016-10-05 17:39:02.063800"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque excepturi odio id quidem qui.\",\"text\":\"The XML hard drive is down, input the auxiliary pixel so we can input the GB sensor!\"}"], ["created_at", "2016-10-05 17:39:02.064942"], ["updated_at", "2016-10-05 17:39:02.064942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde dolores aut odit voluptatem animi qui dolorem.\",\"text\":\"Synthesizing the bandwidth won't do anything, we need to generate the neural ai panel!\"}"], ["created_at", "2016-10-05 17:39:02.066367"], ["updated_at", "2016-10-05 17:39:02.066367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis aut omnis id ullam deleniti perferendis.\",\"text\":\"If we generate the bus, we can get to the PCI circuit through the primary GB hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.067527"], ["updated_at", "2016-10-05 17:39:02.067527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam ducimus sed excepturi.\",\"text\":\"Backing up the circuit won't do anything, we need to reboot the auxiliary adp sensor!\"}"], ["created_at", "2016-10-05 17:39:02.068742"], ["updated_at", "2016-10-05 17:39:02.068742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis ut pariatur tempore quod.\",\"text\":\"If we back up the card, we can get to the EXE transmitter through the digital JSON firewall!\"}"], ["created_at", "2016-10-05 17:39:02.069870"], ["updated_at", "2016-10-05 17:39:02.069870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum sequi dolorem qui.\",\"text\":\"You can't parse the protocol without backing up the multi-byte AGP protocol!\"}"], ["created_at", "2016-10-05 17:39:02.071010"], ["updated_at", "2016-10-05 17:39:02.071010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium qui repellat illo.\",\"text\":\"I'll bypass the solid state SSL circuit, that should alarm the JSON port!\"}"], ["created_at", "2016-10-05 17:39:02.072562"], ["updated_at", "2016-10-05 17:39:02.072562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia officiis ut alias.\",\"text\":\"I'll back up the solid state SDD sensor, that should firewall the GB alarm!\"}"], ["created_at", "2016-10-05 17:39:02.073708"], ["updated_at", "2016-10-05 17:39:02.073708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est id et est.\",\"text\":\"You can't index the system without compressing the optical RSS transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.074850"], ["updated_at", "2016-10-05 17:39:02.074850"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sit aut sit.\",\"text\":\"Overriding the matrix won't do anything, we need to input the redundant xml alarm!\"}"], ["created_at", "2016-10-05 17:39:02.076259"], ["updated_at", "2016-10-05 17:39:02.076259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis qui repudiandae sint.\",\"text\":\"Use the redundant TCP port, then you can connect the open-source driver!\"}"], ["created_at", "2016-10-05 17:39:02.077399"], ["updated_at", "2016-10-05 17:39:02.077399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore illum neque explicabo nulla enim ipsam quasi.\",\"text\":\"You can't hack the interface without generating the primary JSON transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.078540"], ["updated_at", "2016-10-05 17:39:02.078540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia nihil est officiis quibusdam quisquam debitis dolorem.\",\"text\":\"Use the 1080p THX capacitor, then you can calculate the wireless program!\"}"], ["created_at", "2016-10-05 17:39:02.079722"], ["updated_at", "2016-10-05 17:39:02.079722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis alias delectus et nostrum eos corporis impedit.\",\"text\":\"We need to override the optical IB bus!\"}"], ["created_at", "2016-10-05 17:39:02.081162"], ["updated_at", "2016-10-05 17:39:02.081162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum minus architecto.\",\"text\":\"I'll copy the online FTP system, that should pixel the AI pixel!\"}"], ["created_at", "2016-10-05 17:39:02.082415"], ["updated_at", "2016-10-05 17:39:02.082415"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat vel velit blanditiis voluptatem impedit atque.\",\"text\":\"Connecting the program won't do anything, we need to navigate the solid state com array!\"}"], ["created_at", "2016-10-05 17:39:02.083917"], ["updated_at", "2016-10-05 17:39:02.083917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil vitae voluptatibus.\",\"text\":\"The AGP interface is down, navigate the bluetooth protocol so we can index the EXE transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.085049"], ["updated_at", "2016-10-05 17:39:02.085049"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quae odio odit itaque aliquam minus.\",\"text\":\"The SCSI program is down, bypass the solid state microchip so we can program the PCI matrix!\"}"], ["created_at", "2016-10-05 17:39:02.086179"], ["updated_at", "2016-10-05 17:39:02.086179"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam aut magni reprehenderit.\",\"text\":\"You can't parse the array without connecting the digital PCI transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.109532"], ["updated_at", "2016-10-05 17:39:02.109532"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas iste repellendus.\",\"text\":\"You can't override the monitor without backing up the digital SMS card!\"}"], ["created_at", "2016-10-05 17:39:02.110772"], ["updated_at", "2016-10-05 17:39:02.110772"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut ipsam in eos qui adipisci aspernatur.\",\"text\":\"Copying the matrix won't do anything, we need to compress the primary sdd monitor!\"}"], ["created_at", "2016-10-05 17:39:02.112240"], ["updated_at", "2016-10-05 17:39:02.112240"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat est dolores omnis dignissimos deserunt est.\",\"text\":\"I'll parse the online AI hard drive, that should driver the JSON bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.113366"], ["updated_at", "2016-10-05 17:39:02.113366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur quidem qui molestias qui.\",\"text\":\"I'll input the digital AGP monitor, that should array the IB program!\"}"], ["created_at", "2016-10-05 17:39:02.114329"], ["updated_at", "2016-10-05 17:39:02.114329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa aut repudiandae molestiae rem dicta quidem.\",\"text\":\"Try to generate the THX pixel, maybe it will connect the online application!\"}"], ["created_at", "2016-10-05 17:39:02.115301"], ["updated_at", "2016-10-05 17:39:02.115301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis sit illum suscipit et enim officia.\",\"text\":\"You can't input the system without compressing the haptic XSS system!\"}"], ["created_at", "2016-10-05 17:39:02.116181"], ["updated_at", "2016-10-05 17:39:02.116181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea et maiores dolorum aspernatur quia.\",\"text\":\"Try to program the RSS panel, maybe it will connect the mobile capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.117059"], ["updated_at", "2016-10-05 17:39:02.117059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus non aut.\",\"text\":\"You can't hack the interface without calculating the virtual RAM port!\"}"], ["created_at", "2016-10-05 17:39:02.117927"], ["updated_at", "2016-10-05 17:39:02.117927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla explicabo reiciendis voluptate perferendis.\",\"text\":\"We need to input the solid state ADP card!\"}"], ["created_at", "2016-10-05 17:39:02.118829"], ["updated_at", "2016-10-05 17:39:02.118829"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam ipsa aut tempore.\",\"text\":\"You can't navigate the capacitor without programming the redundant SMTP monitor!\"}"], ["created_at", "2016-10-05 17:39:02.119688"], ["updated_at", "2016-10-05 17:39:02.119688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam vero aperiam.\",\"text\":\"Use the open-source EXE protocol, then you can program the 1080p bus!\"}"], ["created_at", "2016-10-05 17:39:02.120543"], ["updated_at", "2016-10-05 17:39:02.120543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error consequatur molestiae et ipsam et deleniti.\",\"text\":\"The XSS sensor is down, generate the redundant alarm so we can override the RAM port!\"}"], ["created_at", "2016-10-05 17:39:02.121385"], ["updated_at", "2016-10-05 17:39:02.121385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat qui doloribus voluptatibus velit aut.\",\"text\":\"You can't reboot the feed without synthesizing the solid state RSS monitor!\"}"], ["created_at", "2016-10-05 17:39:02.122254"], ["updated_at", "2016-10-05 17:39:02.122254"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio et qui cumque consequatur.\",\"text\":\"Parsing the circuit won't do anything, we need to program the online tcp pixel!\"}"], ["created_at", "2016-10-05 17:39:02.123158"], ["updated_at", "2016-10-05 17:39:02.123158"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum voluptatem dolor illo blanditiis.\",\"text\":\"Backing up the monitor won't do anything, we need to generate the digital xml bus!\"}"], ["created_at", "2016-10-05 17:39:02.124038"], ["updated_at", "2016-10-05 17:39:02.124038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quia officiis eum sed.\",\"text\":\"You can't compress the system without compressing the digital XML feed!\"}"], ["created_at", "2016-10-05 17:39:02.124952"], ["updated_at", "2016-10-05 17:39:02.124952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum cumque distinctio quisquam soluta voluptatum reprehenderit.\",\"text\":\"The FTP pixel is down, override the digital alarm so we can navigate the SMTP card!\"}"], ["created_at", "2016-10-05 17:39:02.125806"], ["updated_at", "2016-10-05 17:39:02.125806"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi et sequi non eligendi dolor error.\",\"text\":\"Use the haptic SMTP feed, then you can reboot the back-end panel!\"}"], ["created_at", "2016-10-05 17:39:02.126682"], ["updated_at", "2016-10-05 17:39:02.126682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit explicabo voluptatibus libero.\",\"text\":\"You can't bypass the matrix without generating the open-source FTP alarm!\"}"], ["created_at", "2016-10-05 17:39:02.127543"], ["updated_at", "2016-10-05 17:39:02.127543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A occaecati adipisci aut consequatur.\",\"text\":\"Try to override the XML card, maybe it will quantify the virtual pixel!\"}"], ["created_at", "2016-10-05 17:39:02.128392"], ["updated_at", "2016-10-05 17:39:02.128392"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam amet saepe libero voluptatem.\",\"text\":\"You can't override the firewall without backing up the 1080p AGP program!\"}"], ["created_at", "2016-10-05 17:39:02.129337"], ["updated_at", "2016-10-05 17:39:02.129337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat aliquid maiores nam.\",\"text\":\"Try to generate the ADP driver, maybe it will copy the 1080p protocol!\"}"], ["created_at", "2016-10-05 17:39:02.130293"], ["updated_at", "2016-10-05 17:39:02.130293"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis autem mollitia voluptatum id dolore vel.\",\"text\":\"Use the virtual EXE transmitter, then you can generate the neural circuit!\"}"], ["created_at", "2016-10-05 17:39:02.131213"], ["updated_at", "2016-10-05 17:39:02.131213"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint in quibusdam incidunt soluta.\",\"text\":\"You can't hack the system without quantifying the back-end RSS application!\"}"], ["created_at", "2016-10-05 17:39:02.132059"], ["updated_at", "2016-10-05 17:39:02.132059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni itaque ipsa qui blanditiis.\",\"text\":\"I'll override the neural ADP alarm, that should matrix the IB card!\"}"], ["created_at", "2016-10-05 17:39:02.132917"], ["updated_at", "2016-10-05 17:39:02.132917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In officiis aspernatur saepe quod esse.\",\"text\":\"Try to back up the SMTP application, maybe it will override the haptic hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.133761"], ["updated_at", "2016-10-05 17:39:02.133761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae ipsam et autem.\",\"text\":\"We need to generate the haptic HTTP system!\"}"], ["created_at", "2016-10-05 17:39:02.134635"], ["updated_at", "2016-10-05 17:39:02.134635"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate alias dignissimos totam beatae quia corrupti.\",\"text\":\"You can't compress the microchip without copying the digital EXE firewall!\"}"], ["created_at", "2016-10-05 17:39:02.135486"], ["updated_at", "2016-10-05 17:39:02.135486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero mollitia quia corporis sit eos eos aspernatur.\",\"text\":\"We need to override the haptic JSON driver!\"}"], ["created_at", "2016-10-05 17:39:02.136332"], ["updated_at", "2016-10-05 17:39:02.136332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora sit dolor.\",\"text\":\"Try to index the FTP microchip, maybe it will copy the open-source application!\"}"], ["created_at", "2016-10-05 17:39:02.137198"], ["updated_at", "2016-10-05 17:39:02.137198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum quo harum consequatur delectus.\",\"text\":\"I'll hack the open-source PCI alarm, that should alarm the RAM bus!\"}"], ["created_at", "2016-10-05 17:39:02.138081"], ["updated_at", "2016-10-05 17:39:02.138081"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas illum porro.\",\"text\":\"I'll copy the primary CSS protocol, that should application the XSS firewall!\"}"], ["created_at", "2016-10-05 17:39:02.138986"], ["updated_at", "2016-10-05 17:39:02.138986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae doloremque magni.\",\"text\":\"The USB capacitor is down, calculate the cross-platform application so we can parse the SCSI sensor!\"}"], ["created_at", "2016-10-05 17:39:02.139844"], ["updated_at", "2016-10-05 17:39:02.139844"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis nostrum labore veniam fuga voluptate.\",\"text\":\"We need to synthesize the optical USB protocol!\"}"], ["created_at", "2016-10-05 17:39:02.140687"], ["updated_at", "2016-10-05 17:39:02.140687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias nesciunt voluptatem vitae ea.\",\"text\":\"The SMS interface is down, back up the haptic panel so we can calculate the PCI interface!\"}"], ["created_at", "2016-10-05 17:39:02.141543"], ["updated_at", "2016-10-05 17:39:02.141543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur fuga sint.\",\"text\":\"Try to navigate the IB bus, maybe it will transmit the multi-byte hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.142420"], ["updated_at", "2016-10-05 17:39:02.142420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut voluptatem laudantium.\",\"text\":\"I'll back up the virtual SSL driver, that should system the XML system!\"}"], ["created_at", "2016-10-05 17:39:02.143281"], ["updated_at", "2016-10-05 17:39:02.143281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque autem omnis molestiae consequuntur.\",\"text\":\"You can't copy the firewall without synthesizing the back-end TCP circuit!\"}"], ["created_at", "2016-10-05 17:39:02.144133"], ["updated_at", "2016-10-05 17:39:02.144133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi tempore nihil error harum quae.\",\"text\":\"Compressing the driver won't do anything, we need to quantify the open-source pci capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.144981"], ["updated_at", "2016-10-05 17:39:02.144981"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores ut veniam doloribus beatae at debitis nemo.\",\"text\":\"I'll compress the neural GB bandwidth, that should interface the USB transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.145836"], ["updated_at", "2016-10-05 17:39:02.145836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam sit dolorem quae excepturi optio nulla.\",\"text\":\"If we bypass the pixel, we can get to the TCP driver through the digital HDD driver!\"}"], ["created_at", "2016-10-05 17:39:02.146765"], ["updated_at", "2016-10-05 17:39:02.146765"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem alias tempora.\",\"text\":\"The SCSI card is down, back up the redundant circuit so we can program the HTTP microchip!\"}"], ["created_at", "2016-10-05 17:39:02.147625"], ["updated_at", "2016-10-05 17:39:02.147625"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae cum quidem sunt sit.\",\"text\":\"We need to connect the mobile SCSI monitor!\"}"], ["created_at", "2016-10-05 17:39:02.148474"], ["updated_at", "2016-10-05 17:39:02.148474"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti voluptatem explicabo nobis rerum.\",\"text\":\"We need to compress the back-end XML card!\"}"], ["created_at", "2016-10-05 17:39:02.149317"], ["updated_at", "2016-10-05 17:39:02.149317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam in reiciendis voluptatum sunt.\",\"text\":\"If we quantify the matrix, we can get to the SQL application through the redundant SQL transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.150154"], ["updated_at", "2016-10-05 17:39:02.150154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et autem libero.\",\"text\":\"We need to index the optical AGP matrix!\"}"], ["created_at", "2016-10-05 17:39:02.151058"], ["updated_at", "2016-10-05 17:39:02.151058"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab quidem ut beatae ratione illum vitae cupiditate.\",\"text\":\"You can't connect the bus without calculating the primary JBOD port!\"}"], ["created_at", "2016-10-05 17:39:02.151882"], ["updated_at", "2016-10-05 17:39:02.151882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat possimus ut id et molestias et.\",\"text\":\"Try to bypass the SSL sensor, maybe it will input the 1080p hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.152727"], ["updated_at", "2016-10-05 17:39:02.152727"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem doloribus voluptatem et dignissimos qui.\",\"text\":\"We need to program the bluetooth SMTP monitor!\"}"], ["created_at", "2016-10-05 17:39:02.153575"], ["updated_at", "2016-10-05 17:39:02.153575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat sit non eos ratione dolore.\",\"text\":\"We need to parse the open-source XSS monitor!\"}"], ["created_at", "2016-10-05 17:39:02.154456"], ["updated_at", "2016-10-05 17:39:02.154456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam reiciendis deleniti labore id et.\",\"text\":\"Backing up the microchip won't do anything, we need to input the auxiliary sql transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.155317"], ["updated_at", "2016-10-05 17:39:02.155317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas eum voluptates corrupti earum.\",\"text\":\"Try to generate the IB monitor, maybe it will compress the digital matrix!\"}"], ["created_at", "2016-10-05 17:39:02.156187"], ["updated_at", "2016-10-05 17:39:02.156187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti earum voluptatem necessitatibus ad repudiandae quas tenetur.\",\"text\":\"The TCP hard drive is down, compress the optical protocol so we can calculate the JSON transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.157058"], ["updated_at", "2016-10-05 17:39:02.157058"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut quis eveniet fuga ab sint.\",\"text\":\"Try to navigate the ADP system, maybe it will reboot the digital sensor!\"}"], ["created_at", "2016-10-05 17:39:02.157910"], ["updated_at", "2016-10-05 17:39:02.157910"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui ea dolorum sunt.\",\"text\":\"Synthesizing the transmitter won't do anything, we need to back up the online sdd array!\"}"], ["created_at", "2016-10-05 17:39:02.158779"], ["updated_at", "2016-10-05 17:39:02.158779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos asperiores nihil.\",\"text\":\"The RSS bandwidth is down, index the back-end microchip so we can navigate the EXE capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.159647"], ["updated_at", "2016-10-05 17:39:02.159647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia commodi ullam consequatur magnam repudiandae culpa nam.\",\"text\":\"Use the solid state SQL feed, then you can input the haptic application!\"}"], ["created_at", "2016-10-05 17:39:02.160497"], ["updated_at", "2016-10-05 17:39:02.160497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error enim cum facilis minima.\",\"text\":\"The PNG protocol is down, quantify the cross-platform hard drive so we can synthesize the FTP interface!\"}"], ["created_at", "2016-10-05 17:39:02.161356"], ["updated_at", "2016-10-05 17:39:02.161356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis dicta est numquam porro officiis.\",\"text\":\"Try to synthesize the COM array, maybe it will calculate the redundant driver!\"}"], ["created_at", "2016-10-05 17:39:02.162202"], ["updated_at", "2016-10-05 17:39:02.162202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla dolore fugit voluptatum non rerum.\",\"text\":\"Connecting the driver won't do anything, we need to transmit the redundant sms card!\"}"], ["created_at", "2016-10-05 17:39:02.163082"], ["updated_at", "2016-10-05 17:39:02.163082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum at dolores et.\",\"text\":\"Use the virtual PNG interface, then you can bypass the mobile transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.163921"], ["updated_at", "2016-10-05 17:39:02.163921"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo dolor sit.\",\"text\":\"Try to override the PNG interface, maybe it will connect the open-source array!\"}"], ["created_at", "2016-10-05 17:39:02.164763"], ["updated_at", "2016-10-05 17:39:02.164763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias deleniti alias consectetur ex temporibus sit.\",\"text\":\"The SDD application is down, compress the 1080p protocol so we can program the RSS port!\"}"], ["created_at", "2016-10-05 17:39:02.165602"], ["updated_at", "2016-10-05 17:39:02.165602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit sed quo nihil.\",\"text\":\"Navigating the program won't do anything, we need to program the auxiliary sms circuit!\"}"], ["created_at", "2016-10-05 17:39:02.166455"], ["updated_at", "2016-10-05 17:39:02.166455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem ipsam cupiditate veritatis voluptatum.\",\"text\":\"You can't reboot the bus without hacking the 1080p AI sensor!\"}"], ["created_at", "2016-10-05 17:39:02.167328"], ["updated_at", "2016-10-05 17:39:02.167328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In ut est atque molestiae.\",\"text\":\"Use the digital GB capacitor, then you can compress the redundant firewall!\"}"], ["created_at", "2016-10-05 17:39:02.168224"], ["updated_at", "2016-10-05 17:39:02.168224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea corrupti dolore ex.\",\"text\":\"If we copy the firewall, we can get to the AGP pixel through the 1080p IB interface!\"}"], ["created_at", "2016-10-05 17:39:02.169071"], ["updated_at", "2016-10-05 17:39:02.169071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui iure delectus nihil error.\",\"text\":\"Navigating the bandwidth won't do anything, we need to quantify the wireless exe program!\"}"], ["created_at", "2016-10-05 17:39:02.169916"], ["updated_at", "2016-10-05 17:39:02.169916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum facere cupiditate eligendi odio.\",\"text\":\"I'll hack the wireless EXE hard drive, that should port the IB transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.170761"], ["updated_at", "2016-10-05 17:39:02.170761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati placeat sed reiciendis ea voluptatibus harum consectetur.\",\"text\":\"The PCI transmitter is down, synthesize the back-end interface so we can override the SDD protocol!\"}"], ["created_at", "2016-10-05 17:39:02.171617"], ["updated_at", "2016-10-05 17:39:02.171617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est nobis facere nam vel.\",\"text\":\"Try to index the SSL protocol, maybe it will transmit the multi-byte alarm!\"}"], ["created_at", "2016-10-05 17:39:02.172498"], ["updated_at", "2016-10-05 17:39:02.172498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam est maiores.\",\"text\":\"We need to back up the online RAM driver!\"}"], ["created_at", "2016-10-05 17:39:02.173388"], ["updated_at", "2016-10-05 17:39:02.173388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem delectus ea cum repellat sit.\",\"text\":\"If we generate the matrix, we can get to the USB program through the cross-platform HDD port!\"}"], ["created_at", "2016-10-05 17:39:02.174205"], ["updated_at", "2016-10-05 17:39:02.174205"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias quidem debitis dolor dolorum.\",\"text\":\"If we quantify the system, we can get to the SMS port through the cross-platform XML card!\"}"], ["created_at", "2016-10-05 17:39:02.175160"], ["updated_at", "2016-10-05 17:39:02.175160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis itaque non.\",\"text\":\"The SDD matrix is down, parse the redundant feed so we can input the PNG system!\"}"], ["created_at", "2016-10-05 17:39:02.176160"], ["updated_at", "2016-10-05 17:39:02.176160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil autem a.\",\"text\":\"If we reboot the feed, we can get to the AGP interface through the solid state THX matrix!\"}"], ["created_at", "2016-10-05 17:39:02.177024"], ["updated_at", "2016-10-05 17:39:02.177024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat accusamus cum eligendi sapiente quia doloremque aut.\",\"text\":\"Use the virtual IB interface, then you can copy the neural hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.177869"], ["updated_at", "2016-10-05 17:39:02.177869"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam sint eaque est pariatur ducimus veritatis voluptas.\",\"text\":\"The EXE microchip is down, index the solid state sensor so we can override the SAS matrix!\"}"], ["created_at", "2016-10-05 17:39:02.178763"], ["updated_at", "2016-10-05 17:39:02.178763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero qui quod et velit eum.\",\"text\":\"Programming the bandwidth won't do anything, we need to reboot the optical usb bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.179637"], ["updated_at", "2016-10-05 17:39:02.179637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur exercitationem officiis et velit aut illo.\",\"text\":\"You can't navigate the transmitter without bypassing the neural AGP circuit!\"}"], ["created_at", "2016-10-05 17:39:02.180495"], ["updated_at", "2016-10-05 17:39:02.180495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque ut asperiores atque sunt est.\",\"text\":\"I'll calculate the neural AGP pixel, that should protocol the RSS microchip!\"}"], ["created_at", "2016-10-05 17:39:02.181344"], ["updated_at", "2016-10-05 17:39:02.181344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et et labore aut omnis sit voluptas.\",\"text\":\"You can't index the program without transmitting the haptic RSS matrix!\"}"], ["created_at", "2016-10-05 17:39:02.182194"], ["updated_at", "2016-10-05 17:39:02.182194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et hic rem rerum voluptas.\",\"text\":\"The EXE array is down, back up the multi-byte card so we can parse the ADP transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.183072"], ["updated_at", "2016-10-05 17:39:02.183072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non voluptates beatae odit architecto praesentium incidunt.\",\"text\":\"We need to transmit the optical HDD microchip!\"}"], ["created_at", "2016-10-05 17:39:02.183921"], ["updated_at", "2016-10-05 17:39:02.183921"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem omnis quasi.\",\"text\":\"Use the cross-platform AGP monitor, then you can back up the 1080p circuit!\"}"], ["created_at", "2016-10-05 17:39:02.184759"], ["updated_at", "2016-10-05 17:39:02.184759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est minima quia.\",\"text\":\"We need to generate the bluetooth SMS interface!\"}"], ["created_at", "2016-10-05 17:39:02.185604"], ["updated_at", "2016-10-05 17:39:02.185604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem aperiam molestias sit quas.\",\"text\":\"You can't calculate the monitor without programming the mobile JSON card!\"}"], ["created_at", "2016-10-05 17:39:02.186463"], ["updated_at", "2016-10-05 17:39:02.186463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque porro voluptate dignissimos.\",\"text\":\"We need to input the mobile SMTP matrix!\"}"], ["created_at", "2016-10-05 17:39:02.187310"], ["updated_at", "2016-10-05 17:39:02.187310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam voluptatem voluptate non sed odit ex ut.\",\"text\":\"The AGP capacitor is down, override the back-end transmitter so we can copy the EXE hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.188158"], ["updated_at", "2016-10-05 17:39:02.188158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut perspiciatis totam et esse.\",\"text\":\"The ADP matrix is down, reboot the cross-platform program so we can quantify the GB port!\"}"], ["created_at", "2016-10-05 17:39:02.189017"], ["updated_at", "2016-10-05 17:39:02.189017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum quisquam omnis deleniti nihil sit eos.\",\"text\":\"Use the open-source HTTP card, then you can transmit the redundant program!\"}"], ["created_at", "2016-10-05 17:39:02.189870"], ["updated_at", "2016-10-05 17:39:02.189870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos placeat et.\",\"text\":\"The ADP monitor is down, connect the multi-byte panel so we can index the SAS monitor!\"}"], ["created_at", "2016-10-05 17:39:02.190729"], ["updated_at", "2016-10-05 17:39:02.190729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat eum dolor omnis amet.\",\"text\":\"Use the auxiliary TCP matrix, then you can synthesize the 1080p pixel!\"}"], ["created_at", "2016-10-05 17:39:02.191587"], ["updated_at", "2016-10-05 17:39:02.191587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio maiores est doloribus praesentium alias qui.\",\"text\":\"The HTTP hard drive is down, parse the solid state pixel so we can connect the PCI card!\"}"], ["created_at", "2016-10-05 17:39:02.192436"], ["updated_at", "2016-10-05 17:39:02.192436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut sequi enim sed ut quo qui.\",\"text\":\"Compressing the matrix won't do anything, we need to bypass the solid state http transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.193286"], ["updated_at", "2016-10-05 17:39:02.193286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi distinctio inventore.\",\"text\":\"The SDD pixel is down, navigate the haptic capacitor so we can navigate the RSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.194139"], ["updated_at", "2016-10-05 17:39:02.194139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In perferendis aliquid velit excepturi qui.\",\"text\":\"Try to bypass the JSON microchip, maybe it will program the mobile microchip!\"}"], ["created_at", "2016-10-05 17:39:02.194994"], ["updated_at", "2016-10-05 17:39:02.194994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate corrupti amet error est aperiam ipsa.\",\"text\":\"If we transmit the driver, we can get to the SAS program through the 1080p AI feed!\"}"], ["created_at", "2016-10-05 17:39:02.195858"], ["updated_at", "2016-10-05 17:39:02.195858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita voluptatem et.\",\"text\":\"We need to connect the optical USB protocol!\"}"], ["created_at", "2016-10-05 17:39:02.196717"], ["updated_at", "2016-10-05 17:39:02.196717"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae esse quis ea ut minus ipsum.\",\"text\":\"Use the cross-platform CSS feed, then you can program the neural protocol!\"}"], ["created_at", "2016-10-05 17:39:02.197582"], ["updated_at", "2016-10-05 17:39:02.197582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem et et.\",\"text\":\"Try to synthesize the PNG sensor, maybe it will bypass the back-end feed!\"}"], ["created_at", "2016-10-05 17:39:02.198479"], ["updated_at", "2016-10-05 17:39:02.198479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque pariatur necessitatibus blanditiis vel vitae debitis.\",\"text\":\"Try to input the SCSI matrix, maybe it will connect the multi-byte firewall!\"}"], ["created_at", "2016-10-05 17:39:02.199333"], ["updated_at", "2016-10-05 17:39:02.199333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus autem doloribus omnis.\",\"text\":\"Use the back-end XML protocol, then you can index the virtual sensor!\"}"], ["created_at", "2016-10-05 17:39:02.200180"], ["updated_at", "2016-10-05 17:39:02.200180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni nostrum error eaque aliquam animi nihil.\",\"text\":\"Try to calculate the PNG alarm, maybe it will compress the cross-platform array!\"}"], ["created_at", "2016-10-05 17:39:02.201026"], ["updated_at", "2016-10-05 17:39:02.201026"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus rem nihil qui placeat.\",\"text\":\"I'll back up the haptic SMTP monitor, that should port the XML monitor!\"}"], ["created_at", "2016-10-05 17:39:02.201870"], ["updated_at", "2016-10-05 17:39:02.201870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia sit quidem fugiat pariatur veritatis ut rem.\",\"text\":\"If we bypass the hard drive, we can get to the SQL pixel through the open-source JBOD pixel!\"}"], ["created_at", "2016-10-05 17:39:02.202729"], ["updated_at", "2016-10-05 17:39:02.202729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus aut autem.\",\"text\":\"If we index the interface, we can get to the ADP array through the back-end GB microchip!\"}"], ["created_at", "2016-10-05 17:39:02.203579"], ["updated_at", "2016-10-05 17:39:02.203579"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui excepturi modi.\",\"text\":\"You can't program the feed without synthesizing the neural RSS matrix!\"}"], ["created_at", "2016-10-05 17:39:02.204418"], ["updated_at", "2016-10-05 17:39:02.204418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut deserunt cupiditate consectetur.\",\"text\":\"Try to generate the HTTP bandwidth, maybe it will quantify the virtual bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.205276"], ["updated_at", "2016-10-05 17:39:02.205276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam aut quas quasi non perspiciatis quia.\",\"text\":\"Use the bluetooth SQL pixel, then you can parse the optical program!\"}"], ["created_at", "2016-10-05 17:39:02.206129"], ["updated_at", "2016-10-05 17:39:02.206129"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa consequatur eum vel.\",\"text\":\"I'll bypass the cross-platform THX protocol, that should interface the GB card!\"}"], ["created_at", "2016-10-05 17:39:02.207006"], ["updated_at", "2016-10-05 17:39:02.207006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit sed facilis voluptate ex.\",\"text\":\"Use the cross-platform SAS program, then you can copy the online array!\"}"], ["created_at", "2016-10-05 17:39:02.207894"], ["updated_at", "2016-10-05 17:39:02.207894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto earum aliquid quas assumenda soluta tempora quis.\",\"text\":\"I'll parse the haptic JSON driver, that should monitor the JSON alarm!\"}"], ["created_at", "2016-10-05 17:39:02.208746"], ["updated_at", "2016-10-05 17:39:02.208746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur totam consequatur soluta quaerat aut.\",\"text\":\"Indexing the panel won't do anything, we need to bypass the neural smtp port!\"}"], ["created_at", "2016-10-05 17:39:02.209588"], ["updated_at", "2016-10-05 17:39:02.209588"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi quam sapiente sed adipisci.\",\"text\":\"We need to quantify the neural JBOD capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.210446"], ["updated_at", "2016-10-05 17:39:02.210446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto consequatur laboriosam molestiae ea.\",\"text\":\"Use the open-source FTP transmitter, then you can hack the optical card!\"}"], ["created_at", "2016-10-05 17:39:02.211297"], ["updated_at", "2016-10-05 17:39:02.211297"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam labore asperiores quia aut molestiae sit in.\",\"text\":\"If we copy the capacitor, we can get to the SMTP program through the multi-byte HDD protocol!\"}"], ["created_at", "2016-10-05 17:39:02.212147"], ["updated_at", "2016-10-05 17:39:02.212147"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas iusto ea corrupti rerum.\",\"text\":\"You can't override the system without indexing the 1080p SCSI port!\"}"], ["created_at", "2016-10-05 17:39:02.213405"], ["updated_at", "2016-10-05 17:39:02.213405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid alias dolorum veritatis ab ea ipsam sit.\",\"text\":\"Try to input the PNG microchip, maybe it will transmit the bluetooth feed!\"}"], ["created_at", "2016-10-05 17:39:02.214374"], ["updated_at", "2016-10-05 17:39:02.214374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non libero iure exercitationem voluptas iste omnis quis.\",\"text\":\"I'll parse the open-source PCI firewall, that should transmitter the PCI bus!\"}"], ["created_at", "2016-10-05 17:39:02.215305"], ["updated_at", "2016-10-05 17:39:02.215305"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam numquam porro.\",\"text\":\"Try to index the RSS interface, maybe it will program the haptic bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.216212"], ["updated_at", "2016-10-05 17:39:02.216212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores sunt amet est.\",\"text\":\"You can't back up the array without indexing the mobile THX protocol!\"}"], ["created_at", "2016-10-05 17:39:02.217158"], ["updated_at", "2016-10-05 17:39:02.217158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt accusamus eos est.\",\"text\":\"Overriding the feed won't do anything, we need to copy the digital json microchip!\"}"], ["created_at", "2016-10-05 17:39:02.218095"], ["updated_at", "2016-10-05 17:39:02.218095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic inventore ea.\",\"text\":\"I'll compress the 1080p THX program, that should capacitor the AGP circuit!\"}"], ["created_at", "2016-10-05 17:39:02.219005"], ["updated_at", "2016-10-05 17:39:02.219005"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae rerum vel ex accusantium.\",\"text\":\"I'll calculate the multi-byte USB transmitter, that should driver the SQL bus!\"}"], ["created_at", "2016-10-05 17:39:02.219850"], ["updated_at", "2016-10-05 17:39:02.219850"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem magnam similique doloribus porro.\",\"text\":\"Overriding the protocol won't do anything, we need to navigate the mobile pci monitor!\"}"], ["created_at", "2016-10-05 17:39:02.220705"], ["updated_at", "2016-10-05 17:39:02.220705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia quis quis porro magnam eos.\",\"text\":\"Use the optical USB transmitter, then you can input the auxiliary system!\"}"], ["created_at", "2016-10-05 17:39:02.221558"], ["updated_at", "2016-10-05 17:39:02.221558"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem aut ea expedita repellendus.\",\"text\":\"The SCSI card is down, bypass the solid state port so we can parse the XSS circuit!\"}"], ["created_at", "2016-10-05 17:39:02.222453"], ["updated_at", "2016-10-05 17:39:02.222453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit minima facilis.\",\"text\":\"We need to back up the optical CSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.223323"], ["updated_at", "2016-10-05 17:39:02.223323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore iusto et non omnis ut nostrum.\",\"text\":\"Backing up the system won't do anything, we need to copy the auxiliary xss circuit!\"}"], ["created_at", "2016-10-05 17:39:02.224181"], ["updated_at", "2016-10-05 17:39:02.224181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora rerum doloribus dolorem ex.\",\"text\":\"Try to input the SQL system, maybe it will synthesize the back-end circuit!\"}"], ["created_at", "2016-10-05 17:39:02.225059"], ["updated_at", "2016-10-05 17:39:02.225059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis sit adipisci et.\",\"text\":\"Use the open-source GB bandwidth, then you can navigate the digital pixel!\"}"], ["created_at", "2016-10-05 17:39:02.225931"], ["updated_at", "2016-10-05 17:39:02.225931"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur excepturi dolores rerum.\",\"text\":\"We need to copy the open-source RAM driver!\"}"], ["created_at", "2016-10-05 17:39:02.226848"], ["updated_at", "2016-10-05 17:39:02.226848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt quia ex similique.\",\"text\":\"I'll hack the bluetooth SDD microchip, that should alarm the XSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.227741"], ["updated_at", "2016-10-05 17:39:02.227741"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et non amet cum facere eligendi voluptas rerum.\",\"text\":\"I'll parse the open-source JBOD capacitor, that should circuit the RAM capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.228589"], ["updated_at", "2016-10-05 17:39:02.228589"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque est nemo.\",\"text\":\"If we input the program, we can get to the JSON card through the 1080p XSS system!\"}"], ["created_at", "2016-10-05 17:39:02.229506"], ["updated_at", "2016-10-05 17:39:02.229506"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus quidem eveniet quas qui qui.\",\"text\":\"Try to back up the HDD microchip, maybe it will override the solid state protocol!\"}"], ["created_at", "2016-10-05 17:39:02.230406"], ["updated_at", "2016-10-05 17:39:02.230406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut quaerat voluptatibus iusto nesciunt.\",\"text\":\"Calculating the panel won't do anything, we need to compress the cross-platform json hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.231257"], ["updated_at", "2016-10-05 17:39:02.231257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi laudantium sequi saepe temporibus doloribus.\",\"text\":\"If we navigate the monitor, we can get to the RAM port through the mobile COM application!\"}"], ["created_at", "2016-10-05 17:39:02.232109"], ["updated_at", "2016-10-05 17:39:02.232109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod adipisci quia eum aut.\",\"text\":\"If we index the transmitter, we can get to the JSON bandwidth through the digital TCP transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.232950"], ["updated_at", "2016-10-05 17:39:02.232950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum enim natus in quis.\",\"text\":\"You can't compress the card without backing up the digital AI protocol!\"}"], ["created_at", "2016-10-05 17:39:02.233792"], ["updated_at", "2016-10-05 17:39:02.233792"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas nisi quia.\",\"text\":\"You can't index the alarm without bypassing the online AI pixel!\"}"], ["created_at", "2016-10-05 17:39:02.234662"], ["updated_at", "2016-10-05 17:39:02.234662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum eum repellat sed.\",\"text\":\"Synthesizing the application won't do anything, we need to hack the digital xss bus!\"}"], ["created_at", "2016-10-05 17:39:02.235513"], ["updated_at", "2016-10-05 17:39:02.235513"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit esse debitis quae qui explicabo officia est.\",\"text\":\"If we copy the interface, we can get to the XML pixel through the primary SAS microchip!\"}"], ["created_at", "2016-10-05 17:39:02.236360"], ["updated_at", "2016-10-05 17:39:02.236360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In labore et eveniet dolores corrupti non.\",\"text\":\"Use the redundant JSON transmitter, then you can transmit the cross-platform microchip!\"}"], ["created_at", "2016-10-05 17:39:02.237212"], ["updated_at", "2016-10-05 17:39:02.237212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio tempore praesentium hic quos qui eaque.\",\"text\":\"The SAS firewall is down, reboot the auxiliary hard drive so we can copy the XML bus!\"}"], ["created_at", "2016-10-05 17:39:02.238074"], ["updated_at", "2016-10-05 17:39:02.238074"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas libero corporis atque aut similique maiores itaque.\",\"text\":\"If we quantify the capacitor, we can get to the JSON application through the redundant HDD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.238978"], ["updated_at", "2016-10-05 17:39:02.238978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat velit neque.\",\"text\":\"We need to navigate the redundant SMTP application!\"}"], ["created_at", "2016-10-05 17:39:02.239824"], ["updated_at", "2016-10-05 17:39:02.239824"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti minima officiis et ut vitae.\",\"text\":\"I'll input the neural SMTP transmitter, that should alarm the THX sensor!\"}"], ["created_at", "2016-10-05 17:39:02.240666"], ["updated_at", "2016-10-05 17:39:02.240666"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet enim quia sit mollitia a odit.\",\"text\":\"Try to input the GB transmitter, maybe it will compress the 1080p circuit!\"}"], ["created_at", "2016-10-05 17:39:02.241508"], ["updated_at", "2016-10-05 17:39:02.241508"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas soluta ad sed.\",\"text\":\"You can't back up the bandwidth without copying the optical CSS program!\"}"], ["created_at", "2016-10-05 17:39:02.242382"], ["updated_at", "2016-10-05 17:39:02.242382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut et nulla esse minus enim.\",\"text\":\"The HTTP bandwidth is down, input the virtual port so we can copy the USB circuit!\"}"], ["created_at", "2016-10-05 17:39:02.243238"], ["updated_at", "2016-10-05 17:39:02.243238"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et error deleniti omnis consequatur.\",\"text\":\"If we transmit the firewall, we can get to the SMTP port through the mobile FTP system!\"}"], ["created_at", "2016-10-05 17:39:02.244083"], ["updated_at", "2016-10-05 17:39:02.244083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate dicta quaerat officiis laborum quod est.\",\"text\":\"I'll back up the open-source EXE transmitter, that should firewall the IB bus!\"}"], ["created_at", "2016-10-05 17:39:02.244927"], ["updated_at", "2016-10-05 17:39:02.244927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim perferendis laborum atque quae.\",\"text\":\"Calculating the alarm won't do anything, we need to reboot the optical thx driver!\"}"], ["created_at", "2016-10-05 17:39:02.245791"], ["updated_at", "2016-10-05 17:39:02.245791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel voluptatibus magnam ut molestias eaque.\",\"text\":\"Try to connect the XSS monitor, maybe it will hack the solid state firewall!\"}"], ["created_at", "2016-10-05 17:39:02.246674"], ["updated_at", "2016-10-05 17:39:02.246674"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum eum non nam neque officia quisquam.\",\"text\":\"Use the redundant HTTP monitor, then you can quantify the primary bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.247523"], ["updated_at", "2016-10-05 17:39:02.247523"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem sunt quibusdam.\",\"text\":\"Bypassing the monitor won't do anything, we need to calculate the digital sas transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.248362"], ["updated_at", "2016-10-05 17:39:02.248362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi error aperiam est.\",\"text\":\"We need to navigate the online USB hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.249212"], ["updated_at", "2016-10-05 17:39:02.249212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus laudantium accusantium earum natus.\",\"text\":\"Try to navigate the SAS protocol, maybe it will hack the virtual panel!\"}"], ["created_at", "2016-10-05 17:39:02.250052"], ["updated_at", "2016-10-05 17:39:02.250052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est qui et.\",\"text\":\"We need to index the digital CSS application!\"}"], ["created_at", "2016-10-05 17:39:02.250933"], ["updated_at", "2016-10-05 17:39:02.250933"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta odit fuga nostrum iste eius ea deserunt.\",\"text\":\"Use the digital RAM bus, then you can input the haptic interface!\"}"], ["created_at", "2016-10-05 17:39:02.251774"], ["updated_at", "2016-10-05 17:39:02.251774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem corporis aut quo ullam perspiciatis sapiente unde.\",\"text\":\"Try to reboot the TCP sensor, maybe it will override the solid state card!\"}"], ["created_at", "2016-10-05 17:39:02.252620"], ["updated_at", "2016-10-05 17:39:02.252620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum voluptatem voluptates deserunt et sunt est.\",\"text\":\"I'll transmit the auxiliary HTTP alarm, that should hard drive the SSL pixel!\"}"], ["created_at", "2016-10-05 17:39:02.253470"], ["updated_at", "2016-10-05 17:39:02.253470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo consectetur ad dignissimos excepturi facilis eos.\",\"text\":\"Try to index the SMS protocol, maybe it will synthesize the optical alarm!\"}"], ["created_at", "2016-10-05 17:39:02.254309"], ["updated_at", "2016-10-05 17:39:02.254309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut debitis veniam dolores et.\",\"text\":\"Try to transmit the COM alarm, maybe it will back up the back-end driver!\"}"], ["created_at", "2016-10-05 17:39:02.255184"], ["updated_at", "2016-10-05 17:39:02.255184"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut id non tempora enim.\",\"text\":\"You can't synthesize the interface without connecting the solid state XML microchip!\"}"], ["created_at", "2016-10-05 17:39:02.256040"], ["updated_at", "2016-10-05 17:39:02.256040"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore consequatur delectus praesentium facilis voluptatem labore.\",\"text\":\"Try to calculate the USB feed, maybe it will copy the cross-platform microchip!\"}"], ["created_at", "2016-10-05 17:39:02.256888"], ["updated_at", "2016-10-05 17:39:02.256888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In velit veritatis consequatur deleniti non.\",\"text\":\"Try to index the FTP pixel, maybe it will connect the bluetooth transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.257745"], ["updated_at", "2016-10-05 17:39:02.257745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit quod quas dicta autem commodi rerum.\",\"text\":\"We need to connect the auxiliary SMTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.258622"], ["updated_at", "2016-10-05 17:39:02.258622"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga molestiae laudantium mollitia autem molestiae quisquam recusandae.\",\"text\":\"I'll bypass the digital PCI capacitor, that should program the SMS firewall!\"}"], ["created_at", "2016-10-05 17:39:02.259474"], ["updated_at", "2016-10-05 17:39:02.259474"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti sapiente id velit laborum magnam praesentium repellendus.\",\"text\":\"We need to transmit the redundant COM card!\"}"], ["created_at", "2016-10-05 17:39:02.260327"], ["updated_at", "2016-10-05 17:39:02.260327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et eligendi eum cum nihil molestias natus quibusdam.\",\"text\":\"Use the cross-platform SAS alarm, then you can copy the redundant matrix!\"}"], ["created_at", "2016-10-05 17:39:02.261171"], ["updated_at", "2016-10-05 17:39:02.261171"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem officia ut consequatur qui vel non.\",\"text\":\"Use the auxiliary ADP protocol, then you can calculate the optical matrix!\"}"], ["created_at", "2016-10-05 17:39:02.262018"], ["updated_at", "2016-10-05 17:39:02.262018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo voluptatum ea libero.\",\"text\":\"We need to override the redundant TCP card!\"}"], ["created_at", "2016-10-05 17:39:02.262885"], ["updated_at", "2016-10-05 17:39:02.262885"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut quo consequatur aut.\",\"text\":\"Use the bluetooth HDD alarm, then you can compress the bluetooth monitor!\"}"], ["created_at", "2016-10-05 17:39:02.263742"], ["updated_at", "2016-10-05 17:39:02.263742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et nisi beatae illum eveniet.\",\"text\":\"If we copy the firewall, we can get to the JBOD microchip through the auxiliary AGP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.264588"], ["updated_at", "2016-10-05 17:39:02.264588"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit voluptates repellendus explicabo occaecati autem.\",\"text\":\"We need to program the open-source EXE system!\"}"], ["created_at", "2016-10-05 17:39:02.265433"], ["updated_at", "2016-10-05 17:39:02.265433"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi fugit quo dicta velit iusto fuga ex.\",\"text\":\"I'll parse the auxiliary SCSI monitor, that should application the XSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.266302"], ["updated_at", "2016-10-05 17:39:02.266302"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores dolor at corrupti delectus molestiae.\",\"text\":\"The TCP microchip is down, back up the virtual sensor so we can transmit the HDD capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.267160"], ["updated_at", "2016-10-05 17:39:02.267160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam eligendi cumque perferendis velit.\",\"text\":\"We need to transmit the redundant PNG interface!\"}"], ["created_at", "2016-10-05 17:39:02.268025"], ["updated_at", "2016-10-05 17:39:02.268025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni aut qui qui excepturi autem dolorum minima.\",\"text\":\"Backing up the application won't do anything, we need to hack the redundant com interface!\"}"], ["created_at", "2016-10-05 17:39:02.268859"], ["updated_at", "2016-10-05 17:39:02.268859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium dolor vero necessitatibus corporis.\",\"text\":\"The RSS microchip is down, bypass the open-source pixel so we can copy the FTP system!\"}"], ["created_at", "2016-10-05 17:39:02.269714"], ["updated_at", "2016-10-05 17:39:02.269714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum est debitis eaque dolores numquam error quidem.\",\"text\":\"You can't copy the sensor without copying the back-end CSS bus!\"}"], ["created_at", "2016-10-05 17:39:02.270578"], ["updated_at", "2016-10-05 17:39:02.270578"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum vitae repellat numquam sint aut reprehenderit atque.\",\"text\":\"Try to connect the RAM port, maybe it will program the wireless application!\"}"], ["created_at", "2016-10-05 17:39:02.271455"], ["updated_at", "2016-10-05 17:39:02.271455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia quia ab earum.\",\"text\":\"Navigating the system won't do anything, we need to copy the haptic agp matrix!\"}"], ["created_at", "2016-10-05 17:39:02.272324"], ["updated_at", "2016-10-05 17:39:02.272324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis totam nulla voluptatem vitae.\",\"text\":\"Copying the feed won't do anything, we need to index the optical smtp hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.273168"], ["updated_at", "2016-10-05 17:39:02.273168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis quam rem dolores dolores ut iste et.\",\"text\":\"You can't bypass the feed without connecting the mobile TCP microchip!\"}"], ["created_at", "2016-10-05 17:39:02.274025"], ["updated_at", "2016-10-05 17:39:02.274025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro nobis aut rerum id labore.\",\"text\":\"Use the wireless TCP matrix, then you can transmit the open-source pixel!\"}"], ["created_at", "2016-10-05 17:39:02.274908"], ["updated_at", "2016-10-05 17:39:02.274908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam nobis nihil omnis.\",\"text\":\"Calculating the array won't do anything, we need to program the auxiliary gb interface!\"}"], ["created_at", "2016-10-05 17:39:02.275761"], ["updated_at", "2016-10-05 17:39:02.275761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis aspernatur esse deleniti culpa voluptate magnam minima.\",\"text\":\"I'll hack the online SAS microchip, that should alarm the AI program!\"}"], ["created_at", "2016-10-05 17:39:02.276606"], ["updated_at", "2016-10-05 17:39:02.276606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat facilis aut.\",\"text\":\"Use the neural JSON sensor, then you can navigate the online circuit!\"}"], ["created_at", "2016-10-05 17:39:02.277451"], ["updated_at", "2016-10-05 17:39:02.277451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita maiores perspiciatis.\",\"text\":\"Use the digital THX feed, then you can back up the bluetooth sensor!\"}"], ["created_at", "2016-10-05 17:39:02.278296"], ["updated_at", "2016-10-05 17:39:02.278296"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis qui corporis et architecto.\",\"text\":\"Try to hack the SSL pixel, maybe it will override the auxiliary microchip!\"}"], ["created_at", "2016-10-05 17:39:02.279167"], ["updated_at", "2016-10-05 17:39:02.279167"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate consequatur beatae omnis iusto occaecati.\",\"text\":\"We need to calculate the 1080p AI alarm!\"}"], ["created_at", "2016-10-05 17:39:02.280026"], ["updated_at", "2016-10-05 17:39:02.280026"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa qui dolor id recusandae cumque quae ea.\",\"text\":\"Use the neural FTP port, then you can index the solid state interface!\"}"], ["created_at", "2016-10-05 17:39:02.280879"], ["updated_at", "2016-10-05 17:39:02.280879"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et id suscipit.\",\"text\":\"If we reboot the driver, we can get to the SSL feed through the redundant EXE program!\"}"], ["created_at", "2016-10-05 17:39:02.281723"], ["updated_at", "2016-10-05 17:39:02.281723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio molestiae at nihil.\",\"text\":\"You can't back up the bandwidth without copying the 1080p HTTP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.282596"], ["updated_at", "2016-10-05 17:39:02.282596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias quis veritatis vitae est aliquam.\",\"text\":\"If we reboot the application, we can get to the HTTP microchip through the cross-platform AGP array!\"}"], ["created_at", "2016-10-05 17:39:02.283420"], ["updated_at", "2016-10-05 17:39:02.283420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse excepturi sit molestiae.\",\"text\":\"We need to hack the redundant TCP transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.284314"], ["updated_at", "2016-10-05 17:39:02.284314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur molestias molestiae.\",\"text\":\"Use the primary AI sensor, then you can calculate the mobile sensor!\"}"], ["created_at", "2016-10-05 17:39:02.285155"], ["updated_at", "2016-10-05 17:39:02.285155"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi in nulla laudantium quo ex facere.\",\"text\":\"If we calculate the microchip, we can get to the JSON matrix through the 1080p IB interface!\"}"], ["created_at", "2016-10-05 17:39:02.285997"], ["updated_at", "2016-10-05 17:39:02.285997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et qui culpa molestiae.\",\"text\":\"Try to calculate the SMTP sensor, maybe it will index the 1080p program!\"}"], ["created_at", "2016-10-05 17:39:02.286848"], ["updated_at", "2016-10-05 17:39:02.286848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit est quasi reiciendis harum eum.\",\"text\":\"You can't bypass the firewall without compressing the wireless COM system!\"}"], ["created_at", "2016-10-05 17:39:02.287693"], ["updated_at", "2016-10-05 17:39:02.287693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda fugit totam et et.\",\"text\":\"Use the neural GB matrix, then you can index the solid state bus!\"}"], ["created_at", "2016-10-05 17:39:02.288547"], ["updated_at", "2016-10-05 17:39:02.288547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas quam nam dolorem illum debitis error eius.\",\"text\":\"The SSL firewall is down, override the 1080p monitor so we can calculate the AGP port!\"}"], ["created_at", "2016-10-05 17:39:02.289406"], ["updated_at", "2016-10-05 17:39:02.289406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa doloribus vel at.\",\"text\":\"I'll calculate the multi-byte RSS card, that should card the IB sensor!\"}"], ["created_at", "2016-10-05 17:39:02.290259"], ["updated_at", "2016-10-05 17:39:02.290259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum mollitia quo quia quia hic libero.\",\"text\":\"The SCSI panel is down, quantify the primary protocol so we can parse the SAS program!\"}"], ["created_at", "2016-10-05 17:39:02.291120"], ["updated_at", "2016-10-05 17:39:02.291120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque quidem nemo vitae sunt sunt neque consequatur.\",\"text\":\"You can't input the card without transmitting the mobile SMTP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.291984"], ["updated_at", "2016-10-05 17:39:02.291984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil ut omnis exercitationem culpa aut.\",\"text\":\"The AI feed is down, copy the neural pixel so we can back up the JSON sensor!\"}"], ["created_at", "2016-10-05 17:39:02.292831"], ["updated_at", "2016-10-05 17:39:02.292831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae ipsum quo tempora earum dolores.\",\"text\":\"Use the neural SMTP capacitor, then you can navigate the virtual protocol!\"}"], ["created_at", "2016-10-05 17:39:02.293677"], ["updated_at", "2016-10-05 17:39:02.293677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae et harum dignissimos sapiente.\",\"text\":\"I'll transmit the auxiliary AI capacitor, that should circuit the ADP capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.294537"], ["updated_at", "2016-10-05 17:39:02.294537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit beatae odio doloremque ipsum.\",\"text\":\"If we generate the hard drive, we can get to the SDD driver through the 1080p JBOD alarm!\"}"], ["created_at", "2016-10-05 17:39:02.295405"], ["updated_at", "2016-10-05 17:39:02.295405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta sint quis enim consectetur voluptatum.\",\"text\":\"If we input the application, we can get to the HTTP capacitor through the optical SMS alarm!\"}"], ["created_at", "2016-10-05 17:39:02.296269"], ["updated_at", "2016-10-05 17:39:02.296269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus reprehenderit optio voluptatum laborum totam aliquid dolor.\",\"text\":\"Try to hack the SSL circuit, maybe it will transmit the mobile card!\"}"], ["created_at", "2016-10-05 17:39:02.297115"], ["updated_at", "2016-10-05 17:39:02.297115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea nihil neque quod quaerat.\",\"text\":\"We need to program the open-source PCI protocol!\"}"], ["created_at", "2016-10-05 17:39:02.298061"], ["updated_at", "2016-10-05 17:39:02.298061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut ut dolorem suscipit voluptas corrupti omnis odio.\",\"text\":\"The HTTP feed is down, program the 1080p protocol so we can parse the TCP application!\"}"], ["created_at", "2016-10-05 17:39:02.298924"], ["updated_at", "2016-10-05 17:39:02.298924"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore veniam sit sed velit expedita id quisquam.\",\"text\":\"Try to calculate the JSON matrix, maybe it will calculate the haptic monitor!\"}"], ["created_at", "2016-10-05 17:39:02.299796"], ["updated_at", "2016-10-05 17:39:02.299796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur vitae voluptatem perspiciatis dicta.\",\"text\":\"I'll compress the 1080p PCI panel, that should pixel the RSS program!\"}"], ["created_at", "2016-10-05 17:39:02.300645"], ["updated_at", "2016-10-05 17:39:02.300645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure repudiandae non.\",\"text\":\"Try to parse the SDD sensor, maybe it will hack the mobile feed!\"}"], ["created_at", "2016-10-05 17:39:02.301516"], ["updated_at", "2016-10-05 17:39:02.301516"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum eligendi perferendis repellendus dignissimos odio ut ipsum.\",\"text\":\"I'll program the neural SQL sensor, that should transmitter the HTTP monitor!\"}"], ["created_at", "2016-10-05 17:39:02.302368"], ["updated_at", "2016-10-05 17:39:02.302368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut quis totam esse ipsam.\",\"text\":\"The SSL panel is down, hack the mobile transmitter so we can input the SSL interface!\"}"], ["created_at", "2016-10-05 17:39:02.303240"], ["updated_at", "2016-10-05 17:39:02.303240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit repellendus provident voluptatem hic at.\",\"text\":\"Use the bluetooth SMS array, then you can transmit the cross-platform microchip!\"}"], ["created_at", "2016-10-05 17:39:02.304092"], ["updated_at", "2016-10-05 17:39:02.304092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores ea necessitatibus.\",\"text\":\"Use the online SDD bandwidth, then you can program the 1080p alarm!\"}"], ["created_at", "2016-10-05 17:39:02.304953"], ["updated_at", "2016-10-05 17:39:02.304953"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate repellendus molestiae atque eum deserunt ipsum.\",\"text\":\"The SQL firewall is down, quantify the optical feed so we can parse the RSS alarm!\"}"], ["created_at", "2016-10-05 17:39:02.305809"], ["updated_at", "2016-10-05 17:39:02.305809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione voluptatem magni dolore possimus.\",\"text\":\"If we back up the monitor, we can get to the COM monitor through the bluetooth CSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.306668"], ["updated_at", "2016-10-05 17:39:02.306668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi occaecati ex.\",\"text\":\"If we input the firewall, we can get to the PNG port through the redundant THX capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.307515"], ["updated_at", "2016-10-05 17:39:02.307515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni deserunt est est voluptatum nesciunt vero excepturi.\",\"text\":\"I'll generate the wireless RSS protocol, that should feed the JBOD transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.308367"], ["updated_at", "2016-10-05 17:39:02.308367"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit beatae officia eos ut ipsam laboriosam.\",\"text\":\"We need to transmit the mobile SAS system!\"}"], ["created_at", "2016-10-05 17:39:02.309210"], ["updated_at", "2016-10-05 17:39:02.309210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis molestiae rerum unde.\",\"text\":\"You can't back up the port without quantifying the neural SQL alarm!\"}"], ["created_at", "2016-10-05 17:39:02.310083"], ["updated_at", "2016-10-05 17:39:02.310083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut neque dolore minima tenetur nostrum ex quo.\",\"text\":\"Use the cross-platform HTTP hard drive, then you can quantify the auxiliary system!\"}"], ["created_at", "2016-10-05 17:39:02.310938"], ["updated_at", "2016-10-05 17:39:02.310938"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem debitis sit.\",\"text\":\"We need to quantify the primary IB card!\"}"], ["created_at", "2016-10-05 17:39:02.311781"], ["updated_at", "2016-10-05 17:39:02.311781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita dolore quia sapiente.\",\"text\":\"You can't override the circuit without parsing the neural XML monitor!\"}"], ["created_at", "2016-10-05 17:39:02.312628"], ["updated_at", "2016-10-05 17:39:02.312628"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci omnis iste reiciendis aliquam provident.\",\"text\":\"Use the back-end RSS application, then you can program the 1080p interface!\"}"], ["created_at", "2016-10-05 17:39:02.313570"], ["updated_at", "2016-10-05 17:39:02.313570"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia architecto nostrum aut pariatur magni maxime.\",\"text\":\"Use the multi-byte IB protocol, then you can navigate the redundant protocol!\"}"], ["created_at", "2016-10-05 17:39:02.314716"], ["updated_at", "2016-10-05 17:39:02.314716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam quasi ut.\",\"text\":\"We need to synthesize the virtual FTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.315636"], ["updated_at", "2016-10-05 17:39:02.315636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos quo ea laboriosam autem necessitatibus quia minus.\",\"text\":\"The CSS monitor is down, back up the virtual application so we can generate the SAS capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.316528"], ["updated_at", "2016-10-05 17:39:02.316528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse et ratione ut sint rem.\",\"text\":\"Try to index the JSON protocol, maybe it will copy the multi-byte card!\"}"], ["created_at", "2016-10-05 17:39:02.317382"], ["updated_at", "2016-10-05 17:39:02.317382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae perferendis deserunt rerum praesentium.\",\"text\":\"Try to calculate the FTP sensor, maybe it will transmit the online port!\"}"], ["created_at", "2016-10-05 17:39:02.318289"], ["updated_at", "2016-10-05 17:39:02.318289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem necessitatibus molestias et reiciendis dolorem.\",\"text\":\"I'll quantify the bluetooth SAS port, that should array the SDD pixel!\"}"], ["created_at", "2016-10-05 17:39:02.319220"], ["updated_at", "2016-10-05 17:39:02.319220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis quas consequatur et sit ut eaque.\",\"text\":\"Try to connect the SCSI feed, maybe it will quantify the virtual system!\"}"], ["created_at", "2016-10-05 17:39:02.320068"], ["updated_at", "2016-10-05 17:39:02.320068"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis eum molestiae voluptate facere aut beatae.\",\"text\":\"Try to transmit the SCSI matrix, maybe it will transmit the auxiliary circuit!\"}"], ["created_at", "2016-10-05 17:39:02.320914"], ["updated_at", "2016-10-05 17:39:02.320914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus minus consequatur consequatur quia expedita ratione et.\",\"text\":\"Use the bluetooth AI circuit, then you can copy the 1080p card!\"}"], ["created_at", "2016-10-05 17:39:02.321774"], ["updated_at", "2016-10-05 17:39:02.321774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui odit maxime aut doloremque et in culpa.\",\"text\":\"We need to compress the neural JSON microchip!\"}"], ["created_at", "2016-10-05 17:39:02.322688"], ["updated_at", "2016-10-05 17:39:02.322688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos temporibus aut sit voluptates.\",\"text\":\"Compressing the card won't do anything, we need to override the wireless sdd alarm!\"}"], ["created_at", "2016-10-05 17:39:02.323626"], ["updated_at", "2016-10-05 17:39:02.323626"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem illum velit culpa sunt repudiandae.\",\"text\":\"Parsing the protocol won't do anything, we need to quantify the redundant smtp array!\"}"], ["created_at", "2016-10-05 17:39:02.324487"], ["updated_at", "2016-10-05 17:39:02.324487"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis ea at quibusdam et consequatur ipsum sed.\",\"text\":\"Try to quantify the SDD program, maybe it will index the back-end system!\"}"], ["created_at", "2016-10-05 17:39:02.325350"], ["updated_at", "2016-10-05 17:39:02.325350"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero culpa itaque necessitatibus dolor ipsa cupiditate.\",\"text\":\"Try to calculate the ADP sensor, maybe it will quantify the solid state interface!\"}"], ["created_at", "2016-10-05 17:39:02.326241"], ["updated_at", "2016-10-05 17:39:02.326241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ullam laborum reprehenderit qui sunt aperiam et.\",\"text\":\"Use the cross-platform HTTP sensor, then you can reboot the digital system!\"}"], ["created_at", "2016-10-05 17:39:02.327134"], ["updated_at", "2016-10-05 17:39:02.327134"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique fugit a in commodi.\",\"text\":\"I'll quantify the mobile SCSI program, that should driver the AI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.327986"], ["updated_at", "2016-10-05 17:39:02.327986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita ipsam omnis nesciunt.\",\"text\":\"Use the cross-platform SMTP card, then you can bypass the digital monitor!\"}"], ["created_at", "2016-10-05 17:39:02.328838"], ["updated_at", "2016-10-05 17:39:02.328838"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ut suscipit magni pariatur dignissimos.\",\"text\":\"The XSS microchip is down, generate the redundant alarm so we can program the JBOD driver!\"}"], ["created_at", "2016-10-05 17:39:02.329743"], ["updated_at", "2016-10-05 17:39:02.329743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga quia necessitatibus itaque et.\",\"text\":\"We need to bypass the redundant SQL sensor!\"}"], ["created_at", "2016-10-05 17:39:02.330625"], ["updated_at", "2016-10-05 17:39:02.330625"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt ut quam et.\",\"text\":\"Use the primary PNG card, then you can transmit the wireless port!\"}"], ["created_at", "2016-10-05 17:39:02.331472"], ["updated_at", "2016-10-05 17:39:02.331472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis dolore atque tenetur itaque ex et.\",\"text\":\"The SSL port is down, bypass the multi-byte application so we can navigate the SQL circuit!\"}"], ["created_at", "2016-10-05 17:39:02.332311"], ["updated_at", "2016-10-05 17:39:02.332311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut iusto voluptatem consequatur similique cum.\",\"text\":\"Quantifying the driver won't do anything, we need to navigate the 1080p sms alarm!\"}"], ["created_at", "2016-10-05 17:39:02.333167"], ["updated_at", "2016-10-05 17:39:02.333167"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis voluptatum qui nesciunt fugit ut odit.\",\"text\":\"I'll synthesize the back-end XSS sensor, that should driver the HDD driver!\"}"], ["created_at", "2016-10-05 17:39:02.334023"], ["updated_at", "2016-10-05 17:39:02.334023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse quis totam veritatis quidem eum rerum.\",\"text\":\"I'll bypass the auxiliary XML monitor, that should driver the AI protocol!\"}"], ["created_at", "2016-10-05 17:39:02.334922"], ["updated_at", "2016-10-05 17:39:02.334922"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor est iure repudiandae consequuntur deleniti a esse.\",\"text\":\"The PCI panel is down, copy the wireless program so we can generate the SAS feed!\"}"], ["created_at", "2016-10-05 17:39:02.335765"], ["updated_at", "2016-10-05 17:39:02.335765"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus esse in.\",\"text\":\"Bypassing the pixel won't do anything, we need to index the haptic ib capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.336617"], ["updated_at", "2016-10-05 17:39:02.336617"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et asperiores sit.\",\"text\":\"You can't generate the hard drive without copying the online XML microchip!\"}"], ["created_at", "2016-10-05 17:39:02.337466"], ["updated_at", "2016-10-05 17:39:02.337466"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias non incidunt velit sit magnam hic.\",\"text\":\"I'll input the wireless EXE system, that should monitor the XSS firewall!\"}"], ["created_at", "2016-10-05 17:39:02.338329"], ["updated_at", "2016-10-05 17:39:02.338329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At omnis rerum minima nemo eaque esse omnis.\",\"text\":\"Try to program the AGP bandwidth, maybe it will compress the mobile capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.339241"], ["updated_at", "2016-10-05 17:39:02.339241"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas rerum nihil officiis aut adipisci qui.\",\"text\":\"Try to compress the XML card, maybe it will quantify the bluetooth bus!\"}"], ["created_at", "2016-10-05 17:39:02.340091"], ["updated_at", "2016-10-05 17:39:02.340091"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate nesciunt est.\",\"text\":\"We need to reboot the haptic RAM array!\"}"], ["created_at", "2016-10-05 17:39:02.340931"], ["updated_at", "2016-10-05 17:39:02.340931"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis amet alias adipisci ut.\",\"text\":\"The JBOD microchip is down, parse the redundant application so we can navigate the AGP driver!\"}"], ["created_at", "2016-10-05 17:39:02.341792"], ["updated_at", "2016-10-05 17:39:02.341792"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque corporis quis et.\",\"text\":\"We need to synthesize the auxiliary PCI monitor!\"}"], ["created_at", "2016-10-05 17:39:02.342681"], ["updated_at", "2016-10-05 17:39:02.342681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta est ab rerum.\",\"text\":\"You can't connect the interface without copying the multi-byte CSS port!\"}"], ["created_at", "2016-10-05 17:39:02.343526"], ["updated_at", "2016-10-05 17:39:02.343526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab quas fugiat ut et veniam quia est.\",\"text\":\"We need to synthesize the multi-byte PNG program!\"}"], ["created_at", "2016-10-05 17:39:02.344360"], ["updated_at", "2016-10-05 17:39:02.344360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta deserunt est amet provident.\",\"text\":\"You can't reboot the port without copying the solid state AI microchip!\"}"], ["created_at", "2016-10-05 17:39:02.345210"], ["updated_at", "2016-10-05 17:39:02.345210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae dolorum labore et non sint error.\",\"text\":\"You can't synthesize the capacitor without hacking the solid state GB interface!\"}"], ["created_at", "2016-10-05 17:39:02.346072"], ["updated_at", "2016-10-05 17:39:02.346072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem repudiandae similique.\",\"text\":\"Try to navigate the SSL capacitor, maybe it will override the optical microchip!\"}"], ["created_at", "2016-10-05 17:39:02.346943"], ["updated_at", "2016-10-05 17:39:02.346943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt totam praesentium corrupti officiis fuga sed quia.\",\"text\":\"Use the auxiliary EXE application, then you can index the neural feed!\"}"], ["created_at", "2016-10-05 17:39:02.347787"], ["updated_at", "2016-10-05 17:39:02.347787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium et repudiandae accusantium facere suscipit pariatur.\",\"text\":\"Use the digital RAM circuit, then you can parse the wireless alarm!\"}"], ["created_at", "2016-10-05 17:39:02.348634"], ["updated_at", "2016-10-05 17:39:02.348634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At suscipit voluptatum vel.\",\"text\":\"Use the digital HDD driver, then you can copy the open-source protocol!\"}"], ["created_at", "2016-10-05 17:39:02.349482"], ["updated_at", "2016-10-05 17:39:02.349482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet nam ut autem.\",\"text\":\"I'll hack the bluetooth SDD pixel, that should application the SMTP matrix!\"}"], ["created_at", "2016-10-05 17:39:02.350327"], ["updated_at", "2016-10-05 17:39:02.350327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur exercitationem nam quia doloribus ipsum molestias.\",\"text\":\"We need to quantify the digital PNG microchip!\"}"], ["created_at", "2016-10-05 17:39:02.351191"], ["updated_at", "2016-10-05 17:39:02.351191"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum voluptatem dignissimos earum qui magni et consectetur.\",\"text\":\"I'll connect the primary PCI sensor, that should array the SMS panel!\"}"], ["created_at", "2016-10-05 17:39:02.352045"], ["updated_at", "2016-10-05 17:39:02.352045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit dolores dignissimos facere.\",\"text\":\"The JBOD microchip is down, compress the neural driver so we can synthesize the SCSI program!\"}"], ["created_at", "2016-10-05 17:39:02.352899"], ["updated_at", "2016-10-05 17:39:02.352899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis eos praesentium.\",\"text\":\"I'll copy the back-end ADP firewall, that should capacitor the XSS program!\"}"], ["created_at", "2016-10-05 17:39:02.353744"], ["updated_at", "2016-10-05 17:39:02.353744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt tempore qui ullam maiores.\",\"text\":\"You can't calculate the circuit without compressing the digital THX array!\"}"], ["created_at", "2016-10-05 17:39:02.354610"], ["updated_at", "2016-10-05 17:39:02.354610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates reprehenderit sunt.\",\"text\":\"You can't copy the bandwidth without connecting the open-source SMS transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.355483"], ["updated_at", "2016-10-05 17:39:02.355483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quae et voluptatem.\",\"text\":\"The EXE port is down, connect the solid state hard drive so we can index the CSS card!\"}"], ["created_at", "2016-10-05 17:39:02.356342"], ["updated_at", "2016-10-05 17:39:02.356342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et tempora ipsam maxime laborum voluptatem.\",\"text\":\"We need to synthesize the solid state SSL sensor!\"}"], ["created_at", "2016-10-05 17:39:02.357218"], ["updated_at", "2016-10-05 17:39:02.357218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum fugiat eligendi atque mollitia ut reprehenderit.\",\"text\":\"I'll compress the primary PCI application, that should panel the COM firewall!\"}"], ["created_at", "2016-10-05 17:39:02.358076"], ["updated_at", "2016-10-05 17:39:02.358076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel sed sint amet facere ducimus aut dignissimos.\",\"text\":\"Use the haptic COM panel, then you can generate the haptic program!\"}"], ["created_at", "2016-10-05 17:39:02.358981"], ["updated_at", "2016-10-05 17:39:02.358981"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et magnam eos.\",\"text\":\"I'll quantify the multi-byte CSS port, that should firewall the RSS feed!\"}"], ["created_at", "2016-10-05 17:39:02.359823"], ["updated_at", "2016-10-05 17:39:02.359823"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo recusandae molestias fugit.\",\"text\":\"Use the haptic AI driver, then you can bypass the cross-platform pixel!\"}"], ["created_at", "2016-10-05 17:39:02.360684"], ["updated_at", "2016-10-05 17:39:02.360684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia explicabo voluptatem.\",\"text\":\"You can't back up the interface without quantifying the bluetooth TCP interface!\"}"], ["created_at", "2016-10-05 17:39:02.361529"], ["updated_at", "2016-10-05 17:39:02.361529"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui qui similique.\",\"text\":\"I'll synthesize the haptic CSS interface, that should application the HDD pixel!\"}"], ["created_at", "2016-10-05 17:39:02.362393"], ["updated_at", "2016-10-05 17:39:02.362393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum quo adipisci vitae velit.\",\"text\":\"You can't generate the transmitter without overriding the 1080p FTP microchip!\"}"], ["created_at", "2016-10-05 17:39:02.363252"], ["updated_at", "2016-10-05 17:39:02.363252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error sunt iste ullam.\",\"text\":\"If we connect the application, we can get to the SDD microchip through the back-end SDD port!\"}"], ["created_at", "2016-10-05 17:39:02.364099"], ["updated_at", "2016-10-05 17:39:02.364099"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui nihil est.\",\"text\":\"Compressing the monitor won't do anything, we need to bypass the optical sdd array!\"}"], ["created_at", "2016-10-05 17:39:02.364943"], ["updated_at", "2016-10-05 17:39:02.364943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit sunt ipsa ducimus repellendus fugiat.\",\"text\":\"Use the bluetooth PNG pixel, then you can compress the digital circuit!\"}"], ["created_at", "2016-10-05 17:39:02.365787"], ["updated_at", "2016-10-05 17:39:02.365787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed officia eos nisi in mollitia labore.\",\"text\":\"Calculating the program won't do anything, we need to synthesize the wireless smtp panel!\"}"], ["created_at", "2016-10-05 17:39:02.366641"], ["updated_at", "2016-10-05 17:39:02.366641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi sed cum nisi est a aut aut.\",\"text\":\"If we transmit the microchip, we can get to the SQL driver through the solid state XML panel!\"}"], ["created_at", "2016-10-05 17:39:02.367497"], ["updated_at", "2016-10-05 17:39:02.367497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat saepe aut illum possimus laudantium.\",\"text\":\"We need to back up the digital HDD panel!\"}"], ["created_at", "2016-10-05 17:39:02.368381"], ["updated_at", "2016-10-05 17:39:02.368381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit temporibus qui dignissimos facilis.\",\"text\":\"I'll quantify the solid state THX alarm, that should bandwidth the PNG application!\"}"], ["created_at", "2016-10-05 17:39:02.369231"], ["updated_at", "2016-10-05 17:39:02.369231"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque quae omnis aut consectetur.\",\"text\":\"Try to index the IB application, maybe it will copy the redundant capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.370068"], ["updated_at", "2016-10-05 17:39:02.370068"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse sit adipisci labore.\",\"text\":\"We need to compress the bluetooth AGP driver!\"}"], ["created_at", "2016-10-05 17:39:02.371137"], ["updated_at", "2016-10-05 17:39:02.371137"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur iure et et explicabo non hic ad.\",\"text\":\"The XSS interface is down, index the neural matrix so we can override the ADP panel!\"}"], ["created_at", "2016-10-05 17:39:02.372443"], ["updated_at", "2016-10-05 17:39:02.372443"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id et velit nesciunt molestiae occaecati.\",\"text\":\"Try to index the AI bus, maybe it will synthesize the optical system!\"}"], ["created_at", "2016-10-05 17:39:02.373600"], ["updated_at", "2016-10-05 17:39:02.373600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto voluptatem quas voluptatem ratione totam deleniti animi.\",\"text\":\"I'll program the cross-platform AGP bandwidth, that should driver the SCSI panel!\"}"], ["created_at", "2016-10-05 17:39:02.374746"], ["updated_at", "2016-10-05 17:39:02.374746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam voluptates aut sit velit sed.\",\"text\":\"If we reboot the program, we can get to the JBOD matrix through the open-source PNG matrix!\"}"], ["created_at", "2016-10-05 17:39:02.375634"], ["updated_at", "2016-10-05 17:39:02.375634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore repudiandae molestiae.\",\"text\":\"If we transmit the card, we can get to the HTTP protocol through the open-source USB alarm!\"}"], ["created_at", "2016-10-05 17:39:02.376494"], ["updated_at", "2016-10-05 17:39:02.376494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In similique placeat ea ut.\",\"text\":\"Parsing the program won't do anything, we need to hack the mobile ssl alarm!\"}"], ["created_at", "2016-10-05 17:39:02.377372"], ["updated_at", "2016-10-05 17:39:02.377372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor ut sint et et vel ducimus.\",\"text\":\"Backing up the interface won't do anything, we need to back up the 1080p http circuit!\"}"], ["created_at", "2016-10-05 17:39:02.378214"], ["updated_at", "2016-10-05 17:39:02.378214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam alias similique sed.\",\"text\":\"Try to synthesize the SDD microchip, maybe it will hack the auxiliary system!\"}"], ["created_at", "2016-10-05 17:39:02.379088"], ["updated_at", "2016-10-05 17:39:02.379088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla magnam quidem minus sint id.\",\"text\":\"You can't copy the interface without connecting the virtual CSS system!\"}"], ["created_at", "2016-10-05 17:39:02.379949"], ["updated_at", "2016-10-05 17:39:02.379949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non deserunt qui.\",\"text\":\"Try to synthesize the SMTP alarm, maybe it will compress the open-source bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.380793"], ["updated_at", "2016-10-05 17:39:02.380793"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque doloremque aut.\",\"text\":\"I'll reboot the haptic SCSI interface, that should hard drive the XML application!\"}"], ["created_at", "2016-10-05 17:39:02.381636"], ["updated_at", "2016-10-05 17:39:02.381636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et mollitia repellendus deleniti unde.\",\"text\":\"The HDD driver is down, transmit the mobile matrix so we can back up the AI application!\"}"], ["created_at", "2016-10-05 17:39:02.382489"], ["updated_at", "2016-10-05 17:39:02.382489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed nesciunt hic libero earum ab.\",\"text\":\"Use the neural AGP microchip, then you can calculate the bluetooth interface!\"}"], ["created_at", "2016-10-05 17:39:02.383330"], ["updated_at", "2016-10-05 17:39:02.383330"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad amet animi recusandae.\",\"text\":\"Try to generate the AI protocol, maybe it will hack the auxiliary card!\"}"], ["created_at", "2016-10-05 17:39:02.384174"], ["updated_at", "2016-10-05 17:39:02.384174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit id cum est.\",\"text\":\"You can't index the panel without backing up the digital CSS port!\"}"], ["created_at", "2016-10-05 17:39:02.385023"], ["updated_at", "2016-10-05 17:39:02.385023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea debitis et ex exercitationem.\",\"text\":\"We need to hack the mobile EXE array!\"}"], ["created_at", "2016-10-05 17:39:02.385873"], ["updated_at", "2016-10-05 17:39:02.385873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro velit illum repellat nemo tempora et atque.\",\"text\":\"You can't transmit the firewall without indexing the solid state SSL alarm!\"}"], ["created_at", "2016-10-05 17:39:02.386731"], ["updated_at", "2016-10-05 17:39:02.386731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas vero consequatur fuga tenetur voluptas sunt.\",\"text\":\"Try to synthesize the HDD transmitter, maybe it will compress the haptic driver!\"}"], ["created_at", "2016-10-05 17:39:02.387597"], ["updated_at", "2016-10-05 17:39:02.387597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem eligendi nisi quasi quisquam voluptatem.\",\"text\":\"Backing up the alarm won't do anything, we need to quantify the wireless sms panel!\"}"], ["created_at", "2016-10-05 17:39:02.388471"], ["updated_at", "2016-10-05 17:39:02.388471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero repellat ea fugiat et porro.\",\"text\":\"Use the open-source SMTP microchip, then you can compress the multi-byte feed!\"}"], ["created_at", "2016-10-05 17:39:02.389328"], ["updated_at", "2016-10-05 17:39:02.389328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt et expedita.\",\"text\":\"Try to hack the SMS driver, maybe it will generate the cross-platform capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.390168"], ["updated_at", "2016-10-05 17:39:02.390168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit eum voluptas culpa asperiores repellendus.\",\"text\":\"We need to hack the optical SQL bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.391019"], ["updated_at", "2016-10-05 17:39:02.391019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia quo sed corporis et odio.\",\"text\":\"We need to reboot the 1080p AGP matrix!\"}"], ["created_at", "2016-10-05 17:39:02.391926"], ["updated_at", "2016-10-05 17:39:02.391926"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum ab fugiat ut atque saepe non nihil.\",\"text\":\"Try to input the SCSI microchip, maybe it will parse the open-source bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.392795"], ["updated_at", "2016-10-05 17:39:02.392795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit quia labore corrupti hic dolor sit.\",\"text\":\"If we synthesize the bandwidth, we can get to the PCI program through the open-source SAS program!\"}"], ["created_at", "2016-10-05 17:39:02.393643"], ["updated_at", "2016-10-05 17:39:02.393643"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut saepe pariatur.\",\"text\":\"Connecting the bus won't do anything, we need to generate the virtual json array!\"}"], ["created_at", "2016-10-05 17:39:02.394535"], ["updated_at", "2016-10-05 17:39:02.394535"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit est ullam omnis et eos accusantium quia.\",\"text\":\"You can't override the program without transmitting the digital SCSI alarm!\"}"], ["created_at", "2016-10-05 17:39:02.395376"], ["updated_at", "2016-10-05 17:39:02.395376"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ullam ipsa quia ipsam sapiente dolor maxime.\",\"text\":\"The HDD bus is down, index the back-end feed so we can program the IB circuit!\"}"], ["created_at", "2016-10-05 17:39:02.396378"], ["updated_at", "2016-10-05 17:39:02.396378"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut laborum et sapiente eligendi ea.\",\"text\":\"We need to input the haptic XSS firewall!\"}"], ["created_at", "2016-10-05 17:39:02.397489"], ["updated_at", "2016-10-05 17:39:02.397489"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati a beatae quibusdam non quo maiores.\",\"text\":\"Use the auxiliary FTP bandwidth, then you can override the bluetooth feed!\"}"], ["created_at", "2016-10-05 17:39:02.398620"], ["updated_at", "2016-10-05 17:39:02.398620"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse sunt corporis.\",\"text\":\"Navigating the transmitter won't do anything, we need to copy the primary xml hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.399834"], ["updated_at", "2016-10-05 17:39:02.399834"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum veritatis consectetur vel non error quo est.\",\"text\":\"Try to hack the EXE port, maybe it will index the virtual feed!\"}"], ["created_at", "2016-10-05 17:39:02.401976"], ["updated_at", "2016-10-05 17:39:02.401976"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo magnam nobis voluptatibus adipisci est.\",\"text\":\"Transmitting the card won't do anything, we need to connect the wireless sms application!\"}"], ["created_at", "2016-10-05 17:39:02.403657"], ["updated_at", "2016-10-05 17:39:02.403657"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur doloribus asperiores omnis voluptas harum ea voluptate.\",\"text\":\"I'll bypass the optical FTP monitor, that should pixel the JSON pixel!\"}"], ["created_at", "2016-10-05 17:39:02.405700"], ["updated_at", "2016-10-05 17:39:02.405700"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo eum temporibus velit earum esse consequatur repellat.\",\"text\":\"The AGP bandwidth is down, generate the wireless transmitter so we can parse the XSS panel!\"}"], ["created_at", "2016-10-05 17:39:02.408117"], ["updated_at", "2016-10-05 17:39:02.408117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis quia nesciunt.\",\"text\":\"The EXE bandwidth is down, hack the redundant transmitter so we can calculate the SAS feed!\"}"], ["created_at", "2016-10-05 17:39:02.409177"], ["updated_at", "2016-10-05 17:39:02.409177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem omnis soluta similique ut ipsam hic.\",\"text\":\"Indexing the card won't do anything, we need to parse the digital smtp firewall!\"}"], ["created_at", "2016-10-05 17:39:02.410096"], ["updated_at", "2016-10-05 17:39:02.410096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis accusantium quo non autem illo molestiae minima.\",\"text\":\"Try to back up the SMTP matrix, maybe it will reboot the online monitor!\"}"], ["created_at", "2016-10-05 17:39:02.410979"], ["updated_at", "2016-10-05 17:39:02.410979"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum minima ipsam quisquam corporis voluptas.\",\"text\":\"We need to generate the redundant HTTP panel!\"}"], ["created_at", "2016-10-05 17:39:02.411856"], ["updated_at", "2016-10-05 17:39:02.411856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque voluptas quisquam ut corrupti molestias unde esse.\",\"text\":\"Use the virtual USB firewall, then you can input the virtual feed!\"}"], ["created_at", "2016-10-05 17:39:02.412833"], ["updated_at", "2016-10-05 17:39:02.412833"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio a eum et expedita sed quaerat.\",\"text\":\"The HDD hard drive is down, input the mobile circuit so we can navigate the XML program!\"}"], ["created_at", "2016-10-05 17:39:02.413810"], ["updated_at", "2016-10-05 17:39:02.413810"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium autem quas voluptatem dignissimos accusantium expedita sunt.\",\"text\":\"If we copy the card, we can get to the AGP protocol through the solid state JSON pixel!\"}"], ["created_at", "2016-10-05 17:39:02.414883"], ["updated_at", "2016-10-05 17:39:02.414883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id cum eligendi.\",\"text\":\"Try to override the COM port, maybe it will calculate the online card!\"}"], ["created_at", "2016-10-05 17:39:02.415955"], ["updated_at", "2016-10-05 17:39:02.415955"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo et ipsa ad.\",\"text\":\"We need to input the mobile CSS circuit!\"}"], ["created_at", "2016-10-05 17:39:02.416889"], ["updated_at", "2016-10-05 17:39:02.416889"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos enim reiciendis ab.\",\"text\":\"I'll generate the primary ADP microchip, that should panel the SQL program!\"}"], ["created_at", "2016-10-05 17:39:02.417805"], ["updated_at", "2016-10-05 17:39:02.417805"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In cumque voluptas fuga dolorum exercitationem.\",\"text\":\"We need to input the solid state TCP feed!\"}"], ["created_at", "2016-10-05 17:39:02.418729"], ["updated_at", "2016-10-05 17:39:02.418729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet pariatur voluptatum sint sed.\",\"text\":\"I'll input the open-source USB monitor, that should array the TCP protocol!\"}"], ["created_at", "2016-10-05 17:39:02.419701"], ["updated_at", "2016-10-05 17:39:02.419701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum iure in sit.\",\"text\":\"We need to generate the redundant JBOD hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.420648"], ["updated_at", "2016-10-05 17:39:02.420648"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae ullam vel atque aut quisquam.\",\"text\":\"I'll compress the 1080p IB array, that should matrix the ADP circuit!\"}"], ["created_at", "2016-10-05 17:39:02.421568"], ["updated_at", "2016-10-05 17:39:02.421568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt cum dolor.\",\"text\":\"Try to bypass the XML microchip, maybe it will bypass the back-end feed!\"}"], ["created_at", "2016-10-05 17:39:02.422522"], ["updated_at", "2016-10-05 17:39:02.422522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore pariatur et non est earum.\",\"text\":\"We need to navigate the primary AI array!\"}"], ["created_at", "2016-10-05 17:39:02.423367"], ["updated_at", "2016-10-05 17:39:02.423367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et doloribus neque dicta.\",\"text\":\"The SSL bus is down, parse the optical application so we can generate the EXE array!\"}"], ["created_at", "2016-10-05 17:39:02.424208"], ["updated_at", "2016-10-05 17:39:02.424208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id odio vitae dolorem.\",\"text\":\"The HTTP firewall is down, hack the cross-platform feed so we can synthesize the IB card!\"}"], ["created_at", "2016-10-05 17:39:02.425057"], ["updated_at", "2016-10-05 17:39:02.425057"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At incidunt sit corrupti qui deserunt.\",\"text\":\"You can't copy the feed without calculating the cross-platform JBOD capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.425897"], ["updated_at", "2016-10-05 17:39:02.425897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error sint deleniti.\",\"text\":\"I'll parse the digital AI matrix, that should system the SSL interface!\"}"], ["created_at", "2016-10-05 17:39:02.426754"], ["updated_at", "2016-10-05 17:39:02.426754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni earum laudantium sit qui eos vero ut.\",\"text\":\"Bypassing the driver won't do anything, we need to quantify the neural exe array!\"}"], ["created_at", "2016-10-05 17:39:02.427600"], ["updated_at", "2016-10-05 17:39:02.427600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores porro perferendis reiciendis tempore similique consectetur.\",\"text\":\"You can't synthesize the circuit without calculating the virtual FTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.428452"], ["updated_at", "2016-10-05 17:39:02.428452"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta expedita earum doloremque ut nihil.\",\"text\":\"You can't program the transmitter without compressing the multi-byte SQL program!\"}"], ["created_at", "2016-10-05 17:39:02.429371"], ["updated_at", "2016-10-05 17:39:02.429371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non quis inventore illo quod doloribus.\",\"text\":\"You can't copy the feed without indexing the back-end RSS bus!\"}"], ["created_at", "2016-10-05 17:39:02.430298"], ["updated_at", "2016-10-05 17:39:02.430298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni eum nemo repudiandae animi optio.\",\"text\":\"Use the wireless RAM transmitter, then you can program the virtual capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.431204"], ["updated_at", "2016-10-05 17:39:02.431204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem dolorem delectus maxime sunt.\",\"text\":\"Try to index the XML feed, maybe it will input the open-source array!\"}"], ["created_at", "2016-10-05 17:39:02.432052"], ["updated_at", "2016-10-05 17:39:02.432052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut ducimus sunt tempore.\",\"text\":\"We need to program the neural XSS matrix!\"}"], ["created_at", "2016-10-05 17:39:02.432906"], ["updated_at", "2016-10-05 17:39:02.432906"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt est aut.\",\"text\":\"If we synthesize the port, we can get to the JSON application through the mobile JBOD system!\"}"], ["created_at", "2016-10-05 17:39:02.433751"], ["updated_at", "2016-10-05 17:39:02.433751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores similique nesciunt.\",\"text\":\"Try to back up the IB driver, maybe it will transmit the solid state driver!\"}"], ["created_at", "2016-10-05 17:39:02.434630"], ["updated_at", "2016-10-05 17:39:02.434630"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est voluptatem a libero.\",\"text\":\"Parsing the alarm won't do anything, we need to synthesize the redundant gb transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.435560"], ["updated_at", "2016-10-05 17:39:02.435560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio perferendis corporis atque.\",\"text\":\"Use the bluetooth THX application, then you can bypass the open-source monitor!\"}"], ["created_at", "2016-10-05 17:39:02.436602"], ["updated_at", "2016-10-05 17:39:02.436602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut illum excepturi maiores quo impedit dolores saepe.\",\"text\":\"Use the bluetooth GB protocol, then you can parse the multi-byte capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.437538"], ["updated_at", "2016-10-05 17:39:02.437538"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo voluptatem consectetur labore non animi veritatis.\",\"text\":\"Use the redundant XML hard drive, then you can calculate the cross-platform program!\"}"], ["created_at", "2016-10-05 17:39:02.438504"], ["updated_at", "2016-10-05 17:39:02.438504"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum maxime quas sequi non.\",\"text\":\"Use the multi-byte USB card, then you can calculate the wireless pixel!\"}"], ["created_at", "2016-10-05 17:39:02.439367"], ["updated_at", "2016-10-05 17:39:02.439367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem architecto non laudantium.\",\"text\":\"Quantifying the microchip won't do anything, we need to generate the mobile ib program!\"}"], ["created_at", "2016-10-05 17:39:02.440217"], ["updated_at", "2016-10-05 17:39:02.440217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo consequatur vero nobis eaque quae voluptas sit.\",\"text\":\"We need to transmit the solid state XML capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.441065"], ["updated_at", "2016-10-05 17:39:02.441065"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores omnis sunt neque.\",\"text\":\"The RAM microchip is down, back up the solid state driver so we can navigate the ADP card!\"}"], ["created_at", "2016-10-05 17:39:02.441903"], ["updated_at", "2016-10-05 17:39:02.441903"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio officiis quis maxime perferendis harum.\",\"text\":\"Use the mobile SQL microchip, then you can program the haptic transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.442777"], ["updated_at", "2016-10-05 17:39:02.442777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus ratione ad eos assumenda quasi.\",\"text\":\"I'll bypass the bluetooth GB protocol, that should transmitter the SAS bus!\"}"], ["created_at", "2016-10-05 17:39:02.443631"], ["updated_at", "2016-10-05 17:39:02.443631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus et labore.\",\"text\":\"We need to copy the 1080p SDD capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.444473"], ["updated_at", "2016-10-05 17:39:02.444473"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est odio qui incidunt sed.\",\"text\":\"You can't parse the system without overriding the solid state JBOD capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.445332"], ["updated_at", "2016-10-05 17:39:02.445332"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum omnis quam esse id nulla quibusdam accusantium.\",\"text\":\"Backing up the matrix won't do anything, we need to connect the multi-byte gb feed!\"}"], ["created_at", "2016-10-05 17:39:02.446227"], ["updated_at", "2016-10-05 17:39:02.446227"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus nemo aut iusto ut ut sit et.\",\"text\":\"We need to transmit the open-source FTP hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.447126"], ["updated_at", "2016-10-05 17:39:02.447126"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos nobis officiis.\",\"text\":\"You can't transmit the circuit without synthesizing the solid state TCP panel!\"}"], ["created_at", "2016-10-05 17:39:02.447982"], ["updated_at", "2016-10-05 17:39:02.447982"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis molestiae ducimus dolor.\",\"text\":\"The PNG capacitor is down, navigate the open-source alarm so we can parse the XSS system!\"}"], ["created_at", "2016-10-05 17:39:02.448829"], ["updated_at", "2016-10-05 17:39:02.448829"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo ea aut.\",\"text\":\"Try to quantify the TCP circuit, maybe it will index the wireless sensor!\"}"], ["created_at", "2016-10-05 17:39:02.449684"], ["updated_at", "2016-10-05 17:39:02.449684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam explicabo aut corporis suscipit voluptas deleniti.\",\"text\":\"If we connect the hard drive, we can get to the SMTP driver through the optical USB alarm!\"}"], ["created_at", "2016-10-05 17:39:02.450538"], ["updated_at", "2016-10-05 17:39:02.450538"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda et est exercitationem rerum et aspernatur.\",\"text\":\"Try to index the AGP protocol, maybe it will reboot the bluetooth circuit!\"}"], ["created_at", "2016-10-05 17:39:02.451411"], ["updated_at", "2016-10-05 17:39:02.451411"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui rerum aut eum ad inventore a quo.\",\"text\":\"Use the cross-platform GB bandwidth, then you can input the auxiliary application!\"}"], ["created_at", "2016-10-05 17:39:02.452298"], ["updated_at", "2016-10-05 17:39:02.452298"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis voluptates quia.\",\"text\":\"We need to copy the haptic EXE monitor!\"}"], ["created_at", "2016-10-05 17:39:02.453140"], ["updated_at", "2016-10-05 17:39:02.453140"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est dolores non hic.\",\"text\":\"We need to calculate the back-end PCI application!\"}"], ["created_at", "2016-10-05 17:39:02.453991"], ["updated_at", "2016-10-05 17:39:02.453991"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est nihil rerum voluptatem cum mollitia.\",\"text\":\"Try to compress the SAS interface, maybe it will back up the digital capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.454858"], ["updated_at", "2016-10-05 17:39:02.454858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem vero molestiae cum eum quibusdam.\",\"text\":\"Use the 1080p PCI capacitor, then you can bypass the cross-platform alarm!\"}"], ["created_at", "2016-10-05 17:39:02.455717"], ["updated_at", "2016-10-05 17:39:02.455717"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus ipsam ut facere qui.\",\"text\":\"Try to bypass the SSL bandwidth, maybe it will bypass the solid state program!\"}"], ["created_at", "2016-10-05 17:39:02.456564"], ["updated_at", "2016-10-05 17:39:02.456564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro reiciendis eaque soluta.\",\"text\":\"Try to navigate the COM alarm, maybe it will calculate the online port!\"}"], ["created_at", "2016-10-05 17:39:02.457409"], ["updated_at", "2016-10-05 17:39:02.457409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut et aperiam officiis velit laudantium.\",\"text\":\"We need to copy the mobile GB driver!\"}"], ["created_at", "2016-10-05 17:39:02.458249"], ["updated_at", "2016-10-05 17:39:02.458249"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et perspiciatis cumque.\",\"text\":\"I'll transmit the primary XML monitor, that should bandwidth the CSS feed!\"}"], ["created_at", "2016-10-05 17:39:02.459101"], ["updated_at", "2016-10-05 17:39:02.459101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi qui reiciendis perspiciatis culpa ut.\",\"text\":\"You can't bypass the capacitor without synthesizing the bluetooth SMS driver!\"}"], ["created_at", "2016-10-05 17:39:02.459964"], ["updated_at", "2016-10-05 17:39:02.459964"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam optio rerum.\",\"text\":\"Overriding the transmitter won't do anything, we need to input the online hdd capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.460842"], ["updated_at", "2016-10-05 17:39:02.460842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque quas error alias.\",\"text\":\"Hacking the interface won't do anything, we need to navigate the open-source png transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.461690"], ["updated_at", "2016-10-05 17:39:02.461690"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores quod sequi corrupti deserunt nihil.\",\"text\":\"Try to hack the SQL monitor, maybe it will back up the open-source circuit!\"}"], ["created_at", "2016-10-05 17:39:02.462565"], ["updated_at", "2016-10-05 17:39:02.462565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore distinctio unde quis.\",\"text\":\"I'll generate the mobile XML application, that should port the RSS monitor!\"}"], ["created_at", "2016-10-05 17:39:02.463422"], ["updated_at", "2016-10-05 17:39:02.463422"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique nihil rerum maiores est aut.\",\"text\":\"Use the online USB bus, then you can back up the optical port!\"}"], ["created_at", "2016-10-05 17:39:02.464276"], ["updated_at", "2016-10-05 17:39:02.464276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero quisquam eum assumenda quidem earum.\",\"text\":\"You can't compress the alarm without connecting the haptic EXE card!\"}"], ["created_at", "2016-10-05 17:39:02.465117"], ["updated_at", "2016-10-05 17:39:02.465117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit et culpa reiciendis voluptatum.\",\"text\":\"You can't back up the hard drive without connecting the digital HDD pixel!\"}"], ["created_at", "2016-10-05 17:39:02.465964"], ["updated_at", "2016-10-05 17:39:02.465964"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo labore autem ipsa provident omnis.\",\"text\":\"We need to hack the optical SMS driver!\"}"], ["created_at", "2016-10-05 17:39:02.466811"], ["updated_at", "2016-10-05 17:39:02.466811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae tenetur minus ullam similique hic.\",\"text\":\"We need to reboot the primary XSS capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.467653"], ["updated_at", "2016-10-05 17:39:02.467653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis esse est.\",\"text\":\"I'll index the auxiliary JSON sensor, that should interface the HTTP microchip!\"}"], ["created_at", "2016-10-05 17:39:02.468506"], ["updated_at", "2016-10-05 17:39:02.468506"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid et voluptatem sint sed pariatur.\",\"text\":\"The IB firewall is down, navigate the multi-byte bus so we can generate the HTTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.469360"], ["updated_at", "2016-10-05 17:39:02.469360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad ea autem quia recusandae numquam.\",\"text\":\"The USB alarm is down, program the digital bandwidth so we can synthesize the XSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.470207"], ["updated_at", "2016-10-05 17:39:02.470207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus commodi consectetur magnam sit delectus.\",\"text\":\"Use the neural GB interface, then you can program the bluetooth firewall!\"}"], ["created_at", "2016-10-05 17:39:02.471059"], ["updated_at", "2016-10-05 17:39:02.471059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis magnam laudantium cupiditate corporis officiis pariatur.\",\"text\":\"We need to transmit the mobile CSS port!\"}"], ["created_at", "2016-10-05 17:39:02.471941"], ["updated_at", "2016-10-05 17:39:02.471941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit ea id vitae mollitia eos doloremque dignissimos.\",\"text\":\"Use the back-end TCP card, then you can copy the wireless transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.472799"], ["updated_at", "2016-10-05 17:39:02.472799"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis libero labore possimus quod ab.\",\"text\":\"The FTP panel is down, copy the online pixel so we can synthesize the HDD monitor!\"}"], ["created_at", "2016-10-05 17:39:02.473645"], ["updated_at", "2016-10-05 17:39:02.473645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae sunt et consequatur molestias officia.\",\"text\":\"I'll synthesize the solid state SMTP transmitter, that should card the CSS firewall!\"}"], ["created_at", "2016-10-05 17:39:02.474506"], ["updated_at", "2016-10-05 17:39:02.474506"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est deserunt nostrum veniam ipsum.\",\"text\":\"Parsing the system won't do anything, we need to compress the redundant ftp bus!\"}"], ["created_at", "2016-10-05 17:39:02.475357"], ["updated_at", "2016-10-05 17:39:02.475357"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia alias sint porro et atque facilis.\",\"text\":\"Try to override the AI sensor, maybe it will synthesize the 1080p circuit!\"}"], ["created_at", "2016-10-05 17:39:02.476217"], ["updated_at", "2016-10-05 17:39:02.476217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero facilis officia.\",\"text\":\"You can't copy the card without calculating the redundant IB protocol!\"}"], ["created_at", "2016-10-05 17:39:02.477069"], ["updated_at", "2016-10-05 17:39:02.477069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus voluptas illo.\",\"text\":\"We need to override the primary PCI panel!\"}"], ["created_at", "2016-10-05 17:39:02.477915"], ["updated_at", "2016-10-05 17:39:02.477915"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis assumenda sint est.\",\"text\":\"You can't program the bus without programming the cross-platform EXE interface!\"}"], ["created_at", "2016-10-05 17:39:02.478774"], ["updated_at", "2016-10-05 17:39:02.478774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores laboriosam aperiam.\",\"text\":\"Use the multi-byte COM system, then you can generate the cross-platform port!\"}"], ["created_at", "2016-10-05 17:39:02.479631"], ["updated_at", "2016-10-05 17:39:02.479631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum inventore sed a.\",\"text\":\"Try to program the IB protocol, maybe it will input the solid state interface!\"}"], ["created_at", "2016-10-05 17:39:02.480470"], ["updated_at", "2016-10-05 17:39:02.480470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias ut sapiente vero.\",\"text\":\"The COM interface is down, compress the wireless firewall so we can transmit the THX application!\"}"], ["created_at", "2016-10-05 17:39:02.481319"], ["updated_at", "2016-10-05 17:39:02.481319"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia qui non dolor explicabo ut et cumque.\",\"text\":\"We need to copy the digital RSS circuit!\"}"], ["created_at", "2016-10-05 17:39:02.482165"], ["updated_at", "2016-10-05 17:39:02.482165"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio eos atque ea.\",\"text\":\"I'll synthesize the multi-byte HTTP port, that should protocol the CSS system!\"}"], ["created_at", "2016-10-05 17:39:02.483030"], ["updated_at", "2016-10-05 17:39:02.483030"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta cumque molestiae est quod.\",\"text\":\"I'll input the redundant PNG sensor, that should array the JSON capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.483901"], ["updated_at", "2016-10-05 17:39:02.483901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui quia dolorem reprehenderit enim fugiat.\",\"text\":\"Try to quantify the SSL interface, maybe it will program the back-end firewall!\"}"], ["created_at", "2016-10-05 17:39:02.484763"], ["updated_at", "2016-10-05 17:39:02.484763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et natus recusandae.\",\"text\":\"Use the primary SMTP driver, then you can navigate the online matrix!\"}"], ["created_at", "2016-10-05 17:39:02.485627"], ["updated_at", "2016-10-05 17:39:02.485627"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam numquam voluptatem.\",\"text\":\"The JBOD bandwidth is down, connect the wireless sensor so we can quantify the HTTP alarm!\"}"], ["created_at", "2016-10-05 17:39:02.486492"], ["updated_at", "2016-10-05 17:39:02.486492"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic maiores ut minima voluptas ab.\",\"text\":\"Navigating the feed won't do anything, we need to copy the 1080p rss microchip!\"}"], ["created_at", "2016-10-05 17:39:02.487345"], ["updated_at", "2016-10-05 17:39:02.487345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem non sunt.\",\"text\":\"Use the open-source RAM matrix, then you can synthesize the redundant sensor!\"}"], ["created_at", "2016-10-05 17:39:02.488200"], ["updated_at", "2016-10-05 17:39:02.488200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui incidunt voluptas quod qui explicabo.\",\"text\":\"I'll parse the open-source SAS sensor, that should capacitor the PCI sensor!\"}"], ["created_at", "2016-10-05 17:39:02.489055"], ["updated_at", "2016-10-05 17:39:02.489055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt neque vel ad quibusdam enim.\",\"text\":\"If we transmit the matrix, we can get to the FTP card through the primary RSS bus!\"}"], ["created_at", "2016-10-05 17:39:02.489910"], ["updated_at", "2016-10-05 17:39:02.489910"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem eveniet velit sit reprehenderit iste.\",\"text\":\"Use the multi-byte SMS system, then you can copy the primary monitor!\"}"], ["created_at", "2016-10-05 17:39:02.490770"], ["updated_at", "2016-10-05 17:39:02.490770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est qui molestiae architecto aperiam distinctio aliquam.\",\"text\":\"The HDD application is down, navigate the digital bus so we can transmit the SQL driver!\"}"], ["created_at", "2016-10-05 17:39:02.491617"], ["updated_at", "2016-10-05 17:39:02.491617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo inventore eaque reiciendis neque.\",\"text\":\"Try to back up the PNG panel, maybe it will compress the open-source feed!\"}"], ["created_at", "2016-10-05 17:39:02.492472"], ["updated_at", "2016-10-05 17:39:02.492472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni excepturi ipsam porro quia.\",\"text\":\"You can't synthesize the bus without parsing the back-end TCP feed!\"}"], ["created_at", "2016-10-05 17:39:02.493320"], ["updated_at", "2016-10-05 17:39:02.493320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque sed est ipsam quaerat ut.\",\"text\":\"We need to calculate the open-source RAM pixel!\"}"], ["created_at", "2016-10-05 17:39:02.494164"], ["updated_at", "2016-10-05 17:39:02.494164"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut sed non sapiente explicabo.\",\"text\":\"Try to copy the SMS panel, maybe it will index the online interface!\"}"], ["created_at", "2016-10-05 17:39:02.495021"], ["updated_at", "2016-10-05 17:39:02.495021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia aut amet consequatur sit ut dolorum.\",\"text\":\"The SSL alarm is down, navigate the auxiliary feed so we can input the PNG interface!\"}"], ["created_at", "2016-10-05 17:39:02.495875"], ["updated_at", "2016-10-05 17:39:02.495875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex quos magni.\",\"text\":\"The SMS feed is down, input the bluetooth bus so we can index the RAM feed!\"}"], ["created_at", "2016-10-05 17:39:02.496726"], ["updated_at", "2016-10-05 17:39:02.496726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos voluptatem amet maiores est blanditiis quae.\",\"text\":\"The THX application is down, generate the primary protocol so we can generate the SMTP microchip!\"}"], ["created_at", "2016-10-05 17:39:02.497571"], ["updated_at", "2016-10-05 17:39:02.497571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel molestiae et dolores praesentium quam tempora.\",\"text\":\"We need to copy the haptic EXE circuit!\"}"], ["created_at", "2016-10-05 17:39:02.498460"], ["updated_at", "2016-10-05 17:39:02.498460"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui nostrum dolorem ad.\",\"text\":\"We need to index the optical RAM panel!\"}"], ["created_at", "2016-10-05 17:39:02.499279"], ["updated_at", "2016-10-05 17:39:02.499279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut minima dignissimos dicta perferendis esse voluptatem nihil.\",\"text\":\"Use the redundant SCSI application, then you can index the neural protocol!\"}"], ["created_at", "2016-10-05 17:39:02.500151"], ["updated_at", "2016-10-05 17:39:02.500151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus expedita facere molestias officiis itaque.\",\"text\":\"We need to index the cross-platform AGP microchip!\"}"], ["created_at", "2016-10-05 17:39:02.501004"], ["updated_at", "2016-10-05 17:39:02.501004"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque nihil quis.\",\"text\":\"You can't calculate the matrix without overriding the virtual SSL hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.501851"], ["updated_at", "2016-10-05 17:39:02.501851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non maiores autem.\",\"text\":\"I'll input the mobile EXE monitor, that should card the SAS card!\"}"], ["created_at", "2016-10-05 17:39:02.502709"], ["updated_at", "2016-10-05 17:39:02.502709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati ab dicta aspernatur corporis aperiam.\",\"text\":\"Try to navigate the JSON pixel, maybe it will override the bluetooth hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.503563"], ["updated_at", "2016-10-05 17:39:02.503563"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur perferendis dolorum et quasi aut.\",\"text\":\"I'll input the auxiliary RSS system, that should transmitter the PNG sensor!\"}"], ["created_at", "2016-10-05 17:39:02.504411"], ["updated_at", "2016-10-05 17:39:02.504411"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere ex quas earum hic.\",\"text\":\"Transmitting the protocol won't do anything, we need to navigate the back-end sdd matrix!\"}"], ["created_at", "2016-10-05 17:39:02.505266"], ["updated_at", "2016-10-05 17:39:02.505266"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus consectetur dolorem.\",\"text\":\"If we program the hard drive, we can get to the SDD feed through the solid state XML microchip!\"}"], ["created_at", "2016-10-05 17:39:02.506112"], ["updated_at", "2016-10-05 17:39:02.506112"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis aut nobis odit doloribus velit ratione eaque.\",\"text\":\"If we synthesize the bandwidth, we can get to the THX driver through the online SSL monitor!\"}"], ["created_at", "2016-10-05 17:39:02.506993"], ["updated_at", "2016-10-05 17:39:02.506993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta rerum quam quo harum et id voluptatem.\",\"text\":\"I'll reboot the primary COM firewall, that should driver the SAS panel!\"}"], ["created_at", "2016-10-05 17:39:02.507842"], ["updated_at", "2016-10-05 17:39:02.507842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus facere eos quia expedita voluptatibus aliquid porro.\",\"text\":\"If we back up the pixel, we can get to the COM program through the neural CSS firewall!\"}"], ["created_at", "2016-10-05 17:39:02.508691"], ["updated_at", "2016-10-05 17:39:02.508691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum ut impedit quas aut voluptatem.\",\"text\":\"I'll navigate the wireless XML panel, that should alarm the PNG card!\"}"], ["created_at", "2016-10-05 17:39:02.509594"], ["updated_at", "2016-10-05 17:39:02.509594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur maxime repudiandae in ut aperiam.\",\"text\":\"The XML transmitter is down, hack the mobile card so we can back up the CSS microchip!\"}"], ["created_at", "2016-10-05 17:39:02.510444"], ["updated_at", "2016-10-05 17:39:02.510444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis dolor eveniet nulla fugiat libero quas eius.\",\"text\":\"If we generate the system, we can get to the TCP circuit through the cross-platform CSS feed!\"}"], ["created_at", "2016-10-05 17:39:02.511294"], ["updated_at", "2016-10-05 17:39:02.511294"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere libero nostrum quas iure sint hic.\",\"text\":\"If we compress the interface, we can get to the AI bus through the multi-byte SMS monitor!\"}"], ["created_at", "2016-10-05 17:39:02.512159"], ["updated_at", "2016-10-05 17:39:02.512159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta et animi voluptatibus.\",\"text\":\"The SCSI system is down, synthesize the multi-byte driver so we can hack the AGP card!\"}"], ["created_at", "2016-10-05 17:39:02.513020"], ["updated_at", "2016-10-05 17:39:02.513020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum consectetur aut fugiat similique.\",\"text\":\"Try to navigate the CSS circuit, maybe it will parse the neural panel!\"}"], ["created_at", "2016-10-05 17:39:02.513859"], ["updated_at", "2016-10-05 17:39:02.513859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil quis necessitatibus.\",\"text\":\"If we reboot the alarm, we can get to the CSS protocol through the solid state SQL port!\"}"], ["created_at", "2016-10-05 17:39:02.514718"], ["updated_at", "2016-10-05 17:39:02.514718"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam labore reiciendis enim.\",\"text\":\"I'll connect the haptic HDD interface, that should alarm the ADP application!\"}"], ["created_at", "2016-10-05 17:39:02.515719"], ["updated_at", "2016-10-05 17:39:02.515719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit molestias ea saepe non quidem.\",\"text\":\"If we transmit the monitor, we can get to the RAM feed through the haptic RAM interface!\"}"], ["created_at", "2016-10-05 17:39:02.516745"], ["updated_at", "2016-10-05 17:39:02.516745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo velit harum voluptatibus.\",\"text\":\"We need to compress the solid state PCI monitor!\"}"], ["created_at", "2016-10-05 17:39:02.517607"], ["updated_at", "2016-10-05 17:39:02.517607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sint sint exercitationem consequatur.\",\"text\":\"I'll quantify the mobile RSS bus, that should pixel the AI sensor!\"}"], ["created_at", "2016-10-05 17:39:02.518453"], ["updated_at", "2016-10-05 17:39:02.518453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et cumque rerum commodi culpa.\",\"text\":\"The RSS driver is down, input the online circuit so we can override the TCP interface!\"}"], ["created_at", "2016-10-05 17:39:02.519304"], ["updated_at", "2016-10-05 17:39:02.519304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum reiciendis eos fuga.\",\"text\":\"Compressing the feed won't do anything, we need to copy the optical css protocol!\"}"], ["created_at", "2016-10-05 17:39:02.520150"], ["updated_at", "2016-10-05 17:39:02.520150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A non ex illo laudantium rerum.\",\"text\":\"You can't index the bus without connecting the mobile SCSI bus!\"}"], ["created_at", "2016-10-05 17:39:02.521068"], ["updated_at", "2016-10-05 17:39:02.521068"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non suscipit voluptatem sit officiis voluptate quo adipisci.\",\"text\":\"Try to program the XML array, maybe it will synthesize the multi-byte circuit!\"}"], ["created_at", "2016-10-05 17:39:02.521976"], ["updated_at", "2016-10-05 17:39:02.521976"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim alias aliquam nemo tempore vero.\",\"text\":\"Use the open-source AGP monitor, then you can compress the redundant panel!\"}"], ["created_at", "2016-10-05 17:39:02.522883"], ["updated_at", "2016-10-05 17:39:02.522883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis molestiae delectus rerum fugit unde tempore.\",\"text\":\"If we connect the port, we can get to the USB feed through the digital THX circuit!\"}"], ["created_at", "2016-10-05 17:39:02.523736"], ["updated_at", "2016-10-05 17:39:02.523736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora magni ipsum accusamus error nemo quia.\",\"text\":\"You can't index the firewall without compressing the cross-platform ADP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.524590"], ["updated_at", "2016-10-05 17:39:02.524590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt rerum ipsam dolores veritatis assumenda.\",\"text\":\"We need to back up the primary SSL feed!\"}"], ["created_at", "2016-10-05 17:39:02.525428"], ["updated_at", "2016-10-05 17:39:02.525428"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi ut est.\",\"text\":\"You can't calculate the hard drive without calculating the online USB microchip!\"}"], ["created_at", "2016-10-05 17:39:02.526272"], ["updated_at", "2016-10-05 17:39:02.526272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus fugit saepe aut eum sunt numquam.\",\"text\":\"If we navigate the monitor, we can get to the AGP monitor through the bluetooth XML firewall!\"}"], ["created_at", "2016-10-05 17:39:02.527185"], ["updated_at", "2016-10-05 17:39:02.527185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore in explicabo aut aut.\",\"text\":\"Synthesizing the monitor won't do anything, we need to connect the open-source adp capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.528099"], ["updated_at", "2016-10-05 17:39:02.528099"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel at non sunt quisquam ex laborum.\",\"text\":\"I'll connect the online SMS firewall, that should driver the PCI alarm!\"}"], ["created_at", "2016-10-05 17:39:02.529011"], ["updated_at", "2016-10-05 17:39:02.529011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse ea perspiciatis sapiente saepe sint.\",\"text\":\"Try to input the SSL circuit, maybe it will input the cross-platform bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.529923"], ["updated_at", "2016-10-05 17:39:02.529923"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde quia et quia doloremque omnis eum aut.\",\"text\":\"I'll connect the multi-byte XML capacitor, that should capacitor the EXE transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.530874"], ["updated_at", "2016-10-05 17:39:02.530874"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis mollitia ullam et architecto cupiditate.\",\"text\":\"The AGP panel is down, connect the bluetooth driver so we can copy the AI driver!\"}"], ["created_at", "2016-10-05 17:39:02.531725"], ["updated_at", "2016-10-05 17:39:02.531725"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis harum impedit ad facere earum.\",\"text\":\"You can't program the driver without generating the primary AGP array!\"}"], ["created_at", "2016-10-05 17:39:02.532569"], ["updated_at", "2016-10-05 17:39:02.532569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut omnis optio quis qui molestiae.\",\"text\":\"You can't program the system without backing up the open-source AGP sensor!\"}"], ["created_at", "2016-10-05 17:39:02.533428"], ["updated_at", "2016-10-05 17:39:02.533428"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae ullam iusto magni placeat consequatur aut facere.\",\"text\":\"If we synthesize the system, we can get to the HTTP feed through the wireless SDD program!\"}"], ["created_at", "2016-10-05 17:39:02.534272"], ["updated_at", "2016-10-05 17:39:02.534272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus quod architecto dolorem voluptas quis neque explicabo.\",\"text\":\"Quantifying the panel won't do anything, we need to generate the multi-byte ai program!\"}"], ["created_at", "2016-10-05 17:39:02.535170"], ["updated_at", "2016-10-05 17:39:02.535170"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt fuga itaque quia reprehenderit.\",\"text\":\"Try to calculate the SAS application, maybe it will bypass the online port!\"}"], ["created_at", "2016-10-05 17:39:02.536015"], ["updated_at", "2016-10-05 17:39:02.536015"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur dolorem qui numquam.\",\"text\":\"Try to hack the CSS program, maybe it will bypass the auxiliary system!\"}"], ["created_at", "2016-10-05 17:39:02.536857"], ["updated_at", "2016-10-05 17:39:02.536857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas sunt nisi.\",\"text\":\"You can't generate the driver without navigating the neural SMS firewall!\"}"], ["created_at", "2016-10-05 17:39:02.537698"], ["updated_at", "2016-10-05 17:39:02.537698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et adipisci fugiat veritatis necessitatibus et.\",\"text\":\"We need to calculate the auxiliary SQL transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.538609"], ["updated_at", "2016-10-05 17:39:02.538609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero fuga autem perspiciatis eius ipsum.\",\"text\":\"You can't back up the interface without bypassing the virtual GB card!\"}"], ["created_at", "2016-10-05 17:39:02.539464"], ["updated_at", "2016-10-05 17:39:02.539464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In et voluptates illum fugiat officiis.\",\"text\":\"I'll transmit the solid state SMTP array, that should array the CSS panel!\"}"], ["created_at", "2016-10-05 17:39:02.540310"], ["updated_at", "2016-10-05 17:39:02.540310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde doloribus in qui illum.\",\"text\":\"If we transmit the monitor, we can get to the AI bus through the haptic JBOD microchip!\"}"], ["created_at", "2016-10-05 17:39:02.541150"], ["updated_at", "2016-10-05 17:39:02.541150"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor qui vel.\",\"text\":\"If we bypass the monitor, we can get to the COM matrix through the redundant TCP port!\"}"], ["created_at", "2016-10-05 17:39:02.542006"], ["updated_at", "2016-10-05 17:39:02.542006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor aut vitae recusandae omnis consequuntur nihil.\",\"text\":\"I'll reboot the cross-platform PNG interface, that should circuit the IB firewall!\"}"], ["created_at", "2016-10-05 17:39:02.542901"], ["updated_at", "2016-10-05 17:39:02.542901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non velit molestias.\",\"text\":\"Backing up the array won't do anything, we need to navigate the neural css card!\"}"], ["created_at", "2016-10-05 17:39:02.543748"], ["updated_at", "2016-10-05 17:39:02.543748"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis ipsum aut consequatur.\",\"text\":\"I'll quantify the solid state HTTP protocol, that should transmitter the EXE transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.544598"], ["updated_at", "2016-10-05 17:39:02.544598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore qui sed quasi est aliquid quas veniam.\",\"text\":\"Use the optical RSS hard drive, then you can override the digital card!\"}"], ["created_at", "2016-10-05 17:39:02.545449"], ["updated_at", "2016-10-05 17:39:02.545449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum est harum voluptas eos et.\",\"text\":\"We need to copy the solid state JSON bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.546314"], ["updated_at", "2016-10-05 17:39:02.546314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et natus consequatur consectetur nobis.\",\"text\":\"We need to back up the bluetooth SAS sensor!\"}"], ["created_at", "2016-10-05 17:39:02.547203"], ["updated_at", "2016-10-05 17:39:02.547203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas perspiciatis non et.\",\"text\":\"You can't reboot the array without programming the wireless ADP sensor!\"}"], ["created_at", "2016-10-05 17:39:02.548045"], ["updated_at", "2016-10-05 17:39:02.548045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro quia vero.\",\"text\":\"The JBOD firewall is down, reboot the neural application so we can transmit the PCI system!\"}"], ["created_at", "2016-10-05 17:39:02.548889"], ["updated_at", "2016-10-05 17:39:02.548889"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut omnis sint eum aut enim.\",\"text\":\"I'll quantify the optical AI feed, that should interface the HTTP application!\"}"], ["created_at", "2016-10-05 17:39:02.549735"], ["updated_at", "2016-10-05 17:39:02.549735"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam omnis qui nam non reprehenderit.\",\"text\":\"Use the solid state TCP bandwidth, then you can connect the mobile alarm!\"}"], ["created_at", "2016-10-05 17:39:02.550625"], ["updated_at", "2016-10-05 17:39:02.550625"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et fugiat nesciunt impedit eveniet.\",\"text\":\"We need to calculate the auxiliary USB transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.551472"], ["updated_at", "2016-10-05 17:39:02.551472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos voluptas esse voluptatem.\",\"text\":\"I'll transmit the wireless SMTP system, that should protocol the HDD feed!\"}"], ["created_at", "2016-10-05 17:39:02.552310"], ["updated_at", "2016-10-05 17:39:02.552310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis explicabo et quia.\",\"text\":\"I'll copy the bluetooth COM driver, that should application the XML array!\"}"], ["created_at", "2016-10-05 17:39:02.553152"], ["updated_at", "2016-10-05 17:39:02.553152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa mollitia repellendus quae et possimus consequatur.\",\"text\":\"Try to hack the JSON bandwidth, maybe it will back up the open-source driver!\"}"], ["created_at", "2016-10-05 17:39:02.554007"], ["updated_at", "2016-10-05 17:39:02.554007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam animi ut odit qui sunt ut.\",\"text\":\"I'll quantify the digital IB bus, that should alarm the COM alarm!\"}"], ["created_at", "2016-10-05 17:39:02.554884"], ["updated_at", "2016-10-05 17:39:02.554884"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ratione est a.\",\"text\":\"Transmitting the port won't do anything, we need to synthesize the solid state sdd pixel!\"}"], ["created_at", "2016-10-05 17:39:02.555741"], ["updated_at", "2016-10-05 17:39:02.555741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur incidunt corporis et.\",\"text\":\"You can't parse the system without bypassing the online HTTP feed!\"}"], ["created_at", "2016-10-05 17:39:02.556584"], ["updated_at", "2016-10-05 17:39:02.556584"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci exercitationem nihil velit.\",\"text\":\"If we hack the circuit, we can get to the RSS port through the wireless HTTP bus!\"}"], ["created_at", "2016-10-05 17:39:02.557444"], ["updated_at", "2016-10-05 17:39:02.557444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci explicabo quam quibusdam cumque temporibus vel ut.\",\"text\":\"Hacking the capacitor won't do anything, we need to program the haptic ib firewall!\"}"], ["created_at", "2016-10-05 17:39:02.558313"], ["updated_at", "2016-10-05 17:39:02.558313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita et totam ratione.\",\"text\":\"We need to back up the optical PNG sensor!\"}"], ["created_at", "2016-10-05 17:39:02.559196"], ["updated_at", "2016-10-05 17:39:02.559196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam qui aliquid iure.\",\"text\":\"You can't bypass the port without compressing the auxiliary JSON sensor!\"}"], ["created_at", "2016-10-05 17:39:02.560081"], ["updated_at", "2016-10-05 17:39:02.560081"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae dolorem dolore nisi a dolor.\",\"text\":\"Transmitting the card won't do anything, we need to program the neural ib feed!\"}"], ["created_at", "2016-10-05 17:39:02.560941"], ["updated_at", "2016-10-05 17:39:02.560941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum ipsum distinctio.\",\"text\":\"If we bypass the system, we can get to the USB application through the haptic FTP matrix!\"}"], ["created_at", "2016-10-05 17:39:02.561799"], ["updated_at", "2016-10-05 17:39:02.561799"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed ut molestias.\",\"text\":\"The USB pixel is down, generate the 1080p bus so we can copy the PCI transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.562683"], ["updated_at", "2016-10-05 17:39:02.562683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum debitis nostrum et dolorem.\",\"text\":\"Generating the interface won't do anything, we need to transmit the online smtp bus!\"}"], ["created_at", "2016-10-05 17:39:02.563566"], ["updated_at", "2016-10-05 17:39:02.563566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis tempore similique fugit.\",\"text\":\"I'll program the back-end SCSI application, that should bus the GB interface!\"}"], ["created_at", "2016-10-05 17:39:02.564410"], ["updated_at", "2016-10-05 17:39:02.564410"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores odit harum voluptatem.\",\"text\":\"Bypassing the alarm won't do anything, we need to bypass the online exe card!\"}"], ["created_at", "2016-10-05 17:39:02.565255"], ["updated_at", "2016-10-05 17:39:02.565255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut et voluptatem.\",\"text\":\"Parsing the program won't do anything, we need to bypass the cross-platform pci array!\"}"], ["created_at", "2016-10-05 17:39:02.566110"], ["updated_at", "2016-10-05 17:39:02.566110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non maxime dolore quis magni ut eligendi voluptas.\",\"text\":\"We need to back up the virtual SQL card!\"}"], ["created_at", "2016-10-05 17:39:02.566955"], ["updated_at", "2016-10-05 17:39:02.566955"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut quae ut deleniti amet at.\",\"text\":\"We need to parse the haptic JBOD monitor!\"}"], ["created_at", "2016-10-05 17:39:02.567799"], ["updated_at", "2016-10-05 17:39:02.567799"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora ut architecto cupiditate voluptas amet sapiente impedit.\",\"text\":\"We need to bypass the neural FTP application!\"}"], ["created_at", "2016-10-05 17:39:02.568643"], ["updated_at", "2016-10-05 17:39:02.568643"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint placeat dolorem animi est laudantium amet beatae.\",\"text\":\"If we connect the array, we can get to the SAS interface through the optical TCP transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.569491"], ["updated_at", "2016-10-05 17:39:02.569491"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint unde vero.\",\"text\":\"You can't parse the system without hacking the primary FTP sensor!\"}"], ["created_at", "2016-10-05 17:39:02.570325"], ["updated_at", "2016-10-05 17:39:02.570325"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi tempora nisi quia non quam exercitationem quo.\",\"text\":\"You can't calculate the feed without bypassing the primary SCSI transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.571179"], ["updated_at", "2016-10-05 17:39:02.571179"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda quae molestiae laudantium rerum.\",\"text\":\"Programming the microchip won't do anything, we need to synthesize the cross-platform jbod microchip!\"}"], ["created_at", "2016-10-05 17:39:02.572289"], ["updated_at", "2016-10-05 17:39:02.572289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum iusto neque eum.\",\"text\":\"If we quantify the port, we can get to the CSS card through the haptic CSS card!\"}"], ["created_at", "2016-10-05 17:39:02.573343"], ["updated_at", "2016-10-05 17:39:02.573343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit dolore doloribus eaque reiciendis aut.\",\"text\":\"Use the back-end ADP feed, then you can navigate the redundant program!\"}"], ["created_at", "2016-10-05 17:39:02.574257"], ["updated_at", "2016-10-05 17:39:02.574257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non aut sequi accusantium consequatur eum cumque voluptatem.\",\"text\":\"Try to parse the PCI port, maybe it will bypass the cross-platform application!\"}"], ["created_at", "2016-10-05 17:39:02.575208"], ["updated_at", "2016-10-05 17:39:02.575208"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut fuga laborum iste aut temporibus est.\",\"text\":\"You can't parse the monitor without generating the redundant TCP card!\"}"], ["created_at", "2016-10-05 17:39:02.576084"], ["updated_at", "2016-10-05 17:39:02.576084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus ad dignissimos.\",\"text\":\"Bypassing the alarm won't do anything, we need to copy the solid state com driver!\"}"], ["created_at", "2016-10-05 17:39:02.576981"], ["updated_at", "2016-10-05 17:39:02.576981"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum aperiam officiis accusantium doloribus debitis dignissimos commodi.\",\"text\":\"The RAM transmitter is down, compress the redundant monitor so we can override the JSON pixel!\"}"], ["created_at", "2016-10-05 17:39:02.577858"], ["updated_at", "2016-10-05 17:39:02.577858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam atque provident in quos beatae.\",\"text\":\"If we reboot the protocol, we can get to the JSON driver through the redundant SDD driver!\"}"], ["created_at", "2016-10-05 17:39:02.578748"], ["updated_at", "2016-10-05 17:39:02.578748"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi quae eum.\",\"text\":\"Try to generate the XML system, maybe it will index the neural protocol!\"}"], ["created_at", "2016-10-05 17:39:02.579629"], ["updated_at", "2016-10-05 17:39:02.579629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste qui suscipit.\",\"text\":\"Use the primary GB program, then you can generate the primary card!\"}"], ["created_at", "2016-10-05 17:39:02.580512"], ["updated_at", "2016-10-05 17:39:02.580512"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit doloribus quas earum.\",\"text\":\"You can't parse the array without transmitting the wireless PNG matrix!\"}"], ["created_at", "2016-10-05 17:39:02.581335"], ["updated_at", "2016-10-05 17:39:02.581335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo dignissimos et quos.\",\"text\":\"Use the mobile SMTP interface, then you can generate the wireless sensor!\"}"], ["created_at", "2016-10-05 17:39:02.582547"], ["updated_at", "2016-10-05 17:39:02.582547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos consequuntur illum ea nihil dignissimos veritatis.\",\"text\":\"Try to bypass the JSON bus, maybe it will connect the primary sensor!\"}"], ["created_at", "2016-10-05 17:39:02.583524"], ["updated_at", "2016-10-05 17:39:02.583524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint voluptatem harum aspernatur.\",\"text\":\"Use the wireless SMS transmitter, then you can copy the multi-byte circuit!\"}"], ["created_at", "2016-10-05 17:39:02.584491"], ["updated_at", "2016-10-05 17:39:02.584491"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum vel ipsa enim.\",\"text\":\"Overriding the circuit won't do anything, we need to override the wireless xml capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.585376"], ["updated_at", "2016-10-05 17:39:02.585376"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam consequuntur rem et.\",\"text\":\"We need to parse the solid state SAS monitor!\"}"], ["created_at", "2016-10-05 17:39:02.586311"], ["updated_at", "2016-10-05 17:39:02.586311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis neque et.\",\"text\":\"Use the bluetooth TCP firewall, then you can reboot the online interface!\"}"], ["created_at", "2016-10-05 17:39:02.587221"], ["updated_at", "2016-10-05 17:39:02.587221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta porro voluptatum vel dolores quae.\",\"text\":\"Use the back-end PCI application, then you can transmit the neural card!\"}"], ["created_at", "2016-10-05 17:39:02.588118"], ["updated_at", "2016-10-05 17:39:02.588118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit sit laborum.\",\"text\":\"Try to synthesize the HTTP hard drive, maybe it will compress the digital application!\"}"], ["created_at", "2016-10-05 17:39:02.589041"], ["updated_at", "2016-10-05 17:39:02.589041"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur sed similique.\",\"text\":\"Try to quantify the SMTP microchip, maybe it will synthesize the primary bus!\"}"], ["created_at", "2016-10-05 17:39:02.589913"], ["updated_at", "2016-10-05 17:39:02.589913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos est velit architecto dolorem.\",\"text\":\"I'll override the redundant PNG capacitor, that should protocol the SMS sensor!\"}"], ["created_at", "2016-10-05 17:39:02.590799"], ["updated_at", "2016-10-05 17:39:02.590799"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo incidunt omnis.\",\"text\":\"The PCI matrix is down, connect the auxiliary port so we can program the ADP driver!\"}"], ["created_at", "2016-10-05 17:39:02.591764"], ["updated_at", "2016-10-05 17:39:02.591764"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni repellat ipsum voluptatum.\",\"text\":\"You can't bypass the bandwidth without synthesizing the primary AGP card!\"}"], ["created_at", "2016-10-05 17:39:02.592698"], ["updated_at", "2016-10-05 17:39:02.592698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga nihil est.\",\"text\":\"You can't copy the panel without compressing the bluetooth TCP interface!\"}"], ["created_at", "2016-10-05 17:39:02.593590"], ["updated_at", "2016-10-05 17:39:02.593590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt quidem non quos quia.\",\"text\":\"Compressing the panel won't do anything, we need to input the cross-platform ssl protocol!\"}"], ["created_at", "2016-10-05 17:39:02.594509"], ["updated_at", "2016-10-05 17:39:02.594509"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut laborum aut reprehenderit.\",\"text\":\"I'll hack the haptic SMTP application, that should pixel the GB firewall!\"}"], ["created_at", "2016-10-05 17:39:02.595410"], ["updated_at", "2016-10-05 17:39:02.595410"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id quia perspiciatis asperiores.\",\"text\":\"Generating the port won't do anything, we need to synthesize the auxiliary jbod application!\"}"], ["created_at", "2016-10-05 17:39:02.596545"], ["updated_at", "2016-10-05 17:39:02.596545"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit sunt fuga iusto modi tenetur porro quia.\",\"text\":\"I'll calculate the virtual TCP alarm, that should matrix the HTTP array!\"}"], ["created_at", "2016-10-05 17:39:02.597638"], ["updated_at", "2016-10-05 17:39:02.597638"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae accusantium eaque adipisci pariatur maxime distinctio.\",\"text\":\"The IB firewall is down, connect the digital system so we can parse the SAS driver!\"}"], ["created_at", "2016-10-05 17:39:02.599136"], ["updated_at", "2016-10-05 17:39:02.599136"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed error facere quia.\",\"text\":\"If we bypass the transmitter, we can get to the SSL panel through the bluetooth GB microchip!\"}"], ["created_at", "2016-10-05 17:39:02.601819"], ["updated_at", "2016-10-05 17:39:02.601819"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique molestiae veniam facilis.\",\"text\":\"We need to hack the virtual SSL hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.603616"], ["updated_at", "2016-10-05 17:39:02.603616"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt deserunt et inventore sit quia dolorem quia.\",\"text\":\"I'll copy the back-end FTP microchip, that should array the SSL monitor!\"}"], ["created_at", "2016-10-05 17:39:02.606757"], ["updated_at", "2016-10-05 17:39:02.606757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores perferendis velit vero.\",\"text\":\"We need to input the redundant JSON port!\"}"], ["created_at", "2016-10-05 17:39:02.608222"], ["updated_at", "2016-10-05 17:39:02.608222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere amet ut repellat vel nam non.\",\"text\":\"You can't parse the application without backing up the mobile AI array!\"}"], ["created_at", "2016-10-05 17:39:02.609197"], ["updated_at", "2016-10-05 17:39:02.609197"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore pariatur ad quia ratione eius consequatur.\",\"text\":\"Use the virtual SMS interface, then you can compress the back-end bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.610146"], ["updated_at", "2016-10-05 17:39:02.610146"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia sed ducimus id non modi.\",\"text\":\"The SCSI capacitor is down, compress the online application so we can compress the COM protocol!\"}"], ["created_at", "2016-10-05 17:39:02.611083"], ["updated_at", "2016-10-05 17:39:02.611083"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum est quidem explicabo velit et eaque ex.\",\"text\":\"We need to parse the virtual SCSI program!\"}"], ["created_at", "2016-10-05 17:39:02.612123"], ["updated_at", "2016-10-05 17:39:02.612123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea sit omnis dolorem dolor sint voluptatum.\",\"text\":\"The THX feed is down, override the bluetooth array so we can connect the USB sensor!\"}"], ["created_at", "2016-10-05 17:39:02.613265"], ["updated_at", "2016-10-05 17:39:02.613265"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore qui ut.\",\"text\":\"We need to transmit the optical JSON microchip!\"}"], ["created_at", "2016-10-05 17:39:02.614209"], ["updated_at", "2016-10-05 17:39:02.614209"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem delectus et modi sint.\",\"text\":\"Programming the microchip won't do anything, we need to generate the virtual json pixel!\"}"], ["created_at", "2016-10-05 17:39:02.615088"], ["updated_at", "2016-10-05 17:39:02.615088"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam dolor provident distinctio.\",\"text\":\"I'll transmit the optical HDD application, that should capacitor the PCI driver!\"}"], ["created_at", "2016-10-05 17:39:02.615936"], ["updated_at", "2016-10-05 17:39:02.615936"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum aut molestiae non sint consequatur.\",\"text\":\"We need to parse the 1080p IB application!\"}"], ["created_at", "2016-10-05 17:39:02.617083"], ["updated_at", "2016-10-05 17:39:02.617083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur quasi quas veritatis.\",\"text\":\"We need to compress the open-source THX bus!\"}"], ["created_at", "2016-10-05 17:39:02.618070"], ["updated_at", "2016-10-05 17:39:02.618070"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et consequuntur ut ducimus eos dolores.\",\"text\":\"I'll calculate the 1080p HTTP capacitor, that should microchip the PNG panel!\"}"], ["created_at", "2016-10-05 17:39:02.619043"], ["updated_at", "2016-10-05 17:39:02.619043"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima neque eum eum culpa officiis nulla.\",\"text\":\"I'll compress the neural THX driver, that should port the THX hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.619958"], ["updated_at", "2016-10-05 17:39:02.619958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem animi sed neque.\",\"text\":\"You can't input the driver without connecting the cross-platform EXE hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.620874"], ["updated_at", "2016-10-05 17:39:02.620874"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis deleniti voluptatem eligendi quia.\",\"text\":\"I'll input the cross-platform HDD circuit, that should program the RSS pixel!\"}"], ["created_at", "2016-10-05 17:39:02.621810"], ["updated_at", "2016-10-05 17:39:02.621810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem ea quisquam dolor.\",\"text\":\"You can't copy the circuit without transmitting the multi-byte SAS panel!\"}"], ["created_at", "2016-10-05 17:39:02.622786"], ["updated_at", "2016-10-05 17:39:02.622786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis sapiente quos harum.\",\"text\":\"If we override the monitor, we can get to the ADP matrix through the wireless AI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.623740"], ["updated_at", "2016-10-05 17:39:02.623740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit sit consequatur deserunt repudiandae labore accusantium.\",\"text\":\"The JSON array is down, reboot the wireless array so we can program the USB driver!\"}"], ["created_at", "2016-10-05 17:39:02.624668"], ["updated_at", "2016-10-05 17:39:02.624668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut ea nulla voluptatem esse error nihil.\",\"text\":\"I'll calculate the digital PCI firewall, that should program the PNG alarm!\"}"], ["created_at", "2016-10-05 17:39:02.625588"], ["updated_at", "2016-10-05 17:39:02.625588"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quo odit.\",\"text\":\"Use the neural JBOD protocol, then you can back up the mobile application!\"}"], ["created_at", "2016-10-05 17:39:02.626524"], ["updated_at", "2016-10-05 17:39:02.626524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus laborum deleniti nihil totam.\",\"text\":\"Use the optical PNG monitor, then you can generate the haptic circuit!\"}"], ["created_at", "2016-10-05 17:39:02.627450"], ["updated_at", "2016-10-05 17:39:02.627450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium provident aut consequatur aut doloribus.\",\"text\":\"We need to copy the neural THX capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.628374"], ["updated_at", "2016-10-05 17:39:02.628374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui facere officia.\",\"text\":\"We need to index the back-end PCI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.629358"], ["updated_at", "2016-10-05 17:39:02.629358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos laborum accusantium et ex ipsam sed.\",\"text\":\"Try to parse the COM alarm, maybe it will hack the solid state pixel!\"}"], ["created_at", "2016-10-05 17:39:02.630270"], ["updated_at", "2016-10-05 17:39:02.630270"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure provident porro iste veritatis necessitatibus.\",\"text\":\"Try to navigate the SQL circuit, maybe it will generate the mobile program!\"}"], ["created_at", "2016-10-05 17:39:02.631171"], ["updated_at", "2016-10-05 17:39:02.631171"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim voluptas asperiores natus quidem.\",\"text\":\"If we compress the matrix, we can get to the THX capacitor through the haptic XSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.632026"], ["updated_at", "2016-10-05 17:39:02.632026"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id eveniet delectus.\",\"text\":\"Try to override the XML bandwidth, maybe it will synthesize the online matrix!\"}"], ["created_at", "2016-10-05 17:39:02.632893"], ["updated_at", "2016-10-05 17:39:02.632893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim voluptas nihil iure officiis dicta tenetur eos.\",\"text\":\"Try to calculate the FTP bandwidth, maybe it will override the redundant feed!\"}"], ["created_at", "2016-10-05 17:39:02.633767"], ["updated_at", "2016-10-05 17:39:02.633767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis commodi voluptatem et aspernatur sapiente et.\",\"text\":\"Compressing the matrix won't do anything, we need to parse the auxiliary scsi monitor!\"}"], ["created_at", "2016-10-05 17:39:02.634641"], ["updated_at", "2016-10-05 17:39:02.634641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non deserunt aspernatur accusamus.\",\"text\":\"If we override the protocol, we can get to the THX matrix through the solid state JBOD card!\"}"], ["created_at", "2016-10-05 17:39:02.635488"], ["updated_at", "2016-10-05 17:39:02.635488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore praesentium perferendis quis aut voluptatem maiores minus.\",\"text\":\"Use the back-end XML feed, then you can generate the primary panel!\"}"], ["created_at", "2016-10-05 17:39:02.636332"], ["updated_at", "2016-10-05 17:39:02.636332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto possimus harum ullam.\",\"text\":\"We need to synthesize the optical SQL system!\"}"], ["created_at", "2016-10-05 17:39:02.637173"], ["updated_at", "2016-10-05 17:39:02.637173"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui vel quia odit.\",\"text\":\"The EXE bandwidth is down, compress the digital alarm so we can quantify the ADP interface!\"}"], ["created_at", "2016-10-05 17:39:02.638014"], ["updated_at", "2016-10-05 17:39:02.638014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse molestias aliquid.\",\"text\":\"Try to index the TCP driver, maybe it will synthesize the open-source card!\"}"], ["created_at", "2016-10-05 17:39:02.638903"], ["updated_at", "2016-10-05 17:39:02.638903"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde est dolorem voluptatem.\",\"text\":\"Use the 1080p AI feed, then you can back up the wireless hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.639759"], ["updated_at", "2016-10-05 17:39:02.639759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas ea inventore molestias enim sit voluptates.\",\"text\":\"You can't hack the hard drive without connecting the 1080p CSS circuit!\"}"], ["created_at", "2016-10-05 17:39:02.640640"], ["updated_at", "2016-10-05 17:39:02.640640"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati velit et.\",\"text\":\"I'll bypass the 1080p USB bus, that should bus the SMS alarm!\"}"], ["created_at", "2016-10-05 17:39:02.641478"], ["updated_at", "2016-10-05 17:39:02.641478"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi asperiores qui.\",\"text\":\"Use the bluetooth PCI monitor, then you can bypass the haptic firewall!\"}"], ["created_at", "2016-10-05 17:39:02.642311"], ["updated_at", "2016-10-05 17:39:02.642311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem maxime odio nemo et iste itaque.\",\"text\":\"You can't generate the hard drive without bypassing the wireless COM capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.643195"], ["updated_at", "2016-10-05 17:39:02.643195"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et commodi vel vitae ad in autem.\",\"text\":\"Use the wireless USB pixel, then you can navigate the optical alarm!\"}"], ["created_at", "2016-10-05 17:39:02.644048"], ["updated_at", "2016-10-05 17:39:02.644048"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis voluptatem ratione reiciendis deleniti sit quos.\",\"text\":\"I'll transmit the mobile GB protocol, that should hard drive the HTTP sensor!\"}"], ["created_at", "2016-10-05 17:39:02.644900"], ["updated_at", "2016-10-05 17:39:02.644900"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque quo iure adipisci illum nobis ullam facere.\",\"text\":\"Try to navigate the HTTP sensor, maybe it will generate the mobile feed!\"}"], ["created_at", "2016-10-05 17:39:02.645796"], ["updated_at", "2016-10-05 17:39:02.645796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor ad velit deleniti numquam quia et iste.\",\"text\":\"The SDD circuit is down, bypass the virtual firewall so we can back up the COM alarm!\"}"], ["created_at", "2016-10-05 17:39:02.646672"], ["updated_at", "2016-10-05 17:39:02.646672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam laudantium quasi beatae nesciunt vero.\",\"text\":\"If we hack the matrix, we can get to the HDD microchip through the digital SQL firewall!\"}"], ["created_at", "2016-10-05 17:39:02.647534"], ["updated_at", "2016-10-05 17:39:02.647534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti et consequatur et quasi sed repellat illo.\",\"text\":\"The AGP port is down, synthesize the multi-byte application so we can transmit the XML circuit!\"}"], ["created_at", "2016-10-05 17:39:02.648380"], ["updated_at", "2016-10-05 17:39:02.648380"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error eos qui aut officia.\",\"text\":\"Use the digital SDD feed, then you can reboot the multi-byte panel!\"}"], ["created_at", "2016-10-05 17:39:02.649208"], ["updated_at", "2016-10-05 17:39:02.649208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus reiciendis omnis vero.\",\"text\":\"I'll compress the multi-byte THX transmitter, that should bandwidth the SAS system!\"}"], ["created_at", "2016-10-05 17:39:02.650100"], ["updated_at", "2016-10-05 17:39:02.650100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic eum voluptas.\",\"text\":\"We need to input the haptic SQL driver!\"}"], ["created_at", "2016-10-05 17:39:02.650993"], ["updated_at", "2016-10-05 17:39:02.650993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum sapiente dolores id voluptatem aut dolor recusandae.\",\"text\":\"We need to hack the auxiliary RAM interface!\"}"], ["created_at", "2016-10-05 17:39:02.651846"], ["updated_at", "2016-10-05 17:39:02.651846"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et aut harum laboriosam rerum dicta provident.\",\"text\":\"We need to calculate the primary SCSI firewall!\"}"], ["created_at", "2016-10-05 17:39:02.652768"], ["updated_at", "2016-10-05 17:39:02.652768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores accusantium deserunt.\",\"text\":\"If we back up the firewall, we can get to the GB program through the primary XSS card!\"}"], ["created_at", "2016-10-05 17:39:02.653710"], ["updated_at", "2016-10-05 17:39:02.653710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque totam quas iusto ducimus alias.\",\"text\":\"Use the digital SCSI transmitter, then you can back up the neural application!\"}"], ["created_at", "2016-10-05 17:39:02.654572"], ["updated_at", "2016-10-05 17:39:02.654572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo laudantium ex doloremque voluptatem aliquid omnis perspiciatis.\",\"text\":\"I'll program the haptic GB port, that should hard drive the THX protocol!\"}"], ["created_at", "2016-10-05 17:39:02.655435"], ["updated_at", "2016-10-05 17:39:02.655435"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur cum odio aut.\",\"text\":\"Use the online GB bandwidth, then you can calculate the open-source system!\"}"], ["created_at", "2016-10-05 17:39:02.656266"], ["updated_at", "2016-10-05 17:39:02.656266"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quia reprehenderit occaecati recusandae atque eaque.\",\"text\":\"We need to parse the optical PNG capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.657097"], ["updated_at", "2016-10-05 17:39:02.657097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum ut esse incidunt natus temporibus.\",\"text\":\"If we index the circuit, we can get to the CSS microchip through the back-end CSS matrix!\"}"], ["created_at", "2016-10-05 17:39:02.657970"], ["updated_at", "2016-10-05 17:39:02.657970"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt qui molestias et et.\",\"text\":\"The XSS circuit is down, bypass the 1080p monitor so we can compress the PCI array!\"}"], ["created_at", "2016-10-05 17:39:02.658813"], ["updated_at", "2016-10-05 17:39:02.658813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores esse qui molestias modi voluptas est nobis.\",\"text\":\"If we quantify the monitor, we can get to the ADP system through the mobile JBOD interface!\"}"], ["created_at", "2016-10-05 17:39:02.659655"], ["updated_at", "2016-10-05 17:39:02.659655"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis facere ut non.\",\"text\":\"Synthesizing the capacitor won't do anything, we need to calculate the haptic ib port!\"}"], ["created_at", "2016-10-05 17:39:02.660503"], ["updated_at", "2016-10-05 17:39:02.660503"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid eaque tempore.\",\"text\":\"We need to transmit the online AGP card!\"}"], ["created_at", "2016-10-05 17:39:02.661334"], ["updated_at", "2016-10-05 17:39:02.661334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto repudiandae ullam beatae.\",\"text\":\"The ADP feed is down, connect the auxiliary firewall so we can program the SDD array!\"}"], ["created_at", "2016-10-05 17:39:02.662179"], ["updated_at", "2016-10-05 17:39:02.662179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum facere voluptatem sint placeat omnis similique dolore.\",\"text\":\"We need to override the wireless SQL port!\"}"], ["created_at", "2016-10-05 17:39:02.663052"], ["updated_at", "2016-10-05 17:39:02.663052"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta voluptatibus eaque non sequi hic aut ut.\",\"text\":\"Try to index the ADP sensor, maybe it will hack the haptic array!\"}"], ["created_at", "2016-10-05 17:39:02.663904"], ["updated_at", "2016-10-05 17:39:02.663904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere temporibus aut dolorum.\",\"text\":\"I'll navigate the redundant RAM panel, that should sensor the CSS driver!\"}"], ["created_at", "2016-10-05 17:39:02.664778"], ["updated_at", "2016-10-05 17:39:02.664778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus vitae qui dolore dolor qui quas provident.\",\"text\":\"Try to program the XSS capacitor, maybe it will index the mobile program!\"}"], ["created_at", "2016-10-05 17:39:02.665630"], ["updated_at", "2016-10-05 17:39:02.665630"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et earum animi totam dolores.\",\"text\":\"Try to parse the SQL capacitor, maybe it will connect the virtual application!\"}"], ["created_at", "2016-10-05 17:39:02.666491"], ["updated_at", "2016-10-05 17:39:02.666491"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint quo rerum omnis voluptates perferendis.\",\"text\":\"I'll quantify the multi-byte PNG transmitter, that should transmitter the GB feed!\"}"], ["created_at", "2016-10-05 17:39:02.667330"], ["updated_at", "2016-10-05 17:39:02.667330"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem voluptas qui voluptas totam eos voluptatem pariatur.\",\"text\":\"Try to parse the EXE port, maybe it will navigate the neural monitor!\"}"], ["created_at", "2016-10-05 17:39:02.668179"], ["updated_at", "2016-10-05 17:39:02.668179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate fuga est.\",\"text\":\"If we parse the bandwidth, we can get to the AGP sensor through the wireless HDD application!\"}"], ["created_at", "2016-10-05 17:39:02.669008"], ["updated_at", "2016-10-05 17:39:02.669008"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit veniam eum velit est.\",\"text\":\"The SCSI interface is down, input the redundant transmitter so we can bypass the HTTP card!\"}"], ["created_at", "2016-10-05 17:39:02.669841"], ["updated_at", "2016-10-05 17:39:02.669841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat dolor consectetur praesentium ut amet similique aut.\",\"text\":\"Use the primary FTP firewall, then you can back up the haptic card!\"}"], ["created_at", "2016-10-05 17:39:02.670702"], ["updated_at", "2016-10-05 17:39:02.670702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae officiis sit laudantium non voluptatem.\",\"text\":\"We need to navigate the open-source IB program!\"}"], ["created_at", "2016-10-05 17:39:02.671555"], ["updated_at", "2016-10-05 17:39:02.671555"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur ipsa rerum nobis in aut odit.\",\"text\":\"Try to transmit the XML sensor, maybe it will override the primary panel!\"}"], ["created_at", "2016-10-05 17:39:02.672403"], ["updated_at", "2016-10-05 17:39:02.672403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam eveniet ut nemo aut.\",\"text\":\"Try to index the TCP array, maybe it will input the haptic pixel!\"}"], ["created_at", "2016-10-05 17:39:02.673230"], ["updated_at", "2016-10-05 17:39:02.673230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet aut eos id cupiditate ut.\",\"text\":\"You can't input the system without parsing the digital RAM card!\"}"], ["created_at", "2016-10-05 17:39:02.674072"], ["updated_at", "2016-10-05 17:39:02.674072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi nulla voluptatem est et repellendus iusto dolores.\",\"text\":\"You can't reboot the system without quantifying the back-end PCI firewall!\"}"], ["created_at", "2016-10-05 17:39:02.674919"], ["updated_at", "2016-10-05 17:39:02.674919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sed deserunt laudantium quis fugit.\",\"text\":\"Use the solid state SDD sensor, then you can quantify the multi-byte protocol!\"}"], ["created_at", "2016-10-05 17:39:02.675747"], ["updated_at", "2016-10-05 17:39:02.675747"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente rerum deserunt et.\",\"text\":\"I'll compress the primary IB system, that should capacitor the JSON pixel!\"}"], ["created_at", "2016-10-05 17:39:02.676630"], ["updated_at", "2016-10-05 17:39:02.676630"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam occaecati non perferendis corrupti temporibus.\",\"text\":\"I'll compress the 1080p SSL pixel, that should microchip the CSS monitor!\"}"], ["created_at", "2016-10-05 17:39:02.677487"], ["updated_at", "2016-10-05 17:39:02.677487"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem ipsum mollitia a vitae dignissimos quis alias.\",\"text\":\"Try to connect the IB protocol, maybe it will synthesize the open-source pixel!\"}"], ["created_at", "2016-10-05 17:39:02.678377"], ["updated_at", "2016-10-05 17:39:02.678377"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum itaque officia vitae expedita recusandae.\",\"text\":\"We need to transmit the online TCP card!\"}"], ["created_at", "2016-10-05 17:39:02.679251"], ["updated_at", "2016-10-05 17:39:02.679251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio velit et.\",\"text\":\"Use the auxiliary SMTP bandwidth, then you can reboot the virtual transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.680103"], ["updated_at", "2016-10-05 17:39:02.680103"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea sit architecto.\",\"text\":\"We need to bypass the solid state HTTP sensor!\"}"], ["created_at", "2016-10-05 17:39:02.680936"], ["updated_at", "2016-10-05 17:39:02.680936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est libero in sed.\",\"text\":\"If we quantify the system, we can get to the JSON application through the wireless RAM feed!\"}"], ["created_at", "2016-10-05 17:39:02.681788"], ["updated_at", "2016-10-05 17:39:02.681788"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero aut et.\",\"text\":\"Quantifying the pixel won't do anything, we need to compress the 1080p smtp capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.682633"], ["updated_at", "2016-10-05 17:39:02.682633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium voluptatem aut odit ut quo.\",\"text\":\"If we parse the driver, we can get to the RAM bandwidth through the optical SAS feed!\"}"], ["created_at", "2016-10-05 17:39:02.683469"], ["updated_at", "2016-10-05 17:39:02.683469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam rem quidem quia dolor quaerat.\",\"text\":\"If we index the interface, we can get to the TCP port through the cross-platform SAS system!\"}"], ["created_at", "2016-10-05 17:39:02.684301"], ["updated_at", "2016-10-05 17:39:02.684301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut maiores ratione repellat qui earum sit error.\",\"text\":\"We need to generate the virtual ADP pixel!\"}"], ["created_at", "2016-10-05 17:39:02.685161"], ["updated_at", "2016-10-05 17:39:02.685161"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore voluptate fuga ipsum enim.\",\"text\":\"We need to transmit the multi-byte JBOD circuit!\"}"], ["created_at", "2016-10-05 17:39:02.686022"], ["updated_at", "2016-10-05 17:39:02.686022"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum autem illo tenetur cumque quo.\",\"text\":\"Try to back up the ADP sensor, maybe it will override the digital program!\"}"], ["created_at", "2016-10-05 17:39:02.687109"], ["updated_at", "2016-10-05 17:39:02.687109"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur vitae laudantium quia expedita libero.\",\"text\":\"We need to index the multi-byte ADP protocol!\"}"], ["created_at", "2016-10-05 17:39:02.688319"], ["updated_at", "2016-10-05 17:39:02.688319"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum aut aut quidem et deleniti et neque.\",\"text\":\"Use the bluetooth XSS pixel, then you can calculate the 1080p card!\"}"], ["created_at", "2016-10-05 17:39:02.689527"], ["updated_at", "2016-10-05 17:39:02.689527"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam natus aliquam.\",\"text\":\"Use the back-end GB sensor, then you can back up the neural interface!\"}"], ["created_at", "2016-10-05 17:39:02.691415"], ["updated_at", "2016-10-05 17:39:02.691415"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas facilis temporibus qui.\",\"text\":\"We need to connect the multi-byte XML bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.693625"], ["updated_at", "2016-10-05 17:39:02.693625"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque libero ducimus ut itaque maiores qui consequatur.\",\"text\":\"We need to synthesize the cross-platform CSS capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.696375"], ["updated_at", "2016-10-05 17:39:02.696375"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est labore sed et similique quam incidunt.\",\"text\":\"We need to index the optical JSON program!\"}"], ["created_at", "2016-10-05 17:39:02.698693"], ["updated_at", "2016-10-05 17:39:02.698693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis ex incidunt qui error magni eos et.\",\"text\":\"We need to hack the auxiliary PCI pixel!\"}"], ["created_at", "2016-10-05 17:39:02.699693"], ["updated_at", "2016-10-05 17:39:02.699693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque alias sunt.\",\"text\":\"If we copy the hard drive, we can get to the SCSI protocol through the cross-platform RSS firewall!\"}"], ["created_at", "2016-10-05 17:39:02.700579"], ["updated_at", "2016-10-05 17:39:02.700579"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut aut est odio.\",\"text\":\"You can't override the alarm without bypassing the primary JBOD bus!\"}"], ["created_at", "2016-10-05 17:39:02.701421"], ["updated_at", "2016-10-05 17:39:02.701421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione assumenda molestiae est qui.\",\"text\":\"Indexing the application won't do anything, we need to program the optical css protocol!\"}"], ["created_at", "2016-10-05 17:39:02.702262"], ["updated_at", "2016-10-05 17:39:02.702262"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et error officia corrupti ut incidunt enim.\",\"text\":\"Bypassing the application won't do anything, we need to back up the digital scsi microchip!\"}"], ["created_at", "2016-10-05 17:39:02.703133"], ["updated_at", "2016-10-05 17:39:02.703133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et optio commodi perspiciatis itaque fuga earum non.\",\"text\":\"The PNG array is down, reboot the auxiliary sensor so we can compress the COM bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.703974"], ["updated_at", "2016-10-05 17:39:02.703974"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet est asperiores nihil.\",\"text\":\"You can't bypass the card without copying the cross-platform HTTP bus!\"}"], ["created_at", "2016-10-05 17:39:02.704831"], ["updated_at", "2016-10-05 17:39:02.704831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis repellendus et sint doloribus aut porro.\",\"text\":\"The HDD microchip is down, connect the online panel so we can generate the FTP circuit!\"}"], ["created_at", "2016-10-05 17:39:02.705677"], ["updated_at", "2016-10-05 17:39:02.705677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab repellendus sit sed.\",\"text\":\"We need to copy the mobile AGP port!\"}"], ["created_at", "2016-10-05 17:39:02.706541"], ["updated_at", "2016-10-05 17:39:02.706541"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident nam consequatur nihil ipsa quia illo.\",\"text\":\"Calculating the system won't do anything, we need to back up the optical xml program!\"}"], ["created_at", "2016-10-05 17:39:02.707439"], ["updated_at", "2016-10-05 17:39:02.707439"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia eligendi inventore vel dolores.\",\"text\":\"If we compress the application, we can get to the TCP transmitter through the bluetooth ADP circuit!\"}"], ["created_at", "2016-10-05 17:39:02.708290"], ["updated_at", "2016-10-05 17:39:02.708290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et et consequatur iste eveniet maiores quis ab.\",\"text\":\"We need to copy the bluetooth HDD microchip!\"}"], ["created_at", "2016-10-05 17:39:02.709195"], ["updated_at", "2016-10-05 17:39:02.709195"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo omnis est.\",\"text\":\"You can't generate the firewall without compressing the 1080p SAS panel!\"}"], ["created_at", "2016-10-05 17:39:02.710036"], ["updated_at", "2016-10-05 17:39:02.710036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad ut iusto.\",\"text\":\"We need to program the primary TCP bus!\"}"], ["created_at", "2016-10-05 17:39:02.710934"], ["updated_at", "2016-10-05 17:39:02.710934"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui laudantium officia natus labore.\",\"text\":\"We need to quantify the multi-byte JSON driver!\"}"], ["created_at", "2016-10-05 17:39:02.711918"], ["updated_at", "2016-10-05 17:39:02.711918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid et ut voluptas corporis consequatur.\",\"text\":\"Use the mobile EXE panel, then you can parse the wireless array!\"}"], ["created_at", "2016-10-05 17:39:02.712905"], ["updated_at", "2016-10-05 17:39:02.712905"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima qui voluptatibus modi distinctio optio.\",\"text\":\"Try to back up the SSL feed, maybe it will quantify the neural system!\"}"], ["created_at", "2016-10-05 17:39:02.713755"], ["updated_at", "2016-10-05 17:39:02.713755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt ratione laudantium ullam quis.\",\"text\":\"I'll input the back-end THX sensor, that should circuit the CSS array!\"}"], ["created_at", "2016-10-05 17:39:02.714634"], ["updated_at", "2016-10-05 17:39:02.714634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas qui consequuntur nam.\",\"text\":\"I'll quantify the auxiliary EXE bandwidth, that should interface the COM matrix!\"}"], ["created_at", "2016-10-05 17:39:02.715480"], ["updated_at", "2016-10-05 17:39:02.715480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit cumque tempora fuga necessitatibus impedit.\",\"text\":\"Try to hack the IB bandwidth, maybe it will navigate the haptic microchip!\"}"], ["created_at", "2016-10-05 17:39:02.716347"], ["updated_at", "2016-10-05 17:39:02.716347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis omnis a rerum molestias incidunt.\",\"text\":\"I'll synthesize the online SSL feed, that should transmitter the IB protocol!\"}"], ["created_at", "2016-10-05 17:39:02.717289"], ["updated_at", "2016-10-05 17:39:02.717289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam tempore dignissimos esse.\",\"text\":\"I'll generate the cross-platform THX transmitter, that should matrix the XSS port!\"}"], ["created_at", "2016-10-05 17:39:02.718206"], ["updated_at", "2016-10-05 17:39:02.718206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic quo rerum facere officia officiis similique ipsum.\",\"text\":\"The SSL alarm is down, bypass the optical panel so we can quantify the JSON capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.719100"], ["updated_at", "2016-10-05 17:39:02.719100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque voluptate et sapiente iusto iste.\",\"text\":\"I'll calculate the digital GB bus, that should matrix the THX program!\"}"], ["created_at", "2016-10-05 17:39:02.719951"], ["updated_at", "2016-10-05 17:39:02.719951"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non quia eveniet fugit laborum laudantium dolorum quis.\",\"text\":\"We need to index the cross-platform IB alarm!\"}"], ["created_at", "2016-10-05 17:39:02.720788"], ["updated_at", "2016-10-05 17:39:02.720788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque aliquam repudiandae ab.\",\"text\":\"We need to override the optical SAS transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.721653"], ["updated_at", "2016-10-05 17:39:02.721653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis et est corporis sit iste.\",\"text\":\"The SMS monitor is down, navigate the mobile bandwidth so we can copy the FTP application!\"}"], ["created_at", "2016-10-05 17:39:02.722556"], ["updated_at", "2016-10-05 17:39:02.722556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti modi molestias voluptas earum rerum maiores commodi.\",\"text\":\"You can't copy the monitor without generating the solid state AI system!\"}"], ["created_at", "2016-10-05 17:39:02.723404"], ["updated_at", "2016-10-05 17:39:02.723404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex quia et quam aut nulla totam quia.\",\"text\":\"Use the digital GB interface, then you can hack the digital system!\"}"], ["created_at", "2016-10-05 17:39:02.724296"], ["updated_at", "2016-10-05 17:39:02.724296"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo dignissimos sapiente.\",\"text\":\"Try to index the SDD application, maybe it will compress the haptic protocol!\"}"], ["created_at", "2016-10-05 17:39:02.725166"], ["updated_at", "2016-10-05 17:39:02.725166"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae totam ab a alias officiis accusamus exercitationem.\",\"text\":\"The FTP bandwidth is down, synthesize the open-source protocol so we can synthesize the AGP hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.726044"], ["updated_at", "2016-10-05 17:39:02.726044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint hic occaecati.\",\"text\":\"Use the back-end HTTP sensor, then you can synthesize the auxiliary protocol!\"}"], ["created_at", "2016-10-05 17:39:02.726924"], ["updated_at", "2016-10-05 17:39:02.726924"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus facere libero aut illum sit saepe quia.\",\"text\":\"The SCSI transmitter is down, copy the mobile panel so we can compress the CSS protocol!\"}"], ["created_at", "2016-10-05 17:39:02.727773"], ["updated_at", "2016-10-05 17:39:02.727773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas qui eum dolorum magni sed.\",\"text\":\"If we copy the driver, we can get to the PCI circuit through the haptic FTP bus!\"}"], ["created_at", "2016-10-05 17:39:02.728616"], ["updated_at", "2016-10-05 17:39:02.728616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe quos molestias eius.\",\"text\":\"Try to program the SCSI port, maybe it will calculate the 1080p card!\"}"], ["created_at", "2016-10-05 17:39:02.729507"], ["updated_at", "2016-10-05 17:39:02.729507"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit velit magni incidunt.\",\"text\":\"I'll connect the online AI protocol, that should sensor the XML alarm!\"}"], ["created_at", "2016-10-05 17:39:02.730430"], ["updated_at", "2016-10-05 17:39:02.730430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit enim reprehenderit eum.\",\"text\":\"The XSS monitor is down, program the wireless interface so we can reboot the SQL sensor!\"}"], ["created_at", "2016-10-05 17:39:02.731275"], ["updated_at", "2016-10-05 17:39:02.731275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis ad laudantium et exercitationem nesciunt iste pariatur.\",\"text\":\"The PNG array is down, navigate the primary feed so we can transmit the PNG sensor!\"}"], ["created_at", "2016-10-05 17:39:02.732125"], ["updated_at", "2016-10-05 17:39:02.732125"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora quia commodi sed exercitationem.\",\"text\":\"If we compress the capacitor, we can get to the SQL transmitter through the mobile SAS sensor!\"}"], ["created_at", "2016-10-05 17:39:02.732955"], ["updated_at", "2016-10-05 17:39:02.732955"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt vitae dolor alias quos libero delectus.\",\"text\":\"The SQL microchip is down, transmit the back-end port so we can calculate the IB protocol!\"}"], ["created_at", "2016-10-05 17:39:02.733820"], ["updated_at", "2016-10-05 17:39:02.733820"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit optio id sunt.\",\"text\":\"We need to calculate the neural SCSI feed!\"}"], ["created_at", "2016-10-05 17:39:02.734675"], ["updated_at", "2016-10-05 17:39:02.734675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores unde saepe laudantium sed necessitatibus est.\",\"text\":\"Quantifying the sensor won't do anything, we need to quantify the redundant xss protocol!\"}"], ["created_at", "2016-10-05 17:39:02.735530"], ["updated_at", "2016-10-05 17:39:02.735530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut quia facere.\",\"text\":\"Use the bluetooth HDD interface, then you can generate the open-source alarm!\"}"], ["created_at", "2016-10-05 17:39:02.736366"], ["updated_at", "2016-10-05 17:39:02.736366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit impedit minima alias vitae eum placeat quae.\",\"text\":\"You can't generate the firewall without overriding the virtual HDD system!\"}"], ["created_at", "2016-10-05 17:39:02.737230"], ["updated_at", "2016-10-05 17:39:02.737230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore non nesciunt maiores doloremque.\",\"text\":\"I'll transmit the optical SMTP pixel, that should interface the RAM protocol!\"}"], ["created_at", "2016-10-05 17:39:02.738074"], ["updated_at", "2016-10-05 17:39:02.738074"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint in ut quod.\",\"text\":\"The THX program is down, compress the open-source alarm so we can back up the ADP monitor!\"}"], ["created_at", "2016-10-05 17:39:02.738956"], ["updated_at", "2016-10-05 17:39:02.738956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod ratione magni ducimus omnis modi.\",\"text\":\"Try to index the RSS panel, maybe it will navigate the 1080p interface!\"}"], ["created_at", "2016-10-05 17:39:02.739798"], ["updated_at", "2016-10-05 17:39:02.739798"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt vel fugiat debitis similique quia et quasi.\",\"text\":\"Bypassing the monitor won't do anything, we need to synthesize the online hdd firewall!\"}"], ["created_at", "2016-10-05 17:39:02.740648"], ["updated_at", "2016-10-05 17:39:02.740648"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis explicabo reprehenderit odit ut.\",\"text\":\"I'll bypass the cross-platform SCSI interface, that should microchip the AGP interface!\"}"], ["created_at", "2016-10-05 17:39:02.741514"], ["updated_at", "2016-10-05 17:39:02.741514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus doloribus esse qui ipsa error ratione repellat.\",\"text\":\"We need to hack the redundant SSL application!\"}"], ["created_at", "2016-10-05 17:39:02.742375"], ["updated_at", "2016-10-05 17:39:02.742375"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus sunt et corrupti.\",\"text\":\"Bypassing the transmitter won't do anything, we need to parse the solid state xss port!\"}"], ["created_at", "2016-10-05 17:39:02.743243"], ["updated_at", "2016-10-05 17:39:02.743243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In est unde dicta reiciendis laudantium est alias.\",\"text\":\"We need to program the open-source TCP hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.744083"], ["updated_at", "2016-10-05 17:39:02.744083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat modi at odit.\",\"text\":\"Try to synthesize the SCSI panel, maybe it will bypass the multi-byte port!\"}"], ["created_at", "2016-10-05 17:39:02.744929"], ["updated_at", "2016-10-05 17:39:02.744929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae quia qui distinctio aut.\",\"text\":\"Use the auxiliary RSS interface, then you can hack the online program!\"}"], ["created_at", "2016-10-05 17:39:02.745801"], ["updated_at", "2016-10-05 17:39:02.745801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium itaque id et libero ut.\",\"text\":\"Synthesizing the pixel won't do anything, we need to override the redundant agp array!\"}"], ["created_at", "2016-10-05 17:39:02.746665"], ["updated_at", "2016-10-05 17:39:02.746665"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A sed modi quas harum veritatis quaerat officiis.\",\"text\":\"If we override the alarm, we can get to the HTTP feed through the haptic AGP port!\"}"], ["created_at", "2016-10-05 17:39:02.747515"], ["updated_at", "2016-10-05 17:39:02.747515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo id aliquam ex dolores aut harum aut.\",\"text\":\"You can't program the pixel without backing up the auxiliary SSL card!\"}"], ["created_at", "2016-10-05 17:39:02.748355"], ["updated_at", "2016-10-05 17:39:02.748355"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum pariatur quasi dolores itaque quae.\",\"text\":\"If we generate the feed, we can get to the IB monitor through the 1080p HDD application!\"}"], ["created_at", "2016-10-05 17:39:02.749203"], ["updated_at", "2016-10-05 17:39:02.749203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est perferendis labore.\",\"text\":\"Use the multi-byte SMS card, then you can program the virtual microchip!\"}"], ["created_at", "2016-10-05 17:39:02.750058"], ["updated_at", "2016-10-05 17:39:02.750058"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit qui dicta ducimus sapiente consequatur eum iste.\",\"text\":\"Connecting the array won't do anything, we need to override the digital usb pixel!\"}"], ["created_at", "2016-10-05 17:39:02.750949"], ["updated_at", "2016-10-05 17:39:02.750949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam sapiente facilis vel quaerat quas.\",\"text\":\"We need to transmit the haptic HDD circuit!\"}"], ["created_at", "2016-10-05 17:39:02.751786"], ["updated_at", "2016-10-05 17:39:02.751786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem voluptate neque quasi doloremque quis blanditiis.\",\"text\":\"If we synthesize the pixel, we can get to the HTTP transmitter through the mobile XSS transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.752622"], ["updated_at", "2016-10-05 17:39:02.752622"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam eum exercitationem quis atque.\",\"text\":\"If we quantify the firewall, we can get to the TCP transmitter through the 1080p SSL bus!\"}"], ["created_at", "2016-10-05 17:39:02.753472"], ["updated_at", "2016-10-05 17:39:02.753472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet aut iusto.\",\"text\":\"Try to copy the PNG protocol, maybe it will index the mobile feed!\"}"], ["created_at", "2016-10-05 17:39:02.754333"], ["updated_at", "2016-10-05 17:39:02.754333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum qui provident odio qui.\",\"text\":\"The XSS transmitter is down, transmit the primary panel so we can copy the SSL pixel!\"}"], ["created_at", "2016-10-05 17:39:02.755204"], ["updated_at", "2016-10-05 17:39:02.755204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea rerum voluptate qui dolore veniam aut earum.\",\"text\":\"I'll generate the 1080p RSS monitor, that should application the JBOD circuit!\"}"], ["created_at", "2016-10-05 17:39:02.756039"], ["updated_at", "2016-10-05 17:39:02.756039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae qui dolores nemo excepturi dolorem laboriosam.\",\"text\":\"If we input the sensor, we can get to the SSL matrix through the auxiliary SQL hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.756872"], ["updated_at", "2016-10-05 17:39:02.756872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam quis enim rerum nisi nulla sit.\",\"text\":\"I'll hack the neural XML pixel, that should monitor the SMTP alarm!\"}"], ["created_at", "2016-10-05 17:39:02.757717"], ["updated_at", "2016-10-05 17:39:02.757717"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quo aliquam sed.\",\"text\":\"Use the multi-byte HTTP feed, then you can hack the wireless capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.758586"], ["updated_at", "2016-10-05 17:39:02.758586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse vel accusantium unde eveniet.\",\"text\":\"I'll calculate the virtual JSON circuit, that should driver the PNG program!\"}"], ["created_at", "2016-10-05 17:39:02.759434"], ["updated_at", "2016-10-05 17:39:02.759434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et tempora laudantium aut alias voluptates autem qui.\",\"text\":\"Backing up the sensor won't do anything, we need to hack the mobile scsi pixel!\"}"], ["created_at", "2016-10-05 17:39:02.760272"], ["updated_at", "2016-10-05 17:39:02.760272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In quia excepturi sint.\",\"text\":\"Programming the application won't do anything, we need to calculate the back-end tcp firewall!\"}"], ["created_at", "2016-10-05 17:39:02.761116"], ["updated_at", "2016-10-05 17:39:02.761116"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est praesentium consequuntur repellendus.\",\"text\":\"The AI firewall is down, bypass the mobile panel so we can generate the CSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.761958"], ["updated_at", "2016-10-05 17:39:02.761958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut magnam repudiandae voluptatibus.\",\"text\":\"We need to index the cross-platform SCSI capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.762828"], ["updated_at", "2016-10-05 17:39:02.762828"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos excepturi deleniti.\",\"text\":\"I'll compress the multi-byte THX bandwidth, that should card the AGP system!\"}"], ["created_at", "2016-10-05 17:39:02.763667"], ["updated_at", "2016-10-05 17:39:02.763667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore quaerat minima saepe fugiat.\",\"text\":\"We need to transmit the primary SMTP panel!\"}"], ["created_at", "2016-10-05 17:39:02.764513"], ["updated_at", "2016-10-05 17:39:02.764513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti voluptate qui cupiditate aut omnis.\",\"text\":\"Navigating the pixel won't do anything, we need to program the haptic gb circuit!\"}"], ["created_at", "2016-10-05 17:39:02.765352"], ["updated_at", "2016-10-05 17:39:02.765352"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis id esse.\",\"text\":\"We need to override the primary THX driver!\"}"], ["created_at", "2016-10-05 17:39:02.766205"], ["updated_at", "2016-10-05 17:39:02.766205"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga occaecati aut cupiditate aliquid nisi quo.\",\"text\":\"If we bypass the feed, we can get to the AGP port through the bluetooth SQL pixel!\"}"], ["created_at", "2016-10-05 17:39:02.767089"], ["updated_at", "2016-10-05 17:39:02.767089"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati maxime omnis soluta.\",\"text\":\"I'll navigate the auxiliary SMTP feed, that should circuit the EXE panel!\"}"], ["created_at", "2016-10-05 17:39:02.767937"], ["updated_at", "2016-10-05 17:39:02.767937"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum consequatur illo molestiae perspiciatis assumenda ipsum quasi.\",\"text\":\"You can't parse the application without navigating the mobile EXE system!\"}"], ["created_at", "2016-10-05 17:39:02.768786"], ["updated_at", "2016-10-05 17:39:02.768786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem dolores libero et voluptatem.\",\"text\":\"Try to copy the AGP transmitter, maybe it will connect the digital bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.769621"], ["updated_at", "2016-10-05 17:39:02.769621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure temporibus reiciendis aut hic ut rerum sint.\",\"text\":\"You can't navigate the system without transmitting the virtual CSS interface!\"}"], ["created_at", "2016-10-05 17:39:02.770479"], ["updated_at", "2016-10-05 17:39:02.770479"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo quia saepe.\",\"text\":\"I'll generate the haptic RAM transmitter, that should program the GB card!\"}"], ["created_at", "2016-10-05 17:39:02.771339"], ["updated_at", "2016-10-05 17:39:02.771339"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est porro sunt aut eveniet similique autem.\",\"text\":\"The AGP system is down, quantify the multi-byte driver so we can index the COM capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.772479"], ["updated_at", "2016-10-05 17:39:02.772479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores saepe natus necessitatibus qui aut facere ut.\",\"text\":\"Use the virtual THX firewall, then you can quantify the online protocol!\"}"], ["created_at", "2016-10-05 17:39:02.773366"], ["updated_at", "2016-10-05 17:39:02.773366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In velit dolore numquam cumque.\",\"text\":\"You can't generate the microchip without parsing the 1080p USB microchip!\"}"], ["created_at", "2016-10-05 17:39:02.774221"], ["updated_at", "2016-10-05 17:39:02.774221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id expedita nihil architecto.\",\"text\":\"We need to transmit the wireless SCSI pixel!\"}"], ["created_at", "2016-10-05 17:39:02.775066"], ["updated_at", "2016-10-05 17:39:02.775066"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam asperiores aut natus veniam molestiae maxime aliquam.\",\"text\":\"We need to override the multi-byte SQL hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.775901"], ["updated_at", "2016-10-05 17:39:02.775901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit voluptatibus eum.\",\"text\":\"Use the digital SCSI sensor, then you can calculate the solid state system!\"}"], ["created_at", "2016-10-05 17:39:02.776785"], ["updated_at", "2016-10-05 17:39:02.776785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt ipsum cupiditate sed et odio necessitatibus.\",\"text\":\"Try to connect the XML protocol, maybe it will parse the solid state program!\"}"], ["created_at", "2016-10-05 17:39:02.777620"], ["updated_at", "2016-10-05 17:39:02.777620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit et quo.\",\"text\":\"The RAM pixel is down, program the optical panel so we can override the SMS pixel!\"}"], ["created_at", "2016-10-05 17:39:02.778481"], ["updated_at", "2016-10-05 17:39:02.778481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia molestias culpa incidunt tempora ex eos distinctio.\",\"text\":\"Try to back up the PCI alarm, maybe it will navigate the cross-platform protocol!\"}"], ["created_at", "2016-10-05 17:39:02.779347"], ["updated_at", "2016-10-05 17:39:02.779347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum tempore dicta.\",\"text\":\"You can't compress the monitor without connecting the cross-platform SQL monitor!\"}"], ["created_at", "2016-10-05 17:39:02.780185"], ["updated_at", "2016-10-05 17:39:02.780185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas velit esse perspiciatis.\",\"text\":\"I'll input the neural SMTP array, that should hard drive the PCI pixel!\"}"], ["created_at", "2016-10-05 17:39:02.781013"], ["updated_at", "2016-10-05 17:39:02.781013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto cum aliquam blanditiis et repudiandae non sequi.\",\"text\":\"If we compress the monitor, we can get to the AGP capacitor through the mobile PCI firewall!\"}"], ["created_at", "2016-10-05 17:39:02.781863"], ["updated_at", "2016-10-05 17:39:02.781863"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed ut ipsum ea soluta natus.\",\"text\":\"Use the haptic CSS circuit, then you can hack the bluetooth program!\"}"], ["created_at", "2016-10-05 17:39:02.782698"], ["updated_at", "2016-10-05 17:39:02.782698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo at similique.\",\"text\":\"Try to bypass the FTP driver, maybe it will connect the bluetooth microchip!\"}"], ["created_at", "2016-10-05 17:39:02.783538"], ["updated_at", "2016-10-05 17:39:02.783538"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi perspiciatis sapiente.\",\"text\":\"Use the auxiliary SMS driver, then you can calculate the cross-platform firewall!\"}"], ["created_at", "2016-10-05 17:39:02.784401"], ["updated_at", "2016-10-05 17:39:02.784401"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt est perferendis molestiae nihil beatae.\",\"text\":\"You can't hack the card without synthesizing the back-end SMS hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.785239"], ["updated_at", "2016-10-05 17:39:02.785239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero molestias necessitatibus.\",\"text\":\"The CSS firewall is down, reboot the virtual transmitter so we can input the RSS sensor!\"}"], ["created_at", "2016-10-05 17:39:02.786082"], ["updated_at", "2016-10-05 17:39:02.786082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi culpa sed voluptate consectetur.\",\"text\":\"Use the 1080p SQL sensor, then you can quantify the optical hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.786938"], ["updated_at", "2016-10-05 17:39:02.786938"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum et quia quidem quaerat dolor error.\",\"text\":\"We need to generate the redundant HTTP microchip!\"}"], ["created_at", "2016-10-05 17:39:02.787803"], ["updated_at", "2016-10-05 17:39:02.787803"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure culpa dolor ipsum unde atque maiores.\",\"text\":\"Try to navigate the ADP alarm, maybe it will transmit the neural application!\"}"], ["created_at", "2016-10-05 17:39:02.788681"], ["updated_at", "2016-10-05 17:39:02.788681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias autem nam voluptatem et reprehenderit adipisci.\",\"text\":\"The HDD sensor is down, bypass the bluetooth pixel so we can back up the HDD interface!\"}"], ["created_at", "2016-10-05 17:39:02.789522"], ["updated_at", "2016-10-05 17:39:02.789522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta inventore ipsam quis eos.\",\"text\":\"Use the haptic AI application, then you can back up the auxiliary protocol!\"}"], ["created_at", "2016-10-05 17:39:02.790390"], ["updated_at", "2016-10-05 17:39:02.790390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente quia non.\",\"text\":\"You can't generate the transmitter without programming the bluetooth CSS microchip!\"}"], ["created_at", "2016-10-05 17:39:02.791238"], ["updated_at", "2016-10-05 17:39:02.791238"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut possimus ut architecto non.\",\"text\":\"If we hack the array, we can get to the SMTP pixel through the digital HTTP firewall!\"}"], ["created_at", "2016-10-05 17:39:02.792080"], ["updated_at", "2016-10-05 17:39:02.792080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit a quia quaerat soluta perspiciatis at.\",\"text\":\"Overriding the pixel won't do anything, we need to copy the online ib alarm!\"}"], ["created_at", "2016-10-05 17:39:02.792925"], ["updated_at", "2016-10-05 17:39:02.792925"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut ullam sit iure.\",\"text\":\"Try to reboot the XML transmitter, maybe it will back up the mobile hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.793763"], ["updated_at", "2016-10-05 17:39:02.793763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis fuga fugit.\",\"text\":\"Use the redundant USB driver, then you can transmit the haptic panel!\"}"], ["created_at", "2016-10-05 17:39:02.794628"], ["updated_at", "2016-10-05 17:39:02.794628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas error exercitationem ex sed cupiditate eum reprehenderit.\",\"text\":\"The SDD bandwidth is down, calculate the auxiliary card so we can override the THX sensor!\"}"], ["created_at", "2016-10-05 17:39:02.795481"], ["updated_at", "2016-10-05 17:39:02.795481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus ab illo nostrum distinctio.\",\"text\":\"I'll parse the 1080p CSS application, that should alarm the HDD microchip!\"}"], ["created_at", "2016-10-05 17:39:02.796330"], ["updated_at", "2016-10-05 17:39:02.796330"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio aut dolorum et vero omnis reprehenderit.\",\"text\":\"The CSS application is down, navigate the neural card so we can override the GB system!\"}"], ["created_at", "2016-10-05 17:39:02.797185"], ["updated_at", "2016-10-05 17:39:02.797185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis debitis qui odio laborum.\",\"text\":\"If we synthesize the matrix, we can get to the FTP matrix through the mobile PCI system!\"}"], ["created_at", "2016-10-05 17:39:02.798025"], ["updated_at", "2016-10-05 17:39:02.798025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti et expedita est voluptas laudantium magni tempore.\",\"text\":\"Calculating the system won't do anything, we need to quantify the auxiliary css interface!\"}"], ["created_at", "2016-10-05 17:39:02.798872"], ["updated_at", "2016-10-05 17:39:02.798872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore dolorum labore est sint aut sed.\",\"text\":\"Use the open-source SQL capacitor, then you can hack the neural monitor!\"}"], ["created_at", "2016-10-05 17:39:02.799705"], ["updated_at", "2016-10-05 17:39:02.799705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus qui deserunt accusantium beatae.\",\"text\":\"Use the 1080p THX hard drive, then you can input the optical alarm!\"}"], ["created_at", "2016-10-05 17:39:02.800543"], ["updated_at", "2016-10-05 17:39:02.800543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia dolor quia nostrum dolorum odio.\",\"text\":\"Use the open-source CSS card, then you can connect the auxiliary card!\"}"], ["created_at", "2016-10-05 17:39:02.801383"], ["updated_at", "2016-10-05 17:39:02.801383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio similique labore alias.\",\"text\":\"I'll connect the optical CSS hard drive, that should transmitter the SQL application!\"}"], ["created_at", "2016-10-05 17:39:02.802251"], ["updated_at", "2016-10-05 17:39:02.802251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore corporis ratione.\",\"text\":\"If we transmit the system, we can get to the SDD hard drive through the mobile XML microchip!\"}"], ["created_at", "2016-10-05 17:39:02.803091"], ["updated_at", "2016-10-05 17:39:02.803091"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis nam dolor cupiditate velit.\",\"text\":\"Try to transmit the HDD driver, maybe it will connect the cross-platform port!\"}"], ["created_at", "2016-10-05 17:39:02.803941"], ["updated_at", "2016-10-05 17:39:02.803941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias officiis impedit facere dolores.\",\"text\":\"You can't generate the microchip without calculating the multi-byte CSS panel!\"}"], ["created_at", "2016-10-05 17:39:02.804838"], ["updated_at", "2016-10-05 17:39:02.804838"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil dolores sint quisquam nostrum.\",\"text\":\"We need to compress the wireless JBOD monitor!\"}"], ["created_at", "2016-10-05 17:39:02.805688"], ["updated_at", "2016-10-05 17:39:02.805688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut molestiae atque.\",\"text\":\"Transmitting the microchip won't do anything, we need to back up the 1080p tcp firewall!\"}"], ["created_at", "2016-10-05 17:39:02.806549"], ["updated_at", "2016-10-05 17:39:02.806549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem nulla sint et voluptate.\",\"text\":\"We need to copy the 1080p CSS transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.807385"], ["updated_at", "2016-10-05 17:39:02.807385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat vero natus consequatur unde laudantium illum.\",\"text\":\"We need to generate the redundant SAS sensor!\"}"], ["created_at", "2016-10-05 17:39:02.808232"], ["updated_at", "2016-10-05 17:39:02.808232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis officiis voluptas eum natus nemo nostrum similique.\",\"text\":\"You can't synthesize the microchip without synthesizing the open-source CSS alarm!\"}"], ["created_at", "2016-10-05 17:39:02.809071"], ["updated_at", "2016-10-05 17:39:02.809071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum illum dolorem et deserunt assumenda nobis.\",\"text\":\"Indexing the system won't do anything, we need to hack the back-end sdd protocol!\"}"], ["created_at", "2016-10-05 17:39:02.809921"], ["updated_at", "2016-10-05 17:39:02.809921"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem aut aliquam quam labore aperiam.\",\"text\":\"Use the digital COM system, then you can compress the bluetooth firewall!\"}"], ["created_at", "2016-10-05 17:39:02.810797"], ["updated_at", "2016-10-05 17:39:02.810797"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi nisi in harum tempore.\",\"text\":\"We need to calculate the cross-platform XML driver!\"}"], ["created_at", "2016-10-05 17:39:02.811642"], ["updated_at", "2016-10-05 17:39:02.811642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis quidem ut consequuntur excepturi.\",\"text\":\"Try to calculate the USB bandwidth, maybe it will hack the 1080p firewall!\"}"], ["created_at", "2016-10-05 17:39:02.812489"], ["updated_at", "2016-10-05 17:39:02.812489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est deserunt ut voluptatem vel deleniti qui.\",\"text\":\"If we parse the port, we can get to the JSON hard drive through the auxiliary PNG panel!\"}"], ["created_at", "2016-10-05 17:39:02.813323"], ["updated_at", "2016-10-05 17:39:02.813323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis eveniet nihil reprehenderit necessitatibus.\",\"text\":\"The GB circuit is down, bypass the open-source circuit so we can copy the EXE capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.814182"], ["updated_at", "2016-10-05 17:39:02.814182"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident dicta dolores adipisci.\",\"text\":\"If we connect the hard drive, we can get to the HTTP panel through the multi-byte SCSI firewall!\"}"], ["created_at", "2016-10-05 17:39:02.815032"], ["updated_at", "2016-10-05 17:39:02.815032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est voluptatem soluta optio rerum.\",\"text\":\"You can't calculate the capacitor without indexing the auxiliary XML panel!\"}"], ["created_at", "2016-10-05 17:39:02.815863"], ["updated_at", "2016-10-05 17:39:02.815863"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores aperiam sit doloribus voluptate.\",\"text\":\"I'll index the open-source PNG system, that should microchip the JBOD circuit!\"}"], ["created_at", "2016-10-05 17:39:02.816707"], ["updated_at", "2016-10-05 17:39:02.816707"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident explicabo iure voluptatem maiores perspiciatis.\",\"text\":\"Try to hack the TCP sensor, maybe it will compress the cross-platform system!\"}"], ["created_at", "2016-10-05 17:39:02.817542"], ["updated_at", "2016-10-05 17:39:02.817542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque non alias officia vel earum quisquam sit.\",\"text\":\"You can't parse the transmitter without bypassing the mobile RSS array!\"}"], ["created_at", "2016-10-05 17:39:02.818724"], ["updated_at", "2016-10-05 17:39:02.818724"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit ut voluptates qui ut culpa.\",\"text\":\"You can't calculate the protocol without copying the wireless EXE program!\"}"], ["created_at", "2016-10-05 17:39:02.819706"], ["updated_at", "2016-10-05 17:39:02.819706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis quidem voluptatem.\",\"text\":\"Use the neural FTP monitor, then you can quantify the multi-byte feed!\"}"], ["created_at", "2016-10-05 17:39:02.820628"], ["updated_at", "2016-10-05 17:39:02.820628"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae id dolorum voluptatum eos sunt id exercitationem.\",\"text\":\"Transmitting the microchip won't do anything, we need to synthesize the digital ftp driver!\"}"], ["created_at", "2016-10-05 17:39:02.821575"], ["updated_at", "2016-10-05 17:39:02.821575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui accusamus ad et iste explicabo.\",\"text\":\"I'll copy the open-source TCP card, that should firewall the HTTP program!\"}"], ["created_at", "2016-10-05 17:39:02.822543"], ["updated_at", "2016-10-05 17:39:02.822543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia earum rem nulla fuga facere.\",\"text\":\"Use the bluetooth SSL microchip, then you can generate the 1080p port!\"}"], ["created_at", "2016-10-05 17:39:02.823462"], ["updated_at", "2016-10-05 17:39:02.823462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est rerum aliquam cupiditate molestias.\",\"text\":\"The IB pixel is down, copy the cross-platform protocol so we can parse the SQL capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.824401"], ["updated_at", "2016-10-05 17:39:02.824401"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure enim optio aut a tempore laboriosam.\",\"text\":\"The HDD microchip is down, program the haptic sensor so we can index the SQL feed!\"}"], ["created_at", "2016-10-05 17:39:02.825336"], ["updated_at", "2016-10-05 17:39:02.825336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem incidunt fugiat libero est in tempore.\",\"text\":\"I'll synthesize the back-end COM bandwidth, that should port the RSS circuit!\"}"], ["created_at", "2016-10-05 17:39:02.826258"], ["updated_at", "2016-10-05 17:39:02.826258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut minima perferendis quod in perspiciatis est.\",\"text\":\"Use the haptic PNG monitor, then you can synthesize the optical monitor!\"}"], ["created_at", "2016-10-05 17:39:02.827185"], ["updated_at", "2016-10-05 17:39:02.827185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id ut totam ipsam facilis.\",\"text\":\"You can't generate the circuit without quantifying the digital USB system!\"}"], ["created_at", "2016-10-05 17:39:02.828122"], ["updated_at", "2016-10-05 17:39:02.828122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut repellendus quia quaerat tempora voluptatem temporibus consequatur.\",\"text\":\"If we transmit the interface, we can get to the PNG array through the haptic RAM pixel!\"}"], ["created_at", "2016-10-05 17:39:02.829061"], ["updated_at", "2016-10-05 17:39:02.829061"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste fugiat vitae.\",\"text\":\"Use the haptic SMTP system, then you can quantify the redundant card!\"}"], ["created_at", "2016-10-05 17:39:02.829974"], ["updated_at", "2016-10-05 17:39:02.829974"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam quaerat quia eius aut nulla.\",\"text\":\"You can't calculate the interface without indexing the bluetooth XML application!\"}"], ["created_at", "2016-10-05 17:39:02.830876"], ["updated_at", "2016-10-05 17:39:02.830876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui vel libero.\",\"text\":\"We need to generate the primary RAM panel!\"}"], ["created_at", "2016-10-05 17:39:02.831712"], ["updated_at", "2016-10-05 17:39:02.831712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus qui sunt distinctio labore molestiae.\",\"text\":\"You can't navigate the system without generating the redundant GB capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.832534"], ["updated_at", "2016-10-05 17:39:02.832534"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat nostrum sed eligendi architecto.\",\"text\":\"The JBOD feed is down, input the wireless sensor so we can copy the XSS program!\"}"], ["created_at", "2016-10-05 17:39:02.833376"], ["updated_at", "2016-10-05 17:39:02.833376"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam quam earum explicabo aperiam consequatur occaecati exercitationem.\",\"text\":\"You can't calculate the bus without generating the back-end HTTP sensor!\"}"], ["created_at", "2016-10-05 17:39:02.834211"], ["updated_at", "2016-10-05 17:39:02.834211"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus autem sint qui.\",\"text\":\"If we hack the monitor, we can get to the HTTP panel through the solid state RSS panel!\"}"], ["created_at", "2016-10-05 17:39:02.835099"], ["updated_at", "2016-10-05 17:39:02.835099"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor sit architecto fugit aut consequatur nostrum.\",\"text\":\"I'll hack the 1080p GB driver, that should capacitor the XSS protocol!\"}"], ["created_at", "2016-10-05 17:39:02.835935"], ["updated_at", "2016-10-05 17:39:02.835935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore fugiat provident labore.\",\"text\":\"Try to quantify the SAS monitor, maybe it will calculate the wireless alarm!\"}"], ["created_at", "2016-10-05 17:39:02.836767"], ["updated_at", "2016-10-05 17:39:02.836767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem quibusdam sequi ut qui odio.\",\"text\":\"We need to calculate the 1080p COM protocol!\"}"], ["created_at", "2016-10-05 17:39:02.837614"], ["updated_at", "2016-10-05 17:39:02.837614"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit nisi enim ullam omnis.\",\"text\":\"Overriding the program won't do anything, we need to bypass the neural usb array!\"}"], ["created_at", "2016-10-05 17:39:02.838517"], ["updated_at", "2016-10-05 17:39:02.838517"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate ad qui.\",\"text\":\"I'll hack the haptic TCP hard drive, that should bandwidth the SDD port!\"}"], ["created_at", "2016-10-05 17:39:02.839352"], ["updated_at", "2016-10-05 17:39:02.839352"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates hic et dolor aut.\",\"text\":\"Use the back-end PCI protocol, then you can compress the haptic alarm!\"}"], ["created_at", "2016-10-05 17:39:02.840196"], ["updated_at", "2016-10-05 17:39:02.840196"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima labore ut.\",\"text\":\"You can't generate the microchip without generating the open-source SMTP application!\"}"], ["created_at", "2016-10-05 17:39:02.841044"], ["updated_at", "2016-10-05 17:39:02.841044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui corrupti laboriosam omnis qui itaque quia.\",\"text\":\"If we generate the matrix, we can get to the RAM monitor through the multi-byte SQL protocol!\"}"], ["created_at", "2016-10-05 17:39:02.841915"], ["updated_at", "2016-10-05 17:39:02.841915"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti voluptatem non similique delectus ea numquam.\",\"text\":\"Try to synthesize the JSON pixel, maybe it will transmit the primary hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.842790"], ["updated_at", "2016-10-05 17:39:02.842790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor aspernatur nam quam quia.\",\"text\":\"Try to parse the ADP monitor, maybe it will quantify the solid state protocol!\"}"], ["created_at", "2016-10-05 17:39:02.843645"], ["updated_at", "2016-10-05 17:39:02.843645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi et dolorem iure temporibus.\",\"text\":\"If we connect the system, we can get to the AGP firewall through the wireless RSS alarm!\"}"], ["created_at", "2016-10-05 17:39:02.844478"], ["updated_at", "2016-10-05 17:39:02.844478"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe eaque suscipit quos alias a sed.\",\"text\":\"I'll compress the digital PCI port, that should sensor the EXE microchip!\"}"], ["created_at", "2016-10-05 17:39:02.845323"], ["updated_at", "2016-10-05 17:39:02.845323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem impedit qui.\",\"text\":\"I'll compress the 1080p THX feed, that should transmitter the AGP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.846186"], ["updated_at", "2016-10-05 17:39:02.846186"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut aspernatur sed aperiam voluptatum.\",\"text\":\"Try to bypass the IB card, maybe it will generate the back-end monitor!\"}"], ["created_at", "2016-10-05 17:39:02.847076"], ["updated_at", "2016-10-05 17:39:02.847076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non expedita et.\",\"text\":\"Connecting the sensor won't do anything, we need to calculate the neural sas bus!\"}"], ["created_at", "2016-10-05 17:39:02.847912"], ["updated_at", "2016-10-05 17:39:02.847912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur et sapiente cum quia fugiat odio.\",\"text\":\"Synthesizing the monitor won't do anything, we need to navigate the redundant ftp capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.848747"], ["updated_at", "2016-10-05 17:39:02.848747"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque sunt accusantium aliquam et aliquid hic.\",\"text\":\"Quantifying the system won't do anything, we need to copy the virtual xss matrix!\"}"], ["created_at", "2016-10-05 17:39:02.849576"], ["updated_at", "2016-10-05 17:39:02.849576"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quod molestias omnis ea.\",\"text\":\"Try to generate the FTP interface, maybe it will connect the bluetooth program!\"}"], ["created_at", "2016-10-05 17:39:02.850455"], ["updated_at", "2016-10-05 17:39:02.850455"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto officia sint omnis debitis nulla consectetur temporibus.\",\"text\":\"Try to copy the SMS capacitor, maybe it will reboot the auxiliary monitor!\"}"], ["created_at", "2016-10-05 17:39:02.851305"], ["updated_at", "2016-10-05 17:39:02.851305"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum sed qui.\",\"text\":\"The THX firewall is down, parse the optical circuit so we can program the PCI panel!\"}"], ["created_at", "2016-10-05 17:39:02.852143"], ["updated_at", "2016-10-05 17:39:02.852143"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit est officiis in nisi in ratione autem.\",\"text\":\"Use the primary USB program, then you can generate the bluetooth driver!\"}"], ["created_at", "2016-10-05 17:39:02.852984"], ["updated_at", "2016-10-05 17:39:02.852984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni perferendis et voluptatem pariatur fuga.\",\"text\":\"Use the bluetooth SSL panel, then you can copy the haptic bus!\"}"], ["created_at", "2016-10-05 17:39:02.853835"], ["updated_at", "2016-10-05 17:39:02.853835"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius libero odit blanditiis ut expedita.\",\"text\":\"Synthesizing the hard drive won't do anything, we need to transmit the online gb system!\"}"], ["created_at", "2016-10-05 17:39:02.854701"], ["updated_at", "2016-10-05 17:39:02.854701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni autem consequuntur molestiae consequatur ad error et.\",\"text\":\"Use the online AI alarm, then you can bypass the auxiliary hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.855546"], ["updated_at", "2016-10-05 17:39:02.855546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi officia sunt ut id veritatis inventore.\",\"text\":\"Try to navigate the SMS panel, maybe it will navigate the cross-platform pixel!\"}"], ["created_at", "2016-10-05 17:39:02.856393"], ["updated_at", "2016-10-05 17:39:02.856393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis quos est voluptas rerum.\",\"text\":\"Try to input the HTTP card, maybe it will index the open-source interface!\"}"], ["created_at", "2016-10-05 17:39:02.857268"], ["updated_at", "2016-10-05 17:39:02.857268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut vel et et impedit.\",\"text\":\"If we back up the protocol, we can get to the ADP transmitter through the redundant SDD firewall!\"}"], ["created_at", "2016-10-05 17:39:02.858111"], ["updated_at", "2016-10-05 17:39:02.858111"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A porro laborum omnis quam suscipit ex.\",\"text\":\"The THX transmitter is down, compress the optical bandwidth so we can generate the GB port!\"}"], ["created_at", "2016-10-05 17:39:02.858953"], ["updated_at", "2016-10-05 17:39:02.858953"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est repellendus facere.\",\"text\":\"Try to parse the RAM bandwidth, maybe it will connect the mobile capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.859794"], ["updated_at", "2016-10-05 17:39:02.859794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos et maiores accusantium quaerat enim.\",\"text\":\"The RSS port is down, input the cross-platform feed so we can override the GB hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.860631"], ["updated_at", "2016-10-05 17:39:02.860631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil alias doloribus sed sint nemo sit.\",\"text\":\"You can't navigate the application without transmitting the cross-platform SMS program!\"}"], ["created_at", "2016-10-05 17:39:02.861486"], ["updated_at", "2016-10-05 17:39:02.861486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae omnis aliquid quod soluta.\",\"text\":\"We need to calculate the auxiliary PNG system!\"}"], ["created_at", "2016-10-05 17:39:02.862335"], ["updated_at", "2016-10-05 17:39:02.862335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit odit ratione sequi.\",\"text\":\"We need to generate the primary CSS microchip!\"}"], ["created_at", "2016-10-05 17:39:02.863188"], ["updated_at", "2016-10-05 17:39:02.863188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam dicta recusandae facere eos veritatis ipsum.\",\"text\":\"We need to input the digital XML alarm!\"}"], ["created_at", "2016-10-05 17:39:02.864012"], ["updated_at", "2016-10-05 17:39:02.864012"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum vel eum aut quod nam.\",\"text\":\"If we transmit the feed, we can get to the AGP capacitor through the digital RSS bus!\"}"], ["created_at", "2016-10-05 17:39:02.864871"], ["updated_at", "2016-10-05 17:39:02.864871"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo illo libero voluptatem fuga officiis recusandae blanditiis.\",\"text\":\"Programming the bandwidth won't do anything, we need to index the cross-platform adp transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.865709"], ["updated_at", "2016-10-05 17:39:02.865709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A quam natus unde ut.\",\"text\":\"Try to quantify the JBOD feed, maybe it will parse the optical array!\"}"], ["created_at", "2016-10-05 17:39:02.866546"], ["updated_at", "2016-10-05 17:39:02.866546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis dolorum architecto dolor.\",\"text\":\"Navigating the bandwidth won't do anything, we need to synthesize the haptic sms alarm!\"}"], ["created_at", "2016-10-05 17:39:02.867381"], ["updated_at", "2016-10-05 17:39:02.867381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda sapiente accusamus.\",\"text\":\"The FTP bandwidth is down, compress the neural pixel so we can quantify the PCI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.868306"], ["updated_at", "2016-10-05 17:39:02.868306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor quod aliquid optio.\",\"text\":\"Use the multi-byte PNG panel, then you can back up the online card!\"}"], ["created_at", "2016-10-05 17:39:02.869159"], ["updated_at", "2016-10-05 17:39:02.869159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus consequatur ducimus rerum enim.\",\"text\":\"If we bypass the firewall, we can get to the TCP application through the back-end FTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.870010"], ["updated_at", "2016-10-05 17:39:02.870010"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quis reprehenderit pariatur.\",\"text\":\"Programming the monitor won't do anything, we need to connect the primary xss alarm!\"}"], ["created_at", "2016-10-05 17:39:02.870866"], ["updated_at", "2016-10-05 17:39:02.870866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi voluptates est illo et vero tenetur non.\",\"text\":\"We need to synthesize the auxiliary COM pixel!\"}"], ["created_at", "2016-10-05 17:39:02.871751"], ["updated_at", "2016-10-05 17:39:02.871751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam fugiat sequi itaque.\",\"text\":\"If we reboot the array, we can get to the SQL system through the online IB circuit!\"}"], ["created_at", "2016-10-05 17:39:02.872628"], ["updated_at", "2016-10-05 17:39:02.872628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas dolor consequatur modi et non sunt.\",\"text\":\"You can't program the port without quantifying the digital SQL sensor!\"}"], ["created_at", "2016-10-05 17:39:02.873469"], ["updated_at", "2016-10-05 17:39:02.873469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet unde iste.\",\"text\":\"I'll reboot the primary RAM system, that should microchip the EXE circuit!\"}"], ["created_at", "2016-10-05 17:39:02.874308"], ["updated_at", "2016-10-05 17:39:02.874308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam vel ut quos.\",\"text\":\"If we index the hard drive, we can get to the RSS system through the solid state SCSI card!\"}"], ["created_at", "2016-10-05 17:39:02.875187"], ["updated_at", "2016-10-05 17:39:02.875187"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo a quod cumque et rem excepturi.\",\"text\":\"Use the open-source ADP feed, then you can compress the primary hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.876092"], ["updated_at", "2016-10-05 17:39:02.876092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam dolor ut non unde.\",\"text\":\"You can't index the sensor without compressing the bluetooth HTTP protocol!\"}"], ["created_at", "2016-10-05 17:39:02.876972"], ["updated_at", "2016-10-05 17:39:02.876972"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero molestiae minima earum fuga vitae.\",\"text\":\"I'll transmit the mobile EXE program, that should interface the PCI pixel!\"}"], ["created_at", "2016-10-05 17:39:02.877807"], ["updated_at", "2016-10-05 17:39:02.877807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas unde ab.\",\"text\":\"I'll transmit the wireless PNG program, that should feed the COM card!\"}"], ["created_at", "2016-10-05 17:39:02.878699"], ["updated_at", "2016-10-05 17:39:02.878699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate nesciunt ab et distinctio est enim.\",\"text\":\"If we index the card, we can get to the XSS transmitter through the primary FTP panel!\"}"], ["created_at", "2016-10-05 17:39:02.879551"], ["updated_at", "2016-10-05 17:39:02.879551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur exercitationem explicabo rem quos.\",\"text\":\"Try to transmit the AGP circuit, maybe it will hack the neural hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.880449"], ["updated_at", "2016-10-05 17:39:02.880449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit et fuga qui est.\",\"text\":\"I'll generate the 1080p THX program, that should capacitor the PNG monitor!\"}"], ["created_at", "2016-10-05 17:39:02.881295"], ["updated_at", "2016-10-05 17:39:02.881295"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis dolor quidem dolore placeat in dolores.\",\"text\":\"If we program the port, we can get to the IB bandwidth through the online AGP array!\"}"], ["created_at", "2016-10-05 17:39:02.882129"], ["updated_at", "2016-10-05 17:39:02.882129"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum architecto iure quia omnis voluptas exercitationem ut.\",\"text\":\"Use the neural CSS matrix, then you can bypass the haptic hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.882980"], ["updated_at", "2016-10-05 17:39:02.882980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est veniam facere consequatur deleniti est voluptatem.\",\"text\":\"The XML monitor is down, program the mobile card so we can index the SCSI port!\"}"], ["created_at", "2016-10-05 17:39:02.883837"], ["updated_at", "2016-10-05 17:39:02.883837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est vel nemo culpa ratione ab.\",\"text\":\"You can't copy the matrix without copying the back-end GB application!\"}"], ["created_at", "2016-10-05 17:39:02.884672"], ["updated_at", "2016-10-05 17:39:02.884672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci itaque veritatis.\",\"text\":\"Copying the system won't do anything, we need to bypass the digital png firewall!\"}"], ["created_at", "2016-10-05 17:39:02.885507"], ["updated_at", "2016-10-05 17:39:02.885507"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla provident corrupti ut soluta dolores vel.\",\"text\":\"Compressing the card won't do anything, we need to copy the bluetooth jbod pixel!\"}"], ["created_at", "2016-10-05 17:39:02.886333"], ["updated_at", "2016-10-05 17:39:02.886333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident quisquam quam nulla sit ut.\",\"text\":\"The SDD interface is down, copy the auxiliary sensor so we can parse the SAS circuit!\"}"], ["created_at", "2016-10-05 17:39:02.887206"], ["updated_at", "2016-10-05 17:39:02.887206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta qui recusandae laudantium hic rem voluptas nesciunt.\",\"text\":\"Backing up the system won't do anything, we need to compress the online jbod microchip!\"}"], ["created_at", "2016-10-05 17:39:02.888060"], ["updated_at", "2016-10-05 17:39:02.888060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate optio placeat rerum cum ullam.\",\"text\":\"The EXE card is down, quantify the haptic pixel so we can index the XML transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.888922"], ["updated_at", "2016-10-05 17:39:02.888922"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo aliquam quos voluptas.\",\"text\":\"You can't generate the panel without programming the primary TCP capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.889787"], ["updated_at", "2016-10-05 17:39:02.889787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias ut vel.\",\"text\":\"Use the back-end SDD array, then you can transmit the multi-byte circuit!\"}"], ["created_at", "2016-10-05 17:39:02.890661"], ["updated_at", "2016-10-05 17:39:02.890661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo temporibus sit beatae rerum.\",\"text\":\"You can't navigate the hard drive without compressing the multi-byte GB panel!\"}"], ["created_at", "2016-10-05 17:39:02.891497"], ["updated_at", "2016-10-05 17:39:02.891497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt repellendus id et et vel.\",\"text\":\"The SCSI monitor is down, back up the digital port so we can parse the RAM hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.892329"], ["updated_at", "2016-10-05 17:39:02.892329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam quam repellendus labore tempora cumque.\",\"text\":\"Quantifying the feed won't do anything, we need to back up the optical ftp hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.893160"], ["updated_at", "2016-10-05 17:39:02.893160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus nostrum veniam.\",\"text\":\"If we back up the firewall, we can get to the JSON protocol through the auxiliary SQL driver!\"}"], ["created_at", "2016-10-05 17:39:02.894004"], ["updated_at", "2016-10-05 17:39:02.894004"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos vero quod quam quis nulla.\",\"text\":\"Hacking the driver won't do anything, we need to copy the solid state ai alarm!\"}"], ["created_at", "2016-10-05 17:39:02.894859"], ["updated_at", "2016-10-05 17:39:02.894859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ullam inventore sed consequatur illo.\",\"text\":\"Parsing the pixel won't do anything, we need to program the bluetooth jbod feed!\"}"], ["created_at", "2016-10-05 17:39:02.895705"], ["updated_at", "2016-10-05 17:39:02.895705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere illum at.\",\"text\":\"You can't hack the system without compressing the haptic ADP circuit!\"}"], ["created_at", "2016-10-05 17:39:02.896569"], ["updated_at", "2016-10-05 17:39:02.896569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse voluptatem dignissimos debitis illum sapiente provident sit.\",\"text\":\"Calculating the port won't do anything, we need to program the open-source sms port!\"}"], ["created_at", "2016-10-05 17:39:02.897438"], ["updated_at", "2016-10-05 17:39:02.897438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur ipsum suscipit minima nobis.\",\"text\":\"The USB bus is down, parse the primary program so we can parse the TCP matrix!\"}"], ["created_at", "2016-10-05 17:39:02.898281"], ["updated_at", "2016-10-05 17:39:02.898281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni dolores eligendi nisi ipsa dolorem quas voluptatem.\",\"text\":\"Use the haptic RSS port, then you can override the mobile capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.899160"], ["updated_at", "2016-10-05 17:39:02.899160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint nostrum aut et aut pariatur id.\",\"text\":\"You can't transmit the sensor without transmitting the auxiliary RSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.899991"], ["updated_at", "2016-10-05 17:39:02.899991"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur a eum vitae tenetur voluptas.\",\"text\":\"If we quantify the sensor, we can get to the PCI firewall through the haptic SAS protocol!\"}"], ["created_at", "2016-10-05 17:39:02.900825"], ["updated_at", "2016-10-05 17:39:02.900825"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus non quibusdam laborum aut sed dignissimos.\",\"text\":\"If we parse the circuit, we can get to the JSON program through the neural RSS microchip!\"}"], ["created_at", "2016-10-05 17:39:02.901658"], ["updated_at", "2016-10-05 17:39:02.901658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere vel quia vel et vitae rerum dolores.\",\"text\":\"Try to copy the JBOD capacitor, maybe it will hack the back-end application!\"}"], ["created_at", "2016-10-05 17:39:02.902543"], ["updated_at", "2016-10-05 17:39:02.902543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias voluptas aut quidem optio fugiat.\",\"text\":\"The SMS pixel is down, navigate the back-end alarm so we can program the JBOD matrix!\"}"], ["created_at", "2016-10-05 17:39:02.903384"], ["updated_at", "2016-10-05 17:39:02.903384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos necessitatibus veniam est.\",\"text\":\"If we transmit the bus, we can get to the COM system through the primary GB pixel!\"}"], ["created_at", "2016-10-05 17:39:02.904221"], ["updated_at", "2016-10-05 17:39:02.904221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia temporibus magnam sed sit fuga.\",\"text\":\"We need to connect the open-source FTP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.905064"], ["updated_at", "2016-10-05 17:39:02.905064"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum blanditiis optio perspiciatis iusto veniam quis labore.\",\"text\":\"Overriding the card won't do anything, we need to transmit the bluetooth tcp bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.905918"], ["updated_at", "2016-10-05 17:39:02.905918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae voluptatum alias veritatis dolore praesentium et.\",\"text\":\"If we back up the bus, we can get to the IB feed through the mobile COM microchip!\"}"], ["created_at", "2016-10-05 17:39:02.906790"], ["updated_at", "2016-10-05 17:39:02.906790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui veritatis eveniet.\",\"text\":\"If we generate the transmitter, we can get to the ADP alarm through the solid state COM array!\"}"], ["created_at", "2016-10-05 17:39:02.907631"], ["updated_at", "2016-10-05 17:39:02.907631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod autem qui fuga velit.\",\"text\":\"Synthesizing the card won't do anything, we need to navigate the optical png sensor!\"}"], ["created_at", "2016-10-05 17:39:02.908482"], ["updated_at", "2016-10-05 17:39:02.908482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae sed necessitatibus.\",\"text\":\"If we calculate the feed, we can get to the SMS protocol through the wireless FTP program!\"}"], ["created_at", "2016-10-05 17:39:02.909316"], ["updated_at", "2016-10-05 17:39:02.909316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis laudantium architecto sint.\",\"text\":\"I'll override the neural RAM panel, that should system the PCI matrix!\"}"], ["created_at", "2016-10-05 17:39:02.910155"], ["updated_at", "2016-10-05 17:39:02.910155"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore quas voluptatem ut omnis suscipit id.\",\"text\":\"We need to generate the online FTP feed!\"}"], ["created_at", "2016-10-05 17:39:02.911014"], ["updated_at", "2016-10-05 17:39:02.911014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum error sint.\",\"text\":\"You can't reboot the monitor without bypassing the online XML protocol!\"}"], ["created_at", "2016-10-05 17:39:02.911879"], ["updated_at", "2016-10-05 17:39:02.911879"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui dolorem et ipsa.\",\"text\":\"Navigating the capacitor won't do anything, we need to hack the optical usb program!\"}"], ["created_at", "2016-10-05 17:39:02.912776"], ["updated_at", "2016-10-05 17:39:02.912776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas deleniti quibusdam aliquam.\",\"text\":\"The SDD program is down, program the online panel so we can synthesize the SAS microchip!\"}"], ["created_at", "2016-10-05 17:39:02.913610"], ["updated_at", "2016-10-05 17:39:02.913610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae odio id.\",\"text\":\"Try to index the RSS circuit, maybe it will parse the virtual application!\"}"], ["created_at", "2016-10-05 17:39:02.914477"], ["updated_at", "2016-10-05 17:39:02.914477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui consequatur inventore nihil amet est quod et.\",\"text\":\"If we calculate the bandwidth, we can get to the SSL program through the wireless RSS monitor!\"}"], ["created_at", "2016-10-05 17:39:02.915337"], ["updated_at", "2016-10-05 17:39:02.915337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus et velit sit dolores at animi.\",\"text\":\"The SAS bus is down, navigate the bluetooth protocol so we can parse the RSS circuit!\"}"], ["created_at", "2016-10-05 17:39:02.916203"], ["updated_at", "2016-10-05 17:39:02.916203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia dolores sequi sit et quo.\",\"text\":\"Bypassing the array won't do anything, we need to hack the multi-byte png application!\"}"], ["created_at", "2016-10-05 17:39:02.917076"], ["updated_at", "2016-10-05 17:39:02.917076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam facere delectus fugit nihil minima.\",\"text\":\"If we parse the array, we can get to the RSS bus through the virtual CSS interface!\"}"], ["created_at", "2016-10-05 17:39:02.917911"], ["updated_at", "2016-10-05 17:39:02.917911"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem dignissimos iste qui dolor.\",\"text\":\"Use the redundant HDD protocol, then you can transmit the auxiliary application!\"}"], ["created_at", "2016-10-05 17:39:02.918780"], ["updated_at", "2016-10-05 17:39:02.918780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi nesciunt sapiente deserunt et id quia.\",\"text\":\"Use the redundant SMS bus, then you can program the redundant panel!\"}"], ["created_at", "2016-10-05 17:39:02.919723"], ["updated_at", "2016-10-05 17:39:02.919723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio eum est sint voluptas nihil voluptatum qui.\",\"text\":\"Try to connect the AI capacitor, maybe it will transmit the wireless transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.920571"], ["updated_at", "2016-10-05 17:39:02.920571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia animi et.\",\"text\":\"The RSS matrix is down, index the open-source alarm so we can index the SCSI port!\"}"], ["created_at", "2016-10-05 17:39:02.921431"], ["updated_at", "2016-10-05 17:39:02.921431"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ullam quibusdam quis quia ut.\",\"text\":\"The FTP application is down, reboot the open-source microchip so we can parse the SQL circuit!\"}"], ["created_at", "2016-10-05 17:39:02.922273"], ["updated_at", "2016-10-05 17:39:02.922273"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ullam iure a.\",\"text\":\"Generating the bus won't do anything, we need to calculate the optical pci matrix!\"}"], ["created_at", "2016-10-05 17:39:02.923145"], ["updated_at", "2016-10-05 17:39:02.923145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus voluptatem nam aut ullam vero quia.\",\"text\":\"We need to input the mobile HTTP card!\"}"], ["created_at", "2016-10-05 17:39:02.923998"], ["updated_at", "2016-10-05 17:39:02.923998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores tempore accusantium qui ipsum non.\",\"text\":\"The IB microchip is down, navigate the bluetooth application so we can navigate the CSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:02.924827"], ["updated_at", "2016-10-05 17:39:02.924827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae id corporis illo facilis dicta.\",\"text\":\"I'll back up the wireless HTTP driver, that should alarm the ADP program!\"}"], ["created_at", "2016-10-05 17:39:02.925722"], ["updated_at", "2016-10-05 17:39:02.925722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione quo qui ad maxime consequatur.\",\"text\":\"You can't parse the array without backing up the mobile THX firewall!\"}"], ["created_at", "2016-10-05 17:39:02.926638"], ["updated_at", "2016-10-05 17:39:02.926638"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita ad blanditiis rem ratione fugiat in.\",\"text\":\"Try to override the IB capacitor, maybe it will input the cross-platform card!\"}"], ["created_at", "2016-10-05 17:39:02.927487"], ["updated_at", "2016-10-05 17:39:02.927487"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut in et nam ea delectus vitae velit.\",\"text\":\"We need to index the wireless AI program!\"}"], ["created_at", "2016-10-05 17:39:02.928348"], ["updated_at", "2016-10-05 17:39:02.928348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis quos dolore voluptatem magni ipsum.\",\"text\":\"I'll override the bluetooth SQL circuit, that should panel the EXE firewall!\"}"], ["created_at", "2016-10-05 17:39:02.929207"], ["updated_at", "2016-10-05 17:39:02.929207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est ut ipsa necessitatibus voluptas porro fuga.\",\"text\":\"If we parse the feed, we can get to the ADP interface through the haptic USB port!\"}"], ["created_at", "2016-10-05 17:39:02.930073"], ["updated_at", "2016-10-05 17:39:02.930073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro dolores maxime impedit repellat maiores.\",\"text\":\"If we copy the system, we can get to the SQL alarm through the multi-byte SQL firewall!\"}"], ["created_at", "2016-10-05 17:39:02.930952"], ["updated_at", "2016-10-05 17:39:02.930952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum ullam qui illum vitae.\",\"text\":\"Calculating the card won't do anything, we need to navigate the bluetooth ssl monitor!\"}"], ["created_at", "2016-10-05 17:39:02.931817"], ["updated_at", "2016-10-05 17:39:02.931817"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur quae similique deleniti est sed.\",\"text\":\"Try to parse the TCP port, maybe it will program the open-source sensor!\"}"], ["created_at", "2016-10-05 17:39:02.932663"], ["updated_at", "2016-10-05 17:39:02.932663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci sed veritatis atque quisquam amet doloribus non.\",\"text\":\"We need to connect the multi-byte FTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.933501"], ["updated_at", "2016-10-05 17:39:02.933501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit eligendi consequatur nemo cum optio consequatur.\",\"text\":\"I'll quantify the digital AI program, that should system the GB monitor!\"}"], ["created_at", "2016-10-05 17:39:02.934381"], ["updated_at", "2016-10-05 17:39:02.934381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores facere atque ad quaerat et rerum voluptas.\",\"text\":\"I'll input the online RSS bus, that should card the PNG matrix!\"}"], ["created_at", "2016-10-05 17:39:02.935244"], ["updated_at", "2016-10-05 17:39:02.935244"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum voluptas expedita provident ratione.\",\"text\":\"Calculating the pixel won't do anything, we need to bypass the bluetooth sdd pixel!\"}"], ["created_at", "2016-10-05 17:39:02.936093"], ["updated_at", "2016-10-05 17:39:02.936093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi repellat nesciunt.\",\"text\":\"We need to synthesize the multi-byte TCP firewall!\"}"], ["created_at", "2016-10-05 17:39:02.936945"], ["updated_at", "2016-10-05 17:39:02.936945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo voluptatibus molestias quo voluptatem.\",\"text\":\"Parsing the card won't do anything, we need to copy the wireless smtp array!\"}"], ["created_at", "2016-10-05 17:39:02.937786"], ["updated_at", "2016-10-05 17:39:02.937786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non qui velit rerum est.\",\"text\":\"Try to hack the AI system, maybe it will generate the virtual circuit!\"}"], ["created_at", "2016-10-05 17:39:02.938651"], ["updated_at", "2016-10-05 17:39:02.938651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est voluptatem odio consequatur dolor assumenda similique.\",\"text\":\"We need to synthesize the wireless PNG feed!\"}"], ["created_at", "2016-10-05 17:39:02.939505"], ["updated_at", "2016-10-05 17:39:02.939505"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint id doloribus minus.\",\"text\":\"I'll copy the digital XSS microchip, that should sensor the HDD port!\"}"], ["created_at", "2016-10-05 17:39:02.940365"], ["updated_at", "2016-10-05 17:39:02.940365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem sunt minima eos eum recusandae quo.\",\"text\":\"I'll back up the bluetooth CSS panel, that should protocol the IB program!\"}"], ["created_at", "2016-10-05 17:39:02.941200"], ["updated_at", "2016-10-05 17:39:02.941200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At itaque ut animi est.\",\"text\":\"Use the wireless RSS matrix, then you can synthesize the auxiliary panel!\"}"], ["created_at", "2016-10-05 17:39:02.942032"], ["updated_at", "2016-10-05 17:39:02.942032"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi ut voluptatem repellendus nisi est.\",\"text\":\"The COM program is down, quantify the open-source feed so we can input the RAM protocol!\"}"], ["created_at", "2016-10-05 17:39:02.942935"], ["updated_at", "2016-10-05 17:39:02.942935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo laboriosam minus porro saepe sint.\",\"text\":\"If we synthesize the card, we can get to the AGP circuit through the wireless COM array!\"}"], ["created_at", "2016-10-05 17:39:02.943780"], ["updated_at", "2016-10-05 17:39:02.943780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus suscipit aliquid nostrum.\",\"text\":\"Try to copy the SQL firewall, maybe it will program the neural hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.944637"], ["updated_at", "2016-10-05 17:39:02.944637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim assumenda voluptas vel.\",\"text\":\"We need to navigate the solid state SQL application!\"}"], ["created_at", "2016-10-05 17:39:02.945482"], ["updated_at", "2016-10-05 17:39:02.945482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam voluptatem voluptas minus voluptate quasi dolore quia.\",\"text\":\"We need to compress the neural IB monitor!\"}"], ["created_at", "2016-10-05 17:39:02.946314"], ["updated_at", "2016-10-05 17:39:02.946314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo debitis vel nobis dignissimos libero sed.\",\"text\":\"If we generate the matrix, we can get to the JBOD circuit through the solid state PCI feed!\"}"], ["created_at", "2016-10-05 17:39:02.947213"], ["updated_at", "2016-10-05 17:39:02.947213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus eius ipsam repellat quisquam et.\",\"text\":\"We need to bypass the auxiliary USB protocol!\"}"], ["created_at", "2016-10-05 17:39:02.948050"], ["updated_at", "2016-10-05 17:39:02.948050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus quis autem.\",\"text\":\"You can't synthesize the bandwidth without transmitting the bluetooth HDD microchip!\"}"], ["created_at", "2016-10-05 17:39:02.948900"], ["updated_at", "2016-10-05 17:39:02.948900"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam earum dolore.\",\"text\":\"I'll quantify the redundant SCSI port, that should bus the RSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.949760"], ["updated_at", "2016-10-05 17:39:02.949760"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus molestiae et veniam sit.\",\"text\":\"I'll reboot the auxiliary XML sensor, that should program the RAM sensor!\"}"], ["created_at", "2016-10-05 17:39:02.950622"], ["updated_at", "2016-10-05 17:39:02.950622"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus voluptatem at atque.\",\"text\":\"If we compress the matrix, we can get to the FTP microchip through the haptic XML circuit!\"}"], ["created_at", "2016-10-05 17:39:02.951480"], ["updated_at", "2016-10-05 17:39:02.951480"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus reprehenderit laudantium.\",\"text\":\"Quantifying the array won't do anything, we need to bypass the open-source scsi capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.952326"], ["updated_at", "2016-10-05 17:39:02.952326"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa rerum illum.\",\"text\":\"Use the solid state FTP firewall, then you can back up the multi-byte system!\"}"], ["created_at", "2016-10-05 17:39:02.953159"], ["updated_at", "2016-10-05 17:39:02.953159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel facere eligendi sapiente est quis qui.\",\"text\":\"Try to connect the AI alarm, maybe it will compress the solid state interface!\"}"], ["created_at", "2016-10-05 17:39:02.954006"], ["updated_at", "2016-10-05 17:39:02.954006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id totam esse et.\",\"text\":\"Transmitting the pixel won't do anything, we need to reboot the digital tcp card!\"}"], ["created_at", "2016-10-05 17:39:02.954859"], ["updated_at", "2016-10-05 17:39:02.954859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem voluptatem placeat.\",\"text\":\"The IB bandwidth is down, compress the wireless array so we can input the JBOD port!\"}"], ["created_at", "2016-10-05 17:39:02.955694"], ["updated_at", "2016-10-05 17:39:02.955694"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias dolorem aut vel corrupti voluptatem dolores.\",\"text\":\"We need to connect the neural SQL bus!\"}"], ["created_at", "2016-10-05 17:39:02.956542"], ["updated_at", "2016-10-05 17:39:02.956542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi sed et sint nihil consectetur quis.\",\"text\":\"If we input the sensor, we can get to the CSS protocol through the haptic RSS protocol!\"}"], ["created_at", "2016-10-05 17:39:02.957377"], ["updated_at", "2016-10-05 17:39:02.957377"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero corrupti vitae.\",\"text\":\"If we override the panel, we can get to the SAS sensor through the auxiliary PNG hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.958231"], ["updated_at", "2016-10-05 17:39:02.958231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid id odio placeat voluptas aut perferendis.\",\"text\":\"You can't bypass the transmitter without calculating the neural RSS transmitter!\"}"], ["created_at", "2016-10-05 17:39:02.959075"], ["updated_at", "2016-10-05 17:39:02.959075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem quas ipsam placeat aut maiores consectetur optio.\",\"text\":\"Try to override the SSL card, maybe it will quantify the cross-platform pixel!\"}"], ["created_at", "2016-10-05 17:39:02.959907"], ["updated_at", "2016-10-05 17:39:02.959907"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque saepe vel tempore est tempora facere dolor.\",\"text\":\"Use the digital PNG transmitter, then you can copy the digital microchip!\"}"], ["created_at", "2016-10-05 17:39:02.960765"], ["updated_at", "2016-10-05 17:39:02.960765"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia qui molestias id magni voluptas harum et.\",\"text\":\"You can't navigate the port without backing up the multi-byte THX bus!\"}"], ["created_at", "2016-10-05 17:39:02.961640"], ["updated_at", "2016-10-05 17:39:02.961640"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia asperiores qui maiores.\",\"text\":\"I'll transmit the mobile SDD card, that should application the PNG microchip!\"}"], ["created_at", "2016-10-05 17:39:02.962501"], ["updated_at", "2016-10-05 17:39:02.962501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae rerum veniam deserunt aut eos quibusdam enim.\",\"text\":\"Programming the pixel won't do anything, we need to synthesize the cross-platform tcp sensor!\"}"], ["created_at", "2016-10-05 17:39:02.963354"], ["updated_at", "2016-10-05 17:39:02.963354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis quisquam optio ea quae dolor mollitia vel.\",\"text\":\"You can't hack the capacitor without parsing the neural AI system!\"}"], ["created_at", "2016-10-05 17:39:02.964192"], ["updated_at", "2016-10-05 17:39:02.964192"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus voluptatum sed voluptas perferendis explicabo.\",\"text\":\"We need to connect the bluetooth COM microchip!\"}"], ["created_at", "2016-10-05 17:39:02.965036"], ["updated_at", "2016-10-05 17:39:02.965036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur esse enim voluptatem facere eius repellat.\",\"text\":\"You can't index the matrix without calculating the primary SMS feed!\"}"], ["created_at", "2016-10-05 17:39:02.965873"], ["updated_at", "2016-10-05 17:39:02.965873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat consequatur ullam qui qui.\",\"text\":\"You can't parse the application without synthesizing the neural XSS capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.966721"], ["updated_at", "2016-10-05 17:39:02.966721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et aliquid et.\",\"text\":\"Try to synthesize the CSS driver, maybe it will synthesize the wireless card!\"}"], ["created_at", "2016-10-05 17:39:02.967575"], ["updated_at", "2016-10-05 17:39:02.967575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat doloremque excepturi quo.\",\"text\":\"Synthesizing the hard drive won't do anything, we need to back up the redundant jbod card!\"}"], ["created_at", "2016-10-05 17:39:02.968425"], ["updated_at", "2016-10-05 17:39:02.968425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam odit est et provident.\",\"text\":\"Try to input the SMS interface, maybe it will synthesize the redundant application!\"}"], ["created_at", "2016-10-05 17:39:02.969276"], ["updated_at", "2016-10-05 17:39:02.969276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem excepturi odit tenetur qui eos.\",\"text\":\"We need to bypass the online JSON hard drive!\"}"], ["created_at", "2016-10-05 17:39:02.970156"], ["updated_at", "2016-10-05 17:39:02.970156"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis neque nam officia doloribus incidunt.\",\"text\":\"Use the bluetooth GB hard drive, then you can hack the primary protocol!\"}"], ["created_at", "2016-10-05 17:39:02.971007"], ["updated_at", "2016-10-05 17:39:02.971007"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim nisi voluptatem.\",\"text\":\"We need to synthesize the haptic SDD application!\"}"], ["created_at", "2016-10-05 17:39:02.972021"], ["updated_at", "2016-10-05 17:39:02.972021"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur est architecto ut placeat numquam inventore.\",\"text\":\"You can't quantify the system without bypassing the neural CSS feed!\"}"], ["created_at", "2016-10-05 17:39:02.973180"], ["updated_at", "2016-10-05 17:39:02.973180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis autem et architecto quia ut est.\",\"text\":\"You can't index the system without hacking the virtual XSS system!\"}"], ["created_at", "2016-10-05 17:39:02.974061"], ["updated_at", "2016-10-05 17:39:02.974061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore quasi laboriosam nemo.\",\"text\":\"I'll hack the solid state FTP monitor, that should bandwidth the CSS panel!\"}"], ["created_at", "2016-10-05 17:39:02.974941"], ["updated_at", "2016-10-05 17:39:02.974941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque consectetur cumque eveniet quia enim.\",\"text\":\"We need to copy the primary JBOD application!\"}"], ["created_at", "2016-10-05 17:39:02.975772"], ["updated_at", "2016-10-05 17:39:02.975772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque delectus quam.\",\"text\":\"I'll copy the solid state COM microchip, that should driver the THX capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.976619"], ["updated_at", "2016-10-05 17:39:02.976619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi perferendis rerum sunt et itaque.\",\"text\":\"Try to quantify the COM hard drive, maybe it will reboot the digital driver!\"}"], ["created_at", "2016-10-05 17:39:02.977450"], ["updated_at", "2016-10-05 17:39:02.977450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum asperiores quia nam quia.\",\"text\":\"We need to transmit the neural HTTP panel!\"}"], ["created_at", "2016-10-05 17:39:02.978289"], ["updated_at", "2016-10-05 17:39:02.978289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt nulla non rem aspernatur.\",\"text\":\"You can't parse the pixel without transmitting the bluetooth SAS firewall!\"}"], ["created_at", "2016-10-05 17:39:02.979168"], ["updated_at", "2016-10-05 17:39:02.979168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit voluptatem iure eveniet possimus excepturi.\",\"text\":\"If we compress the alarm, we can get to the THX system through the open-source THX bus!\"}"], ["created_at", "2016-10-05 17:39:02.980013"], ["updated_at", "2016-10-05 17:39:02.980013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam maiores fuga non commodi qui ipsa.\",\"text\":\"The AI sensor is down, navigate the solid state matrix so we can generate the THX protocol!\"}"], ["created_at", "2016-10-05 17:39:02.980847"], ["updated_at", "2016-10-05 17:39:02.980847"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto veniam quasi ullam ut.\",\"text\":\"I'll bypass the digital EXE protocol, that should circuit the PCI application!\"}"], ["created_at", "2016-10-05 17:39:02.981840"], ["updated_at", "2016-10-05 17:39:02.981840"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime exercitationem repellendus occaecati voluptas totam.\",\"text\":\"Use the optical AGP capacitor, then you can quantify the bluetooth capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.983027"], ["updated_at", "2016-10-05 17:39:02.983027"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat vero in maiores.\",\"text\":\"If we synthesize the matrix, we can get to the RAM hard drive through the cross-platform SQL system!\"}"], ["created_at", "2016-10-05 17:39:02.984214"], ["updated_at", "2016-10-05 17:39:02.984214"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident voluptatem earum voluptatem.\",\"text\":\"Try to bypass the SAS firewall, maybe it will navigate the open-source pixel!\"}"], ["created_at", "2016-10-05 17:39:02.985451"], ["updated_at", "2016-10-05 17:39:02.985451"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus quia dolorum et omnis.\",\"text\":\"The PCI hard drive is down, transmit the back-end array so we can transmit the SAS pixel!\"}"], ["created_at", "2016-10-05 17:39:02.987995"], ["updated_at", "2016-10-05 17:39:02.987995"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex qui amet eaque neque.\",\"text\":\"Programming the program won't do anything, we need to compress the 1080p smtp matrix!\"}"], ["created_at", "2016-10-05 17:39:02.989721"], ["updated_at", "2016-10-05 17:39:02.989721"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla labore id quibusdam quia.\",\"text\":\"I'll quantify the bluetooth GB bus, that should monitor the RAM monitor!\"}"], ["created_at", "2016-10-05 17:39:02.992708"], ["updated_at", "2016-10-05 17:39:02.992708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis laudantium facere qui.\",\"text\":\"Try to index the HTTP driver, maybe it will program the digital firewall!\"}"], ["created_at", "2016-10-05 17:39:02.994297"], ["updated_at", "2016-10-05 17:39:02.994297"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis et at quis voluptatibus rerum.\",\"text\":\"Use the haptic XSS system, then you can override the bluetooth capacitor!\"}"], ["created_at", "2016-10-05 17:39:02.995610"], ["updated_at", "2016-10-05 17:39:02.995610"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid dolorem culpa est consequatur id sit nihil.\",\"text\":\"Try to quantify the FTP monitor, maybe it will generate the virtual firewall!\"}"], ["created_at", "2016-10-05 17:39:03.006789"], ["updated_at", "2016-10-05 17:39:03.006789"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo est repellat mollitia eveniet magnam quidem ut.\",\"text\":\"The RSS microchip is down, synthesize the mobile application so we can compress the COM system!\"}"], ["created_at", "2016-10-05 17:39:03.007848"], ["updated_at", "2016-10-05 17:39:03.007848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia laudantium molestiae.\",\"text\":\"I'll copy the bluetooth AGP feed, that should sensor the CSS circuit!\"}"], ["created_at", "2016-10-05 17:39:03.008682"], ["updated_at", "2016-10-05 17:39:03.008682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto itaque magnam magni.\",\"text\":\"The USB monitor is down, back up the optical port so we can program the SQL capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.009556"], ["updated_at", "2016-10-05 17:39:03.009556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure rerum voluptatem ipsa repellendus.\",\"text\":\"Parsing the array won't do anything, we need to generate the back-end css hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.010440"], ["updated_at", "2016-10-05 17:39:03.010440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ullam facilis rerum et.\",\"text\":\"Try to generate the CSS matrix, maybe it will input the cross-platform pixel!\"}"], ["created_at", "2016-10-05 17:39:03.011292"], ["updated_at", "2016-10-05 17:39:03.011292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur eum perspiciatis accusantium fuga voluptates possimus eaque.\",\"text\":\"Try to compress the SMTP bandwidth, maybe it will input the cross-platform bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.012202"], ["updated_at", "2016-10-05 17:39:03.012202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut cumque sit.\",\"text\":\"I'll calculate the solid state CSS feed, that should program the SDD hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.013108"], ["updated_at", "2016-10-05 17:39:03.013108"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est sed aut et ipsum.\",\"text\":\"You can't parse the array without parsing the primary PCI microchip!\"}"], ["created_at", "2016-10-05 17:39:03.013943"], ["updated_at", "2016-10-05 17:39:03.013943"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta enim deserunt magnam aliquam architecto voluptatem est.\",\"text\":\"Copying the bus won't do anything, we need to compress the virtual sql card!\"}"], ["created_at", "2016-10-05 17:39:03.014847"], ["updated_at", "2016-10-05 17:39:03.014847"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum dolor officiis expedita.\",\"text\":\"I'll input the online XSS sensor, that should capacitor the JSON program!\"}"], ["created_at", "2016-10-05 17:39:03.015683"], ["updated_at", "2016-10-05 17:39:03.015683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis est dolor autem.\",\"text\":\"Hacking the system won't do anything, we need to override the virtual pci bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.016533"], ["updated_at", "2016-10-05 17:39:03.016533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt vero iste placeat quia reprehenderit rem sunt.\",\"text\":\"If we calculate the interface, we can get to the GB card through the 1080p SDD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.017384"], ["updated_at", "2016-10-05 17:39:03.017384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et omnis dolorum quo veritatis deserunt quo non.\",\"text\":\"Try to compress the RAM driver, maybe it will override the online hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.018224"], ["updated_at", "2016-10-05 17:39:03.018224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut dolores et quo.\",\"text\":\"Try to generate the ADP pixel, maybe it will connect the mobile array!\"}"], ["created_at", "2016-10-05 17:39:03.019120"], ["updated_at", "2016-10-05 17:39:03.019120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque quos velit ipsa.\",\"text\":\"We need to navigate the optical FTP bus!\"}"], ["created_at", "2016-10-05 17:39:03.020162"], ["updated_at", "2016-10-05 17:39:03.020162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut ad libero id accusantium.\",\"text\":\"Hacking the system won't do anything, we need to bypass the haptic tcp firewall!\"}"], ["created_at", "2016-10-05 17:39:03.021142"], ["updated_at", "2016-10-05 17:39:03.021142"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque laudantium enim et consequatur amet quia sunt.\",\"text\":\"Connecting the system won't do anything, we need to transmit the neural css interface!\"}"], ["created_at", "2016-10-05 17:39:03.022095"], ["updated_at", "2016-10-05 17:39:03.022095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut commodi tempora tenetur rem.\",\"text\":\"I'll transmit the haptic SMS firewall, that should card the AGP monitor!\"}"], ["created_at", "2016-10-05 17:39:03.023014"], ["updated_at", "2016-10-05 17:39:03.023014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis asperiores sunt rerum et ea possimus.\",\"text\":\"You can't input the matrix without synthesizing the optical COM panel!\"}"], ["created_at", "2016-10-05 17:39:03.023944"], ["updated_at", "2016-10-05 17:39:03.023944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid dolor omnis et repellendus.\",\"text\":\"Use the redundant JSON application, then you can parse the 1080p circuit!\"}"], ["created_at", "2016-10-05 17:39:03.024872"], ["updated_at", "2016-10-05 17:39:03.024872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui eligendi voluptatum rem non ut eius.\",\"text\":\"You can't reboot the pixel without bypassing the haptic PNG interface!\"}"], ["created_at", "2016-10-05 17:39:03.025849"], ["updated_at", "2016-10-05 17:39:03.025849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt asperiores explicabo alias quae qui aliquid atque.\",\"text\":\"Try to input the JSON application, maybe it will navigate the 1080p matrix!\"}"], ["created_at", "2016-10-05 17:39:03.026870"], ["updated_at", "2016-10-05 17:39:03.026870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique molestiae saepe et molestias.\",\"text\":\"We need to hack the optical IB panel!\"}"], ["created_at", "2016-10-05 17:39:03.027818"], ["updated_at", "2016-10-05 17:39:03.027818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus maxime pariatur inventore.\",\"text\":\"Try to index the AI alarm, maybe it will input the back-end bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.028769"], ["updated_at", "2016-10-05 17:39:03.028769"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit nemo laboriosam.\",\"text\":\"You can't override the bus without quantifying the haptic SMTP pixel!\"}"], ["created_at", "2016-10-05 17:39:03.029711"], ["updated_at", "2016-10-05 17:39:03.029711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores quis ipsa natus blanditiis.\",\"text\":\"Calculating the matrix won't do anything, we need to hack the mobile png circuit!\"}"], ["created_at", "2016-10-05 17:39:03.030632"], ["updated_at", "2016-10-05 17:39:03.030632"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat fugiat sit tenetur pariatur ut excepturi est.\",\"text\":\"Try to connect the RAM pixel, maybe it will hack the primary array!\"}"], ["created_at", "2016-10-05 17:39:03.031493"], ["updated_at", "2016-10-05 17:39:03.031493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat rerum culpa.\",\"text\":\"You can't override the microchip without transmitting the cross-platform ADP firewall!\"}"], ["created_at", "2016-10-05 17:39:03.032345"], ["updated_at", "2016-10-05 17:39:03.032345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod quam commodi.\",\"text\":\"Try to override the SDD card, maybe it will input the back-end system!\"}"], ["created_at", "2016-10-05 17:39:03.033169"], ["updated_at", "2016-10-05 17:39:03.033169"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta quia ex.\",\"text\":\"You can't index the program without compressing the digital AGP hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.034010"], ["updated_at", "2016-10-05 17:39:03.034010"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem ea quis excepturi eos eum debitis assumenda.\",\"text\":\"We need to copy the optical GB program!\"}"], ["created_at", "2016-10-05 17:39:03.034876"], ["updated_at", "2016-10-05 17:39:03.034876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui quidem est consequatur.\",\"text\":\"I'll input the cross-platform THX array, that should program the HDD matrix!\"}"], ["created_at", "2016-10-05 17:39:03.035745"], ["updated_at", "2016-10-05 17:39:03.035745"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint voluptates voluptatem.\",\"text\":\"We need to back up the solid state RAM port!\"}"], ["created_at", "2016-10-05 17:39:03.036589"], ["updated_at", "2016-10-05 17:39:03.036589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam repellat necessitatibus libero ut blanditiis repellendus quibusdam.\",\"text\":\"We need to calculate the neural XSS alarm!\"}"], ["created_at", "2016-10-05 17:39:03.037417"], ["updated_at", "2016-10-05 17:39:03.037417"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo aliquam molestiae error dolores et ratione.\",\"text\":\"We need to input the multi-byte XML port!\"}"], ["created_at", "2016-10-05 17:39:03.038292"], ["updated_at", "2016-10-05 17:39:03.038292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima animi necessitatibus labore repellendus.\",\"text\":\"Use the solid state IB array, then you can override the optical bus!\"}"], ["created_at", "2016-10-05 17:39:03.039184"], ["updated_at", "2016-10-05 17:39:03.039184"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non soluta autem et ab qui doloremque accusamus.\",\"text\":\"I'll synthesize the auxiliary SQL array, that should alarm the SMTP feed!\"}"], ["created_at", "2016-10-05 17:39:03.040019"], ["updated_at", "2016-10-05 17:39:03.040019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum doloremque perferendis iure error laborum itaque quam.\",\"text\":\"If we back up the application, we can get to the SDD circuit through the neural AI sensor!\"}"], ["created_at", "2016-10-05 17:39:03.040860"], ["updated_at", "2016-10-05 17:39:03.040860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur ad repudiandae nesciunt excepturi.\",\"text\":\"Try to hack the COM application, maybe it will override the digital port!\"}"], ["created_at", "2016-10-05 17:39:03.041693"], ["updated_at", "2016-10-05 17:39:03.041693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et nulla saepe.\",\"text\":\"You can't transmit the application without programming the multi-byte JBOD capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.042584"], ["updated_at", "2016-10-05 17:39:03.042584"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa magnam illo vel accusantium velit qui tempore.\",\"text\":\"You can't quantify the protocol without parsing the back-end AGP firewall!\"}"], ["created_at", "2016-10-05 17:39:03.043449"], ["updated_at", "2016-10-05 17:39:03.043449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel eos natus quia at.\",\"text\":\"We need to program the online HDD program!\"}"], ["created_at", "2016-10-05 17:39:03.044278"], ["updated_at", "2016-10-05 17:39:03.044278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores non enim voluptatibus.\",\"text\":\"You can't input the transmitter without calculating the multi-byte RAM port!\"}"], ["created_at", "2016-10-05 17:39:03.045133"], ["updated_at", "2016-10-05 17:39:03.045133"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi aut placeat aspernatur qui sint.\",\"text\":\"Backing up the feed won't do anything, we need to connect the solid state png array!\"}"], ["created_at", "2016-10-05 17:39:03.046004"], ["updated_at", "2016-10-05 17:39:03.046004"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut sit voluptatum aut.\",\"text\":\"The COM transmitter is down, navigate the open-source application so we can connect the SMS array!\"}"], ["created_at", "2016-10-05 17:39:03.046880"], ["updated_at", "2016-10-05 17:39:03.046880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias voluptas dolor quaerat sapiente.\",\"text\":\"Try to connect the PNG driver, maybe it will transmit the mobile program!\"}"], ["created_at", "2016-10-05 17:39:03.047732"], ["updated_at", "2016-10-05 17:39:03.047732"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur voluptas et delectus modi voluptatem dolore enim.\",\"text\":\"I'll program the wireless FTP program, that should array the GB application!\"}"], ["created_at", "2016-10-05 17:39:03.048566"], ["updated_at", "2016-10-05 17:39:03.048566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam ullam esse ea suscipit magni consequatur.\",\"text\":\"The SAS sensor is down, reboot the multi-byte monitor so we can copy the SMS pixel!\"}"], ["created_at", "2016-10-05 17:39:03.049428"], ["updated_at", "2016-10-05 17:39:03.049428"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima mollitia delectus rem quia.\",\"text\":\"Use the mobile RAM port, then you can input the solid state monitor!\"}"], ["created_at", "2016-10-05 17:39:03.050322"], ["updated_at", "2016-10-05 17:39:03.050322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo vero dolorum ducimus reiciendis.\",\"text\":\"We need to parse the multi-byte COM driver!\"}"], ["created_at", "2016-10-05 17:39:03.051169"], ["updated_at", "2016-10-05 17:39:03.051169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo esse at molestias.\",\"text\":\"We need to connect the wireless SMTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.052013"], ["updated_at", "2016-10-05 17:39:03.052013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi optio qui tempora eum minus unde pariatur.\",\"text\":\"You can't navigate the port without quantifying the wireless XML port!\"}"], ["created_at", "2016-10-05 17:39:03.052855"], ["updated_at", "2016-10-05 17:39:03.052855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint harum aliquam labore.\",\"text\":\"Try to bypass the SQL interface, maybe it will transmit the multi-byte bus!\"}"], ["created_at", "2016-10-05 17:39:03.053679"], ["updated_at", "2016-10-05 17:39:03.053679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim cumque sed.\",\"text\":\"You can't back up the system without transmitting the multi-byte SSL port!\"}"], ["created_at", "2016-10-05 17:39:03.054586"], ["updated_at", "2016-10-05 17:39:03.054586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit quis magnam rerum tempore voluptas enim.\",\"text\":\"Use the bluetooth SMS feed, then you can copy the optical hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.055445"], ["updated_at", "2016-10-05 17:39:03.055445"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque omnis eos unde occaecati voluptatum tempore quis.\",\"text\":\"Try to bypass the IB system, maybe it will bypass the auxiliary circuit!\"}"], ["created_at", "2016-10-05 17:39:03.056349"], ["updated_at", "2016-10-05 17:39:03.056349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus et vel voluptate ipsam nam quas quam.\",\"text\":\"We need to synthesize the neural USB driver!\"}"], ["created_at", "2016-10-05 17:39:03.057242"], ["updated_at", "2016-10-05 17:39:03.057242"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore est tempora hic excepturi et.\",\"text\":\"The EXE card is down, hack the back-end alarm so we can copy the ADP program!\"}"], ["created_at", "2016-10-05 17:39:03.058068"], ["updated_at", "2016-10-05 17:39:03.058068"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium et explicabo eum.\",\"text\":\"The THX hard drive is down, reboot the haptic driver so we can bypass the HDD microchip!\"}"], ["created_at", "2016-10-05 17:39:03.058925"], ["updated_at", "2016-10-05 17:39:03.058925"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui praesentium optio aut.\",\"text\":\"Try to bypass the HDD feed, maybe it will copy the mobile microchip!\"}"], ["created_at", "2016-10-05 17:39:03.059775"], ["updated_at", "2016-10-05 17:39:03.059775"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga dolor voluptate ut voluptatibus in.\",\"text\":\"Use the bluetooth IB interface, then you can index the mobile sensor!\"}"], ["created_at", "2016-10-05 17:39:03.060606"], ["updated_at", "2016-10-05 17:39:03.060606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea architecto voluptate.\",\"text\":\"I'll input the 1080p HDD array, that should application the JBOD system!\"}"], ["created_at", "2016-10-05 17:39:03.061463"], ["updated_at", "2016-10-05 17:39:03.061463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae eos suscipit nihil.\",\"text\":\"If we reboot the circuit, we can get to the SMTP matrix through the optical HTTP protocol!\"}"], ["created_at", "2016-10-05 17:39:03.062306"], ["updated_at", "2016-10-05 17:39:03.062306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda consectetur accusamus ex.\",\"text\":\"We need to reboot the multi-byte HTTP hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.063190"], ["updated_at", "2016-10-05 17:39:03.063190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor officiis fuga animi corrupti velit.\",\"text\":\"If we parse the interface, we can get to the SDD matrix through the auxiliary XML system!\"}"], ["created_at", "2016-10-05 17:39:03.064042"], ["updated_at", "2016-10-05 17:39:03.064042"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores ut atque laudantium non vero.\",\"text\":\"Use the bluetooth FTP circuit, then you can navigate the open-source pixel!\"}"], ["created_at", "2016-10-05 17:39:03.064866"], ["updated_at", "2016-10-05 17:39:03.064866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum et impedit dolorem qui.\",\"text\":\"Try to copy the TCP array, maybe it will input the solid state microchip!\"}"], ["created_at", "2016-10-05 17:39:03.065717"], ["updated_at", "2016-10-05 17:39:03.065717"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita officia reiciendis sed ea et consequatur non.\",\"text\":\"The JSON microchip is down, synthesize the bluetooth pixel so we can compress the SQL bus!\"}"], ["created_at", "2016-10-05 17:39:03.066571"], ["updated_at", "2016-10-05 17:39:03.066571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam vero ea autem qui enim.\",\"text\":\"We need to index the redundant HTTP pixel!\"}"], ["created_at", "2016-10-05 17:39:03.067466"], ["updated_at", "2016-10-05 17:39:03.067466"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui eveniet doloremque quia.\",\"text\":\"You can't transmit the capacitor without bypassing the neural SMS driver!\"}"], ["created_at", "2016-10-05 17:39:03.068313"], ["updated_at", "2016-10-05 17:39:03.068313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis dolorem natus impedit necessitatibus nemo.\",\"text\":\"The USB array is down, connect the back-end feed so we can quantify the SSL bus!\"}"], ["created_at", "2016-10-05 17:39:03.069154"], ["updated_at", "2016-10-05 17:39:03.069154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quis quae autem enim numquam error.\",\"text\":\"Use the wireless JSON system, then you can input the haptic matrix!\"}"], ["created_at", "2016-10-05 17:39:03.070042"], ["updated_at", "2016-10-05 17:39:03.070042"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et magni blanditiis culpa est mollitia aut quibusdam.\",\"text\":\"Use the optical SSL driver, then you can hack the digital driver!\"}"], ["created_at", "2016-10-05 17:39:03.070917"], ["updated_at", "2016-10-05 17:39:03.070917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et maiores rem optio corrupti ullam.\",\"text\":\"Backing up the driver won't do anything, we need to connect the open-source ai matrix!\"}"], ["created_at", "2016-10-05 17:39:03.071778"], ["updated_at", "2016-10-05 17:39:03.071778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis officia dolore repellat dignissimos inventore.\",\"text\":\"You can't copy the interface without generating the optical JSON circuit!\"}"], ["created_at", "2016-10-05 17:39:03.072629"], ["updated_at", "2016-10-05 17:39:03.072629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum id quia voluptatem optio ex officia.\",\"text\":\"Use the digital CSS array, then you can override the wireless card!\"}"], ["created_at", "2016-10-05 17:39:03.073455"], ["updated_at", "2016-10-05 17:39:03.073455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed facilis est ex.\",\"text\":\"You can't compress the monitor without transmitting the haptic SCSI protocol!\"}"], ["created_at", "2016-10-05 17:39:03.074441"], ["updated_at", "2016-10-05 17:39:03.074441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam aut et accusantium aut.\",\"text\":\"Use the solid state XSS monitor, then you can override the haptic pixel!\"}"], ["created_at", "2016-10-05 17:39:03.075337"], ["updated_at", "2016-10-05 17:39:03.075337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo iste soluta voluptatum voluptatem tempore ad animi.\",\"text\":\"If we copy the feed, we can get to the AGP protocol through the solid state PNG alarm!\"}"], ["created_at", "2016-10-05 17:39:03.076184"], ["updated_at", "2016-10-05 17:39:03.076184"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem voluptates quis consequatur ipsam rerum dignissimos.\",\"text\":\"We need to transmit the back-end CSS interface!\"}"], ["created_at", "2016-10-05 17:39:03.077030"], ["updated_at", "2016-10-05 17:39:03.077030"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In sed id in aliquid reprehenderit non aut.\",\"text\":\"We need to transmit the primary HTTP monitor!\"}"], ["created_at", "2016-10-05 17:39:03.077883"], ["updated_at", "2016-10-05 17:39:03.077883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error ut veritatis quasi modi in adipisci.\",\"text\":\"Use the optical TCP hard drive, then you can override the auxiliary array!\"}"], ["created_at", "2016-10-05 17:39:03.078745"], ["updated_at", "2016-10-05 17:39:03.078745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam dolor quaerat voluptatem qui est deleniti.\",\"text\":\"The IB application is down, parse the haptic pixel so we can input the SMTP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.079613"], ["updated_at", "2016-10-05 17:39:03.079613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti quas officiis porro error quos soluta.\",\"text\":\"If we program the array, we can get to the PNG interface through the primary SCSI capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.080465"], ["updated_at", "2016-10-05 17:39:03.080465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque atque rerum impedit laboriosam facilis.\",\"text\":\"I'll calculate the digital COM panel, that should firewall the RSS application!\"}"], ["created_at", "2016-10-05 17:39:03.081318"], ["updated_at", "2016-10-05 17:39:03.081318"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa voluptates officia.\",\"text\":\"Hacking the monitor won't do anything, we need to synthesize the multi-byte css firewall!\"}"], ["created_at", "2016-10-05 17:39:03.082169"], ["updated_at", "2016-10-05 17:39:03.082169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel assumenda non voluptatum inventore.\",\"text\":\"If we connect the panel, we can get to the XSS interface through the auxiliary SMS alarm!\"}"], ["created_at", "2016-10-05 17:39:03.083036"], ["updated_at", "2016-10-05 17:39:03.083036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et qui repellendus optio eos.\",\"text\":\"I'll compress the solid state HDD feed, that should sensor the GB program!\"}"], ["created_at", "2016-10-05 17:39:03.083890"], ["updated_at", "2016-10-05 17:39:03.083890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam tenetur nisi porro optio aperiam.\",\"text\":\"I'll synthesize the online THX interface, that should monitor the JBOD pixel!\"}"], ["created_at", "2016-10-05 17:39:03.084746"], ["updated_at", "2016-10-05 17:39:03.084746"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus dolor nostrum labore reiciendis sit.\",\"text\":\"Backing up the bus won't do anything, we need to hack the auxiliary http card!\"}"], ["created_at", "2016-10-05 17:39:03.085577"], ["updated_at", "2016-10-05 17:39:03.085577"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem velit iusto beatae labore perferendis voluptas harum.\",\"text\":\"Try to bypass the TCP circuit, maybe it will reboot the wireless bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.086476"], ["updated_at", "2016-10-05 17:39:03.086476"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur odio vel facilis.\",\"text\":\"Transmitting the bus won't do anything, we need to back up the open-source ram alarm!\"}"], ["created_at", "2016-10-05 17:39:03.087317"], ["updated_at", "2016-10-05 17:39:03.087317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis impedit sequi molestiae.\",\"text\":\"You can't reboot the card without overriding the virtual COM microchip!\"}"], ["created_at", "2016-10-05 17:39:03.088190"], ["updated_at", "2016-10-05 17:39:03.088190"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores eligendi molestiae molestias.\",\"text\":\"I'll back up the 1080p USB array, that should alarm the TCP microchip!\"}"], ["created_at", "2016-10-05 17:39:03.089045"], ["updated_at", "2016-10-05 17:39:03.089045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit mollitia inventore.\",\"text\":\"I'll reboot the neural PCI matrix, that should sensor the ADP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.089878"], ["updated_at", "2016-10-05 17:39:03.089878"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem inventore qui eveniet sit.\",\"text\":\"Try to copy the SDD port, maybe it will parse the cross-platform matrix!\"}"], ["created_at", "2016-10-05 17:39:03.090740"], ["updated_at", "2016-10-05 17:39:03.090740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum aut et et officiis.\",\"text\":\"The IB matrix is down, override the auxiliary system so we can input the HTTP program!\"}"], ["created_at", "2016-10-05 17:39:03.091592"], ["updated_at", "2016-10-05 17:39:03.091592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque harum quis nobis.\",\"text\":\"If we transmit the matrix, we can get to the TCP matrix through the back-end RAM protocol!\"}"], ["created_at", "2016-10-05 17:39:03.092420"], ["updated_at", "2016-10-05 17:39:03.092420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et laboriosam consequuntur voluptatem impedit.\",\"text\":\"I'll synthesize the online SSL matrix, that should feed the PNG circuit!\"}"], ["created_at", "2016-10-05 17:39:03.093323"], ["updated_at", "2016-10-05 17:39:03.093323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut excepturi suscipit.\",\"text\":\"I'll generate the mobile IB firewall, that should feed the JBOD firewall!\"}"], ["created_at", "2016-10-05 17:39:03.094165"], ["updated_at", "2016-10-05 17:39:03.094165"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam eos dolorem provident aliquid quia minima culpa.\",\"text\":\"We need to synthesize the open-source GB program!\"}"], ["created_at", "2016-10-05 17:39:03.095045"], ["updated_at", "2016-10-05 17:39:03.095045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos eos vero magnam maxime ut.\",\"text\":\"You can't calculate the firewall without quantifying the online CSS transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.095911"], ["updated_at", "2016-10-05 17:39:03.095911"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel nihil adipisci ab eveniet.\",\"text\":\"Try to hack the HTTP array, maybe it will back up the haptic feed!\"}"], ["created_at", "2016-10-05 17:39:03.096743"], ["updated_at", "2016-10-05 17:39:03.096743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe neque esse non dolores mollitia.\",\"text\":\"I'll back up the 1080p RAM port, that should array the THX system!\"}"], ["created_at", "2016-10-05 17:39:03.097602"], ["updated_at", "2016-10-05 17:39:03.097602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut et nostrum maxime et.\",\"text\":\"You can't generate the capacitor without parsing the redundant SCSI feed!\"}"], ["created_at", "2016-10-05 17:39:03.098471"], ["updated_at", "2016-10-05 17:39:03.098471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et aut nisi veniam est est nobis non.\",\"text\":\"Try to bypass the SDD application, maybe it will compress the back-end program!\"}"], ["created_at", "2016-10-05 17:39:03.099304"], ["updated_at", "2016-10-05 17:39:03.099304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium laboriosam fuga velit ut.\",\"text\":\"Try to transmit the IB application, maybe it will parse the auxiliary pixel!\"}"], ["created_at", "2016-10-05 17:39:03.100160"], ["updated_at", "2016-10-05 17:39:03.100160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime labore nihil inventore.\",\"text\":\"You can't input the monitor without transmitting the primary COM microchip!\"}"], ["created_at", "2016-10-05 17:39:03.100988"], ["updated_at", "2016-10-05 17:39:03.100988"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est vel est aspernatur iusto dolores.\",\"text\":\"Indexing the system won't do anything, we need to synthesize the 1080p json bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.101879"], ["updated_at", "2016-10-05 17:39:03.101879"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit odio quae animi voluptatum debitis.\",\"text\":\"Use the back-end SSL microchip, then you can calculate the wireless capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.102759"], ["updated_at", "2016-10-05 17:39:03.102759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae dicta culpa iste ut facere aut.\",\"text\":\"We need to override the mobile SMTP port!\"}"], ["created_at", "2016-10-05 17:39:03.103597"], ["updated_at", "2016-10-05 17:39:03.103597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat laudantium quibusdam mollitia nisi labore nulla architecto.\",\"text\":\"Try to quantify the HDD hard drive, maybe it will bypass the haptic protocol!\"}"], ["created_at", "2016-10-05 17:39:03.104458"], ["updated_at", "2016-10-05 17:39:03.104458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae molestiae facilis.\",\"text\":\"We need to hack the 1080p SSL microchip!\"}"], ["created_at", "2016-10-05 17:39:03.105308"], ["updated_at", "2016-10-05 17:39:03.105308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed quia quia.\",\"text\":\"We need to connect the back-end HTTP program!\"}"], ["created_at", "2016-10-05 17:39:03.106161"], ["updated_at", "2016-10-05 17:39:03.106161"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum est ipsam distinctio.\",\"text\":\"You can't navigate the hard drive without hacking the optical COM array!\"}"], ["created_at", "2016-10-05 17:39:03.107055"], ["updated_at", "2016-10-05 17:39:03.107055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem culpa ut expedita saepe quia distinctio consectetur.\",\"text\":\"If we parse the transmitter, we can get to the HDD array through the solid state SDD feed!\"}"], ["created_at", "2016-10-05 17:39:03.107891"], ["updated_at", "2016-10-05 17:39:03.107891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda doloremque aperiam qui dolore aliquam beatae.\",\"text\":\"We need to back up the auxiliary CSS microchip!\"}"], ["created_at", "2016-10-05 17:39:03.108751"], ["updated_at", "2016-10-05 17:39:03.108751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore et provident perspiciatis perferendis mollitia et voluptatem.\",\"text\":\"We need to compress the neural JBOD monitor!\"}"], ["created_at", "2016-10-05 17:39:03.109602"], ["updated_at", "2016-10-05 17:39:03.109602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis explicabo inventore quo.\",\"text\":\"The CSS firewall is down, hack the redundant port so we can copy the SCSI transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.110454"], ["updated_at", "2016-10-05 17:39:03.110454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt quam ut.\",\"text\":\"Use the virtual RAM protocol, then you can transmit the redundant capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.111326"], ["updated_at", "2016-10-05 17:39:03.111326"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui officiis asperiores consequatur enim.\",\"text\":\"The SDD driver is down, program the online microchip so we can navigate the SDD system!\"}"], ["created_at", "2016-10-05 17:39:03.112201"], ["updated_at", "2016-10-05 17:39:03.112201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis quo distinctio.\",\"text\":\"If we copy the panel, we can get to the SMS hard drive through the haptic SSL microchip!\"}"], ["created_at", "2016-10-05 17:39:03.113030"], ["updated_at", "2016-10-05 17:39:03.113030"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio possimus vel et dignissimos ut enim.\",\"text\":\"Use the open-source CSS bus, then you can bypass the bluetooth driver!\"}"], ["created_at", "2016-10-05 17:39:03.113884"], ["updated_at", "2016-10-05 17:39:03.113884"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore non sequi suscipit.\",\"text\":\"We need to index the multi-byte CSS transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.114737"], ["updated_at", "2016-10-05 17:39:03.114737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut autem dolores officia optio.\",\"text\":\"Use the auxiliary SMTP port, then you can copy the virtual feed!\"}"], ["created_at", "2016-10-05 17:39:03.115613"], ["updated_at", "2016-10-05 17:39:03.115613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed aut dolorum ut nostrum modi.\",\"text\":\"Try to transmit the PCI bandwidth, maybe it will back up the neural bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.116464"], ["updated_at", "2016-10-05 17:39:03.116464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui sequi repudiandae quia quia id.\",\"text\":\"The SMS interface is down, transmit the bluetooth application so we can reboot the XML capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.117296"], ["updated_at", "2016-10-05 17:39:03.117296"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In numquam voluptatem rerum explicabo eius enim.\",\"text\":\"You can't back up the pixel without quantifying the bluetooth RAM bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.118177"], ["updated_at", "2016-10-05 17:39:03.118177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam in tempora suscipit ut omnis esse voluptatem.\",\"text\":\"The SQL sensor is down, override the redundant alarm so we can program the THX capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.119069"], ["updated_at", "2016-10-05 17:39:03.119069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit cumque voluptatem autem fugiat iste.\",\"text\":\"Use the mobile AI matrix, then you can input the neural pixel!\"}"], ["created_at", "2016-10-05 17:39:03.119905"], ["updated_at", "2016-10-05 17:39:03.119905"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas rerum laboriosam.\",\"text\":\"I'll compress the multi-byte ADP program, that should matrix the HTTP pixel!\"}"], ["created_at", "2016-10-05 17:39:03.120877"], ["updated_at", "2016-10-05 17:39:03.120877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos hic saepe nobis aut eius delectus illo.\",\"text\":\"The HTTP transmitter is down, synthesize the multi-byte program so we can calculate the SMTP sensor!\"}"], ["created_at", "2016-10-05 17:39:03.121745"], ["updated_at", "2016-10-05 17:39:03.121745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis id reprehenderit aut aut.\",\"text\":\"We need to reboot the 1080p PNG microchip!\"}"], ["created_at", "2016-10-05 17:39:03.122632"], ["updated_at", "2016-10-05 17:39:03.122632"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste voluptatem quod sit delectus corrupti.\",\"text\":\"Use the neural CSS array, then you can connect the mobile pixel!\"}"], ["created_at", "2016-10-05 17:39:03.123491"], ["updated_at", "2016-10-05 17:39:03.123491"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius quia expedita animi error nulla.\",\"text\":\"We need to input the virtual SCSI sensor!\"}"], ["created_at", "2016-10-05 17:39:03.124349"], ["updated_at", "2016-10-05 17:39:03.124349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium fugit ducimus ea.\",\"text\":\"You can't override the driver without overriding the wireless JBOD sensor!\"}"], ["created_at", "2016-10-05 17:39:03.125236"], ["updated_at", "2016-10-05 17:39:03.125236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae qui ut vero velit et eos asperiores.\",\"text\":\"Connecting the alarm won't do anything, we need to transmit the bluetooth http array!\"}"], ["created_at", "2016-10-05 17:39:03.126097"], ["updated_at", "2016-10-05 17:39:03.126097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui beatae non sed voluptatibus magnam alias est.\",\"text\":\"We need to parse the back-end PCI feed!\"}"], ["created_at", "2016-10-05 17:39:03.126976"], ["updated_at", "2016-10-05 17:39:03.126976"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio iure dignissimos reiciendis accusantium minus sit et.\",\"text\":\"I'll transmit the mobile COM panel, that should microchip the SMTP system!\"}"], ["created_at", "2016-10-05 17:39:03.127901"], ["updated_at", "2016-10-05 17:39:03.127901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla nesciunt velit eius minus.\",\"text\":\"Use the back-end SCSI feed, then you can compress the virtual interface!\"}"], ["created_at", "2016-10-05 17:39:03.128790"], ["updated_at", "2016-10-05 17:39:03.128790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque iure ratione praesentium saepe eos.\",\"text\":\"We need to quantify the redundant JSON feed!\"}"], ["created_at", "2016-10-05 17:39:03.129679"], ["updated_at", "2016-10-05 17:39:03.129679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae et rem earum.\",\"text\":\"You can't calculate the driver without overriding the mobile COM matrix!\"}"], ["created_at", "2016-10-05 17:39:03.130581"], ["updated_at", "2016-10-05 17:39:03.130581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam voluptates incidunt tempore.\",\"text\":\"Try to back up the IB matrix, maybe it will navigate the auxiliary monitor!\"}"], ["created_at", "2016-10-05 17:39:03.131434"], ["updated_at", "2016-10-05 17:39:03.131434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis sint tenetur saepe.\",\"text\":\"I'll bypass the back-end SSL pixel, that should hard drive the SCSI driver!\"}"], ["created_at", "2016-10-05 17:39:03.132302"], ["updated_at", "2016-10-05 17:39:03.132302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis dolor fugit facere voluptates.\",\"text\":\"The RAM card is down, index the 1080p port so we can input the AI feed!\"}"], ["created_at", "2016-10-05 17:39:03.133165"], ["updated_at", "2016-10-05 17:39:03.133165"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos molestiae quia ipsum corrupti pariatur expedita distinctio.\",\"text\":\"We need to copy the multi-byte AI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.134004"], ["updated_at", "2016-10-05 17:39:03.134004"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia voluptate est.\",\"text\":\"Try to copy the THX alarm, maybe it will bypass the cross-platform protocol!\"}"], ["created_at", "2016-10-05 17:39:03.134897"], ["updated_at", "2016-10-05 17:39:03.134897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia molestiae nisi quas fuga esse eius.\",\"text\":\"Use the bluetooth CSS driver, then you can transmit the neural hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.135756"], ["updated_at", "2016-10-05 17:39:03.135756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab animi in quae.\",\"text\":\"Try to override the THX array, maybe it will calculate the solid state bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.136613"], ["updated_at", "2016-10-05 17:39:03.136613"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus occaecati consequatur.\",\"text\":\"I'll quantify the multi-byte SAS port, that should microchip the COM sensor!\"}"], ["created_at", "2016-10-05 17:39:03.137467"], ["updated_at", "2016-10-05 17:39:03.137467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed enim nihil quis rem sit nostrum.\",\"text\":\"The JSON firewall is down, bypass the 1080p circuit so we can input the COM microchip!\"}"], ["created_at", "2016-10-05 17:39:03.138313"], ["updated_at", "2016-10-05 17:39:03.138313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum qui est quod odit reiciendis ut et.\",\"text\":\"I'll bypass the optical EXE program, that should bandwidth the IB bus!\"}"], ["created_at", "2016-10-05 17:39:03.139208"], ["updated_at", "2016-10-05 17:39:03.139208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex id dolores et.\",\"text\":\"We need to program the cross-platform SAS port!\"}"], ["created_at", "2016-10-05 17:39:03.140053"], ["updated_at", "2016-10-05 17:39:03.140053"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non inventore dolorum aut.\",\"text\":\"If we hack the program, we can get to the IB card through the solid state PCI monitor!\"}"], ["created_at", "2016-10-05 17:39:03.140907"], ["updated_at", "2016-10-05 17:39:03.140907"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit atque repellat consequatur harum praesentium.\",\"text\":\"We need to calculate the auxiliary HTTP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.141768"], ["updated_at", "2016-10-05 17:39:03.141768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur omnis neque minima explicabo.\",\"text\":\"Use the primary IB matrix, then you can parse the solid state protocol!\"}"], ["created_at", "2016-10-05 17:39:03.142631"], ["updated_at", "2016-10-05 17:39:03.142631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur voluptatem perferendis ad expedita.\",\"text\":\"You can't program the monitor without calculating the online AGP bus!\"}"], ["created_at", "2016-10-05 17:39:03.143489"], ["updated_at", "2016-10-05 17:39:03.143489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus laboriosam optio accusantium id.\",\"text\":\"Try to generate the SQL matrix, maybe it will program the neural array!\"}"], ["created_at", "2016-10-05 17:39:03.144358"], ["updated_at", "2016-10-05 17:39:03.144358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam et aut.\",\"text\":\"You can't hack the hard drive without transmitting the auxiliary SCSI pixel!\"}"], ["created_at", "2016-10-05 17:39:03.145201"], ["updated_at", "2016-10-05 17:39:03.145201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium qui veritatis facilis.\",\"text\":\"The COM bandwidth is down, transmit the primary interface so we can quantify the ADP alarm!\"}"], ["created_at", "2016-10-05 17:39:03.146061"], ["updated_at", "2016-10-05 17:39:03.146061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo dolorem sint.\",\"text\":\"Use the 1080p COM bus, then you can compress the cross-platform application!\"}"], ["created_at", "2016-10-05 17:39:03.146950"], ["updated_at", "2016-10-05 17:39:03.146950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui dignissimos soluta qui.\",\"text\":\"Use the multi-byte TCP firewall, then you can back up the optical port!\"}"], ["created_at", "2016-10-05 17:39:03.147808"], ["updated_at", "2016-10-05 17:39:03.147808"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet sequi molestiae.\",\"text\":\"I'll parse the bluetooth FTP driver, that should microchip the THX alarm!\"}"], ["created_at", "2016-10-05 17:39:03.148667"], ["updated_at", "2016-10-05 17:39:03.148667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus natus perferendis.\",\"text\":\"Overriding the monitor won't do anything, we need to hack the multi-byte com alarm!\"}"], ["created_at", "2016-10-05 17:39:03.149500"], ["updated_at", "2016-10-05 17:39:03.149500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae iure quidem esse corporis praesentium.\",\"text\":\"The AGP array is down, synthesize the cross-platform matrix so we can navigate the XSS alarm!\"}"], ["created_at", "2016-10-05 17:39:03.150379"], ["updated_at", "2016-10-05 17:39:03.150379"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio corporis quo.\",\"text\":\"You can't quantify the port without synthesizing the open-source JBOD pixel!\"}"], ["created_at", "2016-10-05 17:39:03.151252"], ["updated_at", "2016-10-05 17:39:03.151252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio sit et modi corrupti.\",\"text\":\"Indexing the port won't do anything, we need to reboot the virtual sas feed!\"}"], ["created_at", "2016-10-05 17:39:03.152082"], ["updated_at", "2016-10-05 17:39:03.152082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ullam laborum quo.\",\"text\":\"Overriding the array won't do anything, we need to calculate the mobile com driver!\"}"], ["created_at", "2016-10-05 17:39:03.152942"], ["updated_at", "2016-10-05 17:39:03.152942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem nobis est fugit quam.\",\"text\":\"You can't override the application without backing up the primary SMS system!\"}"], ["created_at", "2016-10-05 17:39:03.153778"], ["updated_at", "2016-10-05 17:39:03.153778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi modi sit nulla.\",\"text\":\"Transmitting the application won't do anything, we need to parse the auxiliary jbod array!\"}"], ["created_at", "2016-10-05 17:39:03.154648"], ["updated_at", "2016-10-05 17:39:03.154648"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi iste omnis nobis quae rem sunt.\",\"text\":\"You can't hack the driver without compressing the solid state CSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.155499"], ["updated_at", "2016-10-05 17:39:03.155499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit praesentium ea neque ullam.\",\"text\":\"If we quantify the sensor, we can get to the JBOD bus through the mobile HDD bus!\"}"], ["created_at", "2016-10-05 17:39:03.156325"], ["updated_at", "2016-10-05 17:39:03.156325"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut quisquam debitis.\",\"text\":\"The XML program is down, connect the virtual array so we can compress the SAS bus!\"}"], ["created_at", "2016-10-05 17:39:03.157195"], ["updated_at", "2016-10-05 17:39:03.157195"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem commodi sequi molestias pariatur beatae unde.\",\"text\":\"Use the cross-platform ADP capacitor, then you can bypass the haptic driver!\"}"], ["created_at", "2016-10-05 17:39:03.158046"], ["updated_at", "2016-10-05 17:39:03.158046"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat debitis itaque expedita qui dolorum sint.\",\"text\":\"Use the virtual SCSI hard drive, then you can override the wireless alarm!\"}"], ["created_at", "2016-10-05 17:39:03.158929"], ["updated_at", "2016-10-05 17:39:03.158929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia quas animi sint sit praesentium.\",\"text\":\"You can't connect the alarm without parsing the neural THX matrix!\"}"], ["created_at", "2016-10-05 17:39:03.159800"], ["updated_at", "2016-10-05 17:39:03.159800"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed facere nostrum quasi id.\",\"text\":\"If we hack the hard drive, we can get to the HDD port through the primary AGP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.160644"], ["updated_at", "2016-10-05 17:39:03.160644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates et est eius error sunt laboriosam hic.\",\"text\":\"Use the virtual RSS monitor, then you can copy the open-source circuit!\"}"], ["created_at", "2016-10-05 17:39:03.161545"], ["updated_at", "2016-10-05 17:39:03.161545"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet nihil eum ducimus doloribus rerum sunt.\",\"text\":\"We need to parse the cross-platform PNG microchip!\"}"], ["created_at", "2016-10-05 17:39:03.162465"], ["updated_at", "2016-10-05 17:39:03.162465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum quis veritatis commodi porro magnam et.\",\"text\":\"If we override the system, we can get to the HTTP program through the digital FTP sensor!\"}"], ["created_at", "2016-10-05 17:39:03.163298"], ["updated_at", "2016-10-05 17:39:03.163298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus voluptatem et.\",\"text\":\"Try to hack the SCSI interface, maybe it will input the wireless pixel!\"}"], ["created_at", "2016-10-05 17:39:03.164162"], ["updated_at", "2016-10-05 17:39:03.164162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias voluptatum fuga cum.\",\"text\":\"The IB pixel is down, quantify the multi-byte bandwidth so we can reboot the JBOD interface!\"}"], ["created_at", "2016-10-05 17:39:03.164999"], ["updated_at", "2016-10-05 17:39:03.164999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et et saepe deleniti repellendus.\",\"text\":\"You can't calculate the array without backing up the digital COM panel!\"}"], ["created_at", "2016-10-05 17:39:03.165847"], ["updated_at", "2016-10-05 17:39:03.165847"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non eos omnis minus.\",\"text\":\"You can't connect the capacitor without overriding the wireless SQL microchip!\"}"], ["created_at", "2016-10-05 17:39:03.166705"], ["updated_at", "2016-10-05 17:39:03.166705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic repellendus doloribus et blanditiis officiis maiores.\",\"text\":\"Try to transmit the COM bus, maybe it will input the multi-byte port!\"}"], ["created_at", "2016-10-05 17:39:03.167548"], ["updated_at", "2016-10-05 17:39:03.167548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam corporis eum officiis.\",\"text\":\"If we compress the application, we can get to the ADP driver through the redundant SCSI feed!\"}"], ["created_at", "2016-10-05 17:39:03.168409"], ["updated_at", "2016-10-05 17:39:03.168409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut ut nobis magni temporibus aspernatur.\",\"text\":\"Use the virtual GB program, then you can generate the open-source capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.169262"], ["updated_at", "2016-10-05 17:39:03.169262"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet voluptatem consequuntur dignissimos et reprehenderit doloribus.\",\"text\":\"The SMTP bus is down, calculate the online sensor so we can override the XML application!\"}"], ["created_at", "2016-10-05 17:39:03.170090"], ["updated_at", "2016-10-05 17:39:03.170090"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis harum aut odit optio mollitia sit cum.\",\"text\":\"The EXE matrix is down, connect the virtual application so we can index the PCI monitor!\"}"], ["created_at", "2016-10-05 17:39:03.170988"], ["updated_at", "2016-10-05 17:39:03.170988"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda tempora aut voluptas.\",\"text\":\"If we program the sensor, we can get to the RSS protocol through the redundant XSS monitor!\"}"], ["created_at", "2016-10-05 17:39:03.172020"], ["updated_at", "2016-10-05 17:39:03.172020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui debitis nulla nostrum ut laborum.\",\"text\":\"Hacking the feed won't do anything, we need to compress the optical ftp interface!\"}"], ["created_at", "2016-10-05 17:39:03.173140"], ["updated_at", "2016-10-05 17:39:03.173140"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti a et qui ratione natus.\",\"text\":\"You can't input the circuit without transmitting the neural SCSI feed!\"}"], ["created_at", "2016-10-05 17:39:03.174053"], ["updated_at", "2016-10-05 17:39:03.174053"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse tempora et maxime doloribus.\",\"text\":\"Synthesizing the sensor won't do anything, we need to parse the back-end agp bus!\"}"], ["created_at", "2016-10-05 17:39:03.174910"], ["updated_at", "2016-10-05 17:39:03.174910"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda at autem consectetur eius.\",\"text\":\"We need to synthesize the digital FTP program!\"}"], ["created_at", "2016-10-05 17:39:03.175775"], ["updated_at", "2016-10-05 17:39:03.175775"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis tempore illo.\",\"text\":\"If we bypass the driver, we can get to the SMTP sensor through the mobile PCI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.176632"], ["updated_at", "2016-10-05 17:39:03.176632"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus adipisci vel nostrum impedit aut officia ipsa.\",\"text\":\"Use the cross-platform CSS application, then you can parse the auxiliary monitor!\"}"], ["created_at", "2016-10-05 17:39:03.177463"], ["updated_at", "2016-10-05 17:39:03.177463"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ea sunt reiciendis reprehenderit et.\",\"text\":\"If we back up the transmitter, we can get to the COM hard drive through the bluetooth IB microchip!\"}"], ["created_at", "2016-10-05 17:39:03.178354"], ["updated_at", "2016-10-05 17:39:03.178354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum quia at sequi.\",\"text\":\"Use the neural COM system, then you can generate the haptic program!\"}"], ["created_at", "2016-10-05 17:39:03.179353"], ["updated_at", "2016-10-05 17:39:03.179353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam quia numquam neque quae in voluptas voluptas.\",\"text\":\"You can't back up the pixel without generating the online AI circuit!\"}"], ["created_at", "2016-10-05 17:39:03.180202"], ["updated_at", "2016-10-05 17:39:03.180202"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat quidem harum et et.\",\"text\":\"Use the redundant SCSI capacitor, then you can parse the wireless circuit!\"}"], ["created_at", "2016-10-05 17:39:03.181058"], ["updated_at", "2016-10-05 17:39:03.181058"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia maiores quia qui.\",\"text\":\"The IB panel is down, bypass the auxiliary panel so we can index the PNG card!\"}"], ["created_at", "2016-10-05 17:39:03.181892"], ["updated_at", "2016-10-05 17:39:03.181892"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id qui nulla.\",\"text\":\"If we synthesize the sensor, we can get to the PCI protocol through the haptic USB application!\"}"], ["created_at", "2016-10-05 17:39:03.182785"], ["updated_at", "2016-10-05 17:39:03.182785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione voluptate officia.\",\"text\":\"You can't copy the pixel without indexing the cross-platform SMTP monitor!\"}"], ["created_at", "2016-10-05 17:39:03.183670"], ["updated_at", "2016-10-05 17:39:03.183670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam at perspiciatis repudiandae.\",\"text\":\"Compressing the port won't do anything, we need to override the digital json port!\"}"], ["created_at", "2016-10-05 17:39:03.184502"], ["updated_at", "2016-10-05 17:39:03.184502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos ipsam mollitia enim.\",\"text\":\"Navigating the hard drive won't do anything, we need to index the bluetooth ram bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.185377"], ["updated_at", "2016-10-05 17:39:03.185377"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis ipsa commodi eius qui.\",\"text\":\"Hacking the feed won't do anything, we need to synthesize the open-source gb application!\"}"], ["created_at", "2016-10-05 17:39:03.186219"], ["updated_at", "2016-10-05 17:39:03.186219"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id ipsum quaerat.\",\"text\":\"I'll connect the open-source XML protocol, that should application the ADP circuit!\"}"], ["created_at", "2016-10-05 17:39:03.187091"], ["updated_at", "2016-10-05 17:39:03.187091"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas consequatur dolore laboriosam maxime debitis commodi omnis.\",\"text\":\"We need to connect the haptic SSL bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.187995"], ["updated_at", "2016-10-05 17:39:03.187995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint exercitationem magnam error eos.\",\"text\":\"I'll navigate the multi-byte JSON microchip, that should interface the CSS card!\"}"], ["created_at", "2016-10-05 17:39:03.188836"], ["updated_at", "2016-10-05 17:39:03.188836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum enim et illum.\",\"text\":\"The ADP transmitter is down, bypass the neural alarm so we can bypass the HDD transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.189682"], ["updated_at", "2016-10-05 17:39:03.189682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint autem est accusantium.\",\"text\":\"Try to connect the RAM transmitter, maybe it will copy the haptic card!\"}"], ["created_at", "2016-10-05 17:39:03.190559"], ["updated_at", "2016-10-05 17:39:03.190559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque repellendus aut quo non quia et.\",\"text\":\"Parsing the pixel won't do anything, we need to override the open-source scsi card!\"}"], ["created_at", "2016-10-05 17:39:03.191405"], ["updated_at", "2016-10-05 17:39:03.191405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur pariatur accusamus quia.\",\"text\":\"If we connect the application, we can get to the SMS sensor through the auxiliary CSS port!\"}"], ["created_at", "2016-10-05 17:39:03.192265"], ["updated_at", "2016-10-05 17:39:03.192265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non fugiat neque quis impedit at ut officiis.\",\"text\":\"You can't hack the application without generating the auxiliary XML pixel!\"}"], ["created_at", "2016-10-05 17:39:03.193097"], ["updated_at", "2016-10-05 17:39:03.193097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident ad eos aut aliquid ut commodi.\",\"text\":\"We need to quantify the open-source RAM card!\"}"], ["created_at", "2016-10-05 17:39:03.193964"], ["updated_at", "2016-10-05 17:39:03.193964"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit asperiores qui.\",\"text\":\"You can't bypass the transmitter without programming the optical AI pixel!\"}"], ["created_at", "2016-10-05 17:39:03.194839"], ["updated_at", "2016-10-05 17:39:03.194839"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem provident maiores sunt architecto.\",\"text\":\"The IB bandwidth is down, back up the digital sensor so we can back up the EXE pixel!\"}"], ["created_at", "2016-10-05 17:39:03.195682"], ["updated_at", "2016-10-05 17:39:03.195682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam ea laudantium ipsam in autem.\",\"text\":\"If we input the driver, we can get to the SSL interface through the 1080p HDD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.196541"], ["updated_at", "2016-10-05 17:39:03.196541"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut delectus porro debitis ex facilis.\",\"text\":\"Use the open-source SSL alarm, then you can generate the digital system!\"}"], ["created_at", "2016-10-05 17:39:03.197391"], ["updated_at", "2016-10-05 17:39:03.197391"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In quibusdam blanditiis vitae quaerat.\",\"text\":\"We need to back up the virtual IB card!\"}"], ["created_at", "2016-10-05 17:39:03.198224"], ["updated_at", "2016-10-05 17:39:03.198224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo odio nihil.\",\"text\":\"The GB capacitor is down, compress the online feed so we can back up the GB monitor!\"}"], ["created_at", "2016-10-05 17:39:03.199086"], ["updated_at", "2016-10-05 17:39:03.199086"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi non fuga iusto sit beatae nobis.\",\"text\":\"I'll parse the primary SMTP circuit, that should bandwidth the FTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.199916"], ["updated_at", "2016-10-05 17:39:03.199916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad aut explicabo aut et reiciendis aut aliquam.\",\"text\":\"You can't input the program without quantifying the open-source ADP firewall!\"}"], ["created_at", "2016-10-05 17:39:03.200782"], ["updated_at", "2016-10-05 17:39:03.200782"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati esse doloribus ipsa dolor vitae perferendis.\",\"text\":\"You can't index the hard drive without connecting the online FTP card!\"}"], ["created_at", "2016-10-05 17:39:03.201637"], ["updated_at", "2016-10-05 17:39:03.201637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum perspiciatis quod esse iure vel voluptatibus possimus.\",\"text\":\"We need to override the optical IB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.202486"], ["updated_at", "2016-10-05 17:39:03.202486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut mollitia est inventore consectetur consequatur eos.\",\"text\":\"Use the primary SDD array, then you can hack the back-end card!\"}"], ["created_at", "2016-10-05 17:39:03.203366"], ["updated_at", "2016-10-05 17:39:03.203366"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum rerum dolorem distinctio voluptas.\",\"text\":\"The JSON matrix is down, hack the mobile protocol so we can bypass the EXE protocol!\"}"], ["created_at", "2016-10-05 17:39:03.204278"], ["updated_at", "2016-10-05 17:39:03.204278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus aut ullam.\",\"text\":\"Calculating the capacitor won't do anything, we need to bypass the neural pci array!\"}"], ["created_at", "2016-10-05 17:39:03.205118"], ["updated_at", "2016-10-05 17:39:03.205118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et et nam minima ab mollitia omnis.\",\"text\":\"Copying the pixel won't do anything, we need to navigate the primary sdd system!\"}"], ["created_at", "2016-10-05 17:39:03.205977"], ["updated_at", "2016-10-05 17:39:03.205977"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed sapiente et consectetur facilis.\",\"text\":\"I'll parse the haptic SDD system, that should microchip the HTTP alarm!\"}"], ["created_at", "2016-10-05 17:39:03.206825"], ["updated_at", "2016-10-05 17:39:03.206825"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio exercitationem rerum ut modi voluptate aliquid.\",\"text\":\"I'll reboot the 1080p SMS alarm, that should port the RSS panel!\"}"], ["created_at", "2016-10-05 17:39:03.207695"], ["updated_at", "2016-10-05 17:39:03.207695"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla perferendis assumenda.\",\"text\":\"Backing up the hard drive won't do anything, we need to bypass the 1080p sms microchip!\"}"], ["created_at", "2016-10-05 17:39:03.208557"], ["updated_at", "2016-10-05 17:39:03.208557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel perferendis odio iusto vel consequatur error.\",\"text\":\"Try to calculate the XSS microchip, maybe it will copy the virtual matrix!\"}"], ["created_at", "2016-10-05 17:39:03.209398"], ["updated_at", "2016-10-05 17:39:03.209398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et impedit ea itaque necessitatibus.\",\"text\":\"Use the solid state SCSI bandwidth, then you can generate the redundant port!\"}"], ["created_at", "2016-10-05 17:39:03.210250"], ["updated_at", "2016-10-05 17:39:03.210250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non veritatis quo.\",\"text\":\"If we connect the bandwidth, we can get to the SAS transmitter through the multi-byte AI microchip!\"}"], ["created_at", "2016-10-05 17:39:03.211142"], ["updated_at", "2016-10-05 17:39:03.211142"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum aliquam nam nihil.\",\"text\":\"I'll copy the optical CSS capacitor, that should interface the PCI monitor!\"}"], ["created_at", "2016-10-05 17:39:03.212007"], ["updated_at", "2016-10-05 17:39:03.212007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus voluptatibus consectetur fugiat.\",\"text\":\"Connecting the firewall won't do anything, we need to program the neural adp firewall!\"}"], ["created_at", "2016-10-05 17:39:03.212869"], ["updated_at", "2016-10-05 17:39:03.212869"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae non tempora ut velit ipsa ea.\",\"text\":\"You can't connect the port without compressing the bluetooth IB alarm!\"}"], ["created_at", "2016-10-05 17:39:03.213700"], ["updated_at", "2016-10-05 17:39:03.213700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque sunt dolore magni molestiae ea recusandae.\",\"text\":\"You can't program the protocol without indexing the auxiliary USB port!\"}"], ["created_at", "2016-10-05 17:39:03.214565"], ["updated_at", "2016-10-05 17:39:03.214565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi libero molestiae ut dicta totam.\",\"text\":\"I'll connect the bluetooth SMS application, that should application the PCI pixel!\"}"], ["created_at", "2016-10-05 17:39:03.215431"], ["updated_at", "2016-10-05 17:39:03.215431"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius harum qui voluptate qui quibusdam in.\",\"text\":\"Use the haptic RAM monitor, then you can input the solid state pixel!\"}"], ["created_at", "2016-10-05 17:39:03.216264"], ["updated_at", "2016-10-05 17:39:03.216264"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam quam modi quaerat ad ex ipsum.\",\"text\":\"Use the back-end XML protocol, then you can calculate the redundant alarm!\"}"], ["created_at", "2016-10-05 17:39:03.217113"], ["updated_at", "2016-10-05 17:39:03.217113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae labore quasi dolorum.\",\"text\":\"Try to calculate the PCI hard drive, maybe it will copy the solid state alarm!\"}"], ["created_at", "2016-10-05 17:39:03.217998"], ["updated_at", "2016-10-05 17:39:03.217998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id aut harum cupiditate.\",\"text\":\"You can't program the alarm without programming the 1080p SMTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.218853"], ["updated_at", "2016-10-05 17:39:03.218853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero voluptates rerum commodi odit quasi ut et.\",\"text\":\"Bypassing the microchip won't do anything, we need to transmit the auxiliary ai program!\"}"], ["created_at", "2016-10-05 17:39:03.219716"], ["updated_at", "2016-10-05 17:39:03.219716"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae iusto ut accusamus numquam corrupti.\",\"text\":\"If we bypass the circuit, we can get to the HDD matrix through the auxiliary USB system!\"}"], ["created_at", "2016-10-05 17:39:03.220556"], ["updated_at", "2016-10-05 17:39:03.220556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut fugiat neque repellendus exercitationem iure voluptatibus.\",\"text\":\"I'll generate the primary CSS hard drive, that should pixel the USB card!\"}"], ["created_at", "2016-10-05 17:39:03.221646"], ["updated_at", "2016-10-05 17:39:03.221646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis quos ut nihil.\",\"text\":\"I'll hack the primary JBOD sensor, that should bandwidth the FTP interface!\"}"], ["created_at", "2016-10-05 17:39:03.222635"], ["updated_at", "2016-10-05 17:39:03.222635"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor inventore fugiat voluptas iste et.\",\"text\":\"Use the optical PNG hard drive, then you can parse the cross-platform circuit!\"}"], ["created_at", "2016-10-05 17:39:03.223549"], ["updated_at", "2016-10-05 17:39:03.223549"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et omnis facilis at est non harum.\",\"text\":\"If we quantify the system, we can get to the FTP program through the auxiliary SDD driver!\"}"], ["created_at", "2016-10-05 17:39:03.224438"], ["updated_at", "2016-10-05 17:39:03.224438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id facilis et sint error ad.\",\"text\":\"We need to program the multi-byte IB protocol!\"}"], ["created_at", "2016-10-05 17:39:03.225313"], ["updated_at", "2016-10-05 17:39:03.225313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quidem inventore.\",\"text\":\"Compressing the bandwidth won't do anything, we need to copy the neural sms application!\"}"], ["created_at", "2016-10-05 17:39:03.226174"], ["updated_at", "2016-10-05 17:39:03.226174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad tenetur harum voluptatem sint officia.\",\"text\":\"You can't generate the hard drive without parsing the auxiliary CSS bus!\"}"], ["created_at", "2016-10-05 17:39:03.227034"], ["updated_at", "2016-10-05 17:39:03.227034"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et eligendi dolores incidunt at.\",\"text\":\"We need to index the haptic SAS capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.227862"], ["updated_at", "2016-10-05 17:39:03.227862"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias libero quam.\",\"text\":\"Backing up the driver won't do anything, we need to parse the digital xss hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.228776"], ["updated_at", "2016-10-05 17:39:03.228776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio impedit asperiores temporibus dolorum quis nulla ut.\",\"text\":\"If we bypass the pixel, we can get to the PCI program through the mobile THX hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.229693"], ["updated_at", "2016-10-05 17:39:03.229693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui sint ut.\",\"text\":\"Try to quantify the RAM monitor, maybe it will index the optical firewall!\"}"], ["created_at", "2016-10-05 17:39:03.230616"], ["updated_at", "2016-10-05 17:39:03.230616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad adipisci eos eum qui tempore error.\",\"text\":\"You can't copy the transmitter without calculating the online SSL transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.231482"], ["updated_at", "2016-10-05 17:39:03.231482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia sit velit fugit quaerat.\",\"text\":\"I'll synthesize the haptic SQL application, that should hard drive the TCP protocol!\"}"], ["created_at", "2016-10-05 17:39:03.232318"], ["updated_at", "2016-10-05 17:39:03.232318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid sapiente quis eaque labore assumenda temporibus.\",\"text\":\"The AI system is down, override the open-source feed so we can back up the PCI system!\"}"], ["created_at", "2016-10-05 17:39:03.233174"], ["updated_at", "2016-10-05 17:39:03.233174"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae aut mollitia.\",\"text\":\"Use the 1080p IB panel, then you can program the primary port!\"}"], ["created_at", "2016-10-05 17:39:03.234029"], ["updated_at", "2016-10-05 17:39:03.234029"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum provident unde sed.\",\"text\":\"Quantifying the alarm won't do anything, we need to navigate the mobile xss program!\"}"], ["created_at", "2016-10-05 17:39:03.234905"], ["updated_at", "2016-10-05 17:39:03.234905"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam numquam et sit aspernatur omnis et inventore.\",\"text\":\"We need to transmit the primary JBOD hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.235772"], ["updated_at", "2016-10-05 17:39:03.235772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quidem soluta.\",\"text\":\"Try to generate the JBOD hard drive, maybe it will index the mobile panel!\"}"], ["created_at", "2016-10-05 17:39:03.236661"], ["updated_at", "2016-10-05 17:39:03.236661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus ut aut impedit quos minima.\",\"text\":\"Use the redundant SAS application, then you can program the wireless monitor!\"}"], ["created_at", "2016-10-05 17:39:03.237509"], ["updated_at", "2016-10-05 17:39:03.237509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt est est.\",\"text\":\"You can't parse the monitor without backing up the multi-byte PNG bus!\"}"], ["created_at", "2016-10-05 17:39:03.238414"], ["updated_at", "2016-10-05 17:39:03.238414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et illo nam est sunt corporis eum sed.\",\"text\":\"If we transmit the program, we can get to the SMS array through the haptic GB array!\"}"], ["created_at", "2016-10-05 17:39:03.239257"], ["updated_at", "2016-10-05 17:39:03.239257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut quod quo sunt expedita quia et.\",\"text\":\"We need to navigate the wireless SDD hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.240104"], ["updated_at", "2016-10-05 17:39:03.240104"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa ullam quisquam amet ut.\",\"text\":\"The SDD driver is down, quantify the haptic feed so we can index the PCI system!\"}"], ["created_at", "2016-10-05 17:39:03.240961"], ["updated_at", "2016-10-05 17:39:03.240961"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe voluptatibus sint.\",\"text\":\"You can't bypass the interface without overriding the optical COM sensor!\"}"], ["created_at", "2016-10-05 17:39:03.241799"], ["updated_at", "2016-10-05 17:39:03.241799"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui doloribus qui reprehenderit aut nulla.\",\"text\":\"You can't copy the program without synthesizing the 1080p SQL pixel!\"}"], ["created_at", "2016-10-05 17:39:03.242672"], ["updated_at", "2016-10-05 17:39:03.242672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus soluta magni est porro.\",\"text\":\"We need to navigate the auxiliary JBOD application!\"}"], ["created_at", "2016-10-05 17:39:03.243525"], ["updated_at", "2016-10-05 17:39:03.243525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis corporis amet eos.\",\"text\":\"Use the online PCI matrix, then you can program the auxiliary matrix!\"}"], ["created_at", "2016-10-05 17:39:03.244371"], ["updated_at", "2016-10-05 17:39:03.244371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non ipsam eum.\",\"text\":\"Use the multi-byte THX circuit, then you can generate the haptic interface!\"}"], ["created_at", "2016-10-05 17:39:03.245295"], ["updated_at", "2016-10-05 17:39:03.245295"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur vel aliquid et quod.\",\"text\":\"You can't compress the card without transmitting the wireless ADP circuit!\"}"], ["created_at", "2016-10-05 17:39:03.246139"], ["updated_at", "2016-10-05 17:39:03.246139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta sunt id alias.\",\"text\":\"You can't parse the matrix without transmitting the auxiliary JBOD microchip!\"}"], ["created_at", "2016-10-05 17:39:03.247045"], ["updated_at", "2016-10-05 17:39:03.247045"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id sed nulla tempora molestiae.\",\"text\":\"We need to bypass the haptic JBOD program!\"}"], ["created_at", "2016-10-05 17:39:03.247896"], ["updated_at", "2016-10-05 17:39:03.247896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum soluta qui nesciunt.\",\"text\":\"I'll bypass the cross-platform COM protocol, that should capacitor the GB transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.248725"], ["updated_at", "2016-10-05 17:39:03.248725"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur occaecati beatae necessitatibus sit qui ut.\",\"text\":\"I'll reboot the wireless TCP microchip, that should hard drive the XML feed!\"}"], ["created_at", "2016-10-05 17:39:03.249589"], ["updated_at", "2016-10-05 17:39:03.249589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed voluptatum ea sit saepe fugit quia in.\",\"text\":\"Use the bluetooth THX matrix, then you can compress the auxiliary feed!\"}"], ["created_at", "2016-10-05 17:39:03.250522"], ["updated_at", "2016-10-05 17:39:03.250522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui quaerat corrupti consequuntur et hic reprehenderit neque.\",\"text\":\"Connecting the array won't do anything, we need to hack the open-source thx feed!\"}"], ["created_at", "2016-10-05 17:39:03.251376"], ["updated_at", "2016-10-05 17:39:03.251376"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque voluptatem qui omnis quos.\",\"text\":\"We need to calculate the online USB circuit!\"}"], ["created_at", "2016-10-05 17:39:03.252236"], ["updated_at", "2016-10-05 17:39:03.252236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia autem voluptatem quod.\",\"text\":\"You can't copy the driver without hacking the 1080p CSS monitor!\"}"], ["created_at", "2016-10-05 17:39:03.253072"], ["updated_at", "2016-10-05 17:39:03.253072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid delectus qui.\",\"text\":\"Try to reboot the SQL firewall, maybe it will back up the cross-platform driver!\"}"], ["created_at", "2016-10-05 17:39:03.253929"], ["updated_at", "2016-10-05 17:39:03.253929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum facilis doloremque perspiciatis eos sunt.\",\"text\":\"Use the mobile TCP bandwidth, then you can calculate the 1080p bus!\"}"], ["created_at", "2016-10-05 17:39:03.254850"], ["updated_at", "2016-10-05 17:39:03.254850"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis reprehenderit eum non est voluptatem omnis officia.\",\"text\":\"Indexing the bus won't do anything, we need to compress the virtual jbod interface!\"}"], ["created_at", "2016-10-05 17:39:03.255714"], ["updated_at", "2016-10-05 17:39:03.255714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut est voluptas est reiciendis maxime voluptatum.\",\"text\":\"Navigating the transmitter won't do anything, we need to back up the haptic ai matrix!\"}"], ["created_at", "2016-10-05 17:39:03.256623"], ["updated_at", "2016-10-05 17:39:03.256623"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas quia ut consequuntur amet quidem nobis qui.\",\"text\":\"Calculating the circuit won't do anything, we need to quantify the back-end ssl interface!\"}"], ["created_at", "2016-10-05 17:39:03.257460"], ["updated_at", "2016-10-05 17:39:03.257460"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus pariatur est non neque.\",\"text\":\"If we navigate the port, we can get to the HDD circuit through the redundant IB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.258323"], ["updated_at", "2016-10-05 17:39:03.258323"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque consequatur totam.\",\"text\":\"Use the digital HTTP sensor, then you can navigate the back-end driver!\"}"], ["created_at", "2016-10-05 17:39:03.259234"], ["updated_at", "2016-10-05 17:39:03.259234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt quo ea quis beatae.\",\"text\":\"Try to navigate the GB port, maybe it will connect the optical card!\"}"], ["created_at", "2016-10-05 17:39:03.260071"], ["updated_at", "2016-10-05 17:39:03.260071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet aspernatur deleniti velit architecto.\",\"text\":\"We need to copy the mobile RSS application!\"}"], ["created_at", "2016-10-05 17:39:03.260928"], ["updated_at", "2016-10-05 17:39:03.260928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil maiores necessitatibus voluptatum commodi minima aut velit.\",\"text\":\"We need to index the auxiliary GB panel!\"}"], ["created_at", "2016-10-05 17:39:03.261797"], ["updated_at", "2016-10-05 17:39:03.261797"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus alias illum quia ex voluptas id doloribus.\",\"text\":\"If we program the panel, we can get to the PNG array through the back-end SQL bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.262667"], ["updated_at", "2016-10-05 17:39:03.262667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur nemo ratione et voluptatem nobis aut.\",\"text\":\"I'll index the auxiliary SCSI sensor, that should system the EXE pixel!\"}"], ["created_at", "2016-10-05 17:39:03.263536"], ["updated_at", "2016-10-05 17:39:03.263536"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia commodi nulla ut.\",\"text\":\"You can't transmit the microchip without parsing the back-end RAM driver!\"}"], ["created_at", "2016-10-05 17:39:03.264373"], ["updated_at", "2016-10-05 17:39:03.264373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis officia minima eos odit a enim nisi.\",\"text\":\"Programming the bus won't do anything, we need to synthesize the primary jbod feed!\"}"], ["created_at", "2016-10-05 17:39:03.265252"], ["updated_at", "2016-10-05 17:39:03.265252"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente accusantium inventore soluta repellendus consequatur.\",\"text\":\"The USB microchip is down, bypass the auxiliary program so we can connect the XML application!\"}"], ["created_at", "2016-10-05 17:39:03.266171"], ["updated_at", "2016-10-05 17:39:03.266171"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum voluptates et dolore.\",\"text\":\"The AGP feed is down, calculate the back-end hard drive so we can override the ADP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.267079"], ["updated_at", "2016-10-05 17:39:03.267079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse quos ullam id et.\",\"text\":\"The SAS matrix is down, bypass the wireless alarm so we can copy the PNG application!\"}"], ["created_at", "2016-10-05 17:39:03.267986"], ["updated_at", "2016-10-05 17:39:03.267986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut corporis quia velit incidunt ducimus est sunt.\",\"text\":\"Try to synthesize the FTP protocol, maybe it will program the solid state hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.268845"], ["updated_at", "2016-10-05 17:39:03.268845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis fugit autem asperiores est voluptas dolores.\",\"text\":\"Use the wireless HTTP firewall, then you can back up the virtual application!\"}"], ["created_at", "2016-10-05 17:39:03.269686"], ["updated_at", "2016-10-05 17:39:03.269686"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem voluptatem culpa.\",\"text\":\"Use the 1080p PCI pixel, then you can back up the digital alarm!\"}"], ["created_at", "2016-10-05 17:39:03.270592"], ["updated_at", "2016-10-05 17:39:03.270592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus quia laborum optio sit totam.\",\"text\":\"I'll back up the solid state JBOD pixel, that should protocol the ADP panel!\"}"], ["created_at", "2016-10-05 17:39:03.271450"], ["updated_at", "2016-10-05 17:39:03.271450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In qui quam qui quibusdam tenetur deserunt et.\",\"text\":\"Try to compress the COM protocol, maybe it will hack the haptic hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.272324"], ["updated_at", "2016-10-05 17:39:03.272324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum quasi esse non ut voluptas et alias.\",\"text\":\"Try to bypass the SSL program, maybe it will hack the digital feed!\"}"], ["created_at", "2016-10-05 17:39:03.273214"], ["updated_at", "2016-10-05 17:39:03.273214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit esse corrupti temporibus sit.\",\"text\":\"Use the haptic ADP transmitter, then you can parse the open-source driver!\"}"], ["created_at", "2016-10-05 17:39:03.274086"], ["updated_at", "2016-10-05 17:39:03.274086"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea facere animi quasi et quam molestias corrupti.\",\"text\":\"Try to override the AI port, maybe it will transmit the online panel!\"}"], ["created_at", "2016-10-05 17:39:03.274993"], ["updated_at", "2016-10-05 17:39:03.274993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum animi et iste.\",\"text\":\"We need to copy the neural SDD matrix!\"}"], ["created_at", "2016-10-05 17:39:03.275826"], ["updated_at", "2016-10-05 17:39:03.275826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero voluptatem fugiat sunt necessitatibus ipsam repellendus voluptatem.\",\"text\":\"I'll reboot the online XSS pixel, that should firewall the TCP firewall!\"}"], ["created_at", "2016-10-05 17:39:03.276736"], ["updated_at", "2016-10-05 17:39:03.276736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius dolore quia.\",\"text\":\"You can't reboot the program without connecting the auxiliary PNG bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.277620"], ["updated_at", "2016-10-05 17:39:03.277620"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis praesentium ut sequi voluptatem qui nihil quo.\",\"text\":\"Compressing the alarm won't do anything, we need to transmit the haptic json interface!\"}"], ["created_at", "2016-10-05 17:39:03.278537"], ["updated_at", "2016-10-05 17:39:03.278537"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem dolores distinctio eum similique.\",\"text\":\"The SDD pixel is down, bypass the haptic bus so we can override the USB protocol!\"}"], ["created_at", "2016-10-05 17:39:03.279671"], ["updated_at", "2016-10-05 17:39:03.279671"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut magnam repudiandae porro est necessitatibus temporibus architecto.\",\"text\":\"Try to connect the ADP program, maybe it will reboot the primary microchip!\"}"], ["created_at", "2016-10-05 17:39:03.280804"], ["updated_at", "2016-10-05 17:39:03.280804"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut commodi dolores temporibus minima et ratione.\",\"text\":\"Use the solid state AI protocol, then you can transmit the digital system!\"}"], ["created_at", "2016-10-05 17:39:03.282058"], ["updated_at", "2016-10-05 17:39:03.282058"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi quas aliquid reiciendis omnis est.\",\"text\":\"Parsing the driver won't do anything, we need to compress the wireless css program!\"}"], ["created_at", "2016-10-05 17:39:03.283990"], ["updated_at", "2016-10-05 17:39:03.283990"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro quia officiis et ab excepturi voluptatem.\",\"text\":\"Try to quantify the JSON monitor, maybe it will navigate the optical application!\"}"], ["created_at", "2016-10-05 17:39:03.285651"], ["updated_at", "2016-10-05 17:39:03.285651"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem nesciunt et qui ullam.\",\"text\":\"Compressing the circuit won't do anything, we need to input the haptic hdd application!\"}"], ["created_at", "2016-10-05 17:39:03.289509"], ["updated_at", "2016-10-05 17:39:03.289509"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel nemo enim et.\",\"text\":\"The EXE card is down, connect the haptic protocol so we can bypass the PNG program!\"}"], ["created_at", "2016-10-05 17:39:03.291074"], ["updated_at", "2016-10-05 17:39:03.291074"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem sit omnis quo porro voluptatem quia blanditiis.\",\"text\":\"Use the 1080p JBOD pixel, then you can reboot the neural driver!\"}"], ["created_at", "2016-10-05 17:39:03.291999"], ["updated_at", "2016-10-05 17:39:03.291999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo et earum molestias in nihil placeat.\",\"text\":\"The XSS panel is down, bypass the cross-platform interface so we can input the ADP array!\"}"], ["created_at", "2016-10-05 17:39:03.292866"], ["updated_at", "2016-10-05 17:39:03.292866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed enim odio.\",\"text\":\"You can't input the system without synthesizing the mobile RAM port!\"}"], ["created_at", "2016-10-05 17:39:03.293723"], ["updated_at", "2016-10-05 17:39:03.293723"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id optio sint velit dignissimos corporis est.\",\"text\":\"Try to transmit the FTP application, maybe it will override the online card!\"}"], ["created_at", "2016-10-05 17:39:03.294655"], ["updated_at", "2016-10-05 17:39:03.294655"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis dolores alias sequi eligendi dicta.\",\"text\":\"Backing up the driver won't do anything, we need to back up the 1080p ib feed!\"}"], ["created_at", "2016-10-05 17:39:03.295743"], ["updated_at", "2016-10-05 17:39:03.295743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae dolore tempore tenetur vitae.\",\"text\":\"Hacking the hard drive won't do anything, we need to hack the haptic http array!\"}"], ["created_at", "2016-10-05 17:39:03.296679"], ["updated_at", "2016-10-05 17:39:03.296679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae tenetur quos dignissimos.\",\"text\":\"Try to bypass the USB port, maybe it will parse the 1080p circuit!\"}"], ["created_at", "2016-10-05 17:39:03.297575"], ["updated_at", "2016-10-05 17:39:03.297575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti adipisci quasi porro rem consequatur ut sit.\",\"text\":\"You can't override the driver without parsing the wireless AI feed!\"}"], ["created_at", "2016-10-05 17:39:03.298485"], ["updated_at", "2016-10-05 17:39:03.298485"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non totam sed eos id ut consequatur.\",\"text\":\"If we index the circuit, we can get to the THX transmitter through the 1080p TCP circuit!\"}"], ["created_at", "2016-10-05 17:39:03.299354"], ["updated_at", "2016-10-05 17:39:03.299354"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum deleniti aut et.\",\"text\":\"Try to hack the XSS protocol, maybe it will synthesize the back-end card!\"}"], ["created_at", "2016-10-05 17:39:03.300217"], ["updated_at", "2016-10-05 17:39:03.300217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo odit possimus quidem laudantium aut maxime sunt.\",\"text\":\"I'll quantify the cross-platform USB alarm, that should firewall the HTTP alarm!\"}"], ["created_at", "2016-10-05 17:39:03.301048"], ["updated_at", "2016-10-05 17:39:03.301048"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae sapiente inventore iure est.\",\"text\":\"The THX interface is down, override the haptic firewall so we can program the EXE panel!\"}"], ["created_at", "2016-10-05 17:39:03.301899"], ["updated_at", "2016-10-05 17:39:03.301899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero fugiat quia delectus qui blanditiis ad officia.\",\"text\":\"Try to parse the HDD panel, maybe it will hack the cross-platform matrix!\"}"], ["created_at", "2016-10-05 17:39:03.302753"], ["updated_at", "2016-10-05 17:39:03.302753"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima a voluptas laboriosam eum expedita dolor.\",\"text\":\"If we compress the system, we can get to the SDD system through the neural AGP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.303633"], ["updated_at", "2016-10-05 17:39:03.303633"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint et dolorum et qui dolor non.\",\"text\":\"Try to bypass the AGP pixel, maybe it will transmit the auxiliary panel!\"}"], ["created_at", "2016-10-05 17:39:03.304555"], ["updated_at", "2016-10-05 17:39:03.304555"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat ipsa sapiente dolor voluptate excepturi commodi assumenda.\",\"text\":\"We need to index the multi-byte TCP feed!\"}"], ["created_at", "2016-10-05 17:39:03.305402"], ["updated_at", "2016-10-05 17:39:03.305402"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt perspiciatis sunt rerum aut saepe.\",\"text\":\"You can't program the bus without connecting the virtual ADP pixel!\"}"], ["created_at", "2016-10-05 17:39:03.306273"], ["updated_at", "2016-10-05 17:39:03.306273"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa dolores impedit odio distinctio aut.\",\"text\":\"The SQL bus is down, index the redundant monitor so we can calculate the SSL card!\"}"], ["created_at", "2016-10-05 17:39:03.307153"], ["updated_at", "2016-10-05 17:39:03.307153"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque corporis blanditiis quis aut omnis culpa neque.\",\"text\":\"If we synthesize the microchip, we can get to the RAM firewall through the virtual XSS bus!\"}"], ["created_at", "2016-10-05 17:39:03.308007"], ["updated_at", "2016-10-05 17:39:03.308007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit amet eius enim ut id esse.\",\"text\":\"You can't navigate the monitor without synthesizing the wireless IB protocol!\"}"], ["created_at", "2016-10-05 17:39:03.308906"], ["updated_at", "2016-10-05 17:39:03.308906"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod porro saepe rerum.\",\"text\":\"Use the multi-byte SCSI matrix, then you can bypass the primary pixel!\"}"], ["created_at", "2016-10-05 17:39:03.309748"], ["updated_at", "2016-10-05 17:39:03.309748"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem eum dolorem inventore quidem distinctio.\",\"text\":\"Use the online THX interface, then you can calculate the solid state bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.310614"], ["updated_at", "2016-10-05 17:39:03.310614"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae asperiores qui quas dolorum.\",\"text\":\"I'll synthesize the auxiliary SAS transmitter, that should pixel the FTP circuit!\"}"], ["created_at", "2016-10-05 17:39:03.311476"], ["updated_at", "2016-10-05 17:39:03.311476"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In adipisci natus debitis delectus dolorum.\",\"text\":\"The RAM program is down, navigate the open-source bus so we can navigate the TCP capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.312432"], ["updated_at", "2016-10-05 17:39:03.312432"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos quia nam animi voluptates ut sapiente quia.\",\"text\":\"We need to synthesize the virtual COM port!\"}"], ["created_at", "2016-10-05 17:39:03.313346"], ["updated_at", "2016-10-05 17:39:03.313346"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto tenetur possimus quis ab eveniet ut quam.\",\"text\":\"I'll calculate the primary JSON capacitor, that should capacitor the XSS array!\"}"], ["created_at", "2016-10-05 17:39:03.314206"], ["updated_at", "2016-10-05 17:39:03.314206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea aut sit.\",\"text\":\"You can't bypass the bus without parsing the virtual COM protocol!\"}"], ["created_at", "2016-10-05 17:39:03.315063"], ["updated_at", "2016-10-05 17:39:03.315063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat et neque aliquid similique est.\",\"text\":\"Try to back up the XSS monitor, maybe it will copy the back-end array!\"}"], ["created_at", "2016-10-05 17:39:03.315925"], ["updated_at", "2016-10-05 17:39:03.315925"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime atque architecto nihil et.\",\"text\":\"Use the open-source FTP protocol, then you can quantify the neural protocol!\"}"], ["created_at", "2016-10-05 17:39:03.316790"], ["updated_at", "2016-10-05 17:39:03.316790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error placeat omnis.\",\"text\":\"Try to override the JBOD application, maybe it will transmit the wireless array!\"}"], ["created_at", "2016-10-05 17:39:03.317632"], ["updated_at", "2016-10-05 17:39:03.317632"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus nam tenetur.\",\"text\":\"If we generate the sensor, we can get to the SMS panel through the wireless AGP capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.318518"], ["updated_at", "2016-10-05 17:39:03.318518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis commodi minus iste repellat illum itaque sint.\",\"text\":\"We need to generate the online FTP panel!\"}"], ["created_at", "2016-10-05 17:39:03.319383"], ["updated_at", "2016-10-05 17:39:03.319383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt non sed laboriosam doloremque est.\",\"text\":\"Indexing the alarm won't do anything, we need to parse the optical thx circuit!\"}"], ["created_at", "2016-10-05 17:39:03.320217"], ["updated_at", "2016-10-05 17:39:03.320217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur est doloribus.\",\"text\":\"You can't copy the matrix without connecting the auxiliary JSON matrix!\"}"], ["created_at", "2016-10-05 17:39:03.321093"], ["updated_at", "2016-10-05 17:39:03.321093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia tenetur perferendis deserunt deleniti maxime harum ut.\",\"text\":\"Try to back up the USB capacitor, maybe it will generate the back-end transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.321998"], ["updated_at", "2016-10-05 17:39:03.321998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus consectetur aperiam sed nulla.\",\"text\":\"You can't input the card without calculating the redundant CSS circuit!\"}"], ["created_at", "2016-10-05 17:39:03.322924"], ["updated_at", "2016-10-05 17:39:03.322924"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta et magnam totam.\",\"text\":\"We need to program the auxiliary SMS protocol!\"}"], ["created_at", "2016-10-05 17:39:03.323767"], ["updated_at", "2016-10-05 17:39:03.323767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum sapiente delectus deleniti.\",\"text\":\"I'll synthesize the digital SSL protocol, that should interface the SQL transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.324640"], ["updated_at", "2016-10-05 17:39:03.324640"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi adipisci quod et vitae qui eum.\",\"text\":\"You can't connect the port without compressing the online PCI sensor!\"}"], ["created_at", "2016-10-05 17:39:03.325533"], ["updated_at", "2016-10-05 17:39:03.325533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla rerum et ipsum sed ut nemo.\",\"text\":\"Use the neural TCP hard drive, then you can program the digital hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.326376"], ["updated_at", "2016-10-05 17:39:03.326376"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt est sit fugiat eum ut quia.\",\"text\":\"We need to navigate the bluetooth THX alarm!\"}"], ["created_at", "2016-10-05 17:39:03.327234"], ["updated_at", "2016-10-05 17:39:03.327234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut autem alias tenetur.\",\"text\":\"We need to copy the redundant PNG card!\"}"], ["created_at", "2016-10-05 17:39:03.328095"], ["updated_at", "2016-10-05 17:39:03.328095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum sed eum consequuntur expedita consectetur voluptate aut.\",\"text\":\"Use the wireless COM bandwidth, then you can input the optical array!\"}"], ["created_at", "2016-10-05 17:39:03.328978"], ["updated_at", "2016-10-05 17:39:03.328978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet et consequatur et.\",\"text\":\"Try to program the FTP interface, maybe it will generate the cross-platform firewall!\"}"], ["created_at", "2016-10-05 17:39:03.329841"], ["updated_at", "2016-10-05 17:39:03.329841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est sed maiores unde facilis modi.\",\"text\":\"Try to override the HDD alarm, maybe it will program the bluetooth hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.330780"], ["updated_at", "2016-10-05 17:39:03.330780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil deleniti ut.\",\"text\":\"The USB protocol is down, compress the 1080p card so we can input the THX array!\"}"], ["created_at", "2016-10-05 17:39:03.331655"], ["updated_at", "2016-10-05 17:39:03.331655"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum nihil sint veritatis.\",\"text\":\"If we quantify the transmitter, we can get to the COM hard drive through the neural SMTP driver!\"}"], ["created_at", "2016-10-05 17:39:03.332541"], ["updated_at", "2016-10-05 17:39:03.332541"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas culpa eius temporibus autem nostrum quae.\",\"text\":\"Parsing the hard drive won't do anything, we need to program the haptic tcp interface!\"}"], ["created_at", "2016-10-05 17:39:03.333435"], ["updated_at", "2016-10-05 17:39:03.333435"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam dolor beatae.\",\"text\":\"Try to compress the USB application, maybe it will transmit the primary protocol!\"}"], ["created_at", "2016-10-05 17:39:03.334302"], ["updated_at", "2016-10-05 17:39:03.334302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis quod et et similique harum.\",\"text\":\"We need to synthesize the mobile HDD application!\"}"], ["created_at", "2016-10-05 17:39:03.335200"], ["updated_at", "2016-10-05 17:39:03.335200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis necessitatibus eveniet dolor qui id.\",\"text\":\"If we calculate the firewall, we can get to the ADP panel through the auxiliary THX bus!\"}"], ["created_at", "2016-10-05 17:39:03.336042"], ["updated_at", "2016-10-05 17:39:03.336042"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt tempora error.\",\"text\":\"Try to index the PCI hard drive, maybe it will input the solid state alarm!\"}"], ["created_at", "2016-10-05 17:39:03.336902"], ["updated_at", "2016-10-05 17:39:03.336902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit aut quis dolore.\",\"text\":\"Try to override the SDD circuit, maybe it will reboot the neural microchip!\"}"], ["created_at", "2016-10-05 17:39:03.337758"], ["updated_at", "2016-10-05 17:39:03.337758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere velit similique adipisci et.\",\"text\":\"Try to quantify the SAS transmitter, maybe it will hack the digital hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.338660"], ["updated_at", "2016-10-05 17:39:03.338660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos voluptas ipsam qui.\",\"text\":\"I'll transmit the multi-byte AI circuit, that should microchip the SSL sensor!\"}"], ["created_at", "2016-10-05 17:39:03.339525"], ["updated_at", "2016-10-05 17:39:03.339525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio doloremque praesentium incidunt.\",\"text\":\"We need to input the redundant TCP bus!\"}"], ["created_at", "2016-10-05 17:39:03.340371"], ["updated_at", "2016-10-05 17:39:03.340371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi repellat voluptatem vitae dolorem placeat et.\",\"text\":\"Bypassing the application won't do anything, we need to back up the wireless sql protocol!\"}"], ["created_at", "2016-10-05 17:39:03.341243"], ["updated_at", "2016-10-05 17:39:03.341243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur dolorem animi necessitatibus itaque voluptatibus temporibus.\",\"text\":\"Use the online ADP port, then you can compress the cross-platform bus!\"}"], ["created_at", "2016-10-05 17:39:03.342082"], ["updated_at", "2016-10-05 17:39:03.342082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga libero quia corporis.\",\"text\":\"You can't override the card without bypassing the auxiliary AGP microchip!\"}"], ["created_at", "2016-10-05 17:39:03.342981"], ["updated_at", "2016-10-05 17:39:03.342981"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur atque illo.\",\"text\":\"Try to reboot the RSS application, maybe it will override the back-end microchip!\"}"], ["created_at", "2016-10-05 17:39:03.343826"], ["updated_at", "2016-10-05 17:39:03.343826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem optio odio.\",\"text\":\"Programming the pixel won't do anything, we need to connect the haptic thx microchip!\"}"], ["created_at", "2016-10-05 17:39:03.344694"], ["updated_at", "2016-10-05 17:39:03.344694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro fugiat dolores voluptatum deserunt alias quia.\",\"text\":\"We need to generate the mobile AI feed!\"}"], ["created_at", "2016-10-05 17:39:03.345532"], ["updated_at", "2016-10-05 17:39:03.345532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem quia sit qui commodi.\",\"text\":\"If we compress the port, we can get to the SMS interface through the redundant ADP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.346422"], ["updated_at", "2016-10-05 17:39:03.346422"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut consequatur et consequuntur voluptatem.\",\"text\":\"The SDD port is down, generate the cross-platform alarm so we can generate the SMTP pixel!\"}"], ["created_at", "2016-10-05 17:39:03.347294"], ["updated_at", "2016-10-05 17:39:03.347294"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae dolorem voluptatem vel omnis a rem.\",\"text\":\"Synthesizing the port won't do anything, we need to bypass the cross-platform ib card!\"}"], ["created_at", "2016-10-05 17:39:03.348129"], ["updated_at", "2016-10-05 17:39:03.348129"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quasi quod sit.\",\"text\":\"We need to synthesize the online COM panel!\"}"], ["created_at", "2016-10-05 17:39:03.348981"], ["updated_at", "2016-10-05 17:39:03.348981"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia veniam hic neque omnis quae.\",\"text\":\"You can't compress the circuit without transmitting the wireless JSON array!\"}"], ["created_at", "2016-10-05 17:39:03.349835"], ["updated_at", "2016-10-05 17:39:03.349835"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus deserunt praesentium.\",\"text\":\"You can't reboot the microchip without calculating the optical XSS application!\"}"], ["created_at", "2016-10-05 17:39:03.350719"], ["updated_at", "2016-10-05 17:39:03.350719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est dignissimos sed est itaque.\",\"text\":\"You can't copy the microchip without compressing the primary AI capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.351583"], ["updated_at", "2016-10-05 17:39:03.351583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet earum ipsum animi eos sit et et.\",\"text\":\"Copying the program won't do anything, we need to back up the optical usb monitor!\"}"], ["created_at", "2016-10-05 17:39:03.352477"], ["updated_at", "2016-10-05 17:39:03.352477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure corrupti molestiae.\",\"text\":\"Copying the application won't do anything, we need to connect the multi-byte agp monitor!\"}"], ["created_at", "2016-10-05 17:39:03.353335"], ["updated_at", "2016-10-05 17:39:03.353335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit molestiae provident in eius.\",\"text\":\"You can't copy the sensor without generating the primary JSON bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.354182"], ["updated_at", "2016-10-05 17:39:03.354182"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut accusantium blanditiis facilis sed quis.\",\"text\":\"I'll override the neural JBOD transmitter, that should sensor the JBOD firewall!\"}"], ["created_at", "2016-10-05 17:39:03.355060"], ["updated_at", "2016-10-05 17:39:03.355060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci sapiente consequuntur laboriosam.\",\"text\":\"I'll index the auxiliary SSL port, that should pixel the HDD card!\"}"], ["created_at", "2016-10-05 17:39:03.355897"], ["updated_at", "2016-10-05 17:39:03.355897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor aliquid in nisi et autem blanditiis vel.\",\"text\":\"We need to navigate the redundant CSS feed!\"}"], ["created_at", "2016-10-05 17:39:03.356772"], ["updated_at", "2016-10-05 17:39:03.356772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus eum voluptatem ea sunt enim omnis.\",\"text\":\"If we calculate the feed, we can get to the GB array through the haptic SMS sensor!\"}"], ["created_at", "2016-10-05 17:39:03.357667"], ["updated_at", "2016-10-05 17:39:03.357667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates natus nam qui alias.\",\"text\":\"You can't back up the bus without copying the auxiliary GB alarm!\"}"], ["created_at", "2016-10-05 17:39:03.358518"], ["updated_at", "2016-10-05 17:39:03.358518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit nam ut et sed ipsa.\",\"text\":\"Try to reboot the FTP monitor, maybe it will quantify the auxiliary driver!\"}"], ["created_at", "2016-10-05 17:39:03.359379"], ["updated_at", "2016-10-05 17:39:03.359379"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem eligendi quibusdam et repellendus sequi.\",\"text\":\"I'll index the optical SCSI port, that should firewall the RAM protocol!\"}"], ["created_at", "2016-10-05 17:39:03.360213"], ["updated_at", "2016-10-05 17:39:03.360213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis repudiandae beatae.\",\"text\":\"I'll compress the cross-platform COM hard drive, that should capacitor the XML program!\"}"], ["created_at", "2016-10-05 17:39:03.361072"], ["updated_at", "2016-10-05 17:39:03.361072"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus odit nisi quia natus possimus impedit voluptas.\",\"text\":\"Use the auxiliary RSS matrix, then you can calculate the back-end pixel!\"}"], ["created_at", "2016-10-05 17:39:03.361978"], ["updated_at", "2016-10-05 17:39:03.361978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni ea repellat possimus distinctio.\",\"text\":\"I'll reboot the online IB array, that should microchip the PCI microchip!\"}"], ["created_at", "2016-10-05 17:39:03.362842"], ["updated_at", "2016-10-05 17:39:03.362842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit qui et suscipit odit nulla temporibus.\",\"text\":\"Use the back-end SDD microchip, then you can compress the auxiliary port!\"}"], ["created_at", "2016-10-05 17:39:03.363702"], ["updated_at", "2016-10-05 17:39:03.363702"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi distinctio sed repudiandae.\",\"text\":\"Transmitting the program won't do anything, we need to copy the back-end pci driver!\"}"], ["created_at", "2016-10-05 17:39:03.364564"], ["updated_at", "2016-10-05 17:39:03.364564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo temporibus aliquam ad vel deleniti quis molestias.\",\"text\":\"Use the 1080p XML sensor, then you can connect the solid state card!\"}"], ["created_at", "2016-10-05 17:39:03.365399"], ["updated_at", "2016-10-05 17:39:03.365399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur deserunt dolor omnis qui et maxime.\",\"text\":\"Use the wireless PCI card, then you can input the digital system!\"}"], ["created_at", "2016-10-05 17:39:03.366269"], ["updated_at", "2016-10-05 17:39:03.366269"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi corrupti hic consequuntur.\",\"text\":\"I'll override the 1080p JBOD port, that should array the IB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.367150"], ["updated_at", "2016-10-05 17:39:03.367150"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi laborum dolor qui enim dolor repellendus sed.\",\"text\":\"Try to connect the TCP capacitor, maybe it will quantify the redundant panel!\"}"], ["created_at", "2016-10-05 17:39:03.367993"], ["updated_at", "2016-10-05 17:39:03.367993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit voluptas eos repudiandae id ratione.\",\"text\":\"The SDD capacitor is down, connect the virtual hard drive so we can hack the ADP monitor!\"}"], ["created_at", "2016-10-05 17:39:03.368898"], ["updated_at", "2016-10-05 17:39:03.368898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae at tempora a.\",\"text\":\"The RSS array is down, input the redundant matrix so we can quantify the PCI sensor!\"}"], ["created_at", "2016-10-05 17:39:03.369801"], ["updated_at", "2016-10-05 17:39:03.369801"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et voluptas sint nostrum iure.\",\"text\":\"We need to generate the neural JBOD circuit!\"}"], ["created_at", "2016-10-05 17:39:03.371467"], ["updated_at", "2016-10-05 17:39:03.371467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam itaque qui culpa reprehenderit.\",\"text\":\"Generating the bus won't do anything, we need to synthesize the online adp array!\"}"], ["created_at", "2016-10-05 17:39:03.372698"], ["updated_at", "2016-10-05 17:39:03.372698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis modi harum.\",\"text\":\"You can't transmit the program without quantifying the back-end THX capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.373596"], ["updated_at", "2016-10-05 17:39:03.373596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet blanditiis earum voluptates hic suscipit voluptas.\",\"text\":\"The SCSI sensor is down, copy the online bandwidth so we can copy the AGP sensor!\"}"], ["created_at", "2016-10-05 17:39:03.374463"], ["updated_at", "2016-10-05 17:39:03.374463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia earum voluptas cupiditate pariatur impedit occaecati rerum.\",\"text\":\"The RSS hard drive is down, program the open-source protocol so we can compress the EXE sensor!\"}"], ["created_at", "2016-10-05 17:39:03.375363"], ["updated_at", "2016-10-05 17:39:03.375363"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A ut eligendi dolores.\",\"text\":\"Indexing the bus won't do anything, we need to program the wireless usb pixel!\"}"], ["created_at", "2016-10-05 17:39:03.376278"], ["updated_at", "2016-10-05 17:39:03.376278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In dolorum quasi dolorem doloribus delectus.\",\"text\":\"Copying the card won't do anything, we need to parse the neural sdd transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.377177"], ["updated_at", "2016-10-05 17:39:03.377177"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae consequuntur aut quo quidem aut fugit corrupti.\",\"text\":\"Programming the array won't do anything, we need to copy the primary com card!\"}"], ["created_at", "2016-10-05 17:39:03.378034"], ["updated_at", "2016-10-05 17:39:03.378034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum perferendis quia corrupti qui voluptas.\",\"text\":\"The SDD alarm is down, bypass the virtual monitor so we can bypass the ADP alarm!\"}"], ["created_at", "2016-10-05 17:39:03.378949"], ["updated_at", "2016-10-05 17:39:03.378949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit reiciendis earum quo blanditiis.\",\"text\":\"Use the virtual USB panel, then you can connect the bluetooth firewall!\"}"], ["created_at", "2016-10-05 17:39:03.379809"], ["updated_at", "2016-10-05 17:39:03.379809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sint consequuntur id reiciendis incidunt.\",\"text\":\"I'll transmit the primary JBOD pixel, that should hard drive the PNG array!\"}"], ["created_at", "2016-10-05 17:39:03.380646"], ["updated_at", "2016-10-05 17:39:03.380646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil debitis expedita optio adipisci tempore odit dolorum.\",\"text\":\"The USB matrix is down, back up the multi-byte protocol so we can generate the SMTP feed!\"}"], ["created_at", "2016-10-05 17:39:03.381501"], ["updated_at", "2016-10-05 17:39:03.381501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem harum est porro.\",\"text\":\"We need to bypass the wireless SMS matrix!\"}"], ["created_at", "2016-10-05 17:39:03.382370"], ["updated_at", "2016-10-05 17:39:03.382370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem earum omnis voluptatum laborum.\",\"text\":\"Use the optical AI interface, then you can reboot the multi-byte application!\"}"], ["created_at", "2016-10-05 17:39:03.383230"], ["updated_at", "2016-10-05 17:39:03.383230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium quisquam rerum eum in reprehenderit.\",\"text\":\"Copying the capacitor won't do anything, we need to hack the back-end png bus!\"}"], ["created_at", "2016-10-05 17:39:03.384133"], ["updated_at", "2016-10-05 17:39:03.384133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea nemo nihil et.\",\"text\":\"Use the digital AI port, then you can transmit the solid state panel!\"}"], ["created_at", "2016-10-05 17:39:03.384994"], ["updated_at", "2016-10-05 17:39:03.384994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis sed suscipit deserunt placeat at ratione.\",\"text\":\"The XSS capacitor is down, copy the auxiliary sensor so we can index the TCP driver!\"}"], ["created_at", "2016-10-05 17:39:03.385840"], ["updated_at", "2016-10-05 17:39:03.385840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore voluptatum est perspiciatis ut.\",\"text\":\"If we connect the matrix, we can get to the RAM pixel through the 1080p XML application!\"}"], ["created_at", "2016-10-05 17:39:03.386733"], ["updated_at", "2016-10-05 17:39:03.386733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi laborum eveniet culpa est aut perferendis.\",\"text\":\"The SCSI bus is down, parse the online alarm so we can reboot the SCSI alarm!\"}"], ["created_at", "2016-10-05 17:39:03.387611"], ["updated_at", "2016-10-05 17:39:03.387611"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui et dolor officia atque rerum necessitatibus.\",\"text\":\"Calculating the feed won't do anything, we need to parse the wireless rss bus!\"}"], ["created_at", "2016-10-05 17:39:03.388460"], ["updated_at", "2016-10-05 17:39:03.388460"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel ea placeat iure quo ab dolore praesentium.\",\"text\":\"We need to program the primary SMTP system!\"}"], ["created_at", "2016-10-05 17:39:03.389318"], ["updated_at", "2016-10-05 17:39:03.389318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et et dignissimos.\",\"text\":\"Use the 1080p THX bandwidth, then you can transmit the multi-byte panel!\"}"], ["created_at", "2016-10-05 17:39:03.390162"], ["updated_at", "2016-10-05 17:39:03.390162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse voluptates libero alias molestiae rerum.\",\"text\":\"Use the open-source SCSI driver, then you can navigate the optical array!\"}"], ["created_at", "2016-10-05 17:39:03.391038"], ["updated_at", "2016-10-05 17:39:03.391038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates autem quas.\",\"text\":\"We need to copy the open-source HDD hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.391901"], ["updated_at", "2016-10-05 17:39:03.391901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores sunt perferendis occaecati.\",\"text\":\"If we bypass the card, we can get to the COM pixel through the virtual HDD port!\"}"], ["created_at", "2016-10-05 17:39:03.392744"], ["updated_at", "2016-10-05 17:39:03.392744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam odit et accusantium qui dicta doloribus sapiente.\",\"text\":\"The XML feed is down, navigate the cross-platform panel so we can synthesize the THX application!\"}"], ["created_at", "2016-10-05 17:39:03.393608"], ["updated_at", "2016-10-05 17:39:03.393608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut voluptate voluptatum et.\",\"text\":\"The PCI driver is down, bypass the virtual pixel so we can copy the AGP hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.394475"], ["updated_at", "2016-10-05 17:39:03.394475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident nostrum ipsa velit et.\",\"text\":\"Use the back-end HTTP driver, then you can transmit the mobile matrix!\"}"], ["created_at", "2016-10-05 17:39:03.395362"], ["updated_at", "2016-10-05 17:39:03.395362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum laboriosam beatae.\",\"text\":\"Connecting the card won't do anything, we need to connect the redundant sdd bus!\"}"], ["created_at", "2016-10-05 17:39:03.396223"], ["updated_at", "2016-10-05 17:39:03.396223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia quia sit tempora.\",\"text\":\"I'll compress the solid state SDD panel, that should feed the THX feed!\"}"], ["created_at", "2016-10-05 17:39:03.397061"], ["updated_at", "2016-10-05 17:39:03.397061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa laboriosam sed.\",\"text\":\"Use the 1080p JBOD array, then you can synthesize the redundant interface!\"}"], ["created_at", "2016-10-05 17:39:03.397916"], ["updated_at", "2016-10-05 17:39:03.397916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui ut laboriosam ex.\",\"text\":\"Use the haptic RSS bus, then you can hack the solid state monitor!\"}"], ["created_at", "2016-10-05 17:39:03.398779"], ["updated_at", "2016-10-05 17:39:03.398779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed ut necessitatibus officia a unde sint natus.\",\"text\":\"We need to reboot the bluetooth HDD transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.399653"], ["updated_at", "2016-10-05 17:39:03.399653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam et et est ullam rerum sapiente.\",\"text\":\"The HDD port is down, navigate the back-end feed so we can navigate the RSS feed!\"}"], ["created_at", "2016-10-05 17:39:03.400492"], ["updated_at", "2016-10-05 17:39:03.400492"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id molestias fuga est enim.\",\"text\":\"We need to quantify the 1080p USB pixel!\"}"], ["created_at", "2016-10-05 17:39:03.401341"], ["updated_at", "2016-10-05 17:39:03.401341"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut quis nulla facilis consequatur.\",\"text\":\"You can't navigate the matrix without overriding the neural PNG port!\"}"], ["created_at", "2016-10-05 17:39:03.402187"], ["updated_at", "2016-10-05 17:39:03.402187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia sit non laboriosam suscipit.\",\"text\":\"Parsing the pixel won't do anything, we need to program the redundant rss panel!\"}"], ["created_at", "2016-10-05 17:39:03.403031"], ["updated_at", "2016-10-05 17:39:03.403031"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos ullam adipisci error mollitia quibusdam maxime.\",\"text\":\"Use the open-source SCSI feed, then you can quantify the virtual circuit!\"}"], ["created_at", "2016-10-05 17:39:03.403905"], ["updated_at", "2016-10-05 17:39:03.403905"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam aut placeat velit.\",\"text\":\"If we compress the pixel, we can get to the GB sensor through the redundant PCI application!\"}"], ["created_at", "2016-10-05 17:39:03.404755"], ["updated_at", "2016-10-05 17:39:03.404755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et et quae aut aliquid.\",\"text\":\"I'll program the virtual PCI bus, that should capacitor the HDD port!\"}"], ["created_at", "2016-10-05 17:39:03.405613"], ["updated_at", "2016-10-05 17:39:03.405613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est consequuntur minus iure perspiciatis ut adipisci.\",\"text\":\"The SDD bandwidth is down, program the neural capacitor so we can quantify the IB circuit!\"}"], ["created_at", "2016-10-05 17:39:03.406457"], ["updated_at", "2016-10-05 17:39:03.406457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi laborum aut.\",\"text\":\"If we index the hard drive, we can get to the RAM interface through the redundant RSS sensor!\"}"], ["created_at", "2016-10-05 17:39:03.407323"], ["updated_at", "2016-10-05 17:39:03.407323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur nihil enim aspernatur perferendis.\",\"text\":\"Use the cross-platform JBOD port, then you can connect the open-source bus!\"}"], ["created_at", "2016-10-05 17:39:03.408189"], ["updated_at", "2016-10-05 17:39:03.408189"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus tempore omnis.\",\"text\":\"You can't compress the program without quantifying the bluetooth THX application!\"}"], ["created_at", "2016-10-05 17:39:03.409024"], ["updated_at", "2016-10-05 17:39:03.409024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur odit at repellendus.\",\"text\":\"If we connect the alarm, we can get to the AI program through the redundant EXE microchip!\"}"], ["created_at", "2016-10-05 17:39:03.409879"], ["updated_at", "2016-10-05 17:39:03.409879"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis dolor consequatur.\",\"text\":\"Try to hack the TCP program, maybe it will override the 1080p protocol!\"}"], ["created_at", "2016-10-05 17:39:03.410722"], ["updated_at", "2016-10-05 17:39:03.410722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga voluptas vitae pariatur.\",\"text\":\"We need to generate the solid state AI hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.411590"], ["updated_at", "2016-10-05 17:39:03.411590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus nemo aspernatur itaque ut quia.\",\"text\":\"Try to compress the AI transmitter, maybe it will hack the neural array!\"}"], ["created_at", "2016-10-05 17:39:03.412439"], ["updated_at", "2016-10-05 17:39:03.412439"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur ab adipisci culpa.\",\"text\":\"We need to synthesize the multi-byte RAM driver!\"}"], ["created_at", "2016-10-05 17:39:03.413292"], ["updated_at", "2016-10-05 17:39:03.413292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil rerum natus quisquam nesciunt animi ad.\",\"text\":\"You can't synthesize the protocol without navigating the optical GB array!\"}"], ["created_at", "2016-10-05 17:39:03.414146"], ["updated_at", "2016-10-05 17:39:03.414146"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid rem ad aut quae.\",\"text\":\"Use the haptic SMS card, then you can bypass the solid state transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.414996"], ["updated_at", "2016-10-05 17:39:03.414996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum impedit cupiditate reprehenderit saepe omnis quis.\",\"text\":\"I'll transmit the solid state USB port, that should application the RAM array!\"}"], ["created_at", "2016-10-05 17:39:03.415854"], ["updated_at", "2016-10-05 17:39:03.415854"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores quia quod placeat sit eius.\",\"text\":\"If we transmit the bandwidth, we can get to the PCI program through the multi-byte XML protocol!\"}"], ["created_at", "2016-10-05 17:39:03.416691"], ["updated_at", "2016-10-05 17:39:03.416691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam est soluta ut ut sapiente et.\",\"text\":\"I'll connect the wireless SMS capacitor, that should capacitor the TCP capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.417545"], ["updated_at", "2016-10-05 17:39:03.417545"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum saepe nobis.\",\"text\":\"I'll transmit the haptic RSS application, that should monitor the PNG firewall!\"}"], ["created_at", "2016-10-05 17:39:03.418406"], ["updated_at", "2016-10-05 17:39:03.418406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus molestias aliquid rerum quaerat voluptatem harum est.\",\"text\":\"If we connect the microchip, we can get to the AI sensor through the neural SQL transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.419244"], ["updated_at", "2016-10-05 17:39:03.419244"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet eum ipsam hic velit soluta illum qui.\",\"text\":\"We need to synthesize the 1080p SQL transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.420096"], ["updated_at", "2016-10-05 17:39:03.420096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum id eum.\",\"text\":\"We need to connect the cross-platform TCP firewall!\"}"], ["created_at", "2016-10-05 17:39:03.420954"], ["updated_at", "2016-10-05 17:39:03.420954"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non voluptatem dolores libero dolorum soluta necessitatibus.\",\"text\":\"We need to synthesize the bluetooth PCI circuit!\"}"], ["created_at", "2016-10-05 17:39:03.421814"], ["updated_at", "2016-10-05 17:39:03.421814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed iusto odio nisi delectus minus corporis.\",\"text\":\"Transmitting the monitor won't do anything, we need to calculate the haptic rss circuit!\"}"], ["created_at", "2016-10-05 17:39:03.422739"], ["updated_at", "2016-10-05 17:39:03.422739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum ut et quae tenetur perferendis.\",\"text\":\"Try to override the AGP port, maybe it will quantify the auxiliary feed!\"}"], ["created_at", "2016-10-05 17:39:03.423695"], ["updated_at", "2016-10-05 17:39:03.423695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure dolores possimus suscipit voluptatem.\",\"text\":\"Overriding the matrix won't do anything, we need to compress the neural thx capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.424633"], ["updated_at", "2016-10-05 17:39:03.424633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit aut hic quibusdam voluptatem.\",\"text\":\"Bypassing the driver won't do anything, we need to program the wireless xss protocol!\"}"], ["created_at", "2016-10-05 17:39:03.425547"], ["updated_at", "2016-10-05 17:39:03.425547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum itaque ratione autem non.\",\"text\":\"You can't connect the feed without indexing the back-end SAS transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.426504"], ["updated_at", "2016-10-05 17:39:03.426504"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut odio et nam odit excepturi dignissimos est.\",\"text\":\"Calculating the pixel won't do anything, we need to program the open-source ai array!\"}"], ["created_at", "2016-10-05 17:39:03.427451"], ["updated_at", "2016-10-05 17:39:03.427451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non quod est.\",\"text\":\"If we calculate the system, we can get to the SDD protocol through the bluetooth AI microchip!\"}"], ["created_at", "2016-10-05 17:39:03.428379"], ["updated_at", "2016-10-05 17:39:03.428379"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta et quos.\",\"text\":\"Try to quantify the PCI panel, maybe it will back up the multi-byte transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.429342"], ["updated_at", "2016-10-05 17:39:03.429342"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui voluptate et rem.\",\"text\":\"Copying the capacitor won't do anything, we need to parse the open-source sql interface!\"}"], ["created_at", "2016-10-05 17:39:03.430381"], ["updated_at", "2016-10-05 17:39:03.430381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta hic tempore.\",\"text\":\"Use the online HDD monitor, then you can synthesize the back-end monitor!\"}"], ["created_at", "2016-10-05 17:39:03.431377"], ["updated_at", "2016-10-05 17:39:03.431377"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus exercitationem sint hic unde sunt fuga.\",\"text\":\"If we index the hard drive, we can get to the IB array through the mobile SMS driver!\"}"], ["created_at", "2016-10-05 17:39:03.432415"], ["updated_at", "2016-10-05 17:39:03.432415"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur vero eum velit.\",\"text\":\"We need to reboot the optical RAM card!\"}"], ["created_at", "2016-10-05 17:39:03.433443"], ["updated_at", "2016-10-05 17:39:03.433443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum earum nobis.\",\"text\":\"Generating the program won't do anything, we need to reboot the wireless xss transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.434436"], ["updated_at", "2016-10-05 17:39:03.434436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae quo amet.\",\"text\":\"Try to generate the AGP transmitter, maybe it will hack the redundant hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.435319"], ["updated_at", "2016-10-05 17:39:03.435319"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error ut et doloribus explicabo in.\",\"text\":\"Use the mobile AI pixel, then you can hack the multi-byte transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.436237"], ["updated_at", "2016-10-05 17:39:03.436237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus ea vel quibusdam perferendis aut voluptas.\",\"text\":\"You can't generate the hard drive without programming the wireless TCP firewall!\"}"], ["created_at", "2016-10-05 17:39:03.437085"], ["updated_at", "2016-10-05 17:39:03.437085"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat vel ducimus perspiciatis quos.\",\"text\":\"If we bypass the circuit, we can get to the FTP monitor through the cross-platform XML protocol!\"}"], ["created_at", "2016-10-05 17:39:03.437963"], ["updated_at", "2016-10-05 17:39:03.437963"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae officia dolorem excepturi eligendi necessitatibus commodi voluptas.\",\"text\":\"Use the cross-platform IB panel, then you can navigate the digital bus!\"}"], ["created_at", "2016-10-05 17:39:03.438870"], ["updated_at", "2016-10-05 17:39:03.438870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse in nulla nostrum.\",\"text\":\"Try to quantify the SAS alarm, maybe it will navigate the neural firewall!\"}"], ["created_at", "2016-10-05 17:39:03.439748"], ["updated_at", "2016-10-05 17:39:03.439748"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui illum beatae culpa laboriosam distinctio consequuntur modi.\",\"text\":\"I'll override the redundant HDD system, that should application the SSL system!\"}"], ["created_at", "2016-10-05 17:39:03.440584"], ["updated_at", "2016-10-05 17:39:03.440584"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam fugiat similique in reprehenderit.\",\"text\":\"I'll parse the haptic AGP transmitter, that should capacitor the THX system!\"}"], ["created_at", "2016-10-05 17:39:03.441448"], ["updated_at", "2016-10-05 17:39:03.441448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem commodi id dolorem excepturi corporis deleniti.\",\"text\":\"The SQL application is down, generate the primary program so we can index the USB matrix!\"}"], ["created_at", "2016-10-05 17:39:03.442329"], ["updated_at", "2016-10-05 17:39:03.442329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis occaecati quos eum.\",\"text\":\"We need to override the neural PNG monitor!\"}"], ["created_at", "2016-10-05 17:39:03.443230"], ["updated_at", "2016-10-05 17:39:03.443230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius et possimus repellendus error.\",\"text\":\"Try to hack the THX feed, maybe it will index the mobile circuit!\"}"], ["created_at", "2016-10-05 17:39:03.444107"], ["updated_at", "2016-10-05 17:39:03.444107"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est et earum.\",\"text\":\"We need to hack the auxiliary SQL transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.445015"], ["updated_at", "2016-10-05 17:39:03.445015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius id numquam nam facilis a cupiditate quae.\",\"text\":\"Use the redundant JSON driver, then you can connect the auxiliary pixel!\"}"], ["created_at", "2016-10-05 17:39:03.445854"], ["updated_at", "2016-10-05 17:39:03.445854"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis ut ab debitis fuga.\",\"text\":\"I'll quantify the wireless JBOD program, that should program the RSS monitor!\"}"], ["created_at", "2016-10-05 17:39:03.446739"], ["updated_at", "2016-10-05 17:39:03.446739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore veritatis atque.\",\"text\":\"I'll parse the open-source ADP application, that should sensor the AI sensor!\"}"], ["created_at", "2016-10-05 17:39:03.447610"], ["updated_at", "2016-10-05 17:39:03.447610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos omnis ut.\",\"text\":\"Backing up the bus won't do anything, we need to synthesize the neural agp array!\"}"], ["created_at", "2016-10-05 17:39:03.448453"], ["updated_at", "2016-10-05 17:39:03.448453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique itaque iste quo.\",\"text\":\"You can't program the pixel without navigating the multi-byte GB circuit!\"}"], ["created_at", "2016-10-05 17:39:03.449303"], ["updated_at", "2016-10-05 17:39:03.449303"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui sed error voluptatem maxime.\",\"text\":\"Hacking the microchip won't do anything, we need to bypass the virtual ftp system!\"}"], ["created_at", "2016-10-05 17:39:03.450165"], ["updated_at", "2016-10-05 17:39:03.450165"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum aspernatur rerum occaecati deserunt omnis ipsum accusantium.\",\"text\":\"The JSON firewall is down, back up the virtual bus so we can input the EXE system!\"}"], ["created_at", "2016-10-05 17:39:03.451062"], ["updated_at", "2016-10-05 17:39:03.451062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati provident et dolores odio quisquam rerum qui.\",\"text\":\"I'll back up the wireless SDD driver, that should hard drive the CSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.451928"], ["updated_at", "2016-10-05 17:39:03.451928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut iusto fugiat dolor vero error.\",\"text\":\"Compressing the alarm won't do anything, we need to back up the solid state xss transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.452782"], ["updated_at", "2016-10-05 17:39:03.452782"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore minus aliquid culpa.\",\"text\":\"You can't hack the bus without indexing the optical EXE program!\"}"], ["created_at", "2016-10-05 17:39:03.453640"], ["updated_at", "2016-10-05 17:39:03.453640"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo est aperiam.\",\"text\":\"The PCI system is down, compress the virtual panel so we can generate the IB application!\"}"], ["created_at", "2016-10-05 17:39:03.454571"], ["updated_at", "2016-10-05 17:39:03.454571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur eos voluptatem voluptates quia explicabo id.\",\"text\":\"We need to connect the neural USB matrix!\"}"], ["created_at", "2016-10-05 17:39:03.455419"], ["updated_at", "2016-10-05 17:39:03.455419"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa et exercitationem magnam quam facilis qui itaque.\",\"text\":\"If we generate the interface, we can get to the AI system through the 1080p XML card!\"}"], ["created_at", "2016-10-05 17:39:03.456282"], ["updated_at", "2016-10-05 17:39:03.456282"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit sint ducimus nam.\",\"text\":\"Try to reboot the SCSI alarm, maybe it will synthesize the neural feed!\"}"], ["created_at", "2016-10-05 17:39:03.457145"], ["updated_at", "2016-10-05 17:39:03.457145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab omnis nihil veniam aut voluptatibus.\",\"text\":\"I'll quantify the auxiliary PCI bus, that should transmitter the XML panel!\"}"], ["created_at", "2016-10-05 17:39:03.457988"], ["updated_at", "2016-10-05 17:39:03.457988"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed autem ipsum ex et quia voluptatem hic.\",\"text\":\"Compressing the port won't do anything, we need to override the digital rss firewall!\"}"], ["created_at", "2016-10-05 17:39:03.458858"], ["updated_at", "2016-10-05 17:39:03.458858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa est expedita voluptatem.\",\"text\":\"I'll connect the haptic FTP matrix, that should interface the SCSI card!\"}"], ["created_at", "2016-10-05 17:39:03.459705"], ["updated_at", "2016-10-05 17:39:03.459705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas quaerat veritatis dolore.\",\"text\":\"If we copy the feed, we can get to the XML bandwidth through the mobile CSS transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.460570"], ["updated_at", "2016-10-05 17:39:03.460570"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi blanditiis minus sit optio sit tenetur veritatis.\",\"text\":\"Connecting the transmitter won't do anything, we need to input the multi-byte ftp feed!\"}"], ["created_at", "2016-10-05 17:39:03.461434"], ["updated_at", "2016-10-05 17:39:03.461434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut ut natus qui.\",\"text\":\"Use the digital SDD feed, then you can bypass the digital capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.462270"], ["updated_at", "2016-10-05 17:39:03.462270"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit quis aliquid.\",\"text\":\"Use the cross-platform XSS transmitter, then you can copy the auxiliary bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.463146"], ["updated_at", "2016-10-05 17:39:03.463146"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem voluptas qui.\",\"text\":\"We need to copy the haptic COM hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.463986"], ["updated_at", "2016-10-05 17:39:03.463986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum ab ipsa qui sapiente et.\",\"text\":\"Hacking the driver won't do anything, we need to index the neural rss feed!\"}"], ["created_at", "2016-10-05 17:39:03.464839"], ["updated_at", "2016-10-05 17:39:03.464839"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste cupiditate et quia soluta ipsam sit.\",\"text\":\"We need to input the digital THX program!\"}"], ["created_at", "2016-10-05 17:39:03.465677"], ["updated_at", "2016-10-05 17:39:03.465677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore expedita voluptatem.\",\"text\":\"The EXE protocol is down, bypass the multi-byte driver so we can bypass the XSS firewall!\"}"], ["created_at", "2016-10-05 17:39:03.466550"], ["updated_at", "2016-10-05 17:39:03.466550"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis sint sit culpa est sed doloribus cupiditate.\",\"text\":\"If we program the circuit, we can get to the SSL program through the virtual AI system!\"}"], ["created_at", "2016-10-05 17:39:03.467412"], ["updated_at", "2016-10-05 17:39:03.467412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime quos sed nulla.\",\"text\":\"The USB hard drive is down, override the virtual port so we can synthesize the AI bus!\"}"], ["created_at", "2016-10-05 17:39:03.468244"], ["updated_at", "2016-10-05 17:39:03.468244"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor molestiae suscipit sapiente nam.\",\"text\":\"The XML circuit is down, connect the digital capacitor so we can input the SCSI transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.469107"], ["updated_at", "2016-10-05 17:39:03.469107"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est et et aut.\",\"text\":\"Use the online EXE interface, then you can transmit the cross-platform system!\"}"], ["created_at", "2016-10-05 17:39:03.469940"], ["updated_at", "2016-10-05 17:39:03.469940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam quam deserunt in at.\",\"text\":\"The SAS matrix is down, navigate the back-end panel so we can transmit the HTTP panel!\"}"], ["created_at", "2016-10-05 17:39:03.470849"], ["updated_at", "2016-10-05 17:39:03.470849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde quam beatae consequatur accusantium alias ducimus.\",\"text\":\"You can't reboot the capacitor without quantifying the online RAM circuit!\"}"], ["created_at", "2016-10-05 17:39:03.471696"], ["updated_at", "2016-10-05 17:39:03.471696"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus quisquam pariatur consequatur eos animi.\",\"text\":\"The XML bandwidth is down, synthesize the digital interface so we can override the SMTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.472556"], ["updated_at", "2016-10-05 17:39:03.472556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate cupiditate sequi.\",\"text\":\"Try to reboot the SQL circuit, maybe it will index the cross-platform panel!\"}"], ["created_at", "2016-10-05 17:39:03.473412"], ["updated_at", "2016-10-05 17:39:03.473412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia mollitia officiis.\",\"text\":\"Try to back up the THX hard drive, maybe it will input the back-end interface!\"}"], ["created_at", "2016-10-05 17:39:03.474255"], ["updated_at", "2016-10-05 17:39:03.474255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque neque molestiae omnis.\",\"text\":\"You can't input the array without hacking the solid state AI bus!\"}"], ["created_at", "2016-10-05 17:39:03.475137"], ["updated_at", "2016-10-05 17:39:03.475137"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat rem libero repellendus.\",\"text\":\"Navigating the panel won't do anything, we need to override the multi-byte xss firewall!\"}"], ["created_at", "2016-10-05 17:39:03.475970"], ["updated_at", "2016-10-05 17:39:03.475970"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde dolorum reprehenderit.\",\"text\":\"We need to copy the open-source RAM microchip!\"}"], ["created_at", "2016-10-05 17:39:03.476821"], ["updated_at", "2016-10-05 17:39:03.476821"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis et autem qui qui deserunt quis perferendis.\",\"text\":\"Try to bypass the SCSI monitor, maybe it will reboot the primary driver!\"}"], ["created_at", "2016-10-05 17:39:03.477675"], ["updated_at", "2016-10-05 17:39:03.477675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis voluptatibus debitis commodi laboriosam eligendi nihil.\",\"text\":\"Try to copy the RSS alarm, maybe it will parse the primary port!\"}"], ["created_at", "2016-10-05 17:39:03.478610"], ["updated_at", "2016-10-05 17:39:03.478610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat alias animi.\",\"text\":\"Try to navigate the AI array, maybe it will index the primary panel!\"}"], ["created_at", "2016-10-05 17:39:03.479466"], ["updated_at", "2016-10-05 17:39:03.479466"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis praesentium dolorem ipsam ut.\",\"text\":\"Try to navigate the SCSI interface, maybe it will hack the digital bus!\"}"], ["created_at", "2016-10-05 17:39:03.480297"], ["updated_at", "2016-10-05 17:39:03.480297"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus ea explicabo quia quidem eveniet vero cum.\",\"text\":\"You can't navigate the bus without connecting the haptic AI array!\"}"], ["created_at", "2016-10-05 17:39:03.481152"], ["updated_at", "2016-10-05 17:39:03.481152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem odio et temporibus ipsum sint quibusdam velit.\",\"text\":\"The FTP system is down, navigate the solid state array so we can navigate the HDD port!\"}"], ["created_at", "2016-10-05 17:39:03.481983"], ["updated_at", "2016-10-05 17:39:03.481983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore deleniti minus quam sit modi vel.\",\"text\":\"Backing up the matrix won't do anything, we need to program the auxiliary usb circuit!\"}"], ["created_at", "2016-10-05 17:39:03.482894"], ["updated_at", "2016-10-05 17:39:03.482894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui facilis sed omnis id ut placeat ut.\",\"text\":\"Try to synthesize the THX circuit, maybe it will calculate the 1080p feed!\"}"], ["created_at", "2016-10-05 17:39:03.483755"], ["updated_at", "2016-10-05 17:39:03.483755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa aliquid inventore corrupti.\",\"text\":\"The SMS array is down, synthesize the 1080p pixel so we can bypass the GB port!\"}"], ["created_at", "2016-10-05 17:39:03.484592"], ["updated_at", "2016-10-05 17:39:03.484592"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia ut fugiat vel sunt modi soluta sapiente.\",\"text\":\"If we transmit the hard drive, we can get to the SMS matrix through the redundant COM bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.485455"], ["updated_at", "2016-10-05 17:39:03.485455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis iusto nihil cupiditate neque nostrum optio eaque.\",\"text\":\"You can't hack the bandwidth without calculating the haptic AI alarm!\"}"], ["created_at", "2016-10-05 17:39:03.486316"], ["updated_at", "2016-10-05 17:39:03.486316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur sit veniam sed voluptates sit laboriosam est.\",\"text\":\"We need to input the haptic PCI monitor!\"}"], ["created_at", "2016-10-05 17:39:03.487198"], ["updated_at", "2016-10-05 17:39:03.487198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et deleniti voluptatem velit.\",\"text\":\"We need to input the primary IB microchip!\"}"], ["created_at", "2016-10-05 17:39:03.488058"], ["updated_at", "2016-10-05 17:39:03.488058"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est distinctio et consequatur autem aut et.\",\"text\":\"I'll back up the primary FTP firewall, that should bandwidth the JSON pixel!\"}"], ["created_at", "2016-10-05 17:39:03.488891"], ["updated_at", "2016-10-05 17:39:03.488891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non consequatur facilis iusto iure ut.\",\"text\":\"If we navigate the application, we can get to the SMS hard drive through the auxiliary SMTP driver!\"}"], ["created_at", "2016-10-05 17:39:03.489755"], ["updated_at", "2016-10-05 17:39:03.489755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et dolore asperiores esse exercitationem laudantium.\",\"text\":\"You can't calculate the driver without hacking the solid state ADP port!\"}"], ["created_at", "2016-10-05 17:39:03.490611"], ["updated_at", "2016-10-05 17:39:03.490611"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero quae dolor.\",\"text\":\"Use the neural ADP bandwidth, then you can hack the multi-byte protocol!\"}"], ["created_at", "2016-10-05 17:39:03.491479"], ["updated_at", "2016-10-05 17:39:03.491479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis in quisquam ullam adipisci qui fugit.\",\"text\":\"We need to calculate the back-end ADP program!\"}"], ["created_at", "2016-10-05 17:39:03.492336"], ["updated_at", "2016-10-05 17:39:03.492336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae eveniet incidunt velit perspiciatis earum numquam.\",\"text\":\"The RSS monitor is down, quantify the bluetooth application so we can synthesize the TCP application!\"}"], ["created_at", "2016-10-05 17:39:03.493174"], ["updated_at", "2016-10-05 17:39:03.493174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae enim provident itaque.\",\"text\":\"Connecting the hard drive won't do anything, we need to generate the optical com bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.494039"], ["updated_at", "2016-10-05 17:39:03.494039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda molestiae veniam modi provident.\",\"text\":\"We need to synthesize the mobile AGP interface!\"}"], ["created_at", "2016-10-05 17:39:03.494929"], ["updated_at", "2016-10-05 17:39:03.494929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor impedit modi ipsum vitae sapiente sed exercitationem.\",\"text\":\"The SDD sensor is down, copy the back-end bus so we can hack the HTTP microchip!\"}"], ["created_at", "2016-10-05 17:39:03.495770"], ["updated_at", "2016-10-05 17:39:03.495770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas eum optio sit sunt aut ut expedita.\",\"text\":\"You can't program the bandwidth without indexing the bluetooth COM transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.496633"], ["updated_at", "2016-10-05 17:39:03.496633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit nesciunt voluptatem.\",\"text\":\"I'll navigate the cross-platform JBOD port, that should panel the EXE capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.497491"], ["updated_at", "2016-10-05 17:39:03.497491"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum deleniti et.\",\"text\":\"If we override the pixel, we can get to the SQL hard drive through the primary PCI capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.498328"], ["updated_at", "2016-10-05 17:39:03.498328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit delectus consequatur repellat culpa adipisci.\",\"text\":\"If we override the feed, we can get to the PCI interface through the auxiliary GB feed!\"}"], ["created_at", "2016-10-05 17:39:03.499196"], ["updated_at", "2016-10-05 17:39:03.499196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit ratione omnis iure aut necessitatibus voluptatem.\",\"text\":\"If we connect the matrix, we can get to the SMS monitor through the bluetooth XSS alarm!\"}"], ["created_at", "2016-10-05 17:39:03.500064"], ["updated_at", "2016-10-05 17:39:03.500064"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et qui iusto.\",\"text\":\"You can't bypass the microchip without compressing the optical IB transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.500906"], ["updated_at", "2016-10-05 17:39:03.500906"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui dolorum aut ad sint possimus a.\",\"text\":\"You can't parse the circuit without compressing the open-source HDD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.501761"], ["updated_at", "2016-10-05 17:39:03.501761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur est sed deserunt sint molestiae qui.\",\"text\":\"I'll bypass the bluetooth EXE feed, that should circuit the FTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.502628"], ["updated_at", "2016-10-05 17:39:03.502628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non harum libero soluta sunt maxime.\",\"text\":\"Compressing the pixel won't do anything, we need to quantify the redundant agp hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.503472"], ["updated_at", "2016-10-05 17:39:03.503472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum eaque aspernatur eum enim rerum.\",\"text\":\"If we navigate the microchip, we can get to the SDD panel through the optical THX circuit!\"}"], ["created_at", "2016-10-05 17:39:03.504351"], ["updated_at", "2016-10-05 17:39:03.504351"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed et et sunt.\",\"text\":\"Try to copy the SQL card, maybe it will quantify the neural driver!\"}"], ["created_at", "2016-10-05 17:39:03.505207"], ["updated_at", "2016-10-05 17:39:03.505207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil atque in aut fugiat et.\",\"text\":\"You can't index the sensor without parsing the primary XML port!\"}"], ["created_at", "2016-10-05 17:39:03.506037"], ["updated_at", "2016-10-05 17:39:03.506037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut quasi iste.\",\"text\":\"Try to bypass the TCP matrix, maybe it will calculate the haptic system!\"}"], ["created_at", "2016-10-05 17:39:03.506924"], ["updated_at", "2016-10-05 17:39:03.506924"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet modi magnam occaecati ipsum.\",\"text\":\"Try to synthesize the GB capacitor, maybe it will hack the online protocol!\"}"], ["created_at", "2016-10-05 17:39:03.507827"], ["updated_at", "2016-10-05 17:39:03.507827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore non amet omnis.\",\"text\":\"The EXE application is down, transmit the solid state feed so we can synthesize the SDD program!\"}"], ["created_at", "2016-10-05 17:39:03.508678"], ["updated_at", "2016-10-05 17:39:03.508678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea quisquam et accusamus eos omnis.\",\"text\":\"Backing up the program won't do anything, we need to copy the redundant pci firewall!\"}"], ["created_at", "2016-10-05 17:39:03.509531"], ["updated_at", "2016-10-05 17:39:03.509531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam unde quam.\",\"text\":\"You can't generate the hard drive without programming the 1080p GB protocol!\"}"], ["created_at", "2016-10-05 17:39:03.510410"], ["updated_at", "2016-10-05 17:39:03.510410"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis ut aut.\",\"text\":\"We need to copy the bluetooth XML protocol!\"}"], ["created_at", "2016-10-05 17:39:03.511266"], ["updated_at", "2016-10-05 17:39:03.511266"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore laboriosam sint.\",\"text\":\"If we input the pixel, we can get to the RAM port through the back-end USB capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.512138"], ["updated_at", "2016-10-05 17:39:03.512138"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem vitae quia recusandae maiores iure.\",\"text\":\"Use the online EXE panel, then you can input the mobile panel!\"}"], ["created_at", "2016-10-05 17:39:03.512989"], ["updated_at", "2016-10-05 17:39:03.512989"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores at rerum quod enim quas.\",\"text\":\"The AGP monitor is down, bypass the multi-byte interface so we can reboot the RAM capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.513823"], ["updated_at", "2016-10-05 17:39:03.513823"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est id ut quo.\",\"text\":\"You can't connect the monitor without connecting the 1080p SMTP interface!\"}"], ["created_at", "2016-10-05 17:39:03.514686"], ["updated_at", "2016-10-05 17:39:03.514686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi enim voluptatum nulla ratione.\",\"text\":\"The JBOD interface is down, back up the neural driver so we can copy the FTP driver!\"}"], ["created_at", "2016-10-05 17:39:03.515552"], ["updated_at", "2016-10-05 17:39:03.515552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem qui dolorem esse.\",\"text\":\"If we back up the array, we can get to the COM bus through the wireless RAM application!\"}"], ["created_at", "2016-10-05 17:39:03.516396"], ["updated_at", "2016-10-05 17:39:03.516396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis eveniet et quia natus reiciendis nesciunt accusantium.\",\"text\":\"We need to program the online AI protocol!\"}"], ["created_at", "2016-10-05 17:39:03.517263"], ["updated_at", "2016-10-05 17:39:03.517263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus est praesentium quia aut esse.\",\"text\":\"You can't parse the system without calculating the 1080p ADP panel!\"}"], ["created_at", "2016-10-05 17:39:03.518125"], ["updated_at", "2016-10-05 17:39:03.518125"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo est in quod sunt autem nulla doloribus.\",\"text\":\"Use the optical EXE firewall, then you can quantify the bluetooth bus!\"}"], ["created_at", "2016-10-05 17:39:03.518979"], ["updated_at", "2016-10-05 17:39:03.518979"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim totam aliquid voluptatem quia.\",\"text\":\"We need to hack the bluetooth SMTP microchip!\"}"], ["created_at", "2016-10-05 17:39:03.519826"], ["updated_at", "2016-10-05 17:39:03.519826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ullam minus qui temporibus quis eos.\",\"text\":\"The COM panel is down, hack the virtual bus so we can navigate the FTP panel!\"}"], ["created_at", "2016-10-05 17:39:03.520690"], ["updated_at", "2016-10-05 17:39:03.520690"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis ut vitae.\",\"text\":\"Use the back-end JSON interface, then you can bypass the haptic alarm!\"}"], ["created_at", "2016-10-05 17:39:03.521538"], ["updated_at", "2016-10-05 17:39:03.521538"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam culpa ratione laudantium porro.\",\"text\":\"Try to hack the SMS sensor, maybe it will synthesize the bluetooth array!\"}"], ["created_at", "2016-10-05 17:39:03.522408"], ["updated_at", "2016-10-05 17:39:03.522408"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit nesciunt laboriosam praesentium facere et incidunt.\",\"text\":\"Generating the program won't do anything, we need to parse the neural jbod hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.523298"], ["updated_at", "2016-10-05 17:39:03.523298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis quia nobis esse.\",\"text\":\"If we compress the transmitter, we can get to the JBOD firewall through the optical JSON matrix!\"}"], ["created_at", "2016-10-05 17:39:03.524195"], ["updated_at", "2016-10-05 17:39:03.524195"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et iste error hic.\",\"text\":\"Use the multi-byte HDD firewall, then you can override the online pixel!\"}"], ["created_at", "2016-10-05 17:39:03.525060"], ["updated_at", "2016-10-05 17:39:03.525060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel laborum libero autem ratione cum aut.\",\"text\":\"Try to input the USB program, maybe it will parse the back-end application!\"}"], ["created_at", "2016-10-05 17:39:03.525902"], ["updated_at", "2016-10-05 17:39:03.525902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore esse ratione.\",\"text\":\"Use the digital TCP matrix, then you can calculate the bluetooth bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.526785"], ["updated_at", "2016-10-05 17:39:03.526785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum autem et.\",\"text\":\"If we quantify the feed, we can get to the COM card through the back-end SDD matrix!\"}"], ["created_at", "2016-10-05 17:39:03.527654"], ["updated_at", "2016-10-05 17:39:03.527654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur alias velit reiciendis eaque nam.\",\"text\":\"You can't copy the system without navigating the multi-byte COM pixel!\"}"], ["created_at", "2016-10-05 17:39:03.528500"], ["updated_at", "2016-10-05 17:39:03.528500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis ut rerum maiores voluptatem.\",\"text\":\"Programming the card won't do anything, we need to transmit the digital pci panel!\"}"], ["created_at", "2016-10-05 17:39:03.529366"], ["updated_at", "2016-10-05 17:39:03.529366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat sunt occaecati.\",\"text\":\"I'll override the 1080p USB transmitter, that should microchip the HDD card!\"}"], ["created_at", "2016-10-05 17:39:03.530204"], ["updated_at", "2016-10-05 17:39:03.530204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque dolores nihil.\",\"text\":\"You can't reboot the bus without generating the neural SMTP interface!\"}"], ["created_at", "2016-10-05 17:39:03.531101"], ["updated_at", "2016-10-05 17:39:03.531101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo quia et at quis ratione voluptas.\",\"text\":\"You can't navigate the port without compressing the optical SAS protocol!\"}"], ["created_at", "2016-10-05 17:39:03.531954"], ["updated_at", "2016-10-05 17:39:03.531954"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et saepe minus molestiae.\",\"text\":\"If we override the bus, we can get to the COM monitor through the open-source RAM monitor!\"}"], ["created_at", "2016-10-05 17:39:03.532846"], ["updated_at", "2016-10-05 17:39:03.532846"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem consectetur tempora beatae.\",\"text\":\"We need to back up the open-source AGP bus!\"}"], ["created_at", "2016-10-05 17:39:03.533737"], ["updated_at", "2016-10-05 17:39:03.533737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non consequatur harum dolorem et dolorem sed.\",\"text\":\"Try to hack the JSON alarm, maybe it will bypass the wireless bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.534609"], ["updated_at", "2016-10-05 17:39:03.534609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod rerum doloribus.\",\"text\":\"Try to parse the FTP card, maybe it will program the bluetooth bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.535473"], ["updated_at", "2016-10-05 17:39:03.535473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui ab assumenda consequuntur.\",\"text\":\"Try to compress the SDD microchip, maybe it will input the optical circuit!\"}"], ["created_at", "2016-10-05 17:39:03.536308"], ["updated_at", "2016-10-05 17:39:03.536308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut autem aut occaecati.\",\"text\":\"Indexing the monitor won't do anything, we need to synthesize the wireless thx monitor!\"}"], ["created_at", "2016-10-05 17:39:03.537170"], ["updated_at", "2016-10-05 17:39:03.537170"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum exercitationem perspiciatis quo voluptatibus.\",\"text\":\"I'll hack the redundant COM alarm, that should system the TCP alarm!\"}"], ["created_at", "2016-10-05 17:39:03.538028"], ["updated_at", "2016-10-05 17:39:03.538028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum voluptas modi numquam officia repellendus non illo.\",\"text\":\"Use the redundant AGP microchip, then you can transmit the neural application!\"}"], ["created_at", "2016-10-05 17:39:03.538904"], ["updated_at", "2016-10-05 17:39:03.538904"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id dolorum veniam harum ea molestiae deleniti perferendis.\",\"text\":\"The JSON bandwidth is down, quantify the neural card so we can input the USB program!\"}"], ["created_at", "2016-10-05 17:39:03.539772"], ["updated_at", "2016-10-05 17:39:03.539772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias consequatur recusandae.\",\"text\":\"If we navigate the firewall, we can get to the SCSI sensor through the optical JSON monitor!\"}"], ["created_at", "2016-10-05 17:39:03.540612"], ["updated_at", "2016-10-05 17:39:03.540612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut optio rem molestiae.\",\"text\":\"If we calculate the panel, we can get to the FTP monitor through the mobile RSS feed!\"}"], ["created_at", "2016-10-05 17:39:03.541467"], ["updated_at", "2016-10-05 17:39:03.541467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque illum dolores officiis omnis.\",\"text\":\"Try to calculate the SSL interface, maybe it will index the solid state transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.542290"], ["updated_at", "2016-10-05 17:39:03.542290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non et et veritatis eum reprehenderit.\",\"text\":\"If we calculate the bus, we can get to the AI circuit through the mobile HDD program!\"}"], ["created_at", "2016-10-05 17:39:03.543184"], ["updated_at", "2016-10-05 17:39:03.543184"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti et eos non nulla veritatis.\",\"text\":\"If we transmit the firewall, we can get to the XML capacitor through the online SQL pixel!\"}"], ["created_at", "2016-10-05 17:39:03.544028"], ["updated_at", "2016-10-05 17:39:03.544028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias blanditiis ut explicabo et cupiditate laboriosam.\",\"text\":\"We need to transmit the digital HTTP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.544896"], ["updated_at", "2016-10-05 17:39:03.544896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae est veritatis odit similique et velit dolor.\",\"text\":\"We need to back up the digital EXE transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.545749"], ["updated_at", "2016-10-05 17:39:03.545749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur consequatur quia impedit incidunt officia odio unde.\",\"text\":\"We need to compress the digital SMS transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.546619"], ["updated_at", "2016-10-05 17:39:03.546619"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat quia amet pariatur quisquam ad alias.\",\"text\":\"We need to navigate the back-end THX driver!\"}"], ["created_at", "2016-10-05 17:39:03.547474"], ["updated_at", "2016-10-05 17:39:03.547474"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate quos ipsam et itaque architecto aspernatur.\",\"text\":\"Indexing the panel won't do anything, we need to transmit the digital agp driver!\"}"], ["created_at", "2016-10-05 17:39:03.548327"], ["updated_at", "2016-10-05 17:39:03.548327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum omnis quos in.\",\"text\":\"We need to quantify the solid state COM array!\"}"], ["created_at", "2016-10-05 17:39:03.549231"], ["updated_at", "2016-10-05 17:39:03.549231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet expedita placeat ab aut qui pariatur et.\",\"text\":\"You can't index the sensor without overriding the neural TCP microchip!\"}"], ["created_at", "2016-10-05 17:39:03.550067"], ["updated_at", "2016-10-05 17:39:03.550067"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus voluptatem velit natus quam.\",\"text\":\"Try to connect the HTTP transmitter, maybe it will compress the auxiliary program!\"}"], ["created_at", "2016-10-05 17:39:03.550956"], ["updated_at", "2016-10-05 17:39:03.550956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti in non eligendi nobis sed.\",\"text\":\"You can't calculate the firewall without synthesizing the mobile JSON circuit!\"}"], ["created_at", "2016-10-05 17:39:03.551813"], ["updated_at", "2016-10-05 17:39:03.551813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae veniam blanditiis consequatur occaecati minima commodi qui.\",\"text\":\"Programming the microchip won't do anything, we need to index the primary ftp bus!\"}"], ["created_at", "2016-10-05 17:39:03.552668"], ["updated_at", "2016-10-05 17:39:03.552668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga ducimus animi ut nulla voluptatem hic cumque.\",\"text\":\"Calculating the matrix won't do anything, we need to reboot the back-end smtp program!\"}"], ["created_at", "2016-10-05 17:39:03.553581"], ["updated_at", "2016-10-05 17:39:03.553581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id autem dicta recusandae minus voluptatem.\",\"text\":\"We need to calculate the haptic USB matrix!\"}"], ["created_at", "2016-10-05 17:39:03.554441"], ["updated_at", "2016-10-05 17:39:03.554441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non eius ipsa.\",\"text\":\"Use the cross-platform SQL feed, then you can synthesize the solid state matrix!\"}"], ["created_at", "2016-10-05 17:39:03.555300"], ["updated_at", "2016-10-05 17:39:03.555300"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi qui ipsum.\",\"text\":\"You can't connect the alarm without navigating the haptic USB alarm!\"}"], ["created_at", "2016-10-05 17:39:03.556126"], ["updated_at", "2016-10-05 17:39:03.556126"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum omnis sunt ut est.\",\"text\":\"Backing up the driver won't do anything, we need to index the bluetooth pci microchip!\"}"], ["created_at", "2016-10-05 17:39:03.556975"], ["updated_at", "2016-10-05 17:39:03.556975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit corrupti blanditiis.\",\"text\":\"We need to override the cross-platform TCP circuit!\"}"], ["created_at", "2016-10-05 17:39:03.557842"], ["updated_at", "2016-10-05 17:39:03.557842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A laboriosam cum.\",\"text\":\"I'll parse the optical ADP bus, that should firewall the GB capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.558736"], ["updated_at", "2016-10-05 17:39:03.558736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur non labore voluptatem voluptatem non.\",\"text\":\"Try to synthesize the PNG system, maybe it will program the optical feed!\"}"], ["created_at", "2016-10-05 17:39:03.559624"], ["updated_at", "2016-10-05 17:39:03.559624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio enim qui laborum dolores sit.\",\"text\":\"The AI hard drive is down, index the haptic application so we can quantify the GB alarm!\"}"], ["created_at", "2016-10-05 17:39:03.560460"], ["updated_at", "2016-10-05 17:39:03.560460"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur earum repudiandae.\",\"text\":\"We need to parse the mobile IB alarm!\"}"], ["created_at", "2016-10-05 17:39:03.561341"], ["updated_at", "2016-10-05 17:39:03.561341"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur sed id modi.\",\"text\":\"Try to generate the AI monitor, maybe it will override the optical array!\"}"], ["created_at", "2016-10-05 17:39:03.562221"], ["updated_at", "2016-10-05 17:39:03.562221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem quia error consequatur tenetur est.\",\"text\":\"I'll input the mobile SDD transmitter, that should panel the HDD system!\"}"], ["created_at", "2016-10-05 17:39:03.563075"], ["updated_at", "2016-10-05 17:39:03.563075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam laudantium ipsa iusto odit culpa.\",\"text\":\"Try to index the JSON program, maybe it will connect the cross-platform feed!\"}"], ["created_at", "2016-10-05 17:39:03.563939"], ["updated_at", "2016-10-05 17:39:03.563939"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis occaecati non.\",\"text\":\"If we bypass the matrix, we can get to the HDD port through the 1080p XML sensor!\"}"], ["created_at", "2016-10-05 17:39:03.564794"], ["updated_at", "2016-10-05 17:39:03.564794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel debitis culpa eveniet laboriosam qui est pariatur.\",\"text\":\"You can't input the matrix without copying the solid state JSON application!\"}"], ["created_at", "2016-10-05 17:39:03.565628"], ["updated_at", "2016-10-05 17:39:03.565628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et harum et libero ut.\",\"text\":\"You can't copy the driver without quantifying the primary ADP sensor!\"}"], ["created_at", "2016-10-05 17:39:03.566496"], ["updated_at", "2016-10-05 17:39:03.566496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil non molestias sint fugit qui autem quidem.\",\"text\":\"If we parse the microchip, we can get to the CSS bus through the redundant CSS firewall!\"}"], ["created_at", "2016-10-05 17:39:03.567361"], ["updated_at", "2016-10-05 17:39:03.567361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam aspernatur consequatur aut sit.\",\"text\":\"You can't calculate the pixel without synthesizing the 1080p TCP monitor!\"}"], ["created_at", "2016-10-05 17:39:03.568200"], ["updated_at", "2016-10-05 17:39:03.568200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati dolorem qui et ipsum corrupti blanditiis.\",\"text\":\"Try to compress the TCP capacitor, maybe it will parse the digital driver!\"}"], ["created_at", "2016-10-05 17:39:03.569063"], ["updated_at", "2016-10-05 17:39:03.569063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur totam rerum autem aspernatur.\",\"text\":\"Use the cross-platform AI application, then you can navigate the auxiliary bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.569931"], ["updated_at", "2016-10-05 17:39:03.569931"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et reprehenderit perspiciatis corporis eveniet quia occaecati quis.\",\"text\":\"If we back up the firewall, we can get to the EXE hard drive through the auxiliary JSON bus!\"}"], ["created_at", "2016-10-05 17:39:03.570792"], ["updated_at", "2016-10-05 17:39:03.570792"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam pariatur blanditiis voluptas facilis modi et.\",\"text\":\"If we synthesize the sensor, we can get to the COM array through the auxiliary FTP protocol!\"}"], ["created_at", "2016-10-05 17:39:03.572292"], ["updated_at", "2016-10-05 17:39:03.572292"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus vel animi aliquid alias.\",\"text\":\"Indexing the application won't do anything, we need to transmit the 1080p thx alarm!\"}"], ["created_at", "2016-10-05 17:39:03.573674"], ["updated_at", "2016-10-05 17:39:03.573674"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio sunt illo sapiente doloribus culpa exercitationem quibusdam.\",\"text\":\"If we copy the array, we can get to the PCI matrix through the primary EXE hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.575069"], ["updated_at", "2016-10-05 17:39:03.575069"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias dolorem dolores modi dicta.\",\"text\":\"We need to parse the back-end CSS card!\"}"], ["created_at", "2016-10-05 17:39:03.577583"], ["updated_at", "2016-10-05 17:39:03.577583"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime velit aliquid voluptatem.\",\"text\":\"Generating the feed won't do anything, we need to transmit the bluetooth xml application!\"}"], ["created_at", "2016-10-05 17:39:03.580759"], ["updated_at", "2016-10-05 17:39:03.580759"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut beatae suscipit.\",\"text\":\"We need to index the open-source ADP array!\"}"], ["created_at", "2016-10-05 17:39:03.583690"], ["updated_at", "2016-10-05 17:39:03.583690"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas et quaerat sunt nostrum.\",\"text\":\"Parsing the feed won't do anything, we need to bypass the cross-platform scsi protocol!\"}"], ["created_at", "2016-10-05 17:39:03.584985"], ["updated_at", "2016-10-05 17:39:03.584985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae natus maxime iste.\",\"text\":\"Try to navigate the CSS panel, maybe it will generate the mobile monitor!\"}"], ["created_at", "2016-10-05 17:39:03.586060"], ["updated_at", "2016-10-05 17:39:03.586060"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus recusandae corrupti in rem deleniti doloremque.\",\"text\":\"Try to hack the SQL pixel, maybe it will compress the cross-platform monitor!\"}"], ["created_at", "2016-10-05 17:39:03.587116"], ["updated_at", "2016-10-05 17:39:03.587116"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil deserunt eaque consequuntur similique fugit.\",\"text\":\"I'll quantify the wireless AGP microchip, that should hard drive the THX microchip!\"}"], ["created_at", "2016-10-05 17:39:03.588127"], ["updated_at", "2016-10-05 17:39:03.588127"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi inventore quia velit impedit ipsam.\",\"text\":\"I'll quantify the 1080p HDD sensor, that should driver the COM panel!\"}"], ["created_at", "2016-10-05 17:39:03.589052"], ["updated_at", "2016-10-05 17:39:03.589052"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur est fugit enim voluptas.\",\"text\":\"I'll generate the mobile SMS port, that should bandwidth the SAS hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.589978"], ["updated_at", "2016-10-05 17:39:03.589978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur non rem incidunt et quia reiciendis dicta.\",\"text\":\"Try to transmit the USB microchip, maybe it will connect the redundant system!\"}"], ["created_at", "2016-10-05 17:39:03.590916"], ["updated_at", "2016-10-05 17:39:03.590916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et tempora beatae delectus.\",\"text\":\"Transmitting the sensor won't do anything, we need to navigate the online xml hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.591866"], ["updated_at", "2016-10-05 17:39:03.591866"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos sunt blanditiis.\",\"text\":\"If we calculate the transmitter, we can get to the SQL interface through the wireless SDD bus!\"}"], ["created_at", "2016-10-05 17:39:03.592771"], ["updated_at", "2016-10-05 17:39:03.592771"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias esse iusto voluptates repellat.\",\"text\":\"Try to synthesize the XML program, maybe it will input the wireless bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.593676"], ["updated_at", "2016-10-05 17:39:03.593676"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque ut quo vero et et quia et.\",\"text\":\"You can't override the system without compressing the auxiliary RSS driver!\"}"], ["created_at", "2016-10-05 17:39:03.594745"], ["updated_at", "2016-10-05 17:39:03.594745"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat at molestiae quis vero nam.\",\"text\":\"Generating the pixel won't do anything, we need to parse the virtual scsi driver!\"}"], ["created_at", "2016-10-05 17:39:03.595974"], ["updated_at", "2016-10-05 17:39:03.595974"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos ut nihil aliquam facilis sequi eaque id.\",\"text\":\"Try to compress the JSON hard drive, maybe it will copy the back-end hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.597257"], ["updated_at", "2016-10-05 17:39:03.597257"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi temporibus aut sint quaerat rerum.\",\"text\":\"If we hack the array, we can get to the SDD firewall through the online SAS sensor!\"}"], ["created_at", "2016-10-05 17:39:03.598969"], ["updated_at", "2016-10-05 17:39:03.598969"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem id vitae provident dolores quo doloribus.\",\"text\":\"The XSS panel is down, parse the cross-platform system so we can calculate the ADP panel!\"}"], ["created_at", "2016-10-05 17:39:03.601674"], ["updated_at", "2016-10-05 17:39:03.601674"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo asperiores quo qui dicta consequatur.\",\"text\":\"Use the digital AI array, then you can copy the neural bus!\"}"], ["created_at", "2016-10-05 17:39:03.604994"], ["updated_at", "2016-10-05 17:39:03.604994"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A et et veritatis numquam sit.\",\"text\":\"We need to input the haptic GB pixel!\"}"], ["created_at", "2016-10-05 17:39:03.607083"], ["updated_at", "2016-10-05 17:39:03.607083"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel veniam dicta et quidem non.\",\"text\":\"If we navigate the feed, we can get to the XSS protocol through the solid state CSS program!\"}"], ["created_at", "2016-10-05 17:39:03.608241"], ["updated_at", "2016-10-05 17:39:03.608241"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint tempora id doloribus asperiores sint omnis.\",\"text\":\"You can't quantify the transmitter without programming the 1080p PNG matrix!\"}"], ["created_at", "2016-10-05 17:39:03.609317"], ["updated_at", "2016-10-05 17:39:03.609317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et voluptatibus fugiat aut ut nostrum nam maiores.\",\"text\":\"Try to hack the SAS application, maybe it will index the multi-byte system!\"}"], ["created_at", "2016-10-05 17:39:03.610351"], ["updated_at", "2016-10-05 17:39:03.610351"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt rem quas quis ullam.\",\"text\":\"Backing up the protocol won't do anything, we need to compress the redundant css capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.611556"], ["updated_at", "2016-10-05 17:39:03.611556"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem molestiae et saepe dolorem tenetur quia ut.\",\"text\":\"Use the haptic COM port, then you can generate the haptic interface!\"}"], ["created_at", "2016-10-05 17:39:03.612652"], ["updated_at", "2016-10-05 17:39:03.612652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex enim expedita.\",\"text\":\"The TCP card is down, back up the virtual interface so we can back up the IB sensor!\"}"], ["created_at", "2016-10-05 17:39:03.613608"], ["updated_at", "2016-10-05 17:39:03.613608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto sit qui consequatur quam beatae reiciendis.\",\"text\":\"The XML application is down, compress the haptic firewall so we can compress the THX bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.614562"], ["updated_at", "2016-10-05 17:39:03.614562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis modi eius dolorem sit mollitia minus.\",\"text\":\"Bypassing the transmitter won't do anything, we need to input the primary rss matrix!\"}"], ["created_at", "2016-10-05 17:39:03.615530"], ["updated_at", "2016-10-05 17:39:03.615530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem doloremque voluptas commodi sed possimus.\",\"text\":\"We need to override the mobile JSON capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.616430"], ["updated_at", "2016-10-05 17:39:03.616430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui et repellendus nesciunt.\",\"text\":\"We need to synthesize the solid state RAM protocol!\"}"], ["created_at", "2016-10-05 17:39:03.617344"], ["updated_at", "2016-10-05 17:39:03.617344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut quis voluptas.\",\"text\":\"Quantifying the card won't do anything, we need to reboot the online ssl capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.618238"], ["updated_at", "2016-10-05 17:39:03.618238"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et voluptatem optio in facere omnis qui et.\",\"text\":\"Backing up the port won't do anything, we need to back up the bluetooth ftp driver!\"}"], ["created_at", "2016-10-05 17:39:03.619148"], ["updated_at", "2016-10-05 17:39:03.619148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus fuga quis deleniti dolor est repellendus architecto.\",\"text\":\"The COM circuit is down, override the online system so we can program the SCSI panel!\"}"], ["created_at", "2016-10-05 17:39:03.620043"], ["updated_at", "2016-10-05 17:39:03.620043"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In eum rerum error aspernatur sed.\",\"text\":\"The SMTP bus is down, input the bluetooth hard drive so we can generate the JSON feed!\"}"], ["created_at", "2016-10-05 17:39:03.620976"], ["updated_at", "2016-10-05 17:39:03.620976"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus et laborum atque expedita omnis consequatur provident.\",\"text\":\"Overriding the monitor won't do anything, we need to compress the neural json driver!\"}"], ["created_at", "2016-10-05 17:39:03.621881"], ["updated_at", "2016-10-05 17:39:03.621881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur tempore aut nulla numquam nobis minus.\",\"text\":\"The RSS driver is down, back up the back-end firewall so we can quantify the RSS interface!\"}"], ["created_at", "2016-10-05 17:39:03.622790"], ["updated_at", "2016-10-05 17:39:03.622790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto qui quis est.\",\"text\":\"Use the multi-byte EXE monitor, then you can index the mobile interface!\"}"], ["created_at", "2016-10-05 17:39:03.623704"], ["updated_at", "2016-10-05 17:39:03.623704"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et exercitationem facilis.\",\"text\":\"Bypassing the capacitor won't do anything, we need to index the mobile ib panel!\"}"], ["created_at", "2016-10-05 17:39:03.624708"], ["updated_at", "2016-10-05 17:39:03.624708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est nostrum animi.\",\"text\":\"The SSL interface is down, override the mobile microchip so we can parse the HDD feed!\"}"], ["created_at", "2016-10-05 17:39:03.625701"], ["updated_at", "2016-10-05 17:39:03.625701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum voluptate est.\",\"text\":\"The EXE feed is down, index the 1080p pixel so we can override the SDD application!\"}"], ["created_at", "2016-10-05 17:39:03.626688"], ["updated_at", "2016-10-05 17:39:03.626688"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et et odio nihil id.\",\"text\":\"Programming the array won't do anything, we need to bypass the optical rss capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.627687"], ["updated_at", "2016-10-05 17:39:03.627687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel sit quaerat quos quidem.\",\"text\":\"I'll quantify the solid state RSS feed, that should hard drive the THX program!\"}"], ["created_at", "2016-10-05 17:39:03.628808"], ["updated_at", "2016-10-05 17:39:03.628808"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat aut voluptatum recusandae vitae sint autem tempore.\",\"text\":\"You can't parse the circuit without copying the neural AGP interface!\"}"], ["created_at", "2016-10-05 17:39:03.629791"], ["updated_at", "2016-10-05 17:39:03.629791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum repellat pariatur.\",\"text\":\"Generating the feed won't do anything, we need to connect the bluetooth exe pixel!\"}"], ["created_at", "2016-10-05 17:39:03.630851"], ["updated_at", "2016-10-05 17:39:03.630851"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur omnis asperiores dignissimos cumque magnam consequatur.\",\"text\":\"The PNG circuit is down, index the neural transmitter so we can copy the JBOD panel!\"}"], ["created_at", "2016-10-05 17:39:03.631887"], ["updated_at", "2016-10-05 17:39:03.631887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum assumenda laborum nihil ratione.\",\"text\":\"I'll input the neural IB matrix, that should panel the TCP array!\"}"], ["created_at", "2016-10-05 17:39:03.632910"], ["updated_at", "2016-10-05 17:39:03.632910"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto ipsum eius cupiditate sint et vel error.\",\"text\":\"I'll back up the cross-platform HTTP matrix, that should monitor the AI transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.633896"], ["updated_at", "2016-10-05 17:39:03.633896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor distinctio aut praesentium magni cum ad.\",\"text\":\"I'll compress the online CSS pixel, that should interface the PCI pixel!\"}"], ["created_at", "2016-10-05 17:39:03.634884"], ["updated_at", "2016-10-05 17:39:03.634884"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur molestiae beatae.\",\"text\":\"You can't generate the interface without compressing the virtual SCSI matrix!\"}"], ["created_at", "2016-10-05 17:39:03.635775"], ["updated_at", "2016-10-05 17:39:03.635775"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos suscipit odio nihil.\",\"text\":\"Use the primary RAM monitor, then you can navigate the online application!\"}"], ["created_at", "2016-10-05 17:39:03.636655"], ["updated_at", "2016-10-05 17:39:03.636655"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati eveniet temporibus.\",\"text\":\"If we bypass the system, we can get to the RAM panel through the digital SAS transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.637541"], ["updated_at", "2016-10-05 17:39:03.637541"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam saepe nihil et.\",\"text\":\"Use the mobile CSS matrix, then you can program the cross-platform protocol!\"}"], ["created_at", "2016-10-05 17:39:03.638477"], ["updated_at", "2016-10-05 17:39:03.638477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod minus nesciunt nisi cum.\",\"text\":\"Overriding the transmitter won't do anything, we need to quantify the online sql circuit!\"}"], ["created_at", "2016-10-05 17:39:03.639371"], ["updated_at", "2016-10-05 17:39:03.639371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos esse dignissimos nihil sequi.\",\"text\":\"Try to index the PCI system, maybe it will generate the cross-platform feed!\"}"], ["created_at", "2016-10-05 17:39:03.640274"], ["updated_at", "2016-10-05 17:39:03.640274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores id debitis nemo deleniti.\",\"text\":\"If we hack the protocol, we can get to the SMTP port through the open-source ADP bus!\"}"], ["created_at", "2016-10-05 17:39:03.641147"], ["updated_at", "2016-10-05 17:39:03.641147"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis omnis ea tenetur voluptates qui.\",\"text\":\"I'll connect the mobile SQL program, that should port the SMS system!\"}"], ["created_at", "2016-10-05 17:39:03.642038"], ["updated_at", "2016-10-05 17:39:03.642038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim excepturi laudantium ut odio maxime sint.\",\"text\":\"I'll connect the solid state USB matrix, that should firewall the PNG interface!\"}"], ["created_at", "2016-10-05 17:39:03.642970"], ["updated_at", "2016-10-05 17:39:03.642970"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit id quia.\",\"text\":\"I'll program the bluetooth SAS panel, that should card the XSS firewall!\"}"], ["created_at", "2016-10-05 17:39:03.643863"], ["updated_at", "2016-10-05 17:39:03.643863"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est qui sit architecto id ratione velit.\",\"text\":\"We need to parse the online AI pixel!\"}"], ["created_at", "2016-10-05 17:39:03.644851"], ["updated_at", "2016-10-05 17:39:03.644851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis et voluptas.\",\"text\":\"Use the mobile AGP bus, then you can calculate the online system!\"}"], ["created_at", "2016-10-05 17:39:03.645744"], ["updated_at", "2016-10-05 17:39:03.645744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem quibusdam ea tempora recusandae dolorem et.\",\"text\":\"You can't hack the microchip without overriding the solid state GB hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.646656"], ["updated_at", "2016-10-05 17:39:03.646656"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque qui et officiis eveniet aut.\",\"text\":\"I'll synthesize the 1080p THX application, that should circuit the JBOD bus!\"}"], ["created_at", "2016-10-05 17:39:03.647586"], ["updated_at", "2016-10-05 17:39:03.647586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed culpa vel ad.\",\"text\":\"The HDD matrix is down, generate the cross-platform matrix so we can quantify the TCP array!\"}"], ["created_at", "2016-10-05 17:39:03.648470"], ["updated_at", "2016-10-05 17:39:03.648470"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus error qui.\",\"text\":\"You can't hack the bus without bypassing the digital USB firewall!\"}"], ["created_at", "2016-10-05 17:39:03.649352"], ["updated_at", "2016-10-05 17:39:03.649352"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem rerum facere.\",\"text\":\"The RAM bus is down, hack the multi-byte hard drive so we can index the RSS port!\"}"], ["created_at", "2016-10-05 17:39:03.650221"], ["updated_at", "2016-10-05 17:39:03.650221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque vel qui blanditiis dicta provident.\",\"text\":\"I'll back up the mobile CSS matrix, that should panel the SMTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.651151"], ["updated_at", "2016-10-05 17:39:03.651151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium est possimus ut placeat.\",\"text\":\"Indexing the pixel won't do anything, we need to input the auxiliary sms card!\"}"], ["created_at", "2016-10-05 17:39:03.652037"], ["updated_at", "2016-10-05 17:39:03.652037"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore nesciunt culpa repudiandae ut.\",\"text\":\"The JBOD alarm is down, transmit the primary interface so we can hack the USB capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.652917"], ["updated_at", "2016-10-05 17:39:03.652917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur tempore iure reiciendis assumenda sit autem.\",\"text\":\"You can't transmit the interface without quantifying the haptic RAM feed!\"}"], ["created_at", "2016-10-05 17:39:03.653853"], ["updated_at", "2016-10-05 17:39:03.653853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In totam sequi pariatur.\",\"text\":\"Connecting the system won't do anything, we need to synthesize the bluetooth json panel!\"}"], ["created_at", "2016-10-05 17:39:03.654770"], ["updated_at", "2016-10-05 17:39:03.654770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo numquam temporibus necessitatibus eligendi tenetur.\",\"text\":\"You can't quantify the bus without programming the multi-byte IB port!\"}"], ["created_at", "2016-10-05 17:39:03.655644"], ["updated_at", "2016-10-05 17:39:03.655644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga illo a ut.\",\"text\":\"I'll hack the optical SAS array, that should card the SMTP firewall!\"}"], ["created_at", "2016-10-05 17:39:03.656525"], ["updated_at", "2016-10-05 17:39:03.656525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo enim tenetur assumenda atque rem.\",\"text\":\"Programming the panel won't do anything, we need to generate the solid state css array!\"}"], ["created_at", "2016-10-05 17:39:03.657394"], ["updated_at", "2016-10-05 17:39:03.657394"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo incidunt in ut est quibusdam.\",\"text\":\"We need to hack the virtual ADP matrix!\"}"], ["created_at", "2016-10-05 17:39:03.658274"], ["updated_at", "2016-10-05 17:39:03.658274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque est omnis eveniet quia et omnis.\",\"text\":\"The EXE protocol is down, parse the redundant array so we can program the RAM application!\"}"], ["created_at", "2016-10-05 17:39:03.659158"], ["updated_at", "2016-10-05 17:39:03.659158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor non dolores mollitia.\",\"text\":\"Programming the pixel won't do anything, we need to generate the neural ai transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.660066"], ["updated_at", "2016-10-05 17:39:03.660066"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi quod perferendis.\",\"text\":\"If we back up the circuit, we can get to the COM microchip through the neural USB protocol!\"}"], ["created_at", "2016-10-05 17:39:03.661098"], ["updated_at", "2016-10-05 17:39:03.661098"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui placeat asperiores inventore consequuntur iste.\",\"text\":\"The EXE card is down, copy the multi-byte pixel so we can generate the IB capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.662021"], ["updated_at", "2016-10-05 17:39:03.662021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis consectetur cupiditate quia.\",\"text\":\"If we copy the capacitor, we can get to the PNG circuit through the open-source IB feed!\"}"], ["created_at", "2016-10-05 17:39:03.662920"], ["updated_at", "2016-10-05 17:39:03.662920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore inventore quasi.\",\"text\":\"You can't calculate the driver without navigating the solid state IB driver!\"}"], ["created_at", "2016-10-05 17:39:03.663798"], ["updated_at", "2016-10-05 17:39:03.663798"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi non officia praesentium vitae rerum.\",\"text\":\"I'll program the open-source IB circuit, that should monitor the RSS protocol!\"}"], ["created_at", "2016-10-05 17:39:03.664684"], ["updated_at", "2016-10-05 17:39:03.664684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta necessitatibus quia.\",\"text\":\"The ADP sensor is down, override the solid state card so we can transmit the JBOD port!\"}"], ["created_at", "2016-10-05 17:39:03.665546"], ["updated_at", "2016-10-05 17:39:03.665546"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt quaerat et voluptatem ex amet architecto aut.\",\"text\":\"I'll generate the solid state TCP matrix, that should array the COM transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.666419"], ["updated_at", "2016-10-05 17:39:03.666419"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non est ut assumenda aut voluptatem quo sunt.\",\"text\":\"We need to generate the optical EXE program!\"}"], ["created_at", "2016-10-05 17:39:03.667278"], ["updated_at", "2016-10-05 17:39:03.667278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore rerum accusantium.\",\"text\":\"The XML pixel is down, bypass the open-source bus so we can program the ADP circuit!\"}"], ["created_at", "2016-10-05 17:39:03.668133"], ["updated_at", "2016-10-05 17:39:03.668133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut recusandae sed debitis qui doloremque aut.\",\"text\":\"We need to compress the wireless COM circuit!\"}"], ["created_at", "2016-10-05 17:39:03.669005"], ["updated_at", "2016-10-05 17:39:03.669005"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta maiores omnis nemo.\",\"text\":\"The SAS array is down, calculate the multi-byte panel so we can quantify the SMS hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.669870"], ["updated_at", "2016-10-05 17:39:03.669870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui quod repellendus adipisci sequi ipsa dolor.\",\"text\":\"You can't index the interface without programming the online SAS sensor!\"}"], ["created_at", "2016-10-05 17:39:03.670761"], ["updated_at", "2016-10-05 17:39:03.670761"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque aspernatur sequi voluptatibus molestiae sapiente molestias.\",\"text\":\"I'll reboot the solid state SDD sensor, that should system the THX driver!\"}"], ["created_at", "2016-10-05 17:39:03.671647"], ["updated_at", "2016-10-05 17:39:03.671647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et mollitia aut similique est incidunt.\",\"text\":\"You can't calculate the matrix without copying the back-end SQL bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.672558"], ["updated_at", "2016-10-05 17:39:03.672558"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos voluptate odio quas excepturi ut ullam.\",\"text\":\"Try to input the SSL firewall, maybe it will navigate the back-end monitor!\"}"], ["created_at", "2016-10-05 17:39:03.673414"], ["updated_at", "2016-10-05 17:39:03.673414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut quisquam dolores tempore dolor ut saepe accusantium.\",\"text\":\"Try to copy the JBOD driver, maybe it will transmit the cross-platform protocol!\"}"], ["created_at", "2016-10-05 17:39:03.674295"], ["updated_at", "2016-10-05 17:39:03.674295"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum aut omnis non.\",\"text\":\"Try to hack the FTP driver, maybe it will navigate the cross-platform microchip!\"}"], ["created_at", "2016-10-05 17:39:03.675159"], ["updated_at", "2016-10-05 17:39:03.675159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore alias tempore minus minima qui ad ipsam.\",\"text\":\"If we copy the microchip, we can get to the SQL hard drive through the haptic SSL alarm!\"}"], ["created_at", "2016-10-05 17:39:03.676021"], ["updated_at", "2016-10-05 17:39:03.676021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis magni est veritatis rerum ut.\",\"text\":\"Backing up the feed won't do anything, we need to calculate the neural ai circuit!\"}"], ["created_at", "2016-10-05 17:39:03.676932"], ["updated_at", "2016-10-05 17:39:03.676932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi qui non.\",\"text\":\"Use the back-end AGP program, then you can navigate the redundant monitor!\"}"], ["created_at", "2016-10-05 17:39:03.677841"], ["updated_at", "2016-10-05 17:39:03.677841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem aut omnis eveniet odio porro sed.\",\"text\":\"Try to program the SMS circuit, maybe it will synthesize the back-end program!\"}"], ["created_at", "2016-10-05 17:39:03.678734"], ["updated_at", "2016-10-05 17:39:03.678734"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui deserunt non voluptatem est veritatis.\",\"text\":\"Use the open-source USB card, then you can parse the cross-platform interface!\"}"], ["created_at", "2016-10-05 17:39:03.679617"], ["updated_at", "2016-10-05 17:39:03.679617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ratione quo sed inventore illum.\",\"text\":\"The GB card is down, bypass the online alarm so we can back up the SSL pixel!\"}"], ["created_at", "2016-10-05 17:39:03.680486"], ["updated_at", "2016-10-05 17:39:03.680486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat aut voluptates.\",\"text\":\"Use the optical SCSI port, then you can quantify the optical bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.681366"], ["updated_at", "2016-10-05 17:39:03.681366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore expedita ducimus perspiciatis.\",\"text\":\"Use the digital HTTP alarm, then you can hack the bluetooth feed!\"}"], ["created_at", "2016-10-05 17:39:03.682263"], ["updated_at", "2016-10-05 17:39:03.682263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est molestiae sed eos laboriosam praesentium nulla.\",\"text\":\"I'll hack the primary TCP circuit, that should interface the RAM alarm!\"}"], ["created_at", "2016-10-05 17:39:03.683140"], ["updated_at", "2016-10-05 17:39:03.683140"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos necessitatibus consequatur cupiditate rerum aperiam repudiandae.\",\"text\":\"You can't hack the program without copying the primary JBOD matrix!\"}"], ["created_at", "2016-10-05 17:39:03.684016"], ["updated_at", "2016-10-05 17:39:03.684016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit ea itaque nemo fugiat harum consectetur.\",\"text\":\"I'll input the redundant HTTP bandwidth, that should hard drive the THX array!\"}"], ["created_at", "2016-10-05 17:39:03.684906"], ["updated_at", "2016-10-05 17:39:03.684906"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod totam aut repellat.\",\"text\":\"If we input the program, we can get to the RSS capacitor through the open-source EXE bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.685777"], ["updated_at", "2016-10-05 17:39:03.685777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam ut sed nostrum qui.\",\"text\":\"The JBOD driver is down, bypass the wireless application so we can synthesize the SCSI transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.686675"], ["updated_at", "2016-10-05 17:39:03.686675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam itaque sed voluptatem ipsam dolorem.\",\"text\":\"Use the virtual COM alarm, then you can calculate the optical monitor!\"}"], ["created_at", "2016-10-05 17:39:03.687583"], ["updated_at", "2016-10-05 17:39:03.687583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos consequatur aut.\",\"text\":\"The RAM circuit is down, copy the mobile pixel so we can program the HDD monitor!\"}"], ["created_at", "2016-10-05 17:39:03.688468"], ["updated_at", "2016-10-05 17:39:03.688468"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius ipsa fuga unde.\",\"text\":\"Use the 1080p SQL monitor, then you can navigate the solid state matrix!\"}"], ["created_at", "2016-10-05 17:39:03.689327"], ["updated_at", "2016-10-05 17:39:03.689327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates deserunt natus recusandae ut sint.\",\"text\":\"If we program the bus, we can get to the AI array through the open-source CSS program!\"}"], ["created_at", "2016-10-05 17:39:03.690204"], ["updated_at", "2016-10-05 17:39:03.690204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui et doloremque.\",\"text\":\"I'll back up the haptic SCSI capacitor, that should capacitor the SCSI port!\"}"], ["created_at", "2016-10-05 17:39:03.691083"], ["updated_at", "2016-10-05 17:39:03.691083"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem et aspernatur magni rerum.\",\"text\":\"Quantifying the capacitor won't do anything, we need to bypass the wireless tcp monitor!\"}"], ["created_at", "2016-10-05 17:39:03.691969"], ["updated_at", "2016-10-05 17:39:03.691969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum quos est expedita est.\",\"text\":\"Use the bluetooth USB monitor, then you can program the primary hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.692900"], ["updated_at", "2016-10-05 17:39:03.692900"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam aliquid iste impedit.\",\"text\":\"I'll synthesize the solid state USB port, that should program the USB panel!\"}"], ["created_at", "2016-10-05 17:39:03.693770"], ["updated_at", "2016-10-05 17:39:03.693770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci aperiam ipsum.\",\"text\":\"If we override the driver, we can get to the ADP panel through the auxiliary XSS driver!\"}"], ["created_at", "2016-10-05 17:39:03.694682"], ["updated_at", "2016-10-05 17:39:03.694682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur qui sunt totam possimus molestiae debitis numquam.\",\"text\":\"If we quantify the feed, we can get to the CSS pixel through the multi-byte SQL bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.695562"], ["updated_at", "2016-10-05 17:39:03.695562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem reprehenderit maiores sapiente doloribus velit dolor.\",\"text\":\"We need to generate the wireless SSL panel!\"}"], ["created_at", "2016-10-05 17:39:03.696433"], ["updated_at", "2016-10-05 17:39:03.696433"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet cumque expedita et hic.\",\"text\":\"The PCI bus is down, connect the cross-platform system so we can hack the SMS matrix!\"}"], ["created_at", "2016-10-05 17:39:03.697292"], ["updated_at", "2016-10-05 17:39:03.697292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio sit et eos.\",\"text\":\"I'll program the virtual JBOD feed, that should array the SQL capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.698160"], ["updated_at", "2016-10-05 17:39:03.698160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis iure qui et.\",\"text\":\"I'll copy the haptic SMTP protocol, that should array the IB feed!\"}"], ["created_at", "2016-10-05 17:39:03.699019"], ["updated_at", "2016-10-05 17:39:03.699019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio sit nisi.\",\"text\":\"The HTTP microchip is down, copy the bluetooth driver so we can input the PNG panel!\"}"], ["created_at", "2016-10-05 17:39:03.699877"], ["updated_at", "2016-10-05 17:39:03.699877"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste quod perspiciatis consequatur id ipsum cumque.\",\"text\":\"You can't connect the panel without connecting the wireless TCP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.700736"], ["updated_at", "2016-10-05 17:39:03.700736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero neque nihil et aut praesentium.\",\"text\":\"Navigating the driver won't do anything, we need to navigate the auxiliary sql transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.701593"], ["updated_at", "2016-10-05 17:39:03.701593"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi ullam sed.\",\"text\":\"Try to bypass the SQL application, maybe it will reboot the bluetooth panel!\"}"], ["created_at", "2016-10-05 17:39:03.702470"], ["updated_at", "2016-10-05 17:39:03.702470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque officia aut repellat sed dolor vitae.\",\"text\":\"The HTTP array is down, synthesize the solid state capacitor so we can hack the JBOD hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.703341"], ["updated_at", "2016-10-05 17:39:03.703341"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione corporis dolorum sed est animi.\",\"text\":\"The ADP array is down, copy the primary bus so we can override the COM array!\"}"], ["created_at", "2016-10-05 17:39:03.704223"], ["updated_at", "2016-10-05 17:39:03.704223"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex dolorem nisi iure nostrum velit libero.\",\"text\":\"Hacking the panel won't do anything, we need to override the optical thx protocol!\"}"], ["created_at", "2016-10-05 17:39:03.705080"], ["updated_at", "2016-10-05 17:39:03.705080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur exercitationem saepe ex tenetur praesentium nulla.\",\"text\":\"Try to input the ADP bus, maybe it will bypass the bluetooth protocol!\"}"], ["created_at", "2016-10-05 17:39:03.705942"], ["updated_at", "2016-10-05 17:39:03.705942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint dignissimos omnis vero optio nulla temporibus.\",\"text\":\"Navigating the system won't do anything, we need to compress the solid state xss microchip!\"}"], ["created_at", "2016-10-05 17:39:03.706826"], ["updated_at", "2016-10-05 17:39:03.706826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi illo iste laboriosam et dolor.\",\"text\":\"The SMS transmitter is down, synthesize the 1080p driver so we can quantify the RSS matrix!\"}"], ["created_at", "2016-10-05 17:39:03.707687"], ["updated_at", "2016-10-05 17:39:03.707687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum quia qui quas a.\",\"text\":\"You can't calculate the bus without bypassing the virtual SMTP microchip!\"}"], ["created_at", "2016-10-05 17:39:03.708559"], ["updated_at", "2016-10-05 17:39:03.708559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum reprehenderit et tempora qui et error et.\",\"text\":\"Try to copy the CSS driver, maybe it will hack the bluetooth port!\"}"], ["created_at", "2016-10-05 17:39:03.709433"], ["updated_at", "2016-10-05 17:39:03.709433"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet rerum sequi deleniti expedita est dolorem.\",\"text\":\"Try to index the ADP hard drive, maybe it will back up the auxiliary feed!\"}"], ["created_at", "2016-10-05 17:39:03.710364"], ["updated_at", "2016-10-05 17:39:03.710364"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit tempore et pariatur.\",\"text\":\"Use the multi-byte THX feed, then you can copy the digital firewall!\"}"], ["created_at", "2016-10-05 17:39:03.711259"], ["updated_at", "2016-10-05 17:39:03.711259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum et blanditiis.\",\"text\":\"Try to input the RSS interface, maybe it will back up the haptic monitor!\"}"], ["created_at", "2016-10-05 17:39:03.712147"], ["updated_at", "2016-10-05 17:39:03.712147"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis sed ut sapiente fugit dolores amet non.\",\"text\":\"Parsing the system won't do anything, we need to override the multi-byte hdd capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.713019"], ["updated_at", "2016-10-05 17:39:03.713019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto amet voluptatem quia minus ipsum molestiae.\",\"text\":\"You can't program the driver without calculating the wireless XML card!\"}"], ["created_at", "2016-10-05 17:39:03.713897"], ["updated_at", "2016-10-05 17:39:03.713897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam qui quia voluptas facilis totam.\",\"text\":\"Try to connect the HDD bus, maybe it will calculate the solid state circuit!\"}"], ["created_at", "2016-10-05 17:39:03.714784"], ["updated_at", "2016-10-05 17:39:03.714784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore incidunt ab amet.\",\"text\":\"We need to program the solid state AI firewall!\"}"], ["created_at", "2016-10-05 17:39:03.715654"], ["updated_at", "2016-10-05 17:39:03.715654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut autem atque nam quibusdam omnis.\",\"text\":\"Use the digital AI hard drive, then you can bypass the auxiliary sensor!\"}"], ["created_at", "2016-10-05 17:39:03.716527"], ["updated_at", "2016-10-05 17:39:03.716527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem libero consequatur delectus illum quis excepturi.\",\"text\":\"We need to hack the haptic ADP port!\"}"], ["created_at", "2016-10-05 17:39:03.717414"], ["updated_at", "2016-10-05 17:39:03.717414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui et nisi neque temporibus amet nemo.\",\"text\":\"We need to generate the neural TCP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.718280"], ["updated_at", "2016-10-05 17:39:03.718280"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et expedita sit rerum quis dolorum autem.\",\"text\":\"If we synthesize the card, we can get to the SMTP interface through the wireless SAS application!\"}"], ["created_at", "2016-10-05 17:39:03.719167"], ["updated_at", "2016-10-05 17:39:03.719167"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo sunt suscipit.\",\"text\":\"If we copy the driver, we can get to the SMS firewall through the wireless ADP alarm!\"}"], ["created_at", "2016-10-05 17:39:03.720035"], ["updated_at", "2016-10-05 17:39:03.720035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut corrupti beatae quos ut quae et fugiat.\",\"text\":\"If we generate the matrix, we can get to the XSS system through the digital SMS pixel!\"}"], ["created_at", "2016-10-05 17:39:03.720940"], ["updated_at", "2016-10-05 17:39:03.720940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor cupiditate neque aut.\",\"text\":\"You can't input the array without indexing the haptic SQL card!\"}"], ["created_at", "2016-10-05 17:39:03.721818"], ["updated_at", "2016-10-05 17:39:03.721818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel dolorem iste.\",\"text\":\"We need to program the auxiliary PCI panel!\"}"], ["created_at", "2016-10-05 17:39:03.722705"], ["updated_at", "2016-10-05 17:39:03.722705"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae quo est commodi et dolores.\",\"text\":\"Try to quantify the JSON protocol, maybe it will generate the online pixel!\"}"], ["created_at", "2016-10-05 17:39:03.723567"], ["updated_at", "2016-10-05 17:39:03.723567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id nesciunt eligendi.\",\"text\":\"The SSL transmitter is down, navigate the redundant driver so we can transmit the ADP port!\"}"], ["created_at", "2016-10-05 17:39:03.724478"], ["updated_at", "2016-10-05 17:39:03.724478"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta in fugiat omnis autem eum quam.\",\"text\":\"I'll bypass the multi-byte FTP protocol, that should pixel the COM hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.725420"], ["updated_at", "2016-10-05 17:39:03.725420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed eligendi unde.\",\"text\":\"If we input the hard drive, we can get to the USB interface through the solid state SMTP port!\"}"], ["created_at", "2016-10-05 17:39:03.726302"], ["updated_at", "2016-10-05 17:39:03.726302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit odio quia enim rem pariatur.\",\"text\":\"You can't compress the interface without overriding the redundant EXE firewall!\"}"], ["created_at", "2016-10-05 17:39:03.727212"], ["updated_at", "2016-10-05 17:39:03.727212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas velit reprehenderit consequatur aliquam natus est.\",\"text\":\"Use the online USB bus, then you can copy the 1080p bus!\"}"], ["created_at", "2016-10-05 17:39:03.728106"], ["updated_at", "2016-10-05 17:39:03.728106"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure ad praesentium rerum et.\",\"text\":\"Use the redundant SQL circuit, then you can generate the primary system!\"}"], ["created_at", "2016-10-05 17:39:03.728973"], ["updated_at", "2016-10-05 17:39:03.728973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est et voluptatem quos.\",\"text\":\"I'll synthesize the digital RAM bus, that should protocol the AI circuit!\"}"], ["created_at", "2016-10-05 17:39:03.729837"], ["updated_at", "2016-10-05 17:39:03.729837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo cumque nulla nemo accusantium ex illum consequuntur.\",\"text\":\"I'll navigate the online AI pixel, that should microchip the IB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.730711"], ["updated_at", "2016-10-05 17:39:03.730711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente tempora recusandae architecto qui autem voluptatem.\",\"text\":\"We need to transmit the mobile JSON feed!\"}"], ["created_at", "2016-10-05 17:39:03.731581"], ["updated_at", "2016-10-05 17:39:03.731581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et unde et adipisci.\",\"text\":\"Use the online SAS microchip, then you can generate the multi-byte hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.732440"], ["updated_at", "2016-10-05 17:39:03.732440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit sunt est velit.\",\"text\":\"I'll bypass the digital THX circuit, that should card the FTP program!\"}"], ["created_at", "2016-10-05 17:39:03.733294"], ["updated_at", "2016-10-05 17:39:03.733294"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat commodi ullam natus.\",\"text\":\"You can't compress the system without calculating the primary PCI matrix!\"}"], ["created_at", "2016-10-05 17:39:03.734148"], ["updated_at", "2016-10-05 17:39:03.734148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum qui harum a corporis nostrum omnis quaerat.\",\"text\":\"If we generate the sensor, we can get to the SAS circuit through the mobile XML array!\"}"], ["created_at", "2016-10-05 17:39:03.735100"], ["updated_at", "2016-10-05 17:39:03.735100"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda doloribus qui aperiam mollitia ex id reprehenderit.\",\"text\":\"The USB microchip is down, override the auxiliary bus so we can generate the SDD program!\"}"], ["created_at", "2016-10-05 17:39:03.735996"], ["updated_at", "2016-10-05 17:39:03.735996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut in non autem quam reprehenderit at facilis.\",\"text\":\"Try to hack the HDD sensor, maybe it will index the solid state interface!\"}"], ["created_at", "2016-10-05 17:39:03.736893"], ["updated_at", "2016-10-05 17:39:03.736893"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos odit impedit omnis velit in dolores ut.\",\"text\":\"The XML bandwidth is down, copy the bluetooth capacitor so we can index the THX hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.737796"], ["updated_at", "2016-10-05 17:39:03.737796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio facere repudiandae beatae minus quis.\",\"text\":\"Navigating the capacitor won't do anything, we need to navigate the neural tcp transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.738697"], ["updated_at", "2016-10-05 17:39:03.738697"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia dolores nobis eaque.\",\"text\":\"Calculating the protocol won't do anything, we need to parse the virtual sdd card!\"}"], ["created_at", "2016-10-05 17:39:03.739593"], ["updated_at", "2016-10-05 17:39:03.739593"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam eligendi recusandae tempora eius non dolorem quia.\",\"text\":\"We need to program the multi-byte SDD feed!\"}"], ["created_at", "2016-10-05 17:39:03.740469"], ["updated_at", "2016-10-05 17:39:03.740469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est saepe numquam quia non explicabo provident.\",\"text\":\"You can't program the card without programming the multi-byte JBOD feed!\"}"], ["created_at", "2016-10-05 17:39:03.741349"], ["updated_at", "2016-10-05 17:39:03.741349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio totam tenetur delectus aliquam at sunt sit.\",\"text\":\"The PNG transmitter is down, override the auxiliary interface so we can calculate the PCI system!\"}"], ["created_at", "2016-10-05 17:39:03.742238"], ["updated_at", "2016-10-05 17:39:03.742238"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem itaque laboriosam quo.\",\"text\":\"Parsing the transmitter won't do anything, we need to back up the wireless adp circuit!\"}"], ["created_at", "2016-10-05 17:39:03.743162"], ["updated_at", "2016-10-05 17:39:03.743162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed repudiandae quia recusandae.\",\"text\":\"If we bypass the bandwidth, we can get to the SQL circuit through the redundant TCP microchip!\"}"], ["created_at", "2016-10-05 17:39:03.744045"], ["updated_at", "2016-10-05 17:39:03.744045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur et facilis cupiditate pariatur nulla dolor.\",\"text\":\"Connecting the firewall won't do anything, we need to bypass the virtual exe feed!\"}"], ["created_at", "2016-10-05 17:39:03.744953"], ["updated_at", "2016-10-05 17:39:03.744953"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt ducimus sunt.\",\"text\":\"Use the bluetooth HTTP array, then you can reboot the haptic circuit!\"}"], ["created_at", "2016-10-05 17:39:03.745834"], ["updated_at", "2016-10-05 17:39:03.745834"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae enim voluptatem aut illo pariatur.\",\"text\":\"The SCSI system is down, hack the online driver so we can hack the IB protocol!\"}"], ["created_at", "2016-10-05 17:39:03.746763"], ["updated_at", "2016-10-05 17:39:03.746763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil ut quam dolores.\",\"text\":\"If we bypass the monitor, we can get to the EXE sensor through the virtual PCI program!\"}"], ["created_at", "2016-10-05 17:39:03.747687"], ["updated_at", "2016-10-05 17:39:03.747687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque maiores ut possimus itaque dolores.\",\"text\":\"I'll index the solid state THX feed, that should capacitor the SSL port!\"}"], ["created_at", "2016-10-05 17:39:03.748598"], ["updated_at", "2016-10-05 17:39:03.748598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque a voluptatibus quod non labore iste esse.\",\"text\":\"Use the open-source AI port, then you can hack the auxiliary driver!\"}"], ["created_at", "2016-10-05 17:39:03.749509"], ["updated_at", "2016-10-05 17:39:03.749509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio veritatis labore reprehenderit.\",\"text\":\"Use the haptic GB monitor, then you can program the online program!\"}"], ["created_at", "2016-10-05 17:39:03.750425"], ["updated_at", "2016-10-05 17:39:03.750425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis corporis provident.\",\"text\":\"I'll navigate the online THX driver, that should program the SMTP circuit!\"}"], ["created_at", "2016-10-05 17:39:03.751308"], ["updated_at", "2016-10-05 17:39:03.751308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum quia dolore numquam.\",\"text\":\"We need to input the primary AI capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.752172"], ["updated_at", "2016-10-05 17:39:03.752172"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut deleniti id consequatur.\",\"text\":\"We need to copy the virtual SSL bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.753035"], ["updated_at", "2016-10-05 17:39:03.753035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis voluptas rerum.\",\"text\":\"Generating the program won't do anything, we need to override the cross-platform agp microchip!\"}"], ["created_at", "2016-10-05 17:39:03.753923"], ["updated_at", "2016-10-05 17:39:03.753923"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet debitis dolorum.\",\"text\":\"Try to input the IB hard drive, maybe it will program the digital capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.754826"], ["updated_at", "2016-10-05 17:39:03.754826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus a dolores iure veniam.\",\"text\":\"Use the redundant SDD panel, then you can index the redundant port!\"}"], ["created_at", "2016-10-05 17:39:03.755683"], ["updated_at", "2016-10-05 17:39:03.755683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam esse rerum voluptatem praesentium quasi.\",\"text\":\"Try to hack the AI panel, maybe it will compress the back-end port!\"}"], ["created_at", "2016-10-05 17:39:03.756541"], ["updated_at", "2016-10-05 17:39:03.756541"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium illum quia dicta quasi nihil qui.\",\"text\":\"Try to program the PCI circuit, maybe it will bypass the virtual array!\"}"], ["created_at", "2016-10-05 17:39:03.757420"], ["updated_at", "2016-10-05 17:39:03.757420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic atque repudiandae ea exercitationem ut.\",\"text\":\"Backing up the bus won't do anything, we need to bypass the auxiliary pci feed!\"}"], ["created_at", "2016-10-05 17:39:03.758269"], ["updated_at", "2016-10-05 17:39:03.758269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut molestiae et omnis iure quis voluptate.\",\"text\":\"Try to generate the USB microchip, maybe it will reboot the optical monitor!\"}"], ["created_at", "2016-10-05 17:39:03.759165"], ["updated_at", "2016-10-05 17:39:03.759165"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda et corrupti dignissimos velit cum repellendus.\",\"text\":\"Use the 1080p THX matrix, then you can input the 1080p feed!\"}"], ["created_at", "2016-10-05 17:39:03.760027"], ["updated_at", "2016-10-05 17:39:03.760027"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci dolorem eum inventore est rerum magnam.\",\"text\":\"You can't bypass the pixel without connecting the cross-platform PNG bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.760902"], ["updated_at", "2016-10-05 17:39:03.760902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla optio voluptas sint voluptatem consequatur accusantium animi.\",\"text\":\"I'll program the haptic XSS system, that should bandwidth the JSON port!\"}"], ["created_at", "2016-10-05 17:39:03.761777"], ["updated_at", "2016-10-05 17:39:03.761777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim voluptatibus illum ex.\",\"text\":\"You can't hack the program without indexing the back-end PCI microchip!\"}"], ["created_at", "2016-10-05 17:39:03.762671"], ["updated_at", "2016-10-05 17:39:03.762671"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae animi odit voluptas quam saepe.\",\"text\":\"Use the cross-platform HDD program, then you can navigate the primary array!\"}"], ["created_at", "2016-10-05 17:39:03.763558"], ["updated_at", "2016-10-05 17:39:03.763558"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat nemo qui quod.\",\"text\":\"Try to generate the SQL protocol, maybe it will bypass the mobile array!\"}"], ["created_at", "2016-10-05 17:39:03.764425"], ["updated_at", "2016-10-05 17:39:03.764425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed natus laudantium omnis necessitatibus.\",\"text\":\"Try to program the COM interface, maybe it will program the haptic protocol!\"}"], ["created_at", "2016-10-05 17:39:03.765303"], ["updated_at", "2016-10-05 17:39:03.765303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia ex consectetur natus quia.\",\"text\":\"I'll bypass the redundant CSS system, that should microchip the SMTP port!\"}"], ["created_at", "2016-10-05 17:39:03.766182"], ["updated_at", "2016-10-05 17:39:03.766182"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat non libero saepe omnis esse.\",\"text\":\"The AI driver is down, parse the haptic application so we can compress the HTTP card!\"}"], ["created_at", "2016-10-05 17:39:03.767064"], ["updated_at", "2016-10-05 17:39:03.767064"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium maxime odio consequuntur ipsum delectus.\",\"text\":\"Use the redundant ADP monitor, then you can compress the back-end monitor!\"}"], ["created_at", "2016-10-05 17:39:03.767945"], ["updated_at", "2016-10-05 17:39:03.767945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga beatae sequi dolore voluptatem et perspiciatis quaerat.\",\"text\":\"I'll index the wireless SDD alarm, that should firewall the ADP array!\"}"], ["created_at", "2016-10-05 17:39:03.768809"], ["updated_at", "2016-10-05 17:39:03.768809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum esse nihil.\",\"text\":\"You can't program the system without calculating the digital SDD program!\"}"], ["created_at", "2016-10-05 17:39:03.769672"], ["updated_at", "2016-10-05 17:39:03.769672"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae ex cum ullam dolorem est ipsa aspernatur.\",\"text\":\"I'll reboot the redundant JSON firewall, that should sensor the IB port!\"}"], ["created_at", "2016-10-05 17:39:03.770562"], ["updated_at", "2016-10-05 17:39:03.770562"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem earum at atque.\",\"text\":\"The AI application is down, compress the back-end application so we can calculate the SAS microchip!\"}"], ["created_at", "2016-10-05 17:39:03.771780"], ["updated_at", "2016-10-05 17:39:03.771780"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum fuga dolorum assumenda quam aliquid corrupti error.\",\"text\":\"You can't navigate the interface without quantifying the optical SMTP panel!\"}"], ["created_at", "2016-10-05 17:39:03.772722"], ["updated_at", "2016-10-05 17:39:03.772722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id consequatur quia vel placeat nulla vel.\",\"text\":\"I'll override the neural RSS application, that should bandwidth the THX firewall!\"}"], ["created_at", "2016-10-05 17:39:03.773621"], ["updated_at", "2016-10-05 17:39:03.773621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam dolorum accusamus molestias praesentium repudiandae.\",\"text\":\"Overriding the array won't do anything, we need to index the cross-platform hdd array!\"}"], ["created_at", "2016-10-05 17:39:03.774531"], ["updated_at", "2016-10-05 17:39:03.774531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque consectetur temporibus officiis sed.\",\"text\":\"If we hack the bandwidth, we can get to the RSS sensor through the wireless IB hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.775415"], ["updated_at", "2016-10-05 17:39:03.775415"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente id consequatur dolor perferendis.\",\"text\":\"Backing up the bus won't do anything, we need to generate the multi-byte sdd transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.776323"], ["updated_at", "2016-10-05 17:39:03.776323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos ut sunt.\",\"text\":\"Try to override the SQL bus, maybe it will generate the online system!\"}"], ["created_at", "2016-10-05 17:39:03.777229"], ["updated_at", "2016-10-05 17:39:03.777229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut nostrum occaecati aut officiis.\",\"text\":\"We need to bypass the multi-byte PCI port!\"}"], ["created_at", "2016-10-05 17:39:03.778163"], ["updated_at", "2016-10-05 17:39:03.778163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae reiciendis fuga placeat id.\",\"text\":\"Try to generate the TCP program, maybe it will connect the virtual firewall!\"}"], ["created_at", "2016-10-05 17:39:03.779110"], ["updated_at", "2016-10-05 17:39:03.779110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos deleniti tempora fugiat et quia.\",\"text\":\"Quantifying the system won't do anything, we need to calculate the cross-platform http alarm!\"}"], ["created_at", "2016-10-05 17:39:03.780033"], ["updated_at", "2016-10-05 17:39:03.780033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In reprehenderit dicta.\",\"text\":\"The SMTP microchip is down, generate the cross-platform hard drive so we can bypass the USB microchip!\"}"], ["created_at", "2016-10-05 17:39:03.780933"], ["updated_at", "2016-10-05 17:39:03.780933"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur nihil occaecati quo aut.\",\"text\":\"The XML feed is down, navigate the digital monitor so we can connect the SMS sensor!\"}"], ["created_at", "2016-10-05 17:39:03.781845"], ["updated_at", "2016-10-05 17:39:03.781845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum quia dolorem autem.\",\"text\":\"I'll back up the online RAM hard drive, that should hard drive the XML system!\"}"], ["created_at", "2016-10-05 17:39:03.782740"], ["updated_at", "2016-10-05 17:39:03.782740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt adipisci impedit.\",\"text\":\"You can't override the matrix without hacking the online CSS panel!\"}"], ["created_at", "2016-10-05 17:39:03.783633"], ["updated_at", "2016-10-05 17:39:03.783633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia pariatur id vel et aut qui vel.\",\"text\":\"I'll calculate the haptic SQL system, that should monitor the ADP sensor!\"}"], ["created_at", "2016-10-05 17:39:03.784511"], ["updated_at", "2016-10-05 17:39:03.784511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis soluta est.\",\"text\":\"Navigating the feed won't do anything, we need to synthesize the auxiliary sql port!\"}"], ["created_at", "2016-10-05 17:39:03.785407"], ["updated_at", "2016-10-05 17:39:03.785407"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo sint exercitationem qui odit qui.\",\"text\":\"You can't bypass the program without bypassing the haptic RSS feed!\"}"], ["created_at", "2016-10-05 17:39:03.786349"], ["updated_at", "2016-10-05 17:39:03.786349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos in odio ad architecto ut.\",\"text\":\"Try to bypass the PNG matrix, maybe it will connect the bluetooth bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.787271"], ["updated_at", "2016-10-05 17:39:03.787271"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius quod est nesciunt ipsam omnis et.\",\"text\":\"The SMTP card is down, back up the back-end application so we can input the JBOD interface!\"}"], ["created_at", "2016-10-05 17:39:03.788161"], ["updated_at", "2016-10-05 17:39:03.788161"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum asperiores recusandae qui doloremque ab ipsa enim.\",\"text\":\"You can't transmit the pixel without backing up the haptic SAS port!\"}"], ["created_at", "2016-10-05 17:39:03.789085"], ["updated_at", "2016-10-05 17:39:03.789085"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint ea eligendi rerum quo deleniti.\",\"text\":\"Try to bypass the TCP panel, maybe it will transmit the optical sensor!\"}"], ["created_at", "2016-10-05 17:39:03.789963"], ["updated_at", "2016-10-05 17:39:03.789963"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit vitae voluptate sit ad eaque nobis.\",\"text\":\"The COM matrix is down, index the 1080p panel so we can input the RSS pixel!\"}"], ["created_at", "2016-10-05 17:39:03.790866"], ["updated_at", "2016-10-05 17:39:03.790866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit voluptatem ut dolor sunt.\",\"text\":\"We need to navigate the virtual HDD circuit!\"}"], ["created_at", "2016-10-05 17:39:03.791747"], ["updated_at", "2016-10-05 17:39:03.791747"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident fuga occaecati quaerat corrupti tempore at.\",\"text\":\"Try to hack the THX sensor, maybe it will connect the back-end feed!\"}"], ["created_at", "2016-10-05 17:39:03.792641"], ["updated_at", "2016-10-05 17:39:03.792641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia ut a impedit sed expedita incidunt.\",\"text\":\"Copying the array won't do anything, we need to index the online smtp card!\"}"], ["created_at", "2016-10-05 17:39:03.793534"], ["updated_at", "2016-10-05 17:39:03.793534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo fugit ut facere debitis est possimus.\",\"text\":\"We need to copy the multi-byte COM firewall!\"}"], ["created_at", "2016-10-05 17:39:03.794447"], ["updated_at", "2016-10-05 17:39:03.794447"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur quaerat aut sunt fugiat et.\",\"text\":\"If we input the application, we can get to the FTP alarm through the mobile FTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.795368"], ["updated_at", "2016-10-05 17:39:03.795368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor et nihil et dolorum quos voluptatem explicabo.\",\"text\":\"The THX transmitter is down, parse the auxiliary application so we can quantify the XML sensor!\"}"], ["created_at", "2016-10-05 17:39:03.796269"], ["updated_at", "2016-10-05 17:39:03.796269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi autem pariatur impedit nostrum saepe.\",\"text\":\"Navigating the microchip won't do anything, we need to input the digital ai matrix!\"}"], ["created_at", "2016-10-05 17:39:03.797160"], ["updated_at", "2016-10-05 17:39:03.797160"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi at deserunt dolores in magnam.\",\"text\":\"You can't program the system without hacking the wireless XSS alarm!\"}"], ["created_at", "2016-10-05 17:39:03.798048"], ["updated_at", "2016-10-05 17:39:03.798048"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus distinctio officia iusto inventore tenetur voluptas sint.\",\"text\":\"Copying the capacitor won't do anything, we need to connect the neural http driver!\"}"], ["created_at", "2016-10-05 17:39:03.798954"], ["updated_at", "2016-10-05 17:39:03.798954"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita sed asperiores nihil nisi quia.\",\"text\":\"Synthesizing the interface won't do anything, we need to hack the optical usb capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.799837"], ["updated_at", "2016-10-05 17:39:03.799837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus blanditiis accusantium.\",\"text\":\"Try to override the CSS monitor, maybe it will index the back-end circuit!\"}"], ["created_at", "2016-10-05 17:39:03.800717"], ["updated_at", "2016-10-05 17:39:03.800717"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt aperiam sint.\",\"text\":\"The EXE alarm is down, connect the haptic microchip so we can reboot the EXE hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.801601"], ["updated_at", "2016-10-05 17:39:03.801601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam animi delectus omnis amet possimus.\",\"text\":\"Indexing the program won't do anything, we need to compress the solid state rss monitor!\"}"], ["created_at", "2016-10-05 17:39:03.802530"], ["updated_at", "2016-10-05 17:39:03.802530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum labore impedit consectetur eum sapiente.\",\"text\":\"We need to calculate the solid state SQL hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.803473"], ["updated_at", "2016-10-05 17:39:03.803473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo non beatae libero.\",\"text\":\"The JBOD pixel is down, parse the bluetooth card so we can quantify the JSON circuit!\"}"], ["created_at", "2016-10-05 17:39:03.804369"], ["updated_at", "2016-10-05 17:39:03.804369"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed placeat ab.\",\"text\":\"The XSS application is down, parse the virtual firewall so we can program the SSL system!\"}"], ["created_at", "2016-10-05 17:39:03.805266"], ["updated_at", "2016-10-05 17:39:03.805266"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit soluta et id.\",\"text\":\"Try to reboot the SAS program, maybe it will index the digital matrix!\"}"], ["created_at", "2016-10-05 17:39:03.806183"], ["updated_at", "2016-10-05 17:39:03.806183"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias molestiae minus qui facilis et amet dignissimos.\",\"text\":\"Navigating the driver won't do anything, we need to reboot the digital xml capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.807085"], ["updated_at", "2016-10-05 17:39:03.807085"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius minima cum facilis voluptatibus itaque.\",\"text\":\"You can't navigate the array without programming the auxiliary SQL bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.807971"], ["updated_at", "2016-10-05 17:39:03.807971"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta assumenda repudiandae necessitatibus minima dolores rerum.\",\"text\":\"The PCI application is down, index the online bandwidth so we can navigate the RAM circuit!\"}"], ["created_at", "2016-10-05 17:39:03.808862"], ["updated_at", "2016-10-05 17:39:03.808862"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis quis dolores maiores vel cum velit.\",\"text\":\"You can't synthesize the array without connecting the primary PNG protocol!\"}"], ["created_at", "2016-10-05 17:39:03.809730"], ["updated_at", "2016-10-05 17:39:03.809730"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem sit cumque sed rerum similique recusandae eum.\",\"text\":\"Calculating the port won't do anything, we need to parse the 1080p sql application!\"}"], ["created_at", "2016-10-05 17:39:03.810650"], ["updated_at", "2016-10-05 17:39:03.810650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab laboriosam est amet sit ipsam a.\",\"text\":\"I'll connect the mobile SAS panel, that should program the SSL application!\"}"], ["created_at", "2016-10-05 17:39:03.811594"], ["updated_at", "2016-10-05 17:39:03.811594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est aut et.\",\"text\":\"You can't reboot the hard drive without hacking the neural RSS feed!\"}"], ["created_at", "2016-10-05 17:39:03.812485"], ["updated_at", "2016-10-05 17:39:03.812485"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis consectetur hic vel facere et.\",\"text\":\"We need to copy the solid state THX program!\"}"], ["created_at", "2016-10-05 17:39:03.813367"], ["updated_at", "2016-10-05 17:39:03.813367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates velit aut voluptate quia.\",\"text\":\"Try to input the AI application, maybe it will program the online microchip!\"}"], ["created_at", "2016-10-05 17:39:03.814251"], ["updated_at", "2016-10-05 17:39:03.814251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur sit vel aut et aliquam.\",\"text\":\"Overriding the application won't do anything, we need to bypass the bluetooth ssl monitor!\"}"], ["created_at", "2016-10-05 17:39:03.815161"], ["updated_at", "2016-10-05 17:39:03.815161"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut consequatur ut consequatur.\",\"text\":\"Use the haptic ADP pixel, then you can parse the open-source system!\"}"], ["created_at", "2016-10-05 17:39:03.816058"], ["updated_at", "2016-10-05 17:39:03.816058"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi tempore voluptas debitis voluptatum doloribus.\",\"text\":\"If we bypass the interface, we can get to the GB interface through the wireless GB feed!\"}"], ["created_at", "2016-10-05 17:39:03.816942"], ["updated_at", "2016-10-05 17:39:03.816942"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At et blanditiis voluptates velit impedit.\",\"text\":\"I'll copy the online COM hard drive, that should bandwidth the XSS application!\"}"], ["created_at", "2016-10-05 17:39:03.817841"], ["updated_at", "2016-10-05 17:39:03.817841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod id molestias dicta praesentium.\",\"text\":\"Try to input the ADP firewall, maybe it will calculate the 1080p application!\"}"], ["created_at", "2016-10-05 17:39:03.818753"], ["updated_at", "2016-10-05 17:39:03.818753"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem provident expedita similique voluptate in.\",\"text\":\"We need to back up the wireless CSS protocol!\"}"], ["created_at", "2016-10-05 17:39:03.819675"], ["updated_at", "2016-10-05 17:39:03.819675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed odit sed expedita.\",\"text\":\"Use the neural HDD bandwidth, then you can input the optical array!\"}"], ["created_at", "2016-10-05 17:39:03.820636"], ["updated_at", "2016-10-05 17:39:03.820636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem corporis repudiandae cumque quos omnis iusto dolore.\",\"text\":\"We need to calculate the bluetooth AI capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.821546"], ["updated_at", "2016-10-05 17:39:03.821546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam suscipit nulla omnis qui et sunt assumenda.\",\"text\":\"I'll transmit the neural SAS card, that should application the HDD transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.822454"], ["updated_at", "2016-10-05 17:39:03.822454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta ut reiciendis.\",\"text\":\"Programming the transmitter won't do anything, we need to synthesize the multi-byte thx sensor!\"}"], ["created_at", "2016-10-05 17:39:03.823361"], ["updated_at", "2016-10-05 17:39:03.823361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim vel eius eum autem quis.\",\"text\":\"We need to parse the cross-platform JSON card!\"}"], ["created_at", "2016-10-05 17:39:03.824284"], ["updated_at", "2016-10-05 17:39:03.824284"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius non nam ipsum quasi laudantium est.\",\"text\":\"You can't connect the application without quantifying the virtual SQL hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.825377"], ["updated_at", "2016-10-05 17:39:03.825377"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae esse hic.\",\"text\":\"Try to override the JBOD panel, maybe it will back up the neural panel!\"}"], ["created_at", "2016-10-05 17:39:03.837566"], ["updated_at", "2016-10-05 17:39:03.837566"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt quis consequatur ut maxime hic similique.\",\"text\":\"Use the mobile HDD transmitter, then you can generate the mobile capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.838768"], ["updated_at", "2016-10-05 17:39:03.838768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo beatae dolore quia.\",\"text\":\"Indexing the matrix won't do anything, we need to quantify the neural hdd system!\"}"], ["created_at", "2016-10-05 17:39:03.839759"], ["updated_at", "2016-10-05 17:39:03.839759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati animi odio earum cumque debitis expedita.\",\"text\":\"Try to connect the GB capacitor, maybe it will reboot the neural application!\"}"], ["created_at", "2016-10-05 17:39:03.840708"], ["updated_at", "2016-10-05 17:39:03.840708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium deleniti enim soluta dolor sequi dolores.\",\"text\":\"We need to reboot the virtual PNG capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.841681"], ["updated_at", "2016-10-05 17:39:03.841681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem ex ipsa et.\",\"text\":\"We need to calculate the auxiliary ADP matrix!\"}"], ["created_at", "2016-10-05 17:39:03.842626"], ["updated_at", "2016-10-05 17:39:03.842626"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt perspiciatis laborum.\",\"text\":\"If we copy the bandwidth, we can get to the JSON hard drive through the solid state SDD capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.843527"], ["updated_at", "2016-10-05 17:39:03.843527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad modi possimus facilis quos.\",\"text\":\"The THX program is down, input the wireless circuit so we can program the XSS application!\"}"], ["created_at", "2016-10-05 17:39:03.844443"], ["updated_at", "2016-10-05 17:39:03.844443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae autem hic odio esse tempore.\",\"text\":\"We need to calculate the redundant EXE system!\"}"], ["created_at", "2016-10-05 17:39:03.845346"], ["updated_at", "2016-10-05 17:39:03.845346"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis accusantium exercitationem et et.\",\"text\":\"The SQL alarm is down, navigate the mobile system so we can parse the XSS pixel!\"}"], ["created_at", "2016-10-05 17:39:03.846240"], ["updated_at", "2016-10-05 17:39:03.846240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit culpa laboriosam id.\",\"text\":\"We need to reboot the back-end SQL port!\"}"], ["created_at", "2016-10-05 17:39:03.847154"], ["updated_at", "2016-10-05 17:39:03.847154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem architecto alias.\",\"text\":\"The EXE protocol is down, quantify the virtual bandwidth so we can calculate the PCI transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.848013"], ["updated_at", "2016-10-05 17:39:03.848013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam dolores rerum et voluptates.\",\"text\":\"I'll transmit the solid state PNG hard drive, that should transmitter the AGP protocol!\"}"], ["created_at", "2016-10-05 17:39:03.848886"], ["updated_at", "2016-10-05 17:39:03.848886"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem ut eos in.\",\"text\":\"We need to synthesize the multi-byte SMTP panel!\"}"], ["created_at", "2016-10-05 17:39:03.849751"], ["updated_at", "2016-10-05 17:39:03.849751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia qui et id.\",\"text\":\"We need to hack the wireless GB port!\"}"], ["created_at", "2016-10-05 17:39:03.850658"], ["updated_at", "2016-10-05 17:39:03.850658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente ut molestias quidem ut atque.\",\"text\":\"Parsing the matrix won't do anything, we need to compress the multi-byte sms circuit!\"}"], ["created_at", "2016-10-05 17:39:03.851527"], ["updated_at", "2016-10-05 17:39:03.851527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex consequatur qui aspernatur sit.\",\"text\":\"Indexing the bus won't do anything, we need to index the virtual thx alarm!\"}"], ["created_at", "2016-10-05 17:39:03.852369"], ["updated_at", "2016-10-05 17:39:03.852369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus sit quidem sit ex veritatis.\",\"text\":\"Try to input the SAS bandwidth, maybe it will back up the open-source alarm!\"}"], ["created_at", "2016-10-05 17:39:03.853234"], ["updated_at", "2016-10-05 17:39:03.853234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum minus tempore.\",\"text\":\"Try to hack the CSS card, maybe it will navigate the auxiliary protocol!\"}"], ["created_at", "2016-10-05 17:39:03.854117"], ["updated_at", "2016-10-05 17:39:03.854117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur asperiores tenetur.\",\"text\":\"You can't compress the program without indexing the digital AI pixel!\"}"], ["created_at", "2016-10-05 17:39:03.855011"], ["updated_at", "2016-10-05 17:39:03.855011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis voluptatibus in.\",\"text\":\"We need to program the haptic SQL bus!\"}"], ["created_at", "2016-10-05 17:39:03.855839"], ["updated_at", "2016-10-05 17:39:03.855839"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus eos qui nostrum.\",\"text\":\"The PNG bandwidth is down, program the neural array so we can copy the JSON matrix!\"}"], ["created_at", "2016-10-05 17:39:03.856691"], ["updated_at", "2016-10-05 17:39:03.856691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium et ducimus sed voluptas magnam id architecto.\",\"text\":\"We need to generate the optical SQL feed!\"}"], ["created_at", "2016-10-05 17:39:03.857546"], ["updated_at", "2016-10-05 17:39:03.857546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores ea quia et voluptatibus odit est.\",\"text\":\"Use the primary THX matrix, then you can navigate the haptic card!\"}"], ["created_at", "2016-10-05 17:39:03.858446"], ["updated_at", "2016-10-05 17:39:03.858446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione et accusantium nostrum.\",\"text\":\"The SAS monitor is down, program the multi-byte sensor so we can calculate the AGP matrix!\"}"], ["created_at", "2016-10-05 17:39:03.859286"], ["updated_at", "2016-10-05 17:39:03.859286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores nostrum velit omnis incidunt ipsum.\",\"text\":\"We need to program the solid state SDD panel!\"}"], ["created_at", "2016-10-05 17:39:03.860142"], ["updated_at", "2016-10-05 17:39:03.860142"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem pariatur modi in quia.\",\"text\":\"We need to copy the cross-platform FTP microchip!\"}"], ["created_at", "2016-10-05 17:39:03.860996"], ["updated_at", "2016-10-05 17:39:03.860996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id quis in magni aspernatur.\",\"text\":\"Use the online CSS hard drive, then you can navigate the auxiliary monitor!\"}"], ["created_at", "2016-10-05 17:39:03.861863"], ["updated_at", "2016-10-05 17:39:03.861863"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis perspiciatis et quo.\",\"text\":\"Use the 1080p JBOD feed, then you can program the digital firewall!\"}"], ["created_at", "2016-10-05 17:39:03.862724"], ["updated_at", "2016-10-05 17:39:03.862724"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam dolorum voluptas sit ipsam praesentium.\",\"text\":\"You can't parse the driver without overriding the auxiliary HDD array!\"}"], ["created_at", "2016-10-05 17:39:03.863557"], ["updated_at", "2016-10-05 17:39:03.863557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam sit est quasi vel et.\",\"text\":\"You can't connect the firewall without compressing the haptic PNG sensor!\"}"], ["created_at", "2016-10-05 17:39:03.864409"], ["updated_at", "2016-10-05 17:39:03.864409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est inventore facere numquam nulla aliquid earum voluptatibus.\",\"text\":\"If we calculate the circuit, we can get to the SCSI microchip through the redundant SSL protocol!\"}"], ["created_at", "2016-10-05 17:39:03.865262"], ["updated_at", "2016-10-05 17:39:03.865262"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error dicta veritatis.\",\"text\":\"The SDD application is down, override the 1080p hard drive so we can calculate the RAM matrix!\"}"], ["created_at", "2016-10-05 17:39:03.866126"], ["updated_at", "2016-10-05 17:39:03.866126"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et distinctio ullam odit.\",\"text\":\"We need to reboot the redundant PNG monitor!\"}"], ["created_at", "2016-10-05 17:39:03.867253"], ["updated_at", "2016-10-05 17:39:03.867253"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas praesentium veniam sequi sit consequatur hic.\",\"text\":\"The USB hard drive is down, generate the cross-platform port so we can input the JSON application!\"}"], ["created_at", "2016-10-05 17:39:03.868353"], ["updated_at", "2016-10-05 17:39:03.868353"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil ea voluptatibus nam et magnam occaecati aut.\",\"text\":\"If we navigate the alarm, we can get to the HTTP firewall through the cross-platform CSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.869890"], ["updated_at", "2016-10-05 17:39:03.869890"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat fuga officiis nesciunt ea non.\",\"text\":\"I'll parse the bluetooth HDD feed, that should circuit the RSS alarm!\"}"], ["created_at", "2016-10-05 17:39:03.871590"], ["updated_at", "2016-10-05 17:39:03.871590"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia blanditiis ut ipsum in quae quia consequatur.\",\"text\":\"The ADP panel is down, program the multi-byte monitor so we can copy the SDD protocol!\"}"], ["created_at", "2016-10-05 17:39:03.874345"], ["updated_at", "2016-10-05 17:39:03.874345"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos natus qui.\",\"text\":\"Try to index the JBOD array, maybe it will compress the cross-platform card!\"}"], ["created_at", "2016-10-05 17:39:03.877734"], ["updated_at", "2016-10-05 17:39:03.877734"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum omnis est.\",\"text\":\"Compressing the system won't do anything, we need to program the neural smtp bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.880040"], ["updated_at", "2016-10-05 17:39:03.880040"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed animi et libero sit in.\",\"text\":\"We need to connect the mobile IB pixel!\"}"], ["created_at", "2016-10-05 17:39:03.881176"], ["updated_at", "2016-10-05 17:39:03.881176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat corporis maxime natus.\",\"text\":\"The HDD microchip is down, connect the solid state card so we can copy the XSS port!\"}"], ["created_at", "2016-10-05 17:39:03.882223"], ["updated_at", "2016-10-05 17:39:03.882223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum non dignissimos qui eligendi rerum velit qui.\",\"text\":\"The SDD array is down, calculate the cross-platform interface so we can quantify the SCSI monitor!\"}"], ["created_at", "2016-10-05 17:39:03.883210"], ["updated_at", "2016-10-05 17:39:03.883210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id et facere molestias quia.\",\"text\":\"The ADP alarm is down, calculate the optical application so we can connect the AGP pixel!\"}"], ["created_at", "2016-10-05 17:39:03.884170"], ["updated_at", "2016-10-05 17:39:03.884170"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At consequatur nobis qui est recusandae.\",\"text\":\"I'll bypass the digital JSON interface, that should card the GB array!\"}"], ["created_at", "2016-10-05 17:39:03.885104"], ["updated_at", "2016-10-05 17:39:03.885104"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut libero at nostrum sit.\",\"text\":\"The ADP port is down, generate the cross-platform microchip so we can hack the CSS port!\"}"], ["created_at", "2016-10-05 17:39:03.886056"], ["updated_at", "2016-10-05 17:39:03.886056"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae rerum sapiente blanditiis voluptatem.\",\"text\":\"Use the open-source USB array, then you can bypass the 1080p monitor!\"}"], ["created_at", "2016-10-05 17:39:03.887036"], ["updated_at", "2016-10-05 17:39:03.887036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam ratione eum et omnis.\",\"text\":\"You can't index the bandwidth without indexing the haptic SAS alarm!\"}"], ["created_at", "2016-10-05 17:39:03.887933"], ["updated_at", "2016-10-05 17:39:03.887933"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae nemo autem nesciunt est possimus.\",\"text\":\"We need to input the online RSS protocol!\"}"], ["created_at", "2016-10-05 17:39:03.888833"], ["updated_at", "2016-10-05 17:39:03.888833"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam eius quia rerum placeat quod sapiente a.\",\"text\":\"Try to input the RSS interface, maybe it will program the solid state bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.889732"], ["updated_at", "2016-10-05 17:39:03.889732"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate pariatur quis beatae architecto totam.\",\"text\":\"We need to program the optical SCSI firewall!\"}"], ["created_at", "2016-10-05 17:39:03.890637"], ["updated_at", "2016-10-05 17:39:03.890637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto qui at nihil eaque earum aut.\",\"text\":\"Try to quantify the JBOD driver, maybe it will bypass the multi-byte port!\"}"], ["created_at", "2016-10-05 17:39:03.891502"], ["updated_at", "2016-10-05 17:39:03.891502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus et nihil earum amet reiciendis error.\",\"text\":\"We need to generate the 1080p SMTP port!\"}"], ["created_at", "2016-10-05 17:39:03.892380"], ["updated_at", "2016-10-05 17:39:03.892380"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt sapiente non voluptas minima blanditiis.\",\"text\":\"Calculating the firewall won't do anything, we need to connect the optical png system!\"}"], ["created_at", "2016-10-05 17:39:03.893257"], ["updated_at", "2016-10-05 17:39:03.893257"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias aliquam quis qui cumque sit.\",\"text\":\"We need to synthesize the open-source SCSI alarm!\"}"], ["created_at", "2016-10-05 17:39:03.894254"], ["updated_at", "2016-10-05 17:39:03.894254"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus et repellendus modi incidunt dolorum officia culpa.\",\"text\":\"We need to copy the virtual SMS port!\"}"], ["created_at", "2016-10-05 17:39:03.895356"], ["updated_at", "2016-10-05 17:39:03.895356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore tenetur molestiae nam voluptatibus omnis et deserunt.\",\"text\":\"If we quantify the system, we can get to the SAS interface through the primary TCP transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.896249"], ["updated_at", "2016-10-05 17:39:03.896249"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex sed itaque quod excepturi et est nulla.\",\"text\":\"I'll parse the redundant SDD driver, that should matrix the FTP protocol!\"}"], ["created_at", "2016-10-05 17:39:03.897136"], ["updated_at", "2016-10-05 17:39:03.897136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis hic ipsa odio esse ab accusamus dolore.\",\"text\":\"We need to copy the solid state PNG port!\"}"], ["created_at", "2016-10-05 17:39:03.898028"], ["updated_at", "2016-10-05 17:39:03.898028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita assumenda est.\",\"text\":\"If we compress the card, we can get to the TCP system through the virtual PCI circuit!\"}"], ["created_at", "2016-10-05 17:39:03.898912"], ["updated_at", "2016-10-05 17:39:03.898912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores accusamus quisquam voluptatibus nobis et nisi non.\",\"text\":\"If we bypass the card, we can get to the IB protocol through the primary THX protocol!\"}"], ["created_at", "2016-10-05 17:39:03.899764"], ["updated_at", "2016-10-05 17:39:03.899764"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum eveniet fugiat nihil ipsum dolorem dicta voluptatibus.\",\"text\":\"You can't quantify the matrix without quantifying the open-source HDD capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.900632"], ["updated_at", "2016-10-05 17:39:03.900632"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur nemo dolores dolore.\",\"text\":\"Try to program the HTTP firewall, maybe it will compress the multi-byte transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.901510"], ["updated_at", "2016-10-05 17:39:03.901510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed culpa et iusto quasi cupiditate molestias.\",\"text\":\"Indexing the hard drive won't do anything, we need to override the solid state ssl circuit!\"}"], ["created_at", "2016-10-05 17:39:03.902381"], ["updated_at", "2016-10-05 17:39:03.902381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum enim animi.\",\"text\":\"Try to compress the HTTP system, maybe it will calculate the primary hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.903231"], ["updated_at", "2016-10-05 17:39:03.903231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut qui soluta.\",\"text\":\"Try to parse the AI firewall, maybe it will quantify the optical circuit!\"}"], ["created_at", "2016-10-05 17:39:03.904123"], ["updated_at", "2016-10-05 17:39:03.904123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate blanditiis fugit dolores aut vel ullam.\",\"text\":\"Calculating the hard drive won't do anything, we need to index the optical rss feed!\"}"], ["created_at", "2016-10-05 17:39:03.904985"], ["updated_at", "2016-10-05 17:39:03.904985"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas dolores quae quo id deleniti.\",\"text\":\"Use the haptic SDD sensor, then you can index the solid state system!\"}"], ["created_at", "2016-10-05 17:39:03.905841"], ["updated_at", "2016-10-05 17:39:03.905841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos qui est facere culpa sint et.\",\"text\":\"You can't override the program without connecting the virtual IB card!\"}"], ["created_at", "2016-10-05 17:39:03.906696"], ["updated_at", "2016-10-05 17:39:03.906696"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa natus qui ad temporibus.\",\"text\":\"I'll copy the primary THX pixel, that should card the SSL program!\"}"], ["created_at", "2016-10-05 17:39:03.907556"], ["updated_at", "2016-10-05 17:39:03.907556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quis occaecati facilis consequatur.\",\"text\":\"Try to quantify the IB firewall, maybe it will bypass the back-end array!\"}"], ["created_at", "2016-10-05 17:39:03.908429"], ["updated_at", "2016-10-05 17:39:03.908429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta deleniti et enim et fuga nostrum.\",\"text\":\"I'll calculate the 1080p JBOD port, that should capacitor the PNG system!\"}"], ["created_at", "2016-10-05 17:39:03.909349"], ["updated_at", "2016-10-05 17:39:03.909349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores eos sed dignissimos alias at dolor.\",\"text\":\"We need to calculate the primary FTP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.910188"], ["updated_at", "2016-10-05 17:39:03.910188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse quod architecto itaque vero sint commodi.\",\"text\":\"If we override the hard drive, we can get to the THX port through the optical SAS system!\"}"], ["created_at", "2016-10-05 17:39:03.911134"], ["updated_at", "2016-10-05 17:39:03.911134"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui qui nobis recusandae.\",\"text\":\"Synthesizing the driver won't do anything, we need to hack the bluetooth pci driver!\"}"], ["created_at", "2016-10-05 17:39:03.912010"], ["updated_at", "2016-10-05 17:39:03.912010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis eaque velit ut necessitatibus.\",\"text\":\"The JSON driver is down, input the cross-platform interface so we can copy the IB transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.912870"], ["updated_at", "2016-10-05 17:39:03.912870"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut nobis earum eum magni et consequatur.\",\"text\":\"Hacking the port won't do anything, we need to parse the mobile sas microchip!\"}"], ["created_at", "2016-10-05 17:39:03.913730"], ["updated_at", "2016-10-05 17:39:03.913730"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores expedita quos assumenda nobis.\",\"text\":\"You can't transmit the panel without transmitting the multi-byte SQL port!\"}"], ["created_at", "2016-10-05 17:39:03.914582"], ["updated_at", "2016-10-05 17:39:03.914582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad et quibusdam.\",\"text\":\"Try to bypass the COM interface, maybe it will copy the virtual interface!\"}"], ["created_at", "2016-10-05 17:39:03.915441"], ["updated_at", "2016-10-05 17:39:03.915441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis est odio debitis.\",\"text\":\"You can't quantify the program without parsing the mobile GB sensor!\"}"], ["created_at", "2016-10-05 17:39:03.916293"], ["updated_at", "2016-10-05 17:39:03.916293"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum ex ut cupiditate officiis aut dignissimos est.\",\"text\":\"Try to program the SMTP bandwidth, maybe it will connect the neural microchip!\"}"], ["created_at", "2016-10-05 17:39:03.917148"], ["updated_at", "2016-10-05 17:39:03.917148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum ut et blanditiis quia.\",\"text\":\"If we parse the monitor, we can get to the SMS system through the online IB feed!\"}"], ["created_at", "2016-10-05 17:39:03.918004"], ["updated_at", "2016-10-05 17:39:03.918004"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum eum sequi asperiores quasi nulla quo.\",\"text\":\"The RAM bus is down, index the digital capacitor so we can compress the EXE program!\"}"], ["created_at", "2016-10-05 17:39:03.918871"], ["updated_at", "2016-10-05 17:39:03.918871"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita et qui similique.\",\"text\":\"Try to connect the XML port, maybe it will synthesize the cross-platform bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.919732"], ["updated_at", "2016-10-05 17:39:03.919732"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut doloribus fugiat et est dolor earum quam.\",\"text\":\"The USB application is down, override the redundant hard drive so we can hack the XML transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.920602"], ["updated_at", "2016-10-05 17:39:03.920602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt quaerat repellat nostrum.\",\"text\":\"If we synthesize the card, we can get to the SQL panel through the solid state JBOD card!\"}"], ["created_at", "2016-10-05 17:39:03.921446"], ["updated_at", "2016-10-05 17:39:03.921446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint perferendis est atque cupiditate.\",\"text\":\"If we generate the bandwidth, we can get to the SMS system through the solid state IB matrix!\"}"], ["created_at", "2016-10-05 17:39:03.922304"], ["updated_at", "2016-10-05 17:39:03.922304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum debitis sed laborum totam.\",\"text\":\"The JSON system is down, synthesize the multi-byte circuit so we can index the AGP transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.923170"], ["updated_at", "2016-10-05 17:39:03.923170"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At voluptatum rerum.\",\"text\":\"If we generate the system, we can get to the SDD pixel through the 1080p USB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.924017"], ["updated_at", "2016-10-05 17:39:03.924017"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi alias voluptatibus rerum est.\",\"text\":\"We need to override the virtual USB pixel!\"}"], ["created_at", "2016-10-05 17:39:03.924872"], ["updated_at", "2016-10-05 17:39:03.924872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis quos cumque dolores omnis velit.\",\"text\":\"We need to parse the redundant THX interface!\"}"], ["created_at", "2016-10-05 17:39:03.925738"], ["updated_at", "2016-10-05 17:39:03.925738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore totam consequatur est iste cum quia sed.\",\"text\":\"The TCP panel is down, generate the optical port so we can connect the FTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.926679"], ["updated_at", "2016-10-05 17:39:03.926679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil harum expedita voluptas eaque maiores eveniet.\",\"text\":\"You can't connect the panel without connecting the haptic XML bus!\"}"], ["created_at", "2016-10-05 17:39:03.927560"], ["updated_at", "2016-10-05 17:39:03.927560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis voluptates reiciendis ullam nihil distinctio.\",\"text\":\"If we back up the hard drive, we can get to the USB protocol through the digital PCI alarm!\"}"], ["created_at", "2016-10-05 17:39:03.928463"], ["updated_at", "2016-10-05 17:39:03.928463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt dicta modi voluptatem.\",\"text\":\"Use the wireless USB panel, then you can bypass the solid state transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.929308"], ["updated_at", "2016-10-05 17:39:03.929308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut voluptatem omnis est deserunt eos.\",\"text\":\"You can't generate the array without copying the digital JBOD driver!\"}"], ["created_at", "2016-10-05 17:39:03.930176"], ["updated_at", "2016-10-05 17:39:03.930176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem soluta accusamus dignissimos.\",\"text\":\"Navigating the capacitor won't do anything, we need to synthesize the back-end xml program!\"}"], ["created_at", "2016-10-05 17:39:03.931047"], ["updated_at", "2016-10-05 17:39:03.931047"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea sed repudiandae consequuntur praesentium.\",\"text\":\"I'll input the haptic COM panel, that should matrix the XSS interface!\"}"], ["created_at", "2016-10-05 17:39:03.931910"], ["updated_at", "2016-10-05 17:39:03.931910"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum libero et deserunt qui.\",\"text\":\"I'll input the online HTTP feed, that should circuit the AI capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.932772"], ["updated_at", "2016-10-05 17:39:03.932772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam cum vel quidem perspiciatis eos dolores eius.\",\"text\":\"We need to index the bluetooth AI monitor!\"}"], ["created_at", "2016-10-05 17:39:03.933612"], ["updated_at", "2016-10-05 17:39:03.933612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quia eos.\",\"text\":\"I'll input the mobile RAM card, that should system the COM alarm!\"}"], ["created_at", "2016-10-05 17:39:03.934499"], ["updated_at", "2016-10-05 17:39:03.934499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ipsa dolore quo quas et id a.\",\"text\":\"If we bypass the array, we can get to the SAS array through the haptic ADP panel!\"}"], ["created_at", "2016-10-05 17:39:03.935358"], ["updated_at", "2016-10-05 17:39:03.935358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae dolores natus incidunt consequatur.\",\"text\":\"If we hack the feed, we can get to the ADP firewall through the multi-byte CSS firewall!\"}"], ["created_at", "2016-10-05 17:39:03.936223"], ["updated_at", "2016-10-05 17:39:03.936223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos ipsa quisquam et dignissimos veniam distinctio.\",\"text\":\"We need to connect the primary FTP alarm!\"}"], ["created_at", "2016-10-05 17:39:03.937080"], ["updated_at", "2016-10-05 17:39:03.937080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores ut voluptatum ratione voluptatem dolores libero fugiat.\",\"text\":\"I'll input the mobile HTTP capacitor, that should card the USB transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.937933"], ["updated_at", "2016-10-05 17:39:03.937933"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur consectetur et est eum recusandae.\",\"text\":\"We need to override the 1080p AGP firewall!\"}"], ["created_at", "2016-10-05 17:39:03.938882"], ["updated_at", "2016-10-05 17:39:03.938882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti consequatur enim.\",\"text\":\"Try to calculate the SMS circuit, maybe it will generate the solid state hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.939763"], ["updated_at", "2016-10-05 17:39:03.939763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium esse facilis harum sapiente et pariatur.\",\"text\":\"If we generate the alarm, we can get to the USB program through the open-source PNG driver!\"}"], ["created_at", "2016-10-05 17:39:03.940647"], ["updated_at", "2016-10-05 17:39:03.940647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis repellat fugiat rerum mollitia magnam.\",\"text\":\"If we generate the hard drive, we can get to the JSON port through the bluetooth COM program!\"}"], ["created_at", "2016-10-05 17:39:03.941532"], ["updated_at", "2016-10-05 17:39:03.941532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure autem consequuntur.\",\"text\":\"The FTP card is down, navigate the open-source alarm so we can hack the SDD sensor!\"}"], ["created_at", "2016-10-05 17:39:03.942433"], ["updated_at", "2016-10-05 17:39:03.942433"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut placeat aliquam.\",\"text\":\"If we hack the microchip, we can get to the XSS pixel through the solid state SQL program!\"}"], ["created_at", "2016-10-05 17:39:03.943289"], ["updated_at", "2016-10-05 17:39:03.943289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae consequuntur vitae.\",\"text\":\"Try to synthesize the FTP pixel, maybe it will hack the 1080p monitor!\"}"], ["created_at", "2016-10-05 17:39:03.944175"], ["updated_at", "2016-10-05 17:39:03.944175"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo et enim repudiandae sunt nihil nulla sed.\",\"text\":\"The SMS alarm is down, index the online circuit so we can override the EXE capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.945027"], ["updated_at", "2016-10-05 17:39:03.945027"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur id recusandae voluptas facere.\",\"text\":\"Try to quantify the THX microchip, maybe it will calculate the back-end bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.945877"], ["updated_at", "2016-10-05 17:39:03.945877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel quia explicabo labore autem.\",\"text\":\"Copying the capacitor won't do anything, we need to calculate the redundant agp circuit!\"}"], ["created_at", "2016-10-05 17:39:03.946739"], ["updated_at", "2016-10-05 17:39:03.946739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis et laudantium dolorem pariatur aut id laborum.\",\"text\":\"If we compress the pixel, we can get to the JBOD microchip through the multi-byte GB monitor!\"}"], ["created_at", "2016-10-05 17:39:03.947616"], ["updated_at", "2016-10-05 17:39:03.947616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam quia laborum vero eligendi eius.\",\"text\":\"If we connect the card, we can get to the SMTP transmitter through the 1080p SDD application!\"}"], ["created_at", "2016-10-05 17:39:03.948448"], ["updated_at", "2016-10-05 17:39:03.948448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi aut atque.\",\"text\":\"Try to parse the SMS panel, maybe it will input the mobile panel!\"}"], ["created_at", "2016-10-05 17:39:03.949298"], ["updated_at", "2016-10-05 17:39:03.949298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum natus architecto aut.\",\"text\":\"If we reboot the capacitor, we can get to the FTP array through the cross-platform SAS microchip!\"}"], ["created_at", "2016-10-05 17:39:03.950147"], ["updated_at", "2016-10-05 17:39:03.950147"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis sit qui optio.\",\"text\":\"I'll calculate the optical JBOD pixel, that should protocol the COM microchip!\"}"], ["created_at", "2016-10-05 17:39:03.951037"], ["updated_at", "2016-10-05 17:39:03.951037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos occaecati nihil.\",\"text\":\"Backing up the pixel won't do anything, we need to copy the redundant usb panel!\"}"], ["created_at", "2016-10-05 17:39:03.951885"], ["updated_at", "2016-10-05 17:39:03.951885"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quam tempora voluptates tempore vel.\",\"text\":\"You can't compress the bandwidth without backing up the back-end PCI hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.952740"], ["updated_at", "2016-10-05 17:39:03.952740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut quam repellat sequi ut.\",\"text\":\"Navigating the driver won't do anything, we need to calculate the open-source sms application!\"}"], ["created_at", "2016-10-05 17:39:03.953646"], ["updated_at", "2016-10-05 17:39:03.953646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas libero iusto dolores expedita.\",\"text\":\"Try to hack the HTTP application, maybe it will bypass the primary pixel!\"}"], ["created_at", "2016-10-05 17:39:03.954543"], ["updated_at", "2016-10-05 17:39:03.954543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum eaque id sunt.\",\"text\":\"We need to synthesize the auxiliary RSS circuit!\"}"], ["created_at", "2016-10-05 17:39:03.955399"], ["updated_at", "2016-10-05 17:39:03.955399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae odio distinctio ea adipisci vero eius saepe.\",\"text\":\"We need to navigate the auxiliary JBOD system!\"}"], ["created_at", "2016-10-05 17:39:03.956241"], ["updated_at", "2016-10-05 17:39:03.956241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi quibusdam exercitationem quos laudantium vero.\",\"text\":\"If we override the matrix, we can get to the TCP transmitter through the solid state COM circuit!\"}"], ["created_at", "2016-10-05 17:39:03.957099"], ["updated_at", "2016-10-05 17:39:03.957099"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus repellat provident sed.\",\"text\":\"I'll override the bluetooth AI monitor, that should protocol the GB bus!\"}"], ["created_at", "2016-10-05 17:39:03.957953"], ["updated_at", "2016-10-05 17:39:03.957953"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non voluptatem sint unde consequatur dolorum.\",\"text\":\"You can't override the pixel without hacking the cross-platform SQL program!\"}"], ["created_at", "2016-10-05 17:39:03.958862"], ["updated_at", "2016-10-05 17:39:03.958862"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil explicabo est possimus.\",\"text\":\"I'll program the mobile ADP bus, that should port the EXE microchip!\"}"], ["created_at", "2016-10-05 17:39:03.959690"], ["updated_at", "2016-10-05 17:39:03.959690"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed eos est maiores ad quia voluptatem rerum.\",\"text\":\"The TCP system is down, copy the bluetooth sensor so we can program the EXE pixel!\"}"], ["created_at", "2016-10-05 17:39:03.960544"], ["updated_at", "2016-10-05 17:39:03.960544"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi esse illum et alias quia.\",\"text\":\"We need to hack the redundant THX interface!\"}"], ["created_at", "2016-10-05 17:39:03.961409"], ["updated_at", "2016-10-05 17:39:03.961409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique eum quia nihil reiciendis.\",\"text\":\"If we quantify the matrix, we can get to the FTP card through the bluetooth GB panel!\"}"], ["created_at", "2016-10-05 17:39:03.962256"], ["updated_at", "2016-10-05 17:39:03.962256"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut repudiandae sint possimus qui.\",\"text\":\"The SQL bandwidth is down, copy the auxiliary transmitter so we can reboot the ADP microchip!\"}"], ["created_at", "2016-10-05 17:39:03.963150"], ["updated_at", "2016-10-05 17:39:03.963150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed enim quia repellat provident aut culpa.\",\"text\":\"If we input the feed, we can get to the AGP bandwidth through the haptic CSS interface!\"}"], ["created_at", "2016-10-05 17:39:03.963991"], ["updated_at", "2016-10-05 17:39:03.963991"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi quis cupiditate qui.\",\"text\":\"You can't bypass the array without programming the mobile TCP application!\"}"], ["created_at", "2016-10-05 17:39:03.964855"], ["updated_at", "2016-10-05 17:39:03.964855"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium ullam expedita suscipit sint dolorum ea ut.\",\"text\":\"The IB system is down, copy the bluetooth system so we can override the SMS pixel!\"}"], ["created_at", "2016-10-05 17:39:03.965714"], ["updated_at", "2016-10-05 17:39:03.965714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi velit dolor ipsum libero temporibus voluptas perferendis.\",\"text\":\"If we navigate the interface, we can get to the THX sensor through the 1080p JBOD card!\"}"], ["created_at", "2016-10-05 17:39:03.966625"], ["updated_at", "2016-10-05 17:39:03.966625"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui maxime sequi maiores illo libero impedit.\",\"text\":\"Try to connect the THX feed, maybe it will transmit the haptic bandwidth!\"}"], ["created_at", "2016-10-05 17:39:03.967481"], ["updated_at", "2016-10-05 17:39:03.967481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam veniam itaque molestias esse ipsam.\",\"text\":\"Use the neural USB firewall, then you can bypass the cross-platform capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.968313"], ["updated_at", "2016-10-05 17:39:03.968313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis animi corporis ipsam quaerat corrupti pariatur et.\",\"text\":\"Try to parse the HDD program, maybe it will input the virtual firewall!\"}"], ["created_at", "2016-10-05 17:39:03.969173"], ["updated_at", "2016-10-05 17:39:03.969173"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius et eum ea et non.\",\"text\":\"You can't connect the circuit without backing up the redundant XSS feed!\"}"], ["created_at", "2016-10-05 17:39:03.970047"], ["updated_at", "2016-10-05 17:39:03.970047"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi mollitia voluptas deserunt dolores repellat aut.\",\"text\":\"You can't generate the program without generating the 1080p JBOD interface!\"}"], ["created_at", "2016-10-05 17:39:03.970911"], ["updated_at", "2016-10-05 17:39:03.970911"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse hic illum velit distinctio accusamus a labore.\",\"text\":\"Quantifying the system won't do anything, we need to index the wireless scsi program!\"}"], ["created_at", "2016-10-05 17:39:03.971828"], ["updated_at", "2016-10-05 17:39:03.971828"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At quasi iure asperiores.\",\"text\":\"I'll navigate the 1080p EXE capacitor, that should pixel the SDD application!\"}"], ["created_at", "2016-10-05 17:39:03.972917"], ["updated_at", "2016-10-05 17:39:03.972917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis quibusdam optio sed.\",\"text\":\"Try to hack the CSS bandwidth, maybe it will reboot the optical array!\"}"], ["created_at", "2016-10-05 17:39:03.973832"], ["updated_at", "2016-10-05 17:39:03.973832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus et laboriosam quam dignissimos assumenda iure ut.\",\"text\":\"If we input the port, we can get to the HTTP alarm through the back-end ADP card!\"}"], ["created_at", "2016-10-05 17:39:03.974703"], ["updated_at", "2016-10-05 17:39:03.974703"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod sunt dolorum accusamus quo.\",\"text\":\"If we synthesize the port, we can get to the IB port through the cross-platform IB panel!\"}"], ["created_at", "2016-10-05 17:39:03.975546"], ["updated_at", "2016-10-05 17:39:03.975546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur ut eos natus nisi voluptatem modi qui.\",\"text\":\"Use the bluetooth SCSI matrix, then you can bypass the cross-platform matrix!\"}"], ["created_at", "2016-10-05 17:39:03.976407"], ["updated_at", "2016-10-05 17:39:03.976407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore ab error occaecati eius aliquam magni.\",\"text\":\"If we compress the application, we can get to the SSL capacitor through the haptic FTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.977280"], ["updated_at", "2016-10-05 17:39:03.977280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni quaerat beatae voluptas culpa.\",\"text\":\"I'll compress the open-source RSS feed, that should sensor the JSON circuit!\"}"], ["created_at", "2016-10-05 17:39:03.978151"], ["updated_at", "2016-10-05 17:39:03.978151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum eius laboriosam.\",\"text\":\"Use the virtual FTP firewall, then you can program the bluetooth capacitor!\"}"], ["created_at", "2016-10-05 17:39:03.978997"], ["updated_at", "2016-10-05 17:39:03.978997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel ipsam soluta rem dolore exercitationem.\",\"text\":\"Use the multi-byte GB matrix, then you can transmit the 1080p alarm!\"}"], ["created_at", "2016-10-05 17:39:03.979843"], ["updated_at", "2016-10-05 17:39:03.979843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut ullam id cum repellat ex.\",\"text\":\"The PCI feed is down, connect the neural system so we can parse the AGP array!\"}"], ["created_at", "2016-10-05 17:39:03.980696"], ["updated_at", "2016-10-05 17:39:03.980696"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis modi ut.\",\"text\":\"We need to transmit the auxiliary PNG alarm!\"}"], ["created_at", "2016-10-05 17:39:03.981553"], ["updated_at", "2016-10-05 17:39:03.981553"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis sit iure aut et.\",\"text\":\"If we reboot the sensor, we can get to the CSS port through the wireless RSS alarm!\"}"], ["created_at", "2016-10-05 17:39:03.982420"], ["updated_at", "2016-10-05 17:39:03.982420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad culpa ipsam eveniet dolor ducimus illum perspiciatis.\",\"text\":\"You can't program the application without generating the online HDD bus!\"}"], ["created_at", "2016-10-05 17:39:03.983262"], ["updated_at", "2016-10-05 17:39:03.983262"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut error aliquid omnis voluptatem.\",\"text\":\"Try to program the GB matrix, maybe it will connect the open-source program!\"}"], ["created_at", "2016-10-05 17:39:03.984122"], ["updated_at", "2016-10-05 17:39:03.984122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut perspiciatis consectetur.\",\"text\":\"We need to compress the mobile ADP monitor!\"}"], ["created_at", "2016-10-05 17:39:03.984980"], ["updated_at", "2016-10-05 17:39:03.984980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe voluptatem voluptatem minus dolorem unde quas.\",\"text\":\"If we navigate the interface, we can get to the USB protocol through the bluetooth COM feed!\"}"], ["created_at", "2016-10-05 17:39:03.985841"], ["updated_at", "2016-10-05 17:39:03.985841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae exercitationem earum.\",\"text\":\"Use the wireless RAM application, then you can compress the 1080p card!\"}"], ["created_at", "2016-10-05 17:39:03.986687"], ["updated_at", "2016-10-05 17:39:03.986687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi iste quia molestiae voluptas excepturi recusandae.\",\"text\":\"We need to generate the optical FTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.987555"], ["updated_at", "2016-10-05 17:39:03.987555"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur qui exercitationem.\",\"text\":\"The AGP interface is down, navigate the neural card so we can back up the COM driver!\"}"], ["created_at", "2016-10-05 17:39:03.988406"], ["updated_at", "2016-10-05 17:39:03.988406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius doloribus ex porro enim.\",\"text\":\"If we bypass the firewall, we can get to the SMTP matrix through the neural SMS hard drive!\"}"], ["created_at", "2016-10-05 17:39:03.989270"], ["updated_at", "2016-10-05 17:39:03.989270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis ex totam voluptatum earum.\",\"text\":\"Programming the protocol won't do anything, we need to synthesize the cross-platform rss array!\"}"], ["created_at", "2016-10-05 17:39:03.990124"], ["updated_at", "2016-10-05 17:39:03.990124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus omnis recusandae suscipit culpa.\",\"text\":\"We need to calculate the multi-byte RAM protocol!\"}"], ["created_at", "2016-10-05 17:39:03.990997"], ["updated_at", "2016-10-05 17:39:03.990997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet et in est sit quis.\",\"text\":\"I'll calculate the bluetooth RSS transmitter, that should panel the SMTP program!\"}"], ["created_at", "2016-10-05 17:39:03.991866"], ["updated_at", "2016-10-05 17:39:03.991866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus nihil rerum ab voluptatum nihil.\",\"text\":\"I'll transmit the haptic USB port, that should card the COM array!\"}"], ["created_at", "2016-10-05 17:39:03.992722"], ["updated_at", "2016-10-05 17:39:03.992722"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem qui tempora corporis voluptas nihil eius molestias.\",\"text\":\"Use the back-end XSS feed, then you can quantify the haptic protocol!\"}"], ["created_at", "2016-10-05 17:39:03.993586"], ["updated_at", "2016-10-05 17:39:03.993586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente laudantium harum.\",\"text\":\"If we override the capacitor, we can get to the AGP array through the open-source GB array!\"}"], ["created_at", "2016-10-05 17:39:03.994448"], ["updated_at", "2016-10-05 17:39:03.994448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut totam optio ducimus debitis sit ratione.\",\"text\":\"We need to compress the cross-platform COM firewall!\"}"], ["created_at", "2016-10-05 17:39:03.995309"], ["updated_at", "2016-10-05 17:39:03.995309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim blanditiis reprehenderit occaecati qui non et.\",\"text\":\"Use the multi-byte SSL monitor, then you can index the back-end firewall!\"}"], ["created_at", "2016-10-05 17:39:03.996162"], ["updated_at", "2016-10-05 17:39:03.996162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt dolor atque modi.\",\"text\":\"Try to quantify the JSON port, maybe it will quantify the primary transmitter!\"}"], ["created_at", "2016-10-05 17:39:03.997035"], ["updated_at", "2016-10-05 17:39:03.997035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis nobis omnis qui.\",\"text\":\"Try to navigate the SDD application, maybe it will transmit the multi-byte port!\"}"], ["created_at", "2016-10-05 17:39:03.997907"], ["updated_at", "2016-10-05 17:39:03.997907"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum pariatur amet fugiat fugit ipsum quo aut.\",\"text\":\"Use the digital AGP bandwidth, then you can synthesize the online interface!\"}"], ["created_at", "2016-10-05 17:39:03.998793"], ["updated_at", "2016-10-05 17:39:03.998793"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum reprehenderit eveniet sint.\",\"text\":\"I'll transmit the wireless USB program, that should card the AGP protocol!\"}"], ["created_at", "2016-10-05 17:39:03.999693"], ["updated_at", "2016-10-05 17:39:03.999693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat incidunt molestiae nobis eum sit.\",\"text\":\"You can't input the capacitor without parsing the mobile RSS protocol!\"}"], ["created_at", "2016-10-05 17:39:04.000556"], ["updated_at", "2016-10-05 17:39:04.000556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quia qui ut id quas suscipit.\",\"text\":\"We need to quantify the redundant SMS circuit!\"}"], ["created_at", "2016-10-05 17:39:04.001416"], ["updated_at", "2016-10-05 17:39:04.001416"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi quasi beatae delectus accusantium quis.\",\"text\":\"You can't calculate the bandwidth without copying the digital SMTP protocol!\"}"], ["created_at", "2016-10-05 17:39:04.002248"], ["updated_at", "2016-10-05 17:39:04.002248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic ducimus soluta beatae exercitationem nostrum.\",\"text\":\"The PCI application is down, bypass the wireless matrix so we can compress the XSS matrix!\"}"], ["created_at", "2016-10-05 17:39:04.003119"], ["updated_at", "2016-10-05 17:39:04.003119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A illo asperiores.\",\"text\":\"We need to bypass the wireless PCI feed!\"}"], ["created_at", "2016-10-05 17:39:04.003988"], ["updated_at", "2016-10-05 17:39:04.003988"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora temporibus voluptatem officiis voluptates.\",\"text\":\"We need to transmit the primary CSS driver!\"}"], ["created_at", "2016-10-05 17:39:04.004841"], ["updated_at", "2016-10-05 17:39:04.004841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti aut rerum dolor eos.\",\"text\":\"We need to connect the wireless SAS circuit!\"}"], ["created_at", "2016-10-05 17:39:04.005669"], ["updated_at", "2016-10-05 17:39:04.005669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum labore reprehenderit similique laborum.\",\"text\":\"Try to hack the JSON firewall, maybe it will generate the cross-platform microchip!\"}"], ["created_at", "2016-10-05 17:39:04.006530"], ["updated_at", "2016-10-05 17:39:04.006530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et consequatur ea eos porro maxime.\",\"text\":\"You can't calculate the port without copying the mobile PCI bus!\"}"], ["created_at", "2016-10-05 17:39:04.007382"], ["updated_at", "2016-10-05 17:39:04.007382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio labore aliquam voluptatibus et dolorem dolorum.\",\"text\":\"We need to generate the open-source USB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.008257"], ["updated_at", "2016-10-05 17:39:04.008257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad doloremque adipisci qui saepe.\",\"text\":\"We need to synthesize the cross-platform SMS capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.009160"], ["updated_at", "2016-10-05 17:39:04.009160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa a atque autem.\",\"text\":\"If we compress the port, we can get to the USB system through the 1080p USB matrix!\"}"], ["created_at", "2016-10-05 17:39:04.009994"], ["updated_at", "2016-10-05 17:39:04.009994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati magnam accusantium blanditiis accusamus at.\",\"text\":\"Compressing the alarm won't do anything, we need to reboot the mobile json port!\"}"], ["created_at", "2016-10-05 17:39:04.010885"], ["updated_at", "2016-10-05 17:39:04.010885"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui ratione aperiam facilis.\",\"text\":\"Navigating the panel won't do anything, we need to connect the back-end rss microchip!\"}"], ["created_at", "2016-10-05 17:39:04.011763"], ["updated_at", "2016-10-05 17:39:04.011763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit ut autem qui consectetur neque natus.\",\"text\":\"Use the back-end ADP feed, then you can reboot the wireless pixel!\"}"], ["created_at", "2016-10-05 17:39:04.012624"], ["updated_at", "2016-10-05 17:39:04.012624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non ducimus blanditiis est et neque adipisci quia.\",\"text\":\"You can't bypass the microchip without backing up the 1080p USB transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.013464"], ["updated_at", "2016-10-05 17:39:04.013464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus ex voluptatem iure at tempora pariatur.\",\"text\":\"Use the wireless COM feed, then you can override the primary circuit!\"}"], ["created_at", "2016-10-05 17:39:04.014317"], ["updated_at", "2016-10-05 17:39:04.014317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet ullam nobis.\",\"text\":\"Use the optical CSS matrix, then you can bypass the wireless hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.015187"], ["updated_at", "2016-10-05 17:39:04.015187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis quod dolorem in.\",\"text\":\"We need to compress the cross-platform COM port!\"}"], ["created_at", "2016-10-05 17:39:04.016036"], ["updated_at", "2016-10-05 17:39:04.016036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia aliquam delectus voluptatum sit et aperiam.\",\"text\":\"Use the multi-byte THX port, then you can bypass the mobile array!\"}"], ["created_at", "2016-10-05 17:39:04.016875"], ["updated_at", "2016-10-05 17:39:04.016875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est possimus vitae neque.\",\"text\":\"Use the digital SQL interface, then you can bypass the open-source microchip!\"}"], ["created_at", "2016-10-05 17:39:04.017733"], ["updated_at", "2016-10-05 17:39:04.017733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque nesciunt dolores odit excepturi.\",\"text\":\"If we index the bandwidth, we can get to the IB application through the cross-platform ADP protocol!\"}"], ["created_at", "2016-10-05 17:39:04.018597"], ["updated_at", "2016-10-05 17:39:04.018597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione nobis quis provident qui laudantium porro quasi.\",\"text\":\"I'll compress the mobile USB capacitor, that should hard drive the PNG transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.019470"], ["updated_at", "2016-10-05 17:39:04.019470"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis temporibus non nobis harum dolorem odio voluptas.\",\"text\":\"The FTP system is down, bypass the virtual monitor so we can synthesize the HTTP interface!\"}"], ["created_at", "2016-10-05 17:39:04.020388"], ["updated_at", "2016-10-05 17:39:04.020388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui totam dolor.\",\"text\":\"I'll hack the cross-platform JBOD matrix, that should bandwidth the IB monitor!\"}"], ["created_at", "2016-10-05 17:39:04.021230"], ["updated_at", "2016-10-05 17:39:04.021230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam voluptates doloribus occaecati.\",\"text\":\"Try to generate the TCP feed, maybe it will program the mobile interface!\"}"], ["created_at", "2016-10-05 17:39:04.022088"], ["updated_at", "2016-10-05 17:39:04.022088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est ea est excepturi iusto enim.\",\"text\":\"Transmitting the application won't do anything, we need to quantify the bluetooth usb bus!\"}"], ["created_at", "2016-10-05 17:39:04.022956"], ["updated_at", "2016-10-05 17:39:04.022956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui tenetur qui at sunt mollitia aliquam.\",\"text\":\"You can't back up the bus without synthesizing the back-end JBOD transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.023821"], ["updated_at", "2016-10-05 17:39:04.023821"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt cumque sed corporis eligendi assumenda.\",\"text\":\"I'll connect the primary SAS circuit, that should array the HTTP application!\"}"], ["created_at", "2016-10-05 17:39:04.024663"], ["updated_at", "2016-10-05 17:39:04.024663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum aut dolore iure.\",\"text\":\"Use the neural HDD system, then you can synthesize the bluetooth sensor!\"}"], ["created_at", "2016-10-05 17:39:04.025522"], ["updated_at", "2016-10-05 17:39:04.025522"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum perspiciatis nihil excepturi accusamus quia.\",\"text\":\"You can't connect the sensor without overriding the optical AI alarm!\"}"], ["created_at", "2016-10-05 17:39:04.026431"], ["updated_at", "2016-10-05 17:39:04.026431"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea nobis quo qui consectetur.\",\"text\":\"Copying the array won't do anything, we need to copy the neural sas transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.027453"], ["updated_at", "2016-10-05 17:39:04.027453"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est voluptas dolorum consequatur.\",\"text\":\"I'll bypass the solid state GB protocol, that should capacitor the EXE feed!\"}"], ["created_at", "2016-10-05 17:39:04.028434"], ["updated_at", "2016-10-05 17:39:04.028434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis molestiae eos.\",\"text\":\"The SMTP circuit is down, hack the optical panel so we can compress the CSS system!\"}"], ["created_at", "2016-10-05 17:39:04.029343"], ["updated_at", "2016-10-05 17:39:04.029343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores natus illum.\",\"text\":\"I'll index the open-source SSL array, that should sensor the RSS panel!\"}"], ["created_at", "2016-10-05 17:39:04.030280"], ["updated_at", "2016-10-05 17:39:04.030280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi eum quis velit blanditiis ipsa eveniet sunt.\",\"text\":\"The SMTP capacitor is down, input the solid state hard drive so we can copy the HTTP program!\"}"], ["created_at", "2016-10-05 17:39:04.031247"], ["updated_at", "2016-10-05 17:39:04.031247"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore impedit ipsam nisi accusantium perferendis nesciunt eos.\",\"text\":\"Programming the transmitter won't do anything, we need to navigate the 1080p hdd protocol!\"}"], ["created_at", "2016-10-05 17:39:04.032195"], ["updated_at", "2016-10-05 17:39:04.032195"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam et est dolor beatae modi.\",\"text\":\"We need to index the haptic XML transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.033121"], ["updated_at", "2016-10-05 17:39:04.033121"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet commodi nisi quos deleniti.\",\"text\":\"The JSON monitor is down, program the 1080p monitor so we can synthesize the JBOD card!\"}"], ["created_at", "2016-10-05 17:39:04.034051"], ["updated_at", "2016-10-05 17:39:04.034051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis alias occaecati ex qui.\",\"text\":\"The JSON interface is down, back up the open-source panel so we can hack the SAS circuit!\"}"], ["created_at", "2016-10-05 17:39:04.035002"], ["updated_at", "2016-10-05 17:39:04.035002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint sit deleniti ut porro maiores eum.\",\"text\":\"The GB interface is down, input the haptic application so we can bypass the ADP sensor!\"}"], ["created_at", "2016-10-05 17:39:04.035943"], ["updated_at", "2016-10-05 17:39:04.035943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem et quod voluptatibus voluptatem in ut.\",\"text\":\"Use the haptic JBOD hard drive, then you can reboot the auxiliary feed!\"}"], ["created_at", "2016-10-05 17:39:04.036894"], ["updated_at", "2016-10-05 17:39:04.036894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero blanditiis doloremque.\",\"text\":\"Try to compress the JBOD card, maybe it will override the virtual program!\"}"], ["created_at", "2016-10-05 17:39:04.037815"], ["updated_at", "2016-10-05 17:39:04.037815"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse et laudantium aliquid.\",\"text\":\"If we calculate the circuit, we can get to the CSS monitor through the multi-byte THX matrix!\"}"], ["created_at", "2016-10-05 17:39:04.038727"], ["updated_at", "2016-10-05 17:39:04.038727"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus ipsum modi doloribus a.\",\"text\":\"Generating the panel won't do anything, we need to input the auxiliary xml card!\"}"], ["created_at", "2016-10-05 17:39:04.039637"], ["updated_at", "2016-10-05 17:39:04.039637"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit dicta rerum vero porro libero at rerum.\",\"text\":\"Try to program the COM system, maybe it will index the bluetooth bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.040525"], ["updated_at", "2016-10-05 17:39:04.040525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel omnis dolor.\",\"text\":\"Transmitting the interface won't do anything, we need to override the 1080p jbod matrix!\"}"], ["created_at", "2016-10-05 17:39:04.041369"], ["updated_at", "2016-10-05 17:39:04.041369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam soluta earum dolorum deserunt et esse ratione.\",\"text\":\"If we index the card, we can get to the RSS capacitor through the neural TCP driver!\"}"], ["created_at", "2016-10-05 17:39:04.042262"], ["updated_at", "2016-10-05 17:39:04.042262"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur libero dolor ab rerum.\",\"text\":\"The FTP circuit is down, back up the virtual microchip so we can calculate the XML system!\"}"], ["created_at", "2016-10-05 17:39:04.043160"], ["updated_at", "2016-10-05 17:39:04.043160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos itaque dolorem in eaque ratione veniam.\",\"text\":\"If we parse the program, we can get to the TCP port through the bluetooth AI circuit!\"}"], ["created_at", "2016-10-05 17:39:04.044060"], ["updated_at", "2016-10-05 17:39:04.044060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt tempore soluta.\",\"text\":\"Use the redundant JSON alarm, then you can copy the 1080p matrix!\"}"], ["created_at", "2016-10-05 17:39:04.044910"], ["updated_at", "2016-10-05 17:39:04.044910"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia voluptatum eum sint tempore est iure aut.\",\"text\":\"If we hack the monitor, we can get to the SSL feed through the open-source SDD port!\"}"], ["created_at", "2016-10-05 17:39:04.045767"], ["updated_at", "2016-10-05 17:39:04.045767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia dolorem illo omnis nesciunt voluptate qui ipsa.\",\"text\":\"Try to quantify the USB card, maybe it will navigate the cross-platform bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.046646"], ["updated_at", "2016-10-05 17:39:04.046646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod alias numquam dolorem soluta.\",\"text\":\"Use the auxiliary XML firewall, then you can connect the mobile bus!\"}"], ["created_at", "2016-10-05 17:39:04.047514"], ["updated_at", "2016-10-05 17:39:04.047514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas et et.\",\"text\":\"Connecting the protocol won't do anything, we need to program the mobile jbod application!\"}"], ["created_at", "2016-10-05 17:39:04.048343"], ["updated_at", "2016-10-05 17:39:04.048343"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error veniam cumque modi occaecati ut.\",\"text\":\"Copying the program won't do anything, we need to generate the virtual exe alarm!\"}"], ["created_at", "2016-10-05 17:39:04.049195"], ["updated_at", "2016-10-05 17:39:04.049195"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi deleniti eveniet vero consequatur.\",\"text\":\"Use the back-end HDD circuit, then you can quantify the cross-platform interface!\"}"], ["created_at", "2016-10-05 17:39:04.050087"], ["updated_at", "2016-10-05 17:39:04.050087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque enim et accusantium adipisci dolorem.\",\"text\":\"You can't synthesize the program without backing up the virtual HTTP pixel!\"}"], ["created_at", "2016-10-05 17:39:04.050994"], ["updated_at", "2016-10-05 17:39:04.050994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa explicabo voluptas nesciunt repellendus at labore.\",\"text\":\"Try to hack the IB capacitor, maybe it will transmit the online system!\"}"], ["created_at", "2016-10-05 17:39:04.051854"], ["updated_at", "2016-10-05 17:39:04.051854"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis quibusdam pariatur ut qui sed.\",\"text\":\"Use the primary SSL driver, then you can hack the redundant monitor!\"}"], ["created_at", "2016-10-05 17:39:04.052691"], ["updated_at", "2016-10-05 17:39:04.052691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est deleniti cum.\",\"text\":\"Use the cross-platform HDD application, then you can hack the online application!\"}"], ["created_at", "2016-10-05 17:39:04.053557"], ["updated_at", "2016-10-05 17:39:04.053557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore nobis est adipisci fuga.\",\"text\":\"You can't override the circuit without calculating the primary USB matrix!\"}"], ["created_at", "2016-10-05 17:39:04.054454"], ["updated_at", "2016-10-05 17:39:04.054454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem culpa autem aut velit dolorem in aut.\",\"text\":\"Copying the capacitor won't do anything, we need to calculate the mobile jbod application!\"}"], ["created_at", "2016-10-05 17:39:04.055307"], ["updated_at", "2016-10-05 17:39:04.055307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore voluptatem voluptas eligendi delectus impedit.\",\"text\":\"If we parse the alarm, we can get to the SSL microchip through the online PCI capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.056145"], ["updated_at", "2016-10-05 17:39:04.056145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam ut nulla voluptatem et.\",\"text\":\"Use the online SMTP program, then you can hack the auxiliary pixel!\"}"], ["created_at", "2016-10-05 17:39:04.057000"], ["updated_at", "2016-10-05 17:39:04.057000"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab molestias provident commodi et dicta labore.\",\"text\":\"I'll transmit the wireless XML panel, that should system the XSS monitor!\"}"], ["created_at", "2016-10-05 17:39:04.057860"], ["updated_at", "2016-10-05 17:39:04.057860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed recusandae autem explicabo veniam laboriosam quas in.\",\"text\":\"If we connect the alarm, we can get to the RSS interface through the back-end AGP card!\"}"], ["created_at", "2016-10-05 17:39:04.058734"], ["updated_at", "2016-10-05 17:39:04.058734"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste eos quibusdam sunt vitae sed.\",\"text\":\"I'll transmit the multi-byte SQL bandwidth, that should firewall the SMTP firewall!\"}"], ["created_at", "2016-10-05 17:39:04.059593"], ["updated_at", "2016-10-05 17:39:04.059593"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium perspiciatis autem illo mollitia.\",\"text\":\"You can't back up the interface without compressing the digital TCP microchip!\"}"], ["created_at", "2016-10-05 17:39:04.060434"], ["updated_at", "2016-10-05 17:39:04.060434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat quaerat non id modi at inventore.\",\"text\":\"You can't navigate the port without transmitting the optical HDD sensor!\"}"], ["created_at", "2016-10-05 17:39:04.061348"], ["updated_at", "2016-10-05 17:39:04.061348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus saepe doloribus.\",\"text\":\"Use the optical SMTP interface, then you can calculate the wireless monitor!\"}"], ["created_at", "2016-10-05 17:39:04.062212"], ["updated_at", "2016-10-05 17:39:04.062212"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et et est aut quisquam earum.\",\"text\":\"The FTP circuit is down, back up the online system so we can connect the SMTP protocol!\"}"], ["created_at", "2016-10-05 17:39:04.063110"], ["updated_at", "2016-10-05 17:39:04.063110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui labore inventore blanditiis fugiat.\",\"text\":\"You can't bypass the monitor without bypassing the cross-platform SAS card!\"}"], ["created_at", "2016-10-05 17:39:04.063944"], ["updated_at", "2016-10-05 17:39:04.063944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium beatae vitae eos.\",\"text\":\"Use the multi-byte SDD card, then you can transmit the redundant bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.064804"], ["updated_at", "2016-10-05 17:39:04.064804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore voluptatem alias ea.\",\"text\":\"If we parse the port, we can get to the JBOD protocol through the online COM capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.065658"], ["updated_at", "2016-10-05 17:39:04.065658"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut vel sequi laborum nam et.\",\"text\":\"We need to hack the haptic HDD capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.066542"], ["updated_at", "2016-10-05 17:39:04.066542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut eligendi sed aliquam consequuntur nostrum.\",\"text\":\"I'll override the wireless SMTP port, that should bandwidth the RAM system!\"}"], ["created_at", "2016-10-05 17:39:04.067380"], ["updated_at", "2016-10-05 17:39:04.067380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta deserunt earum officia quo.\",\"text\":\"You can't input the interface without hacking the bluetooth RSS matrix!\"}"], ["created_at", "2016-10-05 17:39:04.068232"], ["updated_at", "2016-10-05 17:39:04.068232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et officia tempora dolore animi consequatur tenetur.\",\"text\":\"Synthesizing the bus won't do anything, we need to synthesize the redundant pci bus!\"}"], ["created_at", "2016-10-05 17:39:04.069093"], ["updated_at", "2016-10-05 17:39:04.069093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita quia qui neque nulla dicta maiores corporis.\",\"text\":\"Try to synthesize the GB capacitor, maybe it will transmit the auxiliary pixel!\"}"], ["created_at", "2016-10-05 17:39:04.069963"], ["updated_at", "2016-10-05 17:39:04.069963"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A error vitae ea vel.\",\"text\":\"The EXE alarm is down, hack the cross-platform circuit so we can generate the EXE alarm!\"}"], ["created_at", "2016-10-05 17:39:04.070833"], ["updated_at", "2016-10-05 17:39:04.070833"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum tempora assumenda ipsum qui.\",\"text\":\"We need to parse the back-end RAM application!\"}"], ["created_at", "2016-10-05 17:39:04.071702"], ["updated_at", "2016-10-05 17:39:04.071702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore consequatur qui sint.\",\"text\":\"The USB alarm is down, program the redundant feed so we can bypass the PCI transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.072620"], ["updated_at", "2016-10-05 17:39:04.072620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab illo dolore et.\",\"text\":\"We need to hack the multi-byte SQL sensor!\"}"], ["created_at", "2016-10-05 17:39:04.073511"], ["updated_at", "2016-10-05 17:39:04.073511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut ut autem.\",\"text\":\"The THX hard drive is down, hack the cross-platform system so we can bypass the JSON alarm!\"}"], ["created_at", "2016-10-05 17:39:04.074371"], ["updated_at", "2016-10-05 17:39:04.074371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non mollitia amet nemo aut totam laborum.\",\"text\":\"You can't override the port without quantifying the multi-byte EXE microchip!\"}"], ["created_at", "2016-10-05 17:39:04.075210"], ["updated_at", "2016-10-05 17:39:04.075210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto eos facilis delectus et.\",\"text\":\"If we input the application, we can get to the EXE hard drive through the 1080p PCI application!\"}"], ["created_at", "2016-10-05 17:39:04.076069"], ["updated_at", "2016-10-05 17:39:04.076069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut dicta mollitia accusantium.\",\"text\":\"If we navigate the bus, we can get to the CSS bus through the back-end IB capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.076935"], ["updated_at", "2016-10-05 17:39:04.076935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem laborum quia corrupti quam.\",\"text\":\"If we back up the port, we can get to the SAS matrix through the auxiliary AI capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.077810"], ["updated_at", "2016-10-05 17:39:04.077810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit minus et repudiandae et pariatur perferendis.\",\"text\":\"Try to back up the GB array, maybe it will bypass the redundant program!\"}"], ["created_at", "2016-10-05 17:39:04.078662"], ["updated_at", "2016-10-05 17:39:04.078662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem et est in.\",\"text\":\"We need to navigate the redundant AI system!\"}"], ["created_at", "2016-10-05 17:39:04.079518"], ["updated_at", "2016-10-05 17:39:04.079518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde dolor rerum aliquid consequatur culpa aperiam rerum.\",\"text\":\"If we connect the port, we can get to the CSS microchip through the multi-byte JBOD firewall!\"}"], ["created_at", "2016-10-05 17:39:04.080376"], ["updated_at", "2016-10-05 17:39:04.080376"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui tenetur non beatae.\",\"text\":\"You can't parse the matrix without hacking the mobile XML microchip!\"}"], ["created_at", "2016-10-05 17:39:04.081236"], ["updated_at", "2016-10-05 17:39:04.081236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem cumque sed dolores.\",\"text\":\"Try to connect the AGP pixel, maybe it will transmit the cross-platform card!\"}"], ["created_at", "2016-10-05 17:39:04.082072"], ["updated_at", "2016-10-05 17:39:04.082072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum aliquam non natus totam.\",\"text\":\"If we copy the array, we can get to the PCI panel through the haptic AI card!\"}"], ["created_at", "2016-10-05 17:39:04.082948"], ["updated_at", "2016-10-05 17:39:04.082948"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia et praesentium ut quas dignissimos.\",\"text\":\"You can't quantify the card without backing up the haptic FTP port!\"}"], ["created_at", "2016-10-05 17:39:04.083843"], ["updated_at", "2016-10-05 17:39:04.083843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum sint odio.\",\"text\":\"I'll bypass the redundant SDD protocol, that should pixel the EXE array!\"}"], ["created_at", "2016-10-05 17:39:04.084699"], ["updated_at", "2016-10-05 17:39:04.084699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat minima in quam veniam molestiae.\",\"text\":\"You can't bypass the array without calculating the redundant XML protocol!\"}"], ["created_at", "2016-10-05 17:39:04.085548"], ["updated_at", "2016-10-05 17:39:04.085548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia vel in nihil modi et dignissimos.\",\"text\":\"You can't generate the firewall without navigating the wireless GB circuit!\"}"], ["created_at", "2016-10-05 17:39:04.086411"], ["updated_at", "2016-10-05 17:39:04.086411"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis aut consequatur ut at.\",\"text\":\"Indexing the circuit won't do anything, we need to program the optical usb pixel!\"}"], ["created_at", "2016-10-05 17:39:04.087290"], ["updated_at", "2016-10-05 17:39:04.087290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt consectetur est porro quaerat recusandae.\",\"text\":\"We need to index the open-source XSS application!\"}"], ["created_at", "2016-10-05 17:39:04.088149"], ["updated_at", "2016-10-05 17:39:04.088149"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A eius deleniti saepe.\",\"text\":\"The JSON matrix is down, override the optical bandwidth so we can calculate the SQL hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.089011"], ["updated_at", "2016-10-05 17:39:04.089011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium cumque rerum neque similique.\",\"text\":\"Compressing the transmitter won't do anything, we need to generate the digital tcp port!\"}"], ["created_at", "2016-10-05 17:39:04.089848"], ["updated_at", "2016-10-05 17:39:04.089848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora cum impedit ex natus maiores nisi.\",\"text\":\"The SCSI firewall is down, bypass the digital microchip so we can bypass the TCP feed!\"}"], ["created_at", "2016-10-05 17:39:04.090716"], ["updated_at", "2016-10-05 17:39:04.090716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores dolore recusandae rerum.\",\"text\":\"If we quantify the bus, we can get to the FTP circuit through the back-end ADP driver!\"}"], ["created_at", "2016-10-05 17:39:04.091584"], ["updated_at", "2016-10-05 17:39:04.091584"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia doloremque pariatur harum laborum aut non.\",\"text\":\"You can't connect the application without indexing the cross-platform JBOD sensor!\"}"], ["created_at", "2016-10-05 17:39:04.092442"], ["updated_at", "2016-10-05 17:39:04.092442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia aut sint qui.\",\"text\":\"The TCP monitor is down, parse the auxiliary capacitor so we can input the SCSI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.093281"], ["updated_at", "2016-10-05 17:39:04.093281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil aut eveniet debitis.\",\"text\":\"Use the open-source PCI array, then you can quantify the cross-platform array!\"}"], ["created_at", "2016-10-05 17:39:04.094195"], ["updated_at", "2016-10-05 17:39:04.094195"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt hic labore ab quis.\",\"text\":\"If we connect the feed, we can get to the SMS capacitor through the primary SMS port!\"}"], ["created_at", "2016-10-05 17:39:04.095075"], ["updated_at", "2016-10-05 17:39:04.095075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam omnis odit.\",\"text\":\"The IB port is down, reboot the redundant driver so we can override the HDD array!\"}"], ["created_at", "2016-10-05 17:39:04.095943"], ["updated_at", "2016-10-05 17:39:04.095943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt nisi deleniti qui non ducimus.\",\"text\":\"You can't back up the firewall without quantifying the digital XSS firewall!\"}"], ["created_at", "2016-10-05 17:39:04.096802"], ["updated_at", "2016-10-05 17:39:04.096802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem doloremque ut exercitationem non ut et placeat.\",\"text\":\"If we synthesize the driver, we can get to the PCI driver through the 1080p RSS card!\"}"], ["created_at", "2016-10-05 17:39:04.097641"], ["updated_at", "2016-10-05 17:39:04.097641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora modi et.\",\"text\":\"I'll synthesize the mobile TCP bandwidth, that should firewall the PNG monitor!\"}"], ["created_at", "2016-10-05 17:39:04.098498"], ["updated_at", "2016-10-05 17:39:04.098498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam dolorem libero est.\",\"text\":\"The SMTP alarm is down, program the online application so we can copy the TCP sensor!\"}"], ["created_at", "2016-10-05 17:39:04.099366"], ["updated_at", "2016-10-05 17:39:04.099366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum quo laborum asperiores dolor.\",\"text\":\"We need to transmit the optical HTTP sensor!\"}"], ["created_at", "2016-10-05 17:39:04.100203"], ["updated_at", "2016-10-05 17:39:04.100203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis voluptatem at enim et laborum dolor ut.\",\"text\":\"Try to parse the TCP bus, maybe it will calculate the solid state bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.101052"], ["updated_at", "2016-10-05 17:39:04.101052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint dignissimos ut sed consequatur beatae voluptatum.\",\"text\":\"The RAM interface is down, generate the mobile interface so we can quantify the COM matrix!\"}"], ["created_at", "2016-10-05 17:39:04.101915"], ["updated_at", "2016-10-05 17:39:04.101915"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et amet sunt illum.\",\"text\":\"Use the primary THX matrix, then you can bypass the online monitor!\"}"], ["created_at", "2016-10-05 17:39:04.102781"], ["updated_at", "2016-10-05 17:39:04.102781"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et aperiam necessitatibus nesciunt.\",\"text\":\"The USB panel is down, calculate the redundant transmitter so we can back up the SAS matrix!\"}"], ["created_at", "2016-10-05 17:39:04.103651"], ["updated_at", "2016-10-05 17:39:04.103651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam reprehenderit tempore illum corporis.\",\"text\":\"I'll transmit the multi-byte IB panel, that should program the THX port!\"}"], ["created_at", "2016-10-05 17:39:04.104501"], ["updated_at", "2016-10-05 17:39:04.104501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit exercitationem aperiam.\",\"text\":\"I'll quantify the digital XML card, that should application the SMTP firewall!\"}"], ["created_at", "2016-10-05 17:39:04.105354"], ["updated_at", "2016-10-05 17:39:04.105354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta laudantium ut ut.\",\"text\":\"Synthesizing the feed won't do anything, we need to index the haptic http card!\"}"], ["created_at", "2016-10-05 17:39:04.106248"], ["updated_at", "2016-10-05 17:39:04.106248"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis quae quas et dolores repellat sequi.\",\"text\":\"You can't bypass the transmitter without indexing the bluetooth SQL bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.107129"], ["updated_at", "2016-10-05 17:39:04.107129"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi dolorem voluptas inventore et.\",\"text\":\"We need to parse the virtual COM array!\"}"], ["created_at", "2016-10-05 17:39:04.107998"], ["updated_at", "2016-10-05 17:39:04.107998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium laboriosam quisquam modi quis doloremque.\",\"text\":\"You can't connect the feed without parsing the 1080p HTTP program!\"}"], ["created_at", "2016-10-05 17:39:04.108827"], ["updated_at", "2016-10-05 17:39:04.108827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita sapiente et officia.\",\"text\":\"If we synthesize the transmitter, we can get to the RSS interface through the primary SCSI pixel!\"}"], ["created_at", "2016-10-05 17:39:04.109690"], ["updated_at", "2016-10-05 17:39:04.109690"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error praesentium voluptatibus repudiandae magnam sit.\",\"text\":\"Try to transmit the FTP monitor, maybe it will override the optical transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.110576"], ["updated_at", "2016-10-05 17:39:04.110576"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo itaque omnis.\",\"text\":\"Programming the firewall won't do anything, we need to quantify the open-source ib sensor!\"}"], ["created_at", "2016-10-05 17:39:04.111424"], ["updated_at", "2016-10-05 17:39:04.111424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non quod eaque et voluptatem et.\",\"text\":\"I'll copy the digital USB circuit, that should microchip the EXE capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.112291"], ["updated_at", "2016-10-05 17:39:04.112291"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta voluptatem est odio.\",\"text\":\"You can't navigate the sensor without backing up the digital PNG panel!\"}"], ["created_at", "2016-10-05 17:39:04.113151"], ["updated_at", "2016-10-05 17:39:04.113151"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut eum velit.\",\"text\":\"Use the neural GB firewall, then you can bypass the bluetooth application!\"}"], ["created_at", "2016-10-05 17:39:04.114003"], ["updated_at", "2016-10-05 17:39:04.114003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque dolorem magnam doloremque voluptatem.\",\"text\":\"Copying the hard drive won't do anything, we need to input the wireless agp port!\"}"], ["created_at", "2016-10-05 17:39:04.114860"], ["updated_at", "2016-10-05 17:39:04.114860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus tenetur dolorem iusto et.\",\"text\":\"If we program the feed, we can get to the TCP firewall through the virtual XSS bus!\"}"], ["created_at", "2016-10-05 17:39:04.115723"], ["updated_at", "2016-10-05 17:39:04.115723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci accusantium tenetur harum odio esse pariatur dolorem.\",\"text\":\"I'll program the cross-platform SSL program, that should transmitter the SMTP circuit!\"}"], ["created_at", "2016-10-05 17:39:04.116594"], ["updated_at", "2016-10-05 17:39:04.116594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis consequatur accusamus rerum aut rerum rerum sit.\",\"text\":\"We need to synthesize the wireless PNG array!\"}"], ["created_at", "2016-10-05 17:39:04.117459"], ["updated_at", "2016-10-05 17:39:04.117459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione nulla ea saepe iste.\",\"text\":\"Use the wireless SMS panel, then you can connect the redundant system!\"}"], ["created_at", "2016-10-05 17:39:04.118313"], ["updated_at", "2016-10-05 17:39:04.118313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab earum aspernatur fugiat sit quidem ex.\",\"text\":\"We need to reboot the 1080p PCI pixel!\"}"], ["created_at", "2016-10-05 17:39:04.119193"], ["updated_at", "2016-10-05 17:39:04.119193"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi sapiente eligendi ipsa.\",\"text\":\"Use the haptic GB panel, then you can synthesize the primary monitor!\"}"], ["created_at", "2016-10-05 17:39:04.120078"], ["updated_at", "2016-10-05 17:39:04.120078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem similique sed earum.\",\"text\":\"You can't copy the interface without programming the wireless HTTP matrix!\"}"], ["created_at", "2016-10-05 17:39:04.120955"], ["updated_at", "2016-10-05 17:39:04.120955"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non natus illo qui occaecati.\",\"text\":\"If we navigate the bandwidth, we can get to the SMS firewall through the bluetooth SSL monitor!\"}"], ["created_at", "2016-10-05 17:39:04.121822"], ["updated_at", "2016-10-05 17:39:04.121822"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi sed possimus et illum incidunt.\",\"text\":\"Backing up the feed won't do anything, we need to copy the back-end rss transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.122682"], ["updated_at", "2016-10-05 17:39:04.122682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores qui qui.\",\"text\":\"I'll generate the mobile SCSI panel, that should protocol the PCI transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.123542"], ["updated_at", "2016-10-05 17:39:04.123542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis eveniet excepturi tempore qui officiis et.\",\"text\":\"Use the haptic USB monitor, then you can connect the digital microchip!\"}"], ["created_at", "2016-10-05 17:39:04.124394"], ["updated_at", "2016-10-05 17:39:04.124394"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt occaecati aperiam nam sunt.\",\"text\":\"You can't navigate the protocol without compressing the primary XSS system!\"}"], ["created_at", "2016-10-05 17:39:04.125257"], ["updated_at", "2016-10-05 17:39:04.125257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid nihil quidem sunt sint dolore adipisci numquam.\",\"text\":\"We need to program the redundant RAM sensor!\"}"], ["created_at", "2016-10-05 17:39:04.126116"], ["updated_at", "2016-10-05 17:39:04.126116"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores eum consequatur ipsam.\",\"text\":\"If we calculate the panel, we can get to the SSL hard drive through the digital IB pixel!\"}"], ["created_at", "2016-10-05 17:39:04.127009"], ["updated_at", "2016-10-05 17:39:04.127009"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus fugit rerum non aut cumque.\",\"text\":\"If we generate the feed, we can get to the RSS program through the back-end SMS transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.127955"], ["updated_at", "2016-10-05 17:39:04.127955"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus dignissimos libero.\",\"text\":\"Navigating the bandwidth won't do anything, we need to parse the solid state rss array!\"}"], ["created_at", "2016-10-05 17:39:04.128849"], ["updated_at", "2016-10-05 17:39:04.128849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id voluptatem expedita autem aspernatur sed.\",\"text\":\"You can't override the circuit without synthesizing the primary GB firewall!\"}"], ["created_at", "2016-10-05 17:39:04.129710"], ["updated_at", "2016-10-05 17:39:04.129710"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et et et occaecati reprehenderit.\",\"text\":\"Transmitting the microchip won't do anything, we need to compress the virtual sms circuit!\"}"], ["created_at", "2016-10-05 17:39:04.130606"], ["updated_at", "2016-10-05 17:39:04.130606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum possimus eum qui recusandae corrupti.\",\"text\":\"You can't synthesize the transmitter without bypassing the 1080p USB bus!\"}"], ["created_at", "2016-10-05 17:39:04.131543"], ["updated_at", "2016-10-05 17:39:04.131543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium magni laboriosam.\",\"text\":\"Connecting the panel won't do anything, we need to reboot the optical adp bus!\"}"], ["created_at", "2016-10-05 17:39:04.132441"], ["updated_at", "2016-10-05 17:39:04.132441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem non officiis.\",\"text\":\"If we transmit the protocol, we can get to the HDD microchip through the cross-platform AGP pixel!\"}"], ["created_at", "2016-10-05 17:39:04.133299"], ["updated_at", "2016-10-05 17:39:04.133299"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore consequatur possimus praesentium.\",\"text\":\"Use the virtual XML microchip, then you can hack the solid state driver!\"}"], ["created_at", "2016-10-05 17:39:04.134133"], ["updated_at", "2016-10-05 17:39:04.134133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet voluptatem veniam accusamus et aliquam minus.\",\"text\":\"You can't connect the bandwidth without synthesizing the virtual PCI firewall!\"}"], ["created_at", "2016-10-05 17:39:04.135033"], ["updated_at", "2016-10-05 17:39:04.135033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem voluptatem earum voluptate.\",\"text\":\"Use the primary ADP firewall, then you can copy the open-source interface!\"}"], ["created_at", "2016-10-05 17:39:04.135891"], ["updated_at", "2016-10-05 17:39:04.135891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea enim harum voluptas id ut.\",\"text\":\"If we index the array, we can get to the GB microchip through the virtual CSS bus!\"}"], ["created_at", "2016-10-05 17:39:04.136757"], ["updated_at", "2016-10-05 17:39:04.136757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis voluptas non sit beatae.\",\"text\":\"Try to compress the JSON sensor, maybe it will input the back-end feed!\"}"], ["created_at", "2016-10-05 17:39:04.137622"], ["updated_at", "2016-10-05 17:39:04.137622"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt fuga corrupti.\",\"text\":\"Try to quantify the ADP hard drive, maybe it will connect the online matrix!\"}"], ["created_at", "2016-10-05 17:39:04.138497"], ["updated_at", "2016-10-05 17:39:04.138497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed esse vero.\",\"text\":\"Compressing the firewall won't do anything, we need to override the auxiliary xml pixel!\"}"], ["created_at", "2016-10-05 17:39:04.139362"], ["updated_at", "2016-10-05 17:39:04.139362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam et omnis autem aut molestias quidem eaque.\",\"text\":\"Use the solid state SQL alarm, then you can back up the digital application!\"}"], ["created_at", "2016-10-05 17:39:04.140224"], ["updated_at", "2016-10-05 17:39:04.140224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet ducimus nobis ea quas nam.\",\"text\":\"The RAM program is down, synthesize the online hard drive so we can connect the EXE bus!\"}"], ["created_at", "2016-10-05 17:39:04.141129"], ["updated_at", "2016-10-05 17:39:04.141129"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa aut omnis quas ea.\",\"text\":\"The SCSI alarm is down, back up the back-end sensor so we can copy the SDD panel!\"}"], ["created_at", "2016-10-05 17:39:04.141976"], ["updated_at", "2016-10-05 17:39:04.141976"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae voluptatem repellendus ut accusantium.\",\"text\":\"You can't compress the system without overriding the cross-platform USB card!\"}"], ["created_at", "2016-10-05 17:39:04.142892"], ["updated_at", "2016-10-05 17:39:04.142892"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis asperiores modi qui non quia nihil ut.\",\"text\":\"The IB firewall is down, reboot the solid state microchip so we can compress the SDD array!\"}"], ["created_at", "2016-10-05 17:39:04.143754"], ["updated_at", "2016-10-05 17:39:04.143754"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor id culpa sit et architecto qui.\",\"text\":\"Programming the interface won't do anything, we need to program the cross-platform http transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.144632"], ["updated_at", "2016-10-05 17:39:04.144632"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel molestias cum.\",\"text\":\"I'll quantify the online CSS application, that should system the SAS port!\"}"], ["created_at", "2016-10-05 17:39:04.145464"], ["updated_at", "2016-10-05 17:39:04.145464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et voluptatem corporis eveniet consequatur.\",\"text\":\"Try to navigate the HDD circuit, maybe it will reboot the 1080p hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.146322"], ["updated_at", "2016-10-05 17:39:04.146322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem cupiditate porro ut nulla.\",\"text\":\"If we bypass the pixel, we can get to the SDD alarm through the open-source SMS program!\"}"], ["created_at", "2016-10-05 17:39:04.147241"], ["updated_at", "2016-10-05 17:39:04.147241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ipsa consequuntur harum esse occaecati consectetur eos.\",\"text\":\"Generating the monitor won't do anything, we need to compress the bluetooth exe protocol!\"}"], ["created_at", "2016-10-05 17:39:04.148091"], ["updated_at", "2016-10-05 17:39:04.148091"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex qui eius pariatur perspiciatis.\",\"text\":\"Use the bluetooth XSS pixel, then you can connect the wireless program!\"}"], ["created_at", "2016-10-05 17:39:04.148962"], ["updated_at", "2016-10-05 17:39:04.148962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut ea hic eaque id sunt sint qui.\",\"text\":\"Use the optical XML hard drive, then you can quantify the multi-byte card!\"}"], ["created_at", "2016-10-05 17:39:04.149892"], ["updated_at", "2016-10-05 17:39:04.149892"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis laboriosam ipsa voluptas.\",\"text\":\"If we hack the bus, we can get to the RSS bandwidth through the redundant COM bus!\"}"], ["created_at", "2016-10-05 17:39:04.150864"], ["updated_at", "2016-10-05 17:39:04.150864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque sed quo commodi numquam nam.\",\"text\":\"The COM feed is down, program the back-end microchip so we can reboot the TCP circuit!\"}"], ["created_at", "2016-10-05 17:39:04.151712"], ["updated_at", "2016-10-05 17:39:04.151712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium error magni eum quis aperiam cum qui.\",\"text\":\"If we connect the pixel, we can get to the USB alarm through the back-end XML interface!\"}"], ["created_at", "2016-10-05 17:39:04.152582"], ["updated_at", "2016-10-05 17:39:04.152582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus ab culpa saepe mollitia suscipit.\",\"text\":\"If we quantify the capacitor, we can get to the RSS program through the optical GB microchip!\"}"], ["created_at", "2016-10-05 17:39:04.153521"], ["updated_at", "2016-10-05 17:39:04.153521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit a fuga iusto.\",\"text\":\"We need to calculate the solid state IB array!\"}"], ["created_at", "2016-10-05 17:39:04.154403"], ["updated_at", "2016-10-05 17:39:04.154403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum vitae laudantium fugiat.\",\"text\":\"Use the primary SDD system, then you can generate the online pixel!\"}"], ["created_at", "2016-10-05 17:39:04.155268"], ["updated_at", "2016-10-05 17:39:04.155268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui consequatur animi quos natus.\",\"text\":\"You can't parse the capacitor without overriding the 1080p SDD array!\"}"], ["created_at", "2016-10-05 17:39:04.156131"], ["updated_at", "2016-10-05 17:39:04.156131"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit veniam error iusto.\",\"text\":\"The HTTP capacitor is down, parse the multi-byte program so we can bypass the GB panel!\"}"], ["created_at", "2016-10-05 17:39:04.156989"], ["updated_at", "2016-10-05 17:39:04.156989"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus at maxime consequuntur.\",\"text\":\"We need to connect the optical TCP driver!\"}"], ["created_at", "2016-10-05 17:39:04.157826"], ["updated_at", "2016-10-05 17:39:04.157826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum itaque doloribus et inventore aperiam et ullam.\",\"text\":\"We need to navigate the cross-platform XSS protocol!\"}"], ["created_at", "2016-10-05 17:39:04.158714"], ["updated_at", "2016-10-05 17:39:04.158714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error maiores consequatur.\",\"text\":\"We need to copy the digital AI matrix!\"}"], ["created_at", "2016-10-05 17:39:04.159572"], ["updated_at", "2016-10-05 17:39:04.159572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime qui quia.\",\"text\":\"I'll generate the open-source ADP bandwidth, that should driver the SQL system!\"}"], ["created_at", "2016-10-05 17:39:04.160438"], ["updated_at", "2016-10-05 17:39:04.160438"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum vel eaque dolor inventore voluptas dolores.\",\"text\":\"Use the bluetooth ADP microchip, then you can input the wireless monitor!\"}"], ["created_at", "2016-10-05 17:39:04.161367"], ["updated_at", "2016-10-05 17:39:04.161367"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus impedit dicta architecto officia.\",\"text\":\"Try to synthesize the FTP capacitor, maybe it will reboot the solid state capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.162505"], ["updated_at", "2016-10-05 17:39:04.162505"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut saepe vero sed temporibus consectetur et commodi.\",\"text\":\"The PCI firewall is down, override the redundant protocol so we can index the SCSI panel!\"}"], ["created_at", "2016-10-05 17:39:04.163702"], ["updated_at", "2016-10-05 17:39:04.163702"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum ex ut qui sit hic et.\",\"text\":\"You can't synthesize the bandwidth without generating the virtual AGP card!\"}"], ["created_at", "2016-10-05 17:39:04.165414"], ["updated_at", "2016-10-05 17:39:04.165414"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut doloribus sed modi rem.\",\"text\":\"If we calculate the system, we can get to the GB driver through the neural PNG matrix!\"}"], ["created_at", "2016-10-05 17:39:04.167617"], ["updated_at", "2016-10-05 17:39:04.167617"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil illum dolorum ex est.\",\"text\":\"If we index the port, we can get to the AI bandwidth through the digital FTP driver!\"}"], ["created_at", "2016-10-05 17:39:04.169367"], ["updated_at", "2016-10-05 17:39:04.169367"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum cumque est quia voluptates ex provident.\",\"text\":\"Use the haptic SAS transmitter, then you can hack the 1080p transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.173014"], ["updated_at", "2016-10-05 17:39:04.173014"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque laudantium beatae consequatur eveniet ducimus.\",\"text\":\"We need to hack the primary SAS panel!\"}"], ["created_at", "2016-10-05 17:39:04.174602"], ["updated_at", "2016-10-05 17:39:04.174602"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A architecto perspiciatis tenetur minima reiciendis maxime est.\",\"text\":\"Use the digital SAS protocol, then you can hack the multi-byte program!\"}"], ["created_at", "2016-10-05 17:39:04.175662"], ["updated_at", "2016-10-05 17:39:04.175662"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit delectus ut.\",\"text\":\"Use the virtual XML program, then you can hack the digital microchip!\"}"], ["created_at", "2016-10-05 17:39:04.176688"], ["updated_at", "2016-10-05 17:39:04.176688"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere sed repellendus magni laborum.\",\"text\":\"We need to calculate the neural PNG array!\"}"], ["created_at", "2016-10-05 17:39:04.177945"], ["updated_at", "2016-10-05 17:39:04.177945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus impedit tenetur accusamus.\",\"text\":\"You can't navigate the microchip without copying the redundant FTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.179014"], ["updated_at", "2016-10-05 17:39:04.179014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores eveniet veniam vero aut mollitia.\",\"text\":\"If we synthesize the system, we can get to the SCSI driver through the primary COM port!\"}"], ["created_at", "2016-10-05 17:39:04.180017"], ["updated_at", "2016-10-05 17:39:04.180017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias quisquam beatae modi corrupti voluptas.\",\"text\":\"I'll back up the wireless SMS program, that should system the COM interface!\"}"], ["created_at", "2016-10-05 17:39:04.180960"], ["updated_at", "2016-10-05 17:39:04.180960"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam deserunt et mollitia.\",\"text\":\"We need to synthesize the virtual USB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.181833"], ["updated_at", "2016-10-05 17:39:04.181833"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et nihil vitae repellendus molestiae quos unde.\",\"text\":\"Try to compress the XSS protocol, maybe it will parse the multi-byte sensor!\"}"], ["created_at", "2016-10-05 17:39:04.182726"], ["updated_at", "2016-10-05 17:39:04.182726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique laudantium veniam.\",\"text\":\"We need to navigate the bluetooth USB circuit!\"}"], ["created_at", "2016-10-05 17:39:04.183602"], ["updated_at", "2016-10-05 17:39:04.183602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt voluptas corrupti ut mollitia explicabo iure.\",\"text\":\"Use the haptic EXE port, then you can copy the optical feed!\"}"], ["created_at", "2016-10-05 17:39:04.184463"], ["updated_at", "2016-10-05 17:39:04.184463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque vero at ut.\",\"text\":\"You can't synthesize the driver without compressing the online JBOD array!\"}"], ["created_at", "2016-10-05 17:39:04.185324"], ["updated_at", "2016-10-05 17:39:04.185324"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et doloribus enim dolore omnis.\",\"text\":\"You can't parse the driver without calculating the open-source SCSI application!\"}"], ["created_at", "2016-10-05 17:39:04.186187"], ["updated_at", "2016-10-05 17:39:04.186187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus et eligendi officia ea provident.\",\"text\":\"If we hack the protocol, we can get to the SMS program through the back-end AI sensor!\"}"], ["created_at", "2016-10-05 17:39:04.187055"], ["updated_at", "2016-10-05 17:39:04.187055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut aut ea dolorem velit.\",\"text\":\"We need to calculate the wireless SMTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.187951"], ["updated_at", "2016-10-05 17:39:04.187951"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem architecto nam qui.\",\"text\":\"Use the optical FTP bus, then you can input the auxiliary port!\"}"], ["created_at", "2016-10-05 17:39:04.188802"], ["updated_at", "2016-10-05 17:39:04.188802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur at ad ab.\",\"text\":\"The SMTP feed is down, reboot the virtual transmitter so we can reboot the SMTP application!\"}"], ["created_at", "2016-10-05 17:39:04.189652"], ["updated_at", "2016-10-05 17:39:04.189652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim sit aut.\",\"text\":\"Use the multi-byte SMTP matrix, then you can input the open-source capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.190522"], ["updated_at", "2016-10-05 17:39:04.190522"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat qui voluptatum sit voluptate est.\",\"text\":\"I'll reboot the bluetooth EXE card, that should capacitor the RSS monitor!\"}"], ["created_at", "2016-10-05 17:39:04.191371"], ["updated_at", "2016-10-05 17:39:04.191371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus aut accusamus ad.\",\"text\":\"The SDD protocol is down, index the solid state hard drive so we can reboot the XML pixel!\"}"], ["created_at", "2016-10-05 17:39:04.192216"], ["updated_at", "2016-10-05 17:39:04.192216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint earum praesentium quia.\",\"text\":\"Try to input the SMTP firewall, maybe it will override the optical pixel!\"}"], ["created_at", "2016-10-05 17:39:04.193075"], ["updated_at", "2016-10-05 17:39:04.193075"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quam atque est vero quis impedit molestias.\",\"text\":\"Quantifying the transmitter won't do anything, we need to calculate the redundant json interface!\"}"], ["created_at", "2016-10-05 17:39:04.193939"], ["updated_at", "2016-10-05 17:39:04.193939"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus aut ut tempore.\",\"text\":\"Programming the capacitor won't do anything, we need to reboot the neural pci program!\"}"], ["created_at", "2016-10-05 17:39:04.195023"], ["updated_at", "2016-10-05 17:39:04.195023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit reprehenderit occaecati rerum rem et voluptatum.\",\"text\":\"If we back up the alarm, we can get to the SAS application through the open-source ADP monitor!\"}"], ["created_at", "2016-10-05 17:39:04.195919"], ["updated_at", "2016-10-05 17:39:04.195919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus rem voluptatem minima quas impedit.\",\"text\":\"We need to quantify the redundant AGP capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.196776"], ["updated_at", "2016-10-05 17:39:04.196776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea delectus sit velit aut et.\",\"text\":\"If we parse the bandwidth, we can get to the AGP sensor through the mobile SCSI system!\"}"], ["created_at", "2016-10-05 17:39:04.197613"], ["updated_at", "2016-10-05 17:39:04.197613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid illum et nulla beatae.\",\"text\":\"If we input the monitor, we can get to the AI card through the back-end USB matrix!\"}"], ["created_at", "2016-10-05 17:39:04.198482"], ["updated_at", "2016-10-05 17:39:04.198482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas rerum non ex sit quo culpa.\",\"text\":\"You can't reboot the protocol without backing up the auxiliary RSS alarm!\"}"], ["created_at", "2016-10-05 17:39:04.199341"], ["updated_at", "2016-10-05 17:39:04.199341"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt quia et delectus.\",\"text\":\"Try to copy the HTTP bandwidth, maybe it will calculate the back-end monitor!\"}"], ["created_at", "2016-10-05 17:39:04.200213"], ["updated_at", "2016-10-05 17:39:04.200213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione aut quo laborum quaerat vitae rerum.\",\"text\":\"I'll override the multi-byte GB card, that should program the HDD circuit!\"}"], ["created_at", "2016-10-05 17:39:04.201099"], ["updated_at", "2016-10-05 17:39:04.201099"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore quis commodi.\",\"text\":\"I'll transmit the open-source USB transmitter, that should card the SAS circuit!\"}"], ["created_at", "2016-10-05 17:39:04.201951"], ["updated_at", "2016-10-05 17:39:04.201951"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam non autem.\",\"text\":\"Use the cross-platform HDD feed, then you can override the mobile port!\"}"], ["created_at", "2016-10-05 17:39:04.202820"], ["updated_at", "2016-10-05 17:39:04.202820"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia temporibus voluptas.\",\"text\":\"I'll navigate the primary SDD monitor, that should sensor the IB transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.203693"], ["updated_at", "2016-10-05 17:39:04.203693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab neque officiis aliquam sequi.\",\"text\":\"The SCSI driver is down, input the neural driver so we can calculate the SSL sensor!\"}"], ["created_at", "2016-10-05 17:39:04.204529"], ["updated_at", "2016-10-05 17:39:04.204529"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit eum possimus.\",\"text\":\"We need to override the optical COM port!\"}"], ["created_at", "2016-10-05 17:39:04.205422"], ["updated_at", "2016-10-05 17:39:04.205422"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere adipisci molestiae sequi debitis autem inventore.\",\"text\":\"Use the primary JBOD interface, then you can navigate the neural application!\"}"], ["created_at", "2016-10-05 17:39:04.206319"], ["updated_at", "2016-10-05 17:39:04.206319"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae qui dolorem est consequatur sapiente quis est.\",\"text\":\"Use the 1080p PCI pixel, then you can bypass the online sensor!\"}"], ["created_at", "2016-10-05 17:39:04.207196"], ["updated_at", "2016-10-05 17:39:04.207196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem ratione debitis harum nostrum vitae.\",\"text\":\"If we hack the microchip, we can get to the HTTP microchip through the multi-byte FTP card!\"}"], ["created_at", "2016-10-05 17:39:04.208032"], ["updated_at", "2016-10-05 17:39:04.208032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In deleniti voluptatum rerum qui ut aperiam doloribus.\",\"text\":\"The ADP matrix is down, bypass the primary hard drive so we can copy the TCP protocol!\"}"], ["created_at", "2016-10-05 17:39:04.208895"], ["updated_at", "2016-10-05 17:39:04.208895"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum corrupti nihil quo officia sequi consectetur tenetur.\",\"text\":\"I'll hack the digital CSS panel, that should circuit the FTP interface!\"}"], ["created_at", "2016-10-05 17:39:04.209759"], ["updated_at", "2016-10-05 17:39:04.209759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas illo et ut vitae maxime.\",\"text\":\"I'll compress the redundant IB hard drive, that should capacitor the XML card!\"}"], ["created_at", "2016-10-05 17:39:04.210632"], ["updated_at", "2016-10-05 17:39:04.210632"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos ut ab earum vel.\",\"text\":\"If we override the sensor, we can get to the PNG array through the wireless THX panel!\"}"], ["created_at", "2016-10-05 17:39:04.211562"], ["updated_at", "2016-10-05 17:39:04.211562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum aut illum accusantium ut qui qui iste.\",\"text\":\"I'll compress the multi-byte COM panel, that should port the ADP port!\"}"], ["created_at", "2016-10-05 17:39:04.212430"], ["updated_at", "2016-10-05 17:39:04.212430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi animi suscipit accusamus.\",\"text\":\"Try to navigate the USB capacitor, maybe it will connect the neural bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.213262"], ["updated_at", "2016-10-05 17:39:04.213262"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde at quis ipsa rerum.\",\"text\":\"Use the virtual HDD microchip, then you can copy the open-source firewall!\"}"], ["created_at", "2016-10-05 17:39:04.214120"], ["updated_at", "2016-10-05 17:39:04.214120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et natus voluptate eius.\",\"text\":\"We need to compress the cross-platform XML sensor!\"}"], ["created_at", "2016-10-05 17:39:04.215002"], ["updated_at", "2016-10-05 17:39:04.215002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut quam quo vero rerum enim eius vitae.\",\"text\":\"Use the wireless XSS capacitor, then you can copy the wireless protocol!\"}"], ["created_at", "2016-10-05 17:39:04.215855"], ["updated_at", "2016-10-05 17:39:04.215855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore odio in voluptatem et.\",\"text\":\"Use the primary SCSI application, then you can generate the wireless pixel!\"}"], ["created_at", "2016-10-05 17:39:04.216691"], ["updated_at", "2016-10-05 17:39:04.216691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio id sed inventore rem.\",\"text\":\"We need to quantify the optical ADP circuit!\"}"], ["created_at", "2016-10-05 17:39:04.217545"], ["updated_at", "2016-10-05 17:39:04.217545"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse distinctio sed temporibus.\",\"text\":\"If we generate the card, we can get to the THX interface through the primary ADP firewall!\"}"], ["created_at", "2016-10-05 17:39:04.218430"], ["updated_at", "2016-10-05 17:39:04.218430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel laboriosam aspernatur eos ratione.\",\"text\":\"I'll hack the back-end HTTP capacitor, that should hard drive the XSS program!\"}"], ["created_at", "2016-10-05 17:39:04.219291"], ["updated_at", "2016-10-05 17:39:04.219291"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores consequatur velit accusamus sed.\",\"text\":\"If we connect the bandwidth, we can get to the HTTP protocol through the multi-byte COM system!\"}"], ["created_at", "2016-10-05 17:39:04.220137"], ["updated_at", "2016-10-05 17:39:04.220137"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat animi fugit dolore.\",\"text\":\"The RAM capacitor is down, synthesize the haptic driver so we can generate the AGP hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.221017"], ["updated_at", "2016-10-05 17:39:04.221017"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil provident expedita nulla sint.\",\"text\":\"You can't reboot the port without navigating the open-source PNG circuit!\"}"], ["created_at", "2016-10-05 17:39:04.221917"], ["updated_at", "2016-10-05 17:39:04.221917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi provident ut ipsum labore ut nobis.\",\"text\":\"Backing up the bandwidth won't do anything, we need to navigate the open-source pci bus!\"}"], ["created_at", "2016-10-05 17:39:04.222774"], ["updated_at", "2016-10-05 17:39:04.222774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed nihil vero officia iure veritatis vel.\",\"text\":\"If we back up the application, we can get to the SCSI circuit through the multi-byte XML feed!\"}"], ["created_at", "2016-10-05 17:39:04.223637"], ["updated_at", "2016-10-05 17:39:04.223637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit nam sint accusamus qui rem beatae temporibus.\",\"text\":\"Navigating the circuit won't do anything, we need to compress the cross-platform sms system!\"}"], ["created_at", "2016-10-05 17:39:04.224499"], ["updated_at", "2016-10-05 17:39:04.224499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet facilis nemo.\",\"text\":\"If we hack the protocol, we can get to the CSS system through the optical COM protocol!\"}"], ["created_at", "2016-10-05 17:39:04.225356"], ["updated_at", "2016-10-05 17:39:04.225356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum earum eos fuga quam in nisi.\",\"text\":\"We need to program the optical AI hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.226218"], ["updated_at", "2016-10-05 17:39:04.226218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita sit autem aliquid accusantium dignissimos itaque sapiente.\",\"text\":\"The CSS application is down, generate the bluetooth array so we can hack the RSS feed!\"}"], ["created_at", "2016-10-05 17:39:04.227105"], ["updated_at", "2016-10-05 17:39:04.227105"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et tempora mollitia neque molestiae illo.\",\"text\":\"We need to hack the redundant JSON array!\"}"], ["created_at", "2016-10-05 17:39:04.228026"], ["updated_at", "2016-10-05 17:39:04.228026"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit autem eligendi et voluptates temporibus perspiciatis enim.\",\"text\":\"I'll reboot the cross-platform TCP transmitter, that should system the RAM firewall!\"}"], ["created_at", "2016-10-05 17:39:04.229007"], ["updated_at", "2016-10-05 17:39:04.229007"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad et id sunt libero nam ipsam.\",\"text\":\"Try to override the IB program, maybe it will back up the redundant program!\"}"], ["created_at", "2016-10-05 17:39:04.229942"], ["updated_at", "2016-10-05 17:39:04.229942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae est voluptate ut.\",\"text\":\"Try to program the EXE monitor, maybe it will quantify the haptic panel!\"}"], ["created_at", "2016-10-05 17:39:04.230895"], ["updated_at", "2016-10-05 17:39:04.230895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui explicabo adipisci vel.\",\"text\":\"You can't quantify the card without transmitting the 1080p RSS interface!\"}"], ["created_at", "2016-10-05 17:39:04.231836"], ["updated_at", "2016-10-05 17:39:04.231836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non unde dolores voluptatem sint.\",\"text\":\"You can't quantify the array without connecting the neural SSL firewall!\"}"], ["created_at", "2016-10-05 17:39:04.232776"], ["updated_at", "2016-10-05 17:39:04.232776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis debitis atque quia non quasi libero.\",\"text\":\"I'll copy the optical FTP system, that should card the SDD program!\"}"], ["created_at", "2016-10-05 17:39:04.233695"], ["updated_at", "2016-10-05 17:39:04.233695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam ut qui et architecto ipsa ut.\",\"text\":\"The TCP interface is down, navigate the multi-byte system so we can back up the USB pixel!\"}"], ["created_at", "2016-10-05 17:39:04.234647"], ["updated_at", "2016-10-05 17:39:04.234647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere praesentium architecto sunt ea veritatis.\",\"text\":\"We need to index the mobile GB panel!\"}"], ["created_at", "2016-10-05 17:39:04.235587"], ["updated_at", "2016-10-05 17:39:04.235587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est earum sint officiis esse non.\",\"text\":\"Try to bypass the AI firewall, maybe it will synthesize the wireless program!\"}"], ["created_at", "2016-10-05 17:39:04.236535"], ["updated_at", "2016-10-05 17:39:04.236535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut expedita omnis ea aspernatur laboriosam atque eos.\",\"text\":\"Compressing the capacitor won't do anything, we need to back up the auxiliary sdd circuit!\"}"], ["created_at", "2016-10-05 17:39:04.237498"], ["updated_at", "2016-10-05 17:39:04.237498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut molestiae similique rerum dignissimos in nemo harum.\",\"text\":\"If we bypass the sensor, we can get to the EXE protocol through the optical XML sensor!\"}"], ["created_at", "2016-10-05 17:39:04.238522"], ["updated_at", "2016-10-05 17:39:04.238522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti voluptate temporibus consequatur.\",\"text\":\"We need to calculate the auxiliary SSL circuit!\"}"], ["created_at", "2016-10-05 17:39:04.239511"], ["updated_at", "2016-10-05 17:39:04.239511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe laboriosam reprehenderit facere labore.\",\"text\":\"Try to override the SCSI alarm, maybe it will override the digital feed!\"}"], ["created_at", "2016-10-05 17:39:04.240449"], ["updated_at", "2016-10-05 17:39:04.240449"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab tenetur magnam est qui quasi animi.\",\"text\":\"We need to generate the neural SSL panel!\"}"], ["created_at", "2016-10-05 17:39:04.241376"], ["updated_at", "2016-10-05 17:39:04.241376"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt eos voluptas nihil.\",\"text\":\"Try to calculate the HDD application, maybe it will compress the haptic panel!\"}"], ["created_at", "2016-10-05 17:39:04.242353"], ["updated_at", "2016-10-05 17:39:04.242353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit enim cupiditate rem.\",\"text\":\"If we calculate the transmitter, we can get to the JBOD alarm through the haptic JBOD card!\"}"], ["created_at", "2016-10-05 17:39:04.243329"], ["updated_at", "2016-10-05 17:39:04.243329"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo corrupti voluptatibus quo id quasi voluptas.\",\"text\":\"Use the 1080p ADP matrix, then you can compress the redundant pixel!\"}"], ["created_at", "2016-10-05 17:39:04.244281"], ["updated_at", "2016-10-05 17:39:04.244281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere doloribus nisi eius quisquam magnam modi.\",\"text\":\"I'll hack the wireless AGP bus, that should firewall the JSON array!\"}"], ["created_at", "2016-10-05 17:39:04.245193"], ["updated_at", "2016-10-05 17:39:04.245193"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid et occaecati.\",\"text\":\"You can't hack the feed without connecting the auxiliary EXE feed!\"}"], ["created_at", "2016-10-05 17:39:04.246140"], ["updated_at", "2016-10-05 17:39:04.246140"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit ut asperiores aut aut velit.\",\"text\":\"Connecting the monitor won't do anything, we need to compress the open-source ai driver!\"}"], ["created_at", "2016-10-05 17:39:04.247054"], ["updated_at", "2016-10-05 17:39:04.247054"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est aspernatur est nemo iusto.\",\"text\":\"If we reboot the feed, we can get to the TCP array through the back-end SQL card!\"}"], ["created_at", "2016-10-05 17:39:04.247908"], ["updated_at", "2016-10-05 17:39:04.247908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui eveniet dolor sit rerum.\",\"text\":\"The SMTP hard drive is down, copy the virtual application so we can transmit the EXE card!\"}"], ["created_at", "2016-10-05 17:39:04.248769"], ["updated_at", "2016-10-05 17:39:04.248769"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus hic voluptatibus ut molestias porro itaque provident.\",\"text\":\"Programming the panel won't do anything, we need to index the cross-platform sas protocol!\"}"], ["created_at", "2016-10-05 17:39:04.249644"], ["updated_at", "2016-10-05 17:39:04.249644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis impedit sint facilis molestias necessitatibus dolore blanditiis.\",\"text\":\"Try to generate the CSS monitor, maybe it will quantify the back-end pixel!\"}"], ["created_at", "2016-10-05 17:39:04.250572"], ["updated_at", "2016-10-05 17:39:04.250572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et provident et quia labore.\",\"text\":\"I'll back up the primary SQL hard drive, that should bus the THX array!\"}"], ["created_at", "2016-10-05 17:39:04.251432"], ["updated_at", "2016-10-05 17:39:04.251432"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim ad repellat dicta eveniet ea.\",\"text\":\"You can't back up the matrix without bypassing the redundant SAS hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.252291"], ["updated_at", "2016-10-05 17:39:04.252291"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel porro illo nisi voluptatem minus.\",\"text\":\"Backing up the port won't do anything, we need to transmit the digital http circuit!\"}"], ["created_at", "2016-10-05 17:39:04.253161"], ["updated_at", "2016-10-05 17:39:04.253161"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit tempore est nemo est sequi et doloribus.\",\"text\":\"If we quantify the matrix, we can get to the SMS capacitor through the virtual JBOD circuit!\"}"], ["created_at", "2016-10-05 17:39:04.254036"], ["updated_at", "2016-10-05 17:39:04.254036"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus architecto qui praesentium doloribus est illum.\",\"text\":\"I'll hack the digital SAS card, that should driver the HDD port!\"}"], ["created_at", "2016-10-05 17:39:04.254964"], ["updated_at", "2016-10-05 17:39:04.254964"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore ullam esse perspiciatis eaque soluta.\",\"text\":\"Connecting the bandwidth won't do anything, we need to input the neural css firewall!\"}"], ["created_at", "2016-10-05 17:39:04.255849"], ["updated_at", "2016-10-05 17:39:04.255849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam unde illo.\",\"text\":\"The HDD program is down, program the wireless matrix so we can quantify the JSON hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.256706"], ["updated_at", "2016-10-05 17:39:04.256706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente laudantium qui dicta cum.\",\"text\":\"We need to parse the solid state JSON microchip!\"}"], ["created_at", "2016-10-05 17:39:04.257567"], ["updated_at", "2016-10-05 17:39:04.257567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis rem voluptatem vitae quae.\",\"text\":\"You can't bypass the circuit without backing up the 1080p COM protocol!\"}"], ["created_at", "2016-10-05 17:39:04.258449"], ["updated_at", "2016-10-05 17:39:04.258449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae ut aut architecto illo est aut officiis.\",\"text\":\"The SDD transmitter is down, copy the back-end microchip so we can compress the IB system!\"}"], ["created_at", "2016-10-05 17:39:04.259313"], ["updated_at", "2016-10-05 17:39:04.259313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum unde voluptas asperiores impedit voluptatem.\",\"text\":\"Calculating the matrix won't do anything, we need to input the 1080p rss array!\"}"], ["created_at", "2016-10-05 17:39:04.260158"], ["updated_at", "2016-10-05 17:39:04.260158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit itaque repudiandae cumque facilis eveniet.\",\"text\":\"The SMTP transmitter is down, navigate the primary matrix so we can generate the COM interface!\"}"], ["created_at", "2016-10-05 17:39:04.261031"], ["updated_at", "2016-10-05 17:39:04.261031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id aut earum adipisci iusto sapiente animi est.\",\"text\":\"Use the wireless HTTP transmitter, then you can navigate the haptic application!\"}"], ["created_at", "2016-10-05 17:39:04.261908"], ["updated_at", "2016-10-05 17:39:04.261908"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem non quae tempora quaerat iste.\",\"text\":\"If we synthesize the bandwidth, we can get to the PCI sensor through the open-source SQL circuit!\"}"], ["created_at", "2016-10-05 17:39:04.262839"], ["updated_at", "2016-10-05 17:39:04.262839"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel quia qui dolorum.\",\"text\":\"I'll program the primary PCI pixel, that should capacitor the THX firewall!\"}"], ["created_at", "2016-10-05 17:39:04.263683"], ["updated_at", "2016-10-05 17:39:04.263683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim incidunt eius dolor qui earum qui.\",\"text\":\"You can't synthesize the feed without indexing the mobile GB transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.264552"], ["updated_at", "2016-10-05 17:39:04.264552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde quas qui provident non velit quis explicabo.\",\"text\":\"You can't bypass the circuit without hacking the optical AGP application!\"}"], ["created_at", "2016-10-05 17:39:04.265412"], ["updated_at", "2016-10-05 17:39:04.265412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident quidem vitae.\",\"text\":\"I'll index the bluetooth RSS port, that should card the SCSI circuit!\"}"], ["created_at", "2016-10-05 17:39:04.266283"], ["updated_at", "2016-10-05 17:39:04.266283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur delectus debitis dolorum.\",\"text\":\"You can't index the driver without connecting the primary CSS transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.267158"], ["updated_at", "2016-10-05 17:39:04.267158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde laborum est cumque harum soluta eligendi.\",\"text\":\"You can't input the interface without compressing the haptic ADP feed!\"}"], ["created_at", "2016-10-05 17:39:04.268019"], ["updated_at", "2016-10-05 17:39:04.268019"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum cum animi.\",\"text\":\"I'll copy the redundant AGP bandwidth, that should hard drive the TCP application!\"}"], ["created_at", "2016-10-05 17:39:04.268887"], ["updated_at", "2016-10-05 17:39:04.268887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum repudiandae et.\",\"text\":\"The ADP alarm is down, program the primary bus so we can parse the AI array!\"}"], ["created_at", "2016-10-05 17:39:04.269732"], ["updated_at", "2016-10-05 17:39:04.269732"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est modi architecto nulla deserunt.\",\"text\":\"You can't compress the matrix without backing up the open-source HTTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.270614"], ["updated_at", "2016-10-05 17:39:04.270614"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est voluptatum rem dolorem at eum natus.\",\"text\":\"We need to generate the auxiliary XML firewall!\"}"], ["created_at", "2016-10-05 17:39:04.271479"], ["updated_at", "2016-10-05 17:39:04.271479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In magni odit.\",\"text\":\"The SMTP transmitter is down, bypass the auxiliary transmitter so we can input the GB sensor!\"}"], ["created_at", "2016-10-05 17:39:04.272315"], ["updated_at", "2016-10-05 17:39:04.272315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus dolores rerum et veniam vel.\",\"text\":\"Navigating the system won't do anything, we need to bypass the cross-platform usb monitor!\"}"], ["created_at", "2016-10-05 17:39:04.273190"], ["updated_at", "2016-10-05 17:39:04.273190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas repellendus et laboriosam.\",\"text\":\"You can't back up the array without hacking the wireless GB matrix!\"}"], ["created_at", "2016-10-05 17:39:04.274052"], ["updated_at", "2016-10-05 17:39:04.274052"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit est sit rem qui ipsam.\",\"text\":\"Try to input the PCI pixel, maybe it will reboot the solid state application!\"}"], ["created_at", "2016-10-05 17:39:04.274927"], ["updated_at", "2016-10-05 17:39:04.274927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt et impedit qui in ducimus et sit.\",\"text\":\"Use the wireless HTTP firewall, then you can compress the cross-platform application!\"}"], ["created_at", "2016-10-05 17:39:04.275808"], ["updated_at", "2016-10-05 17:39:04.275808"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod aut repudiandae quia cum.\",\"text\":\"We need to bypass the open-source HDD array!\"}"], ["created_at", "2016-10-05 17:39:04.276674"], ["updated_at", "2016-10-05 17:39:04.276674"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis quia occaecati.\",\"text\":\"You can't generate the driver without generating the 1080p SAS port!\"}"], ["created_at", "2016-10-05 17:39:04.277542"], ["updated_at", "2016-10-05 17:39:04.277542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui tempore ipsam nisi deleniti dicta eligendi.\",\"text\":\"We need to navigate the primary SDD port!\"}"], ["created_at", "2016-10-05 17:39:04.278430"], ["updated_at", "2016-10-05 17:39:04.278430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut vel vel sit nihil quia quasi.\",\"text\":\"Use the primary SQL program, then you can reboot the online alarm!\"}"], ["created_at", "2016-10-05 17:39:04.279290"], ["updated_at", "2016-10-05 17:39:04.279290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et est eveniet veniam aliquam voluptas est ipsam.\",\"text\":\"Use the optical THX bus, then you can back up the mobile microchip!\"}"], ["created_at", "2016-10-05 17:39:04.280152"], ["updated_at", "2016-10-05 17:39:04.280152"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut dolorem neque.\",\"text\":\"Try to parse the SCSI bus, maybe it will index the back-end pixel!\"}"], ["created_at", "2016-10-05 17:39:04.281034"], ["updated_at", "2016-10-05 17:39:04.281034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi enim est perspiciatis qui.\",\"text\":\"The PNG bus is down, override the redundant firewall so we can index the JSON sensor!\"}"], ["created_at", "2016-10-05 17:39:04.281888"], ["updated_at", "2016-10-05 17:39:04.281888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis et quis animi nulla sed.\",\"text\":\"You can't parse the feed without transmitting the haptic FTP array!\"}"], ["created_at", "2016-10-05 17:39:04.282759"], ["updated_at", "2016-10-05 17:39:04.282759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut sed et quia.\",\"text\":\"Use the multi-byte TCP transmitter, then you can quantify the haptic interface!\"}"], ["created_at", "2016-10-05 17:39:04.283620"], ["updated_at", "2016-10-05 17:39:04.283620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In molestiae minus.\",\"text\":\"I'll transmit the mobile SMS application, that should card the HTTP hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.284494"], ["updated_at", "2016-10-05 17:39:04.284494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et qui vero impedit numquam cupiditate quidem et.\",\"text\":\"We need to reboot the bluetooth FTP program!\"}"], ["created_at", "2016-10-05 17:39:04.285343"], ["updated_at", "2016-10-05 17:39:04.285343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut incidunt harum dolores itaque molestias in ut.\",\"text\":\"Try to program the XSS application, maybe it will program the online bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.286205"], ["updated_at", "2016-10-05 17:39:04.286205"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum qui et.\",\"text\":\"You can't parse the system without bypassing the back-end RAM application!\"}"], ["created_at", "2016-10-05 17:39:04.287081"], ["updated_at", "2016-10-05 17:39:04.287081"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio ipsam dolor.\",\"text\":\"The HTTP card is down, hack the open-source microchip so we can parse the SCSI application!\"}"], ["created_at", "2016-10-05 17:39:04.287916"], ["updated_at", "2016-10-05 17:39:04.287916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum assumenda debitis iste.\",\"text\":\"You can't connect the alarm without indexing the digital PNG port!\"}"], ["created_at", "2016-10-05 17:39:04.288767"], ["updated_at", "2016-10-05 17:39:04.288767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est incidunt nemo itaque autem praesentium repudiandae veritatis.\",\"text\":\"The THX microchip is down, copy the solid state port so we can input the RAM system!\"}"], ["created_at", "2016-10-05 17:39:04.289653"], ["updated_at", "2016-10-05 17:39:04.289653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus magni ut omnis beatae qui sequi maiores.\",\"text\":\"Synthesizing the card won't do anything, we need to quantify the digital jbod system!\"}"], ["created_at", "2016-10-05 17:39:04.290574"], ["updated_at", "2016-10-05 17:39:04.290574"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente enim deleniti mollitia adipisci illum.\",\"text\":\"Try to reboot the THX firewall, maybe it will reboot the wireless bus!\"}"], ["created_at", "2016-10-05 17:39:04.291433"], ["updated_at", "2016-10-05 17:39:04.291433"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint et sed architecto.\",\"text\":\"We need to parse the online PCI application!\"}"], ["created_at", "2016-10-05 17:39:04.292339"], ["updated_at", "2016-10-05 17:39:04.292339"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque sit laboriosam.\",\"text\":\"Copying the sensor won't do anything, we need to copy the virtual pci pixel!\"}"], ["created_at", "2016-10-05 17:39:04.293204"], ["updated_at", "2016-10-05 17:39:04.293204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae rem nesciunt.\",\"text\":\"If we compress the program, we can get to the AGP matrix through the digital SQL sensor!\"}"], ["created_at", "2016-10-05 17:39:04.294076"], ["updated_at", "2016-10-05 17:39:04.294076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error exercitationem sunt quibusdam quia aliquam.\",\"text\":\"The SDD port is down, back up the multi-byte firewall so we can back up the JBOD matrix!\"}"], ["created_at", "2016-10-05 17:39:04.294973"], ["updated_at", "2016-10-05 17:39:04.294973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed qui et.\",\"text\":\"You can't parse the system without programming the wireless RSS array!\"}"], ["created_at", "2016-10-05 17:39:04.295851"], ["updated_at", "2016-10-05 17:39:04.295851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae vel nisi.\",\"text\":\"Synthesizing the hard drive won't do anything, we need to synthesize the online thx bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.296702"], ["updated_at", "2016-10-05 17:39:04.296702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor est molestiae.\",\"text\":\"Programming the program won't do anything, we need to synthesize the online usb array!\"}"], ["created_at", "2016-10-05 17:39:04.297570"], ["updated_at", "2016-10-05 17:39:04.297570"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque rem laboriosam.\",\"text\":\"Use the virtual XML microchip, then you can copy the multi-byte program!\"}"], ["created_at", "2016-10-05 17:39:04.298443"], ["updated_at", "2016-10-05 17:39:04.298443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit adipisci debitis quasi dolorum et dolore.\",\"text\":\"Use the neural RAM hard drive, then you can generate the primary port!\"}"], ["created_at", "2016-10-05 17:39:04.299286"], ["updated_at", "2016-10-05 17:39:04.299286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum voluptatem et deleniti quis omnis cum.\",\"text\":\"We need to hack the bluetooth SAS transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.300146"], ["updated_at", "2016-10-05 17:39:04.300146"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur in dolore excepturi assumenda nulla sed.\",\"text\":\"If we parse the panel, we can get to the SQL system through the auxiliary HDD microchip!\"}"], ["created_at", "2016-10-05 17:39:04.301014"], ["updated_at", "2016-10-05 17:39:04.301014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem quia dicta vel sed at hic.\",\"text\":\"I'll quantify the digital PNG protocol, that should card the PNG firewall!\"}"], ["created_at", "2016-10-05 17:39:04.301922"], ["updated_at", "2016-10-05 17:39:04.301922"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus quia consequuntur quo dignissimos dolorum occaecati.\",\"text\":\"The FTP bandwidth is down, override the multi-byte bandwidth so we can compress the XML bus!\"}"], ["created_at", "2016-10-05 17:39:04.302791"], ["updated_at", "2016-10-05 17:39:04.302791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim minima at.\",\"text\":\"Try to quantify the USB program, maybe it will hack the virtual bus!\"}"], ["created_at", "2016-10-05 17:39:04.303672"], ["updated_at", "2016-10-05 17:39:04.303672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem vitae est velit.\",\"text\":\"Try to synthesize the JBOD firewall, maybe it will calculate the virtual hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.304548"], ["updated_at", "2016-10-05 17:39:04.304548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere eligendi debitis nostrum incidunt explicabo voluptate.\",\"text\":\"If we parse the bandwidth, we can get to the SSL panel through the auxiliary XML firewall!\"}"], ["created_at", "2016-10-05 17:39:04.305409"], ["updated_at", "2016-10-05 17:39:04.305409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum inventore explicabo rerum voluptate.\",\"text\":\"The COM hard drive is down, transmit the multi-byte program so we can back up the RAM card!\"}"], ["created_at", "2016-10-05 17:39:04.306272"], ["updated_at", "2016-10-05 17:39:04.306272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus adipisci explicabo.\",\"text\":\"I'll input the back-end SMTP firewall, that should feed the HTTP pixel!\"}"], ["created_at", "2016-10-05 17:39:04.307141"], ["updated_at", "2016-10-05 17:39:04.307141"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores et impedit inventore eum.\",\"text\":\"I'll override the solid state ADP port, that should sensor the XML system!\"}"], ["created_at", "2016-10-05 17:39:04.308011"], ["updated_at", "2016-10-05 17:39:04.308011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus officia nemo quibusdam ipsa.\",\"text\":\"Try to calculate the SAS bandwidth, maybe it will navigate the cross-platform array!\"}"], ["created_at", "2016-10-05 17:39:04.308873"], ["updated_at", "2016-10-05 17:39:04.308873"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium dicta tenetur et minus occaecati.\",\"text\":\"Quantifying the alarm won't do anything, we need to navigate the mobile exe pixel!\"}"], ["created_at", "2016-10-05 17:39:04.309735"], ["updated_at", "2016-10-05 17:39:04.309735"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed odio sed.\",\"text\":\"If we reboot the array, we can get to the PNG circuit through the back-end XSS feed!\"}"], ["created_at", "2016-10-05 17:39:04.310594"], ["updated_at", "2016-10-05 17:39:04.310594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum sunt illum reprehenderit aut recusandae non aliquam.\",\"text\":\"If we transmit the port, we can get to the XSS card through the multi-byte SDD monitor!\"}"], ["created_at", "2016-10-05 17:39:04.311470"], ["updated_at", "2016-10-05 17:39:04.311470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum reiciendis eum qui excepturi ipsa.\",\"text\":\"I'll index the redundant TCP application, that should application the RAM hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.312355"], ["updated_at", "2016-10-05 17:39:04.312355"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas eligendi quos excepturi ratione labore delectus consequatur.\",\"text\":\"Try to parse the AGP microchip, maybe it will index the bluetooth sensor!\"}"], ["created_at", "2016-10-05 17:39:04.313217"], ["updated_at", "2016-10-05 17:39:04.313217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui assumenda et.\",\"text\":\"Hacking the array won't do anything, we need to calculate the cross-platform gb hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.314071"], ["updated_at", "2016-10-05 17:39:04.314071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere at sint omnis.\",\"text\":\"You can't program the bus without copying the optical PNG program!\"}"], ["created_at", "2016-10-05 17:39:04.314946"], ["updated_at", "2016-10-05 17:39:04.314946"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur corrupti soluta sit perspiciatis occaecati.\",\"text\":\"We need to program the auxiliary SMS card!\"}"], ["created_at", "2016-10-05 17:39:04.315786"], ["updated_at", "2016-10-05 17:39:04.315786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique cumque corporis cum neque et.\",\"text\":\"Try to synthesize the COM matrix, maybe it will override the haptic microchip!\"}"], ["created_at", "2016-10-05 17:39:04.316642"], ["updated_at", "2016-10-05 17:39:04.316642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi ducimus natus soluta.\",\"text\":\"The HDD microchip is down, copy the multi-byte feed so we can reboot the ADP array!\"}"], ["created_at", "2016-10-05 17:39:04.317493"], ["updated_at", "2016-10-05 17:39:04.317493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti ut non.\",\"text\":\"We need to synthesize the primary SSL firewall!\"}"], ["created_at", "2016-10-05 17:39:04.318357"], ["updated_at", "2016-10-05 17:39:04.318357"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt culpa omnis omnis molestiae non nobis est.\",\"text\":\"You can't synthesize the driver without hacking the wireless CSS system!\"}"], ["created_at", "2016-10-05 17:39:04.319215"], ["updated_at", "2016-10-05 17:39:04.319215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos et et qui.\",\"text\":\"The FTP monitor is down, back up the 1080p bus so we can bypass the EXE hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.320065"], ["updated_at", "2016-10-05 17:39:04.320065"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet quo ad saepe nostrum magnam.\",\"text\":\"The PNG card is down, calculate the open-source microchip so we can reboot the IB card!\"}"], ["created_at", "2016-10-05 17:39:04.320925"], ["updated_at", "2016-10-05 17:39:04.320925"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium at est velit in molestias consequuntur.\",\"text\":\"We need to copy the haptic AGP application!\"}"], ["created_at", "2016-10-05 17:39:04.321784"], ["updated_at", "2016-10-05 17:39:04.321784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus dolorum earum velit.\",\"text\":\"I'll quantify the digital JBOD hard drive, that should array the THX matrix!\"}"], ["created_at", "2016-10-05 17:39:04.322646"], ["updated_at", "2016-10-05 17:39:04.322646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum ducimus esse.\",\"text\":\"I'll navigate the bluetooth RSS array, that should alarm the PNG driver!\"}"], ["created_at", "2016-10-05 17:39:04.323497"], ["updated_at", "2016-10-05 17:39:04.323497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui recusandae enim optio quaerat consequuntur.\",\"text\":\"I'll synthesize the cross-platform AGP bandwidth, that should pixel the RSS circuit!\"}"], ["created_at", "2016-10-05 17:39:04.324328"], ["updated_at", "2016-10-05 17:39:04.324328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur consequatur sunt dolorem molestiae alias.\",\"text\":\"Try to connect the IB capacitor, maybe it will parse the optical program!\"}"], ["created_at", "2016-10-05 17:39:04.325201"], ["updated_at", "2016-10-05 17:39:04.325201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis sit ullam maxime sed modi qui autem.\",\"text\":\"The USB system is down, bypass the open-source system so we can reboot the SMTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.326066"], ["updated_at", "2016-10-05 17:39:04.326066"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio vero consequatur.\",\"text\":\"If we program the protocol, we can get to the PCI panel through the open-source CSS card!\"}"], ["created_at", "2016-10-05 17:39:04.326948"], ["updated_at", "2016-10-05 17:39:04.326948"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium eos excepturi.\",\"text\":\"Try to navigate the JSON card, maybe it will index the open-source application!\"}"], ["created_at", "2016-10-05 17:39:04.327795"], ["updated_at", "2016-10-05 17:39:04.327795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui sit ut et incidunt ut quod.\",\"text\":\"Use the auxiliary SMTP capacitor, then you can index the 1080p feed!\"}"], ["created_at", "2016-10-05 17:39:04.328688"], ["updated_at", "2016-10-05 17:39:04.328688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem aut non adipisci.\",\"text\":\"You can't quantify the protocol without calculating the digital USB transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.329627"], ["updated_at", "2016-10-05 17:39:04.329627"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex quos dolor quia.\",\"text\":\"Try to reboot the XSS circuit, maybe it will synthesize the wireless hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.330481"], ["updated_at", "2016-10-05 17:39:04.330481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid sapiente error commodi id.\",\"text\":\"We need to calculate the 1080p THX driver!\"}"], ["created_at", "2016-10-05 17:39:04.331342"], ["updated_at", "2016-10-05 17:39:04.331342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus eligendi quas corrupti et blanditiis occaecati.\",\"text\":\"Try to bypass the COM bandwidth, maybe it will input the primary driver!\"}"], ["created_at", "2016-10-05 17:39:04.332229"], ["updated_at", "2016-10-05 17:39:04.332229"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium accusamus aut et neque nemo.\",\"text\":\"You can't program the pixel without connecting the redundant SCSI alarm!\"}"], ["created_at", "2016-10-05 17:39:04.333093"], ["updated_at", "2016-10-05 17:39:04.333093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia amet veniam occaecati.\",\"text\":\"We need to back up the redundant SMTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.333953"], ["updated_at", "2016-10-05 17:39:04.333953"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis rerum ut.\",\"text\":\"Use the primary USB feed, then you can compress the optical driver!\"}"], ["created_at", "2016-10-05 17:39:04.334837"], ["updated_at", "2016-10-05 17:39:04.334837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos nihil nulla quis modi et.\",\"text\":\"If we transmit the matrix, we can get to the USB bus through the back-end RSS system!\"}"], ["created_at", "2016-10-05 17:39:04.335696"], ["updated_at", "2016-10-05 17:39:04.335696"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero ut quia quibusdam blanditiis porro nesciunt.\",\"text\":\"If we calculate the port, we can get to the PCI driver through the wireless SDD card!\"}"], ["created_at", "2016-10-05 17:39:04.336572"], ["updated_at", "2016-10-05 17:39:04.336572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus quasi neque omnis quia et ut sint.\",\"text\":\"We need to calculate the optical AI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.337410"], ["updated_at", "2016-10-05 17:39:04.337410"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam commodi odit reprehenderit aliquam voluptatum.\",\"text\":\"Use the neural RAM feed, then you can input the neural interface!\"}"], ["created_at", "2016-10-05 17:39:04.338267"], ["updated_at", "2016-10-05 17:39:04.338267"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est ea nulla.\",\"text\":\"I'll input the solid state CSS panel, that should capacitor the SQL circuit!\"}"], ["created_at", "2016-10-05 17:39:04.339159"], ["updated_at", "2016-10-05 17:39:04.339159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae vitae veniam numquam assumenda facilis.\",\"text\":\"You can't index the microchip without generating the multi-byte SDD matrix!\"}"], ["created_at", "2016-10-05 17:39:04.339990"], ["updated_at", "2016-10-05 17:39:04.339990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium ea rerum repudiandae et.\",\"text\":\"You can't synthesize the array without parsing the optical EXE program!\"}"], ["created_at", "2016-10-05 17:39:04.340847"], ["updated_at", "2016-10-05 17:39:04.340847"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat reiciendis voluptas omnis et eos.\",\"text\":\"I'll connect the virtual HDD driver, that should circuit the EXE circuit!\"}"], ["created_at", "2016-10-05 17:39:04.341701"], ["updated_at", "2016-10-05 17:39:04.341701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus incidunt et in libero amet illo.\",\"text\":\"You can't hack the bandwidth without indexing the virtual JSON array!\"}"], ["created_at", "2016-10-05 17:39:04.342591"], ["updated_at", "2016-10-05 17:39:04.342591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut cumque accusamus quibusdam dicta quae natus et.\",\"text\":\"We need to input the primary USB monitor!\"}"], ["created_at", "2016-10-05 17:39:04.343523"], ["updated_at", "2016-10-05 17:39:04.343523"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis aut qui repudiandae.\",\"text\":\"Try to synthesize the SAS array, maybe it will transmit the back-end protocol!\"}"], ["created_at", "2016-10-05 17:39:04.344427"], ["updated_at", "2016-10-05 17:39:04.344427"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum porro praesentium et optio illo aut eveniet.\",\"text\":\"We need to compress the neural RSS capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.345300"], ["updated_at", "2016-10-05 17:39:04.345300"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur tempora quam totam accusamus pariatur ea.\",\"text\":\"Backing up the protocol won't do anything, we need to bypass the back-end css pixel!\"}"], ["created_at", "2016-10-05 17:39:04.346143"], ["updated_at", "2016-10-05 17:39:04.346143"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit totam architecto eligendi aut amet voluptas.\",\"text\":\"I'll program the redundant FTP alarm, that should program the USB protocol!\"}"], ["created_at", "2016-10-05 17:39:04.347069"], ["updated_at", "2016-10-05 17:39:04.347069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas necessitatibus dolor.\",\"text\":\"Use the optical COM driver, then you can transmit the redundant protocol!\"}"], ["created_at", "2016-10-05 17:39:04.347980"], ["updated_at", "2016-10-05 17:39:04.347980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut voluptate dolores veniam omnis molestiae nulla voluptatum.\",\"text\":\"The HDD card is down, index the redundant program so we can calculate the THX capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.348825"], ["updated_at", "2016-10-05 17:39:04.348825"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur rem doloribus omnis cum.\",\"text\":\"Try to program the XSS pixel, maybe it will quantify the open-source array!\"}"], ["created_at", "2016-10-05 17:39:04.349694"], ["updated_at", "2016-10-05 17:39:04.349694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur qui ut nihil sequi et dolores eum.\",\"text\":\"I'll input the neural AGP bus, that should matrix the SCSI application!\"}"], ["created_at", "2016-10-05 17:39:04.350589"], ["updated_at", "2016-10-05 17:39:04.350589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id sit aut aliquam beatae ad voluptate.\",\"text\":\"If we bypass the array, we can get to the SSL bus through the bluetooth USB transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.351455"], ["updated_at", "2016-10-05 17:39:04.351455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae odit sapiente quia sed sed.\",\"text\":\"Try to compress the SMS capacitor, maybe it will synthesize the wireless bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.352303"], ["updated_at", "2016-10-05 17:39:04.352303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima veniam repellat fugiat soluta quod aperiam odit.\",\"text\":\"Transmitting the panel won't do anything, we need to input the solid state sql application!\"}"], ["created_at", "2016-10-05 17:39:04.353185"], ["updated_at", "2016-10-05 17:39:04.353185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia facilis quos non id quod.\",\"text\":\"If we synthesize the program, we can get to the HDD monitor through the bluetooth RAM bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.354094"], ["updated_at", "2016-10-05 17:39:04.354094"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo suscipit ut aut.\",\"text\":\"If we quantify the circuit, we can get to the HDD system through the online PCI driver!\"}"], ["created_at", "2016-10-05 17:39:04.354970"], ["updated_at", "2016-10-05 17:39:04.354970"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In corporis ducimus itaque assumenda magni.\",\"text\":\"Compressing the application won't do anything, we need to override the neural xss matrix!\"}"], ["created_at", "2016-10-05 17:39:04.355838"], ["updated_at", "2016-10-05 17:39:04.355838"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione animi omnis saepe aut reprehenderit.\",\"text\":\"Use the neural SCSI card, then you can bypass the back-end capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.356696"], ["updated_at", "2016-10-05 17:39:04.356696"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero incidunt non quia repellat facilis.\",\"text\":\"We need to calculate the neural AGP sensor!\"}"], ["created_at", "2016-10-05 17:39:04.357560"], ["updated_at", "2016-10-05 17:39:04.357560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui qui non veritatis laudantium.\",\"text\":\"Try to copy the IB array, maybe it will back up the mobile port!\"}"], ["created_at", "2016-10-05 17:39:04.358429"], ["updated_at", "2016-10-05 17:39:04.358429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis quibusdam laborum impedit repudiandae modi beatae.\",\"text\":\"Try to reboot the TCP feed, maybe it will index the solid state application!\"}"], ["created_at", "2016-10-05 17:39:04.359291"], ["updated_at", "2016-10-05 17:39:04.359291"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem omnis asperiores nam sed.\",\"text\":\"I'll bypass the open-source JBOD microchip, that should capacitor the HTTP port!\"}"], ["created_at", "2016-10-05 17:39:04.360172"], ["updated_at", "2016-10-05 17:39:04.360172"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex velit omnis ut.\",\"text\":\"You can't bypass the port without quantifying the bluetooth SDD circuit!\"}"], ["created_at", "2016-10-05 17:39:04.361050"], ["updated_at", "2016-10-05 17:39:04.361050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi quisquam cumque et illum est nam sit.\",\"text\":\"Try to reboot the SMS microchip, maybe it will calculate the solid state feed!\"}"], ["created_at", "2016-10-05 17:39:04.361909"], ["updated_at", "2016-10-05 17:39:04.361909"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis impedit deserunt labore aliquam omnis et cupiditate.\",\"text\":\"I'll calculate the optical SQL panel, that should bandwidth the USB transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.362782"], ["updated_at", "2016-10-05 17:39:04.362782"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum eos ratione sed et.\",\"text\":\"If we input the feed, we can get to the JSON transmitter through the cross-platform RAM firewall!\"}"], ["created_at", "2016-10-05 17:39:04.363623"], ["updated_at", "2016-10-05 17:39:04.363623"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti dignissimos eligendi blanditiis doloribus voluptatem qui voluptas.\",\"text\":\"We need to quantify the mobile SSL matrix!\"}"], ["created_at", "2016-10-05 17:39:04.364495"], ["updated_at", "2016-10-05 17:39:04.364495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis id et et corrupti sit.\",\"text\":\"Use the haptic XSS sensor, then you can navigate the multi-byte monitor!\"}"], ["created_at", "2016-10-05 17:39:04.365398"], ["updated_at", "2016-10-05 17:39:04.365398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis non quia.\",\"text\":\"The SCSI capacitor is down, hack the bluetooth matrix so we can input the RAM bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.366264"], ["updated_at", "2016-10-05 17:39:04.366264"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius vero id.\",\"text\":\"Use the back-end PCI bus, then you can override the primary microchip!\"}"], ["created_at", "2016-10-05 17:39:04.367144"], ["updated_at", "2016-10-05 17:39:04.367144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis molestiae aut voluptatem alias.\",\"text\":\"We need to reboot the primary PNG capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.368032"], ["updated_at", "2016-10-05 17:39:04.368032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In debitis aut.\",\"text\":\"You can't transmit the firewall without generating the primary XSS circuit!\"}"], ["created_at", "2016-10-05 17:39:04.368908"], ["updated_at", "2016-10-05 17:39:04.368908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio adipisci laboriosam qui nam illum ad sint.\",\"text\":\"Use the bluetooth GB monitor, then you can back up the optical array!\"}"], ["created_at", "2016-10-05 17:39:04.369822"], ["updated_at", "2016-10-05 17:39:04.369822"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur maiores corrupti ipsum repellendus.\",\"text\":\"Use the digital SSL driver, then you can input the auxiliary hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.371247"], ["updated_at", "2016-10-05 17:39:04.371247"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia recusandae nemo repellendus et.\",\"text\":\"You can't copy the transmitter without calculating the auxiliary EXE program!\"}"], ["created_at", "2016-10-05 17:39:04.373219"], ["updated_at", "2016-10-05 17:39:04.373219"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus magni cumque autem veritatis.\",\"text\":\"Try to transmit the GB array, maybe it will program the neural circuit!\"}"], ["created_at", "2016-10-05 17:39:04.374435"], ["updated_at", "2016-10-05 17:39:04.374435"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae provident aliquam.\",\"text\":\"If we navigate the array, we can get to the EXE program through the multi-byte RAM card!\"}"], ["created_at", "2016-10-05 17:39:04.375515"], ["updated_at", "2016-10-05 17:39:04.375515"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero aspernatur reprehenderit qui et assumenda perspiciatis non.\",\"text\":\"The ADP capacitor is down, generate the cross-platform driver so we can reboot the COM matrix!\"}"], ["created_at", "2016-10-05 17:39:04.376627"], ["updated_at", "2016-10-05 17:39:04.376627"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat quas quo temporibus pariatur eveniet aut sint.\",\"text\":\"I'll program the 1080p SSL microchip, that should driver the XML firewall!\"}"], ["created_at", "2016-10-05 17:39:04.377710"], ["updated_at", "2016-10-05 17:39:04.377710"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores cupiditate ratione iste quo ea.\",\"text\":\"If we navigate the driver, we can get to the AI feed through the bluetooth FTP array!\"}"], ["created_at", "2016-10-05 17:39:04.378689"], ["updated_at", "2016-10-05 17:39:04.378689"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et blanditiis voluptas totam.\",\"text\":\"Try to copy the SQL bandwidth, maybe it will copy the redundant microchip!\"}"], ["created_at", "2016-10-05 17:39:04.379606"], ["updated_at", "2016-10-05 17:39:04.379606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis ullam et doloremque.\",\"text\":\"We need to bypass the primary JBOD hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.380538"], ["updated_at", "2016-10-05 17:39:04.380538"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem ratione eum itaque quae dolor.\",\"text\":\"You can't connect the alarm without generating the online USB system!\"}"], ["created_at", "2016-10-05 17:39:04.381461"], ["updated_at", "2016-10-05 17:39:04.381461"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat consequuntur perferendis temporibus.\",\"text\":\"You can't bypass the panel without generating the 1080p RSS application!\"}"], ["created_at", "2016-10-05 17:39:04.382382"], ["updated_at", "2016-10-05 17:39:04.382382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt et rem velit laborum magni.\",\"text\":\"You can't program the panel without calculating the optical HTTP panel!\"}"], ["created_at", "2016-10-05 17:39:04.383258"], ["updated_at", "2016-10-05 17:39:04.383258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et est consectetur odit accusantium sint architecto.\",\"text\":\"I'll program the neural JSON sensor, that should pixel the RSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.384151"], ["updated_at", "2016-10-05 17:39:04.384151"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt aut et quas possimus.\",\"text\":\"If we input the transmitter, we can get to the SDD bus through the primary SQL transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.385034"], ["updated_at", "2016-10-05 17:39:04.385034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse quia ad fugiat eos.\",\"text\":\"Calculating the matrix won't do anything, we need to override the optical hdd program!\"}"], ["created_at", "2016-10-05 17:39:04.385912"], ["updated_at", "2016-10-05 17:39:04.385912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio dicta beatae omnis enim est reprehenderit.\",\"text\":\"You can't copy the microchip without copying the cross-platform AI capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.386851"], ["updated_at", "2016-10-05 17:39:04.386851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore accusamus qui necessitatibus omnis animi.\",\"text\":\"You can't copy the panel without navigating the bluetooth ADP capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.387738"], ["updated_at", "2016-10-05 17:39:04.387738"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et error perferendis.\",\"text\":\"We need to transmit the haptic IB microchip!\"}"], ["created_at", "2016-10-05 17:39:04.388612"], ["updated_at", "2016-10-05 17:39:04.388612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam et ex atque voluptate est.\",\"text\":\"You can't reboot the protocol without synthesizing the open-source SQL monitor!\"}"], ["created_at", "2016-10-05 17:39:04.389470"], ["updated_at", "2016-10-05 17:39:04.389470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi blanditiis ipsum sit enim qui.\",\"text\":\"You can't synthesize the driver without compressing the wireless FTP matrix!\"}"], ["created_at", "2016-10-05 17:39:04.390355"], ["updated_at", "2016-10-05 17:39:04.390355"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non voluptatem sed aut molestiae.\",\"text\":\"Hacking the array won't do anything, we need to synthesize the back-end scsi capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.391235"], ["updated_at", "2016-10-05 17:39:04.391235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut architecto quisquam.\",\"text\":\"We need to copy the neural TCP capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.392104"], ["updated_at", "2016-10-05 17:39:04.392104"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore iusto velit.\",\"text\":\"The HTTP feed is down, input the digital transmitter so we can override the CSS system!\"}"], ["created_at", "2016-10-05 17:39:04.392961"], ["updated_at", "2016-10-05 17:39:04.392961"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio nemo voluptatem magnam amet.\",\"text\":\"You can't parse the transmitter without calculating the digital CSS bus!\"}"], ["created_at", "2016-10-05 17:39:04.393827"], ["updated_at", "2016-10-05 17:39:04.393827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam illo quam et rerum rerum sequi sint.\",\"text\":\"The SMTP feed is down, calculate the haptic matrix so we can hack the GB feed!\"}"], ["created_at", "2016-10-05 17:39:04.394718"], ["updated_at", "2016-10-05 17:39:04.394718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis id occaecati autem natus molestias ipsam.\",\"text\":\"I'll program the neural XML driver, that should circuit the XML card!\"}"], ["created_at", "2016-10-05 17:39:04.395587"], ["updated_at", "2016-10-05 17:39:04.395587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas fugiat consequatur vel id.\",\"text\":\"If we parse the feed, we can get to the XML driver through the auxiliary SAS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.396452"], ["updated_at", "2016-10-05 17:39:04.396452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem doloribus aliquid reiciendis est commodi dolor.\",\"text\":\"Try to reboot the XSS capacitor, maybe it will calculate the back-end port!\"}"], ["created_at", "2016-10-05 17:39:04.397321"], ["updated_at", "2016-10-05 17:39:04.397321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ducimus non consequuntur.\",\"text\":\"The USB application is down, generate the primary array so we can reboot the HDD circuit!\"}"], ["created_at", "2016-10-05 17:39:04.398179"], ["updated_at", "2016-10-05 17:39:04.398179"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et et quo sed cumque.\",\"text\":\"I'll hack the 1080p COM program, that should bandwidth the SMTP sensor!\"}"], ["created_at", "2016-10-05 17:39:04.399076"], ["updated_at", "2016-10-05 17:39:04.399076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque quis corporis.\",\"text\":\"The TCP interface is down, quantify the virtual bus so we can reboot the EXE circuit!\"}"], ["created_at", "2016-10-05 17:39:04.399962"], ["updated_at", "2016-10-05 17:39:04.399962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui accusantium deserunt praesentium repudiandae rerum molestias.\",\"text\":\"Quantifying the card won't do anything, we need to generate the mobile exe firewall!\"}"], ["created_at", "2016-10-05 17:39:04.400837"], ["updated_at", "2016-10-05 17:39:04.400837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut repellat vel laudantium perferendis omnis omnis vel.\",\"text\":\"If we input the port, we can get to the AGP firewall through the wireless COM pixel!\"}"], ["created_at", "2016-10-05 17:39:04.401708"], ["updated_at", "2016-10-05 17:39:04.401708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores officia asperiores.\",\"text\":\"Try to program the JBOD interface, maybe it will quantify the cross-platform bus!\"}"], ["created_at", "2016-10-05 17:39:04.402576"], ["updated_at", "2016-10-05 17:39:04.402576"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae eum consectetur expedita.\",\"text\":\"The PNG panel is down, calculate the haptic program so we can quantify the THX driver!\"}"], ["created_at", "2016-10-05 17:39:04.403479"], ["updated_at", "2016-10-05 17:39:04.403479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur et dolorem magni quas.\",\"text\":\"Transmitting the pixel won't do anything, we need to compress the solid state com driver!\"}"], ["created_at", "2016-10-05 17:39:04.404394"], ["updated_at", "2016-10-05 17:39:04.404394"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus nihil optio vitae corporis enim neque.\",\"text\":\"The SQL driver is down, override the neural bus so we can override the SMTP application!\"}"], ["created_at", "2016-10-05 17:39:04.405275"], ["updated_at", "2016-10-05 17:39:04.405275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto unde at.\",\"text\":\"You can't connect the matrix without generating the mobile JBOD card!\"}"], ["created_at", "2016-10-05 17:39:04.406145"], ["updated_at", "2016-10-05 17:39:04.406145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias corporis in quidem culpa.\",\"text\":\"We need to calculate the solid state USB matrix!\"}"], ["created_at", "2016-10-05 17:39:04.407035"], ["updated_at", "2016-10-05 17:39:04.407035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora voluptatem rerum vitae omnis.\",\"text\":\"If we transmit the program, we can get to the TCP program through the wireless SCSI pixel!\"}"], ["created_at", "2016-10-05 17:39:04.407914"], ["updated_at", "2016-10-05 17:39:04.407914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque aut mollitia eius ut.\",\"text\":\"Use the back-end PCI monitor, then you can quantify the cross-platform hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.408771"], ["updated_at", "2016-10-05 17:39:04.408771"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam rerum doloremque autem illum.\",\"text\":\"Try to bypass the RSS bandwidth, maybe it will calculate the auxiliary program!\"}"], ["created_at", "2016-10-05 17:39:04.409653"], ["updated_at", "2016-10-05 17:39:04.409653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque consectetur nesciunt ex delectus.\",\"text\":\"We need to override the open-source AI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.410557"], ["updated_at", "2016-10-05 17:39:04.410557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis nisi perspiciatis voluptatem debitis qui nemo.\",\"text\":\"I'll compress the mobile USB array, that should application the GB pixel!\"}"], ["created_at", "2016-10-05 17:39:04.411439"], ["updated_at", "2016-10-05 17:39:04.411439"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem rerum odio.\",\"text\":\"Indexing the alarm won't do anything, we need to generate the digital xml monitor!\"}"], ["created_at", "2016-10-05 17:39:04.412317"], ["updated_at", "2016-10-05 17:39:04.412317"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis tempore rerum aspernatur.\",\"text\":\"If we calculate the sensor, we can get to the EXE hard drive through the auxiliary XML feed!\"}"], ["created_at", "2016-10-05 17:39:04.413234"], ["updated_at", "2016-10-05 17:39:04.413234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae doloribus blanditiis ea ea.\",\"text\":\"If we back up the sensor, we can get to the JBOD panel through the 1080p SMS application!\"}"], ["created_at", "2016-10-05 17:39:04.414120"], ["updated_at", "2016-10-05 17:39:04.414120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur qui maiores nihil.\",\"text\":\"Use the haptic JBOD alarm, then you can connect the open-source program!\"}"], ["created_at", "2016-10-05 17:39:04.415000"], ["updated_at", "2016-10-05 17:39:04.415000"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus aspernatur rerum eum voluptatem odit similique qui.\",\"text\":\"Use the mobile AI port, then you can input the bluetooth card!\"}"], ["created_at", "2016-10-05 17:39:04.415876"], ["updated_at", "2016-10-05 17:39:04.415876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum et fugiat dignissimos qui nihil consequatur.\",\"text\":\"Bypassing the hard drive won't do anything, we need to input the primary pci feed!\"}"], ["created_at", "2016-10-05 17:39:04.416755"], ["updated_at", "2016-10-05 17:39:04.416755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias et explicabo.\",\"text\":\"You can't connect the capacitor without generating the neural HTTP alarm!\"}"], ["created_at", "2016-10-05 17:39:04.417623"], ["updated_at", "2016-10-05 17:39:04.417623"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum commodi et eos ut vitae aliquid.\",\"text\":\"Use the open-source USB panel, then you can connect the solid state system!\"}"], ["created_at", "2016-10-05 17:39:04.418501"], ["updated_at", "2016-10-05 17:39:04.418501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus nobis quas aut mollitia porro amet vel.\",\"text\":\"Indexing the bandwidth won't do anything, we need to copy the solid state sms circuit!\"}"], ["created_at", "2016-10-05 17:39:04.419394"], ["updated_at", "2016-10-05 17:39:04.419394"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit voluptatem consequuntur amet optio totam omnis.\",\"text\":\"Try to calculate the SSL application, maybe it will compress the cross-platform matrix!\"}"], ["created_at", "2016-10-05 17:39:04.420322"], ["updated_at", "2016-10-05 17:39:04.420322"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora labore doloribus velit porro recusandae nihil dicta.\",\"text\":\"We need to override the bluetooth TCP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.421201"], ["updated_at", "2016-10-05 17:39:04.421201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint minus nostrum veritatis.\",\"text\":\"We need to transmit the online SMS alarm!\"}"], ["created_at", "2016-10-05 17:39:04.422063"], ["updated_at", "2016-10-05 17:39:04.422063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut molestiae suscipit error eveniet.\",\"text\":\"I'll input the open-source PCI firewall, that should capacitor the PNG array!\"}"], ["created_at", "2016-10-05 17:39:04.422948"], ["updated_at", "2016-10-05 17:39:04.422948"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda error voluptas occaecati ipsam.\",\"text\":\"If we compress the array, we can get to the SSL sensor through the neural HTTP card!\"}"], ["created_at", "2016-10-05 17:39:04.423817"], ["updated_at", "2016-10-05 17:39:04.423817"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum qui delectus repudiandae accusamus sed dolores et.\",\"text\":\"Use the open-source GB monitor, then you can copy the online alarm!\"}"], ["created_at", "2016-10-05 17:39:04.424700"], ["updated_at", "2016-10-05 17:39:04.424700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id sint illo quos.\",\"text\":\"If we bypass the interface, we can get to the CSS protocol through the back-end SCSI capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.425581"], ["updated_at", "2016-10-05 17:39:04.425581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi minus ut voluptates.\",\"text\":\"The JSON circuit is down, override the solid state bus so we can quantify the HTTP panel!\"}"], ["created_at", "2016-10-05 17:39:04.426481"], ["updated_at", "2016-10-05 17:39:04.426481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque saepe quidem amet eos dolore.\",\"text\":\"Try to copy the PNG system, maybe it will input the mobile driver!\"}"], ["created_at", "2016-10-05 17:39:04.427416"], ["updated_at", "2016-10-05 17:39:04.427416"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum non animi consequatur ab omnis.\",\"text\":\"Quantifying the bus won't do anything, we need to navigate the solid state rss array!\"}"], ["created_at", "2016-10-05 17:39:04.428302"], ["updated_at", "2016-10-05 17:39:04.428302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro sit incidunt sed praesentium voluptatem amet.\",\"text\":\"Try to connect the GB hard drive, maybe it will connect the neural monitor!\"}"], ["created_at", "2016-10-05 17:39:04.429183"], ["updated_at", "2016-10-05 17:39:04.429183"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam quae et est eaque placeat.\",\"text\":\"I'll synthesize the mobile XSS panel, that should port the XSS protocol!\"}"], ["created_at", "2016-10-05 17:39:04.430149"], ["updated_at", "2016-10-05 17:39:04.430149"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis ea adipisci animi fugiat.\",\"text\":\"We need to bypass the neural XSS feed!\"}"], ["created_at", "2016-10-05 17:39:04.431144"], ["updated_at", "2016-10-05 17:39:04.431144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis cumque deleniti expedita est distinctio.\",\"text\":\"Try to quantify the FTP bus, maybe it will connect the neural interface!\"}"], ["created_at", "2016-10-05 17:39:04.432135"], ["updated_at", "2016-10-05 17:39:04.432135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem eos a sed modi commodi eaque.\",\"text\":\"Try to reboot the HTTP port, maybe it will parse the multi-byte microchip!\"}"], ["created_at", "2016-10-05 17:39:04.433238"], ["updated_at", "2016-10-05 17:39:04.433238"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem ut mollitia non est.\",\"text\":\"Transmitting the firewall won't do anything, we need to synthesize the back-end hdd driver!\"}"], ["created_at", "2016-10-05 17:39:04.434234"], ["updated_at", "2016-10-05 17:39:04.434234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas voluptatem vel aut.\",\"text\":\"Generating the firewall won't do anything, we need to input the bluetooth hdd pixel!\"}"], ["created_at", "2016-10-05 17:39:04.435219"], ["updated_at", "2016-10-05 17:39:04.435219"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum neque placeat porro reprehenderit velit.\",\"text\":\"You can't hack the feed without quantifying the cross-platform RSS program!\"}"], ["created_at", "2016-10-05 17:39:04.436198"], ["updated_at", "2016-10-05 17:39:04.436198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste pariatur excepturi laboriosam.\",\"text\":\"We need to calculate the wireless JBOD firewall!\"}"], ["created_at", "2016-10-05 17:39:04.437163"], ["updated_at", "2016-10-05 17:39:04.437163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et exercitationem animi.\",\"text\":\"Try to compress the COM capacitor, maybe it will hack the cross-platform transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.438130"], ["updated_at", "2016-10-05 17:39:04.438130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores sunt eos sunt.\",\"text\":\"I'll parse the open-source THX feed, that should array the HTTP array!\"}"], ["created_at", "2016-10-05 17:39:04.439106"], ["updated_at", "2016-10-05 17:39:04.439106"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea quibusdam esse non rerum.\",\"text\":\"Use the digital HTTP application, then you can back up the digital monitor!\"}"], ["created_at", "2016-10-05 17:39:04.440062"], ["updated_at", "2016-10-05 17:39:04.440062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos laudantium rem quia ut eos nemo.\",\"text\":\"You can't parse the port without quantifying the optical GB array!\"}"], ["created_at", "2016-10-05 17:39:04.440999"], ["updated_at", "2016-10-05 17:39:04.440999"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum dicta eligendi.\",\"text\":\"We need to compress the neural SAS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.441949"], ["updated_at", "2016-10-05 17:39:04.441949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio et cupiditate vitae deserunt sunt.\",\"text\":\"I'll compress the mobile PNG monitor, that should array the IB circuit!\"}"], ["created_at", "2016-10-05 17:39:04.442913"], ["updated_at", "2016-10-05 17:39:04.442913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero voluptas voluptatum quasi nobis.\",\"text\":\"You can't reboot the system without backing up the virtual AI port!\"}"], ["created_at", "2016-10-05 17:39:04.443896"], ["updated_at", "2016-10-05 17:39:04.443896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor quia voluptatem rerum qui et.\",\"text\":\"If we hack the card, we can get to the SAS alarm through the cross-platform SDD system!\"}"], ["created_at", "2016-10-05 17:39:04.444849"], ["updated_at", "2016-10-05 17:39:04.444849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In dolor quibusdam magnam maxime.\",\"text\":\"Use the auxiliary SMS monitor, then you can synthesize the bluetooth driver!\"}"], ["created_at", "2016-10-05 17:39:04.445837"], ["updated_at", "2016-10-05 17:39:04.445837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque eum repellendus possimus sed.\",\"text\":\"Navigating the application won't do anything, we need to bypass the bluetooth ram array!\"}"], ["created_at", "2016-10-05 17:39:04.446777"], ["updated_at", "2016-10-05 17:39:04.446777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus ipsa nostrum sed.\",\"text\":\"Try to connect the CSS capacitor, maybe it will navigate the haptic card!\"}"], ["created_at", "2016-10-05 17:39:04.447673"], ["updated_at", "2016-10-05 17:39:04.447673"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia et quos nihil culpa id.\",\"text\":\"Try to quantify the TCP sensor, maybe it will input the cross-platform driver!\"}"], ["created_at", "2016-10-05 17:39:04.448546"], ["updated_at", "2016-10-05 17:39:04.448546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et qui nostrum.\",\"text\":\"Try to back up the SMS circuit, maybe it will hack the multi-byte panel!\"}"], ["created_at", "2016-10-05 17:39:04.449427"], ["updated_at", "2016-10-05 17:39:04.449427"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore et occaecati eligendi harum hic.\",\"text\":\"Programming the feed won't do anything, we need to transmit the bluetooth ssl system!\"}"], ["created_at", "2016-10-05 17:39:04.450303"], ["updated_at", "2016-10-05 17:39:04.450303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores eos dignissimos dicta tenetur similique in maxime.\",\"text\":\"You can't calculate the feed without synthesizing the digital AI circuit!\"}"], ["created_at", "2016-10-05 17:39:04.451212"], ["updated_at", "2016-10-05 17:39:04.451212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit labore aut doloribus non consequuntur eos.\",\"text\":\"Try to synthesize the JBOD alarm, maybe it will generate the redundant bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.452102"], ["updated_at", "2016-10-05 17:39:04.452102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt quia ut.\",\"text\":\"Use the back-end COM pixel, then you can copy the online firewall!\"}"], ["created_at", "2016-10-05 17:39:04.452978"], ["updated_at", "2016-10-05 17:39:04.452978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis libero voluptatibus.\",\"text\":\"If we hack the application, we can get to the PCI panel through the 1080p THX bus!\"}"], ["created_at", "2016-10-05 17:39:04.453865"], ["updated_at", "2016-10-05 17:39:04.453865"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis sint illo enim aliquam tenetur perspiciatis.\",\"text\":\"The RAM bandwidth is down, calculate the online bandwidth so we can navigate the JBOD system!\"}"], ["created_at", "2016-10-05 17:39:04.454766"], ["updated_at", "2016-10-05 17:39:04.454766"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui autem eum voluptas.\",\"text\":\"Connecting the sensor won't do anything, we need to transmit the cross-platform sms monitor!\"}"], ["created_at", "2016-10-05 17:39:04.455654"], ["updated_at", "2016-10-05 17:39:04.455654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia magni debitis hic quae consectetur sit earum.\",\"text\":\"Use the solid state SMTP matrix, then you can synthesize the optical alarm!\"}"], ["created_at", "2016-10-05 17:39:04.456583"], ["updated_at", "2016-10-05 17:39:04.456583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit quas qui reprehenderit consectetur magni.\",\"text\":\"Try to reboot the SMS protocol, maybe it will synthesize the primary interface!\"}"], ["created_at", "2016-10-05 17:39:04.457477"], ["updated_at", "2016-10-05 17:39:04.457477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et voluptatum numquam et veniam.\",\"text\":\"If we index the interface, we can get to the COM card through the optical SAS array!\"}"], ["created_at", "2016-10-05 17:39:04.458415"], ["updated_at", "2016-10-05 17:39:04.458415"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error similique voluptatibus.\",\"text\":\"If we transmit the protocol, we can get to the USB protocol through the bluetooth PCI interface!\"}"], ["created_at", "2016-10-05 17:39:04.459313"], ["updated_at", "2016-10-05 17:39:04.459313"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt ratione sint voluptatum vel voluptatibus.\",\"text\":\"If we override the feed, we can get to the SCSI protocol through the bluetooth CSS monitor!\"}"], ["created_at", "2016-10-05 17:39:04.460217"], ["updated_at", "2016-10-05 17:39:04.460217"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem sit unde voluptatem earum est eligendi.\",\"text\":\"We need to reboot the digital XML matrix!\"}"], ["created_at", "2016-10-05 17:39:04.461325"], ["updated_at", "2016-10-05 17:39:04.461325"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim laudantium temporibus.\",\"text\":\"We need to navigate the mobile PNG system!\"}"], ["created_at", "2016-10-05 17:39:04.462465"], ["updated_at", "2016-10-05 17:39:04.462465"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet maiores totam.\",\"text\":\"I'll generate the bluetooth XML panel, that should microchip the HDD bus!\"}"], ["created_at", "2016-10-05 17:39:04.463901"], ["updated_at", "2016-10-05 17:39:04.463901"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa temporibus atque ratione qui repellat molestias.\",\"text\":\"If we program the feed, we can get to the IB feed through the 1080p IB matrix!\"}"], ["created_at", "2016-10-05 17:39:04.465624"], ["updated_at", "2016-10-05 17:39:04.465624"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam ea recusandae eius impedit.\",\"text\":\"Try to calculate the IB protocol, maybe it will bypass the multi-byte feed!\"}"], ["created_at", "2016-10-05 17:39:04.469732"], ["updated_at", "2016-10-05 17:39:04.469732"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti ut expedita.\",\"text\":\"You can't program the matrix without quantifying the virtual SAS transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.472711"], ["updated_at", "2016-10-05 17:39:04.472711"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio sed ullam et totam.\",\"text\":\"Try to override the SCSI program, maybe it will generate the redundant application!\"}"], ["created_at", "2016-10-05 17:39:04.473932"], ["updated_at", "2016-10-05 17:39:04.473932"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim nulla et sit excepturi nihil rerum quia.\",\"text\":\"We need to copy the 1080p IB sensor!\"}"], ["created_at", "2016-10-05 17:39:04.475087"], ["updated_at", "2016-10-05 17:39:04.475087"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta provident exercitationem illo maxime et est.\",\"text\":\"I'll calculate the mobile HDD capacitor, that should sensor the EXE bus!\"}"], ["created_at", "2016-10-05 17:39:04.476101"], ["updated_at", "2016-10-05 17:39:04.476101"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem reiciendis minus quae optio alias.\",\"text\":\"Try to synthesize the CSS transmitter, maybe it will generate the bluetooth system!\"}"], ["created_at", "2016-10-05 17:39:04.477320"], ["updated_at", "2016-10-05 17:39:04.477320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus nulla repudiandae ut id.\",\"text\":\"The SCSI system is down, generate the multi-byte port so we can navigate the AGP driver!\"}"], ["created_at", "2016-10-05 17:39:04.478491"], ["updated_at", "2016-10-05 17:39:04.478491"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia sequi sed in sint pariatur qui est.\",\"text\":\"I'll generate the virtual XSS interface, that should capacitor the SMTP card!\"}"], ["created_at", "2016-10-05 17:39:04.479552"], ["updated_at", "2016-10-05 17:39:04.479552"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et minus quo rerum ut ex incidunt ut.\",\"text\":\"I'll program the online XML capacitor, that should feed the FTP hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.480553"], ["updated_at", "2016-10-05 17:39:04.480553"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui eligendi aliquid vel laborum minima dignissimos.\",\"text\":\"Try to program the SCSI array, maybe it will hack the digital hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.481554"], ["updated_at", "2016-10-05 17:39:04.481554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum aut cupiditate et.\",\"text\":\"The SAS array is down, index the 1080p monitor so we can index the SQL firewall!\"}"], ["created_at", "2016-10-05 17:39:04.482489"], ["updated_at", "2016-10-05 17:39:04.482489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint rerum incidunt.\",\"text\":\"Use the digital SDD application, then you can input the multi-byte interface!\"}"], ["created_at", "2016-10-05 17:39:04.483426"], ["updated_at", "2016-10-05 17:39:04.483426"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur ratione cum delectus eaque beatae velit.\",\"text\":\"We need to generate the multi-byte CSS capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.484334"], ["updated_at", "2016-10-05 17:39:04.484334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque est ut.\",\"text\":\"If we index the sensor, we can get to the AI program through the solid state JSON driver!\"}"], ["created_at", "2016-10-05 17:39:04.485262"], ["updated_at", "2016-10-05 17:39:04.485262"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non harum ipsum cumque aut consequuntur ut praesentium.\",\"text\":\"The SAS application is down, transmit the optical application so we can parse the TCP sensor!\"}"], ["created_at", "2016-10-05 17:39:04.486167"], ["updated_at", "2016-10-05 17:39:04.486167"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil vitae qui.\",\"text\":\"I'll program the multi-byte PNG matrix, that should application the SQL card!\"}"], ["created_at", "2016-10-05 17:39:04.487117"], ["updated_at", "2016-10-05 17:39:04.487117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus error atque.\",\"text\":\"Try to copy the ADP hard drive, maybe it will back up the primary transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.488021"], ["updated_at", "2016-10-05 17:39:04.488021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed rem ratione minus alias quia voluptas.\",\"text\":\"You can't override the system without overriding the solid state JSON array!\"}"], ["created_at", "2016-10-05 17:39:04.488964"], ["updated_at", "2016-10-05 17:39:04.488964"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo neque totam sint provident sed nostrum.\",\"text\":\"Try to quantify the FTP interface, maybe it will quantify the multi-byte bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.489858"], ["updated_at", "2016-10-05 17:39:04.489858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia et vel.\",\"text\":\"I'll copy the primary RSS system, that should port the RAM system!\"}"], ["created_at", "2016-10-05 17:39:04.490767"], ["updated_at", "2016-10-05 17:39:04.490767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et aperiam esse.\",\"text\":\"I'll program the virtual PCI microchip, that should protocol the XSS sensor!\"}"], ["created_at", "2016-10-05 17:39:04.491683"], ["updated_at", "2016-10-05 17:39:04.491683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia enim molestiae ipsum quisquam dignissimos.\",\"text\":\"The TCP program is down, copy the virtual monitor so we can index the HDD hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.492554"], ["updated_at", "2016-10-05 17:39:04.492554"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus expedita exercitationem.\",\"text\":\"We need to index the multi-byte XSS driver!\"}"], ["created_at", "2016-10-05 17:39:04.493443"], ["updated_at", "2016-10-05 17:39:04.493443"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt at nam est reprehenderit quaerat.\",\"text\":\"I'll input the wireless HTTP feed, that should capacitor the FTP microchip!\"}"], ["created_at", "2016-10-05 17:39:04.494552"], ["updated_at", "2016-10-05 17:39:04.494552"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia fuga tempora rerum.\",\"text\":\"The THX sensor is down, compress the haptic application so we can hack the SCSI transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.495451"], ["updated_at", "2016-10-05 17:39:04.495451"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit rerum quasi.\",\"text\":\"Try to index the SSL pixel, maybe it will copy the auxiliary sensor!\"}"], ["created_at", "2016-10-05 17:39:04.496339"], ["updated_at", "2016-10-05 17:39:04.496339"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint unde explicabo quia.\",\"text\":\"We need to program the virtual SSL hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.497239"], ["updated_at", "2016-10-05 17:39:04.497239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos et nihil quam repudiandae dolorem.\",\"text\":\"I'll quantify the primary USB matrix, that should panel the SMTP system!\"}"], ["created_at", "2016-10-05 17:39:04.498120"], ["updated_at", "2016-10-05 17:39:04.498120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione asperiores corporis praesentium molestiae.\",\"text\":\"We need to compress the virtual HTTP system!\"}"], ["created_at", "2016-10-05 17:39:04.499071"], ["updated_at", "2016-10-05 17:39:04.499071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur necessitatibus fugiat officiis cupiditate quia quod.\",\"text\":\"If we generate the microchip, we can get to the CSS microchip through the back-end ADP pixel!\"}"], ["created_at", "2016-10-05 17:39:04.499949"], ["updated_at", "2016-10-05 17:39:04.499949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet earum ipsum et fugiat aspernatur et molestias.\",\"text\":\"Parsing the capacitor won't do anything, we need to generate the 1080p usb driver!\"}"], ["created_at", "2016-10-05 17:39:04.500841"], ["updated_at", "2016-10-05 17:39:04.500841"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In asperiores accusantium quis dolor maiores.\",\"text\":\"Try to input the RSS firewall, maybe it will index the digital transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.501749"], ["updated_at", "2016-10-05 17:39:04.501749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati incidunt voluptates accusamus culpa numquam.\",\"text\":\"The PNG interface is down, transmit the open-source transmitter so we can index the JSON system!\"}"], ["created_at", "2016-10-05 17:39:04.502639"], ["updated_at", "2016-10-05 17:39:04.502639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora et sit qui veritatis magnam velit.\",\"text\":\"Copying the transmitter won't do anything, we need to program the cross-platform scsi array!\"}"], ["created_at", "2016-10-05 17:39:04.503543"], ["updated_at", "2016-10-05 17:39:04.503543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem earum saepe rerum fuga voluptas aut.\",\"text\":\"We need to bypass the open-source RSS port!\"}"], ["created_at", "2016-10-05 17:39:04.504418"], ["updated_at", "2016-10-05 17:39:04.504418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis tempora aut ipsam ut velit aperiam quisquam.\",\"text\":\"If we compress the protocol, we can get to the JBOD port through the optical PNG firewall!\"}"], ["created_at", "2016-10-05 17:39:04.505286"], ["updated_at", "2016-10-05 17:39:04.505286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis minima doloremque aliquid ullam error nam.\",\"text\":\"We need to generate the cross-platform SCSI system!\"}"], ["created_at", "2016-10-05 17:39:04.506168"], ["updated_at", "2016-10-05 17:39:04.506168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui labore nostrum.\",\"text\":\"We need to transmit the digital SSL hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.507053"], ["updated_at", "2016-10-05 17:39:04.507053"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias omnis aut veniam et.\",\"text\":\"We need to generate the digital SMTP bus!\"}"], ["created_at", "2016-10-05 17:39:04.507934"], ["updated_at", "2016-10-05 17:39:04.507934"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod laborum quasi et.\",\"text\":\"Try to synthesize the FTP capacitor, maybe it will synthesize the cross-platform alarm!\"}"], ["created_at", "2016-10-05 17:39:04.508837"], ["updated_at", "2016-10-05 17:39:04.508837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo ut veritatis alias.\",\"text\":\"I'll connect the optical JBOD alarm, that should firewall the ADP protocol!\"}"], ["created_at", "2016-10-05 17:39:04.509713"], ["updated_at", "2016-10-05 17:39:04.509713"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut nemo aliquid omnis iure.\",\"text\":\"The SQL bus is down, program the wireless array so we can transmit the PNG array!\"}"], ["created_at", "2016-10-05 17:39:04.510697"], ["updated_at", "2016-10-05 17:39:04.510697"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora nemo suscipit quod qui ut.\",\"text\":\"I'll back up the virtual COM bandwidth, that should transmitter the AGP program!\"}"], ["created_at", "2016-10-05 17:39:04.511589"], ["updated_at", "2016-10-05 17:39:04.511589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis autem exercitationem.\",\"text\":\"Navigating the program won't do anything, we need to copy the haptic http application!\"}"], ["created_at", "2016-10-05 17:39:04.512459"], ["updated_at", "2016-10-05 17:39:04.512459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui dignissimos laboriosam libero ipsum.\",\"text\":\"The ADP array is down, connect the haptic matrix so we can compress the EXE interface!\"}"], ["created_at", "2016-10-05 17:39:04.513332"], ["updated_at", "2016-10-05 17:39:04.513332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum sunt et deleniti.\",\"text\":\"We need to connect the optical GB protocol!\"}"], ["created_at", "2016-10-05 17:39:04.514206"], ["updated_at", "2016-10-05 17:39:04.514206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium atque accusamus quisquam nesciunt.\",\"text\":\"You can't synthesize the transmitter without backing up the solid state PNG program!\"}"], ["created_at", "2016-10-05 17:39:04.515102"], ["updated_at", "2016-10-05 17:39:04.515102"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est voluptas rerum quidem rem aut nihil voluptatem.\",\"text\":\"You can't navigate the protocol without overriding the solid state XML hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.515969"], ["updated_at", "2016-10-05 17:39:04.515969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi ab id vel.\",\"text\":\"If we index the interface, we can get to the SMS interface through the optical GB matrix!\"}"], ["created_at", "2016-10-05 17:39:04.516869"], ["updated_at", "2016-10-05 17:39:04.516869"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et possimus excepturi animi hic.\",\"text\":\"The RAM program is down, quantify the back-end bandwidth so we can hack the RSS program!\"}"], ["created_at", "2016-10-05 17:39:04.517795"], ["updated_at", "2016-10-05 17:39:04.517795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia veritatis est dolorum.\",\"text\":\"Bypassing the bandwidth won't do anything, we need to synthesize the 1080p gb microchip!\"}"], ["created_at", "2016-10-05 17:39:04.518688"], ["updated_at", "2016-10-05 17:39:04.518688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur omnis ut ipsum ea necessitatibus qui optio.\",\"text\":\"If we back up the interface, we can get to the SQL bus through the bluetooth GB array!\"}"], ["created_at", "2016-10-05 17:39:04.519577"], ["updated_at", "2016-10-05 17:39:04.519577"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo quis quo soluta nesciunt harum ratione in.\",\"text\":\"We need to override the digital JSON port!\"}"], ["created_at", "2016-10-05 17:39:04.520452"], ["updated_at", "2016-10-05 17:39:04.520452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero culpa et iste sint.\",\"text\":\"Try to copy the CSS port, maybe it will parse the redundant monitor!\"}"], ["created_at", "2016-10-05 17:39:04.521323"], ["updated_at", "2016-10-05 17:39:04.521323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem impedit nam ea et.\",\"text\":\"Use the redundant CSS program, then you can calculate the redundant microchip!\"}"], ["created_at", "2016-10-05 17:39:04.522188"], ["updated_at", "2016-10-05 17:39:04.522188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In id ut ut.\",\"text\":\"You can't program the microchip without overriding the back-end RSS driver!\"}"], ["created_at", "2016-10-05 17:39:04.523098"], ["updated_at", "2016-10-05 17:39:04.523098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi provident aperiam quam ut est qui et.\",\"text\":\"We need to connect the solid state RAM feed!\"}"], ["created_at", "2016-10-05 17:39:04.523968"], ["updated_at", "2016-10-05 17:39:04.523968"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate maxime error veniam voluptas.\",\"text\":\"The JSON firewall is down, navigate the mobile interface so we can back up the ADP bus!\"}"], ["created_at", "2016-10-05 17:39:04.524844"], ["updated_at", "2016-10-05 17:39:04.524844"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia minima labore sed amet corrupti quisquam.\",\"text\":\"We need to transmit the mobile GB program!\"}"], ["created_at", "2016-10-05 17:39:04.525740"], ["updated_at", "2016-10-05 17:39:04.525740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quis error omnis laudantium consequatur.\",\"text\":\"We need to connect the multi-byte IB circuit!\"}"], ["created_at", "2016-10-05 17:39:04.526640"], ["updated_at", "2016-10-05 17:39:04.526640"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et iste ut veritatis et.\",\"text\":\"You can't reboot the interface without backing up the wireless JSON sensor!\"}"], ["created_at", "2016-10-05 17:39:04.527528"], ["updated_at", "2016-10-05 17:39:04.527528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet ipsam sed delectus.\",\"text\":\"If we back up the sensor, we can get to the PCI bandwidth through the auxiliary RAM driver!\"}"], ["created_at", "2016-10-05 17:39:04.528407"], ["updated_at", "2016-10-05 17:39:04.528407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo aut animi non.\",\"text\":\"You can't index the panel without overriding the multi-byte HDD firewall!\"}"], ["created_at", "2016-10-05 17:39:04.529262"], ["updated_at", "2016-10-05 17:39:04.529262"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea perspiciatis non esse sunt dolorem et.\",\"text\":\"The HTTP panel is down, compress the online microchip so we can index the PCI pixel!\"}"], ["created_at", "2016-10-05 17:39:04.530170"], ["updated_at", "2016-10-05 17:39:04.530170"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam dolorem dolores officiis ipsam magnam ut aut.\",\"text\":\"Try to back up the RAM alarm, maybe it will reboot the multi-byte interface!\"}"], ["created_at", "2016-10-05 17:39:04.531134"], ["updated_at", "2016-10-05 17:39:04.531134"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et eveniet qui quis voluptates nesciunt pariatur neque.\",\"text\":\"Try to override the SDD microchip, maybe it will reboot the cross-platform feed!\"}"], ["created_at", "2016-10-05 17:39:04.532010"], ["updated_at", "2016-10-05 17:39:04.532010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi beatae maxime quasi error accusamus autem.\",\"text\":\"If we transmit the interface, we can get to the EXE card through the redundant GB hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.532924"], ["updated_at", "2016-10-05 17:39:04.532924"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil culpa nam illo non quod.\",\"text\":\"We need to synthesize the virtual AI system!\"}"], ["created_at", "2016-10-05 17:39:04.533823"], ["updated_at", "2016-10-05 17:39:04.533823"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis sunt ut dolore illum mollitia aut.\",\"text\":\"Connecting the transmitter won't do anything, we need to program the back-end ib system!\"}"], ["created_at", "2016-10-05 17:39:04.534763"], ["updated_at", "2016-10-05 17:39:04.534763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem velit et tempora et expedita aliquam reprehenderit.\",\"text\":\"I'll copy the primary SDD driver, that should hard drive the SSL alarm!\"}"], ["created_at", "2016-10-05 17:39:04.535642"], ["updated_at", "2016-10-05 17:39:04.535642"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus unde esse optio.\",\"text\":\"The THX protocol is down, index the cross-platform bus so we can hack the RAM pixel!\"}"], ["created_at", "2016-10-05 17:39:04.536534"], ["updated_at", "2016-10-05 17:39:04.536534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam qui quidem reprehenderit dolor blanditiis ipsa.\",\"text\":\"I'll compress the online SMS system, that should card the GB firewall!\"}"], ["created_at", "2016-10-05 17:39:04.537410"], ["updated_at", "2016-10-05 17:39:04.537410"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente sit iure pariatur vitae hic quaerat ad.\",\"text\":\"You can't copy the sensor without transmitting the haptic SMS program!\"}"], ["created_at", "2016-10-05 17:39:04.538282"], ["updated_at", "2016-10-05 17:39:04.538282"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius odit voluptatem animi et totam aliquid voluptatum.\",\"text\":\"If we synthesize the system, we can get to the USB protocol through the online EXE microchip!\"}"], ["created_at", "2016-10-05 17:39:04.539186"], ["updated_at", "2016-10-05 17:39:04.539186"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet neque impedit id.\",\"text\":\"If we index the application, we can get to the PNG protocol through the primary AI circuit!\"}"], ["created_at", "2016-10-05 17:39:04.540059"], ["updated_at", "2016-10-05 17:39:04.540059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est libero quod eos.\",\"text\":\"Try to quantify the TCP firewall, maybe it will reboot the haptic capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.540935"], ["updated_at", "2016-10-05 17:39:04.540935"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi et qui.\",\"text\":\"You can't quantify the bandwidth without navigating the primary SCSI transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.541802"], ["updated_at", "2016-10-05 17:39:04.541802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique omnis ea ipsum autem harum sit veritatis.\",\"text\":\"If we navigate the protocol, we can get to the THX hard drive through the optical SQL protocol!\"}"], ["created_at", "2016-10-05 17:39:04.542701"], ["updated_at", "2016-10-05 17:39:04.542701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non vel corrupti magni.\",\"text\":\"Copying the firewall won't do anything, we need to parse the back-end ai microchip!\"}"], ["created_at", "2016-10-05 17:39:04.543596"], ["updated_at", "2016-10-05 17:39:04.543596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem cum neque soluta dolorem repudiandae est voluptatum.\",\"text\":\"If we synthesize the alarm, we can get to the THX driver through the multi-byte RSS system!\"}"], ["created_at", "2016-10-05 17:39:04.544501"], ["updated_at", "2016-10-05 17:39:04.544501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui ut facere labore necessitatibus dolores voluptatem.\",\"text\":\"The SMTP capacitor is down, calculate the haptic hard drive so we can compress the TCP matrix!\"}"], ["created_at", "2016-10-05 17:39:04.545388"], ["updated_at", "2016-10-05 17:39:04.545388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae quaerat consequatur.\",\"text\":\"We need to calculate the 1080p TCP interface!\"}"], ["created_at", "2016-10-05 17:39:04.546242"], ["updated_at", "2016-10-05 17:39:04.546242"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti illum omnis consectetur exercitationem porro nihil reiciendis.\",\"text\":\"We need to index the bluetooth GB sensor!\"}"], ["created_at", "2016-10-05 17:39:04.547209"], ["updated_at", "2016-10-05 17:39:04.547209"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum unde similique qui sapiente adipisci repellendus nihil.\",\"text\":\"Use the solid state TCP system, then you can index the online driver!\"}"], ["created_at", "2016-10-05 17:39:04.548126"], ["updated_at", "2016-10-05 17:39:04.548126"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui aut harum quibusdam omnis culpa.\",\"text\":\"The EXE interface is down, compress the primary hard drive so we can reboot the AGP microchip!\"}"], ["created_at", "2016-10-05 17:39:04.549017"], ["updated_at", "2016-10-05 17:39:04.549017"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui officiis itaque.\",\"text\":\"Try to reboot the TCP pixel, maybe it will hack the digital circuit!\"}"], ["created_at", "2016-10-05 17:39:04.550215"], ["updated_at", "2016-10-05 17:39:04.550215"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et aliquid ut.\",\"text\":\"I'll back up the solid state SSL card, that should program the SSL bus!\"}"], ["created_at", "2016-10-05 17:39:04.551783"], ["updated_at", "2016-10-05 17:39:04.551783"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque quis sed animi qui.\",\"text\":\"Hacking the alarm won't do anything, we need to compress the digital ftp protocol!\"}"], ["created_at", "2016-10-05 17:39:04.552810"], ["updated_at", "2016-10-05 17:39:04.552810"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque facere eaque eveniet assumenda.\",\"text\":\"We need to calculate the cross-platform SMTP matrix!\"}"], ["created_at", "2016-10-05 17:39:04.554199"], ["updated_at", "2016-10-05 17:39:04.554199"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam necessitatibus beatae odit labore consequatur.\",\"text\":\"You can't calculate the driver without connecting the neural PNG application!\"}"], ["created_at", "2016-10-05 17:39:04.555665"], ["updated_at", "2016-10-05 17:39:04.555665"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed soluta maxime amet consequatur.\",\"text\":\"You can't transmit the program without bypassing the online RSS bus!\"}"], ["created_at", "2016-10-05 17:39:04.557167"], ["updated_at", "2016-10-05 17:39:04.557167"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni cumque ut dolore culpa nobis.\",\"text\":\"I'll connect the multi-byte SDD card, that should panel the THX panel!\"}"], ["created_at", "2016-10-05 17:39:04.558998"], ["updated_at", "2016-10-05 17:39:04.558998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas et cupiditate qui maiores.\",\"text\":\"Use the optical PNG bus, then you can hack the mobile circuit!\"}"], ["created_at", "2016-10-05 17:39:04.560237"], ["updated_at", "2016-10-05 17:39:04.560237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit quisquam in eligendi ex dolorem magnam reiciendis.\",\"text\":\"Use the mobile PCI card, then you can transmit the open-source pixel!\"}"], ["created_at", "2016-10-05 17:39:04.561256"], ["updated_at", "2016-10-05 17:39:04.561256"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae qui non.\",\"text\":\"You can't calculate the feed without quantifying the mobile SSL alarm!\"}"], ["created_at", "2016-10-05 17:39:04.562170"], ["updated_at", "2016-10-05 17:39:04.562170"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil odio excepturi est.\",\"text\":\"Overriding the transmitter won't do anything, we need to override the virtual sas sensor!\"}"], ["created_at", "2016-10-05 17:39:04.563109"], ["updated_at", "2016-10-05 17:39:04.563109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo voluptas pariatur mollitia incidunt quo odio.\",\"text\":\"If we connect the protocol, we can get to the SMTP port through the bluetooth RSS capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.564018"], ["updated_at", "2016-10-05 17:39:04.564018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas impedit eos.\",\"text\":\"You can't input the feed without overriding the solid state COM program!\"}"], ["created_at", "2016-10-05 17:39:04.564932"], ["updated_at", "2016-10-05 17:39:04.564932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis exercitationem saepe dolorem vel et tenetur.\",\"text\":\"Use the wireless USB panel, then you can hack the online hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.565870"], ["updated_at", "2016-10-05 17:39:04.565870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere sit molestias dolorem magnam.\",\"text\":\"The RAM panel is down, quantify the haptic transmitter so we can compress the XSS system!\"}"], ["created_at", "2016-10-05 17:39:04.566794"], ["updated_at", "2016-10-05 17:39:04.566794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque et assumenda dolor.\",\"text\":\"Try to generate the SCSI driver, maybe it will program the open-source panel!\"}"], ["created_at", "2016-10-05 17:39:04.567683"], ["updated_at", "2016-10-05 17:39:04.567683"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores nam natus temporibus optio.\",\"text\":\"You can't quantify the microchip without bypassing the optical JSON driver!\"}"], ["created_at", "2016-10-05 17:39:04.568712"], ["updated_at", "2016-10-05 17:39:04.568712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet voluptatum quasi laudantium amet.\",\"text\":\"The PNG program is down, bypass the redundant matrix so we can connect the SMTP application!\"}"], ["created_at", "2016-10-05 17:39:04.569733"], ["updated_at", "2016-10-05 17:39:04.569733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque qui repellat nobis.\",\"text\":\"We need to generate the solid state COM panel!\"}"], ["created_at", "2016-10-05 17:39:04.570670"], ["updated_at", "2016-10-05 17:39:04.570670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo odio eligendi.\",\"text\":\"I'll back up the auxiliary EXE circuit, that should alarm the COM port!\"}"], ["created_at", "2016-10-05 17:39:04.571675"], ["updated_at", "2016-10-05 17:39:04.571675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis iste maxime fugit voluptatem omnis.\",\"text\":\"Transmitting the microchip won't do anything, we need to compress the solid state css protocol!\"}"], ["created_at", "2016-10-05 17:39:04.572619"], ["updated_at", "2016-10-05 17:39:04.572619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus in rerum neque est reprehenderit ipsum.\",\"text\":\"Use the optical IB driver, then you can input the optical alarm!\"}"], ["created_at", "2016-10-05 17:39:04.573501"], ["updated_at", "2016-10-05 17:39:04.573501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque et placeat illum necessitatibus repudiandae.\",\"text\":\"Try to index the ADP panel, maybe it will compress the back-end bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.574444"], ["updated_at", "2016-10-05 17:39:04.574444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint earum aspernatur.\",\"text\":\"Try to bypass the ADP circuit, maybe it will synthesize the back-end driver!\"}"], ["created_at", "2016-10-05 17:39:04.575370"], ["updated_at", "2016-10-05 17:39:04.575370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis autem laborum repellat accusamus assumenda voluptatibus totam.\",\"text\":\"You can't program the alarm without programming the back-end COM transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.576315"], ["updated_at", "2016-10-05 17:39:04.576315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui nihil in.\",\"text\":\"Try to bypass the PNG driver, maybe it will parse the primary hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.577255"], ["updated_at", "2016-10-05 17:39:04.577255"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus suscipit eveniet pariatur.\",\"text\":\"Use the optical SCSI transmitter, then you can generate the mobile system!\"}"], ["created_at", "2016-10-05 17:39:04.578151"], ["updated_at", "2016-10-05 17:39:04.578151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga voluptas aut minima suscipit et tenetur.\",\"text\":\"Try to compress the GB hard drive, maybe it will connect the primary panel!\"}"], ["created_at", "2016-10-05 17:39:04.579094"], ["updated_at", "2016-10-05 17:39:04.579094"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum repellat necessitatibus soluta et sapiente dolorem.\",\"text\":\"Try to parse the XSS port, maybe it will program the haptic panel!\"}"], ["created_at", "2016-10-05 17:39:04.580006"], ["updated_at", "2016-10-05 17:39:04.580006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia odit soluta doloremque atque.\",\"text\":\"Copying the interface won't do anything, we need to parse the open-source sms bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.580913"], ["updated_at", "2016-10-05 17:39:04.580913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus nemo aut est et ullam animi vitae.\",\"text\":\"The USB hard drive is down, input the online microchip so we can connect the PNG application!\"}"], ["created_at", "2016-10-05 17:39:04.581855"], ["updated_at", "2016-10-05 17:39:04.581855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque alias possimus.\",\"text\":\"If we generate the transmitter, we can get to the THX hard drive through the auxiliary FTP bus!\"}"], ["created_at", "2016-10-05 17:39:04.582774"], ["updated_at", "2016-10-05 17:39:04.582774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas perferendis nobis eum provident consequatur exercitationem ut.\",\"text\":\"I'll parse the multi-byte AGP bandwidth, that should microchip the SDD application!\"}"], ["created_at", "2016-10-05 17:39:04.583657"], ["updated_at", "2016-10-05 17:39:04.583657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores dolorem hic expedita aperiam et sapiente.\",\"text\":\"Navigating the pixel won't do anything, we need to generate the back-end pci matrix!\"}"], ["created_at", "2016-10-05 17:39:04.584586"], ["updated_at", "2016-10-05 17:39:04.584586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid iste et.\",\"text\":\"Use the primary JSON alarm, then you can hack the online transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.585473"], ["updated_at", "2016-10-05 17:39:04.585473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et tempora deleniti consequatur laboriosam.\",\"text\":\"I'll copy the bluetooth SAS alarm, that should card the THX capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.586416"], ["updated_at", "2016-10-05 17:39:04.586416"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut sed id est.\",\"text\":\"Synthesizing the hard drive won't do anything, we need to program the multi-byte ssl driver!\"}"], ["created_at", "2016-10-05 17:39:04.587310"], ["updated_at", "2016-10-05 17:39:04.587310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis fuga necessitatibus quia ut nam eveniet aliquid.\",\"text\":\"You can't transmit the system without bypassing the cross-platform JSON array!\"}"], ["created_at", "2016-10-05 17:39:04.588176"], ["updated_at", "2016-10-05 17:39:04.588176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In sunt ducimus ex recusandae.\",\"text\":\"I'll transmit the wireless THX firewall, that should matrix the JSON port!\"}"], ["created_at", "2016-10-05 17:39:04.589076"], ["updated_at", "2016-10-05 17:39:04.589076"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis est commodi quisquam placeat est doloribus.\",\"text\":\"If we hack the card, we can get to the USB alarm through the haptic SMTP protocol!\"}"], ["created_at", "2016-10-05 17:39:04.590181"], ["updated_at", "2016-10-05 17:39:04.590181"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ipsum iste qui maxime.\",\"text\":\"Use the neural JBOD hard drive, then you can back up the solid state circuit!\"}"], ["created_at", "2016-10-05 17:39:04.591252"], ["updated_at", "2016-10-05 17:39:04.591252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos nobis quam cupiditate modi.\",\"text\":\"I'll navigate the online PCI capacitor, that should bus the RAM hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.592246"], ["updated_at", "2016-10-05 17:39:04.592246"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam voluptas aut adipisci non.\",\"text\":\"If we navigate the bandwidth, we can get to the XSS protocol through the primary CSS system!\"}"], ["created_at", "2016-10-05 17:39:04.593211"], ["updated_at", "2016-10-05 17:39:04.593211"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut rerum reiciendis qui fugit culpa iure.\",\"text\":\"Use the online PCI sensor, then you can navigate the auxiliary card!\"}"], ["created_at", "2016-10-05 17:39:04.594287"], ["updated_at", "2016-10-05 17:39:04.594287"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi rem laudantium voluptas cumque quas quibusdam.\",\"text\":\"We need to transmit the online SQL application!\"}"], ["created_at", "2016-10-05 17:39:04.595557"], ["updated_at", "2016-10-05 17:39:04.595557"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium voluptatem ratione molestiae unde in.\",\"text\":\"Synthesizing the bandwidth won't do anything, we need to parse the auxiliary hdd pixel!\"}"], ["created_at", "2016-10-05 17:39:04.597179"], ["updated_at", "2016-10-05 17:39:04.597179"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea modi quo rerum blanditiis laudantium laboriosam.\",\"text\":\"You can't quantify the feed without synthesizing the auxiliary AGP microchip!\"}"], ["created_at", "2016-10-05 17:39:04.599517"], ["updated_at", "2016-10-05 17:39:04.599517"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias repellat esse et et maxime eos.\",\"text\":\"I'll bypass the cross-platform RSS panel, that should hard drive the SAS bus!\"}"], ["created_at", "2016-10-05 17:39:04.601653"], ["updated_at", "2016-10-05 17:39:04.601653"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae quia corrupti.\",\"text\":\"You can't navigate the capacitor without compressing the redundant SQL circuit!\"}"], ["created_at", "2016-10-05 17:39:04.604876"], ["updated_at", "2016-10-05 17:39:04.604876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus ex nihil voluptas necessitatibus cum saepe incidunt.\",\"text\":\"Indexing the bandwidth won't do anything, we need to back up the auxiliary sms circuit!\"}"], ["created_at", "2016-10-05 17:39:04.606363"], ["updated_at", "2016-10-05 17:39:04.606363"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium repudiandae accusantium.\",\"text\":\"Synthesizing the program won't do anything, we need to transmit the back-end png firewall!\"}"], ["created_at", "2016-10-05 17:39:04.607348"], ["updated_at", "2016-10-05 17:39:04.607348"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse consectetur veritatis eum.\",\"text\":\"You can't bypass the bandwidth without overriding the 1080p USB system!\"}"], ["created_at", "2016-10-05 17:39:04.608284"], ["updated_at", "2016-10-05 17:39:04.608284"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit aspernatur sunt.\",\"text\":\"Indexing the alarm won't do anything, we need to reboot the primary rss system!\"}"], ["created_at", "2016-10-05 17:39:04.609226"], ["updated_at", "2016-10-05 17:39:04.609226"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio officiis repellendus eius.\",\"text\":\"Use the multi-byte SDD panel, then you can transmit the open-source interface!\"}"], ["created_at", "2016-10-05 17:39:04.620405"], ["updated_at", "2016-10-05 17:39:04.620405"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis optio enim qui repudiandae saepe reiciendis.\",\"text\":\"If we override the matrix, we can get to the HTTP array through the online RSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.621835"], ["updated_at", "2016-10-05 17:39:04.621835"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed id et totam dolorem necessitatibus.\",\"text\":\"Generating the firewall won't do anything, we need to quantify the virtual scsi firewall!\"}"], ["created_at", "2016-10-05 17:39:04.622978"], ["updated_at", "2016-10-05 17:39:04.622978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores et sed at harum.\",\"text\":\"Try to input the SAS microchip, maybe it will hack the digital firewall!\"}"], ["created_at", "2016-10-05 17:39:04.623945"], ["updated_at", "2016-10-05 17:39:04.623945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro qui molestiae voluptatem.\",\"text\":\"You can't back up the bandwidth without quantifying the virtual EXE interface!\"}"], ["created_at", "2016-10-05 17:39:04.624877"], ["updated_at", "2016-10-05 17:39:04.624877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est nisi ut.\",\"text\":\"Use the neural COM program, then you can navigate the auxiliary port!\"}"], ["created_at", "2016-10-05 17:39:04.625817"], ["updated_at", "2016-10-05 17:39:04.625817"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sed rerum iste dolores quo est.\",\"text\":\"The JBOD transmitter is down, index the neural interface so we can bypass the SDD circuit!\"}"], ["created_at", "2016-10-05 17:39:04.626772"], ["updated_at", "2016-10-05 17:39:04.626772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa eos dignissimos illum.\",\"text\":\"I'll generate the primary AGP firewall, that should alarm the IB microchip!\"}"], ["created_at", "2016-10-05 17:39:04.627887"], ["updated_at", "2016-10-05 17:39:04.627887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium aut aut iste vel.\",\"text\":\"Try to parse the SMS application, maybe it will back up the online sensor!\"}"], ["created_at", "2016-10-05 17:39:04.628838"], ["updated_at", "2016-10-05 17:39:04.628838"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla ducimus sequi.\",\"text\":\"I'll compress the 1080p EXE feed, that should driver the RSS pixel!\"}"], ["created_at", "2016-10-05 17:39:04.629777"], ["updated_at", "2016-10-05 17:39:04.629777"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis ad aut.\",\"text\":\"Parsing the microchip won't do anything, we need to back up the online ram sensor!\"}"], ["created_at", "2016-10-05 17:39:04.630692"], ["updated_at", "2016-10-05 17:39:04.630692"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae est recusandae maxime eius sunt itaque error.\",\"text\":\"If we compress the port, we can get to the SMS firewall through the neural USB application!\"}"], ["created_at", "2016-10-05 17:39:04.631667"], ["updated_at", "2016-10-05 17:39:04.631667"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum sit excepturi id vero ipsam.\",\"text\":\"Backing up the bus won't do anything, we need to reboot the cross-platform hdd microchip!\"}"], ["created_at", "2016-10-05 17:39:04.632559"], ["updated_at", "2016-10-05 17:39:04.632559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut fuga quia vitae rerum possimus deleniti consectetur.\",\"text\":\"I'll navigate the virtual IB driver, that should matrix the SDD system!\"}"], ["created_at", "2016-10-05 17:39:04.633470"], ["updated_at", "2016-10-05 17:39:04.633470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius tempora ut et ut aperiam totam.\",\"text\":\"Bypassing the protocol won't do anything, we need to hack the back-end png circuit!\"}"], ["created_at", "2016-10-05 17:39:04.634385"], ["updated_at", "2016-10-05 17:39:04.634385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur fugiat inventore et asperiores.\",\"text\":\"We need to connect the haptic SMS circuit!\"}"], ["created_at", "2016-10-05 17:39:04.635247"], ["updated_at", "2016-10-05 17:39:04.635247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae inventore et.\",\"text\":\"The FTP sensor is down, back up the mobile feed so we can connect the RAM application!\"}"], ["created_at", "2016-10-05 17:39:04.636085"], ["updated_at", "2016-10-05 17:39:04.636085"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id et aut.\",\"text\":\"Programming the matrix won't do anything, we need to override the solid state xss monitor!\"}"], ["created_at", "2016-10-05 17:39:04.636950"], ["updated_at", "2016-10-05 17:39:04.636950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut consequuntur eum hic voluptate.\",\"text\":\"I'll input the haptic EXE microchip, that should bandwidth the ADP bus!\"}"], ["created_at", "2016-10-05 17:39:04.637800"], ["updated_at", "2016-10-05 17:39:04.637800"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur illo et et animi iure.\",\"text\":\"Transmitting the driver won't do anything, we need to synthesize the solid state ssl bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.638674"], ["updated_at", "2016-10-05 17:39:04.638674"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur est temporibus dolorem minus labore.\",\"text\":\"If we back up the circuit, we can get to the THX bus through the optical IB hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.639537"], ["updated_at", "2016-10-05 17:39:04.639537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore voluptate qui ab aliquam laboriosam veniam est.\",\"text\":\"Try to generate the TCP protocol, maybe it will index the 1080p monitor!\"}"], ["created_at", "2016-10-05 17:39:04.640408"], ["updated_at", "2016-10-05 17:39:04.640408"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis corporis quam voluptas voluptates a occaecati aliquid.\",\"text\":\"You can't program the transmitter without hacking the open-source SAS capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.641268"], ["updated_at", "2016-10-05 17:39:04.641268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut qui recusandae.\",\"text\":\"We need to synthesize the neural ADP port!\"}"], ["created_at", "2016-10-05 17:39:04.642119"], ["updated_at", "2016-10-05 17:39:04.642119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus et non sit.\",\"text\":\"Transmitting the microchip won't do anything, we need to parse the primary css firewall!\"}"], ["created_at", "2016-10-05 17:39:04.643012"], ["updated_at", "2016-10-05 17:39:04.643012"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores sed sed non.\",\"text\":\"Try to connect the PCI capacitor, maybe it will transmit the online driver!\"}"], ["created_at", "2016-10-05 17:39:04.643934"], ["updated_at", "2016-10-05 17:39:04.643934"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad dolorum doloremque quo quae quaerat ipsum.\",\"text\":\"Try to input the PNG feed, maybe it will back up the digital program!\"}"], ["created_at", "2016-10-05 17:39:04.644801"], ["updated_at", "2016-10-05 17:39:04.644801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde odit natus adipisci vel quaerat ea.\",\"text\":\"I'll calculate the bluetooth TCP microchip, that should capacitor the AI sensor!\"}"], ["created_at", "2016-10-05 17:39:04.645651"], ["updated_at", "2016-10-05 17:39:04.645651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente officia dolores rerum.\",\"text\":\"If we compress the card, we can get to the USB card through the open-source ADP program!\"}"], ["created_at", "2016-10-05 17:39:04.646545"], ["updated_at", "2016-10-05 17:39:04.646545"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis unde repellat vel eos officia.\",\"text\":\"We need to quantify the auxiliary SDD microchip!\"}"], ["created_at", "2016-10-05 17:39:04.647409"], ["updated_at", "2016-10-05 17:39:04.647409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere id ut omnis dignissimos non.\",\"text\":\"I'll override the redundant HDD hard drive, that should panel the IB system!\"}"], ["created_at", "2016-10-05 17:39:04.648322"], ["updated_at", "2016-10-05 17:39:04.648322"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum et in.\",\"text\":\"I'll reboot the optical PNG panel, that should system the USB transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.649223"], ["updated_at", "2016-10-05 17:39:04.649223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem expedita nihil facilis ea debitis.\",\"text\":\"Try to transmit the USB alarm, maybe it will bypass the online interface!\"}"], ["created_at", "2016-10-05 17:39:04.650103"], ["updated_at", "2016-10-05 17:39:04.650103"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates qui autem veritatis nobis.\",\"text\":\"If we reboot the array, we can get to the SMS panel through the 1080p HDD port!\"}"], ["created_at", "2016-10-05 17:39:04.651009"], ["updated_at", "2016-10-05 17:39:04.651009"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor explicabo aut corporis soluta in delectus.\",\"text\":\"I'll synthesize the neural THX card, that should program the PCI firewall!\"}"], ["created_at", "2016-10-05 17:39:04.651870"], ["updated_at", "2016-10-05 17:39:04.651870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et recusandae enim aut.\",\"text\":\"Generating the application won't do anything, we need to reboot the online com pixel!\"}"], ["created_at", "2016-10-05 17:39:04.652739"], ["updated_at", "2016-10-05 17:39:04.652739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea porro omnis eaque.\",\"text\":\"We need to hack the bluetooth CSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.653593"], ["updated_at", "2016-10-05 17:39:04.653593"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium at laborum cum corporis aut placeat.\",\"text\":\"The EXE matrix is down, bypass the multi-byte pixel so we can generate the EXE protocol!\"}"], ["created_at", "2016-10-05 17:39:04.654475"], ["updated_at", "2016-10-05 17:39:04.654475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor aut commodi possimus voluptatem tenetur dignissimos culpa.\",\"text\":\"Overriding the microchip won't do anything, we need to transmit the neural gb system!\"}"], ["created_at", "2016-10-05 17:39:04.655337"], ["updated_at", "2016-10-05 17:39:04.655337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est qui voluptate mollitia vel quia harum soluta.\",\"text\":\"Use the digital SQL alarm, then you can copy the auxiliary bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.656199"], ["updated_at", "2016-10-05 17:39:04.656199"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus officiis nulla dolor nobis non rerum.\",\"text\":\"If we hack the microchip, we can get to the PNG feed through the back-end ADP sensor!\"}"], ["created_at", "2016-10-05 17:39:04.657061"], ["updated_at", "2016-10-05 17:39:04.657061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa occaecati nulla ut fuga.\",\"text\":\"We need to transmit the auxiliary COM firewall!\"}"], ["created_at", "2016-10-05 17:39:04.657911"], ["updated_at", "2016-10-05 17:39:04.657911"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non aspernatur aut qui.\",\"text\":\"We need to override the optical CSS matrix!\"}"], ["created_at", "2016-10-05 17:39:04.658776"], ["updated_at", "2016-10-05 17:39:04.658776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil voluptatem deserunt beatae et.\",\"text\":\"I'll override the open-source SCSI transmitter, that should monitor the TCP circuit!\"}"], ["created_at", "2016-10-05 17:39:04.659634"], ["updated_at", "2016-10-05 17:39:04.659634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut id doloremque atque corrupti dolorum.\",\"text\":\"Transmitting the pixel won't do anything, we need to override the online com matrix!\"}"], ["created_at", "2016-10-05 17:39:04.660513"], ["updated_at", "2016-10-05 17:39:04.660513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum nemo autem aperiam porro quam fuga voluptatem.\",\"text\":\"We need to program the digital XML port!\"}"], ["created_at", "2016-10-05 17:39:04.661421"], ["updated_at", "2016-10-05 17:39:04.661421"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quo est tempore unde.\",\"text\":\"You can't connect the panel without bypassing the wireless SDD circuit!\"}"], ["created_at", "2016-10-05 17:39:04.662308"], ["updated_at", "2016-10-05 17:39:04.662308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi eveniet maiores inventore necessitatibus explicabo ad qui.\",\"text\":\"We need to compress the virtual AI pixel!\"}"], ["created_at", "2016-10-05 17:39:04.663212"], ["updated_at", "2016-10-05 17:39:04.663212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur est cum sit neque.\",\"text\":\"Connecting the bus won't do anything, we need to quantify the virtual json matrix!\"}"], ["created_at", "2016-10-05 17:39:04.664055"], ["updated_at", "2016-10-05 17:39:04.664055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus nisi dolorem.\",\"text\":\"Use the redundant THX sensor, then you can reboot the virtual system!\"}"], ["created_at", "2016-10-05 17:39:04.664918"], ["updated_at", "2016-10-05 17:39:04.664918"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique sequi consequuntur.\",\"text\":\"We need to synthesize the bluetooth ADP panel!\"}"], ["created_at", "2016-10-05 17:39:04.665780"], ["updated_at", "2016-10-05 17:39:04.665780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore veritatis iure ut quos.\",\"text\":\"Compressing the feed won't do anything, we need to bypass the solid state thx bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.666919"], ["updated_at", "2016-10-05 17:39:04.666919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt soluta earum laborum ut.\",\"text\":\"The HTTP panel is down, index the multi-byte interface so we can synthesize the JSON bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.667786"], ["updated_at", "2016-10-05 17:39:04.667786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis repellendus ut pariatur rem.\",\"text\":\"Try to quantify the JBOD driver, maybe it will compress the primary microchip!\"}"], ["created_at", "2016-10-05 17:39:04.668649"], ["updated_at", "2016-10-05 17:39:04.668649"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus dolorum eos molestias a qui ab fugiat.\",\"text\":\"You can't bypass the system without compressing the cross-platform SAS card!\"}"], ["created_at", "2016-10-05 17:39:04.669527"], ["updated_at", "2016-10-05 17:39:04.669527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis corporis sed ducimus soluta optio sit.\",\"text\":\"Calculating the capacitor won't do anything, we need to reboot the 1080p http application!\"}"], ["created_at", "2016-10-05 17:39:04.670437"], ["updated_at", "2016-10-05 17:39:04.670437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum rerum nihil ducimus exercitationem.\",\"text\":\"The SSL panel is down, index the redundant matrix so we can back up the CSS sensor!\"}"], ["created_at", "2016-10-05 17:39:04.671298"], ["updated_at", "2016-10-05 17:39:04.671298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut ratione eos quis unde veritatis voluptatem optio.\",\"text\":\"We need to parse the bluetooth PCI panel!\"}"], ["created_at", "2016-10-05 17:39:04.672157"], ["updated_at", "2016-10-05 17:39:04.672157"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae omnis dolorum.\",\"text\":\"Backing up the monitor won't do anything, we need to calculate the optical pci feed!\"}"], ["created_at", "2016-10-05 17:39:04.673017"], ["updated_at", "2016-10-05 17:39:04.673017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto fugiat praesentium eius.\",\"text\":\"We need to hack the back-end RSS application!\"}"], ["created_at", "2016-10-05 17:39:04.673900"], ["updated_at", "2016-10-05 17:39:04.673900"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores quidem nam voluptates exercitationem atque.\",\"text\":\"Try to compress the SCSI driver, maybe it will synthesize the wireless program!\"}"], ["created_at", "2016-10-05 17:39:04.674773"], ["updated_at", "2016-10-05 17:39:04.674773"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit et sed molestiae nam doloribus alias.\",\"text\":\"Try to compress the SMS feed, maybe it will transmit the solid state program!\"}"], ["created_at", "2016-10-05 17:39:04.675650"], ["updated_at", "2016-10-05 17:39:04.675650"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum itaque dolorum repellendus dolore eos delectus odit.\",\"text\":\"Try to parse the SMTP protocol, maybe it will transmit the auxiliary panel!\"}"], ["created_at", "2016-10-05 17:39:04.676517"], ["updated_at", "2016-10-05 17:39:04.676517"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque debitis saepe aut quisquam facere.\",\"text\":\"You can't compress the pixel without connecting the optical XML alarm!\"}"], ["created_at", "2016-10-05 17:39:04.677409"], ["updated_at", "2016-10-05 17:39:04.677409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad aut inventore quia assumenda.\",\"text\":\"Hacking the card won't do anything, we need to index the redundant adp array!\"}"], ["created_at", "2016-10-05 17:39:04.678270"], ["updated_at", "2016-10-05 17:39:04.678270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam officia excepturi rerum.\",\"text\":\"You can't navigate the transmitter without quantifying the solid state AI matrix!\"}"], ["created_at", "2016-10-05 17:39:04.679180"], ["updated_at", "2016-10-05 17:39:04.679180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab est exercitationem ipsam voluptate iusto.\",\"text\":\"Use the neural AGP bus, then you can hack the solid state pixel!\"}"], ["created_at", "2016-10-05 17:39:04.680036"], ["updated_at", "2016-10-05 17:39:04.680036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam omnis repellendus id ea ut at est.\",\"text\":\"Generating the panel won't do anything, we need to generate the auxiliary agp transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.680895"], ["updated_at", "2016-10-05 17:39:04.680895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor placeat officiis.\",\"text\":\"The SMS matrix is down, back up the back-end microchip so we can program the IB driver!\"}"], ["created_at", "2016-10-05 17:39:04.681764"], ["updated_at", "2016-10-05 17:39:04.681764"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat suscipit sit cum exercitationem quia ex molestias.\",\"text\":\"You can't generate the driver without bypassing the 1080p RAM circuit!\"}"], ["created_at", "2016-10-05 17:39:04.682701"], ["updated_at", "2016-10-05 17:39:04.682701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia impedit perspiciatis minus placeat.\",\"text\":\"The FTP port is down, calculate the wireless feed so we can copy the SQL capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.683572"], ["updated_at", "2016-10-05 17:39:04.683572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi ut quia qui labore voluptate quis consectetur.\",\"text\":\"Use the wireless SDD circuit, then you can reboot the 1080p bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.684436"], ["updated_at", "2016-10-05 17:39:04.684436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam exercitationem nesciunt odit non doloremque voluptatum qui.\",\"text\":\"If we navigate the driver, we can get to the FTP driver through the wireless THX feed!\"}"], ["created_at", "2016-10-05 17:39:04.685293"], ["updated_at", "2016-10-05 17:39:04.685293"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis in aut natus dolores est.\",\"text\":\"If we program the feed, we can get to the AGP driver through the primary XML port!\"}"], ["created_at", "2016-10-05 17:39:04.686175"], ["updated_at", "2016-10-05 17:39:04.686175"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora non expedita enim quia.\",\"text\":\"If we hack the panel, we can get to the COM system through the open-source SQL capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.687082"], ["updated_at", "2016-10-05 17:39:04.687082"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda nesciunt et accusantium.\",\"text\":\"You can't calculate the array without indexing the optical SQL application!\"}"], ["created_at", "2016-10-05 17:39:04.687937"], ["updated_at", "2016-10-05 17:39:04.687937"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime laudantium totam et et voluptatem.\",\"text\":\"I'll navigate the primary PCI card, that should monitor the FTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.688775"], ["updated_at", "2016-10-05 17:39:04.688775"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum dolorem temporibus non.\",\"text\":\"Try to back up the RAM feed, maybe it will index the 1080p port!\"}"], ["created_at", "2016-10-05 17:39:04.689645"], ["updated_at", "2016-10-05 17:39:04.689645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam reiciendis eos.\",\"text\":\"Try to program the SSL circuit, maybe it will compress the multi-byte driver!\"}"], ["created_at", "2016-10-05 17:39:04.690485"], ["updated_at", "2016-10-05 17:39:04.690485"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto harum maiores.\",\"text\":\"The SSL application is down, back up the digital hard drive so we can program the XSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.691342"], ["updated_at", "2016-10-05 17:39:04.691342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam sint deleniti ipsa magni et veniam eum.\",\"text\":\"The SCSI bandwidth is down, index the haptic circuit so we can synthesize the TCP panel!\"}"], ["created_at", "2016-10-05 17:39:04.692207"], ["updated_at", "2016-10-05 17:39:04.692207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque minima labore consequuntur accusantium sit impedit.\",\"text\":\"Backing up the bus won't do anything, we need to connect the multi-byte usb firewall!\"}"], ["created_at", "2016-10-05 17:39:04.693067"], ["updated_at", "2016-10-05 17:39:04.693067"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque ipsam id voluptatem.\",\"text\":\"The RAM bandwidth is down, hack the neural matrix so we can navigate the SDD array!\"}"], ["created_at", "2016-10-05 17:39:04.693938"], ["updated_at", "2016-10-05 17:39:04.693938"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis porro facere molestias consequuntur autem veritatis.\",\"text\":\"Try to index the JBOD transmitter, maybe it will index the online feed!\"}"], ["created_at", "2016-10-05 17:39:04.694801"], ["updated_at", "2016-10-05 17:39:04.694801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem quis explicabo tempora et pariatur consequuntur quisquam.\",\"text\":\"The RAM feed is down, bypass the solid state bandwidth so we can parse the PCI interface!\"}"], ["created_at", "2016-10-05 17:39:04.695661"], ["updated_at", "2016-10-05 17:39:04.695661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum dolorem modi fuga nesciunt.\",\"text\":\"Try to parse the CSS program, maybe it will synthesize the redundant firewall!\"}"], ["created_at", "2016-10-05 17:39:04.696519"], ["updated_at", "2016-10-05 17:39:04.696519"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui culpa consectetur voluptates saepe eos iusto sunt.\",\"text\":\"We need to override the optical RSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.697372"], ["updated_at", "2016-10-05 17:39:04.697372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam alias et magnam libero.\",\"text\":\"We need to hack the multi-byte SQL capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.698227"], ["updated_at", "2016-10-05 17:39:04.698227"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis aspernatur sapiente molestiae voluptatem.\",\"text\":\"Synthesizing the application won't do anything, we need to back up the auxiliary sas bus!\"}"], ["created_at", "2016-10-05 17:39:04.699094"], ["updated_at", "2016-10-05 17:39:04.699094"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et asperiores maxime est eius placeat voluptatibus.\",\"text\":\"Try to generate the TCP circuit, maybe it will connect the open-source hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.699952"], ["updated_at", "2016-10-05 17:39:04.699952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae culpa harum maxime voluptates dolor quis quis.\",\"text\":\"Try to index the SMS transmitter, maybe it will parse the online feed!\"}"], ["created_at", "2016-10-05 17:39:04.700813"], ["updated_at", "2016-10-05 17:39:04.700813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ut accusantium rerum velit culpa qui.\",\"text\":\"Try to reboot the RAM card, maybe it will reboot the virtual driver!\"}"], ["created_at", "2016-10-05 17:39:04.701674"], ["updated_at", "2016-10-05 17:39:04.701674"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora et placeat quaerat voluptas earum consectetur et.\",\"text\":\"I'll quantify the bluetooth SAS matrix, that should card the ADP feed!\"}"], ["created_at", "2016-10-05 17:39:04.702546"], ["updated_at", "2016-10-05 17:39:04.702546"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et beatae quis et blanditiis sunt.\",\"text\":\"We need to bypass the solid state HTTP protocol!\"}"], ["created_at", "2016-10-05 17:39:04.703452"], ["updated_at", "2016-10-05 17:39:04.703452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla et tenetur quo.\",\"text\":\"Navigating the monitor won't do anything, we need to index the primary sdd pixel!\"}"], ["created_at", "2016-10-05 17:39:04.704305"], ["updated_at", "2016-10-05 17:39:04.704305"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi repudiandae quod.\",\"text\":\"I'll index the bluetooth RAM hard drive, that should port the XML bus!\"}"], ["created_at", "2016-10-05 17:39:04.705160"], ["updated_at", "2016-10-05 17:39:04.705160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque nesciunt dolorum saepe voluptas rerum suscipit.\",\"text\":\"You can't compress the circuit without compressing the redundant IB bus!\"}"], ["created_at", "2016-10-05 17:39:04.706007"], ["updated_at", "2016-10-05 17:39:04.706007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A doloribus modi qui sit.\",\"text\":\"We need to hack the primary PCI pixel!\"}"], ["created_at", "2016-10-05 17:39:04.706887"], ["updated_at", "2016-10-05 17:39:04.706887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum cumque voluptatibus.\",\"text\":\"Transmitting the bus won't do anything, we need to parse the multi-byte http bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.707800"], ["updated_at", "2016-10-05 17:39:04.707800"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus vel ex a ipsa dolores saepe eos.\",\"text\":\"If we connect the system, we can get to the CSS driver through the virtual THX sensor!\"}"], ["created_at", "2016-10-05 17:39:04.708700"], ["updated_at", "2016-10-05 17:39:04.708700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem soluta quasi aspernatur quis itaque.\",\"text\":\"Compressing the protocol won't do anything, we need to input the solid state http alarm!\"}"], ["created_at", "2016-10-05 17:39:04.709562"], ["updated_at", "2016-10-05 17:39:04.709562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut pariatur possimus est modi et.\",\"text\":\"Synthesizing the transmitter won't do anything, we need to reboot the virtual sms application!\"}"], ["created_at", "2016-10-05 17:39:04.710446"], ["updated_at", "2016-10-05 17:39:04.710446"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat consequatur natus laborum asperiores provident.\",\"text\":\"If we connect the card, we can get to the SCSI alarm through the mobile XSS system!\"}"], ["created_at", "2016-10-05 17:39:04.711316"], ["updated_at", "2016-10-05 17:39:04.711316"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur quas cupiditate molestiae harum soluta qui.\",\"text\":\"I'll compress the bluetooth SMS application, that should bandwidth the EXE pixel!\"}"], ["created_at", "2016-10-05 17:39:04.712544"], ["updated_at", "2016-10-05 17:39:04.712544"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum laudantium tempore eaque impedit reprehenderit.\",\"text\":\"I'll calculate the online SMS circuit, that should alarm the IB capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.713825"], ["updated_at", "2016-10-05 17:39:04.713825"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt architecto nulla quia expedita quia quo similique.\",\"text\":\"We need to override the back-end SAS driver!\"}"], ["created_at", "2016-10-05 17:39:04.714802"], ["updated_at", "2016-10-05 17:39:04.714802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti tempora animi.\",\"text\":\"The SCSI hard drive is down, connect the redundant transmitter so we can parse the SMS microchip!\"}"], ["created_at", "2016-10-05 17:39:04.715683"], ["updated_at", "2016-10-05 17:39:04.715683"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id aut quos vel tenetur ut est.\",\"text\":\"If we compress the capacitor, we can get to the TCP matrix through the wireless HDD pixel!\"}"], ["created_at", "2016-10-05 17:39:04.716537"], ["updated_at", "2016-10-05 17:39:04.716537"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum mollitia velit perspiciatis veniam nam magni.\",\"text\":\"If we input the array, we can get to the SMS program through the optical HDD port!\"}"], ["created_at", "2016-10-05 17:39:04.717365"], ["updated_at", "2016-10-05 17:39:04.717365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique iure molestiae mollitia.\",\"text\":\"Use the auxiliary SMTP array, then you can index the wireless program!\"}"], ["created_at", "2016-10-05 17:39:04.718226"], ["updated_at", "2016-10-05 17:39:04.718226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus nihil dolore voluptatem unde.\",\"text\":\"Use the primary THX program, then you can hack the 1080p alarm!\"}"], ["created_at", "2016-10-05 17:39:04.719116"], ["updated_at", "2016-10-05 17:39:04.719116"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure voluptatum blanditiis ut.\",\"text\":\"Copying the monitor won't do anything, we need to hack the back-end ftp panel!\"}"], ["created_at", "2016-10-05 17:39:04.719998"], ["updated_at", "2016-10-05 17:39:04.719998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ipsum et sit iste voluptatum cum.\",\"text\":\"You can't back up the bus without calculating the virtual GB panel!\"}"], ["created_at", "2016-10-05 17:39:04.720845"], ["updated_at", "2016-10-05 17:39:04.720845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque eum ea odio ut.\",\"text\":\"Use the optical GB firewall, then you can hack the primary card!\"}"], ["created_at", "2016-10-05 17:39:04.721693"], ["updated_at", "2016-10-05 17:39:04.721693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis sequi quo et id voluptatum.\",\"text\":\"You can't navigate the system without copying the wireless SMTP hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.722558"], ["updated_at", "2016-10-05 17:39:04.722558"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia et sed dicta repellat nihil eius.\",\"text\":\"We need to back up the redundant COM bus!\"}"], ["created_at", "2016-10-05 17:39:04.723425"], ["updated_at", "2016-10-05 17:39:04.723425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At fugiat ea.\",\"text\":\"Bypassing the transmitter won't do anything, we need to reboot the 1080p pci circuit!\"}"], ["created_at", "2016-10-05 17:39:04.724281"], ["updated_at", "2016-10-05 17:39:04.724281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quibusdam architecto et eligendi quo id magni.\",\"text\":\"Use the digital THX capacitor, then you can navigate the redundant capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.725140"], ["updated_at", "2016-10-05 17:39:04.725140"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et enim tempora atque molestiae maxime.\",\"text\":\"The AI microchip is down, reboot the virtual driver so we can input the EXE alarm!\"}"], ["created_at", "2016-10-05 17:39:04.725993"], ["updated_at", "2016-10-05 17:39:04.725993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et eligendi consequatur.\",\"text\":\"You can't calculate the panel without transmitting the primary AI hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.726893"], ["updated_at", "2016-10-05 17:39:04.726893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum eum culpa perspiciatis.\",\"text\":\"Use the auxiliary TCP monitor, then you can connect the open-source circuit!\"}"], ["created_at", "2016-10-05 17:39:04.727783"], ["updated_at", "2016-10-05 17:39:04.727783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis molestiae commodi cumque.\",\"text\":\"Overriding the transmitter won't do anything, we need to navigate the digital jbod bus!\"}"], ["created_at", "2016-10-05 17:39:04.728642"], ["updated_at", "2016-10-05 17:39:04.728642"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae culpa libero maiores dicta aut.\",\"text\":\"Try to quantify the SMS sensor, maybe it will override the bluetooth hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.729497"], ["updated_at", "2016-10-05 17:39:04.729497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem facere minima voluptas.\",\"text\":\"Connecting the array won't do anything, we need to transmit the multi-byte sas feed!\"}"], ["created_at", "2016-10-05 17:39:04.730374"], ["updated_at", "2016-10-05 17:39:04.730374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quia odio necessitatibus optio ipsam.\",\"text\":\"The PCI port is down, override the optical bandwidth so we can connect the SMS system!\"}"], ["created_at", "2016-10-05 17:39:04.731222"], ["updated_at", "2016-10-05 17:39:04.731222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis voluptatem necessitatibus corrupti animi.\",\"text\":\"Use the multi-byte SDD monitor, then you can navigate the open-source system!\"}"], ["created_at", "2016-10-05 17:39:04.732127"], ["updated_at", "2016-10-05 17:39:04.732127"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt vel est voluptate aut.\",\"text\":\"I'll override the back-end SMTP pixel, that should alarm the SSL application!\"}"], ["created_at", "2016-10-05 17:39:04.733032"], ["updated_at", "2016-10-05 17:39:04.733032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor vitae ut eum iure et deserunt.\",\"text\":\"Use the redundant GB bus, then you can reboot the primary alarm!\"}"], ["created_at", "2016-10-05 17:39:04.733892"], ["updated_at", "2016-10-05 17:39:04.733892"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae esse voluptates doloremque provident.\",\"text\":\"Use the bluetooth SCSI matrix, then you can hack the cross-platform port!\"}"], ["created_at", "2016-10-05 17:39:04.734769"], ["updated_at", "2016-10-05 17:39:04.734769"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio ut nihil odit inventore iure quos laborum.\",\"text\":\"We need to input the open-source PCI panel!\"}"], ["created_at", "2016-10-05 17:39:04.735638"], ["updated_at", "2016-10-05 17:39:04.735638"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet illum atque quis et natus sequi recusandae.\",\"text\":\"Transmitting the bus won't do anything, we need to connect the 1080p usb port!\"}"], ["created_at", "2016-10-05 17:39:04.736522"], ["updated_at", "2016-10-05 17:39:04.736522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem consequuntur aperiam et laboriosam fugit omnis qui.\",\"text\":\"The HDD microchip is down, back up the virtual capacitor so we can synthesize the SDD program!\"}"], ["created_at", "2016-10-05 17:39:04.737382"], ["updated_at", "2016-10-05 17:39:04.737382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae temporibus sit vel totam consequatur iure eaque.\",\"text\":\"You can't generate the firewall without copying the 1080p PNG bus!\"}"], ["created_at", "2016-10-05 17:39:04.738234"], ["updated_at", "2016-10-05 17:39:04.738234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit quas earum dolores asperiores sed dolorem repellat.\",\"text\":\"I'll quantify the virtual SSL circuit, that should sensor the IB program!\"}"], ["created_at", "2016-10-05 17:39:04.739132"], ["updated_at", "2016-10-05 17:39:04.739132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia delectus voluptatem ratione et quisquam provident.\",\"text\":\"Try to reboot the FTP sensor, maybe it will generate the redundant protocol!\"}"], ["created_at", "2016-10-05 17:39:04.739984"], ["updated_at", "2016-10-05 17:39:04.739984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut iure sed possimus.\",\"text\":\"The SCSI matrix is down, calculate the redundant panel so we can parse the SSL port!\"}"], ["created_at", "2016-10-05 17:39:04.740841"], ["updated_at", "2016-10-05 17:39:04.740841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam esse quibusdam.\",\"text\":\"The SMTP monitor is down, compress the haptic panel so we can generate the IB protocol!\"}"], ["created_at", "2016-10-05 17:39:04.741692"], ["updated_at", "2016-10-05 17:39:04.741692"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus in delectus et.\",\"text\":\"Generating the program won't do anything, we need to program the online css microchip!\"}"], ["created_at", "2016-10-05 17:39:04.742594"], ["updated_at", "2016-10-05 17:39:04.742594"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet sequi numquam a aspernatur voluptate.\",\"text\":\"You can't synthesize the firewall without parsing the wireless XSS monitor!\"}"], ["created_at", "2016-10-05 17:39:04.743474"], ["updated_at", "2016-10-05 17:39:04.743474"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati omnis quidem dolorem enim voluptatem.\",\"text\":\"I'll compress the primary USB capacitor, that should driver the EXE panel!\"}"], ["created_at", "2016-10-05 17:39:04.744314"], ["updated_at", "2016-10-05 17:39:04.744314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae temporibus rerum earum et fugit neque.\",\"text\":\"Try to hack the JBOD interface, maybe it will generate the primary program!\"}"], ["created_at", "2016-10-05 17:39:04.745174"], ["updated_at", "2016-10-05 17:39:04.745174"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur nihil eos ex optio et architecto.\",\"text\":\"I'll bypass the digital TCP firewall, that should pixel the USB capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.746032"], ["updated_at", "2016-10-05 17:39:04.746032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum mollitia quos beatae odit officia quis.\",\"text\":\"If we generate the program, we can get to the RAM transmitter through the 1080p COM panel!\"}"], ["created_at", "2016-10-05 17:39:04.746943"], ["updated_at", "2016-10-05 17:39:04.746943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut sit nihil fugit amet dicta.\",\"text\":\"I'll reboot the auxiliary SAS transmitter, that should card the SQL alarm!\"}"], ["created_at", "2016-10-05 17:39:04.747797"], ["updated_at", "2016-10-05 17:39:04.747797"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias molestiae dolorem non sed sunt.\",\"text\":\"Use the virtual EXE circuit, then you can program the 1080p microchip!\"}"], ["created_at", "2016-10-05 17:39:04.748662"], ["updated_at", "2016-10-05 17:39:04.748662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur assumenda harum ratione.\",\"text\":\"We need to override the optical JSON driver!\"}"], ["created_at", "2016-10-05 17:39:04.749585"], ["updated_at", "2016-10-05 17:39:04.749585"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam occaecati quod sunt.\",\"text\":\"Try to navigate the PNG protocol, maybe it will calculate the redundant circuit!\"}"], ["created_at", "2016-10-05 17:39:04.750524"], ["updated_at", "2016-10-05 17:39:04.750524"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis quibusdam voluptatem velit molestiae laborum ipsum.\",\"text\":\"I'll back up the solid state PNG capacitor, that should transmitter the SQL sensor!\"}"], ["created_at", "2016-10-05 17:39:04.751521"], ["updated_at", "2016-10-05 17:39:04.751521"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut minima ex animi consequuntur.\",\"text\":\"Try to transmit the TCP sensor, maybe it will reboot the redundant bus!\"}"], ["created_at", "2016-10-05 17:39:04.752738"], ["updated_at", "2016-10-05 17:39:04.752738"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis commodi sunt sed omnis.\",\"text\":\"If we hack the system, we can get to the COM port through the redundant SDD interface!\"}"], ["created_at", "2016-10-05 17:39:04.754117"], ["updated_at", "2016-10-05 17:39:04.754117"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui praesentium itaque pariatur natus ullam iusto.\",\"text\":\"You can't program the microchip without navigating the optical THX feed!\"}"], ["created_at", "2016-10-05 17:39:04.755969"], ["updated_at", "2016-10-05 17:39:04.755969"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi cumque iusto sit similique iste.\",\"text\":\"Use the redundant USB array, then you can navigate the solid state matrix!\"}"], ["created_at", "2016-10-05 17:39:04.758779"], ["updated_at", "2016-10-05 17:39:04.758779"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo nihil id earum voluptas autem labore.\",\"text\":\"Try to quantify the GB array, maybe it will copy the optical monitor!\"}"], ["created_at", "2016-10-05 17:39:04.762033"], ["updated_at", "2016-10-05 17:39:04.762033"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum deleniti placeat perspiciatis culpa distinctio mollitia ex.\",\"text\":\"You can't compress the program without compressing the primary SAS sensor!\"}"], ["created_at", "2016-10-05 17:39:04.763876"], ["updated_at", "2016-10-05 17:39:04.763876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus ea vero non aperiam.\",\"text\":\"Overriding the pixel won't do anything, we need to connect the virtual tcp bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.764845"], ["updated_at", "2016-10-05 17:39:04.764845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id molestias placeat saepe doloribus.\",\"text\":\"Copying the circuit won't do anything, we need to generate the wireless exe system!\"}"], ["created_at", "2016-10-05 17:39:04.765698"], ["updated_at", "2016-10-05 17:39:04.765698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis unde fugit.\",\"text\":\"You can't compress the firewall without hacking the neural JSON application!\"}"], ["created_at", "2016-10-05 17:39:04.766601"], ["updated_at", "2016-10-05 17:39:04.766601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus tempore amet et.\",\"text\":\"The SMTP interface is down, hack the multi-byte transmitter so we can bypass the SMS microchip!\"}"], ["created_at", "2016-10-05 17:39:04.767467"], ["updated_at", "2016-10-05 17:39:04.767467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet quaerat vel deleniti est amet ut.\",\"text\":\"Try to transmit the SMS microchip, maybe it will back up the redundant transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.768327"], ["updated_at", "2016-10-05 17:39:04.768327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel ipsam magnam qui.\",\"text\":\"You can't hack the capacitor without synthesizing the digital JSON card!\"}"], ["created_at", "2016-10-05 17:39:04.769194"], ["updated_at", "2016-10-05 17:39:04.769194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit molestiae voluptatem corporis ab iusto.\",\"text\":\"The JSON program is down, compress the solid state pixel so we can generate the SQL port!\"}"], ["created_at", "2016-10-05 17:39:04.770083"], ["updated_at", "2016-10-05 17:39:04.770083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure aut debitis ullam adipisci voluptates.\",\"text\":\"If we override the circuit, we can get to the SMTP pixel through the solid state THX firewall!\"}"], ["created_at", "2016-10-05 17:39:04.770990"], ["updated_at", "2016-10-05 17:39:04.770990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis nulla voluptas et quod hic.\",\"text\":\"The PNG pixel is down, quantify the back-end sensor so we can bypass the EXE panel!\"}"], ["created_at", "2016-10-05 17:39:04.771945"], ["updated_at", "2016-10-05 17:39:04.771945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut quia quod porro voluptas.\",\"text\":\"The JSON system is down, bypass the optical microchip so we can copy the SCSI monitor!\"}"], ["created_at", "2016-10-05 17:39:04.772890"], ["updated_at", "2016-10-05 17:39:04.772890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut repellendus enim excepturi et praesentium.\",\"text\":\"The SSL feed is down, quantify the optical port so we can generate the AGP driver!\"}"], ["created_at", "2016-10-05 17:39:04.773755"], ["updated_at", "2016-10-05 17:39:04.773755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut quis ad rerum optio.\",\"text\":\"You can't input the driver without copying the digital TCP monitor!\"}"], ["created_at", "2016-10-05 17:39:04.774660"], ["updated_at", "2016-10-05 17:39:04.774660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit magni doloremque.\",\"text\":\"You can't copy the matrix without calculating the back-end ADP matrix!\"}"], ["created_at", "2016-10-05 17:39:04.775531"], ["updated_at", "2016-10-05 17:39:04.775531"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus id amet quo.\",\"text\":\"The SAS monitor is down, quantify the wireless feed so we can index the SSL matrix!\"}"], ["created_at", "2016-10-05 17:39:04.776469"], ["updated_at", "2016-10-05 17:39:04.776469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum qui fuga sit error sint omnis quasi.\",\"text\":\"If we override the alarm, we can get to the JSON microchip through the wireless HDD feed!\"}"], ["created_at", "2016-10-05 17:39:04.777540"], ["updated_at", "2016-10-05 17:39:04.777540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui rerum ut laudantium deserunt soluta quidem qui.\",\"text\":\"Use the haptic HTTP pixel, then you can generate the auxiliary panel!\"}"], ["created_at", "2016-10-05 17:39:04.778458"], ["updated_at", "2016-10-05 17:39:04.778458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis quae corporis non itaque.\",\"text\":\"We need to index the bluetooth HTTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.779328"], ["updated_at", "2016-10-05 17:39:04.779328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sunt beatae repellendus alias.\",\"text\":\"You can't override the capacitor without hacking the virtual IB capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.780189"], ["updated_at", "2016-10-05 17:39:04.780189"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui reiciendis nostrum maiores assumenda non omnis.\",\"text\":\"If we synthesize the driver, we can get to the SSL protocol through the online RSS pixel!\"}"], ["created_at", "2016-10-05 17:39:04.781039"], ["updated_at", "2016-10-05 17:39:04.781039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam illum aut corrupti et fugit odit.\",\"text\":\"I'll back up the online JBOD panel, that should alarm the COM array!\"}"], ["created_at", "2016-10-05 17:39:04.781893"], ["updated_at", "2016-10-05 17:39:04.781893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio debitis incidunt.\",\"text\":\"We need to compress the back-end SDD card!\"}"], ["created_at", "2016-10-05 17:39:04.782763"], ["updated_at", "2016-10-05 17:39:04.782763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis quas aut et sed modi.\",\"text\":\"If we compress the feed, we can get to the XSS pixel through the optical ADP transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.783632"], ["updated_at", "2016-10-05 17:39:04.783632"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium itaque culpa velit incidunt ut minus molestias.\",\"text\":\"Use the virtual XML pixel, then you can synthesize the digital application!\"}"], ["created_at", "2016-10-05 17:39:04.784487"], ["updated_at", "2016-10-05 17:39:04.784487"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem quisquam fuga a.\",\"text\":\"We need to generate the bluetooth THX port!\"}"], ["created_at", "2016-10-05 17:39:04.785337"], ["updated_at", "2016-10-05 17:39:04.785337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat quia ducimus a numquam.\",\"text\":\"The RSS microchip is down, bypass the virtual hard drive so we can index the SQL program!\"}"], ["created_at", "2016-10-05 17:39:04.786210"], ["updated_at", "2016-10-05 17:39:04.786210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium sequi voluptatum sapiente.\",\"text\":\"Parsing the feed won't do anything, we need to bypass the optical css feed!\"}"], ["created_at", "2016-10-05 17:39:04.787091"], ["updated_at", "2016-10-05 17:39:04.787091"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil praesentium inventore.\",\"text\":\"The AI panel is down, connect the back-end card so we can calculate the THX application!\"}"], ["created_at", "2016-10-05 17:39:04.787952"], ["updated_at", "2016-10-05 17:39:04.787952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente sed est nam impedit.\",\"text\":\"We need to generate the open-source FTP sensor!\"}"], ["created_at", "2016-10-05 17:39:04.788808"], ["updated_at", "2016-10-05 17:39:04.788808"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima quasi earum qui aut qui nihil quia.\",\"text\":\"Try to input the GB panel, maybe it will navigate the haptic protocol!\"}"], ["created_at", "2016-10-05 17:39:04.789660"], ["updated_at", "2016-10-05 17:39:04.789660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non libero maiores dolorem iusto id fugiat sequi.\",\"text\":\"The SCSI bandwidth is down, reboot the mobile application so we can parse the THX sensor!\"}"], ["created_at", "2016-10-05 17:39:04.790519"], ["updated_at", "2016-10-05 17:39:04.790519"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut modi numquam sequi maxime non iure voluptate.\",\"text\":\"The XML card is down, copy the open-source program so we can bypass the FTP alarm!\"}"], ["created_at", "2016-10-05 17:39:04.791354"], ["updated_at", "2016-10-05 17:39:04.791354"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis tenetur id voluptas omnis et omnis.\",\"text\":\"If we index the firewall, we can get to the XSS hard drive through the redundant IB program!\"}"], ["created_at", "2016-10-05 17:39:04.792233"], ["updated_at", "2016-10-05 17:39:04.792233"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et praesentium dolorum impedit sint consequatur voluptatibus quod.\",\"text\":\"We need to synthesize the multi-byte XSS panel!\"}"], ["created_at", "2016-10-05 17:39:04.793080"], ["updated_at", "2016-10-05 17:39:04.793080"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et nihil corrupti dicta ipsum.\",\"text\":\"I'll calculate the cross-platform SMTP capacitor, that should feed the USB program!\"}"], ["created_at", "2016-10-05 17:39:04.794025"], ["updated_at", "2016-10-05 17:39:04.794025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi libero ex laudantium quia.\",\"text\":\"You can't program the application without indexing the optical USB feed!\"}"], ["created_at", "2016-10-05 17:39:04.794939"], ["updated_at", "2016-10-05 17:39:04.794939"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et est molestiae temporibus optio.\",\"text\":\"I'll quantify the open-source EXE pixel, that should panel the AI alarm!\"}"], ["created_at", "2016-10-05 17:39:04.795809"], ["updated_at", "2016-10-05 17:39:04.795809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni et et consequuntur magnam est.\",\"text\":\"Hacking the microchip won't do anything, we need to bypass the online ai interface!\"}"], ["created_at", "2016-10-05 17:39:04.796677"], ["updated_at", "2016-10-05 17:39:04.796677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat laborum libero ex.\",\"text\":\"You can't bypass the driver without bypassing the cross-platform CSS sensor!\"}"], ["created_at", "2016-10-05 17:39:04.797536"], ["updated_at", "2016-10-05 17:39:04.797536"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At numquam voluptatibus.\",\"text\":\"You can't generate the firewall without hacking the haptic CSS sensor!\"}"], ["created_at", "2016-10-05 17:39:04.798395"], ["updated_at", "2016-10-05 17:39:04.798395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis quod veniam porro repudiandae.\",\"text\":\"You can't index the pixel without synthesizing the haptic PNG capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.799249"], ["updated_at", "2016-10-05 17:39:04.799249"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo animi dolore.\",\"text\":\"Use the auxiliary THX program, then you can quantify the open-source transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.800111"], ["updated_at", "2016-10-05 17:39:04.800111"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic quia itaque.\",\"text\":\"The SDD interface is down, synthesize the online bandwidth so we can compress the XSS firewall!\"}"], ["created_at", "2016-10-05 17:39:04.800971"], ["updated_at", "2016-10-05 17:39:04.800971"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde non et praesentium aut quisquam.\",\"text\":\"I'll navigate the multi-byte HDD bus, that should application the SMTP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.801820"], ["updated_at", "2016-10-05 17:39:04.801820"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et esse magni non facilis fugiat.\",\"text\":\"The THX pixel is down, navigate the digital pixel so we can override the USB firewall!\"}"], ["created_at", "2016-10-05 17:39:04.802699"], ["updated_at", "2016-10-05 17:39:04.802699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem rerum possimus.\",\"text\":\"The ADP driver is down, override the open-source microchip so we can transmit the HTTP port!\"}"], ["created_at", "2016-10-05 17:39:04.803564"], ["updated_at", "2016-10-05 17:39:04.803564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam sed maiores temporibus illo unde sunt.\",\"text\":\"If we generate the monitor, we can get to the HDD panel through the wireless ADP sensor!\"}"], ["created_at", "2016-10-05 17:39:04.804429"], ["updated_at", "2016-10-05 17:39:04.804429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed rerum omnis et est ducimus natus.\",\"text\":\"I'll transmit the open-source PCI interface, that should feed the JBOD sensor!\"}"], ["created_at", "2016-10-05 17:39:04.805342"], ["updated_at", "2016-10-05 17:39:04.805342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt beatae enim temporibus explicabo provident dolorum perferendis.\",\"text\":\"I'll calculate the back-end GB sensor, that should firewall the TCP panel!\"}"], ["created_at", "2016-10-05 17:39:04.806179"], ["updated_at", "2016-10-05 17:39:04.806179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum sit quam ex et saepe.\",\"text\":\"You can't input the card without connecting the auxiliary HTTP protocol!\"}"], ["created_at", "2016-10-05 17:39:04.807044"], ["updated_at", "2016-10-05 17:39:04.807044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia rem sed.\",\"text\":\"Backing up the system won't do anything, we need to bypass the bluetooth ftp microchip!\"}"], ["created_at", "2016-10-05 17:39:04.807908"], ["updated_at", "2016-10-05 17:39:04.807908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et dolorum molestiae impedit officiis dicta eaque.\",\"text\":\"Generating the capacitor won't do anything, we need to calculate the mobile css card!\"}"], ["created_at", "2016-10-05 17:39:04.808761"], ["updated_at", "2016-10-05 17:39:04.808761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel alias quis placeat est pariatur blanditiis.\",\"text\":\"Use the online IB card, then you can navigate the multi-byte feed!\"}"], ["created_at", "2016-10-05 17:39:04.809618"], ["updated_at", "2016-10-05 17:39:04.809618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum sed occaecati dicta omnis optio id fugiat.\",\"text\":\"Bypassing the port won't do anything, we need to bypass the cross-platform xml monitor!\"}"], ["created_at", "2016-10-05 17:39:04.810539"], ["updated_at", "2016-10-05 17:39:04.810539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis occaecati quis quasi deserunt veritatis ut.\",\"text\":\"The USB pixel is down, index the wireless capacitor so we can back up the SMS hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.811449"], ["updated_at", "2016-10-05 17:39:04.811449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia magni minus in.\",\"text\":\"If we transmit the array, we can get to the JBOD hard drive through the redundant PCI alarm!\"}"], ["created_at", "2016-10-05 17:39:04.812316"], ["updated_at", "2016-10-05 17:39:04.812316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum modi ut velit delectus ut inventore.\",\"text\":\"The IB microchip is down, back up the mobile bandwidth so we can override the JBOD microchip!\"}"], ["created_at", "2016-10-05 17:39:04.813182"], ["updated_at", "2016-10-05 17:39:04.813182"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis similique fugit eveniet vero.\",\"text\":\"If we transmit the panel, we can get to the CSS bus through the virtual USB port!\"}"], ["created_at", "2016-10-05 17:39:04.814045"], ["updated_at", "2016-10-05 17:39:04.814045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus rem consequuntur nam.\",\"text\":\"If we copy the hard drive, we can get to the THX application through the virtual THX sensor!\"}"], ["created_at", "2016-10-05 17:39:04.815010"], ["updated_at", "2016-10-05 17:39:04.815010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae voluptas sit tempora aliquam.\",\"text\":\"Try to compress the RSS system, maybe it will quantify the solid state system!\"}"], ["created_at", "2016-10-05 17:39:04.815873"], ["updated_at", "2016-10-05 17:39:04.815873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium voluptatem sint maiores in.\",\"text\":\"Use the online XSS port, then you can hack the digital transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.816774"], ["updated_at", "2016-10-05 17:39:04.816774"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In veritatis laborum tempore est.\",\"text\":\"If we transmit the alarm, we can get to the AI microchip through the online AI bus!\"}"], ["created_at", "2016-10-05 17:39:04.817623"], ["updated_at", "2016-10-05 17:39:04.817623"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure pariatur explicabo.\",\"text\":\"Use the haptic RAM bandwidth, then you can override the neural system!\"}"], ["created_at", "2016-10-05 17:39:04.818509"], ["updated_at", "2016-10-05 17:39:04.818509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab aperiam enim.\",\"text\":\"The SQL panel is down, synthesize the back-end system so we can quantify the GB system!\"}"], ["created_at", "2016-10-05 17:39:04.819398"], ["updated_at", "2016-10-05 17:39:04.819398"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit minus ullam.\",\"text\":\"Try to back up the FTP microchip, maybe it will compress the multi-byte alarm!\"}"], ["created_at", "2016-10-05 17:39:04.820297"], ["updated_at", "2016-10-05 17:39:04.820297"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse non sit corrupti itaque similique nihil.\",\"text\":\"Indexing the capacitor won't do anything, we need to parse the neural hdd sensor!\"}"], ["created_at", "2016-10-05 17:39:04.821201"], ["updated_at", "2016-10-05 17:39:04.821201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum quia ut debitis culpa aliquam.\",\"text\":\"If we parse the array, we can get to the HTTP sensor through the mobile SMS card!\"}"], ["created_at", "2016-10-05 17:39:04.822073"], ["updated_at", "2016-10-05 17:39:04.822073"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid illo dolor necessitatibus magnam et.\",\"text\":\"The AGP program is down, program the redundant array so we can override the ADP feed!\"}"], ["created_at", "2016-10-05 17:39:04.822947"], ["updated_at", "2016-10-05 17:39:04.822947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo vitae quis id aperiam aut.\",\"text\":\"Navigating the capacitor won't do anything, we need to synthesize the bluetooth xml card!\"}"], ["created_at", "2016-10-05 17:39:04.823862"], ["updated_at", "2016-10-05 17:39:04.823862"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias error consectetur.\",\"text\":\"Try to hack the CSS circuit, maybe it will program the redundant protocol!\"}"], ["created_at", "2016-10-05 17:39:04.824722"], ["updated_at", "2016-10-05 17:39:04.824722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae enim dolor aut quo sed.\",\"text\":\"Try to back up the AI feed, maybe it will calculate the optical matrix!\"}"], ["created_at", "2016-10-05 17:39:04.825582"], ["updated_at", "2016-10-05 17:39:04.825582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga rem velit.\",\"text\":\"Hacking the pixel won't do anything, we need to compress the auxiliary smtp application!\"}"], ["created_at", "2016-10-05 17:39:04.826453"], ["updated_at", "2016-10-05 17:39:04.826453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor quod at aut.\",\"text\":\"Try to generate the EXE monitor, maybe it will quantify the back-end feed!\"}"], ["created_at", "2016-10-05 17:39:04.827334"], ["updated_at", "2016-10-05 17:39:04.827334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In iste commodi amet nihil molestiae.\",\"text\":\"Try to calculate the PCI feed, maybe it will parse the cross-platform array!\"}"], ["created_at", "2016-10-05 17:39:04.828196"], ["updated_at", "2016-10-05 17:39:04.828196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam numquam molestiae quae nisi magni.\",\"text\":\"We need to override the 1080p HTTP protocol!\"}"], ["created_at", "2016-10-05 17:39:04.829089"], ["updated_at", "2016-10-05 17:39:04.829089"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non nemo aut odit.\",\"text\":\"If we transmit the interface, we can get to the SDD feed through the haptic USB sensor!\"}"], ["created_at", "2016-10-05 17:39:04.829924"], ["updated_at", "2016-10-05 17:39:04.829924"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem magni illum.\",\"text\":\"Use the primary XSS sensor, then you can synthesize the back-end driver!\"}"], ["created_at", "2016-10-05 17:39:04.830792"], ["updated_at", "2016-10-05 17:39:04.830792"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores qui aut quis cum id.\",\"text\":\"Indexing the firewall won't do anything, we need to bypass the primary thx array!\"}"], ["created_at", "2016-10-05 17:39:04.831654"], ["updated_at", "2016-10-05 17:39:04.831654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor animi quia debitis commodi quis voluptatem.\",\"text\":\"Try to back up the AI array, maybe it will reboot the haptic alarm!\"}"], ["created_at", "2016-10-05 17:39:04.832567"], ["updated_at", "2016-10-05 17:39:04.832567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur dicta velit quos eos eligendi.\",\"text\":\"If we hack the interface, we can get to the AGP application through the multi-byte CSS circuit!\"}"], ["created_at", "2016-10-05 17:39:04.833539"], ["updated_at", "2016-10-05 17:39:04.833539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni quidem ea explicabo.\",\"text\":\"Use the multi-byte SCSI alarm, then you can parse the digital capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.834496"], ["updated_at", "2016-10-05 17:39:04.834496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint ipsam quam.\",\"text\":\"Use the back-end EXE capacitor, then you can quantify the haptic circuit!\"}"], ["created_at", "2016-10-05 17:39:04.835418"], ["updated_at", "2016-10-05 17:39:04.835418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed sed omnis laboriosam dicta veritatis.\",\"text\":\"If we navigate the alarm, we can get to the THX system through the 1080p SDD driver!\"}"], ["created_at", "2016-10-05 17:39:04.836380"], ["updated_at", "2016-10-05 17:39:04.836380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores error placeat illum non.\",\"text\":\"If we input the panel, we can get to the HDD circuit through the multi-byte HDD driver!\"}"], ["created_at", "2016-10-05 17:39:04.837329"], ["updated_at", "2016-10-05 17:39:04.837329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut ipsum ut et perspiciatis odit deleniti delectus.\",\"text\":\"We need to transmit the online GB bus!\"}"], ["created_at", "2016-10-05 17:39:04.838329"], ["updated_at", "2016-10-05 17:39:04.838329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum nobis neque eius.\",\"text\":\"Compressing the transmitter won't do anything, we need to reboot the neural agp driver!\"}"], ["created_at", "2016-10-05 17:39:04.839219"], ["updated_at", "2016-10-05 17:39:04.839219"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis assumenda impedit eligendi ipsum.\",\"text\":\"We need to index the cross-platform SSL matrix!\"}"], ["created_at", "2016-10-05 17:39:04.840078"], ["updated_at", "2016-10-05 17:39:04.840078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti quae est.\",\"text\":\"You can't copy the firewall without parsing the back-end SMS transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.840938"], ["updated_at", "2016-10-05 17:39:04.840938"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis est et totam maiores.\",\"text\":\"You can't hack the program without overriding the bluetooth EXE bus!\"}"], ["created_at", "2016-10-05 17:39:04.841792"], ["updated_at", "2016-10-05 17:39:04.841792"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et reiciendis aut mollitia necessitatibus dolores maxime.\",\"text\":\"If we hack the circuit, we can get to the ADP pixel through the primary XML firewall!\"}"], ["created_at", "2016-10-05 17:39:04.842700"], ["updated_at", "2016-10-05 17:39:04.842700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis fugiat aliquid.\",\"text\":\"Try to override the GB bus, maybe it will compress the wireless system!\"}"], ["created_at", "2016-10-05 17:39:04.843560"], ["updated_at", "2016-10-05 17:39:04.843560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi illo cumque veniam.\",\"text\":\"Indexing the pixel won't do anything, we need to index the mobile ram transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.844417"], ["updated_at", "2016-10-05 17:39:04.844417"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et dicta velit.\",\"text\":\"The TCP feed is down, synthesize the multi-byte system so we can compress the PCI matrix!\"}"], ["created_at", "2016-10-05 17:39:04.845270"], ["updated_at", "2016-10-05 17:39:04.845270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo architecto sed veritatis voluptatum.\",\"text\":\"Use the haptic SAS driver, then you can override the 1080p driver!\"}"], ["created_at", "2016-10-05 17:39:04.846120"], ["updated_at", "2016-10-05 17:39:04.846120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat esse quaerat.\",\"text\":\"Copying the application won't do anything, we need to parse the online sdd feed!\"}"], ["created_at", "2016-10-05 17:39:04.847033"], ["updated_at", "2016-10-05 17:39:04.847033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi voluptatem ut beatae non.\",\"text\":\"Use the redundant TCP protocol, then you can calculate the cross-platform application!\"}"], ["created_at", "2016-10-05 17:39:04.847931"], ["updated_at", "2016-10-05 17:39:04.847931"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt voluptates aliquid et atque quis animi nihil.\",\"text\":\"The SMS array is down, connect the digital interface so we can generate the SMTP program!\"}"], ["created_at", "2016-10-05 17:39:04.848792"], ["updated_at", "2016-10-05 17:39:04.848792"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum quaerat molestiae fuga.\",\"text\":\"If we quantify the feed, we can get to the HTTP pixel through the 1080p AI application!\"}"], ["created_at", "2016-10-05 17:39:04.849653"], ["updated_at", "2016-10-05 17:39:04.849653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem sint rerum aut dolorem.\",\"text\":\"Use the digital AGP sensor, then you can hack the primary card!\"}"], ["created_at", "2016-10-05 17:39:04.850551"], ["updated_at", "2016-10-05 17:39:04.850551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel qui magni.\",\"text\":\"The SDD port is down, input the bluetooth port so we can navigate the PCI bus!\"}"], ["created_at", "2016-10-05 17:39:04.851403"], ["updated_at", "2016-10-05 17:39:04.851403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus officia nesciunt.\",\"text\":\"Use the open-source PNG application, then you can quantify the haptic program!\"}"], ["created_at", "2016-10-05 17:39:04.852253"], ["updated_at", "2016-10-05 17:39:04.852253"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga est praesentium qui quisquam deleniti doloribus.\",\"text\":\"We need to index the optical FTP port!\"}"], ["created_at", "2016-10-05 17:39:04.853200"], ["updated_at", "2016-10-05 17:39:04.853200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam illo qui asperiores omnis tenetur quis.\",\"text\":\"You can't index the firewall without generating the open-source AI program!\"}"], ["created_at", "2016-10-05 17:39:04.854086"], ["updated_at", "2016-10-05 17:39:04.854086"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos consequuntur quisquam architecto iusto.\",\"text\":\"Use the mobile USB pixel, then you can bypass the optical transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.855008"], ["updated_at", "2016-10-05 17:39:04.855008"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A quidem est.\",\"text\":\"The FTP firewall is down, transmit the 1080p driver so we can bypass the TCP hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.855856"], ["updated_at", "2016-10-05 17:39:04.855856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum reprehenderit non.\",\"text\":\"If we bypass the circuit, we can get to the RAM panel through the multi-byte IB panel!\"}"], ["created_at", "2016-10-05 17:39:04.856748"], ["updated_at", "2016-10-05 17:39:04.856748"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur non molestiae quia.\",\"text\":\"Try to index the SMTP monitor, maybe it will connect the 1080p program!\"}"], ["created_at", "2016-10-05 17:39:04.857608"], ["updated_at", "2016-10-05 17:39:04.857608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati sit sed totam.\",\"text\":\"You can't synthesize the driver without copying the wireless JSON firewall!\"}"], ["created_at", "2016-10-05 17:39:04.858506"], ["updated_at", "2016-10-05 17:39:04.858506"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil laudantium debitis placeat cupiditate unde sunt.\",\"text\":\"I'll input the back-end AGP matrix, that should matrix the SCSI feed!\"}"], ["created_at", "2016-10-05 17:39:04.859386"], ["updated_at", "2016-10-05 17:39:04.859386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus dolore aperiam fugit pariatur eaque similique consequatur.\",\"text\":\"The RAM application is down, back up the redundant transmitter so we can bypass the PCI circuit!\"}"], ["created_at", "2016-10-05 17:39:04.860266"], ["updated_at", "2016-10-05 17:39:04.860266"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo voluptatibus ipsa.\",\"text\":\"We need to copy the cross-platform AI microchip!\"}"], ["created_at", "2016-10-05 17:39:04.861129"], ["updated_at", "2016-10-05 17:39:04.861129"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis magni explicabo eveniet ratione delectus ipsa.\",\"text\":\"Compressing the monitor won't do anything, we need to bypass the multi-byte exe hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.861978"], ["updated_at", "2016-10-05 17:39:04.861978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate saepe aliquam corporis doloribus neque.\",\"text\":\"Try to override the JBOD port, maybe it will synthesize the digital panel!\"}"], ["created_at", "2016-10-05 17:39:04.862883"], ["updated_at", "2016-10-05 17:39:04.862883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor nam consectetur non similique a.\",\"text\":\"Try to back up the EXE microchip, maybe it will program the back-end program!\"}"], ["created_at", "2016-10-05 17:39:04.863747"], ["updated_at", "2016-10-05 17:39:04.863747"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita quam laboriosam.\",\"text\":\"Use the back-end PNG feed, then you can parse the solid state application!\"}"], ["created_at", "2016-10-05 17:39:04.864599"], ["updated_at", "2016-10-05 17:39:04.864599"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi similique et autem suscipit ipsa hic.\",\"text\":\"We need to parse the virtual SMS transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.865457"], ["updated_at", "2016-10-05 17:39:04.865457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim a doloremque omnis reiciendis odio est.\",\"text\":\"Use the optical SSL driver, then you can navigate the haptic bus!\"}"], ["created_at", "2016-10-05 17:39:04.866316"], ["updated_at", "2016-10-05 17:39:04.866316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat nulla veniam illo quia libero.\",\"text\":\"The AGP sensor is down, quantify the digital card so we can transmit the JSON port!\"}"], ["created_at", "2016-10-05 17:39:04.867237"], ["updated_at", "2016-10-05 17:39:04.867237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum ad assumenda voluptatem quis consequuntur repellat sunt.\",\"text\":\"We need to navigate the primary XML capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.868131"], ["updated_at", "2016-10-05 17:39:04.868131"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque ducimus aut quisquam.\",\"text\":\"If we generate the bandwidth, we can get to the CSS matrix through the virtual JBOD firewall!\"}"], ["created_at", "2016-10-05 17:39:04.869025"], ["updated_at", "2016-10-05 17:39:04.869025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui nostrum consequuntur adipisci itaque tempore ut sint.\",\"text\":\"Connecting the transmitter won't do anything, we need to override the optical sas firewall!\"}"], ["created_at", "2016-10-05 17:39:04.869882"], ["updated_at", "2016-10-05 17:39:04.869882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat ut alias corporis ut explicabo.\",\"text\":\"Use the open-source CSS system, then you can synthesize the digital application!\"}"], ["created_at", "2016-10-05 17:39:04.870757"], ["updated_at", "2016-10-05 17:39:04.870757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem blanditiis aut reiciendis dolorem numquam officia maiores.\",\"text\":\"If we bypass the bus, we can get to the USB bus through the back-end JSON firewall!\"}"], ["created_at", "2016-10-05 17:39:04.871644"], ["updated_at", "2016-10-05 17:39:04.871644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi sunt alias magni nisi ut.\",\"text\":\"If we transmit the hard drive, we can get to the XSS hard drive through the haptic THX panel!\"}"], ["created_at", "2016-10-05 17:39:04.872500"], ["updated_at", "2016-10-05 17:39:04.872500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque culpa deleniti temporibus occaecati aut ullam.\",\"text\":\"Try to hack the FTP capacitor, maybe it will navigate the wireless sensor!\"}"], ["created_at", "2016-10-05 17:39:04.873354"], ["updated_at", "2016-10-05 17:39:04.873354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit voluptas eum nam consequuntur.\",\"text\":\"Try to bypass the SCSI sensor, maybe it will program the primary sensor!\"}"], ["created_at", "2016-10-05 17:39:04.874215"], ["updated_at", "2016-10-05 17:39:04.874215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod rerum praesentium.\",\"text\":\"Generating the system won't do anything, we need to quantify the 1080p ib capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.875101"], ["updated_at", "2016-10-05 17:39:04.875101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ullam perferendis et officiis voluptatem quia dolores.\",\"text\":\"I'll program the digital PNG card, that should transmitter the CSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.875991"], ["updated_at", "2016-10-05 17:39:04.875991"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus repellat iusto sed at inventore quae enim.\",\"text\":\"I'll quantify the neural USB interface, that should program the SSL matrix!\"}"], ["created_at", "2016-10-05 17:39:04.876895"], ["updated_at", "2016-10-05 17:39:04.876895"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum dolor voluptatem eos dolore est deserunt.\",\"text\":\"The AGP panel is down, index the mobile sensor so we can compress the TCP system!\"}"], ["created_at", "2016-10-05 17:39:04.877747"], ["updated_at", "2016-10-05 17:39:04.877747"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi est quis eum aspernatur adipisci provident.\",\"text\":\"The RSS microchip is down, navigate the neural driver so we can program the IB protocol!\"}"], ["created_at", "2016-10-05 17:39:04.878615"], ["updated_at", "2016-10-05 17:39:04.878615"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem repellendus vel ut.\",\"text\":\"I'll index the bluetooth RSS array, that should firewall the XSS port!\"}"], ["created_at", "2016-10-05 17:39:04.879474"], ["updated_at", "2016-10-05 17:39:04.879474"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit deserunt ut officia et omnis voluptas voluptas.\",\"text\":\"You can't copy the capacitor without compressing the 1080p HTTP card!\"}"], ["created_at", "2016-10-05 17:39:04.880333"], ["updated_at", "2016-10-05 17:39:04.880333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas saepe dolores magnam.\",\"text\":\"If we bypass the port, we can get to the FTP interface through the online CSS microchip!\"}"], ["created_at", "2016-10-05 17:39:04.881194"], ["updated_at", "2016-10-05 17:39:04.881194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor beatae nulla consequuntur ab ipsa qui.\",\"text\":\"We need to index the digital SAS system!\"}"], ["created_at", "2016-10-05 17:39:04.882048"], ["updated_at", "2016-10-05 17:39:04.882048"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque modi id ut consequuntur est velit.\",\"text\":\"I'll back up the open-source SMS panel, that should card the RSS system!\"}"], ["created_at", "2016-10-05 17:39:04.882916"], ["updated_at", "2016-10-05 17:39:04.882916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores dolorum qui doloribus.\",\"text\":\"We need to input the cross-platform COM circuit!\"}"], ["created_at", "2016-10-05 17:39:04.883780"], ["updated_at", "2016-10-05 17:39:04.883780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa ut quis praesentium et consequatur et.\",\"text\":\"We need to parse the bluetooth TCP card!\"}"], ["created_at", "2016-10-05 17:39:04.884681"], ["updated_at", "2016-10-05 17:39:04.884681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora et ea commodi aspernatur.\",\"text\":\"We need to compress the mobile JSON matrix!\"}"], ["created_at", "2016-10-05 17:39:04.885547"], ["updated_at", "2016-10-05 17:39:04.885547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa non itaque labore voluptates saepe distinctio.\",\"text\":\"Copying the pixel won't do anything, we need to override the redundant smtp card!\"}"], ["created_at", "2016-10-05 17:39:04.886441"], ["updated_at", "2016-10-05 17:39:04.886441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem quidem nostrum illo ipsum.\",\"text\":\"Try to navigate the FTP interface, maybe it will transmit the haptic bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.887303"], ["updated_at", "2016-10-05 17:39:04.887303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis dignissimos assumenda cumque voluptatem ea ipsum.\",\"text\":\"Use the optical THX hard drive, then you can calculate the neural sensor!\"}"], ["created_at", "2016-10-05 17:39:04.888156"], ["updated_at", "2016-10-05 17:39:04.888156"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis expedita cumque ut recusandae enim.\",\"text\":\"The COM port is down, navigate the open-source capacitor so we can compress the USB circuit!\"}"], ["created_at", "2016-10-05 17:39:04.889017"], ["updated_at", "2016-10-05 17:39:04.889017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime nam totam odit nihil est reprehenderit eveniet.\",\"text\":\"You can't calculate the transmitter without parsing the solid state RSS panel!\"}"], ["created_at", "2016-10-05 17:39:04.889880"], ["updated_at", "2016-10-05 17:39:04.889880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut ut est.\",\"text\":\"The ADP port is down, generate the redundant program so we can quantify the XSS alarm!\"}"], ["created_at", "2016-10-05 17:39:04.890742"], ["updated_at", "2016-10-05 17:39:04.890742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur culpa doloremque quis voluptatem incidunt.\",\"text\":\"You can't hack the firewall without transmitting the virtual SAS feed!\"}"], ["created_at", "2016-10-05 17:39:04.891597"], ["updated_at", "2016-10-05 17:39:04.891597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit repellat voluptate ipsam.\",\"text\":\"The SAS sensor is down, bypass the digital interface so we can generate the HTTP bus!\"}"], ["created_at", "2016-10-05 17:39:04.892449"], ["updated_at", "2016-10-05 17:39:04.892449"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit officiis exercitationem dolorem hic magnam consequatur vel.\",\"text\":\"I'll copy the open-source PCI matrix, that should protocol the COM application!\"}"], ["created_at", "2016-10-05 17:39:04.893671"], ["updated_at", "2016-10-05 17:39:04.893671"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet voluptates molestias ut possimus vitae minima.\",\"text\":\"We need to override the auxiliary SAS transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.895223"], ["updated_at", "2016-10-05 17:39:04.895223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quis exercitationem dolorem hic.\",\"text\":\"I'll synthesize the digital TCP matrix, that should protocol the SMTP monitor!\"}"], ["created_at", "2016-10-05 17:39:04.896154"], ["updated_at", "2016-10-05 17:39:04.896154"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam ut ullam atque omnis eum architecto numquam.\",\"text\":\"We need to index the bluetooth SQL monitor!\"}"], ["created_at", "2016-10-05 17:39:04.897031"], ["updated_at", "2016-10-05 17:39:04.897031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est commodi qui optio sit.\",\"text\":\"If we generate the matrix, we can get to the COM program through the multi-byte SQL bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.898107"], ["updated_at", "2016-10-05 17:39:04.898107"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto molestiae nemo blanditiis nesciunt rem aliquam.\",\"text\":\"I'll back up the open-source HTTP pixel, that should panel the SQL port!\"}"], ["created_at", "2016-10-05 17:39:04.899059"], ["updated_at", "2016-10-05 17:39:04.899059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta omnis blanditiis.\",\"text\":\"Use the multi-byte AI alarm, then you can calculate the neural port!\"}"], ["created_at", "2016-10-05 17:39:04.899929"], ["updated_at", "2016-10-05 17:39:04.899929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque nihil placeat iure amet sed libero.\",\"text\":\"Programming the firewall won't do anything, we need to navigate the bluetooth scsi alarm!\"}"], ["created_at", "2016-10-05 17:39:04.900785"], ["updated_at", "2016-10-05 17:39:04.900785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem repellat doloribus dolores quisquam aut delectus.\",\"text\":\"We need to calculate the online THX port!\"}"], ["created_at", "2016-10-05 17:39:04.901642"], ["updated_at", "2016-10-05 17:39:04.901642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore et quo cupiditate.\",\"text\":\"If we override the hard drive, we can get to the RAM panel through the virtual IB firewall!\"}"], ["created_at", "2016-10-05 17:39:04.902548"], ["updated_at", "2016-10-05 17:39:04.902548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi adipisci sint possimus minima consequatur voluptatem.\",\"text\":\"The CSS microchip is down, navigate the cross-platform firewall so we can index the IB program!\"}"], ["created_at", "2016-10-05 17:39:04.903437"], ["updated_at", "2016-10-05 17:39:04.903437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut tempore incidunt.\",\"text\":\"You can't program the panel without compressing the mobile PCI port!\"}"], ["created_at", "2016-10-05 17:39:04.904311"], ["updated_at", "2016-10-05 17:39:04.904311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque nobis voluptate nihil eum.\",\"text\":\"You can't back up the microchip without indexing the digital SDD program!\"}"], ["created_at", "2016-10-05 17:39:04.905187"], ["updated_at", "2016-10-05 17:39:04.905187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error id ad dicta qui dignissimos illo.\",\"text\":\"The AGP interface is down, copy the optical bandwidth so we can compress the XSS feed!\"}"], ["created_at", "2016-10-05 17:39:04.906068"], ["updated_at", "2016-10-05 17:39:04.906068"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur accusamus maiores quae non et dolorum.\",\"text\":\"If we bypass the program, we can get to the THX protocol through the cross-platform IB circuit!\"}"], ["created_at", "2016-10-05 17:39:04.906977"], ["updated_at", "2016-10-05 17:39:04.906977"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ut vitae.\",\"text\":\"I'll calculate the online RSS port, that should microchip the COM matrix!\"}"], ["created_at", "2016-10-05 17:39:04.907837"], ["updated_at", "2016-10-05 17:39:04.907837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore cupiditate qui in qui consequuntur animi ea.\",\"text\":\"If we bypass the feed, we can get to the RSS interface through the auxiliary FTP system!\"}"], ["created_at", "2016-10-05 17:39:04.908702"], ["updated_at", "2016-10-05 17:39:04.908702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore quo omnis.\",\"text\":\"We need to reboot the neural HTTP hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.909567"], ["updated_at", "2016-10-05 17:39:04.909567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem assumenda voluptatem.\",\"text\":\"The JSON port is down, transmit the back-end driver so we can input the TCP microchip!\"}"], ["created_at", "2016-10-05 17:39:04.910476"], ["updated_at", "2016-10-05 17:39:04.910476"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium eius iste repellendus quasi est.\",\"text\":\"I'll reboot the primary JSON sensor, that should bus the SQL application!\"}"], ["created_at", "2016-10-05 17:39:04.911334"], ["updated_at", "2016-10-05 17:39:04.911334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus molestias beatae dolore tempore qui error ipsam.\",\"text\":\"We need to compress the haptic XML application!\"}"], ["created_at", "2016-10-05 17:39:04.912198"], ["updated_at", "2016-10-05 17:39:04.912198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut veritatis sint sapiente quis quia soluta.\",\"text\":\"Hacking the card won't do anything, we need to override the auxiliary http matrix!\"}"], ["created_at", "2016-10-05 17:39:04.913037"], ["updated_at", "2016-10-05 17:39:04.913037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint animi nesciunt rerum laborum inventore et.\",\"text\":\"We need to back up the optical CSS microchip!\"}"], ["created_at", "2016-10-05 17:39:04.913896"], ["updated_at", "2016-10-05 17:39:04.913896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas consequatur necessitatibus qui asperiores enim optio.\",\"text\":\"Try to calculate the SDD card, maybe it will navigate the haptic monitor!\"}"], ["created_at", "2016-10-05 17:39:04.914768"], ["updated_at", "2016-10-05 17:39:04.914768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea illo quae nisi et adipisci.\",\"text\":\"If we hack the sensor, we can get to the FTP capacitor through the online XML card!\"}"], ["created_at", "2016-10-05 17:39:04.915618"], ["updated_at", "2016-10-05 17:39:04.915618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae qui et maiores quas explicabo id perferendis.\",\"text\":\"We need to compress the open-source COM hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.916479"], ["updated_at", "2016-10-05 17:39:04.916479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non autem tempora aut tenetur nisi quo.\",\"text\":\"If we index the capacitor, we can get to the SMTP driver through the bluetooth HTTP hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.917333"], ["updated_at", "2016-10-05 17:39:04.917333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda qui ipsum omnis.\",\"text\":\"I'll transmit the online SDD monitor, that should system the GB card!\"}"], ["created_at", "2016-10-05 17:39:04.918178"], ["updated_at", "2016-10-05 17:39:04.918178"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero voluptates blanditiis.\",\"text\":\"The ADP protocol is down, reboot the bluetooth circuit so we can reboot the AI driver!\"}"], ["created_at", "2016-10-05 17:39:04.919078"], ["updated_at", "2016-10-05 17:39:04.919078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint magni veritatis itaque atque.\",\"text\":\"Backing up the interface won't do anything, we need to generate the virtual agp system!\"}"], ["created_at", "2016-10-05 17:39:04.919941"], ["updated_at", "2016-10-05 17:39:04.919941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et voluptate accusamus quos.\",\"text\":\"You can't compress the circuit without copying the redundant RAM sensor!\"}"], ["created_at", "2016-10-05 17:39:04.920801"], ["updated_at", "2016-10-05 17:39:04.920801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia dolore ad qui officiis omnis et.\",\"text\":\"Copying the port won't do anything, we need to bypass the cross-platform smtp firewall!\"}"], ["created_at", "2016-10-05 17:39:04.921658"], ["updated_at", "2016-10-05 17:39:04.921658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi velit aliquid laboriosam et ab aut eaque.\",\"text\":\"Navigating the matrix won't do anything, we need to generate the neural css monitor!\"}"], ["created_at", "2016-10-05 17:39:04.922524"], ["updated_at", "2016-10-05 17:39:04.922524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui consequatur ut ipsa.\",\"text\":\"I'll bypass the redundant SDD monitor, that should circuit the USB microchip!\"}"], ["created_at", "2016-10-05 17:39:04.923373"], ["updated_at", "2016-10-05 17:39:04.923373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt officia qui.\",\"text\":\"If we hack the system, we can get to the SMTP card through the auxiliary SSL card!\"}"], ["created_at", "2016-10-05 17:39:04.924241"], ["updated_at", "2016-10-05 17:39:04.924241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim molestias nihil quidem sit repellat laboriosam asperiores.\",\"text\":\"You can't index the circuit without overriding the digital JSON matrix!\"}"], ["created_at", "2016-10-05 17:39:04.925109"], ["updated_at", "2016-10-05 17:39:04.925109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio quisquam et quis eveniet accusamus atque natus.\",\"text\":\"Try to copy the RAM firewall, maybe it will back up the bluetooth matrix!\"}"], ["created_at", "2016-10-05 17:39:04.925977"], ["updated_at", "2016-10-05 17:39:04.925977"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe et sed et minus ab.\",\"text\":\"I'll parse the auxiliary XSS alarm, that should matrix the USB capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.926898"], ["updated_at", "2016-10-05 17:39:04.926898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta non ea totam facilis.\",\"text\":\"You can't synthesize the capacitor without backing up the optical FTP firewall!\"}"], ["created_at", "2016-10-05 17:39:04.927763"], ["updated_at", "2016-10-05 17:39:04.927763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi possimus a hic.\",\"text\":\"The RSS circuit is down, hack the solid state feed so we can parse the SAS transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.928626"], ["updated_at", "2016-10-05 17:39:04.928626"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis quas aut ullam repellendus beatae.\",\"text\":\"Hacking the panel won't do anything, we need to generate the digital pci system!\"}"], ["created_at", "2016-10-05 17:39:04.929494"], ["updated_at", "2016-10-05 17:39:04.929494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum eaque aut et deserunt corporis consequatur sapiente.\",\"text\":\"Generating the monitor won't do anything, we need to reboot the redundant usb system!\"}"], ["created_at", "2016-10-05 17:39:04.930370"], ["updated_at", "2016-10-05 17:39:04.930370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et at ea voluptatem sint beatae.\",\"text\":\"The USB panel is down, hack the virtual card so we can bypass the AI transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.931238"], ["updated_at", "2016-10-05 17:39:04.931238"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem molestias vero quaerat id voluptas.\",\"text\":\"We need to synthesize the redundant XSS pixel!\"}"], ["created_at", "2016-10-05 17:39:04.932107"], ["updated_at", "2016-10-05 17:39:04.932107"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio voluptatum facere provident id laboriosam deserunt.\",\"text\":\"The SAS port is down, quantify the open-source bus so we can parse the SAS bus!\"}"], ["created_at", "2016-10-05 17:39:04.932999"], ["updated_at", "2016-10-05 17:39:04.932999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut eos id modi eum molestias harum.\",\"text\":\"Try to generate the GB capacitor, maybe it will override the back-end panel!\"}"], ["created_at", "2016-10-05 17:39:04.933946"], ["updated_at", "2016-10-05 17:39:04.933946"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore odio accusamus enim aut.\",\"text\":\"The ADP hard drive is down, back up the optical interface so we can program the PNG bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.934859"], ["updated_at", "2016-10-05 17:39:04.934859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores dolor officia aut atque mollitia perspiciatis quia.\",\"text\":\"Try to navigate the XML port, maybe it will copy the open-source microchip!\"}"], ["created_at", "2016-10-05 17:39:04.935751"], ["updated_at", "2016-10-05 17:39:04.935751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores sed in facilis dolorum.\",\"text\":\"You can't compress the sensor without transmitting the online RSS protocol!\"}"], ["created_at", "2016-10-05 17:39:04.936615"], ["updated_at", "2016-10-05 17:39:04.936615"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem aut soluta.\",\"text\":\"Indexing the application won't do anything, we need to generate the optical ftp monitor!\"}"], ["created_at", "2016-10-05 17:39:04.937472"], ["updated_at", "2016-10-05 17:39:04.937472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem illo minus.\",\"text\":\"We need to program the bluetooth XSS port!\"}"], ["created_at", "2016-10-05 17:39:04.938368"], ["updated_at", "2016-10-05 17:39:04.938368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim ducimus harum blanditiis iusto.\",\"text\":\"We need to parse the bluetooth RSS sensor!\"}"], ["created_at", "2016-10-05 17:39:04.939249"], ["updated_at", "2016-10-05 17:39:04.939249"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem asperiores ut quibusdam quo.\",\"text\":\"We need to index the auxiliary FTP monitor!\"}"], ["created_at", "2016-10-05 17:39:04.940107"], ["updated_at", "2016-10-05 17:39:04.940107"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa et qui facere omnis tempora sunt ipsa.\",\"text\":\"I'll generate the auxiliary HDD bandwidth, that should system the SMS circuit!\"}"], ["created_at", "2016-10-05 17:39:04.940963"], ["updated_at", "2016-10-05 17:39:04.940963"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sunt provident iusto ipsa quia voluptates ut.\",\"text\":\"Backing up the circuit won't do anything, we need to connect the cross-platform tcp pixel!\"}"], ["created_at", "2016-10-05 17:39:04.941821"], ["updated_at", "2016-10-05 17:39:04.941821"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores ut autem facere.\",\"text\":\"You can't copy the firewall without navigating the virtual CSS monitor!\"}"], ["created_at", "2016-10-05 17:39:04.942713"], ["updated_at", "2016-10-05 17:39:04.942713"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis officiis voluptas quo minima delectus sunt.\",\"text\":\"The PNG alarm is down, bypass the 1080p port so we can bypass the SQL circuit!\"}"], ["created_at", "2016-10-05 17:39:04.943671"], ["updated_at", "2016-10-05 17:39:04.943671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error iste rerum unde et voluptatum.\",\"text\":\"I'll parse the wireless XSS matrix, that should panel the HDD sensor!\"}"], ["created_at", "2016-10-05 17:39:04.944548"], ["updated_at", "2016-10-05 17:39:04.944548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde expedita eos animi est.\",\"text\":\"The SQL panel is down, quantify the wireless program so we can quantify the ADP firewall!\"}"], ["created_at", "2016-10-05 17:39:04.945415"], ["updated_at", "2016-10-05 17:39:04.945415"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime asperiores magni qui beatae.\",\"text\":\"The ADP driver is down, override the virtual application so we can connect the FTP firewall!\"}"], ["created_at", "2016-10-05 17:39:04.946306"], ["updated_at", "2016-10-05 17:39:04.946306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet iure modi perferendis et adipisci.\",\"text\":\"Programming the capacitor won't do anything, we need to parse the multi-byte ib circuit!\"}"], ["created_at", "2016-10-05 17:39:04.947218"], ["updated_at", "2016-10-05 17:39:04.947218"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad ea nulla iste tempora sit doloribus rem.\",\"text\":\"Try to generate the SQL interface, maybe it will generate the auxiliary capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.948085"], ["updated_at", "2016-10-05 17:39:04.948085"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur maxime accusamus nihil ut.\",\"text\":\"Use the haptic EXE port, then you can transmit the cross-platform firewall!\"}"], ["created_at", "2016-10-05 17:39:04.948971"], ["updated_at", "2016-10-05 17:39:04.948971"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate harum blanditiis ex.\",\"text\":\"Use the 1080p SQL program, then you can generate the haptic system!\"}"], ["created_at", "2016-10-05 17:39:04.949826"], ["updated_at", "2016-10-05 17:39:04.949826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat earum vel eaque voluptas debitis facere.\",\"text\":\"Use the cross-platform SDD driver, then you can program the optical pixel!\"}"], ["created_at", "2016-10-05 17:39:04.950684"], ["updated_at", "2016-10-05 17:39:04.950684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat fuga qui earum nihil.\",\"text\":\"I'll navigate the auxiliary FTP bandwidth, that should application the JBOD driver!\"}"], ["created_at", "2016-10-05 17:39:04.951548"], ["updated_at", "2016-10-05 17:39:04.951548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis est praesentium inventore dolores culpa.\",\"text\":\"Copying the capacitor won't do anything, we need to program the online css firewall!\"}"], ["created_at", "2016-10-05 17:39:04.952420"], ["updated_at", "2016-10-05 17:39:04.952420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi vel distinctio.\",\"text\":\"I'll calculate the bluetooth HDD protocol, that should capacitor the HTTP array!\"}"], ["created_at", "2016-10-05 17:39:04.953310"], ["updated_at", "2016-10-05 17:39:04.953310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam velit blanditiis praesentium earum repellat non.\",\"text\":\"Try to reboot the RSS bus, maybe it will hack the online card!\"}"], ["created_at", "2016-10-05 17:39:04.954207"], ["updated_at", "2016-10-05 17:39:04.954207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem rerum repudiandae rerum atque in doloremque.\",\"text\":\"The PNG firewall is down, back up the redundant alarm so we can copy the AI panel!\"}"], ["created_at", "2016-10-05 17:39:04.955157"], ["updated_at", "2016-10-05 17:39:04.955157"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore mollitia sunt expedita ratione vero beatae laboriosam.\",\"text\":\"Use the optical SSL bus, then you can override the cross-platform card!\"}"], ["created_at", "2016-10-05 17:39:04.956068"], ["updated_at", "2016-10-05 17:39:04.956068"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum est quo tenetur.\",\"text\":\"If we quantify the sensor, we can get to the AGP bus through the bluetooth ADP array!\"}"], ["created_at", "2016-10-05 17:39:04.956969"], ["updated_at", "2016-10-05 17:39:04.956969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum tempora alias recusandae animi accusantium.\",\"text\":\"If we generate the bandwidth, we can get to the USB monitor through the digital RSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.957840"], ["updated_at", "2016-10-05 17:39:04.957840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis aperiam rerum.\",\"text\":\"Try to parse the IB application, maybe it will override the 1080p program!\"}"], ["created_at", "2016-10-05 17:39:04.958733"], ["updated_at", "2016-10-05 17:39:04.958733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et voluptates aut fugiat.\",\"text\":\"We need to synthesize the neural AI driver!\"}"], ["created_at", "2016-10-05 17:39:04.959608"], ["updated_at", "2016-10-05 17:39:04.959608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias consectetur molestiae qui animi.\",\"text\":\"If we override the sensor, we can get to the USB feed through the haptic FTP monitor!\"}"], ["created_at", "2016-10-05 17:39:04.960482"], ["updated_at", "2016-10-05 17:39:04.960482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque fuga quae veniam distinctio.\",\"text\":\"If we synthesize the transmitter, we can get to the SDD array through the online RAM pixel!\"}"], ["created_at", "2016-10-05 17:39:04.961348"], ["updated_at", "2016-10-05 17:39:04.961348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime culpa ea reprehenderit.\",\"text\":\"Try to program the AI firewall, maybe it will index the haptic array!\"}"], ["created_at", "2016-10-05 17:39:04.962236"], ["updated_at", "2016-10-05 17:39:04.962236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil ut provident consequuntur.\",\"text\":\"I'll override the optical COM circuit, that should application the PNG transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.963153"], ["updated_at", "2016-10-05 17:39:04.963153"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur deleniti iste ipsum consequatur ut.\",\"text\":\"Navigating the firewall won't do anything, we need to parse the online ssl system!\"}"], ["created_at", "2016-10-05 17:39:04.964018"], ["updated_at", "2016-10-05 17:39:04.964018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore id minima modi vel.\",\"text\":\"We need to transmit the virtual IB driver!\"}"], ["created_at", "2016-10-05 17:39:04.964888"], ["updated_at", "2016-10-05 17:39:04.964888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo labore qui.\",\"text\":\"Quantifying the card won't do anything, we need to program the neural ib bus!\"}"], ["created_at", "2016-10-05 17:39:04.965745"], ["updated_at", "2016-10-05 17:39:04.965745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa debitis vitae et aut non laudantium velit.\",\"text\":\"Try to back up the PCI alarm, maybe it will copy the bluetooth capacitor!\"}"], ["created_at", "2016-10-05 17:39:04.966639"], ["updated_at", "2016-10-05 17:39:04.966639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem in voluptate est.\",\"text\":\"If we synthesize the microchip, we can get to the CSS program through the solid state SQL transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.967508"], ["updated_at", "2016-10-05 17:39:04.967508"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At quod vel nisi.\",\"text\":\"I'll bypass the digital JBOD panel, that should interface the COM protocol!\"}"], ["created_at", "2016-10-05 17:39:04.968360"], ["updated_at", "2016-10-05 17:39:04.968360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque quis est.\",\"text\":\"We need to synthesize the primary RSS sensor!\"}"], ["created_at", "2016-10-05 17:39:04.969218"], ["updated_at", "2016-10-05 17:39:04.969218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo hic non velit totam corporis.\",\"text\":\"Try to quantify the SCSI transmitter, maybe it will override the auxiliary feed!\"}"], ["created_at", "2016-10-05 17:39:04.970081"], ["updated_at", "2016-10-05 17:39:04.970081"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque quos veritatis quaerat.\",\"text\":\"We need to quantify the primary SDD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:04.970990"], ["updated_at", "2016-10-05 17:39:04.970990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis expedita voluptatibus neque sequi.\",\"text\":\"I'll override the wireless RAM sensor, that should circuit the CSS monitor!\"}"], ["created_at", "2016-10-05 17:39:04.971977"], ["updated_at", "2016-10-05 17:39:04.971977"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat dolores itaque praesentium.\",\"text\":\"Compressing the array won't do anything, we need to transmit the multi-byte tcp matrix!\"}"], ["created_at", "2016-10-05 17:39:04.972894"], ["updated_at", "2016-10-05 17:39:04.972894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor repudiandae repellendus.\",\"text\":\"We need to reboot the mobile AGP hard drive!\"}"], ["created_at", "2016-10-05 17:39:04.973767"], ["updated_at", "2016-10-05 17:39:04.973767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut cumque nostrum ut.\",\"text\":\"We need to quantify the auxiliary PCI feed!\"}"], ["created_at", "2016-10-05 17:39:04.974657"], ["updated_at", "2016-10-05 17:39:04.974657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae tempora illo deserunt nesciunt expedita.\",\"text\":\"We need to transmit the digital JBOD matrix!\"}"], ["created_at", "2016-10-05 17:39:04.975514"], ["updated_at", "2016-10-05 17:39:04.975514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio sequi quod velit.\",\"text\":\"Quantifying the array won't do anything, we need to navigate the back-end json program!\"}"], ["created_at", "2016-10-05 17:39:04.976388"], ["updated_at", "2016-10-05 17:39:04.976388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore atque aut soluta in.\",\"text\":\"We need to quantify the open-source HTTP alarm!\"}"], ["created_at", "2016-10-05 17:39:04.977263"], ["updated_at", "2016-10-05 17:39:04.977263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem illo dolore esse nisi voluptatem.\",\"text\":\"We need to transmit the wireless CSS bus!\"}"], ["created_at", "2016-10-05 17:39:04.978111"], ["updated_at", "2016-10-05 17:39:04.978111"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt dicta et voluptatibus sint rem.\",\"text\":\"If we compress the port, we can get to the RSS matrix through the mobile CSS array!\"}"], ["created_at", "2016-10-05 17:39:04.979009"], ["updated_at", "2016-10-05 17:39:04.979009"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed doloribus commodi quos.\",\"text\":\"Try to index the AI transmitter, maybe it will override the wireless feed!\"}"], ["created_at", "2016-10-05 17:39:04.979868"], ["updated_at", "2016-10-05 17:39:04.979868"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim perferendis rerum.\",\"text\":\"Try to transmit the RAM driver, maybe it will navigate the mobile firewall!\"}"], ["created_at", "2016-10-05 17:39:04.980732"], ["updated_at", "2016-10-05 17:39:04.980732"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam nulla alias mollitia tenetur temporibus.\",\"text\":\"The USB monitor is down, hack the online port so we can transmit the RSS circuit!\"}"], ["created_at", "2016-10-05 17:39:04.981591"], ["updated_at", "2016-10-05 17:39:04.981591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda aut iusto ad.\",\"text\":\"The PCI array is down, reboot the auxiliary sensor so we can index the GB bus!\"}"], ["created_at", "2016-10-05 17:39:04.982466"], ["updated_at", "2016-10-05 17:39:04.982466"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta eligendi dolores nihil saepe sed sint fugit.\",\"text\":\"Try to quantify the HTTP array, maybe it will index the haptic card!\"}"], ["created_at", "2016-10-05 17:39:04.983330"], ["updated_at", "2016-10-05 17:39:04.983330"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut vel sint dicta.\",\"text\":\"Use the primary SAS pixel, then you can generate the 1080p firewall!\"}"], ["created_at", "2016-10-05 17:39:04.984195"], ["updated_at", "2016-10-05 17:39:04.984195"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos asperiores itaque hic similique debitis.\",\"text\":\"Use the 1080p AI protocol, then you can input the open-source bus!\"}"], ["created_at", "2016-10-05 17:39:04.985050"], ["updated_at", "2016-10-05 17:39:04.985050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae pariatur et quidem accusantium.\",\"text\":\"You can't synthesize the driver without compressing the mobile SSL array!\"}"], ["created_at", "2016-10-05 17:39:04.985920"], ["updated_at", "2016-10-05 17:39:04.985920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur voluptas animi quae vero eius tempore exercitationem.\",\"text\":\"You can't reboot the bus without programming the back-end ADP port!\"}"], ["created_at", "2016-10-05 17:39:04.986829"], ["updated_at", "2016-10-05 17:39:04.986829"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias nemo consequatur dolores.\",\"text\":\"I'll input the optical JBOD pixel, that should transmitter the USB program!\"}"], ["created_at", "2016-10-05 17:39:04.987699"], ["updated_at", "2016-10-05 17:39:04.987699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit porro hic.\",\"text\":\"We need to input the 1080p SCSI monitor!\"}"], ["created_at", "2016-10-05 17:39:04.988605"], ["updated_at", "2016-10-05 17:39:04.988605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis repellendus temporibus ut placeat aspernatur.\",\"text\":\"The SQL driver is down, connect the online sensor so we can bypass the IB transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.989507"], ["updated_at", "2016-10-05 17:39:04.989507"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit voluptatem excepturi impedit a.\",\"text\":\"The CSS firewall is down, reboot the solid state monitor so we can navigate the ADP transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.990379"], ["updated_at", "2016-10-05 17:39:04.990379"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam a accusamus molestias odit quia.\",\"text\":\"We need to navigate the redundant SAS transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.991242"], ["updated_at", "2016-10-05 17:39:04.991242"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt quia ipsum totam molestiae.\",\"text\":\"Connecting the program won't do anything, we need to generate the cross-platform ssl program!\"}"], ["created_at", "2016-10-05 17:39:04.992193"], ["updated_at", "2016-10-05 17:39:04.992193"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil sequi sint ut consequatur.\",\"text\":\"Copying the feed won't do anything, we need to hack the solid state adp program!\"}"], ["created_at", "2016-10-05 17:39:04.993095"], ["updated_at", "2016-10-05 17:39:04.993095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi ea deleniti beatae amet qui.\",\"text\":\"You can't override the capacitor without programming the redundant EXE system!\"}"], ["created_at", "2016-10-05 17:39:04.993980"], ["updated_at", "2016-10-05 17:39:04.993980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia est et.\",\"text\":\"Transmitting the transmitter won't do anything, we need to index the cross-platform sdd interface!\"}"], ["created_at", "2016-10-05 17:39:04.994871"], ["updated_at", "2016-10-05 17:39:04.994871"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum dolorum ipsam.\",\"text\":\"Navigating the protocol won't do anything, we need to generate the neural sas driver!\"}"], ["created_at", "2016-10-05 17:39:04.995769"], ["updated_at", "2016-10-05 17:39:04.995769"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore temporibus cum.\",\"text\":\"The FTP feed is down, parse the primary system so we can compress the HDD feed!\"}"], ["created_at", "2016-10-05 17:39:04.996622"], ["updated_at", "2016-10-05 17:39:04.996622"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum et voluptatibus sunt illum perferendis.\",\"text\":\"The JBOD array is down, hack the digital transmitter so we can compress the IB transmitter!\"}"], ["created_at", "2016-10-05 17:39:04.997482"], ["updated_at", "2016-10-05 17:39:04.997482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea qui temporibus dolor laboriosam fuga.\",\"text\":\"We need to back up the open-source JSON firewall!\"}"], ["created_at", "2016-10-05 17:39:04.998364"], ["updated_at", "2016-10-05 17:39:04.998364"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum unde vel molestiae.\",\"text\":\"The EXE feed is down, calculate the neural pixel so we can parse the XSS bus!\"}"], ["created_at", "2016-10-05 17:39:04.999225"], ["updated_at", "2016-10-05 17:39:04.999225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi in veniam qui iste qui aliquam aut.\",\"text\":\"We need to override the wireless JBOD interface!\"}"], ["created_at", "2016-10-05 17:39:05.000080"], ["updated_at", "2016-10-05 17:39:05.000080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad ut et.\",\"text\":\"I'll transmit the auxiliary FTP alarm, that should application the RAM capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.000958"], ["updated_at", "2016-10-05 17:39:05.000958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae laudantium omnis dolorem et quidem quis.\",\"text\":\"I'll input the auxiliary FTP card, that should firewall the HTTP system!\"}"], ["created_at", "2016-10-05 17:39:05.001865"], ["updated_at", "2016-10-05 17:39:05.001865"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum reiciendis reprehenderit vero praesentium ut et.\",\"text\":\"Use the digital AGP driver, then you can connect the mobile microchip!\"}"], ["created_at", "2016-10-05 17:39:05.002734"], ["updated_at", "2016-10-05 17:39:05.002734"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque aspernatur illo ipsa quod beatae.\",\"text\":\"I'll index the multi-byte AI hard drive, that should card the IB circuit!\"}"], ["created_at", "2016-10-05 17:39:05.003596"], ["updated_at", "2016-10-05 17:39:05.003596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum voluptatibus dicta ducimus accusamus voluptas quia.\",\"text\":\"I'll override the haptic JSON panel, that should driver the SCSI system!\"}"], ["created_at", "2016-10-05 17:39:05.004453"], ["updated_at", "2016-10-05 17:39:05.004453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus nesciunt aperiam esse ipsa quia nostrum sed.\",\"text\":\"You can't connect the card without navigating the solid state XML circuit!\"}"], ["created_at", "2016-10-05 17:39:05.005319"], ["updated_at", "2016-10-05 17:39:05.005319"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem quisquam autem quam veniam harum laborum facilis.\",\"text\":\"You can't override the capacitor without compressing the virtual RAM bus!\"}"], ["created_at", "2016-10-05 17:39:05.006178"], ["updated_at", "2016-10-05 17:39:05.006178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas in deserunt saepe officia eligendi aut.\",\"text\":\"I'll hack the open-source AI bus, that should port the AGP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.007041"], ["updated_at", "2016-10-05 17:39:05.007041"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam rerum consequatur beatae.\",\"text\":\"I'll program the redundant PNG pixel, that should bandwidth the AGP application!\"}"], ["created_at", "2016-10-05 17:39:05.007896"], ["updated_at", "2016-10-05 17:39:05.007896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate et hic.\",\"text\":\"Try to copy the PNG transmitter, maybe it will transmit the neural monitor!\"}"], ["created_at", "2016-10-05 17:39:05.008745"], ["updated_at", "2016-10-05 17:39:05.008745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem aliquam est id.\",\"text\":\"The SCSI bus is down, bypass the optical capacitor so we can compress the JBOD capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.009637"], ["updated_at", "2016-10-05 17:39:05.009637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus eaque aut porro voluptas cupiditate.\",\"text\":\"Try to generate the SDD matrix, maybe it will synthesize the bluetooth card!\"}"], ["created_at", "2016-10-05 17:39:05.010530"], ["updated_at", "2016-10-05 17:39:05.010530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet facere dolor suscipit accusantium.\",\"text\":\"Use the 1080p HDD monitor, then you can synthesize the online alarm!\"}"], ["created_at", "2016-10-05 17:39:05.011376"], ["updated_at", "2016-10-05 17:39:05.011376"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis odio recusandae officiis ipsa vitae beatae.\",\"text\":\"We need to compress the mobile RSS microchip!\"}"], ["created_at", "2016-10-05 17:39:05.012233"], ["updated_at", "2016-10-05 17:39:05.012233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur atque quis voluptatum laborum nostrum enim odio.\",\"text\":\"Use the mobile SDD sensor, then you can program the neural microchip!\"}"], ["created_at", "2016-10-05 17:39:05.013089"], ["updated_at", "2016-10-05 17:39:05.013089"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam est ex non accusamus ad dolores hic.\",\"text\":\"The COM hard drive is down, index the multi-byte alarm so we can reboot the JBOD interface!\"}"], ["created_at", "2016-10-05 17:39:05.013949"], ["updated_at", "2016-10-05 17:39:05.013949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sit consequatur harum.\",\"text\":\"The HDD microchip is down, parse the virtual firewall so we can back up the SQL panel!\"}"], ["created_at", "2016-10-05 17:39:05.014818"], ["updated_at", "2016-10-05 17:39:05.014818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem fugiat labore et asperiores quisquam illum.\",\"text\":\"Use the multi-byte GB protocol, then you can calculate the bluetooth interface!\"}"], ["created_at", "2016-10-05 17:39:05.015672"], ["updated_at", "2016-10-05 17:39:05.015672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor atque voluptatem voluptatibus consectetur quos illum.\",\"text\":\"We need to connect the online COM transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.016520"], ["updated_at", "2016-10-05 17:39:05.016520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem sit beatae ad tempora ut quidem.\",\"text\":\"Hacking the protocol won't do anything, we need to calculate the mobile sql bus!\"}"], ["created_at", "2016-10-05 17:39:05.017383"], ["updated_at", "2016-10-05 17:39:05.017383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque omnis cum.\",\"text\":\"You can't navigate the protocol without synthesizing the primary SSL circuit!\"}"], ["created_at", "2016-10-05 17:39:05.018225"], ["updated_at", "2016-10-05 17:39:05.018225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores non praesentium iusto cupiditate non magnam.\",\"text\":\"Try to override the SMS bus, maybe it will index the wireless array!\"}"], ["created_at", "2016-10-05 17:39:05.019111"], ["updated_at", "2016-10-05 17:39:05.019111"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut voluptatum architecto illo ea.\",\"text\":\"You can't index the bus without bypassing the auxiliary XSS microchip!\"}"], ["created_at", "2016-10-05 17:39:05.019980"], ["updated_at", "2016-10-05 17:39:05.019980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore consectetur alias illum aut vel.\",\"text\":\"Use the online ADP alarm, then you can back up the cross-platform capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.020837"], ["updated_at", "2016-10-05 17:39:05.020837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut voluptas sit beatae.\",\"text\":\"If we generate the card, we can get to the SDD microchip through the mobile XML interface!\"}"], ["created_at", "2016-10-05 17:39:05.021704"], ["updated_at", "2016-10-05 17:39:05.021704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam ut blanditiis.\",\"text\":\"You can't override the alarm without synthesizing the optical COM circuit!\"}"], ["created_at", "2016-10-05 17:39:05.022572"], ["updated_at", "2016-10-05 17:39:05.022572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum aut doloribus voluptatem suscipit laboriosam repellendus.\",\"text\":\"I'll hack the 1080p EXE protocol, that should array the PNG transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.023434"], ["updated_at", "2016-10-05 17:39:05.023434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis nam numquam.\",\"text\":\"Compressing the interface won't do anything, we need to synthesize the primary sms interface!\"}"], ["created_at", "2016-10-05 17:39:05.024272"], ["updated_at", "2016-10-05 17:39:05.024272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis consequatur eaque voluptatum.\",\"text\":\"Use the redundant ADP transmitter, then you can back up the wireless feed!\"}"], ["created_at", "2016-10-05 17:39:05.025137"], ["updated_at", "2016-10-05 17:39:05.025137"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum nostrum illo voluptatum.\",\"text\":\"We need to bypass the digital AGP interface!\"}"], ["created_at", "2016-10-05 17:39:05.025997"], ["updated_at", "2016-10-05 17:39:05.025997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo nulla eaque quae rem non.\",\"text\":\"We need to transmit the neural COM feed!\"}"], ["created_at", "2016-10-05 17:39:05.026883"], ["updated_at", "2016-10-05 17:39:05.026883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto suscipit quo.\",\"text\":\"Use the solid state GB capacitor, then you can parse the digital sensor!\"}"], ["created_at", "2016-10-05 17:39:05.027739"], ["updated_at", "2016-10-05 17:39:05.027739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda aut sed quia hic perferendis suscipit.\",\"text\":\"If we synthesize the port, we can get to the RAM hard drive through the haptic AGP system!\"}"], ["created_at", "2016-10-05 17:39:05.028596"], ["updated_at", "2016-10-05 17:39:05.028596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi et debitis et.\",\"text\":\"Hacking the alarm won't do anything, we need to hack the multi-byte ram port!\"}"], ["created_at", "2016-10-05 17:39:05.029471"], ["updated_at", "2016-10-05 17:39:05.029471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque numquam aut esse et architecto veniam at.\",\"text\":\"I'll calculate the 1080p SQL sensor, that should program the SSL alarm!\"}"], ["created_at", "2016-10-05 17:39:05.030396"], ["updated_at", "2016-10-05 17:39:05.030396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel impedit ducimus hic repudiandae et officia.\",\"text\":\"Use the haptic RSS program, then you can synthesize the mobile bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.031299"], ["updated_at", "2016-10-05 17:39:05.031299"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam nihil tempora officiis tenetur quae iure.\",\"text\":\"Synthesizing the interface won't do anything, we need to quantify the mobile sdd hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.032153"], ["updated_at", "2016-10-05 17:39:05.032153"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur consequatur est nulla.\",\"text\":\"You can't input the monitor without programming the open-source PNG driver!\"}"], ["created_at", "2016-10-05 17:39:05.033025"], ["updated_at", "2016-10-05 17:39:05.033025"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae molestias esse voluptas.\",\"text\":\"Bypassing the monitor won't do anything, we need to program the digital ssl transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.033938"], ["updated_at", "2016-10-05 17:39:05.033938"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem molestiae reprehenderit id dolores.\",\"text\":\"We need to back up the multi-byte TCP feed!\"}"], ["created_at", "2016-10-05 17:39:05.034937"], ["updated_at", "2016-10-05 17:39:05.034937"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab consequuntur minus ipsum recusandae eum.\",\"text\":\"If we calculate the interface, we can get to the IB card through the back-end USB array!\"}"], ["created_at", "2016-10-05 17:39:05.035909"], ["updated_at", "2016-10-05 17:39:05.035909"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia in voluptates sit ipsam.\",\"text\":\"You can't compress the matrix without overriding the mobile RSS matrix!\"}"], ["created_at", "2016-10-05 17:39:05.036851"], ["updated_at", "2016-10-05 17:39:05.036851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex consequuntur quia qui nesciunt et.\",\"text\":\"I'll compress the primary TCP system, that should firewall the IB port!\"}"], ["created_at", "2016-10-05 17:39:05.037776"], ["updated_at", "2016-10-05 17:39:05.037776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel autem magnam est.\",\"text\":\"Try to compress the TCP bus, maybe it will program the open-source port!\"}"], ["created_at", "2016-10-05 17:39:05.038712"], ["updated_at", "2016-10-05 17:39:05.038712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta distinctio dolores officiis.\",\"text\":\"Connecting the capacitor won't do anything, we need to quantify the primary http port!\"}"], ["created_at", "2016-10-05 17:39:05.039650"], ["updated_at", "2016-10-05 17:39:05.039650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat dolores autem aut qui voluptas.\",\"text\":\"If we input the port, we can get to the SQL interface through the solid state TCP port!\"}"], ["created_at", "2016-10-05 17:39:05.040587"], ["updated_at", "2016-10-05 17:39:05.040587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis nulla in hic ut dolorum laborum.\",\"text\":\"Compressing the transmitter won't do anything, we need to calculate the solid state xss system!\"}"], ["created_at", "2016-10-05 17:39:05.041521"], ["updated_at", "2016-10-05 17:39:05.041521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam quo et labore ut dolorum vitae placeat.\",\"text\":\"The ADP interface is down, parse the auxiliary matrix so we can navigate the IB sensor!\"}"], ["created_at", "2016-10-05 17:39:05.042465"], ["updated_at", "2016-10-05 17:39:05.042465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque omnis repudiandae ad rerum pariatur error.\",\"text\":\"Try to override the XML matrix, maybe it will transmit the mobile driver!\"}"], ["created_at", "2016-10-05 17:39:05.043426"], ["updated_at", "2016-10-05 17:39:05.043426"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui adipisci debitis sit vero omnis.\",\"text\":\"Transmitting the feed won't do anything, we need to hack the haptic jbod panel!\"}"], ["created_at", "2016-10-05 17:39:05.044361"], ["updated_at", "2016-10-05 17:39:05.044361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem nobis reiciendis iste nihil voluptatibus rerum.\",\"text\":\"You can't transmit the circuit without transmitting the auxiliary RAM capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.045321"], ["updated_at", "2016-10-05 17:39:05.045321"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat cumque sint reprehenderit accusamus sed repellendus.\",\"text\":\"The GB matrix is down, transmit the virtual circuit so we can back up the SAS circuit!\"}"], ["created_at", "2016-10-05 17:39:05.046274"], ["updated_at", "2016-10-05 17:39:05.046274"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum tempora illo velit pariatur ea quod.\",\"text\":\"If we program the capacitor, we can get to the SAS system through the 1080p JSON hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.047435"], ["updated_at", "2016-10-05 17:39:05.047435"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem rerum quaerat vitae officia voluptas enim.\",\"text\":\"You can't program the capacitor without quantifying the open-source SQL matrix!\"}"], ["created_at", "2016-10-05 17:39:05.048688"], ["updated_at", "2016-10-05 17:39:05.048688"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti ullam aut omnis pariatur ratione.\",\"text\":\"If we program the driver, we can get to the CSS microchip through the bluetooth JSON application!\"}"], ["created_at", "2016-10-05 17:39:05.050240"], ["updated_at", "2016-10-05 17:39:05.050240"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti tempora velit veritatis aut nobis similique qui.\",\"text\":\"Use the wireless SSL driver, then you can override the 1080p bus!\"}"], ["created_at", "2016-10-05 17:39:05.052776"], ["updated_at", "2016-10-05 17:39:05.052776"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam autem voluptate sapiente rerum.\",\"text\":\"We need to program the redundant CSS bus!\"}"], ["created_at", "2016-10-05 17:39:05.054306"], ["updated_at", "2016-10-05 17:39:05.054306"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum incidunt non itaque.\",\"text\":\"You can't reboot the matrix without calculating the back-end XSS alarm!\"}"], ["created_at", "2016-10-05 17:39:05.057132"], ["updated_at", "2016-10-05 17:39:05.057132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore voluptatibus porro facere quisquam.\",\"text\":\"Try to input the ADP circuit, maybe it will reboot the open-source alarm!\"}"], ["created_at", "2016-10-05 17:39:05.058627"], ["updated_at", "2016-10-05 17:39:05.058627"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate nam quod.\",\"text\":\"Try to hack the ADP pixel, maybe it will generate the cross-platform program!\"}"], ["created_at", "2016-10-05 17:39:05.059586"], ["updated_at", "2016-10-05 17:39:05.059586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus qui at.\",\"text\":\"The IB protocol is down, connect the virtual matrix so we can transmit the EXE microchip!\"}"], ["created_at", "2016-10-05 17:39:05.060742"], ["updated_at", "2016-10-05 17:39:05.060742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed eos qui quia dolor amet.\",\"text\":\"Use the solid state SDD sensor, then you can override the multi-byte capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.061683"], ["updated_at", "2016-10-05 17:39:05.061683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At quaerat impedit esse qui.\",\"text\":\"The EXE capacitor is down, back up the virtual panel so we can program the PCI card!\"}"], ["created_at", "2016-10-05 17:39:05.062589"], ["updated_at", "2016-10-05 17:39:05.062589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit ratione eaque laborum sunt et corrupti.\",\"text\":\"Use the online SQL panel, then you can connect the solid state firewall!\"}"], ["created_at", "2016-10-05 17:39:05.063460"], ["updated_at", "2016-10-05 17:39:05.063460"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi eligendi blanditiis officia distinctio recusandae provident.\",\"text\":\"We need to hack the virtual GB transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.064321"], ["updated_at", "2016-10-05 17:39:05.064321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab porro sequi soluta.\",\"text\":\"If we parse the program, we can get to the HDD bandwidth through the primary CSS system!\"}"], ["created_at", "2016-10-05 17:39:05.065174"], ["updated_at", "2016-10-05 17:39:05.065174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam dolores deleniti.\",\"text\":\"You can't compress the panel without indexing the bluetooth FTP card!\"}"], ["created_at", "2016-10-05 17:39:05.066024"], ["updated_at", "2016-10-05 17:39:05.066024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse repellat et.\",\"text\":\"Use the primary IB card, then you can quantify the neural card!\"}"], ["created_at", "2016-10-05 17:39:05.066943"], ["updated_at", "2016-10-05 17:39:05.066943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui odio occaecati maiores est aut eligendi.\",\"text\":\"I'll generate the mobile GB interface, that should matrix the JBOD interface!\"}"], ["created_at", "2016-10-05 17:39:05.067814"], ["updated_at", "2016-10-05 17:39:05.067814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia nulla vel autem.\",\"text\":\"You can't connect the driver without programming the cross-platform JBOD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.068670"], ["updated_at", "2016-10-05 17:39:05.068670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum sed sed quia.\",\"text\":\"Use the bluetooth PCI system, then you can back up the multi-byte system!\"}"], ["created_at", "2016-10-05 17:39:05.069549"], ["updated_at", "2016-10-05 17:39:05.069549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio inventore laudantium magni.\",\"text\":\"Navigating the program won't do anything, we need to synthesize the primary gb interface!\"}"], ["created_at", "2016-10-05 17:39:05.070442"], ["updated_at", "2016-10-05 17:39:05.070442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et pariatur quae ratione eius illum assumenda nemo.\",\"text\":\"Use the online SMTP alarm, then you can connect the bluetooth sensor!\"}"], ["created_at", "2016-10-05 17:39:05.071315"], ["updated_at", "2016-10-05 17:39:05.071315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas ut suscipit.\",\"text\":\"Programming the program won't do anything, we need to hack the mobile xss alarm!\"}"], ["created_at", "2016-10-05 17:39:05.072178"], ["updated_at", "2016-10-05 17:39:05.072178"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati omnis odit nam.\",\"text\":\"I'll generate the haptic ADP program, that should matrix the TCP array!\"}"], ["created_at", "2016-10-05 17:39:05.073032"], ["updated_at", "2016-10-05 17:39:05.073032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea cumque consequatur illo.\",\"text\":\"The XSS monitor is down, synthesize the auxiliary circuit so we can index the PNG program!\"}"], ["created_at", "2016-10-05 17:39:05.073865"], ["updated_at", "2016-10-05 17:39:05.073865"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt et adipisci commodi dolores.\",\"text\":\"Generating the system won't do anything, we need to quantify the redundant hdd bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.074737"], ["updated_at", "2016-10-05 17:39:05.074737"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi architecto ullam voluptatibus optio id sit.\",\"text\":\"If we reboot the panel, we can get to the HTTP hard drive through the bluetooth AI capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.075599"], ["updated_at", "2016-10-05 17:39:05.075599"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis eum qui rerum recusandae et.\",\"text\":\"The RAM pixel is down, connect the online monitor so we can navigate the SMS array!\"}"], ["created_at", "2016-10-05 17:39:05.076510"], ["updated_at", "2016-10-05 17:39:05.076510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et possimus aspernatur et.\",\"text\":\"If we navigate the card, we can get to the EXE monitor through the primary COM panel!\"}"], ["created_at", "2016-10-05 17:39:05.077541"], ["updated_at", "2016-10-05 17:39:05.077541"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum qui mollitia non quam aperiam sint architecto.\",\"text\":\"If we copy the alarm, we can get to the EXE program through the haptic SCSI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.078434"], ["updated_at", "2016-10-05 17:39:05.078434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia eos a dolorum libero.\",\"text\":\"You can't override the bandwidth without navigating the haptic HDD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.079303"], ["updated_at", "2016-10-05 17:39:05.079303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos facilis deserunt.\",\"text\":\"I'll index the virtual JSON interface, that should bus the AI protocol!\"}"], ["created_at", "2016-10-05 17:39:05.080163"], ["updated_at", "2016-10-05 17:39:05.080163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero rerum quae et sit nostrum sit molestiae.\",\"text\":\"Try to synthesize the AI system, maybe it will bypass the redundant bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.081016"], ["updated_at", "2016-10-05 17:39:05.081016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat sit eum et aut ut et.\",\"text\":\"Quantifying the transmitter won't do anything, we need to program the multi-byte json bus!\"}"], ["created_at", "2016-10-05 17:39:05.081859"], ["updated_at", "2016-10-05 17:39:05.081859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque voluptatem et quaerat aperiam doloribus sit nesciunt.\",\"text\":\"If we bypass the pixel, we can get to the XML panel through the online COM card!\"}"], ["created_at", "2016-10-05 17:39:05.082727"], ["updated_at", "2016-10-05 17:39:05.082727"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut enim sunt earum mollitia et.\",\"text\":\"The PNG application is down, copy the optical driver so we can index the USB monitor!\"}"], ["created_at", "2016-10-05 17:39:05.083591"], ["updated_at", "2016-10-05 17:39:05.083591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur quia atque.\",\"text\":\"You can't input the matrix without bypassing the primary COM bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.084450"], ["updated_at", "2016-10-05 17:39:05.084450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae aut occaecati voluptas eius.\",\"text\":\"The SCSI microchip is down, transmit the back-end program so we can copy the SMTP panel!\"}"], ["created_at", "2016-10-05 17:39:05.085309"], ["updated_at", "2016-10-05 17:39:05.085309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta eos voluptate enim doloremque.\",\"text\":\"We need to compress the mobile CSS card!\"}"], ["created_at", "2016-10-05 17:39:05.086188"], ["updated_at", "2016-10-05 17:39:05.086188"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit et corrupti beatae animi sed asperiores.\",\"text\":\"Quantifying the application won't do anything, we need to parse the back-end smtp driver!\"}"], ["created_at", "2016-10-05 17:39:05.087040"], ["updated_at", "2016-10-05 17:39:05.087040"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima hic deleniti aperiam fugiat et corrupti.\",\"text\":\"Compressing the transmitter won't do anything, we need to connect the bluetooth ai sensor!\"}"], ["created_at", "2016-10-05 17:39:05.087909"], ["updated_at", "2016-10-05 17:39:05.087909"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et molestias rerum dignissimos suscipit.\",\"text\":\"The IB transmitter is down, navigate the auxiliary sensor so we can quantify the JSON transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.088773"], ["updated_at", "2016-10-05 17:39:05.088773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima quae quia perferendis placeat nemo.\",\"text\":\"We need to copy the back-end SCSI matrix!\"}"], ["created_at", "2016-10-05 17:39:05.089629"], ["updated_at", "2016-10-05 17:39:05.089629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et blanditiis sit.\",\"text\":\"Try to override the SMTP port, maybe it will reboot the haptic interface!\"}"], ["created_at", "2016-10-05 17:39:05.090501"], ["updated_at", "2016-10-05 17:39:05.090501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis praesentium ut.\",\"text\":\"Try to bypass the SMTP sensor, maybe it will index the auxiliary pixel!\"}"], ["created_at", "2016-10-05 17:39:05.091397"], ["updated_at", "2016-10-05 17:39:05.091397"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et rerum rerum.\",\"text\":\"The IB system is down, quantify the wireless feed so we can generate the JSON system!\"}"], ["created_at", "2016-10-05 17:39:05.092259"], ["updated_at", "2016-10-05 17:39:05.092259"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum sint placeat quidem.\",\"text\":\"Use the virtual SAS firewall, then you can hack the auxiliary system!\"}"], ["created_at", "2016-10-05 17:39:05.093161"], ["updated_at", "2016-10-05 17:39:05.093161"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti adipisci molestiae id aut.\",\"text\":\"If we program the application, we can get to the RSS transmitter through the virtual AI feed!\"}"], ["created_at", "2016-10-05 17:39:05.094084"], ["updated_at", "2016-10-05 17:39:05.094084"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore quis nulla voluptatem est.\",\"text\":\"Navigating the firewall won't do anything, we need to back up the wireless tcp interface!\"}"], ["created_at", "2016-10-05 17:39:05.094980"], ["updated_at", "2016-10-05 17:39:05.094980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti quo et ipsam ut.\",\"text\":\"The XSS port is down, index the primary microchip so we can hack the TCP hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.095912"], ["updated_at", "2016-10-05 17:39:05.095912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum beatae et explicabo ut pariatur sapiente.\",\"text\":\"The JBOD pixel is down, input the wireless interface so we can index the SMS matrix!\"}"], ["created_at", "2016-10-05 17:39:05.096769"], ["updated_at", "2016-10-05 17:39:05.096769"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non quibusdam soluta minus aut qui numquam expedita.\",\"text\":\"If we override the circuit, we can get to the XML port through the primary SMS capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.097637"], ["updated_at", "2016-10-05 17:39:05.097637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et eum at eaque ut neque.\",\"text\":\"You can't copy the card without compressing the mobile USB system!\"}"], ["created_at", "2016-10-05 17:39:05.098505"], ["updated_at", "2016-10-05 17:39:05.098505"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui dicta quia qui tenetur.\",\"text\":\"We need to parse the redundant HTTP sensor!\"}"], ["created_at", "2016-10-05 17:39:05.099368"], ["updated_at", "2016-10-05 17:39:05.099368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque repudiandae ut incidunt officiis magni corporis est.\",\"text\":\"Use the auxiliary SMS driver, then you can bypass the cross-platform port!\"}"], ["created_at", "2016-10-05 17:39:05.100263"], ["updated_at", "2016-10-05 17:39:05.100263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam debitis veritatis.\",\"text\":\"The SQL card is down, quantify the optical panel so we can quantify the SSL circuit!\"}"], ["created_at", "2016-10-05 17:39:05.101125"], ["updated_at", "2016-10-05 17:39:05.101125"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt aut ut praesentium rerum incidunt neque.\",\"text\":\"I'll navigate the open-source SMTP circuit, that should array the RAM array!\"}"], ["created_at", "2016-10-05 17:39:05.102001"], ["updated_at", "2016-10-05 17:39:05.102001"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat dolorem aperiam quaerat illum sapiente natus.\",\"text\":\"Navigating the driver won't do anything, we need to connect the bluetooth http interface!\"}"], ["created_at", "2016-10-05 17:39:05.102947"], ["updated_at", "2016-10-05 17:39:05.102947"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem et hic ut necessitatibus sit minima.\",\"text\":\"I'll quantify the multi-byte ADP port, that should card the PNG panel!\"}"], ["created_at", "2016-10-05 17:39:05.103821"], ["updated_at", "2016-10-05 17:39:05.103821"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum molestiae doloribus debitis qui rerum ut.\",\"text\":\"Use the digital SSL microchip, then you can back up the neural feed!\"}"], ["created_at", "2016-10-05 17:39:05.104678"], ["updated_at", "2016-10-05 17:39:05.104678"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus ipsam laboriosam commodi non occaecati voluptas.\",\"text\":\"You can't index the monitor without copying the optical RSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.105538"], ["updated_at", "2016-10-05 17:39:05.105538"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione laudantium dolores.\",\"text\":\"Try to calculate the RAM microchip, maybe it will compress the primary feed!\"}"], ["created_at", "2016-10-05 17:39:05.106450"], ["updated_at", "2016-10-05 17:39:05.106450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas non aut architecto corrupti nemo a dolore.\",\"text\":\"We need to quantify the digital TCP matrix!\"}"], ["created_at", "2016-10-05 17:39:05.107322"], ["updated_at", "2016-10-05 17:39:05.107322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate excepturi nemo impedit illum.\",\"text\":\"You can't connect the array without generating the open-source RAM card!\"}"], ["created_at", "2016-10-05 17:39:05.108175"], ["updated_at", "2016-10-05 17:39:05.108175"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius omnis quis doloribus rem sint nulla.\",\"text\":\"We need to quantify the redundant SDD protocol!\"}"], ["created_at", "2016-10-05 17:39:05.109027"], ["updated_at", "2016-10-05 17:39:05.109027"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut repudiandae aut.\",\"text\":\"Use the optical GB feed, then you can navigate the digital port!\"}"], ["created_at", "2016-10-05 17:39:05.109898"], ["updated_at", "2016-10-05 17:39:05.109898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit alias non est minima qui omnis.\",\"text\":\"Use the mobile GB capacitor, then you can compress the redundant circuit!\"}"], ["created_at", "2016-10-05 17:39:05.110798"], ["updated_at", "2016-10-05 17:39:05.110798"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores aut necessitatibus rerum.\",\"text\":\"We need to reboot the wireless ADP program!\"}"], ["created_at", "2016-10-05 17:39:05.111662"], ["updated_at", "2016-10-05 17:39:05.111662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est id architecto beatae quo porro sunt pariatur.\",\"text\":\"If we calculate the transmitter, we can get to the GB bandwidth through the mobile PCI bus!\"}"], ["created_at", "2016-10-05 17:39:05.112515"], ["updated_at", "2016-10-05 17:39:05.112515"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit optio qui nobis amet aliquid nostrum.\",\"text\":\"Use the cross-platform PCI card, then you can input the 1080p program!\"}"], ["created_at", "2016-10-05 17:39:05.113391"], ["updated_at", "2016-10-05 17:39:05.113391"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit sunt omnis recusandae illum nemo aut.\",\"text\":\"You can't calculate the pixel without hacking the solid state HTTP sensor!\"}"], ["created_at", "2016-10-05 17:39:05.114253"], ["updated_at", "2016-10-05 17:39:05.114253"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas sint temporibus ullam aut.\",\"text\":\"Try to calculate the HTTP firewall, maybe it will back up the redundant matrix!\"}"], ["created_at", "2016-10-05 17:39:05.115137"], ["updated_at", "2016-10-05 17:39:05.115137"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem eos commodi occaecati sit.\",\"text\":\"If we parse the transmitter, we can get to the USB firewall through the bluetooth SAS sensor!\"}"], ["created_at", "2016-10-05 17:39:05.115998"], ["updated_at", "2016-10-05 17:39:05.115998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est commodi architecto sit laborum animi porro ipsa.\",\"text\":\"We need to navigate the mobile IB circuit!\"}"], ["created_at", "2016-10-05 17:39:05.116855"], ["updated_at", "2016-10-05 17:39:05.116855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt quaerat deserunt aut molestias harum et.\",\"text\":\"Try to calculate the SMS array, maybe it will program the back-end port!\"}"], ["created_at", "2016-10-05 17:39:05.117736"], ["updated_at", "2016-10-05 17:39:05.117736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia ex facilis officia quisquam.\",\"text\":\"You can't bypass the application without parsing the solid state THX panel!\"}"], ["created_at", "2016-10-05 17:39:05.118613"], ["updated_at", "2016-10-05 17:39:05.118613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et voluptate minus id labore maiores ex aut.\",\"text\":\"Synthesizing the card won't do anything, we need to override the back-end ftp protocol!\"}"], ["created_at", "2016-10-05 17:39:05.119497"], ["updated_at", "2016-10-05 17:39:05.119497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum maiores qui exercitationem sit qui.\",\"text\":\"You can't bypass the transmitter without backing up the multi-byte GB alarm!\"}"], ["created_at", "2016-10-05 17:39:05.120351"], ["updated_at", "2016-10-05 17:39:05.120351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia neque et ea sed ducimus.\",\"text\":\"If we synthesize the hard drive, we can get to the JSON interface through the solid state IB transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.121216"], ["updated_at", "2016-10-05 17:39:05.121216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur voluptatem id cupiditate.\",\"text\":\"Indexing the driver won't do anything, we need to reboot the open-source jbod capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.122060"], ["updated_at", "2016-10-05 17:39:05.122060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa a rerum iste et.\",\"text\":\"You can't calculate the interface without bypassing the wireless HTTP driver!\"}"], ["created_at", "2016-10-05 17:39:05.122943"], ["updated_at", "2016-10-05 17:39:05.122943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi sint deleniti et.\",\"text\":\"The EXE firewall is down, program the optical array so we can back up the JBOD feed!\"}"], ["created_at", "2016-10-05 17:39:05.123800"], ["updated_at", "2016-10-05 17:39:05.123800"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo sint odit in.\",\"text\":\"We need to synthesize the 1080p SCSI driver!\"}"], ["created_at", "2016-10-05 17:39:05.124647"], ["updated_at", "2016-10-05 17:39:05.124647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae dolores et vitae est.\",\"text\":\"Try to calculate the XSS system, maybe it will compress the cross-platform sensor!\"}"], ["created_at", "2016-10-05 17:39:05.125518"], ["updated_at", "2016-10-05 17:39:05.125518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro quidem tempora.\",\"text\":\"Try to reboot the JBOD card, maybe it will back up the back-end bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.126414"], ["updated_at", "2016-10-05 17:39:05.126414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit ut aliquam.\",\"text\":\"I'll quantify the mobile SMS port, that should application the CSS program!\"}"], ["created_at", "2016-10-05 17:39:05.127289"], ["updated_at", "2016-10-05 17:39:05.127289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem quis voluptates deserunt et magni.\",\"text\":\"We need to parse the bluetooth CSS system!\"}"], ["created_at", "2016-10-05 17:39:05.128148"], ["updated_at", "2016-10-05 17:39:05.128148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut voluptas dolore qui minima earum qui in.\",\"text\":\"We need to connect the virtual HTTP pixel!\"}"], ["created_at", "2016-10-05 17:39:05.129003"], ["updated_at", "2016-10-05 17:39:05.129003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores eum delectus nihil.\",\"text\":\"The IB alarm is down, compress the solid state bus so we can bypass the XSS circuit!\"}"], ["created_at", "2016-10-05 17:39:05.129864"], ["updated_at", "2016-10-05 17:39:05.129864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas praesentium inventore ea laboriosam et.\",\"text\":\"You can't navigate the transmitter without transmitting the optical AGP panel!\"}"], ["created_at", "2016-10-05 17:39:05.130746"], ["updated_at", "2016-10-05 17:39:05.130746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta vitae facere et.\",\"text\":\"Try to input the AGP interface, maybe it will copy the primary card!\"}"], ["created_at", "2016-10-05 17:39:05.131628"], ["updated_at", "2016-10-05 17:39:05.131628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet cupiditate est est aut.\",\"text\":\"I'll parse the wireless SSL card, that should interface the AGP hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.132501"], ["updated_at", "2016-10-05 17:39:05.132501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas sed quod est.\",\"text\":\"If we index the alarm, we can get to the SDD pixel through the online RAM matrix!\"}"], ["created_at", "2016-10-05 17:39:05.133358"], ["updated_at", "2016-10-05 17:39:05.133358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora quia voluptas.\",\"text\":\"Quantifying the hard drive won't do anything, we need to copy the bluetooth com driver!\"}"], ["created_at", "2016-10-05 17:39:05.134259"], ["updated_at", "2016-10-05 17:39:05.134259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et amet officiis non nostrum.\",\"text\":\"Synthesizing the panel won't do anything, we need to quantify the mobile png application!\"}"], ["created_at", "2016-10-05 17:39:05.135243"], ["updated_at", "2016-10-05 17:39:05.135243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel ut sint qui.\",\"text\":\"I'll input the virtual THX transmitter, that should driver the RAM system!\"}"], ["created_at", "2016-10-05 17:39:05.136154"], ["updated_at", "2016-10-05 17:39:05.136154"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et et sed sit nisi iure.\",\"text\":\"We need to copy the haptic RAM capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.137089"], ["updated_at", "2016-10-05 17:39:05.137089"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae ut ut dolor.\",\"text\":\"You can't calculate the matrix without generating the online GB card!\"}"], ["created_at", "2016-10-05 17:39:05.137990"], ["updated_at", "2016-10-05 17:39:05.137990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque magni qui est voluptas et reprehenderit qui.\",\"text\":\"Overriding the pixel won't do anything, we need to bypass the back-end pci port!\"}"], ["created_at", "2016-10-05 17:39:05.138908"], ["updated_at", "2016-10-05 17:39:05.138908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit vel et id quam ea.\",\"text\":\"The EXE hard drive is down, program the solid state matrix so we can copy the USB card!\"}"], ["created_at", "2016-10-05 17:39:05.139772"], ["updated_at", "2016-10-05 17:39:05.139772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores est omnis veritatis iste.\",\"text\":\"We need to navigate the auxiliary SDD driver!\"}"], ["created_at", "2016-10-05 17:39:05.140654"], ["updated_at", "2016-10-05 17:39:05.140654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum officia vero debitis nihil.\",\"text\":\"You can't bypass the system without parsing the optical COM sensor!\"}"], ["created_at", "2016-10-05 17:39:05.141527"], ["updated_at", "2016-10-05 17:39:05.141527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel quisquam quia.\",\"text\":\"Use the neural THX feed, then you can override the wireless port!\"}"], ["created_at", "2016-10-05 17:39:05.142444"], ["updated_at", "2016-10-05 17:39:05.142444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem quia occaecati quia et.\",\"text\":\"Try to compress the HTTP panel, maybe it will synthesize the neural capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.143353"], ["updated_at", "2016-10-05 17:39:05.143353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et libero quia molestiae molestias est.\",\"text\":\"Try to program the TCP bandwidth, maybe it will compress the mobile pixel!\"}"], ["created_at", "2016-10-05 17:39:05.144239"], ["updated_at", "2016-10-05 17:39:05.144239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse omnis nemo delectus.\",\"text\":\"I'll bypass the digital SDD driver, that should monitor the RAM firewall!\"}"], ["created_at", "2016-10-05 17:39:05.145114"], ["updated_at", "2016-10-05 17:39:05.145114"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum fugiat unde fugit.\",\"text\":\"You can't compress the circuit without indexing the haptic PCI interface!\"}"], ["created_at", "2016-10-05 17:39:05.145970"], ["updated_at", "2016-10-05 17:39:05.145970"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi a ea qui accusamus porro nostrum.\",\"text\":\"Try to back up the THX circuit, maybe it will quantify the wireless application!\"}"], ["created_at", "2016-10-05 17:39:05.146874"], ["updated_at", "2016-10-05 17:39:05.146874"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum similique consequatur.\",\"text\":\"I'll index the solid state AGP application, that should matrix the XML firewall!\"}"], ["created_at", "2016-10-05 17:39:05.147745"], ["updated_at", "2016-10-05 17:39:05.147745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut minima repudiandae.\",\"text\":\"Use the auxiliary SDD driver, then you can navigate the bluetooth transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.148628"], ["updated_at", "2016-10-05 17:39:05.148628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet officiis nostrum eum.\",\"text\":\"The COM alarm is down, synthesize the wireless sensor so we can back up the SSL port!\"}"], ["created_at", "2016-10-05 17:39:05.149507"], ["updated_at", "2016-10-05 17:39:05.149507"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis nobis nihil.\",\"text\":\"You can't hack the microchip without hacking the optical EXE hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.150398"], ["updated_at", "2016-10-05 17:39:05.150398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur non deserunt dolore quibusdam et et.\",\"text\":\"Try to synthesize the THX matrix, maybe it will navigate the solid state transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.151276"], ["updated_at", "2016-10-05 17:39:05.151276"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint est a.\",\"text\":\"Parsing the circuit won't do anything, we need to hack the auxiliary sas array!\"}"], ["created_at", "2016-10-05 17:39:05.152150"], ["updated_at", "2016-10-05 17:39:05.152150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint repellat corporis velit porro enim ratione autem.\",\"text\":\"Bypassing the array won't do anything, we need to index the primary ssl microchip!\"}"], ["created_at", "2016-10-05 17:39:05.153051"], ["updated_at", "2016-10-05 17:39:05.153051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga eaque est.\",\"text\":\"You can't index the monitor without copying the back-end GB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.153934"], ["updated_at", "2016-10-05 17:39:05.153934"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia placeat consequuntur eaque et.\",\"text\":\"Try to quantify the SAS system, maybe it will navigate the bluetooth port!\"}"], ["created_at", "2016-10-05 17:39:05.154823"], ["updated_at", "2016-10-05 17:39:05.154823"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui voluptatem illo porro.\",\"text\":\"If we navigate the firewall, we can get to the COM transmitter through the online SAS matrix!\"}"], ["created_at", "2016-10-05 17:39:05.155701"], ["updated_at", "2016-10-05 17:39:05.155701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid qui non voluptate minus molestiae quis.\",\"text\":\"Use the neural HTTP capacitor, then you can navigate the wireless matrix!\"}"], ["created_at", "2016-10-05 17:39:05.156638"], ["updated_at", "2016-10-05 17:39:05.156638"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem perspiciatis et.\",\"text\":\"Navigating the bandwidth won't do anything, we need to synthesize the online jbod system!\"}"], ["created_at", "2016-10-05 17:39:05.157523"], ["updated_at", "2016-10-05 17:39:05.157523"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit eum occaecati consectetur.\",\"text\":\"I'll program the open-source JBOD hard drive, that should application the XML bus!\"}"], ["created_at", "2016-10-05 17:39:05.158454"], ["updated_at", "2016-10-05 17:39:05.158454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit soluta exercitationem cumque enim.\",\"text\":\"Use the optical JSON program, then you can program the wireless hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.159351"], ["updated_at", "2016-10-05 17:39:05.159351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur alias et.\",\"text\":\"Synthesizing the program won't do anything, we need to bypass the back-end xss capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.160254"], ["updated_at", "2016-10-05 17:39:05.160254"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat non et.\",\"text\":\"We need to back up the digital SQL matrix!\"}"], ["created_at", "2016-10-05 17:39:05.161137"], ["updated_at", "2016-10-05 17:39:05.161137"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet harum quae aut enim.\",\"text\":\"The RSS sensor is down, index the 1080p system so we can input the EXE sensor!\"}"], ["created_at", "2016-10-05 17:39:05.162010"], ["updated_at", "2016-10-05 17:39:05.162010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam harum vitae.\",\"text\":\"You can't program the capacitor without bypassing the wireless RAM bus!\"}"], ["created_at", "2016-10-05 17:39:05.162949"], ["updated_at", "2016-10-05 17:39:05.162949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non nam vel.\",\"text\":\"Synthesizing the feed won't do anything, we need to transmit the mobile sdd panel!\"}"], ["created_at", "2016-10-05 17:39:05.163824"], ["updated_at", "2016-10-05 17:39:05.163824"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non vel eos dignissimos fugit dolor ullam.\",\"text\":\"Transmitting the circuit won't do anything, we need to index the online sql transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.164715"], ["updated_at", "2016-10-05 17:39:05.164715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima in nihil qui aut accusantium.\",\"text\":\"You can't quantify the bus without calculating the mobile SQL sensor!\"}"], ["created_at", "2016-10-05 17:39:05.165595"], ["updated_at", "2016-10-05 17:39:05.165595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut sequi incidunt temporibus.\",\"text\":\"I'll connect the virtual AI panel, that should protocol the AGP panel!\"}"], ["created_at", "2016-10-05 17:39:05.166518"], ["updated_at", "2016-10-05 17:39:05.166518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur esse quia.\",\"text\":\"I'll reboot the cross-platform SQL microchip, that should monitor the EXE panel!\"}"], ["created_at", "2016-10-05 17:39:05.167412"], ["updated_at", "2016-10-05 17:39:05.167412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam numquam aspernatur repellendus nam.\",\"text\":\"The COM pixel is down, generate the wireless program so we can compress the GB port!\"}"], ["created_at", "2016-10-05 17:39:05.168286"], ["updated_at", "2016-10-05 17:39:05.168286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem rerum ad quas sed voluptas reprehenderit.\",\"text\":\"Use the primary COM port, then you can parse the primary microchip!\"}"], ["created_at", "2016-10-05 17:39:05.169173"], ["updated_at", "2016-10-05 17:39:05.169173"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates nostrum in aut expedita vero tempora itaque.\",\"text\":\"We need to quantify the redundant TCP system!\"}"], ["created_at", "2016-10-05 17:39:05.170056"], ["updated_at", "2016-10-05 17:39:05.170056"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum minus laudantium nostrum iste.\",\"text\":\"Calculating the protocol won't do anything, we need to override the open-source tcp interface!\"}"], ["created_at", "2016-10-05 17:39:05.170990"], ["updated_at", "2016-10-05 17:39:05.170990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius et pariatur consequatur quia et iste qui.\",\"text\":\"Overriding the circuit won't do anything, we need to quantify the solid state sas feed!\"}"], ["created_at", "2016-10-05 17:39:05.171960"], ["updated_at", "2016-10-05 17:39:05.171960"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore dolor quae tenetur vero non qui.\",\"text\":\"Synthesizing the protocol won't do anything, we need to hack the auxiliary json sensor!\"}"], ["created_at", "2016-10-05 17:39:05.172918"], ["updated_at", "2016-10-05 17:39:05.172918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae et eligendi perferendis sunt.\",\"text\":\"Try to hack the FTP pixel, maybe it will navigate the redundant microchip!\"}"], ["created_at", "2016-10-05 17:39:05.173807"], ["updated_at", "2016-10-05 17:39:05.173807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores placeat unde ipsa expedita.\",\"text\":\"Calculating the protocol won't do anything, we need to reboot the solid state http pixel!\"}"], ["created_at", "2016-10-05 17:39:05.174703"], ["updated_at", "2016-10-05 17:39:05.174703"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem expedita cupiditate et consequatur totam dolores.\",\"text\":\"Use the neural GB protocol, then you can synthesize the auxiliary application!\"}"], ["created_at", "2016-10-05 17:39:05.175588"], ["updated_at", "2016-10-05 17:39:05.175588"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas quos harum neque tempore.\",\"text\":\"The TCP monitor is down, transmit the primary hard drive so we can compress the HDD driver!\"}"], ["created_at", "2016-10-05 17:39:05.176513"], ["updated_at", "2016-10-05 17:39:05.176513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta tempore vitae assumenda quo.\",\"text\":\"The PCI circuit is down, navigate the back-end protocol so we can connect the RSS system!\"}"], ["created_at", "2016-10-05 17:39:05.177422"], ["updated_at", "2016-10-05 17:39:05.177422"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui eius non incidunt explicabo aperiam nisi.\",\"text\":\"I'll transmit the redundant SDD interface, that should transmitter the RSS driver!\"}"], ["created_at", "2016-10-05 17:39:05.178293"], ["updated_at", "2016-10-05 17:39:05.178293"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus iure aut eius quos molestiae et.\",\"text\":\"Backing up the application won't do anything, we need to synthesize the open-source smtp monitor!\"}"], ["created_at", "2016-10-05 17:39:05.179196"], ["updated_at", "2016-10-05 17:39:05.179196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In sint eius at.\",\"text\":\"I'll input the solid state SMTP alarm, that should sensor the SMTP circuit!\"}"], ["created_at", "2016-10-05 17:39:05.180064"], ["updated_at", "2016-10-05 17:39:05.180064"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis dolorum est esse.\",\"text\":\"We need to back up the neural PCI program!\"}"], ["created_at", "2016-10-05 17:39:05.180937"], ["updated_at", "2016-10-05 17:39:05.180937"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui consequatur recusandae rerum eius sapiente.\",\"text\":\"We need to synthesize the multi-byte TCP circuit!\"}"], ["created_at", "2016-10-05 17:39:05.181802"], ["updated_at", "2016-10-05 17:39:05.181802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ullam modi delectus et neque molestiae et.\",\"text\":\"If we navigate the program, we can get to the PNG panel through the multi-byte HDD capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.182696"], ["updated_at", "2016-10-05 17:39:05.182696"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores veniam repellat.\",\"text\":\"The XSS card is down, compress the cross-platform driver so we can calculate the RAM matrix!\"}"], ["created_at", "2016-10-05 17:39:05.183591"], ["updated_at", "2016-10-05 17:39:05.183591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos molestiae sint quibusdam exercitationem quae adipisci.\",\"text\":\"You can't compress the protocol without compressing the online AGP feed!\"}"], ["created_at", "2016-10-05 17:39:05.184464"], ["updated_at", "2016-10-05 17:39:05.184464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique ipsam explicabo.\",\"text\":\"If we compress the transmitter, we can get to the SQL capacitor through the wireless THX array!\"}"], ["created_at", "2016-10-05 17:39:05.185354"], ["updated_at", "2016-10-05 17:39:05.185354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis sit dolore quas aut molestiae quaerat aperiam.\",\"text\":\"The PNG bus is down, back up the virtual protocol so we can hack the JSON firewall!\"}"], ["created_at", "2016-10-05 17:39:05.186237"], ["updated_at", "2016-10-05 17:39:05.186237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea adipisci blanditiis vel natus dolores perferendis aut.\",\"text\":\"Try to parse the XSS circuit, maybe it will bypass the auxiliary panel!\"}"], ["created_at", "2016-10-05 17:39:05.187129"], ["updated_at", "2016-10-05 17:39:05.187129"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim qui earum amet officia id.\",\"text\":\"If we synthesize the monitor, we can get to the HTTP bandwidth through the back-end FTP feed!\"}"], ["created_at", "2016-10-05 17:39:05.187997"], ["updated_at", "2016-10-05 17:39:05.187997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut molestias enim pariatur dolor incidunt eius.\",\"text\":\"If we parse the application, we can get to the SDD array through the multi-byte PNG bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.188866"], ["updated_at", "2016-10-05 17:39:05.188866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et consequatur architecto.\",\"text\":\"We need to hack the haptic AI system!\"}"], ["created_at", "2016-10-05 17:39:05.189745"], ["updated_at", "2016-10-05 17:39:05.189745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit quis culpa ullam eum reprehenderit fugit.\",\"text\":\"If we bypass the feed, we can get to the RSS feed through the online EXE alarm!\"}"], ["created_at", "2016-10-05 17:39:05.190627"], ["updated_at", "2016-10-05 17:39:05.190627"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem est labore velit itaque reiciendis quis repellat.\",\"text\":\"The AGP port is down, bypass the 1080p driver so we can calculate the XML port!\"}"], ["created_at", "2016-10-05 17:39:05.191515"], ["updated_at", "2016-10-05 17:39:05.191515"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis dolor ullam porro.\",\"text\":\"Try to reboot the JBOD capacitor, maybe it will program the mobile pixel!\"}"], ["created_at", "2016-10-05 17:39:05.192411"], ["updated_at", "2016-10-05 17:39:05.192411"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore fugit quae debitis ut esse veniam.\",\"text\":\"We need to transmit the virtual PNG port!\"}"], ["created_at", "2016-10-05 17:39:05.193303"], ["updated_at", "2016-10-05 17:39:05.193303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam maxime dolorum dolor molestiae fugiat.\",\"text\":\"We need to connect the primary CSS driver!\"}"], ["created_at", "2016-10-05 17:39:05.194225"], ["updated_at", "2016-10-05 17:39:05.194225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut est inventore quia sunt repellat nihil.\",\"text\":\"The SQL hard drive is down, synthesize the mobile alarm so we can back up the EXE pixel!\"}"], ["created_at", "2016-10-05 17:39:05.195134"], ["updated_at", "2016-10-05 17:39:05.195134"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum illum nihil excepturi qui.\",\"text\":\"The HTTP program is down, bypass the solid state bus so we can generate the RSS firewall!\"}"], ["created_at", "2016-10-05 17:39:05.196050"], ["updated_at", "2016-10-05 17:39:05.196050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos non voluptatum veniam deleniti.\",\"text\":\"Calculating the bandwidth won't do anything, we need to program the online ftp sensor!\"}"], ["created_at", "2016-10-05 17:39:05.196922"], ["updated_at", "2016-10-05 17:39:05.196922"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo earum reiciendis quos quod rerum sint ipsum.\",\"text\":\"Parsing the matrix won't do anything, we need to input the 1080p ram alarm!\"}"], ["created_at", "2016-10-05 17:39:05.197801"], ["updated_at", "2016-10-05 17:39:05.197801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse asperiores iure sed.\",\"text\":\"If we copy the protocol, we can get to the SQL pixel through the cross-platform SAS bus!\"}"], ["created_at", "2016-10-05 17:39:05.198725"], ["updated_at", "2016-10-05 17:39:05.198725"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit ut rerum quia.\",\"text\":\"The PCI circuit is down, index the cross-platform array so we can generate the PNG circuit!\"}"], ["created_at", "2016-10-05 17:39:05.199598"], ["updated_at", "2016-10-05 17:39:05.199598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias cupiditate cum perspiciatis aliquid.\",\"text\":\"Use the neural TCP panel, then you can hack the solid state microchip!\"}"], ["created_at", "2016-10-05 17:39:05.200475"], ["updated_at", "2016-10-05 17:39:05.200475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed pariatur quia aliquam ad veniam.\",\"text\":\"The HDD interface is down, connect the back-end bus so we can transmit the SQL capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.201351"], ["updated_at", "2016-10-05 17:39:05.201351"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut quos odio consequatur ut.\",\"text\":\"If we hack the pixel, we can get to the COM monitor through the neural IB application!\"}"], ["created_at", "2016-10-05 17:39:05.202213"], ["updated_at", "2016-10-05 17:39:05.202213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo velit quae dolorum quia maxime inventore id.\",\"text\":\"Parsing the interface won't do anything, we need to synthesize the auxiliary hdd alarm!\"}"], ["created_at", "2016-10-05 17:39:05.203129"], ["updated_at", "2016-10-05 17:39:05.203129"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta adipisci quam voluptatem vitae consequatur dolor.\",\"text\":\"If we parse the matrix, we can get to the SMTP bus through the auxiliary SMS sensor!\"}"], ["created_at", "2016-10-05 17:39:05.204002"], ["updated_at", "2016-10-05 17:39:05.204002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio aut ut numquam magnam maxime qui.\",\"text\":\"Try to calculate the FTP driver, maybe it will parse the haptic firewall!\"}"], ["created_at", "2016-10-05 17:39:05.204876"], ["updated_at", "2016-10-05 17:39:05.204876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum repudiandae aut enim modi non.\",\"text\":\"The JBOD alarm is down, override the back-end sensor so we can input the SSL hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.205746"], ["updated_at", "2016-10-05 17:39:05.205746"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut error voluptatum.\",\"text\":\"Use the wireless AGP capacitor, then you can generate the solid state firewall!\"}"], ["created_at", "2016-10-05 17:39:05.206622"], ["updated_at", "2016-10-05 17:39:05.206622"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum omnis consequuntur blanditiis repudiandae saepe placeat.\",\"text\":\"Try to quantify the XSS bandwidth, maybe it will calculate the open-source card!\"}"], ["created_at", "2016-10-05 17:39:05.207494"], ["updated_at", "2016-10-05 17:39:05.207494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum sed corporis sunt velit eum consequatur tempora.\",\"text\":\"Use the virtual RSS alarm, then you can navigate the redundant array!\"}"], ["created_at", "2016-10-05 17:39:05.208371"], ["updated_at", "2016-10-05 17:39:05.208371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut dolor consequatur ipsa qui velit eveniet vitae.\",\"text\":\"The SMTP port is down, navigate the back-end capacitor so we can calculate the SAS driver!\"}"], ["created_at", "2016-10-05 17:39:05.209253"], ["updated_at", "2016-10-05 17:39:05.209253"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt quos voluptas ipsum est facere et aspernatur.\",\"text\":\"I'll navigate the wireless RAM driver, that should pixel the XML transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.210135"], ["updated_at", "2016-10-05 17:39:05.210135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur officiis quam.\",\"text\":\"I'll compress the online JSON port, that should feed the SMTP circuit!\"}"], ["created_at", "2016-10-05 17:39:05.211011"], ["updated_at", "2016-10-05 17:39:05.211011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita pariatur minima soluta.\",\"text\":\"Try to copy the SAS pixel, maybe it will back up the optical transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.211910"], ["updated_at", "2016-10-05 17:39:05.211910"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est eum nulla ut.\",\"text\":\"Overriding the pixel won't do anything, we need to connect the haptic css driver!\"}"], ["created_at", "2016-10-05 17:39:05.212831"], ["updated_at", "2016-10-05 17:39:05.212831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum vel vitae nihil autem error voluptates.\",\"text\":\"I'll quantify the cross-platform AI microchip, that should transmitter the COM protocol!\"}"], ["created_at", "2016-10-05 17:39:05.213697"], ["updated_at", "2016-10-05 17:39:05.213697"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem laborum est.\",\"text\":\"If we back up the protocol, we can get to the GB monitor through the back-end PNG feed!\"}"], ["created_at", "2016-10-05 17:39:05.214586"], ["updated_at", "2016-10-05 17:39:05.214586"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo at asperiores blanditiis a quas.\",\"text\":\"Try to bypass the THX capacitor, maybe it will compress the redundant array!\"}"], ["created_at", "2016-10-05 17:39:05.215455"], ["updated_at", "2016-10-05 17:39:05.215455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et qui quod eligendi.\",\"text\":\"Try to copy the GB capacitor, maybe it will parse the auxiliary panel!\"}"], ["created_at", "2016-10-05 17:39:05.216334"], ["updated_at", "2016-10-05 17:39:05.216334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe quod non doloremque perferendis eius.\",\"text\":\"Try to reboot the SAS pixel, maybe it will override the wireless alarm!\"}"], ["created_at", "2016-10-05 17:39:05.217209"], ["updated_at", "2016-10-05 17:39:05.217209"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem dolorem eaque error nobis facere at voluptatem.\",\"text\":\"The USB bus is down, bypass the digital driver so we can copy the SMS card!\"}"], ["created_at", "2016-10-05 17:39:05.218088"], ["updated_at", "2016-10-05 17:39:05.218088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia tempora iure ut iusto illum.\",\"text\":\"We need to program the optical PCI pixel!\"}"], ["created_at", "2016-10-05 17:39:05.218977"], ["updated_at", "2016-10-05 17:39:05.218977"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus error molestiae nihil nobis magni dignissimos labore.\",\"text\":\"Try to bypass the SCSI driver, maybe it will copy the mobile system!\"}"], ["created_at", "2016-10-05 17:39:05.219863"], ["updated_at", "2016-10-05 17:39:05.219863"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos ea aut fugiat aliquam et cupiditate ipsa.\",\"text\":\"We need to input the 1080p XML hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.220744"], ["updated_at", "2016-10-05 17:39:05.220744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum repellendus temporibus.\",\"text\":\"I'll connect the online IB sensor, that should bus the SQL firewall!\"}"], ["created_at", "2016-10-05 17:39:05.221616"], ["updated_at", "2016-10-05 17:39:05.221616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias accusamus quidem aut.\",\"text\":\"Hacking the circuit won't do anything, we need to bypass the digital exe protocol!\"}"], ["created_at", "2016-10-05 17:39:05.222500"], ["updated_at", "2016-10-05 17:39:05.222500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id omnis ut necessitatibus nisi dolore.\",\"text\":\"The SAS port is down, override the open-source matrix so we can transmit the IB sensor!\"}"], ["created_at", "2016-10-05 17:39:05.223372"], ["updated_at", "2016-10-05 17:39:05.223372"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum ut deserunt quae sit neque quos.\",\"text\":\"Try to copy the HTTP feed, maybe it will connect the online monitor!\"}"], ["created_at", "2016-10-05 17:39:05.224245"], ["updated_at", "2016-10-05 17:39:05.224245"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui et facilis.\",\"text\":\"Navigating the driver won't do anything, we need to navigate the digital usb pixel!\"}"], ["created_at", "2016-10-05 17:39:05.225135"], ["updated_at", "2016-10-05 17:39:05.225135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt dolor incidunt vitae et eligendi.\",\"text\":\"Try to hack the FTP program, maybe it will input the multi-byte port!\"}"], ["created_at", "2016-10-05 17:39:05.226047"], ["updated_at", "2016-10-05 17:39:05.226047"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit aut cumque amet et quidem.\",\"text\":\"If we program the bus, we can get to the PNG interface through the auxiliary HTTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.226992"], ["updated_at", "2016-10-05 17:39:05.226992"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil nobis consequatur iure.\",\"text\":\"Use the wireless SQL capacitor, then you can generate the virtual monitor!\"}"], ["created_at", "2016-10-05 17:39:05.227867"], ["updated_at", "2016-10-05 17:39:05.227867"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut excepturi quaerat tempore.\",\"text\":\"We need to calculate the primary RAM sensor!\"}"], ["created_at", "2016-10-05 17:39:05.228738"], ["updated_at", "2016-10-05 17:39:05.228738"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut odit mollitia error modi.\",\"text\":\"We need to back up the online FTP hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.229608"], ["updated_at", "2016-10-05 17:39:05.229608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo quidem vero sit sapiente eius et.\",\"text\":\"The SMTP application is down, parse the auxiliary firewall so we can index the PCI bus!\"}"], ["created_at", "2016-10-05 17:39:05.230490"], ["updated_at", "2016-10-05 17:39:05.230490"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic amet est aut quo.\",\"text\":\"If we back up the application, we can get to the COM microchip through the multi-byte HDD circuit!\"}"], ["created_at", "2016-10-05 17:39:05.231378"], ["updated_at", "2016-10-05 17:39:05.231378"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam qui reiciendis et.\",\"text\":\"We need to copy the virtual SDD system!\"}"], ["created_at", "2016-10-05 17:39:05.232249"], ["updated_at", "2016-10-05 17:39:05.232249"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt nam consequatur vitae aut ut.\",\"text\":\"Try to connect the COM card, maybe it will index the bluetooth alarm!\"}"], ["created_at", "2016-10-05 17:39:05.233109"], ["updated_at", "2016-10-05 17:39:05.233109"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia sint ut enim quisquam rerum architecto.\",\"text\":\"Transmitting the port won't do anything, we need to navigate the digital com pixel!\"}"], ["created_at", "2016-10-05 17:39:05.233979"], ["updated_at", "2016-10-05 17:39:05.233979"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum et incidunt eum expedita aliquam.\",\"text\":\"If we quantify the panel, we can get to the IB card through the neural IB program!\"}"], ["created_at", "2016-10-05 17:39:05.234897"], ["updated_at", "2016-10-05 17:39:05.234897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam voluptas porro voluptatem est laboriosam autem.\",\"text\":\"Use the 1080p CSS hard drive, then you can hack the cross-platform card!\"}"], ["created_at", "2016-10-05 17:39:05.235954"], ["updated_at", "2016-10-05 17:39:05.235954"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non alias labore nam id non.\",\"text\":\"I'll hack the multi-byte GB microchip, that should protocol the SCSI driver!\"}"], ["created_at", "2016-10-05 17:39:05.236931"], ["updated_at", "2016-10-05 17:39:05.236931"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam commodi doloremque saepe harum nobis sint ea.\",\"text\":\"I'll program the auxiliary HDD monitor, that should panel the HTTP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.237910"], ["updated_at", "2016-10-05 17:39:05.237910"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam rerum possimus minima adipisci.\",\"text\":\"If we quantify the transmitter, we can get to the PCI hard drive through the mobile CSS circuit!\"}"], ["created_at", "2016-10-05 17:39:05.238906"], ["updated_at", "2016-10-05 17:39:05.238906"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta sed voluptatibus adipisci quam aut.\",\"text\":\"Use the digital JSON panel, then you can navigate the cross-platform microchip!\"}"], ["created_at", "2016-10-05 17:39:05.239890"], ["updated_at", "2016-10-05 17:39:05.239890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus iusto porro cupiditate rerum.\",\"text\":\"Backing up the array won't do anything, we need to input the mobile agp system!\"}"], ["created_at", "2016-10-05 17:39:05.240850"], ["updated_at", "2016-10-05 17:39:05.240850"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat at nisi rerum enim perferendis provident.\",\"text\":\"You can't calculate the microchip without indexing the wireless RSS circuit!\"}"], ["created_at", "2016-10-05 17:39:05.241817"], ["updated_at", "2016-10-05 17:39:05.241817"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis sed sit est eum qui.\",\"text\":\"I'll generate the back-end HDD sensor, that should application the SDD pixel!\"}"], ["created_at", "2016-10-05 17:39:05.242842"], ["updated_at", "2016-10-05 17:39:05.242842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut possimus velit et.\",\"text\":\"Use the back-end TCP array, then you can override the neural system!\"}"], ["created_at", "2016-10-05 17:39:05.243877"], ["updated_at", "2016-10-05 17:39:05.243877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde velit vero culpa quia est perferendis.\",\"text\":\"The IB sensor is down, bypass the 1080p hard drive so we can calculate the EXE capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.244842"], ["updated_at", "2016-10-05 17:39:05.244842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error ut vel ab illum eius.\",\"text\":\"Overriding the protocol won't do anything, we need to hack the optical exe system!\"}"], ["created_at", "2016-10-05 17:39:05.245786"], ["updated_at", "2016-10-05 17:39:05.245786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda sunt deleniti libero harum.\",\"text\":\"Try to back up the HTTP alarm, maybe it will calculate the haptic matrix!\"}"], ["created_at", "2016-10-05 17:39:05.246710"], ["updated_at", "2016-10-05 17:39:05.246710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas velit soluta id dolores.\",\"text\":\"The AI monitor is down, input the open-source microchip so we can bypass the TCP monitor!\"}"], ["created_at", "2016-10-05 17:39:05.247583"], ["updated_at", "2016-10-05 17:39:05.247583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo possimus voluptas ut sunt.\",\"text\":\"I'll bypass the wireless FTP firewall, that should hard drive the COM pixel!\"}"], ["created_at", "2016-10-05 17:39:05.248467"], ["updated_at", "2016-10-05 17:39:05.248467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia reiciendis sint voluptate odit fugiat.\",\"text\":\"We need to reboot the 1080p XML matrix!\"}"], ["created_at", "2016-10-05 17:39:05.249341"], ["updated_at", "2016-10-05 17:39:05.249341"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui iusto accusamus porro.\",\"text\":\"You can't hack the interface without backing up the redundant JSON array!\"}"], ["created_at", "2016-10-05 17:39:05.250212"], ["updated_at", "2016-10-05 17:39:05.250212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae debitis voluptates pariatur eligendi qui est.\",\"text\":\"I'll generate the digital SQL interface, that should panel the SDD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.251158"], ["updated_at", "2016-10-05 17:39:05.251158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui beatae voluptas temporibus placeat natus quia sapiente.\",\"text\":\"You can't quantify the protocol without quantifying the digital SAS port!\"}"], ["created_at", "2016-10-05 17:39:05.252035"], ["updated_at", "2016-10-05 17:39:05.252035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error ut maiores.\",\"text\":\"We need to reboot the auxiliary SQL program!\"}"], ["created_at", "2016-10-05 17:39:05.252949"], ["updated_at", "2016-10-05 17:39:05.252949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem amet pariatur qui.\",\"text\":\"Try to synthesize the SAS transmitter, maybe it will index the optical feed!\"}"], ["created_at", "2016-10-05 17:39:05.253828"], ["updated_at", "2016-10-05 17:39:05.253828"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea labore distinctio quo.\",\"text\":\"The XSS bus is down, compress the online bus so we can copy the FTP array!\"}"], ["created_at", "2016-10-05 17:39:05.254720"], ["updated_at", "2016-10-05 17:39:05.254720"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum error aut.\",\"text\":\"Try to navigate the HDD bandwidth, maybe it will synthesize the virtual application!\"}"], ["created_at", "2016-10-05 17:39:05.255586"], ["updated_at", "2016-10-05 17:39:05.255586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias voluptas incidunt ut qui aut saepe animi.\",\"text\":\"Use the haptic SSL program, then you can compress the cross-platform firewall!\"}"], ["created_at", "2016-10-05 17:39:05.256458"], ["updated_at", "2016-10-05 17:39:05.256458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae aliquid nobis accusamus est.\",\"text\":\"Copying the driver won't do anything, we need to input the digital ram panel!\"}"], ["created_at", "2016-10-05 17:39:05.257332"], ["updated_at", "2016-10-05 17:39:05.257332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus error animi consequuntur.\",\"text\":\"Try to copy the AGP matrix, maybe it will program the haptic hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.258264"], ["updated_at", "2016-10-05 17:39:05.258264"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit ut ducimus ratione ut.\",\"text\":\"Try to connect the JBOD firewall, maybe it will program the wireless bus!\"}"], ["created_at", "2016-10-05 17:39:05.259226"], ["updated_at", "2016-10-05 17:39:05.259226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim rem minus omnis debitis iusto.\",\"text\":\"You can't quantify the application without connecting the virtual SCSI matrix!\"}"], ["created_at", "2016-10-05 17:39:05.260131"], ["updated_at", "2016-10-05 17:39:05.260131"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae laborum sapiente quaerat harum.\",\"text\":\"You can't navigate the protocol without overriding the online EXE matrix!\"}"], ["created_at", "2016-10-05 17:39:05.261015"], ["updated_at", "2016-10-05 17:39:05.261015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius dolores sed.\",\"text\":\"Parsing the circuit won't do anything, we need to program the solid state agp program!\"}"], ["created_at", "2016-10-05 17:39:05.261882"], ["updated_at", "2016-10-05 17:39:05.261882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus maiores reprehenderit suscipit sed.\",\"text\":\"The EXE application is down, index the virtual microchip so we can copy the JSON system!\"}"], ["created_at", "2016-10-05 17:39:05.262781"], ["updated_at", "2016-10-05 17:39:05.262781"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias deserunt quas.\",\"text\":\"You can't input the card without calculating the virtual HDD circuit!\"}"], ["created_at", "2016-10-05 17:39:05.263667"], ["updated_at", "2016-10-05 17:39:05.263667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae mollitia a facere est inventore nostrum totam.\",\"text\":\"You can't connect the capacitor without generating the 1080p JSON array!\"}"], ["created_at", "2016-10-05 17:39:05.264552"], ["updated_at", "2016-10-05 17:39:05.264552"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus non exercitationem eveniet nobis corporis.\",\"text\":\"We need to input the open-source CSS sensor!\"}"], ["created_at", "2016-10-05 17:39:05.265500"], ["updated_at", "2016-10-05 17:39:05.265500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa nobis voluptatem fugit nostrum.\",\"text\":\"Try to bypass the FTP monitor, maybe it will bypass the redundant matrix!\"}"], ["created_at", "2016-10-05 17:39:05.266423"], ["updated_at", "2016-10-05 17:39:05.266423"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia est quam.\",\"text\":\"We need to generate the virtual SDD array!\"}"], ["created_at", "2016-10-05 17:39:05.267320"], ["updated_at", "2016-10-05 17:39:05.267320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus omnis numquam nisi quasi earum.\",\"text\":\"You can't copy the bus without compressing the open-source PCI pixel!\"}"], ["created_at", "2016-10-05 17:39:05.268213"], ["updated_at", "2016-10-05 17:39:05.268213"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum exercitationem nihil sit eligendi omnis sint alias.\",\"text\":\"Copying the transmitter won't do anything, we need to calculate the open-source ai microchip!\"}"], ["created_at", "2016-10-05 17:39:05.269144"], ["updated_at", "2016-10-05 17:39:05.269144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim fuga omnis.\",\"text\":\"You can't back up the monitor without parsing the auxiliary PCI capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.270067"], ["updated_at", "2016-10-05 17:39:05.270067"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt error accusamus.\",\"text\":\"I'll index the neural AI system, that should matrix the ADP interface!\"}"], ["created_at", "2016-10-05 17:39:05.271011"], ["updated_at", "2016-10-05 17:39:05.271011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum aut laboriosam repudiandae.\",\"text\":\"We need to synthesize the online XSS card!\"}"], ["created_at", "2016-10-05 17:39:05.271904"], ["updated_at", "2016-10-05 17:39:05.271904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate id consectetur et aliquam qui est.\",\"text\":\"Parsing the alarm won't do anything, we need to copy the 1080p png driver!\"}"], ["created_at", "2016-10-05 17:39:05.272784"], ["updated_at", "2016-10-05 17:39:05.272784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error ea praesentium ex dolorem fugiat.\",\"text\":\"I'll calculate the primary RSS circuit, that should hard drive the FTP microchip!\"}"], ["created_at", "2016-10-05 17:39:05.273665"], ["updated_at", "2016-10-05 17:39:05.273665"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem quia aspernatur dolorum dolor quidem et.\",\"text\":\"Try to connect the CSS hard drive, maybe it will connect the virtual pixel!\"}"], ["created_at", "2016-10-05 17:39:05.274594"], ["updated_at", "2016-10-05 17:39:05.274594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium aperiam soluta et mollitia.\",\"text\":\"Use the solid state GB pixel, then you can reboot the digital microchip!\"}"], ["created_at", "2016-10-05 17:39:05.275492"], ["updated_at", "2016-10-05 17:39:05.275492"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat et sit dolor est debitis corrupti quibusdam.\",\"text\":\"Use the bluetooth TCP system, then you can override the virtual panel!\"}"], ["created_at", "2016-10-05 17:39:05.276443"], ["updated_at", "2016-10-05 17:39:05.276443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut quibusdam ut repudiandae suscipit.\",\"text\":\"Generating the port won't do anything, we need to transmit the cross-platform ssl port!\"}"], ["created_at", "2016-10-05 17:39:05.277349"], ["updated_at", "2016-10-05 17:39:05.277349"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non non qui eum et est praesentium ut.\",\"text\":\"You can't program the interface without hacking the online SDD matrix!\"}"], ["created_at", "2016-10-05 17:39:05.278242"], ["updated_at", "2016-10-05 17:39:05.278242"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut mollitia aut nemo aut ratione.\",\"text\":\"I'll calculate the auxiliary JSON protocol, that should card the JBOD monitor!\"}"], ["created_at", "2016-10-05 17:39:05.279160"], ["updated_at", "2016-10-05 17:39:05.279160"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut exercitationem quia sunt eum dolorem corporis id.\",\"text\":\"I'll generate the open-source TCP driver, that should alarm the SQL interface!\"}"], ["created_at", "2016-10-05 17:39:05.280076"], ["updated_at", "2016-10-05 17:39:05.280076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas impedit necessitatibus voluptatem sapiente ullam non.\",\"text\":\"Programming the alarm won't do anything, we need to hack the neural agp alarm!\"}"], ["created_at", "2016-10-05 17:39:05.281040"], ["updated_at", "2016-10-05 17:39:05.281040"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil tempore unde molestias consequuntur deleniti enim.\",\"text\":\"The RAM bandwidth is down, hack the optical circuit so we can transmit the IB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.281970"], ["updated_at", "2016-10-05 17:39:05.281970"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error dolor dignissimos iure qui expedita.\",\"text\":\"I'll bypass the 1080p JSON panel, that should monitor the XML monitor!\"}"], ["created_at", "2016-10-05 17:39:05.282930"], ["updated_at", "2016-10-05 17:39:05.282930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id ut voluptatem.\",\"text\":\"We need to calculate the open-source JSON pixel!\"}"], ["created_at", "2016-10-05 17:39:05.283837"], ["updated_at", "2016-10-05 17:39:05.283837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa quia et nihil autem itaque sapiente.\",\"text\":\"If we navigate the alarm, we can get to the THX matrix through the optical ADP feed!\"}"], ["created_at", "2016-10-05 17:39:05.284756"], ["updated_at", "2016-10-05 17:39:05.284756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur sapiente necessitatibus pariatur debitis aut.\",\"text\":\"I'll connect the mobile RSS application, that should protocol the RAM transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.285673"], ["updated_at", "2016-10-05 17:39:05.285673"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus eos enim dolores laboriosam vel soluta.\",\"text\":\"The SDD system is down, back up the wireless capacitor so we can calculate the FTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.286621"], ["updated_at", "2016-10-05 17:39:05.286621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus omnis assumenda voluptatem dolorum aut culpa.\",\"text\":\"Use the bluetooth COM array, then you can compress the online bus!\"}"], ["created_at", "2016-10-05 17:39:05.287525"], ["updated_at", "2016-10-05 17:39:05.287525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui expedita iste facere similique aut.\",\"text\":\"The THX port is down, copy the online bus so we can transmit the SSL hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.288423"], ["updated_at", "2016-10-05 17:39:05.288423"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam odio et qui labore alias qui omnis.\",\"text\":\"If we quantify the panel, we can get to the JSON alarm through the online SAS panel!\"}"], ["created_at", "2016-10-05 17:39:05.289326"], ["updated_at", "2016-10-05 17:39:05.289326"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex aut voluptas molestias qui.\",\"text\":\"Indexing the matrix won't do anything, we need to program the haptic exe protocol!\"}"], ["created_at", "2016-10-05 17:39:05.290236"], ["updated_at", "2016-10-05 17:39:05.290236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui ut excepturi voluptas est.\",\"text\":\"We need to reboot the open-source AGP microchip!\"}"], ["created_at", "2016-10-05 17:39:05.291158"], ["updated_at", "2016-10-05 17:39:05.291158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et officiis quis.\",\"text\":\"We need to calculate the primary SSL system!\"}"], ["created_at", "2016-10-05 17:39:05.292037"], ["updated_at", "2016-10-05 17:39:05.292037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut sed qui corrupti ducimus.\",\"text\":\"If we generate the bandwidth, we can get to the AI card through the 1080p IB sensor!\"}"], ["created_at", "2016-10-05 17:39:05.292942"], ["updated_at", "2016-10-05 17:39:05.292942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo assumenda debitis voluptates aspernatur.\",\"text\":\"We need to transmit the neural RSS interface!\"}"], ["created_at", "2016-10-05 17:39:05.293848"], ["updated_at", "2016-10-05 17:39:05.293848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat dolor fugit autem in.\",\"text\":\"I'll parse the wireless COM microchip, that should card the SMTP pixel!\"}"], ["created_at", "2016-10-05 17:39:05.294749"], ["updated_at", "2016-10-05 17:39:05.294749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat eveniet sapiente eligendi dolores nesciunt.\",\"text\":\"The FTP array is down, navigate the digital port so we can transmit the SCSI circuit!\"}"], ["created_at", "2016-10-05 17:39:05.295627"], ["updated_at", "2016-10-05 17:39:05.295627"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda maxime iusto.\",\"text\":\"Use the solid state SQL circuit, then you can calculate the open-source system!\"}"], ["created_at", "2016-10-05 17:39:05.296527"], ["updated_at", "2016-10-05 17:39:05.296527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit ut asperiores porro.\",\"text\":\"Try to back up the SDD transmitter, maybe it will bypass the primary sensor!\"}"], ["created_at", "2016-10-05 17:39:05.297421"], ["updated_at", "2016-10-05 17:39:05.297421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia non totam quae voluptas est earum.\",\"text\":\"We need to calculate the back-end XML port!\"}"], ["created_at", "2016-10-05 17:39:05.298368"], ["updated_at", "2016-10-05 17:39:05.298368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae laboriosam alias saepe est nihil enim.\",\"text\":\"We need to compress the neural SCSI sensor!\"}"], ["created_at", "2016-10-05 17:39:05.299267"], ["updated_at", "2016-10-05 17:39:05.299267"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga officiis vero nam quo sit.\",\"text\":\"Copying the capacitor won't do anything, we need to quantify the neural smtp driver!\"}"], ["created_at", "2016-10-05 17:39:05.300188"], ["updated_at", "2016-10-05 17:39:05.300188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod veritatis omnis sit qui quia.\",\"text\":\"Calculating the port won't do anything, we need to hack the primary ib hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.301124"], ["updated_at", "2016-10-05 17:39:05.301124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium odio facere placeat alias et saepe ut.\",\"text\":\"Use the auxiliary AGP capacitor, then you can calculate the back-end interface!\"}"], ["created_at", "2016-10-05 17:39:05.302021"], ["updated_at", "2016-10-05 17:39:05.302021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla omnis vitae consequatur qui.\",\"text\":\"If we generate the driver, we can get to the IB capacitor through the optical GB card!\"}"], ["created_at", "2016-10-05 17:39:05.302952"], ["updated_at", "2016-10-05 17:39:05.302952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat voluptas excepturi eum illo alias sit.\",\"text\":\"If we hack the sensor, we can get to the USB microchip through the solid state USB panel!\"}"], ["created_at", "2016-10-05 17:39:05.303869"], ["updated_at", "2016-10-05 17:39:05.303869"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore suscipit consequuntur quis.\",\"text\":\"You can't navigate the monitor without indexing the mobile JBOD port!\"}"], ["created_at", "2016-10-05 17:39:05.304776"], ["updated_at", "2016-10-05 17:39:05.304776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo accusantium nulla non.\",\"text\":\"The JSON card is down, synthesize the primary program so we can transmit the TCP circuit!\"}"], ["created_at", "2016-10-05 17:39:05.305694"], ["updated_at", "2016-10-05 17:39:05.305694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas harum ad et quidem debitis officia quia.\",\"text\":\"Use the back-end EXE application, then you can quantify the cross-platform pixel!\"}"], ["created_at", "2016-10-05 17:39:05.306608"], ["updated_at", "2016-10-05 17:39:05.306608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis quae qui voluptatem.\",\"text\":\"We need to bypass the digital XML transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.307551"], ["updated_at", "2016-10-05 17:39:05.307551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque officia dolorem est.\",\"text\":\"If we synthesize the monitor, we can get to the THX matrix through the bluetooth XML alarm!\"}"], ["created_at", "2016-10-05 17:39:05.308523"], ["updated_at", "2016-10-05 17:39:05.308523"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt repellendus debitis quos facere.\",\"text\":\"You can't quantify the system without parsing the cross-platform HTTP pixel!\"}"], ["created_at", "2016-10-05 17:39:05.318760"], ["updated_at", "2016-10-05 17:39:05.318760"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia quo eaque ratione est illo.\",\"text\":\"Use the neural RSS microchip, then you can quantify the open-source circuit!\"}"], ["created_at", "2016-10-05 17:39:05.319891"], ["updated_at", "2016-10-05 17:39:05.319891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est eius perferendis vero quis ut dolore repellendus.\",\"text\":\"You can't program the monitor without programming the 1080p THX bus!\"}"], ["created_at", "2016-10-05 17:39:05.320837"], ["updated_at", "2016-10-05 17:39:05.320837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo id qui laborum iusto voluptate cumque.\",\"text\":\"I'll bypass the bluetooth PNG circuit, that should port the SAS hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.321776"], ["updated_at", "2016-10-05 17:39:05.321776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi consequatur eius laborum commodi consequatur.\",\"text\":\"Backing up the monitor won't do anything, we need to index the bluetooth ram microchip!\"}"], ["created_at", "2016-10-05 17:39:05.322733"], ["updated_at", "2016-10-05 17:39:05.322733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque suscipit qui fugiat ut occaecati.\",\"text\":\"Connecting the alarm won't do anything, we need to compress the redundant ib circuit!\"}"], ["created_at", "2016-10-05 17:39:05.323613"], ["updated_at", "2016-10-05 17:39:05.323613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi quisquam ut officia commodi repellat fuga incidunt.\",\"text\":\"You can't parse the system without programming the auxiliary AI card!\"}"], ["created_at", "2016-10-05 17:39:05.324478"], ["updated_at", "2016-10-05 17:39:05.324478"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor neque magnam.\",\"text\":\"Use the bluetooth XSS array, then you can back up the haptic firewall!\"}"], ["created_at", "2016-10-05 17:39:05.325337"], ["updated_at", "2016-10-05 17:39:05.325337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero sed accusantium eum doloremque qui cum.\",\"text\":\"Quantifying the microchip won't do anything, we need to transmit the digital xml application!\"}"], ["created_at", "2016-10-05 17:39:05.326200"], ["updated_at", "2016-10-05 17:39:05.326200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga molestiae qui nostrum exercitationem et facere.\",\"text\":\"If we compress the protocol, we can get to the IB alarm through the cross-platform EXE matrix!\"}"], ["created_at", "2016-10-05 17:39:05.327078"], ["updated_at", "2016-10-05 17:39:05.327078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur cumque error eum.\",\"text\":\"We need to input the optical SSL program!\"}"], ["created_at", "2016-10-05 17:39:05.327936"], ["updated_at", "2016-10-05 17:39:05.327936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni et dolores.\",\"text\":\"Navigating the alarm won't do anything, we need to reboot the 1080p agp firewall!\"}"], ["created_at", "2016-10-05 17:39:05.328817"], ["updated_at", "2016-10-05 17:39:05.328817"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo quo illum doloribus iste architecto.\",\"text\":\"We need to copy the neural GB system!\"}"], ["created_at", "2016-10-05 17:39:05.329687"], ["updated_at", "2016-10-05 17:39:05.329687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi dolorum repellendus.\",\"text\":\"Navigating the circuit won't do anything, we need to index the digital ram microchip!\"}"], ["created_at", "2016-10-05 17:39:05.330544"], ["updated_at", "2016-10-05 17:39:05.330544"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore sequi fugiat.\",\"text\":\"If we override the monitor, we can get to the SAS matrix through the virtual IB feed!\"}"], ["created_at", "2016-10-05 17:39:05.331413"], ["updated_at", "2016-10-05 17:39:05.331413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur quia ea distinctio repudiandae commodi et.\",\"text\":\"I'll copy the optical TCP array, that should application the SMS transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.332262"], ["updated_at", "2016-10-05 17:39:05.332262"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea sit dolorum consectetur voluptatem enim occaecati.\",\"text\":\"Use the primary SMTP firewall, then you can input the digital application!\"}"], ["created_at", "2016-10-05 17:39:05.333114"], ["updated_at", "2016-10-05 17:39:05.333114"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab est minima sit architecto sapiente nam dicta.\",\"text\":\"The PNG application is down, connect the haptic feed so we can program the PNG transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.333996"], ["updated_at", "2016-10-05 17:39:05.333996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem animi est id dignissimos voluptatum.\",\"text\":\"If we compress the protocol, we can get to the TCP panel through the neural AGP alarm!\"}"], ["created_at", "2016-10-05 17:39:05.334892"], ["updated_at", "2016-10-05 17:39:05.334892"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum facere velit eum.\",\"text\":\"If we generate the system, we can get to the AGP card through the cross-platform SQL circuit!\"}"], ["created_at", "2016-10-05 17:39:05.335768"], ["updated_at", "2016-10-05 17:39:05.335768"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores accusantium dolore.\",\"text\":\"The HTTP alarm is down, index the redundant system so we can navigate the GB sensor!\"}"], ["created_at", "2016-10-05 17:39:05.336723"], ["updated_at", "2016-10-05 17:39:05.336723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum mollitia tempora officia.\",\"text\":\"Use the multi-byte CSS interface, then you can parse the wireless array!\"}"], ["created_at", "2016-10-05 17:39:05.337596"], ["updated_at", "2016-10-05 17:39:05.337596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit quia sed optio molestiae nesciunt dignissimos.\",\"text\":\"If we generate the alarm, we can get to the AI firewall through the open-source HTTP feed!\"}"], ["created_at", "2016-10-05 17:39:05.338535"], ["updated_at", "2016-10-05 17:39:05.338535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti fugit ut facere accusamus.\",\"text\":\"Use the virtual XSS circuit, then you can navigate the wireless interface!\"}"], ["created_at", "2016-10-05 17:39:05.339397"], ["updated_at", "2016-10-05 17:39:05.339397"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia dolores consectetur ut et.\",\"text\":\"You can't back up the sensor without overriding the neural HDD firewall!\"}"], ["created_at", "2016-10-05 17:39:05.340263"], ["updated_at", "2016-10-05 17:39:05.340263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint veritatis consequuntur.\",\"text\":\"Calculating the matrix won't do anything, we need to input the virtual sql port!\"}"], ["created_at", "2016-10-05 17:39:05.341123"], ["updated_at", "2016-10-05 17:39:05.341123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur sunt aliquid dolorum occaecati libero nihil consequuntur.\",\"text\":\"Use the online IB port, then you can input the open-source bus!\"}"], ["created_at", "2016-10-05 17:39:05.342046"], ["updated_at", "2016-10-05 17:39:05.342046"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea qui sed rerum.\",\"text\":\"The SQL firewall is down, bypass the primary bandwidth so we can override the PNG transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.343035"], ["updated_at", "2016-10-05 17:39:05.343035"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae veritatis et nostrum.\",\"text\":\"The SSL program is down, back up the multi-byte feed so we can index the EXE sensor!\"}"], ["created_at", "2016-10-05 17:39:05.344173"], ["updated_at", "2016-10-05 17:39:05.344173"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut iusto error illum rerum.\",\"text\":\"Try to compress the AGP port, maybe it will quantify the cross-platform protocol!\"}"], ["created_at", "2016-10-05 17:39:05.345445"], ["updated_at", "2016-10-05 17:39:05.345445"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste officiis aut aut autem fuga consequatur non.\",\"text\":\"Hacking the transmitter won't do anything, we need to index the primary thx driver!\"}"], ["created_at", "2016-10-05 17:39:05.347243"], ["updated_at", "2016-10-05 17:39:05.347243"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum quis et dolores est facere suscipit.\",\"text\":\"We need to parse the virtual XSS matrix!\"}"], ["created_at", "2016-10-05 17:39:05.348996"], ["updated_at", "2016-10-05 17:39:05.348996"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque ipsa et.\",\"text\":\"Try to input the USB transmitter, maybe it will hack the neural firewall!\"}"], ["created_at", "2016-10-05 17:39:05.350824"], ["updated_at", "2016-10-05 17:39:05.350824"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet ipsam quia voluptatum ea beatae alias voluptas.\",\"text\":\"Try to copy the FTP bus, maybe it will bypass the mobile bus!\"}"], ["created_at", "2016-10-05 17:39:05.354926"], ["updated_at", "2016-10-05 17:39:05.354926"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis doloribus veniam.\",\"text\":\"We need to program the back-end SMS port!\"}"], ["created_at", "2016-10-05 17:39:05.356189"], ["updated_at", "2016-10-05 17:39:05.356189"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga accusantium ex fugiat dolores sapiente molestiae harum.\",\"text\":\"If we calculate the driver, we can get to the PCI array through the haptic SDD protocol!\"}"], ["created_at", "2016-10-05 17:39:05.357291"], ["updated_at", "2016-10-05 17:39:05.357291"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet aut dolorum voluptas aperiam non.\",\"text\":\"You can't parse the feed without programming the multi-byte IB matrix!\"}"], ["created_at", "2016-10-05 17:39:05.358358"], ["updated_at", "2016-10-05 17:39:05.358358"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias odio consequatur consequatur dolor.\",\"text\":\"We need to index the auxiliary HDD bus!\"}"], ["created_at", "2016-10-05 17:39:05.359526"], ["updated_at", "2016-10-05 17:39:05.359526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat est laudantium vel nihil ad nemo distinctio.\",\"text\":\"I'll hack the neural FTP firewall, that should matrix the FTP pixel!\"}"], ["created_at", "2016-10-05 17:39:05.360738"], ["updated_at", "2016-10-05 17:39:05.360738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed id nemo voluptatem iusto eligendi consequatur aperiam.\",\"text\":\"I'll parse the multi-byte SMS bandwidth, that should pixel the PCI application!\"}"], ["created_at", "2016-10-05 17:39:05.361723"], ["updated_at", "2016-10-05 17:39:05.361723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda eius sunt possimus dolorem nam nihil.\",\"text\":\"If we reboot the matrix, we can get to the AGP bandwidth through the haptic COM capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.362656"], ["updated_at", "2016-10-05 17:39:05.362656"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque ex hic odit voluptates nihil voluptas.\",\"text\":\"If we back up the interface, we can get to the AI bandwidth through the haptic JBOD feed!\"}"], ["created_at", "2016-10-05 17:39:05.363540"], ["updated_at", "2016-10-05 17:39:05.363540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti iure voluptatum placeat a qui.\",\"text\":\"You can't quantify the system without hacking the 1080p SSL transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.364397"], ["updated_at", "2016-10-05 17:39:05.364397"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero animi quisquam omnis et repudiandae fugiat.\",\"text\":\"If we transmit the protocol, we can get to the JBOD panel through the haptic SAS pixel!\"}"], ["created_at", "2016-10-05 17:39:05.365279"], ["updated_at", "2016-10-05 17:39:05.365279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos ex officia voluptatem.\",\"text\":\"Parsing the hard drive won't do anything, we need to reboot the haptic ai driver!\"}"], ["created_at", "2016-10-05 17:39:05.366143"], ["updated_at", "2016-10-05 17:39:05.366143"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui amet illum esse.\",\"text\":\"The EXE system is down, calculate the wireless card so we can bypass the PCI matrix!\"}"], ["created_at", "2016-10-05 17:39:05.367048"], ["updated_at", "2016-10-05 17:39:05.367048"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem molestias qui magni amet.\",\"text\":\"The SAS pixel is down, hack the optical hard drive so we can generate the GB port!\"}"], ["created_at", "2016-10-05 17:39:05.367902"], ["updated_at", "2016-10-05 17:39:05.367902"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod sed omnis quam.\",\"text\":\"Quantifying the driver won't do anything, we need to input the open-source exe interface!\"}"], ["created_at", "2016-10-05 17:39:05.368812"], ["updated_at", "2016-10-05 17:39:05.368812"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum mollitia ab labore ea cupiditate rem.\",\"text\":\"We need to compress the mobile SSL system!\"}"], ["created_at", "2016-10-05 17:39:05.369737"], ["updated_at", "2016-10-05 17:39:05.369737"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis ratione porro voluptate suscipit qui dolor tenetur.\",\"text\":\"We need to calculate the solid state SCSI sensor!\"}"], ["created_at", "2016-10-05 17:39:05.371351"], ["updated_at", "2016-10-05 17:39:05.371351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae quia nisi atque.\",\"text\":\"You can't synthesize the matrix without overriding the open-source COM protocol!\"}"], ["created_at", "2016-10-05 17:39:05.372644"], ["updated_at", "2016-10-05 17:39:05.372644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa eaque pariatur.\",\"text\":\"The SDD bandwidth is down, back up the cross-platform transmitter so we can navigate the GB application!\"}"], ["created_at", "2016-10-05 17:39:05.373620"], ["updated_at", "2016-10-05 17:39:05.373620"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio quo possimus aliquam.\",\"text\":\"If we navigate the alarm, we can get to the RSS microchip through the wireless USB transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.374556"], ["updated_at", "2016-10-05 17:39:05.374556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem tenetur nisi officiis id et veritatis ex.\",\"text\":\"If we index the capacitor, we can get to the COM transmitter through the mobile AI microchip!\"}"], ["created_at", "2016-10-05 17:39:05.375477"], ["updated_at", "2016-10-05 17:39:05.375477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum in ut reprehenderit qui sit sapiente.\",\"text\":\"If we copy the capacitor, we can get to the GB monitor through the redundant USB alarm!\"}"], ["created_at", "2016-10-05 17:39:05.376620"], ["updated_at", "2016-10-05 17:39:05.376620"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut at ab beatae consequatur facere qui.\",\"text\":\"We need to index the online AI hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.377548"], ["updated_at", "2016-10-05 17:39:05.377548"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque et placeat dolorem eos veniam accusantium voluptas.\",\"text\":\"Use the virtual HDD feed, then you can reboot the solid state transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.378451"], ["updated_at", "2016-10-05 17:39:05.378451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel beatae placeat.\",\"text\":\"Use the multi-byte SAS firewall, then you can index the multi-byte program!\"}"], ["created_at", "2016-10-05 17:39:05.379338"], ["updated_at", "2016-10-05 17:39:05.379338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi alias accusamus tenetur et.\",\"text\":\"Generating the alarm won't do anything, we need to override the haptic ram microchip!\"}"], ["created_at", "2016-10-05 17:39:05.380188"], ["updated_at", "2016-10-05 17:39:05.380188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione debitis mollitia quisquam sit culpa.\",\"text\":\"You can't compress the sensor without quantifying the solid state CSS port!\"}"], ["created_at", "2016-10-05 17:39:05.381040"], ["updated_at", "2016-10-05 17:39:05.381040"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut consequatur iure.\",\"text\":\"If we navigate the card, we can get to the EXE microchip through the primary JBOD interface!\"}"], ["created_at", "2016-10-05 17:39:05.381891"], ["updated_at", "2016-10-05 17:39:05.381891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut enim consequatur non doloremque rem.\",\"text\":\"Use the multi-byte PCI array, then you can index the digital bus!\"}"], ["created_at", "2016-10-05 17:39:05.382762"], ["updated_at", "2016-10-05 17:39:05.382762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quam aliquid similique quos.\",\"text\":\"Try to index the EXE matrix, maybe it will input the bluetooth sensor!\"}"], ["created_at", "2016-10-05 17:39:05.383624"], ["updated_at", "2016-10-05 17:39:05.383624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse voluptas in est repellendus.\",\"text\":\"Use the virtual COM feed, then you can transmit the back-end card!\"}"], ["created_at", "2016-10-05 17:39:05.384481"], ["updated_at", "2016-10-05 17:39:05.384481"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat eum et similique.\",\"text\":\"If we bypass the circuit, we can get to the JSON port through the online GB microchip!\"}"], ["created_at", "2016-10-05 17:39:05.385345"], ["updated_at", "2016-10-05 17:39:05.385345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius necessitatibus incidunt autem ad voluptatem neque.\",\"text\":\"Use the digital IB microchip, then you can index the mobile capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.386211"], ["updated_at", "2016-10-05 17:39:05.386211"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor veniam odio sed incidunt aut dignissimos.\",\"text\":\"I'll copy the digital TCP microchip, that should feed the SAS matrix!\"}"], ["created_at", "2016-10-05 17:39:05.387139"], ["updated_at", "2016-10-05 17:39:05.387139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio omnis omnis.\",\"text\":\"I'll reboot the wireless GB port, that should program the RAM card!\"}"], ["created_at", "2016-10-05 17:39:05.387990"], ["updated_at", "2016-10-05 17:39:05.387990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste et qui reprehenderit.\",\"text\":\"We need to connect the wireless THX transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.388845"], ["updated_at", "2016-10-05 17:39:05.388845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil officia vel sequi quo neque iure.\",\"text\":\"I'll back up the virtual COM program, that should transmitter the PNG card!\"}"], ["created_at", "2016-10-05 17:39:05.389695"], ["updated_at", "2016-10-05 17:39:05.389695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum ut ut.\",\"text\":\"Use the neural PCI monitor, then you can calculate the multi-byte card!\"}"], ["created_at", "2016-10-05 17:39:05.390590"], ["updated_at", "2016-10-05 17:39:05.390590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta cum recusandae.\",\"text\":\"You can't quantify the array without parsing the back-end USB panel!\"}"], ["created_at", "2016-10-05 17:39:05.391448"], ["updated_at", "2016-10-05 17:39:05.391448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam nihil quia nemo.\",\"text\":\"Use the cross-platform SQL hard drive, then you can back up the neural sensor!\"}"], ["created_at", "2016-10-05 17:39:05.392298"], ["updated_at", "2016-10-05 17:39:05.392298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum et voluptatem eius tenetur temporibus.\",\"text\":\"You can't bypass the circuit without quantifying the redundant IB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.393214"], ["updated_at", "2016-10-05 17:39:05.393214"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut temporibus vero quos adipisci incidunt et.\",\"text\":\"You can't navigate the capacitor without generating the 1080p RAM circuit!\"}"], ["created_at", "2016-10-05 17:39:05.394095"], ["updated_at", "2016-10-05 17:39:05.394095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit impedit vitae nihil voluptatem magni.\",\"text\":\"If we index the program, we can get to the ADP panel through the digital SAS pixel!\"}"], ["created_at", "2016-10-05 17:39:05.395011"], ["updated_at", "2016-10-05 17:39:05.395011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis rem recusandae.\",\"text\":\"We need to copy the redundant RSS sensor!\"}"], ["created_at", "2016-10-05 17:39:05.395869"], ["updated_at", "2016-10-05 17:39:05.395869"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt magni qui a ipsa aut.\",\"text\":\"Calculating the microchip won't do anything, we need to copy the neural tcp pixel!\"}"], ["created_at", "2016-10-05 17:39:05.396724"], ["updated_at", "2016-10-05 17:39:05.396724"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui maiores iste rerum quidem voluptatibus et.\",\"text\":\"Use the neural HTTP matrix, then you can generate the solid state sensor!\"}"], ["created_at", "2016-10-05 17:39:05.397582"], ["updated_at", "2016-10-05 17:39:05.397582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam sit et nihil qui nostrum dolores quo.\",\"text\":\"Hacking the firewall won't do anything, we need to transmit the primary ib card!\"}"], ["created_at", "2016-10-05 17:39:05.398448"], ["updated_at", "2016-10-05 17:39:05.398448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi labore optio.\",\"text\":\"We need to parse the multi-byte GB array!\"}"], ["created_at", "2016-10-05 17:39:05.399304"], ["updated_at", "2016-10-05 17:39:05.399304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab repudiandae voluptatum.\",\"text\":\"Use the bluetooth PCI port, then you can navigate the open-source circuit!\"}"], ["created_at", "2016-10-05 17:39:05.400159"], ["updated_at", "2016-10-05 17:39:05.400159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et hic delectus et earum repellat pariatur enim.\",\"text\":\"I'll calculate the digital TCP port, that should sensor the SCSI application!\"}"], ["created_at", "2016-10-05 17:39:05.401030"], ["updated_at", "2016-10-05 17:39:05.401030"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur culpa exercitationem aut amet.\",\"text\":\"You can't override the monitor without bypassing the bluetooth USB capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.401940"], ["updated_at", "2016-10-05 17:39:05.401940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia odio sunt fuga ipsa eaque ut.\",\"text\":\"Generating the firewall won't do anything, we need to reboot the auxiliary adp bus!\"}"], ["created_at", "2016-10-05 17:39:05.402822"], ["updated_at", "2016-10-05 17:39:05.402822"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium enim enim sint labore.\",\"text\":\"Use the optical SSL transmitter, then you can hack the open-source bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.403672"], ["updated_at", "2016-10-05 17:39:05.403672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident corporis qui ab aut optio eaque quos.\",\"text\":\"Try to back up the RSS bus, maybe it will calculate the primary firewall!\"}"], ["created_at", "2016-10-05 17:39:05.404535"], ["updated_at", "2016-10-05 17:39:05.404535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil qui aut excepturi.\",\"text\":\"I'll generate the redundant USB bandwidth, that should protocol the SMS bus!\"}"], ["created_at", "2016-10-05 17:39:05.405387"], ["updated_at", "2016-10-05 17:39:05.405387"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quaerat minima quidem delectus iure necessitatibus quo.\",\"text\":\"If we compress the program, we can get to the FTP transmitter through the optical SDD driver!\"}"], ["created_at", "2016-10-05 17:39:05.406237"], ["updated_at", "2016-10-05 17:39:05.406237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione corrupti ad accusantium perspiciatis dolorem.\",\"text\":\"Use the online ADP protocol, then you can program the auxiliary program!\"}"], ["created_at", "2016-10-05 17:39:05.407104"], ["updated_at", "2016-10-05 17:39:05.407104"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum nihil reiciendis.\",\"text\":\"You can't bypass the hard drive without connecting the optical HDD firewall!\"}"], ["created_at", "2016-10-05 17:39:05.407978"], ["updated_at", "2016-10-05 17:39:05.407978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate pariatur perferendis aut explicabo sed.\",\"text\":\"If we override the bus, we can get to the SSL bandwidth through the auxiliary SDD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.408871"], ["updated_at", "2016-10-05 17:39:05.408871"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem temporibus odio qui est consequatur.\",\"text\":\"If we connect the pixel, we can get to the SQL card through the haptic CSS sensor!\"}"], ["created_at", "2016-10-05 17:39:05.409743"], ["updated_at", "2016-10-05 17:39:05.409743"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam id amet.\",\"text\":\"We need to program the online CSS capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.410622"], ["updated_at", "2016-10-05 17:39:05.410622"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam voluptates ratione autem eligendi quia rerum recusandae.\",\"text\":\"If we index the sensor, we can get to the JSON alarm through the multi-byte SMS sensor!\"}"], ["created_at", "2016-10-05 17:39:05.411491"], ["updated_at", "2016-10-05 17:39:05.411491"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe non voluptatum in aliquid minima ut assumenda.\",\"text\":\"Use the virtual JSON sensor, then you can navigate the optical application!\"}"], ["created_at", "2016-10-05 17:39:05.412348"], ["updated_at", "2016-10-05 17:39:05.412348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti labore fugiat repellat.\",\"text\":\"If we program the protocol, we can get to the SCSI microchip through the 1080p SQL capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.413208"], ["updated_at", "2016-10-05 17:39:05.413208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam consequuntur quas.\",\"text\":\"Try to transmit the JBOD panel, maybe it will back up the back-end microchip!\"}"], ["created_at", "2016-10-05 17:39:05.414064"], ["updated_at", "2016-10-05 17:39:05.414064"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente error molestiae amet quam.\",\"text\":\"I'll program the optical FTP capacitor, that should protocol the SCSI circuit!\"}"], ["created_at", "2016-10-05 17:39:05.414925"], ["updated_at", "2016-10-05 17:39:05.414925"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat in pariatur sit omnis.\",\"text\":\"The CSS monitor is down, parse the wireless circuit so we can compress the SMTP program!\"}"], ["created_at", "2016-10-05 17:39:05.415780"], ["updated_at", "2016-10-05 17:39:05.415780"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor sint alias autem omnis rerum recusandae.\",\"text\":\"Use the open-source SQL alarm, then you can synthesize the wireless alarm!\"}"], ["created_at", "2016-10-05 17:39:05.416633"], ["updated_at", "2016-10-05 17:39:05.416633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid repellat ut et laborum est.\",\"text\":\"Compressing the bandwidth won't do anything, we need to generate the bluetooth sms circuit!\"}"], ["created_at", "2016-10-05 17:39:05.417488"], ["updated_at", "2016-10-05 17:39:05.417488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et voluptatem deserunt quis.\",\"text\":\"I'll synthesize the solid state HTTP system, that should bus the GB feed!\"}"], ["created_at", "2016-10-05 17:39:05.418370"], ["updated_at", "2016-10-05 17:39:05.418370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel facere et est dolores voluptate pariatur minus.\",\"text\":\"The USB pixel is down, reboot the redundant panel so we can back up the USB pixel!\"}"], ["created_at", "2016-10-05 17:39:05.419249"], ["updated_at", "2016-10-05 17:39:05.419249"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae optio temporibus aliquam quo iste.\",\"text\":\"You can't override the microchip without compressing the back-end SDD alarm!\"}"], ["created_at", "2016-10-05 17:39:05.420105"], ["updated_at", "2016-10-05 17:39:05.420105"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima rerum mollitia provident pariatur eum sequi.\",\"text\":\"If we copy the bus, we can get to the SQL microchip through the multi-byte RSS transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.420958"], ["updated_at", "2016-10-05 17:39:05.420958"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et velit quisquam ipsum qui reprehenderit.\",\"text\":\"Compressing the matrix won't do anything, we need to override the solid state gb circuit!\"}"], ["created_at", "2016-10-05 17:39:05.421812"], ["updated_at", "2016-10-05 17:39:05.421812"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis non qui.\",\"text\":\"Try to back up the IB panel, maybe it will calculate the solid state driver!\"}"], ["created_at", "2016-10-05 17:39:05.422810"], ["updated_at", "2016-10-05 17:39:05.422810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius aut facilis assumenda rem molestias.\",\"text\":\"If we override the system, we can get to the PCI alarm through the cross-platform SMS firewall!\"}"], ["created_at", "2016-10-05 17:39:05.423782"], ["updated_at", "2016-10-05 17:39:05.423782"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos voluptatem autem et et molestiae provident architecto.\",\"text\":\"Transmitting the port won't do anything, we need to quantify the auxiliary sql protocol!\"}"], ["created_at", "2016-10-05 17:39:05.424716"], ["updated_at", "2016-10-05 17:39:05.424716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis ut voluptatibus fuga praesentium autem cumque.\",\"text\":\"Copying the pixel won't do anything, we need to hack the primary xml matrix!\"}"], ["created_at", "2016-10-05 17:39:05.425674"], ["updated_at", "2016-10-05 17:39:05.425674"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum explicabo illum voluptatem quo quidem ut.\",\"text\":\"If we copy the monitor, we can get to the TCP circuit through the back-end IB microchip!\"}"], ["created_at", "2016-10-05 17:39:05.426644"], ["updated_at", "2016-10-05 17:39:05.426644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi quia a.\",\"text\":\"We need to transmit the back-end AGP sensor!\"}"], ["created_at", "2016-10-05 17:39:05.427569"], ["updated_at", "2016-10-05 17:39:05.427569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur aut velit et.\",\"text\":\"We need to back up the cross-platform TCP bus!\"}"], ["created_at", "2016-10-05 17:39:05.428495"], ["updated_at", "2016-10-05 17:39:05.428495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis harum adipisci aperiam ut eos.\",\"text\":\"The SMS pixel is down, back up the wireless hard drive so we can program the CSS bus!\"}"], ["created_at", "2016-10-05 17:39:05.429426"], ["updated_at", "2016-10-05 17:39:05.429426"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio sunt quisquam quo explicabo et autem.\",\"text\":\"Try to generate the EXE alarm, maybe it will program the primary circuit!\"}"], ["created_at", "2016-10-05 17:39:05.430359"], ["updated_at", "2016-10-05 17:39:05.430359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non repellat nemo necessitatibus perferendis hic id illo.\",\"text\":\"I'll synthesize the wireless HDD port, that should alarm the USB panel!\"}"], ["created_at", "2016-10-05 17:39:05.431289"], ["updated_at", "2016-10-05 17:39:05.431289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto sed aperiam fugiat qui veritatis non consequatur.\",\"text\":\"Try to bypass the HTTP interface, maybe it will reboot the auxiliary bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.432211"], ["updated_at", "2016-10-05 17:39:05.432211"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut ipsum corrupti molestiae et recusandae.\",\"text\":\"If we program the circuit, we can get to the CSS driver through the open-source HDD hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.433161"], ["updated_at", "2016-10-05 17:39:05.433161"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et consequatur esse aut eligendi et.\",\"text\":\"I'll index the mobile RSS driver, that should protocol the JBOD system!\"}"], ["created_at", "2016-10-05 17:39:05.434181"], ["updated_at", "2016-10-05 17:39:05.434181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad ea velit nostrum eligendi.\",\"text\":\"We need to generate the optical RAM application!\"}"], ["created_at", "2016-10-05 17:39:05.435140"], ["updated_at", "2016-10-05 17:39:05.435140"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate numquam id autem magnam.\",\"text\":\"Try to calculate the ADP application, maybe it will hack the open-source panel!\"}"], ["created_at", "2016-10-05 17:39:05.436073"], ["updated_at", "2016-10-05 17:39:05.436073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius minima voluptatum.\",\"text\":\"We need to back up the back-end AI circuit!\"}"], ["created_at", "2016-10-05 17:39:05.437010"], ["updated_at", "2016-10-05 17:39:05.437010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut commodi ut et.\",\"text\":\"We need to quantify the haptic SCSI matrix!\"}"], ["created_at", "2016-10-05 17:39:05.437915"], ["updated_at", "2016-10-05 17:39:05.437915"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur illo nam architecto autem ex quia laudantium.\",\"text\":\"I'll quantify the redundant TCP bus, that should hard drive the SMTP monitor!\"}"], ["created_at", "2016-10-05 17:39:05.438805"], ["updated_at", "2016-10-05 17:39:05.438805"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita fuga reiciendis eius nemo possimus ex quia.\",\"text\":\"Try to parse the AI array, maybe it will connect the neural alarm!\"}"], ["created_at", "2016-10-05 17:39:05.439723"], ["updated_at", "2016-10-05 17:39:05.439723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid expedita earum.\",\"text\":\"Connecting the card won't do anything, we need to input the haptic thx card!\"}"], ["created_at", "2016-10-05 17:39:05.440596"], ["updated_at", "2016-10-05 17:39:05.440596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut animi error suscipit.\",\"text\":\"If we index the monitor, we can get to the IB monitor through the virtual SCSI array!\"}"], ["created_at", "2016-10-05 17:39:05.441485"], ["updated_at", "2016-10-05 17:39:05.441485"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores quia vitae totam.\",\"text\":\"The COM transmitter is down, navigate the haptic monitor so we can hack the GB array!\"}"], ["created_at", "2016-10-05 17:39:05.442367"], ["updated_at", "2016-10-05 17:39:05.442367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui eveniet et quo sed.\",\"text\":\"I'll quantify the neural PCI bus, that should monitor the SCSI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.443289"], ["updated_at", "2016-10-05 17:39:05.443289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde ipsam libero consequatur ut excepturi sapiente voluptatem.\",\"text\":\"If we bypass the monitor, we can get to the SAS bus through the redundant SMS alarm!\"}"], ["created_at", "2016-10-05 17:39:05.444149"], ["updated_at", "2016-10-05 17:39:05.444149"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus aut dolore tenetur odit voluptates ab cum.\",\"text\":\"Overriding the hard drive won't do anything, we need to quantify the wireless sas pixel!\"}"], ["created_at", "2016-10-05 17:39:05.445002"], ["updated_at", "2016-10-05 17:39:05.445002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus ad est dicta incidunt quia.\",\"text\":\"Try to index the SSL array, maybe it will input the haptic sensor!\"}"], ["created_at", "2016-10-05 17:39:05.445855"], ["updated_at", "2016-10-05 17:39:05.445855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut dolor neque qui iusto voluptas.\",\"text\":\"We need to compress the auxiliary AGP system!\"}"], ["created_at", "2016-10-05 17:39:05.446722"], ["updated_at", "2016-10-05 17:39:05.446722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore reprehenderit atque tempora ex voluptas.\",\"text\":\"Transmitting the alarm won't do anything, we need to program the cross-platform usb card!\"}"], ["created_at", "2016-10-05 17:39:05.447595"], ["updated_at", "2016-10-05 17:39:05.447595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident voluptatem sed nobis qui.\",\"text\":\"I'll compress the bluetooth ADP program, that should bus the SSL card!\"}"], ["created_at", "2016-10-05 17:39:05.448446"], ["updated_at", "2016-10-05 17:39:05.448446"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit sint voluptatem sapiente sit excepturi.\",\"text\":\"We need to quantify the haptic HDD application!\"}"], ["created_at", "2016-10-05 17:39:05.449380"], ["updated_at", "2016-10-05 17:39:05.449380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum possimus dolorem.\",\"text\":\"Try to parse the CSS bus, maybe it will transmit the bluetooth card!\"}"], ["created_at", "2016-10-05 17:39:05.450277"], ["updated_at", "2016-10-05 17:39:05.450277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor et iure animi reprehenderit porro nam.\",\"text\":\"The COM microchip is down, back up the online driver so we can copy the SDD microchip!\"}"], ["created_at", "2016-10-05 17:39:05.451187"], ["updated_at", "2016-10-05 17:39:05.451187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione occaecati at.\",\"text\":\"Use the cross-platform JSON alarm, then you can transmit the primary driver!\"}"], ["created_at", "2016-10-05 17:39:05.452059"], ["updated_at", "2016-10-05 17:39:05.452059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam hic est exercitationem qui sint earum.\",\"text\":\"If we connect the matrix, we can get to the FTP alarm through the virtual TCP alarm!\"}"], ["created_at", "2016-10-05 17:39:05.452920"], ["updated_at", "2016-10-05 17:39:05.452920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum et asperiores dolorum sit.\",\"text\":\"I'll quantify the cross-platform HTTP bus, that should sensor the CSS matrix!\"}"], ["created_at", "2016-10-05 17:39:05.453772"], ["updated_at", "2016-10-05 17:39:05.453772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti eum repellendus sit consequuntur iste.\",\"text\":\"Use the online XSS bandwidth, then you can quantify the auxiliary feed!\"}"], ["created_at", "2016-10-05 17:39:05.454636"], ["updated_at", "2016-10-05 17:39:05.454636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam nostrum incidunt libero excepturi aspernatur explicabo.\",\"text\":\"I'll transmit the cross-platform SMS sensor, that should alarm the XML array!\"}"], ["created_at", "2016-10-05 17:39:05.455501"], ["updated_at", "2016-10-05 17:39:05.455501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A omnis vero ullam.\",\"text\":\"I'll back up the haptic AI alarm, that should pixel the SCSI driver!\"}"], ["created_at", "2016-10-05 17:39:05.456362"], ["updated_at", "2016-10-05 17:39:05.456362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi nihil possimus assumenda eaque sit.\",\"text\":\"Generating the port won't do anything, we need to parse the open-source tcp matrix!\"}"], ["created_at", "2016-10-05 17:39:05.457210"], ["updated_at", "2016-10-05 17:39:05.457210"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel minima sed.\",\"text\":\"Try to hack the PNG feed, maybe it will copy the cross-platform panel!\"}"], ["created_at", "2016-10-05 17:39:05.458057"], ["updated_at", "2016-10-05 17:39:05.458057"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et qui officia animi et voluptatem nobis atque.\",\"text\":\"I'll synthesize the bluetooth PNG card, that should panel the SQL sensor!\"}"], ["created_at", "2016-10-05 17:39:05.458942"], ["updated_at", "2016-10-05 17:39:05.458942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui asperiores inventore velit in.\",\"text\":\"Bypassing the transmitter won't do anything, we need to hack the mobile thx program!\"}"], ["created_at", "2016-10-05 17:39:05.459807"], ["updated_at", "2016-10-05 17:39:05.459807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui aut ipsa commodi et.\",\"text\":\"If we index the matrix, we can get to the CSS circuit through the digital USB program!\"}"], ["created_at", "2016-10-05 17:39:05.460719"], ["updated_at", "2016-10-05 17:39:05.460719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus voluptas illo aut.\",\"text\":\"Try to parse the RSS transmitter, maybe it will program the neural matrix!\"}"], ["created_at", "2016-10-05 17:39:05.461608"], ["updated_at", "2016-10-05 17:39:05.461608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus incidunt eum.\",\"text\":\"Try to copy the CSS alarm, maybe it will transmit the wireless protocol!\"}"], ["created_at", "2016-10-05 17:39:05.462501"], ["updated_at", "2016-10-05 17:39:05.462501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat eligendi vel voluptatem voluptas iure sint sequi.\",\"text\":\"If we program the alarm, we can get to the CSS transmitter through the neural HTTP alarm!\"}"], ["created_at", "2016-10-05 17:39:05.463367"], ["updated_at", "2016-10-05 17:39:05.463367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias sed rerum necessitatibus est exercitationem eos.\",\"text\":\"Try to connect the THX hard drive, maybe it will hack the neural firewall!\"}"], ["created_at", "2016-10-05 17:39:05.464235"], ["updated_at", "2016-10-05 17:39:05.464235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit laboriosam dicta enim.\",\"text\":\"You can't override the feed without overriding the wireless RAM bus!\"}"], ["created_at", "2016-10-05 17:39:05.465104"], ["updated_at", "2016-10-05 17:39:05.465104"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quas officia sint nisi laudantium.\",\"text\":\"Use the primary HTTP sensor, then you can back up the virtual bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.465956"], ["updated_at", "2016-10-05 17:39:05.465956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae eum est quasi quo et ut.\",\"text\":\"I'll back up the virtual XSS port, that should feed the SAS card!\"}"], ["created_at", "2016-10-05 17:39:05.466876"], ["updated_at", "2016-10-05 17:39:05.466876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam cupiditate vero enim saepe et laboriosam velit.\",\"text\":\"Use the virtual AI circuit, then you can copy the optical microchip!\"}"], ["created_at", "2016-10-05 17:39:05.467734"], ["updated_at", "2016-10-05 17:39:05.467734"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore omnis natus eaque assumenda.\",\"text\":\"Connecting the driver won't do anything, we need to compress the redundant smtp microchip!\"}"], ["created_at", "2016-10-05 17:39:05.468599"], ["updated_at", "2016-10-05 17:39:05.468599"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et cupiditate sequi sint maxime.\",\"text\":\"I'll transmit the optical XSS card, that should capacitor the SSL card!\"}"], ["created_at", "2016-10-05 17:39:05.469462"], ["updated_at", "2016-10-05 17:39:05.469462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet sit iusto.\",\"text\":\"You can't navigate the bandwidth without indexing the online TCP card!\"}"], ["created_at", "2016-10-05 17:39:05.470312"], ["updated_at", "2016-10-05 17:39:05.470312"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam odit dolorem rem a culpa.\",\"text\":\"Indexing the transmitter won't do anything, we need to input the back-end ram sensor!\"}"], ["created_at", "2016-10-05 17:39:05.471201"], ["updated_at", "2016-10-05 17:39:05.471201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia qui iusto et reiciendis voluptatem.\",\"text\":\"Try to hack the RAM protocol, maybe it will back up the haptic capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.472073"], ["updated_at", "2016-10-05 17:39:05.472073"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea neque accusantium itaque possimus et architecto sed.\",\"text\":\"The USB transmitter is down, synthesize the bluetooth hard drive so we can reboot the SDD feed!\"}"], ["created_at", "2016-10-05 17:39:05.472927"], ["updated_at", "2016-10-05 17:39:05.472927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas recusandae eius aut.\",\"text\":\"We need to input the virtual RAM alarm!\"}"], ["created_at", "2016-10-05 17:39:05.473795"], ["updated_at", "2016-10-05 17:39:05.473795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit modi et et a impedit corrupti sit.\",\"text\":\"If we input the port, we can get to the RSS application through the multi-byte XML protocol!\"}"], ["created_at", "2016-10-05 17:39:05.474682"], ["updated_at", "2016-10-05 17:39:05.474682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut aliquam sed.\",\"text\":\"If we hack the hard drive, we can get to the TCP feed through the back-end SCSI hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.475550"], ["updated_at", "2016-10-05 17:39:05.475550"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora iusto magni numquam dolorem.\",\"text\":\"You can't index the system without backing up the primary EXE hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.476410"], ["updated_at", "2016-10-05 17:39:05.476410"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam suscipit aut quia accusamus.\",\"text\":\"I'll index the auxiliary SSL capacitor, that should card the HTTP matrix!\"}"], ["created_at", "2016-10-05 17:39:05.477269"], ["updated_at", "2016-10-05 17:39:05.477269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim vitae amet aliquid est iste corporis.\",\"text\":\"If we bypass the sensor, we can get to the RSS sensor through the mobile PNG microchip!\"}"], ["created_at", "2016-10-05 17:39:05.478120"], ["updated_at", "2016-10-05 17:39:05.478120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus qui sint.\",\"text\":\"Try to override the AGP bandwidth, maybe it will back up the haptic interface!\"}"], ["created_at", "2016-10-05 17:39:05.479019"], ["updated_at", "2016-10-05 17:39:05.479019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam delectus nemo porro aut.\",\"text\":\"You can't parse the hard drive without navigating the multi-byte EXE capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.479876"], ["updated_at", "2016-10-05 17:39:05.479876"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus dicta ab modi.\",\"text\":\"If we parse the capacitor, we can get to the SMS firewall through the optical IB sensor!\"}"], ["created_at", "2016-10-05 17:39:05.480745"], ["updated_at", "2016-10-05 17:39:05.480745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse fuga vero dignissimos velit aut.\",\"text\":\"I'll hack the 1080p FTP program, that should array the SMTP panel!\"}"], ["created_at", "2016-10-05 17:39:05.481601"], ["updated_at", "2016-10-05 17:39:05.481601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit facilis consequuntur accusamus eligendi.\",\"text\":\"Try to connect the RSS capacitor, maybe it will bypass the neural alarm!\"}"], ["created_at", "2016-10-05 17:39:05.482480"], ["updated_at", "2016-10-05 17:39:05.482480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo fugit molestiae aspernatur reiciendis.\",\"text\":\"You can't bypass the port without synthesizing the redundant CSS alarm!\"}"], ["created_at", "2016-10-05 17:39:05.483342"], ["updated_at", "2016-10-05 17:39:05.483342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ut quis consequatur maxime porro quia.\",\"text\":\"Try to parse the GB circuit, maybe it will override the redundant program!\"}"], ["created_at", "2016-10-05 17:39:05.484196"], ["updated_at", "2016-10-05 17:39:05.484196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam ullam eum adipisci.\",\"text\":\"I'll transmit the haptic EXE driver, that should bus the TCP card!\"}"], ["created_at", "2016-10-05 17:39:05.485060"], ["updated_at", "2016-10-05 17:39:05.485060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis qui consequuntur sit non.\",\"text\":\"The RSS program is down, parse the open-source microchip so we can synthesize the HTTP card!\"}"], ["created_at", "2016-10-05 17:39:05.485929"], ["updated_at", "2016-10-05 17:39:05.485929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque voluptatem rerum vero ut quia voluptatem.\",\"text\":\"You can't index the application without programming the auxiliary SQL panel!\"}"], ["created_at", "2016-10-05 17:39:05.486800"], ["updated_at", "2016-10-05 17:39:05.486800"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem officiis aut dolores impedit.\",\"text\":\"I'll compress the wireless SMTP monitor, that should port the XSS driver!\"}"], ["created_at", "2016-10-05 17:39:05.487653"], ["updated_at", "2016-10-05 17:39:05.487653"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum corrupti recusandae.\",\"text\":\"We need to transmit the haptic IB hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.488502"], ["updated_at", "2016-10-05 17:39:05.488502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est molestiae ipsa.\",\"text\":\"Navigating the port won't do anything, we need to connect the online xss driver!\"}"], ["created_at", "2016-10-05 17:39:05.489383"], ["updated_at", "2016-10-05 17:39:05.489383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus incidunt vitae dolores quo voluptates blanditiis asperiores.\",\"text\":\"Use the bluetooth TCP circuit, then you can synthesize the multi-byte driver!\"}"], ["created_at", "2016-10-05 17:39:05.490243"], ["updated_at", "2016-10-05 17:39:05.490243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius molestias fugiat quae impedit velit explicabo illum.\",\"text\":\"The USB system is down, copy the primary program so we can generate the SMTP system!\"}"], ["created_at", "2016-10-05 17:39:05.491121"], ["updated_at", "2016-10-05 17:39:05.491121"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam quis occaecati.\",\"text\":\"We need to input the wireless THX sensor!\"}"], ["created_at", "2016-10-05 17:39:05.491981"], ["updated_at", "2016-10-05 17:39:05.491981"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut non reiciendis nostrum vel voluptatem quibusdam.\",\"text\":\"We need to generate the 1080p USB pixel!\"}"], ["created_at", "2016-10-05 17:39:05.492853"], ["updated_at", "2016-10-05 17:39:05.492853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas deleniti sed et.\",\"text\":\"Use the bluetooth SDD alarm, then you can override the online transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.493714"], ["updated_at", "2016-10-05 17:39:05.493714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id aut autem.\",\"text\":\"Use the mobile PCI hard drive, then you can parse the online pixel!\"}"], ["created_at", "2016-10-05 17:39:05.494591"], ["updated_at", "2016-10-05 17:39:05.494591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate id recusandae quis iste.\",\"text\":\"Try to program the TCP monitor, maybe it will synthesize the auxiliary interface!\"}"], ["created_at", "2016-10-05 17:39:05.495450"], ["updated_at", "2016-10-05 17:39:05.495450"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo error aut incidunt provident aut et.\",\"text\":\"Calculating the driver won't do anything, we need to index the haptic http application!\"}"], ["created_at", "2016-10-05 17:39:05.496302"], ["updated_at", "2016-10-05 17:39:05.496302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae facere maxime quia sunt voluptatem.\",\"text\":\"If we parse the program, we can get to the SQL bandwidth through the 1080p PCI port!\"}"], ["created_at", "2016-10-05 17:39:05.497175"], ["updated_at", "2016-10-05 17:39:05.497175"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas rerum tempore et odit.\",\"text\":\"Backing up the application won't do anything, we need to synthesize the wireless scsi feed!\"}"], ["created_at", "2016-10-05 17:39:05.498029"], ["updated_at", "2016-10-05 17:39:05.498029"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque voluptas harum.\",\"text\":\"The RSS sensor is down, back up the neural bandwidth so we can parse the FTP array!\"}"], ["created_at", "2016-10-05 17:39:05.498912"], ["updated_at", "2016-10-05 17:39:05.498912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis vel libero occaecati.\",\"text\":\"We need to copy the online COM alarm!\"}"], ["created_at", "2016-10-05 17:39:05.499825"], ["updated_at", "2016-10-05 17:39:05.499825"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus eum tenetur autem minus voluptas animi et.\",\"text\":\"I'll index the primary SQL protocol, that should sensor the FTP monitor!\"}"], ["created_at", "2016-10-05 17:39:05.500723"], ["updated_at", "2016-10-05 17:39:05.500723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed sapiente soluta commodi.\",\"text\":\"The PNG bus is down, override the solid state matrix so we can transmit the SDD microchip!\"}"], ["created_at", "2016-10-05 17:39:05.501595"], ["updated_at", "2016-10-05 17:39:05.501595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis veniam non vel.\",\"text\":\"You can't hack the panel without copying the online HTTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.502522"], ["updated_at", "2016-10-05 17:39:05.502522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis perferendis doloremque placeat sed fugiat.\",\"text\":\"Use the primary CSS program, then you can program the optical interface!\"}"], ["created_at", "2016-10-05 17:39:05.503389"], ["updated_at", "2016-10-05 17:39:05.503389"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non est aut non eum consectetur.\",\"text\":\"I'll override the 1080p AGP bus, that should bus the AGP circuit!\"}"], ["created_at", "2016-10-05 17:39:05.504238"], ["updated_at", "2016-10-05 17:39:05.504238"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti hic quisquam libero.\",\"text\":\"You can't index the protocol without overriding the mobile SMTP hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.505109"], ["updated_at", "2016-10-05 17:39:05.505109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci aut quas optio.\",\"text\":\"I'll transmit the neural COM bus, that should matrix the RAM card!\"}"], ["created_at", "2016-10-05 17:39:05.506014"], ["updated_at", "2016-10-05 17:39:05.506014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem ullam molestiae ut laudantium.\",\"text\":\"Try to navigate the RAM program, maybe it will parse the solid state transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.506876"], ["updated_at", "2016-10-05 17:39:05.506876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate dolore est.\",\"text\":\"Try to reboot the RSS driver, maybe it will connect the redundant port!\"}"], ["created_at", "2016-10-05 17:39:05.507733"], ["updated_at", "2016-10-05 17:39:05.507733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique eaque eius id quaerat dolorum mollitia.\",\"text\":\"We need to bypass the open-source AI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.508587"], ["updated_at", "2016-10-05 17:39:05.508587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia eaque consequatur.\",\"text\":\"We need to back up the 1080p CSS transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.509473"], ["updated_at", "2016-10-05 17:39:05.509473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam porro perferendis expedita voluptate vitae.\",\"text\":\"We need to reboot the back-end IB sensor!\"}"], ["created_at", "2016-10-05 17:39:05.510364"], ["updated_at", "2016-10-05 17:39:05.510364"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id quisquam ipsam explicabo omnis quasi placeat ratione.\",\"text\":\"Try to compress the HDD capacitor, maybe it will copy the neural pixel!\"}"], ["created_at", "2016-10-05 17:39:05.511259"], ["updated_at", "2016-10-05 17:39:05.511259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem excepturi sapiente iusto ut rerum ea quia.\",\"text\":\"We need to quantify the back-end SMTP interface!\"}"], ["created_at", "2016-10-05 17:39:05.512123"], ["updated_at", "2016-10-05 17:39:05.512123"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus omnis non ratione perspiciatis dolore tempore.\",\"text\":\"Try to hack the SMTP firewall, maybe it will bypass the redundant capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.512983"], ["updated_at", "2016-10-05 17:39:05.512983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas praesentium ipsam ab.\",\"text\":\"I'll copy the cross-platform XML transmitter, that should monitor the SDD bus!\"}"], ["created_at", "2016-10-05 17:39:05.513863"], ["updated_at", "2016-10-05 17:39:05.513863"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut voluptatibus vero rerum.\",\"text\":\"Hacking the protocol won't do anything, we need to program the optical jbod driver!\"}"], ["created_at", "2016-10-05 17:39:05.514725"], ["updated_at", "2016-10-05 17:39:05.514725"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos amet est natus sed possimus ut.\",\"text\":\"I'll hack the haptic JBOD bus, that should sensor the RSS protocol!\"}"], ["created_at", "2016-10-05 17:39:05.515592"], ["updated_at", "2016-10-05 17:39:05.515592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum omnis veniam ut molestiae alias et delectus.\",\"text\":\"The ADP sensor is down, reboot the mobile port so we can synthesize the RAM alarm!\"}"], ["created_at", "2016-10-05 17:39:05.516484"], ["updated_at", "2016-10-05 17:39:05.516484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non qui qui.\",\"text\":\"The FTP alarm is down, program the online bus so we can navigate the PCI hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.517337"], ["updated_at", "2016-10-05 17:39:05.517337"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora dolor ut corrupti blanditiis voluptas accusamus.\",\"text\":\"Parsing the sensor won't do anything, we need to reboot the haptic exe card!\"}"], ["created_at", "2016-10-05 17:39:05.518205"], ["updated_at", "2016-10-05 17:39:05.518205"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur id reiciendis magni delectus sed sed velit.\",\"text\":\"If we override the microchip, we can get to the AGP array through the solid state AGP capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.519123"], ["updated_at", "2016-10-05 17:39:05.519123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum ea sit accusamus dolore.\",\"text\":\"Transmitting the protocol won't do anything, we need to synthesize the cross-platform exe program!\"}"], ["created_at", "2016-10-05 17:39:05.520021"], ["updated_at", "2016-10-05 17:39:05.520021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et unde consequuntur eos assumenda velit.\",\"text\":\"If we connect the feed, we can get to the IB interface through the mobile JBOD application!\"}"], ["created_at", "2016-10-05 17:39:05.520874"], ["updated_at", "2016-10-05 17:39:05.520874"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis odit autem voluptatem.\",\"text\":\"The AI circuit is down, compress the digital bus so we can program the GB bus!\"}"], ["created_at", "2016-10-05 17:39:05.521751"], ["updated_at", "2016-10-05 17:39:05.521751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem rerum esse.\",\"text\":\"Try to synthesize the SSL protocol, maybe it will transmit the optical monitor!\"}"], ["created_at", "2016-10-05 17:39:05.522619"], ["updated_at", "2016-10-05 17:39:05.522619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio et consequatur molestiae saepe iste quod atque.\",\"text\":\"You can't connect the matrix without navigating the wireless CSS firewall!\"}"], ["created_at", "2016-10-05 17:39:05.523482"], ["updated_at", "2016-10-05 17:39:05.523482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui corporis provident.\",\"text\":\"If we reboot the firewall, we can get to the SMS protocol through the multi-byte TCP protocol!\"}"], ["created_at", "2016-10-05 17:39:05.524343"], ["updated_at", "2016-10-05 17:39:05.524343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis tempore numquam atque quam sint aspernatur aut.\",\"text\":\"If we synthesize the microchip, we can get to the HTTP alarm through the multi-byte JSON firewall!\"}"], ["created_at", "2016-10-05 17:39:05.525199"], ["updated_at", "2016-10-05 17:39:05.525199"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat quidem suscipit et omnis.\",\"text\":\"If we parse the transmitter, we can get to the IB interface through the mobile THX port!\"}"], ["created_at", "2016-10-05 17:39:05.526085"], ["updated_at", "2016-10-05 17:39:05.526085"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae illo qui ut aut.\",\"text\":\"I'll compress the cross-platform EXE circuit, that should firewall the JSON microchip!\"}"], ["created_at", "2016-10-05 17:39:05.526967"], ["updated_at", "2016-10-05 17:39:05.526967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis voluptas velit optio ut in suscipit est.\",\"text\":\"Try to compress the AGP interface, maybe it will bypass the mobile bus!\"}"], ["created_at", "2016-10-05 17:39:05.527838"], ["updated_at", "2016-10-05 17:39:05.527838"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum eos minus itaque.\",\"text\":\"Use the multi-byte EXE array, then you can copy the wireless port!\"}"], ["created_at", "2016-10-05 17:39:05.528725"], ["updated_at", "2016-10-05 17:39:05.528725"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos saepe id laudantium facere tempora.\",\"text\":\"Try to calculate the FTP alarm, maybe it will calculate the digital panel!\"}"], ["created_at", "2016-10-05 17:39:05.529582"], ["updated_at", "2016-10-05 17:39:05.529582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi voluptatum minus libero ut omnis quos cum.\",\"text\":\"Use the online COM capacitor, then you can bypass the solid state capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.530456"], ["updated_at", "2016-10-05 17:39:05.530456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi impedit soluta commodi.\",\"text\":\"Hacking the firewall won't do anything, we need to parse the 1080p xml panel!\"}"], ["created_at", "2016-10-05 17:39:05.531310"], ["updated_at", "2016-10-05 17:39:05.531310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit quod in modi vero.\",\"text\":\"You can't override the port without synthesizing the primary SSL feed!\"}"], ["created_at", "2016-10-05 17:39:05.532158"], ["updated_at", "2016-10-05 17:39:05.532158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis facilis ut aperiam voluptatem.\",\"text\":\"Use the online IB monitor, then you can quantify the solid state driver!\"}"], ["created_at", "2016-10-05 17:39:05.533013"], ["updated_at", "2016-10-05 17:39:05.533013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni nesciunt dolor saepe ad rem.\",\"text\":\"The USB microchip is down, navigate the online array so we can navigate the SDD panel!\"}"], ["created_at", "2016-10-05 17:39:05.533870"], ["updated_at", "2016-10-05 17:39:05.533870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est sed id in commodi rerum quibusdam.\",\"text\":\"Try to program the CSS protocol, maybe it will input the online alarm!\"}"], ["created_at", "2016-10-05 17:39:05.534766"], ["updated_at", "2016-10-05 17:39:05.534766"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident saepe sed sint voluptatum ipsam quia consequatur.\",\"text\":\"Synthesizing the driver won't do anything, we need to back up the multi-byte ssl system!\"}"], ["created_at", "2016-10-05 17:39:05.535661"], ["updated_at", "2016-10-05 17:39:05.535661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius aut nesciunt quas molestias.\",\"text\":\"I'll transmit the digital HDD microchip, that should circuit the XML firewall!\"}"], ["created_at", "2016-10-05 17:39:05.536522"], ["updated_at", "2016-10-05 17:39:05.536522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam quidem molestiae repudiandae eius totam.\",\"text\":\"Use the back-end HTTP driver, then you can synthesize the optical sensor!\"}"], ["created_at", "2016-10-05 17:39:05.537402"], ["updated_at", "2016-10-05 17:39:05.537402"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque iure blanditiis eligendi fugiat nam.\",\"text\":\"I'll back up the open-source FTP port, that should circuit the JBOD application!\"}"], ["created_at", "2016-10-05 17:39:05.538328"], ["updated_at", "2016-10-05 17:39:05.538328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil qui incidunt rerum aut.\",\"text\":\"Quantifying the panel won't do anything, we need to navigate the cross-platform rss monitor!\"}"], ["created_at", "2016-10-05 17:39:05.539224"], ["updated_at", "2016-10-05 17:39:05.539224"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut temporibus quam nesciunt voluptatem nihil minus.\",\"text\":\"I'll synthesize the optical AGP hard drive, that should bandwidth the HDD driver!\"}"], ["created_at", "2016-10-05 17:39:05.540087"], ["updated_at", "2016-10-05 17:39:05.540087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut sit illo nemo.\",\"text\":\"If we override the feed, we can get to the THX bus through the wireless PNG capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.540953"], ["updated_at", "2016-10-05 17:39:05.540953"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium magnam deleniti quibusdam.\",\"text\":\"We need to connect the digital COM capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.541808"], ["updated_at", "2016-10-05 17:39:05.541808"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti numquam accusantium aperiam saepe minima.\",\"text\":\"Try to parse the XSS monitor, maybe it will generate the 1080p monitor!\"}"], ["created_at", "2016-10-05 17:39:05.542735"], ["updated_at", "2016-10-05 17:39:05.542735"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus voluptatem sapiente modi non dolore.\",\"text\":\"Try to program the RAM microchip, maybe it will connect the open-source program!\"}"], ["created_at", "2016-10-05 17:39:05.543638"], ["updated_at", "2016-10-05 17:39:05.543638"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea assumenda doloribus et est.\",\"text\":\"Use the back-end XSS card, then you can bypass the primary sensor!\"}"], ["created_at", "2016-10-05 17:39:05.544501"], ["updated_at", "2016-10-05 17:39:05.544501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At velit distinctio architecto officiis.\",\"text\":\"I'll transmit the bluetooth ADP firewall, that should array the COM hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.545361"], ["updated_at", "2016-10-05 17:39:05.545361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut quaerat fuga delectus possimus qui.\",\"text\":\"Use the back-end PNG pixel, then you can hack the solid state transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.546226"], ["updated_at", "2016-10-05 17:39:05.546226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed earum quam ullam veniam autem.\",\"text\":\"The EXE driver is down, bypass the bluetooth program so we can quantify the SMS program!\"}"], ["created_at", "2016-10-05 17:39:05.547114"], ["updated_at", "2016-10-05 17:39:05.547114"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia illum nostrum.\",\"text\":\"If we connect the hard drive, we can get to the PNG alarm through the wireless XML driver!\"}"], ["created_at", "2016-10-05 17:39:05.547978"], ["updated_at", "2016-10-05 17:39:05.547978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A est rerum occaecati.\",\"text\":\"Overriding the program won't do anything, we need to copy the wireless sql program!\"}"], ["created_at", "2016-10-05 17:39:05.548831"], ["updated_at", "2016-10-05 17:39:05.548831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum dolores reiciendis porro dolorem enim velit.\",\"text\":\"The SCSI hard drive is down, transmit the wireless bandwidth so we can generate the USB monitor!\"}"], ["created_at", "2016-10-05 17:39:05.549706"], ["updated_at", "2016-10-05 17:39:05.549706"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum et temporibus.\",\"text\":\"Programming the hard drive won't do anything, we need to copy the primary sdd port!\"}"], ["created_at", "2016-10-05 17:39:05.550642"], ["updated_at", "2016-10-05 17:39:05.550642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste et aut velit.\",\"text\":\"You can't input the circuit without navigating the auxiliary IB transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.551522"], ["updated_at", "2016-10-05 17:39:05.551522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem aut reiciendis pariatur aperiam.\",\"text\":\"We need to synthesize the virtual JBOD bus!\"}"], ["created_at", "2016-10-05 17:39:05.552415"], ["updated_at", "2016-10-05 17:39:05.552415"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem dolorem labore vero suscipit.\",\"text\":\"We need to quantify the open-source RAM card!\"}"], ["created_at", "2016-10-05 17:39:05.553264"], ["updated_at", "2016-10-05 17:39:05.553264"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error ab earum.\",\"text\":\"I'll index the multi-byte JSON driver, that should interface the RAM feed!\"}"], ["created_at", "2016-10-05 17:39:05.554128"], ["updated_at", "2016-10-05 17:39:05.554128"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur et aut iure enim dolorem.\",\"text\":\"Use the 1080p PCI capacitor, then you can synthesize the auxiliary panel!\"}"], ["created_at", "2016-10-05 17:39:05.554994"], ["updated_at", "2016-10-05 17:39:05.554994"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae vero dolorum.\",\"text\":\"Transmitting the alarm won't do anything, we need to bypass the online png hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.555851"], ["updated_at", "2016-10-05 17:39:05.555851"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem aut accusamus quis.\",\"text\":\"The SQL firewall is down, override the virtual array so we can navigate the AGP alarm!\"}"], ["created_at", "2016-10-05 17:39:05.556730"], ["updated_at", "2016-10-05 17:39:05.556730"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia cupiditate ad dolorum soluta qui.\",\"text\":\"Try to navigate the JBOD port, maybe it will bypass the haptic feed!\"}"], ["created_at", "2016-10-05 17:39:05.557582"], ["updated_at", "2016-10-05 17:39:05.557582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur aut illo ipsa qui non.\",\"text\":\"Hacking the matrix won't do anything, we need to override the wireless smtp alarm!\"}"], ["created_at", "2016-10-05 17:39:05.558441"], ["updated_at", "2016-10-05 17:39:05.558441"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum ut animi culpa.\",\"text\":\"We need to hack the 1080p JSON transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.559336"], ["updated_at", "2016-10-05 17:39:05.559336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos omnis non omnis recusandae.\",\"text\":\"Copying the monitor won't do anything, we need to transmit the redundant sdd array!\"}"], ["created_at", "2016-10-05 17:39:05.560263"], ["updated_at", "2016-10-05 17:39:05.560263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus error doloribus debitis.\",\"text\":\"I'll reboot the neural CSS interface, that should feed the SSL array!\"}"], ["created_at", "2016-10-05 17:39:05.561128"], ["updated_at", "2016-10-05 17:39:05.561128"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint eius accusamus omnis.\",\"text\":\"If we hack the application, we can get to the USB port through the digital SMTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.562050"], ["updated_at", "2016-10-05 17:39:05.562050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime voluptatem labore velit id tempore vero alias.\",\"text\":\"The ADP card is down, hack the bluetooth program so we can calculate the RSS microchip!\"}"], ["created_at", "2016-10-05 17:39:05.562989"], ["updated_at", "2016-10-05 17:39:05.562989"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse excepturi nostrum aliquam quisquam cumque atque.\",\"text\":\"Bypassing the transmitter won't do anything, we need to transmit the open-source css bus!\"}"], ["created_at", "2016-10-05 17:39:05.563852"], ["updated_at", "2016-10-05 17:39:05.563852"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus itaque error vel voluptas qui.\",\"text\":\"If we hack the feed, we can get to the PNG matrix through the haptic JBOD system!\"}"], ["created_at", "2016-10-05 17:39:05.564729"], ["updated_at", "2016-10-05 17:39:05.564729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis vel cumque.\",\"text\":\"If we bypass the system, we can get to the PCI hard drive through the online HDD port!\"}"], ["created_at", "2016-10-05 17:39:05.565587"], ["updated_at", "2016-10-05 17:39:05.565587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui qui aliquam dolorum vitae.\",\"text\":\"Compressing the bus won't do anything, we need to generate the solid state css monitor!\"}"], ["created_at", "2016-10-05 17:39:05.566477"], ["updated_at", "2016-10-05 17:39:05.566477"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi enim dicta sit rerum.\",\"text\":\"You can't bypass the interface without compressing the redundant HTTP microchip!\"}"], ["created_at", "2016-10-05 17:39:05.567350"], ["updated_at", "2016-10-05 17:39:05.567350"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum molestiae vel natus.\",\"text\":\"Navigating the monitor won't do anything, we need to back up the haptic ram matrix!\"}"], ["created_at", "2016-10-05 17:39:05.568237"], ["updated_at", "2016-10-05 17:39:05.568237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet occaecati doloremque iste et in.\",\"text\":\"The TCP pixel is down, compress the online matrix so we can input the XML hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.569114"], ["updated_at", "2016-10-05 17:39:05.569114"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos molestiae molestias numquam error aperiam omnis et.\",\"text\":\"We need to compress the virtual CSS matrix!\"}"], ["created_at", "2016-10-05 17:39:05.569972"], ["updated_at", "2016-10-05 17:39:05.569972"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis omnis magni minus.\",\"text\":\"We need to override the digital FTP microchip!\"}"], ["created_at", "2016-10-05 17:39:05.570868"], ["updated_at", "2016-10-05 17:39:05.570868"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In sit unde voluptate quibusdam non ut.\",\"text\":\"You can't connect the interface without quantifying the auxiliary HDD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.571735"], ["updated_at", "2016-10-05 17:39:05.571735"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero non commodi cupiditate sequi sunt harum.\",\"text\":\"Programming the bus won't do anything, we need to index the auxiliary usb program!\"}"], ["created_at", "2016-10-05 17:39:05.573017"], ["updated_at", "2016-10-05 17:39:05.573017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In sit voluptas iusto dignissimos magnam error.\",\"text\":\"You can't navigate the panel without bypassing the multi-byte CSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.574124"], ["updated_at", "2016-10-05 17:39:05.574124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi sed cupiditate.\",\"text\":\"If we index the capacitor, we can get to the ADP card through the haptic JBOD alarm!\"}"], ["created_at", "2016-10-05 17:39:05.575094"], ["updated_at", "2016-10-05 17:39:05.575094"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis impedit non animi et quam.\",\"text\":\"If we override the monitor, we can get to the FTP matrix through the back-end SDD hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.575977"], ["updated_at", "2016-10-05 17:39:05.575977"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis eum veniam qui quod velit rerum magnam.\",\"text\":\"Use the open-source IB firewall, then you can parse the haptic circuit!\"}"], ["created_at", "2016-10-05 17:39:05.576877"], ["updated_at", "2016-10-05 17:39:05.576877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt quo expedita in sit nemo.\",\"text\":\"Use the multi-byte EXE application, then you can back up the bluetooth card!\"}"], ["created_at", "2016-10-05 17:39:05.577745"], ["updated_at", "2016-10-05 17:39:05.577745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore velit aspernatur tenetur perferendis aut.\",\"text\":\"I'll hack the wireless IB transmitter, that should microchip the USB sensor!\"}"], ["created_at", "2016-10-05 17:39:05.578646"], ["updated_at", "2016-10-05 17:39:05.578646"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est pariatur qui.\",\"text\":\"If we index the feed, we can get to the XSS application through the cross-platform RAM hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.579520"], ["updated_at", "2016-10-05 17:39:05.579520"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non rerum quaerat adipisci quo.\",\"text\":\"If we transmit the pixel, we can get to the PNG hard drive through the multi-byte CSS feed!\"}"], ["created_at", "2016-10-05 17:39:05.580433"], ["updated_at", "2016-10-05 17:39:05.580433"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut similique qui sed.\",\"text\":\"If we synthesize the application, we can get to the HTTP capacitor through the neural HDD circuit!\"}"], ["created_at", "2016-10-05 17:39:05.581317"], ["updated_at", "2016-10-05 17:39:05.581317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque nihil sunt velit non ut.\",\"text\":\"The XML system is down, compress the cross-platform bandwidth so we can back up the PNG sensor!\"}"], ["created_at", "2016-10-05 17:39:05.582173"], ["updated_at", "2016-10-05 17:39:05.582173"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum nemo id animi recusandae provident.\",\"text\":\"Generating the circuit won't do anything, we need to index the neural com bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.583073"], ["updated_at", "2016-10-05 17:39:05.583073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae nesciunt qui sunt temporibus est.\",\"text\":\"If we connect the application, we can get to the SAS sensor through the redundant IB card!\"}"], ["created_at", "2016-10-05 17:39:05.583930"], ["updated_at", "2016-10-05 17:39:05.583930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur non doloribus.\",\"text\":\"Try to override the SAS port, maybe it will connect the online hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.584799"], ["updated_at", "2016-10-05 17:39:05.584799"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus libero eos sapiente aut accusantium odit sequi.\",\"text\":\"I'll index the haptic XSS protocol, that should monitor the SQL driver!\"}"], ["created_at", "2016-10-05 17:39:05.585714"], ["updated_at", "2016-10-05 17:39:05.585714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum voluptates corporis repellendus vel.\",\"text\":\"Use the wireless SSL matrix, then you can parse the redundant microchip!\"}"], ["created_at", "2016-10-05 17:39:05.586617"], ["updated_at", "2016-10-05 17:39:05.586617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe maiores qui voluptatem consequatur molestias officia.\",\"text\":\"We need to compress the primary PCI capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.587487"], ["updated_at", "2016-10-05 17:39:05.587487"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo quia occaecati.\",\"text\":\"If we parse the array, we can get to the THX interface through the cross-platform PCI protocol!\"}"], ["created_at", "2016-10-05 17:39:05.588346"], ["updated_at", "2016-10-05 17:39:05.588346"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut ut sint sequi inventore sed fugiat modi.\",\"text\":\"Try to program the JBOD array, maybe it will quantify the bluetooth matrix!\"}"], ["created_at", "2016-10-05 17:39:05.589201"], ["updated_at", "2016-10-05 17:39:05.589201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa explicabo in.\",\"text\":\"The CSS protocol is down, parse the redundant monitor so we can transmit the RSS card!\"}"], ["created_at", "2016-10-05 17:39:05.590056"], ["updated_at", "2016-10-05 17:39:05.590056"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt vitae tempora enim porro debitis.\",\"text\":\"Try to hack the SMS port, maybe it will generate the open-source panel!\"}"], ["created_at", "2016-10-05 17:39:05.590953"], ["updated_at", "2016-10-05 17:39:05.590953"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis quia modi similique reiciendis.\",\"text\":\"If we navigate the bus, we can get to the PCI capacitor through the haptic AGP feed!\"}"], ["created_at", "2016-10-05 17:39:05.591821"], ["updated_at", "2016-10-05 17:39:05.591821"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam quia maiores provident optio officia.\",\"text\":\"The SMS program is down, index the bluetooth port so we can hack the JSON system!\"}"], ["created_at", "2016-10-05 17:39:05.592947"], ["updated_at", "2016-10-05 17:39:05.592947"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro sit aliquid quia esse facere libero.\",\"text\":\"I'll connect the open-source HTTP hard drive, that should transmitter the JSON array!\"}"], ["created_at", "2016-10-05 17:39:05.594126"], ["updated_at", "2016-10-05 17:39:05.594126"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam tempora at.\",\"text\":\"I'll synthesize the primary SMS program, that should feed the TCP monitor!\"}"], ["created_at", "2016-10-05 17:39:05.595469"], ["updated_at", "2016-10-05 17:39:05.595469"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia eos numquam quo qui assumenda nihil.\",\"text\":\"Quantifying the card won't do anything, we need to transmit the mobile css program!\"}"], ["created_at", "2016-10-05 17:39:05.597154"], ["updated_at", "2016-10-05 17:39:05.597154"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A quaerat qui velit ut ad.\",\"text\":\"Use the digital FTP port, then you can index the online panel!\"}"], ["created_at", "2016-10-05 17:39:05.599758"], ["updated_at", "2016-10-05 17:39:05.599758"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut ipsa et aliquid dolorem commodi iste nulla.\",\"text\":\"Indexing the protocol won't do anything, we need to input the optical gb capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.602332"], ["updated_at", "2016-10-05 17:39:05.602332"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo consectetur nostrum qui ea.\",\"text\":\"Try to input the XSS matrix, maybe it will bypass the solid state matrix!\"}"], ["created_at", "2016-10-05 17:39:05.604580"], ["updated_at", "2016-10-05 17:39:05.604580"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod sed est ut aut.\",\"text\":\"Use the cross-platform AGP firewall, then you can generate the back-end array!\"}"], ["created_at", "2016-10-05 17:39:05.605658"], ["updated_at", "2016-10-05 17:39:05.605658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem corporis animi soluta doloremque vero porro officiis.\",\"text\":\"If we index the matrix, we can get to the JBOD matrix through the primary XSS circuit!\"}"], ["created_at", "2016-10-05 17:39:05.606644"], ["updated_at", "2016-10-05 17:39:05.606644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui soluta unde qui maiores et.\",\"text\":\"We need to bypass the online SCSI alarm!\"}"], ["created_at", "2016-10-05 17:39:05.607607"], ["updated_at", "2016-10-05 17:39:05.607607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia enim libero aperiam quam qui ut.\",\"text\":\"I'll calculate the solid state JBOD protocol, that should panel the HTTP firewall!\"}"], ["created_at", "2016-10-05 17:39:05.608565"], ["updated_at", "2016-10-05 17:39:05.608565"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit aliquid harum.\",\"text\":\"The SCSI protocol is down, reboot the mobile firewall so we can reboot the EXE monitor!\"}"], ["created_at", "2016-10-05 17:39:05.609665"], ["updated_at", "2016-10-05 17:39:05.609665"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam magnam molestiae facere.\",\"text\":\"You can't parse the matrix without navigating the back-end IB microchip!\"}"], ["created_at", "2016-10-05 17:39:05.610891"], ["updated_at", "2016-10-05 17:39:05.610891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum quam dolorem ad vel sit voluptas.\",\"text\":\"I'll quantify the neural CSS microchip, that should monitor the JBOD application!\"}"], ["created_at", "2016-10-05 17:39:05.611888"], ["updated_at", "2016-10-05 17:39:05.611888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam quos ipsam ad a.\",\"text\":\"Try to program the FTP circuit, maybe it will program the wireless microchip!\"}"], ["created_at", "2016-10-05 17:39:05.612845"], ["updated_at", "2016-10-05 17:39:05.612845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis sunt porro provident commodi necessitatibus.\",\"text\":\"We need to bypass the auxiliary XSS system!\"}"], ["created_at", "2016-10-05 17:39:05.613823"], ["updated_at", "2016-10-05 17:39:05.613823"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam sit illum.\",\"text\":\"You can't reboot the hard drive without overriding the multi-byte SQL interface!\"}"], ["created_at", "2016-10-05 17:39:05.614804"], ["updated_at", "2016-10-05 17:39:05.614804"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae porro at eos est est voluptatem officia.\",\"text\":\"You can't override the circuit without programming the cross-platform IB monitor!\"}"], ["created_at", "2016-10-05 17:39:05.615768"], ["updated_at", "2016-10-05 17:39:05.615768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel repudiandae ratione facere aliquam magni.\",\"text\":\"Compressing the bus won't do anything, we need to index the virtual sas bus!\"}"], ["created_at", "2016-10-05 17:39:05.616754"], ["updated_at", "2016-10-05 17:39:05.616754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae cupiditate in adipisci magni.\",\"text\":\"The JSON capacitor is down, parse the back-end alarm so we can bypass the JSON array!\"}"], ["created_at", "2016-10-05 17:39:05.617728"], ["updated_at", "2016-10-05 17:39:05.617728"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates tempora minus culpa provident non eius enim.\",\"text\":\"We need to synthesize the 1080p SMS system!\"}"], ["created_at", "2016-10-05 17:39:05.618756"], ["updated_at", "2016-10-05 17:39:05.618756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam dignissimos et harum optio.\",\"text\":\"If we index the driver, we can get to the SDD driver through the neural FTP matrix!\"}"], ["created_at", "2016-10-05 17:39:05.619726"], ["updated_at", "2016-10-05 17:39:05.619726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo blanditiis dicta eveniet voluptatem debitis voluptates quam.\",\"text\":\"The AGP system is down, connect the haptic port so we can navigate the RAM interface!\"}"], ["created_at", "2016-10-05 17:39:05.620681"], ["updated_at", "2016-10-05 17:39:05.620681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In alias quia qui in esse eligendi doloremque.\",\"text\":\"Hacking the system won't do anything, we need to back up the bluetooth agp firewall!\"}"], ["created_at", "2016-10-05 17:39:05.621654"], ["updated_at", "2016-10-05 17:39:05.621654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos consectetur ut odio ad consequatur illo necessitatibus.\",\"text\":\"The CSS system is down, reboot the online pixel so we can compress the SQL bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.622637"], ["updated_at", "2016-10-05 17:39:05.622637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo soluta modi voluptatem quia ut aspernatur expedita.\",\"text\":\"Try to bypass the FTP bus, maybe it will compress the virtual matrix!\"}"], ["created_at", "2016-10-05 17:39:05.623596"], ["updated_at", "2016-10-05 17:39:05.623596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias aliquid sed explicabo ut.\",\"text\":\"We need to back up the auxiliary AGP array!\"}"], ["created_at", "2016-10-05 17:39:05.624554"], ["updated_at", "2016-10-05 17:39:05.624554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit eveniet animi culpa enim.\",\"text\":\"Try to compress the TCP system, maybe it will calculate the auxiliary alarm!\"}"], ["created_at", "2016-10-05 17:39:05.625509"], ["updated_at", "2016-10-05 17:39:05.625509"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut enim vel quam.\",\"text\":\"Try to bypass the AGP port, maybe it will bypass the multi-byte pixel!\"}"], ["created_at", "2016-10-05 17:39:05.626492"], ["updated_at", "2016-10-05 17:39:05.626492"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam iusto sapiente dolor.\",\"text\":\"You can't connect the array without connecting the back-end XSS pixel!\"}"], ["created_at", "2016-10-05 17:39:05.627425"], ["updated_at", "2016-10-05 17:39:05.627425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo quod voluptates qui veniam et quae.\",\"text\":\"Try to generate the HTTP protocol, maybe it will parse the bluetooth matrix!\"}"], ["created_at", "2016-10-05 17:39:05.628277"], ["updated_at", "2016-10-05 17:39:05.628277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste quibusdam in non sit.\",\"text\":\"Try to generate the EXE interface, maybe it will calculate the cross-platform bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.629130"], ["updated_at", "2016-10-05 17:39:05.629130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut ut pariatur ut inventore.\",\"text\":\"Use the 1080p IB circuit, then you can bypass the bluetooth monitor!\"}"], ["created_at", "2016-10-05 17:39:05.629973"], ["updated_at", "2016-10-05 17:39:05.629973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore consequuntur ex harum.\",\"text\":\"Try to quantify the PNG array, maybe it will copy the online capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.630850"], ["updated_at", "2016-10-05 17:39:05.630850"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas aut quia et et consequatur.\",\"text\":\"Compressing the feed won't do anything, we need to input the open-source xml bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.631756"], ["updated_at", "2016-10-05 17:39:05.631756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid maiores illo quam aspernatur.\",\"text\":\"The HTTP program is down, transmit the virtual program so we can calculate the XML protocol!\"}"], ["created_at", "2016-10-05 17:39:05.632680"], ["updated_at", "2016-10-05 17:39:05.632680"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut et cum quia.\",\"text\":\"The RSS alarm is down, calculate the online application so we can compress the SSL pixel!\"}"], ["created_at", "2016-10-05 17:39:05.633536"], ["updated_at", "2016-10-05 17:39:05.633536"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus veniam nisi voluptatem.\",\"text\":\"We need to transmit the 1080p AI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.634435"], ["updated_at", "2016-10-05 17:39:05.634435"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore id maiores labore ut recusandae rerum dolorem.\",\"text\":\"Try to hack the CSS capacitor, maybe it will reboot the multi-byte hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.635300"], ["updated_at", "2016-10-05 17:39:05.635300"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit ut impedit aperiam nemo.\",\"text\":\"I'll back up the mobile JSON bus, that should hard drive the JSON card!\"}"], ["created_at", "2016-10-05 17:39:05.636175"], ["updated_at", "2016-10-05 17:39:05.636175"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et velit a.\",\"text\":\"Overriding the pixel won't do anything, we need to generate the cross-platform pci array!\"}"], ["created_at", "2016-10-05 17:39:05.637678"], ["updated_at", "2016-10-05 17:39:05.637678"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis et nesciunt nostrum alias.\",\"text\":\"You can't connect the array without indexing the redundant THX sensor!\"}"], ["created_at", "2016-10-05 17:39:05.639403"], ["updated_at", "2016-10-05 17:39:05.639403"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis molestias quis ipsum repellendus eaque et.\",\"text\":\"Try to index the USB card, maybe it will input the primary bus!\"}"], ["created_at", "2016-10-05 17:39:05.640769"], ["updated_at", "2016-10-05 17:39:05.640769"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis et doloribus id minus et rerum.\",\"text\":\"Use the primary ADP panel, then you can override the neural panel!\"}"], ["created_at", "2016-10-05 17:39:05.643136"], ["updated_at", "2016-10-05 17:39:05.643136"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est nisi voluptate dignissimos blanditiis sint.\",\"text\":\"Compressing the firewall won't do anything, we need to bypass the open-source exe alarm!\"}"], ["created_at", "2016-10-05 17:39:05.645435"], ["updated_at", "2016-10-05 17:39:05.645435"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit eos animi ad.\",\"text\":\"Try to quantify the RAM application, maybe it will parse the primary matrix!\"}"], ["created_at", "2016-10-05 17:39:05.648175"], ["updated_at", "2016-10-05 17:39:05.648175"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At alias qui assumenda doloribus quidem aut iusto.\",\"text\":\"We need to synthesize the mobile HTTP pixel!\"}"], ["created_at", "2016-10-05 17:39:05.649490"], ["updated_at", "2016-10-05 17:39:05.649490"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique omnis nulla quo sit quam.\",\"text\":\"We need to navigate the haptic XSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.650459"], ["updated_at", "2016-10-05 17:39:05.650459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque adipisci est.\",\"text\":\"Overriding the firewall won't do anything, we need to bypass the wireless http port!\"}"], ["created_at", "2016-10-05 17:39:05.651325"], ["updated_at", "2016-10-05 17:39:05.651325"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates iure molestiae dolorem molestias dolore et libero.\",\"text\":\"Use the virtual THX protocol, then you can back up the open-source driver!\"}"], ["created_at", "2016-10-05 17:39:05.652215"], ["updated_at", "2016-10-05 17:39:05.652215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed dolores earum et est delectus aut sint.\",\"text\":\"If we back up the capacitor, we can get to the JBOD system through the back-end JSON card!\"}"], ["created_at", "2016-10-05 17:39:05.653084"], ["updated_at", "2016-10-05 17:39:05.653084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur et est cumque ut.\",\"text\":\"Try to calculate the TCP firewall, maybe it will connect the bluetooth firewall!\"}"], ["created_at", "2016-10-05 17:39:05.653957"], ["updated_at", "2016-10-05 17:39:05.653957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui officia blanditiis quas consectetur cumque consequuntur ea.\",\"text\":\"Try to program the PCI port, maybe it will back up the online capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.654826"], ["updated_at", "2016-10-05 17:39:05.654826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui libero culpa voluptatibus et illum provident.\",\"text\":\"Try to generate the TCP hard drive, maybe it will navigate the online protocol!\"}"], ["created_at", "2016-10-05 17:39:05.655682"], ["updated_at", "2016-10-05 17:39:05.655682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam molestiae sit vel culpa quas omnis aliquam.\",\"text\":\"Try to copy the SSL interface, maybe it will compress the solid state feed!\"}"], ["created_at", "2016-10-05 17:39:05.656539"], ["updated_at", "2016-10-05 17:39:05.656539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione cumque vel dolorem et at dolorem.\",\"text\":\"The COM alarm is down, hack the wireless driver so we can input the PCI pixel!\"}"], ["created_at", "2016-10-05 17:39:05.657445"], ["updated_at", "2016-10-05 17:39:05.657445"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat in dignissimos et exercitationem eius.\",\"text\":\"Use the digital IB card, then you can input the bluetooth transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.658312"], ["updated_at", "2016-10-05 17:39:05.658312"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus illum esse voluptatem quo et consequatur.\",\"text\":\"The RAM pixel is down, index the digital monitor so we can compress the RSS sensor!\"}"], ["created_at", "2016-10-05 17:39:05.659346"], ["updated_at", "2016-10-05 17:39:05.659346"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est ea voluptatem et occaecati consectetur vel.\",\"text\":\"Use the wireless USB pixel, then you can transmit the virtual bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.660324"], ["updated_at", "2016-10-05 17:39:05.660324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente molestiae quod delectus.\",\"text\":\"Navigating the driver won't do anything, we need to calculate the mobile hdd firewall!\"}"], ["created_at", "2016-10-05 17:39:05.661199"], ["updated_at", "2016-10-05 17:39:05.661199"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea iusto ut.\",\"text\":\"We need to input the mobile SMTP pixel!\"}"], ["created_at", "2016-10-05 17:39:05.662066"], ["updated_at", "2016-10-05 17:39:05.662066"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam hic accusamus ut soluta voluptatem quas.\",\"text\":\"If we compress the feed, we can get to the EXE alarm through the haptic SQL matrix!\"}"], ["created_at", "2016-10-05 17:39:05.662999"], ["updated_at", "2016-10-05 17:39:05.662999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum voluptatem dolor quas est vitae sunt.\",\"text\":\"I'll connect the mobile FTP panel, that should alarm the COM transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.663885"], ["updated_at", "2016-10-05 17:39:05.663885"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia autem fugiat ut quidem voluptas quis soluta.\",\"text\":\"If we calculate the circuit, we can get to the GB panel through the digital SDD pixel!\"}"], ["created_at", "2016-10-05 17:39:05.664742"], ["updated_at", "2016-10-05 17:39:05.664742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ullam voluptas soluta perferendis et non dolore error.\",\"text\":\"Use the back-end SAS monitor, then you can bypass the haptic alarm!\"}"], ["created_at", "2016-10-05 17:39:05.665611"], ["updated_at", "2016-10-05 17:39:05.665611"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad veritatis quas saepe delectus atque.\",\"text\":\"You can't back up the protocol without copying the multi-byte JBOD feed!\"}"], ["created_at", "2016-10-05 17:39:05.666513"], ["updated_at", "2016-10-05 17:39:05.666513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sed et modi impedit ex beatae.\",\"text\":\"Backing up the matrix won't do anything, we need to reboot the mobile ib port!\"}"], ["created_at", "2016-10-05 17:39:05.667382"], ["updated_at", "2016-10-05 17:39:05.667382"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est a debitis.\",\"text\":\"Try to transmit the SCSI card, maybe it will navigate the digital matrix!\"}"], ["created_at", "2016-10-05 17:39:05.668246"], ["updated_at", "2016-10-05 17:39:05.668246"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et labore aut libero nam corporis.\",\"text\":\"If we hack the hard drive, we can get to the CSS matrix through the bluetooth RSS transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.669140"], ["updated_at", "2016-10-05 17:39:05.669140"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui dolore dolores perferendis aut nisi doloribus.\",\"text\":\"Try to input the GB program, maybe it will navigate the redundant interface!\"}"], ["created_at", "2016-10-05 17:39:05.669990"], ["updated_at", "2016-10-05 17:39:05.669990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam et asperiores et voluptatem.\",\"text\":\"Try to hack the PNG driver, maybe it will bypass the cross-platform alarm!\"}"], ["created_at", "2016-10-05 17:39:05.670889"], ["updated_at", "2016-10-05 17:39:05.670889"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident quia eaque dolore autem.\",\"text\":\"Use the primary SQL matrix, then you can connect the cross-platform feed!\"}"], ["created_at", "2016-10-05 17:39:05.671753"], ["updated_at", "2016-10-05 17:39:05.671753"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel voluptatibus temporibus sequi ab.\",\"text\":\"The AGP firewall is down, copy the haptic firewall so we can reboot the SQL interface!\"}"], ["created_at", "2016-10-05 17:39:05.672610"], ["updated_at", "2016-10-05 17:39:05.672610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex debitis beatae.\",\"text\":\"The HTTP alarm is down, hack the neural interface so we can reboot the IB transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.673475"], ["updated_at", "2016-10-05 17:39:05.673475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam animi officia eius.\",\"text\":\"If we parse the alarm, we can get to the TCP transmitter through the virtual SMS capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.674367"], ["updated_at", "2016-10-05 17:39:05.674367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias est tempore.\",\"text\":\"Calculating the monitor won't do anything, we need to quantify the bluetooth adp system!\"}"], ["created_at", "2016-10-05 17:39:05.675249"], ["updated_at", "2016-10-05 17:39:05.675249"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum ut rerum repellat a esse facilis eum.\",\"text\":\"I'll quantify the 1080p SQL bandwidth, that should bandwidth the RAM microchip!\"}"], ["created_at", "2016-10-05 17:39:05.676232"], ["updated_at", "2016-10-05 17:39:05.676232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et in rerum quidem omnis debitis sint odio.\",\"text\":\"Try to input the EXE bus, maybe it will quantify the primary circuit!\"}"], ["created_at", "2016-10-05 17:39:05.677195"], ["updated_at", "2016-10-05 17:39:05.677195"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti nam est dolores modi soluta.\",\"text\":\"The SDD capacitor is down, compress the multi-byte hard drive so we can parse the AI interface!\"}"], ["created_at", "2016-10-05 17:39:05.678071"], ["updated_at", "2016-10-05 17:39:05.678071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo sed voluptas voluptatem.\",\"text\":\"Use the bluetooth PCI circuit, then you can program the optical monitor!\"}"], ["created_at", "2016-10-05 17:39:05.679042"], ["updated_at", "2016-10-05 17:39:05.679042"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit earum in eaque.\",\"text\":\"I'll program the back-end TCP bandwidth, that should alarm the TCP driver!\"}"], ["created_at", "2016-10-05 17:39:05.679901"], ["updated_at", "2016-10-05 17:39:05.679901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel et fugiat quas deleniti.\",\"text\":\"You can't calculate the array without synthesizing the mobile RSS system!\"}"], ["created_at", "2016-10-05 17:39:05.680762"], ["updated_at", "2016-10-05 17:39:05.680762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid eius quod delectus consequatur qui non qui.\",\"text\":\"We need to bypass the online SMTP system!\"}"], ["created_at", "2016-10-05 17:39:05.681614"], ["updated_at", "2016-10-05 17:39:05.681614"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur rerum ea eum qui sunt fugit.\",\"text\":\"The RAM feed is down, index the solid state hard drive so we can copy the RAM hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.682509"], ["updated_at", "2016-10-05 17:39:05.682509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quas voluptatum assumenda autem.\",\"text\":\"If we calculate the alarm, we can get to the COM pixel through the cross-platform AI bus!\"}"], ["created_at", "2016-10-05 17:39:05.683388"], ["updated_at", "2016-10-05 17:39:05.683388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui in labore enim quia.\",\"text\":\"Use the neural IB microchip, then you can back up the primary capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.684243"], ["updated_at", "2016-10-05 17:39:05.684243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates quia quis suscipit.\",\"text\":\"You can't generate the circuit without calculating the bluetooth AGP program!\"}"], ["created_at", "2016-10-05 17:39:05.685125"], ["updated_at", "2016-10-05 17:39:05.685125"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia a officia.\",\"text\":\"If we calculate the driver, we can get to the XML microchip through the auxiliary JBOD pixel!\"}"], ["created_at", "2016-10-05 17:39:05.685991"], ["updated_at", "2016-10-05 17:39:05.685991"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim nobis est.\",\"text\":\"If we transmit the hard drive, we can get to the PCI sensor through the primary CSS port!\"}"], ["created_at", "2016-10-05 17:39:05.686857"], ["updated_at", "2016-10-05 17:39:05.686857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque aut et rerum fugiat itaque optio.\",\"text\":\"The FTP firewall is down, bypass the digital monitor so we can back up the SQL alarm!\"}"], ["created_at", "2016-10-05 17:39:05.687720"], ["updated_at", "2016-10-05 17:39:05.687720"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem omnis quisquam magnam voluptatem.\",\"text\":\"Use the multi-byte THX monitor, then you can reboot the online card!\"}"], ["created_at", "2016-10-05 17:39:05.688564"], ["updated_at", "2016-10-05 17:39:05.688564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda quasi nostrum adipisci sed qui et eum.\",\"text\":\"The SAS port is down, back up the back-end system so we can input the COM firewall!\"}"], ["created_at", "2016-10-05 17:39:05.689418"], ["updated_at", "2016-10-05 17:39:05.689418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit et tempore qui quaerat.\",\"text\":\"Use the auxiliary PNG protocol, then you can override the virtual microchip!\"}"], ["created_at", "2016-10-05 17:39:05.690275"], ["updated_at", "2016-10-05 17:39:05.690275"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id in ut.\",\"text\":\"Use the optical COM array, then you can calculate the cross-platform monitor!\"}"], ["created_at", "2016-10-05 17:39:05.691153"], ["updated_at", "2016-10-05 17:39:05.691153"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam tempora repellat.\",\"text\":\"We need to navigate the solid state ADP capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.692014"], ["updated_at", "2016-10-05 17:39:05.692014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur explicabo alias impedit facilis quasi a.\",\"text\":\"If we back up the program, we can get to the SMS capacitor through the primary EXE card!\"}"], ["created_at", "2016-10-05 17:39:05.692875"], ["updated_at", "2016-10-05 17:39:05.692875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos ut asperiores quod rem sint.\",\"text\":\"Hacking the bus won't do anything, we need to connect the back-end ram feed!\"}"], ["created_at", "2016-10-05 17:39:05.693746"], ["updated_at", "2016-10-05 17:39:05.693746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore fugit ea quia accusamus.\",\"text\":\"You can't synthesize the capacitor without hacking the cross-platform AGP microchip!\"}"], ["created_at", "2016-10-05 17:39:05.694620"], ["updated_at", "2016-10-05 17:39:05.694620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non est nihil alias dolor.\",\"text\":\"Calculating the system won't do anything, we need to synthesize the primary rss transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.695493"], ["updated_at", "2016-10-05 17:39:05.695493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et eligendi eaque nihil soluta quod autem.\",\"text\":\"I'll program the redundant TCP bandwidth, that should system the GB program!\"}"], ["created_at", "2016-10-05 17:39:05.696390"], ["updated_at", "2016-10-05 17:39:05.696390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut et nobis fugiat quod.\",\"text\":\"We need to bypass the redundant COM application!\"}"], ["created_at", "2016-10-05 17:39:05.697265"], ["updated_at", "2016-10-05 17:39:05.697265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint qui nisi et eaque aut asperiores aut.\",\"text\":\"You can't synthesize the capacitor without transmitting the virtual GB application!\"}"], ["created_at", "2016-10-05 17:39:05.698159"], ["updated_at", "2016-10-05 17:39:05.698159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi qui pariatur rerum accusantium ea magni ad.\",\"text\":\"You can't connect the application without bypassing the cross-platform PNG feed!\"}"], ["created_at", "2016-10-05 17:39:05.699030"], ["updated_at", "2016-10-05 17:39:05.699030"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus assumenda odio est quis itaque.\",\"text\":\"You can't connect the driver without overriding the wireless IB program!\"}"], ["created_at", "2016-10-05 17:39:05.699885"], ["updated_at", "2016-10-05 17:39:05.699885"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus autem hic.\",\"text\":\"I'll navigate the 1080p FTP matrix, that should application the COM monitor!\"}"], ["created_at", "2016-10-05 17:39:05.700738"], ["updated_at", "2016-10-05 17:39:05.700738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut omnis et.\",\"text\":\"I'll transmit the optical AGP alarm, that should transmitter the JBOD matrix!\"}"], ["created_at", "2016-10-05 17:39:05.701604"], ["updated_at", "2016-10-05 17:39:05.701604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti sunt fuga.\",\"text\":\"You can't navigate the driver without transmitting the wireless GB circuit!\"}"], ["created_at", "2016-10-05 17:39:05.702497"], ["updated_at", "2016-10-05 17:39:05.702497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore in laudantium consectetur.\",\"text\":\"Use the redundant XML matrix, then you can transmit the open-source feed!\"}"], ["created_at", "2016-10-05 17:39:05.703362"], ["updated_at", "2016-10-05 17:39:05.703362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui tempore neque commodi ipsum ut autem sint.\",\"text\":\"Use the primary THX system, then you can compress the wireless monitor!\"}"], ["created_at", "2016-10-05 17:39:05.704227"], ["updated_at", "2016-10-05 17:39:05.704227"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil similique aut maiores et provident molestiae ea.\",\"text\":\"You can't calculate the hard drive without generating the primary COM feed!\"}"], ["created_at", "2016-10-05 17:39:05.705077"], ["updated_at", "2016-10-05 17:39:05.705077"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia ipsa perspiciatis quis voluptatem odit reprehenderit.\",\"text\":\"The SQL sensor is down, program the redundant port so we can navigate the EXE monitor!\"}"], ["created_at", "2016-10-05 17:39:05.705937"], ["updated_at", "2016-10-05 17:39:05.705937"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia dolorum sit consequuntur eum maxime.\",\"text\":\"If we navigate the protocol, we can get to the EXE firewall through the optical SMS array!\"}"], ["created_at", "2016-10-05 17:39:05.706811"], ["updated_at", "2016-10-05 17:39:05.706811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum laboriosam vel et.\",\"text\":\"Try to hack the COM panel, maybe it will input the bluetooth bus!\"}"], ["created_at", "2016-10-05 17:39:05.707666"], ["updated_at", "2016-10-05 17:39:05.707666"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis provident excepturi mollitia sint ut et ut.\",\"text\":\"Try to transmit the CSS monitor, maybe it will copy the auxiliary protocol!\"}"], ["created_at", "2016-10-05 17:39:05.708538"], ["updated_at", "2016-10-05 17:39:05.708538"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident dolores harum.\",\"text\":\"Quantifying the port won't do anything, we need to parse the back-end http hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.709405"], ["updated_at", "2016-10-05 17:39:05.709405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum laudantium odit officia maiores aut omnis voluptas.\",\"text\":\"I'll generate the wireless SDD application, that should capacitor the SQL application!\"}"], ["created_at", "2016-10-05 17:39:05.710270"], ["updated_at", "2016-10-05 17:39:05.710270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos unde reiciendis magnam.\",\"text\":\"I'll hack the multi-byte SQL port, that should driver the XSS program!\"}"], ["created_at", "2016-10-05 17:39:05.711157"], ["updated_at", "2016-10-05 17:39:05.711157"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam aut saepe voluptatum ullam tempore similique praesentium.\",\"text\":\"We need to connect the solid state JSON capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.712018"], ["updated_at", "2016-10-05 17:39:05.712018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum quae nulla dolorum ut minus facere.\",\"text\":\"Try to override the CSS capacitor, maybe it will connect the optical card!\"}"], ["created_at", "2016-10-05 17:39:05.712887"], ["updated_at", "2016-10-05 17:39:05.712887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem voluptatem quis est rerum.\",\"text\":\"The GB hard drive is down, copy the virtual pixel so we can connect the USB firewall!\"}"], ["created_at", "2016-10-05 17:39:05.713749"], ["updated_at", "2016-10-05 17:39:05.713749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic dolor maiores.\",\"text\":\"We need to compress the auxiliary COM pixel!\"}"], ["created_at", "2016-10-05 17:39:05.714606"], ["updated_at", "2016-10-05 17:39:05.714606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum similique ipsum ea quia.\",\"text\":\"We need to input the optical XSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.715463"], ["updated_at", "2016-10-05 17:39:05.715463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem est aut praesentium ut minus earum.\",\"text\":\"If we generate the interface, we can get to the PNG circuit through the solid state AI transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.716313"], ["updated_at", "2016-10-05 17:39:05.716313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed voluptas autem pariatur et dolorem.\",\"text\":\"We need to generate the back-end SMS circuit!\"}"], ["created_at", "2016-10-05 17:39:05.717173"], ["updated_at", "2016-10-05 17:39:05.717173"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum vel et praesentium.\",\"text\":\"The SMS array is down, transmit the 1080p monitor so we can synthesize the FTP card!\"}"], ["created_at", "2016-10-05 17:39:05.718025"], ["updated_at", "2016-10-05 17:39:05.718025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non aperiam dignissimos maiores delectus.\",\"text\":\"If we program the alarm, we can get to the RAM feed through the multi-byte ADP panel!\"}"], ["created_at", "2016-10-05 17:39:05.718933"], ["updated_at", "2016-10-05 17:39:05.718933"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit praesentium ut.\",\"text\":\"Use the auxiliary SQL transmitter, then you can back up the neural interface!\"}"], ["created_at", "2016-10-05 17:39:05.719799"], ["updated_at", "2016-10-05 17:39:05.719799"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex distinctio aliquam.\",\"text\":\"We need to transmit the mobile JBOD firewall!\"}"], ["created_at", "2016-10-05 17:39:05.720650"], ["updated_at", "2016-10-05 17:39:05.720650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam et et deleniti.\",\"text\":\"Use the cross-platform SQL alarm, then you can connect the wireless firewall!\"}"], ["created_at", "2016-10-05 17:39:05.721511"], ["updated_at", "2016-10-05 17:39:05.721511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere omnis excepturi cumque animi.\",\"text\":\"Use the open-source PNG monitor, then you can index the wireless array!\"}"], ["created_at", "2016-10-05 17:39:05.722369"], ["updated_at", "2016-10-05 17:39:05.722369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium qui aliquid.\",\"text\":\"The SMTP microchip is down, bypass the optical capacitor so we can connect the SMS monitor!\"}"], ["created_at", "2016-10-05 17:39:05.723231"], ["updated_at", "2016-10-05 17:39:05.723231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt nulla totam alias.\",\"text\":\"The JBOD monitor is down, program the optical driver so we can quantify the JSON interface!\"}"], ["created_at", "2016-10-05 17:39:05.724103"], ["updated_at", "2016-10-05 17:39:05.724103"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde corrupti autem pariatur dolorem asperiores dignissimos rem.\",\"text\":\"If we parse the card, we can get to the AI bandwidth through the solid state CSS bus!\"}"], ["created_at", "2016-10-05 17:39:05.724960"], ["updated_at", "2016-10-05 17:39:05.724960"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis sit rerum ea magni aut quia voluptatem.\",\"text\":\"I'll generate the virtual THX driver, that should panel the JSON circuit!\"}"], ["created_at", "2016-10-05 17:39:05.725834"], ["updated_at", "2016-10-05 17:39:05.725834"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam eaque accusamus neque quo asperiores dolorum.\",\"text\":\"You can't input the microchip without backing up the neural USB protocol!\"}"], ["created_at", "2016-10-05 17:39:05.726719"], ["updated_at", "2016-10-05 17:39:05.726719"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui tempore eos qui beatae.\",\"text\":\"You can't synthesize the application without indexing the back-end SQL array!\"}"], ["created_at", "2016-10-05 17:39:05.727575"], ["updated_at", "2016-10-05 17:39:05.727575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor quis molestias praesentium.\",\"text\":\"We need to back up the optical PNG alarm!\"}"], ["created_at", "2016-10-05 17:39:05.728466"], ["updated_at", "2016-10-05 17:39:05.728466"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel aliquid voluptatum autem ipsa aut ut nihil.\",\"text\":\"Use the online FTP hard drive, then you can hack the digital capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.729331"], ["updated_at", "2016-10-05 17:39:05.729331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi eaque fugit nam quam.\",\"text\":\"You can't calculate the bandwidth without overriding the haptic COM microchip!\"}"], ["created_at", "2016-10-05 17:39:05.730177"], ["updated_at", "2016-10-05 17:39:05.730177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo quam sint nulla harum voluptatem et ea.\",\"text\":\"If we navigate the interface, we can get to the SAS bus through the cross-platform SCSI panel!\"}"], ["created_at", "2016-10-05 17:39:05.731063"], ["updated_at", "2016-10-05 17:39:05.731063"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique sit et error temporibus et harum praesentium.\",\"text\":\"Indexing the firewall won't do anything, we need to back up the back-end jbod driver!\"}"], ["created_at", "2016-10-05 17:39:05.731961"], ["updated_at", "2016-10-05 17:39:05.731961"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae qui delectus placeat sit.\",\"text\":\"Bypassing the interface won't do anything, we need to index the multi-byte usb microchip!\"}"], ["created_at", "2016-10-05 17:39:05.732845"], ["updated_at", "2016-10-05 17:39:05.732845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia aut quos qui minima aut omnis.\",\"text\":\"The TCP sensor is down, input the multi-byte sensor so we can generate the AI system!\"}"], ["created_at", "2016-10-05 17:39:05.733702"], ["updated_at", "2016-10-05 17:39:05.733702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae quidem eius neque eos reiciendis.\",\"text\":\"I'll copy the open-source COM matrix, that should capacitor the SSL monitor!\"}"], ["created_at", "2016-10-05 17:39:05.734598"], ["updated_at", "2016-10-05 17:39:05.734598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius quia incidunt et itaque.\",\"text\":\"You can't generate the interface without connecting the 1080p RAM protocol!\"}"], ["created_at", "2016-10-05 17:39:05.735479"], ["updated_at", "2016-10-05 17:39:05.735479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia sed et eligendi.\",\"text\":\"Use the auxiliary RSS transmitter, then you can synthesize the open-source sensor!\"}"], ["created_at", "2016-10-05 17:39:05.736334"], ["updated_at", "2016-10-05 17:39:05.736334"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis eos doloribus.\",\"text\":\"The SAS port is down, input the wireless monitor so we can synthesize the RSS program!\"}"], ["created_at", "2016-10-05 17:39:05.737192"], ["updated_at", "2016-10-05 17:39:05.737192"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem consequuntur et vel consequatur dicta sed amet.\",\"text\":\"The TCP protocol is down, override the cross-platform bus so we can generate the SMTP firewall!\"}"], ["created_at", "2016-10-05 17:39:05.738076"], ["updated_at", "2016-10-05 17:39:05.738076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore maxime repudiandae.\",\"text\":\"You can't bypass the array without compressing the solid state COM microchip!\"}"], ["created_at", "2016-10-05 17:39:05.739013"], ["updated_at", "2016-10-05 17:39:05.739013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur dolorum impedit dolorem.\",\"text\":\"We need to index the digital COM bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.739948"], ["updated_at", "2016-10-05 17:39:05.739948"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod laudantium in est qui.\",\"text\":\"If we connect the card, we can get to the GB hard drive through the solid state SSL driver!\"}"], ["created_at", "2016-10-05 17:39:05.740845"], ["updated_at", "2016-10-05 17:39:05.740845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis quo qui aliquam.\",\"text\":\"Generating the driver won't do anything, we need to input the haptic agp sensor!\"}"], ["created_at", "2016-10-05 17:39:05.741705"], ["updated_at", "2016-10-05 17:39:05.741705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est minus ut eveniet ut.\",\"text\":\"We need to navigate the wireless JSON system!\"}"], ["created_at", "2016-10-05 17:39:05.742602"], ["updated_at", "2016-10-05 17:39:05.742602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui suscipit esse debitis est.\",\"text\":\"Try to hack the THX monitor, maybe it will back up the digital matrix!\"}"], ["created_at", "2016-10-05 17:39:05.743473"], ["updated_at", "2016-10-05 17:39:05.743473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum aliquid quis nemo dolorum et quia.\",\"text\":\"Try to index the RAM panel, maybe it will generate the open-source pixel!\"}"], ["created_at", "2016-10-05 17:39:05.744333"], ["updated_at", "2016-10-05 17:39:05.744333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut est vitae magnam ducimus ullam.\",\"text\":\"The SQL bandwidth is down, back up the open-source driver so we can calculate the SAS sensor!\"}"], ["created_at", "2016-10-05 17:39:05.745181"], ["updated_at", "2016-10-05 17:39:05.745181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum aliquam laborum laboriosam.\",\"text\":\"Try to hack the THX monitor, maybe it will quantify the cross-platform application!\"}"], ["created_at", "2016-10-05 17:39:05.746049"], ["updated_at", "2016-10-05 17:39:05.746049"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut magnam id ipsa sunt eos.\",\"text\":\"We need to parse the wireless SAS capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.746942"], ["updated_at", "2016-10-05 17:39:05.746942"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint vel quas unde omnis.\",\"text\":\"We need to hack the wireless EXE bus!\"}"], ["created_at", "2016-10-05 17:39:05.747797"], ["updated_at", "2016-10-05 17:39:05.747797"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam maiores beatae.\",\"text\":\"The SDD hard drive is down, copy the digital panel so we can connect the PNG hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.748674"], ["updated_at", "2016-10-05 17:39:05.748674"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex id ad consequatur.\",\"text\":\"Use the haptic CSS sensor, then you can reboot the virtual program!\"}"], ["created_at", "2016-10-05 17:39:05.749523"], ["updated_at", "2016-10-05 17:39:05.749523"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum sit modi est.\",\"text\":\"If we calculate the circuit, we can get to the HDD system through the online HDD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.750420"], ["updated_at", "2016-10-05 17:39:05.750420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum eos ipsum et ducimus quo.\",\"text\":\"Try to input the AGP microchip, maybe it will bypass the cross-platform system!\"}"], ["created_at", "2016-10-05 17:39:05.751280"], ["updated_at", "2016-10-05 17:39:05.751280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus esse non perspiciatis temporibus rem dolores.\",\"text\":\"Try to back up the SQL circuit, maybe it will bypass the bluetooth matrix!\"}"], ["created_at", "2016-10-05 17:39:05.752154"], ["updated_at", "2016-10-05 17:39:05.752154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia corrupti eligendi libero commodi quibusdam ducimus.\",\"text\":\"Hacking the firewall won't do anything, we need to compress the virtual sql interface!\"}"], ["created_at", "2016-10-05 17:39:05.753014"], ["updated_at", "2016-10-05 17:39:05.753014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore dolorem amet veniam.\",\"text\":\"You can't connect the card without parsing the auxiliary SCSI port!\"}"], ["created_at", "2016-10-05 17:39:05.753870"], ["updated_at", "2016-10-05 17:39:05.753870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas rerum possimus.\",\"text\":\"Try to connect the FTP matrix, maybe it will navigate the primary circuit!\"}"], ["created_at", "2016-10-05 17:39:05.754740"], ["updated_at", "2016-10-05 17:39:05.754740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod aliquam illo adipisci.\",\"text\":\"I'll calculate the bluetooth RAM alarm, that should panel the RAM array!\"}"], ["created_at", "2016-10-05 17:39:05.755602"], ["updated_at", "2016-10-05 17:39:05.755602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est consequatur beatae quis ex illo mollitia in.\",\"text\":\"We need to bypass the multi-byte FTP driver!\"}"], ["created_at", "2016-10-05 17:39:05.756459"], ["updated_at", "2016-10-05 17:39:05.756459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut placeat aut.\",\"text\":\"I'll back up the auxiliary HDD array, that should firewall the SMTP microchip!\"}"], ["created_at", "2016-10-05 17:39:05.757319"], ["updated_at", "2016-10-05 17:39:05.757319"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id facere ut sapiente est.\",\"text\":\"Try to calculate the COM pixel, maybe it will copy the solid state matrix!\"}"], ["created_at", "2016-10-05 17:39:05.758175"], ["updated_at", "2016-10-05 17:39:05.758175"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio dignissimos eos aliquam soluta non architecto at.\",\"text\":\"We need to override the digital XML system!\"}"], ["created_at", "2016-10-05 17:39:05.759060"], ["updated_at", "2016-10-05 17:39:05.759060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam aut non tenetur est fuga doloribus reprehenderit.\",\"text\":\"Try to input the SQL bus, maybe it will program the digital microchip!\"}"], ["created_at", "2016-10-05 17:39:05.759934"], ["updated_at", "2016-10-05 17:39:05.759934"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem temporibus molestiae sit et.\",\"text\":\"I'll override the 1080p USB card, that should alarm the COM matrix!\"}"], ["created_at", "2016-10-05 17:39:05.760793"], ["updated_at", "2016-10-05 17:39:05.760793"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate possimus eveniet.\",\"text\":\"We need to bypass the virtual SSL feed!\"}"], ["created_at", "2016-10-05 17:39:05.761645"], ["updated_at", "2016-10-05 17:39:05.761645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas nam cum sed.\",\"text\":\"I'll synthesize the 1080p SAS protocol, that should alarm the GB system!\"}"], ["created_at", "2016-10-05 17:39:05.762507"], ["updated_at", "2016-10-05 17:39:05.762507"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet molestiae libero qui ut natus.\",\"text\":\"We need to generate the 1080p HDD driver!\"}"], ["created_at", "2016-10-05 17:39:05.763363"], ["updated_at", "2016-10-05 17:39:05.763363"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti facere veritatis non laboriosam nihil.\",\"text\":\"Use the neural XML driver, then you can quantify the redundant transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.764218"], ["updated_at", "2016-10-05 17:39:05.764218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit et vitae.\",\"text\":\"Navigating the firewall won't do anything, we need to input the virtual sdd array!\"}"], ["created_at", "2016-10-05 17:39:05.765135"], ["updated_at", "2016-10-05 17:39:05.765135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur voluptates vero minus.\",\"text\":\"We need to back up the wireless USB array!\"}"], ["created_at", "2016-10-05 17:39:05.766036"], ["updated_at", "2016-10-05 17:39:05.766036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque dolor aliquid delectus eveniet.\",\"text\":\"You can't override the protocol without calculating the auxiliary XSS array!\"}"], ["created_at", "2016-10-05 17:39:05.766935"], ["updated_at", "2016-10-05 17:39:05.766935"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis iusto ipsa dicta occaecati ut.\",\"text\":\"Try to transmit the PCI monitor, maybe it will copy the haptic array!\"}"], ["created_at", "2016-10-05 17:39:05.767810"], ["updated_at", "2016-10-05 17:39:05.767810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo quidem numquam error consequuntur corrupti maxime officiis.\",\"text\":\"You can't navigate the matrix without bypassing the mobile XML matrix!\"}"], ["created_at", "2016-10-05 17:39:05.768707"], ["updated_at", "2016-10-05 17:39:05.768707"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad sequi dignissimos aut iusto ab consequuntur tempore.\",\"text\":\"We need to hack the digital FTP system!\"}"], ["created_at", "2016-10-05 17:39:05.769569"], ["updated_at", "2016-10-05 17:39:05.769569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor sed ea qui.\",\"text\":\"Use the back-end SAS hard drive, then you can input the auxiliary bus!\"}"], ["created_at", "2016-10-05 17:39:05.770469"], ["updated_at", "2016-10-05 17:39:05.770469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi distinctio earum ipsam.\",\"text\":\"You can't generate the alarm without connecting the haptic XSS firewall!\"}"], ["created_at", "2016-10-05 17:39:05.771362"], ["updated_at", "2016-10-05 17:39:05.771362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat et delectus sint velit.\",\"text\":\"Try to transmit the EXE bandwidth, maybe it will input the online system!\"}"], ["created_at", "2016-10-05 17:39:05.772332"], ["updated_at", "2016-10-05 17:39:05.772332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam et optio dolorem.\",\"text\":\"Use the cross-platform FTP interface, then you can program the mobile interface!\"}"], ["created_at", "2016-10-05 17:39:05.773232"], ["updated_at", "2016-10-05 17:39:05.773232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui reiciendis commodi dolorum saepe molestiae.\",\"text\":\"We need to compress the mobile RSS interface!\"}"], ["created_at", "2016-10-05 17:39:05.774104"], ["updated_at", "2016-10-05 17:39:05.774104"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere aut expedita vel porro inventore.\",\"text\":\"Try to generate the AI alarm, maybe it will connect the digital microchip!\"}"], ["created_at", "2016-10-05 17:39:05.775022"], ["updated_at", "2016-10-05 17:39:05.775022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro corporis eius dolor voluptas sunt.\",\"text\":\"Use the haptic ADP transmitter, then you can synthesize the auxiliary bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.775928"], ["updated_at", "2016-10-05 17:39:05.775928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem ut quibusdam magnam saepe voluptate corrupti.\",\"text\":\"I'll hack the neural JSON system, that should system the XSS sensor!\"}"], ["created_at", "2016-10-05 17:39:05.776819"], ["updated_at", "2016-10-05 17:39:05.776819"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum aliquid alias eveniet soluta cum et rerum.\",\"text\":\"I'll reboot the redundant HTTP matrix, that should array the RAM feed!\"}"], ["created_at", "2016-10-05 17:39:05.777683"], ["updated_at", "2016-10-05 17:39:05.777683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut cupiditate omnis est voluptatem.\",\"text\":\"Indexing the array won't do anything, we need to program the mobile json microchip!\"}"], ["created_at", "2016-10-05 17:39:05.778582"], ["updated_at", "2016-10-05 17:39:05.778582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum est eligendi optio saepe expedita et.\",\"text\":\"If we index the system, we can get to the SMTP microchip through the digital ADP sensor!\"}"], ["created_at", "2016-10-05 17:39:05.779448"], ["updated_at", "2016-10-05 17:39:05.779448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus consequatur velit rerum.\",\"text\":\"If we calculate the microchip, we can get to the HTTP port through the 1080p RSS port!\"}"], ["created_at", "2016-10-05 17:39:05.780335"], ["updated_at", "2016-10-05 17:39:05.780335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi quasi error.\",\"text\":\"The XML panel is down, compress the wireless capacitor so we can input the EXE bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.781203"], ["updated_at", "2016-10-05 17:39:05.781203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur natus dolorem quod ipsam commodi.\",\"text\":\"Use the bluetooth USB capacitor, then you can calculate the solid state capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.782075"], ["updated_at", "2016-10-05 17:39:05.782075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias laborum facilis minus quam.\",\"text\":\"Try to quantify the FTP application, maybe it will generate the primary array!\"}"], ["created_at", "2016-10-05 17:39:05.782982"], ["updated_at", "2016-10-05 17:39:05.782982"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur et corrupti et perferendis.\",\"text\":\"The SAS program is down, parse the neural system so we can synthesize the PCI microchip!\"}"], ["created_at", "2016-10-05 17:39:05.783837"], ["updated_at", "2016-10-05 17:39:05.783837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est nesciunt occaecati earum voluptas nulla est voluptatem.\",\"text\":\"If we input the bus, we can get to the USB transmitter through the open-source THX port!\"}"], ["created_at", "2016-10-05 17:39:05.784697"], ["updated_at", "2016-10-05 17:39:05.784697"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem cupiditate similique est quidem.\",\"text\":\"If we quantify the interface, we can get to the AGP system through the primary SCSI microchip!\"}"], ["created_at", "2016-10-05 17:39:05.785578"], ["updated_at", "2016-10-05 17:39:05.785578"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet mollitia et.\",\"text\":\"I'll compress the auxiliary SCSI port, that should bus the TCP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.786466"], ["updated_at", "2016-10-05 17:39:05.786466"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio quidem facilis quia aut ut rerum sit.\",\"text\":\"Try to compress the EXE program, maybe it will transmit the redundant system!\"}"], ["created_at", "2016-10-05 17:39:05.787339"], ["updated_at", "2016-10-05 17:39:05.787339"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita dolore eos.\",\"text\":\"I'll copy the 1080p THX protocol, that should card the IB monitor!\"}"], ["created_at", "2016-10-05 17:39:05.788237"], ["updated_at", "2016-10-05 17:39:05.788237"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque at non.\",\"text\":\"I'll calculate the optical IB protocol, that should microchip the RSS bus!\"}"], ["created_at", "2016-10-05 17:39:05.789100"], ["updated_at", "2016-10-05 17:39:05.789100"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur hic in voluptatem ut voluptatem natus.\",\"text\":\"Compressing the system won't do anything, we need to override the online com monitor!\"}"], ["created_at", "2016-10-05 17:39:05.789973"], ["updated_at", "2016-10-05 17:39:05.789973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque cupiditate explicabo sint.\",\"text\":\"Try to reboot the USB array, maybe it will parse the solid state firewall!\"}"], ["created_at", "2016-10-05 17:39:05.790851"], ["updated_at", "2016-10-05 17:39:05.790851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt et qui ullam.\",\"text\":\"Try to navigate the SCSI application, maybe it will hack the virtual system!\"}"], ["created_at", "2016-10-05 17:39:05.791698"], ["updated_at", "2016-10-05 17:39:05.791698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et voluptas optio.\",\"text\":\"If we copy the matrix, we can get to the PCI monitor through the 1080p HDD bus!\"}"], ["created_at", "2016-10-05 17:39:05.792568"], ["updated_at", "2016-10-05 17:39:05.792568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea similique et vero illo nobis quaerat.\",\"text\":\"You can't synthesize the interface without transmitting the 1080p JBOD hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.793441"], ["updated_at", "2016-10-05 17:39:05.793441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste dolores ut dolor.\",\"text\":\"If we generate the array, we can get to the AGP sensor through the auxiliary JBOD monitor!\"}"], ["created_at", "2016-10-05 17:39:05.794291"], ["updated_at", "2016-10-05 17:39:05.794291"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam maiores non ducimus quo.\",\"text\":\"Use the 1080p JSON application, then you can hack the redundant bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.795149"], ["updated_at", "2016-10-05 17:39:05.795149"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor rerum neque et impedit et odio architecto.\",\"text\":\"You can't navigate the interface without parsing the cross-platform CSS matrix!\"}"], ["created_at", "2016-10-05 17:39:05.796005"], ["updated_at", "2016-10-05 17:39:05.796005"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed repudiandae commodi fugit vitae porro eligendi sint.\",\"text\":\"The SAS application is down, copy the online card so we can parse the IB pixel!\"}"], ["created_at", "2016-10-05 17:39:05.796858"], ["updated_at", "2016-10-05 17:39:05.796858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis sed vero est reprehenderit.\",\"text\":\"The ADP matrix is down, compress the solid state card so we can generate the IB bus!\"}"], ["created_at", "2016-10-05 17:39:05.797735"], ["updated_at", "2016-10-05 17:39:05.797735"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ut asperiores culpa totam.\",\"text\":\"I'll compress the haptic JSON feed, that should matrix the SMS program!\"}"], ["created_at", "2016-10-05 17:39:05.798598"], ["updated_at", "2016-10-05 17:39:05.798598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga at tempora ea blanditiis non ratione enim.\",\"text\":\"Try to compress the RAM matrix, maybe it will generate the digital card!\"}"], ["created_at", "2016-10-05 17:39:05.799465"], ["updated_at", "2016-10-05 17:39:05.799465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores sit aliquam qui rem.\",\"text\":\"I'll reboot the digital SMS feed, that should feed the SDD circuit!\"}"], ["created_at", "2016-10-05 17:39:05.800380"], ["updated_at", "2016-10-05 17:39:05.800380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet voluptates voluptatum impedit eos porro vero.\",\"text\":\"You can't parse the interface without indexing the optical AGP bus!\"}"], ["created_at", "2016-10-05 17:39:05.801297"], ["updated_at", "2016-10-05 17:39:05.801297"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit aspernatur fugiat molestiae.\",\"text\":\"Use the virtual JBOD protocol, then you can transmit the neural capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.802193"], ["updated_at", "2016-10-05 17:39:05.802193"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus dolores ea et atque harum sunt dolor.\",\"text\":\"Use the redundant SDD port, then you can hack the digital array!\"}"], ["created_at", "2016-10-05 17:39:05.803077"], ["updated_at", "2016-10-05 17:39:05.803077"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni nemo consequatur.\",\"text\":\"Calculating the circuit won't do anything, we need to reboot the solid state gb driver!\"}"], ["created_at", "2016-10-05 17:39:05.803937"], ["updated_at", "2016-10-05 17:39:05.803937"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim rerum labore aut similique id nemo doloribus.\",\"text\":\"I'll override the haptic SAS firewall, that should bandwidth the FTP hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.804812"], ["updated_at", "2016-10-05 17:39:05.804812"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor provident facere quas enim exercitationem ea.\",\"text\":\"Use the haptic THX panel, then you can index the optical port!\"}"], ["created_at", "2016-10-05 17:39:05.805683"], ["updated_at", "2016-10-05 17:39:05.805683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem in qui error accusantium quasi sunt odit.\",\"text\":\"You can't reboot the feed without calculating the cross-platform ADP system!\"}"], ["created_at", "2016-10-05 17:39:05.806574"], ["updated_at", "2016-10-05 17:39:05.806574"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores totam consequatur.\",\"text\":\"The FTP bus is down, program the 1080p bandwidth so we can program the IB system!\"}"], ["created_at", "2016-10-05 17:39:05.807440"], ["updated_at", "2016-10-05 17:39:05.807440"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit aliquid sunt possimus vel.\",\"text\":\"We need to navigate the neural RAM hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.808317"], ["updated_at", "2016-10-05 17:39:05.808317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod sed recusandae quisquam deleniti doloremque et.\",\"text\":\"Use the bluetooth SCSI pixel, then you can quantify the cross-platform array!\"}"], ["created_at", "2016-10-05 17:39:05.809205"], ["updated_at", "2016-10-05 17:39:05.809205"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio qui assumenda alias expedita nostrum placeat necessitatibus.\",\"text\":\"Use the neural XSS bandwidth, then you can back up the online bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.810101"], ["updated_at", "2016-10-05 17:39:05.810101"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sequi neque.\",\"text\":\"You can't navigate the protocol without navigating the 1080p THX panel!\"}"], ["created_at", "2016-10-05 17:39:05.810989"], ["updated_at", "2016-10-05 17:39:05.810989"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque sunt magnam temporibus reprehenderit optio.\",\"text\":\"You can't transmit the feed without hacking the redundant TCP circuit!\"}"], ["created_at", "2016-10-05 17:39:05.811869"], ["updated_at", "2016-10-05 17:39:05.811869"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit a suscipit commodi natus animi eius corporis.\",\"text\":\"We need to synthesize the haptic EXE circuit!\"}"], ["created_at", "2016-10-05 17:39:05.812787"], ["updated_at", "2016-10-05 17:39:05.812787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui nulla repudiandae nostrum veniam.\",\"text\":\"The AGP application is down, synthesize the open-source interface so we can transmit the HDD firewall!\"}"], ["created_at", "2016-10-05 17:39:05.813661"], ["updated_at", "2016-10-05 17:39:05.813661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia omnis odio.\",\"text\":\"I'll connect the neural XSS port, that should alarm the SCSI application!\"}"], ["created_at", "2016-10-05 17:39:05.814534"], ["updated_at", "2016-10-05 17:39:05.814534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe nobis beatae quia non asperiores.\",\"text\":\"Navigating the bus won't do anything, we need to override the solid state xss system!\"}"], ["created_at", "2016-10-05 17:39:05.815405"], ["updated_at", "2016-10-05 17:39:05.815405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores est et sequi et quos.\",\"text\":\"We need to compress the cross-platform JSON driver!\"}"], ["created_at", "2016-10-05 17:39:05.816289"], ["updated_at", "2016-10-05 17:39:05.816289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid temporibus in.\",\"text\":\"If we compress the system, we can get to the PCI program through the neural RSS monitor!\"}"], ["created_at", "2016-10-05 17:39:05.817178"], ["updated_at", "2016-10-05 17:39:05.817178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam eligendi sit ut adipisci sapiente aut.\",\"text\":\"Use the 1080p ADP matrix, then you can reboot the haptic capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.818071"], ["updated_at", "2016-10-05 17:39:05.818071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit doloribus consectetur veniam doloremque non labore.\",\"text\":\"I'll index the multi-byte SDD transmitter, that should system the USB matrix!\"}"], ["created_at", "2016-10-05 17:39:05.818982"], ["updated_at", "2016-10-05 17:39:05.818982"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui quas rerum ut modi.\",\"text\":\"The HTTP capacitor is down, index the solid state array so we can connect the PCI driver!\"}"], ["created_at", "2016-10-05 17:39:05.819848"], ["updated_at", "2016-10-05 17:39:05.819848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium consequatur libero eaque officiis.\",\"text\":\"I'll copy the optical SQL firewall, that should microchip the AI application!\"}"], ["created_at", "2016-10-05 17:39:05.820726"], ["updated_at", "2016-10-05 17:39:05.820726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus et excepturi itaque.\",\"text\":\"Use the bluetooth SQL card, then you can bypass the back-end firewall!\"}"], ["created_at", "2016-10-05 17:39:05.821596"], ["updated_at", "2016-10-05 17:39:05.821596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis libero velit quidem atque harum inventore at.\",\"text\":\"If we compress the hard drive, we can get to the RSS feed through the open-source JSON pixel!\"}"], ["created_at", "2016-10-05 17:39:05.822489"], ["updated_at", "2016-10-05 17:39:05.822489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere aut repellat dolore ad.\",\"text\":\"I'll index the multi-byte USB panel, that should system the ADP circuit!\"}"], ["created_at", "2016-10-05 17:39:05.823357"], ["updated_at", "2016-10-05 17:39:05.823357"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor eius ad at magni ullam voluptatibus.\",\"text\":\"Use the online PNG application, then you can hack the wireless bus!\"}"], ["created_at", "2016-10-05 17:39:05.824280"], ["updated_at", "2016-10-05 17:39:05.824280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui hic fugit nobis ut.\",\"text\":\"I'll quantify the wireless CSS microchip, that should pixel the SMS array!\"}"], ["created_at", "2016-10-05 17:39:05.825161"], ["updated_at", "2016-10-05 17:39:05.825161"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi et dolores id repudiandae delectus voluptate autem.\",\"text\":\"I'll navigate the solid state RAM driver, that should protocol the RAM pixel!\"}"], ["created_at", "2016-10-05 17:39:05.826069"], ["updated_at", "2016-10-05 17:39:05.826069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam iure maxime.\",\"text\":\"I'll quantify the neural SMTP port, that should capacitor the GB circuit!\"}"], ["created_at", "2016-10-05 17:39:05.827000"], ["updated_at", "2016-10-05 17:39:05.827000"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et libero adipisci possimus velit consequuntur.\",\"text\":\"I'll hack the solid state SMS panel, that should card the COM protocol!\"}"], ["created_at", "2016-10-05 17:39:05.827883"], ["updated_at", "2016-10-05 17:39:05.827883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur dicta deserunt expedita qui voluptatum.\",\"text\":\"We need to generate the online SQL application!\"}"], ["created_at", "2016-10-05 17:39:05.828762"], ["updated_at", "2016-10-05 17:39:05.828762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur facere non minima.\",\"text\":\"The JBOD program is down, copy the solid state system so we can compress the CSS program!\"}"], ["created_at", "2016-10-05 17:39:05.829629"], ["updated_at", "2016-10-05 17:39:05.829629"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro distinctio quia alias eum dignissimos necessitatibus.\",\"text\":\"You can't synthesize the program without quantifying the redundant ADP program!\"}"], ["created_at", "2016-10-05 17:39:05.830522"], ["updated_at", "2016-10-05 17:39:05.830522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut tempora ut et sequi modi et qui.\",\"text\":\"We need to override the primary SMS microchip!\"}"], ["created_at", "2016-10-05 17:39:05.831426"], ["updated_at", "2016-10-05 17:39:05.831426"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui eos aut nulla quam et distinctio.\",\"text\":\"You can't back up the matrix without quantifying the mobile SMTP firewall!\"}"], ["created_at", "2016-10-05 17:39:05.832332"], ["updated_at", "2016-10-05 17:39:05.832332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis tenetur odit consequatur molestiae nesciunt.\",\"text\":\"Use the neural USB array, then you can program the redundant sensor!\"}"], ["created_at", "2016-10-05 17:39:05.833214"], ["updated_at", "2016-10-05 17:39:05.833214"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et inventore est praesentium possimus explicabo.\",\"text\":\"We need to transmit the mobile PCI firewall!\"}"], ["created_at", "2016-10-05 17:39:05.834098"], ["updated_at", "2016-10-05 17:39:05.834098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod laudantium cum voluptatem consequatur aspernatur eius.\",\"text\":\"We need to override the wireless SQL application!\"}"], ["created_at", "2016-10-05 17:39:05.835060"], ["updated_at", "2016-10-05 17:39:05.835060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis ratione magni animi inventore nisi quia praesentium.\",\"text\":\"If we synthesize the firewall, we can get to the AI panel through the optical JSON alarm!\"}"], ["created_at", "2016-10-05 17:39:05.835964"], ["updated_at", "2016-10-05 17:39:05.835964"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora temporibus et.\",\"text\":\"Use the cross-platform USB hard drive, then you can compress the primary firewall!\"}"], ["created_at", "2016-10-05 17:39:05.836833"], ["updated_at", "2016-10-05 17:39:05.836833"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint repellendus enim assumenda quia quae necessitatibus.\",\"text\":\"Use the auxiliary GB bus, then you can index the solid state matrix!\"}"], ["created_at", "2016-10-05 17:39:05.837706"], ["updated_at", "2016-10-05 17:39:05.837706"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quis aut debitis fugit.\",\"text\":\"Try to connect the XSS card, maybe it will calculate the neural sensor!\"}"], ["created_at", "2016-10-05 17:39:05.838615"], ["updated_at", "2016-10-05 17:39:05.838615"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae blanditiis aspernatur a voluptatem exercitationem nihil maiores.\",\"text\":\"You can't input the alarm without hacking the digital HDD hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.839539"], ["updated_at", "2016-10-05 17:39:05.839539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil eaque et est.\",\"text\":\"You can't bypass the bandwidth without connecting the wireless FTP hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.840534"], ["updated_at", "2016-10-05 17:39:05.840534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis doloremque exercitationem ullam.\",\"text\":\"We need to navigate the optical JSON matrix!\"}"], ["created_at", "2016-10-05 17:39:05.841495"], ["updated_at", "2016-10-05 17:39:05.841495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae nihil facere.\",\"text\":\"You can't bypass the application without backing up the open-source PNG array!\"}"], ["created_at", "2016-10-05 17:39:05.842499"], ["updated_at", "2016-10-05 17:39:05.842499"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis rerum ab.\",\"text\":\"If we back up the matrix, we can get to the PCI bandwidth through the primary HDD firewall!\"}"], ["created_at", "2016-10-05 17:39:05.843465"], ["updated_at", "2016-10-05 17:39:05.843465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum vitae ut.\",\"text\":\"I'll navigate the wireless PNG circuit, that should feed the RSS bus!\"}"], ["created_at", "2016-10-05 17:39:05.844479"], ["updated_at", "2016-10-05 17:39:05.844479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat laboriosam sunt.\",\"text\":\"Try to program the PCI alarm, maybe it will parse the neural array!\"}"], ["created_at", "2016-10-05 17:39:05.845434"], ["updated_at", "2016-10-05 17:39:05.845434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ullam voluptas placeat illo.\",\"text\":\"If we index the firewall, we can get to the XML firewall through the open-source HDD system!\"}"], ["created_at", "2016-10-05 17:39:05.846410"], ["updated_at", "2016-10-05 17:39:05.846410"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore qui qui.\",\"text\":\"Calculating the driver won't do anything, we need to calculate the back-end com system!\"}"], ["created_at", "2016-10-05 17:39:05.847384"], ["updated_at", "2016-10-05 17:39:05.847384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci tempora aliquam soluta omnis id.\",\"text\":\"I'll parse the wireless TCP panel, that should protocol the RSS protocol!\"}"], ["created_at", "2016-10-05 17:39:05.848329"], ["updated_at", "2016-10-05 17:39:05.848329"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus aliquam id facilis vel.\",\"text\":\"Try to back up the AI driver, maybe it will bypass the haptic matrix!\"}"], ["created_at", "2016-10-05 17:39:05.849297"], ["updated_at", "2016-10-05 17:39:05.849297"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime provident suscipit rerum.\",\"text\":\"If we hack the sensor, we can get to the FTP application through the wireless XML capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.850273"], ["updated_at", "2016-10-05 17:39:05.850273"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem odio qui.\",\"text\":\"The COM sensor is down, quantify the wireless monitor so we can back up the HDD interface!\"}"], ["created_at", "2016-10-05 17:39:05.851206"], ["updated_at", "2016-10-05 17:39:05.851206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi hic consectetur voluptatum quam velit exercitationem.\",\"text\":\"Try to override the JBOD protocol, maybe it will quantify the online protocol!\"}"], ["created_at", "2016-10-05 17:39:05.852155"], ["updated_at", "2016-10-05 17:39:05.852155"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui quis ipsa doloremque reiciendis sed.\",\"text\":\"We need to compress the redundant XSS port!\"}"], ["created_at", "2016-10-05 17:39:05.853028"], ["updated_at", "2016-10-05 17:39:05.853028"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et aut voluptas cupiditate omnis dolore quia quisquam.\",\"text\":\"If we parse the bus, we can get to the GB microchip through the neural ADP panel!\"}"], ["created_at", "2016-10-05 17:39:05.853908"], ["updated_at", "2016-10-05 17:39:05.853908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto id doloribus fugit et.\",\"text\":\"You can't compress the microchip without copying the solid state PNG circuit!\"}"], ["created_at", "2016-10-05 17:39:05.854834"], ["updated_at", "2016-10-05 17:39:05.854834"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque commodi et quia ut nam sint.\",\"text\":\"Use the digital SCSI hard drive, then you can input the 1080p circuit!\"}"], ["created_at", "2016-10-05 17:39:05.855705"], ["updated_at", "2016-10-05 17:39:05.855705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro repellendus deleniti explicabo.\",\"text\":\"The TCP transmitter is down, hack the neural microchip so we can generate the XSS pixel!\"}"], ["created_at", "2016-10-05 17:39:05.856595"], ["updated_at", "2016-10-05 17:39:05.856595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt dolor perferendis repellat non sit.\",\"text\":\"If we hack the interface, we can get to the USB sensor through the digital SDD transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.857469"], ["updated_at", "2016-10-05 17:39:05.857469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita maxime dolorum aut cupiditate voluptatibus itaque ducimus.\",\"text\":\"Use the 1080p CSS hard drive, then you can synthesize the primary monitor!\"}"], ["created_at", "2016-10-05 17:39:05.858375"], ["updated_at", "2016-10-05 17:39:05.858375"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus voluptas possimus consequatur incidunt fuga qui.\",\"text\":\"We need to back up the multi-byte PNG hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.859276"], ["updated_at", "2016-10-05 17:39:05.859276"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque ullam dolor qui ut non culpa.\",\"text\":\"Use the open-source SAS program, then you can program the mobile protocol!\"}"], ["created_at", "2016-10-05 17:39:05.860160"], ["updated_at", "2016-10-05 17:39:05.860160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum eaque quaerat dolorum aut ducimus.\",\"text\":\"We need to override the online COM hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.861064"], ["updated_at", "2016-10-05 17:39:05.861064"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae perferendis molestiae ut nisi tempora quidem.\",\"text\":\"Use the digital COM hard drive, then you can input the multi-byte protocol!\"}"], ["created_at", "2016-10-05 17:39:05.861973"], ["updated_at", "2016-10-05 17:39:05.861973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor maiores animi qui asperiores.\",\"text\":\"You can't input the array without synthesizing the wireless ADP pixel!\"}"], ["created_at", "2016-10-05 17:39:05.862860"], ["updated_at", "2016-10-05 17:39:05.862860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi hic sapiente sunt totam qui dolorum omnis.\",\"text\":\"I'll quantify the 1080p SMS card, that should microchip the PNG bus!\"}"], ["created_at", "2016-10-05 17:39:05.863734"], ["updated_at", "2016-10-05 17:39:05.863734"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus maiores autem ipsa voluptatum ullam iste.\",\"text\":\"Try to generate the PCI port, maybe it will input the redundant alarm!\"}"], ["created_at", "2016-10-05 17:39:05.864623"], ["updated_at", "2016-10-05 17:39:05.864623"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae et sint mollitia adipisci non.\",\"text\":\"Use the primary RAM program, then you can transmit the multi-byte program!\"}"], ["created_at", "2016-10-05 17:39:05.865538"], ["updated_at", "2016-10-05 17:39:05.865538"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident deleniti est sapiente.\",\"text\":\"We need to navigate the virtual SSL system!\"}"], ["created_at", "2016-10-05 17:39:05.866481"], ["updated_at", "2016-10-05 17:39:05.866481"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos aliquam illum.\",\"text\":\"We need to generate the solid state RAM array!\"}"], ["created_at", "2016-10-05 17:39:05.867377"], ["updated_at", "2016-10-05 17:39:05.867377"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil facilis amet expedita culpa recusandae quibusdam.\",\"text\":\"The SAS pixel is down, connect the cross-platform transmitter so we can input the XSS program!\"}"], ["created_at", "2016-10-05 17:39:05.868292"], ["updated_at", "2016-10-05 17:39:05.868292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur dolores in inventore est.\",\"text\":\"We need to navigate the haptic JSON monitor!\"}"], ["created_at", "2016-10-05 17:39:05.869233"], ["updated_at", "2016-10-05 17:39:05.869233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque delectus quis tempore amet.\",\"text\":\"The SDD driver is down, synthesize the redundant bus so we can index the GB program!\"}"], ["created_at", "2016-10-05 17:39:05.870115"], ["updated_at", "2016-10-05 17:39:05.870115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit eveniet quo sunt aliquid natus quo amet.\",\"text\":\"You can't input the card without compressing the mobile SDD alarm!\"}"], ["created_at", "2016-10-05 17:39:05.871039"], ["updated_at", "2016-10-05 17:39:05.871039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit molestiae aut quas.\",\"text\":\"You can't reboot the interface without backing up the solid state AGP monitor!\"}"], ["created_at", "2016-10-05 17:39:05.871915"], ["updated_at", "2016-10-05 17:39:05.871915"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad ea ut voluptatem illum et est.\",\"text\":\"If we generate the alarm, we can get to the USB microchip through the redundant TCP protocol!\"}"], ["created_at", "2016-10-05 17:39:05.872825"], ["updated_at", "2016-10-05 17:39:05.872825"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis provident quam voluptatem error consequatur possimus.\",\"text\":\"You can't reboot the driver without backing up the open-source USB array!\"}"], ["created_at", "2016-10-05 17:39:05.873738"], ["updated_at", "2016-10-05 17:39:05.873738"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia laboriosam est atque nostrum non nulla ea.\",\"text\":\"We need to program the 1080p AGP port!\"}"], ["created_at", "2016-10-05 17:39:05.874659"], ["updated_at", "2016-10-05 17:39:05.874659"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et exercitationem consequatur sunt debitis.\",\"text\":\"I'll reboot the back-end AI alarm, that should interface the SAS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.875578"], ["updated_at", "2016-10-05 17:39:05.875578"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum id doloremque dolorem iure.\",\"text\":\"Try to copy the CSS application, maybe it will transmit the cross-platform bus!\"}"], ["created_at", "2016-10-05 17:39:05.876540"], ["updated_at", "2016-10-05 17:39:05.876540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit quis enim temporibus ut illo repellat.\",\"text\":\"You can't program the system without programming the wireless THX hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.877451"], ["updated_at", "2016-10-05 17:39:05.877451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus vel totam quo et.\",\"text\":\"You can't connect the feed without programming the online EXE protocol!\"}"], ["created_at", "2016-10-05 17:39:05.878324"], ["updated_at", "2016-10-05 17:39:05.878324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil voluptas quas maxime sequi voluptatem vel minima.\",\"text\":\"The IB matrix is down, quantify the online pixel so we can quantify the COM port!\"}"], ["created_at", "2016-10-05 17:39:05.879247"], ["updated_at", "2016-10-05 17:39:05.879247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus praesentium quia.\",\"text\":\"If we navigate the system, we can get to the JBOD application through the haptic RSS port!\"}"], ["created_at", "2016-10-05 17:39:05.880132"], ["updated_at", "2016-10-05 17:39:05.880132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat corporis dicta tenetur vero facere aut.\",\"text\":\"We need to navigate the solid state EXE matrix!\"}"], ["created_at", "2016-10-05 17:39:05.881012"], ["updated_at", "2016-10-05 17:39:05.881012"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum pariatur culpa.\",\"text\":\"Try to connect the PCI monitor, maybe it will hack the cross-platform port!\"}"], ["created_at", "2016-10-05 17:39:05.881880"], ["updated_at", "2016-10-05 17:39:05.881880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia ea inventore.\",\"text\":\"We need to calculate the online SMTP circuit!\"}"], ["created_at", "2016-10-05 17:39:05.882761"], ["updated_at", "2016-10-05 17:39:05.882761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis consectetur totam corrupti enim similique.\",\"text\":\"We need to reboot the multi-byte AGP panel!\"}"], ["created_at", "2016-10-05 17:39:05.883640"], ["updated_at", "2016-10-05 17:39:05.883640"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis cumque assumenda ea sed accusamus expedita.\",\"text\":\"I'll override the mobile COM bus, that should application the SSL alarm!\"}"], ["created_at", "2016-10-05 17:39:05.884518"], ["updated_at", "2016-10-05 17:39:05.884518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores consequatur sit similique iure beatae voluptatum totam.\",\"text\":\"I'll transmit the open-source TCP program, that should application the SMS feed!\"}"], ["created_at", "2016-10-05 17:39:05.885420"], ["updated_at", "2016-10-05 17:39:05.885420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim quidem velit autem qui.\",\"text\":\"We need to compress the virtual GB monitor!\"}"], ["created_at", "2016-10-05 17:39:05.886294"], ["updated_at", "2016-10-05 17:39:05.886294"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet accusantium alias.\",\"text\":\"Use the online FTP sensor, then you can generate the mobile pixel!\"}"], ["created_at", "2016-10-05 17:39:05.887177"], ["updated_at", "2016-10-05 17:39:05.887177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus libero molestias labore.\",\"text\":\"The TCP system is down, copy the auxiliary capacitor so we can synthesize the COM matrix!\"}"], ["created_at", "2016-10-05 17:39:05.888045"], ["updated_at", "2016-10-05 17:39:05.888045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga facere ullam dolorem aliquam dolorum odio.\",\"text\":\"Try to parse the GB driver, maybe it will transmit the back-end monitor!\"}"], ["created_at", "2016-10-05 17:39:05.888918"], ["updated_at", "2016-10-05 17:39:05.888918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore est sit deleniti quos aliquid illo dolorem.\",\"text\":\"Try to navigate the AGP firewall, maybe it will quantify the multi-byte driver!\"}"], ["created_at", "2016-10-05 17:39:05.889791"], ["updated_at", "2016-10-05 17:39:05.889791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem ipsa libero in eos unde itaque ad.\",\"text\":\"Try to synthesize the AGP bandwidth, maybe it will calculate the multi-byte array!\"}"], ["created_at", "2016-10-05 17:39:05.890680"], ["updated_at", "2016-10-05 17:39:05.890680"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut voluptatem reprehenderit fuga voluptates quia provident.\",\"text\":\"I'll input the virtual SCSI panel, that should matrix the AI driver!\"}"], ["created_at", "2016-10-05 17:39:05.891568"], ["updated_at", "2016-10-05 17:39:05.891568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque voluptate quas id illum est.\",\"text\":\"Hacking the hard drive won't do anything, we need to bypass the open-source css interface!\"}"], ["created_at", "2016-10-05 17:39:05.892516"], ["updated_at", "2016-10-05 17:39:05.892516"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum ullam voluptas nesciunt ipsam.\",\"text\":\"The RAM bus is down, compress the optical monitor so we can hack the HDD capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.893413"], ["updated_at", "2016-10-05 17:39:05.893413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem voluptates perferendis animi ratione quidem.\",\"text\":\"You can't navigate the alarm without overriding the auxiliary SAS port!\"}"], ["created_at", "2016-10-05 17:39:05.894284"], ["updated_at", "2016-10-05 17:39:05.894284"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores quis repellat praesentium autem.\",\"text\":\"Try to override the CSS bandwidth, maybe it will parse the primary alarm!\"}"], ["created_at", "2016-10-05 17:39:05.895172"], ["updated_at", "2016-10-05 17:39:05.895172"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt fugit consectetur ut ipsam enim molestias.\",\"text\":\"If we index the circuit, we can get to the TCP microchip through the neural TCP monitor!\"}"], ["created_at", "2016-10-05 17:39:05.896060"], ["updated_at", "2016-10-05 17:39:05.896060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui optio quia debitis eius enim omnis voluptates.\",\"text\":\"If we reboot the microchip, we can get to the SDD system through the mobile HTTP circuit!\"}"], ["created_at", "2016-10-05 17:39:05.896946"], ["updated_at", "2016-10-05 17:39:05.896946"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente sed omnis.\",\"text\":\"Synthesizing the protocol won't do anything, we need to synthesize the open-source ftp interface!\"}"], ["created_at", "2016-10-05 17:39:05.897825"], ["updated_at", "2016-10-05 17:39:05.897825"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum exercitationem sint.\",\"text\":\"If we bypass the array, we can get to the JBOD program through the 1080p RSS transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.898697"], ["updated_at", "2016-10-05 17:39:05.898697"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas animi quibusdam et quis.\",\"text\":\"The SMS interface is down, generate the solid state bus so we can compress the CSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.899592"], ["updated_at", "2016-10-05 17:39:05.899592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est veritatis unde.\",\"text\":\"Use the digital ADP port, then you can quantify the multi-byte matrix!\"}"], ["created_at", "2016-10-05 17:39:05.900472"], ["updated_at", "2016-10-05 17:39:05.900472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse voluptatum numquam nihil.\",\"text\":\"The EXE sensor is down, navigate the mobile sensor so we can back up the AGP port!\"}"], ["created_at", "2016-10-05 17:39:05.901359"], ["updated_at", "2016-10-05 17:39:05.901359"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae repellendus iure sequi inventore facilis soluta sed.\",\"text\":\"I'll back up the open-source AI program, that should alarm the SQL bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.902253"], ["updated_at", "2016-10-05 17:39:05.902253"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In quo nam vel autem voluptatem sed omnis.\",\"text\":\"Bypassing the circuit won't do anything, we need to index the neural json card!\"}"], ["created_at", "2016-10-05 17:39:05.903150"], ["updated_at", "2016-10-05 17:39:05.903150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem ut minima voluptas ut doloremque tenetur.\",\"text\":\"Generating the alarm won't do anything, we need to back up the open-source hdd bus!\"}"], ["created_at", "2016-10-05 17:39:05.904028"], ["updated_at", "2016-10-05 17:39:05.904028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat dolor nihil dignissimos quis vel.\",\"text\":\"Try to quantify the HDD alarm, maybe it will connect the online monitor!\"}"], ["created_at", "2016-10-05 17:39:05.904900"], ["updated_at", "2016-10-05 17:39:05.904900"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur omnis eum et voluptates.\",\"text\":\"If we generate the firewall, we can get to the EXE card through the auxiliary GB sensor!\"}"], ["created_at", "2016-10-05 17:39:05.905767"], ["updated_at", "2016-10-05 17:39:05.905767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos dolorem architecto facere.\",\"text\":\"The EXE card is down, navigate the wireless program so we can generate the JSON feed!\"}"], ["created_at", "2016-10-05 17:39:05.906662"], ["updated_at", "2016-10-05 17:39:05.906662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sed at architecto consectetur magnam nesciunt facilis.\",\"text\":\"Try to connect the SQL firewall, maybe it will copy the online program!\"}"], ["created_at", "2016-10-05 17:39:05.907537"], ["updated_at", "2016-10-05 17:39:05.907537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis minima aperiam et.\",\"text\":\"You can't copy the port without compressing the bluetooth SMS sensor!\"}"], ["created_at", "2016-10-05 17:39:05.908422"], ["updated_at", "2016-10-05 17:39:05.908422"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae voluptatem culpa harum.\",\"text\":\"Programming the bus won't do anything, we need to copy the digital sql panel!\"}"], ["created_at", "2016-10-05 17:39:05.909312"], ["updated_at", "2016-10-05 17:39:05.909312"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut aut explicabo est voluptatem excepturi.\",\"text\":\"The FTP monitor is down, compress the redundant card so we can compress the PNG driver!\"}"], ["created_at", "2016-10-05 17:39:05.910188"], ["updated_at", "2016-10-05 17:39:05.910188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut totam accusamus necessitatibus odio inventore voluptas.\",\"text\":\"The JBOD capacitor is down, connect the back-end bus so we can quantify the EXE port!\"}"], ["created_at", "2016-10-05 17:39:05.911084"], ["updated_at", "2016-10-05 17:39:05.911084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta et omnis vel aliquid non rerum.\",\"text\":\"Try to reboot the SSL interface, maybe it will hack the neural circuit!\"}"], ["created_at", "2016-10-05 17:39:05.911947"], ["updated_at", "2016-10-05 17:39:05.911947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo sunt ea officiis aut autem ratione consectetur.\",\"text\":\"I'll quantify the mobile SAS bandwidth, that should matrix the SSL panel!\"}"], ["created_at", "2016-10-05 17:39:05.912828"], ["updated_at", "2016-10-05 17:39:05.912828"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel nihil voluptate sint quos minima aut modi.\",\"text\":\"Try to compress the USB interface, maybe it will synthesize the online sensor!\"}"], ["created_at", "2016-10-05 17:39:05.913709"], ["updated_at", "2016-10-05 17:39:05.913709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sed ipsa.\",\"text\":\"You can't parse the system without transmitting the neural THX bus!\"}"], ["created_at", "2016-10-05 17:39:05.914593"], ["updated_at", "2016-10-05 17:39:05.914593"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus vero error dolores accusamus.\",\"text\":\"The THX monitor is down, calculate the wireless interface so we can compress the RAM alarm!\"}"], ["created_at", "2016-10-05 17:39:05.915480"], ["updated_at", "2016-10-05 17:39:05.915480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus voluptatem dolorem ut rerum.\",\"text\":\"We need to override the primary AGP array!\"}"], ["created_at", "2016-10-05 17:39:05.916367"], ["updated_at", "2016-10-05 17:39:05.916367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum et quia occaecati ut eum.\",\"text\":\"The COM panel is down, connect the primary bandwidth so we can compress the AGP interface!\"}"], ["created_at", "2016-10-05 17:39:05.917225"], ["updated_at", "2016-10-05 17:39:05.917225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione qui nemo tempora voluptatum aut.\",\"text\":\"Try to copy the RSS bus, maybe it will reboot the neural microchip!\"}"], ["created_at", "2016-10-05 17:39:05.918119"], ["updated_at", "2016-10-05 17:39:05.918119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime et iure nulla.\",\"text\":\"Use the bluetooth FTP system, then you can index the bluetooth port!\"}"], ["created_at", "2016-10-05 17:39:05.919015"], ["updated_at", "2016-10-05 17:39:05.919015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo velit vel adipisci amet.\",\"text\":\"The PNG system is down, index the wireless matrix so we can input the XSS system!\"}"], ["created_at", "2016-10-05 17:39:05.919887"], ["updated_at", "2016-10-05 17:39:05.919887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur iure corrupti ut asperiores voluptas necessitatibus rerum.\",\"text\":\"If we connect the panel, we can get to the GB interface through the mobile EXE program!\"}"], ["created_at", "2016-10-05 17:39:05.920781"], ["updated_at", "2016-10-05 17:39:05.920781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti omnis magni voluptate eos nulla odit illum.\",\"text\":\"We need to input the virtual SMS card!\"}"], ["created_at", "2016-10-05 17:39:05.921713"], ["updated_at", "2016-10-05 17:39:05.921713"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea omnis eos unde sint vel sed qui.\",\"text\":\"We need to compress the 1080p ADP firewall!\"}"], ["created_at", "2016-10-05 17:39:05.922610"], ["updated_at", "2016-10-05 17:39:05.922610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit ipsa rerum qui nemo sit ducimus quae.\",\"text\":\"The JSON program is down, copy the primary matrix so we can program the XSS interface!\"}"], ["created_at", "2016-10-05 17:39:05.923528"], ["updated_at", "2016-10-05 17:39:05.923528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat dolorem aut reiciendis ut earum et illo.\",\"text\":\"The USB monitor is down, generate the open-source application so we can hack the JBOD alarm!\"}"], ["created_at", "2016-10-05 17:39:05.924432"], ["updated_at", "2016-10-05 17:39:05.924432"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est sunt voluptatum dignissimos eos accusantium aut quos.\",\"text\":\"Use the open-source JSON bandwidth, then you can parse the 1080p application!\"}"], ["created_at", "2016-10-05 17:39:05.925351"], ["updated_at", "2016-10-05 17:39:05.925351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem aperiam ipsa sint.\",\"text\":\"Use the solid state ADP protocol, then you can back up the open-source array!\"}"], ["created_at", "2016-10-05 17:39:05.926285"], ["updated_at", "2016-10-05 17:39:05.926285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam explicabo harum consectetur consequatur alias.\",\"text\":\"If we parse the firewall, we can get to the AGP capacitor through the optical TCP monitor!\"}"], ["created_at", "2016-10-05 17:39:05.927189"], ["updated_at", "2016-10-05 17:39:05.927189"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab similique eos ullam ducimus.\",\"text\":\"We need to quantify the mobile SSL array!\"}"], ["created_at", "2016-10-05 17:39:05.928069"], ["updated_at", "2016-10-05 17:39:05.928069"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In sed itaque porro beatae ut laboriosam in.\",\"text\":\"Backing up the matrix won't do anything, we need to navigate the digital usb protocol!\"}"], ["created_at", "2016-10-05 17:39:05.928975"], ["updated_at", "2016-10-05 17:39:05.928975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum illum velit.\",\"text\":\"The COM bandwidth is down, connect the bluetooth alarm so we can index the FTP monitor!\"}"], ["created_at", "2016-10-05 17:39:05.929859"], ["updated_at", "2016-10-05 17:39:05.929859"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod quos perspiciatis.\",\"text\":\"We need to synthesize the virtual XML hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.930750"], ["updated_at", "2016-10-05 17:39:05.930750"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ex voluptas est qui doloremque.\",\"text\":\"Generating the circuit won't do anything, we need to quantify the online sdd card!\"}"], ["created_at", "2016-10-05 17:39:05.931941"], ["updated_at", "2016-10-05 17:39:05.931941"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non consequatur quia id labore.\",\"text\":\"Use the open-source AI hard drive, then you can connect the mobile system!\"}"], ["created_at", "2016-10-05 17:39:05.933497"], ["updated_at", "2016-10-05 17:39:05.933497"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt quas ipsam aliquid ad aut ducimus earum.\",\"text\":\"You can't override the pixel without transmitting the optical XML microchip!\"}"], ["created_at", "2016-10-05 17:39:05.935016"], ["updated_at", "2016-10-05 17:39:05.935016"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit aut aut voluptate sunt enim.\",\"text\":\"You can't navigate the firewall without hacking the digital RSS microchip!\"}"], ["created_at", "2016-10-05 17:39:05.936639"], ["updated_at", "2016-10-05 17:39:05.936639"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae eaque aut.\",\"text\":\"You can't calculate the application without transmitting the open-source SMTP panel!\"}"], ["created_at", "2016-10-05 17:39:05.939479"], ["updated_at", "2016-10-05 17:39:05.939479"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum nemo et.\",\"text\":\"We need to index the auxiliary SCSI protocol!\"}"], ["created_at", "2016-10-05 17:39:05.943042"], ["updated_at", "2016-10-05 17:39:05.943042"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum distinctio voluptatem vero et dolore id.\",\"text\":\"The RSS system is down, compress the optical pixel so we can bypass the PNG transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.945069"], ["updated_at", "2016-10-05 17:39:05.945069"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ullam ducimus repudiandae ad molestias quae sit.\",\"text\":\"Use the bluetooth COM driver, then you can navigate the solid state pixel!\"}"], ["created_at", "2016-10-05 17:39:05.946217"], ["updated_at", "2016-10-05 17:39:05.946217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti dicta repellat eaque magnam.\",\"text\":\"Try to copy the AI system, maybe it will connect the virtual port!\"}"], ["created_at", "2016-10-05 17:39:05.947306"], ["updated_at", "2016-10-05 17:39:05.947306"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo minima aperiam.\",\"text\":\"We need to copy the solid state JSON sensor!\"}"], ["created_at", "2016-10-05 17:39:05.948329"], ["updated_at", "2016-10-05 17:39:05.948329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At non ea enim.\",\"text\":\"Synthesizing the circuit won't do anything, we need to navigate the mobile ai alarm!\"}"], ["created_at", "2016-10-05 17:39:05.949348"], ["updated_at", "2016-10-05 17:39:05.949348"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos facere quia voluptas magni.\",\"text\":\"You can't transmit the sensor without quantifying the optical HTTP card!\"}"], ["created_at", "2016-10-05 17:39:05.950316"], ["updated_at", "2016-10-05 17:39:05.950316"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur suscipit odio quas occaecati eum.\",\"text\":\"The PNG port is down, synthesize the digital pixel so we can copy the HDD monitor!\"}"], ["created_at", "2016-10-05 17:39:05.951357"], ["updated_at", "2016-10-05 17:39:05.951357"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo dolores dolorem adipisci laborum facere laboriosam asperiores.\",\"text\":\"The USB application is down, connect the primary alarm so we can calculate the SDD monitor!\"}"], ["created_at", "2016-10-05 17:39:05.952435"], ["updated_at", "2016-10-05 17:39:05.952435"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non velit dolores quia.\",\"text\":\"I'll transmit the digital USB driver, that should microchip the JBOD panel!\"}"], ["created_at", "2016-10-05 17:39:05.953392"], ["updated_at", "2016-10-05 17:39:05.953392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat consequatur vitae.\",\"text\":\"Try to reboot the SMS feed, maybe it will reboot the digital driver!\"}"], ["created_at", "2016-10-05 17:39:05.954367"], ["updated_at", "2016-10-05 17:39:05.954367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem exercitationem velit rem doloremque sint.\",\"text\":\"If we transmit the transmitter, we can get to the SDD microchip through the bluetooth RSS driver!\"}"], ["created_at", "2016-10-05 17:39:05.955361"], ["updated_at", "2016-10-05 17:39:05.955361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis eos qui.\",\"text\":\"Backing up the circuit won't do anything, we need to calculate the redundant tcp bandwidth!\"}"], ["created_at", "2016-10-05 17:39:05.956283"], ["updated_at", "2016-10-05 17:39:05.956283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel dolorem et.\",\"text\":\"The JSON alarm is down, connect the 1080p bus so we can input the SSL bus!\"}"], ["created_at", "2016-10-05 17:39:05.957196"], ["updated_at", "2016-10-05 17:39:05.957196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet rerum perspiciatis.\",\"text\":\"You can't connect the matrix without compressing the open-source AI sensor!\"}"], ["created_at", "2016-10-05 17:39:05.958118"], ["updated_at", "2016-10-05 17:39:05.958118"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum vero nemo porro delectus ut velit.\",\"text\":\"Try to synthesize the ADP transmitter, maybe it will program the online array!\"}"], ["created_at", "2016-10-05 17:39:05.959226"], ["updated_at", "2016-10-05 17:39:05.959226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus ipsa quis minus.\",\"text\":\"We need to calculate the cross-platform SAS protocol!\"}"], ["created_at", "2016-10-05 17:39:05.960225"], ["updated_at", "2016-10-05 17:39:05.960225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid ab veniam ut maiores molestias et.\",\"text\":\"The SMS system is down, index the primary port so we can program the HDD sensor!\"}"], ["created_at", "2016-10-05 17:39:05.961143"], ["updated_at", "2016-10-05 17:39:05.961143"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae laudantium sit dolor mollitia et sapiente.\",\"text\":\"We need to connect the bluetooth SCSI sensor!\"}"], ["created_at", "2016-10-05 17:39:05.962081"], ["updated_at", "2016-10-05 17:39:05.962081"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis molestiae tempore magni veniam aut.\",\"text\":\"I'll bypass the back-end XSS transmitter, that should bandwidth the JBOD panel!\"}"], ["created_at", "2016-10-05 17:39:05.963013"], ["updated_at", "2016-10-05 17:39:05.963013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos ducimus consequatur odit error corrupti.\",\"text\":\"We need to quantify the haptic SCSI transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.963934"], ["updated_at", "2016-10-05 17:39:05.963934"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum ipsa repudiandae.\",\"text\":\"The HTTP firewall is down, index the neural bus so we can input the IB hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.964864"], ["updated_at", "2016-10-05 17:39:05.964864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident voluptatem velit et architecto nihil.\",\"text\":\"You can't navigate the system without generating the multi-byte AGP firewall!\"}"], ["created_at", "2016-10-05 17:39:05.965793"], ["updated_at", "2016-10-05 17:39:05.965793"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In quam eveniet nostrum aperiam provident sed aut.\",\"text\":\"We need to override the open-source USB system!\"}"], ["created_at", "2016-10-05 17:39:05.966740"], ["updated_at", "2016-10-05 17:39:05.966740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque sunt a quis perferendis.\",\"text\":\"You can't index the bus without backing up the haptic JSON transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.967728"], ["updated_at", "2016-10-05 17:39:05.967728"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum voluptatem laboriosam tempore ullam.\",\"text\":\"Use the online SMS pixel, then you can override the mobile system!\"}"], ["created_at", "2016-10-05 17:39:05.968719"], ["updated_at", "2016-10-05 17:39:05.968719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam atque necessitatibus mollitia aliquam et saepe rem.\",\"text\":\"Use the multi-byte EXE microchip, then you can compress the solid state alarm!\"}"], ["created_at", "2016-10-05 17:39:05.969669"], ["updated_at", "2016-10-05 17:39:05.969669"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus velit eius est officia.\",\"text\":\"Calculating the bandwidth won't do anything, we need to override the online ai hard drive!\"}"], ["created_at", "2016-10-05 17:39:05.980128"], ["updated_at", "2016-10-05 17:39:05.980128"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores fugiat esse.\",\"text\":\"Try to generate the RAM transmitter, maybe it will copy the multi-byte array!\"}"], ["created_at", "2016-10-05 17:39:05.981337"], ["updated_at", "2016-10-05 17:39:05.981337"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet ratione dolorum impedit.\",\"text\":\"If we connect the microchip, we can get to the SDD pixel through the haptic RAM program!\"}"], ["created_at", "2016-10-05 17:39:05.982462"], ["updated_at", "2016-10-05 17:39:05.982462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit placeat consequatur itaque fugiat aut ea officiis.\",\"text\":\"You can't navigate the capacitor without calculating the back-end SSL pixel!\"}"], ["created_at", "2016-10-05 17:39:05.983427"], ["updated_at", "2016-10-05 17:39:05.983427"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum sunt est.\",\"text\":\"You can't generate the circuit without transmitting the cross-platform EXE capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.984280"], ["updated_at", "2016-10-05 17:39:05.984280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum dignissimos assumenda commodi voluptates dolorem consequatur.\",\"text\":\"I'll generate the primary CSS bandwidth, that should capacitor the FTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:05.985169"], ["updated_at", "2016-10-05 17:39:05.985169"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores sequi nesciunt odit dicta.\",\"text\":\"If we index the circuit, we can get to the XML panel through the optical HTTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:05.986020"], ["updated_at", "2016-10-05 17:39:05.986020"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi hic neque.\",\"text\":\"Use the mobile SCSI feed, then you can bypass the mobile port!\"}"], ["created_at", "2016-10-05 17:39:05.986913"], ["updated_at", "2016-10-05 17:39:05.986913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti dolores et molestias fugiat aut ut.\",\"text\":\"The GB firewall is down, synthesize the open-source driver so we can synthesize the PNG program!\"}"], ["created_at", "2016-10-05 17:39:05.987778"], ["updated_at", "2016-10-05 17:39:05.987778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia a doloremque itaque cupiditate laboriosam cumque.\",\"text\":\"I'll compress the 1080p HTTP system, that should interface the SCSI port!\"}"], ["created_at", "2016-10-05 17:39:05.988629"], ["updated_at", "2016-10-05 17:39:05.988629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et corporis est magni cum.\",\"text\":\"I'll back up the redundant AI capacitor, that should port the IB microchip!\"}"], ["created_at", "2016-10-05 17:39:05.989482"], ["updated_at", "2016-10-05 17:39:05.989482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro excepturi placeat neque.\",\"text\":\"The PNG bandwidth is down, navigate the cross-platform sensor so we can quantify the USB pixel!\"}"], ["created_at", "2016-10-05 17:39:05.990359"], ["updated_at", "2016-10-05 17:39:05.990359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo repellat ducimus rerum odit minus architecto.\",\"text\":\"If we input the panel, we can get to the HTTP interface through the open-source PNG matrix!\"}"], ["created_at", "2016-10-05 17:39:05.991214"], ["updated_at", "2016-10-05 17:39:05.991214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti ipsam quo consectetur est commodi cumque.\",\"text\":\"You can't reboot the bus without bypassing the virtual PNG program!\"}"], ["created_at", "2016-10-05 17:39:05.992075"], ["updated_at", "2016-10-05 17:39:05.992075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro rerum dolorem ex ipsa.\",\"text\":\"We need to input the mobile ADP application!\"}"], ["created_at", "2016-10-05 17:39:05.992951"], ["updated_at", "2016-10-05 17:39:05.992951"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed dolores rerum.\",\"text\":\"We need to hack the auxiliary ADP card!\"}"], ["created_at", "2016-10-05 17:39:05.993815"], ["updated_at", "2016-10-05 17:39:05.993815"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel eum dignissimos voluptatibus fugit iste aut qui.\",\"text\":\"If we generate the alarm, we can get to the FTP pixel through the haptic JBOD alarm!\"}"], ["created_at", "2016-10-05 17:39:05.994676"], ["updated_at", "2016-10-05 17:39:05.994676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis qui maiores.\",\"text\":\"If we override the port, we can get to the SCSI interface through the 1080p SQL feed!\"}"], ["created_at", "2016-10-05 17:39:05.995532"], ["updated_at", "2016-10-05 17:39:05.995532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus eos enim vitae mollitia.\",\"text\":\"The USB panel is down, reboot the open-source system so we can bypass the TCP microchip!\"}"], ["created_at", "2016-10-05 17:39:05.996404"], ["updated_at", "2016-10-05 17:39:05.996404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus iste fugit alias doloremque in voluptas.\",\"text\":\"Use the wireless THX transmitter, then you can program the back-end feed!\"}"], ["created_at", "2016-10-05 17:39:05.997263"], ["updated_at", "2016-10-05 17:39:05.997263"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et est dolor omnis itaque.\",\"text\":\"We need to connect the neural HDD port!\"}"], ["created_at", "2016-10-05 17:39:05.998117"], ["updated_at", "2016-10-05 17:39:05.998117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem alias iste qui.\",\"text\":\"I'll calculate the back-end JBOD protocol, that should interface the SMTP sensor!\"}"], ["created_at", "2016-10-05 17:39:05.999007"], ["updated_at", "2016-10-05 17:39:05.999007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut dolorem officiis quia.\",\"text\":\"I'll input the digital CSS panel, that should bus the RAM matrix!\"}"], ["created_at", "2016-10-05 17:39:05.999858"], ["updated_at", "2016-10-05 17:39:05.999858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur maxime fugiat quos nulla.\",\"text\":\"We need to compress the digital USB circuit!\"}"], ["created_at", "2016-10-05 17:39:06.000724"], ["updated_at", "2016-10-05 17:39:06.000724"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus commodi soluta repellat natus aut eaque.\",\"text\":\"If we program the pixel, we can get to the SAS transmitter through the back-end RSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.001642"], ["updated_at", "2016-10-05 17:39:06.001642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae eum provident.\",\"text\":\"I'll parse the redundant AGP bus, that should bandwidth the XML panel!\"}"], ["created_at", "2016-10-05 17:39:06.002506"], ["updated_at", "2016-10-05 17:39:06.002506"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas aspernatur a.\",\"text\":\"I'll input the multi-byte SDD capacitor, that should bus the THX protocol!\"}"], ["created_at", "2016-10-05 17:39:06.003364"], ["updated_at", "2016-10-05 17:39:06.003364"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem et neque quia est nostrum.\",\"text\":\"Use the virtual RSS bandwidth, then you can input the neural circuit!\"}"], ["created_at", "2016-10-05 17:39:06.004211"], ["updated_at", "2016-10-05 17:39:06.004211"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non voluptatem commodi consectetur.\",\"text\":\"The SDD interface is down, navigate the haptic circuit so we can reboot the THX circuit!\"}"], ["created_at", "2016-10-05 17:39:06.005073"], ["updated_at", "2016-10-05 17:39:06.005073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem ut tenetur qui.\",\"text\":\"The HDD application is down, navigate the redundant monitor so we can synthesize the RSS circuit!\"}"], ["created_at", "2016-10-05 17:39:06.005923"], ["updated_at", "2016-10-05 17:39:06.005923"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem laudantium non dolorem reprehenderit.\",\"text\":\"If we index the feed, we can get to the AGP card through the bluetooth TCP array!\"}"], ["created_at", "2016-10-05 17:39:06.006806"], ["updated_at", "2016-10-05 17:39:06.006806"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam voluptas cum nihil.\",\"text\":\"If we override the capacitor, we can get to the SDD port through the auxiliary HTTP protocol!\"}"], ["created_at", "2016-10-05 17:39:06.007679"], ["updated_at", "2016-10-05 17:39:06.007679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis et doloremque velit excepturi.\",\"text\":\"We need to reboot the virtual EXE transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.008544"], ["updated_at", "2016-10-05 17:39:06.008544"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est cum nihil officia nostrum consequuntur architecto.\",\"text\":\"I'll calculate the open-source HDD monitor, that should application the XML feed!\"}"], ["created_at", "2016-10-05 17:39:06.009412"], ["updated_at", "2016-10-05 17:39:06.009412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti eius eum natus in maiores voluptatem.\",\"text\":\"Use the wireless SMS circuit, then you can compress the mobile circuit!\"}"], ["created_at", "2016-10-05 17:39:06.010273"], ["updated_at", "2016-10-05 17:39:06.010273"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae ducimus ea necessitatibus libero ea.\",\"text\":\"We need to copy the multi-byte HDD sensor!\"}"], ["created_at", "2016-10-05 17:39:06.011142"], ["updated_at", "2016-10-05 17:39:06.011142"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quia veniam quia consectetur facilis corrupti.\",\"text\":\"We need to connect the multi-byte PNG card!\"}"], ["created_at", "2016-10-05 17:39:06.011991"], ["updated_at", "2016-10-05 17:39:06.011991"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure voluptatem non.\",\"text\":\"Use the online SDD feed, then you can back up the multi-byte program!\"}"], ["created_at", "2016-10-05 17:39:06.012854"], ["updated_at", "2016-10-05 17:39:06.012854"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic culpa ipsa.\",\"text\":\"If we calculate the system, we can get to the CSS capacitor through the optical SMTP port!\"}"], ["created_at", "2016-10-05 17:39:06.013720"], ["updated_at", "2016-10-05 17:39:06.013720"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum rem voluptate eum.\",\"text\":\"If we compress the program, we can get to the TCP pixel through the bluetooth JBOD feed!\"}"], ["created_at", "2016-10-05 17:39:06.014588"], ["updated_at", "2016-10-05 17:39:06.014588"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus assumenda distinctio et.\",\"text\":\"Hacking the bandwidth won't do anything, we need to transmit the 1080p pci protocol!\"}"], ["created_at", "2016-10-05 17:39:06.015446"], ["updated_at", "2016-10-05 17:39:06.015446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel nemo sunt excepturi expedita.\",\"text\":\"Use the primary SMS interface, then you can parse the digital port!\"}"], ["created_at", "2016-10-05 17:39:06.016312"], ["updated_at", "2016-10-05 17:39:06.016312"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam voluptatem modi eveniet sunt amet eligendi.\",\"text\":\"You can't compress the program without programming the primary IB interface!\"}"], ["created_at", "2016-10-05 17:39:06.017173"], ["updated_at", "2016-10-05 17:39:06.017173"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor nostrum hic voluptatibus a quo.\",\"text\":\"The USB alarm is down, connect the open-source sensor so we can connect the SCSI program!\"}"], ["created_at", "2016-10-05 17:39:06.018034"], ["updated_at", "2016-10-05 17:39:06.018034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quod ducimus architecto.\",\"text\":\"I'll hack the virtual THX array, that should firewall the PCI feed!\"}"], ["created_at", "2016-10-05 17:39:06.018933"], ["updated_at", "2016-10-05 17:39:06.018933"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod eligendi esse.\",\"text\":\"Try to synthesize the SSL matrix, maybe it will connect the neural bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.019778"], ["updated_at", "2016-10-05 17:39:06.019778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor aut quam doloremque amet autem.\",\"text\":\"Use the wireless FTP bandwidth, then you can index the neural pixel!\"}"], ["created_at", "2016-10-05 17:39:06.020630"], ["updated_at", "2016-10-05 17:39:06.020630"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem totam quasi laudantium velit ducimus.\",\"text\":\"You can't parse the hard drive without programming the back-end TCP capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.021496"], ["updated_at", "2016-10-05 17:39:06.021496"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime et unde sit doloremque aut et.\",\"text\":\"Try to quantify the XSS matrix, maybe it will navigate the neural firewall!\"}"], ["created_at", "2016-10-05 17:39:06.022353"], ["updated_at", "2016-10-05 17:39:06.022353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint voluptatem aliquid officia.\",\"text\":\"If we navigate the driver, we can get to the JBOD microchip through the auxiliary PCI hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.023228"], ["updated_at", "2016-10-05 17:39:06.023228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui pariatur tempora praesentium sapiente laboriosam.\",\"text\":\"If we bypass the bus, we can get to the ADP hard drive through the mobile GB circuit!\"}"], ["created_at", "2016-10-05 17:39:06.024080"], ["updated_at", "2016-10-05 17:39:06.024080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas voluptatibus recusandae et.\",\"text\":\"You can't hack the sensor without generating the digital XSS circuit!\"}"], ["created_at", "2016-10-05 17:39:06.024952"], ["updated_at", "2016-10-05 17:39:06.024952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi qui exercitationem.\",\"text\":\"The XSS port is down, quantify the optical application so we can index the JSON capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.025822"], ["updated_at", "2016-10-05 17:39:06.025822"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A dolores voluptatem esse possimus harum omnis suscipit.\",\"text\":\"The CSS application is down, quantify the haptic application so we can back up the RSS circuit!\"}"], ["created_at", "2016-10-05 17:39:06.026700"], ["updated_at", "2016-10-05 17:39:06.026700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis qui deleniti voluptatem et soluta.\",\"text\":\"Quantifying the bus won't do anything, we need to synthesize the 1080p jbod feed!\"}"], ["created_at", "2016-10-05 17:39:06.027566"], ["updated_at", "2016-10-05 17:39:06.027566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni eveniet quas ratione nemo qui ipsam atque.\",\"text\":\"Try to reboot the PNG bus, maybe it will compress the mobile card!\"}"], ["created_at", "2016-10-05 17:39:06.028452"], ["updated_at", "2016-10-05 17:39:06.028452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut ipsam eum dolorem.\",\"text\":\"Use the back-end SMS protocol, then you can generate the optical capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.029312"], ["updated_at", "2016-10-05 17:39:06.029312"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus maiores vel.\",\"text\":\"We need to generate the online USB application!\"}"], ["created_at", "2016-10-05 17:39:06.030179"], ["updated_at", "2016-10-05 17:39:06.030179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus itaque magni dolorem aut.\",\"text\":\"If we connect the driver, we can get to the SMTP bus through the back-end FTP interface!\"}"], ["created_at", "2016-10-05 17:39:06.031039"], ["updated_at", "2016-10-05 17:39:06.031039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex recusandae saepe modi ut.\",\"text\":\"If we program the monitor, we can get to the FTP application through the neural JBOD protocol!\"}"], ["created_at", "2016-10-05 17:39:06.031887"], ["updated_at", "2016-10-05 17:39:06.031887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem numquam sequi a.\",\"text\":\"I'll synthesize the back-end TCP capacitor, that should array the JSON transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.032735"], ["updated_at", "2016-10-05 17:39:06.032735"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est aut ut cumque.\",\"text\":\"We need to generate the wireless HDD pixel!\"}"], ["created_at", "2016-10-05 17:39:06.033601"], ["updated_at", "2016-10-05 17:39:06.033601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima nihil consequatur.\",\"text\":\"Use the online TCP transmitter, then you can index the digital monitor!\"}"], ["created_at", "2016-10-05 17:39:06.034477"], ["updated_at", "2016-10-05 17:39:06.034477"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur voluptates qui quisquam totam dolorem.\",\"text\":\"The XML driver is down, connect the cross-platform monitor so we can connect the SMS bus!\"}"], ["created_at", "2016-10-05 17:39:06.035367"], ["updated_at", "2016-10-05 17:39:06.035367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque possimus sint asperiores.\",\"text\":\"I'll reboot the wireless FTP alarm, that should system the ADP port!\"}"], ["created_at", "2016-10-05 17:39:06.036239"], ["updated_at", "2016-10-05 17:39:06.036239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut maxime rerum nihil eius aperiam.\",\"text\":\"I'll hack the neural XML system, that should capacitor the RAM bus!\"}"], ["created_at", "2016-10-05 17:39:06.037087"], ["updated_at", "2016-10-05 17:39:06.037087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos est labore.\",\"text\":\"I'll override the bluetooth JSON program, that should system the AGP circuit!\"}"], ["created_at", "2016-10-05 17:39:06.037936"], ["updated_at", "2016-10-05 17:39:06.037936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis fugiat et assumenda.\",\"text\":\"Synthesizing the bus won't do anything, we need to bypass the mobile png matrix!\"}"], ["created_at", "2016-10-05 17:39:06.038843"], ["updated_at", "2016-10-05 17:39:06.038843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum nobis est.\",\"text\":\"The AGP bus is down, hack the multi-byte alarm so we can copy the THX bus!\"}"], ["created_at", "2016-10-05 17:39:06.039694"], ["updated_at", "2016-10-05 17:39:06.039694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores maiores nihil rerum velit consequatur.\",\"text\":\"We need to generate the redundant RSS monitor!\"}"], ["created_at", "2016-10-05 17:39:06.040537"], ["updated_at", "2016-10-05 17:39:06.040537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam saepe quia nihil non id unde et.\",\"text\":\"Use the primary AGP transmitter, then you can back up the redundant bus!\"}"], ["created_at", "2016-10-05 17:39:06.041396"], ["updated_at", "2016-10-05 17:39:06.041396"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio voluptatum similique reiciendis inventore reprehenderit repudiandae eos.\",\"text\":\"The PNG microchip is down, navigate the virtual bandwidth so we can copy the AGP alarm!\"}"], ["created_at", "2016-10-05 17:39:06.042445"], ["updated_at", "2016-10-05 17:39:06.042445"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem dicta aut beatae ab et ut.\",\"text\":\"We need to input the wireless IB firewall!\"}"], ["created_at", "2016-10-05 17:39:06.043438"], ["updated_at", "2016-10-05 17:39:06.043438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus aperiam maxime quis iusto aut.\",\"text\":\"I'll generate the redundant FTP application, that should capacitor the PNG feed!\"}"], ["created_at", "2016-10-05 17:39:06.044380"], ["updated_at", "2016-10-05 17:39:06.044380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem dolores eaque in commodi.\",\"text\":\"Use the haptic ADP panel, then you can back up the optical hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.045326"], ["updated_at", "2016-10-05 17:39:06.045326"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate tenetur aperiam eius.\",\"text\":\"We need to compress the optical CSS bus!\"}"], ["created_at", "2016-10-05 17:39:06.046287"], ["updated_at", "2016-10-05 17:39:06.046287"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui consectetur quibusdam quo.\",\"text\":\"The AGP capacitor is down, generate the auxiliary system so we can override the PCI system!\"}"], ["created_at", "2016-10-05 17:39:06.047303"], ["updated_at", "2016-10-05 17:39:06.047303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum totam enim ipsum rem sapiente sit.\",\"text\":\"I'll reboot the mobile XML application, that should circuit the JSON card!\"}"], ["created_at", "2016-10-05 17:39:06.048313"], ["updated_at", "2016-10-05 17:39:06.048313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus debitis error amet.\",\"text\":\"Use the auxiliary GB pixel, then you can navigate the open-source array!\"}"], ["created_at", "2016-10-05 17:39:06.049235"], ["updated_at", "2016-10-05 17:39:06.049235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur nostrum iste magnam ab.\",\"text\":\"Try to reboot the SDD interface, maybe it will copy the online bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.050172"], ["updated_at", "2016-10-05 17:39:06.050172"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione sed alias blanditiis voluptatem.\",\"text\":\"If we bypass the protocol, we can get to the THX circuit through the bluetooth JSON card!\"}"], ["created_at", "2016-10-05 17:39:06.051086"], ["updated_at", "2016-10-05 17:39:06.051086"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut pariatur alias.\",\"text\":\"You can't override the hard drive without programming the bluetooth XML circuit!\"}"], ["created_at", "2016-10-05 17:39:06.051962"], ["updated_at", "2016-10-05 17:39:06.051962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia reiciendis fuga ea.\",\"text\":\"Programming the application won't do anything, we need to compress the digital ib bus!\"}"], ["created_at", "2016-10-05 17:39:06.052815"], ["updated_at", "2016-10-05 17:39:06.052815"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae illo dicta non et.\",\"text\":\"The JSON panel is down, navigate the 1080p matrix so we can bypass the PCI transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.053678"], ["updated_at", "2016-10-05 17:39:06.053678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi laborum rem aut numquam iure sit.\",\"text\":\"If we override the bandwidth, we can get to the COM firewall through the solid state SMTP system!\"}"], ["created_at", "2016-10-05 17:39:06.054585"], ["updated_at", "2016-10-05 17:39:06.054585"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente debitis earum.\",\"text\":\"I'll parse the optical JBOD array, that should bus the RSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.055448"], ["updated_at", "2016-10-05 17:39:06.055448"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor est et vitae mollitia aut sunt ratione.\",\"text\":\"You can't index the feed without calculating the cross-platform JBOD application!\"}"], ["created_at", "2016-10-05 17:39:06.056301"], ["updated_at", "2016-10-05 17:39:06.056301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo repellat molestias iste numquam laboriosam voluptatem nisi.\",\"text\":\"Use the cross-platform XSS interface, then you can reboot the redundant panel!\"}"], ["created_at", "2016-10-05 17:39:06.057167"], ["updated_at", "2016-10-05 17:39:06.057167"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni exercitationem et sint corrupti dolores reprehenderit.\",\"text\":\"The AGP sensor is down, copy the haptic alarm so we can generate the JSON array!\"}"], ["created_at", "2016-10-05 17:39:06.058017"], ["updated_at", "2016-10-05 17:39:06.058017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et aut quo eos non consequatur.\",\"text\":\"Try to program the JBOD circuit, maybe it will navigate the mobile capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.058904"], ["updated_at", "2016-10-05 17:39:06.058904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos nesciunt nobis debitis architecto beatae dolores.\",\"text\":\"Try to bypass the THX alarm, maybe it will hack the bluetooth feed!\"}"], ["created_at", "2016-10-05 17:39:06.059781"], ["updated_at", "2016-10-05 17:39:06.059781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde rerum quos fugiat beatae modi facere accusantium.\",\"text\":\"If we input the microchip, we can get to the SQL array through the redundant SDD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.060641"], ["updated_at", "2016-10-05 17:39:06.060641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit similique et non quis.\",\"text\":\"Try to calculate the PNG program, maybe it will program the back-end matrix!\"}"], ["created_at", "2016-10-05 17:39:06.061492"], ["updated_at", "2016-10-05 17:39:06.061492"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In quaerat laborum aspernatur.\",\"text\":\"I'll override the mobile XSS monitor, that should card the AI circuit!\"}"], ["created_at", "2016-10-05 17:39:06.062389"], ["updated_at", "2016-10-05 17:39:06.062389"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sint sunt voluptate ducimus.\",\"text\":\"We need to compress the 1080p USB microchip!\"}"], ["created_at", "2016-10-05 17:39:06.063238"], ["updated_at", "2016-10-05 17:39:06.063238"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore unde a libero.\",\"text\":\"Try to reboot the THX program, maybe it will reboot the online protocol!\"}"], ["created_at", "2016-10-05 17:39:06.064085"], ["updated_at", "2016-10-05 17:39:06.064085"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint sint aut quia pariatur ut eos.\",\"text\":\"Try to synthesize the GB microchip, maybe it will input the optical card!\"}"], ["created_at", "2016-10-05 17:39:06.065150"], ["updated_at", "2016-10-05 17:39:06.065150"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut quas laboriosam sint harum.\",\"text\":\"You can't input the transmitter without generating the online ADP program!\"}"], ["created_at", "2016-10-05 17:39:06.066483"], ["updated_at", "2016-10-05 17:39:06.066483"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure similique dolor in id pariatur.\",\"text\":\"We need to program the bluetooth JBOD circuit!\"}"], ["created_at", "2016-10-05 17:39:06.067667"], ["updated_at", "2016-10-05 17:39:06.067667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et dolores in quia et voluptatibus voluptates.\",\"text\":\"Try to generate the SMS card, maybe it will calculate the open-source hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.068743"], ["updated_at", "2016-10-05 17:39:06.068743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae aut beatae.\",\"text\":\"I'll transmit the online RSS circuit, that should application the PNG application!\"}"], ["created_at", "2016-10-05 17:39:06.069685"], ["updated_at", "2016-10-05 17:39:06.069685"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus enim delectus et unde qui.\",\"text\":\"Transmitting the bus won't do anything, we need to input the mobile rss array!\"}"], ["created_at", "2016-10-05 17:39:06.070602"], ["updated_at", "2016-10-05 17:39:06.070602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere ea quia at itaque quibusdam eum quasi.\",\"text\":\"The JBOD feed is down, connect the wireless application so we can program the HDD matrix!\"}"], ["created_at", "2016-10-05 17:39:06.071639"], ["updated_at", "2016-10-05 17:39:06.071639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla eum qui eos dolor.\",\"text\":\"Synthesizing the protocol won't do anything, we need to connect the solid state sql matrix!\"}"], ["created_at", "2016-10-05 17:39:06.072580"], ["updated_at", "2016-10-05 17:39:06.072580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda tempore fuga.\",\"text\":\"If we override the interface, we can get to the EXE driver through the solid state JSON port!\"}"], ["created_at", "2016-10-05 17:39:06.073441"], ["updated_at", "2016-10-05 17:39:06.073441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione quod aliquam corporis aut ab harum eum.\",\"text\":\"The THX interface is down, back up the redundant monitor so we can navigate the SMTP driver!\"}"], ["created_at", "2016-10-05 17:39:06.074310"], ["updated_at", "2016-10-05 17:39:06.074310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia laborum non quas quia et.\",\"text\":\"You can't calculate the sensor without calculating the back-end SAS panel!\"}"], ["created_at", "2016-10-05 17:39:06.075229"], ["updated_at", "2016-10-05 17:39:06.075229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus in dolores vero illo.\",\"text\":\"You can't compress the microchip without compressing the bluetooth USB alarm!\"}"], ["created_at", "2016-10-05 17:39:06.076122"], ["updated_at", "2016-10-05 17:39:06.076122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi aliquid nemo est odit unde assumenda dolorum.\",\"text\":\"You can't back up the system without overriding the redundant TCP card!\"}"], ["created_at", "2016-10-05 17:39:06.077001"], ["updated_at", "2016-10-05 17:39:06.077001"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius accusantium enim illo dolorem voluptatem quam.\",\"text\":\"Use the primary EXE port, then you can compress the wireless bus!\"}"], ["created_at", "2016-10-05 17:39:06.077901"], ["updated_at", "2016-10-05 17:39:06.077901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas vero asperiores quod voluptatem ut.\",\"text\":\"We need to reboot the virtual CSS pixel!\"}"], ["created_at", "2016-10-05 17:39:06.078794"], ["updated_at", "2016-10-05 17:39:06.078794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae nihil totam non dolores vitae voluptatibus.\",\"text\":\"The PCI driver is down, navigate the wireless bandwidth so we can bypass the SDD system!\"}"], ["created_at", "2016-10-05 17:39:06.079648"], ["updated_at", "2016-10-05 17:39:06.079648"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt maiores rerum.\",\"text\":\"I'll reboot the digital SMTP panel, that should firewall the SMTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.080500"], ["updated_at", "2016-10-05 17:39:06.080500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia doloremque quidem.\",\"text\":\"Use the multi-byte SCSI port, then you can synthesize the solid state circuit!\"}"], ["created_at", "2016-10-05 17:39:06.081381"], ["updated_at", "2016-10-05 17:39:06.081381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora facilis optio.\",\"text\":\"Use the bluetooth THX sensor, then you can generate the auxiliary sensor!\"}"], ["created_at", "2016-10-05 17:39:06.082231"], ["updated_at", "2016-10-05 17:39:06.082231"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima ipsum omnis odio quia itaque sapiente.\",\"text\":\"You can't calculate the system without parsing the back-end COM monitor!\"}"], ["created_at", "2016-10-05 17:39:06.083132"], ["updated_at", "2016-10-05 17:39:06.083132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor odit labore.\",\"text\":\"Transmitting the driver won't do anything, we need to bypass the redundant ram panel!\"}"], ["created_at", "2016-10-05 17:39:06.083983"], ["updated_at", "2016-10-05 17:39:06.083983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo quia sint quod aperiam.\",\"text\":\"If we index the program, we can get to the USB port through the 1080p ADP panel!\"}"], ["created_at", "2016-10-05 17:39:06.084879"], ["updated_at", "2016-10-05 17:39:06.084879"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui sit ut.\",\"text\":\"You can't hack the capacitor without parsing the online XSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.085737"], ["updated_at", "2016-10-05 17:39:06.085737"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam eos facilis asperiores.\",\"text\":\"Use the solid state CSS card, then you can navigate the online system!\"}"], ["created_at", "2016-10-05 17:39:06.086627"], ["updated_at", "2016-10-05 17:39:06.086627"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas ea perferendis in tempora itaque.\",\"text\":\"Try to transmit the RAM microchip, maybe it will calculate the optical hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.087483"], ["updated_at", "2016-10-05 17:39:06.087483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti odit asperiores numquam neque molestiae impedit provident.\",\"text\":\"Try to bypass the AGP microchip, maybe it will navigate the cross-platform transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.088337"], ["updated_at", "2016-10-05 17:39:06.088337"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut illo porro.\",\"text\":\"Use the online TCP protocol, then you can hack the primary system!\"}"], ["created_at", "2016-10-05 17:39:06.089191"], ["updated_at", "2016-10-05 17:39:06.089191"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur iusto et.\",\"text\":\"Copying the hard drive won't do anything, we need to connect the 1080p json application!\"}"], ["created_at", "2016-10-05 17:39:06.090075"], ["updated_at", "2016-10-05 17:39:06.090075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores aspernatur pariatur ullam quae voluptates.\",\"text\":\"You can't synthesize the pixel without navigating the redundant CSS system!\"}"], ["created_at", "2016-10-05 17:39:06.090947"], ["updated_at", "2016-10-05 17:39:06.090947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus eveniet minus facilis laudantium in et dolorem.\",\"text\":\"The GB system is down, navigate the 1080p microchip so we can parse the XML microchip!\"}"], ["created_at", "2016-10-05 17:39:06.091807"], ["updated_at", "2016-10-05 17:39:06.091807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem aut qui accusantium vero in.\",\"text\":\"I'll copy the wireless PNG monitor, that should bus the PNG panel!\"}"], ["created_at", "2016-10-05 17:39:06.092703"], ["updated_at", "2016-10-05 17:39:06.092703"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur labore voluptates voluptatibus magni quia eos voluptatem.\",\"text\":\"If we bypass the system, we can get to the GB capacitor through the 1080p SMS port!\"}"], ["created_at", "2016-10-05 17:39:06.093552"], ["updated_at", "2016-10-05 17:39:06.093552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In quis ut velit saepe voluptate.\",\"text\":\"I'll bypass the wireless SQL panel, that should microchip the AI protocol!\"}"], ["created_at", "2016-10-05 17:39:06.094413"], ["updated_at", "2016-10-05 17:39:06.094413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum amet enim ut cum.\",\"text\":\"I'll synthesize the bluetooth COM monitor, that should monitor the SMTP firewall!\"}"], ["created_at", "2016-10-05 17:39:06.095278"], ["updated_at", "2016-10-05 17:39:06.095278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum dicta quis consequuntur molestias voluptate commodi occaecati.\",\"text\":\"Try to generate the COM protocol, maybe it will input the optical firewall!\"}"], ["created_at", "2016-10-05 17:39:06.096144"], ["updated_at", "2016-10-05 17:39:06.096144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis aut aut repellat non.\",\"text\":\"Synthesizing the protocol won't do anything, we need to hack the redundant css sensor!\"}"], ["created_at", "2016-10-05 17:39:06.097031"], ["updated_at", "2016-10-05 17:39:06.097031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident at ipsam.\",\"text\":\"We need to parse the open-source THX panel!\"}"], ["created_at", "2016-10-05 17:39:06.097891"], ["updated_at", "2016-10-05 17:39:06.097891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque soluta facere in qui ut omnis non.\",\"text\":\"Try to synthesize the HTTP card, maybe it will calculate the redundant matrix!\"}"], ["created_at", "2016-10-05 17:39:06.098777"], ["updated_at", "2016-10-05 17:39:06.098777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum suscipit sit consectetur enim.\",\"text\":\"Try to index the RSS pixel, maybe it will transmit the digital system!\"}"], ["created_at", "2016-10-05 17:39:06.099635"], ["updated_at", "2016-10-05 17:39:06.099635"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat alias ipsum aut.\",\"text\":\"The COM monitor is down, connect the back-end protocol so we can generate the XML port!\"}"], ["created_at", "2016-10-05 17:39:06.100498"], ["updated_at", "2016-10-05 17:39:06.100498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime corporis laudantium voluptatem ut quia.\",\"text\":\"Programming the system won't do anything, we need to quantify the solid state ib transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.101380"], ["updated_at", "2016-10-05 17:39:06.101380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque saepe velit.\",\"text\":\"You can't transmit the port without indexing the digital USB interface!\"}"], ["created_at", "2016-10-05 17:39:06.102242"], ["updated_at", "2016-10-05 17:39:06.102242"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos ab labore ad saepe.\",\"text\":\"Use the haptic XSS transmitter, then you can hack the haptic program!\"}"], ["created_at", "2016-10-05 17:39:06.103112"], ["updated_at", "2016-10-05 17:39:06.103112"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam quaerat excepturi veritatis facilis.\",\"text\":\"You can't calculate the bus without indexing the bluetooth SSL protocol!\"}"], ["created_at", "2016-10-05 17:39:06.103963"], ["updated_at", "2016-10-05 17:39:06.103963"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui rerum et ut mollitia hic consequatur.\",\"text\":\"The THX feed is down, transmit the digital firewall so we can compress the PNG sensor!\"}"], ["created_at", "2016-10-05 17:39:06.104833"], ["updated_at", "2016-10-05 17:39:06.104833"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo id aut harum sint ipsam et.\",\"text\":\"We need to bypass the bluetooth ADP capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.105693"], ["updated_at", "2016-10-05 17:39:06.105693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam delectus amet consequuntur maiores tempore suscipit.\",\"text\":\"Generating the port won't do anything, we need to program the virtual json matrix!\"}"], ["created_at", "2016-10-05 17:39:06.106564"], ["updated_at", "2016-10-05 17:39:06.106564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum expedita inventore vero nesciunt recusandae dolor aut.\",\"text\":\"We need to program the solid state ADP program!\"}"], ["created_at", "2016-10-05 17:39:06.107486"], ["updated_at", "2016-10-05 17:39:06.107486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi porro omnis et ut.\",\"text\":\"Try to parse the PCI bandwidth, maybe it will connect the 1080p program!\"}"], ["created_at", "2016-10-05 17:39:06.108351"], ["updated_at", "2016-10-05 17:39:06.108351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam vel dolor consectetur tenetur.\",\"text\":\"Generating the monitor won't do anything, we need to reboot the digital agp firewall!\"}"], ["created_at", "2016-10-05 17:39:06.109225"], ["updated_at", "2016-10-05 17:39:06.109225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit sint et voluptate consequatur ut itaque.\",\"text\":\"Use the cross-platform AI firewall, then you can input the neural alarm!\"}"], ["created_at", "2016-10-05 17:39:06.110125"], ["updated_at", "2016-10-05 17:39:06.110125"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur ut animi blanditiis.\",\"text\":\"If we connect the firewall, we can get to the JSON program through the digital SQL driver!\"}"], ["created_at", "2016-10-05 17:39:06.111002"], ["updated_at", "2016-10-05 17:39:06.111002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique culpa sed dolorum.\",\"text\":\"I'll compress the redundant SCSI monitor, that should monitor the RAM bus!\"}"], ["created_at", "2016-10-05 17:39:06.111858"], ["updated_at", "2016-10-05 17:39:06.111858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam tempora corporis consequuntur voluptatem sunt nesciunt.\",\"text\":\"You can't navigate the firewall without synthesizing the online HDD application!\"}"], ["created_at", "2016-10-05 17:39:06.112718"], ["updated_at", "2016-10-05 17:39:06.112718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis soluta at error eum sed rerum.\",\"text\":\"Quantifying the microchip won't do anything, we need to connect the haptic tcp matrix!\"}"], ["created_at", "2016-10-05 17:39:06.113590"], ["updated_at", "2016-10-05 17:39:06.113590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias nihil voluptas nobis corrupti architecto ab in.\",\"text\":\"I'll program the auxiliary THX driver, that should sensor the SAS matrix!\"}"], ["created_at", "2016-10-05 17:39:06.114457"], ["updated_at", "2016-10-05 17:39:06.114457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At illo non id ipsam non.\",\"text\":\"Use the solid state HTTP panel, then you can synthesize the back-end driver!\"}"], ["created_at", "2016-10-05 17:39:06.115313"], ["updated_at", "2016-10-05 17:39:06.115313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero id quasi officia.\",\"text\":\"Try to program the CSS circuit, maybe it will quantify the solid state bus!\"}"], ["created_at", "2016-10-05 17:39:06.116187"], ["updated_at", "2016-10-05 17:39:06.116187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab incidunt aut et repellendus accusantium omnis velit.\",\"text\":\"The CSS sensor is down, program the wireless driver so we can quantify the JSON microchip!\"}"], ["created_at", "2016-10-05 17:39:06.117039"], ["updated_at", "2016-10-05 17:39:06.117039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum id magni.\",\"text\":\"Navigating the array won't do anything, we need to quantify the haptic sas protocol!\"}"], ["created_at", "2016-10-05 17:39:06.117936"], ["updated_at", "2016-10-05 17:39:06.117936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe et consequatur.\",\"text\":\"The HTTP bandwidth is down, generate the primary microchip so we can program the SAS system!\"}"], ["created_at", "2016-10-05 17:39:06.118818"], ["updated_at", "2016-10-05 17:39:06.118818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque ipsum totam.\",\"text\":\"Use the solid state JSON driver, then you can bypass the cross-platform card!\"}"], ["created_at", "2016-10-05 17:39:06.119674"], ["updated_at", "2016-10-05 17:39:06.119674"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis eius ratione.\",\"text\":\"You can't back up the bus without quantifying the 1080p HDD capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.120536"], ["updated_at", "2016-10-05 17:39:06.120536"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem porro aspernatur autem necessitatibus est delectus aut.\",\"text\":\"Backing up the circuit won't do anything, we need to reboot the mobile css alarm!\"}"], ["created_at", "2016-10-05 17:39:06.121405"], ["updated_at", "2016-10-05 17:39:06.121405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem aliquam aut officia cumque est aut iure.\",\"text\":\"Parsing the alarm won't do anything, we need to navigate the 1080p xml sensor!\"}"], ["created_at", "2016-10-05 17:39:06.122250"], ["updated_at", "2016-10-05 17:39:06.122250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ea tempora.\",\"text\":\"Use the virtual COM microchip, then you can generate the online circuit!\"}"], ["created_at", "2016-10-05 17:39:06.123115"], ["updated_at", "2016-10-05 17:39:06.123115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi iusto eos laudantium.\",\"text\":\"Use the online COM panel, then you can reboot the neural alarm!\"}"], ["created_at", "2016-10-05 17:39:06.123977"], ["updated_at", "2016-10-05 17:39:06.123977"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium porro reiciendis vel ut dolores.\",\"text\":\"Programming the circuit won't do anything, we need to hack the back-end xml circuit!\"}"], ["created_at", "2016-10-05 17:39:06.124837"], ["updated_at", "2016-10-05 17:39:06.124837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis eaque fugit illo ut asperiores quos at.\",\"text\":\"If we copy the feed, we can get to the HTTP pixel through the open-source JBOD application!\"}"], ["created_at", "2016-10-05 17:39:06.125701"], ["updated_at", "2016-10-05 17:39:06.125701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut cumque laborum dolorem aspernatur et est.\",\"text\":\"Try to reboot the XSS port, maybe it will reboot the solid state port!\"}"], ["created_at", "2016-10-05 17:39:06.126586"], ["updated_at", "2016-10-05 17:39:06.126586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt harum et eveniet.\",\"text\":\"Try to input the HDD microchip, maybe it will bypass the open-source application!\"}"], ["created_at", "2016-10-05 17:39:06.127442"], ["updated_at", "2016-10-05 17:39:06.127442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio mollitia tempore hic dolorem qui perspiciatis quo.\",\"text\":\"We need to copy the mobile SCSI array!\"}"], ["created_at", "2016-10-05 17:39:06.128290"], ["updated_at", "2016-10-05 17:39:06.128290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor nobis quo inventore.\",\"text\":\"Try to program the PCI microchip, maybe it will reboot the open-source hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.129139"], ["updated_at", "2016-10-05 17:39:06.129139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae est voluptas sed inventore est et dolorem.\",\"text\":\"Try to calculate the XML bus, maybe it will program the open-source panel!\"}"], ["created_at", "2016-10-05 17:39:06.130019"], ["updated_at", "2016-10-05 17:39:06.130019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto nesciunt rerum voluptate delectus et aut soluta.\",\"text\":\"Navigating the driver won't do anything, we need to back up the redundant scsi application!\"}"], ["created_at", "2016-10-05 17:39:06.130882"], ["updated_at", "2016-10-05 17:39:06.130882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati aut voluptatem eveniet qui rerum facilis mollitia.\",\"text\":\"Try to navigate the THX pixel, maybe it will quantify the mobile card!\"}"], ["created_at", "2016-10-05 17:39:06.131737"], ["updated_at", "2016-10-05 17:39:06.131737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et non id.\",\"text\":\"We need to synthesize the wireless HDD firewall!\"}"], ["created_at", "2016-10-05 17:39:06.132606"], ["updated_at", "2016-10-05 17:39:06.132606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente quia velit iste eius.\",\"text\":\"I'll override the 1080p CSS card, that should port the SDD feed!\"}"], ["created_at", "2016-10-05 17:39:06.133479"], ["updated_at", "2016-10-05 17:39:06.133479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe laborum rerum beatae voluptatem.\",\"text\":\"We need to quantify the haptic PNG application!\"}"], ["created_at", "2016-10-05 17:39:06.134376"], ["updated_at", "2016-10-05 17:39:06.134376"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum eum blanditiis aut eveniet beatae unde inventore.\",\"text\":\"You can't copy the system without navigating the neural AGP capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.135317"], ["updated_at", "2016-10-05 17:39:06.135317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam animi sapiente cupiditate fuga inventore eos quam.\",\"text\":\"Programming the card won't do anything, we need to generate the 1080p scsi bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.136198"], ["updated_at", "2016-10-05 17:39:06.136198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut tempore unde alias eveniet quidem.\",\"text\":\"The IB hard drive is down, input the primary card so we can calculate the IB monitor!\"}"], ["created_at", "2016-10-05 17:39:06.137051"], ["updated_at", "2016-10-05 17:39:06.137051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores et in corporis rerum aut temporibus.\",\"text\":\"Try to quantify the AI panel, maybe it will compress the haptic capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.137905"], ["updated_at", "2016-10-05 17:39:06.137905"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem assumenda ut ullam soluta dicta aperiam dolorum.\",\"text\":\"Try to synthesize the EXE application, maybe it will synthesize the solid state firewall!\"}"], ["created_at", "2016-10-05 17:39:06.138794"], ["updated_at", "2016-10-05 17:39:06.138794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis eius itaque non impedit et.\",\"text\":\"You can't back up the capacitor without indexing the open-source EXE bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.139648"], ["updated_at", "2016-10-05 17:39:06.139648"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique explicabo quibusdam ipsum veritatis nulla.\",\"text\":\"Try to hack the TCP hard drive, maybe it will navigate the auxiliary card!\"}"], ["created_at", "2016-10-05 17:39:06.140500"], ["updated_at", "2016-10-05 17:39:06.140500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita et dolorum molestiae eum.\",\"text\":\"Try to input the SCSI port, maybe it will bypass the bluetooth driver!\"}"], ["created_at", "2016-10-05 17:39:06.141384"], ["updated_at", "2016-10-05 17:39:06.141384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi eaque possimus odit porro et.\",\"text\":\"Overriding the application won't do anything, we need to parse the solid state com card!\"}"], ["created_at", "2016-10-05 17:39:06.142307"], ["updated_at", "2016-10-05 17:39:06.142307"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam est exercitationem.\",\"text\":\"If we bypass the microchip, we can get to the JBOD card through the virtual SMS array!\"}"], ["created_at", "2016-10-05 17:39:06.143257"], ["updated_at", "2016-10-05 17:39:06.143257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus sed sunt veniam ut totam.\",\"text\":\"If we parse the microchip, we can get to the USB port through the neural XSS transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.144129"], ["updated_at", "2016-10-05 17:39:06.144129"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia temporibus beatae voluptatem esse rerum fuga.\",\"text\":\"Try to override the JSON protocol, maybe it will compress the digital interface!\"}"], ["created_at", "2016-10-05 17:39:06.144994"], ["updated_at", "2016-10-05 17:39:06.144994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat sit iusto sequi explicabo sunt architecto et.\",\"text\":\"You can't index the bandwidth without generating the haptic AI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.145853"], ["updated_at", "2016-10-05 17:39:06.145853"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut porro et accusantium.\",\"text\":\"We need to synthesize the primary THX application!\"}"], ["created_at", "2016-10-05 17:39:06.146728"], ["updated_at", "2016-10-05 17:39:06.146728"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod et ex voluptatem eveniet.\",\"text\":\"I'll transmit the online RSS application, that should panel the FTP microchip!\"}"], ["created_at", "2016-10-05 17:39:06.147619"], ["updated_at", "2016-10-05 17:39:06.147619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem quis sapiente voluptatem sit officiis.\",\"text\":\"I'll back up the haptic RSS feed, that should feed the PCI hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.148483"], ["updated_at", "2016-10-05 17:39:06.148483"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id pariatur libero.\",\"text\":\"If we quantify the card, we can get to the ADP driver through the neural IB hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.149345"], ["updated_at", "2016-10-05 17:39:06.149345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum velit consequatur et nulla a neque est.\",\"text\":\"You can't quantify the interface without parsing the mobile GB transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.150266"], ["updated_at", "2016-10-05 17:39:06.150266"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta autem quia ipsam minima.\",\"text\":\"The EXE bus is down, input the solid state system so we can back up the PNG capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.151235"], ["updated_at", "2016-10-05 17:39:06.151235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut nesciunt quam architecto maxime ratione quisquam impedit.\",\"text\":\"If we generate the driver, we can get to the ADP monitor through the auxiliary EXE sensor!\"}"], ["created_at", "2016-10-05 17:39:06.152110"], ["updated_at", "2016-10-05 17:39:06.152110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel voluptatum cum occaecati enim quaerat provident aut.\",\"text\":\"The SSL application is down, hack the virtual transmitter so we can override the SMS alarm!\"}"], ["created_at", "2016-10-05 17:39:06.152980"], ["updated_at", "2016-10-05 17:39:06.152980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis distinctio accusantium eum facere saepe.\",\"text\":\"Hacking the driver won't do anything, we need to program the 1080p json hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.153831"], ["updated_at", "2016-10-05 17:39:06.153831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic vero deleniti eum distinctio provident ea autem.\",\"text\":\"The PNG application is down, connect the solid state driver so we can override the TCP transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.154712"], ["updated_at", "2016-10-05 17:39:06.154712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed dolores illo iure in et.\",\"text\":\"Overriding the hard drive won't do anything, we need to hack the multi-byte exe protocol!\"}"], ["created_at", "2016-10-05 17:39:06.155573"], ["updated_at", "2016-10-05 17:39:06.155573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus vitae fugit et at vel alias ut.\",\"text\":\"You can't override the monitor without overriding the bluetooth XSS sensor!\"}"], ["created_at", "2016-10-05 17:39:06.156454"], ["updated_at", "2016-10-05 17:39:06.156454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente repudiandae cumque.\",\"text\":\"I'll parse the digital EXE circuit, that should feed the SDD hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.157316"], ["updated_at", "2016-10-05 17:39:06.157316"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit vitae id sit eaque in.\",\"text\":\"Indexing the bus won't do anything, we need to quantify the optical gb sensor!\"}"], ["created_at", "2016-10-05 17:39:06.158170"], ["updated_at", "2016-10-05 17:39:06.158170"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea odit aut molestiae.\",\"text\":\"We need to hack the 1080p SSL system!\"}"], ["created_at", "2016-10-05 17:39:06.159109"], ["updated_at", "2016-10-05 17:39:06.159109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui quam optio at incidunt blanditiis quasi.\",\"text\":\"You can't input the sensor without connecting the solid state AI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.159981"], ["updated_at", "2016-10-05 17:39:06.159981"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum totam odio incidunt et et ab.\",\"text\":\"Use the 1080p SMS firewall, then you can back up the neural monitor!\"}"], ["created_at", "2016-10-05 17:39:06.160837"], ["updated_at", "2016-10-05 17:39:06.160837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum amet hic autem.\",\"text\":\"I'll parse the open-source XML interface, that should circuit the AI firewall!\"}"], ["created_at", "2016-10-05 17:39:06.161687"], ["updated_at", "2016-10-05 17:39:06.161687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem quidem recusandae optio.\",\"text\":\"Overriding the system won't do anything, we need to bypass the bluetooth ib program!\"}"], ["created_at", "2016-10-05 17:39:06.162560"], ["updated_at", "2016-10-05 17:39:06.162560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum molestiae cupiditate expedita et.\",\"text\":\"The RSS port is down, bypass the auxiliary monitor so we can input the PNG protocol!\"}"], ["created_at", "2016-10-05 17:39:06.163425"], ["updated_at", "2016-10-05 17:39:06.163425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor tempore facilis eveniet laborum aut hic.\",\"text\":\"You can't calculate the matrix without programming the open-source ADP card!\"}"], ["created_at", "2016-10-05 17:39:06.164278"], ["updated_at", "2016-10-05 17:39:06.164278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas earum voluptatem aut doloribus consequuntur omnis quam.\",\"text\":\"You can't reboot the card without transmitting the haptic HDD panel!\"}"], ["created_at", "2016-10-05 17:39:06.165145"], ["updated_at", "2016-10-05 17:39:06.165145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde delectus ab doloremque vel.\",\"text\":\"If we copy the system, we can get to the THX driver through the back-end XML hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.166000"], ["updated_at", "2016-10-05 17:39:06.166000"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias beatae et praesentium id repellat facere.\",\"text\":\"The AGP card is down, reboot the virtual alarm so we can bypass the SMTP application!\"}"], ["created_at", "2016-10-05 17:39:06.166883"], ["updated_at", "2016-10-05 17:39:06.166883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto quas occaecati nihil amet temporibus repudiandae.\",\"text\":\"Use the open-source HTTP bandwidth, then you can parse the open-source port!\"}"], ["created_at", "2016-10-05 17:39:06.167775"], ["updated_at", "2016-10-05 17:39:06.167775"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit dolores consequatur nobis.\",\"text\":\"If we index the pixel, we can get to the EXE pixel through the online XSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.168659"], ["updated_at", "2016-10-05 17:39:06.168659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum eos numquam rerum.\",\"text\":\"We need to navigate the primary PCI panel!\"}"], ["created_at", "2016-10-05 17:39:06.169510"], ["updated_at", "2016-10-05 17:39:06.169510"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam inventore placeat assumenda.\",\"text\":\"Try to navigate the SCSI bandwidth, maybe it will transmit the online bus!\"}"], ["created_at", "2016-10-05 17:39:06.170376"], ["updated_at", "2016-10-05 17:39:06.170376"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est unde libero modi.\",\"text\":\"We need to synthesize the back-end USB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.171492"], ["updated_at", "2016-10-05 17:39:06.171492"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut aliquid et sint.\",\"text\":\"Try to calculate the EXE capacitor, maybe it will back up the digital card!\"}"], ["created_at", "2016-10-05 17:39:06.172455"], ["updated_at", "2016-10-05 17:39:06.172455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia sunt consequatur qui et quasi.\",\"text\":\"Try to parse the ADP pixel, maybe it will parse the online port!\"}"], ["created_at", "2016-10-05 17:39:06.173318"], ["updated_at", "2016-10-05 17:39:06.173318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur et possimus earum.\",\"text\":\"The SSL application is down, hack the wireless card so we can index the TCP interface!\"}"], ["created_at", "2016-10-05 17:39:06.174187"], ["updated_at", "2016-10-05 17:39:06.174187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At rerum ipsum laudantium placeat assumenda quos.\",\"text\":\"The JBOD alarm is down, bypass the primary application so we can hack the RAM circuit!\"}"], ["created_at", "2016-10-05 17:39:06.175100"], ["updated_at", "2016-10-05 17:39:06.175100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil reprehenderit modi magnam ullam illo ad.\",\"text\":\"If we calculate the microchip, we can get to the TCP monitor through the redundant AI bus!\"}"], ["created_at", "2016-10-05 17:39:06.175975"], ["updated_at", "2016-10-05 17:39:06.175975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores sed inventore harum.\",\"text\":\"You can't hack the sensor without backing up the digital RAM microchip!\"}"], ["created_at", "2016-10-05 17:39:06.176846"], ["updated_at", "2016-10-05 17:39:06.176846"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis officiis non iusto deleniti.\",\"text\":\"Synthesizing the sensor won't do anything, we need to override the mobile smtp alarm!\"}"], ["created_at", "2016-10-05 17:39:06.177712"], ["updated_at", "2016-10-05 17:39:06.177712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore consequuntur nobis ipsam debitis deserunt sit.\",\"text\":\"You can't calculate the hard drive without bypassing the 1080p XML application!\"}"], ["created_at", "2016-10-05 17:39:06.178602"], ["updated_at", "2016-10-05 17:39:06.178602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque aut beatae dolores eum dolor iusto.\",\"text\":\"Try to generate the ADP circuit, maybe it will compress the wireless card!\"}"], ["created_at", "2016-10-05 17:39:06.179463"], ["updated_at", "2016-10-05 17:39:06.179463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae quia et dolor error ea.\",\"text\":\"I'll synthesize the 1080p PCI hard drive, that should card the XSS feed!\"}"], ["created_at", "2016-10-05 17:39:06.180332"], ["updated_at", "2016-10-05 17:39:06.180332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta sit nisi.\",\"text\":\"Try to copy the SCSI feed, maybe it will calculate the 1080p bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.181183"], ["updated_at", "2016-10-05 17:39:06.181183"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas incidunt mollitia iure.\",\"text\":\"If we calculate the microchip, we can get to the SCSI transmitter through the wireless HDD transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.182049"], ["updated_at", "2016-10-05 17:39:06.182049"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit molestiae ut maiores quibusdam qui saepe.\",\"text\":\"We need to back up the digital XML pixel!\"}"], ["created_at", "2016-10-05 17:39:06.182945"], ["updated_at", "2016-10-05 17:39:06.182945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae voluptate placeat nemo.\",\"text\":\"You can't bypass the monitor without indexing the mobile SQL interface!\"}"], ["created_at", "2016-10-05 17:39:06.183814"], ["updated_at", "2016-10-05 17:39:06.183814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima qui doloremque et delectus repellat ut asperiores.\",\"text\":\"Transmitting the driver won't do anything, we need to input the cross-platform ai panel!\"}"], ["created_at", "2016-10-05 17:39:06.184723"], ["updated_at", "2016-10-05 17:39:06.184723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa quis molestiae veritatis repudiandae atque tempora.\",\"text\":\"Try to compress the JSON matrix, maybe it will generate the primary program!\"}"], ["created_at", "2016-10-05 17:39:06.185601"], ["updated_at", "2016-10-05 17:39:06.185601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis aut est sit.\",\"text\":\"I'll transmit the open-source AI array, that should firewall the GB sensor!\"}"], ["created_at", "2016-10-05 17:39:06.186506"], ["updated_at", "2016-10-05 17:39:06.186506"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus repellat sit eveniet esse voluptatem porro aut.\",\"text\":\"You can't generate the hard drive without calculating the 1080p SMTP panel!\"}"], ["created_at", "2016-10-05 17:39:06.187366"], ["updated_at", "2016-10-05 17:39:06.187366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis voluptate consectetur veritatis.\",\"text\":\"We need to input the optical XSS interface!\"}"], ["created_at", "2016-10-05 17:39:06.188220"], ["updated_at", "2016-10-05 17:39:06.188220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In eos facilis.\",\"text\":\"If we parse the monitor, we can get to the FTP pixel through the mobile RSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.189089"], ["updated_at", "2016-10-05 17:39:06.189089"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut cupiditate quos odio.\",\"text\":\"The PNG circuit is down, compress the back-end application so we can input the SSL driver!\"}"], ["created_at", "2016-10-05 17:39:06.189941"], ["updated_at", "2016-10-05 17:39:06.189941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium velit labore architecto voluptatibus voluptatem.\",\"text\":\"I'll override the back-end USB circuit, that should bus the AI interface!\"}"], ["created_at", "2016-10-05 17:39:06.190838"], ["updated_at", "2016-10-05 17:39:06.190838"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi sit rerum cumque animi libero.\",\"text\":\"The CSS microchip is down, compress the multi-byte transmitter so we can navigate the SCSI matrix!\"}"], ["created_at", "2016-10-05 17:39:06.191723"], ["updated_at", "2016-10-05 17:39:06.191723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem enim laudantium dolorem eos.\",\"text\":\"Try to input the PCI firewall, maybe it will navigate the wireless program!\"}"], ["created_at", "2016-10-05 17:39:06.192598"], ["updated_at", "2016-10-05 17:39:06.192598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur delectus qui libero incidunt molestias repellat eius.\",\"text\":\"I'll synthesize the digital RSS bus, that should bus the XML transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.193450"], ["updated_at", "2016-10-05 17:39:06.193450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis saepe ducimus impedit ut velit adipisci.\",\"text\":\"If we synthesize the application, we can get to the TCP bandwidth through the bluetooth AGP alarm!\"}"], ["created_at", "2016-10-05 17:39:06.194330"], ["updated_at", "2016-10-05 17:39:06.194330"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia aut ullam doloribus est mollitia.\",\"text\":\"You can't program the hard drive without backing up the redundant PCI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.195220"], ["updated_at", "2016-10-05 17:39:06.195220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum non ut aut unde.\",\"text\":\"Generating the array won't do anything, we need to quantify the back-end agp card!\"}"], ["created_at", "2016-10-05 17:39:06.196073"], ["updated_at", "2016-10-05 17:39:06.196073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil illo distinctio nemo sed asperiores ratione.\",\"text\":\"We need to override the open-source SAS monitor!\"}"], ["created_at", "2016-10-05 17:39:06.196951"], ["updated_at", "2016-10-05 17:39:06.196951"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit in saepe et eveniet.\",\"text\":\"Use the mobile RSS transmitter, then you can navigate the mobile system!\"}"], ["created_at", "2016-10-05 17:39:06.197817"], ["updated_at", "2016-10-05 17:39:06.197817"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates et eaque aut corporis.\",\"text\":\"You can't compress the pixel without connecting the redundant GB card!\"}"], ["created_at", "2016-10-05 17:39:06.198684"], ["updated_at", "2016-10-05 17:39:06.198684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi magni optio.\",\"text\":\"Bypassing the microchip won't do anything, we need to input the redundant ram microchip!\"}"], ["created_at", "2016-10-05 17:39:06.199555"], ["updated_at", "2016-10-05 17:39:06.199555"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut sint dolores id laboriosam.\",\"text\":\"You can't input the panel without calculating the multi-byte ADP program!\"}"], ["created_at", "2016-10-05 17:39:06.200414"], ["updated_at", "2016-10-05 17:39:06.200414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam ut corrupti.\",\"text\":\"I'll reboot the online RSS system, that should hard drive the SCSI firewall!\"}"], ["created_at", "2016-10-05 17:39:06.201292"], ["updated_at", "2016-10-05 17:39:06.201292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut dolor eveniet tempore laudantium necessitatibus quos nemo.\",\"text\":\"You can't bypass the pixel without navigating the optical TCP driver!\"}"], ["created_at", "2016-10-05 17:39:06.202158"], ["updated_at", "2016-10-05 17:39:06.202158"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde earum enim.\",\"text\":\"You can't copy the panel without navigating the wireless THX alarm!\"}"], ["created_at", "2016-10-05 17:39:06.203036"], ["updated_at", "2016-10-05 17:39:06.203036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure non fugiat.\",\"text\":\"Use the haptic SSL firewall, then you can quantify the multi-byte interface!\"}"], ["created_at", "2016-10-05 17:39:06.203958"], ["updated_at", "2016-10-05 17:39:06.203958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas tenetur architecto molestias voluptatem.\",\"text\":\"Use the digital HDD circuit, then you can transmit the 1080p monitor!\"}"], ["created_at", "2016-10-05 17:39:06.204818"], ["updated_at", "2016-10-05 17:39:06.204818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit eveniet veritatis dolores saepe debitis.\",\"text\":\"Use the bluetooth SSL driver, then you can override the optical hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.205695"], ["updated_at", "2016-10-05 17:39:06.205695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure architecto deserunt dolore ut officiis ut asperiores.\",\"text\":\"You can't quantify the alarm without quantifying the neural GB system!\"}"], ["created_at", "2016-10-05 17:39:06.206565"], ["updated_at", "2016-10-05 17:39:06.206565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil voluptas vel illum eaque perspiciatis.\",\"text\":\"The SQL port is down, back up the wireless interface so we can override the GB alarm!\"}"], ["created_at", "2016-10-05 17:39:06.207423"], ["updated_at", "2016-10-05 17:39:06.207423"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio voluptas voluptate omnis alias neque sit.\",\"text\":\"You can't synthesize the array without indexing the back-end JBOD application!\"}"], ["created_at", "2016-10-05 17:39:06.208274"], ["updated_at", "2016-10-05 17:39:06.208274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus qui facilis cumque eius quaerat ullam.\",\"text\":\"You can't navigate the interface without navigating the wireless USB port!\"}"], ["created_at", "2016-10-05 17:39:06.209158"], ["updated_at", "2016-10-05 17:39:06.209158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad nobis earum quam occaecati quod vel.\",\"text\":\"Use the open-source ADP interface, then you can transmit the back-end hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.210022"], ["updated_at", "2016-10-05 17:39:06.210022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe doloremque dolore dolores nobis sit quos.\",\"text\":\"You can't navigate the array without compressing the haptic IB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.210884"], ["updated_at", "2016-10-05 17:39:06.210884"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus omnis rerum qui quas saepe voluptate enim.\",\"text\":\"The CSS program is down, reboot the haptic capacitor so we can connect the SMS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.211787"], ["updated_at", "2016-10-05 17:39:06.211787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate ducimus natus.\",\"text\":\"We need to override the open-source SQL port!\"}"], ["created_at", "2016-10-05 17:39:06.212649"], ["updated_at", "2016-10-05 17:39:06.212649"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae libero sed corporis.\",\"text\":\"Use the haptic TCP array, then you can generate the primary bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.213506"], ["updated_at", "2016-10-05 17:39:06.213506"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium illum in voluptates eveniet dolor.\",\"text\":\"Transmitting the card won't do anything, we need to navigate the cross-platform css circuit!\"}"], ["created_at", "2016-10-05 17:39:06.214392"], ["updated_at", "2016-10-05 17:39:06.214392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis facere aut accusantium soluta id.\",\"text\":\"Use the redundant SAS capacitor, then you can copy the optical pixel!\"}"], ["created_at", "2016-10-05 17:39:06.215248"], ["updated_at", "2016-10-05 17:39:06.215248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos repellat odio vero officia officiis quidem.\",\"text\":\"The SAS driver is down, reboot the solid state port so we can copy the SQL driver!\"}"], ["created_at", "2016-10-05 17:39:06.216126"], ["updated_at", "2016-10-05 17:39:06.216126"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed animi aut sequi.\",\"text\":\"You can't calculate the application without backing up the open-source AI firewall!\"}"], ["created_at", "2016-10-05 17:39:06.216984"], ["updated_at", "2016-10-05 17:39:06.216984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus ut quia.\",\"text\":\"I'll bypass the optical CSS port, that should protocol the THX matrix!\"}"], ["created_at", "2016-10-05 17:39:06.217851"], ["updated_at", "2016-10-05 17:39:06.217851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque repellat sapiente.\",\"text\":\"If we hack the alarm, we can get to the FTP program through the optical JSON pixel!\"}"], ["created_at", "2016-10-05 17:39:06.218741"], ["updated_at", "2016-10-05 17:39:06.218741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores qui et.\",\"text\":\"Try to generate the SDD driver, maybe it will override the wireless monitor!\"}"], ["created_at", "2016-10-05 17:39:06.219597"], ["updated_at", "2016-10-05 17:39:06.219597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores nisi voluptatem id cupiditate aut in.\",\"text\":\"We need to generate the mobile RAM transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.220461"], ["updated_at", "2016-10-05 17:39:06.220461"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut nobis tempore perspiciatis dolores doloribus omnis.\",\"text\":\"I'll generate the digital IB circuit, that should application the JSON bus!\"}"], ["created_at", "2016-10-05 17:39:06.221324"], ["updated_at", "2016-10-05 17:39:06.221324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus voluptatem alias perspiciatis.\",\"text\":\"Try to calculate the JSON system, maybe it will compress the primary driver!\"}"], ["created_at", "2016-10-05 17:39:06.222474"], ["updated_at", "2016-10-05 17:39:06.222474"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel non doloremque dolore dolor.\",\"text\":\"Try to synthesize the EXE panel, maybe it will compress the bluetooth protocol!\"}"], ["created_at", "2016-10-05 17:39:06.223472"], ["updated_at", "2016-10-05 17:39:06.223472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis quam sed dolorum sint illo.\",\"text\":\"Calculating the capacitor won't do anything, we need to program the multi-byte json driver!\"}"], ["created_at", "2016-10-05 17:39:06.224414"], ["updated_at", "2016-10-05 17:39:06.224414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto numquam repellat voluptatem et aut.\",\"text\":\"I'll copy the primary PCI feed, that should port the IB array!\"}"], ["created_at", "2016-10-05 17:39:06.225368"], ["updated_at", "2016-10-05 17:39:06.225368"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error harum inventore quis quas sunt.\",\"text\":\"The SMTP bandwidth is down, compress the back-end sensor so we can override the USB circuit!\"}"], ["created_at", "2016-10-05 17:39:06.226419"], ["updated_at", "2016-10-05 17:39:06.226419"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae deleniti quia.\",\"text\":\"The TCP sensor is down, hack the mobile panel so we can program the EXE interface!\"}"], ["created_at", "2016-10-05 17:39:06.228043"], ["updated_at", "2016-10-05 17:39:06.228043"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo omnis quis est perferendis vel amet cumque.\",\"text\":\"Try to synthesize the JSON sensor, maybe it will compress the primary program!\"}"], ["created_at", "2016-10-05 17:39:06.229591"], ["updated_at", "2016-10-05 17:39:06.229591"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta ut aut dolor.\",\"text\":\"Synthesizing the driver won't do anything, we need to quantify the 1080p ssl system!\"}"], ["created_at", "2016-10-05 17:39:06.230874"], ["updated_at", "2016-10-05 17:39:06.230874"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est porro omnis id.\",\"text\":\"Use the digital RAM hard drive, then you can index the mobile firewall!\"}"], ["created_at", "2016-10-05 17:39:06.232293"], ["updated_at", "2016-10-05 17:39:06.232293"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos non ea aliquid sapiente voluptatem voluptatem.\",\"text\":\"Try to index the PCI array, maybe it will parse the cross-platform alarm!\"}"], ["created_at", "2016-10-05 17:39:06.235006"], ["updated_at", "2016-10-05 17:39:06.235006"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos et accusamus similique voluptatem est eos repellendus.\",\"text\":\"The RSS driver is down, back up the multi-byte port so we can parse the HDD monitor!\"}"], ["created_at", "2016-10-05 17:39:06.237308"], ["updated_at", "2016-10-05 17:39:06.237308"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio et ea dolor exercitationem voluptate.\",\"text\":\"Use the online SQL monitor, then you can bypass the back-end sensor!\"}"], ["created_at", "2016-10-05 17:39:06.239423"], ["updated_at", "2016-10-05 17:39:06.239423"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus doloremque et beatae.\",\"text\":\"I'll override the redundant COM array, that should transmitter the GB capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.240450"], ["updated_at", "2016-10-05 17:39:06.240450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae cumque at ratione rem officiis.\",\"text\":\"We need to synthesize the cross-platform XML feed!\"}"], ["created_at", "2016-10-05 17:39:06.241492"], ["updated_at", "2016-10-05 17:39:06.241492"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio saepe nihil dolorem dolores qui perspiciatis ut.\",\"text\":\"We need to bypass the redundant GB transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.242684"], ["updated_at", "2016-10-05 17:39:06.242684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus ad quo ut atque natus quia.\",\"text\":\"Connecting the port won't do anything, we need to parse the digital ib panel!\"}"], ["created_at", "2016-10-05 17:39:06.243755"], ["updated_at", "2016-10-05 17:39:06.243755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores sit quibusdam fugit delectus saepe.\",\"text\":\"Generating the program won't do anything, we need to program the bluetooth ram feed!\"}"], ["created_at", "2016-10-05 17:39:06.244642"], ["updated_at", "2016-10-05 17:39:06.244642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores hic harum ut aut expedita esse commodi.\",\"text\":\"Connecting the monitor won't do anything, we need to generate the open-source usb panel!\"}"], ["created_at", "2016-10-05 17:39:06.245526"], ["updated_at", "2016-10-05 17:39:06.245526"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae consequuntur et maxime.\",\"text\":\"You can't reboot the port without connecting the multi-byte CSS system!\"}"], ["created_at", "2016-10-05 17:39:06.246422"], ["updated_at", "2016-10-05 17:39:06.246422"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum quia possimus dolores harum occaecati modi.\",\"text\":\"We need to reboot the virtual HDD hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.247343"], ["updated_at", "2016-10-05 17:39:06.247343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit sint aut.\",\"text\":\"You can't bypass the array without overriding the virtual THX monitor!\"}"], ["created_at", "2016-10-05 17:39:06.248200"], ["updated_at", "2016-10-05 17:39:06.248200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus sequi similique.\",\"text\":\"I'll index the back-end AI port, that should protocol the SCSI panel!\"}"], ["created_at", "2016-10-05 17:39:06.249073"], ["updated_at", "2016-10-05 17:39:06.249073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos occaecati sint et velit.\",\"text\":\"We need to bypass the auxiliary PCI sensor!\"}"], ["created_at", "2016-10-05 17:39:06.249928"], ["updated_at", "2016-10-05 17:39:06.249928"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam expedita sint sed maxime aut eveniet.\",\"text\":\"I'll parse the online SSL pixel, that should program the SMTP port!\"}"], ["created_at", "2016-10-05 17:39:06.250798"], ["updated_at", "2016-10-05 17:39:06.250798"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sequi quis error mollitia.\",\"text\":\"Use the virtual SAS capacitor, then you can copy the open-source matrix!\"}"], ["created_at", "2016-10-05 17:39:06.251706"], ["updated_at", "2016-10-05 17:39:06.251706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium optio omnis accusamus voluptates corporis magni.\",\"text\":\"If we connect the capacitor, we can get to the PNG circuit through the primary GB firewall!\"}"], ["created_at", "2016-10-05 17:39:06.252558"], ["updated_at", "2016-10-05 17:39:06.252558"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor quas aut et.\",\"text\":\"The SMS bandwidth is down, reboot the primary transmitter so we can parse the COM array!\"}"], ["created_at", "2016-10-05 17:39:06.253408"], ["updated_at", "2016-10-05 17:39:06.253408"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore et voluptatem perferendis earum rem.\",\"text\":\"We need to input the auxiliary RAM sensor!\"}"], ["created_at", "2016-10-05 17:39:06.254281"], ["updated_at", "2016-10-05 17:39:06.254281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim ad maiores ut hic ea sed dicta.\",\"text\":\"If we program the interface, we can get to the SQL matrix through the neural SAS pixel!\"}"], ["created_at", "2016-10-05 17:39:06.255171"], ["updated_at", "2016-10-05 17:39:06.255171"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi corporis id possimus.\",\"text\":\"You can't input the hard drive without bypassing the auxiliary PNG port!\"}"], ["created_at", "2016-10-05 17:39:06.256034"], ["updated_at", "2016-10-05 17:39:06.256034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim recusandae quidem molestiae nulla.\",\"text\":\"You can't generate the feed without copying the solid state AI card!\"}"], ["created_at", "2016-10-05 17:39:06.256899"], ["updated_at", "2016-10-05 17:39:06.256899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus officia et tenetur.\",\"text\":\"The AI application is down, navigate the primary panel so we can input the SAS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.257744"], ["updated_at", "2016-10-05 17:39:06.257744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci omnis rerum explicabo saepe non sed.\",\"text\":\"If we hack the alarm, we can get to the USB system through the open-source FTP matrix!\"}"], ["created_at", "2016-10-05 17:39:06.258651"], ["updated_at", "2016-10-05 17:39:06.258651"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem sit repudiandae et non.\",\"text\":\"You can't index the capacitor without calculating the 1080p RAM array!\"}"], ["created_at", "2016-10-05 17:39:06.259642"], ["updated_at", "2016-10-05 17:39:06.259642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita iste nesciunt blanditiis soluta.\",\"text\":\"You can't synthesize the hard drive without calculating the haptic GB panel!\"}"], ["created_at", "2016-10-05 17:39:06.260512"], ["updated_at", "2016-10-05 17:39:06.260512"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem sit dolorum fugit qui.\",\"text\":\"Try to compress the CSS capacitor, maybe it will override the wireless bus!\"}"], ["created_at", "2016-10-05 17:39:06.261362"], ["updated_at", "2016-10-05 17:39:06.261362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde ipsam aut accusantium et.\",\"text\":\"The SAS protocol is down, calculate the neural matrix so we can bypass the XML array!\"}"], ["created_at", "2016-10-05 17:39:06.262221"], ["updated_at", "2016-10-05 17:39:06.262221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem unde sapiente incidunt repudiandae eum dolorem.\",\"text\":\"I'll parse the auxiliary XML port, that should bus the RAM pixel!\"}"], ["created_at", "2016-10-05 17:39:06.263093"], ["updated_at", "2016-10-05 17:39:06.263093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem in eius.\",\"text\":\"Try to parse the AGP panel, maybe it will reboot the redundant feed!\"}"], ["created_at", "2016-10-05 17:39:06.263960"], ["updated_at", "2016-10-05 17:39:06.263960"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod qui omnis perspiciatis vitae.\",\"text\":\"The JSON protocol is down, connect the cross-platform application so we can reboot the SAS transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.264818"], ["updated_at", "2016-10-05 17:39:06.264818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est sequi fugit dolor.\",\"text\":\"If we program the alarm, we can get to the USB capacitor through the redundant SMS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.265681"], ["updated_at", "2016-10-05 17:39:06.265681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam omnis totam eaque.\",\"text\":\"I'll generate the primary JSON driver, that should hard drive the SAS pixel!\"}"], ["created_at", "2016-10-05 17:39:06.266565"], ["updated_at", "2016-10-05 17:39:06.266565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem et ratione non illum maiores et.\",\"text\":\"Try to generate the TCP microchip, maybe it will back up the neural bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.267439"], ["updated_at", "2016-10-05 17:39:06.267439"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque fuga quia tempora cumque.\",\"text\":\"Try to generate the XML array, maybe it will transmit the bluetooth driver!\"}"], ["created_at", "2016-10-05 17:39:06.268318"], ["updated_at", "2016-10-05 17:39:06.268318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos quo omnis.\",\"text\":\"You can't navigate the application without compressing the bluetooth GB capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.269178"], ["updated_at", "2016-10-05 17:39:06.269178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur molestiae commodi accusamus.\",\"text\":\"We need to bypass the neural GB hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.270032"], ["updated_at", "2016-10-05 17:39:06.270032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum vel dolor praesentium maxime.\",\"text\":\"If we reboot the sensor, we can get to the PNG panel through the open-source SQL firewall!\"}"], ["created_at", "2016-10-05 17:39:06.270904"], ["updated_at", "2016-10-05 17:39:06.270904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut nulla pariatur quis.\",\"text\":\"If we synthesize the protocol, we can get to the SMS matrix through the wireless EXE program!\"}"], ["created_at", "2016-10-05 17:39:06.271772"], ["updated_at", "2016-10-05 17:39:06.271772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque aut suscipit voluptatem nihil occaecati sunt recusandae.\",\"text\":\"I'll generate the digital AGP array, that should system the AGP alarm!\"}"], ["created_at", "2016-10-05 17:39:06.272686"], ["updated_at", "2016-10-05 17:39:06.272686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum et et voluptas excepturi laudantium animi architecto.\",\"text\":\"We need to connect the auxiliary ADP protocol!\"}"], ["created_at", "2016-10-05 17:39:06.273573"], ["updated_at", "2016-10-05 17:39:06.273573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid qui optio iure debitis qui.\",\"text\":\"Try to bypass the AI hard drive, maybe it will connect the online program!\"}"], ["created_at", "2016-10-05 17:39:06.274465"], ["updated_at", "2016-10-05 17:39:06.274465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora quos et.\",\"text\":\"The CSS microchip is down, transmit the cross-platform panel so we can parse the JBOD panel!\"}"], ["created_at", "2016-10-05 17:39:06.275418"], ["updated_at", "2016-10-05 17:39:06.275418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et dolorum sunt sed nihil veritatis.\",\"text\":\"We need to synthesize the online SSL firewall!\"}"], ["created_at", "2016-10-05 17:39:06.276302"], ["updated_at", "2016-10-05 17:39:06.276302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore autem et est et quia.\",\"text\":\"Try to back up the EXE pixel, maybe it will transmit the redundant card!\"}"], ["created_at", "2016-10-05 17:39:06.277169"], ["updated_at", "2016-10-05 17:39:06.277169"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis eveniet accusamus qui adipisci illum quia et.\",\"text\":\"Copying the alarm won't do anything, we need to reboot the neural sql program!\"}"], ["created_at", "2016-10-05 17:39:06.278021"], ["updated_at", "2016-10-05 17:39:06.278021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium ipsum fugiat distinctio rerum a dolorem.\",\"text\":\"Navigating the program won't do anything, we need to calculate the open-source jbod protocol!\"}"], ["created_at", "2016-10-05 17:39:06.278935"], ["updated_at", "2016-10-05 17:39:06.278935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis et iusto et.\",\"text\":\"Try to parse the SQL array, maybe it will connect the auxiliary transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.279794"], ["updated_at", "2016-10-05 17:39:06.279794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem quam voluptatem voluptatum eum voluptatem soluta.\",\"text\":\"Use the virtual FTP firewall, then you can calculate the open-source application!\"}"], ["created_at", "2016-10-05 17:39:06.280653"], ["updated_at", "2016-10-05 17:39:06.280653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex corrupti minus eligendi corporis nam ad facilis.\",\"text\":\"The EXE capacitor is down, connect the open-source driver so we can connect the CSS sensor!\"}"], ["created_at", "2016-10-05 17:39:06.281535"], ["updated_at", "2016-10-05 17:39:06.281535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur autem quam perspiciatis aut omnis.\",\"text\":\"We need to calculate the back-end SCSI capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.282438"], ["updated_at", "2016-10-05 17:39:06.282438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui facilis qui ad sit iste.\",\"text\":\"Transmitting the bus won't do anything, we need to navigate the mobile hdd feed!\"}"], ["created_at", "2016-10-05 17:39:06.283300"], ["updated_at", "2016-10-05 17:39:06.283300"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa molestias id.\",\"text\":\"Try to program the EXE monitor, maybe it will generate the solid state hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.284193"], ["updated_at", "2016-10-05 17:39:06.284193"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo eius qui harum ipsa.\",\"text\":\"If we back up the pixel, we can get to the SSL protocol through the cross-platform COM interface!\"}"], ["created_at", "2016-10-05 17:39:06.285110"], ["updated_at", "2016-10-05 17:39:06.285110"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo saepe sit assumenda voluptate sed.\",\"text\":\"I'll navigate the primary JSON firewall, that should capacitor the SDD protocol!\"}"], ["created_at", "2016-10-05 17:39:06.285971"], ["updated_at", "2016-10-05 17:39:06.285971"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut maxime quisquam omnis ut ut.\",\"text\":\"If we synthesize the matrix, we can get to the COM protocol through the bluetooth XML sensor!\"}"], ["created_at", "2016-10-05 17:39:06.286876"], ["updated_at", "2016-10-05 17:39:06.286876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum ut nesciunt asperiores harum qui perferendis et.\",\"text\":\"Copying the array won't do anything, we need to navigate the open-source png bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.287732"], ["updated_at", "2016-10-05 17:39:06.287732"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi temporibus sed natus fugiat ipsam.\",\"text\":\"If we index the bus, we can get to the JBOD matrix through the 1080p PCI driver!\"}"], ["created_at", "2016-10-05 17:39:06.288605"], ["updated_at", "2016-10-05 17:39:06.288605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus quas incidunt perspiciatis qui.\",\"text\":\"Backing up the matrix won't do anything, we need to hack the neural adp driver!\"}"], ["created_at", "2016-10-05 17:39:06.289479"], ["updated_at", "2016-10-05 17:39:06.289479"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non quasi nemo cum ut in sed error.\",\"text\":\"I'll navigate the mobile SCSI card, that should application the AI alarm!\"}"], ["created_at", "2016-10-05 17:39:06.290327"], ["updated_at", "2016-10-05 17:39:06.290327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et dolor sint mollitia.\",\"text\":\"You can't override the application without parsing the redundant SSL bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.291256"], ["updated_at", "2016-10-05 17:39:06.291256"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi laborum non est commodi eaque omnis expedita.\",\"text\":\"I'll copy the bluetooth TCP hard drive, that should alarm the PCI pixel!\"}"], ["created_at", "2016-10-05 17:39:06.292143"], ["updated_at", "2016-10-05 17:39:06.292143"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet maiores qui soluta et quae tempore modi.\",\"text\":\"The AGP driver is down, input the digital firewall so we can generate the AI protocol!\"}"], ["created_at", "2016-10-05 17:39:06.293003"], ["updated_at", "2016-10-05 17:39:06.293003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab ducimus dolorem quia nulla non ex.\",\"text\":\"I'll connect the cross-platform SMS panel, that should driver the SDD monitor!\"}"], ["created_at", "2016-10-05 17:39:06.293893"], ["updated_at", "2016-10-05 17:39:06.293893"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum soluta delectus quidem nemo voluptates.\",\"text\":\"I'll navigate the wireless SMS hard drive, that should firewall the AI feed!\"}"], ["created_at", "2016-10-05 17:39:06.294796"], ["updated_at", "2016-10-05 17:39:06.294796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ea dolorum ab praesentium laboriosam at quia.\",\"text\":\"Try to transmit the SDD bus, maybe it will generate the 1080p transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.295681"], ["updated_at", "2016-10-05 17:39:06.295681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad sit vitae dolorum saepe sit ipsum.\",\"text\":\"We need to connect the 1080p TCP protocol!\"}"], ["created_at", "2016-10-05 17:39:06.296528"], ["updated_at", "2016-10-05 17:39:06.296528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo quas rerum sit et possimus non.\",\"text\":\"Try to synthesize the CSS interface, maybe it will synthesize the virtual driver!\"}"], ["created_at", "2016-10-05 17:39:06.297405"], ["updated_at", "2016-10-05 17:39:06.297405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia assumenda quasi aut placeat unde qui vero.\",\"text\":\"Use the neural SQL bus, then you can quantify the back-end system!\"}"], ["created_at", "2016-10-05 17:39:06.298265"], ["updated_at", "2016-10-05 17:39:06.298265"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum quis omnis quos aliquid.\",\"text\":\"Use the back-end USB circuit, then you can navigate the bluetooth circuit!\"}"], ["created_at", "2016-10-05 17:39:06.299130"], ["updated_at", "2016-10-05 17:39:06.299130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut rerum aut commodi.\",\"text\":\"Try to program the SMTP alarm, maybe it will copy the neural sensor!\"}"], ["created_at", "2016-10-05 17:39:06.300023"], ["updated_at", "2016-10-05 17:39:06.300023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui qui quae repudiandae sunt.\",\"text\":\"Use the wireless AI hard drive, then you can override the open-source feed!\"}"], ["created_at", "2016-10-05 17:39:06.300899"], ["updated_at", "2016-10-05 17:39:06.300899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A dolor et.\",\"text\":\"I'll synthesize the solid state SCSI alarm, that should monitor the RSS feed!\"}"], ["created_at", "2016-10-05 17:39:06.301805"], ["updated_at", "2016-10-05 17:39:06.301805"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem quod nulla dolorem.\",\"text\":\"I'll compress the neural COM alarm, that should transmitter the SQL protocol!\"}"], ["created_at", "2016-10-05 17:39:06.302675"], ["updated_at", "2016-10-05 17:39:06.302675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem corporis ut perspiciatis ut possimus cupiditate.\",\"text\":\"Use the online CSS panel, then you can transmit the auxiliary application!\"}"], ["created_at", "2016-10-05 17:39:06.303543"], ["updated_at", "2016-10-05 17:39:06.303543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum aut corporis velit saepe facere qui nam.\",\"text\":\"If we back up the bandwidth, we can get to the SAS interface through the 1080p FTP driver!\"}"], ["created_at", "2016-10-05 17:39:06.304404"], ["updated_at", "2016-10-05 17:39:06.304404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim incidunt neque repudiandae consequatur officiis.\",\"text\":\"I'll copy the wireless XML alarm, that should card the GB circuit!\"}"], ["created_at", "2016-10-05 17:39:06.305260"], ["updated_at", "2016-10-05 17:39:06.305260"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi repellat dolores praesentium quo ut vitae.\",\"text\":\"You can't program the interface without programming the wireless RSS sensor!\"}"], ["created_at", "2016-10-05 17:39:06.306114"], ["updated_at", "2016-10-05 17:39:06.306114"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum hic voluptates omnis.\",\"text\":\"The ADP feed is down, hack the haptic application so we can bypass the SDD transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.307028"], ["updated_at", "2016-10-05 17:39:06.307028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In sit nam.\",\"text\":\"I'll parse the wireless JSON microchip, that should interface the TCP transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.307891"], ["updated_at", "2016-10-05 17:39:06.307891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur voluptas quidem inventore voluptatem sit harum.\",\"text\":\"The SMS capacitor is down, compress the haptic interface so we can hack the XML hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.308780"], ["updated_at", "2016-10-05 17:39:06.308780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis laudantium asperiores enim praesentium qui error excepturi.\",\"text\":\"Use the optical SDD matrix, then you can back up the bluetooth card!\"}"], ["created_at", "2016-10-05 17:39:06.309654"], ["updated_at", "2016-10-05 17:39:06.309654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In aliquam nobis est recusandae quia doloremque.\",\"text\":\"We need to hack the digital SCSI card!\"}"], ["created_at", "2016-10-05 17:39:06.310539"], ["updated_at", "2016-10-05 17:39:06.310539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur aut qui dolore.\",\"text\":\"I'll reboot the redundant RAM firewall, that should bus the SMTP circuit!\"}"], ["created_at", "2016-10-05 17:39:06.311404"], ["updated_at", "2016-10-05 17:39:06.311404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis voluptatum sunt incidunt exercitationem et est beatae.\",\"text\":\"The SSL transmitter is down, compress the open-source driver so we can synthesize the HDD firewall!\"}"], ["created_at", "2016-10-05 17:39:06.312260"], ["updated_at", "2016-10-05 17:39:06.312260"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem reprehenderit voluptatum est deserunt itaque aut pariatur.\",\"text\":\"The TCP bus is down, hack the wireless panel so we can copy the SSL matrix!\"}"], ["created_at", "2016-10-05 17:39:06.313120"], ["updated_at", "2016-10-05 17:39:06.313120"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur qui nisi beatae est eum accusantium voluptates.\",\"text\":\"Programming the feed won't do anything, we need to reboot the redundant scsi matrix!\"}"], ["created_at", "2016-10-05 17:39:06.313990"], ["updated_at", "2016-10-05 17:39:06.313990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui mollitia fugit dolore eum suscipit.\",\"text\":\"Use the mobile PNG protocol, then you can transmit the multi-byte application!\"}"], ["created_at", "2016-10-05 17:39:06.314877"], ["updated_at", "2016-10-05 17:39:06.314877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab illum quaerat.\",\"text\":\"Compressing the pixel won't do anything, we need to parse the back-end agp bus!\"}"], ["created_at", "2016-10-05 17:39:06.315777"], ["updated_at", "2016-10-05 17:39:06.315777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae placeat recusandae quos debitis quasi provident.\",\"text\":\"If we transmit the card, we can get to the RSS panel through the cross-platform EXE capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.316634"], ["updated_at", "2016-10-05 17:39:06.316634"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore et ipsam in.\",\"text\":\"Backing up the feed won't do anything, we need to connect the neural ai sensor!\"}"], ["created_at", "2016-10-05 17:39:06.317507"], ["updated_at", "2016-10-05 17:39:06.317507"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis commodi ipsam natus.\",\"text\":\"Navigating the panel won't do anything, we need to override the 1080p http feed!\"}"], ["created_at", "2016-10-05 17:39:06.318449"], ["updated_at", "2016-10-05 17:39:06.318449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur et debitis et.\",\"text\":\"You can't index the protocol without hacking the auxiliary RSS port!\"}"], ["created_at", "2016-10-05 17:39:06.319343"], ["updated_at", "2016-10-05 17:39:06.319343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut autem quo tempora ipsa accusamus atque.\",\"text\":\"I'll bypass the cross-platform XSS pixel, that should protocol the USB interface!\"}"], ["created_at", "2016-10-05 17:39:06.320250"], ["updated_at", "2016-10-05 17:39:06.320250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quidem sed.\",\"text\":\"The TCP protocol is down, input the primary application so we can input the HTTP microchip!\"}"], ["created_at", "2016-10-05 17:39:06.321108"], ["updated_at", "2016-10-05 17:39:06.321108"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ullam omnis.\",\"text\":\"Indexing the interface won't do anything, we need to index the virtual ftp firewall!\"}"], ["created_at", "2016-10-05 17:39:06.321979"], ["updated_at", "2016-10-05 17:39:06.321979"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est nesciunt distinctio magni.\",\"text\":\"If we hack the application, we can get to the JSON firewall through the mobile HDD feed!\"}"], ["created_at", "2016-10-05 17:39:06.322872"], ["updated_at", "2016-10-05 17:39:06.322872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit aut eos quis iusto quam neque ipsa.\",\"text\":\"Connecting the microchip won't do anything, we need to back up the 1080p com circuit!\"}"], ["created_at", "2016-10-05 17:39:06.323775"], ["updated_at", "2016-10-05 17:39:06.323775"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus quia repellendus velit.\",\"text\":\"Use the bluetooth PNG system, then you can back up the online program!\"}"], ["created_at", "2016-10-05 17:39:06.324635"], ["updated_at", "2016-10-05 17:39:06.324635"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non atque ad.\",\"text\":\"I'll compress the cross-platform SDD driver, that should firewall the TCP transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.325518"], ["updated_at", "2016-10-05 17:39:06.325518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut excepturi adipisci modi.\",\"text\":\"If we connect the program, we can get to the GB interface through the back-end THX microchip!\"}"], ["created_at", "2016-10-05 17:39:06.326400"], ["updated_at", "2016-10-05 17:39:06.326400"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi pariatur saepe in sit consequuntur nihil.\",\"text\":\"Indexing the bus won't do anything, we need to input the multi-byte sms card!\"}"], ["created_at", "2016-10-05 17:39:06.327281"], ["updated_at", "2016-10-05 17:39:06.327281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis distinctio et possimus.\",\"text\":\"The HTTP bus is down, input the 1080p application so we can generate the ADP hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.328197"], ["updated_at", "2016-10-05 17:39:06.328197"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto deserunt qui dolore exercitationem sed excepturi eius.\",\"text\":\"Try to reboot the GB array, maybe it will input the open-source microchip!\"}"], ["created_at", "2016-10-05 17:39:06.329060"], ["updated_at", "2016-10-05 17:39:06.329060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa voluptas ullam fugiat nostrum repellat.\",\"text\":\"I'll back up the 1080p RSS panel, that should pixel the PCI circuit!\"}"], ["created_at", "2016-10-05 17:39:06.329913"], ["updated_at", "2016-10-05 17:39:06.329913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas voluptatem veniam voluptatem laborum itaque eum velit.\",\"text\":\"You can't quantify the protocol without generating the back-end THX firewall!\"}"], ["created_at", "2016-10-05 17:39:06.330788"], ["updated_at", "2016-10-05 17:39:06.330788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat sed magni tempora omnis.\",\"text\":\"The SCSI bus is down, copy the online interface so we can generate the THX system!\"}"], ["created_at", "2016-10-05 17:39:06.331666"], ["updated_at", "2016-10-05 17:39:06.331666"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum et rem.\",\"text\":\"We need to hack the primary SDD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.332515"], ["updated_at", "2016-10-05 17:39:06.332515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non facere molestiae neque ea autem maiores.\",\"text\":\"We need to calculate the auxiliary SCSI panel!\"}"], ["created_at", "2016-10-05 17:39:06.333378"], ["updated_at", "2016-10-05 17:39:06.333378"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id dolor iste ratione.\",\"text\":\"We need to connect the virtual USB alarm!\"}"], ["created_at", "2016-10-05 17:39:06.334235"], ["updated_at", "2016-10-05 17:39:06.334235"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt ea et.\",\"text\":\"You can't quantify the array without programming the neural PNG alarm!\"}"], ["created_at", "2016-10-05 17:39:06.335130"], ["updated_at", "2016-10-05 17:39:06.335130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et nulla est.\",\"text\":\"Try to compress the SCSI capacitor, maybe it will compress the 1080p bus!\"}"], ["created_at", "2016-10-05 17:39:06.336027"], ["updated_at", "2016-10-05 17:39:06.336027"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae dolorum et rerum qui nam eligendi nemo.\",\"text\":\"You can't navigate the hard drive without parsing the open-source XML array!\"}"], ["created_at", "2016-10-05 17:39:06.336890"], ["updated_at", "2016-10-05 17:39:06.336890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse nobis animi magni quisquam quidem perferendis.\",\"text\":\"We need to hack the auxiliary SDD feed!\"}"], ["created_at", "2016-10-05 17:39:06.337756"], ["updated_at", "2016-10-05 17:39:06.337756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid et est.\",\"text\":\"I'll connect the mobile SDD card, that should microchip the HDD hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.338636"], ["updated_at", "2016-10-05 17:39:06.338636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis aut alias temporibus aut dolor illo cum.\",\"text\":\"I'll copy the neural GB hard drive, that should interface the SMS array!\"}"], ["created_at", "2016-10-05 17:39:06.339493"], ["updated_at", "2016-10-05 17:39:06.339493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci nemo libero est deleniti nostrum maiores.\",\"text\":\"You can't navigate the array without indexing the haptic HTTP circuit!\"}"], ["created_at", "2016-10-05 17:39:06.340364"], ["updated_at", "2016-10-05 17:39:06.340364"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor nesciunt ad dolorem vel.\",\"text\":\"We need to parse the haptic RSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.341231"], ["updated_at", "2016-10-05 17:39:06.341231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam veniam excepturi vitae officiis harum ea.\",\"text\":\"Use the bluetooth HTTP pixel, then you can index the back-end capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.342136"], ["updated_at", "2016-10-05 17:39:06.342136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem sed repudiandae officia.\",\"text\":\"Navigating the alarm won't do anything, we need to connect the back-end jbod application!\"}"], ["created_at", "2016-10-05 17:39:06.343056"], ["updated_at", "2016-10-05 17:39:06.343056"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab aut accusamus.\",\"text\":\"You can't generate the port without synthesizing the back-end JSON hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.343959"], ["updated_at", "2016-10-05 17:39:06.343959"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit consequatur modi error qui.\",\"text\":\"You can't synthesize the program without overriding the mobile GB pixel!\"}"], ["created_at", "2016-10-05 17:39:06.344883"], ["updated_at", "2016-10-05 17:39:06.344883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates eaque dignissimos amet autem iusto doloribus debitis.\",\"text\":\"Try to index the XSS sensor, maybe it will navigate the open-source port!\"}"], ["created_at", "2016-10-05 17:39:06.345734"], ["updated_at", "2016-10-05 17:39:06.345734"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et modi illum sit id ut.\",\"text\":\"We need to calculate the solid state XML panel!\"}"], ["created_at", "2016-10-05 17:39:06.346608"], ["updated_at", "2016-10-05 17:39:06.346608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima iure et.\",\"text\":\"If we calculate the matrix, we can get to the ADP bus through the wireless SDD microchip!\"}"], ["created_at", "2016-10-05 17:39:06.347485"], ["updated_at", "2016-10-05 17:39:06.347485"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem ducimus repudiandae ad.\",\"text\":\"We need to quantify the redundant JBOD hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.348339"], ["updated_at", "2016-10-05 17:39:06.348339"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus provident ipsam nihil non aut alias.\",\"text\":\"We need to compress the auxiliary SDD sensor!\"}"], ["created_at", "2016-10-05 17:39:06.349183"], ["updated_at", "2016-10-05 17:39:06.349183"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut accusamus ea reprehenderit.\",\"text\":\"The EXE alarm is down, compress the digital firewall so we can transmit the XSS system!\"}"], ["created_at", "2016-10-05 17:39:06.350047"], ["updated_at", "2016-10-05 17:39:06.350047"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat ipsa nulla repellat facere voluptatem laudantium odio.\",\"text\":\"Use the solid state HTTP transmitter, then you can override the cross-platform microchip!\"}"], ["created_at", "2016-10-05 17:39:06.350951"], ["updated_at", "2016-10-05 17:39:06.350951"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa et labore.\",\"text\":\"The TCP application is down, synthesize the haptic sensor so we can bypass the AI driver!\"}"], ["created_at", "2016-10-05 17:39:06.351814"], ["updated_at", "2016-10-05 17:39:06.351814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis velit mollitia.\",\"text\":\"Use the virtual SAS circuit, then you can hack the online microchip!\"}"], ["created_at", "2016-10-05 17:39:06.352703"], ["updated_at", "2016-10-05 17:39:06.352703"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea alias quia quas et doloremque.\",\"text\":\"You can't connect the application without copying the 1080p SQL interface!\"}"], ["created_at", "2016-10-05 17:39:06.353566"], ["updated_at", "2016-10-05 17:39:06.353566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo alias sint.\",\"text\":\"You can't quantify the hard drive without programming the digital RSS program!\"}"], ["created_at", "2016-10-05 17:39:06.354453"], ["updated_at", "2016-10-05 17:39:06.354453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non neque nostrum molestias non placeat et enim.\",\"text\":\"Try to quantify the GB microchip, maybe it will bypass the wireless sensor!\"}"], ["created_at", "2016-10-05 17:39:06.355307"], ["updated_at", "2016-10-05 17:39:06.355307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis suscipit commodi.\",\"text\":\"You can't bypass the sensor without generating the open-source IB program!\"}"], ["created_at", "2016-10-05 17:39:06.356176"], ["updated_at", "2016-10-05 17:39:06.356176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui sint autem porro aliquid modi necessitatibus.\",\"text\":\"If we transmit the monitor, we can get to the XML program through the wireless AI application!\"}"], ["created_at", "2016-10-05 17:39:06.357030"], ["updated_at", "2016-10-05 17:39:06.357030"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero repudiandae veniam magnam.\",\"text\":\"Use the wireless EXE matrix, then you can parse the auxiliary microchip!\"}"], ["created_at", "2016-10-05 17:39:06.357888"], ["updated_at", "2016-10-05 17:39:06.357888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae unde quae nihil ea.\",\"text\":\"If we back up the array, we can get to the HTTP program through the cross-platform THX panel!\"}"], ["created_at", "2016-10-05 17:39:06.358769"], ["updated_at", "2016-10-05 17:39:06.358769"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam amet porro.\",\"text\":\"We need to generate the cross-platform EXE sensor!\"}"], ["created_at", "2016-10-05 17:39:06.359660"], ["updated_at", "2016-10-05 17:39:06.359660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui temporibus impedit cum sed.\",\"text\":\"If we bypass the application, we can get to the SMTP program through the virtual SCSI transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.360513"], ["updated_at", "2016-10-05 17:39:06.360513"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni dignissimos aut minus.\",\"text\":\"You can't calculate the protocol without programming the primary CSS capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.361370"], ["updated_at", "2016-10-05 17:39:06.361370"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non laboriosam et adipisci impedit sed delectus ea.\",\"text\":\"The SAS panel is down, generate the cross-platform driver so we can reboot the PNG alarm!\"}"], ["created_at", "2016-10-05 17:39:06.362274"], ["updated_at", "2016-10-05 17:39:06.362274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum atque et similique.\",\"text\":\"Bypassing the interface won't do anything, we need to hack the cross-platform usb transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.363154"], ["updated_at", "2016-10-05 17:39:06.363154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed omnis exercitationem voluptate incidunt ea.\",\"text\":\"The FTP bandwidth is down, transmit the primary system so we can compress the SDD firewall!\"}"], ["created_at", "2016-10-05 17:39:06.364031"], ["updated_at", "2016-10-05 17:39:06.364031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora nesciunt earum possimus eveniet sint fugit.\",\"text\":\"We need to copy the 1080p COM bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.364894"], ["updated_at", "2016-10-05 17:39:06.364894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima vero aspernatur.\",\"text\":\"If we override the card, we can get to the SSL driver through the wireless ADP protocol!\"}"], ["created_at", "2016-10-05 17:39:06.365747"], ["updated_at", "2016-10-05 17:39:06.365747"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit voluptas consequuntur nobis vel est.\",\"text\":\"Try to navigate the SQL interface, maybe it will hack the wireless firewall!\"}"], ["created_at", "2016-10-05 17:39:06.366610"], ["updated_at", "2016-10-05 17:39:06.366610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit tempora fugit non consequatur omnis.\",\"text\":\"Try to bypass the COM program, maybe it will index the optical matrix!\"}"], ["created_at", "2016-10-05 17:39:06.367499"], ["updated_at", "2016-10-05 17:39:06.367499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id perspiciatis voluptatum.\",\"text\":\"We need to input the auxiliary SDD port!\"}"], ["created_at", "2016-10-05 17:39:06.368386"], ["updated_at", "2016-10-05 17:39:06.368386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In officiis atque explicabo iusto voluptatem.\",\"text\":\"Bypassing the bus won't do anything, we need to transmit the cross-platform png panel!\"}"], ["created_at", "2016-10-05 17:39:06.369280"], ["updated_at", "2016-10-05 17:39:06.369280"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore facere assumenda nemo praesentium laboriosam iure.\",\"text\":\"I'll synthesize the neural EXE monitor, that should interface the SQL driver!\"}"], ["created_at", "2016-10-05 17:39:06.370135"], ["updated_at", "2016-10-05 17:39:06.370135"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati voluptas ad numquam nihil.\",\"text\":\"I'll quantify the wireless XML pixel, that should matrix the JSON matrix!\"}"], ["created_at", "2016-10-05 17:39:06.371726"], ["updated_at", "2016-10-05 17:39:06.371726"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est rerum magni et.\",\"text\":\"Transmitting the hard drive won't do anything, we need to transmit the mobile thx bus!\"}"], ["created_at", "2016-10-05 17:39:06.373416"], ["updated_at", "2016-10-05 17:39:06.373416"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi est fugit minima cum voluptas.\",\"text\":\"The THX port is down, transmit the multi-byte matrix so we can program the HDD bus!\"}"], ["created_at", "2016-10-05 17:39:06.374604"], ["updated_at", "2016-10-05 17:39:06.374604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores aut qui nihil deleniti numquam nihil accusamus.\",\"text\":\"Use the optical HTTP feed, then you can hack the multi-byte program!\"}"], ["created_at", "2016-10-05 17:39:06.375597"], ["updated_at", "2016-10-05 17:39:06.375597"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At minima asperiores.\",\"text\":\"We need to reboot the open-source JSON driver!\"}"], ["created_at", "2016-10-05 17:39:06.376520"], ["updated_at", "2016-10-05 17:39:06.376520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos harum facere vel perspiciatis fugiat sint officiis.\",\"text\":\"We need to compress the neural SMS microchip!\"}"], ["created_at", "2016-10-05 17:39:06.377385"], ["updated_at", "2016-10-05 17:39:06.377385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio numquam velit delectus officiis et quo earum.\",\"text\":\"You can't parse the sensor without copying the optical THX feed!\"}"], ["created_at", "2016-10-05 17:39:06.378260"], ["updated_at", "2016-10-05 17:39:06.378260"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam quaerat quae non temporibus aliquam architecto ut.\",\"text\":\"Connecting the feed won't do anything, we need to quantify the optical thx microchip!\"}"], ["created_at", "2016-10-05 17:39:06.379171"], ["updated_at", "2016-10-05 17:39:06.379171"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint qui libero nemo rerum vitae rerum.\",\"text\":\"If we program the circuit, we can get to the ADP program through the back-end AI alarm!\"}"], ["created_at", "2016-10-05 17:39:06.380049"], ["updated_at", "2016-10-05 17:39:06.380049"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et aut eum.\",\"text\":\"I'll copy the online FTP monitor, that should port the TCP driver!\"}"], ["created_at", "2016-10-05 17:39:06.380908"], ["updated_at", "2016-10-05 17:39:06.380908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut dolor quis facere ratione.\",\"text\":\"Copying the card won't do anything, we need to compress the auxiliary xss sensor!\"}"], ["created_at", "2016-10-05 17:39:06.381764"], ["updated_at", "2016-10-05 17:39:06.381764"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio ut adipisci.\",\"text\":\"You can't input the firewall without calculating the bluetooth SMTP system!\"}"], ["created_at", "2016-10-05 17:39:06.382650"], ["updated_at", "2016-10-05 17:39:06.382650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto deleniti dolore neque inventore a.\",\"text\":\"If we back up the driver, we can get to the SMS capacitor through the 1080p RSS array!\"}"], ["created_at", "2016-10-05 17:39:06.383585"], ["updated_at", "2016-10-05 17:39:06.383585"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi culpa eum praesentium sed aspernatur deserunt.\",\"text\":\"The COM panel is down, hack the open-source transmitter so we can compress the SMS capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.384481"], ["updated_at", "2016-10-05 17:39:06.384481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores impedit laborum soluta.\",\"text\":\"Use the mobile SSL array, then you can program the bluetooth bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.385359"], ["updated_at", "2016-10-05 17:39:06.385359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni rerum recusandae dolorum.\",\"text\":\"The TCP matrix is down, parse the virtual protocol so we can back up the XML monitor!\"}"], ["created_at", "2016-10-05 17:39:06.386251"], ["updated_at", "2016-10-05 17:39:06.386251"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur eos dicta magni quae aspernatur eveniet.\",\"text\":\"Try to quantify the THX matrix, maybe it will bypass the bluetooth capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.387138"], ["updated_at", "2016-10-05 17:39:06.387138"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur delectus aut.\",\"text\":\"You can't program the pixel without compressing the cross-platform JBOD bus!\"}"], ["created_at", "2016-10-05 17:39:06.388015"], ["updated_at", "2016-10-05 17:39:06.388015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias magni molestiae expedita laudantium et.\",\"text\":\"You can't navigate the alarm without generating the cross-platform SQL program!\"}"], ["created_at", "2016-10-05 17:39:06.388863"], ["updated_at", "2016-10-05 17:39:06.388863"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui aut dolores et quis similique neque.\",\"text\":\"Try to index the SMS card, maybe it will reboot the neural firewall!\"}"], ["created_at", "2016-10-05 17:39:06.389750"], ["updated_at", "2016-10-05 17:39:06.389750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis ex aliquam aut qui dolores repellat eum.\",\"text\":\"I'll generate the redundant RAM bandwidth, that should firewall the FTP driver!\"}"], ["created_at", "2016-10-05 17:39:06.390674"], ["updated_at", "2016-10-05 17:39:06.390674"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur voluptates repudiandae sed.\",\"text\":\"You can't hack the system without navigating the cross-platform THX program!\"}"], ["created_at", "2016-10-05 17:39:06.391554"], ["updated_at", "2016-10-05 17:39:06.391554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio in et quia.\",\"text\":\"We need to compress the wireless USB application!\"}"], ["created_at", "2016-10-05 17:39:06.392422"], ["updated_at", "2016-10-05 17:39:06.392422"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa fuga qui officia.\",\"text\":\"If we index the port, we can get to the THX circuit through the optical RAM alarm!\"}"], ["created_at", "2016-10-05 17:39:06.393305"], ["updated_at", "2016-10-05 17:39:06.393305"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum repellendus incidunt quasi et corporis et alias.\",\"text\":\"You can't hack the transmitter without transmitting the primary JBOD alarm!\"}"], ["created_at", "2016-10-05 17:39:06.394204"], ["updated_at", "2016-10-05 17:39:06.394204"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut maxime autem consequatur et repudiandae.\",\"text\":\"You can't parse the port without calculating the wireless XML system!\"}"], ["created_at", "2016-10-05 17:39:06.395074"], ["updated_at", "2016-10-05 17:39:06.395074"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut odit mollitia quo in non voluptatem.\",\"text\":\"I'll connect the open-source USB transmitter, that should interface the SMS pixel!\"}"], ["created_at", "2016-10-05 17:39:06.395943"], ["updated_at", "2016-10-05 17:39:06.395943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad vitae et facilis dolores et.\",\"text\":\"I'll quantify the neural SDD firewall, that should transmitter the ADP protocol!\"}"], ["created_at", "2016-10-05 17:39:06.396798"], ["updated_at", "2016-10-05 17:39:06.396798"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut totam voluptatum modi sint.\",\"text\":\"If we input the program, we can get to the SSL driver through the online RAM protocol!\"}"], ["created_at", "2016-10-05 17:39:06.397662"], ["updated_at", "2016-10-05 17:39:06.397662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem architecto et doloremque ea minus sit rem.\",\"text\":\"Use the digital PCI sensor, then you can bypass the online card!\"}"], ["created_at", "2016-10-05 17:39:06.398531"], ["updated_at", "2016-10-05 17:39:06.398531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque vel eius consequuntur.\",\"text\":\"Try to bypass the ADP program, maybe it will parse the primary array!\"}"], ["created_at", "2016-10-05 17:39:06.399392"], ["updated_at", "2016-10-05 17:39:06.399392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab numquam ratione molestias excepturi consequuntur sed.\",\"text\":\"We need to parse the primary ADP circuit!\"}"], ["created_at", "2016-10-05 17:39:06.400283"], ["updated_at", "2016-10-05 17:39:06.400283"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui ut veritatis ipsum dicta.\",\"text\":\"Use the wireless XML hard drive, then you can compress the 1080p program!\"}"], ["created_at", "2016-10-05 17:39:06.401181"], ["updated_at", "2016-10-05 17:39:06.401181"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem architecto id qui itaque.\",\"text\":\"I'll quantify the back-end GB capacitor, that should card the SDD interface!\"}"], ["created_at", "2016-10-05 17:39:06.402062"], ["updated_at", "2016-10-05 17:39:06.402062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel autem sit cumque voluptatibus.\",\"text\":\"You can't bypass the port without backing up the multi-byte PNG feed!\"}"], ["created_at", "2016-10-05 17:39:06.402944"], ["updated_at", "2016-10-05 17:39:06.402944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam nobis rerum veritatis qui voluptas ut.\",\"text\":\"If we override the sensor, we can get to the FTP matrix through the digital SCSI matrix!\"}"], ["created_at", "2016-10-05 17:39:06.403798"], ["updated_at", "2016-10-05 17:39:06.403798"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero porro illum.\",\"text\":\"If we compress the port, we can get to the RAM matrix through the back-end EXE matrix!\"}"], ["created_at", "2016-10-05 17:39:06.404644"], ["updated_at", "2016-10-05 17:39:06.404644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum ipsa in rerum cumque et quibusdam expedita.\",\"text\":\"If we hack the circuit, we can get to the JSON transmitter through the neural TCP protocol!\"}"], ["created_at", "2016-10-05 17:39:06.405510"], ["updated_at", "2016-10-05 17:39:06.405510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui consectetur dolor magni sunt atque.\",\"text\":\"You can't override the bandwidth without synthesizing the multi-byte SQL alarm!\"}"], ["created_at", "2016-10-05 17:39:06.406374"], ["updated_at", "2016-10-05 17:39:06.406374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia fuga possimus id in quo.\",\"text\":\"We need to generate the open-source HDD feed!\"}"], ["created_at", "2016-10-05 17:39:06.407245"], ["updated_at", "2016-10-05 17:39:06.407245"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis et modi rem inventore et.\",\"text\":\"Use the optical SMS program, then you can bypass the solid state application!\"}"], ["created_at", "2016-10-05 17:39:06.408101"], ["updated_at", "2016-10-05 17:39:06.408101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia laboriosam sint et omnis aliquid.\",\"text\":\"You can't reboot the interface without compressing the cross-platform XSS card!\"}"], ["created_at", "2016-10-05 17:39:06.408995"], ["updated_at", "2016-10-05 17:39:06.408995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut voluptas officiis similique amet eveniet enim mollitia.\",\"text\":\"You can't quantify the interface without navigating the digital PCI capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.409871"], ["updated_at", "2016-10-05 17:39:06.409871"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias iusto quidem.\",\"text\":\"Try to bypass the XSS capacitor, maybe it will parse the haptic pixel!\"}"], ["created_at", "2016-10-05 17:39:06.410757"], ["updated_at", "2016-10-05 17:39:06.410757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt ratione earum nisi.\",\"text\":\"Overriding the transmitter won't do anything, we need to program the mobile rss panel!\"}"], ["created_at", "2016-10-05 17:39:06.411623"], ["updated_at", "2016-10-05 17:39:06.411623"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim mollitia dolores consequatur provident sit.\",\"text\":\"The RAM firewall is down, calculate the optical panel so we can index the THX array!\"}"], ["created_at", "2016-10-05 17:39:06.412522"], ["updated_at", "2016-10-05 17:39:06.412522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus voluptatem maxime vero cupiditate necessitatibus.\",\"text\":\"We need to reboot the auxiliary PCI panel!\"}"], ["created_at", "2016-10-05 17:39:06.413396"], ["updated_at", "2016-10-05 17:39:06.413396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur deleniti minus quae.\",\"text\":\"Try to program the PNG feed, maybe it will input the auxiliary bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.414273"], ["updated_at", "2016-10-05 17:39:06.414273"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et nihil unde ut.\",\"text\":\"We need to program the virtual SMTP alarm!\"}"], ["created_at", "2016-10-05 17:39:06.415155"], ["updated_at", "2016-10-05 17:39:06.415155"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem consequatur pariatur.\",\"text\":\"Try to generate the USB transmitter, maybe it will navigate the optical panel!\"}"], ["created_at", "2016-10-05 17:39:06.416019"], ["updated_at", "2016-10-05 17:39:06.416019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis recusandae a aliquid rerum.\",\"text\":\"We need to input the optical SMTP microchip!\"}"], ["created_at", "2016-10-05 17:39:06.416909"], ["updated_at", "2016-10-05 17:39:06.416909"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae possimus eaque corrupti.\",\"text\":\"Try to input the SMTP firewall, maybe it will parse the multi-byte bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.417794"], ["updated_at", "2016-10-05 17:39:06.417794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel quod necessitatibus voluptatem nam delectus est.\",\"text\":\"I'll transmit the digital SSL panel, that should bandwidth the SAS sensor!\"}"], ["created_at", "2016-10-05 17:39:06.418690"], ["updated_at", "2016-10-05 17:39:06.418690"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis magni iure.\",\"text\":\"Try to calculate the THX program, maybe it will copy the open-source pixel!\"}"], ["created_at", "2016-10-05 17:39:06.419565"], ["updated_at", "2016-10-05 17:39:06.419565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error distinctio maxime similique voluptates nam laudantium.\",\"text\":\"We need to generate the neural EXE capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.420444"], ["updated_at", "2016-10-05 17:39:06.420444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur quae dolores et non ut laboriosam.\",\"text\":\"Use the haptic RSS interface, then you can connect the cross-platform card!\"}"], ["created_at", "2016-10-05 17:39:06.421320"], ["updated_at", "2016-10-05 17:39:06.421320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est illo sed aut vel.\",\"text\":\"Use the cross-platform SAS panel, then you can index the primary microchip!\"}"], ["created_at", "2016-10-05 17:39:06.422201"], ["updated_at", "2016-10-05 17:39:06.422201"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt in ea nam dicta atque.\",\"text\":\"The SCSI pixel is down, parse the haptic bus so we can input the TCP alarm!\"}"], ["created_at", "2016-10-05 17:39:06.423082"], ["updated_at", "2016-10-05 17:39:06.423082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat magnam saepe.\",\"text\":\"Compressing the microchip won't do anything, we need to hack the mobile ai bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.423949"], ["updated_at", "2016-10-05 17:39:06.423949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel perspiciatis hic.\",\"text\":\"The HTTP system is down, compress the mobile driver so we can synthesize the SSL bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.424840"], ["updated_at", "2016-10-05 17:39:06.424840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam sit quia et distinctio labore id nihil.\",\"text\":\"Use the open-source JBOD pixel, then you can index the neural driver!\"}"], ["created_at", "2016-10-05 17:39:06.425750"], ["updated_at", "2016-10-05 17:39:06.425750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor quidem quod adipisci ut tenetur dignissimos fugiat.\",\"text\":\"The SMS system is down, connect the redundant firewall so we can reboot the RSS interface!\"}"], ["created_at", "2016-10-05 17:39:06.426641"], ["updated_at", "2016-10-05 17:39:06.426641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem natus et odit occaecati.\",\"text\":\"We need to hack the online EXE driver!\"}"], ["created_at", "2016-10-05 17:39:06.427526"], ["updated_at", "2016-10-05 17:39:06.427526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga rerum quod in eum saepe.\",\"text\":\"The RSS matrix is down, connect the 1080p protocol so we can transmit the RAM application!\"}"], ["created_at", "2016-10-05 17:39:06.428412"], ["updated_at", "2016-10-05 17:39:06.428412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt molestiae alias.\",\"text\":\"Copying the interface won't do anything, we need to navigate the solid state tcp system!\"}"], ["created_at", "2016-10-05 17:39:06.429297"], ["updated_at", "2016-10-05 17:39:06.429297"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate nesciunt dignissimos odio sint voluptas odit.\",\"text\":\"I'll generate the auxiliary SCSI monitor, that should hard drive the USB array!\"}"], ["created_at", "2016-10-05 17:39:06.430174"], ["updated_at", "2016-10-05 17:39:06.430174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae neque magni fuga esse.\",\"text\":\"The USB firewall is down, index the solid state port so we can override the PNG system!\"}"], ["created_at", "2016-10-05 17:39:06.431068"], ["updated_at", "2016-10-05 17:39:06.431068"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui et at est.\",\"text\":\"If we parse the program, we can get to the SQL card through the digital JBOD port!\"}"], ["created_at", "2016-10-05 17:39:06.431943"], ["updated_at", "2016-10-05 17:39:06.431943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae non ullam soluta ut rerum consequuntur.\",\"text\":\"The PNG pixel is down, bypass the bluetooth monitor so we can transmit the RSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.432813"], ["updated_at", "2016-10-05 17:39:06.432813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia enim nihil assumenda nostrum molestiae at eos.\",\"text\":\"The COM panel is down, program the open-source card so we can bypass the EXE sensor!\"}"], ["created_at", "2016-10-05 17:39:06.433729"], ["updated_at", "2016-10-05 17:39:06.433729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas et ut sed eveniet neque quae quidem.\",\"text\":\"If we quantify the alarm, we can get to the IB circuit through the auxiliary USB bus!\"}"], ["created_at", "2016-10-05 17:39:06.434650"], ["updated_at", "2016-10-05 17:39:06.434650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam aut sit est nihil incidunt.\",\"text\":\"Try to back up the XSS pixel, maybe it will input the optical array!\"}"], ["created_at", "2016-10-05 17:39:06.435539"], ["updated_at", "2016-10-05 17:39:06.435539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto nisi natus consequuntur aperiam neque veniam quo.\",\"text\":\"The SSL program is down, index the auxiliary array so we can back up the PCI pixel!\"}"], ["created_at", "2016-10-05 17:39:06.436447"], ["updated_at", "2016-10-05 17:39:06.436447"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi in dolor nam delectus.\",\"text\":\"I'll copy the mobile SDD feed, that should driver the GB protocol!\"}"], ["created_at", "2016-10-05 17:39:06.437334"], ["updated_at", "2016-10-05 17:39:06.437334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae praesentium ipsa rem asperiores voluptatibus consequatur.\",\"text\":\"The RAM protocol is down, compress the cross-platform feed so we can transmit the IB alarm!\"}"], ["created_at", "2016-10-05 17:39:06.438213"], ["updated_at", "2016-10-05 17:39:06.438213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A delectus assumenda.\",\"text\":\"Synthesizing the protocol won't do anything, we need to quantify the auxiliary ai driver!\"}"], ["created_at", "2016-10-05 17:39:06.439131"], ["updated_at", "2016-10-05 17:39:06.439131"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi aperiam velit.\",\"text\":\"The FTP alarm is down, quantify the bluetooth capacitor so we can bypass the JBOD hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.439999"], ["updated_at", "2016-10-05 17:39:06.439999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sit excepturi.\",\"text\":\"You can't hack the bus without compressing the 1080p USB driver!\"}"], ["created_at", "2016-10-05 17:39:06.440881"], ["updated_at", "2016-10-05 17:39:06.440881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio ex deserunt.\",\"text\":\"We need to reboot the haptic JSON transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.441775"], ["updated_at", "2016-10-05 17:39:06.441775"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit ipsa ut.\",\"text\":\"I'll bypass the bluetooth RSS interface, that should firewall the SMTP monitor!\"}"], ["created_at", "2016-10-05 17:39:06.442685"], ["updated_at", "2016-10-05 17:39:06.442685"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora aliquid voluptate nulla amet.\",\"text\":\"Use the online GB pixel, then you can reboot the online sensor!\"}"], ["created_at", "2016-10-05 17:39:06.443596"], ["updated_at", "2016-10-05 17:39:06.443596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod facilis in beatae eum.\",\"text\":\"We need to input the virtual IB card!\"}"], ["created_at", "2016-10-05 17:39:06.444658"], ["updated_at", "2016-10-05 17:39:06.444658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem aut enim.\",\"text\":\"The SAS monitor is down, bypass the cross-platform panel so we can synthesize the JBOD monitor!\"}"], ["created_at", "2016-10-05 17:39:06.445698"], ["updated_at", "2016-10-05 17:39:06.445698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet quis ducimus dolorum qui assumenda ad.\",\"text\":\"The SDD feed is down, hack the back-end driver so we can parse the SMS panel!\"}"], ["created_at", "2016-10-05 17:39:06.446668"], ["updated_at", "2016-10-05 17:39:06.446668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga saepe autem.\",\"text\":\"Quantifying the interface won't do anything, we need to reboot the 1080p usb program!\"}"], ["created_at", "2016-10-05 17:39:06.447632"], ["updated_at", "2016-10-05 17:39:06.447632"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis et eum.\",\"text\":\"We need to synthesize the neural AI monitor!\"}"], ["created_at", "2016-10-05 17:39:06.448591"], ["updated_at", "2016-10-05 17:39:06.448591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores aspernatur et enim eum sed quo suscipit.\",\"text\":\"Synthesizing the protocol won't do anything, we need to synthesize the haptic exe array!\"}"], ["created_at", "2016-10-05 17:39:06.449541"], ["updated_at", "2016-10-05 17:39:06.449541"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur vero quia magni voluptatem.\",\"text\":\"Use the redundant IB bandwidth, then you can compress the multi-byte circuit!\"}"], ["created_at", "2016-10-05 17:39:06.450501"], ["updated_at", "2016-10-05 17:39:06.450501"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur illum iure voluptas consequatur quia sequi.\",\"text\":\"Try to synthesize the PCI driver, maybe it will reboot the haptic interface!\"}"], ["created_at", "2016-10-05 17:39:06.451482"], ["updated_at", "2016-10-05 17:39:06.451482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui est eaque.\",\"text\":\"If we quantify the pixel, we can get to the TCP interface through the bluetooth IB firewall!\"}"], ["created_at", "2016-10-05 17:39:06.452450"], ["updated_at", "2016-10-05 17:39:06.452450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id eaque tempora consequuntur maiores molestiae totam.\",\"text\":\"We need to navigate the redundant HTTP panel!\"}"], ["created_at", "2016-10-05 17:39:06.453399"], ["updated_at", "2016-10-05 17:39:06.453399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe recusandae harum error rem in quasi enim.\",\"text\":\"Copying the interface won't do anything, we need to index the digital css transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.454398"], ["updated_at", "2016-10-05 17:39:06.454398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam voluptatem dolores.\",\"text\":\"The SQL bus is down, hack the virtual port so we can copy the JBOD driver!\"}"], ["created_at", "2016-10-05 17:39:06.455345"], ["updated_at", "2016-10-05 17:39:06.455345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus eum dolores eaque exercitationem rerum illum.\",\"text\":\"The GB firewall is down, transmit the 1080p protocol so we can generate the TCP program!\"}"], ["created_at", "2016-10-05 17:39:06.456302"], ["updated_at", "2016-10-05 17:39:06.456302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut odio omnis et in sit a explicabo.\",\"text\":\"The RAM hard drive is down, program the digital driver so we can synthesize the SQL firewall!\"}"], ["created_at", "2016-10-05 17:39:06.457252"], ["updated_at", "2016-10-05 17:39:06.457252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima tempora provident eligendi explicabo.\",\"text\":\"We need to quantify the open-source HTTP application!\"}"], ["created_at", "2016-10-05 17:39:06.458224"], ["updated_at", "2016-10-05 17:39:06.458224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor nihil sunt deserunt atque necessitatibus sit.\",\"text\":\"I'll bypass the optical JBOD circuit, that should system the EXE bus!\"}"], ["created_at", "2016-10-05 17:39:06.459187"], ["updated_at", "2016-10-05 17:39:06.459187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio sapiente quod doloremque nihil.\",\"text\":\"We need to bypass the optical IB firewall!\"}"], ["created_at", "2016-10-05 17:39:06.460138"], ["updated_at", "2016-10-05 17:39:06.460138"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo rerum aut totam.\",\"text\":\"Use the redundant PNG microchip, then you can back up the digital firewall!\"}"], ["created_at", "2016-10-05 17:39:06.461090"], ["updated_at", "2016-10-05 17:39:06.461090"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem libero eos est.\",\"text\":\"Bypassing the panel won't do anything, we need to compress the optical tcp feed!\"}"], ["created_at", "2016-10-05 17:39:06.462042"], ["updated_at", "2016-10-05 17:39:06.462042"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit hic sed aut exercitationem aut qui.\",\"text\":\"If we program the driver, we can get to the XSS pixel through the primary TCP interface!\"}"], ["created_at", "2016-10-05 17:39:06.463014"], ["updated_at", "2016-10-05 17:39:06.463014"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui cumque perspiciatis sunt qui quo consequatur eos.\",\"text\":\"We need to hack the haptic HDD firewall!\"}"], ["created_at", "2016-10-05 17:39:06.463975"], ["updated_at", "2016-10-05 17:39:06.463975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut dolorum rem numquam quod eius quisquam.\",\"text\":\"Try to copy the SQL hard drive, maybe it will calculate the multi-byte hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.464928"], ["updated_at", "2016-10-05 17:39:06.464928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quia illum consequuntur.\",\"text\":\"We need to hack the haptic GB application!\"}"], ["created_at", "2016-10-05 17:39:06.465866"], ["updated_at", "2016-10-05 17:39:06.465866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint sit molestiae et.\",\"text\":\"Use the haptic COM panel, then you can hack the digital array!\"}"], ["created_at", "2016-10-05 17:39:06.466820"], ["updated_at", "2016-10-05 17:39:06.466820"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia quia iusto rem.\",\"text\":\"You can't bypass the monitor without indexing the redundant PCI array!\"}"], ["created_at", "2016-10-05 17:39:06.467766"], ["updated_at", "2016-10-05 17:39:06.467766"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil voluptatem et voluptatum nemo quisquam nostrum.\",\"text\":\"You can't hack the transmitter without bypassing the cross-platform PCI port!\"}"], ["created_at", "2016-10-05 17:39:06.468720"], ["updated_at", "2016-10-05 17:39:06.468720"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum eligendi et delectus in.\",\"text\":\"Transmitting the application won't do anything, we need to compress the online hdd driver!\"}"], ["created_at", "2016-10-05 17:39:06.469671"], ["updated_at", "2016-10-05 17:39:06.469671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores est ea amet nostrum fugiat labore iusto.\",\"text\":\"Parsing the card won't do anything, we need to quantify the neural sas capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.470655"], ["updated_at", "2016-10-05 17:39:06.470655"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et maxime omnis reprehenderit.\",\"text\":\"We need to compress the auxiliary CSS interface!\"}"], ["created_at", "2016-10-05 17:39:06.471652"], ["updated_at", "2016-10-05 17:39:06.471652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate illo inventore.\",\"text\":\"Try to generate the RSS microchip, maybe it will calculate the primary matrix!\"}"], ["created_at", "2016-10-05 17:39:06.472584"], ["updated_at", "2016-10-05 17:39:06.472584"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam et reiciendis quidem doloribus.\",\"text\":\"We need to synthesize the auxiliary SAS driver!\"}"], ["created_at", "2016-10-05 17:39:06.473549"], ["updated_at", "2016-10-05 17:39:06.473549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor aut ratione numquam.\",\"text\":\"If we reboot the transmitter, we can get to the AGP pixel through the bluetooth JSON circuit!\"}"], ["created_at", "2016-10-05 17:39:06.474508"], ["updated_at", "2016-10-05 17:39:06.474508"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus est tempora laudantium molestiae ut.\",\"text\":\"I'll back up the open-source PNG feed, that should program the COM microchip!\"}"], ["created_at", "2016-10-05 17:39:06.475522"], ["updated_at", "2016-10-05 17:39:06.475522"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint et cum voluptatibus tenetur officia voluptatem voluptas.\",\"text\":\"The USB feed is down, copy the cross-platform microchip so we can generate the HTTP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.476489"], ["updated_at", "2016-10-05 17:39:06.476489"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi velit quibusdam accusantium ea illo.\",\"text\":\"I'll navigate the neural THX pixel, that should bus the CSS firewall!\"}"], ["created_at", "2016-10-05 17:39:06.477445"], ["updated_at", "2016-10-05 17:39:06.477445"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic sapiente voluptatem vel ipsa.\",\"text\":\"The JBOD array is down, calculate the neural capacitor so we can generate the SCSI pixel!\"}"], ["created_at", "2016-10-05 17:39:06.478426"], ["updated_at", "2016-10-05 17:39:06.478426"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente debitis eum sunt excepturi magnam maxime.\",\"text\":\"We need to input the open-source SMTP system!\"}"], ["created_at", "2016-10-05 17:39:06.479399"], ["updated_at", "2016-10-05 17:39:06.479399"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium nihil culpa ab.\",\"text\":\"I'll calculate the cross-platform CSS transmitter, that should circuit the RAM capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.480344"], ["updated_at", "2016-10-05 17:39:06.480344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis iste doloremque quia sit unde quidem.\",\"text\":\"The HDD firewall is down, override the bluetooth protocol so we can transmit the XML array!\"}"], ["created_at", "2016-10-05 17:39:06.481294"], ["updated_at", "2016-10-05 17:39:06.481294"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur nesciunt architecto accusantium et debitis quibusdam.\",\"text\":\"If we copy the matrix, we can get to the EXE bandwidth through the multi-byte AGP card!\"}"], ["created_at", "2016-10-05 17:39:06.482248"], ["updated_at", "2016-10-05 17:39:06.482248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio iusto molestiae rem.\",\"text\":\"If we quantify the alarm, we can get to the SDD bus through the 1080p JSON matrix!\"}"], ["created_at", "2016-10-05 17:39:06.483168"], ["updated_at", "2016-10-05 17:39:06.483168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus fugit autem qui dignissimos expedita magni.\",\"text\":\"Try to parse the SCSI card, maybe it will bypass the haptic monitor!\"}"], ["created_at", "2016-10-05 17:39:06.484083"], ["updated_at", "2016-10-05 17:39:06.484083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat nisi quasi consequatur voluptas nihil.\",\"text\":\"We need to transmit the solid state COM array!\"}"], ["created_at", "2016-10-05 17:39:06.484982"], ["updated_at", "2016-10-05 17:39:06.484982"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere quod architecto sunt distinctio voluptatum et.\",\"text\":\"The SCSI card is down, bypass the primary application so we can transmit the PCI firewall!\"}"], ["created_at", "2016-10-05 17:39:06.485854"], ["updated_at", "2016-10-05 17:39:06.485854"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel quae quia.\",\"text\":\"If we hack the circuit, we can get to the SSL firewall through the mobile EXE program!\"}"], ["created_at", "2016-10-05 17:39:06.486748"], ["updated_at", "2016-10-05 17:39:06.486748"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut aut totam natus suscipit.\",\"text\":\"Use the mobile SQL program, then you can calculate the solid state protocol!\"}"], ["created_at", "2016-10-05 17:39:06.487635"], ["updated_at", "2016-10-05 17:39:06.487635"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis eaque illo architecto quam cupiditate officia rerum.\",\"text\":\"Try to back up the TCP bus, maybe it will connect the solid state card!\"}"], ["created_at", "2016-10-05 17:39:06.488510"], ["updated_at", "2016-10-05 17:39:06.488510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae omnis ducimus ut et minima.\",\"text\":\"We need to connect the open-source XSS port!\"}"], ["created_at", "2016-10-05 17:39:06.489411"], ["updated_at", "2016-10-05 17:39:06.489411"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore architecto ab et expedita aut ipsum.\",\"text\":\"If we calculate the alarm, we can get to the SQL protocol through the online SQL application!\"}"], ["created_at", "2016-10-05 17:39:06.490289"], ["updated_at", "2016-10-05 17:39:06.490289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus laudantium occaecati.\",\"text\":\"If we calculate the sensor, we can get to the CSS alarm through the auxiliary AI microchip!\"}"], ["created_at", "2016-10-05 17:39:06.491234"], ["updated_at", "2016-10-05 17:39:06.491234"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis vel quas atque.\",\"text\":\"The EXE interface is down, parse the virtual firewall so we can back up the HDD capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.492142"], ["updated_at", "2016-10-05 17:39:06.492142"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque reprehenderit ea amet.\",\"text\":\"If we reboot the circuit, we can get to the XML sensor through the cross-platform JSON hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.493036"], ["updated_at", "2016-10-05 17:39:06.493036"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam quia omnis laudantium eos odio tempora.\",\"text\":\"You can't synthesize the port without compressing the neural IB interface!\"}"], ["created_at", "2016-10-05 17:39:06.493909"], ["updated_at", "2016-10-05 17:39:06.493909"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia eos et repellendus minima omnis reiciendis.\",\"text\":\"Use the auxiliary CSS array, then you can navigate the cross-platform feed!\"}"], ["created_at", "2016-10-05 17:39:06.494829"], ["updated_at", "2016-10-05 17:39:06.494829"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt eos dolor ad officia iure quia.\",\"text\":\"You can't compress the transmitter without compressing the open-source HDD array!\"}"], ["created_at", "2016-10-05 17:39:06.495709"], ["updated_at", "2016-10-05 17:39:06.495709"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima ab ducimus voluptate quis atque.\",\"text\":\"If we synthesize the interface, we can get to the AI pixel through the multi-byte TCP port!\"}"], ["created_at", "2016-10-05 17:39:06.496609"], ["updated_at", "2016-10-05 17:39:06.496609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita culpa dicta id numquam.\",\"text\":\"We need to synthesize the auxiliary PCI hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.497487"], ["updated_at", "2016-10-05 17:39:06.497487"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias aut est.\",\"text\":\"We need to navigate the cross-platform IB microchip!\"}"], ["created_at", "2016-10-05 17:39:06.498408"], ["updated_at", "2016-10-05 17:39:06.498408"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate qui quae dolor unde et velit.\",\"text\":\"We need to parse the redundant THX feed!\"}"], ["created_at", "2016-10-05 17:39:06.499295"], ["updated_at", "2016-10-05 17:39:06.499295"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est praesentium voluptas neque ut voluptatem.\",\"text\":\"Try to navigate the GB protocol, maybe it will compress the wireless hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.500203"], ["updated_at", "2016-10-05 17:39:06.500203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus molestias consequuntur ipsum delectus recusandae repellat.\",\"text\":\"If we compress the sensor, we can get to the SAS interface through the 1080p IB application!\"}"], ["created_at", "2016-10-05 17:39:06.501130"], ["updated_at", "2016-10-05 17:39:06.501130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam omnis eius eum.\",\"text\":\"Use the virtual RAM transmitter, then you can program the optical panel!\"}"], ["created_at", "2016-10-05 17:39:06.502034"], ["updated_at", "2016-10-05 17:39:06.502034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A vel nisi sapiente amet incidunt.\",\"text\":\"Use the redundant COM bandwidth, then you can connect the back-end bus!\"}"], ["created_at", "2016-10-05 17:39:06.502984"], ["updated_at", "2016-10-05 17:39:06.502984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur totam iste.\",\"text\":\"We need to override the mobile RAM panel!\"}"], ["created_at", "2016-10-05 17:39:06.503859"], ["updated_at", "2016-10-05 17:39:06.503859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non tempora sit qui.\",\"text\":\"If we generate the array, we can get to the USB system through the haptic IB pixel!\"}"], ["created_at", "2016-10-05 17:39:06.504730"], ["updated_at", "2016-10-05 17:39:06.504730"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius iste unde at omnis.\",\"text\":\"Use the neural SAS matrix, then you can synthesize the digital port!\"}"], ["created_at", "2016-10-05 17:39:06.505613"], ["updated_at", "2016-10-05 17:39:06.505613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus mollitia minus quasi nihil fugit voluptate.\",\"text\":\"If we override the microchip, we can get to the HDD protocol through the virtual USB driver!\"}"], ["created_at", "2016-10-05 17:39:06.506540"], ["updated_at", "2016-10-05 17:39:06.506540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt sit voluptatibus voluptatem eveniet.\",\"text\":\"Try to quantify the COM port, maybe it will parse the haptic bus!\"}"], ["created_at", "2016-10-05 17:39:06.507416"], ["updated_at", "2016-10-05 17:39:06.507416"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores voluptatum perferendis repellat ipsum ab enim.\",\"text\":\"You can't override the bus without transmitting the neural SMS protocol!\"}"], ["created_at", "2016-10-05 17:39:06.508306"], ["updated_at", "2016-10-05 17:39:06.508306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem impedit laboriosam ut repudiandae alias culpa.\",\"text\":\"I'll input the wireless JSON bandwidth, that should application the EXE application!\"}"], ["created_at", "2016-10-05 17:39:06.509215"], ["updated_at", "2016-10-05 17:39:06.509215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem voluptatem fugiat aut repellat similique qui mollitia.\",\"text\":\"Use the mobile SDD interface, then you can reboot the bluetooth alarm!\"}"], ["created_at", "2016-10-05 17:39:06.510099"], ["updated_at", "2016-10-05 17:39:06.510099"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti corrupti architecto.\",\"text\":\"You can't transmit the capacitor without transmitting the auxiliary GB port!\"}"], ["created_at", "2016-10-05 17:39:06.511038"], ["updated_at", "2016-10-05 17:39:06.511038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error quis laudantium hic temporibus ratione debitis sunt.\",\"text\":\"The GB port is down, bypass the redundant capacitor so we can transmit the JBOD capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.511902"], ["updated_at", "2016-10-05 17:39:06.511902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit voluptatibus omnis ut iusto quibusdam qui cum.\",\"text\":\"The FTP application is down, index the digital bandwidth so we can calculate the HDD microchip!\"}"], ["created_at", "2016-10-05 17:39:06.512806"], ["updated_at", "2016-10-05 17:39:06.512806"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum ratione et impedit a.\",\"text\":\"The SDD sensor is down, synthesize the optical system so we can index the CSS matrix!\"}"], ["created_at", "2016-10-05 17:39:06.513683"], ["updated_at", "2016-10-05 17:39:06.513683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est accusamus cum vitae consectetur aperiam facilis molestiae.\",\"text\":\"We need to bypass the virtual EXE program!\"}"], ["created_at", "2016-10-05 17:39:06.514563"], ["updated_at", "2016-10-05 17:39:06.514563"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere sint autem eaque quia.\",\"text\":\"We need to calculate the optical RAM matrix!\"}"], ["created_at", "2016-10-05 17:39:06.515458"], ["updated_at", "2016-10-05 17:39:06.515458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut rerum sequi voluptatibus quia eius nobis.\",\"text\":\"You can't copy the application without parsing the bluetooth RAM program!\"}"], ["created_at", "2016-10-05 17:39:06.516374"], ["updated_at", "2016-10-05 17:39:06.516374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur dolorum voluptas architecto distinctio.\",\"text\":\"The SCSI microchip is down, calculate the cross-platform microchip so we can transmit the FTP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.517268"], ["updated_at", "2016-10-05 17:39:06.517268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora et id maiores et numquam ratione.\",\"text\":\"The PNG application is down, connect the mobile bus so we can connect the SDD hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.518166"], ["updated_at", "2016-10-05 17:39:06.518166"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem provident ad repellendus unde id quo natus.\",\"text\":\"Try to copy the SSL card, maybe it will program the bluetooth card!\"}"], ["created_at", "2016-10-05 17:39:06.519073"], ["updated_at", "2016-10-05 17:39:06.519073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias excepturi soluta error.\",\"text\":\"Navigating the array won't do anything, we need to back up the multi-byte adp protocol!\"}"], ["created_at", "2016-10-05 17:39:06.519981"], ["updated_at", "2016-10-05 17:39:06.519981"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam non quis minima aut aperiam voluptas et.\",\"text\":\"I'll generate the optical SDD application, that should feed the XML array!\"}"], ["created_at", "2016-10-05 17:39:06.520856"], ["updated_at", "2016-10-05 17:39:06.520856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis repudiandae quod est quidem nobis saepe sint.\",\"text\":\"We need to input the auxiliary AI driver!\"}"], ["created_at", "2016-10-05 17:39:06.521832"], ["updated_at", "2016-10-05 17:39:06.521832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quos vero explicabo sunt odit quidem.\",\"text\":\"We need to index the primary JSON array!\"}"], ["created_at", "2016-10-05 17:39:06.522788"], ["updated_at", "2016-10-05 17:39:06.522788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est delectus sit et est officiis quos illum.\",\"text\":\"You can't parse the pixel without compressing the bluetooth SAS program!\"}"], ["created_at", "2016-10-05 17:39:06.523732"], ["updated_at", "2016-10-05 17:39:06.523732"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro dolores et qui aspernatur tempora explicabo.\",\"text\":\"If we copy the bus, we can get to the SMS card through the online SMS port!\"}"], ["created_at", "2016-10-05 17:39:06.524677"], ["updated_at", "2016-10-05 17:39:06.524677"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum saepe laudantium culpa modi praesentium.\",\"text\":\"We need to compress the primary PNG pixel!\"}"], ["created_at", "2016-10-05 17:39:06.525888"], ["updated_at", "2016-10-05 17:39:06.525888"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur magni rerum omnis voluptas.\",\"text\":\"You can't hack the sensor without copying the primary IB matrix!\"}"], ["created_at", "2016-10-05 17:39:06.527445"], ["updated_at", "2016-10-05 17:39:06.527445"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia aut et omnis est est.\",\"text\":\"You can't override the transmitter without compressing the virtual FTP bus!\"}"], ["created_at", "2016-10-05 17:39:06.528822"], ["updated_at", "2016-10-05 17:39:06.528822"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui a totam possimus rerum.\",\"text\":\"If we input the pixel, we can get to the SSL feed through the back-end GB firewall!\"}"], ["created_at", "2016-10-05 17:39:06.530394"], ["updated_at", "2016-10-05 17:39:06.530394"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis vel quos.\",\"text\":\"Navigating the monitor won't do anything, we need to connect the back-end ib capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.533209"], ["updated_at", "2016-10-05 17:39:06.533209"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam sit sequi rerum.\",\"text\":\"Calculating the hard drive won't do anything, we need to transmit the back-end pci transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.536591"], ["updated_at", "2016-10-05 17:39:06.536591"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima architecto dolorum maiores vero quia.\",\"text\":\"I'll quantify the back-end JSON bandwidth, that should driver the XSS system!\"}"], ["created_at", "2016-10-05 17:39:06.538329"], ["updated_at", "2016-10-05 17:39:06.538329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos ex dolore voluptatem rerum est.\",\"text\":\"We need to input the solid state AI panel!\"}"], ["created_at", "2016-10-05 17:39:06.539490"], ["updated_at", "2016-10-05 17:39:06.539490"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse iusto voluptatem atque.\",\"text\":\"We need to compress the haptic SCSI application!\"}"], ["created_at", "2016-10-05 17:39:06.540558"], ["updated_at", "2016-10-05 17:39:06.540558"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem modi quo nihil aut eum aut.\",\"text\":\"We need to bypass the redundant AI port!\"}"], ["created_at", "2016-10-05 17:39:06.541741"], ["updated_at", "2016-10-05 17:39:06.541741"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius quas sed vel sit rerum et.\",\"text\":\"You can't reboot the capacitor without backing up the back-end SAS pixel!\"}"], ["created_at", "2016-10-05 17:39:06.543125"], ["updated_at", "2016-10-05 17:39:06.543125"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati itaque ex voluptas vel incidunt ea.\",\"text\":\"The IB system is down, calculate the back-end interface so we can bypass the SAS circuit!\"}"], ["created_at", "2016-10-05 17:39:06.544151"], ["updated_at", "2016-10-05 17:39:06.544151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis fugit quae numquam ipsum velit soluta quos.\",\"text\":\"You can't index the firewall without navigating the haptic PNG interface!\"}"], ["created_at", "2016-10-05 17:39:06.545129"], ["updated_at", "2016-10-05 17:39:06.545129"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste dolore eum vel voluptatum deleniti atque.\",\"text\":\"The HTTP card is down, transmit the redundant bandwidth so we can back up the PCI interface!\"}"], ["created_at", "2016-10-05 17:39:06.546123"], ["updated_at", "2016-10-05 17:39:06.546123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore eos enim quo.\",\"text\":\"The HDD panel is down, compress the redundant capacitor so we can copy the CSS interface!\"}"], ["created_at", "2016-10-05 17:39:06.547081"], ["updated_at", "2016-10-05 17:39:06.547081"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil sit debitis et tenetur odit repellat.\",\"text\":\"Use the wireless XML card, then you can hack the multi-byte firewall!\"}"], ["created_at", "2016-10-05 17:39:06.547997"], ["updated_at", "2016-10-05 17:39:06.547997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo optio labore alias corrupti pariatur explicabo.\",\"text\":\"We need to override the bluetooth AGP interface!\"}"], ["created_at", "2016-10-05 17:39:06.548918"], ["updated_at", "2016-10-05 17:39:06.548918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat consequatur odit omnis.\",\"text\":\"You can't back up the driver without generating the redundant IB hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.549828"], ["updated_at", "2016-10-05 17:39:06.549828"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo quo vitae sed officiis repudiandae.\",\"text\":\"You can't back up the application without synthesizing the bluetooth FTP program!\"}"], ["created_at", "2016-10-05 17:39:06.550746"], ["updated_at", "2016-10-05 17:39:06.550746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus ut dolores nostrum quia ipsam.\",\"text\":\"I'll copy the mobile SQL pixel, that should bus the FTP hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.551756"], ["updated_at", "2016-10-05 17:39:06.551756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam voluptas quas.\",\"text\":\"I'll input the cross-platform CSS alarm, that should monitor the JBOD system!\"}"], ["created_at", "2016-10-05 17:39:06.552661"], ["updated_at", "2016-10-05 17:39:06.552661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem qui unde.\",\"text\":\"Try to override the XML circuit, maybe it will transmit the neural array!\"}"], ["created_at", "2016-10-05 17:39:06.553543"], ["updated_at", "2016-10-05 17:39:06.553543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam sed fugit voluptatem molestiae est dicta atque.\",\"text\":\"You can't program the sensor without parsing the redundant AI alarm!\"}"], ["created_at", "2016-10-05 17:39:06.554455"], ["updated_at", "2016-10-05 17:39:06.554455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos exercitationem labore aliquid saepe nihil nesciunt.\",\"text\":\"Use the auxiliary GB feed, then you can connect the optical array!\"}"], ["created_at", "2016-10-05 17:39:06.555360"], ["updated_at", "2016-10-05 17:39:06.555360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque et minus eum tempore commodi.\",\"text\":\"You can't synthesize the protocol without backing up the 1080p SMS card!\"}"], ["created_at", "2016-10-05 17:39:06.556271"], ["updated_at", "2016-10-05 17:39:06.556271"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum quia et suscipit veniam.\",\"text\":\"We need to back up the multi-byte JBOD matrix!\"}"], ["created_at", "2016-10-05 17:39:06.557211"], ["updated_at", "2016-10-05 17:39:06.557211"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint nostrum sit.\",\"text\":\"We need to back up the digital RSS protocol!\"}"], ["created_at", "2016-10-05 17:39:06.558114"], ["updated_at", "2016-10-05 17:39:06.558114"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis ducimus voluptate at magni.\",\"text\":\"The ADP microchip is down, program the virtual protocol so we can bypass the HTTP feed!\"}"], ["created_at", "2016-10-05 17:39:06.559152"], ["updated_at", "2016-10-05 17:39:06.559152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem dolor omnis et error a ea ut.\",\"text\":\"If we quantify the program, we can get to the JBOD array through the bluetooth SMS port!\"}"], ["created_at", "2016-10-05 17:39:06.560070"], ["updated_at", "2016-10-05 17:39:06.560070"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore ut dignissimos quaerat voluptatibus consequatur sunt.\",\"text\":\"Use the 1080p COM bus, then you can parse the virtual program!\"}"], ["created_at", "2016-10-05 17:39:06.560994"], ["updated_at", "2016-10-05 17:39:06.560994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero ab provident pariatur ut nostrum.\",\"text\":\"We need to input the multi-byte EXE card!\"}"], ["created_at", "2016-10-05 17:39:06.561908"], ["updated_at", "2016-10-05 17:39:06.561908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam dignissimos ut magni.\",\"text\":\"We need to quantify the mobile CSS panel!\"}"], ["created_at", "2016-10-05 17:39:06.562830"], ["updated_at", "2016-10-05 17:39:06.562830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam sit mollitia enim qui.\",\"text\":\"I'll override the neural PNG panel, that should application the ADP protocol!\"}"], ["created_at", "2016-10-05 17:39:06.563748"], ["updated_at", "2016-10-05 17:39:06.563748"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis excepturi vel provident aliquam id.\",\"text\":\"I'll transmit the wireless JBOD sensor, that should monitor the RSS system!\"}"], ["created_at", "2016-10-05 17:39:06.564692"], ["updated_at", "2016-10-05 17:39:06.564692"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores delectus fugiat.\",\"text\":\"I'll program the online HDD pixel, that should program the PNG application!\"}"], ["created_at", "2016-10-05 17:39:06.565631"], ["updated_at", "2016-10-05 17:39:06.565631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut fugit rerum officiis.\",\"text\":\"The PCI system is down, reboot the wireless alarm so we can connect the ADP pixel!\"}"], ["created_at", "2016-10-05 17:39:06.575648"], ["updated_at", "2016-10-05 17:39:06.575648"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur commodi nesciunt dolore et ut.\",\"text\":\"I'll generate the primary SDD system, that should feed the RAM system!\"}"], ["created_at", "2016-10-05 17:39:06.576640"], ["updated_at", "2016-10-05 17:39:06.576640"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus magni dolorum excepturi similique rem.\",\"text\":\"We need to bypass the virtual COM system!\"}"], ["created_at", "2016-10-05 17:39:06.577551"], ["updated_at", "2016-10-05 17:39:06.577551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores unde similique eos.\",\"text\":\"I'll connect the multi-byte COM system, that should monitor the COM card!\"}"], ["created_at", "2016-10-05 17:39:06.578462"], ["updated_at", "2016-10-05 17:39:06.578462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa itaque sed voluptas ea reiciendis repellat quasi.\",\"text\":\"We need to quantify the cross-platform CSS card!\"}"], ["created_at", "2016-10-05 17:39:06.579339"], ["updated_at", "2016-10-05 17:39:06.579339"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In sint aperiam est omnis eum alias temporibus.\",\"text\":\"Quantifying the matrix won't do anything, we need to calculate the mobile json program!\"}"], ["created_at", "2016-10-05 17:39:06.580205"], ["updated_at", "2016-10-05 17:39:06.580205"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus dicta voluptate.\",\"text\":\"I'll quantify the back-end SMS transmitter, that should sensor the RAM feed!\"}"], ["created_at", "2016-10-05 17:39:06.581051"], ["updated_at", "2016-10-05 17:39:06.581051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos suscipit eos ad ut.\",\"text\":\"We need to input the neural ADP transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.581912"], ["updated_at", "2016-10-05 17:39:06.581912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum explicabo repellat ullam dolor.\",\"text\":\"If we override the system, we can get to the JBOD protocol through the bluetooth USB port!\"}"], ["created_at", "2016-10-05 17:39:06.582772"], ["updated_at", "2016-10-05 17:39:06.582772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus eveniet inventore porro non et.\",\"text\":\"If we copy the capacitor, we can get to the JSON bandwidth through the haptic SQL port!\"}"], ["created_at", "2016-10-05 17:39:06.583644"], ["updated_at", "2016-10-05 17:39:06.583644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate quam quo.\",\"text\":\"You can't navigate the hard drive without programming the bluetooth TCP port!\"}"], ["created_at", "2016-10-05 17:39:06.584505"], ["updated_at", "2016-10-05 17:39:06.584505"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus quod et iure ratione molestiae.\",\"text\":\"Quantifying the circuit won't do anything, we need to bypass the bluetooth http microchip!\"}"], ["created_at", "2016-10-05 17:39:06.585368"], ["updated_at", "2016-10-05 17:39:06.585368"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi pariatur et perspiciatis.\",\"text\":\"Bypassing the matrix won't do anything, we need to copy the multi-byte ssl circuit!\"}"], ["created_at", "2016-10-05 17:39:06.586215"], ["updated_at", "2016-10-05 17:39:06.586215"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet facere dolor voluptate rerum.\",\"text\":\"Backing up the circuit won't do anything, we need to bypass the back-end adp driver!\"}"], ["created_at", "2016-10-05 17:39:06.587348"], ["updated_at", "2016-10-05 17:39:06.587348"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui amet aspernatur iure magnam quam impedit.\",\"text\":\"We need to connect the digital XSS firewall!\"}"], ["created_at", "2016-10-05 17:39:06.588519"], ["updated_at", "2016-10-05 17:39:06.588519"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id dolores corporis facere.\",\"text\":\"You can't reboot the application without overriding the redundant CSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.589458"], ["updated_at", "2016-10-05 17:39:06.589458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur nobis molestiae.\",\"text\":\"Try to compress the IB feed, maybe it will input the redundant interface!\"}"], ["created_at", "2016-10-05 17:39:06.590313"], ["updated_at", "2016-10-05 17:39:06.590313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores natus maxime.\",\"text\":\"Try to reboot the FTP pixel, maybe it will quantify the multi-byte interface!\"}"], ["created_at", "2016-10-05 17:39:06.591234"], ["updated_at", "2016-10-05 17:39:06.591234"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat praesentium dolore perferendis iste est voluptatibus.\",\"text\":\"If we generate the feed, we can get to the RAM capacitor through the back-end CSS circuit!\"}"], ["created_at", "2016-10-05 17:39:06.592105"], ["updated_at", "2016-10-05 17:39:06.592105"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia veniam dolores praesentium minus perspiciatis nam.\",\"text\":\"The SCSI card is down, parse the optical port so we can reboot the HTTP protocol!\"}"], ["created_at", "2016-10-05 17:39:06.593533"], ["updated_at", "2016-10-05 17:39:06.593533"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi perspiciatis dolorem voluptatum culpa.\",\"text\":\"Quantifying the matrix won't do anything, we need to index the digital xml feed!\"}"], ["created_at", "2016-10-05 17:39:06.595114"], ["updated_at", "2016-10-05 17:39:06.595114"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam et eos itaque consequatur quasi maxime eum.\",\"text\":\"Use the auxiliary JSON interface, then you can copy the solid state bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.596406"], ["updated_at", "2016-10-05 17:39:06.596406"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est sed illum maxime illo omnis libero.\",\"text\":\"Try to compress the TCP pixel, maybe it will hack the neural card!\"}"], ["created_at", "2016-10-05 17:39:06.597885"], ["updated_at", "2016-10-05 17:39:06.597885"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam corrupti impedit.\",\"text\":\"If we program the alarm, we can get to the HDD hard drive through the haptic TCP card!\"}"], ["created_at", "2016-10-05 17:39:06.600507"], ["updated_at", "2016-10-05 17:39:06.600507"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad dolore illo autem aut eligendi ab.\",\"text\":\"Try to input the SCSI microchip, maybe it will hack the mobile feed!\"}"], ["created_at", "2016-10-05 17:39:06.603314"], ["updated_at", "2016-10-05 17:39:06.603314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam dolor ut.\",\"text\":\"Try to back up the FTP alarm, maybe it will bypass the back-end monitor!\"}"], ["created_at", "2016-10-05 17:39:06.605124"], ["updated_at", "2016-10-05 17:39:06.605124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque doloribus sunt nostrum amet quam sed ducimus.\",\"text\":\"I'll reboot the bluetooth USB port, that should firewall the COM microchip!\"}"], ["created_at", "2016-10-05 17:39:06.606081"], ["updated_at", "2016-10-05 17:39:06.606081"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia sit illum maiores est dolor dignissimos.\",\"text\":\"The SDD hard drive is down, override the optical alarm so we can bypass the IB system!\"}"], ["created_at", "2016-10-05 17:39:06.607265"], ["updated_at", "2016-10-05 17:39:06.607265"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita placeat perspiciatis suscipit consequatur id fuga.\",\"text\":\"The SQL port is down, hack the digital system so we can hack the HTTP feed!\"}"], ["created_at", "2016-10-05 17:39:06.608830"], ["updated_at", "2016-10-05 17:39:06.608830"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id unde molestiae explicabo non velit.\",\"text\":\"Use the digital RSS bus, then you can hack the wireless bus!\"}"], ["created_at", "2016-10-05 17:39:06.609973"], ["updated_at", "2016-10-05 17:39:06.609973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis deserunt temporibus aut consequuntur provident unde nihil.\",\"text\":\"Try to generate the FTP protocol, maybe it will transmit the primary capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.610908"], ["updated_at", "2016-10-05 17:39:06.610908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident nam voluptatem.\",\"text\":\"Try to copy the HDD program, maybe it will synthesize the optical microchip!\"}"], ["created_at", "2016-10-05 17:39:06.611775"], ["updated_at", "2016-10-05 17:39:06.611775"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo omnis est accusamus fugiat.\",\"text\":\"You can't override the alarm without hacking the neural THX interface!\"}"], ["created_at", "2016-10-05 17:39:06.612646"], ["updated_at", "2016-10-05 17:39:06.612646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati saepe assumenda impedit.\",\"text\":\"The XML capacitor is down, reboot the auxiliary hard drive so we can quantify the SCSI matrix!\"}"], ["created_at", "2016-10-05 17:39:06.613526"], ["updated_at", "2016-10-05 17:39:06.613526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem porro quo.\",\"text\":\"Try to connect the ADP port, maybe it will quantify the optical program!\"}"], ["created_at", "2016-10-05 17:39:06.614434"], ["updated_at", "2016-10-05 17:39:06.614434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis id excepturi ipsa itaque commodi.\",\"text\":\"Try to parse the AI application, maybe it will copy the multi-byte hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.615303"], ["updated_at", "2016-10-05 17:39:06.615303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et aliquam iure nulla vel id.\",\"text\":\"You can't quantify the application without synthesizing the cross-platform SMS alarm!\"}"], ["created_at", "2016-10-05 17:39:06.616153"], ["updated_at", "2016-10-05 17:39:06.616153"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum assumenda laudantium quo eos non ut consectetur.\",\"text\":\"If we quantify the pixel, we can get to the XSS capacitor through the wireless USB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.617035"], ["updated_at", "2016-10-05 17:39:06.617035"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero commodi ut aspernatur.\",\"text\":\"I'll hack the multi-byte AGP feed, that should monitor the XSS port!\"}"], ["created_at", "2016-10-05 17:39:06.617976"], ["updated_at", "2016-10-05 17:39:06.617976"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est ut ratione ea fugit voluptatibus repellat ad.\",\"text\":\"The USB transmitter is down, connect the haptic monitor so we can hack the FTP application!\"}"], ["created_at", "2016-10-05 17:39:06.618882"], ["updated_at", "2016-10-05 17:39:06.618882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur consequatur veritatis incidunt dolores velit.\",\"text\":\"Overriding the interface won't do anything, we need to bypass the redundant ram transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.619748"], ["updated_at", "2016-10-05 17:39:06.619748"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias rerum ea eaque recusandae.\",\"text\":\"I'll program the digital XML matrix, that should sensor the EXE driver!\"}"], ["created_at", "2016-10-05 17:39:06.620598"], ["updated_at", "2016-10-05 17:39:06.620598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus incidunt iste ipsum quos omnis placeat cum.\",\"text\":\"Use the redundant RAM program, then you can copy the auxiliary microchip!\"}"], ["created_at", "2016-10-05 17:39:06.621469"], ["updated_at", "2016-10-05 17:39:06.621469"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel ut dolorem corporis quibusdam eligendi qui suscipit.\",\"text\":\"The SDD card is down, program the mobile matrix so we can compress the EXE transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.622326"], ["updated_at", "2016-10-05 17:39:06.622326"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit praesentium et aut odio placeat.\",\"text\":\"Try to copy the IB port, maybe it will compress the cross-platform transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.623252"], ["updated_at", "2016-10-05 17:39:06.623252"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem sunt voluptas ratione quo quisquam.\",\"text\":\"I'll navigate the online SAS alarm, that should transmitter the JSON protocol!\"}"], ["created_at", "2016-10-05 17:39:06.624104"], ["updated_at", "2016-10-05 17:39:06.624104"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae tempore et.\",\"text\":\"Try to input the RAM matrix, maybe it will bypass the back-end driver!\"}"], ["created_at", "2016-10-05 17:39:06.625010"], ["updated_at", "2016-10-05 17:39:06.625010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem numquam illum ut.\",\"text\":\"If we override the matrix, we can get to the ADP array through the mobile SCSI microchip!\"}"], ["created_at", "2016-10-05 17:39:06.625943"], ["updated_at", "2016-10-05 17:39:06.625943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum nisi quos itaque iure dignissimos.\",\"text\":\"We need to reboot the 1080p COM interface!\"}"], ["created_at", "2016-10-05 17:39:06.626859"], ["updated_at", "2016-10-05 17:39:06.626859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam tenetur ullam veritatis non esse et sunt.\",\"text\":\"If we quantify the panel, we can get to the IB sensor through the online RSS driver!\"}"], ["created_at", "2016-10-05 17:39:06.627730"], ["updated_at", "2016-10-05 17:39:06.627730"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et voluptatem veniam error voluptatem.\",\"text\":\"If we program the bandwidth, we can get to the JSON bandwidth through the 1080p COM circuit!\"}"], ["created_at", "2016-10-05 17:39:06.628632"], ["updated_at", "2016-10-05 17:39:06.628632"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum molestiae qui amet.\",\"text\":\"You can't hack the driver without synthesizing the solid state SDD driver!\"}"], ["created_at", "2016-10-05 17:39:06.629475"], ["updated_at", "2016-10-05 17:39:06.629475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia nobis assumenda distinctio accusantium velit vel.\",\"text\":\"I'll hack the multi-byte JBOD firewall, that should capacitor the PNG capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.630375"], ["updated_at", "2016-10-05 17:39:06.630375"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci modi laboriosam.\",\"text\":\"If we transmit the monitor, we can get to the COM bus through the 1080p SDD microchip!\"}"], ["created_at", "2016-10-05 17:39:06.631246"], ["updated_at", "2016-10-05 17:39:06.631246"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim accusamus et incidunt.\",\"text\":\"I'll copy the wireless TCP bandwidth, that should program the USB interface!\"}"], ["created_at", "2016-10-05 17:39:06.632112"], ["updated_at", "2016-10-05 17:39:06.632112"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae alias quibusdam quia dolor sequi.\",\"text\":\"Use the virtual SCSI pixel, then you can generate the 1080p circuit!\"}"], ["created_at", "2016-10-05 17:39:06.632963"], ["updated_at", "2016-10-05 17:39:06.632963"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo vel nesciunt id qui enim quia ut.\",\"text\":\"Use the neural AI microchip, then you can reboot the digital protocol!\"}"], ["created_at", "2016-10-05 17:39:06.633874"], ["updated_at", "2016-10-05 17:39:06.633874"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem repudiandae distinctio iste nihil exercitationem quaerat qui.\",\"text\":\"The IB bus is down, input the cross-platform sensor so we can input the THX monitor!\"}"], ["created_at", "2016-10-05 17:39:06.634775"], ["updated_at", "2016-10-05 17:39:06.634775"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui dolor dignissimos sit ullam reiciendis.\",\"text\":\"The SQL hard drive is down, copy the digital microchip so we can generate the TCP application!\"}"], ["created_at", "2016-10-05 17:39:06.635676"], ["updated_at", "2016-10-05 17:39:06.635676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat ipsum est corporis.\",\"text\":\"Try to program the SAS firewall, maybe it will navigate the bluetooth matrix!\"}"], ["created_at", "2016-10-05 17:39:06.636606"], ["updated_at", "2016-10-05 17:39:06.636606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus libero quae doloremque earum minus.\",\"text\":\"You can't calculate the firewall without programming the haptic IB transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.637472"], ["updated_at", "2016-10-05 17:39:06.637472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias et voluptates expedita ipsa veritatis aut.\",\"text\":\"You can't generate the bus without connecting the auxiliary SQL circuit!\"}"], ["created_at", "2016-10-05 17:39:06.638355"], ["updated_at", "2016-10-05 17:39:06.638355"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus itaque quis ut.\",\"text\":\"Use the wireless THX capacitor, then you can input the haptic pixel!\"}"], ["created_at", "2016-10-05 17:39:06.639226"], ["updated_at", "2016-10-05 17:39:06.639226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam placeat iste ad debitis inventore voluptatem maxime.\",\"text\":\"We need to compress the solid state HDD port!\"}"], ["created_at", "2016-10-05 17:39:06.640084"], ["updated_at", "2016-10-05 17:39:06.640084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam accusamus possimus sunt minima.\",\"text\":\"I'll transmit the solid state CSS driver, that should firewall the RSS monitor!\"}"], ["created_at", "2016-10-05 17:39:06.640929"], ["updated_at", "2016-10-05 17:39:06.640929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit ea quis commodi.\",\"text\":\"The USB firewall is down, hack the redundant matrix so we can copy the RAM array!\"}"], ["created_at", "2016-10-05 17:39:06.641861"], ["updated_at", "2016-10-05 17:39:06.641861"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos quis voluptates incidunt.\",\"text\":\"I'll connect the optical AGP bus, that should pixel the XML hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.642748"], ["updated_at", "2016-10-05 17:39:06.642748"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere praesentium provident excepturi.\",\"text\":\"We need to index the solid state HTTP hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.643620"], ["updated_at", "2016-10-05 17:39:06.643620"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad odit veritatis dolor dolores labore modi.\",\"text\":\"We need to program the open-source CSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.644482"], ["updated_at", "2016-10-05 17:39:06.644482"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis aliquam ut sed modi inventore tempore voluptate.\",\"text\":\"The USB transmitter is down, quantify the redundant sensor so we can override the AGP pixel!\"}"], ["created_at", "2016-10-05 17:39:06.645344"], ["updated_at", "2016-10-05 17:39:06.645344"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam ut modi rem inventore.\",\"text\":\"Use the wireless SCSI interface, then you can program the wireless firewall!\"}"], ["created_at", "2016-10-05 17:39:06.646407"], ["updated_at", "2016-10-05 17:39:06.646407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos quo voluptatum eligendi quis.\",\"text\":\"Try to bypass the SMTP circuit, maybe it will program the wireless program!\"}"], ["created_at", "2016-10-05 17:39:06.647396"], ["updated_at", "2016-10-05 17:39:06.647396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem minima delectus ut molestias sequi dolorum.\",\"text\":\"Try to quantify the THX microchip, maybe it will transmit the optical monitor!\"}"], ["created_at", "2016-10-05 17:39:06.648332"], ["updated_at", "2016-10-05 17:39:06.648332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et nulla optio quibusdam.\",\"text\":\"We need to quantify the online AI application!\"}"], ["created_at", "2016-10-05 17:39:06.649261"], ["updated_at", "2016-10-05 17:39:06.649261"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse quo odit sed.\",\"text\":\"Try to calculate the FTP transmitter, maybe it will index the primary firewall!\"}"], ["created_at", "2016-10-05 17:39:06.650177"], ["updated_at", "2016-10-05 17:39:06.650177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima minus consequatur consequuntur fuga saepe et.\",\"text\":\"Use the neural RAM bandwidth, then you can connect the optical firewall!\"}"], ["created_at", "2016-10-05 17:39:06.651147"], ["updated_at", "2016-10-05 17:39:06.651147"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex culpa doloremque sed est dolor laudantium.\",\"text\":\"Use the haptic AI program, then you can synthesize the back-end monitor!\"}"], ["created_at", "2016-10-05 17:39:06.652071"], ["updated_at", "2016-10-05 17:39:06.652071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat sit occaecati.\",\"text\":\"We need to transmit the mobile FTP microchip!\"}"], ["created_at", "2016-10-05 17:39:06.653022"], ["updated_at", "2016-10-05 17:39:06.653022"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet qui eum vel blanditiis eum.\",\"text\":\"You can't quantify the hard drive without overriding the 1080p USB circuit!\"}"], ["created_at", "2016-10-05 17:39:06.653955"], ["updated_at", "2016-10-05 17:39:06.653955"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem ipsam voluptas architecto qui.\",\"text\":\"I'll reboot the online SMS feed, that should pixel the GB matrix!\"}"], ["created_at", "2016-10-05 17:39:06.654893"], ["updated_at", "2016-10-05 17:39:06.654893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam neque aut pariatur quis.\",\"text\":\"The HTTP system is down, transmit the redundant array so we can compress the SAS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.655763"], ["updated_at", "2016-10-05 17:39:06.655763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa neque sit vitae iste.\",\"text\":\"If we navigate the panel, we can get to the SQL matrix through the neural RAM interface!\"}"], ["created_at", "2016-10-05 17:39:06.656676"], ["updated_at", "2016-10-05 17:39:06.656676"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt rerum repellat dolor cum nostrum natus et.\",\"text\":\"The XML bandwidth is down, copy the open-source pixel so we can reboot the TCP alarm!\"}"], ["created_at", "2016-10-05 17:39:06.657527"], ["updated_at", "2016-10-05 17:39:06.657527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias itaque commodi ab incidunt quam aut.\",\"text\":\"The JSON circuit is down, index the redundant transmitter so we can calculate the PCI bus!\"}"], ["created_at", "2016-10-05 17:39:06.658442"], ["updated_at", "2016-10-05 17:39:06.658442"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis rerum aut.\",\"text\":\"We need to reboot the optical RSS transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.659304"], ["updated_at", "2016-10-05 17:39:06.659304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae voluptatem ullam recusandae nisi.\",\"text\":\"The HDD alarm is down, compress the wireless interface so we can program the CSS matrix!\"}"], ["created_at", "2016-10-05 17:39:06.660191"], ["updated_at", "2016-10-05 17:39:06.660191"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed perspiciatis quia quae est labore minus.\",\"text\":\"Use the mobile SMTP application, then you can generate the haptic monitor!\"}"], ["created_at", "2016-10-05 17:39:06.661079"], ["updated_at", "2016-10-05 17:39:06.661079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam dolorem aut esse vel temporibus quasi non.\",\"text\":\"We need to hack the wireless FTP microchip!\"}"], ["created_at", "2016-10-05 17:39:06.661944"], ["updated_at", "2016-10-05 17:39:06.661944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae quas assumenda voluptas nobis dolorum et.\",\"text\":\"I'll index the 1080p CSS driver, that should firewall the JSON program!\"}"], ["created_at", "2016-10-05 17:39:06.662808"], ["updated_at", "2016-10-05 17:39:06.662808"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem quas incidunt aut ipsam.\",\"text\":\"We need to hack the 1080p COM port!\"}"], ["created_at", "2016-10-05 17:39:06.663681"], ["updated_at", "2016-10-05 17:39:06.663681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur praesentium quia.\",\"text\":\"Use the open-source TCP program, then you can calculate the solid state program!\"}"], ["created_at", "2016-10-05 17:39:06.664532"], ["updated_at", "2016-10-05 17:39:06.664532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis tenetur possimus qui sequi tempora dolor debitis.\",\"text\":\"Use the digital AI application, then you can compress the haptic driver!\"}"], ["created_at", "2016-10-05 17:39:06.665399"], ["updated_at", "2016-10-05 17:39:06.665399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis sint molestias eum consequatur.\",\"text\":\"I'll parse the back-end PCI firewall, that should feed the SCSI capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.666263"], ["updated_at", "2016-10-05 17:39:06.666263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid omnis officiis maxime dolores laborum quo.\",\"text\":\"Use the back-end TCP bus, then you can reboot the back-end bus!\"}"], ["created_at", "2016-10-05 17:39:06.667143"], ["updated_at", "2016-10-05 17:39:06.667143"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa blanditiis ea culpa ut voluptatem architecto consequatur.\",\"text\":\"We need to reboot the online CSS panel!\"}"], ["created_at", "2016-10-05 17:39:06.668060"], ["updated_at", "2016-10-05 17:39:06.668060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia totam maiores modi aut.\",\"text\":\"I'll calculate the haptic SDD array, that should port the HDD capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.668922"], ["updated_at", "2016-10-05 17:39:06.668922"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde enim quia.\",\"text\":\"I'll calculate the back-end PCI panel, that should interface the HDD array!\"}"], ["created_at", "2016-10-05 17:39:06.669785"], ["updated_at", "2016-10-05 17:39:06.669785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem maxime cumque incidunt accusantium quam tempore voluptatum.\",\"text\":\"We need to compress the multi-byte ADP port!\"}"], ["created_at", "2016-10-05 17:39:06.670665"], ["updated_at", "2016-10-05 17:39:06.670665"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis a iusto modi et dolore dolores repellat.\",\"text\":\"I'll calculate the solid state HDD hard drive, that should port the XSS monitor!\"}"], ["created_at", "2016-10-05 17:39:06.671534"], ["updated_at", "2016-10-05 17:39:06.671534"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat temporibus officiis autem omnis soluta.\",\"text\":\"Try to quantify the EXE port, maybe it will copy the primary system!\"}"], ["created_at", "2016-10-05 17:39:06.672410"], ["updated_at", "2016-10-05 17:39:06.672410"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae illum optio reprehenderit rerum consequatur dolorum.\",\"text\":\"Try to reboot the AI port, maybe it will hack the online program!\"}"], ["created_at", "2016-10-05 17:39:06.673332"], ["updated_at", "2016-10-05 17:39:06.673332"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse labore et in atque quod praesentium.\",\"text\":\"You can't bypass the driver without compressing the primary SMS system!\"}"], ["created_at", "2016-10-05 17:39:06.674189"], ["updated_at", "2016-10-05 17:39:06.674189"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum maxime maiores sunt qui placeat.\",\"text\":\"I'll input the open-source CSS pixel, that should hard drive the TCP card!\"}"], ["created_at", "2016-10-05 17:39:06.675083"], ["updated_at", "2016-10-05 17:39:06.675083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto voluptatem labore delectus voluptates sunt aliquid non.\",\"text\":\"Try to back up the SDD monitor, maybe it will navigate the solid state panel!\"}"], ["created_at", "2016-10-05 17:39:06.675938"], ["updated_at", "2016-10-05 17:39:06.675938"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur eveniet et.\",\"text\":\"We need to parse the bluetooth ADP pixel!\"}"], ["created_at", "2016-10-05 17:39:06.676851"], ["updated_at", "2016-10-05 17:39:06.676851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod qui error aut quo recusandae et consequatur.\",\"text\":\"We need to connect the 1080p USB port!\"}"], ["created_at", "2016-10-05 17:39:06.677703"], ["updated_at", "2016-10-05 17:39:06.677703"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae aperiam voluptates.\",\"text\":\"Synthesizing the driver won't do anything, we need to connect the neural com card!\"}"], ["created_at", "2016-10-05 17:39:06.678574"], ["updated_at", "2016-10-05 17:39:06.678574"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis voluptates minima id aut consequatur voluptatum.\",\"text\":\"I'll index the primary SSL bus, that should driver the HDD array!\"}"], ["created_at", "2016-10-05 17:39:06.679490"], ["updated_at", "2016-10-05 17:39:06.679490"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio aliquam illum quia.\",\"text\":\"Use the virtual SDD application, then you can reboot the online panel!\"}"], ["created_at", "2016-10-05 17:39:06.680390"], ["updated_at", "2016-10-05 17:39:06.680390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae voluptatem et.\",\"text\":\"The AGP sensor is down, compress the back-end monitor so we can quantify the CSS transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.681259"], ["updated_at", "2016-10-05 17:39:06.681259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium aut enim nobis dolor ipsum.\",\"text\":\"If we generate the transmitter, we can get to the SCSI bandwidth through the auxiliary USB interface!\"}"], ["created_at", "2016-10-05 17:39:06.682123"], ["updated_at", "2016-10-05 17:39:06.682123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni atque voluptatem.\",\"text\":\"We need to bypass the redundant GB pixel!\"}"], ["created_at", "2016-10-05 17:39:06.683011"], ["updated_at", "2016-10-05 17:39:06.683011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo beatae quia est.\",\"text\":\"If we program the bus, we can get to the HTTP program through the solid state COM monitor!\"}"], ["created_at", "2016-10-05 17:39:06.683886"], ["updated_at", "2016-10-05 17:39:06.683886"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi exercitationem iste et repellendus voluptatibus.\",\"text\":\"Try to navigate the SMS interface, maybe it will navigate the neural panel!\"}"], ["created_at", "2016-10-05 17:39:06.684751"], ["updated_at", "2016-10-05 17:39:06.684751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis harum quae repellendus dolorem.\",\"text\":\"Try to copy the HDD transmitter, maybe it will index the primary transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.685623"], ["updated_at", "2016-10-05 17:39:06.685623"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est sunt eum.\",\"text\":\"If we back up the circuit, we can get to the GB program through the online ADP feed!\"}"], ["created_at", "2016-10-05 17:39:06.686514"], ["updated_at", "2016-10-05 17:39:06.686514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam dolor corporis.\",\"text\":\"Hacking the port won't do anything, we need to program the optical smtp port!\"}"], ["created_at", "2016-10-05 17:39:06.687386"], ["updated_at", "2016-10-05 17:39:06.687386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem facere molestias impedit inventore eos.\",\"text\":\"You can't quantify the port without navigating the virtual HTTP port!\"}"], ["created_at", "2016-10-05 17:39:06.688251"], ["updated_at", "2016-10-05 17:39:06.688251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi dolorem accusantium quia asperiores rem eos.\",\"text\":\"If we synthesize the panel, we can get to the SAS array through the wireless HTTP matrix!\"}"], ["created_at", "2016-10-05 17:39:06.689125"], ["updated_at", "2016-10-05 17:39:06.689125"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem similique delectus aspernatur est dicta voluptas.\",\"text\":\"Use the redundant SMTP pixel, then you can override the wireless sensor!\"}"], ["created_at", "2016-10-05 17:39:06.689983"], ["updated_at", "2016-10-05 17:39:06.689983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum voluptas similique nihil.\",\"text\":\"We need to program the 1080p XSS circuit!\"}"], ["created_at", "2016-10-05 17:39:06.690895"], ["updated_at", "2016-10-05 17:39:06.690895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed non quaerat quis suscipit quibusdam quod quia.\",\"text\":\"We need to parse the neural PCI panel!\"}"], ["created_at", "2016-10-05 17:39:06.691766"], ["updated_at", "2016-10-05 17:39:06.691766"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae quis ab iste ut.\",\"text\":\"Use the virtual ADP monitor, then you can index the solid state program!\"}"], ["created_at", "2016-10-05 17:39:06.692644"], ["updated_at", "2016-10-05 17:39:06.692644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus reiciendis qui ea est soluta.\",\"text\":\"Use the back-end SMTP driver, then you can copy the digital alarm!\"}"], ["created_at", "2016-10-05 17:39:06.693497"], ["updated_at", "2016-10-05 17:39:06.693497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum officia quo omnis.\",\"text\":\"Use the virtual HDD firewall, then you can compress the mobile system!\"}"], ["created_at", "2016-10-05 17:39:06.694386"], ["updated_at", "2016-10-05 17:39:06.694386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In id ipsa odio qui rem.\",\"text\":\"If we compress the protocol, we can get to the SDD transmitter through the mobile SMS hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.695286"], ["updated_at", "2016-10-05 17:39:06.695286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum veniam ut consequatur fugit voluptas officiis ut.\",\"text\":\"I'll bypass the online HDD array, that should panel the PCI transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.696181"], ["updated_at", "2016-10-05 17:39:06.696181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non adipisci sapiente voluptatem aut omnis nesciunt.\",\"text\":\"We need to calculate the solid state TCP matrix!\"}"], ["created_at", "2016-10-05 17:39:06.697044"], ["updated_at", "2016-10-05 17:39:06.697044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est atque aut.\",\"text\":\"Try to copy the SMTP alarm, maybe it will compress the bluetooth alarm!\"}"], ["created_at", "2016-10-05 17:39:06.697914"], ["updated_at", "2016-10-05 17:39:06.697914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est qui repudiandae laboriosam provident sapiente soluta.\",\"text\":\"Try to index the PNG sensor, maybe it will calculate the auxiliary card!\"}"], ["created_at", "2016-10-05 17:39:06.698804"], ["updated_at", "2016-10-05 17:39:06.698804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis facilis aliquid dolorum.\",\"text\":\"I'll copy the cross-platform EXE circuit, that should alarm the USB protocol!\"}"], ["created_at", "2016-10-05 17:39:06.699657"], ["updated_at", "2016-10-05 17:39:06.699657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi molestias omnis rerum a necessitatibus atque et.\",\"text\":\"We need to transmit the online SCSI system!\"}"], ["created_at", "2016-10-05 17:39:06.700523"], ["updated_at", "2016-10-05 17:39:06.700523"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint voluptas sed modi blanditiis doloremque cum.\",\"text\":\"Backing up the pixel won't do anything, we need to index the cross-platform ai application!\"}"], ["created_at", "2016-10-05 17:39:06.701393"], ["updated_at", "2016-10-05 17:39:06.701393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et rerum magnam corporis dolor.\",\"text\":\"You can't navigate the hard drive without navigating the mobile SMS array!\"}"], ["created_at", "2016-10-05 17:39:06.702275"], ["updated_at", "2016-10-05 17:39:06.702275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et dolor molestias.\",\"text\":\"The RSS firewall is down, generate the auxiliary card so we can index the THX sensor!\"}"], ["created_at", "2016-10-05 17:39:06.703135"], ["updated_at", "2016-10-05 17:39:06.703135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum sed atque dolores enim eos odio dolores.\",\"text\":\"We need to generate the optical SMS port!\"}"], ["created_at", "2016-10-05 17:39:06.703995"], ["updated_at", "2016-10-05 17:39:06.703995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati maxime ut.\",\"text\":\"I'll parse the open-source SQL matrix, that should bus the CSS protocol!\"}"], ["created_at", "2016-10-05 17:39:06.704841"], ["updated_at", "2016-10-05 17:39:06.704841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum ipsam et.\",\"text\":\"I'll program the primary AGP card, that should bus the COM microchip!\"}"], ["created_at", "2016-10-05 17:39:06.705699"], ["updated_at", "2016-10-05 17:39:06.705699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos dolores molestiae alias.\",\"text\":\"I'll generate the mobile FTP hard drive, that should interface the ADP sensor!\"}"], ["created_at", "2016-10-05 17:39:06.706567"], ["updated_at", "2016-10-05 17:39:06.706567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus id et et laudantium saepe numquam qui.\",\"text\":\"If we bypass the feed, we can get to the SDD feed through the redundant EXE alarm!\"}"], ["created_at", "2016-10-05 17:39:06.707439"], ["updated_at", "2016-10-05 17:39:06.707439"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia sequi qui.\",\"text\":\"The SQL driver is down, override the redundant alarm so we can navigate the SDD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.708313"], ["updated_at", "2016-10-05 17:39:06.708313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque vel omnis porro voluptatibus.\",\"text\":\"I'll parse the redundant IB protocol, that should monitor the HTTP pixel!\"}"], ["created_at", "2016-10-05 17:39:06.709201"], ["updated_at", "2016-10-05 17:39:06.709201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit iure eius enim eligendi quis dolorem.\",\"text\":\"You can't input the port without compressing the back-end THX alarm!\"}"], ["created_at", "2016-10-05 17:39:06.710054"], ["updated_at", "2016-10-05 17:39:06.710054"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus et nemo hic veritatis aperiam recusandae accusamus.\",\"text\":\"You can't reboot the capacitor without parsing the online AI capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.710942"], ["updated_at", "2016-10-05 17:39:06.710942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut mollitia qui eius eos aut id dolores.\",\"text\":\"Transmitting the driver won't do anything, we need to hack the 1080p ram firewall!\"}"], ["created_at", "2016-10-05 17:39:06.711789"], ["updated_at", "2016-10-05 17:39:06.711789"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia itaque quis qui enim.\",\"text\":\"The COM monitor is down, override the redundant bandwidth so we can program the SSL card!\"}"], ["created_at", "2016-10-05 17:39:06.712660"], ["updated_at", "2016-10-05 17:39:06.712660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit ut saepe qui.\",\"text\":\"Try to generate the HDD protocol, maybe it will parse the mobile bus!\"}"], ["created_at", "2016-10-05 17:39:06.713510"], ["updated_at", "2016-10-05 17:39:06.713510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni voluptate eius.\",\"text\":\"Use the optical TCP bandwidth, then you can generate the cross-platform driver!\"}"], ["created_at", "2016-10-05 17:39:06.714391"], ["updated_at", "2016-10-05 17:39:06.714391"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut dolorem doloribus fugit impedit facilis et cumque.\",\"text\":\"Hacking the hard drive won't do anything, we need to generate the multi-byte tcp interface!\"}"], ["created_at", "2016-10-05 17:39:06.715253"], ["updated_at", "2016-10-05 17:39:06.715253"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque aut culpa.\",\"text\":\"Try to index the ADP sensor, maybe it will quantify the neural application!\"}"], ["created_at", "2016-10-05 17:39:06.716126"], ["updated_at", "2016-10-05 17:39:06.716126"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda et id et dicta quibusdam velit.\",\"text\":\"Bypassing the card won't do anything, we need to hack the online json interface!\"}"], ["created_at", "2016-10-05 17:39:06.716996"], ["updated_at", "2016-10-05 17:39:06.716996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos dicta quis velit modi ratione.\",\"text\":\"I'll navigate the auxiliary USB pixel, that should program the RAM bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.717864"], ["updated_at", "2016-10-05 17:39:06.717864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque libero error enim omnis.\",\"text\":\"Parsing the card won't do anything, we need to index the mobile scsi interface!\"}"], ["created_at", "2016-10-05 17:39:06.718744"], ["updated_at", "2016-10-05 17:39:06.718744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil accusantium deleniti enim voluptatem sed sit.\",\"text\":\"The SSL bandwidth is down, compress the digital bus so we can reboot the THX bus!\"}"], ["created_at", "2016-10-05 17:39:06.719620"], ["updated_at", "2016-10-05 17:39:06.719620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse maxime suscipit.\",\"text\":\"Try to input the JBOD application, maybe it will back up the neural hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.720475"], ["updated_at", "2016-10-05 17:39:06.720475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia at eos molestiae.\",\"text\":\"The JSON protocol is down, copy the solid state feed so we can compress the SCSI array!\"}"], ["created_at", "2016-10-05 17:39:06.721345"], ["updated_at", "2016-10-05 17:39:06.721345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut ducimus nulla tempora.\",\"text\":\"We need to connect the back-end SMTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.722197"], ["updated_at", "2016-10-05 17:39:06.722197"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam deserunt autem ducimus rerum velit modi enim.\",\"text\":\"I'll navigate the primary SSL alarm, that should alarm the SSL firewall!\"}"], ["created_at", "2016-10-05 17:39:06.723074"], ["updated_at", "2016-10-05 17:39:06.723074"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem et fugit.\",\"text\":\"You can't index the interface without backing up the bluetooth SAS alarm!\"}"], ["created_at", "2016-10-05 17:39:06.723941"], ["updated_at", "2016-10-05 17:39:06.723941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi ex expedita et autem eum exercitationem.\",\"text\":\"If we back up the microchip, we can get to the HTTP array through the open-source HDD bus!\"}"], ["created_at", "2016-10-05 17:39:06.724821"], ["updated_at", "2016-10-05 17:39:06.724821"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid eligendi rerum et dignissimos porro.\",\"text\":\"Copying the capacitor won't do anything, we need to parse the mobile com system!\"}"], ["created_at", "2016-10-05 17:39:06.725708"], ["updated_at", "2016-10-05 17:39:06.725708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit atque corporis et quam in.\",\"text\":\"Calculating the array won't do anything, we need to synthesize the primary xss microchip!\"}"], ["created_at", "2016-10-05 17:39:06.726574"], ["updated_at", "2016-10-05 17:39:06.726574"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus sequi dolorum et aut veniam qui.\",\"text\":\"You can't synthesize the circuit without calculating the bluetooth SQL program!\"}"], ["created_at", "2016-10-05 17:39:06.727433"], ["updated_at", "2016-10-05 17:39:06.727433"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex fugit voluptatem laboriosam.\",\"text\":\"The CSS system is down, generate the online alarm so we can calculate the SCSI card!\"}"], ["created_at", "2016-10-05 17:39:06.728358"], ["updated_at", "2016-10-05 17:39:06.728358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem aliquid aperiam ut dolores aut.\",\"text\":\"You can't bypass the feed without synthesizing the auxiliary AI driver!\"}"], ["created_at", "2016-10-05 17:39:06.729257"], ["updated_at", "2016-10-05 17:39:06.729257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium rerum nemo commodi natus.\",\"text\":\"Try to parse the SQL bandwidth, maybe it will generate the bluetooth bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.730115"], ["updated_at", "2016-10-05 17:39:06.730115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et excepturi perspiciatis dolore modi ut.\",\"text\":\"I'll copy the virtual PCI port, that should bandwidth the RAM card!\"}"], ["created_at", "2016-10-05 17:39:06.730999"], ["updated_at", "2016-10-05 17:39:06.730999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate illo repellat optio consequatur rem qui.\",\"text\":\"I'll synthesize the solid state RAM circuit, that should monitor the JSON transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.731846"], ["updated_at", "2016-10-05 17:39:06.731846"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae vel autem sit sit harum est non.\",\"text\":\"If we copy the feed, we can get to the SAS card through the auxiliary JBOD hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.732713"], ["updated_at", "2016-10-05 17:39:06.732713"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic voluptatem molestiae quas eos deleniti vitae minima.\",\"text\":\"Parsing the interface won't do anything, we need to back up the bluetooth tcp alarm!\"}"], ["created_at", "2016-10-05 17:39:06.733579"], ["updated_at", "2016-10-05 17:39:06.733579"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum error facere non quis ea minus.\",\"text\":\"We need to connect the solid state SDD capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.734468"], ["updated_at", "2016-10-05 17:39:06.734468"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil sapiente commodi accusamus nostrum maxime.\",\"text\":\"I'll calculate the bluetooth SQL program, that should array the XML sensor!\"}"], ["created_at", "2016-10-05 17:39:06.735321"], ["updated_at", "2016-10-05 17:39:06.735321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem explicabo voluptatem consequatur repellendus voluptate.\",\"text\":\"The IB bus is down, hack the optical matrix so we can synthesize the AGP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.736190"], ["updated_at", "2016-10-05 17:39:06.736190"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem consectetur pariatur velit reprehenderit amet deleniti.\",\"text\":\"You can't parse the microchip without hacking the back-end SQL port!\"}"], ["created_at", "2016-10-05 17:39:06.737093"], ["updated_at", "2016-10-05 17:39:06.737093"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit veniam qui.\",\"text\":\"I'll bypass the open-source SMS bus, that should matrix the PCI panel!\"}"], ["created_at", "2016-10-05 17:39:06.737968"], ["updated_at", "2016-10-05 17:39:06.737968"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum ducimus iusto.\",\"text\":\"We need to input the neural JBOD protocol!\"}"], ["created_at", "2016-10-05 17:39:06.738859"], ["updated_at", "2016-10-05 17:39:06.738859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut corporis qui qui autem autem quisquam ut.\",\"text\":\"We need to hack the neural THX driver!\"}"], ["created_at", "2016-10-05 17:39:06.739733"], ["updated_at", "2016-10-05 17:39:06.739733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad perferendis a et quis facilis aspernatur assumenda.\",\"text\":\"We need to override the solid state HDD array!\"}"], ["created_at", "2016-10-05 17:39:06.740580"], ["updated_at", "2016-10-05 17:39:06.740580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non aut architecto voluptates.\",\"text\":\"Synthesizing the interface won't do anything, we need to calculate the primary sdd microchip!\"}"], ["created_at", "2016-10-05 17:39:06.741469"], ["updated_at", "2016-10-05 17:39:06.741469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est dolores ducimus autem enim numquam repellendus temporibus.\",\"text\":\"Bypassing the transmitter won't do anything, we need to reboot the primary ftp bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.742355"], ["updated_at", "2016-10-05 17:39:06.742355"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium aliquam quas voluptas ut fuga tenetur.\",\"text\":\"Use the optical SSL protocol, then you can copy the open-source application!\"}"], ["created_at", "2016-10-05 17:39:06.743239"], ["updated_at", "2016-10-05 17:39:06.743239"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates quia eligendi molestiae et omnis.\",\"text\":\"Try to program the AGP alarm, maybe it will quantify the 1080p alarm!\"}"], ["created_at", "2016-10-05 17:39:06.744091"], ["updated_at", "2016-10-05 17:39:06.744091"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ullam voluptatem error vel.\",\"text\":\"We need to program the online XSS protocol!\"}"], ["created_at", "2016-10-05 17:39:06.744959"], ["updated_at", "2016-10-05 17:39:06.744959"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem facere voluptas suscipit dolorem quasi placeat.\",\"text\":\"I'll bypass the back-end AI capacitor, that should monitor the COM array!\"}"], ["created_at", "2016-10-05 17:39:06.745811"], ["updated_at", "2016-10-05 17:39:06.745811"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sit et voluptas nemo.\",\"text\":\"If we quantify the capacitor, we can get to the THX card through the redundant SMS array!\"}"], ["created_at", "2016-10-05 17:39:06.746741"], ["updated_at", "2016-10-05 17:39:06.746741"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur distinctio iste praesentium qui doloremque qui.\",\"text\":\"I'll index the haptic HDD array, that should sensor the SDD alarm!\"}"], ["created_at", "2016-10-05 17:39:06.747948"], ["updated_at", "2016-10-05 17:39:06.747948"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus quia optio dolores laboriosam aut.\",\"text\":\"If we compress the pixel, we can get to the ADP circuit through the auxiliary COM pixel!\"}"], ["created_at", "2016-10-05 17:39:06.749240"], ["updated_at", "2016-10-05 17:39:06.749240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui et velit in et possimus quo aut.\",\"text\":\"The EXE driver is down, compress the cross-platform bandwidth so we can program the AGP alarm!\"}"], ["created_at", "2016-10-05 17:39:06.750384"], ["updated_at", "2016-10-05 17:39:06.750384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati autem omnis eligendi voluptatem quam.\",\"text\":\"Navigating the transmitter won't do anything, we need to synthesize the mobile exe feed!\"}"], ["created_at", "2016-10-05 17:39:06.751362"], ["updated_at", "2016-10-05 17:39:06.751362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore qui id.\",\"text\":\"Transmitting the sensor won't do anything, we need to calculate the digital thx protocol!\"}"], ["created_at", "2016-10-05 17:39:06.752221"], ["updated_at", "2016-10-05 17:39:06.752221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate aut est corrupti quos dolore facere.\",\"text\":\"I'll compress the bluetooth USB matrix, that should panel the RSS sensor!\"}"], ["created_at", "2016-10-05 17:39:06.753089"], ["updated_at", "2016-10-05 17:39:06.753089"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem dolor iusto dignissimos eos cumque sapiente accusamus.\",\"text\":\"Use the solid state RAM firewall, then you can parse the virtual panel!\"}"], ["created_at", "2016-10-05 17:39:06.753952"], ["updated_at", "2016-10-05 17:39:06.753952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam doloribus repellat.\",\"text\":\"I'll reboot the back-end FTP application, that should program the SAS matrix!\"}"], ["created_at", "2016-10-05 17:39:06.754864"], ["updated_at", "2016-10-05 17:39:06.754864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque ad sed.\",\"text\":\"We need to navigate the 1080p SDD monitor!\"}"], ["created_at", "2016-10-05 17:39:06.755731"], ["updated_at", "2016-10-05 17:39:06.755731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam praesentium est ut quia deleniti.\",\"text\":\"The TCP microchip is down, synthesize the multi-byte port so we can compress the XML card!\"}"], ["created_at", "2016-10-05 17:39:06.756632"], ["updated_at", "2016-10-05 17:39:06.756632"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa itaque earum.\",\"text\":\"We need to reboot the primary RAM pixel!\"}"], ["created_at", "2016-10-05 17:39:06.757486"], ["updated_at", "2016-10-05 17:39:06.757486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et at ducimus rerum ut deserunt odio.\",\"text\":\"I'll reboot the primary SCSI matrix, that should application the ADP circuit!\"}"], ["created_at", "2016-10-05 17:39:06.758416"], ["updated_at", "2016-10-05 17:39:06.758416"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et magni et maxime nisi consectetur et.\",\"text\":\"Use the multi-byte ADP interface, then you can calculate the multi-byte array!\"}"], ["created_at", "2016-10-05 17:39:06.759280"], ["updated_at", "2016-10-05 17:39:06.759280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ipsam ea.\",\"text\":\"You can't transmit the circuit without parsing the primary GB capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.760147"], ["updated_at", "2016-10-05 17:39:06.760147"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis aut hic.\",\"text\":\"Synthesizing the circuit won't do anything, we need to parse the open-source sql monitor!\"}"], ["created_at", "2016-10-05 17:39:06.761014"], ["updated_at", "2016-10-05 17:39:06.761014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe aspernatur culpa eum illum.\",\"text\":\"Hacking the card won't do anything, we need to parse the open-source sas array!\"}"], ["created_at", "2016-10-05 17:39:06.761893"], ["updated_at", "2016-10-05 17:39:06.761893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt eos dolorem.\",\"text\":\"I'll quantify the optical CSS pixel, that should hard drive the XSS card!\"}"], ["created_at", "2016-10-05 17:39:06.762785"], ["updated_at", "2016-10-05 17:39:06.762785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores in enim.\",\"text\":\"The TCP matrix is down, transmit the wireless capacitor so we can copy the XSS microchip!\"}"], ["created_at", "2016-10-05 17:39:06.763646"], ["updated_at", "2016-10-05 17:39:06.763646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi qui quasi et.\",\"text\":\"We need to connect the online XML matrix!\"}"], ["created_at", "2016-10-05 17:39:06.764491"], ["updated_at", "2016-10-05 17:39:06.764491"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est blanditiis enim nam qui aliquam et eveniet.\",\"text\":\"You can't bypass the bandwidth without compressing the multi-byte AI hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.765359"], ["updated_at", "2016-10-05 17:39:06.765359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam aut earum odio ea similique soluta deleniti.\",\"text\":\"I'll back up the mobile GB matrix, that should alarm the SSL hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.766214"], ["updated_at", "2016-10-05 17:39:06.766214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut eos sunt dolorem sit a quos animi.\",\"text\":\"Use the cross-platform PNG array, then you can index the 1080p port!\"}"], ["created_at", "2016-10-05 17:39:06.767144"], ["updated_at", "2016-10-05 17:39:06.767144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam non inventore repudiandae voluptatum maxime voluptatem.\",\"text\":\"You can't navigate the bus without programming the cross-platform EXE capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.768037"], ["updated_at", "2016-10-05 17:39:06.768037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis qui rem dolores et deleniti culpa.\",\"text\":\"We need to quantify the primary SQL matrix!\"}"], ["created_at", "2016-10-05 17:39:06.768888"], ["updated_at", "2016-10-05 17:39:06.768888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui consequatur sequi quisquam consequatur.\",\"text\":\"I'll reboot the redundant JSON matrix, that should application the HDD array!\"}"], ["created_at", "2016-10-05 17:39:06.769754"], ["updated_at", "2016-10-05 17:39:06.769754"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ex magnam consectetur consequuntur accusantium.\",\"text\":\"The JSON monitor is down, index the redundant protocol so we can program the SSL bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.770695"], ["updated_at", "2016-10-05 17:39:06.770695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem et beatae exercitationem ea.\",\"text\":\"I'll back up the cross-platform AGP driver, that should program the THX matrix!\"}"], ["created_at", "2016-10-05 17:39:06.771800"], ["updated_at", "2016-10-05 17:39:06.771800"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus dolores quisquam commodi fuga.\",\"text\":\"If we copy the bus, we can get to the PNG program through the online COM application!\"}"], ["created_at", "2016-10-05 17:39:06.772769"], ["updated_at", "2016-10-05 17:39:06.772769"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit recusandae sit quae enim et repellendus.\",\"text\":\"Try to connect the IB circuit, maybe it will hack the mobile protocol!\"}"], ["created_at", "2016-10-05 17:39:06.773669"], ["updated_at", "2016-10-05 17:39:06.773669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi dicta facilis quis.\",\"text\":\"Compressing the bandwidth won't do anything, we need to connect the 1080p adp interface!\"}"], ["created_at", "2016-10-05 17:39:06.774588"], ["updated_at", "2016-10-05 17:39:06.774588"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id quis et aperiam accusamus.\",\"text\":\"Try to calculate the RSS panel, maybe it will compress the redundant transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.775459"], ["updated_at", "2016-10-05 17:39:06.775459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda suscipit adipisci non vel.\",\"text\":\"You can't back up the protocol without calculating the haptic TCP program!\"}"], ["created_at", "2016-10-05 17:39:06.776331"], ["updated_at", "2016-10-05 17:39:06.776331"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo et voluptas et tenetur voluptatibus rerum.\",\"text\":\"Try to index the EXE program, maybe it will back up the optical transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.777185"], ["updated_at", "2016-10-05 17:39:06.777185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti ut eum unde id maxime.\",\"text\":\"Try to transmit the AI circuit, maybe it will quantify the wireless application!\"}"], ["created_at", "2016-10-05 17:39:06.778080"], ["updated_at", "2016-10-05 17:39:06.778080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium ullam dignissimos quasi exercitationem nihil sed.\",\"text\":\"The JBOD interface is down, quantify the mobile circuit so we can navigate the GB card!\"}"], ["created_at", "2016-10-05 17:39:06.778997"], ["updated_at", "2016-10-05 17:39:06.778997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil enim animi quasi voluptates et doloremque labore.\",\"text\":\"Use the back-end SMTP sensor, then you can compress the primary driver!\"}"], ["created_at", "2016-10-05 17:39:06.779892"], ["updated_at", "2016-10-05 17:39:06.779892"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui ea dolorem ullam natus iusto.\",\"text\":\"I'll copy the mobile TCP panel, that should bandwidth the SDD monitor!\"}"], ["created_at", "2016-10-05 17:39:06.780856"], ["updated_at", "2016-10-05 17:39:06.780856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis in quisquam.\",\"text\":\"If we connect the panel, we can get to the HTTP feed through the back-end CSS firewall!\"}"], ["created_at", "2016-10-05 17:39:06.781737"], ["updated_at", "2016-10-05 17:39:06.781737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas praesentium quod inventore et.\",\"text\":\"We need to transmit the primary JBOD firewall!\"}"], ["created_at", "2016-10-05 17:39:06.782641"], ["updated_at", "2016-10-05 17:39:06.782641"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id consequatur omnis labore et occaecati.\",\"text\":\"If we connect the matrix, we can get to the SAS card through the virtual HDD program!\"}"], ["created_at", "2016-10-05 17:39:06.783503"], ["updated_at", "2016-10-05 17:39:06.783503"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus laboriosam error voluptas ea odio.\",\"text\":\"You can't transmit the driver without backing up the back-end CSS card!\"}"], ["created_at", "2016-10-05 17:39:06.784402"], ["updated_at", "2016-10-05 17:39:06.784402"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore voluptas ut non sit sapiente rerum.\",\"text\":\"I'll input the digital IB pixel, that should bandwidth the THX feed!\"}"], ["created_at", "2016-10-05 17:39:06.785257"], ["updated_at", "2016-10-05 17:39:06.785257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate rerum autem consequatur eum.\",\"text\":\"The THX array is down, index the back-end system so we can navigate the EXE protocol!\"}"], ["created_at", "2016-10-05 17:39:06.786138"], ["updated_at", "2016-10-05 17:39:06.786138"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis est qui eum repellendus eligendi et accusamus.\",\"text\":\"Hacking the transmitter won't do anything, we need to quantify the cross-platform sas pixel!\"}"], ["created_at", "2016-10-05 17:39:06.787051"], ["updated_at", "2016-10-05 17:39:06.787051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui nam ut quidem suscipit iusto magnam aliquid.\",\"text\":\"The CSS circuit is down, bypass the wireless firewall so we can synthesize the EXE protocol!\"}"], ["created_at", "2016-10-05 17:39:06.787914"], ["updated_at", "2016-10-05 17:39:06.787914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel earum debitis non aut repudiandae optio rerum.\",\"text\":\"Hacking the hard drive won't do anything, we need to synthesize the auxiliary adp firewall!\"}"], ["created_at", "2016-10-05 17:39:06.788795"], ["updated_at", "2016-10-05 17:39:06.788795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis impedit et aspernatur eum hic.\",\"text\":\"If we synthesize the program, we can get to the COM application through the haptic SMTP hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.789667"], ["updated_at", "2016-10-05 17:39:06.789667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit velit voluptatem nesciunt architecto perferendis ea neque.\",\"text\":\"Hacking the port won't do anything, we need to transmit the auxiliary sql monitor!\"}"], ["created_at", "2016-10-05 17:39:06.790556"], ["updated_at", "2016-10-05 17:39:06.790556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum vero dolor neque id aut dolores.\",\"text\":\"I'll override the digital RAM firewall, that should capacitor the RAM hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.791447"], ["updated_at", "2016-10-05 17:39:06.791447"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium rem autem et consequuntur.\",\"text\":\"Try to index the FTP card, maybe it will override the redundant application!\"}"], ["created_at", "2016-10-05 17:39:06.792319"], ["updated_at", "2016-10-05 17:39:06.792319"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt enim voluptates natus eaque.\",\"text\":\"Try to bypass the XSS sensor, maybe it will quantify the mobile panel!\"}"], ["created_at", "2016-10-05 17:39:06.793191"], ["updated_at", "2016-10-05 17:39:06.793191"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore asperiores eum est possimus.\",\"text\":\"You can't calculate the firewall without compressing the digital PNG program!\"}"], ["created_at", "2016-10-05 17:39:06.794042"], ["updated_at", "2016-10-05 17:39:06.794042"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci eos expedita necessitatibus.\",\"text\":\"If we bypass the port, we can get to the XML system through the open-source TCP bus!\"}"], ["created_at", "2016-10-05 17:39:06.794948"], ["updated_at", "2016-10-05 17:39:06.794948"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae eos laborum quasi sint voluptas.\",\"text\":\"I'll input the digital COM application, that should circuit the SQL pixel!\"}"], ["created_at", "2016-10-05 17:39:06.795800"], ["updated_at", "2016-10-05 17:39:06.795800"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem voluptatem voluptatum consequatur quia odit veritatis.\",\"text\":\"We need to input the multi-byte PCI firewall!\"}"], ["created_at", "2016-10-05 17:39:06.796688"], ["updated_at", "2016-10-05 17:39:06.796688"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa eveniet maiores cum.\",\"text\":\"I'll bypass the primary RAM capacitor, that should driver the SAS transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.797546"], ["updated_at", "2016-10-05 17:39:06.797546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea illum sint dolor expedita qui temporibus.\",\"text\":\"We need to program the back-end AI circuit!\"}"], ["created_at", "2016-10-05 17:39:06.798453"], ["updated_at", "2016-10-05 17:39:06.798453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius sint modi.\",\"text\":\"I'll connect the optical XSS system, that should program the SMS hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.799310"], ["updated_at", "2016-10-05 17:39:06.799310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non reprehenderit soluta dolor aliquid suscipit atque sunt.\",\"text\":\"If we reboot the driver, we can get to the SSL port through the bluetooth XSS circuit!\"}"], ["created_at", "2016-10-05 17:39:06.800169"], ["updated_at", "2016-10-05 17:39:06.800169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni molestiae est inventore.\",\"text\":\"Use the mobile USB microchip, then you can copy the auxiliary driver!\"}"], ["created_at", "2016-10-05 17:39:06.801045"], ["updated_at", "2016-10-05 17:39:06.801045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui enim quam.\",\"text\":\"You can't reboot the program without connecting the haptic XML matrix!\"}"], ["created_at", "2016-10-05 17:39:06.801896"], ["updated_at", "2016-10-05 17:39:06.801896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores dolorem tempora exercitationem et.\",\"text\":\"Generating the port won't do anything, we need to program the auxiliary scsi microchip!\"}"], ["created_at", "2016-10-05 17:39:06.802772"], ["updated_at", "2016-10-05 17:39:06.802772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus aut est quis vitae quo ab ducimus.\",\"text\":\"We need to parse the 1080p AGP microchip!\"}"], ["created_at", "2016-10-05 17:39:06.803620"], ["updated_at", "2016-10-05 17:39:06.803620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima similique quis reprehenderit qui.\",\"text\":\"I'll reboot the bluetooth SMTP card, that should monitor the GB capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.804482"], ["updated_at", "2016-10-05 17:39:06.804482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima impedit doloribus.\",\"text\":\"The CSS application is down, calculate the primary capacitor so we can bypass the HDD feed!\"}"], ["created_at", "2016-10-05 17:39:06.805365"], ["updated_at", "2016-10-05 17:39:06.805365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis doloremque ratione.\",\"text\":\"We need to input the redundant JSON bus!\"}"], ["created_at", "2016-10-05 17:39:06.806278"], ["updated_at", "2016-10-05 17:39:06.806278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est magni nemo reprehenderit provident ad labore aliquam.\",\"text\":\"If we index the feed, we can get to the RSS sensor through the wireless SAS alarm!\"}"], ["created_at", "2016-10-05 17:39:06.807157"], ["updated_at", "2016-10-05 17:39:06.807157"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat ut fuga debitis aut mollitia.\",\"text\":\"We need to generate the multi-byte XML protocol!\"}"], ["created_at", "2016-10-05 17:39:06.808073"], ["updated_at", "2016-10-05 17:39:06.808073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut ducimus aut nisi.\",\"text\":\"If we connect the panel, we can get to the SCSI program through the online TCP driver!\"}"], ["created_at", "2016-10-05 17:39:06.808954"], ["updated_at", "2016-10-05 17:39:06.808954"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero occaecati eos officiis voluptatem.\",\"text\":\"The HDD array is down, calculate the optical pixel so we can bypass the SMTP port!\"}"], ["created_at", "2016-10-05 17:39:06.809837"], ["updated_at", "2016-10-05 17:39:06.809837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit odio dicta quaerat sapiente officia.\",\"text\":\"Try to hack the SQL program, maybe it will bypass the online application!\"}"], ["created_at", "2016-10-05 17:39:06.810698"], ["updated_at", "2016-10-05 17:39:06.810698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati inventore nemo.\",\"text\":\"Use the digital SAS monitor, then you can copy the multi-byte microchip!\"}"], ["created_at", "2016-10-05 17:39:06.811546"], ["updated_at", "2016-10-05 17:39:06.811546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro excepturi iure.\",\"text\":\"We need to generate the solid state SSL bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.812410"], ["updated_at", "2016-10-05 17:39:06.812410"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum rem eos doloribus quas earum rerum maiores.\",\"text\":\"Use the digital JSON bandwidth, then you can bypass the optical monitor!\"}"], ["created_at", "2016-10-05 17:39:06.813286"], ["updated_at", "2016-10-05 17:39:06.813286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto occaecati quia quo ut earum in qui.\",\"text\":\"Try to navigate the RSS matrix, maybe it will parse the open-source circuit!\"}"], ["created_at", "2016-10-05 17:39:06.814152"], ["updated_at", "2016-10-05 17:39:06.814152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam veniam eos est non placeat.\",\"text\":\"The HTTP pixel is down, calculate the online program so we can calculate the SAS array!\"}"], ["created_at", "2016-10-05 17:39:06.815036"], ["updated_at", "2016-10-05 17:39:06.815036"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores enim cum ea perspiciatis.\",\"text\":\"If we calculate the system, we can get to the JSON bandwidth through the neural PCI program!\"}"], ["created_at", "2016-10-05 17:39:06.815884"], ["updated_at", "2016-10-05 17:39:06.815884"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum animi inventore pariatur non qui consectetur.\",\"text\":\"The XSS firewall is down, connect the wireless pixel so we can generate the HTTP monitor!\"}"], ["created_at", "2016-10-05 17:39:06.817223"], ["updated_at", "2016-10-05 17:39:06.817223"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum quam sunt expedita inventore cumque libero qui.\",\"text\":\"If we connect the sensor, we can get to the AGP port through the solid state GB transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.818808"], ["updated_at", "2016-10-05 17:39:06.818808"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe magnam dolorem eveniet non est.\",\"text\":\"I'll connect the wireless CSS driver, that should array the GB sensor!\"}"], ["created_at", "2016-10-05 17:39:06.820189"], ["updated_at", "2016-10-05 17:39:06.820189"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam doloribus voluptate ratione ea occaecati.\",\"text\":\"The SAS monitor is down, back up the auxiliary circuit so we can calculate the HTTP program!\"}"], ["created_at", "2016-10-05 17:39:06.821987"], ["updated_at", "2016-10-05 17:39:06.821987"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut aut fugiat earum.\",\"text\":\"The USB panel is down, quantify the multi-byte array so we can copy the RAM program!\"}"], ["created_at", "2016-10-05 17:39:06.824501"], ["updated_at", "2016-10-05 17:39:06.824501"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae ea aut et est perspiciatis.\",\"text\":\"If we transmit the transmitter, we can get to the SAS monitor through the primary JSON capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.828196"], ["updated_at", "2016-10-05 17:39:06.828196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus porro eligendi animi alias dolores.\",\"text\":\"We need to quantify the bluetooth AGP firewall!\"}"], ["created_at", "2016-10-05 17:39:06.829487"], ["updated_at", "2016-10-05 17:39:06.829487"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci iusto nostrum.\",\"text\":\"Try to calculate the JSON hard drive, maybe it will synthesize the primary driver!\"}"], ["created_at", "2016-10-05 17:39:06.830443"], ["updated_at", "2016-10-05 17:39:06.830443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente nulla consequatur.\",\"text\":\"I'll override the back-end RSS protocol, that should transmitter the TCP protocol!\"}"], ["created_at", "2016-10-05 17:39:06.831401"], ["updated_at", "2016-10-05 17:39:06.831401"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet assumenda ut.\",\"text\":\"If we calculate the array, we can get to the XSS panel through the online SQL pixel!\"}"], ["created_at", "2016-10-05 17:39:06.832329"], ["updated_at", "2016-10-05 17:39:06.832329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi rerum aut.\",\"text\":\"I'll index the haptic GB microchip, that should circuit the SQL feed!\"}"], ["created_at", "2016-10-05 17:39:06.833283"], ["updated_at", "2016-10-05 17:39:06.833283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis debitis consequuntur odit perferendis.\",\"text\":\"You can't connect the port without indexing the back-end HTTP driver!\"}"], ["created_at", "2016-10-05 17:39:06.834224"], ["updated_at", "2016-10-05 17:39:06.834224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et nihil eum.\",\"text\":\"Try to copy the HTTP array, maybe it will index the haptic hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.835189"], ["updated_at", "2016-10-05 17:39:06.835189"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed molestias et maiores recusandae illum sit unde.\",\"text\":\"Use the haptic ADP driver, then you can compress the solid state driver!\"}"], ["created_at", "2016-10-05 17:39:06.836136"], ["updated_at", "2016-10-05 17:39:06.836136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur sunt eos.\",\"text\":\"You can't bypass the hard drive without indexing the digital AGP microchip!\"}"], ["created_at", "2016-10-05 17:39:06.837071"], ["updated_at", "2016-10-05 17:39:06.837071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus similique quo atque in vel.\",\"text\":\"Use the back-end JBOD hard drive, then you can reboot the solid state circuit!\"}"], ["created_at", "2016-10-05 17:39:06.838027"], ["updated_at", "2016-10-05 17:39:06.838027"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore architecto non et voluptas ex voluptatibus.\",\"text\":\"If we calculate the firewall, we can get to the JBOD port through the neural CSS firewall!\"}"], ["created_at", "2016-10-05 17:39:06.838975"], ["updated_at", "2016-10-05 17:39:06.838975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et suscipit omnis atque.\",\"text\":\"I'll calculate the 1080p SMTP circuit, that should bus the PNG pixel!\"}"], ["created_at", "2016-10-05 17:39:06.839922"], ["updated_at", "2016-10-05 17:39:06.839922"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora illum cupiditate.\",\"text\":\"Programming the card won't do anything, we need to connect the solid state thx system!\"}"], ["created_at", "2016-10-05 17:39:06.840914"], ["updated_at", "2016-10-05 17:39:06.840914"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa aut voluptas ad enim perferendis.\",\"text\":\"I'll compress the online XML array, that should capacitor the PNG panel!\"}"], ["created_at", "2016-10-05 17:39:06.842025"], ["updated_at", "2016-10-05 17:39:06.842025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam autem iure est.\",\"text\":\"Try to synthesize the SMTP program, maybe it will copy the neural system!\"}"], ["created_at", "2016-10-05 17:39:06.843037"], ["updated_at", "2016-10-05 17:39:06.843037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus iusto omnis.\",\"text\":\"Try to override the JSON system, maybe it will navigate the open-source program!\"}"], ["created_at", "2016-10-05 17:39:06.843990"], ["updated_at", "2016-10-05 17:39:06.843990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum asperiores quisquam.\",\"text\":\"We need to calculate the haptic SDD microchip!\"}"], ["created_at", "2016-10-05 17:39:06.844914"], ["updated_at", "2016-10-05 17:39:06.844914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt recusandae et nostrum quibusdam assumenda.\",\"text\":\"You can't copy the interface without copying the multi-byte PCI circuit!\"}"], ["created_at", "2016-10-05 17:39:06.845839"], ["updated_at", "2016-10-05 17:39:06.845839"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga voluptatem quia.\",\"text\":\"Use the 1080p IB array, then you can compress the optical monitor!\"}"], ["created_at", "2016-10-05 17:39:06.846799"], ["updated_at", "2016-10-05 17:39:06.846799"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque natus aut exercitationem quis.\",\"text\":\"We need to reboot the open-source AGP protocol!\"}"], ["created_at", "2016-10-05 17:39:06.847764"], ["updated_at", "2016-10-05 17:39:06.847764"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A corrupti ex at mollitia ut.\",\"text\":\"We need to hack the haptic SSL monitor!\"}"], ["created_at", "2016-10-05 17:39:06.848737"], ["updated_at", "2016-10-05 17:39:06.848737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis ut repellendus eum non quidem.\",\"text\":\"Use the online JBOD array, then you can back up the neural pixel!\"}"], ["created_at", "2016-10-05 17:39:06.849671"], ["updated_at", "2016-10-05 17:39:06.849671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere a architecto voluptatem repellendus minus.\",\"text\":\"Use the solid state SAS monitor, then you can connect the mobile panel!\"}"], ["created_at", "2016-10-05 17:39:06.850669"], ["updated_at", "2016-10-05 17:39:06.850669"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut ut id rerum in aliquid.\",\"text\":\"Try to input the IB alarm, maybe it will bypass the multi-byte card!\"}"], ["created_at", "2016-10-05 17:39:06.851612"], ["updated_at", "2016-10-05 17:39:06.851612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi perferendis officia ut repellendus sit esse eius.\",\"text\":\"I'll hack the primary IB application, that should bus the RAM transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.852548"], ["updated_at", "2016-10-05 17:39:06.852548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia perferendis reprehenderit.\",\"text\":\"Try to program the USB bus, maybe it will override the 1080p port!\"}"], ["created_at", "2016-10-05 17:39:06.853493"], ["updated_at", "2016-10-05 17:39:06.853493"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut et saepe omnis.\",\"text\":\"I'll parse the redundant XML application, that should monitor the SAS transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.854427"], ["updated_at", "2016-10-05 17:39:06.854427"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non voluptas consequatur.\",\"text\":\"You can't back up the matrix without quantifying the haptic CSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.855384"], ["updated_at", "2016-10-05 17:39:06.855384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod vero quisquam temporibus ad vitae nesciunt qui.\",\"text\":\"I'll hack the multi-byte XSS capacitor, that should circuit the SMTP circuit!\"}"], ["created_at", "2016-10-05 17:39:06.856307"], ["updated_at", "2016-10-05 17:39:06.856307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut similique eum itaque modi amet voluptatem.\",\"text\":\"The RSS hard drive is down, connect the neural program so we can hack the RAM bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.857263"], ["updated_at", "2016-10-05 17:39:06.857263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat odit consectetur omnis autem eaque omnis similique.\",\"text\":\"Use the online USB interface, then you can program the digital application!\"}"], ["created_at", "2016-10-05 17:39:06.858222"], ["updated_at", "2016-10-05 17:39:06.858222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto aliquid et et.\",\"text\":\"I'll back up the virtual FTP hard drive, that should matrix the AGP port!\"}"], ["created_at", "2016-10-05 17:39:06.859149"], ["updated_at", "2016-10-05 17:39:06.859149"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere officia harum magnam.\",\"text\":\"Bypassing the panel won't do anything, we need to input the multi-byte http monitor!\"}"], ["created_at", "2016-10-05 17:39:06.860019"], ["updated_at", "2016-10-05 17:39:06.860019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi quidem maxime et aperiam.\",\"text\":\"We need to parse the 1080p XML protocol!\"}"], ["created_at", "2016-10-05 17:39:06.860911"], ["updated_at", "2016-10-05 17:39:06.860911"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo voluptates ut ut blanditiis voluptas quis error.\",\"text\":\"We need to hack the haptic PCI capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.861800"], ["updated_at", "2016-10-05 17:39:06.861800"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio voluptatum dolorem veniam suscipit.\",\"text\":\"I'll navigate the cross-platform USB application, that should array the SSL array!\"}"], ["created_at", "2016-10-05 17:39:06.862677"], ["updated_at", "2016-10-05 17:39:06.862677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti ipsa non esse officia ab.\",\"text\":\"You can't parse the program without navigating the 1080p XSS array!\"}"], ["created_at", "2016-10-05 17:39:06.863545"], ["updated_at", "2016-10-05 17:39:06.863545"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur magnam omnis dolorem accusamus qui eligendi totam.\",\"text\":\"Try to program the SDD microchip, maybe it will calculate the neural interface!\"}"], ["created_at", "2016-10-05 17:39:06.864450"], ["updated_at", "2016-10-05 17:39:06.864450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis et qui excepturi ut.\",\"text\":\"Try to hack the COM feed, maybe it will back up the 1080p program!\"}"], ["created_at", "2016-10-05 17:39:06.865306"], ["updated_at", "2016-10-05 17:39:06.865306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non aut doloribus aut illo.\",\"text\":\"If we bypass the bandwidth, we can get to the SDD protocol through the haptic THX monitor!\"}"], ["created_at", "2016-10-05 17:39:06.866178"], ["updated_at", "2016-10-05 17:39:06.866178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum magni ipsum dolorem aspernatur dolorum omnis.\",\"text\":\"The PNG matrix is down, parse the primary transmitter so we can transmit the HDD program!\"}"], ["created_at", "2016-10-05 17:39:06.867044"], ["updated_at", "2016-10-05 17:39:06.867044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis illo aut explicabo quas.\",\"text\":\"You can't generate the capacitor without navigating the wireless GB sensor!\"}"], ["created_at", "2016-10-05 17:39:06.867931"], ["updated_at", "2016-10-05 17:39:06.867931"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui facere commodi in.\",\"text\":\"I'll reboot the mobile SAS application, that should system the RSS circuit!\"}"], ["created_at", "2016-10-05 17:39:06.868808"], ["updated_at", "2016-10-05 17:39:06.868808"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id qui distinctio soluta nam deleniti nisi.\",\"text\":\"If we hack the matrix, we can get to the GB panel through the redundant CSS sensor!\"}"], ["created_at", "2016-10-05 17:39:06.869707"], ["updated_at", "2016-10-05 17:39:06.869707"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae unde et facere.\",\"text\":\"If we compress the transmitter, we can get to the FTP matrix through the optical XSS matrix!\"}"], ["created_at", "2016-10-05 17:39:06.870591"], ["updated_at", "2016-10-05 17:39:06.870591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt perferendis qui.\",\"text\":\"We need to bypass the cross-platform HDD matrix!\"}"], ["created_at", "2016-10-05 17:39:06.871440"], ["updated_at", "2016-10-05 17:39:06.871440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat repellat officia quia est distinctio quisquam.\",\"text\":\"I'll index the primary SMS bus, that should pixel the SQL pixel!\"}"], ["created_at", "2016-10-05 17:39:06.872311"], ["updated_at", "2016-10-05 17:39:06.872311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum facilis ducimus quae quam.\",\"text\":\"Compressing the sensor won't do anything, we need to navigate the haptic usb feed!\"}"], ["created_at", "2016-10-05 17:39:06.873184"], ["updated_at", "2016-10-05 17:39:06.873184"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et autem aut voluptatem quidem consequatur dolorem.\",\"text\":\"We need to synthesize the multi-byte COM sensor!\"}"], ["created_at", "2016-10-05 17:39:06.874036"], ["updated_at", "2016-10-05 17:39:06.874036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis quis quod rerum veniam voluptates voluptatem nulla.\",\"text\":\"I'll generate the open-source ADP monitor, that should port the COM application!\"}"], ["created_at", "2016-10-05 17:39:06.874938"], ["updated_at", "2016-10-05 17:39:06.874938"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint autem ut sit et.\",\"text\":\"Try to calculate the JBOD sensor, maybe it will copy the haptic transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.875817"], ["updated_at", "2016-10-05 17:39:06.875817"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut exercitationem voluptates.\",\"text\":\"Use the back-end RAM system, then you can index the wireless feed!\"}"], ["created_at", "2016-10-05 17:39:06.876747"], ["updated_at", "2016-10-05 17:39:06.876747"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quia nesciunt alias voluptas officia veniam.\",\"text\":\"The XML matrix is down, compress the bluetooth microchip so we can program the IB firewall!\"}"], ["created_at", "2016-10-05 17:39:06.877652"], ["updated_at", "2016-10-05 17:39:06.877652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis porro et mollitia fugiat nobis numquam neque.\",\"text\":\"Try to hack the ADP system, maybe it will copy the back-end application!\"}"], ["created_at", "2016-10-05 17:39:06.878523"], ["updated_at", "2016-10-05 17:39:06.878523"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi ut possimus velit rem excepturi eum maiores.\",\"text\":\"If we compress the alarm, we can get to the SQL program through the digital SQL hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.879390"], ["updated_at", "2016-10-05 17:39:06.879390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus fugiat voluptatibus magnam.\",\"text\":\"The PNG pixel is down, bypass the cross-platform matrix so we can copy the RSS array!\"}"], ["created_at", "2016-10-05 17:39:06.880245"], ["updated_at", "2016-10-05 17:39:06.880245"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et reiciendis doloremque facilis consectetur deserunt ab alias.\",\"text\":\"You can't compress the bus without generating the optical RAM capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.881118"], ["updated_at", "2016-10-05 17:39:06.881118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus ut et omnis.\",\"text\":\"You can't index the bandwidth without connecting the multi-byte SAS port!\"}"], ["created_at", "2016-10-05 17:39:06.881983"], ["updated_at", "2016-10-05 17:39:06.881983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed quam sit voluptatum quia vero facilis.\",\"text\":\"Compressing the firewall won't do anything, we need to copy the cross-platform css microchip!\"}"], ["created_at", "2016-10-05 17:39:06.882970"], ["updated_at", "2016-10-05 17:39:06.882970"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem voluptatem qui magnam.\",\"text\":\"Bypassing the interface won't do anything, we need to copy the auxiliary com sensor!\"}"], ["created_at", "2016-10-05 17:39:06.883874"], ["updated_at", "2016-10-05 17:39:06.883874"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut tenetur fugiat eos voluptatum nisi suscipit et.\",\"text\":\"The ADP card is down, index the online alarm so we can reboot the SCSI system!\"}"], ["created_at", "2016-10-05 17:39:06.884773"], ["updated_at", "2016-10-05 17:39:06.884773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores sunt omnis praesentium cumque in animi.\",\"text\":\"Synthesizing the interface won't do anything, we need to synthesize the solid state sdd capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.885626"], ["updated_at", "2016-10-05 17:39:06.885626"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis velit sit recusandae laborum tempora vitae.\",\"text\":\"I'll bypass the open-source GB bandwidth, that should microchip the JBOD port!\"}"], ["created_at", "2016-10-05 17:39:06.886542"], ["updated_at", "2016-10-05 17:39:06.886542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et consequatur consectetur voluptas qui ut.\",\"text\":\"Try to synthesize the CSS monitor, maybe it will quantify the haptic matrix!\"}"], ["created_at", "2016-10-05 17:39:06.887405"], ["updated_at", "2016-10-05 17:39:06.887405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi pariatur sint excepturi saepe debitis et.\",\"text\":\"I'll transmit the back-end USB application, that should program the SQL feed!\"}"], ["created_at", "2016-10-05 17:39:06.888276"], ["updated_at", "2016-10-05 17:39:06.888276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit quia dolorum quam.\",\"text\":\"We need to input the optical SCSI matrix!\"}"], ["created_at", "2016-10-05 17:39:06.889127"], ["updated_at", "2016-10-05 17:39:06.889127"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam reprehenderit ducimus aut et.\",\"text\":\"I'll parse the auxiliary PCI program, that should feed the HTTP array!\"}"], ["created_at", "2016-10-05 17:39:06.889989"], ["updated_at", "2016-10-05 17:39:06.889989"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci deserunt excepturi in rerum.\",\"text\":\"Use the mobile PNG application, then you can navigate the neural hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.890892"], ["updated_at", "2016-10-05 17:39:06.890892"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis quos veritatis nisi dignissimos.\",\"text\":\"If we generate the hard drive, we can get to the TCP circuit through the solid state SSL circuit!\"}"], ["created_at", "2016-10-05 17:39:06.891792"], ["updated_at", "2016-10-05 17:39:06.891792"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur perspiciatis qui.\",\"text\":\"I'll hack the back-end PNG firewall, that should application the CSS feed!\"}"], ["created_at", "2016-10-05 17:39:06.892711"], ["updated_at", "2016-10-05 17:39:06.892711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla architecto quo dolor consequuntur labore quas nihil.\",\"text\":\"If we compress the capacitor, we can get to the AGP port through the haptic SAS monitor!\"}"], ["created_at", "2016-10-05 17:39:06.893561"], ["updated_at", "2016-10-05 17:39:06.893561"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati saepe culpa mollitia repudiandae qui.\",\"text\":\"Indexing the bus won't do anything, we need to input the multi-byte adp bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.894472"], ["updated_at", "2016-10-05 17:39:06.894472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut labore architecto sed facere reprehenderit repellat.\",\"text\":\"Try to back up the IB capacitor, maybe it will generate the auxiliary monitor!\"}"], ["created_at", "2016-10-05 17:39:06.895353"], ["updated_at", "2016-10-05 17:39:06.895353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum laudantium veritatis ea officia.\",\"text\":\"You can't transmit the card without compressing the online CSS circuit!\"}"], ["created_at", "2016-10-05 17:39:06.896220"], ["updated_at", "2016-10-05 17:39:06.896220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis non facilis aut cum.\",\"text\":\"Use the cross-platform GB microchip, then you can connect the virtual alarm!\"}"], ["created_at", "2016-10-05 17:39:06.897126"], ["updated_at", "2016-10-05 17:39:06.897126"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur ut eveniet esse aut dolor.\",\"text\":\"We need to generate the online SQL circuit!\"}"], ["created_at", "2016-10-05 17:39:06.897981"], ["updated_at", "2016-10-05 17:39:06.897981"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem facilis voluptatum esse magnam non ipsum eos.\",\"text\":\"Transmitting the alarm won't do anything, we need to connect the primary tcp panel!\"}"], ["created_at", "2016-10-05 17:39:06.898897"], ["updated_at", "2016-10-05 17:39:06.898897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam qui vel aspernatur qui.\",\"text\":\"Calculating the card won't do anything, we need to override the mobile smtp application!\"}"], ["created_at", "2016-10-05 17:39:06.899762"], ["updated_at", "2016-10-05 17:39:06.899762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae voluptatibus itaque qui.\",\"text\":\"Try to compress the AGP protocol, maybe it will quantify the redundant sensor!\"}"], ["created_at", "2016-10-05 17:39:06.900631"], ["updated_at", "2016-10-05 17:39:06.900631"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut ipsa sed.\",\"text\":\"Connecting the matrix won't do anything, we need to override the primary pci alarm!\"}"], ["created_at", "2016-10-05 17:39:06.901492"], ["updated_at", "2016-10-05 17:39:06.901492"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui itaque aspernatur reprehenderit natus iste excepturi dolor.\",\"text\":\"Use the redundant AI transmitter, then you can copy the digital interface!\"}"], ["created_at", "2016-10-05 17:39:06.902409"], ["updated_at", "2016-10-05 17:39:06.902409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias rerum est sed harum.\",\"text\":\"Use the mobile SAS circuit, then you can navigate the online system!\"}"], ["created_at", "2016-10-05 17:39:06.903276"], ["updated_at", "2016-10-05 17:39:06.903276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur libero numquam sunt adipisci eveniet voluptatem.\",\"text\":\"I'll bypass the solid state AI array, that should firewall the CSS monitor!\"}"], ["created_at", "2016-10-05 17:39:06.904152"], ["updated_at", "2016-10-05 17:39:06.904152"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam voluptatem autem necessitatibus reprehenderit.\",\"text\":\"The THX feed is down, index the virtual card so we can compress the SSL protocol!\"}"], ["created_at", "2016-10-05 17:39:06.905006"], ["updated_at", "2016-10-05 17:39:06.905006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit ipsam rem est maxime.\",\"text\":\"Navigating the bandwidth won't do anything, we need to bypass the auxiliary com microchip!\"}"], ["created_at", "2016-10-05 17:39:06.905879"], ["updated_at", "2016-10-05 17:39:06.905879"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt eum velit ut.\",\"text\":\"Try to program the USB port, maybe it will quantify the primary microchip!\"}"], ["created_at", "2016-10-05 17:39:06.906736"], ["updated_at", "2016-10-05 17:39:06.906736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum animi assumenda voluptatem.\",\"text\":\"The FTP port is down, index the redundant matrix so we can generate the FTP monitor!\"}"], ["created_at", "2016-10-05 17:39:06.907615"], ["updated_at", "2016-10-05 17:39:06.907615"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed rem praesentium maiores.\",\"text\":\"The JBOD bandwidth is down, index the bluetooth firewall so we can bypass the THX card!\"}"], ["created_at", "2016-10-05 17:39:06.908500"], ["updated_at", "2016-10-05 17:39:06.908500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis ratione aliquam qui.\",\"text\":\"We need to bypass the mobile HTTP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.909406"], ["updated_at", "2016-10-05 17:39:06.909406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe nesciunt corporis.\",\"text\":\"I'll compress the primary PCI transmitter, that should protocol the SMTP driver!\"}"], ["created_at", "2016-10-05 17:39:06.910258"], ["updated_at", "2016-10-05 17:39:06.910258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti quo sed excepturi dolor saepe.\",\"text\":\"Use the optical RSS program, then you can program the auxiliary interface!\"}"], ["created_at", "2016-10-05 17:39:06.911187"], ["updated_at", "2016-10-05 17:39:06.911187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum aspernatur et est consequatur nesciunt aliquam.\",\"text\":\"The RSS monitor is down, synthesize the bluetooth interface so we can hack the THX pixel!\"}"], ["created_at", "2016-10-05 17:39:06.912058"], ["updated_at", "2016-10-05 17:39:06.912058"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et laudantium fugiat quo enim repellendus dolores.\",\"text\":\"The XSS microchip is down, navigate the haptic hard drive so we can index the SQL application!\"}"], ["created_at", "2016-10-05 17:39:06.912922"], ["updated_at", "2016-10-05 17:39:06.912922"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A aperiam doloribus.\",\"text\":\"If we index the bus, we can get to the SDD system through the haptic EXE port!\"}"], ["created_at", "2016-10-05 17:39:06.913798"], ["updated_at", "2016-10-05 17:39:06.913798"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis reprehenderit deserunt ut voluptas.\",\"text\":\"You can't copy the panel without programming the neural SQL sensor!\"}"], ["created_at", "2016-10-05 17:39:06.914661"], ["updated_at", "2016-10-05 17:39:06.914661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores incidunt dolore recusandae ipsa.\",\"text\":\"Generating the pixel won't do anything, we need to navigate the 1080p gb matrix!\"}"], ["created_at", "2016-10-05 17:39:06.915529"], ["updated_at", "2016-10-05 17:39:06.915529"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus nemo numquam vero.\",\"text\":\"Transmitting the capacitor won't do anything, we need to compress the haptic rss array!\"}"], ["created_at", "2016-10-05 17:39:06.916396"], ["updated_at", "2016-10-05 17:39:06.916396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia voluptatem ratione quos molestiae vero id.\",\"text\":\"Use the open-source USB port, then you can reboot the bluetooth hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.917262"], ["updated_at", "2016-10-05 17:39:06.917262"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim suscipit repellendus.\",\"text\":\"The COM driver is down, override the open-source card so we can bypass the FTP bus!\"}"], ["created_at", "2016-10-05 17:39:06.918144"], ["updated_at", "2016-10-05 17:39:06.918144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia et aspernatur dolor architecto itaque cum.\",\"text\":\"We need to navigate the primary SMTP interface!\"}"], ["created_at", "2016-10-05 17:39:06.919022"], ["updated_at", "2016-10-05 17:39:06.919022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem nam nihil accusamus impedit.\",\"text\":\"Try to back up the USB interface, maybe it will transmit the wireless driver!\"}"], ["created_at", "2016-10-05 17:39:06.919876"], ["updated_at", "2016-10-05 17:39:06.919876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et deleniti repellat libero quibusdam non.\",\"text\":\"The RAM feed is down, connect the 1080p system so we can quantify the HTTP system!\"}"], ["created_at", "2016-10-05 17:39:06.920744"], ["updated_at", "2016-10-05 17:39:06.920744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci necessitatibus voluptatem dolorum quo aut velit fuga.\",\"text\":\"Try to compress the PNG card, maybe it will back up the multi-byte port!\"}"], ["created_at", "2016-10-05 17:39:06.921608"], ["updated_at", "2016-10-05 17:39:06.921608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque reiciendis id error et et nemo.\",\"text\":\"You can't transmit the transmitter without synthesizing the virtual HTTP system!\"}"], ["created_at", "2016-10-05 17:39:06.922493"], ["updated_at", "2016-10-05 17:39:06.922493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi saepe doloribus autem.\",\"text\":\"You can't override the bandwidth without compressing the virtual SMTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.923347"], ["updated_at", "2016-10-05 17:39:06.923347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima earum et cumque numquam accusantium ratione.\",\"text\":\"I'll connect the open-source XML matrix, that should hard drive the SMTP hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.924222"], ["updated_at", "2016-10-05 17:39:06.924222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non ex laborum et blanditiis porro corrupti excepturi.\",\"text\":\"The USB alarm is down, quantify the mobile protocol so we can connect the XSS microchip!\"}"], ["created_at", "2016-10-05 17:39:06.925118"], ["updated_at", "2016-10-05 17:39:06.925118"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque voluptates molestiae cupiditate quia dolorem doloribus harum.\",\"text\":\"Use the mobile CSS card, then you can bypass the wireless pixel!\"}"], ["created_at", "2016-10-05 17:39:06.925980"], ["updated_at", "2016-10-05 17:39:06.925980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas autem ea odit earum.\",\"text\":\"You can't hack the hard drive without bypassing the 1080p TCP feed!\"}"], ["created_at", "2016-10-05 17:39:06.926862"], ["updated_at", "2016-10-05 17:39:06.926862"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis vel eius recusandae.\",\"text\":\"We need to override the optical JSON bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.927708"], ["updated_at", "2016-10-05 17:39:06.927708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium qui id.\",\"text\":\"The RAM hard drive is down, input the multi-byte interface so we can synthesize the EXE microchip!\"}"], ["created_at", "2016-10-05 17:39:06.928580"], ["updated_at", "2016-10-05 17:39:06.928580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut qui ut aperiam.\",\"text\":\"If we bypass the card, we can get to the RSS monitor through the primary PCI microchip!\"}"], ["created_at", "2016-10-05 17:39:06.929438"], ["updated_at", "2016-10-05 17:39:06.929438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At esse quis.\",\"text\":\"Use the optical HTTP card, then you can navigate the back-end sensor!\"}"], ["created_at", "2016-10-05 17:39:06.930344"], ["updated_at", "2016-10-05 17:39:06.930344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis voluptas impedit.\",\"text\":\"Try to back up the HDD monitor, maybe it will calculate the redundant application!\"}"], ["created_at", "2016-10-05 17:39:06.931202"], ["updated_at", "2016-10-05 17:39:06.931202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et nobis veritatis.\",\"text\":\"We need to synthesize the solid state SMS bus!\"}"], ["created_at", "2016-10-05 17:39:06.932051"], ["updated_at", "2016-10-05 17:39:06.932051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus quia assumenda eius.\",\"text\":\"If we calculate the bandwidth, we can get to the SAS system through the wireless ADP capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.932925"], ["updated_at", "2016-10-05 17:39:06.932925"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem id neque iusto aut repellat quia.\",\"text\":\"The SQL feed is down, quantify the solid state microchip so we can reboot the USB card!\"}"], ["created_at", "2016-10-05 17:39:06.933784"], ["updated_at", "2016-10-05 17:39:06.933784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate unde ad dolore est beatae.\",\"text\":\"The JSON driver is down, index the auxiliary circuit so we can bypass the RAM panel!\"}"], ["created_at", "2016-10-05 17:39:06.934679"], ["updated_at", "2016-10-05 17:39:06.934679"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui veritatis optio nesciunt.\",\"text\":\"I'll compress the haptic RAM matrix, that should system the SMS program!\"}"], ["created_at", "2016-10-05 17:39:06.935560"], ["updated_at", "2016-10-05 17:39:06.935560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime et omnis aut consequatur ab.\",\"text\":\"Try to transmit the HDD application, maybe it will override the solid state card!\"}"], ["created_at", "2016-10-05 17:39:06.936429"], ["updated_at", "2016-10-05 17:39:06.936429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus laborum saepe qui.\",\"text\":\"You can't calculate the panel without connecting the wireless EXE microchip!\"}"], ["created_at", "2016-10-05 17:39:06.937316"], ["updated_at", "2016-10-05 17:39:06.937316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas velit quisquam occaecati.\",\"text\":\"If we quantify the sensor, we can get to the HTTP system through the haptic SMS interface!\"}"], ["created_at", "2016-10-05 17:39:06.938184"], ["updated_at", "2016-10-05 17:39:06.938184"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta magnam voluptate cupiditate officia ipsa laborum omnis.\",\"text\":\"Use the wireless SMS bandwidth, then you can index the bluetooth monitor!\"}"], ["created_at", "2016-10-05 17:39:06.939092"], ["updated_at", "2016-10-05 17:39:06.939092"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet aliquid earum quo sunt vero.\",\"text\":\"If we index the alarm, we can get to the GB application through the multi-byte PNG program!\"}"], ["created_at", "2016-10-05 17:39:06.939944"], ["updated_at", "2016-10-05 17:39:06.939944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est veniam neque ut similique et nihil.\",\"text\":\"The HDD card is down, program the cross-platform firewall so we can connect the HTTP bus!\"}"], ["created_at", "2016-10-05 17:39:06.940852"], ["updated_at", "2016-10-05 17:39:06.940852"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis molestiae sunt unde qui excepturi et quaerat.\",\"text\":\"We need to hack the redundant PNG bus!\"}"], ["created_at", "2016-10-05 17:39:06.941714"], ["updated_at", "2016-10-05 17:39:06.941714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia quos tempora vel natus tenetur nobis temporibus.\",\"text\":\"We need to reboot the back-end RAM bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.942616"], ["updated_at", "2016-10-05 17:39:06.942616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio fugit dolorem eveniet corporis cum eligendi.\",\"text\":\"Backing up the port won't do anything, we need to parse the primary sas driver!\"}"], ["created_at", "2016-10-05 17:39:06.943473"], ["updated_at", "2016-10-05 17:39:06.943473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga id eos quod dolorum expedita.\",\"text\":\"You can't reboot the driver without transmitting the open-source SCSI pixel!\"}"], ["created_at", "2016-10-05 17:39:06.944345"], ["updated_at", "2016-10-05 17:39:06.944345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam omnis sint.\",\"text\":\"I'll bypass the online THX port, that should application the AI feed!\"}"], ["created_at", "2016-10-05 17:39:06.945203"], ["updated_at", "2016-10-05 17:39:06.945203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In incidunt earum dolorem magni molestiae maiores vero.\",\"text\":\"If we index the feed, we can get to the PCI port through the virtual JSON interface!\"}"], ["created_at", "2016-10-05 17:39:06.946056"], ["updated_at", "2016-10-05 17:39:06.946056"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit maxime inventore earum.\",\"text\":\"I'll hack the 1080p IB protocol, that should sensor the ADP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.946957"], ["updated_at", "2016-10-05 17:39:06.946957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque est expedita dolorum et reprehenderit numquam sequi.\",\"text\":\"Use the online AI driver, then you can program the wireless firewall!\"}"], ["created_at", "2016-10-05 17:39:06.947854"], ["updated_at", "2016-10-05 17:39:06.947854"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum ratione excepturi.\",\"text\":\"Use the back-end GB port, then you can index the back-end program!\"}"], ["created_at", "2016-10-05 17:39:06.948803"], ["updated_at", "2016-10-05 17:39:06.948803"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel dignissimos dolorem illo quam.\",\"text\":\"The USB hard drive is down, calculate the multi-byte transmitter so we can parse the THX driver!\"}"], ["created_at", "2016-10-05 17:39:06.949663"], ["updated_at", "2016-10-05 17:39:06.949663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A quia ut corporis in eos laboriosam officia.\",\"text\":\"The FTP microchip is down, index the mobile bus so we can parse the SCSI array!\"}"], ["created_at", "2016-10-05 17:39:06.950607"], ["updated_at", "2016-10-05 17:39:06.950607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est dolores commodi nesciunt occaecati consequuntur ipsam.\",\"text\":\"If we index the hard drive, we can get to the IB card through the auxiliary USB microchip!\"}"], ["created_at", "2016-10-05 17:39:06.951478"], ["updated_at", "2016-10-05 17:39:06.951478"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque nam vitae.\",\"text\":\"We need to connect the bluetooth ADP port!\"}"], ["created_at", "2016-10-05 17:39:06.952347"], ["updated_at", "2016-10-05 17:39:06.952347"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt cum ipsam et aut beatae sequi ut.\",\"text\":\"Try to compress the GB protocol, maybe it will synthesize the redundant interface!\"}"], ["created_at", "2016-10-05 17:39:06.953197"], ["updated_at", "2016-10-05 17:39:06.953197"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia dolores vel eos.\",\"text\":\"Generating the sensor won't do anything, we need to override the haptic css port!\"}"], ["created_at", "2016-10-05 17:39:06.954073"], ["updated_at", "2016-10-05 17:39:06.954073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores harum qui ea vero numquam eaque.\",\"text\":\"If we quantify the system, we can get to the ADP alarm through the bluetooth COM bus!\"}"], ["created_at", "2016-10-05 17:39:06.954965"], ["updated_at", "2016-10-05 17:39:06.954965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam debitis eaque laborum enim placeat.\",\"text\":\"Use the virtual JSON driver, then you can parse the cross-platform protocol!\"}"], ["created_at", "2016-10-05 17:39:06.955839"], ["updated_at", "2016-10-05 17:39:06.955839"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est sint nostrum aliquid minus voluptas.\",\"text\":\"Use the open-source PCI port, then you can hack the online bus!\"}"], ["created_at", "2016-10-05 17:39:06.956711"], ["updated_at", "2016-10-05 17:39:06.956711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias voluptates rem incidunt.\",\"text\":\"The RAM driver is down, synthesize the bluetooth interface so we can reboot the EXE application!\"}"], ["created_at", "2016-10-05 17:39:06.957575"], ["updated_at", "2016-10-05 17:39:06.957575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor rerum odit aliquam.\",\"text\":\"The JSON microchip is down, index the redundant alarm so we can reboot the XSS firewall!\"}"], ["created_at", "2016-10-05 17:39:06.958466"], ["updated_at", "2016-10-05 17:39:06.958466"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi aspernatur quod architecto animi odit totam.\",\"text\":\"The XSS protocol is down, navigate the cross-platform panel so we can generate the SCSI feed!\"}"], ["created_at", "2016-10-05 17:39:06.959341"], ["updated_at", "2016-10-05 17:39:06.959341"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque aliquid sit ipsa distinctio rerum delectus.\",\"text\":\"You can't index the application without synthesizing the neural RAM driver!\"}"], ["created_at", "2016-10-05 17:39:06.960217"], ["updated_at", "2016-10-05 17:39:06.960217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam rerum molestiae consequuntur incidunt labore nihil possimus.\",\"text\":\"Try to index the ADP alarm, maybe it will quantify the cross-platform firewall!\"}"], ["created_at", "2016-10-05 17:39:06.961068"], ["updated_at", "2016-10-05 17:39:06.961068"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis est sunt rerum omnis labore ipsum rerum.\",\"text\":\"I'll generate the back-end PNG capacitor, that should interface the JBOD firewall!\"}"], ["created_at", "2016-10-05 17:39:06.961942"], ["updated_at", "2016-10-05 17:39:06.961942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia commodi alias quia.\",\"text\":\"We need to compress the back-end PCI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.962850"], ["updated_at", "2016-10-05 17:39:06.962850"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non quidem quo amet doloribus distinctio voluptates.\",\"text\":\"The ADP matrix is down, transmit the online alarm so we can parse the XSS application!\"}"], ["created_at", "2016-10-05 17:39:06.963699"], ["updated_at", "2016-10-05 17:39:06.963699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id deserunt et labore sequi eius.\",\"text\":\"Transmitting the array won't do anything, we need to back up the solid state tcp system!\"}"], ["created_at", "2016-10-05 17:39:06.964568"], ["updated_at", "2016-10-05 17:39:06.964568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi exercitationem mollitia animi.\",\"text\":\"I'll hack the cross-platform RAM microchip, that should circuit the SCSI application!\"}"], ["created_at", "2016-10-05 17:39:06.965430"], ["updated_at", "2016-10-05 17:39:06.965430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur ut atque.\",\"text\":\"Navigating the microchip won't do anything, we need to parse the 1080p thx pixel!\"}"], ["created_at", "2016-10-05 17:39:06.966346"], ["updated_at", "2016-10-05 17:39:06.966346"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam ad commodi.\",\"text\":\"Try to override the RSS panel, maybe it will index the digital application!\"}"], ["created_at", "2016-10-05 17:39:06.967216"], ["updated_at", "2016-10-05 17:39:06.967216"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita natus pariatur modi laboriosam amet.\",\"text\":\"You can't synthesize the capacitor without backing up the virtual CSS card!\"}"], ["created_at", "2016-10-05 17:39:06.968106"], ["updated_at", "2016-10-05 17:39:06.968106"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit voluptatibus debitis ut est.\",\"text\":\"The JSON transmitter is down, back up the optical microchip so we can quantify the ADP card!\"}"], ["created_at", "2016-10-05 17:39:06.968985"], ["updated_at", "2016-10-05 17:39:06.968985"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo quas provident eveniet iure.\",\"text\":\"You can't program the monitor without connecting the redundant JSON sensor!\"}"], ["created_at", "2016-10-05 17:39:06.969835"], ["updated_at", "2016-10-05 17:39:06.969835"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas quis assumenda cumque nihil nisi.\",\"text\":\"The TCP monitor is down, generate the online circuit so we can navigate the JSON array!\"}"], ["created_at", "2016-10-05 17:39:06.970787"], ["updated_at", "2016-10-05 17:39:06.970787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit et aliquam eos.\",\"text\":\"Parsing the bus won't do anything, we need to navigate the multi-byte ram hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.971885"], ["updated_at", "2016-10-05 17:39:06.971885"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo voluptatem sunt corporis eaque.\",\"text\":\"Try to program the GB card, maybe it will generate the redundant array!\"}"], ["created_at", "2016-10-05 17:39:06.972823"], ["updated_at", "2016-10-05 17:39:06.972823"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione autem explicabo sint esse asperiores quia.\",\"text\":\"You can't quantify the driver without transmitting the optical SAS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:06.973677"], ["updated_at", "2016-10-05 17:39:06.973677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti dignissimos et quae sit.\",\"text\":\"We need to reboot the haptic ADP alarm!\"}"], ["created_at", "2016-10-05 17:39:06.974609"], ["updated_at", "2016-10-05 17:39:06.974609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint nostrum temporibus dolorem.\",\"text\":\"If we hack the circuit, we can get to the FTP feed through the haptic AI hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.975474"], ["updated_at", "2016-10-05 17:39:06.975474"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem delectus odit omnis iusto accusantium reprehenderit nulla.\",\"text\":\"The ADP capacitor is down, copy the primary bus so we can reboot the XML application!\"}"], ["created_at", "2016-10-05 17:39:06.976341"], ["updated_at", "2016-10-05 17:39:06.976341"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident autem et.\",\"text\":\"Use the mobile ADP matrix, then you can hack the redundant program!\"}"], ["created_at", "2016-10-05 17:39:06.977200"], ["updated_at", "2016-10-05 17:39:06.977200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam maxime exercitationem est odio inventore amet ipsam.\",\"text\":\"You can't index the protocol without parsing the 1080p JSON pixel!\"}"], ["created_at", "2016-10-05 17:39:06.978061"], ["updated_at", "2016-10-05 17:39:06.978061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem et quibusdam aspernatur.\",\"text\":\"The SDD interface is down, hack the auxiliary pixel so we can index the JBOD hard drive!\"}"], ["created_at", "2016-10-05 17:39:06.978951"], ["updated_at", "2016-10-05 17:39:06.978951"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur odio atque porro qui.\",\"text\":\"We need to calculate the auxiliary SMTP alarm!\"}"], ["created_at", "2016-10-05 17:39:06.979818"], ["updated_at", "2016-10-05 17:39:06.979818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias porro asperiores animi culpa repellat molestiae qui.\",\"text\":\"We need to index the digital HDD application!\"}"], ["created_at", "2016-10-05 17:39:06.980695"], ["updated_at", "2016-10-05 17:39:06.980695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste esse enim corrupti sed non ipsa.\",\"text\":\"Try to back up the SDD transmitter, maybe it will connect the wireless matrix!\"}"], ["created_at", "2016-10-05 17:39:06.981564"], ["updated_at", "2016-10-05 17:39:06.981564"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae cumque distinctio eos et.\",\"text\":\"Try to reboot the SSL matrix, maybe it will reboot the 1080p bus!\"}"], ["created_at", "2016-10-05 17:39:06.982442"], ["updated_at", "2016-10-05 17:39:06.982442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium dolores blanditiis laborum rem itaque.\",\"text\":\"The HDD firewall is down, calculate the neural program so we can bypass the GB transmitter!\"}"], ["created_at", "2016-10-05 17:39:06.983350"], ["updated_at", "2016-10-05 17:39:06.983350"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis quaerat sit soluta culpa.\",\"text\":\"The JSON sensor is down, index the haptic program so we can quantify the XML port!\"}"], ["created_at", "2016-10-05 17:39:06.984317"], ["updated_at", "2016-10-05 17:39:06.984317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt dicta ipsam.\",\"text\":\"Try to parse the COM program, maybe it will copy the 1080p capacitor!\"}"], ["created_at", "2016-10-05 17:39:06.985216"], ["updated_at", "2016-10-05 17:39:06.985216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus ut repudiandae.\",\"text\":\"Try to compress the SQL alarm, maybe it will synthesize the wireless program!\"}"], ["created_at", "2016-10-05 17:39:06.986096"], ["updated_at", "2016-10-05 17:39:06.986096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque quaerat cumque commodi earum.\",\"text\":\"The XML alarm is down, override the 1080p transmitter so we can navigate the ADP bus!\"}"], ["created_at", "2016-10-05 17:39:06.986998"], ["updated_at", "2016-10-05 17:39:06.986998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati et iste exercitationem.\",\"text\":\"If we index the array, we can get to the RAM array through the back-end HDD array!\"}"], ["created_at", "2016-10-05 17:39:06.987886"], ["updated_at", "2016-10-05 17:39:06.987886"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta veniam aut iusto.\",\"text\":\"Use the auxiliary AGP hard drive, then you can connect the open-source card!\"}"], ["created_at", "2016-10-05 17:39:06.988759"], ["updated_at", "2016-10-05 17:39:06.988759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ut excepturi dolorem impedit.\",\"text\":\"Use the cross-platform SAS program, then you can parse the mobile card!\"}"], ["created_at", "2016-10-05 17:39:06.989636"], ["updated_at", "2016-10-05 17:39:06.989636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas ipsa natus.\",\"text\":\"Bypassing the application won't do anything, we need to input the neural usb bus!\"}"], ["created_at", "2016-10-05 17:39:06.990552"], ["updated_at", "2016-10-05 17:39:06.990552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt iste ad ex.\",\"text\":\"Bypassing the transmitter won't do anything, we need to program the bluetooth com monitor!\"}"], ["created_at", "2016-10-05 17:39:06.991459"], ["updated_at", "2016-10-05 17:39:06.991459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo voluptatem maxime.\",\"text\":\"Navigating the matrix won't do anything, we need to reboot the neural rss interface!\"}"], ["created_at", "2016-10-05 17:39:06.992365"], ["updated_at", "2016-10-05 17:39:06.992365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis asperiores est.\",\"text\":\"You can't index the pixel without connecting the optical SMTP panel!\"}"], ["created_at", "2016-10-05 17:39:06.993235"], ["updated_at", "2016-10-05 17:39:06.993235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus adipisci qui iure sit.\",\"text\":\"Try to hack the SMS sensor, maybe it will reboot the wireless program!\"}"], ["created_at", "2016-10-05 17:39:06.994135"], ["updated_at", "2016-10-05 17:39:06.994135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni consectetur eius et impedit.\",\"text\":\"We need to index the 1080p SQL pixel!\"}"], ["created_at", "2016-10-05 17:39:06.995052"], ["updated_at", "2016-10-05 17:39:06.995052"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat ipsam quo dolorum voluptatum perspiciatis inventore.\",\"text\":\"Hacking the array won't do anything, we need to bypass the auxiliary png port!\"}"], ["created_at", "2016-10-05 17:39:06.995918"], ["updated_at", "2016-10-05 17:39:06.995918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed error velit.\",\"text\":\"Use the primary JBOD card, then you can reboot the haptic sensor!\"}"], ["created_at", "2016-10-05 17:39:06.996807"], ["updated_at", "2016-10-05 17:39:06.996807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo distinctio unde velit facere esse quis.\",\"text\":\"Overriding the interface won't do anything, we need to parse the optical json application!\"}"], ["created_at", "2016-10-05 17:39:06.997684"], ["updated_at", "2016-10-05 17:39:06.997684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum quisquam numquam autem est dolorem quo.\",\"text\":\"Try to bypass the SCSI sensor, maybe it will program the auxiliary program!\"}"], ["created_at", "2016-10-05 17:39:06.998598"], ["updated_at", "2016-10-05 17:39:06.998598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum qui deserunt suscipit maxime.\",\"text\":\"I'll quantify the online SMS firewall, that should pixel the RSS matrix!\"}"], ["created_at", "2016-10-05 17:39:06.999470"], ["updated_at", "2016-10-05 17:39:06.999470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique iste ullam eligendi.\",\"text\":\"Use the back-end THX port, then you can quantify the digital card!\"}"], ["created_at", "2016-10-05 17:39:07.000364"], ["updated_at", "2016-10-05 17:39:07.000364"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim necessitatibus commodi.\",\"text\":\"We need to connect the cross-platform PCI transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.001268"], ["updated_at", "2016-10-05 17:39:07.001268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia sapiente molestias nulla.\",\"text\":\"Use the primary AGP program, then you can index the virtual firewall!\"}"], ["created_at", "2016-10-05 17:39:07.002153"], ["updated_at", "2016-10-05 17:39:07.002153"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem et repellat autem dolores.\",\"text\":\"Use the cross-platform PCI matrix, then you can program the 1080p program!\"}"], ["created_at", "2016-10-05 17:39:07.003062"], ["updated_at", "2016-10-05 17:39:07.003062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt ipsa hic non.\",\"text\":\"We need to hack the optical THX array!\"}"], ["created_at", "2016-10-05 17:39:07.003943"], ["updated_at", "2016-10-05 17:39:07.003943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel quos est sed porro est pariatur.\",\"text\":\"You can't connect the interface without copying the optical HTTP port!\"}"], ["created_at", "2016-10-05 17:39:07.004807"], ["updated_at", "2016-10-05 17:39:07.004807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui itaque vel iusto voluptatum dignissimos.\",\"text\":\"Copying the sensor won't do anything, we need to transmit the optical smtp feed!\"}"], ["created_at", "2016-10-05 17:39:07.005690"], ["updated_at", "2016-10-05 17:39:07.005690"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores nulla corrupti possimus.\",\"text\":\"We need to index the neural USB circuit!\"}"], ["created_at", "2016-10-05 17:39:07.006637"], ["updated_at", "2016-10-05 17:39:07.006637"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit ullam quibusdam.\",\"text\":\"I'll back up the haptic THX driver, that should hard drive the JSON hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.007516"], ["updated_at", "2016-10-05 17:39:07.007516"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint repellendus facere esse sit qui omnis quisquam.\",\"text\":\"We need to index the open-source FTP feed!\"}"], ["created_at", "2016-10-05 17:39:07.008417"], ["updated_at", "2016-10-05 17:39:07.008417"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At repudiandae reprehenderit velit fuga.\",\"text\":\"If we transmit the program, we can get to the AGP program through the cross-platform SCSI firewall!\"}"], ["created_at", "2016-10-05 17:39:07.009294"], ["updated_at", "2016-10-05 17:39:07.009294"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci veniam pariatur eum ea quia nam a.\",\"text\":\"Programming the feed won't do anything, we need to hack the mobile scsi panel!\"}"], ["created_at", "2016-10-05 17:39:07.010177"], ["updated_at", "2016-10-05 17:39:07.010177"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat cum ducimus quia voluptatum hic minus placeat.\",\"text\":\"I'll parse the back-end FTP application, that should panel the CSS circuit!\"}"], ["created_at", "2016-10-05 17:39:07.011093"], ["updated_at", "2016-10-05 17:39:07.011093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse id et aliquid et rem aperiam.\",\"text\":\"We need to calculate the online EXE hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.011974"], ["updated_at", "2016-10-05 17:39:07.011974"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit maiores facilis sit quo eum.\",\"text\":\"Navigating the interface won't do anything, we need to bypass the primary exe interface!\"}"], ["created_at", "2016-10-05 17:39:07.012848"], ["updated_at", "2016-10-05 17:39:07.012848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque consequatur quae voluptatem modi pariatur quaerat velit.\",\"text\":\"Transmitting the protocol won't do anything, we need to quantify the cross-platform thx interface!\"}"], ["created_at", "2016-10-05 17:39:07.013724"], ["updated_at", "2016-10-05 17:39:07.013724"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas dolores hic et aut dolor facilis.\",\"text\":\"Try to connect the XSS transmitter, maybe it will bypass the solid state interface!\"}"], ["created_at", "2016-10-05 17:39:07.014665"], ["updated_at", "2016-10-05 17:39:07.014665"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quis non.\",\"text\":\"Bypassing the sensor won't do anything, we need to quantify the bluetooth png array!\"}"], ["created_at", "2016-10-05 17:39:07.015551"], ["updated_at", "2016-10-05 17:39:07.015551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut qui sint voluptatibus itaque id suscipit.\",\"text\":\"We need to reboot the digital SCSI firewall!\"}"], ["created_at", "2016-10-05 17:39:07.016436"], ["updated_at", "2016-10-05 17:39:07.016436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa asperiores minima laborum animi dolores qui.\",\"text\":\"Use the redundant AGP microchip, then you can generate the redundant microchip!\"}"], ["created_at", "2016-10-05 17:39:07.017321"], ["updated_at", "2016-10-05 17:39:07.017321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat perspiciatis accusamus asperiores.\",\"text\":\"Use the digital PCI panel, then you can synthesize the redundant program!\"}"], ["created_at", "2016-10-05 17:39:07.018202"], ["updated_at", "2016-10-05 17:39:07.018202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga aut rerum nesciunt qui unde similique repellendus.\",\"text\":\"You can't navigate the panel without navigating the online PNG array!\"}"], ["created_at", "2016-10-05 17:39:07.019140"], ["updated_at", "2016-10-05 17:39:07.019140"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum eum repudiandae adipisci.\",\"text\":\"Try to compress the IB array, maybe it will connect the auxiliary alarm!\"}"], ["created_at", "2016-10-05 17:39:07.020051"], ["updated_at", "2016-10-05 17:39:07.020051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus deserunt sunt eligendi.\",\"text\":\"Use the neural JSON pixel, then you can override the open-source card!\"}"], ["created_at", "2016-10-05 17:39:07.020940"], ["updated_at", "2016-10-05 17:39:07.020940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis at et cum optio et quia hic.\",\"text\":\"The PCI circuit is down, program the redundant monitor so we can synthesize the JSON pixel!\"}"], ["created_at", "2016-10-05 17:39:07.021873"], ["updated_at", "2016-10-05 17:39:07.021873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque odio cum veritatis.\",\"text\":\"Try to generate the XML transmitter, maybe it will input the redundant port!\"}"], ["created_at", "2016-10-05 17:39:07.023005"], ["updated_at", "2016-10-05 17:39:07.023005"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet inventore totam necessitatibus.\",\"text\":\"I'll reboot the neural IB monitor, that should array the SAS firewall!\"}"], ["created_at", "2016-10-05 17:39:07.024004"], ["updated_at", "2016-10-05 17:39:07.024004"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum labore possimus ad laboriosam.\",\"text\":\"If we override the bus, we can get to the RSS protocol through the virtual PNG protocol!\"}"], ["created_at", "2016-10-05 17:39:07.025016"], ["updated_at", "2016-10-05 17:39:07.025016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad a molestiae quia accusamus ut molestias.\",\"text\":\"I'll back up the bluetooth IB sensor, that should alarm the XML protocol!\"}"], ["created_at", "2016-10-05 17:39:07.026063"], ["updated_at", "2016-10-05 17:39:07.026063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate magnam at explicabo in facilis officiis voluptas.\",\"text\":\"Try to compress the JBOD port, maybe it will navigate the wireless capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.027109"], ["updated_at", "2016-10-05 17:39:07.027109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et repellat quia necessitatibus eveniet iste totam nulla.\",\"text\":\"Programming the sensor won't do anything, we need to reboot the solid state scsi bus!\"}"], ["created_at", "2016-10-05 17:39:07.028081"], ["updated_at", "2016-10-05 17:39:07.028081"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta nihil et aut.\",\"text\":\"I'll compress the wireless AI microchip, that should card the AGP microchip!\"}"], ["created_at", "2016-10-05 17:39:07.029051"], ["updated_at", "2016-10-05 17:39:07.029051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est fugiat laboriosam.\",\"text\":\"Try to calculate the RSS sensor, maybe it will navigate the virtual alarm!\"}"], ["created_at", "2016-10-05 17:39:07.030029"], ["updated_at", "2016-10-05 17:39:07.030029"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint quia modi.\",\"text\":\"If we index the driver, we can get to the SAS feed through the wireless SSL firewall!\"}"], ["created_at", "2016-10-05 17:39:07.031079"], ["updated_at", "2016-10-05 17:39:07.031079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error quo quibusdam asperiores autem.\",\"text\":\"Use the bluetooth HTTP driver, then you can calculate the redundant firewall!\"}"], ["created_at", "2016-10-05 17:39:07.032050"], ["updated_at", "2016-10-05 17:39:07.032050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque optio suscipit fugiat illo repudiandae autem.\",\"text\":\"If we generate the protocol, we can get to the FTP program through the virtual XML firewall!\"}"], ["created_at", "2016-10-05 17:39:07.033018"], ["updated_at", "2016-10-05 17:39:07.033018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis consequatur excepturi necessitatibus sapiente veritatis ut.\",\"text\":\"You can't copy the bus without transmitting the virtual HTTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.033990"], ["updated_at", "2016-10-05 17:39:07.033990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat ea excepturi voluptatem est incidunt expedita.\",\"text\":\"Try to index the IB alarm, maybe it will index the neural program!\"}"], ["created_at", "2016-10-05 17:39:07.034971"], ["updated_at", "2016-10-05 17:39:07.034971"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et est commodi et voluptate accusamus.\",\"text\":\"Try to calculate the RAM matrix, maybe it will generate the online hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.035920"], ["updated_at", "2016-10-05 17:39:07.035920"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus nostrum ipsum impedit ut numquam dolor omnis.\",\"text\":\"Use the online HDD driver, then you can compress the mobile driver!\"}"], ["created_at", "2016-10-05 17:39:07.036875"], ["updated_at", "2016-10-05 17:39:07.036875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum eum maiores ipsam sunt molestias in nam.\",\"text\":\"I'll parse the bluetooth ADP monitor, that should system the SMS matrix!\"}"], ["created_at", "2016-10-05 17:39:07.037838"], ["updated_at", "2016-10-05 17:39:07.037838"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia eaque dolore id sequi odit nihil et.\",\"text\":\"You can't bypass the alarm without parsing the multi-byte SMTP driver!\"}"], ["created_at", "2016-10-05 17:39:07.038825"], ["updated_at", "2016-10-05 17:39:07.038825"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum dolore rerum possimus pariatur.\",\"text\":\"You can't synthesize the transmitter without synthesizing the solid state ADP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.039797"], ["updated_at", "2016-10-05 17:39:07.039797"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum sit nostrum ad.\",\"text\":\"If we override the array, we can get to the CSS firewall through the solid state RAM microchip!\"}"], ["created_at", "2016-10-05 17:39:07.040749"], ["updated_at", "2016-10-05 17:39:07.040749"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut possimus accusantium qui.\",\"text\":\"Use the auxiliary SQL alarm, then you can index the digital bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.041730"], ["updated_at", "2016-10-05 17:39:07.041730"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe temporibus consequatur consequuntur.\",\"text\":\"I'll reboot the back-end XML application, that should array the ADP capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.042716"], ["updated_at", "2016-10-05 17:39:07.042716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum voluptatibus qui mollitia qui impedit ad.\",\"text\":\"Try to calculate the CSS capacitor, maybe it will back up the 1080p array!\"}"], ["created_at", "2016-10-05 17:39:07.043660"], ["updated_at", "2016-10-05 17:39:07.043660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam animi similique eum rerum excepturi non ex.\",\"text\":\"You can't hack the microchip without backing up the haptic TCP microchip!\"}"], ["created_at", "2016-10-05 17:39:07.044617"], ["updated_at", "2016-10-05 17:39:07.044617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore omnis tempore amet nam velit aliquam.\",\"text\":\"If we synthesize the array, we can get to the SCSI transmitter through the optical USB transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.045618"], ["updated_at", "2016-10-05 17:39:07.045618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit libero alias sint facere.\",\"text\":\"You can't generate the microchip without hacking the primary AGP system!\"}"], ["created_at", "2016-10-05 17:39:07.046605"], ["updated_at", "2016-10-05 17:39:07.046605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit cum aspernatur voluptate numquam molestiae.\",\"text\":\"Compressing the program won't do anything, we need to compress the neural rss circuit!\"}"], ["created_at", "2016-10-05 17:39:07.047635"], ["updated_at", "2016-10-05 17:39:07.047635"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus illum dolorem id.\",\"text\":\"Try to hack the GB bus, maybe it will index the primary monitor!\"}"], ["created_at", "2016-10-05 17:39:07.048600"], ["updated_at", "2016-10-05 17:39:07.048600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo occaecati quis ea aut eligendi sunt.\",\"text\":\"I'll quantify the optical GB circuit, that should card the ADP system!\"}"], ["created_at", "2016-10-05 17:39:07.049568"], ["updated_at", "2016-10-05 17:39:07.049568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor vitae qui repudiandae ut quae alias.\",\"text\":\"Use the redundant PCI feed, then you can connect the back-end bus!\"}"], ["created_at", "2016-10-05 17:39:07.050549"], ["updated_at", "2016-10-05 17:39:07.050549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis quibusdam est iusto suscipit ratione qui.\",\"text\":\"If we synthesize the bandwidth, we can get to the HTTP monitor through the cross-platform HDD pixel!\"}"], ["created_at", "2016-10-05 17:39:07.051453"], ["updated_at", "2016-10-05 17:39:07.051453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione omnis nisi tenetur nemo quisquam repellat.\",\"text\":\"If we copy the hard drive, we can get to the PCI application through the open-source THX array!\"}"], ["created_at", "2016-10-05 17:39:07.052320"], ["updated_at", "2016-10-05 17:39:07.052320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur a modi ducimus neque velit.\",\"text\":\"We need to copy the 1080p GB matrix!\"}"], ["created_at", "2016-10-05 17:39:07.053208"], ["updated_at", "2016-10-05 17:39:07.053208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia reprehenderit et rerum impedit ab corrupti quia.\",\"text\":\"Indexing the array won't do anything, we need to bypass the auxiliary ai matrix!\"}"], ["created_at", "2016-10-05 17:39:07.054088"], ["updated_at", "2016-10-05 17:39:07.054088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut ut et pariatur.\",\"text\":\"I'll transmit the haptic PCI alarm, that should firewall the EXE monitor!\"}"], ["created_at", "2016-10-05 17:39:07.055000"], ["updated_at", "2016-10-05 17:39:07.055000"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt qui exercitationem eum illo beatae.\",\"text\":\"Hacking the bandwidth won't do anything, we need to copy the redundant jbod hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.055874"], ["updated_at", "2016-10-05 17:39:07.055874"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis cupiditate est asperiores.\",\"text\":\"If we parse the sensor, we can get to the TCP driver through the optical SDD card!\"}"], ["created_at", "2016-10-05 17:39:07.056750"], ["updated_at", "2016-10-05 17:39:07.056750"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat molestias magnam nulla.\",\"text\":\"I'll reboot the digital GB panel, that should pixel the SAS hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.057639"], ["updated_at", "2016-10-05 17:39:07.057639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur impedit praesentium quisquam aliquid sint maiores.\",\"text\":\"Use the online IB array, then you can program the virtual panel!\"}"], ["created_at", "2016-10-05 17:39:07.058551"], ["updated_at", "2016-10-05 17:39:07.058551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas eum aut laudantium aut.\",\"text\":\"If we quantify the alarm, we can get to the JBOD alarm through the digital EXE port!\"}"], ["created_at", "2016-10-05 17:39:07.059434"], ["updated_at", "2016-10-05 17:39:07.059434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus distinctio voluptatem ea.\",\"text\":\"You can't synthesize the system without compressing the redundant XSS system!\"}"], ["created_at", "2016-10-05 17:39:07.060352"], ["updated_at", "2016-10-05 17:39:07.060352"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique aut adipisci saepe.\",\"text\":\"Try to input the JSON alarm, maybe it will quantify the back-end bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.061235"], ["updated_at", "2016-10-05 17:39:07.061235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio maxime et et corporis.\",\"text\":\"If we quantify the transmitter, we can get to the SAS feed through the multi-byte EXE capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.062109"], ["updated_at", "2016-10-05 17:39:07.062109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est iure pariatur deleniti dolores.\",\"text\":\"We need to calculate the 1080p XSS panel!\"}"], ["created_at", "2016-10-05 17:39:07.063006"], ["updated_at", "2016-10-05 17:39:07.063006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis et sequi voluptatibus rerum.\",\"text\":\"Use the back-end ADP port, then you can hack the mobile pixel!\"}"], ["created_at", "2016-10-05 17:39:07.063890"], ["updated_at", "2016-10-05 17:39:07.063890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia numquam error odit.\",\"text\":\"Use the redundant COM card, then you can back up the auxiliary bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.064761"], ["updated_at", "2016-10-05 17:39:07.064761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et minus iure et asperiores non similique magni.\",\"text\":\"Try to back up the SAS capacitor, maybe it will input the multi-byte transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.065652"], ["updated_at", "2016-10-05 17:39:07.065652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et expedita aut quia minus id.\",\"text\":\"If we quantify the application, we can get to the XSS firewall through the haptic SSL capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.066553"], ["updated_at", "2016-10-05 17:39:07.066553"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus voluptatem iure et corrupti molestias id ipsam.\",\"text\":\"If we quantify the sensor, we can get to the HTTP port through the mobile IB sensor!\"}"], ["created_at", "2016-10-05 17:39:07.067456"], ["updated_at", "2016-10-05 17:39:07.067456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores corrupti libero.\",\"text\":\"Generating the panel won't do anything, we need to navigate the open-source hdd monitor!\"}"], ["created_at", "2016-10-05 17:39:07.068336"], ["updated_at", "2016-10-05 17:39:07.068336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus vel fugit.\",\"text\":\"You can't navigate the panel without transmitting the virtual AGP capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.069211"], ["updated_at", "2016-10-05 17:39:07.069211"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non dolore laudantium ut quas nostrum id illum.\",\"text\":\"You can't compress the bandwidth without backing up the primary CSS bus!\"}"], ["created_at", "2016-10-05 17:39:07.070083"], ["updated_at", "2016-10-05 17:39:07.070083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae culpa perferendis.\",\"text\":\"I'll hack the digital JBOD port, that should sensor the GB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.070996"], ["updated_at", "2016-10-05 17:39:07.070996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt ut voluptatem sequi.\",\"text\":\"You can't navigate the interface without hacking the bluetooth USB driver!\"}"], ["created_at", "2016-10-05 17:39:07.071913"], ["updated_at", "2016-10-05 17:39:07.071913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi ea molestiae ut est dolor dicta.\",\"text\":\"The JBOD microchip is down, index the neural application so we can program the AI circuit!\"}"], ["created_at", "2016-10-05 17:39:07.072783"], ["updated_at", "2016-10-05 17:39:07.072783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt error ut.\",\"text\":\"Use the digital USB hard drive, then you can copy the multi-byte alarm!\"}"], ["created_at", "2016-10-05 17:39:07.073652"], ["updated_at", "2016-10-05 17:39:07.073652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum corporis dolore sequi minima est vitae quo.\",\"text\":\"The IB transmitter is down, copy the multi-byte protocol so we can calculate the THX alarm!\"}"], ["created_at", "2016-10-05 17:39:07.074556"], ["updated_at", "2016-10-05 17:39:07.074556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa maiores neque nisi dolores aut.\",\"text\":\"Connecting the alarm won't do anything, we need to index the online tcp interface!\"}"], ["created_at", "2016-10-05 17:39:07.075463"], ["updated_at", "2016-10-05 17:39:07.075463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint iste repellat.\",\"text\":\"Use the redundant XML array, then you can copy the wireless microchip!\"}"], ["created_at", "2016-10-05 17:39:07.076338"], ["updated_at", "2016-10-05 17:39:07.076338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum tempore enim tempora nulla.\",\"text\":\"If we hack the program, we can get to the SCSI port through the optical THX program!\"}"], ["created_at", "2016-10-05 17:39:07.077215"], ["updated_at", "2016-10-05 17:39:07.077215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor ipsum autem quibusdam saepe natus ea.\",\"text\":\"The CSS monitor is down, input the digital microchip so we can transmit the SCSI circuit!\"}"], ["created_at", "2016-10-05 17:39:07.078088"], ["updated_at", "2016-10-05 17:39:07.078088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima dolorem a rerum.\",\"text\":\"Try to transmit the RAM bus, maybe it will bypass the back-end hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.079029"], ["updated_at", "2016-10-05 17:39:07.079029"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid non corrupti quisquam.\",\"text\":\"Calculating the interface won't do anything, we need to reboot the 1080p ai pixel!\"}"], ["created_at", "2016-10-05 17:39:07.079950"], ["updated_at", "2016-10-05 17:39:07.079950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus non odio ipsam doloribus aut modi vel.\",\"text\":\"I'll bypass the online XSS bandwidth, that should firewall the USB transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.080826"], ["updated_at", "2016-10-05 17:39:07.080826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam expedita nobis.\",\"text\":\"The AI bandwidth is down, reboot the cross-platform panel so we can override the USB sensor!\"}"], ["created_at", "2016-10-05 17:39:07.081733"], ["updated_at", "2016-10-05 17:39:07.081733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia reiciendis nihil odit modi alias.\",\"text\":\"Bypassing the bandwidth won't do anything, we need to hack the back-end tcp sensor!\"}"], ["created_at", "2016-10-05 17:39:07.082634"], ["updated_at", "2016-10-05 17:39:07.082634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis temporibus cumque dolorem qui excepturi quo.\",\"text\":\"We need to reboot the neural THX firewall!\"}"], ["created_at", "2016-10-05 17:39:07.083550"], ["updated_at", "2016-10-05 17:39:07.083550"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et autem occaecati ipsam ut aperiam.\",\"text\":\"Use the 1080p PCI microchip, then you can bypass the digital protocol!\"}"], ["created_at", "2016-10-05 17:39:07.084479"], ["updated_at", "2016-10-05 17:39:07.084479"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui qui blanditiis consectetur quasi iusto provident.\",\"text\":\"We need to calculate the mobile HTTP pixel!\"}"], ["created_at", "2016-10-05 17:39:07.085429"], ["updated_at", "2016-10-05 17:39:07.085429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia dolor eius quos.\",\"text\":\"If we program the application, we can get to the XML card through the online SSL firewall!\"}"], ["created_at", "2016-10-05 17:39:07.086369"], ["updated_at", "2016-10-05 17:39:07.086369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis sunt sed perspiciatis minus eius molestiae est.\",\"text\":\"We need to index the haptic AI feed!\"}"], ["created_at", "2016-10-05 17:39:07.087275"], ["updated_at", "2016-10-05 17:39:07.087275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis doloribus odio impedit explicabo mollitia.\",\"text\":\"The SQL feed is down, index the redundant feed so we can transmit the TCP panel!\"}"], ["created_at", "2016-10-05 17:39:07.088175"], ["updated_at", "2016-10-05 17:39:07.088175"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam sunt hic quaerat ratione.\",\"text\":\"We need to bypass the open-source SAS card!\"}"], ["created_at", "2016-10-05 17:39:07.089063"], ["updated_at", "2016-10-05 17:39:07.089063"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet magnam quia.\",\"text\":\"If we program the card, we can get to the IB capacitor through the optical JBOD program!\"}"], ["created_at", "2016-10-05 17:39:07.089975"], ["updated_at", "2016-10-05 17:39:07.089975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit ut voluptas natus enim et libero necessitatibus.\",\"text\":\"You can't navigate the hard drive without parsing the 1080p SAS program!\"}"], ["created_at", "2016-10-05 17:39:07.090951"], ["updated_at", "2016-10-05 17:39:07.090951"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur vitae rem sit cupiditate.\",\"text\":\"Indexing the feed won't do anything, we need to generate the neural adp driver!\"}"], ["created_at", "2016-10-05 17:39:07.091881"], ["updated_at", "2016-10-05 17:39:07.091881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate neque et ipsum architecto.\",\"text\":\"Use the bluetooth THX sensor, then you can connect the back-end application!\"}"], ["created_at", "2016-10-05 17:39:07.092781"], ["updated_at", "2016-10-05 17:39:07.092781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt quibusdam earum rerum.\",\"text\":\"Use the neural EXE monitor, then you can back up the back-end matrix!\"}"], ["created_at", "2016-10-05 17:39:07.093684"], ["updated_at", "2016-10-05 17:39:07.093684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque nemo at et.\",\"text\":\"Programming the card won't do anything, we need to parse the neural agp driver!\"}"], ["created_at", "2016-10-05 17:39:07.094624"], ["updated_at", "2016-10-05 17:39:07.094624"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos et omnis aut voluptatem maxime dolores sit.\",\"text\":\"Bypassing the array won't do anything, we need to back up the redundant jbod driver!\"}"], ["created_at", "2016-10-05 17:39:07.095531"], ["updated_at", "2016-10-05 17:39:07.095531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt laudantium et est.\",\"text\":\"Transmitting the alarm won't do anything, we need to generate the haptic adp firewall!\"}"], ["created_at", "2016-10-05 17:39:07.096438"], ["updated_at", "2016-10-05 17:39:07.096438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos ut cum quia.\",\"text\":\"You can't navigate the array without parsing the primary AGP matrix!\"}"], ["created_at", "2016-10-05 17:39:07.097335"], ["updated_at", "2016-10-05 17:39:07.097335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum accusantium et laudantium sed fugit.\",\"text\":\"If we reboot the feed, we can get to the SAS array through the neural ADP pixel!\"}"], ["created_at", "2016-10-05 17:39:07.098259"], ["updated_at", "2016-10-05 17:39:07.098259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam aperiam et similique at rerum est.\",\"text\":\"Try to copy the JBOD feed, maybe it will program the wireless driver!\"}"], ["created_at", "2016-10-05 17:39:07.099208"], ["updated_at", "2016-10-05 17:39:07.099208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga autem reiciendis molestias amet qui et.\",\"text\":\"If we copy the program, we can get to the AGP transmitter through the primary SMS transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.100172"], ["updated_at", "2016-10-05 17:39:07.100172"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores earum numquam natus aut consequatur architecto cum.\",\"text\":\"We need to compress the wireless SQL matrix!\"}"], ["created_at", "2016-10-05 17:39:07.101098"], ["updated_at", "2016-10-05 17:39:07.101098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor vel molestiae.\",\"text\":\"We need to input the mobile JSON application!\"}"], ["created_at", "2016-10-05 17:39:07.101997"], ["updated_at", "2016-10-05 17:39:07.101997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi et ipsum quae soluta veritatis qui aspernatur.\",\"text\":\"If we hack the hard drive, we can get to the SAS port through the optical RSS alarm!\"}"], ["created_at", "2016-10-05 17:39:07.102941"], ["updated_at", "2016-10-05 17:39:07.102941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit asperiores ut rem consequatur enim illo voluptatum.\",\"text\":\"Try to transmit the ADP interface, maybe it will quantify the neural card!\"}"], ["created_at", "2016-10-05 17:39:07.103816"], ["updated_at", "2016-10-05 17:39:07.103816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium repudiandae ratione.\",\"text\":\"I'll navigate the digital JBOD program, that should interface the SDD microchip!\"}"], ["created_at", "2016-10-05 17:39:07.104715"], ["updated_at", "2016-10-05 17:39:07.104715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam libero quis deserunt quae.\",\"text\":\"I'll parse the redundant THX pixel, that should array the SCSI capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.105608"], ["updated_at", "2016-10-05 17:39:07.105608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis error impedit ut atque.\",\"text\":\"If we transmit the program, we can get to the FTP program through the haptic XSS card!\"}"], ["created_at", "2016-10-05 17:39:07.106533"], ["updated_at", "2016-10-05 17:39:07.106533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam id facilis.\",\"text\":\"You can't connect the interface without calculating the mobile AGP alarm!\"}"], ["created_at", "2016-10-05 17:39:07.107486"], ["updated_at", "2016-10-05 17:39:07.107486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas quae qui at rerum aut vel et.\",\"text\":\"Try to navigate the AI driver, maybe it will navigate the solid state bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.108409"], ["updated_at", "2016-10-05 17:39:07.108409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et temporibus error molestiae modi odit.\",\"text\":\"Try to hack the SSL program, maybe it will input the neural application!\"}"], ["created_at", "2016-10-05 17:39:07.109347"], ["updated_at", "2016-10-05 17:39:07.109347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui harum quia asperiores qui quis.\",\"text\":\"Hacking the bus won't do anything, we need to index the open-source jbod system!\"}"], ["created_at", "2016-10-05 17:39:07.110264"], ["updated_at", "2016-10-05 17:39:07.110264"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque ratione quis modi in.\",\"text\":\"If we calculate the alarm, we can get to the JSON hard drive through the bluetooth PCI port!\"}"], ["created_at", "2016-10-05 17:39:07.111212"], ["updated_at", "2016-10-05 17:39:07.111212"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum veniam vero ducimus fuga distinctio.\",\"text\":\"We need to compress the virtual XML bus!\"}"], ["created_at", "2016-10-05 17:39:07.112453"], ["updated_at", "2016-10-05 17:39:07.112453"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum recusandae repellat.\",\"text\":\"If we calculate the transmitter, we can get to the ADP firewall through the redundant RSS capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.113671"], ["updated_at", "2016-10-05 17:39:07.113671"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem eum culpa beatae recusandae commodi.\",\"text\":\"We need to program the redundant SAS port!\"}"], ["created_at", "2016-10-05 17:39:07.115525"], ["updated_at", "2016-10-05 17:39:07.115525"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed similique soluta quia dolores.\",\"text\":\"If we transmit the sensor, we can get to the AGP microchip through the redundant RAM alarm!\"}"], ["created_at", "2016-10-05 17:39:07.130527"], ["updated_at", "2016-10-05 17:39:07.130527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus et omnis omnis eos nesciunt ab sed.\",\"text\":\"Use the bluetooth SMTP bus, then you can input the optical driver!\"}"], ["created_at", "2016-10-05 17:39:07.131597"], ["updated_at", "2016-10-05 17:39:07.131597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo voluptates fugit dolor.\",\"text\":\"You can't back up the firewall without transmitting the primary AI port!\"}"], ["created_at", "2016-10-05 17:39:07.132488"], ["updated_at", "2016-10-05 17:39:07.132488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint quis dolorem debitis quas et nisi.\",\"text\":\"Try to input the XML matrix, maybe it will reboot the virtual alarm!\"}"], ["created_at", "2016-10-05 17:39:07.133357"], ["updated_at", "2016-10-05 17:39:07.133357"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis officiis laborum quia.\",\"text\":\"Hacking the interface won't do anything, we need to parse the redundant sms driver!\"}"], ["created_at", "2016-10-05 17:39:07.134280"], ["updated_at", "2016-10-05 17:39:07.134280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur suscipit voluptatibus quo officia ratione.\",\"text\":\"If we compress the protocol, we can get to the SMTP microchip through the mobile CSS protocol!\"}"], ["created_at", "2016-10-05 17:39:07.135207"], ["updated_at", "2016-10-05 17:39:07.135207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos reprehenderit velit consequatur.\",\"text\":\"Use the virtual SSL driver, then you can hack the neural card!\"}"], ["created_at", "2016-10-05 17:39:07.136051"], ["updated_at", "2016-10-05 17:39:07.136051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id sed quis non labore.\",\"text\":\"Parsing the hard drive won't do anything, we need to copy the open-source ib microchip!\"}"], ["created_at", "2016-10-05 17:39:07.136954"], ["updated_at", "2016-10-05 17:39:07.136954"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi voluptatem fugiat sint mollitia aut maxime.\",\"text\":\"The IB transmitter is down, navigate the bluetooth hard drive so we can reboot the XML microchip!\"}"], ["created_at", "2016-10-05 17:39:07.137834"], ["updated_at", "2016-10-05 17:39:07.137834"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est ad qui nihil aperiam reiciendis dicta.\",\"text\":\"Try to program the JBOD driver, maybe it will hack the primary bus!\"}"], ["created_at", "2016-10-05 17:39:07.138708"], ["updated_at", "2016-10-05 17:39:07.138708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil reiciendis blanditiis id perspiciatis voluptas rerum.\",\"text\":\"We need to program the redundant RAM hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.139573"], ["updated_at", "2016-10-05 17:39:07.139573"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur dolores nam autem delectus ut.\",\"text\":\"Use the digital SQL sensor, then you can override the neural monitor!\"}"], ["created_at", "2016-10-05 17:39:07.140476"], ["updated_at", "2016-10-05 17:39:07.140476"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid voluptatem voluptatum animi.\",\"text\":\"The XML sensor is down, input the open-source alarm so we can connect the SMTP circuit!\"}"], ["created_at", "2016-10-05 17:39:07.141485"], ["updated_at", "2016-10-05 17:39:07.141485"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est excepturi magni nisi.\",\"text\":\"Use the bluetooth PCI bus, then you can connect the auxiliary panel!\"}"], ["created_at", "2016-10-05 17:39:07.142455"], ["updated_at", "2016-10-05 17:39:07.142455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta quasi ut.\",\"text\":\"Transmitting the alarm won't do anything, we need to reboot the back-end thx card!\"}"], ["created_at", "2016-10-05 17:39:07.143317"], ["updated_at", "2016-10-05 17:39:07.143317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis ut placeat cumque ipsa error qui voluptates.\",\"text\":\"Try to synthesize the PNG panel, maybe it will transmit the digital panel!\"}"], ["created_at", "2016-10-05 17:39:07.144188"], ["updated_at", "2016-10-05 17:39:07.144188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem a ad.\",\"text\":\"Copying the panel won't do anything, we need to quantify the auxiliary agp matrix!\"}"], ["created_at", "2016-10-05 17:39:07.145048"], ["updated_at", "2016-10-05 17:39:07.145048"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia sunt perferendis.\",\"text\":\"If we parse the transmitter, we can get to the SAS bus through the neural ADP array!\"}"], ["created_at", "2016-10-05 17:39:07.145920"], ["updated_at", "2016-10-05 17:39:07.145920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius et similique ut numquam repellat molestiae.\",\"text\":\"We need to copy the optical SQL protocol!\"}"], ["created_at", "2016-10-05 17:39:07.146796"], ["updated_at", "2016-10-05 17:39:07.146796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt iusto odio et voluptatem.\",\"text\":\"Use the optical SMS pixel, then you can override the solid state program!\"}"], ["created_at", "2016-10-05 17:39:07.147682"], ["updated_at", "2016-10-05 17:39:07.147682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et asperiores blanditiis quo id.\",\"text\":\"If we program the feed, we can get to the AGP protocol through the mobile RAM application!\"}"], ["created_at", "2016-10-05 17:39:07.148592"], ["updated_at", "2016-10-05 17:39:07.148592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem libero distinctio eos et nisi.\",\"text\":\"Try to parse the AI feed, maybe it will quantify the neural alarm!\"}"], ["created_at", "2016-10-05 17:39:07.149501"], ["updated_at", "2016-10-05 17:39:07.149501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam ea veritatis ipsam.\",\"text\":\"You can't hack the panel without backing up the cross-platform SSL transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.150448"], ["updated_at", "2016-10-05 17:39:07.150448"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et tenetur et voluptas.\",\"text\":\"You can't hack the pixel without connecting the neural JSON array!\"}"], ["created_at", "2016-10-05 17:39:07.151343"], ["updated_at", "2016-10-05 17:39:07.151343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam molestiae reiciendis sunt placeat fugit.\",\"text\":\"Compressing the protocol won't do anything, we need to back up the back-end usb driver!\"}"], ["created_at", "2016-10-05 17:39:07.152209"], ["updated_at", "2016-10-05 17:39:07.152209"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima autem inventore repellat numquam corrupti ut.\",\"text\":\"You can't reboot the firewall without quantifying the primary RAM pixel!\"}"], ["created_at", "2016-10-05 17:39:07.153078"], ["updated_at", "2016-10-05 17:39:07.153078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit eveniet qui illum unde.\",\"text\":\"If we bypass the protocol, we can get to the PCI array through the redundant HTTP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.153924"], ["updated_at", "2016-10-05 17:39:07.153924"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut illum repellendus.\",\"text\":\"The AGP hard drive is down, parse the open-source monitor so we can parse the SDD protocol!\"}"], ["created_at", "2016-10-05 17:39:07.154851"], ["updated_at", "2016-10-05 17:39:07.154851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia asperiores facere qui labore.\",\"text\":\"Programming the protocol won't do anything, we need to generate the multi-byte sms bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.155721"], ["updated_at", "2016-10-05 17:39:07.155721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam placeat qui saepe.\",\"text\":\"Navigating the sensor won't do anything, we need to hack the cross-platform css sensor!\"}"], ["created_at", "2016-10-05 17:39:07.156574"], ["updated_at", "2016-10-05 17:39:07.156574"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium voluptas voluptate molestiae eos.\",\"text\":\"Use the redundant PNG matrix, then you can calculate the auxiliary application!\"}"], ["created_at", "2016-10-05 17:39:07.157443"], ["updated_at", "2016-10-05 17:39:07.157443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit et consectetur laudantium quaerat maiores possimus.\",\"text\":\"Use the digital JSON feed, then you can input the primary application!\"}"], ["created_at", "2016-10-05 17:39:07.158462"], ["updated_at", "2016-10-05 17:39:07.158462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda quas voluptatum necessitatibus.\",\"text\":\"Calculating the application won't do anything, we need to parse the primary adp array!\"}"], ["created_at", "2016-10-05 17:39:07.159354"], ["updated_at", "2016-10-05 17:39:07.159354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus veniam iure.\",\"text\":\"Use the optical GB microchip, then you can transmit the auxiliary sensor!\"}"], ["created_at", "2016-10-05 17:39:07.160208"], ["updated_at", "2016-10-05 17:39:07.160208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia sunt ex.\",\"text\":\"You can't hack the microchip without synthesizing the auxiliary XML bus!\"}"], ["created_at", "2016-10-05 17:39:07.161079"], ["updated_at", "2016-10-05 17:39:07.161079"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut maiores reiciendis unde.\",\"text\":\"The USB matrix is down, synthesize the online driver so we can hack the SQL hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.161984"], ["updated_at", "2016-10-05 17:39:07.161984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste impedit odio et distinctio possimus consequatur quo.\",\"text\":\"The SQL sensor is down, bypass the wireless bus so we can generate the PCI card!\"}"], ["created_at", "2016-10-05 17:39:07.162892"], ["updated_at", "2016-10-05 17:39:07.162892"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim et dolores voluptatem velit.\",\"text\":\"I'll reboot the solid state IB matrix, that should protocol the IB bus!\"}"], ["created_at", "2016-10-05 17:39:07.163771"], ["updated_at", "2016-10-05 17:39:07.163771"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut vel nisi.\",\"text\":\"Use the back-end AI bus, then you can bypass the back-end circuit!\"}"], ["created_at", "2016-10-05 17:39:07.164617"], ["updated_at", "2016-10-05 17:39:07.164617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid esse autem non et unde.\",\"text\":\"Try to navigate the TCP sensor, maybe it will index the primary alarm!\"}"], ["created_at", "2016-10-05 17:39:07.165484"], ["updated_at", "2016-10-05 17:39:07.165484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis et expedita qui nam.\",\"text\":\"You can't program the port without navigating the back-end PCI hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.166370"], ["updated_at", "2016-10-05 17:39:07.166370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut nihil est optio.\",\"text\":\"If we synthesize the bandwidth, we can get to the TCP bus through the back-end RAM interface!\"}"], ["created_at", "2016-10-05 17:39:07.167285"], ["updated_at", "2016-10-05 17:39:07.167285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui excepturi vel placeat fuga eum rem.\",\"text\":\"Try to transmit the CSS system, maybe it will navigate the digital feed!\"}"], ["created_at", "2016-10-05 17:39:07.168158"], ["updated_at", "2016-10-05 17:39:07.168158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate fuga sint id eos ipsa ea nihil.\",\"text\":\"I'll synthesize the primary XML transmitter, that should firewall the HTTP microchip!\"}"], ["created_at", "2016-10-05 17:39:07.169026"], ["updated_at", "2016-10-05 17:39:07.169026"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum id quis rerum voluptatem temporibus iure consectetur.\",\"text\":\"Parsing the firewall won't do anything, we need to input the haptic rss interface!\"}"], ["created_at", "2016-10-05 17:39:07.169882"], ["updated_at", "2016-10-05 17:39:07.169882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas sequi et maxime inventore ab.\",\"text\":\"Try to hack the GB sensor, maybe it will bypass the auxiliary application!\"}"], ["created_at", "2016-10-05 17:39:07.170754"], ["updated_at", "2016-10-05 17:39:07.170754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut quaerat suscipit.\",\"text\":\"We need to reboot the neural RSS array!\"}"], ["created_at", "2016-10-05 17:39:07.171682"], ["updated_at", "2016-10-05 17:39:07.171682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae ea sapiente.\",\"text\":\"You can't generate the bandwidth without programming the optical HDD application!\"}"], ["created_at", "2016-10-05 17:39:07.172636"], ["updated_at", "2016-10-05 17:39:07.172636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non perferendis esse ipsum rerum rerum quisquam.\",\"text\":\"Try to reboot the IB card, maybe it will copy the neural port!\"}"], ["created_at", "2016-10-05 17:39:07.173519"], ["updated_at", "2016-10-05 17:39:07.173519"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum non voluptatem sequi nostrum accusantium quis optio.\",\"text\":\"You can't index the system without navigating the auxiliary COM hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.174400"], ["updated_at", "2016-10-05 17:39:07.174400"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa assumenda similique consequatur optio modi repellendus maiores.\",\"text\":\"Try to bypass the THX system, maybe it will input the digital hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.175286"], ["updated_at", "2016-10-05 17:39:07.175286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni eveniet qui molestiae illum neque harum hic.\",\"text\":\"Use the primary USB protocol, then you can reboot the optical alarm!\"}"], ["created_at", "2016-10-05 17:39:07.176162"], ["updated_at", "2016-10-05 17:39:07.176162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt ipsum harum et ratione et iure.\",\"text\":\"We need to generate the mobile COM firewall!\"}"], ["created_at", "2016-10-05 17:39:07.177027"], ["updated_at", "2016-10-05 17:39:07.177027"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste nesciunt illo tenetur et recusandae.\",\"text\":\"The RAM array is down, index the neural bus so we can calculate the CSS bus!\"}"], ["created_at", "2016-10-05 17:39:07.177873"], ["updated_at", "2016-10-05 17:39:07.177873"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam ullam ipsa sit.\",\"text\":\"Use the online JBOD pixel, then you can transmit the mobile firewall!\"}"], ["created_at", "2016-10-05 17:39:07.178754"], ["updated_at", "2016-10-05 17:39:07.178754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit magnam eius hic.\",\"text\":\"Try to program the JBOD hard drive, maybe it will index the open-source driver!\"}"], ["created_at", "2016-10-05 17:39:07.179617"], ["updated_at", "2016-10-05 17:39:07.179617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab qui illo sunt.\",\"text\":\"The GB program is down, reboot the haptic port so we can parse the TCP driver!\"}"], ["created_at", "2016-10-05 17:39:07.180468"], ["updated_at", "2016-10-05 17:39:07.180468"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga molestiae quibusdam repellendus quia quia beatae.\",\"text\":\"Try to index the JBOD bandwidth, maybe it will reboot the neural panel!\"}"], ["created_at", "2016-10-05 17:39:07.181317"], ["updated_at", "2016-10-05 17:39:07.181317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio consequuntur aspernatur sed similique quis debitis.\",\"text\":\"Try to override the EXE system, maybe it will synthesize the optical microchip!\"}"], ["created_at", "2016-10-05 17:39:07.182190"], ["updated_at", "2016-10-05 17:39:07.182190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos officia doloremque.\",\"text\":\"Overriding the driver won't do anything, we need to back up the open-source jbod array!\"}"], ["created_at", "2016-10-05 17:39:07.183108"], ["updated_at", "2016-10-05 17:39:07.183108"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis enim repellat molestiae reprehenderit corporis accusamus.\",\"text\":\"Use the online EXE system, then you can connect the bluetooth panel!\"}"], ["created_at", "2016-10-05 17:39:07.184014"], ["updated_at", "2016-10-05 17:39:07.184014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda ut ratione.\",\"text\":\"Use the back-end USB interface, then you can program the haptic interface!\"}"], ["created_at", "2016-10-05 17:39:07.184906"], ["updated_at", "2016-10-05 17:39:07.184906"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda laudantium dolore.\",\"text\":\"We need to input the multi-byte SQL circuit!\"}"], ["created_at", "2016-10-05 17:39:07.185864"], ["updated_at", "2016-10-05 17:39:07.185864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut illo eos.\",\"text\":\"We need to index the mobile HDD panel!\"}"], ["created_at", "2016-10-05 17:39:07.186764"], ["updated_at", "2016-10-05 17:39:07.186764"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error ex minima recusandae dolor aut et atque.\",\"text\":\"We need to navigate the virtual XSS bus!\"}"], ["created_at", "2016-10-05 17:39:07.187623"], ["updated_at", "2016-10-05 17:39:07.187623"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga perferendis sit quis.\",\"text\":\"I'll index the multi-byte XML application, that should feed the EXE program!\"}"], ["created_at", "2016-10-05 17:39:07.188515"], ["updated_at", "2016-10-05 17:39:07.188515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste excepturi distinctio animi laudantium sit.\",\"text\":\"If we input the matrix, we can get to the PCI transmitter through the online IB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.189423"], ["updated_at", "2016-10-05 17:39:07.189423"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo doloribus voluptas est.\",\"text\":\"If we quantify the system, we can get to the RSS bandwidth through the neural EXE firewall!\"}"], ["created_at", "2016-10-05 17:39:07.190302"], ["updated_at", "2016-10-05 17:39:07.190302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo est repudiandae eos tenetur vero architecto.\",\"text\":\"Try to generate the TCP protocol, maybe it will copy the neural hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.191258"], ["updated_at", "2016-10-05 17:39:07.191258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente qui et earum dolorem praesentium doloremque voluptas.\",\"text\":\"The XSS driver is down, calculate the open-source microchip so we can copy the SQL capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.192139"], ["updated_at", "2016-10-05 17:39:07.192139"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem autem ad saepe facere est voluptates harum.\",\"text\":\"Try to reboot the SMTP program, maybe it will calculate the virtual bus!\"}"], ["created_at", "2016-10-05 17:39:07.193020"], ["updated_at", "2016-10-05 17:39:07.193020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti est odit in voluptas iure praesentium facere.\",\"text\":\"Try to index the SMS program, maybe it will copy the 1080p capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.193896"], ["updated_at", "2016-10-05 17:39:07.193896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis enim consequatur perspiciatis.\",\"text\":\"Try to index the EXE feed, maybe it will index the auxiliary feed!\"}"], ["created_at", "2016-10-05 17:39:07.194779"], ["updated_at", "2016-10-05 17:39:07.194779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus illo voluptatem blanditiis delectus veritatis placeat.\",\"text\":\"The HTTP monitor is down, program the redundant microchip so we can navigate the AGP transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.195640"], ["updated_at", "2016-10-05 17:39:07.195640"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum ea cum aliquam ut.\",\"text\":\"Try to navigate the PNG interface, maybe it will index the optical application!\"}"], ["created_at", "2016-10-05 17:39:07.196508"], ["updated_at", "2016-10-05 17:39:07.196508"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi natus est doloremque est repellat rerum ratione.\",\"text\":\"Connecting the interface won't do anything, we need to copy the bluetooth json transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.197374"], ["updated_at", "2016-10-05 17:39:07.197374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero impedit temporibus qui.\",\"text\":\"I'll program the bluetooth XSS hard drive, that should sensor the TCP feed!\"}"], ["created_at", "2016-10-05 17:39:07.198243"], ["updated_at", "2016-10-05 17:39:07.198243"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores vel ex laudantium qui est fugiat libero.\",\"text\":\"The TCP interface is down, input the 1080p panel so we can copy the AI bus!\"}"], ["created_at", "2016-10-05 17:39:07.199144"], ["updated_at", "2016-10-05 17:39:07.199144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique fugit ex eos sequi expedita.\",\"text\":\"Try to bypass the SDD bandwidth, maybe it will index the online program!\"}"], ["created_at", "2016-10-05 17:39:07.200086"], ["updated_at", "2016-10-05 17:39:07.200086"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum fugiat dolorum nesciunt vel necessitatibus laboriosam qui.\",\"text\":\"We need to quantify the haptic FTP feed!\"}"], ["created_at", "2016-10-05 17:39:07.201022"], ["updated_at", "2016-10-05 17:39:07.201022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet ut vel perferendis qui sequi quod repellendus.\",\"text\":\"Use the multi-byte HTTP panel, then you can input the virtual port!\"}"], ["created_at", "2016-10-05 17:39:07.201886"], ["updated_at", "2016-10-05 17:39:07.201886"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore unde iure cum provident itaque.\",\"text\":\"Backing up the microchip won't do anything, we need to program the open-source ssl monitor!\"}"], ["created_at", "2016-10-05 17:39:07.202743"], ["updated_at", "2016-10-05 17:39:07.202743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore laudantium ea aut voluptate.\",\"text\":\"The SSL alarm is down, transmit the redundant circuit so we can input the RSS feed!\"}"], ["created_at", "2016-10-05 17:39:07.203626"], ["updated_at", "2016-10-05 17:39:07.203626"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur et et quidem et eos.\",\"text\":\"Try to bypass the PCI circuit, maybe it will index the virtual card!\"}"], ["created_at", "2016-10-05 17:39:07.204498"], ["updated_at", "2016-10-05 17:39:07.204498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quia doloremque.\",\"text\":\"We need to navigate the cross-platform JSON hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.205342"], ["updated_at", "2016-10-05 17:39:07.205342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In aut praesentium dolorum.\",\"text\":\"Generating the feed won't do anything, we need to back up the virtual sql port!\"}"], ["created_at", "2016-10-05 17:39:07.206210"], ["updated_at", "2016-10-05 17:39:07.206210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem corrupti dicta est labore.\",\"text\":\"If we back up the driver, we can get to the COM circuit through the wireless HTTP bus!\"}"], ["created_at", "2016-10-05 17:39:07.207090"], ["updated_at", "2016-10-05 17:39:07.207090"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit exercitationem dolor qui.\",\"text\":\"We need to generate the primary XML pixel!\"}"], ["created_at", "2016-10-05 17:39:07.207980"], ["updated_at", "2016-10-05 17:39:07.207980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas dignissimos delectus debitis sunt eligendi laborum.\",\"text\":\"If we back up the interface, we can get to the SMTP circuit through the mobile AGP system!\"}"], ["created_at", "2016-10-05 17:39:07.208866"], ["updated_at", "2016-10-05 17:39:07.208866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae sed quidem neque voluptate id.\",\"text\":\"If we input the circuit, we can get to the TCP interface through the online JSON monitor!\"}"], ["created_at", "2016-10-05 17:39:07.209716"], ["updated_at", "2016-10-05 17:39:07.209716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione voluptas sint aspernatur ullam nesciunt.\",\"text\":\"We need to navigate the back-end XML panel!\"}"], ["created_at", "2016-10-05 17:39:07.210594"], ["updated_at", "2016-10-05 17:39:07.210594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel nihil velit reprehenderit sint.\",\"text\":\"I'll calculate the virtual RSS microchip, that should application the PNG interface!\"}"], ["created_at", "2016-10-05 17:39:07.211468"], ["updated_at", "2016-10-05 17:39:07.211468"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa velit ut nam qui omnis tempore atque.\",\"text\":\"We need to generate the solid state SCSI feed!\"}"], ["created_at", "2016-10-05 17:39:07.212382"], ["updated_at", "2016-10-05 17:39:07.212382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident sed dolore illum distinctio.\",\"text\":\"If we copy the bandwidth, we can get to the SQL transmitter through the primary FTP card!\"}"], ["created_at", "2016-10-05 17:39:07.213275"], ["updated_at", "2016-10-05 17:39:07.213275"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum labore magnam cumque nulla commodi.\",\"text\":\"If we quantify the array, we can get to the FTP alarm through the optical SDD transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.214144"], ["updated_at", "2016-10-05 17:39:07.214144"]] SQL (3.9ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti voluptatum voluptate.\",\"text\":\"If we generate the monitor, we can get to the HDD circuit through the optical COM transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.215040"], ["updated_at", "2016-10-05 17:39:07.215040"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit porro assumenda aut nihil ut error.\",\"text\":\"Try to bypass the TCP hard drive, maybe it will index the auxiliary driver!\"}"], ["created_at", "2016-10-05 17:39:07.220124"], ["updated_at", "2016-10-05 17:39:07.220124"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam fugit dolores non non sunt delectus.\",\"text\":\"I'll transmit the cross-platform HDD matrix, that should bandwidth the SMTP card!\"}"], ["created_at", "2016-10-05 17:39:07.221135"], ["updated_at", "2016-10-05 17:39:07.221135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque repellat fugiat adipisci molestias nisi quia.\",\"text\":\"We need to navigate the neural SAS bus!\"}"], ["created_at", "2016-10-05 17:39:07.222036"], ["updated_at", "2016-10-05 17:39:07.222036"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime minima voluptatem sit ipsum voluptas.\",\"text\":\"You can't back up the firewall without quantifying the solid state SQL bus!\"}"], ["created_at", "2016-10-05 17:39:07.222949"], ["updated_at", "2016-10-05 17:39:07.222949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi labore ea.\",\"text\":\"Try to program the SMS monitor, maybe it will compress the haptic monitor!\"}"], ["created_at", "2016-10-05 17:39:07.223840"], ["updated_at", "2016-10-05 17:39:07.223840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt enim ut veniam rem mollitia.\",\"text\":\"Try to generate the CSS bandwidth, maybe it will reboot the back-end matrix!\"}"], ["created_at", "2016-10-05 17:39:07.224716"], ["updated_at", "2016-10-05 17:39:07.224716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt iste beatae impedit possimus est sit.\",\"text\":\"Navigating the pixel won't do anything, we need to hack the haptic xss firewall!\"}"], ["created_at", "2016-10-05 17:39:07.225578"], ["updated_at", "2016-10-05 17:39:07.225578"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus consectetur iste.\",\"text\":\"Use the solid state AI bandwidth, then you can hack the multi-byte protocol!\"}"], ["created_at", "2016-10-05 17:39:07.226487"], ["updated_at", "2016-10-05 17:39:07.226487"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi consectetur saepe explicabo voluptas.\",\"text\":\"The ADP microchip is down, quantify the solid state interface so we can copy the CSS system!\"}"], ["created_at", "2016-10-05 17:39:07.227340"], ["updated_at", "2016-10-05 17:39:07.227340"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut minima aut consectetur voluptatem iusto dolorem.\",\"text\":\"You can't copy the microchip without programming the mobile SQL system!\"}"], ["created_at", "2016-10-05 17:39:07.228241"], ["updated_at", "2016-10-05 17:39:07.228241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis distinctio impedit molestias sit porro sint.\",\"text\":\"If we program the hard drive, we can get to the ADP transmitter through the cross-platform JBOD port!\"}"], ["created_at", "2016-10-05 17:39:07.229102"], ["updated_at", "2016-10-05 17:39:07.229102"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut aut temporibus.\",\"text\":\"I'll navigate the online SAS alarm, that should monitor the RAM microchip!\"}"], ["created_at", "2016-10-05 17:39:07.229967"], ["updated_at", "2016-10-05 17:39:07.229967"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus quia eos accusamus illum et.\",\"text\":\"If we connect the system, we can get to the CSS application through the wireless SCSI circuit!\"}"], ["created_at", "2016-10-05 17:39:07.230866"], ["updated_at", "2016-10-05 17:39:07.230866"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur quia alias dolorum.\",\"text\":\"Try to calculate the THX circuit, maybe it will back up the digital program!\"}"], ["created_at", "2016-10-05 17:39:07.231746"], ["updated_at", "2016-10-05 17:39:07.231746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam laboriosam voluptates provident.\",\"text\":\"You can't override the card without navigating the haptic JSON circuit!\"}"], ["created_at", "2016-10-05 17:39:07.232601"], ["updated_at", "2016-10-05 17:39:07.232601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis voluptatem qui sapiente nobis recusandae eos quasi.\",\"text\":\"Try to navigate the USB sensor, maybe it will reboot the bluetooth bus!\"}"], ["created_at", "2016-10-05 17:39:07.233466"], ["updated_at", "2016-10-05 17:39:07.233466"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde aut sapiente voluptatibus quod facilis.\",\"text\":\"The PCI panel is down, calculate the 1080p interface so we can override the AI matrix!\"}"], ["created_at", "2016-10-05 17:39:07.234325"], ["updated_at", "2016-10-05 17:39:07.234325"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et voluptatibus quidem repellendus at expedita.\",\"text\":\"We need to input the auxiliary IB monitor!\"}"], ["created_at", "2016-10-05 17:39:07.235270"], ["updated_at", "2016-10-05 17:39:07.235270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A saepe necessitatibus fugit tempora.\",\"text\":\"The JSON system is down, index the mobile port so we can copy the ADP application!\"}"], ["created_at", "2016-10-05 17:39:07.236132"], ["updated_at", "2016-10-05 17:39:07.236132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis illum quis et sit id voluptatem sunt.\",\"text\":\"We need to connect the multi-byte TCP pixel!\"}"], ["created_at", "2016-10-05 17:39:07.236989"], ["updated_at", "2016-10-05 17:39:07.236989"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum voluptas maiores.\",\"text\":\"You can't reboot the hard drive without hacking the optical AGP array!\"}"], ["created_at", "2016-10-05 17:39:07.237865"], ["updated_at", "2016-10-05 17:39:07.237865"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt occaecati omnis quia placeat fugiat modi eveniet.\",\"text\":\"The AGP driver is down, back up the virtual driver so we can compress the SSL alarm!\"}"], ["created_at", "2016-10-05 17:39:07.238767"], ["updated_at", "2016-10-05 17:39:07.238767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum nostrum necessitatibus.\",\"text\":\"You can't quantify the array without compressing the cross-platform USB capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.239671"], ["updated_at", "2016-10-05 17:39:07.239671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam unde qui beatae enim ut possimus.\",\"text\":\"We need to parse the back-end USB array!\"}"], ["created_at", "2016-10-05 17:39:07.240532"], ["updated_at", "2016-10-05 17:39:07.240532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi unde doloremque odit iure est optio aperiam.\",\"text\":\"We need to transmit the mobile SCSI pixel!\"}"], ["created_at", "2016-10-05 17:39:07.241386"], ["updated_at", "2016-10-05 17:39:07.241386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea atque qui voluptas dolorem.\",\"text\":\"Quantifying the program won't do anything, we need to copy the mobile jbod microchip!\"}"], ["created_at", "2016-10-05 17:39:07.242243"], ["updated_at", "2016-10-05 17:39:07.242243"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi recusandae ea vel doloremque blanditiis.\",\"text\":\"If we hack the alarm, we can get to the SQL bus through the bluetooth PNG bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.243143"], ["updated_at", "2016-10-05 17:39:07.243143"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia eum sequi deserunt.\",\"text\":\"You can't copy the program without parsing the mobile PNG port!\"}"], ["created_at", "2016-10-05 17:39:07.244033"], ["updated_at", "2016-10-05 17:39:07.244033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum consequatur aspernatur nihil quas repudiandae quidem voluptatum.\",\"text\":\"Try to index the GB circuit, maybe it will connect the wireless alarm!\"}"], ["created_at", "2016-10-05 17:39:07.244890"], ["updated_at", "2016-10-05 17:39:07.244890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit quia rem dolores culpa.\",\"text\":\"We need to copy the back-end JBOD application!\"}"], ["created_at", "2016-10-05 17:39:07.245788"], ["updated_at", "2016-10-05 17:39:07.245788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos culpa inventore impedit.\",\"text\":\"I'll bypass the neural RSS capacitor, that should program the SMTP pixel!\"}"], ["created_at", "2016-10-05 17:39:07.246683"], ["updated_at", "2016-10-05 17:39:07.246683"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas nam aliquam.\",\"text\":\"Use the 1080p XML program, then you can input the neural panel!\"}"], ["created_at", "2016-10-05 17:39:07.247547"], ["updated_at", "2016-10-05 17:39:07.247547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente id qui dolores sint vitae.\",\"text\":\"If we hack the protocol, we can get to the IB driver through the cross-platform AI protocol!\"}"], ["created_at", "2016-10-05 17:39:07.248443"], ["updated_at", "2016-10-05 17:39:07.248443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem fugiat provident et ipsam qui corporis.\",\"text\":\"If we compress the firewall, we can get to the SMS hard drive through the virtual PNG firewall!\"}"], ["created_at", "2016-10-05 17:39:07.249344"], ["updated_at", "2016-10-05 17:39:07.249344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut enim sit id aut est hic.\",\"text\":\"The XML matrix is down, bypass the online bus so we can navigate the SCSI transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.250474"], ["updated_at", "2016-10-05 17:39:07.250474"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus earum officia quod.\",\"text\":\"Try to index the THX program, maybe it will compress the mobile monitor!\"}"], ["created_at", "2016-10-05 17:39:07.251491"], ["updated_at", "2016-10-05 17:39:07.251491"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis ex quae nemo possimus dolore iste et.\",\"text\":\"Programming the system won't do anything, we need to connect the haptic css firewall!\"}"], ["created_at", "2016-10-05 17:39:07.252455"], ["updated_at", "2016-10-05 17:39:07.252455"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur explicabo ea.\",\"text\":\"Use the wireless RSS pixel, then you can copy the multi-byte card!\"}"], ["created_at", "2016-10-05 17:39:07.253445"], ["updated_at", "2016-10-05 17:39:07.253445"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas corrupti dicta et voluptatem expedita ex.\",\"text\":\"I'll back up the optical SMS sensor, that should transmitter the SCSI driver!\"}"], ["created_at", "2016-10-05 17:39:07.254417"], ["updated_at", "2016-10-05 17:39:07.254417"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita odio rerum et et quae et qui.\",\"text\":\"You can't compress the system without navigating the open-source GB driver!\"}"], ["created_at", "2016-10-05 17:39:07.255390"], ["updated_at", "2016-10-05 17:39:07.255390"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident sapiente voluptas laborum hic et.\",\"text\":\"I'll connect the auxiliary JSON circuit, that should capacitor the FTP program!\"}"], ["created_at", "2016-10-05 17:39:07.256341"], ["updated_at", "2016-10-05 17:39:07.256341"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda labore sint error.\",\"text\":\"Use the virtual SQL monitor, then you can connect the auxiliary array!\"}"], ["created_at", "2016-10-05 17:39:07.257347"], ["updated_at", "2016-10-05 17:39:07.257347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur quia laudantium dolorum cupiditate aut labore.\",\"text\":\"The SMTP card is down, synthesize the redundant application so we can compress the AI alarm!\"}"], ["created_at", "2016-10-05 17:39:07.258352"], ["updated_at", "2016-10-05 17:39:07.258352"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis eligendi quasi quos.\",\"text\":\"Backing up the matrix won't do anything, we need to compress the digital exe bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.259322"], ["updated_at", "2016-10-05 17:39:07.259322"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur sed ducimus perferendis repudiandae expedita.\",\"text\":\"Try to override the SMS application, maybe it will quantify the virtual matrix!\"}"], ["created_at", "2016-10-05 17:39:07.260287"], ["updated_at", "2016-10-05 17:39:07.260287"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit sed possimus dicta voluptas qui.\",\"text\":\"You can't bypass the circuit without compressing the solid state SDD port!\"}"], ["created_at", "2016-10-05 17:39:07.261324"], ["updated_at", "2016-10-05 17:39:07.261324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In animi magni dolorum fugit eum.\",\"text\":\"We need to index the multi-byte AI monitor!\"}"], ["created_at", "2016-10-05 17:39:07.262287"], ["updated_at", "2016-10-05 17:39:07.262287"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit qui aut animi eos quia qui.\",\"text\":\"Try to calculate the TCP program, maybe it will input the optical program!\"}"], ["created_at", "2016-10-05 17:39:07.263280"], ["updated_at", "2016-10-05 17:39:07.263280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et assumenda libero nobis.\",\"text\":\"If we input the application, we can get to the JSON microchip through the online XML capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.264237"], ["updated_at", "2016-10-05 17:39:07.264237"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati aperiam velit eum expedita.\",\"text\":\"I'll index the cross-platform SDD driver, that should sensor the PNG monitor!\"}"], ["created_at", "2016-10-05 17:39:07.265193"], ["updated_at", "2016-10-05 17:39:07.265193"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt illo libero quo ea repellendus fugiat et.\",\"text\":\"Try to calculate the XSS driver, maybe it will generate the cross-platform hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.266192"], ["updated_at", "2016-10-05 17:39:07.266192"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia debitis tempore.\",\"text\":\"Use the open-source THX protocol, then you can copy the mobile protocol!\"}"], ["created_at", "2016-10-05 17:39:07.267128"], ["updated_at", "2016-10-05 17:39:07.267128"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam labore fugit saepe et assumenda.\",\"text\":\"We need to navigate the wireless FTP sensor!\"}"], ["created_at", "2016-10-05 17:39:07.267987"], ["updated_at", "2016-10-05 17:39:07.267987"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut omnis ipsa illum.\",\"text\":\"We need to hack the wireless XSS feed!\"}"], ["created_at", "2016-10-05 17:39:07.268841"], ["updated_at", "2016-10-05 17:39:07.268841"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem sint quod sit illum.\",\"text\":\"I'll generate the open-source SAS interface, that should driver the ADP system!\"}"], ["created_at", "2016-10-05 17:39:07.269706"], ["updated_at", "2016-10-05 17:39:07.269706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est aliquid eveniet illo.\",\"text\":\"The PCI firewall is down, generate the solid state firewall so we can index the AGP card!\"}"], ["created_at", "2016-10-05 17:39:07.270653"], ["updated_at", "2016-10-05 17:39:07.270653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore qui sint inventore.\",\"text\":\"We need to generate the 1080p JBOD program!\"}"], ["created_at", "2016-10-05 17:39:07.271496"], ["updated_at", "2016-10-05 17:39:07.271496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa omnis perferendis id assumenda incidunt.\",\"text\":\"You can't override the card without hacking the back-end SMTP monitor!\"}"], ["created_at", "2016-10-05 17:39:07.272347"], ["updated_at", "2016-10-05 17:39:07.272347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo vero in qui architecto sit impedit voluptatem.\",\"text\":\"Use the online HDD alarm, then you can navigate the cross-platform driver!\"}"], ["created_at", "2016-10-05 17:39:07.273200"], ["updated_at", "2016-10-05 17:39:07.273200"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt quae repellendus possimus ad labore voluptatum rerum.\",\"text\":\"Use the online JSON matrix, then you can reboot the bluetooth alarm!\"}"], ["created_at", "2016-10-05 17:39:07.274076"], ["updated_at", "2016-10-05 17:39:07.274076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem ea voluptatem.\",\"text\":\"If we bypass the port, we can get to the FTP program through the cross-platform PCI interface!\"}"], ["created_at", "2016-10-05 17:39:07.275014"], ["updated_at", "2016-10-05 17:39:07.275014"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut aut minima suscipit iusto eligendi ducimus corrupti.\",\"text\":\"You can't bypass the card without synthesizing the redundant USB port!\"}"], ["created_at", "2016-10-05 17:39:07.275872"], ["updated_at", "2016-10-05 17:39:07.275872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere dolor et maxime doloremque eum aut.\",\"text\":\"Try to program the SAS protocol, maybe it will back up the multi-byte bus!\"}"], ["created_at", "2016-10-05 17:39:07.276745"], ["updated_at", "2016-10-05 17:39:07.276745"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint enim vero et quae.\",\"text\":\"If we program the system, we can get to the RSS application through the multi-byte THX program!\"}"], ["created_at", "2016-10-05 17:39:07.277608"], ["updated_at", "2016-10-05 17:39:07.277608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam eveniet rem id consequuntur rerum id.\",\"text\":\"Use the wireless JBOD microchip, then you can generate the multi-byte card!\"}"], ["created_at", "2016-10-05 17:39:07.278525"], ["updated_at", "2016-10-05 17:39:07.278525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore voluptate laboriosam.\",\"text\":\"The USB feed is down, generate the haptic application so we can calculate the SDD port!\"}"], ["created_at", "2016-10-05 17:39:07.279393"], ["updated_at", "2016-10-05 17:39:07.279393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti nesciunt voluptate laboriosam et sit.\",\"text\":\"You can't back up the system without overriding the open-source SCSI application!\"}"], ["created_at", "2016-10-05 17:39:07.280248"], ["updated_at", "2016-10-05 17:39:07.280248"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse rerum placeat.\",\"text\":\"You can't transmit the application without parsing the haptic SMTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.281094"], ["updated_at", "2016-10-05 17:39:07.281094"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed architecto aspernatur harum inventore occaecati tempora quaerat.\",\"text\":\"Use the online ADP system, then you can override the mobile array!\"}"], ["created_at", "2016-10-05 17:39:07.281978"], ["updated_at", "2016-10-05 17:39:07.281978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel earum fugit sapiente aspernatur quia non aut.\",\"text\":\"Programming the matrix won't do anything, we need to input the multi-byte sdd system!\"}"], ["created_at", "2016-10-05 17:39:07.282883"], ["updated_at", "2016-10-05 17:39:07.282883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est minima dolorem.\",\"text\":\"Synthesizing the port won't do anything, we need to transmit the bluetooth thx system!\"}"], ["created_at", "2016-10-05 17:39:07.283759"], ["updated_at", "2016-10-05 17:39:07.283759"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil eveniet eum cum et aut inventore consequatur.\",\"text\":\"If we connect the bus, we can get to the USB matrix through the mobile XML firewall!\"}"], ["created_at", "2016-10-05 17:39:07.284613"], ["updated_at", "2016-10-05 17:39:07.284613"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit itaque aliquam est dolorem voluptate.\",\"text\":\"We need to index the optical XML panel!\"}"], ["created_at", "2016-10-05 17:39:07.285554"], ["updated_at", "2016-10-05 17:39:07.285554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et et nihil ducimus eius.\",\"text\":\"Indexing the matrix won't do anything, we need to parse the optical thx matrix!\"}"], ["created_at", "2016-10-05 17:39:07.286456"], ["updated_at", "2016-10-05 17:39:07.286456"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi molestias maiores repellat autem rerum et natus.\",\"text\":\"I'll override the mobile PNG pixel, that should capacitor the RSS pixel!\"}"], ["created_at", "2016-10-05 17:39:07.287550"], ["updated_at", "2016-10-05 17:39:07.287550"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae nostrum magni dolorum non repellat.\",\"text\":\"I'll parse the open-source JBOD interface, that should card the SQL sensor!\"}"], ["created_at", "2016-10-05 17:39:07.288864"], ["updated_at", "2016-10-05 17:39:07.288864"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et non ducimus cupiditate unde optio.\",\"text\":\"You can't transmit the microchip without calculating the cross-platform COM program!\"}"], ["created_at", "2016-10-05 17:39:07.290368"], ["updated_at", "2016-10-05 17:39:07.290368"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint quod praesentium veniam et.\",\"text\":\"I'll index the 1080p JBOD circuit, that should system the SQL circuit!\"}"], ["created_at", "2016-10-05 17:39:07.291601"], ["updated_at", "2016-10-05 17:39:07.291601"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt ut et sint.\",\"text\":\"We need to reboot the solid state JBOD card!\"}"], ["created_at", "2016-10-05 17:39:07.293648"], ["updated_at", "2016-10-05 17:39:07.293648"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia illum sit voluptas aut quidem est.\",\"text\":\"If we bypass the hard drive, we can get to the SAS application through the neural RSS application!\"}"], ["created_at", "2016-10-05 17:39:07.294741"], ["updated_at", "2016-10-05 17:39:07.294741"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo sit laboriosam.\",\"text\":\"I'll bypass the cross-platform GB system, that should firewall the FTP alarm!\"}"], ["created_at", "2016-10-05 17:39:07.295610"], ["updated_at", "2016-10-05 17:39:07.295610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa laudantium nihil qui ea voluptas dolor.\",\"text\":\"You can't transmit the microchip without indexing the wireless RAM hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.296508"], ["updated_at", "2016-10-05 17:39:07.296508"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae repellendus voluptatem est.\",\"text\":\"I'll hack the 1080p TCP protocol, that should program the RSS interface!\"}"], ["created_at", "2016-10-05 17:39:07.297388"], ["updated_at", "2016-10-05 17:39:07.297388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum amet autem placeat sunt in.\",\"text\":\"I'll compress the cross-platform XML microchip, that should circuit the SQL panel!\"}"], ["created_at", "2016-10-05 17:39:07.298356"], ["updated_at", "2016-10-05 17:39:07.298356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed maiores odit.\",\"text\":\"The JBOD feed is down, input the redundant protocol so we can quantify the SAS monitor!\"}"], ["created_at", "2016-10-05 17:39:07.299266"], ["updated_at", "2016-10-05 17:39:07.299266"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente hic odio nemo.\",\"text\":\"If we override the transmitter, we can get to the SMS capacitor through the primary GB hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.300180"], ["updated_at", "2016-10-05 17:39:07.300180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit exercitationem ipsam consequatur.\",\"text\":\"The ADP interface is down, compress the auxiliary application so we can parse the IB port!\"}"], ["created_at", "2016-10-05 17:39:07.301088"], ["updated_at", "2016-10-05 17:39:07.301088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea doloribus at beatae animi laboriosam.\",\"text\":\"The GB port is down, compress the digital program so we can generate the HDD port!\"}"], ["created_at", "2016-10-05 17:39:07.301934"], ["updated_at", "2016-10-05 17:39:07.301934"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque impedit culpa corporis vel.\",\"text\":\"Use the redundant SDD capacitor, then you can synthesize the bluetooth transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.302831"], ["updated_at", "2016-10-05 17:39:07.302831"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis sed officiis occaecati dicta.\",\"text\":\"The HTTP capacitor is down, synthesize the haptic microchip so we can back up the SDD card!\"}"], ["created_at", "2016-10-05 17:39:07.303699"], ["updated_at", "2016-10-05 17:39:07.303699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui repellat est.\",\"text\":\"If we reboot the microchip, we can get to the SMS monitor through the wireless XML protocol!\"}"], ["created_at", "2016-10-05 17:39:07.304591"], ["updated_at", "2016-10-05 17:39:07.304591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum illo aliquid officiis.\",\"text\":\"We need to hack the bluetooth XSS capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.305456"], ["updated_at", "2016-10-05 17:39:07.305456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit atque consectetur.\",\"text\":\"Quantifying the system won't do anything, we need to hack the neural ram feed!\"}"], ["created_at", "2016-10-05 17:39:07.306318"], ["updated_at", "2016-10-05 17:39:07.306318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias assumenda non a est temporibus earum.\",\"text\":\"Try to program the FTP microchip, maybe it will calculate the optical monitor!\"}"], ["created_at", "2016-10-05 17:39:07.307289"], ["updated_at", "2016-10-05 17:39:07.307289"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi vel nesciunt ex.\",\"text\":\"The HTTP monitor is down, copy the solid state protocol so we can parse the XSS program!\"}"], ["created_at", "2016-10-05 17:39:07.308173"], ["updated_at", "2016-10-05 17:39:07.308173"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente illo doloribus reprehenderit maxime non et voluptatem.\",\"text\":\"Use the back-end AGP panel, then you can bypass the primary firewall!\"}"], ["created_at", "2016-10-05 17:39:07.309054"], ["updated_at", "2016-10-05 17:39:07.309054"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam fugit sit deserunt vel.\",\"text\":\"I'll synthesize the mobile PCI card, that should bandwidth the THX program!\"}"], ["created_at", "2016-10-05 17:39:07.309912"], ["updated_at", "2016-10-05 17:39:07.309912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit quia ullam non ratione.\",\"text\":\"Connecting the system won't do anything, we need to override the neural css pixel!\"}"], ["created_at", "2016-10-05 17:39:07.310781"], ["updated_at", "2016-10-05 17:39:07.310781"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor est dolore rerum nihil accusamus.\",\"text\":\"Try to hack the PCI interface, maybe it will navigate the neural circuit!\"}"], ["created_at", "2016-10-05 17:39:07.311624"], ["updated_at", "2016-10-05 17:39:07.311624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati a in exercitationem aut totam quia.\",\"text\":\"We need to quantify the cross-platform COM microchip!\"}"], ["created_at", "2016-10-05 17:39:07.312511"], ["updated_at", "2016-10-05 17:39:07.312511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut et voluptas.\",\"text\":\"Use the virtual RSS program, then you can compress the optical capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.313368"], ["updated_at", "2016-10-05 17:39:07.313368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor illo maxime incidunt sint impedit asperiores molestiae.\",\"text\":\"If we input the system, we can get to the PNG program through the mobile SAS hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.314215"], ["updated_at", "2016-10-05 17:39:07.314215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi quasi numquam.\",\"text\":\"Navigating the feed won't do anything, we need to transmit the 1080p adp card!\"}"], ["created_at", "2016-10-05 17:39:07.315093"], ["updated_at", "2016-10-05 17:39:07.315093"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora sit sapiente numquam.\",\"text\":\"I'll input the solid state COM firewall, that should monitor the CSS panel!\"}"], ["created_at", "2016-10-05 17:39:07.315959"], ["updated_at", "2016-10-05 17:39:07.315959"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis aut quo et dolorem nisi harum.\",\"text\":\"Try to navigate the PNG capacitor, maybe it will compress the cross-platform protocol!\"}"], ["created_at", "2016-10-05 17:39:07.316923"], ["updated_at", "2016-10-05 17:39:07.316923"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla molestiae pariatur.\",\"text\":\"We need to override the neural COM application!\"}"], ["created_at", "2016-10-05 17:39:07.318098"], ["updated_at", "2016-10-05 17:39:07.318098"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab dolorem eligendi consequuntur.\",\"text\":\"The FTP protocol is down, hack the multi-byte transmitter so we can index the PCI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.319481"], ["updated_at", "2016-10-05 17:39:07.319481"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores nihil sit et harum.\",\"text\":\"Try to parse the AGP array, maybe it will back up the open-source bus!\"}"], ["created_at", "2016-10-05 17:39:07.321007"], ["updated_at", "2016-10-05 17:39:07.321007"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit maxime voluptas.\",\"text\":\"Try to connect the USB monitor, maybe it will parse the haptic firewall!\"}"], ["created_at", "2016-10-05 17:39:07.322594"], ["updated_at", "2016-10-05 17:39:07.322594"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat et voluptatum itaque corporis consectetur aut magni.\",\"text\":\"Try to navigate the AI program, maybe it will quantify the bluetooth card!\"}"], ["created_at", "2016-10-05 17:39:07.323960"], ["updated_at", "2016-10-05 17:39:07.323960"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint sunt consequuntur dolorem culpa.\",\"text\":\"Try to copy the FTP card, maybe it will compress the wireless firewall!\"}"], ["created_at", "2016-10-05 17:39:07.325691"], ["updated_at", "2016-10-05 17:39:07.325691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum tempora nobis velit.\",\"text\":\"You can't program the port without backing up the optical HDD array!\"}"], ["created_at", "2016-10-05 17:39:07.327292"], ["updated_at", "2016-10-05 17:39:07.327292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem dolorem animi.\",\"text\":\"The SMS panel is down, reboot the cross-platform capacitor so we can bypass the GB protocol!\"}"], ["created_at", "2016-10-05 17:39:07.328249"], ["updated_at", "2016-10-05 17:39:07.328249"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit nam amet occaecati qui id illo.\",\"text\":\"Use the wireless JSON card, then you can program the online bus!\"}"], ["created_at", "2016-10-05 17:39:07.329161"], ["updated_at", "2016-10-05 17:39:07.329161"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod et voluptatem perferendis reiciendis est.\",\"text\":\"The XSS pixel is down, calculate the virtual port so we can synthesize the JSON port!\"}"], ["created_at", "2016-10-05 17:39:07.330084"], ["updated_at", "2016-10-05 17:39:07.330084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet quis culpa.\",\"text\":\"The FTP bus is down, compress the 1080p interface so we can back up the HDD firewall!\"}"], ["created_at", "2016-10-05 17:39:07.331005"], ["updated_at", "2016-10-05 17:39:07.331005"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore tenetur odit enim et perferendis a quas.\",\"text\":\"Navigating the driver won't do anything, we need to compress the auxiliary smtp sensor!\"}"], ["created_at", "2016-10-05 17:39:07.331884"], ["updated_at", "2016-10-05 17:39:07.331884"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla animi quibusdam dolores esse aut.\",\"text\":\"Use the haptic XML bus, then you can input the solid state program!\"}"], ["created_at", "2016-10-05 17:39:07.332739"], ["updated_at", "2016-10-05 17:39:07.332739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt exercitationem adipisci.\",\"text\":\"You can't copy the bandwidth without quantifying the solid state COM circuit!\"}"], ["created_at", "2016-10-05 17:39:07.333674"], ["updated_at", "2016-10-05 17:39:07.333674"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut consequatur eos velit deserunt.\",\"text\":\"The PCI application is down, connect the neural array so we can input the HDD microchip!\"}"], ["created_at", "2016-10-05 17:39:07.334586"], ["updated_at", "2016-10-05 17:39:07.334586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit inventore iusto.\",\"text\":\"Use the auxiliary RAM sensor, then you can compress the back-end transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.335527"], ["updated_at", "2016-10-05 17:39:07.335527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia non quia sit qui quo debitis.\",\"text\":\"Indexing the protocol won't do anything, we need to generate the neural json program!\"}"], ["created_at", "2016-10-05 17:39:07.336521"], ["updated_at", "2016-10-05 17:39:07.336521"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia consequuntur nihil vel incidunt voluptas ad earum.\",\"text\":\"Indexing the system won't do anything, we need to synthesize the open-source smtp card!\"}"], ["created_at", "2016-10-05 17:39:07.337436"], ["updated_at", "2016-10-05 17:39:07.337436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et dolorem maxime sed.\",\"text\":\"The SAS alarm is down, generate the virtual card so we can calculate the EXE circuit!\"}"], ["created_at", "2016-10-05 17:39:07.338372"], ["updated_at", "2016-10-05 17:39:07.338372"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae voluptate id perferendis voluptatem beatae sit.\",\"text\":\"Try to calculate the CSS feed, maybe it will calculate the solid state application!\"}"], ["created_at", "2016-10-05 17:39:07.339259"], ["updated_at", "2016-10-05 17:39:07.339259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores ut dolore est perspiciatis neque minus debitis.\",\"text\":\"The CSS bandwidth is down, compress the wireless driver so we can index the IB panel!\"}"], ["created_at", "2016-10-05 17:39:07.340293"], ["updated_at", "2016-10-05 17:39:07.340293"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi minima asperiores mollitia occaecati dignissimos porro.\",\"text\":\"We need to program the online ADP card!\"}"], ["created_at", "2016-10-05 17:39:07.341272"], ["updated_at", "2016-10-05 17:39:07.341272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui sit omnis ipsum et expedita ducimus.\",\"text\":\"We need to navigate the neural TCP microchip!\"}"], ["created_at", "2016-10-05 17:39:07.342210"], ["updated_at", "2016-10-05 17:39:07.342210"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure et molestiae iste eos animi iusto vitae.\",\"text\":\"Compressing the system won't do anything, we need to transmit the solid state sdd interface!\"}"], ["created_at", "2016-10-05 17:39:07.343104"], ["updated_at", "2016-10-05 17:39:07.343104"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum quos qui mollitia rerum error fugiat corporis.\",\"text\":\"Navigating the feed won't do anything, we need to hack the bluetooth sms application!\"}"], ["created_at", "2016-10-05 17:39:07.343987"], ["updated_at", "2016-10-05 17:39:07.343987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad non omnis dolor esse.\",\"text\":\"You can't generate the firewall without indexing the bluetooth HDD firewall!\"}"], ["created_at", "2016-10-05 17:39:07.344831"], ["updated_at", "2016-10-05 17:39:07.344831"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur ipsum unde facilis aliquid voluptatem sit aut.\",\"text\":\"If we program the driver, we can get to the SDD bandwidth through the multi-byte CSS sensor!\"}"], ["created_at", "2016-10-05 17:39:07.345698"], ["updated_at", "2016-10-05 17:39:07.345698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde modi nobis sapiente laudantium at est et.\",\"text\":\"Use the bluetooth FTP firewall, then you can program the digital circuit!\"}"], ["created_at", "2016-10-05 17:39:07.346651"], ["updated_at", "2016-10-05 17:39:07.346651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita sequi odio totam.\",\"text\":\"I'll program the digital SSL feed, that should card the XSS panel!\"}"], ["created_at", "2016-10-05 17:39:07.347550"], ["updated_at", "2016-10-05 17:39:07.347550"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo eius qui beatae ratione dolores non.\",\"text\":\"Use the multi-byte CSS bandwidth, then you can index the bluetooth firewall!\"}"], ["created_at", "2016-10-05 17:39:07.348424"], ["updated_at", "2016-10-05 17:39:07.348424"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur non omnis maiores accusantium ut.\",\"text\":\"Copying the alarm won't do anything, we need to hack the cross-platform ai array!\"}"], ["created_at", "2016-10-05 17:39:07.349300"], ["updated_at", "2016-10-05 17:39:07.349300"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est odit et quia sit ducimus est omnis.\",\"text\":\"Use the back-end SMTP protocol, then you can copy the open-source array!\"}"], ["created_at", "2016-10-05 17:39:07.350222"], ["updated_at", "2016-10-05 17:39:07.350222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio est hic libero tempore.\",\"text\":\"We need to copy the virtual SCSI protocol!\"}"], ["created_at", "2016-10-05 17:39:07.351196"], ["updated_at", "2016-10-05 17:39:07.351196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium ex similique sint rerum exercitationem at qui.\",\"text\":\"If we back up the capacitor, we can get to the RAM bus through the neural CSS driver!\"}"], ["created_at", "2016-10-05 17:39:07.352154"], ["updated_at", "2016-10-05 17:39:07.352154"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta nam praesentium est vitae.\",\"text\":\"Try to index the SAS transmitter, maybe it will calculate the open-source bus!\"}"], ["created_at", "2016-10-05 17:39:07.353092"], ["updated_at", "2016-10-05 17:39:07.353092"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores quia harum.\",\"text\":\"Overriding the monitor won't do anything, we need to reboot the haptic sas firewall!\"}"], ["created_at", "2016-10-05 17:39:07.353998"], ["updated_at", "2016-10-05 17:39:07.353998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et in unde est deleniti consequatur dolorem.\",\"text\":\"Use the virtual XSS capacitor, then you can program the back-end port!\"}"], ["created_at", "2016-10-05 17:39:07.354916"], ["updated_at", "2016-10-05 17:39:07.354916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem similique repudiandae ratione.\",\"text\":\"Indexing the bus won't do anything, we need to connect the online hdd application!\"}"], ["created_at", "2016-10-05 17:39:07.355791"], ["updated_at", "2016-10-05 17:39:07.355791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil sint quos.\",\"text\":\"Try to quantify the PCI microchip, maybe it will hack the back-end application!\"}"], ["created_at", "2016-10-05 17:39:07.356655"], ["updated_at", "2016-10-05 17:39:07.356655"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum vero aperiam.\",\"text\":\"You can't generate the alarm without hacking the cross-platform JBOD bus!\"}"], ["created_at", "2016-10-05 17:39:07.357537"], ["updated_at", "2016-10-05 17:39:07.357537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet quia totam similique enim iste vel molestiae.\",\"text\":\"The CSS feed is down, program the digital matrix so we can navigate the IB protocol!\"}"], ["created_at", "2016-10-05 17:39:07.358476"], ["updated_at", "2016-10-05 17:39:07.358476"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit commodi accusamus harum.\",\"text\":\"Overriding the firewall won't do anything, we need to index the online sql capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.359331"], ["updated_at", "2016-10-05 17:39:07.359331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos ducimus ipsa mollitia fugiat ratione.\",\"text\":\"Try to navigate the SMTP pixel, maybe it will compress the redundant bus!\"}"], ["created_at", "2016-10-05 17:39:07.360193"], ["updated_at", "2016-10-05 17:39:07.360193"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui recusandae debitis eius.\",\"text\":\"The SMTP hard drive is down, compress the haptic application so we can input the XML hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.361057"], ["updated_at", "2016-10-05 17:39:07.361057"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto et facere sed.\",\"text\":\"You can't reboot the transmitter without overriding the bluetooth AI alarm!\"}"], ["created_at", "2016-10-05 17:39:07.361978"], ["updated_at", "2016-10-05 17:39:07.361978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste voluptas amet nesciunt praesentium nulla ut.\",\"text\":\"The CSS sensor is down, input the multi-byte array so we can program the XML microchip!\"}"], ["created_at", "2016-10-05 17:39:07.362859"], ["updated_at", "2016-10-05 17:39:07.362859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo porro harum consequuntur qui et.\",\"text\":\"If we override the microchip, we can get to the RAM panel through the auxiliary FTP circuit!\"}"], ["created_at", "2016-10-05 17:39:07.363720"], ["updated_at", "2016-10-05 17:39:07.363720"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia est minus sit consequatur est dolorum.\",\"text\":\"Calculating the matrix won't do anything, we need to override the open-source scsi monitor!\"}"], ["created_at", "2016-10-05 17:39:07.364591"], ["updated_at", "2016-10-05 17:39:07.364591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae impedit ad et illum aut nam.\",\"text\":\"You can't bypass the pixel without quantifying the neural RSS alarm!\"}"], ["created_at", "2016-10-05 17:39:07.365502"], ["updated_at", "2016-10-05 17:39:07.365502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit voluptas cumque id sed asperiores vel.\",\"text\":\"We need to reboot the solid state SAS microchip!\"}"], ["created_at", "2016-10-05 17:39:07.366383"], ["updated_at", "2016-10-05 17:39:07.366383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et libero quia natus omnis.\",\"text\":\"We need to input the cross-platform SMTP card!\"}"], ["created_at", "2016-10-05 17:39:07.367273"], ["updated_at", "2016-10-05 17:39:07.367273"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi impedit laboriosam nam nostrum veritatis.\",\"text\":\"I'll navigate the virtual SMS card, that should pixel the JSON port!\"}"], ["created_at", "2016-10-05 17:39:07.368130"], ["updated_at", "2016-10-05 17:39:07.368130"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem dolorum est et atque et.\",\"text\":\"Use the solid state SMTP sensor, then you can synthesize the open-source bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.369102"], ["updated_at", "2016-10-05 17:39:07.369102"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta aut mollitia veritatis quas distinctio.\",\"text\":\"You can't override the transmitter without programming the open-source TCP program!\"}"], ["created_at", "2016-10-05 17:39:07.370016"], ["updated_at", "2016-10-05 17:39:07.370016"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis et tenetur ea doloribus sit.\",\"text\":\"The AGP sensor is down, override the bluetooth application so we can program the SMTP card!\"}"], ["created_at", "2016-10-05 17:39:07.371898"], ["updated_at", "2016-10-05 17:39:07.371898"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In necessitatibus est sunt nemo tempore iste.\",\"text\":\"We need to navigate the back-end XSS alarm!\"}"], ["created_at", "2016-10-05 17:39:07.373758"], ["updated_at", "2016-10-05 17:39:07.373758"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt voluptatum dolorem vitae et.\",\"text\":\"You can't connect the sensor without connecting the online JBOD bus!\"}"], ["created_at", "2016-10-05 17:39:07.375689"], ["updated_at", "2016-10-05 17:39:07.375689"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis asperiores et libero reprehenderit.\",\"text\":\"I'll compress the online RAM bus, that should system the SSL interface!\"}"], ["created_at", "2016-10-05 17:39:07.377825"], ["updated_at", "2016-10-05 17:39:07.377825"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum perferendis minima.\",\"text\":\"We need to program the optical RAM matrix!\"}"], ["created_at", "2016-10-05 17:39:07.379215"], ["updated_at", "2016-10-05 17:39:07.379215"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat molestiae aut necessitatibus itaque nesciunt distinctio magnam.\",\"text\":\"Overriding the bus won't do anything, we need to synthesize the neural ssl bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.380393"], ["updated_at", "2016-10-05 17:39:07.380393"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat laboriosam iusto velit a eum sit.\",\"text\":\"If we transmit the panel, we can get to the AI driver through the virtual SMTP matrix!\"}"], ["created_at", "2016-10-05 17:39:07.381558"], ["updated_at", "2016-10-05 17:39:07.381558"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa et ipsam illum temporibus recusandae quo vero.\",\"text\":\"Try to hack the AI driver, maybe it will navigate the virtual panel!\"}"], ["created_at", "2016-10-05 17:39:07.382777"], ["updated_at", "2016-10-05 17:39:07.382777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate et deleniti.\",\"text\":\"Use the mobile PNG monitor, then you can bypass the virtual panel!\"}"], ["created_at", "2016-10-05 17:39:07.383905"], ["updated_at", "2016-10-05 17:39:07.383905"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit nemo consectetur natus odit quo qui nulla.\",\"text\":\"Use the auxiliary FTP alarm, then you can generate the online monitor!\"}"], ["created_at", "2016-10-05 17:39:07.384901"], ["updated_at", "2016-10-05 17:39:07.384901"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil nostrum odit iste optio non.\",\"text\":\"If we override the driver, we can get to the JBOD alarm through the 1080p IB driver!\"}"], ["created_at", "2016-10-05 17:39:07.385899"], ["updated_at", "2016-10-05 17:39:07.385899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis qui voluptatem.\",\"text\":\"You can't quantify the capacitor without programming the redundant HTTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.386883"], ["updated_at", "2016-10-05 17:39:07.386883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum aut quia ducimus.\",\"text\":\"We need to synthesize the redundant CSS driver!\"}"], ["created_at", "2016-10-05 17:39:07.387823"], ["updated_at", "2016-10-05 17:39:07.387823"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat aperiam dolor aspernatur quos et tempore aut.\",\"text\":\"We need to parse the cross-platform HTTP microchip!\"}"], ["created_at", "2016-10-05 17:39:07.388751"], ["updated_at", "2016-10-05 17:39:07.388751"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut fuga aperiam laudantium error.\",\"text\":\"You can't parse the sensor without backing up the optical XSS pixel!\"}"], ["created_at", "2016-10-05 17:39:07.389709"], ["updated_at", "2016-10-05 17:39:07.389709"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima ab at atque.\",\"text\":\"The RAM card is down, calculate the cross-platform bus so we can transmit the RAM protocol!\"}"], ["created_at", "2016-10-05 17:39:07.390894"], ["updated_at", "2016-10-05 17:39:07.390894"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum dolor sed architecto nemo facilis.\",\"text\":\"We need to hack the cross-platform IB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.392065"], ["updated_at", "2016-10-05 17:39:07.392065"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde incidunt a laboriosam animi doloribus quos.\",\"text\":\"The HTTP monitor is down, copy the neural array so we can program the THX application!\"}"], ["created_at", "2016-10-05 17:39:07.394003"], ["updated_at", "2016-10-05 17:39:07.394003"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit qui tenetur laboriosam ipsum hic quo.\",\"text\":\"Bypassing the matrix won't do anything, we need to index the solid state smtp card!\"}"], ["created_at", "2016-10-05 17:39:07.395491"], ["updated_at", "2016-10-05 17:39:07.395491"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur sapiente voluptates inventore nesciunt doloribus sed.\",\"text\":\"If we copy the monitor, we can get to the SMTP alarm through the digital AI bus!\"}"], ["created_at", "2016-10-05 17:39:07.396600"], ["updated_at", "2016-10-05 17:39:07.396600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim modi voluptatem culpa sint.\",\"text\":\"Backing up the array won't do anything, we need to transmit the haptic smtp capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.397679"], ["updated_at", "2016-10-05 17:39:07.397679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab debitis ut.\",\"text\":\"Generating the firewall won't do anything, we need to connect the solid state http circuit!\"}"], ["created_at", "2016-10-05 17:39:07.398657"], ["updated_at", "2016-10-05 17:39:07.398657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur maxime enim corrupti vitae.\",\"text\":\"Use the cross-platform HDD bandwidth, then you can transmit the open-source interface!\"}"], ["created_at", "2016-10-05 17:39:07.399612"], ["updated_at", "2016-10-05 17:39:07.399612"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo modi et.\",\"text\":\"Use the wireless PCI protocol, then you can generate the primary bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.400595"], ["updated_at", "2016-10-05 17:39:07.400595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio aperiam eum et.\",\"text\":\"We need to override the cross-platform RAM card!\"}"], ["created_at", "2016-10-05 17:39:07.401512"], ["updated_at", "2016-10-05 17:39:07.401512"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet odio voluptas accusamus doloribus aut nesciunt ullam.\",\"text\":\"We need to back up the wireless SSL protocol!\"}"], ["created_at", "2016-10-05 17:39:07.402412"], ["updated_at", "2016-10-05 17:39:07.402412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam est minus exercitationem recusandae fuga rerum.\",\"text\":\"The RSS driver is down, hack the wireless protocol so we can parse the RAM feed!\"}"], ["created_at", "2016-10-05 17:39:07.403286"], ["updated_at", "2016-10-05 17:39:07.403286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis eius id et.\",\"text\":\"We need to override the 1080p XML hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.404145"], ["updated_at", "2016-10-05 17:39:07.404145"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores molestiae maxime.\",\"text\":\"If we copy the program, we can get to the PCI pixel through the bluetooth XSS card!\"}"], ["created_at", "2016-10-05 17:39:07.405007"], ["updated_at", "2016-10-05 17:39:07.405007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum ad illo asperiores a voluptas et qui.\",\"text\":\"The THX application is down, program the bluetooth interface so we can connect the SMS transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.405900"], ["updated_at", "2016-10-05 17:39:07.405900"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et voluptate a laborum voluptatem consequatur est et.\",\"text\":\"You can't calculate the capacitor without quantifying the solid state USB firewall!\"}"], ["created_at", "2016-10-05 17:39:07.406895"], ["updated_at", "2016-10-05 17:39:07.406895"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit enim laboriosam placeat sint.\",\"text\":\"If we parse the circuit, we can get to the SCSI driver through the mobile EXE alarm!\"}"], ["created_at", "2016-10-05 17:39:07.407932"], ["updated_at", "2016-10-05 17:39:07.407932"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis nam consequatur minus qui.\",\"text\":\"The XML port is down, override the optical firewall so we can hack the XML hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.409042"], ["updated_at", "2016-10-05 17:39:07.409042"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id dolorum aspernatur eaque.\",\"text\":\"We need to connect the solid state HTTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.410157"], ["updated_at", "2016-10-05 17:39:07.410157"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident accusamus fugit culpa laudantium architecto illum enim.\",\"text\":\"Try to program the SCSI bandwidth, maybe it will connect the online protocol!\"}"], ["created_at", "2016-10-05 17:39:07.411737"], ["updated_at", "2016-10-05 17:39:07.411737"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis et non aut suscipit.\",\"text\":\"We need to generate the haptic SSL feed!\"}"], ["created_at", "2016-10-05 17:39:07.414821"], ["updated_at", "2016-10-05 17:39:07.414821"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi iusto enim aliquid.\",\"text\":\"We need to quantify the back-end AI firewall!\"}"], ["created_at", "2016-10-05 17:39:07.416034"], ["updated_at", "2016-10-05 17:39:07.416034"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti quo similique rerum non iusto voluptates.\",\"text\":\"If we synthesize the hard drive, we can get to the SQL card through the wireless RSS system!\"}"], ["created_at", "2016-10-05 17:39:07.418626"], ["updated_at", "2016-10-05 17:39:07.418626"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla quisquam hic ab.\",\"text\":\"The HTTP feed is down, quantify the open-source transmitter so we can index the SAS application!\"}"], ["created_at", "2016-10-05 17:39:07.420623"], ["updated_at", "2016-10-05 17:39:07.420623"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate quia voluptates minus consequatur natus.\",\"text\":\"Backing up the driver won't do anything, we need to index the primary usb program!\"}"], ["created_at", "2016-10-05 17:39:07.421608"], ["updated_at", "2016-10-05 17:39:07.421608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non nam quis.\",\"text\":\"Use the solid state AGP application, then you can bypass the bluetooth card!\"}"], ["created_at", "2016-10-05 17:39:07.422532"], ["updated_at", "2016-10-05 17:39:07.422532"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate in harum non.\",\"text\":\"Try to back up the JSON array, maybe it will hack the auxiliary interface!\"}"], ["created_at", "2016-10-05 17:39:07.423393"], ["updated_at", "2016-10-05 17:39:07.423393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non blanditiis eveniet quisquam neque est et quia.\",\"text\":\"Try to copy the SMS pixel, maybe it will navigate the online transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.424453"], ["updated_at", "2016-10-05 17:39:07.424453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit occaecati doloremque quam deleniti dignissimos.\",\"text\":\"You can't copy the capacitor without programming the multi-byte SMTP application!\"}"], ["created_at", "2016-10-05 17:39:07.425543"], ["updated_at", "2016-10-05 17:39:07.425543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores qui non deserunt aliquam sunt.\",\"text\":\"Use the optical SCSI capacitor, then you can synthesize the virtual sensor!\"}"], ["created_at", "2016-10-05 17:39:07.426453"], ["updated_at", "2016-10-05 17:39:07.426453"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem dolore accusantium eum repellat aut aut.\",\"text\":\"Connecting the application won't do anything, we need to index the online http capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.427310"], ["updated_at", "2016-10-05 17:39:07.427310"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima id repellendus nesciunt voluptatem sed rerum magnam.\",\"text\":\"Use the 1080p USB sensor, then you can back up the open-source port!\"}"], ["created_at", "2016-10-05 17:39:07.428287"], ["updated_at", "2016-10-05 17:39:07.428287"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis voluptatem nulla nobis minus vel.\",\"text\":\"Use the online ADP array, then you can navigate the online pixel!\"}"], ["created_at", "2016-10-05 17:39:07.429191"], ["updated_at", "2016-10-05 17:39:07.429191"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt quis similique eum sint soluta dolorem molestiae.\",\"text\":\"If we transmit the alarm, we can get to the IB capacitor through the multi-byte GB system!\"}"], ["created_at", "2016-10-05 17:39:07.430065"], ["updated_at", "2016-10-05 17:39:07.430065"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim sint eligendi quas.\",\"text\":\"The XML microchip is down, hack the virtual sensor so we can parse the HDD hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.430932"], ["updated_at", "2016-10-05 17:39:07.430932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ullam eius id asperiores laboriosam accusantium.\",\"text\":\"You can't override the sensor without navigating the wireless SDD capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.431842"], ["updated_at", "2016-10-05 17:39:07.431842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et eligendi enim asperiores hic autem.\",\"text\":\"Try to transmit the CSS panel, maybe it will index the virtual circuit!\"}"], ["created_at", "2016-10-05 17:39:07.432704"], ["updated_at", "2016-10-05 17:39:07.432704"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid aut facere.\",\"text\":\"We need to synthesize the bluetooth EXE feed!\"}"], ["created_at", "2016-10-05 17:39:07.433568"], ["updated_at", "2016-10-05 17:39:07.433568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque aut aut rerum expedita voluptatem.\",\"text\":\"We need to program the haptic HTTP alarm!\"}"], ["created_at", "2016-10-05 17:39:07.434462"], ["updated_at", "2016-10-05 17:39:07.434462"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia vel qui et neque sunt.\",\"text\":\"Try to transmit the THX interface, maybe it will hack the virtual hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.435309"], ["updated_at", "2016-10-05 17:39:07.435309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia quod deleniti et culpa consequatur assumenda.\",\"text\":\"Use the mobile SMS alarm, then you can bypass the optical driver!\"}"], ["created_at", "2016-10-05 17:39:07.436230"], ["updated_at", "2016-10-05 17:39:07.436230"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut et quod est ea ipsa eos.\",\"text\":\"The RSS feed is down, copy the optical capacitor so we can bypass the HDD alarm!\"}"], ["created_at", "2016-10-05 17:39:07.437225"], ["updated_at", "2016-10-05 17:39:07.437225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem qui est dolor explicabo.\",\"text\":\"You can't copy the sensor without copying the back-end SDD card!\"}"], ["created_at", "2016-10-05 17:39:07.438279"], ["updated_at", "2016-10-05 17:39:07.438279"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt modi occaecati sequi excepturi consequatur.\",\"text\":\"Navigating the matrix won't do anything, we need to back up the multi-byte agp circuit!\"}"], ["created_at", "2016-10-05 17:39:07.439242"], ["updated_at", "2016-10-05 17:39:07.439242"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem architecto est fugit omnis alias sed.\",\"text\":\"Use the cross-platform SMS bandwidth, then you can compress the bluetooth sensor!\"}"], ["created_at", "2016-10-05 17:39:07.440124"], ["updated_at", "2016-10-05 17:39:07.440124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur ullam sed nihil qui iste.\",\"text\":\"Use the auxiliary SQL transmitter, then you can input the bluetooth monitor!\"}"], ["created_at", "2016-10-05 17:39:07.441160"], ["updated_at", "2016-10-05 17:39:07.441160"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum esse ex quis ducimus dolor id voluptate.\",\"text\":\"Try to back up the JBOD interface, maybe it will copy the 1080p alarm!\"}"], ["created_at", "2016-10-05 17:39:07.442079"], ["updated_at", "2016-10-05 17:39:07.442079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas at facilis.\",\"text\":\"You can't calculate the protocol without connecting the online JSON matrix!\"}"], ["created_at", "2016-10-05 17:39:07.442991"], ["updated_at", "2016-10-05 17:39:07.442991"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit reiciendis nihil vero reprehenderit amet temporibus.\",\"text\":\"Use the 1080p AI matrix, then you can reboot the cross-platform alarm!\"}"], ["created_at", "2016-10-05 17:39:07.443869"], ["updated_at", "2016-10-05 17:39:07.443869"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est optio illum.\",\"text\":\"We need to navigate the neural HDD bus!\"}"], ["created_at", "2016-10-05 17:39:07.444770"], ["updated_at", "2016-10-05 17:39:07.444770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit est occaecati reiciendis eos sed nobis quod.\",\"text\":\"Copying the circuit won't do anything, we need to transmit the online thx card!\"}"], ["created_at", "2016-10-05 17:39:07.445636"], ["updated_at", "2016-10-05 17:39:07.445636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt et in ut dignissimos.\",\"text\":\"If we calculate the system, we can get to the COM capacitor through the cross-platform JSON driver!\"}"], ["created_at", "2016-10-05 17:39:07.446533"], ["updated_at", "2016-10-05 17:39:07.446533"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui ullam dolore quia dolorem dolores optio numquam.\",\"text\":\"The XSS capacitor is down, synthesize the neural feed so we can back up the SAS interface!\"}"], ["created_at", "2016-10-05 17:39:07.447389"], ["updated_at", "2016-10-05 17:39:07.447389"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam totam officia dolore ad minima eum.\",\"text\":\"The SMTP hard drive is down, synthesize the bluetooth matrix so we can compress the PCI capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.448321"], ["updated_at", "2016-10-05 17:39:07.448321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla est doloremque dolores fugit temporibus.\",\"text\":\"I'll back up the auxiliary FTP program, that should bus the TCP transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.449229"], ["updated_at", "2016-10-05 17:39:07.449229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores modi laudantium nihil et amet.\",\"text\":\"Try to back up the SMTP port, maybe it will override the auxiliary protocol!\"}"], ["created_at", "2016-10-05 17:39:07.450105"], ["updated_at", "2016-10-05 17:39:07.450105"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et qui architecto iusto rerum voluptatem fugit enim.\",\"text\":\"We need to input the cross-platform SDD alarm!\"}"], ["created_at", "2016-10-05 17:39:07.451009"], ["updated_at", "2016-10-05 17:39:07.451009"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id impedit ut molestiae itaque.\",\"text\":\"Try to synthesize the CSS bandwidth, maybe it will compress the wireless array!\"}"], ["created_at", "2016-10-05 17:39:07.452130"], ["updated_at", "2016-10-05 17:39:07.452130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque omnis reiciendis dolor praesentium.\",\"text\":\"Try to copy the COM driver, maybe it will calculate the solid state microchip!\"}"], ["created_at", "2016-10-05 17:39:07.453131"], ["updated_at", "2016-10-05 17:39:07.453131"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit et et numquam dicta ut.\",\"text\":\"I'll override the 1080p RAM bus, that should protocol the HDD firewall!\"}"], ["created_at", "2016-10-05 17:39:07.454096"], ["updated_at", "2016-10-05 17:39:07.454096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et consequatur ipsa aperiam est eius.\",\"text\":\"Try to transmit the SAS hard drive, maybe it will generate the virtual port!\"}"], ["created_at", "2016-10-05 17:39:07.455060"], ["updated_at", "2016-10-05 17:39:07.455060"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni velit optio necessitatibus placeat reprehenderit qui.\",\"text\":\"The CSS driver is down, quantify the multi-byte matrix so we can quantify the THX hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.455989"], ["updated_at", "2016-10-05 17:39:07.455989"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio est praesentium autem est accusantium eveniet.\",\"text\":\"We need to calculate the redundant RSS protocol!\"}"], ["created_at", "2016-10-05 17:39:07.456978"], ["updated_at", "2016-10-05 17:39:07.456978"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem ut magnam molestiae.\",\"text\":\"You can't input the firewall without quantifying the redundant GB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.457927"], ["updated_at", "2016-10-05 17:39:07.457927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur id ut minus dolore dolor itaque.\",\"text\":\"I'll compress the primary SAS interface, that should feed the SQL program!\"}"], ["created_at", "2016-10-05 17:39:07.458918"], ["updated_at", "2016-10-05 17:39:07.458918"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore aliquam doloribus consectetur accusamus non magni aut.\",\"text\":\"Use the 1080p SSL microchip, then you can override the mobile port!\"}"], ["created_at", "2016-10-05 17:39:07.459836"], ["updated_at", "2016-10-05 17:39:07.459836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi suscipit et modi excepturi ea consectetur ipsum.\",\"text\":\"We need to back up the bluetooth ADP circuit!\"}"], ["created_at", "2016-10-05 17:39:07.460742"], ["updated_at", "2016-10-05 17:39:07.460742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum debitis molestiae error assumenda fugit.\",\"text\":\"If we synthesize the microchip, we can get to the HDD circuit through the auxiliary ADP driver!\"}"], ["created_at", "2016-10-05 17:39:07.461602"], ["updated_at", "2016-10-05 17:39:07.461602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis sint inventore neque ut excepturi.\",\"text\":\"Use the online THX array, then you can copy the redundant program!\"}"], ["created_at", "2016-10-05 17:39:07.462484"], ["updated_at", "2016-10-05 17:39:07.462484"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A nesciunt id ut illo eius commodi.\",\"text\":\"I'll navigate the neural AGP microchip, that should hard drive the PNG bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.463350"], ["updated_at", "2016-10-05 17:39:07.463350"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est id ducimus suscipit mollitia quod assumenda facere.\",\"text\":\"We need to synthesize the bluetooth USB array!\"}"], ["created_at", "2016-10-05 17:39:07.464258"], ["updated_at", "2016-10-05 17:39:07.464258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque et eos a ut enim.\",\"text\":\"I'll program the multi-byte CSS capacitor, that should bandwidth the XSS bus!\"}"], ["created_at", "2016-10-05 17:39:07.465115"], ["updated_at", "2016-10-05 17:39:07.465115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita magnam labore.\",\"text\":\"If we generate the transmitter, we can get to the AI bus through the neural IB application!\"}"], ["created_at", "2016-10-05 17:39:07.465979"], ["updated_at", "2016-10-05 17:39:07.465979"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi natus recusandae quisquam eaque dolor.\",\"text\":\"You can't transmit the array without connecting the bluetooth SMTP circuit!\"}"], ["created_at", "2016-10-05 17:39:07.466873"], ["updated_at", "2016-10-05 17:39:07.466873"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis accusamus ea ex saepe reprehenderit nam dolor.\",\"text\":\"Try to copy the FTP card, maybe it will copy the 1080p firewall!\"}"], ["created_at", "2016-10-05 17:39:07.467739"], ["updated_at", "2016-10-05 17:39:07.467739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam nesciunt ab enim consequatur nostrum modi.\",\"text\":\"Connecting the application won't do anything, we need to input the cross-platform gb bus!\"}"], ["created_at", "2016-10-05 17:39:07.468661"], ["updated_at", "2016-10-05 17:39:07.468661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur possimus molestiae eaque vel delectus.\",\"text\":\"Use the back-end JBOD feed, then you can transmit the mobile hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.469535"], ["updated_at", "2016-10-05 17:39:07.469535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti eum iusto iste hic consectetur blanditiis.\",\"text\":\"If we back up the matrix, we can get to the AI sensor through the mobile TCP array!\"}"], ["created_at", "2016-10-05 17:39:07.470403"], ["updated_at", "2016-10-05 17:39:07.470403"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam esse qui qui.\",\"text\":\"I'll quantify the optical HDD bus, that should hard drive the COM hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.471283"], ["updated_at", "2016-10-05 17:39:07.471283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit fugiat ipsum tenetur.\",\"text\":\"You can't input the pixel without bypassing the online SAS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.472250"], ["updated_at", "2016-10-05 17:39:07.472250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias quas quisquam voluptates optio excepturi.\",\"text\":\"You can't index the protocol without hacking the bluetooth SMS pixel!\"}"], ["created_at", "2016-10-05 17:39:07.473117"], ["updated_at", "2016-10-05 17:39:07.473117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus esse dicta ut quasi perferendis ipsa commodi.\",\"text\":\"I'll hack the digital EXE program, that should system the EXE transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.473981"], ["updated_at", "2016-10-05 17:39:07.473981"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut id soluta voluptates non.\",\"text\":\"We need to hack the bluetooth RSS circuit!\"}"], ["created_at", "2016-10-05 17:39:07.474876"], ["updated_at", "2016-10-05 17:39:07.474876"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error repellendus voluptas.\",\"text\":\"We need to bypass the haptic FTP monitor!\"}"], ["created_at", "2016-10-05 17:39:07.475751"], ["updated_at", "2016-10-05 17:39:07.475751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est consequatur itaque et sed sed.\",\"text\":\"The PCI microchip is down, connect the 1080p card so we can synthesize the RSS pixel!\"}"], ["created_at", "2016-10-05 17:39:07.476658"], ["updated_at", "2016-10-05 17:39:07.476658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam dicta eum voluptas et recusandae.\",\"text\":\"You can't input the port without copying the solid state JSON firewall!\"}"], ["created_at", "2016-10-05 17:39:07.477533"], ["updated_at", "2016-10-05 17:39:07.477533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae ut assumenda rerum harum.\",\"text\":\"You can't synthesize the hard drive without generating the 1080p PCI bus!\"}"], ["created_at", "2016-10-05 17:39:07.478401"], ["updated_at", "2016-10-05 17:39:07.478401"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque repudiandae qui voluptatem quod.\",\"text\":\"We need to synthesize the digital SDD card!\"}"], ["created_at", "2016-10-05 17:39:07.479256"], ["updated_at", "2016-10-05 17:39:07.479256"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae laudantium porro in velit incidunt excepturi.\",\"text\":\"We need to copy the 1080p IB firewall!\"}"], ["created_at", "2016-10-05 17:39:07.480130"], ["updated_at", "2016-10-05 17:39:07.480130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut sint consequatur.\",\"text\":\"Use the primary USB array, then you can copy the primary matrix!\"}"], ["created_at", "2016-10-05 17:39:07.481068"], ["updated_at", "2016-10-05 17:39:07.481068"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum necessitatibus non et.\",\"text\":\"Indexing the matrix won't do anything, we need to program the wireless hdd circuit!\"}"], ["created_at", "2016-10-05 17:39:07.481960"], ["updated_at", "2016-10-05 17:39:07.481960"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error neque dolores.\",\"text\":\"Bypassing the sensor won't do anything, we need to connect the back-end usb driver!\"}"], ["created_at", "2016-10-05 17:39:07.482840"], ["updated_at", "2016-10-05 17:39:07.482840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus est veritatis rerum aut et est et.\",\"text\":\"If we navigate the circuit, we can get to the ADP card through the open-source FTP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.483724"], ["updated_at", "2016-10-05 17:39:07.483724"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga assumenda dignissimos nulla iste odio.\",\"text\":\"The XSS feed is down, quantify the online panel so we can compress the EXE card!\"}"], ["created_at", "2016-10-05 17:39:07.484604"], ["updated_at", "2016-10-05 17:39:07.484604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim magni mollitia voluptas nisi illum autem.\",\"text\":\"Try to parse the JSON feed, maybe it will reboot the bluetooth alarm!\"}"], ["created_at", "2016-10-05 17:39:07.485546"], ["updated_at", "2016-10-05 17:39:07.485546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel esse ducimus.\",\"text\":\"Use the bluetooth FTP matrix, then you can hack the bluetooth firewall!\"}"], ["created_at", "2016-10-05 17:39:07.486437"], ["updated_at", "2016-10-05 17:39:07.486437"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat aut cupiditate consequatur.\",\"text\":\"We need to quantify the open-source SDD bus!\"}"], ["created_at", "2016-10-05 17:39:07.487316"], ["updated_at", "2016-10-05 17:39:07.487316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt optio placeat libero laborum dolore.\",\"text\":\"We need to quantify the open-source SAS application!\"}"], ["created_at", "2016-10-05 17:39:07.488184"], ["updated_at", "2016-10-05 17:39:07.488184"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi occaecati hic.\",\"text\":\"Synthesizing the program won't do anything, we need to reboot the cross-platform gb firewall!\"}"], ["created_at", "2016-10-05 17:39:07.489031"], ["updated_at", "2016-10-05 17:39:07.489031"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum sit qui consectetur id atque.\",\"text\":\"The AGP sensor is down, transmit the digital system so we can override the AGP protocol!\"}"], ["created_at", "2016-10-05 17:39:07.489963"], ["updated_at", "2016-10-05 17:39:07.489963"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed cum incidunt eveniet.\",\"text\":\"Use the auxiliary FTP panel, then you can copy the online microchip!\"}"], ["created_at", "2016-10-05 17:39:07.490983"], ["updated_at", "2016-10-05 17:39:07.490983"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos voluptatem error molestiae quia fugit quam.\",\"text\":\"Try to reboot the COM system, maybe it will input the neural panel!\"}"], ["created_at", "2016-10-05 17:39:07.492051"], ["updated_at", "2016-10-05 17:39:07.492051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia adipisci et nulla quibusdam.\",\"text\":\"Try to program the PNG protocol, maybe it will navigate the primary transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.493076"], ["updated_at", "2016-10-05 17:39:07.493076"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor aliquam fugit veritatis.\",\"text\":\"The XML sensor is down, program the virtual hard drive so we can quantify the SAS application!\"}"], ["created_at", "2016-10-05 17:39:07.494104"], ["updated_at", "2016-10-05 17:39:07.494104"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut illum non rerum vitae quis excepturi quo.\",\"text\":\"The SMS sensor is down, transmit the cross-platform firewall so we can copy the AI bus!\"}"], ["created_at", "2016-10-05 17:39:07.496129"], ["updated_at", "2016-10-05 17:39:07.496129"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse aperiam voluptas alias culpa voluptatem facilis sunt.\",\"text\":\"Try to calculate the SCSI matrix, maybe it will quantify the neural alarm!\"}"], ["created_at", "2016-10-05 17:39:07.497154"], ["updated_at", "2016-10-05 17:39:07.497154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est ut illum quasi accusamus.\",\"text\":\"I'll transmit the mobile THX transmitter, that should application the IB application!\"}"], ["created_at", "2016-10-05 17:39:07.498033"], ["updated_at", "2016-10-05 17:39:07.498033"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus et saepe eos excepturi culpa laudantium quia.\",\"text\":\"The HDD card is down, program the primary driver so we can override the SCSI hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.498985"], ["updated_at", "2016-10-05 17:39:07.498985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit quos et.\",\"text\":\"Try to compress the FTP protocol, maybe it will generate the online application!\"}"], ["created_at", "2016-10-05 17:39:07.499930"], ["updated_at", "2016-10-05 17:39:07.499930"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos labore impedit quas voluptatibus expedita error aut.\",\"text\":\"The CSS driver is down, copy the solid state bus so we can copy the PNG transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.500810"], ["updated_at", "2016-10-05 17:39:07.500810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo earum ea maxime dolores rerum odit quia.\",\"text\":\"Try to hack the HTTP bandwidth, maybe it will hack the online port!\"}"], ["created_at", "2016-10-05 17:39:07.501683"], ["updated_at", "2016-10-05 17:39:07.501683"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus distinctio vitae rerum a aspernatur.\",\"text\":\"I'll quantify the optical PNG application, that should panel the HTTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.502583"], ["updated_at", "2016-10-05 17:39:07.502583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim saepe delectus.\",\"text\":\"Copying the transmitter won't do anything, we need to program the cross-platform smtp firewall!\"}"], ["created_at", "2016-10-05 17:39:07.503514"], ["updated_at", "2016-10-05 17:39:07.503514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque quis quo quibusdam.\",\"text\":\"Try to parse the SMTP pixel, maybe it will synthesize the optical program!\"}"], ["created_at", "2016-10-05 17:39:07.504420"], ["updated_at", "2016-10-05 17:39:07.504420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore minus quis sunt quae dolorum aspernatur.\",\"text\":\"Synthesizing the array won't do anything, we need to calculate the auxiliary xss array!\"}"], ["created_at", "2016-10-05 17:39:07.505323"], ["updated_at", "2016-10-05 17:39:07.505323"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur ut assumenda amet quasi quo laboriosam.\",\"text\":\"The THX program is down, compress the virtual bandwidth so we can input the GB protocol!\"}"], ["created_at", "2016-10-05 17:39:07.506197"], ["updated_at", "2016-10-05 17:39:07.506197"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam labore expedita impedit totam est iure sed.\",\"text\":\"Try to hack the PCI array, maybe it will compress the virtual matrix!\"}"], ["created_at", "2016-10-05 17:39:07.507165"], ["updated_at", "2016-10-05 17:39:07.507165"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis consequatur et illum accusamus est officiis cupiditate.\",\"text\":\"We need to program the online THX bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.508085"], ["updated_at", "2016-10-05 17:39:07.508085"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate distinctio laborum blanditiis.\",\"text\":\"Try to back up the HDD bandwidth, maybe it will hack the neural feed!\"}"], ["created_at", "2016-10-05 17:39:07.508967"], ["updated_at", "2016-10-05 17:39:07.508967"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum dolor eligendi fugiat esse.\",\"text\":\"If we hack the transmitter, we can get to the COM capacitor through the mobile SMTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.509816"], ["updated_at", "2016-10-05 17:39:07.509816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit occaecati odio accusamus.\",\"text\":\"Quantifying the alarm won't do anything, we need to bypass the neural xml transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.510727"], ["updated_at", "2016-10-05 17:39:07.510727"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui repudiandae animi sequi aut est.\",\"text\":\"The JBOD sensor is down, compress the multi-byte program so we can transmit the SDD system!\"}"], ["created_at", "2016-10-05 17:39:07.511602"], ["updated_at", "2016-10-05 17:39:07.511602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis explicabo est.\",\"text\":\"Use the optical ADP feed, then you can calculate the primary firewall!\"}"], ["created_at", "2016-10-05 17:39:07.512450"], ["updated_at", "2016-10-05 17:39:07.512450"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi fugiat aliquam cupiditate velit iure.\",\"text\":\"Connecting the program won't do anything, we need to index the haptic thx bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.513314"], ["updated_at", "2016-10-05 17:39:07.513314"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique quisquam dolore amet dolor nisi.\",\"text\":\"You can't compress the bus without overriding the auxiliary TCP protocol!\"}"], ["created_at", "2016-10-05 17:39:07.514225"], ["updated_at", "2016-10-05 17:39:07.514225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui corrupti consequatur expedita ea atque illo.\",\"text\":\"If we bypass the panel, we can get to the USB application through the virtual THX driver!\"}"], ["created_at", "2016-10-05 17:39:07.515166"], ["updated_at", "2016-10-05 17:39:07.515166"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur voluptatem voluptatibus quae omnis.\",\"text\":\"Use the mobile SQL array, then you can quantify the digital protocol!\"}"], ["created_at", "2016-10-05 17:39:07.516040"], ["updated_at", "2016-10-05 17:39:07.516040"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis fugit quis aspernatur saepe amet.\",\"text\":\"You can't program the monitor without calculating the virtual JBOD monitor!\"}"], ["created_at", "2016-10-05 17:39:07.516931"], ["updated_at", "2016-10-05 17:39:07.516931"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non neque mollitia ut.\",\"text\":\"We need to back up the online RAM circuit!\"}"], ["created_at", "2016-10-05 17:39:07.517846"], ["updated_at", "2016-10-05 17:39:07.517846"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui sequi soluta.\",\"text\":\"Use the back-end XML feed, then you can back up the cross-platform protocol!\"}"], ["created_at", "2016-10-05 17:39:07.518736"], ["updated_at", "2016-10-05 17:39:07.518736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium qui autem accusamus.\",\"text\":\"If we copy the array, we can get to the CSS port through the digital JSON matrix!\"}"], ["created_at", "2016-10-05 17:39:07.519617"], ["updated_at", "2016-10-05 17:39:07.519617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam vel qui at facere.\",\"text\":\"Overriding the protocol won't do anything, we need to quantify the online ram hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.520498"], ["updated_at", "2016-10-05 17:39:07.520498"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque dolorum quaerat sit illo nisi.\",\"text\":\"If we generate the application, we can get to the THX pixel through the virtual SDD protocol!\"}"], ["created_at", "2016-10-05 17:39:07.521414"], ["updated_at", "2016-10-05 17:39:07.521414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto autem sed ex sunt architecto illo.\",\"text\":\"If we transmit the card, we can get to the TCP sensor through the haptic CSS monitor!\"}"], ["created_at", "2016-10-05 17:39:07.522356"], ["updated_at", "2016-10-05 17:39:07.522356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam laborum occaecati fuga sequi natus nesciunt vitae.\",\"text\":\"Try to calculate the GB circuit, maybe it will back up the multi-byte transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.523244"], ["updated_at", "2016-10-05 17:39:07.523244"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil sed iste impedit sunt.\",\"text\":\"We need to calculate the open-source RAM application!\"}"], ["created_at", "2016-10-05 17:39:07.524136"], ["updated_at", "2016-10-05 17:39:07.524136"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ullam omnis ut enim dolor.\",\"text\":\"You can't compress the firewall without copying the optical COM sensor!\"}"], ["created_at", "2016-10-05 17:39:07.525033"], ["updated_at", "2016-10-05 17:39:07.525033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum rerum suscipit pariatur.\",\"text\":\"If we quantify the microchip, we can get to the THX array through the open-source XSS array!\"}"], ["created_at", "2016-10-05 17:39:07.525943"], ["updated_at", "2016-10-05 17:39:07.525943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic veritatis consequatur perspiciatis earum sit autem quasi.\",\"text\":\"I'll bypass the digital PNG bus, that should program the PCI monitor!\"}"], ["created_at", "2016-10-05 17:39:07.526832"], ["updated_at", "2016-10-05 17:39:07.526832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur non quia fugiat quia dolor ea tenetur.\",\"text\":\"The AGP card is down, hack the bluetooth feed so we can quantify the THX panel!\"}"], ["created_at", "2016-10-05 17:39:07.527714"], ["updated_at", "2016-10-05 17:39:07.527714"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem a et odit dolores dolor.\",\"text\":\"The SDD system is down, compress the cross-platform application so we can copy the HTTP hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.528607"], ["updated_at", "2016-10-05 17:39:07.528607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem saepe dolorum.\",\"text\":\"If we transmit the driver, we can get to the RSS bandwidth through the optical XSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.529542"], ["updated_at", "2016-10-05 17:39:07.529542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus molestias sed perferendis ad.\",\"text\":\"We need to compress the auxiliary JBOD port!\"}"], ["created_at", "2016-10-05 17:39:07.530444"], ["updated_at", "2016-10-05 17:39:07.530444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est vero error aut quasi blanditiis.\",\"text\":\"I'll bypass the 1080p SMS alarm, that should protocol the AI feed!\"}"], ["created_at", "2016-10-05 17:39:07.531326"], ["updated_at", "2016-10-05 17:39:07.531326"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas impedit molestiae nostrum.\",\"text\":\"You can't synthesize the panel without hacking the haptic SMTP interface!\"}"], ["created_at", "2016-10-05 17:39:07.532252"], ["updated_at", "2016-10-05 17:39:07.532252"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est omnis et deserunt et.\",\"text\":\"If we generate the alarm, we can get to the IB array through the cross-platform HDD monitor!\"}"], ["created_at", "2016-10-05 17:39:07.533143"], ["updated_at", "2016-10-05 17:39:07.533143"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est animi voluptas ea numquam.\",\"text\":\"We need to back up the primary SMS protocol!\"}"], ["created_at", "2016-10-05 17:39:07.534082"], ["updated_at", "2016-10-05 17:39:07.534082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint rerum perferendis.\",\"text\":\"We need to generate the 1080p HTTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.534973"], ["updated_at", "2016-10-05 17:39:07.534973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius cupiditate assumenda ratione exercitationem.\",\"text\":\"Try to input the HDD pixel, maybe it will copy the primary protocol!\"}"], ["created_at", "2016-10-05 17:39:07.535875"], ["updated_at", "2016-10-05 17:39:07.535875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut omnis est.\",\"text\":\"Navigating the microchip won't do anything, we need to copy the optical png protocol!\"}"], ["created_at", "2016-10-05 17:39:07.536809"], ["updated_at", "2016-10-05 17:39:07.536809"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore eligendi dolores nisi et.\",\"text\":\"We need to reboot the bluetooth ADP sensor!\"}"], ["created_at", "2016-10-05 17:39:07.537712"], ["updated_at", "2016-10-05 17:39:07.537712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos atque ipsum.\",\"text\":\"I'll navigate the back-end SMS alarm, that should alarm the EXE panel!\"}"], ["created_at", "2016-10-05 17:39:07.538668"], ["updated_at", "2016-10-05 17:39:07.538668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi consequatur veritatis aspernatur esse.\",\"text\":\"Quantifying the capacitor won't do anything, we need to connect the cross-platform adp interface!\"}"], ["created_at", "2016-10-05 17:39:07.539555"], ["updated_at", "2016-10-05 17:39:07.539555"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis quasi modi ut.\",\"text\":\"We need to bypass the digital HDD array!\"}"], ["created_at", "2016-10-05 17:39:07.540448"], ["updated_at", "2016-10-05 17:39:07.540448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam assumenda delectus sapiente.\",\"text\":\"Hacking the interface won't do anything, we need to quantify the wireless gb application!\"}"], ["created_at", "2016-10-05 17:39:07.541328"], ["updated_at", "2016-10-05 17:39:07.541328"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo voluptatem aperiam voluptas fuga.\",\"text\":\"The HTTP hard drive is down, navigate the mobile transmitter so we can back up the FTP card!\"}"], ["created_at", "2016-10-05 17:39:07.542201"], ["updated_at", "2016-10-05 17:39:07.542201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui sint itaque hic perspiciatis sunt.\",\"text\":\"If we connect the capacitor, we can get to the COM card through the redundant XML alarm!\"}"], ["created_at", "2016-10-05 17:39:07.543161"], ["updated_at", "2016-10-05 17:39:07.543161"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis quisquam sit sit autem animi eligendi.\",\"text\":\"If we parse the panel, we can get to the SCSI firewall through the neural HTTP port!\"}"], ["created_at", "2016-10-05 17:39:07.544038"], ["updated_at", "2016-10-05 17:39:07.544038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque mollitia cupiditate inventore officiis.\",\"text\":\"Try to input the XML pixel, maybe it will bypass the cross-platform protocol!\"}"], ["created_at", "2016-10-05 17:39:07.544908"], ["updated_at", "2016-10-05 17:39:07.544908"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus illo aut dolorem sit quidem omnis.\",\"text\":\"We need to bypass the virtual SAS pixel!\"}"], ["created_at", "2016-10-05 17:39:07.545792"], ["updated_at", "2016-10-05 17:39:07.545792"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse illum itaque culpa eius voluptatibus labore.\",\"text\":\"Try to bypass the SMTP sensor, maybe it will transmit the bluetooth microchip!\"}"], ["created_at", "2016-10-05 17:39:07.546725"], ["updated_at", "2016-10-05 17:39:07.546725"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam error sint nihil praesentium dolorem.\",\"text\":\"We need to copy the back-end HDD port!\"}"], ["created_at", "2016-10-05 17:39:07.547609"], ["updated_at", "2016-10-05 17:39:07.547609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum et veniam aut.\",\"text\":\"If we index the system, we can get to the HDD program through the back-end SAS application!\"}"], ["created_at", "2016-10-05 17:39:07.548493"], ["updated_at", "2016-10-05 17:39:07.548493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae eligendi qui.\",\"text\":\"Overriding the hard drive won't do anything, we need to program the redundant ssl interface!\"}"], ["created_at", "2016-10-05 17:39:07.549363"], ["updated_at", "2016-10-05 17:39:07.549363"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque minus magni fugiat quia.\",\"text\":\"I'll transmit the cross-platform RSS port, that should hard drive the RAM matrix!\"}"], ["created_at", "2016-10-05 17:39:07.550306"], ["updated_at", "2016-10-05 17:39:07.550306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem ratione facere dolor.\",\"text\":\"We need to override the auxiliary SSL bus!\"}"], ["created_at", "2016-10-05 17:39:07.551298"], ["updated_at", "2016-10-05 17:39:07.551298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero dolor amet eveniet voluptatibus similique rem ex.\",\"text\":\"Use the cross-platform TCP capacitor, then you can calculate the digital program!\"}"], ["created_at", "2016-10-05 17:39:07.552249"], ["updated_at", "2016-10-05 17:39:07.552249"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem cum non voluptatem autem recusandae rerum.\",\"text\":\"Overriding the port won't do anything, we need to index the auxiliary xss microchip!\"}"], ["created_at", "2016-10-05 17:39:07.553199"], ["updated_at", "2016-10-05 17:39:07.553199"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id voluptatem exercitationem rem rerum minus provident.\",\"text\":\"Copying the pixel won't do anything, we need to reboot the mobile exe feed!\"}"], ["created_at", "2016-10-05 17:39:07.554087"], ["updated_at", "2016-10-05 17:39:07.554087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et voluptatibus officia aperiam.\",\"text\":\"I'll program the primary HTTP application, that should program the EXE microchip!\"}"], ["created_at", "2016-10-05 17:39:07.555055"], ["updated_at", "2016-10-05 17:39:07.555055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo laboriosam eligendi ullam quam nam in.\",\"text\":\"You can't copy the circuit without bypassing the digital XSS capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.555933"], ["updated_at", "2016-10-05 17:39:07.555933"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error ullam consequuntur aut cum harum molestias.\",\"text\":\"Try to navigate the PCI capacitor, maybe it will back up the cross-platform transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.556825"], ["updated_at", "2016-10-05 17:39:07.556825"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui vitae natus.\",\"text\":\"You can't bypass the firewall without bypassing the wireless RSS program!\"}"], ["created_at", "2016-10-05 17:39:07.557711"], ["updated_at", "2016-10-05 17:39:07.557711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam vero quia consequatur ex quasi nam sequi.\",\"text\":\"I'll bypass the solid state PNG feed, that should panel the SDD firewall!\"}"], ["created_at", "2016-10-05 17:39:07.558667"], ["updated_at", "2016-10-05 17:39:07.558667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et voluptates dolorem tempore enim maiores.\",\"text\":\"Transmitting the capacitor won't do anything, we need to index the mobile pci array!\"}"], ["created_at", "2016-10-05 17:39:07.559555"], ["updated_at", "2016-10-05 17:39:07.559555"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque modi ullam accusantium commodi consequuntur soluta harum.\",\"text\":\"You can't compress the capacitor without backing up the redundant ADP hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.560455"], ["updated_at", "2016-10-05 17:39:07.560455"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis ut veniam veritatis quam.\",\"text\":\"If we program the capacitor, we can get to the HDD bus through the multi-byte SMS hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.561385"], ["updated_at", "2016-10-05 17:39:07.561385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus repellendus nihil dolorum omnis.\",\"text\":\"Compressing the panel won't do anything, we need to transmit the solid state sas bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.562353"], ["updated_at", "2016-10-05 17:39:07.562353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo ratione corporis aut et id itaque.\",\"text\":\"Try to transmit the PNG port, maybe it will transmit the open-source system!\"}"], ["created_at", "2016-10-05 17:39:07.563250"], ["updated_at", "2016-10-05 17:39:07.563250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum maiores consequatur occaecati libero.\",\"text\":\"Try to reboot the GB firewall, maybe it will parse the wireless sensor!\"}"], ["created_at", "2016-10-05 17:39:07.564124"], ["updated_at", "2016-10-05 17:39:07.564124"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas soluta molestiae unde exercitationem et corrupti temporibus.\",\"text\":\"Navigating the feed won't do anything, we need to navigate the virtual ftp sensor!\"}"], ["created_at", "2016-10-05 17:39:07.564999"], ["updated_at", "2016-10-05 17:39:07.564999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur qui ea suscipit voluptate.\",\"text\":\"Use the cross-platform RSS firewall, then you can parse the open-source system!\"}"], ["created_at", "2016-10-05 17:39:07.565933"], ["updated_at", "2016-10-05 17:39:07.565933"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis consequatur esse vel quia consequatur.\",\"text\":\"If we synthesize the capacitor, we can get to the CSS system through the optical TCP port!\"}"], ["created_at", "2016-10-05 17:39:07.566827"], ["updated_at", "2016-10-05 17:39:07.566827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic consequatur et velit in quidem.\",\"text\":\"If we hack the firewall, we can get to the HDD feed through the haptic THX transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.567720"], ["updated_at", "2016-10-05 17:39:07.567720"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui ratione dolores voluptatem enim perspiciatis facilis.\",\"text\":\"You can't calculate the monitor without indexing the redundant HDD capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.568598"], ["updated_at", "2016-10-05 17:39:07.568598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos eum animi voluptatibus.\",\"text\":\"Use the neural CSS transmitter, then you can generate the wireless application!\"}"], ["created_at", "2016-10-05 17:39:07.569518"], ["updated_at", "2016-10-05 17:39:07.569518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia eaque necessitatibus facere dolore.\",\"text\":\"Use the optical AGP application, then you can generate the back-end application!\"}"], ["created_at", "2016-10-05 17:39:07.570408"], ["updated_at", "2016-10-05 17:39:07.570408"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt accusamus doloribus.\",\"text\":\"I'll index the digital HTTP program, that should sensor the SCSI sensor!\"}"], ["created_at", "2016-10-05 17:39:07.571286"], ["updated_at", "2016-10-05 17:39:07.571286"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores voluptates molestiae qui sequi.\",\"text\":\"Try to parse the GB protocol, maybe it will transmit the solid state feed!\"}"], ["created_at", "2016-10-05 17:39:07.572297"], ["updated_at", "2016-10-05 17:39:07.572297"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et non quaerat hic molestiae.\",\"text\":\"I'll transmit the cross-platform JSON feed, that should alarm the SSL pixel!\"}"], ["created_at", "2016-10-05 17:39:07.573358"], ["updated_at", "2016-10-05 17:39:07.573358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos non quia.\",\"text\":\"If we quantify the transmitter, we can get to the EXE firewall through the virtual SMS circuit!\"}"], ["created_at", "2016-10-05 17:39:07.574280"], ["updated_at", "2016-10-05 17:39:07.574280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda adipisci incidunt at aspernatur iste sunt doloremque.\",\"text\":\"I'll generate the auxiliary CSS bus, that should bandwidth the FTP bus!\"}"], ["created_at", "2016-10-05 17:39:07.575193"], ["updated_at", "2016-10-05 17:39:07.575193"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos qui officia veniam.\",\"text\":\"Try to parse the COM panel, maybe it will navigate the 1080p capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.576067"], ["updated_at", "2016-10-05 17:39:07.576067"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas enim saepe consequatur vel.\",\"text\":\"Use the mobile SDD circuit, then you can transmit the open-source firewall!\"}"], ["created_at", "2016-10-05 17:39:07.576997"], ["updated_at", "2016-10-05 17:39:07.576997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui fugiat omnis sapiente.\",\"text\":\"Use the virtual AI monitor, then you can parse the wireless bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.577877"], ["updated_at", "2016-10-05 17:39:07.577877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi qui in numquam et enim facere.\",\"text\":\"I'll input the 1080p CSS sensor, that should firewall the HTTP bus!\"}"], ["created_at", "2016-10-05 17:39:07.578763"], ["updated_at", "2016-10-05 17:39:07.578763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit aut sint rerum eligendi.\",\"text\":\"You can't program the firewall without synthesizing the multi-byte SDD interface!\"}"], ["created_at", "2016-10-05 17:39:07.579641"], ["updated_at", "2016-10-05 17:39:07.579641"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod sunt sequi sint itaque voluptatem et.\",\"text\":\"Compressing the microchip won't do anything, we need to calculate the haptic gb bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.580519"], ["updated_at", "2016-10-05 17:39:07.580519"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas veniam beatae sed eos ut doloremque ut.\",\"text\":\"Try to hack the SSL matrix, maybe it will copy the solid state array!\"}"], ["created_at", "2016-10-05 17:39:07.581451"], ["updated_at", "2016-10-05 17:39:07.581451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita eos aut vel.\",\"text\":\"We need to quantify the back-end SMS matrix!\"}"], ["created_at", "2016-10-05 17:39:07.582324"], ["updated_at", "2016-10-05 17:39:07.582324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis nihil perferendis non.\",\"text\":\"Use the haptic TCP panel, then you can transmit the cross-platform hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.583225"], ["updated_at", "2016-10-05 17:39:07.583225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos enim aut.\",\"text\":\"I'll generate the multi-byte TCP feed, that should protocol the GB card!\"}"], ["created_at", "2016-10-05 17:39:07.584117"], ["updated_at", "2016-10-05 17:39:07.584117"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum unde esse eveniet.\",\"text\":\"Try to navigate the GB alarm, maybe it will quantify the bluetooth interface!\"}"], ["created_at", "2016-10-05 17:39:07.584993"], ["updated_at", "2016-10-05 17:39:07.584993"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum cupiditate non inventore ipsa.\",\"text\":\"You can't synthesize the port without overriding the digital SMTP pixel!\"}"], ["created_at", "2016-10-05 17:39:07.585908"], ["updated_at", "2016-10-05 17:39:07.585908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui nihil ut ut dolores at omnis.\",\"text\":\"Use the online ADP pixel, then you can quantify the virtual microchip!\"}"], ["created_at", "2016-10-05 17:39:07.586896"], ["updated_at", "2016-10-05 17:39:07.586896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias vitae eveniet voluptatem a tenetur cum vero.\",\"text\":\"The SAS monitor is down, reboot the online circuit so we can navigate the AGP feed!\"}"], ["created_at", "2016-10-05 17:39:07.587800"], ["updated_at", "2016-10-05 17:39:07.587800"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum numquam qui quis beatae molestiae ratione dolore.\",\"text\":\"Overriding the hard drive won't do anything, we need to input the redundant hdd array!\"}"], ["created_at", "2016-10-05 17:39:07.588672"], ["updated_at", "2016-10-05 17:39:07.588672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro odit et.\",\"text\":\"Use the multi-byte XSS system, then you can index the virtual firewall!\"}"], ["created_at", "2016-10-05 17:39:07.589593"], ["updated_at", "2016-10-05 17:39:07.589593"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At qui explicabo adipisci est atque non aut.\",\"text\":\"You can't index the bus without navigating the optical AI firewall!\"}"], ["created_at", "2016-10-05 17:39:07.590508"], ["updated_at", "2016-10-05 17:39:07.590508"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore aliquid temporibus porro magni ea deleniti laudantium.\",\"text\":\"I'll generate the digital CSS alarm, that should matrix the AGP matrix!\"}"], ["created_at", "2016-10-05 17:39:07.591405"], ["updated_at", "2016-10-05 17:39:07.591405"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea rerum impedit ratione non aut.\",\"text\":\"Use the primary USB port, then you can override the back-end card!\"}"], ["created_at", "2016-10-05 17:39:07.592333"], ["updated_at", "2016-10-05 17:39:07.592333"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis quas aut deserunt maxime ipsum tenetur.\",\"text\":\"If we calculate the microchip, we can get to the COM application through the online HTTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.593594"], ["updated_at", "2016-10-05 17:39:07.593594"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem nobis sunt.\",\"text\":\"I'll index the cross-platform IB bandwidth, that should capacitor the ADP driver!\"}"], ["created_at", "2016-10-05 17:39:07.594878"], ["updated_at", "2016-10-05 17:39:07.594878"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non accusamus deserunt.\",\"text\":\"Use the back-end THX port, then you can transmit the solid state capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.596357"], ["updated_at", "2016-10-05 17:39:07.596357"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum molestias ad aut quo.\",\"text\":\"We need to synthesize the mobile PNG application!\"}"], ["created_at", "2016-10-05 17:39:07.598647"], ["updated_at", "2016-10-05 17:39:07.598647"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa quidem in consequatur non provident voluptatem quas.\",\"text\":\"If we calculate the protocol, we can get to the SMS bus through the optical HTTP feed!\"}"], ["created_at", "2016-10-05 17:39:07.601576"], ["updated_at", "2016-10-05 17:39:07.601576"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit sapiente vel ea.\",\"text\":\"We need to reboot the auxiliary USB system!\"}"], ["created_at", "2016-10-05 17:39:07.603179"], ["updated_at", "2016-10-05 17:39:07.603179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus voluptatem fuga cumque.\",\"text\":\"The PCI panel is down, hack the primary circuit so we can copy the PNG port!\"}"], ["created_at", "2016-10-05 17:39:07.604115"], ["updated_at", "2016-10-05 17:39:07.604115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus maiores omnis.\",\"text\":\"If we index the program, we can get to the COM program through the open-source XSS card!\"}"], ["created_at", "2016-10-05 17:39:07.605006"], ["updated_at", "2016-10-05 17:39:07.605006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum qui et dolorum reiciendis modi.\",\"text\":\"If we override the feed, we can get to the XML application through the bluetooth TCP monitor!\"}"], ["created_at", "2016-10-05 17:39:07.605907"], ["updated_at", "2016-10-05 17:39:07.605907"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim soluta nobis itaque exercitationem.\",\"text\":\"If we program the capacitor, we can get to the SDD panel through the online JBOD panel!\"}"], ["created_at", "2016-10-05 17:39:07.606869"], ["updated_at", "2016-10-05 17:39:07.606869"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi doloremque velit rerum aut.\",\"text\":\"If we index the interface, we can get to the FTP microchip through the redundant SAS capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.607939"], ["updated_at", "2016-10-05 17:39:07.607939"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex quis aut laborum qui optio recusandae unde.\",\"text\":\"The SSL circuit is down, transmit the 1080p array so we can back up the SSL interface!\"}"], ["created_at", "2016-10-05 17:39:07.608927"], ["updated_at", "2016-10-05 17:39:07.608927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui alias et repellendus similique quo.\",\"text\":\"Try to connect the SSL circuit, maybe it will parse the cross-platform driver!\"}"], ["created_at", "2016-10-05 17:39:07.609815"], ["updated_at", "2016-10-05 17:39:07.609815"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo nesciunt fuga doloremque et consectetur.\",\"text\":\"I'll transmit the open-source AI application, that should system the SMS matrix!\"}"], ["created_at", "2016-10-05 17:39:07.610707"], ["updated_at", "2016-10-05 17:39:07.610707"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias ad architecto voluptatibus consequatur natus.\",\"text\":\"Try to generate the COM card, maybe it will reboot the virtual program!\"}"], ["created_at", "2016-10-05 17:39:07.611635"], ["updated_at", "2016-10-05 17:39:07.611635"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint velit fugit et rerum aut asperiores.\",\"text\":\"We need to calculate the redundant SSL card!\"}"], ["created_at", "2016-10-05 17:39:07.612673"], ["updated_at", "2016-10-05 17:39:07.612673"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis quasi aperiam est quibusdam.\",\"text\":\"If we override the program, we can get to the IB card through the multi-byte USB microchip!\"}"], ["created_at", "2016-10-05 17:39:07.615372"], ["updated_at", "2016-10-05 17:39:07.615372"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta repellat et facilis mollitia quo.\",\"text\":\"Try to bypass the THX firewall, maybe it will copy the wireless card!\"}"], ["created_at", "2016-10-05 17:39:07.617173"], ["updated_at", "2016-10-05 17:39:07.617173"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem voluptas modi est omnis eum.\",\"text\":\"You can't parse the bus without calculating the back-end XSS system!\"}"], ["created_at", "2016-10-05 17:39:07.618219"], ["updated_at", "2016-10-05 17:39:07.618219"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque et eligendi blanditiis et qui sit ad.\",\"text\":\"Compressing the program won't do anything, we need to synthesize the open-source xss pixel!\"}"], ["created_at", "2016-10-05 17:39:07.619182"], ["updated_at", "2016-10-05 17:39:07.619182"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt nulla dolorem provident rerum.\",\"text\":\"We need to calculate the open-source XSS capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.620104"], ["updated_at", "2016-10-05 17:39:07.620104"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui quas laborum nobis sed ratione illum est.\",\"text\":\"Use the wireless SAS driver, then you can input the mobile sensor!\"}"], ["created_at", "2016-10-05 17:39:07.621012"], ["updated_at", "2016-10-05 17:39:07.621012"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis laboriosam laborum nostrum nihil excepturi id.\",\"text\":\"We need to copy the bluetooth HTTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.621961"], ["updated_at", "2016-10-05 17:39:07.621961"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas soluta dolorem fugit nesciunt tempore culpa eum.\",\"text\":\"You can't override the array without synthesizing the multi-byte SQL system!\"}"], ["created_at", "2016-10-05 17:39:07.622931"], ["updated_at", "2016-10-05 17:39:07.622931"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et molestias dolores.\",\"text\":\"The IB feed is down, synthesize the open-source panel so we can reboot the FTP circuit!\"}"], ["created_at", "2016-10-05 17:39:07.623893"], ["updated_at", "2016-10-05 17:39:07.623893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint quas nam autem.\",\"text\":\"Generating the port won't do anything, we need to navigate the 1080p hdd hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.624938"], ["updated_at", "2016-10-05 17:39:07.624938"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id autem ut.\",\"text\":\"Try to back up the ADP bus, maybe it will reboot the wireless system!\"}"], ["created_at", "2016-10-05 17:39:07.625878"], ["updated_at", "2016-10-05 17:39:07.625878"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor tempora in a.\",\"text\":\"I'll quantify the 1080p HTTP system, that should interface the PCI circuit!\"}"], ["created_at", "2016-10-05 17:39:07.626774"], ["updated_at", "2016-10-05 17:39:07.626774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae nobis pariatur eligendi.\",\"text\":\"I'll parse the online XSS driver, that should protocol the SQL capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.627721"], ["updated_at", "2016-10-05 17:39:07.627721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor eos illum laboriosam adipisci.\",\"text\":\"You can't calculate the feed without quantifying the open-source PCI card!\"}"], ["created_at", "2016-10-05 17:39:07.628630"], ["updated_at", "2016-10-05 17:39:07.628630"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quia rerum molestiae quia.\",\"text\":\"If we parse the bandwidth, we can get to the XML alarm through the bluetooth CSS program!\"}"], ["created_at", "2016-10-05 17:39:07.629540"], ["updated_at", "2016-10-05 17:39:07.629540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est nobis rem cumque id itaque illo maxime.\",\"text\":\"I'll override the cross-platform SMTP interface, that should application the ADP bus!\"}"], ["created_at", "2016-10-05 17:39:07.630437"], ["updated_at", "2016-10-05 17:39:07.630437"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut expedita eos quaerat quis totam natus iste.\",\"text\":\"Use the cross-platform SDD transmitter, then you can navigate the open-source array!\"}"], ["created_at", "2016-10-05 17:39:07.631331"], ["updated_at", "2016-10-05 17:39:07.631331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni autem esse ut nemo.\",\"text\":\"We need to synthesize the neural COM panel!\"}"], ["created_at", "2016-10-05 17:39:07.632302"], ["updated_at", "2016-10-05 17:39:07.632302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus iure nisi laborum sint.\",\"text\":\"I'll synthesize the digital AI capacitor, that should hard drive the USB panel!\"}"], ["created_at", "2016-10-05 17:39:07.633216"], ["updated_at", "2016-10-05 17:39:07.633216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt deserunt similique et et consequuntur.\",\"text\":\"The SAS circuit is down, copy the cross-platform panel so we can hack the SMTP alarm!\"}"], ["created_at", "2016-10-05 17:39:07.634112"], ["updated_at", "2016-10-05 17:39:07.634112"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe aperiam est velit voluptatem voluptatem.\",\"text\":\"We need to compress the multi-byte PNG driver!\"}"], ["created_at", "2016-10-05 17:39:07.635052"], ["updated_at", "2016-10-05 17:39:07.635052"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio harum repellat dolorem ipsum laborum quam.\",\"text\":\"Synthesizing the bus won't do anything, we need to bypass the online sas driver!\"}"], ["created_at", "2016-10-05 17:39:07.635962"], ["updated_at", "2016-10-05 17:39:07.635962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia ad reprehenderit et porro quasi tenetur ea.\",\"text\":\"I'll connect the primary AI card, that should matrix the EXE sensor!\"}"], ["created_at", "2016-10-05 17:39:07.636964"], ["updated_at", "2016-10-05 17:39:07.636964"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut delectus asperiores et.\",\"text\":\"I'll reboot the haptic JSON application, that should interface the SSL bus!\"}"], ["created_at", "2016-10-05 17:39:07.637897"], ["updated_at", "2016-10-05 17:39:07.637897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod reiciendis ut nihil est distinctio suscipit.\",\"text\":\"I'll back up the back-end XSS driver, that should microchip the SSL protocol!\"}"], ["created_at", "2016-10-05 17:39:07.638848"], ["updated_at", "2016-10-05 17:39:07.638848"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia officiis consequatur cumque.\",\"text\":\"If we override the microchip, we can get to the SDD sensor through the redundant USB program!\"}"], ["created_at", "2016-10-05 17:39:07.639743"], ["updated_at", "2016-10-05 17:39:07.639743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae minus sit voluptatum sit hic rerum et.\",\"text\":\"Programming the microchip won't do anything, we need to reboot the open-source png panel!\"}"], ["created_at", "2016-10-05 17:39:07.640706"], ["updated_at", "2016-10-05 17:39:07.640706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi temporibus est nihil placeat veritatis optio quae.\",\"text\":\"Compressing the bandwidth won't do anything, we need to input the neural sas pixel!\"}"], ["created_at", "2016-10-05 17:39:07.641622"], ["updated_at", "2016-10-05 17:39:07.641622"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis sapiente eum itaque et modi.\",\"text\":\"If we index the interface, we can get to the SMTP protocol through the wireless USB bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.642554"], ["updated_at", "2016-10-05 17:39:07.642554"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel provident earum.\",\"text\":\"I'll hack the 1080p ADP alarm, that should application the PNG firewall!\"}"], ["created_at", "2016-10-05 17:39:07.643469"], ["updated_at", "2016-10-05 17:39:07.643469"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur accusantium voluptatem consectetur odit aspernatur.\",\"text\":\"Use the open-source CSS sensor, then you can bypass the wireless system!\"}"], ["created_at", "2016-10-05 17:39:07.644500"], ["updated_at", "2016-10-05 17:39:07.644500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias qui ratione aut nostrum omnis.\",\"text\":\"You can't navigate the monitor without copying the neural JBOD monitor!\"}"], ["created_at", "2016-10-05 17:39:07.645660"], ["updated_at", "2016-10-05 17:39:07.645660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui vel earum.\",\"text\":\"Try to override the RAM system, maybe it will bypass the virtual hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.646657"], ["updated_at", "2016-10-05 17:39:07.646657"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates voluptas et aspernatur blanditiis quas quidem.\",\"text\":\"If we parse the program, we can get to the CSS array through the back-end EXE feed!\"}"], ["created_at", "2016-10-05 17:39:07.647585"], ["updated_at", "2016-10-05 17:39:07.647585"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia reiciendis voluptatem porro enim ut est.\",\"text\":\"We need to navigate the bluetooth SDD program!\"}"], ["created_at", "2016-10-05 17:39:07.648578"], ["updated_at", "2016-10-05 17:39:07.648578"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem consectetur provident perferendis.\",\"text\":\"We need to program the cross-platform RAM panel!\"}"], ["created_at", "2016-10-05 17:39:07.649504"], ["updated_at", "2016-10-05 17:39:07.649504"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit hic est consequatur unde.\",\"text\":\"The SMS alarm is down, parse the haptic protocol so we can back up the HTTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.650536"], ["updated_at", "2016-10-05 17:39:07.650536"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis soluta eveniet beatae corporis qui accusantium.\",\"text\":\"Use the solid state THX hard drive, then you can calculate the digital bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.660458"], ["updated_at", "2016-10-05 17:39:07.660458"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure quo quidem soluta.\",\"text\":\"If we generate the port, we can get to the FTP bus through the mobile PCI firewall!\"}"], ["created_at", "2016-10-05 17:39:07.661744"], ["updated_at", "2016-10-05 17:39:07.661744"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo quod molestiae nisi enim hic ut sed.\",\"text\":\"The USB port is down, input the optical panel so we can hack the SDD transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.662726"], ["updated_at", "2016-10-05 17:39:07.662726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos id dignissimos ea.\",\"text\":\"We need to copy the virtual SQL hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.663632"], ["updated_at", "2016-10-05 17:39:07.663632"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate aut eveniet sint deserunt.\",\"text\":\"You can't copy the panel without connecting the multi-byte FTP driver!\"}"], ["created_at", "2016-10-05 17:39:07.664535"], ["updated_at", "2016-10-05 17:39:07.664535"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas ullam fugiat.\",\"text\":\"If we transmit the feed, we can get to the RAM protocol through the optical IB monitor!\"}"], ["created_at", "2016-10-05 17:39:07.665443"], ["updated_at", "2016-10-05 17:39:07.665443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut nihil quia et natus sit excepturi.\",\"text\":\"We need to connect the back-end PCI port!\"}"], ["created_at", "2016-10-05 17:39:07.666403"], ["updated_at", "2016-10-05 17:39:07.666403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci aut rem.\",\"text\":\"The EXE application is down, connect the back-end system so we can bypass the SAS circuit!\"}"], ["created_at", "2016-10-05 17:39:07.667323"], ["updated_at", "2016-10-05 17:39:07.667323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus praesentium dicta labore ipsa maxime perferendis minima.\",\"text\":\"You can't connect the system without programming the auxiliary CSS circuit!\"}"], ["created_at", "2016-10-05 17:39:07.668192"], ["updated_at", "2016-10-05 17:39:07.668192"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit voluptas facilis architecto ipsa et inventore velit.\",\"text\":\"You can't index the protocol without copying the haptic HTTP monitor!\"}"], ["created_at", "2016-10-05 17:39:07.669121"], ["updated_at", "2016-10-05 17:39:07.669121"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum et exercitationem sit modi.\",\"text\":\"Use the solid state RAM application, then you can reboot the solid state firewall!\"}"], ["created_at", "2016-10-05 17:39:07.670023"], ["updated_at", "2016-10-05 17:39:07.670023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint consequatur impedit consectetur dicta quae distinctio.\",\"text\":\"Programming the driver won't do anything, we need to transmit the back-end com sensor!\"}"], ["created_at", "2016-10-05 17:39:07.670989"], ["updated_at", "2016-10-05 17:39:07.670989"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod quaerat dolorem aut.\",\"text\":\"Try to input the THX interface, maybe it will copy the redundant card!\"}"], ["created_at", "2016-10-05 17:39:07.671903"], ["updated_at", "2016-10-05 17:39:07.671903"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab inventore qui doloremque.\",\"text\":\"Try to generate the AI matrix, maybe it will reboot the back-end circuit!\"}"], ["created_at", "2016-10-05 17:39:07.672805"], ["updated_at", "2016-10-05 17:39:07.672805"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem molestiae cum sed quidem.\",\"text\":\"The SMTP transmitter is down, reboot the auxiliary protocol so we can connect the SDD panel!\"}"], ["created_at", "2016-10-05 17:39:07.673721"], ["updated_at", "2016-10-05 17:39:07.673721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error minus impedit aliquid harum saepe deleniti.\",\"text\":\"Use the solid state HTTP interface, then you can parse the auxiliary card!\"}"], ["created_at", "2016-10-05 17:39:07.674733"], ["updated_at", "2016-10-05 17:39:07.674733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione accusantium accusamus.\",\"text\":\"We need to synthesize the mobile CSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.675681"], ["updated_at", "2016-10-05 17:39:07.675681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque minima porro pariatur quasi tenetur.\",\"text\":\"I'll bypass the neural THX card, that should protocol the EXE array!\"}"], ["created_at", "2016-10-05 17:39:07.676628"], ["updated_at", "2016-10-05 17:39:07.676628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam et illo odit.\",\"text\":\"The HTTP alarm is down, quantify the digital matrix so we can connect the JBOD panel!\"}"], ["created_at", "2016-10-05 17:39:07.677548"], ["updated_at", "2016-10-05 17:39:07.677548"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis id quod nobis voluptatem quia rerum.\",\"text\":\"Compressing the bus won't do anything, we need to transmit the neural thx array!\"}"], ["created_at", "2016-10-05 17:39:07.678467"], ["updated_at", "2016-10-05 17:39:07.678467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque nemo quis quia.\",\"text\":\"If we bypass the capacitor, we can get to the SMS application through the cross-platform HDD alarm!\"}"], ["created_at", "2016-10-05 17:39:07.679436"], ["updated_at", "2016-10-05 17:39:07.679436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum unde officia.\",\"text\":\"If we bypass the capacitor, we can get to the SCSI port through the auxiliary SDD matrix!\"}"], ["created_at", "2016-10-05 17:39:07.680334"], ["updated_at", "2016-10-05 17:39:07.680334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro mollitia repellendus facilis.\",\"text\":\"Try to override the SAS hard drive, maybe it will calculate the digital feed!\"}"], ["created_at", "2016-10-05 17:39:07.681243"], ["updated_at", "2016-10-05 17:39:07.681243"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam atque placeat ducimus in qui quaerat.\",\"text\":\"The IB panel is down, quantify the back-end feed so we can program the SAS card!\"}"], ["created_at", "2016-10-05 17:39:07.682166"], ["updated_at", "2016-10-05 17:39:07.682166"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo ipsum dolorum dolorem.\",\"text\":\"I'll synthesize the online IB application, that should driver the SDD port!\"}"], ["created_at", "2016-10-05 17:39:07.683178"], ["updated_at", "2016-10-05 17:39:07.683178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus ut suscipit ratione sequi harum nulla cum.\",\"text\":\"I'll back up the 1080p HDD program, that should firewall the PNG application!\"}"], ["created_at", "2016-10-05 17:39:07.684124"], ["updated_at", "2016-10-05 17:39:07.684124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta incidunt quod consectetur illo molestiae.\",\"text\":\"The SSL bandwidth is down, program the optical monitor so we can reboot the HTTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.685003"], ["updated_at", "2016-10-05 17:39:07.685003"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi ipsa quaerat placeat.\",\"text\":\"If we copy the alarm, we can get to the RAM protocol through the auxiliary GB sensor!\"}"], ["created_at", "2016-10-05 17:39:07.685941"], ["updated_at", "2016-10-05 17:39:07.685941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime sequi quos vero a exercitationem ut.\",\"text\":\"The CSS protocol is down, calculate the neural bus so we can connect the SMTP program!\"}"], ["created_at", "2016-10-05 17:39:07.686873"], ["updated_at", "2016-10-05 17:39:07.686873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus placeat mollitia ab ea a repudiandae.\",\"text\":\"Use the auxiliary XML bus, then you can connect the solid state array!\"}"], ["created_at", "2016-10-05 17:39:07.687810"], ["updated_at", "2016-10-05 17:39:07.687810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis harum dolores est odit eveniet natus dicta.\",\"text\":\"I'll copy the 1080p FTP circuit, that should monitor the XSS panel!\"}"], ["created_at", "2016-10-05 17:39:07.688719"], ["updated_at", "2016-10-05 17:39:07.688719"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem cupiditate ut in voluptas necessitatibus.\",\"text\":\"Indexing the capacitor won't do anything, we need to connect the online sms bus!\"}"], ["created_at", "2016-10-05 17:39:07.689644"], ["updated_at", "2016-10-05 17:39:07.689644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab reprehenderit a dolores qui.\",\"text\":\"If we connect the system, we can get to the IB sensor through the online TCP bus!\"}"], ["created_at", "2016-10-05 17:39:07.690647"], ["updated_at", "2016-10-05 17:39:07.690647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis non omnis qui non eos consequatur.\",\"text\":\"We need to transmit the 1080p PCI port!\"}"], ["created_at", "2016-10-05 17:39:07.691579"], ["updated_at", "2016-10-05 17:39:07.691579"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum cumque harum.\",\"text\":\"We need to compress the optical SDD port!\"}"], ["created_at", "2016-10-05 17:39:07.692485"], ["updated_at", "2016-10-05 17:39:07.692485"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos distinctio optio consequatur iusto aut est.\",\"text\":\"The SCSI sensor is down, copy the mobile transmitter so we can compress the JBOD alarm!\"}"], ["created_at", "2016-10-05 17:39:07.693478"], ["updated_at", "2016-10-05 17:39:07.693478"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem perferendis fugit omnis quis.\",\"text\":\"We need to navigate the optical EXE driver!\"}"], ["created_at", "2016-10-05 17:39:07.694749"], ["updated_at", "2016-10-05 17:39:07.694749"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut sit non totam illo omnis modi.\",\"text\":\"Use the auxiliary GB program, then you can compress the online circuit!\"}"], ["created_at", "2016-10-05 17:39:07.695896"], ["updated_at", "2016-10-05 17:39:07.695896"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt atque et.\",\"text\":\"Try to navigate the USB panel, maybe it will bypass the open-source protocol!\"}"], ["created_at", "2016-10-05 17:39:07.697446"], ["updated_at", "2016-10-05 17:39:07.697446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum optio qui.\",\"text\":\"We need to parse the virtual SAS microchip!\"}"], ["created_at", "2016-10-05 17:39:07.699039"], ["updated_at", "2016-10-05 17:39:07.699039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis dolorum sint aut.\",\"text\":\"We need to navigate the online RAM port!\"}"], ["created_at", "2016-10-05 17:39:07.700047"], ["updated_at", "2016-10-05 17:39:07.700047"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime vel molestias illo voluptatibus quae.\",\"text\":\"Try to synthesize the ADP card, maybe it will navigate the open-source application!\"}"], ["created_at", "2016-10-05 17:39:07.700990"], ["updated_at", "2016-10-05 17:39:07.700990"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem enim aut.\",\"text\":\"We need to connect the bluetooth EXE port!\"}"], ["created_at", "2016-10-05 17:39:07.702139"], ["updated_at", "2016-10-05 17:39:07.702139"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem ad odit voluptas quibusdam rerum est aut.\",\"text\":\"If we copy the pixel, we can get to the XML port through the neural RSS interface!\"}"], ["created_at", "2016-10-05 17:39:07.703408"], ["updated_at", "2016-10-05 17:39:07.703408"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi inventore sapiente possimus quibusdam ut officia.\",\"text\":\"I'll quantify the cross-platform USB hard drive, that should protocol the EXE panel!\"}"], ["created_at", "2016-10-05 17:39:07.704772"], ["updated_at", "2016-10-05 17:39:07.704772"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut ex magni sit.\",\"text\":\"I'll copy the haptic SSL bus, that should capacitor the SQL array!\"}"], ["created_at", "2016-10-05 17:39:07.706323"], ["updated_at", "2016-10-05 17:39:07.706323"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque amet omnis quas placeat qui porro qui.\",\"text\":\"We need to index the cross-platform SQL application!\"}"], ["created_at", "2016-10-05 17:39:07.709437"], ["updated_at", "2016-10-05 17:39:07.709437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem perspiciatis quis et.\",\"text\":\"Try to override the SAS panel, maybe it will generate the 1080p circuit!\"}"], ["created_at", "2016-10-05 17:39:07.710705"], ["updated_at", "2016-10-05 17:39:07.710705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt veniam nam.\",\"text\":\"The FTP matrix is down, index the multi-byte sensor so we can connect the AI matrix!\"}"], ["created_at", "2016-10-05 17:39:07.711651"], ["updated_at", "2016-10-05 17:39:07.711651"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut unde porro labore.\",\"text\":\"If we calculate the matrix, we can get to the CSS protocol through the online PNG card!\"}"], ["created_at", "2016-10-05 17:39:07.712613"], ["updated_at", "2016-10-05 17:39:07.712613"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam et ipsa.\",\"text\":\"Use the mobile IB bus, then you can reboot the online feed!\"}"], ["created_at", "2016-10-05 17:39:07.714743"], ["updated_at", "2016-10-05 17:39:07.714743"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum repudiandae non pariatur sunt et veniam.\",\"text\":\"If we synthesize the system, we can get to the GB protocol through the multi-byte EXE monitor!\"}"], ["created_at", "2016-10-05 17:39:07.717307"], ["updated_at", "2016-10-05 17:39:07.717307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut eaque esse eum sit voluptatum.\",\"text\":\"Overriding the protocol won't do anything, we need to input the multi-byte thx bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.718514"], ["updated_at", "2016-10-05 17:39:07.718514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum earum suscipit non libero ducimus.\",\"text\":\"If we quantify the bus, we can get to the PNG matrix through the virtual USB transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.719467"], ["updated_at", "2016-10-05 17:39:07.719467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi mollitia voluptatem laudantium quam.\",\"text\":\"Use the open-source XSS monitor, then you can transmit the open-source protocol!\"}"], ["created_at", "2016-10-05 17:39:07.720408"], ["updated_at", "2016-10-05 17:39:07.720408"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda voluptas non quis tempora.\",\"text\":\"I'll reboot the redundant FTP panel, that should protocol the HTTP sensor!\"}"], ["created_at", "2016-10-05 17:39:07.721345"], ["updated_at", "2016-10-05 17:39:07.721345"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias nisi expedita qui cumque maxime laborum.\",\"text\":\"Use the bluetooth SDD circuit, then you can program the haptic application!\"}"], ["created_at", "2016-10-05 17:39:07.722334"], ["updated_at", "2016-10-05 17:39:07.722334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui et consequatur doloremque assumenda.\",\"text\":\"Use the wireless SMS array, then you can calculate the haptic circuit!\"}"], ["created_at", "2016-10-05 17:39:07.723318"], ["updated_at", "2016-10-05 17:39:07.723318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas rerum dolores ex exercitationem.\",\"text\":\"The JSON circuit is down, override the mobile interface so we can calculate the SDD port!\"}"], ["created_at", "2016-10-05 17:39:07.724458"], ["updated_at", "2016-10-05 17:39:07.724458"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et deleniti dolorem ea numquam.\",\"text\":\"Try to override the ADP driver, maybe it will synthesize the digital firewall!\"}"], ["created_at", "2016-10-05 17:39:07.725446"], ["updated_at", "2016-10-05 17:39:07.725446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione necessitatibus quis architecto sunt aut et et.\",\"text\":\"If we bypass the matrix, we can get to the SDD circuit through the cross-platform SSL alarm!\"}"], ["created_at", "2016-10-05 17:39:07.726429"], ["updated_at", "2016-10-05 17:39:07.726429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui culpa eos molestiae dicta adipisci assumenda.\",\"text\":\"The EXE application is down, compress the neural transmitter so we can calculate the RAM alarm!\"}"], ["created_at", "2016-10-05 17:39:07.727381"], ["updated_at", "2016-10-05 17:39:07.727381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio in aliquam vitae tempora totam aliquid.\",\"text\":\"Use the solid state SMTP matrix, then you can transmit the solid state feed!\"}"], ["created_at", "2016-10-05 17:39:07.728296"], ["updated_at", "2016-10-05 17:39:07.728296"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto sit quo vitae minus nemo culpa fugit.\",\"text\":\"Use the open-source TCP circuit, then you can compress the haptic array!\"}"], ["created_at", "2016-10-05 17:39:07.729213"], ["updated_at", "2016-10-05 17:39:07.729213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui aut nesciunt minus sint omnis fugiat.\",\"text\":\"Parsing the card won't do anything, we need to compress the multi-byte ssl bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.730168"], ["updated_at", "2016-10-05 17:39:07.730168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis ea similique nobis harum maiores.\",\"text\":\"Try to calculate the GB matrix, maybe it will index the neural port!\"}"], ["created_at", "2016-10-05 17:39:07.731069"], ["updated_at", "2016-10-05 17:39:07.731069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum illo corporis molestiae odio.\",\"text\":\"If we quantify the panel, we can get to the AGP bus through the virtual SAS program!\"}"], ["created_at", "2016-10-05 17:39:07.731982"], ["updated_at", "2016-10-05 17:39:07.731982"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed a et autem et rerum voluptatibus.\",\"text\":\"If we calculate the bus, we can get to the RAM bus through the digital AGP transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.732912"], ["updated_at", "2016-10-05 17:39:07.732912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur aut atque laudantium.\",\"text\":\"If we index the capacitor, we can get to the USB feed through the mobile EXE feed!\"}"], ["created_at", "2016-10-05 17:39:07.733927"], ["updated_at", "2016-10-05 17:39:07.733927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut vel voluptatum et eum id ab libero.\",\"text\":\"We need to connect the mobile RAM monitor!\"}"], ["created_at", "2016-10-05 17:39:07.734858"], ["updated_at", "2016-10-05 17:39:07.734858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum sequi voluptas incidunt.\",\"text\":\"We need to compress the open-source HDD port!\"}"], ["created_at", "2016-10-05 17:39:07.735785"], ["updated_at", "2016-10-05 17:39:07.735785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut veniam molestias a debitis quia.\",\"text\":\"Backing up the driver won't do anything, we need to parse the multi-byte http port!\"}"], ["created_at", "2016-10-05 17:39:07.736734"], ["updated_at", "2016-10-05 17:39:07.736734"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae ut animi.\",\"text\":\"I'll program the cross-platform IB circuit, that should matrix the AI capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.737645"], ["updated_at", "2016-10-05 17:39:07.737645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor molestiae nesciunt et quia aliquam quaerat.\",\"text\":\"You can't hack the transmitter without compressing the haptic RSS interface!\"}"], ["created_at", "2016-10-05 17:39:07.738687"], ["updated_at", "2016-10-05 17:39:07.738687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae est temporibus omnis ut amet.\",\"text\":\"We need to navigate the solid state USB panel!\"}"], ["created_at", "2016-10-05 17:39:07.739675"], ["updated_at", "2016-10-05 17:39:07.739675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id dolore tempore quo beatae.\",\"text\":\"If we override the protocol, we can get to the THX firewall through the online SQL sensor!\"}"], ["created_at", "2016-10-05 17:39:07.740720"], ["updated_at", "2016-10-05 17:39:07.740720"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis dicta aut aliquid.\",\"text\":\"The SAS interface is down, override the auxiliary capacitor so we can hack the RAM driver!\"}"], ["created_at", "2016-10-05 17:39:07.741646"], ["updated_at", "2016-10-05 17:39:07.741646"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores optio nostrum beatae.\",\"text\":\"Try to compress the CSS panel, maybe it will bypass the multi-byte feed!\"}"], ["created_at", "2016-10-05 17:39:07.742601"], ["updated_at", "2016-10-05 17:39:07.742601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus dolorem quo nobis magni.\",\"text\":\"Try to parse the SDD program, maybe it will navigate the neural array!\"}"], ["created_at", "2016-10-05 17:39:07.743565"], ["updated_at", "2016-10-05 17:39:07.743565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt nemo alias.\",\"text\":\"Overriding the system won't do anything, we need to back up the 1080p sql bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.744511"], ["updated_at", "2016-10-05 17:39:07.744511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic exercitationem eos ad dolorem commodi quos qui.\",\"text\":\"Generating the panel won't do anything, we need to generate the virtual smtp program!\"}"], ["created_at", "2016-10-05 17:39:07.745430"], ["updated_at", "2016-10-05 17:39:07.745430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis iste animi mollitia et laudantium.\",\"text\":\"We need to synthesize the online JSON hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.746361"], ["updated_at", "2016-10-05 17:39:07.746361"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam vel ea doloremque hic sed.\",\"text\":\"Try to quantify the IB port, maybe it will synthesize the solid state program!\"}"], ["created_at", "2016-10-05 17:39:07.747309"], ["updated_at", "2016-10-05 17:39:07.747309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut molestias sit amet.\",\"text\":\"If we generate the driver, we can get to the JBOD circuit through the 1080p RSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.748279"], ["updated_at", "2016-10-05 17:39:07.748279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et et sit cum qui magnam natus.\",\"text\":\"If we generate the matrix, we can get to the XML program through the solid state HTTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.749190"], ["updated_at", "2016-10-05 17:39:07.749190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non vitae possimus earum ducimus.\",\"text\":\"The SDD program is down, calculate the back-end pixel so we can calculate the THX alarm!\"}"], ["created_at", "2016-10-05 17:39:07.750138"], ["updated_at", "2016-10-05 17:39:07.750138"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium maiores ducimus est quos dicta sit enim.\",\"text\":\"Use the auxiliary HTTP interface, then you can program the mobile bus!\"}"], ["created_at", "2016-10-05 17:39:07.751102"], ["updated_at", "2016-10-05 17:39:07.751102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias inventore provident saepe.\",\"text\":\"I'll copy the optical SQL alarm, that should feed the XML hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.752105"], ["updated_at", "2016-10-05 17:39:07.752105"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias et explicabo ipsam natus aut error.\",\"text\":\"I'll connect the 1080p HDD pixel, that should feed the HTTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.753054"], ["updated_at", "2016-10-05 17:39:07.753054"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque qui commodi sint omnis.\",\"text\":\"We need to override the virtual RSS interface!\"}"], ["created_at", "2016-10-05 17:39:07.754011"], ["updated_at", "2016-10-05 17:39:07.754011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ullam odit qui omnis neque velit qui.\",\"text\":\"I'll copy the optical HTTP bus, that should array the SAS array!\"}"], ["created_at", "2016-10-05 17:39:07.754993"], ["updated_at", "2016-10-05 17:39:07.754993"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora assumenda voluptatem enim consequatur nam voluptas eligendi.\",\"text\":\"I'll input the optical TCP circuit, that should program the SSL microchip!\"}"], ["created_at", "2016-10-05 17:39:07.755966"], ["updated_at", "2016-10-05 17:39:07.755966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio et sequi reiciendis dolorum vero sunt quia.\",\"text\":\"I'll program the primary RSS capacitor, that should firewall the SSL bus!\"}"], ["created_at", "2016-10-05 17:39:07.756942"], ["updated_at", "2016-10-05 17:39:07.756942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia nemo aut dicta molestias dolorem architecto eligendi.\",\"text\":\"The GB bandwidth is down, copy the multi-byte alarm so we can connect the XML monitor!\"}"], ["created_at", "2016-10-05 17:39:07.757898"], ["updated_at", "2016-10-05 17:39:07.757898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius dolorem excepturi harum sed ipsam deserunt vel.\",\"text\":\"Programming the driver won't do anything, we need to generate the neural ram protocol!\"}"], ["created_at", "2016-10-05 17:39:07.758843"], ["updated_at", "2016-10-05 17:39:07.758843"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ullam in magnam.\",\"text\":\"Try to synthesize the ADP matrix, maybe it will override the optical capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.759779"], ["updated_at", "2016-10-05 17:39:07.759779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At dolorum omnis aut.\",\"text\":\"I'll reboot the haptic XSS hard drive, that should capacitor the SSL bus!\"}"], ["created_at", "2016-10-05 17:39:07.760745"], ["updated_at", "2016-10-05 17:39:07.760745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis reprehenderit aut sit esse omnis.\",\"text\":\"Try to input the SMS feed, maybe it will input the bluetooth application!\"}"], ["created_at", "2016-10-05 17:39:07.761661"], ["updated_at", "2016-10-05 17:39:07.761661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores qui optio dolor aut soluta doloribus maxime.\",\"text\":\"I'll input the 1080p SMTP monitor, that should bandwidth the JSON matrix!\"}"], ["created_at", "2016-10-05 17:39:07.762590"], ["updated_at", "2016-10-05 17:39:07.762590"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sed ratione exercitationem iure consequuntur hic.\",\"text\":\"The CSS array is down, navigate the cross-platform microchip so we can navigate the HDD transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.763511"], ["updated_at", "2016-10-05 17:39:07.763511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut est dolore aliquam voluptate praesentium doloribus voluptas.\",\"text\":\"I'll quantify the wireless COM transmitter, that should hard drive the JSON application!\"}"], ["created_at", "2016-10-05 17:39:07.764489"], ["updated_at", "2016-10-05 17:39:07.764489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam quas voluptas et adipisci aliquid.\",\"text\":\"I'll calculate the 1080p SSL interface, that should firewall the EXE card!\"}"], ["created_at", "2016-10-05 17:39:07.765420"], ["updated_at", "2016-10-05 17:39:07.765420"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur earum qui nobis qui beatae.\",\"text\":\"We need to index the multi-byte AI microchip!\"}"], ["created_at", "2016-10-05 17:39:07.766356"], ["updated_at", "2016-10-05 17:39:07.766356"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque architecto magni.\",\"text\":\"If we generate the port, we can get to the SMTP protocol through the mobile PNG panel!\"}"], ["created_at", "2016-10-05 17:39:07.767547"], ["updated_at", "2016-10-05 17:39:07.767547"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque officia quibusdam molestias dignissimos quia soluta.\",\"text\":\"Try to transmit the SDD program, maybe it will calculate the multi-byte driver!\"}"], ["created_at", "2016-10-05 17:39:07.768774"], ["updated_at", "2016-10-05 17:39:07.768774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est neque nulla porro quod sequi est.\",\"text\":\"We need to parse the solid state FTP array!\"}"], ["created_at", "2016-10-05 17:39:07.769770"], ["updated_at", "2016-10-05 17:39:07.769770"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem laudantium eaque aut delectus dicta praesentium.\",\"text\":\"Try to bypass the SDD interface, maybe it will compress the auxiliary microchip!\"}"], ["created_at", "2016-10-05 17:39:07.770711"], ["updated_at", "2016-10-05 17:39:07.770711"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel explicabo non asperiores.\",\"text\":\"If we connect the port, we can get to the XML feed through the neural ADP port!\"}"], ["created_at", "2016-10-05 17:39:07.771903"], ["updated_at", "2016-10-05 17:39:07.771903"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem praesentium sit voluptatem quo.\",\"text\":\"Try to generate the JSON application, maybe it will bypass the neural circuit!\"}"], ["created_at", "2016-10-05 17:39:07.772941"], ["updated_at", "2016-10-05 17:39:07.772941"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et omnis ab.\",\"text\":\"I'll program the redundant AI feed, that should interface the USB feed!\"}"], ["created_at", "2016-10-05 17:39:07.773944"], ["updated_at", "2016-10-05 17:39:07.773944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere maiores recusandae at vel molestiae.\",\"text\":\"Use the digital SMS matrix, then you can reboot the digital sensor!\"}"], ["created_at", "2016-10-05 17:39:07.774917"], ["updated_at", "2016-10-05 17:39:07.774917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis dignissimos doloribus accusamus.\",\"text\":\"Use the digital FTP pixel, then you can back up the auxiliary application!\"}"], ["created_at", "2016-10-05 17:39:07.775829"], ["updated_at", "2016-10-05 17:39:07.775829"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta quia quis.\",\"text\":\"Use the wireless PNG system, then you can calculate the auxiliary transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.776739"], ["updated_at", "2016-10-05 17:39:07.776739"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel omnis quo.\",\"text\":\"The IB application is down, generate the virtual bandwidth so we can bypass the SQL transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.777715"], ["updated_at", "2016-10-05 17:39:07.777715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam adipisci velit excepturi ad quis et.\",\"text\":\"If we synthesize the firewall, we can get to the ADP microchip through the multi-byte AI interface!\"}"], ["created_at", "2016-10-05 17:39:07.778702"], ["updated_at", "2016-10-05 17:39:07.778702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quia in nesciunt exercitationem ad rerum.\",\"text\":\"Try to input the COM transmitter, maybe it will hack the redundant hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.779641"], ["updated_at", "2016-10-05 17:39:07.779641"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum voluptatum eius ipsa sint fugiat optio aut.\",\"text\":\"Use the primary JSON monitor, then you can quantify the 1080p interface!\"}"], ["created_at", "2016-10-05 17:39:07.780562"], ["updated_at", "2016-10-05 17:39:07.780562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In ab rerum quae.\",\"text\":\"Connecting the firewall won't do anything, we need to bypass the open-source ib hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.781527"], ["updated_at", "2016-10-05 17:39:07.781527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit quia accusantium quibusdam velit et occaecati labore.\",\"text\":\"The COM system is down, hack the auxiliary application so we can calculate the PNG interface!\"}"], ["created_at", "2016-10-05 17:39:07.782480"], ["updated_at", "2016-10-05 17:39:07.782480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo omnis cumque quaerat ut harum sint autem.\",\"text\":\"You can't navigate the circuit without copying the digital RAM sensor!\"}"], ["created_at", "2016-10-05 17:39:07.783394"], ["updated_at", "2016-10-05 17:39:07.783394"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et nam est dolores molestias est nihil.\",\"text\":\"You can't synthesize the hard drive without hacking the open-source SSL array!\"}"], ["created_at", "2016-10-05 17:39:07.784331"], ["updated_at", "2016-10-05 17:39:07.784331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error explicabo rerum alias ex fugiat dolores sed.\",\"text\":\"Try to synthesize the EXE port, maybe it will quantify the auxiliary capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.785361"], ["updated_at", "2016-10-05 17:39:07.785361"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo quia non beatae nemo neque dolore.\",\"text\":\"Use the solid state AI array, then you can input the solid state system!\"}"], ["created_at", "2016-10-05 17:39:07.786251"], ["updated_at", "2016-10-05 17:39:07.786251"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate dolorem voluptatum.\",\"text\":\"If we quantify the port, we can get to the XSS transmitter through the haptic USB system!\"}"], ["created_at", "2016-10-05 17:39:07.787213"], ["updated_at", "2016-10-05 17:39:07.787213"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque accusantium et dolores ipsum excepturi nesciunt.\",\"text\":\"Calculating the protocol won't do anything, we need to navigate the open-source smtp protocol!\"}"], ["created_at", "2016-10-05 17:39:07.788148"], ["updated_at", "2016-10-05 17:39:07.788148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati tenetur esse tempora.\",\"text\":\"The ADP matrix is down, back up the wireless port so we can hack the SMS driver!\"}"], ["created_at", "2016-10-05 17:39:07.789129"], ["updated_at", "2016-10-05 17:39:07.789129"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error qui nesciunt explicabo magni perspiciatis aspernatur et.\",\"text\":\"I'll copy the multi-byte EXE bus, that should program the SAS hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.790062"], ["updated_at", "2016-10-05 17:39:07.790062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit adipisci impedit in.\",\"text\":\"Try to bypass the TCP capacitor, maybe it will quantify the solid state circuit!\"}"], ["created_at", "2016-10-05 17:39:07.791067"], ["updated_at", "2016-10-05 17:39:07.791067"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt quia ipsum neque nam aperiam delectus et.\",\"text\":\"The PCI bus is down, synthesize the mobile interface so we can override the RSS system!\"}"], ["created_at", "2016-10-05 17:39:07.791996"], ["updated_at", "2016-10-05 17:39:07.791996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta sint tenetur nobis ut.\",\"text\":\"Try to generate the XML matrix, maybe it will connect the back-end port!\"}"], ["created_at", "2016-10-05 17:39:07.792968"], ["updated_at", "2016-10-05 17:39:07.792968"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio molestiae porro nemo quia quam deleniti iusto.\",\"text\":\"If we copy the system, we can get to the ADP array through the optical SSL feed!\"}"], ["created_at", "2016-10-05 17:39:07.793894"], ["updated_at", "2016-10-05 17:39:07.793894"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum molestiae libero.\",\"text\":\"The SAS alarm is down, connect the virtual array so we can reboot the TCP transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.794927"], ["updated_at", "2016-10-05 17:39:07.794927"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate tempore voluptatibus est molestias.\",\"text\":\"You can't synthesize the matrix without navigating the optical USB application!\"}"], ["created_at", "2016-10-05 17:39:07.796124"], ["updated_at", "2016-10-05 17:39:07.796124"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quae doloremque voluptates et corrupti illo.\",\"text\":\"Use the back-end TCP application, then you can navigate the solid state panel!\"}"], ["created_at", "2016-10-05 17:39:07.797249"], ["updated_at", "2016-10-05 17:39:07.797249"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor ipsam ad quia perferendis harum.\",\"text\":\"I'll copy the online TCP port, that should bus the ADP interface!\"}"], ["created_at", "2016-10-05 17:39:07.798659"], ["updated_at", "2016-10-05 17:39:07.798659"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae quod autem quia vel voluptatibus eaque.\",\"text\":\"I'll connect the redundant PCI program, that should interface the JBOD array!\"}"], ["created_at", "2016-10-05 17:39:07.800583"], ["updated_at", "2016-10-05 17:39:07.800583"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut magnam molestiae assumenda ipsam modi dolor ut.\",\"text\":\"The XSS program is down, transmit the online circuit so we can generate the SMS matrix!\"}"], ["created_at", "2016-10-05 17:39:07.801560"], ["updated_at", "2016-10-05 17:39:07.801560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia ullam reiciendis vitae.\",\"text\":\"If we back up the panel, we can get to the SMTP program through the primary JSON pixel!\"}"], ["created_at", "2016-10-05 17:39:07.802565"], ["updated_at", "2016-10-05 17:39:07.802565"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut similique nihil consequatur excepturi et qui magni.\",\"text\":\"I'll override the primary PNG feed, that should microchip the SCSI microchip!\"}"], ["created_at", "2016-10-05 17:39:07.803461"], ["updated_at", "2016-10-05 17:39:07.803461"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis at sunt velit.\",\"text\":\"I'll transmit the primary XSS pixel, that should monitor the CSS application!\"}"], ["created_at", "2016-10-05 17:39:07.804387"], ["updated_at", "2016-10-05 17:39:07.804387"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut cupiditate dolores aliquid quaerat molestiae facilis blanditiis.\",\"text\":\"I'll transmit the solid state THX matrix, that should program the CSS program!\"}"], ["created_at", "2016-10-05 17:39:07.805345"], ["updated_at", "2016-10-05 17:39:07.805345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit et sunt magnam cumque repellat.\",\"text\":\"I'll synthesize the redundant PCI interface, that should pixel the RSS card!\"}"], ["created_at", "2016-10-05 17:39:07.806331"], ["updated_at", "2016-10-05 17:39:07.806331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor autem asperiores quidem enim aliquam accusantium omnis.\",\"text\":\"Try to index the SMS circuit, maybe it will quantify the wireless monitor!\"}"], ["created_at", "2016-10-05 17:39:07.807407"], ["updated_at", "2016-10-05 17:39:07.807407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id sit magnam aperiam consequatur asperiores.\",\"text\":\"I'll copy the virtual PCI pixel, that should card the PCI interface!\"}"], ["created_at", "2016-10-05 17:39:07.808312"], ["updated_at", "2016-10-05 17:39:07.808312"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima corporis cupiditate praesentium aspernatur.\",\"text\":\"The JBOD protocol is down, back up the 1080p panel so we can back up the XSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.809265"], ["updated_at", "2016-10-05 17:39:07.809265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque non et molestias assumenda mollitia numquam doloremque.\",\"text\":\"Use the wireless SAS hard drive, then you can input the wireless bus!\"}"], ["created_at", "2016-10-05 17:39:07.810246"], ["updated_at", "2016-10-05 17:39:07.810246"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum nam deserunt aut.\",\"text\":\"Try to override the SAS port, maybe it will calculate the neural matrix!\"}"], ["created_at", "2016-10-05 17:39:07.811216"], ["updated_at", "2016-10-05 17:39:07.811216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos eum ut enim.\",\"text\":\"Try to calculate the HDD sensor, maybe it will back up the digital monitor!\"}"], ["created_at", "2016-10-05 17:39:07.812145"], ["updated_at", "2016-10-05 17:39:07.812145"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ullam ab vel placeat dignissimos molestias asperiores.\",\"text\":\"Use the optical PCI alarm, then you can reboot the cross-platform protocol!\"}"], ["created_at", "2016-10-05 17:39:07.813094"], ["updated_at", "2016-10-05 17:39:07.813094"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt asperiores tenetur nesciunt dolorum.\",\"text\":\"Bypassing the alarm won't do anything, we need to connect the multi-byte smtp bus!\"}"], ["created_at", "2016-10-05 17:39:07.814062"], ["updated_at", "2016-10-05 17:39:07.814062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem vitae eius aut reiciendis dicta vero.\",\"text\":\"Try to generate the USB sensor, maybe it will input the 1080p port!\"}"], ["created_at", "2016-10-05 17:39:07.815019"], ["updated_at", "2016-10-05 17:39:07.815019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui molestias aspernatur enim et.\",\"text\":\"You can't copy the application without hacking the digital SSL matrix!\"}"], ["created_at", "2016-10-05 17:39:07.815908"], ["updated_at", "2016-10-05 17:39:07.815908"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et laboriosam iure et.\",\"text\":\"If we connect the hard drive, we can get to the SAS panel through the redundant XML panel!\"}"], ["created_at", "2016-10-05 17:39:07.816852"], ["updated_at", "2016-10-05 17:39:07.816852"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi nesciunt sed nihil unde.\",\"text\":\"The JBOD feed is down, program the redundant pixel so we can synthesize the HTTP matrix!\"}"], ["created_at", "2016-10-05 17:39:07.817812"], ["updated_at", "2016-10-05 17:39:07.817812"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem rerum nostrum quo voluptatibus aliquid inventore.\",\"text\":\"Use the solid state HTTP port, then you can reboot the primary hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.818761"], ["updated_at", "2016-10-05 17:39:07.818761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil exercitationem consequatur aut consectetur non quasi.\",\"text\":\"I'll override the bluetooth USB circuit, that should array the AI driver!\"}"], ["created_at", "2016-10-05 17:39:07.819687"], ["updated_at", "2016-10-05 17:39:07.819687"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique aut ut molestias voluptatem.\",\"text\":\"If we compress the array, we can get to the RSS array through the haptic AGP microchip!\"}"], ["created_at", "2016-10-05 17:39:07.820628"], ["updated_at", "2016-10-05 17:39:07.820628"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati amet voluptatem sit necessitatibus unde maiores deleniti.\",\"text\":\"Use the wireless SSL matrix, then you can hack the 1080p capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.821584"], ["updated_at", "2016-10-05 17:39:07.821584"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt aut similique beatae eius.\",\"text\":\"The IB bus is down, transmit the optical card so we can bypass the PCI program!\"}"], ["created_at", "2016-10-05 17:39:07.822758"], ["updated_at", "2016-10-05 17:39:07.822758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab est non placeat ut sit.\",\"text\":\"If we back up the program, we can get to the PCI circuit through the solid state PNG matrix!\"}"], ["created_at", "2016-10-05 17:39:07.823817"], ["updated_at", "2016-10-05 17:39:07.823817"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem cum adipisci voluptatum quam et ut.\",\"text\":\"Try to compress the GB feed, maybe it will input the haptic panel!\"}"], ["created_at", "2016-10-05 17:39:07.824800"], ["updated_at", "2016-10-05 17:39:07.824800"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident sunt suscipit quod.\",\"text\":\"Try to bypass the SQL card, maybe it will parse the solid state transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.825853"], ["updated_at", "2016-10-05 17:39:07.825853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut saepe ut earum suscipit.\",\"text\":\"We need to program the primary COM firewall!\"}"], ["created_at", "2016-10-05 17:39:07.826865"], ["updated_at", "2016-10-05 17:39:07.826865"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae aperiam veniam aut.\",\"text\":\"Copying the feed won't do anything, we need to synthesize the auxiliary css application!\"}"], ["created_at", "2016-10-05 17:39:07.827872"], ["updated_at", "2016-10-05 17:39:07.827872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione pariatur consectetur quia aut doloribus debitis et.\",\"text\":\"Programming the monitor won't do anything, we need to transmit the primary ram driver!\"}"], ["created_at", "2016-10-05 17:39:07.828881"], ["updated_at", "2016-10-05 17:39:07.828881"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat pariatur officia.\",\"text\":\"Use the digital SMTP capacitor, then you can back up the primary system!\"}"], ["created_at", "2016-10-05 17:39:07.829885"], ["updated_at", "2016-10-05 17:39:07.829885"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi rerum est ipsum voluptas quidem.\",\"text\":\"Backing up the microchip won't do anything, we need to input the primary rss program!\"}"], ["created_at", "2016-10-05 17:39:07.830911"], ["updated_at", "2016-10-05 17:39:07.830911"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis sit enim officia ut.\",\"text\":\"You can't transmit the bus without compressing the 1080p SCSI alarm!\"}"], ["created_at", "2016-10-05 17:39:07.831907"], ["updated_at", "2016-10-05 17:39:07.831907"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos alias quia eum vitae accusantium.\",\"text\":\"Use the neural SQL bus, then you can calculate the neural driver!\"}"], ["created_at", "2016-10-05 17:39:07.832902"], ["updated_at", "2016-10-05 17:39:07.832902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In alias natus libero.\",\"text\":\"Use the online IB bus, then you can copy the wireless alarm!\"}"], ["created_at", "2016-10-05 17:39:07.833887"], ["updated_at", "2016-10-05 17:39:07.833887"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam sint vel.\",\"text\":\"Bypassing the array won't do anything, we need to program the online sms driver!\"}"], ["created_at", "2016-10-05 17:39:07.834883"], ["updated_at", "2016-10-05 17:39:07.834883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed voluptatum architecto quo nobis cumque explicabo suscipit.\",\"text\":\"If we generate the monitor, we can get to the SMTP circuit through the 1080p GB port!\"}"], ["created_at", "2016-10-05 17:39:07.835895"], ["updated_at", "2016-10-05 17:39:07.835895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique et hic rem velit officiis rerum.\",\"text\":\"Backing up the driver won't do anything, we need to calculate the mobile scsi array!\"}"], ["created_at", "2016-10-05 17:39:07.836889"], ["updated_at", "2016-10-05 17:39:07.836889"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa sapiente maxime et.\",\"text\":\"You can't generate the alarm without synthesizing the primary RSS application!\"}"], ["created_at", "2016-10-05 17:39:07.837884"], ["updated_at", "2016-10-05 17:39:07.837884"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae nihil sed ut maiores et.\",\"text\":\"The SSL bandwidth is down, navigate the redundant firewall so we can generate the PNG pixel!\"}"], ["created_at", "2016-10-05 17:39:07.838942"], ["updated_at", "2016-10-05 17:39:07.838942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores voluptatum saepe.\",\"text\":\"We need to hack the optical JBOD capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.839976"], ["updated_at", "2016-10-05 17:39:07.839976"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga ea libero.\",\"text\":\"Use the redundant XML interface, then you can input the mobile driver!\"}"], ["created_at", "2016-10-05 17:39:07.841003"], ["updated_at", "2016-10-05 17:39:07.841003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic accusantium consequuntur.\",\"text\":\"We need to back up the optical SMTP microchip!\"}"], ["created_at", "2016-10-05 17:39:07.842043"], ["updated_at", "2016-10-05 17:39:07.842043"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias veritatis numquam aliquam eos eaque.\",\"text\":\"Backing up the hard drive won't do anything, we need to copy the wireless gb bus!\"}"], ["created_at", "2016-10-05 17:39:07.843007"], ["updated_at", "2016-10-05 17:39:07.843007"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur beatae ex.\",\"text\":\"Use the neural JSON microchip, then you can program the mobile microchip!\"}"], ["created_at", "2016-10-05 17:39:07.843926"], ["updated_at", "2016-10-05 17:39:07.843926"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo dolore molestias consequatur officiis hic.\",\"text\":\"If we program the firewall, we can get to the USB circuit through the cross-platform AGP driver!\"}"], ["created_at", "2016-10-05 17:39:07.844896"], ["updated_at", "2016-10-05 17:39:07.844896"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis voluptate nam eos nesciunt voluptas consectetur est.\",\"text\":\"Copying the driver won't do anything, we need to transmit the optical sdd matrix!\"}"], ["created_at", "2016-10-05 17:39:07.845811"], ["updated_at", "2016-10-05 17:39:07.845811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo modi enim cupiditate.\",\"text\":\"The SAS bus is down, connect the cross-platform transmitter so we can synthesize the SMS application!\"}"], ["created_at", "2016-10-05 17:39:07.846755"], ["updated_at", "2016-10-05 17:39:07.846755"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi in natus quaerat.\",\"text\":\"Use the online XSS monitor, then you can compress the virtual matrix!\"}"], ["created_at", "2016-10-05 17:39:07.847725"], ["updated_at", "2016-10-05 17:39:07.847725"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem aspernatur illum velit ut voluptatem.\",\"text\":\"You can't input the panel without parsing the digital HDD application!\"}"], ["created_at", "2016-10-05 17:39:07.848727"], ["updated_at", "2016-10-05 17:39:07.848727"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore magnam praesentium omnis excepturi est.\",\"text\":\"Calculating the panel won't do anything, we need to synthesize the cross-platform thx sensor!\"}"], ["created_at", "2016-10-05 17:39:07.849713"], ["updated_at", "2016-10-05 17:39:07.849713"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt nulla eos ea sapiente expedita voluptatem.\",\"text\":\"The SDD feed is down, back up the wireless array so we can calculate the SMTP firewall!\"}"], ["created_at", "2016-10-05 17:39:07.850703"], ["updated_at", "2016-10-05 17:39:07.850703"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur aut sunt dolorem.\",\"text\":\"The JSON transmitter is down, generate the auxiliary interface so we can navigate the USB microchip!\"}"], ["created_at", "2016-10-05 17:39:07.851667"], ["updated_at", "2016-10-05 17:39:07.851667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam inventore quia exercitationem.\",\"text\":\"Try to transmit the SMS port, maybe it will program the neural application!\"}"], ["created_at", "2016-10-05 17:39:07.852665"], ["updated_at", "2016-10-05 17:39:07.852665"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsa animi nesciunt distinctio.\",\"text\":\"Try to navigate the PNG sensor, maybe it will synthesize the haptic bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.853619"], ["updated_at", "2016-10-05 17:39:07.853619"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et voluptatum aut optio iusto porro illo.\",\"text\":\"The SSL protocol is down, copy the 1080p card so we can back up the RAM panel!\"}"], ["created_at", "2016-10-05 17:39:07.854606"], ["updated_at", "2016-10-05 17:39:07.854606"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis dolore consequatur eum est sed deserunt.\",\"text\":\"Navigating the pixel won't do anything, we need to navigate the virtual xss alarm!\"}"], ["created_at", "2016-10-05 17:39:07.855653"], ["updated_at", "2016-10-05 17:39:07.855653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non ut voluptatem est id ad qui.\",\"text\":\"Try to program the SMTP program, maybe it will generate the mobile panel!\"}"], ["created_at", "2016-10-05 17:39:07.856699"], ["updated_at", "2016-10-05 17:39:07.856699"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero omnis enim qui maxime tempora.\",\"text\":\"Bypassing the hard drive won't do anything, we need to parse the neural sms system!\"}"], ["created_at", "2016-10-05 17:39:07.857703"], ["updated_at", "2016-10-05 17:39:07.857703"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum molestias laborum necessitatibus autem veritatis qui eius.\",\"text\":\"Navigating the microchip won't do anything, we need to navigate the multi-byte com sensor!\"}"], ["created_at", "2016-10-05 17:39:07.858702"], ["updated_at", "2016-10-05 17:39:07.858702"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis minus similique facere beatae deserunt.\",\"text\":\"You can't index the bandwidth without transmitting the neural SMS interface!\"}"], ["created_at", "2016-10-05 17:39:07.859712"], ["updated_at", "2016-10-05 17:39:07.859712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non nisi eaque sed.\",\"text\":\"Try to connect the COM system, maybe it will connect the redundant microchip!\"}"], ["created_at", "2016-10-05 17:39:07.860707"], ["updated_at", "2016-10-05 17:39:07.860707"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur suscipit nulla maiores et quisquam.\",\"text\":\"I'll override the bluetooth HDD port, that should firewall the FTP pixel!\"}"], ["created_at", "2016-10-05 17:39:07.861652"], ["updated_at", "2016-10-05 17:39:07.861652"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil laudantium enim quas.\",\"text\":\"I'll hack the digital RSS system, that should system the XML alarm!\"}"], ["created_at", "2016-10-05 17:39:07.862606"], ["updated_at", "2016-10-05 17:39:07.862606"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In ex aliquam.\",\"text\":\"Try to generate the JSON microchip, maybe it will hack the cross-platform program!\"}"], ["created_at", "2016-10-05 17:39:07.863558"], ["updated_at", "2016-10-05 17:39:07.863558"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et eligendi eum.\",\"text\":\"Try to bypass the SCSI monitor, maybe it will hack the virtual card!\"}"], ["created_at", "2016-10-05 17:39:07.864511"], ["updated_at", "2016-10-05 17:39:07.864511"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt et est modi.\",\"text\":\"We need to hack the auxiliary XML alarm!\"}"], ["created_at", "2016-10-05 17:39:07.865549"], ["updated_at", "2016-10-05 17:39:07.865549"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta non aut facilis quo laborum autem officiis.\",\"text\":\"You can't bypass the firewall without compressing the neural ADP sensor!\"}"], ["created_at", "2016-10-05 17:39:07.866508"], ["updated_at", "2016-10-05 17:39:07.866508"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis pariatur voluptatem eos aut quidem voluptatem.\",\"text\":\"We need to compress the digital RAM panel!\"}"], ["created_at", "2016-10-05 17:39:07.867481"], ["updated_at", "2016-10-05 17:39:07.867481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto occaecati doloribus corrupti.\",\"text\":\"I'll index the digital PCI circuit, that should protocol the GB matrix!\"}"], ["created_at", "2016-10-05 17:39:07.868448"], ["updated_at", "2016-10-05 17:39:07.868448"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia quam deleniti molestiae dignissimos.\",\"text\":\"The SMTP driver is down, connect the auxiliary array so we can index the HTTP program!\"}"], ["created_at", "2016-10-05 17:39:07.869421"], ["updated_at", "2016-10-05 17:39:07.869421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi maiores officiis aspernatur qui aut possimus ducimus.\",\"text\":\"If we index the firewall, we can get to the EXE firewall through the optical USB matrix!\"}"], ["created_at", "2016-10-05 17:39:07.870439"], ["updated_at", "2016-10-05 17:39:07.870439"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus sed expedita quaerat.\",\"text\":\"Use the open-source IB panel, then you can quantify the solid state interface!\"}"], ["created_at", "2016-10-05 17:39:07.871389"], ["updated_at", "2016-10-05 17:39:07.871389"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit molestias dignissimos autem reiciendis.\",\"text\":\"I'll index the neural AGP bandwidth, that should bus the COM pixel!\"}"], ["created_at", "2016-10-05 17:39:07.872368"], ["updated_at", "2016-10-05 17:39:07.872368"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit doloribus molestiae eaque sed.\",\"text\":\"Try to input the JSON port, maybe it will parse the wireless circuit!\"}"], ["created_at", "2016-10-05 17:39:07.873348"], ["updated_at", "2016-10-05 17:39:07.873348"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla rem laborum illum aut.\",\"text\":\"I'll compress the neural TCP card, that should pixel the SCSI system!\"}"], ["created_at", "2016-10-05 17:39:07.874382"], ["updated_at", "2016-10-05 17:39:07.874382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius rerum magni quae sed reiciendis.\",\"text\":\"You can't connect the pixel without navigating the virtual SSL circuit!\"}"], ["created_at", "2016-10-05 17:39:07.875343"], ["updated_at", "2016-10-05 17:39:07.875343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt quis voluptatum vel tenetur et.\",\"text\":\"Bypassing the microchip won't do anything, we need to input the digital ssl card!\"}"], ["created_at", "2016-10-05 17:39:07.876356"], ["updated_at", "2016-10-05 17:39:07.876356"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit perspiciatis et.\",\"text\":\"We need to back up the auxiliary AGP program!\"}"], ["created_at", "2016-10-05 17:39:07.877303"], ["updated_at", "2016-10-05 17:39:07.877303"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut doloribus libero quisquam reiciendis.\",\"text\":\"Bypassing the bus won't do anything, we need to hack the open-source css microchip!\"}"], ["created_at", "2016-10-05 17:39:07.878247"], ["updated_at", "2016-10-05 17:39:07.878247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis quia laudantium recusandae cum ad.\",\"text\":\"Quantifying the alarm won't do anything, we need to hack the multi-byte css circuit!\"}"], ["created_at", "2016-10-05 17:39:07.879301"], ["updated_at", "2016-10-05 17:39:07.879301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae enim id.\",\"text\":\"I'll parse the virtual XSS pixel, that should pixel the SDD driver!\"}"], ["created_at", "2016-10-05 17:39:07.880233"], ["updated_at", "2016-10-05 17:39:07.880233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A nam qui voluptatem sapiente similique id.\",\"text\":\"We need to generate the wireless AGP transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.881219"], ["updated_at", "2016-10-05 17:39:07.881219"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem blanditiis dolorum.\",\"text\":\"The SSL program is down, program the back-end capacitor so we can connect the SCSI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.882149"], ["updated_at", "2016-10-05 17:39:07.882149"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et eos accusamus rem.\",\"text\":\"If we program the microchip, we can get to the THX matrix through the haptic SCSI hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.883150"], ["updated_at", "2016-10-05 17:39:07.883150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A inventore qui.\",\"text\":\"You can't override the sensor without synthesizing the primary ADP interface!\"}"], ["created_at", "2016-10-05 17:39:07.884180"], ["updated_at", "2016-10-05 17:39:07.884180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates laboriosam occaecati voluptas aut corporis possimus ut.\",\"text\":\"If we navigate the system, we can get to the THX monitor through the wireless CSS matrix!\"}"], ["created_at", "2016-10-05 17:39:07.885132"], ["updated_at", "2016-10-05 17:39:07.885132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus alias repudiandae sapiente laudantium magnam commodi.\",\"text\":\"The SSL hard drive is down, index the online panel so we can reboot the SSL pixel!\"}"], ["created_at", "2016-10-05 17:39:07.886099"], ["updated_at", "2016-10-05 17:39:07.886099"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae itaque quo nihil ut ea.\",\"text\":\"Try to generate the USB firewall, maybe it will reboot the solid state sensor!\"}"], ["created_at", "2016-10-05 17:39:07.887080"], ["updated_at", "2016-10-05 17:39:07.887080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non earum blanditiis saepe quam.\",\"text\":\"I'll generate the wireless CSS driver, that should alarm the RSS port!\"}"], ["created_at", "2016-10-05 17:39:07.888061"], ["updated_at", "2016-10-05 17:39:07.888061"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime a temporibus voluptas.\",\"text\":\"You can't input the microchip without synthesizing the digital THX program!\"}"], ["created_at", "2016-10-05 17:39:07.889013"], ["updated_at", "2016-10-05 17:39:07.889013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est rerum aliquid suscipit nihil omnis dicta.\",\"text\":\"If we transmit the microchip, we can get to the HTTP transmitter through the neural COM driver!\"}"], ["created_at", "2016-10-05 17:39:07.889951"], ["updated_at", "2016-10-05 17:39:07.889951"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti sapiente odit.\",\"text\":\"If we reboot the bandwidth, we can get to the SAS bandwidth through the digital FTP interface!\"}"], ["created_at", "2016-10-05 17:39:07.891005"], ["updated_at", "2016-10-05 17:39:07.891005"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto ea ipsam illo.\",\"text\":\"We need to program the open-source TCP monitor!\"}"], ["created_at", "2016-10-05 17:39:07.892011"], ["updated_at", "2016-10-05 17:39:07.892011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae id aut provident sed.\",\"text\":\"You can't parse the protocol without parsing the open-source SDD card!\"}"], ["created_at", "2016-10-05 17:39:07.892975"], ["updated_at", "2016-10-05 17:39:07.892975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus et laboriosam exercitationem consectetur libero est aliquid.\",\"text\":\"The FTP port is down, index the digital interface so we can navigate the XSS port!\"}"], ["created_at", "2016-10-05 17:39:07.893973"], ["updated_at", "2016-10-05 17:39:07.893973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic atque sit.\",\"text\":\"You can't copy the protocol without navigating the solid state EXE hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.894962"], ["updated_at", "2016-10-05 17:39:07.894962"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut veniam eos.\",\"text\":\"Try to hack the HDD protocol, maybe it will calculate the back-end bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.895980"], ["updated_at", "2016-10-05 17:39:07.895980"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem sed sit sapiente culpa ullam occaecati dolores.\",\"text\":\"We need to parse the digital SMTP pixel!\"}"], ["created_at", "2016-10-05 17:39:07.897054"], ["updated_at", "2016-10-05 17:39:07.897054"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt laudantium aspernatur totam et et iste tempora.\",\"text\":\"I'll bypass the bluetooth SDD port, that should array the PCI firewall!\"}"], ["created_at", "2016-10-05 17:39:07.898323"], ["updated_at", "2016-10-05 17:39:07.898323"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus at incidunt corporis.\",\"text\":\"Try to bypass the AI alarm, maybe it will bypass the neural transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.899645"], ["updated_at", "2016-10-05 17:39:07.899645"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa est est.\",\"text\":\"We need to override the solid state ADP transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.901793"], ["updated_at", "2016-10-05 17:39:07.901793"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas debitis harum qui omnis voluptate consequatur consequuntur.\",\"text\":\"Try to hack the SAS bus, maybe it will back up the virtual port!\"}"], ["created_at", "2016-10-05 17:39:07.903048"], ["updated_at", "2016-10-05 17:39:07.903048"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas ullam earum.\",\"text\":\"If we generate the feed, we can get to the IB protocol through the bluetooth CSS transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.904143"], ["updated_at", "2016-10-05 17:39:07.904143"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum consequuntur dolores.\",\"text\":\"I'll calculate the open-source PCI sensor, that should hard drive the AI pixel!\"}"], ["created_at", "2016-10-05 17:39:07.905102"], ["updated_at", "2016-10-05 17:39:07.905102"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et unde ut aliquid autem modi quod pariatur.\",\"text\":\"Transmitting the alarm won't do anything, we need to bypass the back-end rss sensor!\"}"], ["created_at", "2016-10-05 17:39:07.906104"], ["updated_at", "2016-10-05 17:39:07.906104"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est doloremque est.\",\"text\":\"Try to compress the SDD capacitor, maybe it will navigate the primary bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.907236"], ["updated_at", "2016-10-05 17:39:07.907236"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil laboriosam eum sed dolore eum maxime autem.\",\"text\":\"Quantifying the capacitor won't do anything, we need to index the cross-platform rss driver!\"}"], ["created_at", "2016-10-05 17:39:07.908339"], ["updated_at", "2016-10-05 17:39:07.908339"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui ut temporibus asperiores nostrum.\",\"text\":\"If we parse the pixel, we can get to the COM driver through the multi-byte SAS firewall!\"}"], ["created_at", "2016-10-05 17:39:07.909369"], ["updated_at", "2016-10-05 17:39:07.909369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit vel ab et.\",\"text\":\"Indexing the bandwidth won't do anything, we need to bypass the neural png pixel!\"}"], ["created_at", "2016-10-05 17:39:07.910375"], ["updated_at", "2016-10-05 17:39:07.910375"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet dolorum ipsam sint temporibus ut.\",\"text\":\"You can't reboot the protocol without backing up the neural PNG card!\"}"], ["created_at", "2016-10-05 17:39:07.911465"], ["updated_at", "2016-10-05 17:39:07.911465"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est consequatur ad doloribus eligendi minima sed.\",\"text\":\"I'll override the haptic SQL program, that should protocol the COM protocol!\"}"], ["created_at", "2016-10-05 17:39:07.913296"], ["updated_at", "2016-10-05 17:39:07.913296"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem dolor est accusantium et ea.\",\"text\":\"Synthesizing the firewall won't do anything, we need to generate the neural http sensor!\"}"], ["created_at", "2016-10-05 17:39:07.914934"], ["updated_at", "2016-10-05 17:39:07.914934"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum ut laboriosam ea sit minima reiciendis et.\",\"text\":\"Copying the interface won't do anything, we need to calculate the primary xml interface!\"}"], ["created_at", "2016-10-05 17:39:07.916271"], ["updated_at", "2016-10-05 17:39:07.916271"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim non blanditiis est.\",\"text\":\"We need to copy the wireless FTP application!\"}"], ["created_at", "2016-10-05 17:39:07.917580"], ["updated_at", "2016-10-05 17:39:07.917580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta reprehenderit minus.\",\"text\":\"Navigating the protocol won't do anything, we need to bypass the back-end jbod circuit!\"}"], ["created_at", "2016-10-05 17:39:07.919173"], ["updated_at", "2016-10-05 17:39:07.919173"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et debitis voluptatem doloremque optio voluptatem ex tempore.\",\"text\":\"Try to connect the EXE capacitor, maybe it will program the solid state array!\"}"], ["created_at", "2016-10-05 17:39:07.920360"], ["updated_at", "2016-10-05 17:39:07.920360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut velit nihil sint vero eos.\",\"text\":\"The XML pixel is down, back up the solid state protocol so we can connect the SSL card!\"}"], ["created_at", "2016-10-05 17:39:07.921878"], ["updated_at", "2016-10-05 17:39:07.921878"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi possimus occaecati quia et.\",\"text\":\"You can't copy the bandwidth without generating the back-end PCI feed!\"}"], ["created_at", "2016-10-05 17:39:07.923115"], ["updated_at", "2016-10-05 17:39:07.923115"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium aut molestiae fugit quisquam nostrum sit.\",\"text\":\"I'll override the solid state GB interface, that should application the GB panel!\"}"], ["created_at", "2016-10-05 17:39:07.924416"], ["updated_at", "2016-10-05 17:39:07.924416"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis animi debitis modi.\",\"text\":\"Use the wireless HDD matrix, then you can parse the wireless feed!\"}"], ["created_at", "2016-10-05 17:39:07.926042"], ["updated_at", "2016-10-05 17:39:07.926042"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores est est ut.\",\"text\":\"Try to override the FTP bandwidth, maybe it will parse the haptic array!\"}"], ["created_at", "2016-10-05 17:39:07.927268"], ["updated_at", "2016-10-05 17:39:07.927268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non dolorem nihil.\",\"text\":\"The GB feed is down, copy the cross-platform interface so we can quantify the JSON sensor!\"}"], ["created_at", "2016-10-05 17:39:07.928765"], ["updated_at", "2016-10-05 17:39:07.928765"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint repudiandae fugit quibusdam.\",\"text\":\"If we generate the port, we can get to the EXE port through the neural SCSI microchip!\"}"], ["created_at", "2016-10-05 17:39:07.929999"], ["updated_at", "2016-10-05 17:39:07.929999"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et adipisci ea et illum ut aperiam quam.\",\"text\":\"Try to bypass the ADP hard drive, maybe it will connect the online card!\"}"], ["created_at", "2016-10-05 17:39:07.931260"], ["updated_at", "2016-10-05 17:39:07.931260"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque sit quia et quis.\",\"text\":\"If we program the program, we can get to the ADP driver through the optical JSON driver!\"}"], ["created_at", "2016-10-05 17:39:07.932956"], ["updated_at", "2016-10-05 17:39:07.932956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti modi minus asperiores animi quia dolor voluptatem.\",\"text\":\"Try to transmit the SMTP hard drive, maybe it will synthesize the optical program!\"}"], ["created_at", "2016-10-05 17:39:07.934147"], ["updated_at", "2016-10-05 17:39:07.934147"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod voluptatibus ducimus totam rem non.\",\"text\":\"Try to program the SCSI port, maybe it will index the redundant circuit!\"}"], ["created_at", "2016-10-05 17:39:07.935354"], ["updated_at", "2016-10-05 17:39:07.935354"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore vel praesentium deleniti.\",\"text\":\"Try to parse the AGP panel, maybe it will generate the neural interface!\"}"], ["created_at", "2016-10-05 17:39:07.936424"], ["updated_at", "2016-10-05 17:39:07.936424"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut ab perferendis aut.\",\"text\":\"If we override the monitor, we can get to the SMTP circuit through the neural PNG panel!\"}"], ["created_at", "2016-10-05 17:39:07.937589"], ["updated_at", "2016-10-05 17:39:07.937589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse qui eligendi et aut voluptatem.\",\"text\":\"The SAS matrix is down, connect the neural port so we can synthesize the AGP transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.938837"], ["updated_at", "2016-10-05 17:39:07.938837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui vel laboriosam omnis exercitationem.\",\"text\":\"I'll calculate the neural XML pixel, that should panel the SSL capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.939910"], ["updated_at", "2016-10-05 17:39:07.939910"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur in aut quo.\",\"text\":\"Hacking the microchip won't do anything, we need to copy the back-end sdd firewall!\"}"], ["created_at", "2016-10-05 17:39:07.941022"], ["updated_at", "2016-10-05 17:39:07.941022"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ullam repellat quod ducimus.\",\"text\":\"You can't override the hard drive without quantifying the open-source JSON hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.942056"], ["updated_at", "2016-10-05 17:39:07.942056"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque doloremque vero.\",\"text\":\"The XML bandwidth is down, generate the cross-platform transmitter so we can input the GB capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.943355"], ["updated_at", "2016-10-05 17:39:07.943355"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias consequatur rem unde doloremque vitae.\",\"text\":\"Try to generate the AI port, maybe it will override the neural feed!\"}"], ["created_at", "2016-10-05 17:39:07.944661"], ["updated_at", "2016-10-05 17:39:07.944661"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et nulla necessitatibus sunt ipsum.\",\"text\":\"You can't input the alarm without calculating the redundant HDD firewall!\"}"], ["created_at", "2016-10-05 17:39:07.946122"], ["updated_at", "2016-10-05 17:39:07.946122"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam saepe deserunt magnam quia dolor id necessitatibus.\",\"text\":\"We need to hack the online COM alarm!\"}"], ["created_at", "2016-10-05 17:39:07.947841"], ["updated_at", "2016-10-05 17:39:07.947841"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam sit expedita et ab perferendis est.\",\"text\":\"We need to transmit the haptic COM circuit!\"}"], ["created_at", "2016-10-05 17:39:07.949124"], ["updated_at", "2016-10-05 17:39:07.949124"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi libero rerum.\",\"text\":\"Quantifying the system won't do anything, we need to parse the redundant http interface!\"}"], ["created_at", "2016-10-05 17:39:07.950567"], ["updated_at", "2016-10-05 17:39:07.950567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut qui cum maiores ea non laboriosam.\",\"text\":\"The XML sensor is down, back up the virtual matrix so we can compress the SCSI card!\"}"], ["created_at", "2016-10-05 17:39:07.951839"], ["updated_at", "2016-10-05 17:39:07.951839"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem placeat officiis.\",\"text\":\"You can't copy the program without connecting the digital SCSI capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.953366"], ["updated_at", "2016-10-05 17:39:07.953366"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti delectus ipsum voluptatem non ut aperiam nobis.\",\"text\":\"We need to compress the primary EXE program!\"}"], ["created_at", "2016-10-05 17:39:07.954629"], ["updated_at", "2016-10-05 17:39:07.954629"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam quibusdam deleniti velit.\",\"text\":\"We need to synthesize the online JSON interface!\"}"], ["created_at", "2016-10-05 17:39:07.955902"], ["updated_at", "2016-10-05 17:39:07.955902"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit praesentium non culpa.\",\"text\":\"The AGP matrix is down, copy the open-source card so we can quantify the RSS firewall!\"}"], ["created_at", "2016-10-05 17:39:07.957547"], ["updated_at", "2016-10-05 17:39:07.957547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque est quia iste molestiae eligendi.\",\"text\":\"Parsing the card won't do anything, we need to navigate the primary sdd capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.958841"], ["updated_at", "2016-10-05 17:39:07.958841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae nesciunt aut est ad.\",\"text\":\"You can't reboot the bandwidth without indexing the auxiliary ADP port!\"}"], ["created_at", "2016-10-05 17:39:07.960397"], ["updated_at", "2016-10-05 17:39:07.960397"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium atque et temporibus distinctio ut.\",\"text\":\"Try to hack the SMTP microchip, maybe it will program the online monitor!\"}"], ["created_at", "2016-10-05 17:39:07.961512"], ["updated_at", "2016-10-05 17:39:07.961512"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque libero optio non voluptate possimus dolor.\",\"text\":\"Try to navigate the HDD monitor, maybe it will program the mobile transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.962525"], ["updated_at", "2016-10-05 17:39:07.962525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus quam doloribus voluptatum.\",\"text\":\"The RSS card is down, calculate the bluetooth bandwidth so we can hack the JSON panel!\"}"], ["created_at", "2016-10-05 17:39:07.963735"], ["updated_at", "2016-10-05 17:39:07.963735"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus neque sunt esse nemo harum adipisci dolores.\",\"text\":\"I'll back up the neural AGP firewall, that should program the SMTP matrix!\"}"], ["created_at", "2016-10-05 17:39:07.964772"], ["updated_at", "2016-10-05 17:39:07.964772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At ut ut explicabo suscipit rerum quis.\",\"text\":\"You can't hack the alarm without bypassing the online SMS capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.965761"], ["updated_at", "2016-10-05 17:39:07.965761"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque ratione quas omnis.\",\"text\":\"We need to reboot the wireless HDD protocol!\"}"], ["created_at", "2016-10-05 17:39:07.967029"], ["updated_at", "2016-10-05 17:39:07.967029"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis ut praesentium cum consequatur sed.\",\"text\":\"Try to hack the SMTP pixel, maybe it will reboot the mobile circuit!\"}"], ["created_at", "2016-10-05 17:39:07.968038"], ["updated_at", "2016-10-05 17:39:07.968038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque aliquid eaque a quidem est.\",\"text\":\"We need to compress the multi-byte SDD firewall!\"}"], ["created_at", "2016-10-05 17:39:07.969055"], ["updated_at", "2016-10-05 17:39:07.969055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam expedita soluta minus sint nulla quas.\",\"text\":\"Try to calculate the IB transmitter, maybe it will transmit the open-source driver!\"}"], ["created_at", "2016-10-05 17:39:07.970139"], ["updated_at", "2016-10-05 17:39:07.970139"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae neque asperiores praesentium.\",\"text\":\"If we parse the application, we can get to the AGP bus through the wireless IB transmitter!\"}"], ["created_at", "2016-10-05 17:39:07.971178"], ["updated_at", "2016-10-05 17:39:07.971178"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id illum ex iure labore culpa alias.\",\"text\":\"Navigating the system won't do anything, we need to bypass the auxiliary rss protocol!\"}"], ["created_at", "2016-10-05 17:39:07.972362"], ["updated_at", "2016-10-05 17:39:07.972362"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum ut est facilis eaque fuga ratione.\",\"text\":\"Try to navigate the SQL firewall, maybe it will quantify the haptic system!\"}"], ["created_at", "2016-10-05 17:39:07.973631"], ["updated_at", "2016-10-05 17:39:07.973631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis error quidem repellendus.\",\"text\":\"You can't copy the monitor without parsing the virtual USB card!\"}"], ["created_at", "2016-10-05 17:39:07.974704"], ["updated_at", "2016-10-05 17:39:07.974704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas animi nostrum et recusandae et voluptates.\",\"text\":\"You can't input the transmitter without calculating the mobile THX panel!\"}"], ["created_at", "2016-10-05 17:39:07.975742"], ["updated_at", "2016-10-05 17:39:07.975742"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut minus omnis.\",\"text\":\"You can't input the panel without synthesizing the auxiliary JBOD array!\"}"], ["created_at", "2016-10-05 17:39:07.976822"], ["updated_at", "2016-10-05 17:39:07.976822"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi architecto illum.\",\"text\":\"If we transmit the feed, we can get to the SMS application through the solid state SCSI array!\"}"], ["created_at", "2016-10-05 17:39:07.977813"], ["updated_at", "2016-10-05 17:39:07.977813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum voluptates velit ducimus sequi corporis.\",\"text\":\"You can't parse the interface without transmitting the online PNG capacitor!\"}"], ["created_at", "2016-10-05 17:39:07.978877"], ["updated_at", "2016-10-05 17:39:07.978877"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias deleniti doloribus cumque.\",\"text\":\"Use the wireless SMS driver, then you can parse the back-end feed!\"}"], ["created_at", "2016-10-05 17:39:07.979970"], ["updated_at", "2016-10-05 17:39:07.979970"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis ipsam non voluptates eum veritatis qui veniam.\",\"text\":\"I'll back up the back-end JBOD driver, that should sensor the RSS firewall!\"}"], ["created_at", "2016-10-05 17:39:07.980938"], ["updated_at", "2016-10-05 17:39:07.980938"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique quia quo mollitia explicabo.\",\"text\":\"Use the cross-platform SMTP panel, then you can hack the digital hard drive!\"}"], ["created_at", "2016-10-05 17:39:07.981952"], ["updated_at", "2016-10-05 17:39:07.981952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et corrupti repudiandae ea est aut.\",\"text\":\"Try to reboot the GB system, maybe it will hack the cross-platform system!\"}"], ["created_at", "2016-10-05 17:39:07.983383"], ["updated_at", "2016-10-05 17:39:07.983383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere ullam eum quia recusandae expedita qui esse.\",\"text\":\"The JSON transmitter is down, program the multi-byte alarm so we can copy the SSL bandwidth!\"}"], ["created_at", "2016-10-05 17:39:07.984571"], ["updated_at", "2016-10-05 17:39:07.984571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe incidunt occaecati a.\",\"text\":\"The RSS bandwidth is down, copy the back-end system so we can compress the XSS interface!\"}"], ["created_at", "2016-10-05 17:39:07.985770"], ["updated_at", "2016-10-05 17:39:07.985770"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque aut eius aliquid ex cum est aperiam.\",\"text\":\"I'll override the wireless SAS port, that should monitor the COM microchip!\"}"], ["created_at", "2016-10-05 17:39:07.987258"], ["updated_at", "2016-10-05 17:39:07.987258"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem beatae qui consequatur.\",\"text\":\"You can't hack the firewall without bypassing the mobile USB system!\"}"], ["created_at", "2016-10-05 17:39:07.988462"], ["updated_at", "2016-10-05 17:39:07.988462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis unde amet quam.\",\"text\":\"The XSS monitor is down, navigate the redundant bus so we can reboot the SSL system!\"}"], ["created_at", "2016-10-05 17:39:07.989588"], ["updated_at", "2016-10-05 17:39:07.989588"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero explicabo totam est porro.\",\"text\":\"We need to calculate the cross-platform XML microchip!\"}"], ["created_at", "2016-10-05 17:39:07.990729"], ["updated_at", "2016-10-05 17:39:07.990729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores libero dolorem et corporis minus ut.\",\"text\":\"Use the wireless HDD firewall, then you can copy the primary monitor!\"}"], ["created_at", "2016-10-05 17:39:07.992071"], ["updated_at", "2016-10-05 17:39:07.992071"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui similique dolorum velit recusandae sunt et id.\",\"text\":\"Try to compress the ADP capacitor, maybe it will transmit the multi-byte array!\"}"], ["created_at", "2016-10-05 17:39:07.993222"], ["updated_at", "2016-10-05 17:39:07.993222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos voluptatum error incidunt.\",\"text\":\"You can't parse the driver without parsing the cross-platform CSS panel!\"}"], ["created_at", "2016-10-05 17:39:07.994412"], ["updated_at", "2016-10-05 17:39:07.994412"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit nostrum unde vero est iure tempore.\",\"text\":\"You can't copy the pixel without transmitting the bluetooth AI array!\"}"], ["created_at", "2016-10-05 17:39:07.995592"], ["updated_at", "2016-10-05 17:39:07.995592"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut velit quasi et sit nisi.\",\"text\":\"You can't override the capacitor without programming the mobile RSS circuit!\"}"], ["created_at", "2016-10-05 17:39:07.996954"], ["updated_at", "2016-10-05 17:39:07.996954"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum illum officia hic voluptas nisi aut ut.\",\"text\":\"We need to parse the bluetooth USB application!\"}"], ["created_at", "2016-10-05 17:39:07.998513"], ["updated_at", "2016-10-05 17:39:07.998513"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia impedit ducimus accusantium tempore.\",\"text\":\"Try to connect the XSS hard drive, maybe it will quantify the solid state program!\"}"], ["created_at", "2016-10-05 17:39:08.001367"], ["updated_at", "2016-10-05 17:39:08.001367"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero nemo unde totam aut nihil aut perferendis.\",\"text\":\"I'll calculate the wireless RAM system, that should transmitter the JSON capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.004734"], ["updated_at", "2016-10-05 17:39:08.004734"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo commodi dolores.\",\"text\":\"The GB array is down, connect the haptic feed so we can navigate the CSS port!\"}"], ["created_at", "2016-10-05 17:39:08.007672"], ["updated_at", "2016-10-05 17:39:08.007672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore rerum et illum.\",\"text\":\"I'll override the 1080p SQL capacitor, that should bandwidth the THX array!\"}"], ["created_at", "2016-10-05 17:39:08.009097"], ["updated_at", "2016-10-05 17:39:08.009097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum omnis non corrupti blanditiis veniam odio ea.\",\"text\":\"We need to synthesize the primary HDD monitor!\"}"], ["created_at", "2016-10-05 17:39:08.010315"], ["updated_at", "2016-10-05 17:39:08.010315"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque possimus labore laboriosam ex fugit.\",\"text\":\"Use the wireless RSS alarm, then you can reboot the multi-byte sensor!\"}"], ["created_at", "2016-10-05 17:39:08.011486"], ["updated_at", "2016-10-05 17:39:08.011486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur molestiae dolor qui voluptatem neque.\",\"text\":\"The JSON program is down, hack the mobile array so we can compress the TCP protocol!\"}"], ["created_at", "2016-10-05 17:39:08.012577"], ["updated_at", "2016-10-05 17:39:08.012577"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque facilis placeat voluptas.\",\"text\":\"We need to input the back-end SSL firewall!\"}"], ["created_at", "2016-10-05 17:39:08.013636"], ["updated_at", "2016-10-05 17:39:08.013636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis perspiciatis quo deserunt iusto asperiores et itaque.\",\"text\":\"Try to quantify the RSS circuit, maybe it will compress the primary monitor!\"}"], ["created_at", "2016-10-05 17:39:08.014999"], ["updated_at", "2016-10-05 17:39:08.014999"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro qui et voluptas a.\",\"text\":\"Use the solid state SMTP driver, then you can generate the primary application!\"}"], ["created_at", "2016-10-05 17:39:08.016299"], ["updated_at", "2016-10-05 17:39:08.016299"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus quia in rem.\",\"text\":\"I'll parse the neural GB matrix, that should system the COM system!\"}"], ["created_at", "2016-10-05 17:39:08.017663"], ["updated_at", "2016-10-05 17:39:08.017663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem nisi et blanditiis et error.\",\"text\":\"You can't override the circuit without connecting the neural TCP protocol!\"}"], ["created_at", "2016-10-05 17:39:08.019130"], ["updated_at", "2016-10-05 17:39:08.019130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut pariatur soluta ut placeat qui.\",\"text\":\"You can't navigate the bus without navigating the back-end AGP bus!\"}"], ["created_at", "2016-10-05 17:39:08.020320"], ["updated_at", "2016-10-05 17:39:08.020320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae nulla et ullam eaque.\",\"text\":\"You can't compress the card without copying the digital HTTP feed!\"}"], ["created_at", "2016-10-05 17:39:08.021802"], ["updated_at", "2016-10-05 17:39:08.021802"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni minima et.\",\"text\":\"If we override the driver, we can get to the RSS bus through the digital AI bus!\"}"], ["created_at", "2016-10-05 17:39:08.023160"], ["updated_at", "2016-10-05 17:39:08.023160"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque adipisci tempore autem.\",\"text\":\"Use the solid state PNG matrix, then you can hack the digital pixel!\"}"], ["created_at", "2016-10-05 17:39:08.027555"], ["updated_at", "2016-10-05 17:39:08.027555"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid debitis eos nostrum neque reiciendis dolores sed.\",\"text\":\"I'll reboot the bluetooth THX microchip, that should bus the SQL card!\"}"], ["created_at", "2016-10-05 17:39:08.029199"], ["updated_at", "2016-10-05 17:39:08.029199"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia eligendi sint suscipit.\",\"text\":\"The EXE interface is down, bypass the primary microchip so we can index the RSS protocol!\"}"], ["created_at", "2016-10-05 17:39:08.033041"], ["updated_at", "2016-10-05 17:39:08.033041"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit voluptas nostrum voluptas et.\",\"text\":\"You can't compress the port without parsing the open-source SCSI feed!\"}"], ["created_at", "2016-10-05 17:39:08.034545"], ["updated_at", "2016-10-05 17:39:08.034545"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente perspiciatis expedita vero veniam in illo.\",\"text\":\"I'll connect the auxiliary TCP protocol, that should bus the HDD driver!\"}"], ["created_at", "2016-10-05 17:39:08.035879"], ["updated_at", "2016-10-05 17:39:08.035879"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Necessitatibus cupiditate eum.\",\"text\":\"I'll calculate the multi-byte CSS bandwidth, that should firewall the SMTP port!\"}"], ["created_at", "2016-10-05 17:39:08.037565"], ["updated_at", "2016-10-05 17:39:08.037565"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur amet deleniti repellat illo ea consequatur dolorem.\",\"text\":\"Use the virtual SDD system, then you can navigate the optical bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.038913"], ["updated_at", "2016-10-05 17:39:08.038913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate non aut perspiciatis sunt fuga.\",\"text\":\"I'll back up the haptic RSS microchip, that should panel the SQL driver!\"}"], ["created_at", "2016-10-05 17:39:08.040364"], ["updated_at", "2016-10-05 17:39:08.040364"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error eos sit sunt laboriosam.\",\"text\":\"You can't connect the circuit without quantifying the mobile SQL array!\"}"], ["created_at", "2016-10-05 17:39:08.041713"], ["updated_at", "2016-10-05 17:39:08.041713"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur cumque aut.\",\"text\":\"The AGP protocol is down, compress the haptic feed so we can input the FTP panel!\"}"], ["created_at", "2016-10-05 17:39:08.043024"], ["updated_at", "2016-10-05 17:39:08.043024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut praesentium voluptatibus quia eius ut.\",\"text\":\"Calculating the array won't do anything, we need to index the optical ram panel!\"}"], ["created_at", "2016-10-05 17:39:08.044259"], ["updated_at", "2016-10-05 17:39:08.044259"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus optio et eum sit tempora similique deleniti.\",\"text\":\"The FTP bandwidth is down, reboot the neural monitor so we can transmit the PNG firewall!\"}"], ["created_at", "2016-10-05 17:39:08.045831"], ["updated_at", "2016-10-05 17:39:08.045831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt dolorum et saepe voluptate atque.\",\"text\":\"We need to bypass the neural RAM array!\"}"], ["created_at", "2016-10-05 17:39:08.047076"], ["updated_at", "2016-10-05 17:39:08.047076"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident maxime veritatis similique veniam.\",\"text\":\"Use the virtual PCI monitor, then you can transmit the online port!\"}"], ["created_at", "2016-10-05 17:39:08.048254"], ["updated_at", "2016-10-05 17:39:08.048254"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum voluptatum sint sed.\",\"text\":\"We need to override the mobile XML system!\"}"], ["created_at", "2016-10-05 17:39:08.049863"], ["updated_at", "2016-10-05 17:39:08.049863"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias est qui quo.\",\"text\":\"If we copy the array, we can get to the RSS system through the multi-byte XML hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.051064"], ["updated_at", "2016-10-05 17:39:08.051064"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id voluptates est.\",\"text\":\"If we program the alarm, we can get to the GB circuit through the digital HTTP program!\"}"], ["created_at", "2016-10-05 17:39:08.052306"], ["updated_at", "2016-10-05 17:39:08.052306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque voluptatem cum tempora nihil.\",\"text\":\"I'll parse the multi-byte SCSI application, that should interface the ADP firewall!\"}"], ["created_at", "2016-10-05 17:39:08.053798"], ["updated_at", "2016-10-05 17:39:08.053798"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias deleniti nostrum quasi eaque distinctio.\",\"text\":\"We need to copy the redundant SMTP pixel!\"}"], ["created_at", "2016-10-05 17:39:08.054998"], ["updated_at", "2016-10-05 17:39:08.054998"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est et qui quia aut earum laudantium.\",\"text\":\"Backing up the transmitter won't do anything, we need to index the mobile sdd interface!\"}"], ["created_at", "2016-10-05 17:39:08.056414"], ["updated_at", "2016-10-05 17:39:08.056414"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur veniam distinctio.\",\"text\":\"The SMS interface is down, connect the neural driver so we can transmit the SMS hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.057803"], ["updated_at", "2016-10-05 17:39:08.057803"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam voluptate praesentium natus.\",\"text\":\"We need to transmit the mobile PCI firewall!\"}"], ["created_at", "2016-10-05 17:39:08.059176"], ["updated_at", "2016-10-05 17:39:08.059176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident voluptas iste.\",\"text\":\"We need to reboot the digital CSS capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.060469"], ["updated_at", "2016-10-05 17:39:08.060469"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda deserunt est et ex placeat.\",\"text\":\"You can't override the application without connecting the neural HTTP alarm!\"}"], ["created_at", "2016-10-05 17:39:08.061754"], ["updated_at", "2016-10-05 17:39:08.061754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam quis et asperiores.\",\"text\":\"Try to index the SMTP sensor, maybe it will compress the cross-platform system!\"}"], ["created_at", "2016-10-05 17:39:08.063376"], ["updated_at", "2016-10-05 17:39:08.063376"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente veritatis laboriosam quia.\",\"text\":\"I'll quantify the primary XSS capacitor, that should capacitor the SQL card!\"}"], ["created_at", "2016-10-05 17:39:08.064652"], ["updated_at", "2016-10-05 17:39:08.064652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus eius est dignissimos adipisci est explicabo officiis.\",\"text\":\"Use the mobile AI application, then you can back up the virtual protocol!\"}"], ["created_at", "2016-10-05 17:39:08.065942"], ["updated_at", "2016-10-05 17:39:08.065942"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem sit voluptatem reprehenderit tempore ex nostrum omnis.\",\"text\":\"Programming the circuit won't do anything, we need to compress the primary ram application!\"}"], ["created_at", "2016-10-05 17:39:08.067286"], ["updated_at", "2016-10-05 17:39:08.067286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid autem voluptas voluptas alias vel nam.\",\"text\":\"We need to generate the auxiliary XSS interface!\"}"], ["created_at", "2016-10-05 17:39:08.068868"], ["updated_at", "2016-10-05 17:39:08.068868"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed repellendus dignissimos et.\",\"text\":\"The TCP feed is down, parse the back-end capacitor so we can program the SMS matrix!\"}"], ["created_at", "2016-10-05 17:39:08.070123"], ["updated_at", "2016-10-05 17:39:08.070123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et autem et ullam.\",\"text\":\"The SQL bandwidth is down, reboot the redundant transmitter so we can compress the FTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.071380"], ["updated_at", "2016-10-05 17:39:08.071380"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum praesentium et.\",\"text\":\"I'll quantify the wireless ADP bus, that should driver the ADP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.072637"], ["updated_at", "2016-10-05 17:39:08.072637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus qui quasi nihil aut.\",\"text\":\"You can't reboot the sensor without navigating the online HDD interface!\"}"], ["created_at", "2016-10-05 17:39:08.074001"], ["updated_at", "2016-10-05 17:39:08.074001"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut consequuntur ad eius itaque.\",\"text\":\"You can't compress the microchip without transmitting the optical PCI pixel!\"}"], ["created_at", "2016-10-05 17:39:08.075280"], ["updated_at", "2016-10-05 17:39:08.075280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita quam reiciendis suscipit.\",\"text\":\"I'll back up the redundant XML protocol, that should protocol the SMS hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.076935"], ["updated_at", "2016-10-05 17:39:08.076935"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et iure et quia rerum provident.\",\"text\":\"Try to connect the JBOD capacitor, maybe it will bypass the primary bus!\"}"], ["created_at", "2016-10-05 17:39:08.078214"], ["updated_at", "2016-10-05 17:39:08.078214"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia occaecati est necessitatibus.\",\"text\":\"Try to transmit the SCSI firewall, maybe it will connect the virtual port!\"}"], ["created_at", "2016-10-05 17:39:08.079517"], ["updated_at", "2016-10-05 17:39:08.079517"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et debitis aut sunt.\",\"text\":\"You can't synthesize the circuit without indexing the optical SAS system!\"}"], ["created_at", "2016-10-05 17:39:08.080783"], ["updated_at", "2016-10-05 17:39:08.080783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non officiis corrupti quia ea sunt.\",\"text\":\"Try to synthesize the AGP port, maybe it will transmit the wireless panel!\"}"], ["created_at", "2016-10-05 17:39:08.082358"], ["updated_at", "2016-10-05 17:39:08.082358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis repellendus et voluptates.\",\"text\":\"Use the bluetooth FTP program, then you can back up the wireless circuit!\"}"], ["created_at", "2016-10-05 17:39:08.083670"], ["updated_at", "2016-10-05 17:39:08.083670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui suscipit cum dolorem aut nihil sed.\",\"text\":\"You can't bypass the microchip without quantifying the mobile COM driver!\"}"], ["created_at", "2016-10-05 17:39:08.084917"], ["updated_at", "2016-10-05 17:39:08.084917"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint neque in nesciunt assumenda.\",\"text\":\"The PNG hard drive is down, reboot the optical port so we can compress the AI interface!\"}"], ["created_at", "2016-10-05 17:39:08.086158"], ["updated_at", "2016-10-05 17:39:08.086158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat autem ut tenetur officia deserunt doloremque.\",\"text\":\"Generating the capacitor won't do anything, we need to transmit the auxiliary agp feed!\"}"], ["created_at", "2016-10-05 17:39:08.087451"], ["updated_at", "2016-10-05 17:39:08.087451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo cumque et.\",\"text\":\"I'll hack the redundant SMTP pixel, that should firewall the THX bus!\"}"], ["created_at", "2016-10-05 17:39:08.088706"], ["updated_at", "2016-10-05 17:39:08.088706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel facere natus alias.\",\"text\":\"I'll quantify the bluetooth FTP interface, that should interface the SQL port!\"}"], ["created_at", "2016-10-05 17:39:08.090317"], ["updated_at", "2016-10-05 17:39:08.090317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur minima et et.\",\"text\":\"Try to quantify the COM hard drive, maybe it will override the open-source transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.091605"], ["updated_at", "2016-10-05 17:39:08.091605"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quia ratione saepe debitis quibusdam ad.\",\"text\":\"You can't calculate the bandwidth without copying the optical SMS alarm!\"}"], ["created_at", "2016-10-05 17:39:08.092841"], ["updated_at", "2016-10-05 17:39:08.092841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere sunt architecto eligendi dolore.\",\"text\":\"You can't bypass the firewall without indexing the redundant JBOD matrix!\"}"], ["created_at", "2016-10-05 17:39:08.094180"], ["updated_at", "2016-10-05 17:39:08.094180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique praesentium fugiat.\",\"text\":\"You can't compress the program without hacking the bluetooth SDD bus!\"}"], ["created_at", "2016-10-05 17:39:08.095471"], ["updated_at", "2016-10-05 17:39:08.095471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo est voluptas officiis asperiores ea consequuntur culpa.\",\"text\":\"You can't transmit the monitor without copying the open-source HDD array!\"}"], ["created_at", "2016-10-05 17:39:08.097132"], ["updated_at", "2016-10-05 17:39:08.097132"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim doloremque officia ex qui nam dolore.\",\"text\":\"The ADP program is down, input the open-source system so we can override the GB port!\"}"], ["created_at", "2016-10-05 17:39:08.098525"], ["updated_at", "2016-10-05 17:39:08.098525"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime voluptas vel placeat dolore temporibus.\",\"text\":\"You can't navigate the program without hacking the primary SMTP array!\"}"], ["created_at", "2016-10-05 17:39:08.099965"], ["updated_at", "2016-10-05 17:39:08.099965"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis eos consequatur.\",\"text\":\"The GB feed is down, input the auxiliary bus so we can reboot the GB system!\"}"], ["created_at", "2016-10-05 17:39:08.101393"], ["updated_at", "2016-10-05 17:39:08.101393"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam et praesentium.\",\"text\":\"The SAS pixel is down, generate the back-end hard drive so we can override the SDD alarm!\"}"], ["created_at", "2016-10-05 17:39:08.102923"], ["updated_at", "2016-10-05 17:39:08.102923"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et dolorum aut explicabo voluptatum aut et.\",\"text\":\"We need to back up the auxiliary JSON sensor!\"}"], ["created_at", "2016-10-05 17:39:08.105902"], ["updated_at", "2016-10-05 17:39:08.105902"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed recusandae blanditiis quo nulla.\",\"text\":\"Synthesizing the system won't do anything, we need to hack the online jbod sensor!\"}"], ["created_at", "2016-10-05 17:39:08.107510"], ["updated_at", "2016-10-05 17:39:08.107510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor corrupti velit quia.\",\"text\":\"I'll synthesize the open-source XSS matrix, that should bandwidth the AGP alarm!\"}"], ["created_at", "2016-10-05 17:39:08.108833"], ["updated_at", "2016-10-05 17:39:08.108833"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia voluptatem est dolorem.\",\"text\":\"If we copy the alarm, we can get to the IB pixel through the back-end ADP card!\"}"], ["created_at", "2016-10-05 17:39:08.110027"], ["updated_at", "2016-10-05 17:39:08.110027"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut quos sint nam architecto iste dolorum accusamus.\",\"text\":\"You can't copy the application without backing up the wireless SQL hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.111573"], ["updated_at", "2016-10-05 17:39:08.111573"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque quia inventore repudiandae eveniet placeat cupiditate error.\",\"text\":\"You can't calculate the transmitter without copying the bluetooth JSON bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.112756"], ["updated_at", "2016-10-05 17:39:08.112756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis in sed voluptatem officiis.\",\"text\":\"You can't back up the circuit without parsing the primary CSS sensor!\"}"], ["created_at", "2016-10-05 17:39:08.114025"], ["updated_at", "2016-10-05 17:39:08.114025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta autem nihil sed laudantium.\",\"text\":\"If we reboot the driver, we can get to the CSS hard drive through the back-end JSON port!\"}"], ["created_at", "2016-10-05 17:39:08.115253"], ["updated_at", "2016-10-05 17:39:08.115253"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit commodi eaque totam quis voluptatibus.\",\"text\":\"The JBOD hard drive is down, index the digital program so we can reboot the FTP program!\"}"], ["created_at", "2016-10-05 17:39:08.116871"], ["updated_at", "2016-10-05 17:39:08.116871"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non deleniti id iure veniam.\",\"text\":\"The SMS bus is down, generate the virtual bandwidth so we can override the FTP matrix!\"}"], ["created_at", "2016-10-05 17:39:08.118124"], ["updated_at", "2016-10-05 17:39:08.118124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum ullam et veniam dolores.\",\"text\":\"You can't back up the monitor without calculating the open-source SMS panel!\"}"], ["created_at", "2016-10-05 17:39:08.119410"], ["updated_at", "2016-10-05 17:39:08.119410"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Mollitia non omnis soluta molestias aspernatur.\",\"text\":\"Backing up the transmitter won't do anything, we need to compress the haptic sdd array!\"}"], ["created_at", "2016-10-05 17:39:08.120595"], ["updated_at", "2016-10-05 17:39:08.120595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui aut non nam labore illum.\",\"text\":\"If we reboot the system, we can get to the HTTP feed through the multi-byte CSS protocol!\"}"], ["created_at", "2016-10-05 17:39:08.122041"], ["updated_at", "2016-10-05 17:39:08.122041"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum eaque quo libero tempora rerum velit.\",\"text\":\"We need to input the haptic XSS card!\"}"], ["created_at", "2016-10-05 17:39:08.123270"], ["updated_at", "2016-10-05 17:39:08.123270"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium rerum doloribus.\",\"text\":\"I'll quantify the haptic PNG firewall, that should pixel the THX alarm!\"}"], ["created_at", "2016-10-05 17:39:08.124555"], ["updated_at", "2016-10-05 17:39:08.124555"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dignissimos ad non id voluptas dolorem est sapiente.\",\"text\":\"We need to quantify the auxiliary JBOD bus!\"}"], ["created_at", "2016-10-05 17:39:08.125795"], ["updated_at", "2016-10-05 17:39:08.125795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia nam facere assumenda.\",\"text\":\"Use the mobile XML transmitter, then you can copy the optical program!\"}"], ["created_at", "2016-10-05 17:39:08.126967"], ["updated_at", "2016-10-05 17:39:08.126967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui natus accusantium aut reiciendis.\",\"text\":\"We need to back up the primary COM feed!\"}"], ["created_at", "2016-10-05 17:39:08.128432"], ["updated_at", "2016-10-05 17:39:08.128432"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui cumque tenetur.\",\"text\":\"I'll input the digital GB transmitter, that should microchip the JSON feed!\"}"], ["created_at", "2016-10-05 17:39:08.129607"], ["updated_at", "2016-10-05 17:39:08.129607"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium eligendi quis et ut ducimus.\",\"text\":\"You can't input the alarm without quantifying the virtual PCI circuit!\"}"], ["created_at", "2016-10-05 17:39:08.130781"], ["updated_at", "2016-10-05 17:39:08.130781"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi at odit omnis voluptatum accusamus.\",\"text\":\"You can't index the circuit without compressing the redundant HTTP protocol!\"}"], ["created_at", "2016-10-05 17:39:08.132268"], ["updated_at", "2016-10-05 17:39:08.132268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi est qui et.\",\"text\":\"Use the virtual FTP circuit, then you can compress the auxiliary sensor!\"}"], ["created_at", "2016-10-05 17:39:08.133551"], ["updated_at", "2016-10-05 17:39:08.133551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi iusto ut minus qui velit molestiae in.\",\"text\":\"If we override the hard drive, we can get to the PNG protocol through the wireless USB program!\"}"], ["created_at", "2016-10-05 17:39:08.134744"], ["updated_at", "2016-10-05 17:39:08.134744"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur ex vel aut rerum rem quo.\",\"text\":\"Bypassing the panel won't do anything, we need to copy the digital png circuit!\"}"], ["created_at", "2016-10-05 17:39:08.136071"], ["updated_at", "2016-10-05 17:39:08.136071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi sint aut aspernatur rem dolores.\",\"text\":\"Navigating the driver won't do anything, we need to index the open-source gb circuit!\"}"], ["created_at", "2016-10-05 17:39:08.137415"], ["updated_at", "2016-10-05 17:39:08.137415"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi maiores consequuntur unde doloremque placeat error velit.\",\"text\":\"Try to hack the HTTP sensor, maybe it will generate the solid state pixel!\"}"], ["created_at", "2016-10-05 17:39:08.138963"], ["updated_at", "2016-10-05 17:39:08.138963"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus ea at velit consectetur et.\",\"text\":\"We need to connect the bluetooth HTTP feed!\"}"], ["created_at", "2016-10-05 17:39:08.140288"], ["updated_at", "2016-10-05 17:39:08.140288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic ex voluptas officiis.\",\"text\":\"You can't compress the feed without bypassing the virtual SDD protocol!\"}"], ["created_at", "2016-10-05 17:39:08.141540"], ["updated_at", "2016-10-05 17:39:08.141540"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia neque ipsa.\",\"text\":\"You can't hack the array without bypassing the multi-byte FTP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.142717"], ["updated_at", "2016-10-05 17:39:08.142717"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus molestiae ipsa necessitatibus.\",\"text\":\"Use the solid state RAM capacitor, then you can back up the neural program!\"}"], ["created_at", "2016-10-05 17:39:08.143916"], ["updated_at", "2016-10-05 17:39:08.143916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem impedit vitae quisquam.\",\"text\":\"Try to transmit the USB application, maybe it will index the redundant program!\"}"], ["created_at", "2016-10-05 17:39:08.145098"], ["updated_at", "2016-10-05 17:39:08.145098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum nihil blanditiis.\",\"text\":\"Quantifying the bandwidth won't do anything, we need to bypass the 1080p sql circuit!\"}"], ["created_at", "2016-10-05 17:39:08.146628"], ["updated_at", "2016-10-05 17:39:08.146628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur accusantium repellat.\",\"text\":\"Try to parse the RSS array, maybe it will input the auxiliary pixel!\"}"], ["created_at", "2016-10-05 17:39:08.147806"], ["updated_at", "2016-10-05 17:39:08.147806"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum culpa pariatur iusto maxime porro molestiae et.\",\"text\":\"Try to compress the SMTP program, maybe it will generate the primary card!\"}"], ["created_at", "2016-10-05 17:39:08.148986"], ["updated_at", "2016-10-05 17:39:08.148986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum tempore officiis sed.\",\"text\":\"I'll copy the multi-byte USB circuit, that should feed the AI system!\"}"], ["created_at", "2016-10-05 17:39:08.150702"], ["updated_at", "2016-10-05 17:39:08.150702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate nihil assumenda.\",\"text\":\"I'll index the wireless SQL microchip, that should alarm the THX bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.151913"], ["updated_at", "2016-10-05 17:39:08.151913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque minima ratione quas sequi.\",\"text\":\"We need to program the optical EXE firewall!\"}"], ["created_at", "2016-10-05 17:39:08.153048"], ["updated_at", "2016-10-05 17:39:08.153048"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo non qui earum aut placeat.\",\"text\":\"I'll hack the multi-byte PNG driver, that should transmitter the AGP hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.154235"], ["updated_at", "2016-10-05 17:39:08.154235"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima eum debitis et in nisi error.\",\"text\":\"Quantifying the bus won't do anything, we need to copy the neural ai panel!\"}"], ["created_at", "2016-10-05 17:39:08.155711"], ["updated_at", "2016-10-05 17:39:08.155711"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem velit qui.\",\"text\":\"If we generate the port, we can get to the SMTP matrix through the optical COM program!\"}"], ["created_at", "2016-10-05 17:39:08.157073"], ["updated_at", "2016-10-05 17:39:08.157073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi ea officiis ut odio et.\",\"text\":\"You can't quantify the program without hacking the solid state JSON hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.158438"], ["updated_at", "2016-10-05 17:39:08.158438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel quia est ex soluta distinctio ratione.\",\"text\":\"Use the multi-byte EXE array, then you can copy the redundant program!\"}"], ["created_at", "2016-10-05 17:39:08.159667"], ["updated_at", "2016-10-05 17:39:08.159667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit ut qui rem.\",\"text\":\"If we bypass the card, we can get to the RAM program through the online AI card!\"}"], ["created_at", "2016-10-05 17:39:08.160852"], ["updated_at", "2016-10-05 17:39:08.160852"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas omnis vero fugit.\",\"text\":\"The XML microchip is down, synthesize the 1080p transmitter so we can navigate the SDD system!\"}"], ["created_at", "2016-10-05 17:39:08.162035"], ["updated_at", "2016-10-05 17:39:08.162035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem saepe unde consequuntur quisquam autem est blanditiis.\",\"text\":\"We need to calculate the primary USB circuit!\"}"], ["created_at", "2016-10-05 17:39:08.163268"], ["updated_at", "2016-10-05 17:39:08.163268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem omnis vero eligendi error.\",\"text\":\"I'll reboot the primary HTTP transmitter, that should protocol the PCI driver!\"}"], ["created_at", "2016-10-05 17:39:08.164762"], ["updated_at", "2016-10-05 17:39:08.164762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda veniam temporibus architecto.\",\"text\":\"If we input the sensor, we can get to the RSS bus through the wireless PCI alarm!\"}"], ["created_at", "2016-10-05 17:39:08.166004"], ["updated_at", "2016-10-05 17:39:08.166004"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum quasi repellat ut omnis quidem ut.\",\"text\":\"You can't index the alarm without generating the cross-platform FTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.167248"], ["updated_at", "2016-10-05 17:39:08.167248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut repellat est et qui corrupti.\",\"text\":\"You can't synthesize the circuit without hacking the open-source SSL microchip!\"}"], ["created_at", "2016-10-05 17:39:08.168463"], ["updated_at", "2016-10-05 17:39:08.168463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam temporibus at architecto facere vel quod assumenda.\",\"text\":\"The USB firewall is down, quantify the multi-byte protocol so we can back up the RAM port!\"}"], ["created_at", "2016-10-05 17:39:08.169602"], ["updated_at", "2016-10-05 17:39:08.169602"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae aut alias et nobis voluptatem.\",\"text\":\"Try to parse the SAS program, maybe it will quantify the neural monitor!\"}"], ["created_at", "2016-10-05 17:39:08.170775"], ["updated_at", "2016-10-05 17:39:08.170775"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis et excepturi.\",\"text\":\"We need to program the back-end TCP sensor!\"}"], ["created_at", "2016-10-05 17:39:08.172461"], ["updated_at", "2016-10-05 17:39:08.172461"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quisquam est eius.\",\"text\":\"Use the multi-byte SQL port, then you can program the primary sensor!\"}"], ["created_at", "2016-10-05 17:39:08.173851"], ["updated_at", "2016-10-05 17:39:08.173851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate saepe ut veniam et qui recusandae reprehenderit.\",\"text\":\"We need to connect the online CSS capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.175094"], ["updated_at", "2016-10-05 17:39:08.175094"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque non veritatis velit nihil sunt et.\",\"text\":\"We need to synthesize the cross-platform SMTP monitor!\"}"], ["created_at", "2016-10-05 17:39:08.176319"], ["updated_at", "2016-10-05 17:39:08.176319"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi velit sapiente dolorem et illo.\",\"text\":\"We need to synthesize the auxiliary HTTP hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.177469"], ["updated_at", "2016-10-05 17:39:08.177469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui similique ab sed ipsum.\",\"text\":\"I'll program the solid state JBOD circuit, that should card the SMTP microchip!\"}"], ["created_at", "2016-10-05 17:39:08.178906"], ["updated_at", "2016-10-05 17:39:08.178906"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo amet ea illo et enim soluta neque.\",\"text\":\"We need to connect the cross-platform SMS interface!\"}"], ["created_at", "2016-10-05 17:39:08.180046"], ["updated_at", "2016-10-05 17:39:08.180046"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed quibusdam nemo praesentium aut consequatur.\",\"text\":\"If we hack the application, we can get to the THX capacitor through the digital SMTP protocol!\"}"], ["created_at", "2016-10-05 17:39:08.181267"], ["updated_at", "2016-10-05 17:39:08.181267"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta amet vel ut et id consequuntur.\",\"text\":\"You can't back up the bandwidth without quantifying the primary COM bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.182520"], ["updated_at", "2016-10-05 17:39:08.182520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus hic commodi.\",\"text\":\"Try to copy the HDD circuit, maybe it will compress the back-end pixel!\"}"], ["created_at", "2016-10-05 17:39:08.183947"], ["updated_at", "2016-10-05 17:39:08.183947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit nobis tempore animi sit ab.\",\"text\":\"Use the optical FTP circuit, then you can connect the primary bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.185104"], ["updated_at", "2016-10-05 17:39:08.185104"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores et qui repellat mollitia occaecati.\",\"text\":\"I'll connect the open-source USB monitor, that should capacitor the GB feed!\"}"], ["created_at", "2016-10-05 17:39:08.186255"], ["updated_at", "2016-10-05 17:39:08.186255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam eveniet exercitationem autem quis nesciunt.\",\"text\":\"Try to parse the HTTP sensor, maybe it will synthesize the digital microchip!\"}"], ["created_at", "2016-10-05 17:39:08.187482"], ["updated_at", "2016-10-05 17:39:08.187482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum itaque in ut.\",\"text\":\"Try to compress the GB system, maybe it will compress the primary protocol!\"}"], ["created_at", "2016-10-05 17:39:08.188647"], ["updated_at", "2016-10-05 17:39:08.188647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem unde soluta sint ipsum ducimus odit.\",\"text\":\"We need to bypass the neural ADP card!\"}"], ["created_at", "2016-10-05 17:39:08.189827"], ["updated_at", "2016-10-05 17:39:08.189827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum odit est illo quis.\",\"text\":\"I'll transmit the open-source SCSI monitor, that should firewall the RAM driver!\"}"], ["created_at", "2016-10-05 17:39:08.191333"], ["updated_at", "2016-10-05 17:39:08.191333"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi porro libero aut.\",\"text\":\"You can't synthesize the alarm without parsing the mobile HDD port!\"}"], ["created_at", "2016-10-05 17:39:08.192487"], ["updated_at", "2016-10-05 17:39:08.192487"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex velit animi et.\",\"text\":\"The FTP hard drive is down, connect the back-end sensor so we can compress the HTTP application!\"}"], ["created_at", "2016-10-05 17:39:08.193680"], ["updated_at", "2016-10-05 17:39:08.193680"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus autem labore odio impedit amet hic corporis.\",\"text\":\"Try to hack the IB panel, maybe it will connect the redundant port!\"}"], ["created_at", "2016-10-05 17:39:08.194819"], ["updated_at", "2016-10-05 17:39:08.194819"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat non optio et quia.\",\"text\":\"I'll synthesize the neural USB matrix, that should port the IB monitor!\"}"], ["created_at", "2016-10-05 17:39:08.195959"], ["updated_at", "2016-10-05 17:39:08.195959"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut molestiae inventore accusamus.\",\"text\":\"The GB monitor is down, synthesize the haptic panel so we can override the PNG firewall!\"}"], ["created_at", "2016-10-05 17:39:08.197090"], ["updated_at", "2016-10-05 17:39:08.197090"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis odit ratione et itaque.\",\"text\":\"If we compress the pixel, we can get to the SCSI port through the mobile SAS microchip!\"}"], ["created_at", "2016-10-05 17:39:08.198203"], ["updated_at", "2016-10-05 17:39:08.198203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas non aliquam provident eum repudiandae qui velit.\",\"text\":\"Try to transmit the SSL matrix, maybe it will reboot the solid state microchip!\"}"], ["created_at", "2016-10-05 17:39:08.199742"], ["updated_at", "2016-10-05 17:39:08.199742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem aliquam omnis fugiat aliquid architecto.\",\"text\":\"Use the primary FTP panel, then you can parse the online driver!\"}"], ["created_at", "2016-10-05 17:39:08.200877"], ["updated_at", "2016-10-05 17:39:08.200877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae sapiente laborum aliquid earum.\",\"text\":\"Bypassing the monitor won't do anything, we need to hack the wireless rss feed!\"}"], ["created_at", "2016-10-05 17:39:08.202011"], ["updated_at", "2016-10-05 17:39:08.202011"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed rerum et officia repellendus asperiores iure voluptas.\",\"text\":\"We need to hack the optical EXE port!\"}"], ["created_at", "2016-10-05 17:39:08.203269"], ["updated_at", "2016-10-05 17:39:08.203269"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non voluptas ullam excepturi vitae id.\",\"text\":\"Try to hack the RSS system, maybe it will compress the 1080p matrix!\"}"], ["created_at", "2016-10-05 17:39:08.204804"], ["updated_at", "2016-10-05 17:39:08.204804"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae eos amet molestias.\",\"text\":\"Use the mobile PNG pixel, then you can copy the optical card!\"}"], ["created_at", "2016-10-05 17:39:08.207254"], ["updated_at", "2016-10-05 17:39:08.207254"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores blanditiis aut exercitationem distinctio ad et.\",\"text\":\"Try to compress the TCP interface, maybe it will override the bluetooth card!\"}"], ["created_at", "2016-10-05 17:39:08.209691"], ["updated_at", "2016-10-05 17:39:08.209691"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus sit quam impedit est unde.\",\"text\":\"We need to compress the optical SMTP port!\"}"], ["created_at", "2016-10-05 17:39:08.211410"], ["updated_at", "2016-10-05 17:39:08.211410"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum a blanditiis tempora voluptas qui et asperiores.\",\"text\":\"Indexing the port won't do anything, we need to synthesize the optical sdd matrix!\"}"], ["created_at", "2016-10-05 17:39:08.212974"], ["updated_at", "2016-10-05 17:39:08.212974"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea unde corrupti.\",\"text\":\"The SMS pixel is down, program the redundant feed so we can parse the FTP matrix!\"}"], ["created_at", "2016-10-05 17:39:08.214493"], ["updated_at", "2016-10-05 17:39:08.214493"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quos molestias nostrum tenetur deserunt omnis et.\",\"text\":\"Transmitting the driver won't do anything, we need to override the multi-byte adp alarm!\"}"], ["created_at", "2016-10-05 17:39:08.216578"], ["updated_at", "2016-10-05 17:39:08.216578"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis explicabo dignissimos nam qui ipsum consequuntur neque.\",\"text\":\"Try to input the JBOD hard drive, maybe it will back up the digital capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.218086"], ["updated_at", "2016-10-05 17:39:08.218086"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur omnis illo eum dicta asperiores.\",\"text\":\"You can't override the hard drive without copying the back-end JBOD matrix!\"}"], ["created_at", "2016-10-05 17:39:08.219433"], ["updated_at", "2016-10-05 17:39:08.219433"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam quia commodi necessitatibus.\",\"text\":\"Try to back up the FTP hard drive, maybe it will generate the online bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.220862"], ["updated_at", "2016-10-05 17:39:08.220862"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo laudantium cupiditate incidunt cumque qui.\",\"text\":\"The JSON sensor is down, bypass the primary application so we can navigate the SMS driver!\"}"], ["created_at", "2016-10-05 17:39:08.222145"], ["updated_at", "2016-10-05 17:39:08.222145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel optio fuga id esse.\",\"text\":\"Indexing the firewall won't do anything, we need to reboot the back-end ib array!\"}"], ["created_at", "2016-10-05 17:39:08.223986"], ["updated_at", "2016-10-05 17:39:08.223986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis aut hic nobis veritatis blanditiis non.\",\"text\":\"We need to transmit the bluetooth XSS pixel!\"}"], ["created_at", "2016-10-05 17:39:08.225227"], ["updated_at", "2016-10-05 17:39:08.225227"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem deserunt non.\",\"text\":\"If we synthesize the circuit, we can get to the HDD application through the multi-byte SCSI hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.226512"], ["updated_at", "2016-10-05 17:39:08.226512"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore magnam ad ab incidunt excepturi.\",\"text\":\"Try to compress the SDD capacitor, maybe it will calculate the digital bus!\"}"], ["created_at", "2016-10-05 17:39:08.227787"], ["updated_at", "2016-10-05 17:39:08.227787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil veniam vel illum molestiae esse non.\",\"text\":\"Synthesizing the system won't do anything, we need to reboot the mobile ai feed!\"}"], ["created_at", "2016-10-05 17:39:08.228988"], ["updated_at", "2016-10-05 17:39:08.228988"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus est aperiam ipsam in est sapiente.\",\"text\":\"Use the neural RSS alarm, then you can calculate the neural application!\"}"], ["created_at", "2016-10-05 17:39:08.230229"], ["updated_at", "2016-10-05 17:39:08.230229"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur accusamus quae officia optio.\",\"text\":\"Use the cross-platform RAM circuit, then you can transmit the bluetooth interface!\"}"], ["created_at", "2016-10-05 17:39:08.231851"], ["updated_at", "2016-10-05 17:39:08.231851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem sunt consequatur.\",\"text\":\"You can't copy the hard drive without programming the solid state ADP driver!\"}"], ["created_at", "2016-10-05 17:39:08.233194"], ["updated_at", "2016-10-05 17:39:08.233194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi omnis laudantium.\",\"text\":\"I'll transmit the wireless PNG sensor, that should feed the RAM program!\"}"], ["created_at", "2016-10-05 17:39:08.234389"], ["updated_at", "2016-10-05 17:39:08.234389"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore nulla facere.\",\"text\":\"Use the neural XSS program, then you can compress the back-end interface!\"}"], ["created_at", "2016-10-05 17:39:08.235619"], ["updated_at", "2016-10-05 17:39:08.235619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt adipisci nulla quod.\",\"text\":\"You can't index the array without copying the online JSON port!\"}"], ["created_at", "2016-10-05 17:39:08.236826"], ["updated_at", "2016-10-05 17:39:08.236826"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo iure voluptas dolore.\",\"text\":\"Try to back up the AGP bandwidth, maybe it will calculate the back-end bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.237992"], ["updated_at", "2016-10-05 17:39:08.237992"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis ea natus quasi culpa porro tempore ut.\",\"text\":\"Programming the feed won't do anything, we need to program the haptic com firewall!\"}"], ["created_at", "2016-10-05 17:39:08.239269"], ["updated_at", "2016-10-05 17:39:08.239269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore voluptates inventore.\",\"text\":\"You can't program the program without synthesizing the virtual COM feed!\"}"], ["created_at", "2016-10-05 17:39:08.240886"], ["updated_at", "2016-10-05 17:39:08.240886"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias non et eum sunt maxime.\",\"text\":\"Quantifying the driver won't do anything, we need to hack the redundant http program!\"}"], ["created_at", "2016-10-05 17:39:08.242067"], ["updated_at", "2016-10-05 17:39:08.242067"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem nostrum tenetur.\",\"text\":\"I'll quantify the neural TCP firewall, that should monitor the AI monitor!\"}"], ["created_at", "2016-10-05 17:39:08.243281"], ["updated_at", "2016-10-05 17:39:08.243281"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui molestiae et.\",\"text\":\"I'll quantify the online RSS feed, that should system the AI application!\"}"], ["created_at", "2016-10-05 17:39:08.244780"], ["updated_at", "2016-10-05 17:39:08.244780"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate blanditiis esse quod sapiente.\",\"text\":\"Generating the transmitter won't do anything, we need to parse the cross-platform http application!\"}"], ["created_at", "2016-10-05 17:39:08.245998"], ["updated_at", "2016-10-05 17:39:08.245998"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut voluptate tempora.\",\"text\":\"The SSL interface is down, copy the cross-platform bus so we can input the PCI card!\"}"], ["created_at", "2016-10-05 17:39:08.276728"], ["updated_at", "2016-10-05 17:39:08.276728"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga odit vitae nesciunt.\",\"text\":\"Quantifying the driver won't do anything, we need to navigate the digital exe capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.277857"], ["updated_at", "2016-10-05 17:39:08.277857"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non quam aliquid maxime nemo omnis at et.\",\"text\":\"Parsing the alarm won't do anything, we need to back up the back-end css panel!\"}"], ["created_at", "2016-10-05 17:39:08.278898"], ["updated_at", "2016-10-05 17:39:08.278898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia laborum qui excepturi amet enim fuga.\",\"text\":\"Try to compress the SAS alarm, maybe it will back up the neural card!\"}"], ["created_at", "2016-10-05 17:39:08.279943"], ["updated_at", "2016-10-05 17:39:08.279943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut impedit autem esse.\",\"text\":\"Compressing the program won't do anything, we need to hack the back-end adp application!\"}"], ["created_at", "2016-10-05 17:39:08.280912"], ["updated_at", "2016-10-05 17:39:08.280912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo voluptatem commodi incidunt animi rerum velit.\",\"text\":\"Use the auxiliary PNG firewall, then you can connect the solid state application!\"}"], ["created_at", "2016-10-05 17:39:08.281832"], ["updated_at", "2016-10-05 17:39:08.281832"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea veniam eos nesciunt nulla qui dolorem quod.\",\"text\":\"Use the wireless TCP monitor, then you can copy the 1080p array!\"}"], ["created_at", "2016-10-05 17:39:08.282771"], ["updated_at", "2016-10-05 17:39:08.282771"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias est neque tenetur fuga ab doloremque qui.\",\"text\":\"Connecting the panel won't do anything, we need to reboot the cross-platform json application!\"}"], ["created_at", "2016-10-05 17:39:08.283718"], ["updated_at", "2016-10-05 17:39:08.283718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut molestiae ab autem fugit dicta ut.\",\"text\":\"Navigating the alarm won't do anything, we need to bypass the auxiliary xss capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.284639"], ["updated_at", "2016-10-05 17:39:08.284639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam accusantium vero.\",\"text\":\"Use the bluetooth SDD system, then you can parse the auxiliary array!\"}"], ["created_at", "2016-10-05 17:39:08.285583"], ["updated_at", "2016-10-05 17:39:08.285583"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem quaerat iusto.\",\"text\":\"If we program the program, we can get to the SSL feed through the digital RSS capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.286501"], ["updated_at", "2016-10-05 17:39:08.286501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et et rem soluta dignissimos placeat sit rerum.\",\"text\":\"We need to program the solid state HTTP protocol!\"}"], ["created_at", "2016-10-05 17:39:08.287453"], ["updated_at", "2016-10-05 17:39:08.287453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est et odio culpa.\",\"text\":\"Try to hack the AGP microchip, maybe it will copy the back-end firewall!\"}"], ["created_at", "2016-10-05 17:39:08.288362"], ["updated_at", "2016-10-05 17:39:08.288362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique hic qui.\",\"text\":\"You can't input the application without connecting the mobile HTTP program!\"}"], ["created_at", "2016-10-05 17:39:08.289303"], ["updated_at", "2016-10-05 17:39:08.289303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem sed soluta.\",\"text\":\"I'll calculate the virtual PNG bandwidth, that should pixel the RAM monitor!\"}"], ["created_at", "2016-10-05 17:39:08.290225"], ["updated_at", "2016-10-05 17:39:08.290225"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia inventore eligendi eos temporibus.\",\"text\":\"If we hack the system, we can get to the PCI circuit through the auxiliary TCP alarm!\"}"], ["created_at", "2016-10-05 17:39:08.291156"], ["updated_at", "2016-10-05 17:39:08.291156"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque qui sit suscipit vero consequuntur exercitationem maiores.\",\"text\":\"Try to connect the COM port, maybe it will index the multi-byte card!\"}"], ["created_at", "2016-10-05 17:39:08.292248"], ["updated_at", "2016-10-05 17:39:08.292248"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores eum nisi enim est id suscipit rerum.\",\"text\":\"The COM bus is down, navigate the optical driver so we can reboot the CSS application!\"}"], ["created_at", "2016-10-05 17:39:08.293397"], ["updated_at", "2016-10-05 17:39:08.293397"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum et quis.\",\"text\":\"I'll synthesize the solid state XSS panel, that should driver the RAM system!\"}"], ["created_at", "2016-10-05 17:39:08.294929"], ["updated_at", "2016-10-05 17:39:08.294929"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut deleniti itaque non occaecati autem.\",\"text\":\"Use the haptic SCSI pixel, then you can navigate the bluetooth capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.296526"], ["updated_at", "2016-10-05 17:39:08.296526"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed possimus recusandae quae.\",\"text\":\"We need to synthesize the primary RAM port!\"}"], ["created_at", "2016-10-05 17:39:08.298962"], ["updated_at", "2016-10-05 17:39:08.298962"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quo itaque exercitationem sunt amet iusto.\",\"text\":\"The RAM pixel is down, program the cross-platform transmitter so we can program the PCI system!\"}"], ["created_at", "2016-10-05 17:39:08.301446"], ["updated_at", "2016-10-05 17:39:08.301446"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem occaecati sunt cupiditate.\",\"text\":\"If we compress the feed, we can get to the SMS matrix through the online RSS microchip!\"}"], ["created_at", "2016-10-05 17:39:08.303583"], ["updated_at", "2016-10-05 17:39:08.303583"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam vel vero.\",\"text\":\"Try to reboot the SSL protocol, maybe it will program the bluetooth interface!\"}"], ["created_at", "2016-10-05 17:39:08.304673"], ["updated_at", "2016-10-05 17:39:08.304673"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem doloribus eum.\",\"text\":\"Try to back up the HTTP bus, maybe it will synthesize the bluetooth firewall!\"}"], ["created_at", "2016-10-05 17:39:08.305785"], ["updated_at", "2016-10-05 17:39:08.305785"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis qui quas commodi et.\",\"text\":\"Use the primary HDD hard drive, then you can generate the multi-byte protocol!\"}"], ["created_at", "2016-10-05 17:39:08.307107"], ["updated_at", "2016-10-05 17:39:08.307107"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae ab neque corrupti labore natus unde.\",\"text\":\"The JSON matrix is down, override the bluetooth hard drive so we can calculate the XML alarm!\"}"], ["created_at", "2016-10-05 17:39:08.308228"], ["updated_at", "2016-10-05 17:39:08.308228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A ex unde.\",\"text\":\"If we parse the alarm, we can get to the ADP feed through the mobile SMTP application!\"}"], ["created_at", "2016-10-05 17:39:08.309104"], ["updated_at", "2016-10-05 17:39:08.309104"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti officiis ut quae quidem quod.\",\"text\":\"I'll hack the primary HTTP firewall, that should array the IB pixel!\"}"], ["created_at", "2016-10-05 17:39:08.309945"], ["updated_at", "2016-10-05 17:39:08.309945"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur neque quos omnis.\",\"text\":\"The COM protocol is down, index the online card so we can input the HDD program!\"}"], ["created_at", "2016-10-05 17:39:08.310830"], ["updated_at", "2016-10-05 17:39:08.310830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate velit id fugit temporibus cumque.\",\"text\":\"You can't copy the program without connecting the optical COM program!\"}"], ["created_at", "2016-10-05 17:39:08.311755"], ["updated_at", "2016-10-05 17:39:08.311755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum labore quibusdam voluptas possimus harum pariatur.\",\"text\":\"I'll bypass the solid state HTTP microchip, that should microchip the SMTP circuit!\"}"], ["created_at", "2016-10-05 17:39:08.312617"], ["updated_at", "2016-10-05 17:39:08.312617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia aut et ratione.\",\"text\":\"Use the bluetooth XML alarm, then you can index the solid state panel!\"}"], ["created_at", "2016-10-05 17:39:08.313456"], ["updated_at", "2016-10-05 17:39:08.313456"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum voluptas eum quasi ducimus illo minima ullam.\",\"text\":\"Use the auxiliary AI driver, then you can index the 1080p bus!\"}"], ["created_at", "2016-10-05 17:39:08.314300"], ["updated_at", "2016-10-05 17:39:08.314300"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus tempore eum.\",\"text\":\"Try to generate the EXE protocol, maybe it will back up the digital feed!\"}"], ["created_at", "2016-10-05 17:39:08.315311"], ["updated_at", "2016-10-05 17:39:08.315311"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex error eveniet.\",\"text\":\"The USB protocol is down, input the open-source capacitor so we can parse the SQL circuit!\"}"], ["created_at", "2016-10-05 17:39:08.317010"], ["updated_at", "2016-10-05 17:39:08.317010"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id dignissimos quia soluta animi iste.\",\"text\":\"We need to generate the digital RSS capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.318687"], ["updated_at", "2016-10-05 17:39:08.318687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores quibusdam sit nihil in consectetur amet.\",\"text\":\"We need to hack the neural SMS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.319646"], ["updated_at", "2016-10-05 17:39:08.319646"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis assumenda non.\",\"text\":\"Use the neural SAS panel, then you can calculate the back-end protocol!\"}"], ["created_at", "2016-10-05 17:39:08.320494"], ["updated_at", "2016-10-05 17:39:08.320494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In corporis quas nostrum consequatur quod non.\",\"text\":\"Copying the system won't do anything, we need to calculate the cross-platform ssl driver!\"}"], ["created_at", "2016-10-05 17:39:08.321399"], ["updated_at", "2016-10-05 17:39:08.321399"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero recusandae non iste maiores sint error.\",\"text\":\"If we synthesize the bus, we can get to the IB firewall through the 1080p GB pixel!\"}"], ["created_at", "2016-10-05 17:39:08.322251"], ["updated_at", "2016-10-05 17:39:08.322251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint dolor libero quidem.\",\"text\":\"If we copy the capacitor, we can get to the JSON sensor through the optical COM monitor!\"}"], ["created_at", "2016-10-05 17:39:08.323247"], ["updated_at", "2016-10-05 17:39:08.323247"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima dolor ut inventore nemo alias et quia.\",\"text\":\"Bypassing the transmitter won't do anything, we need to calculate the 1080p com sensor!\"}"], ["created_at", "2016-10-05 17:39:08.324292"], ["updated_at", "2016-10-05 17:39:08.324292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas laudantium dolores velit voluptates et molestiae.\",\"text\":\"You can't back up the alarm without copying the bluetooth AI transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.325187"], ["updated_at", "2016-10-05 17:39:08.325187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et velit dolores tempore.\",\"text\":\"The HTTP interface is down, back up the redundant driver so we can program the JSON bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.326039"], ["updated_at", "2016-10-05 17:39:08.326039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus tempore quidem inventore.\",\"text\":\"You can't parse the bandwidth without generating the mobile JBOD alarm!\"}"], ["created_at", "2016-10-05 17:39:08.326910"], ["updated_at", "2016-10-05 17:39:08.326910"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore reiciendis sed et repellat molestias porro illo.\",\"text\":\"Try to synthesize the AGP hard drive, maybe it will compress the virtual application!\"}"], ["created_at", "2016-10-05 17:39:08.327755"], ["updated_at", "2016-10-05 17:39:08.327755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maxime voluptatem odio suscipit.\",\"text\":\"If we transmit the monitor, we can get to the SAS firewall through the multi-byte SSL microchip!\"}"], ["created_at", "2016-10-05 17:39:08.328659"], ["updated_at", "2016-10-05 17:39:08.328659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima esse reiciendis rerum.\",\"text\":\"Use the solid state JBOD application, then you can quantify the wireless microchip!\"}"], ["created_at", "2016-10-05 17:39:08.329504"], ["updated_at", "2016-10-05 17:39:08.329504"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est autem nobis ut tenetur aut dolor.\",\"text\":\"Use the bluetooth PCI alarm, then you can bypass the virtual panel!\"}"], ["created_at", "2016-10-05 17:39:08.330350"], ["updated_at", "2016-10-05 17:39:08.330350"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione harum ut.\",\"text\":\"Navigating the protocol won't do anything, we need to index the primary tcp array!\"}"], ["created_at", "2016-10-05 17:39:08.331197"], ["updated_at", "2016-10-05 17:39:08.331197"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem voluptatem veritatis eius.\",\"text\":\"If we compress the system, we can get to the AGP firewall through the bluetooth AGP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.332091"], ["updated_at", "2016-10-05 17:39:08.332091"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui quas assumenda asperiores pariatur laudantium accusantium a.\",\"text\":\"I'll copy the multi-byte SAS capacitor, that should firewall the SDD transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.332952"], ["updated_at", "2016-10-05 17:39:08.332952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat temporibus dolorem nemo.\",\"text\":\"Programming the sensor won't do anything, we need to bypass the virtual thx application!\"}"], ["created_at", "2016-10-05 17:39:08.333792"], ["updated_at", "2016-10-05 17:39:08.333792"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque reiciendis rerum sed labore et.\",\"text\":\"I'll calculate the redundant AGP monitor, that should port the SSL firewall!\"}"], ["created_at", "2016-10-05 17:39:08.334669"], ["updated_at", "2016-10-05 17:39:08.334669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero modi aut facilis.\",\"text\":\"You can't copy the protocol without copying the back-end SMS microchip!\"}"], ["created_at", "2016-10-05 17:39:08.335581"], ["updated_at", "2016-10-05 17:39:08.335581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero et et qui minus assumenda.\",\"text\":\"Try to parse the HTTP bandwidth, maybe it will parse the multi-byte transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.336422"], ["updated_at", "2016-10-05 17:39:08.336422"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis dicta repellendus sunt tempore qui.\",\"text\":\"You can't calculate the alarm without quantifying the digital SAS program!\"}"], ["created_at", "2016-10-05 17:39:08.337270"], ["updated_at", "2016-10-05 17:39:08.337270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est et sed accusamus adipisci qui vitae.\",\"text\":\"Use the auxiliary RSS application, then you can compress the neural alarm!\"}"], ["created_at", "2016-10-05 17:39:08.338107"], ["updated_at", "2016-10-05 17:39:08.338107"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt minima architecto consequatur magnam pariatur.\",\"text\":\"Use the digital FTP circuit, then you can quantify the neural transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.339019"], ["updated_at", "2016-10-05 17:39:08.339019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia ut non quae inventore provident excepturi.\",\"text\":\"Try to navigate the SDD system, maybe it will input the 1080p transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.339930"], ["updated_at", "2016-10-05 17:39:08.339930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure provident nulla commodi quia libero deleniti fugit.\",\"text\":\"I'll synthesize the back-end SQL monitor, that should protocol the HDD circuit!\"}"], ["created_at", "2016-10-05 17:39:08.340857"], ["updated_at", "2016-10-05 17:39:08.340857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure aut libero inventore quasi dolor dicta.\",\"text\":\"We need to input the back-end FTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.341698"], ["updated_at", "2016-10-05 17:39:08.341698"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo voluptas reiciendis omnis et natus impedit.\",\"text\":\"You can't calculate the alarm without overriding the neural XSS driver!\"}"], ["created_at", "2016-10-05 17:39:08.342577"], ["updated_at", "2016-10-05 17:39:08.342577"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit minima sit recusandae nihil.\",\"text\":\"Use the bluetooth FTP array, then you can navigate the 1080p hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.343474"], ["updated_at", "2016-10-05 17:39:08.343474"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat nam aut.\",\"text\":\"I'll calculate the online JSON capacitor, that should alarm the SMS matrix!\"}"], ["created_at", "2016-10-05 17:39:08.344320"], ["updated_at", "2016-10-05 17:39:08.344320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste ullam veniam incidunt autem quasi quos veritatis.\",\"text\":\"Quantifying the firewall won't do anything, we need to input the wireless xml bus!\"}"], ["created_at", "2016-10-05 17:39:08.345157"], ["updated_at", "2016-10-05 17:39:08.345157"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit consequatur aliquam cumque et fugit.\",\"text\":\"Use the primary SCSI array, then you can override the cross-platform pixel!\"}"], ["created_at", "2016-10-05 17:39:08.346011"], ["updated_at", "2016-10-05 17:39:08.346011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem consequatur quod quis veniam voluptatem totam alias.\",\"text\":\"You can't quantify the port without generating the solid state HDD hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.346914"], ["updated_at", "2016-10-05 17:39:08.346914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut minus expedita nisi similique suscipit et.\",\"text\":\"The JBOD system is down, compress the digital alarm so we can program the SSL protocol!\"}"], ["created_at", "2016-10-05 17:39:08.347768"], ["updated_at", "2016-10-05 17:39:08.347768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure maxime ipsum voluptatum sint non facere recusandae.\",\"text\":\"If we generate the bandwidth, we can get to the XML card through the bluetooth ADP circuit!\"}"], ["created_at", "2016-10-05 17:39:08.348622"], ["updated_at", "2016-10-05 17:39:08.348622"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae maiores distinctio.\",\"text\":\"I'll quantify the open-source XML bandwidth, that should hard drive the COM hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.349474"], ["updated_at", "2016-10-05 17:39:08.349474"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe consequuntur ex aut officia reiciendis tenetur.\",\"text\":\"Try to calculate the USB system, maybe it will back up the neural capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.350410"], ["updated_at", "2016-10-05 17:39:08.350410"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut voluptatibus quibusdam velit corrupti.\",\"text\":\"Use the multi-byte HTTP firewall, then you can copy the haptic interface!\"}"], ["created_at", "2016-10-05 17:39:08.351256"], ["updated_at", "2016-10-05 17:39:08.351256"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti assumenda hic tempore omnis.\",\"text\":\"You can't generate the application without backing up the solid state CSS monitor!\"}"], ["created_at", "2016-10-05 17:39:08.352113"], ["updated_at", "2016-10-05 17:39:08.352113"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum culpa nihil repellat.\",\"text\":\"If we transmit the transmitter, we can get to the SMTP array through the 1080p PCI application!\"}"], ["created_at", "2016-10-05 17:39:08.352999"], ["updated_at", "2016-10-05 17:39:08.352999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste sit quidem.\",\"text\":\"I'll navigate the 1080p SDD feed, that should feed the SCSI feed!\"}"], ["created_at", "2016-10-05 17:39:08.353891"], ["updated_at", "2016-10-05 17:39:08.353891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem rerum atque.\",\"text\":\"Use the wireless AGP system, then you can copy the multi-byte microchip!\"}"], ["created_at", "2016-10-05 17:39:08.354760"], ["updated_at", "2016-10-05 17:39:08.354760"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et aut cum recusandae voluptas error facere.\",\"text\":\"You can't bypass the transmitter without synthesizing the cross-platform ADP panel!\"}"], ["created_at", "2016-10-05 17:39:08.355609"], ["updated_at", "2016-10-05 17:39:08.355609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique debitis placeat aliquam.\",\"text\":\"You can't index the array without quantifying the mobile AI protocol!\"}"], ["created_at", "2016-10-05 17:39:08.356476"], ["updated_at", "2016-10-05 17:39:08.356476"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt sunt aut doloribus iure dignissimos omnis.\",\"text\":\"The SSL microchip is down, connect the primary firewall so we can reboot the RAM driver!\"}"], ["created_at", "2016-10-05 17:39:08.357343"], ["updated_at", "2016-10-05 17:39:08.357343"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque unde labore.\",\"text\":\"I'll navigate the wireless JSON protocol, that should alarm the TCP protocol!\"}"], ["created_at", "2016-10-05 17:39:08.358246"], ["updated_at", "2016-10-05 17:39:08.358246"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed corporis consequuntur.\",\"text\":\"If we input the interface, we can get to the SQL port through the auxiliary ADP pixel!\"}"], ["created_at", "2016-10-05 17:39:08.359186"], ["updated_at", "2016-10-05 17:39:08.359186"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In sed ullam incidunt.\",\"text\":\"Use the digital THX matrix, then you can navigate the cross-platform panel!\"}"], ["created_at", "2016-10-05 17:39:08.360057"], ["updated_at", "2016-10-05 17:39:08.360057"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum aut dolores adipisci sunt amet sed.\",\"text\":\"The PNG bandwidth is down, navigate the wireless firewall so we can synthesize the IB array!\"}"], ["created_at", "2016-10-05 17:39:08.360930"], ["updated_at", "2016-10-05 17:39:08.360930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni in voluptatum sequi qui.\",\"text\":\"We need to generate the solid state PCI matrix!\"}"], ["created_at", "2016-10-05 17:39:08.361822"], ["updated_at", "2016-10-05 17:39:08.361822"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati ut possimus odit ipsam labore.\",\"text\":\"Try to calculate the AGP sensor, maybe it will index the bluetooth circuit!\"}"], ["created_at", "2016-10-05 17:39:08.362674"], ["updated_at", "2016-10-05 17:39:08.362674"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore sed dolorem est est consequatur architecto.\",\"text\":\"Try to synthesize the GB microchip, maybe it will synthesize the digital feed!\"}"], ["created_at", "2016-10-05 17:39:08.363524"], ["updated_at", "2016-10-05 17:39:08.363524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia occaecati natus dolore porro quidem aut quis.\",\"text\":\"We need to copy the bluetooth AI application!\"}"], ["created_at", "2016-10-05 17:39:08.364377"], ["updated_at", "2016-10-05 17:39:08.364377"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur similique quisquam voluptatem dolores aut.\",\"text\":\"We need to calculate the neural THX port!\"}"], ["created_at", "2016-10-05 17:39:08.365224"], ["updated_at", "2016-10-05 17:39:08.365224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum ducimus facilis harum sint consequatur.\",\"text\":\"Use the neural HTTP hard drive, then you can generate the wireless bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.366130"], ["updated_at", "2016-10-05 17:39:08.366130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae hic inventore neque in commodi aut.\",\"text\":\"Generating the matrix won't do anything, we need to navigate the 1080p agp bus!\"}"], ["created_at", "2016-10-05 17:39:08.367020"], ["updated_at", "2016-10-05 17:39:08.367020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur vel similique.\",\"text\":\"Generating the protocol won't do anything, we need to back up the primary ssl circuit!\"}"], ["created_at", "2016-10-05 17:39:08.367859"], ["updated_at", "2016-10-05 17:39:08.367859"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt libero aut natus consectetur.\",\"text\":\"We need to connect the primary HDD feed!\"}"], ["created_at", "2016-10-05 17:39:08.368690"], ["updated_at", "2016-10-05 17:39:08.368690"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione dolor voluptas autem.\",\"text\":\"I'll transmit the 1080p JSON bus, that should panel the SDD hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.369570"], ["updated_at", "2016-10-05 17:39:08.369570"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum tenetur praesentium rerum.\",\"text\":\"You can't input the application without compressing the mobile PCI system!\"}"], ["created_at", "2016-10-05 17:39:08.370764"], ["updated_at", "2016-10-05 17:39:08.370764"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta odio ullam.\",\"text\":\"The AGP pixel is down, navigate the solid state capacitor so we can quantify the JBOD circuit!\"}"], ["created_at", "2016-10-05 17:39:08.372226"], ["updated_at", "2016-10-05 17:39:08.372226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sequi porro autem modi expedita quas accusamus.\",\"text\":\"If we connect the bus, we can get to the RSS transmitter through the haptic SCSI panel!\"}"], ["created_at", "2016-10-05 17:39:08.373257"], ["updated_at", "2016-10-05 17:39:08.373257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sed facilis minus amet.\",\"text\":\"Try to calculate the JSON array, maybe it will parse the online sensor!\"}"], ["created_at", "2016-10-05 17:39:08.374141"], ["updated_at", "2016-10-05 17:39:08.374141"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam ut tenetur et sequi voluptatem et.\",\"text\":\"Use the haptic SDD protocol, then you can program the wireless array!\"}"], ["created_at", "2016-10-05 17:39:08.375037"], ["updated_at", "2016-10-05 17:39:08.375037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate et dolorem ut.\",\"text\":\"I'll navigate the online SMS alarm, that should feed the PNG monitor!\"}"], ["created_at", "2016-10-05 17:39:08.376004"], ["updated_at", "2016-10-05 17:39:08.376004"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit laboriosam ut consequatur eum eos assumenda et.\",\"text\":\"I'll reboot the online ADP protocol, that should microchip the GB program!\"}"], ["created_at", "2016-10-05 17:39:08.377038"], ["updated_at", "2016-10-05 17:39:08.377038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus quo dignissimos et fugit est suscipit.\",\"text\":\"Navigating the circuit won't do anything, we need to back up the 1080p css driver!\"}"], ["created_at", "2016-10-05 17:39:08.377920"], ["updated_at", "2016-10-05 17:39:08.377920"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea excepturi voluptatem accusantium itaque sint.\",\"text\":\"If we quantify the program, we can get to the FTP matrix through the back-end AGP microchip!\"}"], ["created_at", "2016-10-05 17:39:08.378795"], ["updated_at", "2016-10-05 17:39:08.378795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus aliquid voluptate illo mollitia in molestiae.\",\"text\":\"Try to calculate the USB bandwidth, maybe it will connect the redundant application!\"}"], ["created_at", "2016-10-05 17:39:08.379725"], ["updated_at", "2016-10-05 17:39:08.379725"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam alias ab.\",\"text\":\"The SMS sensor is down, calculate the multi-byte firewall so we can parse the IB panel!\"}"], ["created_at", "2016-10-05 17:39:08.380575"], ["updated_at", "2016-10-05 17:39:08.380575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt illum molestiae possimus doloremque a nesciunt laboriosam.\",\"text\":\"You can't synthesize the port without calculating the virtual ADP sensor!\"}"], ["created_at", "2016-10-05 17:39:08.381426"], ["updated_at", "2016-10-05 17:39:08.381426"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est optio mollitia velit.\",\"text\":\"We need to back up the auxiliary SSL protocol!\"}"], ["created_at", "2016-10-05 17:39:08.382385"], ["updated_at", "2016-10-05 17:39:08.382385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus ex dicta dolor est ea.\",\"text\":\"The HTTP bandwidth is down, connect the 1080p monitor so we can index the PCI firewall!\"}"], ["created_at", "2016-10-05 17:39:08.383396"], ["updated_at", "2016-10-05 17:39:08.383396"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium et nostrum in ut.\",\"text\":\"I'll override the back-end SCSI transmitter, that should program the IB capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.384319"], ["updated_at", "2016-10-05 17:39:08.384319"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas beatae voluptas.\",\"text\":\"The HDD program is down, hack the redundant interface so we can quantify the SQL bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.385256"], ["updated_at", "2016-10-05 17:39:08.385256"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A voluptates sunt nihil cupiditate suscipit nostrum.\",\"text\":\"You can't copy the alarm without transmitting the redundant SAS panel!\"}"], ["created_at", "2016-10-05 17:39:08.386206"], ["updated_at", "2016-10-05 17:39:08.386206"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut laborum maxime illo atque et adipisci ea.\",\"text\":\"Use the haptic PNG interface, then you can bypass the redundant array!\"}"], ["created_at", "2016-10-05 17:39:08.387300"], ["updated_at", "2016-10-05 17:39:08.387300"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam deleniti rerum ea.\",\"text\":\"You can't reboot the hard drive without compressing the 1080p CSS bus!\"}"], ["created_at", "2016-10-05 17:39:08.388260"], ["updated_at", "2016-10-05 17:39:08.388260"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ullam eos tempora est.\",\"text\":\"You can't transmit the protocol without overriding the mobile CSS alarm!\"}"], ["created_at", "2016-10-05 17:39:08.389140"], ["updated_at", "2016-10-05 17:39:08.389140"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut ab reiciendis corrupti tempora.\",\"text\":\"I'll program the haptic XML driver, that should circuit the SCSI monitor!\"}"], ["created_at", "2016-10-05 17:39:08.390032"], ["updated_at", "2016-10-05 17:39:08.390032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quibusdam voluptatibus sint.\",\"text\":\"Connecting the interface won't do anything, we need to connect the solid state exe matrix!\"}"], ["created_at", "2016-10-05 17:39:08.390928"], ["updated_at", "2016-10-05 17:39:08.390928"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga est doloremque id.\",\"text\":\"You can't override the firewall without synthesizing the neural CSS matrix!\"}"], ["created_at", "2016-10-05 17:39:08.391781"], ["updated_at", "2016-10-05 17:39:08.391781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque eos occaecati similique vero id vel et.\",\"text\":\"Try to quantify the SMTP pixel, maybe it will calculate the redundant bus!\"}"], ["created_at", "2016-10-05 17:39:08.392673"], ["updated_at", "2016-10-05 17:39:08.392673"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A iure nesciunt explicabo esse iusto.\",\"text\":\"If we connect the alarm, we can get to the SCSI alarm through the digital CSS interface!\"}"], ["created_at", "2016-10-05 17:39:08.393518"], ["updated_at", "2016-10-05 17:39:08.393518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non et doloremque omnis.\",\"text\":\"You can't calculate the array without calculating the auxiliary IB protocol!\"}"], ["created_at", "2016-10-05 17:39:08.394381"], ["updated_at", "2016-10-05 17:39:08.394381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit qui aut ea voluptatibus sint.\",\"text\":\"Try to parse the IB protocol, maybe it will index the mobile matrix!\"}"], ["created_at", "2016-10-05 17:39:08.395243"], ["updated_at", "2016-10-05 17:39:08.395243"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium eos delectus magni laboriosam perferendis et eligendi.\",\"text\":\"I'll calculate the digital SMS matrix, that should bandwidth the FTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.396080"], ["updated_at", "2016-10-05 17:39:08.396080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quos et.\",\"text\":\"Try to generate the SMS array, maybe it will index the online feed!\"}"], ["created_at", "2016-10-05 17:39:08.396967"], ["updated_at", "2016-10-05 17:39:08.396967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora iure id facere qui.\",\"text\":\"Overriding the hard drive won't do anything, we need to reboot the wireless exe alarm!\"}"], ["created_at", "2016-10-05 17:39:08.397803"], ["updated_at", "2016-10-05 17:39:08.397803"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt quo nihil numquam eligendi vel.\",\"text\":\"The TCP program is down, calculate the primary matrix so we can hack the THX circuit!\"}"], ["created_at", "2016-10-05 17:39:08.398665"], ["updated_at", "2016-10-05 17:39:08.398665"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus doloremque cumque illo fugiat.\",\"text\":\"The GB array is down, parse the 1080p hard drive so we can copy the THX array!\"}"], ["created_at", "2016-10-05 17:39:08.399517"], ["updated_at", "2016-10-05 17:39:08.399517"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium quas et unde eveniet.\",\"text\":\"The RAM feed is down, compress the virtual system so we can generate the CSS interface!\"}"], ["created_at", "2016-10-05 17:39:08.400424"], ["updated_at", "2016-10-05 17:39:08.400424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas debitis necessitatibus placeat omnis explicabo est.\",\"text\":\"Navigating the monitor won't do anything, we need to bypass the open-source sas pixel!\"}"], ["created_at", "2016-10-05 17:39:08.401273"], ["updated_at", "2016-10-05 17:39:08.401273"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam ea esse ut est numquam sint delectus.\",\"text\":\"The PNG array is down, override the 1080p transmitter so we can generate the HTTP protocol!\"}"], ["created_at", "2016-10-05 17:39:08.402118"], ["updated_at", "2016-10-05 17:39:08.402118"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor dignissimos rem.\",\"text\":\"Backing up the bus won't do anything, we need to copy the bluetooth smtp system!\"}"], ["created_at", "2016-10-05 17:39:08.402993"], ["updated_at", "2016-10-05 17:39:08.402993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla eum tenetur.\",\"text\":\"The GB circuit is down, bypass the neural alarm so we can override the SCSI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.403874"], ["updated_at", "2016-10-05 17:39:08.403874"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id eum et vel dolor.\",\"text\":\"Use the haptic GB firewall, then you can back up the virtual alarm!\"}"], ["created_at", "2016-10-05 17:39:08.404710"], ["updated_at", "2016-10-05 17:39:08.404710"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione qui impedit.\",\"text\":\"The JBOD hard drive is down, input the cross-platform bandwidth so we can back up the JSON interface!\"}"], ["created_at", "2016-10-05 17:39:08.405592"], ["updated_at", "2016-10-05 17:39:08.405592"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum sed sunt accusamus perferendis animi.\",\"text\":\"If we generate the alarm, we can get to the JSON monitor through the online PCI pixel!\"}"], ["created_at", "2016-10-05 17:39:08.406780"], ["updated_at", "2016-10-05 17:39:08.406780"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti eum dolorem.\",\"text\":\"Generating the protocol won't do anything, we need to calculate the digital scsi bus!\"}"], ["created_at", "2016-10-05 17:39:08.407847"], ["updated_at", "2016-10-05 17:39:08.407847"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae rerum quae numquam nemo voluptatem.\",\"text\":\"I'll transmit the online PCI bus, that should feed the HDD capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.409460"], ["updated_at", "2016-10-05 17:39:08.409460"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem repellendus nam nesciunt harum voluptas vel consequatur.\",\"text\":\"I'll reboot the redundant XSS panel, that should hard drive the USB alarm!\"}"], ["created_at", "2016-10-05 17:39:08.411331"], ["updated_at", "2016-10-05 17:39:08.411331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias dolores nam minima a aliquid.\",\"text\":\"The ADP application is down, reboot the 1080p pixel so we can reboot the SQL matrix!\"}"], ["created_at", "2016-10-05 17:39:08.412288"], ["updated_at", "2016-10-05 17:39:08.412288"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est unde assumenda vel omnis quae molestias dolorum.\",\"text\":\"We need to synthesize the optical SMS application!\"}"], ["created_at", "2016-10-05 17:39:08.413150"], ["updated_at", "2016-10-05 17:39:08.413150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque est fuga doloremque ea.\",\"text\":\"Overriding the bus won't do anything, we need to quantify the open-source sql matrix!\"}"], ["created_at", "2016-10-05 17:39:08.414045"], ["updated_at", "2016-10-05 17:39:08.414045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est dolorem eligendi aspernatur eius dolor tenetur dolores.\",\"text\":\"Try to index the RAM bus, maybe it will quantify the auxiliary program!\"}"], ["created_at", "2016-10-05 17:39:08.414952"], ["updated_at", "2016-10-05 17:39:08.414952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio quas dolorem.\",\"text\":\"Bypassing the bus won't do anything, we need to quantify the mobile sas transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.415842"], ["updated_at", "2016-10-05 17:39:08.415842"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem officiis quam ut architecto laborum.\",\"text\":\"I'll compress the redundant HTTP alarm, that should microchip the JSON alarm!\"}"], ["created_at", "2016-10-05 17:39:08.416711"], ["updated_at", "2016-10-05 17:39:08.416711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur sint adipisci.\",\"text\":\"The PNG panel is down, override the solid state panel so we can parse the PCI program!\"}"], ["created_at", "2016-10-05 17:39:08.417605"], ["updated_at", "2016-10-05 17:39:08.417605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum optio a quia libero est quaerat.\",\"text\":\"The EXE array is down, compress the 1080p port so we can input the AI monitor!\"}"], ["created_at", "2016-10-05 17:39:08.418486"], ["updated_at", "2016-10-05 17:39:08.418486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error officia alias dolorem nulla praesentium.\",\"text\":\"Try to copy the RSS monitor, maybe it will bypass the mobile capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.419333"], ["updated_at", "2016-10-05 17:39:08.419333"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur quo sint totam occaecati maxime optio dicta.\",\"text\":\"I'll calculate the haptic FTP capacitor, that should application the SAS bus!\"}"], ["created_at", "2016-10-05 17:39:08.420207"], ["updated_at", "2016-10-05 17:39:08.420207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum est consectetur sapiente rerum qui quas ea.\",\"text\":\"Try to override the SSL feed, maybe it will override the mobile transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.421102"], ["updated_at", "2016-10-05 17:39:08.421102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim modi qui molestias error.\",\"text\":\"If we generate the bandwidth, we can get to the SQL interface through the multi-byte AI matrix!\"}"], ["created_at", "2016-10-05 17:39:08.421957"], ["updated_at", "2016-10-05 17:39:08.421957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est provident iure natus dolorem.\",\"text\":\"We need to generate the bluetooth SMS driver!\"}"], ["created_at", "2016-10-05 17:39:08.422933"], ["updated_at", "2016-10-05 17:39:08.422933"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem accusantium aut rerum.\",\"text\":\"We need to copy the mobile FTP protocol!\"}"], ["created_at", "2016-10-05 17:39:08.423791"], ["updated_at", "2016-10-05 17:39:08.423791"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut et quos sequi aut et.\",\"text\":\"I'll connect the cross-platform XSS alarm, that should application the SQL matrix!\"}"], ["created_at", "2016-10-05 17:39:08.424631"], ["updated_at", "2016-10-05 17:39:08.424631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur ad deserunt.\",\"text\":\"You can't calculate the port without overriding the virtual AGP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.425554"], ["updated_at", "2016-10-05 17:39:08.425554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis laudantium tempore sit et sed et.\",\"text\":\"Try to hack the SSL protocol, maybe it will hack the optical feed!\"}"], ["created_at", "2016-10-05 17:39:08.426412"], ["updated_at", "2016-10-05 17:39:08.426412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui cupiditate ut.\",\"text\":\"Bypassing the circuit won't do anything, we need to bypass the open-source scsi circuit!\"}"], ["created_at", "2016-10-05 17:39:08.427281"], ["updated_at", "2016-10-05 17:39:08.427281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas doloremque sit quisquam.\",\"text\":\"I'll index the neural FTP matrix, that should sensor the PCI capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.428127"], ["updated_at", "2016-10-05 17:39:08.428127"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam quod quis voluptate dolores aperiam quia.\",\"text\":\"You can't calculate the panel without backing up the redundant HDD microchip!\"}"], ["created_at", "2016-10-05 17:39:08.428985"], ["updated_at", "2016-10-05 17:39:08.428985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat voluptatem id aut earum sed.\",\"text\":\"Try to quantify the PNG program, maybe it will bypass the haptic system!\"}"], ["created_at", "2016-10-05 17:39:08.429882"], ["updated_at", "2016-10-05 17:39:08.429882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore deserunt ea sunt minima quia quisquam commodi.\",\"text\":\"Try to synthesize the SAS microchip, maybe it will back up the back-end bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.430743"], ["updated_at", "2016-10-05 17:39:08.430743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas enim libero dolor quia corporis.\",\"text\":\"Try to transmit the USB card, maybe it will bypass the wireless bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.431592"], ["updated_at", "2016-10-05 17:39:08.431592"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque voluptate vitae.\",\"text\":\"I'll index the primary SAS monitor, that should hard drive the XSS driver!\"}"], ["created_at", "2016-10-05 17:39:08.432444"], ["updated_at", "2016-10-05 17:39:08.432444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint accusantium eum dolore odit non saepe omnis.\",\"text\":\"Navigating the matrix won't do anything, we need to program the cross-platform hdd application!\"}"], ["created_at", "2016-10-05 17:39:08.433358"], ["updated_at", "2016-10-05 17:39:08.433358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum ut commodi ut quaerat.\",\"text\":\"You can't compress the capacitor without quantifying the open-source AI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.434203"], ["updated_at", "2016-10-05 17:39:08.434203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit est consequatur hic.\",\"text\":\"Connecting the bandwidth won't do anything, we need to back up the online ib microchip!\"}"], ["created_at", "2016-10-05 17:39:08.435059"], ["updated_at", "2016-10-05 17:39:08.435059"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut non suscipit minima impedit.\",\"text\":\"Use the cross-platform THX port, then you can generate the haptic application!\"}"], ["created_at", "2016-10-05 17:39:08.435901"], ["updated_at", "2016-10-05 17:39:08.435901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut sequi eveniet tenetur et omnis odio porro.\",\"text\":\"Use the optical SCSI microchip, then you can transmit the haptic bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.436791"], ["updated_at", "2016-10-05 17:39:08.436791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sed aut minus est.\",\"text\":\"You can't transmit the firewall without synthesizing the mobile SMS sensor!\"}"], ["created_at", "2016-10-05 17:39:08.437642"], ["updated_at", "2016-10-05 17:39:08.437642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et voluptatem commodi omnis et molestiae voluptatibus omnis.\",\"text\":\"If we generate the matrix, we can get to the SMTP sensor through the primary CSS firewall!\"}"], ["created_at", "2016-10-05 17:39:08.438499"], ["updated_at", "2016-10-05 17:39:08.438499"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe rerum qui est natus tenetur.\",\"text\":\"Try to compress the FTP bus, maybe it will parse the back-end hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.439361"], ["updated_at", "2016-10-05 17:39:08.439361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio dolor culpa earum.\",\"text\":\"Use the 1080p XSS system, then you can reboot the back-end system!\"}"], ["created_at", "2016-10-05 17:39:08.440272"], ["updated_at", "2016-10-05 17:39:08.440272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit voluptas aut eaque nemo.\",\"text\":\"We need to quantify the bluetooth PNG application!\"}"], ["created_at", "2016-10-05 17:39:08.441114"], ["updated_at", "2016-10-05 17:39:08.441114"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta beatae debitis sit aperiam repellat labore ut.\",\"text\":\"We need to back up the back-end RAM alarm!\"}"], ["created_at", "2016-10-05 17:39:08.441955"], ["updated_at", "2016-10-05 17:39:08.441955"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et fugit id.\",\"text\":\"You can't program the protocol without backing up the solid state USB sensor!\"}"], ["created_at", "2016-10-05 17:39:08.442835"], ["updated_at", "2016-10-05 17:39:08.442835"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam aut occaecati reprehenderit laboriosam sunt dignissimos.\",\"text\":\"I'll index the cross-platform PCI feed, that should driver the HDD capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.443679"], ["updated_at", "2016-10-05 17:39:08.443679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis sed fuga suscipit.\",\"text\":\"I'll back up the 1080p GB protocol, that should array the HTTP feed!\"}"], ["created_at", "2016-10-05 17:39:08.444564"], ["updated_at", "2016-10-05 17:39:08.444564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos aliquam et molestiae nihil veniam ab.\",\"text\":\"Use the wireless SQL transmitter, then you can navigate the redundant pixel!\"}"], ["created_at", "2016-10-05 17:39:08.445408"], ["updated_at", "2016-10-05 17:39:08.445408"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium ipsa vel.\",\"text\":\"Connecting the card won't do anything, we need to generate the neural hdd transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.446259"], ["updated_at", "2016-10-05 17:39:08.446259"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque quisquam magni placeat et autem sunt.\",\"text\":\"The SQL port is down, quantify the auxiliary transmitter so we can index the AI circuit!\"}"], ["created_at", "2016-10-05 17:39:08.447153"], ["updated_at", "2016-10-05 17:39:08.447153"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut magni alias autem porro.\",\"text\":\"I'll navigate the cross-platform USB protocol, that should program the AGP alarm!\"}"], ["created_at", "2016-10-05 17:39:08.448046"], ["updated_at", "2016-10-05 17:39:08.448046"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est veritatis ut.\",\"text\":\"The AGP port is down, index the optical microchip so we can program the CSS transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.448900"], ["updated_at", "2016-10-05 17:39:08.448900"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga quibusdam consequuntur qui tempora animi est quia.\",\"text\":\"I'll calculate the wireless SCSI transmitter, that should feed the SMS protocol!\"}"], ["created_at", "2016-10-05 17:39:08.449799"], ["updated_at", "2016-10-05 17:39:08.449799"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In quo laudantium suscipit id voluptatem reiciendis consequatur.\",\"text\":\"Indexing the pixel won't do anything, we need to parse the redundant xss pixel!\"}"], ["created_at", "2016-10-05 17:39:08.451236"], ["updated_at", "2016-10-05 17:39:08.451236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum iste velit quo et reprehenderit velit eos.\",\"text\":\"We need to quantify the multi-byte SQL monitor!\"}"], ["created_at", "2016-10-05 17:39:08.452557"], ["updated_at", "2016-10-05 17:39:08.452557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam tempora sunt nesciunt praesentium.\",\"text\":\"Try to back up the SDD application, maybe it will reboot the neural driver!\"}"], ["created_at", "2016-10-05 17:39:08.453526"], ["updated_at", "2016-10-05 17:39:08.453526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A enim mollitia est nesciunt ut quae.\",\"text\":\"You can't compress the application without transmitting the back-end SMTP system!\"}"], ["created_at", "2016-10-05 17:39:08.454465"], ["updated_at", "2016-10-05 17:39:08.454465"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quae nobis eum vel aut.\",\"text\":\"Connecting the array won't do anything, we need to override the auxiliary pci interface!\"}"], ["created_at", "2016-10-05 17:39:08.455321"], ["updated_at", "2016-10-05 17:39:08.455321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem ipsam doloremque enim dolor voluptas ab.\",\"text\":\"I'll parse the optical XSS sensor, that should circuit the HDD interface!\"}"], ["created_at", "2016-10-05 17:39:08.456243"], ["updated_at", "2016-10-05 17:39:08.456243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab quam accusantium.\",\"text\":\"You can't program the firewall without hacking the cross-platform ADP application!\"}"], ["created_at", "2016-10-05 17:39:08.457110"], ["updated_at", "2016-10-05 17:39:08.457110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci sed dicta.\",\"text\":\"Try to compress the JBOD application, maybe it will input the 1080p bus!\"}"], ["created_at", "2016-10-05 17:39:08.457945"], ["updated_at", "2016-10-05 17:39:08.457945"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis nam dolor est.\",\"text\":\"The AGP interface is down, generate the cross-platform circuit so we can copy the COM circuit!\"}"], ["created_at", "2016-10-05 17:39:08.458839"], ["updated_at", "2016-10-05 17:39:08.458839"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem et est similique quia omnis cum qui.\",\"text\":\"Use the back-end AI firewall, then you can back up the digital hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.459891"], ["updated_at", "2016-10-05 17:39:08.459891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae nostrum eos.\",\"text\":\"The SAS protocol is down, connect the 1080p port so we can transmit the JBOD circuit!\"}"], ["created_at", "2016-10-05 17:39:08.460877"], ["updated_at", "2016-10-05 17:39:08.460877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium reprehenderit delectus qui veritatis corporis explicabo fugit.\",\"text\":\"You can't compress the circuit without calculating the back-end COM alarm!\"}"], ["created_at", "2016-10-05 17:39:08.461802"], ["updated_at", "2016-10-05 17:39:08.461802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam et nesciunt.\",\"text\":\"If we connect the program, we can get to the USB bandwidth through the 1080p COM alarm!\"}"], ["created_at", "2016-10-05 17:39:08.462741"], ["updated_at", "2016-10-05 17:39:08.462741"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit commodi omnis voluptatem error.\",\"text\":\"The THX microchip is down, override the multi-byte protocol so we can compress the SDD circuit!\"}"], ["created_at", "2016-10-05 17:39:08.463661"], ["updated_at", "2016-10-05 17:39:08.463661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut delectus tempora voluptatum iste soluta libero et.\",\"text\":\"If we copy the microchip, we can get to the SAS microchip through the bluetooth HTTP driver!\"}"], ["created_at", "2016-10-05 17:39:08.464605"], ["updated_at", "2016-10-05 17:39:08.464605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam distinctio non saepe assumenda voluptatibus.\",\"text\":\"We need to copy the optical HTTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.465545"], ["updated_at", "2016-10-05 17:39:08.465545"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At ex voluptatibus quo.\",\"text\":\"We need to quantify the online PNG hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.466498"], ["updated_at", "2016-10-05 17:39:08.466498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis in et reiciendis.\",\"text\":\"Overriding the bandwidth won't do anything, we need to bypass the back-end sql sensor!\"}"], ["created_at", "2016-10-05 17:39:08.467425"], ["updated_at", "2016-10-05 17:39:08.467425"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident dolor explicabo omnis dolore quae molestias.\",\"text\":\"We need to override the neural JBOD sensor!\"}"], ["created_at", "2016-10-05 17:39:08.468368"], ["updated_at", "2016-10-05 17:39:08.468368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor quam nihil dolor.\",\"text\":\"Try to input the ADP circuit, maybe it will reboot the optical monitor!\"}"], ["created_at", "2016-10-05 17:39:08.469302"], ["updated_at", "2016-10-05 17:39:08.469302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut dolorem molestias earum fuga cumque eius aut.\",\"text\":\"If we synthesize the matrix, we can get to the JSON card through the cross-platform RAM alarm!\"}"], ["created_at", "2016-10-05 17:39:08.470220"], ["updated_at", "2016-10-05 17:39:08.470220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Harum voluptates temporibus nisi est dolorem enim.\",\"text\":\"The EXE feed is down, parse the bluetooth array so we can quantify the SSL interface!\"}"], ["created_at", "2016-10-05 17:39:08.471120"], ["updated_at", "2016-10-05 17:39:08.471120"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui nostrum commodi.\",\"text\":\"The FTP transmitter is down, program the optical driver so we can bypass the IB firewall!\"}"], ["created_at", "2016-10-05 17:39:08.471955"], ["updated_at", "2016-10-05 17:39:08.471955"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias tenetur optio.\",\"text\":\"Try to program the SMS card, maybe it will index the redundant driver!\"}"], ["created_at", "2016-10-05 17:39:08.472881"], ["updated_at", "2016-10-05 17:39:08.472881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed perferendis sequi non distinctio explicabo.\",\"text\":\"The PNG firewall is down, back up the cross-platform hard drive so we can input the XSS application!\"}"], ["created_at", "2016-10-05 17:39:08.473740"], ["updated_at", "2016-10-05 17:39:08.473740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo soluta architecto sint.\",\"text\":\"The XSS array is down, parse the neural firewall so we can parse the ADP bus!\"}"], ["created_at", "2016-10-05 17:39:08.474636"], ["updated_at", "2016-10-05 17:39:08.474636"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto dolor ipsam error omnis quia est delectus.\",\"text\":\"Try to index the ADP bandwidth, maybe it will override the primary pixel!\"}"], ["created_at", "2016-10-05 17:39:08.475483"], ["updated_at", "2016-10-05 17:39:08.475483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia commodi nesciunt quae dolores eveniet.\",\"text\":\"Use the bluetooth HDD circuit, then you can program the haptic pixel!\"}"], ["created_at", "2016-10-05 17:39:08.476379"], ["updated_at", "2016-10-05 17:39:08.476379"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum quis repellendus laudantium expedita.\",\"text\":\"You can't input the bus without generating the cross-platform PCI panel!\"}"], ["created_at", "2016-10-05 17:39:08.477222"], ["updated_at", "2016-10-05 17:39:08.477222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum et et officia ut itaque.\",\"text\":\"If we bypass the circuit, we can get to the AI hard drive through the wireless HTTP matrix!\"}"], ["created_at", "2016-10-05 17:39:08.478068"], ["updated_at", "2016-10-05 17:39:08.478068"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit dolorem tempora nihil iusto.\",\"text\":\"You can't reboot the driver without parsing the virtual HTTP microchip!\"}"], ["created_at", "2016-10-05 17:39:08.478966"], ["updated_at", "2016-10-05 17:39:08.478966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut laudantium rerum ipsum rerum aut quia.\",\"text\":\"You can't connect the program without backing up the bluetooth THX array!\"}"], ["created_at", "2016-10-05 17:39:08.479864"], ["updated_at", "2016-10-05 17:39:08.479864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit nam ex quaerat est voluptatem voluptas.\",\"text\":\"You can't reboot the transmitter without navigating the virtual AI interface!\"}"], ["created_at", "2016-10-05 17:39:08.480729"], ["updated_at", "2016-10-05 17:39:08.480729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor beatae in eaque quidem itaque nihil.\",\"text\":\"I'll synthesize the haptic AI interface, that should pixel the AGP hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.481610"], ["updated_at", "2016-10-05 17:39:08.481610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque consectetur ipsam officiis.\",\"text\":\"We need to quantify the bluetooth SSL interface!\"}"], ["created_at", "2016-10-05 17:39:08.482496"], ["updated_at", "2016-10-05 17:39:08.482496"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut est necessitatibus amet magnam quia.\",\"text\":\"You can't input the capacitor without backing up the wireless CSS application!\"}"], ["created_at", "2016-10-05 17:39:08.483363"], ["updated_at", "2016-10-05 17:39:08.483363"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem provident repellendus et quos quo voluptates.\",\"text\":\"Use the digital SQL protocol, then you can connect the online panel!\"}"], ["created_at", "2016-10-05 17:39:08.484284"], ["updated_at", "2016-10-05 17:39:08.484284"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium nihil deleniti fugit placeat.\",\"text\":\"Use the online HTTP matrix, then you can compress the back-end hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.485141"], ["updated_at", "2016-10-05 17:39:08.485141"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione commodi laboriosam ut praesentium distinctio ut.\",\"text\":\"Use the back-end RAM protocol, then you can back up the wireless monitor!\"}"], ["created_at", "2016-10-05 17:39:08.485987"], ["updated_at", "2016-10-05 17:39:08.485987"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex quo optio explicabo.\",\"text\":\"Use the online TCP card, then you can override the haptic matrix!\"}"], ["created_at", "2016-10-05 17:39:08.486878"], ["updated_at", "2016-10-05 17:39:08.486878"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque odit ducimus atque ea magni quos.\",\"text\":\"Overriding the sensor won't do anything, we need to bypass the bluetooth usb sensor!\"}"], ["created_at", "2016-10-05 17:39:08.487772"], ["updated_at", "2016-10-05 17:39:08.487772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Suscipit placeat quia deleniti temporibus quibusdam.\",\"text\":\"We need to override the cross-platform SQL driver!\"}"], ["created_at", "2016-10-05 17:39:08.488616"], ["updated_at", "2016-10-05 17:39:08.488616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores perferendis similique quia repudiandae.\",\"text\":\"If we back up the driver, we can get to the XML circuit through the virtual FTP interface!\"}"], ["created_at", "2016-10-05 17:39:08.489453"], ["updated_at", "2016-10-05 17:39:08.489453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo rem esse sunt.\",\"text\":\"The XML program is down, quantify the virtual capacitor so we can hack the RAM capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.490299"], ["updated_at", "2016-10-05 17:39:08.490299"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab eveniet commodi aliquid qui doloribus est est.\",\"text\":\"Use the digital SMTP panel, then you can back up the haptic matrix!\"}"], ["created_at", "2016-10-05 17:39:08.491194"], ["updated_at", "2016-10-05 17:39:08.491194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium omnis laudantium consequatur sint autem.\",\"text\":\"Use the open-source AI protocol, then you can override the online bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.492094"], ["updated_at", "2016-10-05 17:39:08.492094"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis voluptate sit.\",\"text\":\"Try to navigate the SCSI system, maybe it will copy the optical circuit!\"}"], ["created_at", "2016-10-05 17:39:08.492936"], ["updated_at", "2016-10-05 17:39:08.492936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea architecto recusandae.\",\"text\":\"The SMTP pixel is down, connect the online protocol so we can index the EXE capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.493785"], ["updated_at", "2016-10-05 17:39:08.493785"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit libero est officia.\",\"text\":\"The RSS interface is down, transmit the multi-byte bus so we can program the JBOD sensor!\"}"], ["created_at", "2016-10-05 17:39:08.494649"], ["updated_at", "2016-10-05 17:39:08.494649"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis nobis debitis eum et qui ea vero.\",\"text\":\"You can't input the port without calculating the optical ADP system!\"}"], ["created_at", "2016-10-05 17:39:08.495544"], ["updated_at", "2016-10-05 17:39:08.495544"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut ut deserunt est.\",\"text\":\"You can't back up the panel without synthesizing the digital XSS array!\"}"], ["created_at", "2016-10-05 17:39:08.496397"], ["updated_at", "2016-10-05 17:39:08.496397"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores earum numquam dolorem ad.\",\"text\":\"Use the neural SSL application, then you can override the virtual program!\"}"], ["created_at", "2016-10-05 17:39:08.497243"], ["updated_at", "2016-10-05 17:39:08.497243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam corporis porro dolorum.\",\"text\":\"We need to back up the haptic RSS port!\"}"], ["created_at", "2016-10-05 17:39:08.498116"], ["updated_at", "2016-10-05 17:39:08.498116"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur earum ut.\",\"text\":\"Use the open-source XML transmitter, then you can reboot the wireless monitor!\"}"], ["created_at", "2016-10-05 17:39:08.499017"], ["updated_at", "2016-10-05 17:39:08.499017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni delectus fugit facilis velit.\",\"text\":\"Use the back-end JBOD bandwidth, then you can calculate the open-source matrix!\"}"], ["created_at", "2016-10-05 17:39:08.499927"], ["updated_at", "2016-10-05 17:39:08.499927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis vel dolorem.\",\"text\":\"Use the 1080p CSS card, then you can connect the virtual application!\"}"], ["created_at", "2016-10-05 17:39:08.500773"], ["updated_at", "2016-10-05 17:39:08.500773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio provident rerum voluptatem aut repellat voluptatem.\",\"text\":\"If we synthesize the pixel, we can get to the XSS transmitter through the cross-platform ADP array!\"}"], ["created_at", "2016-10-05 17:39:08.501661"], ["updated_at", "2016-10-05 17:39:08.501661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et aliquam nesciunt ut.\",\"text\":\"We need to override the online CSS transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.502590"], ["updated_at", "2016-10-05 17:39:08.502590"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea velit unde eaque sunt ut voluptas consequuntur.\",\"text\":\"Use the bluetooth CSS panel, then you can copy the wireless application!\"}"], ["created_at", "2016-10-05 17:39:08.503452"], ["updated_at", "2016-10-05 17:39:08.503452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum sequi rerum qui est adipisci omnis.\",\"text\":\"If we connect the array, we can get to the XSS monitor through the mobile JBOD capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.504351"], ["updated_at", "2016-10-05 17:39:08.504351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti odit neque qui velit rem alias sed.\",\"text\":\"I'll override the auxiliary XSS firewall, that should bandwidth the JBOD transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.505216"], ["updated_at", "2016-10-05 17:39:08.505216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum hic vitae totam sunt neque eum dolor.\",\"text\":\"Try to quantify the HDD capacitor, maybe it will hack the online circuit!\"}"], ["created_at", "2016-10-05 17:39:08.506077"], ["updated_at", "2016-10-05 17:39:08.506077"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni dignissimos vitae adipisci.\",\"text\":\"If we synthesize the monitor, we can get to the GB driver through the virtual USB card!\"}"], ["created_at", "2016-10-05 17:39:08.507057"], ["updated_at", "2016-10-05 17:39:08.507057"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non nemo voluptatibus quod soluta dolores.\",\"text\":\"I'll copy the cross-platform GB system, that should array the SCSI application!\"}"], ["created_at", "2016-10-05 17:39:08.508123"], ["updated_at", "2016-10-05 17:39:08.508123"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis cum dolores.\",\"text\":\"We need to bypass the wireless THX program!\"}"], ["created_at", "2016-10-05 17:39:08.509175"], ["updated_at", "2016-10-05 17:39:08.509175"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit provident sed rem qui aperiam.\",\"text\":\"The SCSI card is down, copy the bluetooth hard drive so we can compress the PNG bus!\"}"], ["created_at", "2016-10-05 17:39:08.510537"], ["updated_at", "2016-10-05 17:39:08.510537"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum enim numquam laboriosam quisquam id.\",\"text\":\"I'll transmit the solid state SDD interface, that should program the EXE pixel!\"}"], ["created_at", "2016-10-05 17:39:08.512524"], ["updated_at", "2016-10-05 17:39:08.512524"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur voluptate molestiae doloremque tempora et.\",\"text\":\"Try to input the SMTP capacitor, maybe it will override the auxiliary interface!\"}"], ["created_at", "2016-10-05 17:39:08.513517"], ["updated_at", "2016-10-05 17:39:08.513517"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur inventore qui.\",\"text\":\"You can't reboot the capacitor without transmitting the primary PNG panel!\"}"], ["created_at", "2016-10-05 17:39:08.514478"], ["updated_at", "2016-10-05 17:39:08.514478"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem illo dolores iste aspernatur tempore consectetur.\",\"text\":\"Try to input the PCI protocol, maybe it will input the neural array!\"}"], ["created_at", "2016-10-05 17:39:08.515348"], ["updated_at", "2016-10-05 17:39:08.515348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores deleniti ipsa.\",\"text\":\"Use the virtual USB system, then you can input the bluetooth alarm!\"}"], ["created_at", "2016-10-05 17:39:08.516230"], ["updated_at", "2016-10-05 17:39:08.516230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur omnis animi eveniet unde.\",\"text\":\"Try to connect the XSS array, maybe it will program the virtual matrix!\"}"], ["created_at", "2016-10-05 17:39:08.517082"], ["updated_at", "2016-10-05 17:39:08.517082"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et adipisci eius occaecati minus dolorem.\",\"text\":\"Programming the port won't do anything, we need to index the digital json bus!\"}"], ["created_at", "2016-10-05 17:39:08.517937"], ["updated_at", "2016-10-05 17:39:08.517937"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias fugit aliquid quae dolor.\",\"text\":\"Use the virtual RSS firewall, then you can parse the solid state matrix!\"}"], ["created_at", "2016-10-05 17:39:08.518847"], ["updated_at", "2016-10-05 17:39:08.518847"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic a velit animi sed perferendis officiis veritatis.\",\"text\":\"Overriding the panel won't do anything, we need to connect the haptic usb capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.519702"], ["updated_at", "2016-10-05 17:39:08.519702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo in recusandae quia vero voluptas.\",\"text\":\"You can't index the monitor without compressing the bluetooth THX matrix!\"}"], ["created_at", "2016-10-05 17:39:08.520558"], ["updated_at", "2016-10-05 17:39:08.520558"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed molestiae illo ullam ad reiciendis officia perspiciatis.\",\"text\":\"Generating the circuit won't do anything, we need to program the primary hdd bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.521404"], ["updated_at", "2016-10-05 17:39:08.521404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut fugiat vitae tenetur qui.\",\"text\":\"We need to bypass the neural XSS capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.522289"], ["updated_at", "2016-10-05 17:39:08.522289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt cumque ullam pariatur.\",\"text\":\"You can't bypass the program without backing up the optical XML circuit!\"}"], ["created_at", "2016-10-05 17:39:08.523285"], ["updated_at", "2016-10-05 17:39:08.523285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas nobis reiciendis quia voluptatem voluptatem maxime inventore.\",\"text\":\"If we transmit the pixel, we can get to the GB panel through the bluetooth HDD application!\"}"], ["created_at", "2016-10-05 17:39:08.524149"], ["updated_at", "2016-10-05 17:39:08.524149"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor perferendis recusandae illum quo alias inventore dolores.\",\"text\":\"You can't index the microchip without programming the neural USB protocol!\"}"], ["created_at", "2016-10-05 17:39:08.524993"], ["updated_at", "2016-10-05 17:39:08.524993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam voluptates molestiae neque non repellat dolor.\",\"text\":\"Indexing the monitor won't do anything, we need to synthesize the bluetooth rss pixel!\"}"], ["created_at", "2016-10-05 17:39:08.525887"], ["updated_at", "2016-10-05 17:39:08.525887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quas autem maiores suscipit adipisci enim.\",\"text\":\"We need to parse the online SQL port!\"}"], ["created_at", "2016-10-05 17:39:08.526781"], ["updated_at", "2016-10-05 17:39:08.526781"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et libero aut natus qui atque fugiat.\",\"text\":\"Use the haptic JSON panel, then you can reboot the bluetooth circuit!\"}"], ["created_at", "2016-10-05 17:39:08.527673"], ["updated_at", "2016-10-05 17:39:08.527673"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur repellendus ipsa ut.\",\"text\":\"The FTP card is down, navigate the cross-platform bandwidth so we can quantify the SCSI protocol!\"}"], ["created_at", "2016-10-05 17:39:08.528559"], ["updated_at", "2016-10-05 17:39:08.528559"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non vitae iure necessitatibus sed veniam et quis.\",\"text\":\"Hacking the pixel won't do anything, we need to navigate the multi-byte thx feed!\"}"], ["created_at", "2016-10-05 17:39:08.529458"], ["updated_at", "2016-10-05 17:39:08.529458"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum quaerat reiciendis corporis amet sed ut veritatis.\",\"text\":\"Bypassing the application won't do anything, we need to bypass the bluetooth css capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.530312"], ["updated_at", "2016-10-05 17:39:08.530312"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum aliquam fuga saepe pariatur quis.\",\"text\":\"I'll bypass the open-source USB feed, that should protocol the PCI feed!\"}"], ["created_at", "2016-10-05 17:39:08.531220"], ["updated_at", "2016-10-05 17:39:08.531220"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id qui ipsa non occaecati dolore.\",\"text\":\"If we bypass the bandwidth, we can get to the SQL interface through the primary FTP array!\"}"], ["created_at", "2016-10-05 17:39:08.532118"], ["updated_at", "2016-10-05 17:39:08.532118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur a vero rerum delectus.\",\"text\":\"You can't connect the protocol without calculating the optical JBOD program!\"}"], ["created_at", "2016-10-05 17:39:08.533023"], ["updated_at", "2016-10-05 17:39:08.533023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum sint exercitationem error quam magnam quas.\",\"text\":\"Try to compress the RAM protocol, maybe it will quantify the auxiliary firewall!\"}"], ["created_at", "2016-10-05 17:39:08.533870"], ["updated_at", "2016-10-05 17:39:08.533870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum est voluptate quam.\",\"text\":\"The SMTP driver is down, reboot the auxiliary application so we can synthesize the AI card!\"}"], ["created_at", "2016-10-05 17:39:08.534729"], ["updated_at", "2016-10-05 17:39:08.534729"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque quisquam sint debitis ut.\",\"text\":\"You can't quantify the driver without navigating the back-end SMTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.535571"], ["updated_at", "2016-10-05 17:39:08.535571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse nobis voluptatem commodi aut.\",\"text\":\"Use the back-end ADP monitor, then you can hack the open-source bus!\"}"], ["created_at", "2016-10-05 17:39:08.536469"], ["updated_at", "2016-10-05 17:39:08.536469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt voluptas fuga.\",\"text\":\"Parsing the monitor won't do anything, we need to calculate the 1080p exe program!\"}"], ["created_at", "2016-10-05 17:39:08.537320"], ["updated_at", "2016-10-05 17:39:08.537320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia consequatur dignissimos atque laboriosam.\",\"text\":\"Try to calculate the XML transmitter, maybe it will override the open-source monitor!\"}"], ["created_at", "2016-10-05 17:39:08.538172"], ["updated_at", "2016-10-05 17:39:08.538172"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur sapiente repellendus quia.\",\"text\":\"Try to reboot the AGP matrix, maybe it will input the wireless bus!\"}"], ["created_at", "2016-10-05 17:39:08.539048"], ["updated_at", "2016-10-05 17:39:08.539048"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea est voluptas.\",\"text\":\"The CSS microchip is down, reboot the redundant interface so we can bypass the CSS panel!\"}"], ["created_at", "2016-10-05 17:39:08.539951"], ["updated_at", "2016-10-05 17:39:08.539951"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex delectus eum magni.\",\"text\":\"The USB alarm is down, transmit the cross-platform bus so we can input the SDD array!\"}"], ["created_at", "2016-10-05 17:39:08.540869"], ["updated_at", "2016-10-05 17:39:08.540869"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae repudiandae quas labore aperiam qui.\",\"text\":\"You can't generate the panel without quantifying the solid state SSL array!\"}"], ["created_at", "2016-10-05 17:39:08.541711"], ["updated_at", "2016-10-05 17:39:08.541711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde necessitatibus expedita nihil qui aut hic.\",\"text\":\"If we bypass the card, we can get to the TCP transmitter through the virtual XSS pixel!\"}"], ["created_at", "2016-10-05 17:39:08.542583"], ["updated_at", "2016-10-05 17:39:08.542583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut autem tenetur quia.\",\"text\":\"You can't back up the matrix without calculating the digital SSL bus!\"}"], ["created_at", "2016-10-05 17:39:08.543430"], ["updated_at", "2016-10-05 17:39:08.543430"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit earum facilis libero mollitia.\",\"text\":\"Use the haptic TCP microchip, then you can calculate the wireless matrix!\"}"], ["created_at", "2016-10-05 17:39:08.544273"], ["updated_at", "2016-10-05 17:39:08.544273"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veritatis saepe quis maxime consequuntur est sequi voluptas.\",\"text\":\"We need to program the online FTP driver!\"}"], ["created_at", "2016-10-05 17:39:08.545164"], ["updated_at", "2016-10-05 17:39:08.545164"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel nisi consequatur et dolor non ea aut.\",\"text\":\"Use the online SDD system, then you can reboot the open-source protocol!\"}"], ["created_at", "2016-10-05 17:39:08.546017"], ["updated_at", "2016-10-05 17:39:08.546017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut sint reiciendis nihil minima facere.\",\"text\":\"Use the mobile SMTP bandwidth, then you can copy the 1080p matrix!\"}"], ["created_at", "2016-10-05 17:39:08.546912"], ["updated_at", "2016-10-05 17:39:08.546912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non officiis placeat.\",\"text\":\"Connecting the alarm won't do anything, we need to input the mobile thx panel!\"}"], ["created_at", "2016-10-05 17:39:08.547810"], ["updated_at", "2016-10-05 17:39:08.547810"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem vitae ducimus et cumque.\",\"text\":\"We need to bypass the online EXE pixel!\"}"], ["created_at", "2016-10-05 17:39:08.548629"], ["updated_at", "2016-10-05 17:39:08.548629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem ut voluptas.\",\"text\":\"We need to override the bluetooth USB array!\"}"], ["created_at", "2016-10-05 17:39:08.549567"], ["updated_at", "2016-10-05 17:39:08.549567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit vel accusamus in quisquam est fuga.\",\"text\":\"If we back up the circuit, we can get to the SSL interface through the virtual SMTP hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.550452"], ["updated_at", "2016-10-05 17:39:08.550452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet eos ut non.\",\"text\":\"We need to input the online PCI interface!\"}"], ["created_at", "2016-10-05 17:39:08.551313"], ["updated_at", "2016-10-05 17:39:08.551313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque praesentium numquam aut accusantium omnis et odio.\",\"text\":\"Try to bypass the SMTP circuit, maybe it will hack the neural protocol!\"}"], ["created_at", "2016-10-05 17:39:08.552170"], ["updated_at", "2016-10-05 17:39:08.552170"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque eum et repellat sed totam.\",\"text\":\"Parsing the pixel won't do anything, we need to parse the mobile usb program!\"}"], ["created_at", "2016-10-05 17:39:08.553018"], ["updated_at", "2016-10-05 17:39:08.553018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum quia aut sequi incidunt amet.\",\"text\":\"Use the primary AGP application, then you can transmit the open-source feed!\"}"], ["created_at", "2016-10-05 17:39:08.553916"], ["updated_at", "2016-10-05 17:39:08.553916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde quod qui itaque et ipsam quidem.\",\"text\":\"The USB program is down, hack the multi-byte feed so we can index the XML application!\"}"], ["created_at", "2016-10-05 17:39:08.554783"], ["updated_at", "2016-10-05 17:39:08.554783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio quo consequatur.\",\"text\":\"You can't navigate the array without programming the virtual PCI firewall!\"}"], ["created_at", "2016-10-05 17:39:08.555642"], ["updated_at", "2016-10-05 17:39:08.555642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis et ipsa et nobis qui at vel.\",\"text\":\"We need to input the redundant USB protocol!\"}"], ["created_at", "2016-10-05 17:39:08.556501"], ["updated_at", "2016-10-05 17:39:08.556501"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam dolores dignissimos labore pariatur.\",\"text\":\"If we override the bus, we can get to the EXE array through the virtual FTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.557362"], ["updated_at", "2016-10-05 17:39:08.557362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum eligendi repellat nostrum.\",\"text\":\"The TCP driver is down, compress the back-end bandwidth so we can override the XSS panel!\"}"], ["created_at", "2016-10-05 17:39:08.558253"], ["updated_at", "2016-10-05 17:39:08.558253"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut voluptatem enim voluptas quam.\",\"text\":\"Use the mobile HDD circuit, then you can calculate the wireless card!\"}"], ["created_at", "2016-10-05 17:39:08.559136"], ["updated_at", "2016-10-05 17:39:08.559136"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui blanditiis et et veniam.\",\"text\":\"Copying the protocol won't do anything, we need to generate the online ai bus!\"}"], ["created_at", "2016-10-05 17:39:08.560024"], ["updated_at", "2016-10-05 17:39:08.560024"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore et dolores provident eveniet earum.\",\"text\":\"If we connect the sensor, we can get to the SAS feed through the bluetooth HDD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.560947"], ["updated_at", "2016-10-05 17:39:08.560947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae temporibus unde sunt.\",\"text\":\"We need to generate the digital IB pixel!\"}"], ["created_at", "2016-10-05 17:39:08.561852"], ["updated_at", "2016-10-05 17:39:08.561852"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid sed quisquam aut sed doloremque quod est.\",\"text\":\"The XSS system is down, transmit the primary matrix so we can hack the SMS card!\"}"], ["created_at", "2016-10-05 17:39:08.562706"], ["updated_at", "2016-10-05 17:39:08.562706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde sit et.\",\"text\":\"You can't bypass the bandwidth without parsing the back-end GB array!\"}"], ["created_at", "2016-10-05 17:39:08.563554"], ["updated_at", "2016-10-05 17:39:08.563554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam dolorem iure omnis.\",\"text\":\"I'll compress the back-end SMS firewall, that should program the EXE firewall!\"}"], ["created_at", "2016-10-05 17:39:08.564390"], ["updated_at", "2016-10-05 17:39:08.564390"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut labore dolorem culpa at.\",\"text\":\"If we bypass the system, we can get to the SMS hard drive through the solid state TCP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.565257"], ["updated_at", "2016-10-05 17:39:08.565257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum sunt officiis aut nulla.\",\"text\":\"We need to synthesize the digital PNG circuit!\"}"], ["created_at", "2016-10-05 17:39:08.566224"], ["updated_at", "2016-10-05 17:39:08.566224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem est doloremque suscipit.\",\"text\":\"Calculating the interface won't do anything, we need to override the solid state ai alarm!\"}"], ["created_at", "2016-10-05 17:39:08.567123"], ["updated_at", "2016-10-05 17:39:08.567123"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas et et.\",\"text\":\"You can't program the array without copying the online FTP program!\"}"], ["created_at", "2016-10-05 17:39:08.567968"], ["updated_at", "2016-10-05 17:39:08.567968"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae deserunt est vero beatae aut debitis reprehenderit.\",\"text\":\"We need to calculate the bluetooth IB microchip!\"}"], ["created_at", "2016-10-05 17:39:08.568815"], ["updated_at", "2016-10-05 17:39:08.568815"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem dolore corporis.\",\"text\":\"The COM circuit is down, navigate the back-end hard drive so we can navigate the JBOD interface!\"}"], ["created_at", "2016-10-05 17:39:08.569660"], ["updated_at", "2016-10-05 17:39:08.569660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam sequi reprehenderit et sed voluptas.\",\"text\":\"Use the auxiliary RSS microchip, then you can override the haptic feed!\"}"], ["created_at", "2016-10-05 17:39:08.570557"], ["updated_at", "2016-10-05 17:39:08.570557"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae ratione qui illum autem est qui.\",\"text\":\"We need to quantify the solid state EXE interface!\"}"], ["created_at", "2016-10-05 17:39:08.571497"], ["updated_at", "2016-10-05 17:39:08.571497"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit reiciendis nobis voluptates voluptatibus dolorem.\",\"text\":\"Use the bluetooth HDD bandwidth, then you can program the wireless capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.572718"], ["updated_at", "2016-10-05 17:39:08.572718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum occaecati vero.\",\"text\":\"I'll reboot the virtual EXE card, that should card the TCP driver!\"}"], ["created_at", "2016-10-05 17:39:08.573780"], ["updated_at", "2016-10-05 17:39:08.573780"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas molestias est deleniti mollitia ut exercitationem.\",\"text\":\"The PCI firewall is down, generate the haptic bus so we can parse the CSS panel!\"}"], ["created_at", "2016-10-05 17:39:08.574732"], ["updated_at", "2016-10-05 17:39:08.574732"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi ratione est aut delectus tenetur dolorem nemo.\",\"text\":\"Compressing the driver won't do anything, we need to parse the wireless jbod hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.575701"], ["updated_at", "2016-10-05 17:39:08.575701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non labore ex ratione quam autem molestiae.\",\"text\":\"Use the virtual FTP circuit, then you can bypass the cross-platform program!\"}"], ["created_at", "2016-10-05 17:39:08.576621"], ["updated_at", "2016-10-05 17:39:08.576621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius ut aliquam cupiditate aut veniam beatae.\",\"text\":\"If we transmit the pixel, we can get to the ADP driver through the open-source SDD hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.577541"], ["updated_at", "2016-10-05 17:39:08.577541"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint voluptatem adipisci dignissimos sequi.\",\"text\":\"Try to compress the RSS interface, maybe it will parse the virtual transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.578469"], ["updated_at", "2016-10-05 17:39:08.578469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores et aspernatur fuga delectus animi esse.\",\"text\":\"I'll back up the solid state IB program, that should sensor the HDD interface!\"}"], ["created_at", "2016-10-05 17:39:08.579410"], ["updated_at", "2016-10-05 17:39:08.579410"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut voluptate totam.\",\"text\":\"Try to navigate the PNG circuit, maybe it will connect the open-source panel!\"}"], ["created_at", "2016-10-05 17:39:08.580342"], ["updated_at", "2016-10-05 17:39:08.580342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo consectetur facilis impedit.\",\"text\":\"I'll index the bluetooth RSS driver, that should array the GB panel!\"}"], ["created_at", "2016-10-05 17:39:08.581259"], ["updated_at", "2016-10-05 17:39:08.581259"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est enim est error aperiam velit.\",\"text\":\"The SDD application is down, hack the virtual interface so we can override the AGP program!\"}"], ["created_at", "2016-10-05 17:39:08.582176"], ["updated_at", "2016-10-05 17:39:08.582176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum facere quisquam assumenda eum dolores veniam hic.\",\"text\":\"Use the primary SQL bandwidth, then you can bypass the online hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.583141"], ["updated_at", "2016-10-05 17:39:08.583141"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus iste molestiae.\",\"text\":\"If we back up the bandwidth, we can get to the EXE array through the 1080p SMS hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.584063"], ["updated_at", "2016-10-05 17:39:08.584063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur molestiae ut nostrum eius.\",\"text\":\"Try to bypass the COM pixel, maybe it will connect the redundant array!\"}"], ["created_at", "2016-10-05 17:39:08.584988"], ["updated_at", "2016-10-05 17:39:08.584988"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut dolore est.\",\"text\":\"You can't hack the circuit without indexing the multi-byte HTTP circuit!\"}"], ["created_at", "2016-10-05 17:39:08.585900"], ["updated_at", "2016-10-05 17:39:08.585900"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas dolorem voluptatem.\",\"text\":\"Try to quantify the XSS firewall, maybe it will back up the solid state bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.586900"], ["updated_at", "2016-10-05 17:39:08.586900"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates culpa eos sunt officiis.\",\"text\":\"If we navigate the application, we can get to the SQL program through the solid state SDD pixel!\"}"], ["created_at", "2016-10-05 17:39:08.587853"], ["updated_at", "2016-10-05 17:39:08.587853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In et aut.\",\"text\":\"I'll input the digital EXE application, that should interface the THX circuit!\"}"], ["created_at", "2016-10-05 17:39:08.588770"], ["updated_at", "2016-10-05 17:39:08.588770"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur in exercitationem vel sunt laudantium.\",\"text\":\"If we connect the hard drive, we can get to the THX card through the digital TCP interface!\"}"], ["created_at", "2016-10-05 17:39:08.589717"], ["updated_at", "2016-10-05 17:39:08.589717"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto ipsum perspiciatis est.\",\"text\":\"If we program the alarm, we can get to the AI alarm through the haptic AI port!\"}"], ["created_at", "2016-10-05 17:39:08.590856"], ["updated_at", "2016-10-05 17:39:08.590856"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum tempore exercitationem.\",\"text\":\"Connecting the interface won't do anything, we need to copy the wireless sas application!\"}"], ["created_at", "2016-10-05 17:39:08.592087"], ["updated_at", "2016-10-05 17:39:08.592087"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero iure esse distinctio est.\",\"text\":\"Try to parse the CSS panel, maybe it will back up the bluetooth hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.593703"], ["updated_at", "2016-10-05 17:39:08.593703"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere ea eum sint repudiandae.\",\"text\":\"I'll hack the digital JBOD transmitter, that should port the SSL firewall!\"}"], ["created_at", "2016-10-05 17:39:08.596094"], ["updated_at", "2016-10-05 17:39:08.596094"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur autem eum et tempora.\",\"text\":\"Quantifying the matrix won't do anything, we need to generate the virtual sas protocol!\"}"], ["created_at", "2016-10-05 17:39:08.597891"], ["updated_at", "2016-10-05 17:39:08.597891"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt ut dolor eligendi.\",\"text\":\"I'll bypass the haptic RAM hard drive, that should pixel the CSS microchip!\"}"], ["created_at", "2016-10-05 17:39:08.600816"], ["updated_at", "2016-10-05 17:39:08.600816"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia excepturi perferendis in voluptatem eum magnam.\",\"text\":\"Hacking the transmitter won't do anything, we need to index the cross-platform agp system!\"}"], ["created_at", "2016-10-05 17:39:08.602882"], ["updated_at", "2016-10-05 17:39:08.602882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia totam voluptatem.\",\"text\":\"You can't override the protocol without navigating the solid state GB capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.603851"], ["updated_at", "2016-10-05 17:39:08.603851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui incidunt est rerum repudiandae quos.\",\"text\":\"I'll connect the back-end JBOD array, that should monitor the HTTP system!\"}"], ["created_at", "2016-10-05 17:39:08.604698"], ["updated_at", "2016-10-05 17:39:08.604698"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit et ut ullam voluptas quia.\",\"text\":\"The SMTP array is down, transmit the open-source transmitter so we can parse the TCP feed!\"}"], ["created_at", "2016-10-05 17:39:08.605547"], ["updated_at", "2016-10-05 17:39:08.605547"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur voluptas tenetur.\",\"text\":\"The ADP sensor is down, quantify the primary application so we can override the THX program!\"}"], ["created_at", "2016-10-05 17:39:08.606647"], ["updated_at", "2016-10-05 17:39:08.606647"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae excepturi eius ipsa incidunt.\",\"text\":\"We need to program the optical XSS card!\"}"], ["created_at", "2016-10-05 17:39:08.608061"], ["updated_at", "2016-10-05 17:39:08.608061"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est porro nobis quasi voluptas molestias est.\",\"text\":\"If we program the protocol, we can get to the THX sensor through the optical SQL feed!\"}"], ["created_at", "2016-10-05 17:39:08.609819"], ["updated_at", "2016-10-05 17:39:08.609819"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est deleniti voluptatem tempore.\",\"text\":\"Use the wireless HDD card, then you can program the multi-byte protocol!\"}"], ["created_at", "2016-10-05 17:39:08.612231"], ["updated_at", "2016-10-05 17:39:08.612231"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde iure est deserunt quae adipisci.\",\"text\":\"I'll compress the auxiliary FTP hard drive, that should capacitor the XSS alarm!\"}"], ["created_at", "2016-10-05 17:39:08.614248"], ["updated_at", "2016-10-05 17:39:08.614248"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid voluptatibus dolorum architecto corporis tempora.\",\"text\":\"The PNG card is down, bypass the solid state feed so we can connect the SSL transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.616584"], ["updated_at", "2016-10-05 17:39:08.616584"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt officia veritatis.\",\"text\":\"Use the redundant XML protocol, then you can navigate the back-end panel!\"}"], ["created_at", "2016-10-05 17:39:08.618933"], ["updated_at", "2016-10-05 17:39:08.618933"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est eum inventore esse.\",\"text\":\"If we copy the driver, we can get to the GB circuit through the wireless IB matrix!\"}"], ["created_at", "2016-10-05 17:39:08.619994"], ["updated_at", "2016-10-05 17:39:08.619994"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa autem eaque voluptatem.\",\"text\":\"You can't transmit the capacitor without bypassing the mobile HDD pixel!\"}"], ["created_at", "2016-10-05 17:39:08.620853"], ["updated_at", "2016-10-05 17:39:08.620853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In minus ut adipisci voluptas.\",\"text\":\"Use the wireless IB application, then you can index the haptic port!\"}"], ["created_at", "2016-10-05 17:39:08.621748"], ["updated_at", "2016-10-05 17:39:08.621748"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident magni architecto et.\",\"text\":\"Try to connect the GB capacitor, maybe it will generate the virtual program!\"}"], ["created_at", "2016-10-05 17:39:08.622670"], ["updated_at", "2016-10-05 17:39:08.622670"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo eum cumque.\",\"text\":\"Use the back-end JBOD system, then you can synthesize the neural alarm!\"}"], ["created_at", "2016-10-05 17:39:08.623708"], ["updated_at", "2016-10-05 17:39:08.623708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit totam occaecati asperiores.\",\"text\":\"Use the primary FTP transmitter, then you can back up the neural circuit!\"}"], ["created_at", "2016-10-05 17:39:08.624675"], ["updated_at", "2016-10-05 17:39:08.624675"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis error odio doloribus provident exercitationem ex distinctio.\",\"text\":\"Indexing the feed won't do anything, we need to program the bluetooth ftp pixel!\"}"], ["created_at", "2016-10-05 17:39:08.625573"], ["updated_at", "2016-10-05 17:39:08.625573"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus et illo officia reiciendis cum quia.\",\"text\":\"You can't generate the monitor without navigating the multi-byte JSON system!\"}"], ["created_at", "2016-10-05 17:39:08.626547"], ["updated_at", "2016-10-05 17:39:08.626547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi porro excepturi quis.\",\"text\":\"You can't transmit the pixel without compressing the open-source FTP port!\"}"], ["created_at", "2016-10-05 17:39:08.627409"], ["updated_at", "2016-10-05 17:39:08.627409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis tempora hic pariatur voluptatem vel ducimus.\",\"text\":\"Use the redundant GB bandwidth, then you can calculate the multi-byte firewall!\"}"], ["created_at", "2016-10-05 17:39:08.628264"], ["updated_at", "2016-10-05 17:39:08.628264"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam repudiandae minima optio.\",\"text\":\"If we reboot the capacitor, we can get to the JBOD bandwidth through the haptic HDD sensor!\"}"], ["created_at", "2016-10-05 17:39:08.629115"], ["updated_at", "2016-10-05 17:39:08.629115"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid maiores alias facilis sint.\",\"text\":\"I'll back up the optical FTP matrix, that should alarm the XSS microchip!\"}"], ["created_at", "2016-10-05 17:39:08.630012"], ["updated_at", "2016-10-05 17:39:08.630012"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo eos et rerum molestiae recusandae.\",\"text\":\"The ADP panel is down, copy the redundant feed so we can input the CSS interface!\"}"], ["created_at", "2016-10-05 17:39:08.630901"], ["updated_at", "2016-10-05 17:39:08.630901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum accusamus voluptatem maiores earum doloremque.\",\"text\":\"Backing up the driver won't do anything, we need to reboot the mobile scsi firewall!\"}"], ["created_at", "2016-10-05 17:39:08.631754"], ["updated_at", "2016-10-05 17:39:08.631754"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa libero nesciunt modi est aut quae iste.\",\"text\":\"Generating the bus won't do anything, we need to reboot the cross-platform http port!\"}"], ["created_at", "2016-10-05 17:39:08.632614"], ["updated_at", "2016-10-05 17:39:08.632614"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque et voluptatem saepe eos sed excepturi.\",\"text\":\"If we compress the protocol, we can get to the JSON feed through the virtual COM hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.633509"], ["updated_at", "2016-10-05 17:39:08.633509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem aut rerum illo aut odio.\",\"text\":\"We need to input the redundant IB panel!\"}"], ["created_at", "2016-10-05 17:39:08.634406"], ["updated_at", "2016-10-05 17:39:08.634406"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas perspiciatis dolorem deserunt.\",\"text\":\"We need to program the wireless SMS matrix!\"}"], ["created_at", "2016-10-05 17:39:08.635256"], ["updated_at", "2016-10-05 17:39:08.635256"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Itaque aliquid dolorum illo nihil nisi.\",\"text\":\"The FTP matrix is down, bypass the primary sensor so we can quantify the THX array!\"}"], ["created_at", "2016-10-05 17:39:08.636143"], ["updated_at", "2016-10-05 17:39:08.636143"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut velit et minus iusto quia excepturi.\",\"text\":\"Try to compress the RSS bus, maybe it will navigate the wireless program!\"}"], ["created_at", "2016-10-05 17:39:08.636984"], ["updated_at", "2016-10-05 17:39:08.636984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui voluptates tempore sapiente doloremque maiores sed et.\",\"text\":\"You can't quantify the driver without generating the digital ADP bus!\"}"], ["created_at", "2016-10-05 17:39:08.637873"], ["updated_at", "2016-10-05 17:39:08.637873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores modi sunt consequatur maiores quo quidem architecto.\",\"text\":\"The COM circuit is down, compress the primary bandwidth so we can generate the PNG card!\"}"], ["created_at", "2016-10-05 17:39:08.638738"], ["updated_at", "2016-10-05 17:39:08.638738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorum explicabo debitis quae sequi eum.\",\"text\":\"We need to synthesize the virtual SCSI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.639634"], ["updated_at", "2016-10-05 17:39:08.639634"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et soluta natus sit.\",\"text\":\"The SSL array is down, index the mobile protocol so we can transmit the JBOD interface!\"}"], ["created_at", "2016-10-05 17:39:08.640572"], ["updated_at", "2016-10-05 17:39:08.640572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta sed eos aut eum.\",\"text\":\"I'll bypass the digital USB interface, that should bus the IB circuit!\"}"], ["created_at", "2016-10-05 17:39:08.641456"], ["updated_at", "2016-10-05 17:39:08.641456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et quidem officia minima qui atque quo.\",\"text\":\"Use the back-end EXE circuit, then you can hack the bluetooth capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.642297"], ["updated_at", "2016-10-05 17:39:08.642297"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo in cupiditate dolor magnam ipsam ipsa veniam.\",\"text\":\"I'll compress the multi-byte USB card, that should application the USB matrix!\"}"], ["created_at", "2016-10-05 17:39:08.643200"], ["updated_at", "2016-10-05 17:39:08.643200"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur necessitatibus ipsa provident suscipit.\",\"text\":\"The AGP transmitter is down, transmit the solid state program so we can generate the JSON matrix!\"}"], ["created_at", "2016-10-05 17:39:08.644043"], ["updated_at", "2016-10-05 17:39:08.644043"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas minima illum autem.\",\"text\":\"Use the neural EXE monitor, then you can copy the haptic protocol!\"}"], ["created_at", "2016-10-05 17:39:08.644939"], ["updated_at", "2016-10-05 17:39:08.644939"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat et dolor voluptas eos.\",\"text\":\"You can't copy the application without programming the mobile SAS array!\"}"], ["created_at", "2016-10-05 17:39:08.645809"], ["updated_at", "2016-10-05 17:39:08.645809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur repellendus est eos vel.\",\"text\":\"If we back up the card, we can get to the HDD card through the back-end XML driver!\"}"], ["created_at", "2016-10-05 17:39:08.646679"], ["updated_at", "2016-10-05 17:39:08.646679"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut libero est.\",\"text\":\"If we index the driver, we can get to the THX matrix through the bluetooth SDD system!\"}"], ["created_at", "2016-10-05 17:39:08.647589"], ["updated_at", "2016-10-05 17:39:08.647589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex quam fugit voluptatem eius ut et.\",\"text\":\"I'll copy the 1080p COM monitor, that should circuit the XML alarm!\"}"], ["created_at", "2016-10-05 17:39:08.648489"], ["updated_at", "2016-10-05 17:39:08.648489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum iste facere laudantium et dolores.\",\"text\":\"Use the back-end AI monitor, then you can navigate the online driver!\"}"], ["created_at", "2016-10-05 17:39:08.649357"], ["updated_at", "2016-10-05 17:39:08.649357"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident et sit qui expedita et.\",\"text\":\"Use the optical XML bus, then you can compress the primary port!\"}"], ["created_at", "2016-10-05 17:39:08.650205"], ["updated_at", "2016-10-05 17:39:08.650205"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque dolor quis ratione repudiandae velit ex rerum.\",\"text\":\"If we copy the sensor, we can get to the SDD capacitor through the solid state JSON circuit!\"}"], ["created_at", "2016-10-05 17:39:08.651105"], ["updated_at", "2016-10-05 17:39:08.651105"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi atque illo nihil libero.\",\"text\":\"The SSL bus is down, input the auxiliary monitor so we can quantify the HTTP protocol!\"}"], ["created_at", "2016-10-05 17:39:08.651963"], ["updated_at", "2016-10-05 17:39:08.651963"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi quasi in minima.\",\"text\":\"If we parse the hard drive, we can get to the COM firewall through the virtual JSON hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.652855"], ["updated_at", "2016-10-05 17:39:08.652855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet assumenda est.\",\"text\":\"If we navigate the matrix, we can get to the RAM application through the optical CSS circuit!\"}"], ["created_at", "2016-10-05 17:39:08.653697"], ["updated_at", "2016-10-05 17:39:08.653697"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint sint pariatur quasi odio aut quae optio.\",\"text\":\"Try to hack the THX transmitter, maybe it will bypass the cross-platform driver!\"}"], ["created_at", "2016-10-05 17:39:08.654581"], ["updated_at", "2016-10-05 17:39:08.654581"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam sunt rem dicta sint.\",\"text\":\"Try to back up the PNG card, maybe it will compress the multi-byte card!\"}"], ["created_at", "2016-10-05 17:39:08.655429"], ["updated_at", "2016-10-05 17:39:08.655429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae consequatur voluptas et consequatur quis perspiciatis.\",\"text\":\"Use the neural THX hard drive, then you can connect the optical port!\"}"], ["created_at", "2016-10-05 17:39:08.656348"], ["updated_at", "2016-10-05 17:39:08.656348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis ipsam in voluptatem.\",\"text\":\"You can't quantify the monitor without backing up the primary RSS matrix!\"}"], ["created_at", "2016-10-05 17:39:08.657231"], ["updated_at", "2016-10-05 17:39:08.657231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus ut quia quae aliquam id ex.\",\"text\":\"We need to copy the back-end ADP firewall!\"}"], ["created_at", "2016-10-05 17:39:08.658079"], ["updated_at", "2016-10-05 17:39:08.658079"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Beatae incidunt reiciendis harum veniam impedit recusandae commodi.\",\"text\":\"If we connect the pixel, we can get to the XSS monitor through the neural AGP firewall!\"}"], ["created_at", "2016-10-05 17:39:08.659107"], ["updated_at", "2016-10-05 17:39:08.659107"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui eligendi nemo aut vitae.\",\"text\":\"The JBOD microchip is down, generate the digital circuit so we can hack the FTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.660545"], ["updated_at", "2016-10-05 17:39:08.660545"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur numquam occaecati quas quos harum autem.\",\"text\":\"Try to transmit the GB capacitor, maybe it will copy the haptic bus!\"}"], ["created_at", "2016-10-05 17:39:08.661846"], ["updated_at", "2016-10-05 17:39:08.661846"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis et libero.\",\"text\":\"The EXE array is down, quantify the multi-byte card so we can program the JSON microchip!\"}"], ["created_at", "2016-10-05 17:39:08.663242"], ["updated_at", "2016-10-05 17:39:08.663242"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut quibusdam et quisquam deserunt odio voluptas a.\",\"text\":\"If we reboot the transmitter, we can get to the TCP port through the 1080p RSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.664540"], ["updated_at", "2016-10-05 17:39:08.664540"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil odio omnis fugit aliquid fugiat corrupti.\",\"text\":\"Use the bluetooth SQL panel, then you can bypass the solid state firewall!\"}"], ["created_at", "2016-10-05 17:39:08.665654"], ["updated_at", "2016-10-05 17:39:08.665654"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid aut numquam.\",\"text\":\"Use the mobile JSON circuit, then you can navigate the solid state interface!\"}"], ["created_at", "2016-10-05 17:39:08.666821"], ["updated_at", "2016-10-05 17:39:08.666821"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure voluptate vero.\",\"text\":\"You can't quantify the bus without compressing the multi-byte COM program!\"}"], ["created_at", "2016-10-05 17:39:08.667856"], ["updated_at", "2016-10-05 17:39:08.667856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem velit amet.\",\"text\":\"Programming the interface won't do anything, we need to input the wireless css application!\"}"], ["created_at", "2016-10-05 17:39:08.668794"], ["updated_at", "2016-10-05 17:39:08.668794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fuga quo non temporibus ex molestiae aut.\",\"text\":\"Try to parse the USB driver, maybe it will calculate the primary microchip!\"}"], ["created_at", "2016-10-05 17:39:08.669726"], ["updated_at", "2016-10-05 17:39:08.669726"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Temporibus maxime consequuntur fugit incidunt neque suscipit reiciendis.\",\"text\":\"I'll program the haptic RSS card, that should bus the FTP bus!\"}"], ["created_at", "2016-10-05 17:39:08.670679"], ["updated_at", "2016-10-05 17:39:08.670679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et et harum deserunt.\",\"text\":\"If we copy the capacitor, we can get to the PNG transmitter through the back-end PCI hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.671672"], ["updated_at", "2016-10-05 17:39:08.671672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed qui minus sunt deleniti voluptas.\",\"text\":\"You can't synthesize the pixel without synthesizing the solid state SMTP interface!\"}"], ["created_at", "2016-10-05 17:39:08.672617"], ["updated_at", "2016-10-05 17:39:08.672617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum dolorum nobis praesentium et occaecati magnam similique.\",\"text\":\"I'll back up the redundant SMS alarm, that should alarm the RSS system!\"}"], ["created_at", "2016-10-05 17:39:08.673563"], ["updated_at", "2016-10-05 17:39:08.673563"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae et quod laborum temporibus quia.\",\"text\":\"We need to reboot the 1080p SSL program!\"}"], ["created_at", "2016-10-05 17:39:08.674493"], ["updated_at", "2016-10-05 17:39:08.674493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse pariatur architecto consequuntur in sequi.\",\"text\":\"I'll override the auxiliary SAS transmitter, that should feed the JBOD sensor!\"}"], ["created_at", "2016-10-05 17:39:08.675386"], ["updated_at", "2016-10-05 17:39:08.675386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis molestiae dolorum amet dolore ut cumque.\",\"text\":\"I'll transmit the redundant JBOD program, that should interface the GB matrix!\"}"], ["created_at", "2016-10-05 17:39:08.676288"], ["updated_at", "2016-10-05 17:39:08.676288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur voluptatem repellat qui eos saepe et harum.\",\"text\":\"You can't index the application without copying the 1080p FTP port!\"}"], ["created_at", "2016-10-05 17:39:08.677149"], ["updated_at", "2016-10-05 17:39:08.677149"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt eos magni iste.\",\"text\":\"We need to bypass the mobile AGP hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.677988"], ["updated_at", "2016-10-05 17:39:08.677988"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero porro qui repellendus ab laboriosam cupiditate quae.\",\"text\":\"I'll parse the solid state HDD microchip, that should card the SSL hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.678872"], ["updated_at", "2016-10-05 17:39:08.678872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui et dolorum fugit deleniti.\",\"text\":\"The SAS port is down, compress the mobile transmitter so we can reboot the RSS card!\"}"], ["created_at", "2016-10-05 17:39:08.679761"], ["updated_at", "2016-10-05 17:39:08.679761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut quo consequatur qui et.\",\"text\":\"We need to compress the redundant SMTP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.680626"], ["updated_at", "2016-10-05 17:39:08.680626"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis error est nostrum alias delectus.\",\"text\":\"You can't quantify the pixel without synthesizing the virtual AGP capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.681473"], ["updated_at", "2016-10-05 17:39:08.681473"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut rerum fugit molestiae pariatur magnam in.\",\"text\":\"The SQL feed is down, override the haptic driver so we can index the TCP capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.682328"], ["updated_at", "2016-10-05 17:39:08.682328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius reprehenderit rerum eligendi sint alias sequi.\",\"text\":\"We need to navigate the multi-byte USB firewall!\"}"], ["created_at", "2016-10-05 17:39:08.683241"], ["updated_at", "2016-10-05 17:39:08.683241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint voluptatem quasi molestias.\",\"text\":\"I'll program the primary EXE driver, that should microchip the IB firewall!\"}"], ["created_at", "2016-10-05 17:39:08.684093"], ["updated_at", "2016-10-05 17:39:08.684093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error sed sed.\",\"text\":\"I'll connect the cross-platform SDD interface, that should alarm the SQL bus!\"}"], ["created_at", "2016-10-05 17:39:08.684938"], ["updated_at", "2016-10-05 17:39:08.684938"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis commodi nobis dicta aut.\",\"text\":\"Try to override the SMTP microchip, maybe it will quantify the multi-byte transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.685787"], ["updated_at", "2016-10-05 17:39:08.685787"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id expedita eum exercitationem.\",\"text\":\"I'll synthesize the solid state CSS port, that should feed the PCI interface!\"}"], ["created_at", "2016-10-05 17:39:08.686638"], ["updated_at", "2016-10-05 17:39:08.686638"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et et odit neque veniam expedita illum.\",\"text\":\"If we program the capacitor, we can get to the HTTP firewall through the cross-platform SCSI hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.687529"], ["updated_at", "2016-10-05 17:39:08.687529"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam molestiae qui et quidem dolores laborum.\",\"text\":\"The GB driver is down, transmit the online interface so we can back up the THX application!\"}"], ["created_at", "2016-10-05 17:39:08.688377"], ["updated_at", "2016-10-05 17:39:08.688377"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi laboriosam vitae omnis velit ex sint et.\",\"text\":\"Compressing the feed won't do anything, we need to override the auxiliary sms interface!\"}"], ["created_at", "2016-10-05 17:39:08.689239"], ["updated_at", "2016-10-05 17:39:08.689239"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit facilis rerum id voluptatem cupiditate illo.\",\"text\":\"We need to quantify the mobile HDD program!\"}"], ["created_at", "2016-10-05 17:39:08.690123"], ["updated_at", "2016-10-05 17:39:08.690123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci temporibus laborum aut officia placeat et.\",\"text\":\"Use the optical CSS alarm, then you can hack the solid state feed!\"}"], ["created_at", "2016-10-05 17:39:08.691020"], ["updated_at", "2016-10-05 17:39:08.691020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non ut nemo qui.\",\"text\":\"I'll back up the digital JSON protocol, that should application the SMS monitor!\"}"], ["created_at", "2016-10-05 17:39:08.691874"], ["updated_at", "2016-10-05 17:39:08.691874"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis est ab et nostrum animi aut.\",\"text\":\"You can't input the monitor without calculating the digital TCP interface!\"}"], ["created_at", "2016-10-05 17:39:08.692722"], ["updated_at", "2016-10-05 17:39:08.692722"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur fugit excepturi porro delectus repellendus.\",\"text\":\"The SQL system is down, back up the wireless hard drive so we can connect the FTP port!\"}"], ["created_at", "2016-10-05 17:39:08.693559"], ["updated_at", "2016-10-05 17:39:08.693559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatum aut aliquid ipsa et.\",\"text\":\"I'll compress the virtual JSON feed, that should interface the JBOD alarm!\"}"], ["created_at", "2016-10-05 17:39:08.694455"], ["updated_at", "2016-10-05 17:39:08.694455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque quod aut et sequi voluptas expedita.\",\"text\":\"I'll connect the back-end SMTP application, that should panel the PNG alarm!\"}"], ["created_at", "2016-10-05 17:39:08.695308"], ["updated_at", "2016-10-05 17:39:08.695308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus ipsam qui est hic sed rerum consequuntur.\",\"text\":\"I'll override the redundant CSS firewall, that should interface the THX capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.696155"], ["updated_at", "2016-10-05 17:39:08.696155"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut recusandae aperiam incidunt nihil esse voluptates.\",\"text\":\"Try to copy the SAS bandwidth, maybe it will back up the digital card!\"}"], ["created_at", "2016-10-05 17:39:08.697038"], ["updated_at", "2016-10-05 17:39:08.697038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim beatae in earum et.\",\"text\":\"The EXE panel is down, back up the online feed so we can calculate the HTTP application!\"}"], ["created_at", "2016-10-05 17:39:08.697939"], ["updated_at", "2016-10-05 17:39:08.697939"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia corporis est est sint libero a facere.\",\"text\":\"Transmitting the interface won't do anything, we need to quantify the 1080p json panel!\"}"], ["created_at", "2016-10-05 17:39:08.698818"], ["updated_at", "2016-10-05 17:39:08.698818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui voluptas magnam laboriosam.\",\"text\":\"Compressing the capacitor won't do anything, we need to connect the auxiliary xss protocol!\"}"], ["created_at", "2016-10-05 17:39:08.699680"], ["updated_at", "2016-10-05 17:39:08.699680"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus vero aut dolorem debitis.\",\"text\":\"Use the primary RAM program, then you can index the virtual microchip!\"}"], ["created_at", "2016-10-05 17:39:08.700521"], ["updated_at", "2016-10-05 17:39:08.700521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita nostrum soluta sint incidunt accusamus aliquid.\",\"text\":\"We need to generate the bluetooth XSS driver!\"}"], ["created_at", "2016-10-05 17:39:08.701411"], ["updated_at", "2016-10-05 17:39:08.701411"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est eum enim ab.\",\"text\":\"We need to generate the virtual CSS firewall!\"}"], ["created_at", "2016-10-05 17:39:08.702255"], ["updated_at", "2016-10-05 17:39:08.702255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore eum suscipit deserunt.\",\"text\":\"You can't generate the feed without synthesizing the mobile SCSI program!\"}"], ["created_at", "2016-10-05 17:39:08.703108"], ["updated_at", "2016-10-05 17:39:08.703108"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et error impedit perferendis placeat quaerat.\",\"text\":\"I'll calculate the 1080p PCI driver, that should system the XML system!\"}"], ["created_at", "2016-10-05 17:39:08.703955"], ["updated_at", "2016-10-05 17:39:08.703955"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem error id nihil dicta voluptas molestias fuga.\",\"text\":\"If we back up the system, we can get to the AI card through the multi-byte RAM system!\"}"], ["created_at", "2016-10-05 17:39:08.704830"], ["updated_at", "2016-10-05 17:39:08.704830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi omnis labore.\",\"text\":\"The HTTP alarm is down, input the open-source alarm so we can quantify the EXE port!\"}"], ["created_at", "2016-10-05 17:39:08.705730"], ["updated_at", "2016-10-05 17:39:08.705730"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium assumenda et officiis.\",\"text\":\"Use the bluetooth SCSI bandwidth, then you can compress the bluetooth bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.706602"], ["updated_at", "2016-10-05 17:39:08.706602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem sapiente quaerat alias.\",\"text\":\"You can't calculate the port without synthesizing the auxiliary JSON capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.707456"], ["updated_at", "2016-10-05 17:39:08.707456"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam tempore repellendus corrupti accusantium.\",\"text\":\"I'll connect the multi-byte RSS alarm, that should interface the JBOD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.708344"], ["updated_at", "2016-10-05 17:39:08.708344"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste adipisci mollitia molestiae.\",\"text\":\"Use the open-source USB port, then you can index the cross-platform hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.709455"], ["updated_at", "2016-10-05 17:39:08.709455"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam odio et non voluptas facilis fugit voluptatem.\",\"text\":\"We need to synthesize the solid state PNG capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.710528"], ["updated_at", "2016-10-05 17:39:08.710528"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora expedita necessitatibus qui unde impedit.\",\"text\":\"The XML protocol is down, calculate the bluetooth system so we can connect the EXE interface!\"}"], ["created_at", "2016-10-05 17:39:08.711761"], ["updated_at", "2016-10-05 17:39:08.711761"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti magnam officiis vel repudiandae repellat.\",\"text\":\"Try to navigate the PNG hard drive, maybe it will input the cross-platform array!\"}"], ["created_at", "2016-10-05 17:39:08.713563"], ["updated_at", "2016-10-05 17:39:08.713563"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo impedit pariatur modi.\",\"text\":\"The SCSI hard drive is down, connect the virtual transmitter so we can quantify the SMS panel!\"}"], ["created_at", "2016-10-05 17:39:08.714581"], ["updated_at", "2016-10-05 17:39:08.714581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti et velit.\",\"text\":\"The PCI circuit is down, reboot the redundant monitor so we can generate the USB hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.715448"], ["updated_at", "2016-10-05 17:39:08.715448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perferendis nihil voluptas fugiat et eaque numquam in.\",\"text\":\"We need to copy the back-end SDD panel!\"}"], ["created_at", "2016-10-05 17:39:08.716310"], ["updated_at", "2016-10-05 17:39:08.716310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint quisquam molestiae.\",\"text\":\"I'll connect the online COM bandwidth, that should circuit the HDD feed!\"}"], ["created_at", "2016-10-05 17:39:08.717157"], ["updated_at", "2016-10-05 17:39:08.717157"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit consequatur quisquam architecto sint ducimus ut est.\",\"text\":\"We need to bypass the 1080p JBOD capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.718001"], ["updated_at", "2016-10-05 17:39:08.718001"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit ab animi.\",\"text\":\"Try to input the SDD array, maybe it will input the mobile program!\"}"], ["created_at", "2016-10-05 17:39:08.718932"], ["updated_at", "2016-10-05 17:39:08.718932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non vero voluptate possimus illum cumque id dolor.\",\"text\":\"I'll parse the haptic JBOD alarm, that should transmitter the JSON pixel!\"}"], ["created_at", "2016-10-05 17:39:08.719773"], ["updated_at", "2016-10-05 17:39:08.719773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum sit qui rerum dolores quam.\",\"text\":\"You can't connect the microchip without overriding the bluetooth THX interface!\"}"], ["created_at", "2016-10-05 17:39:08.720662"], ["updated_at", "2016-10-05 17:39:08.720662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod autem sapiente iusto consequatur quibusdam aut rerum.\",\"text\":\"The TCP alarm is down, bypass the optical panel so we can copy the SQL protocol!\"}"], ["created_at", "2016-10-05 17:39:08.721514"], ["updated_at", "2016-10-05 17:39:08.721514"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae perferendis officia deserunt aut.\",\"text\":\"If we quantify the array, we can get to the SMTP card through the 1080p SAS matrix!\"}"], ["created_at", "2016-10-05 17:39:08.722422"], ["updated_at", "2016-10-05 17:39:08.722422"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae et voluptas iure voluptatibus aliquam consequuntur reprehenderit.\",\"text\":\"We need to back up the haptic SMS application!\"}"], ["created_at", "2016-10-05 17:39:08.723357"], ["updated_at", "2016-10-05 17:39:08.723357"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut iste sint.\",\"text\":\"Use the open-source SAS pixel, then you can connect the online monitor!\"}"], ["created_at", "2016-10-05 17:39:08.724219"], ["updated_at", "2016-10-05 17:39:08.724219"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Praesentium voluptatem sunt totam dignissimos dolores doloribus.\",\"text\":\"Try to quantify the AI firewall, maybe it will copy the neural monitor!\"}"], ["created_at", "2016-10-05 17:39:08.725074"], ["updated_at", "2016-10-05 17:39:08.725074"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem asperiores adipisci laudantium ipsam cupiditate accusantium voluptatibus.\",\"text\":\"Use the multi-byte IB system, then you can bypass the online bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.725922"], ["updated_at", "2016-10-05 17:39:08.725922"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit ullam nihil quia et et libero.\",\"text\":\"You can't override the card without copying the 1080p EXE port!\"}"], ["created_at", "2016-10-05 17:39:08.726834"], ["updated_at", "2016-10-05 17:39:08.726834"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet inventore labore iure unde odio.\",\"text\":\"The AGP protocol is down, reboot the neural program so we can program the PNG alarm!\"}"], ["created_at", "2016-10-05 17:39:08.727687"], ["updated_at", "2016-10-05 17:39:08.727687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti maiores id est ut et natus itaque.\",\"text\":\"Try to program the IB port, maybe it will transmit the haptic bus!\"}"], ["created_at", "2016-10-05 17:39:08.728532"], ["updated_at", "2016-10-05 17:39:08.728532"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex odio maiores vel.\",\"text\":\"Try to back up the SQL circuit, maybe it will calculate the primary bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.729378"], ["updated_at", "2016-10-05 17:39:08.729378"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem rerum deleniti voluptatum et rerum.\",\"text\":\"Use the multi-byte THX port, then you can reboot the online bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.730274"], ["updated_at", "2016-10-05 17:39:08.730274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus facere nihil laudantium qui et repudiandae.\",\"text\":\"The CSS array is down, hack the wireless hard drive so we can copy the SQL driver!\"}"], ["created_at", "2016-10-05 17:39:08.731132"], ["updated_at", "2016-10-05 17:39:08.731132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cum exercitationem ea asperiores similique autem aut.\",\"text\":\"We need to synthesize the auxiliary SCSI application!\"}"], ["created_at", "2016-10-05 17:39:08.731983"], ["updated_at", "2016-10-05 17:39:08.731983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint eius possimus ipsa.\",\"text\":\"I'll copy the 1080p JBOD system, that should feed the JSON driver!\"}"], ["created_at", "2016-10-05 17:39:08.732843"], ["updated_at", "2016-10-05 17:39:08.732843"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor a consequatur dignissimos et minima.\",\"text\":\"Try to input the SCSI matrix, maybe it will reboot the online application!\"}"], ["created_at", "2016-10-05 17:39:08.733713"], ["updated_at", "2016-10-05 17:39:08.733713"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minima placeat dolores natus voluptate ipsam.\",\"text\":\"We need to reboot the cross-platform GB protocol!\"}"], ["created_at", "2016-10-05 17:39:08.734618"], ["updated_at", "2016-10-05 17:39:08.734618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit autem et.\",\"text\":\"I'll reboot the redundant AI monitor, that should driver the TCP protocol!\"}"], ["created_at", "2016-10-05 17:39:08.735469"], ["updated_at", "2016-10-05 17:39:08.735469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut non expedita dolore non ea aut corporis.\",\"text\":\"Use the auxiliary HTTP alarm, then you can reboot the back-end transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.736316"], ["updated_at", "2016-10-05 17:39:08.736316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quas praesentium voluptas nostrum labore autem.\",\"text\":\"Hacking the system won't do anything, we need to bypass the 1080p thx array!\"}"], ["created_at", "2016-10-05 17:39:08.737164"], ["updated_at", "2016-10-05 17:39:08.737164"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste et nisi odio et quis.\",\"text\":\"Backing up the port won't do anything, we need to generate the solid state http array!\"}"], ["created_at", "2016-10-05 17:39:08.738015"], ["updated_at", "2016-10-05 17:39:08.738015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam cum maiores occaecati minima veritatis ex.\",\"text\":\"Use the auxiliary SMTP microchip, then you can synthesize the mobile hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.738914"], ["updated_at", "2016-10-05 17:39:08.738914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur repellendus itaque.\",\"text\":\"We need to override the haptic PCI bus!\"}"], ["created_at", "2016-10-05 17:39:08.739802"], ["updated_at", "2016-10-05 17:39:08.739802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error eaque consequatur odit perferendis et aperiam.\",\"text\":\"If we compress the bandwidth, we can get to the PCI bus through the multi-byte JBOD monitor!\"}"], ["created_at", "2016-10-05 17:39:08.740655"], ["updated_at", "2016-10-05 17:39:08.740655"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione laborum consequatur et nam ipsam aut.\",\"text\":\"I'll program the bluetooth SSL sensor, that should bus the FTP circuit!\"}"], ["created_at", "2016-10-05 17:39:08.741509"], ["updated_at", "2016-10-05 17:39:08.741509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur sed sint.\",\"text\":\"I'll generate the open-source SAS pixel, that should pixel the HDD pixel!\"}"], ["created_at", "2016-10-05 17:39:08.742419"], ["updated_at", "2016-10-05 17:39:08.742419"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis enim dolorem qui vitae.\",\"text\":\"I'll override the wireless COM driver, that should transmitter the ADP microchip!\"}"], ["created_at", "2016-10-05 17:39:08.743273"], ["updated_at", "2016-10-05 17:39:08.743273"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta et dolorem et voluptatem officia ipsum fugiat.\",\"text\":\"You can't compress the interface without overriding the 1080p HTTP array!\"}"], ["created_at", "2016-10-05 17:39:08.744126"], ["updated_at", "2016-10-05 17:39:08.744126"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum necessitatibus sed quia esse deserunt.\",\"text\":\"I'll parse the open-source PCI pixel, that should interface the XSS driver!\"}"], ["created_at", "2016-10-05 17:39:08.744965"], ["updated_at", "2016-10-05 17:39:08.744965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia quae est molestiae dolores culpa.\",\"text\":\"The HTTP bandwidth is down, generate the primary port so we can transmit the SSL matrix!\"}"], ["created_at", "2016-10-05 17:39:08.745862"], ["updated_at", "2016-10-05 17:39:08.745862"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem itaque laborum possimus ipsum.\",\"text\":\"We need to compress the 1080p SAS driver!\"}"], ["created_at", "2016-10-05 17:39:08.746743"], ["updated_at", "2016-10-05 17:39:08.746743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt omnis dolorem odio.\",\"text\":\"If we navigate the panel, we can get to the RSS firewall through the cross-platform ADP program!\"}"], ["created_at", "2016-10-05 17:39:08.747629"], ["updated_at", "2016-10-05 17:39:08.747629"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores dolorem totam sequi est sint consequatur aliquid.\",\"text\":\"You can't input the system without parsing the virtual SMTP application!\"}"], ["created_at", "2016-10-05 17:39:08.748487"], ["updated_at", "2016-10-05 17:39:08.748487"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A praesentium qui blanditiis voluptatem consectetur voluptas omnis.\",\"text\":\"Use the cross-platform CSS monitor, then you can back up the virtual panel!\"}"], ["created_at", "2016-10-05 17:39:08.749399"], ["updated_at", "2016-10-05 17:39:08.749399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestias beatae rerum consequuntur eaque.\",\"text\":\"Compressing the hard drive won't do anything, we need to transmit the multi-byte sdd protocol!\"}"], ["created_at", "2016-10-05 17:39:08.750259"], ["updated_at", "2016-10-05 17:39:08.750259"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus magnam qui laboriosam dolorum rerum et.\",\"text\":\"I'll input the open-source SQL capacitor, that should hard drive the JBOD circuit!\"}"], ["created_at", "2016-10-05 17:39:08.751141"], ["updated_at", "2016-10-05 17:39:08.751141"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit distinctio est.\",\"text\":\"We need to override the neural RAM sensor!\"}"], ["created_at", "2016-10-05 17:39:08.751992"], ["updated_at", "2016-10-05 17:39:08.751992"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut ut culpa.\",\"text\":\"Use the bluetooth FTP panel, then you can reboot the 1080p bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.752876"], ["updated_at", "2016-10-05 17:39:08.752876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur fugiat optio autem et hic.\",\"text\":\"We need to quantify the optical HTTP system!\"}"], ["created_at", "2016-10-05 17:39:08.753719"], ["updated_at", "2016-10-05 17:39:08.753719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab qui hic non.\",\"text\":\"Generating the card won't do anything, we need to quantify the virtual sql transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.754600"], ["updated_at", "2016-10-05 17:39:08.754600"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et impedit adipisci odit dolor debitis.\",\"text\":\"We need to index the virtual JBOD protocol!\"}"], ["created_at", "2016-10-05 17:39:08.755446"], ["updated_at", "2016-10-05 17:39:08.755446"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis quia provident rerum aut.\",\"text\":\"If we calculate the circuit, we can get to the SMS bandwidth through the multi-byte SDD hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.756299"], ["updated_at", "2016-10-05 17:39:08.756299"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint voluptates voluptas.\",\"text\":\"We need to copy the haptic GB feed!\"}"], ["created_at", "2016-10-05 17:39:08.757204"], ["updated_at", "2016-10-05 17:39:08.757204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente quis sunt voluptatem.\",\"text\":\"If we navigate the port, we can get to the GB monitor through the online EXE sensor!\"}"], ["created_at", "2016-10-05 17:39:08.758047"], ["updated_at", "2016-10-05 17:39:08.758047"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea sed ea.\",\"text\":\"The RAM card is down, copy the digital bus so we can generate the SAS monitor!\"}"], ["created_at", "2016-10-05 17:39:08.758944"], ["updated_at", "2016-10-05 17:39:08.758944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos est eum qui distinctio eum autem.\",\"text\":\"If we parse the interface, we can get to the PNG circuit through the wireless TCP capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.759790"], ["updated_at", "2016-10-05 17:39:08.759790"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat voluptatum nihil voluptatem magni exercitationem aut est.\",\"text\":\"We need to navigate the haptic RAM interface!\"}"], ["created_at", "2016-10-05 17:39:08.760635"], ["updated_at", "2016-10-05 17:39:08.760635"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium velit aut vel non iure.\",\"text\":\"Try to copy the AGP bus, maybe it will connect the open-source hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.761531"], ["updated_at", "2016-10-05 17:39:08.761531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum ab libero qui.\",\"text\":\"Use the open-source SDD driver, then you can index the virtual hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.762468"], ["updated_at", "2016-10-05 17:39:08.762468"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti sit sed quaerat porro nostrum quidem necessitatibus.\",\"text\":\"You can't back up the bandwidth without navigating the optical CSS application!\"}"], ["created_at", "2016-10-05 17:39:08.763318"], ["updated_at", "2016-10-05 17:39:08.763318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates ea quia rerum.\",\"text\":\"Try to back up the HDD system, maybe it will parse the multi-byte matrix!\"}"], ["created_at", "2016-10-05 17:39:08.764167"], ["updated_at", "2016-10-05 17:39:08.764167"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis quo omnis non veniam impedit debitis nesciunt.\",\"text\":\"I'll calculate the online SCSI feed, that should system the COM program!\"}"], ["created_at", "2016-10-05 17:39:08.765014"], ["updated_at", "2016-10-05 17:39:08.765014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit inventore labore minima consequatur omnis in praesentium.\",\"text\":\"Try to generate the AGP capacitor, maybe it will hack the auxiliary port!\"}"], ["created_at", "2016-10-05 17:39:08.765918"], ["updated_at", "2016-10-05 17:39:08.765918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus vitae omnis.\",\"text\":\"We need to calculate the cross-platform XML panel!\"}"], ["created_at", "2016-10-05 17:39:08.766779"], ["updated_at", "2016-10-05 17:39:08.766779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Saepe facilis molestiae quia hic dolorum.\",\"text\":\"If we bypass the bandwidth, we can get to the IB sensor through the auxiliary SQL microchip!\"}"], ["created_at", "2016-10-05 17:39:08.767632"], ["updated_at", "2016-10-05 17:39:08.767632"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur qui rem fugit et aliquid maiores.\",\"text\":\"Use the mobile GB sensor, then you can parse the online array!\"}"], ["created_at", "2016-10-05 17:39:08.768473"], ["updated_at", "2016-10-05 17:39:08.768473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse tenetur consectetur fuga dignissimos labore nesciunt maiores.\",\"text\":\"Use the mobile SMS hard drive, then you can index the multi-byte driver!\"}"], ["created_at", "2016-10-05 17:39:08.769369"], ["updated_at", "2016-10-05 17:39:08.769369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur molestias autem incidunt placeat numquam expedita.\",\"text\":\"I'll copy the 1080p RAM program, that should panel the IB microchip!\"}"], ["created_at", "2016-10-05 17:39:08.770219"], ["updated_at", "2016-10-05 17:39:08.770219"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut aut voluptate voluptas.\",\"text\":\"I'll input the primary SQL transmitter, that should firewall the SMTP circuit!\"}"], ["created_at", "2016-10-05 17:39:08.771069"], ["updated_at", "2016-10-05 17:39:08.771069"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci rerum odit voluptas consectetur quod id repellat.\",\"text\":\"Parsing the system won't do anything, we need to quantify the redundant sdd program!\"}"], ["created_at", "2016-10-05 17:39:08.771915"], ["updated_at", "2016-10-05 17:39:08.771915"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores harum molestiae autem sunt.\",\"text\":\"We need to synthesize the multi-byte RAM capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.773053"], ["updated_at", "2016-10-05 17:39:08.773053"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis et eum sed molestiae.\",\"text\":\"Use the solid state COM pixel, then you can quantify the open-source alarm!\"}"], ["created_at", "2016-10-05 17:39:08.773943"], ["updated_at", "2016-10-05 17:39:08.773943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum nostrum qui non.\",\"text\":\"You can't quantify the transmitter without indexing the virtual ADP application!\"}"], ["created_at", "2016-10-05 17:39:08.774814"], ["updated_at", "2016-10-05 17:39:08.774814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A id sit dolor.\",\"text\":\"You can't connect the hard drive without programming the neural CSS panel!\"}"], ["created_at", "2016-10-05 17:39:08.775687"], ["updated_at", "2016-10-05 17:39:08.775687"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea dignissimos eum sit.\",\"text\":\"Connecting the protocol won't do anything, we need to transmit the 1080p ram monitor!\"}"], ["created_at", "2016-10-05 17:39:08.776516"], ["updated_at", "2016-10-05 17:39:08.776516"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit rerum reprehenderit repudiandae.\",\"text\":\"We need to override the digital JSON matrix!\"}"], ["created_at", "2016-10-05 17:39:08.777438"], ["updated_at", "2016-10-05 17:39:08.777438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo provident minus debitis alias saepe.\",\"text\":\"Try to quantify the RAM transmitter, maybe it will calculate the haptic matrix!\"}"], ["created_at", "2016-10-05 17:39:08.778280"], ["updated_at", "2016-10-05 17:39:08.778280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio saepe laborum laboriosam voluptatem reprehenderit consequuntur in.\",\"text\":\"We need to connect the optical PCI pixel!\"}"], ["created_at", "2016-10-05 17:39:08.779140"], ["updated_at", "2016-10-05 17:39:08.779140"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ut dolorum expedita magni.\",\"text\":\"If we compress the card, we can get to the SSL transmitter through the haptic JBOD card!\"}"], ["created_at", "2016-10-05 17:39:08.779995"], ["updated_at", "2016-10-05 17:39:08.779995"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde reprehenderit voluptas eius molestiae.\",\"text\":\"Programming the monitor won't do anything, we need to connect the neural sms sensor!\"}"], ["created_at", "2016-10-05 17:39:08.780842"], ["updated_at", "2016-10-05 17:39:08.780842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis voluptatem quasi in ex est dolores.\",\"text\":\"If we compress the card, we can get to the COM sensor through the 1080p SMS system!\"}"], ["created_at", "2016-10-05 17:39:08.781731"], ["updated_at", "2016-10-05 17:39:08.781731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id amet beatae nihil.\",\"text\":\"Calculating the application won't do anything, we need to copy the virtual sdd card!\"}"], ["created_at", "2016-10-05 17:39:08.782611"], ["updated_at", "2016-10-05 17:39:08.782611"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad dignissimos aliquam.\",\"text\":\"If we navigate the alarm, we can get to the HDD monitor through the online SCSI interface!\"}"], ["created_at", "2016-10-05 17:39:08.783461"], ["updated_at", "2016-10-05 17:39:08.783461"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo voluptatem ea in.\",\"text\":\"The HDD protocol is down, synthesize the primary sensor so we can quantify the HTTP protocol!\"}"], ["created_at", "2016-10-05 17:39:08.784318"], ["updated_at", "2016-10-05 17:39:08.784318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit sunt vel quia consequatur.\",\"text\":\"I'll hack the bluetooth SMS program, that should hard drive the SDD panel!\"}"], ["created_at", "2016-10-05 17:39:08.785204"], ["updated_at", "2016-10-05 17:39:08.785204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum ab recusandae eaque atque.\",\"text\":\"The THX bus is down, index the wireless application so we can quantify the COM protocol!\"}"], ["created_at", "2016-10-05 17:39:08.786050"], ["updated_at", "2016-10-05 17:39:08.786050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates impedit natus maxime sed.\",\"text\":\"Use the primary PNG alarm, then you can calculate the haptic firewall!\"}"], ["created_at", "2016-10-05 17:39:08.786902"], ["updated_at", "2016-10-05 17:39:08.786902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos qui ut.\",\"text\":\"The SMTP circuit is down, index the primary microchip so we can program the AI panel!\"}"], ["created_at", "2016-10-05 17:39:08.787761"], ["updated_at", "2016-10-05 17:39:08.787761"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo ea porro esse harum modi molestias atque.\",\"text\":\"Use the 1080p CSS panel, then you can override the digital bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.788607"], ["updated_at", "2016-10-05 17:39:08.788607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores consequatur reprehenderit veniam omnis aut explicabo.\",\"text\":\"You can't index the card without connecting the haptic HTTP system!\"}"], ["created_at", "2016-10-05 17:39:08.789519"], ["updated_at", "2016-10-05 17:39:08.789519"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat vel debitis aut magnam omnis.\",\"text\":\"I'll back up the open-source PCI bandwidth, that should sensor the HTTP driver!\"}"], ["created_at", "2016-10-05 17:39:08.790386"], ["updated_at", "2016-10-05 17:39:08.790386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus rerum et dolore.\",\"text\":\"You can't bypass the transmitter without copying the primary ADP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.791238"], ["updated_at", "2016-10-05 17:39:08.791238"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo cumque cum culpa consequuntur officia.\",\"text\":\"You can't quantify the firewall without generating the bluetooth SMS program!\"}"], ["created_at", "2016-10-05 17:39:08.792080"], ["updated_at", "2016-10-05 17:39:08.792080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim esse necessitatibus voluptatem vel quis.\",\"text\":\"The SSL driver is down, override the wireless hard drive so we can synthesize the THX driver!\"}"], ["created_at", "2016-10-05 17:39:08.793009"], ["updated_at", "2016-10-05 17:39:08.793009"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae rerum eius aut id similique odio.\",\"text\":\"You can't navigate the system without indexing the 1080p TCP feed!\"}"], ["created_at", "2016-10-05 17:39:08.793858"], ["updated_at", "2016-10-05 17:39:08.793858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur quos beatae.\",\"text\":\"Parsing the transmitter won't do anything, we need to bypass the cross-platform png matrix!\"}"], ["created_at", "2016-10-05 17:39:08.794713"], ["updated_at", "2016-10-05 17:39:08.794713"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo eos officiis delectus consequatur non non ea.\",\"text\":\"We need to connect the multi-byte RSS monitor!\"}"], ["created_at", "2016-10-05 17:39:08.795562"], ["updated_at", "2016-10-05 17:39:08.795562"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis et et non qui.\",\"text\":\"Use the auxiliary PNG program, then you can navigate the virtual bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.796452"], ["updated_at", "2016-10-05 17:39:08.796452"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor sed totam autem et.\",\"text\":\"I'll reboot the open-source TCP sensor, that should microchip the USB hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.797310"], ["updated_at", "2016-10-05 17:39:08.797310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus quibusdam voluptas quia sed facilis placeat esse.\",\"text\":\"I'll reboot the mobile SCSI pixel, that should microchip the SDD matrix!\"}"], ["created_at", "2016-10-05 17:39:08.798158"], ["updated_at", "2016-10-05 17:39:08.798158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati et quisquam aspernatur.\",\"text\":\"I'll generate the online THX bandwidth, that should port the RSS system!\"}"], ["created_at", "2016-10-05 17:39:08.799049"], ["updated_at", "2016-10-05 17:39:08.799049"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloremque cum aut eaque ut velit veritatis consequatur.\",\"text\":\"You can't index the application without quantifying the back-end JBOD microchip!\"}"], ["created_at", "2016-10-05 17:39:08.799932"], ["updated_at", "2016-10-05 17:39:08.799932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ab nihil quasi autem.\",\"text\":\"Navigating the hard drive won't do anything, we need to reboot the auxiliary css matrix!\"}"], ["created_at", "2016-10-05 17:39:08.800818"], ["updated_at", "2016-10-05 17:39:08.800818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium modi doloribus velit voluptates consectetur eius.\",\"text\":\"Use the auxiliary SDD firewall, then you can copy the bluetooth hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.801670"], ["updated_at", "2016-10-05 17:39:08.801670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae eaque quia saepe quaerat.\",\"text\":\"Use the 1080p AGP feed, then you can navigate the neural interface!\"}"], ["created_at", "2016-10-05 17:39:08.802525"], ["updated_at", "2016-10-05 17:39:08.802525"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et sint asperiores distinctio tempore beatae vel.\",\"text\":\"I'll index the solid state CSS hard drive, that should card the HTTP pixel!\"}"], ["created_at", "2016-10-05 17:39:08.803378"], ["updated_at", "2016-10-05 17:39:08.803378"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut sunt id optio totam repellat.\",\"text\":\"You can't synthesize the alarm without transmitting the multi-byte AGP circuit!\"}"], ["created_at", "2016-10-05 17:39:08.804273"], ["updated_at", "2016-10-05 17:39:08.804273"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos exercitationem eum.\",\"text\":\"I'll calculate the neural EXE bandwidth, that should hard drive the IB program!\"}"], ["created_at", "2016-10-05 17:39:08.805118"], ["updated_at", "2016-10-05 17:39:08.805118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est qui nemo eaque odio sunt rerum voluptate.\",\"text\":\"Compressing the driver won't do anything, we need to copy the digital agp transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.805973"], ["updated_at", "2016-10-05 17:39:08.805973"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim veniam aspernatur est voluptatem sit vel omnis.\",\"text\":\"Parsing the program won't do anything, we need to override the redundant ai circuit!\"}"], ["created_at", "2016-10-05 17:39:08.806856"], ["updated_at", "2016-10-05 17:39:08.806856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia et sed nostrum deleniti.\",\"text\":\"I'll navigate the mobile XSS alarm, that should card the AGP capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.807767"], ["updated_at", "2016-10-05 17:39:08.807767"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et id repellendus dolorum ut cupiditate.\",\"text\":\"If we program the monitor, we can get to the XML alarm through the 1080p RSS protocol!\"}"], ["created_at", "2016-10-05 17:39:08.808636"], ["updated_at", "2016-10-05 17:39:08.808636"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut sit minima mollitia.\",\"text\":\"Connecting the sensor won't do anything, we need to parse the open-source sdd interface!\"}"], ["created_at", "2016-10-05 17:39:08.809698"], ["updated_at", "2016-10-05 17:39:08.809698"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore facilis ducimus sit rerum excepturi.\",\"text\":\"The TCP application is down, hack the wireless hard drive so we can copy the SDD panel!\"}"], ["created_at", "2016-10-05 17:39:08.810734"], ["updated_at", "2016-10-05 17:39:08.810734"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis dolores fugit.\",\"text\":\"Try to generate the HTTP matrix, maybe it will connect the cross-platform application!\"}"], ["created_at", "2016-10-05 17:39:08.811784"], ["updated_at", "2016-10-05 17:39:08.811784"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus id quia et consequatur consequatur perferendis eveniet.\",\"text\":\"We need to override the bluetooth XSS port!\"}"], ["created_at", "2016-10-05 17:39:08.813732"], ["updated_at", "2016-10-05 17:39:08.813732"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut soluta nihil explicabo perferendis aliquam.\",\"text\":\"I'll parse the optical SAS driver, that should protocol the XML card!\"}"], ["created_at", "2016-10-05 17:39:08.814770"], ["updated_at", "2016-10-05 17:39:08.814770"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus repudiandae doloribus dolores voluptates.\",\"text\":\"I'll calculate the wireless EXE card, that should application the CSS firewall!\"}"], ["created_at", "2016-10-05 17:39:08.815670"], ["updated_at", "2016-10-05 17:39:08.815670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Alias blanditiis atque veniam omnis minus neque expedita.\",\"text\":\"The SCSI array is down, hack the mobile alarm so we can generate the AGP card!\"}"], ["created_at", "2016-10-05 17:39:08.816570"], ["updated_at", "2016-10-05 17:39:08.816570"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum tempora omnis quo nihil perferendis repellendus.\",\"text\":\"If we copy the array, we can get to the EXE hard drive through the solid state JSON feed!\"}"], ["created_at", "2016-10-05 17:39:08.817423"], ["updated_at", "2016-10-05 17:39:08.817423"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In id commodi quasi similique molestiae reprehenderit voluptas.\",\"text\":\"You can't back up the monitor without indexing the solid state FTP driver!\"}"], ["created_at", "2016-10-05 17:39:08.818295"], ["updated_at", "2016-10-05 17:39:08.818295"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor amet laborum.\",\"text\":\"Hacking the program won't do anything, we need to back up the open-source rss program!\"}"], ["created_at", "2016-10-05 17:39:08.819195"], ["updated_at", "2016-10-05 17:39:08.819195"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus dicta natus suscipit.\",\"text\":\"Parsing the circuit won't do anything, we need to back up the neural agp bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.820100"], ["updated_at", "2016-10-05 17:39:08.820100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim qui eaque.\",\"text\":\"Try to reboot the SAS bandwidth, maybe it will input the multi-byte feed!\"}"], ["created_at", "2016-10-05 17:39:08.820945"], ["updated_at", "2016-10-05 17:39:08.820945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam harum non.\",\"text\":\"You can't connect the matrix without bypassing the digital FTP microchip!\"}"], ["created_at", "2016-10-05 17:39:08.821789"], ["updated_at", "2016-10-05 17:39:08.821789"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente est sed sunt reiciendis accusantium aut.\",\"text\":\"Overriding the firewall won't do anything, we need to parse the mobile ram pixel!\"}"], ["created_at", "2016-10-05 17:39:08.822690"], ["updated_at", "2016-10-05 17:39:08.822690"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio est porro ea error et aperiam.\",\"text\":\"Try to parse the AI interface, maybe it will program the online circuit!\"}"], ["created_at", "2016-10-05 17:39:08.823571"], ["updated_at", "2016-10-05 17:39:08.823571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore aut est.\",\"text\":\"I'll copy the multi-byte SAS alarm, that should application the USB capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.824477"], ["updated_at", "2016-10-05 17:39:08.824477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste earum ea ut et debitis non.\",\"text\":\"We need to transmit the redundant XML bus!\"}"], ["created_at", "2016-10-05 17:39:08.825331"], ["updated_at", "2016-10-05 17:39:08.825331"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio et amet ipsa voluptatem aut quo.\",\"text\":\"Programming the program won't do anything, we need to back up the neural ai program!\"}"], ["created_at", "2016-10-05 17:39:08.826166"], ["updated_at", "2016-10-05 17:39:08.826166"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus neque dolor repellat sed et a aut.\",\"text\":\"The XSS monitor is down, compress the bluetooth capacitor so we can bypass the SDD circuit!\"}"], ["created_at", "2016-10-05 17:39:08.827047"], ["updated_at", "2016-10-05 17:39:08.827047"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam est sint est quis delectus iste aspernatur.\",\"text\":\"I'll index the solid state SDD matrix, that should transmitter the AI feed!\"}"], ["created_at", "2016-10-05 17:39:08.827905"], ["updated_at", "2016-10-05 17:39:08.827905"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ullam architecto aut consectetur sint non id eligendi.\",\"text\":\"Use the 1080p HTTP sensor, then you can connect the cross-platform port!\"}"], ["created_at", "2016-10-05 17:39:08.828867"], ["updated_at", "2016-10-05 17:39:08.828867"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi esse cupiditate hic est.\",\"text\":\"We need to compress the digital FTP protocol!\"}"], ["created_at", "2016-10-05 17:39:08.829714"], ["updated_at", "2016-10-05 17:39:08.829714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere molestiae eos.\",\"text\":\"If we reboot the microchip, we can get to the SDD feed through the mobile XML sensor!\"}"], ["created_at", "2016-10-05 17:39:08.830565"], ["updated_at", "2016-10-05 17:39:08.830565"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit veritatis ut eveniet dolores quo facilis.\",\"text\":\"You can't compress the sensor without programming the auxiliary HTTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.831409"], ["updated_at", "2016-10-05 17:39:08.831409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint hic aspernatur esse velit.\",\"text\":\"Generating the transmitter won't do anything, we need to index the multi-byte ssl array!\"}"], ["created_at", "2016-10-05 17:39:08.832320"], ["updated_at", "2016-10-05 17:39:08.832320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et fuga quia sunt.\",\"text\":\"Generating the pixel won't do anything, we need to hack the neural ram monitor!\"}"], ["created_at", "2016-10-05 17:39:08.833201"], ["updated_at", "2016-10-05 17:39:08.833201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit iure exercitationem ipsa dolorem.\",\"text\":\"You can't override the capacitor without overriding the online HTTP driver!\"}"], ["created_at", "2016-10-05 17:39:08.834090"], ["updated_at", "2016-10-05 17:39:08.834090"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat repudiandae dolorum aut quia.\",\"text\":\"The THX circuit is down, compress the redundant interface so we can navigate the SMS feed!\"}"], ["created_at", "2016-10-05 17:39:08.834952"], ["updated_at", "2016-10-05 17:39:08.834952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto et voluptate nesciunt labore.\",\"text\":\"If we program the port, we can get to the SDD circuit through the solid state RSS port!\"}"], ["created_at", "2016-10-05 17:39:08.835843"], ["updated_at", "2016-10-05 17:39:08.835843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore delectus id sapiente nobis.\",\"text\":\"I'll navigate the open-source HTTP pixel, that should port the SCSI program!\"}"], ["created_at", "2016-10-05 17:39:08.836689"], ["updated_at", "2016-10-05 17:39:08.836689"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum dolores consequatur aspernatur.\",\"text\":\"Try to quantify the SQL monitor, maybe it will override the mobile bus!\"}"], ["created_at", "2016-10-05 17:39:08.837534"], ["updated_at", "2016-10-05 17:39:08.837534"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores et consequuntur delectus.\",\"text\":\"Try to override the PNG firewall, maybe it will navigate the solid state feed!\"}"], ["created_at", "2016-10-05 17:39:08.838386"], ["updated_at", "2016-10-05 17:39:08.838386"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est in ad laudantium dolore.\",\"text\":\"The SDD matrix is down, program the optical alarm so we can parse the SAS interface!\"}"], ["created_at", "2016-10-05 17:39:08.839295"], ["updated_at", "2016-10-05 17:39:08.839295"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem quis dolorem est.\",\"text\":\"Backing up the system won't do anything, we need to quantify the optical sql hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.840190"], ["updated_at", "2016-10-05 17:39:08.840190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut quod enim.\",\"text\":\"Try to transmit the IB program, maybe it will compress the redundant protocol!\"}"], ["created_at", "2016-10-05 17:39:08.841033"], ["updated_at", "2016-10-05 17:39:08.841033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis quia omnis.\",\"text\":\"The XSS port is down, synthesize the neural protocol so we can hack the AI card!\"}"], ["created_at", "2016-10-05 17:39:08.841881"], ["updated_at", "2016-10-05 17:39:08.841881"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error non rerum laudantium.\",\"text\":\"We need to compress the primary FTP circuit!\"}"], ["created_at", "2016-10-05 17:39:08.842735"], ["updated_at", "2016-10-05 17:39:08.842735"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est blanditiis hic neque ipsum repellat dolores.\",\"text\":\"Calculating the application won't do anything, we need to compress the multi-byte adp circuit!\"}"], ["created_at", "2016-10-05 17:39:08.843631"], ["updated_at", "2016-10-05 17:39:08.843631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores explicabo illo ducimus architecto quis.\",\"text\":\"The AI feed is down, override the neural interface so we can back up the ADP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.844499"], ["updated_at", "2016-10-05 17:39:08.844499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam natus repellendus suscipit architecto sit magni.\",\"text\":\"The SMTP transmitter is down, synthesize the wireless protocol so we can connect the FTP pixel!\"}"], ["created_at", "2016-10-05 17:39:08.845380"], ["updated_at", "2016-10-05 17:39:08.845380"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et ea quisquam aut et iure maiores error.\",\"text\":\"You can't back up the panel without transmitting the back-end GB hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.846248"], ["updated_at", "2016-10-05 17:39:08.846248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui omnis dolorem saepe iusto sit aut aspernatur.\",\"text\":\"I'll parse the multi-byte TCP bus, that should panel the TCP circuit!\"}"], ["created_at", "2016-10-05 17:39:08.847184"], ["updated_at", "2016-10-05 17:39:08.847184"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi enim vel magnam aliquid.\",\"text\":\"Use the neural SCSI interface, then you can reboot the auxiliary feed!\"}"], ["created_at", "2016-10-05 17:39:08.848037"], ["updated_at", "2016-10-05 17:39:08.848037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet iure consequuntur.\",\"text\":\"The FTP port is down, calculate the open-source application so we can bypass the AGP program!\"}"], ["created_at", "2016-10-05 17:39:08.848890"], ["updated_at", "2016-10-05 17:39:08.848890"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat adipisci distinctio totam perferendis est sed.\",\"text\":\"Try to calculate the TCP transmitter, maybe it will synthesize the wireless capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.849740"], ["updated_at", "2016-10-05 17:39:08.849740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati distinctio ducimus.\",\"text\":\"I'll navigate the solid state FTP program, that should card the RSS application!\"}"], ["created_at", "2016-10-05 17:39:08.850654"], ["updated_at", "2016-10-05 17:39:08.850654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam quam nostrum rerum id recusandae non error.\",\"text\":\"I'll copy the solid state EXE application, that should panel the SAS sensor!\"}"], ["created_at", "2016-10-05 17:39:08.851515"], ["updated_at", "2016-10-05 17:39:08.851515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore quidem hic est ab laudantium.\",\"text\":\"If we index the interface, we can get to the USB matrix through the 1080p EXE protocol!\"}"], ["created_at", "2016-10-05 17:39:08.852357"], ["updated_at", "2016-10-05 17:39:08.852357"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore iusto sunt incidunt vel eligendi.\",\"text\":\"You can't reboot the program without bypassing the solid state HDD application!\"}"], ["created_at", "2016-10-05 17:39:08.853206"], ["updated_at", "2016-10-05 17:39:08.853206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt qui omnis accusamus harum quas est voluptatem.\",\"text\":\"Backing up the hard drive won't do anything, we need to hack the haptic css circuit!\"}"], ["created_at", "2016-10-05 17:39:08.854093"], ["updated_at", "2016-10-05 17:39:08.854093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est fuga ut.\",\"text\":\"I'll generate the virtual PCI protocol, that should monitor the TCP panel!\"}"], ["created_at", "2016-10-05 17:39:08.854987"], ["updated_at", "2016-10-05 17:39:08.854987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim ut quo molestiae.\",\"text\":\"We need to synthesize the bluetooth SSL monitor!\"}"], ["created_at", "2016-10-05 17:39:08.855830"], ["updated_at", "2016-10-05 17:39:08.855830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit eius sunt ea hic accusantium impedit sapiente.\",\"text\":\"We need to copy the open-source XSS card!\"}"], ["created_at", "2016-10-05 17:39:08.856676"], ["updated_at", "2016-10-05 17:39:08.856676"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut nam ipsa sunt atque illo repudiandae.\",\"text\":\"Connecting the capacitor won't do anything, we need to parse the mobile png alarm!\"}"], ["created_at", "2016-10-05 17:39:08.857521"], ["updated_at", "2016-10-05 17:39:08.857521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit ratione eveniet fugiat accusamus aut quos officiis.\",\"text\":\"You can't calculate the feed without quantifying the bluetooth SCSI card!\"}"], ["created_at", "2016-10-05 17:39:08.858451"], ["updated_at", "2016-10-05 17:39:08.858451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut autem enim.\",\"text\":\"Use the redundant JBOD circuit, then you can index the mobile pixel!\"}"], ["created_at", "2016-10-05 17:39:08.859317"], ["updated_at", "2016-10-05 17:39:08.859317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est quo doloribus odit quam et.\",\"text\":\"We need to copy the online TCP system!\"}"], ["created_at", "2016-10-05 17:39:08.860190"], ["updated_at", "2016-10-05 17:39:08.860190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et mollitia quis adipisci.\",\"text\":\"I'll quantify the online SCSI alarm, that should microchip the SCSI card!\"}"], ["created_at", "2016-10-05 17:39:08.861007"], ["updated_at", "2016-10-05 17:39:08.861007"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum vitae facilis eius molestias fugiat.\",\"text\":\"You can't copy the panel without quantifying the solid state FTP pixel!\"}"], ["created_at", "2016-10-05 17:39:08.861878"], ["updated_at", "2016-10-05 17:39:08.861878"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos vitae quia modi consequatur autem consequatur fugiat.\",\"text\":\"The EXE port is down, compress the digital pixel so we can hack the SQL monitor!\"}"], ["created_at", "2016-10-05 17:39:08.863109"], ["updated_at", "2016-10-05 17:39:08.863109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium dicta rem.\",\"text\":\"The JBOD panel is down, hack the solid state interface so we can bypass the PCI sensor!\"}"], ["created_at", "2016-10-05 17:39:08.864116"], ["updated_at", "2016-10-05 17:39:08.864116"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nulla atque ut adipisci.\",\"text\":\"Hacking the card won't do anything, we need to back up the optical sms sensor!\"}"], ["created_at", "2016-10-05 17:39:08.865022"], ["updated_at", "2016-10-05 17:39:08.865022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo accusantium quis.\",\"text\":\"Try to quantify the XSS array, maybe it will compress the haptic monitor!\"}"], ["created_at", "2016-10-05 17:39:08.865978"], ["updated_at", "2016-10-05 17:39:08.865978"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero sequi et.\",\"text\":\"The EXE system is down, generate the cross-platform application so we can compress the SAS application!\"}"], ["created_at", "2016-10-05 17:39:08.866920"], ["updated_at", "2016-10-05 17:39:08.866920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores ut est soluta sed omnis eos qui.\",\"text\":\"You can't connect the microchip without copying the haptic JBOD protocol!\"}"], ["created_at", "2016-10-05 17:39:08.867866"], ["updated_at", "2016-10-05 17:39:08.867866"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis qui in magni enim.\",\"text\":\"The SDD pixel is down, transmit the back-end system so we can hack the ADP card!\"}"], ["created_at", "2016-10-05 17:39:08.868799"], ["updated_at", "2016-10-05 17:39:08.868799"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et fuga repellat.\",\"text\":\"You can't calculate the port without navigating the multi-byte XSS sensor!\"}"], ["created_at", "2016-10-05 17:39:08.869740"], ["updated_at", "2016-10-05 17:39:08.869740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut est adipisci voluptas totam.\",\"text\":\"If we connect the program, we can get to the HDD feed through the neural SDD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.870674"], ["updated_at", "2016-10-05 17:39:08.870674"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusamus repellat nihil autem quaerat exercitationem id voluptatum.\",\"text\":\"Quantifying the monitor won't do anything, we need to override the digital adp sensor!\"}"], ["created_at", "2016-10-05 17:39:08.871593"], ["updated_at", "2016-10-05 17:39:08.871593"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit et ab sapiente laboriosam.\",\"text\":\"Use the redundant RSS program, then you can parse the optical matrix!\"}"], ["created_at", "2016-10-05 17:39:08.872552"], ["updated_at", "2016-10-05 17:39:08.872552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius quae inventore sit.\",\"text\":\"Generating the circuit won't do anything, we need to back up the mobile ftp feed!\"}"], ["created_at", "2016-10-05 17:39:08.873490"], ["updated_at", "2016-10-05 17:39:08.873490"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum at et sint.\",\"text\":\"If we input the circuit, we can get to the SCSI microchip through the open-source SSL firewall!\"}"], ["created_at", "2016-10-05 17:39:08.874418"], ["updated_at", "2016-10-05 17:39:08.874418"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum velit dolores voluptas rerum suscipit.\",\"text\":\"The AGP card is down, compress the multi-byte protocol so we can reboot the EXE card!\"}"], ["created_at", "2016-10-05 17:39:08.875359"], ["updated_at", "2016-10-05 17:39:08.875359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et occaecati deleniti eum sit corrupti.\",\"text\":\"Use the haptic AI program, then you can generate the solid state hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.876334"], ["updated_at", "2016-10-05 17:39:08.876334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Molestiae error et.\",\"text\":\"I'll quantify the mobile SCSI bandwidth, that should system the SCSI transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.877189"], ["updated_at", "2016-10-05 17:39:08.877189"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur voluptas tempore.\",\"text\":\"If we quantify the transmitter, we can get to the SQL card through the online AI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.878053"], ["updated_at", "2016-10-05 17:39:08.878053"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et aut earum velit.\",\"text\":\"You can't navigate the array without navigating the mobile SSL firewall!\"}"], ["created_at", "2016-10-05 17:39:08.878904"], ["updated_at", "2016-10-05 17:39:08.878904"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur quis minima rerum delectus voluptate deleniti est.\",\"text\":\"If we hack the protocol, we can get to the GB protocol through the primary PCI microchip!\"}"], ["created_at", "2016-10-05 17:39:08.879746"], ["updated_at", "2016-10-05 17:39:08.879746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil ut et et libero rem.\",\"text\":\"Hacking the interface won't do anything, we need to calculate the primary ssl bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.880636"], ["updated_at", "2016-10-05 17:39:08.880636"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Minus qui laboriosam doloribus laudantium animi.\",\"text\":\"If we index the program, we can get to the HTTP array through the bluetooth GB firewall!\"}"], ["created_at", "2016-10-05 17:39:08.881548"], ["updated_at", "2016-10-05 17:39:08.881548"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat unde qui.\",\"text\":\"We need to connect the 1080p RAM transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.882715"], ["updated_at", "2016-10-05 17:39:08.882715"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae ullam consequatur aut voluptatem.\",\"text\":\"Use the virtual SSL driver, then you can input the primary interface!\"}"], ["created_at", "2016-10-05 17:39:08.883786"], ["updated_at", "2016-10-05 17:39:08.883786"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores eaque nesciunt et.\",\"text\":\"Use the wireless COM feed, then you can bypass the 1080p pixel!\"}"], ["created_at", "2016-10-05 17:39:08.884962"], ["updated_at", "2016-10-05 17:39:08.884962"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit aliquam aut rerum atque.\",\"text\":\"Use the multi-byte SDD capacitor, then you can index the open-source system!\"}"], ["created_at", "2016-10-05 17:39:08.886422"], ["updated_at", "2016-10-05 17:39:08.886422"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut quod reiciendis magni.\",\"text\":\"If we override the program, we can get to the THX microchip through the primary SCSI circuit!\"}"], ["created_at", "2016-10-05 17:39:08.888704"], ["updated_at", "2016-10-05 17:39:08.888704"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro qui velit quae rerum iste.\",\"text\":\"Synthesizing the interface won't do anything, we need to input the wireless ftp interface!\"}"], ["created_at", "2016-10-05 17:39:08.890587"], ["updated_at", "2016-10-05 17:39:08.890587"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam illo veritatis magni sed.\",\"text\":\"We need to reboot the primary XSS monitor!\"}"], ["created_at", "2016-10-05 17:39:08.893475"], ["updated_at", "2016-10-05 17:39:08.893475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum ipsum voluptatibus neque sint explicabo natus.\",\"text\":\"If we compress the array, we can get to the SMTP matrix through the 1080p ADP feed!\"}"], ["created_at", "2016-10-05 17:39:08.894654"], ["updated_at", "2016-10-05 17:39:08.894654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni iure in ipsa commodi eos.\",\"text\":\"Use the back-end ADP microchip, then you can synthesize the auxiliary matrix!\"}"], ["created_at", "2016-10-05 17:39:08.895601"], ["updated_at", "2016-10-05 17:39:08.895601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nesciunt quia autem omnis sit.\",\"text\":\"We need to copy the primary CSS interface!\"}"], ["created_at", "2016-10-05 17:39:08.896526"], ["updated_at", "2016-10-05 17:39:08.896526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero at nobis nemo eveniet.\",\"text\":\"If we connect the feed, we can get to the SAS pixel through the redundant AI interface!\"}"], ["created_at", "2016-10-05 17:39:08.897443"], ["updated_at", "2016-10-05 17:39:08.897443"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt in sed qui expedita et.\",\"text\":\"Try to calculate the AGP bus, maybe it will navigate the haptic microchip!\"}"], ["created_at", "2016-10-05 17:39:08.898376"], ["updated_at", "2016-10-05 17:39:08.898376"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet praesentium ipsam ducimus doloremque ea est incidunt.\",\"text\":\"We need to hack the online RAM pixel!\"}"], ["created_at", "2016-10-05 17:39:08.899329"], ["updated_at", "2016-10-05 17:39:08.899329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione accusamus autem.\",\"text\":\"Try to generate the SMTP array, maybe it will hack the auxiliary feed!\"}"], ["created_at", "2016-10-05 17:39:08.900250"], ["updated_at", "2016-10-05 17:39:08.900250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis ut et nesciunt perferendis.\",\"text\":\"We need to override the virtual SMTP monitor!\"}"], ["created_at", "2016-10-05 17:39:08.901182"], ["updated_at", "2016-10-05 17:39:08.901182"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et harum consequuntur.\",\"text\":\"You can't connect the panel without overriding the neural RAM bus!\"}"], ["created_at", "2016-10-05 17:39:08.902121"], ["updated_at", "2016-10-05 17:39:08.902121"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa eos repellendus vero consectetur et est.\",\"text\":\"If we index the card, we can get to the SMTP circuit through the wireless XML circuit!\"}"], ["created_at", "2016-10-05 17:39:08.903072"], ["updated_at", "2016-10-05 17:39:08.903072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum voluptatem rerum.\",\"text\":\"The JBOD card is down, hack the bluetooth array so we can compress the SSL monitor!\"}"], ["created_at", "2016-10-05 17:39:08.904012"], ["updated_at", "2016-10-05 17:39:08.904012"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed nemo ad.\",\"text\":\"Use the virtual PCI capacitor, then you can bypass the digital system!\"}"], ["created_at", "2016-10-05 17:39:08.904936"], ["updated_at", "2016-10-05 17:39:08.904936"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit pariatur dolor.\",\"text\":\"I'll program the open-source HDD firewall, that should firewall the USB transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.905878"], ["updated_at", "2016-10-05 17:39:08.905878"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio veritatis perferendis.\",\"text\":\"You can't override the feed without backing up the virtual SAS panel!\"}"], ["created_at", "2016-10-05 17:39:08.906853"], ["updated_at", "2016-10-05 17:39:08.906853"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo repellendus sed illo enim sit labore.\",\"text\":\"The XML microchip is down, reboot the virtual circuit so we can calculate the RAM matrix!\"}"], ["created_at", "2016-10-05 17:39:08.907735"], ["updated_at", "2016-10-05 17:39:08.907735"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur optio quia deserunt excepturi et corrupti est.\",\"text\":\"Hacking the bandwidth won't do anything, we need to copy the solid state adp firewall!\"}"], ["created_at", "2016-10-05 17:39:08.908634"], ["updated_at", "2016-10-05 17:39:08.908634"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et reprehenderit labore.\",\"text\":\"Synthesizing the matrix won't do anything, we need to transmit the 1080p agp panel!\"}"], ["created_at", "2016-10-05 17:39:08.909532"], ["updated_at", "2016-10-05 17:39:08.909532"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In fuga numquam vero.\",\"text\":\"I'll index the online ADP bus, that should microchip the PNG interface!\"}"], ["created_at", "2016-10-05 17:39:08.910650"], ["updated_at", "2016-10-05 17:39:08.910650"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates id voluptatem pariatur molestiae sint animi quia.\",\"text\":\"Try to hack the TCP alarm, maybe it will reboot the open-source array!\"}"], ["created_at", "2016-10-05 17:39:08.911665"], ["updated_at", "2016-10-05 17:39:08.911665"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit ipsam vitae est delectus ab aspernatur.\",\"text\":\"Use the redundant AGP bus, then you can copy the 1080p protocol!\"}"], ["created_at", "2016-10-05 17:39:08.912853"], ["updated_at", "2016-10-05 17:39:08.912853"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est voluptatibus voluptas.\",\"text\":\"The HDD sensor is down, bypass the wireless bandwidth so we can bypass the SSL program!\"}"], ["created_at", "2016-10-05 17:39:08.914698"], ["updated_at", "2016-10-05 17:39:08.914698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut provident magnam quas tempora et dolore perferendis.\",\"text\":\"Use the wireless JSON hard drive, then you can hack the mobile system!\"}"], ["created_at", "2016-10-05 17:39:08.915704"], ["updated_at", "2016-10-05 17:39:08.915704"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto labore omnis earum rem nulla totam.\",\"text\":\"Try to back up the EXE port, maybe it will quantify the primary capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.916555"], ["updated_at", "2016-10-05 17:39:08.916555"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit vel laboriosam qui delectus id tenetur.\",\"text\":\"Use the back-end RAM system, then you can connect the primary firewall!\"}"], ["created_at", "2016-10-05 17:39:08.917461"], ["updated_at", "2016-10-05 17:39:08.917461"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati est deserunt enim esse.\",\"text\":\"If we program the hard drive, we can get to the TCP pixel through the wireless TCP alarm!\"}"], ["created_at", "2016-10-05 17:39:08.918303"], ["updated_at", "2016-10-05 17:39:08.918303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui qui non autem non.\",\"text\":\"We need to copy the auxiliary SDD panel!\"}"], ["created_at", "2016-10-05 17:39:08.919187"], ["updated_at", "2016-10-05 17:39:08.919187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui aliquam omnis sed vel harum maxime.\",\"text\":\"If we calculate the program, we can get to the SQL feed through the multi-byte AI protocol!\"}"], ["created_at", "2016-10-05 17:39:08.920036"], ["updated_at", "2016-10-05 17:39:08.920036"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint impedit qui officiis soluta tempora qui.\",\"text\":\"I'll quantify the primary THX array, that should port the PCI array!\"}"], ["created_at", "2016-10-05 17:39:08.920890"], ["updated_at", "2016-10-05 17:39:08.920890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo ducimus harum sint earum perferendis.\",\"text\":\"Transmitting the protocol won't do anything, we need to transmit the redundant gb array!\"}"], ["created_at", "2016-10-05 17:39:08.921774"], ["updated_at", "2016-10-05 17:39:08.921774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea dolor saepe iure.\",\"text\":\"If we override the feed, we can get to the JSON feed through the 1080p JBOD card!\"}"], ["created_at", "2016-10-05 17:39:08.922731"], ["updated_at", "2016-10-05 17:39:08.922731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur ducimus sunt exercitationem magni vel.\",\"text\":\"The SSL array is down, quantify the bluetooth transmitter so we can program the PCI bus!\"}"], ["created_at", "2016-10-05 17:39:08.923636"], ["updated_at", "2016-10-05 17:39:08.923636"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi veniam corporis quaerat molestiae.\",\"text\":\"The CSS firewall is down, generate the 1080p matrix so we can input the CSS microchip!\"}"], ["created_at", "2016-10-05 17:39:08.924493"], ["updated_at", "2016-10-05 17:39:08.924493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur accusamus officia consequatur voluptatem quos.\",\"text\":\"We need to transmit the redundant TCP transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.925381"], ["updated_at", "2016-10-05 17:39:08.925381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore error dolor animi et quod hic.\",\"text\":\"Use the online XML port, then you can quantify the open-source system!\"}"], ["created_at", "2016-10-05 17:39:08.926225"], ["updated_at", "2016-10-05 17:39:08.926225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis architecto ipsa voluptatibus id molestias pariatur nesciunt.\",\"text\":\"We need to bypass the multi-byte HDD array!\"}"], ["created_at", "2016-10-05 17:39:08.927110"], ["updated_at", "2016-10-05 17:39:08.927110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum adipisci consequatur.\",\"text\":\"You can't back up the bandwidth without programming the multi-byte IB pixel!\"}"], ["created_at", "2016-10-05 17:39:08.927974"], ["updated_at", "2016-10-05 17:39:08.927974"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores dolores repudiandae corporis perspiciatis nostrum.\",\"text\":\"If we back up the feed, we can get to the RAM protocol through the bluetooth SAS bus!\"}"], ["created_at", "2016-10-05 17:39:08.928858"], ["updated_at", "2016-10-05 17:39:08.928858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem cupiditate qui.\",\"text\":\"You can't back up the card without navigating the cross-platform SMS hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.929762"], ["updated_at", "2016-10-05 17:39:08.929762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum voluptas et eos similique repellendus.\",\"text\":\"We need to copy the open-source IB panel!\"}"], ["created_at", "2016-10-05 17:39:08.930615"], ["updated_at", "2016-10-05 17:39:08.930615"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates molestiae consectetur aut qui voluptas cumque expedita.\",\"text\":\"Try to connect the GB alarm, maybe it will quantify the mobile capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.931470"], ["updated_at", "2016-10-05 17:39:08.931470"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae consequatur dolorum debitis velit.\",\"text\":\"I'll connect the optical AI sensor, that should application the USB panel!\"}"], ["created_at", "2016-10-05 17:39:08.932325"], ["updated_at", "2016-10-05 17:39:08.932325"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda harum porro dolor nihil dignissimos consectetur aut.\",\"text\":\"The AGP matrix is down, transmit the multi-byte capacitor so we can generate the GB application!\"}"], ["created_at", "2016-10-05 17:39:08.933239"], ["updated_at", "2016-10-05 17:39:08.933239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nisi fugit voluptatum adipisci laborum dolores consectetur incidunt.\",\"text\":\"I'll hack the optical SCSI hard drive, that should capacitor the USB transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.934092"], ["updated_at", "2016-10-05 17:39:08.934092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem ut vel ut nihil.\",\"text\":\"The HDD circuit is down, compress the digital circuit so we can parse the COM driver!\"}"], ["created_at", "2016-10-05 17:39:08.934957"], ["updated_at", "2016-10-05 17:39:08.934957"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui accusamus alias et ut in hic.\",\"text\":\"Use the back-end THX sensor, then you can hack the bluetooth panel!\"}"], ["created_at", "2016-10-05 17:39:08.935801"], ["updated_at", "2016-10-05 17:39:08.935801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel neque ipsa voluptatem quia.\",\"text\":\"You can't connect the firewall without generating the solid state USB program!\"}"], ["created_at", "2016-10-05 17:39:08.936689"], ["updated_at", "2016-10-05 17:39:08.936689"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui suscipit totam.\",\"text\":\"You can't transmit the bus without generating the 1080p USB bus!\"}"], ["created_at", "2016-10-05 17:39:08.937559"], ["updated_at", "2016-10-05 17:39:08.937559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae reprehenderit rerum deserunt nostrum quaerat autem quae.\",\"text\":\"Navigating the card won't do anything, we need to program the wireless sdd panel!\"}"], ["created_at", "2016-10-05 17:39:08.938414"], ["updated_at", "2016-10-05 17:39:08.938414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem maxime molestiae.\",\"text\":\"We need to parse the haptic SCSI application!\"}"], ["created_at", "2016-10-05 17:39:08.939279"], ["updated_at", "2016-10-05 17:39:08.939279"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum aut hic.\",\"text\":\"Use the optical HDD protocol, then you can override the neural feed!\"}"], ["created_at", "2016-10-05 17:39:08.940145"], ["updated_at", "2016-10-05 17:39:08.940145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rem enim necessitatibus nam.\",\"text\":\"Use the open-source XSS feed, then you can navigate the redundant alarm!\"}"], ["created_at", "2016-10-05 17:39:08.941040"], ["updated_at", "2016-10-05 17:39:08.941040"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit rerum modi voluptates laboriosam aliquid corporis ipsum.\",\"text\":\"You can't generate the firewall without synthesizing the optical JSON sensor!\"}"], ["created_at", "2016-10-05 17:39:08.941892"], ["updated_at", "2016-10-05 17:39:08.941892"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit rerum beatae est dolor et ipsum qui.\",\"text\":\"If we back up the port, we can get to the JSON firewall through the wireless HDD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.942767"], ["updated_at", "2016-10-05 17:39:08.942767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officiis odit architecto.\",\"text\":\"You can't navigate the firewall without copying the back-end HDD feed!\"}"], ["created_at", "2016-10-05 17:39:08.943613"], ["updated_at", "2016-10-05 17:39:08.943613"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim tempora ea.\",\"text\":\"We need to compress the cross-platform FTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.944462"], ["updated_at", "2016-10-05 17:39:08.944462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut doloribus corporis.\",\"text\":\"I'll index the primary ADP feed, that should transmitter the ADP circuit!\"}"], ["created_at", "2016-10-05 17:39:08.945370"], ["updated_at", "2016-10-05 17:39:08.945370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas occaecati labore dolorem odio vel consequatur.\",\"text\":\"The COM bus is down, back up the optical program so we can index the THX transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.946215"], ["updated_at", "2016-10-05 17:39:08.946215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt ratione quis consequatur aut dolorum.\",\"text\":\"I'll synthesize the virtual RAM port, that should driver the EXE interface!\"}"], ["created_at", "2016-10-05 17:39:08.947104"], ["updated_at", "2016-10-05 17:39:08.947104"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum et quod expedita.\",\"text\":\"Use the auxiliary THX array, then you can program the mobile system!\"}"], ["created_at", "2016-10-05 17:39:08.947948"], ["updated_at", "2016-10-05 17:39:08.947948"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet dignissimos delectus nostrum aut.\",\"text\":\"We need to synthesize the neural USB capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.948815"], ["updated_at", "2016-10-05 17:39:08.948815"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod inventore sequi.\",\"text\":\"I'll override the open-source TCP bus, that should alarm the SMS circuit!\"}"], ["created_at", "2016-10-05 17:39:08.949755"], ["updated_at", "2016-10-05 17:39:08.949755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore consequuntur perferendis mollitia.\",\"text\":\"Use the redundant FTP application, then you can copy the haptic driver!\"}"], ["created_at", "2016-10-05 17:39:08.950657"], ["updated_at", "2016-10-05 17:39:08.950657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est adipisci et magnam vero ab expedita quia.\",\"text\":\"I'll navigate the neural XSS feed, that should alarm the USB driver!\"}"], ["created_at", "2016-10-05 17:39:08.951513"], ["updated_at", "2016-10-05 17:39:08.951513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates enim quas perferendis sed aut eveniet id.\",\"text\":\"Try to index the USB matrix, maybe it will index the digital sensor!\"}"], ["created_at", "2016-10-05 17:39:08.952362"], ["updated_at", "2016-10-05 17:39:08.952362"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores voluptatum consequatur nisi dolore sequi.\",\"text\":\"The RAM array is down, back up the online microchip so we can back up the SQL monitor!\"}"], ["created_at", "2016-10-05 17:39:08.953223"], ["updated_at", "2016-10-05 17:39:08.953223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo quis ipsa sed perferendis aliquam corporis.\",\"text\":\"Overriding the port won't do anything, we need to reboot the open-source ssl application!\"}"], ["created_at", "2016-10-05 17:39:08.954118"], ["updated_at", "2016-10-05 17:39:08.954118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Veniam incidunt ipsam aperiam aut.\",\"text\":\"Use the redundant SMS alarm, then you can connect the redundant array!\"}"], ["created_at", "2016-10-05 17:39:08.955004"], ["updated_at", "2016-10-05 17:39:08.955004"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati architecto molestiae magnam.\",\"text\":\"We need to input the wireless XML firewall!\"}"], ["created_at", "2016-10-05 17:39:08.955874"], ["updated_at", "2016-10-05 17:39:08.955874"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et aut dicta nihil natus fugiat voluptatem.\",\"text\":\"The XML hard drive is down, input the back-end bandwidth so we can quantify the SMTP capacitor!\"}"], ["created_at", "2016-10-05 17:39:08.956731"], ["updated_at", "2016-10-05 17:39:08.956731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel sit quia earum labore et voluptas molestiae.\",\"text\":\"I'll generate the 1080p PCI system, that should transmitter the SCSI feed!\"}"], ["created_at", "2016-10-05 17:39:08.957623"], ["updated_at", "2016-10-05 17:39:08.957623"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nam consequuntur soluta ab aut enim.\",\"text\":\"I'll transmit the open-source FTP matrix, that should application the JSON sensor!\"}"], ["created_at", "2016-10-05 17:39:08.958507"], ["updated_at", "2016-10-05 17:39:08.958507"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores architecto et provident eos non cum voluptate.\",\"text\":\"I'll copy the bluetooth JSON card, that should hard drive the USB sensor!\"}"], ["created_at", "2016-10-05 17:39:08.959360"], ["updated_at", "2016-10-05 17:39:08.959360"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptate aspernatur eum provident incidunt nulla.\",\"text\":\"Use the back-end RAM hard drive, then you can override the solid state pixel!\"}"], ["created_at", "2016-10-05 17:39:08.960216"], ["updated_at", "2016-10-05 17:39:08.960216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas rerum saepe.\",\"text\":\"Overriding the feed won't do anything, we need to transmit the back-end scsi matrix!\"}"], ["created_at", "2016-10-05 17:39:08.961119"], ["updated_at", "2016-10-05 17:39:08.961119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod ex quia vel hic culpa nesciunt.\",\"text\":\"Use the bluetooth HTTP panel, then you can synthesize the solid state program!\"}"], ["created_at", "2016-10-05 17:39:08.961970"], ["updated_at", "2016-10-05 17:39:08.961970"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit et ea numquam inventore.\",\"text\":\"Try to reboot the XML pixel, maybe it will override the 1080p application!\"}"], ["created_at", "2016-10-05 17:39:08.962849"], ["updated_at", "2016-10-05 17:39:08.962849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus doloribus eum.\",\"text\":\"We need to input the online AI application!\"}"], ["created_at", "2016-10-05 17:39:08.963772"], ["updated_at", "2016-10-05 17:39:08.963772"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse est qui et aut sed perferendis.\",\"text\":\"You can't quantify the circuit without copying the primary RAM pixel!\"}"], ["created_at", "2016-10-05 17:39:08.964620"], ["updated_at", "2016-10-05 17:39:08.964620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam totam culpa accusantium sit sed mollitia.\",\"text\":\"I'll transmit the multi-byte AI driver, that should sensor the RAM monitor!\"}"], ["created_at", "2016-10-05 17:39:08.965531"], ["updated_at", "2016-10-05 17:39:08.965531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore qui quasi a.\",\"text\":\"The EXE microchip is down, back up the auxiliary feed so we can quantify the TCP array!\"}"], ["created_at", "2016-10-05 17:39:08.966394"], ["updated_at", "2016-10-05 17:39:08.966394"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui et laboriosam sed iusto.\",\"text\":\"Connecting the capacitor won't do anything, we need to transmit the open-source adp pixel!\"}"], ["created_at", "2016-10-05 17:39:08.967252"], ["updated_at", "2016-10-05 17:39:08.967252"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit qui accusantium.\",\"text\":\"Generating the microchip won't do anything, we need to quantify the primary usb alarm!\"}"], ["created_at", "2016-10-05 17:39:08.968096"], ["updated_at", "2016-10-05 17:39:08.968096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium suscipit eos.\",\"text\":\"You can't quantify the circuit without navigating the redundant SSL system!\"}"], ["created_at", "2016-10-05 17:39:08.968984"], ["updated_at", "2016-10-05 17:39:08.968984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint consequuntur ut aut rerum sit occaecati.\",\"text\":\"We need to program the neural JBOD program!\"}"], ["created_at", "2016-10-05 17:39:08.969831"], ["updated_at", "2016-10-05 17:39:08.969831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In perspiciatis ea voluptatem explicabo voluptatum asperiores.\",\"text\":\"Overriding the panel won't do anything, we need to input the haptic sas matrix!\"}"], ["created_at", "2016-10-05 17:39:08.970682"], ["updated_at", "2016-10-05 17:39:08.970682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut nihil unde esse eos laudantium non.\",\"text\":\"You can't hack the panel without generating the 1080p XSS port!\"}"], ["created_at", "2016-10-05 17:39:08.971622"], ["updated_at", "2016-10-05 17:39:08.971622"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo facilis et consequatur.\",\"text\":\"The COM circuit is down, compress the bluetooth program so we can reboot the FTP feed!\"}"], ["created_at", "2016-10-05 17:39:08.972771"], ["updated_at", "2016-10-05 17:39:08.972771"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed architecto deserunt eum eius quos.\",\"text\":\"You can't bypass the array without connecting the open-source SMTP feed!\"}"], ["created_at", "2016-10-05 17:39:08.973749"], ["updated_at", "2016-10-05 17:39:08.973749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea tenetur perspiciatis pariatur dolorem.\",\"text\":\"Use the online FTP card, then you can input the online firewall!\"}"], ["created_at", "2016-10-05 17:39:08.974608"], ["updated_at", "2016-10-05 17:39:08.974608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Numquam sed dolore distinctio.\",\"text\":\"Try to override the SQL firewall, maybe it will input the virtual feed!\"}"], ["created_at", "2016-10-05 17:39:08.975466"], ["updated_at", "2016-10-05 17:39:08.975466"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam illum est nostrum voluptates culpa.\",\"text\":\"We need to override the haptic SQL transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.976318"], ["updated_at", "2016-10-05 17:39:08.976318"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et suscipit qui necessitatibus qui.\",\"text\":\"If we back up the matrix, we can get to the SMS sensor through the bluetooth USB feed!\"}"], ["created_at", "2016-10-05 17:39:08.977187"], ["updated_at", "2016-10-05 17:39:08.977187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illo impedit itaque odio voluptas.\",\"text\":\"Try to hack the PNG microchip, maybe it will quantify the optical feed!\"}"], ["created_at", "2016-10-05 17:39:08.978134"], ["updated_at", "2016-10-05 17:39:08.978134"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde quisquam voluptatum vero odit qui.\",\"text\":\"You can't hack the panel without calculating the auxiliary RAM monitor!\"}"], ["created_at", "2016-10-05 17:39:08.979001"], ["updated_at", "2016-10-05 17:39:08.979001"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad repellendus et vero consequatur.\",\"text\":\"Try to override the ADP array, maybe it will program the virtual bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.979848"], ["updated_at", "2016-10-05 17:39:08.979848"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores esse molestias consectetur aliquid natus error.\",\"text\":\"If we calculate the program, we can get to the PNG driver through the bluetooth SDD firewall!\"}"], ["created_at", "2016-10-05 17:39:08.980700"], ["updated_at", "2016-10-05 17:39:08.980700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti illum expedita qui illo.\",\"text\":\"You can't program the hard drive without backing up the solid state XSS driver!\"}"], ["created_at", "2016-10-05 17:39:08.981595"], ["updated_at", "2016-10-05 17:39:08.981595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis explicabo quisquam qui corrupti.\",\"text\":\"We need to index the back-end XML interface!\"}"], ["created_at", "2016-10-05 17:39:08.982467"], ["updated_at", "2016-10-05 17:39:08.982467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Porro voluptatem quibusdam.\",\"text\":\"We need to copy the back-end RAM matrix!\"}"], ["created_at", "2016-10-05 17:39:08.983312"], ["updated_at", "2016-10-05 17:39:08.983312"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod quae ullam.\",\"text\":\"We need to override the online THX driver!\"}"], ["created_at", "2016-10-05 17:39:08.984155"], ["updated_at", "2016-10-05 17:39:08.984155"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit illum voluptatem accusamus autem iste.\",\"text\":\"I'll transmit the optical HDD protocol, that should matrix the XML bus!\"}"], ["created_at", "2016-10-05 17:39:08.985004"], ["updated_at", "2016-10-05 17:39:08.985004"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Assumenda sed facere nulla qui laudantium voluptatem.\",\"text\":\"The HTTP system is down, generate the wireless alarm so we can synthesize the PCI card!\"}"], ["created_at", "2016-10-05 17:39:08.985893"], ["updated_at", "2016-10-05 17:39:08.985893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi aut cumque.\",\"text\":\"We need to input the 1080p SCSI transmitter!\"}"], ["created_at", "2016-10-05 17:39:08.986750"], ["updated_at", "2016-10-05 17:39:08.986750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea cum totam.\",\"text\":\"Use the optical USB circuit, then you can navigate the optical pixel!\"}"], ["created_at", "2016-10-05 17:39:08.987589"], ["updated_at", "2016-10-05 17:39:08.987589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus et est.\",\"text\":\"The TCP matrix is down, calculate the 1080p pixel so we can index the GB monitor!\"}"], ["created_at", "2016-10-05 17:39:08.988432"], ["updated_at", "2016-10-05 17:39:08.988432"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates optio ut maiores hic eius.\",\"text\":\"Hacking the sensor won't do anything, we need to hack the digital sas sensor!\"}"], ["created_at", "2016-10-05 17:39:08.989284"], ["updated_at", "2016-10-05 17:39:08.989284"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum vitae voluptatem mollitia itaque est eos.\",\"text\":\"We need to synthesize the solid state USB hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.990191"], ["updated_at", "2016-10-05 17:39:08.990191"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque et recusandae repellendus in harum.\",\"text\":\"Use the 1080p XSS system, then you can hack the multi-byte hard drive!\"}"], ["created_at", "2016-10-05 17:39:08.991045"], ["updated_at", "2016-10-05 17:39:08.991045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Amet molestiae aut provident cupiditate.\",\"text\":\"You can't calculate the pixel without backing up the 1080p CSS interface!\"}"], ["created_at", "2016-10-05 17:39:08.991921"], ["updated_at", "2016-10-05 17:39:08.991921"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et earum sed molestiae qui fugit ipsum eum.\",\"text\":\"Try to copy the GB panel, maybe it will reboot the cross-platform firewall!\"}"], ["created_at", "2016-10-05 17:39:08.992744"], ["updated_at", "2016-10-05 17:39:08.992744"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea corporis quia eum quam tempora quis ullam.\",\"text\":\"I'll navigate the open-source SAS sensor, that should feed the RSS driver!\"}"], ["created_at", "2016-10-05 17:39:08.993628"], ["updated_at", "2016-10-05 17:39:08.993628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis reprehenderit quia cum beatae sit nostrum dolorem.\",\"text\":\"You can't navigate the microchip without indexing the online SDD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.994550"], ["updated_at", "2016-10-05 17:39:08.994550"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas dolorem qui laudantium possimus ratione rerum et.\",\"text\":\"We need to synthesize the cross-platform AI driver!\"}"], ["created_at", "2016-10-05 17:39:08.995407"], ["updated_at", "2016-10-05 17:39:08.995407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid esse saepe omnis.\",\"text\":\"You can't input the interface without parsing the auxiliary THX bandwidth!\"}"], ["created_at", "2016-10-05 17:39:08.996274"], ["updated_at", "2016-10-05 17:39:08.996274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius tenetur est.\",\"text\":\"Use the multi-byte CSS port, then you can generate the online program!\"}"], ["created_at", "2016-10-05 17:39:08.997125"], ["updated_at", "2016-10-05 17:39:08.997125"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque sed enim.\",\"text\":\"You can't compress the matrix without backing up the haptic XSS firewall!\"}"], ["created_at", "2016-10-05 17:39:08.997965"], ["updated_at", "2016-10-05 17:39:08.997965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis ipsum at est corporis quas voluptatem.\",\"text\":\"You can't program the matrix without synthesizing the 1080p USB microchip!\"}"], ["created_at", "2016-10-05 17:39:08.998867"], ["updated_at", "2016-10-05 17:39:08.998867"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis fugit perferendis consequuntur.\",\"text\":\"If we quantify the pixel, we can get to the GB feed through the optical FTP feed!\"}"], ["created_at", "2016-10-05 17:39:08.999716"], ["updated_at", "2016-10-05 17:39:08.999716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vel odit provident praesentium alias laboriosam culpa.\",\"text\":\"The JSON pixel is down, index the optical program so we can bypass the SMTP microchip!\"}"], ["created_at", "2016-10-05 17:39:09.000582"], ["updated_at", "2016-10-05 17:39:09.000582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis deserunt voluptate.\",\"text\":\"We need to calculate the back-end AGP panel!\"}"], ["created_at", "2016-10-05 17:39:09.001475"], ["updated_at", "2016-10-05 17:39:09.001475"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem veritatis culpa natus.\",\"text\":\"I'll connect the bluetooth FTP array, that should feed the EXE hard drive!\"}"], ["created_at", "2016-10-05 17:39:09.002324"], ["updated_at", "2016-10-05 17:39:09.002324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi non quasi rerum tempora est et nobis.\",\"text\":\"The XML bandwidth is down, quantify the back-end microchip so we can generate the AGP protocol!\"}"], ["created_at", "2016-10-05 17:39:09.003231"], ["updated_at", "2016-10-05 17:39:09.003231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur cum et sint.\",\"text\":\"If we connect the firewall, we can get to the SQL microchip through the wireless JBOD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:09.004084"], ["updated_at", "2016-10-05 17:39:09.004084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore dignissimos quos sit cupiditate ipsam et.\",\"text\":\"You can't navigate the panel without quantifying the back-end TCP application!\"}"], ["created_at", "2016-10-05 17:39:09.004933"], ["updated_at", "2016-10-05 17:39:09.004933"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi est autem vitae voluptas quae.\",\"text\":\"Use the back-end SSL bus, then you can program the virtual pixel!\"}"], ["created_at", "2016-10-05 17:39:09.005789"], ["updated_at", "2016-10-05 17:39:09.005789"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolore rem aliquam.\",\"text\":\"Calculating the array won't do anything, we need to override the wireless usb application!\"}"], ["created_at", "2016-10-05 17:39:09.006714"], ["updated_at", "2016-10-05 17:39:09.006714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut earum nisi.\",\"text\":\"Use the back-end JBOD capacitor, then you can copy the auxiliary hard drive!\"}"], ["created_at", "2016-10-05 17:39:09.007571"], ["updated_at", "2016-10-05 17:39:09.007571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Neque deserunt est.\",\"text\":\"Use the multi-byte COM firewall, then you can generate the back-end pixel!\"}"], ["created_at", "2016-10-05 17:39:09.008420"], ["updated_at", "2016-10-05 17:39:09.008420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam iusto asperiores.\",\"text\":\"Navigating the bandwidth won't do anything, we need to copy the bluetooth xss monitor!\"}"], ["created_at", "2016-10-05 17:39:09.009273"], ["updated_at", "2016-10-05 17:39:09.009273"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non libero molestiae voluptatem non.\",\"text\":\"Quantifying the transmitter won't do anything, we need to navigate the auxiliary com monitor!\"}"], ["created_at", "2016-10-05 17:39:09.010128"], ["updated_at", "2016-10-05 17:39:09.010128"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor voluptatem quae et qui et tempore.\",\"text\":\"You can't calculate the program without bypassing the auxiliary JSON microchip!\"}"], ["created_at", "2016-10-05 17:39:09.011059"], ["updated_at", "2016-10-05 17:39:09.011059"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatibus incidunt provident nisi.\",\"text\":\"The CSS protocol is down, parse the mobile firewall so we can index the SSL program!\"}"], ["created_at", "2016-10-05 17:39:09.012122"], ["updated_at", "2016-10-05 17:39:09.012122"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo autem nihil et odit.\",\"text\":\"Backing up the card won't do anything, we need to navigate the auxiliary ssl panel!\"}"], ["created_at", "2016-10-05 17:39:09.013123"], ["updated_at", "2016-10-05 17:39:09.013123"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi suscipit et non reprehenderit qui ea.\",\"text\":\"You can't hack the matrix without backing up the back-end RSS capacitor!\"}"], ["created_at", "2016-10-05 17:39:09.014200"], ["updated_at", "2016-10-05 17:39:09.014200"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Inventore ipsa sunt amet ipsam.\",\"text\":\"Try to calculate the THX firewall, maybe it will connect the primary alarm!\"}"], ["created_at", "2016-10-05 17:39:09.016476"], ["updated_at", "2016-10-05 17:39:09.016476"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam similique placeat sequi qui ipsum.\",\"text\":\"The THX matrix is down, program the digital monitor so we can navigate the HDD monitor!\"}"], ["created_at", "2016-10-05 17:39:09.017564"], ["updated_at", "2016-10-05 17:39:09.017564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut aut sed molestiae ut id velit mollitia.\",\"text\":\"Copying the matrix won't do anything, we need to override the wireless hdd driver!\"}"], ["created_at", "2016-10-05 17:39:09.018495"], ["updated_at", "2016-10-05 17:39:09.018495"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Unde eum quia.\",\"text\":\"Quantifying the application won't do anything, we need to bypass the bluetooth http program!\"}"], ["created_at", "2016-10-05 17:39:09.019355"], ["updated_at", "2016-10-05 17:39:09.019355"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut repellendus reprehenderit atque nihil.\",\"text\":\"If we compress the application, we can get to the TCP protocol through the neural XML protocol!\"}"], ["created_at", "2016-10-05 17:39:09.020250"], ["updated_at", "2016-10-05 17:39:09.020250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia est temporibus occaecati omnis ducimus odit praesentium.\",\"text\":\"You can't transmit the capacitor without bypassing the mobile SAS array!\"}"], ["created_at", "2016-10-05 17:39:09.021134"], ["updated_at", "2016-10-05 17:39:09.021134"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores pariatur ut numquam est quae quo quam.\",\"text\":\"Use the auxiliary GB microchip, then you can generate the optical hard drive!\"}"], ["created_at", "2016-10-05 17:39:09.022024"], ["updated_at", "2016-10-05 17:39:09.022024"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis possimus fugiat commodi.\",\"text\":\"I'll reboot the solid state HDD bus, that should panel the THX interface!\"}"], ["created_at", "2016-10-05 17:39:09.022977"], ["updated_at", "2016-10-05 17:39:09.022977"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quas voluptate autem eos nihil possimus explicabo.\",\"text\":\"The COM protocol is down, reboot the primary monitor so we can input the SCSI alarm!\"}"], ["created_at", "2016-10-05 17:39:09.023883"], ["updated_at", "2016-10-05 17:39:09.023883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem autem nulla et ipsam minus eius.\",\"text\":\"Use the wireless TCP microchip, then you can generate the cross-platform capacitor!\"}"], ["created_at", "2016-10-05 17:39:09.024740"], ["updated_at", "2016-10-05 17:39:09.024740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem vel in ut expedita ducimus veritatis.\",\"text\":\"Transmitting the sensor won't do anything, we need to hack the multi-byte com circuit!\"}"], ["created_at", "2016-10-05 17:39:09.025600"], ["updated_at", "2016-10-05 17:39:09.025600"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt minus voluptatem harum.\",\"text\":\"If we synthesize the port, we can get to the PNG card through the online HDD sensor!\"}"], ["created_at", "2016-10-05 17:39:09.026479"], ["updated_at", "2016-10-05 17:39:09.026479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex accusantium eos quae mollitia.\",\"text\":\"I'll input the solid state RAM microchip, that should system the AGP capacitor!\"}"], ["created_at", "2016-10-05 17:39:09.027384"], ["updated_at", "2016-10-05 17:39:09.027384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis inventore ut quos laudantium sapiente et nostrum.\",\"text\":\"We need to compress the open-source JSON bandwidth!\"}"], ["created_at", "2016-10-05 17:39:09.028230"], ["updated_at", "2016-10-05 17:39:09.028230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem sunt provident nihil sunt quaerat.\",\"text\":\"We need to index the haptic USB microchip!\"}"], ["created_at", "2016-10-05 17:39:09.029085"], ["updated_at", "2016-10-05 17:39:09.029085"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In at assumenda.\",\"text\":\"I'll input the auxiliary XSS bandwidth, that should program the PNG system!\"}"], ["created_at", "2016-10-05 17:39:09.029933"], ["updated_at", "2016-10-05 17:39:09.029933"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut assumenda provident molestias.\",\"text\":\"You can't generate the port without quantifying the solid state SSL system!\"}"], ["created_at", "2016-10-05 17:39:09.030804"], ["updated_at", "2016-10-05 17:39:09.030804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id voluptas tempora sapiente adipisci aut.\",\"text\":\"Quantifying the driver won't do anything, we need to copy the optical rss hard drive!\"}"], ["created_at", "2016-10-05 17:39:09.031735"], ["updated_at", "2016-10-05 17:39:09.031735"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Similique blanditiis quis.\",\"text\":\"If we program the bandwidth, we can get to the JBOD hard drive through the digital XML interface!\"}"], ["created_at", "2016-10-05 17:39:09.032597"], ["updated_at", "2016-10-05 17:39:09.032597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim laudantium excepturi voluptas.\",\"text\":\"Synthesizing the program won't do anything, we need to reboot the online sql port!\"}"], ["created_at", "2016-10-05 17:39:09.033452"], ["updated_at", "2016-10-05 17:39:09.033452"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem non beatae officiis consectetur consequuntur aliquam eveniet.\",\"text\":\"You can't program the array without overriding the virtual JSON alarm!\"}"], ["created_at", "2016-10-05 17:39:09.034306"], ["updated_at", "2016-10-05 17:39:09.034306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et eum excepturi temporibus quidem accusamus est.\",\"text\":\"Try to override the ADP panel, maybe it will calculate the open-source port!\"}"], ["created_at", "2016-10-05 17:39:09.035213"], ["updated_at", "2016-10-05 17:39:09.035213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et vitae velit non exercitationem et fugit.\",\"text\":\"If we input the monitor, we can get to the SMTP firewall through the optical RAM hard drive!\"}"], ["created_at", "2016-10-05 17:39:09.036066"], ["updated_at", "2016-10-05 17:39:09.036066"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo neque qui ut rerum voluptates.\",\"text\":\"The EXE program is down, program the auxiliary firewall so we can connect the EXE transmitter!\"}"], ["created_at", "2016-10-05 17:39:09.036910"], ["updated_at", "2016-10-05 17:39:09.036910"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam molestiae amet voluptas veritatis.\",\"text\":\"Use the bluetooth SDD monitor, then you can navigate the auxiliary circuit!\"}"], ["created_at", "2016-10-05 17:39:09.037766"], ["updated_at", "2016-10-05 17:39:09.037766"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iste autem doloribus eum non.\",\"text\":\"Overriding the monitor won't do anything, we need to override the bluetooth smtp card!\"}"], ["created_at", "2016-10-05 17:39:09.038665"], ["updated_at", "2016-10-05 17:39:09.038665"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse quasi modi alias dolorem consequuntur eum a.\",\"text\":\"I'll override the bluetooth THX alarm, that should capacitor the SMS card!\"}"], ["created_at", "2016-10-05 17:39:09.039535"], ["updated_at", "2016-10-05 17:39:09.039535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure molestias beatae eum.\",\"text\":\"Generating the bus won't do anything, we need to calculate the open-source png bandwidth!\"}"], ["created_at", "2016-10-05 17:39:09.040418"], ["updated_at", "2016-10-05 17:39:09.040418"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nobis optio ab qui doloribus cum.\",\"text\":\"Try to input the XML transmitter, maybe it will parse the multi-byte application!\"}"], ["created_at", "2016-10-05 17:39:09.041290"], ["updated_at", "2016-10-05 17:39:09.041290"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt neque facilis vero maxime aut aliquid.\",\"text\":\"If we copy the pixel, we can get to the GB hard drive through the cross-platform PNG bandwidth!\"}"], ["created_at", "2016-10-05 17:39:09.042229"], ["updated_at", "2016-10-05 17:39:09.042229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta consequuntur consequatur.\",\"text\":\"You can't quantify the panel without backing up the neural XML transmitter!\"}"], ["created_at", "2016-10-05 17:39:09.043121"], ["updated_at", "2016-10-05 17:39:09.043121"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et incidunt quia voluptatem dolores.\",\"text\":\"You can't hack the transmitter without navigating the online CSS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:09.043976"], ["updated_at", "2016-10-05 17:39:09.043976"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nihil suscipit voluptas ea.\",\"text\":\"We need to connect the primary FTP panel!\"}"], ["created_at", "2016-10-05 17:39:09.044822"], ["updated_at", "2016-10-05 17:39:09.044822"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est aut praesentium sapiente eum quaerat vel ut.\",\"text\":\"Try to input the THX bandwidth, maybe it will input the neural application!\"}"], ["created_at", "2016-10-05 17:39:09.045664"], ["updated_at", "2016-10-05 17:39:09.045664"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ex laboriosam officiis enim quos repudiandae.\",\"text\":\"If we bypass the hard drive, we can get to the SSL driver through the mobile AGP feed!\"}"], ["created_at", "2016-10-05 17:39:09.046594"], ["updated_at", "2016-10-05 17:39:09.046594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates ratione laborum doloribus id molestias voluptate expedita.\",\"text\":\"I'll index the open-source SMTP capacitor, that should driver the SAS card!\"}"], ["created_at", "2016-10-05 17:39:09.047453"], ["updated_at", "2016-10-05 17:39:09.047453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In rerum perferendis aut.\",\"text\":\"If we override the firewall, we can get to the SMTP transmitter through the back-end PCI sensor!\"}"], ["created_at", "2016-10-05 17:39:09.048318"], ["updated_at", "2016-10-05 17:39:09.048318"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium nihil odio voluptate officiis.\",\"text\":\"Try to quantify the ADP circuit, maybe it will bypass the mobile bandwidth!\"}"], ["created_at", "2016-10-05 17:39:09.049172"], ["updated_at", "2016-10-05 17:39:09.049172"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita sed adipisci et.\",\"text\":\"I'll quantify the optical SAS matrix, that should microchip the SCSI pixel!\"}"], ["created_at", "2016-10-05 17:39:09.050052"], ["updated_at", "2016-10-05 17:39:09.050052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt voluptatem rerum.\",\"text\":\"Use the primary FTP alarm, then you can synthesize the cross-platform array!\"}"], ["created_at", "2016-10-05 17:39:09.050950"], ["updated_at", "2016-10-05 17:39:09.050950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint maiores eligendi quia.\",\"text\":\"We need to synthesize the virtual JBOD alarm!\"}"], ["created_at", "2016-10-05 17:39:09.051801"], ["updated_at", "2016-10-05 17:39:09.051801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt qui alias commodi.\",\"text\":\"We need to bypass the wireless SMTP monitor!\"}"], ["created_at", "2016-10-05 17:39:09.052640"], ["updated_at", "2016-10-05 17:39:09.052640"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas fugit impedit at.\",\"text\":\"You can't quantify the pixel without hacking the optical JSON transmitter!\"}"], ["created_at", "2016-10-05 17:39:09.053480"], ["updated_at", "2016-10-05 17:39:09.053480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse velit molestias exercitationem.\",\"text\":\"If we compress the sensor, we can get to the USB bus through the redundant PCI program!\"}"], ["created_at", "2016-10-05 17:39:09.054405"], ["updated_at", "2016-10-05 17:39:09.054405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Pariatur et consectetur possimus.\",\"text\":\"The XML transmitter is down, copy the wireless hard drive so we can navigate the SMS bus!\"}"], ["created_at", "2016-10-05 17:39:09.055277"], ["updated_at", "2016-10-05 17:39:09.055277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sapiente et facilis autem exercitationem.\",\"text\":\"We need to calculate the bluetooth SMTP array!\"}"], ["created_at", "2016-10-05 17:39:09.056134"], ["updated_at", "2016-10-05 17:39:09.056134"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum dolorem sint repellendus est repellat.\",\"text\":\"Copying the circuit won't do anything, we need to reboot the back-end adp feed!\"}"], ["created_at", "2016-10-05 17:39:09.056995"], ["updated_at", "2016-10-05 17:39:09.056995"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid consequatur cum laborum rem illum voluptas.\",\"text\":\"We need to compress the back-end SMTP array!\"}"], ["created_at", "2016-10-05 17:39:09.057846"], ["updated_at", "2016-10-05 17:39:09.057846"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio maiores magnam dicta laboriosam voluptas.\",\"text\":\"If we navigate the capacitor, we can get to the FTP microchip through the mobile JBOD protocol!\"}"], ["created_at", "2016-10-05 17:39:09.058749"], ["updated_at", "2016-10-05 17:39:09.058749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum impedit est illo quidem est est ipsum.\",\"text\":\"The AI firewall is down, reboot the bluetooth protocol so we can generate the FTP sensor!\"}"], ["created_at", "2016-10-05 17:39:09.059608"], ["updated_at", "2016-10-05 17:39:09.059608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vero nisi minima possimus quo ea quibusdam.\",\"text\":\"You can't compress the protocol without copying the haptic THX interface!\"}"], ["created_at", "2016-10-05 17:39:09.060455"], ["updated_at", "2016-10-05 17:39:09.060455"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non beatae placeat.\",\"text\":\"Use the cross-platform IB port, then you can reboot the mobile port!\"}"], ["created_at", "2016-10-05 17:39:09.061292"], ["updated_at", "2016-10-05 17:39:09.061292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non magni nemo nulla ipsam est.\",\"text\":\"You can't bypass the program without transmitting the 1080p USB circuit!\"}"], ["created_at", "2016-10-05 17:39:09.062177"], ["updated_at", "2016-10-05 17:39:09.062177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur quia voluptas sit.\",\"text\":\"Use the virtual SAS monitor, then you can program the wireless feed!\"}"], ["created_at", "2016-10-05 17:39:09.063042"], ["updated_at", "2016-10-05 17:39:09.063042"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos dolor quas reprehenderit quos consectetur.\",\"text\":\"We need to copy the redundant FTP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:09.064093"], ["updated_at", "2016-10-05 17:39:09.064093"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut nostrum sit laborum non quo ipsum sunt.\",\"text\":\"You can't navigate the card without bypassing the back-end EXE circuit!\"}"], ["created_at", "2016-10-05 17:39:09.065156"], ["updated_at", "2016-10-05 17:39:09.065156"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed sint quaerat.\",\"text\":\"Programming the microchip won't do anything, we need to generate the cross-platform ai pixel!\"}"], ["created_at", "2016-10-05 17:39:09.066116"], ["updated_at", "2016-10-05 17:39:09.066116"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odit nobis et sed eum debitis nulla quia.\",\"text\":\"If we override the feed, we can get to the HTTP capacitor through the back-end PNG monitor!\"}"], ["created_at", "2016-10-05 17:39:09.067092"], ["updated_at", "2016-10-05 17:39:09.067092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eius quia autem.\",\"text\":\"The COM sensor is down, parse the online microchip so we can index the RAM capacitor!\"}"], ["created_at", "2016-10-05 17:39:09.068011"], ["updated_at", "2016-10-05 17:39:09.068011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus asperiores eligendi et quia temporibus minima tempore.\",\"text\":\"You can't quantify the hard drive without calculating the mobile SMS circuit!\"}"], ["created_at", "2016-10-05 17:39:09.068948"], ["updated_at", "2016-10-05 17:39:09.068948"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat illum accusamus sit modi dicta quas.\",\"text\":\"If we quantify the system, we can get to the AGP sensor through the bluetooth PCI bus!\"}"], ["created_at", "2016-10-05 17:39:09.069869"], ["updated_at", "2016-10-05 17:39:09.069869"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates laboriosam facilis incidunt et.\",\"text\":\"I'll override the auxiliary SMS driver, that should capacitor the RAM card!\"}"], ["created_at", "2016-10-05 17:39:09.070832"], ["updated_at", "2016-10-05 17:39:09.070832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Non sint et molestias officia nisi ut alias.\",\"text\":\"I'll compress the open-source TCP card, that should feed the SMS bus!\"}"], ["created_at", "2016-10-05 17:39:09.071752"], ["updated_at", "2016-10-05 17:39:09.071752"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum aut enim nesciunt et id.\",\"text\":\"Use the mobile AI card, then you can input the bluetooth port!\"}"], ["created_at", "2016-10-05 17:39:09.072678"], ["updated_at", "2016-10-05 17:39:09.072678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo ut sequi omnis.\",\"text\":\"You can't input the capacitor without navigating the back-end SQL hard drive!\"}"], ["created_at", "2016-10-05 17:39:09.073601"], ["updated_at", "2016-10-05 17:39:09.073601"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita consequatur aperiam ut incidunt.\",\"text\":\"If we synthesize the port, we can get to the AI firewall through the primary TCP port!\"}"], ["created_at", "2016-10-05 17:39:09.074530"], ["updated_at", "2016-10-05 17:39:09.074530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione ad voluptas molestias odit vel.\",\"text\":\"I'll compress the solid state RSS application, that should bus the SDD microchip!\"}"], ["created_at", "2016-10-05 17:39:09.075468"], ["updated_at", "2016-10-05 17:39:09.075468"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem officia explicabo nulla eos vitae.\",\"text\":\"I'll synthesize the cross-platform PCI bus, that should sensor the FTP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:09.076392"], ["updated_at", "2016-10-05 17:39:09.076392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur cupiditate voluptas neque sint nobis totam.\",\"text\":\"You can't override the sensor without connecting the redundant THX program!\"}"], ["created_at", "2016-10-05 17:39:09.077349"], ["updated_at", "2016-10-05 17:39:09.077349"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia eum vel suscipit rerum et.\",\"text\":\"We need to compress the back-end SDD alarm!\"}"], ["created_at", "2016-10-05 17:39:09.078239"], ["updated_at", "2016-10-05 17:39:09.078239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Natus necessitatibus sit et eaque hic dolor omnis.\",\"text\":\"You can't calculate the port without generating the multi-byte SAS protocol!\"}"], ["created_at", "2016-10-05 17:39:09.079214"], ["updated_at", "2016-10-05 17:39:09.079214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas earum fugit pariatur saepe eos voluptatem nihil.\",\"text\":\"Try to parse the HTTP interface, maybe it will parse the neural microchip!\"}"], ["created_at", "2016-10-05 17:39:09.080137"], ["updated_at", "2016-10-05 17:39:09.080137"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Atque maxime voluptate libero magnam.\",\"text\":\"If we parse the array, we can get to the ADP system through the bluetooth HDD pixel!\"}"], ["created_at", "2016-10-05 17:39:09.081055"], ["updated_at", "2016-10-05 17:39:09.081055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores sequi enim et.\",\"text\":\"Use the mobile SMS interface, then you can quantify the 1080p system!\"}"], ["created_at", "2016-10-05 17:39:09.081986"], ["updated_at", "2016-10-05 17:39:09.081986"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est expedita ea.\",\"text\":\"Programming the capacitor won't do anything, we need to navigate the haptic xss hard drive!\"}"], ["created_at", "2016-10-05 17:39:09.082917"], ["updated_at", "2016-10-05 17:39:09.082917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eaque in placeat.\",\"text\":\"Use the redundant SMTP protocol, then you can bypass the virtual port!\"}"], ["created_at", "2016-10-05 17:39:09.083855"], ["updated_at", "2016-10-05 17:39:09.083855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempora quas voluptatem voluptatum cum.\",\"text\":\"You can't index the port without connecting the online EXE circuit!\"}"], ["created_at", "2016-10-05 17:39:09.084788"], ["updated_at", "2016-10-05 17:39:09.084788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor blanditiis fugiat sunt at molestiae rerum et.\",\"text\":\"Try to copy the SMS bandwidth, maybe it will connect the optical card!\"}"], ["created_at", "2016-10-05 17:39:09.085707"], ["updated_at", "2016-10-05 17:39:09.085707"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate at eius quia possimus rerum.\",\"text\":\"I'll override the 1080p PCI bus, that should driver the AI application!\"}"], ["created_at", "2016-10-05 17:39:09.086643"], ["updated_at", "2016-10-05 17:39:09.086643"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos voluptatem ut sequi vitae fugit et.\",\"text\":\"Use the virtual SCSI firewall, then you can parse the cross-platform driver!\"}"], ["created_at", "2016-10-05 17:39:09.087570"], ["updated_at", "2016-10-05 17:39:09.087570"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"At eum dolores expedita ullam et.\",\"text\":\"We need to input the neural SAS capacitor!\"}"], ["created_at", "2016-10-05 17:39:09.088514"], ["updated_at", "2016-10-05 17:39:09.088514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Error incidunt rerum.\",\"text\":\"You can't bypass the pixel without hacking the online HDD card!\"}"], ["created_at", "2016-10-05 17:39:09.089449"], ["updated_at", "2016-10-05 17:39:09.089449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Culpa earum et quia odit ea nesciunt.\",\"text\":\"The SQL card is down, hack the open-source pixel so we can generate the EXE application!\"}"], ["created_at", "2016-10-05 17:39:09.090366"], ["updated_at", "2016-10-05 17:39:09.090366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo sunt culpa.\",\"text\":\"Use the auxiliary JSON system, then you can override the mobile firewall!\"}"], ["created_at", "2016-10-05 17:39:09.091315"], ["updated_at", "2016-10-05 17:39:09.091315"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est voluptatem odio distinctio ut sunt.\",\"text\":\"We need to calculate the neural HDD port!\"}"], ["created_at", "2016-10-05 17:39:09.092266"], ["updated_at", "2016-10-05 17:39:09.092266"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia omnis ipsa expedita a eos reprehenderit.\",\"text\":\"I'll parse the primary GB interface, that should microchip the USB program!\"}"], ["created_at", "2016-10-05 17:39:09.093226"], ["updated_at", "2016-10-05 17:39:09.093226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita ut consequatur.\",\"text\":\"Try to reboot the SDD sensor, maybe it will program the cross-platform capacitor!\"}"], ["created_at", "2016-10-05 17:39:09.094148"], ["updated_at", "2016-10-05 17:39:09.094148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est ex fugiat doloribus sapiente.\",\"text\":\"I'll input the back-end TCP capacitor, that should port the AGP bandwidth!\"}"], ["created_at", "2016-10-05 17:39:09.095099"], ["updated_at", "2016-10-05 17:39:09.095099"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed aliquam quia.\",\"text\":\"You can't quantify the microchip without navigating the primary JSON driver!\"}"], ["created_at", "2016-10-05 17:39:09.096070"], ["updated_at", "2016-10-05 17:39:09.096070"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Possimus necessitatibus quod dignissimos et soluta.\",\"text\":\"The AGP array is down, calculate the open-source application so we can compress the SMS protocol!\"}"], ["created_at", "2016-10-05 17:39:09.097027"], ["updated_at", "2016-10-05 17:39:09.097027"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ducimus voluptatem laborum.\",\"text\":\"Compressing the array won't do anything, we need to back up the solid state ssl microchip!\"}"], ["created_at", "2016-10-05 17:39:09.097970"], ["updated_at", "2016-10-05 17:39:09.097970"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore nihil veniam expedita possimus.\",\"text\":\"You can't generate the circuit without hacking the mobile JSON array!\"}"], ["created_at", "2016-10-05 17:39:09.098921"], ["updated_at", "2016-10-05 17:39:09.098921"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur soluta necessitatibus officia consequatur odit eveniet.\",\"text\":\"Try to index the THX hard drive, maybe it will transmit the 1080p bandwidth!\"}"], ["created_at", "2016-10-05 17:39:09.099852"], ["updated_at", "2016-10-05 17:39:09.099852"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto rem quidem aut deleniti placeat.\",\"text\":\"If we generate the driver, we can get to the JSON firewall through the mobile CSS system!\"}"], ["created_at", "2016-10-05 17:39:09.100771"], ["updated_at", "2016-10-05 17:39:09.100771"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo id aut repudiandae maxime officia consequatur.\",\"text\":\"Parsing the matrix won't do anything, we need to synthesize the bluetooth xml pixel!\"}"], ["created_at", "2016-10-05 17:39:09.101657"], ["updated_at", "2016-10-05 17:39:09.101657"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quasi itaque dolorum eius cupiditate ut.\",\"text\":\"Connecting the firewall won't do anything, we need to copy the optical gb alarm!\"}"], ["created_at", "2016-10-05 17:39:09.102521"], ["updated_at", "2016-10-05 17:39:09.102521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam nam nisi voluptatum voluptas sunt suscipit illum.\",\"text\":\"The XML pixel is down, navigate the open-source protocol so we can bypass the PCI capacitor!\"}"], ["created_at", "2016-10-05 17:39:09.103385"], ["updated_at", "2016-10-05 17:39:09.103385"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem maiores facere.\",\"text\":\"The SCSI hard drive is down, back up the 1080p alarm so we can copy the XSS port!\"}"], ["created_at", "2016-10-05 17:39:09.104230"], ["updated_at", "2016-10-05 17:39:09.104230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita sunt enim vel.\",\"text\":\"I'll synthesize the open-source XSS driver, that should program the THX alarm!\"}"], ["created_at", "2016-10-05 17:39:09.105135"], ["updated_at", "2016-10-05 17:39:09.105135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas minus aliquam.\",\"text\":\"We need to transmit the multi-byte ADP circuit!\"}"], ["created_at", "2016-10-05 17:39:09.105994"], ["updated_at", "2016-10-05 17:39:09.105994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quod dolor excepturi optio.\",\"text\":\"The XML protocol is down, transmit the digital matrix so we can back up the RAM port!\"}"], ["created_at", "2016-10-05 17:39:09.106895"], ["updated_at", "2016-10-05 17:39:09.106895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores nemo ab aut dignissimos necessitatibus in qui.\",\"text\":\"We need to connect the redundant JSON circuit!\"}"], ["created_at", "2016-10-05 17:39:09.107745"], ["updated_at", "2016-10-05 17:39:09.107745"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut et qui voluptate asperiores repellendus.\",\"text\":\"The SMTP hard drive is down, reboot the mobile port so we can reboot the XML driver!\"}"], ["created_at", "2016-10-05 17:39:09.108586"], ["updated_at", "2016-10-05 17:39:09.108586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum labore optio iure nulla.\",\"text\":\"We need to reboot the haptic HTTP card!\"}"], ["created_at", "2016-10-05 17:39:09.109484"], ["updated_at", "2016-10-05 17:39:09.109484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis deserunt hic assumenda sed sit dolorum repudiandae.\",\"text\":\"Bypassing the microchip won't do anything, we need to generate the wireless sql sensor!\"}"], ["created_at", "2016-10-05 17:39:09.110384"], ["updated_at", "2016-10-05 17:39:09.110384"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam odio veritatis assumenda autem vel.\",\"text\":\"Use the back-end HDD hard drive, then you can quantify the 1080p application!\"}"], ["created_at", "2016-10-05 17:39:09.111290"], ["updated_at", "2016-10-05 17:39:09.111290"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsam et corporis nihil vero asperiores sapiente.\",\"text\":\"The SDD panel is down, parse the redundant hard drive so we can back up the TCP alarm!\"}"], ["created_at", "2016-10-05 17:39:09.112389"], ["updated_at", "2016-10-05 17:39:09.112389"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolores fuga vel.\",\"text\":\"The SMS panel is down, calculate the optical circuit so we can program the AI driver!\"}"], ["created_at", "2016-10-05 17:39:09.113452"], ["updated_at", "2016-10-05 17:39:09.113452"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo qui esse quia est.\",\"text\":\"I'll connect the redundant PCI panel, that should matrix the HTTP application!\"}"], ["created_at", "2016-10-05 17:39:09.114688"], ["updated_at", "2016-10-05 17:39:09.114688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur nemo recusandae neque.\",\"text\":\"We need to parse the auxiliary AGP matrix!\"}"], ["created_at", "2016-10-05 17:39:09.116831"], ["updated_at", "2016-10-05 17:39:09.116831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae non ipsam nesciunt quia iure consequatur.\",\"text\":\"We need to override the back-end RSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:09.117814"], ["updated_at", "2016-10-05 17:39:09.117814"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam dolor doloribus accusamus.\",\"text\":\"Use the cross-platform XSS program, then you can synthesize the primary firewall!\"}"], ["created_at", "2016-10-05 17:39:09.118698"], ["updated_at", "2016-10-05 17:39:09.118698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et fugit facere minus.\",\"text\":\"I'll connect the online GB bus, that should pixel the SCSI alarm!\"}"], ["created_at", "2016-10-05 17:39:09.119613"], ["updated_at", "2016-10-05 17:39:09.119613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In molestiae et.\",\"text\":\"If we compress the alarm, we can get to the PNG application through the bluetooth JSON array!\"}"], ["created_at", "2016-10-05 17:39:09.120466"], ["updated_at", "2016-10-05 17:39:09.120466"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugiat voluptatem similique sed id enim consequatur harum.\",\"text\":\"You can't reboot the bandwidth without backing up the haptic SDD microchip!\"}"], ["created_at", "2016-10-05 17:39:09.121318"], ["updated_at", "2016-10-05 17:39:09.121318"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus voluptas occaecati consequuntur hic.\",\"text\":\"The TCP bus is down, synthesize the multi-byte capacitor so we can navigate the GB driver!\"}"], ["created_at", "2016-10-05 17:39:09.122236"], ["updated_at", "2016-10-05 17:39:09.122236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum repellat quaerat repellendus.\",\"text\":\"I'll navigate the multi-byte SDD microchip, that should bus the SQL monitor!\"}"], ["created_at", "2016-10-05 17:39:09.123246"], ["updated_at", "2016-10-05 17:39:09.123246"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi qui vero.\",\"text\":\"You can't generate the matrix without transmitting the auxiliary TCP program!\"}"], ["created_at", "2016-10-05 17:39:09.124105"], ["updated_at", "2016-10-05 17:39:09.124105"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corporis magnam quo architecto.\",\"text\":\"You can't override the system without quantifying the redundant ADP application!\"}"], ["created_at", "2016-10-05 17:39:09.124951"], ["updated_at", "2016-10-05 17:39:09.124951"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui natus voluptatum eum.\",\"text\":\"We need to synthesize the neural SAS port!\"}"], ["created_at", "2016-10-05 17:39:09.125849"], ["updated_at", "2016-10-05 17:39:09.125849"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit sunt ducimus eos quis atque.\",\"text\":\"The SQL sensor is down, reboot the cross-platform driver so we can reboot the JSON microchip!\"}"], ["created_at", "2016-10-05 17:39:09.126722"], ["updated_at", "2016-10-05 17:39:09.126722"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam et omnis molestias nesciunt.\",\"text\":\"If we input the system, we can get to the USB pixel through the solid state AGP hard drive!\"}"], ["created_at", "2016-10-05 17:39:09.127613"], ["updated_at", "2016-10-05 17:39:09.127613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Animi voluptas eius exercitationem et sunt est.\",\"text\":\"I'll compress the mobile CSS monitor, that should card the USB array!\"}"], ["created_at", "2016-10-05 17:39:09.128465"], ["updated_at", "2016-10-05 17:39:09.128465"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Esse quisquam officiis deserunt.\",\"text\":\"The GB matrix is down, bypass the wireless capacitor so we can back up the HDD driver!\"}"], ["created_at", "2016-10-05 17:39:09.129311"], ["updated_at", "2016-10-05 17:39:09.129311"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas sed pariatur et consequatur quia debitis consequuntur.\",\"text\":\"If we transmit the transmitter, we can get to the SMTP bus through the auxiliary XSS pixel!\"}"], ["created_at", "2016-10-05 17:39:09.130171"], ["updated_at", "2016-10-05 17:39:09.130171"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Soluta culpa placeat quasi deserunt aut sed rem.\",\"text\":\"If we connect the monitor, we can get to the SAS firewall through the online JSON program!\"}"], ["created_at", "2016-10-05 17:39:09.131107"], ["updated_at", "2016-10-05 17:39:09.131107"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Doloribus excepturi quibusdam quam.\",\"text\":\"You can't navigate the hard drive without indexing the solid state EXE array!\"}"], ["created_at", "2016-10-05 17:39:09.131986"], ["updated_at", "2016-10-05 17:39:09.131986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque rerum repudiandae in aut eum temporibus.\",\"text\":\"The ADP application is down, synthesize the multi-byte microchip so we can navigate the THX panel!\"}"], ["created_at", "2016-10-05 17:39:09.132840"], ["updated_at", "2016-10-05 17:39:09.132840"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cumque alias et non tempore.\",\"text\":\"Use the wireless SMS firewall, then you can synthesize the digital bus!\"}"], ["created_at", "2016-10-05 17:39:09.133731"], ["updated_at", "2016-10-05 17:39:09.133731"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est a dolor praesentium repellendus qui odit.\",\"text\":\"I'll generate the auxiliary CSS transmitter, that should application the PNG interface!\"}"], ["created_at", "2016-10-05 17:39:09.134880"], ["updated_at", "2016-10-05 17:39:09.134880"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci et quia.\",\"text\":\"We need to input the haptic XML program!\"}"], ["created_at", "2016-10-05 17:39:09.136002"], ["updated_at", "2016-10-05 17:39:09.136002"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam voluptatem aut est odit fugiat.\",\"text\":\"You can't override the transmitter without indexing the digital HTTP bus!\"}"], ["created_at", "2016-10-05 17:39:09.137048"], ["updated_at", "2016-10-05 17:39:09.137048"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Expedita aliquid quaerat deleniti omnis quis sunt.\",\"text\":\"Use the wireless PCI protocol, then you can override the cross-platform alarm!\"}"], ["created_at", "2016-10-05 17:39:09.138322"], ["updated_at", "2016-10-05 17:39:09.138322"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quaerat debitis facere corporis neque.\",\"text\":\"Try to input the SQL circuit, maybe it will hack the virtual sensor!\"}"], ["created_at", "2016-10-05 17:39:09.139458"], ["updated_at", "2016-10-05 17:39:09.139458"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit nostrum qui.\",\"text\":\"You can't navigate the port without connecting the auxiliary USB protocol!\"}"], ["created_at", "2016-10-05 17:39:09.140529"], ["updated_at", "2016-10-05 17:39:09.140529"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quos dolorem quia reprehenderit veniam maiores commodi.\",\"text\":\"I'll program the virtual HTTP array, that should protocol the PNG program!\"}"], ["created_at", "2016-10-05 17:39:09.141662"], ["updated_at", "2016-10-05 17:39:09.141662"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni consequatur quas quia et earum blanditiis.\",\"text\":\"I'll index the haptic ADP bandwidth, that should card the SCSI capacitor!\"}"], ["created_at", "2016-10-05 17:39:09.142908"], ["updated_at", "2016-10-05 17:39:09.142908"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Earum occaecati iure qui minima.\",\"text\":\"Transmitting the capacitor won't do anything, we need to quantify the digital thx bus!\"}"], ["created_at", "2016-10-05 17:39:09.144094"], ["updated_at", "2016-10-05 17:39:09.144094"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facilis rerum non soluta tempora enim voluptatem.\",\"text\":\"I'll reboot the digital RSS interface, that should protocol the SMTP sensor!\"}"], ["created_at", "2016-10-05 17:39:09.145109"], ["updated_at", "2016-10-05 17:39:09.145109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ullam hic qui eos quia in distinctio rerum.\",\"text\":\"If we copy the sensor, we can get to the SMTP feed through the back-end TCP port!\"}"], ["created_at", "2016-10-05 17:39:09.146121"], ["updated_at", "2016-10-05 17:39:09.146121"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed incidunt dolor eligendi consequatur magnam qui sed.\",\"text\":\"Try to override the AI sensor, maybe it will back up the optical card!\"}"], ["created_at", "2016-10-05 17:39:09.147228"], ["updated_at", "2016-10-05 17:39:09.147228"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellat nam est sed dicta eveniet cupiditate.\",\"text\":\"Use the cross-platform ADP firewall, then you can quantify the solid state capacitor!\"}"], ["created_at", "2016-10-05 17:39:09.148288"], ["updated_at", "2016-10-05 17:39:09.148288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo ut nemo.\",\"text\":\"Use the redundant AI transmitter, then you can parse the optical application!\"}"], ["created_at", "2016-10-05 17:39:09.149296"], ["updated_at", "2016-10-05 17:39:09.149296"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut tenetur asperiores labore a in corrupti.\",\"text\":\"You can't parse the driver without hacking the mobile PCI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:09.150152"], ["updated_at", "2016-10-05 17:39:09.150152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tempore eaque eius quia.\",\"text\":\"The EXE transmitter is down, synthesize the 1080p interface so we can transmit the SMTP monitor!\"}"], ["created_at", "2016-10-05 17:39:09.151125"], ["updated_at", "2016-10-05 17:39:09.151125"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ad delectus saepe at nam in est nesciunt.\",\"text\":\"If we calculate the alarm, we can get to the IB interface through the solid state EXE feed!\"}"], ["created_at", "2016-10-05 17:39:09.152086"], ["updated_at", "2016-10-05 17:39:09.152086"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Occaecati aut sunt.\",\"text\":\"You can't copy the array without synthesizing the digital SDD port!\"}"], ["created_at", "2016-10-05 17:39:09.152997"], ["updated_at", "2016-10-05 17:39:09.152997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed eos rem et repellendus voluptatem labore officiis.\",\"text\":\"We need to transmit the virtual RSS circuit!\"}"], ["created_at", "2016-10-05 17:39:09.153942"], ["updated_at", "2016-10-05 17:39:09.153942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam labore nemo pariatur officiis alias ex consectetur.\",\"text\":\"You can't back up the circuit without backing up the neural AGP system!\"}"], ["created_at", "2016-10-05 17:39:09.154898"], ["updated_at", "2016-10-05 17:39:09.154898"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptates voluptatum quae quia voluptas facilis voluptatibus.\",\"text\":\"We need to calculate the cross-platform JBOD program!\"}"], ["created_at", "2016-10-05 17:39:09.155765"], ["updated_at", "2016-10-05 17:39:09.155765"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui quas ad.\",\"text\":\"I'll override the online JBOD program, that should bus the SSL hard drive!\"}"], ["created_at", "2016-10-05 17:39:09.156672"], ["updated_at", "2016-10-05 17:39:09.156672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem enim repellendus sapiente quia rerum qui.\",\"text\":\"Use the wireless SCSI alarm, then you can bypass the redundant matrix!\"}"], ["created_at", "2016-10-05 17:39:09.157527"], ["updated_at", "2016-10-05 17:39:09.157527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur atque molestias.\",\"text\":\"Use the auxiliary HTTP matrix, then you can index the auxiliary monitor!\"}"], ["created_at", "2016-10-05 17:39:09.158419"], ["updated_at", "2016-10-05 17:39:09.158419"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In magnam eum.\",\"text\":\"I'll override the auxiliary HTTP firewall, that should protocol the AI port!\"}"], ["created_at", "2016-10-05 17:39:09.159264"], ["updated_at", "2016-10-05 17:39:09.159264"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum earum similique facere delectus excepturi et.\",\"text\":\"If we connect the hard drive, we can get to the RSS system through the online SQL interface!\"}"], ["created_at", "2016-10-05 17:39:09.160120"], ["updated_at", "2016-10-05 17:39:09.160120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Facere eius doloribus.\",\"text\":\"You can't program the sensor without parsing the optical THX pixel!\"}"], ["created_at", "2016-10-05 17:39:09.161007"], ["updated_at", "2016-10-05 17:39:09.161007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit sit sed aliquid.\",\"text\":\"You can't calculate the bus without quantifying the primary SQL sensor!\"}"], ["created_at", "2016-10-05 17:39:09.161861"], ["updated_at", "2016-10-05 17:39:09.161861"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Officia eos omnis cum eum porro.\",\"text\":\"Quantifying the driver won't do anything, we need to input the cross-platform sdd bandwidth!\"}"], ["created_at", "2016-10-05 17:39:09.162719"], ["updated_at", "2016-10-05 17:39:09.162719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut quibusdam animi soluta ullam.\",\"text\":\"Use the mobile SMTP matrix, then you can connect the mobile protocol!\"}"], ["created_at", "2016-10-05 17:39:09.163573"], ["updated_at", "2016-10-05 17:39:09.163573"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ea et impedit cum.\",\"text\":\"Generating the matrix won't do anything, we need to back up the cross-platform http program!\"}"], ["created_at", "2016-10-05 17:39:09.164458"], ["updated_at", "2016-10-05 17:39:09.164458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et dolorum porro.\",\"text\":\"I'll back up the redundant SMTP array, that should matrix the SDD bandwidth!\"}"], ["created_at", "2016-10-05 17:39:09.165438"], ["updated_at", "2016-10-05 17:39:09.165438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed aliquam eaque cum itaque nemo.\",\"text\":\"You can't index the application without calculating the auxiliary SAS matrix!\"}"], ["created_at", "2016-10-05 17:39:09.166364"], ["updated_at", "2016-10-05 17:39:09.166364"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Id commodi non ad neque.\",\"text\":\"I'll quantify the open-source RSS program, that should circuit the XSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:09.167225"], ["updated_at", "2016-10-05 17:39:09.167225"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas velit magni quis reiciendis quidem rerum.\",\"text\":\"If we navigate the panel, we can get to the RAM driver through the open-source SCSI firewall!\"}"], ["created_at", "2016-10-05 17:39:09.168077"], ["updated_at", "2016-10-05 17:39:09.168077"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur enim aut.\",\"text\":\"You can't calculate the bus without bypassing the primary SDD bus!\"}"], ["created_at", "2016-10-05 17:39:09.168967"], ["updated_at", "2016-10-05 17:39:09.168967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi ex non.\",\"text\":\"Try to generate the PNG panel, maybe it will program the haptic panel!\"}"], ["created_at", "2016-10-05 17:39:09.169811"], ["updated_at", "2016-10-05 17:39:09.169811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et laboriosam quos.\",\"text\":\"The SDD sensor is down, quantify the 1080p driver so we can program the ADP card!\"}"], ["created_at", "2016-10-05 17:39:09.170671"], ["updated_at", "2016-10-05 17:39:09.170671"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"A totam et.\",\"text\":\"Try to reboot the IB firewall, maybe it will parse the digital monitor!\"}"], ["created_at", "2016-10-05 17:39:09.171585"], ["updated_at", "2016-10-05 17:39:09.171585"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum velit qui asperiores dolorem.\",\"text\":\"Compressing the alarm won't do anything, we need to quantify the multi-byte pci card!\"}"], ["created_at", "2016-10-05 17:39:09.172708"], ["updated_at", "2016-10-05 17:39:09.172708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint consequatur molestiae nostrum consequatur laboriosam.\",\"text\":\"Try to quantify the XML card, maybe it will index the haptic bandwidth!\"}"], ["created_at", "2016-10-05 17:39:09.173640"], ["updated_at", "2016-10-05 17:39:09.173640"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reprehenderit maxime rem.\",\"text\":\"We need to quantify the neural USB feed!\"}"], ["created_at", "2016-10-05 17:39:09.174521"], ["updated_at", "2016-10-05 17:39:09.174521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut ea ratione consequuntur nemo sed sit.\",\"text\":\"I'll quantify the online XML sensor, that should interface the HTTP transmitter!\"}"], ["created_at", "2016-10-05 17:39:09.175378"], ["updated_at", "2016-10-05 17:39:09.175378"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aspernatur harum impedit doloremque voluptas.\",\"text\":\"Use the digital PNG interface, then you can compress the virtual capacitor!\"}"], ["created_at", "2016-10-05 17:39:09.176260"], ["updated_at", "2016-10-05 17:39:09.176260"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum doloribus et dicta.\",\"text\":\"I'll program the primary FTP transmitter, that should capacitor the AI alarm!\"}"], ["created_at", "2016-10-05 17:39:09.177358"], ["updated_at", "2016-10-05 17:39:09.177358"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam ipsa sed nemo.\",\"text\":\"The ADP bus is down, hack the open-source program so we can navigate the SQL array!\"}"], ["created_at", "2016-10-05 17:39:09.178559"], ["updated_at", "2016-10-05 17:39:09.178559"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Maiores ut nulla quia est.\",\"text\":\"If we synthesize the transmitter, we can get to the JBOD transmitter through the cross-platform RSS monitor!\"}"], ["created_at", "2016-10-05 17:39:09.179718"], ["updated_at", "2016-10-05 17:39:09.179718"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est aperiam iusto adipisci ut illum.\",\"text\":\"If we copy the pixel, we can get to the PNG driver through the optical SMS bus!\"}"], ["created_at", "2016-10-05 17:39:09.180952"], ["updated_at", "2016-10-05 17:39:09.180952"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem nam alias veniam.\",\"text\":\"We need to hack the digital AI interface!\"}"], ["created_at", "2016-10-05 17:39:09.183784"], ["updated_at", "2016-10-05 17:39:09.183784"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo facere est quod explicabo.\",\"text\":\"I'll input the neural FTP matrix, that should bus the SQL port!\"}"], ["created_at", "2016-10-05 17:39:09.185001"], ["updated_at", "2016-10-05 17:39:09.185001"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi dolor itaque.\",\"text\":\"Hacking the port won't do anything, we need to hack the solid state xml port!\"}"], ["created_at", "2016-10-05 17:39:09.186463"], ["updated_at", "2016-10-05 17:39:09.186463"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Labore excepturi hic officiis repellendus.\",\"text\":\"We need to generate the digital PNG monitor!\"}"], ["created_at", "2016-10-05 17:39:09.189265"], ["updated_at", "2016-10-05 17:39:09.189265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magni qui sed et.\",\"text\":\"You can't input the matrix without compressing the primary SMTP card!\"}"], ["created_at", "2016-10-05 17:39:09.190797"], ["updated_at", "2016-10-05 17:39:09.190797"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Commodi et nobis vel deleniti iure.\",\"text\":\"The IB driver is down, hack the cross-platform pixel so we can transmit the AI protocol!\"}"], ["created_at", "2016-10-05 17:39:09.191737"], ["updated_at", "2016-10-05 17:39:09.191737"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deserunt est laborum.\",\"text\":\"Use the haptic HTTP firewall, then you can synthesize the redundant firewall!\"}"], ["created_at", "2016-10-05 17:39:09.192587"], ["updated_at", "2016-10-05 17:39:09.192587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Optio sint harum temporibus quidem fugit dolorum.\",\"text\":\"You can't calculate the application without quantifying the cross-platform JSON monitor!\"}"], ["created_at", "2016-10-05 17:39:09.193495"], ["updated_at", "2016-10-05 17:39:09.193495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur ut nulla quis.\",\"text\":\"You can't parse the program without backing up the primary RSS application!\"}"], ["created_at", "2016-10-05 17:39:09.194381"], ["updated_at", "2016-10-05 17:39:09.194381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Exercitationem eos quaerat unde et est.\",\"text\":\"If we input the capacitor, we can get to the COM matrix through the auxiliary THX firewall!\"}"], ["created_at", "2016-10-05 17:39:09.195260"], ["updated_at", "2016-10-05 17:39:09.195260"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur quasi fuga ab qui qui.\",\"text\":\"You can't copy the interface without calculating the virtual FTP card!\"}"], ["created_at", "2016-10-05 17:39:09.196126"], ["updated_at", "2016-10-05 17:39:09.196126"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos maxime aut facilis.\",\"text\":\"You can't bypass the panel without compressing the 1080p SSL port!\"}"], ["created_at", "2016-10-05 17:39:09.197015"], ["updated_at", "2016-10-05 17:39:09.197015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti sit atque vitae voluptate magnam id.\",\"text\":\"Try to input the SSL microchip, maybe it will override the multi-byte system!\"}"], ["created_at", "2016-10-05 17:39:09.197872"], ["updated_at", "2016-10-05 17:39:09.197872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Odio aut tempora eos dicta ea labore fugiat.\",\"text\":\"If we copy the circuit, we can get to the ADP interface through the auxiliary PNG sensor!\"}"], ["created_at", "2016-10-05 17:39:09.198756"], ["updated_at", "2016-10-05 17:39:09.198756"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem illo maxime vitae neque.\",\"text\":\"The SSL capacitor is down, bypass the solid state bandwidth so we can navigate the RAM program!\"}"], ["created_at", "2016-10-05 17:39:09.199625"], ["updated_at", "2016-10-05 17:39:09.199625"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo unde minima quod hic.\",\"text\":\"Use the haptic CSS protocol, then you can back up the auxiliary card!\"}"], ["created_at", "2016-10-05 17:39:09.200518"], ["updated_at", "2016-10-05 17:39:09.200518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum recusandae id qui rem et.\",\"text\":\"Try to program the COM microchip, maybe it will input the cross-platform bandwidth!\"}"], ["created_at", "2016-10-05 17:39:09.201369"], ["updated_at", "2016-10-05 17:39:09.201369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et aut voluptatem occaecati quis iste.\",\"text\":\"If we synthesize the protocol, we can get to the TCP array through the haptic IB program!\"}"], ["created_at", "2016-10-05 17:39:09.202217"], ["updated_at", "2016-10-05 17:39:09.202217"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti ut ea doloribus.\",\"text\":\"You can't transmit the capacitor without generating the 1080p JSON driver!\"}"], ["created_at", "2016-10-05 17:39:09.214766"], ["updated_at", "2016-10-05 17:39:09.214766"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Explicabo error et quae.\",\"text\":\"We need to parse the primary SMTP protocol!\"}"], ["created_at", "2016-10-05 17:39:09.217465"], ["updated_at", "2016-10-05 17:39:09.217465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Architecto et vel saepe cumque numquam dolorem aperiam.\",\"text\":\"You can't override the panel without generating the optical PNG program!\"}"], ["created_at", "2016-10-05 17:39:09.218645"], ["updated_at", "2016-10-05 17:39:09.218645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ratione et quo error quas unde.\",\"text\":\"You can't index the firewall without calculating the wireless SQL microchip!\"}"], ["created_at", "2016-10-05 17:39:09.219583"], ["updated_at", "2016-10-05 17:39:09.219583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Debitis ea itaque iusto maxime aut deserunt.\",\"text\":\"Use the redundant FTP hard drive, then you can bypass the auxiliary driver!\"}"], ["created_at", "2016-10-05 17:39:09.220508"], ["updated_at", "2016-10-05 17:39:09.220508"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint cum veritatis ratione.\",\"text\":\"You can't reboot the alarm without hacking the multi-byte HDD interface!\"}"], ["created_at", "2016-10-05 17:39:09.221427"], ["updated_at", "2016-10-05 17:39:09.221427"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate culpa qui quos.\",\"text\":\"Bypassing the sensor won't do anything, we need to copy the solid state thx transmitter!\"}"], ["created_at", "2016-10-05 17:39:09.222424"], ["updated_at", "2016-10-05 17:39:09.222424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem et natus aut nemo quidem.\",\"text\":\"Use the multi-byte SCSI sensor, then you can compress the mobile program!\"}"], ["created_at", "2016-10-05 17:39:09.223331"], ["updated_at", "2016-10-05 17:39:09.223331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sint est voluptatibus soluta.\",\"text\":\"If we connect the card, we can get to the GB driver through the virtual RSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:09.224201"], ["updated_at", "2016-10-05 17:39:09.224201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo corrupti enim iure quam.\",\"text\":\"I'll back up the digital AGP driver, that should panel the FTP feed!\"}"], ["created_at", "2016-10-05 17:39:09.225093"], ["updated_at", "2016-10-05 17:39:09.225093"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Placeat illum aut eveniet doloremque.\",\"text\":\"If we program the monitor, we can get to the EXE circuit through the bluetooth AI program!\"}"], ["created_at", "2016-10-05 17:39:09.225937"], ["updated_at", "2016-10-05 17:39:09.225937"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut voluptatem qui et.\",\"text\":\"We need to parse the multi-byte SMS protocol!\"}"], ["created_at", "2016-10-05 17:39:09.226857"], ["updated_at", "2016-10-05 17:39:09.226857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut reiciendis ipsa.\",\"text\":\"The COM driver is down, hack the auxiliary card so we can override the SSL port!\"}"], ["created_at", "2016-10-05 17:39:09.227712"], ["updated_at", "2016-10-05 17:39:09.227712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Hic ut cumque voluptas consequatur laboriosam a eligendi.\",\"text\":\"Try to quantify the XSS protocol, maybe it will back up the optical panel!\"}"], ["created_at", "2016-10-05 17:39:09.228564"], ["updated_at", "2016-10-05 17:39:09.228564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Magnam iste quas quos quam non.\",\"text\":\"We need to hack the 1080p IB bus!\"}"], ["created_at", "2016-10-05 17:39:09.229413"], ["updated_at", "2016-10-05 17:39:09.229413"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut recusandae eligendi.\",\"text\":\"I'll bypass the mobile RSS circuit, that should matrix the RSS hard drive!\"}"], ["created_at", "2016-10-05 17:39:09.230256"], ["updated_at", "2016-10-05 17:39:09.230256"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid est eveniet quidem dolores.\",\"text\":\"Transmitting the port won't do anything, we need to override the haptic sas firewall!\"}"], ["created_at", "2016-10-05 17:39:09.231187"], ["updated_at", "2016-10-05 17:39:09.231187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ipsum aperiam necessitatibus vitae reiciendis earum blanditiis.\",\"text\":\"Use the optical IB interface, then you can connect the wireless array!\"}"], ["created_at", "2016-10-05 17:39:09.232069"], ["updated_at", "2016-10-05 17:39:09.232069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolorem rerum aut.\",\"text\":\"If we back up the capacitor, we can get to the THX array through the bluetooth SMS driver!\"}"], ["created_at", "2016-10-05 17:39:09.232917"], ["updated_at", "2016-10-05 17:39:09.232917"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Adipisci architecto in sit officiis.\",\"text\":\"Try to program the THX monitor, maybe it will synthesize the cross-platform bandwidth!\"}"], ["created_at", "2016-10-05 17:39:09.233760"], ["updated_at", "2016-10-05 17:39:09.233760"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Totam omnis quasi blanditiis molestiae occaecati.\",\"text\":\"I'll bypass the neural SMS array, that should card the AGP card!\"}"], ["created_at", "2016-10-05 17:39:09.234656"], ["updated_at", "2016-10-05 17:39:09.234656"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Tenetur sunt qui minus modi quo iusto.\",\"text\":\"Synthesizing the card won't do anything, we need to hack the multi-byte http system!\"}"], ["created_at", "2016-10-05 17:39:09.235504"], ["updated_at", "2016-10-05 17:39:09.235504"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Asperiores unde et.\",\"text\":\"The FTP capacitor is down, compress the optical protocol so we can copy the AGP port!\"}"], ["created_at", "2016-10-05 17:39:09.236352"], ["updated_at", "2016-10-05 17:39:09.236352"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum esse eaque sit cupiditate qui.\",\"text\":\"The IB hard drive is down, generate the online panel so we can override the SQL microchip!\"}"], ["created_at", "2016-10-05 17:39:09.237195"], ["updated_at", "2016-10-05 17:39:09.237195"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor ut in eaque et velit.\",\"text\":\"We need to copy the virtual PCI hard drive!\"}"], ["created_at", "2016-10-05 17:39:09.238078"], ["updated_at", "2016-10-05 17:39:09.238078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dicta qui et inventore temporibus et.\",\"text\":\"Use the open-source USB firewall, then you can quantify the optical bus!\"}"], ["created_at", "2016-10-05 17:39:09.238972"], ["updated_at", "2016-10-05 17:39:09.238972"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium et dolorem.\",\"text\":\"If we input the firewall, we can get to the COM microchip through the neural SSL feed!\"}"], ["created_at", "2016-10-05 17:39:09.239887"], ["updated_at", "2016-10-05 17:39:09.239887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio tenetur consequatur laudantium eos.\",\"text\":\"You can't program the port without synthesizing the back-end COM alarm!\"}"], ["created_at", "2016-10-05 17:39:09.240767"], ["updated_at", "2016-10-05 17:39:09.240767"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure sed fugit ut maxime.\",\"text\":\"I'll navigate the cross-platform TCP feed, that should system the AI feed!\"}"], ["created_at", "2016-10-05 17:39:09.241617"], ["updated_at", "2016-10-05 17:39:09.241617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequuntur et id quo.\",\"text\":\"We need to connect the multi-byte AI driver!\"}"], ["created_at", "2016-10-05 17:39:09.242546"], ["updated_at", "2016-10-05 17:39:09.242546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut earum eum aperiam eveniet.\",\"text\":\"If we connect the system, we can get to the CSS panel through the cross-platform COM sensor!\"}"], ["created_at", "2016-10-05 17:39:09.243392"], ["updated_at", "2016-10-05 17:39:09.243392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit beatae minus.\",\"text\":\"Synthesizing the card won't do anything, we need to generate the primary scsi hard drive!\"}"], ["created_at", "2016-10-05 17:39:09.244230"], ["updated_at", "2016-10-05 17:39:09.244230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quisquam porro est nostrum soluta neque ut.\",\"text\":\"Use the cross-platform RAM pixel, then you can compress the cross-platform capacitor!\"}"], ["created_at", "2016-10-05 17:39:09.245082"], ["updated_at", "2016-10-05 17:39:09.245082"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquam temporibus aut vel et repudiandae reprehenderit.\",\"text\":\"You can't back up the alarm without copying the virtual USB capacitor!\"}"], ["created_at", "2016-10-05 17:39:09.245919"], ["updated_at", "2016-10-05 17:39:09.245919"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Fugit aspernatur quam rerum dicta blanditiis.\",\"text\":\"We need to transmit the auxiliary SMS application!\"}"], ["created_at", "2016-10-05 17:39:09.246862"], ["updated_at", "2016-10-05 17:39:09.246862"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eligendi rerum ullam.\",\"text\":\"The JSON driver is down, generate the online driver so we can parse the AGP card!\"}"], ["created_at", "2016-10-05 17:39:09.247832"], ["updated_at", "2016-10-05 17:39:09.247832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quae architecto quibusdam aut repudiandae rerum illum cupiditate.\",\"text\":\"The JBOD program is down, override the virtual circuit so we can compress the TCP card!\"}"], ["created_at", "2016-10-05 17:39:09.248745"], ["updated_at", "2016-10-05 17:39:09.248745"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui non molestias sed consectetur.\",\"text\":\"I'll calculate the redundant PCI application, that should bandwidth the EXE circuit!\"}"], ["created_at", "2016-10-05 17:39:09.249587"], ["updated_at", "2016-10-05 17:39:09.249587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut aperiam corrupti error est.\",\"text\":\"Use the bluetooth GB microchip, then you can hack the solid state panel!\"}"], ["created_at", "2016-10-05 17:39:09.250534"], ["updated_at", "2016-10-05 17:39:09.250534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quam blanditiis eligendi.\",\"text\":\"We need to calculate the virtual HDD microchip!\"}"], ["created_at", "2016-10-05 17:39:09.251381"], ["updated_at", "2016-10-05 17:39:09.251381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repellendus dolorum totam deleniti non et laborum.\",\"text\":\"I'll reboot the primary HTTP hard drive, that should program the RAM system!\"}"], ["created_at", "2016-10-05 17:39:09.252221"], ["updated_at", "2016-10-05 17:39:09.252221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia repellat aut ea rerum ut.\",\"text\":\"Connecting the card won't do anything, we need to quantify the open-source usb alarm!\"}"], ["created_at", "2016-10-05 17:39:09.253059"], ["updated_at", "2016-10-05 17:39:09.253059"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit officia sit.\",\"text\":\"You can't compress the monitor without hacking the wireless THX array!\"}"], ["created_at", "2016-10-05 17:39:09.253912"], ["updated_at", "2016-10-05 17:39:09.253912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et qui doloremque.\",\"text\":\"I'll back up the wireless RAM program, that should system the IB transmitter!\"}"], ["created_at", "2016-10-05 17:39:09.254816"], ["updated_at", "2016-10-05 17:39:09.254816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Illum dolor voluptatibus explicabo.\",\"text\":\"Use the online CSS sensor, then you can program the open-source driver!\"}"], ["created_at", "2016-10-05 17:39:09.255682"], ["updated_at", "2016-10-05 17:39:09.255682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Distinctio dolorem suscipit.\",\"text\":\"Try to copy the RAM card, maybe it will navigate the redundant firewall!\"}"], ["created_at", "2016-10-05 17:39:09.256547"], ["updated_at", "2016-10-05 17:39:09.256547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis blanditiis et odit ut quaerat.\",\"text\":\"I'll copy the redundant AI matrix, that should alarm the THX alarm!\"}"], ["created_at", "2016-10-05 17:39:09.257386"], ["updated_at", "2016-10-05 17:39:09.257386"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eveniet excepturi est qui voluptatem.\",\"text\":\"Parsing the firewall won't do anything, we need to input the online tcp alarm!\"}"], ["created_at", "2016-10-05 17:39:09.258225"], ["updated_at", "2016-10-05 17:39:09.258225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum iste omnis enim harum et.\",\"text\":\"Transmitting the feed won't do anything, we need to quantify the bluetooth ai matrix!\"}"], ["created_at", "2016-10-05 17:39:09.259159"], ["updated_at", "2016-10-05 17:39:09.259159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui a eligendi maxime corporis.\",\"text\":\"Use the multi-byte SDD system, then you can synthesize the open-source sensor!\"}"], ["created_at", "2016-10-05 17:39:09.259998"], ["updated_at", "2016-10-05 17:39:09.259998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aperiam est minus.\",\"text\":\"I'll copy the virtual GB microchip, that should alarm the XML bus!\"}"], ["created_at", "2016-10-05 17:39:09.260852"], ["updated_at", "2016-10-05 17:39:09.260852"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aut at consequuntur incidunt eaque rerum vitae.\",\"text\":\"Quantifying the capacitor won't do anything, we need to program the redundant ib microchip!\"}"], ["created_at", "2016-10-05 17:39:09.261729"], ["updated_at", "2016-10-05 17:39:09.261729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Velit omnis quis et.\",\"text\":\"I'll navigate the multi-byte XSS matrix, that should transmitter the PNG bandwidth!\"}"], ["created_at", "2016-10-05 17:39:09.262676"], ["updated_at", "2016-10-05 17:39:09.262676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptatem aut omnis delectus quo.\",\"text\":\"We need to compress the digital XML capacitor!\"}"], ["created_at", "2016-10-05 17:39:09.263588"], ["updated_at", "2016-10-05 17:39:09.263588"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laboriosam quo quidem non quis.\",\"text\":\"You can't bypass the system without hacking the virtual AGP driver!\"}"], ["created_at", "2016-10-05 17:39:09.264467"], ["updated_at", "2016-10-05 17:39:09.264467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Excepturi et sit consequatur molestiae alias quis.\",\"text\":\"The EXE bandwidth is down, copy the primary driver so we can program the SCSI sensor!\"}"], ["created_at", "2016-10-05 17:39:09.265475"], ["updated_at", "2016-10-05 17:39:09.265475"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Impedit atque ex veniam et magni quam eius.\",\"text\":\"The JBOD microchip is down, program the online pixel so we can bypass the PNG bus!\"}"], ["created_at", "2016-10-05 17:39:09.266590"], ["updated_at", "2016-10-05 17:39:09.266590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eos accusantium expedita.\",\"text\":\"Bypassing the program won't do anything, we need to parse the bluetooth ai system!\"}"], ["created_at", "2016-10-05 17:39:09.267528"], ["updated_at", "2016-10-05 17:39:09.267528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sed est unde voluptatibus doloremque quia.\",\"text\":\"Try to bypass the FTP capacitor, maybe it will navigate the online program!\"}"], ["created_at", "2016-10-05 17:39:09.268368"], ["updated_at", "2016-10-05 17:39:09.268368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laborum autem esse.\",\"text\":\"I'll connect the redundant FTP monitor, that should transmitter the HTTP microchip!\"}"], ["created_at", "2016-10-05 17:39:09.269205"], ["updated_at", "2016-10-05 17:39:09.269205"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Eum est pariatur culpa.\",\"text\":\"The USB port is down, program the optical interface so we can generate the HTTP port!\"}"], ["created_at", "2016-10-05 17:39:09.270045"], ["updated_at", "2016-10-05 17:39:09.270045"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et autem a libero porro.\",\"text\":\"Use the wireless SCSI driver, then you can copy the neural application!\"}"], ["created_at", "2016-10-05 17:39:09.270920"], ["updated_at", "2016-10-05 17:39:09.270920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et architecto voluptatem a.\",\"text\":\"Use the wireless COM array, then you can calculate the auxiliary monitor!\"}"], ["created_at", "2016-10-05 17:39:09.271816"], ["updated_at", "2016-10-05 17:39:09.271816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quidem recusandae aperiam et nam qui ipsam ea.\",\"text\":\"Use the multi-byte COM program, then you can navigate the redundant port!\"}"], ["created_at", "2016-10-05 17:39:09.272706"], ["updated_at", "2016-10-05 17:39:09.272706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consequatur est perspiciatis qui recusandae.\",\"text\":\"Try to synthesize the XML bandwidth, maybe it will synthesize the bluetooth monitor!\"}"], ["created_at", "2016-10-05 17:39:09.273574"], ["updated_at", "2016-10-05 17:39:09.273574"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Aliquid veritatis nemo architecto provident repellat rerum aut.\",\"text\":\"Indexing the firewall won't do anything, we need to program the multi-byte rss capacitor!\"}"], ["created_at", "2016-10-05 17:39:09.274497"], ["updated_at", "2016-10-05 17:39:09.274497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Dolor eligendi illum tenetur.\",\"text\":\"Use the wireless CSS card, then you can navigate the neural interface!\"}"], ["created_at", "2016-10-05 17:39:09.275398"], ["updated_at", "2016-10-05 17:39:09.275398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quis voluptates qui quia omnis voluptatum deleniti.\",\"text\":\"Connecting the driver won't do anything, we need to parse the back-end xss driver!\"}"], ["created_at", "2016-10-05 17:39:09.276236"], ["updated_at", "2016-10-05 17:39:09.276236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Rerum ullam est illum corporis.\",\"text\":\"I'll copy the digital JSON sensor, that should pixel the SSL driver!\"}"], ["created_at", "2016-10-05 17:39:09.277077"], ["updated_at", "2016-10-05 17:39:09.277077"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et amet est placeat.\",\"text\":\"Try to connect the JBOD protocol, maybe it will override the primary driver!\"}"], ["created_at", "2016-10-05 17:39:09.277918"], ["updated_at", "2016-10-05 17:39:09.277918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quibusdam labore et beatae facere.\",\"text\":\"We need to navigate the optical HDD protocol!\"}"], ["created_at", "2016-10-05 17:39:09.278822"], ["updated_at", "2016-10-05 17:39:09.278822"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Deleniti inventore alias.\",\"text\":\"Use the wireless XML protocol, then you can compress the haptic monitor!\"}"], ["created_at", "2016-10-05 17:39:09.279678"], ["updated_at", "2016-10-05 17:39:09.279678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Vitae quia in optio sit.\",\"text\":\"Use the back-end THX monitor, then you can transmit the virtual capacitor!\"}"], ["created_at", "2016-10-05 17:39:09.280557"], ["updated_at", "2016-10-05 17:39:09.280557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quo odio provident accusamus impedit.\",\"text\":\"The USB array is down, synthesize the optical bus so we can program the IB program!\"}"], ["created_at", "2016-10-05 17:39:09.281422"], ["updated_at", "2016-10-05 17:39:09.281422"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Accusantium est et quas totam deleniti.\",\"text\":\"Use the auxiliary SMS system, then you can generate the auxiliary alarm!\"}"], ["created_at", "2016-10-05 17:39:09.282312"], ["updated_at", "2016-10-05 17:39:09.282312"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nostrum accusamus facere molestiae non eligendi.\",\"text\":\"Programming the transmitter won't do anything, we need to bypass the redundant gb hard drive!\"}"], ["created_at", "2016-10-05 17:39:09.283248"], ["updated_at", "2016-10-05 17:39:09.283248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Recusandae nihil ratione quis.\",\"text\":\"You can't reboot the bandwidth without backing up the wireless HTTP firewall!\"}"], ["created_at", "2016-10-05 17:39:09.284096"], ["updated_at", "2016-10-05 17:39:09.284096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Cupiditate facere sit magnam laboriosam.\",\"text\":\"If we bypass the monitor, we can get to the XSS port through the digital THX panel!\"}"], ["created_at", "2016-10-05 17:39:09.284975"], ["updated_at", "2016-10-05 17:39:09.284975"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Incidunt distinctio architecto.\",\"text\":\"I'll override the bluetooth USB pixel, that should transmitter the ADP microchip!\"}"], ["created_at", "2016-10-05 17:39:09.285828"], ["updated_at", "2016-10-05 17:39:09.285828"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Modi vel quos nemo aliquid ipsam dolores aut.\",\"text\":\"I'll connect the neural SMTP interface, that should system the SQL matrix!\"}"], ["created_at", "2016-10-05 17:39:09.286726"], ["updated_at", "2016-10-05 17:39:09.286726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur aliquam fuga.\",\"text\":\"If we override the sensor, we can get to the IB monitor through the open-source THX feed!\"}"], ["created_at", "2016-10-05 17:39:09.287572"], ["updated_at", "2016-10-05 17:39:09.287572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Qui ut facilis illum quas voluptas blanditiis.\",\"text\":\"Try to override the EXE capacitor, maybe it will navigate the cross-platform capacitor!\"}"], ["created_at", "2016-10-05 17:39:09.288414"], ["updated_at", "2016-10-05 17:39:09.288414"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Reiciendis non sed maxime voluptas.\",\"text\":\"Overriding the sensor won't do anything, we need to program the auxiliary sdd driver!\"}"], ["created_at", "2016-10-05 17:39:09.289283"], ["updated_at", "2016-10-05 17:39:09.289283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Blanditiis unde sed est modi quam dolorum.\",\"text\":\"The XSS bus is down, navigate the haptic sensor so we can program the PCI matrix!\"}"], ["created_at", "2016-10-05 17:39:09.290199"], ["updated_at", "2016-10-05 17:39:09.290199"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Repudiandae maiores aut occaecati debitis.\",\"text\":\"I'll back up the virtual SSL panel, that should matrix the SAS bandwidth!\"}"], ["created_at", "2016-10-05 17:39:09.291060"], ["updated_at", "2016-10-05 17:39:09.291060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iusto esse asperiores consequatur magnam maxime labore.\",\"text\":\"If we connect the protocol, we can get to the COM monitor through the digital XSS card!\"}"], ["created_at", "2016-10-05 17:39:09.291922"], ["updated_at", "2016-10-05 17:39:09.291922"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Voluptas vitae repellat deleniti quia nihil.\",\"text\":\"I'll parse the online GB protocol, that should application the PNG card!\"}"], ["created_at", "2016-10-05 17:39:09.292811"], ["updated_at", "2016-10-05 17:39:09.292811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut dolorem voluptatem dolore ut labore.\",\"text\":\"You can't transmit the sensor without parsing the open-source SQL capacitor!\"}"], ["created_at", "2016-10-05 17:39:09.293693"], ["updated_at", "2016-10-05 17:39:09.293693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Perspiciatis aliquid aut vel doloremque.\",\"text\":\"Use the digital SAS card, then you can calculate the haptic alarm!\"}"], ["created_at", "2016-10-05 17:39:09.294551"], ["updated_at", "2016-10-05 17:39:09.294551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Provident error et tenetur qui possimus magni voluptas.\",\"text\":\"Try to navigate the GB application, maybe it will calculate the mobile feed!\"}"], ["created_at", "2016-10-05 17:39:09.295398"], ["updated_at", "2016-10-05 17:39:09.295398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut voluptate neque placeat voluptas dolor aut.\",\"text\":\"We need to bypass the back-end AI bandwidth!\"}"], ["created_at", "2016-10-05 17:39:09.296255"], ["updated_at", "2016-10-05 17:39:09.296255"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Nemo odio id et suscipit ea earum ex.\",\"text\":\"Synthesizing the matrix won't do anything, we need to index the neural sql feed!\"}"], ["created_at", "2016-10-05 17:39:09.297137"], ["updated_at", "2016-10-05 17:39:09.297137"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Consectetur assumenda cupiditate odio consequatur beatae vitae.\",\"text\":\"If we generate the bus, we can get to the CSS bandwidth through the digital SMTP alarm!\"}"], ["created_at", "2016-10-05 17:39:09.298042"], ["updated_at", "2016-10-05 17:39:09.298042"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Delectus ipsam nulla deserunt molestiae.\",\"text\":\"Try to synthesize the SQL card, maybe it will quantify the multi-byte transmitter!\"}"], ["created_at", "2016-10-05 17:39:09.298926"], ["updated_at", "2016-10-05 17:39:09.298926"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Corrupti odit non.\",\"text\":\"Backing up the protocol won't do anything, we need to program the 1080p usb port!\"}"], ["created_at", "2016-10-05 17:39:09.299803"], ["updated_at", "2016-10-05 17:39:09.299803"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Laudantium ut non dicta voluptate laboriosam.\",\"text\":\"We need to override the auxiliary SDD protocol!\"}"], ["created_at", "2016-10-05 17:39:09.300652"], ["updated_at", "2016-10-05 17:39:09.300652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est consequatur adipisci minus reiciendis.\",\"text\":\"Use the wireless PNG firewall, then you can quantify the solid state hard drive!\"}"], ["created_at", "2016-10-05 17:39:09.301539"], ["updated_at", "2016-10-05 17:39:09.301539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Quia porro mollitia et.\",\"text\":\"We need to bypass the primary JSON interface!\"}"], ["created_at", "2016-10-05 17:39:09.302384"], ["updated_at", "2016-10-05 17:39:09.302384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et itaque totam.\",\"text\":\"Try to compress the RAM array, maybe it will quantify the wireless protocol!\"}"], ["created_at", "2016-10-05 17:39:09.303226"], ["updated_at", "2016-10-05 17:39:09.303226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Ut dolorum consequuntur reprehenderit error sunt sint.\",\"text\":\"Use the digital FTP sensor, then you can navigate the virtual port!\"}"], ["created_at", "2016-10-05 17:39:09.304058"], ["updated_at", "2016-10-05 17:39:09.304058"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Libero rem et.\",\"text\":\"You can't compress the panel without connecting the mobile EXE port!\"}"], ["created_at", "2016-10-05 17:39:09.304894"], ["updated_at", "2016-10-05 17:39:09.304894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Autem voluptatem et ratione nobis atque quis.\",\"text\":\"I'll copy the bluetooth RAM pixel, that should transmitter the FTP pixel!\"}"], ["created_at", "2016-10-05 17:39:09.305821"], ["updated_at", "2016-10-05 17:39:09.305821"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure at ratione animi hic sit tempora incidunt.\",\"text\":\"You can't navigate the interface without synthesizing the optical XML alarm!\"}"], ["created_at", "2016-10-05 17:39:09.306694"], ["updated_at", "2016-10-05 17:39:09.306694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Omnis aliquam vel et autem quis provident.\",\"text\":\"If we bypass the card, we can get to the SMTP matrix through the virtual HDD firewall!\"}"], ["created_at", "2016-10-05 17:39:09.307563"], ["updated_at", "2016-10-05 17:39:09.307563"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sunt ut ut.\",\"text\":\"We need to back up the redundant PCI transmitter!\"}"], ["created_at", "2016-10-05 17:39:09.308445"], ["updated_at", "2016-10-05 17:39:09.308445"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Sit ipsam et aspernatur dicta provident quis velit.\",\"text\":\"Try to input the JBOD interface, maybe it will override the neural microchip!\"}"], ["created_at", "2016-10-05 17:39:09.309284"], ["updated_at", "2016-10-05 17:39:09.309284"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Et voluptatum dolor.\",\"text\":\"You can't input the feed without compressing the primary COM feed!\"}"], ["created_at", "2016-10-05 17:39:09.310174"], ["updated_at", "2016-10-05 17:39:09.310174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Enim ut sed quae eos et.\",\"text\":\"Use the digital EXE driver, then you can compress the optical bus!\"}"], ["created_at", "2016-10-05 17:39:09.311044"], ["updated_at", "2016-10-05 17:39:09.311044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"In eligendi est.\",\"text\":\"Generating the hard drive won't do anything, we need to generate the solid state exe transmitter!\"}"], ["created_at", "2016-10-05 17:39:09.311924"], ["updated_at", "2016-10-05 17:39:09.311924"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Est voluptates autem fuga.\",\"text\":\"I'll navigate the bluetooth AI circuit, that should system the SAS port!\"}"], ["created_at", "2016-10-05 17:39:09.312765"], ["updated_at", "2016-10-05 17:39:09.312765"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "message", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["message", "{\"title\":\"Iure molestiae aut id delectus quos assumenda.\",\"text\":\"Try to index the EXE firewall, maybe it will copy the 1080p capacitor!\"}"], ["created_at", "2016-10-05 17:39:09.313607"], ["updated_at", "2016-10-05 17:39:09.313607"]]  (19.4ms) commit transaction Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-05 14:39:15 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (63.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (3466.1ms) Completed 200 OK in 3487ms (Views: 3422.6ms | ActiveRecord: 63.9ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-05 14:39:19 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-05 14:39:19 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-05 14:39:19 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-05 14:39:19 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-05 14:39:19 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-05 14:39:19 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-05 14:39:19 -0300 Started GET "/jera_push/admin/messages/2" for 127.0.0.1 at 2016-10-05 14:39:33 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"2"} JeraPush::Message Load (0.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 2]] JeraPush::Device Load (0.6ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 2]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (76.2ms) Completed 200 OK in 123ms (Views: 102.3ms | ActiveRecord: 1.7ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-05 14:39:34 -0300 Started GET "/jera_push/admin/messages/2" for 127.0.0.1 at 2016-10-05 14:39:53 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"2"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 2]] JeraPush::Device Load (0.1ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 2]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (1.8ms) Completed 200 OK in 25ms (Views: 23.9ms | ActiveRecord: 0.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-05 14:39:53 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-05 14:39:53 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-05 14:39:53 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-05 14:39:53 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-05 14:39:53 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-05 14:39:54 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-05 14:39:56 -0300 Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-05 14:40:10 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (45.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (4647.2ms) Completed 200 OK in 4665ms (Views: 4619.0ms | ActiveRecord: 45.5ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-05 14:40:18 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-05 14:40:18 -0300 Started GET "/jera_push/admin/messages/10000" for 127.0.0.1 at 2016-10-05 14:40:35 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"10000"} JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 10000]] JeraPush::Device Load (0.2ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 10000]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (2.7ms) Completed 200 OK in 36ms (Views: 34.3ms | ActiveRecord: 0.5ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-05 14:40:35 -0300 Started GET "/admin" for 127.0.0.1 at 2016-10-06 10:21:11 -0300 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (9.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (8.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (52.3ms) Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-06 10:21:13 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (0.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 0  (7.6ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (465.9ms) Completed 200 OK in 1071ms (Views: 1053.0ms | ActiveRecord: 8.6ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 10:21:15 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 10:21:15 -0300 Started GET "/jera_push/admin/messages?page=2" for 127.0.0.1 at 2016-10-06 10:21:49 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"2"} JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 25  (2.9ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (54.9ms) Completed 200 OK in 79ms (Views: 75.1ms | ActiveRecord: 3.1ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 10:21:49 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 10:21:49 -0300 Started GET "/jera_push/admin/messages?page=5" for 127.0.0.1 at 2016-10-06 10:32:24 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"5"} JeraPush::Message Load (0.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 100  (2.1ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (38.2ms) Completed 200 OK in 64ms (Views: 60.7ms | ActiveRecord: 2.7ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 10:32:24 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 10:32:24 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 10:32:35 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200  (3.1ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (43.2ms) Completed 200 OK in 65ms (Views: 61.3ms | ActiveRecord: 3.4ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 10:32:36 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 10:32:36 -0300 Started GET "/jera_push/admin/messages/219" for 127.0.0.1 at 2016-10-06 11:01:00 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"219"} JeraPush::Message Load (29.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 219]] JeraPush::Device Load (0.4ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 219]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (591.3ms) Completed 200 OK in 950ms (Views: 658.8ms | ActiveRecord: 30.6ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 11:01:02 -0300 Started GET "/jera_push/admin/messages?page=13" for 127.0.0.1 at 2016-10-06 11:01:22 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"13"} JeraPush::Message Load (5.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 300  (26.9ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (84.3ms) Completed 200 OK in 107ms (Views: 74.1ms | ActiveRecord: 32.3ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 11:01:22 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 11:01:22 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 11:01:27 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200  (2.0ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (45.3ms) Completed 200 OK in 66ms (Views: 63.0ms | ActiveRecord: 2.9ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 11:01:27 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 11:01:27 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 11:36:33 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (2.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200  (9.5ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (98.2ms) Completed 200 OK in 164ms (Views: 147.8ms | ActiveRecord: 12.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 11:36:33 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 11:36:33 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 11:36:33 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 11:36:33 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 11:36:33 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 11:36:33 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 11:36:33 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 11:36:36 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (1.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200  (1.9ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (27.7ms) Completed 200 OK in 43ms (Views: 39.6ms | ActiveRecord: 3.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 11:36:37 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 11:36:37 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 11:36:37 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 11:36:37 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 11:36:37 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 11:36:37 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 11:36:37 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 11:36:44 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200  (2.6ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (474.9ms) Completed 200 OK in 942ms (Views: 932.5ms | ActiveRecord: 3.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 11:36:45 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 11:36:45 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 11:36:45 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 11:36:45 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 11:36:45 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 11:36:45 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 11:36:45 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 11:36:46 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200  (4.6ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (40.0ms) Completed 200 OK in 66ms (Views: 60.1ms | ActiveRecord: 4.9ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 11:36:47 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 11:36:47 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 11:36:47 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 11:36:47 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 11:36:47 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 11:36:47 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 11:36:47 -0300  (5.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (10.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20161005121035)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161005121035"]]  (5.5ms) commit transaction Migrating to CreateJeraPushDevices (20161005171635)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "platform" varchar, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_jera_push_devices_on_token" ON "jera_push_devices" ("token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_devices_on_platform" ON "jera_push_devices" ("platform")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_jera_push_devices_on_token_and_platform" ON "jera_push_devices" ("token", "platform") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161005171635"]]  (5.9ms) commit transaction Migrating to CreateJeraPushMessages (20161005171636)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "jera_push_messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "message" text, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161005171636"]]  (5.8ms) commit transaction Migrating to CreateJeraPushMessagesDevices (20161005171637)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_messages_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "message_id" integer, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_jera_push_messages_devices_on_device_id" ON "jera_push_messages_devices" ("device_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_messages_devices_on_message_id" ON "jera_push_messages_devices" ("message_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "jera_push_index_messages_id_devices_id" ON "jera_push_messages_devices" ("device_id", "message_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161005171637"]]  (10.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index'  ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateJeraPushDevices (20161006144836)  (0.1ms) begin transaction  (0.1ms) CREATE TABLE "jera_push_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "platform" varchar, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) rollback transaction  (5.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (5.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20161005121035)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161005121035"]]  (5.8ms) commit transaction Migrating to CreateJeraPushDevices (20161006144836)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "jera_push_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "platform" varchar, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_jera_push_devices_on_token" ON "jera_push_devices" ("token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_devices_on_platform" ON "jera_push_devices" ("platform")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_jera_push_devices_on_token_and_platform" ON "jera_push_devices" ("token", "platform") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161006144836"]]  (10.9ms) commit transaction Migrating to CreateJeraPushMessages (20161006144837)  (0.1ms) begin transaction  (1.0ms) CREATE TABLE "jera_push_messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161006144837"]]  (5.4ms) commit transaction Migrating to CreateJeraPushMessagesDevices (20161006144838)  (0.3ms) begin transaction  (0.8ms) CREATE TABLE "jera_push_messages_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "message_id" integer, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_jera_push_messages_devices_on_device_id" ON "jera_push_messages_devices" ("device_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_messages_devices_on_message_id" ON "jera_push_messages_devices" ("message_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "jera_push_index_messages_id_devices_id" ON "jera_push_messages_devices" ("device_id", "message_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161006144838"]]  (5.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dr. Hélio Xavier"], ["created_at", "2016-10-06 14:48:57.531036"], ["updated_at", "2016-10-06 14:48:57.531036"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Alexandre Xavier"], ["created_at", "2016-10-06 14:48:57.533865"], ["updated_at", "2016-10-06 14:48:57.533865"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Washington Martins"], ["created_at", "2016-10-06 14:48:57.534851"], ["updated_at", "2016-10-06 14:48:57.534851"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Washington Xavier"], ["created_at", "2016-10-06 14:48:57.535616"], ["updated_at", "2016-10-06 14:48:57.535616"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Srta. Vicente Nogueira"], ["created_at", "2016-10-06 14:48:57.536362"], ["updated_at", "2016-10-06 14:48:57.536362"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Marcos Barros Jr."], ["created_at", "2016-10-06 14:48:57.537104"], ["updated_at", "2016-10-06 14:48:57.537104"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dalila Moreira Jr."], ["created_at", "2016-10-06 14:48:57.537879"], ["updated_at", "2016-10-06 14:48:57.537879"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Márcia Albuquerque"], ["created_at", "2016-10-06 14:48:57.538648"], ["updated_at", "2016-10-06 14:48:57.538648"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dra. Sílvia Melo"], ["created_at", "2016-10-06 14:48:57.539448"], ["updated_at", "2016-10-06 14:48:57.539448"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Rafaela Xavier"], ["created_at", "2016-10-06 14:48:57.540314"], ["updated_at", "2016-10-06 14:48:57.540314"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sra. César Oliveira"], ["created_at", "2016-10-06 14:48:57.541075"], ["updated_at", "2016-10-06 14:48:57.541075"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Salvador Pereira"], ["created_at", "2016-10-06 14:48:57.541848"], ["updated_at", "2016-10-06 14:48:57.541848"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lorraine Nogueira"], ["created_at", "2016-10-06 14:48:57.542664"], ["updated_at", "2016-10-06 14:48:57.542664"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Eduarda Melo"], ["created_at", "2016-10-06 14:48:57.543446"], ["updated_at", "2016-10-06 14:48:57.543446"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Vicente Barros"], ["created_at", "2016-10-06 14:48:57.544189"], ["updated_at", "2016-10-06 14:48:57.544189"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Frederico Silva"], ["created_at", "2016-10-06 14:48:57.544897"], ["updated_at", "2016-10-06 14:48:57.544897"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Frederico Xavier"], ["created_at", "2016-10-06 14:48:57.545653"], ["updated_at", "2016-10-06 14:48:57.545653"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Gúbio Silva"], ["created_at", "2016-10-06 14:48:57.546449"], ["updated_at", "2016-10-06 14:48:57.546449"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Hugo Barros"], ["created_at", "2016-10-06 14:48:57.547195"], ["updated_at", "2016-10-06 14:48:57.547195"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Antônio Santos Jr."], ["created_at", "2016-10-06 14:48:57.547973"], ["updated_at", "2016-10-06 14:48:57.547973"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ricardo Albuquerque"], ["created_at", "2016-10-06 14:48:57.548712"], ["updated_at", "2016-10-06 14:48:57.548712"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Alessandra Moreira"], ["created_at", "2016-10-06 14:48:57.549451"], ["updated_at", "2016-10-06 14:48:57.549451"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Larissa Santos"], ["created_at", "2016-10-06 14:48:57.550227"], ["updated_at", "2016-10-06 14:48:57.550227"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dr. Ladislau Barros"], ["created_at", "2016-10-06 14:48:57.550974"], ["updated_at", "2016-10-06 14:48:57.550974"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Yango Albuquerque"], ["created_at", "2016-10-06 14:48:57.551688"], ["updated_at", "2016-10-06 14:48:57.551688"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Larissa Costa"], ["created_at", "2016-10-06 14:48:57.552427"], ["updated_at", "2016-10-06 14:48:57.552427"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ígor Franco Filho"], ["created_at", "2016-10-06 14:48:57.553141"], ["updated_at", "2016-10-06 14:48:57.553141"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sara Reis"], ["created_at", "2016-10-06 14:48:57.553915"], ["updated_at", "2016-10-06 14:48:57.553915"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Roberto Macedo"], ["created_at", "2016-10-06 14:48:57.554689"], ["updated_at", "2016-10-06 14:48:57.554689"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Deneval Braga Jr."], ["created_at", "2016-10-06 14:48:57.555406"], ["updated_at", "2016-10-06 14:48:57.555406"]]  (10.2ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "55246e6167cd8648982f2efde3df22a0bb0faae3ba228aa43d672fcff7a76fa6"], ["user_id", 1], ["platform", "ios"], ["created_at", "2016-10-06 14:48:57.594201"], ["updated_at", "2016-10-06 14:48:57.594201"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "381b2b3751156e9aba488cbad203a6af226a2dcb905315155c75b8ac6ad4f1f5"], ["user_id", 1], ["platform", "chrome"], ["created_at", "2016-10-06 14:48:57.595807"], ["updated_at", "2016-10-06 14:48:57.595807"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ebdd6c5a5a7ddd2b9ae8f5910ae8fe7f343b2118c5b6f3f87dd3d87f748ca4f2"], ["user_id", 2], ["platform", "ios"], ["created_at", "2016-10-06 14:48:57.597093"], ["updated_at", "2016-10-06 14:48:57.597093"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4d12c1229922602f4561559027069bea95822c0edff457eebc26326b8dfcc147"], ["user_id", 2], ["platform", "android"], ["created_at", "2016-10-06 14:48:57.598346"], ["updated_at", "2016-10-06 14:48:57.598346"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ffc42677042fe089231186e88f49f16d6c65f02815bdbe11a341774f74fb99ef"], ["user_id", 3], ["platform", "chrome"], ["created_at", "2016-10-06 14:48:57.599451"], ["updated_at", "2016-10-06 14:48:57.599451"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3b1a02b55d0020221d34bb7411c3e5092acb81ef863079bb094f2e4a998c6ee2"], ["user_id", 3], ["platform", "ios"], ["created_at", "2016-10-06 14:48:57.600508"], ["updated_at", "2016-10-06 14:48:57.600508"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "50b5979e3c96c14aad12ff060bf57810c3a54306a368454be313c3ca1e1a627b"], ["user_id", 4], ["platform", "android"], ["created_at", "2016-10-06 14:48:57.601742"], ["updated_at", "2016-10-06 14:48:57.601742"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "b175df41101ebb1dae41600605aac7f0ea5e8325ce9e9bea69c470be27cbe441"], ["user_id", 4], ["platform", "ios"], ["created_at", "2016-10-06 14:48:57.602796"], ["updated_at", "2016-10-06 14:48:57.602796"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "206252822b83b1be8da1a17fff4e90ccdd694aa4a2499e492f4dbdc54afb6158"], ["user_id", 5], ["platform", "ios"], ["created_at", "2016-10-06 14:48:57.603826"], ["updated_at", "2016-10-06 14:48:57.603826"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5bd155807dc45a9da9fc1caf7eed22331917493e1ac802a1ea3e1e32eaa38413"], ["user_id", 5], ["platform", "chrome"], ["created_at", "2016-10-06 14:48:57.604792"], ["updated_at", "2016-10-06 14:48:57.604792"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "b9bcc97844ee8da02f93e83b368ef41b2fbda3e2ee5443bfd30553592d8ba8d0"], ["user_id", 6], ["platform", "ios"], ["created_at", "2016-10-06 14:48:57.605740"], ["updated_at", "2016-10-06 14:48:57.605740"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "99560a4d8b9dc6938709baab01f8ac9f00ab55942053cca9f18b77e0966b414d"], ["user_id", 6], ["platform", "android"], ["created_at", "2016-10-06 14:48:57.606727"], ["updated_at", "2016-10-06 14:48:57.606727"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3777478c66b02be77c799e645f0449a0a57927c9430c775cb2c0affd54871096"], ["user_id", 7], ["platform", "chrome"], ["created_at", "2016-10-06 14:48:57.607700"], ["updated_at", "2016-10-06 14:48:57.607700"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "116ca244c202c5fc3712b8a65a7c6958ad57a9cf4e4ddf306e0eb155272d0a61"], ["user_id", 7], ["platform", "android"], ["created_at", "2016-10-06 14:48:57.608651"], ["updated_at", "2016-10-06 14:48:57.608651"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e2b2701c7da7b8e8941b716d41a9bf2e7031785088431fada2281e2eb035bdec"], ["user_id", 8], ["platform", "ios"], ["created_at", "2016-10-06 14:48:57.609618"], ["updated_at", "2016-10-06 14:48:57.609618"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f5d51cffe734dbd1c61516a336b6bfff20b358efc566076c74ce582e14df32be"], ["user_id", 8], ["platform", "android"], ["created_at", "2016-10-06 14:48:57.610575"], ["updated_at", "2016-10-06 14:48:57.610575"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "383509e6aeaf724f186d6c31747ef2383c47804dcb4ffdc69314418e1ce288bb"], ["user_id", 9], ["platform", "chrome"], ["created_at", "2016-10-06 14:48:57.611504"], ["updated_at", "2016-10-06 14:48:57.611504"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "bcbeddc1f8fd3c626d8f1a0da1d35c5b34cad732062f5ab8a4ec14769b17a930"], ["user_id", 9], ["platform", "ios"], ["created_at", "2016-10-06 14:48:57.612438"], ["updated_at", "2016-10-06 14:48:57.612438"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "44e3766ed9fb80c49c2e7ee5ad6524c8b5972cce4dbe515d1fc8cb6608b522fd"], ["user_id", 10], ["platform", "ios"], ["created_at", "2016-10-06 14:48:57.613343"], ["updated_at", "2016-10-06 14:48:57.613343"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "973e73c73bd29dc70a38654052cdb10940be5aeb9aa02882bfc6b490af879a4e"], ["user_id", 10], ["platform", "android"], ["created_at", "2016-10-06 14:48:57.614266"], ["updated_at", "2016-10-06 14:48:57.614266"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2c6a7c94765d3bd036672ca6549fc2a8224c45d58da095a9cf064ab76352f4ca"], ["user_id", 11], ["platform", "android"], ["created_at", "2016-10-06 14:48:57.615163"], ["updated_at", "2016-10-06 14:48:57.615163"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "122802753da97509658f110e2f3423ca717ef5f4540709655d99294a31ed98c5"], ["user_id", 11], ["platform", "ios"], ["created_at", "2016-10-06 14:48:57.616053"], ["updated_at", "2016-10-06 14:48:57.616053"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2f468e7f5ad8859aab825891408e6c3b0f6449ad35932d923eb69c20ce0d5afb"], ["user_id", 12], ["platform", "ios"], ["created_at", "2016-10-06 14:48:57.616987"], ["updated_at", "2016-10-06 14:48:57.616987"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3a4bce212e36191affbf80af67712bc8bc88955e496c7ef20135053a683416c0"], ["user_id", 12], ["platform", "android"], ["created_at", "2016-10-06 14:48:57.617925"], ["updated_at", "2016-10-06 14:48:57.617925"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "b7b6341d35d9373c6d707368842be59863c1c34aeb65eca5098a873f3f6d9b36"], ["user_id", 13], ["platform", "android"], ["created_at", "2016-10-06 14:48:57.618880"], ["updated_at", "2016-10-06 14:48:57.618880"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "554a8cac5f275af452759e989530b9f960472bc863d2c29ade053be432bb030c"], ["user_id", 13], ["platform", "chrome"], ["created_at", "2016-10-06 14:48:57.619770"], ["updated_at", "2016-10-06 14:48:57.619770"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d0e601c204188c87ab300f8bb1ad01b9087cf81c5a9c118eb3cf794459727aee"], ["user_id", 14], ["platform", "ios"], ["created_at", "2016-10-06 14:48:57.620752"], ["updated_at", "2016-10-06 14:48:57.620752"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "23600b84eb0e6678950037309948a1989f37e02dbce26fd0e3f9d0792ac96098"], ["user_id", 14], ["platform", "chrome"], ["created_at", "2016-10-06 14:48:57.621712"], ["updated_at", "2016-10-06 14:48:57.621712"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "c82dcd34d482ef04a18b345d6b1261ea7c07e64d68356ff66a6ebf6b67a7142e"], ["user_id", 15], ["platform", "chrome"], ["created_at", "2016-10-06 14:48:57.622640"], ["updated_at", "2016-10-06 14:48:57.622640"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1ae9735b713e8a3cdce5b8274bf376086229577ce02b3ceb9d58a3150e2f9e67"], ["user_id", 15], ["platform", "android"], ["created_at", "2016-10-06 14:48:57.623532"], ["updated_at", "2016-10-06 14:48:57.623532"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6c9a8d429ecbfbfa78b10309bb160375484eec9498243b73b1049c85b413f930"], ["user_id", 16], ["platform", "ios"], ["created_at", "2016-10-06 14:48:57.624509"], ["updated_at", "2016-10-06 14:48:57.624509"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f360dcd599f63cac4b2f7db8bf3b31919e813dd997f128818d08f4ce70824494"], ["user_id", 16], ["platform", "chrome"], ["created_at", "2016-10-06 14:48:57.625651"], ["updated_at", "2016-10-06 14:48:57.625651"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "63d17ce169dfc6f9dbc9932badea60a733c269c83bffd986d08c991784d53248"], ["user_id", 17], ["platform", "chrome"], ["created_at", "2016-10-06 14:48:57.626830"], ["updated_at", "2016-10-06 14:48:57.626830"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8d851609e771bd1d8da98b4c38ec63a894560ce52c68c284d152b88e5ba8daf7"], ["user_id", 17], ["platform", "android"], ["created_at", "2016-10-06 14:48:57.627912"], ["updated_at", "2016-10-06 14:48:57.627912"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ab7181477f14dbd864b32795f2647bc3a72540d26b9b1cc313aeb76d3d6021fc"], ["user_id", 18], ["platform", "chrome"], ["created_at", "2016-10-06 14:48:57.629051"], ["updated_at", "2016-10-06 14:48:57.629051"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7d6f09191ad5c307e8023bcea419817639038cff929c8804806b56633ea9d062"], ["user_id", 18], ["platform", "android"], ["created_at", "2016-10-06 14:48:57.630222"], ["updated_at", "2016-10-06 14:48:57.630222"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5c11eb48c84b5a77d90e5b90b089b923c7f91a84ca0014a4e12f0de41a701efd"], ["user_id", 19], ["platform", "ios"], ["created_at", "2016-10-06 14:48:57.631316"], ["updated_at", "2016-10-06 14:48:57.631316"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0714f8e850cc57178e7b94d0dfdc207f7f3580273def9c155ec4f8a47313fc3e"], ["user_id", 19], ["platform", "chrome"], ["created_at", "2016-10-06 14:48:57.632640"], ["updated_at", "2016-10-06 14:48:57.632640"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "307d2eb3a40dfe486b37bb5eb489250be0915d8c28f5c5847e47ad8d97db4db9"], ["user_id", 20], ["platform", "chrome"], ["created_at", "2016-10-06 14:48:57.634860"], ["updated_at", "2016-10-06 14:48:57.634860"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a3be100c6254fd4cc73ccd3ed869c9ce60f3dbe928ea4f28fad6d4ccdee41881"], ["user_id", 20], ["platform", "android"], ["created_at", "2016-10-06 14:48:57.638108"], ["updated_at", "2016-10-06 14:48:57.638108"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ed850716cd995a859b7ee51f446ddcb6e0027edecd49a3c936f287368e49bdf9"], ["user_id", 21], ["platform", "ios"], ["created_at", "2016-10-06 14:48:57.639882"], ["updated_at", "2016-10-06 14:48:57.639882"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "31e0443eba0431f3bbc851760e30e1d25560caa2259f8b6049e88baa4504f953"], ["user_id", 21], ["platform", "android"], ["created_at", "2016-10-06 14:48:57.641484"], ["updated_at", "2016-10-06 14:48:57.641484"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3decb5d2892c2fc29334a85251446d638b3e0bd05d4d5df0462e583173cd726a"], ["user_id", 22], ["platform", "ios"], ["created_at", "2016-10-06 14:48:57.643402"], ["updated_at", "2016-10-06 14:48:57.643402"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "00e77d5283a17b1417962444052bb1b7e293187ca4df9b4765cd39c9db8e28ca"], ["user_id", 22], ["platform", "chrome"], ["created_at", "2016-10-06 14:48:57.644994"], ["updated_at", "2016-10-06 14:48:57.644994"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e8866f63652f25fc9a9e6ae862be22a3bb79e536e1464b4801425b61e68b7d3a"], ["user_id", 23], ["platform", "ios"], ["created_at", "2016-10-06 14:48:57.646443"], ["updated_at", "2016-10-06 14:48:57.646443"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4daf710bf1327b0eec1763e081955c325638ed5b1f0d4a78bf630c93ff7db2d3"], ["user_id", 23], ["platform", "chrome"], ["created_at", "2016-10-06 14:48:57.648238"], ["updated_at", "2016-10-06 14:48:57.648238"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f1c89f833cbdf211afdd874e6d52c79f9976f78a3e88aa6fef0c5de68ca5fbf3"], ["user_id", 24], ["platform", "chrome"], ["created_at", "2016-10-06 14:48:57.649841"], ["updated_at", "2016-10-06 14:48:57.649841"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8a68f83a7ac90c32ae1f18cb05db2d3dfcd9e3733f634a8c2106dcd879cb65fa"], ["user_id", 24], ["platform", "android"], ["created_at", "2016-10-06 14:48:57.652864"], ["updated_at", "2016-10-06 14:48:57.652864"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "80410357b5ca99c52f135b9c812d5771b519fe2b6d0740a22b700829b6918ee8"], ["user_id", 25], ["platform", "android"], ["created_at", "2016-10-06 14:48:57.654793"], ["updated_at", "2016-10-06 14:48:57.654793"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ffbbbe1f336fe13f6ff9603f2c7e9a410a59016d42cae43d5c7a3448729201e6"], ["user_id", 25], ["platform", "ios"], ["created_at", "2016-10-06 14:48:57.656391"], ["updated_at", "2016-10-06 14:48:57.656391"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "07b55b6942c13cc7cf533019c334f76f28bfe286122216983cd2ffca9945d752"], ["user_id", 26], ["platform", "android"], ["created_at", "2016-10-06 14:48:57.657924"], ["updated_at", "2016-10-06 14:48:57.657924"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f7afa87c1b81ac086085b5553ef0d7797e45bb476fc9da27d97733a1adc4a7c1"], ["user_id", 26], ["platform", "ios"], ["created_at", "2016-10-06 14:48:57.659719"], ["updated_at", "2016-10-06 14:48:57.659719"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "99d98197a32518c6eb837917f11ca49b9a4415441a6c2ff56640bd78b24c89cb"], ["user_id", 27], ["platform", "chrome"], ["created_at", "2016-10-06 14:48:57.661231"], ["updated_at", "2016-10-06 14:48:57.661231"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "aef9590336bbe1dff1a34b0fe603c96e2b7bd109fad34c7c18fb5ada00266245"], ["user_id", 27], ["platform", "ios"], ["created_at", "2016-10-06 14:48:57.662731"], ["updated_at", "2016-10-06 14:48:57.662731"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2c2950cf52ec873346db5b1e6894502b1407aa7ac2ac1bd8334d460c02741561"], ["user_id", 28], ["platform", "chrome"], ["created_at", "2016-10-06 14:48:57.664418"], ["updated_at", "2016-10-06 14:48:57.664418"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f1ee7191b77faaedf227c52727ecd45129ae52a1503e09d881c881bef0084d0b"], ["user_id", 28], ["platform", "ios"], ["created_at", "2016-10-06 14:48:57.665944"], ["updated_at", "2016-10-06 14:48:57.665944"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "c1306b32d444c773b7fa4a6cf44bf30f0508f8d3eef59d89c326313e01976994"], ["user_id", 29], ["platform", "ios"], ["created_at", "2016-10-06 14:48:57.667811"], ["updated_at", "2016-10-06 14:48:57.667811"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e81ea8d3fca6993c7a3aa0ee5c02ee8062bf7bbdd5ece7253ba4b17eb4359463"], ["user_id", 29], ["platform", "chrome"], ["created_at", "2016-10-06 14:48:57.671016"], ["updated_at", "2016-10-06 14:48:57.671016"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7354c2a74e5aa2775ddc967623b5489c4f392f8f84f8e8476d991130b769a37d"], ["user_id", 30], ["platform", "chrome"], ["created_at", "2016-10-06 14:48:57.673048"], ["updated_at", "2016-10-06 14:48:57.673048"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "user_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "bc393df6406ceaac292c40a1d881f372f29f2c954f024fa56dde9ac6a0fa566a"], ["user_id", 30], ["platform", "ios"], ["created_at", "2016-10-06 14:48:57.674418"], ["updated_at", "2016-10-06 14:48:57.674418"]]  (6.3ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "jera_push_devices"  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam omnis iure nihil quod cumque doloremque.\",\"text\":\"Use the bluetooth COM protocol, then you can connect the bluetooth matrix!\"}"], ["created_at", "2016-10-06 14:49:11.860990"], ["updated_at", "2016-10-06 14:49:11.860990"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit qui fugit numquam.\",\"text\":\"We need to reboot the bluetooth JBOD bus!\"}"], ["created_at", "2016-10-06 14:49:11.862620"], ["updated_at", "2016-10-06 14:49:11.862620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae illum quaerat qui est neque explicabo necessitatibus.\",\"text\":\"Parsing the protocol won't do anything, we need to hack the mobile png protocol!\"}"], ["created_at", "2016-10-06 14:49:11.863674"], ["updated_at", "2016-10-06 14:49:11.863674"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In eos aliquam et omnis at ut aspernatur.\",\"text\":\"Transmitting the card won't do anything, we need to input the back-end hdd driver!\"}"], ["created_at", "2016-10-06 14:49:11.864614"], ["updated_at", "2016-10-06 14:49:11.864614"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat sunt ea est eum consequatur amet quaerat.\",\"text\":\"If we back up the interface, we can get to the SMS application through the neural SCSI monitor!\"}"], ["created_at", "2016-10-06 14:49:11.865558"], ["updated_at", "2016-10-06 14:49:11.865558"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit veritatis omnis.\",\"text\":\"Use the wireless USB protocol, then you can compress the back-end bandwidth!\"}"], ["created_at", "2016-10-06 14:49:11.866560"], ["updated_at", "2016-10-06 14:49:11.866560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta explicabo eligendi porro adipisci repellendus.\",\"text\":\"You can't connect the capacitor without indexing the haptic SQL application!\"}"], ["created_at", "2016-10-06 14:49:11.867510"], ["updated_at", "2016-10-06 14:49:11.867510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum inventore rerum ut harum officia aut voluptatem.\",\"text\":\"The SSL monitor is down, input the cross-platform monitor so we can reboot the RAM bus!\"}"], ["created_at", "2016-10-06 14:49:11.868444"], ["updated_at", "2016-10-06 14:49:11.868444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta autem voluptatem dicta at.\",\"text\":\"Parsing the pixel won't do anything, we need to connect the auxiliary smtp protocol!\"}"], ["created_at", "2016-10-06 14:49:11.869377"], ["updated_at", "2016-10-06 14:49:11.869377"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis non beatae.\",\"text\":\"We need to connect the solid state AI array!\"}"], ["created_at", "2016-10-06 14:49:11.870386"], ["updated_at", "2016-10-06 14:49:11.870386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quisquam quidem nobis earum incidunt.\",\"text\":\"Try to index the COM array, maybe it will input the primary firewall!\"}"], ["created_at", "2016-10-06 14:49:11.871338"], ["updated_at", "2016-10-06 14:49:11.871338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint nam corporis labore.\",\"text\":\"Try to override the ADP capacitor, maybe it will navigate the haptic monitor!\"}"], ["created_at", "2016-10-06 14:49:11.872349"], ["updated_at", "2016-10-06 14:49:11.872349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error omnis ut ducimus.\",\"text\":\"Use the neural IB bus, then you can copy the open-source matrix!\"}"], ["created_at", "2016-10-06 14:49:11.873334"], ["updated_at", "2016-10-06 14:49:11.873334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis explicabo debitis.\",\"text\":\"You can't copy the driver without compressing the haptic USB card!\"}"], ["created_at", "2016-10-06 14:49:11.874308"], ["updated_at", "2016-10-06 14:49:11.874308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur cumque voluptatem illum aut vel.\",\"text\":\"I'll transmit the mobile SQL pixel, that should firewall the FTP driver!\"}"], ["created_at", "2016-10-06 14:49:11.875226"], ["updated_at", "2016-10-06 14:49:11.875226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae aut explicabo vero alias aut provident ipsa.\",\"text\":\"The SCSI panel is down, program the neural sensor so we can input the FTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:11.876202"], ["updated_at", "2016-10-06 14:49:11.876202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias dolorem sit ut perspiciatis dicta.\",\"text\":\"If we synthesize the system, we can get to the PNG protocol through the haptic AGP monitor!\"}"], ["created_at", "2016-10-06 14:49:11.877157"], ["updated_at", "2016-10-06 14:49:11.877157"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta suscipit qui accusamus et id eius.\",\"text\":\"We need to input the 1080p SAS system!\"}"], ["created_at", "2016-10-06 14:49:11.878147"], ["updated_at", "2016-10-06 14:49:11.878147"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut aspernatur iste rerum.\",\"text\":\"Use the digital IB transmitter, then you can parse the back-end array!\"}"], ["created_at", "2016-10-06 14:49:11.879060"], ["updated_at", "2016-10-06 14:49:11.879060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis harum beatae.\",\"text\":\"Try to hack the SSL protocol, maybe it will compress the open-source transmitter!\"}"], ["created_at", "2016-10-06 14:49:11.879993"], ["updated_at", "2016-10-06 14:49:11.879993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nam commodi voluptatibus.\",\"text\":\"The EXE system is down, back up the cross-platform application so we can transmit the SDD feed!\"}"], ["created_at", "2016-10-06 14:49:11.880910"], ["updated_at", "2016-10-06 14:49:11.880910"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis repellat voluptatem.\",\"text\":\"If we calculate the feed, we can get to the FTP firewall through the haptic XML transmitter!\"}"], ["created_at", "2016-10-06 14:49:11.881781"], ["updated_at", "2016-10-06 14:49:11.881781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dolores numquam dolor quis fugit.\",\"text\":\"Parsing the monitor won't do anything, we need to connect the auxiliary scsi program!\"}"], ["created_at", "2016-10-06 14:49:11.882729"], ["updated_at", "2016-10-06 14:49:11.882729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui praesentium quidem quisquam nisi.\",\"text\":\"Programming the bus won't do anything, we need to copy the solid state exe pixel!\"}"], ["created_at", "2016-10-06 14:49:11.883650"], ["updated_at", "2016-10-06 14:49:11.883650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem velit eligendi rerum.\",\"text\":\"I'll index the neural USB alarm, that should feed the RAM driver!\"}"], ["created_at", "2016-10-06 14:49:11.884569"], ["updated_at", "2016-10-06 14:49:11.884569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis labore itaque suscipit sequi aut dolorum.\",\"text\":\"Use the redundant IB matrix, then you can index the wireless microchip!\"}"], ["created_at", "2016-10-06 14:49:11.885455"], ["updated_at", "2016-10-06 14:49:11.885455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos et facilis iusto.\",\"text\":\"Overriding the card won't do anything, we need to transmit the digital png feed!\"}"], ["created_at", "2016-10-06 14:49:11.886419"], ["updated_at", "2016-10-06 14:49:11.886419"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo deleniti suscipit.\",\"text\":\"Try to quantify the SCSI microchip, maybe it will transmit the solid state sensor!\"}"], ["created_at", "2016-10-06 14:49:11.887406"], ["updated_at", "2016-10-06 14:49:11.887406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam libero voluptatibus maxime.\",\"text\":\"If we back up the system, we can get to the PNG protocol through the multi-byte SAS matrix!\"}"], ["created_at", "2016-10-06 14:49:11.888318"], ["updated_at", "2016-10-06 14:49:11.888318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam iste delectus voluptatibus quia eum corrupti.\",\"text\":\"You can't reboot the program without indexing the digital RSS array!\"}"], ["created_at", "2016-10-06 14:49:11.889203"], ["updated_at", "2016-10-06 14:49:11.889203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi aut repellat.\",\"text\":\"Try to navigate the RSS hard drive, maybe it will override the bluetooth bandwidth!\"}"], ["created_at", "2016-10-06 14:49:11.890136"], ["updated_at", "2016-10-06 14:49:11.890136"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque id labore natus assumenda accusamus dolorem repudiandae.\",\"text\":\"We need to transmit the 1080p HDD matrix!\"}"], ["created_at", "2016-10-06 14:49:11.891050"], ["updated_at", "2016-10-06 14:49:11.891050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore illum omnis reiciendis.\",\"text\":\"Try to generate the TCP bandwidth, maybe it will reboot the virtual matrix!\"}"], ["created_at", "2016-10-06 14:49:11.891969"], ["updated_at", "2016-10-06 14:49:11.891969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam consequatur architecto ut.\",\"text\":\"Use the haptic XML driver, then you can bypass the online pixel!\"}"], ["created_at", "2016-10-06 14:49:11.892898"], ["updated_at", "2016-10-06 14:49:11.892898"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae et ducimus voluptas et qui.\",\"text\":\"The CSS card is down, synthesize the multi-byte alarm so we can back up the XML monitor!\"}"], ["created_at", "2016-10-06 14:49:11.893849"], ["updated_at", "2016-10-06 14:49:11.893849"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid quo perspiciatis delectus.\",\"text\":\"We need to hack the mobile COM panel!\"}"], ["created_at", "2016-10-06 14:49:11.894966"], ["updated_at", "2016-10-06 14:49:11.894966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error rerum aperiam.\",\"text\":\"You can't hack the capacitor without overriding the wireless HTTP card!\"}"], ["created_at", "2016-10-06 14:49:11.895975"], ["updated_at", "2016-10-06 14:49:11.895975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut labore amet suscipit eligendi.\",\"text\":\"If we parse the circuit, we can get to the AGP circuit through the digital PNG protocol!\"}"], ["created_at", "2016-10-06 14:49:11.896996"], ["updated_at", "2016-10-06 14:49:11.896996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus rerum hic placeat cum.\",\"text\":\"Compressing the port won't do anything, we need to index the digital xml monitor!\"}"], ["created_at", "2016-10-06 14:49:11.897999"], ["updated_at", "2016-10-06 14:49:11.897999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eaque autem nihil quam magnam et.\",\"text\":\"Hacking the card won't do anything, we need to quantify the back-end rss bandwidth!\"}"], ["created_at", "2016-10-06 14:49:11.898986"], ["updated_at", "2016-10-06 14:49:11.898986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate cum asperiores quod reprehenderit repellat.\",\"text\":\"Try to parse the THX alarm, maybe it will bypass the back-end array!\"}"], ["created_at", "2016-10-06 14:49:11.900064"], ["updated_at", "2016-10-06 14:49:11.900064"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim officiis molestiae.\",\"text\":\"We need to reboot the auxiliary RSS panel!\"}"], ["created_at", "2016-10-06 14:49:11.901138"], ["updated_at", "2016-10-06 14:49:11.901138"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum et sapiente eum est debitis sequi.\",\"text\":\"I'll program the open-source PCI program, that should card the SDD protocol!\"}"], ["created_at", "2016-10-06 14:49:11.902203"], ["updated_at", "2016-10-06 14:49:11.902203"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui cumque quis ut aut.\",\"text\":\"Use the optical TCP array, then you can parse the digital application!\"}"], ["created_at", "2016-10-06 14:49:11.903259"], ["updated_at", "2016-10-06 14:49:11.903259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora praesentium ipsam accusantium quo.\",\"text\":\"The JSON port is down, navigate the open-source capacitor so we can generate the SDD capacitor!\"}"], ["created_at", "2016-10-06 14:49:11.904352"], ["updated_at", "2016-10-06 14:49:11.904352"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque nostrum excepturi doloribus minus ratione autem.\",\"text\":\"I'll bypass the solid state GB circuit, that should feed the JSON interface!\"}"], ["created_at", "2016-10-06 14:49:11.905426"], ["updated_at", "2016-10-06 14:49:11.905426"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum neque fugiat est maxime reiciendis.\",\"text\":\"I'll quantify the cross-platform SSL bandwidth, that should capacitor the AGP driver!\"}"], ["created_at", "2016-10-06 14:49:11.906456"], ["updated_at", "2016-10-06 14:49:11.906456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate consequatur et eligendi incidunt voluptate.\",\"text\":\"You can't synthesize the system without bypassing the solid state SDD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:11.907531"], ["updated_at", "2016-10-06 14:49:11.907531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae quae voluptates nulla.\",\"text\":\"Use the bluetooth SAS panel, then you can navigate the virtual capacitor!\"}"], ["created_at", "2016-10-06 14:49:11.908606"], ["updated_at", "2016-10-06 14:49:11.908606"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil enim temporibus.\",\"text\":\"Indexing the card won't do anything, we need to input the neural sdd capacitor!\"}"], ["created_at", "2016-10-06 14:49:11.909671"], ["updated_at", "2016-10-06 14:49:11.909671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptatem repellendus quia consequatur ducimus.\",\"text\":\"Use the redundant JSON system, then you can index the auxiliary interface!\"}"], ["created_at", "2016-10-06 14:49:11.910726"], ["updated_at", "2016-10-06 14:49:11.910726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint alias sint tenetur beatae error in iusto.\",\"text\":\"I'll bypass the redundant AGP application, that should monitor the SDD bus!\"}"], ["created_at", "2016-10-06 14:49:11.911829"], ["updated_at", "2016-10-06 14:49:11.911829"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur ipsam reiciendis quaerat id architecto beatae rerum.\",\"text\":\"The XSS system is down, compress the digital program so we can parse the SDD port!\"}"], ["created_at", "2016-10-06 14:49:11.912926"], ["updated_at", "2016-10-06 14:49:11.912926"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates quia ut ducimus tempora.\",\"text\":\"If we quantify the port, we can get to the CSS driver through the multi-byte ADP sensor!\"}"], ["created_at", "2016-10-06 14:49:11.914003"], ["updated_at", "2016-10-06 14:49:11.914003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt praesentium et sequi dicta consequuntur blanditiis.\",\"text\":\"You can't bypass the microchip without transmitting the digital PCI bus!\"}"], ["created_at", "2016-10-06 14:49:11.914979"], ["updated_at", "2016-10-06 14:49:11.914979"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum corporis fuga inventore natus.\",\"text\":\"Use the primary RAM matrix, then you can program the neural capacitor!\"}"], ["created_at", "2016-10-06 14:49:11.915948"], ["updated_at", "2016-10-06 14:49:11.915948"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus sequi libero eius corrupti fugit quaerat.\",\"text\":\"The SQL application is down, index the cross-platform program so we can index the RSS monitor!\"}"], ["created_at", "2016-10-06 14:49:11.916923"], ["updated_at", "2016-10-06 14:49:11.916923"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est doloremque voluptate quia illum at.\",\"text\":\"I'll bypass the redundant USB bus, that should circuit the CSS port!\"}"], ["created_at", "2016-10-06 14:49:11.917809"], ["updated_at", "2016-10-06 14:49:11.917809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure debitis sunt placeat voluptatibus inventore ut.\",\"text\":\"We need to calculate the digital CSS circuit!\"}"], ["created_at", "2016-10-06 14:49:11.918780"], ["updated_at", "2016-10-06 14:49:11.918780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim eaque dolor fugit.\",\"text\":\"Use the 1080p SMS pixel, then you can copy the bluetooth port!\"}"], ["created_at", "2016-10-06 14:49:11.919731"], ["updated_at", "2016-10-06 14:49:11.919731"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque molestiae occaecati.\",\"text\":\"You can't bypass the monitor without navigating the bluetooth IB circuit!\"}"], ["created_at", "2016-10-06 14:49:11.920669"], ["updated_at", "2016-10-06 14:49:11.920669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime laudantium qui numquam eos neque et.\",\"text\":\"If we quantify the interface, we can get to the ADP card through the multi-byte JBOD matrix!\"}"], ["created_at", "2016-10-06 14:49:11.921563"], ["updated_at", "2016-10-06 14:49:11.921563"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam est suscipit repudiandae.\",\"text\":\"If we connect the program, we can get to the JSON microchip through the neural EXE array!\"}"], ["created_at", "2016-10-06 14:49:11.922536"], ["updated_at", "2016-10-06 14:49:11.922536"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi deserunt nam provident nesciunt.\",\"text\":\"Use the primary SCSI bus, then you can navigate the primary port!\"}"], ["created_at", "2016-10-06 14:49:11.923514"], ["updated_at", "2016-10-06 14:49:11.923514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed officia explicabo impedit et debitis labore aliquid.\",\"text\":\"Use the neural FTP feed, then you can input the online interface!\"}"], ["created_at", "2016-10-06 14:49:11.924457"], ["updated_at", "2016-10-06 14:49:11.924457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dolorem molestiae voluptatem amet tenetur molestiae.\",\"text\":\"You can't transmit the protocol without connecting the mobile TCP capacitor!\"}"], ["created_at", "2016-10-06 14:49:11.925465"], ["updated_at", "2016-10-06 14:49:11.925465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem necessitatibus et.\",\"text\":\"If we copy the microchip, we can get to the JSON system through the back-end AGP matrix!\"}"], ["created_at", "2016-10-06 14:49:11.926469"], ["updated_at", "2016-10-06 14:49:11.926469"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita dolorem doloremque error nisi sed fugit et.\",\"text\":\"If we generate the system, we can get to the SQL capacitor through the multi-byte ADP driver!\"}"], ["created_at", "2016-10-06 14:49:11.927398"], ["updated_at", "2016-10-06 14:49:11.927398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel dicta veritatis ad nisi voluptatem.\",\"text\":\"Hacking the circuit won't do anything, we need to parse the cross-platform agp sensor!\"}"], ["created_at", "2016-10-06 14:49:11.928307"], ["updated_at", "2016-10-06 14:49:11.928307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit ex sit consequatur sed.\",\"text\":\"If we bypass the matrix, we can get to the AI array through the online HTTP array!\"}"], ["created_at", "2016-10-06 14:49:11.929278"], ["updated_at", "2016-10-06 14:49:11.929278"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt praesentium illo molestias ut nam suscipit vitae.\",\"text\":\"Use the 1080p SAS driver, then you can back up the digital hard drive!\"}"], ["created_at", "2016-10-06 14:49:11.930285"], ["updated_at", "2016-10-06 14:49:11.930285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos ex ullam eos accusantium.\",\"text\":\"You can't synthesize the matrix without overriding the neural SAS circuit!\"}"], ["created_at", "2016-10-06 14:49:11.931372"], ["updated_at", "2016-10-06 14:49:11.931372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis fugiat laudantium ut.\",\"text\":\"You can't synthesize the alarm without bypassing the online PCI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:11.932312"], ["updated_at", "2016-10-06 14:49:11.932312"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero illum officiis ut sunt ratione adipisci voluptate.\",\"text\":\"I'll generate the neural SSL driver, that should capacitor the SMTP card!\"}"], ["created_at", "2016-10-06 14:49:11.933256"], ["updated_at", "2016-10-06 14:49:11.933256"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur et eos ea fuga pariatur cupiditate et.\",\"text\":\"We need to hack the haptic JSON array!\"}"], ["created_at", "2016-10-06 14:49:11.934236"], ["updated_at", "2016-10-06 14:49:11.934236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id qui nostrum ut.\",\"text\":\"If we override the card, we can get to the SMTP circuit through the mobile RAM array!\"}"], ["created_at", "2016-10-06 14:49:11.935130"], ["updated_at", "2016-10-06 14:49:11.935130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci voluptates laborum animi veritatis consequuntur sit.\",\"text\":\"Compressing the matrix won't do anything, we need to back up the open-source com firewall!\"}"], ["created_at", "2016-10-06 14:49:11.936064"], ["updated_at", "2016-10-06 14:49:11.936064"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut est repellendus dolorem dicta.\",\"text\":\"Use the 1080p CSS panel, then you can generate the mobile feed!\"}"], ["created_at", "2016-10-06 14:49:11.937031"], ["updated_at", "2016-10-06 14:49:11.937031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum maxime error.\",\"text\":\"I'll reboot the haptic JSON driver, that should array the TCP interface!\"}"], ["created_at", "2016-10-06 14:49:11.937965"], ["updated_at", "2016-10-06 14:49:11.937965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi quasi similique veniam consequatur quae esse libero.\",\"text\":\"Programming the sensor won't do anything, we need to reboot the back-end tcp transmitter!\"}"], ["created_at", "2016-10-06 14:49:11.938936"], ["updated_at", "2016-10-06 14:49:11.938936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae illo dolor dolorem ipsa atque saepe.\",\"text\":\"I'll compress the haptic SCSI card, that should hard drive the CSS feed!\"}"], ["created_at", "2016-10-06 14:49:11.939912"], ["updated_at", "2016-10-06 14:49:11.939912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt esse tempore tempora debitis perferendis iste.\",\"text\":\"Use the back-end ADP panel, then you can calculate the optical feed!\"}"], ["created_at", "2016-10-06 14:49:11.940901"], ["updated_at", "2016-10-06 14:49:11.940901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit repudiandae porro sed non officia.\",\"text\":\"You can't bypass the bandwidth without compressing the mobile THX card!\"}"], ["created_at", "2016-10-06 14:49:11.941844"], ["updated_at", "2016-10-06 14:49:11.941844"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam non quos veritatis aperiam ducimus.\",\"text\":\"The SMTP hard drive is down, compress the digital microchip so we can program the SAS hard drive!\"}"], ["created_at", "2016-10-06 14:49:11.942798"], ["updated_at", "2016-10-06 14:49:11.942798"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia pariatur optio eos.\",\"text\":\"You can't synthesize the transmitter without calculating the optical HDD application!\"}"], ["created_at", "2016-10-06 14:49:11.943775"], ["updated_at", "2016-10-06 14:49:11.943775"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae enim sed ut dolor eius quae rerum.\",\"text\":\"We need to reboot the neural THX driver!\"}"], ["created_at", "2016-10-06 14:49:11.944715"], ["updated_at", "2016-10-06 14:49:11.944715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores ad unde porro dolor assumenda libero omnis.\",\"text\":\"Use the wireless FTP transmitter, then you can synthesize the optical bandwidth!\"}"], ["created_at", "2016-10-06 14:49:11.945621"], ["updated_at", "2016-10-06 14:49:11.945621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt et quia.\",\"text\":\"Try to index the ADP application, maybe it will generate the open-source alarm!\"}"], ["created_at", "2016-10-06 14:49:11.946594"], ["updated_at", "2016-10-06 14:49:11.946594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur accusamus odit quibusdam odio nisi eligendi.\",\"text\":\"You can't hack the transmitter without copying the optical HDD bus!\"}"], ["created_at", "2016-10-06 14:49:11.947568"], ["updated_at", "2016-10-06 14:49:11.947568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis id consectetur est quis.\",\"text\":\"If we bypass the transmitter, we can get to the HTTP array through the auxiliary FTP microchip!\"}"], ["created_at", "2016-10-06 14:49:11.948495"], ["updated_at", "2016-10-06 14:49:11.948495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis quia dolor nihil aliquam cupiditate.\",\"text\":\"We need to copy the haptic PCI program!\"}"], ["created_at", "2016-10-06 14:49:11.949395"], ["updated_at", "2016-10-06 14:49:11.949395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eum est totam debitis quaerat.\",\"text\":\"The THX hard drive is down, connect the digital firewall so we can hack the HDD matrix!\"}"], ["created_at", "2016-10-06 14:49:11.950407"], ["updated_at", "2016-10-06 14:49:11.950407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus impedit maiores totam reiciendis sit eaque quia.\",\"text\":\"The JSON card is down, navigate the primary panel so we can navigate the TCP microchip!\"}"], ["created_at", "2016-10-06 14:49:11.951353"], ["updated_at", "2016-10-06 14:49:11.951353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure ab quod beatae quaerat non.\",\"text\":\"If we input the port, we can get to the JBOD circuit through the digital IB alarm!\"}"], ["created_at", "2016-10-06 14:49:11.952275"], ["updated_at", "2016-10-06 14:49:11.952275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores culpa similique quia consequatur.\",\"text\":\"The SAS driver is down, index the optical system so we can input the EXE bandwidth!\"}"], ["created_at", "2016-10-06 14:49:11.953186"], ["updated_at", "2016-10-06 14:49:11.953186"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem et commodi qui maxime asperiores mollitia quia.\",\"text\":\"Try to connect the AGP array, maybe it will connect the optical bus!\"}"], ["created_at", "2016-10-06 14:49:11.954146"], ["updated_at", "2016-10-06 14:49:11.954146"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque accusantium repellendus necessitatibus voluptatem officiis.\",\"text\":\"You can't program the port without indexing the haptic GB application!\"}"], ["created_at", "2016-10-06 14:49:11.955068"], ["updated_at", "2016-10-06 14:49:11.955068"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis voluptatem sunt et.\",\"text\":\"The AGP bandwidth is down, generate the online port so we can navigate the COM bus!\"}"], ["created_at", "2016-10-06 14:49:11.955964"], ["updated_at", "2016-10-06 14:49:11.955964"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem sapiente sit non quo commodi repellendus iste.\",\"text\":\"If we hack the matrix, we can get to the JSON pixel through the open-source SSL card!\"}"], ["created_at", "2016-10-06 14:49:11.956994"], ["updated_at", "2016-10-06 14:49:11.956994"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat voluptatem a rerum.\",\"text\":\"You can't hack the feed without compressing the mobile ADP card!\"}"], ["created_at", "2016-10-06 14:49:11.958306"], ["updated_at", "2016-10-06 14:49:11.958306"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet doloribus debitis velit dignissimos exercitationem.\",\"text\":\"You can't copy the microchip without synthesizing the haptic TCP array!\"}"], ["created_at", "2016-10-06 14:49:11.959554"], ["updated_at", "2016-10-06 14:49:11.959554"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis voluptatibus minus autem.\",\"text\":\"Use the haptic PNG alarm, then you can generate the multi-byte sensor!\"}"], ["created_at", "2016-10-06 14:49:11.960694"], ["updated_at", "2016-10-06 14:49:11.960694"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus quibusdam et sapiente.\",\"text\":\"The GB firewall is down, connect the open-source panel so we can connect the HTTP alarm!\"}"], ["created_at", "2016-10-06 14:49:11.962156"], ["updated_at", "2016-10-06 14:49:11.962156"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti est maiores quis tenetur id tempore suscipit.\",\"text\":\"You can't back up the application without hacking the mobile SDD bus!\"}"], ["created_at", "2016-10-06 14:49:11.963705"], ["updated_at", "2016-10-06 14:49:11.963705"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa et dolorem vel sequi ullam velit vel.\",\"text\":\"Hacking the array won't do anything, we need to transmit the virtual ftp panel!\"}"], ["created_at", "2016-10-06 14:49:11.966290"], ["updated_at", "2016-10-06 14:49:11.966290"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum dolorem ut libero ipsum maiores aliquam.\",\"text\":\"You can't input the interface without calculating the auxiliary JBOD bus!\"}"], ["created_at", "2016-10-06 14:49:11.967704"], ["updated_at", "2016-10-06 14:49:11.967704"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum consequatur incidunt commodi in.\",\"text\":\"Try to calculate the COM bandwidth, maybe it will back up the redundant transmitter!\"}"], ["created_at", "2016-10-06 14:49:11.971376"], ["updated_at", "2016-10-06 14:49:11.971376"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae fugit at ipsam aliquid.\",\"text\":\"If we connect the card, we can get to the HTTP bus through the solid state SMS bus!\"}"], ["created_at", "2016-10-06 14:49:11.973610"], ["updated_at", "2016-10-06 14:49:11.973610"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque voluptas molestias voluptatibus ea.\",\"text\":\"We need to calculate the auxiliary AI feed!\"}"], ["created_at", "2016-10-06 14:49:11.974864"], ["updated_at", "2016-10-06 14:49:11.974864"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis odio et.\",\"text\":\"Use the optical USB interface, then you can synthesize the back-end array!\"}"], ["created_at", "2016-10-06 14:49:11.976141"], ["updated_at", "2016-10-06 14:49:11.976141"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ea adipisci dolorem.\",\"text\":\"Try to index the AGP circuit, maybe it will navigate the multi-byte matrix!\"}"], ["created_at", "2016-10-06 14:49:11.977466"], ["updated_at", "2016-10-06 14:49:11.977466"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid sint earum.\",\"text\":\"You can't copy the pixel without bypassing the cross-platform COM interface!\"}"], ["created_at", "2016-10-06 14:49:11.978759"], ["updated_at", "2016-10-06 14:49:11.978759"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex repellat placeat qui sed minus velit.\",\"text\":\"We need to bypass the primary HTTP driver!\"}"], ["created_at", "2016-10-06 14:49:11.980124"], ["updated_at", "2016-10-06 14:49:11.980124"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea minus repellendus voluptates.\",\"text\":\"Parsing the panel won't do anything, we need to parse the primary jbod pixel!\"}"], ["created_at", "2016-10-06 14:49:11.981408"], ["updated_at", "2016-10-06 14:49:11.981408"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quisquam ut.\",\"text\":\"We need to override the redundant XML panel!\"}"], ["created_at", "2016-10-06 14:49:11.982751"], ["updated_at", "2016-10-06 14:49:11.982751"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita et totam autem quod non.\",\"text\":\"We need to parse the primary PNG panel!\"}"], ["created_at", "2016-10-06 14:49:11.984025"], ["updated_at", "2016-10-06 14:49:11.984025"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati itaque asperiores voluptates odio autem et fugit.\",\"text\":\"Copying the card won't do anything, we need to back up the open-source scsi port!\"}"], ["created_at", "2016-10-06 14:49:11.985325"], ["updated_at", "2016-10-06 14:49:11.985325"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe nulla aut cum et ut voluptatem.\",\"text\":\"Hacking the driver won't do anything, we need to transmit the wireless pci protocol!\"}"], ["created_at", "2016-10-06 14:49:11.987518"], ["updated_at", "2016-10-06 14:49:11.987518"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam sed ratione rem.\",\"text\":\"Use the virtual JSON panel, then you can program the open-source driver!\"}"], ["created_at", "2016-10-06 14:49:11.990348"], ["updated_at", "2016-10-06 14:49:11.990348"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa perferendis quae.\",\"text\":\"Synthesizing the circuit won't do anything, we need to calculate the open-source sdd interface!\"}"], ["created_at", "2016-10-06 14:49:11.991713"], ["updated_at", "2016-10-06 14:49:11.991713"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut laboriosam qui porro ut similique amet.\",\"text\":\"Use the redundant XSS bandwidth, then you can hack the mobile panel!\"}"], ["created_at", "2016-10-06 14:49:11.993032"], ["updated_at", "2016-10-06 14:49:11.993032"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est eius ducimus.\",\"text\":\"I'll bypass the multi-byte SMTP interface, that should driver the RSS bus!\"}"], ["created_at", "2016-10-06 14:49:11.994319"], ["updated_at", "2016-10-06 14:49:11.994319"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur fugiat molestias.\",\"text\":\"I'll back up the haptic GB pixel, that should alarm the SSL pixel!\"}"], ["created_at", "2016-10-06 14:49:11.995736"], ["updated_at", "2016-10-06 14:49:11.995736"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et suscipit consectetur id consequuntur nam.\",\"text\":\"You can't navigate the array without programming the primary USB sensor!\"}"], ["created_at", "2016-10-06 14:49:11.996859"], ["updated_at", "2016-10-06 14:49:11.996859"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi rerum pariatur animi quas ea.\",\"text\":\"The SAS application is down, back up the mobile firewall so we can calculate the FTP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:11.998037"], ["updated_at", "2016-10-06 14:49:11.998037"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea non est.\",\"text\":\"The JBOD system is down, transmit the digital capacitor so we can synthesize the FTP matrix!\"}"], ["created_at", "2016-10-06 14:49:11.999410"], ["updated_at", "2016-10-06 14:49:11.999410"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum nisi mollitia dolorem magnam sit et.\",\"text\":\"Try to transmit the SSL port, maybe it will calculate the back-end bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.000760"], ["updated_at", "2016-10-06 14:49:12.000760"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus qui minima aspernatur.\",\"text\":\"Use the back-end SMS program, then you can bypass the open-source microchip!\"}"], ["created_at", "2016-10-06 14:49:12.002222"], ["updated_at", "2016-10-06 14:49:12.002222"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem autem numquam itaque perferendis commodi quisquam dicta.\",\"text\":\"Try to index the XSS protocol, maybe it will override the virtual panel!\"}"], ["created_at", "2016-10-06 14:49:12.004597"], ["updated_at", "2016-10-06 14:49:12.004597"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas earum non perspiciatis excepturi.\",\"text\":\"We need to back up the 1080p COM microchip!\"}"], ["created_at", "2016-10-06 14:49:12.006783"], ["updated_at", "2016-10-06 14:49:12.006783"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure aut sint enim.\",\"text\":\"We need to transmit the wireless EXE bus!\"}"], ["created_at", "2016-10-06 14:49:12.008150"], ["updated_at", "2016-10-06 14:49:12.008150"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo ut voluptatem est aut vitae.\",\"text\":\"Quantifying the circuit won't do anything, we need to calculate the 1080p jbod capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.009477"], ["updated_at", "2016-10-06 14:49:12.009477"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur dolorem corporis maxime voluptas vero quasi debitis.\",\"text\":\"Try to synthesize the RSS bandwidth, maybe it will back up the multi-byte monitor!\"}"], ["created_at", "2016-10-06 14:49:12.010945"], ["updated_at", "2016-10-06 14:49:12.010945"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui culpa ut.\",\"text\":\"Try to navigate the CSS microchip, maybe it will reboot the primary circuit!\"}"], ["created_at", "2016-10-06 14:49:12.012498"], ["updated_at", "2016-10-06 14:49:12.012498"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est eos necessitatibus dolore.\",\"text\":\"I'll transmit the virtual CSS interface, that should program the IB port!\"}"], ["created_at", "2016-10-06 14:49:12.014326"], ["updated_at", "2016-10-06 14:49:12.014326"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut omnis et impedit quaerat.\",\"text\":\"The GB bandwidth is down, override the virtual interface so we can navigate the IB feed!\"}"], ["created_at", "2016-10-06 14:49:12.017306"], ["updated_at", "2016-10-06 14:49:12.017306"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius beatae illum et totam ut tenetur.\",\"text\":\"You can't parse the capacitor without calculating the multi-byte JSON sensor!\"}"], ["created_at", "2016-10-06 14:49:12.018763"], ["updated_at", "2016-10-06 14:49:12.018763"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit et cum necessitatibus beatae velit.\",\"text\":\"You can't synthesize the array without generating the primary AGP system!\"}"], ["created_at", "2016-10-06 14:49:12.020206"], ["updated_at", "2016-10-06 14:49:12.020206"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis dicta quo nemo molestiae ut ea error.\",\"text\":\"I'll program the primary COM system, that should panel the GB hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.022922"], ["updated_at", "2016-10-06 14:49:12.022922"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem adipisci inventore laudantium iste facilis quaerat consectetur.\",\"text\":\"We need to override the digital SSL feed!\"}"], ["created_at", "2016-10-06 14:49:12.024272"], ["updated_at", "2016-10-06 14:49:12.024272"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui illo iusto ut et nobis perferendis.\",\"text\":\"I'll input the neural THX bus, that should protocol the JBOD protocol!\"}"], ["created_at", "2016-10-06 14:49:12.025610"], ["updated_at", "2016-10-06 14:49:12.025610"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur ipsa cum est numquam ducimus.\",\"text\":\"Use the open-source COM microchip, then you can override the multi-byte monitor!\"}"], ["created_at", "2016-10-06 14:49:12.026984"], ["updated_at", "2016-10-06 14:49:12.026984"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur reiciendis occaecati.\",\"text\":\"Hacking the driver won't do anything, we need to calculate the auxiliary scsi pixel!\"}"], ["created_at", "2016-10-06 14:49:12.028336"], ["updated_at", "2016-10-06 14:49:12.028336"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque non dolores in deserunt et.\",\"text\":\"You can't back up the bus without copying the haptic FTP monitor!\"}"], ["created_at", "2016-10-06 14:49:12.029758"], ["updated_at", "2016-10-06 14:49:12.029758"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum vitae dignissimos necessitatibus dolorem maxime omnis.\",\"text\":\"You can't connect the monitor without synthesizing the primary USB card!\"}"], ["created_at", "2016-10-06 14:49:12.031030"], ["updated_at", "2016-10-06 14:49:12.031030"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore ad voluptas at ullam veniam quidem commodi.\",\"text\":\"I'll connect the haptic GB interface, that should port the XSS interface!\"}"], ["created_at", "2016-10-06 14:49:12.032356"], ["updated_at", "2016-10-06 14:49:12.032356"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse perferendis debitis odit doloremque nisi pariatur est.\",\"text\":\"If we override the array, we can get to the SAS capacitor through the back-end USB card!\"}"], ["created_at", "2016-10-06 14:49:12.033788"], ["updated_at", "2016-10-06 14:49:12.033788"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio facere et voluptatem omnis.\",\"text\":\"If we override the monitor, we can get to the SSL feed through the open-source PNG firewall!\"}"], ["created_at", "2016-10-06 14:49:12.035653"], ["updated_at", "2016-10-06 14:49:12.035653"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam voluptate neque accusantium est voluptatem.\",\"text\":\"Use the wireless SDD circuit, then you can transmit the cross-platform application!\"}"], ["created_at", "2016-10-06 14:49:12.040045"], ["updated_at", "2016-10-06 14:49:12.040045"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam doloribus deserunt id tempore cum.\",\"text\":\"Try to program the SMTP capacitor, maybe it will synthesize the solid state capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.042305"], ["updated_at", "2016-10-06 14:49:12.042305"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla quia sit omnis exercitationem quam adipisci.\",\"text\":\"You can't index the transmitter without synthesizing the cross-platform EXE application!\"}"], ["created_at", "2016-10-06 14:49:12.044143"], ["updated_at", "2016-10-06 14:49:12.044143"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut veritatis aliquam nihil.\",\"text\":\"You can't hack the transmitter without backing up the wireless EXE card!\"}"], ["created_at", "2016-10-06 14:49:12.045787"], ["updated_at", "2016-10-06 14:49:12.045787"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda est est repellat dolor.\",\"text\":\"You can't compress the circuit without programming the auxiliary SCSI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.047313"], ["updated_at", "2016-10-06 14:49:12.047313"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum cumque veritatis aliquid.\",\"text\":\"The HDD circuit is down, synthesize the back-end card so we can override the JSON hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.049028"], ["updated_at", "2016-10-06 14:49:12.049028"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis sunt non.\",\"text\":\"Backing up the system won't do anything, we need to hack the neural png firewall!\"}"], ["created_at", "2016-10-06 14:49:12.050720"], ["updated_at", "2016-10-06 14:49:12.050720"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque molestiae voluptas ipsa nisi adipisci corrupti repudiandae.\",\"text\":\"Parsing the hard drive won't do anything, we need to synthesize the neural http monitor!\"}"], ["created_at", "2016-10-06 14:49:12.052490"], ["updated_at", "2016-10-06 14:49:12.052490"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam quisquam magni delectus autem.\",\"text\":\"Try to generate the AI driver, maybe it will override the solid state protocol!\"}"], ["created_at", "2016-10-06 14:49:12.055819"], ["updated_at", "2016-10-06 14:49:12.055819"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut officiis dicta facere.\",\"text\":\"We need to compress the neural SAS hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.057577"], ["updated_at", "2016-10-06 14:49:12.057577"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure odit voluptas aut modi.\",\"text\":\"Try to copy the FTP array, maybe it will bypass the solid state matrix!\"}"], ["created_at", "2016-10-06 14:49:12.059282"], ["updated_at", "2016-10-06 14:49:12.059282"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas voluptas molestiae commodi facilis dolores.\",\"text\":\"Try to connect the XML matrix, maybe it will bypass the online circuit!\"}"], ["created_at", "2016-10-06 14:49:12.060769"], ["updated_at", "2016-10-06 14:49:12.060769"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In qui aut praesentium molestiae voluptatum est.\",\"text\":\"I'll override the solid state GB capacitor, that should firewall the ADP interface!\"}"], ["created_at", "2016-10-06 14:49:12.062486"], ["updated_at", "2016-10-06 14:49:12.062486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo ipsum cumque.\",\"text\":\"The FTP panel is down, calculate the multi-byte program so we can hack the SMS sensor!\"}"], ["created_at", "2016-10-06 14:49:12.063657"], ["updated_at", "2016-10-06 14:49:12.063657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi ut et reprehenderit.\",\"text\":\"Hacking the firewall won't do anything, we need to generate the bluetooth json system!\"}"], ["created_at", "2016-10-06 14:49:12.064679"], ["updated_at", "2016-10-06 14:49:12.064679"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus id quam quod suscipit voluptas odio atque.\",\"text\":\"If we hack the driver, we can get to the XSS application through the 1080p SMTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.065662"], ["updated_at", "2016-10-06 14:49:12.065662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod ea magnam et ipsam eum eius.\",\"text\":\"I'll hack the mobile SMTP card, that should interface the CSS protocol!\"}"], ["created_at", "2016-10-06 14:49:12.066844"], ["updated_at", "2016-10-06 14:49:12.066844"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum et ea quod quisquam.\",\"text\":\"Use the virtual USB microchip, then you can index the neural card!\"}"], ["created_at", "2016-10-06 14:49:12.067818"], ["updated_at", "2016-10-06 14:49:12.067818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit eaque eos.\",\"text\":\"Try to copy the PNG circuit, maybe it will calculate the cross-platform hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.068752"], ["updated_at", "2016-10-06 14:49:12.068752"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod amet inventore et.\",\"text\":\"The GB array is down, program the back-end feed so we can generate the XML transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.069991"], ["updated_at", "2016-10-06 14:49:12.069991"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et in et quaerat ad.\",\"text\":\"Use the 1080p SSL feed, then you can back up the auxiliary array!\"}"], ["created_at", "2016-10-06 14:49:12.072574"], ["updated_at", "2016-10-06 14:49:12.072574"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores minima esse.\",\"text\":\"If we compress the microchip, we can get to the RSS system through the multi-byte COM hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.073690"], ["updated_at", "2016-10-06 14:49:12.073690"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est deleniti modi vitae tempore labore.\",\"text\":\"Use the bluetooth SDD interface, then you can back up the wireless microchip!\"}"], ["created_at", "2016-10-06 14:49:12.074726"], ["updated_at", "2016-10-06 14:49:12.074726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident officia recusandae.\",\"text\":\"I'll bypass the redundant SQL monitor, that should hard drive the FTP panel!\"}"], ["created_at", "2016-10-06 14:49:12.075716"], ["updated_at", "2016-10-06 14:49:12.075716"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum quis nisi voluptas officiis.\",\"text\":\"If we copy the hard drive, we can get to the FTP alarm through the virtual AGP hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.076656"], ["updated_at", "2016-10-06 14:49:12.076656"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia dolor repudiandae fugiat non.\",\"text\":\"I'll navigate the open-source HDD panel, that should port the HTTP protocol!\"}"], ["created_at", "2016-10-06 14:49:12.077573"], ["updated_at", "2016-10-06 14:49:12.077573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde error consequatur asperiores enim consequatur.\",\"text\":\"I'll navigate the bluetooth SMS microchip, that should interface the ADP sensor!\"}"], ["created_at", "2016-10-06 14:49:12.078598"], ["updated_at", "2016-10-06 14:49:12.078598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut veniam et dolorum quo.\",\"text\":\"Use the online HDD feed, then you can program the redundant transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.079534"], ["updated_at", "2016-10-06 14:49:12.079534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In similique tenetur voluptatum et.\",\"text\":\"The SMS application is down, generate the primary circuit so we can index the USB matrix!\"}"], ["created_at", "2016-10-06 14:49:12.080484"], ["updated_at", "2016-10-06 14:49:12.080484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo cupiditate fugit.\",\"text\":\"You can't index the bandwidth without programming the neural SCSI port!\"}"], ["created_at", "2016-10-06 14:49:12.081412"], ["updated_at", "2016-10-06 14:49:12.081412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam facilis fugiat fuga voluptates.\",\"text\":\"If we compress the firewall, we can get to the CSS panel through the online SDD sensor!\"}"], ["created_at", "2016-10-06 14:49:12.082354"], ["updated_at", "2016-10-06 14:49:12.082354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium ex consequatur dolorem.\",\"text\":\"If we bypass the hard drive, we can get to the USB hard drive through the auxiliary CSS monitor!\"}"], ["created_at", "2016-10-06 14:49:12.083289"], ["updated_at", "2016-10-06 14:49:12.083289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab autem optio.\",\"text\":\"The AGP feed is down, synthesize the multi-byte circuit so we can synthesize the FTP circuit!\"}"], ["created_at", "2016-10-06 14:49:12.084231"], ["updated_at", "2016-10-06 14:49:12.084231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam accusantium consequuntur.\",\"text\":\"Try to back up the IB system, maybe it will copy the optical monitor!\"}"], ["created_at", "2016-10-06 14:49:12.085196"], ["updated_at", "2016-10-06 14:49:12.085196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur suscipit officia quo dignissimos minus quo ducimus.\",\"text\":\"If we compress the matrix, we can get to the PNG system through the bluetooth SMS pixel!\"}"], ["created_at", "2016-10-06 14:49:12.086226"], ["updated_at", "2016-10-06 14:49:12.086226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi unde enim aut et asperiores.\",\"text\":\"Generating the firewall won't do anything, we need to bypass the bluetooth jbod array!\"}"], ["created_at", "2016-10-06 14:49:12.087231"], ["updated_at", "2016-10-06 14:49:12.087231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut laborum ut quas temporibus odio.\",\"text\":\"Try to back up the SAS hard drive, maybe it will hack the bluetooth alarm!\"}"], ["created_at", "2016-10-06 14:49:12.088155"], ["updated_at", "2016-10-06 14:49:12.088155"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus laboriosam optio quibusdam mollitia.\",\"text\":\"If we compress the circuit, we can get to the FTP capacitor through the haptic SSL matrix!\"}"], ["created_at", "2016-10-06 14:49:12.089135"], ["updated_at", "2016-10-06 14:49:12.089135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non nihil occaecati dolore.\",\"text\":\"Generating the application won't do anything, we need to index the back-end sql matrix!\"}"], ["created_at", "2016-10-06 14:49:12.090089"], ["updated_at", "2016-10-06 14:49:12.090089"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum aut eum id.\",\"text\":\"Transmitting the feed won't do anything, we need to calculate the wireless gb matrix!\"}"], ["created_at", "2016-10-06 14:49:12.091072"], ["updated_at", "2016-10-06 14:49:12.091072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi delectus minima sint culpa voluptatum accusamus.\",\"text\":\"Use the multi-byte COM firewall, then you can copy the online monitor!\"}"], ["created_at", "2016-10-06 14:49:12.091955"], ["updated_at", "2016-10-06 14:49:12.091955"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero et fugit harum accusantium debitis veniam odio.\",\"text\":\"Use the cross-platform TCP panel, then you can navigate the wireless sensor!\"}"], ["created_at", "2016-10-06 14:49:12.092903"], ["updated_at", "2016-10-06 14:49:12.092903"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam harum velit cupiditate error omnis.\",\"text\":\"Use the solid state XML card, then you can copy the virtual firewall!\"}"], ["created_at", "2016-10-06 14:49:12.093873"], ["updated_at", "2016-10-06 14:49:12.093873"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et optio excepturi.\",\"text\":\"Use the mobile IB card, then you can generate the online feed!\"}"], ["created_at", "2016-10-06 14:49:12.094840"], ["updated_at", "2016-10-06 14:49:12.094840"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus quaerat asperiores officia quibusdam.\",\"text\":\"You can't quantify the array without generating the solid state PNG system!\"}"], ["created_at", "2016-10-06 14:49:12.095870"], ["updated_at", "2016-10-06 14:49:12.095870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos id praesentium sunt sint excepturi nostrum magni.\",\"text\":\"We need to navigate the redundant TCP panel!\"}"], ["created_at", "2016-10-06 14:49:12.096950"], ["updated_at", "2016-10-06 14:49:12.096950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore autem repudiandae.\",\"text\":\"We need to copy the multi-byte AGP firewall!\"}"], ["created_at", "2016-10-06 14:49:12.097947"], ["updated_at", "2016-10-06 14:49:12.097947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus repellat a nihil et ipsam.\",\"text\":\"You can't generate the matrix without quantifying the virtual RSS bus!\"}"], ["created_at", "2016-10-06 14:49:12.098965"], ["updated_at", "2016-10-06 14:49:12.098965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quam amet impedit sit ut.\",\"text\":\"We need to reboot the optical SDD interface!\"}"], ["created_at", "2016-10-06 14:49:12.099953"], ["updated_at", "2016-10-06 14:49:12.099953"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus nisi quos ut.\",\"text\":\"You can't bypass the monitor without compressing the wireless SSL bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.100991"], ["updated_at", "2016-10-06 14:49:12.100991"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur eveniet sit voluptatem saepe.\",\"text\":\"Try to generate the SQL application, maybe it will reboot the 1080p alarm!\"}"], ["created_at", "2016-10-06 14:49:12.102041"], ["updated_at", "2016-10-06 14:49:12.102041"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium aut sunt exercitationem ducimus accusamus rem quasi.\",\"text\":\"Use the cross-platform GB interface, then you can copy the multi-byte transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.103183"], ["updated_at", "2016-10-06 14:49:12.103183"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis facere non facilis alias voluptas.\",\"text\":\"Try to bypass the THX card, maybe it will calculate the haptic port!\"}"], ["created_at", "2016-10-06 14:49:12.104284"], ["updated_at", "2016-10-06 14:49:12.104284"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam accusantium voluptatem rerum quidem libero earum.\",\"text\":\"Generating the microchip won't do anything, we need to hack the bluetooth ib circuit!\"}"], ["created_at", "2016-10-06 14:49:12.105355"], ["updated_at", "2016-10-06 14:49:12.105355"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur id consequatur sed natus.\",\"text\":\"If we generate the program, we can get to the SCSI microchip through the bluetooth PNG protocol!\"}"], ["created_at", "2016-10-06 14:49:12.106459"], ["updated_at", "2016-10-06 14:49:12.106459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic id quos voluptates dolorem.\",\"text\":\"Compressing the sensor won't do anything, we need to connect the redundant exe array!\"}"], ["created_at", "2016-10-06 14:49:12.107555"], ["updated_at", "2016-10-06 14:49:12.107555"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit cum nobis rerum natus magni deleniti provident.\",\"text\":\"Try to index the HTTP matrix, maybe it will bypass the cross-platform bus!\"}"], ["created_at", "2016-10-06 14:49:12.108650"], ["updated_at", "2016-10-06 14:49:12.108650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis maxime veniam.\",\"text\":\"Use the open-source SMS protocol, then you can input the multi-byte capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.109748"], ["updated_at", "2016-10-06 14:49:12.109748"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ducimus et ex voluptatum aperiam.\",\"text\":\"If we compress the driver, we can get to the THX program through the back-end TCP alarm!\"}"], ["created_at", "2016-10-06 14:49:12.110833"], ["updated_at", "2016-10-06 14:49:12.110833"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste autem totam accusamus.\",\"text\":\"Navigating the matrix won't do anything, we need to navigate the back-end agp firewall!\"}"], ["created_at", "2016-10-06 14:49:12.111961"], ["updated_at", "2016-10-06 14:49:12.111961"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint maiores fugiat.\",\"text\":\"I'll compress the optical AI protocol, that should hard drive the SAS hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.113458"], ["updated_at", "2016-10-06 14:49:12.113458"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At deserunt quo.\",\"text\":\"I'll transmit the wireless SSL panel, that should alarm the SMS interface!\"}"], ["created_at", "2016-10-06 14:49:12.115859"], ["updated_at", "2016-10-06 14:49:12.115859"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut repellat quo voluptas eligendi voluptas.\",\"text\":\"You can't compress the firewall without calculating the cross-platform IB microchip!\"}"], ["created_at", "2016-10-06 14:49:12.117192"], ["updated_at", "2016-10-06 14:49:12.117192"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia non natus numquam deserunt enim ut.\",\"text\":\"You can't override the feed without generating the primary HTTP driver!\"}"], ["created_at", "2016-10-06 14:49:12.118540"], ["updated_at", "2016-10-06 14:49:12.118540"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae accusantium ipsam quae.\",\"text\":\"If we parse the transmitter, we can get to the AI transmitter through the solid state EXE monitor!\"}"], ["created_at", "2016-10-06 14:49:12.120012"], ["updated_at", "2016-10-06 14:49:12.120012"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident voluptatem repellendus quasi ut ut aliquid amet.\",\"text\":\"I'll navigate the primary PCI sensor, that should bus the AI circuit!\"}"], ["created_at", "2016-10-06 14:49:12.121351"], ["updated_at", "2016-10-06 14:49:12.121351"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid consequuntur nemo cupiditate praesentium.\",\"text\":\"The JBOD alarm is down, program the primary bus so we can reboot the CSS system!\"}"], ["created_at", "2016-10-06 14:49:12.122711"], ["updated_at", "2016-10-06 14:49:12.122711"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt ut iusto.\",\"text\":\"I'll copy the wireless XML alarm, that should port the HTTP port!\"}"], ["created_at", "2016-10-06 14:49:12.124078"], ["updated_at", "2016-10-06 14:49:12.124078"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod nisi esse ipsam et.\",\"text\":\"The FTP matrix is down, calculate the wireless driver so we can synthesize the TCP firewall!\"}"], ["created_at", "2016-10-06 14:49:12.125436"], ["updated_at", "2016-10-06 14:49:12.125436"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et modi mollitia fuga accusamus libero esse.\",\"text\":\"I'll parse the wireless CSS transmitter, that should transmitter the GB feed!\"}"], ["created_at", "2016-10-06 14:49:12.126783"], ["updated_at", "2016-10-06 14:49:12.126783"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non voluptas adipisci tenetur.\",\"text\":\"If we program the microchip, we can get to the THX bandwidth through the primary SCSI hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.128197"], ["updated_at", "2016-10-06 14:49:12.128197"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab in iste reiciendis nulla est.\",\"text\":\"Use the optical IB circuit, then you can compress the bluetooth sensor!\"}"], ["created_at", "2016-10-06 14:49:12.129679"], ["updated_at", "2016-10-06 14:49:12.129679"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum quia voluptatum est laudantium optio.\",\"text\":\"Try to generate the SDD card, maybe it will navigate the cross-platform program!\"}"], ["created_at", "2016-10-06 14:49:12.132146"], ["updated_at", "2016-10-06 14:49:12.132146"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia molestias sint consequuntur.\",\"text\":\"You can't input the microchip without indexing the neural XSS array!\"}"], ["created_at", "2016-10-06 14:49:12.133514"], ["updated_at", "2016-10-06 14:49:12.133514"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt sit reprehenderit.\",\"text\":\"If we synthesize the panel, we can get to the JSON port through the digital ADP monitor!\"}"], ["created_at", "2016-10-06 14:49:12.134901"], ["updated_at", "2016-10-06 14:49:12.134901"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum deleniti aut facilis iusto et.\",\"text\":\"I'll back up the back-end CSS bus, that should application the GB alarm!\"}"], ["created_at", "2016-10-06 14:49:12.136306"], ["updated_at", "2016-10-06 14:49:12.136306"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque deleniti ea atque aut.\",\"text\":\"Try to compress the SQL circuit, maybe it will copy the redundant array!\"}"], ["created_at", "2016-10-06 14:49:12.137712"], ["updated_at", "2016-10-06 14:49:12.137712"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe eos totam tempora et quia velit qui.\",\"text\":\"We need to quantify the digital XSS matrix!\"}"], ["created_at", "2016-10-06 14:49:12.139084"], ["updated_at", "2016-10-06 14:49:12.139084"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima voluptatem et.\",\"text\":\"Try to hack the GB array, maybe it will compress the redundant interface!\"}"], ["created_at", "2016-10-06 14:49:12.140553"], ["updated_at", "2016-10-06 14:49:12.140553"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga distinctio et.\",\"text\":\"We need to parse the online AGP array!\"}"], ["created_at", "2016-10-06 14:49:12.141909"], ["updated_at", "2016-10-06 14:49:12.141909"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit ut maiores voluptatibus ex.\",\"text\":\"We need to reboot the auxiliary GB bus!\"}"], ["created_at", "2016-10-06 14:49:12.143272"], ["updated_at", "2016-10-06 14:49:12.143272"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nemo nisi.\",\"text\":\"The SCSI capacitor is down, generate the cross-platform microchip so we can back up the AI interface!\"}"], ["created_at", "2016-10-06 14:49:12.144669"], ["updated_at", "2016-10-06 14:49:12.144669"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum saepe voluptatum aspernatur esse vel.\",\"text\":\"Backing up the sensor won't do anything, we need to parse the cross-platform tcp circuit!\"}"], ["created_at", "2016-10-06 14:49:12.146100"], ["updated_at", "2016-10-06 14:49:12.146100"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum est nostrum quis.\",\"text\":\"Try to transmit the HDD monitor, maybe it will generate the redundant application!\"}"], ["created_at", "2016-10-06 14:49:12.149013"], ["updated_at", "2016-10-06 14:49:12.149013"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti deleniti eum.\",\"text\":\"Try to hack the HDD port, maybe it will input the open-source driver!\"}"], ["created_at", "2016-10-06 14:49:12.150446"], ["updated_at", "2016-10-06 14:49:12.150446"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea numquam et.\",\"text\":\"If we quantify the panel, we can get to the HTTP feed through the digital SQL bus!\"}"], ["created_at", "2016-10-06 14:49:12.151806"], ["updated_at", "2016-10-06 14:49:12.151806"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita earum recusandae.\",\"text\":\"The RSS transmitter is down, generate the neural alarm so we can quantify the PNG sensor!\"}"], ["created_at", "2016-10-06 14:49:12.153199"], ["updated_at", "2016-10-06 14:49:12.153199"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non optio aliquam ipsum a ut.\",\"text\":\"The SQL feed is down, reboot the virtual array so we can back up the FTP pixel!\"}"], ["created_at", "2016-10-06 14:49:12.154537"], ["updated_at", "2016-10-06 14:49:12.154537"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos delectus ea.\",\"text\":\"The HTTP pixel is down, transmit the back-end hard drive so we can bypass the HDD program!\"}"], ["created_at", "2016-10-06 14:49:12.155851"], ["updated_at", "2016-10-06 14:49:12.155851"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem ex rerum officia vel eius totam est.\",\"text\":\"We need to program the bluetooth RAM card!\"}"], ["created_at", "2016-10-06 14:49:12.157167"], ["updated_at", "2016-10-06 14:49:12.157167"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis ipsam porro.\",\"text\":\"Hacking the monitor won't do anything, we need to parse the wireless exe hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.158352"], ["updated_at", "2016-10-06 14:49:12.158352"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas occaecati totam libero rem fugit eum aut.\",\"text\":\"I'll override the solid state SMTP hard drive, that should panel the EXE panel!\"}"], ["created_at", "2016-10-06 14:49:12.159359"], ["updated_at", "2016-10-06 14:49:12.159359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut repellendus in deleniti.\",\"text\":\"You can't back up the port without backing up the auxiliary AGP protocol!\"}"], ["created_at", "2016-10-06 14:49:12.160330"], ["updated_at", "2016-10-06 14:49:12.160330"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda est molestias in doloremque molestiae iste dicta.\",\"text\":\"The XML hard drive is down, generate the bluetooth driver so we can override the XSS array!\"}"], ["created_at", "2016-10-06 14:49:12.161349"], ["updated_at", "2016-10-06 14:49:12.161349"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat doloremque soluta deleniti eius rerum sunt illo.\",\"text\":\"You can't calculate the pixel without compressing the auxiliary SSL capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.162555"], ["updated_at", "2016-10-06 14:49:12.162555"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos repellat aut rerum qui est corrupti ut.\",\"text\":\"Synthesizing the matrix won't do anything, we need to copy the 1080p exe hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.165015"], ["updated_at", "2016-10-06 14:49:12.165015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis adipisci iusto voluptas aut omnis et.\",\"text\":\"The JBOD microchip is down, calculate the optical firewall so we can compress the SMS matrix!\"}"], ["created_at", "2016-10-06 14:49:12.166259"], ["updated_at", "2016-10-06 14:49:12.166259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia facilis ut iusto non ut.\",\"text\":\"I'll calculate the optical GB card, that should pixel the ADP card!\"}"], ["created_at", "2016-10-06 14:49:12.167234"], ["updated_at", "2016-10-06 14:49:12.167234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores id expedita vel ipsam voluptas.\",\"text\":\"We need to copy the back-end SMS application!\"}"], ["created_at", "2016-10-06 14:49:12.168244"], ["updated_at", "2016-10-06 14:49:12.168244"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum eos nemo quae voluptatibus.\",\"text\":\"If we compress the firewall, we can get to the COM panel through the online FTP protocol!\"}"], ["created_at", "2016-10-06 14:49:12.169225"], ["updated_at", "2016-10-06 14:49:12.169225"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam est commodi veniam.\",\"text\":\"Use the cross-platform IB sensor, then you can calculate the neural matrix!\"}"], ["created_at", "2016-10-06 14:49:12.170326"], ["updated_at", "2016-10-06 14:49:12.170326"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae et perspiciatis qui temporibus magnam enim dignissimos.\",\"text\":\"Try to index the SQL port, maybe it will connect the virtual card!\"}"], ["created_at", "2016-10-06 14:49:12.171308"], ["updated_at", "2016-10-06 14:49:12.171308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque excepturi et aut dolorum debitis.\",\"text\":\"Use the primary SQL bandwidth, then you can generate the open-source port!\"}"], ["created_at", "2016-10-06 14:49:12.172268"], ["updated_at", "2016-10-06 14:49:12.172268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa incidunt quibusdam ut.\",\"text\":\"You can't connect the pixel without generating the haptic SMTP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.173235"], ["updated_at", "2016-10-06 14:49:12.173235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos quod est tenetur.\",\"text\":\"Use the 1080p SCSI port, then you can calculate the auxiliary transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.174208"], ["updated_at", "2016-10-06 14:49:12.174208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sit veritatis sed.\",\"text\":\"If we connect the circuit, we can get to the XSS pixel through the neural HDD system!\"}"], ["created_at", "2016-10-06 14:49:12.175165"], ["updated_at", "2016-10-06 14:49:12.175165"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quaerat explicabo quo dignissimos repellat velit.\",\"text\":\"Compressing the matrix won't do anything, we need to hack the multi-byte com port!\"}"], ["created_at", "2016-10-06 14:49:12.176107"], ["updated_at", "2016-10-06 14:49:12.176107"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod iure iste reprehenderit aperiam ex.\",\"text\":\"The HDD panel is down, navigate the virtual hard drive so we can synthesize the SDD port!\"}"], ["created_at", "2016-10-06 14:49:12.177073"], ["updated_at", "2016-10-06 14:49:12.177073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi consectetur ut ut.\",\"text\":\"Use the wireless SSL bus, then you can generate the optical hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.178054"], ["updated_at", "2016-10-06 14:49:12.178054"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident neque et hic aut laudantium repellat accusamus.\",\"text\":\"Try to reboot the SDD microchip, maybe it will copy the open-source monitor!\"}"], ["created_at", "2016-10-06 14:49:12.179113"], ["updated_at", "2016-10-06 14:49:12.179113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam in architecto ex ut ut.\",\"text\":\"The HTTP circuit is down, hack the solid state firewall so we can override the SSL circuit!\"}"], ["created_at", "2016-10-06 14:49:12.180117"], ["updated_at", "2016-10-06 14:49:12.180117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit est sed natus officia.\",\"text\":\"Try to program the TCP alarm, maybe it will connect the neural hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.181084"], ["updated_at", "2016-10-06 14:49:12.181084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia ut expedita.\",\"text\":\"Try to connect the JSON monitor, maybe it will synthesize the online hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.182042"], ["updated_at", "2016-10-06 14:49:12.182042"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro expedita commodi velit.\",\"text\":\"We need to back up the open-source EXE sensor!\"}"], ["created_at", "2016-10-06 14:49:12.183035"], ["updated_at", "2016-10-06 14:49:12.183035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit libero et dolor quasi blanditiis adipisci.\",\"text\":\"We need to compress the online ADP port!\"}"], ["created_at", "2016-10-06 14:49:12.183983"], ["updated_at", "2016-10-06 14:49:12.183983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut voluptates distinctio cum.\",\"text\":\"We need to index the bluetooth USB application!\"}"], ["created_at", "2016-10-06 14:49:12.184932"], ["updated_at", "2016-10-06 14:49:12.184932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt facere quod qui incidunt.\",\"text\":\"Use the open-source SCSI bus, then you can navigate the bluetooth system!\"}"], ["created_at", "2016-10-06 14:49:12.185894"], ["updated_at", "2016-10-06 14:49:12.185894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus voluptas delectus sequi possimus cupiditate iure debitis.\",\"text\":\"Use the wireless GB transmitter, then you can copy the online monitor!\"}"], ["created_at", "2016-10-06 14:49:12.186961"], ["updated_at", "2016-10-06 14:49:12.186961"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga enim sed aut dolor accusantium nam iusto.\",\"text\":\"Use the redundant TCP application, then you can parse the mobile firewall!\"}"], ["created_at", "2016-10-06 14:49:12.187893"], ["updated_at", "2016-10-06 14:49:12.187893"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam voluptatem ea odit ut eos rerum.\",\"text\":\"Use the open-source SSL panel, then you can index the bluetooth array!\"}"], ["created_at", "2016-10-06 14:49:12.188838"], ["updated_at", "2016-10-06 14:49:12.188838"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt expedita assumenda culpa officiis tempora corrupti excepturi.\",\"text\":\"We need to connect the primary EXE protocol!\"}"], ["created_at", "2016-10-06 14:49:12.189777"], ["updated_at", "2016-10-06 14:49:12.189777"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi quaerat voluptatum dignissimos.\",\"text\":\"I'll program the virtual ADP capacitor, that should matrix the COM capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.190760"], ["updated_at", "2016-10-06 14:49:12.190760"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam tenetur explicabo excepturi et et accusamus quis.\",\"text\":\"I'll override the solid state JSON feed, that should hard drive the AI microchip!\"}"], ["created_at", "2016-10-06 14:49:12.191696"], ["updated_at", "2016-10-06 14:49:12.191696"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus perferendis ut quis ut.\",\"text\":\"Try to index the SSL panel, maybe it will parse the redundant program!\"}"], ["created_at", "2016-10-06 14:49:12.192668"], ["updated_at", "2016-10-06 14:49:12.192668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam dolor eligendi.\",\"text\":\"Use the virtual SAS circuit, then you can transmit the redundant panel!\"}"], ["created_at", "2016-10-06 14:49:12.193600"], ["updated_at", "2016-10-06 14:49:12.193600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum molestias voluptas pariatur ipsa.\",\"text\":\"Programming the bus won't do anything, we need to parse the virtual sdd transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.194585"], ["updated_at", "2016-10-06 14:49:12.194585"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero id blanditiis sed.\",\"text\":\"Synthesizing the monitor won't do anything, we need to program the multi-byte scsi bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.195574"], ["updated_at", "2016-10-06 14:49:12.195574"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati est reiciendis molestiae laboriosam omnis.\",\"text\":\"Use the open-source USB matrix, then you can override the virtual transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.196600"], ["updated_at", "2016-10-06 14:49:12.196600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolores doloribus voluptatem sint inventore quae.\",\"text\":\"You can't transmit the firewall without indexing the cross-platform TCP matrix!\"}"], ["created_at", "2016-10-06 14:49:12.197593"], ["updated_at", "2016-10-06 14:49:12.197593"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea perferendis et et quod voluptas sint in.\",\"text\":\"I'll connect the multi-byte RAM card, that should port the SQL pixel!\"}"], ["created_at", "2016-10-06 14:49:12.198550"], ["updated_at", "2016-10-06 14:49:12.198550"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias molestiae ratione sed facere.\",\"text\":\"Hacking the array won't do anything, we need to calculate the wireless sql capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.199557"], ["updated_at", "2016-10-06 14:49:12.199557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem sed harum exercitationem nobis recusandae.\",\"text\":\"You can't bypass the feed without calculating the cross-platform USB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.200496"], ["updated_at", "2016-10-06 14:49:12.200496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure eaque saepe debitis.\",\"text\":\"The XML interface is down, generate the mobile pixel so we can calculate the FTP sensor!\"}"], ["created_at", "2016-10-06 14:49:12.201478"], ["updated_at", "2016-10-06 14:49:12.201478"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates delectus assumenda atque.\",\"text\":\"I'll parse the redundant PNG monitor, that should port the COM capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.202417"], ["updated_at", "2016-10-06 14:49:12.202417"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non molestiae eum veritatis voluptatem molestiae.\",\"text\":\"If we synthesize the system, we can get to the SSL application through the mobile USB hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.203372"], ["updated_at", "2016-10-06 14:49:12.203372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi quia explicabo.\",\"text\":\"If we compress the bus, we can get to the TCP pixel through the digital SAS driver!\"}"], ["created_at", "2016-10-06 14:49:12.204313"], ["updated_at", "2016-10-06 14:49:12.204313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eos maxime quia enim consectetur perferendis et.\",\"text\":\"If we back up the panel, we can get to the XSS card through the cross-platform USB monitor!\"}"], ["created_at", "2016-10-06 14:49:12.205265"], ["updated_at", "2016-10-06 14:49:12.205265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis voluptatem voluptates et et amet.\",\"text\":\"I'll transmit the 1080p SCSI capacitor, that should card the HDD alarm!\"}"], ["created_at", "2016-10-06 14:49:12.206197"], ["updated_at", "2016-10-06 14:49:12.206197"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate sed corrupti.\",\"text\":\"Calculating the card won't do anything, we need to navigate the bluetooth sql protocol!\"}"], ["created_at", "2016-10-06 14:49:12.207109"], ["updated_at", "2016-10-06 14:49:12.207109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut qui eum dolorem.\",\"text\":\"Try to bypass the SQL panel, maybe it will connect the digital card!\"}"], ["created_at", "2016-10-06 14:49:12.208031"], ["updated_at", "2016-10-06 14:49:12.208031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos esse pariatur dolores totam.\",\"text\":\"Try to index the COM sensor, maybe it will transmit the mobile protocol!\"}"], ["created_at", "2016-10-06 14:49:12.208949"], ["updated_at", "2016-10-06 14:49:12.208949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est fuga dolores occaecati sunt et eum.\",\"text\":\"I'll program the 1080p IB matrix, that should sensor the ADP microchip!\"}"], ["created_at", "2016-10-06 14:49:12.209870"], ["updated_at", "2016-10-06 14:49:12.209870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat officiis illum consequuntur reprehenderit quam.\",\"text\":\"Use the wireless HDD bus, then you can index the back-end protocol!\"}"], ["created_at", "2016-10-06 14:49:12.210843"], ["updated_at", "2016-10-06 14:49:12.210843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias sit itaque eveniet et.\",\"text\":\"If we quantify the program, we can get to the PNG port through the mobile HTTP port!\"}"], ["created_at", "2016-10-06 14:49:12.211832"], ["updated_at", "2016-10-06 14:49:12.211832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas expedita modi odio neque soluta.\",\"text\":\"Try to connect the AGP driver, maybe it will input the primary bus!\"}"], ["created_at", "2016-10-06 14:49:12.212792"], ["updated_at", "2016-10-06 14:49:12.212792"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur suscipit perferendis numquam et.\",\"text\":\"Compressing the interface won't do anything, we need to hack the primary ftp card!\"}"], ["created_at", "2016-10-06 14:49:12.213744"], ["updated_at", "2016-10-06 14:49:12.213744"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quis laborum dolorum.\",\"text\":\"You can't quantify the monitor without indexing the back-end AI application!\"}"], ["created_at", "2016-10-06 14:49:12.214710"], ["updated_at", "2016-10-06 14:49:12.214710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias ea beatae molestiae.\",\"text\":\"If we compress the matrix, we can get to the SMTP matrix through the primary COM panel!\"}"], ["created_at", "2016-10-06 14:49:12.215664"], ["updated_at", "2016-10-06 14:49:12.215664"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit at et voluptates id maxime tenetur.\",\"text\":\"I'll navigate the digital SCSI array, that should bandwidth the SCSI sensor!\"}"], ["created_at", "2016-10-06 14:49:12.216617"], ["updated_at", "2016-10-06 14:49:12.216617"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum est reiciendis quia et suscipit dolores.\",\"text\":\"Backing up the array won't do anything, we need to synthesize the haptic xss bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.217535"], ["updated_at", "2016-10-06 14:49:12.217535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum magnam libero.\",\"text\":\"Use the bluetooth TCP program, then you can back up the multi-byte monitor!\"}"], ["created_at", "2016-10-06 14:49:12.218506"], ["updated_at", "2016-10-06 14:49:12.218506"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab iure quidem aut.\",\"text\":\"If we connect the program, we can get to the USB monitor through the multi-byte SSL transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.219476"], ["updated_at", "2016-10-06 14:49:12.219476"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi dolorem nihil asperiores.\",\"text\":\"The FTP pixel is down, bypass the primary transmitter so we can hack the CSS array!\"}"], ["created_at", "2016-10-06 14:49:12.220481"], ["updated_at", "2016-10-06 14:49:12.220481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam sunt occaecati amet qui magnam quo rerum.\",\"text\":\"I'll override the online FTP circuit, that should monitor the PNG capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.221444"], ["updated_at", "2016-10-06 14:49:12.221444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto laborum minus culpa.\",\"text\":\"I'll index the neural SCSI driver, that should system the SMS firewall!\"}"], ["created_at", "2016-10-06 14:49:12.222435"], ["updated_at", "2016-10-06 14:49:12.222435"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis qui dicta inventore.\",\"text\":\"We need to bypass the open-source PCI application!\"}"], ["created_at", "2016-10-06 14:49:12.223416"], ["updated_at", "2016-10-06 14:49:12.223416"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut itaque excepturi porro laboriosam dolor.\",\"text\":\"Use the auxiliary PNG sensor, then you can transmit the multi-byte driver!\"}"], ["created_at", "2016-10-06 14:49:12.224370"], ["updated_at", "2016-10-06 14:49:12.224370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta doloremque aut nulla et minima possimus.\",\"text\":\"The SCSI transmitter is down, generate the 1080p alarm so we can navigate the XML alarm!\"}"], ["created_at", "2016-10-06 14:49:12.225345"], ["updated_at", "2016-10-06 14:49:12.225345"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur facere omnis odit dignissimos dolores vitae.\",\"text\":\"You can't bypass the application without calculating the haptic SQL feed!\"}"], ["created_at", "2016-10-06 14:49:12.226362"], ["updated_at", "2016-10-06 14:49:12.226362"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores doloribus fuga vel aliquam eum quis.\",\"text\":\"We need to input the auxiliary SMTP feed!\"}"], ["created_at", "2016-10-06 14:49:12.227345"], ["updated_at", "2016-10-06 14:49:12.227345"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis voluptatibus et incidunt est.\",\"text\":\"If we hack the card, we can get to the COM pixel through the neural TCP card!\"}"], ["created_at", "2016-10-06 14:49:12.228418"], ["updated_at", "2016-10-06 14:49:12.228418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa voluptas officiis eum quae qui.\",\"text\":\"Use the mobile RAM firewall, then you can quantify the virtual card!\"}"], ["created_at", "2016-10-06 14:49:12.229427"], ["updated_at", "2016-10-06 14:49:12.229427"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui perspiciatis sint sequi.\",\"text\":\"If we copy the feed, we can get to the SSL capacitor through the wireless XML hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.230436"], ["updated_at", "2016-10-06 14:49:12.230436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus illum unde dolore aspernatur.\",\"text\":\"I'll connect the optical FTP monitor, that should system the TCP transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.231426"], ["updated_at", "2016-10-06 14:49:12.231426"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error harum maxime magni illum est inventore.\",\"text\":\"The HDD bus is down, reboot the mobile panel so we can reboot the SAS application!\"}"], ["created_at", "2016-10-06 14:49:12.232429"], ["updated_at", "2016-10-06 14:49:12.232429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit fuga ratione eveniet.\",\"text\":\"You can't navigate the bus without hacking the digital SSL transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.233438"], ["updated_at", "2016-10-06 14:49:12.233438"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo consequatur qui distinctio ad vel.\",\"text\":\"You can't calculate the firewall without transmitting the bluetooth GB sensor!\"}"], ["created_at", "2016-10-06 14:49:12.234423"], ["updated_at", "2016-10-06 14:49:12.234423"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium praesentium nihil expedita ut.\",\"text\":\"Try to reboot the IB system, maybe it will reboot the multi-byte monitor!\"}"], ["created_at", "2016-10-06 14:49:12.235409"], ["updated_at", "2016-10-06 14:49:12.235409"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro quod saepe exercitationem neque dolorem deleniti.\",\"text\":\"The CSS program is down, program the auxiliary interface so we can quantify the JBOD matrix!\"}"], ["created_at", "2016-10-06 14:49:12.236396"], ["updated_at", "2016-10-06 14:49:12.236396"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil aspernatur nulla deleniti.\",\"text\":\"The PCI microchip is down, navigate the solid state monitor so we can reboot the TCP circuit!\"}"], ["created_at", "2016-10-06 14:49:12.237384"], ["updated_at", "2016-10-06 14:49:12.237384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dolore impedit quo omnis et.\",\"text\":\"If we input the application, we can get to the RSS sensor through the 1080p GB system!\"}"], ["created_at", "2016-10-06 14:49:12.238372"], ["updated_at", "2016-10-06 14:49:12.238372"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam vel deleniti reprehenderit beatae eum inventore consequuntur.\",\"text\":\"Use the bluetooth SMS matrix, then you can parse the primary circuit!\"}"], ["created_at", "2016-10-06 14:49:12.239334"], ["updated_at", "2016-10-06 14:49:12.239334"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum ea ut ducimus.\",\"text\":\"The IB hard drive is down, generate the neural panel so we can hack the AGP feed!\"}"], ["created_at", "2016-10-06 14:49:12.240356"], ["updated_at", "2016-10-06 14:49:12.240356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eveniet assumenda hic ut ut.\",\"text\":\"The JBOD interface is down, back up the haptic protocol so we can generate the SCSI alarm!\"}"], ["created_at", "2016-10-06 14:49:12.241377"], ["updated_at", "2016-10-06 14:49:12.241377"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem fugiat quam aut repellat qui doloremque.\",\"text\":\"Try to navigate the RAM application, maybe it will reboot the primary hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.242367"], ["updated_at", "2016-10-06 14:49:12.242367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores minus voluptate.\",\"text\":\"The ADP sensor is down, transmit the neural hard drive so we can generate the USB alarm!\"}"], ["created_at", "2016-10-06 14:49:12.243334"], ["updated_at", "2016-10-06 14:49:12.243334"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident nulla dolorem.\",\"text\":\"Use the online HTTP panel, then you can bypass the open-source sensor!\"}"], ["created_at", "2016-10-06 14:49:12.244328"], ["updated_at", "2016-10-06 14:49:12.244328"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam ipsum odio unde.\",\"text\":\"If we copy the feed, we can get to the AI port through the auxiliary SMTP interface!\"}"], ["created_at", "2016-10-06 14:49:12.245347"], ["updated_at", "2016-10-06 14:49:12.245347"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et asperiores quis commodi.\",\"text\":\"We need to override the multi-byte EXE interface!\"}"], ["created_at", "2016-10-06 14:49:12.246336"], ["updated_at", "2016-10-06 14:49:12.246336"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et labore quod culpa mollitia et perspiciatis.\",\"text\":\"If we synthesize the circuit, we can get to the PCI panel through the wireless THX circuit!\"}"], ["created_at", "2016-10-06 14:49:12.247340"], ["updated_at", "2016-10-06 14:49:12.247340"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit sed nihil quo et eveniet corporis repellat.\",\"text\":\"You can't bypass the capacitor without parsing the solid state AI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.248351"], ["updated_at", "2016-10-06 14:49:12.248351"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui optio mollitia eligendi aut ea corrupti inventore.\",\"text\":\"Try to index the SSL card, maybe it will bypass the neural card!\"}"], ["created_at", "2016-10-06 14:49:12.249337"], ["updated_at", "2016-10-06 14:49:12.249337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor et animi perspiciatis sint soluta.\",\"text\":\"The COM circuit is down, input the optical capacitor so we can compress the SMTP matrix!\"}"], ["created_at", "2016-10-06 14:49:12.250354"], ["updated_at", "2016-10-06 14:49:12.250354"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt facere doloremque ratione.\",\"text\":\"If we override the panel, we can get to the JBOD card through the open-source GB feed!\"}"], ["created_at", "2016-10-06 14:49:12.256853"], ["updated_at", "2016-10-06 14:49:12.256853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias doloribus et quasi ipsum voluptatem in.\",\"text\":\"Use the multi-byte SQL hard drive, then you can hack the optical microchip!\"}"], ["created_at", "2016-10-06 14:49:12.258180"], ["updated_at", "2016-10-06 14:49:12.258180"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut libero autem excepturi non.\",\"text\":\"The SDD program is down, copy the virtual circuit so we can reboot the AI port!\"}"], ["created_at", "2016-10-06 14:49:12.259276"], ["updated_at", "2016-10-06 14:49:12.259276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam eum numquam est unde eos animi quibusdam.\",\"text\":\"Parsing the matrix won't do anything, we need to override the wireless ssl port!\"}"], ["created_at", "2016-10-06 14:49:12.260254"], ["updated_at", "2016-10-06 14:49:12.260254"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla vel aut libero.\",\"text\":\"You can't compress the interface without parsing the solid state IB capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.261248"], ["updated_at", "2016-10-06 14:49:12.261248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit omnis omnis perferendis et modi aut.\",\"text\":\"You can't hack the pixel without bypassing the back-end ADP driver!\"}"], ["created_at", "2016-10-06 14:49:12.262202"], ["updated_at", "2016-10-06 14:49:12.262202"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime natus placeat eos rem ut unde.\",\"text\":\"If we reboot the protocol, we can get to the XSS sensor through the 1080p CSS array!\"}"], ["created_at", "2016-10-06 14:49:12.263187"], ["updated_at", "2016-10-06 14:49:12.263187"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit fugit ut et suscipit.\",\"text\":\"We need to compress the solid state XML matrix!\"}"], ["created_at", "2016-10-06 14:49:12.264122"], ["updated_at", "2016-10-06 14:49:12.264122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dolorem voluptas.\",\"text\":\"We need to navigate the solid state ADP card!\"}"], ["created_at", "2016-10-06 14:49:12.265035"], ["updated_at", "2016-10-06 14:49:12.265035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda id ut omnis porro non occaecati.\",\"text\":\"We need to connect the 1080p HDD matrix!\"}"], ["created_at", "2016-10-06 14:49:12.265976"], ["updated_at", "2016-10-06 14:49:12.265976"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel natus commodi dolor dicta.\",\"text\":\"We need to calculate the optical CSS pixel!\"}"], ["created_at", "2016-10-06 14:49:12.266951"], ["updated_at", "2016-10-06 14:49:12.266951"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga veritatis eaque excepturi atque consectetur iste vel.\",\"text\":\"We need to parse the 1080p COM program!\"}"], ["created_at", "2016-10-06 14:49:12.267864"], ["updated_at", "2016-10-06 14:49:12.267864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore veritatis dolores.\",\"text\":\"I'll index the 1080p JSON card, that should hard drive the SSL monitor!\"}"], ["created_at", "2016-10-06 14:49:12.268832"], ["updated_at", "2016-10-06 14:49:12.268832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos fugiat aspernatur doloremque modi explicabo dolor dolores.\",\"text\":\"You can't parse the bandwidth without parsing the virtual SMS interface!\"}"], ["created_at", "2016-10-06 14:49:12.269827"], ["updated_at", "2016-10-06 14:49:12.269827"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis est maiores repudiandae.\",\"text\":\"We need to navigate the neural CSS port!\"}"], ["created_at", "2016-10-06 14:49:12.270865"], ["updated_at", "2016-10-06 14:49:12.270865"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium aliquam neque et est nulla consequatur illo.\",\"text\":\"If we compress the port, we can get to the HTTP panel through the primary IB hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.271883"], ["updated_at", "2016-10-06 14:49:12.271883"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem sit rem quasi voluptatem nostrum.\",\"text\":\"We need to program the neural XSS bus!\"}"], ["created_at", "2016-10-06 14:49:12.272862"], ["updated_at", "2016-10-06 14:49:12.272862"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores repellendus dolore.\",\"text\":\"If we bypass the interface, we can get to the EXE array through the auxiliary SDD panel!\"}"], ["created_at", "2016-10-06 14:49:12.273807"], ["updated_at", "2016-10-06 14:49:12.273807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe et harum odit quas.\",\"text\":\"Try to back up the AI capacitor, maybe it will index the redundant application!\"}"], ["created_at", "2016-10-06 14:49:12.274786"], ["updated_at", "2016-10-06 14:49:12.274786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius corrupti ut et sit esse minima.\",\"text\":\"Generating the system won't do anything, we need to bypass the primary usb feed!\"}"], ["created_at", "2016-10-06 14:49:12.275771"], ["updated_at", "2016-10-06 14:49:12.275771"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum amet facere cum qui voluptatem excepturi et.\",\"text\":\"We need to hack the neural GB system!\"}"], ["created_at", "2016-10-06 14:49:12.276714"], ["updated_at", "2016-10-06 14:49:12.276714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias ut sint.\",\"text\":\"Try to bypass the XSS application, maybe it will override the digital application!\"}"], ["created_at", "2016-10-06 14:49:12.277636"], ["updated_at", "2016-10-06 14:49:12.277636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde molestiae totam dicta aut quis.\",\"text\":\"I'll copy the open-source JBOD bus, that should matrix the PNG array!\"}"], ["created_at", "2016-10-06 14:49:12.278591"], ["updated_at", "2016-10-06 14:49:12.278591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis nihil in fugiat aspernatur temporibus.\",\"text\":\"Connecting the matrix won't do anything, we need to index the mobile xml matrix!\"}"], ["created_at", "2016-10-06 14:49:12.279581"], ["updated_at", "2016-10-06 14:49:12.279581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique maiores nihil itaque nesciunt provident.\",\"text\":\"Copying the transmitter won't do anything, we need to input the optical thx monitor!\"}"], ["created_at", "2016-10-06 14:49:12.280564"], ["updated_at", "2016-10-06 14:49:12.280564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim iste sapiente.\",\"text\":\"If we back up the application, we can get to the SAS matrix through the optical AI panel!\"}"], ["created_at", "2016-10-06 14:49:12.281443"], ["updated_at", "2016-10-06 14:49:12.281443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id exercitationem reprehenderit ad temporibus.\",\"text\":\"The PCI pixel is down, parse the back-end capacitor so we can bypass the FTP program!\"}"], ["created_at", "2016-10-06 14:49:12.282430"], ["updated_at", "2016-10-06 14:49:12.282430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur dolores iure facilis esse eum voluptatem.\",\"text\":\"I'll calculate the cross-platform SMTP bandwidth, that should capacitor the SQL protocol!\"}"], ["created_at", "2016-10-06 14:49:12.283373"], ["updated_at", "2016-10-06 14:49:12.283373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae doloribus fuga a debitis.\",\"text\":\"We need to bypass the solid state USB alarm!\"}"], ["created_at", "2016-10-06 14:49:12.284286"], ["updated_at", "2016-10-06 14:49:12.284286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio corporis dolorum odio.\",\"text\":\"We need to navigate the redundant SQL program!\"}"], ["created_at", "2016-10-06 14:49:12.285171"], ["updated_at", "2016-10-06 14:49:12.285171"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui tenetur rerum quia maxime harum.\",\"text\":\"Use the auxiliary RAM panel, then you can hack the haptic transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.286160"], ["updated_at", "2016-10-06 14:49:12.286160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus laudantium placeat perferendis et debitis neque.\",\"text\":\"Use the haptic EXE firewall, then you can copy the primary program!\"}"], ["created_at", "2016-10-06 14:49:12.287160"], ["updated_at", "2016-10-06 14:49:12.287160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et explicabo quae quas.\",\"text\":\"If we quantify the card, we can get to the FTP driver through the multi-byte CSS pixel!\"}"], ["created_at", "2016-10-06 14:49:12.288054"], ["updated_at", "2016-10-06 14:49:12.288054"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et esse consequatur sint iste non illo.\",\"text\":\"You can't generate the monitor without quantifying the auxiliary SSL sensor!\"}"], ["created_at", "2016-10-06 14:49:12.288984"], ["updated_at", "2016-10-06 14:49:12.288984"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente accusamus eaque et autem labore sequi voluptates.\",\"text\":\"If we program the firewall, we can get to the HTTP microchip through the back-end FTP microchip!\"}"], ["created_at", "2016-10-06 14:49:12.289921"], ["updated_at", "2016-10-06 14:49:12.289921"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati ex alias aut quas cupiditate corrupti.\",\"text\":\"The AI microchip is down, transmit the multi-byte sensor so we can generate the THX capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.290880"], ["updated_at", "2016-10-06 14:49:12.290880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam omnis cum qui amet suscipit eos molestiae.\",\"text\":\"The SAS system is down, hack the solid state interface so we can hack the CSS card!\"}"], ["created_at", "2016-10-06 14:49:12.291814"], ["updated_at", "2016-10-06 14:49:12.291814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus necessitatibus veritatis accusamus in voluptas quibusdam.\",\"text\":\"Try to connect the THX system, maybe it will connect the virtual panel!\"}"], ["created_at", "2016-10-06 14:49:12.292743"], ["updated_at", "2016-10-06 14:49:12.292743"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed animi enim reiciendis.\",\"text\":\"Bypassing the protocol won't do anything, we need to calculate the haptic xss feed!\"}"], ["created_at", "2016-10-06 14:49:12.293693"], ["updated_at", "2016-10-06 14:49:12.293693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium pariatur est et quos.\",\"text\":\"I'll compress the haptic CSS transmitter, that should firewall the GB program!\"}"], ["created_at", "2016-10-06 14:49:12.294682"], ["updated_at", "2016-10-06 14:49:12.294682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita eum architecto tenetur.\",\"text\":\"The CSS driver is down, hack the wireless feed so we can parse the IB alarm!\"}"], ["created_at", "2016-10-06 14:49:12.295673"], ["updated_at", "2016-10-06 14:49:12.295673"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil velit harum ut aut optio maiores consequuntur.\",\"text\":\"We need to synthesize the 1080p RAM array!\"}"], ["created_at", "2016-10-06 14:49:12.296596"], ["updated_at", "2016-10-06 14:49:12.296596"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa voluptatem incidunt.\",\"text\":\"We need to input the digital SMS program!\"}"], ["created_at", "2016-10-06 14:49:12.297645"], ["updated_at", "2016-10-06 14:49:12.297645"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur consequatur at optio illum.\",\"text\":\"We need to bypass the open-source EXE system!\"}"], ["created_at", "2016-10-06 14:49:12.298674"], ["updated_at", "2016-10-06 14:49:12.298674"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse eos et et.\",\"text\":\"The SAS monitor is down, reboot the open-source program so we can generate the SQL transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.299712"], ["updated_at", "2016-10-06 14:49:12.299712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias sint corrupti necessitatibus ea commodi.\",\"text\":\"We need to input the virtual USB system!\"}"], ["created_at", "2016-10-06 14:49:12.300727"], ["updated_at", "2016-10-06 14:49:12.300727"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint placeat aut repellat aut animi qui assumenda.\",\"text\":\"Use the optical XSS matrix, then you can copy the bluetooth sensor!\"}"], ["created_at", "2016-10-06 14:49:12.301734"], ["updated_at", "2016-10-06 14:49:12.301734"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima et maiores asperiores sint.\",\"text\":\"You can't quantify the capacitor without quantifying the solid state CSS feed!\"}"], ["created_at", "2016-10-06 14:49:12.302734"], ["updated_at", "2016-10-06 14:49:12.302734"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus non eum qui iusto excepturi deleniti.\",\"text\":\"I'll quantify the bluetooth XSS sensor, that should pixel the XML feed!\"}"], ["created_at", "2016-10-06 14:49:12.303795"], ["updated_at", "2016-10-06 14:49:12.303795"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia aut ut dicta sed.\",\"text\":\"Compressing the monitor won't do anything, we need to synthesize the solid state sql microchip!\"}"], ["created_at", "2016-10-06 14:49:12.304890"], ["updated_at", "2016-10-06 14:49:12.304890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint incidunt aliquam et voluptatem odio.\",\"text\":\"We need to override the redundant PCI bus!\"}"], ["created_at", "2016-10-06 14:49:12.305919"], ["updated_at", "2016-10-06 14:49:12.305919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore quasi voluptatibus beatae dolores distinctio.\",\"text\":\"We need to input the cross-platform SSL microchip!\"}"], ["created_at", "2016-10-06 14:49:12.307017"], ["updated_at", "2016-10-06 14:49:12.307017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos rerum vel ut recusandae consequuntur.\",\"text\":\"The RAM circuit is down, navigate the cross-platform bus so we can navigate the JSON circuit!\"}"], ["created_at", "2016-10-06 14:49:12.308104"], ["updated_at", "2016-10-06 14:49:12.308104"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium dolorem dignissimos.\",\"text\":\"We need to bypass the bluetooth TCP alarm!\"}"], ["created_at", "2016-10-06 14:49:12.309173"], ["updated_at", "2016-10-06 14:49:12.309173"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et a dolor enim atque sed.\",\"text\":\"You can't input the hard drive without navigating the digital SCSI interface!\"}"], ["created_at", "2016-10-06 14:49:12.310224"], ["updated_at", "2016-10-06 14:49:12.310224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos debitis placeat.\",\"text\":\"Try to synthesize the PCI application, maybe it will compress the haptic sensor!\"}"], ["created_at", "2016-10-06 14:49:12.311323"], ["updated_at", "2016-10-06 14:49:12.311323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum velit inventore expedita laborum exercitationem.\",\"text\":\"Use the auxiliary THX matrix, then you can program the virtual circuit!\"}"], ["created_at", "2016-10-06 14:49:12.312415"], ["updated_at", "2016-10-06 14:49:12.312415"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit ipsa eos impedit expedita.\",\"text\":\"We need to compress the optical JSON sensor!\"}"], ["created_at", "2016-10-06 14:49:12.313492"], ["updated_at", "2016-10-06 14:49:12.313492"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem quis soluta fuga.\",\"text\":\"The FTP bus is down, navigate the mobile bus so we can quantify the CSS application!\"}"], ["created_at", "2016-10-06 14:49:12.314551"], ["updated_at", "2016-10-06 14:49:12.314551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut harum earum.\",\"text\":\"The SMTP array is down, override the solid state monitor so we can calculate the IB matrix!\"}"], ["created_at", "2016-10-06 14:49:12.315651"], ["updated_at", "2016-10-06 14:49:12.315651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto cumque aut.\",\"text\":\"I'll transmit the auxiliary XML application, that should application the EXE firewall!\"}"], ["created_at", "2016-10-06 14:49:12.316715"], ["updated_at", "2016-10-06 14:49:12.316715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta omnis incidunt quis.\",\"text\":\"Quantifying the monitor won't do anything, we need to program the open-source sas alarm!\"}"], ["created_at", "2016-10-06 14:49:12.317741"], ["updated_at", "2016-10-06 14:49:12.317741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam laboriosam est quae quia sed.\",\"text\":\"Use the neural RSS bandwidth, then you can synthesize the 1080p system!\"}"], ["created_at", "2016-10-06 14:49:12.318775"], ["updated_at", "2016-10-06 14:49:12.318775"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque quod illo praesentium et est sit.\",\"text\":\"Use the virtual FTP panel, then you can transmit the open-source matrix!\"}"], ["created_at", "2016-10-06 14:49:12.319734"], ["updated_at", "2016-10-06 14:49:12.319734"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum consequuntur hic dolorem.\",\"text\":\"The RSS protocol is down, quantify the cross-platform bus so we can reboot the FTP pixel!\"}"], ["created_at", "2016-10-06 14:49:12.320699"], ["updated_at", "2016-10-06 14:49:12.320699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et minima eius quos ut nam porro.\",\"text\":\"If we copy the feed, we can get to the HTTP driver through the virtual SAS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.321620"], ["updated_at", "2016-10-06 14:49:12.321620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus velit impedit velit.\",\"text\":\"We need to synthesize the multi-byte RAM bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.322568"], ["updated_at", "2016-10-06 14:49:12.322568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim voluptatum voluptate dignissimos culpa natus.\",\"text\":\"You can't calculate the transmitter without quantifying the neural CSS port!\"}"], ["created_at", "2016-10-06 14:49:12.323489"], ["updated_at", "2016-10-06 14:49:12.323489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias dolores aut officiis.\",\"text\":\"We need to back up the multi-byte THX firewall!\"}"], ["created_at", "2016-10-06 14:49:12.324374"], ["updated_at", "2016-10-06 14:49:12.324374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut dolorem soluta.\",\"text\":\"If we connect the driver, we can get to the XML bandwidth through the wireless JSON protocol!\"}"], ["created_at", "2016-10-06 14:49:12.325309"], ["updated_at", "2016-10-06 14:49:12.325309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem quibusdam quis quasi.\",\"text\":\"Bypassing the driver won't do anything, we need to quantify the open-source jbod card!\"}"], ["created_at", "2016-10-06 14:49:12.326279"], ["updated_at", "2016-10-06 14:49:12.326279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi ducimus facere numquam sit.\",\"text\":\"Try to navigate the PNG card, maybe it will navigate the auxiliary matrix!\"}"], ["created_at", "2016-10-06 14:49:12.327207"], ["updated_at", "2016-10-06 14:49:12.327207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima ut tenetur eligendi soluta.\",\"text\":\"You can't generate the card without compressing the solid state PNG firewall!\"}"], ["created_at", "2016-10-06 14:49:12.328144"], ["updated_at", "2016-10-06 14:49:12.328144"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa maxime quos aut temporibus.\",\"text\":\"If we hack the driver, we can get to the EXE firewall through the solid state SMTP array!\"}"], ["created_at", "2016-10-06 14:49:12.329146"], ["updated_at", "2016-10-06 14:49:12.329146"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis non earum.\",\"text\":\"You can't compress the bandwidth without compressing the auxiliary SMS transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.330088"], ["updated_at", "2016-10-06 14:49:12.330088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro sint enim ut molestias facilis at tenetur.\",\"text\":\"Use the bluetooth RAM feed, then you can quantify the optical matrix!\"}"], ["created_at", "2016-10-06 14:49:12.331034"], ["updated_at", "2016-10-06 14:49:12.331034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui soluta aut et.\",\"text\":\"If we input the bandwidth, we can get to the FTP panel through the redundant SMTP firewall!\"}"], ["created_at", "2016-10-06 14:49:12.332013"], ["updated_at", "2016-10-06 14:49:12.332013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia consequatur id ut.\",\"text\":\"You can't parse the program without copying the primary THX capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.332963"], ["updated_at", "2016-10-06 14:49:12.332963"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex aut rem.\",\"text\":\"We need to bypass the optical SQL protocol!\"}"], ["created_at", "2016-10-06 14:49:12.333929"], ["updated_at", "2016-10-06 14:49:12.333929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint autem sit similique rerum assumenda eius.\",\"text\":\"I'll navigate the wireless SMS system, that should capacitor the CSS matrix!\"}"], ["created_at", "2016-10-06 14:49:12.334843"], ["updated_at", "2016-10-06 14:49:12.334843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem dignissimos necessitatibus laudantium odio.\",\"text\":\"I'll compress the cross-platform JSON monitor, that should pixel the XML transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.335760"], ["updated_at", "2016-10-06 14:49:12.335760"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus possimus ex cum nisi enim.\",\"text\":\"The COM pixel is down, quantify the haptic firewall so we can reboot the SDD circuit!\"}"], ["created_at", "2016-10-06 14:49:12.336769"], ["updated_at", "2016-10-06 14:49:12.336769"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum ut quia repudiandae tenetur deleniti explicabo.\",\"text\":\"I'll reboot the primary SDD sensor, that should feed the PNG matrix!\"}"], ["created_at", "2016-10-06 14:49:12.337687"], ["updated_at", "2016-10-06 14:49:12.337687"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur nihil sed.\",\"text\":\"Try to index the HDD alarm, maybe it will override the solid state transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.338643"], ["updated_at", "2016-10-06 14:49:12.338643"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores occaecati quisquam in aut doloribus.\",\"text\":\"If we quantify the application, we can get to the SDD sensor through the multi-byte SMS firewall!\"}"], ["created_at", "2016-10-06 14:49:12.339612"], ["updated_at", "2016-10-06 14:49:12.339612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius dolor rem suscipit ab impedit.\",\"text\":\"Try to reboot the EXE bus, maybe it will bypass the online array!\"}"], ["created_at", "2016-10-06 14:49:12.340612"], ["updated_at", "2016-10-06 14:49:12.340612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab qui expedita veritatis et consectetur iusto ut.\",\"text\":\"Backing up the array won't do anything, we need to back up the cross-platform http capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.341531"], ["updated_at", "2016-10-06 14:49:12.341531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem voluptatem ullam nihil illo nulla atque porro.\",\"text\":\"We need to bypass the neural IB feed!\"}"], ["created_at", "2016-10-06 14:49:12.342449"], ["updated_at", "2016-10-06 14:49:12.342449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe sunt eum.\",\"text\":\"Use the back-end JSON matrix, then you can bypass the solid state port!\"}"], ["created_at", "2016-10-06 14:49:12.343389"], ["updated_at", "2016-10-06 14:49:12.343389"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque consequatur praesentium.\",\"text\":\"Try to calculate the COM application, maybe it will bypass the wireless hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.344330"], ["updated_at", "2016-10-06 14:49:12.344330"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit officia voluptatem sed.\",\"text\":\"Use the bluetooth CSS capacitor, then you can program the digital feed!\"}"], ["created_at", "2016-10-06 14:49:12.345219"], ["updated_at", "2016-10-06 14:49:12.345219"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda vel iusto quam.\",\"text\":\"You can't transmit the firewall without synthesizing the online CSS sensor!\"}"], ["created_at", "2016-10-06 14:49:12.346097"], ["updated_at", "2016-10-06 14:49:12.346097"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam ut aperiam.\",\"text\":\"You can't synthesize the protocol without connecting the cross-platform SQL transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.347018"], ["updated_at", "2016-10-06 14:49:12.347018"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia sed nesciunt.\",\"text\":\"We need to input the open-source JBOD application!\"}"], ["created_at", "2016-10-06 14:49:12.347974"], ["updated_at", "2016-10-06 14:49:12.347974"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate unde ducimus ea est minus numquam.\",\"text\":\"Use the virtual CSS firewall, then you can parse the neural feed!\"}"], ["created_at", "2016-10-06 14:49:12.349004"], ["updated_at", "2016-10-06 14:49:12.349004"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut nemo quod assumenda et molestiae.\",\"text\":\"Generating the transmitter won't do anything, we need to parse the auxiliary png hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.349928"], ["updated_at", "2016-10-06 14:49:12.349928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque itaque rerum necessitatibus.\",\"text\":\"You can't hack the matrix without programming the cross-platform SSL card!\"}"], ["created_at", "2016-10-06 14:49:12.350825"], ["updated_at", "2016-10-06 14:49:12.350825"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta fuga iste tenetur doloribus omnis.\",\"text\":\"I'll index the mobile GB circuit, that should pixel the XML circuit!\"}"], ["created_at", "2016-10-06 14:49:12.351703"], ["updated_at", "2016-10-06 14:49:12.351703"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut culpa quo enim a non.\",\"text\":\"Try to connect the HTTP hard drive, maybe it will compress the online card!\"}"], ["created_at", "2016-10-06 14:49:12.352580"], ["updated_at", "2016-10-06 14:49:12.352580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus aspernatur perspiciatis nemo a consequatur et.\",\"text\":\"The HDD transmitter is down, parse the auxiliary matrix so we can bypass the SSL bus!\"}"], ["created_at", "2016-10-06 14:49:12.353500"], ["updated_at", "2016-10-06 14:49:12.353500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis doloremque nesciunt similique maiores et deleniti beatae.\",\"text\":\"Try to quantify the SQL pixel, maybe it will input the cross-platform firewall!\"}"], ["created_at", "2016-10-06 14:49:12.354398"], ["updated_at", "2016-10-06 14:49:12.354398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae et alias est adipisci.\",\"text\":\"Calculating the array won't do anything, we need to hack the mobile ib system!\"}"], ["created_at", "2016-10-06 14:49:12.355281"], ["updated_at", "2016-10-06 14:49:12.355281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem et blanditiis itaque facere.\",\"text\":\"If we copy the driver, we can get to the COM feed through the cross-platform FTP bus!\"}"], ["created_at", "2016-10-06 14:49:12.356229"], ["updated_at", "2016-10-06 14:49:12.356229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quas asperiores cupiditate.\",\"text\":\"Quantifying the alarm won't do anything, we need to synthesize the virtual agp driver!\"}"], ["created_at", "2016-10-06 14:49:12.357143"], ["updated_at", "2016-10-06 14:49:12.357143"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis quae praesentium.\",\"text\":\"I'll transmit the wireless SDD transmitter, that should sensor the RSS protocol!\"}"], ["created_at", "2016-10-06 14:49:12.358037"], ["updated_at", "2016-10-06 14:49:12.358037"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cum vel maxime ipsa et optio voluptas.\",\"text\":\"I'll copy the back-end SAS circuit, that should circuit the EXE microchip!\"}"], ["created_at", "2016-10-06 14:49:12.358936"], ["updated_at", "2016-10-06 14:49:12.358936"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit facilis aliquam tempora quasi dolorum sapiente repudiandae.\",\"text\":\"I'll parse the bluetooth SMS card, that should bandwidth the SDD bus!\"}"], ["created_at", "2016-10-06 14:49:12.360150"], ["updated_at", "2016-10-06 14:49:12.360150"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos molestiae ut minus et debitis.\",\"text\":\"I'll compress the optical XSS alarm, that should hard drive the XSS program!\"}"], ["created_at", "2016-10-06 14:49:12.361696"], ["updated_at", "2016-10-06 14:49:12.361696"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis sed soluta ea dolor vero impedit.\",\"text\":\"We need to transmit the auxiliary SSL matrix!\"}"], ["created_at", "2016-10-06 14:49:12.363072"], ["updated_at", "2016-10-06 14:49:12.363072"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo ipsum explicabo.\",\"text\":\"We need to input the 1080p HDD pixel!\"}"], ["created_at", "2016-10-06 14:49:12.364765"], ["updated_at", "2016-10-06 14:49:12.364765"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint fugit optio qui aut omnis tempore.\",\"text\":\"Compressing the application won't do anything, we need to program the virtual gb sensor!\"}"], ["created_at", "2016-10-06 14:49:12.367596"], ["updated_at", "2016-10-06 14:49:12.367596"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora sed odit.\",\"text\":\"Try to reboot the JSON program, maybe it will parse the neural program!\"}"], ["created_at", "2016-10-06 14:49:12.369200"], ["updated_at", "2016-10-06 14:49:12.369200"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut nihil omnis laborum eius.\",\"text\":\"Use the multi-byte COM panel, then you can quantify the cross-platform monitor!\"}"], ["created_at", "2016-10-06 14:49:12.374022"], ["updated_at", "2016-10-06 14:49:12.374022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut doloribus delectus fugiat voluptatem deserunt.\",\"text\":\"I'll back up the virtual SMTP firewall, that should port the GB hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.375426"], ["updated_at", "2016-10-06 14:49:12.375426"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur nostrum doloribus.\",\"text\":\"We need to hack the solid state AI microchip!\"}"], ["created_at", "2016-10-06 14:49:12.376515"], ["updated_at", "2016-10-06 14:49:12.376515"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor eveniet a.\",\"text\":\"I'll synthesize the 1080p HTTP card, that should capacitor the HDD array!\"}"], ["created_at", "2016-10-06 14:49:12.377588"], ["updated_at", "2016-10-06 14:49:12.377588"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero neque doloremque.\",\"text\":\"Use the back-end THX monitor, then you can parse the virtual monitor!\"}"], ["created_at", "2016-10-06 14:49:12.378594"], ["updated_at", "2016-10-06 14:49:12.378594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus consequuntur similique harum.\",\"text\":\"You can't calculate the protocol without connecting the solid state HDD microchip!\"}"], ["created_at", "2016-10-06 14:49:12.379570"], ["updated_at", "2016-10-06 14:49:12.379570"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam est quibusdam doloribus nemo fugiat sapiente.\",\"text\":\"Use the mobile TCP port, then you can program the haptic array!\"}"], ["created_at", "2016-10-06 14:49:12.380546"], ["updated_at", "2016-10-06 14:49:12.380546"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id cupiditate atque voluptas.\",\"text\":\"I'll bypass the bluetooth USB application, that should alarm the SCSI driver!\"}"], ["created_at", "2016-10-06 14:49:12.381548"], ["updated_at", "2016-10-06 14:49:12.381548"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt corrupti possimus.\",\"text\":\"You can't override the feed without indexing the mobile XSS circuit!\"}"], ["created_at", "2016-10-06 14:49:12.382575"], ["updated_at", "2016-10-06 14:49:12.382575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum velit iste veniam omnis.\",\"text\":\"Try to parse the CSS microchip, maybe it will copy the open-source panel!\"}"], ["created_at", "2016-10-06 14:49:12.383607"], ["updated_at", "2016-10-06 14:49:12.383607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia perferendis occaecati in.\",\"text\":\"Generating the driver won't do anything, we need to compress the mobile rss card!\"}"], ["created_at", "2016-10-06 14:49:12.384552"], ["updated_at", "2016-10-06 14:49:12.384552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non dolorem voluptatum exercitationem quia.\",\"text\":\"We need to synthesize the 1080p SCSI panel!\"}"], ["created_at", "2016-10-06 14:49:12.385533"], ["updated_at", "2016-10-06 14:49:12.385533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero provident maxime rem ea eveniet cum.\",\"text\":\"Transmitting the sensor won't do anything, we need to synthesize the mobile ssl transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.386660"], ["updated_at", "2016-10-06 14:49:12.386660"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse est qui voluptatem ea.\",\"text\":\"Use the online RSS alarm, then you can parse the digital feed!\"}"], ["created_at", "2016-10-06 14:49:12.387619"], ["updated_at", "2016-10-06 14:49:12.387619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut eveniet vero placeat omnis.\",\"text\":\"Try to calculate the CSS panel, maybe it will synthesize the bluetooth system!\"}"], ["created_at", "2016-10-06 14:49:12.388543"], ["updated_at", "2016-10-06 14:49:12.388543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio et ea corporis.\",\"text\":\"You can't generate the driver without programming the wireless SCSI port!\"}"], ["created_at", "2016-10-06 14:49:12.389451"], ["updated_at", "2016-10-06 14:49:12.389451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure omnis rem.\",\"text\":\"I'll bypass the multi-byte SAS feed, that should bus the FTP card!\"}"], ["created_at", "2016-10-06 14:49:12.390386"], ["updated_at", "2016-10-06 14:49:12.390386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi ut dicta voluptas quo cumque porro.\",\"text\":\"We need to connect the 1080p RSS driver!\"}"], ["created_at", "2016-10-06 14:49:12.391272"], ["updated_at", "2016-10-06 14:49:12.391272"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi velit iusto id.\",\"text\":\"If we parse the bandwidth, we can get to the SDD port through the open-source XML hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.392157"], ["updated_at", "2016-10-06 14:49:12.392157"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos quis molestiae cumque aut.\",\"text\":\"I'll program the multi-byte HTTP bus, that should feed the AI interface!\"}"], ["created_at", "2016-10-06 14:49:12.393039"], ["updated_at", "2016-10-06 14:49:12.393039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa nostrum adipisci ullam alias repellendus.\",\"text\":\"The THX interface is down, hack the online sensor so we can calculate the SCSI hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.393927"], ["updated_at", "2016-10-06 14:49:12.393927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere eligendi suscipit ratione sunt.\",\"text\":\"I'll index the bluetooth COM bus, that should protocol the SMTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.394891"], ["updated_at", "2016-10-06 14:49:12.394891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat magnam earum recusandae est unde est ut.\",\"text\":\"If we override the microchip, we can get to the COM feed through the auxiliary SSL system!\"}"], ["created_at", "2016-10-06 14:49:12.395797"], ["updated_at", "2016-10-06 14:49:12.395797"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas aut tempora.\",\"text\":\"Use the wireless COM array, then you can program the back-end firewall!\"}"], ["created_at", "2016-10-06 14:49:12.396689"], ["updated_at", "2016-10-06 14:49:12.396689"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti doloremque natus aut.\",\"text\":\"If we override the capacitor, we can get to the USB bandwidth through the bluetooth COM driver!\"}"], ["created_at", "2016-10-06 14:49:12.397616"], ["updated_at", "2016-10-06 14:49:12.397616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto saepe aut.\",\"text\":\"I'll program the digital AGP transmitter, that should application the IB application!\"}"], ["created_at", "2016-10-06 14:49:12.398625"], ["updated_at", "2016-10-06 14:49:12.398625"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est molestias saepe eum perspiciatis consequatur.\",\"text\":\"Hacking the port won't do anything, we need to input the virtual sdd system!\"}"], ["created_at", "2016-10-06 14:49:12.399521"], ["updated_at", "2016-10-06 14:49:12.399521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit sequi tempora eum repellendus.\",\"text\":\"The EXE pixel is down, back up the back-end firewall so we can copy the SSL port!\"}"], ["created_at", "2016-10-06 14:49:12.400412"], ["updated_at", "2016-10-06 14:49:12.400412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius quaerat consectetur deleniti soluta similique.\",\"text\":\"If we quantify the program, we can get to the AI bandwidth through the redundant HDD program!\"}"], ["created_at", "2016-10-06 14:49:12.401335"], ["updated_at", "2016-10-06 14:49:12.401335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates praesentium eaque.\",\"text\":\"You can't transmit the firewall without synthesizing the wireless SSL driver!\"}"], ["created_at", "2016-10-06 14:49:12.402257"], ["updated_at", "2016-10-06 14:49:12.402257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium ut nulla sed laborum.\",\"text\":\"We need to compress the optical ADP bus!\"}"], ["created_at", "2016-10-06 14:49:12.403191"], ["updated_at", "2016-10-06 14:49:12.403191"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non dolor voluptatibus est neque totam.\",\"text\":\"Use the open-source SMTP sensor, then you can copy the online card!\"}"], ["created_at", "2016-10-06 14:49:12.404087"], ["updated_at", "2016-10-06 14:49:12.404087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem incidunt dolores enim assumenda dolore ea nulla.\",\"text\":\"You can't calculate the monitor without calculating the primary TCP pixel!\"}"], ["created_at", "2016-10-06 14:49:12.404989"], ["updated_at", "2016-10-06 14:49:12.404989"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut est numquam aut.\",\"text\":\"You can't override the sensor without calculating the bluetooth XSS interface!\"}"], ["created_at", "2016-10-06 14:49:12.405875"], ["updated_at", "2016-10-06 14:49:12.405875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio porro molestiae magni dolor nihil quod beatae.\",\"text\":\"You can't index the bandwidth without indexing the haptic FTP array!\"}"], ["created_at", "2016-10-06 14:49:12.406794"], ["updated_at", "2016-10-06 14:49:12.406794"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto alias facilis et sequi maiores laborum.\",\"text\":\"We need to generate the wireless HDD alarm!\"}"], ["created_at", "2016-10-06 14:49:12.407644"], ["updated_at", "2016-10-06 14:49:12.407644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus assumenda ea et dolores aut.\",\"text\":\"Navigating the capacitor won't do anything, we need to hack the online png port!\"}"], ["created_at", "2016-10-06 14:49:12.408548"], ["updated_at", "2016-10-06 14:49:12.408548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt consequatur aut vitae.\",\"text\":\"Use the optical EXE sensor, then you can generate the cross-platform driver!\"}"], ["created_at", "2016-10-06 14:49:12.409487"], ["updated_at", "2016-10-06 14:49:12.409487"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores est doloremque.\",\"text\":\"Indexing the port won't do anything, we need to generate the 1080p sas transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.410407"], ["updated_at", "2016-10-06 14:49:12.410407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam enim accusamus.\",\"text\":\"You can't copy the port without overriding the back-end SAS interface!\"}"], ["created_at", "2016-10-06 14:49:12.411326"], ["updated_at", "2016-10-06 14:49:12.411326"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis necessitatibus doloremque qui.\",\"text\":\"Try to parse the COM program, maybe it will calculate the 1080p capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.412275"], ["updated_at", "2016-10-06 14:49:12.412275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut sunt similique numquam soluta.\",\"text\":\"We need to transmit the haptic XSS application!\"}"], ["created_at", "2016-10-06 14:49:12.413157"], ["updated_at", "2016-10-06 14:49:12.413157"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident ab ducimus est id in quis.\",\"text\":\"If we navigate the pixel, we can get to the JBOD microchip through the primary SQL monitor!\"}"], ["created_at", "2016-10-06 14:49:12.414040"], ["updated_at", "2016-10-06 14:49:12.414040"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam veniam ut adipisci exercitationem sunt.\",\"text\":\"Use the virtual AI hard drive, then you can connect the primary program!\"}"], ["created_at", "2016-10-06 14:49:12.414958"], ["updated_at", "2016-10-06 14:49:12.414958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam aspernatur aperiam enim iste asperiores quo.\",\"text\":\"Navigating the feed won't do anything, we need to synthesize the 1080p hdd system!\"}"], ["created_at", "2016-10-06 14:49:12.415830"], ["updated_at", "2016-10-06 14:49:12.415830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero harum odit animi minima neque exercitationem voluptas.\",\"text\":\"I'll generate the solid state SSL program, that should panel the SAS panel!\"}"], ["created_at", "2016-10-06 14:49:12.416750"], ["updated_at", "2016-10-06 14:49:12.416750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit eius dolore.\",\"text\":\"Navigating the interface won't do anything, we need to parse the solid state rss interface!\"}"], ["created_at", "2016-10-06 14:49:12.417631"], ["updated_at", "2016-10-06 14:49:12.417631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint id veritatis.\",\"text\":\"The SDD capacitor is down, index the solid state driver so we can transmit the FTP sensor!\"}"], ["created_at", "2016-10-06 14:49:12.418534"], ["updated_at", "2016-10-06 14:49:12.418534"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id non ut corporis.\",\"text\":\"Generating the alarm won't do anything, we need to copy the open-source sms matrix!\"}"], ["created_at", "2016-10-06 14:49:12.419425"], ["updated_at", "2016-10-06 14:49:12.419425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat enim blanditiis aut pariatur ut dolorem est.\",\"text\":\"Generating the protocol won't do anything, we need to transmit the solid state thx alarm!\"}"], ["created_at", "2016-10-06 14:49:12.420343"], ["updated_at", "2016-10-06 14:49:12.420343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda rerum laboriosam itaque omnis.\",\"text\":\"Use the solid state HDD hard drive, then you can connect the auxiliary bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.421267"], ["updated_at", "2016-10-06 14:49:12.421267"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et incidunt odit quidem vero.\",\"text\":\"Hacking the panel won't do anything, we need to copy the haptic gb microchip!\"}"], ["created_at", "2016-10-06 14:49:12.422210"], ["updated_at", "2016-10-06 14:49:12.422210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum perferendis ratione omnis vel molestiae dolorem.\",\"text\":\"You can't generate the card without navigating the online RAM pixel!\"}"], ["created_at", "2016-10-06 14:49:12.423071"], ["updated_at", "2016-10-06 14:49:12.423071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga nesciunt accusantium.\",\"text\":\"If we parse the application, we can get to the SQL application through the cross-platform HDD system!\"}"], ["created_at", "2016-10-06 14:49:12.423947"], ["updated_at", "2016-10-06 14:49:12.423947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem qui et voluptas dolorem optio fuga suscipit.\",\"text\":\"I'll bypass the auxiliary USB sensor, that should monitor the HTTP capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.424835"], ["updated_at", "2016-10-06 14:49:12.424835"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet blanditiis autem.\",\"text\":\"The SSL feed is down, program the multi-byte driver so we can input the RAM bus!\"}"], ["created_at", "2016-10-06 14:49:12.425747"], ["updated_at", "2016-10-06 14:49:12.425747"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi molestiae velit.\",\"text\":\"I'll copy the haptic PNG firewall, that should card the SQL firewall!\"}"], ["created_at", "2016-10-06 14:49:12.426663"], ["updated_at", "2016-10-06 14:49:12.426663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et a et velit tempore.\",\"text\":\"Copying the program won't do anything, we need to copy the online thx hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.427560"], ["updated_at", "2016-10-06 14:49:12.427560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui in fugit.\",\"text\":\"Compressing the circuit won't do anything, we need to transmit the digital ssl alarm!\"}"], ["created_at", "2016-10-06 14:49:12.428457"], ["updated_at", "2016-10-06 14:49:12.428457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui soluta sit repellendus.\",\"text\":\"I'll hack the multi-byte HDD bus, that should program the XSS bus!\"}"], ["created_at", "2016-10-06 14:49:12.429332"], ["updated_at", "2016-10-06 14:49:12.429332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi officiis sit voluptatem aliquid.\",\"text\":\"Compressing the microchip won't do anything, we need to synthesize the virtual sql panel!\"}"], ["created_at", "2016-10-06 14:49:12.430239"], ["updated_at", "2016-10-06 14:49:12.430239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod consequatur voluptatem enim assumenda asperiores.\",\"text\":\"Compressing the pixel won't do anything, we need to copy the solid state json application!\"}"], ["created_at", "2016-10-06 14:49:12.431111"], ["updated_at", "2016-10-06 14:49:12.431111"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum esse qui.\",\"text\":\"If we bypass the alarm, we can get to the GB system through the solid state SQL alarm!\"}"], ["created_at", "2016-10-06 14:49:12.432032"], ["updated_at", "2016-10-06 14:49:12.432032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod debitis eaque reprehenderit explicabo nisi.\",\"text\":\"Calculating the pixel won't do anything, we need to input the mobile png array!\"}"], ["created_at", "2016-10-06 14:49:12.432907"], ["updated_at", "2016-10-06 14:49:12.432907"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat at maxime placeat exercitationem.\",\"text\":\"You can't generate the firewall without hacking the virtual TCP firewall!\"}"], ["created_at", "2016-10-06 14:49:12.433795"], ["updated_at", "2016-10-06 14:49:12.433795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur hic quam.\",\"text\":\"Try to synthesize the SMTP system, maybe it will synthesize the back-end protocol!\"}"], ["created_at", "2016-10-06 14:49:12.434736"], ["updated_at", "2016-10-06 14:49:12.434736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam rerum at totam repellendus explicabo perferendis.\",\"text\":\"We need to copy the bluetooth RSS monitor!\"}"], ["created_at", "2016-10-06 14:49:12.435678"], ["updated_at", "2016-10-06 14:49:12.435678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque et quidem.\",\"text\":\"Try to parse the HDD application, maybe it will back up the virtual firewall!\"}"], ["created_at", "2016-10-06 14:49:12.436627"], ["updated_at", "2016-10-06 14:49:12.436627"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt omnis sequi hic.\",\"text\":\"We need to program the auxiliary FTP card!\"}"], ["created_at", "2016-10-06 14:49:12.437511"], ["updated_at", "2016-10-06 14:49:12.437511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nemo omnis ea ut repellat voluptas.\",\"text\":\"Copying the port won't do anything, we need to quantify the cross-platform tcp bus!\"}"], ["created_at", "2016-10-06 14:49:12.438451"], ["updated_at", "2016-10-06 14:49:12.438451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem facere non alias tenetur.\",\"text\":\"Use the optical SQL driver, then you can override the mobile panel!\"}"], ["created_at", "2016-10-06 14:49:12.439383"], ["updated_at", "2016-10-06 14:49:12.439383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem eos pariatur recusandae sint et adipisci.\",\"text\":\"If we calculate the hard drive, we can get to the RAM circuit through the wireless EXE system!\"}"], ["created_at", "2016-10-06 14:49:12.440370"], ["updated_at", "2016-10-06 14:49:12.440370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit et maiores nam dolore soluta rerum.\",\"text\":\"If we index the system, we can get to the SMTP capacitor through the online COM firewall!\"}"], ["created_at", "2016-10-06 14:49:12.441285"], ["updated_at", "2016-10-06 14:49:12.441285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure odio consectetur consequatur qui.\",\"text\":\"The HTTP feed is down, quantify the optical capacitor so we can transmit the HDD transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.442210"], ["updated_at", "2016-10-06 14:49:12.442210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam enim itaque accusantium impedit.\",\"text\":\"If we generate the card, we can get to the IB driver through the cross-platform EXE card!\"}"], ["created_at", "2016-10-06 14:49:12.443136"], ["updated_at", "2016-10-06 14:49:12.443136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum officia qui illo porro assumenda itaque ullam.\",\"text\":\"Use the primary SMS capacitor, then you can parse the haptic firewall!\"}"], ["created_at", "2016-10-06 14:49:12.444034"], ["updated_at", "2016-10-06 14:49:12.444034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et porro.\",\"text\":\"The SAS array is down, compress the cross-platform bus so we can bypass the TCP alarm!\"}"], ["created_at", "2016-10-06 14:49:12.444933"], ["updated_at", "2016-10-06 14:49:12.444933"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque minima vitae vero beatae aliquam.\",\"text\":\"I'll index the haptic GB program, that should port the SMTP panel!\"}"], ["created_at", "2016-10-06 14:49:12.445814"], ["updated_at", "2016-10-06 14:49:12.445814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit et laborum corporis et tempora nisi quibusdam.\",\"text\":\"You can't bypass the feed without programming the neural IB hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.446702"], ["updated_at", "2016-10-06 14:49:12.446702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus alias in expedita nesciunt.\",\"text\":\"If we hack the interface, we can get to the SDD interface through the digital JBOD hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.447620"], ["updated_at", "2016-10-06 14:49:12.447620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non hic accusamus natus cupiditate suscipit ut laudantium.\",\"text\":\"Use the multi-byte AGP port, then you can transmit the open-source circuit!\"}"], ["created_at", "2016-10-06 14:49:12.448501"], ["updated_at", "2016-10-06 14:49:12.448501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero ipsum quos aut suscipit deleniti.\",\"text\":\"Bypassing the system won't do anything, we need to copy the online sdd program!\"}"], ["created_at", "2016-10-06 14:49:12.449378"], ["updated_at", "2016-10-06 14:49:12.449378"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos atque quae at magnam delectus dolores dolorem.\",\"text\":\"I'll synthesize the auxiliary HDD sensor, that should sensor the SMTP pixel!\"}"], ["created_at", "2016-10-06 14:49:12.450290"], ["updated_at", "2016-10-06 14:49:12.450290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur odit consequuntur provident eveniet et placeat.\",\"text\":\"You can't index the array without backing up the redundant XML program!\"}"], ["created_at", "2016-10-06 14:49:12.451233"], ["updated_at", "2016-10-06 14:49:12.451233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt et rerum quas et delectus ratione fuga.\",\"text\":\"I'll program the digital SCSI feed, that should monitor the SSL bus!\"}"], ["created_at", "2016-10-06 14:49:12.452153"], ["updated_at", "2016-10-06 14:49:12.452153"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam quasi qui.\",\"text\":\"I'll quantify the auxiliary IB capacitor, that should hard drive the IB matrix!\"}"], ["created_at", "2016-10-06 14:49:12.453059"], ["updated_at", "2016-10-06 14:49:12.453059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae expedita omnis.\",\"text\":\"The SQL feed is down, override the back-end sensor so we can parse the IB transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.453974"], ["updated_at", "2016-10-06 14:49:12.453974"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et veniam id ea natus.\",\"text\":\"We need to generate the haptic SAS driver!\"}"], ["created_at", "2016-10-06 14:49:12.454860"], ["updated_at", "2016-10-06 14:49:12.454860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit repellat excepturi.\",\"text\":\"You can't parse the interface without backing up the bluetooth TCP pixel!\"}"], ["created_at", "2016-10-06 14:49:12.455784"], ["updated_at", "2016-10-06 14:49:12.455784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore earum maxime ut iusto.\",\"text\":\"If we input the microchip, we can get to the PNG pixel through the optical JSON microchip!\"}"], ["created_at", "2016-10-06 14:49:12.456662"], ["updated_at", "2016-10-06 14:49:12.456662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ducimus distinctio.\",\"text\":\"We need to copy the cross-platform USB firewall!\"}"], ["created_at", "2016-10-06 14:49:12.457593"], ["updated_at", "2016-10-06 14:49:12.457593"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum nihil vel officiis.\",\"text\":\"The RAM pixel is down, back up the optical system so we can input the XSS matrix!\"}"], ["created_at", "2016-10-06 14:49:12.458530"], ["updated_at", "2016-10-06 14:49:12.458530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi consectetur delectus.\",\"text\":\"Try to connect the IB interface, maybe it will connect the bluetooth firewall!\"}"], ["created_at", "2016-10-06 14:49:12.459496"], ["updated_at", "2016-10-06 14:49:12.459496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi hic necessitatibus ratione modi incidunt veniam ullam.\",\"text\":\"The IB card is down, connect the mobile sensor so we can generate the SDD microchip!\"}"], ["created_at", "2016-10-06 14:49:12.460385"], ["updated_at", "2016-10-06 14:49:12.460385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure dolores minus quod.\",\"text\":\"You can't copy the circuit without navigating the neural XML protocol!\"}"], ["created_at", "2016-10-06 14:49:12.461303"], ["updated_at", "2016-10-06 14:49:12.461303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem autem ut aliquid.\",\"text\":\"Use the solid state PNG application, then you can connect the bluetooth program!\"}"], ["created_at", "2016-10-06 14:49:12.462244"], ["updated_at", "2016-10-06 14:49:12.462244"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur quae suscipit cumque inventore nobis.\",\"text\":\"We need to compress the mobile JBOD hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.463137"], ["updated_at", "2016-10-06 14:49:12.463137"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At officiis deserunt saepe.\",\"text\":\"Try to transmit the USB alarm, maybe it will back up the redundant pixel!\"}"], ["created_at", "2016-10-06 14:49:12.464013"], ["updated_at", "2016-10-06 14:49:12.464013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab sunt porro consequatur recusandae.\",\"text\":\"You can't quantify the panel without indexing the bluetooth AI pixel!\"}"], ["created_at", "2016-10-06 14:49:12.464902"], ["updated_at", "2016-10-06 14:49:12.464902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed assumenda et officia voluptas itaque corrupti reiciendis.\",\"text\":\"I'll bypass the primary SDD firewall, that should panel the PNG array!\"}"], ["created_at", "2016-10-06 14:49:12.465810"], ["updated_at", "2016-10-06 14:49:12.465810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt ipsa est consequatur velit commodi blanditiis.\",\"text\":\"The FTP monitor is down, calculate the solid state port so we can parse the HDD panel!\"}"], ["created_at", "2016-10-06 14:49:12.466740"], ["updated_at", "2016-10-06 14:49:12.466740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A fugiat exercitationem occaecati possimus.\",\"text\":\"Try to override the SDD array, maybe it will reboot the online hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.467623"], ["updated_at", "2016-10-06 14:49:12.467623"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto eum rem.\",\"text\":\"You can't bypass the bandwidth without transmitting the redundant GB firewall!\"}"], ["created_at", "2016-10-06 14:49:12.468503"], ["updated_at", "2016-10-06 14:49:12.468503"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi velit et eveniet laudantium.\",\"text\":\"Use the multi-byte SQL system, then you can transmit the back-end bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.469505"], ["updated_at", "2016-10-06 14:49:12.469505"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel eum maxime facere vitae repudiandae.\",\"text\":\"You can't connect the transmitter without transmitting the 1080p SAS protocol!\"}"], ["created_at", "2016-10-06 14:49:12.470442"], ["updated_at", "2016-10-06 14:49:12.470442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia consequatur molestias in.\",\"text\":\"Try to synthesize the THX sensor, maybe it will reboot the auxiliary bus!\"}"], ["created_at", "2016-10-06 14:49:12.471454"], ["updated_at", "2016-10-06 14:49:12.471454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum explicabo minima sed est aspernatur earum qui.\",\"text\":\"We need to back up the back-end CSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.472433"], ["updated_at", "2016-10-06 14:49:12.472433"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure commodi aut delectus quia repellendus.\",\"text\":\"We need to bypass the solid state RAM hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.473360"], ["updated_at", "2016-10-06 14:49:12.473360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque non repellendus eaque sit inventore aperiam quia.\",\"text\":\"You can't generate the capacitor without connecting the bluetooth XSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.474338"], ["updated_at", "2016-10-06 14:49:12.474338"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius blanditiis sint quis quos.\",\"text\":\"Try to bypass the SSL matrix, maybe it will hack the wireless bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.475238"], ["updated_at", "2016-10-06 14:49:12.475238"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptas est suscipit.\",\"text\":\"Indexing the capacitor won't do anything, we need to compress the solid state http application!\"}"], ["created_at", "2016-10-06 14:49:12.476163"], ["updated_at", "2016-10-06 14:49:12.476163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ea nisi.\",\"text\":\"The ADP matrix is down, calculate the cross-platform feed so we can compress the SSL system!\"}"], ["created_at", "2016-10-06 14:49:12.477053"], ["updated_at", "2016-10-06 14:49:12.477053"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque est dignissimos velit non.\",\"text\":\"Try to synthesize the SDD matrix, maybe it will generate the virtual circuit!\"}"], ["created_at", "2016-10-06 14:49:12.477953"], ["updated_at", "2016-10-06 14:49:12.477953"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui libero ut perferendis voluptatem eos magni eos.\",\"text\":\"The SMS bandwidth is down, back up the open-source system so we can override the SQL matrix!\"}"], ["created_at", "2016-10-06 14:49:12.478914"], ["updated_at", "2016-10-06 14:49:12.478914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt quos cum dicta accusamus sit dolor.\",\"text\":\"If we back up the microchip, we can get to the COM interface through the solid state HDD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.479864"], ["updated_at", "2016-10-06 14:49:12.479864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum in vel debitis.\",\"text\":\"You can't program the matrix without overriding the cross-platform SQL protocol!\"}"], ["created_at", "2016-10-06 14:49:12.480782"], ["updated_at", "2016-10-06 14:49:12.480782"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora nemo et itaque qui.\",\"text\":\"I'll bypass the open-source AI driver, that should interface the SQL alarm!\"}"], ["created_at", "2016-10-06 14:49:12.481687"], ["updated_at", "2016-10-06 14:49:12.481687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quia tempore sed at.\",\"text\":\"We need to parse the online FTP monitor!\"}"], ["created_at", "2016-10-06 14:49:12.482655"], ["updated_at", "2016-10-06 14:49:12.482655"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit occaecati suscipit.\",\"text\":\"I'll navigate the cross-platform XSS circuit, that should transmitter the SQL program!\"}"], ["created_at", "2016-10-06 14:49:12.483602"], ["updated_at", "2016-10-06 14:49:12.483602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam natus dolorem magnam aut nostrum.\",\"text\":\"We need to navigate the redundant SMS feed!\"}"], ["created_at", "2016-10-06 14:49:12.484487"], ["updated_at", "2016-10-06 14:49:12.484487"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi facilis molestiae.\",\"text\":\"If we calculate the pixel, we can get to the JBOD card through the bluetooth IB panel!\"}"], ["created_at", "2016-10-06 14:49:12.485365"], ["updated_at", "2016-10-06 14:49:12.485365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut occaecati quo.\",\"text\":\"If we index the array, we can get to the SMS driver through the open-source EXE matrix!\"}"], ["created_at", "2016-10-06 14:49:12.486329"], ["updated_at", "2016-10-06 14:49:12.486329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In suscipit dolores quis quis repudiandae dicta reprehenderit.\",\"text\":\"I'll navigate the solid state CSS sensor, that should array the SSL driver!\"}"], ["created_at", "2016-10-06 14:49:12.487239"], ["updated_at", "2016-10-06 14:49:12.487239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis ab at.\",\"text\":\"The TCP protocol is down, connect the 1080p panel so we can compress the XSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.488163"], ["updated_at", "2016-10-06 14:49:12.488163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut animi neque mollitia magnam.\",\"text\":\"Calculating the bandwidth won't do anything, we need to copy the back-end ib panel!\"}"], ["created_at", "2016-10-06 14:49:12.489076"], ["updated_at", "2016-10-06 14:49:12.489076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut molestias quisquam odio cumque rerum.\",\"text\":\"We need to parse the haptic RSS matrix!\"}"], ["created_at", "2016-10-06 14:49:12.489954"], ["updated_at", "2016-10-06 14:49:12.489954"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quae ut quia praesentium.\",\"text\":\"You can't override the interface without compressing the open-source FTP interface!\"}"], ["created_at", "2016-10-06 14:49:12.490874"], ["updated_at", "2016-10-06 14:49:12.490874"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo sed harum repellat voluptas excepturi ut ea.\",\"text\":\"The IB system is down, quantify the solid state hard drive so we can reboot the COM panel!\"}"], ["created_at", "2016-10-06 14:49:12.491763"], ["updated_at", "2016-10-06 14:49:12.491763"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non repudiandae quia perspiciatis optio.\",\"text\":\"We need to index the back-end ADP panel!\"}"], ["created_at", "2016-10-06 14:49:12.492676"], ["updated_at", "2016-10-06 14:49:12.492676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam aut aperiam hic autem rerum a.\",\"text\":\"You can't reboot the hard drive without calculating the back-end HDD matrix!\"}"], ["created_at", "2016-10-06 14:49:12.493557"], ["updated_at", "2016-10-06 14:49:12.493557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam sed in veniam amet itaque molestiae.\",\"text\":\"The CSS matrix is down, calculate the haptic panel so we can hack the PNG alarm!\"}"], ["created_at", "2016-10-06 14:49:12.494488"], ["updated_at", "2016-10-06 14:49:12.494488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae minus in.\",\"text\":\"I'll index the neural EXE system, that should protocol the PNG port!\"}"], ["created_at", "2016-10-06 14:49:12.495383"], ["updated_at", "2016-10-06 14:49:12.495383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et sit doloremque.\",\"text\":\"Try to input the HTTP application, maybe it will copy the solid state program!\"}"], ["created_at", "2016-10-06 14:49:12.496303"], ["updated_at", "2016-10-06 14:49:12.496303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis est aspernatur qui omnis distinctio animi est.\",\"text\":\"We need to index the back-end FTP interface!\"}"], ["created_at", "2016-10-06 14:49:12.497177"], ["updated_at", "2016-10-06 14:49:12.497177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut tempora aliquid ipsam ab nihil.\",\"text\":\"Backing up the capacitor won't do anything, we need to calculate the haptic sql array!\"}"], ["created_at", "2016-10-06 14:49:12.498079"], ["updated_at", "2016-10-06 14:49:12.498079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam asperiores voluptate sunt omnis est nesciunt et.\",\"text\":\"The IB driver is down, input the multi-byte protocol so we can quantify the SSL application!\"}"], ["created_at", "2016-10-06 14:49:12.499127"], ["updated_at", "2016-10-06 14:49:12.499127"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea ex quos omnis.\",\"text\":\"Try to calculate the SQL pixel, maybe it will synthesize the mobile firewall!\"}"], ["created_at", "2016-10-06 14:49:12.500148"], ["updated_at", "2016-10-06 14:49:12.500148"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In ipsa sequi impedit quia pariatur eum.\",\"text\":\"Use the optical SCSI hard drive, then you can reboot the wireless monitor!\"}"], ["created_at", "2016-10-06 14:49:12.501141"], ["updated_at", "2016-10-06 14:49:12.501141"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum eum voluptatem non.\",\"text\":\"Try to back up the JBOD sensor, maybe it will program the auxiliary feed!\"}"], ["created_at", "2016-10-06 14:49:12.502151"], ["updated_at", "2016-10-06 14:49:12.502151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore nam est culpa.\",\"text\":\"We need to hack the cross-platform EXE firewall!\"}"], ["created_at", "2016-10-06 14:49:12.503218"], ["updated_at", "2016-10-06 14:49:12.503218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ratione aperiam vel labore cupiditate.\",\"text\":\"Try to override the ADP capacitor, maybe it will connect the auxiliary array!\"}"], ["created_at", "2016-10-06 14:49:12.504252"], ["updated_at", "2016-10-06 14:49:12.504252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi rerum eligendi odio sunt expedita exercitationem repellat.\",\"text\":\"I'll navigate the optical AGP bandwidth, that should protocol the AI alarm!\"}"], ["created_at", "2016-10-06 14:49:12.505238"], ["updated_at", "2016-10-06 14:49:12.505238"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime numquam quas praesentium.\",\"text\":\"Try to generate the RAM monitor, maybe it will connect the redundant port!\"}"], ["created_at", "2016-10-06 14:49:12.506265"], ["updated_at", "2016-10-06 14:49:12.506265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem magnam accusantium debitis iste aut similique qui.\",\"text\":\"Try to reboot the TCP bandwidth, maybe it will copy the primary port!\"}"], ["created_at", "2016-10-06 14:49:12.507311"], ["updated_at", "2016-10-06 14:49:12.507311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quibusdam iure sit eaque nulla molestias quo.\",\"text\":\"You can't override the alarm without navigating the cross-platform SDD matrix!\"}"], ["created_at", "2016-10-06 14:49:12.508321"], ["updated_at", "2016-10-06 14:49:12.508321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut nobis facilis accusantium.\",\"text\":\"You can't back up the capacitor without transmitting the digital XSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.509309"], ["updated_at", "2016-10-06 14:49:12.509309"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid non amet nisi.\",\"text\":\"We need to calculate the virtual COM program!\"}"], ["created_at", "2016-10-06 14:49:12.510323"], ["updated_at", "2016-10-06 14:49:12.510323"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum eveniet eos est magni aut doloremque.\",\"text\":\"Use the virtual XML feed, then you can synthesize the redundant pixel!\"}"], ["created_at", "2016-10-06 14:49:12.511300"], ["updated_at", "2016-10-06 14:49:12.511300"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam hic consequatur nulla possimus numquam.\",\"text\":\"We need to parse the wireless EXE transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.512316"], ["updated_at", "2016-10-06 14:49:12.512316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nisi iste unde est inventore vitae accusantium.\",\"text\":\"If we quantify the feed, we can get to the SSL array through the primary IB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.513314"], ["updated_at", "2016-10-06 14:49:12.513314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit eveniet distinctio molestiae quaerat et.\",\"text\":\"Use the mobile AI protocol, then you can override the bluetooth firewall!\"}"], ["created_at", "2016-10-06 14:49:12.514319"], ["updated_at", "2016-10-06 14:49:12.514319"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe minus natus laboriosam perspiciatis voluptatem similique vero.\",\"text\":\"If we hack the driver, we can get to the EXE feed through the haptic TCP capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.515204"], ["updated_at", "2016-10-06 14:49:12.515204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum quis illum qui cupiditate necessitatibus id.\",\"text\":\"We need to reboot the neural SDD firewall!\"}"], ["created_at", "2016-10-06 14:49:12.516098"], ["updated_at", "2016-10-06 14:49:12.516098"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod magnam repellat non deleniti.\",\"text\":\"Try to bypass the XML bandwidth, maybe it will calculate the digital program!\"}"], ["created_at", "2016-10-06 14:49:12.516966"], ["updated_at", "2016-10-06 14:49:12.516966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas voluptatem omnis eius.\",\"text\":\"I'll generate the neural ADP microchip, that should array the GB matrix!\"}"], ["created_at", "2016-10-06 14:49:12.517860"], ["updated_at", "2016-10-06 14:49:12.517860"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id dolore aliquid necessitatibus pariatur dolor labore.\",\"text\":\"Try to program the HDD array, maybe it will navigate the redundant feed!\"}"], ["created_at", "2016-10-06 14:49:12.518750"], ["updated_at", "2016-10-06 14:49:12.518750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident quidem quibusdam doloremque debitis incidunt recusandae vel.\",\"text\":\"You can't parse the monitor without programming the optical AI hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.519682"], ["updated_at", "2016-10-06 14:49:12.519682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas est vitae hic incidunt debitis quis eligendi.\",\"text\":\"We need to program the virtual RSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.520600"], ["updated_at", "2016-10-06 14:49:12.520600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem eius veritatis voluptatum.\",\"text\":\"You can't parse the feed without generating the multi-byte ADP firewall!\"}"], ["created_at", "2016-10-06 14:49:12.521464"], ["updated_at", "2016-10-06 14:49:12.521464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit et amet est.\",\"text\":\"Try to parse the SMTP interface, maybe it will connect the solid state matrix!\"}"], ["created_at", "2016-10-06 14:49:12.522375"], ["updated_at", "2016-10-06 14:49:12.522375"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi autem est qui rerum quia dolorem enim.\",\"text\":\"We need to input the virtual JBOD system!\"}"], ["created_at", "2016-10-06 14:49:12.523269"], ["updated_at", "2016-10-06 14:49:12.523269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt ex sed officiis qui.\",\"text\":\"Try to override the CSS driver, maybe it will override the neural system!\"}"], ["created_at", "2016-10-06 14:49:12.524151"], ["updated_at", "2016-10-06 14:49:12.524151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus et corrupti laboriosam sint est.\",\"text\":\"You can't calculate the program without copying the auxiliary SSL program!\"}"], ["created_at", "2016-10-06 14:49:12.525080"], ["updated_at", "2016-10-06 14:49:12.525080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non esse voluptas repellendus.\",\"text\":\"We need to connect the redundant HDD sensor!\"}"], ["created_at", "2016-10-06 14:49:12.525953"], ["updated_at", "2016-10-06 14:49:12.525953"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae similique ipsum.\",\"text\":\"Try to hack the SQL program, maybe it will compress the optical interface!\"}"], ["created_at", "2016-10-06 14:49:12.526847"], ["updated_at", "2016-10-06 14:49:12.526847"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque quo impedit placeat nesciunt ipsa accusamus nisi.\",\"text\":\"You can't reboot the program without bypassing the primary JSON card!\"}"], ["created_at", "2016-10-06 14:49:12.527745"], ["updated_at", "2016-10-06 14:49:12.527745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos officia odit nemo fuga voluptatem ad.\",\"text\":\"Overriding the feed won't do anything, we need to back up the haptic ib sensor!\"}"], ["created_at", "2016-10-06 14:49:12.528651"], ["updated_at", "2016-10-06 14:49:12.528651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi corporis maiores velit distinctio magni a.\",\"text\":\"I'll quantify the digital SMS driver, that should feed the RSS pixel!\"}"], ["created_at", "2016-10-06 14:49:12.529515"], ["updated_at", "2016-10-06 14:49:12.529515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda odio debitis ducimus.\",\"text\":\"You can't connect the panel without backing up the redundant EXE matrix!\"}"], ["created_at", "2016-10-06 14:49:12.530427"], ["updated_at", "2016-10-06 14:49:12.530427"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus ea provident impedit at omnis architecto consequatur.\",\"text\":\"The USB sensor is down, generate the virtual port so we can hack the EXE panel!\"}"], ["created_at", "2016-10-06 14:49:12.531311"], ["updated_at", "2016-10-06 14:49:12.531311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat ducimus et fugiat rerum ipsam.\",\"text\":\"We need to parse the mobile HTTP array!\"}"], ["created_at", "2016-10-06 14:49:12.532208"], ["updated_at", "2016-10-06 14:49:12.532208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut rerum unde laboriosam laborum inventore totam optio.\",\"text\":\"Try to program the GB system, maybe it will calculate the bluetooth interface!\"}"], ["created_at", "2016-10-06 14:49:12.533114"], ["updated_at", "2016-10-06 14:49:12.533114"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat quo eaque laboriosam eius quibusdam.\",\"text\":\"The GB array is down, quantify the 1080p protocol so we can connect the XSS port!\"}"], ["created_at", "2016-10-06 14:49:12.534055"], ["updated_at", "2016-10-06 14:49:12.534055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et explicabo dolor ab ad harum.\",\"text\":\"The SMTP protocol is down, copy the bluetooth circuit so we can compress the AGP transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.535015"], ["updated_at", "2016-10-06 14:49:12.535015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum ullam laudantium vitae qui nihil.\",\"text\":\"You can't override the driver without overriding the redundant SDD capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.535931"], ["updated_at", "2016-10-06 14:49:12.535931"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi dolorum optio aut ab et.\",\"text\":\"If we navigate the bandwidth, we can get to the FTP bus through the wireless JSON transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.536853"], ["updated_at", "2016-10-06 14:49:12.536853"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis et qui.\",\"text\":\"Use the optical SCSI card, then you can override the optical circuit!\"}"], ["created_at", "2016-10-06 14:49:12.537741"], ["updated_at", "2016-10-06 14:49:12.537741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas deleniti error non et atque ducimus.\",\"text\":\"Transmitting the card won't do anything, we need to back up the online thx panel!\"}"], ["created_at", "2016-10-06 14:49:12.538695"], ["updated_at", "2016-10-06 14:49:12.538695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste rerum quaerat praesentium.\",\"text\":\"The JBOD protocol is down, navigate the 1080p alarm so we can input the RSS protocol!\"}"], ["created_at", "2016-10-06 14:49:12.539613"], ["updated_at", "2016-10-06 14:49:12.539613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem minus quia reiciendis itaque porro sit.\",\"text\":\"Programming the array won't do anything, we need to compress the back-end hdd pixel!\"}"], ["created_at", "2016-10-06 14:49:12.540544"], ["updated_at", "2016-10-06 14:49:12.540544"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem et voluptatem enim repellat corrupti non velit.\",\"text\":\"Use the mobile SMS circuit, then you can back up the primary matrix!\"}"], ["created_at", "2016-10-06 14:49:12.541450"], ["updated_at", "2016-10-06 14:49:12.541450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A quia sed unde omnis temporibus.\",\"text\":\"Copying the transmitter won't do anything, we need to copy the back-end sms feed!\"}"], ["created_at", "2016-10-06 14:49:12.542391"], ["updated_at", "2016-10-06 14:49:12.542391"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut tempore ipsum voluptatem quidem voluptates rem non.\",\"text\":\"The SMTP protocol is down, bypass the optical array so we can transmit the PCI monitor!\"}"], ["created_at", "2016-10-06 14:49:12.543308"], ["updated_at", "2016-10-06 14:49:12.543308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto nihil sit eaque.\",\"text\":\"Try to parse the PNG transmitter, maybe it will back up the auxiliary application!\"}"], ["created_at", "2016-10-06 14:49:12.544290"], ["updated_at", "2016-10-06 14:49:12.544290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est accusantium et sit.\",\"text\":\"We need to quantify the auxiliary SCSI hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.545227"], ["updated_at", "2016-10-06 14:49:12.545227"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque expedita deleniti quia et.\",\"text\":\"The RAM matrix is down, input the 1080p capacitor so we can hack the HTTP capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.546101"], ["updated_at", "2016-10-06 14:49:12.546101"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis dolores porro itaque.\",\"text\":\"The SSL transmitter is down, navigate the wireless interface so we can connect the HTTP sensor!\"}"], ["created_at", "2016-10-06 14:49:12.547046"], ["updated_at", "2016-10-06 14:49:12.547046"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti explicabo fugit ullam sequi similique.\",\"text\":\"I'll back up the auxiliary SSL driver, that should transmitter the XML application!\"}"], ["created_at", "2016-10-06 14:49:12.547939"], ["updated_at", "2016-10-06 14:49:12.547939"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab ad voluptatibus nam ducimus animi.\",\"text\":\"Use the back-end HDD capacitor, then you can bypass the optical capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.548871"], ["updated_at", "2016-10-06 14:49:12.548871"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est nesciunt quia.\",\"text\":\"Use the mobile IB hard drive, then you can generate the bluetooth circuit!\"}"], ["created_at", "2016-10-06 14:49:12.549779"], ["updated_at", "2016-10-06 14:49:12.549779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat quo et velit eos.\",\"text\":\"Use the neural THX microchip, then you can transmit the solid state microchip!\"}"], ["created_at", "2016-10-06 14:49:12.550738"], ["updated_at", "2016-10-06 14:49:12.550738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium voluptatem laborum vel.\",\"text\":\"You can't parse the alarm without backing up the multi-byte SMTP panel!\"}"], ["created_at", "2016-10-06 14:49:12.551666"], ["updated_at", "2016-10-06 14:49:12.551666"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque aut ratione dolorem libero eos.\",\"text\":\"Try to reboot the EXE monitor, maybe it will generate the optical interface!\"}"], ["created_at", "2016-10-06 14:49:12.552628"], ["updated_at", "2016-10-06 14:49:12.552628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id nemo occaecati quia similique neque sint.\",\"text\":\"We need to reboot the online RAM bus!\"}"], ["created_at", "2016-10-06 14:49:12.553550"], ["updated_at", "2016-10-06 14:49:12.553550"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia exercitationem vel hic.\",\"text\":\"We need to calculate the online IB hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.554452"], ["updated_at", "2016-10-06 14:49:12.554452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ducimus sed.\",\"text\":\"Transmitting the monitor won't do anything, we need to compress the haptic scsi monitor!\"}"], ["created_at", "2016-10-06 14:49:12.555342"], ["updated_at", "2016-10-06 14:49:12.555342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quae nemo.\",\"text\":\"We need to calculate the solid state SMS bus!\"}"], ["created_at", "2016-10-06 14:49:12.556213"], ["updated_at", "2016-10-06 14:49:12.556213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia accusamus aperiam corrupti iure voluptates nostrum aut.\",\"text\":\"Use the cross-platform FTP feed, then you can input the cross-platform bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.557105"], ["updated_at", "2016-10-06 14:49:12.557105"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias aspernatur occaecati voluptas quasi doloremque est aperiam.\",\"text\":\"We need to parse the redundant PNG program!\"}"], ["created_at", "2016-10-06 14:49:12.558048"], ["updated_at", "2016-10-06 14:49:12.558048"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ad unde cupiditate et quibusdam accusantium laudantium.\",\"text\":\"We need to generate the 1080p XML matrix!\"}"], ["created_at", "2016-10-06 14:49:12.558974"], ["updated_at", "2016-10-06 14:49:12.558974"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod ducimus dicta voluptatum cumque commodi.\",\"text\":\"Use the neural THX transmitter, then you can quantify the primary driver!\"}"], ["created_at", "2016-10-06 14:49:12.559865"], ["updated_at", "2016-10-06 14:49:12.559865"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione pariatur natus cupiditate nihil expedita et.\",\"text\":\"I'll index the multi-byte RAM driver, that should circuit the SSL card!\"}"], ["created_at", "2016-10-06 14:49:12.560757"], ["updated_at", "2016-10-06 14:49:12.560757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed et qui facilis aut in quasi.\",\"text\":\"If we calculate the transmitter, we can get to the TCP microchip through the neural ADP sensor!\"}"], ["created_at", "2016-10-06 14:49:12.561685"], ["updated_at", "2016-10-06 14:49:12.561685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut est labore et.\",\"text\":\"Try to connect the RAM interface, maybe it will reboot the wireless card!\"}"], ["created_at", "2016-10-06 14:49:12.562608"], ["updated_at", "2016-10-06 14:49:12.562608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos veritatis vel.\",\"text\":\"You can't bypass the application without connecting the wireless RAM application!\"}"], ["created_at", "2016-10-06 14:49:12.563501"], ["updated_at", "2016-10-06 14:49:12.563501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae voluptatum blanditiis non et eum.\",\"text\":\"I'll synthesize the optical HTTP array, that should interface the RSS circuit!\"}"], ["created_at", "2016-10-06 14:49:12.564373"], ["updated_at", "2016-10-06 14:49:12.564373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non consectetur quia in.\",\"text\":\"We need to compress the multi-byte XSS application!\"}"], ["created_at", "2016-10-06 14:49:12.565256"], ["updated_at", "2016-10-06 14:49:12.565256"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa magni cum voluptatum autem.\",\"text\":\"If we reboot the transmitter, we can get to the HTTP card through the primary AGP firewall!\"}"], ["created_at", "2016-10-06 14:49:12.566190"], ["updated_at", "2016-10-06 14:49:12.566190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque nulla nihil.\",\"text\":\"You can't synthesize the sensor without calculating the open-source PCI panel!\"}"], ["created_at", "2016-10-06 14:49:12.567115"], ["updated_at", "2016-10-06 14:49:12.567115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea expedita ducimus.\",\"text\":\"You can't quantify the capacitor without generating the digital CSS system!\"}"], ["created_at", "2016-10-06 14:49:12.568007"], ["updated_at", "2016-10-06 14:49:12.568007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda est ut consectetur.\",\"text\":\"Try to navigate the SMS firewall, maybe it will hack the multi-byte capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.568865"], ["updated_at", "2016-10-06 14:49:12.568865"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In repellat et et sed quod.\",\"text\":\"Use the primary SQL pixel, then you can connect the redundant bus!\"}"], ["created_at", "2016-10-06 14:49:12.569760"], ["updated_at", "2016-10-06 14:49:12.569760"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo quibusdam tenetur quas ut.\",\"text\":\"Use the virtual XSS capacitor, then you can navigate the 1080p interface!\"}"], ["created_at", "2016-10-06 14:49:12.570654"], ["updated_at", "2016-10-06 14:49:12.570654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum natus reprehenderit.\",\"text\":\"You can't back up the feed without programming the optical RSS protocol!\"}"], ["created_at", "2016-10-06 14:49:12.571640"], ["updated_at", "2016-10-06 14:49:12.571640"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit earum minima commodi.\",\"text\":\"Programming the port won't do anything, we need to copy the digital com hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.572576"], ["updated_at", "2016-10-06 14:49:12.572576"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque consequuntur deserunt iusto aut velit sunt maiores.\",\"text\":\"Transmitting the pixel won't do anything, we need to quantify the auxiliary xss firewall!\"}"], ["created_at", "2016-10-06 14:49:12.573491"], ["updated_at", "2016-10-06 14:49:12.573491"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis sed enim laudantium non impedit.\",\"text\":\"If we reboot the driver, we can get to the XSS circuit through the back-end RSS system!\"}"], ["created_at", "2016-10-06 14:49:12.574436"], ["updated_at", "2016-10-06 14:49:12.574436"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero placeat repellendus.\",\"text\":\"Use the haptic XSS feed, then you can reboot the solid state capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.575341"], ["updated_at", "2016-10-06 14:49:12.575341"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas et qui molestiae repellat est consectetur delectus.\",\"text\":\"Use the digital PCI circuit, then you can navigate the wireless panel!\"}"], ["created_at", "2016-10-06 14:49:12.576275"], ["updated_at", "2016-10-06 14:49:12.576275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa facere voluptates commodi accusantium.\",\"text\":\"If we parse the system, we can get to the CSS bandwidth through the open-source PNG array!\"}"], ["created_at", "2016-10-06 14:49:12.577159"], ["updated_at", "2016-10-06 14:49:12.577159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos officiis et.\",\"text\":\"I'll reboot the virtual GB circuit, that should capacitor the IB sensor!\"}"], ["created_at", "2016-10-06 14:49:12.578067"], ["updated_at", "2016-10-06 14:49:12.578067"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quia aut iure.\",\"text\":\"Try to generate the JSON protocol, maybe it will reboot the back-end circuit!\"}"], ["created_at", "2016-10-06 14:49:12.579005"], ["updated_at", "2016-10-06 14:49:12.579005"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi perferendis omnis ut officia quod iure.\",\"text\":\"If we synthesize the port, we can get to the SSL monitor through the back-end JBOD capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.579913"], ["updated_at", "2016-10-06 14:49:12.579913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe rerum soluta autem velit deleniti.\",\"text\":\"I'll calculate the solid state FTP card, that should bandwidth the IB system!\"}"], ["created_at", "2016-10-06 14:49:12.580864"], ["updated_at", "2016-10-06 14:49:12.580864"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quasi deserunt nisi quia libero maxime ipsam.\",\"text\":\"If we program the port, we can get to the HDD card through the solid state CSS array!\"}"], ["created_at", "2016-10-06 14:49:12.581752"], ["updated_at", "2016-10-06 14:49:12.581752"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt quasi quod.\",\"text\":\"Use the digital RSS capacitor, then you can copy the haptic panel!\"}"], ["created_at", "2016-10-06 14:49:12.582673"], ["updated_at", "2016-10-06 14:49:12.582673"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia consectetur est inventore similique.\",\"text\":\"Try to transmit the EXE circuit, maybe it will back up the multi-byte program!\"}"], ["created_at", "2016-10-06 14:49:12.583572"], ["updated_at", "2016-10-06 14:49:12.583572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque optio maxime in cupiditate nesciunt adipisci consequuntur.\",\"text\":\"We need to calculate the virtual IB hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.584494"], ["updated_at", "2016-10-06 14:49:12.584494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem eveniet minus ullam quis deleniti in natus.\",\"text\":\"The ADP interface is down, program the open-source array so we can copy the SDD firewall!\"}"], ["created_at", "2016-10-06 14:49:12.585381"], ["updated_at", "2016-10-06 14:49:12.585381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error suscipit sit molestiae nemo explicabo.\",\"text\":\"The HDD firewall is down, calculate the virtual application so we can reboot the RSS monitor!\"}"], ["created_at", "2016-10-06 14:49:12.586334"], ["updated_at", "2016-10-06 14:49:12.586334"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas et velit dolorem quasi laudantium.\",\"text\":\"We need to override the multi-byte USB feed!\"}"], ["created_at", "2016-10-06 14:49:12.587262"], ["updated_at", "2016-10-06 14:49:12.587262"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et id magni.\",\"text\":\"Try to compress the HTTP monitor, maybe it will navigate the digital bus!\"}"], ["created_at", "2016-10-06 14:49:12.588181"], ["updated_at", "2016-10-06 14:49:12.588181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente quod dolorem similique.\",\"text\":\"We need to index the open-source AGP bus!\"}"], ["created_at", "2016-10-06 14:49:12.589059"], ["updated_at", "2016-10-06 14:49:12.589059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum in officia est aut optio sapiente.\",\"text\":\"Try to reboot the XSS capacitor, maybe it will synthesize the auxiliary hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.589966"], ["updated_at", "2016-10-06 14:49:12.589966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit quaerat rerum.\",\"text\":\"I'll back up the neural GB transmitter, that should circuit the FTP port!\"}"], ["created_at", "2016-10-06 14:49:12.590928"], ["updated_at", "2016-10-06 14:49:12.590928"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus ab autem.\",\"text\":\"Compressing the interface won't do anything, we need to calculate the auxiliary tcp card!\"}"], ["created_at", "2016-10-06 14:49:12.591786"], ["updated_at", "2016-10-06 14:49:12.591786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos sint deleniti ut iste dolores eum necessitatibus.\",\"text\":\"We need to override the 1080p AGP matrix!\"}"], ["created_at", "2016-10-06 14:49:12.592685"], ["updated_at", "2016-10-06 14:49:12.592685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio voluptatibus vel ducimus delectus corporis hic ut.\",\"text\":\"Try to synthesize the HDD panel, maybe it will program the online bus!\"}"], ["created_at", "2016-10-06 14:49:12.593567"], ["updated_at", "2016-10-06 14:49:12.593567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores in est earum ut.\",\"text\":\"Try to connect the RSS card, maybe it will index the wireless program!\"}"], ["created_at", "2016-10-06 14:49:12.594533"], ["updated_at", "2016-10-06 14:49:12.594533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere nihil rerum velit modi nesciunt velit.\",\"text\":\"If we parse the port, we can get to the JBOD feed through the primary JSON firewall!\"}"], ["created_at", "2016-10-06 14:49:12.595405"], ["updated_at", "2016-10-06 14:49:12.595405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime error quo aut.\",\"text\":\"Backing up the monitor won't do anything, we need to compress the 1080p usb protocol!\"}"], ["created_at", "2016-10-06 14:49:12.596339"], ["updated_at", "2016-10-06 14:49:12.596339"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore fuga sit sapiente.\",\"text\":\"The PCI port is down, reboot the optical hard drive so we can compress the SSL protocol!\"}"], ["created_at", "2016-10-06 14:49:12.597215"], ["updated_at", "2016-10-06 14:49:12.597215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam expedita voluptas dignissimos ducimus.\",\"text\":\"If we program the hard drive, we can get to the HDD microchip through the solid state SSL matrix!\"}"], ["created_at", "2016-10-06 14:49:12.598102"], ["updated_at", "2016-10-06 14:49:12.598102"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis qui quia sit.\",\"text\":\"Calculating the monitor won't do anything, we need to generate the optical adp card!\"}"], ["created_at", "2016-10-06 14:49:12.599072"], ["updated_at", "2016-10-06 14:49:12.599072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem aut cupiditate dicta dolores.\",\"text\":\"We need to hack the open-source AI bus!\"}"], ["created_at", "2016-10-06 14:49:12.600062"], ["updated_at", "2016-10-06 14:49:12.600062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et optio aut quibusdam.\",\"text\":\"Overriding the bus won't do anything, we need to override the mobile xss circuit!\"}"], ["created_at", "2016-10-06 14:49:12.600948"], ["updated_at", "2016-10-06 14:49:12.600948"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui expedita accusamus.\",\"text\":\"Programming the alarm won't do anything, we need to transmit the auxiliary gb card!\"}"], ["created_at", "2016-10-06 14:49:12.601843"], ["updated_at", "2016-10-06 14:49:12.601843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem sed nesciunt saepe.\",\"text\":\"Try to quantify the XSS application, maybe it will reboot the auxiliary circuit!\"}"], ["created_at", "2016-10-06 14:49:12.602794"], ["updated_at", "2016-10-06 14:49:12.602794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae sunt voluptas.\",\"text\":\"Use the open-source JBOD monitor, then you can bypass the solid state program!\"}"], ["created_at", "2016-10-06 14:49:12.603679"], ["updated_at", "2016-10-06 14:49:12.603679"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum mollitia provident iste.\",\"text\":\"Navigating the pixel won't do anything, we need to index the back-end adp monitor!\"}"], ["created_at", "2016-10-06 14:49:12.604555"], ["updated_at", "2016-10-06 14:49:12.604555"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad voluptate itaque qui et saepe.\",\"text\":\"Overriding the transmitter won't do anything, we need to quantify the mobile exe driver!\"}"], ["created_at", "2016-10-06 14:49:12.605449"], ["updated_at", "2016-10-06 14:49:12.605449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis deleniti libero natus quis illum.\",\"text\":\"You can't transmit the bus without synthesizing the multi-byte ADP sensor!\"}"], ["created_at", "2016-10-06 14:49:12.606393"], ["updated_at", "2016-10-06 14:49:12.606393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In ab similique ut temporibus perferendis saepe.\",\"text\":\"We need to parse the haptic FTP system!\"}"], ["created_at", "2016-10-06 14:49:12.607350"], ["updated_at", "2016-10-06 14:49:12.607350"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique non quo.\",\"text\":\"You can't input the program without compressing the back-end HDD hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.608307"], ["updated_at", "2016-10-06 14:49:12.608307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In harum quia mollitia saepe.\",\"text\":\"Try to calculate the EXE system, maybe it will synthesize the back-end firewall!\"}"], ["created_at", "2016-10-06 14:49:12.609247"], ["updated_at", "2016-10-06 14:49:12.609247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est culpa voluptate.\",\"text\":\"I'll quantify the primary SAS hard drive, that should card the USB circuit!\"}"], ["created_at", "2016-10-06 14:49:12.610164"], ["updated_at", "2016-10-06 14:49:12.610164"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure et adipisci velit modi occaecati.\",\"text\":\"You can't calculate the driver without copying the optical USB sensor!\"}"], ["created_at", "2016-10-06 14:49:12.611113"], ["updated_at", "2016-10-06 14:49:12.611113"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id quam possimus sit optio.\",\"text\":\"We need to navigate the auxiliary THX system!\"}"], ["created_at", "2016-10-06 14:49:12.612061"], ["updated_at", "2016-10-06 14:49:12.612061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi itaque illo quia voluptas.\",\"text\":\"You can't transmit the port without navigating the wireless XSS monitor!\"}"], ["created_at", "2016-10-06 14:49:12.613052"], ["updated_at", "2016-10-06 14:49:12.613052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore nostrum consequatur.\",\"text\":\"You can't back up the bandwidth without programming the back-end FTP system!\"}"], ["created_at", "2016-10-06 14:49:12.613998"], ["updated_at", "2016-10-06 14:49:12.613998"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil occaecati delectus laudantium aut esse rem.\",\"text\":\"I'll quantify the solid state SMS protocol, that should card the AGP monitor!\"}"], ["created_at", "2016-10-06 14:49:12.614975"], ["updated_at", "2016-10-06 14:49:12.614975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae ipsum voluptatem.\",\"text\":\"If we connect the protocol, we can get to the EXE alarm through the virtual RSS alarm!\"}"], ["created_at", "2016-10-06 14:49:12.615881"], ["updated_at", "2016-10-06 14:49:12.615881"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit sit harum ducimus magni numquam sapiente laboriosam.\",\"text\":\"You can't compress the port without transmitting the online AGP card!\"}"], ["created_at", "2016-10-06 14:49:12.616798"], ["updated_at", "2016-10-06 14:49:12.616798"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur sunt aut sed itaque commodi.\",\"text\":\"Use the solid state THX alarm, then you can copy the virtual transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.617749"], ["updated_at", "2016-10-06 14:49:12.617749"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis voluptas consequuntur dolores libero est nisi suscipit.\",\"text\":\"You can't parse the system without hacking the solid state RSS array!\"}"], ["created_at", "2016-10-06 14:49:12.618708"], ["updated_at", "2016-10-06 14:49:12.618708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero corporis ut voluptatibus ut praesentium sit ea.\",\"text\":\"We need to transmit the open-source FTP monitor!\"}"], ["created_at", "2016-10-06 14:49:12.619622"], ["updated_at", "2016-10-06 14:49:12.619622"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et labore ut dicta.\",\"text\":\"If we back up the bus, we can get to the XSS pixel through the redundant AGP driver!\"}"], ["created_at", "2016-10-06 14:49:12.620531"], ["updated_at", "2016-10-06 14:49:12.620531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima incidunt eum sit excepturi modi omnis.\",\"text\":\"The RSS port is down, index the mobile array so we can program the USB hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.621444"], ["updated_at", "2016-10-06 14:49:12.621444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime dicta temporibus aperiam culpa.\",\"text\":\"Use the optical SAS port, then you can calculate the optical hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.622488"], ["updated_at", "2016-10-06 14:49:12.622488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et veritatis rerum ut aliquid nisi rerum.\",\"text\":\"I'll quantify the online HDD bandwidth, that should system the SSL pixel!\"}"], ["created_at", "2016-10-06 14:49:12.623466"], ["updated_at", "2016-10-06 14:49:12.623466"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid nesciunt sed amet unde natus cupiditate rerum.\",\"text\":\"Use the cross-platform XSS panel, then you can bypass the online sensor!\"}"], ["created_at", "2016-10-06 14:49:12.624451"], ["updated_at", "2016-10-06 14:49:12.624451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt pariatur impedit cum.\",\"text\":\"Use the cross-platform RSS system, then you can quantify the haptic alarm!\"}"], ["created_at", "2016-10-06 14:49:12.625380"], ["updated_at", "2016-10-06 14:49:12.625380"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore modi error recusandae.\",\"text\":\"If we hack the array, we can get to the USB firewall through the redundant RSS array!\"}"], ["created_at", "2016-10-06 14:49:12.626364"], ["updated_at", "2016-10-06 14:49:12.626364"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem id quod nam beatae minus voluptas atque.\",\"text\":\"You can't back up the interface without transmitting the multi-byte SMS system!\"}"], ["created_at", "2016-10-06 14:49:12.627363"], ["updated_at", "2016-10-06 14:49:12.627363"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem eos natus fugit incidunt.\",\"text\":\"You can't synthesize the microchip without indexing the wireless JBOD application!\"}"], ["created_at", "2016-10-06 14:49:12.628396"], ["updated_at", "2016-10-06 14:49:12.628396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt est suscipit minima.\",\"text\":\"The AI alarm is down, back up the haptic circuit so we can override the SMS firewall!\"}"], ["created_at", "2016-10-06 14:49:12.629357"], ["updated_at", "2016-10-06 14:49:12.629357"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In et qui reiciendis accusantium.\",\"text\":\"We need to parse the haptic HDD interface!\"}"], ["created_at", "2016-10-06 14:49:12.630322"], ["updated_at", "2016-10-06 14:49:12.630322"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius minima nostrum sit in repudiandae.\",\"text\":\"If we reboot the driver, we can get to the TCP firewall through the open-source SDD hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.631269"], ["updated_at", "2016-10-06 14:49:12.631269"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt rerum commodi et eos recusandae omnis cupiditate.\",\"text\":\"Compressing the pixel won't do anything, we need to transmit the auxiliary adp pixel!\"}"], ["created_at", "2016-10-06 14:49:12.640230"], ["updated_at", "2016-10-06 14:49:12.640230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa et reprehenderit soluta.\",\"text\":\"If we quantify the array, we can get to the XSS port through the multi-byte EXE transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.641296"], ["updated_at", "2016-10-06 14:49:12.641296"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et mollitia dolore provident sit maxime.\",\"text\":\"Use the primary AGP port, then you can navigate the auxiliary sensor!\"}"], ["created_at", "2016-10-06 14:49:12.642273"], ["updated_at", "2016-10-06 14:49:12.642273"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ea odio.\",\"text\":\"Transmitting the capacitor won't do anything, we need to index the neural ib application!\"}"], ["created_at", "2016-10-06 14:49:12.643190"], ["updated_at", "2016-10-06 14:49:12.643190"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quia deleniti illo qui blanditiis.\",\"text\":\"If we program the panel, we can get to the SCSI pixel through the virtual TCP bus!\"}"], ["created_at", "2016-10-06 14:49:12.644164"], ["updated_at", "2016-10-06 14:49:12.644164"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab voluptas vero necessitatibus repellat dolorem libero provident.\",\"text\":\"Compressing the driver won't do anything, we need to calculate the multi-byte rss system!\"}"], ["created_at", "2016-10-06 14:49:12.645118"], ["updated_at", "2016-10-06 14:49:12.645118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur quibusdam est sit.\",\"text\":\"I'll connect the redundant RSS circuit, that should bandwidth the USB transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.646039"], ["updated_at", "2016-10-06 14:49:12.646039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste enim molestiae sint exercitationem.\",\"text\":\"The USB bandwidth is down, connect the bluetooth firewall so we can parse the CSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.646996"], ["updated_at", "2016-10-06 14:49:12.646996"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde ea suscipit.\",\"text\":\"I'll override the online EXE port, that should transmitter the AI transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.647908"], ["updated_at", "2016-10-06 14:49:12.647908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut corporis excepturi non aut hic doloribus quod.\",\"text\":\"The COM program is down, override the 1080p firewall so we can back up the TCP circuit!\"}"], ["created_at", "2016-10-06 14:49:12.648818"], ["updated_at", "2016-10-06 14:49:12.648818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis rerum similique qui deserunt.\",\"text\":\"If we compress the matrix, we can get to the HTTP hard drive through the multi-byte XML alarm!\"}"], ["created_at", "2016-10-06 14:49:12.649717"], ["updated_at", "2016-10-06 14:49:12.649717"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta eaque quia qui corrupti esse.\",\"text\":\"We need to bypass the wireless SMTP bus!\"}"], ["created_at", "2016-10-06 14:49:12.650615"], ["updated_at", "2016-10-06 14:49:12.650615"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero omnis ducimus est ea voluptatem.\",\"text\":\"I'll synthesize the auxiliary CSS pixel, that should feed the SMS microchip!\"}"], ["created_at", "2016-10-06 14:49:12.651524"], ["updated_at", "2016-10-06 14:49:12.651524"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos praesentium cum.\",\"text\":\"I'll navigate the virtual SCSI feed, that should firewall the SSL application!\"}"], ["created_at", "2016-10-06 14:49:12.652458"], ["updated_at", "2016-10-06 14:49:12.652458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est similique architecto.\",\"text\":\"The SSL circuit is down, transmit the wireless panel so we can program the SSL card!\"}"], ["created_at", "2016-10-06 14:49:12.653375"], ["updated_at", "2016-10-06 14:49:12.653375"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eius quam aliquid dolor enim dicta hic.\",\"text\":\"We need to index the auxiliary AGP driver!\"}"], ["created_at", "2016-10-06 14:49:12.654270"], ["updated_at", "2016-10-06 14:49:12.654270"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod quia ut iusto.\",\"text\":\"We need to input the cross-platform RSS firewall!\"}"], ["created_at", "2016-10-06 14:49:12.655151"], ["updated_at", "2016-10-06 14:49:12.655151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum non modi tenetur autem.\",\"text\":\"The HDD interface is down, compress the solid state panel so we can index the THX card!\"}"], ["created_at", "2016-10-06 14:49:12.656007"], ["updated_at", "2016-10-06 14:49:12.656007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi ad facilis eum corporis necessitatibus vel sed.\",\"text\":\"You can't program the bandwidth without overriding the wireless IB interface!\"}"], ["created_at", "2016-10-06 14:49:12.656879"], ["updated_at", "2016-10-06 14:49:12.656879"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quod eaque.\",\"text\":\"Use the optical HTTP bus, then you can index the auxiliary monitor!\"}"], ["created_at", "2016-10-06 14:49:12.657755"], ["updated_at", "2016-10-06 14:49:12.657755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est consequatur reiciendis non vitae vel.\",\"text\":\"Use the online GB matrix, then you can navigate the virtual alarm!\"}"], ["created_at", "2016-10-06 14:49:12.658684"], ["updated_at", "2016-10-06 14:49:12.658684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui possimus veniam dolores voluptatum.\",\"text\":\"Connecting the matrix won't do anything, we need to navigate the open-source adp pixel!\"}"], ["created_at", "2016-10-06 14:49:12.659582"], ["updated_at", "2016-10-06 14:49:12.659582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut blanditiis enim.\",\"text\":\"Use the primary COM array, then you can compress the cross-platform card!\"}"], ["created_at", "2016-10-06 14:49:12.660508"], ["updated_at", "2016-10-06 14:49:12.660508"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui deleniti quidem dolor amet temporibus hic est.\",\"text\":\"If we reboot the panel, we can get to the HDD microchip through the cross-platform AI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.661402"], ["updated_at", "2016-10-06 14:49:12.661402"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus et quia qui quae.\",\"text\":\"If we transmit the array, we can get to the FTP program through the digital SDD alarm!\"}"], ["created_at", "2016-10-06 14:49:12.662309"], ["updated_at", "2016-10-06 14:49:12.662309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut tempore est et.\",\"text\":\"We need to compress the wireless THX driver!\"}"], ["created_at", "2016-10-06 14:49:12.663206"], ["updated_at", "2016-10-06 14:49:12.663206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia eveniet placeat non quia qui eum ad.\",\"text\":\"We need to compress the online IB program!\"}"], ["created_at", "2016-10-06 14:49:12.664078"], ["updated_at", "2016-10-06 14:49:12.664078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi consequatur dolorem corrupti.\",\"text\":\"Calculating the pixel won't do anything, we need to copy the neural xml alarm!\"}"], ["created_at", "2016-10-06 14:49:12.664954"], ["updated_at", "2016-10-06 14:49:12.664954"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique deleniti inventore ab officiis quo.\",\"text\":\"We need to compress the 1080p IB interface!\"}"], ["created_at", "2016-10-06 14:49:12.665838"], ["updated_at", "2016-10-06 14:49:12.665838"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit deserunt quaerat laboriosam.\",\"text\":\"You can't navigate the monitor without quantifying the redundant GB array!\"}"], ["created_at", "2016-10-06 14:49:12.666775"], ["updated_at", "2016-10-06 14:49:12.666775"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et minima eos eligendi omnis earum.\",\"text\":\"Try to program the SAS capacitor, maybe it will navigate the optical firewall!\"}"], ["created_at", "2016-10-06 14:49:12.667648"], ["updated_at", "2016-10-06 14:49:12.667648"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi est iste neque.\",\"text\":\"You can't program the array without synthesizing the mobile SAS matrix!\"}"], ["created_at", "2016-10-06 14:49:12.668525"], ["updated_at", "2016-10-06 14:49:12.668525"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius beatae saepe vero eum sint quia.\",\"text\":\"If we connect the microchip, we can get to the AI protocol through the open-source SQL capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.669409"], ["updated_at", "2016-10-06 14:49:12.669409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque et et.\",\"text\":\"We need to back up the open-source PCI capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.670340"], ["updated_at", "2016-10-06 14:49:12.670340"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quia nisi veniam repellendus sequi tenetur.\",\"text\":\"Use the auxiliary SQL bandwidth, then you can parse the mobile array!\"}"], ["created_at", "2016-10-06 14:49:12.671278"], ["updated_at", "2016-10-06 14:49:12.671278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere officia ut rem molestias quos.\",\"text\":\"If we input the port, we can get to the THX application through the primary XML monitor!\"}"], ["created_at", "2016-10-06 14:49:12.672277"], ["updated_at", "2016-10-06 14:49:12.672277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur consequatur sit sed.\",\"text\":\"Try to quantify the USB sensor, maybe it will bypass the open-source feed!\"}"], ["created_at", "2016-10-06 14:49:12.673313"], ["updated_at", "2016-10-06 14:49:12.673313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non iusto porro expedita sit.\",\"text\":\"You can't transmit the sensor without connecting the primary AI alarm!\"}"], ["created_at", "2016-10-06 14:49:12.674278"], ["updated_at", "2016-10-06 14:49:12.674278"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium tempora corporis voluptatem.\",\"text\":\"You can't transmit the hard drive without programming the wireless USB card!\"}"], ["created_at", "2016-10-06 14:49:12.675190"], ["updated_at", "2016-10-06 14:49:12.675190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae corrupti illum qui ut natus iste.\",\"text\":\"I'll override the auxiliary COM matrix, that should program the EXE matrix!\"}"], ["created_at", "2016-10-06 14:49:12.676116"], ["updated_at", "2016-10-06 14:49:12.676116"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem hic neque quis et.\",\"text\":\"You can't generate the sensor without backing up the virtual HTTP driver!\"}"], ["created_at", "2016-10-06 14:49:12.677073"], ["updated_at", "2016-10-06 14:49:12.677073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima voluptate nostrum ad quasi.\",\"text\":\"Try to parse the RSS hard drive, maybe it will synthesize the virtual interface!\"}"], ["created_at", "2016-10-06 14:49:12.678026"], ["updated_at", "2016-10-06 14:49:12.678026"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea officiis unde.\",\"text\":\"We need to compress the neural ADP interface!\"}"], ["created_at", "2016-10-06 14:49:12.678972"], ["updated_at", "2016-10-06 14:49:12.678972"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo dolorum rerum nesciunt ducimus animi omnis.\",\"text\":\"The COM sensor is down, back up the primary transmitter so we can hack the HDD card!\"}"], ["created_at", "2016-10-06 14:49:12.679851"], ["updated_at", "2016-10-06 14:49:12.679851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis dolore qui.\",\"text\":\"We need to generate the back-end COM circuit!\"}"], ["created_at", "2016-10-06 14:49:12.680746"], ["updated_at", "2016-10-06 14:49:12.680746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat asperiores sint est laboriosam aut eaque repellat.\",\"text\":\"The CSS alarm is down, generate the neural application so we can index the SMTP application!\"}"], ["created_at", "2016-10-06 14:49:12.681662"], ["updated_at", "2016-10-06 14:49:12.681662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus sed numquam nostrum minima fugiat.\",\"text\":\"Use the digital AGP interface, then you can navigate the digital feed!\"}"], ["created_at", "2016-10-06 14:49:12.682585"], ["updated_at", "2016-10-06 14:49:12.682585"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim fugiat in temporibus facilis.\",\"text\":\"Try to quantify the XSS port, maybe it will synthesize the back-end firewall!\"}"], ["created_at", "2016-10-06 14:49:12.683462"], ["updated_at", "2016-10-06 14:49:12.683462"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut totam consequatur tempore autem.\",\"text\":\"You can't back up the panel without quantifying the digital CSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.684397"], ["updated_at", "2016-10-06 14:49:12.684397"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia amet facere non.\",\"text\":\"Quantifying the array won't do anything, we need to program the multi-byte hdd sensor!\"}"], ["created_at", "2016-10-06 14:49:12.685260"], ["updated_at", "2016-10-06 14:49:12.685260"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet impedit ut autem aperiam aut eum tempora.\",\"text\":\"You can't hack the circuit without generating the neural AGP pixel!\"}"], ["created_at", "2016-10-06 14:49:12.686201"], ["updated_at", "2016-10-06 14:49:12.686201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad tempore qui aliquam odit dolores quis sed.\",\"text\":\"We need to synthesize the multi-byte SMS protocol!\"}"], ["created_at", "2016-10-06 14:49:12.687099"], ["updated_at", "2016-10-06 14:49:12.687099"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore cum iste.\",\"text\":\"Try to back up the ADP circuit, maybe it will connect the bluetooth capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.687987"], ["updated_at", "2016-10-06 14:49:12.687987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro ut quia id.\",\"text\":\"Synthesizing the transmitter won't do anything, we need to copy the multi-byte ftp microchip!\"}"], ["created_at", "2016-10-06 14:49:12.688866"], ["updated_at", "2016-10-06 14:49:12.688866"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae voluptates dolore debitis est qui ullam.\",\"text\":\"Try to back up the SAS monitor, maybe it will back up the neural feed!\"}"], ["created_at", "2016-10-06 14:49:12.689749"], ["updated_at", "2016-10-06 14:49:12.689749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum corrupti quod.\",\"text\":\"Parsing the sensor won't do anything, we need to transmit the bluetooth gb driver!\"}"], ["created_at", "2016-10-06 14:49:12.690658"], ["updated_at", "2016-10-06 14:49:12.690658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolores quia voluptates quis dolor.\",\"text\":\"Use the auxiliary SMS feed, then you can quantify the solid state sensor!\"}"], ["created_at", "2016-10-06 14:49:12.691539"], ["updated_at", "2016-10-06 14:49:12.691539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur impedit saepe nihil doloribus ipsa placeat quibusdam.\",\"text\":\"I'll navigate the open-source SMTP panel, that should card the HTTP port!\"}"], ["created_at", "2016-10-06 14:49:12.692388"], ["updated_at", "2016-10-06 14:49:12.692388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At voluptatem quia quod sapiente ipsa eaque excepturi.\",\"text\":\"Try to copy the SMTP port, maybe it will reboot the auxiliary driver!\"}"], ["created_at", "2016-10-06 14:49:12.693267"], ["updated_at", "2016-10-06 14:49:12.693267"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem non iusto cumque.\",\"text\":\"You can't reboot the protocol without hacking the optical AGP protocol!\"}"], ["created_at", "2016-10-06 14:49:12.694176"], ["updated_at", "2016-10-06 14:49:12.694176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas est aliquam ut consequatur aut ex.\",\"text\":\"You can't calculate the bus without hacking the open-source THX program!\"}"], ["created_at", "2016-10-06 14:49:12.695078"], ["updated_at", "2016-10-06 14:49:12.695078"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi deleniti quos odit earum nemo consequatur.\",\"text\":\"The USB firewall is down, hack the redundant bus so we can reboot the TCP circuit!\"}"], ["created_at", "2016-10-06 14:49:12.695957"], ["updated_at", "2016-10-06 14:49:12.695957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et rerum ratione sunt unde sequi.\",\"text\":\"You can't back up the interface without bypassing the online PCI driver!\"}"], ["created_at", "2016-10-06 14:49:12.696898"], ["updated_at", "2016-10-06 14:49:12.696898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure reiciendis sit incidunt delectus velit et magni.\",\"text\":\"If we program the interface, we can get to the XML program through the redundant SDD port!\"}"], ["created_at", "2016-10-06 14:49:12.697831"], ["updated_at", "2016-10-06 14:49:12.697831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptate non sunt voluptates id debitis explicabo.\",\"text\":\"If we index the panel, we can get to the XML hard drive through the multi-byte SMTP card!\"}"], ["created_at", "2016-10-06 14:49:12.698804"], ["updated_at", "2016-10-06 14:49:12.698804"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab aut similique voluptate doloribus ex fugit enim.\",\"text\":\"Synthesizing the monitor won't do anything, we need to synthesize the wireless com card!\"}"], ["created_at", "2016-10-06 14:49:12.699696"], ["updated_at", "2016-10-06 14:49:12.699696"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam est et sint quia nemo ut fugit.\",\"text\":\"We need to index the redundant EXE microchip!\"}"], ["created_at", "2016-10-06 14:49:12.700721"], ["updated_at", "2016-10-06 14:49:12.700721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed expedita distinctio sint libero.\",\"text\":\"You can't index the protocol without bypassing the digital TCP program!\"}"], ["created_at", "2016-10-06 14:49:12.701740"], ["updated_at", "2016-10-06 14:49:12.701740"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas aliquam sed optio repudiandae sit officiis deserunt.\",\"text\":\"I'll transmit the virtual THX capacitor, that should transmitter the THX circuit!\"}"], ["created_at", "2016-10-06 14:49:12.702813"], ["updated_at", "2016-10-06 14:49:12.702813"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus aut itaque consequuntur nisi est.\",\"text\":\"We need to reboot the multi-byte SMTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.703883"], ["updated_at", "2016-10-06 14:49:12.703883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem accusantium non.\",\"text\":\"We need to navigate the primary IB circuit!\"}"], ["created_at", "2016-10-06 14:49:12.704930"], ["updated_at", "2016-10-06 14:49:12.704930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui itaque laudantium amet.\",\"text\":\"Synthesizing the application won't do anything, we need to synthesize the digital ssl hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.705932"], ["updated_at", "2016-10-06 14:49:12.705932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim nemo quo sapiente qui consequuntur.\",\"text\":\"I'll parse the multi-byte JBOD bus, that should monitor the JBOD driver!\"}"], ["created_at", "2016-10-06 14:49:12.706947"], ["updated_at", "2016-10-06 14:49:12.706947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt dolor quo molestiae excepturi.\",\"text\":\"We need to navigate the redundant XML panel!\"}"], ["created_at", "2016-10-06 14:49:12.707920"], ["updated_at", "2016-10-06 14:49:12.707920"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam iste quia dolorem repellat dolores esse.\",\"text\":\"We need to generate the mobile PCI application!\"}"], ["created_at", "2016-10-06 14:49:12.708888"], ["updated_at", "2016-10-06 14:49:12.708888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi eius quos temporibus sed.\",\"text\":\"Indexing the sensor won't do anything, we need to override the multi-byte scsi panel!\"}"], ["created_at", "2016-10-06 14:49:12.709890"], ["updated_at", "2016-10-06 14:49:12.709890"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia dignissimos magnam porro earum rerum cum.\",\"text\":\"Try to compress the SDD microchip, maybe it will back up the open-source microchip!\"}"], ["created_at", "2016-10-06 14:49:12.710906"], ["updated_at", "2016-10-06 14:49:12.710906"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit molestias consequatur commodi.\",\"text\":\"If we back up the sensor, we can get to the ADP application through the back-end IB firewall!\"}"], ["created_at", "2016-10-06 14:49:12.711987"], ["updated_at", "2016-10-06 14:49:12.711987"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis exercitationem et neque vitae ut.\",\"text\":\"Use the virtual TCP array, then you can generate the online program!\"}"], ["created_at", "2016-10-06 14:49:12.713225"], ["updated_at", "2016-10-06 14:49:12.713225"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel neque similique natus sit rerum occaecati.\",\"text\":\"The EXE circuit is down, connect the digital firewall so we can hack the HTTP capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.716010"], ["updated_at", "2016-10-06 14:49:12.716010"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus quas corrupti est doloribus qui magnam.\",\"text\":\"Synthesizing the interface won't do anything, we need to generate the digital ai sensor!\"}"], ["created_at", "2016-10-06 14:49:12.718578"], ["updated_at", "2016-10-06 14:49:12.718578"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel eum ea voluptatibus impedit qui earum pariatur.\",\"text\":\"If we hack the matrix, we can get to the IB transmitter through the back-end USB interface!\"}"], ["created_at", "2016-10-06 14:49:12.722064"], ["updated_at", "2016-10-06 14:49:12.722064"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores earum impedit provident.\",\"text\":\"Try to reboot the EXE sensor, maybe it will override the optical microchip!\"}"], ["created_at", "2016-10-06 14:49:12.723921"], ["updated_at", "2016-10-06 14:49:12.723921"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum minus et tenetur reiciendis voluptatibus.\",\"text\":\"If we bypass the firewall, we can get to the SAS application through the optical FTP system!\"}"], ["created_at", "2016-10-06 14:49:12.725129"], ["updated_at", "2016-10-06 14:49:12.725129"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum sit explicabo nisi distinctio quo eius.\",\"text\":\"I'll navigate the optical HDD interface, that should microchip the CSS circuit!\"}"], ["created_at", "2016-10-06 14:49:12.726301"], ["updated_at", "2016-10-06 14:49:12.726301"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita animi est nulla praesentium temporibus aut.\",\"text\":\"I'll override the wireless USB circuit, that should card the RAM system!\"}"], ["created_at", "2016-10-06 14:49:12.727334"], ["updated_at", "2016-10-06 14:49:12.727334"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus architecto facilis laborum aut est.\",\"text\":\"Parsing the pixel won't do anything, we need to index the 1080p json system!\"}"], ["created_at", "2016-10-06 14:49:12.728365"], ["updated_at", "2016-10-06 14:49:12.728365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus dicta magnam nemo dignissimos.\",\"text\":\"Calculating the monitor won't do anything, we need to compress the solid state ssl microchip!\"}"], ["created_at", "2016-10-06 14:49:12.729327"], ["updated_at", "2016-10-06 14:49:12.729327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae quos fuga ipsum aliquam eius.\",\"text\":\"The SQL system is down, override the bluetooth protocol so we can compress the IB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.730301"], ["updated_at", "2016-10-06 14:49:12.730301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum facilis soluta aut id ea aut.\",\"text\":\"The GB card is down, override the online pixel so we can copy the THX system!\"}"], ["created_at", "2016-10-06 14:49:12.731233"], ["updated_at", "2016-10-06 14:49:12.731233"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi sit aut doloribus quo.\",\"text\":\"Use the digital USB feed, then you can synthesize the virtual array!\"}"], ["created_at", "2016-10-06 14:49:12.732181"], ["updated_at", "2016-10-06 14:49:12.732181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit aliquam impedit adipisci et.\",\"text\":\"You can't override the protocol without navigating the back-end AGP sensor!\"}"], ["created_at", "2016-10-06 14:49:12.733118"], ["updated_at", "2016-10-06 14:49:12.733118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque tempore qui dignissimos qui voluptas rerum.\",\"text\":\"The XSS program is down, calculate the haptic card so we can override the ADP microchip!\"}"], ["created_at", "2016-10-06 14:49:12.734035"], ["updated_at", "2016-10-06 14:49:12.734035"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente illo animi consequatur voluptatum.\",\"text\":\"Use the redundant SSL driver, then you can generate the bluetooth microchip!\"}"], ["created_at", "2016-10-06 14:49:12.734994"], ["updated_at", "2016-10-06 14:49:12.734994"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt explicabo laudantium saepe nisi assumenda.\",\"text\":\"We need to parse the solid state SCSI system!\"}"], ["created_at", "2016-10-06 14:49:12.735969"], ["updated_at", "2016-10-06 14:49:12.735969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores neque eveniet adipisci illo et.\",\"text\":\"Parsing the monitor won't do anything, we need to transmit the open-source xss firewall!\"}"], ["created_at", "2016-10-06 14:49:12.737000"], ["updated_at", "2016-10-06 14:49:12.737000"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui illum velit molestiae expedita deserunt quo.\",\"text\":\"I'll generate the bluetooth SMTP transmitter, that should matrix the USB card!\"}"], ["created_at", "2016-10-06 14:49:12.737947"], ["updated_at", "2016-10-06 14:49:12.737947"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores rerum et cum nisi earum velit et.\",\"text\":\"I'll transmit the auxiliary ADP port, that should microchip the SDD firewall!\"}"], ["created_at", "2016-10-06 14:49:12.738857"], ["updated_at", "2016-10-06 14:49:12.738857"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui tenetur molestiae autem et modi totam.\",\"text\":\"If we parse the monitor, we can get to the COM array through the optical JBOD driver!\"}"], ["created_at", "2016-10-06 14:49:12.739763"], ["updated_at", "2016-10-06 14:49:12.739763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas architecto provident et incidunt nisi.\",\"text\":\"You can't synthesize the bandwidth without programming the redundant SQL firewall!\"}"], ["created_at", "2016-10-06 14:49:12.740726"], ["updated_at", "2016-10-06 14:49:12.740726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A nihil voluptas ipsam facilis accusantium qui nesciunt.\",\"text\":\"Use the cross-platform SMS bandwidth, then you can index the primary transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.741638"], ["updated_at", "2016-10-06 14:49:12.741638"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam rerum deserunt libero sit et.\",\"text\":\"If we quantify the card, we can get to the SDD capacitor through the primary THX circuit!\"}"], ["created_at", "2016-10-06 14:49:12.742548"], ["updated_at", "2016-10-06 14:49:12.742548"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit qui quia repellat nisi explicabo.\",\"text\":\"If we index the bandwidth, we can get to the SCSI pixel through the cross-platform JSON capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.743479"], ["updated_at", "2016-10-06 14:49:12.743479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero exercitationem cupiditate error voluptas est.\",\"text\":\"Compressing the interface won't do anything, we need to override the auxiliary http bus!\"}"], ["created_at", "2016-10-06 14:49:12.744398"], ["updated_at", "2016-10-06 14:49:12.744398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum architecto voluptatum aut.\",\"text\":\"Try to compress the PNG feed, maybe it will parse the back-end driver!\"}"], ["created_at", "2016-10-06 14:49:12.745291"], ["updated_at", "2016-10-06 14:49:12.745291"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cupiditate earum.\",\"text\":\"Use the wireless JBOD transmitter, then you can back up the open-source capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.746200"], ["updated_at", "2016-10-06 14:49:12.746200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia nihil minima.\",\"text\":\"You can't override the program without transmitting the bluetooth JBOD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.747084"], ["updated_at", "2016-10-06 14:49:12.747084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis omnis impedit quas quisquam voluptas.\",\"text\":\"Use the mobile XML circuit, then you can reboot the cross-platform protocol!\"}"], ["created_at", "2016-10-06 14:49:12.747961"], ["updated_at", "2016-10-06 14:49:12.747961"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente eos et esse.\",\"text\":\"If we copy the microchip, we can get to the PNG pixel through the solid state GB hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.748830"], ["updated_at", "2016-10-06 14:49:12.748830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure quia tempora.\",\"text\":\"The SDD protocol is down, connect the cross-platform array so we can transmit the RSS driver!\"}"], ["created_at", "2016-10-06 14:49:12.749704"], ["updated_at", "2016-10-06 14:49:12.749704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam id atque.\",\"text\":\"The PNG transmitter is down, compress the online transmitter so we can override the AGP capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.750573"], ["updated_at", "2016-10-06 14:49:12.750573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit occaecati odit rem ut voluptatem dicta expedita.\",\"text\":\"If we index the program, we can get to the ADP application through the redundant AGP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.751465"], ["updated_at", "2016-10-06 14:49:12.751465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor quo fuga corrupti.\",\"text\":\"I'll connect the neural SQL transmitter, that should pixel the JSON array!\"}"], ["created_at", "2016-10-06 14:49:12.752393"], ["updated_at", "2016-10-06 14:49:12.752393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur et est quia architecto voluptatum voluptates.\",\"text\":\"We need to input the primary USB panel!\"}"], ["created_at", "2016-10-06 14:49:12.753296"], ["updated_at", "2016-10-06 14:49:12.753296"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae modi in fuga qui quia et nesciunt.\",\"text\":\"If we reboot the bus, we can get to the SQL capacitor through the mobile RSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.754203"], ["updated_at", "2016-10-06 14:49:12.754203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nostrum autem vel beatae id porro.\",\"text\":\"Use the optical SSL alarm, then you can program the 1080p application!\"}"], ["created_at", "2016-10-06 14:49:12.755082"], ["updated_at", "2016-10-06 14:49:12.755082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ab voluptatem.\",\"text\":\"We need to transmit the auxiliary COM monitor!\"}"], ["created_at", "2016-10-06 14:49:12.755947"], ["updated_at", "2016-10-06 14:49:12.755947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor pariatur incidunt soluta.\",\"text\":\"We need to generate the virtual SAS sensor!\"}"], ["created_at", "2016-10-06 14:49:12.756804"], ["updated_at", "2016-10-06 14:49:12.756804"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo dolorem commodi voluptates incidunt.\",\"text\":\"The SMS monitor is down, bypass the digital monitor so we can override the IB capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.757667"], ["updated_at", "2016-10-06 14:49:12.757667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis occaecati sit.\",\"text\":\"If we bypass the application, we can get to the HTTP circuit through the 1080p SMTP firewall!\"}"], ["created_at", "2016-10-06 14:49:12.758594"], ["updated_at", "2016-10-06 14:49:12.758594"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor asperiores et ea non enim.\",\"text\":\"I'll navigate the virtual SMS port, that should protocol the USB circuit!\"}"], ["created_at", "2016-10-06 14:49:12.759478"], ["updated_at", "2016-10-06 14:49:12.759478"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate eligendi enim fugit et et.\",\"text\":\"If we calculate the matrix, we can get to the XML system through the multi-byte SMTP port!\"}"], ["created_at", "2016-10-06 14:49:12.760403"], ["updated_at", "2016-10-06 14:49:12.760403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et odio accusamus qui magnam.\",\"text\":\"Parsing the array won't do anything, we need to program the mobile xss port!\"}"], ["created_at", "2016-10-06 14:49:12.761301"], ["updated_at", "2016-10-06 14:49:12.761301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo aut rerum.\",\"text\":\"The COM monitor is down, copy the optical capacitor so we can bypass the SMTP feed!\"}"], ["created_at", "2016-10-06 14:49:12.762173"], ["updated_at", "2016-10-06 14:49:12.762173"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla voluptatem voluptates nihil consectetur quia enim impedit.\",\"text\":\"You can't calculate the bandwidth without backing up the redundant SDD firewall!\"}"], ["created_at", "2016-10-06 14:49:12.763054"], ["updated_at", "2016-10-06 14:49:12.763054"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas necessitatibus porro incidunt vero explicabo soluta.\",\"text\":\"We need to back up the auxiliary IB interface!\"}"], ["created_at", "2016-10-06 14:49:12.763986"], ["updated_at", "2016-10-06 14:49:12.763986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cupiditate et et natus sed enim.\",\"text\":\"We need to index the haptic PCI monitor!\"}"], ["created_at", "2016-10-06 14:49:12.764917"], ["updated_at", "2016-10-06 14:49:12.764917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi autem vel.\",\"text\":\"You can't override the program without calculating the optical SDD card!\"}"], ["created_at", "2016-10-06 14:49:12.765833"], ["updated_at", "2016-10-06 14:49:12.765833"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores et enim accusantium mollitia.\",\"text\":\"Use the neural IB panel, then you can index the neural panel!\"}"], ["created_at", "2016-10-06 14:49:12.766778"], ["updated_at", "2016-10-06 14:49:12.766778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid eaque velit.\",\"text\":\"Bypassing the bandwidth won't do anything, we need to index the bluetooth usb bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.767687"], ["updated_at", "2016-10-06 14:49:12.767687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam sit quia dolores non deleniti repellendus.\",\"text\":\"You can't reboot the transmitter without hacking the bluetooth COM protocol!\"}"], ["created_at", "2016-10-06 14:49:12.768556"], ["updated_at", "2016-10-06 14:49:12.768556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis laboriosam molestiae quas sit minus.\",\"text\":\"Try to bypass the PCI card, maybe it will quantify the digital circuit!\"}"], ["created_at", "2016-10-06 14:49:12.769444"], ["updated_at", "2016-10-06 14:49:12.769444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui error ut.\",\"text\":\"I'll bypass the mobile XML interface, that should array the SQL hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.770328"], ["updated_at", "2016-10-06 14:49:12.770328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita qui repellendus aut doloremque autem excepturi veniam.\",\"text\":\"You can't connect the card without transmitting the wireless SCSI protocol!\"}"], ["created_at", "2016-10-06 14:49:12.771207"], ["updated_at", "2016-10-06 14:49:12.771207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus recusandae saepe necessitatibus.\",\"text\":\"You can't back up the system without copying the haptic ADP feed!\"}"], ["created_at", "2016-10-06 14:49:12.772135"], ["updated_at", "2016-10-06 14:49:12.772135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci illum debitis excepturi enim cupiditate eius.\",\"text\":\"Use the multi-byte CSS system, then you can calculate the virtual feed!\"}"], ["created_at", "2016-10-06 14:49:12.773043"], ["updated_at", "2016-10-06 14:49:12.773043"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id qui facilis veniam.\",\"text\":\"If we connect the transmitter, we can get to the SMTP sensor through the cross-platform TCP interface!\"}"], ["created_at", "2016-10-06 14:49:12.774029"], ["updated_at", "2016-10-06 14:49:12.774029"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut assumenda repudiandae quis omnis repellendus totam sapiente.\",\"text\":\"Connecting the sensor won't do anything, we need to override the wireless rss protocol!\"}"], ["created_at", "2016-10-06 14:49:12.774968"], ["updated_at", "2016-10-06 14:49:12.774968"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique est blanditiis rerum.\",\"text\":\"Indexing the matrix won't do anything, we need to parse the wireless exe transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.775884"], ["updated_at", "2016-10-06 14:49:12.775884"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et in ducimus velit aut.\",\"text\":\"Use the primary EXE application, then you can reboot the multi-byte pixel!\"}"], ["created_at", "2016-10-06 14:49:12.776797"], ["updated_at", "2016-10-06 14:49:12.776797"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut modi expedita repellendus molestiae.\",\"text\":\"Try to navigate the SSL transmitter, maybe it will hack the back-end feed!\"}"], ["created_at", "2016-10-06 14:49:12.777712"], ["updated_at", "2016-10-06 14:49:12.777712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum quo harum atque debitis omnis.\",\"text\":\"If we program the microchip, we can get to the HDD program through the mobile TCP panel!\"}"], ["created_at", "2016-10-06 14:49:12.778664"], ["updated_at", "2016-10-06 14:49:12.778664"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque et dicta.\",\"text\":\"I'll reboot the online JBOD hard drive, that should circuit the PCI application!\"}"], ["created_at", "2016-10-06 14:49:12.779537"], ["updated_at", "2016-10-06 14:49:12.779537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et maxime aut beatae nisi incidunt iste.\",\"text\":\"Try to bypass the TCP alarm, maybe it will copy the optical microchip!\"}"], ["created_at", "2016-10-06 14:49:12.780407"], ["updated_at", "2016-10-06 14:49:12.780407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam eos sequi cumque consequatur dolorum.\",\"text\":\"If we reboot the microchip, we can get to the THX circuit through the wireless SAS firewall!\"}"], ["created_at", "2016-10-06 14:49:12.781294"], ["updated_at", "2016-10-06 14:49:12.781294"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo veritatis optio qui asperiores.\",\"text\":\"Use the cross-platform PCI system, then you can navigate the mobile feed!\"}"], ["created_at", "2016-10-06 14:49:12.782238"], ["updated_at", "2016-10-06 14:49:12.782238"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos sint eius rerum cupiditate id mollitia.\",\"text\":\"Compressing the array won't do anything, we need to quantify the bluetooth ib pixel!\"}"], ["created_at", "2016-10-06 14:49:12.783125"], ["updated_at", "2016-10-06 14:49:12.783125"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis quo qui nostrum voluptas sit expedita.\",\"text\":\"Try to input the IB bus, maybe it will input the 1080p bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.783993"], ["updated_at", "2016-10-06 14:49:12.783993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam rem quis ipsam ea aut cumque.\",\"text\":\"The COM panel is down, back up the virtual panel so we can quantify the AI port!\"}"], ["created_at", "2016-10-06 14:49:12.784864"], ["updated_at", "2016-10-06 14:49:12.784864"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit velit vel numquam et velit.\",\"text\":\"Connecting the interface won't do anything, we need to back up the wireless css matrix!\"}"], ["created_at", "2016-10-06 14:49:12.785750"], ["updated_at", "2016-10-06 14:49:12.785750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem rerum repudiandae placeat.\",\"text\":\"We need to hack the digital PNG bus!\"}"], ["created_at", "2016-10-06 14:49:12.786694"], ["updated_at", "2016-10-06 14:49:12.786694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque nulla repudiandae sapiente fuga enim.\",\"text\":\"Quantifying the program won't do anything, we need to index the wireless exe driver!\"}"], ["created_at", "2016-10-06 14:49:12.787565"], ["updated_at", "2016-10-06 14:49:12.787565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem amet tenetur illo rerum sunt.\",\"text\":\"We need to hack the cross-platform JSON transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.788449"], ["updated_at", "2016-10-06 14:49:12.788449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit ratione ad.\",\"text\":\"Use the haptic SCSI capacitor, then you can hack the bluetooth feed!\"}"], ["created_at", "2016-10-06 14:49:12.789350"], ["updated_at", "2016-10-06 14:49:12.789350"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit commodi perspiciatis at quia accusamus est.\",\"text\":\"Use the multi-byte AI card, then you can back up the 1080p card!\"}"], ["created_at", "2016-10-06 14:49:12.790256"], ["updated_at", "2016-10-06 14:49:12.790256"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae similique laborum sint eaque nulla.\",\"text\":\"Bypassing the application won't do anything, we need to calculate the haptic rss driver!\"}"], ["created_at", "2016-10-06 14:49:12.791131"], ["updated_at", "2016-10-06 14:49:12.791131"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic ea minus asperiores ut nemo qui beatae.\",\"text\":\"You can't back up the monitor without backing up the wireless SAS hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.792027"], ["updated_at", "2016-10-06 14:49:12.792027"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit sint et nostrum dolorem ut alias eum.\",\"text\":\"We need to index the solid state IB system!\"}"], ["created_at", "2016-10-06 14:49:12.792886"], ["updated_at", "2016-10-06 14:49:12.792886"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam maiores est quasi sunt.\",\"text\":\"The PCI array is down, navigate the digital alarm so we can transmit the IB application!\"}"], ["created_at", "2016-10-06 14:49:12.793787"], ["updated_at", "2016-10-06 14:49:12.793787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et quae sint aut sed et.\",\"text\":\"Try to override the USB sensor, maybe it will index the 1080p protocol!\"}"], ["created_at", "2016-10-06 14:49:12.794737"], ["updated_at", "2016-10-06 14:49:12.794737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat rem sit in id ducimus laboriosam.\",\"text\":\"You can't back up the array without connecting the digital SQL driver!\"}"], ["created_at", "2016-10-06 14:49:12.795609"], ["updated_at", "2016-10-06 14:49:12.795609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur a nesciunt inventore.\",\"text\":\"If we navigate the transmitter, we can get to the SMS application through the multi-byte TCP application!\"}"], ["created_at", "2016-10-06 14:49:12.796493"], ["updated_at", "2016-10-06 14:49:12.796493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem voluptates natus occaecati explicabo recusandae sit et.\",\"text\":\"Try to parse the HDD microchip, maybe it will parse the wireless card!\"}"], ["created_at", "2016-10-06 14:49:12.797416"], ["updated_at", "2016-10-06 14:49:12.797416"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi quis similique est molestias sint.\",\"text\":\"Hacking the sensor won't do anything, we need to back up the digital smtp microchip!\"}"], ["created_at", "2016-10-06 14:49:12.798337"], ["updated_at", "2016-10-06 14:49:12.798337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit qui esse qui harum rerum hic et.\",\"text\":\"If we copy the hard drive, we can get to the SMS protocol through the wireless SCSI capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.799208"], ["updated_at", "2016-10-06 14:49:12.799208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum et reiciendis aut quidem.\",\"text\":\"I'll parse the auxiliary RAM interface, that should circuit the XSS array!\"}"], ["created_at", "2016-10-06 14:49:12.800074"], ["updated_at", "2016-10-06 14:49:12.800074"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero in quaerat.\",\"text\":\"We need to parse the virtual THX interface!\"}"], ["created_at", "2016-10-06 14:49:12.801052"], ["updated_at", "2016-10-06 14:49:12.801052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed error ut esse unde at.\",\"text\":\"Quantifying the protocol won't do anything, we need to reboot the virtual css panel!\"}"], ["created_at", "2016-10-06 14:49:12.801974"], ["updated_at", "2016-10-06 14:49:12.801974"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis in porro facilis pariatur dicta.\",\"text\":\"I'll connect the online COM protocol, that should system the XML bus!\"}"], ["created_at", "2016-10-06 14:49:12.802891"], ["updated_at", "2016-10-06 14:49:12.802891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae facere temporibus.\",\"text\":\"You can't index the circuit without connecting the cross-platform TCP feed!\"}"], ["created_at", "2016-10-06 14:49:12.803763"], ["updated_at", "2016-10-06 14:49:12.803763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla est sunt aut doloribus error.\",\"text\":\"I'll input the 1080p SAS feed, that should sensor the SSL monitor!\"}"], ["created_at", "2016-10-06 14:49:12.804629"], ["updated_at", "2016-10-06 14:49:12.804629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam nihil sint.\",\"text\":\"If we generate the port, we can get to the HTTP hard drive through the virtual JBOD hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.805496"], ["updated_at", "2016-10-06 14:49:12.805496"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate pariatur magni fuga non laboriosam amet et.\",\"text\":\"I'll reboot the neural CSS sensor, that should bus the SSL array!\"}"], ["created_at", "2016-10-06 14:49:12.806388"], ["updated_at", "2016-10-06 14:49:12.806388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum vel architecto.\",\"text\":\"Parsing the interface won't do anything, we need to override the primary hdd circuit!\"}"], ["created_at", "2016-10-06 14:49:12.807308"], ["updated_at", "2016-10-06 14:49:12.807308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse nostrum praesentium laudantium.\",\"text\":\"I'll connect the optical ADP pixel, that should driver the PNG card!\"}"], ["created_at", "2016-10-06 14:49:12.808201"], ["updated_at", "2016-10-06 14:49:12.808201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem dolor maxime necessitatibus est modi recusandae.\",\"text\":\"I'll program the multi-byte EXE port, that should panel the CSS program!\"}"], ["created_at", "2016-10-06 14:49:12.809088"], ["updated_at", "2016-10-06 14:49:12.809088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem iste nostrum.\",\"text\":\"I'll transmit the haptic GB application, that should pixel the SDD driver!\"}"], ["created_at", "2016-10-06 14:49:12.810016"], ["updated_at", "2016-10-06 14:49:12.810016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est eius at dignissimos vitae qui porro rerum.\",\"text\":\"Overriding the bandwidth won't do anything, we need to generate the redundant ram protocol!\"}"], ["created_at", "2016-10-06 14:49:12.810966"], ["updated_at", "2016-10-06 14:49:12.810966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores ea fuga porro sunt dolor.\",\"text\":\"We need to index the haptic GB circuit!\"}"], ["created_at", "2016-10-06 14:49:12.811892"], ["updated_at", "2016-10-06 14:49:12.811892"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas nulla magni nesciunt nihil non.\",\"text\":\"Use the virtual RSS transmitter, then you can quantify the back-end driver!\"}"], ["created_at", "2016-10-06 14:49:12.812773"], ["updated_at", "2016-10-06 14:49:12.812773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores alias voluptatibus tempore voluptatem distinctio perspiciatis cupiditate.\",\"text\":\"The SMTP driver is down, override the mobile bus so we can quantify the SCSI hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.813691"], ["updated_at", "2016-10-06 14:49:12.813691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sequi nesciunt.\",\"text\":\"We need to override the 1080p TCP transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.814595"], ["updated_at", "2016-10-06 14:49:12.814595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque aliquam et.\",\"text\":\"I'll generate the multi-byte COM program, that should capacitor the CSS matrix!\"}"], ["created_at", "2016-10-06 14:49:12.815470"], ["updated_at", "2016-10-06 14:49:12.815470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae est enim.\",\"text\":\"The THX alarm is down, reboot the cross-platform port so we can back up the THX application!\"}"], ["created_at", "2016-10-06 14:49:12.816331"], ["updated_at", "2016-10-06 14:49:12.816331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque fugit commodi voluptatem.\",\"text\":\"Hacking the panel won't do anything, we need to connect the open-source ram capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.817201"], ["updated_at", "2016-10-06 14:49:12.817201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio dolorem tenetur perferendis dolor.\",\"text\":\"Use the digital JSON program, then you can navigate the virtual pixel!\"}"], ["created_at", "2016-10-06 14:49:12.818086"], ["updated_at", "2016-10-06 14:49:12.818086"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum placeat voluptatem similique ut molestiae.\",\"text\":\"We need to navigate the mobile TCP application!\"}"], ["created_at", "2016-10-06 14:49:12.819026"], ["updated_at", "2016-10-06 14:49:12.819026"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae at est quia.\",\"text\":\"Transmitting the capacitor won't do anything, we need to bypass the neural tcp program!\"}"], ["created_at", "2016-10-06 14:49:12.819913"], ["updated_at", "2016-10-06 14:49:12.819913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores eos quis eveniet quos totam.\",\"text\":\"I'll quantify the optical IB capacitor, that should pixel the SQL pixel!\"}"], ["created_at", "2016-10-06 14:49:12.820778"], ["updated_at", "2016-10-06 14:49:12.820778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam necessitatibus officiis occaecati omnis modi.\",\"text\":\"You can't program the panel without copying the open-source FTP alarm!\"}"], ["created_at", "2016-10-06 14:49:12.821642"], ["updated_at", "2016-10-06 14:49:12.821642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut asperiores et ad ut eum non voluptatem.\",\"text\":\"If we reboot the pixel, we can get to the SQL sensor through the solid state SQL driver!\"}"], ["created_at", "2016-10-06 14:49:12.822551"], ["updated_at", "2016-10-06 14:49:12.822551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro ut distinctio aliquam.\",\"text\":\"The SDD system is down, connect the primary transmitter so we can quantify the AGP monitor!\"}"], ["created_at", "2016-10-06 14:49:12.823441"], ["updated_at", "2016-10-06 14:49:12.823441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut blanditiis voluptatem consequatur sit.\",\"text\":\"We need to parse the cross-platform SSL capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.824303"], ["updated_at", "2016-10-06 14:49:12.824303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit natus quidem hic asperiores est.\",\"text\":\"We need to connect the 1080p GB sensor!\"}"], ["created_at", "2016-10-06 14:49:12.825162"], ["updated_at", "2016-10-06 14:49:12.825162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est officiis neque eligendi dignissimos sed laboriosam.\",\"text\":\"If we override the program, we can get to the COM application through the bluetooth ADP hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.826028"], ["updated_at", "2016-10-06 14:49:12.826028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo est aut consequatur culpa.\",\"text\":\"Use the online SDD monitor, then you can hack the optical microchip!\"}"], ["created_at", "2016-10-06 14:49:12.826956"], ["updated_at", "2016-10-06 14:49:12.826956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium temporibus et quasi quae tenetur fugiat nihil.\",\"text\":\"If we generate the program, we can get to the SDD sensor through the digital SMS card!\"}"], ["created_at", "2016-10-06 14:49:12.827856"], ["updated_at", "2016-10-06 14:49:12.827856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti autem et vel ea.\",\"text\":\"The ADP matrix is down, synthesize the neural protocol so we can reboot the ADP interface!\"}"], ["created_at", "2016-10-06 14:49:12.828723"], ["updated_at", "2016-10-06 14:49:12.828723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam dignissimos quibusdam magni distinctio suscipit necessitatibus ea.\",\"text\":\"Use the back-end JSON card, then you can copy the online system!\"}"], ["created_at", "2016-10-06 14:49:12.829606"], ["updated_at", "2016-10-06 14:49:12.829606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt dolor sapiente minus repudiandae.\",\"text\":\"We need to input the 1080p GB microchip!\"}"], ["created_at", "2016-10-06 14:49:12.830565"], ["updated_at", "2016-10-06 14:49:12.830565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae distinctio rerum.\",\"text\":\"We need to calculate the auxiliary SMS panel!\"}"], ["created_at", "2016-10-06 14:49:12.831470"], ["updated_at", "2016-10-06 14:49:12.831470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem provident eaque ipsa nihil iure.\",\"text\":\"If we quantify the sensor, we can get to the SSL firewall through the multi-byte AI interface!\"}"], ["created_at", "2016-10-06 14:49:12.832336"], ["updated_at", "2016-10-06 14:49:12.832336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad veritatis ea quo tempora.\",\"text\":\"Use the online IB firewall, then you can back up the open-source bus!\"}"], ["created_at", "2016-10-06 14:49:12.833214"], ["updated_at", "2016-10-06 14:49:12.833214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae impedit laudantium.\",\"text\":\"Use the multi-byte AI monitor, then you can input the haptic application!\"}"], ["created_at", "2016-10-06 14:49:12.834136"], ["updated_at", "2016-10-06 14:49:12.834136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos ut veniam vel qui adipisci aut.\",\"text\":\"The CSS system is down, input the back-end array so we can hack the HTTP feed!\"}"], ["created_at", "2016-10-06 14:49:12.835048"], ["updated_at", "2016-10-06 14:49:12.835048"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor necessitatibus et et.\",\"text\":\"The SAS monitor is down, program the primary system so we can synthesize the USB sensor!\"}"], ["created_at", "2016-10-06 14:49:12.835928"], ["updated_at", "2016-10-06 14:49:12.835928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id quis odit qui molestiae sunt maiores.\",\"text\":\"We need to connect the primary TCP capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.836807"], ["updated_at", "2016-10-06 14:49:12.836807"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus quas harum earum quos id.\",\"text\":\"We need to compress the bluetooth USB pixel!\"}"], ["created_at", "2016-10-06 14:49:12.837671"], ["updated_at", "2016-10-06 14:49:12.837671"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa rem qui molestiae dolores est non velit.\",\"text\":\"I'll program the online TCP alarm, that should application the PCI system!\"}"], ["created_at", "2016-10-06 14:49:12.838550"], ["updated_at", "2016-10-06 14:49:12.838550"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur voluptatibus ipsa.\",\"text\":\"The COM array is down, parse the optical circuit so we can synthesize the RSS port!\"}"], ["created_at", "2016-10-06 14:49:12.839443"], ["updated_at", "2016-10-06 14:49:12.839443"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At illum accusantium dicta et doloribus autem officiis.\",\"text\":\"I'll parse the neural EXE system, that should bus the XSS transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.840405"], ["updated_at", "2016-10-06 14:49:12.840405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non aspernatur provident est iure.\",\"text\":\"Try to bypass the PCI card, maybe it will transmit the cross-platform feed!\"}"], ["created_at", "2016-10-06 14:49:12.841501"], ["updated_at", "2016-10-06 14:49:12.841501"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid consectetur nemo incidunt enim voluptatibus.\",\"text\":\"If we compress the interface, we can get to the RAM port through the virtual GB feed!\"}"], ["created_at", "2016-10-06 14:49:12.842512"], ["updated_at", "2016-10-06 14:49:12.842512"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet delectus voluptas in deserunt reprehenderit et.\",\"text\":\"If we index the circuit, we can get to the JSON port through the mobile SAS capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.843490"], ["updated_at", "2016-10-06 14:49:12.843490"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut aut.\",\"text\":\"If we navigate the protocol, we can get to the IB system through the auxiliary GB monitor!\"}"], ["created_at", "2016-10-06 14:49:12.844455"], ["updated_at", "2016-10-06 14:49:12.844455"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus ut nobis amet.\",\"text\":\"You can't reboot the pixel without navigating the primary THX protocol!\"}"], ["created_at", "2016-10-06 14:49:12.845358"], ["updated_at", "2016-10-06 14:49:12.845358"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos mollitia ipsa.\",\"text\":\"If we synthesize the circuit, we can get to the XSS system through the bluetooth THX sensor!\"}"], ["created_at", "2016-10-06 14:49:12.846475"], ["updated_at", "2016-10-06 14:49:12.846475"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint aut temporibus harum.\",\"text\":\"If we transmit the bandwidth, we can get to the HTTP microchip through the cross-platform PNG feed!\"}"], ["created_at", "2016-10-06 14:49:12.847682"], ["updated_at", "2016-10-06 14:49:12.847682"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla est quos est dolorem odio dolorem.\",\"text\":\"If we parse the microchip, we can get to the COM monitor through the auxiliary JBOD program!\"}"], ["created_at", "2016-10-06 14:49:12.848828"], ["updated_at", "2016-10-06 14:49:12.848828"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem explicabo tenetur placeat dignissimos numquam repudiandae cumque.\",\"text\":\"The HDD hard drive is down, transmit the bluetooth interface so we can hack the USB matrix!\"}"], ["created_at", "2016-10-06 14:49:12.850365"], ["updated_at", "2016-10-06 14:49:12.850365"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis debitis sit porro eveniet autem rerum.\",\"text\":\"Use the digital SAS bus, then you can input the wireless application!\"}"], ["created_at", "2016-10-06 14:49:12.851717"], ["updated_at", "2016-10-06 14:49:12.851717"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores tempora aut voluptatem.\",\"text\":\"Copying the bus won't do anything, we need to synthesize the neural json bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.854157"], ["updated_at", "2016-10-06 14:49:12.854157"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita nihil tenetur quae ea.\",\"text\":\"We need to navigate the neural PNG system!\"}"], ["created_at", "2016-10-06 14:49:12.855421"], ["updated_at", "2016-10-06 14:49:12.855421"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores distinctio maxime fugiat quis et.\",\"text\":\"I'll quantify the virtual AGP alarm, that should sensor the XSS pixel!\"}"], ["created_at", "2016-10-06 14:49:12.856534"], ["updated_at", "2016-10-06 14:49:12.856534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo voluptas in molestiae minima et nobis quae.\",\"text\":\"Bypassing the monitor won't do anything, we need to synthesize the solid state ai microchip!\"}"], ["created_at", "2016-10-06 14:49:12.857574"], ["updated_at", "2016-10-06 14:49:12.857574"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut error minus qui reiciendis aperiam eos tempore.\",\"text\":\"We need to back up the redundant SDD sensor!\"}"], ["created_at", "2016-10-06 14:49:12.858581"], ["updated_at", "2016-10-06 14:49:12.858581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem aut occaecati omnis.\",\"text\":\"We need to connect the neural SMTP bus!\"}"], ["created_at", "2016-10-06 14:49:12.859569"], ["updated_at", "2016-10-06 14:49:12.859569"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio reprehenderit expedita voluptatem assumenda est.\",\"text\":\"You can't transmit the interface without indexing the back-end FTP circuit!\"}"], ["created_at", "2016-10-06 14:49:12.860527"], ["updated_at", "2016-10-06 14:49:12.860527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis esse velit.\",\"text\":\"Try to index the AGP driver, maybe it will reboot the neural system!\"}"], ["created_at", "2016-10-06 14:49:12.861556"], ["updated_at", "2016-10-06 14:49:12.861556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque qui accusamus.\",\"text\":\"Use the multi-byte THX hard drive, then you can back up the cross-platform pixel!\"}"], ["created_at", "2016-10-06 14:49:12.862516"], ["updated_at", "2016-10-06 14:49:12.862516"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id deleniti ducimus non.\",\"text\":\"Use the primary RSS port, then you can copy the primary application!\"}"], ["created_at", "2016-10-06 14:49:12.863468"], ["updated_at", "2016-10-06 14:49:12.863468"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati odio hic laudantium totam ratione perferendis aut.\",\"text\":\"Try to synthesize the TCP protocol, maybe it will bypass the digital port!\"}"], ["created_at", "2016-10-06 14:49:12.864412"], ["updated_at", "2016-10-06 14:49:12.864412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et sapiente veniam corrupti voluptas quas.\",\"text\":\"Use the open-source SCSI application, then you can generate the neural matrix!\"}"], ["created_at", "2016-10-06 14:49:12.865352"], ["updated_at", "2016-10-06 14:49:12.865352"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere officia ullam vero.\",\"text\":\"Use the redundant PNG capacitor, then you can back up the optical microchip!\"}"], ["created_at", "2016-10-06 14:49:12.866265"], ["updated_at", "2016-10-06 14:49:12.866265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis aspernatur quidem suscipit vitae assumenda.\",\"text\":\"We need to reboot the digital USB circuit!\"}"], ["created_at", "2016-10-06 14:49:12.867249"], ["updated_at", "2016-10-06 14:49:12.867249"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et recusandae quidem aut.\",\"text\":\"You can't navigate the matrix without navigating the open-source PCI array!\"}"], ["created_at", "2016-10-06 14:49:12.868181"], ["updated_at", "2016-10-06 14:49:12.868181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio omnis sed doloremque quia eos.\",\"text\":\"We need to generate the solid state SMTP pixel!\"}"], ["created_at", "2016-10-06 14:49:12.869185"], ["updated_at", "2016-10-06 14:49:12.869185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non sed est.\",\"text\":\"Use the online JBOD system, then you can generate the virtual panel!\"}"], ["created_at", "2016-10-06 14:49:12.870111"], ["updated_at", "2016-10-06 14:49:12.870111"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci repudiandae placeat ea sed quo hic a.\",\"text\":\"We need to copy the solid state THX sensor!\"}"], ["created_at", "2016-10-06 14:49:12.871057"], ["updated_at", "2016-10-06 14:49:12.871057"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum aut asperiores sint molestiae.\",\"text\":\"The USB firewall is down, transmit the open-source driver so we can generate the USB port!\"}"], ["created_at", "2016-10-06 14:49:12.872077"], ["updated_at", "2016-10-06 14:49:12.872077"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis omnis dignissimos.\",\"text\":\"If we back up the monitor, we can get to the JBOD bandwidth through the bluetooth USB feed!\"}"], ["created_at", "2016-10-06 14:49:12.872991"], ["updated_at", "2016-10-06 14:49:12.872991"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit eum non tempora.\",\"text\":\"Parsing the bus won't do anything, we need to bypass the open-source com hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.873918"], ["updated_at", "2016-10-06 14:49:12.873918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi aut dolore hic neque.\",\"text\":\"If we copy the protocol, we can get to the SDD system through the bluetooth JBOD microchip!\"}"], ["created_at", "2016-10-06 14:49:12.874846"], ["updated_at", "2016-10-06 14:49:12.874846"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum hic excepturi vero distinctio voluptatem quis aut.\",\"text\":\"We need to calculate the bluetooth HTTP bus!\"}"], ["created_at", "2016-10-06 14:49:12.875831"], ["updated_at", "2016-10-06 14:49:12.875831"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In velit qui repellendus beatae natus voluptatem.\",\"text\":\"I'll back up the digital AI port, that should driver the AI transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.876755"], ["updated_at", "2016-10-06 14:49:12.876755"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut est nihil rem ea consequatur.\",\"text\":\"I'll synthesize the redundant GB port, that should program the AGP program!\"}"], ["created_at", "2016-10-06 14:49:12.877699"], ["updated_at", "2016-10-06 14:49:12.877699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum incidunt omnis ab.\",\"text\":\"I'll generate the online SQL transmitter, that should sensor the EXE pixel!\"}"], ["created_at", "2016-10-06 14:49:12.878665"], ["updated_at", "2016-10-06 14:49:12.878665"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo ea aperiam maxime qui.\",\"text\":\"You can't navigate the panel without compressing the neural AI card!\"}"], ["created_at", "2016-10-06 14:49:12.879631"], ["updated_at", "2016-10-06 14:49:12.879631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit ut corporis reprehenderit facere.\",\"text\":\"We need to compress the virtual ADP firewall!\"}"], ["created_at", "2016-10-06 14:49:12.880535"], ["updated_at", "2016-10-06 14:49:12.880535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sit cumque qui voluptas vel velit perferendis.\",\"text\":\"Use the solid state CSS program, then you can navigate the wireless protocol!\"}"], ["created_at", "2016-10-06 14:49:12.881432"], ["updated_at", "2016-10-06 14:49:12.881432"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam ullam magni nam omnis consequatur sunt perspiciatis.\",\"text\":\"Use the multi-byte AGP transmitter, then you can bypass the bluetooth port!\"}"], ["created_at", "2016-10-06 14:49:12.882368"], ["updated_at", "2016-10-06 14:49:12.882368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore aut fugit exercitationem qui non.\",\"text\":\"Use the mobile SDD matrix, then you can navigate the open-source circuit!\"}"], ["created_at", "2016-10-06 14:49:12.883269"], ["updated_at", "2016-10-06 14:49:12.883269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum explicabo itaque possimus officia qui quidem.\",\"text\":\"The HDD card is down, program the 1080p bus so we can index the USB program!\"}"], ["created_at", "2016-10-06 14:49:12.884197"], ["updated_at", "2016-10-06 14:49:12.884197"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id voluptatem reprehenderit.\",\"text\":\"Try to navigate the THX hard drive, maybe it will input the optical hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.885131"], ["updated_at", "2016-10-06 14:49:12.885131"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi eaque ut voluptatem rerum facere.\",\"text\":\"Try to hack the ADP matrix, maybe it will calculate the mobile system!\"}"], ["created_at", "2016-10-06 14:49:12.886100"], ["updated_at", "2016-10-06 14:49:12.886100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro unde ut harum neque.\",\"text\":\"Try to bypass the AI port, maybe it will calculate the auxiliary card!\"}"], ["created_at", "2016-10-06 14:49:12.887017"], ["updated_at", "2016-10-06 14:49:12.887017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam sit omnis velit totam voluptate cumque sequi.\",\"text\":\"Try to reboot the EXE sensor, maybe it will input the bluetooth pixel!\"}"], ["created_at", "2016-10-06 14:49:12.887899"], ["updated_at", "2016-10-06 14:49:12.887899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut fugit fuga quibusdam vero doloribus sint.\",\"text\":\"We need to connect the redundant SDD array!\"}"], ["created_at", "2016-10-06 14:49:12.888830"], ["updated_at", "2016-10-06 14:49:12.888830"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis quaerat quia in.\",\"text\":\"The IB panel is down, compress the cross-platform transmitter so we can connect the XSS firewall!\"}"], ["created_at", "2016-10-06 14:49:12.889692"], ["updated_at", "2016-10-06 14:49:12.889692"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus occaecati vel et dolor eos rem.\",\"text\":\"If we synthesize the circuit, we can get to the XML program through the virtual COM pixel!\"}"], ["created_at", "2016-10-06 14:49:12.890633"], ["updated_at", "2016-10-06 14:49:12.890633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et doloribus odit.\",\"text\":\"Use the cross-platform JSON card, then you can calculate the 1080p panel!\"}"], ["created_at", "2016-10-06 14:49:12.891554"], ["updated_at", "2016-10-06 14:49:12.891554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae corporis eum ut est dolor nesciunt.\",\"text\":\"You can't calculate the application without generating the neural SMS firewall!\"}"], ["created_at", "2016-10-06 14:49:12.892438"], ["updated_at", "2016-10-06 14:49:12.892438"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente provident accusantium modi nihil et.\",\"text\":\"The SMS interface is down, copy the bluetooth pixel so we can calculate the SMTP application!\"}"], ["created_at", "2016-10-06 14:49:12.893329"], ["updated_at", "2016-10-06 14:49:12.893329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex enim sint dolorem praesentium eaque reiciendis officiis.\",\"text\":\"Try to connect the JSON protocol, maybe it will generate the online capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.894365"], ["updated_at", "2016-10-06 14:49:12.894365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam quia eaque impedit aut sit.\",\"text\":\"If we compress the feed, we can get to the SCSI system through the redundant SSL interface!\"}"], ["created_at", "2016-10-06 14:49:12.895251"], ["updated_at", "2016-10-06 14:49:12.895251"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed fugit porro autem sequi est.\",\"text\":\"You can't index the application without backing up the online JSON interface!\"}"], ["created_at", "2016-10-06 14:49:12.896153"], ["updated_at", "2016-10-06 14:49:12.896153"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est recusandae fuga debitis voluptatem.\",\"text\":\"You can't generate the system without navigating the optical AGP alarm!\"}"], ["created_at", "2016-10-06 14:49:12.897212"], ["updated_at", "2016-10-06 14:49:12.897212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero sapiente esse incidunt et dolores explicabo.\",\"text\":\"The ADP capacitor is down, override the bluetooth pixel so we can program the HTTP circuit!\"}"], ["created_at", "2016-10-06 14:49:12.898275"], ["updated_at", "2016-10-06 14:49:12.898275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat et quo esse.\",\"text\":\"You can't input the bandwidth without copying the digital ADP hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.899294"], ["updated_at", "2016-10-06 14:49:12.899294"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum adipisci praesentium similique voluptatem omnis sequi perferendis.\",\"text\":\"Try to connect the RSS bus, maybe it will bypass the neural bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.900306"], ["updated_at", "2016-10-06 14:49:12.900306"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque ex natus ipsum quia veritatis non.\",\"text\":\"We need to quantify the virtual EXE port!\"}"], ["created_at", "2016-10-06 14:49:12.901342"], ["updated_at", "2016-10-06 14:49:12.901342"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero voluptatem nisi aut voluptates aperiam.\",\"text\":\"Try to copy the ADP hard drive, maybe it will navigate the neural port!\"}"], ["created_at", "2016-10-06 14:49:12.902448"], ["updated_at", "2016-10-06 14:49:12.902448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error ea totam cum quo et reprehenderit.\",\"text\":\"Use the optical HDD bandwidth, then you can hack the virtual port!\"}"], ["created_at", "2016-10-06 14:49:12.903530"], ["updated_at", "2016-10-06 14:49:12.903530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat numquam enim consectetur soluta et.\",\"text\":\"We need to compress the auxiliary EXE panel!\"}"], ["created_at", "2016-10-06 14:49:12.904591"], ["updated_at", "2016-10-06 14:49:12.904591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est consequuntur sit eius enim voluptate quibusdam.\",\"text\":\"The PCI sensor is down, parse the bluetooth array so we can hack the COM driver!\"}"], ["created_at", "2016-10-06 14:49:12.905579"], ["updated_at", "2016-10-06 14:49:12.905579"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis tenetur quam quod aut ratione.\",\"text\":\"You can't connect the microchip without parsing the cross-platform THX circuit!\"}"], ["created_at", "2016-10-06 14:49:12.906567"], ["updated_at", "2016-10-06 14:49:12.906567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui magnam sunt non asperiores repudiandae veniam id.\",\"text\":\"Synthesizing the firewall won't do anything, we need to synthesize the primary json feed!\"}"], ["created_at", "2016-10-06 14:49:12.907599"], ["updated_at", "2016-10-06 14:49:12.907599"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa ratione voluptate.\",\"text\":\"Try to connect the JBOD program, maybe it will index the open-source interface!\"}"], ["created_at", "2016-10-06 14:49:12.908625"], ["updated_at", "2016-10-06 14:49:12.908625"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis qui doloremque molestias cumque magnam consequuntur.\",\"text\":\"Use the multi-byte GB port, then you can hack the haptic system!\"}"], ["created_at", "2016-10-06 14:49:12.909639"], ["updated_at", "2016-10-06 14:49:12.909639"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolores quia aut deleniti et saepe.\",\"text\":\"Use the auxiliary RAM firewall, then you can bypass the optical card!\"}"], ["created_at", "2016-10-06 14:49:12.910703"], ["updated_at", "2016-10-06 14:49:12.910703"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat molestias voluptate culpa corrupti eaque sit voluptatibus.\",\"text\":\"I'll quantify the neural SQL program, that should interface the THX alarm!\"}"], ["created_at", "2016-10-06 14:49:12.911728"], ["updated_at", "2016-10-06 14:49:12.911728"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus sed fugit minima exercitationem aut.\",\"text\":\"The ADP protocol is down, bypass the optical circuit so we can compress the RAM driver!\"}"], ["created_at", "2016-10-06 14:49:12.912772"], ["updated_at", "2016-10-06 14:49:12.912772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptatem quod distinctio cupiditate ea placeat vero.\",\"text\":\"Use the redundant SCSI panel, then you can navigate the virtual capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.913769"], ["updated_at", "2016-10-06 14:49:12.913769"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vel temporibus qui adipisci atque magni.\",\"text\":\"If we calculate the protocol, we can get to the SDD monitor through the optical THX program!\"}"], ["created_at", "2016-10-06 14:49:12.914767"], ["updated_at", "2016-10-06 14:49:12.914767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aspernatur qui officiis sapiente veritatis a minima.\",\"text\":\"Try to back up the SMS alarm, maybe it will index the 1080p firewall!\"}"], ["created_at", "2016-10-06 14:49:12.915800"], ["updated_at", "2016-10-06 14:49:12.915800"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam vero doloribus ducimus modi.\",\"text\":\"Try to reboot the FTP protocol, maybe it will back up the mobile alarm!\"}"], ["created_at", "2016-10-06 14:49:12.916831"], ["updated_at", "2016-10-06 14:49:12.916831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut est autem illum.\",\"text\":\"Use the wireless SQL matrix, then you can bypass the online port!\"}"], ["created_at", "2016-10-06 14:49:12.917845"], ["updated_at", "2016-10-06 14:49:12.917845"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore sint facilis repudiandae nulla.\",\"text\":\"Use the cross-platform GB interface, then you can back up the haptic card!\"}"], ["created_at", "2016-10-06 14:49:12.918876"], ["updated_at", "2016-10-06 14:49:12.918876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore voluptatibus velit.\",\"text\":\"Try to index the SCSI feed, maybe it will index the wireless card!\"}"], ["created_at", "2016-10-06 14:49:12.919923"], ["updated_at", "2016-10-06 14:49:12.919923"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis atque repudiandae.\",\"text\":\"Try to transmit the TCP program, maybe it will override the haptic microchip!\"}"], ["created_at", "2016-10-06 14:49:12.920961"], ["updated_at", "2016-10-06 14:49:12.920961"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque excepturi eos quidem.\",\"text\":\"The HTTP port is down, synthesize the back-end alarm so we can reboot the HDD driver!\"}"], ["created_at", "2016-10-06 14:49:12.921960"], ["updated_at", "2016-10-06 14:49:12.921960"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero libero laboriosam et.\",\"text\":\"You can't quantify the port without overriding the haptic AGP monitor!\"}"], ["created_at", "2016-10-06 14:49:12.922982"], ["updated_at", "2016-10-06 14:49:12.922982"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In iure sit.\",\"text\":\"We need to index the 1080p FTP firewall!\"}"], ["created_at", "2016-10-06 14:49:12.924025"], ["updated_at", "2016-10-06 14:49:12.924025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas consequatur autem perferendis quis quia quod.\",\"text\":\"I'll back up the open-source RSS firewall, that should alarm the PCI card!\"}"], ["created_at", "2016-10-06 14:49:12.925038"], ["updated_at", "2016-10-06 14:49:12.925038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A et et ipsa.\",\"text\":\"Use the redundant SMS application, then you can connect the 1080p bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.926030"], ["updated_at", "2016-10-06 14:49:12.926030"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi tenetur voluptatem.\",\"text\":\"You can't synthesize the sensor without calculating the neural FTP system!\"}"], ["created_at", "2016-10-06 14:49:12.927037"], ["updated_at", "2016-10-06 14:49:12.927037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis eveniet et harum totam.\",\"text\":\"You can't transmit the panel without compressing the digital CSS circuit!\"}"], ["created_at", "2016-10-06 14:49:12.928042"], ["updated_at", "2016-10-06 14:49:12.928042"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut omnis sint quasi.\",\"text\":\"Transmitting the firewall won't do anything, we need to back up the redundant sdd bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.929028"], ["updated_at", "2016-10-06 14:49:12.929028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non eos architecto qui.\",\"text\":\"The SSL transmitter is down, transmit the mobile system so we can connect the USB application!\"}"], ["created_at", "2016-10-06 14:49:12.930033"], ["updated_at", "2016-10-06 14:49:12.930033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae consequuntur quod eius.\",\"text\":\"I'll program the digital XSS system, that should bandwidth the SDD interface!\"}"], ["created_at", "2016-10-06 14:49:12.931031"], ["updated_at", "2016-10-06 14:49:12.931031"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo debitis adipisci ea et.\",\"text\":\"Synthesizing the pixel won't do anything, we need to synthesize the virtual pci firewall!\"}"], ["created_at", "2016-10-06 14:49:12.932095"], ["updated_at", "2016-10-06 14:49:12.932095"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto esse alias mollitia molestias dolorum ipsa.\",\"text\":\"Try to synthesize the SQL system, maybe it will generate the auxiliary port!\"}"], ["created_at", "2016-10-06 14:49:12.933142"], ["updated_at", "2016-10-06 14:49:12.933142"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo occaecati at nesciunt qui.\",\"text\":\"If we index the hard drive, we can get to the AGP bandwidth through the multi-byte CSS array!\"}"], ["created_at", "2016-10-06 14:49:12.934151"], ["updated_at", "2016-10-06 14:49:12.934151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias quia culpa sunt.\",\"text\":\"Navigating the protocol won't do anything, we need to copy the cross-platform rss capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.935132"], ["updated_at", "2016-10-06 14:49:12.935132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque repudiandae ex architecto.\",\"text\":\"I'll reboot the digital IB feed, that should capacitor the SMS transmitter!\"}"], ["created_at", "2016-10-06 14:49:12.936163"], ["updated_at", "2016-10-06 14:49:12.936163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis et similique hic.\",\"text\":\"We need to compress the neural GB capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.937188"], ["updated_at", "2016-10-06 14:49:12.937188"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quos sunt nulla repellat ex qui.\",\"text\":\"Try to transmit the USB bus, maybe it will compress the mobile array!\"}"], ["created_at", "2016-10-06 14:49:12.938223"], ["updated_at", "2016-10-06 14:49:12.938223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam laudantium ut at.\",\"text\":\"If we navigate the system, we can get to the XML microchip through the multi-byte USB alarm!\"}"], ["created_at", "2016-10-06 14:49:12.939240"], ["updated_at", "2016-10-06 14:49:12.939240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem accusantium inventore sint expedita consequatur.\",\"text\":\"We need to hack the virtual PNG port!\"}"], ["created_at", "2016-10-06 14:49:12.940251"], ["updated_at", "2016-10-06 14:49:12.940251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum soluta est consequatur officia illo repudiandae est.\",\"text\":\"If we connect the microchip, we can get to the RAM port through the auxiliary CSS pixel!\"}"], ["created_at", "2016-10-06 14:49:12.941210"], ["updated_at", "2016-10-06 14:49:12.941210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis molestiae laborum omnis animi dolor ratione eaque.\",\"text\":\"You can't quantify the card without hacking the virtual USB system!\"}"], ["created_at", "2016-10-06 14:49:12.942132"], ["updated_at", "2016-10-06 14:49:12.942132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis accusamus corrupti perspiciatis voluptatem.\",\"text\":\"Use the cross-platform PNG interface, then you can synthesize the back-end firewall!\"}"], ["created_at", "2016-10-06 14:49:12.943022"], ["updated_at", "2016-10-06 14:49:12.943022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum quisquam ut rerum.\",\"text\":\"We need to generate the mobile SAS monitor!\"}"], ["created_at", "2016-10-06 14:49:12.943923"], ["updated_at", "2016-10-06 14:49:12.943923"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit illo vero enim facilis quam repudiandae.\",\"text\":\"The GB alarm is down, compress the primary firewall so we can synthesize the SDD card!\"}"], ["created_at", "2016-10-06 14:49:12.944823"], ["updated_at", "2016-10-06 14:49:12.944823"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta commodi possimus deleniti aut excepturi minus deserunt.\",\"text\":\"If we quantify the driver, we can get to the SCSI system through the 1080p SCSI sensor!\"}"], ["created_at", "2016-10-06 14:49:12.945720"], ["updated_at", "2016-10-06 14:49:12.945720"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore omnis qui et illum est a et.\",\"text\":\"Use the neural HDD port, then you can transmit the back-end hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.946662"], ["updated_at", "2016-10-06 14:49:12.946662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi sunt quaerat sit illo aperiam dolorum nemo.\",\"text\":\"If we input the alarm, we can get to the USB hard drive through the online HTTP firewall!\"}"], ["created_at", "2016-10-06 14:49:12.947601"], ["updated_at", "2016-10-06 14:49:12.947601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis rem non ut porro eligendi est.\",\"text\":\"Use the neural SMS transmitter, then you can hack the cross-platform pixel!\"}"], ["created_at", "2016-10-06 14:49:12.948489"], ["updated_at", "2016-10-06 14:49:12.948489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores vero animi cum et.\",\"text\":\"Use the bluetooth AGP pixel, then you can transmit the solid state system!\"}"], ["created_at", "2016-10-06 14:49:12.949367"], ["updated_at", "2016-10-06 14:49:12.949367"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et rerum odio.\",\"text\":\"I'll compress the redundant AI port, that should feed the SQL card!\"}"], ["created_at", "2016-10-06 14:49:12.950283"], ["updated_at", "2016-10-06 14:49:12.950283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dolorem distinctio aut qui nostrum et.\",\"text\":\"Use the redundant SMS driver, then you can copy the mobile card!\"}"], ["created_at", "2016-10-06 14:49:12.951170"], ["updated_at", "2016-10-06 14:49:12.951170"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente nulla sed rem.\",\"text\":\"The EXE firewall is down, quantify the mobile alarm so we can parse the GB feed!\"}"], ["created_at", "2016-10-06 14:49:12.952051"], ["updated_at", "2016-10-06 14:49:12.952051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit ut error.\",\"text\":\"Try to quantify the FTP feed, maybe it will connect the multi-byte application!\"}"], ["created_at", "2016-10-06 14:49:12.952936"], ["updated_at", "2016-10-06 14:49:12.952936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum consequuntur eveniet placeat.\",\"text\":\"I'll hack the back-end SAS program, that should driver the ADP program!\"}"], ["created_at", "2016-10-06 14:49:12.953833"], ["updated_at", "2016-10-06 14:49:12.953833"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut distinctio sapiente quo eum explicabo tempore et.\",\"text\":\"Try to parse the CSS array, maybe it will connect the wireless program!\"}"], ["created_at", "2016-10-06 14:49:12.954746"], ["updated_at", "2016-10-06 14:49:12.954746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt harum quasi.\",\"text\":\"You can't navigate the interface without copying the optical RSS application!\"}"], ["created_at", "2016-10-06 14:49:12.955637"], ["updated_at", "2016-10-06 14:49:12.955637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio totam recusandae est facere.\",\"text\":\"Navigating the transmitter won't do anything, we need to copy the solid state xml feed!\"}"], ["created_at", "2016-10-06 14:49:12.956560"], ["updated_at", "2016-10-06 14:49:12.956560"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo est nostrum rerum doloremque laborum dignissimos beatae.\",\"text\":\"Use the auxiliary CSS feed, then you can program the open-source alarm!\"}"], ["created_at", "2016-10-06 14:49:12.957545"], ["updated_at", "2016-10-06 14:49:12.957545"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui enim eum ut eveniet quo non non.\",\"text\":\"Overriding the hard drive won't do anything, we need to copy the multi-byte smtp application!\"}"], ["created_at", "2016-10-06 14:49:12.958746"], ["updated_at", "2016-10-06 14:49:12.958746"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem temporibus natus.\",\"text\":\"The COM microchip is down, index the wireless card so we can override the HDD circuit!\"}"], ["created_at", "2016-10-06 14:49:12.959934"], ["updated_at", "2016-10-06 14:49:12.959934"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore omnis enim.\",\"text\":\"Try to back up the IB protocol, maybe it will override the cross-platform bus!\"}"], ["created_at", "2016-10-06 14:49:12.961428"], ["updated_at", "2016-10-06 14:49:12.961428"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus ducimus non consequatur deleniti.\",\"text\":\"I'll copy the primary FTP monitor, that should microchip the JSON system!\"}"], ["created_at", "2016-10-06 14:49:12.963986"], ["updated_at", "2016-10-06 14:49:12.963986"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum rem error ab provident.\",\"text\":\"Use the haptic IB feed, then you can back up the 1080p protocol!\"}"], ["created_at", "2016-10-06 14:49:12.965706"], ["updated_at", "2016-10-06 14:49:12.965706"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit veritatis quod.\",\"text\":\"Try to calculate the RSS feed, maybe it will back up the open-source firewall!\"}"], ["created_at", "2016-10-06 14:49:12.969273"], ["updated_at", "2016-10-06 14:49:12.969273"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa doloremque sint et.\",\"text\":\"Copying the array won't do anything, we need to program the redundant hdd sensor!\"}"], ["created_at", "2016-10-06 14:49:12.970637"], ["updated_at", "2016-10-06 14:49:12.970637"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi dolor sit accusantium amet.\",\"text\":\"Try to back up the GB hard drive, maybe it will connect the virtual monitor!\"}"], ["created_at", "2016-10-06 14:49:12.971766"], ["updated_at", "2016-10-06 14:49:12.971766"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum dolores id recusandae.\",\"text\":\"I'll generate the solid state FTP panel, that should array the XML interface!\"}"], ["created_at", "2016-10-06 14:49:12.972806"], ["updated_at", "2016-10-06 14:49:12.972806"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim eaque ut et impedit aliquam repudiandae totam.\",\"text\":\"If we synthesize the firewall, we can get to the RSS bandwidth through the auxiliary FTP alarm!\"}"], ["created_at", "2016-10-06 14:49:12.973850"], ["updated_at", "2016-10-06 14:49:12.973850"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde eaque sed fuga laudantium commodi animi et.\",\"text\":\"If we index the monitor, we can get to the HTTP card through the neural AI array!\"}"], ["created_at", "2016-10-06 14:49:12.974917"], ["updated_at", "2016-10-06 14:49:12.974917"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur delectus est quo.\",\"text\":\"You can't back up the protocol without synthesizing the solid state XML application!\"}"], ["created_at", "2016-10-06 14:49:12.975943"], ["updated_at", "2016-10-06 14:49:12.975943"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid fugiat deserunt praesentium et rem ea.\",\"text\":\"Use the online HDD driver, then you can connect the 1080p firewall!\"}"], ["created_at", "2016-10-06 14:49:12.977124"], ["updated_at", "2016-10-06 14:49:12.977124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis facere et ipsam.\",\"text\":\"I'll generate the back-end SSL transmitter, that should transmitter the SSL sensor!\"}"], ["created_at", "2016-10-06 14:49:12.978209"], ["updated_at", "2016-10-06 14:49:12.978209"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad modi aut eum.\",\"text\":\"Use the redundant JBOD card, then you can compress the wireless array!\"}"], ["created_at", "2016-10-06 14:49:12.979197"], ["updated_at", "2016-10-06 14:49:12.979197"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus atque excepturi iusto.\",\"text\":\"You can't compress the port without overriding the primary XML pixel!\"}"], ["created_at", "2016-10-06 14:49:12.980188"], ["updated_at", "2016-10-06 14:49:12.980188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eius consequuntur natus consectetur et minima earum.\",\"text\":\"The RAM bandwidth is down, hack the haptic bandwidth so we can hack the SSL system!\"}"], ["created_at", "2016-10-06 14:49:12.981142"], ["updated_at", "2016-10-06 14:49:12.981142"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident ipsum cupiditate sequi quas.\",\"text\":\"Compressing the monitor won't do anything, we need to parse the haptic com protocol!\"}"], ["created_at", "2016-10-06 14:49:12.982054"], ["updated_at", "2016-10-06 14:49:12.982054"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi magnam neque asperiores.\",\"text\":\"Try to compress the PNG application, maybe it will copy the wireless capacitor!\"}"], ["created_at", "2016-10-06 14:49:12.983010"], ["updated_at", "2016-10-06 14:49:12.983010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem sed enim cumque inventore quae soluta.\",\"text\":\"The USB microchip is down, reboot the redundant capacitor so we can index the HTTP pixel!\"}"], ["created_at", "2016-10-06 14:49:12.983927"], ["updated_at", "2016-10-06 14:49:12.983927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero dolorum quia molestias et cupiditate sequi.\",\"text\":\"You can't reboot the feed without programming the online SSL bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.984836"], ["updated_at", "2016-10-06 14:49:12.984836"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi nisi esse.\",\"text\":\"Try to quantify the USB pixel, maybe it will navigate the online feed!\"}"], ["created_at", "2016-10-06 14:49:12.985878"], ["updated_at", "2016-10-06 14:49:12.985878"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores ea non quis animi odio numquam debitis.\",\"text\":\"You can't bypass the card without synthesizing the optical SMTP interface!\"}"], ["created_at", "2016-10-06 14:49:12.986906"], ["updated_at", "2016-10-06 14:49:12.986906"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae consequatur ut iusto rem.\",\"text\":\"Use the virtual SSL transmitter, then you can parse the neural bus!\"}"], ["created_at", "2016-10-06 14:49:12.987863"], ["updated_at", "2016-10-06 14:49:12.987863"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus enim explicabo in nihil velit.\",\"text\":\"The USB array is down, bypass the neural monitor so we can back up the THX driver!\"}"], ["created_at", "2016-10-06 14:49:12.988784"], ["updated_at", "2016-10-06 14:49:12.988784"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aliquam ullam repudiandae odio placeat non.\",\"text\":\"We need to transmit the optical XSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:12.989722"], ["updated_at", "2016-10-06 14:49:12.989722"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis architecto autem.\",\"text\":\"If we back up the card, we can get to the USB monitor through the back-end SSL hard drive!\"}"], ["created_at", "2016-10-06 14:49:12.990705"], ["updated_at", "2016-10-06 14:49:12.990705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut neque ipsum asperiores id.\",\"text\":\"Try to quantify the HDD application, maybe it will parse the haptic microchip!\"}"], ["created_at", "2016-10-06 14:49:12.991613"], ["updated_at", "2016-10-06 14:49:12.991613"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam architecto quia esse.\",\"text\":\"We need to synthesize the multi-byte USB sensor!\"}"], ["created_at", "2016-10-06 14:49:13.000878"], ["updated_at", "2016-10-06 14:49:13.000878"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem vero est.\",\"text\":\"We need to copy the neural EXE pixel!\"}"], ["created_at", "2016-10-06 14:49:13.002374"], ["updated_at", "2016-10-06 14:49:13.002374"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab omnis ea.\",\"text\":\"Try to back up the IB pixel, maybe it will calculate the redundant feed!\"}"], ["created_at", "2016-10-06 14:49:13.003553"], ["updated_at", "2016-10-06 14:49:13.003553"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut autem maiores.\",\"text\":\"The IB feed is down, generate the primary protocol so we can bypass the EXE hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.004548"], ["updated_at", "2016-10-06 14:49:13.004548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque ut illum non autem sed officia.\",\"text\":\"If we navigate the firewall, we can get to the SMS alarm through the solid state USB driver!\"}"], ["created_at", "2016-10-06 14:49:13.005548"], ["updated_at", "2016-10-06 14:49:13.005548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis sit vel recusandae.\",\"text\":\"Transmitting the alarm won't do anything, we need to program the cross-platform sms protocol!\"}"], ["created_at", "2016-10-06 14:49:13.006568"], ["updated_at", "2016-10-06 14:49:13.006568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque deserunt nemo eum.\",\"text\":\"I'll parse the neural SMS bus, that should bandwidth the EXE application!\"}"], ["created_at", "2016-10-06 14:49:13.007502"], ["updated_at", "2016-10-06 14:49:13.007502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quasi consequatur dolor dolore soluta distinctio.\",\"text\":\"We need to parse the solid state ADP transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.008423"], ["updated_at", "2016-10-06 14:49:13.008423"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur rerum omnis pariatur.\",\"text\":\"Calculating the hard drive won't do anything, we need to transmit the cross-platform sdd sensor!\"}"], ["created_at", "2016-10-06 14:49:13.009338"], ["updated_at", "2016-10-06 14:49:13.009338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam nesciunt suscipit rem aliquid quos qui.\",\"text\":\"Try to back up the EXE interface, maybe it will input the mobile driver!\"}"], ["created_at", "2016-10-06 14:49:13.010370"], ["updated_at", "2016-10-06 14:49:13.010370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat nostrum sit in.\",\"text\":\"Use the back-end FTP circuit, then you can parse the neural monitor!\"}"], ["created_at", "2016-10-06 14:49:13.011322"], ["updated_at", "2016-10-06 14:49:13.011322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis fugit illo qui quos.\",\"text\":\"You can't calculate the microchip without indexing the solid state PCI bus!\"}"], ["created_at", "2016-10-06 14:49:13.012231"], ["updated_at", "2016-10-06 14:49:13.012231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum doloremque voluptates ad tempore eum vero id.\",\"text\":\"We need to synthesize the multi-byte SMTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.013131"], ["updated_at", "2016-10-06 14:49:13.013131"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et blanditiis magni minima qui dolorem accusantium enim.\",\"text\":\"I'll copy the cross-platform PCI circuit, that should microchip the USB monitor!\"}"], ["created_at", "2016-10-06 14:49:13.014059"], ["updated_at", "2016-10-06 14:49:13.014059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum atque ut eos laborum itaque.\",\"text\":\"We need to compress the mobile SQL protocol!\"}"], ["created_at", "2016-10-06 14:49:13.014999"], ["updated_at", "2016-10-06 14:49:13.014999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci non occaecati aut quo aut est.\",\"text\":\"Use the back-end ADP microchip, then you can hack the multi-byte pixel!\"}"], ["created_at", "2016-10-06 14:49:13.015902"], ["updated_at", "2016-10-06 14:49:13.015902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium dolor ea ducimus est expedita nam.\",\"text\":\"Use the haptic SQL bandwidth, then you can hack the cross-platform feed!\"}"], ["created_at", "2016-10-06 14:49:13.016825"], ["updated_at", "2016-10-06 14:49:13.016825"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quasi natus ut est.\",\"text\":\"You can't input the capacitor without calculating the cross-platform AI sensor!\"}"], ["created_at", "2016-10-06 14:49:13.017711"], ["updated_at", "2016-10-06 14:49:13.017711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit nostrum dignissimos est omnis.\",\"text\":\"Try to bypass the FTP card, maybe it will quantify the digital application!\"}"], ["created_at", "2016-10-06 14:49:13.018649"], ["updated_at", "2016-10-06 14:49:13.018649"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium est aut.\",\"text\":\"Try to navigate the THX capacitor, maybe it will copy the neural alarm!\"}"], ["created_at", "2016-10-06 14:49:13.019554"], ["updated_at", "2016-10-06 14:49:13.019554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam exercitationem et molestiae.\",\"text\":\"You can't bypass the monitor without generating the open-source IB monitor!\"}"], ["created_at", "2016-10-06 14:49:13.020442"], ["updated_at", "2016-10-06 14:49:13.020442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex natus iure.\",\"text\":\"You can't copy the card without calculating the neural COM hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.021361"], ["updated_at", "2016-10-06 14:49:13.021361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui aut veritatis quia.\",\"text\":\"You can't navigate the microchip without overriding the optical AGP array!\"}"], ["created_at", "2016-10-06 14:49:13.022328"], ["updated_at", "2016-10-06 14:49:13.022328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis odio explicabo ad aut accusantium.\",\"text\":\"Try to program the XML array, maybe it will input the neural pixel!\"}"], ["created_at", "2016-10-06 14:49:13.023208"], ["updated_at", "2016-10-06 14:49:13.023208"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos autem doloremque asperiores sed assumenda eum.\",\"text\":\"Use the digital TCP matrix, then you can connect the back-end transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.024099"], ["updated_at", "2016-10-06 14:49:13.024099"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et repellat reprehenderit necessitatibus inventore minima aliquid voluptas.\",\"text\":\"You can't transmit the array without overriding the haptic SDD program!\"}"], ["created_at", "2016-10-06 14:49:13.025021"], ["updated_at", "2016-10-06 14:49:13.025021"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni aliquid sunt et et optio.\",\"text\":\"Generating the panel won't do anything, we need to generate the mobile scsi circuit!\"}"], ["created_at", "2016-10-06 14:49:13.025933"], ["updated_at", "2016-10-06 14:49:13.025933"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates temporibus ab.\",\"text\":\"Use the wireless JBOD program, then you can bypass the primary transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.026884"], ["updated_at", "2016-10-06 14:49:13.026884"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem omnis excepturi.\",\"text\":\"If we synthesize the alarm, we can get to the SQL bandwidth through the virtual SMS matrix!\"}"], ["created_at", "2016-10-06 14:49:13.027830"], ["updated_at", "2016-10-06 14:49:13.027830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure cupiditate voluptatum libero provident.\",\"text\":\"We need to navigate the haptic HDD matrix!\"}"], ["created_at", "2016-10-06 14:49:13.028697"], ["updated_at", "2016-10-06 14:49:13.028697"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus sed qui aut.\",\"text\":\"The JBOD system is down, transmit the multi-byte interface so we can compress the SQL hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.029590"], ["updated_at", "2016-10-06 14:49:13.029590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus dolorem aut nihil explicabo id aliquam.\",\"text\":\"I'll generate the mobile SQL firewall, that should system the PCI program!\"}"], ["created_at", "2016-10-06 14:49:13.030510"], ["updated_at", "2016-10-06 14:49:13.030510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit quasi eligendi animi ullam repellat atque nesciunt.\",\"text\":\"I'll input the optical AGP interface, that should protocol the ADP matrix!\"}"], ["created_at", "2016-10-06 14:49:13.031428"], ["updated_at", "2016-10-06 14:49:13.031428"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem optio ea iste commodi vero in.\",\"text\":\"The RAM bus is down, compress the 1080p port so we can input the SQL driver!\"}"], ["created_at", "2016-10-06 14:49:13.032358"], ["updated_at", "2016-10-06 14:49:13.032358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi molestiae ea doloremque neque.\",\"text\":\"Use the redundant CSS firewall, then you can transmit the 1080p pixel!\"}"], ["created_at", "2016-10-06 14:49:13.033287"], ["updated_at", "2016-10-06 14:49:13.033287"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eaque aut.\",\"text\":\"Try to quantify the XSS program, maybe it will transmit the virtual microchip!\"}"], ["created_at", "2016-10-06 14:49:13.034238"], ["updated_at", "2016-10-06 14:49:13.034238"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam sunt sit suscipit aut illum rerum.\",\"text\":\"We need to reboot the bluetooth SMTP feed!\"}"], ["created_at", "2016-10-06 14:49:13.035129"], ["updated_at", "2016-10-06 14:49:13.035129"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil non sint.\",\"text\":\"You can't program the circuit without indexing the primary AGP array!\"}"], ["created_at", "2016-10-06 14:49:13.036078"], ["updated_at", "2016-10-06 14:49:13.036078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim earum aliquid delectus.\",\"text\":\"We need to transmit the back-end AGP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.036987"], ["updated_at", "2016-10-06 14:49:13.036987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et minima voluptatem commodi molestiae magnam fugiat maxime.\",\"text\":\"We need to back up the auxiliary PNG hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.037856"], ["updated_at", "2016-10-06 14:49:13.037856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid amet molestiae quia porro aut temporibus fugiat.\",\"text\":\"If we reboot the bandwidth, we can get to the PNG port through the primary SAS system!\"}"], ["created_at", "2016-10-06 14:49:13.038745"], ["updated_at", "2016-10-06 14:49:13.038745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis modi error ipsam distinctio ex vitae.\",\"text\":\"Use the solid state GB transmitter, then you can hack the cross-platform application!\"}"], ["created_at", "2016-10-06 14:49:13.039680"], ["updated_at", "2016-10-06 14:49:13.039680"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia sit quia consequatur et optio.\",\"text\":\"Compressing the array won't do anything, we need to calculate the bluetooth adp feed!\"}"], ["created_at", "2016-10-06 14:49:13.040671"], ["updated_at", "2016-10-06 14:49:13.040671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque autem delectus doloremque voluptate.\",\"text\":\"Connecting the card won't do anything, we need to connect the cross-platform xss program!\"}"], ["created_at", "2016-10-06 14:49:13.041597"], ["updated_at", "2016-10-06 14:49:13.041597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est est omnis.\",\"text\":\"We need to index the cross-platform JBOD circuit!\"}"], ["created_at", "2016-10-06 14:49:13.042481"], ["updated_at", "2016-10-06 14:49:13.042481"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim nisi nostrum.\",\"text\":\"We need to back up the auxiliary RSS sensor!\"}"], ["created_at", "2016-10-06 14:49:13.043353"], ["updated_at", "2016-10-06 14:49:13.043353"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias mollitia ab.\",\"text\":\"You can't quantify the bandwidth without synthesizing the haptic THX transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.044255"], ["updated_at", "2016-10-06 14:49:13.044255"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ipsam laboriosam beatae et.\",\"text\":\"The CSS driver is down, compress the digital port so we can connect the SDD system!\"}"], ["created_at", "2016-10-06 14:49:13.045277"], ["updated_at", "2016-10-06 14:49:13.045277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus non sed veritatis qui ut.\",\"text\":\"Try to input the AGP pixel, maybe it will hack the online panel!\"}"], ["created_at", "2016-10-06 14:49:13.046396"], ["updated_at", "2016-10-06 14:49:13.046396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident et numquam itaque autem.\",\"text\":\"If we generate the sensor, we can get to the RSS protocol through the cross-platform FTP feed!\"}"], ["created_at", "2016-10-06 14:49:13.047343"], ["updated_at", "2016-10-06 14:49:13.047343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel alias unde est quia aut eligendi omnis.\",\"text\":\"I'll back up the solid state SDD feed, that should driver the USB protocol!\"}"], ["created_at", "2016-10-06 14:49:13.048260"], ["updated_at", "2016-10-06 14:49:13.048260"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dolores quos.\",\"text\":\"The JSON interface is down, override the digital firewall so we can navigate the RAM card!\"}"], ["created_at", "2016-10-06 14:49:13.049159"], ["updated_at", "2016-10-06 14:49:13.049159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat sapiente consequatur suscipit est corporis.\",\"text\":\"Hacking the capacitor won't do anything, we need to quantify the multi-byte sql program!\"}"], ["created_at", "2016-10-06 14:49:13.050077"], ["updated_at", "2016-10-06 14:49:13.050077"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed dolore eligendi.\",\"text\":\"If we calculate the sensor, we can get to the JSON transmitter through the virtual USB array!\"}"], ["created_at", "2016-10-06 14:49:13.051014"], ["updated_at", "2016-10-06 14:49:13.051014"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime debitis ex molestiae veritatis aut.\",\"text\":\"Hacking the port won't do anything, we need to navigate the virtual gb interface!\"}"], ["created_at", "2016-10-06 14:49:13.051936"], ["updated_at", "2016-10-06 14:49:13.051936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos voluptatem natus quas et vitae quod.\",\"text\":\"You can't navigate the capacitor without compressing the cross-platform SMTP driver!\"}"], ["created_at", "2016-10-06 14:49:13.052858"], ["updated_at", "2016-10-06 14:49:13.052858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque consequatur sint ullam ea velit eos.\",\"text\":\"The FTP matrix is down, connect the redundant system so we can quantify the SMS bus!\"}"], ["created_at", "2016-10-06 14:49:13.053730"], ["updated_at", "2016-10-06 14:49:13.053730"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat voluptatem error.\",\"text\":\"The RAM array is down, index the cross-platform program so we can override the PNG feed!\"}"], ["created_at", "2016-10-06 14:49:13.054626"], ["updated_at", "2016-10-06 14:49:13.054626"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur aut itaque.\",\"text\":\"You can't copy the transmitter without synthesizing the haptic JBOD pixel!\"}"], ["created_at", "2016-10-06 14:49:13.055505"], ["updated_at", "2016-10-06 14:49:13.055505"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui autem maiores et vel rerum minus qui.\",\"text\":\"We need to program the bluetooth HTTP sensor!\"}"], ["created_at", "2016-10-06 14:49:13.056370"], ["updated_at", "2016-10-06 14:49:13.056370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aut delectus aliquam natus.\",\"text\":\"We need to synthesize the bluetooth SQL matrix!\"}"], ["created_at", "2016-10-06 14:49:13.057251"], ["updated_at", "2016-10-06 14:49:13.057251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae est qui.\",\"text\":\"You can't copy the protocol without indexing the cross-platform CSS program!\"}"], ["created_at", "2016-10-06 14:49:13.058167"], ["updated_at", "2016-10-06 14:49:13.058167"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius hic libero aliquid mollitia.\",\"text\":\"Compressing the panel won't do anything, we need to synthesize the redundant ram sensor!\"}"], ["created_at", "2016-10-06 14:49:13.059045"], ["updated_at", "2016-10-06 14:49:13.059045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est consequatur dignissimos sed accusantium aperiam.\",\"text\":\"Indexing the circuit won't do anything, we need to input the bluetooth ssl alarm!\"}"], ["created_at", "2016-10-06 14:49:13.059923"], ["updated_at", "2016-10-06 14:49:13.059923"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam laboriosam illum.\",\"text\":\"I'll index the open-source HTTP port, that should bandwidth the RSS transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.060851"], ["updated_at", "2016-10-06 14:49:13.060851"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolore nulla ut sunt.\",\"text\":\"We need to parse the multi-byte SMTP interface!\"}"], ["created_at", "2016-10-06 14:49:13.061739"], ["updated_at", "2016-10-06 14:49:13.061739"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae est tempora neque non praesentium sunt delectus.\",\"text\":\"We need to override the auxiliary XML port!\"}"], ["created_at", "2016-10-06 14:49:13.062671"], ["updated_at", "2016-10-06 14:49:13.062671"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea quos suscipit repudiandae.\",\"text\":\"If we quantify the application, we can get to the XML driver through the back-end USB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.063639"], ["updated_at", "2016-10-06 14:49:13.063639"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur vero ut nemo illum.\",\"text\":\"The THX feed is down, connect the digital system so we can compress the PNG hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.064766"], ["updated_at", "2016-10-06 14:49:13.064766"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi enim quae beatae quam officiis deleniti laudantium.\",\"text\":\"Try to quantify the GB circuit, maybe it will calculate the redundant port!\"}"], ["created_at", "2016-10-06 14:49:13.065900"], ["updated_at", "2016-10-06 14:49:13.065900"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint debitis et in vel cum quia.\",\"text\":\"If we navigate the circuit, we can get to the PNG card through the haptic XML interface!\"}"], ["created_at", "2016-10-06 14:49:13.067310"], ["updated_at", "2016-10-06 14:49:13.067310"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut vel commodi beatae velit magnam incidunt dicta.\",\"text\":\"Try to override the SMS driver, maybe it will connect the neural capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.070010"], ["updated_at", "2016-10-06 14:49:13.070010"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis explicabo et incidunt qui modi.\",\"text\":\"Use the solid state AGP feed, then you can synthesize the bluetooth application!\"}"], ["created_at", "2016-10-06 14:49:13.071619"], ["updated_at", "2016-10-06 14:49:13.071619"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat accusamus id voluptates architecto.\",\"text\":\"Copying the microchip won't do anything, we need to quantify the open-source jbod bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.074729"], ["updated_at", "2016-10-06 14:49:13.074729"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui id et.\",\"text\":\"Try to quantify the SMS application, maybe it will compress the back-end capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.076587"], ["updated_at", "2016-10-06 14:49:13.076587"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex non perspiciatis cum tenetur inventore et.\",\"text\":\"You can't connect the hard drive without programming the solid state XSS system!\"}"], ["created_at", "2016-10-06 14:49:13.077954"], ["updated_at", "2016-10-06 14:49:13.077954"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam quae quia ipsum voluptatem.\",\"text\":\"The EXE sensor is down, navigate the 1080p microchip so we can calculate the PCI matrix!\"}"], ["created_at", "2016-10-06 14:49:13.079038"], ["updated_at", "2016-10-06 14:49:13.079038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et excepturi ut neque et.\",\"text\":\"Bypassing the pixel won't do anything, we need to override the back-end png alarm!\"}"], ["created_at", "2016-10-06 14:49:13.080022"], ["updated_at", "2016-10-06 14:49:13.080022"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea corporis dignissimos quo fuga facilis.\",\"text\":\"If we generate the panel, we can get to the COM interface through the cross-platform SDD interface!\"}"], ["created_at", "2016-10-06 14:49:13.081003"], ["updated_at", "2016-10-06 14:49:13.081003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla reiciendis et dolorem dolores dolore provident.\",\"text\":\"If we override the matrix, we can get to the ADP firewall through the auxiliary USB microchip!\"}"], ["created_at", "2016-10-06 14:49:13.081961"], ["updated_at", "2016-10-06 14:49:13.081961"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste aut autem minima et quod.\",\"text\":\"I'll reboot the open-source SQL array, that should protocol the PCI application!\"}"], ["created_at", "2016-10-06 14:49:13.082940"], ["updated_at", "2016-10-06 14:49:13.082940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam rerum iure dolorem aut ut nostrum eaque.\",\"text\":\"We need to calculate the auxiliary EXE system!\"}"], ["created_at", "2016-10-06 14:49:13.083882"], ["updated_at", "2016-10-06 14:49:13.083882"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis aut voluptatem voluptates.\",\"text\":\"Try to copy the SAS program, maybe it will index the wireless sensor!\"}"], ["created_at", "2016-10-06 14:49:13.084839"], ["updated_at", "2016-10-06 14:49:13.084839"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus quam nobis architecto natus sed.\",\"text\":\"We need to program the open-source CSS monitor!\"}"], ["created_at", "2016-10-06 14:49:13.085957"], ["updated_at", "2016-10-06 14:49:13.085957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quas similique quis repellendus sequi velit.\",\"text\":\"Use the bluetooth XSS array, then you can index the solid state circuit!\"}"], ["created_at", "2016-10-06 14:49:13.086932"], ["updated_at", "2016-10-06 14:49:13.086932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel debitis officia.\",\"text\":\"If we index the capacitor, we can get to the SMTP panel through the auxiliary TCP hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.087840"], ["updated_at", "2016-10-06 14:49:13.087840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde est blanditiis ut mollitia.\",\"text\":\"If we input the application, we can get to the SAS interface through the online JSON bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.088768"], ["updated_at", "2016-10-06 14:49:13.088768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident voluptatem nam alias sed perferendis quae.\",\"text\":\"You can't navigate the alarm without transmitting the wireless TCP transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.089671"], ["updated_at", "2016-10-06 14:49:13.089671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius fuga vel excepturi temporibus quasi.\",\"text\":\"The PCI matrix is down, index the redundant microchip so we can index the JSON protocol!\"}"], ["created_at", "2016-10-06 14:49:13.090615"], ["updated_at", "2016-10-06 14:49:13.090615"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet recusandae molestiae id est voluptatibus.\",\"text\":\"I'll quantify the open-source USB port, that should program the SAS hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.091543"], ["updated_at", "2016-10-06 14:49:13.091543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora ipsum sed eius.\",\"text\":\"Transmitting the panel won't do anything, we need to hack the virtual usb feed!\"}"], ["created_at", "2016-10-06 14:49:13.092451"], ["updated_at", "2016-10-06 14:49:13.092451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit amet dolores.\",\"text\":\"The GB monitor is down, parse the digital microchip so we can input the IB system!\"}"], ["created_at", "2016-10-06 14:49:13.093355"], ["updated_at", "2016-10-06 14:49:13.093355"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt iste earum.\",\"text\":\"We need to reboot the neural RAM capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.094369"], ["updated_at", "2016-10-06 14:49:13.094369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit et nihil atque maxime blanditiis facere est.\",\"text\":\"If we back up the pixel, we can get to the PNG system through the 1080p FTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.095252"], ["updated_at", "2016-10-06 14:49:13.095252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores similique ullam assumenda.\",\"text\":\"We need to transmit the online SMTP circuit!\"}"], ["created_at", "2016-10-06 14:49:13.096145"], ["updated_at", "2016-10-06 14:49:13.096145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores est repudiandae.\",\"text\":\"Use the open-source SDD matrix, then you can navigate the neural bus!\"}"], ["created_at", "2016-10-06 14:49:13.097021"], ["updated_at", "2016-10-06 14:49:13.097021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis adipisci eligendi dignissimos.\",\"text\":\"We need to override the back-end PNG system!\"}"], ["created_at", "2016-10-06 14:49:13.097887"], ["updated_at", "2016-10-06 14:49:13.097887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque quis rerum.\",\"text\":\"We need to parse the redundant GB panel!\"}"], ["created_at", "2016-10-06 14:49:13.098765"], ["updated_at", "2016-10-06 14:49:13.098765"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit eius maiores enim omnis.\",\"text\":\"We need to calculate the optical SMS array!\"}"], ["created_at", "2016-10-06 14:49:13.099630"], ["updated_at", "2016-10-06 14:49:13.099630"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia autem rem et est magni autem at.\",\"text\":\"Use the bluetooth SMTP matrix, then you can synthesize the online program!\"}"], ["created_at", "2016-10-06 14:49:13.100538"], ["updated_at", "2016-10-06 14:49:13.100538"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima repellendus quos est qui sit minus atque.\",\"text\":\"We need to compress the haptic SMTP interface!\"}"], ["created_at", "2016-10-06 14:49:13.101440"], ["updated_at", "2016-10-06 14:49:13.101440"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus occaecati dolor explicabo labore culpa nihil qui.\",\"text\":\"Use the multi-byte SDD transmitter, then you can hack the virtual matrix!\"}"], ["created_at", "2016-10-06 14:49:13.102336"], ["updated_at", "2016-10-06 14:49:13.102336"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique consequatur sed possimus quas aliquid.\",\"text\":\"Try to index the JBOD program, maybe it will connect the auxiliary matrix!\"}"], ["created_at", "2016-10-06 14:49:13.103360"], ["updated_at", "2016-10-06 14:49:13.103360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate ratione est qui.\",\"text\":\"I'll parse the neural THX card, that should program the AI hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.104400"], ["updated_at", "2016-10-06 14:49:13.104400"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure laborum laboriosam eius itaque sunt id unde.\",\"text\":\"If we back up the firewall, we can get to the THX array through the haptic USB application!\"}"], ["created_at", "2016-10-06 14:49:13.105414"], ["updated_at", "2016-10-06 14:49:13.105414"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem provident sit sed voluptatem similique deleniti.\",\"text\":\"The THX bandwidth is down, input the back-end array so we can back up the SAS port!\"}"], ["created_at", "2016-10-06 14:49:13.106460"], ["updated_at", "2016-10-06 14:49:13.106460"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem molestiae architecto.\",\"text\":\"I'll parse the digital USB pixel, that should application the HDD driver!\"}"], ["created_at", "2016-10-06 14:49:13.107474"], ["updated_at", "2016-10-06 14:49:13.107474"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora voluptatem accusantium aut et neque deleniti.\",\"text\":\"You can't hack the array without hacking the wireless SAS pixel!\"}"], ["created_at", "2016-10-06 14:49:13.108532"], ["updated_at", "2016-10-06 14:49:13.108532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit eum molestiae nostrum blanditiis minima.\",\"text\":\"You can't input the capacitor without parsing the wireless PCI microchip!\"}"], ["created_at", "2016-10-06 14:49:13.109522"], ["updated_at", "2016-10-06 14:49:13.109522"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta et est sapiente.\",\"text\":\"You can't hack the hard drive without programming the virtual IB feed!\"}"], ["created_at", "2016-10-06 14:49:13.110530"], ["updated_at", "2016-10-06 14:49:13.110530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur repellat et nemo dolor voluptatem.\",\"text\":\"If we override the bandwidth, we can get to the COM bandwidth through the haptic FTP system!\"}"], ["created_at", "2016-10-06 14:49:13.111556"], ["updated_at", "2016-10-06 14:49:13.111556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio sapiente saepe similique aperiam.\",\"text\":\"I'll input the bluetooth XML driver, that should interface the RSS panel!\"}"], ["created_at", "2016-10-06 14:49:13.112606"], ["updated_at", "2016-10-06 14:49:13.112606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum asperiores molestias et sed.\",\"text\":\"The PNG port is down, index the auxiliary system so we can navigate the AI pixel!\"}"], ["created_at", "2016-10-06 14:49:13.113599"], ["updated_at", "2016-10-06 14:49:13.113599"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis neque in nulla praesentium harum vitae.\",\"text\":\"The TCP firewall is down, connect the auxiliary monitor so we can parse the XML sensor!\"}"], ["created_at", "2016-10-06 14:49:13.114591"], ["updated_at", "2016-10-06 14:49:13.114591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id nobis quibusdam doloribus dicta ipsum natus.\",\"text\":\"We need to copy the bluetooth PCI firewall!\"}"], ["created_at", "2016-10-06 14:49:13.115588"], ["updated_at", "2016-10-06 14:49:13.115588"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem alias illum neque aliquam aut asperiores laudantium.\",\"text\":\"The USB monitor is down, bypass the multi-byte panel so we can compress the PNG port!\"}"], ["created_at", "2016-10-06 14:49:13.116586"], ["updated_at", "2016-10-06 14:49:13.116586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium fugit eligendi explicabo.\",\"text\":\"Generating the card won't do anything, we need to program the haptic ram pixel!\"}"], ["created_at", "2016-10-06 14:49:13.117570"], ["updated_at", "2016-10-06 14:49:13.117570"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem ea harum consequatur voluptas eius.\",\"text\":\"The COM microchip is down, synthesize the online panel so we can copy the SMTP application!\"}"], ["created_at", "2016-10-06 14:49:13.118560"], ["updated_at", "2016-10-06 14:49:13.118560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis facere odio architecto nesciunt.\",\"text\":\"If we back up the card, we can get to the AGP capacitor through the neural AI protocol!\"}"], ["created_at", "2016-10-06 14:49:13.119561"], ["updated_at", "2016-10-06 14:49:13.119561"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum sint at amet voluptas perferendis.\",\"text\":\"Generating the card won't do anything, we need to reboot the neural smtp panel!\"}"], ["created_at", "2016-10-06 14:49:13.120549"], ["updated_at", "2016-10-06 14:49:13.120549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit esse dolor repellendus.\",\"text\":\"You can't quantify the circuit without overriding the redundant SMTP application!\"}"], ["created_at", "2016-10-06 14:49:13.121589"], ["updated_at", "2016-10-06 14:49:13.121589"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione animi aliquid recusandae accusamus inventore aliquam esse.\",\"text\":\"The IB system is down, parse the multi-byte transmitter so we can copy the AI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.122587"], ["updated_at", "2016-10-06 14:49:13.122587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae dolores natus rerum sed distinctio illum eum.\",\"text\":\"You can't override the card without connecting the wireless FTP circuit!\"}"], ["created_at", "2016-10-06 14:49:13.123641"], ["updated_at", "2016-10-06 14:49:13.123641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum perspiciatis libero blanditiis quisquam aspernatur in qui.\",\"text\":\"If we parse the capacitor, we can get to the ADP microchip through the haptic SAS application!\"}"], ["created_at", "2016-10-06 14:49:13.124657"], ["updated_at", "2016-10-06 14:49:13.124657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus quia deserunt maxime in.\",\"text\":\"I'll program the neural AGP card, that should array the COM feed!\"}"], ["created_at", "2016-10-06 14:49:13.125656"], ["updated_at", "2016-10-06 14:49:13.125656"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat similique id minus et aut perspiciatis.\",\"text\":\"We need to calculate the digital TCP pixel!\"}"], ["created_at", "2016-10-06 14:49:13.126657"], ["updated_at", "2016-10-06 14:49:13.126657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed nulla culpa quia libero illum.\",\"text\":\"The SMTP port is down, back up the digital matrix so we can calculate the SCSI pixel!\"}"], ["created_at", "2016-10-06 14:49:13.127702"], ["updated_at", "2016-10-06 14:49:13.127702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur non dolorem nobis iusto et.\",\"text\":\"Try to hack the CSS array, maybe it will reboot the redundant array!\"}"], ["created_at", "2016-10-06 14:49:13.128671"], ["updated_at", "2016-10-06 14:49:13.128671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam optio distinctio eveniet sint.\",\"text\":\"The SMS alarm is down, back up the digital capacitor so we can parse the PNG bus!\"}"], ["created_at", "2016-10-06 14:49:13.129659"], ["updated_at", "2016-10-06 14:49:13.129659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat dolorem explicabo.\",\"text\":\"Programming the bus won't do anything, we need to program the optical tcp circuit!\"}"], ["created_at", "2016-10-06 14:49:13.130647"], ["updated_at", "2016-10-06 14:49:13.130647"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas vel nulla ullam et maxime.\",\"text\":\"I'll transmit the optical HDD circuit, that should interface the XSS array!\"}"], ["created_at", "2016-10-06 14:49:13.131615"], ["updated_at", "2016-10-06 14:49:13.131615"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In sit ea repellat sint aliquid.\",\"text\":\"Use the solid state TCP array, then you can copy the bluetooth application!\"}"], ["created_at", "2016-10-06 14:49:13.132584"], ["updated_at", "2016-10-06 14:49:13.132584"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et delectus sit.\",\"text\":\"You can't hack the firewall without navigating the 1080p HTTP alarm!\"}"], ["created_at", "2016-10-06 14:49:13.133585"], ["updated_at", "2016-10-06 14:49:13.133585"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident sit nihil eligendi nemo similique.\",\"text\":\"We need to copy the digital COM pixel!\"}"], ["created_at", "2016-10-06 14:49:13.134578"], ["updated_at", "2016-10-06 14:49:13.134578"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt et et.\",\"text\":\"If we hack the transmitter, we can get to the XML application through the multi-byte GB system!\"}"], ["created_at", "2016-10-06 14:49:13.135619"], ["updated_at", "2016-10-06 14:49:13.135619"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sunt porro praesentium voluptatem.\",\"text\":\"We need to synthesize the neural THX circuit!\"}"], ["created_at", "2016-10-06 14:49:13.136594"], ["updated_at", "2016-10-06 14:49:13.136594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis omnis dignissimos esse hic reiciendis ea.\",\"text\":\"Use the mobile SAS bandwidth, then you can bypass the online array!\"}"], ["created_at", "2016-10-06 14:49:13.137592"], ["updated_at", "2016-10-06 14:49:13.137592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis cum qui.\",\"text\":\"I'll parse the primary AI sensor, that should feed the SDD circuit!\"}"], ["created_at", "2016-10-06 14:49:13.138569"], ["updated_at", "2016-10-06 14:49:13.138569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas ex recusandae placeat ea.\",\"text\":\"I'll index the cross-platform SMTP panel, that should circuit the TCP bus!\"}"], ["created_at", "2016-10-06 14:49:13.139545"], ["updated_at", "2016-10-06 14:49:13.139545"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit soluta blanditiis similique.\",\"text\":\"The SCSI hard drive is down, compress the cross-platform protocol so we can generate the SAS protocol!\"}"], ["created_at", "2016-10-06 14:49:13.140619"], ["updated_at", "2016-10-06 14:49:13.140619"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste natus et nam nisi sapiente nulla.\",\"text\":\"Use the primary SQL driver, then you can input the neural monitor!\"}"], ["created_at", "2016-10-06 14:49:13.141640"], ["updated_at", "2016-10-06 14:49:13.141640"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint unde nobis deleniti aut suscipit veniam nesciunt.\",\"text\":\"We need to synthesize the online AI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.142678"], ["updated_at", "2016-10-06 14:49:13.142678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum et at consequatur ipsam voluptatibus rerum.\",\"text\":\"Try to connect the HDD bandwidth, maybe it will calculate the wireless application!\"}"], ["created_at", "2016-10-06 14:49:13.143680"], ["updated_at", "2016-10-06 14:49:13.143680"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aliquam omnis ipsum.\",\"text\":\"Try to transmit the AGP microchip, maybe it will back up the open-source capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.144683"], ["updated_at", "2016-10-06 14:49:13.144683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus numquam ullam.\",\"text\":\"Use the open-source SMS firewall, then you can bypass the auxiliary driver!\"}"], ["created_at", "2016-10-06 14:49:13.145689"], ["updated_at", "2016-10-06 14:49:13.145689"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto officia qui fugiat dolor ut maxime iusto.\",\"text\":\"We need to generate the redundant USB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.146632"], ["updated_at", "2016-10-06 14:49:13.146632"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint corporis ex.\",\"text\":\"The AI bus is down, override the online array so we can transmit the PCI transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.147517"], ["updated_at", "2016-10-06 14:49:13.147517"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui omnis voluptatem ut sed.\",\"text\":\"I'll synthesize the wireless AGP matrix, that should application the SMTP sensor!\"}"], ["created_at", "2016-10-06 14:49:13.148417"], ["updated_at", "2016-10-06 14:49:13.148417"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui unde maxime id dolore possimus et.\",\"text\":\"We need to copy the optical CSS matrix!\"}"], ["created_at", "2016-10-06 14:49:13.149300"], ["updated_at", "2016-10-06 14:49:13.149300"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione enim qui voluptatibus ut autem.\",\"text\":\"We need to quantify the redundant IB interface!\"}"], ["created_at", "2016-10-06 14:49:13.150194"], ["updated_at", "2016-10-06 14:49:13.150194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum sit facere illo modi.\",\"text\":\"You can't quantify the card without transmitting the 1080p TCP microchip!\"}"], ["created_at", "2016-10-06 14:49:13.151086"], ["updated_at", "2016-10-06 14:49:13.151086"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet quo est dignissimos.\",\"text\":\"The SMS capacitor is down, compress the virtual card so we can synthesize the XSS interface!\"}"], ["created_at", "2016-10-06 14:49:13.152000"], ["updated_at", "2016-10-06 14:49:13.152000"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit sit quos recusandae expedita est itaque temporibus.\",\"text\":\"You can't connect the driver without calculating the mobile SMTP monitor!\"}"], ["created_at", "2016-10-06 14:49:13.152916"], ["updated_at", "2016-10-06 14:49:13.152916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quibusdam et.\",\"text\":\"Bypassing the bandwidth won't do anything, we need to generate the open-source jbod program!\"}"], ["created_at", "2016-10-06 14:49:13.153833"], ["updated_at", "2016-10-06 14:49:13.153833"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit rerum aut.\",\"text\":\"We need to reboot the cross-platform IB driver!\"}"], ["created_at", "2016-10-06 14:49:13.154752"], ["updated_at", "2016-10-06 14:49:13.154752"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil corrupti rerum quo nemo earum et aut.\",\"text\":\"If we synthesize the monitor, we can get to the SMTP microchip through the solid state IB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.155649"], ["updated_at", "2016-10-06 14:49:13.155649"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque omnis cum dolorem velit sed inventore tenetur.\",\"text\":\"You can't generate the protocol without calculating the auxiliary AI driver!\"}"], ["created_at", "2016-10-06 14:49:13.156558"], ["updated_at", "2016-10-06 14:49:13.156558"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum ex id est.\",\"text\":\"Backing up the feed won't do anything, we need to generate the cross-platform com driver!\"}"], ["created_at", "2016-10-06 14:49:13.157463"], ["updated_at", "2016-10-06 14:49:13.157463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et provident quasi optio.\",\"text\":\"Navigating the program won't do anything, we need to connect the primary agp application!\"}"], ["created_at", "2016-10-06 14:49:13.158428"], ["updated_at", "2016-10-06 14:49:13.158428"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum cumque omnis repellendus dolorem omnis.\",\"text\":\"Quantifying the transmitter won't do anything, we need to bypass the solid state ssl array!\"}"], ["created_at", "2016-10-06 14:49:13.159346"], ["updated_at", "2016-10-06 14:49:13.159346"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut totam beatae cum distinctio qui amet possimus.\",\"text\":\"We need to input the digital IB program!\"}"], ["created_at", "2016-10-06 14:49:13.160259"], ["updated_at", "2016-10-06 14:49:13.160259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt repellat ducimus modi labore in.\",\"text\":\"Connecting the panel won't do anything, we need to connect the neural usb feed!\"}"], ["created_at", "2016-10-06 14:49:13.161151"], ["updated_at", "2016-10-06 14:49:13.161151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam laudantium vero recusandae.\",\"text\":\"If we index the bus, we can get to the SQL driver through the neural PCI circuit!\"}"], ["created_at", "2016-10-06 14:49:13.162027"], ["updated_at", "2016-10-06 14:49:13.162027"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit omnis sed corrupti alias.\",\"text\":\"I'll synthesize the digital AGP system, that should bus the JBOD pixel!\"}"], ["created_at", "2016-10-06 14:49:13.162977"], ["updated_at", "2016-10-06 14:49:13.162977"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus dicta eos sit.\",\"text\":\"I'll copy the optical ADP hard drive, that should port the HDD transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.163899"], ["updated_at", "2016-10-06 14:49:13.163899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit voluptas eum eaque non quos error perferendis.\",\"text\":\"I'll bypass the multi-byte SMTP port, that should alarm the AGP firewall!\"}"], ["created_at", "2016-10-06 14:49:13.164758"], ["updated_at", "2016-10-06 14:49:13.164758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt aperiam nemo accusantium dicta et qui.\",\"text\":\"Generating the transmitter won't do anything, we need to parse the solid state rss system!\"}"], ["created_at", "2016-10-06 14:49:13.165626"], ["updated_at", "2016-10-06 14:49:13.165626"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem illo est culpa.\",\"text\":\"Try to index the SCSI bus, maybe it will reboot the bluetooth circuit!\"}"], ["created_at", "2016-10-06 14:49:13.166524"], ["updated_at", "2016-10-06 14:49:13.166524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil nihil molestiae.\",\"text\":\"The THX card is down, copy the redundant interface so we can calculate the XSS system!\"}"], ["created_at", "2016-10-06 14:49:13.167386"], ["updated_at", "2016-10-06 14:49:13.167386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente nisi sunt fugit quis aliquid ad.\",\"text\":\"You can't transmit the hard drive without transmitting the solid state JSON hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.168264"], ["updated_at", "2016-10-06 14:49:13.168264"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae est voluptatem a.\",\"text\":\"You can't transmit the monitor without bypassing the open-source JBOD array!\"}"], ["created_at", "2016-10-06 14:49:13.169168"], ["updated_at", "2016-10-06 14:49:13.169168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit aliquid numquam quo laboriosam tempore.\",\"text\":\"We need to copy the neural TCP sensor!\"}"], ["created_at", "2016-10-06 14:49:13.170067"], ["updated_at", "2016-10-06 14:49:13.170067"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi aut odit.\",\"text\":\"The RAM card is down, index the online port so we can quantify the AI firewall!\"}"], ["created_at", "2016-10-06 14:49:13.170984"], ["updated_at", "2016-10-06 14:49:13.170984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur optio inventore illo et.\",\"text\":\"Try to override the SDD circuit, maybe it will calculate the open-source pixel!\"}"], ["created_at", "2016-10-06 14:49:13.171857"], ["updated_at", "2016-10-06 14:49:13.171857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore iure dolorum maxime qui accusamus animi.\",\"text\":\"We need to parse the bluetooth SCSI hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.172712"], ["updated_at", "2016-10-06 14:49:13.172712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti officia nisi animi.\",\"text\":\"The XML pixel is down, synthesize the neural bandwidth so we can copy the RAM microchip!\"}"], ["created_at", "2016-10-06 14:49:13.173580"], ["updated_at", "2016-10-06 14:49:13.173580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam qui veniam et aliquid.\",\"text\":\"You can't reboot the matrix without overriding the wireless HDD driver!\"}"], ["created_at", "2016-10-06 14:49:13.174508"], ["updated_at", "2016-10-06 14:49:13.174508"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas sunt ipsum reprehenderit.\",\"text\":\"If we override the pixel, we can get to the JBOD feed through the auxiliary SQL transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.175412"], ["updated_at", "2016-10-06 14:49:13.175412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum eius ut eos.\",\"text\":\"The AI card is down, navigate the open-source monitor so we can index the SCSI capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.176318"], ["updated_at", "2016-10-06 14:49:13.176318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos hic molestias enim.\",\"text\":\"The IB microchip is down, copy the virtual driver so we can generate the SQL application!\"}"], ["created_at", "2016-10-06 14:49:13.177208"], ["updated_at", "2016-10-06 14:49:13.177208"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit dolores animi pariatur.\",\"text\":\"The THX protocol is down, program the mobile hard drive so we can quantify the CSS application!\"}"], ["created_at", "2016-10-06 14:49:13.178115"], ["updated_at", "2016-10-06 14:49:13.178115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum excepturi error nemo quia sint.\",\"text\":\"Use the haptic RAM interface, then you can reboot the optical array!\"}"], ["created_at", "2016-10-06 14:49:13.179144"], ["updated_at", "2016-10-06 14:49:13.179144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae quae aut.\",\"text\":\"The XML pixel is down, back up the neural bandwidth so we can parse the THX monitor!\"}"], ["created_at", "2016-10-06 14:49:13.180035"], ["updated_at", "2016-10-06 14:49:13.180035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem delectus a.\",\"text\":\"Use the multi-byte SQL bus, then you can bypass the bluetooth feed!\"}"], ["created_at", "2016-10-06 14:49:13.180927"], ["updated_at", "2016-10-06 14:49:13.180927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore facilis ut nihil et.\",\"text\":\"Use the neural SSL port, then you can bypass the cross-platform monitor!\"}"], ["created_at", "2016-10-06 14:49:13.181831"], ["updated_at", "2016-10-06 14:49:13.181831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus doloribus repellat repudiandae veniam voluptatibus dignissimos.\",\"text\":\"If we override the hard drive, we can get to the XSS panel through the redundant THX application!\"}"], ["created_at", "2016-10-06 14:49:13.182770"], ["updated_at", "2016-10-06 14:49:13.182770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis beatae quos aliquam in velit.\",\"text\":\"I'll input the cross-platform SQL pixel, that should driver the SAS transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.183645"], ["updated_at", "2016-10-06 14:49:13.183645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim sint veniam iste veritatis sunt.\",\"text\":\"Use the open-source CSS system, then you can copy the haptic firewall!\"}"], ["created_at", "2016-10-06 14:49:13.184512"], ["updated_at", "2016-10-06 14:49:13.184512"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque placeat nihil.\",\"text\":\"I'll navigate the digital TCP pixel, that should bandwidth the SSL bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.185388"], ["updated_at", "2016-10-06 14:49:13.185388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non dolorum consectetur ut mollitia sit.\",\"text\":\"I'll quantify the bluetooth RSS protocol, that should interface the RAM transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.186316"], ["updated_at", "2016-10-06 14:49:13.186316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est nisi voluptates magni doloribus voluptatem pariatur quidem.\",\"text\":\"Use the open-source CSS system, then you can synthesize the wireless bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.187191"], ["updated_at", "2016-10-06 14:49:13.187191"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse veniam laboriosam in illo.\",\"text\":\"The CSS sensor is down, index the bluetooth driver so we can generate the PCI application!\"}"], ["created_at", "2016-10-06 14:49:13.188069"], ["updated_at", "2016-10-06 14:49:13.188069"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde incidunt natus rerum illum repellendus.\",\"text\":\"If we copy the monitor, we can get to the SMS bus through the digital SDD hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.188971"], ["updated_at", "2016-10-06 14:49:13.188971"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum minus itaque.\",\"text\":\"The RAM matrix is down, hack the auxiliary protocol so we can program the SSL card!\"}"], ["created_at", "2016-10-06 14:49:13.189867"], ["updated_at", "2016-10-06 14:49:13.189867"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti repudiandae ipsa reiciendis odio quas.\",\"text\":\"We need to input the digital COM application!\"}"], ["created_at", "2016-10-06 14:49:13.190847"], ["updated_at", "2016-10-06 14:49:13.190847"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta eos vel tempora pariatur dolore.\",\"text\":\"The HTTP microchip is down, calculate the auxiliary circuit so we can copy the PNG bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.191739"], ["updated_at", "2016-10-06 14:49:13.191739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut consequatur soluta voluptas optio consectetur incidunt.\",\"text\":\"Try to calculate the CSS capacitor, maybe it will navigate the neural driver!\"}"], ["created_at", "2016-10-06 14:49:13.192650"], ["updated_at", "2016-10-06 14:49:13.192650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut cupiditate molestias cum laudantium.\",\"text\":\"Backing up the circuit won't do anything, we need to calculate the 1080p ram bus!\"}"], ["created_at", "2016-10-06 14:49:13.193544"], ["updated_at", "2016-10-06 14:49:13.193544"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quos est veniam ut repellendus voluptatem.\",\"text\":\"We need to transmit the optical TCP program!\"}"], ["created_at", "2016-10-06 14:49:13.194473"], ["updated_at", "2016-10-06 14:49:13.194473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum consequatur natus mollitia qui magni.\",\"text\":\"We need to generate the digital RAM microchip!\"}"], ["created_at", "2016-10-06 14:49:13.195406"], ["updated_at", "2016-10-06 14:49:13.195406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat consequatur voluptatum sunt perferendis recusandae non.\",\"text\":\"Use the digital THX protocol, then you can back up the multi-byte driver!\"}"], ["created_at", "2016-10-06 14:49:13.196284"], ["updated_at", "2016-10-06 14:49:13.196284"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim distinctio voluptatem sed et voluptas.\",\"text\":\"The HTTP port is down, transmit the mobile circuit so we can hack the SCSI port!\"}"], ["created_at", "2016-10-06 14:49:13.197205"], ["updated_at", "2016-10-06 14:49:13.197205"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A perspiciatis dolorem dolores delectus quisquam voluptatem porro.\",\"text\":\"If we copy the program, we can get to the PNG protocol through the optical ADP firewall!\"}"], ["created_at", "2016-10-06 14:49:13.198075"], ["updated_at", "2016-10-06 14:49:13.198075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi voluptas hic ex possimus.\",\"text\":\"Use the open-source PNG program, then you can connect the digital array!\"}"], ["created_at", "2016-10-06 14:49:13.199053"], ["updated_at", "2016-10-06 14:49:13.199053"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint alias non.\",\"text\":\"I'll generate the back-end SDD port, that should interface the USB capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.199936"], ["updated_at", "2016-10-06 14:49:13.199936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia perspiciatis ut.\",\"text\":\"I'll index the back-end SSL sensor, that should system the COM driver!\"}"], ["created_at", "2016-10-06 14:49:13.200796"], ["updated_at", "2016-10-06 14:49:13.200796"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus ut et sed assumenda deserunt.\",\"text\":\"If we reboot the microchip, we can get to the SMTP microchip through the haptic SDD program!\"}"], ["created_at", "2016-10-06 14:49:13.201690"], ["updated_at", "2016-10-06 14:49:13.201690"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta nobis culpa tempore sint accusantium quo.\",\"text\":\"I'll parse the online CSS firewall, that should alarm the HDD sensor!\"}"], ["created_at", "2016-10-06 14:49:13.202653"], ["updated_at", "2016-10-06 14:49:13.202653"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem aliquam voluptates tenetur quo.\",\"text\":\"Use the auxiliary JSON application, then you can synthesize the primary firewall!\"}"], ["created_at", "2016-10-06 14:49:13.203641"], ["updated_at", "2016-10-06 14:49:13.203641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero dolor assumenda.\",\"text\":\"Try to program the SMTP card, maybe it will reboot the back-end panel!\"}"], ["created_at", "2016-10-06 14:49:13.204623"], ["updated_at", "2016-10-06 14:49:13.204623"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente aliquid accusantium beatae totam consequatur cum.\",\"text\":\"Use the neural HTTP interface, then you can hack the neural bus!\"}"], ["created_at", "2016-10-06 14:49:13.205547"], ["updated_at", "2016-10-06 14:49:13.205547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis quas voluptates aliquid sit est.\",\"text\":\"Try to reboot the SAS firewall, maybe it will synthesize the auxiliary card!\"}"], ["created_at", "2016-10-06 14:49:13.206469"], ["updated_at", "2016-10-06 14:49:13.206469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat aut et dolorum velit veritatis.\",\"text\":\"Connecting the monitor won't do anything, we need to parse the solid state hdd application!\"}"], ["created_at", "2016-10-06 14:49:13.207362"], ["updated_at", "2016-10-06 14:49:13.207362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod iste nulla.\",\"text\":\"You can't bypass the bus without bypassing the solid state PNG application!\"}"], ["created_at", "2016-10-06 14:49:13.208280"], ["updated_at", "2016-10-06 14:49:13.208280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus minima suscipit autem officiis dolores modi dolor.\",\"text\":\"Try to override the PNG protocol, maybe it will connect the mobile system!\"}"], ["created_at", "2016-10-06 14:49:13.209145"], ["updated_at", "2016-10-06 14:49:13.209145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste atque aut voluptas explicabo quis et.\",\"text\":\"I'll index the wireless PCI protocol, that should sensor the JSON alarm!\"}"], ["created_at", "2016-10-06 14:49:13.210036"], ["updated_at", "2016-10-06 14:49:13.210036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut culpa consequatur ratione quibusdam esse molestiae velit.\",\"text\":\"Use the mobile AGP program, then you can index the bluetooth microchip!\"}"], ["created_at", "2016-10-06 14:49:13.210957"], ["updated_at", "2016-10-06 14:49:13.210957"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est omnis maxime cupiditate non modi qui sunt.\",\"text\":\"Try to index the SCSI alarm, maybe it will synthesize the multi-byte bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.211838"], ["updated_at", "2016-10-06 14:49:13.211838"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro occaecati maiores recusandae.\",\"text\":\"We need to calculate the open-source FTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.212795"], ["updated_at", "2016-10-06 14:49:13.212795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut explicabo ex dolorem nemo doloribus voluptatem.\",\"text\":\"If we calculate the pixel, we can get to the SDD array through the wireless GB hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.213696"], ["updated_at", "2016-10-06 14:49:13.213696"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus itaque voluptatem non rerum.\",\"text\":\"The SMS firewall is down, transmit the redundant bandwidth so we can synthesize the SMTP port!\"}"], ["created_at", "2016-10-06 14:49:13.214645"], ["updated_at", "2016-10-06 14:49:13.214645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia consequatur cumque.\",\"text\":\"Use the mobile SMTP panel, then you can navigate the online transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.215576"], ["updated_at", "2016-10-06 14:49:13.215576"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nobis tempora.\",\"text\":\"The XSS program is down, hack the digital port so we can generate the HTTP feed!\"}"], ["created_at", "2016-10-06 14:49:13.216504"], ["updated_at", "2016-10-06 14:49:13.216504"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptate laborum laboriosam harum quos vel.\",\"text\":\"I'll reboot the redundant THX bus, that should bandwidth the HTTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.217432"], ["updated_at", "2016-10-06 14:49:13.217432"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aperiam vel optio necessitatibus architecto inventore libero.\",\"text\":\"Try to input the GB sensor, maybe it will calculate the virtual monitor!\"}"], ["created_at", "2016-10-06 14:49:13.218400"], ["updated_at", "2016-10-06 14:49:13.218400"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quod ipsum facere minima.\",\"text\":\"Try to compress the CSS matrix, maybe it will connect the solid state interface!\"}"], ["created_at", "2016-10-06 14:49:13.219288"], ["updated_at", "2016-10-06 14:49:13.219288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime dolorum incidunt animi et culpa debitis eos.\",\"text\":\"You can't hack the bandwidth without hacking the haptic JSON driver!\"}"], ["created_at", "2016-10-06 14:49:13.220171"], ["updated_at", "2016-10-06 14:49:13.220171"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolorum reprehenderit non sed et corporis.\",\"text\":\"Try to reboot the PCI monitor, maybe it will override the 1080p array!\"}"], ["created_at", "2016-10-06 14:49:13.221083"], ["updated_at", "2016-10-06 14:49:13.221083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi velit laudantium consequatur ipsum mollitia.\",\"text\":\"The CSS panel is down, parse the 1080p monitor so we can override the AGP matrix!\"}"], ["created_at", "2016-10-06 14:49:13.221966"], ["updated_at", "2016-10-06 14:49:13.221966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam saepe iusto.\",\"text\":\"If we connect the array, we can get to the TCP interface through the online SMTP port!\"}"], ["created_at", "2016-10-06 14:49:13.222881"], ["updated_at", "2016-10-06 14:49:13.222881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui reprehenderit libero dolorum consequatur fugiat voluptates distinctio.\",\"text\":\"If we input the monitor, we can get to the COM matrix through the bluetooth RSS interface!\"}"], ["created_at", "2016-10-06 14:49:13.223779"], ["updated_at", "2016-10-06 14:49:13.223779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita ullam ut mollitia voluptatibus sequi.\",\"text\":\"The IB hard drive is down, program the redundant system so we can reboot the TCP transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.224631"], ["updated_at", "2016-10-06 14:49:13.224631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur veniam quibusdam vel ea.\",\"text\":\"You can't copy the array without transmitting the redundant HTTP capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.225502"], ["updated_at", "2016-10-06 14:49:13.225502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad quibusdam est et.\",\"text\":\"Use the neural RAM bus, then you can bypass the cross-platform protocol!\"}"], ["created_at", "2016-10-06 14:49:13.226442"], ["updated_at", "2016-10-06 14:49:13.226442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem vitae aut et.\",\"text\":\"We need to synthesize the 1080p JSON monitor!\"}"], ["created_at", "2016-10-06 14:49:13.227357"], ["updated_at", "2016-10-06 14:49:13.227357"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque quaerat maxime fugiat hic aut.\",\"text\":\"Use the redundant AGP system, then you can calculate the multi-byte array!\"}"], ["created_at", "2016-10-06 14:49:13.228242"], ["updated_at", "2016-10-06 14:49:13.228242"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt et molestiae et itaque possimus.\",\"text\":\"I'll compress the wireless SSL interface, that should firewall the SDD microchip!\"}"], ["created_at", "2016-10-06 14:49:13.229112"], ["updated_at", "2016-10-06 14:49:13.229112"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi eum odit ut blanditiis quaerat repellat itaque.\",\"text\":\"You can't navigate the system without generating the digital AI alarm!\"}"], ["created_at", "2016-10-06 14:49:13.230024"], ["updated_at", "2016-10-06 14:49:13.230024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae rem recusandae et harum provident similique dolores.\",\"text\":\"Synthesizing the port won't do anything, we need to bypass the optical tcp sensor!\"}"], ["created_at", "2016-10-06 14:49:13.230943"], ["updated_at", "2016-10-06 14:49:13.230943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum ratione et nihil minus architecto aut quis.\",\"text\":\"Use the auxiliary USB alarm, then you can program the wireless interface!\"}"], ["created_at", "2016-10-06 14:49:13.231818"], ["updated_at", "2016-10-06 14:49:13.231818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero eius similique.\",\"text\":\"You can't navigate the matrix without generating the neural XML array!\"}"], ["created_at", "2016-10-06 14:49:13.232682"], ["updated_at", "2016-10-06 14:49:13.232682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic minus voluptas animi eveniet nihil.\",\"text\":\"We need to reboot the back-end JSON monitor!\"}"], ["created_at", "2016-10-06 14:49:13.233560"], ["updated_at", "2016-10-06 14:49:13.233560"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque placeat enim quis dolorum inventore debitis.\",\"text\":\"I'll copy the cross-platform AGP alarm, that should transmitter the CSS transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.234475"], ["updated_at", "2016-10-06 14:49:13.234475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit ipsum distinctio esse dolorem consectetur.\",\"text\":\"The SDD program is down, program the redundant pixel so we can navigate the IB sensor!\"}"], ["created_at", "2016-10-06 14:49:13.235392"], ["updated_at", "2016-10-06 14:49:13.235392"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere quia et ex voluptas soluta.\",\"text\":\"The IB application is down, input the auxiliary hard drive so we can connect the JSON circuit!\"}"], ["created_at", "2016-10-06 14:49:13.236277"], ["updated_at", "2016-10-06 14:49:13.236277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime deserunt velit.\",\"text\":\"If we hack the protocol, we can get to the SSL firewall through the wireless RSS firewall!\"}"], ["created_at", "2016-10-06 14:49:13.237158"], ["updated_at", "2016-10-06 14:49:13.237158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum animi similique.\",\"text\":\"Try to navigate the RAM circuit, maybe it will compress the neural bus!\"}"], ["created_at", "2016-10-06 14:49:13.238035"], ["updated_at", "2016-10-06 14:49:13.238035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At dolorem sint atque esse quia earum eius.\",\"text\":\"I'll navigate the primary USB sensor, that should protocol the RAM system!\"}"], ["created_at", "2016-10-06 14:49:13.238927"], ["updated_at", "2016-10-06 14:49:13.238927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolorem reprehenderit voluptas nostrum voluptatem ut ad.\",\"text\":\"If we input the feed, we can get to the USB microchip through the neural PCI interface!\"}"], ["created_at", "2016-10-06 14:49:13.239818"], ["updated_at", "2016-10-06 14:49:13.239818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quia cumque.\",\"text\":\"You can't transmit the firewall without indexing the neural THX program!\"}"], ["created_at", "2016-10-06 14:49:13.240756"], ["updated_at", "2016-10-06 14:49:13.240756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda et et alias.\",\"text\":\"Use the auxiliary JSON feed, then you can reboot the haptic panel!\"}"], ["created_at", "2016-10-06 14:49:13.241635"], ["updated_at", "2016-10-06 14:49:13.241635"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta ducimus voluptatibus commodi architecto quia nulla omnis.\",\"text\":\"Generating the card won't do anything, we need to reboot the neural tcp bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.242513"], ["updated_at", "2016-10-06 14:49:13.242513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas molestiae ut.\",\"text\":\"Try to input the XSS hard drive, maybe it will reboot the open-source firewall!\"}"], ["created_at", "2016-10-06 14:49:13.243419"], ["updated_at", "2016-10-06 14:49:13.243419"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum similique consequatur ut commodi quia laborum.\",\"text\":\"The XSS port is down, compress the primary pixel so we can compress the SAS interface!\"}"], ["created_at", "2016-10-06 14:49:13.244321"], ["updated_at", "2016-10-06 14:49:13.244321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe praesentium laboriosam dignissimos non quibusdam maiores.\",\"text\":\"We need to generate the open-source SMS transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.245269"], ["updated_at", "2016-10-06 14:49:13.245269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio minima minus repudiandae.\",\"text\":\"Try to reboot the PCI program, maybe it will calculate the wireless card!\"}"], ["created_at", "2016-10-06 14:49:13.246146"], ["updated_at", "2016-10-06 14:49:13.246146"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi aut delectus.\",\"text\":\"You can't reboot the microchip without programming the redundant JSON array!\"}"], ["created_at", "2016-10-06 14:49:13.247013"], ["updated_at", "2016-10-06 14:49:13.247013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio repellendus mollitia maiores ad pariatur voluptatem.\",\"text\":\"Use the wireless IB feed, then you can synthesize the multi-byte panel!\"}"], ["created_at", "2016-10-06 14:49:13.247900"], ["updated_at", "2016-10-06 14:49:13.247900"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti sed fuga rerum voluptates.\",\"text\":\"I'll reboot the open-source JSON monitor, that should pixel the SMS sensor!\"}"], ["created_at", "2016-10-06 14:49:13.248808"], ["updated_at", "2016-10-06 14:49:13.248808"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt delectus qui vel laborum in.\",\"text\":\"Try to reboot the RAM monitor, maybe it will calculate the solid state matrix!\"}"], ["created_at", "2016-10-06 14:49:13.249691"], ["updated_at", "2016-10-06 14:49:13.249691"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem possimus unde commodi excepturi tempora ratione.\",\"text\":\"If we parse the capacitor, we can get to the RAM alarm through the primary CSS alarm!\"}"], ["created_at", "2016-10-06 14:49:13.250620"], ["updated_at", "2016-10-06 14:49:13.250620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit perferendis quo natus fugit illo.\",\"text\":\"You can't program the driver without programming the primary HTTP sensor!\"}"], ["created_at", "2016-10-06 14:49:13.251507"], ["updated_at", "2016-10-06 14:49:13.251507"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae sunt voluptates omnis deserunt iure.\",\"text\":\"If we compress the bus, we can get to the PNG matrix through the digital CSS feed!\"}"], ["created_at", "2016-10-06 14:49:13.252424"], ["updated_at", "2016-10-06 14:49:13.252424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam occaecati in.\",\"text\":\"The GB capacitor is down, reboot the mobile application so we can generate the AI circuit!\"}"], ["created_at", "2016-10-06 14:49:13.253316"], ["updated_at", "2016-10-06 14:49:13.253316"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi et ad aut laudantium quia non in.\",\"text\":\"Use the haptic JBOD matrix, then you can override the cross-platform interface!\"}"], ["created_at", "2016-10-06 14:49:13.254235"], ["updated_at", "2016-10-06 14:49:13.254235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit adipisci ut cumque.\",\"text\":\"Quantifying the alarm won't do anything, we need to synthesize the bluetooth ib driver!\"}"], ["created_at", "2016-10-06 14:49:13.255179"], ["updated_at", "2016-10-06 14:49:13.255179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio corporis doloribus officiis voluptatibus doloremque error.\",\"text\":\"Try to override the USB card, maybe it will transmit the 1080p bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.256120"], ["updated_at", "2016-10-06 14:49:13.256120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam consequatur rerum est atque hic reiciendis.\",\"text\":\"Bypassing the feed won't do anything, we need to program the primary jbod alarm!\"}"], ["created_at", "2016-10-06 14:49:13.257039"], ["updated_at", "2016-10-06 14:49:13.257039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sit earum eligendi id ut.\",\"text\":\"I'll transmit the digital RSS capacitor, that should matrix the PNG pixel!\"}"], ["created_at", "2016-10-06 14:49:13.258000"], ["updated_at", "2016-10-06 14:49:13.258000"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe quia quia architecto facere.\",\"text\":\"If we parse the alarm, we can get to the PCI array through the online USB protocol!\"}"], ["created_at", "2016-10-06 14:49:13.259032"], ["updated_at", "2016-10-06 14:49:13.259032"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro nesciunt doloremque delectus sed eligendi.\",\"text\":\"Connecting the array won't do anything, we need to connect the optical exe feed!\"}"], ["created_at", "2016-10-06 14:49:13.260120"], ["updated_at", "2016-10-06 14:49:13.260120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt recusandae nemo omnis totam.\",\"text\":\"Hacking the application won't do anything, we need to program the open-source thx feed!\"}"], ["created_at", "2016-10-06 14:49:13.261142"], ["updated_at", "2016-10-06 14:49:13.261142"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab sit et architecto non eaque saepe a.\",\"text\":\"We need to hack the haptic XML sensor!\"}"], ["created_at", "2016-10-06 14:49:13.262070"], ["updated_at", "2016-10-06 14:49:13.262070"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores veritatis sunt doloremque tempora.\",\"text\":\"You can't calculate the system without copying the auxiliary ADP pixel!\"}"], ["created_at", "2016-10-06 14:49:13.263035"], ["updated_at", "2016-10-06 14:49:13.263035"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae nostrum voluptatibus nam debitis molestias cupiditate.\",\"text\":\"You can't quantify the bandwidth without parsing the auxiliary XSS bus!\"}"], ["created_at", "2016-10-06 14:49:13.263960"], ["updated_at", "2016-10-06 14:49:13.263960"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure qui omnis vero est.\",\"text\":\"The TCP bus is down, override the primary monitor so we can back up the GB interface!\"}"], ["created_at", "2016-10-06 14:49:13.264880"], ["updated_at", "2016-10-06 14:49:13.264880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis omnis quo est nemo accusantium fugiat.\",\"text\":\"You can't calculate the protocol without connecting the primary USB feed!\"}"], ["created_at", "2016-10-06 14:49:13.265824"], ["updated_at", "2016-10-06 14:49:13.265824"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus expedita omnis omnis ut totam.\",\"text\":\"Use the redundant SSL feed, then you can quantify the haptic monitor!\"}"], ["created_at", "2016-10-06 14:49:13.266767"], ["updated_at", "2016-10-06 14:49:13.266767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sunt velit assumenda.\",\"text\":\"You can't bypass the circuit without transmitting the mobile IB bus!\"}"], ["created_at", "2016-10-06 14:49:13.267664"], ["updated_at", "2016-10-06 14:49:13.267664"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non ea aperiam ab dolores provident.\",\"text\":\"The TCP bus is down, program the online bus so we can program the SQL monitor!\"}"], ["created_at", "2016-10-06 14:49:13.268581"], ["updated_at", "2016-10-06 14:49:13.268581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus voluptatem quia voluptatem.\",\"text\":\"I'll index the bluetooth PCI protocol, that should alarm the USB circuit!\"}"], ["created_at", "2016-10-06 14:49:13.269503"], ["updated_at", "2016-10-06 14:49:13.269503"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo et quis.\",\"text\":\"We need to parse the digital ADP driver!\"}"], ["created_at", "2016-10-06 14:49:13.270458"], ["updated_at", "2016-10-06 14:49:13.270458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos velit sunt neque magnam vitae quia.\",\"text\":\"Transmitting the protocol won't do anything, we need to override the neural agp circuit!\"}"], ["created_at", "2016-10-06 14:49:13.271487"], ["updated_at", "2016-10-06 14:49:13.271487"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis est autem maxime ipsum quasi eligendi.\",\"text\":\"You can't parse the transmitter without programming the cross-platform RAM sensor!\"}"], ["created_at", "2016-10-06 14:49:13.272459"], ["updated_at", "2016-10-06 14:49:13.272459"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi aut quam consequatur dolorum.\",\"text\":\"You can't override the card without bypassing the neural IB transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.273379"], ["updated_at", "2016-10-06 14:49:13.273379"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est odio quia animi culpa perspiciatis tenetur.\",\"text\":\"I'll bypass the optical RSS hard drive, that should driver the USB transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.274328"], ["updated_at", "2016-10-06 14:49:13.274328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia aut saepe quia dolores molestiae.\",\"text\":\"Use the auxiliary HDD array, then you can override the optical port!\"}"], ["created_at", "2016-10-06 14:49:13.275234"], ["updated_at", "2016-10-06 14:49:13.275234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo eos cupiditate dolorum qui.\",\"text\":\"If we hack the matrix, we can get to the SMTP pixel through the auxiliary JBOD system!\"}"], ["created_at", "2016-10-06 14:49:13.276128"], ["updated_at", "2016-10-06 14:49:13.276128"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nihil ex sit repudiandae qui non.\",\"text\":\"You can't override the port without hacking the open-source SCSI array!\"}"], ["created_at", "2016-10-06 14:49:13.277055"], ["updated_at", "2016-10-06 14:49:13.277055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam vero repudiandae.\",\"text\":\"We need to bypass the primary EXE system!\"}"], ["created_at", "2016-10-06 14:49:13.277969"], ["updated_at", "2016-10-06 14:49:13.277969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad quis reiciendis vitae.\",\"text\":\"Quantifying the hard drive won't do anything, we need to back up the redundant http bus!\"}"], ["created_at", "2016-10-06 14:49:13.278928"], ["updated_at", "2016-10-06 14:49:13.278928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni neque id natus a perspiciatis architecto ea.\",\"text\":\"If we synthesize the capacitor, we can get to the SMS protocol through the back-end XSS alarm!\"}"], ["created_at", "2016-10-06 14:49:13.279973"], ["updated_at", "2016-10-06 14:49:13.279973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus architecto consectetur.\",\"text\":\"Use the auxiliary SMTP card, then you can override the redundant circuit!\"}"], ["created_at", "2016-10-06 14:49:13.280877"], ["updated_at", "2016-10-06 14:49:13.280877"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores repellat aut.\",\"text\":\"I'll input the auxiliary HTTP capacitor, that should driver the COM firewall!\"}"], ["created_at", "2016-10-06 14:49:13.281764"], ["updated_at", "2016-10-06 14:49:13.281764"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat in consequuntur.\",\"text\":\"If we program the monitor, we can get to the GB sensor through the back-end SCSI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.282725"], ["updated_at", "2016-10-06 14:49:13.282725"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis ipsam facere quae tempora enim vel ratione.\",\"text\":\"Try to calculate the SCSI bus, maybe it will hack the multi-byte matrix!\"}"], ["created_at", "2016-10-06 14:49:13.283599"], ["updated_at", "2016-10-06 14:49:13.283599"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium facere vitae magni cum molestias molestiae voluptatem.\",\"text\":\"We need to parse the 1080p SMS program!\"}"], ["created_at", "2016-10-06 14:49:13.284491"], ["updated_at", "2016-10-06 14:49:13.284491"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea molestias et.\",\"text\":\"If we back up the sensor, we can get to the SAS panel through the open-source RAM program!\"}"], ["created_at", "2016-10-06 14:49:13.285373"], ["updated_at", "2016-10-06 14:49:13.285373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A commodi eum aut et.\",\"text\":\"Try to hack the HTTP program, maybe it will generate the online array!\"}"], ["created_at", "2016-10-06 14:49:13.286313"], ["updated_at", "2016-10-06 14:49:13.286313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui libero maxime quia.\",\"text\":\"Try to synthesize the SMTP array, maybe it will index the digital firewall!\"}"], ["created_at", "2016-10-06 14:49:13.287214"], ["updated_at", "2016-10-06 14:49:13.287214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum et deleniti non.\",\"text\":\"If we connect the bandwidth, we can get to the SCSI protocol through the auxiliary XSS monitor!\"}"], ["created_at", "2016-10-06 14:49:13.288138"], ["updated_at", "2016-10-06 14:49:13.288138"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quasi error rerum dolorem.\",\"text\":\"Quantifying the port won't do anything, we need to back up the auxiliary ssl array!\"}"], ["created_at", "2016-10-06 14:49:13.289025"], ["updated_at", "2016-10-06 14:49:13.289025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque est id.\",\"text\":\"Try to hack the SMS firewall, maybe it will hack the mobile card!\"}"], ["created_at", "2016-10-06 14:49:13.289945"], ["updated_at", "2016-10-06 14:49:13.289945"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat omnis distinctio beatae sed in itaque facilis.\",\"text\":\"The IB alarm is down, compress the auxiliary hard drive so we can synthesize the PNG feed!\"}"], ["created_at", "2016-10-06 14:49:13.290880"], ["updated_at", "2016-10-06 14:49:13.290880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor quis quae autem.\",\"text\":\"We need to hack the multi-byte FTP port!\"}"], ["created_at", "2016-10-06 14:49:13.291808"], ["updated_at", "2016-10-06 14:49:13.291808"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit nemo quo laudantium.\",\"text\":\"We need to parse the open-source XML microchip!\"}"], ["created_at", "2016-10-06 14:49:13.292693"], ["updated_at", "2016-10-06 14:49:13.292693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum ipsam quasi.\",\"text\":\"Use the virtual RAM bus, then you can index the 1080p firewall!\"}"], ["created_at", "2016-10-06 14:49:13.293611"], ["updated_at", "2016-10-06 14:49:13.293611"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore ea blanditiis aut.\",\"text\":\"The HTTP bus is down, back up the cross-platform hard drive so we can navigate the CSS firewall!\"}"], ["created_at", "2016-10-06 14:49:13.294557"], ["updated_at", "2016-10-06 14:49:13.294557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et accusamus corrupti dolor facere repellat consequatur.\",\"text\":\"Use the primary RAM monitor, then you can copy the wireless hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.295471"], ["updated_at", "2016-10-06 14:49:13.295471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur ratione eum nam natus qui.\",\"text\":\"If we compress the alarm, we can get to the JBOD driver through the back-end AI application!\"}"], ["created_at", "2016-10-06 14:49:13.296448"], ["updated_at", "2016-10-06 14:49:13.296448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et accusantium aut rem voluptas excepturi autem.\",\"text\":\"We need to reboot the open-source THX program!\"}"], ["created_at", "2016-10-06 14:49:13.297386"], ["updated_at", "2016-10-06 14:49:13.297386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil aut sed natus ut eum quasi.\",\"text\":\"Use the wireless CSS transmitter, then you can transmit the neural pixel!\"}"], ["created_at", "2016-10-06 14:49:13.298349"], ["updated_at", "2016-10-06 14:49:13.298349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis eveniet ab nostrum placeat reprehenderit.\",\"text\":\"If we program the transmitter, we can get to the RAM microchip through the online RSS transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.299284"], ["updated_at", "2016-10-06 14:49:13.299284"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt corporis ipsa.\",\"text\":\"The COM capacitor is down, index the optical hard drive so we can compress the ADP panel!\"}"], ["created_at", "2016-10-06 14:49:13.300245"], ["updated_at", "2016-10-06 14:49:13.300245"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit vel quis facere voluptas cum impedit quidem.\",\"text\":\"The AGP bus is down, back up the neural pixel so we can navigate the USB sensor!\"}"], ["created_at", "2016-10-06 14:49:13.301195"], ["updated_at", "2016-10-06 14:49:13.301195"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe nulla aspernatur eius quisquam.\",\"text\":\"Bypassing the port won't do anything, we need to transmit the auxiliary agp feed!\"}"], ["created_at", "2016-10-06 14:49:13.302170"], ["updated_at", "2016-10-06 14:49:13.302170"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed eligendi id fugit distinctio commodi molestiae.\",\"text\":\"If we navigate the program, we can get to the SMTP port through the haptic SDD interface!\"}"], ["created_at", "2016-10-06 14:49:13.303067"], ["updated_at", "2016-10-06 14:49:13.303067"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatibus hic facere necessitatibus expedita quam quaerat.\",\"text\":\"The XSS port is down, bypass the primary firewall so we can bypass the RSS firewall!\"}"], ["created_at", "2016-10-06 14:49:13.303953"], ["updated_at", "2016-10-06 14:49:13.303953"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae voluptates ratione eius sit rerum.\",\"text\":\"Calculating the hard drive won't do anything, we need to synthesize the open-source xml program!\"}"], ["created_at", "2016-10-06 14:49:13.305033"], ["updated_at", "2016-10-06 14:49:13.305033"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque nihil omnis dolor qui quod.\",\"text\":\"I'll connect the bluetooth AI port, that should panel the USB card!\"}"], ["created_at", "2016-10-06 14:49:13.306137"], ["updated_at", "2016-10-06 14:49:13.306137"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui error iste odio doloribus quisquam quasi.\",\"text\":\"We need to navigate the digital XSS feed!\"}"], ["created_at", "2016-10-06 14:49:13.307198"], ["updated_at", "2016-10-06 14:49:13.307198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde tempora tempore occaecati perspiciatis quibusdam.\",\"text\":\"The AGP sensor is down, compress the neural card so we can calculate the CSS sensor!\"}"], ["created_at", "2016-10-06 14:49:13.308227"], ["updated_at", "2016-10-06 14:49:13.308227"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius aliquam facere.\",\"text\":\"You can't quantify the monitor without synthesizing the bluetooth THX bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.309291"], ["updated_at", "2016-10-06 14:49:13.309291"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi delectus illo praesentium placeat.\",\"text\":\"Copying the panel won't do anything, we need to parse the online sql microchip!\"}"], ["created_at", "2016-10-06 14:49:13.310366"], ["updated_at", "2016-10-06 14:49:13.310366"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam accusamus in neque consequatur.\",\"text\":\"If we index the bandwidth, we can get to the FTP sensor through the back-end SAS program!\"}"], ["created_at", "2016-10-06 14:49:13.311423"], ["updated_at", "2016-10-06 14:49:13.311423"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil itaque consequatur velit qui ad maxime placeat.\",\"text\":\"I'll reboot the auxiliary XSS driver, that should bandwidth the SAS pixel!\"}"], ["created_at", "2016-10-06 14:49:13.312457"], ["updated_at", "2016-10-06 14:49:13.312457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis nobis repudiandae saepe.\",\"text\":\"We need to navigate the cross-platform CSS matrix!\"}"], ["created_at", "2016-10-06 14:49:13.313480"], ["updated_at", "2016-10-06 14:49:13.313480"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate qui ipsa modi blanditiis amet nobis.\",\"text\":\"If we bypass the circuit, we can get to the RAM bus through the mobile AGP circuit!\"}"], ["created_at", "2016-10-06 14:49:13.319838"], ["updated_at", "2016-10-06 14:49:13.319838"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor sint labore.\",\"text\":\"Try to bypass the THX alarm, maybe it will synthesize the mobile interface!\"}"], ["created_at", "2016-10-06 14:49:13.321024"], ["updated_at", "2016-10-06 14:49:13.321024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus illum eius neque eos consequatur ratione.\",\"text\":\"I'll input the wireless AGP firewall, that should capacitor the SQL bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.321948"], ["updated_at", "2016-10-06 14:49:13.321948"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia delectus qui.\",\"text\":\"If we calculate the capacitor, we can get to the JBOD array through the cross-platform GB interface!\"}"], ["created_at", "2016-10-06 14:49:13.322882"], ["updated_at", "2016-10-06 14:49:13.322882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis in doloribus excepturi delectus hic.\",\"text\":\"I'll calculate the cross-platform USB hard drive, that should array the SSL port!\"}"], ["created_at", "2016-10-06 14:49:13.323787"], ["updated_at", "2016-10-06 14:49:13.323787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad aut qui nostrum repellendus non laboriosam.\",\"text\":\"Try to navigate the PNG driver, maybe it will hack the back-end firewall!\"}"], ["created_at", "2016-10-06 14:49:13.324726"], ["updated_at", "2016-10-06 14:49:13.324726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus et dolore a cum.\",\"text\":\"I'll transmit the open-source HDD monitor, that should card the SMS array!\"}"], ["created_at", "2016-10-06 14:49:13.325626"], ["updated_at", "2016-10-06 14:49:13.325626"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis alias esse deserunt nostrum corrupti delectus veritatis.\",\"text\":\"If we quantify the port, we can get to the THX driver through the solid state RSS firewall!\"}"], ["created_at", "2016-10-06 14:49:13.326588"], ["updated_at", "2016-10-06 14:49:13.326588"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum numquam autem ad molestias.\",\"text\":\"We need to hack the optical SSL matrix!\"}"], ["created_at", "2016-10-06 14:49:13.327509"], ["updated_at", "2016-10-06 14:49:13.327509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At ullam inventore architecto quos.\",\"text\":\"Try to input the JSON application, maybe it will synthesize the solid state circuit!\"}"], ["created_at", "2016-10-06 14:49:13.328383"], ["updated_at", "2016-10-06 14:49:13.328383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente eos saepe et libero.\",\"text\":\"I'll parse the open-source RAM hard drive, that should capacitor the SQL matrix!\"}"], ["created_at", "2016-10-06 14:49:13.329270"], ["updated_at", "2016-10-06 14:49:13.329270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias iusto dolore expedita sed.\",\"text\":\"We need to navigate the optical GB capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.330208"], ["updated_at", "2016-10-06 14:49:13.330208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic sed dolores qui laudantium voluptas omnis.\",\"text\":\"The USB matrix is down, back up the open-source sensor so we can synthesize the CSS pixel!\"}"], ["created_at", "2016-10-06 14:49:13.331076"], ["updated_at", "2016-10-06 14:49:13.331076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae molestias exercitationem.\",\"text\":\"We need to navigate the solid state EXE circuit!\"}"], ["created_at", "2016-10-06 14:49:13.332003"], ["updated_at", "2016-10-06 14:49:13.332003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit eaque fugit amet.\",\"text\":\"We need to calculate the wireless IB alarm!\"}"], ["created_at", "2016-10-06 14:49:13.332876"], ["updated_at", "2016-10-06 14:49:13.332876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime rerum deleniti non.\",\"text\":\"The USB circuit is down, index the digital pixel so we can copy the ADP monitor!\"}"], ["created_at", "2016-10-06 14:49:13.333784"], ["updated_at", "2016-10-06 14:49:13.333784"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio qui eveniet atque aut neque ducimus.\",\"text\":\"I'll index the digital FTP application, that should pixel the TCP firewall!\"}"], ["created_at", "2016-10-06 14:49:13.334723"], ["updated_at", "2016-10-06 14:49:13.334723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis natus qui error libero ducimus commodi.\",\"text\":\"The SQL interface is down, hack the multi-byte sensor so we can reboot the RSS microchip!\"}"], ["created_at", "2016-10-06 14:49:13.335643"], ["updated_at", "2016-10-06 14:49:13.335643"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et incidunt qui consectetur nihil.\",\"text\":\"We need to generate the neural SMS capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.336509"], ["updated_at", "2016-10-06 14:49:13.336509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor voluptates rerum numquam doloribus earum.\",\"text\":\"Try to compress the FTP panel, maybe it will compress the primary array!\"}"], ["created_at", "2016-10-06 14:49:13.337369"], ["updated_at", "2016-10-06 14:49:13.337369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum deleniti autem.\",\"text\":\"Try to generate the GB monitor, maybe it will calculate the solid state protocol!\"}"], ["created_at", "2016-10-06 14:49:13.338261"], ["updated_at", "2016-10-06 14:49:13.338261"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit fugiat dolorem ratione magni laudantium aut.\",\"text\":\"I'll generate the bluetooth CSS feed, that should array the SMTP card!\"}"], ["created_at", "2016-10-06 14:49:13.339163"], ["updated_at", "2016-10-06 14:49:13.339163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint cupiditate reiciendis nisi voluptatem dolorem velit accusantium.\",\"text\":\"Indexing the system won't do anything, we need to parse the back-end pci port!\"}"], ["created_at", "2016-10-06 14:49:13.340096"], ["updated_at", "2016-10-06 14:49:13.340096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur eos quia consequatur aspernatur.\",\"text\":\"Use the auxiliary SDD pixel, then you can synthesize the haptic transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.340973"], ["updated_at", "2016-10-06 14:49:13.340973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut optio ullam nihil a sed autem.\",\"text\":\"The AGP application is down, quantify the primary firewall so we can back up the USB application!\"}"], ["created_at", "2016-10-06 14:49:13.341846"], ["updated_at", "2016-10-06 14:49:13.341846"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit ut omnis porro aspernatur.\",\"text\":\"You can't input the pixel without synthesizing the auxiliary GB alarm!\"}"], ["created_at", "2016-10-06 14:49:13.342740"], ["updated_at", "2016-10-06 14:49:13.342740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et officia sed voluptas magnam.\",\"text\":\"I'll bypass the open-source XML port, that should system the AI capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.343700"], ["updated_at", "2016-10-06 14:49:13.343700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus maxime est quas dolor.\",\"text\":\"If we navigate the transmitter, we can get to the AGP capacitor through the open-source EXE array!\"}"], ["created_at", "2016-10-06 14:49:13.344575"], ["updated_at", "2016-10-06 14:49:13.344575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt repellendus voluptatem corrupti reprehenderit nihil.\",\"text\":\"Try to quantify the JBOD microchip, maybe it will bypass the cross-platform hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.345452"], ["updated_at", "2016-10-06 14:49:13.345452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam nihil molestias voluptatem incidunt iste ut.\",\"text\":\"You can't hack the microchip without overriding the cross-platform PNG feed!\"}"], ["created_at", "2016-10-06 14:49:13.346381"], ["updated_at", "2016-10-06 14:49:13.346381"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum officiis occaecati esse.\",\"text\":\"If we quantify the firewall, we can get to the SSL port through the optical SSL microchip!\"}"], ["created_at", "2016-10-06 14:49:13.347318"], ["updated_at", "2016-10-06 14:49:13.347318"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti omnis porro omnis alias quia.\",\"text\":\"I'll hack the online THX panel, that should hard drive the SCSI port!\"}"], ["created_at", "2016-10-06 14:49:13.348262"], ["updated_at", "2016-10-06 14:49:13.348262"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem aperiam quam rerum non nobis.\",\"text\":\"We need to index the open-source SCSI monitor!\"}"], ["created_at", "2016-10-06 14:49:13.349292"], ["updated_at", "2016-10-06 14:49:13.349292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum quisquam placeat eos sint velit doloribus.\",\"text\":\"Bypassing the port won't do anything, we need to navigate the primary xss pixel!\"}"], ["created_at", "2016-10-06 14:49:13.350207"], ["updated_at", "2016-10-06 14:49:13.350207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus praesentium quasi perspiciatis atque doloremque deleniti.\",\"text\":\"I'll override the bluetooth EXE feed, that should firewall the FTP monitor!\"}"], ["created_at", "2016-10-06 14:49:13.351110"], ["updated_at", "2016-10-06 14:49:13.351110"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem corporis quod amet ut ut saepe doloremque.\",\"text\":\"Try to synthesize the HDD pixel, maybe it will hack the 1080p bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.352033"], ["updated_at", "2016-10-06 14:49:13.352033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus nihil non culpa.\",\"text\":\"You can't connect the application without connecting the online FTP system!\"}"], ["created_at", "2016-10-06 14:49:13.352923"], ["updated_at", "2016-10-06 14:49:13.352923"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quas ullam qui.\",\"text\":\"Navigating the firewall won't do anything, we need to bypass the wireless ram array!\"}"], ["created_at", "2016-10-06 14:49:13.353802"], ["updated_at", "2016-10-06 14:49:13.353802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum maiores ratione ut.\",\"text\":\"The COM protocol is down, bypass the wireless array so we can connect the AGP transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.354741"], ["updated_at", "2016-10-06 14:49:13.354741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad aperiam et delectus.\",\"text\":\"I'll back up the primary SCSI driver, that should pixel the AI array!\"}"], ["created_at", "2016-10-06 14:49:13.355665"], ["updated_at", "2016-10-06 14:49:13.355665"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi voluptates ea.\",\"text\":\"You can't compress the application without quantifying the primary XSS sensor!\"}"], ["created_at", "2016-10-06 14:49:13.356531"], ["updated_at", "2016-10-06 14:49:13.356531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed accusantium consequuntur.\",\"text\":\"We need to compress the digital RAM bus!\"}"], ["created_at", "2016-10-06 14:49:13.357404"], ["updated_at", "2016-10-06 14:49:13.357404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam voluptas quia eum excepturi.\",\"text\":\"Connecting the bus won't do anything, we need to calculate the auxiliary jbod capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.358348"], ["updated_at", "2016-10-06 14:49:13.358348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum magni labore magnam maxime.\",\"text\":\"If we copy the array, we can get to the SSL array through the haptic PNG program!\"}"], ["created_at", "2016-10-06 14:49:13.359245"], ["updated_at", "2016-10-06 14:49:13.359245"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem in sit repellat recusandae odit et enim.\",\"text\":\"I'll synthesize the redundant XSS firewall, that should pixel the CSS sensor!\"}"], ["created_at", "2016-10-06 14:49:13.360164"], ["updated_at", "2016-10-06 14:49:13.360164"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit harum praesentium.\",\"text\":\"Calculating the hard drive won't do anything, we need to back up the back-end sas bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.361045"], ["updated_at", "2016-10-06 14:49:13.361045"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit eius est.\",\"text\":\"You can't index the transmitter without navigating the online JBOD microchip!\"}"], ["created_at", "2016-10-06 14:49:13.361923"], ["updated_at", "2016-10-06 14:49:13.361923"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et suscipit aut.\",\"text\":\"The SQL driver is down, parse the bluetooth hard drive so we can index the GB interface!\"}"], ["created_at", "2016-10-06 14:49:13.362842"], ["updated_at", "2016-10-06 14:49:13.362842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad nobis ipsa rem eum ut.\",\"text\":\"Indexing the driver won't do anything, we need to connect the multi-byte com program!\"}"], ["created_at", "2016-10-06 14:49:13.363729"], ["updated_at", "2016-10-06 14:49:13.363729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque commodi et.\",\"text\":\"The RSS microchip is down, parse the multi-byte sensor so we can index the COM capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.364607"], ["updated_at", "2016-10-06 14:49:13.364607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit similique repudiandae totam.\",\"text\":\"You can't calculate the protocol without overriding the online SCSI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.365519"], ["updated_at", "2016-10-06 14:49:13.365519"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim consequuntur ex dolor.\",\"text\":\"I'll override the redundant JSON firewall, that should monitor the XML feed!\"}"], ["created_at", "2016-10-06 14:49:13.366477"], ["updated_at", "2016-10-06 14:49:13.366477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium optio qui sed expedita iste qui hic.\",\"text\":\"If we synthesize the program, we can get to the USB hard drive through the haptic SMTP bus!\"}"], ["created_at", "2016-10-06 14:49:13.367341"], ["updated_at", "2016-10-06 14:49:13.367341"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et inventore suscipit in.\",\"text\":\"If we compress the panel, we can get to the PCI monitor through the optical RAM alarm!\"}"], ["created_at", "2016-10-06 14:49:13.368209"], ["updated_at", "2016-10-06 14:49:13.368209"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam dolores ea voluptates corporis est et omnis.\",\"text\":\"I'll back up the open-source JBOD protocol, that should hard drive the COM matrix!\"}"], ["created_at", "2016-10-06 14:49:13.369092"], ["updated_at", "2016-10-06 14:49:13.369092"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis itaque rerum iure reiciendis odit nesciunt.\",\"text\":\"Use the redundant RSS alarm, then you can hack the solid state monitor!\"}"], ["created_at", "2016-10-06 14:49:13.369974"], ["updated_at", "2016-10-06 14:49:13.369974"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non qui modi nostrum corporis.\",\"text\":\"We need to compress the online AGP bus!\"}"], ["created_at", "2016-10-06 14:49:13.372297"], ["updated_at", "2016-10-06 14:49:13.372297"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus in cumque commodi.\",\"text\":\"I'll navigate the back-end CSS array, that should system the SQL protocol!\"}"], ["created_at", "2016-10-06 14:49:13.373581"], ["updated_at", "2016-10-06 14:49:13.373581"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum ut illum nobis itaque aut repellat.\",\"text\":\"Parsing the monitor won't do anything, we need to override the redundant ssl driver!\"}"], ["created_at", "2016-10-06 14:49:13.374596"], ["updated_at", "2016-10-06 14:49:13.374596"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam ea iusto impedit sint facere necessitatibus quia.\",\"text\":\"If we hack the panel, we can get to the IB pixel through the haptic SMTP circuit!\"}"], ["created_at", "2016-10-06 14:49:13.375619"], ["updated_at", "2016-10-06 14:49:13.375619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed qui ipsam ut magnam saepe ducimus.\",\"text\":\"I'll generate the haptic XSS protocol, that should bus the SDD circuit!\"}"], ["created_at", "2016-10-06 14:49:13.376613"], ["updated_at", "2016-10-06 14:49:13.376613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo aut excepturi aut eum commodi.\",\"text\":\"Use the auxiliary SQL alarm, then you can bypass the digital firewall!\"}"], ["created_at", "2016-10-06 14:49:13.377623"], ["updated_at", "2016-10-06 14:49:13.377623"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem qui est sunt velit.\",\"text\":\"Use the digital RSS driver, then you can generate the digital panel!\"}"], ["created_at", "2016-10-06 14:49:13.378596"], ["updated_at", "2016-10-06 14:49:13.378596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dolor consequatur incidunt.\",\"text\":\"The XML firewall is down, compress the auxiliary transmitter so we can generate the IB microchip!\"}"], ["created_at", "2016-10-06 14:49:13.379526"], ["updated_at", "2016-10-06 14:49:13.379526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nihil omnis sequi.\",\"text\":\"Backing up the alarm won't do anything, we need to override the solid state tcp system!\"}"], ["created_at", "2016-10-06 14:49:13.380486"], ["updated_at", "2016-10-06 14:49:13.380486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat impedit perferendis velit laudantium.\",\"text\":\"I'll transmit the open-source FTP bus, that should bus the EXE alarm!\"}"], ["created_at", "2016-10-06 14:49:13.381420"], ["updated_at", "2016-10-06 14:49:13.381420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam omnis animi quia laboriosam commodi.\",\"text\":\"We need to parse the wireless PNG alarm!\"}"], ["created_at", "2016-10-06 14:49:13.382390"], ["updated_at", "2016-10-06 14:49:13.382390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam aperiam quia inventore occaecati praesentium perferendis.\",\"text\":\"You can't index the matrix without bypassing the online IB interface!\"}"], ["created_at", "2016-10-06 14:49:13.383309"], ["updated_at", "2016-10-06 14:49:13.383309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias corrupti eum soluta aut recusandae nostrum ea.\",\"text\":\"You can't program the hard drive without overriding the online AI microchip!\"}"], ["created_at", "2016-10-06 14:49:13.384267"], ["updated_at", "2016-10-06 14:49:13.384267"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente doloribus quisquam dolores voluptatem enim corporis.\",\"text\":\"Use the bluetooth AI interface, then you can index the optical panel!\"}"], ["created_at", "2016-10-06 14:49:13.385192"], ["updated_at", "2016-10-06 14:49:13.385192"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia reprehenderit quod.\",\"text\":\"The HTTP panel is down, generate the auxiliary transmitter so we can hack the EXE microchip!\"}"], ["created_at", "2016-10-06 14:49:13.386102"], ["updated_at", "2016-10-06 14:49:13.386102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis et reiciendis ab expedita doloribus rerum.\",\"text\":\"If we override the matrix, we can get to the RSS sensor through the online PNG monitor!\"}"], ["created_at", "2016-10-06 14:49:13.387093"], ["updated_at", "2016-10-06 14:49:13.387093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt nam neque ut dicta.\",\"text\":\"If we override the monitor, we can get to the JBOD monitor through the optical RSS sensor!\"}"], ["created_at", "2016-10-06 14:49:13.387987"], ["updated_at", "2016-10-06 14:49:13.387987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et et corrupti.\",\"text\":\"Try to back up the PNG bus, maybe it will parse the online bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.388893"], ["updated_at", "2016-10-06 14:49:13.388893"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt esse cum quis ducimus.\",\"text\":\"We need to override the neural COM matrix!\"}"], ["created_at", "2016-10-06 14:49:13.389767"], ["updated_at", "2016-10-06 14:49:13.389767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum asperiores officiis vel.\",\"text\":\"Use the neural AI feed, then you can bypass the multi-byte panel!\"}"], ["created_at", "2016-10-06 14:49:13.390695"], ["updated_at", "2016-10-06 14:49:13.390695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui expedita in doloribus saepe vel ratione.\",\"text\":\"I'll copy the primary COM array, that should feed the XML feed!\"}"], ["created_at", "2016-10-06 14:49:13.391596"], ["updated_at", "2016-10-06 14:49:13.391596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum qui velit debitis.\",\"text\":\"The AI bus is down, generate the redundant matrix so we can reboot the SDD array!\"}"], ["created_at", "2016-10-06 14:49:13.392549"], ["updated_at", "2016-10-06 14:49:13.392549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit vero mollitia sit id.\",\"text\":\"Use the haptic FTP microchip, then you can calculate the multi-byte alarm!\"}"], ["created_at", "2016-10-06 14:49:13.393488"], ["updated_at", "2016-10-06 14:49:13.393488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta quaerat enim.\",\"text\":\"We need to parse the back-end FTP application!\"}"], ["created_at", "2016-10-06 14:49:13.394458"], ["updated_at", "2016-10-06 14:49:13.394458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate illum id autem laborum.\",\"text\":\"I'll hack the mobile CSS pixel, that should card the HTTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.395407"], ["updated_at", "2016-10-06 14:49:13.395407"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae voluptatem voluptatem.\",\"text\":\"You can't bypass the circuit without connecting the bluetooth AI hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.396338"], ["updated_at", "2016-10-06 14:49:13.396338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente ipsam nobis molestiae.\",\"text\":\"Try to reboot the FTP feed, maybe it will override the redundant microchip!\"}"], ["created_at", "2016-10-06 14:49:13.397286"], ["updated_at", "2016-10-06 14:49:13.397286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo aut enim itaque corrupti est.\",\"text\":\"You can't parse the system without synthesizing the open-source ADP application!\"}"], ["created_at", "2016-10-06 14:49:13.398206"], ["updated_at", "2016-10-06 14:49:13.398206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe consequuntur ratione ullam exercitationem.\",\"text\":\"Programming the matrix won't do anything, we need to synthesize the multi-byte sdd port!\"}"], ["created_at", "2016-10-06 14:49:13.399097"], ["updated_at", "2016-10-06 14:49:13.399097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis in facere non.\",\"text\":\"Use the primary PCI firewall, then you can copy the primary firewall!\"}"], ["created_at", "2016-10-06 14:49:13.400003"], ["updated_at", "2016-10-06 14:49:13.400003"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque et et tenetur qui laborum esse velit.\",\"text\":\"The FTP feed is down, back up the haptic alarm so we can bypass the XSS array!\"}"], ["created_at", "2016-10-06 14:49:13.400909"], ["updated_at", "2016-10-06 14:49:13.400909"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat sit sed incidunt harum sunt cumque magnam.\",\"text\":\"The JBOD feed is down, index the digital driver so we can hack the FTP interface!\"}"], ["created_at", "2016-10-06 14:49:13.401852"], ["updated_at", "2016-10-06 14:49:13.401852"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia corporis sunt.\",\"text\":\"Try to synthesize the AGP interface, maybe it will compress the auxiliary alarm!\"}"], ["created_at", "2016-10-06 14:49:13.402751"], ["updated_at", "2016-10-06 14:49:13.402751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum tempora expedita ipsam facilis.\",\"text\":\"You can't bypass the alarm without programming the online CSS port!\"}"], ["created_at", "2016-10-06 14:49:13.403674"], ["updated_at", "2016-10-06 14:49:13.403674"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit totam sunt sit dolor.\",\"text\":\"Try to connect the THX program, maybe it will reboot the back-end circuit!\"}"], ["created_at", "2016-10-06 14:49:13.404556"], ["updated_at", "2016-10-06 14:49:13.404556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis eos quisquam.\",\"text\":\"I'll generate the redundant GB bandwidth, that should monitor the THX bus!\"}"], ["created_at", "2016-10-06 14:49:13.405565"], ["updated_at", "2016-10-06 14:49:13.405565"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea blanditiis autem est fugiat.\",\"text\":\"Indexing the panel won't do anything, we need to compress the redundant jbod program!\"}"], ["created_at", "2016-10-06 14:49:13.406460"], ["updated_at", "2016-10-06 14:49:13.406460"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum minima et est fugiat deserunt incidunt hic.\",\"text\":\"Use the haptic COM transmitter, then you can index the bluetooth array!\"}"], ["created_at", "2016-10-06 14:49:13.407359"], ["updated_at", "2016-10-06 14:49:13.407359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse libero quia labore et facere culpa.\",\"text\":\"Backing up the bus won't do anything, we need to transmit the 1080p rss driver!\"}"], ["created_at", "2016-10-06 14:49:13.408250"], ["updated_at", "2016-10-06 14:49:13.408250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate asperiores voluptas fugiat deleniti fuga minus est.\",\"text\":\"You can't index the pixel without bypassing the cross-platform AGP alarm!\"}"], ["created_at", "2016-10-06 14:49:13.409174"], ["updated_at", "2016-10-06 14:49:13.409174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt distinctio qui ipsa minus.\",\"text\":\"Use the auxiliary SMTP feed, then you can quantify the cross-platform driver!\"}"], ["created_at", "2016-10-06 14:49:13.410080"], ["updated_at", "2016-10-06 14:49:13.410080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem eos soluta iste.\",\"text\":\"You can't generate the array without quantifying the bluetooth AGP microchip!\"}"], ["created_at", "2016-10-06 14:49:13.411014"], ["updated_at", "2016-10-06 14:49:13.411014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima omnis quia doloribus quia nulla vel.\",\"text\":\"Parsing the interface won't do anything, we need to back up the back-end smtp firewall!\"}"], ["created_at", "2016-10-06 14:49:13.411941"], ["updated_at", "2016-10-06 14:49:13.411941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui corporis voluptas soluta esse aut ut et.\",\"text\":\"Try to parse the EXE application, maybe it will parse the bluetooth microchip!\"}"], ["created_at", "2016-10-06 14:49:13.412850"], ["updated_at", "2016-10-06 14:49:13.412850"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro velit exercitationem itaque necessitatibus id.\",\"text\":\"If we calculate the driver, we can get to the HTTP alarm through the online SQL firewall!\"}"], ["created_at", "2016-10-06 14:49:13.413748"], ["updated_at", "2016-10-06 14:49:13.413748"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore placeat omnis optio nisi esse.\",\"text\":\"Calculating the card won't do anything, we need to override the neural ib bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.414683"], ["updated_at", "2016-10-06 14:49:13.414683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe iste tempore.\",\"text\":\"I'll parse the redundant ADP circuit, that should card the TCP interface!\"}"], ["created_at", "2016-10-06 14:49:13.415601"], ["updated_at", "2016-10-06 14:49:13.415601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur dolor ut aliquid.\",\"text\":\"I'll parse the mobile CSS application, that should feed the SCSI firewall!\"}"], ["created_at", "2016-10-06 14:49:13.416503"], ["updated_at", "2016-10-06 14:49:13.416503"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit voluptate animi tenetur mollitia.\",\"text\":\"The SQL monitor is down, override the mobile pixel so we can compress the SMS system!\"}"], ["created_at", "2016-10-06 14:49:13.417444"], ["updated_at", "2016-10-06 14:49:13.417444"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis ut recusandae.\",\"text\":\"If we quantify the bus, we can get to the JBOD application through the cross-platform RSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.418425"], ["updated_at", "2016-10-06 14:49:13.418425"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero et assumenda neque.\",\"text\":\"Try to generate the SDD interface, maybe it will program the online array!\"}"], ["created_at", "2016-10-06 14:49:13.419495"], ["updated_at", "2016-10-06 14:49:13.419495"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse vero et ipsam enim.\",\"text\":\"If we reboot the microchip, we can get to the SMTP alarm through the digital SAS alarm!\"}"], ["created_at", "2016-10-06 14:49:13.420618"], ["updated_at", "2016-10-06 14:49:13.420618"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem voluptatum ab.\",\"text\":\"I'll input the 1080p FTP capacitor, that should port the SDD circuit!\"}"], ["created_at", "2016-10-06 14:49:13.421768"], ["updated_at", "2016-10-06 14:49:13.421768"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et expedita neque aut.\",\"text\":\"The SSL bandwidth is down, bypass the digital hard drive so we can hack the XML pixel!\"}"], ["created_at", "2016-10-06 14:49:13.423336"], ["updated_at", "2016-10-06 14:49:13.423336"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id assumenda debitis et accusantium.\",\"text\":\"You can't quantify the capacitor without synthesizing the mobile PNG application!\"}"], ["created_at", "2016-10-06 14:49:13.425938"], ["updated_at", "2016-10-06 14:49:13.425938"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis eum totam quaerat nostrum.\",\"text\":\"I'll generate the open-source PNG bandwidth, that should matrix the CSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.427523"], ["updated_at", "2016-10-06 14:49:13.427523"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa dicta molestiae a illo sed.\",\"text\":\"The XML bus is down, calculate the solid state circuit so we can program the PCI capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.430943"], ["updated_at", "2016-10-06 14:49:13.430943"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque ut accusamus omnis molestias perferendis fugit.\",\"text\":\"We need to compress the haptic SDD firewall!\"}"], ["created_at", "2016-10-06 14:49:13.432177"], ["updated_at", "2016-10-06 14:49:13.432177"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sed minus aut.\",\"text\":\"Use the auxiliary PCI system, then you can transmit the primary firewall!\"}"], ["created_at", "2016-10-06 14:49:13.433240"], ["updated_at", "2016-10-06 14:49:13.433240"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas et quia recusandae totam.\",\"text\":\"We need to index the auxiliary COM transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.434280"], ["updated_at", "2016-10-06 14:49:13.434280"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non magnam molestiae eligendi sint ad omnis quas.\",\"text\":\"If we override the monitor, we can get to the USB system through the digital ADP bus!\"}"], ["created_at", "2016-10-06 14:49:13.435451"], ["updated_at", "2016-10-06 14:49:13.435451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni cupiditate aut cumque ad excepturi voluptate.\",\"text\":\"I'll calculate the haptic EXE program, that should capacitor the JBOD bus!\"}"], ["created_at", "2016-10-06 14:49:13.436480"], ["updated_at", "2016-10-06 14:49:13.436480"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ipsam quo doloribus dolores.\",\"text\":\"I'll index the redundant COM bus, that should feed the CSS array!\"}"], ["created_at", "2016-10-06 14:49:13.437456"], ["updated_at", "2016-10-06 14:49:13.437456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus consequatur earum.\",\"text\":\"You can't index the array without generating the neural SQL alarm!\"}"], ["created_at", "2016-10-06 14:49:13.438440"], ["updated_at", "2016-10-06 14:49:13.438440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit non qui voluptas architecto maxime repudiandae.\",\"text\":\"I'll synthesize the optical RAM system, that should pixel the IB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.439390"], ["updated_at", "2016-10-06 14:49:13.439390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae atque nihil.\",\"text\":\"The CSS bandwidth is down, navigate the primary bus so we can quantify the AI interface!\"}"], ["created_at", "2016-10-06 14:49:13.440324"], ["updated_at", "2016-10-06 14:49:13.440324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur ipsa officiis rerum a hic sit nisi.\",\"text\":\"Use the wireless HTTP panel, then you can generate the optical application!\"}"], ["created_at", "2016-10-06 14:49:13.441230"], ["updated_at", "2016-10-06 14:49:13.441230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut rerum iusto expedita voluptatem fugiat.\",\"text\":\"If we connect the monitor, we can get to the FTP panel through the primary JSON port!\"}"], ["created_at", "2016-10-06 14:49:13.442117"], ["updated_at", "2016-10-06 14:49:13.442117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ea excepturi autem saepe.\",\"text\":\"We need to program the cross-platform SAS driver!\"}"], ["created_at", "2016-10-06 14:49:13.443070"], ["updated_at", "2016-10-06 14:49:13.443070"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ut placeat.\",\"text\":\"Try to connect the RAM program, maybe it will bypass the open-source bus!\"}"], ["created_at", "2016-10-06 14:49:13.443958"], ["updated_at", "2016-10-06 14:49:13.443958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque quidem unde dicta qui itaque dolore beatae.\",\"text\":\"You can't navigate the monitor without copying the mobile PNG driver!\"}"], ["created_at", "2016-10-06 14:49:13.444833"], ["updated_at", "2016-10-06 14:49:13.444833"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem eum qui quo magni eius eos ad.\",\"text\":\"Try to transmit the RAM monitor, maybe it will back up the mobile hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.445725"], ["updated_at", "2016-10-06 14:49:13.445725"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim officiis quia distinctio maiores ab eos neque.\",\"text\":\"The RAM driver is down, parse the wireless firewall so we can navigate the JSON sensor!\"}"], ["created_at", "2016-10-06 14:49:13.446620"], ["updated_at", "2016-10-06 14:49:13.446620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ratione non aliquam impedit quibusdam quam.\",\"text\":\"Copying the matrix won't do anything, we need to input the solid state com feed!\"}"], ["created_at", "2016-10-06 14:49:13.447560"], ["updated_at", "2016-10-06 14:49:13.447560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo quia occaecati.\",\"text\":\"I'll parse the open-source XSS circuit, that should feed the COM monitor!\"}"], ["created_at", "2016-10-06 14:49:13.448434"], ["updated_at", "2016-10-06 14:49:13.448434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem sunt ut.\",\"text\":\"Try to synthesize the ADP program, maybe it will bypass the multi-byte bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.449319"], ["updated_at", "2016-10-06 14:49:13.449319"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi molestiae qui non quo.\",\"text\":\"If we input the hard drive, we can get to the XML card through the haptic SSL bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.450203"], ["updated_at", "2016-10-06 14:49:13.450203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est culpa maiores.\",\"text\":\"Use the back-end SMS transmitter, then you can quantify the primary monitor!\"}"], ["created_at", "2016-10-06 14:49:13.451117"], ["updated_at", "2016-10-06 14:49:13.451117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia facilis animi excepturi est illum tenetur sed.\",\"text\":\"The FTP firewall is down, index the mobile panel so we can synthesize the GB hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.452088"], ["updated_at", "2016-10-06 14:49:13.452088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At quo delectus fugiat optio ut quaerat.\",\"text\":\"You can't bypass the port without programming the bluetooth USB array!\"}"], ["created_at", "2016-10-06 14:49:13.453063"], ["updated_at", "2016-10-06 14:49:13.453063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis ea est animi voluptas deleniti.\",\"text\":\"If we connect the alarm, we can get to the SSL capacitor through the primary EXE circuit!\"}"], ["created_at", "2016-10-06 14:49:13.453968"], ["updated_at", "2016-10-06 14:49:13.453968"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis non tempora corrupti est.\",\"text\":\"Use the optical SCSI system, then you can transmit the mobile circuit!\"}"], ["created_at", "2016-10-06 14:49:13.454855"], ["updated_at", "2016-10-06 14:49:13.454855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati inventore quasi magnam qui ea maxime.\",\"text\":\"Use the wireless SCSI bandwidth, then you can index the cross-platform port!\"}"], ["created_at", "2016-10-06 14:49:13.455767"], ["updated_at", "2016-10-06 14:49:13.455767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur nam qui perferendis veritatis consequatur.\",\"text\":\"Use the redundant SDD program, then you can override the 1080p system!\"}"], ["created_at", "2016-10-06 14:49:13.456691"], ["updated_at", "2016-10-06 14:49:13.456691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro eum voluptatem quidem veniam.\",\"text\":\"If we override the port, we can get to the PCI protocol through the solid state IB monitor!\"}"], ["created_at", "2016-10-06 14:49:13.457615"], ["updated_at", "2016-10-06 14:49:13.457615"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi veritatis ad ullam doloribus.\",\"text\":\"Try to generate the SCSI panel, maybe it will navigate the virtual bus!\"}"], ["created_at", "2016-10-06 14:49:13.458498"], ["updated_at", "2016-10-06 14:49:13.458498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut error nobis quibusdam.\",\"text\":\"You can't bypass the microchip without indexing the mobile ADP card!\"}"], ["created_at", "2016-10-06 14:49:13.459385"], ["updated_at", "2016-10-06 14:49:13.459385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo et culpa autem est.\",\"text\":\"We need to parse the online XSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.460286"], ["updated_at", "2016-10-06 14:49:13.460286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut commodi magnam perspiciatis placeat.\",\"text\":\"Try to navigate the XSS bandwidth, maybe it will override the solid state driver!\"}"], ["created_at", "2016-10-06 14:49:13.461217"], ["updated_at", "2016-10-06 14:49:13.461217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut qui voluptas molestiae aliquid libero laboriosam nihil.\",\"text\":\"We need to calculate the back-end GB bus!\"}"], ["created_at", "2016-10-06 14:49:13.462085"], ["updated_at", "2016-10-06 14:49:13.462085"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam omnis sed quo magnam itaque.\",\"text\":\"Indexing the system won't do anything, we need to quantify the multi-byte tcp protocol!\"}"], ["created_at", "2016-10-06 14:49:13.462967"], ["updated_at", "2016-10-06 14:49:13.462967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta cupiditate impedit vel.\",\"text\":\"Indexing the driver won't do anything, we need to program the open-source tcp bus!\"}"], ["created_at", "2016-10-06 14:49:13.463860"], ["updated_at", "2016-10-06 14:49:13.463860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dolor vel pariatur veniam vero.\",\"text\":\"You can't transmit the pixel without indexing the optical USB firewall!\"}"], ["created_at", "2016-10-06 14:49:13.464727"], ["updated_at", "2016-10-06 14:49:13.464727"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta adipisci est qui sequi id.\",\"text\":\"Use the bluetooth AI bandwidth, then you can quantify the open-source monitor!\"}"], ["created_at", "2016-10-06 14:49:13.465613"], ["updated_at", "2016-10-06 14:49:13.465613"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil et quos.\",\"text\":\"Navigating the feed won't do anything, we need to hack the open-source gb matrix!\"}"], ["created_at", "2016-10-06 14:49:13.466486"], ["updated_at", "2016-10-06 14:49:13.466486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe enim aliquid velit.\",\"text\":\"I'll input the bluetooth TCP sensor, that should firewall the ADP program!\"}"], ["created_at", "2016-10-06 14:49:13.467389"], ["updated_at", "2016-10-06 14:49:13.467389"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente exercitationem in ipsa perferendis.\",\"text\":\"Use the wireless USB card, then you can program the optical sensor!\"}"], ["created_at", "2016-10-06 14:49:13.468310"], ["updated_at", "2016-10-06 14:49:13.468310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum et natus.\",\"text\":\"I'll copy the open-source IB feed, that should hard drive the JBOD firewall!\"}"], ["created_at", "2016-10-06 14:49:13.469207"], ["updated_at", "2016-10-06 14:49:13.469207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores recusandae id illo eius numquam distinctio.\",\"text\":\"The SMS bus is down, back up the multi-byte monitor so we can bypass the CSS bus!\"}"], ["created_at", "2016-10-06 14:49:13.470066"], ["updated_at", "2016-10-06 14:49:13.470066"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate reiciendis error iste dicta aut.\",\"text\":\"Generating the hard drive won't do anything, we need to quantify the wireless hdd sensor!\"}"], ["created_at", "2016-10-06 14:49:13.470945"], ["updated_at", "2016-10-06 14:49:13.470945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique omnis velit neque accusamus.\",\"text\":\"Try to compress the IB panel, maybe it will reboot the mobile monitor!\"}"], ["created_at", "2016-10-06 14:49:13.471851"], ["updated_at", "2016-10-06 14:49:13.471851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum eaque qui velit dolorem consectetur sit.\",\"text\":\"The PCI sensor is down, bypass the primary program so we can synthesize the SCSI panel!\"}"], ["created_at", "2016-10-06 14:49:13.472837"], ["updated_at", "2016-10-06 14:49:13.472837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus alias maiores ea.\",\"text\":\"Try to synthesize the PCI capacitor, maybe it will calculate the back-end firewall!\"}"], ["created_at", "2016-10-06 14:49:13.473785"], ["updated_at", "2016-10-06 14:49:13.473785"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ipsa voluptatem molestias occaecati illum possimus rem.\",\"text\":\"Connecting the monitor won't do anything, we need to input the back-end ftp pixel!\"}"], ["created_at", "2016-10-06 14:49:13.474707"], ["updated_at", "2016-10-06 14:49:13.474707"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius quod fuga.\",\"text\":\"Programming the application won't do anything, we need to calculate the open-source agp driver!\"}"], ["created_at", "2016-10-06 14:49:13.475600"], ["updated_at", "2016-10-06 14:49:13.475600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde sunt officiis et rem.\",\"text\":\"Navigating the feed won't do anything, we need to transmit the optical http matrix!\"}"], ["created_at", "2016-10-06 14:49:13.476498"], ["updated_at", "2016-10-06 14:49:13.476498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus est officiis laudantium.\",\"text\":\"We need to parse the optical RSS firewall!\"}"], ["created_at", "2016-10-06 14:49:13.477446"], ["updated_at", "2016-10-06 14:49:13.477446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore aliquam enim occaecati consectetur distinctio similique quia.\",\"text\":\"Copying the application won't do anything, we need to connect the virtual ai alarm!\"}"], ["created_at", "2016-10-06 14:49:13.478328"], ["updated_at", "2016-10-06 14:49:13.478328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem repudiandae veniam aut ea fuga eveniet nihil.\",\"text\":\"The AGP sensor is down, calculate the multi-byte firewall so we can synthesize the IB alarm!\"}"], ["created_at", "2016-10-06 14:49:13.479222"], ["updated_at", "2016-10-06 14:49:13.479222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia quod et unde ullam.\",\"text\":\"We need to compress the bluetooth SAS port!\"}"], ["created_at", "2016-10-06 14:49:13.480088"], ["updated_at", "2016-10-06 14:49:13.480088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit iste atque quia sed.\",\"text\":\"Try to override the IB driver, maybe it will reboot the redundant transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.480955"], ["updated_at", "2016-10-06 14:49:13.480955"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere voluptates eaque provident voluptas sed et.\",\"text\":\"We need to back up the virtual CSS transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.481839"], ["updated_at", "2016-10-06 14:49:13.481839"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga voluptatem officiis distinctio.\",\"text\":\"Try to input the SDD hard drive, maybe it will index the online port!\"}"], ["created_at", "2016-10-06 14:49:13.482758"], ["updated_at", "2016-10-06 14:49:13.482758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et provident tempore.\",\"text\":\"I'll program the auxiliary SCSI sensor, that should panel the PCI driver!\"}"], ["created_at", "2016-10-06 14:49:13.483662"], ["updated_at", "2016-10-06 14:49:13.483662"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum nulla voluptatem quam expedita quia.\",\"text\":\"The SSL array is down, bypass the wireless monitor so we can hack the SMS monitor!\"}"], ["created_at", "2016-10-06 14:49:13.484542"], ["updated_at", "2016-10-06 14:49:13.484542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium esse repudiandae non.\",\"text\":\"The SCSI card is down, bypass the haptic microchip so we can generate the CSS array!\"}"], ["created_at", "2016-10-06 14:49:13.485490"], ["updated_at", "2016-10-06 14:49:13.485490"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus facere recusandae qui pariatur.\",\"text\":\"Try to transmit the SAS array, maybe it will override the auxiliary pixel!\"}"], ["created_at", "2016-10-06 14:49:13.486394"], ["updated_at", "2016-10-06 14:49:13.486394"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptas sed qui sint.\",\"text\":\"We need to override the neural SAS port!\"}"], ["created_at", "2016-10-06 14:49:13.487277"], ["updated_at", "2016-10-06 14:49:13.487277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis voluptatum optio.\",\"text\":\"I'll reboot the open-source HTTP sensor, that should sensor the USB panel!\"}"], ["created_at", "2016-10-06 14:49:13.488142"], ["updated_at", "2016-10-06 14:49:13.488142"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo eligendi maiores possimus consequatur excepturi fugiat dolores.\",\"text\":\"You can't copy the monitor without generating the neural RAM driver!\"}"], ["created_at", "2016-10-06 14:49:13.489030"], ["updated_at", "2016-10-06 14:49:13.489030"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati corrupti nam maxime ducimus sed laudantium rerum.\",\"text\":\"I'll input the 1080p IB bandwidth, that should feed the SSL bus!\"}"], ["created_at", "2016-10-06 14:49:13.489895"], ["updated_at", "2016-10-06 14:49:13.489895"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim magni corrupti.\",\"text\":\"You can't copy the matrix without indexing the open-source SCSI program!\"}"], ["created_at", "2016-10-06 14:49:13.490801"], ["updated_at", "2016-10-06 14:49:13.490801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod quia quos vitae ea ut.\",\"text\":\"We need to transmit the wireless USB array!\"}"], ["created_at", "2016-10-06 14:49:13.491741"], ["updated_at", "2016-10-06 14:49:13.491741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa fugit debitis aut.\",\"text\":\"The TCP firewall is down, parse the multi-byte panel so we can override the RSS monitor!\"}"], ["created_at", "2016-10-06 14:49:13.492622"], ["updated_at", "2016-10-06 14:49:13.492622"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium quia consequatur fugit culpa.\",\"text\":\"If we synthesize the panel, we can get to the RAM system through the cross-platform SMTP card!\"}"], ["created_at", "2016-10-06 14:49:13.493520"], ["updated_at", "2016-10-06 14:49:13.493520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium sint possimus distinctio veniam.\",\"text\":\"If we program the card, we can get to the AI system through the primary SMS alarm!\"}"], ["created_at", "2016-10-06 14:49:13.494472"], ["updated_at", "2016-10-06 14:49:13.494472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias nihil a libero blanditiis perferendis.\",\"text\":\"The CSS interface is down, generate the optical matrix so we can navigate the USB matrix!\"}"], ["created_at", "2016-10-06 14:49:13.495335"], ["updated_at", "2016-10-06 14:49:13.495335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum ex eos quae neque iure voluptatibus et.\",\"text\":\"I'll index the optical SMTP matrix, that should interface the PNG matrix!\"}"], ["created_at", "2016-10-06 14:49:13.496248"], ["updated_at", "2016-10-06 14:49:13.496248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum perferendis dicta est error est.\",\"text\":\"If we navigate the interface, we can get to the AGP interface through the cross-platform SMTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.497181"], ["updated_at", "2016-10-06 14:49:13.497181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis ex soluta ut quae.\",\"text\":\"Try to back up the SMS application, maybe it will program the virtual program!\"}"], ["created_at", "2016-10-06 14:49:13.498092"], ["updated_at", "2016-10-06 14:49:13.498092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non doloribus nemo voluptas.\",\"text\":\"You can't transmit the sensor without navigating the optical SMTP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.499013"], ["updated_at", "2016-10-06 14:49:13.499013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est qui non nobis ab.\",\"text\":\"Try to synthesize the HDD bandwidth, maybe it will generate the mobile pixel!\"}"], ["created_at", "2016-10-06 14:49:13.499886"], ["updated_at", "2016-10-06 14:49:13.499886"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis dolorem laboriosam.\",\"text\":\"Use the haptic AGP protocol, then you can input the auxiliary transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.500764"], ["updated_at", "2016-10-06 14:49:13.500764"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia provident et quis quia laudantium.\",\"text\":\"Try to parse the PNG application, maybe it will synthesize the primary circuit!\"}"], ["created_at", "2016-10-06 14:49:13.501660"], ["updated_at", "2016-10-06 14:49:13.501660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quis quam et sit sit necessitatibus.\",\"text\":\"Use the digital SCSI sensor, then you can bypass the cross-platform panel!\"}"], ["created_at", "2016-10-06 14:49:13.502583"], ["updated_at", "2016-10-06 14:49:13.502583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia est nulla impedit ea.\",\"text\":\"If we connect the interface, we can get to the RAM matrix through the bluetooth PNG port!\"}"], ["created_at", "2016-10-06 14:49:13.503500"], ["updated_at", "2016-10-06 14:49:13.503500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia omnis et quidem omnis pariatur et quis.\",\"text\":\"The PNG pixel is down, generate the digital matrix so we can transmit the USB alarm!\"}"], ["created_at", "2016-10-06 14:49:13.504437"], ["updated_at", "2016-10-06 14:49:13.504437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto optio fuga autem.\",\"text\":\"Connecting the driver won't do anything, we need to input the bluetooth json feed!\"}"], ["created_at", "2016-10-06 14:49:13.505364"], ["updated_at", "2016-10-06 14:49:13.505364"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis facere voluptas qui.\",\"text\":\"We need to input the mobile IB interface!\"}"], ["created_at", "2016-10-06 14:49:13.506394"], ["updated_at", "2016-10-06 14:49:13.506394"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi molestiae dolorum dolorem ut corrupti natus quo.\",\"text\":\"You can't bypass the feed without compressing the optical GB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.507388"], ["updated_at", "2016-10-06 14:49:13.507388"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est incidunt et cupiditate exercitationem quia.\",\"text\":\"I'll compress the open-source USB feed, that should application the RSS protocol!\"}"], ["created_at", "2016-10-06 14:49:13.508359"], ["updated_at", "2016-10-06 14:49:13.508359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere nostrum et.\",\"text\":\"I'll override the 1080p EXE port, that should firewall the GB bus!\"}"], ["created_at", "2016-10-06 14:49:13.509357"], ["updated_at", "2016-10-06 14:49:13.509357"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ex velit.\",\"text\":\"The JBOD firewall is down, parse the redundant hard drive so we can connect the TCP port!\"}"], ["created_at", "2016-10-06 14:49:13.510378"], ["updated_at", "2016-10-06 14:49:13.510378"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus earum voluptas rerum minima explicabo.\",\"text\":\"You can't transmit the array without generating the online SCSI system!\"}"], ["created_at", "2016-10-06 14:49:13.511339"], ["updated_at", "2016-10-06 14:49:13.511339"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores iusto minus impedit autem deserunt et.\",\"text\":\"I'll parse the redundant TCP matrix, that should alarm the IB port!\"}"], ["created_at", "2016-10-06 14:49:13.512319"], ["updated_at", "2016-10-06 14:49:13.512319"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est non ipsa perspiciatis.\",\"text\":\"Use the optical IB hard drive, then you can compress the haptic program!\"}"], ["created_at", "2016-10-06 14:49:13.513288"], ["updated_at", "2016-10-06 14:49:13.513288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet et laudantium aut libero.\",\"text\":\"We need to calculate the haptic XSS matrix!\"}"], ["created_at", "2016-10-06 14:49:13.514277"], ["updated_at", "2016-10-06 14:49:13.514277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum quaerat nisi.\",\"text\":\"If we synthesize the bus, we can get to the CSS protocol through the optical JSON microchip!\"}"], ["created_at", "2016-10-06 14:49:13.515267"], ["updated_at", "2016-10-06 14:49:13.515267"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam quod fugiat eos id quo velit.\",\"text\":\"We need to back up the redundant JSON protocol!\"}"], ["created_at", "2016-10-06 14:49:13.516294"], ["updated_at", "2016-10-06 14:49:13.516294"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione officia magnam quis hic deleniti esse.\",\"text\":\"The XSS port is down, connect the optical hard drive so we can calculate the SQL bus!\"}"], ["created_at", "2016-10-06 14:49:13.517340"], ["updated_at", "2016-10-06 14:49:13.517340"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam necessitatibus doloremque neque.\",\"text\":\"Try to synthesize the TCP driver, maybe it will calculate the solid state program!\"}"], ["created_at", "2016-10-06 14:49:13.518360"], ["updated_at", "2016-10-06 14:49:13.518360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem sed rerum et praesentium.\",\"text\":\"The ADP card is down, program the digital feed so we can quantify the THX panel!\"}"], ["created_at", "2016-10-06 14:49:13.519282"], ["updated_at", "2016-10-06 14:49:13.519282"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis sed ad quia.\",\"text\":\"Try to generate the IB bandwidth, maybe it will input the multi-byte array!\"}"], ["created_at", "2016-10-06 14:49:13.520160"], ["updated_at", "2016-10-06 14:49:13.520160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit asperiores harum.\",\"text\":\"If we program the monitor, we can get to the SMS protocol through the digital AGP application!\"}"], ["created_at", "2016-10-06 14:49:13.521084"], ["updated_at", "2016-10-06 14:49:13.521084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor ut odio nostrum.\",\"text\":\"Use the neural EXE pixel, then you can quantify the cross-platform pixel!\"}"], ["created_at", "2016-10-06 14:49:13.521961"], ["updated_at", "2016-10-06 14:49:13.521961"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam maiores eos optio ab dolor.\",\"text\":\"We need to parse the mobile SSL panel!\"}"], ["created_at", "2016-10-06 14:49:13.522886"], ["updated_at", "2016-10-06 14:49:13.522886"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum labore perferendis sint aut soluta.\",\"text\":\"We need to override the redundant HTTP interface!\"}"], ["created_at", "2016-10-06 14:49:13.523762"], ["updated_at", "2016-10-06 14:49:13.523762"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat voluptas sint voluptas.\",\"text\":\"If we transmit the protocol, we can get to the XML protocol through the auxiliary TCP transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.524654"], ["updated_at", "2016-10-06 14:49:13.524654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta aut qui impedit exercitationem.\",\"text\":\"Use the multi-byte SMTP array, then you can back up the back-end sensor!\"}"], ["created_at", "2016-10-06 14:49:13.525617"], ["updated_at", "2016-10-06 14:49:13.525617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est est magnam modi delectus in non laboriosam.\",\"text\":\"We need to compress the neural SMS firewall!\"}"], ["created_at", "2016-10-06 14:49:13.526548"], ["updated_at", "2016-10-06 14:49:13.526548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos blanditiis neque in qui.\",\"text\":\"The AI interface is down, index the cross-platform driver so we can hack the CSS firewall!\"}"], ["created_at", "2016-10-06 14:49:13.527442"], ["updated_at", "2016-10-06 14:49:13.527442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eum similique voluptatem est.\",\"text\":\"You can't copy the matrix without generating the solid state IB firewall!\"}"], ["created_at", "2016-10-06 14:49:13.528358"], ["updated_at", "2016-10-06 14:49:13.528358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut molestiae inventore aliquam et.\",\"text\":\"The FTP array is down, quantify the digital sensor so we can reboot the AI panel!\"}"], ["created_at", "2016-10-06 14:49:13.529229"], ["updated_at", "2016-10-06 14:49:13.529229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At possimus dolorem sunt porro esse suscipit.\",\"text\":\"If we synthesize the panel, we can get to the JBOD pixel through the mobile FTP protocol!\"}"], ["created_at", "2016-10-06 14:49:13.530110"], ["updated_at", "2016-10-06 14:49:13.530110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia incidunt qui repudiandae reiciendis dolores ipsum.\",\"text\":\"If we calculate the sensor, we can get to the HTTP matrix through the cross-platform AGP sensor!\"}"], ["created_at", "2016-10-06 14:49:13.531025"], ["updated_at", "2016-10-06 14:49:13.531025"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut maiores et temporibus.\",\"text\":\"Try to copy the IB port, maybe it will navigate the haptic card!\"}"], ["created_at", "2016-10-06 14:49:13.532001"], ["updated_at", "2016-10-06 14:49:13.532001"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt quia expedita perspiciatis deleniti.\",\"text\":\"Try to input the SMS transmitter, maybe it will connect the digital firewall!\"}"], ["created_at", "2016-10-06 14:49:13.532901"], ["updated_at", "2016-10-06 14:49:13.532901"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic laboriosam voluptates placeat ex.\",\"text\":\"Try to reboot the HTTP firewall, maybe it will bypass the wireless bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.533789"], ["updated_at", "2016-10-06 14:49:13.533789"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste qui eum eveniet nostrum quam.\",\"text\":\"Programming the driver won't do anything, we need to generate the virtual hdd hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.534739"], ["updated_at", "2016-10-06 14:49:13.534739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet nihil voluptate in aut harum.\",\"text\":\"If we parse the transmitter, we can get to the AGP hard drive through the haptic SDD feed!\"}"], ["created_at", "2016-10-06 14:49:13.535667"], ["updated_at", "2016-10-06 14:49:13.535667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus delectus deleniti veniam ducimus dolores.\",\"text\":\"Compressing the transmitter won't do anything, we need to navigate the back-end hdd card!\"}"], ["created_at", "2016-10-06 14:49:13.536558"], ["updated_at", "2016-10-06 14:49:13.536558"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium sit facilis distinctio.\",\"text\":\"If we copy the interface, we can get to the RSS sensor through the primary JBOD driver!\"}"], ["created_at", "2016-10-06 14:49:13.537465"], ["updated_at", "2016-10-06 14:49:13.537465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere natus inventore cumque ut.\",\"text\":\"Transmitting the program won't do anything, we need to index the wireless tcp sensor!\"}"], ["created_at", "2016-10-06 14:49:13.538382"], ["updated_at", "2016-10-06 14:49:13.538382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis est suscipit recusandae totam.\",\"text\":\"Use the solid state SDD program, then you can input the multi-byte bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.539284"], ["updated_at", "2016-10-06 14:49:13.539284"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi dolores et natus sapiente ex.\",\"text\":\"Use the redundant JSON firewall, then you can reboot the open-source circuit!\"}"], ["created_at", "2016-10-06 14:49:13.540218"], ["updated_at", "2016-10-06 14:49:13.540218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate facilis minima numquam.\",\"text\":\"Try to copy the XSS bus, maybe it will calculate the neural card!\"}"], ["created_at", "2016-10-06 14:49:13.541122"], ["updated_at", "2016-10-06 14:49:13.541122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea voluptatem incidunt.\",\"text\":\"Compressing the card won't do anything, we need to quantify the cross-platform usb system!\"}"], ["created_at", "2016-10-06 14:49:13.542016"], ["updated_at", "2016-10-06 14:49:13.542016"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus consectetur ab quo praesentium.\",\"text\":\"We need to compress the virtual SMTP program!\"}"], ["created_at", "2016-10-06 14:49:13.542942"], ["updated_at", "2016-10-06 14:49:13.542942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum dolor consequatur id ut eveniet.\",\"text\":\"We need to bypass the bluetooth JBOD bus!\"}"], ["created_at", "2016-10-06 14:49:13.543878"], ["updated_at", "2016-10-06 14:49:13.543878"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit sapiente inventore et veniam.\",\"text\":\"You can't parse the microchip without generating the mobile SDD matrix!\"}"], ["created_at", "2016-10-06 14:49:13.544776"], ["updated_at", "2016-10-06 14:49:13.544776"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et culpa modi.\",\"text\":\"I'll bypass the solid state JBOD firewall, that should capacitor the GB sensor!\"}"], ["created_at", "2016-10-06 14:49:13.545748"], ["updated_at", "2016-10-06 14:49:13.545748"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed sit voluptatem.\",\"text\":\"Use the back-end RAM bandwidth, then you can generate the solid state array!\"}"], ["created_at", "2016-10-06 14:49:13.546698"], ["updated_at", "2016-10-06 14:49:13.546698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste aperiam recusandae.\",\"text\":\"Connecting the application won't do anything, we need to index the back-end ssl card!\"}"], ["created_at", "2016-10-06 14:49:13.547638"], ["updated_at", "2016-10-06 14:49:13.547638"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est nisi perferendis asperiores voluptatibus magni.\",\"text\":\"Quantifying the sensor won't do anything, we need to bypass the haptic gb port!\"}"], ["created_at", "2016-10-06 14:49:13.548595"], ["updated_at", "2016-10-06 14:49:13.548595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam quia veritatis beatae quidem id veniam molestias.\",\"text\":\"Overriding the sensor won't do anything, we need to index the 1080p png capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.549543"], ["updated_at", "2016-10-06 14:49:13.549543"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ipsam dolores ex facere quis quod provident.\",\"text\":\"Hacking the capacitor won't do anything, we need to compress the 1080p pci capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.550515"], ["updated_at", "2016-10-06 14:49:13.550515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit aspernatur sunt qui nam.\",\"text\":\"The SDD protocol is down, quantify the cross-platform feed so we can hack the PCI matrix!\"}"], ["created_at", "2016-10-06 14:49:13.551492"], ["updated_at", "2016-10-06 14:49:13.551492"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit illum tempore autem quis.\",\"text\":\"Parsing the program won't do anything, we need to reboot the neural smtp hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.552464"], ["updated_at", "2016-10-06 14:49:13.552464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius ut expedita velit sed.\",\"text\":\"Try to program the ADP interface, maybe it will program the bluetooth pixel!\"}"], ["created_at", "2016-10-06 14:49:13.553386"], ["updated_at", "2016-10-06 14:49:13.553386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam consequatur velit maiores porro hic ducimus dolores.\",\"text\":\"The PNG firewall is down, copy the mobile driver so we can override the SDD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.554314"], ["updated_at", "2016-10-06 14:49:13.554314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit sunt eum voluptatem quos consequatur.\",\"text\":\"If we navigate the microchip, we can get to the THX system through the virtual COM program!\"}"], ["created_at", "2016-10-06 14:49:13.555272"], ["updated_at", "2016-10-06 14:49:13.555272"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores accusamus non omnis dolor exercitationem rerum.\",\"text\":\"If we back up the port, we can get to the RAM port through the wireless COM hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.556217"], ["updated_at", "2016-10-06 14:49:13.556217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda et unde consequuntur repellendus sunt.\",\"text\":\"I'll back up the cross-platform XML interface, that should hard drive the ADP alarm!\"}"], ["created_at", "2016-10-06 14:49:13.557123"], ["updated_at", "2016-10-06 14:49:13.557123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis a voluptas voluptas sed.\",\"text\":\"Transmitting the program won't do anything, we need to program the solid state ram transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.558064"], ["updated_at", "2016-10-06 14:49:13.558064"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto omnis ea sint similique est.\",\"text\":\"We need to input the back-end FTP panel!\"}"], ["created_at", "2016-10-06 14:49:13.558999"], ["updated_at", "2016-10-06 14:49:13.558999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate nemo amet.\",\"text\":\"If we copy the circuit, we can get to the SSL capacitor through the cross-platform AI system!\"}"], ["created_at", "2016-10-06 14:49:13.559950"], ["updated_at", "2016-10-06 14:49:13.559950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias eaque fugit labore.\",\"text\":\"We need to override the online ADP panel!\"}"], ["created_at", "2016-10-06 14:49:13.560917"], ["updated_at", "2016-10-06 14:49:13.560917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis ipsam illum temporibus.\",\"text\":\"The XSS transmitter is down, bypass the neural feed so we can bypass the JBOD port!\"}"], ["created_at", "2016-10-06 14:49:13.561861"], ["updated_at", "2016-10-06 14:49:13.561861"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas totam accusantium architecto.\",\"text\":\"You can't connect the bus without compressing the neural PCI driver!\"}"], ["created_at", "2016-10-06 14:49:13.562762"], ["updated_at", "2016-10-06 14:49:13.562762"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus nesciunt quo.\",\"text\":\"The SQL protocol is down, calculate the redundant microchip so we can navigate the SSL alarm!\"}"], ["created_at", "2016-10-06 14:49:13.563684"], ["updated_at", "2016-10-06 14:49:13.563684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum natus reiciendis commodi omnis voluptatem vel.\",\"text\":\"You can't synthesize the bus without calculating the solid state SMS monitor!\"}"], ["created_at", "2016-10-06 14:49:13.564585"], ["updated_at", "2016-10-06 14:49:13.564585"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore cumque iste aperiam ipsum.\",\"text\":\"You can't synthesize the sensor without quantifying the bluetooth SCSI matrix!\"}"], ["created_at", "2016-10-06 14:49:13.565513"], ["updated_at", "2016-10-06 14:49:13.565513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum qui cum expedita et est.\",\"text\":\"The JBOD program is down, calculate the optical array so we can back up the XML matrix!\"}"], ["created_at", "2016-10-06 14:49:13.566448"], ["updated_at", "2016-10-06 14:49:13.566448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque voluptas aut accusantium quam.\",\"text\":\"The COM system is down, generate the optical driver so we can back up the AI application!\"}"], ["created_at", "2016-10-06 14:49:13.567336"], ["updated_at", "2016-10-06 14:49:13.567336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est est impedit dicta illo libero vero.\",\"text\":\"Calculating the panel won't do anything, we need to bypass the primary tcp feed!\"}"], ["created_at", "2016-10-06 14:49:13.568223"], ["updated_at", "2016-10-06 14:49:13.568223"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur repudiandae ut.\",\"text\":\"The USB array is down, quantify the mobile circuit so we can hack the EXE system!\"}"], ["created_at", "2016-10-06 14:49:13.569123"], ["updated_at", "2016-10-06 14:49:13.569123"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem amet consequuntur in accusantium odio fugiat.\",\"text\":\"You can't reboot the monitor without synthesizing the cross-platform SAS capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.570025"], ["updated_at", "2016-10-06 14:49:13.570025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus molestiae ipsa est.\",\"text\":\"Try to copy the THX driver, maybe it will input the solid state alarm!\"}"], ["created_at", "2016-10-06 14:49:13.570925"], ["updated_at", "2016-10-06 14:49:13.570925"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A fugit ea atque.\",\"text\":\"The SMTP matrix is down, override the wireless protocol so we can parse the JBOD array!\"}"], ["created_at", "2016-10-06 14:49:13.571793"], ["updated_at", "2016-10-06 14:49:13.571793"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit sequi qui veniam.\",\"text\":\"Use the optical THX capacitor, then you can quantify the virtual feed!\"}"], ["created_at", "2016-10-06 14:49:13.572682"], ["updated_at", "2016-10-06 14:49:13.572682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam sunt eos qui dolore voluptates.\",\"text\":\"The XSS sensor is down, reboot the 1080p bandwidth so we can quantify the SSL bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.573568"], ["updated_at", "2016-10-06 14:49:13.573568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem explicabo esse laborum ut veritatis qui.\",\"text\":\"Use the wireless RAM monitor, then you can transmit the optical feed!\"}"], ["created_at", "2016-10-06 14:49:13.574459"], ["updated_at", "2016-10-06 14:49:13.574459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab in sapiente omnis saepe sed consectetur nesciunt.\",\"text\":\"You can't index the card without programming the online AI microchip!\"}"], ["created_at", "2016-10-06 14:49:13.575348"], ["updated_at", "2016-10-06 14:49:13.575348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi libero voluptas magni nostrum accusamus.\",\"text\":\"Use the 1080p SMTP capacitor, then you can parse the haptic capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.576241"], ["updated_at", "2016-10-06 14:49:13.576241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique exercitationem non illo.\",\"text\":\"You can't quantify the sensor without backing up the auxiliary JSON monitor!\"}"], ["created_at", "2016-10-06 14:49:13.577144"], ["updated_at", "2016-10-06 14:49:13.577144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis quasi eaque.\",\"text\":\"Use the haptic HDD hard drive, then you can synthesize the cross-platform protocol!\"}"], ["created_at", "2016-10-06 14:49:13.578055"], ["updated_at", "2016-10-06 14:49:13.578055"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores id excepturi recusandae est sit non tempore.\",\"text\":\"Generating the protocol won't do anything, we need to synthesize the primary xml transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.578996"], ["updated_at", "2016-10-06 14:49:13.578996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam est vero libero aperiam qui et autem.\",\"text\":\"The RAM driver is down, input the primary feed so we can navigate the AGP hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.579930"], ["updated_at", "2016-10-06 14:49:13.579930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem sit beatae officiis expedita amet.\",\"text\":\"Try to connect the SMTP bandwidth, maybe it will navigate the primary array!\"}"], ["created_at", "2016-10-06 14:49:13.580864"], ["updated_at", "2016-10-06 14:49:13.580864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore voluptates quos velit architecto itaque quo.\",\"text\":\"The HDD program is down, transmit the 1080p interface so we can override the RAM pixel!\"}"], ["created_at", "2016-10-06 14:49:13.581771"], ["updated_at", "2016-10-06 14:49:13.581771"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro illum consequatur excepturi alias.\",\"text\":\"If we connect the capacitor, we can get to the COM interface through the redundant JBOD bus!\"}"], ["created_at", "2016-10-06 14:49:13.582685"], ["updated_at", "2016-10-06 14:49:13.582685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid esse aliquam laborum quis in commodi.\",\"text\":\"Try to generate the RAM capacitor, maybe it will bypass the neural system!\"}"], ["created_at", "2016-10-06 14:49:13.583596"], ["updated_at", "2016-10-06 14:49:13.583596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque laborum dolores quae aut dolorem.\",\"text\":\"The AGP bandwidth is down, navigate the online bus so we can quantify the JBOD matrix!\"}"], ["created_at", "2016-10-06 14:49:13.584542"], ["updated_at", "2016-10-06 14:49:13.584542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam animi asperiores nihil aspernatur eligendi sit.\",\"text\":\"The XML microchip is down, back up the cross-platform hard drive so we can parse the RAM interface!\"}"], ["created_at", "2016-10-06 14:49:13.585542"], ["updated_at", "2016-10-06 14:49:13.585542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et non voluptatem.\",\"text\":\"Use the cross-platform ADP firewall, then you can copy the digital microchip!\"}"], ["created_at", "2016-10-06 14:49:13.586484"], ["updated_at", "2016-10-06 14:49:13.586484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam qui voluptas qui eius magni autem.\",\"text\":\"I'll override the solid state HTTP port, that should program the PNG matrix!\"}"], ["created_at", "2016-10-06 14:49:13.587397"], ["updated_at", "2016-10-06 14:49:13.587397"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa officiis autem voluptatem.\",\"text\":\"Try to synthesize the TCP bandwidth, maybe it will copy the redundant application!\"}"], ["created_at", "2016-10-06 14:49:13.588305"], ["updated_at", "2016-10-06 14:49:13.588305"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur sit atque minus voluptas omnis est.\",\"text\":\"I'll copy the auxiliary SQL panel, that should monitor the ADP circuit!\"}"], ["created_at", "2016-10-06 14:49:13.589253"], ["updated_at", "2016-10-06 14:49:13.589253"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum vel voluptatem distinctio consequuntur dolor quia.\",\"text\":\"If we quantify the feed, we can get to the COM array through the mobile THX array!\"}"], ["created_at", "2016-10-06 14:49:13.590236"], ["updated_at", "2016-10-06 14:49:13.590236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel molestiae alias velit velit.\",\"text\":\"I'll reboot the primary THX pixel, that should transmitter the SSL pixel!\"}"], ["created_at", "2016-10-06 14:49:13.591177"], ["updated_at", "2016-10-06 14:49:13.591177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas est ipsam laboriosam.\",\"text\":\"Hacking the firewall won't do anything, we need to calculate the virtual ram capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.592102"], ["updated_at", "2016-10-06 14:49:13.592102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio veniam maiores velit.\",\"text\":\"The THX port is down, copy the redundant capacitor so we can override the TCP protocol!\"}"], ["created_at", "2016-10-06 14:49:13.593041"], ["updated_at", "2016-10-06 14:49:13.593041"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id facilis reiciendis nostrum est fugit aliquam nisi.\",\"text\":\"If we bypass the circuit, we can get to the THX monitor through the open-source FTP protocol!\"}"], ["created_at", "2016-10-06 14:49:13.594015"], ["updated_at", "2016-10-06 14:49:13.594015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque non reprehenderit ea nostrum omnis a.\",\"text\":\"Transmitting the bandwidth won't do anything, we need to quantify the auxiliary adp alarm!\"}"], ["created_at", "2016-10-06 14:49:13.594976"], ["updated_at", "2016-10-06 14:49:13.594976"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui adipisci repellat recusandae amet ut dignissimos.\",\"text\":\"The COM transmitter is down, override the neural monitor so we can calculate the CSS sensor!\"}"], ["created_at", "2016-10-06 14:49:13.595883"], ["updated_at", "2016-10-06 14:49:13.595883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor saepe in est rerum maxime ullam.\",\"text\":\"Parsing the alarm won't do anything, we need to calculate the 1080p sms sensor!\"}"], ["created_at", "2016-10-06 14:49:13.596810"], ["updated_at", "2016-10-06 14:49:13.596810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci quis officiis repellendus accusantium magnam aut.\",\"text\":\"We need to program the mobile TCP firewall!\"}"], ["created_at", "2016-10-06 14:49:13.597787"], ["updated_at", "2016-10-06 14:49:13.597787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores exercitationem doloremque sed numquam.\",\"text\":\"You can't compress the monitor without copying the mobile CSS circuit!\"}"], ["created_at", "2016-10-06 14:49:13.598795"], ["updated_at", "2016-10-06 14:49:13.598795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio perferendis porro adipisci rerum ipsa suscipit dolorem.\",\"text\":\"Bypassing the array won't do anything, we need to reboot the solid state ram port!\"}"], ["created_at", "2016-10-06 14:49:13.599743"], ["updated_at", "2016-10-06 14:49:13.599743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo ut aut architecto harum sit.\",\"text\":\"The USB panel is down, copy the primary interface so we can reboot the ADP system!\"}"], ["created_at", "2016-10-06 14:49:13.600651"], ["updated_at", "2016-10-06 14:49:13.600651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus tempora minima voluptatem quas et veritatis animi.\",\"text\":\"If we generate the port, we can get to the HDD matrix through the bluetooth SAS bus!\"}"], ["created_at", "2016-10-06 14:49:13.601614"], ["updated_at", "2016-10-06 14:49:13.601614"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis facilis perferendis provident facere ipsum.\",\"text\":\"We need to input the auxiliary IB hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.602565"], ["updated_at", "2016-10-06 14:49:13.602565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero laboriosam aut necessitatibus mollitia ipsam.\",\"text\":\"We need to parse the cross-platform COM application!\"}"], ["created_at", "2016-10-06 14:49:13.603484"], ["updated_at", "2016-10-06 14:49:13.603484"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eos velit et repellendus consequatur.\",\"text\":\"We need to navigate the online XSS card!\"}"], ["created_at", "2016-10-06 14:49:13.604427"], ["updated_at", "2016-10-06 14:49:13.604427"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique iure eveniet exercitationem eum molestiae.\",\"text\":\"Try to calculate the HDD port, maybe it will copy the wireless pixel!\"}"], ["created_at", "2016-10-06 14:49:13.610453"], ["updated_at", "2016-10-06 14:49:13.610453"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta odio modi eaque ipsa id.\",\"text\":\"The TCP interface is down, transmit the digital driver so we can bypass the SMS hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.611497"], ["updated_at", "2016-10-06 14:49:13.611497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia voluptatem aut quae autem alias possimus laudantium.\",\"text\":\"We need to hack the back-end XML protocol!\"}"], ["created_at", "2016-10-06 14:49:13.612451"], ["updated_at", "2016-10-06 14:49:13.612451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sunt optio ipsa.\",\"text\":\"You can't index the array without copying the cross-platform SCSI array!\"}"], ["created_at", "2016-10-06 14:49:13.613366"], ["updated_at", "2016-10-06 14:49:13.613366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores nemo nesciunt dolorem.\",\"text\":\"Use the open-source PCI port, then you can bypass the open-source port!\"}"], ["created_at", "2016-10-06 14:49:13.614344"], ["updated_at", "2016-10-06 14:49:13.614344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus nobis tempora delectus fugit ad quas.\",\"text\":\"We need to transmit the redundant RAM application!\"}"], ["created_at", "2016-10-06 14:49:13.615276"], ["updated_at", "2016-10-06 14:49:13.615276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed et asperiores magnam.\",\"text\":\"Backing up the panel won't do anything, we need to input the redundant http driver!\"}"], ["created_at", "2016-10-06 14:49:13.616227"], ["updated_at", "2016-10-06 14:49:13.616227"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis soluta aliquam modi.\",\"text\":\"Use the solid state RAM circuit, then you can navigate the optical application!\"}"], ["created_at", "2016-10-06 14:49:13.617174"], ["updated_at", "2016-10-06 14:49:13.617174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque soluta autem.\",\"text\":\"We need to generate the neural SSL interface!\"}"], ["created_at", "2016-10-06 14:49:13.618160"], ["updated_at", "2016-10-06 14:49:13.618160"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate omnis sunt eum eos assumenda quia.\",\"text\":\"I'll bypass the cross-platform ADP firewall, that should port the RAM port!\"}"], ["created_at", "2016-10-06 14:49:13.619081"], ["updated_at", "2016-10-06 14:49:13.619081"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id velit aut itaque enim.\",\"text\":\"Generating the feed won't do anything, we need to transmit the mobile ai system!\"}"], ["created_at", "2016-10-06 14:49:13.619975"], ["updated_at", "2016-10-06 14:49:13.619975"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem deserunt ab aut qui voluptatem quia.\",\"text\":\"We need to transmit the solid state EXE sensor!\"}"], ["created_at", "2016-10-06 14:49:13.620852"], ["updated_at", "2016-10-06 14:49:13.620852"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus quaerat praesentium est expedita rerum eius.\",\"text\":\"Use the mobile ADP firewall, then you can hack the redundant card!\"}"], ["created_at", "2016-10-06 14:49:13.621771"], ["updated_at", "2016-10-06 14:49:13.621771"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis totam molestiae laboriosam est autem.\",\"text\":\"The GB application is down, index the mobile card so we can calculate the SQL driver!\"}"], ["created_at", "2016-10-06 14:49:13.622727"], ["updated_at", "2016-10-06 14:49:13.622727"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero molestiae recusandae beatae.\",\"text\":\"Bypassing the array won't do anything, we need to generate the back-end ib panel!\"}"], ["created_at", "2016-10-06 14:49:13.623601"], ["updated_at", "2016-10-06 14:49:13.623601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptatem quia.\",\"text\":\"The PCI array is down, program the neural feed so we can calculate the XSS driver!\"}"], ["created_at", "2016-10-06 14:49:13.624486"], ["updated_at", "2016-10-06 14:49:13.624486"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt enim voluptatem adipisci vel eum quae.\",\"text\":\"The IB port is down, reboot the back-end bandwidth so we can connect the XML pixel!\"}"], ["created_at", "2016-10-06 14:49:13.625367"], ["updated_at", "2016-10-06 14:49:13.625367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At animi a quia sequi iure velit.\",\"text\":\"We need to connect the optical PCI port!\"}"], ["created_at", "2016-10-06 14:49:13.626315"], ["updated_at", "2016-10-06 14:49:13.626315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non inventore numquam ea qui aut minus ullam.\",\"text\":\"Use the cross-platform SDD alarm, then you can bypass the digital driver!\"}"], ["created_at", "2016-10-06 14:49:13.627207"], ["updated_at", "2016-10-06 14:49:13.627207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis occaecati natus eaque quo et.\",\"text\":\"You can't input the circuit without generating the multi-byte SMS microchip!\"}"], ["created_at", "2016-10-06 14:49:13.628097"], ["updated_at", "2016-10-06 14:49:13.628097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam magnam sequi ipsam cum.\",\"text\":\"Use the open-source RAM capacitor, then you can synthesize the optical capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.628964"], ["updated_at", "2016-10-06 14:49:13.628964"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore iure occaecati rem commodi.\",\"text\":\"The JBOD microchip is down, parse the optical matrix so we can compress the AI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.629851"], ["updated_at", "2016-10-06 14:49:13.629851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga et nihil ex sed molestiae iusto itaque.\",\"text\":\"Try to connect the SQL circuit, maybe it will reboot the bluetooth bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.630827"], ["updated_at", "2016-10-06 14:49:13.630827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum magni aut aspernatur illum voluptas et.\",\"text\":\"If we calculate the transmitter, we can get to the TCP interface through the 1080p SDD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.631752"], ["updated_at", "2016-10-06 14:49:13.631752"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis occaecati velit assumenda sed quis est.\",\"text\":\"If we parse the pixel, we can get to the COM bandwidth through the virtual XML sensor!\"}"], ["created_at", "2016-10-06 14:49:13.632680"], ["updated_at", "2016-10-06 14:49:13.632680"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem fuga magni.\",\"text\":\"You can't generate the monitor without calculating the digital FTP panel!\"}"], ["created_at", "2016-10-06 14:49:13.633548"], ["updated_at", "2016-10-06 14:49:13.633548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non sapiente magnam minima sit.\",\"text\":\"Use the neural HDD firewall, then you can generate the primary circuit!\"}"], ["created_at", "2016-10-06 14:49:13.634452"], ["updated_at", "2016-10-06 14:49:13.634452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit in assumenda ipsam fugit quasi et.\",\"text\":\"The XSS system is down, back up the wireless array so we can index the ADP firewall!\"}"], ["created_at", "2016-10-06 14:49:13.635340"], ["updated_at", "2016-10-06 14:49:13.635340"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quia nostrum et neque impedit aut.\",\"text\":\"Try to bypass the XSS firewall, maybe it will bypass the 1080p driver!\"}"], ["created_at", "2016-10-06 14:49:13.636222"], ["updated_at", "2016-10-06 14:49:13.636222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea sapiente et at.\",\"text\":\"If we navigate the bandwidth, we can get to the SMS alarm through the haptic RAM monitor!\"}"], ["created_at", "2016-10-06 14:49:13.637159"], ["updated_at", "2016-10-06 14:49:13.637159"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident laboriosam earum quae.\",\"text\":\"Use the wireless XML circuit, then you can calculate the digital circuit!\"}"], ["created_at", "2016-10-06 14:49:13.638057"], ["updated_at", "2016-10-06 14:49:13.638057"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et exercitationem sunt quis qui fugit ut et.\",\"text\":\"If we connect the circuit, we can get to the SAS feed through the primary IB monitor!\"}"], ["created_at", "2016-10-06 14:49:13.639200"], ["updated_at", "2016-10-06 14:49:13.639200"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nihil odit quibusdam labore harum nulla.\",\"text\":\"Try to generate the USB array, maybe it will parse the auxiliary hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.640623"], ["updated_at", "2016-10-06 14:49:13.640623"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos necessitatibus ut pariatur aut voluptatem vitae.\",\"text\":\"The THX interface is down, reboot the 1080p interface so we can input the JSON application!\"}"], ["created_at", "2016-10-06 14:49:13.641764"], ["updated_at", "2016-10-06 14:49:13.641764"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo alias quae doloribus.\",\"text\":\"Use the auxiliary SMS circuit, then you can synthesize the solid state capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.642811"], ["updated_at", "2016-10-06 14:49:13.642811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint tempora magnam alias quas saepe totam sed.\",\"text\":\"If we back up the card, we can get to the SAS sensor through the multi-byte PCI hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.643883"], ["updated_at", "2016-10-06 14:49:13.643883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos autem laborum qui est omnis.\",\"text\":\"The SCSI circuit is down, reboot the digital circuit so we can back up the TCP driver!\"}"], ["created_at", "2016-10-06 14:49:13.644850"], ["updated_at", "2016-10-06 14:49:13.644850"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem dicta ex autem exercitationem ea.\",\"text\":\"We need to compress the open-source PNG microchip!\"}"], ["created_at", "2016-10-06 14:49:13.645834"], ["updated_at", "2016-10-06 14:49:13.645834"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sit iste porro laboriosam ea vitae.\",\"text\":\"Connecting the bandwidth won't do anything, we need to index the solid state usb port!\"}"], ["created_at", "2016-10-06 14:49:13.646831"], ["updated_at", "2016-10-06 14:49:13.646831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt et nulla voluptas eum ut dignissimos.\",\"text\":\"We need to back up the optical USB pixel!\"}"], ["created_at", "2016-10-06 14:49:13.647759"], ["updated_at", "2016-10-06 14:49:13.647759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et totam quas.\",\"text\":\"We need to synthesize the neural THX card!\"}"], ["created_at", "2016-10-06 14:49:13.648697"], ["updated_at", "2016-10-06 14:49:13.648697"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque autem fugiat labore est placeat.\",\"text\":\"Use the digital AI pixel, then you can override the optical microchip!\"}"], ["created_at", "2016-10-06 14:49:13.649600"], ["updated_at", "2016-10-06 14:49:13.649600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae deleniti placeat accusamus velit.\",\"text\":\"Use the cross-platform XML interface, then you can index the solid state firewall!\"}"], ["created_at", "2016-10-06 14:49:13.650531"], ["updated_at", "2016-10-06 14:49:13.650531"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id eum vero.\",\"text\":\"Calculating the hard drive won't do anything, we need to input the neural smtp application!\"}"], ["created_at", "2016-10-06 14:49:13.651448"], ["updated_at", "2016-10-06 14:49:13.651448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab iste cumque et.\",\"text\":\"You can't reboot the hard drive without connecting the redundant SMTP circuit!\"}"], ["created_at", "2016-10-06 14:49:13.652391"], ["updated_at", "2016-10-06 14:49:13.652391"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora id voluptatem sed vel qui aut.\",\"text\":\"You can't program the system without quantifying the open-source HDD firewall!\"}"], ["created_at", "2016-10-06 14:49:13.653287"], ["updated_at", "2016-10-06 14:49:13.653287"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt aut non repellendus atque mollitia soluta.\",\"text\":\"Use the online FTP microchip, then you can navigate the online array!\"}"], ["created_at", "2016-10-06 14:49:13.654199"], ["updated_at", "2016-10-06 14:49:13.654199"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid reiciendis soluta enim.\",\"text\":\"The SAS protocol is down, input the primary firewall so we can connect the XML alarm!\"}"], ["created_at", "2016-10-06 14:49:13.655084"], ["updated_at", "2016-10-06 14:49:13.655084"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit dolore non sequi est veritatis aut incidunt.\",\"text\":\"Try to hack the SAS program, maybe it will compress the wireless program!\"}"], ["created_at", "2016-10-06 14:49:13.655988"], ["updated_at", "2016-10-06 14:49:13.655988"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum accusantium maxime.\",\"text\":\"I'll reboot the optical JBOD transmitter, that should port the THX microchip!\"}"], ["created_at", "2016-10-06 14:49:13.656940"], ["updated_at", "2016-10-06 14:49:13.656940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae delectus perferendis eligendi deleniti id et.\",\"text\":\"I'll transmit the solid state PNG application, that should feed the SSL pixel!\"}"], ["created_at", "2016-10-06 14:49:13.657841"], ["updated_at", "2016-10-06 14:49:13.657841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos tenetur itaque voluptatum nobis.\",\"text\":\"We need to synthesize the virtual SSL port!\"}"], ["created_at", "2016-10-06 14:49:13.658805"], ["updated_at", "2016-10-06 14:49:13.658805"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi quo architecto.\",\"text\":\"I'll index the wireless SCSI bus, that should card the COM bus!\"}"], ["created_at", "2016-10-06 14:49:13.659726"], ["updated_at", "2016-10-06 14:49:13.659726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus voluptas eos.\",\"text\":\"The HDD circuit is down, input the online circuit so we can reboot the XML transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.660644"], ["updated_at", "2016-10-06 14:49:13.660644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure quis vero eligendi at sed ad ipsa.\",\"text\":\"The SCSI program is down, transmit the neural microchip so we can quantify the FTP panel!\"}"], ["created_at", "2016-10-06 14:49:13.661517"], ["updated_at", "2016-10-06 14:49:13.661517"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi rem nemo inventore perspiciatis.\",\"text\":\"The AGP protocol is down, compress the multi-byte array so we can parse the USB array!\"}"], ["created_at", "2016-10-06 14:49:13.662397"], ["updated_at", "2016-10-06 14:49:13.662397"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla ea soluta et ipsam odit.\",\"text\":\"Generating the matrix won't do anything, we need to copy the digital ram circuit!\"}"], ["created_at", "2016-10-06 14:49:13.663305"], ["updated_at", "2016-10-06 14:49:13.663305"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos iure vel.\",\"text\":\"I'll quantify the digital HDD driver, that should driver the CSS interface!\"}"], ["created_at", "2016-10-06 14:49:13.664235"], ["updated_at", "2016-10-06 14:49:13.664235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque velit eveniet rem.\",\"text\":\"I'll quantify the haptic PCI bandwidth, that should sensor the RAM bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.665150"], ["updated_at", "2016-10-06 14:49:13.665150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae repellat vitae corrupti et provident.\",\"text\":\"You can't quantify the card without programming the open-source RSS system!\"}"], ["created_at", "2016-10-06 14:49:13.666076"], ["updated_at", "2016-10-06 14:49:13.666076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit eos ea at.\",\"text\":\"You can't synthesize the bandwidth without programming the bluetooth USB system!\"}"], ["created_at", "2016-10-06 14:49:13.666968"], ["updated_at", "2016-10-06 14:49:13.666968"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae saepe vel.\",\"text\":\"Parsing the pixel won't do anything, we need to quantify the cross-platform tcp transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.667877"], ["updated_at", "2016-10-06 14:49:13.667877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur quia qui amet eius qui assumenda.\",\"text\":\"If we bypass the feed, we can get to the RAM program through the bluetooth SSL card!\"}"], ["created_at", "2016-10-06 14:49:13.668845"], ["updated_at", "2016-10-06 14:49:13.668845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi aut harum quae aliquid.\",\"text\":\"Quantifying the capacitor won't do anything, we need to connect the redundant sas circuit!\"}"], ["created_at", "2016-10-06 14:49:13.669756"], ["updated_at", "2016-10-06 14:49:13.669756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id tempora harum.\",\"text\":\"You can't parse the sensor without transmitting the haptic SCSI capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.670649"], ["updated_at", "2016-10-06 14:49:13.670649"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam deserunt in.\",\"text\":\"Indexing the card won't do anything, we need to bypass the primary ram feed!\"}"], ["created_at", "2016-10-06 14:49:13.671516"], ["updated_at", "2016-10-06 14:49:13.671516"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium ab ullam excepturi saepe consequatur sapiente.\",\"text\":\"We need to synthesize the redundant PCI microchip!\"}"], ["created_at", "2016-10-06 14:49:13.672399"], ["updated_at", "2016-10-06 14:49:13.672399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi ut esse laborum magni.\",\"text\":\"Use the haptic PCI protocol, then you can program the online transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.673300"], ["updated_at", "2016-10-06 14:49:13.673300"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate officiis sunt.\",\"text\":\"I'll override the digital CSS program, that should microchip the SMTP driver!\"}"], ["created_at", "2016-10-06 14:49:13.674218"], ["updated_at", "2016-10-06 14:49:13.674218"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea molestiae aut ad rerum vero quas.\",\"text\":\"We need to parse the redundant XML matrix!\"}"], ["created_at", "2016-10-06 14:49:13.675108"], ["updated_at", "2016-10-06 14:49:13.675108"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat qui tempore quo aut aut.\",\"text\":\"Use the open-source PCI monitor, then you can parse the back-end microchip!\"}"], ["created_at", "2016-10-06 14:49:13.676042"], ["updated_at", "2016-10-06 14:49:13.676042"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit repellat sint delectus placeat quis qui possimus.\",\"text\":\"Calculating the capacitor won't do anything, we need to navigate the bluetooth ftp port!\"}"], ["created_at", "2016-10-06 14:49:13.676952"], ["updated_at", "2016-10-06 14:49:13.676952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet assumenda accusantium quisquam possimus sint.\",\"text\":\"The SMTP circuit is down, calculate the online card so we can connect the SMTP circuit!\"}"], ["created_at", "2016-10-06 14:49:13.677813"], ["updated_at", "2016-10-06 14:49:13.677813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum accusamus est cum consequatur corporis.\",\"text\":\"Use the 1080p AGP system, then you can hack the redundant system!\"}"], ["created_at", "2016-10-06 14:49:13.678740"], ["updated_at", "2016-10-06 14:49:13.678740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia maiores repellendus eum sed.\",\"text\":\"The SQL driver is down, calculate the open-source protocol so we can bypass the SMTP monitor!\"}"], ["created_at", "2016-10-06 14:49:13.679667"], ["updated_at", "2016-10-06 14:49:13.679667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id consequuntur placeat illo.\",\"text\":\"We need to back up the mobile RAM port!\"}"], ["created_at", "2016-10-06 14:49:13.680532"], ["updated_at", "2016-10-06 14:49:13.680532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et corrupti voluptates quisquam consectetur sunt itaque natus.\",\"text\":\"The EXE hard drive is down, program the solid state alarm so we can index the IB firewall!\"}"], ["created_at", "2016-10-06 14:49:13.681421"], ["updated_at", "2016-10-06 14:49:13.681421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus deserunt quam quis inventore in aliquam.\",\"text\":\"You can't copy the program without generating the wireless RSS application!\"}"], ["created_at", "2016-10-06 14:49:13.682329"], ["updated_at", "2016-10-06 14:49:13.682329"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat amet fugit ea ullam.\",\"text\":\"You can't bypass the circuit without parsing the bluetooth SCSI monitor!\"}"], ["created_at", "2016-10-06 14:49:13.683201"], ["updated_at", "2016-10-06 14:49:13.683201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non qui repellat doloremque ducimus.\",\"text\":\"Connecting the protocol won't do anything, we need to transmit the online ib application!\"}"], ["created_at", "2016-10-06 14:49:13.684088"], ["updated_at", "2016-10-06 14:49:13.684088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos molestiae suscipit laboriosam quam sed nihil.\",\"text\":\"The RAM capacitor is down, program the neural driver so we can back up the GB microchip!\"}"], ["created_at", "2016-10-06 14:49:13.684979"], ["updated_at", "2016-10-06 14:49:13.684979"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt iure sit ullam.\",\"text\":\"Use the primary THX capacitor, then you can connect the online array!\"}"], ["created_at", "2016-10-06 14:49:13.685880"], ["updated_at", "2016-10-06 14:49:13.685880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non suscipit soluta qui officiis.\",\"text\":\"Use the redundant TCP capacitor, then you can generate the optical firewall!\"}"], ["created_at", "2016-10-06 14:49:13.686845"], ["updated_at", "2016-10-06 14:49:13.686845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quos accusamus et.\",\"text\":\"The PNG protocol is down, transmit the online microchip so we can copy the EXE application!\"}"], ["created_at", "2016-10-06 14:49:13.687745"], ["updated_at", "2016-10-06 14:49:13.687745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos est nostrum velit sed labore.\",\"text\":\"Use the digital SCSI matrix, then you can connect the digital sensor!\"}"], ["created_at", "2016-10-06 14:49:13.688631"], ["updated_at", "2016-10-06 14:49:13.688631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui possimus error.\",\"text\":\"I'll generate the mobile RAM application, that should feed the COM alarm!\"}"], ["created_at", "2016-10-06 14:49:13.689589"], ["updated_at", "2016-10-06 14:49:13.689589"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad consectetur fugiat at.\",\"text\":\"I'll parse the multi-byte SSL capacitor, that should alarm the HDD bus!\"}"], ["created_at", "2016-10-06 14:49:13.690585"], ["updated_at", "2016-10-06 14:49:13.690585"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est at repellendus quia.\",\"text\":\"If we synthesize the firewall, we can get to the ADP port through the open-source JBOD program!\"}"], ["created_at", "2016-10-06 14:49:13.691649"], ["updated_at", "2016-10-06 14:49:13.691649"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque non optio.\",\"text\":\"The SSL port is down, synthesize the mobile firewall so we can transmit the GB protocol!\"}"], ["created_at", "2016-10-06 14:49:13.692752"], ["updated_at", "2016-10-06 14:49:13.692752"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non voluptatibus dolore cum laudantium.\",\"text\":\"If we connect the monitor, we can get to the XSS feed through the virtual HDD sensor!\"}"], ["created_at", "2016-10-06 14:49:13.693868"], ["updated_at", "2016-10-06 14:49:13.693868"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit nam blanditiis deserunt natus est fugiat.\",\"text\":\"If we synthesize the pixel, we can get to the COM sensor through the bluetooth SDD system!\"}"], ["created_at", "2016-10-06 14:49:13.694936"], ["updated_at", "2016-10-06 14:49:13.694936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste neque nostrum quae.\",\"text\":\"Try to quantify the HDD sensor, maybe it will override the mobile capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.695998"], ["updated_at", "2016-10-06 14:49:13.695998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi similique magni et laboriosam.\",\"text\":\"I'll index the online SMTP protocol, that should feed the EXE feed!\"}"], ["created_at", "2016-10-06 14:49:13.697044"], ["updated_at", "2016-10-06 14:49:13.697044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero aut sunt consectetur harum.\",\"text\":\"We need to generate the open-source GB array!\"}"], ["created_at", "2016-10-06 14:49:13.698072"], ["updated_at", "2016-10-06 14:49:13.698072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis temporibus occaecati eaque aperiam consequatur.\",\"text\":\"Compressing the sensor won't do anything, we need to program the neural rss program!\"}"], ["created_at", "2016-10-06 14:49:13.699120"], ["updated_at", "2016-10-06 14:49:13.699120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate doloremque nostrum reprehenderit quia quis dolorem.\",\"text\":\"If we parse the driver, we can get to the ADP bandwidth through the neural ADP matrix!\"}"], ["created_at", "2016-10-06 14:49:13.700022"], ["updated_at", "2016-10-06 14:49:13.700022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur omnis recusandae omnis corporis accusantium iste.\",\"text\":\"Generating the array won't do anything, we need to quantify the mobile tcp transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.700901"], ["updated_at", "2016-10-06 14:49:13.700901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse quas perferendis impedit.\",\"text\":\"Generating the card won't do anything, we need to index the neural xss bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.701835"], ["updated_at", "2016-10-06 14:49:13.701835"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus reprehenderit dolor excepturi eum.\",\"text\":\"The PNG application is down, calculate the optical pixel so we can quantify the SMS microchip!\"}"], ["created_at", "2016-10-06 14:49:13.702790"], ["updated_at", "2016-10-06 14:49:13.702790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti dolorem voluptas est voluptatem dolore.\",\"text\":\"We need to generate the wireless SAS array!\"}"], ["created_at", "2016-10-06 14:49:13.703705"], ["updated_at", "2016-10-06 14:49:13.703705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quos modi minima.\",\"text\":\"You can't bypass the interface without calculating the back-end HTTP capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.704612"], ["updated_at", "2016-10-06 14:49:13.704612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis necessitatibus qui earum dolorum recusandae modi omnis.\",\"text\":\"Use the optical SSL feed, then you can calculate the primary transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.705552"], ["updated_at", "2016-10-06 14:49:13.705552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione nihil et qui quisquam tempora consequatur.\",\"text\":\"The TCP alarm is down, back up the online pixel so we can hack the SMS sensor!\"}"], ["created_at", "2016-10-06 14:49:13.706493"], ["updated_at", "2016-10-06 14:49:13.706493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel nam aliquam.\",\"text\":\"We need to connect the open-source EXE panel!\"}"], ["created_at", "2016-10-06 14:49:13.707487"], ["updated_at", "2016-10-06 14:49:13.707487"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut cumque qui sit excepturi.\",\"text\":\"Transmitting the array won't do anything, we need to parse the auxiliary com monitor!\"}"], ["created_at", "2016-10-06 14:49:13.708497"], ["updated_at", "2016-10-06 14:49:13.708497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem voluptas porro pariatur quo repellendus in eligendi.\",\"text\":\"Try to generate the XSS alarm, maybe it will index the digital driver!\"}"], ["created_at", "2016-10-06 14:49:13.709429"], ["updated_at", "2016-10-06 14:49:13.709429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe cumque ut quidem eos.\",\"text\":\"If we index the capacitor, we can get to the AI panel through the virtual PNG pixel!\"}"], ["created_at", "2016-10-06 14:49:13.710411"], ["updated_at", "2016-10-06 14:49:13.710411"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae accusantium inventore id iure voluptate vel excepturi.\",\"text\":\"Try to calculate the EXE interface, maybe it will generate the auxiliary matrix!\"}"], ["created_at", "2016-10-06 14:49:13.711359"], ["updated_at", "2016-10-06 14:49:13.711359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam ducimus dolorum.\",\"text\":\"Use the redundant THX circuit, then you can quantify the back-end array!\"}"], ["created_at", "2016-10-06 14:49:13.712283"], ["updated_at", "2016-10-06 14:49:13.712283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque omnis quos unde doloribus impedit repellat.\",\"text\":\"Indexing the capacitor won't do anything, we need to compress the cross-platform ftp microchip!\"}"], ["created_at", "2016-10-06 14:49:13.713223"], ["updated_at", "2016-10-06 14:49:13.713223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi laudantium illo.\",\"text\":\"I'll synthesize the back-end RSS port, that should feed the THX program!\"}"], ["created_at", "2016-10-06 14:49:13.714156"], ["updated_at", "2016-10-06 14:49:13.714156"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi aut dolorem dolor qui rerum.\",\"text\":\"Connecting the monitor won't do anything, we need to reboot the online com panel!\"}"], ["created_at", "2016-10-06 14:49:13.715056"], ["updated_at", "2016-10-06 14:49:13.715056"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo amet quae repellendus provident quia.\",\"text\":\"Transmitting the card won't do anything, we need to synthesize the bluetooth ib interface!\"}"], ["created_at", "2016-10-06 14:49:13.715938"], ["updated_at", "2016-10-06 14:49:13.715938"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit a expedita maiores ad.\",\"text\":\"The HDD interface is down, navigate the solid state transmitter so we can reboot the EXE firewall!\"}"], ["created_at", "2016-10-06 14:49:13.716818"], ["updated_at", "2016-10-06 14:49:13.716818"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum iste inventore similique maxime soluta.\",\"text\":\"Try to input the HTTP bandwidth, maybe it will hack the redundant feed!\"}"], ["created_at", "2016-10-06 14:49:13.717698"], ["updated_at", "2016-10-06 14:49:13.717698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid labore dolores porro ut ut ratione sunt.\",\"text\":\"You can't reboot the interface without programming the digital TCP matrix!\"}"], ["created_at", "2016-10-06 14:49:13.718688"], ["updated_at", "2016-10-06 14:49:13.718688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus provident eos eum debitis.\",\"text\":\"Try to index the RAM monitor, maybe it will reboot the cross-platform card!\"}"], ["created_at", "2016-10-06 14:49:13.719604"], ["updated_at", "2016-10-06 14:49:13.719604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur quia qui vero et recusandae.\",\"text\":\"You can't back up the microchip without programming the virtual GB array!\"}"], ["created_at", "2016-10-06 14:49:13.720526"], ["updated_at", "2016-10-06 14:49:13.720526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas nam rem quia.\",\"text\":\"If we index the sensor, we can get to the PCI system through the multi-byte PCI capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.721467"], ["updated_at", "2016-10-06 14:49:13.721467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et nisi.\",\"text\":\"The AI port is down, reboot the haptic microchip so we can copy the PNG sensor!\"}"], ["created_at", "2016-10-06 14:49:13.722421"], ["updated_at", "2016-10-06 14:49:13.722421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum voluptas est voluptas est qui consequuntur.\",\"text\":\"The HTTP pixel is down, index the online matrix so we can back up the COM transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.723285"], ["updated_at", "2016-10-06 14:49:13.723285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aperiam quibusdam numquam sed assumenda sint quis.\",\"text\":\"You can't input the sensor without quantifying the neural SMTP microchip!\"}"], ["created_at", "2016-10-06 14:49:13.724176"], ["updated_at", "2016-10-06 14:49:13.724176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur vel illo tempora.\",\"text\":\"Try to program the JSON program, maybe it will index the open-source matrix!\"}"], ["created_at", "2016-10-06 14:49:13.725054"], ["updated_at", "2016-10-06 14:49:13.725054"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ut sunt praesentium atque.\",\"text\":\"We need to hack the haptic RSS monitor!\"}"], ["created_at", "2016-10-06 14:49:13.725914"], ["updated_at", "2016-10-06 14:49:13.725914"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius hic doloremque nobis.\",\"text\":\"We need to input the optical IB card!\"}"], ["created_at", "2016-10-06 14:49:13.726873"], ["updated_at", "2016-10-06 14:49:13.726873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint ab laboriosam.\",\"text\":\"If we compress the firewall, we can get to the AI firewall through the virtual SAS pixel!\"}"], ["created_at", "2016-10-06 14:49:13.727800"], ["updated_at", "2016-10-06 14:49:13.727800"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi et cum nulla nihil ipsa.\",\"text\":\"Navigating the circuit won't do anything, we need to quantify the back-end ftp card!\"}"], ["created_at", "2016-10-06 14:49:13.728692"], ["updated_at", "2016-10-06 14:49:13.728692"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est mollitia provident quaerat numquam fuga ea.\",\"text\":\"I'll calculate the cross-platform SMS firewall, that should hard drive the HDD monitor!\"}"], ["created_at", "2016-10-06 14:49:13.729568"], ["updated_at", "2016-10-06 14:49:13.729568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam sit ipsa qui.\",\"text\":\"We need to connect the mobile PCI application!\"}"], ["created_at", "2016-10-06 14:49:13.730500"], ["updated_at", "2016-10-06 14:49:13.730500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus aspernatur praesentium.\",\"text\":\"I'll program the redundant SDD protocol, that should alarm the USB capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.731398"], ["updated_at", "2016-10-06 14:49:13.731398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor ea modi.\",\"text\":\"Use the redundant HDD program, then you can compress the 1080p system!\"}"], ["created_at", "2016-10-06 14:49:13.732281"], ["updated_at", "2016-10-06 14:49:13.732281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt est et neque aut dolorum.\",\"text\":\"Try to program the XML port, maybe it will compress the auxiliary array!\"}"], ["created_at", "2016-10-06 14:49:13.733178"], ["updated_at", "2016-10-06 14:49:13.733178"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium perspiciatis est et.\",\"text\":\"Connecting the system won't do anything, we need to back up the haptic ram microchip!\"}"], ["created_at", "2016-10-06 14:49:13.734057"], ["updated_at", "2016-10-06 14:49:13.734057"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut fugit aperiam ut veritatis.\",\"text\":\"Try to generate the SCSI circuit, maybe it will synthesize the bluetooth matrix!\"}"], ["created_at", "2016-10-06 14:49:13.735104"], ["updated_at", "2016-10-06 14:49:13.735104"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam deleniti et asperiores.\",\"text\":\"The AI panel is down, transmit the mobile system so we can bypass the JBOD transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.736055"], ["updated_at", "2016-10-06 14:49:13.736055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id labore quia quo qui ducimus et.\",\"text\":\"I'll compress the open-source FTP protocol, that should card the TCP bus!\"}"], ["created_at", "2016-10-06 14:49:13.736989"], ["updated_at", "2016-10-06 14:49:13.736989"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse iure dolores laudantium quia delectus et.\",\"text\":\"Use the multi-byte FTP panel, then you can quantify the back-end bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.737897"], ["updated_at", "2016-10-06 14:49:13.737897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti et distinctio suscipit ratione saepe quia.\",\"text\":\"The JSON microchip is down, connect the digital microchip so we can transmit the GB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.738812"], ["updated_at", "2016-10-06 14:49:13.738812"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro eum dolorem.\",\"text\":\"Use the digital IB capacitor, then you can navigate the haptic hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.739699"], ["updated_at", "2016-10-06 14:49:13.739699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni rem id.\",\"text\":\"If we connect the bus, we can get to the AI application through the neural PNG card!\"}"], ["created_at", "2016-10-06 14:49:13.740626"], ["updated_at", "2016-10-06 14:49:13.740626"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem animi minima vero.\",\"text\":\"We need to transmit the mobile COM feed!\"}"], ["created_at", "2016-10-06 14:49:13.741518"], ["updated_at", "2016-10-06 14:49:13.741518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi reiciendis alias ipsam est corrupti quos totam.\",\"text\":\"You can't synthesize the circuit without connecting the virtual AGP alarm!\"}"], ["created_at", "2016-10-06 14:49:13.742413"], ["updated_at", "2016-10-06 14:49:13.742413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quaerat neque dignissimos ut illum tempora deleniti.\",\"text\":\"The SMS alarm is down, calculate the bluetooth protocol so we can copy the SQL matrix!\"}"], ["created_at", "2016-10-06 14:49:13.743303"], ["updated_at", "2016-10-06 14:49:13.743303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero repellat temporibus deserunt voluptate.\",\"text\":\"Use the solid state SMTP capacitor, then you can synthesize the auxiliary bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.744206"], ["updated_at", "2016-10-06 14:49:13.744206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas optio tenetur sunt culpa rem quaerat aperiam.\",\"text\":\"Generating the card won't do anything, we need to compress the cross-platform json panel!\"}"], ["created_at", "2016-10-06 14:49:13.745091"], ["updated_at", "2016-10-06 14:49:13.745091"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem et quasi provident perspiciatis dolorum maiores.\",\"text\":\"Use the multi-byte ADP hard drive, then you can synthesize the auxiliary capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.745958"], ["updated_at", "2016-10-06 14:49:13.745958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis eos asperiores aperiam soluta.\",\"text\":\"You can't transmit the application without bypassing the open-source COM driver!\"}"], ["created_at", "2016-10-06 14:49:13.746849"], ["updated_at", "2016-10-06 14:49:13.746849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis ab pariatur.\",\"text\":\"Copying the port won't do anything, we need to connect the 1080p png system!\"}"], ["created_at", "2016-10-06 14:49:13.747738"], ["updated_at", "2016-10-06 14:49:13.747738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non excepturi quod et sed.\",\"text\":\"I'll connect the multi-byte HTTP alarm, that should transmitter the SCSI port!\"}"], ["created_at", "2016-10-06 14:49:13.748608"], ["updated_at", "2016-10-06 14:49:13.748608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et qui possimus.\",\"text\":\"Try to synthesize the SQL pixel, maybe it will calculate the multi-byte alarm!\"}"], ["created_at", "2016-10-06 14:49:13.749504"], ["updated_at", "2016-10-06 14:49:13.749504"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa non qui laboriosam tempora.\",\"text\":\"Bypassing the bus won't do anything, we need to connect the mobile rss port!\"}"], ["created_at", "2016-10-06 14:49:13.750407"], ["updated_at", "2016-10-06 14:49:13.750407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non eius voluptas atque.\",\"text\":\"The HDD microchip is down, connect the cross-platform port so we can generate the USB system!\"}"], ["created_at", "2016-10-06 14:49:13.751325"], ["updated_at", "2016-10-06 14:49:13.751325"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius impedit sed incidunt quod reprehenderit ratione dolores.\",\"text\":\"The SCSI capacitor is down, index the wireless driver so we can index the JBOD pixel!\"}"], ["created_at", "2016-10-06 14:49:13.752232"], ["updated_at", "2016-10-06 14:49:13.752232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum velit animi et totam voluptatem doloribus sequi.\",\"text\":\"If we navigate the bus, we can get to the PNG pixel through the wireless SCSI array!\"}"], ["created_at", "2016-10-06 14:49:13.753114"], ["updated_at", "2016-10-06 14:49:13.753114"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo eum ea quaerat vitae.\",\"text\":\"If we quantify the transmitter, we can get to the ADP feed through the optical CSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.753972"], ["updated_at", "2016-10-06 14:49:13.753972"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae doloremque et.\",\"text\":\"Use the redundant CSS protocol, then you can back up the primary program!\"}"], ["created_at", "2016-10-06 14:49:13.754864"], ["updated_at", "2016-10-06 14:49:13.754864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique nihil rerum ut unde ipsum.\",\"text\":\"Use the virtual ADP alarm, then you can hack the neural program!\"}"], ["created_at", "2016-10-06 14:49:13.755743"], ["updated_at", "2016-10-06 14:49:13.755743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi voluptatibus aut nihil ducimus.\",\"text\":\"The JBOD driver is down, parse the redundant hard drive so we can generate the JSON capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.756627"], ["updated_at", "2016-10-06 14:49:13.756627"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae tempore doloremque ullam molestiae et illo perspiciatis.\",\"text\":\"If we quantify the array, we can get to the SDD alarm through the primary XSS interface!\"}"], ["created_at", "2016-10-06 14:49:13.757508"], ["updated_at", "2016-10-06 14:49:13.757508"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui aut rerum et rem voluptas pariatur et.\",\"text\":\"We need to reboot the wireless HTTP panel!\"}"], ["created_at", "2016-10-06 14:49:13.758398"], ["updated_at", "2016-10-06 14:49:13.758398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ut qui vel qui debitis quam blanditiis.\",\"text\":\"We need to index the auxiliary THX bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.759254"], ["updated_at", "2016-10-06 14:49:13.759254"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et tempore voluptatem eligendi vitae.\",\"text\":\"Try to override the SAS monitor, maybe it will hack the digital sensor!\"}"], ["created_at", "2016-10-06 14:49:13.760159"], ["updated_at", "2016-10-06 14:49:13.760159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est magni omnis.\",\"text\":\"Use the mobile SAS interface, then you can compress the neural capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.761047"], ["updated_at", "2016-10-06 14:49:13.761047"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam commodi facere aut dolores vero vel fugit.\",\"text\":\"Programming the firewall won't do anything, we need to reboot the 1080p sms alarm!\"}"], ["created_at", "2016-10-06 14:49:13.761941"], ["updated_at", "2016-10-06 14:49:13.761941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas omnis esse ea.\",\"text\":\"You can't transmit the application without parsing the haptic EXE card!\"}"], ["created_at", "2016-10-06 14:49:13.762843"], ["updated_at", "2016-10-06 14:49:13.762843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quo consequuntur ea non.\",\"text\":\"I'll index the neural HDD hard drive, that should capacitor the JSON card!\"}"], ["created_at", "2016-10-06 14:49:13.763742"], ["updated_at", "2016-10-06 14:49:13.763742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo dolores quia hic.\",\"text\":\"We need to reboot the bluetooth AGP bus!\"}"], ["created_at", "2016-10-06 14:49:13.764691"], ["updated_at", "2016-10-06 14:49:13.764691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae tempora aliquid dicta officiis doloribus.\",\"text\":\"We need to generate the neural SDD application!\"}"], ["created_at", "2016-10-06 14:49:13.765585"], ["updated_at", "2016-10-06 14:49:13.765585"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quibusdam aperiam.\",\"text\":\"Navigating the driver won't do anything, we need to navigate the open-source sql feed!\"}"], ["created_at", "2016-10-06 14:49:13.766475"], ["updated_at", "2016-10-06 14:49:13.766475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo inventore quae ut non ab dolorum odio.\",\"text\":\"I'll synthesize the wireless EXE feed, that should card the CSS firewall!\"}"], ["created_at", "2016-10-06 14:49:13.767406"], ["updated_at", "2016-10-06 14:49:13.767406"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At aspernatur illo.\",\"text\":\"The USB pixel is down, calculate the redundant bus so we can calculate the HTTP port!\"}"], ["created_at", "2016-10-06 14:49:13.768367"], ["updated_at", "2016-10-06 14:49:13.768367"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium numquam provident.\",\"text\":\"Try to calculate the TCP card, maybe it will compress the back-end microchip!\"}"], ["created_at", "2016-10-06 14:49:13.769478"], ["updated_at", "2016-10-06 14:49:13.769478"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est eos in consequatur.\",\"text\":\"You can't synthesize the matrix without backing up the primary EXE pixel!\"}"], ["created_at", "2016-10-06 14:49:13.770667"], ["updated_at", "2016-10-06 14:49:13.770667"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et voluptatem.\",\"text\":\"The SQL capacitor is down, back up the online bus so we can input the THX firewall!\"}"], ["created_at", "2016-10-06 14:49:13.772011"], ["updated_at", "2016-10-06 14:49:13.772011"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione tenetur enim.\",\"text\":\"I'll back up the wireless HTTP firewall, that should array the CSS feed!\"}"], ["created_at", "2016-10-06 14:49:13.773600"], ["updated_at", "2016-10-06 14:49:13.773600"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed consequatur occaecati recusandae quia enim dolorem.\",\"text\":\"I'll index the optical SAS monitor, that should alarm the HDD firewall!\"}"], ["created_at", "2016-10-06 14:49:13.776087"], ["updated_at", "2016-10-06 14:49:13.776087"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus repudiandae occaecati temporibus molestiae eum cum.\",\"text\":\"Use the virtual PCI program, then you can parse the auxiliary transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.778367"], ["updated_at", "2016-10-06 14:49:13.778367"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis ab aut et.\",\"text\":\"We need to program the mobile IB application!\"}"], ["created_at", "2016-10-06 14:49:13.781081"], ["updated_at", "2016-10-06 14:49:13.781081"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ratione eaque doloremque mollitia.\",\"text\":\"Calculating the application won't do anything, we need to bypass the wireless agp card!\"}"], ["created_at", "2016-10-06 14:49:13.782297"], ["updated_at", "2016-10-06 14:49:13.782297"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore voluptas eos ut nisi.\",\"text\":\"If we override the application, we can get to the SDD feed through the multi-byte GB pixel!\"}"], ["created_at", "2016-10-06 14:49:13.783387"], ["updated_at", "2016-10-06 14:49:13.783387"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic laudantium illo magnam neque aperiam.\",\"text\":\"The SCSI system is down, compress the wireless system so we can compress the SSL protocol!\"}"], ["created_at", "2016-10-06 14:49:13.784476"], ["updated_at", "2016-10-06 14:49:13.784476"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore fugiat possimus ducimus corporis nulla earum voluptate.\",\"text\":\"Backing up the application won't do anything, we need to generate the mobile rss interface!\"}"], ["created_at", "2016-10-06 14:49:13.785569"], ["updated_at", "2016-10-06 14:49:13.785569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quia maxime.\",\"text\":\"Use the optical RAM circuit, then you can connect the auxiliary capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.786632"], ["updated_at", "2016-10-06 14:49:13.786632"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque quaerat incidunt eos.\",\"text\":\"I'll parse the haptic SCSI sensor, that should array the HDD hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.787628"], ["updated_at", "2016-10-06 14:49:13.787628"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam et voluptatem et asperiores.\",\"text\":\"Try to connect the HDD bus, maybe it will transmit the 1080p port!\"}"], ["created_at", "2016-10-06 14:49:13.788607"], ["updated_at", "2016-10-06 14:49:13.788607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque veniam iusto doloremque totam magnam.\",\"text\":\"I'll compress the 1080p SMS port, that should transmitter the TCP system!\"}"], ["created_at", "2016-10-06 14:49:13.789594"], ["updated_at", "2016-10-06 14:49:13.789594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum voluptatibus quisquam vel odio quod ut aut.\",\"text\":\"Try to input the PCI capacitor, maybe it will input the multi-byte monitor!\"}"], ["created_at", "2016-10-06 14:49:13.790604"], ["updated_at", "2016-10-06 14:49:13.790604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse doloremque aut sit.\",\"text\":\"Try to compress the SDD sensor, maybe it will bypass the solid state application!\"}"], ["created_at", "2016-10-06 14:49:13.791593"], ["updated_at", "2016-10-06 14:49:13.791593"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt ratione aut.\",\"text\":\"The SQL bandwidth is down, transmit the back-end capacitor so we can input the SMS firewall!\"}"], ["created_at", "2016-10-06 14:49:13.792515"], ["updated_at", "2016-10-06 14:49:13.792515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo eum ex veniam quidem.\",\"text\":\"I'll program the wireless CSS array, that should bus the AGP driver!\"}"], ["created_at", "2016-10-06 14:49:13.793471"], ["updated_at", "2016-10-06 14:49:13.793471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi aspernatur perferendis corporis est ut.\",\"text\":\"Generating the sensor won't do anything, we need to copy the virtual smtp pixel!\"}"], ["created_at", "2016-10-06 14:49:13.794421"], ["updated_at", "2016-10-06 14:49:13.794421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ea voluptatem.\",\"text\":\"Use the haptic AGP alarm, then you can calculate the neural microchip!\"}"], ["created_at", "2016-10-06 14:49:13.795332"], ["updated_at", "2016-10-06 14:49:13.795332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam eligendi minima.\",\"text\":\"If we quantify the panel, we can get to the TCP microchip through the virtual JBOD microchip!\"}"], ["created_at", "2016-10-06 14:49:13.796257"], ["updated_at", "2016-10-06 14:49:13.796257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias numquam enim officia consequatur reiciendis.\",\"text\":\"I'll bypass the back-end CSS transmitter, that should circuit the JSON panel!\"}"], ["created_at", "2016-10-06 14:49:13.797223"], ["updated_at", "2016-10-06 14:49:13.797223"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto nam qui quae recusandae.\",\"text\":\"Try to navigate the SQL bus, maybe it will program the auxiliary monitor!\"}"], ["created_at", "2016-10-06 14:49:13.798196"], ["updated_at", "2016-10-06 14:49:13.798196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex quisquam sit.\",\"text\":\"If we bypass the microchip, we can get to the PCI protocol through the optical SMTP application!\"}"], ["created_at", "2016-10-06 14:49:13.799120"], ["updated_at", "2016-10-06 14:49:13.799120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto eos soluta reprehenderit asperiores et.\",\"text\":\"Use the virtual FTP pixel, then you can reboot the cross-platform driver!\"}"], ["created_at", "2016-10-06 14:49:13.800016"], ["updated_at", "2016-10-06 14:49:13.800016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis et optio ea ab qui qui sed.\",\"text\":\"I'll reboot the optical THX alarm, that should application the USB application!\"}"], ["created_at", "2016-10-06 14:49:13.800890"], ["updated_at", "2016-10-06 14:49:13.800890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem deleniti est.\",\"text\":\"Synthesizing the circuit won't do anything, we need to synthesize the mobile xml transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.801874"], ["updated_at", "2016-10-06 14:49:13.801874"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore eaque aut voluptatem nihil fuga.\",\"text\":\"The AI monitor is down, back up the online monitor so we can navigate the HTTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.802863"], ["updated_at", "2016-10-06 14:49:13.802863"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae porro animi qui quae sed impedit.\",\"text\":\"Try to navigate the SMTP sensor, maybe it will back up the solid state alarm!\"}"], ["created_at", "2016-10-06 14:49:13.803772"], ["updated_at", "2016-10-06 14:49:13.803772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sint vero.\",\"text\":\"If we quantify the port, we can get to the IB pixel through the solid state AI transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.804678"], ["updated_at", "2016-10-06 14:49:13.804678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sequi tempore.\",\"text\":\"Hacking the microchip won't do anything, we need to synthesize the optical ftp protocol!\"}"], ["created_at", "2016-10-06 14:49:13.805571"], ["updated_at", "2016-10-06 14:49:13.805571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum libero magnam molestias architecto a.\",\"text\":\"If we parse the sensor, we can get to the THX card through the auxiliary PNG panel!\"}"], ["created_at", "2016-10-06 14:49:13.806488"], ["updated_at", "2016-10-06 14:49:13.806488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sit quas repellat sapiente itaque.\",\"text\":\"If we index the bandwidth, we can get to the CSS microchip through the auxiliary JBOD sensor!\"}"], ["created_at", "2016-10-06 14:49:13.807388"], ["updated_at", "2016-10-06 14:49:13.807388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio atque voluptatem voluptas iste enim ipsa quibusdam.\",\"text\":\"We need to index the neural RSS alarm!\"}"], ["created_at", "2016-10-06 14:49:13.808347"], ["updated_at", "2016-10-06 14:49:13.808347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio quam nobis quis.\",\"text\":\"If we copy the interface, we can get to the ADP capacitor through the optical SQL firewall!\"}"], ["created_at", "2016-10-06 14:49:13.809279"], ["updated_at", "2016-10-06 14:49:13.809279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus nihil aperiam quod iure temporibus molestiae.\",\"text\":\"We need to navigate the optical PCI sensor!\"}"], ["created_at", "2016-10-06 14:49:13.810229"], ["updated_at", "2016-10-06 14:49:13.810229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque doloremque tempora quam ut consequatur maxime ipsa.\",\"text\":\"We need to calculate the haptic SCSI bus!\"}"], ["created_at", "2016-10-06 14:49:13.811127"], ["updated_at", "2016-10-06 14:49:13.811127"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque corporis officiis voluptate illo harum.\",\"text\":\"You can't parse the bandwidth without connecting the digital AI interface!\"}"], ["created_at", "2016-10-06 14:49:13.812011"], ["updated_at", "2016-10-06 14:49:13.812011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia similique nam omnis repudiandae corporis.\",\"text\":\"Calculating the system won't do anything, we need to program the bluetooth jbod monitor!\"}"], ["created_at", "2016-10-06 14:49:13.812892"], ["updated_at", "2016-10-06 14:49:13.812892"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam fugit atque nesciunt.\",\"text\":\"If we transmit the panel, we can get to the CSS firewall through the open-source PNG matrix!\"}"], ["created_at", "2016-10-06 14:49:13.813786"], ["updated_at", "2016-10-06 14:49:13.813786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatibus quibusdam facilis eum enim omnis.\",\"text\":\"I'll copy the auxiliary SMS array, that should firewall the USB alarm!\"}"], ["created_at", "2016-10-06 14:49:13.814765"], ["updated_at", "2016-10-06 14:49:13.814765"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis sunt aut enim doloribus et.\",\"text\":\"You can't synthesize the card without generating the haptic USB microchip!\"}"], ["created_at", "2016-10-06 14:49:13.815688"], ["updated_at", "2016-10-06 14:49:13.815688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere labore qui vel nobis doloribus vero aperiam.\",\"text\":\"Use the 1080p USB bandwidth, then you can bypass the primary panel!\"}"], ["created_at", "2016-10-06 14:49:13.816593"], ["updated_at", "2016-10-06 14:49:13.816593"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet aut accusamus.\",\"text\":\"Use the neural COM card, then you can override the back-end port!\"}"], ["created_at", "2016-10-06 14:49:13.817538"], ["updated_at", "2016-10-06 14:49:13.817538"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur voluptates sed quo qui.\",\"text\":\"You can't program the matrix without bypassing the multi-byte XML interface!\"}"], ["created_at", "2016-10-06 14:49:13.818518"], ["updated_at", "2016-10-06 14:49:13.818518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque dolorum et amet nisi quidem aut aperiam.\",\"text\":\"Try to reboot the SQL hard drive, maybe it will navigate the digital driver!\"}"], ["created_at", "2016-10-06 14:49:13.819432"], ["updated_at", "2016-10-06 14:49:13.819432"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere omnis molestias voluptatum repellat recusandae.\",\"text\":\"The PNG bus is down, index the auxiliary firewall so we can reboot the COM array!\"}"], ["created_at", "2016-10-06 14:49:13.820325"], ["updated_at", "2016-10-06 14:49:13.820325"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus maiores incidunt.\",\"text\":\"I'll synthesize the bluetooth USB card, that should capacitor the HDD monitor!\"}"], ["created_at", "2016-10-06 14:49:13.821215"], ["updated_at", "2016-10-06 14:49:13.821215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id quas tempora voluptatem saepe.\",\"text\":\"Try to calculate the HTTP circuit, maybe it will bypass the neural capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.822105"], ["updated_at", "2016-10-06 14:49:13.822105"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum ut sit esse nihil quo molestiae.\",\"text\":\"If we compress the application, we can get to the HDD bus through the bluetooth HDD card!\"}"], ["created_at", "2016-10-06 14:49:13.823059"], ["updated_at", "2016-10-06 14:49:13.823059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non voluptatibus fugit omnis velit maxime.\",\"text\":\"The ADP array is down, input the cross-platform pixel so we can override the RAM protocol!\"}"], ["created_at", "2016-10-06 14:49:13.823958"], ["updated_at", "2016-10-06 14:49:13.823958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui cupiditate odit et aperiam itaque magnam.\",\"text\":\"If we navigate the capacitor, we can get to the ADP pixel through the wireless HDD circuit!\"}"], ["created_at", "2016-10-06 14:49:13.824862"], ["updated_at", "2016-10-06 14:49:13.824862"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non adipisci qui id eum.\",\"text\":\"I'll program the open-source COM protocol, that should feed the ADP sensor!\"}"], ["created_at", "2016-10-06 14:49:13.825850"], ["updated_at", "2016-10-06 14:49:13.825850"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et impedit totam.\",\"text\":\"We need to override the redundant SDD microchip!\"}"], ["created_at", "2016-10-06 14:49:13.827202"], ["updated_at", "2016-10-06 14:49:13.827202"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus perspiciatis voluptatem iure ducimus dolorem voluptate.\",\"text\":\"The COM protocol is down, override the open-source monitor so we can navigate the SSL bus!\"}"], ["created_at", "2016-10-06 14:49:13.828509"], ["updated_at", "2016-10-06 14:49:13.828509"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim neque illum et.\",\"text\":\"Parsing the alarm won't do anything, we need to override the cross-platform adp program!\"}"], ["created_at", "2016-10-06 14:49:13.829824"], ["updated_at", "2016-10-06 14:49:13.829824"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia corporis voluptatum omnis ut impedit eveniet sunt.\",\"text\":\"The RSS system is down, override the 1080p firewall so we can copy the SDD firewall!\"}"], ["created_at", "2016-10-06 14:49:13.831225"], ["updated_at", "2016-10-06 14:49:13.831225"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos quasi accusantium eos ea quod.\",\"text\":\"Synthesizing the application won't do anything, we need to hack the cross-platform sas alarm!\"}"], ["created_at", "2016-10-06 14:49:13.832584"], ["updated_at", "2016-10-06 14:49:13.832584"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa reiciendis et occaecati.\",\"text\":\"Try to parse the AGP feed, maybe it will quantify the haptic card!\"}"], ["created_at", "2016-10-06 14:49:13.833869"], ["updated_at", "2016-10-06 14:49:13.833869"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quis omnis quaerat placeat.\",\"text\":\"I'll hack the neural RSS monitor, that should capacitor the SDD alarm!\"}"], ["created_at", "2016-10-06 14:49:13.835426"], ["updated_at", "2016-10-06 14:49:13.835426"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi rem saepe aut aperiam eum ea dolor.\",\"text\":\"The XML sensor is down, parse the optical feed so we can connect the XML pixel!\"}"], ["created_at", "2016-10-06 14:49:13.836929"], ["updated_at", "2016-10-06 14:49:13.836929"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet est laudantium.\",\"text\":\"The SQL driver is down, connect the mobile sensor so we can quantify the XSS card!\"}"], ["created_at", "2016-10-06 14:49:13.839536"], ["updated_at", "2016-10-06 14:49:13.839536"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore sed consequatur.\",\"text\":\"Use the bluetooth SMS matrix, then you can back up the optical sensor!\"}"], ["created_at", "2016-10-06 14:49:13.841058"], ["updated_at", "2016-10-06 14:49:13.841058"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus explicabo error.\",\"text\":\"You can't connect the sensor without transmitting the haptic JBOD hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.844724"], ["updated_at", "2016-10-06 14:49:13.844724"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis voluptatem reprehenderit laudantium est laboriosam adipisci cumque.\",\"text\":\"Calculating the hard drive won't do anything, we need to compress the online http microchip!\"}"], ["created_at", "2016-10-06 14:49:13.845984"], ["updated_at", "2016-10-06 14:49:13.845984"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum natus ut.\",\"text\":\"If we generate the card, we can get to the TCP application through the neural TCP protocol!\"}"], ["created_at", "2016-10-06 14:49:13.847144"], ["updated_at", "2016-10-06 14:49:13.847144"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem praesentium enim architecto ut exercitationem.\",\"text\":\"Try to override the HTTP microchip, maybe it will hack the online sensor!\"}"], ["created_at", "2016-10-06 14:49:13.848180"], ["updated_at", "2016-10-06 14:49:13.848180"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates est sed.\",\"text\":\"I'll parse the cross-platform HTTP bus, that should array the JBOD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:13.849226"], ["updated_at", "2016-10-06 14:49:13.849226"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem voluptatem eius et dolore dolores.\",\"text\":\"You can't parse the port without indexing the mobile SMS card!\"}"], ["created_at", "2016-10-06 14:49:13.850347"], ["updated_at", "2016-10-06 14:49:13.850347"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ipsam atque inventore minima rerum consequatur consequuntur.\",\"text\":\"Try to synthesize the AGP interface, maybe it will bypass the wireless monitor!\"}"], ["created_at", "2016-10-06 14:49:13.851492"], ["updated_at", "2016-10-06 14:49:13.851492"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut numquam ullam facere dolores voluptas.\",\"text\":\"You can't override the capacitor without backing up the optical CSS feed!\"}"], ["created_at", "2016-10-06 14:49:13.852747"], ["updated_at", "2016-10-06 14:49:13.852747"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed a et ut quia ipsum voluptatem.\",\"text\":\"Use the open-source SSL driver, then you can hack the bluetooth interface!\"}"], ["created_at", "2016-10-06 14:49:13.854144"], ["updated_at", "2016-10-06 14:49:13.854144"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut provident minus qui voluptatem harum.\",\"text\":\"We need to reboot the virtual THX monitor!\"}"], ["created_at", "2016-10-06 14:49:13.856666"], ["updated_at", "2016-10-06 14:49:13.856666"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet non quia exercitationem doloremque beatae id voluptas.\",\"text\":\"Try to bypass the GB program, maybe it will reboot the wireless port!\"}"], ["created_at", "2016-10-06 14:49:13.858964"], ["updated_at", "2016-10-06 14:49:13.858964"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor nostrum eos voluptas beatae excepturi quia inventore.\",\"text\":\"Use the bluetooth SDD array, then you can compress the primary pixel!\"}"], ["created_at", "2016-10-06 14:49:13.861809"], ["updated_at", "2016-10-06 14:49:13.861809"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur perspiciatis quis modi est fuga.\",\"text\":\"We need to back up the wireless EXE card!\"}"], ["created_at", "2016-10-06 14:49:13.863078"], ["updated_at", "2016-10-06 14:49:13.863078"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut nihil nisi dignissimos et facere voluptate nobis.\",\"text\":\"Use the primary SCSI interface, then you can transmit the wireless system!\"}"], ["created_at", "2016-10-06 14:49:13.864168"], ["updated_at", "2016-10-06 14:49:13.864168"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eos hic.\",\"text\":\"You can't copy the monitor without connecting the back-end THX bus!\"}"], ["created_at", "2016-10-06 14:49:13.865182"], ["updated_at", "2016-10-06 14:49:13.865182"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum earum molestiae et.\",\"text\":\"Calculating the monitor won't do anything, we need to program the haptic jbod application!\"}"], ["created_at", "2016-10-06 14:49:13.866223"], ["updated_at", "2016-10-06 14:49:13.866223"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In ut dolorem cupiditate.\",\"text\":\"We need to parse the optical JSON feed!\"}"], ["created_at", "2016-10-06 14:49:13.867203"], ["updated_at", "2016-10-06 14:49:13.867203"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium aperiam omnis et dicta.\",\"text\":\"If we parse the bus, we can get to the SMTP panel through the primary PNG firewall!\"}"], ["created_at", "2016-10-06 14:49:13.868282"], ["updated_at", "2016-10-06 14:49:13.868282"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab suscipit rerum quis voluptatem.\",\"text\":\"You can't connect the panel without synthesizing the auxiliary HTTP matrix!\"}"], ["created_at", "2016-10-06 14:49:13.869516"], ["updated_at", "2016-10-06 14:49:13.869516"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et consectetur aliquid et et vero recusandae.\",\"text\":\"I'll connect the open-source SMS interface, that should microchip the TCP alarm!\"}"], ["created_at", "2016-10-06 14:49:13.870966"], ["updated_at", "2016-10-06 14:49:13.870966"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse harum nihil ea facere minima et.\",\"text\":\"I'll parse the bluetooth GB driver, that should array the THX driver!\"}"], ["created_at", "2016-10-06 14:49:13.873411"], ["updated_at", "2016-10-06 14:49:13.873411"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quisquam in quas consectetur et quo soluta.\",\"text\":\"The HDD capacitor is down, bypass the digital protocol so we can copy the HDD driver!\"}"], ["created_at", "2016-10-06 14:49:13.875974"], ["updated_at", "2016-10-06 14:49:13.875974"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor officiis ea.\",\"text\":\"If we transmit the bus, we can get to the RSS pixel through the wireless SAS protocol!\"}"], ["created_at", "2016-10-06 14:49:13.878635"], ["updated_at", "2016-10-06 14:49:13.878635"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque ipsa laboriosam dignissimos voluptas at non officiis.\",\"text\":\"You can't copy the matrix without compressing the cross-platform FTP feed!\"}"], ["created_at", "2016-10-06 14:49:13.879899"], ["updated_at", "2016-10-06 14:49:13.879899"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam dolorum rerum cupiditate.\",\"text\":\"We need to navigate the open-source RAM card!\"}"], ["created_at", "2016-10-06 14:49:13.881076"], ["updated_at", "2016-10-06 14:49:13.881076"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima ipsam iste est totam rerum perferendis.\",\"text\":\"If we copy the protocol, we can get to the SAS microchip through the virtual XSS matrix!\"}"], ["created_at", "2016-10-06 14:49:13.882124"], ["updated_at", "2016-10-06 14:49:13.882124"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque qui incidunt.\",\"text\":\"Overriding the matrix won't do anything, we need to synthesize the 1080p adp monitor!\"}"], ["created_at", "2016-10-06 14:49:13.883198"], ["updated_at", "2016-10-06 14:49:13.883198"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis tempore consequuntur fugit.\",\"text\":\"Use the solid state COM transmitter, then you can connect the online alarm!\"}"], ["created_at", "2016-10-06 14:49:13.884290"], ["updated_at", "2016-10-06 14:49:13.884290"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid dicta provident.\",\"text\":\"The HTTP bus is down, input the mobile transmitter so we can input the AI system!\"}"], ["created_at", "2016-10-06 14:49:13.885478"], ["updated_at", "2016-10-06 14:49:13.885478"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt dicta ducimus aut velit voluptatum et.\",\"text\":\"Try to bypass the FTP sensor, maybe it will quantify the online array!\"}"], ["created_at", "2016-10-06 14:49:13.886937"], ["updated_at", "2016-10-06 14:49:13.886937"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui praesentium sit ea autem earum.\",\"text\":\"You can't parse the bus without backing up the virtual THX firewall!\"}"], ["created_at", "2016-10-06 14:49:13.889458"], ["updated_at", "2016-10-06 14:49:13.889458"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda doloremque non ea cum ab perferendis possimus.\",\"text\":\"If we override the bandwidth, we can get to the HDD card through the virtual TCP microchip!\"}"], ["created_at", "2016-10-06 14:49:13.891467"], ["updated_at", "2016-10-06 14:49:13.891467"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum tenetur expedita fuga iure.\",\"text\":\"I'll hack the digital AI program, that should hard drive the EXE card!\"}"], ["created_at", "2016-10-06 14:49:13.894777"], ["updated_at", "2016-10-06 14:49:13.894777"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt voluptatem temporibus quidem.\",\"text\":\"If we generate the bus, we can get to the TCP port through the primary COM protocol!\"}"], ["created_at", "2016-10-06 14:49:13.896060"], ["updated_at", "2016-10-06 14:49:13.896060"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et similique eum id.\",\"text\":\"We need to compress the mobile CSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.897209"], ["updated_at", "2016-10-06 14:49:13.897209"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis amet doloremque nam a hic.\",\"text\":\"If we quantify the array, we can get to the FTP matrix through the neural XSS application!\"}"], ["created_at", "2016-10-06 14:49:13.898341"], ["updated_at", "2016-10-06 14:49:13.898341"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto quae beatae quo similique.\",\"text\":\"The SCSI protocol is down, navigate the bluetooth system so we can back up the SAS firewall!\"}"], ["created_at", "2016-10-06 14:49:13.899375"], ["updated_at", "2016-10-06 14:49:13.899375"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum enim commodi maxime.\",\"text\":\"We need to parse the multi-byte EXE panel!\"}"], ["created_at", "2016-10-06 14:49:13.900393"], ["updated_at", "2016-10-06 14:49:13.900393"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate placeat officiis quod quisquam velit tempore veniam.\",\"text\":\"Try to program the SAS feed, maybe it will reboot the digital system!\"}"], ["created_at", "2016-10-06 14:49:13.901498"], ["updated_at", "2016-10-06 14:49:13.901498"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos dolore et asperiores.\",\"text\":\"You can't bypass the pixel without navigating the multi-byte SQL firewall!\"}"], ["created_at", "2016-10-06 14:49:13.912358"], ["updated_at", "2016-10-06 14:49:13.912358"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed sit hic et assumenda accusamus quis.\",\"text\":\"Use the multi-byte FTP matrix, then you can generate the virtual firewall!\"}"], ["created_at", "2016-10-06 14:49:13.913586"], ["updated_at", "2016-10-06 14:49:13.913586"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt repellendus fugiat itaque temporibus.\",\"text\":\"You can't compress the capacitor without backing up the auxiliary JBOD application!\"}"], ["created_at", "2016-10-06 14:49:13.914835"], ["updated_at", "2016-10-06 14:49:13.914835"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit nihil et.\",\"text\":\"If we back up the program, we can get to the XSS system through the bluetooth JSON firewall!\"}"], ["created_at", "2016-10-06 14:49:13.915950"], ["updated_at", "2016-10-06 14:49:13.915950"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem aut itaque veniam.\",\"text\":\"The RSS microchip is down, calculate the neural bus so we can back up the FTP microchip!\"}"], ["created_at", "2016-10-06 14:49:13.917025"], ["updated_at", "2016-10-06 14:49:13.917025"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem debitis molestiae rerum assumenda quos unde.\",\"text\":\"We need to calculate the auxiliary CSS system!\"}"], ["created_at", "2016-10-06 14:49:13.918183"], ["updated_at", "2016-10-06 14:49:13.918183"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae ut beatae quos quia ipsa ullam.\",\"text\":\"I'll compress the digital COM application, that should capacitor the EXE hard drive!\"}"], ["created_at", "2016-10-06 14:49:13.919503"], ["updated_at", "2016-10-06 14:49:13.919503"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut libero molestiae vero.\",\"text\":\"I'll program the haptic SDD interface, that should driver the RSS bus!\"}"], ["created_at", "2016-10-06 14:49:13.920986"], ["updated_at", "2016-10-06 14:49:13.920986"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quia et dolorem fugiat aut nisi.\",\"text\":\"You can't hack the alarm without programming the digital SDD system!\"}"], ["created_at", "2016-10-06 14:49:13.923624"], ["updated_at", "2016-10-06 14:49:13.923624"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque asperiores et est assumenda veniam doloremque rerum.\",\"text\":\"If we index the transmitter, we can get to the PNG card through the digital THX port!\"}"], ["created_at", "2016-10-06 14:49:13.926678"], ["updated_at", "2016-10-06 14:49:13.926678"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil dolores ratione totam dolorem.\",\"text\":\"Try to generate the AGP pixel, maybe it will transmit the neural card!\"}"], ["created_at", "2016-10-06 14:49:13.929018"], ["updated_at", "2016-10-06 14:49:13.929018"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In eaque iure soluta.\",\"text\":\"Quantifying the monitor won't do anything, we need to quantify the optical css pixel!\"}"], ["created_at", "2016-10-06 14:49:13.930283"], ["updated_at", "2016-10-06 14:49:13.930283"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque eveniet ut saepe quaerat eaque eos.\",\"text\":\"Copying the port won't do anything, we need to bypass the back-end agp feed!\"}"], ["created_at", "2016-10-06 14:49:13.931349"], ["updated_at", "2016-10-06 14:49:13.931349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis qui provident deleniti laboriosam.\",\"text\":\"Use the neural SDD bandwidth, then you can reboot the bluetooth sensor!\"}"], ["created_at", "2016-10-06 14:49:13.932401"], ["updated_at", "2016-10-06 14:49:13.932401"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem rem veniam neque voluptas.\",\"text\":\"Use the digital USB protocol, then you can override the digital alarm!\"}"], ["created_at", "2016-10-06 14:49:13.933470"], ["updated_at", "2016-10-06 14:49:13.933470"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam dolores nihil ut.\",\"text\":\"Overriding the protocol won't do anything, we need to connect the wireless xss protocol!\"}"], ["created_at", "2016-10-06 14:49:13.934631"], ["updated_at", "2016-10-06 14:49:13.934631"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum dolores placeat deleniti nisi sed nam magnam.\",\"text\":\"Try to bypass the COM bandwidth, maybe it will input the virtual matrix!\"}"], ["created_at", "2016-10-06 14:49:13.935914"], ["updated_at", "2016-10-06 14:49:13.935914"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam quasi non quam aut veniam aut.\",\"text\":\"Backing up the hard drive won't do anything, we need to input the 1080p sas application!\"}"], ["created_at", "2016-10-06 14:49:13.937358"], ["updated_at", "2016-10-06 14:49:13.937358"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi et architecto aliquam fuga sit quis.\",\"text\":\"You can't program the microchip without generating the optical IB pixel!\"}"], ["created_at", "2016-10-06 14:49:13.940061"], ["updated_at", "2016-10-06 14:49:13.940061"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo cupiditate vel.\",\"text\":\"If we input the panel, we can get to the SMS feed through the multi-byte SMS application!\"}"], ["created_at", "2016-10-06 14:49:13.943306"], ["updated_at", "2016-10-06 14:49:13.943306"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis molestias a.\",\"text\":\"I'll navigate the 1080p SCSI pixel, that should feed the HTTP capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.945376"], ["updated_at", "2016-10-06 14:49:13.945376"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat unde nihil aliquid.\",\"text\":\"Try to quantify the HDD array, maybe it will hack the bluetooth matrix!\"}"], ["created_at", "2016-10-06 14:49:13.946630"], ["updated_at", "2016-10-06 14:49:13.946630"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet atque minima facilis rerum commodi vel.\",\"text\":\"Use the redundant FTP panel, then you can generate the neural driver!\"}"], ["created_at", "2016-10-06 14:49:13.947722"], ["updated_at", "2016-10-06 14:49:13.947722"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non blanditiis sapiente qui sed adipisci occaecati sunt.\",\"text\":\"We need to synthesize the cross-platform SSL circuit!\"}"], ["created_at", "2016-10-06 14:49:13.948814"], ["updated_at", "2016-10-06 14:49:13.948814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sint at cumque.\",\"text\":\"If we transmit the feed, we can get to the TCP card through the wireless USB alarm!\"}"], ["created_at", "2016-10-06 14:49:13.949825"], ["updated_at", "2016-10-06 14:49:13.949825"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus nihil sit minima deserunt.\",\"text\":\"We need to connect the online TCP sensor!\"}"], ["created_at", "2016-10-06 14:49:13.950906"], ["updated_at", "2016-10-06 14:49:13.950906"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi eos tempora veniam quibusdam vel dolores.\",\"text\":\"We need to transmit the digital USB system!\"}"], ["created_at", "2016-10-06 14:49:13.952114"], ["updated_at", "2016-10-06 14:49:13.952114"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia beatae nobis modi non voluptas alias.\",\"text\":\"We need to connect the redundant THX system!\"}"], ["created_at", "2016-10-06 14:49:13.953455"], ["updated_at", "2016-10-06 14:49:13.953455"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur voluptas sit.\",\"text\":\"Try to generate the ADP application, maybe it will synthesize the back-end application!\"}"], ["created_at", "2016-10-06 14:49:13.956094"], ["updated_at", "2016-10-06 14:49:13.956094"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint magni nihil eius aut et autem.\",\"text\":\"You can't generate the transmitter without backing up the cross-platform AGP alarm!\"}"], ["created_at", "2016-10-06 14:49:13.957582"], ["updated_at", "2016-10-06 14:49:13.957582"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni molestiae voluptatem aut dolore numquam.\",\"text\":\"Compressing the bandwidth won't do anything, we need to index the optical sas program!\"}"], ["created_at", "2016-10-06 14:49:13.961193"], ["updated_at", "2016-10-06 14:49:13.961193"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt et asperiores ut et odio id.\",\"text\":\"The SCSI alarm is down, synthesize the multi-byte bandwidth so we can connect the SCSI system!\"}"], ["created_at", "2016-10-06 14:49:13.962840"], ["updated_at", "2016-10-06 14:49:13.962840"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias culpa accusantium.\",\"text\":\"The PNG transmitter is down, index the open-source panel so we can compress the HDD bus!\"}"], ["created_at", "2016-10-06 14:49:13.963959"], ["updated_at", "2016-10-06 14:49:13.963959"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate aut eos eaque ex aut delectus nostrum.\",\"text\":\"Try to quantify the XSS circuit, maybe it will quantify the auxiliary bus!\"}"], ["created_at", "2016-10-06 14:49:13.965050"], ["updated_at", "2016-10-06 14:49:13.965050"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id dicta voluptatem sint dolores facilis in illo.\",\"text\":\"Hacking the system won't do anything, we need to hack the neural sms capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.966168"], ["updated_at", "2016-10-06 14:49:13.966168"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur sunt consequatur fuga quae sit ad.\",\"text\":\"If we quantify the port, we can get to the GB panel through the 1080p HDD transmitter!\"}"], ["created_at", "2016-10-06 14:49:13.967217"], ["updated_at", "2016-10-06 14:49:13.967217"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id est nihil ratione et iusto tempore.\",\"text\":\"I'll navigate the haptic SQL bandwidth, that should protocol the SMS program!\"}"], ["created_at", "2016-10-06 14:49:13.968424"], ["updated_at", "2016-10-06 14:49:13.968424"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id ipsam fugit alias ipsum.\",\"text\":\"I'll program the solid state RAM port, that should application the SAS interface!\"}"], ["created_at", "2016-10-06 14:49:13.969798"], ["updated_at", "2016-10-06 14:49:13.969798"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe esse non iure hic nulla a.\",\"text\":\"You can't program the circuit without generating the neural THX matrix!\"}"], ["created_at", "2016-10-06 14:49:13.971193"], ["updated_at", "2016-10-06 14:49:13.971193"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas aut qui quia quisquam repudiandae.\",\"text\":\"You can't back up the program without calculating the auxiliary COM driver!\"}"], ["created_at", "2016-10-06 14:49:13.972643"], ["updated_at", "2016-10-06 14:49:13.972643"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro minima debitis quos alias quo.\",\"text\":\"I'll navigate the mobile SAS transmitter, that should feed the GB monitor!\"}"], ["created_at", "2016-10-06 14:49:13.975402"], ["updated_at", "2016-10-06 14:49:13.975402"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis neque quo molestiae aliquid qui ut.\",\"text\":\"You can't navigate the pixel without copying the haptic JBOD matrix!\"}"], ["created_at", "2016-10-06 14:49:13.977045"], ["updated_at", "2016-10-06 14:49:13.977045"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio fuga nisi iusto.\",\"text\":\"Try to input the AGP panel, maybe it will synthesize the open-source pixel!\"}"], ["created_at", "2016-10-06 14:49:13.980552"], ["updated_at", "2016-10-06 14:49:13.980552"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum nam dolorem est ut.\",\"text\":\"You can't hack the card without generating the wireless AGP port!\"}"], ["created_at", "2016-10-06 14:49:13.982027"], ["updated_at", "2016-10-06 14:49:13.982027"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi et in.\",\"text\":\"The SAS driver is down, program the mobile bus so we can connect the PCI sensor!\"}"], ["created_at", "2016-10-06 14:49:13.983305"], ["updated_at", "2016-10-06 14:49:13.983305"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia quos dolores.\",\"text\":\"Try to synthesize the IB port, maybe it will parse the haptic firewall!\"}"], ["created_at", "2016-10-06 14:49:13.984504"], ["updated_at", "2016-10-06 14:49:13.984504"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum inventore autem sed aut repellat.\",\"text\":\"Generating the sensor won't do anything, we need to input the digital rss port!\"}"], ["created_at", "2016-10-06 14:49:13.985861"], ["updated_at", "2016-10-06 14:49:13.985861"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim doloremque et nam ut tempore non.\",\"text\":\"I'll transmit the digital AI driver, that should program the GB program!\"}"], ["created_at", "2016-10-06 14:49:13.987274"], ["updated_at", "2016-10-06 14:49:13.987274"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet maiores veritatis vero tempora.\",\"text\":\"Use the auxiliary TCP interface, then you can synthesize the back-end program!\"}"], ["created_at", "2016-10-06 14:49:13.989858"], ["updated_at", "2016-10-06 14:49:13.989858"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor neque amet facere ab maiores nulla voluptatem.\",\"text\":\"We need to quantify the digital SCSI capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.991194"], ["updated_at", "2016-10-06 14:49:13.991194"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nulla dolorum nobis vel eos eos.\",\"text\":\"You can't program the card without transmitting the online ADP pixel!\"}"], ["created_at", "2016-10-06 14:49:13.992402"], ["updated_at", "2016-10-06 14:49:13.992402"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem omnis autem tempore delectus ex.\",\"text\":\"Use the cross-platform USB alarm, then you can synthesize the neural protocol!\"}"], ["created_at", "2016-10-06 14:49:13.993760"], ["updated_at", "2016-10-06 14:49:13.993760"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis rerum similique quo et neque.\",\"text\":\"We need to reboot the primary FTP interface!\"}"], ["created_at", "2016-10-06 14:49:13.997113"], ["updated_at", "2016-10-06 14:49:13.997113"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem dicta in temporibus impedit minima.\",\"text\":\"Try to quantify the JSON matrix, maybe it will compress the mobile firewall!\"}"], ["created_at", "2016-10-06 14:49:13.998696"], ["updated_at", "2016-10-06 14:49:13.998696"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus provident id laborum et.\",\"text\":\"Synthesizing the panel won't do anything, we need to hack the digital ai capacitor!\"}"], ["created_at", "2016-10-06 14:49:13.999963"], ["updated_at", "2016-10-06 14:49:13.999963"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga eos voluptatem et officiis perferendis ut sunt.\",\"text\":\"I'll hack the auxiliary CSS panel, that should microchip the PCI circuit!\"}"], ["created_at", "2016-10-06 14:49:14.001186"], ["updated_at", "2016-10-06 14:49:14.001186"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias autem commodi delectus magnam repellendus.\",\"text\":\"I'll back up the wireless HDD monitor, that should feed the SMS feed!\"}"], ["created_at", "2016-10-06 14:49:14.002566"], ["updated_at", "2016-10-06 14:49:14.002566"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor aut veniam impedit qui.\",\"text\":\"If we program the matrix, we can get to the PNG matrix through the bluetooth EXE firewall!\"}"], ["created_at", "2016-10-06 14:49:14.003995"], ["updated_at", "2016-10-06 14:49:14.003995"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis atque aut velit voluptas ipsam.\",\"text\":\"Try to program the SSL panel, maybe it will generate the online program!\"}"], ["created_at", "2016-10-06 14:49:14.006181"], ["updated_at", "2016-10-06 14:49:14.006181"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat earum et corporis odio.\",\"text\":\"Use the mobile HTTP system, then you can hack the 1080p firewall!\"}"], ["created_at", "2016-10-06 14:49:14.008197"], ["updated_at", "2016-10-06 14:49:14.008197"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis harum qui repellat libero similique nesciunt.\",\"text\":\"Use the online FTP card, then you can synthesize the wireless bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.009469"], ["updated_at", "2016-10-06 14:49:14.009469"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et id blanditiis ipsam sed quo.\",\"text\":\"I'll quantify the primary RSS card, that should hard drive the IB monitor!\"}"], ["created_at", "2016-10-06 14:49:14.010777"], ["updated_at", "2016-10-06 14:49:14.010777"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus itaque doloribus quaerat est exercitationem et.\",\"text\":\"The SQL feed is down, parse the primary interface so we can program the RSS interface!\"}"], ["created_at", "2016-10-06 14:49:14.013400"], ["updated_at", "2016-10-06 14:49:14.013400"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quibusdam sint.\",\"text\":\"We need to hack the bluetooth XSS panel!\"}"], ["created_at", "2016-10-06 14:49:14.015631"], ["updated_at", "2016-10-06 14:49:14.015631"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error consequatur aliquid veritatis.\",\"text\":\"Quantifying the sensor won't do anything, we need to compress the haptic ib microchip!\"}"], ["created_at", "2016-10-06 14:49:14.016832"], ["updated_at", "2016-10-06 14:49:14.016832"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis molestiae neque ducimus ea fugit.\",\"text\":\"Try to parse the SMS program, maybe it will navigate the auxiliary monitor!\"}"], ["created_at", "2016-10-06 14:49:14.018048"], ["updated_at", "2016-10-06 14:49:14.018048"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti qui sit magni.\",\"text\":\"I'll reboot the neural CSS bandwidth, that should bandwidth the SDD panel!\"}"], ["created_at", "2016-10-06 14:49:14.019439"], ["updated_at", "2016-10-06 14:49:14.019439"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores ipsum quia blanditiis.\",\"text\":\"I'll generate the multi-byte SSL card, that should application the PCI microchip!\"}"], ["created_at", "2016-10-06 14:49:14.021212"], ["updated_at", "2016-10-06 14:49:14.021212"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum mollitia vitae nulla asperiores.\",\"text\":\"Try to compress the AGP sensor, maybe it will navigate the primary card!\"}"], ["created_at", "2016-10-06 14:49:14.023528"], ["updated_at", "2016-10-06 14:49:14.023528"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore labore magnam.\",\"text\":\"If we hack the microchip, we can get to the JSON system through the redundant TCP card!\"}"], ["created_at", "2016-10-06 14:49:14.024829"], ["updated_at", "2016-10-06 14:49:14.024829"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum ea dolorem corporis.\",\"text\":\"Try to connect the JSON program, maybe it will calculate the auxiliary firewall!\"}"], ["created_at", "2016-10-06 14:49:14.025996"], ["updated_at", "2016-10-06 14:49:14.025996"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur fugit deserunt.\",\"text\":\"I'll connect the wireless SQL array, that should application the SCSI firewall!\"}"], ["created_at", "2016-10-06 14:49:14.027715"], ["updated_at", "2016-10-06 14:49:14.027715"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi accusamus qui in illo expedita veniam.\",\"text\":\"Use the cross-platform SDD sensor, then you can input the optical sensor!\"}"], ["created_at", "2016-10-06 14:49:14.030835"], ["updated_at", "2016-10-06 14:49:14.030835"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et modi dolorem unde.\",\"text\":\"Synthesizing the interface won't do anything, we need to calculate the open-source jbod panel!\"}"], ["created_at", "2016-10-06 14:49:14.032138"], ["updated_at", "2016-10-06 14:49:14.032138"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima quia dicta molestias inventore sed nulla.\",\"text\":\"Try to quantify the THX sensor, maybe it will generate the virtual firewall!\"}"], ["created_at", "2016-10-06 14:49:14.033260"], ["updated_at", "2016-10-06 14:49:14.033260"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum provident non.\",\"text\":\"We need to generate the bluetooth PCI bus!\"}"], ["created_at", "2016-10-06 14:49:14.034450"], ["updated_at", "2016-10-06 14:49:14.034450"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus quis consequuntur.\",\"text\":\"Use the 1080p CSS protocol, then you can compress the haptic application!\"}"], ["created_at", "2016-10-06 14:49:14.035758"], ["updated_at", "2016-10-06 14:49:14.035758"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur iste et sed aspernatur dolorem magnam.\",\"text\":\"You can't quantify the array without synthesizing the redundant XML capacitor!\"}"], ["created_at", "2016-10-06 14:49:14.037181"], ["updated_at", "2016-10-06 14:49:14.037181"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed vitae error cum voluptas est.\",\"text\":\"Quantifying the alarm won't do anything, we need to index the multi-byte xml alarm!\"}"], ["created_at", "2016-10-06 14:49:14.039846"], ["updated_at", "2016-10-06 14:49:14.039846"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo odit voluptatem quia perspiciatis expedita optio aspernatur.\",\"text\":\"I'll override the open-source HDD circuit, that should hard drive the PNG bus!\"}"], ["created_at", "2016-10-06 14:49:14.041224"], ["updated_at", "2016-10-06 14:49:14.041224"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit quibusdam assumenda inventore soluta totam.\",\"text\":\"You can't override the transmitter without quantifying the online CSS protocol!\"}"], ["created_at", "2016-10-06 14:49:14.042471"], ["updated_at", "2016-10-06 14:49:14.042471"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi quo fuga hic dolor accusantium iusto.\",\"text\":\"If we program the driver, we can get to the EXE panel through the haptic RAM hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.043721"], ["updated_at", "2016-10-06 14:49:14.043721"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque autem dolore.\",\"text\":\"Use the open-source FTP program, then you can input the neural interface!\"}"], ["created_at", "2016-10-06 14:49:14.046641"], ["updated_at", "2016-10-06 14:49:14.046641"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda ut possimus.\",\"text\":\"I'll synthesize the back-end PCI pixel, that should circuit the JBOD driver!\"}"], ["created_at", "2016-10-06 14:49:14.048579"], ["updated_at", "2016-10-06 14:49:14.048579"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ut et architecto.\",\"text\":\"You can't reboot the hard drive without transmitting the optical SAS circuit!\"}"], ["created_at", "2016-10-06 14:49:14.049771"], ["updated_at", "2016-10-06 14:49:14.049771"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse voluptate nesciunt est nisi voluptates.\",\"text\":\"The SDD feed is down, input the back-end bus so we can quantify the USB monitor!\"}"], ["created_at", "2016-10-06 14:49:14.051011"], ["updated_at", "2016-10-06 14:49:14.051011"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero ut ipsa laudantium.\",\"text\":\"Use the open-source PCI panel, then you can copy the redundant hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.052356"], ["updated_at", "2016-10-06 14:49:14.052356"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad et amet voluptatem maiores.\",\"text\":\"Try to generate the JSON monitor, maybe it will hack the redundant sensor!\"}"], ["created_at", "2016-10-06 14:49:14.053739"], ["updated_at", "2016-10-06 14:49:14.053739"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum perspiciatis laboriosam adipisci saepe.\",\"text\":\"I'll reboot the bluetooth SCSI matrix, that should application the HDD interface!\"}"], ["created_at", "2016-10-06 14:49:14.056398"], ["updated_at", "2016-10-06 14:49:14.056398"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis eum architecto consequatur nesciunt repellat.\",\"text\":\"We need to index the haptic SAS interface!\"}"], ["created_at", "2016-10-06 14:49:14.057729"], ["updated_at", "2016-10-06 14:49:14.057729"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint consequatur voluptatibus dolor.\",\"text\":\"Try to calculate the COM alarm, maybe it will navigate the optical feed!\"}"], ["created_at", "2016-10-06 14:49:14.059041"], ["updated_at", "2016-10-06 14:49:14.059041"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit dolor repudiandae perspiciatis et omnis eum.\",\"text\":\"Synthesizing the driver won't do anything, we need to compress the cross-platform scsi circuit!\"}"], ["created_at", "2016-10-06 14:49:14.061221"], ["updated_at", "2016-10-06 14:49:14.061221"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi id velit.\",\"text\":\"You can't calculate the monitor without navigating the bluetooth SSL system!\"}"], ["created_at", "2016-10-06 14:49:14.064379"], ["updated_at", "2016-10-06 14:49:14.064379"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus ipsa iure sit ea.\",\"text\":\"The SMS interface is down, connect the solid state bandwidth so we can hack the TCP microchip!\"}"], ["created_at", "2016-10-06 14:49:14.065728"], ["updated_at", "2016-10-06 14:49:14.065728"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores est quod.\",\"text\":\"Use the primary XSS hard drive, then you can transmit the open-source bus!\"}"], ["created_at", "2016-10-06 14:49:14.066978"], ["updated_at", "2016-10-06 14:49:14.066978"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe rerum sequi.\",\"text\":\"I'll hack the auxiliary CSS microchip, that should port the TCP interface!\"}"], ["created_at", "2016-10-06 14:49:14.068342"], ["updated_at", "2016-10-06 14:49:14.068342"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut consequatur delectus ullam.\",\"text\":\"Try to parse the PNG sensor, maybe it will transmit the optical card!\"}"], ["created_at", "2016-10-06 14:49:14.069733"], ["updated_at", "2016-10-06 14:49:14.069733"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero et cupiditate delectus soluta sint.\",\"text\":\"Connecting the protocol won't do anything, we need to parse the 1080p xml program!\"}"], ["created_at", "2016-10-06 14:49:14.072530"], ["updated_at", "2016-10-06 14:49:14.072530"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum et iste dolor in et blanditiis.\",\"text\":\"We need to generate the bluetooth THX panel!\"}"], ["created_at", "2016-10-06 14:49:14.073988"], ["updated_at", "2016-10-06 14:49:14.073988"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At aut distinctio id.\",\"text\":\"The JSON firewall is down, compress the haptic alarm so we can compress the RSS bus!\"}"], ["created_at", "2016-10-06 14:49:14.075239"], ["updated_at", "2016-10-06 14:49:14.075239"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate eligendi veritatis eaque ut dolore facilis.\",\"text\":\"Use the redundant HDD alarm, then you can bypass the open-source bus!\"}"], ["created_at", "2016-10-06 14:49:14.076962"], ["updated_at", "2016-10-06 14:49:14.076962"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed consequuntur soluta laborum cumque architecto autem illo.\",\"text\":\"Hacking the alarm won't do anything, we need to generate the redundant css sensor!\"}"], ["created_at", "2016-10-06 14:49:14.080565"], ["updated_at", "2016-10-06 14:49:14.080565"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut id vero veritatis velit sed laborum.\",\"text\":\"I'll quantify the primary PNG transmitter, that should matrix the PCI system!\"}"], ["created_at", "2016-10-06 14:49:14.081928"], ["updated_at", "2016-10-06 14:49:14.081928"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta consequuntur et quisquam perferendis.\",\"text\":\"Try to transmit the PNG card, maybe it will reboot the haptic driver!\"}"], ["created_at", "2016-10-06 14:49:14.083201"], ["updated_at", "2016-10-06 14:49:14.083201"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ipsam eum iure.\",\"text\":\"I'll reboot the online GB application, that should system the SCSI sensor!\"}"], ["created_at", "2016-10-06 14:49:14.084499"], ["updated_at", "2016-10-06 14:49:14.084499"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ut et eius fugit dolores.\",\"text\":\"Overriding the firewall won't do anything, we need to override the mobile http alarm!\"}"], ["created_at", "2016-10-06 14:49:14.086029"], ["updated_at", "2016-10-06 14:49:14.086029"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur voluptatibus deleniti.\",\"text\":\"You can't connect the sensor without hacking the virtual THX microchip!\"}"], ["created_at", "2016-10-06 14:49:14.088701"], ["updated_at", "2016-10-06 14:49:14.088701"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore eos eos.\",\"text\":\"Try to back up the COM circuit, maybe it will copy the online bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.090370"], ["updated_at", "2016-10-06 14:49:14.090370"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime numquam atque ipsa iusto eos.\",\"text\":\"You can't input the pixel without calculating the digital SDD bus!\"}"], ["created_at", "2016-10-06 14:49:14.091619"], ["updated_at", "2016-10-06 14:49:14.091619"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit temporibus et.\",\"text\":\"Try to reboot the RAM matrix, maybe it will calculate the primary application!\"}"], ["created_at", "2016-10-06 14:49:14.092993"], ["updated_at", "2016-10-06 14:49:14.092993"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel non consequuntur debitis eius.\",\"text\":\"Use the solid state FTP array, then you can quantify the back-end port!\"}"], ["created_at", "2016-10-06 14:49:14.096068"], ["updated_at", "2016-10-06 14:49:14.096068"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In officia voluptatem.\",\"text\":\"If we compress the firewall, we can get to the USB transmitter through the auxiliary SMS transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.098318"], ["updated_at", "2016-10-06 14:49:14.098318"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem est qui.\",\"text\":\"If we index the driver, we can get to the RAM panel through the primary THX bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.099527"], ["updated_at", "2016-10-06 14:49:14.099527"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum ducimus fugiat.\",\"text\":\"If we compress the microchip, we can get to the SDD interface through the cross-platform RAM feed!\"}"], ["created_at", "2016-10-06 14:49:14.100617"], ["updated_at", "2016-10-06 14:49:14.100617"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quia quia.\",\"text\":\"If we copy the bandwidth, we can get to the HTTP sensor through the digital IB system!\"}"], ["created_at", "2016-10-06 14:49:14.101992"], ["updated_at", "2016-10-06 14:49:14.101992"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati atque ipsa modi nihil neque.\",\"text\":\"You can't transmit the capacitor without indexing the auxiliary SMS pixel!\"}"], ["created_at", "2016-10-06 14:49:14.103607"], ["updated_at", "2016-10-06 14:49:14.103607"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt voluptas sed mollitia molestiae reprehenderit qui iusto.\",\"text\":\"Copying the circuit won't do anything, we need to generate the cross-platform pci interface!\"}"], ["created_at", "2016-10-06 14:49:14.106296"], ["updated_at", "2016-10-06 14:49:14.106296"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem exercitationem deserunt ipsam et natus.\",\"text\":\"Try to override the EXE port, maybe it will override the online sensor!\"}"], ["created_at", "2016-10-06 14:49:14.107582"], ["updated_at", "2016-10-06 14:49:14.107582"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus non voluptatem maxime nihil et rem culpa.\",\"text\":\"The HTTP driver is down, bypass the wireless array so we can synthesize the SMS firewall!\"}"], ["created_at", "2016-10-06 14:49:14.108744"], ["updated_at", "2016-10-06 14:49:14.108744"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque nesciunt quia temporibus illo harum iure.\",\"text\":\"We need to generate the redundant FTP monitor!\"}"], ["created_at", "2016-10-06 14:49:14.110385"], ["updated_at", "2016-10-06 14:49:14.110385"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis sit ipsa veniam omnis.\",\"text\":\"We need to input the online AGP microchip!\"}"], ["created_at", "2016-10-06 14:49:14.114206"], ["updated_at", "2016-10-06 14:49:14.114206"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas assumenda laborum ad autem quidem vel.\",\"text\":\"You can't bypass the sensor without transmitting the mobile JSON matrix!\"}"], ["created_at", "2016-10-06 14:49:14.115699"], ["updated_at", "2016-10-06 14:49:14.115699"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed repudiandae dolores dignissimos vitae ut.\",\"text\":\"Try to input the SDD bus, maybe it will calculate the mobile program!\"}"], ["created_at", "2016-10-06 14:49:14.116946"], ["updated_at", "2016-10-06 14:49:14.116946"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti ut minus totam eius.\",\"text\":\"I'll compress the virtual JSON pixel, that should array the SMS firewall!\"}"], ["created_at", "2016-10-06 14:49:14.118345"], ["updated_at", "2016-10-06 14:49:14.118345"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A excepturi aut consequatur culpa aperiam.\",\"text\":\"We need to quantify the primary COM program!\"}"], ["created_at", "2016-10-06 14:49:14.119913"], ["updated_at", "2016-10-06 14:49:14.119913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae enim ratione exercitationem omnis quia non.\",\"text\":\"Use the neural PCI driver, then you can index the open-source firewall!\"}"], ["created_at", "2016-10-06 14:49:14.122892"], ["updated_at", "2016-10-06 14:49:14.122892"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa atque tempora minima et quas similique.\",\"text\":\"Compressing the feed won't do anything, we need to generate the back-end ai interface!\"}"], ["created_at", "2016-10-06 14:49:14.124331"], ["updated_at", "2016-10-06 14:49:14.124331"]] SQL (1.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo nihil assumenda sunt autem ut ad voluptatibus.\",\"text\":\"The SDD capacitor is down, calculate the back-end capacitor so we can override the TCP alarm!\"}"], ["created_at", "2016-10-06 14:49:14.127134"], ["updated_at", "2016-10-06 14:49:14.127134"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi quasi laudantium.\",\"text\":\"You can't reboot the protocol without overriding the digital TCP feed!\"}"], ["created_at", "2016-10-06 14:49:14.131148"], ["updated_at", "2016-10-06 14:49:14.131148"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore fuga aliquam quia ut dolor.\",\"text\":\"We need to copy the auxiliary USB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.133092"], ["updated_at", "2016-10-06 14:49:14.133092"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat repellat voluptatem dolorum.\",\"text\":\"Use the mobile RAM monitor, then you can synthesize the primary circuit!\"}"], ["created_at", "2016-10-06 14:49:14.134687"], ["updated_at", "2016-10-06 14:49:14.134687"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam eum natus repellendus facere id sint quae.\",\"text\":\"If we program the protocol, we can get to the PCI interface through the solid state XML bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.136386"], ["updated_at", "2016-10-06 14:49:14.136386"]] SQL (0.7ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto sit nobis occaecati voluptatem qui.\",\"text\":\"I'll quantify the neural EXE microchip, that should bus the HDD alarm!\"}"], ["created_at", "2016-10-06 14:49:14.138510"], ["updated_at", "2016-10-06 14:49:14.138510"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit quibusdam doloremque deleniti.\",\"text\":\"We need to synthesize the online FTP microchip!\"}"], ["created_at", "2016-10-06 14:49:14.141246"], ["updated_at", "2016-10-06 14:49:14.141246"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia voluptas neque exercitationem eligendi voluptatum.\",\"text\":\"You can't copy the microchip without overriding the wireless RSS driver!\"}"], ["created_at", "2016-10-06 14:49:14.145989"], ["updated_at", "2016-10-06 14:49:14.145989"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam voluptas tenetur mollitia voluptatum officia optio in.\",\"text\":\"If we quantify the protocol, we can get to the XSS port through the 1080p ADP transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.148706"], ["updated_at", "2016-10-06 14:49:14.148706"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sint modi in nemo eum sunt.\",\"text\":\"You can't index the bandwidth without hacking the neural SQL hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.150235"], ["updated_at", "2016-10-06 14:49:14.150235"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores facilis voluptatem tempora saepe possimus fuga enim.\",\"text\":\"I'll index the multi-byte RSS application, that should interface the SCSI interface!\"}"], ["created_at", "2016-10-06 14:49:14.152470"], ["updated_at", "2016-10-06 14:49:14.152470"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem quia magni quia eum.\",\"text\":\"Try to synthesize the THX matrix, maybe it will hack the haptic sensor!\"}"], ["created_at", "2016-10-06 14:49:14.156456"], ["updated_at", "2016-10-06 14:49:14.156456"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur eos eum velit et.\",\"text\":\"If we back up the hard drive, we can get to the XSS monitor through the bluetooth RAM protocol!\"}"], ["created_at", "2016-10-06 14:49:14.159091"], ["updated_at", "2016-10-06 14:49:14.159091"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum eos aperiam placeat ut sed itaque.\",\"text\":\"You can't copy the hard drive without synthesizing the mobile PCI matrix!\"}"], ["created_at", "2016-10-06 14:49:14.164164"], ["updated_at", "2016-10-06 14:49:14.164164"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur dolorem non ratione ut hic.\",\"text\":\"Try to input the RAM pixel, maybe it will navigate the mobile bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.165651"], ["updated_at", "2016-10-06 14:49:14.165651"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro rem enim illo.\",\"text\":\"You can't program the sensor without parsing the open-source TCP alarm!\"}"], ["created_at", "2016-10-06 14:49:14.166876"], ["updated_at", "2016-10-06 14:49:14.166876"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium modi dolorem excepturi temporibus rerum eum.\",\"text\":\"Calculating the transmitter won't do anything, we need to index the haptic sms microchip!\"}"], ["created_at", "2016-10-06 14:49:14.168523"], ["updated_at", "2016-10-06 14:49:14.168523"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam velit non minus repudiandae officiis sint voluptas.\",\"text\":\"If we navigate the sensor, we can get to the FTP interface through the wireless RSS bus!\"}"], ["created_at", "2016-10-06 14:49:14.170198"], ["updated_at", "2016-10-06 14:49:14.170198"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit non sint animi sapiente nihil.\",\"text\":\"Use the primary COM application, then you can bypass the bluetooth transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.172863"], ["updated_at", "2016-10-06 14:49:14.172863"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est necessitatibus et quia eius dignissimos perferendis rerum.\",\"text\":\"Use the virtual ADP matrix, then you can navigate the neural monitor!\"}"], ["created_at", "2016-10-06 14:49:14.174803"], ["updated_at", "2016-10-06 14:49:14.174803"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum provident nesciunt.\",\"text\":\"Parsing the bandwidth won't do anything, we need to override the multi-byte scsi matrix!\"}"], ["created_at", "2016-10-06 14:49:14.176331"], ["updated_at", "2016-10-06 14:49:14.176331"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis blanditiis aut aut.\",\"text\":\"You can't parse the firewall without bypassing the mobile FTP alarm!\"}"], ["created_at", "2016-10-06 14:49:14.179891"], ["updated_at", "2016-10-06 14:49:14.179891"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt rerum incidunt est veniam laudantium.\",\"text\":\"I'll parse the solid state SMTP port, that should card the SQL card!\"}"], ["created_at", "2016-10-06 14:49:14.181902"], ["updated_at", "2016-10-06 14:49:14.181902"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut est magni ex consequuntur fuga.\",\"text\":\"Transmitting the pixel won't do anything, we need to bypass the multi-byte hdd capacitor!\"}"], ["created_at", "2016-10-06 14:49:14.183498"], ["updated_at", "2016-10-06 14:49:14.183498"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis amet dolores.\",\"text\":\"Try to bypass the SDD port, maybe it will compress the cross-platform port!\"}"], ["created_at", "2016-10-06 14:49:14.185987"], ["updated_at", "2016-10-06 14:49:14.185987"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat necessitatibus aliquid magni repudiandae nulla iste.\",\"text\":\"Copying the application won't do anything, we need to override the solid state json monitor!\"}"], ["created_at", "2016-10-06 14:49:14.188398"], ["updated_at", "2016-10-06 14:49:14.188398"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate recusandae quisquam consequatur magnam est voluptas.\",\"text\":\"The EXE port is down, override the mobile alarm so we can index the SAS protocol!\"}"], ["created_at", "2016-10-06 14:49:14.190668"], ["updated_at", "2016-10-06 14:49:14.190668"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate iure totam consequuntur.\",\"text\":\"You can't override the firewall without calculating the solid state USB pixel!\"}"], ["created_at", "2016-10-06 14:49:14.192571"], ["updated_at", "2016-10-06 14:49:14.192571"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate officia sit necessitatibus dolores magnam aut.\",\"text\":\"You can't transmit the firewall without copying the digital THX feed!\"}"], ["created_at", "2016-10-06 14:49:14.195729"], ["updated_at", "2016-10-06 14:49:14.195729"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem minus exercitationem nesciunt id sed sapiente.\",\"text\":\"Try to generate the COM port, maybe it will navigate the optical sensor!\"}"], ["created_at", "2016-10-06 14:49:14.198476"], ["updated_at", "2016-10-06 14:49:14.198476"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam possimus rerum eveniet magni voluptas.\",\"text\":\"You can't calculate the capacitor without indexing the wireless TCP matrix!\"}"], ["created_at", "2016-10-06 14:49:14.200008"], ["updated_at", "2016-10-06 14:49:14.200008"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas omnis totam odio consequatur.\",\"text\":\"I'll index the haptic IB sensor, that should monitor the FTP array!\"}"], ["created_at", "2016-10-06 14:49:14.202317"], ["updated_at", "2016-10-06 14:49:14.202317"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione nulla debitis sed repudiandae provident.\",\"text\":\"Overriding the port won't do anything, we need to reboot the 1080p exe system!\"}"], ["created_at", "2016-10-06 14:49:14.204672"], ["updated_at", "2016-10-06 14:49:14.204672"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo ut autem est cupiditate.\",\"text\":\"If we quantify the transmitter, we can get to the JBOD port through the multi-byte SMS monitor!\"}"], ["created_at", "2016-10-06 14:49:14.207217"], ["updated_at", "2016-10-06 14:49:14.207217"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil aut est non reiciendis voluptatum et qui.\",\"text\":\"Try to back up the ADP pixel, maybe it will quantify the primary system!\"}"], ["created_at", "2016-10-06 14:49:14.208689"], ["updated_at", "2016-10-06 14:49:14.208689"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut ullam maxime cum perferendis quasi in.\",\"text\":\"I'll connect the cross-platform XML pixel, that should feed the EXE pixel!\"}"], ["created_at", "2016-10-06 14:49:14.210189"], ["updated_at", "2016-10-06 14:49:14.210189"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores et saepe voluptas sit qui.\",\"text\":\"Bypassing the pixel won't do anything, we need to reboot the primary sms alarm!\"}"], ["created_at", "2016-10-06 14:49:14.214322"], ["updated_at", "2016-10-06 14:49:14.214322"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos numquam consectetur sed praesentium aut officia autem.\",\"text\":\"Transmitting the program won't do anything, we need to copy the auxiliary gb driver!\"}"], ["created_at", "2016-10-06 14:49:14.215629"], ["updated_at", "2016-10-06 14:49:14.215629"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit corrupti commodi ex ipsum similique molestias consectetur.\",\"text\":\"The RSS firewall is down, override the neural protocol so we can parse the XSS alarm!\"}"], ["created_at", "2016-10-06 14:49:14.216990"], ["updated_at", "2016-10-06 14:49:14.216990"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae optio id eum saepe dolorum.\",\"text\":\"The SDD circuit is down, hack the haptic firewall so we can reboot the AGP capacitor!\"}"], ["created_at", "2016-10-06 14:49:14.218408"], ["updated_at", "2016-10-06 14:49:14.218408"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit rerum ullam eum debitis.\",\"text\":\"The EXE port is down, index the haptic port so we can calculate the SAS card!\"}"], ["created_at", "2016-10-06 14:49:14.220209"], ["updated_at", "2016-10-06 14:49:14.220209"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo suscipit et assumenda et excepturi ex quia.\",\"text\":\"Use the virtual SMTP application, then you can copy the digital hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.223026"], ["updated_at", "2016-10-06 14:49:14.223026"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa reiciendis vitae sed.\",\"text\":\"Bypassing the system won't do anything, we need to input the optical json alarm!\"}"], ["created_at", "2016-10-06 14:49:14.224281"], ["updated_at", "2016-10-06 14:49:14.224281"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et exercitationem in nostrum.\",\"text\":\"You can't parse the feed without navigating the auxiliary XML array!\"}"], ["created_at", "2016-10-06 14:49:14.225394"], ["updated_at", "2016-10-06 14:49:14.225394"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui est officia.\",\"text\":\"Try to quantify the HTTP monitor, maybe it will program the auxiliary system!\"}"], ["created_at", "2016-10-06 14:49:14.226763"], ["updated_at", "2016-10-06 14:49:14.226763"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore voluptas maxime.\",\"text\":\"I'll hack the 1080p SAS interface, that should bandwidth the SMS circuit!\"}"], ["created_at", "2016-10-06 14:49:14.229725"], ["updated_at", "2016-10-06 14:49:14.229725"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et minima sint consequatur aliquam.\",\"text\":\"Use the primary SCSI sensor, then you can calculate the online bus!\"}"], ["created_at", "2016-10-06 14:49:14.231630"], ["updated_at", "2016-10-06 14:49:14.231630"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sed quo.\",\"text\":\"I'll index the wireless THX application, that should port the PNG alarm!\"}"], ["created_at", "2016-10-06 14:49:14.232798"], ["updated_at", "2016-10-06 14:49:14.232798"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque facilis quae voluptas.\",\"text\":\"If we override the system, we can get to the PNG circuit through the auxiliary THX array!\"}"], ["created_at", "2016-10-06 14:49:14.233819"], ["updated_at", "2016-10-06 14:49:14.233819"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto veritatis facere id cupiditate.\",\"text\":\"We need to parse the wireless IB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.235519"], ["updated_at", "2016-10-06 14:49:14.235519"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus debitis nemo et.\",\"text\":\"We need to generate the digital RAM system!\"}"], ["created_at", "2016-10-06 14:49:14.237180"], ["updated_at", "2016-10-06 14:49:14.237180"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni accusantium quia.\",\"text\":\"I'll override the digital THX bus, that should port the JSON feed!\"}"], ["created_at", "2016-10-06 14:49:14.239836"], ["updated_at", "2016-10-06 14:49:14.239836"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A tempore beatae et.\",\"text\":\"Try to override the RSS transmitter, maybe it will navigate the open-source array!\"}"], ["created_at", "2016-10-06 14:49:14.241459"], ["updated_at", "2016-10-06 14:49:14.241459"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ducimus architecto.\",\"text\":\"We need to input the solid state FTP panel!\"}"], ["created_at", "2016-10-06 14:49:14.242849"], ["updated_at", "2016-10-06 14:49:14.242849"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non enim placeat accusantium deleniti aut nisi nesciunt.\",\"text\":\"We need to index the neural JSON system!\"}"], ["created_at", "2016-10-06 14:49:14.245693"], ["updated_at", "2016-10-06 14:49:14.245693"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae quo dolore architecto minima.\",\"text\":\"We need to back up the cross-platform JSON application!\"}"], ["created_at", "2016-10-06 14:49:14.248244"], ["updated_at", "2016-10-06 14:49:14.248244"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt facere inventore assumenda commodi.\",\"text\":\"Try to copy the PNG capacitor, maybe it will bypass the cross-platform hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.249975"], ["updated_at", "2016-10-06 14:49:14.249975"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi voluptatem et ipsa et enim rerum maiores.\",\"text\":\"The SMTP bus is down, program the primary card so we can navigate the PCI sensor!\"}"], ["created_at", "2016-10-06 14:49:14.251741"], ["updated_at", "2016-10-06 14:49:14.251741"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem est voluptate.\",\"text\":\"Connecting the firewall won't do anything, we need to compress the solid state sms feed!\"}"], ["created_at", "2016-10-06 14:49:14.254197"], ["updated_at", "2016-10-06 14:49:14.254197"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia accusantium ut adipisci suscipit sint.\",\"text\":\"We need to quantify the digital GB sensor!\"}"], ["created_at", "2016-10-06 14:49:14.257134"], ["updated_at", "2016-10-06 14:49:14.257134"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim qui reprehenderit officiis iure.\",\"text\":\"Transmitting the bandwidth won't do anything, we need to calculate the multi-byte css panel!\"}"], ["created_at", "2016-10-06 14:49:14.258561"], ["updated_at", "2016-10-06 14:49:14.258561"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis nihil voluptatum quisquam.\",\"text\":\"Try to copy the FTP port, maybe it will transmit the mobile card!\"}"], ["created_at", "2016-10-06 14:49:14.260169"], ["updated_at", "2016-10-06 14:49:14.260169"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis excepturi ut similique.\",\"text\":\"Use the redundant SAS card, then you can connect the primary firewall!\"}"], ["created_at", "2016-10-06 14:49:14.264812"], ["updated_at", "2016-10-06 14:49:14.264812"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio qui pariatur accusamus exercitationem vero voluptas sequi.\",\"text\":\"If we hack the bus, we can get to the USB panel through the digital AGP feed!\"}"], ["created_at", "2016-10-06 14:49:14.266404"], ["updated_at", "2016-10-06 14:49:14.266404"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est qui dolores mollitia aut rerum.\",\"text\":\"Bypassing the panel won't do anything, we need to parse the online ib application!\"}"], ["created_at", "2016-10-06 14:49:14.268105"], ["updated_at", "2016-10-06 14:49:14.268105"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo enim eos porro a.\",\"text\":\"Use the primary JSON feed, then you can hack the multi-byte card!\"}"], ["created_at", "2016-10-06 14:49:14.270185"], ["updated_at", "2016-10-06 14:49:14.270185"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut numquam porro.\",\"text\":\"I'll index the optical IB matrix, that should transmitter the THX system!\"}"], ["created_at", "2016-10-06 14:49:14.273360"], ["updated_at", "2016-10-06 14:49:14.273360"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut corrupti quia deserunt est.\",\"text\":\"If we calculate the port, we can get to the THX hard drive through the mobile TCP circuit!\"}"], ["created_at", "2016-10-06 14:49:14.274974"], ["updated_at", "2016-10-06 14:49:14.274974"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat sed aut atque iste fugiat.\",\"text\":\"You can't input the driver without bypassing the redundant SQL system!\"}"], ["created_at", "2016-10-06 14:49:14.276615"], ["updated_at", "2016-10-06 14:49:14.276615"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam corporis quas soluta unde.\",\"text\":\"Try to program the AI program, maybe it will override the bluetooth bus!\"}"], ["created_at", "2016-10-06 14:49:14.280870"], ["updated_at", "2016-10-06 14:49:14.280870"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error corporis officiis nihil enim non officia quia.\",\"text\":\"Try to index the PCI array, maybe it will navigate the open-source microchip!\"}"], ["created_at", "2016-10-06 14:49:14.282770"], ["updated_at", "2016-10-06 14:49:14.282770"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt laboriosam illo fugit quo non.\",\"text\":\"You can't quantify the microchip without programming the back-end FTP card!\"}"], ["created_at", "2016-10-06 14:49:14.284288"], ["updated_at", "2016-10-06 14:49:14.284288"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi odit id ratione incidunt dolore sit voluptas.\",\"text\":\"The COM panel is down, synthesize the solid state circuit so we can transmit the SQL array!\"}"], ["created_at", "2016-10-06 14:49:14.286560"], ["updated_at", "2016-10-06 14:49:14.286560"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quia at doloribus nihil omnis.\",\"text\":\"Use the multi-byte SMS firewall, then you can quantify the multi-byte alarm!\"}"], ["created_at", "2016-10-06 14:49:14.289485"], ["updated_at", "2016-10-06 14:49:14.289485"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus tempore impedit.\",\"text\":\"We need to connect the bluetooth SAS application!\"}"], ["created_at", "2016-10-06 14:49:14.291098"], ["updated_at", "2016-10-06 14:49:14.291098"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis est excepturi nostrum quam id sequi.\",\"text\":\"I'll compress the open-source JBOD firewall, that should driver the IB capacitor!\"}"], ["created_at", "2016-10-06 14:49:14.292537"], ["updated_at", "2016-10-06 14:49:14.292537"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero dignissimos et minus optio.\",\"text\":\"You can't calculate the bus without generating the online XSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.296700"], ["updated_at", "2016-10-06 14:49:14.296700"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam ab magnam sed placeat officia quo.\",\"text\":\"Use the primary EXE card, then you can transmit the solid state card!\"}"], ["created_at", "2016-10-06 14:49:14.298662"], ["updated_at", "2016-10-06 14:49:14.298662"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus consequatur esse inventore qui.\",\"text\":\"I'll input the redundant XML capacitor, that should program the SMTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.300443"], ["updated_at", "2016-10-06 14:49:14.300443"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis ipsum sint.\",\"text\":\"Programming the hard drive won't do anything, we need to navigate the digital ftp alarm!\"}"], ["created_at", "2016-10-06 14:49:14.302527"], ["updated_at", "2016-10-06 14:49:14.302527"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt dolorem adipisci temporibus rerum expedita ipsam.\",\"text\":\"Use the cross-platform USB transmitter, then you can quantify the 1080p monitor!\"}"], ["created_at", "2016-10-06 14:49:14.305212"], ["updated_at", "2016-10-06 14:49:14.305212"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore expedita et sed quas provident.\",\"text\":\"If we generate the application, we can get to the AGP card through the optical THX matrix!\"}"], ["created_at", "2016-10-06 14:49:14.307238"], ["updated_at", "2016-10-06 14:49:14.307238"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa ullam ratione labore omnis.\",\"text\":\"We need to program the auxiliary SQL firewall!\"}"], ["created_at", "2016-10-06 14:49:14.309030"], ["updated_at", "2016-10-06 14:49:14.309030"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem laborum ut est.\",\"text\":\"You can't hack the program without indexing the cross-platform PNG capacitor!\"}"], ["created_at", "2016-10-06 14:49:14.313080"], ["updated_at", "2016-10-06 14:49:14.313080"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos facere omnis optio veniam et unde inventore.\",\"text\":\"We need to back up the back-end SAS pixel!\"}"], ["created_at", "2016-10-06 14:49:14.315565"], ["updated_at", "2016-10-06 14:49:14.315565"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et totam et atque aut voluptatem voluptate ut.\",\"text\":\"I'll override the bluetooth SDD program, that should sensor the GB panel!\"}"], ["created_at", "2016-10-06 14:49:14.317700"], ["updated_at", "2016-10-06 14:49:14.317700"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae velit nihil fugit.\",\"text\":\"Use the redundant XSS sensor, then you can reboot the haptic panel!\"}"], ["created_at", "2016-10-06 14:49:14.320021"], ["updated_at", "2016-10-06 14:49:14.320021"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt maiores modi repellendus voluptatem est nobis rem.\",\"text\":\"The EXE matrix is down, bypass the redundant application so we can override the PCI feed!\"}"], ["created_at", "2016-10-06 14:49:14.322679"], ["updated_at", "2016-10-06 14:49:14.322679"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe cupiditate quibusdam hic illum sunt provident et.\",\"text\":\"You can't override the firewall without backing up the multi-byte HTTP program!\"}"], ["created_at", "2016-10-06 14:49:14.325053"], ["updated_at", "2016-10-06 14:49:14.325053"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit ea cumque magnam.\",\"text\":\"You can't navigate the panel without backing up the mobile JSON circuit!\"}"], ["created_at", "2016-10-06 14:49:14.327442"], ["updated_at", "2016-10-06 14:49:14.327442"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et a odit unde magni.\",\"text\":\"Try to override the RAM microchip, maybe it will transmit the primary transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.331370"], ["updated_at", "2016-10-06 14:49:14.331370"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore quod sit sapiente explicabo.\",\"text\":\"Try to back up the PNG panel, maybe it will compress the open-source application!\"}"], ["created_at", "2016-10-06 14:49:14.332936"], ["updated_at", "2016-10-06 14:49:14.332936"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quidem qui.\",\"text\":\"Bypassing the panel won't do anything, we need to input the neural scsi driver!\"}"], ["created_at", "2016-10-06 14:49:14.334614"], ["updated_at", "2016-10-06 14:49:14.334614"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo et sit.\",\"text\":\"If we hack the pixel, we can get to the HDD port through the primary THX array!\"}"], ["created_at", "2016-10-06 14:49:14.336784"], ["updated_at", "2016-10-06 14:49:14.336784"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut unde eum eligendi.\",\"text\":\"Try to connect the IB feed, maybe it will back up the digital hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.339916"], ["updated_at", "2016-10-06 14:49:14.339916"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis quasi quos at voluptatem rerum magnam.\",\"text\":\"I'll back up the virtual IB bandwidth, that should feed the JBOD transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.341948"], ["updated_at", "2016-10-06 14:49:14.341948"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta libero quo autem.\",\"text\":\"You can't bypass the panel without calculating the multi-byte HDD panel!\"}"], ["created_at", "2016-10-06 14:49:14.344713"], ["updated_at", "2016-10-06 14:49:14.344713"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt dolores et est consequuntur.\",\"text\":\"I'll connect the primary AGP bus, that should transmitter the SDD hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.347971"], ["updated_at", "2016-10-06 14:49:14.347971"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui est quidem ut harum reiciendis.\",\"text\":\"Hacking the sensor won't do anything, we need to reboot the bluetooth usb firewall!\"}"], ["created_at", "2016-10-06 14:49:14.349510"], ["updated_at", "2016-10-06 14:49:14.349510"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto modi ratione aperiam id totam non asperiores.\",\"text\":\"Use the wireless XSS pixel, then you can transmit the bluetooth circuit!\"}"], ["created_at", "2016-10-06 14:49:14.351275"], ["updated_at", "2016-10-06 14:49:14.351275"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum id voluptates totam.\",\"text\":\"The FTP firewall is down, quantify the optical interface so we can copy the SSL firewall!\"}"], ["created_at", "2016-10-06 14:49:14.353985"], ["updated_at", "2016-10-06 14:49:14.353985"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit cum dicta ipsum quod.\",\"text\":\"I'll transmit the wireless CSS alarm, that should panel the JBOD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.356940"], ["updated_at", "2016-10-06 14:49:14.356940"]] SQL (0.7ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quas in facilis cumque et non commodi.\",\"text\":\"We need to program the auxiliary FTP card!\"}"], ["created_at", "2016-10-06 14:49:14.358599"], ["updated_at", "2016-10-06 14:49:14.358599"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae aut ut rerum.\",\"text\":\"If we synthesize the bandwidth, we can get to the XSS transmitter through the mobile AGP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.361207"], ["updated_at", "2016-10-06 14:49:14.361207"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro et nulla ut nostrum ab deleniti.\",\"text\":\"Use the cross-platform THX hard drive, then you can navigate the wireless transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.364630"], ["updated_at", "2016-10-06 14:49:14.364630"]] SQL (0.6ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore esse ea.\",\"text\":\"Bypassing the hard drive won't do anything, we need to hack the virtual scsi panel!\"}"], ["created_at", "2016-10-06 14:49:14.366574"], ["updated_at", "2016-10-06 14:49:14.366574"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In qui consectetur.\",\"text\":\"Parsing the transmitter won't do anything, we need to synthesize the primary css bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.368451"], ["updated_at", "2016-10-06 14:49:14.368451"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est vel debitis quia.\",\"text\":\"Use the redundant CSS array, then you can connect the redundant driver!\"}"], ["created_at", "2016-10-06 14:49:14.371040"], ["updated_at", "2016-10-06 14:49:14.371040"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut non laboriosam cupiditate ut.\",\"text\":\"I'll override the virtual JBOD matrix, that should microchip the AGP bus!\"}"], ["created_at", "2016-10-06 14:49:14.375235"], ["updated_at", "2016-10-06 14:49:14.375235"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo numquam soluta libero consequatur necessitatibus.\",\"text\":\"Try to program the TCP sensor, maybe it will synthesize the haptic card!\"}"], ["created_at", "2016-10-06 14:49:14.377247"], ["updated_at", "2016-10-06 14:49:14.377247"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem rem quisquam eveniet explicabo.\",\"text\":\"I'll override the online SAS matrix, that should pixel the GB circuit!\"}"], ["created_at", "2016-10-06 14:49:14.381286"], ["updated_at", "2016-10-06 14:49:14.381286"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit tempora necessitatibus.\",\"text\":\"You can't transmit the firewall without backing up the auxiliary IB monitor!\"}"], ["created_at", "2016-10-06 14:49:14.382883"], ["updated_at", "2016-10-06 14:49:14.382883"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid reiciendis vel ad quo.\",\"text\":\"I'll connect the back-end RAM bus, that should card the JSON array!\"}"], ["created_at", "2016-10-06 14:49:14.384522"], ["updated_at", "2016-10-06 14:49:14.384522"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi officiis numquam labore qui.\",\"text\":\"Try to copy the PNG array, maybe it will generate the online array!\"}"], ["created_at", "2016-10-06 14:49:14.389490"], ["updated_at", "2016-10-06 14:49:14.389490"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi quaerat sunt architecto.\",\"text\":\"Use the primary HTTP pixel, then you can transmit the mobile alarm!\"}"], ["created_at", "2016-10-06 14:49:14.391323"], ["updated_at", "2016-10-06 14:49:14.391323"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat pariatur reprehenderit.\",\"text\":\"Try to hack the XML driver, maybe it will transmit the wireless port!\"}"], ["created_at", "2016-10-06 14:49:14.392956"], ["updated_at", "2016-10-06 14:49:14.392956"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam magni deleniti aut numquam dolor.\",\"text\":\"Connecting the monitor won't do anything, we need to index the cross-platform css panel!\"}"], ["created_at", "2016-10-06 14:49:14.397410"], ["updated_at", "2016-10-06 14:49:14.397410"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde ea et in repudiandae.\",\"text\":\"You can't bypass the pixel without generating the back-end COM port!\"}"], ["created_at", "2016-10-06 14:49:14.399479"], ["updated_at", "2016-10-06 14:49:14.399479"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus temporibus blanditiis dicta.\",\"text\":\"Use the digital XML transmitter, then you can quantify the online panel!\"}"], ["created_at", "2016-10-06 14:49:14.401018"], ["updated_at", "2016-10-06 14:49:14.401018"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi consequatur aut veniam aperiam ut.\",\"text\":\"Try to override the SDD circuit, maybe it will calculate the cross-platform alarm!\"}"], ["created_at", "2016-10-06 14:49:14.402719"], ["updated_at", "2016-10-06 14:49:14.402719"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero quo natus ut.\",\"text\":\"Generating the system won't do anything, we need to back up the haptic json firewall!\"}"], ["created_at", "2016-10-06 14:49:14.405735"], ["updated_at", "2016-10-06 14:49:14.405735"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur ut dolores labore sapiente incidunt odio culpa.\",\"text\":\"The RSS program is down, index the optical array so we can connect the THX bus!\"}"], ["created_at", "2016-10-06 14:49:14.407443"], ["updated_at", "2016-10-06 14:49:14.407443"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure itaque ea nam sit in aut quia.\",\"text\":\"I'll compress the optical HTTP feed, that should circuit the RAM card!\"}"], ["created_at", "2016-10-06 14:49:14.409337"], ["updated_at", "2016-10-06 14:49:14.409337"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae officiis id nesciunt voluptatem ratione.\",\"text\":\"You can't transmit the monitor without hacking the virtual TCP capacitor!\"}"], ["created_at", "2016-10-06 14:49:14.413025"], ["updated_at", "2016-10-06 14:49:14.413025"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit illo nobis dolore.\",\"text\":\"The RAM alarm is down, connect the bluetooth bandwidth so we can calculate the XSS firewall!\"}"], ["created_at", "2016-10-06 14:49:14.436945"], ["updated_at", "2016-10-06 14:49:14.436945"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod deleniti amet voluptatibus quidem.\",\"text\":\"Copying the monitor won't do anything, we need to bypass the multi-byte scsi sensor!\"}"], ["created_at", "2016-10-06 14:49:14.439672"], ["updated_at", "2016-10-06 14:49:14.439672"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui expedita sed itaque aut.\",\"text\":\"If we connect the circuit, we can get to the SMS port through the wireless SMTP firewall!\"}"], ["created_at", "2016-10-06 14:49:14.440975"], ["updated_at", "2016-10-06 14:49:14.440975"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem aspernatur culpa nemo velit.\",\"text\":\"Use the solid state SQL capacitor, then you can calculate the 1080p capacitor!\"}"], ["created_at", "2016-10-06 14:49:14.442086"], ["updated_at", "2016-10-06 14:49:14.442086"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem non delectus earum iusto at id quo.\",\"text\":\"We need to copy the auxiliary SAS matrix!\"}"], ["created_at", "2016-10-06 14:49:14.443656"], ["updated_at", "2016-10-06 14:49:14.443656"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit porro sit velit molestiae nam.\",\"text\":\"The JBOD feed is down, override the open-source panel so we can connect the SCSI panel!\"}"], ["created_at", "2016-10-06 14:49:14.447335"], ["updated_at", "2016-10-06 14:49:14.447335"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui omnis in quas magnam nobis accusamus dolorem.\",\"text\":\"Use the redundant JBOD interface, then you can bypass the multi-byte protocol!\"}"], ["created_at", "2016-10-06 14:49:14.448823"], ["updated_at", "2016-10-06 14:49:14.448823"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse accusantium sapiente saepe earum libero deleniti.\",\"text\":\"You can't synthesize the circuit without copying the digital SSL matrix!\"}"], ["created_at", "2016-10-06 14:49:14.450068"], ["updated_at", "2016-10-06 14:49:14.450068"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem in corporis non repudiandae.\",\"text\":\"You can't transmit the panel without backing up the multi-byte SQL bus!\"}"], ["created_at", "2016-10-06 14:49:14.451466"], ["updated_at", "2016-10-06 14:49:14.451466"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt magni omnis odio fuga.\",\"text\":\"We need to program the back-end PCI protocol!\"}"], ["created_at", "2016-10-06 14:49:14.452702"], ["updated_at", "2016-10-06 14:49:14.452702"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quia dolor iusto.\",\"text\":\"Use the cross-platform RAM hard drive, then you can synthesize the neural application!\"}"], ["created_at", "2016-10-06 14:49:14.453938"], ["updated_at", "2016-10-06 14:49:14.453938"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et rerum et.\",\"text\":\"Try to transmit the CSS bus, maybe it will parse the multi-byte microchip!\"}"], ["created_at", "2016-10-06 14:49:14.456009"], ["updated_at", "2016-10-06 14:49:14.456009"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus praesentium maiores.\",\"text\":\"Navigating the bandwidth won't do anything, we need to override the auxiliary ib bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.457793"], ["updated_at", "2016-10-06 14:49:14.457793"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe vero dolore laudantium quia.\",\"text\":\"We need to bypass the haptic GB program!\"}"], ["created_at", "2016-10-06 14:49:14.459165"], ["updated_at", "2016-10-06 14:49:14.459165"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime assumenda debitis voluptatem pariatur reiciendis rerum ad.\",\"text\":\"We need to reboot the bluetooth JSON hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.462112"], ["updated_at", "2016-10-06 14:49:14.462112"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto velit sapiente debitis soluta adipisci sunt ullam.\",\"text\":\"The XSS circuit is down, parse the multi-byte panel so we can connect the SCSI monitor!\"}"], ["created_at", "2016-10-06 14:49:14.464808"], ["updated_at", "2016-10-06 14:49:14.464808"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quam magnam explicabo dolores quibusdam omnis ratione.\",\"text\":\"Calculating the pixel won't do anything, we need to generate the digital adp card!\"}"], ["created_at", "2016-10-06 14:49:14.466098"], ["updated_at", "2016-10-06 14:49:14.466098"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis velit et dolorem.\",\"text\":\"Use the digital HDD bus, then you can hack the bluetooth sensor!\"}"], ["created_at", "2016-10-06 14:49:14.467436"], ["updated_at", "2016-10-06 14:49:14.467436"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et labore doloremque architecto iure.\",\"text\":\"If we bypass the sensor, we can get to the THX transmitter through the 1080p JBOD card!\"}"], ["created_at", "2016-10-06 14:49:14.468792"], ["updated_at", "2016-10-06 14:49:14.468792"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque repellendus nobis excepturi.\",\"text\":\"We need to program the 1080p SMTP protocol!\"}"], ["created_at", "2016-10-06 14:49:14.470147"], ["updated_at", "2016-10-06 14:49:14.470147"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus consequatur mollitia.\",\"text\":\"I'll quantify the mobile AI application, that should firewall the SAS circuit!\"}"], ["created_at", "2016-10-06 14:49:14.472753"], ["updated_at", "2016-10-06 14:49:14.472753"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati non asperiores et.\",\"text\":\"Parsing the firewall won't do anything, we need to calculate the open-source ram matrix!\"}"], ["created_at", "2016-10-06 14:49:14.473982"], ["updated_at", "2016-10-06 14:49:14.473982"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quo qui et pariatur sit enim hic.\",\"text\":\"If we parse the feed, we can get to the SAS interface through the haptic TCP feed!\"}"], ["created_at", "2016-10-06 14:49:14.475118"], ["updated_at", "2016-10-06 14:49:14.475118"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae magnam excepturi.\",\"text\":\"The AGP feed is down, program the primary monitor so we can copy the SSL monitor!\"}"], ["created_at", "2016-10-06 14:49:14.476205"], ["updated_at", "2016-10-06 14:49:14.476205"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus molestias ab accusantium corporis veritatis molestiae velit.\",\"text\":\"I'll parse the wireless PNG panel, that should protocol the USB capacitor!\"}"], ["created_at", "2016-10-06 14:49:14.478675"], ["updated_at", "2016-10-06 14:49:14.478675"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius praesentium corrupti.\",\"text\":\"Use the open-source AI card, then you can parse the redundant circuit!\"}"], ["created_at", "2016-10-06 14:49:14.481347"], ["updated_at", "2016-10-06 14:49:14.481347"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit sed ipsa et voluptas neque molestias doloremque.\",\"text\":\"You can't calculate the protocol without overriding the digital AGP bus!\"}"], ["created_at", "2016-10-06 14:49:14.482577"], ["updated_at", "2016-10-06 14:49:14.482577"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi doloremque a.\",\"text\":\"We need to reboot the mobile USB transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.483709"], ["updated_at", "2016-10-06 14:49:14.483709"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam voluptas quam dolores.\",\"text\":\"Indexing the microchip won't do anything, we need to index the mobile ram driver!\"}"], ["created_at", "2016-10-06 14:49:14.484785"], ["updated_at", "2016-10-06 14:49:14.484785"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem dicta et.\",\"text\":\"We need to synthesize the back-end THX bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.485982"], ["updated_at", "2016-10-06 14:49:14.485982"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium eos voluptas praesentium adipisci.\",\"text\":\"The SSL alarm is down, generate the bluetooth card so we can index the RAM protocol!\"}"], ["created_at", "2016-10-06 14:49:14.487204"], ["updated_at", "2016-10-06 14:49:14.487204"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt et ut optio quod.\",\"text\":\"Synthesizing the transmitter won't do anything, we need to program the multi-byte xml driver!\"}"], ["created_at", "2016-10-06 14:49:14.488473"], ["updated_at", "2016-10-06 14:49:14.488473"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod nisi ipsa harum sunt.\",\"text\":\"I'll program the neural SQL alarm, that should circuit the XML transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.489948"], ["updated_at", "2016-10-06 14:49:14.489948"]] SQL (0.6ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quas tempore quia dolorem dignissimos asperiores.\",\"text\":\"Use the solid state TCP driver, then you can compress the back-end application!\"}"], ["created_at", "2016-10-06 14:49:14.493024"], ["updated_at", "2016-10-06 14:49:14.493024"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam quia deleniti et et minima voluptas.\",\"text\":\"The SDD system is down, override the digital monitor so we can navigate the GB driver!\"}"], ["created_at", "2016-10-06 14:49:14.496651"], ["updated_at", "2016-10-06 14:49:14.496651"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed sit molestias excepturi quod est.\",\"text\":\"If we program the firewall, we can get to the SDD panel through the primary HDD monitor!\"}"], ["created_at", "2016-10-06 14:49:14.498397"], ["updated_at", "2016-10-06 14:49:14.498397"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quidem nesciunt nihil molestiae sunt aliquam dolor.\",\"text\":\"You can't override the matrix without overriding the primary SCSI feed!\"}"], ["created_at", "2016-10-06 14:49:14.499494"], ["updated_at", "2016-10-06 14:49:14.499494"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam fugiat et commodi eligendi.\",\"text\":\"If we calculate the card, we can get to the RAM circuit through the virtual AI capacitor!\"}"], ["created_at", "2016-10-06 14:49:14.500632"], ["updated_at", "2016-10-06 14:49:14.500632"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa nostrum quod.\",\"text\":\"The FTP port is down, override the open-source card so we can back up the COM capacitor!\"}"], ["created_at", "2016-10-06 14:49:14.501865"], ["updated_at", "2016-10-06 14:49:14.501865"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut incidunt pariatur molestiae debitis non.\",\"text\":\"Try to back up the IB matrix, maybe it will copy the optical matrix!\"}"], ["created_at", "2016-10-06 14:49:14.503327"], ["updated_at", "2016-10-06 14:49:14.503327"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam quia et et corrupti.\",\"text\":\"We need to connect the haptic TCP sensor!\"}"], ["created_at", "2016-10-06 14:49:14.506087"], ["updated_at", "2016-10-06 14:49:14.506087"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores modi et accusantium minima.\",\"text\":\"Use the back-end XML feed, then you can transmit the neural program!\"}"], ["created_at", "2016-10-06 14:49:14.507346"], ["updated_at", "2016-10-06 14:49:14.507346"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint iure vel.\",\"text\":\"I'll compress the wireless SMS monitor, that should monitor the CSS port!\"}"], ["created_at", "2016-10-06 14:49:14.508367"], ["updated_at", "2016-10-06 14:49:14.508367"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita omnis quisquam sed sit explicabo et.\",\"text\":\"We need to copy the redundant FTP program!\"}"], ["created_at", "2016-10-06 14:49:14.509485"], ["updated_at", "2016-10-06 14:49:14.509485"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam tenetur qui cupiditate.\",\"text\":\"If we parse the microchip, we can get to the XML bandwidth through the optical RSS application!\"}"], ["created_at", "2016-10-06 14:49:14.511464"], ["updated_at", "2016-10-06 14:49:14.511464"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore distinctio culpa voluptas rem.\",\"text\":\"Synthesizing the protocol won't do anything, we need to reboot the bluetooth png capacitor!\"}"], ["created_at", "2016-10-06 14:49:14.514102"], ["updated_at", "2016-10-06 14:49:14.514102"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore error nostrum.\",\"text\":\"You can't compress the alarm without navigating the redundant THX pixel!\"}"], ["created_at", "2016-10-06 14:49:14.515331"], ["updated_at", "2016-10-06 14:49:14.515331"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum ullam modi.\",\"text\":\"If we override the card, we can get to the SMTP alarm through the open-source PNG feed!\"}"], ["created_at", "2016-10-06 14:49:14.516460"], ["updated_at", "2016-10-06 14:49:14.516460"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat quibusdam et.\",\"text\":\"Try to synthesize the EXE bus, maybe it will reboot the multi-byte hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.517665"], ["updated_at", "2016-10-06 14:49:14.517665"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde debitis fugit.\",\"text\":\"We need to calculate the mobile RSS array!\"}"], ["created_at", "2016-10-06 14:49:14.518935"], ["updated_at", "2016-10-06 14:49:14.518935"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci dolorem dolor nisi quasi et.\",\"text\":\"We need to bypass the solid state CSS sensor!\"}"], ["created_at", "2016-10-06 14:49:14.520743"], ["updated_at", "2016-10-06 14:49:14.520743"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt est facere in iste.\",\"text\":\"Try to override the SMS bus, maybe it will override the multi-byte transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.523012"], ["updated_at", "2016-10-06 14:49:14.523012"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut itaque reprehenderit harum.\",\"text\":\"You can't connect the alarm without overriding the haptic XSS feed!\"}"], ["created_at", "2016-10-06 14:49:14.524167"], ["updated_at", "2016-10-06 14:49:14.524167"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam optio enim consequatur architecto explicabo quidem eum.\",\"text\":\"You can't quantify the pixel without compressing the wireless JBOD bus!\"}"], ["created_at", "2016-10-06 14:49:14.525278"], ["updated_at", "2016-10-06 14:49:14.525278"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et animi.\",\"text\":\"The GB circuit is down, transmit the wireless card so we can reboot the IB bus!\"}"], ["created_at", "2016-10-06 14:49:14.526604"], ["updated_at", "2016-10-06 14:49:14.526604"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat corporis saepe.\",\"text\":\"Try to input the THX transmitter, maybe it will compress the digital card!\"}"], ["created_at", "2016-10-06 14:49:14.529702"], ["updated_at", "2016-10-06 14:49:14.529702"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum tempora quia dignissimos nulla vero explicabo.\",\"text\":\"Backing up the firewall won't do anything, we need to parse the mobile ram circuit!\"}"], ["created_at", "2016-10-06 14:49:14.531144"], ["updated_at", "2016-10-06 14:49:14.531144"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet quo consequuntur eaque.\",\"text\":\"The COM bandwidth is down, compress the multi-byte card so we can hack the RAM array!\"}"], ["created_at", "2016-10-06 14:49:14.532202"], ["updated_at", "2016-10-06 14:49:14.532202"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut pariatur non eaque accusamus velit.\",\"text\":\"We need to hack the digital HTTP program!\"}"], ["created_at", "2016-10-06 14:49:14.533194"], ["updated_at", "2016-10-06 14:49:14.533194"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut qui et eveniet ut facilis quibusdam.\",\"text\":\"I'll generate the multi-byte FTP hard drive, that should port the JSON program!\"}"], ["created_at", "2016-10-06 14:49:14.534291"], ["updated_at", "2016-10-06 14:49:14.534291"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi consequatur iusto sapiente.\",\"text\":\"The XML card is down, navigate the redundant driver so we can reboot the SQL pixel!\"}"], ["created_at", "2016-10-06 14:49:14.535505"], ["updated_at", "2016-10-06 14:49:14.535505"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam accusantium molestias recusandae magnam.\",\"text\":\"Use the virtual JBOD protocol, then you can input the redundant microchip!\"}"], ["created_at", "2016-10-06 14:49:14.537098"], ["updated_at", "2016-10-06 14:49:14.537098"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quia voluptas eaque officiis.\",\"text\":\"Use the bluetooth USB monitor, then you can connect the digital firewall!\"}"], ["created_at", "2016-10-06 14:49:14.539694"], ["updated_at", "2016-10-06 14:49:14.539694"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ea sit quia ullam tenetur.\",\"text\":\"You can't navigate the feed without transmitting the redundant PCI bus!\"}"], ["created_at", "2016-10-06 14:49:14.540952"], ["updated_at", "2016-10-06 14:49:14.540952"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque labore velit unde assumenda veniam repudiandae.\",\"text\":\"You can't back up the protocol without bypassing the back-end SQL microchip!\"}"], ["created_at", "2016-10-06 14:49:14.542031"], ["updated_at", "2016-10-06 14:49:14.542031"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut neque qui est explicabo.\",\"text\":\"Use the cross-platform SAS protocol, then you can override the optical driver!\"}"], ["created_at", "2016-10-06 14:49:14.543221"], ["updated_at", "2016-10-06 14:49:14.543221"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti qui est.\",\"text\":\"Hacking the sensor won't do anything, we need to compress the haptic png application!\"}"], ["created_at", "2016-10-06 14:49:14.545715"], ["updated_at", "2016-10-06 14:49:14.545715"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum id qui magnam reprehenderit praesentium.\",\"text\":\"Compressing the pixel won't do anything, we need to input the digital pci microchip!\"}"], ["created_at", "2016-10-06 14:49:14.547726"], ["updated_at", "2016-10-06 14:49:14.547726"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur iure atque eveniet ducimus et voluptatem quia.\",\"text\":\"You can't index the matrix without quantifying the back-end AI port!\"}"], ["created_at", "2016-10-06 14:49:14.548862"], ["updated_at", "2016-10-06 14:49:14.548862"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus maxime qui.\",\"text\":\"We need to compress the wireless THX panel!\"}"], ["created_at", "2016-10-06 14:49:14.549923"], ["updated_at", "2016-10-06 14:49:14.549923"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et labore illo quibusdam.\",\"text\":\"The FTP system is down, transmit the cross-platform firewall so we can input the JSON hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.551099"], ["updated_at", "2016-10-06 14:49:14.551099"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum et quae voluptatum quisquam quod omnis perferendis.\",\"text\":\"You can't parse the microchip without parsing the 1080p XSS program!\"}"], ["created_at", "2016-10-06 14:49:14.552289"], ["updated_at", "2016-10-06 14:49:14.552289"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ut dignissimos tempore aut laboriosam est.\",\"text\":\"Use the wireless CSS monitor, then you can back up the solid state bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.553544"], ["updated_at", "2016-10-06 14:49:14.553544"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste sed delectus mollitia autem.\",\"text\":\"You can't quantify the bandwidth without synthesizing the bluetooth AGP matrix!\"}"], ["created_at", "2016-10-06 14:49:14.556291"], ["updated_at", "2016-10-06 14:49:14.556291"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error qui ullam.\",\"text\":\"You can't copy the monitor without compressing the neural HDD system!\"}"], ["created_at", "2016-10-06 14:49:14.557511"], ["updated_at", "2016-10-06 14:49:14.557511"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A dicta inventore.\",\"text\":\"Use the wireless RSS alarm, then you can copy the mobile port!\"}"], ["created_at", "2016-10-06 14:49:14.558648"], ["updated_at", "2016-10-06 14:49:14.558648"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores voluptatem officia.\",\"text\":\"We need to synthesize the digital FTP feed!\"}"], ["created_at", "2016-10-06 14:49:14.560845"], ["updated_at", "2016-10-06 14:49:14.560845"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam omnis explicabo illum.\",\"text\":\"You can't compress the transmitter without hacking the neural RAM capacitor!\"}"], ["created_at", "2016-10-06 14:49:14.563773"], ["updated_at", "2016-10-06 14:49:14.563773"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut earum et.\",\"text\":\"We need to reboot the auxiliary TCP circuit!\"}"], ["created_at", "2016-10-06 14:49:14.565024"], ["updated_at", "2016-10-06 14:49:14.565024"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam et possimus laboriosam velit dicta.\",\"text\":\"Try to quantify the SMS circuit, maybe it will synthesize the digital circuit!\"}"], ["created_at", "2016-10-06 14:49:14.566103"], ["updated_at", "2016-10-06 14:49:14.566103"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil dolorem beatae.\",\"text\":\"You can't compress the microchip without bypassing the online PCI sensor!\"}"], ["created_at", "2016-10-06 14:49:14.567217"], ["updated_at", "2016-10-06 14:49:14.567217"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam quam maxime delectus.\",\"text\":\"The COM card is down, generate the digital program so we can copy the HDD transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.568401"], ["updated_at", "2016-10-06 14:49:14.568401"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis ea consequatur unde quia ut nobis.\",\"text\":\"We need to reboot the digital JSON hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.569534"], ["updated_at", "2016-10-06 14:49:14.569534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique totam itaque blanditiis occaecati.\",\"text\":\"We need to program the haptic COM sensor!\"}"], ["created_at", "2016-10-06 14:49:14.570516"], ["updated_at", "2016-10-06 14:49:14.570516"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt consequuntur placeat cum quod officia saepe.\",\"text\":\"If we program the port, we can get to the EXE protocol through the back-end USB port!\"}"], ["created_at", "2016-10-06 14:49:14.571458"], ["updated_at", "2016-10-06 14:49:14.571458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident doloremque est inventore quia eligendi qui qui.\",\"text\":\"Connecting the microchip won't do anything, we need to generate the cross-platform rss feed!\"}"], ["created_at", "2016-10-06 14:49:14.572349"], ["updated_at", "2016-10-06 14:49:14.572349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae voluptates doloribus molestiae dolor magnam.\",\"text\":\"I'll parse the multi-byte TCP feed, that should microchip the PNG transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.573232"], ["updated_at", "2016-10-06 14:49:14.573232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt placeat voluptatem voluptatem.\",\"text\":\"I'll connect the neural PNG pixel, that should program the AI system!\"}"], ["created_at", "2016-10-06 14:49:14.574150"], ["updated_at", "2016-10-06 14:49:14.574150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis et numquam.\",\"text\":\"Copying the circuit won't do anything, we need to parse the optical sas port!\"}"], ["created_at", "2016-10-06 14:49:14.575050"], ["updated_at", "2016-10-06 14:49:14.575050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus consequuntur earum quidem animi blanditiis velit voluptatem.\",\"text\":\"You can't program the hard drive without programming the virtual SMS sensor!\"}"], ["created_at", "2016-10-06 14:49:14.575937"], ["updated_at", "2016-10-06 14:49:14.575937"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae accusamus illum blanditiis.\",\"text\":\"The TCP circuit is down, synthesize the solid state panel so we can calculate the SDD alarm!\"}"], ["created_at", "2016-10-06 14:49:14.576808"], ["updated_at", "2016-10-06 14:49:14.576808"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut rerum.\",\"text\":\"Try to reboot the HTTP matrix, maybe it will bypass the cross-platform interface!\"}"], ["created_at", "2016-10-06 14:49:14.577671"], ["updated_at", "2016-10-06 14:49:14.577671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur qui veniam et non dicta atque at.\",\"text\":\"If we copy the firewall, we can get to the AI hard drive through the mobile SMS feed!\"}"], ["created_at", "2016-10-06 14:49:14.578537"], ["updated_at", "2016-10-06 14:49:14.578537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eum sunt laborum non quia temporibus.\",\"text\":\"Transmitting the port won't do anything, we need to bypass the bluetooth gb bus!\"}"], ["created_at", "2016-10-06 14:49:14.579396"], ["updated_at", "2016-10-06 14:49:14.579396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est blanditiis quia.\",\"text\":\"I'll generate the neural SMTP transmitter, that should capacitor the GB interface!\"}"], ["created_at", "2016-10-06 14:49:14.580283"], ["updated_at", "2016-10-06 14:49:14.580283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In aut consequatur incidunt ab.\",\"text\":\"You can't parse the driver without synthesizing the redundant IB interface!\"}"], ["created_at", "2016-10-06 14:49:14.581200"], ["updated_at", "2016-10-06 14:49:14.581200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt blanditiis non impedit aut assumenda exercitationem.\",\"text\":\"Quantifying the sensor won't do anything, we need to reboot the multi-byte ram hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.582102"], ["updated_at", "2016-10-06 14:49:14.582102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil labore quidem omnis libero accusantium.\",\"text\":\"Indexing the bus won't do anything, we need to parse the neural xml port!\"}"], ["created_at", "2016-10-06 14:49:14.582977"], ["updated_at", "2016-10-06 14:49:14.582977"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae consequatur aliquam fuga ut error et.\",\"text\":\"The HTTP driver is down, index the back-end interface so we can hack the SAS firewall!\"}"], ["created_at", "2016-10-06 14:49:14.583851"], ["updated_at", "2016-10-06 14:49:14.583851"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit distinctio nesciunt sapiente et perferendis exercitationem.\",\"text\":\"Use the redundant JSON monitor, then you can index the redundant transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.584881"], ["updated_at", "2016-10-06 14:49:14.584881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum aspernatur laudantium aut vero iste.\",\"text\":\"We need to quantify the digital SMTP microchip!\"}"], ["created_at", "2016-10-06 14:49:14.585984"], ["updated_at", "2016-10-06 14:49:14.585984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis tempora sed consequatur et ad.\",\"text\":\"Use the virtual TCP protocol, then you can calculate the digital application!\"}"], ["created_at", "2016-10-06 14:49:14.586920"], ["updated_at", "2016-10-06 14:49:14.586920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias optio mollitia non labore ut quidem voluptas.\",\"text\":\"The ADP interface is down, index the open-source application so we can program the THX sensor!\"}"], ["created_at", "2016-10-06 14:49:14.587809"], ["updated_at", "2016-10-06 14:49:14.587809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae consequatur ut quaerat id debitis at quidem.\",\"text\":\"If we override the circuit, we can get to the COM transmitter through the open-source THX feed!\"}"], ["created_at", "2016-10-06 14:49:14.588721"], ["updated_at", "2016-10-06 14:49:14.588721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos voluptatum nulla ut quia tempore.\",\"text\":\"Try to index the TCP firewall, maybe it will reboot the auxiliary firewall!\"}"], ["created_at", "2016-10-06 14:49:14.589591"], ["updated_at", "2016-10-06 14:49:14.589591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae saepe possimus corporis dolores eum.\",\"text\":\"Synthesizing the driver won't do anything, we need to input the neural ssl matrix!\"}"], ["created_at", "2016-10-06 14:49:14.590469"], ["updated_at", "2016-10-06 14:49:14.590469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est veniam cum architecto nisi.\",\"text\":\"I'll reboot the primary JBOD protocol, that should hard drive the ADP matrix!\"}"], ["created_at", "2016-10-06 14:49:14.591339"], ["updated_at", "2016-10-06 14:49:14.591339"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem ut ullam molestiae ea.\",\"text\":\"We need to compress the haptic PNG pixel!\"}"], ["created_at", "2016-10-06 14:49:14.592209"], ["updated_at", "2016-10-06 14:49:14.592209"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo odio dicta voluptatem at nihil atque.\",\"text\":\"Calculating the pixel won't do anything, we need to parse the neural sql application!\"}"], ["created_at", "2016-10-06 14:49:14.593089"], ["updated_at", "2016-10-06 14:49:14.593089"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aut quo ut amet.\",\"text\":\"If we input the card, we can get to the TCP interface through the primary SMS protocol!\"}"], ["created_at", "2016-10-06 14:49:14.593947"], ["updated_at", "2016-10-06 14:49:14.593947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident sed quos alias atque.\",\"text\":\"The SDD system is down, synthesize the virtual alarm so we can generate the THX feed!\"}"], ["created_at", "2016-10-06 14:49:14.594820"], ["updated_at", "2016-10-06 14:49:14.594820"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus a quam.\",\"text\":\"Parsing the capacitor won't do anything, we need to navigate the primary png panel!\"}"], ["created_at", "2016-10-06 14:49:14.595683"], ["updated_at", "2016-10-06 14:49:14.595683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa asperiores exercitationem et explicabo quia excepturi nam.\",\"text\":\"Try to connect the SCSI system, maybe it will calculate the mobile port!\"}"], ["created_at", "2016-10-06 14:49:14.596539"], ["updated_at", "2016-10-06 14:49:14.596539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor aut et voluptatem.\",\"text\":\"Try to program the SAS application, maybe it will connect the online sensor!\"}"], ["created_at", "2016-10-06 14:49:14.597406"], ["updated_at", "2016-10-06 14:49:14.597406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi veritatis rerum eum et et illum nisi.\",\"text\":\"We need to hack the neural SMS panel!\"}"], ["created_at", "2016-10-06 14:49:14.598275"], ["updated_at", "2016-10-06 14:49:14.598275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At et dolorem architecto reprehenderit officiis et.\",\"text\":\"I'll override the neural RSS microchip, that should driver the SDD port!\"}"], ["created_at", "2016-10-06 14:49:14.599146"], ["updated_at", "2016-10-06 14:49:14.599146"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ratione illum.\",\"text\":\"You can't input the monitor without programming the redundant TCP feed!\"}"], ["created_at", "2016-10-06 14:49:14.600041"], ["updated_at", "2016-10-06 14:49:14.600041"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim laborum voluptas id earum libero porro.\",\"text\":\"Use the online AI matrix, then you can bypass the neural transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.600986"], ["updated_at", "2016-10-06 14:49:14.600986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque aliquam aut voluptatem alias et.\",\"text\":\"If we input the protocol, we can get to the SDD alarm through the optical SSL capacitor!\"}"], ["created_at", "2016-10-06 14:49:14.602047"], ["updated_at", "2016-10-06 14:49:14.602047"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam aspernatur asperiores aut laudantium.\",\"text\":\"Try to input the ADP transmitter, maybe it will calculate the digital port!\"}"], ["created_at", "2016-10-06 14:49:14.603018"], ["updated_at", "2016-10-06 14:49:14.603018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis sit possimus velit sint quis facilis et.\",\"text\":\"I'll connect the multi-byte SQL firewall, that should system the EXE transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.603902"], ["updated_at", "2016-10-06 14:49:14.603902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam sit reiciendis repudiandae.\",\"text\":\"Copying the system won't do anything, we need to program the auxiliary thx hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.604736"], ["updated_at", "2016-10-06 14:49:14.604736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint et veniam possimus.\",\"text\":\"We need to index the bluetooth SCSI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.605633"], ["updated_at", "2016-10-06 14:49:14.605633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum unde nulla.\",\"text\":\"I'll connect the wireless SCSI card, that should firewall the SSL firewall!\"}"], ["created_at", "2016-10-06 14:49:14.606519"], ["updated_at", "2016-10-06 14:49:14.606519"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas sit enim temporibus ut officiis.\",\"text\":\"Transmitting the protocol won't do anything, we need to hack the virtual ai array!\"}"], ["created_at", "2016-10-06 14:49:14.607385"], ["updated_at", "2016-10-06 14:49:14.607385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor eum porro repellendus accusamus corrupti enim ut.\",\"text\":\"I'll calculate the virtual XML microchip, that should feed the XML pixel!\"}"], ["created_at", "2016-10-06 14:49:14.608264"], ["updated_at", "2016-10-06 14:49:14.608264"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto ut alias repellendus sint et tempore ut.\",\"text\":\"Use the primary SMS microchip, then you can back up the neural sensor!\"}"], ["created_at", "2016-10-06 14:49:14.609146"], ["updated_at", "2016-10-06 14:49:14.609146"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero aut sed perspiciatis.\",\"text\":\"Use the cross-platform JSON port, then you can generate the neural microchip!\"}"], ["created_at", "2016-10-06 14:49:14.610034"], ["updated_at", "2016-10-06 14:49:14.610034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate officiis eligendi.\",\"text\":\"I'll bypass the 1080p SSL bandwidth, that should capacitor the JBOD protocol!\"}"], ["created_at", "2016-10-06 14:49:14.610932"], ["updated_at", "2016-10-06 14:49:14.610932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia aspernatur est aut unde minima nihil.\",\"text\":\"Synthesizing the transmitter won't do anything, we need to parse the solid state json driver!\"}"], ["created_at", "2016-10-06 14:49:14.611817"], ["updated_at", "2016-10-06 14:49:14.611817"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel cupiditate quos quod et sunt voluptatem.\",\"text\":\"Try to quantify the SSL pixel, maybe it will reboot the back-end port!\"}"], ["created_at", "2016-10-06 14:49:14.612708"], ["updated_at", "2016-10-06 14:49:14.612708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi cupiditate sit culpa qui magni perspiciatis et.\",\"text\":\"The SCSI microchip is down, connect the haptic system so we can transmit the AGP system!\"}"], ["created_at", "2016-10-06 14:49:14.613579"], ["updated_at", "2016-10-06 14:49:14.613579"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci officiis laboriosam.\",\"text\":\"If we quantify the application, we can get to the AI pixel through the neural JSON interface!\"}"], ["created_at", "2016-10-06 14:49:14.614463"], ["updated_at", "2016-10-06 14:49:14.614463"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea occaecati est minima sapiente rerum at.\",\"text\":\"Try to quantify the CSS program, maybe it will reboot the auxiliary array!\"}"], ["created_at", "2016-10-06 14:49:14.615322"], ["updated_at", "2016-10-06 14:49:14.615322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil eos autem non dolore voluptatum odio quas.\",\"text\":\"You can't input the pixel without indexing the open-source GB microchip!\"}"], ["created_at", "2016-10-06 14:49:14.616218"], ["updated_at", "2016-10-06 14:49:14.616218"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo cum rerum mollitia eaque.\",\"text\":\"We need to connect the wireless EXE application!\"}"], ["created_at", "2016-10-06 14:49:14.617151"], ["updated_at", "2016-10-06 14:49:14.617151"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et velit nisi.\",\"text\":\"We need to index the cross-platform RAM driver!\"}"], ["created_at", "2016-10-06 14:49:14.618231"], ["updated_at", "2016-10-06 14:49:14.618231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum qui quas.\",\"text\":\"The USB microchip is down, quantify the primary matrix so we can compress the RSS circuit!\"}"], ["created_at", "2016-10-06 14:49:14.619270"], ["updated_at", "2016-10-06 14:49:14.619270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit et provident est aut consequatur.\",\"text\":\"I'll navigate the neural SDD system, that should program the ADP card!\"}"], ["created_at", "2016-10-06 14:49:14.620170"], ["updated_at", "2016-10-06 14:49:14.620170"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque eveniet quasi.\",\"text\":\"Use the virtual PCI driver, then you can index the primary driver!\"}"], ["created_at", "2016-10-06 14:49:14.621069"], ["updated_at", "2016-10-06 14:49:14.621069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est iure ad soluta ducimus aut sequi qui.\",\"text\":\"Try to program the EXE capacitor, maybe it will connect the mobile capacitor!\"}"], ["created_at", "2016-10-06 14:49:14.621959"], ["updated_at", "2016-10-06 14:49:14.621959"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem et repellat rerum porro nulla laborum non.\",\"text\":\"If we program the bus, we can get to the JBOD capacitor through the digital XML card!\"}"], ["created_at", "2016-10-06 14:49:14.622911"], ["updated_at", "2016-10-06 14:49:14.622911"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sit ex commodi nam cumque odit.\",\"text\":\"Navigating the microchip won't do anything, we need to input the neural adp bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.623796"], ["updated_at", "2016-10-06 14:49:14.623796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt placeat harum voluptates hic.\",\"text\":\"You can't parse the microchip without synthesizing the haptic PNG matrix!\"}"], ["created_at", "2016-10-06 14:49:14.624682"], ["updated_at", "2016-10-06 14:49:14.624682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque occaecati odio rerum hic quidem.\",\"text\":\"We need to hack the multi-byte USB transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.625558"], ["updated_at", "2016-10-06 14:49:14.625558"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem sed quisquam.\",\"text\":\"You can't quantify the pixel without overriding the solid state FTP capacitor!\"}"], ["created_at", "2016-10-06 14:49:14.626456"], ["updated_at", "2016-10-06 14:49:14.626456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis voluptatibus sint.\",\"text\":\"I'll parse the solid state SDD protocol, that should protocol the PNG hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.627329"], ["updated_at", "2016-10-06 14:49:14.627329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia cum dolorem cumque quia.\",\"text\":\"The XML program is down, transmit the mobile capacitor so we can calculate the HDD protocol!\"}"], ["created_at", "2016-10-06 14:49:14.628186"], ["updated_at", "2016-10-06 14:49:14.628186"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut omnis et ut dolore nobis.\",\"text\":\"We need to generate the neural PCI port!\"}"], ["created_at", "2016-10-06 14:49:14.629045"], ["updated_at", "2016-10-06 14:49:14.629045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam quis necessitatibus aut doloribus ipsa dolorem sint.\",\"text\":\"You can't reboot the bus without generating the digital XSS program!\"}"], ["created_at", "2016-10-06 14:49:14.629899"], ["updated_at", "2016-10-06 14:49:14.629899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias vitae fuga aut quidem quas neque ratione.\",\"text\":\"You can't compress the sensor without transmitting the haptic RSS matrix!\"}"], ["created_at", "2016-10-06 14:49:14.630810"], ["updated_at", "2016-10-06 14:49:14.630810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto nisi suscipit.\",\"text\":\"Use the solid state HTTP microchip, then you can override the auxiliary application!\"}"], ["created_at", "2016-10-06 14:49:14.631701"], ["updated_at", "2016-10-06 14:49:14.631701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis sint quaerat.\",\"text\":\"If we calculate the firewall, we can get to the FTP transmitter through the cross-platform SMS matrix!\"}"], ["created_at", "2016-10-06 14:49:14.632565"], ["updated_at", "2016-10-06 14:49:14.632565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci vero aperiam nobis nihil perspiciatis.\",\"text\":\"We need to calculate the wireless AI port!\"}"], ["created_at", "2016-10-06 14:49:14.633418"], ["updated_at", "2016-10-06 14:49:14.633418"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam nemo fugit.\",\"text\":\"The EXE program is down, copy the wireless hard drive so we can input the FTP capacitor!\"}"], ["created_at", "2016-10-06 14:49:14.634423"], ["updated_at", "2016-10-06 14:49:14.634423"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis suscipit tempore soluta quos distinctio.\",\"text\":\"We need to synthesize the online HTTP firewall!\"}"], ["created_at", "2016-10-06 14:49:14.635572"], ["updated_at", "2016-10-06 14:49:14.635572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem dolore saepe totam.\",\"text\":\"If we reboot the hard drive, we can get to the ADP pixel through the back-end GB transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.636521"], ["updated_at", "2016-10-06 14:49:14.636521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae qui omnis.\",\"text\":\"Try to connect the SSL circuit, maybe it will override the mobile port!\"}"], ["created_at", "2016-10-06 14:49:14.637419"], ["updated_at", "2016-10-06 14:49:14.637419"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut at quia cupiditate.\",\"text\":\"Use the wireless EXE card, then you can compress the primary circuit!\"}"], ["created_at", "2016-10-06 14:49:14.638342"], ["updated_at", "2016-10-06 14:49:14.638342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor id qui ut praesentium ea voluptatem.\",\"text\":\"I'll compress the wireless HDD pixel, that should system the CSS matrix!\"}"], ["created_at", "2016-10-06 14:49:14.639219"], ["updated_at", "2016-10-06 14:49:14.639219"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis ut id maiores magni.\",\"text\":\"If we quantify the feed, we can get to the HDD sensor through the back-end SAS program!\"}"], ["created_at", "2016-10-06 14:49:14.640182"], ["updated_at", "2016-10-06 14:49:14.640182"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur cupiditate atque veniam iure eaque expedita vel.\",\"text\":\"Compressing the circuit won't do anything, we need to input the digital sql driver!\"}"], ["created_at", "2016-10-06 14:49:14.641062"], ["updated_at", "2016-10-06 14:49:14.641062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed id eos dignissimos.\",\"text\":\"If we compress the capacitor, we can get to the SMS protocol through the mobile SSL system!\"}"], ["created_at", "2016-10-06 14:49:14.641935"], ["updated_at", "2016-10-06 14:49:14.641935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa adipisci provident quod nam.\",\"text\":\"The IB protocol is down, input the wireless array so we can reboot the ADP application!\"}"], ["created_at", "2016-10-06 14:49:14.642831"], ["updated_at", "2016-10-06 14:49:14.642831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus magni natus et temporibus consequatur iure.\",\"text\":\"You can't bypass the bus without transmitting the haptic CSS bus!\"}"], ["created_at", "2016-10-06 14:49:14.643692"], ["updated_at", "2016-10-06 14:49:14.643692"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quasi delectus.\",\"text\":\"Try to synthesize the RAM card, maybe it will copy the online port!\"}"], ["created_at", "2016-10-06 14:49:14.644552"], ["updated_at", "2016-10-06 14:49:14.644552"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet id cumque.\",\"text\":\"If we index the hard drive, we can get to the PCI driver through the back-end GB program!\"}"], ["created_at", "2016-10-06 14:49:14.645418"], ["updated_at", "2016-10-06 14:49:14.645418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque et officia aliquid.\",\"text\":\"If we generate the circuit, we can get to the HDD circuit through the multi-byte AGP application!\"}"], ["created_at", "2016-10-06 14:49:14.646284"], ["updated_at", "2016-10-06 14:49:14.646284"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque eligendi et ipsa illum quidem.\",\"text\":\"We need to navigate the virtual JBOD card!\"}"], ["created_at", "2016-10-06 14:49:14.647175"], ["updated_at", "2016-10-06 14:49:14.647175"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam vel tenetur corporis aliquid.\",\"text\":\"You can't hack the feed without calculating the multi-byte RSS program!\"}"], ["created_at", "2016-10-06 14:49:14.648039"], ["updated_at", "2016-10-06 14:49:14.648039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati est vel facere repudiandae consequatur laboriosam cumque.\",\"text\":\"If we bypass the capacitor, we can get to the RSS circuit through the haptic AI matrix!\"}"], ["created_at", "2016-10-06 14:49:14.648909"], ["updated_at", "2016-10-06 14:49:14.648909"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas reiciendis ipsam laudantium corporis nemo.\",\"text\":\"Use the open-source RAM bandwidth, then you can parse the 1080p matrix!\"}"], ["created_at", "2016-10-06 14:49:14.649804"], ["updated_at", "2016-10-06 14:49:14.649804"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eligendi velit doloremque voluptas deleniti iste.\",\"text\":\"Use the back-end RAM matrix, then you can transmit the virtual protocol!\"}"], ["created_at", "2016-10-06 14:49:14.650698"], ["updated_at", "2016-10-06 14:49:14.650698"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur aut rem nesciunt ducimus quisquam ut ratione.\",\"text\":\"The JBOD circuit is down, input the solid state application so we can reboot the AGP protocol!\"}"], ["created_at", "2016-10-06 14:49:14.651795"], ["updated_at", "2016-10-06 14:49:14.651795"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates nihil sint doloremque non cumque.\",\"text\":\"Use the online GB sensor, then you can generate the cross-platform program!\"}"], ["created_at", "2016-10-06 14:49:14.653200"], ["updated_at", "2016-10-06 14:49:14.653200"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati quis fugit ipsam consequatur aut.\",\"text\":\"Use the cross-platform USB alarm, then you can override the cross-platform bus!\"}"], ["created_at", "2016-10-06 14:49:14.655781"], ["updated_at", "2016-10-06 14:49:14.655781"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero perspiciatis eveniet sint autem animi.\",\"text\":\"Try to index the COM alarm, maybe it will copy the virtual firewall!\"}"], ["created_at", "2016-10-06 14:49:14.657089"], ["updated_at", "2016-10-06 14:49:14.657089"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero illum non ducimus in sed quos.\",\"text\":\"Use the multi-byte AGP interface, then you can index the primary program!\"}"], ["created_at", "2016-10-06 14:49:14.659972"], ["updated_at", "2016-10-06 14:49:14.659972"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt qui voluptate.\",\"text\":\"Use the optical AGP microchip, then you can synthesize the bluetooth firewall!\"}"], ["created_at", "2016-10-06 14:49:14.662079"], ["updated_at", "2016-10-06 14:49:14.662079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora corporis architecto beatae.\",\"text\":\"Try to compress the SSL bandwidth, maybe it will navigate the back-end card!\"}"], ["created_at", "2016-10-06 14:49:14.663099"], ["updated_at", "2016-10-06 14:49:14.663099"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio omnis mollitia.\",\"text\":\"You can't hack the matrix without indexing the back-end ADP program!\"}"], ["created_at", "2016-10-06 14:49:14.663988"], ["updated_at", "2016-10-06 14:49:14.663988"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aperiam delectus deserunt autem.\",\"text\":\"I'll parse the auxiliary SDD microchip, that should pixel the SQL alarm!\"}"], ["created_at", "2016-10-06 14:49:14.664885"], ["updated_at", "2016-10-06 14:49:14.664885"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nihil itaque dolore odio et sapiente tempora.\",\"text\":\"The JBOD array is down, index the multi-byte capacitor so we can connect the IB driver!\"}"], ["created_at", "2016-10-06 14:49:14.665773"], ["updated_at", "2016-10-06 14:49:14.665773"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem praesentium quod eius impedit assumenda sit.\",\"text\":\"You can't parse the microchip without parsing the primary IB system!\"}"], ["created_at", "2016-10-06 14:49:14.666654"], ["updated_at", "2016-10-06 14:49:14.666654"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea consectetur porro illo occaecati error facilis.\",\"text\":\"The CSS alarm is down, navigate the virtual program so we can transmit the IB pixel!\"}"], ["created_at", "2016-10-06 14:49:14.668105"], ["updated_at", "2016-10-06 14:49:14.668105"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit aut commodi qui quod nulla ad.\",\"text\":\"You can't copy the interface without calculating the solid state ADP microchip!\"}"], ["created_at", "2016-10-06 14:49:14.669354"], ["updated_at", "2016-10-06 14:49:14.669354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident corporis ipsam aut expedita itaque libero quos.\",\"text\":\"We need to calculate the wireless ADP bus!\"}"], ["created_at", "2016-10-06 14:49:14.670253"], ["updated_at", "2016-10-06 14:49:14.670253"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab hic eos culpa quo odio consequuntur perspiciatis.\",\"text\":\"Bypassing the microchip won't do anything, we need to index the auxiliary xml capacitor!\"}"], ["created_at", "2016-10-06 14:49:14.671129"], ["updated_at", "2016-10-06 14:49:14.671129"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero autem et quia.\",\"text\":\"Try to connect the SMS program, maybe it will copy the virtual protocol!\"}"], ["created_at", "2016-10-06 14:49:14.672096"], ["updated_at", "2016-10-06 14:49:14.672096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo molestiae quos deleniti cumque et dolor qui.\",\"text\":\"Try to calculate the JSON array, maybe it will back up the auxiliary monitor!\"}"], ["created_at", "2016-10-06 14:49:14.672977"], ["updated_at", "2016-10-06 14:49:14.672977"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae iste quos molestiae sit sed assumenda.\",\"text\":\"Use the optical SAS hard drive, then you can hack the optical transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.673840"], ["updated_at", "2016-10-06 14:49:14.673840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae nisi facilis aut unde molestias possimus.\",\"text\":\"We need to hack the redundant FTP alarm!\"}"], ["created_at", "2016-10-06 14:49:14.674708"], ["updated_at", "2016-10-06 14:49:14.674708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae placeat suscipit enim pariatur fugit.\",\"text\":\"Try to quantify the PCI feed, maybe it will calculate the cross-platform panel!\"}"], ["created_at", "2016-10-06 14:49:14.675588"], ["updated_at", "2016-10-06 14:49:14.675588"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et enim nisi voluptatem dolores quia voluptas.\",\"text\":\"Generating the monitor won't do anything, we need to parse the bluetooth sql program!\"}"], ["created_at", "2016-10-06 14:49:14.676468"], ["updated_at", "2016-10-06 14:49:14.676468"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora est sunt.\",\"text\":\"You can't calculate the system without synthesizing the neural JBOD program!\"}"], ["created_at", "2016-10-06 14:49:14.677326"], ["updated_at", "2016-10-06 14:49:14.677326"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam maxime quas voluptates quibusdam.\",\"text\":\"The IB pixel is down, reboot the bluetooth monitor so we can calculate the SQL bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.678204"], ["updated_at", "2016-10-06 14:49:14.678204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid provident fugiat qui laudantium vel.\",\"text\":\"Use the solid state TCP capacitor, then you can reboot the solid state matrix!\"}"], ["created_at", "2016-10-06 14:49:14.679092"], ["updated_at", "2016-10-06 14:49:14.679092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim velit non voluptate rerum.\",\"text\":\"Use the optical XML capacitor, then you can calculate the redundant monitor!\"}"], ["created_at", "2016-10-06 14:49:14.679966"], ["updated_at", "2016-10-06 14:49:14.679966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis nisi corporis deleniti.\",\"text\":\"You can't back up the card without indexing the auxiliary EXE sensor!\"}"], ["created_at", "2016-10-06 14:49:14.680828"], ["updated_at", "2016-10-06 14:49:14.680828"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum quidem id fuga ut dolorem.\",\"text\":\"I'll override the wireless AI alarm, that should port the FTP bus!\"}"], ["created_at", "2016-10-06 14:49:14.681675"], ["updated_at", "2016-10-06 14:49:14.681675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt vel placeat.\",\"text\":\"The EXE microchip is down, parse the primary monitor so we can reboot the FTP firewall!\"}"], ["created_at", "2016-10-06 14:49:14.682558"], ["updated_at", "2016-10-06 14:49:14.682558"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe nesciunt non sed magni aut consequatur voluptatibus.\",\"text\":\"Try to program the COM protocol, maybe it will connect the optical card!\"}"], ["created_at", "2016-10-06 14:49:14.683435"], ["updated_at", "2016-10-06 14:49:14.683435"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam eveniet nisi at.\",\"text\":\"You can't calculate the microchip without quantifying the cross-platform SAS protocol!\"}"], ["created_at", "2016-10-06 14:49:14.684462"], ["updated_at", "2016-10-06 14:49:14.684462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nam earum alias optio debitis rerum.\",\"text\":\"If we calculate the feed, we can get to the AI firewall through the neural ADP transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.685809"], ["updated_at", "2016-10-06 14:49:14.685809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dolores sint fuga.\",\"text\":\"Indexing the card won't do anything, we need to generate the haptic json application!\"}"], ["created_at", "2016-10-06 14:49:14.686745"], ["updated_at", "2016-10-06 14:49:14.686745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione exercitationem iste esse tempora est enim.\",\"text\":\"You can't input the sensor without hacking the optical FTP matrix!\"}"], ["created_at", "2016-10-06 14:49:14.687623"], ["updated_at", "2016-10-06 14:49:14.687623"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque vel et deserunt culpa eveniet dolor.\",\"text\":\"We need to index the haptic TCP driver!\"}"], ["created_at", "2016-10-06 14:49:14.688522"], ["updated_at", "2016-10-06 14:49:14.688522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit pariatur sunt reprehenderit ex molestiae.\",\"text\":\"We need to quantify the wireless HTTP firewall!\"}"], ["created_at", "2016-10-06 14:49:14.689408"], ["updated_at", "2016-10-06 14:49:14.689408"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque delectus ad id quia.\",\"text\":\"I'll calculate the primary RSS pixel, that should port the SSL sensor!\"}"], ["created_at", "2016-10-06 14:49:14.690306"], ["updated_at", "2016-10-06 14:49:14.690306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam totam magnam qui quidem sequi consequatur.\",\"text\":\"If we program the firewall, we can get to the PNG monitor through the auxiliary SMTP feed!\"}"], ["created_at", "2016-10-06 14:49:14.691223"], ["updated_at", "2016-10-06 14:49:14.691223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur ut et quae eveniet error.\",\"text\":\"We need to back up the wireless HDD pixel!\"}"], ["created_at", "2016-10-06 14:49:14.692105"], ["updated_at", "2016-10-06 14:49:14.692105"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis consequatur et harum voluptates ut ratione saepe.\",\"text\":\"Quantifying the sensor won't do anything, we need to back up the bluetooth smtp hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.692983"], ["updated_at", "2016-10-06 14:49:14.692983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid qui inventore accusantium est.\",\"text\":\"The AGP firewall is down, input the digital application so we can parse the AI driver!\"}"], ["created_at", "2016-10-06 14:49:14.693845"], ["updated_at", "2016-10-06 14:49:14.693845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam ipsum et.\",\"text\":\"If we navigate the application, we can get to the AGP card through the virtual IB array!\"}"], ["created_at", "2016-10-06 14:49:14.694716"], ["updated_at", "2016-10-06 14:49:14.694716"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis similique et.\",\"text\":\"We need to index the wireless IB system!\"}"], ["created_at", "2016-10-06 14:49:14.695582"], ["updated_at", "2016-10-06 14:49:14.695582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur quia quaerat.\",\"text\":\"The PNG bandwidth is down, input the digital capacitor so we can override the HDD bus!\"}"], ["created_at", "2016-10-06 14:49:14.696458"], ["updated_at", "2016-10-06 14:49:14.696458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae numquam est dolor inventore consequuntur qui nobis.\",\"text\":\"The HDD circuit is down, parse the cross-platform array so we can quantify the SMS interface!\"}"], ["created_at", "2016-10-06 14:49:14.697332"], ["updated_at", "2016-10-06 14:49:14.697332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum nemo facilis.\",\"text\":\"Try to generate the TCP transmitter, maybe it will hack the back-end system!\"}"], ["created_at", "2016-10-06 14:49:14.698203"], ["updated_at", "2016-10-06 14:49:14.698203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta excepturi accusantium ut rerum aut laboriosam perspiciatis.\",\"text\":\"We need to index the optical EXE monitor!\"}"], ["created_at", "2016-10-06 14:49:14.699107"], ["updated_at", "2016-10-06 14:49:14.699107"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit qui vel voluptate eos.\",\"text\":\"Synthesizing the protocol won't do anything, we need to override the back-end jbod pixel!\"}"], ["created_at", "2016-10-06 14:49:14.699988"], ["updated_at", "2016-10-06 14:49:14.699988"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi qui praesentium ut.\",\"text\":\"The RSS bus is down, copy the mobile program so we can reboot the SCSI feed!\"}"], ["created_at", "2016-10-06 14:49:14.700995"], ["updated_at", "2016-10-06 14:49:14.700995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro et aut sint doloribus eum non fugit.\",\"text\":\"Try to quantify the XSS array, maybe it will bypass the 1080p program!\"}"], ["created_at", "2016-10-06 14:49:14.702346"], ["updated_at", "2016-10-06 14:49:14.702346"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam culpa ea ut.\",\"text\":\"You can't generate the panel without connecting the neural SDD microchip!\"}"], ["created_at", "2016-10-06 14:49:14.703276"], ["updated_at", "2016-10-06 14:49:14.703276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores iure laudantium dicta similique molestias.\",\"text\":\"Copying the microchip won't do anything, we need to connect the optical adp feed!\"}"], ["created_at", "2016-10-06 14:49:14.704139"], ["updated_at", "2016-10-06 14:49:14.704139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos itaque fugiat non est.\",\"text\":\"I'll quantify the 1080p XML monitor, that should capacitor the JBOD hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.705003"], ["updated_at", "2016-10-06 14:49:14.705003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit voluptatem est in.\",\"text\":\"I'll compress the haptic XML capacitor, that should port the PCI monitor!\"}"], ["created_at", "2016-10-06 14:49:14.705853"], ["updated_at", "2016-10-06 14:49:14.705853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum recusandae ut eum tempora tenetur neque.\",\"text\":\"You can't calculate the system without transmitting the bluetooth PNG matrix!\"}"], ["created_at", "2016-10-06 14:49:14.706762"], ["updated_at", "2016-10-06 14:49:14.706762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus consectetur accusantium.\",\"text\":\"I'll bypass the redundant EXE array, that should pixel the THX monitor!\"}"], ["created_at", "2016-10-06 14:49:14.707624"], ["updated_at", "2016-10-06 14:49:14.707624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ut quis.\",\"text\":\"You can't generate the driver without indexing the cross-platform IB port!\"}"], ["created_at", "2016-10-06 14:49:14.708501"], ["updated_at", "2016-10-06 14:49:14.708501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem ducimus distinctio inventore.\",\"text\":\"We need to calculate the neural SSL matrix!\"}"], ["created_at", "2016-10-06 14:49:14.709380"], ["updated_at", "2016-10-06 14:49:14.709380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas quos error asperiores aut dolore voluptates.\",\"text\":\"Use the virtual RSS driver, then you can connect the haptic microchip!\"}"], ["created_at", "2016-10-06 14:49:14.710275"], ["updated_at", "2016-10-06 14:49:14.710275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et tempora voluptate ipsam blanditiis.\",\"text\":\"The HTTP protocol is down, input the wireless system so we can quantify the IB monitor!\"}"], ["created_at", "2016-10-06 14:49:14.711133"], ["updated_at", "2016-10-06 14:49:14.711133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus laborum assumenda sed.\",\"text\":\"Indexing the circuit won't do anything, we need to override the haptic scsi feed!\"}"], ["created_at", "2016-10-06 14:49:14.711987"], ["updated_at", "2016-10-06 14:49:14.711987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat mollitia nihil.\",\"text\":\"You can't parse the bandwidth without overriding the open-source SMTP program!\"}"], ["created_at", "2016-10-06 14:49:14.712854"], ["updated_at", "2016-10-06 14:49:14.712854"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel ducimus expedita deserunt cum rerum quam illo.\",\"text\":\"Use the multi-byte PNG card, then you can compress the primary alarm!\"}"], ["created_at", "2016-10-06 14:49:14.713765"], ["updated_at", "2016-10-06 14:49:14.713765"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur aperiam eius.\",\"text\":\"We need to hack the bluetooth CSS port!\"}"], ["created_at", "2016-10-06 14:49:14.714668"], ["updated_at", "2016-10-06 14:49:14.714668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non ut similique quia aut beatae ipsa autem.\",\"text\":\"Compressing the card won't do anything, we need to synthesize the primary xml port!\"}"], ["created_at", "2016-10-06 14:49:14.715579"], ["updated_at", "2016-10-06 14:49:14.715579"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut a et qui.\",\"text\":\"The SMTP protocol is down, generate the 1080p system so we can override the SMTP interface!\"}"], ["created_at", "2016-10-06 14:49:14.716482"], ["updated_at", "2016-10-06 14:49:14.716482"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil quis voluptatibus.\",\"text\":\"I'll bypass the 1080p AI capacitor, that should alarm the SDD matrix!\"}"], ["created_at", "2016-10-06 14:49:14.717381"], ["updated_at", "2016-10-06 14:49:14.717381"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit vel itaque blanditiis sed libero.\",\"text\":\"If we synthesize the circuit, we can get to the PNG pixel through the auxiliary SSL application!\"}"], ["created_at", "2016-10-06 14:49:14.718786"], ["updated_at", "2016-10-06 14:49:14.718786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam ut minus aliquid ipsum.\",\"text\":\"I'll generate the haptic XSS capacitor, that should protocol the SQL sensor!\"}"], ["created_at", "2016-10-06 14:49:14.719753"], ["updated_at", "2016-10-06 14:49:14.719753"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias maiores consequatur iusto molestiae.\",\"text\":\"I'll copy the back-end HDD driver, that should card the ADP firewall!\"}"], ["created_at", "2016-10-06 14:49:14.720661"], ["updated_at", "2016-10-06 14:49:14.720661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas laboriosam quam ex sit.\",\"text\":\"You can't override the application without bypassing the cross-platform TCP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.721526"], ["updated_at", "2016-10-06 14:49:14.721526"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quia nulla qui similique et.\",\"text\":\"Use the bluetooth COM transmitter, then you can generate the haptic panel!\"}"], ["created_at", "2016-10-06 14:49:14.722425"], ["updated_at", "2016-10-06 14:49:14.722425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas nemo aspernatur.\",\"text\":\"If we override the monitor, we can get to the SCSI system through the back-end HDD bus!\"}"], ["created_at", "2016-10-06 14:49:14.723291"], ["updated_at", "2016-10-06 14:49:14.723291"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor sint repellat quibusdam aut dolore.\",\"text\":\"The XML port is down, calculate the auxiliary capacitor so we can synthesize the SQL program!\"}"], ["created_at", "2016-10-06 14:49:14.724173"], ["updated_at", "2016-10-06 14:49:14.724173"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quo quaerat quasi.\",\"text\":\"The EXE bus is down, input the open-source bandwidth so we can connect the COM driver!\"}"], ["created_at", "2016-10-06 14:49:14.725062"], ["updated_at", "2016-10-06 14:49:14.725062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde aperiam nesciunt dolores et quos.\",\"text\":\"I'll quantify the mobile GB firewall, that should monitor the FTP circuit!\"}"], ["created_at", "2016-10-06 14:49:14.725957"], ["updated_at", "2016-10-06 14:49:14.725957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum repellendus corporis quasi.\",\"text\":\"We need to parse the neural XML protocol!\"}"], ["created_at", "2016-10-06 14:49:14.726859"], ["updated_at", "2016-10-06 14:49:14.726859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis autem ut mollitia provident.\",\"text\":\"If we connect the card, we can get to the RAM feed through the digital HTTP capacitor!\"}"], ["created_at", "2016-10-06 14:49:14.727732"], ["updated_at", "2016-10-06 14:49:14.727732"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nihil qui delectus laborum ut.\",\"text\":\"If we hack the pixel, we can get to the SDD transmitter through the bluetooth SAS monitor!\"}"], ["created_at", "2016-10-06 14:49:14.728644"], ["updated_at", "2016-10-06 14:49:14.728644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem qui ratione voluptas reiciendis occaecati veritatis ea.\",\"text\":\"Overriding the feed won't do anything, we need to override the neural jbod alarm!\"}"], ["created_at", "2016-10-06 14:49:14.729542"], ["updated_at", "2016-10-06 14:49:14.729542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas perspiciatis et veritatis.\",\"text\":\"Connecting the card won't do anything, we need to navigate the optical ai port!\"}"], ["created_at", "2016-10-06 14:49:14.730438"], ["updated_at", "2016-10-06 14:49:14.730438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque voluptates voluptatum et ut exercitationem qui.\",\"text\":\"I'll program the primary AI matrix, that should application the USB program!\"}"], ["created_at", "2016-10-06 14:49:14.731321"], ["updated_at", "2016-10-06 14:49:14.731321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio quisquam perferendis id repellendus sit excepturi.\",\"text\":\"You can't back up the monitor without compressing the optical SDD protocol!\"}"], ["created_at", "2016-10-06 14:49:14.732225"], ["updated_at", "2016-10-06 14:49:14.732225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero nisi error minima totam cum odio.\",\"text\":\"Use the open-source SMS sensor, then you can back up the primary matrix!\"}"], ["created_at", "2016-10-06 14:49:14.733119"], ["updated_at", "2016-10-06 14:49:14.733119"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam quo laboriosam pariatur veritatis molestiae ut.\",\"text\":\"We need to copy the mobile AI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.734017"], ["updated_at", "2016-10-06 14:49:14.734017"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem nesciunt quo eaque temporibus.\",\"text\":\"Use the primary USB firewall, then you can navigate the digital panel!\"}"], ["created_at", "2016-10-06 14:49:14.735482"], ["updated_at", "2016-10-06 14:49:14.735482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In ut eos ipsum eius cum vero.\",\"text\":\"The JBOD bus is down, navigate the online alarm so we can calculate the SMS feed!\"}"], ["created_at", "2016-10-06 14:49:14.736489"], ["updated_at", "2016-10-06 14:49:14.736489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla facilis aut debitis velit enim magnam voluptatem.\",\"text\":\"Use the back-end ADP interface, then you can quantify the multi-byte circuit!\"}"], ["created_at", "2016-10-06 14:49:14.737389"], ["updated_at", "2016-10-06 14:49:14.737389"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero atque rerum molestias tempora dolorum.\",\"text\":\"Use the 1080p HTTP hard drive, then you can back up the multi-byte bus!\"}"], ["created_at", "2016-10-06 14:49:14.738266"], ["updated_at", "2016-10-06 14:49:14.738266"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dolores perferendis enim minus.\",\"text\":\"We need to compress the virtual RSS alarm!\"}"], ["created_at", "2016-10-06 14:49:14.739133"], ["updated_at", "2016-10-06 14:49:14.739133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui officia ipsam doloremque.\",\"text\":\"You can't reboot the transmitter without programming the solid state XML transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.740032"], ["updated_at", "2016-10-06 14:49:14.740032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat dolores ex dolores qui fugit aperiam.\",\"text\":\"Compressing the monitor won't do anything, we need to compress the primary ib bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.740930"], ["updated_at", "2016-10-06 14:49:14.740930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim sequi voluptatem.\",\"text\":\"We need to copy the virtual JSON port!\"}"], ["created_at", "2016-10-06 14:49:14.741840"], ["updated_at", "2016-10-06 14:49:14.741840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste cupiditate nobis.\",\"text\":\"The JBOD port is down, hack the digital hard drive so we can quantify the EXE bus!\"}"], ["created_at", "2016-10-06 14:49:14.742749"], ["updated_at", "2016-10-06 14:49:14.742749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam error repellat explicabo itaque est mollitia.\",\"text\":\"The COM card is down, generate the primary pixel so we can parse the RAM alarm!\"}"], ["created_at", "2016-10-06 14:49:14.743675"], ["updated_at", "2016-10-06 14:49:14.743675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum voluptatem esse eius assumenda itaque corrupti reprehenderit.\",\"text\":\"Try to synthesize the FTP transmitter, maybe it will back up the cross-platform matrix!\"}"], ["created_at", "2016-10-06 14:49:14.744565"], ["updated_at", "2016-10-06 14:49:14.744565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor maiores sapiente porro corporis.\",\"text\":\"You can't bypass the card without programming the optical CSS microchip!\"}"], ["created_at", "2016-10-06 14:49:14.745420"], ["updated_at", "2016-10-06 14:49:14.745420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore illum itaque nisi quo.\",\"text\":\"If we transmit the alarm, we can get to the COM microchip through the haptic RAM circuit!\"}"], ["created_at", "2016-10-06 14:49:14.746289"], ["updated_at", "2016-10-06 14:49:14.746289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sunt id et.\",\"text\":\"Try to program the PCI port, maybe it will input the back-end bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.747145"], ["updated_at", "2016-10-06 14:49:14.747145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat quod aut.\",\"text\":\"I'll back up the auxiliary XSS alarm, that should panel the SSL program!\"}"], ["created_at", "2016-10-06 14:49:14.747994"], ["updated_at", "2016-10-06 14:49:14.747994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis omnis et aut autem.\",\"text\":\"I'll navigate the mobile SAS alarm, that should driver the TCP transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.748846"], ["updated_at", "2016-10-06 14:49:14.748846"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur vitae nemo vero.\",\"text\":\"I'll index the optical SMS circuit, that should capacitor the SMTP matrix!\"}"], ["created_at", "2016-10-06 14:49:14.749705"], ["updated_at", "2016-10-06 14:49:14.749705"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla voluptatem temporibus officia.\",\"text\":\"You can't quantify the interface without connecting the digital RSS microchip!\"}"], ["created_at", "2016-10-06 14:49:14.750588"], ["updated_at", "2016-10-06 14:49:14.750588"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis voluptatem laudantium eveniet.\",\"text\":\"Generating the bandwidth won't do anything, we need to generate the mobile png microchip!\"}"], ["created_at", "2016-10-06 14:49:14.751910"], ["updated_at", "2016-10-06 14:49:14.751910"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et aliquam qui qui.\",\"text\":\"You can't navigate the microchip without generating the primary USB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.752938"], ["updated_at", "2016-10-06 14:49:14.752938"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat laborum occaecati omnis ullam.\",\"text\":\"Use the open-source SAS system, then you can calculate the optical circuit!\"}"], ["created_at", "2016-10-06 14:49:14.754031"], ["updated_at", "2016-10-06 14:49:14.754031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum laborum quo expedita nesciunt itaque delectus.\",\"text\":\"Try to navigate the FTP alarm, maybe it will input the wireless monitor!\"}"], ["created_at", "2016-10-06 14:49:14.754975"], ["updated_at", "2016-10-06 14:49:14.754975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam velit qui sit voluptatem quas.\",\"text\":\"Backing up the hard drive won't do anything, we need to generate the neural ai driver!\"}"], ["created_at", "2016-10-06 14:49:14.755845"], ["updated_at", "2016-10-06 14:49:14.755845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur aliquam corporis iure debitis.\",\"text\":\"The PCI matrix is down, program the optical sensor so we can input the TCP firewall!\"}"], ["created_at", "2016-10-06 14:49:14.756701"], ["updated_at", "2016-10-06 14:49:14.756701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus veritatis aliquid eligendi qui.\",\"text\":\"I'll navigate the primary XML panel, that should protocol the SQL program!\"}"], ["created_at", "2016-10-06 14:49:14.757581"], ["updated_at", "2016-10-06 14:49:14.757581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis magni in itaque et dolores.\",\"text\":\"We need to reboot the back-end JBOD protocol!\"}"], ["created_at", "2016-10-06 14:49:14.758454"], ["updated_at", "2016-10-06 14:49:14.758454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque sed ut nisi.\",\"text\":\"Use the wireless PNG panel, then you can index the cross-platform circuit!\"}"], ["created_at", "2016-10-06 14:49:14.759349"], ["updated_at", "2016-10-06 14:49:14.759349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque aut laborum quod.\",\"text\":\"I'll generate the primary RSS monitor, that should pixel the SAS array!\"}"], ["created_at", "2016-10-06 14:49:14.760233"], ["updated_at", "2016-10-06 14:49:14.760233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptas beatae aut quis et laboriosam iure.\",\"text\":\"You can't compress the program without overriding the bluetooth RAM sensor!\"}"], ["created_at", "2016-10-06 14:49:14.761062"], ["updated_at", "2016-10-06 14:49:14.761062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita iusto odit ipsum corporis officiis laudantium.\",\"text\":\"I'll navigate the cross-platform JSON panel, that should capacitor the XSS program!\"}"], ["created_at", "2016-10-06 14:49:14.761950"], ["updated_at", "2016-10-06 14:49:14.761950"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque excepturi voluptas doloribus dolores necessitatibus culpa in.\",\"text\":\"You can't connect the system without generating the back-end JSON system!\"}"], ["created_at", "2016-10-06 14:49:14.762843"], ["updated_at", "2016-10-06 14:49:14.762843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos nemo ut ipsa ut tempore.\",\"text\":\"We need to quantify the mobile AI driver!\"}"], ["created_at", "2016-10-06 14:49:14.763726"], ["updated_at", "2016-10-06 14:49:14.763726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda temporibus non nulla quia praesentium.\",\"text\":\"The THX driver is down, index the virtual application so we can generate the EXE system!\"}"], ["created_at", "2016-10-06 14:49:14.764588"], ["updated_at", "2016-10-06 14:49:14.764588"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ipsam alias ullam.\",\"text\":\"The HTTP transmitter is down, compress the back-end panel so we can parse the THX system!\"}"], ["created_at", "2016-10-06 14:49:14.765451"], ["updated_at", "2016-10-06 14:49:14.765451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi excepturi necessitatibus ea.\",\"text\":\"I'll quantify the redundant RAM firewall, that should program the USB system!\"}"], ["created_at", "2016-10-06 14:49:14.766337"], ["updated_at", "2016-10-06 14:49:14.766337"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam qui quis illo est ipsum consequatur et.\",\"text\":\"Bypassing the bus won't do anything, we need to program the primary thx system!\"}"], ["created_at", "2016-10-06 14:49:14.767213"], ["updated_at", "2016-10-06 14:49:14.767213"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore facilis laboriosam earum quo quasi omnis eaque.\",\"text\":\"The THX capacitor is down, bypass the wireless system so we can back up the XSS transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.768546"], ["updated_at", "2016-10-06 14:49:14.768546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi voluptates sit.\",\"text\":\"Use the optical COM bus, then you can override the auxiliary feed!\"}"], ["created_at", "2016-10-06 14:49:14.769519"], ["updated_at", "2016-10-06 14:49:14.769519"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae ad nam non suscipit omnis.\",\"text\":\"Hacking the capacitor won't do anything, we need to copy the primary scsi feed!\"}"], ["created_at", "2016-10-06 14:49:14.770425"], ["updated_at", "2016-10-06 14:49:14.770425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi doloribus ad aperiam quae et iste.\",\"text\":\"I'll generate the auxiliary JBOD matrix, that should hard drive the RAM driver!\"}"], ["created_at", "2016-10-06 14:49:14.771335"], ["updated_at", "2016-10-06 14:49:14.771335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit natus ut eum earum perspiciatis molestiae.\",\"text\":\"You can't index the transmitter without navigating the neural HTTP panel!\"}"], ["created_at", "2016-10-06 14:49:14.772199"], ["updated_at", "2016-10-06 14:49:14.772199"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque est atque voluptate dolores ab repellendus.\",\"text\":\"We need to back up the mobile AGP firewall!\"}"], ["created_at", "2016-10-06 14:49:14.773054"], ["updated_at", "2016-10-06 14:49:14.773054"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat earum inventore.\",\"text\":\"The GB system is down, input the redundant circuit so we can hack the HTTP monitor!\"}"], ["created_at", "2016-10-06 14:49:14.773922"], ["updated_at", "2016-10-06 14:49:14.773922"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed non quis qui beatae inventore.\",\"text\":\"The PNG feed is down, program the mobile bus so we can parse the SMS capacitor!\"}"], ["created_at", "2016-10-06 14:49:14.774798"], ["updated_at", "2016-10-06 14:49:14.774798"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et consequatur quia exercitationem in sint.\",\"text\":\"You can't hack the panel without navigating the optical IB driver!\"}"], ["created_at", "2016-10-06 14:49:14.775674"], ["updated_at", "2016-10-06 14:49:14.775674"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id fuga ad earum.\",\"text\":\"Try to index the HDD protocol, maybe it will connect the digital matrix!\"}"], ["created_at", "2016-10-06 14:49:14.776543"], ["updated_at", "2016-10-06 14:49:14.776543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum accusamus quidem.\",\"text\":\"You can't program the feed without parsing the back-end ADP circuit!\"}"], ["created_at", "2016-10-06 14:49:14.777397"], ["updated_at", "2016-10-06 14:49:14.777397"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci nostrum in vel.\",\"text\":\"You can't connect the sensor without calculating the mobile XML array!\"}"], ["created_at", "2016-10-06 14:49:14.778259"], ["updated_at", "2016-10-06 14:49:14.778259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi aut sapiente nobis delectus.\",\"text\":\"Synthesizing the transmitter won't do anything, we need to connect the digital smtp port!\"}"], ["created_at", "2016-10-06 14:49:14.779120"], ["updated_at", "2016-10-06 14:49:14.779120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias corporis consequuntur voluptatem.\",\"text\":\"I'll generate the redundant USB transmitter, that should pixel the SMTP card!\"}"], ["created_at", "2016-10-06 14:49:14.779998"], ["updated_at", "2016-10-06 14:49:14.779998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est qui quos vel quia.\",\"text\":\"Use the bluetooth FTP interface, then you can input the virtual alarm!\"}"], ["created_at", "2016-10-06 14:49:14.780852"], ["updated_at", "2016-10-06 14:49:14.780852"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus consectetur veniam ut ut doloremque.\",\"text\":\"Indexing the hard drive won't do anything, we need to navigate the auxiliary sql interface!\"}"], ["created_at", "2016-10-06 14:49:14.781718"], ["updated_at", "2016-10-06 14:49:14.781718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate quo non sit magni sint delectus est.\",\"text\":\"Use the digital RAM matrix, then you can quantify the optical firewall!\"}"], ["created_at", "2016-10-06 14:49:14.782600"], ["updated_at", "2016-10-06 14:49:14.782600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad nemo nihil dignissimos labore earum.\",\"text\":\"Use the primary SSL driver, then you can generate the auxiliary array!\"}"], ["created_at", "2016-10-06 14:49:14.783521"], ["updated_at", "2016-10-06 14:49:14.783521"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat ut quia veniam velit deleniti.\",\"text\":\"You can't calculate the hard drive without calculating the redundant XSS program!\"}"], ["created_at", "2016-10-06 14:49:14.784639"], ["updated_at", "2016-10-06 14:49:14.784639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto voluptas voluptates eum aut et.\",\"text\":\"You can't override the system without calculating the online XML card!\"}"], ["created_at", "2016-10-06 14:49:14.785840"], ["updated_at", "2016-10-06 14:49:14.785840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi consequatur vel iusto qui quo architecto.\",\"text\":\"Overriding the bus won't do anything, we need to bypass the multi-byte smtp transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.786779"], ["updated_at", "2016-10-06 14:49:14.786779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia minus maxime et nobis beatae est et.\",\"text\":\"If we navigate the protocol, we can get to the XML bandwidth through the redundant RAM program!\"}"], ["created_at", "2016-10-06 14:49:14.787646"], ["updated_at", "2016-10-06 14:49:14.787646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus enim delectus esse nisi.\",\"text\":\"We need to copy the back-end SAS circuit!\"}"], ["created_at", "2016-10-06 14:49:14.788539"], ["updated_at", "2016-10-06 14:49:14.788539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil enim nam aut delectus.\",\"text\":\"Programming the interface won't do anything, we need to index the wireless sms panel!\"}"], ["created_at", "2016-10-06 14:49:14.789431"], ["updated_at", "2016-10-06 14:49:14.789431"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et in.\",\"text\":\"We need to generate the multi-byte SCSI driver!\"}"], ["created_at", "2016-10-06 14:49:14.790310"], ["updated_at", "2016-10-06 14:49:14.790310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus ab ut exercitationem.\",\"text\":\"I'll compress the neural ADP interface, that should interface the SAS interface!\"}"], ["created_at", "2016-10-06 14:49:14.791168"], ["updated_at", "2016-10-06 14:49:14.791168"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor asperiores nisi ut nemo voluptatibus quos delectus.\",\"text\":\"I'll connect the cross-platform RSS alarm, that should port the IB program!\"}"], ["created_at", "2016-10-06 14:49:14.792040"], ["updated_at", "2016-10-06 14:49:14.792040"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestiae est adipisci ipsa veniam.\",\"text\":\"The PCI firewall is down, copy the haptic pixel so we can calculate the XML protocol!\"}"], ["created_at", "2016-10-06 14:49:14.792936"], ["updated_at", "2016-10-06 14:49:14.792936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam tempore saepe.\",\"text\":\"We need to synthesize the bluetooth AI feed!\"}"], ["created_at", "2016-10-06 14:49:14.793840"], ["updated_at", "2016-10-06 14:49:14.793840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora incidunt excepturi.\",\"text\":\"Try to back up the XSS array, maybe it will synthesize the open-source protocol!\"}"], ["created_at", "2016-10-06 14:49:14.794755"], ["updated_at", "2016-10-06 14:49:14.794755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam ratione ullam facere praesentium.\",\"text\":\"You can't override the card without hacking the auxiliary CSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.795610"], ["updated_at", "2016-10-06 14:49:14.795610"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem aliquam in.\",\"text\":\"You can't navigate the bus without copying the auxiliary RSS application!\"}"], ["created_at", "2016-10-06 14:49:14.796486"], ["updated_at", "2016-10-06 14:49:14.796486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro non facilis necessitatibus laboriosam.\",\"text\":\"If we copy the port, we can get to the PNG panel through the multi-byte USB circuit!\"}"], ["created_at", "2016-10-06 14:49:14.797391"], ["updated_at", "2016-10-06 14:49:14.797391"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A ex minus occaecati qui libero.\",\"text\":\"Use the mobile SMS microchip, then you can synthesize the solid state port!\"}"], ["created_at", "2016-10-06 14:49:14.798303"], ["updated_at", "2016-10-06 14:49:14.798303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis eos quisquam vero voluptatibus.\",\"text\":\"I'll input the mobile PNG panel, that should array the USB program!\"}"], ["created_at", "2016-10-06 14:49:14.799179"], ["updated_at", "2016-10-06 14:49:14.799179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita commodi sed nam quam.\",\"text\":\"Use the back-end HDD bus, then you can program the virtual program!\"}"], ["created_at", "2016-10-06 14:49:14.800084"], ["updated_at", "2016-10-06 14:49:14.800084"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe quis ex.\",\"text\":\"Try to index the XSS bus, maybe it will navigate the wireless interface!\"}"], ["created_at", "2016-10-06 14:49:14.801164"], ["updated_at", "2016-10-06 14:49:14.801164"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et voluptas possimus adipisci.\",\"text\":\"Indexing the microchip won't do anything, we need to input the haptic jbod interface!\"}"], ["created_at", "2016-10-06 14:49:14.802686"], ["updated_at", "2016-10-06 14:49:14.802686"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid deserunt consequatur.\",\"text\":\"You can't navigate the microchip without generating the mobile PCI capacitor!\"}"], ["created_at", "2016-10-06 14:49:14.804306"], ["updated_at", "2016-10-06 14:49:14.804306"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima autem nam repudiandae optio.\",\"text\":\"The PCI feed is down, navigate the digital hard drive so we can program the IB protocol!\"}"], ["created_at", "2016-10-06 14:49:14.806697"], ["updated_at", "2016-10-06 14:49:14.806697"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui labore vero consectetur.\",\"text\":\"We need to input the digital HTTP bus!\"}"], ["created_at", "2016-10-06 14:49:14.809810"], ["updated_at", "2016-10-06 14:49:14.809810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sit ut repellat est aperiam perferendis exercitationem.\",\"text\":\"I'll synthesize the auxiliary HTTP port, that should feed the GB feed!\"}"], ["created_at", "2016-10-06 14:49:14.811636"], ["updated_at", "2016-10-06 14:49:14.811636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas earum culpa accusamus.\",\"text\":\"Use the 1080p SQL system, then you can program the open-source microchip!\"}"], ["created_at", "2016-10-06 14:49:14.812611"], ["updated_at", "2016-10-06 14:49:14.812611"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro quam vitae enim.\",\"text\":\"We need to hack the optical SQL transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.813470"], ["updated_at", "2016-10-06 14:49:14.813470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quo ad accusamus ea.\",\"text\":\"We need to input the neural SCSI system!\"}"], ["created_at", "2016-10-06 14:49:14.814383"], ["updated_at", "2016-10-06 14:49:14.814383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem minus vero quis quos adipisci vitae veniam.\",\"text\":\"Use the haptic FTP microchip, then you can program the auxiliary bus!\"}"], ["created_at", "2016-10-06 14:49:14.815252"], ["updated_at", "2016-10-06 14:49:14.815252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem qui quia minima iure.\",\"text\":\"We need to input the bluetooth SDD system!\"}"], ["created_at", "2016-10-06 14:49:14.816144"], ["updated_at", "2016-10-06 14:49:14.816144"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eos in ut.\",\"text\":\"We need to input the primary RSS pixel!\"}"], ["created_at", "2016-10-06 14:49:14.817079"], ["updated_at", "2016-10-06 14:49:14.817079"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non ut optio quia dolores.\",\"text\":\"Use the neural JSON sensor, then you can override the solid state system!\"}"], ["created_at", "2016-10-06 14:49:14.818440"], ["updated_at", "2016-10-06 14:49:14.818440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus labore in libero harum provident.\",\"text\":\"I'll parse the open-source SMTP hard drive, that should array the SCSI transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.819408"], ["updated_at", "2016-10-06 14:49:14.819408"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem itaque rerum enim pariatur atque voluptates est.\",\"text\":\"I'll input the multi-byte COM system, that should system the SMS application!\"}"], ["created_at", "2016-10-06 14:49:14.820284"], ["updated_at", "2016-10-06 14:49:14.820284"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non eum vero magnam iure reprehenderit molestias eaque.\",\"text\":\"You can't quantify the program without bypassing the online USB monitor!\"}"], ["created_at", "2016-10-06 14:49:14.821163"], ["updated_at", "2016-10-06 14:49:14.821163"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem odio qui quia laborum.\",\"text\":\"You can't input the bandwidth without backing up the bluetooth SAS hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.822024"], ["updated_at", "2016-10-06 14:49:14.822024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In praesentium minima quae molestiae dolores architecto.\",\"text\":\"Try to back up the RAM system, maybe it will copy the back-end pixel!\"}"], ["created_at", "2016-10-06 14:49:14.823019"], ["updated_at", "2016-10-06 14:49:14.823019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui impedit voluptatem et consequatur eaque placeat porro.\",\"text\":\"We need to synthesize the neural GB system!\"}"], ["created_at", "2016-10-06 14:49:14.823975"], ["updated_at", "2016-10-06 14:49:14.823975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit ut consequatur esse est.\",\"text\":\"Use the neural XSS sensor, then you can hack the cross-platform alarm!\"}"], ["created_at", "2016-10-06 14:49:14.824905"], ["updated_at", "2016-10-06 14:49:14.824905"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati voluptate ipsum repellendus.\",\"text\":\"Use the auxiliary SMTP bandwidth, then you can index the back-end driver!\"}"], ["created_at", "2016-10-06 14:49:14.825808"], ["updated_at", "2016-10-06 14:49:14.825808"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam sit est.\",\"text\":\"If we copy the capacitor, we can get to the SDD system through the neural ADP transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.826715"], ["updated_at", "2016-10-06 14:49:14.826715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum asperiores aut voluptatem delectus cumque autem.\",\"text\":\"Try to input the SMS application, maybe it will generate the back-end feed!\"}"], ["created_at", "2016-10-06 14:49:14.827589"], ["updated_at", "2016-10-06 14:49:14.827589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime nihil consequatur sed eum dolore reprehenderit amet.\",\"text\":\"We need to copy the redundant RAM application!\"}"], ["created_at", "2016-10-06 14:49:14.828488"], ["updated_at", "2016-10-06 14:49:14.828488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In praesentium quos sint et veniam error sed.\",\"text\":\"You can't input the driver without generating the open-source XML firewall!\"}"], ["created_at", "2016-10-06 14:49:14.829381"], ["updated_at", "2016-10-06 14:49:14.829381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ullam reprehenderit aut magni sequi nesciunt et.\",\"text\":\"I'll quantify the virtual GB array, that should hard drive the SCSI firewall!\"}"], ["created_at", "2016-10-06 14:49:14.830273"], ["updated_at", "2016-10-06 14:49:14.830273"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis beatae magnam necessitatibus aspernatur iste.\",\"text\":\"We need to transmit the virtual AI program!\"}"], ["created_at", "2016-10-06 14:49:14.831136"], ["updated_at", "2016-10-06 14:49:14.831136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed est molestiae debitis temporibus.\",\"text\":\"I'll navigate the primary EXE transmitter, that should bus the IB application!\"}"], ["created_at", "2016-10-06 14:49:14.832002"], ["updated_at", "2016-10-06 14:49:14.832002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad et nulla.\",\"text\":\"I'll hack the optical TCP application, that should hard drive the JSON firewall!\"}"], ["created_at", "2016-10-06 14:49:14.832903"], ["updated_at", "2016-10-06 14:49:14.832903"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis inventore aperiam ab sit ipsam maxime.\",\"text\":\"The JBOD capacitor is down, bypass the online bandwidth so we can calculate the THX bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.833871"], ["updated_at", "2016-10-06 14:49:14.833871"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut eos voluptatem qui et harum reprehenderit cupiditate.\",\"text\":\"Use the 1080p SMTP protocol, then you can calculate the wireless port!\"}"], ["created_at", "2016-10-06 14:49:14.835052"], ["updated_at", "2016-10-06 14:49:14.835052"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius placeat in eos quia voluptatem.\",\"text\":\"I'll generate the back-end SAS firewall, that should circuit the SDD matrix!\"}"], ["created_at", "2016-10-06 14:49:14.836269"], ["updated_at", "2016-10-06 14:49:14.836269"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia veritatis aliquid dolores.\",\"text\":\"We need to navigate the wireless AGP microchip!\"}"], ["created_at", "2016-10-06 14:49:14.837573"], ["updated_at", "2016-10-06 14:49:14.837573"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex illum nam eveniet nihil sint eum iure.\",\"text\":\"Use the mobile SMS bus, then you can program the 1080p monitor!\"}"], ["created_at", "2016-10-06 14:49:14.838831"], ["updated_at", "2016-10-06 14:49:14.838831"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A nihil aut natus saepe corporis.\",\"text\":\"The CSS microchip is down, reboot the 1080p sensor so we can reboot the AGP matrix!\"}"], ["created_at", "2016-10-06 14:49:14.840091"], ["updated_at", "2016-10-06 14:49:14.840091"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti perspiciatis dolore fuga omnis dolor.\",\"text\":\"The SAS microchip is down, transmit the solid state protocol so we can program the JBOD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.842618"], ["updated_at", "2016-10-06 14:49:14.842618"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci fugiat cumque eveniet reprehenderit consequatur labore.\",\"text\":\"Compressing the protocol won't do anything, we need to synthesize the open-source ram transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.844822"], ["updated_at", "2016-10-06 14:49:14.844822"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit minus ut nulla et neque maxime ut.\",\"text\":\"Try to calculate the COM alarm, maybe it will calculate the cross-platform matrix!\"}"], ["created_at", "2016-10-06 14:49:14.847290"], ["updated_at", "2016-10-06 14:49:14.847290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam reiciendis consequuntur molestiae occaecati omnis neque.\",\"text\":\"If we navigate the port, we can get to the SSL firewall through the digital FTP protocol!\"}"], ["created_at", "2016-10-06 14:49:14.848345"], ["updated_at", "2016-10-06 14:49:14.848345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit atque rerum sed nostrum excepturi commodi.\",\"text\":\"Use the optical SMTP interface, then you can hack the solid state microchip!\"}"], ["created_at", "2016-10-06 14:49:14.849234"], ["updated_at", "2016-10-06 14:49:14.849234"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ut vel.\",\"text\":\"If we navigate the driver, we can get to the THX interface through the solid state JBOD circuit!\"}"], ["created_at", "2016-10-06 14:49:14.850231"], ["updated_at", "2016-10-06 14:49:14.850231"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor similique quae aliquam repellat occaecati eaque.\",\"text\":\"Use the haptic XML alarm, then you can input the online hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.851369"], ["updated_at", "2016-10-06 14:49:14.851369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos harum error ullam nisi quidem quam nihil.\",\"text\":\"We need to generate the multi-byte RSS feed!\"}"], ["created_at", "2016-10-06 14:49:14.852469"], ["updated_at", "2016-10-06 14:49:14.852469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptatem in voluptates impedit.\",\"text\":\"Use the multi-byte XSS card, then you can navigate the back-end interface!\"}"], ["created_at", "2016-10-06 14:49:14.853400"], ["updated_at", "2016-10-06 14:49:14.853400"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae non ipsam.\",\"text\":\"If we back up the circuit, we can get to the FTP monitor through the solid state FTP protocol!\"}"], ["created_at", "2016-10-06 14:49:14.854307"], ["updated_at", "2016-10-06 14:49:14.854307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil laborum excepturi aut earum.\",\"text\":\"We need to parse the primary XSS array!\"}"], ["created_at", "2016-10-06 14:49:14.855213"], ["updated_at", "2016-10-06 14:49:14.855213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam nihil assumenda optio quo illum.\",\"text\":\"We need to index the auxiliary XSS pixel!\"}"], ["created_at", "2016-10-06 14:49:14.856083"], ["updated_at", "2016-10-06 14:49:14.856083"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt quam ut nulla.\",\"text\":\"We need to reboot the solid state TCP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.856988"], ["updated_at", "2016-10-06 14:49:14.856988"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non corrupti provident tempore.\",\"text\":\"You can't reboot the port without indexing the virtual USB bus!\"}"], ["created_at", "2016-10-06 14:49:14.858057"], ["updated_at", "2016-10-06 14:49:14.858057"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit dolore ipsam ipsa aut praesentium suscipit.\",\"text\":\"Use the online TCP hard drive, then you can generate the optical array!\"}"], ["created_at", "2016-10-06 14:49:14.859269"], ["updated_at", "2016-10-06 14:49:14.859269"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ut minus sint autem velit.\",\"text\":\"If we quantify the hard drive, we can get to the PCI card through the multi-byte RSS bus!\"}"], ["created_at", "2016-10-06 14:49:14.860392"], ["updated_at", "2016-10-06 14:49:14.860392"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet et veritatis.\",\"text\":\"The TCP card is down, program the haptic matrix so we can index the AI sensor!\"}"], ["created_at", "2016-10-06 14:49:14.861571"], ["updated_at", "2016-10-06 14:49:14.861571"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat minus at suscipit ipsum.\",\"text\":\"The HDD hard drive is down, back up the haptic card so we can calculate the ADP transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.862862"], ["updated_at", "2016-10-06 14:49:14.862862"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui odit est sed illum quidem recusandae iste.\",\"text\":\"Parsing the interface won't do anything, we need to navigate the wireless thx bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.864169"], ["updated_at", "2016-10-06 14:49:14.864169"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim ullam et culpa dicta ipsam.\",\"text\":\"Try to compress the SCSI feed, maybe it will bypass the bluetooth hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.865432"], ["updated_at", "2016-10-06 14:49:14.865432"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis ipsam inventore natus ducimus ea nam vel.\",\"text\":\"We need to hack the optical XSS driver!\"}"], ["created_at", "2016-10-06 14:49:14.866720"], ["updated_at", "2016-10-06 14:49:14.866720"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem adipisci deserunt voluptas voluptatem.\",\"text\":\"Use the online SMTP bus, then you can compress the optical microchip!\"}"], ["created_at", "2016-10-06 14:49:14.868029"], ["updated_at", "2016-10-06 14:49:14.868029"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt asperiores ut dolores enim et.\",\"text\":\"I'll transmit the 1080p THX firewall, that should transmitter the RSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.869787"], ["updated_at", "2016-10-06 14:49:14.869787"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quam quo enim quia.\",\"text\":\"Use the open-source FTP alarm, then you can override the redundant bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.871063"], ["updated_at", "2016-10-06 14:49:14.871063"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum illum est doloribus dicta ab.\",\"text\":\"If we synthesize the system, we can get to the SMS driver through the optical JSON interface!\"}"], ["created_at", "2016-10-06 14:49:14.872243"], ["updated_at", "2016-10-06 14:49:14.872243"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui velit et voluptas omnis commodi.\",\"text\":\"The RAM transmitter is down, input the digital hard drive so we can copy the JBOD hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.873413"], ["updated_at", "2016-10-06 14:49:14.873413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint dolorum amet.\",\"text\":\"We need to calculate the back-end JBOD array!\"}"], ["created_at", "2016-10-06 14:49:14.874409"], ["updated_at", "2016-10-06 14:49:14.874409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor impedit nam ipsam consectetur.\",\"text\":\"We need to input the bluetooth XSS sensor!\"}"], ["created_at", "2016-10-06 14:49:14.875294"], ["updated_at", "2016-10-06 14:49:14.875294"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos itaque ut sed.\",\"text\":\"You can't parse the alarm without hacking the auxiliary TCP feed!\"}"], ["created_at", "2016-10-06 14:49:14.876177"], ["updated_at", "2016-10-06 14:49:14.876177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro debitis quas.\",\"text\":\"Use the wireless COM bus, then you can program the multi-byte microchip!\"}"], ["created_at", "2016-10-06 14:49:14.877028"], ["updated_at", "2016-10-06 14:49:14.877028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum et ex eligendi eum.\",\"text\":\"The SCSI array is down, index the auxiliary port so we can compress the GB hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.877890"], ["updated_at", "2016-10-06 14:49:14.877890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla aut voluptate sit eaque amet.\",\"text\":\"We need to connect the online COM protocol!\"}"], ["created_at", "2016-10-06 14:49:14.878767"], ["updated_at", "2016-10-06 14:49:14.878767"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia error veniam.\",\"text\":\"Try to transmit the GB monitor, maybe it will back up the optical matrix!\"}"], ["created_at", "2016-10-06 14:49:14.879623"], ["updated_at", "2016-10-06 14:49:14.879623"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit recusandae maxime quibusdam enim in et.\",\"text\":\"Try to copy the JBOD panel, maybe it will copy the multi-byte interface!\"}"], ["created_at", "2016-10-06 14:49:14.880513"], ["updated_at", "2016-10-06 14:49:14.880513"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quos alias nam dolor architecto.\",\"text\":\"Try to input the JBOD application, maybe it will navigate the online capacitor!\"}"], ["created_at", "2016-10-06 14:49:14.881414"], ["updated_at", "2016-10-06 14:49:14.881414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero iste repellat.\",\"text\":\"I'll bypass the back-end SSL program, that should system the SAS array!\"}"], ["created_at", "2016-10-06 14:49:14.882304"], ["updated_at", "2016-10-06 14:49:14.882304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut repellat id magni voluptatem delectus sint.\",\"text\":\"We need to navigate the wireless SSL alarm!\"}"], ["created_at", "2016-10-06 14:49:14.883206"], ["updated_at", "2016-10-06 14:49:14.883206"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt atque voluptatum autem nihil unde aliquam ea.\",\"text\":\"The GB capacitor is down, back up the 1080p driver so we can back up the SSL alarm!\"}"], ["created_at", "2016-10-06 14:49:14.884190"], ["updated_at", "2016-10-06 14:49:14.884190"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit omnis perferendis qui voluptate hic incidunt.\",\"text\":\"If we program the bus, we can get to the RAM feed through the cross-platform XML microchip!\"}"], ["created_at", "2016-10-06 14:49:14.885428"], ["updated_at", "2016-10-06 14:49:14.885428"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem maxime accusantium possimus.\",\"text\":\"We need to parse the mobile COM alarm!\"}"], ["created_at", "2016-10-06 14:49:14.886360"], ["updated_at", "2016-10-06 14:49:14.886360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus iure voluptatibus commodi ut.\",\"text\":\"Calculating the alarm won't do anything, we need to input the wireless exe application!\"}"], ["created_at", "2016-10-06 14:49:14.887227"], ["updated_at", "2016-10-06 14:49:14.887227"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem soluta laborum culpa eligendi natus error ab.\",\"text\":\"Try to index the CSS array, maybe it will connect the bluetooth protocol!\"}"], ["created_at", "2016-10-06 14:49:14.888092"], ["updated_at", "2016-10-06 14:49:14.888092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi voluptate quo.\",\"text\":\"You can't connect the array without backing up the solid state FTP firewall!\"}"], ["created_at", "2016-10-06 14:49:14.888962"], ["updated_at", "2016-10-06 14:49:14.888962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolor ut dolorem velit.\",\"text\":\"You can't quantify the feed without bypassing the 1080p COM alarm!\"}"], ["created_at", "2016-10-06 14:49:14.889819"], ["updated_at", "2016-10-06 14:49:14.889819"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima nesciunt qui libero.\",\"text\":\"Use the mobile RSS panel, then you can input the back-end microchip!\"}"], ["created_at", "2016-10-06 14:49:14.890721"], ["updated_at", "2016-10-06 14:49:14.890721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus sit unde illo dolores velit nihil voluptatem.\",\"text\":\"Try to hack the JSON bandwidth, maybe it will quantify the bluetooth matrix!\"}"], ["created_at", "2016-10-06 14:49:14.891588"], ["updated_at", "2016-10-06 14:49:14.891588"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur vitae sit sunt in quas quos quia.\",\"text\":\"We need to quantify the haptic CSS protocol!\"}"], ["created_at", "2016-10-06 14:49:14.892465"], ["updated_at", "2016-10-06 14:49:14.892465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam sint nesciunt a.\",\"text\":\"Use the mobile SQL bandwidth, then you can quantify the neural interface!\"}"], ["created_at", "2016-10-06 14:49:14.893324"], ["updated_at", "2016-10-06 14:49:14.893324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa harum ullam ab asperiores nobis.\",\"text\":\"If we program the program, we can get to the FTP array through the 1080p XSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:14.894233"], ["updated_at", "2016-10-06 14:49:14.894233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim et consectetur et mollitia pariatur et sit.\",\"text\":\"I'll quantify the bluetooth SMTP card, that should microchip the XML pixel!\"}"], ["created_at", "2016-10-06 14:49:14.895094"], ["updated_at", "2016-10-06 14:49:14.895094"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam fugit perspiciatis cupiditate.\",\"text\":\"We need to back up the solid state HTTP firewall!\"}"], ["created_at", "2016-10-06 14:49:14.895948"], ["updated_at", "2016-10-06 14:49:14.895948"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est facere commodi provident reiciendis quibusdam dignissimos.\",\"text\":\"We need to reboot the back-end XML capacitor!\"}"], ["created_at", "2016-10-06 14:49:14.896822"], ["updated_at", "2016-10-06 14:49:14.896822"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque temporibus maxime quas.\",\"text\":\"You can't index the bus without generating the solid state RSS protocol!\"}"], ["created_at", "2016-10-06 14:49:14.897719"], ["updated_at", "2016-10-06 14:49:14.897719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam enim voluptas praesentium aut et excepturi.\",\"text\":\"You can't bypass the microchip without hacking the 1080p SQL array!\"}"], ["created_at", "2016-10-06 14:49:14.898664"], ["updated_at", "2016-10-06 14:49:14.898664"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur sunt nulla modi qui asperiores officia non.\",\"text\":\"The HTTP pixel is down, bypass the auxiliary circuit so we can hack the RSS system!\"}"], ["created_at", "2016-10-06 14:49:14.899558"], ["updated_at", "2016-10-06 14:49:14.899558"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt non ut temporibus vitae aliquam.\",\"text\":\"Quantifying the application won't do anything, we need to calculate the neural sas pixel!\"}"], ["created_at", "2016-10-06 14:49:14.900444"], ["updated_at", "2016-10-06 14:49:14.900444"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores impedit velit.\",\"text\":\"I'll navigate the solid state COM capacitor, that should circuit the THX array!\"}"], ["created_at", "2016-10-06 14:49:14.901768"], ["updated_at", "2016-10-06 14:49:14.901768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam aut repellat.\",\"text\":\"I'll bypass the optical CSS transmitter, that should port the CSS port!\"}"], ["created_at", "2016-10-06 14:49:14.902784"], ["updated_at", "2016-10-06 14:49:14.902784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt illo porro quam hic commodi velit distinctio.\",\"text\":\"Try to navigate the JBOD alarm, maybe it will synthesize the 1080p microchip!\"}"], ["created_at", "2016-10-06 14:49:14.903691"], ["updated_at", "2016-10-06 14:49:14.903691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis laudantium velit aut.\",\"text\":\"If we connect the circuit, we can get to the PNG alarm through the online IB monitor!\"}"], ["created_at", "2016-10-06 14:49:14.904556"], ["updated_at", "2016-10-06 14:49:14.904556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor ex voluptatem sint nostrum est nemo laudantium.\",\"text\":\"The THX interface is down, input the neural program so we can hack the HTTP program!\"}"], ["created_at", "2016-10-06 14:49:14.905430"], ["updated_at", "2016-10-06 14:49:14.905430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non alias harum quis ut.\",\"text\":\"The SMTP driver is down, navigate the auxiliary hard drive so we can parse the XSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.906347"], ["updated_at", "2016-10-06 14:49:14.906347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque atque quas officia.\",\"text\":\"If we generate the alarm, we can get to the XML system through the redundant XSS feed!\"}"], ["created_at", "2016-10-06 14:49:14.907223"], ["updated_at", "2016-10-06 14:49:14.907223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque ut odio autem totam.\",\"text\":\"Synthesizing the driver won't do anything, we need to override the cross-platform adp bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.908107"], ["updated_at", "2016-10-06 14:49:14.908107"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt officia reprehenderit et a quae at et.\",\"text\":\"Quantifying the circuit won't do anything, we need to index the digital exe program!\"}"], ["created_at", "2016-10-06 14:49:14.909012"], ["updated_at", "2016-10-06 14:49:14.909012"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis iste temporibus.\",\"text\":\"The SCSI monitor is down, transmit the redundant driver so we can generate the JSON transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.909907"], ["updated_at", "2016-10-06 14:49:14.909907"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque id voluptatibus vitae.\",\"text\":\"Backing up the hard drive won't do anything, we need to compress the cross-platform adp bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.910802"], ["updated_at", "2016-10-06 14:49:14.910802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod error sit a quibusdam fugit eos.\",\"text\":\"Try to generate the SAS interface, maybe it will synthesize the auxiliary firewall!\"}"], ["created_at", "2016-10-06 14:49:14.911662"], ["updated_at", "2016-10-06 14:49:14.911662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi ullam qui et eaque est eius corporis.\",\"text\":\"Synthesizing the sensor won't do anything, we need to navigate the multi-byte ai circuit!\"}"], ["created_at", "2016-10-06 14:49:14.912526"], ["updated_at", "2016-10-06 14:49:14.912526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus commodi porro recusandae iure nisi.\",\"text\":\"You can't bypass the sensor without copying the digital IB circuit!\"}"], ["created_at", "2016-10-06 14:49:14.913382"], ["updated_at", "2016-10-06 14:49:14.913382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem sequi quas ut laboriosam quo quia.\",\"text\":\"The JBOD program is down, transmit the online matrix so we can override the USB protocol!\"}"], ["created_at", "2016-10-06 14:49:14.914268"], ["updated_at", "2016-10-06 14:49:14.914268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore sed tempora enim nesciunt laboriosam.\",\"text\":\"Navigating the firewall won't do anything, we need to quantify the cross-platform png bus!\"}"], ["created_at", "2016-10-06 14:49:14.915129"], ["updated_at", "2016-10-06 14:49:14.915129"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem officiis nesciunt.\",\"text\":\"Indexing the bus won't do anything, we need to synthesize the cross-platform ai card!\"}"], ["created_at", "2016-10-06 14:49:14.915990"], ["updated_at", "2016-10-06 14:49:14.915990"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestiae qui culpa aut ipsam sapiente.\",\"text\":\"We need to program the bluetooth SDD hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.916919"], ["updated_at", "2016-10-06 14:49:14.916919"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam voluptate voluptatibus.\",\"text\":\"If we hack the pixel, we can get to the SMTP capacitor through the mobile USB feed!\"}"], ["created_at", "2016-10-06 14:49:14.918224"], ["updated_at", "2016-10-06 14:49:14.918224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sunt consequuntur.\",\"text\":\"Try to synthesize the HTTP system, maybe it will copy the cross-platform interface!\"}"], ["created_at", "2016-10-06 14:49:14.919361"], ["updated_at", "2016-10-06 14:49:14.919361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet quam sit ad molestiae alias ipsam veritatis.\",\"text\":\"Backing up the protocol won't do anything, we need to program the wireless agp monitor!\"}"], ["created_at", "2016-10-06 14:49:14.920246"], ["updated_at", "2016-10-06 14:49:14.920246"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non nihil voluptas aut quis dolorem reprehenderit.\",\"text\":\"Try to parse the COM hard drive, maybe it will transmit the auxiliary sensor!\"}"], ["created_at", "2016-10-06 14:49:14.921121"], ["updated_at", "2016-10-06 14:49:14.921121"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem numquam ut veritatis esse vitae illum.\",\"text\":\"Calculating the capacitor won't do anything, we need to copy the cross-platform sas monitor!\"}"], ["created_at", "2016-10-06 14:49:14.921985"], ["updated_at", "2016-10-06 14:49:14.921985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias rerum dolorum.\",\"text\":\"We need to navigate the wireless IB firewall!\"}"], ["created_at", "2016-10-06 14:49:14.922873"], ["updated_at", "2016-10-06 14:49:14.922873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta dolorem rerum soluta earum.\",\"text\":\"Try to override the THX port, maybe it will calculate the optical array!\"}"], ["created_at", "2016-10-06 14:49:14.923736"], ["updated_at", "2016-10-06 14:49:14.923736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut qui mollitia.\",\"text\":\"Use the cross-platform SAS hard drive, then you can synthesize the redundant pixel!\"}"], ["created_at", "2016-10-06 14:49:14.924614"], ["updated_at", "2016-10-06 14:49:14.924614"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis qui maiores cumque tenetur laborum.\",\"text\":\"If we navigate the panel, we can get to the EXE feed through the open-source JBOD bus!\"}"], ["created_at", "2016-10-06 14:49:14.925521"], ["updated_at", "2016-10-06 14:49:14.925521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut est ea eum amet.\",\"text\":\"I'll reboot the virtual COM capacitor, that should bandwidth the CSS pixel!\"}"], ["created_at", "2016-10-06 14:49:14.926426"], ["updated_at", "2016-10-06 14:49:14.926426"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas eos iusto.\",\"text\":\"The RSS matrix is down, program the haptic sensor so we can program the SQL pixel!\"}"], ["created_at", "2016-10-06 14:49:14.927286"], ["updated_at", "2016-10-06 14:49:14.927286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut omnis neque voluptate.\",\"text\":\"The CSS card is down, program the auxiliary capacitor so we can copy the IB alarm!\"}"], ["created_at", "2016-10-06 14:49:14.928154"], ["updated_at", "2016-10-06 14:49:14.928154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et necessitatibus aut nisi vero.\",\"text\":\"You can't parse the capacitor without bypassing the solid state GB protocol!\"}"], ["created_at", "2016-10-06 14:49:14.929018"], ["updated_at", "2016-10-06 14:49:14.929018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil in velit.\",\"text\":\"If we connect the protocol, we can get to the RSS monitor through the open-source XML card!\"}"], ["created_at", "2016-10-06 14:49:14.929868"], ["updated_at", "2016-10-06 14:49:14.929868"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quis illum dolores eveniet voluptas fugit aut.\",\"text\":\"I'll program the haptic HDD port, that should card the SSL alarm!\"}"], ["created_at", "2016-10-06 14:49:14.930769"], ["updated_at", "2016-10-06 14:49:14.930769"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel aut dicta est iste aliquam et.\",\"text\":\"You can't transmit the driver without parsing the cross-platform PCI port!\"}"], ["created_at", "2016-10-06 14:49:14.931645"], ["updated_at", "2016-10-06 14:49:14.931645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet est ratione commodi soluta enim.\",\"text\":\"The FTP application is down, navigate the cross-platform protocol so we can navigate the PNG program!\"}"], ["created_at", "2016-10-06 14:49:14.932540"], ["updated_at", "2016-10-06 14:49:14.932540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita earum reprehenderit.\",\"text\":\"We need to bypass the open-source FTP monitor!\"}"], ["created_at", "2016-10-06 14:49:14.933403"], ["updated_at", "2016-10-06 14:49:14.933403"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero impedit qui.\",\"text\":\"The PNG monitor is down, index the open-source firewall so we can calculate the SCSI application!\"}"], ["created_at", "2016-10-06 14:49:14.934502"], ["updated_at", "2016-10-06 14:49:14.934502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus delectus omnis sint eveniet.\",\"text\":\"The HDD program is down, connect the auxiliary port so we can input the IB matrix!\"}"], ["created_at", "2016-10-06 14:49:14.935696"], ["updated_at", "2016-10-06 14:49:14.935696"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique ipsa dolores eligendi.\",\"text\":\"Use the primary PCI capacitor, then you can compress the bluetooth capacitor!\"}"], ["created_at", "2016-10-06 14:49:14.936658"], ["updated_at", "2016-10-06 14:49:14.936658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus velit nostrum ut.\",\"text\":\"Try to compress the HDD monitor, maybe it will synthesize the 1080p bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.937562"], ["updated_at", "2016-10-06 14:49:14.937562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore laudantium quia saepe facilis.\",\"text\":\"The USB port is down, connect the 1080p application so we can transmit the EXE port!\"}"], ["created_at", "2016-10-06 14:49:14.938470"], ["updated_at", "2016-10-06 14:49:14.938470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt quia ratione.\",\"text\":\"Try to bypass the USB transmitter, maybe it will bypass the neural port!\"}"], ["created_at", "2016-10-06 14:49:14.939333"], ["updated_at", "2016-10-06 14:49:14.939333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum est voluptatem architecto dolor expedita.\",\"text\":\"Try to program the GB microchip, maybe it will calculate the open-source bus!\"}"], ["created_at", "2016-10-06 14:49:14.940218"], ["updated_at", "2016-10-06 14:49:14.940218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint cupiditate sunt doloribus.\",\"text\":\"We need to hack the back-end JBOD feed!\"}"], ["created_at", "2016-10-06 14:49:14.941115"], ["updated_at", "2016-10-06 14:49:14.941115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam perspiciatis ut.\",\"text\":\"If we hack the interface, we can get to the COM application through the multi-byte THX card!\"}"], ["created_at", "2016-10-06 14:49:14.942007"], ["updated_at", "2016-10-06 14:49:14.942007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus non nobis sed commodi.\",\"text\":\"I'll index the haptic FTP interface, that should application the JSON alarm!\"}"], ["created_at", "2016-10-06 14:49:14.942889"], ["updated_at", "2016-10-06 14:49:14.942889"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit molestiae et quasi possimus et est.\",\"text\":\"Try to calculate the SSL matrix, maybe it will generate the open-source matrix!\"}"], ["created_at", "2016-10-06 14:49:14.943760"], ["updated_at", "2016-10-06 14:49:14.943760"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique reiciendis et nisi hic deleniti.\",\"text\":\"Try to bypass the EXE pixel, maybe it will parse the mobile interface!\"}"], ["created_at", "2016-10-06 14:49:14.944661"], ["updated_at", "2016-10-06 14:49:14.944661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit porro voluptas et dolores id.\",\"text\":\"Try to calculate the AGP card, maybe it will back up the cross-platform bus!\"}"], ["created_at", "2016-10-06 14:49:14.945519"], ["updated_at", "2016-10-06 14:49:14.945519"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo sapiente autem optio hic.\",\"text\":\"If we bypass the bandwidth, we can get to the SDD sensor through the neural SDD array!\"}"], ["created_at", "2016-10-06 14:49:14.946406"], ["updated_at", "2016-10-06 14:49:14.946406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis dicta tempore maiores repudiandae et aliquid.\",\"text\":\"You can't calculate the bus without connecting the primary RSS bus!\"}"], ["created_at", "2016-10-06 14:49:14.947314"], ["updated_at", "2016-10-06 14:49:14.947314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit officia fuga aliquam cum voluptas accusamus.\",\"text\":\"Transmitting the card won't do anything, we need to connect the solid state pci circuit!\"}"], ["created_at", "2016-10-06 14:49:14.948228"], ["updated_at", "2016-10-06 14:49:14.948228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam in fugiat.\",\"text\":\"Parsing the card won't do anything, we need to reboot the back-end hdd sensor!\"}"], ["created_at", "2016-10-06 14:49:14.949117"], ["updated_at", "2016-10-06 14:49:14.949117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum non dolorem labore.\",\"text\":\"Use the neural RAM microchip, then you can override the solid state driver!\"}"], ["created_at", "2016-10-06 14:49:14.949989"], ["updated_at", "2016-10-06 14:49:14.949989"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae architecto tempora.\",\"text\":\"I'll input the digital SQL application, that should hard drive the PCI feed!\"}"], ["created_at", "2016-10-06 14:49:14.951087"], ["updated_at", "2016-10-06 14:49:14.951087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt non itaque quisquam ipsa.\",\"text\":\"Use the digital XML hard drive, then you can hack the multi-byte driver!\"}"], ["created_at", "2016-10-06 14:49:14.952255"], ["updated_at", "2016-10-06 14:49:14.952255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quia dicta ipsa.\",\"text\":\"If we bypass the sensor, we can get to the THX capacitor through the wireless TCP port!\"}"], ["created_at", "2016-10-06 14:49:14.953155"], ["updated_at", "2016-10-06 14:49:14.953155"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed mollitia ut deserunt velit.\",\"text\":\"The SMS program is down, transmit the bluetooth program so we can program the SSL hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.954058"], ["updated_at", "2016-10-06 14:49:14.954058"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta quibusdam eveniet qui iure et officiis.\",\"text\":\"You can't transmit the pixel without parsing the primary PCI sensor!\"}"], ["created_at", "2016-10-06 14:49:14.954982"], ["updated_at", "2016-10-06 14:49:14.954982"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut illo eos quis voluptatem assumenda doloremque est.\",\"text\":\"Use the neural SMTP monitor, then you can transmit the wireless alarm!\"}"], ["created_at", "2016-10-06 14:49:14.955883"], ["updated_at", "2016-10-06 14:49:14.955883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia quibusdam eos voluptate quasi optio ea nisi.\",\"text\":\"You can't transmit the alarm without overriding the 1080p SCSI alarm!\"}"], ["created_at", "2016-10-06 14:49:14.956777"], ["updated_at", "2016-10-06 14:49:14.956777"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore porro rem.\",\"text\":\"If we synthesize the sensor, we can get to the HTTP hard drive through the mobile SMTP array!\"}"], ["created_at", "2016-10-06 14:49:14.957636"], ["updated_at", "2016-10-06 14:49:14.957636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid perspiciatis velit eum.\",\"text\":\"You can't program the system without generating the solid state XSS card!\"}"], ["created_at", "2016-10-06 14:49:14.958677"], ["updated_at", "2016-10-06 14:49:14.958677"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam enim in vero.\",\"text\":\"The SSL panel is down, synthesize the 1080p monitor so we can transmit the JSON panel!\"}"], ["created_at", "2016-10-06 14:49:14.959578"], ["updated_at", "2016-10-06 14:49:14.959578"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime aut nisi perferendis hic.\",\"text\":\"Use the mobile SDD panel, then you can generate the virtual matrix!\"}"], ["created_at", "2016-10-06 14:49:14.960452"], ["updated_at", "2016-10-06 14:49:14.960452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed vel quidem.\",\"text\":\"The USB protocol is down, generate the wireless monitor so we can quantify the SQL panel!\"}"], ["created_at", "2016-10-06 14:49:14.961320"], ["updated_at", "2016-10-06 14:49:14.961320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam quod voluptatem ducimus.\",\"text\":\"The USB program is down, compress the mobile transmitter so we can override the JSON firewall!\"}"], ["created_at", "2016-10-06 14:49:14.962224"], ["updated_at", "2016-10-06 14:49:14.962224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem consequuntur officia a exercitationem suscipit.\",\"text\":\"We need to input the solid state JBOD sensor!\"}"], ["created_at", "2016-10-06 14:49:14.963122"], ["updated_at", "2016-10-06 14:49:14.963122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nulla voluptatem.\",\"text\":\"You can't compress the circuit without transmitting the virtual SAS circuit!\"}"], ["created_at", "2016-10-06 14:49:14.964006"], ["updated_at", "2016-10-06 14:49:14.964006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit odio quam ea.\",\"text\":\"The EXE alarm is down, hack the primary application so we can override the HTTP application!\"}"], ["created_at", "2016-10-06 14:49:14.964902"], ["updated_at", "2016-10-06 14:49:14.964902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptatibus sit ipsum.\",\"text\":\"Use the online SSL protocol, then you can generate the 1080p firewall!\"}"], ["created_at", "2016-10-06 14:49:14.965774"], ["updated_at", "2016-10-06 14:49:14.965774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui atque autem aspernatur voluptas et cumque quisquam.\",\"text\":\"I'll calculate the online THX system, that should protocol the COM program!\"}"], ["created_at", "2016-10-06 14:49:14.966675"], ["updated_at", "2016-10-06 14:49:14.966675"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur facere dolor est deserunt officia.\",\"text\":\"If we program the application, we can get to the FTP pixel through the wireless COM application!\"}"], ["created_at", "2016-10-06 14:49:14.967790"], ["updated_at", "2016-10-06 14:49:14.967790"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ducimus nostrum repellat molestiae totam necessitatibus.\",\"text\":\"You can't navigate the protocol without copying the redundant USB feed!\"}"], ["created_at", "2016-10-06 14:49:14.969196"], ["updated_at", "2016-10-06 14:49:14.969196"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid praesentium dolor nostrum at error molestiae sunt.\",\"text\":\"If we copy the microchip, we can get to the RSS hard drive through the primary GB capacitor!\"}"], ["created_at", "2016-10-06 14:49:14.970609"], ["updated_at", "2016-10-06 14:49:14.970609"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod consequatur rem consequatur eos qui.\",\"text\":\"Try to parse the RSS feed, maybe it will quantify the haptic driver!\"}"], ["created_at", "2016-10-06 14:49:14.971862"], ["updated_at", "2016-10-06 14:49:14.971862"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et adipisci magnam.\",\"text\":\"Try to generate the RSS microchip, maybe it will compress the neural hard drive!\"}"], ["created_at", "2016-10-06 14:49:14.973200"], ["updated_at", "2016-10-06 14:49:14.973200"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum animi nihil fugit iusto impedit.\",\"text\":\"Use the wireless RAM monitor, then you can program the redundant monitor!\"}"], ["created_at", "2016-10-06 14:49:14.975865"], ["updated_at", "2016-10-06 14:49:14.975865"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam ea nobis ad quia.\",\"text\":\"We need to quantify the back-end RSS protocol!\"}"], ["created_at", "2016-10-06 14:49:14.977622"], ["updated_at", "2016-10-06 14:49:14.977622"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae minima iusto commodi cum.\",\"text\":\"We need to quantify the virtual IB sensor!\"}"], ["created_at", "2016-10-06 14:49:14.980522"], ["updated_at", "2016-10-06 14:49:14.980522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem non est occaecati distinctio ut placeat.\",\"text\":\"Try to calculate the AI panel, maybe it will copy the digital pixel!\"}"], ["created_at", "2016-10-06 14:49:14.981809"], ["updated_at", "2016-10-06 14:49:14.981809"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed dolores et qui.\",\"text\":\"I'll connect the neural USB firewall, that should hard drive the XML bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.982768"], ["updated_at", "2016-10-06 14:49:14.982768"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo quod facilis.\",\"text\":\"You can't index the protocol without generating the open-source SMS circuit!\"}"], ["created_at", "2016-10-06 14:49:14.983755"], ["updated_at", "2016-10-06 14:49:14.983755"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum autem corporis.\",\"text\":\"If we compress the sensor, we can get to the RSS feed through the neural RSS interface!\"}"], ["created_at", "2016-10-06 14:49:14.985151"], ["updated_at", "2016-10-06 14:49:14.985151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quo minima.\",\"text\":\"The JSON bus is down, back up the multi-byte driver so we can navigate the EXE card!\"}"], ["created_at", "2016-10-06 14:49:14.986092"], ["updated_at", "2016-10-06 14:49:14.986092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut eveniet exercitationem quisquam eius iure.\",\"text\":\"Connecting the pixel won't do anything, we need to override the auxiliary sdd bus!\"}"], ["created_at", "2016-10-06 14:49:14.986976"], ["updated_at", "2016-10-06 14:49:14.986976"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus aut aut in eos laboriosam.\",\"text\":\"You can't connect the alarm without transmitting the open-source JSON protocol!\"}"], ["created_at", "2016-10-06 14:49:14.987880"], ["updated_at", "2016-10-06 14:49:14.987880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At ut et voluptatem fugit id.\",\"text\":\"I'll back up the bluetooth AI capacitor, that should card the HDD alarm!\"}"], ["created_at", "2016-10-06 14:49:14.988807"], ["updated_at", "2016-10-06 14:49:14.988807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi cupiditate exercitationem dignissimos dolores impedit illum repellendus.\",\"text\":\"Hacking the card won't do anything, we need to program the bluetooth adp protocol!\"}"], ["created_at", "2016-10-06 14:49:14.989679"], ["updated_at", "2016-10-06 14:49:14.989679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem cumque unde.\",\"text\":\"The XSS protocol is down, back up the online interface so we can calculate the SCSI circuit!\"}"], ["created_at", "2016-10-06 14:49:14.990532"], ["updated_at", "2016-10-06 14:49:14.990532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor quidem officiis neque qui.\",\"text\":\"Indexing the matrix won't do anything, we need to back up the primary sdd program!\"}"], ["created_at", "2016-10-06 14:49:14.991381"], ["updated_at", "2016-10-06 14:49:14.991381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et unde molestiae iusto.\",\"text\":\"Try to connect the HTTP circuit, maybe it will compress the mobile transmitter!\"}"], ["created_at", "2016-10-06 14:49:14.992246"], ["updated_at", "2016-10-06 14:49:14.992246"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam quia consectetur quo quaerat autem dolor.\",\"text\":\"We need to connect the solid state XML microchip!\"}"], ["created_at", "2016-10-06 14:49:14.993115"], ["updated_at", "2016-10-06 14:49:14.993115"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis et velit qui numquam ut deserunt.\",\"text\":\"You can't bypass the interface without hacking the mobile EXE card!\"}"], ["created_at", "2016-10-06 14:49:14.993968"], ["updated_at", "2016-10-06 14:49:14.993968"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel enim minima.\",\"text\":\"Use the optical XSS alarm, then you can hack the open-source panel!\"}"], ["created_at", "2016-10-06 14:49:14.994851"], ["updated_at", "2016-10-06 14:49:14.994851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum voluptates qui aut dolorem aut quis.\",\"text\":\"If we navigate the transmitter, we can get to the HDD feed through the neural JSON interface!\"}"], ["created_at", "2016-10-06 14:49:14.995746"], ["updated_at", "2016-10-06 14:49:14.995746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis laboriosam ut eveniet laborum ratione dicta nobis.\",\"text\":\"Synthesizing the monitor won't do anything, we need to reboot the back-end agp card!\"}"], ["created_at", "2016-10-06 14:49:14.996606"], ["updated_at", "2016-10-06 14:49:14.996606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis facere commodi modi omnis enim quidem.\",\"text\":\"If we index the interface, we can get to the IB program through the mobile RSS port!\"}"], ["created_at", "2016-10-06 14:49:14.997487"], ["updated_at", "2016-10-06 14:49:14.997487"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et inventore quia alias voluptatum.\",\"text\":\"The SCSI system is down, bypass the solid state program so we can hack the JSON bandwidth!\"}"], ["created_at", "2016-10-06 14:49:14.998400"], ["updated_at", "2016-10-06 14:49:14.998400"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et eos.\",\"text\":\"Indexing the panel won't do anything, we need to hack the wireless pci firewall!\"}"], ["created_at", "2016-10-06 14:49:14.999279"], ["updated_at", "2016-10-06 14:49:14.999279"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam sint quia quam aliquam.\",\"text\":\"You can't program the sensor without parsing the virtual SCSI protocol!\"}"], ["created_at", "2016-10-06 14:49:15.000175"], ["updated_at", "2016-10-06 14:49:15.000175"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non in enim ipsum et exercitationem perspiciatis similique.\",\"text\":\"We need to navigate the haptic FTP program!\"}"], ["created_at", "2016-10-06 14:49:15.001289"], ["updated_at", "2016-10-06 14:49:15.001289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptas provident.\",\"text\":\"Quantifying the card won't do anything, we need to generate the primary smtp feed!\"}"], ["created_at", "2016-10-06 14:49:15.002467"], ["updated_at", "2016-10-06 14:49:15.002467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias expedita aut quidem est.\",\"text\":\"If we calculate the panel, we can get to the COM panel through the virtual HTTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.003371"], ["updated_at", "2016-10-06 14:49:15.003371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed aut fugiat voluptatem ea itaque.\",\"text\":\"If we program the circuit, we can get to the JBOD monitor through the online SMTP panel!\"}"], ["created_at", "2016-10-06 14:49:15.004287"], ["updated_at", "2016-10-06 14:49:15.004287"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam hic id eum incidunt quidem.\",\"text\":\"Transmitting the program won't do anything, we need to generate the primary adp port!\"}"], ["created_at", "2016-10-06 14:49:15.005174"], ["updated_at", "2016-10-06 14:49:15.005174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non mollitia et et ullam eum.\",\"text\":\"We need to synthesize the open-source IB array!\"}"], ["created_at", "2016-10-06 14:49:15.006060"], ["updated_at", "2016-10-06 14:49:15.006060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat rerum enim dolore.\",\"text\":\"Use the neural AI array, then you can quantify the multi-byte array!\"}"], ["created_at", "2016-10-06 14:49:15.006956"], ["updated_at", "2016-10-06 14:49:15.006956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur eum quis optio est dolorem pariatur incidunt.\",\"text\":\"If we copy the port, we can get to the JBOD application through the mobile HTTP matrix!\"}"], ["created_at", "2016-10-06 14:49:15.007841"], ["updated_at", "2016-10-06 14:49:15.007841"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae pariatur impedit ad.\",\"text\":\"Copying the bandwidth won't do anything, we need to connect the primary gb port!\"}"], ["created_at", "2016-10-06 14:49:15.008763"], ["updated_at", "2016-10-06 14:49:15.008763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure omnis earum.\",\"text\":\"We need to program the optical CSS firewall!\"}"], ["created_at", "2016-10-06 14:49:15.009638"], ["updated_at", "2016-10-06 14:49:15.009638"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque cum veritatis quis quasi unde ut ea.\",\"text\":\"We need to compress the cross-platform RSS pixel!\"}"], ["created_at", "2016-10-06 14:49:15.010522"], ["updated_at", "2016-10-06 14:49:15.010522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt velit consequatur aut.\",\"text\":\"You can't navigate the matrix without backing up the wireless CSS array!\"}"], ["created_at", "2016-10-06 14:49:15.011421"], ["updated_at", "2016-10-06 14:49:15.011421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt iusto et doloremque fuga.\",\"text\":\"We need to reboot the cross-platform TCP card!\"}"], ["created_at", "2016-10-06 14:49:15.012279"], ["updated_at", "2016-10-06 14:49:15.012279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim debitis dignissimos id asperiores nihil.\",\"text\":\"The CSS matrix is down, calculate the bluetooth hard drive so we can compress the XSS interface!\"}"], ["created_at", "2016-10-06 14:49:15.013137"], ["updated_at", "2016-10-06 14:49:15.013137"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis sit ut maiores vero.\",\"text\":\"Use the auxiliary XML bandwidth, then you can reboot the online circuit!\"}"], ["created_at", "2016-10-06 14:49:15.014002"], ["updated_at", "2016-10-06 14:49:15.014002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus ipsam sint deleniti amet iusto quia et.\",\"text\":\"If we program the pixel, we can get to the USB bandwidth through the auxiliary RAM interface!\"}"], ["created_at", "2016-10-06 14:49:15.014925"], ["updated_at", "2016-10-06 14:49:15.014925"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus et laborum quas aut quod amet.\",\"text\":\"You can't navigate the card without compressing the bluetooth COM monitor!\"}"], ["created_at", "2016-10-06 14:49:15.015784"], ["updated_at", "2016-10-06 14:49:15.015784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam in voluptatem.\",\"text\":\"We need to generate the neural SAS hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.016662"], ["updated_at", "2016-10-06 14:49:15.016662"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In quos dolorem rerum rem.\",\"text\":\"Try to generate the SQL hard drive, maybe it will index the digital interface!\"}"], ["created_at", "2016-10-06 14:49:15.017780"], ["updated_at", "2016-10-06 14:49:15.017780"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eos consequatur est sit repudiandae.\",\"text\":\"You can't override the hard drive without navigating the cross-platform FTP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.019027"], ["updated_at", "2016-10-06 14:49:15.019027"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et doloribus quasi.\",\"text\":\"We need to reboot the bluetooth PNG panel!\"}"], ["created_at", "2016-10-06 14:49:15.020013"], ["updated_at", "2016-10-06 14:49:15.020013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem dolorem omnis veritatis consequatur esse sit sint.\",\"text\":\"The SSL port is down, navigate the 1080p application so we can connect the RAM firewall!\"}"], ["created_at", "2016-10-06 14:49:15.020888"], ["updated_at", "2016-10-06 14:49:15.020888"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur quis mollitia dolore quod suscipit omnis.\",\"text\":\"Programming the bandwidth won't do anything, we need to copy the virtual pci capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.021771"], ["updated_at", "2016-10-06 14:49:15.021771"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea sed sit ex.\",\"text\":\"Try to input the SAS sensor, maybe it will parse the digital alarm!\"}"], ["created_at", "2016-10-06 14:49:15.022691"], ["updated_at", "2016-10-06 14:49:15.022691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit cum qui magni assumenda fugit quo quibusdam.\",\"text\":\"Use the optical JBOD protocol, then you can back up the cross-platform matrix!\"}"], ["created_at", "2016-10-06 14:49:15.023609"], ["updated_at", "2016-10-06 14:49:15.023609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel fugiat aliquid quo dicta.\",\"text\":\"We need to back up the virtual JSON port!\"}"], ["created_at", "2016-10-06 14:49:15.024497"], ["updated_at", "2016-10-06 14:49:15.024497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos qui laborum et officia aut autem deleniti.\",\"text\":\"I'll program the primary EXE sensor, that should panel the RAM hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.025386"], ["updated_at", "2016-10-06 14:49:15.025386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque tempora ipsam.\",\"text\":\"We need to quantify the online PCI sensor!\"}"], ["created_at", "2016-10-06 14:49:15.026320"], ["updated_at", "2016-10-06 14:49:15.026320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae maxime et labore.\",\"text\":\"I'll index the multi-byte EXE firewall, that should driver the XSS protocol!\"}"], ["created_at", "2016-10-06 14:49:15.027177"], ["updated_at", "2016-10-06 14:49:15.027177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste labore facilis aut.\",\"text\":\"I'll copy the multi-byte PNG capacitor, that should interface the RSS pixel!\"}"], ["created_at", "2016-10-06 14:49:15.028038"], ["updated_at", "2016-10-06 14:49:15.028038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim nihil quasi.\",\"text\":\"Indexing the driver won't do anything, we need to bypass the virtual json matrix!\"}"], ["created_at", "2016-10-06 14:49:15.028886"], ["updated_at", "2016-10-06 14:49:15.028886"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic ab expedita.\",\"text\":\"If we bypass the monitor, we can get to the IB alarm through the online EXE bus!\"}"], ["created_at", "2016-10-06 14:49:15.029729"], ["updated_at", "2016-10-06 14:49:15.029729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis veritatis reprehenderit consequatur nisi error non hic.\",\"text\":\"If we parse the program, we can get to the GB matrix through the auxiliary JSON monitor!\"}"], ["created_at", "2016-10-06 14:49:15.030646"], ["updated_at", "2016-10-06 14:49:15.030646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem perspiciatis iusto voluptatem distinctio.\",\"text\":\"We need to transmit the bluetooth IB protocol!\"}"], ["created_at", "2016-10-06 14:49:15.031525"], ["updated_at", "2016-10-06 14:49:15.031525"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero suscipit autem error fugiat.\",\"text\":\"I'll transmit the neural IB microchip, that should card the ADP panel!\"}"], ["created_at", "2016-10-06 14:49:15.032419"], ["updated_at", "2016-10-06 14:49:15.032419"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestiae neque quasi.\",\"text\":\"I'll synthesize the bluetooth USB capacitor, that should program the EXE hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.033301"], ["updated_at", "2016-10-06 14:49:15.033301"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum expedita fuga quisquam.\",\"text\":\"If we navigate the hard drive, we can get to the HDD monitor through the wireless COM matrix!\"}"], ["created_at", "2016-10-06 14:49:15.034469"], ["updated_at", "2016-10-06 14:49:15.034469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et autem eaque doloribus.\",\"text\":\"I'll quantify the multi-byte SMTP port, that should pixel the CSS card!\"}"], ["created_at", "2016-10-06 14:49:15.035662"], ["updated_at", "2016-10-06 14:49:15.035662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt aut voluptas quisquam.\",\"text\":\"I'll calculate the digital PCI port, that should program the SAS firewall!\"}"], ["created_at", "2016-10-06 14:49:15.036551"], ["updated_at", "2016-10-06 14:49:15.036551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum aperiam officiis sapiente ipsa.\",\"text\":\"Try to connect the CSS panel, maybe it will hack the back-end program!\"}"], ["created_at", "2016-10-06 14:49:15.037419"], ["updated_at", "2016-10-06 14:49:15.037419"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam repellendus est quia tenetur aspernatur.\",\"text\":\"If we quantify the circuit, we can get to the AGP program through the auxiliary SDD array!\"}"], ["created_at", "2016-10-06 14:49:15.038338"], ["updated_at", "2016-10-06 14:49:15.038338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut laudantium autem magnam molestiae explicabo eos.\",\"text\":\"We need to reboot the optical AI pixel!\"}"], ["created_at", "2016-10-06 14:49:15.039234"], ["updated_at", "2016-10-06 14:49:15.039234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ut nulla.\",\"text\":\"I'll compress the cross-platform IB sensor, that should system the SAS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.040130"], ["updated_at", "2016-10-06 14:49:15.040130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus ex omnis est.\",\"text\":\"I'll synthesize the digital COM port, that should interface the SCSI port!\"}"], ["created_at", "2016-10-06 14:49:15.041005"], ["updated_at", "2016-10-06 14:49:15.041005"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quidem delectus asperiores nobis quae.\",\"text\":\"Indexing the hard drive won't do anything, we need to hack the solid state com alarm!\"}"], ["created_at", "2016-10-06 14:49:15.041866"], ["updated_at", "2016-10-06 14:49:15.041866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur et asperiores consequuntur reprehenderit eos.\",\"text\":\"We need to synthesize the mobile COM alarm!\"}"], ["created_at", "2016-10-06 14:49:15.042796"], ["updated_at", "2016-10-06 14:49:15.042796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum eligendi qui accusamus quod velit.\",\"text\":\"Transmitting the pixel won't do anything, we need to navigate the redundant pci bus!\"}"], ["created_at", "2016-10-06 14:49:15.043645"], ["updated_at", "2016-10-06 14:49:15.043645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam quam eius ut numquam.\",\"text\":\"We need to synthesize the bluetooth COM feed!\"}"], ["created_at", "2016-10-06 14:49:15.044500"], ["updated_at", "2016-10-06 14:49:15.044500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe dolores aspernatur vitae aliquid.\",\"text\":\"If we quantify the feed, we can get to the JSON microchip through the virtual SDD panel!\"}"], ["created_at", "2016-10-06 14:49:15.045397"], ["updated_at", "2016-10-06 14:49:15.045397"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam est quia dolores ratione et ipsa.\",\"text\":\"The IB interface is down, bypass the 1080p monitor so we can bypass the PCI sensor!\"}"], ["created_at", "2016-10-06 14:49:15.046274"], ["updated_at", "2016-10-06 14:49:15.046274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit quibusdam quo repellat sunt.\",\"text\":\"Copying the port won't do anything, we need to program the neural ssl hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.047139"], ["updated_at", "2016-10-06 14:49:15.047139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit ipsam qui tenetur autem non.\",\"text\":\"Programming the sensor won't do anything, we need to program the auxiliary hdd bus!\"}"], ["created_at", "2016-10-06 14:49:15.048012"], ["updated_at", "2016-10-06 14:49:15.048012"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut vel veritatis sit ut assumenda et et.\",\"text\":\"We need to override the wireless SMTP sensor!\"}"], ["created_at", "2016-10-06 14:49:15.048887"], ["updated_at", "2016-10-06 14:49:15.048887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est recusandae nihil hic repudiandae.\",\"text\":\"The SMS microchip is down, compress the online feed so we can back up the XSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.049738"], ["updated_at", "2016-10-06 14:49:15.049738"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati eaque ut voluptatem porro nihil atque.\",\"text\":\"I'll connect the 1080p AGP application, that should interface the SMS alarm!\"}"], ["created_at", "2016-10-06 14:49:15.050731"], ["updated_at", "2016-10-06 14:49:15.050731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum dolor aut sed.\",\"text\":\"You can't copy the hard drive without calculating the redundant TCP circuit!\"}"], ["created_at", "2016-10-06 14:49:15.051981"], ["updated_at", "2016-10-06 14:49:15.051981"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur laboriosam laudantium maiores quae vel.\",\"text\":\"I'll hack the neural RSS port, that should bus the SCSI array!\"}"], ["created_at", "2016-10-06 14:49:15.052891"], ["updated_at", "2016-10-06 14:49:15.052891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum dolores architecto vel earum id et non.\",\"text\":\"Try to parse the JBOD monitor, maybe it will parse the solid state circuit!\"}"], ["created_at", "2016-10-06 14:49:15.053757"], ["updated_at", "2016-10-06 14:49:15.053757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore quos ut.\",\"text\":\"Use the redundant RAM bus, then you can hack the optical card!\"}"], ["created_at", "2016-10-06 14:49:15.054643"], ["updated_at", "2016-10-06 14:49:15.054643"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit est et sit sit ullam molestias eos.\",\"text\":\"Try to compress the JBOD hard drive, maybe it will generate the primary microchip!\"}"], ["created_at", "2016-10-06 14:49:15.055505"], ["updated_at", "2016-10-06 14:49:15.055505"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt reiciendis quod adipisci.\",\"text\":\"If we back up the monitor, we can get to the SSL driver through the optical EXE sensor!\"}"], ["created_at", "2016-10-06 14:49:15.056366"], ["updated_at", "2016-10-06 14:49:15.056366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod repudiandae nisi quia ut doloremque non perferendis.\",\"text\":\"Try to compress the PNG bus, maybe it will bypass the digital system!\"}"], ["created_at", "2016-10-06 14:49:15.057218"], ["updated_at", "2016-10-06 14:49:15.057218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quo quam quaerat atque ut.\",\"text\":\"We need to parse the haptic PCI driver!\"}"], ["created_at", "2016-10-06 14:49:15.058076"], ["updated_at", "2016-10-06 14:49:15.058076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure assumenda modi nihil.\",\"text\":\"The IB monitor is down, generate the virtual application so we can quantify the PCI application!\"}"], ["created_at", "2016-10-06 14:49:15.058985"], ["updated_at", "2016-10-06 14:49:15.058985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et harum et.\",\"text\":\"Use the bluetooth FTP firewall, then you can copy the primary application!\"}"], ["created_at", "2016-10-06 14:49:15.059871"], ["updated_at", "2016-10-06 14:49:15.059871"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus aut ut harum molestiae quod.\",\"text\":\"Parsing the sensor won't do anything, we need to transmit the primary png protocol!\"}"], ["created_at", "2016-10-06 14:49:15.060736"], ["updated_at", "2016-10-06 14:49:15.060736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque non dicta modi quidem nisi.\",\"text\":\"If we parse the application, we can get to the PNG bandwidth through the 1080p SSL card!\"}"], ["created_at", "2016-10-06 14:49:15.061590"], ["updated_at", "2016-10-06 14:49:15.061590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed fugiat iusto quaerat non porro voluptas quia.\",\"text\":\"We need to parse the back-end XML capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.062449"], ["updated_at", "2016-10-06 14:49:15.062449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat ut vel sit accusamus et.\",\"text\":\"Navigating the hard drive won't do anything, we need to input the auxiliary exe monitor!\"}"], ["created_at", "2016-10-06 14:49:15.063351"], ["updated_at", "2016-10-06 14:49:15.063351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur blanditiis velit repellendus molestiae rerum.\",\"text\":\"If we generate the port, we can get to the JSON circuit through the bluetooth RSS application!\"}"], ["created_at", "2016-10-06 14:49:15.064211"], ["updated_at", "2016-10-06 14:49:15.064211"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas doloribus itaque neque facilis inventore voluptatibus est.\",\"text\":\"The JBOD program is down, copy the 1080p microchip so we can reboot the JBOD matrix!\"}"], ["created_at", "2016-10-06 14:49:15.065110"], ["updated_at", "2016-10-06 14:49:15.065110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati ratione est ut officia ex et sint.\",\"text\":\"Try to quantify the JBOD driver, maybe it will synthesize the redundant port!\"}"], ["created_at", "2016-10-06 14:49:15.065983"], ["updated_at", "2016-10-06 14:49:15.065983"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In voluptatem dolorum sint quis aut.\",\"text\":\"Try to bypass the THX hard drive, maybe it will back up the open-source feed!\"}"], ["created_at", "2016-10-06 14:49:15.066861"], ["updated_at", "2016-10-06 14:49:15.066861"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo ipsam velit qui praesentium.\",\"text\":\"The SDD protocol is down, index the online array so we can input the PCI hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.068133"], ["updated_at", "2016-10-06 14:49:15.068133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut non animi expedita laborum.\",\"text\":\"Use the mobile XML array, then you can bypass the neural circuit!\"}"], ["created_at", "2016-10-06 14:49:15.069115"], ["updated_at", "2016-10-06 14:49:15.069115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam molestiae libero non.\",\"text\":\"Calculating the monitor won't do anything, we need to copy the redundant adp sensor!\"}"], ["created_at", "2016-10-06 14:49:15.070016"], ["updated_at", "2016-10-06 14:49:15.070016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam et alias possimus.\",\"text\":\"Try to connect the JSON monitor, maybe it will input the digital sensor!\"}"], ["created_at", "2016-10-06 14:49:15.070888"], ["updated_at", "2016-10-06 14:49:15.070888"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur nulla quo.\",\"text\":\"Compressing the interface won't do anything, we need to copy the digital sdd driver!\"}"], ["created_at", "2016-10-06 14:49:15.071781"], ["updated_at", "2016-10-06 14:49:15.071781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus harum eos aliquam.\",\"text\":\"Quantifying the feed won't do anything, we need to synthesize the multi-byte ssl capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.072750"], ["updated_at", "2016-10-06 14:49:15.072750"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias adipisci assumenda ut quis deleniti quaerat corporis.\",\"text\":\"Use the neural GB alarm, then you can transmit the open-source protocol!\"}"], ["created_at", "2016-10-06 14:49:15.073636"], ["updated_at", "2016-10-06 14:49:15.073636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat et delectus perferendis.\",\"text\":\"Try to navigate the ADP interface, maybe it will navigate the solid state driver!\"}"], ["created_at", "2016-10-06 14:49:15.074591"], ["updated_at", "2016-10-06 14:49:15.074591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam non blanditiis autem odio dignissimos.\",\"text\":\"Connecting the transmitter won't do anything, we need to quantify the solid state ftp program!\"}"], ["created_at", "2016-10-06 14:49:15.075488"], ["updated_at", "2016-10-06 14:49:15.075488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam recusandae voluptas.\",\"text\":\"You can't index the circuit without quantifying the back-end EXE firewall!\"}"], ["created_at", "2016-10-06 14:49:15.076343"], ["updated_at", "2016-10-06 14:49:15.076343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae esse repudiandae doloribus voluptatem qui harum.\",\"text\":\"If we copy the monitor, we can get to the JBOD capacitor through the online RSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.077198"], ["updated_at", "2016-10-06 14:49:15.077198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi eius alias iste cupiditate officiis.\",\"text\":\"You can't synthesize the bus without bypassing the wireless PNG firewall!\"}"], ["created_at", "2016-10-06 14:49:15.078147"], ["updated_at", "2016-10-06 14:49:15.078147"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quod eos.\",\"text\":\"If we calculate the firewall, we can get to the RAM firewall through the 1080p RSS microchip!\"}"], ["created_at", "2016-10-06 14:49:15.079038"], ["updated_at", "2016-10-06 14:49:15.079038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut minima assumenda sint repellendus sed.\",\"text\":\"We need to parse the open-source HDD card!\"}"], ["created_at", "2016-10-06 14:49:15.079897"], ["updated_at", "2016-10-06 14:49:15.079897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus voluptate quis tempore dignissimos libero.\",\"text\":\"Backing up the monitor won't do anything, we need to reboot the primary sms feed!\"}"], ["created_at", "2016-10-06 14:49:15.080746"], ["updated_at", "2016-10-06 14:49:15.080746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor voluptatem porro distinctio sequi cupiditate odio rerum.\",\"text\":\"Try to override the XSS microchip, maybe it will hack the virtual port!\"}"], ["created_at", "2016-10-06 14:49:15.081628"], ["updated_at", "2016-10-06 14:49:15.081628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur reiciendis quia eius.\",\"text\":\"If we compress the program, we can get to the PCI microchip through the cross-platform HDD port!\"}"], ["created_at", "2016-10-06 14:49:15.082499"], ["updated_at", "2016-10-06 14:49:15.082499"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et ut.\",\"text\":\"The THX bandwidth is down, transmit the auxiliary application so we can navigate the SCSI sensor!\"}"], ["created_at", "2016-10-06 14:49:15.083359"], ["updated_at", "2016-10-06 14:49:15.083359"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed molestiae aut voluptatibus sapiente.\",\"text\":\"I'll navigate the neural SMTP microchip, that should feed the AI capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.084531"], ["updated_at", "2016-10-06 14:49:15.084531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit magni sed sit aut natus porro.\",\"text\":\"Try to input the SMTP microchip, maybe it will copy the auxiliary bus!\"}"], ["created_at", "2016-10-06 14:49:15.085641"], ["updated_at", "2016-10-06 14:49:15.085641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum voluptas dolores est dolore odio id at.\",\"text\":\"I'll copy the wireless TCP interface, that should port the HTTP application!\"}"], ["created_at", "2016-10-06 14:49:15.086551"], ["updated_at", "2016-10-06 14:49:15.086551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum doloremque enim sit tempore.\",\"text\":\"You can't copy the feed without generating the primary JSON monitor!\"}"], ["created_at", "2016-10-06 14:49:15.087420"], ["updated_at", "2016-10-06 14:49:15.087420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta et et suscipit.\",\"text\":\"We need to bypass the 1080p HDD port!\"}"], ["created_at", "2016-10-06 14:49:15.088302"], ["updated_at", "2016-10-06 14:49:15.088302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae ipsa sint rerum mollitia non.\",\"text\":\"You can't calculate the panel without bypassing the mobile THX firewall!\"}"], ["created_at", "2016-10-06 14:49:15.089163"], ["updated_at", "2016-10-06 14:49:15.089163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere et sequi similique.\",\"text\":\"If we calculate the microchip, we can get to the XML bus through the virtual RAM application!\"}"], ["created_at", "2016-10-06 14:49:15.090026"], ["updated_at", "2016-10-06 14:49:15.090026"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit sint sit minus.\",\"text\":\"You can't hack the microchip without parsing the haptic ADP circuit!\"}"], ["created_at", "2016-10-06 14:49:15.090925"], ["updated_at", "2016-10-06 14:49:15.090925"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo asperiores dolorem nihil consequatur veritatis rem.\",\"text\":\"If we back up the hard drive, we can get to the XSS circuit through the optical AI port!\"}"], ["created_at", "2016-10-06 14:49:15.091795"], ["updated_at", "2016-10-06 14:49:15.091795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In rerum eligendi consectetur.\",\"text\":\"I'll transmit the multi-byte XSS protocol, that should hard drive the RSS circuit!\"}"], ["created_at", "2016-10-06 14:49:15.092676"], ["updated_at", "2016-10-06 14:49:15.092676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia ipsa excepturi eos labore omnis.\",\"text\":\"Try to connect the RAM alarm, maybe it will override the primary capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.093530"], ["updated_at", "2016-10-06 14:49:15.093530"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci quae recusandae tempora officia.\",\"text\":\"We need to transmit the auxiliary HDD array!\"}"], ["created_at", "2016-10-06 14:49:15.094421"], ["updated_at", "2016-10-06 14:49:15.094421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error facere eligendi cum similique sit.\",\"text\":\"Try to back up the HDD pixel, maybe it will parse the multi-byte interface!\"}"], ["created_at", "2016-10-06 14:49:15.095280"], ["updated_at", "2016-10-06 14:49:15.095280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias ut ad at labore sequi.\",\"text\":\"Try to reboot the CSS monitor, maybe it will copy the optical feed!\"}"], ["created_at", "2016-10-06 14:49:15.096135"], ["updated_at", "2016-10-06 14:49:15.096135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse alias dolore.\",\"text\":\"I'll reboot the bluetooth HTTP pixel, that should alarm the PNG circuit!\"}"], ["created_at", "2016-10-06 14:49:15.097010"], ["updated_at", "2016-10-06 14:49:15.097010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil nobis aut voluptatem et nam amet enim.\",\"text\":\"I'll generate the open-source AI transmitter, that should feed the FTP interface!\"}"], ["created_at", "2016-10-06 14:49:15.097877"], ["updated_at", "2016-10-06 14:49:15.097877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam nihil et harum neque.\",\"text\":\"You can't parse the protocol without programming the cross-platform SMTP interface!\"}"], ["created_at", "2016-10-06 14:49:15.098767"], ["updated_at", "2016-10-06 14:49:15.098767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates molestiae et.\",\"text\":\"The HDD firewall is down, bypass the redundant matrix so we can navigate the RSS matrix!\"}"], ["created_at", "2016-10-06 14:49:15.099652"], ["updated_at", "2016-10-06 14:49:15.099652"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati minus unde.\",\"text\":\"I'll input the redundant XSS circuit, that should transmitter the HTTP microchip!\"}"], ["created_at", "2016-10-06 14:49:15.100625"], ["updated_at", "2016-10-06 14:49:15.100625"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sapiente facere.\",\"text\":\"The EXE protocol is down, copy the wireless driver so we can calculate the FTP monitor!\"}"], ["created_at", "2016-10-06 14:49:15.101850"], ["updated_at", "2016-10-06 14:49:15.101850"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis eius explicabo nostrum.\",\"text\":\"You can't transmit the monitor without overriding the digital HDD panel!\"}"], ["created_at", "2016-10-06 14:49:15.102802"], ["updated_at", "2016-10-06 14:49:15.102802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quisquam autem.\",\"text\":\"You can't quantify the panel without hacking the 1080p THX hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.103668"], ["updated_at", "2016-10-06 14:49:15.103668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas est occaecati deserunt id perferendis rerum.\",\"text\":\"If we transmit the driver, we can get to the GB matrix through the open-source SDD bus!\"}"], ["created_at", "2016-10-06 14:49:15.104511"], ["updated_at", "2016-10-06 14:49:15.104511"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet qui et rerum temporibus.\",\"text\":\"Try to transmit the PNG port, maybe it will index the online interface!\"}"], ["created_at", "2016-10-06 14:49:15.105401"], ["updated_at", "2016-10-06 14:49:15.105401"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam illo rem dolores qui deleniti in.\",\"text\":\"We need to copy the open-source HDD system!\"}"], ["created_at", "2016-10-06 14:49:15.106312"], ["updated_at", "2016-10-06 14:49:15.106312"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam qui quis quia sint.\",\"text\":\"The TCP interface is down, bypass the auxiliary program so we can generate the PNG capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.107208"], ["updated_at", "2016-10-06 14:49:15.107208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum ipsam dolorem sunt et eius.\",\"text\":\"The XML sensor is down, index the optical matrix so we can input the SMTP alarm!\"}"], ["created_at", "2016-10-06 14:49:15.108058"], ["updated_at", "2016-10-06 14:49:15.108058"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non repellendus culpa vitae rerum assumenda.\",\"text\":\"If we compress the driver, we can get to the HTTP capacitor through the digital COM microchip!\"}"], ["created_at", "2016-10-06 14:49:15.108945"], ["updated_at", "2016-10-06 14:49:15.108945"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum ad nesciunt rerum debitis dolores earum.\",\"text\":\"I'll back up the online SQL alarm, that should transmitter the SDD panel!\"}"], ["created_at", "2016-10-06 14:49:15.109812"], ["updated_at", "2016-10-06 14:49:15.109812"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim quibusdam esse ut adipisci.\",\"text\":\"We need to copy the bluetooth THX application!\"}"], ["created_at", "2016-10-06 14:49:15.110701"], ["updated_at", "2016-10-06 14:49:15.110701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A suscipit et culpa ad sit commodi vero.\",\"text\":\"If we parse the bus, we can get to the RSS program through the mobile USB bus!\"}"], ["created_at", "2016-10-06 14:49:15.111594"], ["updated_at", "2016-10-06 14:49:15.111594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae qui vitae fugiat soluta amet velit.\",\"text\":\"Programming the circuit won't do anything, we need to index the neural tcp array!\"}"], ["created_at", "2016-10-06 14:49:15.112469"], ["updated_at", "2016-10-06 14:49:15.112469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In et officia cumque perspiciatis eum laudantium.\",\"text\":\"Try to generate the GB driver, maybe it will generate the cross-platform driver!\"}"], ["created_at", "2016-10-06 14:49:15.113314"], ["updated_at", "2016-10-06 14:49:15.113314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod mollitia expedita unde.\",\"text\":\"The PCI capacitor is down, compress the redundant circuit so we can parse the PNG microchip!\"}"], ["created_at", "2016-10-06 14:49:15.114207"], ["updated_at", "2016-10-06 14:49:15.114207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint aut exercitationem autem soluta.\",\"text\":\"The AI matrix is down, program the virtual bus so we can navigate the THX port!\"}"], ["created_at", "2016-10-06 14:49:15.115082"], ["updated_at", "2016-10-06 14:49:15.115082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptas laborum.\",\"text\":\"Hacking the bandwidth won't do anything, we need to transmit the bluetooth tcp microchip!\"}"], ["created_at", "2016-10-06 14:49:15.115932"], ["updated_at", "2016-10-06 14:49:15.115932"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum eum sunt fugiat voluptatum.\",\"text\":\"I'll copy the wireless EXE array, that should pixel the TCP application!\"}"], ["created_at", "2016-10-06 14:49:15.116813"], ["updated_at", "2016-10-06 14:49:15.116813"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus nesciunt nihil nemo a facere quis commodi.\",\"text\":\"Use the auxiliary ADP driver, then you can transmit the digital panel!\"}"], ["created_at", "2016-10-06 14:49:15.118108"], ["updated_at", "2016-10-06 14:49:15.118108"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id voluptatem veritatis maiores quia sit.\",\"text\":\"We need to hack the virtual IB feed!\"}"], ["created_at", "2016-10-06 14:49:15.119486"], ["updated_at", "2016-10-06 14:49:15.119486"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus ut cum veniam optio.\",\"text\":\"If we calculate the bandwidth, we can get to the IB driver through the open-source JSON application!\"}"], ["created_at", "2016-10-06 14:49:15.120819"], ["updated_at", "2016-10-06 14:49:15.120819"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis ea repellendus dolore tempore.\",\"text\":\"Use the bluetooth SCSI pixel, then you can reboot the bluetooth firewall!\"}"], ["created_at", "2016-10-06 14:49:15.123241"], ["updated_at", "2016-10-06 14:49:15.123241"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae qui libero.\",\"text\":\"Try to quantify the COM bus, maybe it will connect the neural monitor!\"}"], ["created_at", "2016-10-06 14:49:15.124747"], ["updated_at", "2016-10-06 14:49:15.124747"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur et quos aliquam qui.\",\"text\":\"Use the bluetooth CSS feed, then you can program the multi-byte program!\"}"], ["created_at", "2016-10-06 14:49:15.127519"], ["updated_at", "2016-10-06 14:49:15.127519"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere quia sed eos rerum reprehenderit.\",\"text\":\"If we navigate the feed, we can get to the XSS card through the multi-byte SMS transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.129189"], ["updated_at", "2016-10-06 14:49:15.129189"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae odio earum voluptatem molestiae amet dolores.\",\"text\":\"Connecting the program won't do anything, we need to copy the solid state sql system!\"}"], ["created_at", "2016-10-06 14:49:15.130167"], ["updated_at", "2016-10-06 14:49:15.130167"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam qui et est placeat eos at nam.\",\"text\":\"The SCSI capacitor is down, input the digital microchip so we can quantify the XML bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.131066"], ["updated_at", "2016-10-06 14:49:15.131066"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus omnis tempore harum alias.\",\"text\":\"Bypassing the matrix won't do anything, we need to calculate the online sms panel!\"}"], ["created_at", "2016-10-06 14:49:15.131930"], ["updated_at", "2016-10-06 14:49:15.131930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est eos sapiente quia ducimus.\",\"text\":\"We need to compress the redundant PNG bus!\"}"], ["created_at", "2016-10-06 14:49:15.132793"], ["updated_at", "2016-10-06 14:49:15.132793"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis fuga facilis ut necessitatibus quia.\",\"text\":\"Use the open-source FTP system, then you can back up the bluetooth system!\"}"], ["created_at", "2016-10-06 14:49:15.133841"], ["updated_at", "2016-10-06 14:49:15.133841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis hic eius rerum.\",\"text\":\"Try to compress the TCP circuit, maybe it will bypass the cross-platform feed!\"}"], ["created_at", "2016-10-06 14:49:15.135215"], ["updated_at", "2016-10-06 14:49:15.135215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid incidunt eum est.\",\"text\":\"Try to transmit the TCP feed, maybe it will calculate the redundant application!\"}"], ["created_at", "2016-10-06 14:49:15.136119"], ["updated_at", "2016-10-06 14:49:15.136119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis nisi pariatur.\",\"text\":\"I'll generate the 1080p XSS panel, that should card the JBOD capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.136994"], ["updated_at", "2016-10-06 14:49:15.136994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore odio sed laudantium error voluptas alias reiciendis.\",\"text\":\"You can't connect the port without connecting the primary AI matrix!\"}"], ["created_at", "2016-10-06 14:49:15.137863"], ["updated_at", "2016-10-06 14:49:15.137863"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium eum qui ab sed velit ducimus et.\",\"text\":\"The SCSI transmitter is down, copy the auxiliary program so we can compress the JBOD driver!\"}"], ["created_at", "2016-10-06 14:49:15.138755"], ["updated_at", "2016-10-06 14:49:15.138755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quas sunt omnis eaque aut praesentium quasi.\",\"text\":\"I'll input the back-end IB driver, that should capacitor the XSS feed!\"}"], ["created_at", "2016-10-06 14:49:15.139625"], ["updated_at", "2016-10-06 14:49:15.139625"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus sapiente rerum.\",\"text\":\"Try to calculate the JBOD matrix, maybe it will reboot the back-end monitor!\"}"], ["created_at", "2016-10-06 14:49:15.140560"], ["updated_at", "2016-10-06 14:49:15.140560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt est delectus eum nulla saepe nostrum odit.\",\"text\":\"The FTP sensor is down, compress the 1080p bandwidth so we can generate the FTP feed!\"}"], ["created_at", "2016-10-06 14:49:15.141451"], ["updated_at", "2016-10-06 14:49:15.141451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus et dolorum eos et.\",\"text\":\"If we bypass the matrix, we can get to the HTTP driver through the bluetooth AGP monitor!\"}"], ["created_at", "2016-10-06 14:49:15.142369"], ["updated_at", "2016-10-06 14:49:15.142369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores ut nostrum sit rem voluptatibus.\",\"text\":\"The HDD port is down, override the wireless pixel so we can connect the AGP feed!\"}"], ["created_at", "2016-10-06 14:49:15.143237"], ["updated_at", "2016-10-06 14:49:15.143237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni excepturi accusamus quasi ut eveniet veniam.\",\"text\":\"I'll synthesize the 1080p HDD card, that should interface the TCP firewall!\"}"], ["created_at", "2016-10-06 14:49:15.144102"], ["updated_at", "2016-10-06 14:49:15.144102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione fugit voluptatem et ut sunt tempora.\",\"text\":\"Try to bypass the JBOD card, maybe it will synthesize the mobile application!\"}"], ["created_at", "2016-10-06 14:49:15.144994"], ["updated_at", "2016-10-06 14:49:15.144994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum dolores hic aliquam architecto beatae.\",\"text\":\"The TCP port is down, quantify the neural capacitor so we can calculate the XML card!\"}"], ["created_at", "2016-10-06 14:49:15.145863"], ["updated_at", "2016-10-06 14:49:15.145863"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus sed necessitatibus neque adipisci ex repellat perferendis.\",\"text\":\"Use the primary USB microchip, then you can parse the redundant card!\"}"], ["created_at", "2016-10-06 14:49:15.146780"], ["updated_at", "2016-10-06 14:49:15.146780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi qui eaque ut placeat quam aut.\",\"text\":\"Try to compress the EXE application, maybe it will program the optical feed!\"}"], ["created_at", "2016-10-06 14:49:15.147650"], ["updated_at", "2016-10-06 14:49:15.147650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur magnam magni ex harum quos sit.\",\"text\":\"You can't quantify the program without calculating the cross-platform SSL program!\"}"], ["created_at", "2016-10-06 14:49:15.148552"], ["updated_at", "2016-10-06 14:49:15.148552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto ea explicabo optio est iure nihil.\",\"text\":\"I'll bypass the mobile XSS microchip, that should interface the SDD pixel!\"}"], ["created_at", "2016-10-06 14:49:15.149408"], ["updated_at", "2016-10-06 14:49:15.149408"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi a illo corporis earum velit.\",\"text\":\"Use the auxiliary PCI microchip, then you can quantify the multi-byte driver!\"}"], ["created_at", "2016-10-06 14:49:15.150304"], ["updated_at", "2016-10-06 14:49:15.150304"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate voluptatem facere nobis quam nam minus.\",\"text\":\"Transmitting the interface won't do anything, we need to program the bluetooth jbod protocol!\"}"], ["created_at", "2016-10-06 14:49:15.151673"], ["updated_at", "2016-10-06 14:49:15.151673"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga est harum rerum dolores odit.\",\"text\":\"Use the neural XSS array, then you can back up the bluetooth interface!\"}"], ["created_at", "2016-10-06 14:49:15.152638"], ["updated_at", "2016-10-06 14:49:15.152638"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quibusdam sunt.\",\"text\":\"Quantifying the driver won't do anything, we need to override the back-end jbod sensor!\"}"], ["created_at", "2016-10-06 14:49:15.153533"], ["updated_at", "2016-10-06 14:49:15.153533"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus et tempore cum.\",\"text\":\"Try to input the SMS transmitter, maybe it will parse the online firewall!\"}"], ["created_at", "2016-10-06 14:49:15.154392"], ["updated_at", "2016-10-06 14:49:15.154392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem tempore et velit doloribus occaecati.\",\"text\":\"The ADP driver is down, back up the redundant matrix so we can connect the SQL capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.155256"], ["updated_at", "2016-10-06 14:49:15.155256"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus vero libero earum.\",\"text\":\"I'll generate the digital HDD application, that should system the THX panel!\"}"], ["created_at", "2016-10-06 14:49:15.156110"], ["updated_at", "2016-10-06 14:49:15.156110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum molestiae eos molestiae esse sit iusto.\",\"text\":\"Use the digital PNG protocol, then you can input the wireless feed!\"}"], ["created_at", "2016-10-06 14:49:15.156975"], ["updated_at", "2016-10-06 14:49:15.156975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem nobis corporis recusandae ipsa et eaque facere.\",\"text\":\"The EXE matrix is down, generate the digital feed so we can connect the PNG feed!\"}"], ["created_at", "2016-10-06 14:49:15.157853"], ["updated_at", "2016-10-06 14:49:15.157853"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur placeat error at.\",\"text\":\"I'll quantify the cross-platform FTP bandwidth, that should driver the XML panel!\"}"], ["created_at", "2016-10-06 14:49:15.158759"], ["updated_at", "2016-10-06 14:49:15.158759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut optio enim.\",\"text\":\"I'll compress the multi-byte AI panel, that should bandwidth the AGP driver!\"}"], ["created_at", "2016-10-06 14:49:15.159614"], ["updated_at", "2016-10-06 14:49:15.159614"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui quis et et molestias.\",\"text\":\"Try to calculate the SQL firewall, maybe it will bypass the haptic bus!\"}"], ["created_at", "2016-10-06 14:49:15.160466"], ["updated_at", "2016-10-06 14:49:15.160466"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia est et autem voluptatem est.\",\"text\":\"We need to generate the optical XML pixel!\"}"], ["created_at", "2016-10-06 14:49:15.161328"], ["updated_at", "2016-10-06 14:49:15.161328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam dolorem corporis maiores aut quia qui quis.\",\"text\":\"The AGP bandwidth is down, bypass the multi-byte sensor so we can generate the THX pixel!\"}"], ["created_at", "2016-10-06 14:49:15.162177"], ["updated_at", "2016-10-06 14:49:15.162177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae maxime quae.\",\"text\":\"We need to connect the online SMTP firewall!\"}"], ["created_at", "2016-10-06 14:49:15.163048"], ["updated_at", "2016-10-06 14:49:15.163048"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores repudiandae eos et quia quae.\",\"text\":\"You can't hack the bus without backing up the wireless SCSI driver!\"}"], ["created_at", "2016-10-06 14:49:15.163895"], ["updated_at", "2016-10-06 14:49:15.163895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut similique necessitatibus eveniet in nisi sed.\",\"text\":\"The XSS firewall is down, compress the neural bus so we can reboot the HDD array!\"}"], ["created_at", "2016-10-06 14:49:15.164751"], ["updated_at", "2016-10-06 14:49:15.164751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum est id dolor perspiciatis.\",\"text\":\"We need to override the digital FTP microchip!\"}"], ["created_at", "2016-10-06 14:49:15.165640"], ["updated_at", "2016-10-06 14:49:15.165640"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi iste placeat ut harum nisi.\",\"text\":\"You can't compress the pixel without connecting the 1080p ADP transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.166504"], ["updated_at", "2016-10-06 14:49:15.166504"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa cumque natus non fuga.\",\"text\":\"Try to compress the THX feed, maybe it will calculate the back-end port!\"}"], ["created_at", "2016-10-06 14:49:15.167585"], ["updated_at", "2016-10-06 14:49:15.167585"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis hic assumenda ipsum sapiente.\",\"text\":\"Use the auxiliary EXE driver, then you can generate the haptic port!\"}"], ["created_at", "2016-10-06 14:49:15.168754"], ["updated_at", "2016-10-06 14:49:15.168754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem blanditiis neque saepe maxime sit rerum nihil.\",\"text\":\"If we synthesize the feed, we can get to the SCSI port through the bluetooth HDD capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.169639"], ["updated_at", "2016-10-06 14:49:15.169639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro neque quaerat consectetur.\",\"text\":\"I'll copy the optical IB circuit, that should protocol the SQL driver!\"}"], ["created_at", "2016-10-06 14:49:15.170507"], ["updated_at", "2016-10-06 14:49:15.170507"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum omnis dolore.\",\"text\":\"I'll bypass the auxiliary SMTP protocol, that should application the SCSI firewall!\"}"], ["created_at", "2016-10-06 14:49:15.171426"], ["updated_at", "2016-10-06 14:49:15.171426"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed eum sint quas et iure.\",\"text\":\"The IB interface is down, calculate the 1080p matrix so we can calculate the SCSI application!\"}"], ["created_at", "2016-10-06 14:49:15.172296"], ["updated_at", "2016-10-06 14:49:15.172296"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis sit et est commodi ut.\",\"text\":\"You can't compress the panel without backing up the online SMTP card!\"}"], ["created_at", "2016-10-06 14:49:15.173140"], ["updated_at", "2016-10-06 14:49:15.173140"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique dolores velit consequatur cum.\",\"text\":\"If we reboot the protocol, we can get to the RSS hard drive through the haptic XML array!\"}"], ["created_at", "2016-10-06 14:49:15.173986"], ["updated_at", "2016-10-06 14:49:15.173986"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint perferendis aut esse nihil.\",\"text\":\"We need to copy the haptic ADP bus!\"}"], ["created_at", "2016-10-06 14:49:15.174859"], ["updated_at", "2016-10-06 14:49:15.174859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi veniam quia.\",\"text\":\"Try to override the HTTP bus, maybe it will hack the digital matrix!\"}"], ["created_at", "2016-10-06 14:49:15.175809"], ["updated_at", "2016-10-06 14:49:15.175809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate aut minima cupiditate.\",\"text\":\"We need to generate the online HTTP program!\"}"], ["created_at", "2016-10-06 14:49:15.176692"], ["updated_at", "2016-10-06 14:49:15.176692"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum tempore eos.\",\"text\":\"Use the primary XML program, then you can navigate the bluetooth hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.177535"], ["updated_at", "2016-10-06 14:49:15.177535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis odio iusto occaecati sit.\",\"text\":\"Copying the interface won't do anything, we need to synthesize the multi-byte thx bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.178445"], ["updated_at", "2016-10-06 14:49:15.178445"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptas quasi et.\",\"text\":\"Use the optical GB capacitor, then you can calculate the redundant circuit!\"}"], ["created_at", "2016-10-06 14:49:15.179318"], ["updated_at", "2016-10-06 14:49:15.179318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque quibusdam dolores.\",\"text\":\"If we quantify the protocol, we can get to the SMTP program through the digital SCSI application!\"}"], ["created_at", "2016-10-06 14:49:15.180169"], ["updated_at", "2016-10-06 14:49:15.180169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium atque temporibus nesciunt voluptatem cum.\",\"text\":\"If we program the pixel, we can get to the AI application through the mobile HTTP microchip!\"}"], ["created_at", "2016-10-06 14:49:15.181050"], ["updated_at", "2016-10-06 14:49:15.181050"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis facere sapiente dignissimos.\",\"text\":\"We need to copy the digital SMTP array!\"}"], ["created_at", "2016-10-06 14:49:15.181905"], ["updated_at", "2016-10-06 14:49:15.181905"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia eaque enim quod et iste.\",\"text\":\"The AI array is down, parse the back-end circuit so we can calculate the ADP matrix!\"}"], ["created_at", "2016-10-06 14:49:15.182805"], ["updated_at", "2016-10-06 14:49:15.182805"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit sit eius.\",\"text\":\"Compressing the sensor won't do anything, we need to navigate the cross-platform exe hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.183747"], ["updated_at", "2016-10-06 14:49:15.183747"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam quo recusandae non voluptatem et.\",\"text\":\"Try to connect the CSS program, maybe it will override the redundant array!\"}"], ["created_at", "2016-10-06 14:49:15.185111"], ["updated_at", "2016-10-06 14:49:15.185111"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem iure veniam laboriosam pariatur quo sed cumque.\",\"text\":\"We need to back up the online THX monitor!\"}"], ["created_at", "2016-10-06 14:49:15.186538"], ["updated_at", "2016-10-06 14:49:15.186538"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem debitis molestiae voluptate animi.\",\"text\":\"Try to navigate the AGP protocol, maybe it will parse the auxiliary alarm!\"}"], ["created_at", "2016-10-06 14:49:15.187868"], ["updated_at", "2016-10-06 14:49:15.187868"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et soluta ipsam molestiae iste.\",\"text\":\"Try to index the JBOD transmitter, maybe it will back up the solid state bus!\"}"], ["created_at", "2016-10-06 14:49:15.189221"], ["updated_at", "2016-10-06 14:49:15.189221"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id rerum consectetur totam.\",\"text\":\"Bypassing the card won't do anything, we need to generate the digital thx bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.191201"], ["updated_at", "2016-10-06 14:49:15.191201"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed dolorem repellendus voluptates non voluptas quo quibusdam.\",\"text\":\"Try to connect the THX bus, maybe it will override the digital protocol!\"}"], ["created_at", "2016-10-06 14:49:15.193048"], ["updated_at", "2016-10-06 14:49:15.193048"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto voluptas nesciunt praesentium.\",\"text\":\"If we compress the interface, we can get to the PNG firewall through the redundant HDD interface!\"}"], ["created_at", "2016-10-06 14:49:15.194659"], ["updated_at", "2016-10-06 14:49:15.194659"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum aut pariatur.\",\"text\":\"We need to back up the mobile SQL monitor!\"}"], ["created_at", "2016-10-06 14:49:15.197281"], ["updated_at", "2016-10-06 14:49:15.197281"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur harum repudiandae atque temporibus.\",\"text\":\"Backing up the transmitter won't do anything, we need to reboot the digital sql transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.198890"], ["updated_at", "2016-10-06 14:49:15.198890"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore necessitatibus delectus.\",\"text\":\"If we transmit the bandwidth, we can get to the JBOD array through the open-source HDD application!\"}"], ["created_at", "2016-10-06 14:49:15.200083"], ["updated_at", "2016-10-06 14:49:15.200083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse a eos quia ea.\",\"text\":\"We need to hack the solid state USB port!\"}"], ["created_at", "2016-10-06 14:49:15.201495"], ["updated_at", "2016-10-06 14:49:15.201495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis placeat molestias ullam laudantium.\",\"text\":\"I'll parse the cross-platform SQL bandwidth, that should panel the HDD array!\"}"], ["created_at", "2016-10-06 14:49:15.202495"], ["updated_at", "2016-10-06 14:49:15.202495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis enim et ducimus voluptatem nihil aspernatur atque.\",\"text\":\"Use the back-end RAM card, then you can back up the primary panel!\"}"], ["created_at", "2016-10-06 14:49:15.203407"], ["updated_at", "2016-10-06 14:49:15.203407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est nisi et quasi.\",\"text\":\"Backing up the interface won't do anything, we need to transmit the back-end json system!\"}"], ["created_at", "2016-10-06 14:49:15.204291"], ["updated_at", "2016-10-06 14:49:15.204291"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab quis accusantium porro earum debitis eos sequi.\",\"text\":\"Calculating the program won't do anything, we need to bypass the neural json interface!\"}"], ["created_at", "2016-10-06 14:49:15.205189"], ["updated_at", "2016-10-06 14:49:15.205189"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione nam provident voluptas dolorem voluptatem velit.\",\"text\":\"Try to transmit the USB bus, maybe it will compress the online driver!\"}"], ["created_at", "2016-10-06 14:49:15.206080"], ["updated_at", "2016-10-06 14:49:15.206080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas et quasi sit ut minima iure sunt.\",\"text\":\"Try to calculate the PNG capacitor, maybe it will back up the solid state capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.206998"], ["updated_at", "2016-10-06 14:49:15.206998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero dolores vel.\",\"text\":\"Use the digital RSS card, then you can calculate the bluetooth matrix!\"}"], ["created_at", "2016-10-06 14:49:15.207865"], ["updated_at", "2016-10-06 14:49:15.207865"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam velit sit ab aut explicabo assumenda.\",\"text\":\"I'll index the neural XML circuit, that should interface the CSS bus!\"}"], ["created_at", "2016-10-06 14:49:15.208726"], ["updated_at", "2016-10-06 14:49:15.208726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea odit odio ea deserunt blanditiis rerum harum.\",\"text\":\"If we generate the port, we can get to the JSON port through the haptic PCI monitor!\"}"], ["created_at", "2016-10-06 14:49:15.209624"], ["updated_at", "2016-10-06 14:49:15.209624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate perspiciatis iste pariatur et facere culpa occaecati.\",\"text\":\"If we synthesize the pixel, we can get to the COM capacitor through the online SMTP pixel!\"}"], ["created_at", "2016-10-06 14:49:15.210513"], ["updated_at", "2016-10-06 14:49:15.210513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex cumque quaerat est magni nihil.\",\"text\":\"Quantifying the card won't do anything, we need to input the back-end ssl alarm!\"}"], ["created_at", "2016-10-06 14:49:15.211407"], ["updated_at", "2016-10-06 14:49:15.211407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente vitae ex.\",\"text\":\"I'll transmit the mobile XML driver, that should card the CSS driver!\"}"], ["created_at", "2016-10-06 14:49:15.212260"], ["updated_at", "2016-10-06 14:49:15.212260"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio sint perspiciatis maiores veritatis.\",\"text\":\"We need to copy the mobile PNG panel!\"}"], ["created_at", "2016-10-06 14:49:15.213136"], ["updated_at", "2016-10-06 14:49:15.213136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil eveniet consectetur cumque mollitia aut nemo.\",\"text\":\"The ADP capacitor is down, back up the 1080p card so we can parse the GB application!\"}"], ["created_at", "2016-10-06 14:49:15.213982"], ["updated_at", "2016-10-06 14:49:15.213982"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem necessitatibus quo sunt.\",\"text\":\"Bypassing the microchip won't do anything, we need to quantify the digital pci system!\"}"], ["created_at", "2016-10-06 14:49:15.214883"], ["updated_at", "2016-10-06 14:49:15.214883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam provident maxime rerum.\",\"text\":\"You can't bypass the alarm without connecting the primary SAS card!\"}"], ["created_at", "2016-10-06 14:49:15.215746"], ["updated_at", "2016-10-06 14:49:15.215746"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus totam sed molestiae et.\",\"text\":\"If we connect the firewall, we can get to the COM panel through the neural IB bus!\"}"], ["created_at", "2016-10-06 14:49:15.216618"], ["updated_at", "2016-10-06 14:49:15.216618"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis illo aut quia at.\",\"text\":\"Indexing the bus won't do anything, we need to bypass the redundant sql interface!\"}"], ["created_at", "2016-10-06 14:49:15.217858"], ["updated_at", "2016-10-06 14:49:15.217858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad ex ratione ut quia sed quibusdam.\",\"text\":\"You can't reboot the driver without bypassing the primary ADP protocol!\"}"], ["created_at", "2016-10-06 14:49:15.219023"], ["updated_at", "2016-10-06 14:49:15.219023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sint voluptatem.\",\"text\":\"We need to copy the digital SMS matrix!\"}"], ["created_at", "2016-10-06 14:49:15.220004"], ["updated_at", "2016-10-06 14:49:15.220004"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit non libero voluptatem.\",\"text\":\"Quantifying the capacitor won't do anything, we need to transmit the 1080p exe alarm!\"}"], ["created_at", "2016-10-06 14:49:15.220889"], ["updated_at", "2016-10-06 14:49:15.220889"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem fugit odio quia modi aut repudiandae.\",\"text\":\"You can't transmit the protocol without transmitting the virtual ADP circuit!\"}"], ["created_at", "2016-10-06 14:49:15.221839"], ["updated_at", "2016-10-06 14:49:15.221839"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum ea id.\",\"text\":\"Try to hack the TCP matrix, maybe it will back up the neural feed!\"}"], ["created_at", "2016-10-06 14:49:15.222751"], ["updated_at", "2016-10-06 14:49:15.222751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem suscipit quos placeat.\",\"text\":\"I'll compress the optical FTP feed, that should capacitor the RAM application!\"}"], ["created_at", "2016-10-06 14:49:15.223663"], ["updated_at", "2016-10-06 14:49:15.223663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est doloremque aliquid laudantium est velit.\",\"text\":\"I'll copy the primary SMTP microchip, that should feed the CSS protocol!\"}"], ["created_at", "2016-10-06 14:49:15.224523"], ["updated_at", "2016-10-06 14:49:15.224523"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam consequatur labore sed corrupti non mollitia quia.\",\"text\":\"Synthesizing the pixel won't do anything, we need to override the wireless json bus!\"}"], ["created_at", "2016-10-06 14:49:15.225399"], ["updated_at", "2016-10-06 14:49:15.225399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut harum qui vel quisquam similique fugit.\",\"text\":\"Use the mobile SMS sensor, then you can bypass the online interface!\"}"], ["created_at", "2016-10-06 14:49:15.226292"], ["updated_at", "2016-10-06 14:49:15.226292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis recusandae aut.\",\"text\":\"If we input the protocol, we can get to the PCI program through the solid state SMS system!\"}"], ["created_at", "2016-10-06 14:49:15.227160"], ["updated_at", "2016-10-06 14:49:15.227160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non dolorem et harum at quasi modi.\",\"text\":\"You can't compress the firewall without overriding the 1080p RAM array!\"}"], ["created_at", "2016-10-06 14:49:15.228025"], ["updated_at", "2016-10-06 14:49:15.228025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur autem ea eum.\",\"text\":\"You can't bypass the capacitor without connecting the mobile JBOD circuit!\"}"], ["created_at", "2016-10-06 14:49:15.228913"], ["updated_at", "2016-10-06 14:49:15.228913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore nostrum consectetur.\",\"text\":\"Try to program the XSS hard drive, maybe it will compress the 1080p port!\"}"], ["created_at", "2016-10-06 14:49:15.229770"], ["updated_at", "2016-10-06 14:49:15.229770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum ullam dolor exercitationem odio.\",\"text\":\"Navigating the bandwidth won't do anything, we need to quantify the back-end xml transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.230685"], ["updated_at", "2016-10-06 14:49:15.230685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias dignissimos aut praesentium sed.\",\"text\":\"Use the mobile XSS pixel, then you can navigate the wireless program!\"}"], ["created_at", "2016-10-06 14:49:15.231555"], ["updated_at", "2016-10-06 14:49:15.231555"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus est aut iusto ut.\",\"text\":\"If we compress the pixel, we can get to the TCP capacitor through the digital THX port!\"}"], ["created_at", "2016-10-06 14:49:15.232461"], ["updated_at", "2016-10-06 14:49:15.232461"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem unde magnam omnis dolorum pariatur.\",\"text\":\"Use the virtual TCP capacitor, then you can connect the digital protocol!\"}"], ["created_at", "2016-10-06 14:49:15.233330"], ["updated_at", "2016-10-06 14:49:15.233330"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat numquam explicabo sed ut.\",\"text\":\"I'll back up the optical SCSI port, that should array the AGP array!\"}"], ["created_at", "2016-10-06 14:49:15.234608"], ["updated_at", "2016-10-06 14:49:15.234608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut itaque occaecati quod mollitia maxime vitae.\",\"text\":\"Use the neural USB bandwidth, then you can compress the neural port!\"}"], ["created_at", "2016-10-06 14:49:15.235630"], ["updated_at", "2016-10-06 14:49:15.235630"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut minima est enim et maiores saepe.\",\"text\":\"Try to connect the SQL monitor, maybe it will connect the multi-byte card!\"}"], ["created_at", "2016-10-06 14:49:15.236507"], ["updated_at", "2016-10-06 14:49:15.236507"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit eos labore fugit quae veniam magnam.\",\"text\":\"We need to parse the online FTP system!\"}"], ["created_at", "2016-10-06 14:49:15.237392"], ["updated_at", "2016-10-06 14:49:15.237392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ut sit culpa quos ex.\",\"text\":\"I'll back up the mobile USB card, that should protocol the AGP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.238269"], ["updated_at", "2016-10-06 14:49:15.238269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo possimus nisi necessitatibus consequatur adipisci eaque incidunt.\",\"text\":\"Try to back up the CSS capacitor, maybe it will bypass the neural bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.239123"], ["updated_at", "2016-10-06 14:49:15.239123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi autem dolor tempora sit quo sapiente sed.\",\"text\":\"Backing up the interface won't do anything, we need to index the primary hdd sensor!\"}"], ["created_at", "2016-10-06 14:49:15.240006"], ["updated_at", "2016-10-06 14:49:15.240006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto consequuntur vel mollitia nulla sequi aut.\",\"text\":\"Use the redundant XML firewall, then you can override the digital alarm!\"}"], ["created_at", "2016-10-06 14:49:15.240913"], ["updated_at", "2016-10-06 14:49:15.240913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse recusandae quae aut minus et odio.\",\"text\":\"Programming the firewall won't do anything, we need to back up the neural ib array!\"}"], ["created_at", "2016-10-06 14:49:15.241833"], ["updated_at", "2016-10-06 14:49:15.241833"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est vel dolores incidunt sed aut deleniti.\",\"text\":\"I'll transmit the redundant HDD matrix, that should microchip the IB application!\"}"], ["created_at", "2016-10-06 14:49:15.242750"], ["updated_at", "2016-10-06 14:49:15.242750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus voluptatem quis veniam laboriosam dolor dolorem.\",\"text\":\"You can't parse the transmitter without quantifying the mobile XML application!\"}"], ["created_at", "2016-10-06 14:49:15.243613"], ["updated_at", "2016-10-06 14:49:15.243613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est officiis illum rem distinctio sit eius.\",\"text\":\"We need to synthesize the mobile TCP port!\"}"], ["created_at", "2016-10-06 14:49:15.244462"], ["updated_at", "2016-10-06 14:49:15.244462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure quia praesentium dolorem.\",\"text\":\"The TCP bus is down, synthesize the online transmitter so we can bypass the EXE capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.245314"], ["updated_at", "2016-10-06 14:49:15.245314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum itaque incidunt nulla illo enim ratione.\",\"text\":\"Use the mobile PNG alarm, then you can back up the neural bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.246189"], ["updated_at", "2016-10-06 14:49:15.246189"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil sed optio illum dolor quibusdam.\",\"text\":\"The SSL bandwidth is down, reboot the primary monitor so we can hack the XSS application!\"}"], ["created_at", "2016-10-06 14:49:15.247062"], ["updated_at", "2016-10-06 14:49:15.247062"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo et omnis et similique nobis tempora ut.\",\"text\":\"Try to input the GB protocol, maybe it will parse the mobile program!\"}"], ["created_at", "2016-10-06 14:49:15.247917"], ["updated_at", "2016-10-06 14:49:15.247917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis qui iure enim dignissimos ea.\",\"text\":\"We need to input the 1080p XML panel!\"}"], ["created_at", "2016-10-06 14:49:15.248773"], ["updated_at", "2016-10-06 14:49:15.248773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas et rerum sit cupiditate.\",\"text\":\"We need to input the neural TCP microchip!\"}"], ["created_at", "2016-10-06 14:49:15.249614"], ["updated_at", "2016-10-06 14:49:15.249614"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aliquam natus alias omnis magni ut accusantium.\",\"text\":\"The SDD capacitor is down, compress the optical array so we can navigate the USB program!\"}"], ["created_at", "2016-10-06 14:49:15.250672"], ["updated_at", "2016-10-06 14:49:15.250672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem dolores ea.\",\"text\":\"Quantifying the capacitor won't do anything, we need to reboot the auxiliary exe card!\"}"], ["created_at", "2016-10-06 14:49:15.251886"], ["updated_at", "2016-10-06 14:49:15.251886"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem et dolores blanditiis nihil placeat tempore quam.\",\"text\":\"I'll compress the digital SCSI transmitter, that should capacitor the SAS system!\"}"], ["created_at", "2016-10-06 14:49:15.252794"], ["updated_at", "2016-10-06 14:49:15.252794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et deleniti quidem aut.\",\"text\":\"Try to synthesize the CSS bandwidth, maybe it will reboot the virtual pixel!\"}"], ["created_at", "2016-10-06 14:49:15.253656"], ["updated_at", "2016-10-06 14:49:15.253656"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga vel necessitatibus natus quod dolorum aut rerum.\",\"text\":\"I'll reboot the bluetooth THX panel, that should matrix the XML panel!\"}"], ["created_at", "2016-10-06 14:49:15.254516"], ["updated_at", "2016-10-06 14:49:15.254516"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore eos velit et omnis commodi nisi possimus.\",\"text\":\"You can't program the array without generating the primary RSS array!\"}"], ["created_at", "2016-10-06 14:49:15.255364"], ["updated_at", "2016-10-06 14:49:15.255364"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum eum ut iure blanditiis.\",\"text\":\"You can't back up the panel without connecting the open-source CSS port!\"}"], ["created_at", "2016-10-06 14:49:15.256244"], ["updated_at", "2016-10-06 14:49:15.256244"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui expedita quo doloribus maiores id officiis.\",\"text\":\"Try to parse the CSS alarm, maybe it will override the haptic firewall!\"}"], ["created_at", "2016-10-06 14:49:15.257105"], ["updated_at", "2016-10-06 14:49:15.257105"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia optio ut eum sunt voluptas.\",\"text\":\"I'll back up the multi-byte PNG transmitter, that should bandwidth the SSL matrix!\"}"], ["created_at", "2016-10-06 14:49:15.257959"], ["updated_at", "2016-10-06 14:49:15.257959"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde vero rerum.\",\"text\":\"You can't generate the sensor without programming the bluetooth XSS application!\"}"], ["created_at", "2016-10-06 14:49:15.258832"], ["updated_at", "2016-10-06 14:49:15.258832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad velit quis libero occaecati.\",\"text\":\"You can't quantify the program without calculating the neural AGP microchip!\"}"], ["created_at", "2016-10-06 14:49:15.259716"], ["updated_at", "2016-10-06 14:49:15.259716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae voluptatem dolore optio.\",\"text\":\"The GB capacitor is down, synthesize the digital system so we can hack the AI pixel!\"}"], ["created_at", "2016-10-06 14:49:15.260572"], ["updated_at", "2016-10-06 14:49:15.260572"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis optio impedit.\",\"text\":\"Use the 1080p HDD driver, then you can quantify the bluetooth hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.261425"], ["updated_at", "2016-10-06 14:49:15.261425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil occaecati dolor est veniam voluptatum.\",\"text\":\"I'll synthesize the auxiliary IB capacitor, that should alarm the XSS pixel!\"}"], ["created_at", "2016-10-06 14:49:15.262296"], ["updated_at", "2016-10-06 14:49:15.262296"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto similique et error facere vel consequatur.\",\"text\":\"Use the neural RSS capacitor, then you can program the virtual card!\"}"], ["created_at", "2016-10-06 14:49:15.263146"], ["updated_at", "2016-10-06 14:49:15.263146"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel cum voluptatem mollitia distinctio.\",\"text\":\"If we parse the feed, we can get to the SMTP system through the wireless AI capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.264008"], ["updated_at", "2016-10-06 14:49:15.264008"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed id quis quod recusandae.\",\"text\":\"Use the digital SMTP capacitor, then you can calculate the open-source monitor!\"}"], ["created_at", "2016-10-06 14:49:15.264895"], ["updated_at", "2016-10-06 14:49:15.264895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et velit corporis.\",\"text\":\"The HDD array is down, parse the redundant panel so we can back up the GB hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.265762"], ["updated_at", "2016-10-06 14:49:15.265762"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia nihil possimus.\",\"text\":\"Transmitting the capacitor won't do anything, we need to back up the haptic gb capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.266685"], ["updated_at", "2016-10-06 14:49:15.266685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque culpa a qui molestiae.\",\"text\":\"We need to index the solid state COM microchip!\"}"], ["created_at", "2016-10-06 14:49:15.268012"], ["updated_at", "2016-10-06 14:49:15.268012"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus necessitatibus ratione ipsa aliquid quia impedit.\",\"text\":\"I'll hack the mobile TCP firewall, that should feed the SMS application!\"}"], ["created_at", "2016-10-06 14:49:15.269005"], ["updated_at", "2016-10-06 14:49:15.269005"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam nisi sint hic deserunt.\",\"text\":\"I'll reboot the online PNG port, that should card the PCI sensor!\"}"], ["created_at", "2016-10-06 14:49:15.269877"], ["updated_at", "2016-10-06 14:49:15.269877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi omnis excepturi modi nulla at et.\",\"text\":\"We need to hack the mobile JBOD port!\"}"], ["created_at", "2016-10-06 14:49:15.270774"], ["updated_at", "2016-10-06 14:49:15.270774"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et quisquam rem quia aperiam autem dignissimos.\",\"text\":\"If we generate the system, we can get to the HTTP feed through the online HDD hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.271673"], ["updated_at", "2016-10-06 14:49:15.271673"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse exercitationem illum amet aut ut ab.\",\"text\":\"Programming the monitor won't do anything, we need to hack the neural xml matrix!\"}"], ["created_at", "2016-10-06 14:49:15.272658"], ["updated_at", "2016-10-06 14:49:15.272658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At est qui recusandae ea dolorum molestias.\",\"text\":\"You can't bypass the panel without programming the digital RSS system!\"}"], ["created_at", "2016-10-06 14:49:15.273546"], ["updated_at", "2016-10-06 14:49:15.273546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi ab ipsum consequatur.\",\"text\":\"We need to program the bluetooth SQL program!\"}"], ["created_at", "2016-10-06 14:49:15.274458"], ["updated_at", "2016-10-06 14:49:15.274458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel animi nisi sed.\",\"text\":\"Try to synthesize the AGP driver, maybe it will quantify the auxiliary bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.275368"], ["updated_at", "2016-10-06 14:49:15.275368"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis quis laborum ut repellendus.\",\"text\":\"Try to generate the CSS card, maybe it will calculate the 1080p driver!\"}"], ["created_at", "2016-10-06 14:49:15.276242"], ["updated_at", "2016-10-06 14:49:15.276242"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ipsum iure temporibus incidunt et aliquid.\",\"text\":\"The ADP panel is down, override the back-end application so we can input the SDD microchip!\"}"], ["created_at", "2016-10-06 14:49:15.277099"], ["updated_at", "2016-10-06 14:49:15.277099"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem veniam facere aut et.\",\"text\":\"If we copy the application, we can get to the EXE bus through the digital JBOD port!\"}"], ["created_at", "2016-10-06 14:49:15.277966"], ["updated_at", "2016-10-06 14:49:15.277966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod ut rerum voluptatem consequatur qui eaque.\",\"text\":\"I'll parse the 1080p SQL transmitter, that should monitor the CSS matrix!\"}"], ["created_at", "2016-10-06 14:49:15.278823"], ["updated_at", "2016-10-06 14:49:15.278823"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil ea incidunt doloribus magnam quam.\",\"text\":\"We need to hack the multi-byte SMTP pixel!\"}"], ["created_at", "2016-10-06 14:49:15.279696"], ["updated_at", "2016-10-06 14:49:15.279696"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi aliquam accusamus itaque recusandae qui voluptates.\",\"text\":\"We need to back up the solid state SAS application!\"}"], ["created_at", "2016-10-06 14:49:15.280573"], ["updated_at", "2016-10-06 14:49:15.280573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis quisquam est quas officia soluta iusto.\",\"text\":\"You can't transmit the matrix without navigating the cross-platform USB transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.281431"], ["updated_at", "2016-10-06 14:49:15.281431"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque sunt laudantium ea aliquid corrupti.\",\"text\":\"Programming the monitor won't do anything, we need to bypass the bluetooth usb circuit!\"}"], ["created_at", "2016-10-06 14:49:15.282338"], ["updated_at", "2016-10-06 14:49:15.282338"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum aut esse.\",\"text\":\"If we back up the feed, we can get to the XSS alarm through the haptic EXE pixel!\"}"], ["created_at", "2016-10-06 14:49:15.283239"], ["updated_at", "2016-10-06 14:49:15.283239"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas at asperiores voluptas laudantium corporis.\",\"text\":\"The XML feed is down, reboot the optical port so we can reboot the JSON driver!\"}"], ["created_at", "2016-10-06 14:49:15.284438"], ["updated_at", "2016-10-06 14:49:15.284438"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum eveniet qui eaque est aliquid quae voluptate.\",\"text\":\"You can't copy the system without generating the digital RAM program!\"}"], ["created_at", "2016-10-06 14:49:15.285752"], ["updated_at", "2016-10-06 14:49:15.285752"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et iure veniam voluptas quos voluptatem et.\",\"text\":\"We need to hack the cross-platform HDD feed!\"}"], ["created_at", "2016-10-06 14:49:15.287085"], ["updated_at", "2016-10-06 14:49:15.287085"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates totam a quaerat.\",\"text\":\"You can't copy the feed without programming the solid state TCP interface!\"}"], ["created_at", "2016-10-06 14:49:15.289417"], ["updated_at", "2016-10-06 14:49:15.289417"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus dolores fugit quibusdam sunt non sed.\",\"text\":\"Overriding the bus won't do anything, we need to back up the wireless tcp interface!\"}"], ["created_at", "2016-10-06 14:49:15.291369"], ["updated_at", "2016-10-06 14:49:15.291369"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui tempore quo.\",\"text\":\"Use the primary AGP bandwidth, then you can input the wireless program!\"}"], ["created_at", "2016-10-06 14:49:15.294245"], ["updated_at", "2016-10-06 14:49:15.294245"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur sint nostrum aperiam.\",\"text\":\"Try to copy the FTP feed, maybe it will parse the haptic firewall!\"}"], ["created_at", "2016-10-06 14:49:15.295571"], ["updated_at", "2016-10-06 14:49:15.295571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta quo odio sed modi.\",\"text\":\"Try to program the SCSI monitor, maybe it will compress the redundant system!\"}"], ["created_at", "2016-10-06 14:49:15.296563"], ["updated_at", "2016-10-06 14:49:15.296563"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi ex eligendi culpa cupiditate rerum ipsum perspiciatis.\",\"text\":\"If we program the driver, we can get to the RAM hard drive through the haptic AGP port!\"}"], ["created_at", "2016-10-06 14:49:15.297424"], ["updated_at", "2016-10-06 14:49:15.297424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea officia maxime dignissimos.\",\"text\":\"The IB alarm is down, back up the optical microchip so we can connect the SMS capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.298312"], ["updated_at", "2016-10-06 14:49:15.298312"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut deleniti consequatur.\",\"text\":\"If we copy the interface, we can get to the GB application through the auxiliary FTP capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.299191"], ["updated_at", "2016-10-06 14:49:15.299191"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum adipisci et ad aliquam qui ut.\",\"text\":\"If we program the pixel, we can get to the HTTP panel through the mobile PCI hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.300171"], ["updated_at", "2016-10-06 14:49:15.300171"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam voluptas consequuntur ab eum excepturi numquam.\",\"text\":\"You can't navigate the alarm without overriding the optical PNG bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.301537"], ["updated_at", "2016-10-06 14:49:15.301537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel itaque deleniti delectus qui magnam ab.\",\"text\":\"Try to connect the EXE microchip, maybe it will override the open-source capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.302489"], ["updated_at", "2016-10-06 14:49:15.302489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex numquam nobis exercitationem.\",\"text\":\"Use the wireless HDD interface, then you can parse the multi-byte program!\"}"], ["created_at", "2016-10-06 14:49:15.303355"], ["updated_at", "2016-10-06 14:49:15.303355"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda velit esse ut ipsa est.\",\"text\":\"You can't copy the feed without calculating the solid state HDD panel!\"}"], ["created_at", "2016-10-06 14:49:15.304214"], ["updated_at", "2016-10-06 14:49:15.304214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dolor fugiat autem id aspernatur architecto.\",\"text\":\"You can't transmit the port without backing up the 1080p XSS transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.305059"], ["updated_at", "2016-10-06 14:49:15.305059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi nulla distinctio ex.\",\"text\":\"I'll synthesize the redundant SDD monitor, that should capacitor the JSON bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.305897"], ["updated_at", "2016-10-06 14:49:15.305897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique dolorem doloremque et.\",\"text\":\"If we navigate the driver, we can get to the COM capacitor through the virtual RAM capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.306807"], ["updated_at", "2016-10-06 14:49:15.306807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem beatae ipsa autem laborum ut.\",\"text\":\"We need to compress the cross-platform COM application!\"}"], ["created_at", "2016-10-06 14:49:15.307686"], ["updated_at", "2016-10-06 14:49:15.307686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea alias et omnis.\",\"text\":\"If we back up the alarm, we can get to the RSS application through the auxiliary TCP hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.308564"], ["updated_at", "2016-10-06 14:49:15.308564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ut illum quae et.\",\"text\":\"The RSS protocol is down, navigate the solid state transmitter so we can override the THX hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.309446"], ["updated_at", "2016-10-06 14:49:15.309446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum dolor maxime aut quia nihil veniam.\",\"text\":\"If we synthesize the sensor, we can get to the EXE bandwidth through the haptic FTP feed!\"}"], ["created_at", "2016-10-06 14:49:15.310334"], ["updated_at", "2016-10-06 14:49:15.310334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil placeat est sit facere praesentium.\",\"text\":\"Synthesizing the panel won't do anything, we need to synthesize the wireless tcp capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.311218"], ["updated_at", "2016-10-06 14:49:15.311218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga sint quam laboriosam.\",\"text\":\"The XML feed is down, bypass the cross-platform matrix so we can copy the TCP microchip!\"}"], ["created_at", "2016-10-06 14:49:15.312072"], ["updated_at", "2016-10-06 14:49:15.312072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam est ut.\",\"text\":\"Use the multi-byte GB firewall, then you can generate the primary matrix!\"}"], ["created_at", "2016-10-06 14:49:15.312924"], ["updated_at", "2016-10-06 14:49:15.312924"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur maxime sint officia.\",\"text\":\"We need to transmit the digital COM application!\"}"], ["created_at", "2016-10-06 14:49:15.313782"], ["updated_at", "2016-10-06 14:49:15.313782"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat eaque consequuntur.\",\"text\":\"Use the open-source HDD port, then you can hack the online bus!\"}"], ["created_at", "2016-10-06 14:49:15.314672"], ["updated_at", "2016-10-06 14:49:15.314672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore rerum vero tenetur doloremque.\",\"text\":\"The PCI card is down, copy the back-end transmitter so we can reboot the JSON alarm!\"}"], ["created_at", "2016-10-06 14:49:15.315524"], ["updated_at", "2016-10-06 14:49:15.315524"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id sint molestiae cumque maiores repellendus qui ab.\",\"text\":\"The FTP capacitor is down, back up the neural monitor so we can bypass the SMS feed!\"}"], ["created_at", "2016-10-06 14:49:15.316406"], ["updated_at", "2016-10-06 14:49:15.316406"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos iusto placeat eligendi consequatur magnam praesentium.\",\"text\":\"If we quantify the circuit, we can get to the SAS protocol through the cross-platform IB matrix!\"}"], ["created_at", "2016-10-06 14:49:15.317469"], ["updated_at", "2016-10-06 14:49:15.317469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium tempora commodi odit repudiandae officiis.\",\"text\":\"Try to hack the SCSI hard drive, maybe it will generate the haptic alarm!\"}"], ["created_at", "2016-10-06 14:49:15.318738"], ["updated_at", "2016-10-06 14:49:15.318738"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus sint praesentium officiis nostrum quia minima.\",\"text\":\"Use the redundant AGP bus, then you can input the back-end pixel!\"}"], ["created_at", "2016-10-06 14:49:15.319647"], ["updated_at", "2016-10-06 14:49:15.319647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi quo dolor.\",\"text\":\"Compressing the bandwidth won't do anything, we need to synthesize the mobile xml microchip!\"}"], ["created_at", "2016-10-06 14:49:15.320542"], ["updated_at", "2016-10-06 14:49:15.320542"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita impedit ea provident in.\",\"text\":\"The SAS protocol is down, generate the redundant capacitor so we can bypass the AI firewall!\"}"], ["created_at", "2016-10-06 14:49:15.321405"], ["updated_at", "2016-10-06 14:49:15.321405"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aliquid consequuntur cumque ab est.\",\"text\":\"Try to input the SCSI array, maybe it will navigate the cross-platform protocol!\"}"], ["created_at", "2016-10-06 14:49:15.322327"], ["updated_at", "2016-10-06 14:49:15.322327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure sequi voluptatem accusantium qui sint odio culpa.\",\"text\":\"Backing up the alarm won't do anything, we need to compress the back-end rss array!\"}"], ["created_at", "2016-10-06 14:49:15.323327"], ["updated_at", "2016-10-06 14:49:15.323327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed saepe sapiente.\",\"text\":\"We need to calculate the mobile COM program!\"}"], ["created_at", "2016-10-06 14:49:15.324262"], ["updated_at", "2016-10-06 14:49:15.324262"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui tempore quasi qui.\",\"text\":\"Try to copy the XML feed, maybe it will quantify the online program!\"}"], ["created_at", "2016-10-06 14:49:15.325185"], ["updated_at", "2016-10-06 14:49:15.325185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi ut provident.\",\"text\":\"Try to navigate the AI monitor, maybe it will generate the bluetooth microchip!\"}"], ["created_at", "2016-10-06 14:49:15.326116"], ["updated_at", "2016-10-06 14:49:15.326116"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium sunt saepe excepturi.\",\"text\":\"If we navigate the bandwidth, we can get to the IB bus through the mobile SQL port!\"}"], ["created_at", "2016-10-06 14:49:15.327044"], ["updated_at", "2016-10-06 14:49:15.327044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore laborum aliquid perspiciatis ut.\",\"text\":\"Programming the hard drive won't do anything, we need to parse the back-end css bus!\"}"], ["created_at", "2016-10-06 14:49:15.327990"], ["updated_at", "2016-10-06 14:49:15.327990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia delectus eos dolore earum tempora.\",\"text\":\"If we navigate the firewall, we can get to the SAS program through the open-source IB protocol!\"}"], ["created_at", "2016-10-06 14:49:15.328909"], ["updated_at", "2016-10-06 14:49:15.328909"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut blanditiis provident in aliquid adipisci.\",\"text\":\"Try to copy the SCSI transmitter, maybe it will reboot the primary protocol!\"}"], ["created_at", "2016-10-06 14:49:15.329852"], ["updated_at", "2016-10-06 14:49:15.329852"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem eum esse porro nobis reiciendis sequi est.\",\"text\":\"If we transmit the matrix, we can get to the SDD card through the redundant EXE bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.330795"], ["updated_at", "2016-10-06 14:49:15.330795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui neque reprehenderit fuga vitae doloribus.\",\"text\":\"I'll copy the primary ADP hard drive, that should protocol the PCI matrix!\"}"], ["created_at", "2016-10-06 14:49:15.331717"], ["updated_at", "2016-10-06 14:49:15.331717"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo laudantium ea sint adipisci quis ipsum voluptatem.\",\"text\":\"Try to synthesize the SMTP protocol, maybe it will program the digital driver!\"}"], ["created_at", "2016-10-06 14:49:15.332658"], ["updated_at", "2016-10-06 14:49:15.332658"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum placeat laboriosam.\",\"text\":\"You can't synthesize the firewall without connecting the bluetooth CSS monitor!\"}"], ["created_at", "2016-10-06 14:49:15.333643"], ["updated_at", "2016-10-06 14:49:15.333643"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus id nemo delectus velit.\",\"text\":\"Copying the port won't do anything, we need to synthesize the auxiliary png microchip!\"}"], ["created_at", "2016-10-06 14:49:15.334962"], ["updated_at", "2016-10-06 14:49:15.334962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat cupiditate quaerat.\",\"text\":\"You can't parse the bus without transmitting the mobile ADP panel!\"}"], ["created_at", "2016-10-06 14:49:15.335875"], ["updated_at", "2016-10-06 14:49:15.335875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In voluptates neque dolores quo et aut ab.\",\"text\":\"If we back up the firewall, we can get to the FTP bandwidth through the redundant EXE driver!\"}"], ["created_at", "2016-10-06 14:49:15.336766"], ["updated_at", "2016-10-06 14:49:15.336766"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum repellat dolorem neque recusandae.\",\"text\":\"Try to bypass the JSON panel, maybe it will override the open-source program!\"}"], ["created_at", "2016-10-06 14:49:15.337627"], ["updated_at", "2016-10-06 14:49:15.337627"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi nemo delectus accusamus hic.\",\"text\":\"Navigating the microchip won't do anything, we need to bypass the solid state tcp application!\"}"], ["created_at", "2016-10-06 14:49:15.338479"], ["updated_at", "2016-10-06 14:49:15.338479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe animi perferendis.\",\"text\":\"Calculating the sensor won't do anything, we need to input the online sms matrix!\"}"], ["created_at", "2016-10-06 14:49:15.339358"], ["updated_at", "2016-10-06 14:49:15.339358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos est qui adipisci et.\",\"text\":\"If we program the application, we can get to the JSON sensor through the virtual AGP interface!\"}"], ["created_at", "2016-10-06 14:49:15.340231"], ["updated_at", "2016-10-06 14:49:15.340231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem qui omnis eos est praesentium provident dolor.\",\"text\":\"We need to quantify the 1080p EXE hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.341104"], ["updated_at", "2016-10-06 14:49:15.341104"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis quo unde hic.\",\"text\":\"If we connect the program, we can get to the SDD bus through the auxiliary RAM sensor!\"}"], ["created_at", "2016-10-06 14:49:15.342005"], ["updated_at", "2016-10-06 14:49:15.342005"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum est officiis.\",\"text\":\"You can't program the firewall without transmitting the optical JSON capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.342873"], ["updated_at", "2016-10-06 14:49:15.342873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et illum laboriosam et expedita.\",\"text\":\"If we reboot the bus, we can get to the JSON alarm through the cross-platform AGP feed!\"}"], ["created_at", "2016-10-06 14:49:15.343726"], ["updated_at", "2016-10-06 14:49:15.343726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id autem doloribus eos.\",\"text\":\"You can't input the transmitter without connecting the digital SMS transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.344581"], ["updated_at", "2016-10-06 14:49:15.344581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut reiciendis ullam fugiat nemo pariatur neque.\",\"text\":\"Try to reboot the RSS application, maybe it will override the online array!\"}"], ["created_at", "2016-10-06 14:49:15.345431"], ["updated_at", "2016-10-06 14:49:15.345431"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem nisi sequi id tenetur.\",\"text\":\"Try to generate the JSON alarm, maybe it will index the virtual capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.346302"], ["updated_at", "2016-10-06 14:49:15.346302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil non voluptatibus et dolores.\",\"text\":\"You can't generate the card without copying the digital AI system!\"}"], ["created_at", "2016-10-06 14:49:15.347154"], ["updated_at", "2016-10-06 14:49:15.347154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit perferendis autem esse hic ea labore.\",\"text\":\"The SQL bandwidth is down, parse the solid state driver so we can compress the JSON alarm!\"}"], ["created_at", "2016-10-06 14:49:15.348024"], ["updated_at", "2016-10-06 14:49:15.348024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum pariatur officia debitis eius vel voluptatem quod.\",\"text\":\"Use the open-source PCI pixel, then you can connect the auxiliary bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.348876"], ["updated_at", "2016-10-06 14:49:15.348876"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum sit quos et.\",\"text\":\"If we quantify the driver, we can get to the AGP program through the virtual FTP array!\"}"], ["created_at", "2016-10-06 14:49:15.349773"], ["updated_at", "2016-10-06 14:49:15.349773"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint totam sunt.\",\"text\":\"If we input the card, we can get to the CSS hard drive through the 1080p SSL bus!\"}"], ["created_at", "2016-10-06 14:49:15.351022"], ["updated_at", "2016-10-06 14:49:15.351022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id repudiandae alias dolor nobis.\",\"text\":\"If we hack the bus, we can get to the HDD interface through the auxiliary EXE application!\"}"], ["created_at", "2016-10-06 14:49:15.352132"], ["updated_at", "2016-10-06 14:49:15.352132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe quia sit similique.\",\"text\":\"We need to hack the wireless AI matrix!\"}"], ["created_at", "2016-10-06 14:49:15.353051"], ["updated_at", "2016-10-06 14:49:15.353051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis blanditiis eveniet consectetur ad quos.\",\"text\":\"We need to parse the wireless ADP matrix!\"}"], ["created_at", "2016-10-06 14:49:15.353949"], ["updated_at", "2016-10-06 14:49:15.353949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda ut impedit.\",\"text\":\"I'll navigate the online XML pixel, that should system the COM panel!\"}"], ["created_at", "2016-10-06 14:49:15.354838"], ["updated_at", "2016-10-06 14:49:15.354838"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur velit dicta harum.\",\"text\":\"Try to program the PCI transmitter, maybe it will navigate the haptic alarm!\"}"], ["created_at", "2016-10-06 14:49:15.355733"], ["updated_at", "2016-10-06 14:49:15.355733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui molestiae eligendi.\",\"text\":\"You can't connect the system without quantifying the online RAM capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.356581"], ["updated_at", "2016-10-06 14:49:15.356581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi nesciunt exercitationem ea aspernatur sit.\",\"text\":\"Use the open-source EXE panel, then you can calculate the digital firewall!\"}"], ["created_at", "2016-10-06 14:49:15.357439"], ["updated_at", "2016-10-06 14:49:15.357439"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam qui aperiam et ut sed.\",\"text\":\"Use the 1080p EXE application, then you can index the cross-platform bus!\"}"], ["created_at", "2016-10-06 14:49:15.358359"], ["updated_at", "2016-10-06 14:49:15.358359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At veniam consequatur voluptatum non corrupti et laborum.\",\"text\":\"If we hack the card, we can get to the HTTP program through the 1080p XSS matrix!\"}"], ["created_at", "2016-10-06 14:49:15.359242"], ["updated_at", "2016-10-06 14:49:15.359242"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque nihil rerum facilis sapiente occaecati in sed.\",\"text\":\"I'll input the solid state COM card, that should feed the XSS circuit!\"}"], ["created_at", "2016-10-06 14:49:15.360128"], ["updated_at", "2016-10-06 14:49:15.360128"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea sed fuga qui.\",\"text\":\"If we copy the port, we can get to the XSS sensor through the mobile THX application!\"}"], ["created_at", "2016-10-06 14:49:15.360979"], ["updated_at", "2016-10-06 14:49:15.360979"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis libero tempore nisi sapiente dolore et.\",\"text\":\"We need to connect the optical SCSI program!\"}"], ["created_at", "2016-10-06 14:49:15.361829"], ["updated_at", "2016-10-06 14:49:15.361829"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor itaque deserunt commodi.\",\"text\":\"If we input the card, we can get to the RSS alarm through the mobile SMTP interface!\"}"], ["created_at", "2016-10-06 14:49:15.362763"], ["updated_at", "2016-10-06 14:49:15.362763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel est explicabo odit harum.\",\"text\":\"You can't reboot the sensor without generating the online THX bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.363613"], ["updated_at", "2016-10-06 14:49:15.363613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate eum aut quod exercitationem labore dolorem voluptas.\",\"text\":\"The PNG driver is down, connect the digital sensor so we can copy the SDD application!\"}"], ["created_at", "2016-10-06 14:49:15.364483"], ["updated_at", "2016-10-06 14:49:15.364483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia sapiente quia doloribus.\",\"text\":\"The THX panel is down, input the neural transmitter so we can synthesize the COM interface!\"}"], ["created_at", "2016-10-06 14:49:15.365331"], ["updated_at", "2016-10-06 14:49:15.365331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt quaerat sed impedit vel dolores enim molestiae.\",\"text\":\"We need to quantify the bluetooth CSS feed!\"}"], ["created_at", "2016-10-06 14:49:15.366220"], ["updated_at", "2016-10-06 14:49:15.366220"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore sed molestias voluptas quia molestiae.\",\"text\":\"The SMTP monitor is down, compress the virtual monitor so we can parse the PCI protocol!\"}"], ["created_at", "2016-10-06 14:49:15.367271"], ["updated_at", "2016-10-06 14:49:15.367271"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod voluptatibus aut.\",\"text\":\"The USB feed is down, back up the primary bus so we can bypass the SCSI firewall!\"}"], ["created_at", "2016-10-06 14:49:15.368445"], ["updated_at", "2016-10-06 14:49:15.368445"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia autem omnis velit.\",\"text\":\"If we transmit the firewall, we can get to the PCI panel through the cross-platform XML hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.369352"], ["updated_at", "2016-10-06 14:49:15.369352"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit quis beatae cupiditate ipsa quos.\",\"text\":\"Use the online SMTP firewall, then you can parse the bluetooth pixel!\"}"], ["created_at", "2016-10-06 14:49:15.371542"], ["updated_at", "2016-10-06 14:49:15.371542"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque ut dolor ullam quaerat provident est blanditiis.\",\"text\":\"Use the back-end HTTP bus, then you can reboot the online program!\"}"], ["created_at", "2016-10-06 14:49:15.373149"], ["updated_at", "2016-10-06 14:49:15.373149"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus facere numquam qui ut harum et.\",\"text\":\"Use the auxiliary TCP program, then you can back up the auxiliary matrix!\"}"], ["created_at", "2016-10-06 14:49:15.374141"], ["updated_at", "2016-10-06 14:49:15.374141"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt consequatur tempore sint hic ad et.\",\"text\":\"If we generate the pixel, we can get to the SMS driver through the mobile JSON program!\"}"], ["created_at", "2016-10-06 14:49:15.375044"], ["updated_at", "2016-10-06 14:49:15.375044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non et nihil doloremque.\",\"text\":\"I'll input the cross-platform HTTP port, that should card the THX circuit!\"}"], ["created_at", "2016-10-06 14:49:15.375943"], ["updated_at", "2016-10-06 14:49:15.375943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta et et dolorem molestiae.\",\"text\":\"Try to connect the RAM driver, maybe it will connect the optical card!\"}"], ["created_at", "2016-10-06 14:49:15.376849"], ["updated_at", "2016-10-06 14:49:15.376849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero ducimus id aliquam architecto.\",\"text\":\"We need to copy the 1080p PNG monitor!\"}"], ["created_at", "2016-10-06 14:49:15.377732"], ["updated_at", "2016-10-06 14:49:15.377732"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut officiis ea.\",\"text\":\"If we index the system, we can get to the JBOD hard drive through the auxiliary SSL program!\"}"], ["created_at", "2016-10-06 14:49:15.378613"], ["updated_at", "2016-10-06 14:49:15.378613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium fugiat dolore quasi quam qui sed.\",\"text\":\"Use the digital USB application, then you can calculate the auxiliary circuit!\"}"], ["created_at", "2016-10-06 14:49:15.379488"], ["updated_at", "2016-10-06 14:49:15.379488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vero quas quo facere aliquid rerum rerum.\",\"text\":\"Calculating the panel won't do anything, we need to override the bluetooth exe panel!\"}"], ["created_at", "2016-10-06 14:49:15.380342"], ["updated_at", "2016-10-06 14:49:15.380342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt aperiam et vitae magnam.\",\"text\":\"If we back up the sensor, we can get to the HTTP application through the virtual USB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.381204"], ["updated_at", "2016-10-06 14:49:15.381204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae vel vero qui ut.\",\"text\":\"I'll quantify the cross-platform SAS matrix, that should protocol the PCI application!\"}"], ["created_at", "2016-10-06 14:49:15.382070"], ["updated_at", "2016-10-06 14:49:15.382070"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente velit perferendis eveniet.\",\"text\":\"The PCI interface is down, synthesize the back-end system so we can compress the RSS circuit!\"}"], ["created_at", "2016-10-06 14:49:15.382964"], ["updated_at", "2016-10-06 14:49:15.382964"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eveniet nemo esse et ut.\",\"text\":\"We need to input the digital SCSI monitor!\"}"], ["created_at", "2016-10-06 14:49:15.384105"], ["updated_at", "2016-10-06 14:49:15.384105"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut distinctio atque doloremque omnis quam.\",\"text\":\"The SMS sensor is down, quantify the 1080p matrix so we can bypass the COM port!\"}"], ["created_at", "2016-10-06 14:49:15.385291"], ["updated_at", "2016-10-06 14:49:15.385291"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia aut aut ea fugiat.\",\"text\":\"Parsing the feed won't do anything, we need to quantify the auxiliary xss interface!\"}"], ["created_at", "2016-10-06 14:49:15.386189"], ["updated_at", "2016-10-06 14:49:15.386189"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil voluptatem est.\",\"text\":\"You can't quantify the feed without backing up the digital JBOD transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.387063"], ["updated_at", "2016-10-06 14:49:15.387063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium repellat est nihil aliquam voluptatem.\",\"text\":\"Copying the protocol won't do anything, we need to transmit the wireless http monitor!\"}"], ["created_at", "2016-10-06 14:49:15.387929"], ["updated_at", "2016-10-06 14:49:15.387929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim ullam iusto qui distinctio corrupti ab.\",\"text\":\"We need to generate the solid state AGP system!\"}"], ["created_at", "2016-10-06 14:49:15.388796"], ["updated_at", "2016-10-06 14:49:15.388796"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi vero ea enim quidem aliquam possimus.\",\"text\":\"We need to copy the virtual EXE application!\"}"], ["created_at", "2016-10-06 14:49:15.389745"], ["updated_at", "2016-10-06 14:49:15.389745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima architecto a.\",\"text\":\"If we transmit the pixel, we can get to the FTP feed through the neural SCSI system!\"}"], ["created_at", "2016-10-06 14:49:15.390680"], ["updated_at", "2016-10-06 14:49:15.390680"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint minima hic molestiae fuga.\",\"text\":\"We need to index the solid state PNG sensor!\"}"], ["created_at", "2016-10-06 14:49:15.391634"], ["updated_at", "2016-10-06 14:49:15.391634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam ut veniam.\",\"text\":\"I'll back up the redundant SCSI card, that should feed the IB microchip!\"}"], ["created_at", "2016-10-06 14:49:15.392582"], ["updated_at", "2016-10-06 14:49:15.392582"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut officia accusamus earum.\",\"text\":\"The SCSI application is down, parse the optical array so we can reboot the IB transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.393505"], ["updated_at", "2016-10-06 14:49:15.393505"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos ut unde ipsa.\",\"text\":\"The SDD pixel is down, bypass the solid state interface so we can connect the SSL card!\"}"], ["created_at", "2016-10-06 14:49:15.394497"], ["updated_at", "2016-10-06 14:49:15.394497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi et error saepe omnis tempore optio occaecati.\",\"text\":\"Transmitting the bandwidth won't do anything, we need to override the solid state png feed!\"}"], ["created_at", "2016-10-06 14:49:15.395424"], ["updated_at", "2016-10-06 14:49:15.395424"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui a sunt aliquam quia culpa eaque id.\",\"text\":\"The CSS feed is down, back up the optical array so we can compress the AI array!\"}"], ["created_at", "2016-10-06 14:49:15.396414"], ["updated_at", "2016-10-06 14:49:15.396414"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum quia assumenda qui consequuntur dolorem repellendus.\",\"text\":\"You can't connect the microchip without indexing the multi-byte SDD matrix!\"}"], ["created_at", "2016-10-06 14:49:15.408163"], ["updated_at", "2016-10-06 14:49:15.408163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem sint nihil vitae nisi velit ut.\",\"text\":\"If we generate the pixel, we can get to the JBOD driver through the bluetooth SAS capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.409276"], ["updated_at", "2016-10-06 14:49:15.409276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati odit earum aperiam quo iure voluptates qui.\",\"text\":\"Try to parse the CSS transmitter, maybe it will program the open-source capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.410155"], ["updated_at", "2016-10-06 14:49:15.410155"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione totam exercitationem sed.\",\"text\":\"Try to compress the IB monitor, maybe it will parse the digital system!\"}"], ["created_at", "2016-10-06 14:49:15.411061"], ["updated_at", "2016-10-06 14:49:15.411061"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur voluptatem eaque nostrum reiciendis rerum nemo.\",\"text\":\"If we input the bandwidth, we can get to the SAS port through the multi-byte CSS driver!\"}"], ["created_at", "2016-10-06 14:49:15.411970"], ["updated_at", "2016-10-06 14:49:15.411970"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse voluptas quod et nulla dolores et et.\",\"text\":\"Compressing the interface won't do anything, we need to connect the optical com hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.412825"], ["updated_at", "2016-10-06 14:49:15.412825"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum soluta dolor et blanditiis aut voluptas.\",\"text\":\"Try to calculate the GB bus, maybe it will copy the multi-byte system!\"}"], ["created_at", "2016-10-06 14:49:15.413690"], ["updated_at", "2016-10-06 14:49:15.413690"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur doloribus officiis dicta.\",\"text\":\"Try to compress the PCI card, maybe it will synthesize the optical sensor!\"}"], ["created_at", "2016-10-06 14:49:15.414569"], ["updated_at", "2016-10-06 14:49:15.414569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum accusantium sapiente modi quisquam et voluptas.\",\"text\":\"Use the solid state XML alarm, then you can synthesize the optical matrix!\"}"], ["created_at", "2016-10-06 14:49:15.415449"], ["updated_at", "2016-10-06 14:49:15.415449"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis optio eligendi voluptas.\",\"text\":\"Try to transmit the ADP panel, maybe it will synthesize the online monitor!\"}"], ["created_at", "2016-10-06 14:49:15.416342"], ["updated_at", "2016-10-06 14:49:15.416342"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde eius suscipit consequatur at est.\",\"text\":\"You can't generate the circuit without bypassing the neural THX hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.417480"], ["updated_at", "2016-10-06 14:49:15.417480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ut nam commodi consequatur ab sed sit.\",\"text\":\"We need to parse the back-end SMTP circuit!\"}"], ["created_at", "2016-10-06 14:49:15.418682"], ["updated_at", "2016-10-06 14:49:15.418682"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam sit quia alias facere voluptatibus doloremque.\",\"text\":\"Use the mobile XML system, then you can hack the multi-byte matrix!\"}"], ["created_at", "2016-10-06 14:49:15.419569"], ["updated_at", "2016-10-06 14:49:15.419569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque voluptate fugit corporis assumenda excepturi consequatur.\",\"text\":\"You can't hack the port without navigating the virtual AI feed!\"}"], ["created_at", "2016-10-06 14:49:15.420416"], ["updated_at", "2016-10-06 14:49:15.420416"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo ut perferendis.\",\"text\":\"The COM program is down, parse the mobile application so we can program the ADP pixel!\"}"], ["created_at", "2016-10-06 14:49:15.421286"], ["updated_at", "2016-10-06 14:49:15.421286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita molestias rerum dolor quia unde culpa.\",\"text\":\"If we parse the alarm, we can get to the RAM bandwidth through the digital HTTP circuit!\"}"], ["created_at", "2016-10-06 14:49:15.422198"], ["updated_at", "2016-10-06 14:49:15.422198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos sit totam quam nesciunt.\",\"text\":\"Try to program the RSS capacitor, maybe it will quantify the haptic feed!\"}"], ["created_at", "2016-10-06 14:49:15.423125"], ["updated_at", "2016-10-06 14:49:15.423125"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem aliquam aperiam nisi sed qui.\",\"text\":\"If we input the card, we can get to the THX monitor through the haptic FTP card!\"}"], ["created_at", "2016-10-06 14:49:15.424063"], ["updated_at", "2016-10-06 14:49:15.424063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero tenetur nostrum aut sint asperiores quia.\",\"text\":\"We need to quantify the wireless SQL protocol!\"}"], ["created_at", "2016-10-06 14:49:15.424951"], ["updated_at", "2016-10-06 14:49:15.424951"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa magnam vel.\",\"text\":\"You can't copy the panel without connecting the digital SMS panel!\"}"], ["created_at", "2016-10-06 14:49:15.425854"], ["updated_at", "2016-10-06 14:49:15.425854"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut eligendi qui quia voluptas.\",\"text\":\"The XSS transmitter is down, copy the bluetooth application so we can generate the TCP array!\"}"], ["created_at", "2016-10-06 14:49:15.426781"], ["updated_at", "2016-10-06 14:49:15.426781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa magnam ipsa repudiandae qui.\",\"text\":\"Use the virtual THX matrix, then you can connect the wireless feed!\"}"], ["created_at", "2016-10-06 14:49:15.427626"], ["updated_at", "2016-10-06 14:49:15.427626"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui reiciendis qui voluptas et illo rerum.\",\"text\":\"Calculating the port won't do anything, we need to generate the optical agp matrix!\"}"], ["created_at", "2016-10-06 14:49:15.428484"], ["updated_at", "2016-10-06 14:49:15.428484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores magnam expedita.\",\"text\":\"The COM microchip is down, reboot the neural bus so we can connect the XML sensor!\"}"], ["created_at", "2016-10-06 14:49:15.429354"], ["updated_at", "2016-10-06 14:49:15.429354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum placeat eligendi a cumque dignissimos qui.\",\"text\":\"You can't synthesize the system without overriding the cross-platform USB hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.430228"], ["updated_at", "2016-10-06 14:49:15.430228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro voluptas dolores consequatur tenetur.\",\"text\":\"We need to quantify the wireless SSL monitor!\"}"], ["created_at", "2016-10-06 14:49:15.431120"], ["updated_at", "2016-10-06 14:49:15.431120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia exercitationem eum beatae totam sint.\",\"text\":\"We need to program the bluetooth HTTP protocol!\"}"], ["created_at", "2016-10-06 14:49:15.431962"], ["updated_at", "2016-10-06 14:49:15.431962"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non esse nostrum tenetur quam.\",\"text\":\"If we program the microchip, we can get to the IB circuit through the wireless GB system!\"}"], ["created_at", "2016-10-06 14:49:15.432832"], ["updated_at", "2016-10-06 14:49:15.432832"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem consequatur eius eligendi.\",\"text\":\"If we back up the pixel, we can get to the ADP sensor through the open-source TCP matrix!\"}"], ["created_at", "2016-10-06 14:49:15.433894"], ["updated_at", "2016-10-06 14:49:15.433894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor in optio.\",\"text\":\"We need to transmit the optical SMTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.435097"], ["updated_at", "2016-10-06 14:49:15.435097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et velit sequi.\",\"text\":\"The PNG bus is down, index the wireless sensor so we can bypass the PNG program!\"}"], ["created_at", "2016-10-06 14:49:15.435990"], ["updated_at", "2016-10-06 14:49:15.435990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt doloribus voluptate minus asperiores veniam ea.\",\"text\":\"Use the back-end HDD interface, then you can compress the auxiliary alarm!\"}"], ["created_at", "2016-10-06 14:49:15.436846"], ["updated_at", "2016-10-06 14:49:15.436846"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id eum qui distinctio libero nam.\",\"text\":\"I'll connect the primary CSS firewall, that should alarm the AI protocol!\"}"], ["created_at", "2016-10-06 14:49:15.437724"], ["updated_at", "2016-10-06 14:49:15.437724"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea aut alias qui nesciunt aut ullam.\",\"text\":\"If we generate the alarm, we can get to the XML firewall through the mobile SMS panel!\"}"], ["created_at", "2016-10-06 14:49:15.438676"], ["updated_at", "2016-10-06 14:49:15.438676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates similique quibusdam.\",\"text\":\"Use the primary GB application, then you can input the solid state program!\"}"], ["created_at", "2016-10-06 14:49:15.439528"], ["updated_at", "2016-10-06 14:49:15.439528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci sed recusandae suscipit.\",\"text\":\"Use the wireless GB circuit, then you can index the redundant program!\"}"], ["created_at", "2016-10-06 14:49:15.440430"], ["updated_at", "2016-10-06 14:49:15.440430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo sint assumenda laudantium et.\",\"text\":\"You can't parse the firewall without indexing the wireless SCSI transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.441325"], ["updated_at", "2016-10-06 14:49:15.441325"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt ut minima sapiente.\",\"text\":\"We need to quantify the neural SSL firewall!\"}"], ["created_at", "2016-10-06 14:49:15.442233"], ["updated_at", "2016-10-06 14:49:15.442233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia consequatur qui.\",\"text\":\"Try to back up the CSS card, maybe it will generate the open-source transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.443110"], ["updated_at", "2016-10-06 14:49:15.443110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint vero officia suscipit voluptas dolorem unde hic.\",\"text\":\"The SQL bus is down, copy the mobile bus so we can connect the USB transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.443983"], ["updated_at", "2016-10-06 14:49:15.443983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores natus aut iusto ut.\",\"text\":\"If we parse the bus, we can get to the HTTP panel through the neural JSON hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.444839"], ["updated_at", "2016-10-06 14:49:15.444839"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt dolorum modi in esse dignissimos omnis voluptatem.\",\"text\":\"We need to override the cross-platform XML monitor!\"}"], ["created_at", "2016-10-06 14:49:15.445740"], ["updated_at", "2016-10-06 14:49:15.445740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores sapiente illum qui.\",\"text\":\"The SAS protocol is down, hack the optical interface so we can back up the FTP application!\"}"], ["created_at", "2016-10-06 14:49:15.446596"], ["updated_at", "2016-10-06 14:49:15.446596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium aut quia impedit praesentium.\",\"text\":\"I'll hack the haptic RAM capacitor, that should protocol the GB transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.447475"], ["updated_at", "2016-10-06 14:49:15.447475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio distinctio et dolorem inventore molestiae voluptatem rerum.\",\"text\":\"I'll hack the haptic SAS matrix, that should sensor the RAM circuit!\"}"], ["created_at", "2016-10-06 14:49:15.448343"], ["updated_at", "2016-10-06 14:49:15.448343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex ullam excepturi et.\",\"text\":\"If we connect the card, we can get to the EXE application through the digital SMS protocol!\"}"], ["created_at", "2016-10-06 14:49:15.449184"], ["updated_at", "2016-10-06 14:49:15.449184"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dignissimos aut.\",\"text\":\"The SMS protocol is down, program the mobile alarm so we can parse the SDD sensor!\"}"], ["created_at", "2016-10-06 14:49:15.450111"], ["updated_at", "2016-10-06 14:49:15.450111"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti facere iste quia doloribus veniam.\",\"text\":\"Calculating the feed won't do anything, we need to override the open-source ai driver!\"}"], ["created_at", "2016-10-06 14:49:15.451507"], ["updated_at", "2016-10-06 14:49:15.451507"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa atque qui est distinctio sequi inventore fugiat.\",\"text\":\"The USB pixel is down, input the multi-byte application so we can parse the IB matrix!\"}"], ["created_at", "2016-10-06 14:49:15.452737"], ["updated_at", "2016-10-06 14:49:15.452737"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis ut quo consequatur sunt rerum dolore.\",\"text\":\"If we connect the microchip, we can get to the AI panel through the virtual RSS panel!\"}"], ["created_at", "2016-10-06 14:49:15.454619"], ["updated_at", "2016-10-06 14:49:15.454619"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias ut quo et ut quasi cum.\",\"text\":\"You can't synthesize the sensor without calculating the redundant PNG port!\"}"], ["created_at", "2016-10-06 14:49:15.456419"], ["updated_at", "2016-10-06 14:49:15.456419"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique tempore quis.\",\"text\":\"Try to quantify the SCSI alarm, maybe it will calculate the optical hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.458868"], ["updated_at", "2016-10-06 14:49:15.458868"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est nihil quis consequuntur.\",\"text\":\"If we quantify the circuit, we can get to the RAM microchip through the redundant THX application!\"}"], ["created_at", "2016-10-06 14:49:15.461344"], ["updated_at", "2016-10-06 14:49:15.461344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium iusto perspiciatis nihil eveniet iste.\",\"text\":\"You can't quantify the microchip without quantifying the mobile SSL panel!\"}"], ["created_at", "2016-10-06 14:49:15.462421"], ["updated_at", "2016-10-06 14:49:15.462421"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt repellendus amet quo exercitationem nulla ut fugiat.\",\"text\":\"Use the haptic HDD application, then you can calculate the primary interface!\"}"], ["created_at", "2016-10-06 14:49:15.463348"], ["updated_at", "2016-10-06 14:49:15.463348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut molestias aspernatur nostrum.\",\"text\":\"Calculating the pixel won't do anything, we need to back up the digital thx firewall!\"}"], ["created_at", "2016-10-06 14:49:15.464226"], ["updated_at", "2016-10-06 14:49:15.464226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed tempore cumque.\",\"text\":\"Use the cross-platform ADP capacitor, then you can calculate the solid state firewall!\"}"], ["created_at", "2016-10-06 14:49:15.465093"], ["updated_at", "2016-10-06 14:49:15.465093"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel ad consectetur.\",\"text\":\"Try to bypass the JBOD array, maybe it will bypass the multi-byte interface!\"}"], ["created_at", "2016-10-06 14:49:15.465979"], ["updated_at", "2016-10-06 14:49:15.465979"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor rerum exercitationem deserunt nisi consequatur quam eligendi.\",\"text\":\"Use the cross-platform IB matrix, then you can input the 1080p protocol!\"}"], ["created_at", "2016-10-06 14:49:15.467104"], ["updated_at", "2016-10-06 14:49:15.467104"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia quia quisquam rerum sit.\",\"text\":\"We need to connect the multi-byte HDD transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.468382"], ["updated_at", "2016-10-06 14:49:15.468382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum repudiandae totam fugiat.\",\"text\":\"Overriding the hard drive won't do anything, we need to generate the haptic usb microchip!\"}"], ["created_at", "2016-10-06 14:49:15.469300"], ["updated_at", "2016-10-06 14:49:15.469300"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis ad nobis quam et consequuntur odit.\",\"text\":\"I'll calculate the digital SMS matrix, that should feed the FTP array!\"}"], ["created_at", "2016-10-06 14:49:15.470219"], ["updated_at", "2016-10-06 14:49:15.470219"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque quaerat nulla iure aut laudantium quas aut.\",\"text\":\"You can't back up the microchip without indexing the multi-byte SCSI transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.471221"], ["updated_at", "2016-10-06 14:49:15.471221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum alias totam laudantium dolorem impedit dolore.\",\"text\":\"Use the multi-byte JSON panel, then you can quantify the wireless card!\"}"], ["created_at", "2016-10-06 14:49:15.472133"], ["updated_at", "2016-10-06 14:49:15.472133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore ut aut tempora beatae soluta.\",\"text\":\"Use the optical JSON port, then you can connect the online feed!\"}"], ["created_at", "2016-10-06 14:49:15.473005"], ["updated_at", "2016-10-06 14:49:15.473005"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt et iure.\",\"text\":\"Use the optical RAM feed, then you can quantify the auxiliary bus!\"}"], ["created_at", "2016-10-06 14:49:15.473872"], ["updated_at", "2016-10-06 14:49:15.473872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat ea numquam corrupti dicta.\",\"text\":\"Backing up the pixel won't do anything, we need to copy the multi-byte png protocol!\"}"], ["created_at", "2016-10-06 14:49:15.474751"], ["updated_at", "2016-10-06 14:49:15.474751"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam corporis in beatae.\",\"text\":\"We need to program the neural SMS driver!\"}"], ["created_at", "2016-10-06 14:49:15.475626"], ["updated_at", "2016-10-06 14:49:15.475626"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta facere vitae culpa nemo consectetur quam dolorem.\",\"text\":\"You can't back up the array without calculating the primary JSON protocol!\"}"], ["created_at", "2016-10-06 14:49:15.476528"], ["updated_at", "2016-10-06 14:49:15.476528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati mollitia dolore eos iusto.\",\"text\":\"You can't override the application without backing up the mobile SQL capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.477422"], ["updated_at", "2016-10-06 14:49:15.477422"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et suscipit officia voluptatibus voluptas deleniti dolor.\",\"text\":\"If we compress the driver, we can get to the XML card through the open-source AI feed!\"}"], ["created_at", "2016-10-06 14:49:15.478294"], ["updated_at", "2016-10-06 14:49:15.478294"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt vitae quia pariatur nisi consectetur sed.\",\"text\":\"I'll back up the primary EXE matrix, that should sensor the SQL feed!\"}"], ["created_at", "2016-10-06 14:49:15.479157"], ["updated_at", "2016-10-06 14:49:15.479157"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit et rerum quod non.\",\"text\":\"The ADP application is down, compress the mobile matrix so we can override the SMTP capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.480065"], ["updated_at", "2016-10-06 14:49:15.480065"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit odit maiores temporibus.\",\"text\":\"I'll generate the virtual XML alarm, that should driver the GB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.480923"], ["updated_at", "2016-10-06 14:49:15.480923"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam magnam atque dolorum nihil corrupti recusandae.\",\"text\":\"We need to quantify the back-end USB microchip!\"}"], ["created_at", "2016-10-06 14:49:15.481770"], ["updated_at", "2016-10-06 14:49:15.481770"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est reprehenderit eius saepe quis explicabo illo.\",\"text\":\"If we synthesize the feed, we can get to the EXE firewall through the digital IB microchip!\"}"], ["created_at", "2016-10-06 14:49:15.482674"], ["updated_at", "2016-10-06 14:49:15.482674"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab autem impedit nostrum non.\",\"text\":\"I'll connect the online AI pixel, that should transmitter the SMTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.483756"], ["updated_at", "2016-10-06 14:49:15.483756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum cumque est officia quam eveniet.\",\"text\":\"Use the mobile AI driver, then you can transmit the virtual alarm!\"}"], ["created_at", "2016-10-06 14:49:15.485001"], ["updated_at", "2016-10-06 14:49:15.485001"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit animi architecto non et officia.\",\"text\":\"You can't connect the microchip without quantifying the auxiliary THX protocol!\"}"], ["created_at", "2016-10-06 14:49:15.485946"], ["updated_at", "2016-10-06 14:49:15.485946"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque et atque temporibus laboriosam quasi perspiciatis.\",\"text\":\"We need to index the neural SQL program!\"}"], ["created_at", "2016-10-06 14:49:15.486824"], ["updated_at", "2016-10-06 14:49:15.486824"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis sint voluptatem sunt officia neque.\",\"text\":\"Use the wireless HTTP feed, then you can connect the open-source array!\"}"], ["created_at", "2016-10-06 14:49:15.487743"], ["updated_at", "2016-10-06 14:49:15.487743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam iste id enim.\",\"text\":\"I'll program the virtual FTP microchip, that should microchip the XML hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.488675"], ["updated_at", "2016-10-06 14:49:15.488675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam hic quae.\",\"text\":\"You can't input the matrix without backing up the 1080p THX application!\"}"], ["created_at", "2016-10-06 14:49:15.489521"], ["updated_at", "2016-10-06 14:49:15.489521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit ut qui et.\",\"text\":\"The TCP application is down, quantify the online bandwidth so we can calculate the SQL circuit!\"}"], ["created_at", "2016-10-06 14:49:15.490409"], ["updated_at", "2016-10-06 14:49:15.490409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quia pariatur et placeat illum eius.\",\"text\":\"Use the optical PNG program, then you can override the solid state matrix!\"}"], ["created_at", "2016-10-06 14:49:15.491296"], ["updated_at", "2016-10-06 14:49:15.491296"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aperiam tempora sint dolor inventore iste.\",\"text\":\"You can't back up the application without generating the multi-byte PNG firewall!\"}"], ["created_at", "2016-10-06 14:49:15.492183"], ["updated_at", "2016-10-06 14:49:15.492183"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi molestiae voluptas ut placeat eveniet nemo.\",\"text\":\"If we back up the array, we can get to the RSS protocol through the redundant THX firewall!\"}"], ["created_at", "2016-10-06 14:49:15.493053"], ["updated_at", "2016-10-06 14:49:15.493053"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat dicta omnis.\",\"text\":\"Quantifying the transmitter won't do anything, we need to navigate the wireless jbod application!\"}"], ["created_at", "2016-10-06 14:49:15.493905"], ["updated_at", "2016-10-06 14:49:15.493905"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores sint cumque voluptas suscipit alias et.\",\"text\":\"Try to synthesize the EXE port, maybe it will hack the online microchip!\"}"], ["created_at", "2016-10-06 14:49:15.494783"], ["updated_at", "2016-10-06 14:49:15.494783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias eaque ea officiis et.\",\"text\":\"Parsing the firewall won't do anything, we need to generate the haptic json bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.495659"], ["updated_at", "2016-10-06 14:49:15.495659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum rerum qui enim sit.\",\"text\":\"If we program the panel, we can get to the ADP circuit through the primary EXE hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.496505"], ["updated_at", "2016-10-06 14:49:15.496505"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid sed asperiores unde ipsum ipsam quam.\",\"text\":\"Try to program the FTP array, maybe it will copy the 1080p bus!\"}"], ["created_at", "2016-10-06 14:49:15.497382"], ["updated_at", "2016-10-06 14:49:15.497382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum harum sunt praesentium architecto quas.\",\"text\":\"Use the haptic SDD interface, then you can parse the bluetooth alarm!\"}"], ["created_at", "2016-10-06 14:49:15.498286"], ["updated_at", "2016-10-06 14:49:15.498286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim ut sapiente necessitatibus.\",\"text\":\"Use the primary HTTP monitor, then you can generate the back-end interface!\"}"], ["created_at", "2016-10-06 14:49:15.499160"], ["updated_at", "2016-10-06 14:49:15.499160"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea ab sint mollitia esse eveniet aut.\",\"text\":\"I'll generate the open-source SMTP sensor, that should capacitor the SSL array!\"}"], ["created_at", "2016-10-06 14:49:15.500109"], ["updated_at", "2016-10-06 14:49:15.500109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad nihil odit autem et illo aut.\",\"text\":\"Try to quantify the PCI program, maybe it will synthesize the multi-byte capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.501382"], ["updated_at", "2016-10-06 14:49:15.501382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus quia voluptatem et accusamus.\",\"text\":\"Generating the matrix won't do anything, we need to bypass the virtual tcp protocol!\"}"], ["created_at", "2016-10-06 14:49:15.502316"], ["updated_at", "2016-10-06 14:49:15.502316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non sint facilis dolorum aut dolores.\",\"text\":\"I'll generate the auxiliary SDD card, that should panel the GB hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.503236"], ["updated_at", "2016-10-06 14:49:15.503236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet qui est.\",\"text\":\"I'll back up the 1080p SMS interface, that should system the HTTP feed!\"}"], ["created_at", "2016-10-06 14:49:15.504084"], ["updated_at", "2016-10-06 14:49:15.504084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error aspernatur quo et commodi est.\",\"text\":\"The ADP driver is down, program the mobile capacitor so we can index the SCSI protocol!\"}"], ["created_at", "2016-10-06 14:49:15.504955"], ["updated_at", "2016-10-06 14:49:15.504955"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem consequuntur et quae aut.\",\"text\":\"The COM card is down, connect the redundant program so we can calculate the SAS matrix!\"}"], ["created_at", "2016-10-06 14:49:15.505799"], ["updated_at", "2016-10-06 14:49:15.505799"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis sequi molestias.\",\"text\":\"Try to index the PNG pixel, maybe it will compress the bluetooth alarm!\"}"], ["created_at", "2016-10-06 14:49:15.506701"], ["updated_at", "2016-10-06 14:49:15.506701"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius qui voluptas tempore et id natus illo.\",\"text\":\"I'll compress the haptic GB panel, that should panel the COM alarm!\"}"], ["created_at", "2016-10-06 14:49:15.507616"], ["updated_at", "2016-10-06 14:49:15.507616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias recusandae voluptatem est et.\",\"text\":\"We need to reboot the open-source SMS firewall!\"}"], ["created_at", "2016-10-06 14:49:15.508530"], ["updated_at", "2016-10-06 14:49:15.508530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt maiores aperiam illo est quaerat ut voluptatibus.\",\"text\":\"I'll parse the auxiliary PCI system, that should transmitter the ADP feed!\"}"], ["created_at", "2016-10-06 14:49:15.509448"], ["updated_at", "2016-10-06 14:49:15.509448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam possimus beatae earum consectetur est dolorem assumenda.\",\"text\":\"I'll navigate the auxiliary SAS application, that should interface the SDD sensor!\"}"], ["created_at", "2016-10-06 14:49:15.510403"], ["updated_at", "2016-10-06 14:49:15.510403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id nesciunt non et voluptas.\",\"text\":\"Transmitting the transmitter won't do anything, we need to connect the digital tcp application!\"}"], ["created_at", "2016-10-06 14:49:15.511263"], ["updated_at", "2016-10-06 14:49:15.511263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse ratione reprehenderit rerum qui est voluptas.\",\"text\":\"Calculating the port won't do anything, we need to bypass the bluetooth tcp interface!\"}"], ["created_at", "2016-10-06 14:49:15.512141"], ["updated_at", "2016-10-06 14:49:15.512141"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ex aspernatur quam aut qui.\",\"text\":\"Indexing the port won't do anything, we need to transmit the multi-byte rss array!\"}"], ["created_at", "2016-10-06 14:49:15.512983"], ["updated_at", "2016-10-06 14:49:15.512983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque ut minus adipisci harum aut et rerum.\",\"text\":\"We need to program the cross-platform USB application!\"}"], ["created_at", "2016-10-06 14:49:15.513886"], ["updated_at", "2016-10-06 14:49:15.513886"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At quas beatae cum veniam vitae reiciendis soluta.\",\"text\":\"I'll reboot the cross-platform ADP matrix, that should hard drive the RSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.514806"], ["updated_at", "2016-10-06 14:49:15.514806"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem et voluptatem veritatis tempore.\",\"text\":\"Hacking the card won't do anything, we need to transmit the digital ib alarm!\"}"], ["created_at", "2016-10-06 14:49:15.515664"], ["updated_at", "2016-10-06 14:49:15.515664"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis iure magni.\",\"text\":\"I'll input the open-source HTTP panel, that should port the IB port!\"}"], ["created_at", "2016-10-06 14:49:15.516540"], ["updated_at", "2016-10-06 14:49:15.516540"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi ut suscipit optio molestiae aut voluptatum.\",\"text\":\"Quantifying the matrix won't do anything, we need to parse the neural json capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.517912"], ["updated_at", "2016-10-06 14:49:15.517912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum voluptatem mollitia iste.\",\"text\":\"The JBOD microchip is down, synthesize the virtual hard drive so we can navigate the SQL card!\"}"], ["created_at", "2016-10-06 14:49:15.518888"], ["updated_at", "2016-10-06 14:49:15.518888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid impedit molestias voluptas.\",\"text\":\"If we generate the port, we can get to the PCI capacitor through the virtual RAM pixel!\"}"], ["created_at", "2016-10-06 14:49:15.519776"], ["updated_at", "2016-10-06 14:49:15.519776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem suscipit cupiditate eveniet ut.\",\"text\":\"Connecting the monitor won't do anything, we need to input the online rss circuit!\"}"], ["created_at", "2016-10-06 14:49:15.520630"], ["updated_at", "2016-10-06 14:49:15.520630"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur numquam et molestiae.\",\"text\":\"Use the redundant XML panel, then you can index the back-end port!\"}"], ["created_at", "2016-10-06 14:49:15.521500"], ["updated_at", "2016-10-06 14:49:15.521500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ducimus consequatur consequatur.\",\"text\":\"We need to copy the mobile HTTP application!\"}"], ["created_at", "2016-10-06 14:49:15.522408"], ["updated_at", "2016-10-06 14:49:15.522408"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint sed porro odit.\",\"text\":\"I'll compress the bluetooth SCSI pixel, that should monitor the XML bus!\"}"], ["created_at", "2016-10-06 14:49:15.523280"], ["updated_at", "2016-10-06 14:49:15.523280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam eius labore quia iure aliquid hic excepturi.\",\"text\":\"We need to transmit the auxiliary IB protocol!\"}"], ["created_at", "2016-10-06 14:49:15.524279"], ["updated_at", "2016-10-06 14:49:15.524279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et maxime molestiae.\",\"text\":\"If we bypass the microchip, we can get to the SAS circuit through the haptic COM system!\"}"], ["created_at", "2016-10-06 14:49:15.525255"], ["updated_at", "2016-10-06 14:49:15.525255"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt nostrum quis.\",\"text\":\"If we navigate the firewall, we can get to the THX driver through the neural TCP bus!\"}"], ["created_at", "2016-10-06 14:49:15.526219"], ["updated_at", "2016-10-06 14:49:15.526219"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam dolor dolor est ullam error.\",\"text\":\"If we index the program, we can get to the PCI system through the redundant IB port!\"}"], ["created_at", "2016-10-06 14:49:15.527201"], ["updated_at", "2016-10-06 14:49:15.527201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio odio consequatur modi explicabo et.\",\"text\":\"Try to generate the SMTP panel, maybe it will navigate the open-source firewall!\"}"], ["created_at", "2016-10-06 14:49:15.528223"], ["updated_at", "2016-10-06 14:49:15.528223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero voluptas autem architecto voluptate odio esse.\",\"text\":\"If we synthesize the application, we can get to the AGP alarm through the wireless SCSI application!\"}"], ["created_at", "2016-10-06 14:49:15.529163"], ["updated_at", "2016-10-06 14:49:15.529163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quam deleniti voluptatum natus incidunt ullam voluptas.\",\"text\":\"The AI firewall is down, transmit the bluetooth firewall so we can input the PNG monitor!\"}"], ["created_at", "2016-10-06 14:49:15.530084"], ["updated_at", "2016-10-06 14:49:15.530084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque qui exercitationem vel molestiae.\",\"text\":\"If we program the sensor, we can get to the THX interface through the mobile GB pixel!\"}"], ["created_at", "2016-10-06 14:49:15.531054"], ["updated_at", "2016-10-06 14:49:15.531054"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint aperiam distinctio consectetur maiores quae adipisci.\",\"text\":\"You can't quantify the interface without navigating the 1080p IB matrix!\"}"], ["created_at", "2016-10-06 14:49:15.532001"], ["updated_at", "2016-10-06 14:49:15.532001"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non nihil nulla dolorem repellat quae et id.\",\"text\":\"Try to quantify the HTTP application, maybe it will generate the online transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.532964"], ["updated_at", "2016-10-06 14:49:15.532964"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed libero impedit quae adipisci illo iusto sint.\",\"text\":\"Use the haptic SMS system, then you can hack the auxiliary bus!\"}"], ["created_at", "2016-10-06 14:49:15.534264"], ["updated_at", "2016-10-06 14:49:15.534264"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et veniam eum corporis magni commodi.\",\"text\":\"Use the bluetooth ADP microchip, then you can connect the back-end bus!\"}"], ["created_at", "2016-10-06 14:49:15.535730"], ["updated_at", "2016-10-06 14:49:15.535730"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptas nihil labore.\",\"text\":\"I'll input the open-source SQL sensor, that should firewall the RSS port!\"}"], ["created_at", "2016-10-06 14:49:15.537080"], ["updated_at", "2016-10-06 14:49:15.537080"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae dolores voluptatum sint.\",\"text\":\"If we compress the transmitter, we can get to the SAS application through the 1080p RAM panel!\"}"], ["created_at", "2016-10-06 14:49:15.538390"], ["updated_at", "2016-10-06 14:49:15.538390"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus doloremque dolor repellat nemo.\",\"text\":\"If we calculate the array, we can get to the JBOD bandwidth through the neural JSON sensor!\"}"], ["created_at", "2016-10-06 14:49:15.539755"], ["updated_at", "2016-10-06 14:49:15.539755"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis ut et vel et omnis.\",\"text\":\"Use the haptic SDD firewall, then you can parse the auxiliary array!\"}"], ["created_at", "2016-10-06 14:49:15.542444"], ["updated_at", "2016-10-06 14:49:15.542444"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo labore fugiat impedit voluptatibus consequatur perspiciatis ullam.\",\"text\":\"I'll quantify the bluetooth COM feed, that should panel the SMTP port!\"}"], ["created_at", "2016-10-06 14:49:15.544805"], ["updated_at", "2016-10-06 14:49:15.544805"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed quisquam quaerat quos earum.\",\"text\":\"We need to input the cross-platform CSS monitor!\"}"], ["created_at", "2016-10-06 14:49:15.547289"], ["updated_at", "2016-10-06 14:49:15.547289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non eligendi distinctio illum iusto praesentium.\",\"text\":\"If we copy the interface, we can get to the SAS matrix through the digital COM bus!\"}"], ["created_at", "2016-10-06 14:49:15.548406"], ["updated_at", "2016-10-06 14:49:15.548406"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non animi architecto error pariatur totam laudantium.\",\"text\":\"We need to reboot the wireless RSS array!\"}"], ["created_at", "2016-10-06 14:49:15.549415"], ["updated_at", "2016-10-06 14:49:15.549415"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim sed est maxime qui.\",\"text\":\"The TCP port is down, back up the online application so we can transmit the GB sensor!\"}"], ["created_at", "2016-10-06 14:49:15.550557"], ["updated_at", "2016-10-06 14:49:15.550557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti accusantium asperiores alias debitis.\",\"text\":\"You can't bypass the application without transmitting the primary SQL feed!\"}"], ["created_at", "2016-10-06 14:49:15.551783"], ["updated_at", "2016-10-06 14:49:15.551783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto error rerum sit consequatur omnis nulla.\",\"text\":\"Use the cross-platform CSS array, then you can program the wireless alarm!\"}"], ["created_at", "2016-10-06 14:49:15.552666"], ["updated_at", "2016-10-06 14:49:15.552666"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio quisquam tempora quia amet assumenda rerum qui.\",\"text\":\"Try to calculate the SMS firewall, maybe it will calculate the 1080p protocol!\"}"], ["created_at", "2016-10-06 14:49:15.553569"], ["updated_at", "2016-10-06 14:49:15.553569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi aut nostrum debitis qui.\",\"text\":\"Try to copy the SDD protocol, maybe it will synthesize the open-source panel!\"}"], ["created_at", "2016-10-06 14:49:15.554520"], ["updated_at", "2016-10-06 14:49:15.554520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla autem quia tenetur voluptatem perspiciatis accusamus sed.\",\"text\":\"If we calculate the card, we can get to the COM system through the mobile RSS matrix!\"}"], ["created_at", "2016-10-06 14:49:15.555410"], ["updated_at", "2016-10-06 14:49:15.555410"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus impedit in voluptate accusantium iste et dicta.\",\"text\":\"Generating the protocol won't do anything, we need to override the open-source smtp circuit!\"}"], ["created_at", "2016-10-06 14:49:15.556282"], ["updated_at", "2016-10-06 14:49:15.556282"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae et quo.\",\"text\":\"If we program the system, we can get to the SMS firewall through the wireless SDD program!\"}"], ["created_at", "2016-10-06 14:49:15.557160"], ["updated_at", "2016-10-06 14:49:15.557160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis sunt voluptatem dolorem.\",\"text\":\"I'll bypass the open-source XSS alarm, that should hard drive the SCSI monitor!\"}"], ["created_at", "2016-10-06 14:49:15.558070"], ["updated_at", "2016-10-06 14:49:15.558070"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint velit aut delectus commodi reiciendis.\",\"text\":\"Hacking the driver won't do anything, we need to navigate the online com alarm!\"}"], ["created_at", "2016-10-06 14:49:15.558990"], ["updated_at", "2016-10-06 14:49:15.558990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id non ea ut aut et aut.\",\"text\":\"The JBOD driver is down, parse the bluetooth matrix so we can reboot the THX alarm!\"}"], ["created_at", "2016-10-06 14:49:15.559857"], ["updated_at", "2016-10-06 14:49:15.559857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam cumque nulla qui rerum dolorum illum.\",\"text\":\"Use the solid state AGP matrix, then you can back up the primary sensor!\"}"], ["created_at", "2016-10-06 14:49:15.560733"], ["updated_at", "2016-10-06 14:49:15.560733"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et incidunt occaecati labore.\",\"text\":\"You can't quantify the bus without compressing the cross-platform GB port!\"}"], ["created_at", "2016-10-06 14:49:15.561640"], ["updated_at", "2016-10-06 14:49:15.561640"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique rerum molestiae provident quo est voluptatem fugit.\",\"text\":\"We need to calculate the multi-byte JSON bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.562509"], ["updated_at", "2016-10-06 14:49:15.562509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptate sunt.\",\"text\":\"If we reboot the microchip, we can get to the SSL hard drive through the primary SSL port!\"}"], ["created_at", "2016-10-06 14:49:15.563398"], ["updated_at", "2016-10-06 14:49:15.563398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et autem.\",\"text\":\"The JSON sensor is down, connect the neural matrix so we can reboot the TCP program!\"}"], ["created_at", "2016-10-06 14:49:15.564301"], ["updated_at", "2016-10-06 14:49:15.564301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis ut vel.\",\"text\":\"The USB monitor is down, generate the virtual driver so we can calculate the JSON alarm!\"}"], ["created_at", "2016-10-06 14:49:15.565150"], ["updated_at", "2016-10-06 14:49:15.565150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia esse tempora accusantium possimus quod deleniti et.\",\"text\":\"If we override the system, we can get to the USB array through the mobile PCI sensor!\"}"], ["created_at", "2016-10-06 14:49:15.566023"], ["updated_at", "2016-10-06 14:49:15.566023"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia numquam aut.\",\"text\":\"Generating the bus won't do anything, we need to generate the 1080p agp card!\"}"], ["created_at", "2016-10-06 14:49:15.567069"], ["updated_at", "2016-10-06 14:49:15.567069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In sed doloribus.\",\"text\":\"Backing up the bus won't do anything, we need to index the redundant xss firewall!\"}"], ["created_at", "2016-10-06 14:49:15.568352"], ["updated_at", "2016-10-06 14:49:15.568352"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident pariatur voluptates cum possimus totam fugit omnis.\",\"text\":\"Try to input the ADP microchip, maybe it will connect the neural driver!\"}"], ["created_at", "2016-10-06 14:49:15.569262"], ["updated_at", "2016-10-06 14:49:15.569262"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam molestias facilis ratione voluptatum.\",\"text\":\"If we override the interface, we can get to the SDD system through the primary SDD sensor!\"}"], ["created_at", "2016-10-06 14:49:15.570135"], ["updated_at", "2016-10-06 14:49:15.570135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nostrum aut aperiam reiciendis enim dolorum distinctio.\",\"text\":\"You can't generate the application without quantifying the virtual CSS array!\"}"], ["created_at", "2016-10-06 14:49:15.571011"], ["updated_at", "2016-10-06 14:49:15.571011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta quo quia reiciendis sit nihil.\",\"text\":\"I'll back up the digital RSS port, that should capacitor the PCI monitor!\"}"], ["created_at", "2016-10-06 14:49:15.571870"], ["updated_at", "2016-10-06 14:49:15.571870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus cupiditate nesciunt saepe fugiat explicabo non.\",\"text\":\"We need to navigate the mobile XML application!\"}"], ["created_at", "2016-10-06 14:49:15.572735"], ["updated_at", "2016-10-06 14:49:15.572735"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis qui rerum repudiandae.\",\"text\":\"Try to parse the HDD application, maybe it will compress the back-end array!\"}"], ["created_at", "2016-10-06 14:49:15.573658"], ["updated_at", "2016-10-06 14:49:15.573658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum vel nulla voluptatem consequatur consectetur.\",\"text\":\"Try to bypass the SQL hard drive, maybe it will synthesize the haptic panel!\"}"], ["created_at", "2016-10-06 14:49:15.574532"], ["updated_at", "2016-10-06 14:49:15.574532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nulla voluptatem.\",\"text\":\"Bypassing the circuit won't do anything, we need to quantify the auxiliary xml application!\"}"], ["created_at", "2016-10-06 14:49:15.575442"], ["updated_at", "2016-10-06 14:49:15.575442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus dolores molestias ullam incidunt nemo.\",\"text\":\"Use the online TCP application, then you can transmit the back-end alarm!\"}"], ["created_at", "2016-10-06 14:49:15.576344"], ["updated_at", "2016-10-06 14:49:15.576344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus et sit repudiandae.\",\"text\":\"I'll quantify the virtual SDD bus, that should bus the SSL panel!\"}"], ["created_at", "2016-10-06 14:49:15.577206"], ["updated_at", "2016-10-06 14:49:15.577206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore consectetur est ut et quas iste quod.\",\"text\":\"We need to connect the primary JBOD firewall!\"}"], ["created_at", "2016-10-06 14:49:15.578077"], ["updated_at", "2016-10-06 14:49:15.578077"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aut ex nulla voluptates.\",\"text\":\"You can't bypass the capacitor without connecting the primary RSS interface!\"}"], ["created_at", "2016-10-06 14:49:15.578951"], ["updated_at", "2016-10-06 14:49:15.578951"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus beatae animi.\",\"text\":\"Use the primary HTTP feed, then you can connect the optical array!\"}"], ["created_at", "2016-10-06 14:49:15.579829"], ["updated_at", "2016-10-06 14:49:15.579829"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos vitae necessitatibus reiciendis soluta nostrum.\",\"text\":\"Backing up the transmitter won't do anything, we need to navigate the auxiliary usb protocol!\"}"], ["created_at", "2016-10-06 14:49:15.580707"], ["updated_at", "2016-10-06 14:49:15.580707"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium repudiandae sint enim incidunt.\",\"text\":\"You can't reboot the firewall without bypassing the virtual XSS bus!\"}"], ["created_at", "2016-10-06 14:49:15.581564"], ["updated_at", "2016-10-06 14:49:15.581564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea labore dolores maxime quibusdam fugit dolorum.\",\"text\":\"Use the open-source AGP feed, then you can calculate the auxiliary panel!\"}"], ["created_at", "2016-10-06 14:49:15.582466"], ["updated_at", "2016-10-06 14:49:15.582466"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate consectetur ab corporis doloremque eius aliquid.\",\"text\":\"You can't calculate the card without backing up the online SMTP firewall!\"}"], ["created_at", "2016-10-06 14:49:15.583464"], ["updated_at", "2016-10-06 14:49:15.583464"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit adipisci saepe et.\",\"text\":\"Calculating the array won't do anything, we need to calculate the cross-platform http capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.585038"], ["updated_at", "2016-10-06 14:49:15.585038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque quia officia esse libero.\",\"text\":\"Try to connect the HTTP array, maybe it will compress the open-source protocol!\"}"], ["created_at", "2016-10-06 14:49:15.586037"], ["updated_at", "2016-10-06 14:49:15.586037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus sunt mollitia et ullam sequi veritatis labore.\",\"text\":\"You can't connect the port without backing up the wireless SDD circuit!\"}"], ["created_at", "2016-10-06 14:49:15.586978"], ["updated_at", "2016-10-06 14:49:15.586978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos non maxime perferendis repudiandae.\",\"text\":\"I'll override the wireless SAS sensor, that should hard drive the AGP pixel!\"}"], ["created_at", "2016-10-06 14:49:15.587843"], ["updated_at", "2016-10-06 14:49:15.587843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam et nulla voluptatum soluta.\",\"text\":\"You can't index the port without quantifying the optical COM driver!\"}"], ["created_at", "2016-10-06 14:49:15.588708"], ["updated_at", "2016-10-06 14:49:15.588708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus dignissimos fugit debitis.\",\"text\":\"Try to bypass the SDD matrix, maybe it will compress the bluetooth bus!\"}"], ["created_at", "2016-10-06 14:49:15.589560"], ["updated_at", "2016-10-06 14:49:15.589560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sit adipisci.\",\"text\":\"We need to transmit the online JBOD driver!\"}"], ["created_at", "2016-10-06 14:49:15.590462"], ["updated_at", "2016-10-06 14:49:15.590462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem repudiandae veritatis.\",\"text\":\"We need to navigate the optical AI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.591383"], ["updated_at", "2016-10-06 14:49:15.591383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est numquam assumenda sapiente.\",\"text\":\"You can't navigate the pixel without parsing the open-source EXE transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.592252"], ["updated_at", "2016-10-06 14:49:15.592252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem aut non quam laudantium fuga.\",\"text\":\"Try to compress the COM capacitor, maybe it will copy the open-source interface!\"}"], ["created_at", "2016-10-06 14:49:15.593113"], ["updated_at", "2016-10-06 14:49:15.593113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis laudantium esse assumenda est corporis architecto et.\",\"text\":\"Calculating the feed won't do anything, we need to connect the neural scsi matrix!\"}"], ["created_at", "2016-10-06 14:49:15.593970"], ["updated_at", "2016-10-06 14:49:15.593970"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto qui vel sed quo.\",\"text\":\"The COM sensor is down, quantify the digital feed so we can parse the SDD interface!\"}"], ["created_at", "2016-10-06 14:49:15.594884"], ["updated_at", "2016-10-06 14:49:15.594884"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam molestiae non.\",\"text\":\"You can't quantify the transmitter without transmitting the multi-byte USB port!\"}"], ["created_at", "2016-10-06 14:49:15.595765"], ["updated_at", "2016-10-06 14:49:15.595765"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis eum atque non vel ut suscipit cumque.\",\"text\":\"You can't synthesize the card without transmitting the open-source PNG interface!\"}"], ["created_at", "2016-10-06 14:49:15.596612"], ["updated_at", "2016-10-06 14:49:15.596612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil accusamus sunt quas occaecati nihil repellendus vel.\",\"text\":\"We need to generate the bluetooth SMTP interface!\"}"], ["created_at", "2016-10-06 14:49:15.597488"], ["updated_at", "2016-10-06 14:49:15.597488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio vel et consequatur.\",\"text\":\"Connecting the circuit won't do anything, we need to navigate the virtual css matrix!\"}"], ["created_at", "2016-10-06 14:49:15.598383"], ["updated_at", "2016-10-06 14:49:15.598383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique in in soluta totam reprehenderit aut.\",\"text\":\"We need to navigate the solid state HTTP firewall!\"}"], ["created_at", "2016-10-06 14:49:15.599256"], ["updated_at", "2016-10-06 14:49:15.599256"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia soluta velit reiciendis ad exercitationem et.\",\"text\":\"I'll compress the mobile IB array, that should protocol the AGP transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.600343"], ["updated_at", "2016-10-06 14:49:15.600343"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia et aut repellendus sed iste.\",\"text\":\"Use the digital SSL interface, then you can copy the solid state hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.601737"], ["updated_at", "2016-10-06 14:49:15.601737"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat quia maiores perferendis.\",\"text\":\"You can't synthesize the circuit without copying the open-source JBOD panel!\"}"], ["created_at", "2016-10-06 14:49:15.603164"], ["updated_at", "2016-10-06 14:49:15.603164"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus nam iure facilis quo culpa voluptates.\",\"text\":\"Compressing the feed won't do anything, we need to generate the open-source rss driver!\"}"], ["created_at", "2016-10-06 14:49:15.605546"], ["updated_at", "2016-10-06 14:49:15.605546"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel ut ut eveniet aspernatur ea rem.\",\"text\":\"Use the digital CSS firewall, then you can program the back-end matrix!\"}"], ["created_at", "2016-10-06 14:49:15.606891"], ["updated_at", "2016-10-06 14:49:15.606891"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat officiis laudantium.\",\"text\":\"If we hack the hard drive, we can get to the ADP driver through the digital SCSI hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.609669"], ["updated_at", "2016-10-06 14:49:15.609669"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo perferendis vitae id deserunt voluptates iure.\",\"text\":\"The TCP array is down, index the redundant protocol so we can generate the SMS interface!\"}"], ["created_at", "2016-10-06 14:49:15.611794"], ["updated_at", "2016-10-06 14:49:15.611794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit cupiditate est officia quos.\",\"text\":\"Use the mobile THX microchip, then you can bypass the online pixel!\"}"], ["created_at", "2016-10-06 14:49:15.612871"], ["updated_at", "2016-10-06 14:49:15.612871"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis quisquam error dignissimos at omnis rerum.\",\"text\":\"Generating the panel won't do anything, we need to back up the redundant hdd application!\"}"], ["created_at", "2016-10-06 14:49:15.613789"], ["updated_at", "2016-10-06 14:49:15.613789"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque cumque odit et itaque debitis eius.\",\"text\":\"We need to index the open-source SQL card!\"}"], ["created_at", "2016-10-06 14:49:15.614698"], ["updated_at", "2016-10-06 14:49:15.614698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut non et quia.\",\"text\":\"Navigating the protocol won't do anything, we need to compress the multi-byte sql microchip!\"}"], ["created_at", "2016-10-06 14:49:15.615570"], ["updated_at", "2016-10-06 14:49:15.615570"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium aut in dolores maxime.\",\"text\":\"Synthesizing the panel won't do anything, we need to synthesize the optical exe interface!\"}"], ["created_at", "2016-10-06 14:49:15.616584"], ["updated_at", "2016-10-06 14:49:15.616584"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos repellat officia numquam.\",\"text\":\"You can't hack the firewall without parsing the cross-platform FTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.617929"], ["updated_at", "2016-10-06 14:49:15.617929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur ut molestiae laudantium quasi perferendis maiores.\",\"text\":\"We need to reboot the online USB application!\"}"], ["created_at", "2016-10-06 14:49:15.618936"], ["updated_at", "2016-10-06 14:49:15.618936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam a odio architecto illum.\",\"text\":\"Programming the protocol won't do anything, we need to synthesize the back-end xss matrix!\"}"], ["created_at", "2016-10-06 14:49:15.619811"], ["updated_at", "2016-10-06 14:49:15.619811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil vel fugiat dolore mollitia provident et nam.\",\"text\":\"If we bypass the bandwidth, we can get to the SQL bandwidth through the multi-byte JSON monitor!\"}"], ["created_at", "2016-10-06 14:49:15.620675"], ["updated_at", "2016-10-06 14:49:15.620675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio ipsa qui illo sint occaecati possimus.\",\"text\":\"Copying the alarm won't do anything, we need to navigate the digital sas sensor!\"}"], ["created_at", "2016-10-06 14:49:15.621554"], ["updated_at", "2016-10-06 14:49:15.621554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium vero nihil.\",\"text\":\"Try to bypass the PCI firewall, maybe it will input the wireless protocol!\"}"], ["created_at", "2016-10-06 14:49:15.622435"], ["updated_at", "2016-10-06 14:49:15.622435"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum pariatur maiores qui voluptatem aut.\",\"text\":\"If we reboot the pixel, we can get to the HDD hard drive through the haptic CSS program!\"}"], ["created_at", "2016-10-06 14:49:15.623331"], ["updated_at", "2016-10-06 14:49:15.623331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis suscipit perspiciatis cumque dolores labore.\",\"text\":\"Use the cross-platform SSL pixel, then you can index the optical hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.624291"], ["updated_at", "2016-10-06 14:49:15.624291"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias eaque modi consectetur iste sit.\",\"text\":\"Hacking the array won't do anything, we need to reboot the mobile ssl hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.625252"], ["updated_at", "2016-10-06 14:49:15.625252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum ipsam corporis rerum voluptatem.\",\"text\":\"If we generate the bus, we can get to the ADP system through the cross-platform SMS circuit!\"}"], ["created_at", "2016-10-06 14:49:15.626151"], ["updated_at", "2016-10-06 14:49:15.626151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam quisquam a.\",\"text\":\"Try to navigate the IB hard drive, maybe it will synthesize the cross-platform matrix!\"}"], ["created_at", "2016-10-06 14:49:15.627017"], ["updated_at", "2016-10-06 14:49:15.627017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo mollitia sequi magni.\",\"text\":\"The FTP protocol is down, generate the open-source bus so we can index the SQL sensor!\"}"], ["created_at", "2016-10-06 14:49:15.627930"], ["updated_at", "2016-10-06 14:49:15.627930"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore ut sunt est aspernatur aut saepe velit.\",\"text\":\"Generating the driver won't do anything, we need to program the haptic pci array!\"}"], ["created_at", "2016-10-06 14:49:15.628840"], ["updated_at", "2016-10-06 14:49:15.628840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea aperiam repudiandae.\",\"text\":\"Use the digital RAM alarm, then you can program the solid state port!\"}"], ["created_at", "2016-10-06 14:49:15.629708"], ["updated_at", "2016-10-06 14:49:15.629708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur at est voluptas.\",\"text\":\"If we transmit the transmitter, we can get to the THX program through the neural IB port!\"}"], ["created_at", "2016-10-06 14:49:15.630611"], ["updated_at", "2016-10-06 14:49:15.630611"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione neque ipsam magni officiis.\",\"text\":\"I'll generate the multi-byte COM card, that should program the XML bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.631484"], ["updated_at", "2016-10-06 14:49:15.631484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad repellendus officia.\",\"text\":\"If we parse the bandwidth, we can get to the SDD panel through the digital XML pixel!\"}"], ["created_at", "2016-10-06 14:49:15.632326"], ["updated_at", "2016-10-06 14:49:15.632326"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est repellendus ducimus neque consequuntur saepe voluptates.\",\"text\":\"I'll index the optical SMTP port, that should driver the FTP microchip!\"}"], ["created_at", "2016-10-06 14:49:15.633236"], ["updated_at", "2016-10-06 14:49:15.633236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestiae impedit.\",\"text\":\"Overriding the program won't do anything, we need to transmit the solid state ram interface!\"}"], ["created_at", "2016-10-06 14:49:15.634641"], ["updated_at", "2016-10-06 14:49:15.634641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis ut quam qui in.\",\"text\":\"We need to calculate the primary XML capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.635592"], ["updated_at", "2016-10-06 14:49:15.635592"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio sed voluptates ut voluptas beatae odio reprehenderit.\",\"text\":\"You can't compress the program without calculating the wireless CSS interface!\"}"], ["created_at", "2016-10-06 14:49:15.636466"], ["updated_at", "2016-10-06 14:49:15.636466"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt et odit sint quasi ipsam.\",\"text\":\"Try to quantify the AGP driver, maybe it will generate the bluetooth protocol!\"}"], ["created_at", "2016-10-06 14:49:15.637310"], ["updated_at", "2016-10-06 14:49:15.637310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis quia occaecati sed voluptas in quia eum.\",\"text\":\"If we override the monitor, we can get to the SQL alarm through the optical JBOD capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.638217"], ["updated_at", "2016-10-06 14:49:15.638217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim ducimus laboriosam nesciunt eaque sed incidunt distinctio.\",\"text\":\"Try to reboot the RAM card, maybe it will generate the mobile program!\"}"], ["created_at", "2016-10-06 14:49:15.639098"], ["updated_at", "2016-10-06 14:49:15.639098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et fugit quaerat.\",\"text\":\"If we parse the alarm, we can get to the SCSI array through the virtual RSS card!\"}"], ["created_at", "2016-10-06 14:49:15.639968"], ["updated_at", "2016-10-06 14:49:15.639968"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis vel voluptatibus aut ab.\",\"text\":\"Try to program the SMTP driver, maybe it will compress the wireless bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.640875"], ["updated_at", "2016-10-06 14:49:15.640875"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui repellendus qui et.\",\"text\":\"I'll connect the optical ADP program, that should feed the RSS interface!\"}"], ["created_at", "2016-10-06 14:49:15.641761"], ["updated_at", "2016-10-06 14:49:15.641761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores perspiciatis et perferendis veritatis.\",\"text\":\"Try to navigate the SCSI panel, maybe it will index the neural monitor!\"}"], ["created_at", "2016-10-06 14:49:15.642690"], ["updated_at", "2016-10-06 14:49:15.642690"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ut ipsam.\",\"text\":\"We need to navigate the 1080p SDD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.643567"], ["updated_at", "2016-10-06 14:49:15.643567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis modi eaque magnam.\",\"text\":\"We need to transmit the wireless ADP capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.644412"], ["updated_at", "2016-10-06 14:49:15.644412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae fugit inventore quibusdam laboriosam asperiores enim.\",\"text\":\"We need to quantify the open-source SAS sensor!\"}"], ["created_at", "2016-10-06 14:49:15.645274"], ["updated_at", "2016-10-06 14:49:15.645274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur perspiciatis animi harum aut vero velit modi.\",\"text\":\"I'll connect the haptic HDD card, that should bandwidth the FTP matrix!\"}"], ["created_at", "2016-10-06 14:49:15.646150"], ["updated_at", "2016-10-06 14:49:15.646150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur voluptas eligendi vitae.\",\"text\":\"Use the open-source EXE system, then you can generate the open-source panel!\"}"], ["created_at", "2016-10-06 14:49:15.647006"], ["updated_at", "2016-10-06 14:49:15.647006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos et voluptatem.\",\"text\":\"Use the haptic PCI card, then you can compress the wireless protocol!\"}"], ["created_at", "2016-10-06 14:49:15.647887"], ["updated_at", "2016-10-06 14:49:15.647887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure et ut voluptates sit ipsam.\",\"text\":\"Parsing the feed won't do anything, we need to program the optical sql driver!\"}"], ["created_at", "2016-10-06 14:49:15.648750"], ["updated_at", "2016-10-06 14:49:15.648750"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti omnis rerum.\",\"text\":\"Try to back up the TCP protocol, maybe it will input the back-end hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.649676"], ["updated_at", "2016-10-06 14:49:15.649676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis quia ea est eum ex.\",\"text\":\"You can't program the system without copying the haptic SSL firewall!\"}"], ["created_at", "2016-10-06 14:49:15.651031"], ["updated_at", "2016-10-06 14:49:15.651031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi quasi officiis fuga.\",\"text\":\"Use the haptic SMTP bandwidth, then you can synthesize the virtual monitor!\"}"], ["created_at", "2016-10-06 14:49:15.651955"], ["updated_at", "2016-10-06 14:49:15.651955"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores quas earum quia consequatur.\",\"text\":\"Try to hack the SSL bus, maybe it will parse the solid state transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.652837"], ["updated_at", "2016-10-06 14:49:15.652837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eos ex labore sunt qui voluptatem aut.\",\"text\":\"Backing up the circuit won't do anything, we need to compress the auxiliary ftp program!\"}"], ["created_at", "2016-10-06 14:49:15.653705"], ["updated_at", "2016-10-06 14:49:15.653705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A ut maiores velit sequi aut.\",\"text\":\"Try to transmit the HDD program, maybe it will back up the neural interface!\"}"], ["created_at", "2016-10-06 14:49:15.654620"], ["updated_at", "2016-10-06 14:49:15.654620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos iusto est.\",\"text\":\"The XSS program is down, program the cross-platform bus so we can navigate the PCI matrix!\"}"], ["created_at", "2016-10-06 14:49:15.655510"], ["updated_at", "2016-10-06 14:49:15.655510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere soluta et repudiandae et corrupti.\",\"text\":\"You can't index the bandwidth without parsing the mobile SDD pixel!\"}"], ["created_at", "2016-10-06 14:49:15.656353"], ["updated_at", "2016-10-06 14:49:15.656353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut optio consectetur maiores et quisquam amet modi.\",\"text\":\"You can't connect the port without copying the mobile HTTP program!\"}"], ["created_at", "2016-10-06 14:49:15.657231"], ["updated_at", "2016-10-06 14:49:15.657231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel adipisci commodi odit minima omnis.\",\"text\":\"I'll override the neural SCSI driver, that should application the JSON microchip!\"}"], ["created_at", "2016-10-06 14:49:15.658100"], ["updated_at", "2016-10-06 14:49:15.658100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi dolore ut quo deleniti.\",\"text\":\"You can't reboot the system without programming the wireless PNG protocol!\"}"], ["created_at", "2016-10-06 14:49:15.659006"], ["updated_at", "2016-10-06 14:49:15.659006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil cum voluptatum.\",\"text\":\"You can't synthesize the interface without transmitting the 1080p AI capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.659883"], ["updated_at", "2016-10-06 14:49:15.659883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut blanditiis tenetur et minus.\",\"text\":\"I'll reboot the online EXE sensor, that should panel the HTTP microchip!\"}"], ["created_at", "2016-10-06 14:49:15.660722"], ["updated_at", "2016-10-06 14:49:15.660722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci odit quia quo et.\",\"text\":\"Try to synthesize the XML pixel, maybe it will navigate the neural bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.661590"], ["updated_at", "2016-10-06 14:49:15.661590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo vitae sit voluptatem labore rem necessitatibus.\",\"text\":\"Try to connect the JSON capacitor, maybe it will quantify the cross-platform microchip!\"}"], ["created_at", "2016-10-06 14:49:15.662478"], ["updated_at", "2016-10-06 14:49:15.662478"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non voluptatem nostrum.\",\"text\":\"Use the cross-platform ADP matrix, then you can program the wireless port!\"}"], ["created_at", "2016-10-06 14:49:15.663345"], ["updated_at", "2016-10-06 14:49:15.663345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et molestiae.\",\"text\":\"I'll copy the solid state ADP circuit, that should monitor the SMS monitor!\"}"], ["created_at", "2016-10-06 14:49:15.664255"], ["updated_at", "2016-10-06 14:49:15.664255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque quasi quidem inventore adipisci dicta velit maiores.\",\"text\":\"We need to hack the multi-byte SMS program!\"}"], ["created_at", "2016-10-06 14:49:15.665152"], ["updated_at", "2016-10-06 14:49:15.665152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio eligendi distinctio recusandae rem perferendis ut asperiores.\",\"text\":\"We need to connect the wireless SAS transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.666025"], ["updated_at", "2016-10-06 14:49:15.666025"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi soluta dolorem ab ipsam vero quam beatae.\",\"text\":\"Overriding the application won't do anything, we need to copy the solid state hdd alarm!\"}"], ["created_at", "2016-10-06 14:49:15.667239"], ["updated_at", "2016-10-06 14:49:15.667239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio fuga nulla placeat sit.\",\"text\":\"Indexing the feed won't do anything, we need to generate the solid state json matrix!\"}"], ["created_at", "2016-10-06 14:49:15.668351"], ["updated_at", "2016-10-06 14:49:15.668351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime est aut unde non.\",\"text\":\"We need to navigate the online SDD microchip!\"}"], ["created_at", "2016-10-06 14:49:15.669261"], ["updated_at", "2016-10-06 14:49:15.669261"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia cumque ut animi saepe nam laborum.\",\"text\":\"Try to program the EXE driver, maybe it will program the solid state circuit!\"}"], ["created_at", "2016-10-06 14:49:15.670151"], ["updated_at", "2016-10-06 14:49:15.670151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat modi autem nulla quo repellendus aut.\",\"text\":\"We need to hack the wireless AGP application!\"}"], ["created_at", "2016-10-06 14:49:15.671027"], ["updated_at", "2016-10-06 14:49:15.671027"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sed distinctio libero.\",\"text\":\"The SAS matrix is down, calculate the solid state transmitter so we can generate the ADP alarm!\"}"], ["created_at", "2016-10-06 14:49:15.672028"], ["updated_at", "2016-10-06 14:49:15.672028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores eos hic et sunt ut nihil.\",\"text\":\"Use the optical ADP capacitor, then you can transmit the cross-platform alarm!\"}"], ["created_at", "2016-10-06 14:49:15.673004"], ["updated_at", "2016-10-06 14:49:15.673004"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae sequi cupiditate ut sed aut.\",\"text\":\"Transmitting the pixel won't do anything, we need to quantify the cross-platform sql array!\"}"], ["created_at", "2016-10-06 14:49:15.673919"], ["updated_at", "2016-10-06 14:49:15.673919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem laboriosam repellendus dolorum.\",\"text\":\"Use the redundant SSL monitor, then you can hack the solid state pixel!\"}"], ["created_at", "2016-10-06 14:49:15.674856"], ["updated_at", "2016-10-06 14:49:15.674856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe quos iste aut doloremque incidunt ut nulla.\",\"text\":\"You can't parse the port without synthesizing the back-end GB system!\"}"], ["created_at", "2016-10-06 14:49:15.675721"], ["updated_at", "2016-10-06 14:49:15.675721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum architecto recusandae sunt est quibusdam.\",\"text\":\"We need to index the redundant SDD feed!\"}"], ["created_at", "2016-10-06 14:49:15.676616"], ["updated_at", "2016-10-06 14:49:15.676616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni autem debitis.\",\"text\":\"The ADP application is down, back up the back-end circuit so we can synthesize the COM firewall!\"}"], ["created_at", "2016-10-06 14:49:15.677525"], ["updated_at", "2016-10-06 14:49:15.677525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet aut voluptatum.\",\"text\":\"You can't reboot the card without transmitting the back-end IB transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.678421"], ["updated_at", "2016-10-06 14:49:15.678421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt ipsam veritatis omnis esse explicabo facilis vel.\",\"text\":\"I'll copy the neural AI bandwidth, that should bus the SQL port!\"}"], ["created_at", "2016-10-06 14:49:15.679337"], ["updated_at", "2016-10-06 14:49:15.679337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id nobis ut tempora officiis repellat velit consequatur.\",\"text\":\"Use the primary HDD transmitter, then you can quantify the cross-platform alarm!\"}"], ["created_at", "2016-10-06 14:49:15.680191"], ["updated_at", "2016-10-06 14:49:15.680191"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In tempora itaque et sequi facere dolor.\",\"text\":\"The SQL circuit is down, override the neural capacitor so we can generate the XSS circuit!\"}"], ["created_at", "2016-10-06 14:49:15.681073"], ["updated_at", "2016-10-06 14:49:15.681073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum hic dolores quis aspernatur doloribus et.\",\"text\":\"You can't quantify the matrix without parsing the 1080p USB sensor!\"}"], ["created_at", "2016-10-06 14:49:15.681939"], ["updated_at", "2016-10-06 14:49:15.681939"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ut facilis quis doloremque sit consequatur.\",\"text\":\"I'll generate the optical TCP monitor, that should matrix the PCI microchip!\"}"], ["created_at", "2016-10-06 14:49:15.682819"], ["updated_at", "2016-10-06 14:49:15.682819"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam est error consectetur perferendis sequi.\",\"text\":\"Use the 1080p IB application, then you can connect the redundant interface!\"}"], ["created_at", "2016-10-06 14:49:15.684076"], ["updated_at", "2016-10-06 14:49:15.684076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo doloremque minus ipsa ipsam voluptates.\",\"text\":\"Compressing the alarm won't do anything, we need to parse the mobile png interface!\"}"], ["created_at", "2016-10-06 14:49:15.685152"], ["updated_at", "2016-10-06 14:49:15.685152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam hic dolores.\",\"text\":\"Bypassing the card won't do anything, we need to parse the neural pci interface!\"}"], ["created_at", "2016-10-06 14:49:15.686019"], ["updated_at", "2016-10-06 14:49:15.686019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit expedita asperiores dolore.\",\"text\":\"We need to hack the wireless HDD monitor!\"}"], ["created_at", "2016-10-06 14:49:15.686899"], ["updated_at", "2016-10-06 14:49:15.686899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero in corrupti.\",\"text\":\"Try to index the PNG array, maybe it will bypass the multi-byte alarm!\"}"], ["created_at", "2016-10-06 14:49:15.687740"], ["updated_at", "2016-10-06 14:49:15.687740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eum omnis.\",\"text\":\"Try to index the JSON transmitter, maybe it will input the multi-byte panel!\"}"], ["created_at", "2016-10-06 14:49:15.688606"], ["updated_at", "2016-10-06 14:49:15.688606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In et delectus non.\",\"text\":\"The IB driver is down, navigate the wireless program so we can transmit the GB system!\"}"], ["created_at", "2016-10-06 14:49:15.689479"], ["updated_at", "2016-10-06 14:49:15.689479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptas sit eos nesciunt aut iste.\",\"text\":\"Try to synthesize the COM protocol, maybe it will compress the wireless system!\"}"], ["created_at", "2016-10-06 14:49:15.690335"], ["updated_at", "2016-10-06 14:49:15.690335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo pariatur deserunt aliquam aspernatur aut dolorem quas.\",\"text\":\"Compressing the system won't do anything, we need to transmit the auxiliary agp monitor!\"}"], ["created_at", "2016-10-06 14:49:15.691226"], ["updated_at", "2016-10-06 14:49:15.691226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus sint distinctio aut cupiditate deserunt provident tenetur.\",\"text\":\"Try to program the JSON card, maybe it will generate the open-source monitor!\"}"], ["created_at", "2016-10-06 14:49:15.692088"], ["updated_at", "2016-10-06 14:49:15.692088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta eum ab ipsam dolorem.\",\"text\":\"You can't calculate the microchip without connecting the neural GB monitor!\"}"], ["created_at", "2016-10-06 14:49:15.692956"], ["updated_at", "2016-10-06 14:49:15.692956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum et sequi repellendus fugiat.\",\"text\":\"If we back up the driver, we can get to the TCP pixel through the bluetooth SDD pixel!\"}"], ["created_at", "2016-10-06 14:49:15.693829"], ["updated_at", "2016-10-06 14:49:15.693829"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod molestias ea et aspernatur quam veritatis quia.\",\"text\":\"You can't program the monitor without bypassing the neural SMTP alarm!\"}"], ["created_at", "2016-10-06 14:49:15.694699"], ["updated_at", "2016-10-06 14:49:15.694699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas dolore reiciendis quo.\",\"text\":\"Calculating the driver won't do anything, we need to bypass the online ib panel!\"}"], ["created_at", "2016-10-06 14:49:15.695577"], ["updated_at", "2016-10-06 14:49:15.695577"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis non doloribus dolor rerum.\",\"text\":\"We need to parse the back-end SSL driver!\"}"], ["created_at", "2016-10-06 14:49:15.696445"], ["updated_at", "2016-10-06 14:49:15.696445"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut tempora omnis soluta laborum amet.\",\"text\":\"The XML driver is down, hack the cross-platform alarm so we can navigate the JSON application!\"}"], ["created_at", "2016-10-06 14:49:15.697292"], ["updated_at", "2016-10-06 14:49:15.697292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci dolorum repudiandae veniam quo modi dolores.\",\"text\":\"Use the auxiliary SSL monitor, then you can navigate the digital system!\"}"], ["created_at", "2016-10-06 14:49:15.698161"], ["updated_at", "2016-10-06 14:49:15.698161"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem beatae sed nisi iusto est corporis sunt.\",\"text\":\"You can't index the matrix without navigating the mobile SSL monitor!\"}"], ["created_at", "2016-10-06 14:49:15.699040"], ["updated_at", "2016-10-06 14:49:15.699040"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore vero ut nostrum sed qui.\",\"text\":\"Overriding the alarm won't do anything, we need to compress the primary ssl transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.700119"], ["updated_at", "2016-10-06 14:49:15.700119"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem soluta sequi saepe.\",\"text\":\"The SQL panel is down, generate the neural pixel so we can input the PCI capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.701429"], ["updated_at", "2016-10-06 14:49:15.701429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut maxime enim sit.\",\"text\":\"Try to navigate the SQL feed, maybe it will back up the 1080p driver!\"}"], ["created_at", "2016-10-06 14:49:15.702404"], ["updated_at", "2016-10-06 14:49:15.702404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut libero dolores omnis reiciendis.\",\"text\":\"Try to index the JSON feed, maybe it will connect the open-source panel!\"}"], ["created_at", "2016-10-06 14:49:15.703321"], ["updated_at", "2016-10-06 14:49:15.703321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quo et id.\",\"text\":\"You can't input the firewall without overriding the open-source TCP application!\"}"], ["created_at", "2016-10-06 14:49:15.704215"], ["updated_at", "2016-10-06 14:49:15.704215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus veniam velit.\",\"text\":\"We need to bypass the bluetooth ADP transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.705126"], ["updated_at", "2016-10-06 14:49:15.705126"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo blanditiis nisi nobis et.\",\"text\":\"I'll compress the solid state JBOD protocol, that should system the SAS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.706005"], ["updated_at", "2016-10-06 14:49:15.706005"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam omnis quaerat nisi neque saepe.\",\"text\":\"You can't input the matrix without overriding the multi-byte PCI feed!\"}"], ["created_at", "2016-10-06 14:49:15.706870"], ["updated_at", "2016-10-06 14:49:15.706870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea cupiditate optio.\",\"text\":\"Compressing the array won't do anything, we need to synthesize the wireless agp application!\"}"], ["created_at", "2016-10-06 14:49:15.707751"], ["updated_at", "2016-10-06 14:49:15.707751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A in cupiditate quo ut.\",\"text\":\"You can't synthesize the monitor without indexing the multi-byte PNG port!\"}"], ["created_at", "2016-10-06 14:49:15.708635"], ["updated_at", "2016-10-06 14:49:15.708635"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam nesciunt repudiandae dignissimos enim aut.\",\"text\":\"Use the mobile XML sensor, then you can program the back-end firewall!\"}"], ["created_at", "2016-10-06 14:49:15.709483"], ["updated_at", "2016-10-06 14:49:15.709483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem deleniti maxime ut inventore quaerat.\",\"text\":\"Try to connect the SSL protocol, maybe it will hack the optical bus!\"}"], ["created_at", "2016-10-06 14:49:15.710365"], ["updated_at", "2016-10-06 14:49:15.710365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis sequi consequatur nostrum.\",\"text\":\"You can't connect the driver without transmitting the solid state GB matrix!\"}"], ["created_at", "2016-10-06 14:49:15.711233"], ["updated_at", "2016-10-06 14:49:15.711233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut saepe rem.\",\"text\":\"If we bypass the card, we can get to the HTTP feed through the primary PCI pixel!\"}"], ["created_at", "2016-10-06 14:49:15.712117"], ["updated_at", "2016-10-06 14:49:15.712117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex qui occaecati corrupti.\",\"text\":\"Use the haptic EXE firewall, then you can compress the open-source driver!\"}"], ["created_at", "2016-10-06 14:49:15.713019"], ["updated_at", "2016-10-06 14:49:15.713019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum voluptate ea repudiandae ad recusandae.\",\"text\":\"Use the auxiliary SDD bandwidth, then you can synthesize the redundant card!\"}"], ["created_at", "2016-10-06 14:49:15.713897"], ["updated_at", "2016-10-06 14:49:15.713897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia incidunt labore.\",\"text\":\"Use the digital SSL port, then you can override the mobile interface!\"}"], ["created_at", "2016-10-06 14:49:15.714864"], ["updated_at", "2016-10-06 14:49:15.714864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut rerum dolor at ut eius.\",\"text\":\"I'll index the optical XML hard drive, that should circuit the ADP pixel!\"}"], ["created_at", "2016-10-06 14:49:15.715772"], ["updated_at", "2016-10-06 14:49:15.715772"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio optio velit.\",\"text\":\"The XSS panel is down, generate the 1080p panel so we can input the USB application!\"}"], ["created_at", "2016-10-06 14:49:15.716749"], ["updated_at", "2016-10-06 14:49:15.716749"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima voluptatem omnis voluptate aut est quaerat voluptatem.\",\"text\":\"You can't parse the firewall without hacking the cross-platform COM protocol!\"}"], ["created_at", "2016-10-06 14:49:15.717981"], ["updated_at", "2016-10-06 14:49:15.717981"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores recusandae eaque est neque autem harum consequatur.\",\"text\":\"We need to index the digital SAS monitor!\"}"], ["created_at", "2016-10-06 14:49:15.718931"], ["updated_at", "2016-10-06 14:49:15.718931"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique molestias sapiente sequi et aliquid.\",\"text\":\"I'll quantify the 1080p USB program, that should circuit the JBOD card!\"}"], ["created_at", "2016-10-06 14:49:15.719803"], ["updated_at", "2016-10-06 14:49:15.719803"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum rem quibusdam excepturi ut et.\",\"text\":\"If we calculate the card, we can get to the XSS system through the multi-byte EXE monitor!\"}"], ["created_at", "2016-10-06 14:49:15.720680"], ["updated_at", "2016-10-06 14:49:15.720680"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus dolores veniam deserunt ullam.\",\"text\":\"The IB card is down, copy the cross-platform application so we can parse the TCP array!\"}"], ["created_at", "2016-10-06 14:49:15.721530"], ["updated_at", "2016-10-06 14:49:15.721530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint ut ipsam consectetur nobis quo doloribus hic.\",\"text\":\"The SCSI matrix is down, input the multi-byte circuit so we can synthesize the JSON system!\"}"], ["created_at", "2016-10-06 14:49:15.722436"], ["updated_at", "2016-10-06 14:49:15.722436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ex aliquam et id corporis illum.\",\"text\":\"You can't generate the bus without backing up the haptic SAS driver!\"}"], ["created_at", "2016-10-06 14:49:15.723327"], ["updated_at", "2016-10-06 14:49:15.723327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore animi unde cum ratione.\",\"text\":\"Use the optical XSS application, then you can override the mobile bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.724219"], ["updated_at", "2016-10-06 14:49:15.724219"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores quas libero beatae vero odit esse.\",\"text\":\"Use the wireless THX hard drive, then you can back up the 1080p feed!\"}"], ["created_at", "2016-10-06 14:49:15.725101"], ["updated_at", "2016-10-06 14:49:15.725101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis tempore ut esse quam neque qui.\",\"text\":\"Hacking the application won't do anything, we need to copy the haptic ssl matrix!\"}"], ["created_at", "2016-10-06 14:49:15.726102"], ["updated_at", "2016-10-06 14:49:15.726102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam qui laudantium et.\",\"text\":\"I'll reboot the digital JSON port, that should port the COM driver!\"}"], ["created_at", "2016-10-06 14:49:15.727108"], ["updated_at", "2016-10-06 14:49:15.727108"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia rem quaerat.\",\"text\":\"You can't copy the pixel without backing up the primary PCI interface!\"}"], ["created_at", "2016-10-06 14:49:15.728081"], ["updated_at", "2016-10-06 14:49:15.728081"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi nihil aut occaecati.\",\"text\":\"I'll back up the digital SDD array, that should port the HDD pixel!\"}"], ["created_at", "2016-10-06 14:49:15.729069"], ["updated_at", "2016-10-06 14:49:15.729069"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias possimus rem eum voluptas ipsum sint.\",\"text\":\"The JSON alarm is down, copy the virtual hard drive so we can parse the SMTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.730017"], ["updated_at", "2016-10-06 14:49:15.730017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id rerum voluptate non non nihil sit cum.\",\"text\":\"Use the primary PNG firewall, then you can reboot the multi-byte capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.730994"], ["updated_at", "2016-10-06 14:49:15.730994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto nemo eius quia.\",\"text\":\"Use the mobile EXE matrix, then you can calculate the cross-platform microchip!\"}"], ["created_at", "2016-10-06 14:49:15.731993"], ["updated_at", "2016-10-06 14:49:15.731993"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium iste non id.\",\"text\":\"We need to calculate the neural THX array!\"}"], ["created_at", "2016-10-06 14:49:15.732966"], ["updated_at", "2016-10-06 14:49:15.732966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio enim consectetur aut voluptatum animi voluptas.\",\"text\":\"We need to bypass the wireless HDD pixel!\"}"], ["created_at", "2016-10-06 14:49:15.734344"], ["updated_at", "2016-10-06 14:49:15.734344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis corrupti distinctio maxime dolor ut temporibus.\",\"text\":\"Compressing the monitor won't do anything, we need to back up the virtual ib bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.735330"], ["updated_at", "2016-10-06 14:49:15.735330"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque aut officiis cupiditate aliquam temporibus.\",\"text\":\"If we back up the array, we can get to the SMTP sensor through the neural JBOD circuit!\"}"], ["created_at", "2016-10-06 14:49:15.736220"], ["updated_at", "2016-10-06 14:49:15.736220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea aut pariatur soluta possimus dolores consequuntur.\",\"text\":\"Try to program the ADP port, maybe it will navigate the bluetooth transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.737075"], ["updated_at", "2016-10-06 14:49:15.737075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa et eius dicta unde ad animi quae.\",\"text\":\"You can't back up the panel without programming the haptic SMTP driver!\"}"], ["created_at", "2016-10-06 14:49:15.737940"], ["updated_at", "2016-10-06 14:49:15.737940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui vitae ut et.\",\"text\":\"If we quantify the bus, we can get to the COM application through the cross-platform HTTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.738836"], ["updated_at", "2016-10-06 14:49:15.738836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem modi amet quos similique eius.\",\"text\":\"We need to input the digital JSON microchip!\"}"], ["created_at", "2016-10-06 14:49:15.739725"], ["updated_at", "2016-10-06 14:49:15.739725"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga dolores in maxime fugiat illum et harum.\",\"text\":\"If we back up the application, we can get to the HTTP bandwidth through the redundant PNG system!\"}"], ["created_at", "2016-10-06 14:49:15.740678"], ["updated_at", "2016-10-06 14:49:15.740678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et atque ea harum aperiam accusantium.\",\"text\":\"I'll connect the multi-byte SSL port, that should microchip the XML program!\"}"], ["created_at", "2016-10-06 14:49:15.741563"], ["updated_at", "2016-10-06 14:49:15.741563"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et excepturi molestiae id nesciunt.\",\"text\":\"Use the mobile AI application, then you can synthesize the online firewall!\"}"], ["created_at", "2016-10-06 14:49:15.742452"], ["updated_at", "2016-10-06 14:49:15.742452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et architecto culpa impedit saepe eum.\",\"text\":\"Use the open-source SAS alarm, then you can reboot the primary monitor!\"}"], ["created_at", "2016-10-06 14:49:15.743436"], ["updated_at", "2016-10-06 14:49:15.743436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem quaerat consectetur mollitia aut sit est laboriosam.\",\"text\":\"The TCP microchip is down, bypass the multi-byte sensor so we can index the THX protocol!\"}"], ["created_at", "2016-10-06 14:49:15.744432"], ["updated_at", "2016-10-06 14:49:15.744432"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est est tempora nostrum.\",\"text\":\"We need to connect the open-source EXE array!\"}"], ["created_at", "2016-10-06 14:49:15.745313"], ["updated_at", "2016-10-06 14:49:15.745313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime qui at natus eos et debitis.\",\"text\":\"We need to override the back-end PNG card!\"}"], ["created_at", "2016-10-06 14:49:15.746236"], ["updated_at", "2016-10-06 14:49:15.746236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur qui explicabo voluptatem dolorum et.\",\"text\":\"Use the haptic ADP pixel, then you can compress the cross-platform program!\"}"], ["created_at", "2016-10-06 14:49:15.747096"], ["updated_at", "2016-10-06 14:49:15.747096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum velit quis quia excepturi maxime qui.\",\"text\":\"You can't navigate the card without copying the wireless SCSI matrix!\"}"], ["created_at", "2016-10-06 14:49:15.747980"], ["updated_at", "2016-10-06 14:49:15.747980"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At vero facilis rerum.\",\"text\":\"You can't input the driver without calculating the solid state RSS panel!\"}"], ["created_at", "2016-10-06 14:49:15.748848"], ["updated_at", "2016-10-06 14:49:15.748848"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus cumque repudiandae a.\",\"text\":\"If we parse the circuit, we can get to the XSS application through the online COM microchip!\"}"], ["created_at", "2016-10-06 14:49:15.749735"], ["updated_at", "2016-10-06 14:49:15.749735"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio quibusdam architecto iusto doloribus voluptas est.\",\"text\":\"If we synthesize the panel, we can get to the SQL program through the auxiliary RSS sensor!\"}"], ["created_at", "2016-10-06 14:49:15.751097"], ["updated_at", "2016-10-06 14:49:15.751097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum itaque dolor sit molestiae nisi ut dolor.\",\"text\":\"We need to hack the multi-byte AGP microchip!\"}"], ["created_at", "2016-10-06 14:49:15.752037"], ["updated_at", "2016-10-06 14:49:15.752037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum deleniti harum et et.\",\"text\":\"The SDD application is down, calculate the bluetooth application so we can reboot the RAM port!\"}"], ["created_at", "2016-10-06 14:49:15.752965"], ["updated_at", "2016-10-06 14:49:15.752965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel corporis consequatur et corrupti asperiores.\",\"text\":\"I'll parse the back-end JSON array, that should firewall the ADP hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.753844"], ["updated_at", "2016-10-06 14:49:15.753844"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem quod est.\",\"text\":\"I'll back up the auxiliary PCI monitor, that should bandwidth the XSS protocol!\"}"], ["created_at", "2016-10-06 14:49:15.754735"], ["updated_at", "2016-10-06 14:49:15.754735"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem distinctio totam necessitatibus.\",\"text\":\"You can't program the port without compressing the 1080p THX capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.755627"], ["updated_at", "2016-10-06 14:49:15.755627"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex et alias consectetur tempora eaque.\",\"text\":\"Synthesizing the transmitter won't do anything, we need to calculate the wireless thx alarm!\"}"], ["created_at", "2016-10-06 14:49:15.756501"], ["updated_at", "2016-10-06 14:49:15.756501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt quia placeat et temporibus ratione.\",\"text\":\"We need to override the cross-platform USB firewall!\"}"], ["created_at", "2016-10-06 14:49:15.757388"], ["updated_at", "2016-10-06 14:49:15.757388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum illum quo.\",\"text\":\"Try to parse the CSS alarm, maybe it will calculate the cross-platform application!\"}"], ["created_at", "2016-10-06 14:49:15.758329"], ["updated_at", "2016-10-06 14:49:15.758329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt eum consequatur.\",\"text\":\"The XML hard drive is down, reboot the wireless port so we can input the SMTP driver!\"}"], ["created_at", "2016-10-06 14:49:15.759210"], ["updated_at", "2016-10-06 14:49:15.759210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A corrupti tenetur praesentium asperiores rem repellat.\",\"text\":\"Overriding the array won't do anything, we need to back up the primary gb feed!\"}"], ["created_at", "2016-10-06 14:49:15.760070"], ["updated_at", "2016-10-06 14:49:15.760070"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vitae eveniet praesentium enim dolorem et.\",\"text\":\"I'll back up the multi-byte COM capacitor, that should monitor the XML alarm!\"}"], ["created_at", "2016-10-06 14:49:15.760941"], ["updated_at", "2016-10-06 14:49:15.760941"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id sunt voluptas officia eos ut et odio.\",\"text\":\"You can't back up the circuit without overriding the online SCSI hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.761784"], ["updated_at", "2016-10-06 14:49:15.761784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae veniam quia quia alias.\",\"text\":\"If we copy the panel, we can get to the IB driver through the solid state SQL circuit!\"}"], ["created_at", "2016-10-06 14:49:15.762714"], ["updated_at", "2016-10-06 14:49:15.762714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius ut maxime qui sit.\",\"text\":\"Use the 1080p SDD panel, then you can input the multi-byte sensor!\"}"], ["created_at", "2016-10-06 14:49:15.763647"], ["updated_at", "2016-10-06 14:49:15.763647"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro saepe occaecati.\",\"text\":\"We need to bypass the 1080p JSON feed!\"}"], ["created_at", "2016-10-06 14:49:15.764552"], ["updated_at", "2016-10-06 14:49:15.764552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et non perferendis ratione excepturi.\",\"text\":\"I'll reboot the solid state RSS array, that should system the XML transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.765518"], ["updated_at", "2016-10-06 14:49:15.765518"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia molestias tempore ratione.\",\"text\":\"Use the open-source HTTP card, then you can transmit the redundant array!\"}"], ["created_at", "2016-10-06 14:49:15.766537"], ["updated_at", "2016-10-06 14:49:15.766537"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam sit fuga voluptates.\",\"text\":\"I'll compress the back-end SMS sensor, that should matrix the PCI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.767888"], ["updated_at", "2016-10-06 14:49:15.767888"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestias pariatur tempore necessitatibus sunt vel.\",\"text\":\"The JSON sensor is down, synthesize the back-end alarm so we can index the ADP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.769112"], ["updated_at", "2016-10-06 14:49:15.769112"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed assumenda quia eos eveniet.\",\"text\":\"I'll compress the multi-byte TCP protocol, that should protocol the SDD microchip!\"}"], ["created_at", "2016-10-06 14:49:15.770712"], ["updated_at", "2016-10-06 14:49:15.770712"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim voluptas quia eos.\",\"text\":\"Use the online SSL protocol, then you can index the multi-byte pixel!\"}"], ["created_at", "2016-10-06 14:49:15.772812"], ["updated_at", "2016-10-06 14:49:15.772812"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias tempora ut quia est porro.\",\"text\":\"If we program the bus, we can get to the SAS card through the multi-byte SQL circuit!\"}"], ["created_at", "2016-10-06 14:49:15.775380"], ["updated_at", "2016-10-06 14:49:15.775380"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus modi laborum nihil ratione error animi.\",\"text\":\"Use the wireless EXE array, then you can synthesize the neural interface!\"}"], ["created_at", "2016-10-06 14:49:15.777691"], ["updated_at", "2016-10-06 14:49:15.777691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est eveniet et deserunt.\",\"text\":\"Try to synthesize the COM panel, maybe it will synthesize the 1080p protocol!\"}"], ["created_at", "2016-10-06 14:49:15.778776"], ["updated_at", "2016-10-06 14:49:15.778776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio eaque ipsa.\",\"text\":\"Connecting the transmitter won't do anything, we need to connect the cross-platform tcp alarm!\"}"], ["created_at", "2016-10-06 14:49:15.779645"], ["updated_at", "2016-10-06 14:49:15.779645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur cumque ea ullam non amet atque.\",\"text\":\"Try to override the RSS port, maybe it will connect the neural system!\"}"], ["created_at", "2016-10-06 14:49:15.780539"], ["updated_at", "2016-10-06 14:49:15.780539"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe aliquam quos et qui maiores pariatur recusandae.\",\"text\":\"Navigating the bandwidth won't do anything, we need to override the 1080p tcp pixel!\"}"], ["created_at", "2016-10-06 14:49:15.781463"], ["updated_at", "2016-10-06 14:49:15.781463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum qui aut praesentium.\",\"text\":\"Use the auxiliary PNG card, then you can copy the 1080p protocol!\"}"], ["created_at", "2016-10-06 14:49:15.782345"], ["updated_at", "2016-10-06 14:49:15.782345"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt deleniti qui animi vitae doloribus nam quis.\",\"text\":\"If we synthesize the program, we can get to the SDD hard drive through the optical AI bus!\"}"], ["created_at", "2016-10-06 14:49:15.783487"], ["updated_at", "2016-10-06 14:49:15.783487"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem ipsam tenetur delectus architecto corporis.\",\"text\":\"Use the online SMTP matrix, then you can bypass the primary card!\"}"], ["created_at", "2016-10-06 14:49:15.784754"], ["updated_at", "2016-10-06 14:49:15.784754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias in hic est ea.\",\"text\":\"Quantifying the pixel won't do anything, we need to index the back-end ai bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.785659"], ["updated_at", "2016-10-06 14:49:15.785659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex minima necessitatibus non.\",\"text\":\"I'll reboot the open-source AGP driver, that should microchip the THX bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.786563"], ["updated_at", "2016-10-06 14:49:15.786563"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta consequatur omnis voluptas id.\",\"text\":\"You can't parse the capacitor without calculating the bluetooth SDD matrix!\"}"], ["created_at", "2016-10-06 14:49:15.787477"], ["updated_at", "2016-10-06 14:49:15.787477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil quisquam consequuntur autem commodi blanditiis rerum.\",\"text\":\"You can't input the card without bypassing the cross-platform HDD hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.788323"], ["updated_at", "2016-10-06 14:49:15.788323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius quia ut expedita quo qui vel.\",\"text\":\"I'll quantify the multi-byte SCSI matrix, that should hard drive the RAM port!\"}"], ["created_at", "2016-10-06 14:49:15.789207"], ["updated_at", "2016-10-06 14:49:15.789207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae velit dolor animi consequatur dicta.\",\"text\":\"Try to override the ADP pixel, maybe it will synthesize the virtual panel!\"}"], ["created_at", "2016-10-06 14:49:15.790116"], ["updated_at", "2016-10-06 14:49:15.790116"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores laboriosam ad saepe qui sunt.\",\"text\":\"Use the digital XSS microchip, then you can hack the optical system!\"}"], ["created_at", "2016-10-06 14:49:15.791034"], ["updated_at", "2016-10-06 14:49:15.791034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo distinctio ut sunt debitis nulla.\",\"text\":\"I'll synthesize the back-end SAS pixel, that should monitor the SSL circuit!\"}"], ["created_at", "2016-10-06 14:49:15.791906"], ["updated_at", "2016-10-06 14:49:15.791906"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro dolores deleniti et dolores.\",\"text\":\"You can't program the microchip without parsing the wireless XML application!\"}"], ["created_at", "2016-10-06 14:49:15.792784"], ["updated_at", "2016-10-06 14:49:15.792784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut deleniti nihil est voluptas ea corporis.\",\"text\":\"The COM circuit is down, parse the open-source monitor so we can navigate the AGP alarm!\"}"], ["created_at", "2016-10-06 14:49:15.793656"], ["updated_at", "2016-10-06 14:49:15.793656"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum sit veritatis aliquam quasi quas occaecati.\",\"text\":\"We need to hack the optical JBOD microchip!\"}"], ["created_at", "2016-10-06 14:49:15.794514"], ["updated_at", "2016-10-06 14:49:15.794514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus cupiditate autem pariatur.\",\"text\":\"Use the digital EXE firewall, then you can program the digital bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.795406"], ["updated_at", "2016-10-06 14:49:15.795406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi iste cupiditate iure doloremque.\",\"text\":\"We need to calculate the 1080p RSS sensor!\"}"], ["created_at", "2016-10-06 14:49:15.796304"], ["updated_at", "2016-10-06 14:49:15.796304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore cum quod.\",\"text\":\"The RAM alarm is down, transmit the neural system so we can generate the SSL hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.797183"], ["updated_at", "2016-10-06 14:49:15.797183"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium id velit.\",\"text\":\"Hacking the driver won't do anything, we need to compress the virtual ai card!\"}"], ["created_at", "2016-10-06 14:49:15.798050"], ["updated_at", "2016-10-06 14:49:15.798050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique quibusdam incidunt voluptatibus tempora dolor.\",\"text\":\"Quantifying the bus won't do anything, we need to calculate the redundant hdd card!\"}"], ["created_at", "2016-10-06 14:49:15.798901"], ["updated_at", "2016-10-06 14:49:15.798901"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur eum deserunt velit sunt fugit.\",\"text\":\"I'll input the auxiliary IB hard drive, that should driver the COM panel!\"}"], ["created_at", "2016-10-06 14:49:15.799864"], ["updated_at", "2016-10-06 14:49:15.799864"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus libero est illum ab voluptate earum.\",\"text\":\"Try to synthesize the IB firewall, maybe it will calculate the digital hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.801230"], ["updated_at", "2016-10-06 14:49:15.801230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus laudantium omnis provident similique soluta.\",\"text\":\"If we generate the driver, we can get to the SMTP capacitor through the neural JSON feed!\"}"], ["created_at", "2016-10-06 14:49:15.802229"], ["updated_at", "2016-10-06 14:49:15.802229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem et laudantium molestiae.\",\"text\":\"If we calculate the driver, we can get to the XML protocol through the virtual SCSI driver!\"}"], ["created_at", "2016-10-06 14:49:15.803111"], ["updated_at", "2016-10-06 14:49:15.803111"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus error rem veritatis voluptatem ex dolorem culpa.\",\"text\":\"If we copy the system, we can get to the EXE matrix through the redundant SDD pixel!\"}"], ["created_at", "2016-10-06 14:49:15.803990"], ["updated_at", "2016-10-06 14:49:15.803990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia optio ab vel facere voluptatem non necessitatibus.\",\"text\":\"You can't input the sensor without navigating the auxiliary HTTP microchip!\"}"], ["created_at", "2016-10-06 14:49:15.804861"], ["updated_at", "2016-10-06 14:49:15.804861"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis porro voluptatem rerum et voluptate molestiae.\",\"text\":\"Transmitting the application won't do anything, we need to compress the mobile rss hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.805717"], ["updated_at", "2016-10-06 14:49:15.805717"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo ab ea blanditiis culpa saepe facere.\",\"text\":\"If we parse the system, we can get to the XML application through the solid state PCI feed!\"}"], ["created_at", "2016-10-06 14:49:15.806602"], ["updated_at", "2016-10-06 14:49:15.806602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit iste cum.\",\"text\":\"Try to index the RAM firewall, maybe it will override the back-end feed!\"}"], ["created_at", "2016-10-06 14:49:15.807461"], ["updated_at", "2016-10-06 14:49:15.807461"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias suscipit necessitatibus dolorem minima dicta animi id.\",\"text\":\"I'll copy the virtual IB interface, that should bus the COM matrix!\"}"], ["created_at", "2016-10-06 14:49:15.808351"], ["updated_at", "2016-10-06 14:49:15.808351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo soluta voluptatem.\",\"text\":\"If we program the bandwidth, we can get to the AI hard drive through the mobile AI firewall!\"}"], ["created_at", "2016-10-06 14:49:15.809216"], ["updated_at", "2016-10-06 14:49:15.809216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum provident sapiente at ratione.\",\"text\":\"The XSS bandwidth is down, bypass the digital panel so we can connect the JSON port!\"}"], ["created_at", "2016-10-06 14:49:15.810093"], ["updated_at", "2016-10-06 14:49:15.810093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id expedita voluptas odit accusantium.\",\"text\":\"I'll compress the wireless TCP transmitter, that should sensor the PCI driver!\"}"], ["created_at", "2016-10-06 14:49:15.810981"], ["updated_at", "2016-10-06 14:49:15.810981"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto molestiae veniam similique sint.\",\"text\":\"Overriding the alarm won't do anything, we need to bypass the auxiliary sdd alarm!\"}"], ["created_at", "2016-10-06 14:49:15.811836"], ["updated_at", "2016-10-06 14:49:15.811836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et optio sed similique nemo vel dolorem ipsa.\",\"text\":\"I'll calculate the open-source GB hard drive, that should feed the IB monitor!\"}"], ["created_at", "2016-10-06 14:49:15.812712"], ["updated_at", "2016-10-06 14:49:15.812712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid libero sed et debitis ut.\",\"text\":\"Try to navigate the ADP driver, maybe it will input the open-source feed!\"}"], ["created_at", "2016-10-06 14:49:15.813593"], ["updated_at", "2016-10-06 14:49:15.813593"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit debitis animi omnis fuga hic voluptates.\",\"text\":\"We need to back up the solid state SMTP microchip!\"}"], ["created_at", "2016-10-06 14:49:15.814490"], ["updated_at", "2016-10-06 14:49:15.814490"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus molestiae eaque fugiat velit doloremque nisi.\",\"text\":\"Try to override the FTP transmitter, maybe it will copy the online feed!\"}"], ["created_at", "2016-10-06 14:49:15.815357"], ["updated_at", "2016-10-06 14:49:15.815357"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia incidunt veniam et.\",\"text\":\"We need to override the solid state SCSI transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.816232"], ["updated_at", "2016-10-06 14:49:15.816232"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur hic voluptatem molestiae consequatur deserunt et.\",\"text\":\"Try to generate the IB sensor, maybe it will input the digital protocol!\"}"], ["created_at", "2016-10-06 14:49:15.817582"], ["updated_at", "2016-10-06 14:49:15.817582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil eveniet sint perspiciatis autem ea.\",\"text\":\"Use the back-end RAM hard drive, then you can connect the redundant capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.818561"], ["updated_at", "2016-10-06 14:49:15.818561"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum exercitationem laborum illum.\",\"text\":\"Calculating the driver won't do anything, we need to input the digital usb port!\"}"], ["created_at", "2016-10-06 14:49:15.819455"], ["updated_at", "2016-10-06 14:49:15.819455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum est dolorem.\",\"text\":\"Try to synthesize the ADP array, maybe it will compress the optical hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.820387"], ["updated_at", "2016-10-06 14:49:15.820387"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A omnis totam ratione mollitia iure accusantium quis.\",\"text\":\"Try to synthesize the AI alarm, maybe it will input the solid state program!\"}"], ["created_at", "2016-10-06 14:49:15.821289"], ["updated_at", "2016-10-06 14:49:15.821289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam praesentium nostrum dolor.\",\"text\":\"I'll bypass the redundant IB capacitor, that should hard drive the FTP interface!\"}"], ["created_at", "2016-10-06 14:49:15.822209"], ["updated_at", "2016-10-06 14:49:15.822209"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos et doloribus rerum.\",\"text\":\"Use the redundant TCP firewall, then you can hack the bluetooth system!\"}"], ["created_at", "2016-10-06 14:49:15.823082"], ["updated_at", "2016-10-06 14:49:15.823082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta alias id deserunt nesciunt corrupti omnis.\",\"text\":\"If we program the monitor, we can get to the CSS program through the virtual IB capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.823948"], ["updated_at", "2016-10-06 14:49:15.823948"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non dolor impedit eos autem saepe.\",\"text\":\"I'll override the mobile COM interface, that should program the XML sensor!\"}"], ["created_at", "2016-10-06 14:49:15.824888"], ["updated_at", "2016-10-06 14:49:15.824888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat hic quidem aut autem corrupti tempore.\",\"text\":\"The SSL protocol is down, parse the auxiliary bus so we can connect the SSL hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.825801"], ["updated_at", "2016-10-06 14:49:15.825801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia hic voluptatem laboriosam enim.\",\"text\":\"The SAS protocol is down, index the digital array so we can program the HTTP monitor!\"}"], ["created_at", "2016-10-06 14:49:15.826738"], ["updated_at", "2016-10-06 14:49:15.826738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi architecto qui in reiciendis harum consequatur facere.\",\"text\":\"I'll bypass the back-end SMS sensor, that should bandwidth the SAS pixel!\"}"], ["created_at", "2016-10-06 14:49:15.827629"], ["updated_at", "2016-10-06 14:49:15.827629"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quo voluptatem.\",\"text\":\"We need to generate the optical JBOD alarm!\"}"], ["created_at", "2016-10-06 14:49:15.828517"], ["updated_at", "2016-10-06 14:49:15.828517"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut magni ut dolor assumenda consequuntur.\",\"text\":\"We need to override the cross-platform SSL program!\"}"], ["created_at", "2016-10-06 14:49:15.829399"], ["updated_at", "2016-10-06 14:49:15.829399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias aut quo esse fuga hic excepturi.\",\"text\":\"The PCI capacitor is down, index the optical system so we can back up the HTTP alarm!\"}"], ["created_at", "2016-10-06 14:49:15.830310"], ["updated_at", "2016-10-06 14:49:15.830310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae et et facere itaque quos perferendis.\",\"text\":\"Use the 1080p RAM port, then you can back up the open-source microchip!\"}"], ["created_at", "2016-10-06 14:49:15.831199"], ["updated_at", "2016-10-06 14:49:15.831199"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati numquam enim dignissimos totam.\",\"text\":\"We need to override the cross-platform AI hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.832089"], ["updated_at", "2016-10-06 14:49:15.832089"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate et et nemo earum.\",\"text\":\"I'll generate the back-end SAS microchip, that should matrix the SMS system!\"}"], ["created_at", "2016-10-06 14:49:15.832995"], ["updated_at", "2016-10-06 14:49:15.832995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro non earum sed sit nisi.\",\"text\":\"We need to index the 1080p XML port!\"}"], ["created_at", "2016-10-06 14:49:15.834313"], ["updated_at", "2016-10-06 14:49:15.834313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor neque tempora consequatur deserunt odio exercitationem vitae.\",\"text\":\"I'll program the open-source AI sensor, that should transmitter the ADP program!\"}"], ["created_at", "2016-10-06 14:49:15.835227"], ["updated_at", "2016-10-06 14:49:15.835227"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis accusamus maiores a.\",\"text\":\"If we generate the card, we can get to the HTTP circuit through the cross-platform AI application!\"}"], ["created_at", "2016-10-06 14:49:15.836108"], ["updated_at", "2016-10-06 14:49:15.836108"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus quas aliquid distinctio earum.\",\"text\":\"Copying the circuit won't do anything, we need to connect the auxiliary rss bus!\"}"], ["created_at", "2016-10-06 14:49:15.837023"], ["updated_at", "2016-10-06 14:49:15.837023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci iusto consequatur repudiandae autem.\",\"text\":\"We need to reboot the auxiliary SMTP matrix!\"}"], ["created_at", "2016-10-06 14:49:15.837893"], ["updated_at", "2016-10-06 14:49:15.837893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero et doloremque veniam deserunt.\",\"text\":\"Try to connect the SMS firewall, maybe it will compress the primary bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.838808"], ["updated_at", "2016-10-06 14:49:15.838808"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt voluptatem fugiat esse ex dolorem sed dolore.\",\"text\":\"You can't connect the pixel without quantifying the optical JSON system!\"}"], ["created_at", "2016-10-06 14:49:15.839700"], ["updated_at", "2016-10-06 14:49:15.839700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non iste porro quo praesentium blanditiis doloremque aut.\",\"text\":\"If we connect the interface, we can get to the XSS driver through the multi-byte SSL alarm!\"}"], ["created_at", "2016-10-06 14:49:15.840609"], ["updated_at", "2016-10-06 14:49:15.840609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti vitae laboriosam eum tempora nobis impedit non.\",\"text\":\"Try to synthesize the GB matrix, maybe it will index the haptic program!\"}"], ["created_at", "2016-10-06 14:49:15.841520"], ["updated_at", "2016-10-06 14:49:15.841520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum non saepe facilis provident.\",\"text\":\"You can't reboot the transmitter without generating the virtual IB card!\"}"], ["created_at", "2016-10-06 14:49:15.842412"], ["updated_at", "2016-10-06 14:49:15.842412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur dolor voluptate autem nesciunt nisi dicta.\",\"text\":\"We need to input the primary RAM panel!\"}"], ["created_at", "2016-10-06 14:49:15.843263"], ["updated_at", "2016-10-06 14:49:15.843263"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus quasi ut eum et suscipit qui qui.\",\"text\":\"You can't generate the pixel without connecting the redundant SDD hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.844160"], ["updated_at", "2016-10-06 14:49:15.844160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi animi et voluptas quo eius voluptates non.\",\"text\":\"The ADP firewall is down, navigate the auxiliary card so we can override the FTP card!\"}"], ["created_at", "2016-10-06 14:49:15.845035"], ["updated_at", "2016-10-06 14:49:15.845035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut rerum deserunt.\",\"text\":\"We need to calculate the digital JSON sensor!\"}"], ["created_at", "2016-10-06 14:49:15.845901"], ["updated_at", "2016-10-06 14:49:15.845901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque vitae beatae ut tempore doloremque eveniet.\",\"text\":\"We need to program the virtual SMTP system!\"}"], ["created_at", "2016-10-06 14:49:15.846751"], ["updated_at", "2016-10-06 14:49:15.846751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam et dolores a.\",\"text\":\"Try to calculate the IB panel, maybe it will reboot the back-end matrix!\"}"], ["created_at", "2016-10-06 14:49:15.847616"], ["updated_at", "2016-10-06 14:49:15.847616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia atque quae quis.\",\"text\":\"The SMTP microchip is down, back up the mobile application so we can synthesize the ADP card!\"}"], ["created_at", "2016-10-06 14:49:15.848486"], ["updated_at", "2016-10-06 14:49:15.848486"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut accusamus aspernatur quod minus voluptas.\",\"text\":\"Hacking the circuit won't do anything, we need to back up the auxiliary ib array!\"}"], ["created_at", "2016-10-06 14:49:15.849349"], ["updated_at", "2016-10-06 14:49:15.849349"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid voluptatum alias dolorem rerum aliquam velit.\",\"text\":\"If we back up the program, we can get to the SDD panel through the redundant SDD driver!\"}"], ["created_at", "2016-10-06 14:49:15.850610"], ["updated_at", "2016-10-06 14:49:15.850610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum maiores et quo.\",\"text\":\"The AGP firewall is down, quantify the digital firewall so we can reboot the XML circuit!\"}"], ["created_at", "2016-10-06 14:49:15.851721"], ["updated_at", "2016-10-06 14:49:15.851721"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque deserunt quod enim magni vero animi.\",\"text\":\"We need to override the open-source JSON firewall!\"}"], ["created_at", "2016-10-06 14:49:15.852624"], ["updated_at", "2016-10-06 14:49:15.852624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium voluptatibus eum in voluptatem dolor deserunt quis.\",\"text\":\"I'll navigate the open-source AGP feed, that should transmitter the ADP card!\"}"], ["created_at", "2016-10-06 14:49:15.853531"], ["updated_at", "2016-10-06 14:49:15.853531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est doloribus unde earum itaque et dolores quae.\",\"text\":\"The AGP program is down, back up the multi-byte capacitor so we can back up the SQL program!\"}"], ["created_at", "2016-10-06 14:49:15.854417"], ["updated_at", "2016-10-06 14:49:15.854417"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus recusandae saepe voluptate in.\",\"text\":\"Try to parse the SCSI port, maybe it will calculate the digital matrix!\"}"], ["created_at", "2016-10-06 14:49:15.855299"], ["updated_at", "2016-10-06 14:49:15.855299"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit exercitationem saepe ut iste dignissimos.\",\"text\":\"Try to compress the HDD feed, maybe it will override the bluetooth capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.856199"], ["updated_at", "2016-10-06 14:49:15.856199"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni fuga iure.\",\"text\":\"We need to compress the neural GB hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.857079"], ["updated_at", "2016-10-06 14:49:15.857079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam sit ea est error id voluptas.\",\"text\":\"The RSS interface is down, compress the haptic card so we can override the ADP interface!\"}"], ["created_at", "2016-10-06 14:49:15.857956"], ["updated_at", "2016-10-06 14:49:15.857956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quisquam earum rerum.\",\"text\":\"If we bypass the system, we can get to the COM firewall through the 1080p USB port!\"}"], ["created_at", "2016-10-06 14:49:15.858846"], ["updated_at", "2016-10-06 14:49:15.858846"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum et error expedita placeat eligendi vitae.\",\"text\":\"Use the redundant EXE circuit, then you can copy the wireless monitor!\"}"], ["created_at", "2016-10-06 14:49:15.859719"], ["updated_at", "2016-10-06 14:49:15.859719"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque eveniet sint earum vero qui.\",\"text\":\"If we connect the interface, we can get to the AI panel through the open-source SMS array!\"}"], ["created_at", "2016-10-06 14:49:15.860573"], ["updated_at", "2016-10-06 14:49:15.860573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui omnis voluptate.\",\"text\":\"I'll program the open-source EXE feed, that should matrix the TCP feed!\"}"], ["created_at", "2016-10-06 14:49:15.861467"], ["updated_at", "2016-10-06 14:49:15.861467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam sed ipsa magni enim aut.\",\"text\":\"The IB firewall is down, reboot the primary sensor so we can override the USB hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.862338"], ["updated_at", "2016-10-06 14:49:15.862338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ut fugiat perferendis.\",\"text\":\"You can't synthesize the capacitor without hacking the primary XSS array!\"}"], ["created_at", "2016-10-06 14:49:15.863262"], ["updated_at", "2016-10-06 14:49:15.863262"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate aut qui dolore labore.\",\"text\":\"I'll index the cross-platform COM alarm, that should port the AGP bus!\"}"], ["created_at", "2016-10-06 14:49:15.864148"], ["updated_at", "2016-10-06 14:49:15.864148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat aut est similique qui.\",\"text\":\"We need to index the digital SAS sensor!\"}"], ["created_at", "2016-10-06 14:49:15.864997"], ["updated_at", "2016-10-06 14:49:15.864997"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet quidem eaque.\",\"text\":\"Navigating the program won't do anything, we need to compress the virtual png bus!\"}"], ["created_at", "2016-10-06 14:49:15.865899"], ["updated_at", "2016-10-06 14:49:15.865899"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea quis sint iure est itaque necessitatibus.\",\"text\":\"You can't compress the interface without hacking the bluetooth SAS interface!\"}"], ["created_at", "2016-10-06 14:49:15.867152"], ["updated_at", "2016-10-06 14:49:15.867152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit ipsum explicabo ex.\",\"text\":\"Synthesizing the card won't do anything, we need to connect the solid state agp protocol!\"}"], ["created_at", "2016-10-06 14:49:15.868228"], ["updated_at", "2016-10-06 14:49:15.868228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores et consequatur expedita.\",\"text\":\"We need to compress the back-end XSS matrix!\"}"], ["created_at", "2016-10-06 14:49:15.869136"], ["updated_at", "2016-10-06 14:49:15.869136"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus porro inventore.\",\"text\":\"The FTP circuit is down, quantify the online pixel so we can index the PCI pixel!\"}"], ["created_at", "2016-10-06 14:49:15.870048"], ["updated_at", "2016-10-06 14:49:15.870048"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In consequatur rerum consequuntur ex excepturi quos ipsum.\",\"text\":\"We need to hack the multi-byte PCI firewall!\"}"], ["created_at", "2016-10-06 14:49:15.870987"], ["updated_at", "2016-10-06 14:49:15.870987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis magni et eos quo voluptatum quas odit.\",\"text\":\"Hacking the hard drive won't do anything, we need to hack the 1080p scsi card!\"}"], ["created_at", "2016-10-06 14:49:15.871937"], ["updated_at", "2016-10-06 14:49:15.871937"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam et ut modi vel nesciunt architecto possimus.\",\"text\":\"If we parse the card, we can get to the ADP card through the primary XSS driver!\"}"], ["created_at", "2016-10-06 14:49:15.872816"], ["updated_at", "2016-10-06 14:49:15.872816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt totam quod nobis.\",\"text\":\"The USB interface is down, connect the auxiliary application so we can reboot the SCSI feed!\"}"], ["created_at", "2016-10-06 14:49:15.873682"], ["updated_at", "2016-10-06 14:49:15.873682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur ut nam quisquam vel pariatur repudiandae.\",\"text\":\"Use the bluetooth CSS pixel, then you can program the cross-platform firewall!\"}"], ["created_at", "2016-10-06 14:49:15.874644"], ["updated_at", "2016-10-06 14:49:15.874644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus dolorem sint consequatur eum.\",\"text\":\"You can't copy the system without backing up the online USB card!\"}"], ["created_at", "2016-10-06 14:49:15.875560"], ["updated_at", "2016-10-06 14:49:15.875560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia quia nihil quam harum aut.\",\"text\":\"I'll back up the multi-byte HTTP transmitter, that should sensor the HDD firewall!\"}"], ["created_at", "2016-10-06 14:49:15.876418"], ["updated_at", "2016-10-06 14:49:15.876418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit quasi voluptatem.\",\"text\":\"If we back up the panel, we can get to the JSON capacitor through the mobile USB panel!\"}"], ["created_at", "2016-10-06 14:49:15.877304"], ["updated_at", "2016-10-06 14:49:15.877304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde temporibus vero autem et.\",\"text\":\"We need to transmit the virtual HTTP feed!\"}"], ["created_at", "2016-10-06 14:49:15.878232"], ["updated_at", "2016-10-06 14:49:15.878232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus excepturi numquam.\",\"text\":\"Synthesizing the transmitter won't do anything, we need to quantify the primary sms application!\"}"], ["created_at", "2016-10-06 14:49:15.879082"], ["updated_at", "2016-10-06 14:49:15.879082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit harum voluptatibus est qui.\",\"text\":\"The SMS bandwidth is down, hack the auxiliary circuit so we can connect the USB feed!\"}"], ["created_at", "2016-10-06 14:49:15.880009"], ["updated_at", "2016-10-06 14:49:15.880009"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis odit incidunt rem voluptatem.\",\"text\":\"The HDD circuit is down, synthesize the redundant hard drive so we can navigate the ADP alarm!\"}"], ["created_at", "2016-10-06 14:49:15.880880"], ["updated_at", "2016-10-06 14:49:15.880880"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In hic corrupti.\",\"text\":\"You can't connect the panel without generating the online THX alarm!\"}"], ["created_at", "2016-10-06 14:49:15.881728"], ["updated_at", "2016-10-06 14:49:15.881728"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis animi et sed ipsum nobis recusandae fugiat.\",\"text\":\"The COM circuit is down, input the multi-byte panel so we can quantify the RAM program!\"}"], ["created_at", "2016-10-06 14:49:15.882654"], ["updated_at", "2016-10-06 14:49:15.882654"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam qui aut.\",\"text\":\"Overriding the protocol won't do anything, we need to bypass the redundant ram pixel!\"}"], ["created_at", "2016-10-06 14:49:15.883883"], ["updated_at", "2016-10-06 14:49:15.883883"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur at distinctio.\",\"text\":\"Use the multi-byte PCI matrix, then you can connect the digital card!\"}"], ["created_at", "2016-10-06 14:49:15.885296"], ["updated_at", "2016-10-06 14:49:15.885296"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et sint nisi optio dolores sunt.\",\"text\":\"Use the bluetooth FTP array, then you can input the back-end capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.886703"], ["updated_at", "2016-10-06 14:49:15.886703"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt voluptas quam et doloribus.\",\"text\":\"If we copy the alarm, we can get to the XSS feed through the multi-byte AGP protocol!\"}"], ["created_at", "2016-10-06 14:49:15.888040"], ["updated_at", "2016-10-06 14:49:15.888040"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil ad ut.\",\"text\":\"I'll connect the haptic RAM microchip, that should pixel the HDD system!\"}"], ["created_at", "2016-10-06 14:49:15.889374"], ["updated_at", "2016-10-06 14:49:15.889374"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed eius doloremque dolor.\",\"text\":\"Try to navigate the HDD protocol, maybe it will connect the back-end driver!\"}"], ["created_at", "2016-10-06 14:49:15.891982"], ["updated_at", "2016-10-06 14:49:15.891982"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis sit maxime et quidem.\",\"text\":\"We need to copy the auxiliary IB matrix!\"}"], ["created_at", "2016-10-06 14:49:15.893973"], ["updated_at", "2016-10-06 14:49:15.893973"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae libero sit doloribus commodi beatae.\",\"text\":\"I'll parse the 1080p JBOD monitor, that should firewall the IB sensor!\"}"], ["created_at", "2016-10-06 14:49:15.896754"], ["updated_at", "2016-10-06 14:49:15.896754"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit ducimus sed quos incidunt ex corrupti et.\",\"text\":\"You can't index the bandwidth without navigating the wireless SSL system!\"}"], ["created_at", "2016-10-06 14:49:15.897872"], ["updated_at", "2016-10-06 14:49:15.897872"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas magnam accusamus quaerat eum iure dolorem.\",\"text\":\"If we bypass the protocol, we can get to the EXE bus through the open-source AI alarm!\"}"], ["created_at", "2016-10-06 14:49:15.898889"], ["updated_at", "2016-10-06 14:49:15.898889"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A magni corporis sed deserunt minima consequatur totam.\",\"text\":\"Use the mobile SMS circuit, then you can input the back-end interface!\"}"], ["created_at", "2016-10-06 14:49:15.900099"], ["updated_at", "2016-10-06 14:49:15.900099"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et incidunt temporibus qui voluptatem deleniti sequi ducimus.\",\"text\":\"Indexing the port won't do anything, we need to transmit the auxiliary sdd matrix!\"}"], ["created_at", "2016-10-06 14:49:15.901340"], ["updated_at", "2016-10-06 14:49:15.901340"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui cum aut.\",\"text\":\"Use the virtual EXE sensor, then you can back up the 1080p system!\"}"], ["created_at", "2016-10-06 14:49:15.902240"], ["updated_at", "2016-10-06 14:49:15.902240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae minus ad eum fugit optio.\",\"text\":\"Generating the card won't do anything, we need to compress the back-end css alarm!\"}"], ["created_at", "2016-10-06 14:49:15.903122"], ["updated_at", "2016-10-06 14:49:15.903122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus et eos qui ad.\",\"text\":\"Use the back-end SDD microchip, then you can input the digital sensor!\"}"], ["created_at", "2016-10-06 14:49:15.904008"], ["updated_at", "2016-10-06 14:49:15.904008"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum labore et sed consectetur saepe.\",\"text\":\"The TCP sensor is down, back up the virtual pixel so we can hack the COM firewall!\"}"], ["created_at", "2016-10-06 14:49:15.904876"], ["updated_at", "2016-10-06 14:49:15.904876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut id illum sed aut non omnis.\",\"text\":\"The SCSI card is down, index the primary matrix so we can navigate the SCSI transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.905791"], ["updated_at", "2016-10-06 14:49:15.905791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus aut adipisci in impedit voluptas.\",\"text\":\"Use the primary TCP bus, then you can quantify the auxiliary port!\"}"], ["created_at", "2016-10-06 14:49:15.906683"], ["updated_at", "2016-10-06 14:49:15.906683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae odit soluta magnam nihil consequatur odio magni.\",\"text\":\"You can't compress the interface without calculating the optical IB transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.907571"], ["updated_at", "2016-10-06 14:49:15.907571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus sunt eligendi.\",\"text\":\"I'll parse the bluetooth AGP panel, that should protocol the IB alarm!\"}"], ["created_at", "2016-10-06 14:49:15.908438"], ["updated_at", "2016-10-06 14:49:15.908438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dolores omnis assumenda vel qui aut aut.\",\"text\":\"If we synthesize the capacitor, we can get to the SCSI panel through the multi-byte PNG bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.909317"], ["updated_at", "2016-10-06 14:49:15.909317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias aut velit blanditiis nostrum ducimus.\",\"text\":\"The PNG array is down, navigate the neural array so we can bypass the ADP bus!\"}"], ["created_at", "2016-10-06 14:49:15.910241"], ["updated_at", "2016-10-06 14:49:15.910241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores quibusdam omnis aliquam incidunt expedita aspernatur ea.\",\"text\":\"We need to transmit the auxiliary RAM sensor!\"}"], ["created_at", "2016-10-06 14:49:15.911142"], ["updated_at", "2016-10-06 14:49:15.911142"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam quia fuga possimus aliquid explicabo.\",\"text\":\"Generating the bus won't do anything, we need to bypass the optical sas capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.912008"], ["updated_at", "2016-10-06 14:49:15.912008"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati et est consectetur incidunt rerum sed.\",\"text\":\"Use the bluetooth EXE transmitter, then you can override the redundant alarm!\"}"], ["created_at", "2016-10-06 14:49:15.912850"], ["updated_at", "2016-10-06 14:49:15.912850"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis iure ea eveniet molestiae soluta aperiam.\",\"text\":\"You can't back up the array without backing up the multi-byte COM feed!\"}"], ["created_at", "2016-10-06 14:49:15.913716"], ["updated_at", "2016-10-06 14:49:15.913716"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptatem soluta hic est.\",\"text\":\"Use the open-source FTP firewall, then you can index the virtual monitor!\"}"], ["created_at", "2016-10-06 14:49:15.914594"], ["updated_at", "2016-10-06 14:49:15.914594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est alias.\",\"text\":\"Use the cross-platform HTTP panel, then you can compress the open-source application!\"}"], ["created_at", "2016-10-06 14:49:15.915472"], ["updated_at", "2016-10-06 14:49:15.915472"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatem ut odit soluta.\",\"text\":\"Navigating the array won't do anything, we need to generate the wireless sms interface!\"}"], ["created_at", "2016-10-06 14:49:15.916492"], ["updated_at", "2016-10-06 14:49:15.916492"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa adipisci ex est vitae consequuntur vel nulla.\",\"text\":\"We need to override the back-end SCSI sensor!\"}"], ["created_at", "2016-10-06 14:49:15.917986"], ["updated_at", "2016-10-06 14:49:15.917986"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem illo ab.\",\"text\":\"You can't parse the panel without calculating the 1080p SQL firewall!\"}"], ["created_at", "2016-10-06 14:49:15.919321"], ["updated_at", "2016-10-06 14:49:15.919321"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque atque dicta at.\",\"text\":\"We need to override the digital SQL array!\"}"], ["created_at", "2016-10-06 14:49:15.921710"], ["updated_at", "2016-10-06 14:49:15.921710"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus consectetur sit fuga veritatis pariatur suscipit eos.\",\"text\":\"If we bypass the alarm, we can get to the TCP application through the online THX port!\"}"], ["created_at", "2016-10-06 14:49:15.923189"], ["updated_at", "2016-10-06 14:49:15.923189"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio quam exercitationem dolor aliquam aut debitis doloribus.\",\"text\":\"The JSON sensor is down, synthesize the back-end transmitter so we can input the EXE port!\"}"], ["created_at", "2016-10-06 14:49:15.926030"], ["updated_at", "2016-10-06 14:49:15.926030"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi temporibus autem cumque saepe modi quia qui.\",\"text\":\"We need to program the wireless AI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.927923"], ["updated_at", "2016-10-06 14:49:15.927923"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem sit ipsum.\",\"text\":\"Try to synthesize the XSS microchip, maybe it will transmit the back-end program!\"}"], ["created_at", "2016-10-06 14:49:15.928956"], ["updated_at", "2016-10-06 14:49:15.928956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor rerum dolores voluptas voluptatem.\",\"text\":\"Use the solid state SAS hard drive, then you can calculate the neural array!\"}"], ["created_at", "2016-10-06 14:49:15.929908"], ["updated_at", "2016-10-06 14:49:15.929908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat tenetur quae est et explicabo id dolorem.\",\"text\":\"Use the digital JSON alarm, then you can program the virtual port!\"}"], ["created_at", "2016-10-06 14:49:15.930884"], ["updated_at", "2016-10-06 14:49:15.930884"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dignissimos quia.\",\"text\":\"I'll connect the redundant HTTP array, that should protocol the PCI array!\"}"], ["created_at", "2016-10-06 14:49:15.931836"], ["updated_at", "2016-10-06 14:49:15.931836"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur explicabo non non consectetur beatae.\",\"text\":\"The SDD driver is down, reboot the virtual feed so we can bypass the SMS program!\"}"], ["created_at", "2016-10-06 14:49:15.932828"], ["updated_at", "2016-10-06 14:49:15.932828"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus omnis voluptatem.\",\"text\":\"If we reboot the system, we can get to the RAM interface through the haptic XSS system!\"}"], ["created_at", "2016-10-06 14:49:15.934266"], ["updated_at", "2016-10-06 14:49:15.934266"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque occaecati qui quos voluptate.\",\"text\":\"If we back up the application, we can get to the XML circuit through the haptic IB port!\"}"], ["created_at", "2016-10-06 14:49:15.935230"], ["updated_at", "2016-10-06 14:49:15.935230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias aut et error repellat eos et.\",\"text\":\"The HTTP microchip is down, compress the auxiliary bandwidth so we can navigate the XSS microchip!\"}"], ["created_at", "2016-10-06 14:49:15.936150"], ["updated_at", "2016-10-06 14:49:15.936150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio delectus inventore beatae omnis voluptatem voluptas qui.\",\"text\":\"I'll calculate the neural THX panel, that should pixel the RSS circuit!\"}"], ["created_at", "2016-10-06 14:49:15.937047"], ["updated_at", "2016-10-06 14:49:15.937047"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed dolorem deserunt nostrum cum odio.\",\"text\":\"Use the primary SQL bus, then you can program the 1080p driver!\"}"], ["created_at", "2016-10-06 14:49:15.937924"], ["updated_at", "2016-10-06 14:49:15.937924"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi vel voluptatem omnis.\",\"text\":\"If we quantify the circuit, we can get to the COM card through the mobile HTTP card!\"}"], ["created_at", "2016-10-06 14:49:15.938857"], ["updated_at", "2016-10-06 14:49:15.938857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit et qui.\",\"text\":\"If we parse the capacitor, we can get to the SMS array through the cross-platform HTTP application!\"}"], ["created_at", "2016-10-06 14:49:15.939742"], ["updated_at", "2016-10-06 14:49:15.939742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis non est omnis placeat nostrum voluptates.\",\"text\":\"If we navigate the pixel, we can get to the SAS transmitter through the wireless CSS interface!\"}"], ["created_at", "2016-10-06 14:49:15.940680"], ["updated_at", "2016-10-06 14:49:15.940680"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos deserunt ea ratione.\",\"text\":\"Use the online XSS firewall, then you can program the neural bus!\"}"], ["created_at", "2016-10-06 14:49:15.941633"], ["updated_at", "2016-10-06 14:49:15.941633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero explicabo doloribus ut mollitia.\",\"text\":\"If we input the system, we can get to the SMS firewall through the mobile THX pixel!\"}"], ["created_at", "2016-10-06 14:49:15.942534"], ["updated_at", "2016-10-06 14:49:15.942534"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias velit mollitia.\",\"text\":\"Try to bypass the XSS system, maybe it will calculate the digital hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.943421"], ["updated_at", "2016-10-06 14:49:15.943421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis ut sit molestiae similique.\",\"text\":\"You can't reboot the microchip without transmitting the bluetooth JSON interface!\"}"], ["created_at", "2016-10-06 14:49:15.944279"], ["updated_at", "2016-10-06 14:49:15.944279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat eveniet sunt est inventore illo architecto repellat.\",\"text\":\"We need to input the multi-byte USB array!\"}"], ["created_at", "2016-10-06 14:49:15.945156"], ["updated_at", "2016-10-06 14:49:15.945156"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora enim vel voluptas.\",\"text\":\"Use the neural XSS capacitor, then you can override the haptic microchip!\"}"], ["created_at", "2016-10-06 14:49:15.946007"], ["updated_at", "2016-10-06 14:49:15.946007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate illo minima unde distinctio vel est veniam.\",\"text\":\"Overriding the protocol won't do anything, we need to input the 1080p json application!\"}"], ["created_at", "2016-10-06 14:49:15.946895"], ["updated_at", "2016-10-06 14:49:15.946895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit voluptatem id.\",\"text\":\"Use the 1080p COM array, then you can override the cross-platform driver!\"}"], ["created_at", "2016-10-06 14:49:15.947763"], ["updated_at", "2016-10-06 14:49:15.947763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem et dolorem.\",\"text\":\"Use the digital AI hard drive, then you can compress the mobile port!\"}"], ["created_at", "2016-10-06 14:49:15.948608"], ["updated_at", "2016-10-06 14:49:15.948608"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit nulla porro labore perspiciatis recusandae optio.\",\"text\":\"Copying the alarm won't do anything, we need to back up the primary ram panel!\"}"], ["created_at", "2016-10-06 14:49:15.949522"], ["updated_at", "2016-10-06 14:49:15.949522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae officiis eaque.\",\"text\":\"Try to quantify the CSS application, maybe it will program the mobile bus!\"}"], ["created_at", "2016-10-06 14:49:15.950908"], ["updated_at", "2016-10-06 14:49:15.950908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit et repudiandae voluptatem maiores hic omnis nisi.\",\"text\":\"Connecting the card won't do anything, we need to synthesize the neural json hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.951864"], ["updated_at", "2016-10-06 14:49:15.951864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At accusamus voluptatibus ex.\",\"text\":\"Calculating the application won't do anything, we need to calculate the solid state rss matrix!\"}"], ["created_at", "2016-10-06 14:49:15.952718"], ["updated_at", "2016-10-06 14:49:15.952718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus quasi enim impedit et cum nulla.\",\"text\":\"Use the open-source IB matrix, then you can navigate the primary alarm!\"}"], ["created_at", "2016-10-06 14:49:15.953587"], ["updated_at", "2016-10-06 14:49:15.953587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora qui rem quas illum optio ipsa.\",\"text\":\"Synthesizing the microchip won't do anything, we need to back up the primary ftp bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.954481"], ["updated_at", "2016-10-06 14:49:15.954481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In omnis quia enim fugit quia.\",\"text\":\"Use the auxiliary COM firewall, then you can back up the haptic interface!\"}"], ["created_at", "2016-10-06 14:49:15.955342"], ["updated_at", "2016-10-06 14:49:15.955342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum eum sunt quia distinctio molestiae.\",\"text\":\"The ADP pixel is down, navigate the primary driver so we can reboot the FTP feed!\"}"], ["created_at", "2016-10-06 14:49:15.956207"], ["updated_at", "2016-10-06 14:49:15.956207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste modi delectus.\",\"text\":\"We need to quantify the mobile IB interface!\"}"], ["created_at", "2016-10-06 14:49:15.957048"], ["updated_at", "2016-10-06 14:49:15.957048"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem et distinctio.\",\"text\":\"I'll parse the auxiliary ADP port, that should pixel the IB sensor!\"}"], ["created_at", "2016-10-06 14:49:15.957925"], ["updated_at", "2016-10-06 14:49:15.957925"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid ut dolorem id dolores iusto.\",\"text\":\"I'll copy the auxiliary TCP array, that should array the SAS program!\"}"], ["created_at", "2016-10-06 14:49:15.958917"], ["updated_at", "2016-10-06 14:49:15.958917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam veritatis ut consequatur optio qui vel itaque.\",\"text\":\"You can't parse the pixel without compressing the bluetooth PCI firewall!\"}"], ["created_at", "2016-10-06 14:49:15.959806"], ["updated_at", "2016-10-06 14:49:15.959806"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non cupiditate eveniet.\",\"text\":\"If we copy the sensor, we can get to the SMTP array through the multi-byte SCSI pixel!\"}"], ["created_at", "2016-10-06 14:49:15.960680"], ["updated_at", "2016-10-06 14:49:15.960680"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet architecto cumque ex nemo aut quia.\",\"text\":\"Calculating the bus won't do anything, we need to copy the bluetooth agp interface!\"}"], ["created_at", "2016-10-06 14:49:15.961529"], ["updated_at", "2016-10-06 14:49:15.961529"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et magni perferendis.\",\"text\":\"The XSS hard drive is down, connect the redundant bus so we can synthesize the SCSI hard drive!\"}"], ["created_at", "2016-10-06 14:49:15.962407"], ["updated_at", "2016-10-06 14:49:15.962407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum assumenda dolores voluptas qui et in.\",\"text\":\"We need to synthesize the 1080p XML transmitter!\"}"], ["created_at", "2016-10-06 14:49:15.963302"], ["updated_at", "2016-10-06 14:49:15.963302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati molestiae excepturi.\",\"text\":\"The SCSI circuit is down, transmit the wireless firewall so we can hack the COM application!\"}"], ["created_at", "2016-10-06 14:49:15.964175"], ["updated_at", "2016-10-06 14:49:15.964175"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quia et laborum sunt.\",\"text\":\"I'll hack the mobile CSS circuit, that should system the SAS panel!\"}"], ["created_at", "2016-10-06 14:49:15.965028"], ["updated_at", "2016-10-06 14:49:15.965028"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta aut ut sit in autem odio.\",\"text\":\"The XML card is down, back up the 1080p capacitor so we can override the HTTP matrix!\"}"], ["created_at", "2016-10-06 14:49:15.965916"], ["updated_at", "2016-10-06 14:49:15.965916"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum dicta quisquam voluptatem.\",\"text\":\"I'll connect the solid state USB capacitor, that should hard drive the GB application!\"}"], ["created_at", "2016-10-06 14:49:15.967167"], ["updated_at", "2016-10-06 14:49:15.967167"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam libero eos.\",\"text\":\"Try to override the SMS array, maybe it will connect the solid state program!\"}"], ["created_at", "2016-10-06 14:49:15.968607"], ["updated_at", "2016-10-06 14:49:15.968607"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus dolore totam eum.\",\"text\":\"I'll reboot the neural SQL feed, that should feed the AI application!\"}"], ["created_at", "2016-10-06 14:49:15.970013"], ["updated_at", "2016-10-06 14:49:15.970013"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam saepe rerum quidem velit harum et ea.\",\"text\":\"Bypassing the monitor won't do anything, we need to index the neural gb microchip!\"}"], ["created_at", "2016-10-06 14:49:15.971313"], ["updated_at", "2016-10-06 14:49:15.971313"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione repudiandae nihil quos.\",\"text\":\"You can't back up the firewall without overriding the wireless THX application!\"}"], ["created_at", "2016-10-06 14:49:15.973437"], ["updated_at", "2016-10-06 14:49:15.973437"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum itaque exercitationem quis voluptatem quo quaerat ad.\",\"text\":\"Use the wireless JBOD alarm, then you can connect the mobile panel!\"}"], ["created_at", "2016-10-06 14:49:15.975149"], ["updated_at", "2016-10-06 14:49:15.975149"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quia sit nemo qui omnis quia.\",\"text\":\"Use the bluetooth TCP circuit, then you can bypass the haptic microchip!\"}"], ["created_at", "2016-10-06 14:49:15.977700"], ["updated_at", "2016-10-06 14:49:15.977700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident quia et rerum aliquid esse.\",\"text\":\"The AGP array is down, quantify the 1080p panel so we can connect the SMS circuit!\"}"], ["created_at", "2016-10-06 14:49:15.979696"], ["updated_at", "2016-10-06 14:49:15.979696"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta atque perferendis molestias sint sit aut ex.\",\"text\":\"If we index the application, we can get to the PCI pixel through the cross-platform JBOD protocol!\"}"], ["created_at", "2016-10-06 14:49:15.980700"], ["updated_at", "2016-10-06 14:49:15.980700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem dolores vero vitae ducimus quisquam.\",\"text\":\"Try to hack the AI driver, maybe it will connect the solid state matrix!\"}"], ["created_at", "2016-10-06 14:49:15.981561"], ["updated_at", "2016-10-06 14:49:15.981561"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis corporis ut.\",\"text\":\"If we input the array, we can get to the THX pixel through the multi-byte ADP port!\"}"], ["created_at", "2016-10-06 14:49:15.982510"], ["updated_at", "2016-10-06 14:49:15.982510"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste qui error et incidunt.\",\"text\":\"Try to hack the AI firewall, maybe it will back up the primary driver!\"}"], ["created_at", "2016-10-06 14:49:15.983787"], ["updated_at", "2016-10-06 14:49:15.983787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat veritatis blanditiis id quia eligendi voluptates.\",\"text\":\"Compressing the monitor won't do anything, we need to connect the multi-byte sql firewall!\"}"], ["created_at", "2016-10-06 14:49:15.984872"], ["updated_at", "2016-10-06 14:49:15.984872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero et impedit.\",\"text\":\"The RSS feed is down, navigate the optical protocol so we can generate the GB application!\"}"], ["created_at", "2016-10-06 14:49:15.985754"], ["updated_at", "2016-10-06 14:49:15.985754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi sint placeat quam eos fuga minima.\",\"text\":\"I'll bypass the back-end PCI circuit, that should alarm the COM sensor!\"}"], ["created_at", "2016-10-06 14:49:15.986659"], ["updated_at", "2016-10-06 14:49:15.986659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum nihil nisi.\",\"text\":\"We need to quantify the open-source SAS application!\"}"], ["created_at", "2016-10-06 14:49:15.987581"], ["updated_at", "2016-10-06 14:49:15.987581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia in tenetur tempora iusto non et.\",\"text\":\"You can't copy the circuit without generating the mobile PCI interface!\"}"], ["created_at", "2016-10-06 14:49:15.988450"], ["updated_at", "2016-10-06 14:49:15.988450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi perferendis nobis.\",\"text\":\"I'll navigate the online TCP card, that should card the SCSI circuit!\"}"], ["created_at", "2016-10-06 14:49:15.989322"], ["updated_at", "2016-10-06 14:49:15.989322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo expedita nesciunt beatae et quia amet.\",\"text\":\"Indexing the panel won't do anything, we need to generate the digital json matrix!\"}"], ["created_at", "2016-10-06 14:49:15.990188"], ["updated_at", "2016-10-06 14:49:15.990188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quo praesentium nemo cumque.\",\"text\":\"You can't calculate the pixel without copying the bluetooth THX bandwidth!\"}"], ["created_at", "2016-10-06 14:49:15.991117"], ["updated_at", "2016-10-06 14:49:15.991117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem dolore voluptatem excepturi molestias iure.\",\"text\":\"The TCP interface is down, program the optical microchip so we can navigate the JBOD port!\"}"], ["created_at", "2016-10-06 14:49:15.992008"], ["updated_at", "2016-10-06 14:49:15.992008"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis blanditiis iure sunt.\",\"text\":\"If we synthesize the bandwidth, we can get to the RSS pixel through the haptic RSS matrix!\"}"], ["created_at", "2016-10-06 14:49:15.992876"], ["updated_at", "2016-10-06 14:49:15.992876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A laudantium esse qui illum facere itaque.\",\"text\":\"Use the neural AGP firewall, then you can compress the solid state program!\"}"], ["created_at", "2016-10-06 14:49:15.993784"], ["updated_at", "2016-10-06 14:49:15.993784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel sit maxime.\",\"text\":\"If we reboot the monitor, we can get to the EXE capacitor through the primary XSS circuit!\"}"], ["created_at", "2016-10-06 14:49:15.994722"], ["updated_at", "2016-10-06 14:49:15.994722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus velit dolore.\",\"text\":\"Try to reboot the AI capacitor, maybe it will hack the bluetooth card!\"}"], ["created_at", "2016-10-06 14:49:15.995615"], ["updated_at", "2016-10-06 14:49:15.995615"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est laudantium veniam quia natus necessitatibus.\",\"text\":\"We need to reboot the cross-platform FTP program!\"}"], ["created_at", "2016-10-06 14:49:15.996492"], ["updated_at", "2016-10-06 14:49:15.996492"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos autem itaque sed cumque porro.\",\"text\":\"If we program the capacitor, we can get to the IB matrix through the wireless AGP program!\"}"], ["created_at", "2016-10-06 14:49:15.997337"], ["updated_at", "2016-10-06 14:49:15.997337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore repudiandae molestiae doloremque qui.\",\"text\":\"You can't transmit the alarm without hacking the 1080p JBOD application!\"}"], ["created_at", "2016-10-06 14:49:15.998259"], ["updated_at", "2016-10-06 14:49:15.998259"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quia distinctio.\",\"text\":\"If we program the array, we can get to the HDD alarm through the 1080p SMS capacitor!\"}"], ["created_at", "2016-10-06 14:49:15.999125"], ["updated_at", "2016-10-06 14:49:15.999125"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente sunt deserunt eos illum sit exercitationem.\",\"text\":\"I'll generate the bluetooth TCP bus, that should bandwidth the PCI bus!\"}"], ["created_at", "2016-10-06 14:49:16.000305"], ["updated_at", "2016-10-06 14:49:16.000305"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dignissimos ut animi.\",\"text\":\"Generating the circuit won't do anything, we need to copy the primary exe alarm!\"}"], ["created_at", "2016-10-06 14:49:16.001490"], ["updated_at", "2016-10-06 14:49:16.001490"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga dolorem occaecati odio amet aliquid dolores dolore.\",\"text\":\"We need to compress the wireless TCP system!\"}"], ["created_at", "2016-10-06 14:49:16.002395"], ["updated_at", "2016-10-06 14:49:16.002395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus sapiente adipisci vero sit.\",\"text\":\"The SAS application is down, compress the wireless port so we can synthesize the SMS protocol!\"}"], ["created_at", "2016-10-06 14:49:16.003279"], ["updated_at", "2016-10-06 14:49:16.003279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum qui repudiandae quia sunt dolores sunt.\",\"text\":\"I'll program the haptic AI card, that should capacitor the TCP microchip!\"}"], ["created_at", "2016-10-06 14:49:16.004166"], ["updated_at", "2016-10-06 14:49:16.004166"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio odit voluptas dolores ab vero.\",\"text\":\"The AI protocol is down, calculate the auxiliary hard drive so we can navigate the SCSI protocol!\"}"], ["created_at", "2016-10-06 14:49:16.005031"], ["updated_at", "2016-10-06 14:49:16.005031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolore eligendi.\",\"text\":\"We need to synthesize the multi-byte COM sensor!\"}"], ["created_at", "2016-10-06 14:49:16.005958"], ["updated_at", "2016-10-06 14:49:16.005958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut facilis laboriosam tempore sed.\",\"text\":\"You can't override the circuit without connecting the neural TCP microchip!\"}"], ["created_at", "2016-10-06 14:49:16.006896"], ["updated_at", "2016-10-06 14:49:16.006896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi et perspiciatis quos.\",\"text\":\"Try to reboot the IB bus, maybe it will reboot the auxiliary firewall!\"}"], ["created_at", "2016-10-06 14:49:16.007814"], ["updated_at", "2016-10-06 14:49:16.007814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor nobis corporis sed eum.\",\"text\":\"I'll parse the cross-platform JSON sensor, that should system the HTTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.008718"], ["updated_at", "2016-10-06 14:49:16.008718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui consectetur voluptatem rerum adipisci enim ut repellendus.\",\"text\":\"You can't transmit the microchip without transmitting the cross-platform PCI firewall!\"}"], ["created_at", "2016-10-06 14:49:16.009612"], ["updated_at", "2016-10-06 14:49:16.009612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est rerum repellendus error explicabo maxime optio minus.\",\"text\":\"The RAM feed is down, compress the redundant panel so we can generate the AGP matrix!\"}"], ["created_at", "2016-10-06 14:49:16.010534"], ["updated_at", "2016-10-06 14:49:16.010534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis excepturi blanditiis quaerat fugiat autem dolores vel.\",\"text\":\"If we compress the feed, we can get to the ADP alarm through the 1080p JSON bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.011394"], ["updated_at", "2016-10-06 14:49:16.011394"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At eum itaque.\",\"text\":\"I'll compress the cross-platform THX system, that should application the EXE pixel!\"}"], ["created_at", "2016-10-06 14:49:16.012269"], ["updated_at", "2016-10-06 14:49:16.012269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non expedita totam.\",\"text\":\"I'll connect the redundant JBOD protocol, that should microchip the HDD port!\"}"], ["created_at", "2016-10-06 14:49:16.013122"], ["updated_at", "2016-10-06 14:49:16.013122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut commodi necessitatibus dolore ducimus non.\",\"text\":\"You can't synthesize the transmitter without programming the solid state SDD circuit!\"}"], ["created_at", "2016-10-06 14:49:16.014024"], ["updated_at", "2016-10-06 14:49:16.014024"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor ex quos doloribus ea et.\",\"text\":\"If we navigate the application, we can get to the SQL panel through the online SDD array!\"}"], ["created_at", "2016-10-06 14:49:16.014939"], ["updated_at", "2016-10-06 14:49:16.014939"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus corporis ut quia vel cumque sit eos.\",\"text\":\"Try to compress the EXE bus, maybe it will calculate the mobile program!\"}"], ["created_at", "2016-10-06 14:49:16.015815"], ["updated_at", "2016-10-06 14:49:16.015815"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur repellendus est architecto quia rerum.\",\"text\":\"I'll bypass the auxiliary SSL capacitor, that should circuit the SSL pixel!\"}"], ["created_at", "2016-10-06 14:49:16.017127"], ["updated_at", "2016-10-06 14:49:16.017127"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quis vel fugit.\",\"text\":\"You can't input the array without navigating the redundant TCP capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.018281"], ["updated_at", "2016-10-06 14:49:16.018281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi veniam rerum et et.\",\"text\":\"Use the digital THX bandwidth, then you can synthesize the back-end bus!\"}"], ["created_at", "2016-10-06 14:49:16.019207"], ["updated_at", "2016-10-06 14:49:16.019207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea occaecati nisi.\",\"text\":\"You can't override the port without calculating the cross-platform RSS interface!\"}"], ["created_at", "2016-10-06 14:49:16.020090"], ["updated_at", "2016-10-06 14:49:16.020090"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat est modi et quibusdam voluptatem.\",\"text\":\"Try to connect the JSON application, maybe it will quantify the primary card!\"}"], ["created_at", "2016-10-06 14:49:16.020990"], ["updated_at", "2016-10-06 14:49:16.020990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis quaerat ab illo.\",\"text\":\"You can't generate the driver without bypassing the virtual IB circuit!\"}"], ["created_at", "2016-10-06 14:49:16.021861"], ["updated_at", "2016-10-06 14:49:16.021861"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ut aut vitae ipsa.\",\"text\":\"Navigating the pixel won't do anything, we need to index the optical xss program!\"}"], ["created_at", "2016-10-06 14:49:16.022766"], ["updated_at", "2016-10-06 14:49:16.022766"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate culpa quia numquam dolore.\",\"text\":\"Indexing the bus won't do anything, we need to index the wireless com panel!\"}"], ["created_at", "2016-10-06 14:49:16.023687"], ["updated_at", "2016-10-06 14:49:16.023687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor et ut esse.\",\"text\":\"Try to connect the JBOD panel, maybe it will copy the wireless program!\"}"], ["created_at", "2016-10-06 14:49:16.024593"], ["updated_at", "2016-10-06 14:49:16.024593"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi eum doloribus sint.\",\"text\":\"Try to hack the ADP panel, maybe it will index the neural panel!\"}"], ["created_at", "2016-10-06 14:49:16.025483"], ["updated_at", "2016-10-06 14:49:16.025483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit temporibus dicta pariatur.\",\"text\":\"The COM protocol is down, override the digital feed so we can synthesize the TCP capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.026434"], ["updated_at", "2016-10-06 14:49:16.026434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis necessitatibus nulla laboriosam ratione optio.\",\"text\":\"You can't parse the panel without transmitting the mobile RSS microchip!\"}"], ["created_at", "2016-10-06 14:49:16.027292"], ["updated_at", "2016-10-06 14:49:16.027292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis et eveniet et.\",\"text\":\"Use the online GB panel, then you can override the online hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.028217"], ["updated_at", "2016-10-06 14:49:16.028217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem ut non excepturi non.\",\"text\":\"If we reboot the card, we can get to the CSS application through the redundant PCI application!\"}"], ["created_at", "2016-10-06 14:49:16.029127"], ["updated_at", "2016-10-06 14:49:16.029127"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et iste soluta.\",\"text\":\"You can't reboot the microchip without bypassing the solid state RAM circuit!\"}"], ["created_at", "2016-10-06 14:49:16.030026"], ["updated_at", "2016-10-06 14:49:16.030026"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia omnis eaque aut recusandae reprehenderit ut.\",\"text\":\"Use the optical JBOD array, then you can connect the wireless interface!\"}"], ["created_at", "2016-10-06 14:49:16.030954"], ["updated_at", "2016-10-06 14:49:16.030954"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quaerat sint recusandae temporibus possimus sunt impedit.\",\"text\":\"The SAS bus is down, input the 1080p program so we can connect the CSS application!\"}"], ["created_at", "2016-10-06 14:49:16.031809"], ["updated_at", "2016-10-06 14:49:16.031809"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam facilis ex repudiandae qui voluptatem sit quibusdam.\",\"text\":\"You can't navigate the circuit without navigating the 1080p SDD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.032688"], ["updated_at", "2016-10-06 14:49:16.032688"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui numquam ut voluptatem.\",\"text\":\"The PCI program is down, copy the solid state panel so we can copy the SMS port!\"}"], ["created_at", "2016-10-06 14:49:16.034050"], ["updated_at", "2016-10-06 14:49:16.034050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero ea accusamus.\",\"text\":\"You can't parse the card without programming the primary SMTP monitor!\"}"], ["created_at", "2016-10-06 14:49:16.035031"], ["updated_at", "2016-10-06 14:49:16.035031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla ut ipsum sit amet vel.\",\"text\":\"The THX feed is down, override the wireless capacitor so we can navigate the JBOD monitor!\"}"], ["created_at", "2016-10-06 14:49:16.035930"], ["updated_at", "2016-10-06 14:49:16.035930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur aliquam quibusdam eos.\",\"text\":\"The PNG application is down, synthesize the cross-platform panel so we can input the EXE array!\"}"], ["created_at", "2016-10-06 14:49:16.036810"], ["updated_at", "2016-10-06 14:49:16.036810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet ducimus sed.\",\"text\":\"Try to reboot the FTP sensor, maybe it will bypass the haptic transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.037663"], ["updated_at", "2016-10-06 14:49:16.037663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut odio voluptatibus.\",\"text\":\"I'll back up the multi-byte CSS feed, that should protocol the CSS circuit!\"}"], ["created_at", "2016-10-06 14:49:16.038559"], ["updated_at", "2016-10-06 14:49:16.038559"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius beatae consequatur dolor.\",\"text\":\"If we reboot the driver, we can get to the USB port through the online RAM circuit!\"}"], ["created_at", "2016-10-06 14:49:16.039456"], ["updated_at", "2016-10-06 14:49:16.039456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo qui ut eaque eum.\",\"text\":\"If we connect the feed, we can get to the SMS capacitor through the optical SCSI sensor!\"}"], ["created_at", "2016-10-06 14:49:16.040394"], ["updated_at", "2016-10-06 14:49:16.040394"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui error ut voluptatem.\",\"text\":\"Try to copy the SSL panel, maybe it will input the digital matrix!\"}"], ["created_at", "2016-10-06 14:49:16.041351"], ["updated_at", "2016-10-06 14:49:16.041351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea eos eveniet et voluptas minima at.\",\"text\":\"The THX firewall is down, program the cross-platform bandwidth so we can parse the SMTP application!\"}"], ["created_at", "2016-10-06 14:49:16.042240"], ["updated_at", "2016-10-06 14:49:16.042240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam qui quae.\",\"text\":\"You can't quantify the hard drive without quantifying the mobile USB pixel!\"}"], ["created_at", "2016-10-06 14:49:16.043103"], ["updated_at", "2016-10-06 14:49:16.043103"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A dolore illum et et blanditiis.\",\"text\":\"You can't navigate the circuit without programming the auxiliary SMTP firewall!\"}"], ["created_at", "2016-10-06 14:49:16.043970"], ["updated_at", "2016-10-06 14:49:16.043970"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia fugiat quia eos ad dolor provident est.\",\"text\":\"You can't navigate the matrix without generating the multi-byte TCP sensor!\"}"], ["created_at", "2016-10-06 14:49:16.044880"], ["updated_at", "2016-10-06 14:49:16.044880"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta non quaerat nobis sit enim.\",\"text\":\"The XML hard drive is down, reboot the bluetooth driver so we can back up the SMTP monitor!\"}"], ["created_at", "2016-10-06 14:49:16.045758"], ["updated_at", "2016-10-06 14:49:16.045758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est reiciendis error commodi culpa consequatur.\",\"text\":\"Use the back-end SMS pixel, then you can calculate the multi-byte pixel!\"}"], ["created_at", "2016-10-06 14:49:16.046666"], ["updated_at", "2016-10-06 14:49:16.046666"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam velit mollitia tempore omnis qui exercitationem deleniti.\",\"text\":\"We need to bypass the haptic JBOD circuit!\"}"], ["created_at", "2016-10-06 14:49:16.047584"], ["updated_at", "2016-10-06 14:49:16.047584"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis est quae laborum.\",\"text\":\"If we hack the hard drive, we can get to the XSS port through the virtual SMTP capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.048457"], ["updated_at", "2016-10-06 14:49:16.048457"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit iusto assumenda ut praesentium ipsum libero.\",\"text\":\"Use the mobile FTP protocol, then you can reboot the wireless program!\"}"], ["created_at", "2016-10-06 14:49:16.049349"], ["updated_at", "2016-10-06 14:49:16.049349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla libero esse.\",\"text\":\"Use the virtual FTP protocol, then you can override the cross-platform matrix!\"}"], ["created_at", "2016-10-06 14:49:16.050717"], ["updated_at", "2016-10-06 14:49:16.050717"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus dolorem et aliquid.\",\"text\":\"You can't copy the card without synthesizing the virtual SDD pixel!\"}"], ["created_at", "2016-10-06 14:49:16.051666"], ["updated_at", "2016-10-06 14:49:16.051666"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et fugit voluptatem veniam hic aut.\",\"text\":\"I'll synthesize the virtual HDD monitor, that should circuit the PCI transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.052554"], ["updated_at", "2016-10-06 14:49:16.052554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit ut omnis quo et natus esse quia.\",\"text\":\"Calculating the application won't do anything, we need to override the cross-platform exe system!\"}"], ["created_at", "2016-10-06 14:49:16.053477"], ["updated_at", "2016-10-06 14:49:16.053477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil ea velit laudantium sunt incidunt.\",\"text\":\"The SSL monitor is down, transmit the optical microchip so we can index the THX sensor!\"}"], ["created_at", "2016-10-06 14:49:16.054394"], ["updated_at", "2016-10-06 14:49:16.054394"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga dolor sed optio labore aut rerum fugiat.\",\"text\":\"Hacking the card won't do anything, we need to reboot the bluetooth ib port!\"}"], ["created_at", "2016-10-06 14:49:16.055285"], ["updated_at", "2016-10-06 14:49:16.055285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam alias eaque suscipit nobis iure optio sit.\",\"text\":\"I'll synthesize the cross-platform SSL hard drive, that should port the FTP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.056165"], ["updated_at", "2016-10-06 14:49:16.056165"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia tempora qui dolores ut sed.\",\"text\":\"Transmitting the microchip won't do anything, we need to calculate the redundant agp matrix!\"}"], ["created_at", "2016-10-06 14:49:16.057059"], ["updated_at", "2016-10-06 14:49:16.057059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quia reiciendis quos quibusdam et aut est.\",\"text\":\"We need to copy the open-source JSON application!\"}"], ["created_at", "2016-10-06 14:49:16.057996"], ["updated_at", "2016-10-06 14:49:16.057996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor dicta vel ipsa eius.\",\"text\":\"Use the virtual XML interface, then you can synthesize the multi-byte port!\"}"], ["created_at", "2016-10-06 14:49:16.058930"], ["updated_at", "2016-10-06 14:49:16.058930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et in aut in laborum non quis.\",\"text\":\"Try to bypass the HDD circuit, maybe it will compress the bluetooth sensor!\"}"], ["created_at", "2016-10-06 14:49:16.059802"], ["updated_at", "2016-10-06 14:49:16.059802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut perspiciatis harum.\",\"text\":\"Indexing the monitor won't do anything, we need to hack the 1080p ssl driver!\"}"], ["created_at", "2016-10-06 14:49:16.060678"], ["updated_at", "2016-10-06 14:49:16.060678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque quibusdam voluptatem.\",\"text\":\"The COM transmitter is down, back up the wireless firewall so we can back up the USB feed!\"}"], ["created_at", "2016-10-06 14:49:16.061568"], ["updated_at", "2016-10-06 14:49:16.061568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et porro aspernatur.\",\"text\":\"The SAS protocol is down, back up the online application so we can override the SCSI array!\"}"], ["created_at", "2016-10-06 14:49:16.062499"], ["updated_at", "2016-10-06 14:49:16.062499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem iusto voluptates fugit in quasi nesciunt.\",\"text\":\"I'll copy the solid state SCSI monitor, that should bus the USB microchip!\"}"], ["created_at", "2016-10-06 14:49:16.063387"], ["updated_at", "2016-10-06 14:49:16.063387"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam cum recusandae ut optio inventore molestias.\",\"text\":\"Try to hack the SAS monitor, maybe it will program the open-source matrix!\"}"], ["created_at", "2016-10-06 14:49:16.064257"], ["updated_at", "2016-10-06 14:49:16.064257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut blanditiis et reprehenderit omnis adipisci.\",\"text\":\"The XML sensor is down, input the virtual port so we can copy the SMTP monitor!\"}"], ["created_at", "2016-10-06 14:49:16.065133"], ["updated_at", "2016-10-06 14:49:16.065133"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et blanditiis beatae.\",\"text\":\"You can't synthesize the driver without backing up the primary PCI firewall!\"}"], ["created_at", "2016-10-06 14:49:16.066038"], ["updated_at", "2016-10-06 14:49:16.066038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo officiis saepe expedita et vitae incidunt ut.\",\"text\":\"I'll reboot the bluetooth SDD monitor, that should interface the SSL matrix!\"}"], ["created_at", "2016-10-06 14:49:16.067384"], ["updated_at", "2016-10-06 14:49:16.067384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolorum rem odit eos quia cupiditate laudantium.\",\"text\":\"If we connect the program, we can get to the FTP circuit through the wireless IB array!\"}"], ["created_at", "2016-10-06 14:49:16.068332"], ["updated_at", "2016-10-06 14:49:16.068332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae nobis ut autem perferendis laboriosam quasi voluptas.\",\"text\":\"If we transmit the capacitor, we can get to the GB application through the 1080p FTP capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.069226"], ["updated_at", "2016-10-06 14:49:16.069226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum atque quas dolor cumque ullam consectetur unde.\",\"text\":\"If we input the protocol, we can get to the EXE circuit through the redundant PCI system!\"}"], ["created_at", "2016-10-06 14:49:16.070179"], ["updated_at", "2016-10-06 14:49:16.070179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium nobis tenetur alias dolorum.\",\"text\":\"I'll index the back-end SSL microchip, that should pixel the SQL card!\"}"], ["created_at", "2016-10-06 14:49:16.071163"], ["updated_at", "2016-10-06 14:49:16.071163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta quae vel praesentium sit laboriosam velit ut.\",\"text\":\"Connecting the hard drive won't do anything, we need to calculate the neural sas array!\"}"], ["created_at", "2016-10-06 14:49:16.072115"], ["updated_at", "2016-10-06 14:49:16.072115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam autem aut qui qui.\",\"text\":\"Try to program the PNG bandwidth, maybe it will navigate the bluetooth application!\"}"], ["created_at", "2016-10-06 14:49:16.073045"], ["updated_at", "2016-10-06 14:49:16.073045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae qui est impedit qui sunt ducimus.\",\"text\":\"Parsing the transmitter won't do anything, we need to copy the cross-platform com interface!\"}"], ["created_at", "2016-10-06 14:49:16.073993"], ["updated_at", "2016-10-06 14:49:16.073993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem qui veniam omnis ipsa.\",\"text\":\"Try to connect the XSS driver, maybe it will quantify the primary bus!\"}"], ["created_at", "2016-10-06 14:49:16.074941"], ["updated_at", "2016-10-06 14:49:16.074941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas asperiores delectus natus commodi aut.\",\"text\":\"You can't override the system without hacking the wireless RSS circuit!\"}"], ["created_at", "2016-10-06 14:49:16.075841"], ["updated_at", "2016-10-06 14:49:16.075841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi voluptatum recusandae.\",\"text\":\"The HTTP firewall is down, bypass the open-source microchip so we can input the THX driver!\"}"], ["created_at", "2016-10-06 14:49:16.076770"], ["updated_at", "2016-10-06 14:49:16.076770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae at illo molestiae eius odit sint omnis.\",\"text\":\"The SCSI card is down, calculate the virtual hard drive so we can back up the USB system!\"}"], ["created_at", "2016-10-06 14:49:16.077695"], ["updated_at", "2016-10-06 14:49:16.077695"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea et voluptatum itaque eos.\",\"text\":\"Use the virtual SDD port, then you can hack the back-end alarm!\"}"], ["created_at", "2016-10-06 14:49:16.078620"], ["updated_at", "2016-10-06 14:49:16.078620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestiae velit.\",\"text\":\"The XSS system is down, transmit the auxiliary program so we can bypass the XML transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.079566"], ["updated_at", "2016-10-06 14:49:16.079566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem non aut blanditiis vel quos explicabo voluptates.\",\"text\":\"You can't generate the protocol without programming the multi-byte JSON capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.080490"], ["updated_at", "2016-10-06 14:49:16.080490"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor magnam velit impedit accusantium.\",\"text\":\"We need to synthesize the solid state TCP microchip!\"}"], ["created_at", "2016-10-06 14:49:16.081436"], ["updated_at", "2016-10-06 14:49:16.081436"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sed vel hic fugiat occaecati.\",\"text\":\"I'll override the redundant TCP system, that should feed the JBOD port!\"}"], ["created_at", "2016-10-06 14:49:16.082397"], ["updated_at", "2016-10-06 14:49:16.082397"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut magni quia fugit impedit aliquam.\",\"text\":\"Calculating the firewall won't do anything, we need to navigate the auxiliary usb matrix!\"}"], ["created_at", "2016-10-06 14:49:16.083645"], ["updated_at", "2016-10-06 14:49:16.083645"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt ullam ipsum ex.\",\"text\":\"The TCP alarm is down, generate the primary capacitor so we can program the AI driver!\"}"], ["created_at", "2016-10-06 14:49:16.084990"], ["updated_at", "2016-10-06 14:49:16.084990"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia provident est at.\",\"text\":\"Use the digital PCI application, then you can parse the wireless array!\"}"], ["created_at", "2016-10-06 14:49:16.086361"], ["updated_at", "2016-10-06 14:49:16.086361"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex deserunt eligendi aut laboriosam occaecati aut.\",\"text\":\"We need to transmit the neural SMTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.088683"], ["updated_at", "2016-10-06 14:49:16.088683"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum dicta earum sunt sit voluptatem vitae aut.\",\"text\":\"Try to transmit the JBOD application, maybe it will hack the mobile sensor!\"}"], ["created_at", "2016-10-06 14:49:16.091109"], ["updated_at", "2016-10-06 14:49:16.091109"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non repellendus itaque voluptas animi quam ratione.\",\"text\":\"We need to generate the 1080p PNG firewall!\"}"], ["created_at", "2016-10-06 14:49:16.093708"], ["updated_at", "2016-10-06 14:49:16.093708"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime dolore veritatis.\",\"text\":\"The HTTP port is down, compress the optical circuit so we can transmit the SCSI microchip!\"}"], ["created_at", "2016-10-06 14:49:16.094861"], ["updated_at", "2016-10-06 14:49:16.094861"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore dignissimos qui ut.\",\"text\":\"Use the cross-platform AGP bus, then you can parse the 1080p sensor!\"}"], ["created_at", "2016-10-06 14:49:16.095829"], ["updated_at", "2016-10-06 14:49:16.095829"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora laudantium porro nemo et cumque minima rem.\",\"text\":\"I'll hack the mobile RAM alarm, that should microchip the ADP bus!\"}"], ["created_at", "2016-10-06 14:49:16.096797"], ["updated_at", "2016-10-06 14:49:16.096797"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae et sed ea exercitationem commodi.\",\"text\":\"Bypassing the transmitter won't do anything, we need to connect the neural ib firewall!\"}"], ["created_at", "2016-10-06 14:49:16.097706"], ["updated_at", "2016-10-06 14:49:16.097706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut placeat itaque commodi.\",\"text\":\"I'll quantify the back-end AGP panel, that should alarm the ADP circuit!\"}"], ["created_at", "2016-10-06 14:49:16.098602"], ["updated_at", "2016-10-06 14:49:16.098602"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique facere velit inventore qui quia.\",\"text\":\"We need to hack the mobile PNG capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.099778"], ["updated_at", "2016-10-06 14:49:16.099778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut est amet eum ut quaerat occaecati.\",\"text\":\"Connecting the monitor won't do anything, we need to navigate the virtual com application!\"}"], ["created_at", "2016-10-06 14:49:16.101086"], ["updated_at", "2016-10-06 14:49:16.101086"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam et dolores hic.\",\"text\":\"Use the redundant HDD system, then you can back up the 1080p pixel!\"}"], ["created_at", "2016-10-06 14:49:16.102003"], ["updated_at", "2016-10-06 14:49:16.102003"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit tempore qui quia.\",\"text\":\"You can't reboot the monitor without navigating the primary SMS microchip!\"}"], ["created_at", "2016-10-06 14:49:16.102899"], ["updated_at", "2016-10-06 14:49:16.102899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse iusto est.\",\"text\":\"You can't bypass the feed without programming the bluetooth FTP card!\"}"], ["created_at", "2016-10-06 14:49:16.103777"], ["updated_at", "2016-10-06 14:49:16.103777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non et ratione est eos aut.\",\"text\":\"The SSL port is down, navigate the mobile panel so we can input the USB transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.104643"], ["updated_at", "2016-10-06 14:49:16.104643"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis qui velit in et.\",\"text\":\"You can't generate the feed without connecting the open-source EXE sensor!\"}"], ["created_at", "2016-10-06 14:49:16.105516"], ["updated_at", "2016-10-06 14:49:16.105516"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam quidem ab quas sequi aut voluptatem.\",\"text\":\"You can't parse the sensor without navigating the multi-byte IB feed!\"}"], ["created_at", "2016-10-06 14:49:16.106404"], ["updated_at", "2016-10-06 14:49:16.106404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At voluptatem nulla eos debitis architecto.\",\"text\":\"If we connect the sensor, we can get to the HDD panel through the open-source PNG panel!\"}"], ["created_at", "2016-10-06 14:49:16.107367"], ["updated_at", "2016-10-06 14:49:16.107367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor fugiat corrupti consectetur impedit.\",\"text\":\"We need to compress the back-end CSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.108261"], ["updated_at", "2016-10-06 14:49:16.108261"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore consequatur tenetur ut excepturi quod.\",\"text\":\"Use the solid state AGP circuit, then you can index the 1080p pixel!\"}"], ["created_at", "2016-10-06 14:49:16.109140"], ["updated_at", "2016-10-06 14:49:16.109140"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil et ut ea voluptatem odit quas exercitationem.\",\"text\":\"I'll back up the multi-byte FTP capacitor, that should card the GB program!\"}"], ["created_at", "2016-10-06 14:49:16.110028"], ["updated_at", "2016-10-06 14:49:16.110028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione aut maiores adipisci.\",\"text\":\"Quantifying the bus won't do anything, we need to input the bluetooth jbod card!\"}"], ["created_at", "2016-10-06 14:49:16.111028"], ["updated_at", "2016-10-06 14:49:16.111028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque ut quo.\",\"text\":\"You can't connect the bus without quantifying the 1080p COM firewall!\"}"], ["created_at", "2016-10-06 14:49:16.111930"], ["updated_at", "2016-10-06 14:49:16.111930"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium nam voluptas quis voluptatem ducimus quia sapiente.\",\"text\":\"I'll navigate the haptic TCP program, that should application the THX hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.112811"], ["updated_at", "2016-10-06 14:49:16.112811"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quod iste.\",\"text\":\"Use the online JSON port, then you can generate the wireless microchip!\"}"], ["created_at", "2016-10-06 14:49:16.113866"], ["updated_at", "2016-10-06 14:49:16.113866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam ad animi soluta sint ut.\",\"text\":\"I'll hack the cross-platform TCP hard drive, that should firewall the GB transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.114841"], ["updated_at", "2016-10-06 14:49:16.114841"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus distinctio est.\",\"text\":\"Use the optical SDD system, then you can back up the cross-platform port!\"}"], ["created_at", "2016-10-06 14:49:16.115783"], ["updated_at", "2016-10-06 14:49:16.115783"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non eveniet voluptatem quam a qui voluptas pariatur.\",\"text\":\"We need to program the neural XML sensor!\"}"], ["created_at", "2016-10-06 14:49:16.117117"], ["updated_at", "2016-10-06 14:49:16.117117"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aspernatur accusantium facilis voluptas voluptas impedit.\",\"text\":\"Try to input the SQL interface, maybe it will bypass the online card!\"}"], ["created_at", "2016-10-06 14:49:16.118254"], ["updated_at", "2016-10-06 14:49:16.118254"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores eos ab possimus voluptatibus ut nemo provident.\",\"text\":\"Hacking the transmitter won't do anything, we need to transmit the bluetooth sms alarm!\"}"], ["created_at", "2016-10-06 14:49:16.119202"], ["updated_at", "2016-10-06 14:49:16.119202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam sunt excepturi libero voluptatibus.\",\"text\":\"You can't generate the program without quantifying the primary SSL transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.120116"], ["updated_at", "2016-10-06 14:49:16.120116"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut harum rerum est earum eaque facere.\",\"text\":\"The IB hard drive is down, reboot the wireless pixel so we can override the SMTP interface!\"}"], ["created_at", "2016-10-06 14:49:16.121008"], ["updated_at", "2016-10-06 14:49:16.121008"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus ea voluptas.\",\"text\":\"The COM monitor is down, connect the redundant application so we can navigate the SMTP protocol!\"}"], ["created_at", "2016-10-06 14:49:16.121911"], ["updated_at", "2016-10-06 14:49:16.121911"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio minus velit accusamus sequi.\",\"text\":\"You can't transmit the bandwidth without backing up the cross-platform HTTP circuit!\"}"], ["created_at", "2016-10-06 14:49:16.122857"], ["updated_at", "2016-10-06 14:49:16.122857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores quae corrupti.\",\"text\":\"Use the digital ADP monitor, then you can back up the auxiliary microchip!\"}"], ["created_at", "2016-10-06 14:49:16.123740"], ["updated_at", "2016-10-06 14:49:16.123740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi accusamus laboriosam voluptatem ducimus magnam adipisci dolores.\",\"text\":\"Try to connect the SMS sensor, maybe it will quantify the online monitor!\"}"], ["created_at", "2016-10-06 14:49:16.124721"], ["updated_at", "2016-10-06 14:49:16.124721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto possimus nemo labore.\",\"text\":\"Synthesizing the alarm won't do anything, we need to connect the digital ib protocol!\"}"], ["created_at", "2016-10-06 14:49:16.125654"], ["updated_at", "2016-10-06 14:49:16.125654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel qui eveniet ducimus.\",\"text\":\"You can't copy the capacitor without navigating the haptic SMS sensor!\"}"], ["created_at", "2016-10-06 14:49:16.126605"], ["updated_at", "2016-10-06 14:49:16.126605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim nobis adipisci.\",\"text\":\"We need to generate the optical EXE application!\"}"], ["created_at", "2016-10-06 14:49:16.127573"], ["updated_at", "2016-10-06 14:49:16.127573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum sequi quam voluptates sunt.\",\"text\":\"Calculating the bus won't do anything, we need to quantify the bluetooth ssl program!\"}"], ["created_at", "2016-10-06 14:49:16.128477"], ["updated_at", "2016-10-06 14:49:16.128477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat vel et molestiae sed voluptates veritatis.\",\"text\":\"Copying the alarm won't do anything, we need to transmit the digital json application!\"}"], ["created_at", "2016-10-06 14:49:16.129459"], ["updated_at", "2016-10-06 14:49:16.129459"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga aliquam voluptates.\",\"text\":\"You can't compress the matrix without hacking the digital SSL hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.130446"], ["updated_at", "2016-10-06 14:49:16.130446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci inventore totam.\",\"text\":\"If we compress the hard drive, we can get to the SMS protocol through the online XML feed!\"}"], ["created_at", "2016-10-06 14:49:16.131428"], ["updated_at", "2016-10-06 14:49:16.131428"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima fugiat aperiam molestiae consequatur dolorem quis deleniti.\",\"text\":\"I'll connect the wireless PNG monitor, that should monitor the SAS feed!\"}"], ["created_at", "2016-10-06 14:49:16.132381"], ["updated_at", "2016-10-06 14:49:16.132381"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque esse rerum sed sunt quo accusamus suscipit.\",\"text\":\"Programming the protocol won't do anything, we need to back up the solid state xss transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.133696"], ["updated_at", "2016-10-06 14:49:16.133696"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas quia et commodi qui repellendus consequatur.\",\"text\":\"If we program the circuit, we can get to the JSON program through the mobile IB matrix!\"}"], ["created_at", "2016-10-06 14:49:16.134824"], ["updated_at", "2016-10-06 14:49:16.134824"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae odit quis cum et est iste.\",\"text\":\"Try to copy the SQL panel, maybe it will compress the auxiliary matrix!\"}"], ["created_at", "2016-10-06 14:49:16.135805"], ["updated_at", "2016-10-06 14:49:16.135805"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non eos sed incidunt ea.\",\"text\":\"If we reboot the alarm, we can get to the AGP capacitor through the optical SQL feed!\"}"], ["created_at", "2016-10-06 14:49:16.136791"], ["updated_at", "2016-10-06 14:49:16.136791"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque esse eos.\",\"text\":\"If we quantify the port, we can get to the RAM interface through the back-end ADP matrix!\"}"], ["created_at", "2016-10-06 14:49:16.137764"], ["updated_at", "2016-10-06 14:49:16.137764"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet qui autem error laudantium.\",\"text\":\"Try to input the JSON firewall, maybe it will navigate the 1080p circuit!\"}"], ["created_at", "2016-10-06 14:49:16.138724"], ["updated_at", "2016-10-06 14:49:16.138724"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint maxime saepe sunt dolorem.\",\"text\":\"We need to reboot the cross-platform PCI microchip!\"}"], ["created_at", "2016-10-06 14:49:16.139634"], ["updated_at", "2016-10-06 14:49:16.139634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor natus nam impedit nemo.\",\"text\":\"If we compress the alarm, we can get to the COM monitor through the 1080p SAS driver!\"}"], ["created_at", "2016-10-06 14:49:16.140622"], ["updated_at", "2016-10-06 14:49:16.140622"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At excepturi dolores et.\",\"text\":\"We need to generate the neural RAM bus!\"}"], ["created_at", "2016-10-06 14:49:16.141587"], ["updated_at", "2016-10-06 14:49:16.141587"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis non soluta ea vel in.\",\"text\":\"We need to copy the primary XSS system!\"}"], ["created_at", "2016-10-06 14:49:16.142490"], ["updated_at", "2016-10-06 14:49:16.142490"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt culpa non eos.\",\"text\":\"Try to transmit the PNG alarm, maybe it will quantify the auxiliary alarm!\"}"], ["created_at", "2016-10-06 14:49:16.143370"], ["updated_at", "2016-10-06 14:49:16.143370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium adipisci commodi iure et sit rerum.\",\"text\":\"Use the auxiliary CSS firewall, then you can synthesize the 1080p matrix!\"}"], ["created_at", "2016-10-06 14:49:16.144278"], ["updated_at", "2016-10-06 14:49:16.144278"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum aspernatur nostrum sint vel eaque voluptatem fuga.\",\"text\":\"Parsing the driver won't do anything, we need to program the auxiliary tcp program!\"}"], ["created_at", "2016-10-06 14:49:16.145198"], ["updated_at", "2016-10-06 14:49:16.145198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus doloremque rerum velit non earum consequuntur.\",\"text\":\"The SDD interface is down, copy the open-source feed so we can quantify the SMS monitor!\"}"], ["created_at", "2016-10-06 14:49:16.146098"], ["updated_at", "2016-10-06 14:49:16.146098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit ducimus dolore non.\",\"text\":\"We need to parse the wireless ADP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.147032"], ["updated_at", "2016-10-06 14:49:16.147032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut rem nemo consequatur natus est.\",\"text\":\"Bypassing the hard drive won't do anything, we need to index the 1080p gb alarm!\"}"], ["created_at", "2016-10-06 14:49:16.147930"], ["updated_at", "2016-10-06 14:49:16.147930"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur molestiae officia.\",\"text\":\"Indexing the hard drive won't do anything, we need to generate the 1080p smtp transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.148835"], ["updated_at", "2016-10-06 14:49:16.148835"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et facilis earum.\",\"text\":\"Generating the microchip won't do anything, we need to bypass the cross-platform thx microchip!\"}"], ["created_at", "2016-10-06 14:49:16.149900"], ["updated_at", "2016-10-06 14:49:16.149900"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo ipsam officia.\",\"text\":\"If we hack the alarm, we can get to the HTTP driver through the digital HTTP panel!\"}"], ["created_at", "2016-10-06 14:49:16.151141"], ["updated_at", "2016-10-06 14:49:16.151141"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit sit temporibus.\",\"text\":\"The AI sensor is down, parse the digital firewall so we can program the THX sensor!\"}"], ["created_at", "2016-10-06 14:49:16.152082"], ["updated_at", "2016-10-06 14:49:16.152082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut nulla voluptates earum est ipsum labore.\",\"text\":\"Navigating the protocol won't do anything, we need to copy the wireless sdd driver!\"}"], ["created_at", "2016-10-06 14:49:16.152975"], ["updated_at", "2016-10-06 14:49:16.152975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut fugiat a dicta ratione voluptatum vel dolorem.\",\"text\":\"We need to copy the open-source RAM sensor!\"}"], ["created_at", "2016-10-06 14:49:16.153857"], ["updated_at", "2016-10-06 14:49:16.153857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt ducimus qui rerum.\",\"text\":\"Indexing the monitor won't do anything, we need to copy the mobile agp interface!\"}"], ["created_at", "2016-10-06 14:49:16.154781"], ["updated_at", "2016-10-06 14:49:16.154781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia cumque temporibus non perspiciatis sit.\",\"text\":\"Try to parse the XML interface, maybe it will index the back-end system!\"}"], ["created_at", "2016-10-06 14:49:16.155671"], ["updated_at", "2016-10-06 14:49:16.155671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque perspiciatis ea illo iusto ut molestiae.\",\"text\":\"We need to transmit the wireless COM hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.156562"], ["updated_at", "2016-10-06 14:49:16.156562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit modi vel est ea consequatur labore.\",\"text\":\"Navigating the hard drive won't do anything, we need to synthesize the auxiliary rss pixel!\"}"], ["created_at", "2016-10-06 14:49:16.157469"], ["updated_at", "2016-10-06 14:49:16.157469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime quos in aliquid ratione libero nostrum.\",\"text\":\"If we override the program, we can get to the XSS protocol through the back-end SQL capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.158413"], ["updated_at", "2016-10-06 14:49:16.158413"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam unde in.\",\"text\":\"We need to override the bluetooth EXE microchip!\"}"], ["created_at", "2016-10-06 14:49:16.159310"], ["updated_at", "2016-10-06 14:49:16.159310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio quis voluptatum.\",\"text\":\"Use the cross-platform RAM feed, then you can reboot the solid state interface!\"}"], ["created_at", "2016-10-06 14:49:16.160204"], ["updated_at", "2016-10-06 14:49:16.160204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vel quia atque est voluptates voluptatibus.\",\"text\":\"You can't parse the circuit without programming the auxiliary SMTP port!\"}"], ["created_at", "2016-10-06 14:49:16.161144"], ["updated_at", "2016-10-06 14:49:16.161144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente cum nisi natus illum aliquam fuga.\",\"text\":\"If we generate the firewall, we can get to the SDD sensor through the solid state SQL circuit!\"}"], ["created_at", "2016-10-06 14:49:16.162045"], ["updated_at", "2016-10-06 14:49:16.162045"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis eligendi dolore eum deserunt sapiente est non.\",\"text\":\"You can't calculate the monitor without compressing the primary RAM matrix!\"}"], ["created_at", "2016-10-06 14:49:16.162942"], ["updated_at", "2016-10-06 14:49:16.162942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit saepe neque delectus sint magni libero.\",\"text\":\"Use the online CSS panel, then you can connect the haptic capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.163813"], ["updated_at", "2016-10-06 14:49:16.163813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In temporibus illum molestiae eum magni fugiat unde.\",\"text\":\"I'll parse the neural EXE port, that should transmitter the SQL protocol!\"}"], ["created_at", "2016-10-06 14:49:16.164705"], ["updated_at", "2016-10-06 14:49:16.164705"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed recusandae eos laudantium.\",\"text\":\"You can't index the hard drive without connecting the online PCI program!\"}"], ["created_at", "2016-10-06 14:49:16.165592"], ["updated_at", "2016-10-06 14:49:16.165592"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta qui rem et.\",\"text\":\"If we parse the firewall, we can get to the AGP driver through the bluetooth SMS port!\"}"], ["created_at", "2016-10-06 14:49:16.166812"], ["updated_at", "2016-10-06 14:49:16.166812"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore molestias animi accusamus libero voluptatum.\",\"text\":\"You can't reboot the capacitor without parsing the multi-byte PNG feed!\"}"], ["created_at", "2016-10-06 14:49:16.167928"], ["updated_at", "2016-10-06 14:49:16.167928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam dolorum error aperiam voluptatum.\",\"text\":\"Use the digital XML matrix, then you can program the digital port!\"}"], ["created_at", "2016-10-06 14:49:16.168824"], ["updated_at", "2016-10-06 14:49:16.168824"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem incidunt explicabo.\",\"text\":\"If we program the driver, we can get to the PNG panel through the digital SMTP array!\"}"], ["created_at", "2016-10-06 14:49:16.169687"], ["updated_at", "2016-10-06 14:49:16.169687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et consectetur ex placeat corrupti id.\",\"text\":\"The THX card is down, program the redundant transmitter so we can program the FTP feed!\"}"], ["created_at", "2016-10-06 14:49:16.170583"], ["updated_at", "2016-10-06 14:49:16.170583"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam ipsa et molestiae ratione.\",\"text\":\"You can't bypass the bus without compressing the wireless SAS matrix!\"}"], ["created_at", "2016-10-06 14:49:16.171472"], ["updated_at", "2016-10-06 14:49:16.171472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima culpa impedit delectus sed in sit nobis.\",\"text\":\"If we generate the panel, we can get to the COM interface through the wireless SAS feed!\"}"], ["created_at", "2016-10-06 14:49:16.172398"], ["updated_at", "2016-10-06 14:49:16.172398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat eum rem similique quia commodi.\",\"text\":\"If we input the array, we can get to the JBOD panel through the online RAM protocol!\"}"], ["created_at", "2016-10-06 14:49:16.173323"], ["updated_at", "2016-10-06 14:49:16.173323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur quam sed architecto.\",\"text\":\"The CSS panel is down, bypass the optical circuit so we can copy the IB hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.174286"], ["updated_at", "2016-10-06 14:49:16.174286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius est rerum rerum nisi temporibus.\",\"text\":\"The SMTP monitor is down, transmit the online circuit so we can back up the COM alarm!\"}"], ["created_at", "2016-10-06 14:49:16.175199"], ["updated_at", "2016-10-06 14:49:16.175199"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam beatae eveniet.\",\"text\":\"You can't input the bandwidth without hacking the redundant JSON alarm!\"}"], ["created_at", "2016-10-06 14:49:16.176071"], ["updated_at", "2016-10-06 14:49:16.176071"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto cumque et deserunt.\",\"text\":\"If we compress the bus, we can get to the SDD firewall through the virtual AI protocol!\"}"], ["created_at", "2016-10-06 14:49:16.176936"], ["updated_at", "2016-10-06 14:49:16.176936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa possimus exercitationem.\",\"text\":\"You can't program the application without navigating the virtual SCSI hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.177859"], ["updated_at", "2016-10-06 14:49:16.177859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores dignissimos neque et natus voluptatum veritatis.\",\"text\":\"We need to navigate the primary JSON array!\"}"], ["created_at", "2016-10-06 14:49:16.178762"], ["updated_at", "2016-10-06 14:49:16.178762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste qui nemo architecto qui et dolorem.\",\"text\":\"The HTTP sensor is down, reboot the open-source driver so we can override the EXE pixel!\"}"], ["created_at", "2016-10-06 14:49:16.179643"], ["updated_at", "2016-10-06 14:49:16.179643"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error odit sit rerum esse asperiores alias et.\",\"text\":\"Synthesizing the interface won't do anything, we need to reboot the back-end png interface!\"}"], ["created_at", "2016-10-06 14:49:16.180545"], ["updated_at", "2016-10-06 14:49:16.180545"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos sequi qui.\",\"text\":\"Try to navigate the XML microchip, maybe it will navigate the primary program!\"}"], ["created_at", "2016-10-06 14:49:16.181473"], ["updated_at", "2016-10-06 14:49:16.181473"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo aperiam est numquam dolor ut est corporis.\",\"text\":\"The JBOD bandwidth is down, program the 1080p port so we can transmit the CSS panel!\"}"], ["created_at", "2016-10-06 14:49:16.182455"], ["updated_at", "2016-10-06 14:49:16.182455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas qui delectus at nostrum.\",\"text\":\"We need to program the 1080p IB feed!\"}"], ["created_at", "2016-10-06 14:49:16.183846"], ["updated_at", "2016-10-06 14:49:16.183846"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi natus expedita consequatur libero aut.\",\"text\":\"You can't program the monitor without copying the mobile PCI application!\"}"], ["created_at", "2016-10-06 14:49:16.184807"], ["updated_at", "2016-10-06 14:49:16.184807"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut mollitia officiis in.\",\"text\":\"Copying the microchip won't do anything, we need to compress the 1080p ram capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.185711"], ["updated_at", "2016-10-06 14:49:16.185711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum animi voluptas delectus.\",\"text\":\"I'll transmit the multi-byte RAM card, that should circuit the ADP driver!\"}"], ["created_at", "2016-10-06 14:49:16.186662"], ["updated_at", "2016-10-06 14:49:16.186662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut non ut molestiae.\",\"text\":\"I'll copy the neural RAM firewall, that should bus the COM program!\"}"], ["created_at", "2016-10-06 14:49:16.187568"], ["updated_at", "2016-10-06 14:49:16.187568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim commodi nesciunt minus blanditiis.\",\"text\":\"The USB port is down, override the open-source system so we can parse the USB application!\"}"], ["created_at", "2016-10-06 14:49:16.188510"], ["updated_at", "2016-10-06 14:49:16.188510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos maxime molestiae.\",\"text\":\"Try to transmit the RAM matrix, maybe it will program the multi-byte array!\"}"], ["created_at", "2016-10-06 14:49:16.189418"], ["updated_at", "2016-10-06 14:49:16.189418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas nam tenetur voluptatem id et sit.\",\"text\":\"Connecting the application won't do anything, we need to index the back-end jbod transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.190310"], ["updated_at", "2016-10-06 14:49:16.190310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe pariatur eos aut consequatur deserunt.\",\"text\":\"Try to program the SDD port, maybe it will override the haptic bus!\"}"], ["created_at", "2016-10-06 14:49:16.191239"], ["updated_at", "2016-10-06 14:49:16.191239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ipsa expedita quibusdam cum.\",\"text\":\"Use the 1080p USB capacitor, then you can program the primary transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.192156"], ["updated_at", "2016-10-06 14:49:16.192156"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque illum inventore natus.\",\"text\":\"Try to generate the SSL panel, maybe it will back up the open-source alarm!\"}"], ["created_at", "2016-10-06 14:49:16.193033"], ["updated_at", "2016-10-06 14:49:16.193033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere libero consequatur.\",\"text\":\"Connecting the system won't do anything, we need to transmit the back-end sas bus!\"}"], ["created_at", "2016-10-06 14:49:16.193923"], ["updated_at", "2016-10-06 14:49:16.193923"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et officia dolore odio dolorem dolorum nihil.\",\"text\":\"The SSL capacitor is down, compress the redundant circuit so we can transmit the SCSI program!\"}"], ["created_at", "2016-10-06 14:49:16.194843"], ["updated_at", "2016-10-06 14:49:16.194843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit voluptate qui placeat qui.\",\"text\":\"The XML driver is down, back up the auxiliary microchip so we can bypass the SAS transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.195774"], ["updated_at", "2016-10-06 14:49:16.195774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aliquid nobis et quis exercitationem.\",\"text\":\"If we transmit the protocol, we can get to the ADP matrix through the primary TCP microchip!\"}"], ["created_at", "2016-10-06 14:49:16.196647"], ["updated_at", "2016-10-06 14:49:16.196647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur saepe amet voluptatum iusto.\",\"text\":\"The JBOD transmitter is down, reboot the back-end driver so we can transmit the PCI port!\"}"], ["created_at", "2016-10-06 14:49:16.197543"], ["updated_at", "2016-10-06 14:49:16.197543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia veritatis quas magnam quam porro vero quisquam.\",\"text\":\"Try to transmit the EXE driver, maybe it will quantify the auxiliary firewall!\"}"], ["created_at", "2016-10-06 14:49:16.198448"], ["updated_at", "2016-10-06 14:49:16.198448"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic iure aut quia quia magni reiciendis alias.\",\"text\":\"Use the optical SCSI card, then you can input the solid state circuit!\"}"], ["created_at", "2016-10-06 14:49:16.199483"], ["updated_at", "2016-10-06 14:49:16.199483"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia et error numquam dolores ducimus id.\",\"text\":\"Use the cross-platform SSL driver, then you can parse the primary hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.200808"], ["updated_at", "2016-10-06 14:49:16.200808"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et velit exercitationem dolor.\",\"text\":\"Synthesizing the card won't do anything, we need to input the neural tcp application!\"}"], ["created_at", "2016-10-06 14:49:16.201807"], ["updated_at", "2016-10-06 14:49:16.201807"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum nihil quia.\",\"text\":\"You can't program the system without transmitting the neural HDD system!\"}"], ["created_at", "2016-10-06 14:49:16.203066"], ["updated_at", "2016-10-06 14:49:16.203066"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A aut voluptate.\",\"text\":\"I'll input the open-source IB capacitor, that should microchip the JBOD circuit!\"}"], ["created_at", "2016-10-06 14:49:16.204123"], ["updated_at", "2016-10-06 14:49:16.204123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem soluta vel libero natus sapiente.\",\"text\":\"Use the digital XML pixel, then you can override the mobile alarm!\"}"], ["created_at", "2016-10-06 14:49:16.205078"], ["updated_at", "2016-10-06 14:49:16.205078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis et nostrum distinctio a quaerat ut perferendis.\",\"text\":\"Try to quantify the GB panel, maybe it will transmit the neural interface!\"}"], ["created_at", "2016-10-06 14:49:16.206006"], ["updated_at", "2016-10-06 14:49:16.206006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores adipisci a in quibusdam.\",\"text\":\"We need to generate the mobile RSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.206935"], ["updated_at", "2016-10-06 14:49:16.206935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores ipsum commodi.\",\"text\":\"Copying the matrix won't do anything, we need to reboot the wireless sql alarm!\"}"], ["created_at", "2016-10-06 14:49:16.207852"], ["updated_at", "2016-10-06 14:49:16.207852"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil sit eos eveniet.\",\"text\":\"You can't index the bus without copying the cross-platform PCI panel!\"}"], ["created_at", "2016-10-06 14:49:16.208743"], ["updated_at", "2016-10-06 14:49:16.208743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium provident dolor ut asperiores nesciunt cum.\",\"text\":\"Use the haptic TCP card, then you can navigate the virtual monitor!\"}"], ["created_at", "2016-10-06 14:49:16.209639"], ["updated_at", "2016-10-06 14:49:16.209639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non eveniet quo.\",\"text\":\"I'll parse the cross-platform PCI matrix, that should feed the SDD feed!\"}"], ["created_at", "2016-10-06 14:49:16.210584"], ["updated_at", "2016-10-06 14:49:16.210584"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut laborum dolorem eveniet ipsa culpa.\",\"text\":\"Try to index the SQL matrix, maybe it will program the open-source microchip!\"}"], ["created_at", "2016-10-06 14:49:16.211544"], ["updated_at", "2016-10-06 14:49:16.211544"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus quae sequi.\",\"text\":\"I'll reboot the virtual HTTP bandwidth, that should driver the ADP program!\"}"], ["created_at", "2016-10-06 14:49:16.212498"], ["updated_at", "2016-10-06 14:49:16.212498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque delectus sint sequi quis occaecati eius et.\",\"text\":\"You can't program the transmitter without navigating the online AGP port!\"}"], ["created_at", "2016-10-06 14:49:16.213444"], ["updated_at", "2016-10-06 14:49:16.213444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed sed aspernatur aut eaque.\",\"text\":\"I'll generate the virtual PCI pixel, that should sensor the SMTP protocol!\"}"], ["created_at", "2016-10-06 14:49:16.214417"], ["updated_at", "2016-10-06 14:49:16.214417"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est minima quis.\",\"text\":\"Try to compress the FTP application, maybe it will override the wireless hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.215333"], ["updated_at", "2016-10-06 14:49:16.215333"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptas aut sed fugiat perspiciatis dignissimos.\",\"text\":\"Use the back-end SMTP feed, then you can input the 1080p driver!\"}"], ["created_at", "2016-10-06 14:49:16.216458"], ["updated_at", "2016-10-06 14:49:16.216458"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At ipsam illum nulla modi eos.\",\"text\":\"You can't connect the firewall without copying the open-source HTTP bus!\"}"], ["created_at", "2016-10-06 14:49:16.217693"], ["updated_at", "2016-10-06 14:49:16.217693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis at sequi quia repudiandae porro aut.\",\"text\":\"The RAM matrix is down, synthesize the virtual circuit so we can generate the USB transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.218669"], ["updated_at", "2016-10-06 14:49:16.218669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique nisi atque iste quis soluta.\",\"text\":\"The PNG array is down, synthesize the mobile port so we can input the SMS hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.219573"], ["updated_at", "2016-10-06 14:49:16.219573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius enim culpa itaque ut.\",\"text\":\"The RAM bandwidth is down, generate the digital protocol so we can back up the COM monitor!\"}"], ["created_at", "2016-10-06 14:49:16.220511"], ["updated_at", "2016-10-06 14:49:16.220511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt facere et natus sint enim ipsum.\",\"text\":\"If we synthesize the hard drive, we can get to the EXE system through the 1080p RAM sensor!\"}"], ["created_at", "2016-10-06 14:49:16.221471"], ["updated_at", "2016-10-06 14:49:16.221471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem optio consequuntur.\",\"text\":\"Hacking the firewall won't do anything, we need to index the auxiliary json feed!\"}"], ["created_at", "2016-10-06 14:49:16.222458"], ["updated_at", "2016-10-06 14:49:16.222458"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis quibusdam sint maxime corrupti ea.\",\"text\":\"If we transmit the microchip, we can get to the XML circuit through the solid state SQL application!\"}"], ["created_at", "2016-10-06 14:49:16.223359"], ["updated_at", "2016-10-06 14:49:16.223359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et recusandae provident accusantium unde necessitatibus.\",\"text\":\"If we transmit the sensor, we can get to the FTP transmitter through the back-end FTP port!\"}"], ["created_at", "2016-10-06 14:49:16.224301"], ["updated_at", "2016-10-06 14:49:16.224301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt sint et.\",\"text\":\"Try to index the JSON matrix, maybe it will calculate the wireless hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.225226"], ["updated_at", "2016-10-06 14:49:16.225226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi iure aut deleniti velit et cupiditate.\",\"text\":\"Use the solid state SDD pixel, then you can bypass the virtual array!\"}"], ["created_at", "2016-10-06 14:49:16.226210"], ["updated_at", "2016-10-06 14:49:16.226210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae commodi perspiciatis cupiditate ab enim.\",\"text\":\"Use the 1080p HDD firewall, then you can override the virtual monitor!\"}"], ["created_at", "2016-10-06 14:49:16.227121"], ["updated_at", "2016-10-06 14:49:16.227121"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo soluta accusantium qui.\",\"text\":\"I'll navigate the open-source PCI protocol, that should monitor the JBOD monitor!\"}"], ["created_at", "2016-10-06 14:49:16.228019"], ["updated_at", "2016-10-06 14:49:16.228019"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam ut hic beatae ut repellat architecto.\",\"text\":\"Use the primary HTTP pixel, then you can hack the neural matrix!\"}"], ["created_at", "2016-10-06 14:49:16.228903"], ["updated_at", "2016-10-06 14:49:16.228903"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia est repellat.\",\"text\":\"The TCP system is down, override the cross-platform bandwidth so we can quantify the COM monitor!\"}"], ["created_at", "2016-10-06 14:49:16.229871"], ["updated_at", "2016-10-06 14:49:16.229871"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et necessitatibus nemo.\",\"text\":\"If we index the array, we can get to the SMS alarm through the mobile RSS bus!\"}"], ["created_at", "2016-10-06 14:49:16.230833"], ["updated_at", "2016-10-06 14:49:16.230833"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente distinctio rerum qui eum possimus.\",\"text\":\"The TCP array is down, compress the neural application so we can back up the PNG port!\"}"], ["created_at", "2016-10-06 14:49:16.231825"], ["updated_at", "2016-10-06 14:49:16.231825"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est totam unde.\",\"text\":\"I'll program the redundant HTTP transmitter, that should feed the JBOD array!\"}"], ["created_at", "2016-10-06 14:49:16.232897"], ["updated_at", "2016-10-06 14:49:16.232897"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In quas assumenda maxime praesentium.\",\"text\":\"We need to compress the neural THX firewall!\"}"], ["created_at", "2016-10-06 14:49:16.234398"], ["updated_at", "2016-10-06 14:49:16.234398"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea ut omnis nemo aut.\",\"text\":\"Use the mobile RSS alarm, then you can input the neural application!\"}"], ["created_at", "2016-10-06 14:49:16.235904"], ["updated_at", "2016-10-06 14:49:16.235904"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In quasi non.\",\"text\":\"We need to bypass the 1080p ADP firewall!\"}"], ["created_at", "2016-10-06 14:49:16.237265"], ["updated_at", "2016-10-06 14:49:16.237265"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium ex quia.\",\"text\":\"Calculating the monitor won't do anything, we need to navigate the solid state ftp feed!\"}"], ["created_at", "2016-10-06 14:49:16.238672"], ["updated_at", "2016-10-06 14:49:16.238672"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi quaerat nulla.\",\"text\":\"You can't synthesize the protocol without transmitting the 1080p USB sensor!\"}"], ["created_at", "2016-10-06 14:49:16.241352"], ["updated_at", "2016-10-06 14:49:16.241352"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat ut possimus nihil.\",\"text\":\"If we copy the bandwidth, we can get to the GB transmitter through the redundant JBOD microchip!\"}"], ["created_at", "2016-10-06 14:49:16.243630"], ["updated_at", "2016-10-06 14:49:16.243630"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim consequuntur dolor omnis blanditiis.\",\"text\":\"The ADP application is down, connect the wireless pixel so we can hack the ADP protocol!\"}"], ["created_at", "2016-10-06 14:49:16.246394"], ["updated_at", "2016-10-06 14:49:16.246394"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo iusto nesciunt.\",\"text\":\"Use the open-source IB card, then you can compress the digital bus!\"}"], ["created_at", "2016-10-06 14:49:16.247539"], ["updated_at", "2016-10-06 14:49:16.247539"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste sunt quia dolore est aut et esse.\",\"text\":\"We need to bypass the bluetooth XML matrix!\"}"], ["created_at", "2016-10-06 14:49:16.248540"], ["updated_at", "2016-10-06 14:49:16.248540"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum vitae minima quas et esse eos aut.\",\"text\":\"You can't synthesize the system without quantifying the neural CSS bus!\"}"], ["created_at", "2016-10-06 14:49:16.249821"], ["updated_at", "2016-10-06 14:49:16.249821"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur est iure sit.\",\"text\":\"If we navigate the monitor, we can get to the HDD bus through the mobile EXE system!\"}"], ["created_at", "2016-10-06 14:49:16.251355"], ["updated_at", "2016-10-06 14:49:16.251355"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores doloribus nemo sint.\",\"text\":\"Try to bypass the ADP panel, maybe it will index the solid state pixel!\"}"], ["created_at", "2016-10-06 14:49:16.253001"], ["updated_at", "2016-10-06 14:49:16.253001"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda enim voluptatem libero.\",\"text\":\"Try to connect the AGP port, maybe it will synthesize the open-source array!\"}"], ["created_at", "2016-10-06 14:49:16.255571"], ["updated_at", "2016-10-06 14:49:16.255571"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis amet ut.\",\"text\":\"If we connect the feed, we can get to the SQL array through the optical SSL application!\"}"], ["created_at", "2016-10-06 14:49:16.256644"], ["updated_at", "2016-10-06 14:49:16.256644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut delectus animi et sed.\",\"text\":\"I'll input the haptic AGP capacitor, that should alarm the JBOD feed!\"}"], ["created_at", "2016-10-06 14:49:16.257612"], ["updated_at", "2016-10-06 14:49:16.257612"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas qui at doloremque officia.\",\"text\":\"Try to bypass the THX matrix, maybe it will input the bluetooth driver!\"}"], ["created_at", "2016-10-06 14:49:16.258577"], ["updated_at", "2016-10-06 14:49:16.258577"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia atque corrupti velit reprehenderit dolorem.\",\"text\":\"We need to program the neural SMS feed!\"}"], ["created_at", "2016-10-06 14:49:16.260592"], ["updated_at", "2016-10-06 14:49:16.260592"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis cum provident.\",\"text\":\"I'll compress the primary RAM protocol, that should monitor the PNG capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.263243"], ["updated_at", "2016-10-06 14:49:16.263243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure et dolor.\",\"text\":\"I'll navigate the multi-byte COM application, that should bus the FTP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.264407"], ["updated_at", "2016-10-06 14:49:16.264407"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente repellat qui velit iure omnis ipsam blanditiis.\",\"text\":\"The GB sensor is down, quantify the neural card so we can override the EXE hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.265455"], ["updated_at", "2016-10-06 14:49:16.265455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque tempore dolor ipsum.\",\"text\":\"Backing up the driver won't do anything, we need to calculate the digital tcp pixel!\"}"], ["created_at", "2016-10-06 14:49:16.277119"], ["updated_at", "2016-10-06 14:49:16.277119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio nam magni quas numquam.\",\"text\":\"You can't quantify the system without synthesizing the mobile TCP monitor!\"}"], ["created_at", "2016-10-06 14:49:16.278148"], ["updated_at", "2016-10-06 14:49:16.278148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere a nam.\",\"text\":\"The SCSI protocol is down, input the digital firewall so we can program the GB transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.278996"], ["updated_at", "2016-10-06 14:49:16.278996"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam voluptatem id.\",\"text\":\"If we index the firewall, we can get to the THX sensor through the solid state SSL circuit!\"}"], ["created_at", "2016-10-06 14:49:16.279865"], ["updated_at", "2016-10-06 14:49:16.279865"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate incidunt excepturi placeat aut molestiae.\",\"text\":\"Parsing the circuit won't do anything, we need to generate the primary png interface!\"}"], ["created_at", "2016-10-06 14:49:16.280773"], ["updated_at", "2016-10-06 14:49:16.280773"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque modi aut.\",\"text\":\"Transmitting the port won't do anything, we need to hack the bluetooth tcp application!\"}"], ["created_at", "2016-10-06 14:49:16.281678"], ["updated_at", "2016-10-06 14:49:16.281678"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur neque quo odit voluptatibus.\",\"text\":\"Use the multi-byte SMS hard drive, then you can connect the 1080p sensor!\"}"], ["created_at", "2016-10-06 14:49:16.282583"], ["updated_at", "2016-10-06 14:49:16.282583"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta magni aut a facere.\",\"text\":\"We need to reboot the neural JBOD pixel!\"}"], ["created_at", "2016-10-06 14:49:16.283736"], ["updated_at", "2016-10-06 14:49:16.283736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis nam eius.\",\"text\":\"The COM array is down, transmit the mobile sensor so we can synthesize the PNG system!\"}"], ["created_at", "2016-10-06 14:49:16.284713"], ["updated_at", "2016-10-06 14:49:16.284713"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quam temporibus vel velit ipsa maxime porro.\",\"text\":\"The ADP matrix is down, program the auxiliary protocol so we can copy the SCSI hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.285615"], ["updated_at", "2016-10-06 14:49:16.285615"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae qui itaque repellendus.\",\"text\":\"Use the bluetooth SDD alarm, then you can input the digital interface!\"}"], ["created_at", "2016-10-06 14:49:16.286481"], ["updated_at", "2016-10-06 14:49:16.286481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt impedit laudantium quia qui molestiae nesciunt.\",\"text\":\"If we calculate the firewall, we can get to the SMTP program through the bluetooth SDD circuit!\"}"], ["created_at", "2016-10-06 14:49:16.287349"], ["updated_at", "2016-10-06 14:49:16.287349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates sit non autem cupiditate.\",\"text\":\"I'll copy the 1080p RSS feed, that should system the COM card!\"}"], ["created_at", "2016-10-06 14:49:16.288214"], ["updated_at", "2016-10-06 14:49:16.288214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur sed non qui.\",\"text\":\"Use the 1080p TCP card, then you can parse the digital program!\"}"], ["created_at", "2016-10-06 14:49:16.289078"], ["updated_at", "2016-10-06 14:49:16.289078"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis possimus voluptatem quisquam voluptatum consequatur.\",\"text\":\"Connecting the panel won't do anything, we need to calculate the cross-platform com bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.289917"], ["updated_at", "2016-10-06 14:49:16.289917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi atque officia blanditiis magni alias iure.\",\"text\":\"If we hack the microchip, we can get to the SSL port through the virtual FTP firewall!\"}"], ["created_at", "2016-10-06 14:49:16.290811"], ["updated_at", "2016-10-06 14:49:16.290811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus nisi dolorem cum.\",\"text\":\"We need to transmit the redundant ADP driver!\"}"], ["created_at", "2016-10-06 14:49:16.291687"], ["updated_at", "2016-10-06 14:49:16.291687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente quo praesentium reprehenderit amet sunt.\",\"text\":\"I'll calculate the 1080p SCSI interface, that should microchip the SAS capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.292544"], ["updated_at", "2016-10-06 14:49:16.292544"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores cumque recusandae praesentium voluptatum explicabo officia.\",\"text\":\"Programming the card won't do anything, we need to back up the auxiliary hdd application!\"}"], ["created_at", "2016-10-06 14:49:16.293418"], ["updated_at", "2016-10-06 14:49:16.293418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis in beatae harum a quas qui accusamus.\",\"text\":\"Use the solid state AI monitor, then you can copy the redundant protocol!\"}"], ["created_at", "2016-10-06 14:49:16.294283"], ["updated_at", "2016-10-06 14:49:16.294283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi ad magnam repudiandae.\",\"text\":\"If we back up the sensor, we can get to the JSON sensor through the redundant SMTP alarm!\"}"], ["created_at", "2016-10-06 14:49:16.295151"], ["updated_at", "2016-10-06 14:49:16.295151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim enim dolores rerum.\",\"text\":\"Try to parse the RSS panel, maybe it will index the mobile hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.296031"], ["updated_at", "2016-10-06 14:49:16.296031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel ad eos.\",\"text\":\"Programming the application won't do anything, we need to index the wireless thx monitor!\"}"], ["created_at", "2016-10-06 14:49:16.296941"], ["updated_at", "2016-10-06 14:49:16.296941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In esse voluptatibus et rerum et ad ut.\",\"text\":\"The SSL array is down, quantify the optical panel so we can reboot the SDD firewall!\"}"], ["created_at", "2016-10-06 14:49:16.297810"], ["updated_at", "2016-10-06 14:49:16.297810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam est est molestiae quia.\",\"text\":\"If we generate the capacitor, we can get to the ADP alarm through the solid state JSON capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.298664"], ["updated_at", "2016-10-06 14:49:16.298664"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum maxime fugit nesciunt.\",\"text\":\"We need to index the wireless JSON array!\"}"], ["created_at", "2016-10-06 14:49:16.299611"], ["updated_at", "2016-10-06 14:49:16.299611"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad sit illo modi ea et est ipsum.\",\"text\":\"Try to calculate the PNG transmitter, maybe it will quantify the 1080p panel!\"}"], ["created_at", "2016-10-06 14:49:16.300665"], ["updated_at", "2016-10-06 14:49:16.300665"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi in et eum pariatur repellat.\",\"text\":\"Try to bypass the THX port, maybe it will navigate the auxiliary array!\"}"], ["created_at", "2016-10-06 14:49:16.301575"], ["updated_at", "2016-10-06 14:49:16.301575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum adipisci tempore.\",\"text\":\"I'll override the wireless SCSI monitor, that should card the PCI matrix!\"}"], ["created_at", "2016-10-06 14:49:16.302479"], ["updated_at", "2016-10-06 14:49:16.302479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolorem voluptatem qui porro.\",\"text\":\"I'll synthesize the back-end HTTP sensor, that should transmitter the THX circuit!\"}"], ["created_at", "2016-10-06 14:49:16.303365"], ["updated_at", "2016-10-06 14:49:16.303365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque eum aliquam iusto.\",\"text\":\"We need to reboot the digital SAS transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.304258"], ["updated_at", "2016-10-06 14:49:16.304258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat incidunt nam.\",\"text\":\"Try to navigate the THX card, maybe it will program the redundant array!\"}"], ["created_at", "2016-10-06 14:49:16.305126"], ["updated_at", "2016-10-06 14:49:16.305126"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum laudantium officia.\",\"text\":\"If we compress the application, we can get to the CSS bus through the solid state GB card!\"}"], ["created_at", "2016-10-06 14:49:16.305971"], ["updated_at", "2016-10-06 14:49:16.305971"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nemo ratione vel vero.\",\"text\":\"You can't connect the capacitor without navigating the digital AI circuit!\"}"], ["created_at", "2016-10-06 14:49:16.306844"], ["updated_at", "2016-10-06 14:49:16.306844"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia nisi molestias sed.\",\"text\":\"We need to parse the virtual SQL alarm!\"}"], ["created_at", "2016-10-06 14:49:16.307725"], ["updated_at", "2016-10-06 14:49:16.307725"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti expedita ex quos quidem sed delectus non.\",\"text\":\"The XSS bandwidth is down, hack the online driver so we can bypass the SDD circuit!\"}"], ["created_at", "2016-10-06 14:49:16.308586"], ["updated_at", "2016-10-06 14:49:16.308586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur excepturi quaerat.\",\"text\":\"If we compress the hard drive, we can get to the JSON matrix through the back-end JSON hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.309427"], ["updated_at", "2016-10-06 14:49:16.309427"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam eum aut animi expedita sint sint quia.\",\"text\":\"You can't index the interface without bypassing the mobile ADP bus!\"}"], ["created_at", "2016-10-06 14:49:16.310298"], ["updated_at", "2016-10-06 14:49:16.310298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto vero inventore ullam quibusdam.\",\"text\":\"I'll program the solid state XML application, that should transmitter the PCI card!\"}"], ["created_at", "2016-10-06 14:49:16.311169"], ["updated_at", "2016-10-06 14:49:16.311169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur repudiandae quasi autem in blanditiis laudantium.\",\"text\":\"Use the cross-platform IB system, then you can synthesize the solid state firewall!\"}"], ["created_at", "2016-10-06 14:49:16.312040"], ["updated_at", "2016-10-06 14:49:16.312040"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta molestiae ipsum consectetur ut amet veniam.\",\"text\":\"Use the haptic XML program, then you can bypass the optical transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.312899"], ["updated_at", "2016-10-06 14:49:16.312899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore corrupti ut velit.\",\"text\":\"Navigating the transmitter won't do anything, we need to connect the optical adp driver!\"}"], ["created_at", "2016-10-06 14:49:16.313743"], ["updated_at", "2016-10-06 14:49:16.313743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quo at.\",\"text\":\"Hacking the circuit won't do anything, we need to input the back-end ib system!\"}"], ["created_at", "2016-10-06 14:49:16.314609"], ["updated_at", "2016-10-06 14:49:16.314609"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit rerum nemo.\",\"text\":\"Backing up the panel won't do anything, we need to navigate the primary hdd circuit!\"}"], ["created_at", "2016-10-06 14:49:16.315495"], ["updated_at", "2016-10-06 14:49:16.315495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima eveniet nemo magnam atque voluptatem fuga.\",\"text\":\"You can't synthesize the sensor without generating the 1080p FTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.316543"], ["updated_at", "2016-10-06 14:49:16.316543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum aliquid blanditiis qui eos.\",\"text\":\"We need to calculate the auxiliary IB system!\"}"], ["created_at", "2016-10-06 14:49:16.317517"], ["updated_at", "2016-10-06 14:49:16.317517"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque provident dolores tenetur.\",\"text\":\"Use the online SCSI port, then you can hack the digital application!\"}"], ["created_at", "2016-10-06 14:49:16.318441"], ["updated_at", "2016-10-06 14:49:16.318441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur molestiae et sed iste nam.\",\"text\":\"You can't program the pixel without navigating the online HDD firewall!\"}"], ["created_at", "2016-10-06 14:49:16.319333"], ["updated_at", "2016-10-06 14:49:16.319333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus quasi aut.\",\"text\":\"The ADP card is down, generate the digital circuit so we can back up the SQL pixel!\"}"], ["created_at", "2016-10-06 14:49:16.320201"], ["updated_at", "2016-10-06 14:49:16.320201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit facilis tempore ut voluptatum.\",\"text\":\"Navigating the feed won't do anything, we need to calculate the 1080p adp system!\"}"], ["created_at", "2016-10-06 14:49:16.321061"], ["updated_at", "2016-10-06 14:49:16.321061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil autem hic earum dicta error.\",\"text\":\"I'll input the solid state RSS feed, that should card the PNG alarm!\"}"], ["created_at", "2016-10-06 14:49:16.321927"], ["updated_at", "2016-10-06 14:49:16.321927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti sunt et omnis ipsum laborum.\",\"text\":\"We need to compress the open-source PNG application!\"}"], ["created_at", "2016-10-06 14:49:16.322860"], ["updated_at", "2016-10-06 14:49:16.322860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum voluptas aspernatur ut nemo ullam illum velit.\",\"text\":\"Try to quantify the AI matrix, maybe it will reboot the solid state matrix!\"}"], ["created_at", "2016-10-06 14:49:16.323782"], ["updated_at", "2016-10-06 14:49:16.323782"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic voluptates ipsa.\",\"text\":\"The CSS panel is down, override the primary microchip so we can compress the PNG driver!\"}"], ["created_at", "2016-10-06 14:49:16.324665"], ["updated_at", "2016-10-06 14:49:16.324665"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non laboriosam eum ducimus et.\",\"text\":\"I'll copy the multi-byte SQL hard drive, that should circuit the RAM protocol!\"}"], ["created_at", "2016-10-06 14:49:16.325513"], ["updated_at", "2016-10-06 14:49:16.325513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta dolores et optio.\",\"text\":\"Use the solid state SAS card, then you can synthesize the bluetooth sensor!\"}"], ["created_at", "2016-10-06 14:49:16.326409"], ["updated_at", "2016-10-06 14:49:16.326409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam ipsam voluptatem quae deleniti.\",\"text\":\"If we input the port, we can get to the AI matrix through the primary RAM system!\"}"], ["created_at", "2016-10-06 14:49:16.327280"], ["updated_at", "2016-10-06 14:49:16.327280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro natus adipisci voluptatibus cumque omnis in.\",\"text\":\"The IB feed is down, index the haptic card so we can back up the CSS monitor!\"}"], ["created_at", "2016-10-06 14:49:16.328149"], ["updated_at", "2016-10-06 14:49:16.328149"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla aut aut nesciunt cum vel ut.\",\"text\":\"The AI array is down, program the neural interface so we can reboot the AI hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.329021"], ["updated_at", "2016-10-06 14:49:16.329021"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus in magni ea animi rerum illum rem.\",\"text\":\"I'll bypass the digital AI card, that should port the THX alarm!\"}"], ["created_at", "2016-10-06 14:49:16.329925"], ["updated_at", "2016-10-06 14:49:16.329925"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta modi rerum nesciunt in ut id earum.\",\"text\":\"Use the digital XSS bus, then you can back up the wireless card!\"}"], ["created_at", "2016-10-06 14:49:16.330916"], ["updated_at", "2016-10-06 14:49:16.330916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum laudantium occaecati voluptatem autem.\",\"text\":\"Try to override the THX circuit, maybe it will input the auxiliary alarm!\"}"], ["created_at", "2016-10-06 14:49:16.331901"], ["updated_at", "2016-10-06 14:49:16.331901"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere molestiae quas rerum voluptatem aut eius.\",\"text\":\"You can't transmit the system without synthesizing the open-source FTP system!\"}"], ["created_at", "2016-10-06 14:49:16.332904"], ["updated_at", "2016-10-06 14:49:16.332904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui vitae id ipsa et.\",\"text\":\"Use the primary AI alarm, then you can input the primary hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.333923"], ["updated_at", "2016-10-06 14:49:16.333923"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam dolor pariatur libero rerum tenetur.\",\"text\":\"Parsing the driver won't do anything, we need to synthesize the back-end smtp sensor!\"}"], ["created_at", "2016-10-06 14:49:16.334863"], ["updated_at", "2016-10-06 14:49:16.334863"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique sed veniam minima illum.\",\"text\":\"The SCSI feed is down, generate the redundant matrix so we can synthesize the PNG circuit!\"}"], ["created_at", "2016-10-06 14:49:16.335743"], ["updated_at", "2016-10-06 14:49:16.335743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus voluptatem neque totam doloremque.\",\"text\":\"We need to parse the wireless SAS transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.336615"], ["updated_at", "2016-10-06 14:49:16.336615"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In sit minima earum occaecati et cum sapiente.\",\"text\":\"If we back up the sensor, we can get to the SDD circuit through the bluetooth SMTP microchip!\"}"], ["created_at", "2016-10-06 14:49:16.337449"], ["updated_at", "2016-10-06 14:49:16.337449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi voluptas quas.\",\"text\":\"The SMS application is down, override the 1080p firewall so we can transmit the EXE port!\"}"], ["created_at", "2016-10-06 14:49:16.338337"], ["updated_at", "2016-10-06 14:49:16.338337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique nisi fuga.\",\"text\":\"We need to back up the optical EXE feed!\"}"], ["created_at", "2016-10-06 14:49:16.339214"], ["updated_at", "2016-10-06 14:49:16.339214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe itaque hic ut eaque commodi.\",\"text\":\"You can't transmit the bus without navigating the 1080p IB bus!\"}"], ["created_at", "2016-10-06 14:49:16.340124"], ["updated_at", "2016-10-06 14:49:16.340124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur eum neque ipsum soluta sed quas qui.\",\"text\":\"If we navigate the capacitor, we can get to the SCSI bus through the virtual USB port!\"}"], ["created_at", "2016-10-06 14:49:16.341027"], ["updated_at", "2016-10-06 14:49:16.341027"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti officiis sint amet.\",\"text\":\"We need to quantify the open-source PCI sensor!\"}"], ["created_at", "2016-10-06 14:49:16.341895"], ["updated_at", "2016-10-06 14:49:16.341895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus consequuntur consequatur accusamus.\",\"text\":\"You can't compress the monitor without hacking the redundant IB feed!\"}"], ["created_at", "2016-10-06 14:49:16.342803"], ["updated_at", "2016-10-06 14:49:16.342803"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A ducimus quasi harum qui.\",\"text\":\"The RAM sensor is down, quantify the online array so we can generate the GB array!\"}"], ["created_at", "2016-10-06 14:49:16.343676"], ["updated_at", "2016-10-06 14:49:16.343676"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium est aut suscipit cumque.\",\"text\":\"Use the open-source SAS system, then you can index the open-source hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.344551"], ["updated_at", "2016-10-06 14:49:16.344551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi aut iste vero.\",\"text\":\"Generating the program won't do anything, we need to quantify the primary adp bus!\"}"], ["created_at", "2016-10-06 14:49:16.345395"], ["updated_at", "2016-10-06 14:49:16.345395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam dolores commodi omnis vitae.\",\"text\":\"The RAM interface is down, compress the 1080p port so we can back up the ADP card!\"}"], ["created_at", "2016-10-06 14:49:16.346266"], ["updated_at", "2016-10-06 14:49:16.346266"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo atque explicabo ex consequuntur distinctio facilis.\",\"text\":\"If we index the microchip, we can get to the RSS port through the 1080p GB transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.347131"], ["updated_at", "2016-10-06 14:49:16.347131"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia sint et dolores est vitae eos a.\",\"text\":\"Synthesizing the bandwidth won't do anything, we need to synthesize the auxiliary smtp microchip!\"}"], ["created_at", "2016-10-06 14:49:16.348013"], ["updated_at", "2016-10-06 14:49:16.348013"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa exercitationem est temporibus error voluptatum.\",\"text\":\"You can't bypass the bandwidth without parsing the back-end SDD driver!\"}"], ["created_at", "2016-10-06 14:49:16.348866"], ["updated_at", "2016-10-06 14:49:16.348866"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid ullam ad ut sequi ducimus.\",\"text\":\"You can't calculate the firewall without synthesizing the 1080p RAM application!\"}"], ["created_at", "2016-10-06 14:49:16.349891"], ["updated_at", "2016-10-06 14:49:16.349891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo enim suscipit occaecati maxime.\",\"text\":\"We need to copy the haptic SDD transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.350981"], ["updated_at", "2016-10-06 14:49:16.350981"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est recusandae error est.\",\"text\":\"I'll index the solid state SCSI pixel, that should capacitor the XSS program!\"}"], ["created_at", "2016-10-06 14:49:16.351909"], ["updated_at", "2016-10-06 14:49:16.351909"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim autem amet est alias officia corrupti ex.\",\"text\":\"Programming the sensor won't do anything, we need to compress the optical thx pixel!\"}"], ["created_at", "2016-10-06 14:49:16.352816"], ["updated_at", "2016-10-06 14:49:16.352816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit rerum ut et exercitationem praesentium.\",\"text\":\"Use the primary RSS firewall, then you can back up the bluetooth bus!\"}"], ["created_at", "2016-10-06 14:49:16.353695"], ["updated_at", "2016-10-06 14:49:16.353695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti laudantium doloremque ut vel modi commodi.\",\"text\":\"We need to synthesize the back-end GB hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.354571"], ["updated_at", "2016-10-06 14:49:16.354571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem voluptas esse ut dignissimos non.\",\"text\":\"If we compress the array, we can get to the SCSI driver through the cross-platform SQL sensor!\"}"], ["created_at", "2016-10-06 14:49:16.355462"], ["updated_at", "2016-10-06 14:49:16.355462"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem assumenda placeat.\",\"text\":\"The SQL sensor is down, bypass the online firewall so we can copy the SCSI program!\"}"], ["created_at", "2016-10-06 14:49:16.356377"], ["updated_at", "2016-10-06 14:49:16.356377"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque cupiditate saepe.\",\"text\":\"Try to reboot the SAS alarm, maybe it will back up the bluetooth sensor!\"}"], ["created_at", "2016-10-06 14:49:16.357255"], ["updated_at", "2016-10-06 14:49:16.357255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil nobis ad ut ab deserunt et.\",\"text\":\"Compressing the sensor won't do anything, we need to quantify the multi-byte exe program!\"}"], ["created_at", "2016-10-06 14:49:16.358150"], ["updated_at", "2016-10-06 14:49:16.358150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae quo ut soluta aut ducimus.\",\"text\":\"Generating the feed won't do anything, we need to reboot the neural sas circuit!\"}"], ["created_at", "2016-10-06 14:49:16.359037"], ["updated_at", "2016-10-06 14:49:16.359037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis incidunt qui.\",\"text\":\"Try to calculate the USB circuit, maybe it will synthesize the auxiliary matrix!\"}"], ["created_at", "2016-10-06 14:49:16.359951"], ["updated_at", "2016-10-06 14:49:16.359951"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid delectus et mollitia et harum.\",\"text\":\"You can't compress the feed without navigating the optical TCP transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.360809"], ["updated_at", "2016-10-06 14:49:16.360809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et minus quia voluptas voluptatum in tempora consequatur.\",\"text\":\"I'll transmit the open-source IB panel, that should feed the RSS matrix!\"}"], ["created_at", "2016-10-06 14:49:16.361716"], ["updated_at", "2016-10-06 14:49:16.361716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad qui accusamus.\",\"text\":\"You can't hack the pixel without compressing the primary AGP card!\"}"], ["created_at", "2016-10-06 14:49:16.362591"], ["updated_at", "2016-10-06 14:49:16.362591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et perferendis facere commodi.\",\"text\":\"Use the online SDD port, then you can parse the multi-byte port!\"}"], ["created_at", "2016-10-06 14:49:16.363459"], ["updated_at", "2016-10-06 14:49:16.363459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam rem sunt nemo doloribus ipsam eveniet.\",\"text\":\"You can't compress the microchip without overriding the open-source ADP interface!\"}"], ["created_at", "2016-10-06 14:49:16.364347"], ["updated_at", "2016-10-06 14:49:16.364347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae ducimus nihil aut.\",\"text\":\"If we back up the monitor, we can get to the JBOD interface through the virtual SCSI panel!\"}"], ["created_at", "2016-10-06 14:49:16.365205"], ["updated_at", "2016-10-06 14:49:16.365205"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta ipsum quisquam rerum pariatur et corporis.\",\"text\":\"We need to compress the haptic TCP pixel!\"}"], ["created_at", "2016-10-06 14:49:16.366158"], ["updated_at", "2016-10-06 14:49:16.366158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur quo in sint.\",\"text\":\"Synthesizing the port won't do anything, we need to override the 1080p ram transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.367212"], ["updated_at", "2016-10-06 14:49:16.367212"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero consectetur est nobis ut.\",\"text\":\"Use the auxiliary PNG matrix, then you can bypass the mobile panel!\"}"], ["created_at", "2016-10-06 14:49:16.368110"], ["updated_at", "2016-10-06 14:49:16.368110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas dignissimos assumenda sequi quasi alias dolorum ullam.\",\"text\":\"I'll program the 1080p AGP array, that should driver the USB driver!\"}"], ["created_at", "2016-10-06 14:49:16.368961"], ["updated_at", "2016-10-06 14:49:16.368961"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro voluptas exercitationem et laborum consequatur dolorem est.\",\"text\":\"I'll program the neural JBOD sensor, that should hard drive the THX interface!\"}"], ["created_at", "2016-10-06 14:49:16.369844"], ["updated_at", "2016-10-06 14:49:16.369844"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores vel dolorum porro ratione.\",\"text\":\"If we override the card, we can get to the JBOD pixel through the neural JBOD matrix!\"}"], ["created_at", "2016-10-06 14:49:16.371310"], ["updated_at", "2016-10-06 14:49:16.371310"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium aspernatur aut sequi eos odio quam.\",\"text\":\"If we calculate the capacitor, we can get to the GB sensor through the open-source IB feed!\"}"], ["created_at", "2016-10-06 14:49:16.373248"], ["updated_at", "2016-10-06 14:49:16.373248"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dolorum asperiores.\",\"text\":\"Try to bypass the PNG transmitter, maybe it will synthesize the cross-platform feed!\"}"], ["created_at", "2016-10-06 14:49:16.374731"], ["updated_at", "2016-10-06 14:49:16.374731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit omnis nulla aut quas quae qui excepturi.\",\"text\":\"The AGP driver is down, quantify the redundant card so we can override the COM sensor!\"}"], ["created_at", "2016-10-06 14:49:16.375756"], ["updated_at", "2016-10-06 14:49:16.375756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum amet voluptatum ipsa.\",\"text\":\"Use the optical SCSI circuit, then you can connect the mobile microchip!\"}"], ["created_at", "2016-10-06 14:49:16.376644"], ["updated_at", "2016-10-06 14:49:16.376644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum vel aut sed dolores ipsum.\",\"text\":\"If we quantify the port, we can get to the ADP program through the primary SCSI sensor!\"}"], ["created_at", "2016-10-06 14:49:16.377523"], ["updated_at", "2016-10-06 14:49:16.377523"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur incidunt sit sed quos beatae.\",\"text\":\"We need to override the bluetooth THX bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.378450"], ["updated_at", "2016-10-06 14:49:16.378450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis tempora eveniet.\",\"text\":\"If we hack the bandwidth, we can get to the XML transmitter through the solid state AGP matrix!\"}"], ["created_at", "2016-10-06 14:49:16.379294"], ["updated_at", "2016-10-06 14:49:16.379294"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo ducimus dolorem eveniet exercitationem eius illum.\",\"text\":\"I'll synthesize the multi-byte FTP program, that should program the HTTP sensor!\"}"], ["created_at", "2016-10-06 14:49:16.380160"], ["updated_at", "2016-10-06 14:49:16.380160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae tempore qui nostrum eum quo.\",\"text\":\"Try to back up the SSL system, maybe it will compress the haptic system!\"}"], ["created_at", "2016-10-06 14:49:16.381026"], ["updated_at", "2016-10-06 14:49:16.381026"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque ut quia sed corporis.\",\"text\":\"The FTP port is down, reboot the digital driver so we can bypass the IB port!\"}"], ["created_at", "2016-10-06 14:49:16.381898"], ["updated_at", "2016-10-06 14:49:16.381898"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora et optio officiis nihil voluptatem autem qui.\",\"text\":\"Try to quantify the ADP bus, maybe it will input the solid state capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.382870"], ["updated_at", "2016-10-06 14:49:16.382870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum maxime odit debitis.\",\"text\":\"The XML capacitor is down, reboot the haptic system so we can bypass the SDD feed!\"}"], ["created_at", "2016-10-06 14:49:16.383916"], ["updated_at", "2016-10-06 14:49:16.383916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi vitae sequi nisi quia repellendus reiciendis.\",\"text\":\"We need to hack the redundant FTP sensor!\"}"], ["created_at", "2016-10-06 14:49:16.384802"], ["updated_at", "2016-10-06 14:49:16.384802"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit enim numquam omnis eius quasi necessitatibus eaque.\",\"text\":\"We need to parse the virtual EXE firewall!\"}"], ["created_at", "2016-10-06 14:49:16.385676"], ["updated_at", "2016-10-06 14:49:16.385676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi cupiditate quis necessitatibus nam.\",\"text\":\"You can't transmit the card without copying the open-source SQL alarm!\"}"], ["created_at", "2016-10-06 14:49:16.386609"], ["updated_at", "2016-10-06 14:49:16.386609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus adipisci quidem sit.\",\"text\":\"If we program the transmitter, we can get to the XML program through the virtual GB sensor!\"}"], ["created_at", "2016-10-06 14:49:16.387495"], ["updated_at", "2016-10-06 14:49:16.387495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis animi ut ipsam et officiis enim voluptas.\",\"text\":\"We need to synthesize the mobile SCSI application!\"}"], ["created_at", "2016-10-06 14:49:16.388356"], ["updated_at", "2016-10-06 14:49:16.388356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem in consequatur et animi.\",\"text\":\"We need to input the neural TCP matrix!\"}"], ["created_at", "2016-10-06 14:49:16.389223"], ["updated_at", "2016-10-06 14:49:16.389223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati illum aspernatur tempora culpa perferendis enim.\",\"text\":\"Navigating the transmitter won't do anything, we need to transmit the redundant tcp firewall!\"}"], ["created_at", "2016-10-06 14:49:16.390061"], ["updated_at", "2016-10-06 14:49:16.390061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur facere at voluptatem debitis similique.\",\"text\":\"Bypassing the application won't do anything, we need to reboot the open-source sql matrix!\"}"], ["created_at", "2016-10-06 14:49:16.391009"], ["updated_at", "2016-10-06 14:49:16.391009"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim modi neque magni nobis sit rerum.\",\"text\":\"You can't input the circuit without generating the back-end JSON driver!\"}"], ["created_at", "2016-10-06 14:49:16.391903"], ["updated_at", "2016-10-06 14:49:16.391903"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum similique velit sed.\",\"text\":\"We need to transmit the auxiliary CSS panel!\"}"], ["created_at", "2016-10-06 14:49:16.392761"], ["updated_at", "2016-10-06 14:49:16.392761"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil voluptatem dicta enim in laboriosam debitis.\",\"text\":\"If we copy the monitor, we can get to the SAS application through the back-end XSS sensor!\"}"], ["created_at", "2016-10-06 14:49:16.393614"], ["updated_at", "2016-10-06 14:49:16.393614"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis quasi provident nesciunt velit suscipit.\",\"text\":\"If we navigate the feed, we can get to the TCP bus through the solid state XSS microchip!\"}"], ["created_at", "2016-10-06 14:49:16.394480"], ["updated_at", "2016-10-06 14:49:16.394480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui error incidunt.\",\"text\":\"We need to index the wireless ADP circuit!\"}"], ["created_at", "2016-10-06 14:49:16.395348"], ["updated_at", "2016-10-06 14:49:16.395348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt culpa repudiandae beatae.\",\"text\":\"Try to input the AI circuit, maybe it will generate the primary transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.396218"], ["updated_at", "2016-10-06 14:49:16.396218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eos autem atque qui consequatur et.\",\"text\":\"You can't navigate the interface without quantifying the primary CSS interface!\"}"], ["created_at", "2016-10-06 14:49:16.397088"], ["updated_at", "2016-10-06 14:49:16.397088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident et cupiditate suscipit sed et.\",\"text\":\"The SCSI program is down, parse the online card so we can generate the RAM bus!\"}"], ["created_at", "2016-10-06 14:49:16.397936"], ["updated_at", "2016-10-06 14:49:16.397936"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat ad eaque amet esse dolores deleniti.\",\"text\":\"Try to hack the AI bus, maybe it will input the virtual port!\"}"], ["created_at", "2016-10-06 14:49:16.398842"], ["updated_at", "2016-10-06 14:49:16.398842"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt ut at corporis.\",\"text\":\"The SCSI matrix is down, back up the optical alarm so we can input the JBOD card!\"}"], ["created_at", "2016-10-06 14:49:16.399874"], ["updated_at", "2016-10-06 14:49:16.399874"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex porro sed qui temporibus veniam.\",\"text\":\"Try to synthesize the SMS microchip, maybe it will back up the wireless matrix!\"}"], ["created_at", "2016-10-06 14:49:16.401083"], ["updated_at", "2016-10-06 14:49:16.401083"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et omnis quo.\",\"text\":\"If we transmit the interface, we can get to the CSS transmitter through the mobile FTP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.403502"], ["updated_at", "2016-10-06 14:49:16.403502"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum fuga debitis suscipit impedit molestiae.\",\"text\":\"Use the cross-platform AI pixel, then you can reboot the virtual panel!\"}"], ["created_at", "2016-10-06 14:49:16.405322"], ["updated_at", "2016-10-06 14:49:16.405322"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea sapiente quidem.\",\"text\":\"Copying the transmitter won't do anything, we need to navigate the neural adp circuit!\"}"], ["created_at", "2016-10-06 14:49:16.408385"], ["updated_at", "2016-10-06 14:49:16.408385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit qui velit.\",\"text\":\"The HDD transmitter is down, quantify the digital system so we can override the JBOD application!\"}"], ["created_at", "2016-10-06 14:49:16.410225"], ["updated_at", "2016-10-06 14:49:16.410225"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed sunt recusandae.\",\"text\":\"You can't reboot the array without parsing the mobile SMS alarm!\"}"], ["created_at", "2016-10-06 14:49:16.411200"], ["updated_at", "2016-10-06 14:49:16.411200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique voluptatibus soluta odio est quam.\",\"text\":\"Copying the port won't do anything, we need to copy the open-source sms system!\"}"], ["created_at", "2016-10-06 14:49:16.412073"], ["updated_at", "2016-10-06 14:49:16.412073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum adipisci nemo harum consequatur voluptatum quae.\",\"text\":\"If we calculate the application, we can get to the CSS interface through the solid state FTP port!\"}"], ["created_at", "2016-10-06 14:49:16.413000"], ["updated_at", "2016-10-06 14:49:16.413000"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias autem sint aut nihil molestiae.\",\"text\":\"We need to index the virtual THX transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.413868"], ["updated_at", "2016-10-06 14:49:16.413868"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti voluptatibus et dignissimos amet non est aut.\",\"text\":\"Try to parse the USB pixel, maybe it will synthesize the wireless firewall!\"}"], ["created_at", "2016-10-06 14:49:16.414794"], ["updated_at", "2016-10-06 14:49:16.414794"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi quia ut.\",\"text\":\"We need to bypass the 1080p IB feed!\"}"], ["created_at", "2016-10-06 14:49:16.415765"], ["updated_at", "2016-10-06 14:49:16.415765"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem illo quibusdam autem.\",\"text\":\"Use the back-end SQL array, then you can override the multi-byte application!\"}"], ["created_at", "2016-10-06 14:49:16.416860"], ["updated_at", "2016-10-06 14:49:16.416860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto voluptatibus qui in repellendus.\",\"text\":\"Use the back-end SDD array, then you can navigate the optical program!\"}"], ["created_at", "2016-10-06 14:49:16.417825"], ["updated_at", "2016-10-06 14:49:16.417825"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In ipsam ut.\",\"text\":\"Try to parse the HDD card, maybe it will index the neural transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.418811"], ["updated_at", "2016-10-06 14:49:16.418811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam laboriosam nulla.\",\"text\":\"The SAS bandwidth is down, bypass the cross-platform pixel so we can synthesize the EXE microchip!\"}"], ["created_at", "2016-10-06 14:49:16.419686"], ["updated_at", "2016-10-06 14:49:16.419686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor nesciunt corrupti a fuga nihil rerum vel.\",\"text\":\"Try to transmit the SQL matrix, maybe it will copy the back-end alarm!\"}"], ["created_at", "2016-10-06 14:49:16.420545"], ["updated_at", "2016-10-06 14:49:16.420545"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis voluptate recusandae quis et.\",\"text\":\"We need to quantify the 1080p AGP monitor!\"}"], ["created_at", "2016-10-06 14:49:16.421413"], ["updated_at", "2016-10-06 14:49:16.421413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero id aspernatur possimus veniam.\",\"text\":\"We need to quantify the primary ADP driver!\"}"], ["created_at", "2016-10-06 14:49:16.422319"], ["updated_at", "2016-10-06 14:49:16.422319"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et maiores provident nostrum.\",\"text\":\"Use the back-end THX pixel, then you can compress the primary firewall!\"}"], ["created_at", "2016-10-06 14:49:16.423225"], ["updated_at", "2016-10-06 14:49:16.423225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta eius ut et blanditiis debitis eos autem.\",\"text\":\"If we compress the sensor, we can get to the AI hard drive through the multi-byte XML program!\"}"], ["created_at", "2016-10-06 14:49:16.424133"], ["updated_at", "2016-10-06 14:49:16.424133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam doloremque ullam earum ipsam dolores.\",\"text\":\"Try to generate the CSS matrix, maybe it will generate the digital monitor!\"}"], ["created_at", "2016-10-06 14:49:16.425034"], ["updated_at", "2016-10-06 14:49:16.425034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas hic qui quo ea.\",\"text\":\"Try to quantify the SAS protocol, maybe it will copy the back-end feed!\"}"], ["created_at", "2016-10-06 14:49:16.425945"], ["updated_at", "2016-10-06 14:49:16.425945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel eum dolores id nisi vel blanditiis.\",\"text\":\"The COM microchip is down, reboot the open-source bus so we can navigate the CSS bus!\"}"], ["created_at", "2016-10-06 14:49:16.426852"], ["updated_at", "2016-10-06 14:49:16.426852"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda est ab nesciunt occaecati.\",\"text\":\"Calculating the capacitor won't do anything, we need to program the bluetooth png sensor!\"}"], ["created_at", "2016-10-06 14:49:16.427700"], ["updated_at", "2016-10-06 14:49:16.427700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id quia enim saepe amet at dolores.\",\"text\":\"Connecting the array won't do anything, we need to navigate the back-end gb driver!\"}"], ["created_at", "2016-10-06 14:49:16.428575"], ["updated_at", "2016-10-06 14:49:16.428575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate magnam nesciunt quia provident vitae.\",\"text\":\"You can't calculate the port without indexing the virtual SDD application!\"}"], ["created_at", "2016-10-06 14:49:16.429447"], ["updated_at", "2016-10-06 14:49:16.429447"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur consequuntur fugit.\",\"text\":\"If we input the driver, we can get to the PNG circuit through the auxiliary SCSI driver!\"}"], ["created_at", "2016-10-06 14:49:16.430351"], ["updated_at", "2016-10-06 14:49:16.430351"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos doloremque saepe.\",\"text\":\"If we reboot the pixel, we can get to the XML feed through the solid state PCI application!\"}"], ["created_at", "2016-10-06 14:49:16.431267"], ["updated_at", "2016-10-06 14:49:16.431267"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea soluta numquam animi non.\",\"text\":\"Calculating the pixel won't do anything, we need to override the multi-byte sql protocol!\"}"], ["created_at", "2016-10-06 14:49:16.432232"], ["updated_at", "2016-10-06 14:49:16.432232"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam rerum quo fugit sequi earum.\",\"text\":\"If we hack the matrix, we can get to the SCSI matrix through the redundant JSON hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.433336"], ["updated_at", "2016-10-06 14:49:16.433336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus praesentium aspernatur possimus culpa et.\",\"text\":\"Transmitting the sensor won't do anything, we need to bypass the back-end xss program!\"}"], ["created_at", "2016-10-06 14:49:16.434381"], ["updated_at", "2016-10-06 14:49:16.434381"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius sunt necessitatibus.\",\"text\":\"The CSS firewall is down, copy the optical interface so we can synthesize the SSL feed!\"}"], ["created_at", "2016-10-06 14:49:16.435272"], ["updated_at", "2016-10-06 14:49:16.435272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum fugiat in.\",\"text\":\"We need to calculate the bluetooth SQL circuit!\"}"], ["created_at", "2016-10-06 14:49:16.436118"], ["updated_at", "2016-10-06 14:49:16.436118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo animi vero rerum officiis porro.\",\"text\":\"Try to quantify the AI bandwidth, maybe it will quantify the digital firewall!\"}"], ["created_at", "2016-10-06 14:49:16.436988"], ["updated_at", "2016-10-06 14:49:16.436988"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis aut provident.\",\"text\":\"The PCI matrix is down, navigate the neural application so we can connect the GB matrix!\"}"], ["created_at", "2016-10-06 14:49:16.437858"], ["updated_at", "2016-10-06 14:49:16.437858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui temporibus praesentium fuga atque.\",\"text\":\"Bypassing the array won't do anything, we need to transmit the multi-byte css alarm!\"}"], ["created_at", "2016-10-06 14:49:16.438776"], ["updated_at", "2016-10-06 14:49:16.438776"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt sit aliquam qui nam et quia.\",\"text\":\"We need to navigate the neural USB bus!\"}"], ["created_at", "2016-10-06 14:49:16.439623"], ["updated_at", "2016-10-06 14:49:16.439623"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae quas est recusandae libero aut quaerat.\",\"text\":\"We need to override the bluetooth THX transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.440570"], ["updated_at", "2016-10-06 14:49:16.440570"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat temporibus repudiandae deleniti.\",\"text\":\"You can't override the monitor without transmitting the 1080p JBOD transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.441483"], ["updated_at", "2016-10-06 14:49:16.441483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores enim necessitatibus ut molestias tempora.\",\"text\":\"I'll connect the neural HTTP alarm, that should sensor the JSON bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.442467"], ["updated_at", "2016-10-06 14:49:16.442467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia voluptatem animi officia omnis alias et porro.\",\"text\":\"You can't calculate the pixel without compressing the neural HTTP monitor!\"}"], ["created_at", "2016-10-06 14:49:16.443376"], ["updated_at", "2016-10-06 14:49:16.443376"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut maiores laborum praesentium amet.\",\"text\":\"If we synthesize the monitor, we can get to the THX transmitter through the solid state SCSI matrix!\"}"], ["created_at", "2016-10-06 14:49:16.444222"], ["updated_at", "2016-10-06 14:49:16.444222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure aut eveniet adipisci dolor.\",\"text\":\"We need to synthesize the neural AI capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.445088"], ["updated_at", "2016-10-06 14:49:16.445088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est odio non recusandae dolor voluptas quisquam ut.\",\"text\":\"Calculating the interface won't do anything, we need to copy the wireless pci system!\"}"], ["created_at", "2016-10-06 14:49:16.445976"], ["updated_at", "2016-10-06 14:49:16.445976"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur quam magnam aliquid.\",\"text\":\"Use the online EXE program, then you can hack the optical monitor!\"}"], ["created_at", "2016-10-06 14:49:16.446875"], ["updated_at", "2016-10-06 14:49:16.446875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas sed odio dolorem.\",\"text\":\"Use the solid state THX circuit, then you can index the digital interface!\"}"], ["created_at", "2016-10-06 14:49:16.447755"], ["updated_at", "2016-10-06 14:49:16.447755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore in nobis cum laudantium quae eum quo.\",\"text\":\"We need to synthesize the haptic JBOD transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.448686"], ["updated_at", "2016-10-06 14:49:16.448686"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit reprehenderit qui.\",\"text\":\"The JSON alarm is down, compress the back-end circuit so we can parse the HTTP system!\"}"], ["created_at", "2016-10-06 14:49:16.449702"], ["updated_at", "2016-10-06 14:49:16.449702"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt quis aut iusto repellendus magni aliquid.\",\"text\":\"We need to bypass the 1080p USB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.450730"], ["updated_at", "2016-10-06 14:49:16.450730"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam dignissimos voluptatem quibusdam magnam.\",\"text\":\"If we input the microchip, we can get to the JSON monitor through the neural TCP alarm!\"}"], ["created_at", "2016-10-06 14:49:16.451599"], ["updated_at", "2016-10-06 14:49:16.451599"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit consequatur nobis hic.\",\"text\":\"We need to parse the solid state THX panel!\"}"], ["created_at", "2016-10-06 14:49:16.452472"], ["updated_at", "2016-10-06 14:49:16.452472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non iste minima ullam.\",\"text\":\"You can't index the transmitter without quantifying the multi-byte PCI hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.453339"], ["updated_at", "2016-10-06 14:49:16.453339"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut saepe veniam enim rem quas expedita adipisci.\",\"text\":\"Use the mobile XSS capacitor, then you can transmit the neural sensor!\"}"], ["created_at", "2016-10-06 14:49:16.454213"], ["updated_at", "2016-10-06 14:49:16.454213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima magnam aut dolorum.\",\"text\":\"If we copy the program, we can get to the XSS protocol through the optical XML matrix!\"}"], ["created_at", "2016-10-06 14:49:16.455096"], ["updated_at", "2016-10-06 14:49:16.455096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni sequi culpa.\",\"text\":\"The RAM program is down, input the back-end bus so we can synthesize the PNG protocol!\"}"], ["created_at", "2016-10-06 14:49:16.455958"], ["updated_at", "2016-10-06 14:49:16.455958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo dolore quisquam natus.\",\"text\":\"You can't copy the protocol without generating the open-source HDD card!\"}"], ["created_at", "2016-10-06 14:49:16.456911"], ["updated_at", "2016-10-06 14:49:16.456911"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est saepe impedit distinctio voluptatem voluptatem fugiat eius.\",\"text\":\"I'll calculate the back-end RSS system, that should bus the PNG transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.457830"], ["updated_at", "2016-10-06 14:49:16.457830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque impedit corporis.\",\"text\":\"Use the solid state XSS bandwidth, then you can connect the digital array!\"}"], ["created_at", "2016-10-06 14:49:16.458709"], ["updated_at", "2016-10-06 14:49:16.458709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam assumenda quia temporibus provident minima sunt vero.\",\"text\":\"Parsing the microchip won't do anything, we need to connect the virtual ai matrix!\"}"], ["created_at", "2016-10-06 14:49:16.459558"], ["updated_at", "2016-10-06 14:49:16.459558"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut tempore a maiores nesciunt maxime.\",\"text\":\"Try to transmit the FTP card, maybe it will back up the haptic monitor!\"}"], ["created_at", "2016-10-06 14:49:16.460430"], ["updated_at", "2016-10-06 14:49:16.460430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore quia ut adipisci dolore nesciunt iure voluptatum.\",\"text\":\"Use the open-source XML hard drive, then you can compress the neural driver!\"}"], ["created_at", "2016-10-06 14:49:16.461309"], ["updated_at", "2016-10-06 14:49:16.461309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos officia modi illum est a accusamus eos.\",\"text\":\"Use the wireless SMTP matrix, then you can parse the digital pixel!\"}"], ["created_at", "2016-10-06 14:49:16.462239"], ["updated_at", "2016-10-06 14:49:16.462239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas est odit qui debitis.\",\"text\":\"I'll navigate the neural SMS port, that should firewall the JSON firewall!\"}"], ["created_at", "2016-10-06 14:49:16.463101"], ["updated_at", "2016-10-06 14:49:16.463101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi velit et quia dolor corporis similique qui.\",\"text\":\"You can't back up the protocol without parsing the digital SDD card!\"}"], ["created_at", "2016-10-06 14:49:16.463971"], ["updated_at", "2016-10-06 14:49:16.463971"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque incidunt eum omnis.\",\"text\":\"We need to hack the primary HDD matrix!\"}"], ["created_at", "2016-10-06 14:49:16.464830"], ["updated_at", "2016-10-06 14:49:16.464830"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis iste aut perspiciatis voluptatem.\",\"text\":\"The XML circuit is down, copy the redundant bus so we can generate the PNG pixel!\"}"], ["created_at", "2016-10-06 14:49:16.465805"], ["updated_at", "2016-10-06 14:49:16.465805"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure dolores vel qui placeat cupiditate commodi atque.\",\"text\":\"I'll override the virtual USB bandwidth, that should protocol the AI matrix!\"}"], ["created_at", "2016-10-06 14:49:16.466921"], ["updated_at", "2016-10-06 14:49:16.466921"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore iure aut quae aut.\",\"text\":\"If we hack the firewall, we can get to the RSS port through the cross-platform HDD hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.467857"], ["updated_at", "2016-10-06 14:49:16.467857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam est qui quaerat quia vel autem.\",\"text\":\"The TCP bus is down, connect the neural alarm so we can back up the AI sensor!\"}"], ["created_at", "2016-10-06 14:49:16.468730"], ["updated_at", "2016-10-06 14:49:16.468730"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto nesciunt et magnam voluptatem quia dicta quia.\",\"text\":\"We need to compress the cross-platform IB panel!\"}"], ["created_at", "2016-10-06 14:49:16.469599"], ["updated_at", "2016-10-06 14:49:16.469599"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi illo incidunt asperiores occaecati.\",\"text\":\"You can't compress the matrix without copying the cross-platform GB monitor!\"}"], ["created_at", "2016-10-06 14:49:16.470507"], ["updated_at", "2016-10-06 14:49:16.470507"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum aut autem esse nam consequuntur.\",\"text\":\"You can't copy the matrix without hacking the 1080p FTP program!\"}"], ["created_at", "2016-10-06 14:49:16.471396"], ["updated_at", "2016-10-06 14:49:16.471396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe sunt velit omnis atque.\",\"text\":\"Parsing the monitor won't do anything, we need to connect the solid state xss bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.472389"], ["updated_at", "2016-10-06 14:49:16.472389"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed consequatur tempora sed voluptas.\",\"text\":\"I'll quantify the multi-byte PCI microchip, that should bandwidth the COM system!\"}"], ["created_at", "2016-10-06 14:49:16.473326"], ["updated_at", "2016-10-06 14:49:16.473326"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut vitae rerum.\",\"text\":\"Try to connect the SMTP hard drive, maybe it will copy the neural driver!\"}"], ["created_at", "2016-10-06 14:49:16.474305"], ["updated_at", "2016-10-06 14:49:16.474305"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat fugit quam dolorem eaque quae.\",\"text\":\"Connecting the interface won't do anything, we need to calculate the bluetooth sas protocol!\"}"], ["created_at", "2016-10-06 14:49:16.475196"], ["updated_at", "2016-10-06 14:49:16.475196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit consequatur est ut non.\",\"text\":\"Try to synthesize the TCP panel, maybe it will navigate the optical application!\"}"], ["created_at", "2016-10-06 14:49:16.476053"], ["updated_at", "2016-10-06 14:49:16.476053"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione perspiciatis velit hic corrupti.\",\"text\":\"Use the virtual SAS protocol, then you can bypass the wireless pixel!\"}"], ["created_at", "2016-10-06 14:49:16.476923"], ["updated_at", "2016-10-06 14:49:16.476923"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt est quis tempora amet odit iste officiis.\",\"text\":\"You can't compress the protocol without indexing the cross-platform TCP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.477785"], ["updated_at", "2016-10-06 14:49:16.477785"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut facilis cum qui et sint quas.\",\"text\":\"The SMS system is down, compress the auxiliary circuit so we can connect the XSS feed!\"}"], ["created_at", "2016-10-06 14:49:16.478695"], ["updated_at", "2016-10-06 14:49:16.478695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi et numquam et.\",\"text\":\"Try to reboot the COM application, maybe it will generate the redundant bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.479596"], ["updated_at", "2016-10-06 14:49:16.479596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde minus et vel eum.\",\"text\":\"You can't program the interface without calculating the virtual GB firewall!\"}"], ["created_at", "2016-10-06 14:49:16.480473"], ["updated_at", "2016-10-06 14:49:16.480473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet deserunt sapiente dolore occaecati labore.\",\"text\":\"You can't connect the application without copying the open-source HDD feed!\"}"], ["created_at", "2016-10-06 14:49:16.481334"], ["updated_at", "2016-10-06 14:49:16.481334"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto aliquam soluta magnam.\",\"text\":\"If we program the program, we can get to the RSS matrix through the open-source EXE bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.482246"], ["updated_at", "2016-10-06 14:49:16.482246"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum provident eum ab excepturi.\",\"text\":\"Bypassing the sensor won't do anything, we need to back up the 1080p ssl feed!\"}"], ["created_at", "2016-10-06 14:49:16.483311"], ["updated_at", "2016-10-06 14:49:16.483311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae veritatis dolores magni omnis totam.\",\"text\":\"I'll bypass the open-source FTP bus, that should driver the USB interface!\"}"], ["created_at", "2016-10-06 14:49:16.484253"], ["updated_at", "2016-10-06 14:49:16.484253"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia eligendi qui.\",\"text\":\"I'll parse the solid state JBOD alarm, that should interface the RSS driver!\"}"], ["created_at", "2016-10-06 14:49:16.485152"], ["updated_at", "2016-10-06 14:49:16.485152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga quia qui quisquam natus.\",\"text\":\"Bypassing the interface won't do anything, we need to compress the open-source json application!\"}"], ["created_at", "2016-10-06 14:49:16.486083"], ["updated_at", "2016-10-06 14:49:16.486083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quasi debitis est et distinctio.\",\"text\":\"If we input the interface, we can get to the AGP monitor through the back-end IB capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.486951"], ["updated_at", "2016-10-06 14:49:16.486951"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat error nemo ducimus dicta esse doloremque voluptatem.\",\"text\":\"Transmitting the bus won't do anything, we need to back up the open-source thx matrix!\"}"], ["created_at", "2016-10-06 14:49:16.487830"], ["updated_at", "2016-10-06 14:49:16.487830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quis est rem.\",\"text\":\"The XSS capacitor is down, back up the online application so we can compress the RAM bus!\"}"], ["created_at", "2016-10-06 14:49:16.488709"], ["updated_at", "2016-10-06 14:49:16.488709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid dolores molestiae dicta sunt molestias.\",\"text\":\"If we program the driver, we can get to the GB protocol through the open-source EXE card!\"}"], ["created_at", "2016-10-06 14:49:16.489641"], ["updated_at", "2016-10-06 14:49:16.489641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit in ut repellat et doloremque autem.\",\"text\":\"Try to reboot the THX firewall, maybe it will hack the 1080p bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.490573"], ["updated_at", "2016-10-06 14:49:16.490573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui numquam natus dolores repellendus molestias dolores.\",\"text\":\"We need to quantify the back-end SDD firewall!\"}"], ["created_at", "2016-10-06 14:49:16.491435"], ["updated_at", "2016-10-06 14:49:16.491435"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit ratione libero aspernatur non.\",\"text\":\"You can't connect the program without generating the digital TCP panel!\"}"], ["created_at", "2016-10-06 14:49:16.492298"], ["updated_at", "2016-10-06 14:49:16.492298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim vitae molestiae voluptatem nemo ad minima voluptas.\",\"text\":\"Connecting the capacitor won't do anything, we need to bypass the back-end json alarm!\"}"], ["created_at", "2016-10-06 14:49:16.493196"], ["updated_at", "2016-10-06 14:49:16.493196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat est sit et quidem officia corrupti nisi.\",\"text\":\"Programming the port won't do anything, we need to back up the cross-platform css monitor!\"}"], ["created_at", "2016-10-06 14:49:16.494113"], ["updated_at", "2016-10-06 14:49:16.494113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam adipisci nesciunt enim odit.\",\"text\":\"I'll connect the solid state XSS hard drive, that should interface the AGP bus!\"}"], ["created_at", "2016-10-06 14:49:16.494987"], ["updated_at", "2016-10-06 14:49:16.494987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui velit molestiae.\",\"text\":\"Try to parse the RAM sensor, maybe it will program the back-end bus!\"}"], ["created_at", "2016-10-06 14:49:16.495901"], ["updated_at", "2016-10-06 14:49:16.495901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda voluptates in vel minus.\",\"text\":\"I'll bypass the redundant SCSI firewall, that should capacitor the RSS feed!\"}"], ["created_at", "2016-10-06 14:49:16.496830"], ["updated_at", "2016-10-06 14:49:16.496830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores rerum sunt.\",\"text\":\"You can't index the driver without synthesizing the cross-platform JBOD program!\"}"], ["created_at", "2016-10-06 14:49:16.497744"], ["updated_at", "2016-10-06 14:49:16.497744"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas et a.\",\"text\":\"Try to transmit the ADP interface, maybe it will quantify the digital port!\"}"], ["created_at", "2016-10-06 14:49:16.498670"], ["updated_at", "2016-10-06 14:49:16.498670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis dolor odio magni rerum voluptates ut.\",\"text\":\"You can't compress the hard drive without quantifying the cross-platform EXE protocol!\"}"], ["created_at", "2016-10-06 14:49:16.499642"], ["updated_at", "2016-10-06 14:49:16.499642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere sint est voluptas nesciunt dolorem quasi deleniti.\",\"text\":\"I'll reboot the mobile SQL feed, that should hard drive the HDD port!\"}"], ["created_at", "2016-10-06 14:49:16.500641"], ["updated_at", "2016-10-06 14:49:16.500641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur occaecati omnis repudiandae est vitae atque tenetur.\",\"text\":\"The THX driver is down, synthesize the solid state protocol so we can transmit the XSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.501532"], ["updated_at", "2016-10-06 14:49:16.501532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut molestiae quibusdam corporis architecto eos.\",\"text\":\"Use the solid state GB capacitor, then you can generate the mobile pixel!\"}"], ["created_at", "2016-10-06 14:49:16.502436"], ["updated_at", "2016-10-06 14:49:16.502436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt ipsam ducimus omnis.\",\"text\":\"Use the online COM circuit, then you can parse the solid state microchip!\"}"], ["created_at", "2016-10-06 14:49:16.503287"], ["updated_at", "2016-10-06 14:49:16.503287"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit libero recusandae ea voluptatem.\",\"text\":\"Try to navigate the PCI sensor, maybe it will synthesize the haptic matrix!\"}"], ["created_at", "2016-10-06 14:49:16.504179"], ["updated_at", "2016-10-06 14:49:16.504179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis dolorem cumque ea perspiciatis cum harum vitae.\",\"text\":\"Use the auxiliary SAS circuit, then you can bypass the virtual bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.505096"], ["updated_at", "2016-10-06 14:49:16.505096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem molestiae blanditiis.\",\"text\":\"The FTP firewall is down, bypass the mobile pixel so we can compress the HTTP firewall!\"}"], ["created_at", "2016-10-06 14:49:16.505963"], ["updated_at", "2016-10-06 14:49:16.505963"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci alias facilis soluta.\",\"text\":\"Bypassing the protocol won't do anything, we need to calculate the optical rss array!\"}"], ["created_at", "2016-10-06 14:49:16.506833"], ["updated_at", "2016-10-06 14:49:16.506833"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui rerum temporibus nobis dolores minima.\",\"text\":\"Try to override the PNG capacitor, maybe it will program the primary program!\"}"], ["created_at", "2016-10-06 14:49:16.507749"], ["updated_at", "2016-10-06 14:49:16.507749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum voluptatibus fugiat.\",\"text\":\"Try to override the HDD feed, maybe it will hack the bluetooth bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.508618"], ["updated_at", "2016-10-06 14:49:16.508618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi vero recusandae ducimus temporibus.\",\"text\":\"We need to navigate the digital SMTP feed!\"}"], ["created_at", "2016-10-06 14:49:16.509492"], ["updated_at", "2016-10-06 14:49:16.509492"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui illo ratione aliquam ut quis.\",\"text\":\"Try to quantify the RSS port, maybe it will connect the digital hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.510351"], ["updated_at", "2016-10-06 14:49:16.510351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut molestiae fugiat quibusdam.\",\"text\":\"Connecting the panel won't do anything, we need to parse the redundant thx circuit!\"}"], ["created_at", "2016-10-06 14:49:16.511228"], ["updated_at", "2016-10-06 14:49:16.511228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem praesentium minus commodi voluptas.\",\"text\":\"I'll program the open-source HTTP bandwidth, that should hard drive the JBOD firewall!\"}"], ["created_at", "2016-10-06 14:49:16.512107"], ["updated_at", "2016-10-06 14:49:16.512107"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor et quam vitae et.\",\"text\":\"We need to transmit the mobile JSON microchip!\"}"], ["created_at", "2016-10-06 14:49:16.513003"], ["updated_at", "2016-10-06 14:49:16.513003"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum non maiores est rerum ea et id.\",\"text\":\"We need to compress the wireless FTP array!\"}"], ["created_at", "2016-10-06 14:49:16.513914"], ["updated_at", "2016-10-06 14:49:16.513914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt officia officiis.\",\"text\":\"I'll transmit the cross-platform AGP microchip, that should system the IB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.514782"], ["updated_at", "2016-10-06 14:49:16.514782"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem illum autem earum modi.\",\"text\":\"Try to compress the HDD feed, maybe it will synthesize the primary card!\"}"], ["created_at", "2016-10-06 14:49:16.515711"], ["updated_at", "2016-10-06 14:49:16.515711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime nobis labore quo et tempora dolores officia.\",\"text\":\"I'll bypass the bluetooth SAS protocol, that should interface the SDD alarm!\"}"], ["created_at", "2016-10-06 14:49:16.516768"], ["updated_at", "2016-10-06 14:49:16.516768"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem fugit maiores et quo eligendi debitis sint.\",\"text\":\"The ADP array is down, generate the primary firewall so we can connect the SCSI system!\"}"], ["created_at", "2016-10-06 14:49:16.517705"], ["updated_at", "2016-10-06 14:49:16.517705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aperiam ad nihil architecto.\",\"text\":\"The XSS protocol is down, back up the haptic capacitor so we can transmit the XSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.518617"], ["updated_at", "2016-10-06 14:49:16.518617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione illo sint.\",\"text\":\"I'll copy the open-source PCI bus, that should circuit the SCSI driver!\"}"], ["created_at", "2016-10-06 14:49:16.519522"], ["updated_at", "2016-10-06 14:49:16.519522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut cumque natus magnam explicabo minus.\",\"text\":\"I'll connect the wireless SMS hard drive, that should card the CSS sensor!\"}"], ["created_at", "2016-10-06 14:49:16.520411"], ["updated_at", "2016-10-06 14:49:16.520411"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis illo minima.\",\"text\":\"I'll parse the multi-byte SAS hard drive, that should port the GB port!\"}"], ["created_at", "2016-10-06 14:49:16.521333"], ["updated_at", "2016-10-06 14:49:16.521333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure repellat ea aut eos.\",\"text\":\"Parsing the firewall won't do anything, we need to hack the wireless json bus!\"}"], ["created_at", "2016-10-06 14:49:16.522227"], ["updated_at", "2016-10-06 14:49:16.522227"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut non quia adipisci ut.\",\"text\":\"The IB microchip is down, override the auxiliary monitor so we can connect the XSS driver!\"}"], ["created_at", "2016-10-06 14:49:16.523116"], ["updated_at", "2016-10-06 14:49:16.523116"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta aut suscipit ut eius tenetur.\",\"text\":\"The EXE panel is down, copy the haptic feed so we can synthesize the SCSI capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.524084"], ["updated_at", "2016-10-06 14:49:16.524084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci repudiandae fuga tenetur voluptates ullam.\",\"text\":\"Use the mobile PCI program, then you can hack the primary alarm!\"}"], ["created_at", "2016-10-06 14:49:16.524977"], ["updated_at", "2016-10-06 14:49:16.524977"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem soluta quo perspiciatis consectetur.\",\"text\":\"I'll index the open-source HDD panel, that should bandwidth the TCP system!\"}"], ["created_at", "2016-10-06 14:49:16.525855"], ["updated_at", "2016-10-06 14:49:16.525855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum mollitia reiciendis iste voluptatem nobis quia est.\",\"text\":\"We need to transmit the wireless EXE pixel!\"}"], ["created_at", "2016-10-06 14:49:16.526740"], ["updated_at", "2016-10-06 14:49:16.526740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas corporis sunt velit temporibus.\",\"text\":\"The SDD firewall is down, generate the online application so we can generate the JBOD application!\"}"], ["created_at", "2016-10-06 14:49:16.527627"], ["updated_at", "2016-10-06 14:49:16.527627"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam velit odio voluptatem quia dolorum.\",\"text\":\"Connecting the program won't do anything, we need to calculate the online sas monitor!\"}"], ["created_at", "2016-10-06 14:49:16.528532"], ["updated_at", "2016-10-06 14:49:16.528532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur fugiat similique a dolorum facilis repellat.\",\"text\":\"Use the bluetooth PNG card, then you can index the neural driver!\"}"], ["created_at", "2016-10-06 14:49:16.529438"], ["updated_at", "2016-10-06 14:49:16.529438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ut molestias et.\",\"text\":\"Try to hack the JSON pixel, maybe it will navigate the virtual pixel!\"}"], ["created_at", "2016-10-06 14:49:16.530322"], ["updated_at", "2016-10-06 14:49:16.530322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum nemo et consequatur sequi et quibusdam.\",\"text\":\"You can't hack the feed without indexing the online ADP alarm!\"}"], ["created_at", "2016-10-06 14:49:16.531189"], ["updated_at", "2016-10-06 14:49:16.531189"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptate mollitia ipsa excepturi aperiam dignissimos.\",\"text\":\"Try to override the ADP card, maybe it will index the solid state microchip!\"}"], ["created_at", "2016-10-06 14:49:16.532142"], ["updated_at", "2016-10-06 14:49:16.532142"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor consequuntur illum aliquid est.\",\"text\":\"If we program the monitor, we can get to the HTTP feed through the mobile RSS feed!\"}"], ["created_at", "2016-10-06 14:49:16.533360"], ["updated_at", "2016-10-06 14:49:16.533360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id eum dolorem accusamus in reprehenderit sed.\",\"text\":\"The XSS protocol is down, copy the bluetooth bandwidth so we can parse the SDD transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.534399"], ["updated_at", "2016-10-06 14:49:16.534399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ipsam exercitationem aperiam qui distinctio.\",\"text\":\"You can't connect the system without overriding the haptic RSS circuit!\"}"], ["created_at", "2016-10-06 14:49:16.535379"], ["updated_at", "2016-10-06 14:49:16.535379"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus incidunt deleniti consequatur molestiae.\",\"text\":\"Try to back up the SMS circuit, maybe it will override the virtual alarm!\"}"], ["created_at", "2016-10-06 14:49:16.536382"], ["updated_at", "2016-10-06 14:49:16.536382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque pariatur repellat.\",\"text\":\"You can't transmit the application without navigating the primary TCP system!\"}"], ["created_at", "2016-10-06 14:49:16.537330"], ["updated_at", "2016-10-06 14:49:16.537330"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi consectetur aut repellendus.\",\"text\":\"The JBOD firewall is down, synthesize the haptic bandwidth so we can navigate the CSS sensor!\"}"], ["created_at", "2016-10-06 14:49:16.538260"], ["updated_at", "2016-10-06 14:49:16.538260"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet sunt dolorem minus commodi ut.\",\"text\":\"If we copy the array, we can get to the SSL card through the back-end ADP circuit!\"}"], ["created_at", "2016-10-06 14:49:16.539231"], ["updated_at", "2016-10-06 14:49:16.539231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis impedit odio aspernatur animi.\",\"text\":\"The FTP bus is down, input the primary firewall so we can bypass the ADP bus!\"}"], ["created_at", "2016-10-06 14:49:16.540243"], ["updated_at", "2016-10-06 14:49:16.540243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore est quam illum in pariatur ea.\",\"text\":\"Indexing the sensor won't do anything, we need to back up the neural pci feed!\"}"], ["created_at", "2016-10-06 14:49:16.541159"], ["updated_at", "2016-10-06 14:49:16.541159"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui earum amet molestias reprehenderit odit molestiae consequatur.\",\"text\":\"If we back up the microchip, we can get to the SCSI interface through the redundant RSS program!\"}"], ["created_at", "2016-10-06 14:49:16.542030"], ["updated_at", "2016-10-06 14:49:16.542030"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit non in qui dolorem.\",\"text\":\"Synthesizing the monitor won't do anything, we need to copy the multi-byte sms capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.542922"], ["updated_at", "2016-10-06 14:49:16.542922"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptatum dicta voluptatem.\",\"text\":\"Try to back up the SSL feed, maybe it will back up the bluetooth bus!\"}"], ["created_at", "2016-10-06 14:49:16.543791"], ["updated_at", "2016-10-06 14:49:16.543791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit est voluptatem et impedit fugiat.\",\"text\":\"The JBOD pixel is down, index the mobile alarm so we can synthesize the HDD application!\"}"], ["created_at", "2016-10-06 14:49:16.544673"], ["updated_at", "2016-10-06 14:49:16.544673"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed id dolor atque deserunt magni.\",\"text\":\"You can't index the circuit without hacking the auxiliary XSS driver!\"}"], ["created_at", "2016-10-06 14:49:16.545548"], ["updated_at", "2016-10-06 14:49:16.545548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus ipsum et dolores consectetur.\",\"text\":\"If we hack the microchip, we can get to the JSON alarm through the mobile XSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.546441"], ["updated_at", "2016-10-06 14:49:16.546441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae ipsam vel aut similique.\",\"text\":\"We need to compress the optical HDD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.547296"], ["updated_at", "2016-10-06 14:49:16.547296"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste mollitia qui aut sequi tempora minima exercitationem.\",\"text\":\"You can't reboot the driver without bypassing the multi-byte SMTP feed!\"}"], ["created_at", "2016-10-06 14:49:16.548186"], ["updated_at", "2016-10-06 14:49:16.548186"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus quasi qui aut.\",\"text\":\"If we hack the circuit, we can get to the GB microchip through the online SMS feed!\"}"], ["created_at", "2016-10-06 14:49:16.549176"], ["updated_at", "2016-10-06 14:49:16.549176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex ipsum magnam illo officia.\",\"text\":\"If we compress the bandwidth, we can get to the IB transmitter through the optical FTP bus!\"}"], ["created_at", "2016-10-06 14:49:16.550225"], ["updated_at", "2016-10-06 14:49:16.550225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas dolorem assumenda.\",\"text\":\"You can't input the port without transmitting the bluetooth CSS microchip!\"}"], ["created_at", "2016-10-06 14:49:16.551113"], ["updated_at", "2016-10-06 14:49:16.551113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus quasi reiciendis tenetur laborum voluptatibus distinctio.\",\"text\":\"You can't override the capacitor without transmitting the wireless XML protocol!\"}"], ["created_at", "2016-10-06 14:49:16.551984"], ["updated_at", "2016-10-06 14:49:16.551984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur ut est sit qui tempora.\",\"text\":\"The COM port is down, quantify the haptic matrix so we can synthesize the SCSI port!\"}"], ["created_at", "2016-10-06 14:49:16.552862"], ["updated_at", "2016-10-06 14:49:16.552862"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti non quo cum nesciunt et.\",\"text\":\"We need to input the online SAS protocol!\"}"], ["created_at", "2016-10-06 14:49:16.553741"], ["updated_at", "2016-10-06 14:49:16.553741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta repudiandae officia et in.\",\"text\":\"Use the 1080p SDD monitor, then you can calculate the mobile pixel!\"}"], ["created_at", "2016-10-06 14:49:16.554615"], ["updated_at", "2016-10-06 14:49:16.554615"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint dolores eligendi est temporibus ut reprehenderit culpa.\",\"text\":\"We need to program the optical SAS transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.555522"], ["updated_at", "2016-10-06 14:49:16.555522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum dolor sunt.\",\"text\":\"You can't bypass the driver without copying the auxiliary JBOD interface!\"}"], ["created_at", "2016-10-06 14:49:16.556390"], ["updated_at", "2016-10-06 14:49:16.556390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur beatae deserunt aut quas.\",\"text\":\"Try to synthesize the RAM program, maybe it will parse the neural monitor!\"}"], ["created_at", "2016-10-06 14:49:16.557289"], ["updated_at", "2016-10-06 14:49:16.557289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui facere id inventore molestiae aperiam.\",\"text\":\"If we input the microchip, we can get to the THX transmitter through the cross-platform SCSI hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.558170"], ["updated_at", "2016-10-06 14:49:16.558170"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae repellendus dolore.\",\"text\":\"Generating the hard drive won't do anything, we need to hack the multi-byte sdd protocol!\"}"], ["created_at", "2016-10-06 14:49:16.559016"], ["updated_at", "2016-10-06 14:49:16.559016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae placeat tenetur.\",\"text\":\"If we navigate the protocol, we can get to the SDD program through the wireless SMS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.559884"], ["updated_at", "2016-10-06 14:49:16.559884"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit saepe aut quod dolor.\",\"text\":\"The USB system is down, copy the neural driver so we can reboot the XSS driver!\"}"], ["created_at", "2016-10-06 14:49:16.560771"], ["updated_at", "2016-10-06 14:49:16.560771"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque consequatur vero blanditiis.\",\"text\":\"We need to reboot the auxiliary HTTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.561640"], ["updated_at", "2016-10-06 14:49:16.561640"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod minus et praesentium tempore ut.\",\"text\":\"Transmitting the transmitter won't do anything, we need to navigate the redundant gb protocol!\"}"], ["created_at", "2016-10-06 14:49:16.562501"], ["updated_at", "2016-10-06 14:49:16.562501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum dolores numquam odio.\",\"text\":\"The SQL protocol is down, compress the mobile panel so we can back up the TCP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.563367"], ["updated_at", "2016-10-06 14:49:16.563367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit sapiente ut officia.\",\"text\":\"Indexing the sensor won't do anything, we need to navigate the haptic com alarm!\"}"], ["created_at", "2016-10-06 14:49:16.564237"], ["updated_at", "2016-10-06 14:49:16.564237"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum ut autem et nostrum sunt.\",\"text\":\"You can't navigate the system without bypassing the open-source AI port!\"}"], ["created_at", "2016-10-06 14:49:16.565111"], ["updated_at", "2016-10-06 14:49:16.565111"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est beatae vitae doloribus adipisci asperiores.\",\"text\":\"The SAS program is down, generate the cross-platform microchip so we can transmit the SMS circuit!\"}"], ["created_at", "2016-10-06 14:49:16.566080"], ["updated_at", "2016-10-06 14:49:16.566080"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam ut et.\",\"text\":\"We need to quantify the primary RAM program!\"}"], ["created_at", "2016-10-06 14:49:16.567360"], ["updated_at", "2016-10-06 14:49:16.567360"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quae iusto.\",\"text\":\"I'll synthesize the bluetooth SCSI card, that should alarm the JSON system!\"}"], ["created_at", "2016-10-06 14:49:16.568589"], ["updated_at", "2016-10-06 14:49:16.568589"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et provident nemo voluptatibus.\",\"text\":\"Copying the panel won't do anything, we need to index the optical ram panel!\"}"], ["created_at", "2016-10-06 14:49:16.571044"], ["updated_at", "2016-10-06 14:49:16.571044"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eos sed beatae quae voluptates dolorem nobis.\",\"text\":\"I'll reboot the 1080p SMS bandwidth, that should sensor the JBOD transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.572505"], ["updated_at", "2016-10-06 14:49:16.572505"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum est ipsam iure dolores.\",\"text\":\"Try to override the SAS port, maybe it will hack the online circuit!\"}"], ["created_at", "2016-10-06 14:49:16.575380"], ["updated_at", "2016-10-06 14:49:16.575380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem sunt neque voluptate.\",\"text\":\"If we reboot the bandwidth, we can get to the TCP interface through the online XML array!\"}"], ["created_at", "2016-10-06 14:49:16.577231"], ["updated_at", "2016-10-06 14:49:16.577231"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quam nemo minima voluptatum non nam voluptas.\",\"text\":\"We need to hack the back-end HDD matrix!\"}"], ["created_at", "2016-10-06 14:49:16.578251"], ["updated_at", "2016-10-06 14:49:16.578251"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab sapiente quis totam maxime et.\",\"text\":\"The COM system is down, compress the neural program so we can calculate the AGP driver!\"}"], ["created_at", "2016-10-06 14:49:16.579151"], ["updated_at", "2016-10-06 14:49:16.579151"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio non nihil facilis quae voluptatem earum omnis.\",\"text\":\"You can't connect the firewall without synthesizing the mobile FTP monitor!\"}"], ["created_at", "2016-10-06 14:49:16.580503"], ["updated_at", "2016-10-06 14:49:16.580503"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea eum qui.\",\"text\":\"The TCP monitor is down, index the open-source bandwidth so we can input the RAM protocol!\"}"], ["created_at", "2016-10-06 14:49:16.581476"], ["updated_at", "2016-10-06 14:49:16.581476"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis necessitatibus culpa.\",\"text\":\"Use the redundant HDD transmitter, then you can calculate the primary monitor!\"}"], ["created_at", "2016-10-06 14:49:16.582630"], ["updated_at", "2016-10-06 14:49:16.582630"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi architecto et.\",\"text\":\"The SSL capacitor is down, hack the neural port so we can quantify the FTP port!\"}"], ["created_at", "2016-10-06 14:49:16.583792"], ["updated_at", "2016-10-06 14:49:16.583792"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem saepe et.\",\"text\":\"We need to quantify the optical PCI firewall!\"}"], ["created_at", "2016-10-06 14:49:16.584712"], ["updated_at", "2016-10-06 14:49:16.584712"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo impedit quo dolores natus ipsa.\",\"text\":\"We need to bypass the primary ADP array!\"}"], ["created_at", "2016-10-06 14:49:16.585587"], ["updated_at", "2016-10-06 14:49:16.585587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam aut aperiam excepturi quas quo minima quidem.\",\"text\":\"Generating the bandwidth won't do anything, we need to index the digital gb port!\"}"], ["created_at", "2016-10-06 14:49:16.586465"], ["updated_at", "2016-10-06 14:49:16.586465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem quo corporis numquam voluptatibus velit molestiae.\",\"text\":\"You can't reboot the transmitter without navigating the cross-platform THX port!\"}"], ["created_at", "2016-10-06 14:49:16.587335"], ["updated_at", "2016-10-06 14:49:16.587335"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius culpa eum voluptatem ab amet laborum.\",\"text\":\"I'll override the mobile SCSI system, that should transmitter the SDD hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.588203"], ["updated_at", "2016-10-06 14:49:16.588203"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum in consequuntur repudiandae.\",\"text\":\"We need to parse the virtual ADP capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.589405"], ["updated_at", "2016-10-06 14:49:16.589405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut qui recusandae non deleniti vel.\",\"text\":\"Transmitting the alarm won't do anything, we need to hack the neural pci pixel!\"}"], ["created_at", "2016-10-06 14:49:16.590857"], ["updated_at", "2016-10-06 14:49:16.590857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae nobis esse corporis occaecati velit autem nulla.\",\"text\":\"Backing up the protocol won't do anything, we need to reboot the online gb monitor!\"}"], ["created_at", "2016-10-06 14:49:16.591855"], ["updated_at", "2016-10-06 14:49:16.591855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et repellendus veniam quia ut.\",\"text\":\"The SCSI bus is down, quantify the neural sensor so we can bypass the XSS program!\"}"], ["created_at", "2016-10-06 14:49:16.592760"], ["updated_at", "2016-10-06 14:49:16.592760"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit consequatur impedit nam id fuga minus cupiditate.\",\"text\":\"I'll input the solid state SAS panel, that should array the USB interface!\"}"], ["created_at", "2016-10-06 14:49:16.593636"], ["updated_at", "2016-10-06 14:49:16.593636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed aliquid aperiam.\",\"text\":\"I'll index the solid state XML array, that should bus the XML transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.594512"], ["updated_at", "2016-10-06 14:49:16.594512"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id est sint et itaque.\",\"text\":\"Use the haptic AGP feed, then you can connect the optical bus!\"}"], ["created_at", "2016-10-06 14:49:16.595394"], ["updated_at", "2016-10-06 14:49:16.595394"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint natus et voluptatem qui voluptatum nihil sunt.\",\"text\":\"If we calculate the panel, we can get to the SCSI driver through the virtual RAM capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.596263"], ["updated_at", "2016-10-06 14:49:16.596263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus dignissimos placeat earum.\",\"text\":\"The AI circuit is down, hack the redundant protocol so we can parse the XSS feed!\"}"], ["created_at", "2016-10-06 14:49:16.597149"], ["updated_at", "2016-10-06 14:49:16.597149"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla perspiciatis est cumque.\",\"text\":\"We need to reboot the wireless SMS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.598014"], ["updated_at", "2016-10-06 14:49:16.598014"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut eos quis quidem amet aut.\",\"text\":\"Parsing the interface won't do anything, we need to navigate the solid state exe array!\"}"], ["created_at", "2016-10-06 14:49:16.598930"], ["updated_at", "2016-10-06 14:49:16.598930"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui doloremque voluptas et quod culpa blanditiis asperiores.\",\"text\":\"The FTP protocol is down, navigate the online transmitter so we can copy the JSON program!\"}"], ["created_at", "2016-10-06 14:49:16.600074"], ["updated_at", "2016-10-06 14:49:16.600074"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi omnis autem.\",\"text\":\"You can't connect the system without transmitting the neural JBOD protocol!\"}"], ["created_at", "2016-10-06 14:49:16.601282"], ["updated_at", "2016-10-06 14:49:16.601282"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet iusto nihil voluptate commodi.\",\"text\":\"Quantifying the capacitor won't do anything, we need to bypass the neural scsi alarm!\"}"], ["created_at", "2016-10-06 14:49:16.602582"], ["updated_at", "2016-10-06 14:49:16.602582"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae dolores possimus nobis alias rem fugiat voluptatem.\",\"text\":\"You can't transmit the capacitor without programming the back-end PNG capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.603929"], ["updated_at", "2016-10-06 14:49:16.603929"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga et quia porro iusto iste.\",\"text\":\"You can't program the transmitter without synthesizing the bluetooth USB microchip!\"}"], ["created_at", "2016-10-06 14:49:16.606300"], ["updated_at", "2016-10-06 14:49:16.606300"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore magnam doloribus delectus velit.\",\"text\":\"The SCSI protocol is down, index the back-end array so we can compress the PNG microchip!\"}"], ["created_at", "2016-10-06 14:49:16.607989"], ["updated_at", "2016-10-06 14:49:16.607989"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci et officiis.\",\"text\":\"Try to transmit the AI driver, maybe it will navigate the digital protocol!\"}"], ["created_at", "2016-10-06 14:49:16.610778"], ["updated_at", "2016-10-06 14:49:16.610778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem non et nemo cum vero nobis beatae.\",\"text\":\"Try to reboot the SQL interface, maybe it will index the auxiliary driver!\"}"], ["created_at", "2016-10-06 14:49:16.612315"], ["updated_at", "2016-10-06 14:49:16.612315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur ea qui illum quo ex omnis qui.\",\"text\":\"I'll copy the mobile SSL program, that should transmitter the HDD sensor!\"}"], ["created_at", "2016-10-06 14:49:16.613267"], ["updated_at", "2016-10-06 14:49:16.613267"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla ipsam ut dolorum qui adipisci rerum.\",\"text\":\"Use the primary SMS microchip, then you can copy the mobile feed!\"}"], ["created_at", "2016-10-06 14:49:16.614185"], ["updated_at", "2016-10-06 14:49:16.614185"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim inventore numquam distinctio ratione eaque ad.\",\"text\":\"We need to transmit the primary PNG bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.615196"], ["updated_at", "2016-10-06 14:49:16.615196"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit aperiam autem at velit tenetur nemo sequi.\",\"text\":\"We need to compress the mobile JBOD feed!\"}"], ["created_at", "2016-10-06 14:49:16.616318"], ["updated_at", "2016-10-06 14:49:16.616318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae fugiat tempore numquam.\",\"text\":\"Try to generate the SCSI array, maybe it will connect the virtual sensor!\"}"], ["created_at", "2016-10-06 14:49:16.617389"], ["updated_at", "2016-10-06 14:49:16.617389"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore commodi rerum labore aperiam a fugit.\",\"text\":\"If we bypass the feed, we can get to the HDD capacitor through the mobile SQL alarm!\"}"], ["created_at", "2016-10-06 14:49:16.618281"], ["updated_at", "2016-10-06 14:49:16.618281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam fugiat repudiandae.\",\"text\":\"I'll parse the neural AGP protocol, that should monitor the SSL bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.619153"], ["updated_at", "2016-10-06 14:49:16.619153"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui perspiciatis voluptatem tempora fugiat soluta.\",\"text\":\"Copying the transmitter won't do anything, we need to calculate the bluetooth http feed!\"}"], ["created_at", "2016-10-06 14:49:16.620063"], ["updated_at", "2016-10-06 14:49:16.620063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quia ex et.\",\"text\":\"If we parse the pixel, we can get to the RAM system through the online SCSI protocol!\"}"], ["created_at", "2016-10-06 14:49:16.620929"], ["updated_at", "2016-10-06 14:49:16.620929"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente sunt est fugiat eos maxime.\",\"text\":\"Try to index the PCI matrix, maybe it will calculate the digital array!\"}"], ["created_at", "2016-10-06 14:49:16.621795"], ["updated_at", "2016-10-06 14:49:16.621795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum nesciunt ut.\",\"text\":\"I'll copy the bluetooth SCSI circuit, that should circuit the PCI circuit!\"}"], ["created_at", "2016-10-06 14:49:16.622704"], ["updated_at", "2016-10-06 14:49:16.622704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas iste perferendis distinctio ea.\",\"text\":\"I'll reboot the digital SMS interface, that should alarm the IB panel!\"}"], ["created_at", "2016-10-06 14:49:16.623585"], ["updated_at", "2016-10-06 14:49:16.623585"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt alias maiores omnis.\",\"text\":\"You can't connect the driver without synthesizing the cross-platform TCP feed!\"}"], ["created_at", "2016-10-06 14:49:16.624431"], ["updated_at", "2016-10-06 14:49:16.624431"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit id voluptas.\",\"text\":\"If we navigate the feed, we can get to the XSS alarm through the cross-platform AGP bus!\"}"], ["created_at", "2016-10-06 14:49:16.625335"], ["updated_at", "2016-10-06 14:49:16.625335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo quia similique quisquam sed mollitia possimus.\",\"text\":\"I'll reboot the cross-platform AGP monitor, that should circuit the PNG bus!\"}"], ["created_at", "2016-10-06 14:49:16.626269"], ["updated_at", "2016-10-06 14:49:16.626269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed provident facilis ratione.\",\"text\":\"If we generate the transmitter, we can get to the SQL capacitor through the virtual PNG system!\"}"], ["created_at", "2016-10-06 14:49:16.627135"], ["updated_at", "2016-10-06 14:49:16.627135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus deleniti fugiat quas neque et nam.\",\"text\":\"You can't override the microchip without programming the redundant JSON system!\"}"], ["created_at", "2016-10-06 14:49:16.628042"], ["updated_at", "2016-10-06 14:49:16.628042"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio a quis.\",\"text\":\"Use the optical SCSI application, then you can generate the optical feed!\"}"], ["created_at", "2016-10-06 14:49:16.628961"], ["updated_at", "2016-10-06 14:49:16.628961"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi aut molestiae sapiente et quis reiciendis.\",\"text\":\"We need to compress the primary USB pixel!\"}"], ["created_at", "2016-10-06 14:49:16.629827"], ["updated_at", "2016-10-06 14:49:16.629827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati veniam nostrum sit voluptatem.\",\"text\":\"We need to back up the virtual HTTP alarm!\"}"], ["created_at", "2016-10-06 14:49:16.630730"], ["updated_at", "2016-10-06 14:49:16.630730"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quia nesciunt consequuntur.\",\"text\":\"Use the haptic IB card, then you can override the 1080p interface!\"}"], ["created_at", "2016-10-06 14:49:16.631606"], ["updated_at", "2016-10-06 14:49:16.631606"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum cumque ex voluptas.\",\"text\":\"Try to connect the AGP firewall, maybe it will reboot the open-source card!\"}"], ["created_at", "2016-10-06 14:49:16.632558"], ["updated_at", "2016-10-06 14:49:16.632558"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio reiciendis quia quo omnis unde.\",\"text\":\"I'll navigate the bluetooth SCSI panel, that should bandwidth the TCP monitor!\"}"], ["created_at", "2016-10-06 14:49:16.633556"], ["updated_at", "2016-10-06 14:49:16.633556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et corporis sed neque tempora rerum consequatur.\",\"text\":\"You can't override the microchip without connecting the bluetooth GB bus!\"}"], ["created_at", "2016-10-06 14:49:16.634745"], ["updated_at", "2016-10-06 14:49:16.634745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit id inventore sed nihil eum.\",\"text\":\"Try to generate the THX application, maybe it will copy the back-end sensor!\"}"], ["created_at", "2016-10-06 14:49:16.635686"], ["updated_at", "2016-10-06 14:49:16.635686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed consequatur dolores minus voluptatem non.\",\"text\":\"If we input the array, we can get to the XML driver through the mobile SQL transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.636612"], ["updated_at", "2016-10-06 14:49:16.636612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia laborum quas repudiandae aut accusamus.\",\"text\":\"If we back up the card, we can get to the HTTP interface through the bluetooth XML bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.637465"], ["updated_at", "2016-10-06 14:49:16.637465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo velit qui nesciunt quia est incidunt expedita.\",\"text\":\"If we bypass the bus, we can get to the JSON system through the primary GB feed!\"}"], ["created_at", "2016-10-06 14:49:16.638386"], ["updated_at", "2016-10-06 14:49:16.638386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae dolorem velit iusto laborum voluptas.\",\"text\":\"You can't copy the array without quantifying the virtual USB matrix!\"}"], ["created_at", "2016-10-06 14:49:16.639264"], ["updated_at", "2016-10-06 14:49:16.639264"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum non neque eos assumenda et enim possimus.\",\"text\":\"I'll generate the haptic XML hard drive, that should bandwidth the XML circuit!\"}"], ["created_at", "2016-10-06 14:49:16.640181"], ["updated_at", "2016-10-06 14:49:16.640181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum est impedit at et voluptas sit et.\",\"text\":\"Compressing the feed won't do anything, we need to calculate the digital json protocol!\"}"], ["created_at", "2016-10-06 14:49:16.641104"], ["updated_at", "2016-10-06 14:49:16.641104"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis vitae consequuntur eos delectus dolore sit sit.\",\"text\":\"I'll calculate the auxiliary TCP sensor, that should hard drive the TCP system!\"}"], ["created_at", "2016-10-06 14:49:16.641979"], ["updated_at", "2016-10-06 14:49:16.641979"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit sunt omnis sunt perspiciatis.\",\"text\":\"I'll bypass the optical USB circuit, that should card the SSL capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.642904"], ["updated_at", "2016-10-06 14:49:16.642904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo dolores illo voluptas qui numquam rem.\",\"text\":\"Hacking the alarm won't do anything, we need to connect the bluetooth ai matrix!\"}"], ["created_at", "2016-10-06 14:49:16.643898"], ["updated_at", "2016-10-06 14:49:16.643898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque qui et.\",\"text\":\"If we bypass the system, we can get to the SDD panel through the haptic SSL matrix!\"}"], ["created_at", "2016-10-06 14:49:16.644766"], ["updated_at", "2016-10-06 14:49:16.644766"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia maiores veritatis soluta ducimus cum reprehenderit cumque.\",\"text\":\"We need to parse the virtual GB sensor!\"}"], ["created_at", "2016-10-06 14:49:16.645638"], ["updated_at", "2016-10-06 14:49:16.645638"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit qui aut atque non rerum.\",\"text\":\"Calculating the driver won't do anything, we need to navigate the online gb card!\"}"], ["created_at", "2016-10-06 14:49:16.646534"], ["updated_at", "2016-10-06 14:49:16.646534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore molestias veniam dolores est quae eaque.\",\"text\":\"You can't parse the alarm without parsing the neural IB bus!\"}"], ["created_at", "2016-10-06 14:49:16.647404"], ["updated_at", "2016-10-06 14:49:16.647404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates eius quaerat.\",\"text\":\"Use the virtual XML sensor, then you can synthesize the redundant array!\"}"], ["created_at", "2016-10-06 14:49:16.648343"], ["updated_at", "2016-10-06 14:49:16.648343"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse rem fugit dolores alias excepturi.\",\"text\":\"You can't reboot the pixel without bypassing the online SQL monitor!\"}"], ["created_at", "2016-10-06 14:49:16.649354"], ["updated_at", "2016-10-06 14:49:16.649354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus sint et.\",\"text\":\"If we calculate the system, we can get to the FTP capacitor through the redundant FTP protocol!\"}"], ["created_at", "2016-10-06 14:49:16.650395"], ["updated_at", "2016-10-06 14:49:16.650395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias harum magnam ipsum.\",\"text\":\"Try to reboot the RSS capacitor, maybe it will compress the optical transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.651291"], ["updated_at", "2016-10-06 14:49:16.651291"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis error iste nulla et alias.\",\"text\":\"Use the virtual SQL interface, then you can bypass the auxiliary sensor!\"}"], ["created_at", "2016-10-06 14:49:16.652163"], ["updated_at", "2016-10-06 14:49:16.652163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum velit sit.\",\"text\":\"If we quantify the transmitter, we can get to the SMTP monitor through the wireless RAM array!\"}"], ["created_at", "2016-10-06 14:49:16.653059"], ["updated_at", "2016-10-06 14:49:16.653059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum commodi expedita reiciendis accusantium facere odit.\",\"text\":\"We need to parse the virtual AGP interface!\"}"], ["created_at", "2016-10-06 14:49:16.653921"], ["updated_at", "2016-10-06 14:49:16.653921"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur est sint et et voluptate.\",\"text\":\"The AI bandwidth is down, calculate the back-end circuit so we can parse the AI circuit!\"}"], ["created_at", "2016-10-06 14:49:16.654810"], ["updated_at", "2016-10-06 14:49:16.654810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus ipsum nesciunt.\",\"text\":\"The SCSI port is down, copy the multi-byte circuit so we can parse the GB firewall!\"}"], ["created_at", "2016-10-06 14:49:16.655688"], ["updated_at", "2016-10-06 14:49:16.655688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quia voluptatem quis quam officiis commodi sunt.\",\"text\":\"Try to calculate the SMTP bandwidth, maybe it will connect the haptic driver!\"}"], ["created_at", "2016-10-06 14:49:16.656570"], ["updated_at", "2016-10-06 14:49:16.656570"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto ut quasi facilis ut et.\",\"text\":\"Use the haptic HTTP firewall, then you can quantify the auxiliary system!\"}"], ["created_at", "2016-10-06 14:49:16.657471"], ["updated_at", "2016-10-06 14:49:16.657471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut deserunt officiis.\",\"text\":\"If we quantify the port, we can get to the SMTP card through the auxiliary ADP transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.658328"], ["updated_at", "2016-10-06 14:49:16.658328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias nesciunt quisquam et pariatur.\",\"text\":\"Use the back-end USB panel, then you can quantify the 1080p capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.659194"], ["updated_at", "2016-10-06 14:49:16.659194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum ea temporibus.\",\"text\":\"If we override the circuit, we can get to the CSS firewall through the solid state JSON port!\"}"], ["created_at", "2016-10-06 14:49:16.660063"], ["updated_at", "2016-10-06 14:49:16.660063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci fugiat sed eaque est iste.\",\"text\":\"The SAS program is down, program the digital hard drive so we can bypass the HDD port!\"}"], ["created_at", "2016-10-06 14:49:16.660995"], ["updated_at", "2016-10-06 14:49:16.660995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores porro error.\",\"text\":\"We need to copy the multi-byte SMS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.661894"], ["updated_at", "2016-10-06 14:49:16.661894"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eaque maxime earum esse eos et reprehenderit.\",\"text\":\"We need to generate the online SDD capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.662831"], ["updated_at", "2016-10-06 14:49:16.662831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui est a qui.\",\"text\":\"We need to copy the neural XML hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.663728"], ["updated_at", "2016-10-06 14:49:16.663728"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel asperiores labore id at rerum.\",\"text\":\"Use the wireless SMTP port, then you can calculate the back-end interface!\"}"], ["created_at", "2016-10-06 14:49:16.664588"], ["updated_at", "2016-10-06 14:49:16.664588"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis cupiditate tempora ab consequuntur deleniti exercitationem ut.\",\"text\":\"Use the mobile PNG bandwidth, then you can synthesize the auxiliary program!\"}"], ["created_at", "2016-10-06 14:49:16.665506"], ["updated_at", "2016-10-06 14:49:16.665506"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod natus cum dicta enim consequuntur repudiandae ut.\",\"text\":\"The HTTP system is down, compress the auxiliary interface so we can calculate the JSON array!\"}"], ["created_at", "2016-10-06 14:49:16.666591"], ["updated_at", "2016-10-06 14:49:16.666591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos sed quasi deleniti.\",\"text\":\"The XML application is down, reboot the virtual bandwidth so we can index the AI port!\"}"], ["created_at", "2016-10-06 14:49:16.667534"], ["updated_at", "2016-10-06 14:49:16.667534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum voluptatem qui vero rem iusto et.\",\"text\":\"The ADP sensor is down, generate the multi-byte sensor so we can transmit the SQL transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.668404"], ["updated_at", "2016-10-06 14:49:16.668404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vitae non blanditiis.\",\"text\":\"Try to program the PNG circuit, maybe it will parse the virtual firewall!\"}"], ["created_at", "2016-10-06 14:49:16.669278"], ["updated_at", "2016-10-06 14:49:16.669278"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente nulla quidem eum aut.\",\"text\":\"Indexing the circuit won't do anything, we need to bypass the haptic tcp port!\"}"], ["created_at", "2016-10-06 14:49:16.670191"], ["updated_at", "2016-10-06 14:49:16.670191"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur impedit voluptas dolore dolorem expedita.\",\"text\":\"I'll index the redundant SAS panel, that should bandwidth the SDD program!\"}"], ["created_at", "2016-10-06 14:49:16.671134"], ["updated_at", "2016-10-06 14:49:16.671134"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem deserunt dolores facilis molestiae reprehenderit.\",\"text\":\"You can't synthesize the transmitter without copying the wireless RSS transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.672074"], ["updated_at", "2016-10-06 14:49:16.672074"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse est vel non eos.\",\"text\":\"Overriding the sensor won't do anything, we need to parse the neural png program!\"}"], ["created_at", "2016-10-06 14:49:16.672961"], ["updated_at", "2016-10-06 14:49:16.672961"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quo sunt qui minus et sit.\",\"text\":\"You can't quantify the alarm without programming the haptic XML array!\"}"], ["created_at", "2016-10-06 14:49:16.673835"], ["updated_at", "2016-10-06 14:49:16.673835"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque consequuntur dolore est.\",\"text\":\"Use the back-end EXE pixel, then you can back up the cross-platform feed!\"}"], ["created_at", "2016-10-06 14:49:16.674760"], ["updated_at", "2016-10-06 14:49:16.674760"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius perspiciatis enim atque sint sit rerum quod.\",\"text\":\"You can't override the card without quantifying the primary TCP sensor!\"}"], ["created_at", "2016-10-06 14:49:16.675630"], ["updated_at", "2016-10-06 14:49:16.675630"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint aspernatur in assumenda molestiae.\",\"text\":\"I'll override the cross-platform JSON port, that should program the ADP protocol!\"}"], ["created_at", "2016-10-06 14:49:16.676519"], ["updated_at", "2016-10-06 14:49:16.676519"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam omnis eligendi fugiat.\",\"text\":\"Use the redundant SDD array, then you can copy the 1080p sensor!\"}"], ["created_at", "2016-10-06 14:49:16.677388"], ["updated_at", "2016-10-06 14:49:16.677388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ea tenetur occaecati atque ut commodi voluptatem.\",\"text\":\"Use the solid state THX capacitor, then you can generate the cross-platform system!\"}"], ["created_at", "2016-10-06 14:49:16.678322"], ["updated_at", "2016-10-06 14:49:16.678322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus repudiandae amet tempore sit.\",\"text\":\"You can't back up the bandwidth without calculating the wireless RSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.679202"], ["updated_at", "2016-10-06 14:49:16.679202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quibusdam beatae minima qui velit.\",\"text\":\"Try to generate the SAS hard drive, maybe it will transmit the cross-platform panel!\"}"], ["created_at", "2016-10-06 14:49:16.680076"], ["updated_at", "2016-10-06 14:49:16.680076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi nobis ut eligendi aliquam saepe esse.\",\"text\":\"We need to index the haptic SDD card!\"}"], ["created_at", "2016-10-06 14:49:16.680937"], ["updated_at", "2016-10-06 14:49:16.680937"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae voluptatum quia non sed id.\",\"text\":\"Parsing the system won't do anything, we need to compress the multi-byte json hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.681811"], ["updated_at", "2016-10-06 14:49:16.681811"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt quasi in.\",\"text\":\"We need to navigate the solid state SSL driver!\"}"], ["created_at", "2016-10-06 14:49:16.682827"], ["updated_at", "2016-10-06 14:49:16.682827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero omnis deserunt doloremque voluptates.\",\"text\":\"You can't synthesize the pixel without connecting the mobile TCP firewall!\"}"], ["created_at", "2016-10-06 14:49:16.683830"], ["updated_at", "2016-10-06 14:49:16.683830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolorem aut.\",\"text\":\"We need to copy the mobile SCSI application!\"}"], ["created_at", "2016-10-06 14:49:16.684702"], ["updated_at", "2016-10-06 14:49:16.684702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae quibusdam non delectus.\",\"text\":\"Use the optical FTP system, then you can program the wireless card!\"}"], ["created_at", "2016-10-06 14:49:16.685574"], ["updated_at", "2016-10-06 14:49:16.685574"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit ut atque beatae.\",\"text\":\"You can't calculate the interface without synthesizing the neural CSS transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.686460"], ["updated_at", "2016-10-06 14:49:16.686460"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur asperiores debitis voluptatem sint voluptatum soluta.\",\"text\":\"Try to hack the SQL transmitter, maybe it will quantify the online bus!\"}"], ["created_at", "2016-10-06 14:49:16.687348"], ["updated_at", "2016-10-06 14:49:16.687348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos sed quidem.\",\"text\":\"Use the auxiliary PCI circuit, then you can navigate the primary sensor!\"}"], ["created_at", "2016-10-06 14:49:16.688247"], ["updated_at", "2016-10-06 14:49:16.688247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore eos cumque.\",\"text\":\"Use the virtual TCP application, then you can program the online bus!\"}"], ["created_at", "2016-10-06 14:49:16.689178"], ["updated_at", "2016-10-06 14:49:16.689178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque non dolore aliquam consequatur quisquam molestiae vero.\",\"text\":\"The CSS driver is down, navigate the back-end microchip so we can connect the SMS feed!\"}"], ["created_at", "2016-10-06 14:49:16.690113"], ["updated_at", "2016-10-06 14:49:16.690113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero sequi accusantium.\",\"text\":\"The GB pixel is down, index the redundant bandwidth so we can generate the EXE array!\"}"], ["created_at", "2016-10-06 14:49:16.691018"], ["updated_at", "2016-10-06 14:49:16.691018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores eum eveniet culpa non ut.\",\"text\":\"You can't synthesize the system without compressing the redundant HTTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.691883"], ["updated_at", "2016-10-06 14:49:16.691883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi deserunt unde.\",\"text\":\"If we back up the bus, we can get to the IB card through the virtual PCI program!\"}"], ["created_at", "2016-10-06 14:49:16.692750"], ["updated_at", "2016-10-06 14:49:16.692750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque asperiores id est et qui.\",\"text\":\"We need to override the virtual FTP interface!\"}"], ["created_at", "2016-10-06 14:49:16.693609"], ["updated_at", "2016-10-06 14:49:16.693609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas tempore rerum facilis sapiente ea reprehenderit.\",\"text\":\"The SDD feed is down, quantify the solid state pixel so we can generate the SMTP interface!\"}"], ["created_at", "2016-10-06 14:49:16.694525"], ["updated_at", "2016-10-06 14:49:16.694525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit ut vitae aut saepe.\",\"text\":\"Transmitting the card won't do anything, we need to reboot the wireless rss card!\"}"], ["created_at", "2016-10-06 14:49:16.695402"], ["updated_at", "2016-10-06 14:49:16.695402"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non rem dolor placeat.\",\"text\":\"The COM array is down, bypass the solid state driver so we can parse the RSS array!\"}"], ["created_at", "2016-10-06 14:49:16.696269"], ["updated_at", "2016-10-06 14:49:16.696269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil aperiam rerum vitae perferendis tempora sit.\",\"text\":\"Use the redundant SMTP panel, then you can connect the neural card!\"}"], ["created_at", "2016-10-06 14:49:16.697145"], ["updated_at", "2016-10-06 14:49:16.697145"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic tenetur occaecati ut ab explicabo.\",\"text\":\"Use the cross-platform XSS firewall, then you can generate the back-end program!\"}"], ["created_at", "2016-10-06 14:49:16.698011"], ["updated_at", "2016-10-06 14:49:16.698011"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores molestiae pariatur laborum nihil.\",\"text\":\"Try to quantify the JSON interface, maybe it will hack the mobile bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.698947"], ["updated_at", "2016-10-06 14:49:16.698947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit sed magnam quia exercitationem nam qui.\",\"text\":\"The SDD program is down, copy the virtual firewall so we can back up the THX bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.700017"], ["updated_at", "2016-10-06 14:49:16.700017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et minus qui velit ea.\",\"text\":\"Hacking the driver won't do anything, we need to transmit the digital http pixel!\"}"], ["created_at", "2016-10-06 14:49:16.700934"], ["updated_at", "2016-10-06 14:49:16.700934"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut omnis quia.\",\"text\":\"The JBOD system is down, generate the optical capacitor so we can compress the AGP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.701810"], ["updated_at", "2016-10-06 14:49:16.701810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint voluptatem nihil.\",\"text\":\"The XSS program is down, program the digital application so we can navigate the PCI driver!\"}"], ["created_at", "2016-10-06 14:49:16.702689"], ["updated_at", "2016-10-06 14:49:16.702689"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit cumque qui iure sit.\",\"text\":\"We need to input the virtual PCI pixel!\"}"], ["created_at", "2016-10-06 14:49:16.703535"], ["updated_at", "2016-10-06 14:49:16.703535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium repudiandae ducimus eum at eligendi quis.\",\"text\":\"Generating the circuit won't do anything, we need to hack the auxiliary sql driver!\"}"], ["created_at", "2016-10-06 14:49:16.704413"], ["updated_at", "2016-10-06 14:49:16.704413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eius quidem.\",\"text\":\"Try to input the TCP matrix, maybe it will override the neural array!\"}"], ["created_at", "2016-10-06 14:49:16.705328"], ["updated_at", "2016-10-06 14:49:16.705328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil illum voluptas quia magnam facere in.\",\"text\":\"We need to program the primary XSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.706251"], ["updated_at", "2016-10-06 14:49:16.706251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt sequi nostrum.\",\"text\":\"We need to back up the auxiliary IB system!\"}"], ["created_at", "2016-10-06 14:49:16.707122"], ["updated_at", "2016-10-06 14:49:16.707122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut iusto eaque quia.\",\"text\":\"The THX matrix is down, synthesize the digital driver so we can compress the AI hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.708007"], ["updated_at", "2016-10-06 14:49:16.708007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet inventore quis aut qui quam blanditiis.\",\"text\":\"You can't input the circuit without synthesizing the bluetooth EXE pixel!\"}"], ["created_at", "2016-10-06 14:49:16.708872"], ["updated_at", "2016-10-06 14:49:16.708872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse qui et.\",\"text\":\"The FTP hard drive is down, copy the online circuit so we can calculate the SMS card!\"}"], ["created_at", "2016-10-06 14:49:16.709717"], ["updated_at", "2016-10-06 14:49:16.709717"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur error et dicta recusandae molestias.\",\"text\":\"The HDD alarm is down, program the solid state pixel so we can quantify the JSON monitor!\"}"], ["created_at", "2016-10-06 14:49:16.710628"], ["updated_at", "2016-10-06 14:49:16.710628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas possimus rerum sequi maxime nemo.\",\"text\":\"Use the wireless CSS transmitter, then you can generate the wireless matrix!\"}"], ["created_at", "2016-10-06 14:49:16.711543"], ["updated_at", "2016-10-06 14:49:16.711543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas accusantium ut cumque ea repudiandae assumenda nemo.\",\"text\":\"If we index the pixel, we can get to the ADP program through the bluetooth SSL transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.712458"], ["updated_at", "2016-10-06 14:49:16.712458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At fugiat consequuntur sed sequi veritatis perspiciatis voluptas.\",\"text\":\"I'll navigate the online IB firewall, that should feed the HDD circuit!\"}"], ["created_at", "2016-10-06 14:49:16.713304"], ["updated_at", "2016-10-06 14:49:16.713304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos at voluptas voluptatibus voluptatem.\",\"text\":\"Use the redundant PNG feed, then you can transmit the multi-byte interface!\"}"], ["created_at", "2016-10-06 14:49:16.714196"], ["updated_at", "2016-10-06 14:49:16.714196"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi dolor suscipit asperiores soluta vero hic nostrum.\",\"text\":\"The SAS card is down, back up the cross-platform system so we can program the SQL monitor!\"}"], ["created_at", "2016-10-06 14:49:16.715078"], ["updated_at", "2016-10-06 14:49:16.715078"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate maxime unde rerum sed blanditiis vel est.\",\"text\":\"We need to parse the wireless HDD bus!\"}"], ["created_at", "2016-10-06 14:49:16.716045"], ["updated_at", "2016-10-06 14:49:16.716045"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet facilis voluptatum perspiciatis voluptates aut numquam.\",\"text\":\"I'll generate the cross-platform IB monitor, that should port the SDD microchip!\"}"], ["created_at", "2016-10-06 14:49:16.717272"], ["updated_at", "2016-10-06 14:49:16.717272"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus quod eum consectetur accusamus.\",\"text\":\"Use the mobile SMTP card, then you can program the bluetooth capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.718604"], ["updated_at", "2016-10-06 14:49:16.718604"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni quae vitae tenetur voluptatem velit ipsam aperiam.\",\"text\":\"The IB feed is down, quantify the online array so we can back up the SMS feed!\"}"], ["created_at", "2016-10-06 14:49:16.720951"], ["updated_at", "2016-10-06 14:49:16.720951"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur aut sunt architecto velit est.\",\"text\":\"Compressing the application won't do anything, we need to synthesize the online smtp panel!\"}"], ["created_at", "2016-10-06 14:49:16.722186"], ["updated_at", "2016-10-06 14:49:16.722186"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut similique voluptas et ut labore voluptatem.\",\"text\":\"Try to synthesize the SMS port, maybe it will reboot the neural bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.724704"], ["updated_at", "2016-10-06 14:49:16.724704"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatibus facere amet cum maiores libero.\",\"text\":\"We need to reboot the primary XSS alarm!\"}"], ["created_at", "2016-10-06 14:49:16.726855"], ["updated_at", "2016-10-06 14:49:16.726855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis eos nihil adipisci sed eius iure rerum.\",\"text\":\"I'll synthesize the mobile ADP port, that should card the HTTP program!\"}"], ["created_at", "2016-10-06 14:49:16.727830"], ["updated_at", "2016-10-06 14:49:16.727830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti repellat sunt.\",\"text\":\"If we bypass the bus, we can get to the XML bus through the bluetooth ADP system!\"}"], ["created_at", "2016-10-06 14:49:16.728716"], ["updated_at", "2016-10-06 14:49:16.728716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut id corrupti at.\",\"text\":\"The SMS microchip is down, compress the multi-byte card so we can hack the AGP port!\"}"], ["created_at", "2016-10-06 14:49:16.729582"], ["updated_at", "2016-10-06 14:49:16.729582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis ut officiis.\",\"text\":\"I'll synthesize the 1080p RAM microchip, that should card the EXE sensor!\"}"], ["created_at", "2016-10-06 14:49:16.730484"], ["updated_at", "2016-10-06 14:49:16.730484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione ipsam qui et libero in est.\",\"text\":\"If we parse the protocol, we can get to the SMS hard drive through the mobile EXE driver!\"}"], ["created_at", "2016-10-06 14:49:16.731390"], ["updated_at", "2016-10-06 14:49:16.731390"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore at dolor enim beatae.\",\"text\":\"Try to reboot the SQL system, maybe it will generate the open-source protocol!\"}"], ["created_at", "2016-10-06 14:49:16.732401"], ["updated_at", "2016-10-06 14:49:16.732401"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut consequatur qui sed.\",\"text\":\"You can't transmit the feed without bypassing the 1080p SMS program!\"}"], ["created_at", "2016-10-06 14:49:16.733574"], ["updated_at", "2016-10-06 14:49:16.733574"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos iure ratione corporis.\",\"text\":\"We need to quantify the back-end GB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.734602"], ["updated_at", "2016-10-06 14:49:16.734602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae consequuntur nam ut id odio provident explicabo.\",\"text\":\"The AGP matrix is down, compress the back-end firewall so we can generate the SCSI application!\"}"], ["created_at", "2016-10-06 14:49:16.735525"], ["updated_at", "2016-10-06 14:49:16.735525"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni asperiores eum nisi autem.\",\"text\":\"Try to quantify the SAS interface, maybe it will index the wireless hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.736413"], ["updated_at", "2016-10-06 14:49:16.736413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum pariatur cupiditate quisquam debitis iusto incidunt.\",\"text\":\"The PNG alarm is down, connect the mobile bus so we can quantify the SSL interface!\"}"], ["created_at", "2016-10-06 14:49:16.737266"], ["updated_at", "2016-10-06 14:49:16.737266"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et error neque.\",\"text\":\"We need to copy the mobile AI application!\"}"], ["created_at", "2016-10-06 14:49:16.738204"], ["updated_at", "2016-10-06 14:49:16.738204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quia minima accusantium.\",\"text\":\"The SMS bus is down, reboot the cross-platform interface so we can override the FTP array!\"}"], ["created_at", "2016-10-06 14:49:16.739083"], ["updated_at", "2016-10-06 14:49:16.739083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo quis repellendus.\",\"text\":\"I'll navigate the digital SAS sensor, that should protocol the HDD array!\"}"], ["created_at", "2016-10-06 14:49:16.739992"], ["updated_at", "2016-10-06 14:49:16.739992"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut iure aut eos quam et perferendis nisi.\",\"text\":\"Use the optical SQL firewall, then you can synthesize the optical alarm!\"}"], ["created_at", "2016-10-06 14:49:16.740949"], ["updated_at", "2016-10-06 14:49:16.740949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis nulla placeat a.\",\"text\":\"The SAS microchip is down, reboot the virtual card so we can hack the ADP array!\"}"], ["created_at", "2016-10-06 14:49:16.741830"], ["updated_at", "2016-10-06 14:49:16.741830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo voluptatem libero sit est.\",\"text\":\"You can't index the system without indexing the wireless ADP circuit!\"}"], ["created_at", "2016-10-06 14:49:16.742728"], ["updated_at", "2016-10-06 14:49:16.742728"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore aut praesentium.\",\"text\":\"If we copy the port, we can get to the SQL circuit through the neural COM alarm!\"}"], ["created_at", "2016-10-06 14:49:16.743599"], ["updated_at", "2016-10-06 14:49:16.743599"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae aut necessitatibus id ut.\",\"text\":\"If we bypass the panel, we can get to the XSS card through the multi-byte TCP alarm!\"}"], ["created_at", "2016-10-06 14:49:16.744480"], ["updated_at", "2016-10-06 14:49:16.744480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi et totam exercitationem.\",\"text\":\"Quantifying the circuit won't do anything, we need to back up the back-end com driver!\"}"], ["created_at", "2016-10-06 14:49:16.745354"], ["updated_at", "2016-10-06 14:49:16.745354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas sint voluptas.\",\"text\":\"I'll copy the haptic JSON driver, that should driver the XSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.746249"], ["updated_at", "2016-10-06 14:49:16.746249"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad expedita at necessitatibus pariatur explicabo tempore.\",\"text\":\"We need to navigate the redundant SMTP array!\"}"], ["created_at", "2016-10-06 14:49:16.747124"], ["updated_at", "2016-10-06 14:49:16.747124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut in sapiente provident omnis.\",\"text\":\"You can't connect the bandwidth without connecting the back-end FTP application!\"}"], ["created_at", "2016-10-06 14:49:16.747973"], ["updated_at", "2016-10-06 14:49:16.747973"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad veniam quidem.\",\"text\":\"The XML interface is down, calculate the multi-byte circuit so we can synthesize the XSS panel!\"}"], ["created_at", "2016-10-06 14:49:16.748927"], ["updated_at", "2016-10-06 14:49:16.748927"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius sint excepturi fuga molestiae amet.\",\"text\":\"If we bypass the monitor, we can get to the SDD card through the cross-platform JBOD monitor!\"}"], ["created_at", "2016-10-06 14:49:16.750054"], ["updated_at", "2016-10-06 14:49:16.750054"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam sit est sint amet quis excepturi esse.\",\"text\":\"Use the back-end SSL application, then you can hack the solid state protocol!\"}"], ["created_at", "2016-10-06 14:49:16.751036"], ["updated_at", "2016-10-06 14:49:16.751036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et at nemo nostrum qui et possimus doloribus.\",\"text\":\"You can't transmit the bandwidth without hacking the digital SCSI alarm!\"}"], ["created_at", "2016-10-06 14:49:16.751911"], ["updated_at", "2016-10-06 14:49:16.751911"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cumque quos eum fuga.\",\"text\":\"Backing up the bus won't do anything, we need to generate the auxiliary sas firewall!\"}"], ["created_at", "2016-10-06 14:49:16.752777"], ["updated_at", "2016-10-06 14:49:16.752777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel rerum non doloremque alias.\",\"text\":\"Try to input the PNG sensor, maybe it will parse the open-source microchip!\"}"], ["created_at", "2016-10-06 14:49:16.753704"], ["updated_at", "2016-10-06 14:49:16.753704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro numquam blanditiis.\",\"text\":\"If we compress the program, we can get to the RAM bandwidth through the virtual AGP matrix!\"}"], ["created_at", "2016-10-06 14:49:16.754622"], ["updated_at", "2016-10-06 14:49:16.754622"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores ex ipsa voluptates at a ab nihil.\",\"text\":\"The HTTP feed is down, calculate the optical feed so we can program the SSL circuit!\"}"], ["created_at", "2016-10-06 14:49:16.755473"], ["updated_at", "2016-10-06 14:49:16.755473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ea earum rerum et quia et.\",\"text\":\"Try to back up the CSS card, maybe it will transmit the primary firewall!\"}"], ["created_at", "2016-10-06 14:49:16.756350"], ["updated_at", "2016-10-06 14:49:16.756350"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse minima eos vel inventore aut qui.\",\"text\":\"Use the mobile SSL port, then you can calculate the back-end circuit!\"}"], ["created_at", "2016-10-06 14:49:16.757235"], ["updated_at", "2016-10-06 14:49:16.757235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda est commodi.\",\"text\":\"You can't navigate the pixel without parsing the back-end PCI panel!\"}"], ["created_at", "2016-10-06 14:49:16.758106"], ["updated_at", "2016-10-06 14:49:16.758106"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad sequi et sint quas.\",\"text\":\"The THX program is down, compress the wireless alarm so we can hack the COM port!\"}"], ["created_at", "2016-10-06 14:49:16.758975"], ["updated_at", "2016-10-06 14:49:16.758975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores et nemo doloremque dolor.\",\"text\":\"The FTP interface is down, input the multi-byte sensor so we can override the IB bus!\"}"], ["created_at", "2016-10-06 14:49:16.759853"], ["updated_at", "2016-10-06 14:49:16.759853"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem sed amet rerum.\",\"text\":\"You can't connect the circuit without transmitting the cross-platform USB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.760726"], ["updated_at", "2016-10-06 14:49:16.760726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero hic repellat eos voluptatem quo dolores.\",\"text\":\"The AGP application is down, parse the auxiliary firewall so we can program the USB circuit!\"}"], ["created_at", "2016-10-06 14:49:16.761574"], ["updated_at", "2016-10-06 14:49:16.761574"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit optio voluptatem.\",\"text\":\"I'll override the 1080p PCI array, that should monitor the FTP interface!\"}"], ["created_at", "2016-10-06 14:49:16.762454"], ["updated_at", "2016-10-06 14:49:16.762454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro deleniti quasi.\",\"text\":\"Use the wireless TCP interface, then you can transmit the virtual system!\"}"], ["created_at", "2016-10-06 14:49:16.763321"], ["updated_at", "2016-10-06 14:49:16.763321"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo ut sint.\",\"text\":\"Use the digital ADP monitor, then you can connect the redundant bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.764196"], ["updated_at", "2016-10-06 14:49:16.764196"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum voluptatibus porro nihil exercitationem voluptas.\",\"text\":\"The XML bus is down, override the bluetooth hard drive so we can parse the ADP panel!\"}"], ["created_at", "2016-10-06 14:49:16.765132"], ["updated_at", "2016-10-06 14:49:16.765132"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet quia necessitatibus molestiae eius repudiandae.\",\"text\":\"I'll connect the primary SCSI circuit, that should transmitter the PNG alarm!\"}"], ["created_at", "2016-10-06 14:49:16.766245"], ["updated_at", "2016-10-06 14:49:16.766245"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint aliquam libero.\",\"text\":\"If we parse the protocol, we can get to the SQL system through the multi-byte XML interface!\"}"], ["created_at", "2016-10-06 14:49:16.767276"], ["updated_at", "2016-10-06 14:49:16.767276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus vero dolores dolor laudantium fuga vitae.\",\"text\":\"Backing up the system won't do anything, we need to back up the back-end rss array!\"}"], ["created_at", "2016-10-06 14:49:16.768220"], ["updated_at", "2016-10-06 14:49:16.768220"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad necessitatibus distinctio quasi dolores sit ea.\",\"text\":\"I'll override the digital SMTP feed, that should program the XML application!\"}"], ["created_at", "2016-10-06 14:49:16.769137"], ["updated_at", "2016-10-06 14:49:16.769137"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem quibusdam neque autem officia incidunt iure.\",\"text\":\"Bypassing the alarm won't do anything, we need to generate the wireless sas program!\"}"], ["created_at", "2016-10-06 14:49:16.769994"], ["updated_at", "2016-10-06 14:49:16.769994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit temporibus tempore culpa aperiam.\",\"text\":\"Copying the program won't do anything, we need to back up the open-source ai sensor!\"}"], ["created_at", "2016-10-06 14:49:16.770879"], ["updated_at", "2016-10-06 14:49:16.770879"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga vero voluptatibus eum dicta alias est ut.\",\"text\":\"I'll transmit the 1080p SDD matrix, that should matrix the SCSI application!\"}"], ["created_at", "2016-10-06 14:49:16.771753"], ["updated_at", "2016-10-06 14:49:16.771753"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis dolor veritatis pariatur hic.\",\"text\":\"If we back up the bandwidth, we can get to the SCSI feed through the bluetooth SMS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.772636"], ["updated_at", "2016-10-06 14:49:16.772636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae optio ab molestias consectetur maxime qui eaque.\",\"text\":\"Backing up the interface won't do anything, we need to synthesize the back-end jbod driver!\"}"], ["created_at", "2016-10-06 14:49:16.773527"], ["updated_at", "2016-10-06 14:49:16.773527"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ratione blanditiis corrupti.\",\"text\":\"I'll override the haptic SMS bus, that should microchip the TCP interface!\"}"], ["created_at", "2016-10-06 14:49:16.774421"], ["updated_at", "2016-10-06 14:49:16.774421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto cum voluptatem ut voluptates nam blanditiis odit.\",\"text\":\"Hacking the monitor won't do anything, we need to synthesize the back-end ai transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.775271"], ["updated_at", "2016-10-06 14:49:16.775271"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae soluta est.\",\"text\":\"Use the open-source TCP transmitter, then you can compress the neural bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.776141"], ["updated_at", "2016-10-06 14:49:16.776141"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos perspiciatis nobis aperiam et quisquam expedita autem.\",\"text\":\"The GB matrix is down, input the multi-byte microchip so we can compress the JSON pixel!\"}"], ["created_at", "2016-10-06 14:49:16.777015"], ["updated_at", "2016-10-06 14:49:16.777015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dicta sed officiis.\",\"text\":\"I'll bypass the haptic SCSI bandwidth, that should protocol the JSON port!\"}"], ["created_at", "2016-10-06 14:49:16.777910"], ["updated_at", "2016-10-06 14:49:16.777910"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt atque asperiores tenetur.\",\"text\":\"I'll calculate the neural PNG card, that should interface the HDD array!\"}"], ["created_at", "2016-10-06 14:49:16.778806"], ["updated_at", "2016-10-06 14:49:16.778806"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit eligendi quo.\",\"text\":\"You can't hack the bus without copying the bluetooth SSL alarm!\"}"], ["created_at", "2016-10-06 14:49:16.779701"], ["updated_at", "2016-10-06 14:49:16.779701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi odio molestiae est quia id accusantium consequatur.\",\"text\":\"Use the multi-byte PNG interface, then you can override the neural port!\"}"], ["created_at", "2016-10-06 14:49:16.780579"], ["updated_at", "2016-10-06 14:49:16.780579"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi hic accusantium possimus quos saepe voluptatibus laboriosam.\",\"text\":\"We need to quantify the primary SSL protocol!\"}"], ["created_at", "2016-10-06 14:49:16.781452"], ["updated_at", "2016-10-06 14:49:16.781452"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati est explicabo ullam omnis consequatur id est.\",\"text\":\"If we copy the port, we can get to the USB microchip through the primary ADP alarm!\"}"], ["created_at", "2016-10-06 14:49:16.782394"], ["updated_at", "2016-10-06 14:49:16.782394"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor et facilis quis vero suscipit.\",\"text\":\"The SCSI feed is down, navigate the online circuit so we can calculate the SDD capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.783547"], ["updated_at", "2016-10-06 14:49:16.783547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni et cum eligendi blanditiis.\",\"text\":\"Programming the microchip won't do anything, we need to input the redundant scsi card!\"}"], ["created_at", "2016-10-06 14:49:16.784450"], ["updated_at", "2016-10-06 14:49:16.784450"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum rerum quisquam labore est quis.\",\"text\":\"Try to quantify the XML capacitor, maybe it will reboot the neural bus!\"}"], ["created_at", "2016-10-06 14:49:16.785324"], ["updated_at", "2016-10-06 14:49:16.785324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sint illo error omnis.\",\"text\":\"We need to parse the redundant GB panel!\"}"], ["created_at", "2016-10-06 14:49:16.786214"], ["updated_at", "2016-10-06 14:49:16.786214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis voluptas et doloribus nesciunt quasi natus.\",\"text\":\"We need to connect the haptic AGP monitor!\"}"], ["created_at", "2016-10-06 14:49:16.787084"], ["updated_at", "2016-10-06 14:49:16.787084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam qui voluptas exercitationem.\",\"text\":\"You can't hack the panel without bypassing the 1080p RAM protocol!\"}"], ["created_at", "2016-10-06 14:49:16.787965"], ["updated_at", "2016-10-06 14:49:16.787965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum tenetur nam ab.\",\"text\":\"Navigating the protocol won't do anything, we need to quantify the back-end smtp transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.788808"], ["updated_at", "2016-10-06 14:49:16.788808"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut dignissimos ad.\",\"text\":\"We need to program the redundant SDD driver!\"}"], ["created_at", "2016-10-06 14:49:16.789672"], ["updated_at", "2016-10-06 14:49:16.789672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta quia neque.\",\"text\":\"I'll connect the 1080p HDD interface, that should array the RAM array!\"}"], ["created_at", "2016-10-06 14:49:16.790588"], ["updated_at", "2016-10-06 14:49:16.790588"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui vero sapiente earum.\",\"text\":\"You can't input the pixel without bypassing the digital HTTP array!\"}"], ["created_at", "2016-10-06 14:49:16.791457"], ["updated_at", "2016-10-06 14:49:16.791457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id nemo quidem est at veritatis incidunt.\",\"text\":\"If we connect the feed, we can get to the AI hard drive through the mobile AGP hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.792311"], ["updated_at", "2016-10-06 14:49:16.792311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni rem voluptatem magnam eum recusandae laborum.\",\"text\":\"The USB interface is down, reboot the cross-platform driver so we can reboot the SMS interface!\"}"], ["created_at", "2016-10-06 14:49:16.793179"], ["updated_at", "2016-10-06 14:49:16.793179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore consectetur quaerat alias quos.\",\"text\":\"Try to index the XML program, maybe it will override the bluetooth pixel!\"}"], ["created_at", "2016-10-06 14:49:16.794042"], ["updated_at", "2016-10-06 14:49:16.794042"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus ratione sapiente qui.\",\"text\":\"Use the multi-byte SCSI pixel, then you can hack the bluetooth hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.794914"], ["updated_at", "2016-10-06 14:49:16.794914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium qui sed.\",\"text\":\"If we quantify the hard drive, we can get to the SCSI circuit through the open-source RAM system!\"}"], ["created_at", "2016-10-06 14:49:16.795768"], ["updated_at", "2016-10-06 14:49:16.795768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe molestiae repudiandae.\",\"text\":\"We need to transmit the optical HTTP program!\"}"], ["created_at", "2016-10-06 14:49:16.796667"], ["updated_at", "2016-10-06 14:49:16.796667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor nesciunt modi distinctio.\",\"text\":\"Use the open-source SCSI port, then you can input the multi-byte circuit!\"}"], ["created_at", "2016-10-06 14:49:16.797536"], ["updated_at", "2016-10-06 14:49:16.797536"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas vero fuga est voluptates libero ea non.\",\"text\":\"If we override the bandwidth, we can get to the AI circuit through the virtual SAS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.798451"], ["updated_at", "2016-10-06 14:49:16.798451"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci impedit enim dicta aut inventore occaecati repellendus.\",\"text\":\"We need to quantify the digital CSS port!\"}"], ["created_at", "2016-10-06 14:49:16.799560"], ["updated_at", "2016-10-06 14:49:16.799560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut omnis inventore.\",\"text\":\"Try to transmit the SMTP firewall, maybe it will connect the cross-platform system!\"}"], ["created_at", "2016-10-06 14:49:16.800546"], ["updated_at", "2016-10-06 14:49:16.800546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui aliquam magni maxime fugit a illum cumque.\",\"text\":\"Compressing the monitor won't do anything, we need to bypass the back-end css array!\"}"], ["created_at", "2016-10-06 14:49:16.801434"], ["updated_at", "2016-10-06 14:49:16.801434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas minima officiis hic ex eius.\",\"text\":\"Calculating the circuit won't do anything, we need to hack the optical ai card!\"}"], ["created_at", "2016-10-06 14:49:16.802314"], ["updated_at", "2016-10-06 14:49:16.802314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et vel id nesciunt ut incidunt quia.\",\"text\":\"The GB matrix is down, navigate the redundant sensor so we can bypass the PCI monitor!\"}"], ["created_at", "2016-10-06 14:49:16.803189"], ["updated_at", "2016-10-06 14:49:16.803189"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur quibusdam quia quia qui et rerum mollitia.\",\"text\":\"Indexing the array won't do anything, we need to input the primary http bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.804075"], ["updated_at", "2016-10-06 14:49:16.804075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias ex minima rerum aperiam in nam.\",\"text\":\"We need to quantify the 1080p SCSI system!\"}"], ["created_at", "2016-10-06 14:49:16.804940"], ["updated_at", "2016-10-06 14:49:16.804940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit aut tempora et voluptatum aut.\",\"text\":\"If we copy the firewall, we can get to the ADP feed through the open-source SQL capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.805805"], ["updated_at", "2016-10-06 14:49:16.805805"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolore et dolorum magni officia et.\",\"text\":\"We need to parse the redundant RSS firewall!\"}"], ["created_at", "2016-10-06 14:49:16.806673"], ["updated_at", "2016-10-06 14:49:16.806673"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut molestias saepe commodi qui est est aperiam.\",\"text\":\"Quantifying the capacitor won't do anything, we need to override the neural ram system!\"}"], ["created_at", "2016-10-06 14:49:16.807575"], ["updated_at", "2016-10-06 14:49:16.807575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nihil laudantium quis similique.\",\"text\":\"If we synthesize the feed, we can get to the SAS bus through the bluetooth SQL feed!\"}"], ["created_at", "2016-10-06 14:49:16.808493"], ["updated_at", "2016-10-06 14:49:16.808493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem eos dolor aut nam.\",\"text\":\"If we copy the application, we can get to the CSS card through the neural AGP monitor!\"}"], ["created_at", "2016-10-06 14:49:16.809370"], ["updated_at", "2016-10-06 14:49:16.809370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui voluptatem modi et ut perspiciatis.\",\"text\":\"Try to quantify the SDD circuit, maybe it will back up the primary application!\"}"], ["created_at", "2016-10-06 14:49:16.810220"], ["updated_at", "2016-10-06 14:49:16.810220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis distinctio adipisci in vitae iusto quasi ullam.\",\"text\":\"We need to bypass the wireless PCI transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.811113"], ["updated_at", "2016-10-06 14:49:16.811113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni debitis explicabo.\",\"text\":\"The AGP alarm is down, reboot the bluetooth bandwidth so we can parse the PCI firewall!\"}"], ["created_at", "2016-10-06 14:49:16.812035"], ["updated_at", "2016-10-06 14:49:16.812035"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet magni quos nesciunt temporibus accusantium.\",\"text\":\"Synthesizing the application won't do anything, we need to generate the auxiliary sas circuit!\"}"], ["created_at", "2016-10-06 14:49:16.812918"], ["updated_at", "2016-10-06 14:49:16.812918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam molestias enim sed officiis totam.\",\"text\":\"The AGP card is down, transmit the bluetooth system so we can hack the THX firewall!\"}"], ["created_at", "2016-10-06 14:49:16.813811"], ["updated_at", "2016-10-06 14:49:16.813811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam eaque voluptatem accusamus qui nobis laudantium sunt.\",\"text\":\"The IB hard drive is down, index the online application so we can quantify the SDD circuit!\"}"], ["created_at", "2016-10-06 14:49:16.814698"], ["updated_at", "2016-10-06 14:49:16.814698"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste soluta excepturi.\",\"text\":\"You can't generate the program without indexing the solid state THX microchip!\"}"], ["created_at", "2016-10-06 14:49:16.815711"], ["updated_at", "2016-10-06 14:49:16.815711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos voluptas quod voluptates aut eius.\",\"text\":\"We need to calculate the redundant JBOD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.816782"], ["updated_at", "2016-10-06 14:49:16.816782"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam praesentium dolorum nihil consequatur velit.\",\"text\":\"I'll hack the auxiliary AI port, that should pixel the XSS circuit!\"}"], ["created_at", "2016-10-06 14:49:16.817686"], ["updated_at", "2016-10-06 14:49:16.817686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolor aperiam.\",\"text\":\"We need to calculate the mobile SDD system!\"}"], ["created_at", "2016-10-06 14:49:16.818575"], ["updated_at", "2016-10-06 14:49:16.818575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim dolores labore.\",\"text\":\"I'll reboot the solid state RSS transmitter, that should bandwidth the SQL alarm!\"}"], ["created_at", "2016-10-06 14:49:16.819452"], ["updated_at", "2016-10-06 14:49:16.819452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut fuga beatae nulla nemo.\",\"text\":\"Use the solid state SSL port, then you can hack the mobile pixel!\"}"], ["created_at", "2016-10-06 14:49:16.820375"], ["updated_at", "2016-10-06 14:49:16.820375"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam amet ducimus dolore non sint est sunt.\",\"text\":\"The GB program is down, parse the back-end bus so we can input the SMTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.821301"], ["updated_at", "2016-10-06 14:49:16.821301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid unde quam laborum consequatur iure.\",\"text\":\"We need to back up the digital SSL capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.822252"], ["updated_at", "2016-10-06 14:49:16.822252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut suscipit non possimus inventore et optio.\",\"text\":\"Try to connect the ADP monitor, maybe it will input the back-end interface!\"}"], ["created_at", "2016-10-06 14:49:16.823132"], ["updated_at", "2016-10-06 14:49:16.823132"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni enim quis.\",\"text\":\"You can't navigate the bus without indexing the online AI protocol!\"}"], ["created_at", "2016-10-06 14:49:16.824007"], ["updated_at", "2016-10-06 14:49:16.824007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique sunt incidunt est nam consequatur in vel.\",\"text\":\"Try to hack the SMTP alarm, maybe it will reboot the open-source bus!\"}"], ["created_at", "2016-10-06 14:49:16.825009"], ["updated_at", "2016-10-06 14:49:16.825009"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro suscipit iste quae.\",\"text\":\"The EXE application is down, hack the online alarm so we can hack the SQL protocol!\"}"], ["created_at", "2016-10-06 14:49:16.825895"], ["updated_at", "2016-10-06 14:49:16.825895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita nulla vitae.\",\"text\":\"I'll quantify the digital HDD port, that should array the FTP panel!\"}"], ["created_at", "2016-10-06 14:49:16.826821"], ["updated_at", "2016-10-06 14:49:16.826821"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus autem minus molestiae id natus optio.\",\"text\":\"Use the neural EXE driver, then you can index the wireless alarm!\"}"], ["created_at", "2016-10-06 14:49:16.827718"], ["updated_at", "2016-10-06 14:49:16.827718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum repudiandae enim aut.\",\"text\":\"Try to synthesize the PNG feed, maybe it will synthesize the virtual capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.828609"], ["updated_at", "2016-10-06 14:49:16.828609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim aspernatur libero nihil omnis repudiandae placeat rerum.\",\"text\":\"The JBOD transmitter is down, hack the solid state matrix so we can generate the CSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.829469"], ["updated_at", "2016-10-06 14:49:16.829469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis ut distinctio sunt.\",\"text\":\"Use the multi-byte EXE bus, then you can bypass the auxiliary application!\"}"], ["created_at", "2016-10-06 14:49:16.830388"], ["updated_at", "2016-10-06 14:49:16.830388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quo minus.\",\"text\":\"Backing up the matrix won't do anything, we need to override the 1080p sql port!\"}"], ["created_at", "2016-10-06 14:49:16.831259"], ["updated_at", "2016-10-06 14:49:16.831259"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem culpa possimus debitis quia consequatur.\",\"text\":\"We need to bypass the optical IB hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.832211"], ["updated_at", "2016-10-06 14:49:16.832211"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio sunt et asperiores voluptas dolore fuga.\",\"text\":\"The AI capacitor is down, reboot the virtual interface so we can connect the COM program!\"}"], ["created_at", "2016-10-06 14:49:16.833331"], ["updated_at", "2016-10-06 14:49:16.833331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt et eius.\",\"text\":\"Use the open-source PNG pixel, then you can reboot the redundant array!\"}"], ["created_at", "2016-10-06 14:49:16.834347"], ["updated_at", "2016-10-06 14:49:16.834347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate ducimus fuga porro sint perspiciatis.\",\"text\":\"Use the wireless RSS feed, then you can input the cross-platform transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.835253"], ["updated_at", "2016-10-06 14:49:16.835253"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed at et libero ea autem.\",\"text\":\"I'll bypass the wireless ADP bandwidth, that should matrix the HTTP feed!\"}"], ["created_at", "2016-10-06 14:49:16.836140"], ["updated_at", "2016-10-06 14:49:16.836140"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim voluptatem beatae.\",\"text\":\"Compressing the matrix won't do anything, we need to copy the neural png matrix!\"}"], ["created_at", "2016-10-06 14:49:16.837046"], ["updated_at", "2016-10-06 14:49:16.837046"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate ipsa reiciendis ducimus.\",\"text\":\"I'll input the solid state SAS port, that should capacitor the JSON program!\"}"], ["created_at", "2016-10-06 14:49:16.837924"], ["updated_at", "2016-10-06 14:49:16.837924"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil voluptatibus et.\",\"text\":\"You can't reboot the feed without programming the online HTTP circuit!\"}"], ["created_at", "2016-10-06 14:49:16.838868"], ["updated_at", "2016-10-06 14:49:16.838868"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam accusamus quibusdam quia ea aut inventore.\",\"text\":\"The RSS protocol is down, bypass the haptic feed so we can override the HDD microchip!\"}"], ["created_at", "2016-10-06 14:49:16.839750"], ["updated_at", "2016-10-06 14:49:16.839750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos vitae rerum.\",\"text\":\"If we quantify the panel, we can get to the AGP system through the haptic SMTP card!\"}"], ["created_at", "2016-10-06 14:49:16.840710"], ["updated_at", "2016-10-06 14:49:16.840710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere sapiente ab ducimus earum.\",\"text\":\"Try to back up the FTP port, maybe it will compress the primary driver!\"}"], ["created_at", "2016-10-06 14:49:16.841605"], ["updated_at", "2016-10-06 14:49:16.841605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis assumenda sit temporibus quis enim.\",\"text\":\"You can't index the program without navigating the wireless SMTP protocol!\"}"], ["created_at", "2016-10-06 14:49:16.842523"], ["updated_at", "2016-10-06 14:49:16.842523"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi ut corporis consequatur sed.\",\"text\":\"Try to connect the COM alarm, maybe it will hack the virtual bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.843403"], ["updated_at", "2016-10-06 14:49:16.843403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil sunt nesciunt molestiae cum labore.\",\"text\":\"We need to navigate the neural SMTP monitor!\"}"], ["created_at", "2016-10-06 14:49:16.844271"], ["updated_at", "2016-10-06 14:49:16.844271"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et odit ut maiores eos ea cum et.\",\"text\":\"Use the online SSL panel, then you can quantify the redundant monitor!\"}"], ["created_at", "2016-10-06 14:49:16.845164"], ["updated_at", "2016-10-06 14:49:16.845164"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda ut deleniti delectus asperiores.\",\"text\":\"We need to bypass the solid state RSS port!\"}"], ["created_at", "2016-10-06 14:49:16.846039"], ["updated_at", "2016-10-06 14:49:16.846039"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est amet accusantium qui laboriosam iure.\",\"text\":\"The SMS transmitter is down, transmit the optical system so we can program the IB monitor!\"}"], ["created_at", "2016-10-06 14:49:16.846973"], ["updated_at", "2016-10-06 14:49:16.846973"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In voluptatum ad tenetur deleniti enim.\",\"text\":\"Use the haptic COM microchip, then you can synthesize the virtual protocol!\"}"], ["created_at", "2016-10-06 14:49:16.847886"], ["updated_at", "2016-10-06 14:49:16.847886"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quam voluptas.\",\"text\":\"Use the open-source AI protocol, then you can quantify the primary bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.848868"], ["updated_at", "2016-10-06 14:49:16.848868"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga quas delectus modi at dolor.\",\"text\":\"I'll hack the neural IB array, that should capacitor the AI microchip!\"}"], ["created_at", "2016-10-06 14:49:16.849988"], ["updated_at", "2016-10-06 14:49:16.849988"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur corrupti autem voluptatibus sequi ea.\",\"text\":\"If we navigate the capacitor, we can get to the SSL protocol through the optical THX application!\"}"], ["created_at", "2016-10-06 14:49:16.851001"], ["updated_at", "2016-10-06 14:49:16.851001"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt quo porro sint molestiae ut impedit expedita.\",\"text\":\"Calculating the system won't do anything, we need to copy the neural sql transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.851955"], ["updated_at", "2016-10-06 14:49:16.851955"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero ut quisquam.\",\"text\":\"The PCI alarm is down, override the digital array so we can synthesize the PNG panel!\"}"], ["created_at", "2016-10-06 14:49:16.852836"], ["updated_at", "2016-10-06 14:49:16.852836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo quia asperiores iste ea esse ea molestias.\",\"text\":\"Compressing the feed won't do anything, we need to compress the 1080p tcp circuit!\"}"], ["created_at", "2016-10-06 14:49:16.853727"], ["updated_at", "2016-10-06 14:49:16.853727"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores reiciendis quisquam.\",\"text\":\"You can't calculate the firewall without backing up the redundant PNG protocol!\"}"], ["created_at", "2016-10-06 14:49:16.854653"], ["updated_at", "2016-10-06 14:49:16.854653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit sed voluptatum qui.\",\"text\":\"Try to calculate the JBOD circuit, maybe it will connect the optical capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.855587"], ["updated_at", "2016-10-06 14:49:16.855587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quo sunt ratione praesentium nesciunt ut consequuntur.\",\"text\":\"We need to navigate the redundant COM capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.856483"], ["updated_at", "2016-10-06 14:49:16.856483"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus quia deleniti earum sunt ratione occaecati soluta.\",\"text\":\"I'll override the multi-byte ADP protocol, that should interface the JSON monitor!\"}"], ["created_at", "2016-10-06 14:49:16.857389"], ["updated_at", "2016-10-06 14:49:16.857389"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut consequatur aperiam velit est cum.\",\"text\":\"Try to index the GB program, maybe it will compress the digital sensor!\"}"], ["created_at", "2016-10-06 14:49:16.858288"], ["updated_at", "2016-10-06 14:49:16.858288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati officia at non iste architecto.\",\"text\":\"If we back up the card, we can get to the PNG program through the haptic RAM array!\"}"], ["created_at", "2016-10-06 14:49:16.859192"], ["updated_at", "2016-10-06 14:49:16.859192"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem error sapiente.\",\"text\":\"The ADP pixel is down, compress the neural system so we can quantify the RSS bus!\"}"], ["created_at", "2016-10-06 14:49:16.860134"], ["updated_at", "2016-10-06 14:49:16.860134"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio dolores laborum soluta eius sit quos omnis.\",\"text\":\"Use the optical RSS circuit, then you can generate the redundant driver!\"}"], ["created_at", "2016-10-06 14:49:16.861012"], ["updated_at", "2016-10-06 14:49:16.861012"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam neque tempora dolor possimus ut.\",\"text\":\"Try to copy the RAM feed, maybe it will reboot the haptic interface!\"}"], ["created_at", "2016-10-06 14:49:16.861912"], ["updated_at", "2016-10-06 14:49:16.861912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi perferendis dolores.\",\"text\":\"We need to copy the cross-platform EXE application!\"}"], ["created_at", "2016-10-06 14:49:16.862844"], ["updated_at", "2016-10-06 14:49:16.862844"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam cupiditate natus laboriosam et.\",\"text\":\"You can't parse the panel without copying the virtual FTP interface!\"}"], ["created_at", "2016-10-06 14:49:16.863739"], ["updated_at", "2016-10-06 14:49:16.863739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis voluptatum sapiente sed voluptatem voluptas.\",\"text\":\"We need to input the optical PNG transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.864610"], ["updated_at", "2016-10-06 14:49:16.864610"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque qui suscipit id.\",\"text\":\"You can't compress the application without parsing the solid state FTP pixel!\"}"], ["created_at", "2016-10-06 14:49:16.865618"], ["updated_at", "2016-10-06 14:49:16.865618"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error accusantium odio.\",\"text\":\"I'll generate the haptic USB interface, that should driver the IB pixel!\"}"], ["created_at", "2016-10-06 14:49:16.866768"], ["updated_at", "2016-10-06 14:49:16.866768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi aut dolore officiis.\",\"text\":\"Navigating the system won't do anything, we need to calculate the back-end smtp driver!\"}"], ["created_at", "2016-10-06 14:49:16.867707"], ["updated_at", "2016-10-06 14:49:16.867707"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem et natus.\",\"text\":\"The SCSI firewall is down, index the online bus so we can program the FTP array!\"}"], ["created_at", "2016-10-06 14:49:16.868588"], ["updated_at", "2016-10-06 14:49:16.868588"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed molestias vel odio autem.\",\"text\":\"Indexing the program won't do anything, we need to index the wireless ib hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.869492"], ["updated_at", "2016-10-06 14:49:16.869492"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic necessitatibus sint quos inventore et laudantium.\",\"text\":\"Try to compress the SAS microchip, maybe it will parse the 1080p pixel!\"}"], ["created_at", "2016-10-06 14:49:16.870382"], ["updated_at", "2016-10-06 14:49:16.870382"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet quod iure voluptatem rem at odit aut.\",\"text\":\"If we reboot the panel, we can get to the SMTP circuit through the virtual SMTP application!\"}"], ["created_at", "2016-10-06 14:49:16.871357"], ["updated_at", "2016-10-06 14:49:16.871357"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae ea possimus qui harum quasi vel ea.\",\"text\":\"Use the 1080p PCI application, then you can reboot the solid state microchip!\"}"], ["created_at", "2016-10-06 14:49:16.872349"], ["updated_at", "2016-10-06 14:49:16.872349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt dolore qui eum autem id non sequi.\",\"text\":\"We need to index the wireless XSS sensor!\"}"], ["created_at", "2016-10-06 14:49:16.873303"], ["updated_at", "2016-10-06 14:49:16.873303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente in repellendus fugit id sit nesciunt alias.\",\"text\":\"We need to input the optical PCI array!\"}"], ["created_at", "2016-10-06 14:49:16.874215"], ["updated_at", "2016-10-06 14:49:16.874215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis sed deserunt error dolorum et.\",\"text\":\"Use the optical HTTP hard drive, then you can navigate the primary application!\"}"], ["created_at", "2016-10-06 14:49:16.875116"], ["updated_at", "2016-10-06 14:49:16.875116"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae illum ut.\",\"text\":\"If we navigate the bus, we can get to the SDD system through the 1080p XML program!\"}"], ["created_at", "2016-10-06 14:49:16.876037"], ["updated_at", "2016-10-06 14:49:16.876037"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio esse autem a ipsum laboriosam voluptas.\",\"text\":\"I'll compress the open-source XSS pixel, that should feed the SDD alarm!\"}"], ["created_at", "2016-10-06 14:49:16.876939"], ["updated_at", "2016-10-06 14:49:16.876939"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid modi qui hic iusto id itaque nemo.\",\"text\":\"We need to synthesize the digital USB microchip!\"}"], ["created_at", "2016-10-06 14:49:16.877830"], ["updated_at", "2016-10-06 14:49:16.877830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et placeat illo enim culpa ut reiciendis.\",\"text\":\"You can't bypass the port without backing up the solid state AGP microchip!\"}"], ["created_at", "2016-10-06 14:49:16.878772"], ["updated_at", "2016-10-06 14:49:16.878772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur exercitationem quidem voluptas et esse omnis.\",\"text\":\"Navigating the capacitor won't do anything, we need to compress the back-end jbod transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.879672"], ["updated_at", "2016-10-06 14:49:16.879672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit laudantium dolores.\",\"text\":\"I'll hack the neural HDD alarm, that should microchip the FTP interface!\"}"], ["created_at", "2016-10-06 14:49:16.880605"], ["updated_at", "2016-10-06 14:49:16.880605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et reprehenderit unde aspernatur aut.\",\"text\":\"The TCP program is down, transmit the optical firewall so we can back up the IB bus!\"}"], ["created_at", "2016-10-06 14:49:16.881498"], ["updated_at", "2016-10-06 14:49:16.881498"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis et alias fugiat ut laborum in.\",\"text\":\"We need to reboot the multi-byte ADP pixel!\"}"], ["created_at", "2016-10-06 14:49:16.882521"], ["updated_at", "2016-10-06 14:49:16.882521"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus consectetur iure laborum.\",\"text\":\"Use the 1080p TCP bus, then you can connect the cross-platform application!\"}"], ["created_at", "2016-10-06 14:49:16.883859"], ["updated_at", "2016-10-06 14:49:16.883859"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem atque culpa cum facere.\",\"text\":\"You can't back up the card without transmitting the neural IB port!\"}"], ["created_at", "2016-10-06 14:49:16.885156"], ["updated_at", "2016-10-06 14:49:16.885156"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum laudantium magnam quia neque.\",\"text\":\"If we program the alarm, we can get to the EXE program through the solid state SSL hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.887523"], ["updated_at", "2016-10-06 14:49:16.887523"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente non labore ab modi sequi.\",\"text\":\"You can't reboot the monitor without navigating the haptic XSS matrix!\"}"], ["created_at", "2016-10-06 14:49:16.889099"], ["updated_at", "2016-10-06 14:49:16.889099"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim voluptatem delectus porro sunt ducimus autem.\",\"text\":\"Programming the pixel won't do anything, we need to compress the wireless tcp protocol!\"}"], ["created_at", "2016-10-06 14:49:16.892115"], ["updated_at", "2016-10-06 14:49:16.892115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt quibusdam necessitatibus sint rerum minima non.\",\"text\":\"You can't reboot the capacitor without quantifying the cross-platform AI application!\"}"], ["created_at", "2016-10-06 14:49:16.893297"], ["updated_at", "2016-10-06 14:49:16.893297"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut eum animi qui blanditiis cum rerum.\",\"text\":\"Bypassing the monitor won't do anything, we need to compress the optical http microchip!\"}"], ["created_at", "2016-10-06 14:49:16.894335"], ["updated_at", "2016-10-06 14:49:16.894335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt reiciendis amet nihil voluptatem accusamus quas.\",\"text\":\"You can't back up the application without overriding the cross-platform SMTP matrix!\"}"], ["created_at", "2016-10-06 14:49:16.895223"], ["updated_at", "2016-10-06 14:49:16.895223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita similique eveniet.\",\"text\":\"Try to hack the USB microchip, maybe it will copy the mobile microchip!\"}"], ["created_at", "2016-10-06 14:49:16.896128"], ["updated_at", "2016-10-06 14:49:16.896128"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt officiis ea odio omnis tempora aperiam.\",\"text\":\"Use the primary HDD card, then you can navigate the mobile alarm!\"}"], ["created_at", "2016-10-06 14:49:16.897067"], ["updated_at", "2016-10-06 14:49:16.897067"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In repellendus occaecati vitae.\",\"text\":\"Overriding the hard drive won't do anything, we need to back up the multi-byte adp sensor!\"}"], ["created_at", "2016-10-06 14:49:16.897993"], ["updated_at", "2016-10-06 14:49:16.897993"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio quibusdam explicabo tenetur.\",\"text\":\"We need to override the redundant SMTP panel!\"}"], ["created_at", "2016-10-06 14:49:16.899059"], ["updated_at", "2016-10-06 14:49:16.899059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quam quod praesentium sed id ipsum vitae.\",\"text\":\"Try to connect the FTP bandwidth, maybe it will reboot the digital firewall!\"}"], ["created_at", "2016-10-06 14:49:16.900176"], ["updated_at", "2016-10-06 14:49:16.900176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam ipsum et.\",\"text\":\"The SCSI port is down, program the online application so we can override the SAS monitor!\"}"], ["created_at", "2016-10-06 14:49:16.901102"], ["updated_at", "2016-10-06 14:49:16.901102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur ducimus sed dolores.\",\"text\":\"Use the multi-byte FTP hard drive, then you can override the auxiliary circuit!\"}"], ["created_at", "2016-10-06 14:49:16.902025"], ["updated_at", "2016-10-06 14:49:16.902025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet omnis velit impedit.\",\"text\":\"The PNG transmitter is down, compress the cross-platform port so we can synthesize the SSL circuit!\"}"], ["created_at", "2016-10-06 14:49:16.902923"], ["updated_at", "2016-10-06 14:49:16.902923"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus quia facilis.\",\"text\":\"You can't input the bus without bypassing the online IB sensor!\"}"], ["created_at", "2016-10-06 14:49:16.903804"], ["updated_at", "2016-10-06 14:49:16.903804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit facilis minima aliquam non molestiae.\",\"text\":\"Try to calculate the IB bandwidth, maybe it will copy the optical protocol!\"}"], ["created_at", "2016-10-06 14:49:16.904684"], ["updated_at", "2016-10-06 14:49:16.904684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio unde a assumenda quia esse suscipit laboriosam.\",\"text\":\"Try to program the RSS protocol, maybe it will back up the primary port!\"}"], ["created_at", "2016-10-06 14:49:16.905570"], ["updated_at", "2016-10-06 14:49:16.905570"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam rerum eligendi repudiandae animi voluptas quis.\",\"text\":\"Try to reboot the SSL matrix, maybe it will override the haptic interface!\"}"], ["created_at", "2016-10-06 14:49:16.906484"], ["updated_at", "2016-10-06 14:49:16.906484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem cum voluptates placeat.\",\"text\":\"Use the neural EXE hard drive, then you can hack the digital interface!\"}"], ["created_at", "2016-10-06 14:49:16.907419"], ["updated_at", "2016-10-06 14:49:16.907419"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis voluptatem voluptas ad.\",\"text\":\"We need to calculate the primary SMS transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.908324"], ["updated_at", "2016-10-06 14:49:16.908324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime fugiat minima dolor quia aliquid quis.\",\"text\":\"If we generate the system, we can get to the SMS monitor through the haptic AGP port!\"}"], ["created_at", "2016-10-06 14:49:16.909203"], ["updated_at", "2016-10-06 14:49:16.909203"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed magni facilis nisi quas eos architecto.\",\"text\":\"We need to quantify the wireless AGP interface!\"}"], ["created_at", "2016-10-06 14:49:16.910096"], ["updated_at", "2016-10-06 14:49:16.910096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum esse vel labore aliquid rerum.\",\"text\":\"You can't back up the port without overriding the wireless COM bus!\"}"], ["created_at", "2016-10-06 14:49:16.910980"], ["updated_at", "2016-10-06 14:49:16.910980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos maxime qui.\",\"text\":\"You can't quantify the microchip without indexing the auxiliary PNG alarm!\"}"], ["created_at", "2016-10-06 14:49:16.911874"], ["updated_at", "2016-10-06 14:49:16.911874"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil voluptatem molestias asperiores doloremque.\",\"text\":\"Generating the panel won't do anything, we need to program the cross-platform ib matrix!\"}"], ["created_at", "2016-10-06 14:49:16.912746"], ["updated_at", "2016-10-06 14:49:16.912746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi rerum harum.\",\"text\":\"I'll quantify the back-end USB system, that should firewall the JSON application!\"}"], ["created_at", "2016-10-06 14:49:16.913637"], ["updated_at", "2016-10-06 14:49:16.913637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed mollitia iste suscipit dolorem sequi dolorum placeat.\",\"text\":\"You can't calculate the bandwidth without hacking the mobile JSON array!\"}"], ["created_at", "2016-10-06 14:49:16.914517"], ["updated_at", "2016-10-06 14:49:16.914517"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi nihil debitis nemo blanditiis.\",\"text\":\"I'll connect the bluetooth HTTP transmitter, that should program the AGP feed!\"}"], ["created_at", "2016-10-06 14:49:16.915509"], ["updated_at", "2016-10-06 14:49:16.915509"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate molestias iusto nobis enim.\",\"text\":\"Connecting the interface won't do anything, we need to reboot the 1080p com bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.916674"], ["updated_at", "2016-10-06 14:49:16.916674"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut veniam eos est quo.\",\"text\":\"I'll input the redundant JBOD program, that should matrix the USB matrix!\"}"], ["created_at", "2016-10-06 14:49:16.917634"], ["updated_at", "2016-10-06 14:49:16.917634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti est asperiores ex repudiandae et cum.\",\"text\":\"If we index the array, we can get to the SCSI transmitter through the multi-byte XSS array!\"}"], ["created_at", "2016-10-06 14:49:16.918534"], ["updated_at", "2016-10-06 14:49:16.918534"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure beatae ipsa nostrum ex.\",\"text\":\"I'll connect the multi-byte SMTP bus, that should pixel the JSON capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.919438"], ["updated_at", "2016-10-06 14:49:16.919438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor ea ad dolores illo.\",\"text\":\"I'll back up the optical FTP card, that should system the SAS driver!\"}"], ["created_at", "2016-10-06 14:49:16.920412"], ["updated_at", "2016-10-06 14:49:16.920412"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores qui excepturi architecto dolor.\",\"text\":\"If we copy the program, we can get to the USB port through the optical XSS bus!\"}"], ["created_at", "2016-10-06 14:49:16.921359"], ["updated_at", "2016-10-06 14:49:16.921359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas dolor saepe.\",\"text\":\"Backing up the driver won't do anything, we need to connect the haptic exe system!\"}"], ["created_at", "2016-10-06 14:49:16.922332"], ["updated_at", "2016-10-06 14:49:16.922332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In unde impedit voluptates cumque natus.\",\"text\":\"Use the open-source HDD microchip, then you can synthesize the digital interface!\"}"], ["created_at", "2016-10-06 14:49:16.923228"], ["updated_at", "2016-10-06 14:49:16.923228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis itaque veniam.\",\"text\":\"You can't reboot the port without calculating the multi-byte JBOD card!\"}"], ["created_at", "2016-10-06 14:49:16.924129"], ["updated_at", "2016-10-06 14:49:16.924129"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis eaque et sit incidunt.\",\"text\":\"The SCSI interface is down, connect the auxiliary interface so we can input the CSS panel!\"}"], ["created_at", "2016-10-06 14:49:16.925017"], ["updated_at", "2016-10-06 14:49:16.925017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur quae sed ipsam voluptatem maxime doloremque quia.\",\"text\":\"Quantifying the pixel won't do anything, we need to back up the solid state json array!\"}"], ["created_at", "2016-10-06 14:49:16.925899"], ["updated_at", "2016-10-06 14:49:16.925899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab perspiciatis quos.\",\"text\":\"Calculating the matrix won't do anything, we need to quantify the 1080p jbod capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.926830"], ["updated_at", "2016-10-06 14:49:16.926830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque facere laboriosam aut quam quibusdam minima.\",\"text\":\"If we connect the bus, we can get to the SDD driver through the solid state SMTP capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.927732"], ["updated_at", "2016-10-06 14:49:16.927732"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error facere in nihil aut et ipsam.\",\"text\":\"Use the virtual THX port, then you can parse the redundant pixel!\"}"], ["created_at", "2016-10-06 14:49:16.928651"], ["updated_at", "2016-10-06 14:49:16.928651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui molestiae velit illum commodi velit.\",\"text\":\"We need to input the digital ADP feed!\"}"], ["created_at", "2016-10-06 14:49:16.929536"], ["updated_at", "2016-10-06 14:49:16.929536"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere repellendus suscipit sequi rerum quia facilis.\",\"text\":\"I'll index the virtual PNG transmitter, that should program the AGP sensor!\"}"], ["created_at", "2016-10-06 14:49:16.930475"], ["updated_at", "2016-10-06 14:49:16.930475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod modi et sint repellendus.\",\"text\":\"You can't transmit the card without compressing the back-end CSS program!\"}"], ["created_at", "2016-10-06 14:49:16.931359"], ["updated_at", "2016-10-06 14:49:16.931359"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum sint provident dolorum excepturi adipisci.\",\"text\":\"You can't calculate the driver without connecting the redundant TCP sensor!\"}"], ["created_at", "2016-10-06 14:49:16.932325"], ["updated_at", "2016-10-06 14:49:16.932325"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit delectus nemo sed.\",\"text\":\"I'll synthesize the optical GB feed, that should port the THX port!\"}"], ["created_at", "2016-10-06 14:49:16.933406"], ["updated_at", "2016-10-06 14:49:16.933406"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab minima quisquam soluta qui error.\",\"text\":\"Try to reboot the PNG array, maybe it will quantify the haptic panel!\"}"], ["created_at", "2016-10-06 14:49:16.934363"], ["updated_at", "2016-10-06 14:49:16.934363"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis quis deleniti id quos esse.\",\"text\":\"Use the mobile SCSI transmitter, then you can bypass the solid state sensor!\"}"], ["created_at", "2016-10-06 14:49:16.935371"], ["updated_at", "2016-10-06 14:49:16.935371"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita eos et quia temporibus laudantium id adipisci.\",\"text\":\"Try to transmit the IB array, maybe it will parse the wireless panel!\"}"], ["created_at", "2016-10-06 14:49:16.936418"], ["updated_at", "2016-10-06 14:49:16.936418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus quis iste.\",\"text\":\"The TCP protocol is down, connect the wireless capacitor so we can reboot the AI bus!\"}"], ["created_at", "2016-10-06 14:49:16.937369"], ["updated_at", "2016-10-06 14:49:16.937369"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni blanditiis perspiciatis ipsum praesentium.\",\"text\":\"Transmitting the program won't do anything, we need to index the primary exe array!\"}"], ["created_at", "2016-10-06 14:49:16.938356"], ["updated_at", "2016-10-06 14:49:16.938356"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem dolores omnis corrupti ipsa deleniti consequuntur iusto.\",\"text\":\"We need to generate the primary COM feed!\"}"], ["created_at", "2016-10-06 14:49:16.939326"], ["updated_at", "2016-10-06 14:49:16.939326"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet alias iusto voluptates nulla dignissimos quasi dolore.\",\"text\":\"You can't calculate the port without connecting the haptic THX transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.940376"], ["updated_at", "2016-10-06 14:49:16.940376"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque velit voluptates iste amet.\",\"text\":\"If we bypass the firewall, we can get to the JSON program through the redundant USB monitor!\"}"], ["created_at", "2016-10-06 14:49:16.941431"], ["updated_at", "2016-10-06 14:49:16.941431"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem similique expedita consequatur dignissimos.\",\"text\":\"Copying the transmitter won't do anything, we need to connect the open-source exe array!\"}"], ["created_at", "2016-10-06 14:49:16.942479"], ["updated_at", "2016-10-06 14:49:16.942479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et rerum blanditiis facere cupiditate sunt.\",\"text\":\"The AI protocol is down, override the multi-byte circuit so we can compress the PNG card!\"}"], ["created_at", "2016-10-06 14:49:16.943449"], ["updated_at", "2016-10-06 14:49:16.943449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quidem nulla.\",\"text\":\"I'll copy the bluetooth SAS capacitor, that should circuit the CSS circuit!\"}"], ["created_at", "2016-10-06 14:49:16.944413"], ["updated_at", "2016-10-06 14:49:16.944413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus eum eveniet optio aut quisquam.\",\"text\":\"Try to index the USB array, maybe it will copy the open-source firewall!\"}"], ["created_at", "2016-10-06 14:49:16.945387"], ["updated_at", "2016-10-06 14:49:16.945387"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos et ipsam aliquam eos voluptatem.\",\"text\":\"You can't index the bus without backing up the redundant FTP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:16.946432"], ["updated_at", "2016-10-06 14:49:16.946432"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim expedita quas voluptatem.\",\"text\":\"If we transmit the monitor, we can get to the JSON array through the bluetooth FTP panel!\"}"], ["created_at", "2016-10-06 14:49:16.947461"], ["updated_at", "2016-10-06 14:49:16.947461"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil quod omnis temporibus consequuntur fugit vel.\",\"text\":\"If we index the hard drive, we can get to the XML interface through the back-end XML sensor!\"}"], ["created_at", "2016-10-06 14:49:16.948493"], ["updated_at", "2016-10-06 14:49:16.948493"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia libero ut.\",\"text\":\"Use the multi-byte FTP sensor, then you can reboot the 1080p microchip!\"}"], ["created_at", "2016-10-06 14:49:16.949659"], ["updated_at", "2016-10-06 14:49:16.949659"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia amet asperiores cum est placeat eveniet ad.\",\"text\":\"Try to reboot the TCP bandwidth, maybe it will quantify the virtual system!\"}"], ["created_at", "2016-10-06 14:49:16.950876"], ["updated_at", "2016-10-06 14:49:16.950876"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam sint esse vitae sapiente.\",\"text\":\"Indexing the application won't do anything, we need to bypass the wireless scsi array!\"}"], ["created_at", "2016-10-06 14:49:16.952156"], ["updated_at", "2016-10-06 14:49:16.952156"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sed perferendis ut distinctio commodi qui.\",\"text\":\"If we back up the firewall, we can get to the EXE transmitter through the online SMTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.953583"], ["updated_at", "2016-10-06 14:49:16.953583"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea ab explicabo non facere magnam.\",\"text\":\"You can't bypass the program without quantifying the optical SQL pixel!\"}"], ["created_at", "2016-10-06 14:49:16.955995"], ["updated_at", "2016-10-06 14:49:16.955995"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit ab vel tenetur soluta excepturi.\",\"text\":\"We need to calculate the bluetooth CSS port!\"}"], ["created_at", "2016-10-06 14:49:16.957370"], ["updated_at", "2016-10-06 14:49:16.957370"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam esse sit.\",\"text\":\"We need to connect the virtual SMTP matrix!\"}"], ["created_at", "2016-10-06 14:49:16.960247"], ["updated_at", "2016-10-06 14:49:16.960247"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores veniam adipisci.\",\"text\":\"Use the online IB bandwidth, then you can quantify the solid state hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.961770"], ["updated_at", "2016-10-06 14:49:16.961770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias illum quia aut quaerat.\",\"text\":\"Connecting the transmitter won't do anything, we need to program the back-end ssl array!\"}"], ["created_at", "2016-10-06 14:49:16.962760"], ["updated_at", "2016-10-06 14:49:16.962760"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus laudantium dolorem.\",\"text\":\"We need to copy the wireless XML protocol!\"}"], ["created_at", "2016-10-06 14:49:16.963669"], ["updated_at", "2016-10-06 14:49:16.963669"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eum esse dolore ex possimus consectetur quod.\",\"text\":\"The XSS monitor is down, calculate the solid state firewall so we can compress the USB hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.964596"], ["updated_at", "2016-10-06 14:49:16.964596"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam et nemo harum quibusdam quas dolores.\",\"text\":\"If we copy the microchip, we can get to the SDD interface through the mobile HTTP monitor!\"}"], ["created_at", "2016-10-06 14:49:16.965706"], ["updated_at", "2016-10-06 14:49:16.965706"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui illo et quae explicabo.\",\"text\":\"Parsing the bus won't do anything, we need to bypass the solid state rss hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.967020"], ["updated_at", "2016-10-06 14:49:16.967020"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid veniam aut labore magni cupiditate eligendi minus.\",\"text\":\"We need to calculate the online IB driver!\"}"], ["created_at", "2016-10-06 14:49:16.968311"], ["updated_at", "2016-10-06 14:49:16.968311"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta vitae soluta ipsam et.\",\"text\":\"The SCSI protocol is down, transmit the virtual pixel so we can compress the PNG port!\"}"], ["created_at", "2016-10-06 14:49:16.969584"], ["updated_at", "2016-10-06 14:49:16.969584"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit dolor modi.\",\"text\":\"I'll reboot the virtual RAM feed, that should protocol the XML application!\"}"], ["created_at", "2016-10-06 14:49:16.971791"], ["updated_at", "2016-10-06 14:49:16.971791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur est ullam quis voluptates rerum temporibus.\",\"text\":\"Use the virtual HTTP transmitter, then you can transmit the multi-byte alarm!\"}"], ["created_at", "2016-10-06 14:49:16.973065"], ["updated_at", "2016-10-06 14:49:16.973065"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem quia quos.\",\"text\":\"You can't override the sensor without connecting the mobile COM transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.974142"], ["updated_at", "2016-10-06 14:49:16.974142"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure ullam reprehenderit debitis eos sit.\",\"text\":\"Quantifying the sensor won't do anything, we need to navigate the cross-platform scsi pixel!\"}"], ["created_at", "2016-10-06 14:49:16.976173"], ["updated_at", "2016-10-06 14:49:16.976173"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque praesentium repudiandae tempore ut.\",\"text\":\"You can't input the pixel without hacking the back-end PNG matrix!\"}"], ["created_at", "2016-10-06 14:49:16.978393"], ["updated_at", "2016-10-06 14:49:16.978393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id beatae impedit tempore accusamus cupiditate libero.\",\"text\":\"If we override the matrix, we can get to the PCI program through the neural SAS feed!\"}"], ["created_at", "2016-10-06 14:49:16.979439"], ["updated_at", "2016-10-06 14:49:16.979439"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni cupiditate impedit voluptatem dignissimos sit.\",\"text\":\"The THX port is down, override the 1080p sensor so we can reboot the COM alarm!\"}"], ["created_at", "2016-10-06 14:49:16.980435"], ["updated_at", "2016-10-06 14:49:16.980435"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id deserunt quisquam quia temporibus voluptatem.\",\"text\":\"Try to hack the HDD transmitter, maybe it will synthesize the solid state monitor!\"}"], ["created_at", "2016-10-06 14:49:16.981441"], ["updated_at", "2016-10-06 14:49:16.981441"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur in dolore et velit id nam.\",\"text\":\"The AGP capacitor is down, input the virtual firewall so we can calculate the ADP application!\"}"], ["created_at", "2016-10-06 14:49:16.982529"], ["updated_at", "2016-10-06 14:49:16.982529"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi dolores fugiat modi numquam voluptatem sequi et.\",\"text\":\"If we synthesize the bus, we can get to the SSL pixel through the digital FTP array!\"}"], ["created_at", "2016-10-06 14:49:16.983640"], ["updated_at", "2016-10-06 14:49:16.983640"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi est aspernatur odio molestias.\",\"text\":\"We need to input the optical USB pixel!\"}"], ["created_at", "2016-10-06 14:49:16.984557"], ["updated_at", "2016-10-06 14:49:16.984557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos qui assumenda.\",\"text\":\"We need to copy the virtual USB monitor!\"}"], ["created_at", "2016-10-06 14:49:16.985484"], ["updated_at", "2016-10-06 14:49:16.985484"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta alias adipisci.\",\"text\":\"We need to override the haptic AI pixel!\"}"], ["created_at", "2016-10-06 14:49:16.986365"], ["updated_at", "2016-10-06 14:49:16.986365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore maiores qui est.\",\"text\":\"If we override the driver, we can get to the RSS monitor through the optical GB capacitor!\"}"], ["created_at", "2016-10-06 14:49:16.987272"], ["updated_at", "2016-10-06 14:49:16.987272"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus repellat cupiditate vitae dolorem non qui distinctio.\",\"text\":\"I'll hack the wireless SQL interface, that should pixel the USB array!\"}"], ["created_at", "2016-10-06 14:49:16.988174"], ["updated_at", "2016-10-06 14:49:16.988174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda fugit enim illo exercitationem voluptas nemo.\",\"text\":\"Try to navigate the JBOD driver, maybe it will bypass the multi-byte transmitter!\"}"], ["created_at", "2016-10-06 14:49:16.989112"], ["updated_at", "2016-10-06 14:49:16.989112"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui veniam ipsam accusamus reprehenderit nihil saepe deserunt.\",\"text\":\"Try to compress the AI array, maybe it will bypass the 1080p system!\"}"], ["created_at", "2016-10-06 14:49:16.990049"], ["updated_at", "2016-10-06 14:49:16.990049"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi a nam impedit soluta alias.\",\"text\":\"Try to copy the SAS system, maybe it will hack the optical pixel!\"}"], ["created_at", "2016-10-06 14:49:16.990989"], ["updated_at", "2016-10-06 14:49:16.990989"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe repellat cum natus aliquam ut iusto.\",\"text\":\"Use the haptic PCI transmitter, then you can parse the cross-platform system!\"}"], ["created_at", "2016-10-06 14:49:16.991899"], ["updated_at", "2016-10-06 14:49:16.991899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis facere voluptatibus doloribus beatae sunt voluptatem eum.\",\"text\":\"We need to generate the multi-byte FTP array!\"}"], ["created_at", "2016-10-06 14:49:16.992797"], ["updated_at", "2016-10-06 14:49:16.992797"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et delectus modi quisquam.\",\"text\":\"I'll back up the open-source AGP interface, that should protocol the THX hard drive!\"}"], ["created_at", "2016-10-06 14:49:16.993718"], ["updated_at", "2016-10-06 14:49:16.993718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus repudiandae accusamus.\",\"text\":\"The JBOD hard drive is down, quantify the optical program so we can connect the CSS panel!\"}"], ["created_at", "2016-10-06 14:49:16.994659"], ["updated_at", "2016-10-06 14:49:16.994659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias et voluptatem nostrum natus.\",\"text\":\"Copying the program won't do anything, we need to generate the cross-platform smtp port!\"}"], ["created_at", "2016-10-06 14:49:16.995604"], ["updated_at", "2016-10-06 14:49:16.995604"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime omnis non.\",\"text\":\"You can't calculate the card without transmitting the cross-platform AGP sensor!\"}"], ["created_at", "2016-10-06 14:49:16.996536"], ["updated_at", "2016-10-06 14:49:16.996536"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae et ab mollitia dolorum ut sed.\",\"text\":\"Try to copy the CSS panel, maybe it will synthesize the haptic feed!\"}"], ["created_at", "2016-10-06 14:49:16.997464"], ["updated_at", "2016-10-06 14:49:16.997464"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit sed non id voluptatem.\",\"text\":\"You can't override the program without hacking the haptic JBOD alarm!\"}"], ["created_at", "2016-10-06 14:49:16.998401"], ["updated_at", "2016-10-06 14:49:16.998401"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid rem eum explicabo.\",\"text\":\"If we quantify the capacitor, we can get to the ADP array through the solid state EXE system!\"}"], ["created_at", "2016-10-06 14:49:16.999592"], ["updated_at", "2016-10-06 14:49:16.999592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus voluptatem magni.\",\"text\":\"You can't navigate the interface without bypassing the virtual SAS feed!\"}"], ["created_at", "2016-10-06 14:49:17.000637"], ["updated_at", "2016-10-06 14:49:17.000637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quae eaque cum illo unde fuga ut.\",\"text\":\"Programming the matrix won't do anything, we need to synthesize the 1080p ai system!\"}"], ["created_at", "2016-10-06 14:49:17.001564"], ["updated_at", "2016-10-06 14:49:17.001564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea quia sit.\",\"text\":\"The SCSI microchip is down, bypass the neural system so we can calculate the FTP driver!\"}"], ["created_at", "2016-10-06 14:49:17.002472"], ["updated_at", "2016-10-06 14:49:17.002472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et odit vero dolor.\",\"text\":\"We need to synthesize the auxiliary SAS matrix!\"}"], ["created_at", "2016-10-06 14:49:17.003396"], ["updated_at", "2016-10-06 14:49:17.003396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quia aliquid.\",\"text\":\"Use the back-end SMTP monitor, then you can copy the solid state hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.004336"], ["updated_at", "2016-10-06 14:49:17.004336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus officiis sequi accusantium ullam totam.\",\"text\":\"If we program the feed, we can get to the SAS transmitter through the back-end GB application!\"}"], ["created_at", "2016-10-06 14:49:17.005232"], ["updated_at", "2016-10-06 14:49:17.005232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum natus sit optio et qui maiores nostrum.\",\"text\":\"The RAM alarm is down, connect the optical interface so we can program the USB circuit!\"}"], ["created_at", "2016-10-06 14:49:17.006144"], ["updated_at", "2016-10-06 14:49:17.006144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id qui enim nostrum quisquam.\",\"text\":\"Generating the system won't do anything, we need to synthesize the mobile http panel!\"}"], ["created_at", "2016-10-06 14:49:17.007112"], ["updated_at", "2016-10-06 14:49:17.007112"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus occaecati dolor facere voluptatibus.\",\"text\":\"We need to hack the neural HTTP port!\"}"], ["created_at", "2016-10-06 14:49:17.008014"], ["updated_at", "2016-10-06 14:49:17.008014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure qui cupiditate facilis itaque consequatur sint.\",\"text\":\"We need to parse the auxiliary HTTP alarm!\"}"], ["created_at", "2016-10-06 14:49:17.008918"], ["updated_at", "2016-10-06 14:49:17.008918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo voluptatem repudiandae quibusdam.\",\"text\":\"Use the online CSS hard drive, then you can connect the redundant bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.009820"], ["updated_at", "2016-10-06 14:49:17.009820"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium maxime cupiditate facilis nam.\",\"text\":\"The XML feed is down, hack the online circuit so we can calculate the IB circuit!\"}"], ["created_at", "2016-10-06 14:49:17.010742"], ["updated_at", "2016-10-06 14:49:17.010742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores porro id sequi nobis eveniet.\",\"text\":\"The AGP bandwidth is down, synthesize the auxiliary driver so we can hack the SAS program!\"}"], ["created_at", "2016-10-06 14:49:17.011646"], ["updated_at", "2016-10-06 14:49:17.011646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut molestiae sapiente nulla omnis.\",\"text\":\"The SMS matrix is down, bypass the auxiliary interface so we can calculate the SDD alarm!\"}"], ["created_at", "2016-10-06 14:49:17.012542"], ["updated_at", "2016-10-06 14:49:17.012542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut delectus.\",\"text\":\"Try to synthesize the THX alarm, maybe it will transmit the solid state array!\"}"], ["created_at", "2016-10-06 14:49:17.013440"], ["updated_at", "2016-10-06 14:49:17.013440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus et minus et recusandae corporis consequatur vel.\",\"text\":\"Indexing the alarm won't do anything, we need to transmit the wireless png protocol!\"}"], ["created_at", "2016-10-06 14:49:17.014333"], ["updated_at", "2016-10-06 14:49:17.014333"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit voluptatum odio hic doloremque aliquam asperiores unde.\",\"text\":\"You can't parse the interface without overriding the virtual SDD protocol!\"}"], ["created_at", "2016-10-06 14:49:17.015337"], ["updated_at", "2016-10-06 14:49:17.015337"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae ut quo aspernatur veniam enim et nam.\",\"text\":\"I'll reboot the online SMTP transmitter, that should interface the SCSI alarm!\"}"], ["created_at", "2016-10-06 14:49:17.016479"], ["updated_at", "2016-10-06 14:49:17.016479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt fuga minima libero enim doloremque veritatis aut.\",\"text\":\"You can't program the hard drive without copying the online TCP program!\"}"], ["created_at", "2016-10-06 14:49:17.017468"], ["updated_at", "2016-10-06 14:49:17.017468"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum hic facere autem aut numquam.\",\"text\":\"Navigating the transmitter won't do anything, we need to override the solid state smtp microchip!\"}"], ["created_at", "2016-10-06 14:49:17.018429"], ["updated_at", "2016-10-06 14:49:17.018429"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste reprehenderit quasi doloremque similique impedit enim.\",\"text\":\"Transmitting the microchip won't do anything, we need to index the virtual ib alarm!\"}"], ["created_at", "2016-10-06 14:49:17.019335"], ["updated_at", "2016-10-06 14:49:17.019335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum qui voluptatem.\",\"text\":\"Indexing the port won't do anything, we need to index the digital sms bus!\"}"], ["created_at", "2016-10-06 14:49:17.020254"], ["updated_at", "2016-10-06 14:49:17.020254"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa assumenda molestias similique alias minus odit ipsum.\",\"text\":\"The IB interface is down, index the digital protocol so we can override the EXE transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.021178"], ["updated_at", "2016-10-06 14:49:17.021178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab necessitatibus aspernatur ut sed.\",\"text\":\"The SCSI microchip is down, hack the auxiliary card so we can navigate the XSS feed!\"}"], ["created_at", "2016-10-06 14:49:17.022112"], ["updated_at", "2016-10-06 14:49:17.022112"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam sunt ut iure architecto.\",\"text\":\"The CSS transmitter is down, quantify the wireless alarm so we can reboot the ADP circuit!\"}"], ["created_at", "2016-10-06 14:49:17.023079"], ["updated_at", "2016-10-06 14:49:17.023079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum velit accusantium impedit.\",\"text\":\"I'll parse the online EXE hard drive, that should card the HTTP port!\"}"], ["created_at", "2016-10-06 14:49:17.024018"], ["updated_at", "2016-10-06 14:49:17.024018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis alias est est.\",\"text\":\"You can't navigate the bandwidth without hacking the virtual FTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.024932"], ["updated_at", "2016-10-06 14:49:17.024932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas tenetur ut fuga sint dolores dolor facilis.\",\"text\":\"I'll connect the digital RAM capacitor, that should microchip the USB driver!\"}"], ["created_at", "2016-10-06 14:49:17.025872"], ["updated_at", "2016-10-06 14:49:17.025872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ut qui deleniti quibusdam.\",\"text\":\"You can't generate the program without parsing the haptic SQL feed!\"}"], ["created_at", "2016-10-06 14:49:17.026866"], ["updated_at", "2016-10-06 14:49:17.026866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut modi odit qui.\",\"text\":\"Try to copy the HDD monitor, maybe it will generate the online interface!\"}"], ["created_at", "2016-10-06 14:49:17.027834"], ["updated_at", "2016-10-06 14:49:17.027834"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque voluptas laborum ea dolorem.\",\"text\":\"We need to bypass the back-end EXE capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.028753"], ["updated_at", "2016-10-06 14:49:17.028753"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque enim omnis.\",\"text\":\"I'll transmit the solid state JSON system, that should alarm the THX matrix!\"}"], ["created_at", "2016-10-06 14:49:17.029698"], ["updated_at", "2016-10-06 14:49:17.029698"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis dolores voluptate mollitia magnam necessitatibus sunt id.\",\"text\":\"We need to navigate the open-source HDD card!\"}"], ["created_at", "2016-10-06 14:49:17.030682"], ["updated_at", "2016-10-06 14:49:17.030682"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem et similique ut.\",\"text\":\"Connecting the driver won't do anything, we need to input the multi-byte rss array!\"}"], ["created_at", "2016-10-06 14:49:17.031663"], ["updated_at", "2016-10-06 14:49:17.031663"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ut ex inventore ullam.\",\"text\":\"You can't override the bus without transmitting the open-source JSON protocol!\"}"], ["created_at", "2016-10-06 14:49:17.032841"], ["updated_at", "2016-10-06 14:49:17.032841"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus et maiores autem molestias similique facilis sit.\",\"text\":\"If we input the microchip, we can get to the THX feed through the digital HTTP system!\"}"], ["created_at", "2016-10-06 14:49:17.033875"], ["updated_at", "2016-10-06 14:49:17.033875"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quo quia.\",\"text\":\"Try to hack the XSS array, maybe it will compress the redundant sensor!\"}"], ["created_at", "2016-10-06 14:49:17.034900"], ["updated_at", "2016-10-06 14:49:17.034900"]] SQL (9.6ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius culpa quibusdam sint nulla totam.\",\"text\":\"You can't connect the driver without compressing the back-end GB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.035924"], ["updated_at", "2016-10-06 14:49:17.035924"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur nam iure sed quo quis voluptatibus odio.\",\"text\":\"I'll synthesize the optical HDD capacitor, that should circuit the RSS system!\"}"], ["created_at", "2016-10-06 14:49:17.046708"], ["updated_at", "2016-10-06 14:49:17.046708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium reiciendis et dignissimos cupiditate magni architecto adipisci.\",\"text\":\"Try to hack the COM array, maybe it will program the solid state interface!\"}"], ["created_at", "2016-10-06 14:49:17.047726"], ["updated_at", "2016-10-06 14:49:17.047726"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sunt hic.\",\"text\":\"Try to hack the SAS program, maybe it will back up the mobile pixel!\"}"], ["created_at", "2016-10-06 14:49:17.048710"], ["updated_at", "2016-10-06 14:49:17.048710"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi consequatur eum.\",\"text\":\"I'll transmit the back-end AGP matrix, that should program the SMS array!\"}"], ["created_at", "2016-10-06 14:49:17.049867"], ["updated_at", "2016-10-06 14:49:17.049867"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed aut iusto enim molestiae sunt.\",\"text\":\"Generating the transmitter won't do anything, we need to compress the cross-platform sas microchip!\"}"], ["created_at", "2016-10-06 14:49:17.051147"], ["updated_at", "2016-10-06 14:49:17.051147"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem et veniam dolore aut dolores molestias.\",\"text\":\"I'll bypass the digital JSON panel, that should alarm the HTTP driver!\"}"], ["created_at", "2016-10-06 14:49:17.053486"], ["updated_at", "2016-10-06 14:49:17.053486"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium rerum eius fugiat placeat quis at accusamus.\",\"text\":\"You can't back up the feed without calculating the open-source CSS firewall!\"}"], ["created_at", "2016-10-06 14:49:17.054760"], ["updated_at", "2016-10-06 14:49:17.054760"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia voluptatem ut delectus.\",\"text\":\"I'll transmit the mobile FTP panel, that should protocol the HDD card!\"}"], ["created_at", "2016-10-06 14:49:17.057005"], ["updated_at", "2016-10-06 14:49:17.057005"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et fugiat asperiores porro.\",\"text\":\"We need to transmit the mobile AI protocol!\"}"], ["created_at", "2016-10-06 14:49:17.059326"], ["updated_at", "2016-10-06 14:49:17.059326"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi accusantium illum fugit.\",\"text\":\"Try to parse the SCSI pixel, maybe it will bypass the multi-byte bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.060346"], ["updated_at", "2016-10-06 14:49:17.060346"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus nesciunt et libero iure eos id.\",\"text\":\"The COM system is down, back up the bluetooth bus so we can back up the GB panel!\"}"], ["created_at", "2016-10-06 14:49:17.061220"], ["updated_at", "2016-10-06 14:49:17.061220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita temporibus est aliquid consequatur ea.\",\"text\":\"Generating the sensor won't do anything, we need to override the solid state thx program!\"}"], ["created_at", "2016-10-06 14:49:17.062118"], ["updated_at", "2016-10-06 14:49:17.062118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non ut sequi voluptas mollitia vitae.\",\"text\":\"If we synthesize the system, we can get to the JSON panel through the cross-platform JSON bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.063037"], ["updated_at", "2016-10-06 14:49:17.063037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum expedita omnis id voluptas.\",\"text\":\"If we calculate the firewall, we can get to the PNG hard drive through the digital SQL port!\"}"], ["created_at", "2016-10-06 14:49:17.063900"], ["updated_at", "2016-10-06 14:49:17.063900"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis voluptas consequatur aperiam.\",\"text\":\"If we generate the bus, we can get to the ADP panel through the open-source TCP microchip!\"}"], ["created_at", "2016-10-06 14:49:17.064803"], ["updated_at", "2016-10-06 14:49:17.064803"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus modi laboriosam temporibus.\",\"text\":\"You can't transmit the monitor without connecting the primary SAS program!\"}"], ["created_at", "2016-10-06 14:49:17.065873"], ["updated_at", "2016-10-06 14:49:17.065873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut enim consectetur eius error iusto dolor.\",\"text\":\"Use the neural SQL interface, then you can parse the auxiliary application!\"}"], ["created_at", "2016-10-06 14:49:17.066886"], ["updated_at", "2016-10-06 14:49:17.066886"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis molestiae quibusdam accusantium sed.\",\"text\":\"If we synthesize the capacitor, we can get to the COM transmitter through the redundant HDD transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.067765"], ["updated_at", "2016-10-06 14:49:17.067765"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est repellat consequatur unde.\",\"text\":\"Backing up the port won't do anything, we need to navigate the digital http monitor!\"}"], ["created_at", "2016-10-06 14:49:17.068629"], ["updated_at", "2016-10-06 14:49:17.068629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed aut cupiditate.\",\"text\":\"Backing up the hard drive won't do anything, we need to quantify the redundant xss bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.069501"], ["updated_at", "2016-10-06 14:49:17.069501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit temporibus vitae quo dolorum.\",\"text\":\"Use the mobile SDD system, then you can transmit the neural microchip!\"}"], ["created_at", "2016-10-06 14:49:17.070371"], ["updated_at", "2016-10-06 14:49:17.070371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In nisi non.\",\"text\":\"You can't connect the matrix without programming the 1080p AI interface!\"}"], ["created_at", "2016-10-06 14:49:17.071330"], ["updated_at", "2016-10-06 14:49:17.071330"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit aliquam consequatur quam repellendus quia.\",\"text\":\"The RSS protocol is down, hack the auxiliary panel so we can quantify the EXE array!\"}"], ["created_at", "2016-10-06 14:49:17.072304"], ["updated_at", "2016-10-06 14:49:17.072304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae itaque debitis eaque qui voluptatem.\",\"text\":\"Use the wireless USB program, then you can parse the wireless program!\"}"], ["created_at", "2016-10-06 14:49:17.073198"], ["updated_at", "2016-10-06 14:49:17.073198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est commodi et libero.\",\"text\":\"Indexing the bus won't do anything, we need to transmit the primary sdd driver!\"}"], ["created_at", "2016-10-06 14:49:17.074096"], ["updated_at", "2016-10-06 14:49:17.074096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia voluptatum nam.\",\"text\":\"You can't hack the card without copying the bluetooth AI port!\"}"], ["created_at", "2016-10-06 14:49:17.075013"], ["updated_at", "2016-10-06 14:49:17.075013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae ducimus vitae ea.\",\"text\":\"Try to connect the HTTP transmitter, maybe it will navigate the solid state capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.075877"], ["updated_at", "2016-10-06 14:49:17.075877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente rerum nisi aut.\",\"text\":\"Use the cross-platform SCSI card, then you can copy the multi-byte system!\"}"], ["created_at", "2016-10-06 14:49:17.076737"], ["updated_at", "2016-10-06 14:49:17.076737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus ea quos adipisci velit.\",\"text\":\"I'll back up the mobile ADP transmitter, that should feed the IB bus!\"}"], ["created_at", "2016-10-06 14:49:17.077597"], ["updated_at", "2016-10-06 14:49:17.077597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum in maxime sed totam aut tempore.\",\"text\":\"Copying the port won't do anything, we need to bypass the cross-platform smtp port!\"}"], ["created_at", "2016-10-06 14:49:17.078483"], ["updated_at", "2016-10-06 14:49:17.078483"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In rerum maiores occaecati vel dolores hic excepturi.\",\"text\":\"You can't quantify the hard drive without transmitting the open-source PCI application!\"}"], ["created_at", "2016-10-06 14:49:17.079328"], ["updated_at", "2016-10-06 14:49:17.079328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ut nostrum sit suscipit illum.\",\"text\":\"The THX alarm is down, back up the mobile alarm so we can back up the RAM alarm!\"}"], ["created_at", "2016-10-06 14:49:17.080199"], ["updated_at", "2016-10-06 14:49:17.080199"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi repudiandae eum.\",\"text\":\"If we calculate the sensor, we can get to the JBOD capacitor through the neural ADP interface!\"}"], ["created_at", "2016-10-06 14:49:17.081056"], ["updated_at", "2016-10-06 14:49:17.081056"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia eligendi soluta corrupti et.\",\"text\":\"We need to back up the bluetooth EXE system!\"}"], ["created_at", "2016-10-06 14:49:17.082006"], ["updated_at", "2016-10-06 14:49:17.082006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia repellat dolorem quia quia atque ratione aperiam.\",\"text\":\"The IB card is down, input the online interface so we can program the AGP circuit!\"}"], ["created_at", "2016-10-06 14:49:17.083098"], ["updated_at", "2016-10-06 14:49:17.083098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos dignissimos quaerat cum voluptatem.\",\"text\":\"Try to copy the SSL panel, maybe it will override the back-end protocol!\"}"], ["created_at", "2016-10-06 14:49:17.084023"], ["updated_at", "2016-10-06 14:49:17.084023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit saepe dolor perspiciatis molestiae quas.\",\"text\":\"Indexing the alarm won't do anything, we need to navigate the optical tcp panel!\"}"], ["created_at", "2016-10-06 14:49:17.084882"], ["updated_at", "2016-10-06 14:49:17.084882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa praesentium modi.\",\"text\":\"You can't connect the application without compressing the multi-byte EXE capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.085750"], ["updated_at", "2016-10-06 14:49:17.085750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique est dolore numquam dolorem quia nostrum sed.\",\"text\":\"The ADP transmitter is down, generate the solid state alarm so we can parse the PNG bus!\"}"], ["created_at", "2016-10-06 14:49:17.086619"], ["updated_at", "2016-10-06 14:49:17.086619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae rerum ea corrupti dolor.\",\"text\":\"You can't program the protocol without synthesizing the haptic XSS firewall!\"}"], ["created_at", "2016-10-06 14:49:17.087486"], ["updated_at", "2016-10-06 14:49:17.087486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt recusandae delectus ducimus nostrum.\",\"text\":\"I'll synthesize the 1080p ADP interface, that should card the PNG circuit!\"}"], ["created_at", "2016-10-06 14:49:17.088351"], ["updated_at", "2016-10-06 14:49:17.088351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum iusto consequatur possimus accusamus tempora aut.\",\"text\":\"We need to calculate the neural EXE protocol!\"}"], ["created_at", "2016-10-06 14:49:17.089231"], ["updated_at", "2016-10-06 14:49:17.089231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam dicta maiores deserunt et eum sit.\",\"text\":\"Calculating the card won't do anything, we need to navigate the online exe bus!\"}"], ["created_at", "2016-10-06 14:49:17.090118"], ["updated_at", "2016-10-06 14:49:17.090118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In enim atque quos ab dignissimos exercitationem quod.\",\"text\":\"I'll transmit the open-source XML circuit, that should program the SMS feed!\"}"], ["created_at", "2016-10-06 14:49:17.090995"], ["updated_at", "2016-10-06 14:49:17.090995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae suscipit ea qui occaecati eos.\",\"text\":\"We need to calculate the neural SMS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.091849"], ["updated_at", "2016-10-06 14:49:17.091849"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint quae quia non.\",\"text\":\"Try to back up the SQL sensor, maybe it will bypass the virtual hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.092704"], ["updated_at", "2016-10-06 14:49:17.092704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia rem natus praesentium quaerat nemo.\",\"text\":\"If we generate the matrix, we can get to the RAM capacitor through the cross-platform ADP port!\"}"], ["created_at", "2016-10-06 14:49:17.093578"], ["updated_at", "2016-10-06 14:49:17.093578"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat sint quo sunt dolore saepe.\",\"text\":\"If we index the matrix, we can get to the USB bandwidth through the multi-byte GB sensor!\"}"], ["created_at", "2016-10-06 14:49:17.094437"], ["updated_at", "2016-10-06 14:49:17.094437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis culpa voluptatum voluptatem qui est alias.\",\"text\":\"We need to generate the solid state JBOD program!\"}"], ["created_at", "2016-10-06 14:49:17.095322"], ["updated_at", "2016-10-06 14:49:17.095322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut iure ratione quaerat vero sed dolor.\",\"text\":\"We need to quantify the online EXE alarm!\"}"], ["created_at", "2016-10-06 14:49:17.096235"], ["updated_at", "2016-10-06 14:49:17.096235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi sequi doloremque.\",\"text\":\"Use the digital SCSI monitor, then you can reboot the auxiliary bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.097090"], ["updated_at", "2016-10-06 14:49:17.097090"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi eligendi dolore reiciendis.\",\"text\":\"Use the multi-byte USB array, then you can navigate the primary application!\"}"], ["created_at", "2016-10-06 14:49:17.097999"], ["updated_at", "2016-10-06 14:49:17.097999"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quas nihil consequatur eius minima accusamus.\",\"text\":\"We need to index the auxiliary SDD program!\"}"], ["created_at", "2016-10-06 14:49:17.099043"], ["updated_at", "2016-10-06 14:49:17.099043"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sed quas nobis molestiae velit illo.\",\"text\":\"The EXE panel is down, generate the auxiliary bus so we can program the XSS circuit!\"}"], ["created_at", "2016-10-06 14:49:17.100062"], ["updated_at", "2016-10-06 14:49:17.100062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae nihil excepturi vitae soluta sed.\",\"text\":\"Bypassing the system won't do anything, we need to bypass the haptic rss firewall!\"}"], ["created_at", "2016-10-06 14:49:17.100941"], ["updated_at", "2016-10-06 14:49:17.100941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam incidunt sit sed numquam.\",\"text\":\"We need to bypass the wireless PNG matrix!\"}"], ["created_at", "2016-10-06 14:49:17.101803"], ["updated_at", "2016-10-06 14:49:17.101803"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quidem distinctio.\",\"text\":\"I'll synthesize the multi-byte PCI program, that should program the IB port!\"}"], ["created_at", "2016-10-06 14:49:17.102676"], ["updated_at", "2016-10-06 14:49:17.102676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit sint dolor explicabo est.\",\"text\":\"Use the auxiliary CSS pixel, then you can input the redundant protocol!\"}"], ["created_at", "2016-10-06 14:49:17.103542"], ["updated_at", "2016-10-06 14:49:17.103542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut omnis nihil.\",\"text\":\"Use the open-source PNG hard drive, then you can index the cross-platform hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.104412"], ["updated_at", "2016-10-06 14:49:17.104412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam non accusantium.\",\"text\":\"I'll parse the wireless CSS feed, that should bandwidth the RSS feed!\"}"], ["created_at", "2016-10-06 14:49:17.105287"], ["updated_at", "2016-10-06 14:49:17.105287"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum dignissimos illum non suscipit quis alias.\",\"text\":\"I'll compress the open-source XML sensor, that should application the SCSI sensor!\"}"], ["created_at", "2016-10-06 14:49:17.106210"], ["updated_at", "2016-10-06 14:49:17.106210"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus cumque velit optio alias et voluptatem.\",\"text\":\"If we input the port, we can get to the TCP application through the optical HDD port!\"}"], ["created_at", "2016-10-06 14:49:17.107089"], ["updated_at", "2016-10-06 14:49:17.107089"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis et ullam.\",\"text\":\"The THX bus is down, calculate the cross-platform transmitter so we can input the XSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.108004"], ["updated_at", "2016-10-06 14:49:17.108004"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil et ea aut fuga mollitia.\",\"text\":\"I'll index the wireless XSS sensor, that should bus the SQL pixel!\"}"], ["created_at", "2016-10-06 14:49:17.108876"], ["updated_at", "2016-10-06 14:49:17.108876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed esse laboriosam quisquam assumenda.\",\"text\":\"Try to calculate the THX array, maybe it will program the multi-byte alarm!\"}"], ["created_at", "2016-10-06 14:49:17.109734"], ["updated_at", "2016-10-06 14:49:17.109734"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi sapiente debitis autem odio consequuntur ad.\",\"text\":\"Transmitting the panel won't do anything, we need to parse the auxiliary sms driver!\"}"], ["created_at", "2016-10-06 14:49:17.110611"], ["updated_at", "2016-10-06 14:49:17.110611"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In corporis rerum non nam iusto repellat soluta.\",\"text\":\"We need to hack the 1080p GB program!\"}"], ["created_at", "2016-10-06 14:49:17.111486"], ["updated_at", "2016-10-06 14:49:17.111486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolor eligendi eveniet qui voluptas.\",\"text\":\"Connecting the program won't do anything, we need to bypass the wireless smtp application!\"}"], ["created_at", "2016-10-06 14:49:17.112389"], ["updated_at", "2016-10-06 14:49:17.112389"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint doloremque deleniti qui.\",\"text\":\"Quantifying the microchip won't do anything, we need to compress the redundant png array!\"}"], ["created_at", "2016-10-06 14:49:17.113253"], ["updated_at", "2016-10-06 14:49:17.113253"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At rem aut nesciunt omnis.\",\"text\":\"You can't generate the transmitter without bypassing the auxiliary AI capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.114117"], ["updated_at", "2016-10-06 14:49:17.114117"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In amet qui corrupti minima deserunt adipisci.\",\"text\":\"Try to parse the RAM feed, maybe it will bypass the back-end sensor!\"}"], ["created_at", "2016-10-06 14:49:17.115017"], ["updated_at", "2016-10-06 14:49:17.115017"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum iste totam voluptatem quis animi deserunt nihil.\",\"text\":\"The SAS system is down, quantify the primary interface so we can index the HTTP circuit!\"}"], ["created_at", "2016-10-06 14:49:17.116129"], ["updated_at", "2016-10-06 14:49:17.116129"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos autem qui velit error autem.\",\"text\":\"If we navigate the matrix, we can get to the JBOD feed through the cross-platform SAS pixel!\"}"], ["created_at", "2016-10-06 14:49:17.117128"], ["updated_at", "2016-10-06 14:49:17.117128"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis perferendis error quia.\",\"text\":\"Hacking the panel won't do anything, we need to bypass the haptic json circuit!\"}"], ["created_at", "2016-10-06 14:49:17.118033"], ["updated_at", "2016-10-06 14:49:17.118033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et a sed deleniti corrupti.\",\"text\":\"You can't input the monitor without parsing the bluetooth ADP interface!\"}"], ["created_at", "2016-10-06 14:49:17.118941"], ["updated_at", "2016-10-06 14:49:17.118941"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum et perspiciatis rem.\",\"text\":\"I'll compress the redundant AGP capacitor, that should system the AGP circuit!\"}"], ["created_at", "2016-10-06 14:49:17.119777"], ["updated_at", "2016-10-06 14:49:17.119777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus temporibus quasi laborum voluptatem voluptatem aliquam hic.\",\"text\":\"I'll index the redundant COM protocol, that should circuit the XML circuit!\"}"], ["created_at", "2016-10-06 14:49:17.120674"], ["updated_at", "2016-10-06 14:49:17.120674"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae ullam sint in impedit est enim aperiam.\",\"text\":\"Try to navigate the RSS interface, maybe it will parse the primary application!\"}"], ["created_at", "2016-10-06 14:49:17.121543"], ["updated_at", "2016-10-06 14:49:17.121543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit unde ipsa quia eius optio.\",\"text\":\"Transmitting the firewall won't do anything, we need to transmit the optical css sensor!\"}"], ["created_at", "2016-10-06 14:49:17.122454"], ["updated_at", "2016-10-06 14:49:17.122454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui molestiae corrupti.\",\"text\":\"I'll override the primary PNG application, that should system the PNG sensor!\"}"], ["created_at", "2016-10-06 14:49:17.123337"], ["updated_at", "2016-10-06 14:49:17.123337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis quasi modi minus.\",\"text\":\"The PNG array is down, compress the optical panel so we can override the COM capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.124217"], ["updated_at", "2016-10-06 14:49:17.124217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos quod nisi.\",\"text\":\"If we hack the firewall, we can get to the AGP monitor through the auxiliary HTTP sensor!\"}"], ["created_at", "2016-10-06 14:49:17.125092"], ["updated_at", "2016-10-06 14:49:17.125092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere cumque placeat cupiditate voluptate dolorem quaerat perferendis.\",\"text\":\"We need to navigate the haptic AGP port!\"}"], ["created_at", "2016-10-06 14:49:17.125979"], ["updated_at", "2016-10-06 14:49:17.125979"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut commodi sunt minima exercitationem eveniet voluptas.\",\"text\":\"Use the virtual SCSI microchip, then you can transmit the redundant protocol!\"}"], ["created_at", "2016-10-06 14:49:17.126929"], ["updated_at", "2016-10-06 14:49:17.126929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa in dolorum ut optio.\",\"text\":\"I'll generate the cross-platform EXE sensor, that should matrix the SMS panel!\"}"], ["created_at", "2016-10-06 14:49:17.127864"], ["updated_at", "2016-10-06 14:49:17.127864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur et voluptas quia ipsam adipisci earum architecto.\",\"text\":\"The SQL sensor is down, transmit the open-source sensor so we can generate the USB monitor!\"}"], ["created_at", "2016-10-06 14:49:17.128740"], ["updated_at", "2016-10-06 14:49:17.128740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia maiores in velit adipisci laudantium ut.\",\"text\":\"You can't program the port without overriding the optical RSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.129597"], ["updated_at", "2016-10-06 14:49:17.129597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima iusto qui expedita.\",\"text\":\"Use the 1080p XML protocol, then you can override the haptic port!\"}"], ["created_at", "2016-10-06 14:49:17.130483"], ["updated_at", "2016-10-06 14:49:17.130483"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni et nisi voluptates quae dolorum molestiae officia.\",\"text\":\"Use the digital USB program, then you can connect the redundant array!\"}"], ["created_at", "2016-10-06 14:49:17.131405"], ["updated_at", "2016-10-06 14:49:17.131405"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem perspiciatis cum quos dicta.\",\"text\":\"We need to index the 1080p HTTP array!\"}"], ["created_at", "2016-10-06 14:49:17.132488"], ["updated_at", "2016-10-06 14:49:17.132488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt dicta sunt consequuntur cum quia ut sint.\",\"text\":\"The RAM monitor is down, quantify the wireless hard drive so we can calculate the SQL array!\"}"], ["created_at", "2016-10-06 14:49:17.133496"], ["updated_at", "2016-10-06 14:49:17.133496"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id dolores repudiandae mollitia.\",\"text\":\"Try to connect the XML sensor, maybe it will quantify the 1080p interface!\"}"], ["created_at", "2016-10-06 14:49:17.134433"], ["updated_at", "2016-10-06 14:49:17.134433"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius vitae sed ut.\",\"text\":\"Synthesizing the circuit won't do anything, we need to index the 1080p ram application!\"}"], ["created_at", "2016-10-06 14:49:17.135332"], ["updated_at", "2016-10-06 14:49:17.135332"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint est repellat.\",\"text\":\"You can't program the microchip without navigating the wireless AI program!\"}"], ["created_at", "2016-10-06 14:49:17.136220"], ["updated_at", "2016-10-06 14:49:17.136220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis occaecati impedit neque aut ullam ratione.\",\"text\":\"I'll program the optical JSON sensor, that should driver the SAS bus!\"}"], ["created_at", "2016-10-06 14:49:17.137211"], ["updated_at", "2016-10-06 14:49:17.137211"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla aspernatur dolorem aperiam sit eaque.\",\"text\":\"We need to parse the primary JSON protocol!\"}"], ["created_at", "2016-10-06 14:49:17.138194"], ["updated_at", "2016-10-06 14:49:17.138194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi et maiores.\",\"text\":\"If we connect the hard drive, we can get to the PNG firewall through the digital IB driver!\"}"], ["created_at", "2016-10-06 14:49:17.139139"], ["updated_at", "2016-10-06 14:49:17.139139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis distinctio dolorem.\",\"text\":\"The SCSI bus is down, compress the virtual protocol so we can calculate the THX transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.140129"], ["updated_at", "2016-10-06 14:49:17.140129"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta impedit quibusdam itaque.\",\"text\":\"If we reboot the microchip, we can get to the SMS system through the redundant XML firewall!\"}"], ["created_at", "2016-10-06 14:49:17.141159"], ["updated_at", "2016-10-06 14:49:17.141159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi iste numquam.\",\"text\":\"Overriding the microchip won't do anything, we need to bypass the auxiliary ib interface!\"}"], ["created_at", "2016-10-06 14:49:17.142198"], ["updated_at", "2016-10-06 14:49:17.142198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium quasi molestiae est ratione et quos.\",\"text\":\"If we copy the array, we can get to the ADP sensor through the solid state RAM alarm!\"}"], ["created_at", "2016-10-06 14:49:17.143071"], ["updated_at", "2016-10-06 14:49:17.143071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quasi et error.\",\"text\":\"Use the 1080p HTTP capacitor, then you can bypass the mobile transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.143941"], ["updated_at", "2016-10-06 14:49:17.143941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt dolor illo eum et qui mollitia.\",\"text\":\"Use the optical RSS interface, then you can generate the auxiliary microchip!\"}"], ["created_at", "2016-10-06 14:49:17.144816"], ["updated_at", "2016-10-06 14:49:17.144816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum debitis aut eius.\",\"text\":\"If we input the pixel, we can get to the SCSI program through the bluetooth RAM hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.145686"], ["updated_at", "2016-10-06 14:49:17.145686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ex nulla.\",\"text\":\"You can't synthesize the matrix without transmitting the digital JSON application!\"}"], ["created_at", "2016-10-06 14:49:17.146632"], ["updated_at", "2016-10-06 14:49:17.146632"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae optio tenetur in tempora laborum architecto eaque.\",\"text\":\"The PNG bandwidth is down, transmit the primary card so we can hack the JSON firewall!\"}"], ["created_at", "2016-10-06 14:49:17.147503"], ["updated_at", "2016-10-06 14:49:17.147503"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor at ut assumenda quia officia architecto nisi.\",\"text\":\"You can't program the monitor without navigating the open-source SDD protocol!\"}"], ["created_at", "2016-10-06 14:49:17.148463"], ["updated_at", "2016-10-06 14:49:17.148463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui in consequatur accusamus aspernatur error est.\",\"text\":\"I'll reboot the haptic IB circuit, that should bus the ADP bus!\"}"], ["created_at", "2016-10-06 14:49:17.149505"], ["updated_at", "2016-10-06 14:49:17.149505"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio earum et recusandae.\",\"text\":\"We need to transmit the wireless GB firewall!\"}"], ["created_at", "2016-10-06 14:49:17.150481"], ["updated_at", "2016-10-06 14:49:17.150481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto aut et unde et.\",\"text\":\"We need to reboot the online SMTP feed!\"}"], ["created_at", "2016-10-06 14:49:17.151413"], ["updated_at", "2016-10-06 14:49:17.151413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam suscipit deserunt incidunt nam eos.\",\"text\":\"Try to input the COM program, maybe it will connect the wireless system!\"}"], ["created_at", "2016-10-06 14:49:17.152313"], ["updated_at", "2016-10-06 14:49:17.152313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi soluta odio voluptas nisi molestias quia.\",\"text\":\"The SDD sensor is down, generate the auxiliary protocol so we can connect the HDD feed!\"}"], ["created_at", "2016-10-06 14:49:17.153177"], ["updated_at", "2016-10-06 14:49:17.153177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non maxime enim consequuntur molestias.\",\"text\":\"I'll copy the optical XML matrix, that should pixel the AI circuit!\"}"], ["created_at", "2016-10-06 14:49:17.154049"], ["updated_at", "2016-10-06 14:49:17.154049"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero aliquid rerum.\",\"text\":\"I'll compress the wireless EXE hard drive, that should alarm the SCSI pixel!\"}"], ["created_at", "2016-10-06 14:49:17.154975"], ["updated_at", "2016-10-06 14:49:17.154975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum ipsa et aut.\",\"text\":\"If we generate the hard drive, we can get to the XML transmitter through the mobile USB panel!\"}"], ["created_at", "2016-10-06 14:49:17.155857"], ["updated_at", "2016-10-06 14:49:17.155857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta esse laboriosam.\",\"text\":\"If we navigate the sensor, we can get to the THX capacitor through the multi-byte SMS capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.156797"], ["updated_at", "2016-10-06 14:49:17.156797"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quisquam sint.\",\"text\":\"Try to back up the SMS matrix, maybe it will input the 1080p sensor!\"}"], ["created_at", "2016-10-06 14:49:17.157682"], ["updated_at", "2016-10-06 14:49:17.157682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem a tenetur et laborum.\",\"text\":\"If we input the card, we can get to the RAM circuit through the bluetooth PCI hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.158569"], ["updated_at", "2016-10-06 14:49:17.158569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis sint nisi at explicabo quae quia dicta.\",\"text\":\"Bypassing the array won't do anything, we need to connect the primary sdd application!\"}"], ["created_at", "2016-10-06 14:49:17.159420"], ["updated_at", "2016-10-06 14:49:17.159420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae et soluta recusandae.\",\"text\":\"The SMTP driver is down, navigate the digital application so we can program the THX card!\"}"], ["created_at", "2016-10-06 14:49:17.160279"], ["updated_at", "2016-10-06 14:49:17.160279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque id vitae ut enim.\",\"text\":\"We need to bypass the cross-platform CSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.161151"], ["updated_at", "2016-10-06 14:49:17.161151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur praesentium in harum tempora cupiditate ex vitae.\",\"text\":\"You can't connect the sensor without quantifying the neural USB hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.162051"], ["updated_at", "2016-10-06 14:49:17.162051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias nisi suscipit.\",\"text\":\"We need to compress the digital AGP panel!\"}"], ["created_at", "2016-10-06 14:49:17.162937"], ["updated_at", "2016-10-06 14:49:17.162937"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit perspiciatis illum.\",\"text\":\"Use the digital SAS capacitor, then you can parse the multi-byte microchip!\"}"], ["created_at", "2016-10-06 14:49:17.163804"], ["updated_at", "2016-10-06 14:49:17.163804"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit facilis iusto sed facere.\",\"text\":\"Use the digital SDD circuit, then you can index the haptic panel!\"}"], ["created_at", "2016-10-06 14:49:17.164669"], ["updated_at", "2016-10-06 14:49:17.164669"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sunt eos rerum nam sunt ipsum et.\",\"text\":\"Navigating the card won't do anything, we need to calculate the wireless thx feed!\"}"], ["created_at", "2016-10-06 14:49:17.165695"], ["updated_at", "2016-10-06 14:49:17.165695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis deleniti nobis dolor ratione autem.\",\"text\":\"Use the redundant EXE application, then you can calculate the neural interface!\"}"], ["created_at", "2016-10-06 14:49:17.166713"], ["updated_at", "2016-10-06 14:49:17.166713"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum et dolores enim.\",\"text\":\"You can't input the capacitor without indexing the online EXE capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.167610"], ["updated_at", "2016-10-06 14:49:17.167610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus molestiae voluptatem.\",\"text\":\"You can't parse the sensor without bypassing the online TCP alarm!\"}"], ["created_at", "2016-10-06 14:49:17.168535"], ["updated_at", "2016-10-06 14:49:17.168535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In quidem facilis eos omnis voluptas consequatur.\",\"text\":\"Calculating the bus won't do anything, we need to input the 1080p tcp hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.169447"], ["updated_at", "2016-10-06 14:49:17.169447"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta eius et nesciunt.\",\"text\":\"Hacking the application won't do anything, we need to parse the wireless sdd feed!\"}"], ["created_at", "2016-10-06 14:49:17.170345"], ["updated_at", "2016-10-06 14:49:17.170345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur odit placeat autem illum.\",\"text\":\"Use the redundant AI capacitor, then you can override the redundant application!\"}"], ["created_at", "2016-10-06 14:49:17.171207"], ["updated_at", "2016-10-06 14:49:17.171207"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint et hic voluptatibus sequi distinctio suscipit laudantium.\",\"text\":\"The CSS transmitter is down, program the virtual microchip so we can navigate the JSON protocol!\"}"], ["created_at", "2016-10-06 14:49:17.172077"], ["updated_at", "2016-10-06 14:49:17.172077"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut autem harum recusandae sed consequatur.\",\"text\":\"You can't copy the microchip without bypassing the primary ADP sensor!\"}"], ["created_at", "2016-10-06 14:49:17.172947"], ["updated_at", "2016-10-06 14:49:17.172947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius ut atque veniam fuga velit voluptatem.\",\"text\":\"Use the back-end JBOD hard drive, then you can reboot the online bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.173909"], ["updated_at", "2016-10-06 14:49:17.173909"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia corrupti est.\",\"text\":\"We need to synthesize the neural XML sensor!\"}"], ["created_at", "2016-10-06 14:49:17.174851"], ["updated_at", "2016-10-06 14:49:17.174851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto voluptate illo consequuntur nulla officiis perspiciatis ut.\",\"text\":\"I'll input the neural CSS transmitter, that should matrix the AGP pixel!\"}"], ["created_at", "2016-10-06 14:49:17.175723"], ["updated_at", "2016-10-06 14:49:17.175723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus animi aperiam ut in.\",\"text\":\"Programming the card won't do anything, we need to index the wireless rss capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.176592"], ["updated_at", "2016-10-06 14:49:17.176592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit aut explicabo.\",\"text\":\"Try to navigate the JSON hard drive, maybe it will quantify the bluetooth card!\"}"], ["created_at", "2016-10-06 14:49:17.177455"], ["updated_at", "2016-10-06 14:49:17.177455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum facilis veniam iusto consequatur aspernatur.\",\"text\":\"Use the cross-platform HTTP array, then you can copy the bluetooth driver!\"}"], ["created_at", "2016-10-06 14:49:17.178333"], ["updated_at", "2016-10-06 14:49:17.178333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam et laboriosam voluptas facilis possimus eligendi quaerat.\",\"text\":\"We need to back up the 1080p GB feed!\"}"], ["created_at", "2016-10-06 14:49:17.179200"], ["updated_at", "2016-10-06 14:49:17.179200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt autem suscipit dolor.\",\"text\":\"The RAM driver is down, input the optical driver so we can transmit the JSON panel!\"}"], ["created_at", "2016-10-06 14:49:17.180082"], ["updated_at", "2016-10-06 14:49:17.180082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex recusandae non sed distinctio quidem et.\",\"text\":\"You can't generate the hard drive without connecting the primary HTTP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.181012"], ["updated_at", "2016-10-06 14:49:17.181012"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis aspernatur officia et nostrum.\",\"text\":\"If we hack the driver, we can get to the RSS program through the neural RSS program!\"}"], ["created_at", "2016-10-06 14:49:17.181996"], ["updated_at", "2016-10-06 14:49:17.181996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime officiis et provident amet iure.\",\"text\":\"We need to back up the multi-byte COM hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.183088"], ["updated_at", "2016-10-06 14:49:17.183088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi iure rerum pariatur voluptatem.\",\"text\":\"I'll override the redundant SQL matrix, that should interface the SDD program!\"}"], ["created_at", "2016-10-06 14:49:17.183993"], ["updated_at", "2016-10-06 14:49:17.183993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed omnis exercitationem consequatur et aut fugiat.\",\"text\":\"If we override the card, we can get to the HDD driver through the online SDD application!\"}"], ["created_at", "2016-10-06 14:49:17.184877"], ["updated_at", "2016-10-06 14:49:17.184877"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam vel laborum totam dolor et eaque.\",\"text\":\"Try to navigate the JBOD system, maybe it will hack the open-source hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.185780"], ["updated_at", "2016-10-06 14:49:17.185780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae et debitis.\",\"text\":\"I'll connect the 1080p XML bus, that should circuit the SCSI microchip!\"}"], ["created_at", "2016-10-06 14:49:17.186644"], ["updated_at", "2016-10-06 14:49:17.186644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio officia alias blanditiis veniam.\",\"text\":\"Programming the transmitter won't do anything, we need to quantify the bluetooth ssl array!\"}"], ["created_at", "2016-10-06 14:49:17.187511"], ["updated_at", "2016-10-06 14:49:17.187511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore vitae nostrum praesentium enim.\",\"text\":\"Use the wireless FTP transmitter, then you can quantify the redundant capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.188372"], ["updated_at", "2016-10-06 14:49:17.188372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia cumque odit omnis quia tempore ex.\",\"text\":\"If we parse the driver, we can get to the SAS program through the redundant HDD capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.189235"], ["updated_at", "2016-10-06 14:49:17.189235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A voluptatum unde voluptatem commodi nemo sed repudiandae.\",\"text\":\"We need to copy the multi-byte SSL feed!\"}"], ["created_at", "2016-10-06 14:49:17.190142"], ["updated_at", "2016-10-06 14:49:17.190142"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit voluptates odio non tenetur.\",\"text\":\"The XML bus is down, copy the haptic capacitor so we can reboot the USB pixel!\"}"], ["created_at", "2016-10-06 14:49:17.191019"], ["updated_at", "2016-10-06 14:49:17.191019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis ducimus nam quasi pariatur nihil quod voluptates.\",\"text\":\"If we quantify the transmitter, we can get to the XML bandwidth through the optical HTTP microchip!\"}"], ["created_at", "2016-10-06 14:49:17.191895"], ["updated_at", "2016-10-06 14:49:17.191895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente minima accusamus sed iste.\",\"text\":\"I'll override the online SCSI panel, that should system the SAS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.192807"], ["updated_at", "2016-10-06 14:49:17.192807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas eaque consequatur ipsam velit nesciunt natus molestiae.\",\"text\":\"The SCSI alarm is down, navigate the wireless monitor so we can input the GB capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.193699"], ["updated_at", "2016-10-06 14:49:17.193699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti mollitia dolor iste.\",\"text\":\"Use the redundant RAM protocol, then you can copy the solid state pixel!\"}"], ["created_at", "2016-10-06 14:49:17.194637"], ["updated_at", "2016-10-06 14:49:17.194637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias corporis dolorem necessitatibus ipsa.\",\"text\":\"I'll copy the bluetooth RSS firewall, that should circuit the IB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.195559"], ["updated_at", "2016-10-06 14:49:17.195559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quae est nemo eaque quibusdam dolor officiis.\",\"text\":\"You can't reboot the program without overriding the online SAS sensor!\"}"], ["created_at", "2016-10-06 14:49:17.196475"], ["updated_at", "2016-10-06 14:49:17.196475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit ipsum sed.\",\"text\":\"Use the cross-platform SMTP capacitor, then you can navigate the bluetooth panel!\"}"], ["created_at", "2016-10-06 14:49:17.197351"], ["updated_at", "2016-10-06 14:49:17.197351"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et exercitationem enim magni omnis minima et nihil.\",\"text\":\"Copying the alarm won't do anything, we need to bypass the haptic sql hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.198290"], ["updated_at", "2016-10-06 14:49:17.198290"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum fugit et doloremque.\",\"text\":\"Try to transmit the IB protocol, maybe it will input the auxiliary transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.199356"], ["updated_at", "2016-10-06 14:49:17.199356"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque animi eligendi similique earum nam.\",\"text\":\"Use the multi-byte SMS program, then you can override the online monitor!\"}"], ["created_at", "2016-10-06 14:49:17.200581"], ["updated_at", "2016-10-06 14:49:17.200581"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore eligendi porro et.\",\"text\":\"Programming the pixel won't do anything, we need to compress the cross-platform sql feed!\"}"], ["created_at", "2016-10-06 14:49:17.202341"], ["updated_at", "2016-10-06 14:49:17.202341"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem quis laboriosam praesentium in hic autem.\",\"text\":\"If we synthesize the panel, we can get to the AGP port through the 1080p TCP feed!\"}"], ["created_at", "2016-10-06 14:49:17.204225"], ["updated_at", "2016-10-06 14:49:17.204225"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit incidunt esse dolore id sint voluptatem tenetur.\",\"text\":\"The AI hard drive is down, bypass the optical transmitter so we can compress the HDD protocol!\"}"], ["created_at", "2016-10-06 14:49:17.206204"], ["updated_at", "2016-10-06 14:49:17.206204"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem voluptatibus veniam ab totam.\",\"text\":\"The SMS matrix is down, hack the auxiliary microchip so we can reboot the TCP firewall!\"}"], ["created_at", "2016-10-06 14:49:17.208766"], ["updated_at", "2016-10-06 14:49:17.208766"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi vitae rerum in et.\",\"text\":\"If we connect the alarm, we can get to the SSL protocol through the solid state JBOD alarm!\"}"], ["created_at", "2016-10-06 14:49:17.209873"], ["updated_at", "2016-10-06 14:49:17.209873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam nobis iste occaecati minus.\",\"text\":\"You can't bypass the sensor without connecting the 1080p COM application!\"}"], ["created_at", "2016-10-06 14:49:17.210817"], ["updated_at", "2016-10-06 14:49:17.210817"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia illum velit eveniet est qui.\",\"text\":\"I'll bypass the multi-byte RSS protocol, that should card the AGP array!\"}"], ["created_at", "2016-10-06 14:49:17.211685"], ["updated_at", "2016-10-06 14:49:17.211685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil assumenda dolor perferendis eius.\",\"text\":\"Try to input the AI pixel, maybe it will transmit the bluetooth alarm!\"}"], ["created_at", "2016-10-06 14:49:17.212559"], ["updated_at", "2016-10-06 14:49:17.212559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus aut voluptates quia dolore veritatis aut.\",\"text\":\"Use the back-end COM driver, then you can hack the auxiliary panel!\"}"], ["created_at", "2016-10-06 14:49:17.213455"], ["updated_at", "2016-10-06 14:49:17.213455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil aspernatur mollitia sit quia libero.\",\"text\":\"I'll connect the cross-platform SMTP feed, that should panel the SMS bus!\"}"], ["created_at", "2016-10-06 14:49:17.214466"], ["updated_at", "2016-10-06 14:49:17.214466"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere laboriosam est amet dolore aliquid.\",\"text\":\"You can't quantify the array without connecting the optical SDD panel!\"}"], ["created_at", "2016-10-06 14:49:17.215505"], ["updated_at", "2016-10-06 14:49:17.215505"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit et quis quisquam nulla quia velit.\",\"text\":\"If we generate the firewall, we can get to the SSL application through the open-source CSS card!\"}"], ["created_at", "2016-10-06 14:49:17.216594"], ["updated_at", "2016-10-06 14:49:17.216594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem optio nihil neque recusandae commodi.\",\"text\":\"We need to synthesize the cross-platform HTTP protocol!\"}"], ["created_at", "2016-10-06 14:49:17.217518"], ["updated_at", "2016-10-06 14:49:17.217518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem officia et fuga sit laudantium libero.\",\"text\":\"You can't connect the pixel without quantifying the auxiliary CSS protocol!\"}"], ["created_at", "2016-10-06 14:49:17.218421"], ["updated_at", "2016-10-06 14:49:17.218421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae velit consequatur.\",\"text\":\"You can't navigate the application without hacking the online HTTP port!\"}"], ["created_at", "2016-10-06 14:49:17.219281"], ["updated_at", "2016-10-06 14:49:17.219281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo dolorem voluptate.\",\"text\":\"I'll calculate the neural RSS microchip, that should port the XSS alarm!\"}"], ["created_at", "2016-10-06 14:49:17.220144"], ["updated_at", "2016-10-06 14:49:17.220144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio est porro delectus et esse voluptas.\",\"text\":\"If we index the alarm, we can get to the THX matrix through the primary XML microchip!\"}"], ["created_at", "2016-10-06 14:49:17.221038"], ["updated_at", "2016-10-06 14:49:17.221038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam modi eveniet aut impedit et corporis earum.\",\"text\":\"We need to navigate the solid state COM firewall!\"}"], ["created_at", "2016-10-06 14:49:17.221924"], ["updated_at", "2016-10-06 14:49:17.221924"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed temporibus mollitia consequuntur id excepturi voluptatem exercitationem.\",\"text\":\"Try to synthesize the HDD capacitor, maybe it will navigate the auxiliary panel!\"}"], ["created_at", "2016-10-06 14:49:17.222876"], ["updated_at", "2016-10-06 14:49:17.222876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem laboriosam sit dolore perferendis dolorem quis.\",\"text\":\"The GB alarm is down, bypass the optical card so we can parse the JSON card!\"}"], ["created_at", "2016-10-06 14:49:17.223766"], ["updated_at", "2016-10-06 14:49:17.223766"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus aspernatur ullam qui qui sed et ut.\",\"text\":\"The SMS protocol is down, copy the haptic port so we can connect the ADP alarm!\"}"], ["created_at", "2016-10-06 14:49:17.224633"], ["updated_at", "2016-10-06 14:49:17.224633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit numquam iure culpa aut incidunt quod explicabo.\",\"text\":\"Try to quantify the SMS protocol, maybe it will copy the 1080p program!\"}"], ["created_at", "2016-10-06 14:49:17.225510"], ["updated_at", "2016-10-06 14:49:17.225510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam nam similique occaecati.\",\"text\":\"You can't navigate the program without bypassing the online AGP sensor!\"}"], ["created_at", "2016-10-06 14:49:17.226407"], ["updated_at", "2016-10-06 14:49:17.226407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores reiciendis eligendi.\",\"text\":\"The PCI interface is down, synthesize the redundant driver so we can input the COM panel!\"}"], ["created_at", "2016-10-06 14:49:17.227286"], ["updated_at", "2016-10-06 14:49:17.227286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur aut et autem et.\",\"text\":\"I'll parse the open-source THX sensor, that should monitor the SAS program!\"}"], ["created_at", "2016-10-06 14:49:17.228194"], ["updated_at", "2016-10-06 14:49:17.228194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci nihil voluptas.\",\"text\":\"Try to input the SDD bandwidth, maybe it will transmit the auxiliary alarm!\"}"], ["created_at", "2016-10-06 14:49:17.229082"], ["updated_at", "2016-10-06 14:49:17.229082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate voluptas quia.\",\"text\":\"Programming the bandwidth won't do anything, we need to copy the optical ai system!\"}"], ["created_at", "2016-10-06 14:49:17.229983"], ["updated_at", "2016-10-06 14:49:17.229983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae eum a consectetur perspiciatis tenetur voluptatibus voluptas.\",\"text\":\"You can't calculate the monitor without backing up the 1080p GB system!\"}"], ["created_at", "2016-10-06 14:49:17.230901"], ["updated_at", "2016-10-06 14:49:17.230901"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi ducimus qui consequatur omnis ad quo.\",\"text\":\"Try to transmit the XML application, maybe it will quantify the primary bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.231872"], ["updated_at", "2016-10-06 14:49:17.231872"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptatem aut recusandae eius dolores.\",\"text\":\"Quantifying the feed won't do anything, we need to hack the digital tcp sensor!\"}"], ["created_at", "2016-10-06 14:49:17.232985"], ["updated_at", "2016-10-06 14:49:17.232985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id ut rerum quaerat est qui.\",\"text\":\"The GB alarm is down, input the virtual sensor so we can copy the JBOD program!\"}"], ["created_at", "2016-10-06 14:49:17.233952"], ["updated_at", "2016-10-06 14:49:17.233952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore quos qui id ut reprehenderit delectus.\",\"text\":\"If we parse the bus, we can get to the USB microchip through the 1080p JBOD panel!\"}"], ["created_at", "2016-10-06 14:49:17.234912"], ["updated_at", "2016-10-06 14:49:17.234912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas repudiandae unde laboriosam fugiat.\",\"text\":\"I'll index the virtual SDD transmitter, that should firewall the SQL system!\"}"], ["created_at", "2016-10-06 14:49:17.235809"], ["updated_at", "2016-10-06 14:49:17.235809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus quo id fugiat.\",\"text\":\"Use the solid state RAM protocol, then you can generate the auxiliary bus!\"}"], ["created_at", "2016-10-06 14:49:17.236682"], ["updated_at", "2016-10-06 14:49:17.236682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat sed accusamus itaque quo architecto dicta.\",\"text\":\"Try to transmit the AGP capacitor, maybe it will synthesize the haptic alarm!\"}"], ["created_at", "2016-10-06 14:49:17.237644"], ["updated_at", "2016-10-06 14:49:17.237644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias molestiae eum maxime at aliquam ut quibusdam.\",\"text\":\"Use the back-end AI program, then you can navigate the bluetooth monitor!\"}"], ["created_at", "2016-10-06 14:49:17.238552"], ["updated_at", "2016-10-06 14:49:17.238552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse nostrum quia aliquid veritatis.\",\"text\":\"Use the 1080p AI driver, then you can hack the cross-platform driver!\"}"], ["created_at", "2016-10-06 14:49:17.239470"], ["updated_at", "2016-10-06 14:49:17.239470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae incidunt aspernatur deleniti ut provident dolor.\",\"text\":\"If we generate the bandwidth, we can get to the EXE system through the neural SMS bus!\"}"], ["created_at", "2016-10-06 14:49:17.240429"], ["updated_at", "2016-10-06 14:49:17.240429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse nihil voluptatem similique.\",\"text\":\"I'll copy the open-source AGP protocol, that should transmitter the FTP panel!\"}"], ["created_at", "2016-10-06 14:49:17.241356"], ["updated_at", "2016-10-06 14:49:17.241356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et harum.\",\"text\":\"I'll bypass the bluetooth RSS monitor, that should feed the HDD alarm!\"}"], ["created_at", "2016-10-06 14:49:17.242272"], ["updated_at", "2016-10-06 14:49:17.242272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et distinctio dolorem.\",\"text\":\"You can't compress the protocol without compressing the digital SMS transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.243153"], ["updated_at", "2016-10-06 14:49:17.243153"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque voluptates illo omnis aut voluptatem facere quidem.\",\"text\":\"If we back up the sensor, we can get to the HTTP bandwidth through the auxiliary TCP alarm!\"}"], ["created_at", "2016-10-06 14:49:17.244038"], ["updated_at", "2016-10-06 14:49:17.244038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid numquam hic sed qui.\",\"text\":\"You can't reboot the hard drive without compressing the virtual CSS application!\"}"], ["created_at", "2016-10-06 14:49:17.244958"], ["updated_at", "2016-10-06 14:49:17.244958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione itaque quas repellat.\",\"text\":\"We need to transmit the solid state PNG array!\"}"], ["created_at", "2016-10-06 14:49:17.245842"], ["updated_at", "2016-10-06 14:49:17.245842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est omnis nesciunt.\",\"text\":\"Quantifying the system won't do anything, we need to transmit the solid state ram system!\"}"], ["created_at", "2016-10-06 14:49:17.246753"], ["updated_at", "2016-10-06 14:49:17.246753"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod inventore deleniti voluptatem quaerat adipisci repellat.\",\"text\":\"If we index the alarm, we can get to the JSON program through the online SDD matrix!\"}"], ["created_at", "2016-10-06 14:49:17.247615"], ["updated_at", "2016-10-06 14:49:17.247615"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nesciunt laboriosam minus voluptates est.\",\"text\":\"Overriding the monitor won't do anything, we need to input the primary sms matrix!\"}"], ["created_at", "2016-10-06 14:49:17.248565"], ["updated_at", "2016-10-06 14:49:17.248565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium totam quia et magni dolorum quasi.\",\"text\":\"The PNG interface is down, reboot the wireless panel so we can connect the XSS pixel!\"}"], ["created_at", "2016-10-06 14:49:17.249630"], ["updated_at", "2016-10-06 14:49:17.249630"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut eius maxime inventore quaerat aliquam.\",\"text\":\"If we program the bandwidth, we can get to the SCSI pixel through the multi-byte AI port!\"}"], ["created_at", "2016-10-06 14:49:17.250578"], ["updated_at", "2016-10-06 14:49:17.250578"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo voluptatem ea incidunt.\",\"text\":\"Try to reboot the EXE application, maybe it will bypass the bluetooth array!\"}"], ["created_at", "2016-10-06 14:49:17.251508"], ["updated_at", "2016-10-06 14:49:17.251508"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta numquam deserunt dolorem nobis dolores maxime.\",\"text\":\"I'll generate the neural PNG alarm, that should firewall the JBOD monitor!\"}"], ["created_at", "2016-10-06 14:49:17.252434"], ["updated_at", "2016-10-06 14:49:17.252434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt eveniet laudantium ut vitae.\",\"text\":\"The IB monitor is down, connect the haptic bus so we can transmit the COM port!\"}"], ["created_at", "2016-10-06 14:49:17.253354"], ["updated_at", "2016-10-06 14:49:17.253354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex error impedit laboriosam.\",\"text\":\"You can't quantify the system without navigating the virtual THX system!\"}"], ["created_at", "2016-10-06 14:49:17.254257"], ["updated_at", "2016-10-06 14:49:17.254257"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus similique fugiat voluptate illum sint.\",\"text\":\"Try to input the HDD circuit, maybe it will back up the 1080p monitor!\"}"], ["created_at", "2016-10-06 14:49:17.255128"], ["updated_at", "2016-10-06 14:49:17.255128"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In dolorum qui ducimus quaerat excepturi.\",\"text\":\"Use the mobile SMTP circuit, then you can program the bluetooth matrix!\"}"], ["created_at", "2016-10-06 14:49:17.256022"], ["updated_at", "2016-10-06 14:49:17.256022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quis ducimus ut eius.\",\"text\":\"The HDD feed is down, back up the mobile driver so we can copy the EXE bus!\"}"], ["created_at", "2016-10-06 14:49:17.256906"], ["updated_at", "2016-10-06 14:49:17.256906"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui facilis dolores non.\",\"text\":\"You can't back up the bus without parsing the mobile SMTP array!\"}"], ["created_at", "2016-10-06 14:49:17.257768"], ["updated_at", "2016-10-06 14:49:17.257768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis rerum rerum.\",\"text\":\"You can't reboot the interface without connecting the mobile XML alarm!\"}"], ["created_at", "2016-10-06 14:49:17.258672"], ["updated_at", "2016-10-06 14:49:17.258672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla voluptatem possimus modi dolorem nobis distinctio autem.\",\"text\":\"We need to back up the virtual SQL port!\"}"], ["created_at", "2016-10-06 14:49:17.259554"], ["updated_at", "2016-10-06 14:49:17.259554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta rerum facilis eum.\",\"text\":\"Use the mobile SQL matrix, then you can synthesize the open-source alarm!\"}"], ["created_at", "2016-10-06 14:49:17.260424"], ["updated_at", "2016-10-06 14:49:17.260424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur deleniti quisquam autem.\",\"text\":\"We need to quantify the cross-platform AI bus!\"}"], ["created_at", "2016-10-06 14:49:17.261283"], ["updated_at", "2016-10-06 14:49:17.261283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem omnis eos magnam odio voluptatum.\",\"text\":\"Try to hack the RSS monitor, maybe it will navigate the open-source driver!\"}"], ["created_at", "2016-10-06 14:49:17.262152"], ["updated_at", "2016-10-06 14:49:17.262152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim quis quia sit doloribus nemo porro.\",\"text\":\"You can't compress the array without generating the virtual XML capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.263018"], ["updated_at", "2016-10-06 14:49:17.263018"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem sit enim est fuga et consequatur.\",\"text\":\"The SMS array is down, navigate the open-source hard drive so we can parse the HDD microchip!\"}"], ["created_at", "2016-10-06 14:49:17.263897"], ["updated_at", "2016-10-06 14:49:17.263897"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sit molestiae in voluptatem ut eveniet nesciunt.\",\"text\":\"Programming the bandwidth won't do anything, we need to input the solid state jbod array!\"}"], ["created_at", "2016-10-06 14:49:17.264840"], ["updated_at", "2016-10-06 14:49:17.264840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex iure laborum et.\",\"text\":\"Compressing the application won't do anything, we need to index the redundant thx array!\"}"], ["created_at", "2016-10-06 14:49:17.265913"], ["updated_at", "2016-10-06 14:49:17.265913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum sequi nisi nemo.\",\"text\":\"We need to connect the cross-platform THX circuit!\"}"], ["created_at", "2016-10-06 14:49:17.266866"], ["updated_at", "2016-10-06 14:49:17.266866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti reiciendis nostrum quis quis.\",\"text\":\"You can't override the capacitor without connecting the back-end RSS protocol!\"}"], ["created_at", "2016-10-06 14:49:17.267776"], ["updated_at", "2016-10-06 14:49:17.267776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus et saepe placeat molestiae perspiciatis.\",\"text\":\"We need to hack the neural FTP circuit!\"}"], ["created_at", "2016-10-06 14:49:17.268660"], ["updated_at", "2016-10-06 14:49:17.268660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi accusantium molestias alias commodi qui.\",\"text\":\"You can't back up the card without transmitting the haptic XML pixel!\"}"], ["created_at", "2016-10-06 14:49:17.269540"], ["updated_at", "2016-10-06 14:49:17.269540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt sit aut illo consequatur quia aut.\",\"text\":\"The ADP array is down, reboot the auxiliary system so we can transmit the IB pixel!\"}"], ["created_at", "2016-10-06 14:49:17.270422"], ["updated_at", "2016-10-06 14:49:17.270422"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam esse aut quisquam modi similique debitis.\",\"text\":\"Bypassing the panel won't do anything, we need to quantify the bluetooth css feed!\"}"], ["created_at", "2016-10-06 14:49:17.271338"], ["updated_at", "2016-10-06 14:49:17.271338"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit voluptatibus nisi aut officiis qui.\",\"text\":\"I'll override the 1080p FTP firewall, that should array the RAM hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.272304"], ["updated_at", "2016-10-06 14:49:17.272304"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime quia tenetur quas quis eaque a qui.\",\"text\":\"Try to copy the HDD alarm, maybe it will generate the online bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.273218"], ["updated_at", "2016-10-06 14:49:17.273218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et corporis fuga molestiae expedita et.\",\"text\":\"You can't transmit the program without calculating the back-end THX alarm!\"}"], ["created_at", "2016-10-06 14:49:17.274096"], ["updated_at", "2016-10-06 14:49:17.274096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus reprehenderit voluptatibus.\",\"text\":\"Try to back up the AI firewall, maybe it will parse the multi-byte system!\"}"], ["created_at", "2016-10-06 14:49:17.275014"], ["updated_at", "2016-10-06 14:49:17.275014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque asperiores ut.\",\"text\":\"Use the online XSS program, then you can bypass the solid state firewall!\"}"], ["created_at", "2016-10-06 14:49:17.275883"], ["updated_at", "2016-10-06 14:49:17.275883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt distinctio iste.\",\"text\":\"I'll synthesize the bluetooth PNG array, that should port the PCI bus!\"}"], ["created_at", "2016-10-06 14:49:17.276740"], ["updated_at", "2016-10-06 14:49:17.276740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus voluptas voluptas dolorem qui sed pariatur libero.\",\"text\":\"Navigating the port won't do anything, we need to calculate the auxiliary rss card!\"}"], ["created_at", "2016-10-06 14:49:17.277607"], ["updated_at", "2016-10-06 14:49:17.277607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum architecto officiis.\",\"text\":\"Try to generate the ADP feed, maybe it will back up the mobile driver!\"}"], ["created_at", "2016-10-06 14:49:17.278484"], ["updated_at", "2016-10-06 14:49:17.278484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore et aut.\",\"text\":\"If we program the card, we can get to the TCP circuit through the cross-platform EXE array!\"}"], ["created_at", "2016-10-06 14:49:17.279355"], ["updated_at", "2016-10-06 14:49:17.279355"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente enim nemo qui cumque.\",\"text\":\"The AGP pixel is down, transmit the auxiliary feed so we can synthesize the IB alarm!\"}"], ["created_at", "2016-10-06 14:49:17.280259"], ["updated_at", "2016-10-06 14:49:17.280259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis officia dolorem et asperiores occaecati et voluptatem.\",\"text\":\"Try to compress the SSL program, maybe it will override the cross-platform microchip!\"}"], ["created_at", "2016-10-06 14:49:17.281146"], ["updated_at", "2016-10-06 14:49:17.281146"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quis et iure reiciendis commodi reprehenderit ab.\",\"text\":\"If we reboot the microchip, we can get to the USB array through the virtual IB application!\"}"], ["created_at", "2016-10-06 14:49:17.282181"], ["updated_at", "2016-10-06 14:49:17.282181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis rerum est porro officiis facilis.\",\"text\":\"I'll override the virtual RAM port, that should panel the IB application!\"}"], ["created_at", "2016-10-06 14:49:17.283208"], ["updated_at", "2016-10-06 14:49:17.283208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et ad blanditiis corporis quae illo et.\",\"text\":\"I'll bypass the solid state XML protocol, that should hard drive the XSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.284096"], ["updated_at", "2016-10-06 14:49:17.284096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis iusto autem.\",\"text\":\"Bypassing the matrix won't do anything, we need to transmit the redundant com program!\"}"], ["created_at", "2016-10-06 14:49:17.284949"], ["updated_at", "2016-10-06 14:49:17.284949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut vero aut vel et.\",\"text\":\"Compressing the alarm won't do anything, we need to back up the solid state ftp matrix!\"}"], ["created_at", "2016-10-06 14:49:17.285814"], ["updated_at", "2016-10-06 14:49:17.285814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis fuga cumque quibusdam.\",\"text\":\"We need to generate the wireless CSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.286683"], ["updated_at", "2016-10-06 14:49:17.286683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero aut voluptas omnis est.\",\"text\":\"Generating the alarm won't do anything, we need to input the online sas feed!\"}"], ["created_at", "2016-10-06 14:49:17.287581"], ["updated_at", "2016-10-06 14:49:17.287581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed distinctio officiis tempore vel dolor laborum.\",\"text\":\"If we program the protocol, we can get to the GB interface through the wireless GB transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.288464"], ["updated_at", "2016-10-06 14:49:17.288464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam qui dolore adipisci omnis ad sed sint.\",\"text\":\"We need to bypass the auxiliary PCI circuit!\"}"], ["created_at", "2016-10-06 14:49:17.289343"], ["updated_at", "2016-10-06 14:49:17.289343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus ipsam necessitatibus labore dolore odio blanditiis eligendi.\",\"text\":\"If we bypass the application, we can get to the SAS bus through the multi-byte SDD pixel!\"}"], ["created_at", "2016-10-06 14:49:17.290287"], ["updated_at", "2016-10-06 14:49:17.290287"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae et recusandae.\",\"text\":\"If we compress the interface, we can get to the SSL sensor through the back-end HDD capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.291149"], ["updated_at", "2016-10-06 14:49:17.291149"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet quo est.\",\"text\":\"I'll generate the auxiliary RAM panel, that should driver the SCSI alarm!\"}"], ["created_at", "2016-10-06 14:49:17.292029"], ["updated_at", "2016-10-06 14:49:17.292029"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est tenetur natus a voluptatibus vel.\",\"text\":\"Transmitting the circuit won't do anything, we need to quantify the haptic gb bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.292936"], ["updated_at", "2016-10-06 14:49:17.292936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus non ratione.\",\"text\":\"You can't input the firewall without hacking the auxiliary XML protocol!\"}"], ["created_at", "2016-10-06 14:49:17.293813"], ["updated_at", "2016-10-06 14:49:17.293813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium commodi dolore laborum aut nemo molestias nihil.\",\"text\":\"Use the multi-byte IB transmitter, then you can index the multi-byte program!\"}"], ["created_at", "2016-10-06 14:49:17.294694"], ["updated_at", "2016-10-06 14:49:17.294694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo quam quae voluptatum maxime distinctio ullam.\",\"text\":\"We need to parse the back-end THX matrix!\"}"], ["created_at", "2016-10-06 14:49:17.295568"], ["updated_at", "2016-10-06 14:49:17.295568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quae eum est voluptatem et vel molestiae.\",\"text\":\"Try to reboot the AI monitor, maybe it will hack the wireless monitor!\"}"], ["created_at", "2016-10-06 14:49:17.296427"], ["updated_at", "2016-10-06 14:49:17.296427"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit odit nemo eos repellendus labore omnis nihil.\",\"text\":\"We need to back up the redundant SMTP feed!\"}"], ["created_at", "2016-10-06 14:49:17.297284"], ["updated_at", "2016-10-06 14:49:17.297284"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione magnam maiores voluptatibus vel blanditiis aliquam.\",\"text\":\"You can't reboot the transmitter without programming the open-source SSL bus!\"}"], ["created_at", "2016-10-06 14:49:17.298187"], ["updated_at", "2016-10-06 14:49:17.298187"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quia tempora consectetur nam est minus.\",\"text\":\"The GB panel is down, index the bluetooth monitor so we can navigate the CSS protocol!\"}"], ["created_at", "2016-10-06 14:49:17.299278"], ["updated_at", "2016-10-06 14:49:17.299278"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus qui ut sit magni quis.\",\"text\":\"Try to parse the JSON program, maybe it will transmit the multi-byte bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.300344"], ["updated_at", "2016-10-06 14:49:17.300344"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ratione corporis aliquam inventore quia omnis accusantium.\",\"text\":\"If we quantify the port, we can get to the SCSI array through the auxiliary SDD array!\"}"], ["created_at", "2016-10-06 14:49:17.301517"], ["updated_at", "2016-10-06 14:49:17.301517"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia sequi harum velit laboriosam sit ipsam.\",\"text\":\"I'll quantify the back-end THX transmitter, that should feed the XSS bus!\"}"], ["created_at", "2016-10-06 14:49:17.302893"], ["updated_at", "2016-10-06 14:49:17.302893"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis praesentium magnam sit quae quam sapiente.\",\"text\":\"Navigating the port won't do anything, we need to synthesize the redundant ftp hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.304646"], ["updated_at", "2016-10-06 14:49:17.304646"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea beatae assumenda sit consectetur consequatur eligendi.\",\"text\":\"You can't navigate the monitor without quantifying the bluetooth IB card!\"}"], ["created_at", "2016-10-06 14:49:17.306582"], ["updated_at", "2016-10-06 14:49:17.306582"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero dolores tempora dolores atque voluptates at.\",\"text\":\"We need to calculate the primary SSL matrix!\"}"], ["created_at", "2016-10-06 14:49:17.308887"], ["updated_at", "2016-10-06 14:49:17.308887"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis fugit repudiandae animi eligendi tempore omnis suscipit.\",\"text\":\"Try to index the FTP card, maybe it will index the optical program!\"}"], ["created_at", "2016-10-06 14:49:17.311030"], ["updated_at", "2016-10-06 14:49:17.311030"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos occaecati aspernatur consequuntur natus quia suscipit in.\",\"text\":\"We need to copy the online SAS circuit!\"}"], ["created_at", "2016-10-06 14:49:17.312028"], ["updated_at", "2016-10-06 14:49:17.312028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut non.\",\"text\":\"If we input the card, we can get to the HDD sensor through the back-end PCI matrix!\"}"], ["created_at", "2016-10-06 14:49:17.312902"], ["updated_at", "2016-10-06 14:49:17.312902"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum occaecati reprehenderit asperiores beatae maxime.\",\"text\":\"The EXE firewall is down, transmit the auxiliary capacitor so we can copy the ADP pixel!\"}"], ["created_at", "2016-10-06 14:49:17.313771"], ["updated_at", "2016-10-06 14:49:17.313771"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus ratione voluptatibus.\",\"text\":\"We need to program the mobile JSON circuit!\"}"], ["created_at", "2016-10-06 14:49:17.314736"], ["updated_at", "2016-10-06 14:49:17.314736"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum fugit delectus natus est.\",\"text\":\"I'll bypass the redundant USB protocol, that should pixel the XML matrix!\"}"], ["created_at", "2016-10-06 14:49:17.315870"], ["updated_at", "2016-10-06 14:49:17.315870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas at modi qui nisi sed.\",\"text\":\"Indexing the interface won't do anything, we need to compress the online ram sensor!\"}"], ["created_at", "2016-10-06 14:49:17.316866"], ["updated_at", "2016-10-06 14:49:17.316866"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni asperiores tempore.\",\"text\":\"You can't parse the capacitor without bypassing the mobile AGP firewall!\"}"], ["created_at", "2016-10-06 14:49:17.317746"], ["updated_at", "2016-10-06 14:49:17.317746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum architecto vel voluptas sunt quia sed odio.\",\"text\":\"Try to connect the USB port, maybe it will reboot the neural port!\"}"], ["created_at", "2016-10-06 14:49:17.318607"], ["updated_at", "2016-10-06 14:49:17.318607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat error voluptatem labore eum ullam.\",\"text\":\"I'll transmit the digital ADP panel, that should matrix the GB pixel!\"}"], ["created_at", "2016-10-06 14:49:17.319500"], ["updated_at", "2016-10-06 14:49:17.319500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est provident corrupti architecto illo.\",\"text\":\"If we quantify the application, we can get to the COM port through the solid state SCSI circuit!\"}"], ["created_at", "2016-10-06 14:49:17.320366"], ["updated_at", "2016-10-06 14:49:17.320366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia dolor ut quam.\",\"text\":\"We need to parse the auxiliary IB microchip!\"}"], ["created_at", "2016-10-06 14:49:17.321265"], ["updated_at", "2016-10-06 14:49:17.321265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id sint numquam molestiae nemo ipsam qui neque.\",\"text\":\"I'll back up the auxiliary SQL port, that should transmitter the SCSI alarm!\"}"], ["created_at", "2016-10-06 14:49:17.322147"], ["updated_at", "2016-10-06 14:49:17.322147"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At cumque voluptatem.\",\"text\":\"If we back up the interface, we can get to the GB circuit through the back-end IB panel!\"}"], ["created_at", "2016-10-06 14:49:17.323054"], ["updated_at", "2016-10-06 14:49:17.323054"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur ratione ipsam maiores sint nihil.\",\"text\":\"I'll program the redundant CSS program, that should alarm the USB panel!\"}"], ["created_at", "2016-10-06 14:49:17.323937"], ["updated_at", "2016-10-06 14:49:17.323937"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error natus fuga maiores illo similique in.\",\"text\":\"The TCP alarm is down, index the multi-byte hard drive so we can bypass the SCSI sensor!\"}"], ["created_at", "2016-10-06 14:49:17.324803"], ["updated_at", "2016-10-06 14:49:17.324803"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis nostrum beatae veniam est adipisci.\",\"text\":\"Try to transmit the ADP system, maybe it will copy the bluetooth system!\"}"], ["created_at", "2016-10-06 14:49:17.325697"], ["updated_at", "2016-10-06 14:49:17.325697"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat distinctio qui incidunt itaque eum facere exercitationem.\",\"text\":\"You can't hack the circuit without synthesizing the bluetooth PCI array!\"}"], ["created_at", "2016-10-06 14:49:17.326647"], ["updated_at", "2016-10-06 14:49:17.326647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed expedita molestiae est id aliquid adipisci.\",\"text\":\"Try to index the SDD bus, maybe it will synthesize the digital port!\"}"], ["created_at", "2016-10-06 14:49:17.327528"], ["updated_at", "2016-10-06 14:49:17.327528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ducimus minus autem.\",\"text\":\"If we input the application, we can get to the SCSI system through the haptic JSON pixel!\"}"], ["created_at", "2016-10-06 14:49:17.328403"], ["updated_at", "2016-10-06 14:49:17.328403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt modi nostrum minus tempora.\",\"text\":\"Compressing the microchip won't do anything, we need to input the open-source json panel!\"}"], ["created_at", "2016-10-06 14:49:17.329295"], ["updated_at", "2016-10-06 14:49:17.329295"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia hic qui sequi.\",\"text\":\"We need to back up the mobile SMTP panel!\"}"], ["created_at", "2016-10-06 14:49:17.330234"], ["updated_at", "2016-10-06 14:49:17.330234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et accusantium magni eum quia omnis.\",\"text\":\"If we navigate the monitor, we can get to the SCSI interface through the solid state SSL alarm!\"}"], ["created_at", "2016-10-06 14:49:17.331126"], ["updated_at", "2016-10-06 14:49:17.331126"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia iste deserunt atque possimus eius.\",\"text\":\"The SMS bus is down, generate the cross-platform application so we can input the SMTP array!\"}"], ["created_at", "2016-10-06 14:49:17.332151"], ["updated_at", "2016-10-06 14:49:17.332151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quo occaecati error atque repudiandae.\",\"text\":\"Generating the transmitter won't do anything, we need to override the open-source adp driver!\"}"], ["created_at", "2016-10-06 14:49:17.333258"], ["updated_at", "2016-10-06 14:49:17.333258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae minima necessitatibus et qui sapiente.\",\"text\":\"I'll copy the cross-platform GB matrix, that should sensor the GB protocol!\"}"], ["created_at", "2016-10-06 14:49:17.334235"], ["updated_at", "2016-10-06 14:49:17.334235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae perspiciatis quis enim totam eos dolorum excepturi.\",\"text\":\"The HDD circuit is down, navigate the neural program so we can connect the RAM hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.335135"], ["updated_at", "2016-10-06 14:49:17.335135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit quo ullam iusto suscipit quas.\",\"text\":\"Hacking the bandwidth won't do anything, we need to copy the mobile smtp panel!\"}"], ["created_at", "2016-10-06 14:49:17.336016"], ["updated_at", "2016-10-06 14:49:17.336016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis ullam vel consequatur velit.\",\"text\":\"Connecting the card won't do anything, we need to hack the auxiliary sms array!\"}"], ["created_at", "2016-10-06 14:49:17.336908"], ["updated_at", "2016-10-06 14:49:17.336908"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa fugit iure sint id sit.\",\"text\":\"The GB system is down, calculate the multi-byte matrix so we can calculate the AGP bus!\"}"], ["created_at", "2016-10-06 14:49:17.337802"], ["updated_at", "2016-10-06 14:49:17.337802"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex voluptatum ullam aut itaque magnam.\",\"text\":\"You can't generate the firewall without navigating the primary AGP feed!\"}"], ["created_at", "2016-10-06 14:49:17.338824"], ["updated_at", "2016-10-06 14:49:17.338824"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam dolores quos voluptate.\",\"text\":\"Try to copy the THX protocol, maybe it will parse the bluetooth hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.339825"], ["updated_at", "2016-10-06 14:49:17.339825"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est harum ratione ut vel quia facere.\",\"text\":\"The XSS microchip is down, connect the cross-platform alarm so we can connect the XML bus!\"}"], ["created_at", "2016-10-06 14:49:17.340809"], ["updated_at", "2016-10-06 14:49:17.340809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum quae reprehenderit accusamus.\",\"text\":\"We need to calculate the solid state SDD monitor!\"}"], ["created_at", "2016-10-06 14:49:17.341774"], ["updated_at", "2016-10-06 14:49:17.341774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque eius voluptatem sit incidunt.\",\"text\":\"If we index the system, we can get to the USB card through the cross-platform GB matrix!\"}"], ["created_at", "2016-10-06 14:49:17.342774"], ["updated_at", "2016-10-06 14:49:17.342774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores molestiae dolor.\",\"text\":\"The SSL application is down, program the 1080p interface so we can reboot the AGP feed!\"}"], ["created_at", "2016-10-06 14:49:17.343729"], ["updated_at", "2016-10-06 14:49:17.343729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis totam dolorem et nisi repellat laudantium.\",\"text\":\"If we bypass the card, we can get to the CSS capacitor through the optical THX port!\"}"], ["created_at", "2016-10-06 14:49:17.344676"], ["updated_at", "2016-10-06 14:49:17.344676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat minima adipisci quis non quia aperiam numquam.\",\"text\":\"Use the primary HTTP feed, then you can quantify the optical circuit!\"}"], ["created_at", "2016-10-06 14:49:17.345643"], ["updated_at", "2016-10-06 14:49:17.345643"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit maxime aut sapiente sit nobis ut.\",\"text\":\"I'll connect the multi-byte PNG protocol, that should transmitter the JSON interface!\"}"], ["created_at", "2016-10-06 14:49:17.346672"], ["updated_at", "2016-10-06 14:49:17.346672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet aut non.\",\"text\":\"I'll calculate the neural AI protocol, that should bus the SCSI microchip!\"}"], ["created_at", "2016-10-06 14:49:17.347626"], ["updated_at", "2016-10-06 14:49:17.347626"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit non delectus ab nulla qui aliquid.\",\"text\":\"The XSS circuit is down, transmit the redundant system so we can back up the AI matrix!\"}"], ["created_at", "2016-10-06 14:49:17.348626"], ["updated_at", "2016-10-06 14:49:17.348626"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque fugiat illum voluptatibus.\",\"text\":\"We need to back up the 1080p XML matrix!\"}"], ["created_at", "2016-10-06 14:49:17.349704"], ["updated_at", "2016-10-06 14:49:17.349704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita incidunt facere maxime aperiam delectus.\",\"text\":\"Copying the monitor won't do anything, we need to connect the optical exe system!\"}"], ["created_at", "2016-10-06 14:49:17.350647"], ["updated_at", "2016-10-06 14:49:17.350647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi deserunt quo dignissimos.\",\"text\":\"You can't quantify the system without navigating the open-source PCI system!\"}"], ["created_at", "2016-10-06 14:49:17.351549"], ["updated_at", "2016-10-06 14:49:17.351549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae blanditiis ipsa labore est ratione error similique.\",\"text\":\"I'll navigate the primary RAM driver, that should pixel the TCP monitor!\"}"], ["created_at", "2016-10-06 14:49:17.352446"], ["updated_at", "2016-10-06 14:49:17.352446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores voluptatem sit aut ex.\",\"text\":\"Try to input the AGP alarm, maybe it will compress the wireless bus!\"}"], ["created_at", "2016-10-06 14:49:17.353332"], ["updated_at", "2016-10-06 14:49:17.353332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi dolorem corrupti eius et quam numquam quis.\",\"text\":\"Use the optical HTTP monitor, then you can quantify the optical array!\"}"], ["created_at", "2016-10-06 14:49:17.354269"], ["updated_at", "2016-10-06 14:49:17.354269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo quas nam aut odio.\",\"text\":\"Try to back up the SAS system, maybe it will generate the mobile sensor!\"}"], ["created_at", "2016-10-06 14:49:17.355135"], ["updated_at", "2016-10-06 14:49:17.355135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat ipsam dolore.\",\"text\":\"Try to input the RAM port, maybe it will generate the optical bus!\"}"], ["created_at", "2016-10-06 14:49:17.356001"], ["updated_at", "2016-10-06 14:49:17.356001"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus ut beatae qui debitis placeat.\",\"text\":\"Compressing the array won't do anything, we need to program the neural xss bus!\"}"], ["created_at", "2016-10-06 14:49:17.356872"], ["updated_at", "2016-10-06 14:49:17.356872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum magni sit rerum ut.\",\"text\":\"If we calculate the monitor, we can get to the EXE matrix through the wireless HTTP capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.357736"], ["updated_at", "2016-10-06 14:49:17.357736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae tempora est.\",\"text\":\"The USB driver is down, index the online card so we can input the TCP capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.358630"], ["updated_at", "2016-10-06 14:49:17.358630"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia repellendus optio delectus harum aut aut animi.\",\"text\":\"Try to index the SQL array, maybe it will generate the mobile port!\"}"], ["created_at", "2016-10-06 14:49:17.359540"], ["updated_at", "2016-10-06 14:49:17.359540"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga quidem debitis ex totam eius.\",\"text\":\"Use the mobile JSON circuit, then you can index the open-source hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.360441"], ["updated_at", "2016-10-06 14:49:17.360441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita quibusdam natus distinctio odio veritatis voluptas.\",\"text\":\"If we quantify the program, we can get to the TCP card through the digital SMS transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.361321"], ["updated_at", "2016-10-06 14:49:17.361321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet veniam suscipit repellendus est alias.\",\"text\":\"We need to back up the neural HDD bus!\"}"], ["created_at", "2016-10-06 14:49:17.362185"], ["updated_at", "2016-10-06 14:49:17.362185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem aut reprehenderit et sit ut nobis.\",\"text\":\"Try to transmit the GB panel, maybe it will copy the back-end driver!\"}"], ["created_at", "2016-10-06 14:49:17.363042"], ["updated_at", "2016-10-06 14:49:17.363042"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae nemo aut.\",\"text\":\"Try to index the FTP sensor, maybe it will override the mobile array!\"}"], ["created_at", "2016-10-06 14:49:17.363893"], ["updated_at", "2016-10-06 14:49:17.363893"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia iusto aut aut eligendi at corporis.\",\"text\":\"The SQL circuit is down, back up the cross-platform card so we can connect the SDD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.364794"], ["updated_at", "2016-10-06 14:49:17.364794"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et possimus sed tempora blanditiis totam ea eius.\",\"text\":\"You can't override the application without transmitting the back-end SMTP microchip!\"}"], ["created_at", "2016-10-06 14:49:17.365960"], ["updated_at", "2016-10-06 14:49:17.365960"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia sit ratione.\",\"text\":\"The PNG feed is down, program the mobile array so we can transmit the SQL feed!\"}"], ["created_at", "2016-10-06 14:49:17.367783"], ["updated_at", "2016-10-06 14:49:17.367783"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit ea vel nam ducimus voluptatem.\",\"text\":\"Try to generate the AI monitor, maybe it will copy the redundant array!\"}"], ["created_at", "2016-10-06 14:49:17.370568"], ["updated_at", "2016-10-06 14:49:17.370568"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ipsum illo rerum.\",\"text\":\"I'll quantify the virtual XSS sensor, that should matrix the SQL application!\"}"], ["created_at", "2016-10-06 14:49:17.374258"], ["updated_at", "2016-10-06 14:49:17.374258"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non expedita illo rerum placeat qui aliquam hic.\",\"text\":\"Try to navigate the SCSI sensor, maybe it will quantify the multi-byte driver!\"}"], ["created_at", "2016-10-06 14:49:17.377168"], ["updated_at", "2016-10-06 14:49:17.377168"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit nihil culpa provident atque sunt omnis earum.\",\"text\":\"Try to program the CSS microchip, maybe it will input the 1080p transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.378745"], ["updated_at", "2016-10-06 14:49:17.378745"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum rerum soluta.\",\"text\":\"Try to generate the TCP firewall, maybe it will index the neural bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.380336"], ["updated_at", "2016-10-06 14:49:17.380336"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et possimus soluta facilis qui minus dignissimos et.\",\"text\":\"If we compress the card, we can get to the JBOD transmitter through the cross-platform AGP alarm!\"}"], ["created_at", "2016-10-06 14:49:17.381446"], ["updated_at", "2016-10-06 14:49:17.381446"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo corporis et molestiae tenetur modi.\",\"text\":\"I'll parse the cross-platform PNG microchip, that should port the SAS microchip!\"}"], ["created_at", "2016-10-06 14:49:17.382688"], ["updated_at", "2016-10-06 14:49:17.382688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quas sequi ut.\",\"text\":\"Navigating the feed won't do anything, we need to compress the digital hdd hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.383742"], ["updated_at", "2016-10-06 14:49:17.383742"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias veritatis voluptate ut aut magnam in.\",\"text\":\"You can't compress the transmitter without bypassing the primary IB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.384715"], ["updated_at", "2016-10-06 14:49:17.384715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime dolor incidunt vel eaque ex.\",\"text\":\"The TCP firewall is down, reboot the open-source port so we can override the RSS matrix!\"}"], ["created_at", "2016-10-06 14:49:17.385659"], ["updated_at", "2016-10-06 14:49:17.385659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero iste aut cupiditate nihil quaerat ipsa ducimus.\",\"text\":\"Use the auxiliary SSL matrix, then you can reboot the online card!\"}"], ["created_at", "2016-10-06 14:49:17.386526"], ["updated_at", "2016-10-06 14:49:17.386526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor fugiat accusantium voluptatem eos.\",\"text\":\"Use the 1080p SMTP sensor, then you can quantify the 1080p feed!\"}"], ["created_at", "2016-10-06 14:49:17.387401"], ["updated_at", "2016-10-06 14:49:17.387401"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi dolorum et rerum qui soluta.\",\"text\":\"Try to reboot the ADP firewall, maybe it will hack the virtual transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.388288"], ["updated_at", "2016-10-06 14:49:17.388288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum et libero id eos sed repellat et.\",\"text\":\"I'll reboot the auxiliary USB microchip, that should microchip the XSS alarm!\"}"], ["created_at", "2016-10-06 14:49:17.389205"], ["updated_at", "2016-10-06 14:49:17.389205"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut tempora illum repellendus voluptate blanditiis.\",\"text\":\"Copying the protocol won't do anything, we need to reboot the optical hdd transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.390101"], ["updated_at", "2016-10-06 14:49:17.390101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore omnis perspiciatis.\",\"text\":\"Use the digital TCP sensor, then you can program the digital array!\"}"], ["created_at", "2016-10-06 14:49:17.390998"], ["updated_at", "2016-10-06 14:49:17.390998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel facilis qui quo.\",\"text\":\"You can't reboot the microchip without navigating the back-end ADP feed!\"}"], ["created_at", "2016-10-06 14:49:17.391916"], ["updated_at", "2016-10-06 14:49:17.391916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem ut doloremque veritatis.\",\"text\":\"If we index the bandwidth, we can get to the SSL interface through the neural JSON driver!\"}"], ["created_at", "2016-10-06 14:49:17.392826"], ["updated_at", "2016-10-06 14:49:17.392826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum totam maxime aut et assumenda.\",\"text\":\"Use the redundant XSS driver, then you can override the auxiliary transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.393702"], ["updated_at", "2016-10-06 14:49:17.393702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis ipsum nam qui officiis explicabo consequatur at.\",\"text\":\"I'll navigate the 1080p USB monitor, that should bus the SAS interface!\"}"], ["created_at", "2016-10-06 14:49:17.394595"], ["updated_at", "2016-10-06 14:49:17.394595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi tempora fugiat.\",\"text\":\"Use the online AI alarm, then you can calculate the redundant alarm!\"}"], ["created_at", "2016-10-06 14:49:17.395461"], ["updated_at", "2016-10-06 14:49:17.395461"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate voluptatem nulla repudiandae dolore.\",\"text\":\"Try to program the THX application, maybe it will navigate the solid state port!\"}"], ["created_at", "2016-10-06 14:49:17.396337"], ["updated_at", "2016-10-06 14:49:17.396337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum ut et.\",\"text\":\"You can't back up the monitor without programming the cross-platform CSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.397207"], ["updated_at", "2016-10-06 14:49:17.397207"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem qui non dolore ipsa animi.\",\"text\":\"Use the auxiliary XSS pixel, then you can compress the wireless firewall!\"}"], ["created_at", "2016-10-06 14:49:17.398093"], ["updated_at", "2016-10-06 14:49:17.398093"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore fuga aut vel.\",\"text\":\"Try to navigate the PCI interface, maybe it will transmit the cross-platform circuit!\"}"], ["created_at", "2016-10-06 14:49:17.399261"], ["updated_at", "2016-10-06 14:49:17.399261"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi consequatur facere.\",\"text\":\"The AGP transmitter is down, parse the primary card so we can parse the SMTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.400243"], ["updated_at", "2016-10-06 14:49:17.400243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed aut.\",\"text\":\"I'll parse the mobile SMS application, that should sensor the COM protocol!\"}"], ["created_at", "2016-10-06 14:49:17.401115"], ["updated_at", "2016-10-06 14:49:17.401115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem iste ad ut sit.\",\"text\":\"The RAM matrix is down, connect the digital array so we can bypass the SMTP protocol!\"}"], ["created_at", "2016-10-06 14:49:17.401988"], ["updated_at", "2016-10-06 14:49:17.401988"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam nobis iste consectetur non esse quidem dolor.\",\"text\":\"Try to back up the JSON panel, maybe it will transmit the mobile bus!\"}"], ["created_at", "2016-10-06 14:49:17.402877"], ["updated_at", "2016-10-06 14:49:17.402877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi tempore cupiditate qui qui odio distinctio.\",\"text\":\"Bypassing the hard drive won't do anything, we need to quantify the cross-platform sms application!\"}"], ["created_at", "2016-10-06 14:49:17.403754"], ["updated_at", "2016-10-06 14:49:17.403754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ut expedita enim mollitia consectetur facere aut.\",\"text\":\"We need to quantify the primary XSS array!\"}"], ["created_at", "2016-10-06 14:49:17.404627"], ["updated_at", "2016-10-06 14:49:17.404627"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta delectus porro.\",\"text\":\"I'll generate the wireless USB alarm, that should firewall the HTTP program!\"}"], ["created_at", "2016-10-06 14:49:17.405488"], ["updated_at", "2016-10-06 14:49:17.405488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni delectus corporis.\",\"text\":\"Use the haptic JBOD feed, then you can back up the redundant hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.406387"], ["updated_at", "2016-10-06 14:49:17.406387"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis et laudantium sit occaecati voluptatem.\",\"text\":\"We need to program the multi-byte USB bus!\"}"], ["created_at", "2016-10-06 14:49:17.407264"], ["updated_at", "2016-10-06 14:49:17.407264"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos numquam qui voluptatum odio aliquam debitis.\",\"text\":\"We need to transmit the 1080p THX bus!\"}"], ["created_at", "2016-10-06 14:49:17.408188"], ["updated_at", "2016-10-06 14:49:17.408188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae facere voluptates et.\",\"text\":\"I'll compress the solid state FTP driver, that should hard drive the SQL monitor!\"}"], ["created_at", "2016-10-06 14:49:17.409100"], ["updated_at", "2016-10-06 14:49:17.409100"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur dolores voluptatibus reprehenderit hic et facilis.\",\"text\":\"We need to compress the virtual HTTP microchip!\"}"], ["created_at", "2016-10-06 14:49:17.409961"], ["updated_at", "2016-10-06 14:49:17.409961"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem totam dolorem et deserunt.\",\"text\":\"Try to quantify the USB program, maybe it will parse the bluetooth pixel!\"}"], ["created_at", "2016-10-06 14:49:17.410834"], ["updated_at", "2016-10-06 14:49:17.410834"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi et ut.\",\"text\":\"If we compress the pixel, we can get to the PCI monitor through the cross-platform SMTP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.411748"], ["updated_at", "2016-10-06 14:49:17.411748"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit repellendus debitis ratione aperiam alias eos.\",\"text\":\"Try to override the HTTP feed, maybe it will index the wireless circuit!\"}"], ["created_at", "2016-10-06 14:49:17.412621"], ["updated_at", "2016-10-06 14:49:17.412621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias et maiores ut quam excepturi.\",\"text\":\"We need to index the multi-byte SCSI array!\"}"], ["created_at", "2016-10-06 14:49:17.413483"], ["updated_at", "2016-10-06 14:49:17.413483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos hic deserunt ad dicta quaerat voluptatem et.\",\"text\":\"The XSS bus is down, back up the mobile protocol so we can calculate the GB protocol!\"}"], ["created_at", "2016-10-06 14:49:17.414366"], ["updated_at", "2016-10-06 14:49:17.414366"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit beatae rem sed.\",\"text\":\"Try to input the HDD monitor, maybe it will bypass the multi-byte feed!\"}"], ["created_at", "2016-10-06 14:49:17.415359"], ["updated_at", "2016-10-06 14:49:17.415359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum est numquam repudiandae dolor sit labore.\",\"text\":\"If we program the application, we can get to the IB bandwidth through the mobile XSS transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.416427"], ["updated_at", "2016-10-06 14:49:17.416427"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium eos odit eum.\",\"text\":\"If we index the port, we can get to the RAM transmitter through the cross-platform SSL program!\"}"], ["created_at", "2016-10-06 14:49:17.417317"], ["updated_at", "2016-10-06 14:49:17.417317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est odio voluptatem eius voluptate ex occaecati quia.\",\"text\":\"We need to parse the auxiliary SMS port!\"}"], ["created_at", "2016-10-06 14:49:17.418180"], ["updated_at", "2016-10-06 14:49:17.418180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis ullam qui.\",\"text\":\"You can't copy the panel without overriding the auxiliary RSS feed!\"}"], ["created_at", "2016-10-06 14:49:17.419045"], ["updated_at", "2016-10-06 14:49:17.419045"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil debitis modi aliquid laudantium sed ut beatae.\",\"text\":\"Try to connect the AGP circuit, maybe it will parse the primary protocol!\"}"], ["created_at", "2016-10-06 14:49:17.419931"], ["updated_at", "2016-10-06 14:49:17.419931"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum pariatur enim similique est et est porro.\",\"text\":\"We need to back up the virtual FTP port!\"}"], ["created_at", "2016-10-06 14:49:17.420887"], ["updated_at", "2016-10-06 14:49:17.420887"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit temporibus modi tenetur est nihil.\",\"text\":\"If we generate the bandwidth, we can get to the SDD firewall through the mobile COM application!\"}"], ["created_at", "2016-10-06 14:49:17.421778"], ["updated_at", "2016-10-06 14:49:17.421778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque velit facilis error.\",\"text\":\"Try to bypass the SDD transmitter, maybe it will hack the multi-byte pixel!\"}"], ["created_at", "2016-10-06 14:49:17.422752"], ["updated_at", "2016-10-06 14:49:17.422752"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis distinctio ea iusto ut enim.\",\"text\":\"Quantifying the hard drive won't do anything, we need to parse the digital smtp capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.423682"], ["updated_at", "2016-10-06 14:49:17.423682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam quibusdam sequi sint aut aliquid.\",\"text\":\"You can't bypass the capacitor without compressing the auxiliary JSON firewall!\"}"], ["created_at", "2016-10-06 14:49:17.424561"], ["updated_at", "2016-10-06 14:49:17.424561"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat voluptatum officia aut praesentium.\",\"text\":\"The IB driver is down, copy the multi-byte driver so we can quantify the CSS card!\"}"], ["created_at", "2016-10-06 14:49:17.425430"], ["updated_at", "2016-10-06 14:49:17.425430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem dolorum consectetur at quod.\",\"text\":\"Use the auxiliary SMS matrix, then you can program the 1080p feed!\"}"], ["created_at", "2016-10-06 14:49:17.426314"], ["updated_at", "2016-10-06 14:49:17.426314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit asperiores alias at rerum sint soluta.\",\"text\":\"I'll hack the auxiliary SCSI transmitter, that should interface the XML monitor!\"}"], ["created_at", "2016-10-06 14:49:17.427203"], ["updated_at", "2016-10-06 14:49:17.427203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat excepturi repellendus modi quia et.\",\"text\":\"I'll parse the back-end SQL card, that should capacitor the HTTP interface!\"}"], ["created_at", "2016-10-06 14:49:17.428119"], ["updated_at", "2016-10-06 14:49:17.428119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut enim ut nobis consequatur vel maiores.\",\"text\":\"You can't calculate the card without generating the digital HTTP pixel!\"}"], ["created_at", "2016-10-06 14:49:17.428993"], ["updated_at", "2016-10-06 14:49:17.428993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit id vitae modi libero harum eligendi.\",\"text\":\"If we quantify the card, we can get to the RAM bandwidth through the auxiliary RAM capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.429863"], ["updated_at", "2016-10-06 14:49:17.429863"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias sapiente voluptatibus.\",\"text\":\"If we calculate the application, we can get to the SAS capacitor through the back-end USB driver!\"}"], ["created_at", "2016-10-06 14:49:17.430797"], ["updated_at", "2016-10-06 14:49:17.430797"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus nam officia cum accusamus.\",\"text\":\"Try to connect the ADP protocol, maybe it will bypass the auxiliary bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.431822"], ["updated_at", "2016-10-06 14:49:17.431822"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum in provident voluptate iure possimus dolor.\",\"text\":\"The XML sensor is down, copy the neural hard drive so we can navigate the XSS protocol!\"}"], ["created_at", "2016-10-06 14:49:17.432991"], ["updated_at", "2016-10-06 14:49:17.432991"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil dolorum eaque qui molestiae accusantium id.\",\"text\":\"I'll connect the neural SAS driver, that should panel the RAM pixel!\"}"], ["created_at", "2016-10-06 14:49:17.433902"], ["updated_at", "2016-10-06 14:49:17.433902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint vero non debitis ut.\",\"text\":\"Generating the port won't do anything, we need to synthesize the back-end css port!\"}"], ["created_at", "2016-10-06 14:49:17.434902"], ["updated_at", "2016-10-06 14:49:17.434902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit ipsum optio omnis iusto aut ut.\",\"text\":\"You can't back up the bandwidth without navigating the multi-byte SDD panel!\"}"], ["created_at", "2016-10-06 14:49:17.435813"], ["updated_at", "2016-10-06 14:49:17.435813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut dolorem sunt.\",\"text\":\"Connecting the microchip won't do anything, we need to copy the digital sql matrix!\"}"], ["created_at", "2016-10-06 14:49:17.436681"], ["updated_at", "2016-10-06 14:49:17.436681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam aperiam eaque dolores quo corrupti a numquam.\",\"text\":\"Try to bypass the EXE driver, maybe it will connect the neural sensor!\"}"], ["created_at", "2016-10-06 14:49:17.437552"], ["updated_at", "2016-10-06 14:49:17.437552"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem maiores atque mollitia repellat perferendis optio.\",\"text\":\"Use the wireless XML card, then you can bypass the multi-byte alarm!\"}"], ["created_at", "2016-10-06 14:49:17.438502"], ["updated_at", "2016-10-06 14:49:17.438502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat inventore ratione assumenda quasi aut fuga sint.\",\"text\":\"Try to parse the SMTP feed, maybe it will program the digital panel!\"}"], ["created_at", "2016-10-06 14:49:17.439479"], ["updated_at", "2016-10-06 14:49:17.439479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quo pariatur nobis et omnis.\",\"text\":\"You can't index the microchip without copying the optical PCI matrix!\"}"], ["created_at", "2016-10-06 14:49:17.440441"], ["updated_at", "2016-10-06 14:49:17.440441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit praesentium laudantium fuga recusandae.\",\"text\":\"If we copy the card, we can get to the RAM system through the haptic SMS protocol!\"}"], ["created_at", "2016-10-06 14:49:17.441323"], ["updated_at", "2016-10-06 14:49:17.441323"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam molestiae rerum maiores officia ut est.\",\"text\":\"Overriding the application won't do anything, we need to generate the redundant exe circuit!\"}"], ["created_at", "2016-10-06 14:49:17.442233"], ["updated_at", "2016-10-06 14:49:17.442233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas officia ipsum qui natus.\",\"text\":\"Generating the transmitter won't do anything, we need to parse the wireless exe program!\"}"], ["created_at", "2016-10-06 14:49:17.443115"], ["updated_at", "2016-10-06 14:49:17.443115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla maiores nisi commodi possimus.\",\"text\":\"Use the online SMTP bandwidth, then you can synthesize the 1080p matrix!\"}"], ["created_at", "2016-10-06 14:49:17.443980"], ["updated_at", "2016-10-06 14:49:17.443980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit sed cupiditate dolor ullam animi.\",\"text\":\"We need to reboot the online JBOD hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.444844"], ["updated_at", "2016-10-06 14:49:17.444844"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quaerat ipsam natus quibusdam voluptatem.\",\"text\":\"If we compress the monitor, we can get to the SAS interface through the auxiliary EXE sensor!\"}"], ["created_at", "2016-10-06 14:49:17.445716"], ["updated_at", "2016-10-06 14:49:17.445716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos quo beatae aliquam accusantium.\",\"text\":\"If we hack the port, we can get to the JBOD firewall through the online PNG firewall!\"}"], ["created_at", "2016-10-06 14:49:17.446637"], ["updated_at", "2016-10-06 14:49:17.446637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut odit magnam quas provident voluptatem hic consequatur.\",\"text\":\"We need to input the optical SCSI array!\"}"], ["created_at", "2016-10-06 14:49:17.447535"], ["updated_at", "2016-10-06 14:49:17.447535"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium quasi tempora dolor unde rem.\",\"text\":\"Programming the matrix won't do anything, we need to input the digital json protocol!\"}"], ["created_at", "2016-10-06 14:49:17.448495"], ["updated_at", "2016-10-06 14:49:17.448495"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ea voluptates ipsum quia et.\",\"text\":\"I'll quantify the open-source SQL microchip, that should feed the SMTP array!\"}"], ["created_at", "2016-10-06 14:49:17.449538"], ["updated_at", "2016-10-06 14:49:17.449538"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis alias voluptas quasi assumenda et dolores blanditiis.\",\"text\":\"I'll parse the cross-platform HTTP interface, that should matrix the SCSI matrix!\"}"], ["created_at", "2016-10-06 14:49:17.450475"], ["updated_at", "2016-10-06 14:49:17.450475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto ut illum vel quam.\",\"text\":\"You can't parse the capacitor without indexing the 1080p SQL system!\"}"], ["created_at", "2016-10-06 14:49:17.451357"], ["updated_at", "2016-10-06 14:49:17.451357"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut error dolorem quia.\",\"text\":\"The XML array is down, navigate the primary card so we can generate the AGP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.452245"], ["updated_at", "2016-10-06 14:49:17.452245"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero dolor aut et.\",\"text\":\"Try to quantify the PNG port, maybe it will reboot the 1080p bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.453167"], ["updated_at", "2016-10-06 14:49:17.453167"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut autem cum.\",\"text\":\"You can't hack the hard drive without connecting the haptic GB system!\"}"], ["created_at", "2016-10-06 14:49:17.454083"], ["updated_at", "2016-10-06 14:49:17.454083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet ut molestias minus fugit quia minima.\",\"text\":\"If we index the protocol, we can get to the ADP array through the bluetooth SMTP driver!\"}"], ["created_at", "2016-10-06 14:49:17.455033"], ["updated_at", "2016-10-06 14:49:17.455033"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis nihil accusantium dolores.\",\"text\":\"The SQL program is down, bypass the back-end program so we can input the PCI feed!\"}"], ["created_at", "2016-10-06 14:49:17.455891"], ["updated_at", "2016-10-06 14:49:17.455891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur commodi maiores unde illo rerum enim.\",\"text\":\"Try to navigate the USB firewall, maybe it will synthesize the online array!\"}"], ["created_at", "2016-10-06 14:49:17.456791"], ["updated_at", "2016-10-06 14:49:17.456791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe minus dolor aut ut voluptatem maiores quidem.\",\"text\":\"Try to compress the AI monitor, maybe it will connect the 1080p circuit!\"}"], ["created_at", "2016-10-06 14:49:17.457657"], ["updated_at", "2016-10-06 14:49:17.457657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis distinctio ipsa.\",\"text\":\"Backing up the feed won't do anything, we need to navigate the 1080p png panel!\"}"], ["created_at", "2016-10-06 14:49:17.458541"], ["updated_at", "2016-10-06 14:49:17.458541"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi voluptates velit aut.\",\"text\":\"Use the mobile PNG pixel, then you can hack the redundant matrix!\"}"], ["created_at", "2016-10-06 14:49:17.459413"], ["updated_at", "2016-10-06 14:49:17.459413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed beatae tempora.\",\"text\":\"I'll generate the cross-platform PCI system, that should card the RSS interface!\"}"], ["created_at", "2016-10-06 14:49:17.460293"], ["updated_at", "2016-10-06 14:49:17.460293"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque aut ipsa sequi omnis tempora provident aut.\",\"text\":\"If we parse the port, we can get to the PNG bandwidth through the haptic FTP port!\"}"], ["created_at", "2016-10-06 14:49:17.461197"], ["updated_at", "2016-10-06 14:49:17.461197"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero libero architecto vel maiores.\",\"text\":\"Programming the interface won't do anything, we need to generate the back-end hdd driver!\"}"], ["created_at", "2016-10-06 14:49:17.462062"], ["updated_at", "2016-10-06 14:49:17.462062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum sapiente cum id numquam molestiae.\",\"text\":\"We need to navigate the back-end THX card!\"}"], ["created_at", "2016-10-06 14:49:17.462982"], ["updated_at", "2016-10-06 14:49:17.462982"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quos deleniti veniam alias magnam sint.\",\"text\":\"Try to index the EXE application, maybe it will navigate the open-source card!\"}"], ["created_at", "2016-10-06 14:49:17.463903"], ["updated_at", "2016-10-06 14:49:17.463903"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi dignissimos aperiam.\",\"text\":\"Programming the microchip won't do anything, we need to index the auxiliary xss matrix!\"}"], ["created_at", "2016-10-06 14:49:17.464847"], ["updated_at", "2016-10-06 14:49:17.464847"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut placeat eos id suscipit.\",\"text\":\"If we parse the circuit, we can get to the THX sensor through the neural PNG panel!\"}"], ["created_at", "2016-10-06 14:49:17.465941"], ["updated_at", "2016-10-06 14:49:17.465941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate sit dolores.\",\"text\":\"I'll index the mobile AI circuit, that should monitor the JSON program!\"}"], ["created_at", "2016-10-06 14:49:17.466891"], ["updated_at", "2016-10-06 14:49:17.466891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam accusamus quo autem dolor earum ut.\",\"text\":\"Try to hack the USB driver, maybe it will index the virtual hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.467815"], ["updated_at", "2016-10-06 14:49:17.467815"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid incidunt quidem recusandae.\",\"text\":\"Use the cross-platform XSS driver, then you can parse the auxiliary capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.468729"], ["updated_at", "2016-10-06 14:49:17.468729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci eum a aut placeat.\",\"text\":\"Try to quantify the RAM feed, maybe it will parse the haptic bus!\"}"], ["created_at", "2016-10-06 14:49:17.469595"], ["updated_at", "2016-10-06 14:49:17.469595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam neque voluptas earum sed adipisci enim architecto.\",\"text\":\"Use the haptic SMTP firewall, then you can compress the primary hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.470470"], ["updated_at", "2016-10-06 14:49:17.470470"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nihil autem qui.\",\"text\":\"Try to back up the JSON program, maybe it will override the mobile sensor!\"}"], ["created_at", "2016-10-06 14:49:17.471594"], ["updated_at", "2016-10-06 14:49:17.471594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim eveniet optio.\",\"text\":\"We need to back up the digital PNG bus!\"}"], ["created_at", "2016-10-06 14:49:17.472541"], ["updated_at", "2016-10-06 14:49:17.472541"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea a error sint.\",\"text\":\"I'll transmit the back-end XML capacitor, that should program the PNG array!\"}"], ["created_at", "2016-10-06 14:49:17.473436"], ["updated_at", "2016-10-06 14:49:17.473436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium unde consequatur.\",\"text\":\"The GB firewall is down, connect the 1080p microchip so we can hack the JBOD pixel!\"}"], ["created_at", "2016-10-06 14:49:17.474331"], ["updated_at", "2016-10-06 14:49:17.474331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta dolorem non voluptate repellendus vero.\",\"text\":\"The COM feed is down, index the redundant interface so we can generate the RAM driver!\"}"], ["created_at", "2016-10-06 14:49:17.475251"], ["updated_at", "2016-10-06 14:49:17.475251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti sunt fugit voluptatem dolorem est sapiente.\",\"text\":\"The AGP protocol is down, transmit the mobile firewall so we can override the XML system!\"}"], ["created_at", "2016-10-06 14:49:17.476129"], ["updated_at", "2016-10-06 14:49:17.476129"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium similique earum accusantium consequatur dolorem et odio.\",\"text\":\"The AGP hard drive is down, generate the wireless capacitor so we can quantify the USB card!\"}"], ["created_at", "2016-10-06 14:49:17.477011"], ["updated_at", "2016-10-06 14:49:17.477011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit non repellat atque ut.\",\"text\":\"The RSS alarm is down, synthesize the online system so we can connect the SDD application!\"}"], ["created_at", "2016-10-06 14:49:17.477881"], ["updated_at", "2016-10-06 14:49:17.477881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium tempore quibusdam harum ut commodi quis.\",\"text\":\"Navigating the driver won't do anything, we need to navigate the wireless ftp circuit!\"}"], ["created_at", "2016-10-06 14:49:17.478778"], ["updated_at", "2016-10-06 14:49:17.478778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque ut perferendis debitis.\",\"text\":\"Transmitting the system won't do anything, we need to transmit the mobile hdd application!\"}"], ["created_at", "2016-10-06 14:49:17.479641"], ["updated_at", "2016-10-06 14:49:17.479641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque quia consequatur qui.\",\"text\":\"I'll input the neural SDD driver, that should panel the USB transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.480522"], ["updated_at", "2016-10-06 14:49:17.480522"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas sit et officia excepturi laborum.\",\"text\":\"The AGP card is down, transmit the 1080p driver so we can hack the THX protocol!\"}"], ["created_at", "2016-10-06 14:49:17.481436"], ["updated_at", "2016-10-06 14:49:17.481436"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam nisi omnis.\",\"text\":\"You can't reboot the array without synthesizing the wireless FTP port!\"}"], ["created_at", "2016-10-06 14:49:17.482542"], ["updated_at", "2016-10-06 14:49:17.482542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et fuga eius consequatur maiores nostrum.\",\"text\":\"Parsing the application won't do anything, we need to navigate the auxiliary thx matrix!\"}"], ["created_at", "2016-10-06 14:49:17.483513"], ["updated_at", "2016-10-06 14:49:17.483513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et pariatur dolor saepe doloremque molestiae alias quasi.\",\"text\":\"The JSON driver is down, index the open-source firewall so we can input the IB driver!\"}"], ["created_at", "2016-10-06 14:49:17.484400"], ["updated_at", "2016-10-06 14:49:17.484400"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus sequi alias voluptatibus.\",\"text\":\"I'll hack the multi-byte FTP interface, that should alarm the GB interface!\"}"], ["created_at", "2016-10-06 14:49:17.485335"], ["updated_at", "2016-10-06 14:49:17.485335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt atque autem ullam omnis.\",\"text\":\"We need to input the multi-byte XSS circuit!\"}"], ["created_at", "2016-10-06 14:49:17.486214"], ["updated_at", "2016-10-06 14:49:17.486214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et inventore minus corrupti ducimus libero dolores nulla.\",\"text\":\"You can't compress the transmitter without hacking the haptic PCI bus!\"}"], ["created_at", "2016-10-06 14:49:17.487102"], ["updated_at", "2016-10-06 14:49:17.487102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate odio mollitia et.\",\"text\":\"The IB bus is down, input the redundant card so we can synthesize the USB program!\"}"], ["created_at", "2016-10-06 14:49:17.488016"], ["updated_at", "2016-10-06 14:49:17.488016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil est est.\",\"text\":\"We need to back up the back-end EXE bus!\"}"], ["created_at", "2016-10-06 14:49:17.488890"], ["updated_at", "2016-10-06 14:49:17.488890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque autem exercitationem qui maiores.\",\"text\":\"Try to override the SMTP system, maybe it will quantify the 1080p transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.489758"], ["updated_at", "2016-10-06 14:49:17.489758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error molestiae architecto ea illum.\",\"text\":\"I'll copy the primary SMS bandwidth, that should pixel the AGP card!\"}"], ["created_at", "2016-10-06 14:49:17.490644"], ["updated_at", "2016-10-06 14:49:17.490644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum consequatur facere molestiae delectus natus fugiat.\",\"text\":\"Use the redundant USB alarm, then you can generate the mobile bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.491511"], ["updated_at", "2016-10-06 14:49:17.491511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed et minus.\",\"text\":\"We need to compress the solid state SQL program!\"}"], ["created_at", "2016-10-06 14:49:17.492367"], ["updated_at", "2016-10-06 14:49:17.492367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde explicabo voluptas.\",\"text\":\"Hacking the panel won't do anything, we need to hack the cross-platform adp bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.493229"], ["updated_at", "2016-10-06 14:49:17.493229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque reprehenderit et sit totam nihil neque voluptate.\",\"text\":\"We need to transmit the haptic SMS circuit!\"}"], ["created_at", "2016-10-06 14:49:17.494112"], ["updated_at", "2016-10-06 14:49:17.494112"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis consequatur saepe reprehenderit aliquam adipisci dolores ratione.\",\"text\":\"Try to quantify the COM system, maybe it will navigate the mobile array!\"}"], ["created_at", "2016-10-06 14:49:17.494988"], ["updated_at", "2016-10-06 14:49:17.494988"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim amet odio libero aut.\",\"text\":\"Backing up the pixel won't do anything, we need to index the multi-byte jbod panel!\"}"], ["created_at", "2016-10-06 14:49:17.495836"], ["updated_at", "2016-10-06 14:49:17.495836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam molestiae labore est sed.\",\"text\":\"If we compress the system, we can get to the ADP firewall through the cross-platform ADP sensor!\"}"], ["created_at", "2016-10-06 14:49:17.496756"], ["updated_at", "2016-10-06 14:49:17.496756"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et id impedit hic eius ea.\",\"text\":\"The RAM program is down, transmit the cross-platform capacitor so we can input the CSS feed!\"}"], ["created_at", "2016-10-06 14:49:17.497675"], ["updated_at", "2016-10-06 14:49:17.497675"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime reiciendis sit totam quo et ea quo.\",\"text\":\"Use the primary JBOD program, then you can index the mobile system!\"}"], ["created_at", "2016-10-06 14:49:17.498714"], ["updated_at", "2016-10-06 14:49:17.498714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat corrupti et praesentium non incidunt.\",\"text\":\"The RSS capacitor is down, override the primary driver so we can input the JSON array!\"}"], ["created_at", "2016-10-06 14:49:17.499759"], ["updated_at", "2016-10-06 14:49:17.499759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt vitae saepe.\",\"text\":\"You can't synthesize the matrix without connecting the online SMS driver!\"}"], ["created_at", "2016-10-06 14:49:17.500639"], ["updated_at", "2016-10-06 14:49:17.500639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed odit eum consectetur.\",\"text\":\"You can't navigate the system without navigating the multi-byte XSS alarm!\"}"], ["created_at", "2016-10-06 14:49:17.501511"], ["updated_at", "2016-10-06 14:49:17.501511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium velit quibusdam tenetur qui excepturi.\",\"text\":\"I'll transmit the back-end USB monitor, that should bandwidth the SAS interface!\"}"], ["created_at", "2016-10-06 14:49:17.502389"], ["updated_at", "2016-10-06 14:49:17.502389"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis nesciunt quod architecto vitae quidem repellendus sunt.\",\"text\":\"The SMTP card is down, navigate the auxiliary panel so we can compress the HTTP driver!\"}"], ["created_at", "2016-10-06 14:49:17.503265"], ["updated_at", "2016-10-06 14:49:17.503265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur soluta quia deleniti nihil nam.\",\"text\":\"Use the open-source SCSI panel, then you can calculate the back-end panel!\"}"], ["created_at", "2016-10-06 14:49:17.504136"], ["updated_at", "2016-10-06 14:49:17.504136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo sed quia quis harum.\",\"text\":\"The TCP alarm is down, bypass the optical transmitter so we can compress the GB protocol!\"}"], ["created_at", "2016-10-06 14:49:17.505007"], ["updated_at", "2016-10-06 14:49:17.505007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis nihil alias impedit natus eligendi ut.\",\"text\":\"Use the back-end XSS bus, then you can bypass the bluetooth system!\"}"], ["created_at", "2016-10-06 14:49:17.505883"], ["updated_at", "2016-10-06 14:49:17.505883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus et vitae.\",\"text\":\"The SQL protocol is down, quantify the redundant panel so we can input the SSL bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.506791"], ["updated_at", "2016-10-06 14:49:17.506791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non accusantium quasi eos ea delectus ipsum.\",\"text\":\"The HDD array is down, back up the cross-platform port so we can transmit the SAS matrix!\"}"], ["created_at", "2016-10-06 14:49:17.507693"], ["updated_at", "2016-10-06 14:49:17.507693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit eum quia amet necessitatibus non iste harum.\",\"text\":\"If we program the pixel, we can get to the XML feed through the virtual XSS card!\"}"], ["created_at", "2016-10-06 14:49:17.508568"], ["updated_at", "2016-10-06 14:49:17.508568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis eius porro cupiditate minus.\",\"text\":\"We need to input the haptic COM pixel!\"}"], ["created_at", "2016-10-06 14:49:17.509454"], ["updated_at", "2016-10-06 14:49:17.509454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id rerum dolores ut optio.\",\"text\":\"The JBOD monitor is down, generate the 1080p circuit so we can transmit the USB array!\"}"], ["created_at", "2016-10-06 14:49:17.510382"], ["updated_at", "2016-10-06 14:49:17.510382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia iusto saepe placeat magnam cumque ut reiciendis.\",\"text\":\"Try to quantify the SSL port, maybe it will calculate the bluetooth interface!\"}"], ["created_at", "2016-10-06 14:49:17.511287"], ["updated_at", "2016-10-06 14:49:17.511287"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic aut ratione nostrum.\",\"text\":\"You can't quantify the feed without generating the wireless THX sensor!\"}"], ["created_at", "2016-10-06 14:49:17.512169"], ["updated_at", "2016-10-06 14:49:17.512169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum et error dolorem officia asperiores quia.\",\"text\":\"You can't hack the capacitor without synthesizing the open-source SMS circuit!\"}"], ["created_at", "2016-10-06 14:49:17.513036"], ["updated_at", "2016-10-06 14:49:17.513036"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In recusandae eum commodi quia.\",\"text\":\"I'll input the solid state USB bus, that should application the IB port!\"}"], ["created_at", "2016-10-06 14:49:17.513908"], ["updated_at", "2016-10-06 14:49:17.513908"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore consequatur dolor et id beatae itaque.\",\"text\":\"Use the optical SSL hard drive, then you can quantify the primary matrix!\"}"], ["created_at", "2016-10-06 14:49:17.514846"], ["updated_at", "2016-10-06 14:49:17.514846"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti earum et qui dolor iusto.\",\"text\":\"If we connect the circuit, we can get to the SDD monitor through the cross-platform USB sensor!\"}"], ["created_at", "2016-10-06 14:49:17.516056"], ["updated_at", "2016-10-06 14:49:17.516056"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque molestias tempore et.\",\"text\":\"Hacking the system won't do anything, we need to back up the haptic hdd bus!\"}"], ["created_at", "2016-10-06 14:49:17.517028"], ["updated_at", "2016-10-06 14:49:17.517028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure enim voluptas odit asperiores consequuntur iste.\",\"text\":\"We need to transmit the bluetooth EXE panel!\"}"], ["created_at", "2016-10-06 14:49:17.517904"], ["updated_at", "2016-10-06 14:49:17.517904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolor ut et aut facere natus ipsam.\",\"text\":\"Use the neural SSL feed, then you can index the haptic sensor!\"}"], ["created_at", "2016-10-06 14:49:17.518794"], ["updated_at", "2016-10-06 14:49:17.518794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus dolores facilis amet iusto.\",\"text\":\"We need to compress the optical JSON program!\"}"], ["created_at", "2016-10-06 14:49:17.519659"], ["updated_at", "2016-10-06 14:49:17.519659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut vel est dolore.\",\"text\":\"If we reboot the capacitor, we can get to the SMS circuit through the online RSS monitor!\"}"], ["created_at", "2016-10-06 14:49:17.520535"], ["updated_at", "2016-10-06 14:49:17.520535"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quod qui autem unde voluptatem molestias.\",\"text\":\"Transmitting the system won't do anything, we need to parse the online smtp monitor!\"}"], ["created_at", "2016-10-06 14:49:17.521440"], ["updated_at", "2016-10-06 14:49:17.521440"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat omnis veritatis eum quo qui.\",\"text\":\"If we navigate the sensor, we can get to the SCSI firewall through the open-source RSS driver!\"}"], ["created_at", "2016-10-06 14:49:17.522871"], ["updated_at", "2016-10-06 14:49:17.522871"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates molestiae quis nulla ut perferendis qui molestias.\",\"text\":\"Use the digital SAS program, then you can synthesize the neural monitor!\"}"], ["created_at", "2016-10-06 14:49:17.523873"], ["updated_at", "2016-10-06 14:49:17.523873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo omnis molestiae.\",\"text\":\"If we override the alarm, we can get to the AI alarm through the haptic THX matrix!\"}"], ["created_at", "2016-10-06 14:49:17.524832"], ["updated_at", "2016-10-06 14:49:17.524832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam repellendus laudantium quia consequatur dolorem voluptas.\",\"text\":\"Use the auxiliary AGP program, then you can program the wireless capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.525790"], ["updated_at", "2016-10-06 14:49:17.525790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid qui saepe voluptas quae voluptate labore.\",\"text\":\"Calculating the application won't do anything, we need to generate the cross-platform exe pixel!\"}"], ["created_at", "2016-10-06 14:49:17.526794"], ["updated_at", "2016-10-06 14:49:17.526794"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae perspiciatis fugit sed id dicta.\",\"text\":\"I'll reboot the back-end SMS panel, that should hard drive the FTP array!\"}"], ["created_at", "2016-10-06 14:49:17.527748"], ["updated_at", "2016-10-06 14:49:17.527748"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error aut rerum laudantium animi architecto non.\",\"text\":\"We need to transmit the haptic RAM firewall!\"}"], ["created_at", "2016-10-06 14:49:17.528749"], ["updated_at", "2016-10-06 14:49:17.528749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit dolor dolor iusto vel excepturi ad eius.\",\"text\":\"I'll input the neural HDD program, that should alarm the SDD interface!\"}"], ["created_at", "2016-10-06 14:49:17.529688"], ["updated_at", "2016-10-06 14:49:17.529688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit rerum voluptatibus reprehenderit cumque dolorem.\",\"text\":\"I'll override the primary PNG card, that should hard drive the RSS bus!\"}"], ["created_at", "2016-10-06 14:49:17.530650"], ["updated_at", "2016-10-06 14:49:17.530650"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit illo maxime ab.\",\"text\":\"I'll back up the wireless IB port, that should capacitor the SCSI feed!\"}"], ["created_at", "2016-10-06 14:49:17.531642"], ["updated_at", "2016-10-06 14:49:17.531642"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe nesciunt officia omnis porro.\",\"text\":\"Try to synthesize the FTP bus, maybe it will parse the primary panel!\"}"], ["created_at", "2016-10-06 14:49:17.532800"], ["updated_at", "2016-10-06 14:49:17.532800"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aspernatur laudantium voluptatum dolores saepe.\",\"text\":\"You can't navigate the driver without transmitting the bluetooth CSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.534239"], ["updated_at", "2016-10-06 14:49:17.534239"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio recusandae libero deserunt quis reiciendis autem.\",\"text\":\"Use the cross-platform AGP array, then you can compress the redundant monitor!\"}"], ["created_at", "2016-10-06 14:49:17.536791"], ["updated_at", "2016-10-06 14:49:17.536791"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta temporibus repellendus sit ducimus possimus aliquam omnis.\",\"text\":\"If we back up the sensor, we can get to the RSS firewall through the mobile EXE pixel!\"}"], ["created_at", "2016-10-06 14:49:17.538840"], ["updated_at", "2016-10-06 14:49:17.538840"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque dignissimos dolores doloribus voluptatem ipsa dolorem.\",\"text\":\"Use the neural SCSI panel, then you can program the virtual capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.541913"], ["updated_at", "2016-10-06 14:49:17.541913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis eligendi est dolor corporis tempora animi.\",\"text\":\"Try to bypass the AI matrix, maybe it will navigate the 1080p firewall!\"}"], ["created_at", "2016-10-06 14:49:17.543102"], ["updated_at", "2016-10-06 14:49:17.543102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptatem natus.\",\"text\":\"If we compress the microchip, we can get to the AI pixel through the online USB driver!\"}"], ["created_at", "2016-10-06 14:49:17.543988"], ["updated_at", "2016-10-06 14:49:17.543988"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut natus a aut reprehenderit.\",\"text\":\"We need to compress the online HDD monitor!\"}"], ["created_at", "2016-10-06 14:49:17.544860"], ["updated_at", "2016-10-06 14:49:17.544860"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim blanditiis debitis.\",\"text\":\"We need to compress the open-source SCSI driver!\"}"], ["created_at", "2016-10-06 14:49:17.545750"], ["updated_at", "2016-10-06 14:49:17.545750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut esse debitis enim aspernatur provident.\",\"text\":\"We need to navigate the mobile SCSI microchip!\"}"], ["created_at", "2016-10-06 14:49:17.546698"], ["updated_at", "2016-10-06 14:49:17.546698"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod eum adipisci sed voluptatibus sed.\",\"text\":\"If we quantify the bus, we can get to the CSS protocol through the haptic USB system!\"}"], ["created_at", "2016-10-06 14:49:17.547689"], ["updated_at", "2016-10-06 14:49:17.547689"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatem vel est velit sed voluptas.\",\"text\":\"I'll reboot the wireless RSS panel, that should driver the SSL application!\"}"], ["created_at", "2016-10-06 14:49:17.548845"], ["updated_at", "2016-10-06 14:49:17.548845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae numquam id ut odio dolore.\",\"text\":\"You can't navigate the protocol without overriding the bluetooth SSL transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.549873"], ["updated_at", "2016-10-06 14:49:17.549873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe similique rem consequatur doloremque et.\",\"text\":\"Use the neural HDD circuit, then you can back up the online pixel!\"}"], ["created_at", "2016-10-06 14:49:17.550781"], ["updated_at", "2016-10-06 14:49:17.550781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nihil necessitatibus dolor dignissimos minus velit possimus.\",\"text\":\"The PCI pixel is down, override the online system so we can program the TCP feed!\"}"], ["created_at", "2016-10-06 14:49:17.551665"], ["updated_at", "2016-10-06 14:49:17.551665"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique explicabo harum porro tempora ex.\",\"text\":\"Try to input the PNG transmitter, maybe it will back up the haptic alarm!\"}"], ["created_at", "2016-10-06 14:49:17.552563"], ["updated_at", "2016-10-06 14:49:17.552563"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci a quod quo.\",\"text\":\"You can't synthesize the feed without bypassing the mobile SQL port!\"}"], ["created_at", "2016-10-06 14:49:17.553469"], ["updated_at", "2016-10-06 14:49:17.553469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel qui rerum animi enim ratione sit.\",\"text\":\"Try to copy the PNG port, maybe it will index the digital card!\"}"], ["created_at", "2016-10-06 14:49:17.554362"], ["updated_at", "2016-10-06 14:49:17.554362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos incidunt qui tenetur amet qui nihil consectetur.\",\"text\":\"Use the redundant RAM driver, then you can reboot the bluetooth system!\"}"], ["created_at", "2016-10-06 14:49:17.555242"], ["updated_at", "2016-10-06 14:49:17.555242"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe est voluptate totam ratione.\",\"text\":\"We need to connect the auxiliary PCI pixel!\"}"], ["created_at", "2016-10-06 14:49:17.556144"], ["updated_at", "2016-10-06 14:49:17.556144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur dolore quisquam ut at aspernatur qui.\",\"text\":\"The RSS program is down, input the auxiliary driver so we can index the SQL application!\"}"], ["created_at", "2016-10-06 14:49:17.557010"], ["updated_at", "2016-10-06 14:49:17.557010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque impedit ipsam quo.\",\"text\":\"Try to back up the USB pixel, maybe it will connect the bluetooth pixel!\"}"], ["created_at", "2016-10-06 14:49:17.557875"], ["updated_at", "2016-10-06 14:49:17.557875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim sint nesciunt ea reprehenderit incidunt in.\",\"text\":\"Parsing the circuit won't do anything, we need to copy the 1080p adp transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.558751"], ["updated_at", "2016-10-06 14:49:17.558751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis sunt non molestias sit et inventore.\",\"text\":\"I'll generate the digital TCP card, that should protocol the EXE program!\"}"], ["created_at", "2016-10-06 14:49:17.559630"], ["updated_at", "2016-10-06 14:49:17.559630"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus voluptatibus voluptates voluptatem rerum sunt sed.\",\"text\":\"If we transmit the bandwidth, we can get to the SDD interface through the bluetooth RAM interface!\"}"], ["created_at", "2016-10-06 14:49:17.560506"], ["updated_at", "2016-10-06 14:49:17.560506"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et dolorum pariatur dolore.\",\"text\":\"We need to input the solid state THX alarm!\"}"], ["created_at", "2016-10-06 14:49:17.561373"], ["updated_at", "2016-10-06 14:49:17.561373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos quidem magnam consequatur ut.\",\"text\":\"Transmitting the driver won't do anything, we need to reboot the digital usb application!\"}"], ["created_at", "2016-10-06 14:49:17.562245"], ["updated_at", "2016-10-06 14:49:17.562245"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi molestiae sunt magnam nesciunt dolore voluptatum.\",\"text\":\"Try to parse the COM port, maybe it will hack the auxiliary circuit!\"}"], ["created_at", "2016-10-06 14:49:17.563118"], ["updated_at", "2016-10-06 14:49:17.563118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit explicabo mollitia illum.\",\"text\":\"You can't compress the feed without navigating the online SQL sensor!\"}"], ["created_at", "2016-10-06 14:49:17.564003"], ["updated_at", "2016-10-06 14:49:17.564003"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum nulla repellendus nobis nostrum consequatur.\",\"text\":\"The PNG sensor is down, input the virtual circuit so we can input the FTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.565122"], ["updated_at", "2016-10-06 14:49:17.565122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quaerat sint quas.\",\"text\":\"The EXE matrix is down, input the primary capacitor so we can reboot the ADP transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.566291"], ["updated_at", "2016-10-06 14:49:17.566291"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem fugiat ut.\",\"text\":\"I'll reboot the virtual JBOD sensor, that should program the PCI driver!\"}"], ["created_at", "2016-10-06 14:49:17.567215"], ["updated_at", "2016-10-06 14:49:17.567215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quo deserunt id.\",\"text\":\"Use the cross-platform PNG interface, then you can index the haptic port!\"}"], ["created_at", "2016-10-06 14:49:17.568085"], ["updated_at", "2016-10-06 14:49:17.568085"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime in nisi rerum inventore nemo.\",\"text\":\"If we copy the monitor, we can get to the JBOD port through the multi-byte RSS protocol!\"}"], ["created_at", "2016-10-06 14:49:17.568950"], ["updated_at", "2016-10-06 14:49:17.568950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sit recusandae odit officia dolores delectus.\",\"text\":\"Try to connect the SCSI microchip, maybe it will parse the redundant driver!\"}"], ["created_at", "2016-10-06 14:49:17.569837"], ["updated_at", "2016-10-06 14:49:17.569837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga architecto quo eaque quod qui.\",\"text\":\"Try to hack the ADP bus, maybe it will index the online transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.570765"], ["updated_at", "2016-10-06 14:49:17.570765"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut distinctio et laborum.\",\"text\":\"Try to program the COM monitor, maybe it will compress the cross-platform capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.571670"], ["updated_at", "2016-10-06 14:49:17.571670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil consequuntur ullam quia.\",\"text\":\"If we back up the microchip, we can get to the EXE panel through the digital AGP microchip!\"}"], ["created_at", "2016-10-06 14:49:17.572563"], ["updated_at", "2016-10-06 14:49:17.572563"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima voluptatibus reiciendis quo omnis repudiandae ex qui.\",\"text\":\"I'll bypass the cross-platform SSL protocol, that should alarm the PNG feed!\"}"], ["created_at", "2016-10-06 14:49:17.573480"], ["updated_at", "2016-10-06 14:49:17.573480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit vitae odit tempore voluptate nulla.\",\"text\":\"Navigating the system won't do anything, we need to synthesize the multi-byte ssl alarm!\"}"], ["created_at", "2016-10-06 14:49:17.574372"], ["updated_at", "2016-10-06 14:49:17.574372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea aspernatur in rerum voluptas dicta et magnam.\",\"text\":\"The PCI protocol is down, index the back-end firewall so we can copy the PNG panel!\"}"], ["created_at", "2016-10-06 14:49:17.575269"], ["updated_at", "2016-10-06 14:49:17.575269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde ut impedit animi.\",\"text\":\"You can't program the hard drive without compressing the auxiliary SQL pixel!\"}"], ["created_at", "2016-10-06 14:49:17.576157"], ["updated_at", "2016-10-06 14:49:17.576157"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam optio quis eveniet accusantium.\",\"text\":\"I'll hack the digital TCP bus, that should pixel the SAS application!\"}"], ["created_at", "2016-10-06 14:49:17.577084"], ["updated_at", "2016-10-06 14:49:17.577084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut facilis enim rerum provident et.\",\"text\":\"Use the primary SAS feed, then you can synthesize the virtual alarm!\"}"], ["created_at", "2016-10-06 14:49:17.577956"], ["updated_at", "2016-10-06 14:49:17.577956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos nobis voluptatibus consequatur rem error magni.\",\"text\":\"We need to synthesize the haptic SAS system!\"}"], ["created_at", "2016-10-06 14:49:17.578852"], ["updated_at", "2016-10-06 14:49:17.578852"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur iusto impedit vel asperiores sit totam.\",\"text\":\"If we back up the card, we can get to the JBOD matrix through the open-source SAS port!\"}"], ["created_at", "2016-10-06 14:49:17.579734"], ["updated_at", "2016-10-06 14:49:17.579734"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit iste omnis nihil eaque labore.\",\"text\":\"We need to parse the mobile JSON interface!\"}"], ["created_at", "2016-10-06 14:49:17.580619"], ["updated_at", "2016-10-06 14:49:17.580619"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quis veniam facere perferendis quia voluptatum explicabo.\",\"text\":\"If we back up the application, we can get to the IB alarm through the cross-platform COM interface!\"}"], ["created_at", "2016-10-06 14:49:17.581620"], ["updated_at", "2016-10-06 14:49:17.581620"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque soluta est unde fuga recusandae est.\",\"text\":\"Connecting the bus won't do anything, we need to synthesize the open-source exe bus!\"}"], ["created_at", "2016-10-06 14:49:17.583175"], ["updated_at", "2016-10-06 14:49:17.583175"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt in quam maiores.\",\"text\":\"I'll copy the haptic TCP bandwidth, that should card the TCP driver!\"}"], ["created_at", "2016-10-06 14:49:17.584139"], ["updated_at", "2016-10-06 14:49:17.584139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis amet eos recusandae et autem est exercitationem.\",\"text\":\"Quantifying the driver won't do anything, we need to program the virtual css matrix!\"}"], ["created_at", "2016-10-06 14:49:17.585041"], ["updated_at", "2016-10-06 14:49:17.585041"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem temporibus cumque enim et.\",\"text\":\"Try to connect the THX matrix, maybe it will copy the bluetooth protocol!\"}"], ["created_at", "2016-10-06 14:49:17.586101"], ["updated_at", "2016-10-06 14:49:17.586101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum doloribus ullam.\",\"text\":\"If we generate the array, we can get to the AGP bandwidth through the bluetooth FTP port!\"}"], ["created_at", "2016-10-06 14:49:17.587194"], ["updated_at", "2016-10-06 14:49:17.587194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus molestiae error ut enim.\",\"text\":\"You can't back up the interface without backing up the mobile IB protocol!\"}"], ["created_at", "2016-10-06 14:49:17.588110"], ["updated_at", "2016-10-06 14:49:17.588110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In voluptas distinctio autem vitae reiciendis.\",\"text\":\"The IB circuit is down, input the virtual capacitor so we can reboot the SMS port!\"}"], ["created_at", "2016-10-06 14:49:17.589006"], ["updated_at", "2016-10-06 14:49:17.589006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium porro consequatur libero nulla.\",\"text\":\"Use the bluetooth JSON sensor, then you can back up the primary monitor!\"}"], ["created_at", "2016-10-06 14:49:17.589897"], ["updated_at", "2016-10-06 14:49:17.589897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit et cumque consequuntur est eaque officia vel.\",\"text\":\"Try to index the PCI sensor, maybe it will quantify the open-source pixel!\"}"], ["created_at", "2016-10-06 14:49:17.590829"], ["updated_at", "2016-10-06 14:49:17.590829"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus distinctio nemo.\",\"text\":\"You can't input the bandwidth without copying the haptic CSS transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.591720"], ["updated_at", "2016-10-06 14:49:17.591720"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quis molestias maxime temporibus quam unde dolorum.\",\"text\":\"Try to synthesize the SAS application, maybe it will connect the redundant bus!\"}"], ["created_at", "2016-10-06 14:49:17.592613"], ["updated_at", "2016-10-06 14:49:17.592613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In ut perferendis quia.\",\"text\":\"Transmitting the circuit won't do anything, we need to synthesize the 1080p http microchip!\"}"], ["created_at", "2016-10-06 14:49:17.593501"], ["updated_at", "2016-10-06 14:49:17.593501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis a ducimus voluptatem fugiat harum enim id.\",\"text\":\"The FTP transmitter is down, copy the haptic port so we can navigate the GB protocol!\"}"], ["created_at", "2016-10-06 14:49:17.594440"], ["updated_at", "2016-10-06 14:49:17.594440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et numquam enim quia.\",\"text\":\"We need to bypass the redundant SDD transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.595327"], ["updated_at", "2016-10-06 14:49:17.595327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut similique nesciunt fugiat et reprehenderit nobis.\",\"text\":\"You can't hack the application without connecting the mobile AGP circuit!\"}"], ["created_at", "2016-10-06 14:49:17.596211"], ["updated_at", "2016-10-06 14:49:17.596211"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis possimus pariatur quas cum eius non est.\",\"text\":\"Try to program the RAM circuit, maybe it will calculate the primary port!\"}"], ["created_at", "2016-10-06 14:49:17.597106"], ["updated_at", "2016-10-06 14:49:17.597106"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam non voluptas maiores aut ducimus veritatis atque.\",\"text\":\"The ADP panel is down, generate the multi-byte driver so we can bypass the COM capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.598117"], ["updated_at", "2016-10-06 14:49:17.598117"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error in iusto asperiores earum recusandae.\",\"text\":\"You can't parse the protocol without indexing the primary THX array!\"}"], ["created_at", "2016-10-06 14:49:17.599388"], ["updated_at", "2016-10-06 14:49:17.599388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium eligendi dolor quo ducimus est omnis.\",\"text\":\"You can't transmit the pixel without generating the online HTTP panel!\"}"], ["created_at", "2016-10-06 14:49:17.600581"], ["updated_at", "2016-10-06 14:49:17.600581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum aliquam in quod et.\",\"text\":\"Use the optical SDD card, then you can program the auxiliary application!\"}"], ["created_at", "2016-10-06 14:49:17.601580"], ["updated_at", "2016-10-06 14:49:17.601580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit vero et cupiditate accusamus omnis fugit consequuntur.\",\"text\":\"The TCP transmitter is down, input the online port so we can program the RAM array!\"}"], ["created_at", "2016-10-06 14:49:17.602517"], ["updated_at", "2016-10-06 14:49:17.602517"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam omnis fugit excepturi.\",\"text\":\"Transmitting the bus won't do anything, we need to parse the virtual usb feed!\"}"], ["created_at", "2016-10-06 14:49:17.603430"], ["updated_at", "2016-10-06 14:49:17.603430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium laudantium et temporibus.\",\"text\":\"Try to input the TCP feed, maybe it will quantify the multi-byte array!\"}"], ["created_at", "2016-10-06 14:49:17.604327"], ["updated_at", "2016-10-06 14:49:17.604327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim sequi molestias consequatur molestiae.\",\"text\":\"I'll generate the wireless CSS panel, that should matrix the TCP interface!\"}"], ["created_at", "2016-10-06 14:49:17.605256"], ["updated_at", "2016-10-06 14:49:17.605256"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid eaque qui nam ducimus hic eos.\",\"text\":\"I'll navigate the redundant EXE program, that should protocol the SSL program!\"}"], ["created_at", "2016-10-06 14:49:17.606226"], ["updated_at", "2016-10-06 14:49:17.606226"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum qui maiores quia ex quae impedit labore.\",\"text\":\"Try to parse the XSS circuit, maybe it will parse the online bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.607134"], ["updated_at", "2016-10-06 14:49:17.607134"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed et sit esse magni omnis pariatur.\",\"text\":\"Overriding the feed won't do anything, we need to calculate the digital scsi transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.608045"], ["updated_at", "2016-10-06 14:49:17.608045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni ullam ea quia quisquam dolor.\",\"text\":\"We need to compress the primary ADP panel!\"}"], ["created_at", "2016-10-06 14:49:17.608962"], ["updated_at", "2016-10-06 14:49:17.608962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum dolore animi non delectus.\",\"text\":\"If we index the bus, we can get to the SMTP transmitter through the open-source COM feed!\"}"], ["created_at", "2016-10-06 14:49:17.609853"], ["updated_at", "2016-10-06 14:49:17.609853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut quia odit.\",\"text\":\"Backing up the interface won't do anything, we need to navigate the auxiliary pci transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.610782"], ["updated_at", "2016-10-06 14:49:17.610782"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et veniam laborum aut beatae.\",\"text\":\"I'll connect the open-source FTP hard drive, that should interface the PCI transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.611675"], ["updated_at", "2016-10-06 14:49:17.611675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam asperiores et quos nihil sunt neque.\",\"text\":\"The SSL array is down, reboot the open-source alarm so we can calculate the XML feed!\"}"], ["created_at", "2016-10-06 14:49:17.612563"], ["updated_at", "2016-10-06 14:49:17.612563"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error ut iusto voluptas id aut.\",\"text\":\"You can't generate the feed without connecting the virtual SMS matrix!\"}"], ["created_at", "2016-10-06 14:49:17.613449"], ["updated_at", "2016-10-06 14:49:17.613449"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem in debitis et.\",\"text\":\"I'll index the primary RAM sensor, that should protocol the THX sensor!\"}"], ["created_at", "2016-10-06 14:49:17.614408"], ["updated_at", "2016-10-06 14:49:17.614408"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae accusantium dignissimos inventore.\",\"text\":\"Try to parse the PNG port, maybe it will parse the online hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.615482"], ["updated_at", "2016-10-06 14:49:17.615482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et natus sed temporibus placeat iure consequatur.\",\"text\":\"Connecting the matrix won't do anything, we need to calculate the optical pci application!\"}"], ["created_at", "2016-10-06 14:49:17.616533"], ["updated_at", "2016-10-06 14:49:17.616533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam ullam dolores fugit et enim vel.\",\"text\":\"Try to calculate the SSL alarm, maybe it will reboot the mobile bus!\"}"], ["created_at", "2016-10-06 14:49:17.617443"], ["updated_at", "2016-10-06 14:49:17.617443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim sed ea architecto ipsa quidem.\",\"text\":\"The USB hard drive is down, back up the primary circuit so we can calculate the XML hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.618367"], ["updated_at", "2016-10-06 14:49:17.618367"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit reiciendis tenetur molestias.\",\"text\":\"Try to copy the USB alarm, maybe it will connect the wireless protocol!\"}"], ["created_at", "2016-10-06 14:49:17.619271"], ["updated_at", "2016-10-06 14:49:17.619271"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est assumenda enim ex laborum ducimus et.\",\"text\":\"Transmitting the alarm won't do anything, we need to compress the neural hdd microchip!\"}"], ["created_at", "2016-10-06 14:49:17.620140"], ["updated_at", "2016-10-06 14:49:17.620140"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In atque ullam velit.\",\"text\":\"Parsing the transmitter won't do anything, we need to reboot the neural sdd monitor!\"}"], ["created_at", "2016-10-06 14:49:17.621039"], ["updated_at", "2016-10-06 14:49:17.621039"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed non facere dolorum rem.\",\"text\":\"Try to parse the GB alarm, maybe it will generate the haptic driver!\"}"], ["created_at", "2016-10-06 14:49:17.621937"], ["updated_at", "2016-10-06 14:49:17.621937"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et voluptatem.\",\"text\":\"Use the mobile AGP matrix, then you can quantify the digital card!\"}"], ["created_at", "2016-10-06 14:49:17.622949"], ["updated_at", "2016-10-06 14:49:17.622949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam reprehenderit autem maiores.\",\"text\":\"I'll input the 1080p RSS driver, that should bus the SMS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.623867"], ["updated_at", "2016-10-06 14:49:17.623867"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit fugiat esse reiciendis ipsa sapiente deserunt.\",\"text\":\"Backing up the feed won't do anything, we need to generate the cross-platform http driver!\"}"], ["created_at", "2016-10-06 14:49:17.624808"], ["updated_at", "2016-10-06 14:49:17.624808"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur hic tenetur aspernatur rerum animi et est.\",\"text\":\"If we calculate the bandwidth, we can get to the SCSI program through the digital SMTP card!\"}"], ["created_at", "2016-10-06 14:49:17.625696"], ["updated_at", "2016-10-06 14:49:17.625696"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error sapiente aut minima explicabo voluptatem.\",\"text\":\"Try to generate the CSS firewall, maybe it will connect the optical alarm!\"}"], ["created_at", "2016-10-06 14:49:17.626624"], ["updated_at", "2016-10-06 14:49:17.626624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam iste eos.\",\"text\":\"Quantifying the card won't do anything, we need to index the bluetooth pci system!\"}"], ["created_at", "2016-10-06 14:49:17.627533"], ["updated_at", "2016-10-06 14:49:17.627533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea totam sed velit quos consequatur.\",\"text\":\"We need to copy the haptic PCI feed!\"}"], ["created_at", "2016-10-06 14:49:17.628416"], ["updated_at", "2016-10-06 14:49:17.628416"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quia esse qui et.\",\"text\":\"Use the back-end SAS monitor, then you can navigate the virtual program!\"}"], ["created_at", "2016-10-06 14:49:17.629300"], ["updated_at", "2016-10-06 14:49:17.629300"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus pariatur ipsa amet.\",\"text\":\"If we override the sensor, we can get to the HTTP hard drive through the multi-byte JBOD circuit!\"}"], ["created_at", "2016-10-06 14:49:17.630278"], ["updated_at", "2016-10-06 14:49:17.630278"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea voluptatem a ex debitis et impedit amet.\",\"text\":\"Try to parse the FTP program, maybe it will navigate the solid state program!\"}"], ["created_at", "2016-10-06 14:49:17.631197"], ["updated_at", "2016-10-06 14:49:17.631197"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut eos sit odit fugit eaque.\",\"text\":\"Try to transmit the RAM firewall, maybe it will calculate the back-end firewall!\"}"], ["created_at", "2016-10-06 14:49:17.632292"], ["updated_at", "2016-10-06 14:49:17.632292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem sit ut architecto libero.\",\"text\":\"The SCSI driver is down, hack the 1080p driver so we can quantify the HDD transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.633239"], ["updated_at", "2016-10-06 14:49:17.633239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum voluptatem ea voluptatem optio sed non.\",\"text\":\"Try to bypass the GB pixel, maybe it will parse the open-source sensor!\"}"], ["created_at", "2016-10-06 14:49:17.634167"], ["updated_at", "2016-10-06 14:49:17.634167"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia fugit sunt animi.\",\"text\":\"I'll quantify the 1080p SMTP alarm, that should pixel the RSS driver!\"}"], ["created_at", "2016-10-06 14:49:17.635078"], ["updated_at", "2016-10-06 14:49:17.635078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste autem aut.\",\"text\":\"If we program the interface, we can get to the JSON panel through the redundant CSS circuit!\"}"], ["created_at", "2016-10-06 14:49:17.635962"], ["updated_at", "2016-10-06 14:49:17.635962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus alias fugiat ipsa et vel consequuntur vel.\",\"text\":\"I'll calculate the auxiliary XSS driver, that should port the HTTP matrix!\"}"], ["created_at", "2016-10-06 14:49:17.636844"], ["updated_at", "2016-10-06 14:49:17.636844"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel ipsa eligendi rerum.\",\"text\":\"Use the primary SQL monitor, then you can transmit the redundant driver!\"}"], ["created_at", "2016-10-06 14:49:17.637790"], ["updated_at", "2016-10-06 14:49:17.637790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id veritatis repellendus sit cupiditate aut.\",\"text\":\"I'll quantify the redundant PNG bandwidth, that should application the THX interface!\"}"], ["created_at", "2016-10-06 14:49:17.638729"], ["updated_at", "2016-10-06 14:49:17.638729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus asperiores eum eos accusamus.\",\"text\":\"Use the virtual RSS alarm, then you can hack the mobile circuit!\"}"], ["created_at", "2016-10-06 14:49:17.639695"], ["updated_at", "2016-10-06 14:49:17.639695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus qui quia ut quibusdam.\",\"text\":\"If we program the alarm, we can get to the TCP transmitter through the wireless JBOD pixel!\"}"], ["created_at", "2016-10-06 14:49:17.640757"], ["updated_at", "2016-10-06 14:49:17.640757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quia ipsa eius quis quisquam ad ea.\",\"text\":\"If we back up the feed, we can get to the ADP card through the multi-byte SSL matrix!\"}"], ["created_at", "2016-10-06 14:49:17.641721"], ["updated_at", "2016-10-06 14:49:17.641721"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem earum impedit aspernatur.\",\"text\":\"Use the virtual SMS firewall, then you can quantify the wireless feed!\"}"], ["created_at", "2016-10-06 14:49:17.642670"], ["updated_at", "2016-10-06 14:49:17.642670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et velit asperiores.\",\"text\":\"Try to index the AGP feed, maybe it will connect the primary card!\"}"], ["created_at", "2016-10-06 14:49:17.643614"], ["updated_at", "2016-10-06 14:49:17.643614"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi debitis ut dolores voluptas.\",\"text\":\"Try to connect the PNG panel, maybe it will quantify the redundant circuit!\"}"], ["created_at", "2016-10-06 14:49:17.644495"], ["updated_at", "2016-10-06 14:49:17.644495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora voluptates qui.\",\"text\":\"If we calculate the port, we can get to the HDD hard drive through the wireless TCP card!\"}"], ["created_at", "2016-10-06 14:49:17.645391"], ["updated_at", "2016-10-06 14:49:17.645391"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem eligendi optio quos qui tempora magni.\",\"text\":\"Calculating the bus won't do anything, we need to hack the multi-byte css panel!\"}"], ["created_at", "2016-10-06 14:49:17.646306"], ["updated_at", "2016-10-06 14:49:17.646306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis dolores doloribus et quo repudiandae porro voluptatibus.\",\"text\":\"We need to copy the neural RAM bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.647209"], ["updated_at", "2016-10-06 14:49:17.647209"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum sed atque quo.\",\"text\":\"We need to compress the neural RAM circuit!\"}"], ["created_at", "2016-10-06 14:49:17.648168"], ["updated_at", "2016-10-06 14:49:17.648168"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptate et.\",\"text\":\"Copying the system won't do anything, we need to calculate the neural http sensor!\"}"], ["created_at", "2016-10-06 14:49:17.649263"], ["updated_at", "2016-10-06 14:49:17.649263"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel eum est.\",\"text\":\"We need to index the back-end HDD protocol!\"}"], ["created_at", "2016-10-06 14:49:17.650398"], ["updated_at", "2016-10-06 14:49:17.650398"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et debitis ratione et eius qui aut.\",\"text\":\"We need to hack the optical FTP interface!\"}"], ["created_at", "2016-10-06 14:49:17.651687"], ["updated_at", "2016-10-06 14:49:17.651687"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit est doloremque earum repellendus deserunt nam.\",\"text\":\"I'll override the redundant COM sensor, that should transmitter the CSS monitor!\"}"], ["created_at", "2016-10-06 14:49:17.653519"], ["updated_at", "2016-10-06 14:49:17.653519"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque iste tempora sunt id in.\",\"text\":\"Bypassing the port won't do anything, we need to compress the 1080p css hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.655787"], ["updated_at", "2016-10-06 14:49:17.655787"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus a voluptas sed omnis sed.\",\"text\":\"You can't navigate the firewall without generating the primary JBOD pixel!\"}"], ["created_at", "2016-10-06 14:49:17.658100"], ["updated_at", "2016-10-06 14:49:17.658100"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas eos quam minima enim.\",\"text\":\"You can't copy the port without parsing the optical JSON protocol!\"}"], ["created_at", "2016-10-06 14:49:17.660242"], ["updated_at", "2016-10-06 14:49:17.660242"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui rerum ea quo.\",\"text\":\"If we bypass the microchip, we can get to the IB card through the back-end HDD card!\"}"], ["created_at", "2016-10-06 14:49:17.661201"], ["updated_at", "2016-10-06 14:49:17.661201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam enim fugiat cumque.\",\"text\":\"Overriding the system won't do anything, we need to synthesize the 1080p jbod matrix!\"}"], ["created_at", "2016-10-06 14:49:17.662165"], ["updated_at", "2016-10-06 14:49:17.662165"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex quam facere possimus ut.\",\"text\":\"The THX bus is down, override the multi-byte hard drive so we can parse the IB system!\"}"], ["created_at", "2016-10-06 14:49:17.663089"], ["updated_at", "2016-10-06 14:49:17.663089"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus quo ipsa.\",\"text\":\"Use the wireless CSS system, then you can index the bluetooth bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.664063"], ["updated_at", "2016-10-06 14:49:17.664063"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore itaque similique et qui eligendi aut.\",\"text\":\"If we navigate the application, we can get to the JSON driver through the primary SDD transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.665158"], ["updated_at", "2016-10-06 14:49:17.665158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi numquam cum debitis.\",\"text\":\"Generating the alarm won't do anything, we need to transmit the optical exe monitor!\"}"], ["created_at", "2016-10-06 14:49:17.666288"], ["updated_at", "2016-10-06 14:49:17.666288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet vero maiores corporis quisquam nesciunt.\",\"text\":\"I'll back up the solid state COM bandwidth, that should capacitor the SMTP protocol!\"}"], ["created_at", "2016-10-06 14:49:17.667205"], ["updated_at", "2016-10-06 14:49:17.667205"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam temporibus dolores et officiis non.\",\"text\":\"I'll copy the neural SSL monitor, that should monitor the SSL system!\"}"], ["created_at", "2016-10-06 14:49:17.668107"], ["updated_at", "2016-10-06 14:49:17.668107"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium consequatur explicabo voluptate consequatur qui.\",\"text\":\"If we program the driver, we can get to the USB card through the multi-byte XSS system!\"}"], ["created_at", "2016-10-06 14:49:17.669021"], ["updated_at", "2016-10-06 14:49:17.669021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit impedit id debitis vel.\",\"text\":\"The USB feed is down, navigate the bluetooth matrix so we can reboot the XML hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.669924"], ["updated_at", "2016-10-06 14:49:17.669924"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat voluptatem rerum voluptatem non.\",\"text\":\"Use the open-source THX pixel, then you can generate the bluetooth program!\"}"], ["created_at", "2016-10-06 14:49:17.670829"], ["updated_at", "2016-10-06 14:49:17.670829"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem in ab quasi harum est.\",\"text\":\"You can't index the application without bypassing the digital GB protocol!\"}"], ["created_at", "2016-10-06 14:49:17.671958"], ["updated_at", "2016-10-06 14:49:17.671958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum sapiente earum.\",\"text\":\"Use the 1080p HDD array, then you can synthesize the open-source bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.672994"], ["updated_at", "2016-10-06 14:49:17.672994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestiae aut qui similique hic et velit.\",\"text\":\"We need to bypass the back-end JSON panel!\"}"], ["created_at", "2016-10-06 14:49:17.673898"], ["updated_at", "2016-10-06 14:49:17.673898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi non voluptas.\",\"text\":\"We need to parse the open-source AGP monitor!\"}"], ["created_at", "2016-10-06 14:49:17.674804"], ["updated_at", "2016-10-06 14:49:17.674804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis illum est nihil excepturi ipsa impedit.\",\"text\":\"We need to synthesize the primary AGP driver!\"}"], ["created_at", "2016-10-06 14:49:17.675700"], ["updated_at", "2016-10-06 14:49:17.675700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quis quibusdam.\",\"text\":\"The RSS program is down, bypass the auxiliary transmitter so we can hack the FTP microchip!\"}"], ["created_at", "2016-10-06 14:49:17.676588"], ["updated_at", "2016-10-06 14:49:17.676588"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor illum fuga laudantium eum velit.\",\"text\":\"Use the mobile AI pixel, then you can transmit the auxiliary capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.677464"], ["updated_at", "2016-10-06 14:49:17.677464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore et facilis.\",\"text\":\"Connecting the port won't do anything, we need to synthesize the bluetooth usb circuit!\"}"], ["created_at", "2016-10-06 14:49:17.678370"], ["updated_at", "2016-10-06 14:49:17.678370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio sed qui odit id.\",\"text\":\"If we transmit the capacitor, we can get to the JSON program through the online GB protocol!\"}"], ["created_at", "2016-10-06 14:49:17.679308"], ["updated_at", "2016-10-06 14:49:17.679308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut atque autem.\",\"text\":\"Use the neural GB bus, then you can navigate the solid state firewall!\"}"], ["created_at", "2016-10-06 14:49:17.680190"], ["updated_at", "2016-10-06 14:49:17.680190"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est corrupti ut quidem.\",\"text\":\"I'll bypass the cross-platform JSON firewall, that should driver the RSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.681092"], ["updated_at", "2016-10-06 14:49:17.681092"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo dignissimos molestiae sed ut.\",\"text\":\"If we navigate the firewall, we can get to the RSS array through the digital PNG firewall!\"}"], ["created_at", "2016-10-06 14:49:17.682375"], ["updated_at", "2016-10-06 14:49:17.682375"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima quia incidunt illum hic deserunt odio earum.\",\"text\":\"We need to back up the wireless SCSI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.683964"], ["updated_at", "2016-10-06 14:49:17.683964"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut qui quasi laboriosam qui eligendi et.\",\"text\":\"If we index the capacitor, we can get to the PCI panel through the mobile ADP pixel!\"}"], ["created_at", "2016-10-06 14:49:17.685697"], ["updated_at", "2016-10-06 14:49:17.685697"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem praesentium nihil assumenda vero.\",\"text\":\"Navigating the monitor won't do anything, we need to hack the cross-platform ssl firewall!\"}"], ["created_at", "2016-10-06 14:49:17.687975"], ["updated_at", "2016-10-06 14:49:17.687975"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti hic at illo fugit repellat ea.\",\"text\":\"Try to bypass the SSL matrix, maybe it will quantify the online sensor!\"}"], ["created_at", "2016-10-06 14:49:17.690408"], ["updated_at", "2016-10-06 14:49:17.690408"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia est eaque neque quidem dolor nostrum possimus.\",\"text\":\"Use the haptic JBOD sensor, then you can bypass the open-source circuit!\"}"], ["created_at", "2016-10-06 14:49:17.692535"], ["updated_at", "2016-10-06 14:49:17.692535"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora et architecto.\",\"text\":\"Use the open-source SCSI card, then you can program the haptic matrix!\"}"], ["created_at", "2016-10-06 14:49:17.693491"], ["updated_at", "2016-10-06 14:49:17.693491"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae fuga nemo perferendis enim temporibus quas.\",\"text\":\"Use the back-end TCP system, then you can connect the online feed!\"}"], ["created_at", "2016-10-06 14:49:17.694420"], ["updated_at", "2016-10-06 14:49:17.694420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut excepturi ut omnis autem deleniti.\",\"text\":\"You can't program the feed without generating the neural USB microchip!\"}"], ["created_at", "2016-10-06 14:49:17.695324"], ["updated_at", "2016-10-06 14:49:17.695324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam minus fugit maiores non temporibus consequatur corrupti.\",\"text\":\"If we compress the application, we can get to the THX protocol through the multi-byte FTP card!\"}"], ["created_at", "2016-10-06 14:49:17.696220"], ["updated_at", "2016-10-06 14:49:17.696220"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et rerum qui quidem voluptatem assumenda accusamus.\",\"text\":\"Use the online CSS monitor, then you can connect the haptic hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.697162"], ["updated_at", "2016-10-06 14:49:17.697162"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem unde eos quia quasi molestiae qui.\",\"text\":\"If we reboot the bus, we can get to the PNG interface through the primary IB firewall!\"}"], ["created_at", "2016-10-06 14:49:17.698286"], ["updated_at", "2016-10-06 14:49:17.698286"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed velit in blanditiis.\",\"text\":\"Use the online SSL bus, then you can input the open-source bus!\"}"], ["created_at", "2016-10-06 14:49:17.699594"], ["updated_at", "2016-10-06 14:49:17.699594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus voluptatibus non doloremque quia et.\",\"text\":\"If we compress the microchip, we can get to the SSL sensor through the primary IB card!\"}"], ["created_at", "2016-10-06 14:49:17.700554"], ["updated_at", "2016-10-06 14:49:17.700554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae consequatur qui.\",\"text\":\"Generating the sensor won't do anything, we need to input the online sql pixel!\"}"], ["created_at", "2016-10-06 14:49:17.701489"], ["updated_at", "2016-10-06 14:49:17.701489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit consequatur sequi architecto aperiam ex.\",\"text\":\"Try to transmit the FTP firewall, maybe it will connect the back-end circuit!\"}"], ["created_at", "2016-10-06 14:49:17.702392"], ["updated_at", "2016-10-06 14:49:17.702392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos rerum non autem.\",\"text\":\"If we generate the feed, we can get to the JSON bandwidth through the optical PNG circuit!\"}"], ["created_at", "2016-10-06 14:49:17.703279"], ["updated_at", "2016-10-06 14:49:17.703279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus commodi natus reiciendis et et impedit qui.\",\"text\":\"Try to quantify the SMS card, maybe it will reboot the digital matrix!\"}"], ["created_at", "2016-10-06 14:49:17.704168"], ["updated_at", "2016-10-06 14:49:17.704168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis id tenetur et excepturi voluptas.\",\"text\":\"If we quantify the pixel, we can get to the PNG program through the solid state THX alarm!\"}"], ["created_at", "2016-10-06 14:49:17.705058"], ["updated_at", "2016-10-06 14:49:17.705058"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quasi qui asperiores reprehenderit eveniet voluptatem quod.\",\"text\":\"Try to override the SQL pixel, maybe it will bypass the primary pixel!\"}"], ["created_at", "2016-10-06 14:49:17.705960"], ["updated_at", "2016-10-06 14:49:17.705960"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem rerum nihil impedit cum.\",\"text\":\"The CSS bandwidth is down, calculate the cross-platform protocol so we can index the USB application!\"}"], ["created_at", "2016-10-06 14:49:17.706907"], ["updated_at", "2016-10-06 14:49:17.706907"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit saepe itaque vel id ut.\",\"text\":\"Try to navigate the SMTP microchip, maybe it will override the solid state hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.707807"], ["updated_at", "2016-10-06 14:49:17.707807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quasi aut molestias quaerat.\",\"text\":\"Use the neural SAS firewall, then you can compress the multi-byte bus!\"}"], ["created_at", "2016-10-06 14:49:17.708707"], ["updated_at", "2016-10-06 14:49:17.708707"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi soluta qui quos pariatur veniam.\",\"text\":\"Use the online CSS matrix, then you can synthesize the solid state capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.709606"], ["updated_at", "2016-10-06 14:49:17.709606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime voluptatem enim ea harum assumenda aut ipsum.\",\"text\":\"We need to synthesize the 1080p SQL port!\"}"], ["created_at", "2016-10-06 14:49:17.710527"], ["updated_at", "2016-10-06 14:49:17.710527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore at a eos quia.\",\"text\":\"If we override the bandwidth, we can get to the SAS bandwidth through the auxiliary RSS monitor!\"}"], ["created_at", "2016-10-06 14:49:17.711403"], ["updated_at", "2016-10-06 14:49:17.711403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis voluptatum amet.\",\"text\":\"We need to calculate the redundant SAS alarm!\"}"], ["created_at", "2016-10-06 14:49:17.712285"], ["updated_at", "2016-10-06 14:49:17.712285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit qui harum ut est rerum.\",\"text\":\"Try to index the PCI hard drive, maybe it will hack the optical capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.713187"], ["updated_at", "2016-10-06 14:49:17.713187"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos facere et.\",\"text\":\"Try to reboot the ADP port, maybe it will compress the 1080p system!\"}"], ["created_at", "2016-10-06 14:49:17.714140"], ["updated_at", "2016-10-06 14:49:17.714140"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit rerum ut ut omnis.\",\"text\":\"Navigating the pixel won't do anything, we need to navigate the online xml application!\"}"], ["created_at", "2016-10-06 14:49:17.715296"], ["updated_at", "2016-10-06 14:49:17.715296"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto et quis nihil.\",\"text\":\"I'll reboot the multi-byte XSS matrix, that should interface the HDD program!\"}"], ["created_at", "2016-10-06 14:49:17.716407"], ["updated_at", "2016-10-06 14:49:17.716407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut est dolorem.\",\"text\":\"You can't compress the capacitor without navigating the redundant HDD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.717341"], ["updated_at", "2016-10-06 14:49:17.717341"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci vel dolores necessitatibus.\",\"text\":\"You can't connect the hard drive without compressing the auxiliary JSON port!\"}"], ["created_at", "2016-10-06 14:49:17.718314"], ["updated_at", "2016-10-06 14:49:17.718314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo minus perspiciatis dicta.\",\"text\":\"The RAM array is down, parse the 1080p transmitter so we can program the IB port!\"}"], ["created_at", "2016-10-06 14:49:17.719231"], ["updated_at", "2016-10-06 14:49:17.719231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur vitae quod excepturi.\",\"text\":\"You can't parse the system without compressing the haptic SCSI capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.720140"], ["updated_at", "2016-10-06 14:49:17.720140"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas nam sit omnis itaque ullam facilis.\",\"text\":\"Connecting the feed won't do anything, we need to copy the back-end jbod system!\"}"], ["created_at", "2016-10-06 14:49:17.721080"], ["updated_at", "2016-10-06 14:49:17.721080"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea dolorem beatae et quia non distinctio.\",\"text\":\"If we hack the panel, we can get to the SQL application through the wireless AGP bus!\"}"], ["created_at", "2016-10-06 14:49:17.722040"], ["updated_at", "2016-10-06 14:49:17.722040"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id dolorem et.\",\"text\":\"Copying the array won't do anything, we need to reboot the solid state sms port!\"}"], ["created_at", "2016-10-06 14:49:17.723031"], ["updated_at", "2016-10-06 14:49:17.723031"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam qui qui dolor eligendi aut animi provident.\",\"text\":\"We need to copy the open-source JBOD application!\"}"], ["created_at", "2016-10-06 14:49:17.723946"], ["updated_at", "2016-10-06 14:49:17.723946"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia itaque et ea.\",\"text\":\"Try to index the HDD protocol, maybe it will index the neural matrix!\"}"], ["created_at", "2016-10-06 14:49:17.725064"], ["updated_at", "2016-10-06 14:49:17.725064"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit nisi et.\",\"text\":\"The USB microchip is down, connect the neural array so we can transmit the JBOD system!\"}"], ["created_at", "2016-10-06 14:49:17.726156"], ["updated_at", "2016-10-06 14:49:17.726156"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem consequuntur excepturi fugiat laudantium unde.\",\"text\":\"The EXE driver is down, calculate the wireless protocol so we can connect the SQL application!\"}"], ["created_at", "2016-10-06 14:49:17.727121"], ["updated_at", "2016-10-06 14:49:17.727121"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis et est quas.\",\"text\":\"Try to compress the HDD monitor, maybe it will transmit the virtual program!\"}"], ["created_at", "2016-10-06 14:49:17.728037"], ["updated_at", "2016-10-06 14:49:17.728037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio qui id.\",\"text\":\"If we synthesize the application, we can get to the SQL array through the digital ADP hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.728949"], ["updated_at", "2016-10-06 14:49:17.728949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure fugiat doloribus consequuntur accusamus.\",\"text\":\"You can't override the sensor without generating the virtual SQL alarm!\"}"], ["created_at", "2016-10-06 14:49:17.729850"], ["updated_at", "2016-10-06 14:49:17.729850"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero sit temporibus occaecati sit sed officiis.\",\"text\":\"The GB transmitter is down, bypass the optical interface so we can index the SMTP interface!\"}"], ["created_at", "2016-10-06 14:49:17.730802"], ["updated_at", "2016-10-06 14:49:17.730802"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi dolorem hic.\",\"text\":\"We need to quantify the primary THX transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.731965"], ["updated_at", "2016-10-06 14:49:17.731965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt quae officiis quam omnis ut.\",\"text\":\"Navigating the bus won't do anything, we need to program the virtual png matrix!\"}"], ["created_at", "2016-10-06 14:49:17.733023"], ["updated_at", "2016-10-06 14:49:17.733023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dolorum rem in ut.\",\"text\":\"You can't synthesize the monitor without quantifying the primary XML firewall!\"}"], ["created_at", "2016-10-06 14:49:17.733941"], ["updated_at", "2016-10-06 14:49:17.733941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi eligendi ea cupiditate sapiente qui ipsa repellat.\",\"text\":\"Use the redundant THX alarm, then you can hack the wireless feed!\"}"], ["created_at", "2016-10-06 14:49:17.734979"], ["updated_at", "2016-10-06 14:49:17.734979"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae voluptas enim ad rerum et placeat.\",\"text\":\"You can't input the pixel without compressing the mobile IB array!\"}"], ["created_at", "2016-10-06 14:49:17.735921"], ["updated_at", "2016-10-06 14:49:17.735921"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora ut rerum libero magni iure ipsa.\",\"text\":\"Use the neural HTTP pixel, then you can quantify the open-source bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.736825"], ["updated_at", "2016-10-06 14:49:17.736825"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quos ab qui omnis possimus error veritatis.\",\"text\":\"If we bypass the circuit, we can get to the HTTP pixel through the online XSS monitor!\"}"], ["created_at", "2016-10-06 14:49:17.737736"], ["updated_at", "2016-10-06 14:49:17.737736"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae iure quae est qui et.\",\"text\":\"You can't generate the protocol without quantifying the open-source SAS interface!\"}"], ["created_at", "2016-10-06 14:49:17.738738"], ["updated_at", "2016-10-06 14:49:17.738738"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad in perspiciatis dolor architecto beatae non quasi.\",\"text\":\"I'll bypass the back-end COM bus, that should program the USB interface!\"}"], ["created_at", "2016-10-06 14:49:17.739817"], ["updated_at", "2016-10-06 14:49:17.739817"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti aut blanditiis amet illo veritatis voluptas inventore.\",\"text\":\"The HTTP capacitor is down, transmit the online program so we can calculate the SSL hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.740859"], ["updated_at", "2016-10-06 14:49:17.740859"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui velit vel excepturi harum porro.\",\"text\":\"Use the bluetooth AGP card, then you can calculate the back-end capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.742179"], ["updated_at", "2016-10-06 14:49:17.742179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sunt adipisci eligendi soluta sed.\",\"text\":\"I'll calculate the primary AI capacitor, that should panel the SMTP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.743270"], ["updated_at", "2016-10-06 14:49:17.743270"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur et sit in omnis ad sequi et.\",\"text\":\"Try to calculate the SAS alarm, maybe it will copy the back-end pixel!\"}"], ["created_at", "2016-10-06 14:49:17.744337"], ["updated_at", "2016-10-06 14:49:17.744337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti est officiis.\",\"text\":\"Use the auxiliary RAM panel, then you can back up the 1080p hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.745355"], ["updated_at", "2016-10-06 14:49:17.745355"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit magnam pariatur sapiente sequi ea sunt.\",\"text\":\"Calculating the alarm won't do anything, we need to hack the auxiliary tcp array!\"}"], ["created_at", "2016-10-06 14:49:17.746366"], ["updated_at", "2016-10-06 14:49:17.746366"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur aliquam tempore qui eius delectus.\",\"text\":\"Transmitting the alarm won't do anything, we need to connect the primary sms capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.747441"], ["updated_at", "2016-10-06 14:49:17.747441"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio eum nemo aut labore aut laboriosam.\",\"text\":\"Try to navigate the AI bus, maybe it will bypass the auxiliary pixel!\"}"], ["created_at", "2016-10-06 14:49:17.748677"], ["updated_at", "2016-10-06 14:49:17.748677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate cum vitae dolores.\",\"text\":\"Try to input the HTTP array, maybe it will compress the auxiliary sensor!\"}"], ["created_at", "2016-10-06 14:49:17.749823"], ["updated_at", "2016-10-06 14:49:17.749823"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cum aut.\",\"text\":\"Try to connect the PNG port, maybe it will program the bluetooth driver!\"}"], ["created_at", "2016-10-06 14:49:17.750854"], ["updated_at", "2016-10-06 14:49:17.750854"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore iure ut suscipit animi sunt repellat.\",\"text\":\"Synthesizing the driver won't do anything, we need to navigate the auxiliary exe driver!\"}"], ["created_at", "2016-10-06 14:49:17.751799"], ["updated_at", "2016-10-06 14:49:17.751799"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est magnam rem recusandae ullam et autem.\",\"text\":\"You can't transmit the sensor without overriding the optical HDD card!\"}"], ["created_at", "2016-10-06 14:49:17.761858"], ["updated_at", "2016-10-06 14:49:17.761858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quidem aliquid quo.\",\"text\":\"Use the optical PNG system, then you can program the multi-byte system!\"}"], ["created_at", "2016-10-06 14:49:17.762870"], ["updated_at", "2016-10-06 14:49:17.762870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates corporis voluptatem vel repudiandae consequuntur distinctio.\",\"text\":\"If we quantify the sensor, we can get to the PNG array through the optical TCP interface!\"}"], ["created_at", "2016-10-06 14:49:17.763743"], ["updated_at", "2016-10-06 14:49:17.763743"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi natus perferendis cum voluptatem nisi.\",\"text\":\"Try to navigate the SCSI circuit, maybe it will synthesize the virtual panel!\"}"], ["created_at", "2016-10-06 14:49:17.764726"], ["updated_at", "2016-10-06 14:49:17.764726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et praesentium magni sed autem.\",\"text\":\"If we transmit the system, we can get to the CSS circuit through the multi-byte SQL card!\"}"], ["created_at", "2016-10-06 14:49:17.765839"], ["updated_at", "2016-10-06 14:49:17.765839"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut magnam commodi vero qui aliquam.\",\"text\":\"I'll input the optical SAS hard drive, that should monitor the COM card!\"}"], ["created_at", "2016-10-06 14:49:17.766775"], ["updated_at", "2016-10-06 14:49:17.766775"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse ut recusandae exercitationem odio earum.\",\"text\":\"We need to calculate the open-source JBOD bus!\"}"], ["created_at", "2016-10-06 14:49:17.767699"], ["updated_at", "2016-10-06 14:49:17.767699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque impedit vero quia cum nulla labore dolorem.\",\"text\":\"We need to override the back-end SQL matrix!\"}"], ["created_at", "2016-10-06 14:49:17.768568"], ["updated_at", "2016-10-06 14:49:17.768568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero illo inventore incidunt nihil iste.\",\"text\":\"The IB array is down, parse the neural capacitor so we can bypass the CSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.769425"], ["updated_at", "2016-10-06 14:49:17.769425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur inventore explicabo neque earum.\",\"text\":\"Try to program the RSS panel, maybe it will generate the digital pixel!\"}"], ["created_at", "2016-10-06 14:49:17.770315"], ["updated_at", "2016-10-06 14:49:17.770315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum rerum nemo dolorem et et est fugit.\",\"text\":\"Hacking the protocol won't do anything, we need to generate the 1080p css sensor!\"}"], ["created_at", "2016-10-06 14:49:17.771179"], ["updated_at", "2016-10-06 14:49:17.771179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste quas nihil itaque enim occaecati veniam.\",\"text\":\"You can't calculate the application without overriding the redundant XSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.772051"], ["updated_at", "2016-10-06 14:49:17.772051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus suscipit ut tempora eveniet officia rerum.\",\"text\":\"I'll connect the redundant SDD system, that should panel the XML program!\"}"], ["created_at", "2016-10-06 14:49:17.772931"], ["updated_at", "2016-10-06 14:49:17.772931"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis nisi ut enim iste at.\",\"text\":\"Use the virtual SSL pixel, then you can compress the mobile microchip!\"}"], ["created_at", "2016-10-06 14:49:17.773801"], ["updated_at", "2016-10-06 14:49:17.773801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis ab architecto.\",\"text\":\"We need to program the solid state SMTP system!\"}"], ["created_at", "2016-10-06 14:49:17.774685"], ["updated_at", "2016-10-06 14:49:17.774685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio ratione eum eveniet et.\",\"text\":\"Try to quantify the PNG panel, maybe it will compress the 1080p feed!\"}"], ["created_at", "2016-10-06 14:49:17.775583"], ["updated_at", "2016-10-06 14:49:17.775583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam autem sequi dicta voluptates eos illum vitae.\",\"text\":\"If we program the driver, we can get to the JBOD matrix through the auxiliary HDD system!\"}"], ["created_at", "2016-10-06 14:49:17.776455"], ["updated_at", "2016-10-06 14:49:17.776455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti natus odio culpa quas beatae ab non.\",\"text\":\"Hacking the card won't do anything, we need to program the online sql bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.777318"], ["updated_at", "2016-10-06 14:49:17.777318"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores quo quis omnis qui similique sit.\",\"text\":\"Try to compress the JBOD system, maybe it will navigate the mobile capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.778204"], ["updated_at", "2016-10-06 14:49:17.778204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et autem iure sed nihil.\",\"text\":\"We need to back up the back-end SSL system!\"}"], ["created_at", "2016-10-06 14:49:17.779074"], ["updated_at", "2016-10-06 14:49:17.779074"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde earum iusto omnis explicabo dolorem.\",\"text\":\"If we back up the application, we can get to the AGP matrix through the haptic RSS matrix!\"}"], ["created_at", "2016-10-06 14:49:17.779936"], ["updated_at", "2016-10-06 14:49:17.779936"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non omnis et expedita ea laborum.\",\"text\":\"Try to hack the AI interface, maybe it will reboot the optical alarm!\"}"], ["created_at", "2016-10-06 14:49:17.780828"], ["updated_at", "2016-10-06 14:49:17.780828"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptatibus ipsum consequuntur itaque laborum rem pariatur.\",\"text\":\"If we compress the array, we can get to the SSL matrix through the online THX application!\"}"], ["created_at", "2016-10-06 14:49:17.781970"], ["updated_at", "2016-10-06 14:49:17.781970"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus commodi iure nostrum aut aut perspiciatis.\",\"text\":\"If we calculate the bus, we can get to the PCI capacitor through the wireless AI hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.782990"], ["updated_at", "2016-10-06 14:49:17.782990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt molestiae labore asperiores totam.\",\"text\":\"Use the mobile AI bus, then you can back up the haptic sensor!\"}"], ["created_at", "2016-10-06 14:49:17.783884"], ["updated_at", "2016-10-06 14:49:17.783884"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem voluptas ut.\",\"text\":\"We need to connect the optical HTTP feed!\"}"], ["created_at", "2016-10-06 14:49:17.784792"], ["updated_at", "2016-10-06 14:49:17.784792"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio dolorem deleniti alias pariatur eveniet.\",\"text\":\"Try to index the AGP application, maybe it will back up the primary panel!\"}"], ["created_at", "2016-10-06 14:49:17.785658"], ["updated_at", "2016-10-06 14:49:17.785658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor qui repellendus veniam hic.\",\"text\":\"Backing up the application won't do anything, we need to synthesize the mobile json monitor!\"}"], ["created_at", "2016-10-06 14:49:17.786540"], ["updated_at", "2016-10-06 14:49:17.786540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque et saepe.\",\"text\":\"You can't compress the bandwidth without transmitting the virtual EXE bus!\"}"], ["created_at", "2016-10-06 14:49:17.787404"], ["updated_at", "2016-10-06 14:49:17.787404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore vitae esse.\",\"text\":\"We need to program the online PCI circuit!\"}"], ["created_at", "2016-10-06 14:49:17.788257"], ["updated_at", "2016-10-06 14:49:17.788257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum veniam rem adipisci.\",\"text\":\"You can't program the interface without bypassing the 1080p TCP panel!\"}"], ["created_at", "2016-10-06 14:49:17.789147"], ["updated_at", "2016-10-06 14:49:17.789147"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut enim delectus aut doloribus qui.\",\"text\":\"The PCI microchip is down, back up the digital interface so we can parse the SSL system!\"}"], ["created_at", "2016-10-06 14:49:17.790070"], ["updated_at", "2016-10-06 14:49:17.790070"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi error voluptatem corrupti dolore eos.\",\"text\":\"We need to synthesize the redundant GB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.790956"], ["updated_at", "2016-10-06 14:49:17.790956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis sint laboriosam voluptatum mollitia ut necessitatibus quae.\",\"text\":\"You can't override the system without connecting the redundant GB microchip!\"}"], ["created_at", "2016-10-06 14:49:17.791818"], ["updated_at", "2016-10-06 14:49:17.791818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur fugit et quasi.\",\"text\":\"Overriding the alarm won't do anything, we need to connect the solid state xml interface!\"}"], ["created_at", "2016-10-06 14:49:17.792679"], ["updated_at", "2016-10-06 14:49:17.792679"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione placeat aut adipisci sunt temporibus.\",\"text\":\"Try to quantify the USB port, maybe it will navigate the auxiliary matrix!\"}"], ["created_at", "2016-10-06 14:49:17.793543"], ["updated_at", "2016-10-06 14:49:17.793543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut omnis enim.\",\"text\":\"We need to navigate the bluetooth PCI microchip!\"}"], ["created_at", "2016-10-06 14:49:17.794431"], ["updated_at", "2016-10-06 14:49:17.794431"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum provident et reprehenderit facere rem.\",\"text\":\"Parsing the capacitor won't do anything, we need to calculate the open-source xss protocol!\"}"], ["created_at", "2016-10-06 14:49:17.795314"], ["updated_at", "2016-10-06 14:49:17.795314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime ipsum sunt.\",\"text\":\"Synthesizing the card won't do anything, we need to copy the back-end http protocol!\"}"], ["created_at", "2016-10-06 14:49:17.796213"], ["updated_at", "2016-10-06 14:49:17.796213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga veniam dolor suscipit dolore nobis ut reprehenderit.\",\"text\":\"Use the bluetooth SMTP driver, then you can program the virtual bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.797085"], ["updated_at", "2016-10-06 14:49:17.797085"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi nihil sunt aspernatur.\",\"text\":\"If we transmit the panel, we can get to the XSS protocol through the digital ADP monitor!\"}"], ["created_at", "2016-10-06 14:49:17.798082"], ["updated_at", "2016-10-06 14:49:17.798082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque et sit.\",\"text\":\"Try to navigate the SQL driver, maybe it will program the neural port!\"}"], ["created_at", "2016-10-06 14:49:17.799226"], ["updated_at", "2016-10-06 14:49:17.799226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic libero ipsum eos saepe.\",\"text\":\"You can't generate the capacitor without hacking the wireless AGP hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.800124"], ["updated_at", "2016-10-06 14:49:17.800124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum necessitatibus porro omnis ullam voluptas ut.\",\"text\":\"Compressing the array won't do anything, we need to input the primary sql application!\"}"], ["created_at", "2016-10-06 14:49:17.800994"], ["updated_at", "2016-10-06 14:49:17.800994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ducimus eum molestiae.\",\"text\":\"Connecting the monitor won't do anything, we need to program the cross-platform json panel!\"}"], ["created_at", "2016-10-06 14:49:17.801865"], ["updated_at", "2016-10-06 14:49:17.801865"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis sit aut soluta.\",\"text\":\"If we hack the interface, we can get to the GB capacitor through the neural AI bus!\"}"], ["created_at", "2016-10-06 14:49:17.802739"], ["updated_at", "2016-10-06 14:49:17.802739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil eveniet voluptatibus mollitia ut explicabo rerum.\",\"text\":\"If we transmit the bus, we can get to the FTP matrix through the mobile PCI transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.803611"], ["updated_at", "2016-10-06 14:49:17.803611"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem aut odit.\",\"text\":\"Try to compress the XML monitor, maybe it will copy the redundant system!\"}"], ["created_at", "2016-10-06 14:49:17.804500"], ["updated_at", "2016-10-06 14:49:17.804500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium iste distinctio repudiandae fugiat possimus quis.\",\"text\":\"You can't input the feed without backing up the bluetooth SMTP array!\"}"], ["created_at", "2016-10-06 14:49:17.805372"], ["updated_at", "2016-10-06 14:49:17.805372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam quam consequuntur mollitia aliquid ut quia excepturi.\",\"text\":\"I'll connect the virtual SQL port, that should capacitor the AGP pixel!\"}"], ["created_at", "2016-10-06 14:49:17.806276"], ["updated_at", "2016-10-06 14:49:17.806276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore vel aperiam eligendi.\",\"text\":\"We need to compress the mobile USB monitor!\"}"], ["created_at", "2016-10-06 14:49:17.807141"], ["updated_at", "2016-10-06 14:49:17.807141"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis et maxime corporis sint porro nulla.\",\"text\":\"I'll back up the online IB alarm, that should protocol the SMTP system!\"}"], ["created_at", "2016-10-06 14:49:17.807999"], ["updated_at", "2016-10-06 14:49:17.807999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi voluptatem nulla enim.\",\"text\":\"We need to input the primary CSS card!\"}"], ["created_at", "2016-10-06 14:49:17.808861"], ["updated_at", "2016-10-06 14:49:17.808861"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa possimus eveniet sit.\",\"text\":\"Generating the transmitter won't do anything, we need to index the multi-byte png hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.809732"], ["updated_at", "2016-10-06 14:49:17.809732"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum nemo et quasi autem voluptatibus.\",\"text\":\"Try to back up the JBOD sensor, maybe it will connect the auxiliary circuit!\"}"], ["created_at", "2016-10-06 14:49:17.810627"], ["updated_at", "2016-10-06 14:49:17.810627"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis nobis necessitatibus consequatur.\",\"text\":\"If we synthesize the array, we can get to the AGP sensor through the back-end ADP sensor!\"}"], ["created_at", "2016-10-06 14:49:17.811494"], ["updated_at", "2016-10-06 14:49:17.811494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit distinctio maxime deserunt magni cum.\",\"text\":\"Use the digital COM driver, then you can quantify the virtual hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.812358"], ["updated_at", "2016-10-06 14:49:17.812358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed dolor temporibus voluptatibus.\",\"text\":\"Try to synthesize the PCI panel, maybe it will navigate the solid state microchip!\"}"], ["created_at", "2016-10-06 14:49:17.813230"], ["updated_at", "2016-10-06 14:49:17.813230"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis voluptas inventore cum.\",\"text\":\"Use the bluetooth RSS capacitor, then you can transmit the wireless interface!\"}"], ["created_at", "2016-10-06 14:49:17.814106"], ["updated_at", "2016-10-06 14:49:17.814106"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam magnam eius aut.\",\"text\":\"If we reboot the driver, we can get to the EXE firewall through the virtual CSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.815229"], ["updated_at", "2016-10-06 14:49:17.815229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ex sequi mollitia odio quia est.\",\"text\":\"We need to compress the open-source HTTP array!\"}"], ["created_at", "2016-10-06 14:49:17.816229"], ["updated_at", "2016-10-06 14:49:17.816229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint dolores enim consequatur id modi aut suscipit.\",\"text\":\"Use the multi-byte SSL matrix, then you can connect the digital card!\"}"], ["created_at", "2016-10-06 14:49:17.817100"], ["updated_at", "2016-10-06 14:49:17.817100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia at quia fuga.\",\"text\":\"Use the digital JBOD card, then you can program the neural panel!\"}"], ["created_at", "2016-10-06 14:49:17.817957"], ["updated_at", "2016-10-06 14:49:17.817957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor et suscipit ullam vel necessitatibus mollitia.\",\"text\":\"The SMS interface is down, index the digital program so we can hack the SQL microchip!\"}"], ["created_at", "2016-10-06 14:49:17.818835"], ["updated_at", "2016-10-06 14:49:17.818835"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et doloribus iusto distinctio.\",\"text\":\"Try to synthesize the SAS sensor, maybe it will connect the optical program!\"}"], ["created_at", "2016-10-06 14:49:17.819714"], ["updated_at", "2016-10-06 14:49:17.819714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe porro doloremque deserunt soluta consequuntur consectetur.\",\"text\":\"The COM sensor is down, index the multi-byte protocol so we can quantify the JSON program!\"}"], ["created_at", "2016-10-06 14:49:17.820591"], ["updated_at", "2016-10-06 14:49:17.820591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quis veniam est voluptatibus.\",\"text\":\"Indexing the driver won't do anything, we need to transmit the multi-byte tcp alarm!\"}"], ["created_at", "2016-10-06 14:49:17.821517"], ["updated_at", "2016-10-06 14:49:17.821517"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae suscipit enim accusamus.\",\"text\":\"Try to input the THX card, maybe it will quantify the haptic matrix!\"}"], ["created_at", "2016-10-06 14:49:17.822451"], ["updated_at", "2016-10-06 14:49:17.822451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure eos eum at non.\",\"text\":\"Use the digital SAS bus, then you can override the online firewall!\"}"], ["created_at", "2016-10-06 14:49:17.823352"], ["updated_at", "2016-10-06 14:49:17.823352"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero aut earum molestiae.\",\"text\":\"You can't program the pixel without calculating the cross-platform SDD capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.824250"], ["updated_at", "2016-10-06 14:49:17.824250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis quasi quidem dolore ducimus.\",\"text\":\"The CSS bus is down, copy the redundant panel so we can back up the TCP pixel!\"}"], ["created_at", "2016-10-06 14:49:17.825131"], ["updated_at", "2016-10-06 14:49:17.825131"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime esse cupiditate error consequatur.\",\"text\":\"Generating the microchip won't do anything, we need to program the 1080p ai sensor!\"}"], ["created_at", "2016-10-06 14:49:17.826031"], ["updated_at", "2016-10-06 14:49:17.826031"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci vitae aperiam.\",\"text\":\"You can't input the firewall without overriding the multi-byte AGP pixel!\"}"], ["created_at", "2016-10-06 14:49:17.826943"], ["updated_at", "2016-10-06 14:49:17.826943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae molestiae enim.\",\"text\":\"If we override the pixel, we can get to the SQL bandwidth through the solid state THX array!\"}"], ["created_at", "2016-10-06 14:49:17.827804"], ["updated_at", "2016-10-06 14:49:17.827804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium non labore.\",\"text\":\"We need to program the virtual XSS alarm!\"}"], ["created_at", "2016-10-06 14:49:17.828669"], ["updated_at", "2016-10-06 14:49:17.828669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni earum explicabo rerum quae.\",\"text\":\"The HDD application is down, compress the back-end protocol so we can override the FTP port!\"}"], ["created_at", "2016-10-06 14:49:17.829532"], ["updated_at", "2016-10-06 14:49:17.829532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas est eligendi neque nihil est.\",\"text\":\"You can't index the pixel without backing up the primary SSL card!\"}"], ["created_at", "2016-10-06 14:49:17.830416"], ["updated_at", "2016-10-06 14:49:17.830416"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quia illo sit laudantium quae quos dolore.\",\"text\":\"You can't copy the array without transmitting the multi-byte GB protocol!\"}"], ["created_at", "2016-10-06 14:49:17.831451"], ["updated_at", "2016-10-06 14:49:17.831451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus et sit.\",\"text\":\"Use the auxiliary GB bandwidth, then you can input the redundant firewall!\"}"], ["created_at", "2016-10-06 14:49:17.832555"], ["updated_at", "2016-10-06 14:49:17.832555"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus amet eligendi facere ipsa optio officiis.\",\"text\":\"Copying the monitor won't do anything, we need to override the online agp feed!\"}"], ["created_at", "2016-10-06 14:49:17.833444"], ["updated_at", "2016-10-06 14:49:17.833444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ut maxime culpa sapiente quam molestias.\",\"text\":\"Try to navigate the SAS pixel, maybe it will transmit the cross-platform firewall!\"}"], ["created_at", "2016-10-06 14:49:17.834471"], ["updated_at", "2016-10-06 14:49:17.834471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt cum totam modi ipsum.\",\"text\":\"We need to override the optical SQL capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.835351"], ["updated_at", "2016-10-06 14:49:17.835351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro cupiditate rem accusamus nesciunt.\",\"text\":\"If we synthesize the firewall, we can get to the ADP system through the virtual AI card!\"}"], ["created_at", "2016-10-06 14:49:17.836237"], ["updated_at", "2016-10-06 14:49:17.836237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut deleniti cum rerum deserunt.\",\"text\":\"If we bypass the protocol, we can get to the SSL array through the neural SDD interface!\"}"], ["created_at", "2016-10-06 14:49:17.837102"], ["updated_at", "2016-10-06 14:49:17.837102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo inventore nisi eum.\",\"text\":\"You can't quantify the pixel without transmitting the primary THX array!\"}"], ["created_at", "2016-10-06 14:49:17.837970"], ["updated_at", "2016-10-06 14:49:17.837970"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A id rerum magnam et aut facere.\",\"text\":\"The XSS port is down, synthesize the redundant port so we can navigate the COM array!\"}"], ["created_at", "2016-10-06 14:49:17.838859"], ["updated_at", "2016-10-06 14:49:17.838859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit ea dolore similique quis.\",\"text\":\"I'll override the bluetooth PCI feed, that should system the SQL card!\"}"], ["created_at", "2016-10-06 14:49:17.839750"], ["updated_at", "2016-10-06 14:49:17.839750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus maiores temporibus distinctio placeat.\",\"text\":\"The THX port is down, calculate the cross-platform firewall so we can index the SCSI protocol!\"}"], ["created_at", "2016-10-06 14:49:17.840771"], ["updated_at", "2016-10-06 14:49:17.840771"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores nisi cumque enim temporibus sit rerum blanditiis.\",\"text\":\"If we index the bandwidth, we can get to the EXE bus through the wireless GB transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.841748"], ["updated_at", "2016-10-06 14:49:17.841748"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis qui tempore ullam et sint quaerat.\",\"text\":\"Quantifying the microchip won't do anything, we need to back up the neural png circuit!\"}"], ["created_at", "2016-10-06 14:49:17.842744"], ["updated_at", "2016-10-06 14:49:17.842744"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum veritatis nemo ipsa sint cumque illum hic.\",\"text\":\"Synthesizing the application won't do anything, we need to transmit the wireless sas program!\"}"], ["created_at", "2016-10-06 14:49:17.843621"], ["updated_at", "2016-10-06 14:49:17.843621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem unde perferendis qui.\",\"text\":\"Try to calculate the PNG program, maybe it will copy the bluetooth bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.844523"], ["updated_at", "2016-10-06 14:49:17.844523"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est iste laboriosam sapiente repudiandae.\",\"text\":\"We need to synthesize the redundant AI sensor!\"}"], ["created_at", "2016-10-06 14:49:17.845385"], ["updated_at", "2016-10-06 14:49:17.845385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui et.\",\"text\":\"I'll back up the auxiliary FTP interface, that should interface the PNG system!\"}"], ["created_at", "2016-10-06 14:49:17.846299"], ["updated_at", "2016-10-06 14:49:17.846299"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et velit corporis.\",\"text\":\"Use the virtual HDD matrix, then you can parse the primary panel!\"}"], ["created_at", "2016-10-06 14:49:17.847187"], ["updated_at", "2016-10-06 14:49:17.847187"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eum eos distinctio sit.\",\"text\":\"The EXE feed is down, transmit the virtual transmitter so we can bypass the ADP port!\"}"], ["created_at", "2016-10-06 14:49:17.848186"], ["updated_at", "2016-10-06 14:49:17.848186"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed aperiam et.\",\"text\":\"We need to copy the back-end AI alarm!\"}"], ["created_at", "2016-10-06 14:49:17.849638"], ["updated_at", "2016-10-06 14:49:17.849638"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam earum cumque animi consequatur itaque.\",\"text\":\"Hacking the application won't do anything, we need to navigate the neural xml port!\"}"], ["created_at", "2016-10-06 14:49:17.851123"], ["updated_at", "2016-10-06 14:49:17.851123"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus non consequatur expedita est.\",\"text\":\"The XML matrix is down, bypass the auxiliary protocol so we can quantify the JSON application!\"}"], ["created_at", "2016-10-06 14:49:17.853779"], ["updated_at", "2016-10-06 14:49:17.853779"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe omnis earum eum quo.\",\"text\":\"If we copy the sensor, we can get to the GB bus through the auxiliary TCP firewall!\"}"], ["created_at", "2016-10-06 14:49:17.856129"], ["updated_at", "2016-10-06 14:49:17.856129"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi aut eum maiores doloremque asperiores voluptatum.\",\"text\":\"We need to parse the primary RSS matrix!\"}"], ["created_at", "2016-10-06 14:49:17.858531"], ["updated_at", "2016-10-06 14:49:17.858531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae nobis eaque.\",\"text\":\"If we connect the system, we can get to the CSS sensor through the primary THX alarm!\"}"], ["created_at", "2016-10-06 14:49:17.859532"], ["updated_at", "2016-10-06 14:49:17.859532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex odio unde sequi minima veritatis excepturi consequuntur.\",\"text\":\"Use the primary PCI sensor, then you can quantify the virtual monitor!\"}"], ["created_at", "2016-10-06 14:49:17.860404"], ["updated_at", "2016-10-06 14:49:17.860404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid velit enim aut ipsum dolores numquam eveniet.\",\"text\":\"Copying the protocol won't do anything, we need to compress the virtual xml transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.861270"], ["updated_at", "2016-10-06 14:49:17.861270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In iure ex nemo saepe blanditiis eum.\",\"text\":\"We need to transmit the neural SMTP circuit!\"}"], ["created_at", "2016-10-06 14:49:17.862169"], ["updated_at", "2016-10-06 14:49:17.862169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit dolorum accusamus.\",\"text\":\"If we connect the array, we can get to the COM capacitor through the multi-byte ADP interface!\"}"], ["created_at", "2016-10-06 14:49:17.863044"], ["updated_at", "2016-10-06 14:49:17.863044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem rerum cum sequi corporis dolores laboriosam.\",\"text\":\"I'll back up the digital GB driver, that should microchip the HDD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.864005"], ["updated_at", "2016-10-06 14:49:17.864005"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque voluptatum officiis error qui earum quis tempore.\",\"text\":\"The RAM application is down, transmit the solid state system so we can synthesize the SCSI firewall!\"}"], ["created_at", "2016-10-06 14:49:17.865029"], ["updated_at", "2016-10-06 14:49:17.865029"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam necessitatibus officiis assumenda.\",\"text\":\"You can't copy the capacitor without calculating the virtual SCSI card!\"}"], ["created_at", "2016-10-06 14:49:17.865938"], ["updated_at", "2016-10-06 14:49:17.865938"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum atque dolorem.\",\"text\":\"Use the back-end AI driver, then you can hack the optical microchip!\"}"], ["created_at", "2016-10-06 14:49:17.866850"], ["updated_at", "2016-10-06 14:49:17.866850"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia veniam impedit aliquid.\",\"text\":\"The JSON port is down, synthesize the digital pixel so we can hack the CSS port!\"}"], ["created_at", "2016-10-06 14:49:17.867746"], ["updated_at", "2016-10-06 14:49:17.867746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est tempora omnis in autem autem soluta.\",\"text\":\"You can't transmit the matrix without bypassing the virtual RSS circuit!\"}"], ["created_at", "2016-10-06 14:49:17.868612"], ["updated_at", "2016-10-06 14:49:17.868612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore architecto molestiae soluta quaerat.\",\"text\":\"Generating the transmitter won't do anything, we need to calculate the wireless ftp program!\"}"], ["created_at", "2016-10-06 14:49:17.869493"], ["updated_at", "2016-10-06 14:49:17.869493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur veniam omnis autem et sequi.\",\"text\":\"Use the haptic EXE bandwidth, then you can override the cross-platform firewall!\"}"], ["created_at", "2016-10-06 14:49:17.870390"], ["updated_at", "2016-10-06 14:49:17.870390"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem laboriosam iusto vel.\",\"text\":\"I'll connect the 1080p PCI array, that should bus the SMS alarm!\"}"], ["created_at", "2016-10-06 14:49:17.871402"], ["updated_at", "2016-10-06 14:49:17.871402"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga commodi est.\",\"text\":\"We need to compress the open-source HDD application!\"}"], ["created_at", "2016-10-06 14:49:17.872640"], ["updated_at", "2016-10-06 14:49:17.872640"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos nisi sed iure deleniti et adipisci pariatur.\",\"text\":\"The RSS microchip is down, navigate the redundant array so we can synthesize the HTTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.873587"], ["updated_at", "2016-10-06 14:49:17.873587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolorem voluptate omnis deserunt deleniti.\",\"text\":\"Try to quantify the SCSI protocol, maybe it will calculate the solid state driver!\"}"], ["created_at", "2016-10-06 14:49:17.874526"], ["updated_at", "2016-10-06 14:49:17.874526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur aut totam neque ea.\",\"text\":\"The CSS program is down, connect the optical pixel so we can generate the IB program!\"}"], ["created_at", "2016-10-06 14:49:17.875441"], ["updated_at", "2016-10-06 14:49:17.875441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem nisi dolorum.\",\"text\":\"You can't program the monitor without synthesizing the optical PNG pixel!\"}"], ["created_at", "2016-10-06 14:49:17.876309"], ["updated_at", "2016-10-06 14:49:17.876309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis quas similique sed.\",\"text\":\"Try to copy the XSS monitor, maybe it will navigate the online matrix!\"}"], ["created_at", "2016-10-06 14:49:17.877192"], ["updated_at", "2016-10-06 14:49:17.877192"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam dolorum sit facilis incidunt quaerat.\",\"text\":\"Try to quantify the IB program, maybe it will program the auxiliary bus!\"}"], ["created_at", "2016-10-06 14:49:17.878072"], ["updated_at", "2016-10-06 14:49:17.878072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro cumque pariatur libero eligendi voluptate quos iste.\",\"text\":\"Use the bluetooth GB feed, then you can calculate the 1080p bus!\"}"], ["created_at", "2016-10-06 14:49:17.878964"], ["updated_at", "2016-10-06 14:49:17.878964"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem impedit libero eum.\",\"text\":\"You can't override the firewall without backing up the multi-byte TCP port!\"}"], ["created_at", "2016-10-06 14:49:17.879884"], ["updated_at", "2016-10-06 14:49:17.879884"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam delectus et quam.\",\"text\":\"If we override the pixel, we can get to the JSON port through the digital HDD panel!\"}"], ["created_at", "2016-10-06 14:49:17.880800"], ["updated_at", "2016-10-06 14:49:17.880800"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur voluptates vel rem reiciendis.\",\"text\":\"I'll reboot the mobile JSON matrix, that should application the EXE transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.881811"], ["updated_at", "2016-10-06 14:49:17.881811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae libero maiores et amet.\",\"text\":\"Use the neural SCSI program, then you can index the optical transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.882746"], ["updated_at", "2016-10-06 14:49:17.882746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia totam impedit adipisci.\",\"text\":\"If we compress the program, we can get to the SSL circuit through the auxiliary RSS circuit!\"}"], ["created_at", "2016-10-06 14:49:17.883619"], ["updated_at", "2016-10-06 14:49:17.883619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque consequatur saepe aut quis veniam quibusdam.\",\"text\":\"We need to connect the solid state PCI pixel!\"}"], ["created_at", "2016-10-06 14:49:17.884492"], ["updated_at", "2016-10-06 14:49:17.884492"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum aut ullam et velit.\",\"text\":\"I'll navigate the digital PNG microchip, that should protocol the HTTP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.885356"], ["updated_at", "2016-10-06 14:49:17.885356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt pariatur occaecati architecto vitae rerum eius.\",\"text\":\"If we index the bandwidth, we can get to the XML alarm through the primary JSON microchip!\"}"], ["created_at", "2016-10-06 14:49:17.886237"], ["updated_at", "2016-10-06 14:49:17.886237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio eveniet quis magnam quia ducimus ut.\",\"text\":\"If we index the feed, we can get to the HTTP microchip through the auxiliary SQL sensor!\"}"], ["created_at", "2016-10-06 14:49:17.887115"], ["updated_at", "2016-10-06 14:49:17.887115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis veniam sint voluptate.\",\"text\":\"I'll program the wireless JSON sensor, that should protocol the SDD feed!\"}"], ["created_at", "2016-10-06 14:49:17.887984"], ["updated_at", "2016-10-06 14:49:17.887984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim id asperiores fuga in.\",\"text\":\"The PCI circuit is down, back up the multi-byte driver so we can quantify the JBOD program!\"}"], ["created_at", "2016-10-06 14:49:17.888856"], ["updated_at", "2016-10-06 14:49:17.888856"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam eos quis voluptatem est quis.\",\"text\":\"You can't index the capacitor without quantifying the 1080p GB feed!\"}"], ["created_at", "2016-10-06 14:49:17.889752"], ["updated_at", "2016-10-06 14:49:17.889752"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime velit aliquam amet.\",\"text\":\"The THX array is down, navigate the online bandwidth so we can override the USB pixel!\"}"], ["created_at", "2016-10-06 14:49:17.890676"], ["updated_at", "2016-10-06 14:49:17.890676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum magnam nesciunt id possimus tempora voluptatum.\",\"text\":\"I'll copy the open-source USB interface, that should firewall the FTP program!\"}"], ["created_at", "2016-10-06 14:49:17.891545"], ["updated_at", "2016-10-06 14:49:17.891545"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis eligendi et dolor.\",\"text\":\"Use the redundant HDD interface, then you can index the cross-platform card!\"}"], ["created_at", "2016-10-06 14:49:17.892437"], ["updated_at", "2016-10-06 14:49:17.892437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus ab voluptatum quia.\",\"text\":\"Use the back-end AGP driver, then you can calculate the optical bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.893307"], ["updated_at", "2016-10-06 14:49:17.893307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor dolore sint culpa voluptatem natus qui.\",\"text\":\"The FTP bandwidth is down, input the online capacitor so we can bypass the SMTP firewall!\"}"], ["created_at", "2016-10-06 14:49:17.894177"], ["updated_at", "2016-10-06 14:49:17.894177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem nulla et qui libero temporibus.\",\"text\":\"We need to override the open-source PCI alarm!\"}"], ["created_at", "2016-10-06 14:49:17.895051"], ["updated_at", "2016-10-06 14:49:17.895051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus at laboriosam.\",\"text\":\"I'll input the wireless SSL panel, that should system the COM array!\"}"], ["created_at", "2016-10-06 14:49:17.895928"], ["updated_at", "2016-10-06 14:49:17.895928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit minima temporibus molestiae unde modi molestiae.\",\"text\":\"We need to navigate the cross-platform RAM interface!\"}"], ["created_at", "2016-10-06 14:49:17.896807"], ["updated_at", "2016-10-06 14:49:17.896807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam atque quo nemo dolore eum sint eius.\",\"text\":\"Try to calculate the FTP monitor, maybe it will connect the solid state driver!\"}"], ["created_at", "2016-10-06 14:49:17.897728"], ["updated_at", "2016-10-06 14:49:17.897728"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam magni ut temporibus.\",\"text\":\"Use the optical JBOD circuit, then you can transmit the solid state transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.898624"], ["updated_at", "2016-10-06 14:49:17.898624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis ab libero tenetur quidem ut odit.\",\"text\":\"We need to back up the virtual HDD protocol!\"}"], ["created_at", "2016-10-06 14:49:17.899549"], ["updated_at", "2016-10-06 14:49:17.899549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae sed asperiores occaecati aspernatur quaerat voluptas autem.\",\"text\":\"The SMS circuit is down, index the digital microchip so we can override the AGP alarm!\"}"], ["created_at", "2016-10-06 14:49:17.900455"], ["updated_at", "2016-10-06 14:49:17.900455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis quibusdam animi eaque eveniet quia neque voluptatem.\",\"text\":\"Try to parse the SCSI array, maybe it will reboot the optical pixel!\"}"], ["created_at", "2016-10-06 14:49:17.901341"], ["updated_at", "2016-10-06 14:49:17.901341"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias mollitia aliquam natus inventore et nam labore.\",\"text\":\"If we parse the card, we can get to the TCP sensor through the digital RSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.902213"], ["updated_at", "2016-10-06 14:49:17.902213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis distinctio earum modi magnam et quis.\",\"text\":\"If we bypass the driver, we can get to the CSS card through the cross-platform JBOD transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.903101"], ["updated_at", "2016-10-06 14:49:17.903101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste qui vitae repudiandae id est minima hic.\",\"text\":\"Try to compress the SMS sensor, maybe it will synthesize the digital microchip!\"}"], ["created_at", "2016-10-06 14:49:17.903988"], ["updated_at", "2016-10-06 14:49:17.903988"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati est exercitationem.\",\"text\":\"Overriding the pixel won't do anything, we need to connect the cross-platform ftp program!\"}"], ["created_at", "2016-10-06 14:49:17.904914"], ["updated_at", "2016-10-06 14:49:17.904914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur doloremque sint in est dolore.\",\"text\":\"We need to compress the primary CSS alarm!\"}"], ["created_at", "2016-10-06 14:49:17.905831"], ["updated_at", "2016-10-06 14:49:17.905831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum harum eos inventore omnis facilis eaque hic.\",\"text\":\"You can't override the matrix without quantifying the bluetooth JSON microchip!\"}"], ["created_at", "2016-10-06 14:49:17.906724"], ["updated_at", "2016-10-06 14:49:17.906724"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis nihil quis.\",\"text\":\"I'll navigate the open-source AGP capacitor, that should matrix the XSS transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.907584"], ["updated_at", "2016-10-06 14:49:17.907584"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque veritatis dignissimos.\",\"text\":\"Try to reboot the XML capacitor, maybe it will reboot the primary port!\"}"], ["created_at", "2016-10-06 14:49:17.908463"], ["updated_at", "2016-10-06 14:49:17.908463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste esse in voluptatem.\",\"text\":\"Use the primary GB firewall, then you can generate the virtual protocol!\"}"], ["created_at", "2016-10-06 14:49:17.909325"], ["updated_at", "2016-10-06 14:49:17.909325"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus odio numquam fugit in.\",\"text\":\"The ADP feed is down, navigate the back-end program so we can back up the SCSI system!\"}"], ["created_at", "2016-10-06 14:49:17.910208"], ["updated_at", "2016-10-06 14:49:17.910208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat id nihil hic debitis.\",\"text\":\"Use the optical USB matrix, then you can index the bluetooth port!\"}"], ["created_at", "2016-10-06 14:49:17.911086"], ["updated_at", "2016-10-06 14:49:17.911086"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nemo magni iure reiciendis quisquam.\",\"text\":\"I'll navigate the bluetooth ADP application, that should program the HDD protocol!\"}"], ["created_at", "2016-10-06 14:49:17.911962"], ["updated_at", "2016-10-06 14:49:17.911962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus quod nisi nihil ea sint perspiciatis.\",\"text\":\"The IB protocol is down, navigate the back-end bandwidth so we can bypass the HDD card!\"}"], ["created_at", "2016-10-06 14:49:17.912827"], ["updated_at", "2016-10-06 14:49:17.912827"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt inventore ex rerum neque tempora et.\",\"text\":\"Navigating the firewall won't do anything, we need to program the back-end png microchip!\"}"], ["created_at", "2016-10-06 14:49:17.913694"], ["updated_at", "2016-10-06 14:49:17.913694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt est quibusdam.\",\"text\":\"Try to copy the THX transmitter, maybe it will bypass the cross-platform bus!\"}"], ["created_at", "2016-10-06 14:49:17.914625"], ["updated_at", "2016-10-06 14:49:17.914625"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et neque voluptas aut deleniti velit voluptate fugiat.\",\"text\":\"Use the haptic THX capacitor, then you can bypass the optical bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.915531"], ["updated_at", "2016-10-06 14:49:17.915531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo voluptas aut nihil quasi.\",\"text\":\"Try to hack the RAM program, maybe it will synthesize the cross-platform feed!\"}"], ["created_at", "2016-10-06 14:49:17.916393"], ["updated_at", "2016-10-06 14:49:17.916393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur est sed.\",\"text\":\"If we program the program, we can get to the XML alarm through the optical SQL hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.917277"], ["updated_at", "2016-10-06 14:49:17.917277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic eveniet doloribus ad illo dolor consequatur pariatur.\",\"text\":\"We need to input the cross-platform HTTP matrix!\"}"], ["created_at", "2016-10-06 14:49:17.918165"], ["updated_at", "2016-10-06 14:49:17.918165"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam voluptates accusantium ut accusamus id quae deserunt.\",\"text\":\"Try to back up the EXE panel, maybe it will compress the haptic transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.919098"], ["updated_at", "2016-10-06 14:49:17.919098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut harum alias quia facere.\",\"text\":\"Calculating the application won't do anything, we need to back up the mobile ssl application!\"}"], ["created_at", "2016-10-06 14:49:17.920010"], ["updated_at", "2016-10-06 14:49:17.920010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa animi enim debitis.\",\"text\":\"If we reboot the driver, we can get to the SMTP circuit through the haptic SDD feed!\"}"], ["created_at", "2016-10-06 14:49:17.920871"], ["updated_at", "2016-10-06 14:49:17.920871"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt nam fugit facere quis.\",\"text\":\"Try to transmit the AI firewall, maybe it will index the cross-platform sensor!\"}"], ["created_at", "2016-10-06 14:49:17.921763"], ["updated_at", "2016-10-06 14:49:17.921763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas voluptas corrupti similique voluptatem qui quod voluptate.\",\"text\":\"You can't override the capacitor without connecting the open-source RSS sensor!\"}"], ["created_at", "2016-10-06 14:49:17.922681"], ["updated_at", "2016-10-06 14:49:17.922681"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat molestiae sed dolores porro aperiam.\",\"text\":\"I'll compress the redundant PCI circuit, that should transmitter the XSS interface!\"}"], ["created_at", "2016-10-06 14:49:17.923558"], ["updated_at", "2016-10-06 14:49:17.923558"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe sint aut.\",\"text\":\"If we generate the array, we can get to the SMS capacitor through the 1080p FTP feed!\"}"], ["created_at", "2016-10-06 14:49:17.924432"], ["updated_at", "2016-10-06 14:49:17.924432"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore eos id nulla numquam possimus omnis.\",\"text\":\"The FTP program is down, generate the digital circuit so we can hack the PNG capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.925325"], ["updated_at", "2016-10-06 14:49:17.925325"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima modi amet velit ducimus.\",\"text\":\"We need to synthesize the cross-platform JSON alarm!\"}"], ["created_at", "2016-10-06 14:49:17.926214"], ["updated_at", "2016-10-06 14:49:17.926214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime est pariatur.\",\"text\":\"Overriding the interface won't do anything, we need to override the bluetooth sas program!\"}"], ["created_at", "2016-10-06 14:49:17.927099"], ["updated_at", "2016-10-06 14:49:17.927099"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia delectus ut velit iusto sunt excepturi.\",\"text\":\"The SAS card is down, index the multi-byte alarm so we can program the COM array!\"}"], ["created_at", "2016-10-06 14:49:17.928013"], ["updated_at", "2016-10-06 14:49:17.928013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat occaecati aperiam repellendus.\",\"text\":\"The IB bus is down, navigate the optical interface so we can synthesize the COM firewall!\"}"], ["created_at", "2016-10-06 14:49:17.928879"], ["updated_at", "2016-10-06 14:49:17.928879"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quod voluptas quia blanditiis consequuntur commodi.\",\"text\":\"If we transmit the firewall, we can get to the TCP array through the redundant USB bus!\"}"], ["created_at", "2016-10-06 14:49:17.929747"], ["updated_at", "2016-10-06 14:49:17.929747"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel atque omnis hic.\",\"text\":\"The SQL protocol is down, parse the back-end bandwidth so we can program the IB monitor!\"}"], ["created_at", "2016-10-06 14:49:17.930644"], ["updated_at", "2016-10-06 14:49:17.930644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis facilis quaerat.\",\"text\":\"Navigating the microchip won't do anything, we need to navigate the solid state ram hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.931535"], ["updated_at", "2016-10-06 14:49:17.931535"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia excepturi repellat iusto quam.\",\"text\":\"I'll index the multi-byte USB circuit, that should system the XML alarm!\"}"], ["created_at", "2016-10-06 14:49:17.932408"], ["updated_at", "2016-10-06 14:49:17.932408"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas vero in et ex est.\",\"text\":\"You can't parse the interface without transmitting the cross-platform AI capacitor!\"}"], ["created_at", "2016-10-06 14:49:17.933297"], ["updated_at", "2016-10-06 14:49:17.933297"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati consequatur itaque ipsa hic saepe porro et.\",\"text\":\"Use the back-end JSON matrix, then you can parse the auxiliary microchip!\"}"], ["created_at", "2016-10-06 14:49:17.934179"], ["updated_at", "2016-10-06 14:49:17.934179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum sed mollitia delectus.\",\"text\":\"If we back up the bandwidth, we can get to the SAS application through the 1080p SCSI firewall!\"}"], ["created_at", "2016-10-06 14:49:17.935070"], ["updated_at", "2016-10-06 14:49:17.935070"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit veritatis mollitia dignissimos et corporis.\",\"text\":\"Use the multi-byte JSON firewall, then you can bypass the open-source bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.935946"], ["updated_at", "2016-10-06 14:49:17.935946"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa omnis maiores provident eum.\",\"text\":\"We need to back up the auxiliary CSS port!\"}"], ["created_at", "2016-10-06 14:49:17.936848"], ["updated_at", "2016-10-06 14:49:17.936848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur enim ut explicabo deleniti eveniet.\",\"text\":\"Use the back-end EXE pixel, then you can bypass the online system!\"}"], ["created_at", "2016-10-06 14:49:17.937714"], ["updated_at", "2016-10-06 14:49:17.937714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur sed quaerat sunt corporis velit voluptatibus.\",\"text\":\"If we back up the transmitter, we can get to the PNG bus through the wireless HDD interface!\"}"], ["created_at", "2016-10-06 14:49:17.938632"], ["updated_at", "2016-10-06 14:49:17.938632"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil quisquam culpa velit optio at velit sapiente.\",\"text\":\"The JSON bus is down, compress the solid state transmitter so we can connect the RAM sensor!\"}"], ["created_at", "2016-10-06 14:49:17.939524"], ["updated_at", "2016-10-06 14:49:17.939524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident perspiciatis est.\",\"text\":\"If we back up the application, we can get to the AI capacitor through the multi-byte EXE sensor!\"}"], ["created_at", "2016-10-06 14:49:17.940456"], ["updated_at", "2016-10-06 14:49:17.940456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque eum voluptas provident.\",\"text\":\"Overriding the feed won't do anything, we need to quantify the 1080p agp feed!\"}"], ["created_at", "2016-10-06 14:49:17.941328"], ["updated_at", "2016-10-06 14:49:17.941328"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo error odio saepe adipisci in.\",\"text\":\"Use the neural AGP feed, then you can hack the online panel!\"}"], ["created_at", "2016-10-06 14:49:17.942306"], ["updated_at", "2016-10-06 14:49:17.942306"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum ducimus quidem.\",\"text\":\"Connecting the transmitter won't do anything, we need to input the virtual ram pixel!\"}"], ["created_at", "2016-10-06 14:49:17.943543"], ["updated_at", "2016-10-06 14:49:17.943543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab et minima impedit fugiat velit.\",\"text\":\"Transmitting the bandwidth won't do anything, we need to synthesize the cross-platform http bandwidth!\"}"], ["created_at", "2016-10-06 14:49:17.944526"], ["updated_at", "2016-10-06 14:49:17.944526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit consequatur voluptas vel velit omnis accusantium.\",\"text\":\"I'll bypass the back-end HTTP array, that should array the HTTP driver!\"}"], ["created_at", "2016-10-06 14:49:17.945470"], ["updated_at", "2016-10-06 14:49:17.945470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem ea ut atque sed.\",\"text\":\"We need to connect the haptic EXE pixel!\"}"], ["created_at", "2016-10-06 14:49:17.946444"], ["updated_at", "2016-10-06 14:49:17.946444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et veritatis ullam placeat quidem.\",\"text\":\"I'll transmit the digital AGP transmitter, that should card the HTTP program!\"}"], ["created_at", "2016-10-06 14:49:17.947399"], ["updated_at", "2016-10-06 14:49:17.947399"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim reprehenderit nesciunt fugit voluptatem.\",\"text\":\"We need to calculate the back-end XSS system!\"}"], ["created_at", "2016-10-06 14:49:17.948344"], ["updated_at", "2016-10-06 14:49:17.948344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia eum quaerat.\",\"text\":\"Try to generate the CSS monitor, maybe it will transmit the solid state hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.949297"], ["updated_at", "2016-10-06 14:49:17.949297"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero maiores eum et dolores animi.\",\"text\":\"Use the primary RSS sensor, then you can transmit the cross-platform microchip!\"}"], ["created_at", "2016-10-06 14:49:17.950273"], ["updated_at", "2016-10-06 14:49:17.950273"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex et omnis cum est voluptate.\",\"text\":\"We need to calculate the wireless SQL pixel!\"}"], ["created_at", "2016-10-06 14:49:17.951212"], ["updated_at", "2016-10-06 14:49:17.951212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil laboriosam laudantium natus reprehenderit.\",\"text\":\"I'll override the optical RSS capacitor, that should sensor the SMS circuit!\"}"], ["created_at", "2016-10-06 14:49:17.952152"], ["updated_at", "2016-10-06 14:49:17.952152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus amet dolorem sapiente repellat.\",\"text\":\"If we hack the sensor, we can get to the JSON monitor through the haptic THX sensor!\"}"], ["created_at", "2016-10-06 14:49:17.953098"], ["updated_at", "2016-10-06 14:49:17.953098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et quisquam tempore recusandae aut quam.\",\"text\":\"You can't synthesize the firewall without backing up the open-source PCI monitor!\"}"], ["created_at", "2016-10-06 14:49:17.954047"], ["updated_at", "2016-10-06 14:49:17.954047"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et sunt consequatur aliquid totam nostrum.\",\"text\":\"If we reboot the port, we can get to the SAS bus through the virtual GB firewall!\"}"], ["created_at", "2016-10-06 14:49:17.955015"], ["updated_at", "2016-10-06 14:49:17.955015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus consequuntur tenetur dolores eaque distinctio ducimus nesciunt.\",\"text\":\"If we program the card, we can get to the JSON pixel through the bluetooth SDD port!\"}"], ["created_at", "2016-10-06 14:49:17.955979"], ["updated_at", "2016-10-06 14:49:17.955979"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas sequi accusamus eos voluptatum ducimus amet eos.\",\"text\":\"We need to parse the mobile XML interface!\"}"], ["created_at", "2016-10-06 14:49:17.956920"], ["updated_at", "2016-10-06 14:49:17.956920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eos eaque sint.\",\"text\":\"The COM panel is down, transmit the solid state card so we can generate the SAS port!\"}"], ["created_at", "2016-10-06 14:49:17.957892"], ["updated_at", "2016-10-06 14:49:17.957892"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam corporis hic vel ratione molestiae doloribus facere.\",\"text\":\"Try to navigate the TCP application, maybe it will input the optical bus!\"}"], ["created_at", "2016-10-06 14:49:17.958863"], ["updated_at", "2016-10-06 14:49:17.958863"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit quasi libero rem.\",\"text\":\"Indexing the bus won't do anything, we need to connect the cross-platform sql circuit!\"}"], ["created_at", "2016-10-06 14:49:17.959950"], ["updated_at", "2016-10-06 14:49:17.959950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores omnis explicabo totam odit id.\",\"text\":\"The XML microchip is down, navigate the back-end array so we can input the AGP program!\"}"], ["created_at", "2016-10-06 14:49:17.960922"], ["updated_at", "2016-10-06 14:49:17.960922"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe facere nulla tenetur porro modi est.\",\"text\":\"We need to navigate the optical FTP monitor!\"}"], ["created_at", "2016-10-06 14:49:17.961868"], ["updated_at", "2016-10-06 14:49:17.961868"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dolorum consequatur iste suscipit.\",\"text\":\"Try to navigate the AI feed, maybe it will program the optical matrix!\"}"], ["created_at", "2016-10-06 14:49:17.962820"], ["updated_at", "2016-10-06 14:49:17.962820"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis velit sit aut at quo architecto dolorem.\",\"text\":\"We need to generate the auxiliary SQL feed!\"}"], ["created_at", "2016-10-06 14:49:17.963777"], ["updated_at", "2016-10-06 14:49:17.963777"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias deserunt iste excepturi laborum sint est.\",\"text\":\"The PNG array is down, bypass the 1080p feed so we can input the USB pixel!\"}"], ["created_at", "2016-10-06 14:49:17.964985"], ["updated_at", "2016-10-06 14:49:17.964985"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit amet omnis est.\",\"text\":\"You can't transmit the panel without programming the neural COM monitor!\"}"], ["created_at", "2016-10-06 14:49:17.966559"], ["updated_at", "2016-10-06 14:49:17.966559"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut tempore ex est nihil voluptate rem.\",\"text\":\"The HDD transmitter is down, reboot the haptic driver so we can synthesize the RSS firewall!\"}"], ["created_at", "2016-10-06 14:49:17.967955"], ["updated_at", "2016-10-06 14:49:17.967955"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum non et aut qui minus ipsa id.\",\"text\":\"Use the cross-platform SAS transmitter, then you can index the solid state protocol!\"}"], ["created_at", "2016-10-06 14:49:17.969351"], ["updated_at", "2016-10-06 14:49:17.969351"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel numquam reprehenderit non suscipit commodi necessitatibus assumenda.\",\"text\":\"If we calculate the sensor, we can get to the JSON array through the solid state GB circuit!\"}"], ["created_at", "2016-10-06 14:49:17.971754"], ["updated_at", "2016-10-06 14:49:17.971754"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat sint sed.\",\"text\":\"You can't input the bandwidth without copying the auxiliary PCI system!\"}"], ["created_at", "2016-10-06 14:49:17.973473"], ["updated_at", "2016-10-06 14:49:17.973473"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati vitae quae.\",\"text\":\"Use the digital SDD circuit, then you can calculate the wireless application!\"}"], ["created_at", "2016-10-06 14:49:17.976361"], ["updated_at", "2016-10-06 14:49:17.976361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi dolor laborum error ex perspiciatis magni amet.\",\"text\":\"The HDD application is down, generate the mobile port so we can index the AGP matrix!\"}"], ["created_at", "2016-10-06 14:49:17.977473"], ["updated_at", "2016-10-06 14:49:17.977473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe totam aperiam reprehenderit sed.\",\"text\":\"Use the wireless SSL sensor, then you can connect the wireless interface!\"}"], ["created_at", "2016-10-06 14:49:17.978401"], ["updated_at", "2016-10-06 14:49:17.978401"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt iusto illum molestiae natus.\",\"text\":\"Use the online XML application, then you can connect the neural transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.979274"], ["updated_at", "2016-10-06 14:49:17.979274"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed eligendi aperiam.\",\"text\":\"Bypassing the protocol won't do anything, we need to bypass the virtual usb transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.980189"], ["updated_at", "2016-10-06 14:49:17.980189"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et totam consequatur nihil.\",\"text\":\"If we bypass the system, we can get to the USB array through the haptic SAS feed!\"}"], ["created_at", "2016-10-06 14:49:17.981227"], ["updated_at", "2016-10-06 14:49:17.981227"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam assumenda facilis sed sapiente quasi pariatur.\",\"text\":\"I'll input the bluetooth JBOD sensor, that should driver the THX driver!\"}"], ["created_at", "2016-10-06 14:49:17.982110"], ["updated_at", "2016-10-06 14:49:17.982110"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore iste velit.\",\"text\":\"If we bypass the system, we can get to the SAS panel through the wireless JBOD microchip!\"}"], ["created_at", "2016-10-06 14:49:17.983037"], ["updated_at", "2016-10-06 14:49:17.983037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed dolores libero id.\",\"text\":\"Use the digital SDD system, then you can generate the bluetooth hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.983902"], ["updated_at", "2016-10-06 14:49:17.983902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut molestias aut harum.\",\"text\":\"Backing up the sensor won't do anything, we need to copy the auxiliary json interface!\"}"], ["created_at", "2016-10-06 14:49:17.984776"], ["updated_at", "2016-10-06 14:49:17.984776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi ex ipsam tempora autem et.\",\"text\":\"I'll generate the neural PNG array, that should hard drive the HDD matrix!\"}"], ["created_at", "2016-10-06 14:49:17.985689"], ["updated_at", "2016-10-06 14:49:17.985689"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut doloribus ipsam.\",\"text\":\"If we quantify the circuit, we can get to the ADP panel through the redundant SQL protocol!\"}"], ["created_at", "2016-10-06 14:49:17.986562"], ["updated_at", "2016-10-06 14:49:17.986562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est consequatur voluptas neque quod et impedit.\",\"text\":\"The PNG driver is down, override the primary card so we can program the TCP firewall!\"}"], ["created_at", "2016-10-06 14:49:17.987426"], ["updated_at", "2016-10-06 14:49:17.987426"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A dolor sit labore omnis nesciunt.\",\"text\":\"You can't quantify the protocol without calculating the back-end XSS protocol!\"}"], ["created_at", "2016-10-06 14:49:17.988304"], ["updated_at", "2016-10-06 14:49:17.988304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea est molestiae et iusto ipsum.\",\"text\":\"Hacking the panel won't do anything, we need to bypass the solid state jbod driver!\"}"], ["created_at", "2016-10-06 14:49:17.989185"], ["updated_at", "2016-10-06 14:49:17.989185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis totam aut.\",\"text\":\"If we calculate the program, we can get to the EXE circuit through the optical XML transmitter!\"}"], ["created_at", "2016-10-06 14:49:17.990063"], ["updated_at", "2016-10-06 14:49:17.990063"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi totam culpa.\",\"text\":\"I'll back up the neural HTTP microchip, that should capacitor the SSL microchip!\"}"], ["created_at", "2016-10-06 14:49:17.990961"], ["updated_at", "2016-10-06 14:49:17.990961"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae eius aperiam consequuntur.\",\"text\":\"Use the 1080p HDD bus, then you can copy the back-end hard drive!\"}"], ["created_at", "2016-10-06 14:49:17.992185"], ["updated_at", "2016-10-06 14:49:17.992185"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quisquam vitae ex nihil ut eum.\",\"text\":\"The GB capacitor is down, index the primary pixel so we can input the RAM bus!\"}"], ["created_at", "2016-10-06 14:49:17.993670"], ["updated_at", "2016-10-06 14:49:17.993670"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta iure voluptatibus inventore fugiat.\",\"text\":\"You can't transmit the pixel without synthesizing the digital SMTP alarm!\"}"], ["created_at", "2016-10-06 14:49:17.994979"], ["updated_at", "2016-10-06 14:49:17.994979"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex distinctio voluptatum fugit tempora qui.\",\"text\":\"We need to calculate the auxiliary XML sensor!\"}"], ["created_at", "2016-10-06 14:49:17.996691"], ["updated_at", "2016-10-06 14:49:17.996691"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique saepe voluptas ipsa delectus repudiandae commodi.\",\"text\":\"If we connect the firewall, we can get to the PCI program through the online COM feed!\"}"], ["created_at", "2016-10-06 14:49:17.999441"], ["updated_at", "2016-10-06 14:49:17.999441"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nam iste et est fuga totam.\",\"text\":\"If we navigate the panel, we can get to the SQL protocol through the auxiliary IB hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.000811"], ["updated_at", "2016-10-06 14:49:18.000811"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sunt et magnam quia.\",\"text\":\"I'll bypass the open-source GB bus, that should pixel the RAM driver!\"}"], ["created_at", "2016-10-06 14:49:18.003388"], ["updated_at", "2016-10-06 14:49:18.003388"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam quo qui.\",\"text\":\"You can't index the feed without calculating the haptic EXE protocol!\"}"], ["created_at", "2016-10-06 14:49:18.005352"], ["updated_at", "2016-10-06 14:49:18.005352"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio sapiente dolor ut et qui.\",\"text\":\"We need to transmit the wireless SCSI card!\"}"], ["created_at", "2016-10-06 14:49:18.006473"], ["updated_at", "2016-10-06 14:49:18.006473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus accusantium sapiente quas assumenda.\",\"text\":\"I'll connect the redundant HTTP circuit, that should interface the XML array!\"}"], ["created_at", "2016-10-06 14:49:18.007445"], ["updated_at", "2016-10-06 14:49:18.007445"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus quia unde ut dolorem dolorem.\",\"text\":\"Transmitting the card won't do anything, we need to index the redundant png monitor!\"}"], ["created_at", "2016-10-06 14:49:18.008429"], ["updated_at", "2016-10-06 14:49:18.008429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et culpa consequuntur ex totam suscipit omnis similique.\",\"text\":\"We need to hack the back-end AI protocol!\"}"], ["created_at", "2016-10-06 14:49:18.009449"], ["updated_at", "2016-10-06 14:49:18.009449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et consectetur delectus dolore est.\",\"text\":\"Use the digital RAM feed, then you can bypass the haptic interface!\"}"], ["created_at", "2016-10-06 14:49:18.010435"], ["updated_at", "2016-10-06 14:49:18.010435"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur mollitia odit quis qui et repudiandae provident.\",\"text\":\"Try to quantify the TCP driver, maybe it will navigate the online sensor!\"}"], ["created_at", "2016-10-06 14:49:18.011429"], ["updated_at", "2016-10-06 14:49:18.011429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aut aut dolores aut est et.\",\"text\":\"You can't synthesize the interface without generating the neural AGP card!\"}"], ["created_at", "2016-10-06 14:49:18.012408"], ["updated_at", "2016-10-06 14:49:18.012408"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores dolores alias rem.\",\"text\":\"Synthesizing the system won't do anything, we need to connect the solid state hdd pixel!\"}"], ["created_at", "2016-10-06 14:49:18.013278"], ["updated_at", "2016-10-06 14:49:18.013278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam nulla asperiores.\",\"text\":\"The CSS microchip is down, override the open-source card so we can input the SSL circuit!\"}"], ["created_at", "2016-10-06 14:49:18.014352"], ["updated_at", "2016-10-06 14:49:18.014352"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab ullam ut tempora adipisci voluptatem enim soluta.\",\"text\":\"We need to program the virtual HDD interface!\"}"], ["created_at", "2016-10-06 14:49:18.015320"], ["updated_at", "2016-10-06 14:49:18.015320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio occaecati quaerat ducimus sint.\",\"text\":\"I'll bypass the optical SQL array, that should circuit the THX firewall!\"}"], ["created_at", "2016-10-06 14:49:18.016208"], ["updated_at", "2016-10-06 14:49:18.016208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit laborum fugiat rerum numquam qui cumque.\",\"text\":\"I'll transmit the redundant GB circuit, that should microchip the PNG feed!\"}"], ["created_at", "2016-10-06 14:49:18.017097"], ["updated_at", "2016-10-06 14:49:18.017097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quis inventore molestiae dolorem qui velit.\",\"text\":\"Use the virtual SSL card, then you can reboot the 1080p capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.017969"], ["updated_at", "2016-10-06 14:49:18.017969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis doloribus et reiciendis maiores.\",\"text\":\"I'll bypass the cross-platform AGP microchip, that should program the ADP port!\"}"], ["created_at", "2016-10-06 14:49:18.018846"], ["updated_at", "2016-10-06 14:49:18.018846"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quidem consequatur beatae quia accusantium.\",\"text\":\"The AGP system is down, quantify the primary monitor so we can copy the AI alarm!\"}"], ["created_at", "2016-10-06 14:49:18.019705"], ["updated_at", "2016-10-06 14:49:18.019705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At numquam cum.\",\"text\":\"The SSL array is down, quantify the haptic card so we can navigate the SMTP port!\"}"], ["created_at", "2016-10-06 14:49:18.020559"], ["updated_at", "2016-10-06 14:49:18.020559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error inventore numquam maiores.\",\"text\":\"Use the mobile XSS bus, then you can synthesize the solid state transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.021415"], ["updated_at", "2016-10-06 14:49:18.021415"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor architecto assumenda modi ducimus laboriosam.\",\"text\":\"You can't navigate the transmitter without synthesizing the online HDD driver!\"}"], ["created_at", "2016-10-06 14:49:18.022372"], ["updated_at", "2016-10-06 14:49:18.022372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aperiam ut officiis a maxime dolore.\",\"text\":\"The GB card is down, input the solid state monitor so we can reboot the HTTP circuit!\"}"], ["created_at", "2016-10-06 14:49:18.023272"], ["updated_at", "2016-10-06 14:49:18.023272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo ratione qui rerum.\",\"text\":\"The THX bandwidth is down, override the virtual system so we can synthesize the HTTP port!\"}"], ["created_at", "2016-10-06 14:49:18.024142"], ["updated_at", "2016-10-06 14:49:18.024142"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi impedit quas itaque.\",\"text\":\"We need to connect the bluetooth PCI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.025050"], ["updated_at", "2016-10-06 14:49:18.025050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime hic facilis dolore sint vero.\",\"text\":\"Try to copy the JBOD interface, maybe it will back up the 1080p card!\"}"], ["created_at", "2016-10-06 14:49:18.025913"], ["updated_at", "2016-10-06 14:49:18.025913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur nihil numquam rerum.\",\"text\":\"Use the bluetooth EXE monitor, then you can back up the primary bus!\"}"], ["created_at", "2016-10-06 14:49:18.026809"], ["updated_at", "2016-10-06 14:49:18.026809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora ut pariatur maxime explicabo eveniet sint.\",\"text\":\"Use the bluetooth THX driver, then you can navigate the auxiliary system!\"}"], ["created_at", "2016-10-06 14:49:18.027680"], ["updated_at", "2016-10-06 14:49:18.027680"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur molestiae blanditiis.\",\"text\":\"Indexing the program won't do anything, we need to override the cross-platform pci panel!\"}"], ["created_at", "2016-10-06 14:49:18.028537"], ["updated_at", "2016-10-06 14:49:18.028537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa fuga qui velit.\",\"text\":\"You can't reboot the microchip without copying the cross-platform RSS firewall!\"}"], ["created_at", "2016-10-06 14:49:18.029413"], ["updated_at", "2016-10-06 14:49:18.029413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi praesentium accusamus sit nobis impedit nulla.\",\"text\":\"Use the online SQL capacitor, then you can index the optical interface!\"}"], ["created_at", "2016-10-06 14:49:18.030323"], ["updated_at", "2016-10-06 14:49:18.030323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis deleniti qui eaque blanditiis alias.\",\"text\":\"I'll synthesize the solid state CSS system, that should sensor the TCP microchip!\"}"], ["created_at", "2016-10-06 14:49:18.031211"], ["updated_at", "2016-10-06 14:49:18.031211"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque dicta numquam perspiciatis.\",\"text\":\"If we generate the pixel, we can get to the AGP feed through the optical SDD panel!\"}"], ["created_at", "2016-10-06 14:49:18.032122"], ["updated_at", "2016-10-06 14:49:18.032122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut optio eaque necessitatibus sed.\",\"text\":\"You can't compress the alarm without calculating the digital CSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.033018"], ["updated_at", "2016-10-06 14:49:18.033018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum magnam molestiae alias et nihil repudiandae non.\",\"text\":\"Use the wireless SSL array, then you can parse the haptic alarm!\"}"], ["created_at", "2016-10-06 14:49:18.033877"], ["updated_at", "2016-10-06 14:49:18.033877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium pariatur voluptatem reiciendis sint molestiae ea.\",\"text\":\"Use the 1080p FTP circuit, then you can calculate the digital firewall!\"}"], ["created_at", "2016-10-06 14:49:18.034780"], ["updated_at", "2016-10-06 14:49:18.034780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi omnis sapiente sit sint itaque.\",\"text\":\"Use the mobile JSON bus, then you can reboot the virtual panel!\"}"], ["created_at", "2016-10-06 14:49:18.035631"], ["updated_at", "2016-10-06 14:49:18.035631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quo doloremque assumenda.\",\"text\":\"You can't generate the circuit without bypassing the 1080p CSS card!\"}"], ["created_at", "2016-10-06 14:49:18.036480"], ["updated_at", "2016-10-06 14:49:18.036480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem omnis nihil eum quo amet cupiditate et.\",\"text\":\"The THX array is down, quantify the solid state alarm so we can synthesize the SAS system!\"}"], ["created_at", "2016-10-06 14:49:18.037338"], ["updated_at", "2016-10-06 14:49:18.037338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam quos deleniti dolore.\",\"text\":\"Programming the driver won't do anything, we need to back up the optical ram firewall!\"}"], ["created_at", "2016-10-06 14:49:18.038263"], ["updated_at", "2016-10-06 14:49:18.038263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis itaque atque et qui suscipit.\",\"text\":\"Try to generate the EXE microchip, maybe it will parse the open-source transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.039158"], ["updated_at", "2016-10-06 14:49:18.039158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo et aspernatur culpa sed.\",\"text\":\"Hacking the circuit won't do anything, we need to copy the neural sql matrix!\"}"], ["created_at", "2016-10-06 14:49:18.040056"], ["updated_at", "2016-10-06 14:49:18.040056"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae fugiat sit quibusdam.\",\"text\":\"I'll reboot the open-source JBOD system, that should hard drive the XSS pixel!\"}"], ["created_at", "2016-10-06 14:49:18.040949"], ["updated_at", "2016-10-06 14:49:18.040949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita et odio architecto quia.\",\"text\":\"If we bypass the bandwidth, we can get to the SMS bus through the online SCSI bus!\"}"], ["created_at", "2016-10-06 14:49:18.041833"], ["updated_at", "2016-10-06 14:49:18.041833"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed voluptas ex.\",\"text\":\"We need to synthesize the haptic GB transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.042770"], ["updated_at", "2016-10-06 14:49:18.042770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio sapiente qui ipsam nemo eius praesentium autem.\",\"text\":\"If we transmit the feed, we can get to the TCP driver through the back-end RSS alarm!\"}"], ["created_at", "2016-10-06 14:49:18.043741"], ["updated_at", "2016-10-06 14:49:18.043741"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias fugiat aut repellat possimus eos laborum minima.\",\"text\":\"If we index the circuit, we can get to the GB port through the back-end RSS panel!\"}"], ["created_at", "2016-10-06 14:49:18.044751"], ["updated_at", "2016-10-06 14:49:18.044751"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea rerum dolor.\",\"text\":\"If we index the matrix, we can get to the XML capacitor through the primary THX program!\"}"], ["created_at", "2016-10-06 14:49:18.045840"], ["updated_at", "2016-10-06 14:49:18.045840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat soluta earum blanditiis in atque.\",\"text\":\"The EXE driver is down, synthesize the wireless sensor so we can compress the GB sensor!\"}"], ["created_at", "2016-10-06 14:49:18.046855"], ["updated_at", "2016-10-06 14:49:18.046855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates qui molestias veniam labore autem vel recusandae.\",\"text\":\"You can't copy the program without navigating the wireless ADP sensor!\"}"], ["created_at", "2016-10-06 14:49:18.047883"], ["updated_at", "2016-10-06 14:49:18.047883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic tempore eum omnis.\",\"text\":\"Use the virtual JSON matrix, then you can synthesize the auxiliary hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.048862"], ["updated_at", "2016-10-06 14:49:18.048862"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio quia dolorem deleniti ipsum.\",\"text\":\"The XML system is down, calculate the haptic capacitor so we can bypass the SSL bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.049753"], ["updated_at", "2016-10-06 14:49:18.049753"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere corrupti impedit adipisci.\",\"text\":\"Use the cross-platform JBOD program, then you can synthesize the digital pixel!\"}"], ["created_at", "2016-10-06 14:49:18.050674"], ["updated_at", "2016-10-06 14:49:18.050674"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam sapiente eos.\",\"text\":\"Try to input the JSON application, maybe it will synthesize the neural matrix!\"}"], ["created_at", "2016-10-06 14:49:18.051566"], ["updated_at", "2016-10-06 14:49:18.051566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel aut omnis maxime fuga.\",\"text\":\"You can't bypass the sensor without generating the primary PNG pixel!\"}"], ["created_at", "2016-10-06 14:49:18.052444"], ["updated_at", "2016-10-06 14:49:18.052444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad qui natus eveniet et.\",\"text\":\"Try to synthesize the HDD feed, maybe it will hack the wireless firewall!\"}"], ["created_at", "2016-10-06 14:49:18.053309"], ["updated_at", "2016-10-06 14:49:18.053309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et omnis quia suscipit.\",\"text\":\"Hacking the program won't do anything, we need to bypass the auxiliary ftp array!\"}"], ["created_at", "2016-10-06 14:49:18.054222"], ["updated_at", "2016-10-06 14:49:18.054222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas temporibus nemo et repudiandae.\",\"text\":\"I'll generate the neural ADP protocol, that should monitor the SSL panel!\"}"], ["created_at", "2016-10-06 14:49:18.055097"], ["updated_at", "2016-10-06 14:49:18.055097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam sint facere vitae eaque possimus.\",\"text\":\"We need to hack the open-source USB bus!\"}"], ["created_at", "2016-10-06 14:49:18.056004"], ["updated_at", "2016-10-06 14:49:18.056004"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam at odit esse.\",\"text\":\"Use the haptic HTTP system, then you can navigate the back-end matrix!\"}"], ["created_at", "2016-10-06 14:49:18.056870"], ["updated_at", "2016-10-06 14:49:18.056870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus omnis autem.\",\"text\":\"Try to connect the FTP monitor, maybe it will calculate the virtual alarm!\"}"], ["created_at", "2016-10-06 14:49:18.057733"], ["updated_at", "2016-10-06 14:49:18.057733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur dolores possimus nam dicta eum et.\",\"text\":\"Use the haptic HDD feed, then you can index the redundant application!\"}"], ["created_at", "2016-10-06 14:49:18.058643"], ["updated_at", "2016-10-06 14:49:18.058643"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit aut quod aut totam.\",\"text\":\"If we hack the alarm, we can get to the THX capacitor through the multi-byte XML pixel!\"}"], ["created_at", "2016-10-06 14:49:18.059512"], ["updated_at", "2016-10-06 14:49:18.059512"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut odio qui enim eum saepe est.\",\"text\":\"The AGP sensor is down, index the online monitor so we can override the JSON microchip!\"}"], ["created_at", "2016-10-06 14:49:18.060371"], ["updated_at", "2016-10-06 14:49:18.060371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium provident assumenda voluptatum similique.\",\"text\":\"If we navigate the card, we can get to the RSS card through the wireless AGP firewall!\"}"], ["created_at", "2016-10-06 14:49:18.061250"], ["updated_at", "2016-10-06 14:49:18.061250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et rem qui magnam a consequuntur eos quis.\",\"text\":\"If we back up the capacitor, we can get to the PNG bandwidth through the 1080p JSON alarm!\"}"], ["created_at", "2016-10-06 14:49:18.062146"], ["updated_at", "2016-10-06 14:49:18.062146"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia enim eum vero.\",\"text\":\"Quantifying the pixel won't do anything, we need to transmit the open-source json bus!\"}"], ["created_at", "2016-10-06 14:49:18.063039"], ["updated_at", "2016-10-06 14:49:18.063039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi a dolor rem eveniet esse ipsam voluptas.\",\"text\":\"The FTP interface is down, back up the digital protocol so we can connect the ADP hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.063919"], ["updated_at", "2016-10-06 14:49:18.063919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint ducimus incidunt fugit beatae consequuntur.\",\"text\":\"If we transmit the driver, we can get to the SCSI panel through the open-source HDD capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.064830"], ["updated_at", "2016-10-06 14:49:18.064830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut soluta quam quia qui tempora.\",\"text\":\"I'll connect the redundant CSS card, that should driver the TCP firewall!\"}"], ["created_at", "2016-10-06 14:49:18.065704"], ["updated_at", "2016-10-06 14:49:18.065704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi consectetur non autem.\",\"text\":\"I'll synthesize the open-source HTTP card, that should sensor the PCI circuit!\"}"], ["created_at", "2016-10-06 14:49:18.066583"], ["updated_at", "2016-10-06 14:49:18.066583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum optio et exercitationem omnis.\",\"text\":\"Use the open-source XSS bandwidth, then you can reboot the online program!\"}"], ["created_at", "2016-10-06 14:49:18.067451"], ["updated_at", "2016-10-06 14:49:18.067451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis porro magnam occaecati optio inventore.\",\"text\":\"Use the open-source XML card, then you can synthesize the 1080p protocol!\"}"], ["created_at", "2016-10-06 14:49:18.068318"], ["updated_at", "2016-10-06 14:49:18.068318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto quia possimus quidem perferendis omnis sunt.\",\"text\":\"Generating the sensor won't do anything, we need to bypass the solid state ai port!\"}"], ["created_at", "2016-10-06 14:49:18.069182"], ["updated_at", "2016-10-06 14:49:18.069182"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos ea placeat qui.\",\"text\":\"You can't connect the monitor without overriding the wireless CSS matrix!\"}"], ["created_at", "2016-10-06 14:49:18.070051"], ["updated_at", "2016-10-06 14:49:18.070051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut dignissimos aut.\",\"text\":\"Use the neural ADP system, then you can quantify the virtual program!\"}"], ["created_at", "2016-10-06 14:49:18.070927"], ["updated_at", "2016-10-06 14:49:18.070927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae quo tempore similique rerum ut et illum.\",\"text\":\"I'll index the auxiliary PCI alarm, that should system the CSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.071961"], ["updated_at", "2016-10-06 14:49:18.071961"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis nesciunt occaecati qui consequuntur ullam.\",\"text\":\"Use the mobile TCP application, then you can back up the open-source driver!\"}"], ["created_at", "2016-10-06 14:49:18.072942"], ["updated_at", "2016-10-06 14:49:18.072942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor dolorem aliquam explicabo.\",\"text\":\"Use the online RSS firewall, then you can index the optical microchip!\"}"], ["created_at", "2016-10-06 14:49:18.073853"], ["updated_at", "2016-10-06 14:49:18.073853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas tenetur hic eveniet possimus.\",\"text\":\"The ADP firewall is down, reboot the solid state card so we can compress the CSS bus!\"}"], ["created_at", "2016-10-06 14:49:18.074740"], ["updated_at", "2016-10-06 14:49:18.074740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum qui officia fugiat atque.\",\"text\":\"If we quantify the circuit, we can get to the HDD card through the digital GB panel!\"}"], ["created_at", "2016-10-06 14:49:18.075610"], ["updated_at", "2016-10-06 14:49:18.075610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit nihil doloribus excepturi est.\",\"text\":\"You can't back up the sensor without overriding the cross-platform PNG capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.076472"], ["updated_at", "2016-10-06 14:49:18.076472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia culpa eaque debitis voluptatem iusto sed quam.\",\"text\":\"I'll override the cross-platform THX program, that should array the HDD monitor!\"}"], ["created_at", "2016-10-06 14:49:18.077351"], ["updated_at", "2016-10-06 14:49:18.077351"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis dolorem sunt voluptate consequuntur recusandae.\",\"text\":\"We need to back up the auxiliary RAM transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.078234"], ["updated_at", "2016-10-06 14:49:18.078234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit aut mollitia incidunt doloremque voluptatem necessitatibus vitae.\",\"text\":\"We need to transmit the virtual GB sensor!\"}"], ["created_at", "2016-10-06 14:49:18.079153"], ["updated_at", "2016-10-06 14:49:18.079153"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint quod aut adipisci maxime nemo.\",\"text\":\"Programming the sensor won't do anything, we need to override the wireless gb array!\"}"], ["created_at", "2016-10-06 14:49:18.080028"], ["updated_at", "2016-10-06 14:49:18.080028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia commodi rerum veniam dolores.\",\"text\":\"Transmitting the bus won't do anything, we need to back up the bluetooth ib alarm!\"}"], ["created_at", "2016-10-06 14:49:18.080983"], ["updated_at", "2016-10-06 14:49:18.080983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio velit quae.\",\"text\":\"You can't index the bus without connecting the 1080p TCP capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.081868"], ["updated_at", "2016-10-06 14:49:18.081868"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam doloremque qui quis ea optio.\",\"text\":\"Use the redundant GB application, then you can navigate the solid state pixel!\"}"], ["created_at", "2016-10-06 14:49:18.082747"], ["updated_at", "2016-10-06 14:49:18.082747"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque fugiat aperiam eaque nostrum.\",\"text\":\"Try to generate the IB pixel, maybe it will quantify the auxiliary application!\"}"], ["created_at", "2016-10-06 14:49:18.083629"], ["updated_at", "2016-10-06 14:49:18.083629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et alias iure adipisci rerum.\",\"text\":\"I'll calculate the neural PCI monitor, that should transmitter the SDD protocol!\"}"], ["created_at", "2016-10-06 14:49:18.084496"], ["updated_at", "2016-10-06 14:49:18.084496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque libero consequuntur suscipit consectetur.\",\"text\":\"I'll program the multi-byte IB capacitor, that should array the ADP driver!\"}"], ["created_at", "2016-10-06 14:49:18.085366"], ["updated_at", "2016-10-06 14:49:18.085366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ut maiores ipsum enim nihil est.\",\"text\":\"We need to bypass the solid state TCP circuit!\"}"], ["created_at", "2016-10-06 14:49:18.086247"], ["updated_at", "2016-10-06 14:49:18.086247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui neque magnam sequi est.\",\"text\":\"If we navigate the circuit, we can get to the PNG circuit through the 1080p HTTP card!\"}"], ["created_at", "2016-10-06 14:49:18.087117"], ["updated_at", "2016-10-06 14:49:18.087117"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut facilis tenetur libero.\",\"text\":\"The IB port is down, program the multi-byte monitor so we can calculate the GB application!\"}"], ["created_at", "2016-10-06 14:49:18.087986"], ["updated_at", "2016-10-06 14:49:18.087986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos autem ipsam quam et rem dolorem.\",\"text\":\"Parsing the transmitter won't do anything, we need to override the neural sql bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.088882"], ["updated_at", "2016-10-06 14:49:18.088882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed occaecati laudantium vel ab iusto optio.\",\"text\":\"We need to copy the bluetooth IB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.089768"], ["updated_at", "2016-10-06 14:49:18.089768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis debitis et.\",\"text\":\"Try to connect the EXE panel, maybe it will parse the multi-byte alarm!\"}"], ["created_at", "2016-10-06 14:49:18.090644"], ["updated_at", "2016-10-06 14:49:18.090644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit enim doloribus qui enim.\",\"text\":\"The GB transmitter is down, parse the open-source card so we can calculate the JBOD monitor!\"}"], ["created_at", "2016-10-06 14:49:18.091509"], ["updated_at", "2016-10-06 14:49:18.091509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores nihil labore.\",\"text\":\"Try to synthesize the RSS pixel, maybe it will parse the 1080p panel!\"}"], ["created_at", "2016-10-06 14:49:18.092394"], ["updated_at", "2016-10-06 14:49:18.092394"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab et et quisquam ullam aspernatur necessitatibus magni.\",\"text\":\"Use the digital SSL alarm, then you can parse the primary bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.093311"], ["updated_at", "2016-10-06 14:49:18.093311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem quia vel.\",\"text\":\"The RAM application is down, program the solid state alarm so we can hack the TCP system!\"}"], ["created_at", "2016-10-06 14:49:18.094229"], ["updated_at", "2016-10-06 14:49:18.094229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic quis beatae fuga incidunt.\",\"text\":\"Copying the card won't do anything, we need to index the solid state sms circuit!\"}"], ["created_at", "2016-10-06 14:49:18.095100"], ["updated_at", "2016-10-06 14:49:18.095100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi consectetur assumenda itaque sapiente porro.\",\"text\":\"I'll input the mobile SSL matrix, that should microchip the PNG hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.095979"], ["updated_at", "2016-10-06 14:49:18.095979"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius laborum ipsum aut ut.\",\"text\":\"If we calculate the alarm, we can get to the IB card through the haptic XML driver!\"}"], ["created_at", "2016-10-06 14:49:18.096899"], ["updated_at", "2016-10-06 14:49:18.096899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores quia corporis dolorem autem.\",\"text\":\"You can't index the port without copying the optical SDD card!\"}"], ["created_at", "2016-10-06 14:49:18.097808"], ["updated_at", "2016-10-06 14:49:18.097808"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate veniam velit sed qui.\",\"text\":\"Use the virtual SMS array, then you can bypass the solid state microchip!\"}"], ["created_at", "2016-10-06 14:49:18.098744"], ["updated_at", "2016-10-06 14:49:18.098744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis quo delectus autem itaque.\",\"text\":\"Transmitting the interface won't do anything, we need to override the auxiliary hdd transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.099670"], ["updated_at", "2016-10-06 14:49:18.099670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error minima accusamus enim eius quasi ducimus hic.\",\"text\":\"Copying the feed won't do anything, we need to program the multi-byte css feed!\"}"], ["created_at", "2016-10-06 14:49:18.100584"], ["updated_at", "2016-10-06 14:49:18.100584"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae aut ea reprehenderit molestiae nulla et necessitatibus.\",\"text\":\"I'll bypass the virtual SCSI sensor, that should application the SDD bus!\"}"], ["created_at", "2016-10-06 14:49:18.101464"], ["updated_at", "2016-10-06 14:49:18.101464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur molestiae quod debitis ullam.\",\"text\":\"Copying the matrix won't do anything, we need to transmit the auxiliary adp protocol!\"}"], ["created_at", "2016-10-06 14:49:18.102342"], ["updated_at", "2016-10-06 14:49:18.102342"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque consequatur provident.\",\"text\":\"Use the multi-byte PCI system, then you can compress the online application!\"}"], ["created_at", "2016-10-06 14:49:18.103213"], ["updated_at", "2016-10-06 14:49:18.103213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa vel perferendis expedita tempore.\",\"text\":\"Backing up the bandwidth won't do anything, we need to quantify the auxiliary sas pixel!\"}"], ["created_at", "2016-10-06 14:49:18.104080"], ["updated_at", "2016-10-06 14:49:18.104080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum ut amet ut velit dolor.\",\"text\":\"Try to reboot the SDD firewall, maybe it will program the neural protocol!\"}"], ["created_at", "2016-10-06 14:49:18.104967"], ["updated_at", "2016-10-06 14:49:18.104967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi earum at quisquam ut doloribus ipsum.\",\"text\":\"Try to calculate the CSS port, maybe it will synthesize the optical card!\"}"], ["created_at", "2016-10-06 14:49:18.105869"], ["updated_at", "2016-10-06 14:49:18.105869"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur fuga ex eum quibusdam quaerat fugiat.\",\"text\":\"Transmitting the program won't do anything, we need to synthesize the redundant gb transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.106752"], ["updated_at", "2016-10-06 14:49:18.106752"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur voluptatem possimus quia.\",\"text\":\"Use the optical THX array, then you can synthesize the wireless card!\"}"], ["created_at", "2016-10-06 14:49:18.107650"], ["updated_at", "2016-10-06 14:49:18.107650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis asperiores id.\",\"text\":\"The RSS card is down, synthesize the auxiliary firewall so we can copy the SCSI matrix!\"}"], ["created_at", "2016-10-06 14:49:18.108526"], ["updated_at", "2016-10-06 14:49:18.108526"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae nostrum dolor exercitationem doloribus explicabo.\",\"text\":\"You can't calculate the hard drive without synthesizing the open-source PCI transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.109390"], ["updated_at", "2016-10-06 14:49:18.109390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet itaque hic.\",\"text\":\"If we parse the pixel, we can get to the SQL program through the digital RSS program!\"}"], ["created_at", "2016-10-06 14:49:18.110277"], ["updated_at", "2016-10-06 14:49:18.110277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae omnis perferendis et ea facilis.\",\"text\":\"Try to synthesize the SMTP interface, maybe it will transmit the primary matrix!\"}"], ["created_at", "2016-10-06 14:49:18.111214"], ["updated_at", "2016-10-06 14:49:18.111214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut similique nisi iste qui.\",\"text\":\"If we connect the alarm, we can get to the SMS panel through the 1080p AGP hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.112086"], ["updated_at", "2016-10-06 14:49:18.112086"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident ullam et architecto.\",\"text\":\"I'll hack the cross-platform ADP card, that should interface the SQL application!\"}"], ["created_at", "2016-10-06 14:49:18.112948"], ["updated_at", "2016-10-06 14:49:18.112948"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quae similique enim iure.\",\"text\":\"Try to back up the JSON bandwidth, maybe it will navigate the solid state circuit!\"}"], ["created_at", "2016-10-06 14:49:18.113827"], ["updated_at", "2016-10-06 14:49:18.113827"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi quidem dolorem deleniti quaerat aut.\",\"text\":\"You can't quantify the protocol without programming the digital JBOD capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.114738"], ["updated_at", "2016-10-06 14:49:18.114738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut dolorem aperiam voluptas blanditiis.\",\"text\":\"Try to index the RAM system, maybe it will back up the haptic port!\"}"], ["created_at", "2016-10-06 14:49:18.115612"], ["updated_at", "2016-10-06 14:49:18.115612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque qui quia quasi libero aut.\",\"text\":\"We need to generate the bluetooth RAM feed!\"}"], ["created_at", "2016-10-06 14:49:18.116483"], ["updated_at", "2016-10-06 14:49:18.116483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus libero quae est rerum.\",\"text\":\"Use the mobile COM bandwidth, then you can program the optical circuit!\"}"], ["created_at", "2016-10-06 14:49:18.117398"], ["updated_at", "2016-10-06 14:49:18.117398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nesciunt soluta consectetur minima.\",\"text\":\"Quantifying the pixel won't do anything, we need to index the haptic ram circuit!\"}"], ["created_at", "2016-10-06 14:49:18.118278"], ["updated_at", "2016-10-06 14:49:18.118278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In dolores sit ratione qui quae odit.\",\"text\":\"If we generate the program, we can get to the GB sensor through the back-end SMS panel!\"}"], ["created_at", "2016-10-06 14:49:18.119142"], ["updated_at", "2016-10-06 14:49:18.119142"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus aut nisi sint amet vitae dolores.\",\"text\":\"You can't connect the alarm without parsing the mobile IB interface!\"}"], ["created_at", "2016-10-06 14:49:18.120003"], ["updated_at", "2016-10-06 14:49:18.120003"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos repellat quam veniam dicta.\",\"text\":\"The THX system is down, index the multi-byte circuit so we can synthesize the AI panel!\"}"], ["created_at", "2016-10-06 14:49:18.120879"], ["updated_at", "2016-10-06 14:49:18.120879"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae tempore est quibusdam.\",\"text\":\"You can't parse the matrix without bypassing the auxiliary XML panel!\"}"], ["created_at", "2016-10-06 14:49:18.121746"], ["updated_at", "2016-10-06 14:49:18.121746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum quam unde.\",\"text\":\"You can't navigate the firewall without transmitting the wireless HDD sensor!\"}"], ["created_at", "2016-10-06 14:49:18.122707"], ["updated_at", "2016-10-06 14:49:18.122707"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum necessitatibus aut qui.\",\"text\":\"If we copy the hard drive, we can get to the SSL alarm through the cross-platform USB program!\"}"], ["created_at", "2016-10-06 14:49:18.123581"], ["updated_at", "2016-10-06 14:49:18.123581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur ab vero sit fugiat.\",\"text\":\"If we bypass the card, we can get to the JSON alarm through the solid state SDD alarm!\"}"], ["created_at", "2016-10-06 14:49:18.124476"], ["updated_at", "2016-10-06 14:49:18.124476"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque at assumenda.\",\"text\":\"We need to navigate the 1080p AI transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.125381"], ["updated_at", "2016-10-06 14:49:18.125381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil voluptatum repellendus temporibus voluptatem nostrum.\",\"text\":\"If we compress the bus, we can get to the PNG matrix through the cross-platform TCP application!\"}"], ["created_at", "2016-10-06 14:49:18.126290"], ["updated_at", "2016-10-06 14:49:18.126290"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum corporis molestias.\",\"text\":\"The FTP panel is down, generate the mobile application so we can parse the RAM firewall!\"}"], ["created_at", "2016-10-06 14:49:18.127163"], ["updated_at", "2016-10-06 14:49:18.127163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas sit aliquid mollitia provident inventore possimus quam.\",\"text\":\"We need to connect the virtual SCSI program!\"}"], ["created_at", "2016-10-06 14:49:18.128071"], ["updated_at", "2016-10-06 14:49:18.128071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quia cumque eius provident consectetur.\",\"text\":\"If we override the sensor, we can get to the GB hard drive through the optical SMTP monitor!\"}"], ["created_at", "2016-10-06 14:49:18.128946"], ["updated_at", "2016-10-06 14:49:18.128946"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dolorem sint.\",\"text\":\"Synthesizing the interface won't do anything, we need to transmit the neural thx panel!\"}"], ["created_at", "2016-10-06 14:49:18.129821"], ["updated_at", "2016-10-06 14:49:18.129821"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui alias corporis beatae quod nemo facere.\",\"text\":\"Copying the sensor won't do anything, we need to override the virtual ram matrix!\"}"], ["created_at", "2016-10-06 14:49:18.130754"], ["updated_at", "2016-10-06 14:49:18.130754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente quia delectus voluptatem excepturi cupiditate sequi.\",\"text\":\"The ADP hard drive is down, transmit the digital system so we can parse the SAS array!\"}"], ["created_at", "2016-10-06 14:49:18.131629"], ["updated_at", "2016-10-06 14:49:18.131629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium a debitis eos repudiandae adipisci rerum nisi.\",\"text\":\"Compressing the array won't do anything, we need to connect the virtual ai bus!\"}"], ["created_at", "2016-10-06 14:49:18.132499"], ["updated_at", "2016-10-06 14:49:18.132499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium voluptatibus voluptatem ab maiores.\",\"text\":\"If we quantify the port, we can get to the XML card through the mobile SMS pixel!\"}"], ["created_at", "2016-10-06 14:49:18.133367"], ["updated_at", "2016-10-06 14:49:18.133367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores fuga rerum est sunt est.\",\"text\":\"I'll reboot the optical HTTP driver, that should feed the RSS feed!\"}"], ["created_at", "2016-10-06 14:49:18.134272"], ["updated_at", "2016-10-06 14:49:18.134272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni aliquam dolor.\",\"text\":\"We need to generate the neural RAM pixel!\"}"], ["created_at", "2016-10-06 14:49:18.135145"], ["updated_at", "2016-10-06 14:49:18.135145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dignissimos aut officia odit est qui.\",\"text\":\"Try to override the HTTP interface, maybe it will synthesize the redundant bus!\"}"], ["created_at", "2016-10-06 14:49:18.136015"], ["updated_at", "2016-10-06 14:49:18.136015"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus qui ipsum fugiat voluptatem neque et sapiente.\",\"text\":\"We need to calculate the wireless JSON hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.136882"], ["updated_at", "2016-10-06 14:49:18.136882"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur natus quia praesentium perspiciatis consequatur reiciendis autem.\",\"text\":\"You can't connect the matrix without programming the optical RAM card!\"}"], ["created_at", "2016-10-06 14:49:18.137772"], ["updated_at", "2016-10-06 14:49:18.137772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus quia quod est cumque ipsam aut.\",\"text\":\"Try to hack the PNG application, maybe it will synthesize the haptic array!\"}"], ["created_at", "2016-10-06 14:49:18.138713"], ["updated_at", "2016-10-06 14:49:18.138713"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa aut officia laborum ipsam facilis cumque.\",\"text\":\"Try to input the AGP bandwidth, maybe it will index the haptic capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.139653"], ["updated_at", "2016-10-06 14:49:18.139653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed debitis quia aliquam iusto quos.\",\"text\":\"The EXE panel is down, back up the cross-platform matrix so we can navigate the XML application!\"}"], ["created_at", "2016-10-06 14:49:18.140581"], ["updated_at", "2016-10-06 14:49:18.140581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui est ut quo.\",\"text\":\"Try to reboot the PNG bandwidth, maybe it will bypass the haptic matrix!\"}"], ["created_at", "2016-10-06 14:49:18.141460"], ["updated_at", "2016-10-06 14:49:18.141460"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet quam modi impedit dolorum doloribus.\",\"text\":\"The THX matrix is down, navigate the virtual bandwidth so we can generate the PNG transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.142333"], ["updated_at", "2016-10-06 14:49:18.142333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque et adipisci et.\",\"text\":\"The PNG bus is down, program the back-end port so we can input the XML port!\"}"], ["created_at", "2016-10-06 14:49:18.143209"], ["updated_at", "2016-10-06 14:49:18.143209"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et harum quas dolore consequatur.\",\"text\":\"The ADP interface is down, quantify the multi-byte system so we can navigate the AGP bus!\"}"], ["created_at", "2016-10-06 14:49:18.144172"], ["updated_at", "2016-10-06 14:49:18.144172"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum inventore minima rem illum error delectus.\",\"text\":\"Parsing the monitor won't do anything, we need to reboot the redundant sms bus!\"}"], ["created_at", "2016-10-06 14:49:18.145297"], ["updated_at", "2016-10-06 14:49:18.145297"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel corporis exercitationem quo dolorem.\",\"text\":\"I'll copy the neural RAM feed, that should application the JBOD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.146301"], ["updated_at", "2016-10-06 14:49:18.146301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore nobis voluptatum inventore nihil.\",\"text\":\"You can't generate the panel without connecting the online AI transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.147238"], ["updated_at", "2016-10-06 14:49:18.147238"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit quia rerum temporibus.\",\"text\":\"Backing up the port won't do anything, we need to transmit the 1080p pci panel!\"}"], ["created_at", "2016-10-06 14:49:18.148131"], ["updated_at", "2016-10-06 14:49:18.148131"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim voluptatem sunt perferendis rerum ut aut dicta.\",\"text\":\"Try to calculate the AGP system, maybe it will index the bluetooth bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.149000"], ["updated_at", "2016-10-06 14:49:18.149000"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem culpa beatae sit dolorem dolores.\",\"text\":\"Try to transmit the COM feed, maybe it will parse the multi-byte sensor!\"}"], ["created_at", "2016-10-06 14:49:18.149879"], ["updated_at", "2016-10-06 14:49:18.149879"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat tenetur quis natus numquam.\",\"text\":\"Use the neural XML pixel, then you can navigate the online circuit!\"}"], ["created_at", "2016-10-06 14:49:18.150806"], ["updated_at", "2016-10-06 14:49:18.150806"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione expedita magnam quia quo sunt eum.\",\"text\":\"Try to synthesize the FTP driver, maybe it will connect the haptic capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.151672"], ["updated_at", "2016-10-06 14:49:18.151672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam sint qui et sed consectetur.\",\"text\":\"We need to program the neural SQL capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.152548"], ["updated_at", "2016-10-06 14:49:18.152548"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi ipsum ut.\",\"text\":\"You can't copy the matrix without indexing the redundant AGP card!\"}"], ["created_at", "2016-10-06 14:49:18.153464"], ["updated_at", "2016-10-06 14:49:18.153464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad sunt et in neque eum ipsam voluptatem.\",\"text\":\"The ADP card is down, parse the back-end feed so we can navigate the SSL bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.154367"], ["updated_at", "2016-10-06 14:49:18.154367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus harum voluptatem qui nisi rerum velit assumenda.\",\"text\":\"You can't compress the application without synthesizing the back-end ADP firewall!\"}"], ["created_at", "2016-10-06 14:49:18.155258"], ["updated_at", "2016-10-06 14:49:18.155258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus perferendis omnis eum aut sit rem.\",\"text\":\"If we copy the driver, we can get to the TCP alarm through the 1080p COM bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.156158"], ["updated_at", "2016-10-06 14:49:18.156158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi impedit totam commodi voluptas.\",\"text\":\"If we parse the feed, we can get to the RAM array through the primary SSL panel!\"}"], ["created_at", "2016-10-06 14:49:18.157063"], ["updated_at", "2016-10-06 14:49:18.157063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi ut consectetur distinctio voluptatum.\",\"text\":\"We need to quantify the primary SDD monitor!\"}"], ["created_at", "2016-10-06 14:49:18.157923"], ["updated_at", "2016-10-06 14:49:18.157923"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt est ipsa fuga illo ratione possimus.\",\"text\":\"Use the neural THX port, then you can navigate the 1080p microchip!\"}"], ["created_at", "2016-10-06 14:49:18.158853"], ["updated_at", "2016-10-06 14:49:18.158853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias sed rerum cum quasi sit dicta.\",\"text\":\"We need to transmit the bluetooth THX bus!\"}"], ["created_at", "2016-10-06 14:49:18.159731"], ["updated_at", "2016-10-06 14:49:18.159731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque modi quia inventore eum ut velit.\",\"text\":\"Indexing the matrix won't do anything, we need to parse the auxiliary rss protocol!\"}"], ["created_at", "2016-10-06 14:49:18.160595"], ["updated_at", "2016-10-06 14:49:18.160595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem voluptates quisquam distinctio nam minima.\",\"text\":\"The CSS pixel is down, generate the wireless program so we can back up the JSON microchip!\"}"], ["created_at", "2016-10-06 14:49:18.161456"], ["updated_at", "2016-10-06 14:49:18.161456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis nihil necessitatibus odio itaque.\",\"text\":\"Try to index the HDD feed, maybe it will index the open-source transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.162350"], ["updated_at", "2016-10-06 14:49:18.162350"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi et et et.\",\"text\":\"If we transmit the interface, we can get to the THX hard drive through the neural XSS panel!\"}"], ["created_at", "2016-10-06 14:49:18.163218"], ["updated_at", "2016-10-06 14:49:18.163218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur quaerat recusandae explicabo nemo vel.\",\"text\":\"Programming the system won't do anything, we need to bypass the multi-byte rss feed!\"}"], ["created_at", "2016-10-06 14:49:18.164095"], ["updated_at", "2016-10-06 14:49:18.164095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea et natus expedita officiis voluptas incidunt.\",\"text\":\"I'll input the bluetooth AI monitor, that should hard drive the HTTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.164966"], ["updated_at", "2016-10-06 14:49:18.164966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit ut possimus recusandae omnis.\",\"text\":\"You can't back up the feed without indexing the multi-byte SMTP capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.165828"], ["updated_at", "2016-10-06 14:49:18.165828"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur sed quia quo mollitia at fugit.\",\"text\":\"Programming the sensor won't do anything, we need to reboot the bluetooth xss port!\"}"], ["created_at", "2016-10-06 14:49:18.166706"], ["updated_at", "2016-10-06 14:49:18.166706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit vel consequuntur.\",\"text\":\"If we input the port, we can get to the SMS program through the digital JBOD firewall!\"}"], ["created_at", "2016-10-06 14:49:18.167565"], ["updated_at", "2016-10-06 14:49:18.167565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat corrupti aut unde fugit iusto.\",\"text\":\"If we copy the microchip, we can get to the ADP application through the neural PNG firewall!\"}"], ["created_at", "2016-10-06 14:49:18.168466"], ["updated_at", "2016-10-06 14:49:18.168466"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam ut vero quo.\",\"text\":\"The PCI microchip is down, calculate the redundant monitor so we can generate the HTTP array!\"}"], ["created_at", "2016-10-06 14:49:18.169360"], ["updated_at", "2016-10-06 14:49:18.169360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A error provident ipsa quo ea.\",\"text\":\"You can't reboot the panel without parsing the mobile RAM feed!\"}"], ["created_at", "2016-10-06 14:49:18.170259"], ["updated_at", "2016-10-06 14:49:18.170259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut nihil id necessitatibus debitis et nulla velit.\",\"text\":\"If we copy the program, we can get to the RSS sensor through the open-source PNG monitor!\"}"], ["created_at", "2016-10-06 14:49:18.171119"], ["updated_at", "2016-10-06 14:49:18.171119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque non et illum sunt impedit ipsum animi.\",\"text\":\"We need to transmit the virtual SMS port!\"}"], ["created_at", "2016-10-06 14:49:18.172006"], ["updated_at", "2016-10-06 14:49:18.172006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate voluptate tempora.\",\"text\":\"If we synthesize the matrix, we can get to the SQL protocol through the digital USB interface!\"}"], ["created_at", "2016-10-06 14:49:18.172942"], ["updated_at", "2016-10-06 14:49:18.172942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid quae et ut.\",\"text\":\"If we input the pixel, we can get to the XSS feed through the auxiliary PCI capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.173809"], ["updated_at", "2016-10-06 14:49:18.173809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe voluptates sed in distinctio est molestiae.\",\"text\":\"Use the redundant RSS system, then you can input the haptic feed!\"}"], ["created_at", "2016-10-06 14:49:18.174700"], ["updated_at", "2016-10-06 14:49:18.174700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis sed ex recusandae esse enim.\",\"text\":\"We need to input the neural COM card!\"}"], ["created_at", "2016-10-06 14:49:18.175576"], ["updated_at", "2016-10-06 14:49:18.175576"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro enim voluptatem.\",\"text\":\"You can't index the array without compressing the online AGP firewall!\"}"], ["created_at", "2016-10-06 14:49:18.176451"], ["updated_at", "2016-10-06 14:49:18.176451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est delectus aut explicabo at sunt in distinctio.\",\"text\":\"We need to navigate the redundant TCP feed!\"}"], ["created_at", "2016-10-06 14:49:18.177370"], ["updated_at", "2016-10-06 14:49:18.177370"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam sit doloribus veniam necessitatibus harum enim laboriosam.\",\"text\":\"I'll compress the wireless JBOD circuit, that should circuit the RAM microchip!\"}"], ["created_at", "2016-10-06 14:49:18.178293"], ["updated_at", "2016-10-06 14:49:18.178293"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae natus iusto voluptas sit et.\",\"text\":\"Try to quantify the PNG panel, maybe it will navigate the optical panel!\"}"], ["created_at", "2016-10-06 14:49:18.179208"], ["updated_at", "2016-10-06 14:49:18.179208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolor quam.\",\"text\":\"Try to input the SSL monitor, maybe it will index the haptic driver!\"}"], ["created_at", "2016-10-06 14:49:18.180095"], ["updated_at", "2016-10-06 14:49:18.180095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut blanditiis et est consectetur.\",\"text\":\"We need to generate the solid state USB application!\"}"], ["created_at", "2016-10-06 14:49:18.180972"], ["updated_at", "2016-10-06 14:49:18.180972"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam autem in deleniti sit molestiae aperiam ipsa.\",\"text\":\"Use the optical PCI microchip, then you can synthesize the back-end array!\"}"], ["created_at", "2016-10-06 14:49:18.181829"], ["updated_at", "2016-10-06 14:49:18.181829"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi ad reprehenderit est officia.\",\"text\":\"The PNG interface is down, transmit the open-source microchip so we can navigate the COM protocol!\"}"], ["created_at", "2016-10-06 14:49:18.182716"], ["updated_at", "2016-10-06 14:49:18.182716"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore quis perspiciatis impedit dolores sed tenetur.\",\"text\":\"The SMS transmitter is down, copy the 1080p transmitter so we can copy the HDD feed!\"}"], ["created_at", "2016-10-06 14:49:18.183596"], ["updated_at", "2016-10-06 14:49:18.183596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda ut quo et nobis qui corrupti.\",\"text\":\"Use the primary IB sensor, then you can copy the multi-byte panel!\"}"], ["created_at", "2016-10-06 14:49:18.184484"], ["updated_at", "2016-10-06 14:49:18.184484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et ea.\",\"text\":\"Use the solid state SAS panel, then you can quantify the neural firewall!\"}"], ["created_at", "2016-10-06 14:49:18.185381"], ["updated_at", "2016-10-06 14:49:18.185381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe laboriosam voluptas numquam omnis.\",\"text\":\"The USB interface is down, hack the mobile feed so we can connect the SSL alarm!\"}"], ["created_at", "2016-10-06 14:49:18.186295"], ["updated_at", "2016-10-06 14:49:18.186295"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur enim officia.\",\"text\":\"We need to back up the auxiliary ADP protocol!\"}"], ["created_at", "2016-10-06 14:49:18.187175"], ["updated_at", "2016-10-06 14:49:18.187175"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam autem mollitia sit ducimus est sed tempore.\",\"text\":\"Use the solid state JSON microchip, then you can generate the wireless pixel!\"}"], ["created_at", "2016-10-06 14:49:18.188037"], ["updated_at", "2016-10-06 14:49:18.188037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit reiciendis suscipit ut.\",\"text\":\"Bypassing the protocol won't do anything, we need to reboot the cross-platform json card!\"}"], ["created_at", "2016-10-06 14:49:18.188935"], ["updated_at", "2016-10-06 14:49:18.188935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat fugit autem quae vel.\",\"text\":\"I'll parse the primary PCI circuit, that should system the SAS array!\"}"], ["created_at", "2016-10-06 14:49:18.189853"], ["updated_at", "2016-10-06 14:49:18.189853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut vero labore esse molestiae ea atque veritatis.\",\"text\":\"We need to parse the open-source JBOD card!\"}"], ["created_at", "2016-10-06 14:49:18.190768"], ["updated_at", "2016-10-06 14:49:18.190768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim ducimus temporibus assumenda voluptatem accusamus.\",\"text\":\"If we navigate the alarm, we can get to the IB transmitter through the multi-byte JBOD firewall!\"}"], ["created_at", "2016-10-06 14:49:18.191671"], ["updated_at", "2016-10-06 14:49:18.191671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum ea ipsum.\",\"text\":\"Use the virtual TCP application, then you can hack the haptic card!\"}"], ["created_at", "2016-10-06 14:49:18.192525"], ["updated_at", "2016-10-06 14:49:18.192525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident quam adipisci at illum.\",\"text\":\"Try to transmit the THX application, maybe it will generate the mobile microchip!\"}"], ["created_at", "2016-10-06 14:49:18.193389"], ["updated_at", "2016-10-06 14:49:18.193389"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quaerat accusantium et libero.\",\"text\":\"I'll copy the neural SAS port, that should bandwidth the FTP interface!\"}"], ["created_at", "2016-10-06 14:49:18.194307"], ["updated_at", "2016-10-06 14:49:18.194307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae sunt veniam quis odio ut omnis.\",\"text\":\"Synthesizing the panel won't do anything, we need to navigate the virtual gb matrix!\"}"], ["created_at", "2016-10-06 14:49:18.195183"], ["updated_at", "2016-10-06 14:49:18.195183"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque autem non quia architecto doloribus aut maiores.\",\"text\":\"If we compress the array, we can get to the PCI program through the redundant PCI protocol!\"}"], ["created_at", "2016-10-06 14:49:18.196101"], ["updated_at", "2016-10-06 14:49:18.196101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore perferendis voluptas id quo ut assumenda.\",\"text\":\"Use the auxiliary GB hard drive, then you can input the neural transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.196994"], ["updated_at", "2016-10-06 14:49:18.196994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem non iure quo.\",\"text\":\"Try to program the PCI panel, maybe it will reboot the 1080p transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.197871"], ["updated_at", "2016-10-06 14:49:18.197871"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt nesciunt voluptatem eos quo magni dolores voluptatem.\",\"text\":\"The ADP matrix is down, reboot the cross-platform alarm so we can input the TCP firewall!\"}"], ["created_at", "2016-10-06 14:49:18.198789"], ["updated_at", "2016-10-06 14:49:18.198789"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum doloribus quas dolor voluptate vero.\",\"text\":\"You can't hack the sensor without parsing the redundant HTTP monitor!\"}"], ["created_at", "2016-10-06 14:49:18.199708"], ["updated_at", "2016-10-06 14:49:18.199708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae adipisci perferendis et ratione.\",\"text\":\"Try to connect the AI program, maybe it will program the digital hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.200590"], ["updated_at", "2016-10-06 14:49:18.200590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam nobis sit.\",\"text\":\"Synthesizing the hard drive won't do anything, we need to input the haptic tcp feed!\"}"], ["created_at", "2016-10-06 14:49:18.201498"], ["updated_at", "2016-10-06 14:49:18.201498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore illo accusamus.\",\"text\":\"I'll bypass the online GB transmitter, that should driver the RSS feed!\"}"], ["created_at", "2016-10-06 14:49:18.202396"], ["updated_at", "2016-10-06 14:49:18.202396"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem fugit omnis ipsam.\",\"text\":\"The JSON feed is down, bypass the bluetooth transmitter so we can parse the RAM monitor!\"}"], ["created_at", "2016-10-06 14:49:18.203281"], ["updated_at", "2016-10-06 14:49:18.203281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est repellat rem consequuntur eaque quia illo maiores.\",\"text\":\"We need to override the neural SDD hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.204157"], ["updated_at", "2016-10-06 14:49:18.204157"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut repellat commodi at occaecati.\",\"text\":\"Use the primary IB program, then you can generate the wireless protocol!\"}"], ["created_at", "2016-10-06 14:49:18.205031"], ["updated_at", "2016-10-06 14:49:18.205031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod ut non numquam tempora enim alias consectetur.\",\"text\":\"We need to synthesize the online SMTP card!\"}"], ["created_at", "2016-10-06 14:49:18.205929"], ["updated_at", "2016-10-06 14:49:18.205929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis ut qui aut sed itaque similique eum.\",\"text\":\"Use the bluetooth SCSI sensor, then you can override the digital application!\"}"], ["created_at", "2016-10-06 14:49:18.206810"], ["updated_at", "2016-10-06 14:49:18.206810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi nesciunt at vero corrupti nemo.\",\"text\":\"Synthesizing the bus won't do anything, we need to parse the haptic css hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.207685"], ["updated_at", "2016-10-06 14:49:18.207685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim temporibus non repudiandae nihil voluptatem.\",\"text\":\"The RAM array is down, copy the multi-byte firewall so we can compress the SMS bus!\"}"], ["created_at", "2016-10-06 14:49:18.208550"], ["updated_at", "2016-10-06 14:49:18.208550"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque temporibus ipsa.\",\"text\":\"We need to bypass the bluetooth JSON system!\"}"], ["created_at", "2016-10-06 14:49:18.209405"], ["updated_at", "2016-10-06 14:49:18.209405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error possimus eaque id exercitationem et et culpa.\",\"text\":\"You can't back up the protocol without navigating the cross-platform JSON firewall!\"}"], ["created_at", "2016-10-06 14:49:18.210293"], ["updated_at", "2016-10-06 14:49:18.210293"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet voluptas quisquam.\",\"text\":\"You can't synthesize the bus without parsing the wireless AGP card!\"}"], ["created_at", "2016-10-06 14:49:18.211169"], ["updated_at", "2016-10-06 14:49:18.211169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid mollitia ea aut harum rerum quia.\",\"text\":\"Synthesizing the sensor won't do anything, we need to hack the neural sdd interface!\"}"], ["created_at", "2016-10-06 14:49:18.212035"], ["updated_at", "2016-10-06 14:49:18.212035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos eos aut est sit.\",\"text\":\"The THX system is down, bypass the back-end microchip so we can compress the ADP alarm!\"}"], ["created_at", "2016-10-06 14:49:18.212902"], ["updated_at", "2016-10-06 14:49:18.212902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi illum ex architecto consectetur nihil.\",\"text\":\"I'll quantify the redundant TCP firewall, that should panel the EXE program!\"}"], ["created_at", "2016-10-06 14:49:18.213786"], ["updated_at", "2016-10-06 14:49:18.213786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem sunt et.\",\"text\":\"We need to input the optical ADP microchip!\"}"], ["created_at", "2016-10-06 14:49:18.214684"], ["updated_at", "2016-10-06 14:49:18.214684"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui officia earum velit.\",\"text\":\"If we parse the circuit, we can get to the CSS driver through the mobile PCI alarm!\"}"], ["created_at", "2016-10-06 14:49:18.215580"], ["updated_at", "2016-10-06 14:49:18.215580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas recusandae sapiente nam.\",\"text\":\"We need to generate the wireless IB monitor!\"}"], ["created_at", "2016-10-06 14:49:18.216442"], ["updated_at", "2016-10-06 14:49:18.216442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore laudantium occaecati est placeat quae consequuntur adipisci.\",\"text\":\"I'll synthesize the primary SCSI bandwidth, that should bandwidth the FTP feed!\"}"], ["created_at", "2016-10-06 14:49:18.217327"], ["updated_at", "2016-10-06 14:49:18.217327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus dicta fugit repudiandae sed.\",\"text\":\"Try to navigate the SDD port, maybe it will compress the auxiliary interface!\"}"], ["created_at", "2016-10-06 14:49:18.218204"], ["updated_at", "2016-10-06 14:49:18.218204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut consequatur eligendi repellendus est harum aut.\",\"text\":\"I'll synthesize the 1080p SCSI system, that should monitor the SDD port!\"}"], ["created_at", "2016-10-06 14:49:18.219068"], ["updated_at", "2016-10-06 14:49:18.219068"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt vel recusandae sint inventore aperiam.\",\"text\":\"Try to program the SMTP bandwidth, maybe it will quantify the cross-platform array!\"}"], ["created_at", "2016-10-06 14:49:18.219937"], ["updated_at", "2016-10-06 14:49:18.219937"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex quibusdam qui.\",\"text\":\"If we synthesize the microchip, we can get to the SQL system through the back-end COM capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.220795"], ["updated_at", "2016-10-06 14:49:18.220795"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id et in autem quis ut perferendis.\",\"text\":\"I'll compress the primary XSS microchip, that should transmitter the XML monitor!\"}"], ["created_at", "2016-10-06 14:49:18.221688"], ["updated_at", "2016-10-06 14:49:18.221688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima fugiat ea.\",\"text\":\"You can't synthesize the bus without copying the virtual HDD array!\"}"], ["created_at", "2016-10-06 14:49:18.222671"], ["updated_at", "2016-10-06 14:49:18.222671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui maiores id excepturi ut rerum porro eos.\",\"text\":\"Try to compress the PNG capacitor, maybe it will compress the redundant driver!\"}"], ["created_at", "2016-10-06 14:49:18.223535"], ["updated_at", "2016-10-06 14:49:18.223535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio et veniam.\",\"text\":\"Try to program the CSS capacitor, maybe it will reboot the open-source protocol!\"}"], ["created_at", "2016-10-06 14:49:18.224425"], ["updated_at", "2016-10-06 14:49:18.224425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem perspiciatis est et.\",\"text\":\"You can't compress the microchip without navigating the digital ADP monitor!\"}"], ["created_at", "2016-10-06 14:49:18.225373"], ["updated_at", "2016-10-06 14:49:18.225373"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel esse et ex necessitatibus est eos.\",\"text\":\"I'll override the neural CSS system, that should application the PNG circuit!\"}"], ["created_at", "2016-10-06 14:49:18.226271"], ["updated_at", "2016-10-06 14:49:18.226271"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur esse dolor sed odio ut molestias ut.\",\"text\":\"Try to quantify the IB protocol, maybe it will generate the open-source bus!\"}"], ["created_at", "2016-10-06 14:49:18.227211"], ["updated_at", "2016-10-06 14:49:18.227211"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt ipsam dolores ut voluptatum asperiores illum et.\",\"text\":\"You can't input the port without bypassing the solid state CSS firewall!\"}"], ["created_at", "2016-10-06 14:49:18.228142"], ["updated_at", "2016-10-06 14:49:18.228142"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex ut excepturi aliquam quas aliquid corrupti.\",\"text\":\"You can't program the bus without bypassing the multi-byte AGP driver!\"}"], ["created_at", "2016-10-06 14:49:18.229059"], ["updated_at", "2016-10-06 14:49:18.229059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum quis quae sit.\",\"text\":\"If we compress the application, we can get to the USB card through the multi-byte FTP application!\"}"], ["created_at", "2016-10-06 14:49:18.229951"], ["updated_at", "2016-10-06 14:49:18.229951"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique dolorem quod.\",\"text\":\"Copying the system won't do anything, we need to parse the digital jbod circuit!\"}"], ["created_at", "2016-10-06 14:49:18.230927"], ["updated_at", "2016-10-06 14:49:18.230927"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim sapiente deleniti non eos debitis.\",\"text\":\"Generating the microchip won't do anything, we need to compress the haptic gb hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.231810"], ["updated_at", "2016-10-06 14:49:18.231810"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit eligendi blanditiis non eaque ut.\",\"text\":\"If we synthesize the protocol, we can get to the USB bus through the primary GB system!\"}"], ["created_at", "2016-10-06 14:49:18.232691"], ["updated_at", "2016-10-06 14:49:18.232691"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia illum cumque.\",\"text\":\"Use the bluetooth XSS port, then you can compress the optical bus!\"}"], ["created_at", "2016-10-06 14:49:18.233608"], ["updated_at", "2016-10-06 14:49:18.233608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus voluptatem esse magnam voluptatum non numquam harum.\",\"text\":\"If we input the pixel, we can get to the COM circuit through the primary EXE system!\"}"], ["created_at", "2016-10-06 14:49:18.234569"], ["updated_at", "2016-10-06 14:49:18.234569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat sed optio.\",\"text\":\"Navigating the card won't do anything, we need to transmit the neural scsi port!\"}"], ["created_at", "2016-10-06 14:49:18.235500"], ["updated_at", "2016-10-06 14:49:18.235500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam harum odit.\",\"text\":\"Use the mobile THX system, then you can copy the virtual driver!\"}"], ["created_at", "2016-10-06 14:49:18.236388"], ["updated_at", "2016-10-06 14:49:18.236388"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam voluptate labore consequuntur quas quaerat expedita.\",\"text\":\"Bypassing the protocol won't do anything, we need to connect the back-end rss alarm!\"}"], ["created_at", "2016-10-06 14:49:18.237263"], ["updated_at", "2016-10-06 14:49:18.237263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus quia et.\",\"text\":\"Try to copy the JBOD capacitor, maybe it will copy the auxiliary transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.238174"], ["updated_at", "2016-10-06 14:49:18.238174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia eos nostrum velit architecto.\",\"text\":\"You can't parse the sensor without connecting the cross-platform XML matrix!\"}"], ["created_at", "2016-10-06 14:49:18.239107"], ["updated_at", "2016-10-06 14:49:18.239107"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam magni eveniet aut.\",\"text\":\"Try to navigate the HTTP firewall, maybe it will back up the open-source hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.240013"], ["updated_at", "2016-10-06 14:49:18.240013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit voluptates aut earum nesciunt dolor inventore nulla.\",\"text\":\"I'll navigate the wireless SCSI matrix, that should alarm the USB firewall!\"}"], ["created_at", "2016-10-06 14:49:18.240922"], ["updated_at", "2016-10-06 14:49:18.240922"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint dolor iure perferendis.\",\"text\":\"Try to synthesize the CSS circuit, maybe it will quantify the 1080p firewall!\"}"], ["created_at", "2016-10-06 14:49:18.241811"], ["updated_at", "2016-10-06 14:49:18.241811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel at laborum.\",\"text\":\"Try to synthesize the SAS pixel, maybe it will compress the cross-platform array!\"}"], ["created_at", "2016-10-06 14:49:18.242734"], ["updated_at", "2016-10-06 14:49:18.242734"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id architecto in sequi rem.\",\"text\":\"Programming the matrix won't do anything, we need to quantify the cross-platform json protocol!\"}"], ["created_at", "2016-10-06 14:49:18.243624"], ["updated_at", "2016-10-06 14:49:18.243624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias similique inventore labore hic ea.\",\"text\":\"Try to generate the GB array, maybe it will quantify the auxiliary bus!\"}"], ["created_at", "2016-10-06 14:49:18.244522"], ["updated_at", "2016-10-06 14:49:18.244522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non asperiores vitae dignissimos iusto.\",\"text\":\"If we program the matrix, we can get to the RAM transmitter through the digital SSL monitor!\"}"], ["created_at", "2016-10-06 14:49:18.245530"], ["updated_at", "2016-10-06 14:49:18.245530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et velit.\",\"text\":\"Hacking the sensor won't do anything, we need to program the digital ib protocol!\"}"], ["created_at", "2016-10-06 14:49:18.246429"], ["updated_at", "2016-10-06 14:49:18.246429"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut architecto voluptas ipsa id iste dolorem dolor.\",\"text\":\"Use the back-end AI capacitor, then you can input the open-source program!\"}"], ["created_at", "2016-10-06 14:49:18.247384"], ["updated_at", "2016-10-06 14:49:18.247384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat est in eius dignissimos reprehenderit facere.\",\"text\":\"I'll input the back-end CSS array, that should microchip the FTP bus!\"}"], ["created_at", "2016-10-06 14:49:18.248319"], ["updated_at", "2016-10-06 14:49:18.248319"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis est dolorum possimus illo velit corporis.\",\"text\":\"Overriding the bandwidth won't do anything, we need to connect the primary agp pixel!\"}"], ["created_at", "2016-10-06 14:49:18.249198"], ["updated_at", "2016-10-06 14:49:18.249198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt deserunt provident culpa eligendi sit eaque.\",\"text\":\"Quantifying the protocol won't do anything, we need to hack the online xss circuit!\"}"], ["created_at", "2016-10-06 14:49:18.250114"], ["updated_at", "2016-10-06 14:49:18.250114"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem velit in qui placeat porro sed.\",\"text\":\"We need to synthesize the wireless JBOD system!\"}"], ["created_at", "2016-10-06 14:49:18.251051"], ["updated_at", "2016-10-06 14:49:18.251051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem esse eius sint inventore.\",\"text\":\"If we input the application, we can get to the GB sensor through the 1080p ADP monitor!\"}"], ["created_at", "2016-10-06 14:49:18.251969"], ["updated_at", "2016-10-06 14:49:18.251969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et doloremque repudiandae consectetur doloribus sit id.\",\"text\":\"The GB port is down, override the back-end array so we can reboot the GB monitor!\"}"], ["created_at", "2016-10-06 14:49:18.252908"], ["updated_at", "2016-10-06 14:49:18.252908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta quibusdam assumenda dolores temporibus dolorem est et.\",\"text\":\"You can't compress the protocol without connecting the haptic PNG interface!\"}"], ["created_at", "2016-10-06 14:49:18.253840"], ["updated_at", "2016-10-06 14:49:18.253840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus eligendi est qui quis voluptatem quis.\",\"text\":\"The SMS sensor is down, hack the solid state bus so we can navigate the EXE hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.254758"], ["updated_at", "2016-10-06 14:49:18.254758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta in alias commodi id.\",\"text\":\"Try to quantify the SMS array, maybe it will bypass the 1080p microchip!\"}"], ["created_at", "2016-10-06 14:49:18.255664"], ["updated_at", "2016-10-06 14:49:18.255664"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem architecto voluptas omnis doloremque omnis.\",\"text\":\"Use the back-end RSS capacitor, then you can quantify the primary application!\"}"], ["created_at", "2016-10-06 14:49:18.256569"], ["updated_at", "2016-10-06 14:49:18.256569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit omnis tenetur magnam totam.\",\"text\":\"Bypassing the driver won't do anything, we need to quantify the open-source sas monitor!\"}"], ["created_at", "2016-10-06 14:49:18.257451"], ["updated_at", "2016-10-06 14:49:18.257451"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus et nisi quo accusantium.\",\"text\":\"You can't input the capacitor without parsing the online SMS alarm!\"}"], ["created_at", "2016-10-06 14:49:18.258380"], ["updated_at", "2016-10-06 14:49:18.258380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut esse et a rerum.\",\"text\":\"The PNG circuit is down, synthesize the online circuit so we can navigate the SQL pixel!\"}"], ["created_at", "2016-10-06 14:49:18.259280"], ["updated_at", "2016-10-06 14:49:18.259280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis aliquam qui a.\",\"text\":\"I'll program the multi-byte COM bandwidth, that should array the GB program!\"}"], ["created_at", "2016-10-06 14:49:18.260182"], ["updated_at", "2016-10-06 14:49:18.260182"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus libero quis ut.\",\"text\":\"You can't transmit the card without synthesizing the wireless CSS monitor!\"}"], ["created_at", "2016-10-06 14:49:18.261095"], ["updated_at", "2016-10-06 14:49:18.261095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa aut saepe.\",\"text\":\"You can't parse the matrix without hacking the auxiliary AGP panel!\"}"], ["created_at", "2016-10-06 14:49:18.261989"], ["updated_at", "2016-10-06 14:49:18.261989"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse nihil nobis tempora voluptatem.\",\"text\":\"Quantifying the array won't do anything, we need to override the cross-platform ftp application!\"}"], ["created_at", "2016-10-06 14:49:18.262915"], ["updated_at", "2016-10-06 14:49:18.262915"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem velit sit explicabo ut vitae id.\",\"text\":\"If we program the feed, we can get to the JSON bus through the cross-platform SAS monitor!\"}"], ["created_at", "2016-10-06 14:49:18.263861"], ["updated_at", "2016-10-06 14:49:18.263861"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel dolores optio nostrum sint ea.\",\"text\":\"Use the online HDD panel, then you can input the 1080p alarm!\"}"], ["created_at", "2016-10-06 14:49:18.264812"], ["updated_at", "2016-10-06 14:49:18.264812"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut odit rerum est nobis.\",\"text\":\"The RSS protocol is down, synthesize the optical bus so we can input the RSS bus!\"}"], ["created_at", "2016-10-06 14:49:18.265760"], ["updated_at", "2016-10-06 14:49:18.265760"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque fugit rerum inventore nisi sint vel eius.\",\"text\":\"Try to bypass the SCSI card, maybe it will synthesize the mobile transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.266746"], ["updated_at", "2016-10-06 14:49:18.266746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus magnam cumque molestias voluptate praesentium voluptatem.\",\"text\":\"Transmitting the system won't do anything, we need to compress the digital adp firewall!\"}"], ["created_at", "2016-10-06 14:49:18.267680"], ["updated_at", "2016-10-06 14:49:18.267680"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor expedita repellat impedit debitis qui in deleniti.\",\"text\":\"Use the 1080p JSON bandwidth, then you can index the online circuit!\"}"], ["created_at", "2016-10-06 14:49:18.268569"], ["updated_at", "2016-10-06 14:49:18.268569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui aliquam corporis tempore incidunt perferendis reiciendis.\",\"text\":\"The GB hard drive is down, program the auxiliary feed so we can reboot the JSON bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.269448"], ["updated_at", "2016-10-06 14:49:18.269448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae quidem voluptatem architecto illum consequuntur voluptatem qui.\",\"text\":\"The USB system is down, override the open-source alarm so we can quantify the PNG bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.270369"], ["updated_at", "2016-10-06 14:49:18.270369"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima ratione cumque ut eos.\",\"text\":\"You can't parse the driver without compressing the primary SAS driver!\"}"], ["created_at", "2016-10-06 14:49:18.271300"], ["updated_at", "2016-10-06 14:49:18.271300"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non laboriosam corrupti.\",\"text\":\"The SCSI microchip is down, program the cross-platform matrix so we can transmit the CSS protocol!\"}"], ["created_at", "2016-10-06 14:49:18.272412"], ["updated_at", "2016-10-06 14:49:18.272412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam id voluptatem consequatur enim.\",\"text\":\"If we reboot the sensor, we can get to the RAM application through the wireless HDD driver!\"}"], ["created_at", "2016-10-06 14:49:18.273388"], ["updated_at", "2016-10-06 14:49:18.273388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident qui et fuga.\",\"text\":\"We need to bypass the cross-platform SDD capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.274287"], ["updated_at", "2016-10-06 14:49:18.274287"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ratione aspernatur deserunt soluta blanditiis qui provident.\",\"text\":\"Synthesizing the matrix won't do anything, we need to input the virtual ai array!\"}"], ["created_at", "2016-10-06 14:49:18.275184"], ["updated_at", "2016-10-06 14:49:18.275184"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem culpa consequuntur maiores.\",\"text\":\"Use the mobile SCSI driver, then you can input the digital array!\"}"], ["created_at", "2016-10-06 14:49:18.276074"], ["updated_at", "2016-10-06 14:49:18.276074"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro quod ea voluptatibus fugiat sit perspiciatis maxime.\",\"text\":\"Try to generate the JBOD capacitor, maybe it will synthesize the multi-byte hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.276972"], ["updated_at", "2016-10-06 14:49:18.276972"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores dolore sit aut.\",\"text\":\"The CSS card is down, input the cross-platform microchip so we can generate the JBOD driver!\"}"], ["created_at", "2016-10-06 14:49:18.277853"], ["updated_at", "2016-10-06 14:49:18.277853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est molestiae qui vitae et aliquid ea amet.\",\"text\":\"Use the neural JBOD circuit, then you can quantify the open-source driver!\"}"], ["created_at", "2016-10-06 14:49:18.278757"], ["updated_at", "2016-10-06 14:49:18.278757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed omnis est tempora ducimus.\",\"text\":\"The HDD transmitter is down, input the redundant driver so we can reboot the SAS circuit!\"}"], ["created_at", "2016-10-06 14:49:18.279644"], ["updated_at", "2016-10-06 14:49:18.279644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores exercitationem aut consequatur quo aut architecto.\",\"text\":\"The HTTP application is down, bypass the haptic microchip so we can transmit the SAS hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.280567"], ["updated_at", "2016-10-06 14:49:18.280567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet dicta nostrum odit eum deleniti reiciendis est.\",\"text\":\"The SDD bus is down, connect the digital feed so we can compress the XML sensor!\"}"], ["created_at", "2016-10-06 14:49:18.281456"], ["updated_at", "2016-10-06 14:49:18.281456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia officiis architecto odit nulla numquam distinctio.\",\"text\":\"The HTTP port is down, generate the redundant protocol so we can quantify the SQL bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.282359"], ["updated_at", "2016-10-06 14:49:18.282359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia tenetur id quis est.\",\"text\":\"You can't program the feed without programming the wireless ADP pixel!\"}"], ["created_at", "2016-10-06 14:49:18.283241"], ["updated_at", "2016-10-06 14:49:18.283241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis officia fugit nulla.\",\"text\":\"You can't parse the feed without compressing the optical JBOD pixel!\"}"], ["created_at", "2016-10-06 14:49:18.284119"], ["updated_at", "2016-10-06 14:49:18.284119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quasi repudiandae fuga.\",\"text\":\"We need to hack the open-source PCI matrix!\"}"], ["created_at", "2016-10-06 14:49:18.285037"], ["updated_at", "2016-10-06 14:49:18.285037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas deleniti ducimus saepe.\",\"text\":\"We need to index the auxiliary FTP system!\"}"], ["created_at", "2016-10-06 14:49:18.286003"], ["updated_at", "2016-10-06 14:49:18.286003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore ea et doloribus harum quos nesciunt ut.\",\"text\":\"Use the back-end IB feed, then you can hack the open-source capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.286898"], ["updated_at", "2016-10-06 14:49:18.286898"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex aut occaecati consequatur ut.\",\"text\":\"I'll transmit the bluetooth HTTP hard drive, that should matrix the RAM driver!\"}"], ["created_at", "2016-10-06 14:49:18.287792"], ["updated_at", "2016-10-06 14:49:18.287792"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus rerum amet eius et dolor aspernatur voluptates.\",\"text\":\"Overriding the capacitor won't do anything, we need to program the redundant sms program!\"}"], ["created_at", "2016-10-06 14:49:18.288701"], ["updated_at", "2016-10-06 14:49:18.288701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis accusantium dolorem tempora.\",\"text\":\"We need to parse the bluetooth SAS card!\"}"], ["created_at", "2016-10-06 14:49:18.289596"], ["updated_at", "2016-10-06 14:49:18.289596"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint occaecati nihil veritatis quia esse.\",\"text\":\"The SQL matrix is down, connect the auxiliary transmitter so we can hack the SMS transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.290484"], ["updated_at", "2016-10-06 14:49:18.290484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor est libero molestias hic ab repellat.\",\"text\":\"You can't back up the alarm without parsing the redundant RSS pixel!\"}"], ["created_at", "2016-10-06 14:49:18.291418"], ["updated_at", "2016-10-06 14:49:18.291418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id soluta architecto velit cupiditate molestias est ut.\",\"text\":\"Try to quantify the SMTP monitor, maybe it will quantify the back-end protocol!\"}"], ["created_at", "2016-10-06 14:49:18.292301"], ["updated_at", "2016-10-06 14:49:18.292301"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id laborum qui fuga debitis et qui quos.\",\"text\":\"Use the neural ADP circuit, then you can quantify the open-source firewall!\"}"], ["created_at", "2016-10-06 14:49:18.293177"], ["updated_at", "2016-10-06 14:49:18.293177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut aut id amet quae est.\",\"text\":\"I'll back up the primary JSON feed, that should microchip the PNG protocol!\"}"], ["created_at", "2016-10-06 14:49:18.294072"], ["updated_at", "2016-10-06 14:49:18.294072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia rerum similique architecto deleniti.\",\"text\":\"I'll parse the virtual JSON system, that should monitor the THX monitor!\"}"], ["created_at", "2016-10-06 14:49:18.294998"], ["updated_at", "2016-10-06 14:49:18.294998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut delectus voluptatem vel.\",\"text\":\"The HDD application is down, navigate the multi-byte alarm so we can index the USB matrix!\"}"], ["created_at", "2016-10-06 14:49:18.295877"], ["updated_at", "2016-10-06 14:49:18.295877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem quidem sit.\",\"text\":\"We need to copy the haptic SSL transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.296778"], ["updated_at", "2016-10-06 14:49:18.296778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et perferendis ex repellat et iusto exercitationem libero.\",\"text\":\"I'll transmit the auxiliary ADP monitor, that should bus the PCI application!\"}"], ["created_at", "2016-10-06 14:49:18.297721"], ["updated_at", "2016-10-06 14:49:18.297721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui doloremque quo mollitia culpa numquam distinctio qui.\",\"text\":\"If we generate the pixel, we can get to the RAM microchip through the back-end SQL array!\"}"], ["created_at", "2016-10-06 14:49:18.298616"], ["updated_at", "2016-10-06 14:49:18.298616"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum iure quidem fugiat cupiditate hic dicta quod.\",\"text\":\"We need to override the mobile FTP microchip!\"}"], ["created_at", "2016-10-06 14:49:18.299510"], ["updated_at", "2016-10-06 14:49:18.299510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque eius cum iure explicabo et.\",\"text\":\"If we program the pixel, we can get to the IB port through the primary RAM transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.300396"], ["updated_at", "2016-10-06 14:49:18.300396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quis ea porro neque nulla.\",\"text\":\"Backing up the bus won't do anything, we need to back up the virtual scsi pixel!\"}"], ["created_at", "2016-10-06 14:49:18.301271"], ["updated_at", "2016-10-06 14:49:18.301271"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut deleniti sapiente consequatur modi.\",\"text\":\"You can't input the interface without overriding the open-source HTTP capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.302194"], ["updated_at", "2016-10-06 14:49:18.302194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit odio est omnis dicta facere.\",\"text\":\"We need to copy the haptic RSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.303093"], ["updated_at", "2016-10-06 14:49:18.303093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita in quos aut et laborum.\",\"text\":\"If we hack the card, we can get to the JBOD alarm through the multi-byte PNG capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.303990"], ["updated_at", "2016-10-06 14:49:18.303990"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet explicabo sit sint.\",\"text\":\"The RSS bus is down, back up the open-source card so we can calculate the SMTP array!\"}"], ["created_at", "2016-10-06 14:49:18.304871"], ["updated_at", "2016-10-06 14:49:18.304871"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae odio necessitatibus animi.\",\"text\":\"We need to reboot the solid state SDD hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.305788"], ["updated_at", "2016-10-06 14:49:18.305788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum doloribus et aperiam rerum ratione.\",\"text\":\"The SCSI program is down, transmit the back-end alarm so we can index the EXE firewall!\"}"], ["created_at", "2016-10-06 14:49:18.306699"], ["updated_at", "2016-10-06 14:49:18.306699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam doloremque sed voluptatibus ut labore.\",\"text\":\"If we index the driver, we can get to the SCSI program through the open-source SMTP feed!\"}"], ["created_at", "2016-10-06 14:49:18.307600"], ["updated_at", "2016-10-06 14:49:18.307600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi molestiae omnis in dolorem voluptatibus.\",\"text\":\"Try to parse the XSS card, maybe it will parse the back-end port!\"}"], ["created_at", "2016-10-06 14:49:18.308506"], ["updated_at", "2016-10-06 14:49:18.308506"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur quas est facilis qui ut velit ea.\",\"text\":\"The AGP system is down, back up the neural program so we can override the AGP system!\"}"], ["created_at", "2016-10-06 14:49:18.309446"], ["updated_at", "2016-10-06 14:49:18.309446"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda ex et asperiores.\",\"text\":\"I'll navigate the 1080p TCP pixel, that should array the FTP monitor!\"}"], ["created_at", "2016-10-06 14:49:18.310376"], ["updated_at", "2016-10-06 14:49:18.310376"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet ea sit exercitationem.\",\"text\":\"Use the multi-byte SAS interface, then you can override the mobile capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.311321"], ["updated_at", "2016-10-06 14:49:18.311321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis ullam laborum necessitatibus tenetur officiis est ab.\",\"text\":\"We need to bypass the open-source SAS sensor!\"}"], ["created_at", "2016-10-06 14:49:18.312203"], ["updated_at", "2016-10-06 14:49:18.312203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat dolor quo iure voluptatem molestias sed quam.\",\"text\":\"You can't calculate the system without navigating the open-source HDD monitor!\"}"], ["created_at", "2016-10-06 14:49:18.313097"], ["updated_at", "2016-10-06 14:49:18.313097"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam saepe accusamus quae mollitia sed in.\",\"text\":\"I'll quantify the open-source GB card, that should hard drive the IB card!\"}"], ["created_at", "2016-10-06 14:49:18.314012"], ["updated_at", "2016-10-06 14:49:18.314012"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat est animi ut.\",\"text\":\"If we input the port, we can get to the HTTP port through the back-end PNG circuit!\"}"], ["created_at", "2016-10-06 14:49:18.314927"], ["updated_at", "2016-10-06 14:49:18.314927"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis aut impedit aspernatur reprehenderit libero voluptates molestiae.\",\"text\":\"I'll connect the primary EXE application, that should panel the IB panel!\"}"], ["created_at", "2016-10-06 14:49:18.315813"], ["updated_at", "2016-10-06 14:49:18.315813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam illo suscipit numquam.\",\"text\":\"Use the solid state TCP bandwidth, then you can quantify the redundant panel!\"}"], ["created_at", "2016-10-06 14:49:18.316698"], ["updated_at", "2016-10-06 14:49:18.316698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt blanditiis quia ipsam saepe libero.\",\"text\":\"The SMTP firewall is down, hack the neural hard drive so we can input the SCSI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.317590"], ["updated_at", "2016-10-06 14:49:18.317590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus ipsum quis expedita quibusdam.\",\"text\":\"I'll synthesize the bluetooth SMS interface, that should array the EXE port!\"}"], ["created_at", "2016-10-06 14:49:18.318509"], ["updated_at", "2016-10-06 14:49:18.318509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium aut voluptatem et ut cumque.\",\"text\":\"Calculating the card won't do anything, we need to index the auxiliary pci card!\"}"], ["created_at", "2016-10-06 14:49:18.319459"], ["updated_at", "2016-10-06 14:49:18.319459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt animi consequuntur.\",\"text\":\"Calculating the application won't do anything, we need to copy the primary tcp transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.320393"], ["updated_at", "2016-10-06 14:49:18.320393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id quia culpa impedit asperiores consequuntur.\",\"text\":\"Try to reboot the GB system, maybe it will connect the back-end port!\"}"], ["created_at", "2016-10-06 14:49:18.321314"], ["updated_at", "2016-10-06 14:49:18.321314"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto temporibus molestiae cumque deserunt velit.\",\"text\":\"We need to transmit the back-end JBOD alarm!\"}"], ["created_at", "2016-10-06 14:49:18.322428"], ["updated_at", "2016-10-06 14:49:18.322428"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum occaecati soluta.\",\"text\":\"You can't calculate the application without synthesizing the neural JBOD alarm!\"}"], ["created_at", "2016-10-06 14:49:18.323557"], ["updated_at", "2016-10-06 14:49:18.323557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci ut numquam odit.\",\"text\":\"Use the cross-platform ADP feed, then you can synthesize the cross-platform driver!\"}"], ["created_at", "2016-10-06 14:49:18.324539"], ["updated_at", "2016-10-06 14:49:18.324539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum velit sint adipisci exercitationem nihil.\",\"text\":\"Programming the monitor won't do anything, we need to compress the optical thx driver!\"}"], ["created_at", "2016-10-06 14:49:18.325517"], ["updated_at", "2016-10-06 14:49:18.325517"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At voluptas quia vero harum ad quam.\",\"text\":\"You can't quantify the pixel without backing up the back-end CSS application!\"}"], ["created_at", "2016-10-06 14:49:18.326560"], ["updated_at", "2016-10-06 14:49:18.326560"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et sed earum facilis.\",\"text\":\"You can't compress the program without connecting the haptic RAM protocol!\"}"], ["created_at", "2016-10-06 14:49:18.327598"], ["updated_at", "2016-10-06 14:49:18.327598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sint a facere atque minus odio.\",\"text\":\"You can't quantify the feed without programming the bluetooth XML capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.328578"], ["updated_at", "2016-10-06 14:49:18.328578"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut molestiae numquam consequatur quas similique quasi quis.\",\"text\":\"If we copy the protocol, we can get to the SMS array through the haptic FTP capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.329545"], ["updated_at", "2016-10-06 14:49:18.329545"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum amet odio.\",\"text\":\"The PNG microchip is down, transmit the optical bus so we can hack the SMS capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.330546"], ["updated_at", "2016-10-06 14:49:18.330546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi iure molestiae fugiat officiis doloribus.\",\"text\":\"The SAS feed is down, index the optical bandwidth so we can quantify the SMS panel!\"}"], ["created_at", "2016-10-06 14:49:18.331606"], ["updated_at", "2016-10-06 14:49:18.331606"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit deleniti optio.\",\"text\":\"Compressing the application won't do anything, we need to program the neural png microchip!\"}"], ["created_at", "2016-10-06 14:49:18.332607"], ["updated_at", "2016-10-06 14:49:18.332607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex placeat adipisci commodi molestias reprehenderit quibusdam.\",\"text\":\"Try to hack the SDD feed, maybe it will transmit the 1080p program!\"}"], ["created_at", "2016-10-06 14:49:18.333574"], ["updated_at", "2016-10-06 14:49:18.333574"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore aut et molestiae sed.\",\"text\":\"Use the virtual RAM application, then you can index the 1080p capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.334535"], ["updated_at", "2016-10-06 14:49:18.334535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates porro dolorem dolores dolore.\",\"text\":\"The SAS bandwidth is down, copy the solid state bandwidth so we can copy the COM firewall!\"}"], ["created_at", "2016-10-06 14:49:18.335457"], ["updated_at", "2016-10-06 14:49:18.335457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut in repellendus vitae est temporibus architecto.\",\"text\":\"If we program the feed, we can get to the PNG panel through the redundant SQL matrix!\"}"], ["created_at", "2016-10-06 14:49:18.336365"], ["updated_at", "2016-10-06 14:49:18.336365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam id ut sapiente ut totam rerum.\",\"text\":\"Generating the firewall won't do anything, we need to parse the virtual smtp bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.337259"], ["updated_at", "2016-10-06 14:49:18.337259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa culpa minima aspernatur rem nesciunt dolores.\",\"text\":\"The COM port is down, generate the back-end microchip so we can compress the XSS microchip!\"}"], ["created_at", "2016-10-06 14:49:18.338193"], ["updated_at", "2016-10-06 14:49:18.338193"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum enim vel eaque.\",\"text\":\"You can't parse the application without navigating the primary TCP firewall!\"}"], ["created_at", "2016-10-06 14:49:18.339111"], ["updated_at", "2016-10-06 14:49:18.339111"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi ut omnis voluptates sunt.\",\"text\":\"If we parse the microchip, we can get to the CSS bandwidth through the open-source EXE capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.340077"], ["updated_at", "2016-10-06 14:49:18.340077"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum cumque dolor quia voluptatibus molestiae.\",\"text\":\"Parsing the monitor won't do anything, we need to back up the cross-platform sdd circuit!\"}"], ["created_at", "2016-10-06 14:49:18.340985"], ["updated_at", "2016-10-06 14:49:18.340985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis dolores quia alias quis.\",\"text\":\"Generating the bandwidth won't do anything, we need to generate the cross-platform sms bus!\"}"], ["created_at", "2016-10-06 14:49:18.341899"], ["updated_at", "2016-10-06 14:49:18.341899"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore perspiciatis asperiores voluptatem necessitatibus id suscipit.\",\"text\":\"Try to reboot the SMTP array, maybe it will transmit the back-end panel!\"}"], ["created_at", "2016-10-06 14:49:18.342826"], ["updated_at", "2016-10-06 14:49:18.342826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit veniam sunt dignissimos qui consequatur quo.\",\"text\":\"Transmitting the firewall won't do anything, we need to program the primary gb card!\"}"], ["created_at", "2016-10-06 14:49:18.343781"], ["updated_at", "2016-10-06 14:49:18.343781"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum odio aspernatur eveniet.\",\"text\":\"Use the digital ADP program, then you can compress the cross-platform monitor!\"}"], ["created_at", "2016-10-06 14:49:18.344715"], ["updated_at", "2016-10-06 14:49:18.344715"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat ducimus inventore officiis corrupti hic.\",\"text\":\"I'll transmit the virtual FTP system, that should alarm the ADP array!\"}"], ["created_at", "2016-10-06 14:49:18.345699"], ["updated_at", "2016-10-06 14:49:18.345699"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque fuga ea sed repellat qui aperiam.\",\"text\":\"I'll parse the open-source TCP panel, that should capacitor the PCI card!\"}"], ["created_at", "2016-10-06 14:49:18.346701"], ["updated_at", "2016-10-06 14:49:18.346701"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae omnis velit qui aspernatur culpa.\",\"text\":\"The USB matrix is down, index the auxiliary sensor so we can reboot the AGP circuit!\"}"], ["created_at", "2016-10-06 14:49:18.347836"], ["updated_at", "2016-10-06 14:49:18.347836"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas et debitis corrupti libero aliquid suscipit.\",\"text\":\"We need to generate the cross-platform RSS bus!\"}"], ["created_at", "2016-10-06 14:49:18.349024"], ["updated_at", "2016-10-06 14:49:18.349024"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste ducimus magni vitae sed est tempore.\",\"text\":\"The SCSI sensor is down, program the haptic firewall so we can transmit the RSS firewall!\"}"], ["created_at", "2016-10-06 14:49:18.350477"], ["updated_at", "2016-10-06 14:49:18.350477"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum provident magni ut perspiciatis ipsam.\",\"text\":\"I'll calculate the bluetooth SMS array, that should system the JSON capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.352148"], ["updated_at", "2016-10-06 14:49:18.352148"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus odit commodi iste.\",\"text\":\"If we parse the capacitor, we can get to the XML matrix through the redundant THX card!\"}"], ["created_at", "2016-10-06 14:49:18.354447"], ["updated_at", "2016-10-06 14:49:18.354447"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed sed facilis incidunt.\",\"text\":\"We need to input the bluetooth HTTP system!\"}"], ["created_at", "2016-10-06 14:49:18.356497"], ["updated_at", "2016-10-06 14:49:18.356497"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut est et.\",\"text\":\"I'll generate the redundant SMS card, that should feed the XML application!\"}"], ["created_at", "2016-10-06 14:49:18.359201"], ["updated_at", "2016-10-06 14:49:18.359201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit rem et voluptatem sit a aut eaque.\",\"text\":\"We need to compress the mobile FTP sensor!\"}"], ["created_at", "2016-10-06 14:49:18.360925"], ["updated_at", "2016-10-06 14:49:18.360925"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab quas enim minima ut.\",\"text\":\"The AGP feed is down, bypass the multi-byte interface so we can program the HDD monitor!\"}"], ["created_at", "2016-10-06 14:49:18.361904"], ["updated_at", "2016-10-06 14:49:18.361904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex eligendi sed sit.\",\"text\":\"Try to generate the CSS port, maybe it will quantify the neural transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.362877"], ["updated_at", "2016-10-06 14:49:18.362877"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed et sit earum explicabo.\",\"text\":\"We need to transmit the wireless SDD protocol!\"}"], ["created_at", "2016-10-06 14:49:18.363958"], ["updated_at", "2016-10-06 14:49:18.363958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis doloribus nam.\",\"text\":\"I'll override the wireless SQL protocol, that should feed the PNG circuit!\"}"], ["created_at", "2016-10-06 14:49:18.364893"], ["updated_at", "2016-10-06 14:49:18.364893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus aperiam sit voluptate dolor.\",\"text\":\"If we reboot the program, we can get to the PNG firewall through the open-source AI interface!\"}"], ["created_at", "2016-10-06 14:49:18.365817"], ["updated_at", "2016-10-06 14:49:18.365817"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius qui delectus tempora sit.\",\"text\":\"If we override the hard drive, we can get to the PNG matrix through the redundant GB firewall!\"}"], ["created_at", "2016-10-06 14:49:18.366759"], ["updated_at", "2016-10-06 14:49:18.366759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum nesciunt voluptatem quo dolor esse excepturi pariatur.\",\"text\":\"Indexing the array won't do anything, we need to transmit the auxiliary sql port!\"}"], ["created_at", "2016-10-06 14:49:18.367731"], ["updated_at", "2016-10-06 14:49:18.367731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia occaecati impedit.\",\"text\":\"We need to input the back-end COM matrix!\"}"], ["created_at", "2016-10-06 14:49:18.368669"], ["updated_at", "2016-10-06 14:49:18.368669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut est fuga quaerat ea ipsum quo.\",\"text\":\"Indexing the card won't do anything, we need to input the haptic http circuit!\"}"], ["created_at", "2016-10-06 14:49:18.369579"], ["updated_at", "2016-10-06 14:49:18.369579"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio suscipit sequi excepturi velit.\",\"text\":\"We need to parse the primary FTP panel!\"}"], ["created_at", "2016-10-06 14:49:18.370810"], ["updated_at", "2016-10-06 14:49:18.370810"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi distinctio dolor culpa fugit qui eveniet.\",\"text\":\"Use the mobile SCSI protocol, then you can quantify the cross-platform monitor!\"}"], ["created_at", "2016-10-06 14:49:18.372342"], ["updated_at", "2016-10-06 14:49:18.372342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia ex culpa magnam distinctio enim ducimus quos.\",\"text\":\"The JSON card is down, hack the optical pixel so we can parse the AGP protocol!\"}"], ["created_at", "2016-10-06 14:49:18.373401"], ["updated_at", "2016-10-06 14:49:18.373401"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit saepe nihil sint ex et.\",\"text\":\"Use the multi-byte SSL capacitor, then you can copy the redundant panel!\"}"], ["created_at", "2016-10-06 14:49:18.374334"], ["updated_at", "2016-10-06 14:49:18.374334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora eum quis et.\",\"text\":\"Parsing the pixel won't do anything, we need to input the redundant agp pixel!\"}"], ["created_at", "2016-10-06 14:49:18.375267"], ["updated_at", "2016-10-06 14:49:18.375267"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque rem numquam qui a.\",\"text\":\"Try to bypass the USB port, maybe it will program the virtual hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.376265"], ["updated_at", "2016-10-06 14:49:18.376265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur placeat officiis labore.\",\"text\":\"Use the optical AI matrix, then you can transmit the neural pixel!\"}"], ["created_at", "2016-10-06 14:49:18.377231"], ["updated_at", "2016-10-06 14:49:18.377231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus modi ut doloremque molestiae voluptate.\",\"text\":\"We need to back up the virtual XSS panel!\"}"], ["created_at", "2016-10-06 14:49:18.378205"], ["updated_at", "2016-10-06 14:49:18.378205"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptas rerum nulla eaque ab debitis a.\",\"text\":\"I'll compress the open-source PNG protocol, that should program the USB pixel!\"}"], ["created_at", "2016-10-06 14:49:18.379187"], ["updated_at", "2016-10-06 14:49:18.379187"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et fuga illo consequuntur.\",\"text\":\"If we generate the feed, we can get to the SSL panel through the wireless XSS matrix!\"}"], ["created_at", "2016-10-06 14:49:18.380154"], ["updated_at", "2016-10-06 14:49:18.380154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias quos recusandae vitae beatae est et.\",\"text\":\"Navigating the application won't do anything, we need to index the virtual ssl program!\"}"], ["created_at", "2016-10-06 14:49:18.381267"], ["updated_at", "2016-10-06 14:49:18.381267"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam adipisci non.\",\"text\":\"Hacking the card won't do anything, we need to copy the optical jbod system!\"}"], ["created_at", "2016-10-06 14:49:18.382243"], ["updated_at", "2016-10-06 14:49:18.382243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis pariatur delectus omnis tenetur.\",\"text\":\"Use the virtual GB interface, then you can navigate the multi-byte port!\"}"], ["created_at", "2016-10-06 14:49:18.383185"], ["updated_at", "2016-10-06 14:49:18.383185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus aspernatur et sed perferendis.\",\"text\":\"The FTP microchip is down, reboot the virtual microchip so we can override the JBOD matrix!\"}"], ["created_at", "2016-10-06 14:49:18.384139"], ["updated_at", "2016-10-06 14:49:18.384139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit ullam optio odit minima.\",\"text\":\"Use the haptic EXE matrix, then you can index the wireless port!\"}"], ["created_at", "2016-10-06 14:49:18.385104"], ["updated_at", "2016-10-06 14:49:18.385104"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus aut qui mollitia ut.\",\"text\":\"Use the back-end XML bandwidth, then you can parse the redundant hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.395183"], ["updated_at", "2016-10-06 14:49:18.395183"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio nihil laborum quasi.\",\"text\":\"Use the mobile SSL transmitter, then you can parse the primary program!\"}"], ["created_at", "2016-10-06 14:49:18.396437"], ["updated_at", "2016-10-06 14:49:18.396437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum qui voluptates.\",\"text\":\"You can't navigate the panel without generating the digital GB driver!\"}"], ["created_at", "2016-10-06 14:49:18.397359"], ["updated_at", "2016-10-06 14:49:18.397359"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod adipisci labore eos.\",\"text\":\"You can't parse the array without programming the redundant PCI pixel!\"}"], ["created_at", "2016-10-06 14:49:18.398253"], ["updated_at", "2016-10-06 14:49:18.398253"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem nobis nisi quia minima corrupti illo.\",\"text\":\"Try to quantify the THX interface, maybe it will calculate the virtual interface!\"}"], ["created_at", "2016-10-06 14:49:18.399113"], ["updated_at", "2016-10-06 14:49:18.399113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit earum fugiat.\",\"text\":\"If we synthesize the pixel, we can get to the RAM array through the neural SCSI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.399981"], ["updated_at", "2016-10-06 14:49:18.399981"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut in quas deserunt quis quo.\",\"text\":\"Try to compress the AI panel, maybe it will synthesize the primary circuit!\"}"], ["created_at", "2016-10-06 14:49:18.400872"], ["updated_at", "2016-10-06 14:49:18.400872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem eligendi aut officia.\",\"text\":\"The GB sensor is down, input the bluetooth hard drive so we can compress the HDD hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.401741"], ["updated_at", "2016-10-06 14:49:18.401741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum molestiae assumenda.\",\"text\":\"We need to override the neural COM protocol!\"}"], ["created_at", "2016-10-06 14:49:18.402625"], ["updated_at", "2016-10-06 14:49:18.402625"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic non eos quia itaque voluptas.\",\"text\":\"The FTP pixel is down, index the back-end program so we can compress the XML array!\"}"], ["created_at", "2016-10-06 14:49:18.403488"], ["updated_at", "2016-10-06 14:49:18.403488"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nihil laboriosam.\",\"text\":\"You can't compress the protocol without programming the digital AGP interface!\"}"], ["created_at", "2016-10-06 14:49:18.404353"], ["updated_at", "2016-10-06 14:49:18.404353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur rem et similique sunt architecto eum.\",\"text\":\"Hacking the program won't do anything, we need to calculate the mobile rss system!\"}"], ["created_at", "2016-10-06 14:49:18.405259"], ["updated_at", "2016-10-06 14:49:18.405259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti non possimus mollitia expedita minima facere nisi.\",\"text\":\"Parsing the panel won't do anything, we need to hack the online rss driver!\"}"], ["created_at", "2016-10-06 14:49:18.406179"], ["updated_at", "2016-10-06 14:49:18.406179"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio dolore dolor velit.\",\"text\":\"The SMS array is down, parse the back-end transmitter so we can navigate the SCSI sensor!\"}"], ["created_at", "2016-10-06 14:49:18.407101"], ["updated_at", "2016-10-06 14:49:18.407101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ad earum consequatur temporibus inventore quo.\",\"text\":\"You can't index the card without synthesizing the neural SAS driver!\"}"], ["created_at", "2016-10-06 14:49:18.408018"], ["updated_at", "2016-10-06 14:49:18.408018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint eaque fuga.\",\"text\":\"I'll navigate the back-end PCI array, that should capacitor the USB matrix!\"}"], ["created_at", "2016-10-06 14:49:18.408929"], ["updated_at", "2016-10-06 14:49:18.408929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt rerum incidunt voluptas exercitationem quae dicta sed.\",\"text\":\"We need to override the online TCP bus!\"}"], ["created_at", "2016-10-06 14:49:18.409832"], ["updated_at", "2016-10-06 14:49:18.409832"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda in omnis accusamus mollitia.\",\"text\":\"I'll input the wireless HDD application, that should firewall the THX panel!\"}"], ["created_at", "2016-10-06 14:49:18.410734"], ["updated_at", "2016-10-06 14:49:18.410734"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor incidunt aspernatur eveniet.\",\"text\":\"We need to compress the digital FTP driver!\"}"], ["created_at", "2016-10-06 14:49:18.411634"], ["updated_at", "2016-10-06 14:49:18.411634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non sed voluptas ducimus.\",\"text\":\"The PCI port is down, index the neural capacitor so we can input the HTTP driver!\"}"], ["created_at", "2016-10-06 14:49:18.412490"], ["updated_at", "2016-10-06 14:49:18.412490"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id deleniti dolore velit aut dolorem.\",\"text\":\"You can't copy the pixel without programming the optical RSS system!\"}"], ["created_at", "2016-10-06 14:49:18.413355"], ["updated_at", "2016-10-06 14:49:18.413355"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores cupiditate ut a.\",\"text\":\"You can't reboot the protocol without compressing the auxiliary SMTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.414606"], ["updated_at", "2016-10-06 14:49:18.414606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit voluptas assumenda quas expedita maiores ullam laborum.\",\"text\":\"We need to navigate the optical THX driver!\"}"], ["created_at", "2016-10-06 14:49:18.415890"], ["updated_at", "2016-10-06 14:49:18.415890"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium esse eaque vero.\",\"text\":\"I'll transmit the open-source XML application, that should card the RSS firewall!\"}"], ["created_at", "2016-10-06 14:49:18.416821"], ["updated_at", "2016-10-06 14:49:18.416821"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem sunt explicabo necessitatibus.\",\"text\":\"The ADP monitor is down, override the auxiliary card so we can bypass the CSS alarm!\"}"], ["created_at", "2016-10-06 14:49:18.417725"], ["updated_at", "2016-10-06 14:49:18.417725"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia soluta dolores ab laboriosam.\",\"text\":\"If we hack the feed, we can get to the SDD circuit through the optical THX bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.418636"], ["updated_at", "2016-10-06 14:49:18.418636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure accusamus voluptatibus tenetur.\",\"text\":\"Use the solid state GB sensor, then you can transmit the wireless driver!\"}"], ["created_at", "2016-10-06 14:49:18.419516"], ["updated_at", "2016-10-06 14:49:18.419516"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel veniam repudiandae itaque quis expedita officia ipsum.\",\"text\":\"Use the redundant CSS interface, then you can generate the bluetooth pixel!\"}"], ["created_at", "2016-10-06 14:49:18.420405"], ["updated_at", "2016-10-06 14:49:18.420405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed possimus ut iusto quia vel exercitationem earum.\",\"text\":\"We need to parse the auxiliary IB microchip!\"}"], ["created_at", "2016-10-06 14:49:18.421314"], ["updated_at", "2016-10-06 14:49:18.421314"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil repellendus beatae ut excepturi.\",\"text\":\"If we back up the feed, we can get to the USB system through the open-source FTP bus!\"}"], ["created_at", "2016-10-06 14:49:18.422235"], ["updated_at", "2016-10-06 14:49:18.422235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore nulla est omnis culpa quidem.\",\"text\":\"Try to override the SSL protocol, maybe it will transmit the mobile sensor!\"}"], ["created_at", "2016-10-06 14:49:18.423152"], ["updated_at", "2016-10-06 14:49:18.423152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui praesentium itaque minima.\",\"text\":\"The SSL port is down, transmit the online bus so we can synthesize the CSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.424031"], ["updated_at", "2016-10-06 14:49:18.424031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non et iste sunt quis.\",\"text\":\"You can't calculate the protocol without backing up the solid state SAS monitor!\"}"], ["created_at", "2016-10-06 14:49:18.424896"], ["updated_at", "2016-10-06 14:49:18.424896"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero aperiam quibusdam itaque.\",\"text\":\"We need to connect the optical CSS monitor!\"}"], ["created_at", "2016-10-06 14:49:18.425764"], ["updated_at", "2016-10-06 14:49:18.425764"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A nesciunt minus accusamus ut.\",\"text\":\"The THX circuit is down, bypass the digital program so we can connect the HTTP feed!\"}"], ["created_at", "2016-10-06 14:49:18.426698"], ["updated_at", "2016-10-06 14:49:18.426698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit sint reiciendis.\",\"text\":\"I'll bypass the solid state XML program, that should system the AI matrix!\"}"], ["created_at", "2016-10-06 14:49:18.427606"], ["updated_at", "2016-10-06 14:49:18.427606"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt sed autem natus.\",\"text\":\"You can't generate the microchip without indexing the solid state THX bus!\"}"], ["created_at", "2016-10-06 14:49:18.428466"], ["updated_at", "2016-10-06 14:49:18.428466"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident corporis placeat reprehenderit sequi voluptas.\",\"text\":\"The JBOD matrix is down, transmit the optical program so we can copy the SMS matrix!\"}"], ["created_at", "2016-10-06 14:49:18.429346"], ["updated_at", "2016-10-06 14:49:18.429346"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam non dolorem et excepturi in quia.\",\"text\":\"I'll reboot the virtual SAS bandwidth, that should sensor the SSL array!\"}"], ["created_at", "2016-10-06 14:49:18.430275"], ["updated_at", "2016-10-06 14:49:18.430275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos qui adipisci sed voluptatem reiciendis consequatur sit.\",\"text\":\"Use the haptic TCP array, then you can parse the redundant microchip!\"}"], ["created_at", "2016-10-06 14:49:18.431161"], ["updated_at", "2016-10-06 14:49:18.431161"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis rerum possimus vitae cumque.\",\"text\":\"You can't calculate the bus without connecting the redundant SMTP alarm!\"}"], ["created_at", "2016-10-06 14:49:18.432020"], ["updated_at", "2016-10-06 14:49:18.432020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt eaque ea accusantium corrupti.\",\"text\":\"I'll copy the multi-byte SQL monitor, that should program the RAM protocol!\"}"], ["created_at", "2016-10-06 14:49:18.432897"], ["updated_at", "2016-10-06 14:49:18.432897"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque earum quia voluptate.\",\"text\":\"We need to transmit the auxiliary SAS protocol!\"}"], ["created_at", "2016-10-06 14:49:18.433753"], ["updated_at", "2016-10-06 14:49:18.433753"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In blanditiis sed id.\",\"text\":\"If we reboot the bandwidth, we can get to the AI panel through the wireless USB pixel!\"}"], ["created_at", "2016-10-06 14:49:18.434650"], ["updated_at", "2016-10-06 14:49:18.434650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate deserunt voluptatibus optio.\",\"text\":\"Copying the feed won't do anything, we need to reboot the online pci port!\"}"], ["created_at", "2016-10-06 14:49:18.435553"], ["updated_at", "2016-10-06 14:49:18.435553"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe omnis nisi.\",\"text\":\"I'll connect the digital JBOD microchip, that should microchip the SAS sensor!\"}"], ["created_at", "2016-10-06 14:49:18.436414"], ["updated_at", "2016-10-06 14:49:18.436414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta quos nostrum neque enim.\",\"text\":\"I'll reboot the online PNG panel, that should array the SMTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.437297"], ["updated_at", "2016-10-06 14:49:18.437297"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis ut architecto ipsum aut corrupti.\",\"text\":\"You can't compress the feed without quantifying the wireless SDD application!\"}"], ["created_at", "2016-10-06 14:49:18.438252"], ["updated_at", "2016-10-06 14:49:18.438252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat amet voluptatibus autem ipsam.\",\"text\":\"I'll calculate the virtual RAM firewall, that should interface the CSS panel!\"}"], ["created_at", "2016-10-06 14:49:18.439139"], ["updated_at", "2016-10-06 14:49:18.439139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia vel quia.\",\"text\":\"Indexing the feed won't do anything, we need to quantify the neural ftp pixel!\"}"], ["created_at", "2016-10-06 14:49:18.440032"], ["updated_at", "2016-10-06 14:49:18.440032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint sit nulla tempora qui reprehenderit.\",\"text\":\"The HDD program is down, synthesize the multi-byte microchip so we can hack the RSS transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.440948"], ["updated_at", "2016-10-06 14:49:18.440948"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio ab voluptate tempora quos impedit possimus sint.\",\"text\":\"You can't program the port without parsing the haptic TCP firewall!\"}"], ["created_at", "2016-10-06 14:49:18.441828"], ["updated_at", "2016-10-06 14:49:18.441828"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum odit excepturi dolore officia.\",\"text\":\"If we connect the system, we can get to the SMTP system through the optical AGP sensor!\"}"], ["created_at", "2016-10-06 14:49:18.442784"], ["updated_at", "2016-10-06 14:49:18.442784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus quam animi vel qui repudiandae illo quia.\",\"text\":\"The SAS capacitor is down, generate the wireless monitor so we can navigate the PCI transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.443717"], ["updated_at", "2016-10-06 14:49:18.443717"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum magni veritatis.\",\"text\":\"Try to parse the RAM sensor, maybe it will compress the back-end interface!\"}"], ["created_at", "2016-10-06 14:49:18.444602"], ["updated_at", "2016-10-06 14:49:18.444602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut excepturi aliquid.\",\"text\":\"I'll quantify the haptic SQL application, that should port the SCSI application!\"}"], ["created_at", "2016-10-06 14:49:18.445462"], ["updated_at", "2016-10-06 14:49:18.445462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est qui laborum consectetur iste vitae incidunt rerum.\",\"text\":\"The IB port is down, back up the mobile monitor so we can reboot the XML sensor!\"}"], ["created_at", "2016-10-06 14:49:18.446355"], ["updated_at", "2016-10-06 14:49:18.446355"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis odit culpa.\",\"text\":\"Navigating the application won't do anything, we need to program the 1080p tcp bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.447330"], ["updated_at", "2016-10-06 14:49:18.447330"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ab magnam sit molestias a.\",\"text\":\"Hacking the port won't do anything, we need to copy the cross-platform com monitor!\"}"], ["created_at", "2016-10-06 14:49:18.448208"], ["updated_at", "2016-10-06 14:49:18.448208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam qui ratione labore modi illum expedita quae.\",\"text\":\"Hacking the pixel won't do anything, we need to generate the virtual rss program!\"}"], ["created_at", "2016-10-06 14:49:18.449124"], ["updated_at", "2016-10-06 14:49:18.449124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt minus quisquam pariatur.\",\"text\":\"You can't synthesize the protocol without generating the cross-platform HDD transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.450018"], ["updated_at", "2016-10-06 14:49:18.450018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur nulla molestiae inventore qui.\",\"text\":\"I'll generate the bluetooth EXE interface, that should protocol the TCP sensor!\"}"], ["created_at", "2016-10-06 14:49:18.450935"], ["updated_at", "2016-10-06 14:49:18.450935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod minima culpa.\",\"text\":\"Quantifying the array won't do anything, we need to hack the optical ai interface!\"}"], ["created_at", "2016-10-06 14:49:18.451800"], ["updated_at", "2016-10-06 14:49:18.451800"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse necessitatibus fuga et qui unde veritatis sed.\",\"text\":\"I'll parse the neural THX matrix, that should alarm the XSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.452672"], ["updated_at", "2016-10-06 14:49:18.452672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima velit quis soluta.\",\"text\":\"The GB bandwidth is down, parse the online interface so we can navigate the SMS array!\"}"], ["created_at", "2016-10-06 14:49:18.453558"], ["updated_at", "2016-10-06 14:49:18.453558"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis deleniti consequatur fugiat dolorum qui dolorem.\",\"text\":\"Try to connect the SDD port, maybe it will compress the solid state microchip!\"}"], ["created_at", "2016-10-06 14:49:18.454461"], ["updated_at", "2016-10-06 14:49:18.454461"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aliquam ea blanditiis quos.\",\"text\":\"You can't generate the alarm without navigating the wireless IB transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.455350"], ["updated_at", "2016-10-06 14:49:18.455350"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo cupiditate necessitatibus ut possimus mollitia et reprehenderit.\",\"text\":\"You can't quantify the sensor without calculating the auxiliary SCSI program!\"}"], ["created_at", "2016-10-06 14:49:18.456240"], ["updated_at", "2016-10-06 14:49:18.456240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod non dolor ipsa velit odio sequi.\",\"text\":\"I'll connect the bluetooth ADP transmitter, that should array the CSS firewall!\"}"], ["created_at", "2016-10-06 14:49:18.457102"], ["updated_at", "2016-10-06 14:49:18.457102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab nam blanditiis.\",\"text\":\"We need to reboot the mobile XSS firewall!\"}"], ["created_at", "2016-10-06 14:49:18.457974"], ["updated_at", "2016-10-06 14:49:18.457974"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis consequuntur laudantium molestiae.\",\"text\":\"I'll parse the multi-byte FTP port, that should feed the SMS panel!\"}"], ["created_at", "2016-10-06 14:49:18.458884"], ["updated_at", "2016-10-06 14:49:18.458884"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam quas consequuntur quo earum dolores et officiis.\",\"text\":\"Try to reboot the AGP feed, maybe it will synthesize the digital array!\"}"], ["created_at", "2016-10-06 14:49:18.459740"], ["updated_at", "2016-10-06 14:49:18.459740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quaerat et excepturi hic.\",\"text\":\"Use the optical SCSI port, then you can reboot the redundant feed!\"}"], ["created_at", "2016-10-06 14:49:18.460603"], ["updated_at", "2016-10-06 14:49:18.460603"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem ex expedita dolor ea enim commodi.\",\"text\":\"Try to reboot the EXE firewall, maybe it will transmit the back-end array!\"}"], ["created_at", "2016-10-06 14:49:18.461475"], ["updated_at", "2016-10-06 14:49:18.461475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dicta quia autem alias illo.\",\"text\":\"If we connect the system, we can get to the THX matrix through the solid state USB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.462404"], ["updated_at", "2016-10-06 14:49:18.462404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae sit nemo at explicabo.\",\"text\":\"You can't copy the firewall without quantifying the virtual SAS alarm!\"}"], ["created_at", "2016-10-06 14:49:18.463293"], ["updated_at", "2016-10-06 14:49:18.463293"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus ipsa minima dolor laborum ut.\",\"text\":\"You can't calculate the sensor without indexing the solid state CSS feed!\"}"], ["created_at", "2016-10-06 14:49:18.464221"], ["updated_at", "2016-10-06 14:49:18.464221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum illum omnis vel porro sed.\",\"text\":\"Overriding the transmitter won't do anything, we need to program the back-end sql array!\"}"], ["created_at", "2016-10-06 14:49:18.465103"], ["updated_at", "2016-10-06 14:49:18.465103"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In harum libero ad sed.\",\"text\":\"You can't navigate the panel without copying the mobile XML hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.465980"], ["updated_at", "2016-10-06 14:49:18.465980"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi enim sunt eius dolores.\",\"text\":\"I'll quantify the open-source HTTP interface, that should capacitor the AGP bus!\"}"], ["created_at", "2016-10-06 14:49:18.466903"], ["updated_at", "2016-10-06 14:49:18.466903"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque quam dolorum velit ducimus quis voluptas blanditiis.\",\"text\":\"The XML bus is down, reboot the primary matrix so we can program the PCI driver!\"}"], ["created_at", "2016-10-06 14:49:18.467824"], ["updated_at", "2016-10-06 14:49:18.467824"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi quas quaerat minima fugiat est id non.\",\"text\":\"I'll reboot the mobile SCSI application, that should bandwidth the EXE interface!\"}"], ["created_at", "2016-10-06 14:49:18.468705"], ["updated_at", "2016-10-06 14:49:18.468705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente praesentium voluptate ut quis perferendis.\",\"text\":\"You can't input the alarm without calculating the haptic PCI circuit!\"}"], ["created_at", "2016-10-06 14:49:18.469615"], ["updated_at", "2016-10-06 14:49:18.469615"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat nam voluptas odit occaecati.\",\"text\":\"Try to parse the SQL monitor, maybe it will quantify the digital hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.470519"], ["updated_at", "2016-10-06 14:49:18.470519"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et error quia.\",\"text\":\"I'll copy the optical JSON pixel, that should alarm the SMS transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.471390"], ["updated_at", "2016-10-06 14:49:18.471390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptatum iure.\",\"text\":\"Use the primary COM port, then you can connect the back-end capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.472405"], ["updated_at", "2016-10-06 14:49:18.472405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nulla qui omnis minus enim.\",\"text\":\"We need to parse the haptic JBOD circuit!\"}"], ["created_at", "2016-10-06 14:49:18.473306"], ["updated_at", "2016-10-06 14:49:18.473306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id dolorem maxime sequi dolorum veniam.\",\"text\":\"Use the virtual HTTP monitor, then you can hack the primary system!\"}"], ["created_at", "2016-10-06 14:49:18.474248"], ["updated_at", "2016-10-06 14:49:18.474248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto quo quia omnis quo.\",\"text\":\"Bypassing the hard drive won't do anything, we need to bypass the haptic json driver!\"}"], ["created_at", "2016-10-06 14:49:18.475124"], ["updated_at", "2016-10-06 14:49:18.475124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati quo autem consectetur laboriosam voluptatem.\",\"text\":\"If we bypass the interface, we can get to the SMTP bandwidth through the open-source PCI firewall!\"}"], ["created_at", "2016-10-06 14:49:18.475992"], ["updated_at", "2016-10-06 14:49:18.475992"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae cumque doloremque autem exercitationem aspernatur aut.\",\"text\":\"You can't reboot the monitor without indexing the auxiliary RAM card!\"}"], ["created_at", "2016-10-06 14:49:18.476851"], ["updated_at", "2016-10-06 14:49:18.476851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum necessitatibus doloremque facilis quia consectetur.\",\"text\":\"If we transmit the matrix, we can get to the THX system through the back-end COM microchip!\"}"], ["created_at", "2016-10-06 14:49:18.477728"], ["updated_at", "2016-10-06 14:49:18.477728"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam aut voluptas sint iste minus aliquid perspiciatis.\",\"text\":\"Try to navigate the AGP interface, maybe it will compress the wireless system!\"}"], ["created_at", "2016-10-06 14:49:18.478642"], ["updated_at", "2016-10-06 14:49:18.478642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo necessitatibus dolor.\",\"text\":\"Try to input the JBOD program, maybe it will connect the haptic matrix!\"}"], ["created_at", "2016-10-06 14:49:18.479559"], ["updated_at", "2016-10-06 14:49:18.479559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque et at laudantium.\",\"text\":\"Connecting the system won't do anything, we need to override the digital gb circuit!\"}"], ["created_at", "2016-10-06 14:49:18.480459"], ["updated_at", "2016-10-06 14:49:18.480459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim soluta vero et dolor repellendus voluptatem maiores.\",\"text\":\"We need to hack the 1080p EXE port!\"}"], ["created_at", "2016-10-06 14:49:18.481338"], ["updated_at", "2016-10-06 14:49:18.481338"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum reprehenderit ut architecto saepe.\",\"text\":\"I'll index the 1080p PNG pixel, that should protocol the TCP feed!\"}"], ["created_at", "2016-10-06 14:49:18.482222"], ["updated_at", "2016-10-06 14:49:18.482222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla quia aut soluta.\",\"text\":\"You can't generate the matrix without overriding the auxiliary XSS sensor!\"}"], ["created_at", "2016-10-06 14:49:18.483155"], ["updated_at", "2016-10-06 14:49:18.483155"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum suscipit libero accusamus architecto quisquam autem rem.\",\"text\":\"The XML application is down, connect the solid state hard drive so we can input the HDD application!\"}"], ["created_at", "2016-10-06 14:49:18.484022"], ["updated_at", "2016-10-06 14:49:18.484022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas tempore est.\",\"text\":\"Use the 1080p IB bus, then you can parse the virtual sensor!\"}"], ["created_at", "2016-10-06 14:49:18.484886"], ["updated_at", "2016-10-06 14:49:18.484886"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat iste ab inventore quos eaque.\",\"text\":\"I'll hack the solid state TCP application, that should port the SAS pixel!\"}"], ["created_at", "2016-10-06 14:49:18.485759"], ["updated_at", "2016-10-06 14:49:18.485759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id et delectus.\",\"text\":\"You can't synthesize the firewall without bypassing the open-source AGP panel!\"}"], ["created_at", "2016-10-06 14:49:18.486627"], ["updated_at", "2016-10-06 14:49:18.486627"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui a cumque.\",\"text\":\"The HDD monitor is down, back up the mobile hard drive so we can back up the SMS matrix!\"}"], ["created_at", "2016-10-06 14:49:18.487491"], ["updated_at", "2016-10-06 14:49:18.487491"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ab voluptates earum.\",\"text\":\"You can't input the hard drive without calculating the auxiliary HDD array!\"}"], ["created_at", "2016-10-06 14:49:18.488362"], ["updated_at", "2016-10-06 14:49:18.488362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni consequuntur aliquid.\",\"text\":\"You can't calculate the driver without copying the primary JBOD alarm!\"}"], ["created_at", "2016-10-06 14:49:18.489265"], ["updated_at", "2016-10-06 14:49:18.489265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt veniam enim laboriosam.\",\"text\":\"Calculating the bandwidth won't do anything, we need to synthesize the neural sdd circuit!\"}"], ["created_at", "2016-10-06 14:49:18.490135"], ["updated_at", "2016-10-06 14:49:18.490135"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus enim et consequuntur omnis.\",\"text\":\"Try to navigate the SQL alarm, maybe it will reboot the neural microchip!\"}"], ["created_at", "2016-10-06 14:49:18.491002"], ["updated_at", "2016-10-06 14:49:18.491002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis impedit magni.\",\"text\":\"I'll calculate the haptic THX system, that should microchip the TCP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.491902"], ["updated_at", "2016-10-06 14:49:18.491902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ducimus quis commodi repellat.\",\"text\":\"Try to reboot the TCP transmitter, maybe it will back up the bluetooth port!\"}"], ["created_at", "2016-10-06 14:49:18.492820"], ["updated_at", "2016-10-06 14:49:18.492820"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum eos quo.\",\"text\":\"Try to transmit the CSS program, maybe it will bypass the open-source panel!\"}"], ["created_at", "2016-10-06 14:49:18.493727"], ["updated_at", "2016-10-06 14:49:18.493727"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi dolores dignissimos in et qui.\",\"text\":\"The XSS feed is down, parse the bluetooth microchip so we can calculate the JSON matrix!\"}"], ["created_at", "2016-10-06 14:49:18.494619"], ["updated_at", "2016-10-06 14:49:18.494619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet suscipit est ab facere.\",\"text\":\"Use the 1080p GB pixel, then you can navigate the back-end sensor!\"}"], ["created_at", "2016-10-06 14:49:18.495481"], ["updated_at", "2016-10-06 14:49:18.495481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam veritatis sunt qui.\",\"text\":\"I'll override the mobile SDD microchip, that should pixel the CSS feed!\"}"], ["created_at", "2016-10-06 14:49:18.496338"], ["updated_at", "2016-10-06 14:49:18.496338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit maiores laborum perspiciatis vel alias.\",\"text\":\"Try to synthesize the PCI driver, maybe it will override the haptic bus!\"}"], ["created_at", "2016-10-06 14:49:18.497215"], ["updated_at", "2016-10-06 14:49:18.497215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque nihil nisi ea hic odio possimus.\",\"text\":\"Use the mobile GB matrix, then you can synthesize the back-end transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.498110"], ["updated_at", "2016-10-06 14:49:18.498110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci natus sed quos id et vero.\",\"text\":\"Try to index the CSS matrix, maybe it will synthesize the bluetooth protocol!\"}"], ["created_at", "2016-10-06 14:49:18.498999"], ["updated_at", "2016-10-06 14:49:18.498999"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas voluptatibus corporis odio.\",\"text\":\"Try to copy the PCI hard drive, maybe it will parse the 1080p firewall!\"}"], ["created_at", "2016-10-06 14:49:18.499901"], ["updated_at", "2016-10-06 14:49:18.499901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque mollitia distinctio.\",\"text\":\"We need to transmit the optical SAS feed!\"}"], ["created_at", "2016-10-06 14:49:18.500784"], ["updated_at", "2016-10-06 14:49:18.500784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero nihil rerum.\",\"text\":\"Use the redundant PNG system, then you can calculate the online driver!\"}"], ["created_at", "2016-10-06 14:49:18.501642"], ["updated_at", "2016-10-06 14:49:18.501642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem molestiae exercitationem.\",\"text\":\"We need to bypass the online HDD matrix!\"}"], ["created_at", "2016-10-06 14:49:18.502524"], ["updated_at", "2016-10-06 14:49:18.502524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates sequi ratione non aut nisi est.\",\"text\":\"The EXE sensor is down, compress the mobile circuit so we can transmit the COM sensor!\"}"], ["created_at", "2016-10-06 14:49:18.503431"], ["updated_at", "2016-10-06 14:49:18.503431"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate et est dolores perferendis.\",\"text\":\"Use the open-source ADP pixel, then you can copy the virtual capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.504337"], ["updated_at", "2016-10-06 14:49:18.504337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam modi aut.\",\"text\":\"You can't transmit the pixel without compressing the haptic PCI hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.505211"], ["updated_at", "2016-10-06 14:49:18.505211"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut aut doloremque voluptatem animi voluptates consequatur tempora.\",\"text\":\"The HDD feed is down, copy the haptic panel so we can parse the EXE panel!\"}"], ["created_at", "2016-10-06 14:49:18.506089"], ["updated_at", "2016-10-06 14:49:18.506089"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ad aliquid voluptatibus nesciunt ratione placeat.\",\"text\":\"Try to parse the AI application, maybe it will transmit the haptic hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.507010"], ["updated_at", "2016-10-06 14:49:18.507010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus quidem officiis.\",\"text\":\"Use the back-end XML bus, then you can navigate the neural array!\"}"], ["created_at", "2016-10-06 14:49:18.507912"], ["updated_at", "2016-10-06 14:49:18.507912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At omnis officia velit.\",\"text\":\"If we compress the matrix, we can get to the AI system through the digital SAS sensor!\"}"], ["created_at", "2016-10-06 14:49:18.508775"], ["updated_at", "2016-10-06 14:49:18.508775"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis accusantium porro ut et.\",\"text\":\"I'll copy the redundant XSS bandwidth, that should panel the CSS monitor!\"}"], ["created_at", "2016-10-06 14:49:18.509645"], ["updated_at", "2016-10-06 14:49:18.509645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam sequi aut officia nulla autem quibusdam delectus.\",\"text\":\"Use the optical SDD hard drive, then you can hack the 1080p sensor!\"}"], ["created_at", "2016-10-06 14:49:18.510517"], ["updated_at", "2016-10-06 14:49:18.510517"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam quos facilis quo cum.\",\"text\":\"If we compress the panel, we can get to the THX transmitter through the bluetooth SMS matrix!\"}"], ["created_at", "2016-10-06 14:49:18.511392"], ["updated_at", "2016-10-06 14:49:18.511392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates impedit ea.\",\"text\":\"Try to calculate the COM application, maybe it will navigate the digital microchip!\"}"], ["created_at", "2016-10-06 14:49:18.512280"], ["updated_at", "2016-10-06 14:49:18.512280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil et minima enim.\",\"text\":\"The RSS interface is down, synthesize the primary alarm so we can override the CSS circuit!\"}"], ["created_at", "2016-10-06 14:49:18.513145"], ["updated_at", "2016-10-06 14:49:18.513145"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore quis corrupti incidunt exercitationem.\",\"text\":\"Use the solid state JSON feed, then you can compress the virtual pixel!\"}"], ["created_at", "2016-10-06 14:49:18.514036"], ["updated_at", "2016-10-06 14:49:18.514036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit laborum praesentium ut.\",\"text\":\"If we copy the driver, we can get to the CSS program through the cross-platform TCP array!\"}"], ["created_at", "2016-10-06 14:49:18.514919"], ["updated_at", "2016-10-06 14:49:18.514919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime recusandae sunt aut.\",\"text\":\"Use the digital SAS system, then you can index the primary program!\"}"], ["created_at", "2016-10-06 14:49:18.515806"], ["updated_at", "2016-10-06 14:49:18.515806"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium sunt in dignissimos rerum.\",\"text\":\"Try to transmit the SMS feed, maybe it will index the online application!\"}"], ["created_at", "2016-10-06 14:49:18.516683"], ["updated_at", "2016-10-06 14:49:18.516683"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem amet quo aut fugit ex et.\",\"text\":\"I'll override the primary RSS protocol, that should bus the XML pixel!\"}"], ["created_at", "2016-10-06 14:49:18.517603"], ["updated_at", "2016-10-06 14:49:18.517603"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil aspernatur inventore et.\",\"text\":\"I'll transmit the bluetooth SSL pixel, that should system the PCI interface!\"}"], ["created_at", "2016-10-06 14:49:18.518530"], ["updated_at", "2016-10-06 14:49:18.518530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem rerum voluptas rerum vel sunt et natus.\",\"text\":\"You can't synthesize the protocol without backing up the redundant SDD microchip!\"}"], ["created_at", "2016-10-06 14:49:18.519414"], ["updated_at", "2016-10-06 14:49:18.519414"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor et vel nobis vitae dolore iste asperiores.\",\"text\":\"Try to reboot the IB matrix, maybe it will calculate the open-source bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.520327"], ["updated_at", "2016-10-06 14:49:18.520327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et assumenda voluptates ut laudantium rerum est.\",\"text\":\"We need to navigate the solid state AGP panel!\"}"], ["created_at", "2016-10-06 14:49:18.521209"], ["updated_at", "2016-10-06 14:49:18.521209"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste veniam voluptatem aut vitae fugit.\",\"text\":\"Try to connect the SCSI driver, maybe it will program the solid state hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.522092"], ["updated_at", "2016-10-06 14:49:18.522092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem ipsum sed.\",\"text\":\"You can't navigate the bandwidth without backing up the back-end HTTP capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.523010"], ["updated_at", "2016-10-06 14:49:18.523010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quam suscipit numquam.\",\"text\":\"Try to program the PNG port, maybe it will navigate the wireless port!\"}"], ["created_at", "2016-10-06 14:49:18.523910"], ["updated_at", "2016-10-06 14:49:18.523910"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ut voluptatem quod.\",\"text\":\"We need to generate the virtual USB monitor!\"}"], ["created_at", "2016-10-06 14:49:18.524790"], ["updated_at", "2016-10-06 14:49:18.524790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia natus porro facere harum.\",\"text\":\"Try to reboot the RAM hard drive, maybe it will program the multi-byte system!\"}"], ["created_at", "2016-10-06 14:49:18.525702"], ["updated_at", "2016-10-06 14:49:18.525702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto et nihil sit voluptas voluptatem.\",\"text\":\"You can't hack the card without bypassing the online GB circuit!\"}"], ["created_at", "2016-10-06 14:49:18.526647"], ["updated_at", "2016-10-06 14:49:18.526647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto minus eum.\",\"text\":\"We need to connect the online RAM pixel!\"}"], ["created_at", "2016-10-06 14:49:18.527533"], ["updated_at", "2016-10-06 14:49:18.527533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit quia eum quia qui.\",\"text\":\"Quantifying the system won't do anything, we need to navigate the wireless smtp bus!\"}"], ["created_at", "2016-10-06 14:49:18.528392"], ["updated_at", "2016-10-06 14:49:18.528392"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus officiis quas sunt autem quidem.\",\"text\":\"Calculating the circuit won't do anything, we need to reboot the mobile json pixel!\"}"], ["created_at", "2016-10-06 14:49:18.529249"], ["updated_at", "2016-10-06 14:49:18.529249"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi aperiam et iure nulla id.\",\"text\":\"Compressing the matrix won't do anything, we need to transmit the multi-byte ram interface!\"}"], ["created_at", "2016-10-06 14:49:18.530171"], ["updated_at", "2016-10-06 14:49:18.530171"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil hic soluta.\",\"text\":\"Indexing the transmitter won't do anything, we need to copy the cross-platform ram firewall!\"}"], ["created_at", "2016-10-06 14:49:18.531068"], ["updated_at", "2016-10-06 14:49:18.531068"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sit et aut et ullam.\",\"text\":\"If we transmit the circuit, we can get to the HTTP circuit through the multi-byte COM program!\"}"], ["created_at", "2016-10-06 14:49:18.531938"], ["updated_at", "2016-10-06 14:49:18.531938"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam nihil ipsa totam deserunt fugit occaecati consectetur.\",\"text\":\"Hacking the panel won't do anything, we need to reboot the mobile adp system!\"}"], ["created_at", "2016-10-06 14:49:18.532819"], ["updated_at", "2016-10-06 14:49:18.532819"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea quaerat non possimus quibusdam consequatur.\",\"text\":\"We need to program the solid state FTP circuit!\"}"], ["created_at", "2016-10-06 14:49:18.533687"], ["updated_at", "2016-10-06 14:49:18.533687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque ducimus quisquam magni illum quaerat fuga quia.\",\"text\":\"Copying the port won't do anything, we need to index the auxiliary ai circuit!\"}"], ["created_at", "2016-10-06 14:49:18.534562"], ["updated_at", "2016-10-06 14:49:18.534562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis exercitationem vero.\",\"text\":\"The USB driver is down, quantify the solid state driver so we can quantify the PCI driver!\"}"], ["created_at", "2016-10-06 14:49:18.535433"], ["updated_at", "2016-10-06 14:49:18.535433"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto ut voluptate.\",\"text\":\"The HDD circuit is down, index the open-source firewall so we can connect the ADP transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.536311"], ["updated_at", "2016-10-06 14:49:18.536311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus blanditiis sunt et enim quae sed voluptas.\",\"text\":\"I'll input the redundant AI monitor, that should microchip the IB microchip!\"}"], ["created_at", "2016-10-06 14:49:18.537190"], ["updated_at", "2016-10-06 14:49:18.537190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore aut accusantium nostrum vel deleniti enim.\",\"text\":\"Indexing the card won't do anything, we need to transmit the multi-byte sas panel!\"}"], ["created_at", "2016-10-06 14:49:18.538105"], ["updated_at", "2016-10-06 14:49:18.538105"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam alias tempore et fuga quasi.\",\"text\":\"The HTTP microchip is down, compress the multi-byte panel so we can generate the AI panel!\"}"], ["created_at", "2016-10-06 14:49:18.539068"], ["updated_at", "2016-10-06 14:49:18.539068"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi et incidunt voluptatibus quasi et delectus.\",\"text\":\"If we quantify the alarm, we can get to the XSS driver through the bluetooth JSON hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.539949"], ["updated_at", "2016-10-06 14:49:18.539949"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla voluptatem maiores.\",\"text\":\"We need to quantify the redundant SSL application!\"}"], ["created_at", "2016-10-06 14:49:18.540851"], ["updated_at", "2016-10-06 14:49:18.540851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid quam quos id.\",\"text\":\"You can't generate the capacitor without generating the cross-platform XML capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.541731"], ["updated_at", "2016-10-06 14:49:18.541731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum in facilis.\",\"text\":\"Use the open-source CSS feed, then you can calculate the auxiliary monitor!\"}"], ["created_at", "2016-10-06 14:49:18.542646"], ["updated_at", "2016-10-06 14:49:18.542646"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio quo natus cum ex id harum.\",\"text\":\"Try to calculate the RSS circuit, maybe it will back up the optical array!\"}"], ["created_at", "2016-10-06 14:49:18.543531"], ["updated_at", "2016-10-06 14:49:18.543531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit modi voluptas sed.\",\"text\":\"Use the open-source RAM program, then you can compress the neural pixel!\"}"], ["created_at", "2016-10-06 14:49:18.544435"], ["updated_at", "2016-10-06 14:49:18.544435"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui natus nulla dolorem minus libero.\",\"text\":\"The JSON bandwidth is down, program the 1080p port so we can index the PNG alarm!\"}"], ["created_at", "2016-10-06 14:49:18.545336"], ["updated_at", "2016-10-06 14:49:18.545336"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium eos facilis doloribus officia rerum animi et.\",\"text\":\"I'll input the open-source SAS transmitter, that should alarm the PNG pixel!\"}"], ["created_at", "2016-10-06 14:49:18.546452"], ["updated_at", "2016-10-06 14:49:18.546452"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut explicabo eius et dolorem.\",\"text\":\"Calculating the feed won't do anything, we need to override the online agp panel!\"}"], ["created_at", "2016-10-06 14:49:18.547746"], ["updated_at", "2016-10-06 14:49:18.547746"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio atque voluptatibus non voluptates.\",\"text\":\"We need to override the redundant PCI bus!\"}"], ["created_at", "2016-10-06 14:49:18.548866"], ["updated_at", "2016-10-06 14:49:18.548866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quia doloribus voluptas.\",\"text\":\"Use the auxiliary HTTP transmitter, then you can navigate the redundant system!\"}"], ["created_at", "2016-10-06 14:49:18.549996"], ["updated_at", "2016-10-06 14:49:18.549996"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis et minus magnam temporibus earum.\",\"text\":\"The TCP system is down, quantify the 1080p monitor so we can navigate the XML panel!\"}"], ["created_at", "2016-10-06 14:49:18.551016"], ["updated_at", "2016-10-06 14:49:18.551016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam quaerat eos.\",\"text\":\"If we compress the firewall, we can get to the RSS system through the open-source IB interface!\"}"], ["created_at", "2016-10-06 14:49:18.551926"], ["updated_at", "2016-10-06 14:49:18.551926"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem repudiandae error ullam molestiae blanditiis amet laborum.\",\"text\":\"I'll transmit the online XSS transmitter, that should port the IB hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.552821"], ["updated_at", "2016-10-06 14:49:18.552821"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit omnis quidem natus tempore quia architecto.\",\"text\":\"You can't input the transmitter without indexing the open-source AGP pixel!\"}"], ["created_at", "2016-10-06 14:49:18.553697"], ["updated_at", "2016-10-06 14:49:18.553697"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium minus delectus aut qui quia blanditiis ad.\",\"text\":\"You can't calculate the protocol without overriding the haptic CSS microchip!\"}"], ["created_at", "2016-10-06 14:49:18.554606"], ["updated_at", "2016-10-06 14:49:18.554606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste sint reprehenderit aspernatur labore.\",\"text\":\"Try to input the USB bus, maybe it will back up the optical microchip!\"}"], ["created_at", "2016-10-06 14:49:18.555522"], ["updated_at", "2016-10-06 14:49:18.555522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint ut veniam amet voluptas officia.\",\"text\":\"The SMS transmitter is down, navigate the cross-platform program so we can parse the RAM alarm!\"}"], ["created_at", "2016-10-06 14:49:18.556390"], ["updated_at", "2016-10-06 14:49:18.556390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam consectetur recusandae nobis et eaque praesentium adipisci.\",\"text\":\"Use the 1080p ADP firewall, then you can override the virtual sensor!\"}"], ["created_at", "2016-10-06 14:49:18.557255"], ["updated_at", "2016-10-06 14:49:18.557255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sunt ut expedita praesentium consequatur recusandae aliquam.\",\"text\":\"You can't back up the matrix without programming the wireless SCSI microchip!\"}"], ["created_at", "2016-10-06 14:49:18.558186"], ["updated_at", "2016-10-06 14:49:18.558186"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt vero et aut et aspernatur.\",\"text\":\"Try to back up the PCI system, maybe it will quantify the primary transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.559057"], ["updated_at", "2016-10-06 14:49:18.559057"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae at aliquid minima numquam.\",\"text\":\"If we connect the system, we can get to the SAS program through the auxiliary PNG system!\"}"], ["created_at", "2016-10-06 14:49:18.559929"], ["updated_at", "2016-10-06 14:49:18.559929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste aspernatur consequuntur.\",\"text\":\"Hacking the bandwidth won't do anything, we need to bypass the open-source xss bus!\"}"], ["created_at", "2016-10-06 14:49:18.560816"], ["updated_at", "2016-10-06 14:49:18.560816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil est officiis aut dolorum numquam.\",\"text\":\"Parsing the protocol won't do anything, we need to index the digital smtp capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.561689"], ["updated_at", "2016-10-06 14:49:18.561689"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum corporis vel.\",\"text\":\"We need to input the virtual COM panel!\"}"], ["created_at", "2016-10-06 14:49:18.562560"], ["updated_at", "2016-10-06 14:49:18.562560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid odio blanditiis quod.\",\"text\":\"You can't navigate the hard drive without overriding the cross-platform IB hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.563438"], ["updated_at", "2016-10-06 14:49:18.563438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus omnis maxime dolorum ullam dolor atque et.\",\"text\":\"Programming the port won't do anything, we need to connect the primary rss program!\"}"], ["created_at", "2016-10-06 14:49:18.564341"], ["updated_at", "2016-10-06 14:49:18.564341"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut est qui officiis.\",\"text\":\"Use the virtual JBOD card, then you can connect the mobile circuit!\"}"], ["created_at", "2016-10-06 14:49:18.565214"], ["updated_at", "2016-10-06 14:49:18.565214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere enim rerum.\",\"text\":\"If we generate the capacitor, we can get to the SMS capacitor through the haptic SMTP bus!\"}"], ["created_at", "2016-10-06 14:49:18.566071"], ["updated_at", "2016-10-06 14:49:18.566071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque doloribus quas ut perspiciatis.\",\"text\":\"You can't index the transmitter without compressing the 1080p GB transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.566991"], ["updated_at", "2016-10-06 14:49:18.566991"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem pariatur sint.\",\"text\":\"You can't override the port without hacking the online GB capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.567857"], ["updated_at", "2016-10-06 14:49:18.567857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt optio quos quisquam vitae inventore rem praesentium.\",\"text\":\"Try to navigate the SMTP monitor, maybe it will index the mobile program!\"}"], ["created_at", "2016-10-06 14:49:18.568727"], ["updated_at", "2016-10-06 14:49:18.568727"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et itaque provident.\",\"text\":\"You can't index the sensor without quantifying the multi-byte ADP pixel!\"}"], ["created_at", "2016-10-06 14:49:18.569603"], ["updated_at", "2016-10-06 14:49:18.569603"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde aperiam adipisci accusamus quod dolor.\",\"text\":\"We need to override the neural FTP system!\"}"], ["created_at", "2016-10-06 14:49:18.570492"], ["updated_at", "2016-10-06 14:49:18.570492"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde temporibus accusamus sed reiciendis doloremque.\",\"text\":\"I'll reboot the online SSL bandwidth, that should circuit the TCP application!\"}"], ["created_at", "2016-10-06 14:49:18.571377"], ["updated_at", "2016-10-06 14:49:18.571377"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi aut libero doloribus consequatur mollitia.\",\"text\":\"You can't navigate the application without hacking the open-source PNG monitor!\"}"], ["created_at", "2016-10-06 14:49:18.572306"], ["updated_at", "2016-10-06 14:49:18.572306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et ratione doloremque non sit aut.\",\"text\":\"The SCSI monitor is down, input the neural circuit so we can synthesize the SAS sensor!\"}"], ["created_at", "2016-10-06 14:49:18.573199"], ["updated_at", "2016-10-06 14:49:18.573199"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos quisquam odit molestiae.\",\"text\":\"I'll program the cross-platform SDD circuit, that should matrix the JSON array!\"}"], ["created_at", "2016-10-06 14:49:18.574088"], ["updated_at", "2016-10-06 14:49:18.574088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid fugiat non vero ut rerum.\",\"text\":\"I'll hack the open-source AGP system, that should bus the USB panel!\"}"], ["created_at", "2016-10-06 14:49:18.575007"], ["updated_at", "2016-10-06 14:49:18.575007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium laboriosam vero.\",\"text\":\"If we connect the panel, we can get to the SMTP protocol through the optical AGP application!\"}"], ["created_at", "2016-10-06 14:49:18.575891"], ["updated_at", "2016-10-06 14:49:18.575891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur nesciunt ipsam dolorum ut voluptatem quis consequatur.\",\"text\":\"The JBOD transmitter is down, input the 1080p alarm so we can hack the PNG program!\"}"], ["created_at", "2016-10-06 14:49:18.576760"], ["updated_at", "2016-10-06 14:49:18.576760"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla nesciunt ut.\",\"text\":\"We need to generate the multi-byte GB alarm!\"}"], ["created_at", "2016-10-06 14:49:18.577622"], ["updated_at", "2016-10-06 14:49:18.577622"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia recusandae delectus vero voluptatem illum.\",\"text\":\"I'll bypass the open-source IB capacitor, that should bus the SMTP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.578505"], ["updated_at", "2016-10-06 14:49:18.578505"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero cupiditate molestiae minima asperiores.\",\"text\":\"Use the multi-byte EXE application, then you can index the 1080p protocol!\"}"], ["created_at", "2016-10-06 14:49:18.579397"], ["updated_at", "2016-10-06 14:49:18.579397"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam et eos ea.\",\"text\":\"Hacking the interface won't do anything, we need to generate the solid state xss alarm!\"}"], ["created_at", "2016-10-06 14:49:18.580336"], ["updated_at", "2016-10-06 14:49:18.580336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci sunt provident.\",\"text\":\"You can't connect the driver without calculating the bluetooth CSS alarm!\"}"], ["created_at", "2016-10-06 14:49:18.581216"], ["updated_at", "2016-10-06 14:49:18.581216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia incidunt magnam ut et.\",\"text\":\"I'll hack the wireless XML firewall, that should pixel the SQL pixel!\"}"], ["created_at", "2016-10-06 14:49:18.582104"], ["updated_at", "2016-10-06 14:49:18.582104"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam voluptatibus cumque sequi saepe natus.\",\"text\":\"Indexing the matrix won't do anything, we need to copy the optical com program!\"}"], ["created_at", "2016-10-06 14:49:18.583005"], ["updated_at", "2016-10-06 14:49:18.583005"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aut voluptatum exercitationem.\",\"text\":\"The THX feed is down, bypass the digital bandwidth so we can override the GB microchip!\"}"], ["created_at", "2016-10-06 14:49:18.583866"], ["updated_at", "2016-10-06 14:49:18.583866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut atque eum fugit ipsa deleniti.\",\"text\":\"Transmitting the system won't do anything, we need to calculate the cross-platform rss capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.584753"], ["updated_at", "2016-10-06 14:49:18.584753"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere incidunt ut.\",\"text\":\"I'll input the haptic XSS application, that should feed the HDD array!\"}"], ["created_at", "2016-10-06 14:49:18.585618"], ["updated_at", "2016-10-06 14:49:18.585618"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos distinctio est cum.\",\"text\":\"Use the solid state PNG matrix, then you can quantify the solid state port!\"}"], ["created_at", "2016-10-06 14:49:18.586494"], ["updated_at", "2016-10-06 14:49:18.586494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae illo nemo quaerat ut.\",\"text\":\"Navigating the alarm won't do anything, we need to transmit the mobile com transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.587380"], ["updated_at", "2016-10-06 14:49:18.587380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi cumque quia et.\",\"text\":\"I'll compress the virtual SMTP interface, that should panel the IB sensor!\"}"], ["created_at", "2016-10-06 14:49:18.588325"], ["updated_at", "2016-10-06 14:49:18.588325"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet et laudantium consequatur dolore et totam.\",\"text\":\"You can't input the capacitor without compressing the back-end IB circuit!\"}"], ["created_at", "2016-10-06 14:49:18.589215"], ["updated_at", "2016-10-06 14:49:18.589215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A earum dolore.\",\"text\":\"We need to parse the redundant USB alarm!\"}"], ["created_at", "2016-10-06 14:49:18.590081"], ["updated_at", "2016-10-06 14:49:18.590081"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis eos molestiae repudiandae omnis tempore quia ea.\",\"text\":\"We need to generate the redundant USB protocol!\"}"], ["created_at", "2016-10-06 14:49:18.590987"], ["updated_at", "2016-10-06 14:49:18.590987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem perspiciatis quidem nisi ab officia exercitationem vel.\",\"text\":\"The SCSI microchip is down, reboot the primary pixel so we can program the SMS hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.591908"], ["updated_at", "2016-10-06 14:49:18.591908"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis eius vel at a vitae eos.\",\"text\":\"Try to override the PCI interface, maybe it will generate the back-end panel!\"}"], ["created_at", "2016-10-06 14:49:18.592812"], ["updated_at", "2016-10-06 14:49:18.592812"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem deserunt blanditiis magnam culpa accusamus.\",\"text\":\"If we compress the interface, we can get to the AI card through the digital PNG application!\"}"], ["created_at", "2016-10-06 14:49:18.593739"], ["updated_at", "2016-10-06 14:49:18.593739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus modi occaecati vero eum vel.\",\"text\":\"The USB system is down, synthesize the haptic panel so we can parse the SQL port!\"}"], ["created_at", "2016-10-06 14:49:18.594628"], ["updated_at", "2016-10-06 14:49:18.594628"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et illum quia fuga molestiae quisquam corporis.\",\"text\":\"Try to connect the XML transmitter, maybe it will program the bluetooth circuit!\"}"], ["created_at", "2016-10-06 14:49:18.595535"], ["updated_at", "2016-10-06 14:49:18.595535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut natus unde molestiae.\",\"text\":\"Try to navigate the TCP bandwidth, maybe it will program the cross-platform bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.596418"], ["updated_at", "2016-10-06 14:49:18.596418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora ut sed.\",\"text\":\"You can't reboot the driver without backing up the optical USB system!\"}"], ["created_at", "2016-10-06 14:49:18.597312"], ["updated_at", "2016-10-06 14:49:18.597312"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas ut illo delectus totam sit eius soluta.\",\"text\":\"If we back up the panel, we can get to the COM port through the mobile IB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.598180"], ["updated_at", "2016-10-06 14:49:18.598180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis assumenda est eaque voluptatibus ea ut aut.\",\"text\":\"I'll input the cross-platform RAM program, that should monitor the JSON sensor!\"}"], ["created_at", "2016-10-06 14:49:18.599060"], ["updated_at", "2016-10-06 14:49:18.599060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur omnis ut culpa debitis reprehenderit asperiores.\",\"text\":\"Use the wireless JBOD interface, then you can reboot the optical panel!\"}"], ["created_at", "2016-10-06 14:49:18.599926"], ["updated_at", "2016-10-06 14:49:18.599926"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore aspernatur voluptatem omnis perspiciatis illum deleniti.\",\"text\":\"If we bypass the circuit, we can get to the AI program through the open-source TCP card!\"}"], ["created_at", "2016-10-06 14:49:18.600798"], ["updated_at", "2016-10-06 14:49:18.600798"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis ut sed perferendis.\",\"text\":\"I'll copy the digital SAS card, that should alarm the COM protocol!\"}"], ["created_at", "2016-10-06 14:49:18.601661"], ["updated_at", "2016-10-06 14:49:18.601661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur sit aut quam sequi sint eligendi.\",\"text\":\"Try to index the SMS application, maybe it will input the wireless circuit!\"}"], ["created_at", "2016-10-06 14:49:18.602546"], ["updated_at", "2016-10-06 14:49:18.602546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur porro voluptatum quo minima et soluta at.\",\"text\":\"Generating the port won't do anything, we need to parse the open-source agp interface!\"}"], ["created_at", "2016-10-06 14:49:18.603410"], ["updated_at", "2016-10-06 14:49:18.603410"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed expedita sunt sunt.\",\"text\":\"We need to program the multi-byte CSS driver!\"}"], ["created_at", "2016-10-06 14:49:18.604294"], ["updated_at", "2016-10-06 14:49:18.604294"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum illum quos.\",\"text\":\"The RSS alarm is down, copy the online bandwidth so we can generate the HDD application!\"}"], ["created_at", "2016-10-06 14:49:18.605228"], ["updated_at", "2016-10-06 14:49:18.605228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum unde ullam.\",\"text\":\"If we copy the pixel, we can get to the CSS protocol through the mobile CSS transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.606104"], ["updated_at", "2016-10-06 14:49:18.606104"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic iure minus.\",\"text\":\"Use the 1080p HTTP program, then you can input the mobile alarm!\"}"], ["created_at", "2016-10-06 14:49:18.606980"], ["updated_at", "2016-10-06 14:49:18.606980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex quasi quia commodi.\",\"text\":\"Use the optical RSS firewall, then you can hack the solid state bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.607848"], ["updated_at", "2016-10-06 14:49:18.607848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque ab dolor qui occaecati.\",\"text\":\"The SAS feed is down, program the online matrix so we can quantify the ADP firewall!\"}"], ["created_at", "2016-10-06 14:49:18.608714"], ["updated_at", "2016-10-06 14:49:18.608714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus doloremque veniam quae sed quia ut et.\",\"text\":\"We need to synthesize the digital CSS microchip!\"}"], ["created_at", "2016-10-06 14:49:18.609573"], ["updated_at", "2016-10-06 14:49:18.609573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique nisi ipsa in ex veniam quisquam debitis.\",\"text\":\"Indexing the bandwidth won't do anything, we need to index the primary hdd firewall!\"}"], ["created_at", "2016-10-06 14:49:18.610449"], ["updated_at", "2016-10-06 14:49:18.610449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum et quidem et.\",\"text\":\"If we copy the monitor, we can get to the RAM pixel through the optical JBOD array!\"}"], ["created_at", "2016-10-06 14:49:18.611332"], ["updated_at", "2016-10-06 14:49:18.611332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda laborum recusandae sed.\",\"text\":\"We need to bypass the haptic SQL system!\"}"], ["created_at", "2016-10-06 14:49:18.612194"], ["updated_at", "2016-10-06 14:49:18.612194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi numquam ipsam dignissimos ipsa qui.\",\"text\":\"You can't program the bandwidth without calculating the multi-byte SSL card!\"}"], ["created_at", "2016-10-06 14:49:18.613069"], ["updated_at", "2016-10-06 14:49:18.613069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In eius placeat est ea.\",\"text\":\"If we quantify the capacitor, we can get to the RSS bus through the redundant RSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.613971"], ["updated_at", "2016-10-06 14:49:18.613971"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error amet deserunt et ut ea qui.\",\"text\":\"I'll generate the haptic SDD panel, that should interface the XSS interface!\"}"], ["created_at", "2016-10-06 14:49:18.614856"], ["updated_at", "2016-10-06 14:49:18.614856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem laborum alias officiis vel voluptas sunt fuga.\",\"text\":\"Try to override the USB bandwidth, maybe it will parse the auxiliary bus!\"}"], ["created_at", "2016-10-06 14:49:18.615736"], ["updated_at", "2016-10-06 14:49:18.615736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem odit architecto et accusamus.\",\"text\":\"I'll connect the wireless SMTP array, that should array the TCP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.616598"], ["updated_at", "2016-10-06 14:49:18.616598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut harum expedita ducimus accusamus eos natus et.\",\"text\":\"Overriding the bandwidth won't do anything, we need to reboot the redundant thx protocol!\"}"], ["created_at", "2016-10-06 14:49:18.617465"], ["updated_at", "2016-10-06 14:49:18.617465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora tempore reprehenderit qui sed qui harum ab.\",\"text\":\"If we hack the capacitor, we can get to the SCSI card through the haptic IB port!\"}"], ["created_at", "2016-10-06 14:49:18.618386"], ["updated_at", "2016-10-06 14:49:18.618386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis praesentium odio sapiente unde.\",\"text\":\"Try to bypass the GB card, maybe it will back up the 1080p program!\"}"], ["created_at", "2016-10-06 14:49:18.619277"], ["updated_at", "2016-10-06 14:49:18.619277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro id facere nostrum quas eligendi repudiandae.\",\"text\":\"If we override the capacitor, we can get to the PCI panel through the digital COM port!\"}"], ["created_at", "2016-10-06 14:49:18.620144"], ["updated_at", "2016-10-06 14:49:18.620144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid accusantium sed odio repellendus ipsam enim tempore.\",\"text\":\"I'll index the back-end PCI program, that should bus the HDD monitor!\"}"], ["created_at", "2016-10-06 14:49:18.621031"], ["updated_at", "2016-10-06 14:49:18.621031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore quisquam perspiciatis alias dolorem nesciunt.\",\"text\":\"Quantifying the panel won't do anything, we need to calculate the multi-byte css port!\"}"], ["created_at", "2016-10-06 14:49:18.621923"], ["updated_at", "2016-10-06 14:49:18.621923"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime et labore voluptas distinctio.\",\"text\":\"Use the neural CSS card, then you can reboot the virtual microchip!\"}"], ["created_at", "2016-10-06 14:49:18.622844"], ["updated_at", "2016-10-06 14:49:18.622844"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim est aut laborum.\",\"text\":\"Try to program the SAS alarm, maybe it will copy the auxiliary panel!\"}"], ["created_at", "2016-10-06 14:49:18.623721"], ["updated_at", "2016-10-06 14:49:18.623721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore facere et.\",\"text\":\"You can't connect the bandwidth without bypassing the auxiliary PCI feed!\"}"], ["created_at", "2016-10-06 14:49:18.624604"], ["updated_at", "2016-10-06 14:49:18.624604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt maiores maxime perspiciatis veniam.\",\"text\":\"Connecting the application won't do anything, we need to navigate the digital jbod sensor!\"}"], ["created_at", "2016-10-06 14:49:18.625463"], ["updated_at", "2016-10-06 14:49:18.625463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam quas fuga enim.\",\"text\":\"I'll calculate the 1080p SSL alarm, that should hard drive the AI transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.626362"], ["updated_at", "2016-10-06 14:49:18.626362"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente vel rerum debitis.\",\"text\":\"Use the solid state IB driver, then you can navigate the neural bus!\"}"], ["created_at", "2016-10-06 14:49:18.627240"], ["updated_at", "2016-10-06 14:49:18.627240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi natus facere quas culpa expedita quaerat eos.\",\"text\":\"We need to back up the neural XSS card!\"}"], ["created_at", "2016-10-06 14:49:18.628189"], ["updated_at", "2016-10-06 14:49:18.628189"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi laboriosam labore voluptatem.\",\"text\":\"We need to bypass the redundant IB transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.629061"], ["updated_at", "2016-10-06 14:49:18.629061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sit architecto non rerum itaque harum iure.\",\"text\":\"Use the digital SAS transmitter, then you can synthesize the optical capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.629951"], ["updated_at", "2016-10-06 14:49:18.629951"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus nihil fuga et accusamus alias rerum.\",\"text\":\"Copying the array won't do anything, we need to back up the mobile css capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.630879"], ["updated_at", "2016-10-06 14:49:18.630879"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad dolor officiis esse eveniet quae est.\",\"text\":\"Overriding the protocol won't do anything, we need to input the neural xss port!\"}"], ["created_at", "2016-10-06 14:49:18.631744"], ["updated_at", "2016-10-06 14:49:18.631744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga quidem quod.\",\"text\":\"Try to generate the GB card, maybe it will connect the redundant program!\"}"], ["created_at", "2016-10-06 14:49:18.632622"], ["updated_at", "2016-10-06 14:49:18.632622"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex possimus nostrum velit impedit rerum.\",\"text\":\"Copying the capacitor won't do anything, we need to quantify the multi-byte png card!\"}"], ["created_at", "2016-10-06 14:49:18.633502"], ["updated_at", "2016-10-06 14:49:18.633502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta quos a perferendis quae.\",\"text\":\"Backing up the card won't do anything, we need to compress the haptic xml interface!\"}"], ["created_at", "2016-10-06 14:49:18.634457"], ["updated_at", "2016-10-06 14:49:18.634457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit illum debitis sunt eos.\",\"text\":\"We need to input the wireless SMS capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.635343"], ["updated_at", "2016-10-06 14:49:18.635343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates repudiandae non aut et eaque nihil qui.\",\"text\":\"Overriding the matrix won't do anything, we need to quantify the redundant thx hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.636226"], ["updated_at", "2016-10-06 14:49:18.636226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis adipisci dolorem repudiandae totam vel commodi.\",\"text\":\"The SCSI circuit is down, index the neural bus so we can reboot the SAS protocol!\"}"], ["created_at", "2016-10-06 14:49:18.637087"], ["updated_at", "2016-10-06 14:49:18.637087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt aut libero cupiditate omnis.\",\"text\":\"If we compress the port, we can get to the CSS driver through the bluetooth XSS port!\"}"], ["created_at", "2016-10-06 14:49:18.637961"], ["updated_at", "2016-10-06 14:49:18.637961"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet nisi autem est.\",\"text\":\"The EXE bandwidth is down, parse the haptic microchip so we can reboot the XML card!\"}"], ["created_at", "2016-10-06 14:49:18.638905"], ["updated_at", "2016-10-06 14:49:18.638905"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure qui dolores quia autem.\",\"text\":\"You can't generate the program without overriding the auxiliary TCP transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.639783"], ["updated_at", "2016-10-06 14:49:18.639783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque architecto placeat neque aliquid.\",\"text\":\"We need to calculate the 1080p CSS transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.640721"], ["updated_at", "2016-10-06 14:49:18.640721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia rerum atque fugit et itaque saepe a.\",\"text\":\"Try to copy the COM driver, maybe it will connect the 1080p capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.641595"], ["updated_at", "2016-10-06 14:49:18.641595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quis eaque optio omnis amet.\",\"text\":\"Generating the transmitter won't do anything, we need to copy the back-end sas system!\"}"], ["created_at", "2016-10-06 14:49:18.642486"], ["updated_at", "2016-10-06 14:49:18.642486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et facere aliquam.\",\"text\":\"If we copy the sensor, we can get to the SAS driver through the auxiliary CSS panel!\"}"], ["created_at", "2016-10-06 14:49:18.643365"], ["updated_at", "2016-10-06 14:49:18.643365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut magnam nihil perferendis commodi sint.\",\"text\":\"I'll quantify the neural SMS monitor, that should application the JBOD protocol!\"}"], ["created_at", "2016-10-06 14:49:18.644246"], ["updated_at", "2016-10-06 14:49:18.644246"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero molestias quo.\",\"text\":\"I'll connect the cross-platform SMS circuit, that should port the THX microchip!\"}"], ["created_at", "2016-10-06 14:49:18.645170"], ["updated_at", "2016-10-06 14:49:18.645170"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores eum impedit.\",\"text\":\"Try to bypass the SMTP alarm, maybe it will compress the redundant panel!\"}"], ["created_at", "2016-10-06 14:49:18.646084"], ["updated_at", "2016-10-06 14:49:18.646084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error illo et est aspernatur commodi nihil.\",\"text\":\"You can't copy the bandwidth without transmitting the multi-byte SSL hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.647037"], ["updated_at", "2016-10-06 14:49:18.647037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem voluptatem tempora molestiae modi rerum et.\",\"text\":\"Generating the capacitor won't do anything, we need to program the primary ai sensor!\"}"], ["created_at", "2016-10-06 14:49:18.647965"], ["updated_at", "2016-10-06 14:49:18.647965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis voluptas asperiores quia ut.\",\"text\":\"Try to hack the SAS interface, maybe it will quantify the redundant system!\"}"], ["created_at", "2016-10-06 14:49:18.648910"], ["updated_at", "2016-10-06 14:49:18.648910"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In soluta vel.\",\"text\":\"You can't index the circuit without navigating the solid state XML firewall!\"}"], ["created_at", "2016-10-06 14:49:18.649775"], ["updated_at", "2016-10-06 14:49:18.649775"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis minus et quidem.\",\"text\":\"You can't generate the card without hacking the neural SSL pixel!\"}"], ["created_at", "2016-10-06 14:49:18.650683"], ["updated_at", "2016-10-06 14:49:18.650683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum doloribus consequuntur reprehenderit sed.\",\"text\":\"If we bypass the pixel, we can get to the CSS microchip through the 1080p ADP program!\"}"], ["created_at", "2016-10-06 14:49:18.651561"], ["updated_at", "2016-10-06 14:49:18.651561"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem minus officia voluptatum.\",\"text\":\"Try to program the IB matrix, maybe it will reboot the redundant monitor!\"}"], ["created_at", "2016-10-06 14:49:18.652480"], ["updated_at", "2016-10-06 14:49:18.652480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis beatae perferendis quis quas accusamus iusto et.\",\"text\":\"We need to program the bluetooth XML system!\"}"], ["created_at", "2016-10-06 14:49:18.653364"], ["updated_at", "2016-10-06 14:49:18.653364"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro et nemo.\",\"text\":\"We need to bypass the solid state SDD application!\"}"], ["created_at", "2016-10-06 14:49:18.654258"], ["updated_at", "2016-10-06 14:49:18.654258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis cupiditate hic fugit exercitationem commodi vitae perspiciatis.\",\"text\":\"I'll quantify the back-end XML driver, that should bus the HTTP card!\"}"], ["created_at", "2016-10-06 14:49:18.655158"], ["updated_at", "2016-10-06 14:49:18.655158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora laborum est dolorem et eos reiciendis suscipit.\",\"text\":\"Compressing the bandwidth won't do anything, we need to copy the neural sms program!\"}"], ["created_at", "2016-10-06 14:49:18.656047"], ["updated_at", "2016-10-06 14:49:18.656047"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam quia est debitis blanditiis aliquam.\",\"text\":\"We need to generate the auxiliary SDD circuit!\"}"], ["created_at", "2016-10-06 14:49:18.656919"], ["updated_at", "2016-10-06 14:49:18.656919"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et beatae ut id.\",\"text\":\"Calculating the monitor won't do anything, we need to navigate the cross-platform png panel!\"}"], ["created_at", "2016-10-06 14:49:18.657795"], ["updated_at", "2016-10-06 14:49:18.657795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut non in qui et velit ratione.\",\"text\":\"Indexing the bandwidth won't do anything, we need to quantify the optical http firewall!\"}"], ["created_at", "2016-10-06 14:49:18.658712"], ["updated_at", "2016-10-06 14:49:18.658712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus esse vitae sint.\",\"text\":\"I'll navigate the back-end HDD microchip, that should alarm the SQL system!\"}"], ["created_at", "2016-10-06 14:49:18.659635"], ["updated_at", "2016-10-06 14:49:18.659635"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque consequatur praesentium ut ut qui exercitationem vitae.\",\"text\":\"Try to copy the SQL application, maybe it will bypass the mobile interface!\"}"], ["created_at", "2016-10-06 14:49:18.660500"], ["updated_at", "2016-10-06 14:49:18.660500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident quia repellat autem alias nostrum commodi.\",\"text\":\"Try to index the AI protocol, maybe it will input the wireless port!\"}"], ["created_at", "2016-10-06 14:49:18.661383"], ["updated_at", "2016-10-06 14:49:18.661383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In cupiditate ut eligendi.\",\"text\":\"Try to program the SSL application, maybe it will reboot the multi-byte protocol!\"}"], ["created_at", "2016-10-06 14:49:18.662279"], ["updated_at", "2016-10-06 14:49:18.662279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum earum vel sequi.\",\"text\":\"I'll compress the primary COM bus, that should hard drive the HTTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.663171"], ["updated_at", "2016-10-06 14:49:18.663171"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis tempora repellendus consectetur fugiat minima velit.\",\"text\":\"If we navigate the capacitor, we can get to the SCSI monitor through the online SQL hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.664089"], ["updated_at", "2016-10-06 14:49:18.664089"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto veniam voluptatem quis quod enim illum.\",\"text\":\"We need to index the redundant COM alarm!\"}"], ["created_at", "2016-10-06 14:49:18.664949"], ["updated_at", "2016-10-06 14:49:18.664949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint corporis qui.\",\"text\":\"Use the cross-platform SQL port, then you can copy the mobile system!\"}"], ["created_at", "2016-10-06 14:49:18.665822"], ["updated_at", "2016-10-06 14:49:18.665822"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam facere porro et enim suscipit.\",\"text\":\"Try to copy the IB card, maybe it will transmit the multi-byte card!\"}"], ["created_at", "2016-10-06 14:49:18.666901"], ["updated_at", "2016-10-06 14:49:18.666901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio molestiae voluptatem sunt.\",\"text\":\"Connecting the card won't do anything, we need to calculate the online gb bus!\"}"], ["created_at", "2016-10-06 14:49:18.668001"], ["updated_at", "2016-10-06 14:49:18.668001"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus doloribus distinctio sit ut.\",\"text\":\"Try to reboot the SCSI port, maybe it will index the haptic system!\"}"], ["created_at", "2016-10-06 14:49:18.668916"], ["updated_at", "2016-10-06 14:49:18.668916"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam quo quae et corrupti nihil eveniet et.\",\"text\":\"Parsing the firewall won't do anything, we need to navigate the open-source sdd firewall!\"}"], ["created_at", "2016-10-06 14:49:18.669774"], ["updated_at", "2016-10-06 14:49:18.669774"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos consectetur aliquam sed architecto eius.\",\"text\":\"Use the solid state ADP application, then you can parse the digital program!\"}"], ["created_at", "2016-10-06 14:49:18.670791"], ["updated_at", "2016-10-06 14:49:18.670791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda deleniti totam nihil et cupiditate.\",\"text\":\"Use the multi-byte SMS driver, then you can transmit the bluetooth matrix!\"}"], ["created_at", "2016-10-06 14:49:18.671911"], ["updated_at", "2016-10-06 14:49:18.671911"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti aliquid culpa sed deleniti impedit esse.\",\"text\":\"Try to navigate the FTP array, maybe it will synthesize the redundant microchip!\"}"], ["created_at", "2016-10-06 14:49:18.672855"], ["updated_at", "2016-10-06 14:49:18.672855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur sapiente earum ipsum.\",\"text\":\"Synthesizing the application won't do anything, we need to bypass the bluetooth sas bus!\"}"], ["created_at", "2016-10-06 14:49:18.673741"], ["updated_at", "2016-10-06 14:49:18.673741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut consectetur ullam praesentium qui in.\",\"text\":\"Indexing the program won't do anything, we need to parse the solid state http firewall!\"}"], ["created_at", "2016-10-06 14:49:18.674662"], ["updated_at", "2016-10-06 14:49:18.674662"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis et occaecati ut.\",\"text\":\"We need to copy the multi-byte XSS program!\"}"], ["created_at", "2016-10-06 14:49:18.675586"], ["updated_at", "2016-10-06 14:49:18.675586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus porro qui.\",\"text\":\"We need to copy the 1080p SCSI port!\"}"], ["created_at", "2016-10-06 14:49:18.676500"], ["updated_at", "2016-10-06 14:49:18.676500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ea sint et minima incidunt non omnis.\",\"text\":\"Compressing the transmitter won't do anything, we need to compress the virtual agp feed!\"}"], ["created_at", "2016-10-06 14:49:18.677361"], ["updated_at", "2016-10-06 14:49:18.677361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident alias et voluptatem qui molestias ut.\",\"text\":\"You can't back up the card without copying the mobile RAM panel!\"}"], ["created_at", "2016-10-06 14:49:18.678265"], ["updated_at", "2016-10-06 14:49:18.678265"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae atque officia qui laborum voluptatem quis.\",\"text\":\"We need to reboot the multi-byte SMS matrix!\"}"], ["created_at", "2016-10-06 14:49:18.679130"], ["updated_at", "2016-10-06 14:49:18.679130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero quam eveniet nam.\",\"text\":\"If we override the bus, we can get to the SCSI protocol through the 1080p USB port!\"}"], ["created_at", "2016-10-06 14:49:18.680023"], ["updated_at", "2016-10-06 14:49:18.680023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis officia aut rerum accusamus minima ab dolorum.\",\"text\":\"Use the optical CSS firewall, then you can navigate the virtual array!\"}"], ["created_at", "2016-10-06 14:49:18.680930"], ["updated_at", "2016-10-06 14:49:18.680930"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et explicabo sed delectus suscipit.\",\"text\":\"If we input the circuit, we can get to the XML circuit through the neural PCI matrix!\"}"], ["created_at", "2016-10-06 14:49:18.681791"], ["updated_at", "2016-10-06 14:49:18.681791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore dolor accusantium quo laudantium numquam.\",\"text\":\"If we copy the pixel, we can get to the HDD hard drive through the solid state GB driver!\"}"], ["created_at", "2016-10-06 14:49:18.682690"], ["updated_at", "2016-10-06 14:49:18.682690"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae et cumque dolor rerum eos.\",\"text\":\"If we parse the program, we can get to the THX sensor through the wireless COM system!\"}"], ["created_at", "2016-10-06 14:49:18.683571"], ["updated_at", "2016-10-06 14:49:18.683571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In omnis quo blanditiis tenetur placeat et molestiae.\",\"text\":\"Use the back-end ADP hard drive, then you can program the bluetooth bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.684460"], ["updated_at", "2016-10-06 14:49:18.684460"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo consectetur aut eos aliquid.\",\"text\":\"You can't input the pixel without bypassing the back-end TCP interface!\"}"], ["created_at", "2016-10-06 14:49:18.685328"], ["updated_at", "2016-10-06 14:49:18.685328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est consequatur dolorem officiis qui voluptatem.\",\"text\":\"We need to index the solid state HDD monitor!\"}"], ["created_at", "2016-10-06 14:49:18.686237"], ["updated_at", "2016-10-06 14:49:18.686237"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex voluptates minus dolorum aut dignissimos.\",\"text\":\"You can't navigate the alarm without indexing the haptic GB array!\"}"], ["created_at", "2016-10-06 14:49:18.687142"], ["updated_at", "2016-10-06 14:49:18.687142"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto qui quae non nihil voluptas.\",\"text\":\"Try to connect the RAM alarm, maybe it will calculate the virtual card!\"}"], ["created_at", "2016-10-06 14:49:18.688022"], ["updated_at", "2016-10-06 14:49:18.688022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In amet non nesciunt quisquam animi eos.\",\"text\":\"The RAM driver is down, quantify the redundant hard drive so we can quantify the GB panel!\"}"], ["created_at", "2016-10-06 14:49:18.688904"], ["updated_at", "2016-10-06 14:49:18.688904"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non et eos.\",\"text\":\"If we program the array, we can get to the AI bandwidth through the open-source USB sensor!\"}"], ["created_at", "2016-10-06 14:49:18.689768"], ["updated_at", "2016-10-06 14:49:18.689768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat eum totam quis quis et.\",\"text\":\"Transmitting the sensor won't do anything, we need to connect the digital jbod monitor!\"}"], ["created_at", "2016-10-06 14:49:18.690658"], ["updated_at", "2016-10-06 14:49:18.690658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore ut sapiente consequatur illum.\",\"text\":\"Use the redundant JSON protocol, then you can hack the multi-byte firewall!\"}"], ["created_at", "2016-10-06 14:49:18.691536"], ["updated_at", "2016-10-06 14:49:18.691536"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint animi eligendi nihil.\",\"text\":\"If we quantify the sensor, we can get to the FTP feed through the neural SSL monitor!\"}"], ["created_at", "2016-10-06 14:49:18.692398"], ["updated_at", "2016-10-06 14:49:18.692398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas doloremque consectetur.\",\"text\":\"Try to parse the XML interface, maybe it will navigate the optical sensor!\"}"], ["created_at", "2016-10-06 14:49:18.693278"], ["updated_at", "2016-10-06 14:49:18.693278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum et quod ut.\",\"text\":\"If we generate the port, we can get to the USB hard drive through the bluetooth HDD application!\"}"], ["created_at", "2016-10-06 14:49:18.694155"], ["updated_at", "2016-10-06 14:49:18.694155"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia delectus amet natus.\",\"text\":\"You can't reboot the pixel without quantifying the primary SMTP feed!\"}"], ["created_at", "2016-10-06 14:49:18.695030"], ["updated_at", "2016-10-06 14:49:18.695030"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam sequi et a quos eum.\",\"text\":\"If we transmit the protocol, we can get to the JBOD alarm through the 1080p SMS panel!\"}"], ["created_at", "2016-10-06 14:49:18.696007"], ["updated_at", "2016-10-06 14:49:18.696007"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et a aut quibusdam fugiat unde accusantium sunt.\",\"text\":\"You can't copy the monitor without hacking the haptic PCI monitor!\"}"], ["created_at", "2016-10-06 14:49:18.696966"], ["updated_at", "2016-10-06 14:49:18.696966"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut omnis dignissimos non fugit eaque suscipit.\",\"text\":\"We need to program the cross-platform AI array!\"}"], ["created_at", "2016-10-06 14:49:18.698094"], ["updated_at", "2016-10-06 14:49:18.698094"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor illo temporibus molestiae omnis.\",\"text\":\"You can't index the card without copying the online SDD program!\"}"], ["created_at", "2016-10-06 14:49:18.699387"], ["updated_at", "2016-10-06 14:49:18.699387"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus nulla sit numquam ex possimus.\",\"text\":\"We need to program the redundant HTTP driver!\"}"], ["created_at", "2016-10-06 14:49:18.701077"], ["updated_at", "2016-10-06 14:49:18.701077"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eius saepe officiis error accusamus.\",\"text\":\"The FTP application is down, override the bluetooth protocol so we can program the XSS array!\"}"], ["created_at", "2016-10-06 14:49:18.703659"], ["updated_at", "2016-10-06 14:49:18.703659"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure in itaque suscipit unde neque et minus.\",\"text\":\"Use the solid state SMS driver, then you can connect the online feed!\"}"], ["created_at", "2016-10-06 14:49:18.705108"], ["updated_at", "2016-10-06 14:49:18.705108"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus labore fugit ullam repudiandae atque.\",\"text\":\"Use the open-source COM port, then you can program the mobile matrix!\"}"], ["created_at", "2016-10-06 14:49:18.707447"], ["updated_at", "2016-10-06 14:49:18.707447"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa rem dicta.\",\"text\":\"Try to hack the SMTP firewall, maybe it will copy the wireless interface!\"}"], ["created_at", "2016-10-06 14:49:18.709767"], ["updated_at", "2016-10-06 14:49:18.709767"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate culpa dicta dolores saepe.\",\"text\":\"The PCI protocol is down, index the bluetooth protocol so we can back up the CSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.710879"], ["updated_at", "2016-10-06 14:49:18.710879"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut aspernatur quod odio ea fuga eligendi.\",\"text\":\"I'll copy the neural SSL microchip, that should transmitter the RSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.711829"], ["updated_at", "2016-10-06 14:49:18.711829"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit perspiciatis qui sequi voluptas voluptatibus et est.\",\"text\":\"We need to reboot the virtual CSS firewall!\"}"], ["created_at", "2016-10-06 14:49:18.712715"], ["updated_at", "2016-10-06 14:49:18.712715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus nostrum mollitia deserunt iusto atque.\",\"text\":\"The PCI protocol is down, navigate the 1080p program so we can parse the PNG circuit!\"}"], ["created_at", "2016-10-06 14:49:18.713729"], ["updated_at", "2016-10-06 14:49:18.713729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere repellendus omnis doloribus id consequatur itaque.\",\"text\":\"You can't compress the pixel without parsing the 1080p RAM transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.714661"], ["updated_at", "2016-10-06 14:49:18.714661"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit officiis laudantium aut.\",\"text\":\"Use the bluetooth PCI application, then you can input the neural microchip!\"}"], ["created_at", "2016-10-06 14:49:18.715557"], ["updated_at", "2016-10-06 14:49:18.715557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur labore sunt laboriosam autem corporis fuga aut.\",\"text\":\"The GB system is down, quantify the neural feed so we can synthesize the FTP card!\"}"], ["created_at", "2016-10-06 14:49:18.716468"], ["updated_at", "2016-10-06 14:49:18.716468"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos et itaque voluptates.\",\"text\":\"You can't calculate the circuit without indexing the online CSS firewall!\"}"], ["created_at", "2016-10-06 14:49:18.717380"], ["updated_at", "2016-10-06 14:49:18.717380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem fuga voluptatem ex qui velit voluptatum in.\",\"text\":\"Bypassing the firewall won't do anything, we need to generate the neural exe feed!\"}"], ["created_at", "2016-10-06 14:49:18.718278"], ["updated_at", "2016-10-06 14:49:18.718278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum numquam dolor odit sint.\",\"text\":\"Use the back-end PCI firewall, then you can calculate the multi-byte array!\"}"], ["created_at", "2016-10-06 14:49:18.719158"], ["updated_at", "2016-10-06 14:49:18.719158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptate itaque iure eius eos.\",\"text\":\"We need to copy the auxiliary THX microchip!\"}"], ["created_at", "2016-10-06 14:49:18.720021"], ["updated_at", "2016-10-06 14:49:18.720021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat ducimus saepe laudantium dicta deleniti suscipit.\",\"text\":\"Use the back-end JBOD firewall, then you can reboot the wireless circuit!\"}"], ["created_at", "2016-10-06 14:49:18.720914"], ["updated_at", "2016-10-06 14:49:18.720914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus enim quod mollitia qui voluptatum accusamus.\",\"text\":\"The SCSI protocol is down, input the bluetooth monitor so we can generate the GB transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.721801"], ["updated_at", "2016-10-06 14:49:18.721801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam magnam non rerum rem et.\",\"text\":\"You can't hack the transmitter without programming the wireless PCI driver!\"}"], ["created_at", "2016-10-06 14:49:18.722703"], ["updated_at", "2016-10-06 14:49:18.722703"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui aspernatur distinctio quidem dolor sapiente excepturi ea.\",\"text\":\"Try to input the THX matrix, maybe it will reboot the optical transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.723604"], ["updated_at", "2016-10-06 14:49:18.723604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero inventore enim neque expedita.\",\"text\":\"Use the wireless FTP alarm, then you can synthesize the wireless feed!\"}"], ["created_at", "2016-10-06 14:49:18.724486"], ["updated_at", "2016-10-06 14:49:18.724486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus consequatur quisquam consequuntur quos quidem.\",\"text\":\"Try to index the JBOD array, maybe it will index the primary driver!\"}"], ["created_at", "2016-10-06 14:49:18.725349"], ["updated_at", "2016-10-06 14:49:18.725349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At voluptatem aut.\",\"text\":\"We need to input the virtual CSS array!\"}"], ["created_at", "2016-10-06 14:49:18.726258"], ["updated_at", "2016-10-06 14:49:18.726258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id error totam doloremque est consequatur dolorem.\",\"text\":\"We need to generate the optical IB panel!\"}"], ["created_at", "2016-10-06 14:49:18.727153"], ["updated_at", "2016-10-06 14:49:18.727153"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A provident quisquam non voluptas consequatur nulla.\",\"text\":\"Connecting the card won't do anything, we need to copy the auxiliary http system!\"}"], ["created_at", "2016-10-06 14:49:18.728046"], ["updated_at", "2016-10-06 14:49:18.728046"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione non quae nam dolor.\",\"text\":\"The SMS port is down, bypass the multi-byte driver so we can index the SCSI bus!\"}"], ["created_at", "2016-10-06 14:49:18.728913"], ["updated_at", "2016-10-06 14:49:18.728913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus repellat deserunt recusandae ut quo ex veritatis.\",\"text\":\"Try to hack the SCSI transmitter, maybe it will override the primary capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.729806"], ["updated_at", "2016-10-06 14:49:18.729806"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus odio explicabo repellat ea.\",\"text\":\"You can't parse the driver without copying the optical SMTP circuit!\"}"], ["created_at", "2016-10-06 14:49:18.730926"], ["updated_at", "2016-10-06 14:49:18.730926"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore laborum dolorum ullam debitis consequatur.\",\"text\":\"If we transmit the driver, we can get to the PNG circuit through the neural JSON matrix!\"}"], ["created_at", "2016-10-06 14:49:18.731855"], ["updated_at", "2016-10-06 14:49:18.731855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis vero soluta est quaerat.\",\"text\":\"If we parse the monitor, we can get to the COM circuit through the haptic JBOD protocol!\"}"], ["created_at", "2016-10-06 14:49:18.732738"], ["updated_at", "2016-10-06 14:49:18.732738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur dolorem rerum voluptas ipsum enim.\",\"text\":\"Bypassing the microchip won't do anything, we need to back up the mobile usb system!\"}"], ["created_at", "2016-10-06 14:49:18.733611"], ["updated_at", "2016-10-06 14:49:18.733611"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quasi cum quos veniam.\",\"text\":\"You can't copy the interface without hacking the optical SMTP sensor!\"}"], ["created_at", "2016-10-06 14:49:18.734522"], ["updated_at", "2016-10-06 14:49:18.734522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et commodi debitis sapiente nulla eum omnis ut.\",\"text\":\"You can't back up the matrix without overriding the neural PCI hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.735450"], ["updated_at", "2016-10-06 14:49:18.735450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio distinctio culpa dolorem vitae facilis libero quo.\",\"text\":\"The XML driver is down, compress the auxiliary monitor so we can input the JSON alarm!\"}"], ["created_at", "2016-10-06 14:49:18.736320"], ["updated_at", "2016-10-06 14:49:18.736320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus id quo molestiae ut minus harum quibusdam.\",\"text\":\"Navigating the firewall won't do anything, we need to transmit the neural adp card!\"}"], ["created_at", "2016-10-06 14:49:18.737216"], ["updated_at", "2016-10-06 14:49:18.737216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint voluptatem id enim eaque voluptatum voluptates dolores.\",\"text\":\"I'll navigate the open-source SMTP transmitter, that should driver the HTTP capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.738100"], ["updated_at", "2016-10-06 14:49:18.738100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus cum ut itaque.\",\"text\":\"If we navigate the pixel, we can get to the TCP panel through the virtual SAS circuit!\"}"], ["created_at", "2016-10-06 14:49:18.739039"], ["updated_at", "2016-10-06 14:49:18.739039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim totam qui nisi veniam occaecati et.\",\"text\":\"The IB matrix is down, synthesize the mobile bandwidth so we can bypass the TCP interface!\"}"], ["created_at", "2016-10-06 14:49:18.739938"], ["updated_at", "2016-10-06 14:49:18.739938"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam eligendi in qui molestiae.\",\"text\":\"The CSS application is down, synthesize the 1080p system so we can synthesize the AI panel!\"}"], ["created_at", "2016-10-06 14:49:18.740844"], ["updated_at", "2016-10-06 14:49:18.740844"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores qui repellendus voluptate.\",\"text\":\"If we parse the port, we can get to the SDD matrix through the wireless SSL monitor!\"}"], ["created_at", "2016-10-06 14:49:18.741748"], ["updated_at", "2016-10-06 14:49:18.741748"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil repudiandae ipsam voluptas commodi.\",\"text\":\"I'll transmit the bluetooth CSS card, that should bus the ADP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.742675"], ["updated_at", "2016-10-06 14:49:18.742675"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam provident nostrum voluptatum.\",\"text\":\"Use the optical HDD port, then you can hack the cross-platform card!\"}"], ["created_at", "2016-10-06 14:49:18.743580"], ["updated_at", "2016-10-06 14:49:18.743580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel omnis saepe.\",\"text\":\"Synthesizing the interface won't do anything, we need to navigate the optical ftp circuit!\"}"], ["created_at", "2016-10-06 14:49:18.744490"], ["updated_at", "2016-10-06 14:49:18.744490"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit possimus omnis.\",\"text\":\"The TCP protocol is down, override the redundant pixel so we can back up the CSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.745385"], ["updated_at", "2016-10-06 14:49:18.745385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus harum ea sit numquam.\",\"text\":\"Use the virtual PNG alarm, then you can copy the cross-platform hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.746295"], ["updated_at", "2016-10-06 14:49:18.746295"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et corrupti nostrum voluptatem non.\",\"text\":\"Use the primary SAS pixel, then you can copy the 1080p monitor!\"}"], ["created_at", "2016-10-06 14:49:18.747182"], ["updated_at", "2016-10-06 14:49:18.747182"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad modi est est consequatur eum ut hic.\",\"text\":\"If we index the matrix, we can get to the HDD card through the optical RSS application!\"}"], ["created_at", "2016-10-06 14:49:18.748074"], ["updated_at", "2016-10-06 14:49:18.748074"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus est rem debitis quisquam provident.\",\"text\":\"I'll generate the online USB feed, that should feed the PCI pixel!\"}"], ["created_at", "2016-10-06 14:49:18.749055"], ["updated_at", "2016-10-06 14:49:18.749055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit vel magni.\",\"text\":\"We need to hack the multi-byte SMS protocol!\"}"], ["created_at", "2016-10-06 14:49:18.750075"], ["updated_at", "2016-10-06 14:49:18.750075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione libero est sunt rerum.\",\"text\":\"Connecting the microchip won't do anything, we need to copy the bluetooth ib card!\"}"], ["created_at", "2016-10-06 14:49:18.751051"], ["updated_at", "2016-10-06 14:49:18.751051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit sapiente quisquam velit.\",\"text\":\"Use the multi-byte SMTP application, then you can quantify the online system!\"}"], ["created_at", "2016-10-06 14:49:18.751988"], ["updated_at", "2016-10-06 14:49:18.751988"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit corporis et maiores magnam.\",\"text\":\"I'll quantify the virtual RSS interface, that should pixel the ADP port!\"}"], ["created_at", "2016-10-06 14:49:18.752914"], ["updated_at", "2016-10-06 14:49:18.752914"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat veniam fuga tempora assumenda dolore.\",\"text\":\"I'll index the cross-platform ADP alarm, that should circuit the USB interface!\"}"], ["created_at", "2016-10-06 14:49:18.753894"], ["updated_at", "2016-10-06 14:49:18.753894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus quo molestiae non aut quibusdam.\",\"text\":\"If we hack the port, we can get to the SSL card through the bluetooth IB microchip!\"}"], ["created_at", "2016-10-06 14:49:18.754857"], ["updated_at", "2016-10-06 14:49:18.754857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum non sed.\",\"text\":\"Transmitting the port won't do anything, we need to connect the redundant tcp interface!\"}"], ["created_at", "2016-10-06 14:49:18.755752"], ["updated_at", "2016-10-06 14:49:18.755752"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus earum eligendi officiis labore voluptatem eum.\",\"text\":\"If we synthesize the capacitor, we can get to the JBOD firewall through the online GB interface!\"}"], ["created_at", "2016-10-06 14:49:18.756648"], ["updated_at", "2016-10-06 14:49:18.756648"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati iusto numquam fuga animi ducimus dolorem non.\",\"text\":\"Use the mobile HDD microchip, then you can program the open-source monitor!\"}"], ["created_at", "2016-10-06 14:49:18.757590"], ["updated_at", "2016-10-06 14:49:18.757590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam distinctio voluptas cupiditate occaecati nemo repellendus.\",\"text\":\"Use the virtual COM firewall, then you can navigate the open-source card!\"}"], ["created_at", "2016-10-06 14:49:18.758515"], ["updated_at", "2016-10-06 14:49:18.758515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo eos ipsum qui.\",\"text\":\"The TCP array is down, compress the wireless protocol so we can quantify the IB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.759407"], ["updated_at", "2016-10-06 14:49:18.759407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis suscipit magni qui qui rerum asperiores.\",\"text\":\"Transmitting the sensor won't do anything, we need to hack the neural adp interface!\"}"], ["created_at", "2016-10-06 14:49:18.760274"], ["updated_at", "2016-10-06 14:49:18.760274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa dolorum laboriosam tenetur facere doloribus labore.\",\"text\":\"Connecting the system won't do anything, we need to program the neural ssl protocol!\"}"], ["created_at", "2016-10-06 14:49:18.761173"], ["updated_at", "2016-10-06 14:49:18.761173"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt eveniet assumenda labore eos quibusdam.\",\"text\":\"Use the 1080p EXE port, then you can quantify the online panel!\"}"], ["created_at", "2016-10-06 14:49:18.762075"], ["updated_at", "2016-10-06 14:49:18.762075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae et sint.\",\"text\":\"The PNG capacitor is down, back up the redundant bus so we can calculate the PCI firewall!\"}"], ["created_at", "2016-10-06 14:49:18.762995"], ["updated_at", "2016-10-06 14:49:18.762995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt ut cumque mollitia at voluptate.\",\"text\":\"Backing up the feed won't do anything, we need to override the open-source http capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.763901"], ["updated_at", "2016-10-06 14:49:18.763901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum quo deserunt officiis.\",\"text\":\"You can't navigate the circuit without navigating the cross-platform COM transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.764785"], ["updated_at", "2016-10-06 14:49:18.764785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum nobis est itaque deserunt.\",\"text\":\"Overriding the microchip won't do anything, we need to compress the digital pci system!\"}"], ["created_at", "2016-10-06 14:49:18.765696"], ["updated_at", "2016-10-06 14:49:18.765696"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium eius quasi sit eaque.\",\"text\":\"You can't copy the bus without navigating the neural SSL system!\"}"], ["created_at", "2016-10-06 14:49:18.766586"], ["updated_at", "2016-10-06 14:49:18.766586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus autem est quod animi laboriosam temporibus.\",\"text\":\"Indexing the interface won't do anything, we need to override the back-end sdd monitor!\"}"], ["created_at", "2016-10-06 14:49:18.767483"], ["updated_at", "2016-10-06 14:49:18.767483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae sit aperiam harum exercitationem autem.\",\"text\":\"The SQL matrix is down, override the online microchip so we can connect the XSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.768345"], ["updated_at", "2016-10-06 14:49:18.768345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil a et eum.\",\"text\":\"The FTP program is down, override the digital card so we can back up the RSS protocol!\"}"], ["created_at", "2016-10-06 14:49:18.769230"], ["updated_at", "2016-10-06 14:49:18.769230"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod voluptatum corporis et dolorem similique laudantium.\",\"text\":\"You can't transmit the array without backing up the redundant RSS pixel!\"}"], ["created_at", "2016-10-06 14:49:18.770196"], ["updated_at", "2016-10-06 14:49:18.770196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto quibusdam quia saepe laboriosam.\",\"text\":\"If we compress the protocol, we can get to the RAM application through the optical COM microchip!\"}"], ["created_at", "2016-10-06 14:49:18.771113"], ["updated_at", "2016-10-06 14:49:18.771113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius quis in ab omnis quam culpa corrupti.\",\"text\":\"Try to transmit the AGP application, maybe it will reboot the open-source program!\"}"], ["created_at", "2016-10-06 14:49:18.772042"], ["updated_at", "2016-10-06 14:49:18.772042"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam esse id et nobis dolorem iusto.\",\"text\":\"The SDD program is down, compress the virtual pixel so we can generate the COM protocol!\"}"], ["created_at", "2016-10-06 14:49:18.772920"], ["updated_at", "2016-10-06 14:49:18.772920"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate ipsa dolorem ipsam omnis.\",\"text\":\"Use the 1080p SAS firewall, then you can synthesize the multi-byte bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.773785"], ["updated_at", "2016-10-06 14:49:18.773785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere tenetur rerum quaerat dolorem voluptatum doloremque id.\",\"text\":\"Backing up the circuit won't do anything, we need to reboot the wireless smtp capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.774708"], ["updated_at", "2016-10-06 14:49:18.774708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur itaque quo dolorum esse aut iste.\",\"text\":\"We need to parse the optical HDD port!\"}"], ["created_at", "2016-10-06 14:49:18.775591"], ["updated_at", "2016-10-06 14:49:18.775591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus voluptatem commodi ipsa aliquam non.\",\"text\":\"You can't reboot the alarm without hacking the back-end TCP circuit!\"}"], ["created_at", "2016-10-06 14:49:18.776460"], ["updated_at", "2016-10-06 14:49:18.776460"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et illo sed est officiis pariatur veritatis quidem.\",\"text\":\"You can't navigate the port without quantifying the online ADP microchip!\"}"], ["created_at", "2016-10-06 14:49:18.777320"], ["updated_at", "2016-10-06 14:49:18.777320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero saepe nisi aperiam optio similique.\",\"text\":\"Try to program the HDD bandwidth, maybe it will calculate the bluetooth circuit!\"}"], ["created_at", "2016-10-06 14:49:18.778239"], ["updated_at", "2016-10-06 14:49:18.778239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque rerum fuga culpa officia est fugit placeat.\",\"text\":\"Use the auxiliary FTP alarm, then you can program the cross-platform transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.779100"], ["updated_at", "2016-10-06 14:49:18.779100"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero eos officia velit modi.\",\"text\":\"Navigating the array won't do anything, we need to input the bluetooth tcp array!\"}"], ["created_at", "2016-10-06 14:49:18.779983"], ["updated_at", "2016-10-06 14:49:18.779983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id et voluptas cumque ratione magnam provident enim.\",\"text\":\"We need to back up the redundant SMTP matrix!\"}"], ["created_at", "2016-10-06 14:49:18.780887"], ["updated_at", "2016-10-06 14:49:18.780887"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus ab ipsam debitis rerum sit quia.\",\"text\":\"Try to input the AGP feed, maybe it will back up the redundant sensor!\"}"], ["created_at", "2016-10-06 14:49:18.781751"], ["updated_at", "2016-10-06 14:49:18.781751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit accusamus aperiam possimus facilis et minus voluptatem.\",\"text\":\"The SDD sensor is down, navigate the bluetooth bandwidth so we can reboot the SCSI interface!\"}"], ["created_at", "2016-10-06 14:49:18.782654"], ["updated_at", "2016-10-06 14:49:18.782654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis et omnis voluptatem ex.\",\"text\":\"The AI array is down, quantify the back-end capacitor so we can reboot the XML matrix!\"}"], ["created_at", "2016-10-06 14:49:18.783532"], ["updated_at", "2016-10-06 14:49:18.783532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem inventore minima similique et molestiae et.\",\"text\":\"The IB monitor is down, bypass the bluetooth panel so we can hack the SAS application!\"}"], ["created_at", "2016-10-06 14:49:18.784407"], ["updated_at", "2016-10-06 14:49:18.784407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos culpa ut fugiat consequatur suscipit debitis.\",\"text\":\"Try to quantify the PNG matrix, maybe it will synthesize the 1080p bus!\"}"], ["created_at", "2016-10-06 14:49:18.785302"], ["updated_at", "2016-10-06 14:49:18.785302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum itaque repellendus laboriosam et cum.\",\"text\":\"We need to hack the wireless SMTP port!\"}"], ["created_at", "2016-10-06 14:49:18.786183"], ["updated_at", "2016-10-06 14:49:18.786183"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos officia accusamus.\",\"text\":\"The CSS array is down, program the 1080p feed so we can bypass the COM capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.787123"], ["updated_at", "2016-10-06 14:49:18.787123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati amet maiores.\",\"text\":\"Bypassing the protocol won't do anything, we need to index the auxiliary sms pixel!\"}"], ["created_at", "2016-10-06 14:49:18.788087"], ["updated_at", "2016-10-06 14:49:18.788087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum ut sunt suscipit sed perferendis esse.\",\"text\":\"We need to input the multi-byte PNG port!\"}"], ["created_at", "2016-10-06 14:49:18.788982"], ["updated_at", "2016-10-06 14:49:18.788982"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae consequatur dolores.\",\"text\":\"I'll index the optical SMS capacitor, that should pixel the SCSI capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.789866"], ["updated_at", "2016-10-06 14:49:18.789866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni a quae.\",\"text\":\"Use the multi-byte SCSI array, then you can copy the cross-platform sensor!\"}"], ["created_at", "2016-10-06 14:49:18.790795"], ["updated_at", "2016-10-06 14:49:18.790795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor libero harum et.\",\"text\":\"Try to connect the SMS capacitor, maybe it will reboot the solid state card!\"}"], ["created_at", "2016-10-06 14:49:18.791670"], ["updated_at", "2016-10-06 14:49:18.791670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem eum modi et aut aperiam.\",\"text\":\"If we input the bus, we can get to the RSS pixel through the optical USB transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.792551"], ["updated_at", "2016-10-06 14:49:18.792551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores consequatur mollitia accusantium quos.\",\"text\":\"The COM transmitter is down, bypass the primary bandwidth so we can parse the JBOD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.793474"], ["updated_at", "2016-10-06 14:49:18.793474"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate officia sed accusantium quia iste et voluptates.\",\"text\":\"Use the cross-platform SQL array, then you can synthesize the solid state program!\"}"], ["created_at", "2016-10-06 14:49:18.794352"], ["updated_at", "2016-10-06 14:49:18.794352"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta voluptatem provident iusto eaque quos molestiae.\",\"text\":\"Use the neural PNG program, then you can program the solid state capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.795256"], ["updated_at", "2016-10-06 14:49:18.795256"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur vitae reprehenderit.\",\"text\":\"Overriding the application won't do anything, we need to calculate the neural com interface!\"}"], ["created_at", "2016-10-06 14:49:18.796130"], ["updated_at", "2016-10-06 14:49:18.796130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam sed consectetur qui explicabo nesciunt in.\",\"text\":\"Synthesizing the microchip won't do anything, we need to calculate the online com interface!\"}"], ["created_at", "2016-10-06 14:49:18.797029"], ["updated_at", "2016-10-06 14:49:18.797029"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum qui sequi aut ut maxime qui debitis.\",\"text\":\"Overriding the alarm won't do anything, we need to generate the multi-byte http transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.797894"], ["updated_at", "2016-10-06 14:49:18.797894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo voluptatem numquam.\",\"text\":\"Overriding the hard drive won't do anything, we need to override the open-source ram port!\"}"], ["created_at", "2016-10-06 14:49:18.798787"], ["updated_at", "2016-10-06 14:49:18.798787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut accusamus soluta molestiae.\",\"text\":\"The XML application is down, compress the online driver so we can program the HDD alarm!\"}"], ["created_at", "2016-10-06 14:49:18.799652"], ["updated_at", "2016-10-06 14:49:18.799652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam nisi qui harum.\",\"text\":\"If we program the sensor, we can get to the XML application through the open-source AI bus!\"}"], ["created_at", "2016-10-06 14:49:18.800515"], ["updated_at", "2016-10-06 14:49:18.800515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis et sequi voluptates ducimus rerum.\",\"text\":\"Use the solid state GB sensor, then you can hack the solid state system!\"}"], ["created_at", "2016-10-06 14:49:18.801421"], ["updated_at", "2016-10-06 14:49:18.801421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui animi soluta incidunt harum reprehenderit ab.\",\"text\":\"The CSS bus is down, program the primary interface so we can back up the TCP feed!\"}"], ["created_at", "2016-10-06 14:49:18.802338"], ["updated_at", "2016-10-06 14:49:18.802338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam ut sunt.\",\"text\":\"The USB microchip is down, connect the virtual application so we can parse the SMS alarm!\"}"], ["created_at", "2016-10-06 14:49:18.803234"], ["updated_at", "2016-10-06 14:49:18.803234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias rerum ea earum ab fugit asperiores hic.\",\"text\":\"The EXE pixel is down, transmit the redundant alarm so we can navigate the FTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.804125"], ["updated_at", "2016-10-06 14:49:18.804125"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum ut et doloremque asperiores harum.\",\"text\":\"Use the mobile IB hard drive, then you can transmit the 1080p capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.805010"], ["updated_at", "2016-10-06 14:49:18.805010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium id rerum illo aut qui perspiciatis.\",\"text\":\"If we copy the sensor, we can get to the TCP protocol through the solid state PCI microchip!\"}"], ["created_at", "2016-10-06 14:49:18.805931"], ["updated_at", "2016-10-06 14:49:18.805931"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed fugit ullam quae.\",\"text\":\"Use the solid state HTTP pixel, then you can compress the redundant interface!\"}"], ["created_at", "2016-10-06 14:49:18.806806"], ["updated_at", "2016-10-06 14:49:18.806806"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit occaecati quia aliquam optio.\",\"text\":\"You can't reboot the bus without copying the multi-byte RAM firewall!\"}"], ["created_at", "2016-10-06 14:49:18.807671"], ["updated_at", "2016-10-06 14:49:18.807671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid voluptas eligendi ratione quidem.\",\"text\":\"If we hack the array, we can get to the SMS bandwidth through the redundant JSON feed!\"}"], ["created_at", "2016-10-06 14:49:18.808560"], ["updated_at", "2016-10-06 14:49:18.808560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero hic atque tenetur.\",\"text\":\"Use the redundant AI port, then you can compress the mobile feed!\"}"], ["created_at", "2016-10-06 14:49:18.809430"], ["updated_at", "2016-10-06 14:49:18.809430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero fugit alias sit.\",\"text\":\"We need to navigate the optical USB application!\"}"], ["created_at", "2016-10-06 14:49:18.810333"], ["updated_at", "2016-10-06 14:49:18.810333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi minus ut eaque qui cumque.\",\"text\":\"We need to copy the back-end AI circuit!\"}"], ["created_at", "2016-10-06 14:49:18.811208"], ["updated_at", "2016-10-06 14:49:18.811208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime veniam officiis pariatur nam exercitationem.\",\"text\":\"I'll transmit the auxiliary PCI circuit, that should system the USB transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.812094"], ["updated_at", "2016-10-06 14:49:18.812094"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo dolore ea sed aut cum.\",\"text\":\"You can't override the microchip without indexing the redundant SAS interface!\"}"], ["created_at", "2016-10-06 14:49:18.812985"], ["updated_at", "2016-10-06 14:49:18.812985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et minima provident nesciunt id.\",\"text\":\"The RAM card is down, navigate the cross-platform card so we can copy the RSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.813907"], ["updated_at", "2016-10-06 14:49:18.813907"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel totam aut.\",\"text\":\"If we connect the sensor, we can get to the PNG system through the back-end PNG interface!\"}"], ["created_at", "2016-10-06 14:49:18.814820"], ["updated_at", "2016-10-06 14:49:18.814820"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum ipsum eveniet sit omnis in.\",\"text\":\"Try to bypass the EXE interface, maybe it will hack the back-end circuit!\"}"], ["created_at", "2016-10-06 14:49:18.815696"], ["updated_at", "2016-10-06 14:49:18.815696"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt repudiandae iure saepe ab.\",\"text\":\"We need to parse the mobile AI interface!\"}"], ["created_at", "2016-10-06 14:49:18.816595"], ["updated_at", "2016-10-06 14:49:18.816595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia eius earum et quisquam.\",\"text\":\"You can't program the application without connecting the cross-platform JSON array!\"}"], ["created_at", "2016-10-06 14:49:18.817479"], ["updated_at", "2016-10-06 14:49:18.817479"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur et consequatur aut.\",\"text\":\"I'll generate the wireless HTTP protocol, that should pixel the RAM bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.818378"], ["updated_at", "2016-10-06 14:49:18.818378"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore nesciunt voluptas qui.\",\"text\":\"If we compress the pixel, we can get to the COM matrix through the online COM monitor!\"}"], ["created_at", "2016-10-06 14:49:18.819270"], ["updated_at", "2016-10-06 14:49:18.819270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum quo ut.\",\"text\":\"You can't calculate the sensor without calculating the haptic SQL array!\"}"], ["created_at", "2016-10-06 14:49:18.820155"], ["updated_at", "2016-10-06 14:49:18.820155"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor et nisi quasi.\",\"text\":\"I'll connect the online SSL firewall, that should protocol the SCSI microchip!\"}"], ["created_at", "2016-10-06 14:49:18.821045"], ["updated_at", "2016-10-06 14:49:18.821045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam non aliquam eos officiis quia.\",\"text\":\"If we reboot the program, we can get to the SDD firewall through the virtual SCSI matrix!\"}"], ["created_at", "2016-10-06 14:49:18.821969"], ["updated_at", "2016-10-06 14:49:18.821969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione quisquam maiores qui rerum rerum culpa et.\",\"text\":\"I'll reboot the mobile SMS feed, that should interface the HDD panel!\"}"], ["created_at", "2016-10-06 14:49:18.822907"], ["updated_at", "2016-10-06 14:49:18.822907"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum cumque ex explicabo aut.\",\"text\":\"I'll compress the solid state SAS sensor, that should microchip the SAS pixel!\"}"], ["created_at", "2016-10-06 14:49:18.823826"], ["updated_at", "2016-10-06 14:49:18.823826"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo qui dicta est.\",\"text\":\"Use the digital GB alarm, then you can override the back-end transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.824741"], ["updated_at", "2016-10-06 14:49:18.824741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla numquam eos incidunt odio.\",\"text\":\"If we synthesize the protocol, we can get to the SMTP array through the optical AI transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.825651"], ["updated_at", "2016-10-06 14:49:18.825651"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti et voluptatibus sit dolor saepe ut.\",\"text\":\"If we program the system, we can get to the FTP pixel through the back-end JSON bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.826566"], ["updated_at", "2016-10-06 14:49:18.826566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora quia dicta possimus facilis.\",\"text\":\"You can't synthesize the sensor without calculating the cross-platform SCSI driver!\"}"], ["created_at", "2016-10-06 14:49:18.827495"], ["updated_at", "2016-10-06 14:49:18.827495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi similique quis autem.\",\"text\":\"We need to back up the auxiliary JSON feed!\"}"], ["created_at", "2016-10-06 14:49:18.828400"], ["updated_at", "2016-10-06 14:49:18.828400"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias dignissimos nam eos dolor sunt.\",\"text\":\"I'll quantify the online SQL hard drive, that should capacitor the XML alarm!\"}"], ["created_at", "2016-10-06 14:49:18.829351"], ["updated_at", "2016-10-06 14:49:18.829351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis rerum nobis sed non.\",\"text\":\"The SDD protocol is down, back up the bluetooth system so we can parse the HDD firewall!\"}"], ["created_at", "2016-10-06 14:49:18.830329"], ["updated_at", "2016-10-06 14:49:18.830329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente enim ea beatae.\",\"text\":\"If we generate the bus, we can get to the JBOD alarm through the primary SSL alarm!\"}"], ["created_at", "2016-10-06 14:49:18.831228"], ["updated_at", "2016-10-06 14:49:18.831228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est est consequatur.\",\"text\":\"I'll reboot the digital GB microchip, that should capacitor the PNG matrix!\"}"], ["created_at", "2016-10-06 14:49:18.832122"], ["updated_at", "2016-10-06 14:49:18.832122"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas autem omnis dolorem amet.\",\"text\":\"We need to quantify the solid state SMTP driver!\"}"], ["created_at", "2016-10-06 14:49:18.832996"], ["updated_at", "2016-10-06 14:49:18.832996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut veritatis aliquam unde.\",\"text\":\"Use the redundant ADP hard drive, then you can calculate the online microchip!\"}"], ["created_at", "2016-10-06 14:49:18.833883"], ["updated_at", "2016-10-06 14:49:18.833883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias sunt voluptates repellendus.\",\"text\":\"If we override the card, we can get to the PNG bandwidth through the 1080p RSS pixel!\"}"], ["created_at", "2016-10-06 14:49:18.834814"], ["updated_at", "2016-10-06 14:49:18.834814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur ea iste.\",\"text\":\"You can't input the protocol without programming the wireless SCSI circuit!\"}"], ["created_at", "2016-10-06 14:49:18.835695"], ["updated_at", "2016-10-06 14:49:18.835695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda eum delectus dicta.\",\"text\":\"Use the online THX program, then you can compress the bluetooth driver!\"}"], ["created_at", "2016-10-06 14:49:18.836583"], ["updated_at", "2016-10-06 14:49:18.836583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea ut dolores eaque et sed iure sit.\",\"text\":\"We need to program the auxiliary HTTP pixel!\"}"], ["created_at", "2016-10-06 14:49:18.837469"], ["updated_at", "2016-10-06 14:49:18.837469"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque reiciendis voluptas laborum sed dolorem officiis.\",\"text\":\"We need to hack the mobile SMTP interface!\"}"], ["created_at", "2016-10-06 14:49:18.838424"], ["updated_at", "2016-10-06 14:49:18.838424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo enim blanditiis consequuntur.\",\"text\":\"If we bypass the feed, we can get to the USB interface through the 1080p JSON circuit!\"}"], ["created_at", "2016-10-06 14:49:18.839321"], ["updated_at", "2016-10-06 14:49:18.839321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum veniam eligendi dolorum alias ex.\",\"text\":\"If we override the circuit, we can get to the AGP matrix through the auxiliary SSL protocol!\"}"], ["created_at", "2016-10-06 14:49:18.840238"], ["updated_at", "2016-10-06 14:49:18.840238"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui omnis odit.\",\"text\":\"Try to bypass the FTP panel, maybe it will synthesize the solid state circuit!\"}"], ["created_at", "2016-10-06 14:49:18.841155"], ["updated_at", "2016-10-06 14:49:18.841155"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo qui quasi unde.\",\"text\":\"Use the back-end FTP pixel, then you can connect the bluetooth protocol!\"}"], ["created_at", "2016-10-06 14:49:18.842076"], ["updated_at", "2016-10-06 14:49:18.842076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores pariatur quas accusantium consequatur voluptatum.\",\"text\":\"The SAS circuit is down, hack the redundant application so we can synthesize the USB interface!\"}"], ["created_at", "2016-10-06 14:49:18.843035"], ["updated_at", "2016-10-06 14:49:18.843035"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quas magni sed expedita.\",\"text\":\"The SQL feed is down, index the back-end circuit so we can connect the AI circuit!\"}"], ["created_at", "2016-10-06 14:49:18.843974"], ["updated_at", "2016-10-06 14:49:18.843974"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non voluptatem perspiciatis non temporibus.\",\"text\":\"Try to transmit the SMTP monitor, maybe it will navigate the multi-byte microchip!\"}"], ["created_at", "2016-10-06 14:49:18.844906"], ["updated_at", "2016-10-06 14:49:18.844906"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab provident commodi.\",\"text\":\"Use the optical SAS circuit, then you can parse the cross-platform pixel!\"}"], ["created_at", "2016-10-06 14:49:18.845829"], ["updated_at", "2016-10-06 14:49:18.845829"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi similique nulla iste libero voluptas provident nihil.\",\"text\":\"Use the digital SMTP interface, then you can reboot the virtual card!\"}"], ["created_at", "2016-10-06 14:49:18.846767"], ["updated_at", "2016-10-06 14:49:18.846767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum beatae dolorem officia magnam numquam cupiditate.\",\"text\":\"You can't calculate the port without programming the virtual SSL sensor!\"}"], ["created_at", "2016-10-06 14:49:18.847685"], ["updated_at", "2016-10-06 14:49:18.847685"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates sunt commodi modi magnam.\",\"text\":\"We need to navigate the 1080p EXE feed!\"}"], ["created_at", "2016-10-06 14:49:18.848557"], ["updated_at", "2016-10-06 14:49:18.848557"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque unde et facilis ea voluptates.\",\"text\":\"Use the haptic AI bandwidth, then you can generate the multi-byte card!\"}"], ["created_at", "2016-10-06 14:49:18.849599"], ["updated_at", "2016-10-06 14:49:18.849599"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod non quas qui numquam minus rerum.\",\"text\":\"Generating the matrix won't do anything, we need to generate the solid state png monitor!\"}"], ["created_at", "2016-10-06 14:49:18.850684"], ["updated_at", "2016-10-06 14:49:18.850684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id est velit sed non.\",\"text\":\"Try to parse the SSL microchip, maybe it will connect the mobile system!\"}"], ["created_at", "2016-10-06 14:49:18.851637"], ["updated_at", "2016-10-06 14:49:18.851637"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio ratione nam repellat sunt.\",\"text\":\"Try to index the SCSI microchip, maybe it will navigate the virtual protocol!\"}"], ["created_at", "2016-10-06 14:49:18.852516"], ["updated_at", "2016-10-06 14:49:18.852516"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim non in architecto temporibus.\",\"text\":\"The SMS card is down, bypass the bluetooth application so we can input the SMS pixel!\"}"], ["created_at", "2016-10-06 14:49:18.853493"], ["updated_at", "2016-10-06 14:49:18.853493"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui corrupti inventore eaque quia voluptatem vitae et.\",\"text\":\"The SDD interface is down, synthesize the online array so we can index the ADP firewall!\"}"], ["created_at", "2016-10-06 14:49:18.854426"], ["updated_at", "2016-10-06 14:49:18.854426"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit officiis asperiores.\",\"text\":\"Use the wireless PCI array, then you can hack the back-end bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.855421"], ["updated_at", "2016-10-06 14:49:18.855421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ex doloribus accusantium numquam.\",\"text\":\"You can't hack the program without copying the cross-platform COM application!\"}"], ["created_at", "2016-10-06 14:49:18.856333"], ["updated_at", "2016-10-06 14:49:18.856333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis excepturi qui laboriosam non et ratione.\",\"text\":\"Backing up the bus won't do anything, we need to generate the primary adp firewall!\"}"], ["created_at", "2016-10-06 14:49:18.857280"], ["updated_at", "2016-10-06 14:49:18.857280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti et soluta ut tenetur est.\",\"text\":\"I'll synthesize the auxiliary FTP port, that should sensor the TCP application!\"}"], ["created_at", "2016-10-06 14:49:18.858207"], ["updated_at", "2016-10-06 14:49:18.858207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum maxime aut.\",\"text\":\"If we connect the matrix, we can get to the HDD array through the digital SMS pixel!\"}"], ["created_at", "2016-10-06 14:49:18.859120"], ["updated_at", "2016-10-06 14:49:18.859120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui est et voluptas maiores dolor quidem.\",\"text\":\"Backing up the microchip won't do anything, we need to input the bluetooth sms panel!\"}"], ["created_at", "2016-10-06 14:49:18.860060"], ["updated_at", "2016-10-06 14:49:18.860060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed aperiam qui consequatur.\",\"text\":\"Use the online XML panel, then you can program the 1080p program!\"}"], ["created_at", "2016-10-06 14:49:18.860940"], ["updated_at", "2016-10-06 14:49:18.860940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quaerat ex suscipit eum qui et et.\",\"text\":\"If we compress the protocol, we can get to the FTP array through the 1080p SQL capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.861835"], ["updated_at", "2016-10-06 14:49:18.861835"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est culpa distinctio eum.\",\"text\":\"We need to reboot the cross-platform XSS matrix!\"}"], ["created_at", "2016-10-06 14:49:18.862798"], ["updated_at", "2016-10-06 14:49:18.862798"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt sit aut.\",\"text\":\"The HTTP protocol is down, bypass the bluetooth feed so we can navigate the AI driver!\"}"], ["created_at", "2016-10-06 14:49:18.863714"], ["updated_at", "2016-10-06 14:49:18.863714"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime aut aut ipsa.\",\"text\":\"We need to back up the primary SMTP panel!\"}"], ["created_at", "2016-10-06 14:49:18.864642"], ["updated_at", "2016-10-06 14:49:18.864642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis blanditiis in ad saepe quisquam iste.\",\"text\":\"Try to transmit the GB firewall, maybe it will back up the solid state application!\"}"], ["created_at", "2016-10-06 14:49:18.865529"], ["updated_at", "2016-10-06 14:49:18.865529"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat alias ratione repellendus a.\",\"text\":\"We need to generate the back-end SMTP array!\"}"], ["created_at", "2016-10-06 14:49:18.866448"], ["updated_at", "2016-10-06 14:49:18.866448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum veniam aut fugiat.\",\"text\":\"We need to quantify the multi-byte USB monitor!\"}"], ["created_at", "2016-10-06 14:49:18.867352"], ["updated_at", "2016-10-06 14:49:18.867352"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed et rerum eveniet.\",\"text\":\"If we override the firewall, we can get to the CSS capacitor through the redundant PNG interface!\"}"], ["created_at", "2016-10-06 14:49:18.868235"], ["updated_at", "2016-10-06 14:49:18.868235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia sunt facere consectetur et.\",\"text\":\"You can't navigate the circuit without parsing the haptic SMS interface!\"}"], ["created_at", "2016-10-06 14:49:18.869145"], ["updated_at", "2016-10-06 14:49:18.869145"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae et non rem qui.\",\"text\":\"I'll program the mobile TCP sensor, that should microchip the AI application!\"}"], ["created_at", "2016-10-06 14:49:18.870036"], ["updated_at", "2016-10-06 14:49:18.870036"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus ad est sit.\",\"text\":\"Use the multi-byte HTTP sensor, then you can back up the bluetooth port!\"}"], ["created_at", "2016-10-06 14:49:18.871198"], ["updated_at", "2016-10-06 14:49:18.871198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet beatae consequatur cumque et vero corrupti qui.\",\"text\":\"The TCP microchip is down, parse the neural interface so we can quantify the PNG card!\"}"], ["created_at", "2016-10-06 14:49:18.872272"], ["updated_at", "2016-10-06 14:49:18.872272"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus ex est aliquam vitae.\",\"text\":\"If we back up the transmitter, we can get to the SMS bus through the bluetooth COM capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.873216"], ["updated_at", "2016-10-06 14:49:18.873216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt nobis qui dicta cumque quia eos quaerat.\",\"text\":\"Use the digital SQL pixel, then you can parse the open-source protocol!\"}"], ["created_at", "2016-10-06 14:49:18.874216"], ["updated_at", "2016-10-06 14:49:18.874216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum assumenda porro.\",\"text\":\"Use the digital SSL feed, then you can compress the solid state firewall!\"}"], ["created_at", "2016-10-06 14:49:18.875127"], ["updated_at", "2016-10-06 14:49:18.875127"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos quia nostrum voluptatem dolor non voluptas.\",\"text\":\"Synthesizing the interface won't do anything, we need to back up the mobile ssl driver!\"}"], ["created_at", "2016-10-06 14:49:18.876013"], ["updated_at", "2016-10-06 14:49:18.876013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum tempore voluptatem voluptas quos et sit.\",\"text\":\"Overriding the transmitter won't do anything, we need to generate the haptic sms program!\"}"], ["created_at", "2016-10-06 14:49:18.876898"], ["updated_at", "2016-10-06 14:49:18.876898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et illum ea enim.\",\"text\":\"If we quantify the bus, we can get to the HDD protocol through the mobile THX application!\"}"], ["created_at", "2016-10-06 14:49:18.877794"], ["updated_at", "2016-10-06 14:49:18.877794"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed consequatur itaque qui.\",\"text\":\"The SDD firewall is down, program the 1080p protocol so we can back up the CSS pixel!\"}"], ["created_at", "2016-10-06 14:49:18.878689"], ["updated_at", "2016-10-06 14:49:18.878689"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure praesentium molestiae fugit cum accusantium.\",\"text\":\"Use the wireless CSS program, then you can transmit the 1080p feed!\"}"], ["created_at", "2016-10-06 14:49:18.879613"], ["updated_at", "2016-10-06 14:49:18.879613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur est magnam ipsa ea minus qui minima.\",\"text\":\"If we override the system, we can get to the JSON monitor through the back-end EXE matrix!\"}"], ["created_at", "2016-10-06 14:49:18.880564"], ["updated_at", "2016-10-06 14:49:18.880564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum et error.\",\"text\":\"If we navigate the pixel, we can get to the HTTP card through the wireless CSS firewall!\"}"], ["created_at", "2016-10-06 14:49:18.881461"], ["updated_at", "2016-10-06 14:49:18.881461"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora ut qui aut cumque sed.\",\"text\":\"Overriding the matrix won't do anything, we need to transmit the bluetooth ftp sensor!\"}"], ["created_at", "2016-10-06 14:49:18.882352"], ["updated_at", "2016-10-06 14:49:18.882352"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae et maxime laborum.\",\"text\":\"We need to bypass the virtual XML alarm!\"}"], ["created_at", "2016-10-06 14:49:18.883251"], ["updated_at", "2016-10-06 14:49:18.883251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et dolor temporibus velit accusamus consequuntur.\",\"text\":\"I'll copy the back-end SSL interface, that should driver the ADP application!\"}"], ["created_at", "2016-10-06 14:49:18.884148"], ["updated_at", "2016-10-06 14:49:18.884148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam molestias totam unde ut aut nostrum minima.\",\"text\":\"I'll reboot the mobile RSS feed, that should program the CSS array!\"}"], ["created_at", "2016-10-06 14:49:18.885044"], ["updated_at", "2016-10-06 14:49:18.885044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae odio eum.\",\"text\":\"Use the primary HDD transmitter, then you can generate the multi-byte application!\"}"], ["created_at", "2016-10-06 14:49:18.885921"], ["updated_at", "2016-10-06 14:49:18.885921"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit doloremque delectus magnam enim et nesciunt qui.\",\"text\":\"We need to program the wireless RSS system!\"}"], ["created_at", "2016-10-06 14:49:18.886814"], ["updated_at", "2016-10-06 14:49:18.886814"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum consequatur consequuntur ea in eos.\",\"text\":\"If we override the port, we can get to the JSON capacitor through the open-source JBOD monitor!\"}"], ["created_at", "2016-10-06 14:49:18.887719"], ["updated_at", "2016-10-06 14:49:18.887719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat sapiente dolores quod aliquid iusto distinctio deleniti.\",\"text\":\"Try to synthesize the THX bandwidth, maybe it will input the solid state transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.888634"], ["updated_at", "2016-10-06 14:49:18.888634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At sint tempora amet et ab dolor placeat.\",\"text\":\"If we bypass the firewall, we can get to the JBOD monitor through the wireless HDD card!\"}"], ["created_at", "2016-10-06 14:49:18.889513"], ["updated_at", "2016-10-06 14:49:18.889513"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad quo rem deleniti ut ipsa dignissimos dolor.\",\"text\":\"If we back up the protocol, we can get to the COM alarm through the haptic SMTP bus!\"}"], ["created_at", "2016-10-06 14:49:18.890414"], ["updated_at", "2016-10-06 14:49:18.890414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut fugiat rerum sed optio qui incidunt quidem.\",\"text\":\"If we calculate the panel, we can get to the SAS bandwidth through the cross-platform EXE alarm!\"}"], ["created_at", "2016-10-06 14:49:18.891317"], ["updated_at", "2016-10-06 14:49:18.891317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum beatae id et.\",\"text\":\"The USB system is down, generate the optical system so we can program the SAS driver!\"}"], ["created_at", "2016-10-06 14:49:18.892191"], ["updated_at", "2016-10-06 14:49:18.892191"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae incidunt reiciendis sint provident voluptate eos.\",\"text\":\"You can't override the program without generating the online AGP application!\"}"], ["created_at", "2016-10-06 14:49:18.893072"], ["updated_at", "2016-10-06 14:49:18.893072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis corrupti saepe facere eius non.\",\"text\":\"You can't back up the card without parsing the virtual PNG panel!\"}"], ["created_at", "2016-10-06 14:49:18.893972"], ["updated_at", "2016-10-06 14:49:18.893972"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem aut nam voluptatem voluptatem itaque officia quis.\",\"text\":\"You can't hack the capacitor without synthesizing the virtual SQL port!\"}"], ["created_at", "2016-10-06 14:49:18.894868"], ["updated_at", "2016-10-06 14:49:18.894868"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni repudiandae nobis aut.\",\"text\":\"I'll synthesize the cross-platform SCSI application, that should interface the RSS circuit!\"}"], ["created_at", "2016-10-06 14:49:18.895782"], ["updated_at", "2016-10-06 14:49:18.895782"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium ad quibusdam aut.\",\"text\":\"Use the primary SDD bus, then you can override the online array!\"}"], ["created_at", "2016-10-06 14:49:18.896754"], ["updated_at", "2016-10-06 14:49:18.896754"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus temporibus nam nihil est aut commodi.\",\"text\":\"If we reboot the driver, we can get to the AI hard drive through the primary SQL firewall!\"}"], ["created_at", "2016-10-06 14:49:18.897663"], ["updated_at", "2016-10-06 14:49:18.897663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit recusandae possimus ad cupiditate corrupti.\",\"text\":\"The XSS driver is down, quantify the neural hard drive so we can hack the CSS feed!\"}"], ["created_at", "2016-10-06 14:49:18.898598"], ["updated_at", "2016-10-06 14:49:18.898598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sit et excepturi sapiente dignissimos.\",\"text\":\"Use the online RAM bandwidth, then you can index the solid state bus!\"}"], ["created_at", "2016-10-06 14:49:18.899497"], ["updated_at", "2016-10-06 14:49:18.899497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo dolores doloribus.\",\"text\":\"Use the wireless HTTP card, then you can reboot the primary application!\"}"], ["created_at", "2016-10-06 14:49:18.900369"], ["updated_at", "2016-10-06 14:49:18.900369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores debitis quibusdam.\",\"text\":\"Use the auxiliary RSS sensor, then you can calculate the virtual card!\"}"], ["created_at", "2016-10-06 14:49:18.901285"], ["updated_at", "2016-10-06 14:49:18.901285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus adipisci tenetur laboriosam rerum perspiciatis quibusdam et.\",\"text\":\"Try to copy the CSS firewall, maybe it will navigate the open-source program!\"}"], ["created_at", "2016-10-06 14:49:18.902231"], ["updated_at", "2016-10-06 14:49:18.902231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et mollitia culpa et quis a ipsam et.\",\"text\":\"You can't override the card without parsing the neural HTTP microchip!\"}"], ["created_at", "2016-10-06 14:49:18.903152"], ["updated_at", "2016-10-06 14:49:18.903152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis est voluptatibus et.\",\"text\":\"We need to calculate the wireless SCSI card!\"}"], ["created_at", "2016-10-06 14:49:18.904075"], ["updated_at", "2016-10-06 14:49:18.904075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro soluta vel nisi.\",\"text\":\"Try to reboot the AI alarm, maybe it will compress the auxiliary application!\"}"], ["created_at", "2016-10-06 14:49:18.904991"], ["updated_at", "2016-10-06 14:49:18.904991"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas accusamus sed consequatur voluptatem nisi.\",\"text\":\"Try to input the SAS panel, maybe it will input the digital interface!\"}"], ["created_at", "2016-10-06 14:49:18.905918"], ["updated_at", "2016-10-06 14:49:18.905918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae aliquam rem officiis ut quod eius.\",\"text\":\"I'll transmit the bluetooth EXE array, that should bus the AI firewall!\"}"], ["created_at", "2016-10-06 14:49:18.906868"], ["updated_at", "2016-10-06 14:49:18.906868"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat voluptatem fuga et sed vero quas laborum.\",\"text\":\"Programming the port won't do anything, we need to index the haptic pci port!\"}"], ["created_at", "2016-10-06 14:49:18.907758"], ["updated_at", "2016-10-06 14:49:18.907758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium corrupti blanditiis praesentium nemo.\",\"text\":\"If we back up the microchip, we can get to the SMTP port through the primary EXE array!\"}"], ["created_at", "2016-10-06 14:49:18.908647"], ["updated_at", "2016-10-06 14:49:18.908647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit voluptatem et quo ullam.\",\"text\":\"I'll copy the cross-platform SSL sensor, that should capacitor the SMTP panel!\"}"], ["created_at", "2016-10-06 14:49:18.909539"], ["updated_at", "2016-10-06 14:49:18.909539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aliquid qui atque.\",\"text\":\"I'll reboot the open-source AGP system, that should port the ADP sensor!\"}"], ["created_at", "2016-10-06 14:49:18.910482"], ["updated_at", "2016-10-06 14:49:18.910482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta sint error quisquam et facere est.\",\"text\":\"Indexing the microchip won't do anything, we need to copy the primary scsi program!\"}"], ["created_at", "2016-10-06 14:49:18.911416"], ["updated_at", "2016-10-06 14:49:18.911416"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et distinctio nemo ipsam eos nostrum aut.\",\"text\":\"We need to navigate the bluetooth PNG system!\"}"], ["created_at", "2016-10-06 14:49:18.912336"], ["updated_at", "2016-10-06 14:49:18.912336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste aperiam dolor velit et et omnis.\",\"text\":\"Try to program the SSL monitor, maybe it will parse the haptic protocol!\"}"], ["created_at", "2016-10-06 14:49:18.913250"], ["updated_at", "2016-10-06 14:49:18.913250"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt adipisci cupiditate recusandae beatae mollitia ducimus assumenda.\",\"text\":\"I'll back up the wireless XSS monitor, that should transmitter the RSS monitor!\"}"], ["created_at", "2016-10-06 14:49:18.914158"], ["updated_at", "2016-10-06 14:49:18.914158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero molestiae quisquam corrupti quos iste aut nisi.\",\"text\":\"Try to calculate the RSS firewall, maybe it will connect the optical array!\"}"], ["created_at", "2016-10-06 14:49:18.915094"], ["updated_at", "2016-10-06 14:49:18.915094"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus cupiditate non est et autem quasi.\",\"text\":\"Try to connect the SCSI transmitter, maybe it will parse the solid state protocol!\"}"], ["created_at", "2016-10-06 14:49:18.915993"], ["updated_at", "2016-10-06 14:49:18.915993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam et odit.\",\"text\":\"The SMS program is down, hack the 1080p sensor so we can hack the THX pixel!\"}"], ["created_at", "2016-10-06 14:49:18.916899"], ["updated_at", "2016-10-06 14:49:18.916899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit omnis officiis qui corporis illo.\",\"text\":\"Try to copy the SCSI array, maybe it will input the bluetooth alarm!\"}"], ["created_at", "2016-10-06 14:49:18.917812"], ["updated_at", "2016-10-06 14:49:18.917812"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum sed culpa rem ratione error deleniti.\",\"text\":\"Try to index the SMTP capacitor, maybe it will synthesize the online port!\"}"], ["created_at", "2016-10-06 14:49:18.918725"], ["updated_at", "2016-10-06 14:49:18.918725"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas placeat aut quia sequi architecto possimus.\",\"text\":\"You can't quantify the program without overriding the online COM matrix!\"}"], ["created_at", "2016-10-06 14:49:18.919664"], ["updated_at", "2016-10-06 14:49:18.919664"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae et enim dolor.\",\"text\":\"If we program the monitor, we can get to the SMTP circuit through the 1080p SSL application!\"}"], ["created_at", "2016-10-06 14:49:18.920591"], ["updated_at", "2016-10-06 14:49:18.920591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam dolorem quis fugiat rerum commodi tempore.\",\"text\":\"Try to calculate the FTP panel, maybe it will connect the auxiliary transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.921565"], ["updated_at", "2016-10-06 14:49:18.921565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas non dolor.\",\"text\":\"The COM alarm is down, navigate the bluetooth array so we can back up the FTP card!\"}"], ["created_at", "2016-10-06 14:49:18.922496"], ["updated_at", "2016-10-06 14:49:18.922496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem quas sed aut debitis.\",\"text\":\"Use the solid state ADP panel, then you can back up the digital firewall!\"}"], ["created_at", "2016-10-06 14:49:18.923413"], ["updated_at", "2016-10-06 14:49:18.923413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates nisi tempore est ad aut ut.\",\"text\":\"You can't input the microchip without navigating the back-end GB program!\"}"], ["created_at", "2016-10-06 14:49:18.924344"], ["updated_at", "2016-10-06 14:49:18.924344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat quis qui iusto vitae.\",\"text\":\"The RSS alarm is down, parse the digital interface so we can synthesize the SAS circuit!\"}"], ["created_at", "2016-10-06 14:49:18.925285"], ["updated_at", "2016-10-06 14:49:18.925285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis est sequi ipsa qui est.\",\"text\":\"The SDD bandwidth is down, connect the digital panel so we can connect the PNG capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.926216"], ["updated_at", "2016-10-06 14:49:18.926216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus ut sunt.\",\"text\":\"The EXE capacitor is down, generate the digital driver so we can index the USB panel!\"}"], ["created_at", "2016-10-06 14:49:18.927155"], ["updated_at", "2016-10-06 14:49:18.927155"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut cumque earum quod ut consequatur enim.\",\"text\":\"Try to quantify the AI bandwidth, maybe it will back up the back-end circuit!\"}"], ["created_at", "2016-10-06 14:49:18.928051"], ["updated_at", "2016-10-06 14:49:18.928051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque rerum nobis repellat sed est quod modi.\",\"text\":\"The SDD firewall is down, quantify the 1080p pixel so we can program the XSS matrix!\"}"], ["created_at", "2016-10-06 14:49:18.928971"], ["updated_at", "2016-10-06 14:49:18.928971"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae dolorem maxime.\",\"text\":\"Try to back up the ADP hard drive, maybe it will reboot the open-source port!\"}"], ["created_at", "2016-10-06 14:49:18.929932"], ["updated_at", "2016-10-06 14:49:18.929932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum omnis nostrum facilis dolorum sint repellendus sed.\",\"text\":\"You can't input the bandwidth without indexing the primary XSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.930891"], ["updated_at", "2016-10-06 14:49:18.930891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aliquam sapiente illo sit pariatur et.\",\"text\":\"The SMTP microchip is down, calculate the redundant application so we can quantify the IB bus!\"}"], ["created_at", "2016-10-06 14:49:18.931794"], ["updated_at", "2016-10-06 14:49:18.931794"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio quae enim dolorem ipsa maiores.\",\"text\":\"Use the virtual JSON protocol, then you can transmit the wireless card!\"}"], ["created_at", "2016-10-06 14:49:18.932708"], ["updated_at", "2016-10-06 14:49:18.932708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ea ullam atque ipsam quis blanditiis veniam.\",\"text\":\"Compressing the program won't do anything, we need to calculate the multi-byte png protocol!\"}"], ["created_at", "2016-10-06 14:49:18.933645"], ["updated_at", "2016-10-06 14:49:18.933645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam quo aut placeat corrupti possimus.\",\"text\":\"The JSON panel is down, index the digital system so we can override the COM pixel!\"}"], ["created_at", "2016-10-06 14:49:18.934581"], ["updated_at", "2016-10-06 14:49:18.934581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis qui fugit voluptatem blanditiis autem mollitia.\",\"text\":\"The JSON bandwidth is down, hack the primary feed so we can synthesize the THX program!\"}"], ["created_at", "2016-10-06 14:49:18.935483"], ["updated_at", "2016-10-06 14:49:18.935483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed atque illo vitae.\",\"text\":\"Try to program the USB bandwidth, maybe it will bypass the open-source driver!\"}"], ["created_at", "2016-10-06 14:49:18.936400"], ["updated_at", "2016-10-06 14:49:18.936400"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est adipisci aut quos at.\",\"text\":\"Use the bluetooth AGP sensor, then you can connect the neural interface!\"}"], ["created_at", "2016-10-06 14:49:18.937337"], ["updated_at", "2016-10-06 14:49:18.937337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente veritatis soluta est est consequatur sunt nisi.\",\"text\":\"The SMTP card is down, navigate the cross-platform bus so we can program the HDD circuit!\"}"], ["created_at", "2016-10-06 14:49:18.938370"], ["updated_at", "2016-10-06 14:49:18.938370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa autem atque perferendis.\",\"text\":\"Hacking the hard drive won't do anything, we need to navigate the online http capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.939318"], ["updated_at", "2016-10-06 14:49:18.939318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo aut deserunt earum impedit.\",\"text\":\"We need to back up the cross-platform ADP program!\"}"], ["created_at", "2016-10-06 14:49:18.940301"], ["updated_at", "2016-10-06 14:49:18.940301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum cupiditate quae dolorum qui maxime odio hic.\",\"text\":\"The CSS pixel is down, quantify the haptic bandwidth so we can connect the HTTP application!\"}"], ["created_at", "2016-10-06 14:49:18.941290"], ["updated_at", "2016-10-06 14:49:18.941290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab dolore corporis id veritatis dolor labore sint.\",\"text\":\"Try to back up the AGP array, maybe it will navigate the wireless card!\"}"], ["created_at", "2016-10-06 14:49:18.942317"], ["updated_at", "2016-10-06 14:49:18.942317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet adipisci sed natus in.\",\"text\":\"We need to generate the back-end JSON pixel!\"}"], ["created_at", "2016-10-06 14:49:18.943264"], ["updated_at", "2016-10-06 14:49:18.943264"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit commodi et temporibus ducimus.\",\"text\":\"Try to reboot the THX driver, maybe it will compress the solid state interface!\"}"], ["created_at", "2016-10-06 14:49:18.944211"], ["updated_at", "2016-10-06 14:49:18.944211"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem dolorum omnis atque ratione.\",\"text\":\"You can't index the card without transmitting the virtual PCI system!\"}"], ["created_at", "2016-10-06 14:49:18.945197"], ["updated_at", "2016-10-06 14:49:18.945197"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia illo recusandae minus.\",\"text\":\"We need to bypass the online SQL capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.946220"], ["updated_at", "2016-10-06 14:49:18.946220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor hic distinctio quos.\",\"text\":\"You can't index the card without transmitting the virtual GB feed!\"}"], ["created_at", "2016-10-06 14:49:18.956585"], ["updated_at", "2016-10-06 14:49:18.956585"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe provident eligendi labore.\",\"text\":\"Use the 1080p RSS protocol, then you can quantify the bluetooth protocol!\"}"], ["created_at", "2016-10-06 14:49:18.957616"], ["updated_at", "2016-10-06 14:49:18.957616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque ducimus quis laudantium optio et.\",\"text\":\"You can't transmit the alarm without copying the back-end CSS transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.958576"], ["updated_at", "2016-10-06 14:49:18.958576"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum mollitia maxime soluta illum.\",\"text\":\"We need to quantify the auxiliary IB transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.959541"], ["updated_at", "2016-10-06 14:49:18.959541"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur officia voluptatibus dignissimos animi dolores quia.\",\"text\":\"If we transmit the microchip, we can get to the HDD capacitor through the redundant AI firewall!\"}"], ["created_at", "2016-10-06 14:49:18.960550"], ["updated_at", "2016-10-06 14:49:18.960550"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea aut omnis ut est.\",\"text\":\"We need to connect the neural SMS application!\"}"], ["created_at", "2016-10-06 14:49:18.961596"], ["updated_at", "2016-10-06 14:49:18.961596"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis id voluptas repudiandae quo minus aliquam enim.\",\"text\":\"Try to copy the SAS microchip, maybe it will navigate the redundant hard drive!\"}"], ["created_at", "2016-10-06 14:49:18.962560"], ["updated_at", "2016-10-06 14:49:18.962560"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis incidunt consectetur veritatis asperiores sunt occaecati.\",\"text\":\"Use the 1080p PNG port, then you can quantify the wireless capacitor!\"}"], ["created_at", "2016-10-06 14:49:18.963540"], ["updated_at", "2016-10-06 14:49:18.963540"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quis voluptates ea earum.\",\"text\":\"I'll generate the multi-byte TCP pixel, that should panel the SDD circuit!\"}"], ["created_at", "2016-10-06 14:49:18.964629"], ["updated_at", "2016-10-06 14:49:18.964629"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui rerum tempore architecto est quas dignissimos.\",\"text\":\"I'll quantify the virtual SSL matrix, that should capacitor the THX card!\"}"], ["created_at", "2016-10-06 14:49:18.965915"], ["updated_at", "2016-10-06 14:49:18.965915"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ipsam sed in maiores optio voluptatibus pariatur.\",\"text\":\"You can't quantify the application without indexing the redundant SQL pixel!\"}"], ["created_at", "2016-10-06 14:49:18.967162"], ["updated_at", "2016-10-06 14:49:18.967162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit at aut facere beatae.\",\"text\":\"If we connect the array, we can get to the USB bus through the neural ADP bus!\"}"], ["created_at", "2016-10-06 14:49:18.968158"], ["updated_at", "2016-10-06 14:49:18.968158"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed vero rem neque ut repellendus et voluptatum.\",\"text\":\"You can't navigate the program without hacking the solid state ADP panel!\"}"], ["created_at", "2016-10-06 14:49:18.969113"], ["updated_at", "2016-10-06 14:49:18.969113"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut minima iusto eveniet.\",\"text\":\"Backing up the circuit won't do anything, we need to reboot the virtual ai monitor!\"}"], ["created_at", "2016-10-06 14:49:18.970055"], ["updated_at", "2016-10-06 14:49:18.970055"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed qui voluptatem qui aliquid.\",\"text\":\"The JBOD application is down, calculate the virtual pixel so we can program the EXE bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.971324"], ["updated_at", "2016-10-06 14:49:18.971324"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus perferendis omnis est.\",\"text\":\"I'll override the redundant SSL bandwidth, that should system the SMS card!\"}"], ["created_at", "2016-10-06 14:49:18.973970"], ["updated_at", "2016-10-06 14:49:18.973970"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt amet voluptatem consequatur.\",\"text\":\"You can't hack the monitor without synthesizing the mobile RAM microchip!\"}"], ["created_at", "2016-10-06 14:49:18.977069"], ["updated_at", "2016-10-06 14:49:18.977069"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et error necessitatibus qui possimus tempora in.\",\"text\":\"If we synthesize the program, we can get to the SDD firewall through the mobile XSS program!\"}"], ["created_at", "2016-10-06 14:49:18.979379"], ["updated_at", "2016-10-06 14:49:18.979379"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore autem omnis quas eaque.\",\"text\":\"I'll quantify the virtual XSS monitor, that should capacitor the HTTP system!\"}"], ["created_at", "2016-10-06 14:49:18.980682"], ["updated_at", "2016-10-06 14:49:18.980682"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi qui labore amet sunt qui.\",\"text\":\"I'll synthesize the solid state RSS hard drive, that should card the FTP microchip!\"}"], ["created_at", "2016-10-06 14:49:18.981767"], ["updated_at", "2016-10-06 14:49:18.981767"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius et et quasi nisi quas.\",\"text\":\"I'll compress the redundant CSS monitor, that should microchip the SAS card!\"}"], ["created_at", "2016-10-06 14:49:18.982796"], ["updated_at", "2016-10-06 14:49:18.982796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi iure ut odit perspiciatis reiciendis occaecati.\",\"text\":\"I'll input the auxiliary COM interface, that should circuit the USB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.983780"], ["updated_at", "2016-10-06 14:49:18.983780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quae omnis possimus provident mollitia.\",\"text\":\"You can't quantify the feed without connecting the virtual SMS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:18.984761"], ["updated_at", "2016-10-06 14:49:18.984761"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae labore saepe voluptas sed.\",\"text\":\"The COM matrix is down, connect the auxiliary panel so we can compress the EXE firewall!\"}"], ["created_at", "2016-10-06 14:49:18.985721"], ["updated_at", "2016-10-06 14:49:18.985721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id voluptatum omnis sit voluptas a cumque.\",\"text\":\"You can't back up the firewall without programming the haptic JBOD application!\"}"], ["created_at", "2016-10-06 14:49:18.986692"], ["updated_at", "2016-10-06 14:49:18.986692"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius optio id expedita soluta ea officiis.\",\"text\":\"The SAS panel is down, back up the bluetooth interface so we can compress the PNG sensor!\"}"], ["created_at", "2016-10-06 14:49:18.987591"], ["updated_at", "2016-10-06 14:49:18.987591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit aliquam sed eveniet reiciendis amet recusandae.\",\"text\":\"Parsing the driver won't do anything, we need to hack the neural http application!\"}"], ["created_at", "2016-10-06 14:49:18.988575"], ["updated_at", "2016-10-06 14:49:18.988575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti quia laboriosam.\",\"text\":\"Compressing the driver won't do anything, we need to navigate the back-end thx panel!\"}"], ["created_at", "2016-10-06 14:49:18.989447"], ["updated_at", "2016-10-06 14:49:18.989447"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati quo aut consequatur.\",\"text\":\"We need to compress the virtual USB system!\"}"], ["created_at", "2016-10-06 14:49:18.990337"], ["updated_at", "2016-10-06 14:49:18.990337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia est temporibus consequatur odit voluptas.\",\"text\":\"Try to index the TCP card, maybe it will program the online matrix!\"}"], ["created_at", "2016-10-06 14:49:18.991210"], ["updated_at", "2016-10-06 14:49:18.991210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ea nisi nostrum voluptatum sint dicta.\",\"text\":\"We need to override the solid state SDD protocol!\"}"], ["created_at", "2016-10-06 14:49:18.992091"], ["updated_at", "2016-10-06 14:49:18.992091"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis modi corporis odit inventore velit.\",\"text\":\"I'll index the back-end PNG alarm, that should array the GB sensor!\"}"], ["created_at", "2016-10-06 14:49:18.992948"], ["updated_at", "2016-10-06 14:49:18.992948"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In delectus cum et necessitatibus velit omnis porro.\",\"text\":\"Try to navigate the SSL capacitor, maybe it will bypass the bluetooth monitor!\"}"], ["created_at", "2016-10-06 14:49:18.993834"], ["updated_at", "2016-10-06 14:49:18.993834"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint nobis molestiae quis.\",\"text\":\"You can't back up the system without synthesizing the cross-platform SMTP port!\"}"], ["created_at", "2016-10-06 14:49:18.994712"], ["updated_at", "2016-10-06 14:49:18.994712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat soluta voluptatum.\",\"text\":\"You can't override the bandwidth without indexing the digital ADP application!\"}"], ["created_at", "2016-10-06 14:49:18.995599"], ["updated_at", "2016-10-06 14:49:18.995599"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates maiores dolorem.\",\"text\":\"You can't compress the microchip without synthesizing the mobile SAS transmitter!\"}"], ["created_at", "2016-10-06 14:49:18.996463"], ["updated_at", "2016-10-06 14:49:18.996463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis fuga delectus rerum aut debitis.\",\"text\":\"We need to generate the optical FTP interface!\"}"], ["created_at", "2016-10-06 14:49:18.997465"], ["updated_at", "2016-10-06 14:49:18.997465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi dolorem iusto enim aut.\",\"text\":\"If we reboot the circuit, we can get to the JSON card through the virtual SCSI microchip!\"}"], ["created_at", "2016-10-06 14:49:18.998357"], ["updated_at", "2016-10-06 14:49:18.998357"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem commodi temporibus.\",\"text\":\"Try to copy the ADP panel, maybe it will hack the cross-platform firewall!\"}"], ["created_at", "2016-10-06 14:49:18.999213"], ["updated_at", "2016-10-06 14:49:18.999213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet nihil qui ratione.\",\"text\":\"The SCSI program is down, copy the auxiliary alarm so we can compress the SCSI matrix!\"}"], ["created_at", "2016-10-06 14:49:19.000097"], ["updated_at", "2016-10-06 14:49:19.000097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint aperiam ducimus.\",\"text\":\"You can't transmit the port without calculating the optical SMTP alarm!\"}"], ["created_at", "2016-10-06 14:49:19.000968"], ["updated_at", "2016-10-06 14:49:19.000968"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor rem quam vel labore ut.\",\"text\":\"I'll transmit the back-end TCP alarm, that should alarm the PCI bus!\"}"], ["created_at", "2016-10-06 14:49:19.001845"], ["updated_at", "2016-10-06 14:49:19.001845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem dolorum repellat voluptas est laborum quo.\",\"text\":\"We need to back up the virtual EXE alarm!\"}"], ["created_at", "2016-10-06 14:49:19.002711"], ["updated_at", "2016-10-06 14:49:19.002711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia dolores eos omnis libero voluptatem ipsa.\",\"text\":\"Try to input the FTP circuit, maybe it will connect the primary interface!\"}"], ["created_at", "2016-10-06 14:49:19.003596"], ["updated_at", "2016-10-06 14:49:19.003596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum non doloremque fuga necessitatibus amet possimus odit.\",\"text\":\"If we hack the application, we can get to the XSS circuit through the 1080p XML alarm!\"}"], ["created_at", "2016-10-06 14:49:19.004471"], ["updated_at", "2016-10-06 14:49:19.004471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio dolorem quae placeat qui velit esse.\",\"text\":\"Try to connect the COM sensor, maybe it will override the auxiliary card!\"}"], ["created_at", "2016-10-06 14:49:19.005348"], ["updated_at", "2016-10-06 14:49:19.005348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae voluptas molestiae officia deserunt.\",\"text\":\"Use the digital XML panel, then you can compress the redundant matrix!\"}"], ["created_at", "2016-10-06 14:49:19.006247"], ["updated_at", "2016-10-06 14:49:19.006247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam reiciendis repudiandae.\",\"text\":\"If we index the array, we can get to the AGP program through the redundant SDD interface!\"}"], ["created_at", "2016-10-06 14:49:19.007163"], ["updated_at", "2016-10-06 14:49:19.007163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio eaque amet temporibus.\",\"text\":\"You can't back up the application without indexing the wireless JSON bus!\"}"], ["created_at", "2016-10-06 14:49:19.008032"], ["updated_at", "2016-10-06 14:49:19.008032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam dolore sed.\",\"text\":\"Generating the feed won't do anything, we need to connect the cross-platform xml program!\"}"], ["created_at", "2016-10-06 14:49:19.008903"], ["updated_at", "2016-10-06 14:49:19.008903"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita error rerum sint dolorum enim magnam.\",\"text\":\"The SSL panel is down, override the cross-platform card so we can synthesize the HTTP system!\"}"], ["created_at", "2016-10-06 14:49:19.009770"], ["updated_at", "2016-10-06 14:49:19.009770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum praesentium velit.\",\"text\":\"Transmitting the firewall won't do anything, we need to quantify the redundant ai transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.010657"], ["updated_at", "2016-10-06 14:49:19.010657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa minus modi.\",\"text\":\"I'll input the 1080p AI monitor, that should capacitor the RSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.011530"], ["updated_at", "2016-10-06 14:49:19.011530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos omnis sapiente velit dicta.\",\"text\":\"You can't bypass the transmitter without calculating the mobile RAM interface!\"}"], ["created_at", "2016-10-06 14:49:19.012423"], ["updated_at", "2016-10-06 14:49:19.012423"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et voluptas.\",\"text\":\"I'll synthesize the auxiliary HTTP microchip, that should circuit the SAS firewall!\"}"], ["created_at", "2016-10-06 14:49:19.013301"], ["updated_at", "2016-10-06 14:49:19.013301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi nisi temporibus.\",\"text\":\"We need to connect the solid state SQL microchip!\"}"], ["created_at", "2016-10-06 14:49:19.014182"], ["updated_at", "2016-10-06 14:49:19.014182"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum est adipisci.\",\"text\":\"If we copy the hard drive, we can get to the SMTP application through the optical RAM pixel!\"}"], ["created_at", "2016-10-06 14:49:19.015048"], ["updated_at", "2016-10-06 14:49:19.015048"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam vitae et quo quae voluptatem.\",\"text\":\"Try to connect the AI firewall, maybe it will back up the neural protocol!\"}"], ["created_at", "2016-10-06 14:49:19.015980"], ["updated_at", "2016-10-06 14:49:19.015980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi et aut quibusdam.\",\"text\":\"Bypassing the driver won't do anything, we need to connect the optical scsi port!\"}"], ["created_at", "2016-10-06 14:49:19.017094"], ["updated_at", "2016-10-06 14:49:19.017094"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos itaque voluptatum.\",\"text\":\"Use the optical USB bus, then you can calculate the solid state sensor!\"}"], ["created_at", "2016-10-06 14:49:19.018029"], ["updated_at", "2016-10-06 14:49:19.018029"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum dicta doloremque voluptatem iure quo.\",\"text\":\"I'll calculate the digital HTTP sensor, that should application the AGP interface!\"}"], ["created_at", "2016-10-06 14:49:19.018942"], ["updated_at", "2016-10-06 14:49:19.018942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste recusandae vel asperiores commodi.\",\"text\":\"Navigating the feed won't do anything, we need to index the 1080p sql application!\"}"], ["created_at", "2016-10-06 14:49:19.019836"], ["updated_at", "2016-10-06 14:49:19.019836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis amet numquam nisi facere dolorem esse dolores.\",\"text\":\"I'll parse the primary IB interface, that should alarm the SDD monitor!\"}"], ["created_at", "2016-10-06 14:49:19.020745"], ["updated_at", "2016-10-06 14:49:19.020745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores facere magni quas ut consequatur.\",\"text\":\"I'll synthesize the wireless XML transmitter, that should alarm the AGP driver!\"}"], ["created_at", "2016-10-06 14:49:19.021651"], ["updated_at", "2016-10-06 14:49:19.021651"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero sed expedita velit in earum quae.\",\"text\":\"We need to synthesize the online JBOD monitor!\"}"], ["created_at", "2016-10-06 14:49:19.022534"], ["updated_at", "2016-10-06 14:49:19.022534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui perferendis maxime officia sit.\",\"text\":\"Synthesizing the pixel won't do anything, we need to calculate the virtual xml capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.023463"], ["updated_at", "2016-10-06 14:49:19.023463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est id asperiores aut ut nostrum adipisci.\",\"text\":\"Try to transmit the GB panel, maybe it will navigate the cross-platform port!\"}"], ["created_at", "2016-10-06 14:49:19.024339"], ["updated_at", "2016-10-06 14:49:19.024339"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam qui quo.\",\"text\":\"The JSON array is down, transmit the back-end program so we can input the HDD program!\"}"], ["created_at", "2016-10-06 14:49:19.025216"], ["updated_at", "2016-10-06 14:49:19.025216"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa porro sed quo.\",\"text\":\"You can't copy the transmitter without compressing the mobile THX circuit!\"}"], ["created_at", "2016-10-06 14:49:19.026073"], ["updated_at", "2016-10-06 14:49:19.026073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint odit aut.\",\"text\":\"Use the solid state FTP driver, then you can compress the online alarm!\"}"], ["created_at", "2016-10-06 14:49:19.026996"], ["updated_at", "2016-10-06 14:49:19.026996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque accusamus dolores consequuntur excepturi placeat non.\",\"text\":\"Calculating the bandwidth won't do anything, we need to compress the digital css capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.027859"], ["updated_at", "2016-10-06 14:49:19.027859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui id veniam molestiae quia vel occaecati.\",\"text\":\"I'll navigate the 1080p TCP matrix, that should transmitter the THX monitor!\"}"], ["created_at", "2016-10-06 14:49:19.028759"], ["updated_at", "2016-10-06 14:49:19.028759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum suscipit sapiente est quo.\",\"text\":\"The JSON port is down, generate the wireless firewall so we can index the GB bus!\"}"], ["created_at", "2016-10-06 14:49:19.029682"], ["updated_at", "2016-10-06 14:49:19.029682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem iure rerum cupiditate optio.\",\"text\":\"If we quantify the bandwidth, we can get to the TCP bandwidth through the virtual HTTP alarm!\"}"], ["created_at", "2016-10-06 14:49:19.030632"], ["updated_at", "2016-10-06 14:49:19.030632"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non assumenda illum est et facere.\",\"text\":\"The HTTP bandwidth is down, parse the wireless bandwidth so we can input the XML card!\"}"], ["created_at", "2016-10-06 14:49:19.031498"], ["updated_at", "2016-10-06 14:49:19.031498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores repellat qui non quas et ex perferendis.\",\"text\":\"I'll connect the redundant USB microchip, that should port the SQL circuit!\"}"], ["created_at", "2016-10-06 14:49:19.032385"], ["updated_at", "2016-10-06 14:49:19.032385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio in est qui et.\",\"text\":\"I'll quantify the solid state SAS system, that should bus the SQL bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.033252"], ["updated_at", "2016-10-06 14:49:19.033252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia provident rerum facere dicta ut veritatis ea.\",\"text\":\"If we navigate the panel, we can get to the CSS driver through the virtual ADP panel!\"}"], ["created_at", "2016-10-06 14:49:19.034165"], ["updated_at", "2016-10-06 14:49:19.034165"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim consequatur est et quia non dolorem.\",\"text\":\"Backing up the driver won't do anything, we need to copy the mobile sdd feed!\"}"], ["created_at", "2016-10-06 14:49:19.035039"], ["updated_at", "2016-10-06 14:49:19.035039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam maxime magni omnis provident.\",\"text\":\"If we hack the program, we can get to the SMS driver through the primary AGP system!\"}"], ["created_at", "2016-10-06 14:49:19.035927"], ["updated_at", "2016-10-06 14:49:19.035927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam minus sed officia et magni autem doloremque.\",\"text\":\"You can't quantify the bus without hacking the digital SDD protocol!\"}"], ["created_at", "2016-10-06 14:49:19.036799"], ["updated_at", "2016-10-06 14:49:19.036799"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro qui velit at explicabo aliquam sapiente.\",\"text\":\"I'll quantify the redundant SSL circuit, that should alarm the SDD alarm!\"}"], ["created_at", "2016-10-06 14:49:19.037685"], ["updated_at", "2016-10-06 14:49:19.037685"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias non autem quae eius laudantium.\",\"text\":\"If we generate the firewall, we can get to the SCSI circuit through the mobile SMS array!\"}"], ["created_at", "2016-10-06 14:49:19.038579"], ["updated_at", "2016-10-06 14:49:19.038579"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe porro incidunt assumenda voluptas explicabo sit commodi.\",\"text\":\"The HTTP array is down, navigate the auxiliary pixel so we can input the USB hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.039469"], ["updated_at", "2016-10-06 14:49:19.039469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis non est rem.\",\"text\":\"If we bypass the matrix, we can get to the PNG monitor through the bluetooth SAS interface!\"}"], ["created_at", "2016-10-06 14:49:19.040360"], ["updated_at", "2016-10-06 14:49:19.040360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit sit facilis perferendis est itaque sint.\",\"text\":\"We need to quantify the online RSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.041268"], ["updated_at", "2016-10-06 14:49:19.041268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur in molestiae voluptatem sed soluta.\",\"text\":\"Try to bypass the FTP pixel, maybe it will connect the redundant driver!\"}"], ["created_at", "2016-10-06 14:49:19.042174"], ["updated_at", "2016-10-06 14:49:19.042174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio numquam voluptatem et cum et repudiandae eos.\",\"text\":\"Copying the panel won't do anything, we need to calculate the 1080p jbod matrix!\"}"], ["created_at", "2016-10-06 14:49:19.043079"], ["updated_at", "2016-10-06 14:49:19.043079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim voluptatem quidem et excepturi ut temporibus ab.\",\"text\":\"You can't program the panel without transmitting the primary PNG card!\"}"], ["created_at", "2016-10-06 14:49:19.043964"], ["updated_at", "2016-10-06 14:49:19.043964"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui aut asperiores totam nostrum eum.\",\"text\":\"The TCP firewall is down, parse the online matrix so we can copy the SDD interface!\"}"], ["created_at", "2016-10-06 14:49:19.044827"], ["updated_at", "2016-10-06 14:49:19.044827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur expedita voluptatem non quia voluptas eveniet.\",\"text\":\"If we reboot the interface, we can get to the PCI interface through the open-source RSS port!\"}"], ["created_at", "2016-10-06 14:49:19.045701"], ["updated_at", "2016-10-06 14:49:19.045701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur suscipit reiciendis facere provident.\",\"text\":\"If we input the firewall, we can get to the CSS microchip through the optical RAM interface!\"}"], ["created_at", "2016-10-06 14:49:19.046606"], ["updated_at", "2016-10-06 14:49:19.046606"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quia laboriosam pariatur.\",\"text\":\"We need to input the redundant THX transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.047540"], ["updated_at", "2016-10-06 14:49:19.047540"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi aut et voluptate culpa accusamus vel.\",\"text\":\"I'll generate the cross-platform AGP pixel, that should firewall the SDD application!\"}"], ["created_at", "2016-10-06 14:49:19.048660"], ["updated_at", "2016-10-06 14:49:19.048660"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem numquam ipsum at.\",\"text\":\"I'll navigate the cross-platform IB card, that should system the JBOD microchip!\"}"], ["created_at", "2016-10-06 14:49:19.049789"], ["updated_at", "2016-10-06 14:49:19.049789"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ipsum dignissimos reprehenderit consequatur.\",\"text\":\"Try to parse the HDD microchip, maybe it will override the neural bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.051093"], ["updated_at", "2016-10-06 14:49:19.051093"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nesciunt et repellat harum.\",\"text\":\"Try to program the USB alarm, maybe it will generate the virtual bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.052503"], ["updated_at", "2016-10-06 14:49:19.052503"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus sunt et ut voluptates ea unde nam.\",\"text\":\"The SSL monitor is down, back up the multi-byte firewall so we can navigate the THX sensor!\"}"], ["created_at", "2016-10-06 14:49:19.055262"], ["updated_at", "2016-10-06 14:49:19.055262"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui omnis eveniet quibusdam temporibus non.\",\"text\":\"You can't input the pixel without synthesizing the multi-byte SMTP pixel!\"}"], ["created_at", "2016-10-06 14:49:19.058463"], ["updated_at", "2016-10-06 14:49:19.058463"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quo neque rem.\",\"text\":\"We need to reboot the cross-platform SSL monitor!\"}"], ["created_at", "2016-10-06 14:49:19.060527"], ["updated_at", "2016-10-06 14:49:19.060527"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur sunt laboriosam ut et exercitationem facere eveniet.\",\"text\":\"If we transmit the hard drive, we can get to the SMS microchip through the optical PCI matrix!\"}"], ["created_at", "2016-10-06 14:49:19.061603"], ["updated_at", "2016-10-06 14:49:19.061603"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae ea sint ipsam reiciendis accusamus dolorem eum.\",\"text\":\"You can't quantify the circuit without navigating the multi-byte FTP bus!\"}"], ["created_at", "2016-10-06 14:49:19.062730"], ["updated_at", "2016-10-06 14:49:19.062730"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa est itaque in consequatur officiis consectetur.\",\"text\":\"The SQL program is down, navigate the bluetooth firewall so we can program the FTP matrix!\"}"], ["created_at", "2016-10-06 14:49:19.063869"], ["updated_at", "2016-10-06 14:49:19.063869"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi sed culpa maxime.\",\"text\":\"We need to back up the solid state XML circuit!\"}"], ["created_at", "2016-10-06 14:49:19.064926"], ["updated_at", "2016-10-06 14:49:19.064926"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure assumenda consequatur fuga eligendi.\",\"text\":\"You can't compress the panel without overriding the mobile PCI application!\"}"], ["created_at", "2016-10-06 14:49:19.065886"], ["updated_at", "2016-10-06 14:49:19.065886"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio quidem omnis nobis consequatur et.\",\"text\":\"If we generate the circuit, we can get to the SCSI interface through the wireless AGP matrix!\"}"], ["created_at", "2016-10-06 14:49:19.066868"], ["updated_at", "2016-10-06 14:49:19.066868"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae aut praesentium et atque eum quas natus.\",\"text\":\"Navigating the feed won't do anything, we need to bypass the online thx program!\"}"], ["created_at", "2016-10-06 14:49:19.067803"], ["updated_at", "2016-10-06 14:49:19.067803"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum dolorem veniam sequi.\",\"text\":\"I'll index the back-end SAS hard drive, that should hard drive the HTTP matrix!\"}"], ["created_at", "2016-10-06 14:49:19.068761"], ["updated_at", "2016-10-06 14:49:19.068761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis hic error quis.\",\"text\":\"I'll parse the 1080p FTP hard drive, that should port the IB transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.069693"], ["updated_at", "2016-10-06 14:49:19.069693"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium saepe non corporis similique beatae voluptate sint.\",\"text\":\"We need to quantify the primary AGP system!\"}"], ["created_at", "2016-10-06 14:49:19.070659"], ["updated_at", "2016-10-06 14:49:19.070659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero ut eos fugit placeat.\",\"text\":\"You can't index the feed without synthesizing the mobile USB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.071742"], ["updated_at", "2016-10-06 14:49:19.071742"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus harum tempora ipsam.\",\"text\":\"You can't reboot the program without copying the neural SDD capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.072674"], ["updated_at", "2016-10-06 14:49:19.072674"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa est doloribus.\",\"text\":\"You can't compress the protocol without connecting the 1080p PCI program!\"}"], ["created_at", "2016-10-06 14:49:19.073613"], ["updated_at", "2016-10-06 14:49:19.073613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis velit laborum qui.\",\"text\":\"Use the solid state EXE card, then you can hack the redundant protocol!\"}"], ["created_at", "2016-10-06 14:49:19.074506"], ["updated_at", "2016-10-06 14:49:19.074506"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam autem ipsa non dolores commodi quia odio.\",\"text\":\"Programming the bus won't do anything, we need to index the multi-byte hdd port!\"}"], ["created_at", "2016-10-06 14:49:19.075407"], ["updated_at", "2016-10-06 14:49:19.075407"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident nihil et sed cumque eveniet in.\",\"text\":\"The SMS transmitter is down, synthesize the 1080p panel so we can reboot the FTP panel!\"}"], ["created_at", "2016-10-06 14:49:19.076324"], ["updated_at", "2016-10-06 14:49:19.076324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aut alias molestiae hic.\",\"text\":\"Use the cross-platform PNG feed, then you can back up the auxiliary feed!\"}"], ["created_at", "2016-10-06 14:49:19.077241"], ["updated_at", "2016-10-06 14:49:19.077241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum corporis dignissimos non cum.\",\"text\":\"If we copy the capacitor, we can get to the PCI matrix through the digital GB panel!\"}"], ["created_at", "2016-10-06 14:49:19.078110"], ["updated_at", "2016-10-06 14:49:19.078110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum dolorem voluptatem fugiat nobis quis.\",\"text\":\"You can't program the firewall without parsing the virtual SSL microchip!\"}"], ["created_at", "2016-10-06 14:49:19.079041"], ["updated_at", "2016-10-06 14:49:19.079041"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid ut est culpa.\",\"text\":\"I'll synthesize the virtual PCI pixel, that should monitor the CSS feed!\"}"], ["created_at", "2016-10-06 14:49:19.079964"], ["updated_at", "2016-10-06 14:49:19.079964"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione odio eos aliquid unde error consectetur.\",\"text\":\"The IB circuit is down, hack the online application so we can compress the SQL circuit!\"}"], ["created_at", "2016-10-06 14:49:19.080910"], ["updated_at", "2016-10-06 14:49:19.080910"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At dolor repudiandae nostrum unde qui.\",\"text\":\"We need to parse the 1080p USB panel!\"}"], ["created_at", "2016-10-06 14:49:19.081836"], ["updated_at", "2016-10-06 14:49:19.081836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt et debitis omnis a voluptate.\",\"text\":\"If we synthesize the interface, we can get to the GB bus through the 1080p AI card!\"}"], ["created_at", "2016-10-06 14:49:19.082719"], ["updated_at", "2016-10-06 14:49:19.082719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut velit eius ut magni quae.\",\"text\":\"The XML pixel is down, generate the virtual feed so we can index the TCP card!\"}"], ["created_at", "2016-10-06 14:49:19.083698"], ["updated_at", "2016-10-06 14:49:19.083698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed consequuntur nulla non repellat dolores.\",\"text\":\"You can't calculate the pixel without backing up the virtual SAS driver!\"}"], ["created_at", "2016-10-06 14:49:19.084593"], ["updated_at", "2016-10-06 14:49:19.084593"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod omnis libero esse et.\",\"text\":\"I'll override the bluetooth USB system, that should circuit the GB application!\"}"], ["created_at", "2016-10-06 14:49:19.085477"], ["updated_at", "2016-10-06 14:49:19.085477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet iure voluptas quam voluptatem et a voluptates.\",\"text\":\"Try to reboot the IB protocol, maybe it will override the open-source driver!\"}"], ["created_at", "2016-10-06 14:49:19.086378"], ["updated_at", "2016-10-06 14:49:19.086378"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam pariatur aut eos est.\",\"text\":\"We need to input the bluetooth XSS microchip!\"}"], ["created_at", "2016-10-06 14:49:19.087248"], ["updated_at", "2016-10-06 14:49:19.087248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab et sit tempore.\",\"text\":\"The JSON system is down, input the auxiliary panel so we can transmit the HTTP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.088196"], ["updated_at", "2016-10-06 14:49:19.088196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos recusandae sed et sunt consequuntur eius.\",\"text\":\"We need to connect the multi-byte EXE monitor!\"}"], ["created_at", "2016-10-06 14:49:19.089109"], ["updated_at", "2016-10-06 14:49:19.089109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim vero at voluptatem fuga.\",\"text\":\"If we override the bandwidth, we can get to the USB feed through the bluetooth XML firewall!\"}"], ["created_at", "2016-10-06 14:49:19.089996"], ["updated_at", "2016-10-06 14:49:19.089996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolorem reprehenderit repellat dolore.\",\"text\":\"The USB bandwidth is down, hack the redundant capacitor so we can bypass the SMTP monitor!\"}"], ["created_at", "2016-10-06 14:49:19.090928"], ["updated_at", "2016-10-06 14:49:19.090928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quia sit voluptatem aut rerum.\",\"text\":\"I'll synthesize the optical RSS matrix, that should microchip the EXE alarm!\"}"], ["created_at", "2016-10-06 14:49:19.091817"], ["updated_at", "2016-10-06 14:49:19.091817"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quam ut ducimus atque quo et.\",\"text\":\"The AI capacitor is down, calculate the primary transmitter so we can transmit the SCSI protocol!\"}"], ["created_at", "2016-10-06 14:49:19.092765"], ["updated_at", "2016-10-06 14:49:19.092765"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At impedit occaecati.\",\"text\":\"I'll index the virtual SMS transmitter, that should panel the FTP sensor!\"}"], ["created_at", "2016-10-06 14:49:19.093676"], ["updated_at", "2016-10-06 14:49:19.093676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis consequatur beatae eum.\",\"text\":\"We need to bypass the solid state XML pixel!\"}"], ["created_at", "2016-10-06 14:49:19.094580"], ["updated_at", "2016-10-06 14:49:19.094580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere quas dolores voluptas et enim explicabo est.\",\"text\":\"We need to back up the auxiliary XSS circuit!\"}"], ["created_at", "2016-10-06 14:49:19.095457"], ["updated_at", "2016-10-06 14:49:19.095457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum accusamus sint.\",\"text\":\"You can't reboot the interface without backing up the haptic AGP feed!\"}"], ["created_at", "2016-10-06 14:49:19.096402"], ["updated_at", "2016-10-06 14:49:19.096402"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit nisi ullam sed.\",\"text\":\"Use the auxiliary AI array, then you can hack the online matrix!\"}"], ["created_at", "2016-10-06 14:49:19.097291"], ["updated_at", "2016-10-06 14:49:19.097291"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti dolore qui atque vero ex soluta.\",\"text\":\"If we navigate the array, we can get to the ADP array through the primary JSON program!\"}"], ["created_at", "2016-10-06 14:49:19.098204"], ["updated_at", "2016-10-06 14:49:19.098204"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit quis quibusdam ut inventore.\",\"text\":\"Navigating the port won't do anything, we need to navigate the online css program!\"}"], ["created_at", "2016-10-06 14:49:19.099076"], ["updated_at", "2016-10-06 14:49:19.099076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora voluptate aspernatur eos non ab rem facilis.\",\"text\":\"Programming the matrix won't do anything, we need to navigate the primary thx feed!\"}"], ["created_at", "2016-10-06 14:49:19.099968"], ["updated_at", "2016-10-06 14:49:19.099968"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias odit maiores sint adipisci dolor qui explicabo.\",\"text\":\"If we quantify the system, we can get to the AGP matrix through the 1080p IB feed!\"}"], ["created_at", "2016-10-06 14:49:19.100831"], ["updated_at", "2016-10-06 14:49:19.100831"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui cumque quia.\",\"text\":\"Try to parse the XSS card, maybe it will back up the cross-platform interface!\"}"], ["created_at", "2016-10-06 14:49:19.101747"], ["updated_at", "2016-10-06 14:49:19.101747"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit ut eos similique alias quaerat et et.\",\"text\":\"Use the 1080p SMTP microchip, then you can parse the open-source hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.102686"], ["updated_at", "2016-10-06 14:49:19.102686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt delectus sed at dolore consequuntur.\",\"text\":\"Use the 1080p FTP card, then you can index the virtual transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.103569"], ["updated_at", "2016-10-06 14:49:19.103569"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut optio exercitationem voluptatem itaque ex.\",\"text\":\"We need to copy the optical IB driver!\"}"], ["created_at", "2016-10-06 14:49:19.104468"], ["updated_at", "2016-10-06 14:49:19.104468"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas est assumenda distinctio recusandae dolorem autem.\",\"text\":\"I'll connect the virtual PNG capacitor, that should bandwidth the ADP firewall!\"}"], ["created_at", "2016-10-06 14:49:19.105404"], ["updated_at", "2016-10-06 14:49:19.105404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum et autem harum dolorum modi nam placeat.\",\"text\":\"Use the auxiliary JSON protocol, then you can quantify the bluetooth feed!\"}"], ["created_at", "2016-10-06 14:49:19.106298"], ["updated_at", "2016-10-06 14:49:19.106298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum ea molestiae pariatur consequatur necessitatibus.\",\"text\":\"If we synthesize the driver, we can get to the IB microchip through the mobile XSS firewall!\"}"], ["created_at", "2016-10-06 14:49:19.107195"], ["updated_at", "2016-10-06 14:49:19.107195"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id sit suscipit consectetur aut.\",\"text\":\"I'll navigate the open-source RSS interface, that should system the SSL program!\"}"], ["created_at", "2016-10-06 14:49:19.108095"], ["updated_at", "2016-10-06 14:49:19.108095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quaerat doloremque eos.\",\"text\":\"Try to back up the TCP feed, maybe it will navigate the auxiliary sensor!\"}"], ["created_at", "2016-10-06 14:49:19.108976"], ["updated_at", "2016-10-06 14:49:19.108976"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem et quas.\",\"text\":\"You can't transmit the firewall without generating the wireless XSS circuit!\"}"], ["created_at", "2016-10-06 14:49:19.109849"], ["updated_at", "2016-10-06 14:49:19.109849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque omnis pariatur suscipit aut dicta minima soluta.\",\"text\":\"I'll reboot the neural HTTP matrix, that should matrix the HTTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.110764"], ["updated_at", "2016-10-06 14:49:19.110764"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore numquam explicabo.\",\"text\":\"Use the haptic AI alarm, then you can index the bluetooth driver!\"}"], ["created_at", "2016-10-06 14:49:19.111627"], ["updated_at", "2016-10-06 14:49:19.111627"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit sint ut qui.\",\"text\":\"We need to hack the open-source TCP program!\"}"], ["created_at", "2016-10-06 14:49:19.112519"], ["updated_at", "2016-10-06 14:49:19.112519"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem expedita sed minima odio rerum aut odit.\",\"text\":\"Try to back up the SSL alarm, maybe it will quantify the solid state pixel!\"}"], ["created_at", "2016-10-06 14:49:19.113399"], ["updated_at", "2016-10-06 14:49:19.113399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est eveniet dolores.\",\"text\":\"Calculating the driver won't do anything, we need to synthesize the back-end rss microchip!\"}"], ["created_at", "2016-10-06 14:49:19.114283"], ["updated_at", "2016-10-06 14:49:19.114283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur aliquid unde sunt velit quae praesentium.\",\"text\":\"We need to reboot the virtual SSL sensor!\"}"], ["created_at", "2016-10-06 14:49:19.115138"], ["updated_at", "2016-10-06 14:49:19.115138"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non velit voluptas odio ipsam deserunt.\",\"text\":\"The SSL system is down, back up the multi-byte bandwidth so we can bypass the AGP hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.116023"], ["updated_at", "2016-10-06 14:49:19.116023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis reiciendis fuga maiores.\",\"text\":\"Navigating the program won't do anything, we need to index the cross-platform ftp driver!\"}"], ["created_at", "2016-10-06 14:49:19.116884"], ["updated_at", "2016-10-06 14:49:19.116884"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas aut voluptatem et facere cum.\",\"text\":\"If we override the transmitter, we can get to the IB sensor through the optical HTTP program!\"}"], ["created_at", "2016-10-06 14:49:19.117761"], ["updated_at", "2016-10-06 14:49:19.117761"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit dicta id est.\",\"text\":\"If we quantify the protocol, we can get to the SMS transmitter through the optical THX microchip!\"}"], ["created_at", "2016-10-06 14:49:19.118646"], ["updated_at", "2016-10-06 14:49:19.118646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea qui odio laboriosam eos ut nesciunt.\",\"text\":\"Try to generate the JBOD port, maybe it will calculate the 1080p monitor!\"}"], ["created_at", "2016-10-06 14:49:19.119546"], ["updated_at", "2016-10-06 14:49:19.119546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut aspernatur voluptatem soluta esse.\",\"text\":\"You can't calculate the feed without connecting the back-end FTP panel!\"}"], ["created_at", "2016-10-06 14:49:19.120430"], ["updated_at", "2016-10-06 14:49:19.120430"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis nemo deleniti.\",\"text\":\"Copying the bus won't do anything, we need to calculate the solid state sdd pixel!\"}"], ["created_at", "2016-10-06 14:49:19.121307"], ["updated_at", "2016-10-06 14:49:19.121307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates unde asperiores consectetur enim error.\",\"text\":\"We need to hack the online PCI transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.122297"], ["updated_at", "2016-10-06 14:49:19.122297"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi explicabo nulla consequatur sed eaque et.\",\"text\":\"We need to copy the optical SSL transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.123295"], ["updated_at", "2016-10-06 14:49:19.123295"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt id qui distinctio molestiae in quae cupiditate.\",\"text\":\"I'll hack the wireless SAS card, that should matrix the SMS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.124289"], ["updated_at", "2016-10-06 14:49:19.124289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem voluptatem facilis nisi ex molestiae.\",\"text\":\"Backing up the pixel won't do anything, we need to bypass the auxiliary ib feed!\"}"], ["created_at", "2016-10-06 14:49:19.125251"], ["updated_at", "2016-10-06 14:49:19.125251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo illo vero praesentium velit et odio veritatis.\",\"text\":\"I'll parse the 1080p THX interface, that should transmitter the XML capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.126226"], ["updated_at", "2016-10-06 14:49:19.126226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum accusamus voluptas quaerat sunt nesciunt iusto.\",\"text\":\"Try to compress the SMTP microchip, maybe it will program the cross-platform port!\"}"], ["created_at", "2016-10-06 14:49:19.127196"], ["updated_at", "2016-10-06 14:49:19.127196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sapiente adipisci dolorum et.\",\"text\":\"If we program the protocol, we can get to the HDD port through the virtual SSL circuit!\"}"], ["created_at", "2016-10-06 14:49:19.128171"], ["updated_at", "2016-10-06 14:49:19.128171"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas asperiores est blanditiis quisquam.\",\"text\":\"If we generate the panel, we can get to the IB hard drive through the redundant SDD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.129140"], ["updated_at", "2016-10-06 14:49:19.129140"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam aut eius voluptatum autem neque repellendus.\",\"text\":\"Try to hack the JBOD system, maybe it will bypass the mobile application!\"}"], ["created_at", "2016-10-06 14:49:19.130163"], ["updated_at", "2016-10-06 14:49:19.130163"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis eum autem.\",\"text\":\"Try to hack the SMTP protocol, maybe it will navigate the haptic alarm!\"}"], ["created_at", "2016-10-06 14:49:19.131190"], ["updated_at", "2016-10-06 14:49:19.131190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum earum ea ipsam id.\",\"text\":\"We need to quantify the neural XSS monitor!\"}"], ["created_at", "2016-10-06 14:49:19.132211"], ["updated_at", "2016-10-06 14:49:19.132211"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima provident deleniti tenetur vitae modi non.\",\"text\":\"If we compress the card, we can get to the JBOD matrix through the wireless SQL application!\"}"], ["created_at", "2016-10-06 14:49:19.133153"], ["updated_at", "2016-10-06 14:49:19.133153"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos consequatur recusandae occaecati.\",\"text\":\"Use the mobile PNG capacitor, then you can copy the 1080p card!\"}"], ["created_at", "2016-10-06 14:49:19.134106"], ["updated_at", "2016-10-06 14:49:19.134106"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat nemo labore.\",\"text\":\"You can't transmit the protocol without copying the 1080p PCI capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.134998"], ["updated_at", "2016-10-06 14:49:19.134998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis voluptates ab et dolore non eligendi laborum.\",\"text\":\"You can't calculate the interface without bypassing the auxiliary JBOD driver!\"}"], ["created_at", "2016-10-06 14:49:19.135884"], ["updated_at", "2016-10-06 14:49:19.135884"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae aut velit harum cupiditate.\",\"text\":\"I'll compress the neural SQL interface, that should firewall the SCSI matrix!\"}"], ["created_at", "2016-10-06 14:49:19.136756"], ["updated_at", "2016-10-06 14:49:19.136756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga facere ad architecto dolor.\",\"text\":\"Quantifying the program won't do anything, we need to quantify the neural hdd bus!\"}"], ["created_at", "2016-10-06 14:49:19.137655"], ["updated_at", "2016-10-06 14:49:19.137655"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis facilis a consequatur sed dolor.\",\"text\":\"Programming the circuit won't do anything, we need to input the auxiliary sms feed!\"}"], ["created_at", "2016-10-06 14:49:19.138601"], ["updated_at", "2016-10-06 14:49:19.138601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum deleniti vel cum quidem voluptatum asperiores.\",\"text\":\"I'll hack the optical TCP program, that should protocol the USB bus!\"}"], ["created_at", "2016-10-06 14:49:19.139497"], ["updated_at", "2016-10-06 14:49:19.139497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ipsa magnam ut.\",\"text\":\"Use the 1080p FTP hard drive, then you can quantify the auxiliary interface!\"}"], ["created_at", "2016-10-06 14:49:19.140388"], ["updated_at", "2016-10-06 14:49:19.140388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis et dolor.\",\"text\":\"The GB protocol is down, copy the primary alarm so we can compress the SDD program!\"}"], ["created_at", "2016-10-06 14:49:19.141277"], ["updated_at", "2016-10-06 14:49:19.141277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In maiores voluptatem.\",\"text\":\"You can't quantify the port without indexing the bluetooth JSON microchip!\"}"], ["created_at", "2016-10-06 14:49:19.142160"], ["updated_at", "2016-10-06 14:49:19.142160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex vel non qui est pariatur consectetur.\",\"text\":\"Try to compress the SDD capacitor, maybe it will input the primary capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.143041"], ["updated_at", "2016-10-06 14:49:19.143041"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur enim possimus dolore in.\",\"text\":\"If we hack the interface, we can get to the RAM matrix through the haptic FTP interface!\"}"], ["created_at", "2016-10-06 14:49:19.143913"], ["updated_at", "2016-10-06 14:49:19.143913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sunt dolore iusto.\",\"text\":\"Connecting the sensor won't do anything, we need to back up the back-end http driver!\"}"], ["created_at", "2016-10-06 14:49:19.144790"], ["updated_at", "2016-10-06 14:49:19.144790"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut rerum repellendus.\",\"text\":\"The PNG monitor is down, override the 1080p sensor so we can bypass the SMS bus!\"}"], ["created_at", "2016-10-06 14:49:19.145646"], ["updated_at", "2016-10-06 14:49:19.145646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem blanditiis aut non eveniet aliquid porro tenetur.\",\"text\":\"You can't hack the capacitor without programming the online SMS transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.146573"], ["updated_at", "2016-10-06 14:49:19.146573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum soluta commodi sit laboriosam.\",\"text\":\"Try to generate the THX protocol, maybe it will index the optical monitor!\"}"], ["created_at", "2016-10-06 14:49:19.147449"], ["updated_at", "2016-10-06 14:49:19.147449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia sed odit voluptatem consectetur unde assumenda.\",\"text\":\"Try to navigate the PNG application, maybe it will hack the primary matrix!\"}"], ["created_at", "2016-10-06 14:49:19.148342"], ["updated_at", "2016-10-06 14:49:19.148342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum voluptatem et dolorem optio similique.\",\"text\":\"Transmitting the transmitter won't do anything, we need to connect the solid state scsi bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.149210"], ["updated_at", "2016-10-06 14:49:19.149210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aliquid aut quisquam doloremque modi vero.\",\"text\":\"We need to transmit the bluetooth TCP transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.150111"], ["updated_at", "2016-10-06 14:49:19.150111"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae eaque non magni aut ipsam consequuntur.\",\"text\":\"Use the back-end IB firewall, then you can back up the digital matrix!\"}"], ["created_at", "2016-10-06 14:49:19.151016"], ["updated_at", "2016-10-06 14:49:19.151016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente labore praesentium itaque repudiandae.\",\"text\":\"Use the back-end HDD circuit, then you can transmit the redundant pixel!\"}"], ["created_at", "2016-10-06 14:49:19.151896"], ["updated_at", "2016-10-06 14:49:19.151896"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque odit numquam nobis quis placeat.\",\"text\":\"The AGP system is down, program the redundant sensor so we can input the PNG array!\"}"], ["created_at", "2016-10-06 14:49:19.152835"], ["updated_at", "2016-10-06 14:49:19.152835"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptatem qui.\",\"text\":\"You can't calculate the card without quantifying the neural RAM feed!\"}"], ["created_at", "2016-10-06 14:49:19.153762"], ["updated_at", "2016-10-06 14:49:19.153762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque quisquam accusamus sint pariatur.\",\"text\":\"I'll transmit the 1080p JSON application, that should bandwidth the JSON array!\"}"], ["created_at", "2016-10-06 14:49:19.154665"], ["updated_at", "2016-10-06 14:49:19.154665"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor corrupti similique.\",\"text\":\"Try to hack the SQL alarm, maybe it will transmit the online transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.155561"], ["updated_at", "2016-10-06 14:49:19.155561"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil voluptatum voluptatem.\",\"text\":\"Backing up the array won't do anything, we need to hack the wireless sdd pixel!\"}"], ["created_at", "2016-10-06 14:49:19.156437"], ["updated_at", "2016-10-06 14:49:19.156437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet molestiae dolor.\",\"text\":\"Try to transmit the COM system, maybe it will compress the bluetooth firewall!\"}"], ["created_at", "2016-10-06 14:49:19.157327"], ["updated_at", "2016-10-06 14:49:19.157327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil aliquid explicabo rerum.\",\"text\":\"You can't compress the program without generating the back-end AGP microchip!\"}"], ["created_at", "2016-10-06 14:49:19.158283"], ["updated_at", "2016-10-06 14:49:19.158283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias et maiores ut.\",\"text\":\"You can't synthesize the driver without synthesizing the neural ADP feed!\"}"], ["created_at", "2016-10-06 14:49:19.159151"], ["updated_at", "2016-10-06 14:49:19.159151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis libero voluptatem quibusdam sed rerum ea sed.\",\"text\":\"Indexing the bus won't do anything, we need to synthesize the optical sql array!\"}"], ["created_at", "2016-10-06 14:49:19.160019"], ["updated_at", "2016-10-06 14:49:19.160019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In ex sunt quidem est aspernatur.\",\"text\":\"I'll bypass the auxiliary JBOD microchip, that should microchip the EXE capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.160967"], ["updated_at", "2016-10-06 14:49:19.160967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est consequatur vitae est est quia reprehenderit.\",\"text\":\"We need to copy the cross-platform SSL panel!\"}"], ["created_at", "2016-10-06 14:49:19.161859"], ["updated_at", "2016-10-06 14:49:19.161859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem inventore et.\",\"text\":\"We need to input the bluetooth TCP transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.162781"], ["updated_at", "2016-10-06 14:49:19.162781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sint quae minima.\",\"text\":\"I'll back up the bluetooth SMTP program, that should transmitter the SCSI transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.163679"], ["updated_at", "2016-10-06 14:49:19.163679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis ex ea molestiae.\",\"text\":\"You can't bypass the protocol without calculating the mobile COM array!\"}"], ["created_at", "2016-10-06 14:49:19.164545"], ["updated_at", "2016-10-06 14:49:19.164545"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis temporibus consequatur praesentium.\",\"text\":\"You can't compress the capacitor without quantifying the multi-byte RAM panel!\"}"], ["created_at", "2016-10-06 14:49:19.165419"], ["updated_at", "2016-10-06 14:49:19.165419"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum nam id eius voluptatem doloribus illum.\",\"text\":\"We need to copy the cross-platform JBOD firewall!\"}"], ["created_at", "2016-10-06 14:49:19.166348"], ["updated_at", "2016-10-06 14:49:19.166348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur deserunt ipsam quia magnam vitae.\",\"text\":\"We need to program the optical SDD sensor!\"}"], ["created_at", "2016-10-06 14:49:19.167244"], ["updated_at", "2016-10-06 14:49:19.167244"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nostrum quis quod quos ut et eveniet.\",\"text\":\"Use the solid state PNG port, then you can synthesize the redundant system!\"}"], ["created_at", "2016-10-06 14:49:19.168153"], ["updated_at", "2016-10-06 14:49:19.168153"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quas harum aliquid dolor dolores esse temporibus.\",\"text\":\"Use the auxiliary XML sensor, then you can back up the bluetooth system!\"}"], ["created_at", "2016-10-06 14:49:19.169061"], ["updated_at", "2016-10-06 14:49:19.169061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque vitae eveniet quidem quae rerum.\",\"text\":\"Try to back up the IB circuit, maybe it will override the redundant pixel!\"}"], ["created_at", "2016-10-06 14:49:19.169937"], ["updated_at", "2016-10-06 14:49:19.169937"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam maiores labore corporis aliquam rem consectetur.\",\"text\":\"Use the mobile TCP bus, then you can compress the solid state system!\"}"], ["created_at", "2016-10-06 14:49:19.170870"], ["updated_at", "2016-10-06 14:49:19.170870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet unde sapiente reprehenderit facere quis sint quia.\",\"text\":\"Use the wireless HDD feed, then you can transmit the solid state matrix!\"}"], ["created_at", "2016-10-06 14:49:19.171753"], ["updated_at", "2016-10-06 14:49:19.171753"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui atque porro quia nihil magni voluptatem.\",\"text\":\"The RSS pixel is down, generate the auxiliary capacitor so we can transmit the CSS matrix!\"}"], ["created_at", "2016-10-06 14:49:19.172639"], ["updated_at", "2016-10-06 14:49:19.172639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem molestiae mollitia tempora sunt.\",\"text\":\"We need to copy the bluetooth SSL firewall!\"}"], ["created_at", "2016-10-06 14:49:19.173502"], ["updated_at", "2016-10-06 14:49:19.173502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A odio quas autem est quaerat ipsam deserunt.\",\"text\":\"Try to parse the AI capacitor, maybe it will connect the bluetooth bus!\"}"], ["created_at", "2016-10-06 14:49:19.174414"], ["updated_at", "2016-10-06 14:49:19.174414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor optio sunt odio sit.\",\"text\":\"The AGP card is down, bypass the multi-byte alarm so we can calculate the RAM program!\"}"], ["created_at", "2016-10-06 14:49:19.175296"], ["updated_at", "2016-10-06 14:49:19.175296"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ratione praesentium et nulla dolorem voluptatum molestias.\",\"text\":\"We need to compress the virtual CSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.176219"], ["updated_at", "2016-10-06 14:49:19.176219"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium et aperiam architecto quam omnis quasi consequatur.\",\"text\":\"I'll copy the redundant RSS bandwidth, that should array the SCSI matrix!\"}"], ["created_at", "2016-10-06 14:49:19.177100"], ["updated_at", "2016-10-06 14:49:19.177100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestiae magnam temporibus iste ex reprehenderit.\",\"text\":\"The RSS card is down, input the auxiliary card so we can transmit the USB interface!\"}"], ["created_at", "2016-10-06 14:49:19.177956"], ["updated_at", "2016-10-06 14:49:19.177956"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis hic voluptatum.\",\"text\":\"We need to bypass the haptic TCP driver!\"}"], ["created_at", "2016-10-06 14:49:19.178874"], ["updated_at", "2016-10-06 14:49:19.178874"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut odit est velit dicta mollitia sunt quaerat.\",\"text\":\"The SMTP circuit is down, synthesize the optical bus so we can input the HDD application!\"}"], ["created_at", "2016-10-06 14:49:19.179796"], ["updated_at", "2016-10-06 14:49:19.179796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil necessitatibus sit et aut laborum velit.\",\"text\":\"We need to generate the wireless EXE bus!\"}"], ["created_at", "2016-10-06 14:49:19.180739"], ["updated_at", "2016-10-06 14:49:19.180739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur rerum ex aut laudantium.\",\"text\":\"I'll parse the online SAS driver, that should circuit the RSS bus!\"}"], ["created_at", "2016-10-06 14:49:19.181654"], ["updated_at", "2016-10-06 14:49:19.181654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et totam saepe cupiditate quaerat qui non rem.\",\"text\":\"I'll generate the haptic AGP card, that should transmitter the THX system!\"}"], ["created_at", "2016-10-06 14:49:19.182609"], ["updated_at", "2016-10-06 14:49:19.182609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas et debitis consequatur incidunt dolorum architecto perferendis.\",\"text\":\"We need to copy the bluetooth JBOD monitor!\"}"], ["created_at", "2016-10-06 14:49:19.183524"], ["updated_at", "2016-10-06 14:49:19.183524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit rerum culpa veritatis iste nisi dolorem.\",\"text\":\"The THX circuit is down, index the redundant driver so we can bypass the AGP circuit!\"}"], ["created_at", "2016-10-06 14:49:19.184395"], ["updated_at", "2016-10-06 14:49:19.184395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In sint delectus repudiandae accusamus modi.\",\"text\":\"Use the bluetooth FTP interface, then you can copy the neural capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.185274"], ["updated_at", "2016-10-06 14:49:19.185274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est perspiciatis dolor magni qui magnam voluptas dolores.\",\"text\":\"I'll compress the optical SMS firewall, that should monitor the XSS system!\"}"], ["created_at", "2016-10-06 14:49:19.186156"], ["updated_at", "2016-10-06 14:49:19.186156"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam soluta hic aut labore placeat.\",\"text\":\"I'll back up the multi-byte SAS bus, that should microchip the SQL array!\"}"], ["created_at", "2016-10-06 14:49:19.187039"], ["updated_at", "2016-10-06 14:49:19.187039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quia autem delectus.\",\"text\":\"Use the 1080p USB monitor, then you can hack the redundant port!\"}"], ["created_at", "2016-10-06 14:49:19.187987"], ["updated_at", "2016-10-06 14:49:19.187987"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et corporis autem.\",\"text\":\"The JSON program is down, compress the haptic driver so we can program the AI feed!\"}"], ["created_at", "2016-10-06 14:49:19.188857"], ["updated_at", "2016-10-06 14:49:19.188857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi sed est.\",\"text\":\"I'll index the virtual XSS program, that should sensor the SSL card!\"}"], ["created_at", "2016-10-06 14:49:19.189755"], ["updated_at", "2016-10-06 14:49:19.189755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore voluptatem sunt iure.\",\"text\":\"I'll copy the mobile HDD system, that should system the XSS application!\"}"], ["created_at", "2016-10-06 14:49:19.190626"], ["updated_at", "2016-10-06 14:49:19.190626"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem eos quibusdam eos.\",\"text\":\"Use the bluetooth JBOD hard drive, then you can bypass the cross-platform firewall!\"}"], ["created_at", "2016-10-06 14:49:19.191513"], ["updated_at", "2016-10-06 14:49:19.191513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat excepturi ut quae.\",\"text\":\"If we back up the array, we can get to the HDD card through the auxiliary EXE firewall!\"}"], ["created_at", "2016-10-06 14:49:19.192396"], ["updated_at", "2016-10-06 14:49:19.192396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quisquam cum accusantium et delectus et.\",\"text\":\"Navigating the panel won't do anything, we need to copy the multi-byte http transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.193316"], ["updated_at", "2016-10-06 14:49:19.193316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam est voluptate qui ex.\",\"text\":\"I'll navigate the multi-byte CSS sensor, that should application the JSON feed!\"}"], ["created_at", "2016-10-06 14:49:19.194212"], ["updated_at", "2016-10-06 14:49:19.194212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos asperiores quam excepturi molestiae eaque quidem sed.\",\"text\":\"I'll calculate the optical SAS panel, that should matrix the SAS sensor!\"}"], ["created_at", "2016-10-06 14:49:19.195098"], ["updated_at", "2016-10-06 14:49:19.195098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis repellendus ex sit.\",\"text\":\"I'll synthesize the cross-platform THX sensor, that should hard drive the SQL array!\"}"], ["created_at", "2016-10-06 14:49:19.196055"], ["updated_at", "2016-10-06 14:49:19.196055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas ipsam consequatur.\",\"text\":\"Try to calculate the PNG protocol, maybe it will override the back-end circuit!\"}"], ["created_at", "2016-10-06 14:49:19.196960"], ["updated_at", "2016-10-06 14:49:19.196960"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus cupiditate alias voluptatem eveniet.\",\"text\":\"We need to input the bluetooth JSON sensor!\"}"], ["created_at", "2016-10-06 14:49:19.197929"], ["updated_at", "2016-10-06 14:49:19.197929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas quos nulla voluptate aut.\",\"text\":\"I'll back up the wireless AI capacitor, that should interface the PCI matrix!\"}"], ["created_at", "2016-10-06 14:49:19.198865"], ["updated_at", "2016-10-06 14:49:19.198865"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates numquam nisi nulla neque pariatur et.\",\"text\":\"The RAM firewall is down, copy the redundant microchip so we can compress the GB circuit!\"}"], ["created_at", "2016-10-06 14:49:19.199770"], ["updated_at", "2016-10-06 14:49:19.199770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum et deleniti ullam soluta quam eos porro.\",\"text\":\"Try to synthesize the SAS pixel, maybe it will index the primary driver!\"}"], ["created_at", "2016-10-06 14:49:19.200668"], ["updated_at", "2016-10-06 14:49:19.200668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil eligendi laudantium sed odio quo nostrum voluptas.\",\"text\":\"We need to parse the cross-platform USB monitor!\"}"], ["created_at", "2016-10-06 14:49:19.201548"], ["updated_at", "2016-10-06 14:49:19.201548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis et sit placeat.\",\"text\":\"Try to connect the AI microchip, maybe it will back up the back-end hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.202501"], ["updated_at", "2016-10-06 14:49:19.202501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis qui tenetur.\",\"text\":\"We need to program the primary COM program!\"}"], ["created_at", "2016-10-06 14:49:19.203421"], ["updated_at", "2016-10-06 14:49:19.203421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores modi ab quam.\",\"text\":\"Use the virtual GB program, then you can navigate the cross-platform port!\"}"], ["created_at", "2016-10-06 14:49:19.204346"], ["updated_at", "2016-10-06 14:49:19.204346"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem voluptatem ab error.\",\"text\":\"The JBOD system is down, hack the auxiliary matrix so we can override the USB system!\"}"], ["created_at", "2016-10-06 14:49:19.205295"], ["updated_at", "2016-10-06 14:49:19.205295"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi eveniet quo praesentium accusamus et.\",\"text\":\"You can't bypass the application without generating the auxiliary RAM interface!\"}"], ["created_at", "2016-10-06 14:49:19.206186"], ["updated_at", "2016-10-06 14:49:19.206186"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut corporis voluptate nihil in sed rerum quo.\",\"text\":\"If we index the panel, we can get to the RSS firewall through the wireless EXE array!\"}"], ["created_at", "2016-10-06 14:49:19.207117"], ["updated_at", "2016-10-06 14:49:19.207117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium consequuntur modi tenetur aut et architecto neque.\",\"text\":\"I'll reboot the bluetooth THX alarm, that should application the SQL protocol!\"}"], ["created_at", "2016-10-06 14:49:19.207979"], ["updated_at", "2016-10-06 14:49:19.207979"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis vel et dolorem facilis.\",\"text\":\"You can't program the transmitter without transmitting the solid state ADP panel!\"}"], ["created_at", "2016-10-06 14:49:19.208866"], ["updated_at", "2016-10-06 14:49:19.208866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et illo eum id nobis.\",\"text\":\"Use the neural SSL program, then you can program the optical program!\"}"], ["created_at", "2016-10-06 14:49:19.209726"], ["updated_at", "2016-10-06 14:49:19.209726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur error est.\",\"text\":\"The CSS pixel is down, bypass the cross-platform bandwidth so we can quantify the AGP interface!\"}"], ["created_at", "2016-10-06 14:49:19.210598"], ["updated_at", "2016-10-06 14:49:19.210598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio sunt dolorum sit.\",\"text\":\"I'll connect the multi-byte ADP application, that should port the SSL array!\"}"], ["created_at", "2016-10-06 14:49:19.211498"], ["updated_at", "2016-10-06 14:49:19.211498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quia assumenda excepturi.\",\"text\":\"Try to program the RSS feed, maybe it will calculate the bluetooth bus!\"}"], ["created_at", "2016-10-06 14:49:19.212374"], ["updated_at", "2016-10-06 14:49:19.212374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptate natus.\",\"text\":\"I'll override the multi-byte CSS microchip, that should feed the AGP port!\"}"], ["created_at", "2016-10-06 14:49:19.213275"], ["updated_at", "2016-10-06 14:49:19.213275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed omnis quis dolorem est.\",\"text\":\"I'll parse the solid state XSS card, that should monitor the PCI monitor!\"}"], ["created_at", "2016-10-06 14:49:19.214148"], ["updated_at", "2016-10-06 14:49:19.214148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero quas ad explicabo consequatur quo nemo voluptas.\",\"text\":\"Use the multi-byte EXE alarm, then you can program the optical program!\"}"], ["created_at", "2016-10-06 14:49:19.215025"], ["updated_at", "2016-10-06 14:49:19.215025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod laboriosam ut ea est.\",\"text\":\"Try to copy the SCSI application, maybe it will connect the optical bus!\"}"], ["created_at", "2016-10-06 14:49:19.215890"], ["updated_at", "2016-10-06 14:49:19.215890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit consectetur sed.\",\"text\":\"You can't reboot the circuit without synthesizing the digital XML firewall!\"}"], ["created_at", "2016-10-06 14:49:19.216771"], ["updated_at", "2016-10-06 14:49:19.216771"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex veniam hic pariatur eligendi incidunt et.\",\"text\":\"If we bypass the card, we can get to the XSS matrix through the neural AGP port!\"}"], ["created_at", "2016-10-06 14:49:19.217634"], ["updated_at", "2016-10-06 14:49:19.217634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente quis est rem et officiis.\",\"text\":\"Try to generate the SSL pixel, maybe it will hack the redundant sensor!\"}"], ["created_at", "2016-10-06 14:49:19.218520"], ["updated_at", "2016-10-06 14:49:19.218520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum sit doloremque consequuntur rem.\",\"text\":\"We need to hack the auxiliary SSL interface!\"}"], ["created_at", "2016-10-06 14:49:19.219396"], ["updated_at", "2016-10-06 14:49:19.219396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero hic minus temporibus adipisci repudiandae.\",\"text\":\"Use the digital FTP pixel, then you can synthesize the 1080p sensor!\"}"], ["created_at", "2016-10-06 14:49:19.220258"], ["updated_at", "2016-10-06 14:49:19.220258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione illum enim.\",\"text\":\"If we bypass the bandwidth, we can get to the HTTP panel through the 1080p PCI capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.221161"], ["updated_at", "2016-10-06 14:49:19.221161"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis minus quia omnis necessitatibus est quia.\",\"text\":\"Navigating the hard drive won't do anything, we need to navigate the back-end sql panel!\"}"], ["created_at", "2016-10-06 14:49:19.222034"], ["updated_at", "2016-10-06 14:49:19.222034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi minus quidem dolorem in architecto nulla.\",\"text\":\"Use the haptic CSS capacitor, then you can synthesize the cross-platform panel!\"}"], ["created_at", "2016-10-06 14:49:19.222941"], ["updated_at", "2016-10-06 14:49:19.222941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut doloremque odit amet quaerat.\",\"text\":\"The SSL circuit is down, transmit the bluetooth bandwidth so we can parse the IB interface!\"}"], ["created_at", "2016-10-06 14:49:19.223840"], ["updated_at", "2016-10-06 14:49:19.223840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod eos facere quia.\",\"text\":\"Synthesizing the card won't do anything, we need to bypass the multi-byte agp microchip!\"}"], ["created_at", "2016-10-06 14:49:19.224722"], ["updated_at", "2016-10-06 14:49:19.224722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo natus ipsam sed et et at id.\",\"text\":\"You can't compress the driver without quantifying the virtual HTTP alarm!\"}"], ["created_at", "2016-10-06 14:49:19.225631"], ["updated_at", "2016-10-06 14:49:19.225631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt voluptatem atque libero.\",\"text\":\"You can't program the array without connecting the auxiliary IB program!\"}"], ["created_at", "2016-10-06 14:49:19.226509"], ["updated_at", "2016-10-06 14:49:19.226509"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam aperiam a dicta ea consectetur est voluptatem.\",\"text\":\"If we quantify the application, we can get to the FTP protocol through the auxiliary SCSI application!\"}"], ["created_at", "2016-10-06 14:49:19.227399"], ["updated_at", "2016-10-06 14:49:19.227399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio voluptates at quo.\",\"text\":\"Indexing the transmitter won't do anything, we need to override the optical gb program!\"}"], ["created_at", "2016-10-06 14:49:19.228328"], ["updated_at", "2016-10-06 14:49:19.228328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate accusantium aut.\",\"text\":\"We need to bypass the cross-platform FTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.229202"], ["updated_at", "2016-10-06 14:49:19.229202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est illo ullam tempora.\",\"text\":\"We need to reboot the primary JBOD sensor!\"}"], ["created_at", "2016-10-06 14:49:19.230094"], ["updated_at", "2016-10-06 14:49:19.230094"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt suscipit nihil doloremque provident dolorum natus.\",\"text\":\"Use the haptic AGP system, then you can copy the virtual feed!\"}"], ["created_at", "2016-10-06 14:49:19.230993"], ["updated_at", "2016-10-06 14:49:19.230993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo sint perspiciatis nihil ut velit ducimus.\",\"text\":\"Compressing the port won't do anything, we need to navigate the solid state tcp card!\"}"], ["created_at", "2016-10-06 14:49:19.231849"], ["updated_at", "2016-10-06 14:49:19.231849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil numquam sed vero tenetur velit distinctio.\",\"text\":\"Indexing the matrix won't do anything, we need to quantify the neural ib hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.232729"], ["updated_at", "2016-10-06 14:49:19.232729"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui ad.\",\"text\":\"The JBOD microchip is down, reboot the neural firewall so we can calculate the RSS pixel!\"}"], ["created_at", "2016-10-06 14:49:19.233591"], ["updated_at", "2016-10-06 14:49:19.233591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore quam ut rerum pariatur.\",\"text\":\"We need to calculate the bluetooth JSON pixel!\"}"], ["created_at", "2016-10-06 14:49:19.234476"], ["updated_at", "2016-10-06 14:49:19.234476"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis ipsam dolor in nihil similique esse saepe.\",\"text\":\"Use the haptic HDD bandwidth, then you can index the multi-byte alarm!\"}"], ["created_at", "2016-10-06 14:49:19.235335"], ["updated_at", "2016-10-06 14:49:19.235335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim vel aspernatur officiis nisi doloremque.\",\"text\":\"Bypassing the protocol won't do anything, we need to input the primary sql bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.236242"], ["updated_at", "2016-10-06 14:49:19.236242"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit ut illo eos.\",\"text\":\"Overriding the bus won't do anything, we need to bypass the optical ram capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.237107"], ["updated_at", "2016-10-06 14:49:19.237107"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident pariatur dolorem vel.\",\"text\":\"If we connect the protocol, we can get to the THX system through the wireless PNG feed!\"}"], ["created_at", "2016-10-06 14:49:19.237999"], ["updated_at", "2016-10-06 14:49:19.237999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque earum placeat voluptatem excepturi voluptatem.\",\"text\":\"I'll quantify the wireless SMTP sensor, that should alarm the SDD feed!\"}"], ["created_at", "2016-10-06 14:49:19.238935"], ["updated_at", "2016-10-06 14:49:19.238935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates nulla ex laudantium quis.\",\"text\":\"If we back up the firewall, we can get to the SQL port through the optical COM transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.239813"], ["updated_at", "2016-10-06 14:49:19.239813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem est adipisci veniam consequatur mollitia.\",\"text\":\"If we bypass the circuit, we can get to the USB array through the virtual SCSI port!\"}"], ["created_at", "2016-10-06 14:49:19.240790"], ["updated_at", "2016-10-06 14:49:19.240790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam et ex nisi inventore et dolores.\",\"text\":\"If we bypass the card, we can get to the RSS feed through the optical XSS pixel!\"}"], ["created_at", "2016-10-06 14:49:19.241676"], ["updated_at", "2016-10-06 14:49:19.241676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At rerum aut eos.\",\"text\":\"You can't generate the hard drive without copying the multi-byte CSS interface!\"}"], ["created_at", "2016-10-06 14:49:19.242653"], ["updated_at", "2016-10-06 14:49:19.242653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio ipsam maxime et qui distinctio molestiae iste.\",\"text\":\"I'll override the cross-platform AI firewall, that should protocol the JSON card!\"}"], ["created_at", "2016-10-06 14:49:19.243528"], ["updated_at", "2016-10-06 14:49:19.243528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus dolorem excepturi quia voluptas explicabo distinctio.\",\"text\":\"I'll quantify the cross-platform SCSI monitor, that should card the IB application!\"}"], ["created_at", "2016-10-06 14:49:19.244412"], ["updated_at", "2016-10-06 14:49:19.244412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi unde nulla facere qui reiciendis assumenda.\",\"text\":\"Use the bluetooth GB sensor, then you can program the mobile capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.245295"], ["updated_at", "2016-10-06 14:49:19.245295"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque distinctio eum odio.\",\"text\":\"Use the redundant SMTP program, then you can input the haptic application!\"}"], ["created_at", "2016-10-06 14:49:19.246228"], ["updated_at", "2016-10-06 14:49:19.246228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia neque voluptas vel ut.\",\"text\":\"If we transmit the feed, we can get to the THX circuit through the cross-platform RAM application!\"}"], ["created_at", "2016-10-06 14:49:19.247166"], ["updated_at", "2016-10-06 14:49:19.247166"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed et eveniet aliquam consequatur tempora explicabo.\",\"text\":\"I'll parse the multi-byte GB alarm, that should monitor the PNG protocol!\"}"], ["created_at", "2016-10-06 14:49:19.248106"], ["updated_at", "2016-10-06 14:49:19.248106"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sequi quia.\",\"text\":\"Try to generate the SCSI array, maybe it will index the multi-byte circuit!\"}"], ["created_at", "2016-10-06 14:49:19.249003"], ["updated_at", "2016-10-06 14:49:19.249003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ea quia velit sapiente deserunt et repellat.\",\"text\":\"If we input the system, we can get to the AGP system through the multi-byte PCI panel!\"}"], ["created_at", "2016-10-06 14:49:19.249866"], ["updated_at", "2016-10-06 14:49:19.249866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim deleniti suscipit ab omnis.\",\"text\":\"Try to calculate the ADP driver, maybe it will index the mobile circuit!\"}"], ["created_at", "2016-10-06 14:49:19.250808"], ["updated_at", "2016-10-06 14:49:19.250808"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum dolor quos quas.\",\"text\":\"We need to parse the open-source SMS alarm!\"}"], ["created_at", "2016-10-06 14:49:19.251695"], ["updated_at", "2016-10-06 14:49:19.251695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et fugit magni itaque ut quas rerum sapiente.\",\"text\":\"The XSS feed is down, connect the optical monitor so we can reboot the GB matrix!\"}"], ["created_at", "2016-10-06 14:49:19.252564"], ["updated_at", "2016-10-06 14:49:19.252564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae vel quaerat magni.\",\"text\":\"Use the redundant HTTP port, then you can generate the solid state interface!\"}"], ["created_at", "2016-10-06 14:49:19.253492"], ["updated_at", "2016-10-06 14:49:19.253492"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos et architecto et consequatur consequatur facilis.\",\"text\":\"Try to bypass the SCSI pixel, maybe it will bypass the digital sensor!\"}"], ["created_at", "2016-10-06 14:49:19.254435"], ["updated_at", "2016-10-06 14:49:19.254435"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam necessitatibus eos soluta consequatur sed voluptas fugit.\",\"text\":\"The HTTP port is down, navigate the cross-platform feed so we can parse the AI circuit!\"}"], ["created_at", "2016-10-06 14:49:19.255325"], ["updated_at", "2016-10-06 14:49:19.255325"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti ad quaerat.\",\"text\":\"You can't hack the application without overriding the redundant CSS panel!\"}"], ["created_at", "2016-10-06 14:49:19.256218"], ["updated_at", "2016-10-06 14:49:19.256218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum nostrum magnam optio.\",\"text\":\"We need to generate the haptic USB interface!\"}"], ["created_at", "2016-10-06 14:49:19.257079"], ["updated_at", "2016-10-06 14:49:19.257079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In minus aut et quis.\",\"text\":\"Overriding the program won't do anything, we need to index the mobile scsi microchip!\"}"], ["created_at", "2016-10-06 14:49:19.257941"], ["updated_at", "2016-10-06 14:49:19.257941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis eum voluptatem.\",\"text\":\"We need to quantify the haptic SCSI hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.258863"], ["updated_at", "2016-10-06 14:49:19.258863"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam odit dolores corporis ut consequatur et molestiae.\",\"text\":\"You can't override the bus without quantifying the open-source HDD application!\"}"], ["created_at", "2016-10-06 14:49:19.259740"], ["updated_at", "2016-10-06 14:49:19.259740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos recusandae et labore vitae.\",\"text\":\"Use the 1080p JSON interface, then you can back up the open-source monitor!\"}"], ["created_at", "2016-10-06 14:49:19.260672"], ["updated_at", "2016-10-06 14:49:19.260672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est autem et.\",\"text\":\"You can't override the matrix without parsing the multi-byte USB matrix!\"}"], ["created_at", "2016-10-06 14:49:19.261529"], ["updated_at", "2016-10-06 14:49:19.261529"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus voluptatibus sit.\",\"text\":\"Indexing the panel won't do anything, we need to override the virtual tcp bus!\"}"], ["created_at", "2016-10-06 14:49:19.262462"], ["updated_at", "2016-10-06 14:49:19.262462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id inventore explicabo laborum.\",\"text\":\"If we back up the monitor, we can get to the SSL program through the wireless SCSI circuit!\"}"], ["created_at", "2016-10-06 14:49:19.263364"], ["updated_at", "2016-10-06 14:49:19.263364"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste error optio ut rerum sequi sapiente ut.\",\"text\":\"I'll copy the online RSS microchip, that should firewall the HTTP array!\"}"], ["created_at", "2016-10-06 14:49:19.264251"], ["updated_at", "2016-10-06 14:49:19.264251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et veritatis sed facere atque sunt autem.\",\"text\":\"Use the bluetooth FTP transmitter, then you can parse the digital matrix!\"}"], ["created_at", "2016-10-06 14:49:19.265179"], ["updated_at", "2016-10-06 14:49:19.265179"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut porro aut voluptates.\",\"text\":\"Try to reboot the JSON bus, maybe it will bypass the primary capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.266053"], ["updated_at", "2016-10-06 14:49:19.266053"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt est odit.\",\"text\":\"I'll hack the neural CSS application, that should array the SMTP interface!\"}"], ["created_at", "2016-10-06 14:49:19.266979"], ["updated_at", "2016-10-06 14:49:19.266979"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed exercitationem eum praesentium.\",\"text\":\"I'll reboot the multi-byte PNG matrix, that should transmitter the AI interface!\"}"], ["created_at", "2016-10-06 14:49:19.267838"], ["updated_at", "2016-10-06 14:49:19.267838"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut facere perspiciatis qui blanditiis sed recusandae ut.\",\"text\":\"Use the digital RSS panel, then you can hack the bluetooth interface!\"}"], ["created_at", "2016-10-06 14:49:19.268725"], ["updated_at", "2016-10-06 14:49:19.268725"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In temporibus accusamus minima iste odio sit.\",\"text\":\"We need to copy the open-source AI protocol!\"}"], ["created_at", "2016-10-06 14:49:19.269596"], ["updated_at", "2016-10-06 14:49:19.269596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo eum sint dolor dolorum.\",\"text\":\"I'll index the haptic AGP transmitter, that should capacitor the FTP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.270504"], ["updated_at", "2016-10-06 14:49:19.270504"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati et commodi ut illo repellat illum officia.\",\"text\":\"Use the haptic FTP pixel, then you can copy the wireless application!\"}"], ["created_at", "2016-10-06 14:49:19.271449"], ["updated_at", "2016-10-06 14:49:19.271449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque alias ipsum commodi aliquam neque inventore.\",\"text\":\"Try to index the COM array, maybe it will generate the 1080p alarm!\"}"], ["created_at", "2016-10-06 14:49:19.272438"], ["updated_at", "2016-10-06 14:49:19.272438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla ut quibusdam possimus ducimus omnis repellat similique.\",\"text\":\"You can't input the sensor without quantifying the back-end JSON hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.273344"], ["updated_at", "2016-10-06 14:49:19.273344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas nihil eos.\",\"text\":\"We need to parse the online SAS sensor!\"}"], ["created_at", "2016-10-06 14:49:19.274301"], ["updated_at", "2016-10-06 14:49:19.274301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et reprehenderit optio qui dicta enim deserunt aut.\",\"text\":\"I'll input the online EXE interface, that should driver the RSS interface!\"}"], ["created_at", "2016-10-06 14:49:19.275224"], ["updated_at", "2016-10-06 14:49:19.275224"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic rem quaerat perspiciatis voluptatibus repudiandae.\",\"text\":\"Programming the transmitter won't do anything, we need to hack the multi-byte ram panel!\"}"], ["created_at", "2016-10-06 14:49:19.276107"], ["updated_at", "2016-10-06 14:49:19.276107"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis non fuga.\",\"text\":\"Use the neural RSS program, then you can bypass the virtual bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.277008"], ["updated_at", "2016-10-06 14:49:19.277008"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et maxime quae molestiae aliquid delectus.\",\"text\":\"I'll copy the primary GB microchip, that should feed the ADP feed!\"}"], ["created_at", "2016-10-06 14:49:19.277893"], ["updated_at", "2016-10-06 14:49:19.277893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil tenetur ullam.\",\"text\":\"If we copy the pixel, we can get to the RSS pixel through the virtual USB transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.278856"], ["updated_at", "2016-10-06 14:49:19.278856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident ducimus eius rerum vero ipsum nam.\",\"text\":\"We need to connect the digital THX sensor!\"}"], ["created_at", "2016-10-06 14:49:19.279787"], ["updated_at", "2016-10-06 14:49:19.279787"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae esse tenetur illo.\",\"text\":\"The ADP interface is down, parse the neural card so we can connect the TCP feed!\"}"], ["created_at", "2016-10-06 14:49:19.280676"], ["updated_at", "2016-10-06 14:49:19.280676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi qui aut tenetur quo dicta hic maxime.\",\"text\":\"Use the digital JSON alarm, then you can override the redundant port!\"}"], ["created_at", "2016-10-06 14:49:19.281577"], ["updated_at", "2016-10-06 14:49:19.281577"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas labore quas et debitis porro est rerum.\",\"text\":\"We need to index the mobile TCP sensor!\"}"], ["created_at", "2016-10-06 14:49:19.282475"], ["updated_at", "2016-10-06 14:49:19.282475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas non quidem et consequatur nihil.\",\"text\":\"Synthesizing the sensor won't do anything, we need to connect the auxiliary scsi monitor!\"}"], ["created_at", "2016-10-06 14:49:19.283374"], ["updated_at", "2016-10-06 14:49:19.283374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor praesentium dicta nesciunt.\",\"text\":\"We need to generate the open-source SMTP firewall!\"}"], ["created_at", "2016-10-06 14:49:19.284328"], ["updated_at", "2016-10-06 14:49:19.284328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum est non.\",\"text\":\"Try to input the AI program, maybe it will override the wireless system!\"}"], ["created_at", "2016-10-06 14:49:19.285237"], ["updated_at", "2016-10-06 14:49:19.285237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut earum maiores qui libero voluptatem qui molestiae.\",\"text\":\"Try to compress the SMS port, maybe it will override the online interface!\"}"], ["created_at", "2016-10-06 14:49:19.286111"], ["updated_at", "2016-10-06 14:49:19.286111"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos rerum assumenda tempora fugit.\",\"text\":\"If we override the hard drive, we can get to the RSS protocol through the mobile SMS alarm!\"}"], ["created_at", "2016-10-06 14:49:19.287026"], ["updated_at", "2016-10-06 14:49:19.287026"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit minus adipisci velit.\",\"text\":\"Parsing the alarm won't do anything, we need to override the 1080p adp program!\"}"], ["created_at", "2016-10-06 14:49:19.287908"], ["updated_at", "2016-10-06 14:49:19.287908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt sed suscipit qui minima.\",\"text\":\"Bypassing the hard drive won't do anything, we need to input the multi-byte agp protocol!\"}"], ["created_at", "2016-10-06 14:49:19.288800"], ["updated_at", "2016-10-06 14:49:19.288800"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima in accusamus ut molestias officia tenetur esse.\",\"text\":\"I'll back up the auxiliary IB feed, that should pixel the TCP interface!\"}"], ["created_at", "2016-10-06 14:49:19.289671"], ["updated_at", "2016-10-06 14:49:19.289671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id fugiat delectus nesciunt.\",\"text\":\"Indexing the protocol won't do anything, we need to synthesize the open-source sdd firewall!\"}"], ["created_at", "2016-10-06 14:49:19.290565"], ["updated_at", "2016-10-06 14:49:19.290565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas fugiat ut.\",\"text\":\"Try to calculate the JSON array, maybe it will generate the solid state panel!\"}"], ["created_at", "2016-10-06 14:49:19.291432"], ["updated_at", "2016-10-06 14:49:19.291432"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam id quisquam.\",\"text\":\"The SMTP protocol is down, bypass the neural matrix so we can quantify the JBOD matrix!\"}"], ["created_at", "2016-10-06 14:49:19.292286"], ["updated_at", "2016-10-06 14:49:19.292286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem aliquid error.\",\"text\":\"We need to navigate the mobile XML protocol!\"}"], ["created_at", "2016-10-06 14:49:19.293170"], ["updated_at", "2016-10-06 14:49:19.293170"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati reiciendis cupiditate rerum dolorem assumenda.\",\"text\":\"Use the neural SCSI program, then you can bypass the back-end alarm!\"}"], ["created_at", "2016-10-06 14:49:19.294029"], ["updated_at", "2016-10-06 14:49:19.294029"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni cupiditate porro temporibus eius fugiat dicta.\",\"text\":\"Programming the bandwidth won't do anything, we need to connect the multi-byte scsi transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.294915"], ["updated_at", "2016-10-06 14:49:19.294915"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro voluptatem perferendis eaque qui doloremque quo.\",\"text\":\"You can't synthesize the circuit without indexing the online AGP application!\"}"], ["created_at", "2016-10-06 14:49:19.295825"], ["updated_at", "2016-10-06 14:49:19.295825"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti ut facere nostrum.\",\"text\":\"You can't back up the alarm without backing up the mobile IB transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.296786"], ["updated_at", "2016-10-06 14:49:19.296786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel perferendis qui laborum.\",\"text\":\"Use the redundant JSON matrix, then you can parse the digital protocol!\"}"], ["created_at", "2016-10-06 14:49:19.297648"], ["updated_at", "2016-10-06 14:49:19.297648"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos facere perferendis sit.\",\"text\":\"I'll quantify the wireless AGP card, that should alarm the SAS microchip!\"}"], ["created_at", "2016-10-06 14:49:19.298534"], ["updated_at", "2016-10-06 14:49:19.298534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas nam id tempore cupiditate exercitationem ipsam quis.\",\"text\":\"The RSS array is down, index the primary capacitor so we can copy the COM sensor!\"}"], ["created_at", "2016-10-06 14:49:19.299425"], ["updated_at", "2016-10-06 14:49:19.299425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt dignissimos fuga sed rem expedita.\",\"text\":\"Try to connect the JBOD feed, maybe it will quantify the wireless alarm!\"}"], ["created_at", "2016-10-06 14:49:19.300288"], ["updated_at", "2016-10-06 14:49:19.300288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut similique totam cupiditate in.\",\"text\":\"We need to input the auxiliary RAM card!\"}"], ["created_at", "2016-10-06 14:49:19.301166"], ["updated_at", "2016-10-06 14:49:19.301166"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius natus nisi.\",\"text\":\"You can't transmit the bus without connecting the virtual HTTP interface!\"}"], ["created_at", "2016-10-06 14:49:19.302054"], ["updated_at", "2016-10-06 14:49:19.302054"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit dolores aliquam quia ex accusamus eos.\",\"text\":\"You can't override the array without copying the open-source XML transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.302935"], ["updated_at", "2016-10-06 14:49:19.302935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui sint praesentium sunt quia.\",\"text\":\"We need to calculate the virtual SCSI monitor!\"}"], ["created_at", "2016-10-06 14:49:19.303815"], ["updated_at", "2016-10-06 14:49:19.303815"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure inventore iusto enim eligendi aut.\",\"text\":\"You can't index the protocol without quantifying the 1080p XSS microchip!\"}"], ["created_at", "2016-10-06 14:49:19.304698"], ["updated_at", "2016-10-06 14:49:19.304698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos voluptatum alias explicabo aut et minima.\",\"text\":\"Use the redundant RSS pixel, then you can quantify the 1080p sensor!\"}"], ["created_at", "2016-10-06 14:49:19.305579"], ["updated_at", "2016-10-06 14:49:19.305579"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas nihil praesentium est facere consectetur.\",\"text\":\"Use the optical FTP protocol, then you can synthesize the cross-platform alarm!\"}"], ["created_at", "2016-10-06 14:49:19.306450"], ["updated_at", "2016-10-06 14:49:19.306450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem repudiandae suscipit consequuntur id vero quia.\",\"text\":\"Use the virtual RSS capacitor, then you can compress the cross-platform firewall!\"}"], ["created_at", "2016-10-06 14:49:19.307337"], ["updated_at", "2016-10-06 14:49:19.307337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque hic doloremque iusto ut quia iste recusandae.\",\"text\":\"I'll synthesize the digital SAS matrix, that should system the USB firewall!\"}"], ["created_at", "2016-10-06 14:49:19.308204"], ["updated_at", "2016-10-06 14:49:19.308204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores dolores sit aliquam.\",\"text\":\"If we compress the transmitter, we can get to the XSS pixel through the cross-platform PNG system!\"}"], ["created_at", "2016-10-06 14:49:19.309085"], ["updated_at", "2016-10-06 14:49:19.309085"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi et perferendis est porro ratione commodi.\",\"text\":\"You can't calculate the interface without copying the digital HDD program!\"}"], ["created_at", "2016-10-06 14:49:19.310014"], ["updated_at", "2016-10-06 14:49:19.310014"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam suscipit illum voluptas voluptatem sunt illo.\",\"text\":\"You can't copy the pixel without calculating the 1080p JSON circuit!\"}"], ["created_at", "2016-10-06 14:49:19.310893"], ["updated_at", "2016-10-06 14:49:19.310893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias laborum nihil et est.\",\"text\":\"If we input the card, we can get to the AI port through the virtual XSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.311788"], ["updated_at", "2016-10-06 14:49:19.311788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non repellat quisquam nulla esse libero ut.\",\"text\":\"I'll connect the back-end PCI firewall, that should protocol the IB protocol!\"}"], ["created_at", "2016-10-06 14:49:19.312664"], ["updated_at", "2016-10-06 14:49:19.312664"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non officia laboriosam error incidunt placeat consequatur repudiandae.\",\"text\":\"Backing up the program won't do anything, we need to compress the neural hdd hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.313556"], ["updated_at", "2016-10-06 14:49:19.313556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod magni in quo in.\",\"text\":\"The USB circuit is down, program the redundant circuit so we can input the GB alarm!\"}"], ["created_at", "2016-10-06 14:49:19.314441"], ["updated_at", "2016-10-06 14:49:19.314441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni voluptatum reiciendis suscipit recusandae quia sit.\",\"text\":\"The GB matrix is down, quantify the virtual monitor so we can navigate the XSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.315309"], ["updated_at", "2016-10-06 14:49:19.315309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor aut unde enim et eos.\",\"text\":\"If we reboot the application, we can get to the EXE array through the wireless TCP monitor!\"}"], ["created_at", "2016-10-06 14:49:19.316190"], ["updated_at", "2016-10-06 14:49:19.316190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti dignissimos et consequatur exercitationem velit.\",\"text\":\"Generating the application won't do anything, we need to copy the solid state com array!\"}"], ["created_at", "2016-10-06 14:49:19.317071"], ["updated_at", "2016-10-06 14:49:19.317071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste magnam quia aliquam eum aperiam.\",\"text\":\"I'll hack the open-source RAM alarm, that should matrix the HTTP sensor!\"}"], ["created_at", "2016-10-06 14:49:19.317931"], ["updated_at", "2016-10-06 14:49:19.317931"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed voluptates maxime labore provident et consectetur.\",\"text\":\"Use the haptic SMS circuit, then you can generate the mobile firewall!\"}"], ["created_at", "2016-10-06 14:49:19.318823"], ["updated_at", "2016-10-06 14:49:19.318823"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis sed quis perspiciatis.\",\"text\":\"You can't generate the bus without connecting the virtual SMTP matrix!\"}"], ["created_at", "2016-10-06 14:49:19.319708"], ["updated_at", "2016-10-06 14:49:19.319708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio doloremque aliquam voluptatem.\",\"text\":\"You can't connect the hard drive without synthesizing the auxiliary XML microchip!\"}"], ["created_at", "2016-10-06 14:49:19.320655"], ["updated_at", "2016-10-06 14:49:19.320655"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam dolorem molestiae rem labore ut architecto.\",\"text\":\"I'll override the open-source SSL interface, that should program the IB port!\"}"], ["created_at", "2016-10-06 14:49:19.321608"], ["updated_at", "2016-10-06 14:49:19.321608"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat quisquam illum voluptas.\",\"text\":\"Programming the port won't do anything, we need to input the mobile png feed!\"}"], ["created_at", "2016-10-06 14:49:19.322531"], ["updated_at", "2016-10-06 14:49:19.322531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut placeat quasi dolorem.\",\"text\":\"The AI bus is down, connect the neural capacitor so we can bypass the PCI sensor!\"}"], ["created_at", "2016-10-06 14:49:19.323424"], ["updated_at", "2016-10-06 14:49:19.323424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A aut cupiditate repellendus veniam.\",\"text\":\"Quantifying the system won't do anything, we need to hack the digital ssl protocol!\"}"], ["created_at", "2016-10-06 14:49:19.324330"], ["updated_at", "2016-10-06 14:49:19.324330"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et temporibus accusantium sit voluptatem non.\",\"text\":\"I'll compress the cross-platform RAM system, that should card the HDD monitor!\"}"], ["created_at", "2016-10-06 14:49:19.325220"], ["updated_at", "2016-10-06 14:49:19.325220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos facere non necessitatibus dolorem cupiditate.\",\"text\":\"Try to transmit the IB card, maybe it will navigate the back-end bus!\"}"], ["created_at", "2016-10-06 14:49:19.326123"], ["updated_at", "2016-10-06 14:49:19.326123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus sequi enim.\",\"text\":\"Use the open-source PNG panel, then you can navigate the solid state capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.327043"], ["updated_at", "2016-10-06 14:49:19.327043"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque quis perspiciatis hic reiciendis.\",\"text\":\"We need to generate the wireless SSL panel!\"}"], ["created_at", "2016-10-06 14:49:19.327953"], ["updated_at", "2016-10-06 14:49:19.327953"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus laborum repellat.\",\"text\":\"Try to bypass the AI alarm, maybe it will copy the redundant driver!\"}"], ["created_at", "2016-10-06 14:49:19.328848"], ["updated_at", "2016-10-06 14:49:19.328848"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta consequuntur ea eaque sequi cumque aliquid.\",\"text\":\"The XML system is down, index the digital application so we can index the FTP interface!\"}"], ["created_at", "2016-10-06 14:49:19.329746"], ["updated_at", "2016-10-06 14:49:19.329746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus eveniet perferendis nesciunt illo aliquid sunt.\",\"text\":\"Try to program the IB panel, maybe it will synthesize the multi-byte monitor!\"}"], ["created_at", "2016-10-06 14:49:19.330709"], ["updated_at", "2016-10-06 14:49:19.330709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero eos voluptatem.\",\"text\":\"Use the digital CSS bus, then you can parse the open-source driver!\"}"], ["created_at", "2016-10-06 14:49:19.331572"], ["updated_at", "2016-10-06 14:49:19.331572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quo et recusandae nulla aut.\",\"text\":\"Parsing the monitor won't do anything, we need to back up the online scsi application!\"}"], ["created_at", "2016-10-06 14:49:19.332456"], ["updated_at", "2016-10-06 14:49:19.332456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem exercitationem autem totam maxime.\",\"text\":\"If we compress the transmitter, we can get to the SDD system through the cross-platform COM protocol!\"}"], ["created_at", "2016-10-06 14:49:19.333322"], ["updated_at", "2016-10-06 14:49:19.333322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores illum autem officiis voluptatem alias rerum impedit.\",\"text\":\"Generating the alarm won't do anything, we need to program the neural agp array!\"}"], ["created_at", "2016-10-06 14:49:19.334259"], ["updated_at", "2016-10-06 14:49:19.334259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit amet natus dolores ducimus placeat repellat.\",\"text\":\"I'll compress the open-source SQL firewall, that should driver the SSL capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.335161"], ["updated_at", "2016-10-06 14:49:19.335161"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas nisi dolor quae et quaerat aut atque.\",\"text\":\"Use the redundant HDD firewall, then you can parse the mobile circuit!\"}"], ["created_at", "2016-10-06 14:49:19.336032"], ["updated_at", "2016-10-06 14:49:19.336032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde molestias officia qui odit recusandae et.\",\"text\":\"Try to index the SAS pixel, maybe it will connect the mobile port!\"}"], ["created_at", "2016-10-06 14:49:19.336928"], ["updated_at", "2016-10-06 14:49:19.336928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident quia suscipit ipsa nihil error facilis eveniet.\",\"text\":\"Try to connect the THX array, maybe it will transmit the back-end array!\"}"], ["created_at", "2016-10-06 14:49:19.337836"], ["updated_at", "2016-10-06 14:49:19.337836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius velit laudantium sed dolores.\",\"text\":\"You can't back up the protocol without connecting the online AI program!\"}"], ["created_at", "2016-10-06 14:49:19.338757"], ["updated_at", "2016-10-06 14:49:19.338757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sunt est est et nulla maxime.\",\"text\":\"The XSS bandwidth is down, input the open-source array so we can bypass the IB transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.339645"], ["updated_at", "2016-10-06 14:49:19.339645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic consequatur qui iusto in voluptates sit ipsum.\",\"text\":\"I'll calculate the digital JBOD interface, that should microchip the IB application!\"}"], ["created_at", "2016-10-06 14:49:19.340586"], ["updated_at", "2016-10-06 14:49:19.340586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum maiores optio ullam suscipit.\",\"text\":\"I'll generate the bluetooth RSS panel, that should transmitter the HDD interface!\"}"], ["created_at", "2016-10-06 14:49:19.341489"], ["updated_at", "2016-10-06 14:49:19.341489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet dolores quia repellendus soluta tempore quibusdam.\",\"text\":\"Try to override the PNG pixel, maybe it will bypass the wireless bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.342450"], ["updated_at", "2016-10-06 14:49:19.342450"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus eos totam repellendus animi delectus unde dolor.\",\"text\":\"Use the primary GB transmitter, then you can back up the auxiliary transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.343368"], ["updated_at", "2016-10-06 14:49:19.343368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ut aut accusamus.\",\"text\":\"Try to synthesize the IB bus, maybe it will bypass the digital firewall!\"}"], ["created_at", "2016-10-06 14:49:19.344257"], ["updated_at", "2016-10-06 14:49:19.344257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ipsam quia et quidem voluptas.\",\"text\":\"Try to hack the RAM circuit, maybe it will compress the 1080p program!\"}"], ["created_at", "2016-10-06 14:49:19.345124"], ["updated_at", "2016-10-06 14:49:19.345124"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi non blanditiis iure amet iste soluta.\",\"text\":\"Use the haptic TCP microchip, then you can navigate the multi-byte application!\"}"], ["created_at", "2016-10-06 14:49:19.346039"], ["updated_at", "2016-10-06 14:49:19.346039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi nesciunt quo aut et eveniet.\",\"text\":\"Try to compress the JSON protocol, maybe it will program the multi-byte hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.346966"], ["updated_at", "2016-10-06 14:49:19.346966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus quia mollitia nihil incidunt necessitatibus.\",\"text\":\"Try to index the SMS protocol, maybe it will bypass the virtual card!\"}"], ["created_at", "2016-10-06 14:49:19.347848"], ["updated_at", "2016-10-06 14:49:19.347848"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At aspernatur odit ducimus.\",\"text\":\"Use the 1080p AI array, then you can program the auxiliary bus!\"}"], ["created_at", "2016-10-06 14:49:19.348742"], ["updated_at", "2016-10-06 14:49:19.348742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus magni accusamus ipsum.\",\"text\":\"Backing up the application won't do anything, we need to parse the digital png alarm!\"}"], ["created_at", "2016-10-06 14:49:19.349672"], ["updated_at", "2016-10-06 14:49:19.349672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio temporibus ut labore occaecati aut.\",\"text\":\"You can't override the port without quantifying the 1080p ADP program!\"}"], ["created_at", "2016-10-06 14:49:19.350594"], ["updated_at", "2016-10-06 14:49:19.350594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur provident deserunt quisquam sed.\",\"text\":\"We need to index the optical THX transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.351500"], ["updated_at", "2016-10-06 14:49:19.351500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam illo aut voluptatem ipsa voluptates ex.\",\"text\":\"The JBOD transmitter is down, override the primary microchip so we can reboot the XML protocol!\"}"], ["created_at", "2016-10-06 14:49:19.352441"], ["updated_at", "2016-10-06 14:49:19.352441"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate in vel sit est vel suscipit est.\",\"text\":\"If we transmit the interface, we can get to the USB alarm through the multi-byte JBOD firewall!\"}"], ["created_at", "2016-10-06 14:49:19.353434"], ["updated_at", "2016-10-06 14:49:19.353434"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos qui nihil impedit modi est.\",\"text\":\"Use the solid state SAS driver, then you can override the open-source monitor!\"}"], ["created_at", "2016-10-06 14:49:19.354553"], ["updated_at", "2016-10-06 14:49:19.354553"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae autem ea molestias dolores praesentium provident omnis.\",\"text\":\"Transmitting the transmitter won't do anything, we need to bypass the redundant agp bus!\"}"], ["created_at", "2016-10-06 14:49:19.355597"], ["updated_at", "2016-10-06 14:49:19.355597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia vitae omnis sequi odit voluptates repellat ex.\",\"text\":\"Hacking the interface won't do anything, we need to compress the neural css feed!\"}"], ["created_at", "2016-10-06 14:49:19.356597"], ["updated_at", "2016-10-06 14:49:19.356597"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam recusandae doloremque.\",\"text\":\"Try to bypass the GB bandwidth, maybe it will calculate the bluetooth matrix!\"}"], ["created_at", "2016-10-06 14:49:19.357596"], ["updated_at", "2016-10-06 14:49:19.357596"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut nostrum accusantium.\",\"text\":\"Try to input the SAS matrix, maybe it will program the multi-byte interface!\"}"], ["created_at", "2016-10-06 14:49:19.358647"], ["updated_at", "2016-10-06 14:49:19.358647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi aut quos.\",\"text\":\"Navigating the alarm won't do anything, we need to quantify the solid state usb capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.359640"], ["updated_at", "2016-10-06 14:49:19.359640"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse magnam nisi quisquam.\",\"text\":\"We need to navigate the virtual SAS circuit!\"}"], ["created_at", "2016-10-06 14:49:19.360605"], ["updated_at", "2016-10-06 14:49:19.360605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut suscipit et officiis deserunt culpa qui at.\",\"text\":\"Try to bypass the SAS system, maybe it will copy the bluetooth program!\"}"], ["created_at", "2016-10-06 14:49:19.361582"], ["updated_at", "2016-10-06 14:49:19.361582"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id rerum architecto.\",\"text\":\"The TCP monitor is down, transmit the bluetooth array so we can parse the HDD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.362595"], ["updated_at", "2016-10-06 14:49:19.362595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptatum soluta perspiciatis voluptatem numquam nam quos.\",\"text\":\"Try to parse the COM interface, maybe it will parse the mobile array!\"}"], ["created_at", "2016-10-06 14:49:19.363650"], ["updated_at", "2016-10-06 14:49:19.363650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut culpa quia quia et doloremque nobis.\",\"text\":\"The JSON sensor is down, compress the multi-byte array so we can calculate the PNG monitor!\"}"], ["created_at", "2016-10-06 14:49:19.364688"], ["updated_at", "2016-10-06 14:49:19.364688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis magni nostrum ea qui molestiae perferendis.\",\"text\":\"The IB bus is down, bypass the virtual system so we can copy the SMS alarm!\"}"], ["created_at", "2016-10-06 14:49:19.365742"], ["updated_at", "2016-10-06 14:49:19.365742"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni pariatur nihil minus.\",\"text\":\"You can't synthesize the monitor without quantifying the solid state AGP panel!\"}"], ["created_at", "2016-10-06 14:49:19.366787"], ["updated_at", "2016-10-06 14:49:19.366787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut omnis inventore praesentium dicta aliquid.\",\"text\":\"The THX bus is down, index the mobile transmitter so we can override the AI protocol!\"}"], ["created_at", "2016-10-06 14:49:19.367836"], ["updated_at", "2016-10-06 14:49:19.367836"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio optio ea autem ut molestiae.\",\"text\":\"If we hack the application, we can get to the AI array through the digital ADP alarm!\"}"], ["created_at", "2016-10-06 14:49:19.368815"], ["updated_at", "2016-10-06 14:49:19.368815"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste et cum et dolores numquam.\",\"text\":\"Use the cross-platform SMTP system, then you can copy the cross-platform application!\"}"], ["created_at", "2016-10-06 14:49:19.369770"], ["updated_at", "2016-10-06 14:49:19.369770"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil est amet omnis et eos adipisci nobis.\",\"text\":\"You can't transmit the panel without overriding the multi-byte AGP driver!\"}"], ["created_at", "2016-10-06 14:49:19.371817"], ["updated_at", "2016-10-06 14:49:19.371817"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita libero neque sed possimus.\",\"text\":\"If we program the application, we can get to the FTP driver through the neural GB card!\"}"], ["created_at", "2016-10-06 14:49:19.373970"], ["updated_at", "2016-10-06 14:49:19.373970"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique consequatur consectetur necessitatibus hic.\",\"text\":\"The USB protocol is down, quantify the bluetooth panel so we can transmit the XML firewall!\"}"], ["created_at", "2016-10-06 14:49:19.375330"], ["updated_at", "2016-10-06 14:49:19.375330"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque placeat quia consequuntur.\",\"text\":\"If we back up the application, we can get to the SMTP bandwidth through the auxiliary XSS bus!\"}"], ["created_at", "2016-10-06 14:49:19.376397"], ["updated_at", "2016-10-06 14:49:19.376397"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi voluptas et sapiente consectetur.\",\"text\":\"Use the mobile USB hard drive, then you can back up the online application!\"}"], ["created_at", "2016-10-06 14:49:19.377465"], ["updated_at", "2016-10-06 14:49:19.377465"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptas aut iusto consequuntur harum quia voluptatem.\",\"text\":\"Use the virtual CSS circuit, then you can quantify the digital driver!\"}"], ["created_at", "2016-10-06 14:49:19.378514"], ["updated_at", "2016-10-06 14:49:19.378514"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta perspiciatis facere vitae impedit optio voluptatibus et.\",\"text\":\"You can't calculate the protocol without quantifying the bluetooth SAS microchip!\"}"], ["created_at", "2016-10-06 14:49:19.379570"], ["updated_at", "2016-10-06 14:49:19.379570"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam ut ipsam.\",\"text\":\"You can't back up the system without backing up the neural AI system!\"}"], ["created_at", "2016-10-06 14:49:19.380559"], ["updated_at", "2016-10-06 14:49:19.380559"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt ea laborum amet corrupti ut vel.\",\"text\":\"Programming the microchip won't do anything, we need to program the open-source css panel!\"}"], ["created_at", "2016-10-06 14:49:19.381537"], ["updated_at", "2016-10-06 14:49:19.381537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit occaecati vel maxime repudiandae tempora.\",\"text\":\"Use the redundant CSS monitor, then you can synthesize the back-end panel!\"}"], ["created_at", "2016-10-06 14:49:19.382543"], ["updated_at", "2016-10-06 14:49:19.382543"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis sit optio est et nihil.\",\"text\":\"Use the optical SQL program, then you can index the solid state hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.383501"], ["updated_at", "2016-10-06 14:49:19.383501"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci quis hic possimus accusantium qui quos amet.\",\"text\":\"Use the digital JBOD sensor, then you can quantify the neural monitor!\"}"], ["created_at", "2016-10-06 14:49:19.384444"], ["updated_at", "2016-10-06 14:49:19.384444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut accusamus sunt aperiam et quod.\",\"text\":\"The COM matrix is down, synthesize the back-end array so we can back up the USB feed!\"}"], ["created_at", "2016-10-06 14:49:19.385374"], ["updated_at", "2016-10-06 14:49:19.385374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia reiciendis exercitationem dolor vel.\",\"text\":\"We need to index the cross-platform GB pixel!\"}"], ["created_at", "2016-10-06 14:49:19.386308"], ["updated_at", "2016-10-06 14:49:19.386308"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo soluta aut.\",\"text\":\"Connecting the panel won't do anything, we need to program the bluetooth sms application!\"}"], ["created_at", "2016-10-06 14:49:19.387233"], ["updated_at", "2016-10-06 14:49:19.387233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia atque mollitia expedita quibusdam amet.\",\"text\":\"If we parse the system, we can get to the THX bus through the redundant SAS circuit!\"}"], ["created_at", "2016-10-06 14:49:19.388200"], ["updated_at", "2016-10-06 14:49:19.388200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora ex porro dolorem repellat ipsam in.\",\"text\":\"You can't index the protocol without backing up the 1080p SQL protocol!\"}"], ["created_at", "2016-10-06 14:49:19.389118"], ["updated_at", "2016-10-06 14:49:19.389118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint possimus rem autem.\",\"text\":\"If we back up the capacitor, we can get to the ADP pixel through the solid state SSL microchip!\"}"], ["created_at", "2016-10-06 14:49:19.390016"], ["updated_at", "2016-10-06 14:49:19.390016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias dolorum facere omnis fuga tempora perspiciatis magnam.\",\"text\":\"I'll program the virtual SQL port, that should program the GB protocol!\"}"], ["created_at", "2016-10-06 14:49:19.390949"], ["updated_at", "2016-10-06 14:49:19.390949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam cum facere.\",\"text\":\"Copying the alarm won't do anything, we need to hack the haptic css sensor!\"}"], ["created_at", "2016-10-06 14:49:19.391861"], ["updated_at", "2016-10-06 14:49:19.391861"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nesciunt qui rerum distinctio expedita.\",\"text\":\"If we quantify the microchip, we can get to the THX panel through the open-source SMS card!\"}"], ["created_at", "2016-10-06 14:49:19.392768"], ["updated_at", "2016-10-06 14:49:19.392768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod dolores est veniam soluta.\",\"text\":\"We need to compress the multi-byte XSS protocol!\"}"], ["created_at", "2016-10-06 14:49:19.393671"], ["updated_at", "2016-10-06 14:49:19.393671"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum odit et dicta aspernatur sit ad.\",\"text\":\"We need to generate the virtual IB pixel!\"}"], ["created_at", "2016-10-06 14:49:19.394591"], ["updated_at", "2016-10-06 14:49:19.394591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure nobis qui deleniti vel eligendi quaerat eum.\",\"text\":\"Use the neural THX sensor, then you can hack the wireless system!\"}"], ["created_at", "2016-10-06 14:49:19.395529"], ["updated_at", "2016-10-06 14:49:19.395529"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro tenetur consequuntur voluptas.\",\"text\":\"You can't synthesize the circuit without transmitting the mobile SMTP alarm!\"}"], ["created_at", "2016-10-06 14:49:19.396454"], ["updated_at", "2016-10-06 14:49:19.396454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sed quia ea nobis.\",\"text\":\"Indexing the port won't do anything, we need to back up the wireless exe driver!\"}"], ["created_at", "2016-10-06 14:49:19.397372"], ["updated_at", "2016-10-06 14:49:19.397372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia ab possimus blanditiis reprehenderit aut repudiandae adipisci.\",\"text\":\"If we copy the port, we can get to the SMS firewall through the primary ADP program!\"}"], ["created_at", "2016-10-06 14:49:19.398313"], ["updated_at", "2016-10-06 14:49:19.398313"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non omnis sit autem enim.\",\"text\":\"I'll compress the multi-byte COM transmitter, that should protocol the PNG sensor!\"}"], ["created_at", "2016-10-06 14:49:19.399215"], ["updated_at", "2016-10-06 14:49:19.399215"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut doloribus et.\",\"text\":\"If we transmit the application, we can get to the CSS panel through the neural IB monitor!\"}"], ["created_at", "2016-10-06 14:49:19.400355"], ["updated_at", "2016-10-06 14:49:19.400355"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem adipisci quisquam eligendi enim corrupti.\",\"text\":\"Try to back up the GB bandwidth, maybe it will index the open-source transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.401489"], ["updated_at", "2016-10-06 14:49:19.401489"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic beatae harum culpa enim est deleniti.\",\"text\":\"Use the solid state EXE driver, then you can bypass the haptic capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.402741"], ["updated_at", "2016-10-06 14:49:19.402741"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum sit omnis officiis.\",\"text\":\"The IB matrix is down, navigate the cross-platform microchip so we can navigate the CSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.404248"], ["updated_at", "2016-10-06 14:49:19.404248"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad magnam facilis earum optio eaque ea nemo.\",\"text\":\"Use the haptic ADP sensor, then you can index the back-end sensor!\"}"], ["created_at", "2016-10-06 14:49:19.405915"], ["updated_at", "2016-10-06 14:49:19.405915"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam sed est tenetur eligendi.\",\"text\":\"We need to hack the auxiliary XSS alarm!\"}"], ["created_at", "2016-10-06 14:49:19.407959"], ["updated_at", "2016-10-06 14:49:19.407959"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est itaque voluptas laboriosam et quasi.\",\"text\":\"We need to hack the wireless SCSI panel!\"}"], ["created_at", "2016-10-06 14:49:19.411986"], ["updated_at", "2016-10-06 14:49:19.411986"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus et in.\",\"text\":\"If we compress the port, we can get to the HTTP feed through the open-source SQL alarm!\"}"], ["created_at", "2016-10-06 14:49:19.413502"], ["updated_at", "2016-10-06 14:49:19.413502"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia repellendus voluptas eaque libero eligendi.\",\"text\":\"Use the haptic RAM sensor, then you can connect the digital protocol!\"}"], ["created_at", "2016-10-06 14:49:19.414690"], ["updated_at", "2016-10-06 14:49:19.414690"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum repellat velit ut recusandae delectus commodi labore.\",\"text\":\"The JSON bus is down, quantify the digital driver so we can reboot the SAS program!\"}"], ["created_at", "2016-10-06 14:49:19.415719"], ["updated_at", "2016-10-06 14:49:19.415719"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quidem vitae recusandae qui mollitia ut.\",\"text\":\"You can't program the alarm without quantifying the wireless SDD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.416714"], ["updated_at", "2016-10-06 14:49:19.416714"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed voluptas consectetur rerum delectus.\",\"text\":\"I'll quantify the redundant CSS bus, that should circuit the COM matrix!\"}"], ["created_at", "2016-10-06 14:49:19.417690"], ["updated_at", "2016-10-06 14:49:19.417690"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem quos itaque.\",\"text\":\"If we transmit the bandwidth, we can get to the RAM port through the cross-platform GB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.418659"], ["updated_at", "2016-10-06 14:49:19.418659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate beatae voluptatem et.\",\"text\":\"If we calculate the pixel, we can get to the FTP port through the wireless ADP transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.419609"], ["updated_at", "2016-10-06 14:49:19.419609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur est earum sint eveniet expedita rerum voluptatem.\",\"text\":\"The THX port is down, connect the online program so we can calculate the SMS program!\"}"], ["created_at", "2016-10-06 14:49:19.420610"], ["updated_at", "2016-10-06 14:49:19.420610"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed laudantium doloribus porro explicabo neque.\",\"text\":\"The SMS application is down, copy the mobile pixel so we can reboot the SSL system!\"}"], ["created_at", "2016-10-06 14:49:19.421583"], ["updated_at", "2016-10-06 14:49:19.421583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam veritatis qui aut numquam eos eligendi in.\",\"text\":\"You can't calculate the hard drive without hacking the back-end SMS panel!\"}"], ["created_at", "2016-10-06 14:49:19.422525"], ["updated_at", "2016-10-06 14:49:19.422525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo corporis cum dicta ratione id omnis quos.\",\"text\":\"You can't hack the driver without synthesizing the neural USB bus!\"}"], ["created_at", "2016-10-06 14:49:19.423465"], ["updated_at", "2016-10-06 14:49:19.423465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae aliquid nemo sit.\",\"text\":\"Try to navigate the JBOD feed, maybe it will override the solid state capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.424394"], ["updated_at", "2016-10-06 14:49:19.424394"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores distinctio quod et velit alias ducimus.\",\"text\":\"I'll parse the cross-platform CSS array, that should protocol the USB bus!\"}"], ["created_at", "2016-10-06 14:49:19.425310"], ["updated_at", "2016-10-06 14:49:19.425310"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab molestiae nostrum ullam.\",\"text\":\"If we connect the sensor, we can get to the XML monitor through the multi-byte SSL matrix!\"}"], ["created_at", "2016-10-06 14:49:19.426267"], ["updated_at", "2016-10-06 14:49:19.426267"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat dicta est porro sit natus.\",\"text\":\"If we synthesize the interface, we can get to the USB application through the optical JSON system!\"}"], ["created_at", "2016-10-06 14:49:19.427182"], ["updated_at", "2016-10-06 14:49:19.427182"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo eaque nam quis occaecati.\",\"text\":\"Try to program the FTP pixel, maybe it will bypass the digital pixel!\"}"], ["created_at", "2016-10-06 14:49:19.428086"], ["updated_at", "2016-10-06 14:49:19.428086"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime ut aut praesentium.\",\"text\":\"The EXE pixel is down, navigate the solid state driver so we can calculate the HDD firewall!\"}"], ["created_at", "2016-10-06 14:49:19.429001"], ["updated_at", "2016-10-06 14:49:19.429001"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam rerum ullam.\",\"text\":\"I'll back up the optical SCSI firewall, that should hard drive the XML driver!\"}"], ["created_at", "2016-10-06 14:49:19.430019"], ["updated_at", "2016-10-06 14:49:19.430019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit quia nulla qui sunt.\",\"text\":\"Try to quantify the SSL system, maybe it will generate the haptic pixel!\"}"], ["created_at", "2016-10-06 14:49:19.430991"], ["updated_at", "2016-10-06 14:49:19.430991"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium et rem culpa id doloribus.\",\"text\":\"Parsing the application won't do anything, we need to transmit the open-source rss bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.431894"], ["updated_at", "2016-10-06 14:49:19.431894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At maiores commodi harum sunt quaerat.\",\"text\":\"I'll navigate the open-source RAM circuit, that should application the XML program!\"}"], ["created_at", "2016-10-06 14:49:19.432807"], ["updated_at", "2016-10-06 14:49:19.432807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut eaque culpa omnis quam veritatis facere exercitationem.\",\"text\":\"You can't connect the matrix without navigating the solid state RAM application!\"}"], ["created_at", "2016-10-06 14:49:19.433709"], ["updated_at", "2016-10-06 14:49:19.433709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa exercitationem magni enim sed.\",\"text\":\"Connecting the circuit won't do anything, we need to index the bluetooth jbod alarm!\"}"], ["created_at", "2016-10-06 14:49:19.434670"], ["updated_at", "2016-10-06 14:49:19.434670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero non dolorum hic consequatur sed.\",\"text\":\"I'll hack the cross-platform XSS program, that should matrix the JSON interface!\"}"], ["created_at", "2016-10-06 14:49:19.435624"], ["updated_at", "2016-10-06 14:49:19.435624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium necessitatibus nesciunt.\",\"text\":\"I'll parse the digital SDD sensor, that should bandwidth the AI bus!\"}"], ["created_at", "2016-10-06 14:49:19.436561"], ["updated_at", "2016-10-06 14:49:19.436561"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui autem vel.\",\"text\":\"Try to bypass the SSL circuit, maybe it will compress the 1080p interface!\"}"], ["created_at", "2016-10-06 14:49:19.437480"], ["updated_at", "2016-10-06 14:49:19.437480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus ducimus ex necessitatibus nihil adipisci.\",\"text\":\"I'll calculate the 1080p JSON hard drive, that should transmitter the JSON protocol!\"}"], ["created_at", "2016-10-06 14:49:19.438415"], ["updated_at", "2016-10-06 14:49:19.438415"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque unde id aspernatur nobis reiciendis.\",\"text\":\"If we override the pixel, we can get to the SMS driver through the neural SMS circuit!\"}"], ["created_at", "2016-10-06 14:49:19.439318"], ["updated_at", "2016-10-06 14:49:19.439318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic veritatis laborum.\",\"text\":\"The GB system is down, parse the virtual alarm so we can index the TCP program!\"}"], ["created_at", "2016-10-06 14:49:19.440257"], ["updated_at", "2016-10-06 14:49:19.440257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt sint amet natus est inventore.\",\"text\":\"The SMS sensor is down, parse the redundant feed so we can program the THX bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.441190"], ["updated_at", "2016-10-06 14:49:19.441190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui consequatur repudiandae aut.\",\"text\":\"If we compress the matrix, we can get to the RAM system through the solid state FTP circuit!\"}"], ["created_at", "2016-10-06 14:49:19.442164"], ["updated_at", "2016-10-06 14:49:19.442164"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum illum quidem molestias voluptatem rerum quo.\",\"text\":\"Try to override the IB protocol, maybe it will quantify the optical port!\"}"], ["created_at", "2016-10-06 14:49:19.443111"], ["updated_at", "2016-10-06 14:49:19.443111"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ea nesciunt aut voluptates et.\",\"text\":\"You can't calculate the array without navigating the optical SMTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.444046"], ["updated_at", "2016-10-06 14:49:19.444046"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae beatae placeat voluptatem.\",\"text\":\"You can't back up the bus without calculating the bluetooth USB bus!\"}"], ["created_at", "2016-10-06 14:49:19.444960"], ["updated_at", "2016-10-06 14:49:19.444960"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia ipsum adipisci vel reprehenderit.\",\"text\":\"You can't input the application without compressing the online IB bus!\"}"], ["created_at", "2016-10-06 14:49:19.445885"], ["updated_at", "2016-10-06 14:49:19.445885"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere ipsam debitis quos minima laudantium non odio.\",\"text\":\"Use the redundant SCSI protocol, then you can generate the mobile bus!\"}"], ["created_at", "2016-10-06 14:49:19.446836"], ["updated_at", "2016-10-06 14:49:19.446836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo aut quibusdam corrupti consequatur.\",\"text\":\"Try to parse the GB circuit, maybe it will reboot the bluetooth interface!\"}"], ["created_at", "2016-10-06 14:49:19.447774"], ["updated_at", "2016-10-06 14:49:19.447774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem enim sunt et.\",\"text\":\"We need to bypass the haptic THX alarm!\"}"], ["created_at", "2016-10-06 14:49:19.448668"], ["updated_at", "2016-10-06 14:49:19.448668"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure debitis aut suscipit et.\",\"text\":\"The GB bandwidth is down, program the open-source hard drive so we can back up the SMTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.449559"], ["updated_at", "2016-10-06 14:49:19.449559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae voluptate atque voluptatum aperiam rerum.\",\"text\":\"You can't reboot the protocol without bypassing the redundant THX bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.450470"], ["updated_at", "2016-10-06 14:49:19.450470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta corporis rerum.\",\"text\":\"Try to quantify the XSS monitor, maybe it will reboot the virtual feed!\"}"], ["created_at", "2016-10-06 14:49:19.451384"], ["updated_at", "2016-10-06 14:49:19.451384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore perspiciatis sed facilis.\",\"text\":\"Use the auxiliary SMS matrix, then you can navigate the cross-platform bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.452320"], ["updated_at", "2016-10-06 14:49:19.452320"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum nobis dolorum ea sit.\",\"text\":\"Try to hack the HTTP monitor, maybe it will reboot the multi-byte interface!\"}"], ["created_at", "2016-10-06 14:49:19.453222"], ["updated_at", "2016-10-06 14:49:19.453222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas molestias commodi.\",\"text\":\"The ADP system is down, reboot the wireless pixel so we can parse the GB panel!\"}"], ["created_at", "2016-10-06 14:49:19.454215"], ["updated_at", "2016-10-06 14:49:19.454215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex facilis cupiditate inventore nisi nihil porro.\",\"text\":\"You can't bypass the bandwidth without backing up the mobile PNG bus!\"}"], ["created_at", "2016-10-06 14:49:19.455244"], ["updated_at", "2016-10-06 14:49:19.455244"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt facere fugit maiores.\",\"text\":\"If we input the port, we can get to the ADP array through the auxiliary SDD transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.456145"], ["updated_at", "2016-10-06 14:49:19.456145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et illum et iste ut ut.\",\"text\":\"Try to compress the PCI program, maybe it will reboot the optical sensor!\"}"], ["created_at", "2016-10-06 14:49:19.457036"], ["updated_at", "2016-10-06 14:49:19.457036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus aut fugiat sit fugit porro eum a.\",\"text\":\"I'll quantify the auxiliary HDD matrix, that should feed the PCI transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.457949"], ["updated_at", "2016-10-06 14:49:19.457949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt est quidem perferendis inventore error voluptas.\",\"text\":\"You can't navigate the bandwidth without bypassing the mobile SAS panel!\"}"], ["created_at", "2016-10-06 14:49:19.458876"], ["updated_at", "2016-10-06 14:49:19.458876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum veniam doloribus dolores odio ab et perferendis.\",\"text\":\"You can't navigate the transmitter without calculating the auxiliary AI driver!\"}"], ["created_at", "2016-10-06 14:49:19.459782"], ["updated_at", "2016-10-06 14:49:19.459782"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem est corporis repudiandae eos.\",\"text\":\"You can't reboot the bandwidth without parsing the haptic IB protocol!\"}"], ["created_at", "2016-10-06 14:49:19.460718"], ["updated_at", "2016-10-06 14:49:19.460718"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam totam culpa illo fugit et repellendus.\",\"text\":\"If we quantify the circuit, we can get to the RSS hard drive through the solid state XML protocol!\"}"], ["created_at", "2016-10-06 14:49:19.461630"], ["updated_at", "2016-10-06 14:49:19.461630"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex libero incidunt possimus repellat nihil adipisci aut.\",\"text\":\"Use the back-end USB capacitor, then you can hack the virtual capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.462570"], ["updated_at", "2016-10-06 14:49:19.462570"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam aut molestias.\",\"text\":\"The ADP microchip is down, bypass the primary interface so we can parse the GB panel!\"}"], ["created_at", "2016-10-06 14:49:19.463498"], ["updated_at", "2016-10-06 14:49:19.463498"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis velit ut rerum expedita consequatur omnis voluptas.\",\"text\":\"Try to connect the SCSI hard drive, maybe it will input the mobile pixel!\"}"], ["created_at", "2016-10-06 14:49:19.464494"], ["updated_at", "2016-10-06 14:49:19.464494"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores quae laudantium molestiae fuga blanditiis sint pariatur.\",\"text\":\"If we navigate the bandwidth, we can get to the AGP program through the online HTTP sensor!\"}"], ["created_at", "2016-10-06 14:49:19.465483"], ["updated_at", "2016-10-06 14:49:19.465483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quia non voluptates suscipit.\",\"text\":\"The JBOD feed is down, connect the digital system so we can input the FTP circuit!\"}"], ["created_at", "2016-10-06 14:49:19.466477"], ["updated_at", "2016-10-06 14:49:19.466477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus dolor eos.\",\"text\":\"If we input the feed, we can get to the RAM hard drive through the optical JBOD monitor!\"}"], ["created_at", "2016-10-06 14:49:19.467396"], ["updated_at", "2016-10-06 14:49:19.467396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam et aut eos aut omnis qui dolorem.\",\"text\":\"Bypassing the sensor won't do anything, we need to bypass the neural ftp application!\"}"], ["created_at", "2016-10-06 14:49:19.468305"], ["updated_at", "2016-10-06 14:49:19.468305"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni dolor doloremque sed dolorem.\",\"text\":\"If we quantify the array, we can get to the AGP program through the haptic SCSI panel!\"}"], ["created_at", "2016-10-06 14:49:19.469202"], ["updated_at", "2016-10-06 14:49:19.469202"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam minus earum veritatis.\",\"text\":\"Use the back-end SCSI bandwidth, then you can synthesize the bluetooth program!\"}"], ["created_at", "2016-10-06 14:49:19.470257"], ["updated_at", "2016-10-06 14:49:19.470257"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim consectetur in error.\",\"text\":\"Try to calculate the XSS feed, maybe it will quantify the open-source panel!\"}"], ["created_at", "2016-10-06 14:49:19.471738"], ["updated_at", "2016-10-06 14:49:19.471738"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis vel exercitationem sint non in.\",\"text\":\"Try to program the IB protocol, maybe it will hack the primary panel!\"}"], ["created_at", "2016-10-06 14:49:19.473130"], ["updated_at", "2016-10-06 14:49:19.473130"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic voluptate nobis totam.\",\"text\":\"You can't input the pixel without generating the multi-byte JSON system!\"}"], ["created_at", "2016-10-06 14:49:19.474496"], ["updated_at", "2016-10-06 14:49:19.474496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque aliquid facere.\",\"text\":\"If we input the microchip, we can get to the SDD hard drive through the wireless EXE protocol!\"}"], ["created_at", "2016-10-06 14:49:19.475623"], ["updated_at", "2016-10-06 14:49:19.475623"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis eum quas cum cupiditate veniam sit consequatur.\",\"text\":\"The ADP panel is down, connect the open-source system so we can quantify the SMTP array!\"}"], ["created_at", "2016-10-06 14:49:19.476547"], ["updated_at", "2016-10-06 14:49:19.476547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius consequatur ea in quo.\",\"text\":\"If we navigate the microchip, we can get to the RSS pixel through the back-end SMTP monitor!\"}"], ["created_at", "2016-10-06 14:49:19.477468"], ["updated_at", "2016-10-06 14:49:19.477468"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ea architecto rerum consequuntur ab.\",\"text\":\"Calculating the capacitor won't do anything, we need to hack the mobile sas card!\"}"], ["created_at", "2016-10-06 14:49:19.478435"], ["updated_at", "2016-10-06 14:49:19.478435"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit aliquam officiis.\",\"text\":\"I'll reboot the optical AI microchip, that should alarm the USB application!\"}"], ["created_at", "2016-10-06 14:49:19.479399"], ["updated_at", "2016-10-06 14:49:19.479399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem mollitia et.\",\"text\":\"You can't calculate the protocol without parsing the digital RAM card!\"}"], ["created_at", "2016-10-06 14:49:19.480374"], ["updated_at", "2016-10-06 14:49:19.480374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa quis id in nulla.\",\"text\":\"Use the solid state AGP pixel, then you can program the cross-platform panel!\"}"], ["created_at", "2016-10-06 14:49:19.481311"], ["updated_at", "2016-10-06 14:49:19.481311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut natus omnis aliquam vitae perspiciatis sit.\",\"text\":\"Try to connect the SQL pixel, maybe it will generate the virtual sensor!\"}"], ["created_at", "2016-10-06 14:49:19.482269"], ["updated_at", "2016-10-06 14:49:19.482269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor aliquid sapiente cupiditate dolore sequi ea blanditiis.\",\"text\":\"Parsing the monitor won't do anything, we need to bypass the digital json array!\"}"], ["created_at", "2016-10-06 14:49:19.483230"], ["updated_at", "2016-10-06 14:49:19.483230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat recusandae praesentium qui repellendus numquam.\",\"text\":\"If we hack the application, we can get to the SSL driver through the cross-platform AGP transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.484176"], ["updated_at", "2016-10-06 14:49:19.484176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas quia numquam molestiae eos est inventore.\",\"text\":\"You can't connect the microchip without quantifying the bluetooth EXE bus!\"}"], ["created_at", "2016-10-06 14:49:19.485129"], ["updated_at", "2016-10-06 14:49:19.485129"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit voluptatem vel illum.\",\"text\":\"The COM interface is down, copy the auxiliary capacitor so we can connect the AGP pixel!\"}"], ["created_at", "2016-10-06 14:49:19.486096"], ["updated_at", "2016-10-06 14:49:19.486096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum labore aut dolore reiciendis quidem non temporibus.\",\"text\":\"We need to navigate the virtual SSL circuit!\"}"], ["created_at", "2016-10-06 14:49:19.496296"], ["updated_at", "2016-10-06 14:49:19.496296"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima consequuntur saepe.\",\"text\":\"Quantifying the alarm won't do anything, we need to navigate the cross-platform ai microchip!\"}"], ["created_at", "2016-10-06 14:49:19.497332"], ["updated_at", "2016-10-06 14:49:19.497332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque ad sapiente quod et.\",\"text\":\"If we parse the transmitter, we can get to the SDD firewall through the digital PNG transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.498291"], ["updated_at", "2016-10-06 14:49:19.498291"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos consequatur tempore consequuntur nesciunt minima.\",\"text\":\"Try to back up the XML program, maybe it will calculate the redundant alarm!\"}"], ["created_at", "2016-10-06 14:49:19.499174"], ["updated_at", "2016-10-06 14:49:19.499174"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure deserunt et non.\",\"text\":\"If we navigate the card, we can get to the EXE card through the wireless IB interface!\"}"], ["created_at", "2016-10-06 14:49:19.500051"], ["updated_at", "2016-10-06 14:49:19.500051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et enim aut rerum in nisi laudantium.\",\"text\":\"Bypassing the firewall won't do anything, we need to hack the online thx monitor!\"}"], ["created_at", "2016-10-06 14:49:19.500946"], ["updated_at", "2016-10-06 14:49:19.500946"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio beatae commodi consequatur rerum minus odit optio.\",\"text\":\"Try to connect the FTP application, maybe it will transmit the virtual microchip!\"}"], ["created_at", "2016-10-06 14:49:19.501858"], ["updated_at", "2016-10-06 14:49:19.501858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum nostrum rerum nam.\",\"text\":\"You can't back up the driver without parsing the virtual HDD port!\"}"], ["created_at", "2016-10-06 14:49:19.502761"], ["updated_at", "2016-10-06 14:49:19.502761"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel ut dolorum nihil consequatur.\",\"text\":\"Use the wireless SDD driver, then you can transmit the cross-platform card!\"}"], ["created_at", "2016-10-06 14:49:19.503675"], ["updated_at", "2016-10-06 14:49:19.503675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi consequatur eum.\",\"text\":\"I'll synthesize the open-source AI hard drive, that should alarm the RSS pixel!\"}"], ["created_at", "2016-10-06 14:49:19.504570"], ["updated_at", "2016-10-06 14:49:19.504570"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi nihil cupiditate sapiente error aut beatae.\",\"text\":\"We need to back up the wireless FTP bus!\"}"], ["created_at", "2016-10-06 14:49:19.505451"], ["updated_at", "2016-10-06 14:49:19.505451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet id adipisci unde.\",\"text\":\"Use the online IB matrix, then you can program the digital array!\"}"], ["created_at", "2016-10-06 14:49:19.506350"], ["updated_at", "2016-10-06 14:49:19.506350"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum exercitationem necessitatibus fugit neque nisi accusamus culpa.\",\"text\":\"You can't hack the alarm without navigating the mobile XSS protocol!\"}"], ["created_at", "2016-10-06 14:49:19.507227"], ["updated_at", "2016-10-06 14:49:19.507227"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis at et.\",\"text\":\"Compressing the sensor won't do anything, we need to transmit the optical css protocol!\"}"], ["created_at", "2016-10-06 14:49:19.508109"], ["updated_at", "2016-10-06 14:49:19.508109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas officiis dolor aperiam.\",\"text\":\"If we generate the interface, we can get to the TCP program through the primary ADP firewall!\"}"], ["created_at", "2016-10-06 14:49:19.508997"], ["updated_at", "2016-10-06 14:49:19.508997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et quaerat.\",\"text\":\"You can't reboot the firewall without navigating the neural SMS bus!\"}"], ["created_at", "2016-10-06 14:49:19.509901"], ["updated_at", "2016-10-06 14:49:19.509901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem voluptas esse atque minima ex deleniti.\",\"text\":\"If we copy the system, we can get to the GB system through the bluetooth GB firewall!\"}"], ["created_at", "2016-10-06 14:49:19.510784"], ["updated_at", "2016-10-06 14:49:19.510784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores laborum consequatur temporibus est.\",\"text\":\"Indexing the array won't do anything, we need to copy the neural ftp pixel!\"}"], ["created_at", "2016-10-06 14:49:19.511665"], ["updated_at", "2016-10-06 14:49:19.511665"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eligendi facilis nisi aut rerum quidem.\",\"text\":\"I'll copy the neural SDD array, that should protocol the XML protocol!\"}"], ["created_at", "2016-10-06 14:49:19.512555"], ["updated_at", "2016-10-06 14:49:19.512555"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis illo vitae temporibus ullam voluptatem voluptatem.\",\"text\":\"We need to override the neural SQL interface!\"}"], ["created_at", "2016-10-06 14:49:19.513420"], ["updated_at", "2016-10-06 14:49:19.513420"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique facere eveniet soluta in voluptate tempora.\",\"text\":\"You can't copy the transmitter without overriding the primary HTTP program!\"}"], ["created_at", "2016-10-06 14:49:19.514314"], ["updated_at", "2016-10-06 14:49:19.514314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio laboriosam possimus nihil fugit suscipit optio dicta.\",\"text\":\"Try to navigate the FTP sensor, maybe it will bypass the primary system!\"}"], ["created_at", "2016-10-06 14:49:19.515196"], ["updated_at", "2016-10-06 14:49:19.515196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt eos nostrum atque numquam dolorum fugiat.\",\"text\":\"I'll compress the redundant ADP application, that should interface the SAS driver!\"}"], ["created_at", "2016-10-06 14:49:19.516087"], ["updated_at", "2016-10-06 14:49:19.516087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sit aliquam soluta alias.\",\"text\":\"You can't navigate the microchip without transmitting the wireless HTTP system!\"}"], ["created_at", "2016-10-06 14:49:19.516976"], ["updated_at", "2016-10-06 14:49:19.516976"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit sit repellat nemo enim quis optio maiores.\",\"text\":\"Compressing the hard drive won't do anything, we need to reboot the wireless rss protocol!\"}"], ["created_at", "2016-10-06 14:49:19.517902"], ["updated_at", "2016-10-06 14:49:19.517902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum ut fugit commodi vero atque reiciendis.\",\"text\":\"I'll program the virtual IB array, that should interface the XSS matrix!\"}"], ["created_at", "2016-10-06 14:49:19.518843"], ["updated_at", "2016-10-06 14:49:19.518843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt tempora commodi labore.\",\"text\":\"Try to quantify the FTP card, maybe it will navigate the bluetooth system!\"}"], ["created_at", "2016-10-06 14:49:19.519767"], ["updated_at", "2016-10-06 14:49:19.519767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi omnis dolores et nesciunt.\",\"text\":\"We need to quantify the neural AI pixel!\"}"], ["created_at", "2016-10-06 14:49:19.520639"], ["updated_at", "2016-10-06 14:49:19.520639"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe repudiandae ut sint ut.\",\"text\":\"Calculating the sensor won't do anything, we need to index the bluetooth png pixel!\"}"], ["created_at", "2016-10-06 14:49:19.521526"], ["updated_at", "2016-10-06 14:49:19.521526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat est maxime odit.\",\"text\":\"You can't override the feed without compressing the back-end RSS transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.522409"], ["updated_at", "2016-10-06 14:49:19.522409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam harum dolorem ipsum error in ipsa.\",\"text\":\"We need to generate the cross-platform SAS program!\"}"], ["created_at", "2016-10-06 14:49:19.523283"], ["updated_at", "2016-10-06 14:49:19.523283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus delectus possimus soluta est neque et.\",\"text\":\"Try to input the SCSI monitor, maybe it will back up the 1080p card!\"}"], ["created_at", "2016-10-06 14:49:19.524176"], ["updated_at", "2016-10-06 14:49:19.524176"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis ipsum eveniet amet id rem.\",\"text\":\"The RSS transmitter is down, override the open-source capacitor so we can hack the GB transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.525077"], ["updated_at", "2016-10-06 14:49:19.525077"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero cumque id.\",\"text\":\"Indexing the card won't do anything, we need to reboot the cross-platform ram interface!\"}"], ["created_at", "2016-10-06 14:49:19.526005"], ["updated_at", "2016-10-06 14:49:19.526005"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis aut libero.\",\"text\":\"Use the optical THX matrix, then you can input the solid state hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.526952"], ["updated_at", "2016-10-06 14:49:19.526952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio est unde.\",\"text\":\"The GB application is down, program the open-source firewall so we can calculate the JSON driver!\"}"], ["created_at", "2016-10-06 14:49:19.527826"], ["updated_at", "2016-10-06 14:49:19.527826"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam qui vero iusto in voluptas est.\",\"text\":\"I'll generate the multi-byte USB program, that should pixel the TCP program!\"}"], ["created_at", "2016-10-06 14:49:19.528744"], ["updated_at", "2016-10-06 14:49:19.528744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut inventore incidunt eos at repellat suscipit.\",\"text\":\"We need to synthesize the neural SMS program!\"}"], ["created_at", "2016-10-06 14:49:19.529660"], ["updated_at", "2016-10-06 14:49:19.529660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat alias eius culpa ut qui.\",\"text\":\"Use the back-end SAS firewall, then you can calculate the 1080p transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.530581"], ["updated_at", "2016-10-06 14:49:19.530581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla at amet.\",\"text\":\"You can't program the driver without indexing the multi-byte PCI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.531462"], ["updated_at", "2016-10-06 14:49:19.531462"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim incidunt laudantium.\",\"text\":\"You can't calculate the protocol without indexing the open-source SMTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.532357"], ["updated_at", "2016-10-06 14:49:19.532357"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita vel consectetur est magnam adipisci praesentium corrupti.\",\"text\":\"You can't calculate the feed without navigating the bluetooth AGP program!\"}"], ["created_at", "2016-10-06 14:49:19.533285"], ["updated_at", "2016-10-06 14:49:19.533285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui illum vel dolorum deserunt.\",\"text\":\"We need to index the back-end IB driver!\"}"], ["created_at", "2016-10-06 14:49:19.534158"], ["updated_at", "2016-10-06 14:49:19.534158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima quia aut nobis temporibus.\",\"text\":\"Use the back-end AI driver, then you can reboot the multi-byte microchip!\"}"], ["created_at", "2016-10-06 14:49:19.535059"], ["updated_at", "2016-10-06 14:49:19.535059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil voluptas quia officia animi aspernatur repellat.\",\"text\":\"Try to input the HTTP sensor, maybe it will connect the primary program!\"}"], ["created_at", "2016-10-06 14:49:19.535986"], ["updated_at", "2016-10-06 14:49:19.535986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum pariatur praesentium libero.\",\"text\":\"Calculating the array won't do anything, we need to connect the open-source tcp hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.536862"], ["updated_at", "2016-10-06 14:49:19.536862"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus assumenda veniam dolor totam doloribus error sit.\",\"text\":\"You can't bypass the panel without navigating the digital SSL protocol!\"}"], ["created_at", "2016-10-06 14:49:19.537753"], ["updated_at", "2016-10-06 14:49:19.537753"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit dolores et cumque vel fugit.\",\"text\":\"Use the primary TCP firewall, then you can program the back-end card!\"}"], ["created_at", "2016-10-06 14:49:19.538703"], ["updated_at", "2016-10-06 14:49:19.538703"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis consequatur aspernatur voluptatum.\",\"text\":\"You can't copy the driver without indexing the redundant XML protocol!\"}"], ["created_at", "2016-10-06 14:49:19.539583"], ["updated_at", "2016-10-06 14:49:19.539583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor odio eum voluptas.\",\"text\":\"Try to synthesize the SQL interface, maybe it will transmit the back-end system!\"}"], ["created_at", "2016-10-06 14:49:19.540514"], ["updated_at", "2016-10-06 14:49:19.540514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque commodi sit ea voluptatum enim.\",\"text\":\"We need to synthesize the optical RAM feed!\"}"], ["created_at", "2016-10-06 14:49:19.541388"], ["updated_at", "2016-10-06 14:49:19.541388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus pariatur aut neque dolorem consectetur fugit aut.\",\"text\":\"I'll quantify the auxiliary IB card, that should alarm the SQL driver!\"}"], ["created_at", "2016-10-06 14:49:19.542301"], ["updated_at", "2016-10-06 14:49:19.542301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis est est.\",\"text\":\"The COM bandwidth is down, connect the 1080p program so we can copy the JSON bus!\"}"], ["created_at", "2016-10-06 14:49:19.543182"], ["updated_at", "2016-10-06 14:49:19.543182"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus dolores voluptate qui iure quidem.\",\"text\":\"Use the open-source COM card, then you can navigate the virtual firewall!\"}"], ["created_at", "2016-10-06 14:49:19.544055"], ["updated_at", "2016-10-06 14:49:19.544055"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi odit tempora.\",\"text\":\"Calculating the capacitor won't do anything, we need to synthesize the haptic http bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.544935"], ["updated_at", "2016-10-06 14:49:19.544935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit eius natus praesentium.\",\"text\":\"We need to parse the virtual EXE application!\"}"], ["created_at", "2016-10-06 14:49:19.545825"], ["updated_at", "2016-10-06 14:49:19.545825"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium voluptas omnis perspiciatis eum rerum quo et.\",\"text\":\"The XSS driver is down, index the open-source pixel so we can navigate the ADP circuit!\"}"], ["created_at", "2016-10-06 14:49:19.546746"], ["updated_at", "2016-10-06 14:49:19.546746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae quia nihil id quos impedit magnam consequatur.\",\"text\":\"Generating the card won't do anything, we need to generate the solid state pci matrix!\"}"], ["created_at", "2016-10-06 14:49:19.547624"], ["updated_at", "2016-10-06 14:49:19.547624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae saepe voluptate nulla est.\",\"text\":\"You can't calculate the alarm without programming the bluetooth RAM transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.548501"], ["updated_at", "2016-10-06 14:49:19.548501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi sint fuga incidunt dicta itaque accusantium quis.\",\"text\":\"Try to transmit the GB capacitor, maybe it will input the virtual interface!\"}"], ["created_at", "2016-10-06 14:49:19.549465"], ["updated_at", "2016-10-06 14:49:19.549465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates ipsa quidem dolorem provident veniam tempora.\",\"text\":\"I'll parse the primary GB feed, that should program the TCP hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.550402"], ["updated_at", "2016-10-06 14:49:19.550402"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam sit ducimus ut rerum.\",\"text\":\"The GB capacitor is down, navigate the open-source protocol so we can copy the FTP feed!\"}"], ["created_at", "2016-10-06 14:49:19.551284"], ["updated_at", "2016-10-06 14:49:19.551284"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque eligendi cupiditate inventore ipsam voluptatum maxime aut.\",\"text\":\"I'll override the multi-byte RSS matrix, that should circuit the AGP port!\"}"], ["created_at", "2016-10-06 14:49:19.552151"], ["updated_at", "2016-10-06 14:49:19.552151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim laborum ratione.\",\"text\":\"If we connect the firewall, we can get to the XML monitor through the redundant PNG capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.553028"], ["updated_at", "2016-10-06 14:49:19.553028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam eligendi cupiditate enim dolorum sed.\",\"text\":\"Use the auxiliary SSL alarm, then you can synthesize the redundant transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.553919"], ["updated_at", "2016-10-06 14:49:19.553919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque in quod itaque et rem voluptas.\",\"text\":\"I'll quantify the bluetooth TCP sensor, that should alarm the JBOD system!\"}"], ["created_at", "2016-10-06 14:49:19.554853"], ["updated_at", "2016-10-06 14:49:19.554853"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora deleniti repellat est.\",\"text\":\"You can't calculate the application without programming the wireless XSS system!\"}"], ["created_at", "2016-10-06 14:49:19.555824"], ["updated_at", "2016-10-06 14:49:19.555824"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat molestias non vitae consectetur eaque incidunt.\",\"text\":\"Try to bypass the SMTP program, maybe it will calculate the cross-platform matrix!\"}"], ["created_at", "2016-10-06 14:49:19.556872"], ["updated_at", "2016-10-06 14:49:19.556872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam dicta asperiores fugiat in.\",\"text\":\"Use the bluetooth RAM system, then you can override the open-source driver!\"}"], ["created_at", "2016-10-06 14:49:19.557841"], ["updated_at", "2016-10-06 14:49:19.557841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo reiciendis est.\",\"text\":\"You can't copy the port without indexing the digital THX interface!\"}"], ["created_at", "2016-10-06 14:49:19.558821"], ["updated_at", "2016-10-06 14:49:19.558821"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste delectus commodi et occaecati repudiandae eaque.\",\"text\":\"Use the cross-platform XSS pixel, then you can navigate the wireless protocol!\"}"], ["created_at", "2016-10-06 14:49:19.559766"], ["updated_at", "2016-10-06 14:49:19.559766"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate qui temporibus possimus quis.\",\"text\":\"We need to override the virtual XML bus!\"}"], ["created_at", "2016-10-06 14:49:19.560776"], ["updated_at", "2016-10-06 14:49:19.560776"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam et et necessitatibus.\",\"text\":\"Navigating the panel won't do anything, we need to copy the 1080p png sensor!\"}"], ["created_at", "2016-10-06 14:49:19.561727"], ["updated_at", "2016-10-06 14:49:19.561727"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam necessitatibus consequatur consectetur.\",\"text\":\"If we hack the system, we can get to the XML transmitter through the mobile HDD hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.562709"], ["updated_at", "2016-10-06 14:49:19.562709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque autem ullam facilis quasi dolore.\",\"text\":\"You can't hack the array without indexing the neural TCP program!\"}"], ["created_at", "2016-10-06 14:49:19.563655"], ["updated_at", "2016-10-06 14:49:19.563655"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum velit id consequatur quis quae.\",\"text\":\"I'll generate the redundant SDD monitor, that should port the EXE firewall!\"}"], ["created_at", "2016-10-06 14:49:19.564602"], ["updated_at", "2016-10-06 14:49:19.564602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta esse nesciunt laboriosam.\",\"text\":\"You can't navigate the capacitor without synthesizing the multi-byte SMS application!\"}"], ["created_at", "2016-10-06 14:49:19.565555"], ["updated_at", "2016-10-06 14:49:19.565555"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et consequatur beatae.\",\"text\":\"You can't generate the monitor without backing up the neural JSON program!\"}"], ["created_at", "2016-10-06 14:49:19.566548"], ["updated_at", "2016-10-06 14:49:19.566548"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam nihil quod voluptatem nam placeat.\",\"text\":\"I'll generate the solid state ADP monitor, that should card the PNG capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.567576"], ["updated_at", "2016-10-06 14:49:19.567576"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum est aspernatur omnis dignissimos modi occaecati unde.\",\"text\":\"The USB interface is down, calculate the back-end port so we can input the HTTP panel!\"}"], ["created_at", "2016-10-06 14:49:19.568700"], ["updated_at", "2016-10-06 14:49:19.568700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores sed rerum et maxime.\",\"text\":\"The SMS interface is down, synthesize the mobile firewall so we can program the THX feed!\"}"], ["created_at", "2016-10-06 14:49:19.569796"], ["updated_at", "2016-10-06 14:49:19.569796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor voluptatem quidem excepturi alias qui nulla dignissimos.\",\"text\":\"If we index the application, we can get to the TCP card through the virtual FTP system!\"}"], ["created_at", "2016-10-06 14:49:19.570777"], ["updated_at", "2016-10-06 14:49:19.570777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et voluptas ducimus ut.\",\"text\":\"We need to bypass the digital HDD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.571733"], ["updated_at", "2016-10-06 14:49:19.571733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur in quia laboriosam.\",\"text\":\"Navigating the circuit won't do anything, we need to calculate the 1080p agp card!\"}"], ["created_at", "2016-10-06 14:49:19.572650"], ["updated_at", "2016-10-06 14:49:19.572650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eos consequatur aut.\",\"text\":\"We need to back up the wireless EXE protocol!\"}"], ["created_at", "2016-10-06 14:49:19.573534"], ["updated_at", "2016-10-06 14:49:19.573534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate repudiandae enim in a voluptates quam hic.\",\"text\":\"Bypassing the program won't do anything, we need to back up the digital hdd system!\"}"], ["created_at", "2016-10-06 14:49:19.574424"], ["updated_at", "2016-10-06 14:49:19.574424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis expedita sint veniam laborum.\",\"text\":\"You can't transmit the pixel without hacking the mobile SMTP microchip!\"}"], ["created_at", "2016-10-06 14:49:19.575298"], ["updated_at", "2016-10-06 14:49:19.575298"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis suscipit exercitationem eveniet et et libero qui.\",\"text\":\"Try to hack the AGP bandwidth, maybe it will copy the multi-byte sensor!\"}"], ["created_at", "2016-10-06 14:49:19.576192"], ["updated_at", "2016-10-06 14:49:19.576192"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut est minus beatae maiores quidem qui et.\",\"text\":\"You can't synthesize the sensor without quantifying the haptic AI bus!\"}"], ["created_at", "2016-10-06 14:49:19.577407"], ["updated_at", "2016-10-06 14:49:19.577407"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At fuga unde iure.\",\"text\":\"Try to program the SCSI application, maybe it will copy the solid state program!\"}"], ["created_at", "2016-10-06 14:49:19.578495"], ["updated_at", "2016-10-06 14:49:19.578495"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta rerum quos in non quasi reiciendis.\",\"text\":\"If we compress the pixel, we can get to the EXE card through the haptic AGP matrix!\"}"], ["created_at", "2016-10-06 14:49:19.579598"], ["updated_at", "2016-10-06 14:49:19.579598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore est quidem provident consequuntur nihil.\",\"text\":\"If we hack the bandwidth, we can get to the XSS protocol through the multi-byte FTP matrix!\"}"], ["created_at", "2016-10-06 14:49:19.580566"], ["updated_at", "2016-10-06 14:49:19.580566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus officiis quas voluptas quis nemo quisquam sunt.\",\"text\":\"Try to hack the JSON capacitor, maybe it will index the multi-byte program!\"}"], ["created_at", "2016-10-06 14:49:19.581508"], ["updated_at", "2016-10-06 14:49:19.581508"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui illum ea officiis expedita rem animi quos.\",\"text\":\"The THX monitor is down, compress the solid state monitor so we can synthesize the GB port!\"}"], ["created_at", "2016-10-06 14:49:19.582472"], ["updated_at", "2016-10-06 14:49:19.582472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nemo eos quia iusto.\",\"text\":\"Programming the hard drive won't do anything, we need to synthesize the open-source adp feed!\"}"], ["created_at", "2016-10-06 14:49:19.583412"], ["updated_at", "2016-10-06 14:49:19.583412"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem autem suscipit.\",\"text\":\"Use the neural XML pixel, then you can override the digital bus!\"}"], ["created_at", "2016-10-06 14:49:19.584340"], ["updated_at", "2016-10-06 14:49:19.584340"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit iste ullam neque aperiam et.\",\"text\":\"The TCP alarm is down, index the auxiliary capacitor so we can hack the SDD interface!\"}"], ["created_at", "2016-10-06 14:49:19.585464"], ["updated_at", "2016-10-06 14:49:19.585464"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio voluptate molestias.\",\"text\":\"I'll connect the wireless USB feed, that should card the JSON bus!\"}"], ["created_at", "2016-10-06 14:49:19.586633"], ["updated_at", "2016-10-06 14:49:19.586633"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque in tempore.\",\"text\":\"Quantifying the port won't do anything, we need to copy the back-end css capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.587687"], ["updated_at", "2016-10-06 14:49:19.587687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis eos aut et non laudantium.\",\"text\":\"If we generate the bus, we can get to the EXE array through the multi-byte EXE alarm!\"}"], ["created_at", "2016-10-06 14:49:19.588581"], ["updated_at", "2016-10-06 14:49:19.588581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et corporis aut.\",\"text\":\"Use the primary XML microchip, then you can index the solid state capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.589450"], ["updated_at", "2016-10-06 14:49:19.589450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim cupiditate recusandae vitae.\",\"text\":\"Try to override the SQL matrix, maybe it will index the online interface!\"}"], ["created_at", "2016-10-06 14:49:19.590361"], ["updated_at", "2016-10-06 14:49:19.590361"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores amet libero sed saepe ipsa qui illum.\",\"text\":\"Try to override the HTTP application, maybe it will hack the 1080p bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.591257"], ["updated_at", "2016-10-06 14:49:19.591257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi omnis voluptates.\",\"text\":\"We need to generate the online PNG capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.592136"], ["updated_at", "2016-10-06 14:49:19.592136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos ducimus quam velit quis nihil.\",\"text\":\"The JBOD protocol is down, bypass the back-end bandwidth so we can synthesize the FTP card!\"}"], ["created_at", "2016-10-06 14:49:19.593020"], ["updated_at", "2016-10-06 14:49:19.593020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt rerum qui.\",\"text\":\"You can't hack the circuit without synthesizing the cross-platform AI application!\"}"], ["created_at", "2016-10-06 14:49:19.593885"], ["updated_at", "2016-10-06 14:49:19.593885"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis quae ut aliquid.\",\"text\":\"The XML pixel is down, bypass the virtual alarm so we can index the JSON hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.594803"], ["updated_at", "2016-10-06 14:49:19.594803"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A dignissimos omnis sunt vero praesentium.\",\"text\":\"If we transmit the application, we can get to the RSS transmitter through the optical HDD circuit!\"}"], ["created_at", "2016-10-06 14:49:19.595716"], ["updated_at", "2016-10-06 14:49:19.595716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum veniam qui iste quia maiores suscipit sint.\",\"text\":\"Connecting the application won't do anything, we need to quantify the 1080p xml capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.596679"], ["updated_at", "2016-10-06 14:49:19.596679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae corporis neque dolor.\",\"text\":\"I'll back up the optical GB circuit, that should card the USB protocol!\"}"], ["created_at", "2016-10-06 14:49:19.597565"], ["updated_at", "2016-10-06 14:49:19.597565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit dolor esse mollitia id asperiores accusantium.\",\"text\":\"Bypassing the feed won't do anything, we need to input the back-end sdd array!\"}"], ["created_at", "2016-10-06 14:49:19.598499"], ["updated_at", "2016-10-06 14:49:19.598499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae officiis omnis aliquid voluptate sed.\",\"text\":\"Navigating the matrix won't do anything, we need to program the 1080p ib transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.599385"], ["updated_at", "2016-10-06 14:49:19.599385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam commodi nisi rerum debitis aut sequi laboriosam.\",\"text\":\"If we index the transmitter, we can get to the IB port through the back-end RAM matrix!\"}"], ["created_at", "2016-10-06 14:49:19.600257"], ["updated_at", "2016-10-06 14:49:19.600257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et facilis iure.\",\"text\":\"I'll copy the primary ADP interface, that should interface the HDD driver!\"}"], ["created_at", "2016-10-06 14:49:19.601147"], ["updated_at", "2016-10-06 14:49:19.601147"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga vitae qui sint optio.\",\"text\":\"Use the back-end IB pixel, then you can hack the primary matrix!\"}"], ["created_at", "2016-10-06 14:49:19.602030"], ["updated_at", "2016-10-06 14:49:19.602030"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et iusto architecto ullam asperiores tempora consequuntur eius.\",\"text\":\"We need to index the multi-byte SDD monitor!\"}"], ["created_at", "2016-10-06 14:49:19.602956"], ["updated_at", "2016-10-06 14:49:19.602956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt quasi labore in.\",\"text\":\"Connecting the monitor won't do anything, we need to parse the 1080p scsi program!\"}"], ["created_at", "2016-10-06 14:49:19.603843"], ["updated_at", "2016-10-06 14:49:19.603843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor voluptatem vel nam officiis itaque.\",\"text\":\"The HTTP sensor is down, input the digital feed so we can input the EXE bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.604785"], ["updated_at", "2016-10-06 14:49:19.604785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit aspernatur enim.\",\"text\":\"I'll bypass the redundant JBOD port, that should protocol the IB application!\"}"], ["created_at", "2016-10-06 14:49:19.605658"], ["updated_at", "2016-10-06 14:49:19.605658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto possimus voluptates id error dolores aut.\",\"text\":\"Try to navigate the SDD panel, maybe it will transmit the digital port!\"}"], ["created_at", "2016-10-06 14:49:19.606555"], ["updated_at", "2016-10-06 14:49:19.606555"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam et optio.\",\"text\":\"Calculating the driver won't do anything, we need to quantify the solid state ram bus!\"}"], ["created_at", "2016-10-06 14:49:19.607424"], ["updated_at", "2016-10-06 14:49:19.607424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis at non sequi ut iusto.\",\"text\":\"Try to transmit the EXE transmitter, maybe it will compress the 1080p matrix!\"}"], ["created_at", "2016-10-06 14:49:19.608306"], ["updated_at", "2016-10-06 14:49:19.608306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque rerum id culpa enim quasi aliquid.\",\"text\":\"If we compress the transmitter, we can get to the FTP bus through the optical AGP card!\"}"], ["created_at", "2016-10-06 14:49:19.609182"], ["updated_at", "2016-10-06 14:49:19.609182"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro quod odit nemo.\",\"text\":\"The JSON feed is down, reboot the cross-platform application so we can program the EXE monitor!\"}"], ["created_at", "2016-10-06 14:49:19.610071"], ["updated_at", "2016-10-06 14:49:19.610071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus odio aut.\",\"text\":\"We need to parse the optical JSON microchip!\"}"], ["created_at", "2016-10-06 14:49:19.610994"], ["updated_at", "2016-10-06 14:49:19.610994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil ea quis accusamus non modi nostrum deserunt.\",\"text\":\"Backing up the protocol won't do anything, we need to connect the wireless exe sensor!\"}"], ["created_at", "2016-10-06 14:49:19.611883"], ["updated_at", "2016-10-06 14:49:19.611883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero itaque omnis.\",\"text\":\"Use the online RSS alarm, then you can hack the bluetooth firewall!\"}"], ["created_at", "2016-10-06 14:49:19.612780"], ["updated_at", "2016-10-06 14:49:19.612780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque ex totam est consequatur cupiditate minus.\",\"text\":\"Quantifying the sensor won't do anything, we need to connect the primary sms bus!\"}"], ["created_at", "2016-10-06 14:49:19.613641"], ["updated_at", "2016-10-06 14:49:19.613641"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat et omnis architecto aut rerum aspernatur officia.\",\"text\":\"Use the solid state PCI program, then you can hack the cross-platform array!\"}"], ["created_at", "2016-10-06 14:49:19.614530"], ["updated_at", "2016-10-06 14:49:19.614530"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum placeat nobis enim voluptatum.\",\"text\":\"We need to copy the digital HDD application!\"}"], ["created_at", "2016-10-06 14:49:19.615455"], ["updated_at", "2016-10-06 14:49:19.615455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet provident voluptatem illo non.\",\"text\":\"We need to compress the neural SCSI hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.616335"], ["updated_at", "2016-10-06 14:49:19.616335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae molestias quia alias in enim.\",\"text\":\"You can't back up the alarm without parsing the virtual SDD card!\"}"], ["created_at", "2016-10-06 14:49:19.617234"], ["updated_at", "2016-10-06 14:49:19.617234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci eius rerum sint recusandae.\",\"text\":\"You can't override the array without synthesizing the neural PNG pixel!\"}"], ["created_at", "2016-10-06 14:49:19.618133"], ["updated_at", "2016-10-06 14:49:19.618133"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque sunt nihil et sed.\",\"text\":\"Generating the microchip won't do anything, we need to program the 1080p smtp capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.619012"], ["updated_at", "2016-10-06 14:49:19.619012"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate quidem recusandae corporis.\",\"text\":\"You can't transmit the firewall without generating the solid state JSON firewall!\"}"], ["created_at", "2016-10-06 14:49:19.619906"], ["updated_at", "2016-10-06 14:49:19.619906"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et consequatur expedita.\",\"text\":\"Use the mobile RSS system, then you can transmit the virtual port!\"}"], ["created_at", "2016-10-06 14:49:19.620886"], ["updated_at", "2016-10-06 14:49:19.620886"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas et numquam cupiditate in non.\",\"text\":\"We need to bypass the open-source AI card!\"}"], ["created_at", "2016-10-06 14:49:19.621750"], ["updated_at", "2016-10-06 14:49:19.621750"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem amet sapiente.\",\"text\":\"Try to navigate the THX alarm, maybe it will parse the primary alarm!\"}"], ["created_at", "2016-10-06 14:49:19.622636"], ["updated_at", "2016-10-06 14:49:19.622636"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat possimus porro.\",\"text\":\"The GB protocol is down, index the mobile sensor so we can reboot the HDD interface!\"}"], ["created_at", "2016-10-06 14:49:19.623525"], ["updated_at", "2016-10-06 14:49:19.623525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores perferendis nihil debitis pariatur dolorem magni facilis.\",\"text\":\"If we quantify the hard drive, we can get to the XSS pixel through the wireless SSL alarm!\"}"], ["created_at", "2016-10-06 14:49:19.624488"], ["updated_at", "2016-10-06 14:49:19.624488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum repudiandae fuga voluptas ab voluptates qui id.\",\"text\":\"Try to parse the HTTP driver, maybe it will navigate the redundant microchip!\"}"], ["created_at", "2016-10-06 14:49:19.625382"], ["updated_at", "2016-10-06 14:49:19.625382"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt pariatur error.\",\"text\":\"You can't generate the hard drive without overriding the primary FTP driver!\"}"], ["created_at", "2016-10-06 14:49:19.626296"], ["updated_at", "2016-10-06 14:49:19.626296"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident a perspiciatis laboriosam voluptatum.\",\"text\":\"If we back up the microchip, we can get to the XSS firewall through the optical ADP bus!\"}"], ["created_at", "2016-10-06 14:49:19.627181"], ["updated_at", "2016-10-06 14:49:19.627181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui esse delectus aut asperiores reprehenderit sed earum.\",\"text\":\"We need to quantify the primary THX firewall!\"}"], ["created_at", "2016-10-06 14:49:19.628075"], ["updated_at", "2016-10-06 14:49:19.628075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium natus neque.\",\"text\":\"You can't quantify the hard drive without backing up the online SMTP program!\"}"], ["created_at", "2016-10-06 14:49:19.628960"], ["updated_at", "2016-10-06 14:49:19.628960"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et voluptatem dolorem et tempore.\",\"text\":\"Try to index the PCI card, maybe it will input the mobile bus!\"}"], ["created_at", "2016-10-06 14:49:19.629861"], ["updated_at", "2016-10-06 14:49:19.629861"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error occaecati voluptatibus ut ullam.\",\"text\":\"You can't bypass the protocol without navigating the virtual AI sensor!\"}"], ["created_at", "2016-10-06 14:49:19.630784"], ["updated_at", "2016-10-06 14:49:19.630784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quae et est.\",\"text\":\"We need to transmit the digital GB alarm!\"}"], ["created_at", "2016-10-06 14:49:19.631659"], ["updated_at", "2016-10-06 14:49:19.631659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem et reiciendis esse.\",\"text\":\"Navigating the array won't do anything, we need to transmit the multi-byte sms bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.632522"], ["updated_at", "2016-10-06 14:49:19.632522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit voluptatem quod quis nostrum nihil.\",\"text\":\"The HDD application is down, compress the digital application so we can compress the JBOD capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.633405"], ["updated_at", "2016-10-06 14:49:19.633405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias autem accusamus occaecati aliquam est sit.\",\"text\":\"Try to back up the RSS matrix, maybe it will transmit the back-end program!\"}"], ["created_at", "2016-10-06 14:49:19.634315"], ["updated_at", "2016-10-06 14:49:19.634315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet porro et qui nihil doloribus est.\",\"text\":\"I'll back up the virtual USB hard drive, that should matrix the ADP capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.635196"], ["updated_at", "2016-10-06 14:49:19.635196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non iure perspiciatis necessitatibus qui.\",\"text\":\"Synthesizing the application won't do anything, we need to transmit the wireless png protocol!\"}"], ["created_at", "2016-10-06 14:49:19.636129"], ["updated_at", "2016-10-06 14:49:19.636129"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus voluptas fugiat.\",\"text\":\"You can't program the transmitter without indexing the open-source RSS feed!\"}"], ["created_at", "2016-10-06 14:49:19.637015"], ["updated_at", "2016-10-06 14:49:19.637015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit fugit omnis in.\",\"text\":\"Try to generate the SMS card, maybe it will quantify the wireless application!\"}"], ["created_at", "2016-10-06 14:49:19.637927"], ["updated_at", "2016-10-06 14:49:19.637927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic reprehenderit debitis voluptas et repellendus facilis fugiat.\",\"text\":\"The AI matrix is down, override the multi-byte bus so we can synthesize the SCSI bus!\"}"], ["created_at", "2016-10-06 14:49:19.638833"], ["updated_at", "2016-10-06 14:49:19.638833"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus natus nostrum quaerat sequi.\",\"text\":\"Indexing the circuit won't do anything, we need to index the multi-byte gb capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.639713"], ["updated_at", "2016-10-06 14:49:19.639713"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos qui quas incidunt et voluptas omnis occaecati.\",\"text\":\"We need to back up the redundant SAS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.640660"], ["updated_at", "2016-10-06 14:49:19.640660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum mollitia qui aut voluptatem et porro repudiandae.\",\"text\":\"Try to quantify the FTP port, maybe it will calculate the haptic capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.641558"], ["updated_at", "2016-10-06 14:49:19.641558"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur et velit totam facere rerum.\",\"text\":\"Quantifying the interface won't do anything, we need to navigate the solid state ib transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.642449"], ["updated_at", "2016-10-06 14:49:19.642449"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil facere voluptas quis soluta eos ut consequuntur.\",\"text\":\"Use the wireless SAS transmitter, then you can transmit the open-source firewall!\"}"], ["created_at", "2016-10-06 14:49:19.643342"], ["updated_at", "2016-10-06 14:49:19.643342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus ullam velit.\",\"text\":\"If we index the program, we can get to the THX monitor through the bluetooth PCI driver!\"}"], ["created_at", "2016-10-06 14:49:19.644233"], ["updated_at", "2016-10-06 14:49:19.644233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus qui iure.\",\"text\":\"You can't input the card without parsing the mobile SAS driver!\"}"], ["created_at", "2016-10-06 14:49:19.645106"], ["updated_at", "2016-10-06 14:49:19.645106"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga suscipit modi qui dolorem aut cupiditate.\",\"text\":\"If we copy the alarm, we can get to the ADP hard drive through the neural SCSI array!\"}"], ["created_at", "2016-10-06 14:49:19.646011"], ["updated_at", "2016-10-06 14:49:19.646011"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor distinctio neque ipsa unde numquam ex.\",\"text\":\"The SAS pixel is down, generate the mobile application so we can compress the COM bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.646956"], ["updated_at", "2016-10-06 14:49:19.646956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis architecto nemo molestiae et.\",\"text\":\"You can't override the panel without connecting the online AGP pixel!\"}"], ["created_at", "2016-10-06 14:49:19.647842"], ["updated_at", "2016-10-06 14:49:19.647842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt velit labore ut.\",\"text\":\"We need to copy the back-end CSS card!\"}"], ["created_at", "2016-10-06 14:49:19.648715"], ["updated_at", "2016-10-06 14:49:19.648715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui explicabo ad nihil ut labore.\",\"text\":\"We need to synthesize the online HTTP monitor!\"}"], ["created_at", "2016-10-06 14:49:19.649575"], ["updated_at", "2016-10-06 14:49:19.649575"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias iure consequatur quas eius.\",\"text\":\"We need to calculate the multi-byte HDD capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.650475"], ["updated_at", "2016-10-06 14:49:19.650475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque facilis ullam.\",\"text\":\"I'll transmit the online SDD card, that should firewall the XML matrix!\"}"], ["created_at", "2016-10-06 14:49:19.651401"], ["updated_at", "2016-10-06 14:49:19.651401"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est tempora dignissimos blanditiis dolorem expedita.\",\"text\":\"The RSS feed is down, input the wireless panel so we can index the AGP card!\"}"], ["created_at", "2016-10-06 14:49:19.652269"], ["updated_at", "2016-10-06 14:49:19.652269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nam et amet qui ex autem qui.\",\"text\":\"Try to synthesize the USB pixel, maybe it will generate the 1080p port!\"}"], ["created_at", "2016-10-06 14:49:19.653191"], ["updated_at", "2016-10-06 14:49:19.653191"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et perferendis similique voluptatem aut qui incidunt inventore.\",\"text\":\"We need to back up the bluetooth SAS panel!\"}"], ["created_at", "2016-10-06 14:49:19.654090"], ["updated_at", "2016-10-06 14:49:19.654090"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium et consequatur ut eos harum.\",\"text\":\"If we bypass the application, we can get to the FTP program through the 1080p AGP driver!\"}"], ["created_at", "2016-10-06 14:49:19.654986"], ["updated_at", "2016-10-06 14:49:19.654986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint consequatur veritatis vel mollitia molestiae eos sit.\",\"text\":\"Try to hack the SMTP array, maybe it will reboot the optical panel!\"}"], ["created_at", "2016-10-06 14:49:19.655882"], ["updated_at", "2016-10-06 14:49:19.655882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam officia molestias.\",\"text\":\"Backing up the circuit won't do anything, we need to index the wireless json circuit!\"}"], ["created_at", "2016-10-06 14:49:19.656843"], ["updated_at", "2016-10-06 14:49:19.656843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis ratione quibusdam qui minima aspernatur nulla omnis.\",\"text\":\"I'll generate the wireless SQL driver, that should monitor the RSS bus!\"}"], ["created_at", "2016-10-06 14:49:19.657727"], ["updated_at", "2016-10-06 14:49:19.657727"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi sit reiciendis odit voluptatibus expedita sit.\",\"text\":\"We need to reboot the cross-platform AI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.658616"], ["updated_at", "2016-10-06 14:49:19.658616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius cum cumque voluptatem est vel aut eum.\",\"text\":\"The FTP driver is down, index the 1080p sensor so we can generate the THX matrix!\"}"], ["created_at", "2016-10-06 14:49:19.659482"], ["updated_at", "2016-10-06 14:49:19.659482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis fugit nulla repellendus sed.\",\"text\":\"The RSS hard drive is down, copy the open-source system so we can transmit the SAS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.660367"], ["updated_at", "2016-10-06 14:49:19.660367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut mollitia nesciunt.\",\"text\":\"We need to index the wireless SMS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.661246"], ["updated_at", "2016-10-06 14:49:19.661246"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam eos minima praesentium molestias.\",\"text\":\"Use the open-source PCI protocol, then you can synthesize the primary driver!\"}"], ["created_at", "2016-10-06 14:49:19.662155"], ["updated_at", "2016-10-06 14:49:19.662155"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint consequatur libero.\",\"text\":\"I'll input the solid state PCI feed, that should card the SQL circuit!\"}"], ["created_at", "2016-10-06 14:49:19.663080"], ["updated_at", "2016-10-06 14:49:19.663080"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit facilis eum tempora rerum adipisci voluptatem dicta.\",\"text\":\"You can't parse the firewall without navigating the primary JBOD feed!\"}"], ["created_at", "2016-10-06 14:49:19.663968"], ["updated_at", "2016-10-06 14:49:19.663968"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et mollitia non consequatur quaerat.\",\"text\":\"You can't quantify the bandwidth without navigating the virtual SMS panel!\"}"], ["created_at", "2016-10-06 14:49:19.664863"], ["updated_at", "2016-10-06 14:49:19.664863"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam omnis dolor optio.\",\"text\":\"You can't compress the application without bypassing the digital CSS alarm!\"}"], ["created_at", "2016-10-06 14:49:19.665747"], ["updated_at", "2016-10-06 14:49:19.665747"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex a fugit blanditiis at error et corporis.\",\"text\":\"Use the auxiliary THX capacitor, then you can connect the bluetooth system!\"}"], ["created_at", "2016-10-06 14:49:19.666616"], ["updated_at", "2016-10-06 14:49:19.666616"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non et adipisci veniam.\",\"text\":\"Hacking the program won't do anything, we need to bypass the virtual agp transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.667498"], ["updated_at", "2016-10-06 14:49:19.667498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi iure quam.\",\"text\":\"I'll index the online SCSI capacitor, that should monitor the PCI firewall!\"}"], ["created_at", "2016-10-06 14:49:19.668419"], ["updated_at", "2016-10-06 14:49:19.668419"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ea ipsa quisquam sit.\",\"text\":\"If we calculate the interface, we can get to the FTP protocol through the auxiliary SDD program!\"}"], ["created_at", "2016-10-06 14:49:19.669322"], ["updated_at", "2016-10-06 14:49:19.669322"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quaerat illum.\",\"text\":\"You can't reboot the panel without backing up the wireless SAS sensor!\"}"], ["created_at", "2016-10-06 14:49:19.670283"], ["updated_at", "2016-10-06 14:49:19.670283"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam vel cumque perspiciatis provident deserunt quos.\",\"text\":\"We need to reboot the wireless IB interface!\"}"], ["created_at", "2016-10-06 14:49:19.671286"], ["updated_at", "2016-10-06 14:49:19.671286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi et ipsa numquam eius aspernatur.\",\"text\":\"The TCP firewall is down, bypass the neural hard drive so we can generate the EXE array!\"}"], ["created_at", "2016-10-06 14:49:19.672253"], ["updated_at", "2016-10-06 14:49:19.672253"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi architecto ipsa voluptatum pariatur id.\",\"text\":\"I'll index the auxiliary JSON port, that should feed the TCP application!\"}"], ["created_at", "2016-10-06 14:49:19.673169"], ["updated_at", "2016-10-06 14:49:19.673169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia vel occaecati odio eum aperiam.\",\"text\":\"You can't navigate the panel without quantifying the mobile SSL circuit!\"}"], ["created_at", "2016-10-06 14:49:19.674081"], ["updated_at", "2016-10-06 14:49:19.674081"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id delectus natus quo dolore nostrum.\",\"text\":\"I'll hack the multi-byte CSS card, that should monitor the JSON feed!\"}"], ["created_at", "2016-10-06 14:49:19.675028"], ["updated_at", "2016-10-06 14:49:19.675028"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A voluptatem modi.\",\"text\":\"You can't calculate the bus without bypassing the cross-platform IB transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.676083"], ["updated_at", "2016-10-06 14:49:19.676083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga non id non aliquid nihil et possimus.\",\"text\":\"If we connect the program, we can get to the THX panel through the wireless SCSI monitor!\"}"], ["created_at", "2016-10-06 14:49:19.677033"], ["updated_at", "2016-10-06 14:49:19.677033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis ea provident cum voluptatem neque.\",\"text\":\"I'll navigate the mobile USB transmitter, that should hard drive the EXE port!\"}"], ["created_at", "2016-10-06 14:49:19.677930"], ["updated_at", "2016-10-06 14:49:19.677930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem nobis quas velit eos temporibus ad.\",\"text\":\"Try to reboot the HTTP capacitor, maybe it will hack the wireless interface!\"}"], ["created_at", "2016-10-06 14:49:19.678901"], ["updated_at", "2016-10-06 14:49:19.678901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic cumque quis minima impedit.\",\"text\":\"You can't navigate the pixel without connecting the redundant GB array!\"}"], ["created_at", "2016-10-06 14:49:19.679832"], ["updated_at", "2016-10-06 14:49:19.679832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem illum dolorum laboriosam nemo quas dolores accusamus.\",\"text\":\"The FTP hard drive is down, reboot the bluetooth matrix so we can navigate the SMS bus!\"}"], ["created_at", "2016-10-06 14:49:19.680717"], ["updated_at", "2016-10-06 14:49:19.680717"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe ab tenetur eum inventore.\",\"text\":\"The GB feed is down, quantify the open-source interface so we can index the SSL feed!\"}"], ["created_at", "2016-10-06 14:49:19.681609"], ["updated_at", "2016-10-06 14:49:19.681609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum accusamus quam est unde asperiores voluptatibus impedit.\",\"text\":\"We need to hack the back-end RSS monitor!\"}"], ["created_at", "2016-10-06 14:49:19.682504"], ["updated_at", "2016-10-06 14:49:19.682504"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic perferendis nobis excepturi quos.\",\"text\":\"We need to synthesize the optical CSS interface!\"}"], ["created_at", "2016-10-06 14:49:19.683408"], ["updated_at", "2016-10-06 14:49:19.683408"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae unde minus molestiae commodi esse autem aut.\",\"text\":\"If we calculate the matrix, we can get to the JSON capacitor through the cross-platform TCP panel!\"}"], ["created_at", "2016-10-06 14:49:19.684312"], ["updated_at", "2016-10-06 14:49:19.684312"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus ipsa ea officiis accusamus perferendis.\",\"text\":\"Bypassing the circuit won't do anything, we need to generate the wireless png monitor!\"}"], ["created_at", "2016-10-06 14:49:19.685248"], ["updated_at", "2016-10-06 14:49:19.685248"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum laudantium nobis illum.\",\"text\":\"If we reboot the firewall, we can get to the RSS sensor through the multi-byte HTTP monitor!\"}"], ["created_at", "2016-10-06 14:49:19.686117"], ["updated_at", "2016-10-06 14:49:19.686117"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis animi neque repellat magni.\",\"text\":\"Use the virtual SDD application, then you can calculate the back-end microchip!\"}"], ["created_at", "2016-10-06 14:49:19.687071"], ["updated_at", "2016-10-06 14:49:19.687071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus temporibus vel recusandae eligendi.\",\"text\":\"If we override the driver, we can get to the JSON program through the bluetooth SSL sensor!\"}"], ["created_at", "2016-10-06 14:49:19.688035"], ["updated_at", "2016-10-06 14:49:19.688035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam perferendis magni magnam omnis iusto.\",\"text\":\"The SCSI bus is down, synthesize the wireless bus so we can compress the JBOD capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.688980"], ["updated_at", "2016-10-06 14:49:19.688980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni nobis et.\",\"text\":\"Navigating the bus won't do anything, we need to reboot the online exe firewall!\"}"], ["created_at", "2016-10-06 14:49:19.689862"], ["updated_at", "2016-10-06 14:49:19.689862"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum sapiente alias.\",\"text\":\"We need to generate the redundant FTP firewall!\"}"], ["created_at", "2016-10-06 14:49:19.690742"], ["updated_at", "2016-10-06 14:49:19.690742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui debitis suscipit sunt aut distinctio totam.\",\"text\":\"I'll quantify the primary RAM firewall, that should bandwidth the SSL pixel!\"}"], ["created_at", "2016-10-06 14:49:19.691622"], ["updated_at", "2016-10-06 14:49:19.691622"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum sequi sit soluta consequatur eaque distinctio.\",\"text\":\"Use the wireless SMS pixel, then you can transmit the wireless transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.692492"], ["updated_at", "2016-10-06 14:49:19.692492"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ut excepturi necessitatibus.\",\"text\":\"If we generate the microchip, we can get to the XSS matrix through the redundant XML bus!\"}"], ["created_at", "2016-10-06 14:49:19.693382"], ["updated_at", "2016-10-06 14:49:19.693382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit dolorem iste nostrum sapiente dicta.\",\"text\":\"If we back up the program, we can get to the THX bus through the virtual HDD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.694283"], ["updated_at", "2016-10-06 14:49:19.694283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor quia atque dicta quae pariatur voluptas eius.\",\"text\":\"If we parse the circuit, we can get to the ADP matrix through the 1080p HTTP card!\"}"], ["created_at", "2016-10-06 14:49:19.695213"], ["updated_at", "2016-10-06 14:49:19.695213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem culpa aut.\",\"text\":\"We need to transmit the auxiliary USB driver!\"}"], ["created_at", "2016-10-06 14:49:19.696159"], ["updated_at", "2016-10-06 14:49:19.696159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat ipsum debitis qui beatae itaque omnis.\",\"text\":\"If we program the system, we can get to the USB bandwidth through the wireless COM microchip!\"}"], ["created_at", "2016-10-06 14:49:19.697058"], ["updated_at", "2016-10-06 14:49:19.697058"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem dolorum sit minus.\",\"text\":\"If we compress the interface, we can get to the HTTP monitor through the solid state AI application!\"}"], ["created_at", "2016-10-06 14:49:19.697939"], ["updated_at", "2016-10-06 14:49:19.697939"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore nihil molestias rem deserunt aut est in.\",\"text\":\"You can't parse the firewall without transmitting the open-source FTP capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.698821"], ["updated_at", "2016-10-06 14:49:19.698821"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste nulla voluptatem iusto nostrum.\",\"text\":\"Try to input the COM panel, maybe it will hack the virtual monitor!\"}"], ["created_at", "2016-10-06 14:49:19.699700"], ["updated_at", "2016-10-06 14:49:19.699700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et porro vero.\",\"text\":\"We need to synthesize the mobile AI transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.700622"], ["updated_at", "2016-10-06 14:49:19.700622"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique illo aliquam ratione quae consequatur laborum.\",\"text\":\"Try to index the XML panel, maybe it will navigate the neural feed!\"}"], ["created_at", "2016-10-06 14:49:19.701534"], ["updated_at", "2016-10-06 14:49:19.701534"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sint odio laudantium unde numquam.\",\"text\":\"Try to reboot the HDD protocol, maybe it will back up the haptic card!\"}"], ["created_at", "2016-10-06 14:49:19.702467"], ["updated_at", "2016-10-06 14:49:19.702467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur veritatis et dolor non voluptatem ullam.\",\"text\":\"I'll generate the neural USB matrix, that should capacitor the GB monitor!\"}"], ["created_at", "2016-10-06 14:49:19.703350"], ["updated_at", "2016-10-06 14:49:19.703350"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed modi alias.\",\"text\":\"Use the redundant IB program, then you can input the multi-byte panel!\"}"], ["created_at", "2016-10-06 14:49:19.704261"], ["updated_at", "2016-10-06 14:49:19.704261"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis quam fugit consequatur animi.\",\"text\":\"I'll parse the haptic AI circuit, that should alarm the RSS card!\"}"], ["created_at", "2016-10-06 14:49:19.705145"], ["updated_at", "2016-10-06 14:49:19.705145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut assumenda beatae.\",\"text\":\"The ADP sensor is down, back up the auxiliary bus so we can program the ADP port!\"}"], ["created_at", "2016-10-06 14:49:19.706004"], ["updated_at", "2016-10-06 14:49:19.706004"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut similique tempore et.\",\"text\":\"Overriding the firewall won't do anything, we need to back up the wireless http matrix!\"}"], ["created_at", "2016-10-06 14:49:19.706887"], ["updated_at", "2016-10-06 14:49:19.706887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius similique rem et modi fugit.\",\"text\":\"If we transmit the application, we can get to the TCP sensor through the optical SMS application!\"}"], ["created_at", "2016-10-06 14:49:19.707769"], ["updated_at", "2016-10-06 14:49:19.707769"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque excepturi distinctio commodi laudantium natus et tempora.\",\"text\":\"We need to bypass the haptic SSL transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.708638"], ["updated_at", "2016-10-06 14:49:19.708638"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti cum rerum at est sed.\",\"text\":\"You can't synthesize the alarm without bypassing the 1080p PCI bus!\"}"], ["created_at", "2016-10-06 14:49:19.709498"], ["updated_at", "2016-10-06 14:49:19.709498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem magnam quisquam quis quia ipsum.\",\"text\":\"If we copy the sensor, we can get to the SMTP transmitter through the multi-byte HDD capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.710389"], ["updated_at", "2016-10-06 14:49:19.710389"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur in soluta porro alias consequatur.\",\"text\":\"Parsing the feed won't do anything, we need to bypass the cross-platform pci firewall!\"}"], ["created_at", "2016-10-06 14:49:19.711298"], ["updated_at", "2016-10-06 14:49:19.711298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et laborum eum.\",\"text\":\"The IB feed is down, reboot the mobile hard drive so we can hack the CSS card!\"}"], ["created_at", "2016-10-06 14:49:19.712190"], ["updated_at", "2016-10-06 14:49:19.712190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptas delectus officiis ut provident ex.\",\"text\":\"I'll program the neural PCI firewall, that should interface the COM array!\"}"], ["created_at", "2016-10-06 14:49:19.713107"], ["updated_at", "2016-10-06 14:49:19.713107"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda iste doloribus voluptatem non quis eum omnis.\",\"text\":\"Copying the program won't do anything, we need to transmit the primary thx bus!\"}"], ["created_at", "2016-10-06 14:49:19.714043"], ["updated_at", "2016-10-06 14:49:19.714043"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus facilis atque neque exercitationem repellendus et.\",\"text\":\"I'll hack the redundant TCP driver, that should capacitor the HDD protocol!\"}"], ["created_at", "2016-10-06 14:49:19.714923"], ["updated_at", "2016-10-06 14:49:19.714923"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit excepturi eum qui.\",\"text\":\"You can't override the protocol without quantifying the cross-platform RAM panel!\"}"], ["created_at", "2016-10-06 14:49:19.715819"], ["updated_at", "2016-10-06 14:49:19.715819"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad quo fuga nostrum similique.\",\"text\":\"The COM firewall is down, reboot the virtual program so we can reboot the CSS monitor!\"}"], ["created_at", "2016-10-06 14:49:19.716739"], ["updated_at", "2016-10-06 14:49:19.716739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae odio quia autem tenetur porro.\",\"text\":\"We need to hack the solid state SCSI program!\"}"], ["created_at", "2016-10-06 14:49:19.717604"], ["updated_at", "2016-10-06 14:49:19.717604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum nemo reiciendis aliquid.\",\"text\":\"We need to hack the bluetooth COM protocol!\"}"], ["created_at", "2016-10-06 14:49:19.718484"], ["updated_at", "2016-10-06 14:49:19.718484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus similique modi repellendus vitae.\",\"text\":\"Use the solid state SQL circuit, then you can generate the virtual port!\"}"], ["created_at", "2016-10-06 14:49:19.719362"], ["updated_at", "2016-10-06 14:49:19.719362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui veniam et iure.\",\"text\":\"Try to navigate the SMS pixel, maybe it will navigate the mobile sensor!\"}"], ["created_at", "2016-10-06 14:49:19.720227"], ["updated_at", "2016-10-06 14:49:19.720227"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit temporibus ratione dolor.\",\"text\":\"Connecting the microchip won't do anything, we need to override the 1080p hdd sensor!\"}"], ["created_at", "2016-10-06 14:49:19.721143"], ["updated_at", "2016-10-06 14:49:19.721143"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet ipsam sed rem vitae aperiam qui soluta.\",\"text\":\"You can't synthesize the port without navigating the digital SSL system!\"}"], ["created_at", "2016-10-06 14:49:19.722032"], ["updated_at", "2016-10-06 14:49:19.722032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate incidunt ipsa quod.\",\"text\":\"Try to override the SDD alarm, maybe it will hack the mobile alarm!\"}"], ["created_at", "2016-10-06 14:49:19.722916"], ["updated_at", "2016-10-06 14:49:19.722916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis mollitia exercitationem in laboriosam totam sed quo.\",\"text\":\"Try to synthesize the JBOD card, maybe it will index the 1080p program!\"}"], ["created_at", "2016-10-06 14:49:19.723773"], ["updated_at", "2016-10-06 14:49:19.723773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ipsum dolor.\",\"text\":\"Programming the application won't do anything, we need to generate the back-end pci circuit!\"}"], ["created_at", "2016-10-06 14:49:19.724677"], ["updated_at", "2016-10-06 14:49:19.724677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolor est et consequatur laudantium.\",\"text\":\"Indexing the matrix won't do anything, we need to navigate the solid state sms port!\"}"], ["created_at", "2016-10-06 14:49:19.725563"], ["updated_at", "2016-10-06 14:49:19.725563"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut debitis quia rerum sint dolores modi nam.\",\"text\":\"The SDD microchip is down, copy the back-end card so we can parse the PNG circuit!\"}"], ["created_at", "2016-10-06 14:49:19.726472"], ["updated_at", "2016-10-06 14:49:19.726472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cupiditate repellat beatae.\",\"text\":\"Try to transmit the SQL card, maybe it will calculate the online system!\"}"], ["created_at", "2016-10-06 14:49:19.727355"], ["updated_at", "2016-10-06 14:49:19.727355"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut facere debitis eligendi explicabo laudantium eos quisquam.\",\"text\":\"If we bypass the program, we can get to the SMTP bandwidth through the online COM feed!\"}"], ["created_at", "2016-10-06 14:49:19.728247"], ["updated_at", "2016-10-06 14:49:19.728247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo amet cumque doloremque nisi dicta non.\",\"text\":\"Try to connect the AGP capacitor, maybe it will back up the optical matrix!\"}"], ["created_at", "2016-10-06 14:49:19.729149"], ["updated_at", "2016-10-06 14:49:19.729149"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi enim odio.\",\"text\":\"We need to program the bluetooth JBOD circuit!\"}"], ["created_at", "2016-10-06 14:49:19.729999"], ["updated_at", "2016-10-06 14:49:19.729999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam voluptas vitae eaque aperiam animi reprehenderit quia.\",\"text\":\"If we bypass the program, we can get to the SQL panel through the mobile PCI monitor!\"}"], ["created_at", "2016-10-06 14:49:19.730943"], ["updated_at", "2016-10-06 14:49:19.730943"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem excepturi consequatur sit eaque ipsum quam.\",\"text\":\"Try to synthesize the PNG driver, maybe it will back up the online bus!\"}"], ["created_at", "2016-10-06 14:49:19.731859"], ["updated_at", "2016-10-06 14:49:19.731859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus quia quis neque reprehenderit sunt dolores excepturi.\",\"text\":\"Use the neural SSL application, then you can synthesize the mobile capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.732755"], ["updated_at", "2016-10-06 14:49:19.732755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et laudantium est.\",\"text\":\"Use the digital AI system, then you can connect the cross-platform application!\"}"], ["created_at", "2016-10-06 14:49:19.733642"], ["updated_at", "2016-10-06 14:49:19.733642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure cum modi in facere minima.\",\"text\":\"You can't compress the capacitor without programming the auxiliary USB system!\"}"], ["created_at", "2016-10-06 14:49:19.734594"], ["updated_at", "2016-10-06 14:49:19.734594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic voluptatem dolore odit occaecati tempora ratione.\",\"text\":\"We need to input the haptic USB capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.735544"], ["updated_at", "2016-10-06 14:49:19.735544"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit sed debitis.\",\"text\":\"I'll quantify the neural HTTP feed, that should feed the AI driver!\"}"], ["created_at", "2016-10-06 14:49:19.736430"], ["updated_at", "2016-10-06 14:49:19.736430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt fugit voluptatem perspiciatis doloribus.\",\"text\":\"The COM transmitter is down, parse the auxiliary capacitor so we can program the ADP monitor!\"}"], ["created_at", "2016-10-06 14:49:19.737318"], ["updated_at", "2016-10-06 14:49:19.737318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis tempora laboriosam.\",\"text\":\"I'll back up the multi-byte COM driver, that should capacitor the HDD array!\"}"], ["created_at", "2016-10-06 14:49:19.738243"], ["updated_at", "2016-10-06 14:49:19.738243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt recusandae sapiente quos aut explicabo.\",\"text\":\"If we synthesize the monitor, we can get to the AGP microchip through the haptic COM driver!\"}"], ["created_at", "2016-10-06 14:49:19.739139"], ["updated_at", "2016-10-06 14:49:19.739139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque quasi sit autem rerum.\",\"text\":\"I'll input the redundant AI application, that should capacitor the XSS matrix!\"}"], ["created_at", "2016-10-06 14:49:19.740084"], ["updated_at", "2016-10-06 14:49:19.740084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt illum sint omnis dolorem quaerat.\",\"text\":\"The SMTP alarm is down, hack the 1080p port so we can hack the SSL panel!\"}"], ["created_at", "2016-10-06 14:49:19.740994"], ["updated_at", "2016-10-06 14:49:19.740994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit laborum praesentium eius consectetur iusto incidunt qui.\",\"text\":\"We need to connect the multi-byte GB driver!\"}"], ["created_at", "2016-10-06 14:49:19.741880"], ["updated_at", "2016-10-06 14:49:19.741880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint provident ullam officia consequuntur.\",\"text\":\"The IB driver is down, reboot the haptic panel so we can input the RAM transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.742790"], ["updated_at", "2016-10-06 14:49:19.742790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ut saepe.\",\"text\":\"Try to calculate the SDD transmitter, maybe it will back up the optical microchip!\"}"], ["created_at", "2016-10-06 14:49:19.743671"], ["updated_at", "2016-10-06 14:49:19.743671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt deserunt repellat iusto.\",\"text\":\"Use the online AI capacitor, then you can connect the open-source system!\"}"], ["created_at", "2016-10-06 14:49:19.744542"], ["updated_at", "2016-10-06 14:49:19.744542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident in ut natus vel.\",\"text\":\"I'll parse the online SMS firewall, that should monitor the XSS application!\"}"], ["created_at", "2016-10-06 14:49:19.745437"], ["updated_at", "2016-10-06 14:49:19.745437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In pariatur temporibus.\",\"text\":\"Use the digital AI hard drive, then you can bypass the mobile program!\"}"], ["created_at", "2016-10-06 14:49:19.746397"], ["updated_at", "2016-10-06 14:49:19.746397"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium excepturi omnis qui et sit aut.\",\"text\":\"Generating the pixel won't do anything, we need to hack the open-source sms array!\"}"], ["created_at", "2016-10-06 14:49:19.747288"], ["updated_at", "2016-10-06 14:49:19.747288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aut quis et dolor nobis repellendus ea.\",\"text\":\"We need to input the auxiliary AGP pixel!\"}"], ["created_at", "2016-10-06 14:49:19.748181"], ["updated_at", "2016-10-06 14:49:19.748181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut ea iste.\",\"text\":\"I'll connect the redundant HTTP program, that should panel the RSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.749097"], ["updated_at", "2016-10-06 14:49:19.749097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis incidunt aut expedita doloribus voluptates tempora.\",\"text\":\"We need to override the haptic XML feed!\"}"], ["created_at", "2016-10-06 14:49:19.750015"], ["updated_at", "2016-10-06 14:49:19.750015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur odit provident sed.\",\"text\":\"Use the 1080p THX circuit, then you can generate the digital bus!\"}"], ["created_at", "2016-10-06 14:49:19.750908"], ["updated_at", "2016-10-06 14:49:19.750908"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis voluptatibus sit.\",\"text\":\"I'll navigate the wireless PCI interface, that should protocol the COM transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.751900"], ["updated_at", "2016-10-06 14:49:19.751900"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ipsam omnis id voluptas.\",\"text\":\"You can't compress the microchip without bypassing the 1080p XSS port!\"}"], ["created_at", "2016-10-06 14:49:19.753098"], ["updated_at", "2016-10-06 14:49:19.753098"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit eius rem dolorum quisquam.\",\"text\":\"Try to bypass the SCSI panel, maybe it will calculate the optical application!\"}"], ["created_at", "2016-10-06 14:49:19.754455"], ["updated_at", "2016-10-06 14:49:19.754455"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum sint quas accusantium quis aliquam amet.\",\"text\":\"The IB matrix is down, program the wireless transmitter so we can navigate the RSS sensor!\"}"], ["created_at", "2016-10-06 14:49:19.755955"], ["updated_at", "2016-10-06 14:49:19.755955"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint ad non mollitia ut.\",\"text\":\"The HDD sensor is down, calculate the optical feed so we can calculate the SMTP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.758793"], ["updated_at", "2016-10-06 14:49:19.758793"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non aut voluptatibus et tenetur dolorem.\",\"text\":\"The AGP feed is down, reboot the primary transmitter so we can transmit the TCP system!\"}"], ["created_at", "2016-10-06 14:49:19.760409"], ["updated_at", "2016-10-06 14:49:19.760409"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque nulla asperiores suscipit nam sint veniam.\",\"text\":\"Use the 1080p HDD bus, then you can hack the cross-platform capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.764289"], ["updated_at", "2016-10-06 14:49:19.764289"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem iste commodi qui illum.\",\"text\":\"We need to compress the solid state CSS system!\"}"], ["created_at", "2016-10-06 14:49:19.765523"], ["updated_at", "2016-10-06 14:49:19.765523"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores voluptatum soluta consectetur.\",\"text\":\"The USB system is down, hack the multi-byte monitor so we can program the SQL circuit!\"}"], ["created_at", "2016-10-06 14:49:19.766632"], ["updated_at", "2016-10-06 14:49:19.766632"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt quidem quod rerum asperiores porro.\",\"text\":\"We need to synthesize the virtual SCSI hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.767652"], ["updated_at", "2016-10-06 14:49:19.767652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque quia repellat nihil.\",\"text\":\"We need to connect the virtual COM panel!\"}"], ["created_at", "2016-10-06 14:49:19.768641"], ["updated_at", "2016-10-06 14:49:19.768641"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus voluptates voluptatem aut sunt reiciendis commodi quis.\",\"text\":\"The RAM hard drive is down, compress the solid state monitor so we can override the FTP pixel!\"}"], ["created_at", "2016-10-06 14:49:19.769625"], ["updated_at", "2016-10-06 14:49:19.769625"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet aliquid ad vitae sed beatae dicta eos.\",\"text\":\"I'll back up the multi-byte THX microchip, that should hard drive the SDD capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.770647"], ["updated_at", "2016-10-06 14:49:19.770647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi quis ut corrupti doloribus.\",\"text\":\"If we program the application, we can get to the TCP pixel through the digital THX card!\"}"], ["created_at", "2016-10-06 14:49:19.771645"], ["updated_at", "2016-10-06 14:49:19.771645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima aut fugiat laborum non adipisci et similique.\",\"text\":\"Use the open-source IB bandwidth, then you can copy the redundant sensor!\"}"], ["created_at", "2016-10-06 14:49:19.772629"], ["updated_at", "2016-10-06 14:49:19.772629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur enim ut aut libero aut.\",\"text\":\"We need to input the haptic IB interface!\"}"], ["created_at", "2016-10-06 14:49:19.773575"], ["updated_at", "2016-10-06 14:49:19.773575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum maiores alias corrupti cum nihil quis quo.\",\"text\":\"The SMS hard drive is down, parse the back-end application so we can generate the SMTP microchip!\"}"], ["created_at", "2016-10-06 14:49:19.774577"], ["updated_at", "2016-10-06 14:49:19.774577"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus consequatur mollitia vel quibusdam.\",\"text\":\"I'll calculate the optical RAM array, that should matrix the COM array!\"}"], ["created_at", "2016-10-06 14:49:19.775537"], ["updated_at", "2016-10-06 14:49:19.775537"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo impedit eveniet.\",\"text\":\"If we copy the matrix, we can get to the IB matrix through the online PNG feed!\"}"], ["created_at", "2016-10-06 14:49:19.776470"], ["updated_at", "2016-10-06 14:49:19.776470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio nesciunt molestiae recusandae adipisci est quaerat.\",\"text\":\"Transmitting the bus won't do anything, we need to navigate the back-end ftp monitor!\"}"], ["created_at", "2016-10-06 14:49:19.777405"], ["updated_at", "2016-10-06 14:49:19.777405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi ratione deserunt dolorum corrupti ea fugiat.\",\"text\":\"The ADP monitor is down, quantify the multi-byte protocol so we can bypass the SQL pixel!\"}"], ["created_at", "2016-10-06 14:49:19.778316"], ["updated_at", "2016-10-06 14:49:19.778316"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aut magnam.\",\"text\":\"If we copy the monitor, we can get to the SCSI driver through the mobile AI capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.779390"], ["updated_at", "2016-10-06 14:49:19.779390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis quis et alias fugit rerum qui deleniti.\",\"text\":\"The JSON hard drive is down, compress the solid state feed so we can index the GB firewall!\"}"], ["created_at", "2016-10-06 14:49:19.780317"], ["updated_at", "2016-10-06 14:49:19.780317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis officiis et voluptate quasi nihil aspernatur aut.\",\"text\":\"I'll index the back-end RAM matrix, that should transmitter the SMS application!\"}"], ["created_at", "2016-10-06 14:49:19.781197"], ["updated_at", "2016-10-06 14:49:19.781197"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut itaque commodi earum harum aliquid vitae.\",\"text\":\"I'll navigate the wireless SAS sensor, that should hard drive the AGP circuit!\"}"], ["created_at", "2016-10-06 14:49:19.782078"], ["updated_at", "2016-10-06 14:49:19.782078"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt ex eum est quae qui aliquam minima.\",\"text\":\"We need to parse the redundant USB capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.783017"], ["updated_at", "2016-10-06 14:49:19.783017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dignissimos dolorum.\",\"text\":\"You can't calculate the bus without compressing the neural PNG bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.783894"], ["updated_at", "2016-10-06 14:49:19.783894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam sint est amet rerum et placeat.\",\"text\":\"Calculating the capacitor won't do anything, we need to calculate the wireless sas matrix!\"}"], ["created_at", "2016-10-06 14:49:19.784777"], ["updated_at", "2016-10-06 14:49:19.784777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor totam non distinctio dolores et assumenda error.\",\"text\":\"The SMS array is down, reboot the optical interface so we can synthesize the RAM array!\"}"], ["created_at", "2016-10-06 14:49:19.785640"], ["updated_at", "2016-10-06 14:49:19.785640"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem omnis autem.\",\"text\":\"The RSS feed is down, bypass the wireless card so we can override the AI protocol!\"}"], ["created_at", "2016-10-06 14:49:19.786529"], ["updated_at", "2016-10-06 14:49:19.786529"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores magnam consequuntur.\",\"text\":\"The ADP transmitter is down, index the redundant alarm so we can synthesize the SMTP microchip!\"}"], ["created_at", "2016-10-06 14:49:19.787424"], ["updated_at", "2016-10-06 14:49:19.787424"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos dolor autem minus.\",\"text\":\"Try to copy the SAS program, maybe it will copy the multi-byte transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.788317"], ["updated_at", "2016-10-06 14:49:19.788317"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident ipsa quis placeat error necessitatibus.\",\"text\":\"If we quantify the microchip, we can get to the SMTP firewall through the 1080p PCI bus!\"}"], ["created_at", "2016-10-06 14:49:19.789195"], ["updated_at", "2016-10-06 14:49:19.789195"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At sit recusandae est.\",\"text\":\"Try to back up the GB transmitter, maybe it will synthesize the digital pixel!\"}"], ["created_at", "2016-10-06 14:49:19.790087"], ["updated_at", "2016-10-06 14:49:19.790087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nesciunt sed tenetur similique eius.\",\"text\":\"Try to override the USB circuit, maybe it will bypass the wireless program!\"}"], ["created_at", "2016-10-06 14:49:19.790982"], ["updated_at", "2016-10-06 14:49:19.790982"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae minus hic facere voluptate provident ab ut.\",\"text\":\"Try to calculate the FTP array, maybe it will reboot the 1080p matrix!\"}"], ["created_at", "2016-10-06 14:49:19.791845"], ["updated_at", "2016-10-06 14:49:19.791845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio et ab.\",\"text\":\"If we bypass the feed, we can get to the RAM hard drive through the neural CSS program!\"}"], ["created_at", "2016-10-06 14:49:19.792729"], ["updated_at", "2016-10-06 14:49:19.792729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam ipsam reiciendis soluta tenetur aliquid.\",\"text\":\"Try to navigate the SMS protocol, maybe it will reboot the haptic firewall!\"}"], ["created_at", "2016-10-06 14:49:19.793606"], ["updated_at", "2016-10-06 14:49:19.793606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam reprehenderit odio.\",\"text\":\"You can't bypass the microchip without quantifying the optical SMS panel!\"}"], ["created_at", "2016-10-06 14:49:19.794499"], ["updated_at", "2016-10-06 14:49:19.794499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis error itaque ut cupiditate qui.\",\"text\":\"I'll compress the virtual CSS monitor, that should bandwidth the XSS pixel!\"}"], ["created_at", "2016-10-06 14:49:19.795374"], ["updated_at", "2016-10-06 14:49:19.795374"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est est hic quam sunt.\",\"text\":\"Try to copy the ADP capacitor, maybe it will quantify the solid state microchip!\"}"], ["created_at", "2016-10-06 14:49:19.796286"], ["updated_at", "2016-10-06 14:49:19.796286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae dolorem voluptas et et error.\",\"text\":\"I'll transmit the auxiliary COM circuit, that should microchip the SQL bus!\"}"], ["created_at", "2016-10-06 14:49:19.797232"], ["updated_at", "2016-10-06 14:49:19.797232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima quos distinctio neque.\",\"text\":\"Try to parse the AI application, maybe it will hack the multi-byte transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.798144"], ["updated_at", "2016-10-06 14:49:19.798144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eum aspernatur in nesciunt veniam.\",\"text\":\"If we calculate the matrix, we can get to the USB bandwidth through the virtual JSON microchip!\"}"], ["created_at", "2016-10-06 14:49:19.799040"], ["updated_at", "2016-10-06 14:49:19.799040"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum qui sapiente.\",\"text\":\"Compressing the pixel won't do anything, we need to bypass the wireless scsi transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.799966"], ["updated_at", "2016-10-06 14:49:19.799966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem architecto ipsum blanditiis esse exercitationem recusandae.\",\"text\":\"Use the digital JSON application, then you can generate the solid state capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.800837"], ["updated_at", "2016-10-06 14:49:19.800837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta alias voluptate in praesentium cum.\",\"text\":\"Use the back-end AGP hard drive, then you can quantify the haptic microchip!\"}"], ["created_at", "2016-10-06 14:49:19.801720"], ["updated_at", "2016-10-06 14:49:19.801720"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio adipisci illo sint accusantium id sunt.\",\"text\":\"I'll synthesize the virtual GB transmitter, that should transmitter the SMS alarm!\"}"], ["created_at", "2016-10-06 14:49:19.802603"], ["updated_at", "2016-10-06 14:49:19.802603"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates omnis eum illum voluptatibus aperiam.\",\"text\":\"Try to index the EXE transmitter, maybe it will copy the primary bus!\"}"], ["created_at", "2016-10-06 14:49:19.803486"], ["updated_at", "2016-10-06 14:49:19.803486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia inventore optio saepe quia.\",\"text\":\"We need to generate the bluetooth GB alarm!\"}"], ["created_at", "2016-10-06 14:49:19.804433"], ["updated_at", "2016-10-06 14:49:19.804433"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet nisi minima ea doloribus quia dolor explicabo.\",\"text\":\"If we generate the feed, we can get to the JBOD array through the virtual PNG capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.805308"], ["updated_at", "2016-10-06 14:49:19.805308"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt quia quasi.\",\"text\":\"If we transmit the application, we can get to the RSS sensor through the primary COM alarm!\"}"], ["created_at", "2016-10-06 14:49:19.806203"], ["updated_at", "2016-10-06 14:49:19.806203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut magnam vitae perferendis enim.\",\"text\":\"We need to calculate the back-end PCI alarm!\"}"], ["created_at", "2016-10-06 14:49:19.807115"], ["updated_at", "2016-10-06 14:49:19.807115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius atque voluptatem facilis saepe voluptas facere.\",\"text\":\"Try to copy the SAS array, maybe it will synthesize the open-source bus!\"}"], ["created_at", "2016-10-06 14:49:19.808034"], ["updated_at", "2016-10-06 14:49:19.808034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa doloremque expedita repellat.\",\"text\":\"I'll calculate the virtual SDD bandwidth, that should feed the SQL application!\"}"], ["created_at", "2016-10-06 14:49:19.808898"], ["updated_at", "2016-10-06 14:49:19.808898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In sit quae in dolorem ea.\",\"text\":\"Try to compress the SQL microchip, maybe it will back up the open-source driver!\"}"], ["created_at", "2016-10-06 14:49:19.809795"], ["updated_at", "2016-10-06 14:49:19.809795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum est velit atque fugit et.\",\"text\":\"Indexing the system won't do anything, we need to hack the back-end xss program!\"}"], ["created_at", "2016-10-06 14:49:19.810724"], ["updated_at", "2016-10-06 14:49:19.810724"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et similique excepturi vel.\",\"text\":\"You can't quantify the capacitor without overriding the primary TCP card!\"}"], ["created_at", "2016-10-06 14:49:19.811612"], ["updated_at", "2016-10-06 14:49:19.811612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet et minima consequatur ipsam sint perferendis.\",\"text\":\"You can't back up the array without hacking the digital THX port!\"}"], ["created_at", "2016-10-06 14:49:19.812514"], ["updated_at", "2016-10-06 14:49:19.812514"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore quis et enim voluptatem inventore expedita.\",\"text\":\"You can't connect the bus without generating the primary SAS port!\"}"], ["created_at", "2016-10-06 14:49:19.813385"], ["updated_at", "2016-10-06 14:49:19.813385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt minus quia perferendis.\",\"text\":\"Try to transmit the TCP alarm, maybe it will copy the virtual array!\"}"], ["created_at", "2016-10-06 14:49:19.814275"], ["updated_at", "2016-10-06 14:49:19.814275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sint sint.\",\"text\":\"You can't quantify the circuit without bypassing the online CSS panel!\"}"], ["created_at", "2016-10-06 14:49:19.815152"], ["updated_at", "2016-10-06 14:49:19.815152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo repudiandae tempora.\",\"text\":\"I'll program the optical THX application, that should protocol the PNG interface!\"}"], ["created_at", "2016-10-06 14:49:19.816023"], ["updated_at", "2016-10-06 14:49:19.816023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit qui placeat alias optio vitae.\",\"text\":\"I'll quantify the bluetooth SCSI monitor, that should bus the EXE microchip!\"}"], ["created_at", "2016-10-06 14:49:19.816912"], ["updated_at", "2016-10-06 14:49:19.816912"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error modi reiciendis eveniet.\",\"text\":\"Use the open-source RSS sensor, then you can generate the open-source bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.817769"], ["updated_at", "2016-10-06 14:49:19.817769"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum impedit nihil.\",\"text\":\"We need to bypass the open-source PNG feed!\"}"], ["created_at", "2016-10-06 14:49:19.818669"], ["updated_at", "2016-10-06 14:49:19.818669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla sunt et.\",\"text\":\"Hacking the sensor won't do anything, we need to quantify the solid state sms firewall!\"}"], ["created_at", "2016-10-06 14:49:19.819547"], ["updated_at", "2016-10-06 14:49:19.819547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet est omnis temporibus.\",\"text\":\"Backing up the matrix won't do anything, we need to reboot the cross-platform sms panel!\"}"], ["created_at", "2016-10-06 14:49:19.820437"], ["updated_at", "2016-10-06 14:49:19.820437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et veritatis laborum enim eligendi similique est.\",\"text\":\"If we transmit the capacitor, we can get to the HDD bus through the open-source JSON feed!\"}"], ["created_at", "2016-10-06 14:49:19.821321"], ["updated_at", "2016-10-06 14:49:19.821321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium eum tempore itaque suscipit modi iste.\",\"text\":\"Try to bypass the SCSI system, maybe it will compress the primary bus!\"}"], ["created_at", "2016-10-06 14:49:19.822207"], ["updated_at", "2016-10-06 14:49:19.822207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis rerum aliquam enim natus fugiat rem praesentium.\",\"text\":\"Bypassing the matrix won't do anything, we need to navigate the neural gb system!\"}"], ["created_at", "2016-10-06 14:49:19.823088"], ["updated_at", "2016-10-06 14:49:19.823088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea placeat alias ut impedit dolorem soluta.\",\"text\":\"The GB transmitter is down, quantify the cross-platform array so we can quantify the GB program!\"}"], ["created_at", "2016-10-06 14:49:19.823952"], ["updated_at", "2016-10-06 14:49:19.823952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam occaecati soluta nostrum qui quis voluptatibus possimus.\",\"text\":\"Hacking the feed won't do anything, we need to reboot the wireless adp monitor!\"}"], ["created_at", "2016-10-06 14:49:19.824856"], ["updated_at", "2016-10-06 14:49:19.824856"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi consectetur impedit esse qui porro nostrum sint.\",\"text\":\"Generating the protocol won't do anything, we need to quantify the haptic sql card!\"}"], ["created_at", "2016-10-06 14:49:19.825776"], ["updated_at", "2016-10-06 14:49:19.825776"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam reiciendis maiores nihil.\",\"text\":\"You can't reboot the pixel without transmitting the solid state CSS system!\"}"], ["created_at", "2016-10-06 14:49:19.826700"], ["updated_at", "2016-10-06 14:49:19.826700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et exercitationem aspernatur deleniti placeat at.\",\"text\":\"The CSS alarm is down, copy the bluetooth protocol so we can parse the PNG bus!\"}"], ["created_at", "2016-10-06 14:49:19.827594"], ["updated_at", "2016-10-06 14:49:19.827594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore voluptas quibusdam quod veniam at aut.\",\"text\":\"The USB card is down, program the virtual hard drive so we can parse the RSS matrix!\"}"], ["created_at", "2016-10-06 14:49:19.828484"], ["updated_at", "2016-10-06 14:49:19.828484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos et amet.\",\"text\":\"Use the bluetooth XSS monitor, then you can hack the online panel!\"}"], ["created_at", "2016-10-06 14:49:19.829380"], ["updated_at", "2016-10-06 14:49:19.829380"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit aut dolorum eum tenetur voluptatem consequatur repellendus.\",\"text\":\"If we generate the hard drive, we can get to the HTTP port through the cross-platform HTTP alarm!\"}"], ["created_at", "2016-10-06 14:49:19.830272"], ["updated_at", "2016-10-06 14:49:19.830272"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum quo qui rerum exercitationem ipsam.\",\"text\":\"I'll copy the open-source HTTP panel, that should transmitter the SMS feed!\"}"], ["created_at", "2016-10-06 14:49:19.831168"], ["updated_at", "2016-10-06 14:49:19.831168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur deleniti et vel.\",\"text\":\"Backing up the capacitor won't do anything, we need to generate the mobile pci program!\"}"], ["created_at", "2016-10-06 14:49:19.832046"], ["updated_at", "2016-10-06 14:49:19.832046"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente quis ipsum quo.\",\"text\":\"I'll quantify the 1080p XML card, that should protocol the AGP card!\"}"], ["created_at", "2016-10-06 14:49:19.832927"], ["updated_at", "2016-10-06 14:49:19.832927"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus magni quia.\",\"text\":\"We need to connect the open-source SCSI panel!\"}"], ["created_at", "2016-10-06 14:49:19.833785"], ["updated_at", "2016-10-06 14:49:19.833785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam sequi aut ipsam.\",\"text\":\"We need to index the bluetooth AI bus!\"}"], ["created_at", "2016-10-06 14:49:19.834703"], ["updated_at", "2016-10-06 14:49:19.834703"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quia earum in eos nihil qui.\",\"text\":\"Copying the matrix won't do anything, we need to reboot the mobile usb microchip!\"}"], ["created_at", "2016-10-06 14:49:19.835600"], ["updated_at", "2016-10-06 14:49:19.835600"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut amet sed.\",\"text\":\"I'll connect the open-source AGP transmitter, that should protocol the EXE array!\"}"], ["created_at", "2016-10-06 14:49:19.836509"], ["updated_at", "2016-10-06 14:49:19.836509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint iusto corporis reiciendis.\",\"text\":\"If we synthesize the circuit, we can get to the RSS firewall through the virtual SAS protocol!\"}"], ["created_at", "2016-10-06 14:49:19.837414"], ["updated_at", "2016-10-06 14:49:19.837414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae debitis quam consequatur non qui iure consequatur.\",\"text\":\"I'll copy the mobile ADP port, that should system the HTTP pixel!\"}"], ["created_at", "2016-10-06 14:49:19.838315"], ["updated_at", "2016-10-06 14:49:19.838315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quaerat et.\",\"text\":\"Use the virtual CSS monitor, then you can navigate the multi-byte sensor!\"}"], ["created_at", "2016-10-06 14:49:19.839192"], ["updated_at", "2016-10-06 14:49:19.839192"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat eligendi qui id dolorem.\",\"text\":\"We need to copy the cross-platform USB program!\"}"], ["created_at", "2016-10-06 14:49:19.840118"], ["updated_at", "2016-10-06 14:49:19.840118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime enim sunt vel.\",\"text\":\"We need to index the digital IB hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.841006"], ["updated_at", "2016-10-06 14:49:19.841006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta odit dolores qui exercitationem dolores eum.\",\"text\":\"We need to bypass the digital IB bus!\"}"], ["created_at", "2016-10-06 14:49:19.841877"], ["updated_at", "2016-10-06 14:49:19.841877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum rerum quasi incidunt nobis sapiente.\",\"text\":\"The USB bus is down, transmit the mobile system so we can quantify the HDD microchip!\"}"], ["created_at", "2016-10-06 14:49:19.842788"], ["updated_at", "2016-10-06 14:49:19.842788"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint vero ipsam enim expedita.\",\"text\":\"I'll parse the haptic ADP microchip, that should application the SSL card!\"}"], ["created_at", "2016-10-06 14:49:19.843665"], ["updated_at", "2016-10-06 14:49:19.843665"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi sit tempora vitae et qui neque.\",\"text\":\"Try to input the EXE alarm, maybe it will calculate the multi-byte firewall!\"}"], ["created_at", "2016-10-06 14:49:19.844564"], ["updated_at", "2016-10-06 14:49:19.844564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor distinctio molestiae laboriosam et.\",\"text\":\"Use the neural EXE matrix, then you can override the back-end firewall!\"}"], ["created_at", "2016-10-06 14:49:19.845469"], ["updated_at", "2016-10-06 14:49:19.845469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos totam architecto officiis explicabo aliquid voluptatem.\",\"text\":\"We need to parse the online FTP matrix!\"}"], ["created_at", "2016-10-06 14:49:19.846392"], ["updated_at", "2016-10-06 14:49:19.846392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam nobis quia molestiae.\",\"text\":\"The SCSI transmitter is down, connect the bluetooth system so we can parse the GB feed!\"}"], ["created_at", "2016-10-06 14:49:19.847301"], ["updated_at", "2016-10-06 14:49:19.847301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus quo corporis est nulla.\",\"text\":\"We need to reboot the auxiliary JBOD application!\"}"], ["created_at", "2016-10-06 14:49:19.848178"], ["updated_at", "2016-10-06 14:49:19.848178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime exercitationem esse dolorem perspiciatis eligendi.\",\"text\":\"We need to synthesize the digital HDD array!\"}"], ["created_at", "2016-10-06 14:49:19.849059"], ["updated_at", "2016-10-06 14:49:19.849059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed nesciunt necessitatibus.\",\"text\":\"Use the solid state RSS capacitor, then you can generate the solid state protocol!\"}"], ["created_at", "2016-10-06 14:49:19.849945"], ["updated_at", "2016-10-06 14:49:19.849945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At distinctio excepturi.\",\"text\":\"You can't reboot the firewall without synthesizing the redundant PNG feed!\"}"], ["created_at", "2016-10-06 14:49:19.850846"], ["updated_at", "2016-10-06 14:49:19.850846"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo qui officiis tenetur.\",\"text\":\"We need to transmit the 1080p SSL interface!\"}"], ["created_at", "2016-10-06 14:49:19.851718"], ["updated_at", "2016-10-06 14:49:19.851718"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis ea accusamus.\",\"text\":\"If we parse the matrix, we can get to the HTTP sensor through the multi-byte XSS panel!\"}"], ["created_at", "2016-10-06 14:49:19.852605"], ["updated_at", "2016-10-06 14:49:19.852605"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor non impedit aut voluptas.\",\"text\":\"I'll transmit the mobile RAM alarm, that should card the EXE panel!\"}"], ["created_at", "2016-10-06 14:49:19.853555"], ["updated_at", "2016-10-06 14:49:19.853555"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit praesentium non error illum.\",\"text\":\"Try to generate the HDD feed, maybe it will program the mobile firewall!\"}"], ["created_at", "2016-10-06 14:49:19.854541"], ["updated_at", "2016-10-06 14:49:19.854541"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt animi consequatur.\",\"text\":\"If we synthesize the panel, we can get to the JBOD panel through the online JSON protocol!\"}"], ["created_at", "2016-10-06 14:49:19.855493"], ["updated_at", "2016-10-06 14:49:19.855493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet neque sunt.\",\"text\":\"We need to transmit the 1080p PNG feed!\"}"], ["created_at", "2016-10-06 14:49:19.856394"], ["updated_at", "2016-10-06 14:49:19.856394"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus et voluptatibus iusto dolor aut illo.\",\"text\":\"The SMS driver is down, connect the auxiliary microchip so we can hack the RSS port!\"}"], ["created_at", "2016-10-06 14:49:19.857270"], ["updated_at", "2016-10-06 14:49:19.857270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eos voluptas fugiat at ut doloremque.\",\"text\":\"Overriding the program won't do anything, we need to synthesize the redundant ai system!\"}"], ["created_at", "2016-10-06 14:49:19.858185"], ["updated_at", "2016-10-06 14:49:19.858185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et et odio sed voluptas officia architecto.\",\"text\":\"The FTP transmitter is down, generate the cross-platform microchip so we can program the SAS alarm!\"}"], ["created_at", "2016-10-06 14:49:19.859130"], ["updated_at", "2016-10-06 14:49:19.859130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque nobis optio eos aut.\",\"text\":\"Quantifying the program won't do anything, we need to generate the haptic sas bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.860113"], ["updated_at", "2016-10-06 14:49:19.860113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt aliquam qui enim animi.\",\"text\":\"You can't parse the program without synthesizing the optical FTP pixel!\"}"], ["created_at", "2016-10-06 14:49:19.861014"], ["updated_at", "2016-10-06 14:49:19.861014"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati perspiciatis voluptatibus veritatis molestiae.\",\"text\":\"I'll override the open-source JSON system, that should microchip the IB pixel!\"}"], ["created_at", "2016-10-06 14:49:19.861961"], ["updated_at", "2016-10-06 14:49:19.861961"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint veritatis laudantium.\",\"text\":\"Overriding the transmitter won't do anything, we need to reboot the solid state usb alarm!\"}"], ["created_at", "2016-10-06 14:49:19.862938"], ["updated_at", "2016-10-06 14:49:19.862938"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea natus ut.\",\"text\":\"If we navigate the capacitor, we can get to the PCI feed through the redundant SCSI pixel!\"}"], ["created_at", "2016-10-06 14:49:19.863842"], ["updated_at", "2016-10-06 14:49:19.863842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit sed dolores dolorum facilis perspiciatis sed.\",\"text\":\"You can't parse the microchip without transmitting the mobile AI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.864736"], ["updated_at", "2016-10-06 14:49:19.864736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed et voluptatem ea aliquid non.\",\"text\":\"Backing up the firewall won't do anything, we need to bypass the 1080p sql transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.865670"], ["updated_at", "2016-10-06 14:49:19.865670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate eveniet praesentium et dolorem illum.\",\"text\":\"The XML pixel is down, transmit the 1080p driver so we can program the GB microchip!\"}"], ["created_at", "2016-10-06 14:49:19.866575"], ["updated_at", "2016-10-06 14:49:19.866575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus ut veritatis qui alias.\",\"text\":\"Use the haptic COM protocol, then you can override the cross-platform capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.867467"], ["updated_at", "2016-10-06 14:49:19.867467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat aperiam et sed ut quia.\",\"text\":\"The SQL card is down, quantify the online alarm so we can input the RAM monitor!\"}"], ["created_at", "2016-10-06 14:49:19.868373"], ["updated_at", "2016-10-06 14:49:19.868373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa nulla rerum voluptatem consectetur.\",\"text\":\"Use the online XSS firewall, then you can parse the optical circuit!\"}"], ["created_at", "2016-10-06 14:49:19.869313"], ["updated_at", "2016-10-06 14:49:19.869313"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut vero numquam doloribus sunt a ut.\",\"text\":\"The IB protocol is down, bypass the haptic panel so we can transmit the HTTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.870224"], ["updated_at", "2016-10-06 14:49:19.870224"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis accusantium aut totam.\",\"text\":\"The RSS circuit is down, synthesize the neural protocol so we can synthesize the PCI panel!\"}"], ["created_at", "2016-10-06 14:49:19.871338"], ["updated_at", "2016-10-06 14:49:19.871338"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio recusandae ea possimus dolor.\",\"text\":\"Use the optical PCI system, then you can program the virtual hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.872347"], ["updated_at", "2016-10-06 14:49:19.872347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod maxime voluptate sit.\",\"text\":\"The ADP firewall is down, synthesize the 1080p pixel so we can copy the PCI capacitor!\"}"], ["created_at", "2016-10-06 14:49:19.873316"], ["updated_at", "2016-10-06 14:49:19.873316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem nobis quia consectetur fugiat voluptatibus.\",\"text\":\"I'll compress the cross-platform SMTP microchip, that should panel the JSON protocol!\"}"], ["created_at", "2016-10-06 14:49:19.874245"], ["updated_at", "2016-10-06 14:49:19.874245"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In commodi quo officia nulla quae tenetur.\",\"text\":\"If we compress the bandwidth, we can get to the XSS protocol through the optical SMS circuit!\"}"], ["created_at", "2016-10-06 14:49:19.875147"], ["updated_at", "2016-10-06 14:49:19.875147"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore quidem odio iusto et aut iste.\",\"text\":\"Try to connect the USB monitor, maybe it will reboot the back-end card!\"}"], ["created_at", "2016-10-06 14:49:19.876045"], ["updated_at", "2016-10-06 14:49:19.876045"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas facere deserunt ut.\",\"text\":\"I'll transmit the cross-platform PCI capacitor, that should hard drive the JBOD pixel!\"}"], ["created_at", "2016-10-06 14:49:19.876947"], ["updated_at", "2016-10-06 14:49:19.876947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut porro recusandae ab quo est at.\",\"text\":\"Try to reboot the XML sensor, maybe it will input the 1080p pixel!\"}"], ["created_at", "2016-10-06 14:49:19.877860"], ["updated_at", "2016-10-06 14:49:19.877860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed exercitationem veniam sunt in aperiam.\",\"text\":\"The SMTP bus is down, index the virtual feed so we can connect the SAS array!\"}"], ["created_at", "2016-10-06 14:49:19.878800"], ["updated_at", "2016-10-06 14:49:19.878800"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores eos in.\",\"text\":\"Use the optical AGP panel, then you can back up the cross-platform hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.879715"], ["updated_at", "2016-10-06 14:49:19.879715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis molestiae natus omnis optio magni aut ratione.\",\"text\":\"Copying the matrix won't do anything, we need to reboot the primary adp pixel!\"}"], ["created_at", "2016-10-06 14:49:19.880612"], ["updated_at", "2016-10-06 14:49:19.880612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem vero incidunt.\",\"text\":\"Try to copy the ADP alarm, maybe it will compress the haptic hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.881539"], ["updated_at", "2016-10-06 14:49:19.881539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem autem ad quia mollitia voluptas quo nobis.\",\"text\":\"The SDD application is down, connect the neural driver so we can input the EXE firewall!\"}"], ["created_at", "2016-10-06 14:49:19.882478"], ["updated_at", "2016-10-06 14:49:19.882478"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed a ad illum consequatur.\",\"text\":\"Use the primary HTTP card, then you can override the back-end hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.883417"], ["updated_at", "2016-10-06 14:49:19.883417"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum aspernatur commodi.\",\"text\":\"Try to bypass the JBOD matrix, maybe it will connect the open-source system!\"}"], ["created_at", "2016-10-06 14:49:19.884295"], ["updated_at", "2016-10-06 14:49:19.884295"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas et consectetur voluptatem dolore possimus.\",\"text\":\"Hacking the monitor won't do anything, we need to calculate the open-source xml driver!\"}"], ["created_at", "2016-10-06 14:49:19.885196"], ["updated_at", "2016-10-06 14:49:19.885196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus eligendi et sit.\",\"text\":\"Try to input the XSS array, maybe it will reboot the neural array!\"}"], ["created_at", "2016-10-06 14:49:19.886088"], ["updated_at", "2016-10-06 14:49:19.886088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus dolor quam veritatis id maiores deleniti.\",\"text\":\"Use the auxiliary SCSI bandwidth, then you can override the cross-platform circuit!\"}"], ["created_at", "2016-10-06 14:49:19.887023"], ["updated_at", "2016-10-06 14:49:19.887023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut est quisquam est quam quia dignissimos voluptatem.\",\"text\":\"We need to synthesize the online SSL bus!\"}"], ["created_at", "2016-10-06 14:49:19.887929"], ["updated_at", "2016-10-06 14:49:19.887929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque fugiat ut eligendi reiciendis tempora.\",\"text\":\"Overriding the pixel won't do anything, we need to parse the virtual agp array!\"}"], ["created_at", "2016-10-06 14:49:19.888836"], ["updated_at", "2016-10-06 14:49:19.888836"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius amet voluptas eaque sit nulla molestiae suscipit.\",\"text\":\"I'll reboot the neural SMS system, that should pixel the SQL driver!\"}"], ["created_at", "2016-10-06 14:49:19.889770"], ["updated_at", "2016-10-06 14:49:19.889770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia eos velit sint illum omnis expedita molestias.\",\"text\":\"You can't program the monitor without transmitting the 1080p CSS program!\"}"], ["created_at", "2016-10-06 14:49:19.890715"], ["updated_at", "2016-10-06 14:49:19.890715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam repudiandae qui amet accusantium voluptate quo.\",\"text\":\"Use the wireless HTTP protocol, then you can transmit the optical pixel!\"}"], ["created_at", "2016-10-06 14:49:19.891613"], ["updated_at", "2016-10-06 14:49:19.891613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur adipisci exercitationem qui rerum est.\",\"text\":\"If we override the firewall, we can get to the FTP capacitor through the neural SMTP firewall!\"}"], ["created_at", "2016-10-06 14:49:19.892501"], ["updated_at", "2016-10-06 14:49:19.892501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea recusandae iste esse.\",\"text\":\"The EXE system is down, program the bluetooth firewall so we can program the COM circuit!\"}"], ["created_at", "2016-10-06 14:49:19.893384"], ["updated_at", "2016-10-06 14:49:19.893384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia necessitatibus ea illum dolorum atque.\",\"text\":\"Programming the monitor won't do anything, we need to back up the wireless css port!\"}"], ["created_at", "2016-10-06 14:49:19.894279"], ["updated_at", "2016-10-06 14:49:19.894279"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis aut laudantium consectetur.\",\"text\":\"You can't index the capacitor without hacking the primary USB interface!\"}"], ["created_at", "2016-10-06 14:49:19.895172"], ["updated_at", "2016-10-06 14:49:19.895172"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates sequi itaque recusandae delectus voluptatibus qui.\",\"text\":\"I'll generate the mobile GB capacitor, that should hard drive the USB firewall!\"}"], ["created_at", "2016-10-06 14:49:19.896086"], ["updated_at", "2016-10-06 14:49:19.896086"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro est in culpa expedita aliquid.\",\"text\":\"You can't reboot the application without synthesizing the solid state ADP bus!\"}"], ["created_at", "2016-10-06 14:49:19.896991"], ["updated_at", "2016-10-06 14:49:19.896991"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui laborum veniam recusandae dolores temporibus.\",\"text\":\"The JSON hard drive is down, synthesize the wireless system so we can back up the HDD bus!\"}"], ["created_at", "2016-10-06 14:49:19.897888"], ["updated_at", "2016-10-06 14:49:19.897888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique aut dolor et labore.\",\"text\":\"I'll index the wireless JSON application, that should microchip the HTTP pixel!\"}"], ["created_at", "2016-10-06 14:49:19.898787"], ["updated_at", "2016-10-06 14:49:19.898787"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores nobis exercitationem vel voluptatibus sed.\",\"text\":\"Try to calculate the SMS protocol, maybe it will reboot the mobile monitor!\"}"], ["created_at", "2016-10-06 14:49:19.899691"], ["updated_at", "2016-10-06 14:49:19.899691"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis magnam atque nostrum voluptatem occaecati neque earum.\",\"text\":\"The RSS alarm is down, back up the mobile microchip so we can connect the GB card!\"}"], ["created_at", "2016-10-06 14:49:19.900601"], ["updated_at", "2016-10-06 14:49:19.900601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque veniam quis molestias sapiente cum et sunt.\",\"text\":\"I'll calculate the 1080p SAS port, that should bus the XSS port!\"}"], ["created_at", "2016-10-06 14:49:19.901533"], ["updated_at", "2016-10-06 14:49:19.901533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut a non reiciendis veritatis adipisci.\",\"text\":\"I'll connect the multi-byte THX bus, that should firewall the IB array!\"}"], ["created_at", "2016-10-06 14:49:19.902431"], ["updated_at", "2016-10-06 14:49:19.902431"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non temporibus aut dolor perspiciatis ipsam doloremque.\",\"text\":\"Bypassing the firewall won't do anything, we need to generate the auxiliary ai driver!\"}"], ["created_at", "2016-10-06 14:49:19.903322"], ["updated_at", "2016-10-06 14:49:19.903322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis labore veritatis dolores nobis omnis quaerat.\",\"text\":\"You can't connect the firewall without navigating the redundant PCI program!\"}"], ["created_at", "2016-10-06 14:49:19.904240"], ["updated_at", "2016-10-06 14:49:19.904240"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae tempora necessitatibus qui rerum illo totam.\",\"text\":\"You can't bypass the interface without backing up the primary AI panel!\"}"], ["created_at", "2016-10-06 14:49:19.905137"], ["updated_at", "2016-10-06 14:49:19.905137"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam maxime voluptatem.\",\"text\":\"Try to quantify the SQL program, maybe it will index the wireless interface!\"}"], ["created_at", "2016-10-06 14:49:19.906030"], ["updated_at", "2016-10-06 14:49:19.906030"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis quia molestiae.\",\"text\":\"I'll compress the optical JSON feed, that should bus the HTTP application!\"}"], ["created_at", "2016-10-06 14:49:19.906973"], ["updated_at", "2016-10-06 14:49:19.906973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam ipsum consequatur velit.\",\"text\":\"I'll override the back-end THX port, that should circuit the SQL sensor!\"}"], ["created_at", "2016-10-06 14:49:19.907874"], ["updated_at", "2016-10-06 14:49:19.907874"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora odio harum ex ut.\",\"text\":\"If we parse the microchip, we can get to the PCI card through the open-source HDD program!\"}"], ["created_at", "2016-10-06 14:49:19.908762"], ["updated_at", "2016-10-06 14:49:19.908762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis possimus dolorum.\",\"text\":\"You can't navigate the panel without backing up the back-end XML microchip!\"}"], ["created_at", "2016-10-06 14:49:19.909676"], ["updated_at", "2016-10-06 14:49:19.909676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi qui facilis alias voluptates suscipit debitis veniam.\",\"text\":\"Use the open-source CSS pixel, then you can index the haptic pixel!\"}"], ["created_at", "2016-10-06 14:49:19.910565"], ["updated_at", "2016-10-06 14:49:19.910565"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem dolor incidunt eius autem cumque nulla beatae.\",\"text\":\"Try to input the GB firewall, maybe it will program the cross-platform matrix!\"}"], ["created_at", "2016-10-06 14:49:19.911454"], ["updated_at", "2016-10-06 14:49:19.911454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos illum earum qui inventore eos.\",\"text\":\"The HTTP pixel is down, input the online circuit so we can reboot the IB alarm!\"}"], ["created_at", "2016-10-06 14:49:19.912376"], ["updated_at", "2016-10-06 14:49:19.912376"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam fugit soluta asperiores.\",\"text\":\"Use the cross-platform SCSI matrix, then you can navigate the 1080p port!\"}"], ["created_at", "2016-10-06 14:49:19.913278"], ["updated_at", "2016-10-06 14:49:19.913278"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae beatae dolorum et minima id aliquam dolorem.\",\"text\":\"We need to parse the virtual AGP matrix!\"}"], ["created_at", "2016-10-06 14:49:19.914178"], ["updated_at", "2016-10-06 14:49:19.914178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptates pariatur.\",\"text\":\"Try to reboot the COM program, maybe it will calculate the open-source driver!\"}"], ["created_at", "2016-10-06 14:49:19.915065"], ["updated_at", "2016-10-06 14:49:19.915065"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam sit vel.\",\"text\":\"You can't connect the bandwidth without synthesizing the digital EXE interface!\"}"], ["created_at", "2016-10-06 14:49:19.915958"], ["updated_at", "2016-10-06 14:49:19.915958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui veritatis sit alias numquam quos amet explicabo.\",\"text\":\"Hacking the transmitter won't do anything, we need to compress the digital thx matrix!\"}"], ["created_at", "2016-10-06 14:49:19.916841"], ["updated_at", "2016-10-06 14:49:19.916841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis nihil voluptatem.\",\"text\":\"Use the multi-byte PCI feed, then you can hack the neural microchip!\"}"], ["created_at", "2016-10-06 14:49:19.917730"], ["updated_at", "2016-10-06 14:49:19.917730"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae cumque facilis.\",\"text\":\"The THX matrix is down, override the solid state interface so we can navigate the SDD system!\"}"], ["created_at", "2016-10-06 14:49:19.918635"], ["updated_at", "2016-10-06 14:49:19.918635"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore eos odit velit dolores nam.\",\"text\":\"You can't back up the bus without compressing the open-source FTP firewall!\"}"], ["created_at", "2016-10-06 14:49:19.919528"], ["updated_at", "2016-10-06 14:49:19.919528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque est earum et.\",\"text\":\"I'll quantify the haptic GB alarm, that should monitor the SQL array!\"}"], ["created_at", "2016-10-06 14:49:19.920433"], ["updated_at", "2016-10-06 14:49:19.920433"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae vero qui doloribus necessitatibus.\",\"text\":\"Use the redundant IB hard drive, then you can navigate the primary feed!\"}"], ["created_at", "2016-10-06 14:49:19.921341"], ["updated_at", "2016-10-06 14:49:19.921341"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et praesentium qui non dignissimos expedita tempora.\",\"text\":\"Copying the alarm won't do anything, we need to input the multi-byte com port!\"}"], ["created_at", "2016-10-06 14:49:19.922365"], ["updated_at", "2016-10-06 14:49:19.922365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus sed enim id.\",\"text\":\"You can't generate the sensor without generating the neural EXE bus!\"}"], ["created_at", "2016-10-06 14:49:19.923358"], ["updated_at", "2016-10-06 14:49:19.923358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et repudiandae ut est et tenetur.\",\"text\":\"If we back up the protocol, we can get to the TCP application through the mobile PCI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.924325"], ["updated_at", "2016-10-06 14:49:19.924325"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis odio vero ipsam.\",\"text\":\"Try to parse the AGP card, maybe it will calculate the haptic system!\"}"], ["created_at", "2016-10-06 14:49:19.925294"], ["updated_at", "2016-10-06 14:49:19.925294"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur tempore error.\",\"text\":\"We need to generate the bluetooth SSL monitor!\"}"], ["created_at", "2016-10-06 14:49:19.926308"], ["updated_at", "2016-10-06 14:49:19.926308"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio laboriosam ex.\",\"text\":\"We need to transmit the open-source SSL hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.927287"], ["updated_at", "2016-10-06 14:49:19.927287"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi aut facilis reiciendis quod mollitia.\",\"text\":\"Use the back-end COM microchip, then you can navigate the neural card!\"}"], ["created_at", "2016-10-06 14:49:19.928257"], ["updated_at", "2016-10-06 14:49:19.928257"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor voluptatem sed quaerat culpa debitis.\",\"text\":\"If we navigate the alarm, we can get to the XSS application through the digital ADP protocol!\"}"], ["created_at", "2016-10-06 14:49:19.929249"], ["updated_at", "2016-10-06 14:49:19.929249"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque tempore aperiam harum consequuntur qui dignissimos.\",\"text\":\"If we input the system, we can get to the SSL port through the neural JBOD protocol!\"}"], ["created_at", "2016-10-06 14:49:19.930298"], ["updated_at", "2016-10-06 14:49:19.930298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut in qui commodi fugiat occaecati repellendus.\",\"text\":\"I'll bypass the bluetooth SCSI driver, that should alarm the FTP port!\"}"], ["created_at", "2016-10-06 14:49:19.931325"], ["updated_at", "2016-10-06 14:49:19.931325"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti qui nostrum quis et repellat deserunt ea.\",\"text\":\"We need to connect the redundant HTTP interface!\"}"], ["created_at", "2016-10-06 14:49:19.932295"], ["updated_at", "2016-10-06 14:49:19.932295"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium modi vitae fugiat.\",\"text\":\"I'll copy the virtual JBOD sensor, that should circuit the PNG sensor!\"}"], ["created_at", "2016-10-06 14:49:19.933260"], ["updated_at", "2016-10-06 14:49:19.933260"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam sed enim officia.\",\"text\":\"Try to connect the TCP driver, maybe it will bypass the bluetooth panel!\"}"], ["created_at", "2016-10-06 14:49:19.934251"], ["updated_at", "2016-10-06 14:49:19.934251"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus omnis qui dolorem perferendis dicta.\",\"text\":\"You can't synthesize the panel without overriding the 1080p RAM microchip!\"}"], ["created_at", "2016-10-06 14:49:19.935297"], ["updated_at", "2016-10-06 14:49:19.935297"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero rerum sed eum.\",\"text\":\"We need to input the back-end THX pixel!\"}"], ["created_at", "2016-10-06 14:49:19.936293"], ["updated_at", "2016-10-06 14:49:19.936293"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quam optio ex.\",\"text\":\"Generating the pixel won't do anything, we need to connect the auxiliary tcp microchip!\"}"], ["created_at", "2016-10-06 14:49:19.937281"], ["updated_at", "2016-10-06 14:49:19.937281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat consequatur sapiente dignissimos et similique molestiae.\",\"text\":\"You can't connect the program without copying the auxiliary SAS sensor!\"}"], ["created_at", "2016-10-06 14:49:19.938281"], ["updated_at", "2016-10-06 14:49:19.938281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ratione enim quaerat quibusdam velit.\",\"text\":\"Connecting the program won't do anything, we need to copy the redundant thx microchip!\"}"], ["created_at", "2016-10-06 14:49:19.939267"], ["updated_at", "2016-10-06 14:49:19.939267"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque sed cum officiis minima illum nam.\",\"text\":\"The AI matrix is down, synthesize the optical hard drive so we can reboot the CSS feed!\"}"], ["created_at", "2016-10-06 14:49:19.940247"], ["updated_at", "2016-10-06 14:49:19.940247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat et id et.\",\"text\":\"I'll input the bluetooth SAS array, that should circuit the RAM transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.941261"], ["updated_at", "2016-10-06 14:49:19.941261"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas et culpa blanditiis porro.\",\"text\":\"You can't compress the circuit without hacking the mobile AI port!\"}"], ["created_at", "2016-10-06 14:49:19.942266"], ["updated_at", "2016-10-06 14:49:19.942266"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt sequi officiis sit natus necessitatibus qui fuga.\",\"text\":\"We need to compress the solid state AGP transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.943328"], ["updated_at", "2016-10-06 14:49:19.943328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus eum a omnis rerum corporis dolorem.\",\"text\":\"You can't navigate the circuit without backing up the wireless AI sensor!\"}"], ["created_at", "2016-10-06 14:49:19.944402"], ["updated_at", "2016-10-06 14:49:19.944402"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia voluptate et facilis repellendus illo non ab.\",\"text\":\"We need to transmit the virtual TCP application!\"}"], ["created_at", "2016-10-06 14:49:19.945464"], ["updated_at", "2016-10-06 14:49:19.945464"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit ut vel veniam et adipisci aut libero.\",\"text\":\"The SSL protocol is down, index the wireless array so we can bypass the AGP pixel!\"}"], ["created_at", "2016-10-06 14:49:19.946558"], ["updated_at", "2016-10-06 14:49:19.946558"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam minima ea.\",\"text\":\"If we program the capacitor, we can get to the ADP system through the primary JBOD pixel!\"}"], ["created_at", "2016-10-06 14:49:19.947556"], ["updated_at", "2016-10-06 14:49:19.947556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit quas inventore.\",\"text\":\"The XSS port is down, parse the solid state firewall so we can connect the ADP monitor!\"}"], ["created_at", "2016-10-06 14:49:19.948550"], ["updated_at", "2016-10-06 14:49:19.948550"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque sunt sed modi.\",\"text\":\"Try to override the JSON card, maybe it will parse the auxiliary driver!\"}"], ["created_at", "2016-10-06 14:49:19.949544"], ["updated_at", "2016-10-06 14:49:19.949544"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis repellat asperiores et omnis doloremque.\",\"text\":\"I'll reboot the mobile TCP sensor, that should capacitor the USB feed!\"}"], ["created_at", "2016-10-06 14:49:19.950537"], ["updated_at", "2016-10-06 14:49:19.950537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam earum ut porro consequatur autem eius.\",\"text\":\"If we reboot the matrix, we can get to the GB hard drive through the virtual PNG microchip!\"}"], ["created_at", "2016-10-06 14:49:19.951543"], ["updated_at", "2016-10-06 14:49:19.951543"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima deleniti saepe dignissimos et aliquam.\",\"text\":\"Try to bypass the IB driver, maybe it will bypass the primary transmitter!\"}"], ["created_at", "2016-10-06 14:49:19.952593"], ["updated_at", "2016-10-06 14:49:19.952593"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum voluptatem expedita.\",\"text\":\"If we compress the matrix, we can get to the SDD array through the open-source GB port!\"}"], ["created_at", "2016-10-06 14:49:19.953642"], ["updated_at", "2016-10-06 14:49:19.953642"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea eius dolore enim alias voluptate et.\",\"text\":\"Bypassing the firewall won't do anything, we need to reboot the neural css array!\"}"], ["created_at", "2016-10-06 14:49:19.954713"], ["updated_at", "2016-10-06 14:49:19.954713"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt dolor officiis occaecati sit est.\",\"text\":\"The RSS transmitter is down, navigate the open-source monitor so we can quantify the SSL hard drive!\"}"], ["created_at", "2016-10-06 14:49:19.955768"], ["updated_at", "2016-10-06 14:49:19.955768"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque commodi ipsum quasi nisi.\",\"text\":\"The RSS firewall is down, connect the online port so we can calculate the HDD sensor!\"}"], ["created_at", "2016-10-06 14:49:19.956808"], ["updated_at", "2016-10-06 14:49:19.956808"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta adipisci sint dolor ut soluta.\",\"text\":\"Try to calculate the SMTP bus, maybe it will synthesize the neural interface!\"}"], ["created_at", "2016-10-06 14:49:19.957859"], ["updated_at", "2016-10-06 14:49:19.957859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est qui voluptatem qui.\",\"text\":\"We need to parse the wireless GB monitor!\"}"], ["created_at", "2016-10-06 14:49:19.958876"], ["updated_at", "2016-10-06 14:49:19.958876"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia est tenetur natus et ut.\",\"text\":\"The SCSI application is down, hack the multi-byte monitor so we can back up the CSS sensor!\"}"], ["created_at", "2016-10-06 14:49:19.959878"], ["updated_at", "2016-10-06 14:49:19.959878"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia enim est sed voluptas quasi.\",\"text\":\"We need to bypass the wireless EXE bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.961001"], ["updated_at", "2016-10-06 14:49:19.961001"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore hic occaecati numquam doloribus vitae ullam.\",\"text\":\"We need to compress the open-source HDD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.962071"], ["updated_at", "2016-10-06 14:49:19.962071"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis qui pariatur eum praesentium autem magni.\",\"text\":\"The JBOD pixel is down, input the auxiliary card so we can bypass the AGP panel!\"}"], ["created_at", "2016-10-06 14:49:19.963224"], ["updated_at", "2016-10-06 14:49:19.963224"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam vel unde quibusdam reiciendis velit et quia.\",\"text\":\"You can't generate the protocol without parsing the online TCP array!\"}"], ["created_at", "2016-10-06 14:49:19.964448"], ["updated_at", "2016-10-06 14:49:19.964448"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt doloremque rem et quas nam ratione aut.\",\"text\":\"Backing up the protocol won't do anything, we need to override the wireless json pixel!\"}"], ["created_at", "2016-10-06 14:49:19.965751"], ["updated_at", "2016-10-06 14:49:19.965751"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure veniam ratione est voluptatem non quia ullam.\",\"text\":\"Try to program the RAM sensor, maybe it will calculate the digital alarm!\"}"], ["created_at", "2016-10-06 14:49:19.968079"], ["updated_at", "2016-10-06 14:49:19.968079"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus quas ipsum corporis error.\",\"text\":\"Indexing the sensor won't do anything, we need to parse the auxiliary png system!\"}"], ["created_at", "2016-10-06 14:49:19.970860"], ["updated_at", "2016-10-06 14:49:19.970860"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex ea consequatur minus cum earum et.\",\"text\":\"If we copy the protocol, we can get to the PNG protocol through the mobile CSS driver!\"}"], ["created_at", "2016-10-06 14:49:19.982963"], ["updated_at", "2016-10-06 14:49:19.982963"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores ut omnis corrupti enim doloribus distinctio est.\",\"text\":\"Use the online PCI bus, then you can quantify the digital panel!\"}"], ["created_at", "2016-10-06 14:49:19.984172"], ["updated_at", "2016-10-06 14:49:19.984172"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis nesciunt voluptatem doloremque molestiae non est libero.\",\"text\":\"I'll generate the digital SDD matrix, that should alarm the HTTP driver!\"}"], ["created_at", "2016-10-06 14:49:19.985298"], ["updated_at", "2016-10-06 14:49:19.985298"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla maiores porro sed aut neque voluptatibus.\",\"text\":\"We need to calculate the 1080p JSON program!\"}"], ["created_at", "2016-10-06 14:49:19.986357"], ["updated_at", "2016-10-06 14:49:19.986357"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ut repudiandae libero dolorem architecto.\",\"text\":\"Try to reboot the THX monitor, maybe it will reboot the multi-byte application!\"}"], ["created_at", "2016-10-06 14:49:19.987474"], ["updated_at", "2016-10-06 14:49:19.987474"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut est est quia itaque et.\",\"text\":\"We need to index the bluetooth SMS array!\"}"], ["created_at", "2016-10-06 14:49:19.988551"], ["updated_at", "2016-10-06 14:49:19.988551"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis doloremque beatae quo dolor culpa.\",\"text\":\"Try to override the FTP driver, maybe it will parse the 1080p matrix!\"}"], ["created_at", "2016-10-06 14:49:19.989561"], ["updated_at", "2016-10-06 14:49:19.989561"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium vel non.\",\"text\":\"We need to parse the virtual THX feed!\"}"], ["created_at", "2016-10-06 14:49:19.990590"], ["updated_at", "2016-10-06 14:49:19.990590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione nihil natus qui error ut.\",\"text\":\"Use the primary GB card, then you can quantify the auxiliary application!\"}"], ["created_at", "2016-10-06 14:49:19.991605"], ["updated_at", "2016-10-06 14:49:19.991605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quasi molestiae et.\",\"text\":\"We need to transmit the 1080p THX alarm!\"}"], ["created_at", "2016-10-06 14:49:19.992525"], ["updated_at", "2016-10-06 14:49:19.992525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis natus quia sed quibusdam sint velit.\",\"text\":\"Quantifying the capacitor won't do anything, we need to parse the optical agp port!\"}"], ["created_at", "2016-10-06 14:49:19.993456"], ["updated_at", "2016-10-06 14:49:19.993456"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos minus illum.\",\"text\":\"The SMS array is down, reboot the multi-byte card so we can hack the RAM firewall!\"}"], ["created_at", "2016-10-06 14:49:19.994443"], ["updated_at", "2016-10-06 14:49:19.994443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam quia ipsam laudantium voluptatibus non earum.\",\"text\":\"Try to transmit the HTTP bus, maybe it will bypass the online panel!\"}"], ["created_at", "2016-10-06 14:49:19.995462"], ["updated_at", "2016-10-06 14:49:19.995462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ex reiciendis et nobis quam aut minus.\",\"text\":\"If we bypass the alarm, we can get to the EXE array through the solid state AGP system!\"}"], ["created_at", "2016-10-06 14:49:19.996510"], ["updated_at", "2016-10-06 14:49:19.996510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia libero et eum nesciunt qui nemo.\",\"text\":\"If we transmit the protocol, we can get to the PCI bandwidth through the haptic THX interface!\"}"], ["created_at", "2016-10-06 14:49:19.997443"], ["updated_at", "2016-10-06 14:49:19.997443"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum aliquid voluptas nam iusto.\",\"text\":\"Use the wireless SCSI application, then you can navigate the haptic interface!\"}"], ["created_at", "2016-10-06 14:49:19.998392"], ["updated_at", "2016-10-06 14:49:19.998392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error ut veritatis aliquid exercitationem magnam voluptate.\",\"text\":\"The USB microchip is down, compress the wireless alarm so we can override the SAS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:19.999373"], ["updated_at", "2016-10-06 14:49:19.999373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis velit labore accusamus maxime in libero.\",\"text\":\"The IB protocol is down, connect the 1080p firewall so we can program the SMS microchip!\"}"], ["created_at", "2016-10-06 14:49:20.000336"], ["updated_at", "2016-10-06 14:49:20.000336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem magnam sint maxime.\",\"text\":\"We need to quantify the virtual SQL card!\"}"], ["created_at", "2016-10-06 14:49:20.001306"], ["updated_at", "2016-10-06 14:49:20.001306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem est vitae.\",\"text\":\"If we generate the feed, we can get to the CSS microchip through the online PNG monitor!\"}"], ["created_at", "2016-10-06 14:49:20.002270"], ["updated_at", "2016-10-06 14:49:20.002270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia culpa odit explicabo.\",\"text\":\"The AGP panel is down, hack the open-source array so we can override the FTP sensor!\"}"], ["created_at", "2016-10-06 14:49:20.003170"], ["updated_at", "2016-10-06 14:49:20.003170"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod doloribus aliquam expedita molestias et voluptas voluptas.\",\"text\":\"If we program the protocol, we can get to the EXE system through the back-end SDD transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.004139"], ["updated_at", "2016-10-06 14:49:20.004139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit eos iusto enim fuga.\",\"text\":\"Connecting the port won't do anything, we need to compress the optical com firewall!\"}"], ["created_at", "2016-10-06 14:49:20.005062"], ["updated_at", "2016-10-06 14:49:20.005062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui omnis soluta.\",\"text\":\"We need to quantify the back-end PNG bus!\"}"], ["created_at", "2016-10-06 14:49:20.005972"], ["updated_at", "2016-10-06 14:49:20.005972"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla qui est nobis et hic.\",\"text\":\"If we quantify the monitor, we can get to the RAM capacitor through the back-end SAS sensor!\"}"], ["created_at", "2016-10-06 14:49:20.006895"], ["updated_at", "2016-10-06 14:49:20.006895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt dolor amet blanditiis sapiente.\",\"text\":\"I'll override the mobile SCSI driver, that should matrix the SMS sensor!\"}"], ["created_at", "2016-10-06 14:49:20.007828"], ["updated_at", "2016-10-06 14:49:20.007828"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum est aut magni molestiae architecto qui sit.\",\"text\":\"We need to transmit the optical RAM monitor!\"}"], ["created_at", "2016-10-06 14:49:20.008792"], ["updated_at", "2016-10-06 14:49:20.008792"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure reiciendis nam esse nemo.\",\"text\":\"The HDD card is down, reboot the haptic matrix so we can synthesize the RAM program!\"}"], ["created_at", "2016-10-06 14:49:20.009760"], ["updated_at", "2016-10-06 14:49:20.009760"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et unde quod beatae voluptatem eaque pariatur.\",\"text\":\"The PNG bandwidth is down, program the cross-platform system so we can calculate the SAS program!\"}"], ["created_at", "2016-10-06 14:49:20.010748"], ["updated_at", "2016-10-06 14:49:20.010748"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor sit eos.\",\"text\":\"The GB capacitor is down, override the virtual microchip so we can hack the SAS microchip!\"}"], ["created_at", "2016-10-06 14:49:20.011727"], ["updated_at", "2016-10-06 14:49:20.011727"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat deserunt est laudantium libero.\",\"text\":\"I'll bypass the back-end XSS bandwidth, that should feed the SAS capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.012693"], ["updated_at", "2016-10-06 14:49:20.012693"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem repellendus rerum molestiae eum.\",\"text\":\"Backing up the port won't do anything, we need to parse the online rss matrix!\"}"], ["created_at", "2016-10-06 14:49:20.013636"], ["updated_at", "2016-10-06 14:49:20.013636"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam dolores qui.\",\"text\":\"You can't generate the port without copying the digital PNG matrix!\"}"], ["created_at", "2016-10-06 14:49:20.014569"], ["updated_at", "2016-10-06 14:49:20.014569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem aut omnis magni.\",\"text\":\"The JBOD firewall is down, synthesize the solid state microchip so we can parse the AGP matrix!\"}"], ["created_at", "2016-10-06 14:49:20.015502"], ["updated_at", "2016-10-06 14:49:20.015502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam et corporis vel sint.\",\"text\":\"We need to back up the multi-byte USB matrix!\"}"], ["created_at", "2016-10-06 14:49:20.016427"], ["updated_at", "2016-10-06 14:49:20.016427"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui debitis quia repudiandae et occaecati.\",\"text\":\"Use the digital JSON application, then you can hack the neural firewall!\"}"], ["created_at", "2016-10-06 14:49:20.017357"], ["updated_at", "2016-10-06 14:49:20.017357"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium consequuntur eum nam alias aut consequatur.\",\"text\":\"The AI monitor is down, copy the open-source capacitor so we can hack the SQL interface!\"}"], ["created_at", "2016-10-06 14:49:20.018340"], ["updated_at", "2016-10-06 14:49:20.018340"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error velit tempora reprehenderit.\",\"text\":\"I'll override the online SAS bandwidth, that should capacitor the SDD bus!\"}"], ["created_at", "2016-10-06 14:49:20.019305"], ["updated_at", "2016-10-06 14:49:20.019305"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident et aliquam maxime.\",\"text\":\"Calculating the hard drive won't do anything, we need to index the primary gb firewall!\"}"], ["created_at", "2016-10-06 14:49:20.020299"], ["updated_at", "2016-10-06 14:49:20.020299"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores pariatur voluptatem.\",\"text\":\"If we calculate the bandwidth, we can get to the SMS protocol through the 1080p SCSI matrix!\"}"], ["created_at", "2016-10-06 14:49:20.021246"], ["updated_at", "2016-10-06 14:49:20.021246"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque praesentium ut quo.\",\"text\":\"Parsing the application won't do anything, we need to bypass the online smtp bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.022178"], ["updated_at", "2016-10-06 14:49:20.022178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed necessitatibus eligendi ratione aliquid.\",\"text\":\"I'll copy the neural SMS microchip, that should sensor the PCI transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.023128"], ["updated_at", "2016-10-06 14:49:20.023128"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur cum itaque maxime amet commodi et magnam.\",\"text\":\"Try to generate the EXE microchip, maybe it will bypass the optical bus!\"}"], ["created_at", "2016-10-06 14:49:20.024097"], ["updated_at", "2016-10-06 14:49:20.024097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore non doloremque minima qui quis.\",\"text\":\"Calculating the application won't do anything, we need to synthesize the redundant sas protocol!\"}"], ["created_at", "2016-10-06 14:49:20.025051"], ["updated_at", "2016-10-06 14:49:20.025051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias laborum eum qui nostrum fugiat nihil.\",\"text\":\"Programming the protocol won't do anything, we need to input the primary jbod port!\"}"], ["created_at", "2016-10-06 14:49:20.025975"], ["updated_at", "2016-10-06 14:49:20.025975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat et porro.\",\"text\":\"We need to reboot the open-source TCP card!\"}"], ["created_at", "2016-10-06 14:49:20.026951"], ["updated_at", "2016-10-06 14:49:20.026951"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius omnis suscipit veritatis animi tenetur rem.\",\"text\":\"I'll index the online SCSI capacitor, that should matrix the SSL microchip!\"}"], ["created_at", "2016-10-06 14:49:20.027888"], ["updated_at", "2016-10-06 14:49:20.027888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat reiciendis qui sapiente aut eum earum.\",\"text\":\"We need to program the multi-byte SQL transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.028844"], ["updated_at", "2016-10-06 14:49:20.028844"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi aut dolore harum voluptatem.\",\"text\":\"If we calculate the card, we can get to the JBOD pixel through the 1080p HDD feed!\"}"], ["created_at", "2016-10-06 14:49:20.029778"], ["updated_at", "2016-10-06 14:49:20.029778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur illo ex molestiae ut et perferendis.\",\"text\":\"If we calculate the interface, we can get to the SDD bandwidth through the optical IB program!\"}"], ["created_at", "2016-10-06 14:49:20.030707"], ["updated_at", "2016-10-06 14:49:20.030707"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo quia delectus saepe consequatur.\",\"text\":\"The EXE hard drive is down, index the primary array so we can generate the RAM transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.031634"], ["updated_at", "2016-10-06 14:49:20.031634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur rerum ut ut.\",\"text\":\"Use the digital HTTP port, then you can generate the redundant port!\"}"], ["created_at", "2016-10-06 14:49:20.032603"], ["updated_at", "2016-10-06 14:49:20.032603"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit ut dolorum esse.\",\"text\":\"The AI sensor is down, parse the solid state transmitter so we can quantify the RSS program!\"}"], ["created_at", "2016-10-06 14:49:20.033529"], ["updated_at", "2016-10-06 14:49:20.033529"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel id et.\",\"text\":\"Connecting the capacitor won't do anything, we need to navigate the 1080p thx port!\"}"], ["created_at", "2016-10-06 14:49:20.034475"], ["updated_at", "2016-10-06 14:49:20.034475"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa dignissimos rerum in.\",\"text\":\"Use the online JBOD alarm, then you can bypass the neural pixel!\"}"], ["created_at", "2016-10-06 14:49:20.035398"], ["updated_at", "2016-10-06 14:49:20.035398"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga aliquam eius delectus et nostrum dolor.\",\"text\":\"I'll generate the back-end SCSI system, that should capacitor the TCP port!\"}"], ["created_at", "2016-10-06 14:49:20.036320"], ["updated_at", "2016-10-06 14:49:20.036320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem ea illo eaque nihil sit maiores saepe.\",\"text\":\"The JSON program is down, program the online application so we can copy the SMS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.037286"], ["updated_at", "2016-10-06 14:49:20.037286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eum quasi.\",\"text\":\"If we navigate the bus, we can get to the COM panel through the neural XML microchip!\"}"], ["created_at", "2016-10-06 14:49:20.038250"], ["updated_at", "2016-10-06 14:49:20.038250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas blanditiis suscipit rem.\",\"text\":\"I'll copy the solid state RSS bus, that should sensor the SMTP pixel!\"}"], ["created_at", "2016-10-06 14:49:20.039181"], ["updated_at", "2016-10-06 14:49:20.039181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt deleniti sapiente in nisi dicta.\",\"text\":\"Try to connect the COM port, maybe it will transmit the back-end feed!\"}"], ["created_at", "2016-10-06 14:49:20.040153"], ["updated_at", "2016-10-06 14:49:20.040153"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At iure et enim harum in qui.\",\"text\":\"Use the haptic PCI microchip, then you can quantify the virtual firewall!\"}"], ["created_at", "2016-10-06 14:49:20.041109"], ["updated_at", "2016-10-06 14:49:20.041109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas officia minima.\",\"text\":\"We need to back up the auxiliary FTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.042082"], ["updated_at", "2016-10-06 14:49:20.042082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim qui quis tempore accusantium delectus.\",\"text\":\"Try to bypass the RSS protocol, maybe it will hack the wireless protocol!\"}"], ["created_at", "2016-10-06 14:49:20.043046"], ["updated_at", "2016-10-06 14:49:20.043046"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia modi voluptatem.\",\"text\":\"We need to quantify the primary SDD sensor!\"}"], ["created_at", "2016-10-06 14:49:20.043972"], ["updated_at", "2016-10-06 14:49:20.043972"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas molestiae provident molestias eius nulla perspiciatis.\",\"text\":\"Synthesizing the transmitter won't do anything, we need to index the solid state scsi program!\"}"], ["created_at", "2016-10-06 14:49:20.044918"], ["updated_at", "2016-10-06 14:49:20.044918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas nostrum fugit.\",\"text\":\"We need to bypass the digital RSS transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.045960"], ["updated_at", "2016-10-06 14:49:20.045960"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque occaecati rerum ut qui illo.\",\"text\":\"Use the neural SCSI card, then you can parse the bluetooth microchip!\"}"], ["created_at", "2016-10-06 14:49:20.046877"], ["updated_at", "2016-10-06 14:49:20.046877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos excepturi incidunt nihil aspernatur cumque.\",\"text\":\"You can't connect the port without generating the haptic EXE panel!\"}"], ["created_at", "2016-10-06 14:49:20.047804"], ["updated_at", "2016-10-06 14:49:20.047804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est id omnis autem et ex et.\",\"text\":\"I'll copy the back-end CSS program, that should firewall the SDD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.048747"], ["updated_at", "2016-10-06 14:49:20.048747"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit maiores et ipsa.\",\"text\":\"Connecting the protocol won't do anything, we need to bypass the 1080p tcp protocol!\"}"], ["created_at", "2016-10-06 14:49:20.049697"], ["updated_at", "2016-10-06 14:49:20.049697"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus maiores dolor molestias id aut ea.\",\"text\":\"We need to navigate the 1080p SAS system!\"}"], ["created_at", "2016-10-06 14:49:20.050669"], ["updated_at", "2016-10-06 14:49:20.050669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt quo aut animi quibusdam.\",\"text\":\"Compressing the application won't do anything, we need to compress the haptic hdd sensor!\"}"], ["created_at", "2016-10-06 14:49:20.051627"], ["updated_at", "2016-10-06 14:49:20.051627"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla molestiae maxime ea.\",\"text\":\"The CSS card is down, bypass the cross-platform driver so we can hack the IB pixel!\"}"], ["created_at", "2016-10-06 14:49:20.052560"], ["updated_at", "2016-10-06 14:49:20.052560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui non eligendi similique magnam aut est.\",\"text\":\"If we program the microchip, we can get to the HDD feed through the auxiliary XSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.053498"], ["updated_at", "2016-10-06 14:49:20.053498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ea rerum tenetur.\",\"text\":\"We need to calculate the auxiliary ADP port!\"}"], ["created_at", "2016-10-06 14:49:20.054459"], ["updated_at", "2016-10-06 14:49:20.054459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis vero minima eos autem.\",\"text\":\"If we synthesize the driver, we can get to the FTP circuit through the mobile IB bus!\"}"], ["created_at", "2016-10-06 14:49:20.055385"], ["updated_at", "2016-10-06 14:49:20.055385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi qui sed explicabo.\",\"text\":\"Use the mobile FTP sensor, then you can transmit the wireless firewall!\"}"], ["created_at", "2016-10-06 14:49:20.056344"], ["updated_at", "2016-10-06 14:49:20.056344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui tenetur fuga temporibus dolorem et.\",\"text\":\"I'll connect the digital XSS sensor, that should hard drive the PCI hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.057293"], ["updated_at", "2016-10-06 14:49:20.057293"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas ex odio harum fugiat et quo.\",\"text\":\"You can't override the panel without hacking the bluetooth ADP bus!\"}"], ["created_at", "2016-10-06 14:49:20.058263"], ["updated_at", "2016-10-06 14:49:20.058263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto reiciendis ab dignissimos minus et.\",\"text\":\"The SMTP array is down, input the wireless bandwidth so we can parse the COM driver!\"}"], ["created_at", "2016-10-06 14:49:20.059199"], ["updated_at", "2016-10-06 14:49:20.059199"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam minus nobis.\",\"text\":\"I'll calculate the back-end RAM alarm, that should application the IB transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.060096"], ["updated_at", "2016-10-06 14:49:20.060096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit et enim eum hic.\",\"text\":\"Use the 1080p TCP panel, then you can compress the solid state microchip!\"}"], ["created_at", "2016-10-06 14:49:20.061068"], ["updated_at", "2016-10-06 14:49:20.061068"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam voluptatum voluptas minus.\",\"text\":\"You can't transmit the pixel without parsing the mobile SQL bus!\"}"], ["created_at", "2016-10-06 14:49:20.062045"], ["updated_at", "2016-10-06 14:49:20.062045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo eaque voluptas quod ea.\",\"text\":\"We need to index the haptic RSS interface!\"}"], ["created_at", "2016-10-06 14:49:20.063029"], ["updated_at", "2016-10-06 14:49:20.063029"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id quia debitis.\",\"text\":\"Use the primary COM capacitor, then you can override the back-end port!\"}"], ["created_at", "2016-10-06 14:49:20.063957"], ["updated_at", "2016-10-06 14:49:20.063957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis et corrupti aliquam facere repellat.\",\"text\":\"Use the online SMS interface, then you can program the neural circuit!\"}"], ["created_at", "2016-10-06 14:49:20.064888"], ["updated_at", "2016-10-06 14:49:20.064888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et qui asperiores eligendi hic molestias consequatur.\",\"text\":\"The PNG application is down, quantify the back-end array so we can copy the SQL firewall!\"}"], ["created_at", "2016-10-06 14:49:20.065787"], ["updated_at", "2016-10-06 14:49:20.065787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi voluptas cumque consequatur labore.\",\"text\":\"You can't quantify the array without hacking the virtual EXE capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.066723"], ["updated_at", "2016-10-06 14:49:20.066723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed labore dolor.\",\"text\":\"The CSS transmitter is down, copy the optical hard drive so we can synthesize the AI matrix!\"}"], ["created_at", "2016-10-06 14:49:20.067648"], ["updated_at", "2016-10-06 14:49:20.067648"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia accusamus voluptatibus at laboriosam natus soluta sint.\",\"text\":\"The IB panel is down, synthesize the wireless interface so we can input the HTTP port!\"}"], ["created_at", "2016-10-06 14:49:20.068586"], ["updated_at", "2016-10-06 14:49:20.068586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum facere quia.\",\"text\":\"Hacking the microchip won't do anything, we need to compress the solid state agp alarm!\"}"], ["created_at", "2016-10-06 14:49:20.069525"], ["updated_at", "2016-10-06 14:49:20.069525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error et autem omnis ratione architecto quis rerum.\",\"text\":\"We need to calculate the redundant RSS protocol!\"}"], ["created_at", "2016-10-06 14:49:20.070490"], ["updated_at", "2016-10-06 14:49:20.070490"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti temporibus veniam impedit ea tempora quia nobis.\",\"text\":\"Use the 1080p RAM firewall, then you can hack the neural monitor!\"}"], ["created_at", "2016-10-06 14:49:20.071524"], ["updated_at", "2016-10-06 14:49:20.071524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem repellat eligendi.\",\"text\":\"Try to parse the COM hard drive, maybe it will calculate the digital program!\"}"], ["created_at", "2016-10-06 14:49:20.072525"], ["updated_at", "2016-10-06 14:49:20.072525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates facere et et odio eaque enim aut.\",\"text\":\"Try to copy the IB transmitter, maybe it will bypass the virtual application!\"}"], ["created_at", "2016-10-06 14:49:20.073431"], ["updated_at", "2016-10-06 14:49:20.073431"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium debitis illo distinctio consequatur quis eligendi.\",\"text\":\"If we input the transmitter, we can get to the HDD interface through the auxiliary HDD pixel!\"}"], ["created_at", "2016-10-06 14:49:20.074400"], ["updated_at", "2016-10-06 14:49:20.074400"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto voluptatem adipisci velit aut aut.\",\"text\":\"We need to parse the online SMTP feed!\"}"], ["created_at", "2016-10-06 14:49:20.075333"], ["updated_at", "2016-10-06 14:49:20.075333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas quia voluptatem est eum assumenda beatae.\",\"text\":\"You can't navigate the transmitter without calculating the back-end XML feed!\"}"], ["created_at", "2016-10-06 14:49:20.076271"], ["updated_at", "2016-10-06 14:49:20.076271"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit qui sunt aspernatur voluptas voluptatem animi et.\",\"text\":\"The AGP matrix is down, program the cross-platform panel so we can bypass the SAS alarm!\"}"], ["created_at", "2016-10-06 14:49:20.077229"], ["updated_at", "2016-10-06 14:49:20.077229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum voluptas ut.\",\"text\":\"I'll navigate the digital RSS bandwidth, that should pixel the SCSI alarm!\"}"], ["created_at", "2016-10-06 14:49:20.078135"], ["updated_at", "2016-10-06 14:49:20.078135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et itaque nemo amet.\",\"text\":\"Use the open-source FTP firewall, then you can synthesize the haptic circuit!\"}"], ["created_at", "2016-10-06 14:49:20.079109"], ["updated_at", "2016-10-06 14:49:20.079109"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia laborum eius doloribus velit mollitia laboriosam.\",\"text\":\"Try to copy the XSS sensor, maybe it will connect the cross-platform card!\"}"], ["created_at", "2016-10-06 14:49:20.080040"], ["updated_at", "2016-10-06 14:49:20.080040"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum id commodi veritatis nesciunt.\",\"text\":\"You can't input the program without transmitting the neural XML hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.081013"], ["updated_at", "2016-10-06 14:49:20.081013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum ex soluta nihil.\",\"text\":\"You can't generate the bus without overriding the neural EXE application!\"}"], ["created_at", "2016-10-06 14:49:20.081950"], ["updated_at", "2016-10-06 14:49:20.081950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis ex voluptatem totam consequuntur a amet aut.\",\"text\":\"You can't copy the bandwidth without quantifying the multi-byte SCSI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.082889"], ["updated_at", "2016-10-06 14:49:20.082889"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit at harum ut hic recusandae qui adipisci.\",\"text\":\"I'll index the virtual SMS interface, that should array the USB circuit!\"}"], ["created_at", "2016-10-06 14:49:20.083866"], ["updated_at", "2016-10-06 14:49:20.083866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia dolorum aut.\",\"text\":\"The IB array is down, hack the primary matrix so we can generate the ADP microchip!\"}"], ["created_at", "2016-10-06 14:49:20.084821"], ["updated_at", "2016-10-06 14:49:20.084821"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur laboriosam deleniti ratione voluptates.\",\"text\":\"I'll calculate the auxiliary SMS sensor, that should monitor the CSS program!\"}"], ["created_at", "2016-10-06 14:49:20.085757"], ["updated_at", "2016-10-06 14:49:20.085757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolorum consequatur dolor quia impedit recusandae est.\",\"text\":\"Try to hack the FTP interface, maybe it will override the redundant firewall!\"}"], ["created_at", "2016-10-06 14:49:20.086748"], ["updated_at", "2016-10-06 14:49:20.086748"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore ullam ut cum non deleniti.\",\"text\":\"Try to connect the SMS capacitor, maybe it will program the haptic monitor!\"}"], ["created_at", "2016-10-06 14:49:20.087715"], ["updated_at", "2016-10-06 14:49:20.087715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut tenetur necessitatibus sequi.\",\"text\":\"If we transmit the interface, we can get to the ADP application through the bluetooth SMS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.088652"], ["updated_at", "2016-10-06 14:49:20.088652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum deserunt autem amet.\",\"text\":\"We need to parse the solid state ADP panel!\"}"], ["created_at", "2016-10-06 14:49:20.089584"], ["updated_at", "2016-10-06 14:49:20.089584"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut numquam est quia dolorum illo nobis.\",\"text\":\"I'll synthesize the wireless SMTP pixel, that should interface the EXE interface!\"}"], ["created_at", "2016-10-06 14:49:20.090519"], ["updated_at", "2016-10-06 14:49:20.090519"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae non rerum tempore voluptatem autem omnis et.\",\"text\":\"Try to index the COM matrix, maybe it will input the solid state panel!\"}"], ["created_at", "2016-10-06 14:49:20.091522"], ["updated_at", "2016-10-06 14:49:20.091522"]] SQL (6.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam neque facilis atque dolores culpa aspernatur in.\",\"text\":\"We need to generate the back-end RAM hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.092416"], ["updated_at", "2016-10-06 14:49:20.092416"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum consequatur odit.\",\"text\":\"You can't back up the microchip without bypassing the cross-platform RSS port!\"}"], ["created_at", "2016-10-06 14:49:20.100345"], ["updated_at", "2016-10-06 14:49:20.100345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quia similique harum.\",\"text\":\"If we calculate the circuit, we can get to the SDD transmitter through the redundant AI sensor!\"}"], ["created_at", "2016-10-06 14:49:20.101472"], ["updated_at", "2016-10-06 14:49:20.101472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi esse qui impedit ut eum.\",\"text\":\"I'll compress the bluetooth XSS pixel, that should bus the SMS bus!\"}"], ["created_at", "2016-10-06 14:49:20.102465"], ["updated_at", "2016-10-06 14:49:20.102465"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis eveniet quidem et deserunt omnis soluta vero.\",\"text\":\"You can't index the port without parsing the digital GB circuit!\"}"], ["created_at", "2016-10-06 14:49:20.103505"], ["updated_at", "2016-10-06 14:49:20.103505"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias qui officiis ipsam labore maxime accusamus nisi.\",\"text\":\"The USB port is down, input the wireless feed so we can bypass the TCP driver!\"}"], ["created_at", "2016-10-06 14:49:20.104790"], ["updated_at", "2016-10-06 14:49:20.104790"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel temporibus dolor recusandae fugiat dignissimos non.\",\"text\":\"We need to program the back-end TCP matrix!\"}"], ["created_at", "2016-10-06 14:49:20.106114"], ["updated_at", "2016-10-06 14:49:20.106114"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis voluptatum voluptate magnam.\",\"text\":\"Bypassing the alarm won't do anything, we need to compress the 1080p scsi microchip!\"}"], ["created_at", "2016-10-06 14:49:20.107593"], ["updated_at", "2016-10-06 14:49:20.107593"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia debitis mollitia libero eveniet earum asperiores ut.\",\"text\":\"Use the virtual AI system, then you can back up the solid state sensor!\"}"], ["created_at", "2016-10-06 14:49:20.110111"], ["updated_at", "2016-10-06 14:49:20.110111"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil quod sequi.\",\"text\":\"Copying the microchip won't do anything, we need to index the 1080p jbod bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.113050"], ["updated_at", "2016-10-06 14:49:20.113050"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt ad est eum.\",\"text\":\"Use the primary RAM feed, then you can input the haptic sensor!\"}"], ["created_at", "2016-10-06 14:49:20.115579"], ["updated_at", "2016-10-06 14:49:20.115579"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi ea voluptas modi.\",\"text\":\"If we quantify the alarm, we can get to the AI circuit through the online GB alarm!\"}"], ["created_at", "2016-10-06 14:49:20.116660"], ["updated_at", "2016-10-06 14:49:20.116660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint exercitationem molestias sit aperiam ut est expedita.\",\"text\":\"You can't synthesize the array without calculating the 1080p SAS circuit!\"}"], ["created_at", "2016-10-06 14:49:20.117660"], ["updated_at", "2016-10-06 14:49:20.117660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta omnis autem.\",\"text\":\"If we index the pixel, we can get to the JBOD feed through the cross-platform CSS card!\"}"], ["created_at", "2016-10-06 14:49:20.118645"], ["updated_at", "2016-10-06 14:49:20.118645"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus deserunt nihil est sint ipsa.\",\"text\":\"You can't parse the system without calculating the haptic RAM capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.119581"], ["updated_at", "2016-10-06 14:49:20.119581"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur enim porro.\",\"text\":\"If we generate the pixel, we can get to the RAM transmitter through the neural PCI array!\"}"], ["created_at", "2016-10-06 14:49:20.120601"], ["updated_at", "2016-10-06 14:49:20.120601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae soluta eum voluptas architecto quod.\",\"text\":\"I'll program the virtual SCSI bandwidth, that should matrix the GB bus!\"}"], ["created_at", "2016-10-06 14:49:20.121622"], ["updated_at", "2016-10-06 14:49:20.121622"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa deserunt doloremque est adipisci.\",\"text\":\"If we connect the bandwidth, we can get to the XML hard drive through the 1080p RSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.122573"], ["updated_at", "2016-10-06 14:49:20.122573"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam magni quo molestiae eaque consequatur ducimus.\",\"text\":\"If we copy the alarm, we can get to the EXE capacitor through the haptic RSS firewall!\"}"], ["created_at", "2016-10-06 14:49:20.123509"], ["updated_at", "2016-10-06 14:49:20.123509"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem ut voluptatem delectus est dicta facilis necessitatibus.\",\"text\":\"I'll quantify the digital SSL pixel, that should card the RSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.124509"], ["updated_at", "2016-10-06 14:49:20.124509"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis consequatur reiciendis eum molestiae minima laudantium incidunt.\",\"text\":\"We need to generate the back-end RAM protocol!\"}"], ["created_at", "2016-10-06 14:49:20.125457"], ["updated_at", "2016-10-06 14:49:20.125457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate perspiciatis itaque quia autem corporis.\",\"text\":\"Use the redundant XML bus, then you can quantify the neural capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.126434"], ["updated_at", "2016-10-06 14:49:20.126434"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum aliquid eius officia.\",\"text\":\"Use the solid state JBOD hard drive, then you can hack the bluetooth circuit!\"}"], ["created_at", "2016-10-06 14:49:20.127373"], ["updated_at", "2016-10-06 14:49:20.127373"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui recusandae sequi.\",\"text\":\"The XSS array is down, generate the bluetooth bus so we can reboot the HDD alarm!\"}"], ["created_at", "2016-10-06 14:49:20.128424"], ["updated_at", "2016-10-06 14:49:20.128424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam sunt corporis quisquam iure.\",\"text\":\"The SQL system is down, override the solid state feed so we can override the PNG firewall!\"}"], ["created_at", "2016-10-06 14:49:20.129516"], ["updated_at", "2016-10-06 14:49:20.129516"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum facilis adipisci blanditiis voluptatem et.\",\"text\":\"Use the open-source TCP card, then you can input the wireless sensor!\"}"], ["created_at", "2016-10-06 14:49:20.130530"], ["updated_at", "2016-10-06 14:49:20.130530"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto est ut magni consequatur accusamus ea.\",\"text\":\"I'll parse the digital SDD port, that should circuit the SDD card!\"}"], ["created_at", "2016-10-06 14:49:20.131471"], ["updated_at", "2016-10-06 14:49:20.131471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod vitae dolores quia sint velit.\",\"text\":\"If we bypass the bandwidth, we can get to the JBOD monitor through the cross-platform SSL transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.132484"], ["updated_at", "2016-10-06 14:49:20.132484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores et doloremque earum minima qui consequuntur.\",\"text\":\"Try to input the AGP alarm, maybe it will parse the wireless bus!\"}"], ["created_at", "2016-10-06 14:49:20.133426"], ["updated_at", "2016-10-06 14:49:20.133426"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo maxime aperiam voluptatem.\",\"text\":\"The HDD pixel is down, index the primary driver so we can bypass the FTP capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.134430"], ["updated_at", "2016-10-06 14:49:20.134430"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi voluptas vero.\",\"text\":\"Try to synthesize the RSS alarm, maybe it will reboot the multi-byte array!\"}"], ["created_at", "2016-10-06 14:49:20.135370"], ["updated_at", "2016-10-06 14:49:20.135370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui minima commodi sequi voluptatibus explicabo nobis.\",\"text\":\"You can't input the driver without transmitting the auxiliary TCP alarm!\"}"], ["created_at", "2016-10-06 14:49:20.136379"], ["updated_at", "2016-10-06 14:49:20.136379"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis et rem in nam consequatur.\",\"text\":\"If we calculate the card, we can get to the GB interface through the primary HDD protocol!\"}"], ["created_at", "2016-10-06 14:49:20.137324"], ["updated_at", "2016-10-06 14:49:20.137324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam consequuntur velit nesciunt nihil optio.\",\"text\":\"You can't compress the panel without transmitting the multi-byte FTP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.138337"], ["updated_at", "2016-10-06 14:49:20.138337"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores minus nisi libero.\",\"text\":\"The SDD protocol is down, input the multi-byte alarm so we can override the TCP protocol!\"}"], ["created_at", "2016-10-06 14:49:20.139285"], ["updated_at", "2016-10-06 14:49:20.139285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi rerum facilis a at vitae.\",\"text\":\"We need to compress the digital AI circuit!\"}"], ["created_at", "2016-10-06 14:49:20.140317"], ["updated_at", "2016-10-06 14:49:20.140317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam velit aut eveniet reiciendis nisi.\",\"text\":\"Try to compress the AI feed, maybe it will calculate the optical monitor!\"}"], ["created_at", "2016-10-06 14:49:20.141229"], ["updated_at", "2016-10-06 14:49:20.141229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde facere fugit.\",\"text\":\"If we bypass the bandwidth, we can get to the SCSI capacitor through the solid state XML microchip!\"}"], ["created_at", "2016-10-06 14:49:20.142232"], ["updated_at", "2016-10-06 14:49:20.142232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat et id perferendis.\",\"text\":\"You can't navigate the monitor without transmitting the virtual RAM feed!\"}"], ["created_at", "2016-10-06 14:49:20.143225"], ["updated_at", "2016-10-06 14:49:20.143225"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias accusamus et.\",\"text\":\"If we program the capacitor, we can get to the AGP firewall through the primary GB interface!\"}"], ["created_at", "2016-10-06 14:49:20.144226"], ["updated_at", "2016-10-06 14:49:20.144226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui maxime distinctio quasi eligendi.\",\"text\":\"You can't calculate the bandwidth without programming the mobile HDD feed!\"}"], ["created_at", "2016-10-06 14:49:20.145268"], ["updated_at", "2016-10-06 14:49:20.145268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste dolorem eveniet.\",\"text\":\"Try to back up the AI hard drive, maybe it will index the neural bus!\"}"], ["created_at", "2016-10-06 14:49:20.146263"], ["updated_at", "2016-10-06 14:49:20.146263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quis et.\",\"text\":\"Use the cross-platform SQL alarm, then you can transmit the auxiliary circuit!\"}"], ["created_at", "2016-10-06 14:49:20.147164"], ["updated_at", "2016-10-06 14:49:20.147164"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut dolor ex corporis quia tenetur repellat.\",\"text\":\"Transmitting the interface won't do anything, we need to quantify the back-end smtp sensor!\"}"], ["created_at", "2016-10-06 14:49:20.148105"], ["updated_at", "2016-10-06 14:49:20.148105"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dolorem est corporis ab nam accusantium.\",\"text\":\"The SSL port is down, input the redundant card so we can reboot the HDD monitor!\"}"], ["created_at", "2016-10-06 14:49:20.149028"], ["updated_at", "2016-10-06 14:49:20.149028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel consequatur soluta labore quae.\",\"text\":\"I'll connect the mobile CSS driver, that should card the HTTP system!\"}"], ["created_at", "2016-10-06 14:49:20.150007"], ["updated_at", "2016-10-06 14:49:20.150007"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere nostrum qui vitae ab debitis.\",\"text\":\"Quantifying the card won't do anything, we need to hack the online json interface!\"}"], ["created_at", "2016-10-06 14:49:20.151011"], ["updated_at", "2016-10-06 14:49:20.151011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore velit magni.\",\"text\":\"Quantifying the circuit won't do anything, we need to calculate the mobile exe protocol!\"}"], ["created_at", "2016-10-06 14:49:20.151969"], ["updated_at", "2016-10-06 14:49:20.151969"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum fugiat ut et autem et minus.\",\"text\":\"The AI system is down, reboot the wireless transmitter so we can parse the PCI microchip!\"}"], ["created_at", "2016-10-06 14:49:20.152977"], ["updated_at", "2016-10-06 14:49:20.152977"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi voluptatem voluptatem aut neque quae corrupti.\",\"text\":\"You can't reboot the monitor without bypassing the mobile RAM port!\"}"], ["created_at", "2016-10-06 14:49:20.153998"], ["updated_at", "2016-10-06 14:49:20.153998"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum ut nulla eum quia officia necessitatibus.\",\"text\":\"I'll calculate the online SQL capacitor, that should bandwidth the XML circuit!\"}"], ["created_at", "2016-10-06 14:49:20.154983"], ["updated_at", "2016-10-06 14:49:20.154983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem libero quae quas at ullam id aspernatur.\",\"text\":\"If we compress the bandwidth, we can get to the SCSI circuit through the digital RSS circuit!\"}"], ["created_at", "2016-10-06 14:49:20.155925"], ["updated_at", "2016-10-06 14:49:20.155925"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et commodi quo eos voluptatem adipisci.\",\"text\":\"If we connect the circuit, we can get to the PCI program through the multi-byte JSON alarm!\"}"], ["created_at", "2016-10-06 14:49:20.156859"], ["updated_at", "2016-10-06 14:49:20.156859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni vel commodi id nostrum voluptate dolorum.\",\"text\":\"We need to transmit the digital SDD hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.157822"], ["updated_at", "2016-10-06 14:49:20.157822"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum ut ut cum sequi alias ut.\",\"text\":\"The SDD firewall is down, navigate the auxiliary panel so we can quantify the COM feed!\"}"], ["created_at", "2016-10-06 14:49:20.158801"], ["updated_at", "2016-10-06 14:49:20.158801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem dolorum totam inventore autem eligendi.\",\"text\":\"Use the neural AGP port, then you can navigate the haptic feed!\"}"], ["created_at", "2016-10-06 14:49:20.159810"], ["updated_at", "2016-10-06 14:49:20.159810"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat ut ab vitae voluptas nam repudiandae.\",\"text\":\"You can't override the system without navigating the redundant ADP system!\"}"], ["created_at", "2016-10-06 14:49:20.160772"], ["updated_at", "2016-10-06 14:49:20.160772"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates voluptatem mollitia ut eveniet et.\",\"text\":\"Indexing the pixel won't do anything, we need to hack the cross-platform pci microchip!\"}"], ["created_at", "2016-10-06 14:49:20.161918"], ["updated_at", "2016-10-06 14:49:20.161918"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita quo ad dolores ut facilis quod incidunt.\",\"text\":\"Hacking the driver won't do anything, we need to index the solid state smtp circuit!\"}"], ["created_at", "2016-10-06 14:49:20.163054"], ["updated_at", "2016-10-06 14:49:20.163054"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut esse expedita dolore odio illo hic omnis.\",\"text\":\"Programming the array won't do anything, we need to bypass the online xml firewall!\"}"], ["created_at", "2016-10-06 14:49:20.164121"], ["updated_at", "2016-10-06 14:49:20.164121"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint voluptate consequatur architecto dolores et debitis.\",\"text\":\"The IB matrix is down, hack the virtual pixel so we can connect the JBOD transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.165206"], ["updated_at", "2016-10-06 14:49:20.165206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium voluptatum voluptatem et nostrum quas.\",\"text\":\"The JSON circuit is down, synthesize the virtual circuit so we can transmit the AI pixel!\"}"], ["created_at", "2016-10-06 14:49:20.166358"], ["updated_at", "2016-10-06 14:49:20.166358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati ut sit fugiat ratione.\",\"text\":\"Hacking the pixel won't do anything, we need to generate the online hdd feed!\"}"], ["created_at", "2016-10-06 14:49:20.167464"], ["updated_at", "2016-10-06 14:49:20.167464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam voluptatibus odio dolores mollitia sint quo.\",\"text\":\"I'll input the wireless CSS feed, that should circuit the XML port!\"}"], ["created_at", "2016-10-06 14:49:20.168572"], ["updated_at", "2016-10-06 14:49:20.168572"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem necessitatibus praesentium quis tempora.\",\"text\":\"Try to copy the SMS alarm, maybe it will calculate the back-end circuit!\"}"], ["created_at", "2016-10-06 14:49:20.169679"], ["updated_at", "2016-10-06 14:49:20.169679"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta ut in quibusdam voluptatibus aut.\",\"text\":\"Generating the array won't do anything, we need to calculate the solid state ram panel!\"}"], ["created_at", "2016-10-06 14:49:20.170847"], ["updated_at", "2016-10-06 14:49:20.170847"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus quod ut ipsam ut repellat voluptatem consequatur.\",\"text\":\"You can't reboot the hard drive without overriding the neural USB sensor!\"}"], ["created_at", "2016-10-06 14:49:20.171936"], ["updated_at", "2016-10-06 14:49:20.171936"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quia omnis expedita hic vel a quasi.\",\"text\":\"Use the open-source USB array, then you can parse the digital bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.173046"], ["updated_at", "2016-10-06 14:49:20.173046"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus nam rerum illum et.\",\"text\":\"The SAS interface is down, override the virtual panel so we can quantify the SMS array!\"}"], ["created_at", "2016-10-06 14:49:20.174158"], ["updated_at", "2016-10-06 14:49:20.174158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur fuga eos labore autem unde est velit.\",\"text\":\"We need to reboot the redundant RAM driver!\"}"], ["created_at", "2016-10-06 14:49:20.175294"], ["updated_at", "2016-10-06 14:49:20.175294"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi minima ut est debitis perferendis dolore.\",\"text\":\"We need to bypass the open-source THX bus!\"}"], ["created_at", "2016-10-06 14:49:20.176398"], ["updated_at", "2016-10-06 14:49:20.176398"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia in iure ipsa et voluptatibus.\",\"text\":\"If we override the bandwidth, we can get to the EXE capacitor through the digital SMS monitor!\"}"], ["created_at", "2016-10-06 14:49:20.177521"], ["updated_at", "2016-10-06 14:49:20.177521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe qui adipisci.\",\"text\":\"Use the cross-platform XSS sensor, then you can hack the auxiliary firewall!\"}"], ["created_at", "2016-10-06 14:49:20.178669"], ["updated_at", "2016-10-06 14:49:20.178669"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In molestiae sit dolorem sequi mollitia.\",\"text\":\"You can't reboot the sensor without indexing the bluetooth AI interface!\"}"], ["created_at", "2016-10-06 14:49:20.179807"], ["updated_at", "2016-10-06 14:49:20.179807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos atque eaque laborum quidem quia perspiciatis.\",\"text\":\"I'll navigate the neural JBOD application, that should feed the SQL matrix!\"}"], ["created_at", "2016-10-06 14:49:20.180927"], ["updated_at", "2016-10-06 14:49:20.180927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error dolor laboriosam laborum.\",\"text\":\"We need to compress the cross-platform THX bus!\"}"], ["created_at", "2016-10-06 14:49:20.182051"], ["updated_at", "2016-10-06 14:49:20.182051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis inventore rerum deleniti pariatur.\",\"text\":\"If we transmit the interface, we can get to the SAS card through the redundant THX port!\"}"], ["created_at", "2016-10-06 14:49:20.183133"], ["updated_at", "2016-10-06 14:49:20.183133"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint labore quis nemo quas laborum qui corporis.\",\"text\":\"If we connect the matrix, we can get to the SDD port through the bluetooth JSON hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.184172"], ["updated_at", "2016-10-06 14:49:20.184172"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum iste doloribus quos accusantium aliquid tempora asperiores.\",\"text\":\"If we quantify the monitor, we can get to the RAM bandwidth through the solid state PCI matrix!\"}"], ["created_at", "2016-10-06 14:49:20.185360"], ["updated_at", "2016-10-06 14:49:20.185360"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque assumenda eveniet similique harum tempore accusantium nobis.\",\"text\":\"Use the multi-byte TCP hard drive, then you can reboot the haptic bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.186716"], ["updated_at", "2016-10-06 14:49:20.186716"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quis nisi ut asperiores hic sit ut.\",\"text\":\"You can't calculate the card without transmitting the wireless SDD array!\"}"], ["created_at", "2016-10-06 14:49:20.188046"], ["updated_at", "2016-10-06 14:49:20.188046"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel tempore quasi.\",\"text\":\"If we parse the panel, we can get to the EXE capacitor through the neural HDD driver!\"}"], ["created_at", "2016-10-06 14:49:20.190518"], ["updated_at", "2016-10-06 14:49:20.190518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur corporis rerum quia animi omnis dolorem temporibus.\",\"text\":\"Copying the card won't do anything, we need to input the 1080p sdd protocol!\"}"], ["created_at", "2016-10-06 14:49:20.191785"], ["updated_at", "2016-10-06 14:49:20.191785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi libero minima.\",\"text\":\"The SDD interface is down, copy the mobile monitor so we can index the SAS alarm!\"}"], ["created_at", "2016-10-06 14:49:20.192771"], ["updated_at", "2016-10-06 14:49:20.192771"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo aspernatur in.\",\"text\":\"I'll copy the back-end SMS pixel, that should capacitor the THX array!\"}"], ["created_at", "2016-10-06 14:49:20.193750"], ["updated_at", "2016-10-06 14:49:20.193750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore perspiciatis itaque molestiae culpa.\",\"text\":\"You can't input the pixel without connecting the digital FTP feed!\"}"], ["created_at", "2016-10-06 14:49:20.194833"], ["updated_at", "2016-10-06 14:49:20.194833"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam praesentium eligendi.\",\"text\":\"We need to compress the redundant XSS circuit!\"}"], ["created_at", "2016-10-06 14:49:20.195866"], ["updated_at", "2016-10-06 14:49:20.195866"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil non nobis ipsum perspiciatis fugit.\",\"text\":\"You can't index the bus without calculating the primary AGP bus!\"}"], ["created_at", "2016-10-06 14:49:20.196870"], ["updated_at", "2016-10-06 14:49:20.196870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique quo ratione sit laborum.\",\"text\":\"Transmitting the pixel won't do anything, we need to override the online tcp card!\"}"], ["created_at", "2016-10-06 14:49:20.197840"], ["updated_at", "2016-10-06 14:49:20.197840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea magni corporis est numquam rerum veniam aut.\",\"text\":\"Try to transmit the IB program, maybe it will transmit the haptic system!\"}"], ["created_at", "2016-10-06 14:49:20.198857"], ["updated_at", "2016-10-06 14:49:20.198857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem rem ducimus et.\",\"text\":\"If we parse the capacitor, we can get to the AGP system through the bluetooth EXE matrix!\"}"], ["created_at", "2016-10-06 14:49:20.199832"], ["updated_at", "2016-10-06 14:49:20.199832"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed fugiat consequatur qui soluta vel eum blanditiis.\",\"text\":\"Use the wireless USB matrix, then you can hack the redundant driver!\"}"], ["created_at", "2016-10-06 14:49:20.200827"], ["updated_at", "2016-10-06 14:49:20.200827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur repellendus maiores beatae et itaque vel fugiat.\",\"text\":\"I'll copy the haptic SMS port, that should card the XSS bus!\"}"], ["created_at", "2016-10-06 14:49:20.201838"], ["updated_at", "2016-10-06 14:49:20.201838"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor exercitationem ab laborum id dicta.\",\"text\":\"We need to calculate the back-end USB protocol!\"}"], ["created_at", "2016-10-06 14:49:20.202860"], ["updated_at", "2016-10-06 14:49:20.202860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi quia ipsam odit consequuntur molestiae.\",\"text\":\"Use the redundant AI hard drive, then you can parse the online circuit!\"}"], ["created_at", "2016-10-06 14:49:20.203842"], ["updated_at", "2016-10-06 14:49:20.203842"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab iure est ipsum omnis dolores quas molestias.\",\"text\":\"If we program the protocol, we can get to the SMTP port through the back-end EXE pixel!\"}"], ["created_at", "2016-10-06 14:49:20.204806"], ["updated_at", "2016-10-06 14:49:20.204806"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut placeat quo cupiditate quam et aut ea.\",\"text\":\"If we connect the monitor, we can get to the COM panel through the online PNG panel!\"}"], ["created_at", "2016-10-06 14:49:20.205803"], ["updated_at", "2016-10-06 14:49:20.205803"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque dignissimos dolor quae.\",\"text\":\"The HDD transmitter is down, copy the online bandwidth so we can parse the SDD microchip!\"}"], ["created_at", "2016-10-06 14:49:20.206794"], ["updated_at", "2016-10-06 14:49:20.206794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut aliquid magnam alias.\",\"text\":\"If we calculate the bandwidth, we can get to the EXE program through the open-source GB driver!\"}"], ["created_at", "2016-10-06 14:49:20.207763"], ["updated_at", "2016-10-06 14:49:20.207763"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem enim maxime deleniti dicta.\",\"text\":\"Try to override the RSS transmitter, maybe it will generate the mobile capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.208747"], ["updated_at", "2016-10-06 14:49:20.208747"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic earum aut qui eaque.\",\"text\":\"Try to override the XML card, maybe it will quantify the virtual sensor!\"}"], ["created_at", "2016-10-06 14:49:20.209764"], ["updated_at", "2016-10-06 14:49:20.209764"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos nobis sapiente perspiciatis exercitationem dolores.\",\"text\":\"I'll connect the virtual HTTP monitor, that should sensor the JSON circuit!\"}"], ["created_at", "2016-10-06 14:49:20.210743"], ["updated_at", "2016-10-06 14:49:20.210743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus ex tempore architecto provident neque rerum.\",\"text\":\"The JSON feed is down, copy the online alarm so we can bypass the SCSI array!\"}"], ["created_at", "2016-10-06 14:49:20.211777"], ["updated_at", "2016-10-06 14:49:20.211777"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab nobis labore rerum consequatur.\",\"text\":\"We need to generate the digital EXE transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.212780"], ["updated_at", "2016-10-06 14:49:20.212780"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur aut quia perspiciatis placeat alias sint.\",\"text\":\"I'll transmit the mobile XSS capacitor, that should capacitor the SAS transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.213796"], ["updated_at", "2016-10-06 14:49:20.213796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum voluptate iste qui sit esse.\",\"text\":\"You can't synthesize the capacitor without navigating the solid state FTP application!\"}"], ["created_at", "2016-10-06 14:49:20.214864"], ["updated_at", "2016-10-06 14:49:20.214864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates et nobis voluptatum facere.\",\"text\":\"You can't override the system without generating the haptic EXE circuit!\"}"], ["created_at", "2016-10-06 14:49:20.215855"], ["updated_at", "2016-10-06 14:49:20.215855"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi voluptatem debitis et aperiam sunt qui.\",\"text\":\"Try to reboot the ADP microchip, maybe it will reboot the back-end circuit!\"}"], ["created_at", "2016-10-06 14:49:20.216848"], ["updated_at", "2016-10-06 14:49:20.216848"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel earum et sed unde pariatur et.\",\"text\":\"You can't override the application without generating the open-source XML monitor!\"}"], ["created_at", "2016-10-06 14:49:20.217898"], ["updated_at", "2016-10-06 14:49:20.217898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia perferendis et.\",\"text\":\"Try to parse the IB alarm, maybe it will transmit the haptic system!\"}"], ["created_at", "2016-10-06 14:49:20.218964"], ["updated_at", "2016-10-06 14:49:20.218964"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad neque tenetur labore dicta sed.\",\"text\":\"I'll override the cross-platform SDD bandwidth, that should pixel the SAS bus!\"}"], ["created_at", "2016-10-06 14:49:20.220040"], ["updated_at", "2016-10-06 14:49:20.220040"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur et accusamus est.\",\"text\":\"Try to bypass the CSS pixel, maybe it will hack the back-end hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.221129"], ["updated_at", "2016-10-06 14:49:20.221129"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic aut voluptas cumque voluptas id facilis.\",\"text\":\"You can't calculate the system without generating the multi-byte USB bus!\"}"], ["created_at", "2016-10-06 14:49:20.222208"], ["updated_at", "2016-10-06 14:49:20.222208"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid vel inventore adipisci.\",\"text\":\"If we generate the system, we can get to the THX application through the auxiliary RSS application!\"}"], ["created_at", "2016-10-06 14:49:20.223307"], ["updated_at", "2016-10-06 14:49:20.223307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus hic voluptatem fugiat aperiam optio.\",\"text\":\"We need to connect the solid state AGP capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.224369"], ["updated_at", "2016-10-06 14:49:20.224369"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eligendi veniam dicta quia.\",\"text\":\"Use the open-source HTTP array, then you can bypass the neural protocol!\"}"], ["created_at", "2016-10-06 14:49:20.226185"], ["updated_at", "2016-10-06 14:49:20.226185"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam quae quo.\",\"text\":\"Use the 1080p RSS program, then you can transmit the primary circuit!\"}"], ["created_at", "2016-10-06 14:49:20.227538"], ["updated_at", "2016-10-06 14:49:20.227538"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis voluptas sapiente accusamus laudantium numquam ut.\",\"text\":\"Calculating the capacitor won't do anything, we need to input the wireless agp alarm!\"}"], ["created_at", "2016-10-06 14:49:20.229185"], ["updated_at", "2016-10-06 14:49:20.229185"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea quos repellat repudiandae molestiae quisquam nam consequatur.\",\"text\":\"Synthesizing the array won't do anything, we need to back up the virtual exe port!\"}"], ["created_at", "2016-10-06 14:49:20.230514"], ["updated_at", "2016-10-06 14:49:20.230514"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore itaque dignissimos deleniti.\",\"text\":\"You can't bypass the protocol without connecting the open-source GB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.232172"], ["updated_at", "2016-10-06 14:49:20.232172"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure autem esse quis voluptatum.\",\"text\":\"You can't generate the program without copying the redundant AI panel!\"}"], ["created_at", "2016-10-06 14:49:20.233418"], ["updated_at", "2016-10-06 14:49:20.233418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste voluptatibus eaque rerum iure vitae aut.\",\"text\":\"Use the cross-platform SCSI circuit, then you can generate the 1080p bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.234709"], ["updated_at", "2016-10-06 14:49:20.234709"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi rerum quis assumenda dolore ab repellat.\",\"text\":\"Try to bypass the USB matrix, maybe it will index the 1080p panel!\"}"], ["created_at", "2016-10-06 14:49:20.236177"], ["updated_at", "2016-10-06 14:49:20.236177"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime natus eaque quos ducimus.\",\"text\":\"Use the redundant SMS port, then you can index the optical array!\"}"], ["created_at", "2016-10-06 14:49:20.237595"], ["updated_at", "2016-10-06 14:49:20.237595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum quisquam voluptatem similique nisi.\",\"text\":\"If we parse the panel, we can get to the SCSI sensor through the optical XSS matrix!\"}"], ["created_at", "2016-10-06 14:49:20.238822"], ["updated_at", "2016-10-06 14:49:20.238822"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At velit necessitatibus sapiente nam ipsam animi.\",\"text\":\"I'll program the wireless IB pixel, that should circuit the USB sensor!\"}"], ["created_at", "2016-10-06 14:49:20.240462"], ["updated_at", "2016-10-06 14:49:20.240462"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio commodi qui cupiditate aut fuga velit.\",\"text\":\"We need to calculate the haptic IB port!\"}"], ["created_at", "2016-10-06 14:49:20.241818"], ["updated_at", "2016-10-06 14:49:20.241818"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo nam quia incidunt omnis corrupti.\",\"text\":\"If we back up the capacitor, we can get to the SQL pixel through the back-end GB port!\"}"], ["created_at", "2016-10-06 14:49:20.243430"], ["updated_at", "2016-10-06 14:49:20.243430"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero illum et dolores tenetur vel quod quia.\",\"text\":\"Quantifying the firewall won't do anything, we need to hack the online ib port!\"}"], ["created_at", "2016-10-06 14:49:20.244715"], ["updated_at", "2016-10-06 14:49:20.244715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat eius ea ullam.\",\"text\":\"We need to program the redundant CSS card!\"}"], ["created_at", "2016-10-06 14:49:20.246084"], ["updated_at", "2016-10-06 14:49:20.246084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias ut exercitationem autem impedit necessitatibus dolorem.\",\"text\":\"I'll input the online PNG pixel, that should bus the SAS firewall!\"}"], ["created_at", "2016-10-06 14:49:20.247656"], ["updated_at", "2016-10-06 14:49:20.247656"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium magnam tenetur ad voluptatum saepe.\",\"text\":\"Try to back up the SSL array, maybe it will quantify the open-source card!\"}"], ["created_at", "2016-10-06 14:49:20.248716"], ["updated_at", "2016-10-06 14:49:20.248716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint odit numquam et rerum molestias tempora omnis.\",\"text\":\"I'll transmit the wireless AGP card, that should alarm the RSS system!\"}"], ["created_at", "2016-10-06 14:49:20.249816"], ["updated_at", "2016-10-06 14:49:20.249816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit ea autem aut similique in.\",\"text\":\"The AGP panel is down, override the haptic hard drive so we can generate the RAM hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.251079"], ["updated_at", "2016-10-06 14:49:20.251079"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ullam atque quaerat illo qui ab aliquid.\",\"text\":\"I'll program the haptic PCI program, that should firewall the SSL bus!\"}"], ["created_at", "2016-10-06 14:49:20.252142"], ["updated_at", "2016-10-06 14:49:20.252142"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio consectetur earum sed et voluptatem.\",\"text\":\"The RSS port is down, navigate the redundant monitor so we can bypass the GB monitor!\"}"], ["created_at", "2016-10-06 14:49:20.253265"], ["updated_at", "2016-10-06 14:49:20.253265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis beatae vero.\",\"text\":\"Use the multi-byte COM feed, then you can copy the cross-platform pixel!\"}"], ["created_at", "2016-10-06 14:49:20.254625"], ["updated_at", "2016-10-06 14:49:20.254625"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum alias accusamus necessitatibus deserunt excepturi.\",\"text\":\"I'll synthesize the neural HTTP application, that should capacitor the JSON card!\"}"], ["created_at", "2016-10-06 14:49:20.255704"], ["updated_at", "2016-10-06 14:49:20.255704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor omnis cum aut dolores tempora.\",\"text\":\"Backing up the card won't do anything, we need to program the virtual smtp hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.256761"], ["updated_at", "2016-10-06 14:49:20.256761"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed facilis.\",\"text\":\"Compressing the array won't do anything, we need to copy the primary png sensor!\"}"], ["created_at", "2016-10-06 14:49:20.258527"], ["updated_at", "2016-10-06 14:49:20.258527"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint rem magnam amet.\",\"text\":\"Use the mobile JSON firewall, then you can compress the digital pixel!\"}"], ["created_at", "2016-10-06 14:49:20.259933"], ["updated_at", "2016-10-06 14:49:20.259933"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis dolores dolorem.\",\"text\":\"If we reboot the bus, we can get to the CSS port through the solid state THX firewall!\"}"], ["created_at", "2016-10-06 14:49:20.261281"], ["updated_at", "2016-10-06 14:49:20.261281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem aut quia.\",\"text\":\"We need to back up the virtual AI card!\"}"], ["created_at", "2016-10-06 14:49:20.263047"], ["updated_at", "2016-10-06 14:49:20.263047"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod est ut possimus saepe.\",\"text\":\"You can't compress the interface without parsing the open-source COM firewall!\"}"], ["created_at", "2016-10-06 14:49:20.264330"], ["updated_at", "2016-10-06 14:49:20.264330"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum modi expedita non vitae dolor voluptas suscipit.\",\"text\":\"You can't reboot the protocol without backing up the haptic PCI program!\"}"], ["created_at", "2016-10-06 14:49:20.265881"], ["updated_at", "2016-10-06 14:49:20.265881"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia enim dolorem rerum.\",\"text\":\"The ADP matrix is down, transmit the virtual interface so we can hack the THX bus!\"}"], ["created_at", "2016-10-06 14:49:20.267253"], ["updated_at", "2016-10-06 14:49:20.267253"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi dolor sunt deserunt esse aut quam voluptatem.\",\"text\":\"The JSON bus is down, reboot the open-source port so we can hack the SAS bus!\"}"], ["created_at", "2016-10-06 14:49:20.268539"], ["updated_at", "2016-10-06 14:49:20.268539"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis corrupti ea ea.\",\"text\":\"Parsing the interface won't do anything, we need to hack the bluetooth gb monitor!\"}"], ["created_at", "2016-10-06 14:49:20.269787"], ["updated_at", "2016-10-06 14:49:20.269787"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas sunt sint assumenda qui consequatur beatae blanditiis.\",\"text\":\"I'll override the bluetooth USB alarm, that should program the XML alarm!\"}"], ["created_at", "2016-10-06 14:49:20.271493"], ["updated_at", "2016-10-06 14:49:20.271493"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo porro illum et.\",\"text\":\"I'll connect the bluetooth AGP pixel, that should alarm the AGP panel!\"}"], ["created_at", "2016-10-06 14:49:20.272919"], ["updated_at", "2016-10-06 14:49:20.272919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non culpa qui numquam mollitia ut sint temporibus.\",\"text\":\"If we input the application, we can get to the GB card through the primary HTTP system!\"}"], ["created_at", "2016-10-06 14:49:20.274231"], ["updated_at", "2016-10-06 14:49:20.274231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius vel a atque quasi.\",\"text\":\"We need to index the open-source XML bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.275511"], ["updated_at", "2016-10-06 14:49:20.275511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut odit asperiores modi aliquid.\",\"text\":\"The ADP driver is down, quantify the bluetooth panel so we can connect the SAS microchip!\"}"], ["created_at", "2016-10-06 14:49:20.276495"], ["updated_at", "2016-10-06 14:49:20.276495"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui quaerat tenetur molestiae.\",\"text\":\"I'll override the cross-platform SAS application, that should firewall the EXE application!\"}"], ["created_at", "2016-10-06 14:49:20.277483"], ["updated_at", "2016-10-06 14:49:20.277483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto inventore eius repellendus.\",\"text\":\"I'll navigate the back-end GB hard drive, that should system the SMTP feed!\"}"], ["created_at", "2016-10-06 14:49:20.278546"], ["updated_at", "2016-10-06 14:49:20.278546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt animi quo nobis qui soluta autem hic.\",\"text\":\"You can't synthesize the pixel without generating the solid state SMTP interface!\"}"], ["created_at", "2016-10-06 14:49:20.279661"], ["updated_at", "2016-10-06 14:49:20.279661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo et quo.\",\"text\":\"We need to parse the cross-platform ADP matrix!\"}"], ["created_at", "2016-10-06 14:49:20.280693"], ["updated_at", "2016-10-06 14:49:20.280693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro nam deserunt ut possimus consequatur.\",\"text\":\"Try to index the SMS monitor, maybe it will calculate the multi-byte bus!\"}"], ["created_at", "2016-10-06 14:49:20.281868"], ["updated_at", "2016-10-06 14:49:20.281868"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est illum nemo.\",\"text\":\"You can't input the bus without copying the virtual AI program!\"}"], ["created_at", "2016-10-06 14:49:20.282950"], ["updated_at", "2016-10-06 14:49:20.282950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum placeat ut itaque sed voluptatibus possimus.\",\"text\":\"I'll back up the redundant ADP transmitter, that should microchip the XML feed!\"}"], ["created_at", "2016-10-06 14:49:20.283993"], ["updated_at", "2016-10-06 14:49:20.283993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus dignissimos fugiat possimus molestiae voluptatibus pariatur.\",\"text\":\"I'll hack the haptic SDD transmitter, that should bus the JBOD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.285126"], ["updated_at", "2016-10-06 14:49:20.285126"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe asperiores qui in quia repellat.\",\"text\":\"Backing up the bus won't do anything, we need to calculate the bluetooth gb sensor!\"}"], ["created_at", "2016-10-06 14:49:20.286111"], ["updated_at", "2016-10-06 14:49:20.286111"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et provident dignissimos facere nemo sunt ut.\",\"text\":\"You can't reboot the monitor without transmitting the back-end SQL system!\"}"], ["created_at", "2016-10-06 14:49:20.287236"], ["updated_at", "2016-10-06 14:49:20.287236"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel vitae unde dolor voluptates quia.\",\"text\":\"Quantifying the application won't do anything, we need to input the auxiliary sms monitor!\"}"], ["created_at", "2016-10-06 14:49:20.288687"], ["updated_at", "2016-10-06 14:49:20.288687"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt in distinctio doloremque.\",\"text\":\"You can't generate the bandwidth without generating the redundant SMTP program!\"}"], ["created_at", "2016-10-06 14:49:20.290176"], ["updated_at", "2016-10-06 14:49:20.290176"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis corporis neque sint sunt.\",\"text\":\"Calculating the monitor won't do anything, we need to copy the neural xml capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.292394"], ["updated_at", "2016-10-06 14:49:20.292394"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias facere consectetur repudiandae quis voluptas tempore quidem.\",\"text\":\"Backing up the card won't do anything, we need to program the auxiliary jbod sensor!\"}"], ["created_at", "2016-10-06 14:49:20.293516"], ["updated_at", "2016-10-06 14:49:20.293516"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi quae et architecto.\",\"text\":\"We need to back up the solid state SSL card!\"}"], ["created_at", "2016-10-06 14:49:20.294884"], ["updated_at", "2016-10-06 14:49:20.294884"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos deserunt dolor et.\",\"text\":\"The JBOD firewall is down, back up the optical program so we can transmit the SDD sensor!\"}"], ["created_at", "2016-10-06 14:49:20.296060"], ["updated_at", "2016-10-06 14:49:20.296060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt voluptatem qui optio temporibus molestiae.\",\"text\":\"If we generate the system, we can get to the FTP bus through the mobile AI system!\"}"], ["created_at", "2016-10-06 14:49:20.297256"], ["updated_at", "2016-10-06 14:49:20.297256"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde consequatur qui nesciunt accusantium aliquam sint laborum.\",\"text\":\"We need to parse the solid state JBOD capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.298361"], ["updated_at", "2016-10-06 14:49:20.298361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus consequatur officia velit.\",\"text\":\"Compressing the feed won't do anything, we need to hack the digital jbod microchip!\"}"], ["created_at", "2016-10-06 14:49:20.299552"], ["updated_at", "2016-10-06 14:49:20.299552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum laborum eaque.\",\"text\":\"The SSL microchip is down, navigate the wireless array so we can reboot the HTTP protocol!\"}"], ["created_at", "2016-10-06 14:49:20.300774"], ["updated_at", "2016-10-06 14:49:20.300774"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut corrupti nesciunt vel rerum qui.\",\"text\":\"Try to generate the JBOD bandwidth, maybe it will override the redundant firewall!\"}"], ["created_at", "2016-10-06 14:49:20.301961"], ["updated_at", "2016-10-06 14:49:20.301961"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium sed doloribus necessitatibus ea nihil.\",\"text\":\"You can't quantify the hard drive without bypassing the back-end SDD capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.303673"], ["updated_at", "2016-10-06 14:49:20.303673"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit ut voluptas officiis est quis.\",\"text\":\"The USB protocol is down, bypass the haptic port so we can input the IB protocol!\"}"], ["created_at", "2016-10-06 14:49:20.304986"], ["updated_at", "2016-10-06 14:49:20.304986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit itaque perspiciatis quis eos quae architecto quia.\",\"text\":\"If we override the program, we can get to the AGP array through the 1080p SMTP interface!\"}"], ["created_at", "2016-10-06 14:49:20.306148"], ["updated_at", "2016-10-06 14:49:20.306148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas voluptates voluptas ut culpa dicta.\",\"text\":\"Use the optical COM capacitor, then you can back up the auxiliary driver!\"}"], ["created_at", "2016-10-06 14:49:20.307315"], ["updated_at", "2016-10-06 14:49:20.307315"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo sit at exercitationem.\",\"text\":\"If we parse the array, we can get to the RAM microchip through the optical TCP transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.308382"], ["updated_at", "2016-10-06 14:49:20.308382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora consequuntur laborum autem quis.\",\"text\":\"Use the solid state IB transmitter, then you can synthesize the online protocol!\"}"], ["created_at", "2016-10-06 14:49:20.309654"], ["updated_at", "2016-10-06 14:49:20.309654"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae est libero magni beatae velit possimus.\",\"text\":\"We need to generate the optical ADP alarm!\"}"], ["created_at", "2016-10-06 14:49:20.310894"], ["updated_at", "2016-10-06 14:49:20.310894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit molestiae nostrum omnis quos.\",\"text\":\"If we parse the transmitter, we can get to the IB port through the bluetooth SCSI interface!\"}"], ["created_at", "2016-10-06 14:49:20.312476"], ["updated_at", "2016-10-06 14:49:20.312476"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed nisi est.\",\"text\":\"Try to quantify the SAS hard drive, maybe it will override the 1080p panel!\"}"], ["created_at", "2016-10-06 14:49:20.313683"], ["updated_at", "2016-10-06 14:49:20.313683"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et suscipit inventore voluptatum consequatur ut eum.\",\"text\":\"If we hack the interface, we can get to the HTTP monitor through the 1080p CSS port!\"}"], ["created_at", "2016-10-06 14:49:20.314860"], ["updated_at", "2016-10-06 14:49:20.314860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium aut est nulla temporibus ut sed sequi.\",\"text\":\"The AI microchip is down, back up the auxiliary system so we can quantify the GB capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.316453"], ["updated_at", "2016-10-06 14:49:20.316453"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas qui iste alias ad autem quis.\",\"text\":\"Calculating the card won't do anything, we need to synthesize the digital sql array!\"}"], ["created_at", "2016-10-06 14:49:20.317603"], ["updated_at", "2016-10-06 14:49:20.317603"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint debitis ad dolorem doloremque exercitationem.\",\"text\":\"Navigating the firewall won't do anything, we need to bypass the open-source json interface!\"}"], ["created_at", "2016-10-06 14:49:20.318831"], ["updated_at", "2016-10-06 14:49:20.318831"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis aut sed veniam laborum minus omnis quo.\",\"text\":\"We need to copy the bluetooth USB firewall!\"}"], ["created_at", "2016-10-06 14:49:20.320055"], ["updated_at", "2016-10-06 14:49:20.320055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut facilis est odio vel.\",\"text\":\"The SAS sensor is down, index the bluetooth protocol so we can reboot the HTTP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.321384"], ["updated_at", "2016-10-06 14:49:20.321384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam quia qui.\",\"text\":\"We need to program the mobile JBOD pixel!\"}"], ["created_at", "2016-10-06 14:49:20.322761"], ["updated_at", "2016-10-06 14:49:20.322761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus accusantium sed sunt voluptates consequuntur ut.\",\"text\":\"If we copy the application, we can get to the XML microchip through the virtual HTTP system!\"}"], ["created_at", "2016-10-06 14:49:20.323823"], ["updated_at", "2016-10-06 14:49:20.323823"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia similique in fugiat consequuntur quo.\",\"text\":\"You can't reboot the interface without bypassing the back-end XML transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.324958"], ["updated_at", "2016-10-06 14:49:20.324958"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque pariatur vel facilis dolorem.\",\"text\":\"If we override the protocol, we can get to the PNG circuit through the bluetooth SMTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.326170"], ["updated_at", "2016-10-06 14:49:20.326170"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam possimus ut eos doloribus.\",\"text\":\"Try to parse the XML panel, maybe it will synthesize the multi-byte interface!\"}"], ["created_at", "2016-10-06 14:49:20.327475"], ["updated_at", "2016-10-06 14:49:20.327475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio numquam sit soluta ipsa.\",\"text\":\"You can't override the pixel without overriding the neural AGP microchip!\"}"], ["created_at", "2016-10-06 14:49:20.328774"], ["updated_at", "2016-10-06 14:49:20.328774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate voluptatibus explicabo.\",\"text\":\"If we index the hard drive, we can get to the XML firewall through the wireless TCP driver!\"}"], ["created_at", "2016-10-06 14:49:20.330124"], ["updated_at", "2016-10-06 14:49:20.330124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse vero eveniet.\",\"text\":\"We need to reboot the digital XSS transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.331341"], ["updated_at", "2016-10-06 14:49:20.331341"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto magni laborum delectus similique et.\",\"text\":\"Use the cross-platform SSL sensor, then you can index the mobile sensor!\"}"], ["created_at", "2016-10-06 14:49:20.332834"], ["updated_at", "2016-10-06 14:49:20.332834"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores dolor consequatur rerum pariatur distinctio ullam.\",\"text\":\"You can't quantify the monitor without bypassing the neural RSS card!\"}"], ["created_at", "2016-10-06 14:49:20.334007"], ["updated_at", "2016-10-06 14:49:20.334007"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam nam laborum est nobis.\",\"text\":\"I'll copy the multi-byte XSS program, that should bus the IB feed!\"}"], ["created_at", "2016-10-06 14:49:20.335223"], ["updated_at", "2016-10-06 14:49:20.335223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime repudiandae tenetur et inventore unde.\",\"text\":\"Use the 1080p IB application, then you can generate the redundant hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.336349"], ["updated_at", "2016-10-06 14:49:20.336349"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa suscipit saepe ullam deleniti ipsum eius vel.\",\"text\":\"Use the solid state THX protocol, then you can back up the mobile monitor!\"}"], ["created_at", "2016-10-06 14:49:20.340087"], ["updated_at", "2016-10-06 14:49:20.340087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia autem aut explicabo error et officiis.\",\"text\":\"The FTP array is down, generate the virtual feed so we can copy the USB program!\"}"], ["created_at", "2016-10-06 14:49:20.341523"], ["updated_at", "2016-10-06 14:49:20.341523"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum sequi dolor rem ut ut temporibus asperiores.\",\"text\":\"If we bypass the bus, we can get to the PCI circuit through the optical RSS pixel!\"}"], ["created_at", "2016-10-06 14:49:20.342868"], ["updated_at", "2016-10-06 14:49:20.342868"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima ipsa pariatur cupiditate.\",\"text\":\"I'll program the primary TCP sensor, that should bandwidth the TCP alarm!\"}"], ["created_at", "2016-10-06 14:49:20.344185"], ["updated_at", "2016-10-06 14:49:20.344185"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi et consequuntur iste voluptatem.\",\"text\":\"Transmitting the panel won't do anything, we need to bypass the open-source pci system!\"}"], ["created_at", "2016-10-06 14:49:20.345946"], ["updated_at", "2016-10-06 14:49:20.345946"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas provident cupiditate laboriosam et dolores.\",\"text\":\"Overriding the application won't do anything, we need to calculate the mobile exe bus!\"}"], ["created_at", "2016-10-06 14:49:20.347238"], ["updated_at", "2016-10-06 14:49:20.347238"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci odio animi.\",\"text\":\"We need to bypass the virtual EXE feed!\"}"], ["created_at", "2016-10-06 14:49:20.348540"], ["updated_at", "2016-10-06 14:49:20.348540"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat laborum et ad qui et pariatur.\",\"text\":\"If we parse the pixel, we can get to the ADP monitor through the digital GB microchip!\"}"], ["created_at", "2016-10-06 14:49:20.349786"], ["updated_at", "2016-10-06 14:49:20.349786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed est dolores et.\",\"text\":\"The PNG matrix is down, navigate the multi-byte array so we can back up the PNG hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.351159"], ["updated_at", "2016-10-06 14:49:20.351159"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error in qui possimus tenetur at molestias.\",\"text\":\"Try to connect the XML sensor, maybe it will back up the optical bus!\"}"], ["created_at", "2016-10-06 14:49:20.352494"], ["updated_at", "2016-10-06 14:49:20.352494"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam maxime quas.\",\"text\":\"Use the 1080p IB bandwidth, then you can connect the virtual circuit!\"}"], ["created_at", "2016-10-06 14:49:20.353908"], ["updated_at", "2016-10-06 14:49:20.353908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum et quia illo maiores aut dignissimos.\",\"text\":\"The HDD circuit is down, back up the online sensor so we can synthesize the COM card!\"}"], ["created_at", "2016-10-06 14:49:20.355595"], ["updated_at", "2016-10-06 14:49:20.355595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut eaque autem eveniet officiis iste sit omnis.\",\"text\":\"If we hack the array, we can get to the SSL feed through the open-source XSS pixel!\"}"], ["created_at", "2016-10-06 14:49:20.356842"], ["updated_at", "2016-10-06 14:49:20.356842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi sit sunt.\",\"text\":\"Try to connect the TCP system, maybe it will parse the haptic firewall!\"}"], ["created_at", "2016-10-06 14:49:20.358027"], ["updated_at", "2016-10-06 14:49:20.358027"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam recusandae atque delectus vitae id est ab.\",\"text\":\"Hacking the bus won't do anything, we need to override the primary xss hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.359217"], ["updated_at", "2016-10-06 14:49:20.359217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores odio dicta at ratione.\",\"text\":\"Try to copy the SSL capacitor, maybe it will copy the digital monitor!\"}"], ["created_at", "2016-10-06 14:49:20.360508"], ["updated_at", "2016-10-06 14:49:20.360508"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur eum occaecati tempora.\",\"text\":\"Compressing the microchip won't do anything, we need to reboot the 1080p sql matrix!\"}"], ["created_at", "2016-10-06 14:49:20.362102"], ["updated_at", "2016-10-06 14:49:20.362102"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos iure necessitatibus nihil facere et aspernatur qui.\",\"text\":\"We need to reboot the back-end SMS hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.363369"], ["updated_at", "2016-10-06 14:49:20.363369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem inventore qui nihil.\",\"text\":\"Try to connect the AGP feed, maybe it will program the virtual firewall!\"}"], ["created_at", "2016-10-06 14:49:20.364680"], ["updated_at", "2016-10-06 14:49:20.364680"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit minus reprehenderit non omnis quae praesentium et.\",\"text\":\"The AGP interface is down, input the back-end pixel so we can back up the GB hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.366025"], ["updated_at", "2016-10-06 14:49:20.366025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique quibusdam architecto et alias.\",\"text\":\"Try to back up the SAS microchip, maybe it will copy the auxiliary application!\"}"], ["created_at", "2016-10-06 14:49:20.367373"], ["updated_at", "2016-10-06 14:49:20.367373"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis voluptatum aut non necessitatibus.\",\"text\":\"Try to override the SDD circuit, maybe it will navigate the bluetooth matrix!\"}"], ["created_at", "2016-10-06 14:49:20.368682"], ["updated_at", "2016-10-06 14:49:20.368682"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod ab sit corrupti.\",\"text\":\"Try to back up the PCI monitor, maybe it will compress the open-source program!\"}"], ["created_at", "2016-10-06 14:49:20.370518"], ["updated_at", "2016-10-06 14:49:20.370518"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus dolor incidunt amet distinctio eveniet qui.\",\"text\":\"The SSL hard drive is down, calculate the mobile firewall so we can reboot the XML system!\"}"], ["created_at", "2016-10-06 14:49:20.372796"], ["updated_at", "2016-10-06 14:49:20.372796"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates voluptatem fuga animi ea harum minima.\",\"text\":\"Try to program the RSS system, maybe it will index the online capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.374719"], ["updated_at", "2016-10-06 14:49:20.374719"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint aliquam sit vitae quo.\",\"text\":\"You can't compress the bandwidth without navigating the neural TCP firewall!\"}"], ["created_at", "2016-10-06 14:49:20.376381"], ["updated_at", "2016-10-06 14:49:20.376381"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit sed occaecati eaque distinctio autem.\",\"text\":\"Quantifying the circuit won't do anything, we need to back up the 1080p ib driver!\"}"], ["created_at", "2016-10-06 14:49:20.378195"], ["updated_at", "2016-10-06 14:49:20.378195"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates numquam exercitationem.\",\"text\":\"Navigating the port won't do anything, we need to back up the 1080p ssl card!\"}"], ["created_at", "2016-10-06 14:49:20.380294"], ["updated_at", "2016-10-06 14:49:20.380294"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta maxime sint eaque.\",\"text\":\"Indexing the sensor won't do anything, we need to synthesize the online json matrix!\"}"], ["created_at", "2016-10-06 14:49:20.381885"], ["updated_at", "2016-10-06 14:49:20.381885"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel modi fugiat accusantium vel consectetur.\",\"text\":\"The AI bandwidth is down, reboot the open-source firewall so we can synthesize the EXE system!\"}"], ["created_at", "2016-10-06 14:49:20.383621"], ["updated_at", "2016-10-06 14:49:20.383621"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates vel distinctio ducimus repudiandae dolorum.\",\"text\":\"Use the 1080p SDD microchip, then you can copy the digital microchip!\"}"], ["created_at", "2016-10-06 14:49:20.385660"], ["updated_at", "2016-10-06 14:49:20.385660"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum aut repellat quia iste sed.\",\"text\":\"I'll reboot the 1080p JSON circuit, that should feed the PCI system!\"}"], ["created_at", "2016-10-06 14:49:20.387428"], ["updated_at", "2016-10-06 14:49:20.387428"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima unde sunt ut.\",\"text\":\"Try to back up the SMS panel, maybe it will quantify the open-source protocol!\"}"], ["created_at", "2016-10-06 14:49:20.389181"], ["updated_at", "2016-10-06 14:49:20.389181"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima nostrum ut consequatur consectetur sed reiciendis aut.\",\"text\":\"Use the auxiliary SMS circuit, then you can parse the cross-platform application!\"}"], ["created_at", "2016-10-06 14:49:20.392511"], ["updated_at", "2016-10-06 14:49:20.392511"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum suscipit qui.\",\"text\":\"I'll synthesize the solid state JBOD pixel, that should system the HTTP card!\"}"], ["created_at", "2016-10-06 14:49:20.394489"], ["updated_at", "2016-10-06 14:49:20.394489"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint quidem molestiae porro provident.\",\"text\":\"Use the solid state SQL circuit, then you can connect the redundant panel!\"}"], ["created_at", "2016-10-06 14:49:20.396401"], ["updated_at", "2016-10-06 14:49:20.396401"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis nemo assumenda illo voluptatem eos qui rerum.\",\"text\":\"I'll compress the virtual SDD alarm, that should pixel the AI program!\"}"], ["created_at", "2016-10-06 14:49:20.397878"], ["updated_at", "2016-10-06 14:49:20.397878"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel facere recusandae.\",\"text\":\"You can't index the sensor without connecting the open-source ADP bus!\"}"], ["created_at", "2016-10-06 14:49:20.399700"], ["updated_at", "2016-10-06 14:49:20.399700"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis ut totam at quod harum recusandae et.\",\"text\":\"Use the solid state ADP pixel, then you can parse the online array!\"}"], ["created_at", "2016-10-06 14:49:20.401076"], ["updated_at", "2016-10-06 14:49:20.401076"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur accusamus itaque nihil fuga dolorum ipsum.\",\"text\":\"Try to back up the SDD program, maybe it will compress the virtual program!\"}"], ["created_at", "2016-10-06 14:49:20.402383"], ["updated_at", "2016-10-06 14:49:20.402383"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quibusdam ut non deleniti nostrum natus.\",\"text\":\"Hacking the system won't do anything, we need to parse the haptic sql program!\"}"], ["created_at", "2016-10-06 14:49:20.404020"], ["updated_at", "2016-10-06 14:49:20.404020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque non eos et non quo suscipit.\",\"text\":\"Indexing the transmitter won't do anything, we need to override the open-source http port!\"}"], ["created_at", "2016-10-06 14:49:20.405341"], ["updated_at", "2016-10-06 14:49:20.405341"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic accusamus eum exercitationem qui pariatur aut blanditiis.\",\"text\":\"Hacking the application won't do anything, we need to compress the redundant sms array!\"}"], ["created_at", "2016-10-06 14:49:20.406675"], ["updated_at", "2016-10-06 14:49:20.406675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta ut rerum eum in quia dolor consequatur.\",\"text\":\"Try to parse the JBOD alarm, maybe it will synthesize the mobile transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.407930"], ["updated_at", "2016-10-06 14:49:20.407930"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate maiores dolor.\",\"text\":\"I'll calculate the back-end SSL port, that should card the AGP pixel!\"}"], ["created_at", "2016-10-06 14:49:20.409168"], ["updated_at", "2016-10-06 14:49:20.409168"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste repellendus deleniti autem enim id earum dolor.\",\"text\":\"You can't parse the alarm without backing up the back-end GB pixel!\"}"], ["created_at", "2016-10-06 14:49:20.410766"], ["updated_at", "2016-10-06 14:49:20.410766"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis ipsam tenetur voluptas ea voluptas sed.\",\"text\":\"You can't synthesize the port without calculating the 1080p SCSI hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.412102"], ["updated_at", "2016-10-06 14:49:20.412102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est doloremque illo quia ipsa.\",\"text\":\"We need to copy the optical XSS interface!\"}"], ["created_at", "2016-10-06 14:49:20.413343"], ["updated_at", "2016-10-06 14:49:20.413343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae porro numquam suscipit distinctio.\",\"text\":\"Try to synthesize the SMS interface, maybe it will quantify the virtual bus!\"}"], ["created_at", "2016-10-06 14:49:20.414550"], ["updated_at", "2016-10-06 14:49:20.414550"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta temporibus occaecati qui voluptas ullam omnis esse.\",\"text\":\"Use the neural SCSI transmitter, then you can navigate the primary capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.416011"], ["updated_at", "2016-10-06 14:49:20.416011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus culpa labore voluptatem quos.\",\"text\":\"Use the multi-byte PNG feed, then you can override the online panel!\"}"], ["created_at", "2016-10-06 14:49:20.417234"], ["updated_at", "2016-10-06 14:49:20.417234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia consequatur molestias laboriosam est facilis.\",\"text\":\"Generating the hard drive won't do anything, we need to override the redundant sms matrix!\"}"], ["created_at", "2016-10-06 14:49:20.418430"], ["updated_at", "2016-10-06 14:49:20.418430"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam molestiae consequatur.\",\"text\":\"If we synthesize the microchip, we can get to the HTTP firewall through the optical SCSI circuit!\"}"], ["created_at", "2016-10-06 14:49:20.419644"], ["updated_at", "2016-10-06 14:49:20.419644"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam in quia explicabo modi.\",\"text\":\"You can't parse the driver without overriding the wireless JBOD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.420979"], ["updated_at", "2016-10-06 14:49:20.420979"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et velit hic labore et corporis.\",\"text\":\"Use the solid state JBOD panel, then you can quantify the cross-platform pixel!\"}"], ["created_at", "2016-10-06 14:49:20.422193"], ["updated_at", "2016-10-06 14:49:20.422193"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut numquam vel enim.\",\"text\":\"Use the solid state USB port, then you can calculate the solid state matrix!\"}"], ["created_at", "2016-10-06 14:49:20.423342"], ["updated_at", "2016-10-06 14:49:20.423342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident temporibus sunt maiores facilis voluptatem.\",\"text\":\"You can't index the program without programming the solid state SDD capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.424898"], ["updated_at", "2016-10-06 14:49:20.424898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto non modi odit.\",\"text\":\"Try to quantify the SDD feed, maybe it will transmit the solid state port!\"}"], ["created_at", "2016-10-06 14:49:20.426147"], ["updated_at", "2016-10-06 14:49:20.426147"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda natus provident.\",\"text\":\"The SDD matrix is down, generate the cross-platform interface so we can quantify the IB monitor!\"}"], ["created_at", "2016-10-06 14:49:20.427359"], ["updated_at", "2016-10-06 14:49:20.427359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam expedita sit asperiores consequatur harum impedit.\",\"text\":\"I'll generate the back-end GB driver, that should system the SQL array!\"}"], ["created_at", "2016-10-06 14:49:20.428675"], ["updated_at", "2016-10-06 14:49:20.428675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia tenetur sapiente quos quod et ut tempore.\",\"text\":\"Use the redundant SCSI transmitter, then you can input the solid state protocol!\"}"], ["created_at", "2016-10-06 14:49:20.430194"], ["updated_at", "2016-10-06 14:49:20.430194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero dolores veritatis illo enim officia.\",\"text\":\"I'll compress the open-source PCI alarm, that should bus the GB pixel!\"}"], ["created_at", "2016-10-06 14:49:20.431346"], ["updated_at", "2016-10-06 14:49:20.431346"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum inventore mollitia provident quam dolor id voluptas.\",\"text\":\"I'll calculate the cross-platform AGP monitor, that should firewall the CSS alarm!\"}"], ["created_at", "2016-10-06 14:49:20.432503"], ["updated_at", "2016-10-06 14:49:20.432503"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cupiditate similique et quis deleniti.\",\"text\":\"I'll parse the mobile GB hard drive, that should firewall the USB firewall!\"}"], ["created_at", "2016-10-06 14:49:20.433722"], ["updated_at", "2016-10-06 14:49:20.433722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci officiis omnis eos ducimus voluptates.\",\"text\":\"We need to index the digital JBOD monitor!\"}"], ["created_at", "2016-10-06 14:49:20.435174"], ["updated_at", "2016-10-06 14:49:20.435174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem atque explicabo provident error rerum.\",\"text\":\"You can't input the system without quantifying the solid state FTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.436347"], ["updated_at", "2016-10-06 14:49:20.436347"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit a facilis tenetur pariatur aut illum.\",\"text\":\"Navigating the array won't do anything, we need to program the optical smtp protocol!\"}"], ["created_at", "2016-10-06 14:49:20.437558"], ["updated_at", "2016-10-06 14:49:20.437558"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptatem quasi.\",\"text\":\"If we parse the matrix, we can get to the USB feed through the cross-platform GB protocol!\"}"], ["created_at", "2016-10-06 14:49:20.438754"], ["updated_at", "2016-10-06 14:49:20.438754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit neque debitis et.\",\"text\":\"The TCP bus is down, override the wireless bus so we can bypass the SSL protocol!\"}"], ["created_at", "2016-10-06 14:49:20.439912"], ["updated_at", "2016-10-06 14:49:20.439912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum inventore aut est.\",\"text\":\"You can't generate the capacitor without generating the bluetooth EXE driver!\"}"], ["created_at", "2016-10-06 14:49:20.441083"], ["updated_at", "2016-10-06 14:49:20.441083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis ea culpa.\",\"text\":\"If we copy the sensor, we can get to the SSL feed through the bluetooth RAM program!\"}"], ["created_at", "2016-10-06 14:49:20.442256"], ["updated_at", "2016-10-06 14:49:20.442256"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quaerat ex saepe.\",\"text\":\"You can't compress the bus without backing up the bluetooth PCI panel!\"}"], ["created_at", "2016-10-06 14:49:20.443832"], ["updated_at", "2016-10-06 14:49:20.443832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id deleniti architecto voluptatum voluptas sapiente pariatur molestias.\",\"text\":\"If we parse the port, we can get to the USB bus through the 1080p JSON firewall!\"}"], ["created_at", "2016-10-06 14:49:20.445159"], ["updated_at", "2016-10-06 14:49:20.445159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui accusamus quidem aut ipsam nisi consequatur deserunt.\",\"text\":\"Try to parse the RSS feed, maybe it will override the 1080p interface!\"}"], ["created_at", "2016-10-06 14:49:20.446429"], ["updated_at", "2016-10-06 14:49:20.446429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus voluptatem et sed voluptatem ipsum.\",\"text\":\"Quantifying the alarm won't do anything, we need to quantify the solid state json program!\"}"], ["created_at", "2016-10-06 14:49:20.447650"], ["updated_at", "2016-10-06 14:49:20.447650"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores quia tenetur possimus et quibusdam ipsam exercitationem.\",\"text\":\"If we reboot the microchip, we can get to the PCI port through the mobile IB driver!\"}"], ["created_at", "2016-10-06 14:49:20.448862"], ["updated_at", "2016-10-06 14:49:20.448862"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque hic vel minus et.\",\"text\":\"Use the solid state RAM interface, then you can index the bluetooth panel!\"}"], ["created_at", "2016-10-06 14:49:20.450056"], ["updated_at", "2016-10-06 14:49:20.450056"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed impedit sapiente consequatur.\",\"text\":\"I'll parse the haptic AI card, that should microchip the SDD port!\"}"], ["created_at", "2016-10-06 14:49:20.451206"], ["updated_at", "2016-10-06 14:49:20.451206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non tempore veniam.\",\"text\":\"Try to parse the XML monitor, maybe it will back up the digital application!\"}"], ["created_at", "2016-10-06 14:49:20.452625"], ["updated_at", "2016-10-06 14:49:20.452625"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo quia animi.\",\"text\":\"You can't calculate the array without quantifying the primary SAS pixel!\"}"], ["created_at", "2016-10-06 14:49:20.453899"], ["updated_at", "2016-10-06 14:49:20.453899"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis voluptatem dolores officiis in.\",\"text\":\"If we connect the transmitter, we can get to the SCSI alarm through the open-source AI monitor!\"}"], ["created_at", "2016-10-06 14:49:20.455086"], ["updated_at", "2016-10-06 14:49:20.455086"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis est eum eius aliquid nesciunt ipsa.\",\"text\":\"You can't bypass the pixel without generating the back-end SCSI protocol!\"}"], ["created_at", "2016-10-06 14:49:20.456570"], ["updated_at", "2016-10-06 14:49:20.456570"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ea ratione perspiciatis minima qui cupiditate.\",\"text\":\"The EXE interface is down, quantify the online driver so we can back up the HTTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.458569"], ["updated_at", "2016-10-06 14:49:20.458569"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est perspiciatis id hic.\",\"text\":\"Use the bluetooth ADP driver, then you can generate the neural card!\"}"], ["created_at", "2016-10-06 14:49:20.462524"], ["updated_at", "2016-10-06 14:49:20.462524"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe fugit ut voluptate enim at.\",\"text\":\"We need to parse the neural RSS feed!\"}"], ["created_at", "2016-10-06 14:49:20.465750"], ["updated_at", "2016-10-06 14:49:20.465750"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum et molestias dolores quo iusto et.\",\"text\":\"You can't hack the bandwidth without indexing the bluetooth COM array!\"}"], ["created_at", "2016-10-06 14:49:20.468619"], ["updated_at", "2016-10-06 14:49:20.468619"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis dolorem quis velit repellat at.\",\"text\":\"I'll reboot the solid state AI firewall, that should circuit the XML program!\"}"], ["created_at", "2016-10-06 14:49:20.470513"], ["updated_at", "2016-10-06 14:49:20.470513"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia pariatur quia occaecati at et.\",\"text\":\"Use the digital GB matrix, then you can compress the cross-platform bus!\"}"], ["created_at", "2016-10-06 14:49:20.472005"], ["updated_at", "2016-10-06 14:49:20.472005"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque incidunt debitis et.\",\"text\":\"Try to connect the XML circuit, maybe it will calculate the multi-byte port!\"}"], ["created_at", "2016-10-06 14:49:20.473376"], ["updated_at", "2016-10-06 14:49:20.473376"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis molestiae cum unde earum.\",\"text\":\"You can't override the transmitter without quantifying the wireless CSS panel!\"}"], ["created_at", "2016-10-06 14:49:20.475122"], ["updated_at", "2016-10-06 14:49:20.475122"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit dolorum minus quidem facere expedita deleniti.\",\"text\":\"Backing up the card won't do anything, we need to synthesize the 1080p ai program!\"}"], ["created_at", "2016-10-06 14:49:20.476420"], ["updated_at", "2016-10-06 14:49:20.476420"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem blanditiis soluta temporibus ea aperiam suscipit quibusdam.\",\"text\":\"If we compress the monitor, we can get to the HDD alarm through the online IB protocol!\"}"], ["created_at", "2016-10-06 14:49:20.477818"], ["updated_at", "2016-10-06 14:49:20.477818"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio ipsum consectetur non repudiandae quae qui sunt.\",\"text\":\"The SMTP sensor is down, index the cross-platform feed so we can override the TCP hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.479360"], ["updated_at", "2016-10-06 14:49:20.479360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et assumenda impedit molestiae eligendi rerum.\",\"text\":\"If we navigate the bus, we can get to the CSS feed through the bluetooth HDD microchip!\"}"], ["created_at", "2016-10-06 14:49:20.480677"], ["updated_at", "2016-10-06 14:49:20.480677"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam asperiores officia qui quaerat.\",\"text\":\"The TCP microchip is down, bypass the mobile sensor so we can index the RAM transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.481940"], ["updated_at", "2016-10-06 14:49:20.481940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas veniam illum.\",\"text\":\"The EXE alarm is down, input the digital capacitor so we can copy the SAS microchip!\"}"], ["created_at", "2016-10-06 14:49:20.483221"], ["updated_at", "2016-10-06 14:49:20.483221"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat impedit sequi nihil dolores.\",\"text\":\"Use the optical SCSI interface, then you can parse the open-source program!\"}"], ["created_at", "2016-10-06 14:49:20.484718"], ["updated_at", "2016-10-06 14:49:20.484718"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quia ut sit commodi nihil.\",\"text\":\"I'll back up the back-end SCSI sensor, that should microchip the IB array!\"}"], ["created_at", "2016-10-06 14:49:20.485978"], ["updated_at", "2016-10-06 14:49:20.485978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid iusto ullam ut.\",\"text\":\"If we calculate the alarm, we can get to the TCP card through the wireless SMTP alarm!\"}"], ["created_at", "2016-10-06 14:49:20.487292"], ["updated_at", "2016-10-06 14:49:20.487292"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam ea ut et laudantium.\",\"text\":\"Try to transmit the JSON sensor, maybe it will transmit the bluetooth port!\"}"], ["created_at", "2016-10-06 14:49:20.488476"], ["updated_at", "2016-10-06 14:49:20.488476"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate dicta eum asperiores.\",\"text\":\"Try to index the JBOD pixel, maybe it will parse the 1080p pixel!\"}"], ["created_at", "2016-10-06 14:49:20.489840"], ["updated_at", "2016-10-06 14:49:20.489840"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel deserunt dolore quo.\",\"text\":\"The COM matrix is down, quantify the optical program so we can program the AI microchip!\"}"], ["created_at", "2016-10-06 14:49:20.491354"], ["updated_at", "2016-10-06 14:49:20.491354"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam asperiores id molestiae praesentium totam.\",\"text\":\"Try to program the RSS application, maybe it will index the online feed!\"}"], ["created_at", "2016-10-06 14:49:20.494207"], ["updated_at", "2016-10-06 14:49:20.494207"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea molestiae dolor.\",\"text\":\"Try to connect the RSS bandwidth, maybe it will transmit the back-end card!\"}"], ["created_at", "2016-10-06 14:49:20.496134"], ["updated_at", "2016-10-06 14:49:20.496134"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae earum omnis accusantium sed sunt ex.\",\"text\":\"Use the mobile THX panel, then you can parse the back-end matrix!\"}"], ["created_at", "2016-10-06 14:49:20.497483"], ["updated_at", "2016-10-06 14:49:20.497483"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque aut minus repudiandae neque.\",\"text\":\"I'll input the redundant CSS transmitter, that should application the USB matrix!\"}"], ["created_at", "2016-10-06 14:49:20.498844"], ["updated_at", "2016-10-06 14:49:20.498844"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id dolores dolores blanditiis ipsum.\",\"text\":\"Synthesizing the port won't do anything, we need to hack the 1080p sql application!\"}"], ["created_at", "2016-10-06 14:49:20.500138"], ["updated_at", "2016-10-06 14:49:20.500138"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis sed nesciunt.\",\"text\":\"I'll program the auxiliary XML firewall, that should bandwidth the SMS pixel!\"}"], ["created_at", "2016-10-06 14:49:20.501350"], ["updated_at", "2016-10-06 14:49:20.501350"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint consequatur qui ab.\",\"text\":\"The IB application is down, override the open-source protocol so we can input the SMTP system!\"}"], ["created_at", "2016-10-06 14:49:20.502870"], ["updated_at", "2016-10-06 14:49:20.502870"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis aspernatur atque itaque neque sed quasi excepturi.\",\"text\":\"Try to program the GB port, maybe it will back up the open-source circuit!\"}"], ["created_at", "2016-10-06 14:49:20.504138"], ["updated_at", "2016-10-06 14:49:20.504138"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam nostrum suscipit sit molestiae cumque facere.\",\"text\":\"I'll back up the bluetooth COM feed, that should interface the EXE interface!\"}"], ["created_at", "2016-10-06 14:49:20.505354"], ["updated_at", "2016-10-06 14:49:20.505354"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero mollitia commodi error quo et iste.\",\"text\":\"We need to synthesize the open-source XSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.506678"], ["updated_at", "2016-10-06 14:49:20.506678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus velit omnis.\",\"text\":\"If we bypass the system, we can get to the USB protocol through the online THX alarm!\"}"], ["created_at", "2016-10-06 14:49:20.507880"], ["updated_at", "2016-10-06 14:49:20.507880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam id harum qui.\",\"text\":\"I'll quantify the mobile XML microchip, that should bandwidth the JBOD application!\"}"], ["created_at", "2016-10-06 14:49:20.509035"], ["updated_at", "2016-10-06 14:49:20.509035"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas amet facilis at ipsam sapiente ea aperiam.\",\"text\":\"Overriding the monitor won't do anything, we need to calculate the redundant ib card!\"}"], ["created_at", "2016-10-06 14:49:20.510492"], ["updated_at", "2016-10-06 14:49:20.510492"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas saepe minima quia molestiae repudiandae molestias tenetur.\",\"text\":\"The HTTP interface is down, generate the multi-byte pixel so we can quantify the EXE driver!\"}"], ["created_at", "2016-10-06 14:49:20.511753"], ["updated_at", "2016-10-06 14:49:20.511753"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam est dolore voluptatibus id aut.\",\"text\":\"The AGP array is down, synthesize the primary feed so we can reboot the SCSI interface!\"}"], ["created_at", "2016-10-06 14:49:20.513009"], ["updated_at", "2016-10-06 14:49:20.513009"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro sequi consequatur quod sed.\",\"text\":\"If we connect the bus, we can get to the COM circuit through the bluetooth SSL array!\"}"], ["created_at", "2016-10-06 14:49:20.514211"], ["updated_at", "2016-10-06 14:49:20.514211"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aliquid error officia id praesentium ipsam laboriosam.\",\"text\":\"Use the digital SMS pixel, then you can input the auxiliary matrix!\"}"], ["created_at", "2016-10-06 14:49:20.515372"], ["updated_at", "2016-10-06 14:49:20.515372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam non vel quis laborum ducimus voluptatem.\",\"text\":\"We need to connect the back-end PCI sensor!\"}"], ["created_at", "2016-10-06 14:49:20.516596"], ["updated_at", "2016-10-06 14:49:20.516596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur omnis incidunt id accusamus.\",\"text\":\"Use the 1080p SMS interface, then you can transmit the open-source system!\"}"], ["created_at", "2016-10-06 14:49:20.518037"], ["updated_at", "2016-10-06 14:49:20.518037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non repellat facilis.\",\"text\":\"I'll override the cross-platform AGP card, that should program the JBOD circuit!\"}"], ["created_at", "2016-10-06 14:49:20.518940"], ["updated_at", "2016-10-06 14:49:20.518940"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit amet voluptate neque.\",\"text\":\"Try to generate the SDD microchip, maybe it will calculate the redundant bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.520492"], ["updated_at", "2016-10-06 14:49:20.520492"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur reiciendis est ratione.\",\"text\":\"I'll copy the bluetooth RSS program, that should monitor the TCP system!\"}"], ["created_at", "2016-10-06 14:49:20.521723"], ["updated_at", "2016-10-06 14:49:20.521723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima officia quia assumenda quam saepe.\",\"text\":\"Synthesizing the application won't do anything, we need to hack the multi-byte xml bus!\"}"], ["created_at", "2016-10-06 14:49:20.522996"], ["updated_at", "2016-10-06 14:49:20.522996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa culpa fugit.\",\"text\":\"Use the virtual SCSI pixel, then you can back up the optical port!\"}"], ["created_at", "2016-10-06 14:49:20.524163"], ["updated_at", "2016-10-06 14:49:20.524163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed itaque temporibus laboriosam dolor vel blanditiis ab.\",\"text\":\"Transmitting the hard drive won't do anything, we need to program the mobile sql transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.525328"], ["updated_at", "2016-10-06 14:49:20.525328"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores quos impedit dolor.\",\"text\":\"I'll synthesize the solid state RSS sensor, that should circuit the SSL bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.526877"], ["updated_at", "2016-10-06 14:49:20.526877"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore unde enim impedit dolor.\",\"text\":\"Bypassing the interface won't do anything, we need to connect the back-end css driver!\"}"], ["created_at", "2016-10-06 14:49:20.528324"], ["updated_at", "2016-10-06 14:49:20.528324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus est odio amet.\",\"text\":\"We need to compress the open-source EXE port!\"}"], ["created_at", "2016-10-06 14:49:20.529587"], ["updated_at", "2016-10-06 14:49:20.529587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores dolorem et voluptatem nihil aspernatur est optio.\",\"text\":\"Try to input the USB panel, maybe it will calculate the bluetooth array!\"}"], ["created_at", "2016-10-06 14:49:20.530880"], ["updated_at", "2016-10-06 14:49:20.530880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod ullam aliquam ipsa quas aut numquam eum.\",\"text\":\"We need to hack the optical SAS bus!\"}"], ["created_at", "2016-10-06 14:49:20.532116"], ["updated_at", "2016-10-06 14:49:20.532116"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla ad veritatis accusamus.\",\"text\":\"If we index the transmitter, we can get to the SQL capacitor through the primary HTTP driver!\"}"], ["created_at", "2016-10-06 14:49:20.533643"], ["updated_at", "2016-10-06 14:49:20.533643"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio doloribus possimus voluptatum facere omnis delectus asperiores.\",\"text\":\"If we hack the microchip, we can get to the SCSI port through the online THX matrix!\"}"], ["created_at", "2016-10-06 14:49:20.534967"], ["updated_at", "2016-10-06 14:49:20.534967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi aut ut.\",\"text\":\"Try to back up the RAM application, maybe it will compress the haptic transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.536202"], ["updated_at", "2016-10-06 14:49:20.536202"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum sed facilis ut cumque est culpa.\",\"text\":\"If we quantify the pixel, we can get to the TCP interface through the bluetooth JSON capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.537764"], ["updated_at", "2016-10-06 14:49:20.537764"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque molestiae dignissimos.\",\"text\":\"If we parse the firewall, we can get to the HDD program through the back-end HTTP driver!\"}"], ["created_at", "2016-10-06 14:49:20.539091"], ["updated_at", "2016-10-06 14:49:20.539091"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit voluptas earum occaecati voluptas rerum qui.\",\"text\":\"Use the redundant COM protocol, then you can calculate the open-source array!\"}"], ["created_at", "2016-10-06 14:49:20.540448"], ["updated_at", "2016-10-06 14:49:20.540448"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem quia repellat omnis ex.\",\"text\":\"I'll navigate the 1080p HDD application, that should feed the THX microchip!\"}"], ["created_at", "2016-10-06 14:49:20.541730"], ["updated_at", "2016-10-06 14:49:20.541730"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti occaecati consequatur hic molestias ut sint error.\",\"text\":\"The COM capacitor is down, index the auxiliary hard drive so we can bypass the SAS transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.542994"], ["updated_at", "2016-10-06 14:49:20.542994"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni porro quo sit tenetur omnis dignissimos illum.\",\"text\":\"If we transmit the driver, we can get to the SQL hard drive through the solid state CSS interface!\"}"], ["created_at", "2016-10-06 14:49:20.544185"], ["updated_at", "2016-10-06 14:49:20.544185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis magni quia a reiciendis neque culpa in.\",\"text\":\"We need to override the primary JSON alarm!\"}"], ["created_at", "2016-10-06 14:49:20.545796"], ["updated_at", "2016-10-06 14:49:20.545796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam dolor qui.\",\"text\":\"We need to copy the mobile FTP driver!\"}"], ["created_at", "2016-10-06 14:49:20.547024"], ["updated_at", "2016-10-06 14:49:20.547024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam et est rerum aut.\",\"text\":\"We need to parse the bluetooth XSS panel!\"}"], ["created_at", "2016-10-06 14:49:20.548280"], ["updated_at", "2016-10-06 14:49:20.548280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et fuga quia.\",\"text\":\"If we generate the monitor, we can get to the EXE array through the neural JBOD port!\"}"], ["created_at", "2016-10-06 14:49:20.549787"], ["updated_at", "2016-10-06 14:49:20.549787"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint nemo aliquid assumenda magnam placeat esse.\",\"text\":\"Transmitting the matrix won't do anything, we need to compress the cross-platform ram panel!\"}"], ["created_at", "2016-10-06 14:49:20.551052"], ["updated_at", "2016-10-06 14:49:20.551052"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur voluptatem nisi autem expedita nihil.\",\"text\":\"Use the wireless SCSI capacitor, then you can bypass the open-source firewall!\"}"], ["created_at", "2016-10-06 14:49:20.583373"], ["updated_at", "2016-10-06 14:49:20.583373"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In aliquid non.\",\"text\":\"Use the virtual GB protocol, then you can copy the haptic port!\"}"], ["created_at", "2016-10-06 14:49:20.584791"], ["updated_at", "2016-10-06 14:49:20.584791"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam inventore ut facilis.\",\"text\":\"Use the back-end TCP capacitor, then you can input the multi-byte panel!\"}"], ["created_at", "2016-10-06 14:49:20.585992"], ["updated_at", "2016-10-06 14:49:20.585992"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni quo cum explicabo in.\",\"text\":\"Try to bypass the USB array, maybe it will generate the virtual alarm!\"}"], ["created_at", "2016-10-06 14:49:20.587241"], ["updated_at", "2016-10-06 14:49:20.587241"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut repellat quis repellendus eos aliquid quibusdam.\",\"text\":\"I'll transmit the mobile IB interface, that should bandwidth the SCSI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.588363"], ["updated_at", "2016-10-06 14:49:20.588363"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem dolor fuga magni placeat.\",\"text\":\"The SQL alarm is down, compress the bluetooth pixel so we can connect the SDD system!\"}"], ["created_at", "2016-10-06 14:49:20.589525"], ["updated_at", "2016-10-06 14:49:20.589525"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor quia maiores ad facere rerum.\",\"text\":\"We need to program the virtual SQL feed!\"}"], ["created_at", "2016-10-06 14:49:20.590743"], ["updated_at", "2016-10-06 14:49:20.590743"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae rem dolores eveniet exercitationem sequi iure nam.\",\"text\":\"I'll parse the bluetooth JSON bus, that should monitor the SMS driver!\"}"], ["created_at", "2016-10-06 14:49:20.592024"], ["updated_at", "2016-10-06 14:49:20.592024"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil ducimus officiis adipisci consectetur.\",\"text\":\"The PNG sensor is down, index the auxiliary monitor so we can transmit the SMTP microchip!\"}"], ["created_at", "2016-10-06 14:49:20.595131"], ["updated_at", "2016-10-06 14:49:20.595131"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus culpa eligendi.\",\"text\":\"Try to transmit the XML capacitor, maybe it will override the mobile sensor!\"}"], ["created_at", "2016-10-06 14:49:20.596745"], ["updated_at", "2016-10-06 14:49:20.596745"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem exercitationem distinctio et dolorum.\",\"text\":\"Synthesizing the hard drive won't do anything, we need to bypass the open-source adp sensor!\"}"], ["created_at", "2016-10-06 14:49:20.597882"], ["updated_at", "2016-10-06 14:49:20.597882"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae est velit voluptas dolorem ut quo.\",\"text\":\"The THX port is down, navigate the haptic program so we can program the ADP panel!\"}"], ["created_at", "2016-10-06 14:49:20.598960"], ["updated_at", "2016-10-06 14:49:20.598960"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum vero inventore est et.\",\"text\":\"If we copy the transmitter, we can get to the PCI application through the multi-byte RSS array!\"}"], ["created_at", "2016-10-06 14:49:20.600009"], ["updated_at", "2016-10-06 14:49:20.600009"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus et laboriosam iste soluta sed et aut.\",\"text\":\"I'll connect the open-source SDD feed, that should microchip the GB matrix!\"}"], ["created_at", "2016-10-06 14:49:20.601014"], ["updated_at", "2016-10-06 14:49:20.601014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos quisquam eveniet.\",\"text\":\"Use the mobile HDD bus, then you can calculate the neural matrix!\"}"], ["created_at", "2016-10-06 14:49:20.601961"], ["updated_at", "2016-10-06 14:49:20.601961"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et molestias illum nobis et debitis autem.\",\"text\":\"We need to index the auxiliary SMS sensor!\"}"], ["created_at", "2016-10-06 14:49:20.602872"], ["updated_at", "2016-10-06 14:49:20.602872"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus soluta maxime.\",\"text\":\"We need to bypass the primary HDD matrix!\"}"], ["created_at", "2016-10-06 14:49:20.603854"], ["updated_at", "2016-10-06 14:49:20.603854"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis dicta itaque ut expedita alias et enim.\",\"text\":\"We need to program the 1080p ADP program!\"}"], ["created_at", "2016-10-06 14:49:20.604791"], ["updated_at", "2016-10-06 14:49:20.604791"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem qui ipsum rem repellat aliquid et labore.\",\"text\":\"You can't bypass the alarm without parsing the wireless AGP port!\"}"], ["created_at", "2016-10-06 14:49:20.605805"], ["updated_at", "2016-10-06 14:49:20.605805"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione reiciendis inventore quam voluptate.\",\"text\":\"The AGP system is down, program the mobile protocol so we can index the ADP feed!\"}"], ["created_at", "2016-10-06 14:49:20.606723"], ["updated_at", "2016-10-06 14:49:20.606723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat vitae eos qui unde fugiat.\",\"text\":\"Try to connect the HTTP microchip, maybe it will transmit the bluetooth firewall!\"}"], ["created_at", "2016-10-06 14:49:20.607672"], ["updated_at", "2016-10-06 14:49:20.607672"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam velit est aspernatur sed maxime quia.\",\"text\":\"You can't quantify the driver without overriding the redundant SDD program!\"}"], ["created_at", "2016-10-06 14:49:20.608607"], ["updated_at", "2016-10-06 14:49:20.608607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius nisi eum atque.\",\"text\":\"Use the wireless SDD microchip, then you can connect the digital protocol!\"}"], ["created_at", "2016-10-06 14:49:20.609582"], ["updated_at", "2016-10-06 14:49:20.609582"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo quae pariatur odio rem in quisquam.\",\"text\":\"We need to compress the bluetooth GB port!\"}"], ["created_at", "2016-10-06 14:49:20.610471"], ["updated_at", "2016-10-06 14:49:20.610471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore nisi rerum accusamus earum sed.\",\"text\":\"Use the primary THX bandwidth, then you can override the online bus!\"}"], ["created_at", "2016-10-06 14:49:20.611486"], ["updated_at", "2016-10-06 14:49:20.611486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aperiam ullam illum vero harum officiis nihil.\",\"text\":\"If we transmit the pixel, we can get to the JSON hard drive through the online PNG circuit!\"}"], ["created_at", "2016-10-06 14:49:20.612446"], ["updated_at", "2016-10-06 14:49:20.612446"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis rerum quia sapiente animi similique.\",\"text\":\"Parsing the card won't do anything, we need to back up the primary http circuit!\"}"], ["created_at", "2016-10-06 14:49:20.613318"], ["updated_at", "2016-10-06 14:49:20.613318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat maiores ut consequatur repudiandae aliquid aut officia.\",\"text\":\"I'll back up the neural RAM protocol, that should circuit the XML card!\"}"], ["created_at", "2016-10-06 14:49:20.614269"], ["updated_at", "2016-10-06 14:49:20.614269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga aspernatur debitis qui quam.\",\"text\":\"I'll index the mobile USB transmitter, that should pixel the AI program!\"}"], ["created_at", "2016-10-06 14:49:20.615136"], ["updated_at", "2016-10-06 14:49:20.615136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic eos rerum excepturi.\",\"text\":\"I'll copy the 1080p JBOD system, that should program the SCSI protocol!\"}"], ["created_at", "2016-10-06 14:49:20.615991"], ["updated_at", "2016-10-06 14:49:20.615991"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates officiis nihil.\",\"text\":\"I'll quantify the 1080p AI driver, that should program the SQL bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.616852"], ["updated_at", "2016-10-06 14:49:20.616852"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium repellat unde assumenda.\",\"text\":\"I'll generate the digital SSL pixel, that should bandwidth the TCP alarm!\"}"], ["created_at", "2016-10-06 14:49:20.617718"], ["updated_at", "2016-10-06 14:49:20.617718"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut recusandae id.\",\"text\":\"You can't back up the array without synthesizing the optical JBOD program!\"}"], ["created_at", "2016-10-06 14:49:20.618632"], ["updated_at", "2016-10-06 14:49:20.618632"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum qui culpa et ut.\",\"text\":\"Use the digital SSL feed, then you can index the digital monitor!\"}"], ["created_at", "2016-10-06 14:49:20.619498"], ["updated_at", "2016-10-06 14:49:20.619498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio sunt repellendus maxime.\",\"text\":\"The FTP transmitter is down, compress the back-end hard drive so we can transmit the THX array!\"}"], ["created_at", "2016-10-06 14:49:20.620385"], ["updated_at", "2016-10-06 14:49:20.620385"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo corporis magni sequi repellat.\",\"text\":\"Connecting the alarm won't do anything, we need to program the bluetooth exe port!\"}"], ["created_at", "2016-10-06 14:49:20.621243"], ["updated_at", "2016-10-06 14:49:20.621243"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed ipsa deleniti distinctio sequi in eos.\",\"text\":\"Try to parse the COM firewall, maybe it will generate the open-source system!\"}"], ["created_at", "2016-10-06 14:49:20.622189"], ["updated_at", "2016-10-06 14:49:20.622189"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim porro explicabo sit reiciendis corrupti nobis excepturi.\",\"text\":\"If we hack the driver, we can get to the USB driver through the cross-platform SAS circuit!\"}"], ["created_at", "2016-10-06 14:49:20.623150"], ["updated_at", "2016-10-06 14:49:20.623150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio debitis exercitationem.\",\"text\":\"I'll navigate the wireless JBOD circuit, that should hard drive the SDD interface!\"}"], ["created_at", "2016-10-06 14:49:20.624010"], ["updated_at", "2016-10-06 14:49:20.624010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate debitis et.\",\"text\":\"You can't copy the microchip without hacking the 1080p XML array!\"}"], ["created_at", "2016-10-06 14:49:20.624865"], ["updated_at", "2016-10-06 14:49:20.624865"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus hic error dolore.\",\"text\":\"If we program the transmitter, we can get to the RAM capacitor through the solid state XML feed!\"}"], ["created_at", "2016-10-06 14:49:20.625722"], ["updated_at", "2016-10-06 14:49:20.625722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita iusto quam sequi.\",\"text\":\"We need to copy the neural GB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.626676"], ["updated_at", "2016-10-06 14:49:20.626676"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis repudiandae doloremque sed et odit consequatur molestiae.\",\"text\":\"Use the online SDD application, then you can navigate the optical array!\"}"], ["created_at", "2016-10-06 14:49:20.627545"], ["updated_at", "2016-10-06 14:49:20.627545"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea unde deleniti voluptatem voluptatibus sit quibusdam.\",\"text\":\"You can't synthesize the driver without calculating the haptic COM array!\"}"], ["created_at", "2016-10-06 14:49:20.628453"], ["updated_at", "2016-10-06 14:49:20.628453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit officiis perspiciatis.\",\"text\":\"The PNG card is down, override the primary pixel so we can index the RAM feed!\"}"], ["created_at", "2016-10-06 14:49:20.629316"], ["updated_at", "2016-10-06 14:49:20.629316"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat voluptates iure doloribus et ut autem.\",\"text\":\"The USB microchip is down, generate the neural alarm so we can synthesize the HTTP firewall!\"}"], ["created_at", "2016-10-06 14:49:20.630201"], ["updated_at", "2016-10-06 14:49:20.630201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt non ducimus doloremque pariatur.\",\"text\":\"Try to program the FTP panel, maybe it will program the neural hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.631125"], ["updated_at", "2016-10-06 14:49:20.631125"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur numquam consequuntur iure sint.\",\"text\":\"You can't reboot the program without backing up the wireless AI system!\"}"], ["created_at", "2016-10-06 14:49:20.631980"], ["updated_at", "2016-10-06 14:49:20.631980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum cum soluta commodi inventore.\",\"text\":\"You can't compress the bus without backing up the open-source SCSI protocol!\"}"], ["created_at", "2016-10-06 14:49:20.632841"], ["updated_at", "2016-10-06 14:49:20.632841"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas dolorum similique debitis possimus.\",\"text\":\"I'll compress the multi-byte SQL pixel, that should bus the SDD protocol!\"}"], ["created_at", "2016-10-06 14:49:20.633690"], ["updated_at", "2016-10-06 14:49:20.633690"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor est fugiat doloremque aut molestiae eum ea.\",\"text\":\"Use the virtual SQL system, then you can copy the bluetooth monitor!\"}"], ["created_at", "2016-10-06 14:49:20.634654"], ["updated_at", "2016-10-06 14:49:20.634654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est omnis reprehenderit.\",\"text\":\"Use the neural PCI transmitter, then you can copy the wireless matrix!\"}"], ["created_at", "2016-10-06 14:49:20.635533"], ["updated_at", "2016-10-06 14:49:20.635533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat cupiditate rem nostrum.\",\"text\":\"If we copy the system, we can get to the COM port through the haptic ADP pixel!\"}"], ["created_at", "2016-10-06 14:49:20.636413"], ["updated_at", "2016-10-06 14:49:20.636413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos voluptate velit sapiente assumenda est.\",\"text\":\"You can't compress the panel without backing up the mobile THX application!\"}"], ["created_at", "2016-10-06 14:49:20.637277"], ["updated_at", "2016-10-06 14:49:20.637277"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates adipisci esse.\",\"text\":\"I'll navigate the wireless IB driver, that should program the USB firewall!\"}"], ["created_at", "2016-10-06 14:49:20.638181"], ["updated_at", "2016-10-06 14:49:20.638181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque optio veritatis atque et suscipit.\",\"text\":\"We need to parse the digital AI protocol!\"}"], ["created_at", "2016-10-06 14:49:20.639131"], ["updated_at", "2016-10-06 14:49:20.639131"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime officia nobis nisi sequi sit.\",\"text\":\"If we quantify the card, we can get to the SMTP microchip through the online EXE monitor!\"}"], ["created_at", "2016-10-06 14:49:20.640010"], ["updated_at", "2016-10-06 14:49:20.640010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic quam nesciunt nisi ipsa expedita.\",\"text\":\"We need to navigate the cross-platform FTP card!\"}"], ["created_at", "2016-10-06 14:49:20.640908"], ["updated_at", "2016-10-06 14:49:20.640908"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nihil aliquid eum qui harum eius impedit.\",\"text\":\"I'll back up the back-end ADP program, that should application the XML feed!\"}"], ["created_at", "2016-10-06 14:49:20.641779"], ["updated_at", "2016-10-06 14:49:20.641779"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio occaecati deleniti rerum.\",\"text\":\"We need to transmit the digital SMTP panel!\"}"], ["created_at", "2016-10-06 14:49:20.642686"], ["updated_at", "2016-10-06 14:49:20.642686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas inventore incidunt cumque aut possimus explicabo.\",\"text\":\"I'll reboot the primary CSS interface, that should alarm the JBOD feed!\"}"], ["created_at", "2016-10-06 14:49:20.643597"], ["updated_at", "2016-10-06 14:49:20.643597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestias minus vel qui ut.\",\"text\":\"Use the mobile AGP monitor, then you can quantify the digital monitor!\"}"], ["created_at", "2016-10-06 14:49:20.644472"], ["updated_at", "2016-10-06 14:49:20.644472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium nisi quia quas totam.\",\"text\":\"You can't connect the card without backing up the open-source XML alarm!\"}"], ["created_at", "2016-10-06 14:49:20.645351"], ["updated_at", "2016-10-06 14:49:20.645351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quia sit.\",\"text\":\"If we calculate the panel, we can get to the AGP firewall through the open-source PNG matrix!\"}"], ["created_at", "2016-10-06 14:49:20.646247"], ["updated_at", "2016-10-06 14:49:20.646247"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam similique recusandae ad totam et qui.\",\"text\":\"The SMTP application is down, navigate the virtual application so we can quantify the SMS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.647112"], ["updated_at", "2016-10-06 14:49:20.647112"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta accusamus et.\",\"text\":\"Use the neural EXE bandwidth, then you can navigate the open-source application!\"}"], ["created_at", "2016-10-06 14:49:20.648031"], ["updated_at", "2016-10-06 14:49:20.648031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt veritatis culpa.\",\"text\":\"We need to transmit the online THX system!\"}"], ["created_at", "2016-10-06 14:49:20.648896"], ["updated_at", "2016-10-06 14:49:20.648896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos animi possimus itaque neque et.\",\"text\":\"You can't copy the microchip without copying the bluetooth CSS array!\"}"], ["created_at", "2016-10-06 14:49:20.649744"], ["updated_at", "2016-10-06 14:49:20.649744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est necessitatibus quia.\",\"text\":\"Use the primary USB pixel, then you can synthesize the optical circuit!\"}"], ["created_at", "2016-10-06 14:49:20.650609"], ["updated_at", "2016-10-06 14:49:20.650609"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae facilis tenetur animi suscipit aperiam.\",\"text\":\"Calculating the monitor won't do anything, we need to transmit the digital usb hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.651465"], ["updated_at", "2016-10-06 14:49:20.651465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum blanditiis libero nostrum.\",\"text\":\"You can't navigate the bandwidth without connecting the back-end RSS microchip!\"}"], ["created_at", "2016-10-06 14:49:20.652391"], ["updated_at", "2016-10-06 14:49:20.652391"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam harum est quis.\",\"text\":\"You can't input the program without backing up the back-end RSS system!\"}"], ["created_at", "2016-10-06 14:49:20.653318"], ["updated_at", "2016-10-06 14:49:20.653318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptatem sit.\",\"text\":\"We need to navigate the online ADP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.654185"], ["updated_at", "2016-10-06 14:49:20.654185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum aut quia aliquid.\",\"text\":\"I'll program the 1080p XML card, that should protocol the CSS interface!\"}"], ["created_at", "2016-10-06 14:49:20.655049"], ["updated_at", "2016-10-06 14:49:20.655049"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias sapiente beatae ut.\",\"text\":\"I'll compress the open-source JSON port, that should capacitor the HTTP bus!\"}"], ["created_at", "2016-10-06 14:49:20.655904"], ["updated_at", "2016-10-06 14:49:20.655904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima vel id non qui atque.\",\"text\":\"The SDD array is down, quantify the optical card so we can synthesize the SAS pixel!\"}"], ["created_at", "2016-10-06 14:49:20.656813"], ["updated_at", "2016-10-06 14:49:20.656813"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id qui accusamus harum sequi.\",\"text\":\"We need to hack the 1080p SDD capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.657675"], ["updated_at", "2016-10-06 14:49:20.657675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos ut dolorem vel quo ducimus.\",\"text\":\"Use the optical CSS interface, then you can program the multi-byte hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.658540"], ["updated_at", "2016-10-06 14:49:20.658540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam labore ipsum libero laboriosam repellat beatae rerum.\",\"text\":\"I'll override the auxiliary FTP port, that should monitor the XML panel!\"}"], ["created_at", "2016-10-06 14:49:20.659396"], ["updated_at", "2016-10-06 14:49:20.659396"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil eum ut.\",\"text\":\"You can't parse the transmitter without overriding the redundant ADP transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.660256"], ["updated_at", "2016-10-06 14:49:20.660256"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum culpa dolor ut deserunt praesentium minus debitis.\",\"text\":\"Use the virtual RAM bus, then you can synthesize the back-end bus!\"}"], ["created_at", "2016-10-06 14:49:20.661172"], ["updated_at", "2016-10-06 14:49:20.661172"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe et omnis odio nihil omnis autem.\",\"text\":\"You can't bypass the monitor without compressing the neural ADP pixel!\"}"], ["created_at", "2016-10-06 14:49:20.662054"], ["updated_at", "2016-10-06 14:49:20.662054"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur veniam dolorum illo cumque eius placeat.\",\"text\":\"Calculating the alarm won't do anything, we need to program the open-source ram program!\"}"], ["created_at", "2016-10-06 14:49:20.662928"], ["updated_at", "2016-10-06 14:49:20.662928"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut saepe voluptatem est cum temporibus nostrum qui.\",\"text\":\"Use the virtual SDD pixel, then you can calculate the haptic firewall!\"}"], ["created_at", "2016-10-06 14:49:20.663775"], ["updated_at", "2016-10-06 14:49:20.663775"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus animi nisi error qui minima necessitatibus.\",\"text\":\"Copying the bus won't do anything, we need to compress the virtual sql system!\"}"], ["created_at", "2016-10-06 14:49:20.664669"], ["updated_at", "2016-10-06 14:49:20.664669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut error eveniet.\",\"text\":\"Try to transmit the SQL microchip, maybe it will back up the solid state driver!\"}"], ["created_at", "2016-10-06 14:49:20.665624"], ["updated_at", "2016-10-06 14:49:20.665624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum blanditiis qui vel esse et.\",\"text\":\"I'll copy the multi-byte SMS panel, that should interface the SQL panel!\"}"], ["created_at", "2016-10-06 14:49:20.666523"], ["updated_at", "2016-10-06 14:49:20.666523"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In fugiat placeat enim non assumenda.\",\"text\":\"If we calculate the application, we can get to the SMS alarm through the back-end SSL panel!\"}"], ["created_at", "2016-10-06 14:49:20.667382"], ["updated_at", "2016-10-06 14:49:20.667382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut vitae vero delectus cumque.\",\"text\":\"I'll quantify the neural XML firewall, that should interface the XML card!\"}"], ["created_at", "2016-10-06 14:49:20.668277"], ["updated_at", "2016-10-06 14:49:20.668277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic deserunt quo consequuntur aliquid quidem iste amet.\",\"text\":\"We need to back up the bluetooth THX interface!\"}"], ["created_at", "2016-10-06 14:49:20.669141"], ["updated_at", "2016-10-06 14:49:20.669141"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et perferendis cum tenetur.\",\"text\":\"You can't input the matrix without overriding the primary SMS program!\"}"], ["created_at", "2016-10-06 14:49:20.670020"], ["updated_at", "2016-10-06 14:49:20.670020"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero ullam molestiae possimus laboriosam excepturi sequi assumenda.\",\"text\":\"Use the 1080p EXE bandwidth, then you can bypass the mobile capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.670940"], ["updated_at", "2016-10-06 14:49:20.670940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste neque qui quam ut est ut.\",\"text\":\"The CSS card is down, connect the haptic capacitor so we can override the SCSI driver!\"}"], ["created_at", "2016-10-06 14:49:20.671965"], ["updated_at", "2016-10-06 14:49:20.671965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et labore ut nostrum magni quisquam et.\",\"text\":\"Try to generate the JSON protocol, maybe it will reboot the haptic feed!\"}"], ["created_at", "2016-10-06 14:49:20.672841"], ["updated_at", "2016-10-06 14:49:20.672841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quos et sapiente commodi qui voluptatem.\",\"text\":\"You can't hack the driver without synthesizing the redundant RAM sensor!\"}"], ["created_at", "2016-10-06 14:49:20.673697"], ["updated_at", "2016-10-06 14:49:20.673697"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt adipisci praesentium perspiciatis.\",\"text\":\"I'll calculate the virtual USB port, that should matrix the JSON hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.674609"], ["updated_at", "2016-10-06 14:49:20.674609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab quisquam soluta quia delectus sed voluptas qui.\",\"text\":\"The USB pixel is down, synthesize the multi-byte feed so we can reboot the THX protocol!\"}"], ["created_at", "2016-10-06 14:49:20.675521"], ["updated_at", "2016-10-06 14:49:20.675521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio natus laboriosam molestiae voluptate sed sunt.\",\"text\":\"We need to connect the mobile CSS firewall!\"}"], ["created_at", "2016-10-06 14:49:20.676385"], ["updated_at", "2016-10-06 14:49:20.676385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et in illum voluptatem veniam voluptate aut.\",\"text\":\"We need to input the primary ADP feed!\"}"], ["created_at", "2016-10-06 14:49:20.677256"], ["updated_at", "2016-10-06 14:49:20.677256"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas iure omnis reiciendis doloribus ullam exercitationem laboriosam.\",\"text\":\"Try to override the HDD panel, maybe it will parse the haptic microchip!\"}"], ["created_at", "2016-10-06 14:49:20.678133"], ["updated_at", "2016-10-06 14:49:20.678133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea itaque vel nihil odit optio minus.\",\"text\":\"Use the back-end HDD feed, then you can hack the haptic port!\"}"], ["created_at", "2016-10-06 14:49:20.679093"], ["updated_at", "2016-10-06 14:49:20.679093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est esse sed consequatur.\",\"text\":\"Backing up the panel won't do anything, we need to navigate the redundant adp port!\"}"], ["created_at", "2016-10-06 14:49:20.679960"], ["updated_at", "2016-10-06 14:49:20.679960"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi repudiandae excepturi ut velit.\",\"text\":\"Transmitting the transmitter won't do anything, we need to compress the cross-platform rss bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.680823"], ["updated_at", "2016-10-06 14:49:20.680823"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quia magnam non eligendi rerum incidunt.\",\"text\":\"We need to back up the primary ADP interface!\"}"], ["created_at", "2016-10-06 14:49:20.681673"], ["updated_at", "2016-10-06 14:49:20.681673"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi nisi quae at culpa.\",\"text\":\"I'll quantify the cross-platform COM monitor, that should pixel the RSS matrix!\"}"], ["created_at", "2016-10-06 14:49:20.682589"], ["updated_at", "2016-10-06 14:49:20.682589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis dicta pariatur aliquid.\",\"text\":\"We need to navigate the redundant SMS application!\"}"], ["created_at", "2016-10-06 14:49:20.683453"], ["updated_at", "2016-10-06 14:49:20.683453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates dolorum ut.\",\"text\":\"We need to override the redundant PNG bus!\"}"], ["created_at", "2016-10-06 14:49:20.684314"], ["updated_at", "2016-10-06 14:49:20.684314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus qui quis nihil ut.\",\"text\":\"I'll back up the multi-byte XML application, that should pixel the SAS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.685162"], ["updated_at", "2016-10-06 14:49:20.685162"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus voluptatibus quisquam officia nobis eius quo explicabo.\",\"text\":\"Try to generate the EXE hard drive, maybe it will input the neural capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.686025"], ["updated_at", "2016-10-06 14:49:20.686025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut nam non illo quia tempore quibusdam.\",\"text\":\"Quantifying the circuit won't do anything, we need to back up the multi-byte tcp array!\"}"], ["created_at", "2016-10-06 14:49:20.686962"], ["updated_at", "2016-10-06 14:49:20.686962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui mollitia enim fugiat.\",\"text\":\"I'll quantify the haptic RSS hard drive, that should feed the HTTP firewall!\"}"], ["created_at", "2016-10-06 14:49:20.687823"], ["updated_at", "2016-10-06 14:49:20.687823"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti et nihil quasi ipsum.\",\"text\":\"Use the neural IB hard drive, then you can connect the optical program!\"}"], ["created_at", "2016-10-06 14:49:20.688680"], ["updated_at", "2016-10-06 14:49:20.688680"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo qui voluptatum corrupti ducimus error dolor.\",\"text\":\"I'll back up the wireless EXE matrix, that should application the SDD application!\"}"], ["created_at", "2016-10-06 14:49:20.689541"], ["updated_at", "2016-10-06 14:49:20.689541"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita eum voluptate ipsam sunt dolorem cum repudiandae.\",\"text\":\"You can't input the array without copying the virtual JBOD transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.690454"], ["updated_at", "2016-10-06 14:49:20.690454"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus at dolor et adipisci qui quis cumque.\",\"text\":\"I'll bypass the solid state PCI application, that should array the PNG transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.691394"], ["updated_at", "2016-10-06 14:49:20.691394"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci porro dolor aperiam vero.\",\"text\":\"Try to navigate the AI firewall, maybe it will transmit the neural circuit!\"}"], ["created_at", "2016-10-06 14:49:20.692538"], ["updated_at", "2016-10-06 14:49:20.692538"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque fugit consequuntur similique laudantium tenetur.\",\"text\":\"Use the virtual TCP firewall, then you can parse the neural alarm!\"}"], ["created_at", "2016-10-06 14:49:20.693550"], ["updated_at", "2016-10-06 14:49:20.693550"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam enim exercitationem sed aspernatur aut in aut.\",\"text\":\"If we copy the system, we can get to the SDD bandwidth through the mobile CSS feed!\"}"], ["created_at", "2016-10-06 14:49:20.695939"], ["updated_at", "2016-10-06 14:49:20.695939"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis asperiores veniam velit.\",\"text\":\"We need to back up the haptic RSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.697202"], ["updated_at", "2016-10-06 14:49:20.697202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat eos dolore blanditiis in.\",\"text\":\"I'll compress the open-source JSON firewall, that should protocol the SQL pixel!\"}"], ["created_at", "2016-10-06 14:49:20.698121"], ["updated_at", "2016-10-06 14:49:20.698121"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos accusamus neque necessitatibus amet quae.\",\"text\":\"Use the solid state HDD panel, then you can reboot the neural monitor!\"}"], ["created_at", "2016-10-06 14:49:20.699040"], ["updated_at", "2016-10-06 14:49:20.699040"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi esse vel tempore nihil ut.\",\"text\":\"You can't copy the firewall without synthesizing the auxiliary CSS pixel!\"}"], ["created_at", "2016-10-06 14:49:20.699989"], ["updated_at", "2016-10-06 14:49:20.699989"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam dolorem eos voluptatem excepturi sint sequi.\",\"text\":\"Try to parse the PCI monitor, maybe it will index the auxiliary port!\"}"], ["created_at", "2016-10-06 14:49:20.700875"], ["updated_at", "2016-10-06 14:49:20.700875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit possimus architecto.\",\"text\":\"Use the optical SDD capacitor, then you can quantify the bluetooth protocol!\"}"], ["created_at", "2016-10-06 14:49:20.701801"], ["updated_at", "2016-10-06 14:49:20.701801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptate aut qui ut.\",\"text\":\"Indexing the pixel won't do anything, we need to hack the optical hdd monitor!\"}"], ["created_at", "2016-10-06 14:49:20.702723"], ["updated_at", "2016-10-06 14:49:20.702723"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nihil alias qui.\",\"text\":\"I'll calculate the cross-platform HTTP program, that should sensor the ADP firewall!\"}"], ["created_at", "2016-10-06 14:49:20.703597"], ["updated_at", "2016-10-06 14:49:20.703597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem magni et odit molestiae aut consequuntur.\",\"text\":\"Connecting the system won't do anything, we need to generate the neural sql transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.704509"], ["updated_at", "2016-10-06 14:49:20.704509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima modi sed aliquam ratione ad in assumenda.\",\"text\":\"You can't back up the bus without generating the redundant HDD hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.705377"], ["updated_at", "2016-10-06 14:49:20.705377"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos quisquam et et omnis earum.\",\"text\":\"I'll hack the haptic IB hard drive, that should hard drive the FTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.706270"], ["updated_at", "2016-10-06 14:49:20.706270"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque quo id doloremque.\",\"text\":\"Use the online SDD capacitor, then you can back up the redundant system!\"}"], ["created_at", "2016-10-06 14:49:20.707130"], ["updated_at", "2016-10-06 14:49:20.707130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo aut sit debitis et temporibus.\",\"text\":\"Overriding the system won't do anything, we need to input the neural pci firewall!\"}"], ["created_at", "2016-10-06 14:49:20.708037"], ["updated_at", "2016-10-06 14:49:20.708037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi facilis occaecati iste labore.\",\"text\":\"If we quantify the application, we can get to the RSS application through the redundant HDD microchip!\"}"], ["created_at", "2016-10-06 14:49:20.708898"], ["updated_at", "2016-10-06 14:49:20.708898"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos molestias id id nihil.\",\"text\":\"The JSON pixel is down, back up the neural feed so we can navigate the PNG alarm!\"}"], ["created_at", "2016-10-06 14:49:20.709759"], ["updated_at", "2016-10-06 14:49:20.709759"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis placeat magnam.\",\"text\":\"The SAS system is down, back up the neural sensor so we can synthesize the RSS transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.710659"], ["updated_at", "2016-10-06 14:49:20.710659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint molestiae illum in.\",\"text\":\"I'll copy the cross-platform USB program, that should sensor the AGP alarm!\"}"], ["created_at", "2016-10-06 14:49:20.711693"], ["updated_at", "2016-10-06 14:49:20.711693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non nihil nam eos.\",\"text\":\"We need to hack the solid state USB protocol!\"}"], ["created_at", "2016-10-06 14:49:20.712577"], ["updated_at", "2016-10-06 14:49:20.712577"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam rerum nihil voluptatem.\",\"text\":\"Use the back-end SDD bandwidth, then you can synthesize the redundant matrix!\"}"], ["created_at", "2016-10-06 14:49:20.713435"], ["updated_at", "2016-10-06 14:49:20.713435"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium omnis molestiae nulla.\",\"text\":\"Try to connect the AGP alarm, maybe it will input the auxiliary system!\"}"], ["created_at", "2016-10-06 14:49:20.714293"], ["updated_at", "2016-10-06 14:49:20.714293"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic mollitia quam illum.\",\"text\":\"If we parse the bus, we can get to the XML system through the online JSON interface!\"}"], ["created_at", "2016-10-06 14:49:20.715149"], ["updated_at", "2016-10-06 14:49:20.715149"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga repudiandae et et eum nobis dolores aut.\",\"text\":\"Use the online GB panel, then you can navigate the cross-platform application!\"}"], ["created_at", "2016-10-06 14:49:20.716079"], ["updated_at", "2016-10-06 14:49:20.716079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi assumenda placeat incidunt quia occaecati voluptate.\",\"text\":\"We need to synthesize the digital COM bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.716967"], ["updated_at", "2016-10-06 14:49:20.716967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur incidunt quis quam animi impedit.\",\"text\":\"Quantifying the bandwidth won't do anything, we need to index the multi-byte ram application!\"}"], ["created_at", "2016-10-06 14:49:20.717828"], ["updated_at", "2016-10-06 14:49:20.717828"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sed ullam nam aut est.\",\"text\":\"You can't quantify the matrix without connecting the redundant ADP driver!\"}"], ["created_at", "2016-10-06 14:49:20.718699"], ["updated_at", "2016-10-06 14:49:20.718699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum ratione enim rerum.\",\"text\":\"We need to input the back-end FTP matrix!\"}"], ["created_at", "2016-10-06 14:49:20.719608"], ["updated_at", "2016-10-06 14:49:20.719608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur esse dolore quisquam tenetur recusandae vel natus.\",\"text\":\"The JBOD interface is down, compress the online driver so we can bypass the CSS port!\"}"], ["created_at", "2016-10-06 14:49:20.720483"], ["updated_at", "2016-10-06 14:49:20.720483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos quasi et.\",\"text\":\"We need to synthesize the optical SCSI hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.721335"], ["updated_at", "2016-10-06 14:49:20.721335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis voluptatem totam quaerat itaque facere quo.\",\"text\":\"I'll calculate the solid state XSS pixel, that should array the EXE interface!\"}"], ["created_at", "2016-10-06 14:49:20.722359"], ["updated_at", "2016-10-06 14:49:20.722359"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus non eligendi et magnam id qui voluptatem.\",\"text\":\"Use the open-source SSL driver, then you can parse the solid state driver!\"}"], ["created_at", "2016-10-06 14:49:20.723301"], ["updated_at", "2016-10-06 14:49:20.723301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta aut et nobis tempora qui.\",\"text\":\"Try to calculate the ADP circuit, maybe it will navigate the bluetooth feed!\"}"], ["created_at", "2016-10-06 14:49:20.724266"], ["updated_at", "2016-10-06 14:49:20.724266"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos mollitia dolorum et ea autem porro.\",\"text\":\"We need to generate the solid state SCSI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.725240"], ["updated_at", "2016-10-06 14:49:20.725240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio amet enim neque voluptas laboriosam.\",\"text\":\"If we copy the system, we can get to the JSON system through the back-end AGP matrix!\"}"], ["created_at", "2016-10-06 14:49:20.726179"], ["updated_at", "2016-10-06 14:49:20.726179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor tempora aspernatur qui nisi itaque.\",\"text\":\"We need to reboot the auxiliary XML program!\"}"], ["created_at", "2016-10-06 14:49:20.727116"], ["updated_at", "2016-10-06 14:49:20.727116"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum accusamus aut ea.\",\"text\":\"Use the solid state JSON feed, then you can copy the cross-platform firewall!\"}"], ["created_at", "2016-10-06 14:49:20.728055"], ["updated_at", "2016-10-06 14:49:20.728055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis qui natus sed soluta labore.\",\"text\":\"If we navigate the microchip, we can get to the HDD transmitter through the cross-platform THX protocol!\"}"], ["created_at", "2016-10-06 14:49:20.729027"], ["updated_at", "2016-10-06 14:49:20.729027"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ut est cupiditate.\",\"text\":\"I'll navigate the neural SSL application, that should capacitor the JBOD bus!\"}"], ["created_at", "2016-10-06 14:49:20.729969"], ["updated_at", "2016-10-06 14:49:20.729969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque voluptatibus aut eos accusamus.\",\"text\":\"Use the open-source SMS system, then you can compress the 1080p interface!\"}"], ["created_at", "2016-10-06 14:49:20.730918"], ["updated_at", "2016-10-06 14:49:20.730918"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo velit est voluptatem dicta.\",\"text\":\"If we hack the interface, we can get to the RAM system through the mobile HDD transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.731845"], ["updated_at", "2016-10-06 14:49:20.731845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam voluptas nihil.\",\"text\":\"Calculating the panel won't do anything, we need to synthesize the redundant adp system!\"}"], ["created_at", "2016-10-06 14:49:20.732787"], ["updated_at", "2016-10-06 14:49:20.732787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde est ut beatae qui aliquid ducimus.\",\"text\":\"We need to override the neural PCI bus!\"}"], ["created_at", "2016-10-06 14:49:20.733718"], ["updated_at", "2016-10-06 14:49:20.733718"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea ut iusto ut maxime nobis.\",\"text\":\"You can't bypass the bus without overriding the open-source AGP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.734702"], ["updated_at", "2016-10-06 14:49:20.734702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae non placeat magnam quo.\",\"text\":\"We need to back up the solid state CSS transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.735676"], ["updated_at", "2016-10-06 14:49:20.735676"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid ab et veniam commodi ipsum laudantium.\",\"text\":\"I'll transmit the auxiliary AGP application, that should firewall the HTTP microchip!\"}"], ["created_at", "2016-10-06 14:49:20.736552"], ["updated_at", "2016-10-06 14:49:20.736552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed laudantium vel.\",\"text\":\"Use the back-end SMS circuit, then you can index the open-source alarm!\"}"], ["created_at", "2016-10-06 14:49:20.737464"], ["updated_at", "2016-10-06 14:49:20.737464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere quibusdam ut ab aut cumque velit sed.\",\"text\":\"We need to generate the wireless USB bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.738359"], ["updated_at", "2016-10-06 14:49:20.738359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium ullam ducimus tempora asperiores ut autem ratione.\",\"text\":\"If we copy the hard drive, we can get to the AI application through the primary SAS circuit!\"}"], ["created_at", "2016-10-06 14:49:20.739225"], ["updated_at", "2016-10-06 14:49:20.739225"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod voluptatem qui dolor voluptatum.\",\"text\":\"Try to calculate the IB firewall, maybe it will back up the redundant port!\"}"], ["created_at", "2016-10-06 14:49:20.740126"], ["updated_at", "2016-10-06 14:49:20.740126"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum quidem sapiente qui.\",\"text\":\"I'll program the redundant SMS panel, that should interface the AI firewall!\"}"], ["created_at", "2016-10-06 14:49:20.741047"], ["updated_at", "2016-10-06 14:49:20.741047"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui blanditiis aut enim.\",\"text\":\"We need to override the open-source USB circuit!\"}"], ["created_at", "2016-10-06 14:49:20.741912"], ["updated_at", "2016-10-06 14:49:20.741912"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet cum dolorem natus dolor nemo cumque.\",\"text\":\"The JBOD hard drive is down, synthesize the multi-byte microchip so we can quantify the SCSI capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.742807"], ["updated_at", "2016-10-06 14:49:20.742807"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta blanditiis distinctio aperiam.\",\"text\":\"If we override the capacitor, we can get to the SAS card through the virtual JBOD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.743668"], ["updated_at", "2016-10-06 14:49:20.743668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia ut et sit cupiditate assumenda sint quia.\",\"text\":\"I'll bypass the wireless SQL matrix, that should pixel the HDD protocol!\"}"], ["created_at", "2016-10-06 14:49:20.744584"], ["updated_at", "2016-10-06 14:49:20.744584"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ullam nam iusto quia et.\",\"text\":\"Try to calculate the SCSI array, maybe it will connect the auxiliary program!\"}"], ["created_at", "2016-10-06 14:49:20.745476"], ["updated_at", "2016-10-06 14:49:20.745476"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam nam laudantium.\",\"text\":\"You can't back up the application without copying the virtual AI firewall!\"}"], ["created_at", "2016-10-06 14:49:20.746348"], ["updated_at", "2016-10-06 14:49:20.746348"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis corrupti repellendus dolorum sunt ut dolorem.\",\"text\":\"I'll copy the optical ADP circuit, that should alarm the RAM array!\"}"], ["created_at", "2016-10-06 14:49:20.747220"], ["updated_at", "2016-10-06 14:49:20.747220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem hic aliquam quas maiores suscipit magnam.\",\"text\":\"Try to hack the EXE circuit, maybe it will synthesize the mobile circuit!\"}"], ["created_at", "2016-10-06 14:49:20.748132"], ["updated_at", "2016-10-06 14:49:20.748132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ab placeat nulla est dolores repellat.\",\"text\":\"Try to index the XML feed, maybe it will copy the digital microchip!\"}"], ["created_at", "2016-10-06 14:49:20.749000"], ["updated_at", "2016-10-06 14:49:20.749000"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam sed omnis quia dignissimos dolorem voluptates.\",\"text\":\"I'll reboot the solid state PCI program, that should system the FTP matrix!\"}"], ["created_at", "2016-10-06 14:49:20.749861"], ["updated_at", "2016-10-06 14:49:20.749861"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem officia exercitationem nobis necessitatibus.\",\"text\":\"Try to reboot the XSS card, maybe it will synthesize the solid state sensor!\"}"], ["created_at", "2016-10-06 14:49:20.750739"], ["updated_at", "2016-10-06 14:49:20.750739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut suscipit rem aut neque reprehenderit quis.\",\"text\":\"If we connect the microchip, we can get to the HDD sensor through the back-end JBOD firewall!\"}"], ["created_at", "2016-10-06 14:49:20.751655"], ["updated_at", "2016-10-06 14:49:20.751655"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem magnam officia perspiciatis facere.\",\"text\":\"We need to program the cross-platform SCSI bus!\"}"], ["created_at", "2016-10-06 14:49:20.752545"], ["updated_at", "2016-10-06 14:49:20.752545"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam accusamus consequatur.\",\"text\":\"We need to transmit the haptic GB driver!\"}"], ["created_at", "2016-10-06 14:49:20.753415"], ["updated_at", "2016-10-06 14:49:20.753415"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In nesciunt delectus ipsam consequatur est incidunt ut.\",\"text\":\"Try to index the PCI interface, maybe it will program the back-end port!\"}"], ["created_at", "2016-10-06 14:49:20.754292"], ["updated_at", "2016-10-06 14:49:20.754292"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut ut eos iste dicta sit corrupti.\",\"text\":\"The SAS system is down, navigate the open-source port so we can navigate the PCI circuit!\"}"], ["created_at", "2016-10-06 14:49:20.755156"], ["updated_at", "2016-10-06 14:49:20.755156"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore eum doloremque.\",\"text\":\"The EXE protocol is down, connect the virtual program so we can index the EXE program!\"}"], ["created_at", "2016-10-06 14:49:20.756062"], ["updated_at", "2016-10-06 14:49:20.756062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque libero nihil omnis et dolorem.\",\"text\":\"You can't navigate the circuit without compressing the haptic FTP system!\"}"], ["created_at", "2016-10-06 14:49:20.756926"], ["updated_at", "2016-10-06 14:49:20.756926"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat quibusdam voluptas accusamus.\",\"text\":\"If we synthesize the capacitor, we can get to the GB panel through the cross-platform SMS circuit!\"}"], ["created_at", "2016-10-06 14:49:20.757783"], ["updated_at", "2016-10-06 14:49:20.757783"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam itaque eum accusantium.\",\"text\":\"Use the redundant PNG application, then you can connect the online driver!\"}"], ["created_at", "2016-10-06 14:49:20.758648"], ["updated_at", "2016-10-06 14:49:20.758648"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente fugit eveniet consequatur officia qui vero consequatur.\",\"text\":\"We need to program the 1080p CSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.759571"], ["updated_at", "2016-10-06 14:49:20.759571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum autem et deleniti et.\",\"text\":\"Try to compress the PNG sensor, maybe it will program the wireless monitor!\"}"], ["created_at", "2016-10-06 14:49:20.760453"], ["updated_at", "2016-10-06 14:49:20.760453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae velit ut maiores et illo.\",\"text\":\"If we input the array, we can get to the XML card through the optical XML port!\"}"], ["created_at", "2016-10-06 14:49:20.761326"], ["updated_at", "2016-10-06 14:49:20.761326"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore voluptas nesciunt aut aliquid.\",\"text\":\"Generating the pixel won't do anything, we need to input the auxiliary png bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.762212"], ["updated_at", "2016-10-06 14:49:20.762212"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem quas sed voluptatem.\",\"text\":\"If we hack the sensor, we can get to the JSON interface through the haptic RAM driver!\"}"], ["created_at", "2016-10-06 14:49:20.763100"], ["updated_at", "2016-10-06 14:49:20.763100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim dolorem veritatis consectetur aut est rerum.\",\"text\":\"If we quantify the matrix, we can get to the CSS protocol through the digital SSL monitor!\"}"], ["created_at", "2016-10-06 14:49:20.763982"], ["updated_at", "2016-10-06 14:49:20.763982"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non sed voluptas hic cumque et vel.\",\"text\":\"The PCI port is down, transmit the primary capacitor so we can back up the HTTP monitor!\"}"], ["created_at", "2016-10-06 14:49:20.764842"], ["updated_at", "2016-10-06 14:49:20.764842"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed vel modi deleniti amet expedita fugit.\",\"text\":\"Quantifying the microchip won't do anything, we need to calculate the primary json program!\"}"], ["created_at", "2016-10-06 14:49:20.765694"], ["updated_at", "2016-10-06 14:49:20.765694"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit quis voluptas beatae id aut ea.\",\"text\":\"Use the back-end SMS port, then you can calculate the redundant bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.766688"], ["updated_at", "2016-10-06 14:49:20.766688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aut sapiente laboriosam aut minus.\",\"text\":\"You can't connect the bandwidth without quantifying the haptic PCI alarm!\"}"], ["created_at", "2016-10-06 14:49:20.767609"], ["updated_at", "2016-10-06 14:49:20.767609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit voluptas hic enim mollitia error porro.\",\"text\":\"Quantifying the protocol won't do anything, we need to quantify the optical css program!\"}"], ["created_at", "2016-10-06 14:49:20.768477"], ["updated_at", "2016-10-06 14:49:20.768477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita maiores beatae et et.\",\"text\":\"Try to program the USB circuit, maybe it will reboot the primary port!\"}"], ["created_at", "2016-10-06 14:49:20.769344"], ["updated_at", "2016-10-06 14:49:20.769344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla magnam eligendi qui recusandae.\",\"text\":\"We need to parse the back-end COM protocol!\"}"], ["created_at", "2016-10-06 14:49:20.770218"], ["updated_at", "2016-10-06 14:49:20.770218"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem sit et dignissimos dolor blanditiis.\",\"text\":\"If we calculate the capacitor, we can get to the SQL bandwidth through the solid state HDD matrix!\"}"], ["created_at", "2016-10-06 14:49:20.771078"], ["updated_at", "2016-10-06 14:49:20.771078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium ea et error accusamus.\",\"text\":\"We need to compress the wireless SCSI port!\"}"], ["created_at", "2016-10-06 14:49:20.771976"], ["updated_at", "2016-10-06 14:49:20.771976"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis occaecati adipisci.\",\"text\":\"You can't generate the feed without indexing the solid state HDD transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.772843"], ["updated_at", "2016-10-06 14:49:20.772843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit consequuntur ea.\",\"text\":\"You can't program the application without parsing the primary HTTP array!\"}"], ["created_at", "2016-10-06 14:49:20.773701"], ["updated_at", "2016-10-06 14:49:20.773701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et maiores id aliquam explicabo repellendus.\",\"text\":\"The AGP application is down, back up the wireless port so we can bypass the CSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.774577"], ["updated_at", "2016-10-06 14:49:20.774577"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus dolore laboriosam illo quae labore commodi qui.\",\"text\":\"Try to bypass the USB capacitor, maybe it will copy the 1080p circuit!\"}"], ["created_at", "2016-10-06 14:49:20.775433"], ["updated_at", "2016-10-06 14:49:20.775433"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit quia saepe dicta ipsam aut ea ut.\",\"text\":\"Use the haptic TCP program, then you can compress the open-source sensor!\"}"], ["created_at", "2016-10-06 14:49:20.776366"], ["updated_at", "2016-10-06 14:49:20.776366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique dicta doloremque aut perspiciatis sunt.\",\"text\":\"The RAM circuit is down, parse the bluetooth protocol so we can synthesize the JBOD system!\"}"], ["created_at", "2016-10-06 14:49:20.777229"], ["updated_at", "2016-10-06 14:49:20.777229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut non est cum voluptatem.\",\"text\":\"We need to back up the cross-platform SMTP pixel!\"}"], ["created_at", "2016-10-06 14:49:20.778105"], ["updated_at", "2016-10-06 14:49:20.778105"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore recusandae qui omnis laudantium earum.\",\"text\":\"We need to transmit the haptic EXE microchip!\"}"], ["created_at", "2016-10-06 14:49:20.779013"], ["updated_at", "2016-10-06 14:49:20.779013"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui fugit vero.\",\"text\":\"Try to bypass the FTP protocol, maybe it will program the optical alarm!\"}"], ["created_at", "2016-10-06 14:49:20.779876"], ["updated_at", "2016-10-06 14:49:20.779876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex est sint iste porro et ut.\",\"text\":\"I'll copy the cross-platform SQL firewall, that should interface the AI program!\"}"], ["created_at", "2016-10-06 14:49:20.780778"], ["updated_at", "2016-10-06 14:49:20.780778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores vel sint.\",\"text\":\"I'll compress the solid state COM system, that should card the PNG panel!\"}"], ["created_at", "2016-10-06 14:49:20.781648"], ["updated_at", "2016-10-06 14:49:20.781648"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla est voluptatum.\",\"text\":\"If we bypass the bandwidth, we can get to the XSS protocol through the mobile COM alarm!\"}"], ["created_at", "2016-10-06 14:49:20.782512"], ["updated_at", "2016-10-06 14:49:20.782512"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae amet enim repellendus voluptatem esse vero.\",\"text\":\"The XML transmitter is down, synthesize the multi-byte circuit so we can transmit the SDD driver!\"}"], ["created_at", "2016-10-06 14:49:20.783374"], ["updated_at", "2016-10-06 14:49:20.783374"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto dolores corrupti nihil ipsum quaerat quia.\",\"text\":\"Use the primary FTP interface, then you can input the bluetooth pixel!\"}"], ["created_at", "2016-10-06 14:49:20.784231"], ["updated_at", "2016-10-06 14:49:20.784231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id molestiae necessitatibus.\",\"text\":\"You can't back up the system without calculating the optical PCI sensor!\"}"], ["created_at", "2016-10-06 14:49:20.785148"], ["updated_at", "2016-10-06 14:49:20.785148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut doloribus vel eos dolor.\",\"text\":\"Try to compress the SDD feed, maybe it will hack the primary system!\"}"], ["created_at", "2016-10-06 14:49:20.786016"], ["updated_at", "2016-10-06 14:49:20.786016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad est mollitia et sint vitae.\",\"text\":\"You can't connect the bandwidth without generating the bluetooth ADP feed!\"}"], ["created_at", "2016-10-06 14:49:20.786905"], ["updated_at", "2016-10-06 14:49:20.786905"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas iure sit.\",\"text\":\"I'll copy the back-end SQL bandwidth, that should monitor the RAM sensor!\"}"], ["created_at", "2016-10-06 14:49:20.787778"], ["updated_at", "2016-10-06 14:49:20.787778"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem illum quia alias eum similique aut.\",\"text\":\"You can't calculate the protocol without calculating the 1080p PCI matrix!\"}"], ["created_at", "2016-10-06 14:49:20.788670"], ["updated_at", "2016-10-06 14:49:20.788670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut placeat aut veritatis enim aut error.\",\"text\":\"We need to override the redundant JSON feed!\"}"], ["created_at", "2016-10-06 14:49:20.789568"], ["updated_at", "2016-10-06 14:49:20.789568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam corrupti aliquid odit nemo.\",\"text\":\"You can't compress the application without compressing the multi-byte SCSI protocol!\"}"], ["created_at", "2016-10-06 14:49:20.790445"], ["updated_at", "2016-10-06 14:49:20.790445"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa possimus eaque occaecati.\",\"text\":\"I'll index the back-end XSS program, that should capacitor the SQL capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.791301"], ["updated_at", "2016-10-06 14:49:20.791301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et iste vel mollitia quae vitae.\",\"text\":\"Bypassing the alarm won't do anything, we need to back up the cross-platform gb port!\"}"], ["created_at", "2016-10-06 14:49:20.792153"], ["updated_at", "2016-10-06 14:49:20.792153"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam consequatur tempore porro voluptatem laboriosam est.\",\"text\":\"You can't bypass the port without calculating the auxiliary CSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.793006"], ["updated_at", "2016-10-06 14:49:20.793006"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum consectetur eum dolor facere in quis.\",\"text\":\"Try to back up the FTP pixel, maybe it will compress the virtual circuit!\"}"], ["created_at", "2016-10-06 14:49:20.793962"], ["updated_at", "2016-10-06 14:49:20.793962"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate corporis nostrum culpa.\",\"text\":\"I'll back up the cross-platform SSL interface, that should firewall the FTP driver!\"}"], ["created_at", "2016-10-06 14:49:20.795210"], ["updated_at", "2016-10-06 14:49:20.795210"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae modi sit.\",\"text\":\"I'll input the cross-platform TCP card, that should alarm the SCSI microchip!\"}"], ["created_at", "2016-10-06 14:49:20.796208"], ["updated_at", "2016-10-06 14:49:20.796208"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere commodi possimus quia vel et cumque.\",\"text\":\"Try to index the AI application, maybe it will connect the back-end system!\"}"], ["created_at", "2016-10-06 14:49:20.798359"], ["updated_at", "2016-10-06 14:49:20.798359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga et odio soluta perspiciatis excepturi eum praesentium.\",\"text\":\"The SSL interface is down, quantify the 1080p microchip so we can copy the SSL circuit!\"}"], ["created_at", "2016-10-06 14:49:20.799720"], ["updated_at", "2016-10-06 14:49:20.799720"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste vel aliquid qui architecto incidunt iure corrupti.\",\"text\":\"Use the solid state SMS protocol, then you can hack the haptic card!\"}"], ["created_at", "2016-10-06 14:49:20.800641"], ["updated_at", "2016-10-06 14:49:20.800641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio deserunt pariatur sapiente aliquam unde itaque et.\",\"text\":\"If we program the capacitor, we can get to the PNG port through the online CSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.801534"], ["updated_at", "2016-10-06 14:49:20.801534"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore perferendis sunt repudiandae et corporis quis eos.\",\"text\":\"Try to back up the RAM program, maybe it will quantify the auxiliary system!\"}"], ["created_at", "2016-10-06 14:49:20.802438"], ["updated_at", "2016-10-06 14:49:20.802438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptatem inventore.\",\"text\":\"We need to program the auxiliary SSL hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.803394"], ["updated_at", "2016-10-06 14:49:20.803394"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero sunt quia.\",\"text\":\"You can't synthesize the microchip without quantifying the multi-byte AI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.804279"], ["updated_at", "2016-10-06 14:49:20.804279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quibusdam qui reiciendis ea pariatur dolor.\",\"text\":\"You can't connect the application without parsing the open-source PCI alarm!\"}"], ["created_at", "2016-10-06 14:49:20.805144"], ["updated_at", "2016-10-06 14:49:20.805144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quaerat magni adipisci aut dolorem.\",\"text\":\"Use the optical SQL capacitor, then you can quantify the neural driver!\"}"], ["created_at", "2016-10-06 14:49:20.806001"], ["updated_at", "2016-10-06 14:49:20.806001"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet maiores libero sit omnis eos non fuga.\",\"text\":\"You can't compress the interface without transmitting the bluetooth XML application!\"}"], ["created_at", "2016-10-06 14:49:20.806911"], ["updated_at", "2016-10-06 14:49:20.806911"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas temporibus iusto porro.\",\"text\":\"If we index the sensor, we can get to the AI hard drive through the digital HTTP panel!\"}"], ["created_at", "2016-10-06 14:49:20.807897"], ["updated_at", "2016-10-06 14:49:20.807897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur facere quis aliquam.\",\"text\":\"Try to bypass the SAS pixel, maybe it will synthesize the auxiliary bus!\"}"], ["created_at", "2016-10-06 14:49:20.808778"], ["updated_at", "2016-10-06 14:49:20.808778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos nostrum fugiat quaerat blanditiis odio quis.\",\"text\":\"We need to override the open-source RAM matrix!\"}"], ["created_at", "2016-10-06 14:49:20.809640"], ["updated_at", "2016-10-06 14:49:20.809640"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem non deserunt id.\",\"text\":\"If we override the sensor, we can get to the JBOD microchip through the redundant XML firewall!\"}"], ["created_at", "2016-10-06 14:49:20.810527"], ["updated_at", "2016-10-06 14:49:20.810527"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam doloribus delectus laborum ipsa laudantium autem maiores.\",\"text\":\"Try to parse the SMS card, maybe it will compress the neural program!\"}"], ["created_at", "2016-10-06 14:49:20.811584"], ["updated_at", "2016-10-06 14:49:20.811584"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium beatae et nemo velit ut unde quia.\",\"text\":\"Use the cross-platform AI capacitor, then you can quantify the neural driver!\"}"], ["created_at", "2016-10-06 14:49:20.812706"], ["updated_at", "2016-10-06 14:49:20.812706"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt assumenda dicta dolor aut sit.\",\"text\":\"Use the neural GB driver, then you can reboot the open-source hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.813865"], ["updated_at", "2016-10-06 14:49:20.813865"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis id accusamus corrupti consequatur laboriosam culpa.\",\"text\":\"Use the neural PNG matrix, then you can bypass the open-source driver!\"}"], ["created_at", "2016-10-06 14:49:20.815083"], ["updated_at", "2016-10-06 14:49:20.815083"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro nulla facilis laborum sunt perspiciatis labore.\",\"text\":\"Quantifying the protocol won't do anything, we need to transmit the online xss program!\"}"], ["created_at", "2016-10-06 14:49:20.816322"], ["updated_at", "2016-10-06 14:49:20.816322"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus perspiciatis nihil magnam cupiditate quia molestias.\",\"text\":\"Generating the bus won't do anything, we need to navigate the digital gb pixel!\"}"], ["created_at", "2016-10-06 14:49:20.818012"], ["updated_at", "2016-10-06 14:49:20.818012"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aut voluptas similique autem velit cupiditate.\",\"text\":\"You can't override the transmitter without generating the back-end SCSI firewall!\"}"], ["created_at", "2016-10-06 14:49:20.820210"], ["updated_at", "2016-10-06 14:49:20.820210"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque rerum non.\",\"text\":\"Use the multi-byte THX monitor, then you can input the online sensor!\"}"], ["created_at", "2016-10-06 14:49:20.823130"], ["updated_at", "2016-10-06 14:49:20.823130"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut velit est reiciendis et qui odit.\",\"text\":\"The PNG transmitter is down, hack the 1080p program so we can input the HDD system!\"}"], ["created_at", "2016-10-06 14:49:20.825168"], ["updated_at", "2016-10-06 14:49:20.825168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut aut vel soluta qui molestiae.\",\"text\":\"If we parse the driver, we can get to the AI circuit through the open-source SCSI application!\"}"], ["created_at", "2016-10-06 14:49:20.826221"], ["updated_at", "2016-10-06 14:49:20.826221"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas veritatis earum recusandae.\",\"text\":\"Use the primary FTP microchip, then you can input the primary system!\"}"], ["created_at", "2016-10-06 14:49:20.827110"], ["updated_at", "2016-10-06 14:49:20.827110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit asperiores tempora.\",\"text\":\"I'll input the back-end COM pixel, that should capacitor the PNG circuit!\"}"], ["created_at", "2016-10-06 14:49:20.828133"], ["updated_at", "2016-10-06 14:49:20.828133"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum blanditiis nobis hic qui.\",\"text\":\"Indexing the microchip won't do anything, we need to calculate the wireless ib alarm!\"}"], ["created_at", "2016-10-06 14:49:20.829045"], ["updated_at", "2016-10-06 14:49:20.829045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint est quia rerum.\",\"text\":\"Hacking the pixel won't do anything, we need to navigate the online sas sensor!\"}"], ["created_at", "2016-10-06 14:49:20.829961"], ["updated_at", "2016-10-06 14:49:20.829961"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis deserunt ut ducimus et.\",\"text\":\"If we quantify the protocol, we can get to the THX system through the virtual SMTP alarm!\"}"], ["created_at", "2016-10-06 14:49:20.830872"], ["updated_at", "2016-10-06 14:49:20.830872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit quae est id dolor.\",\"text\":\"You can't bypass the capacitor without overriding the primary RSS bus!\"}"], ["created_at", "2016-10-06 14:49:20.831737"], ["updated_at", "2016-10-06 14:49:20.831737"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem et fugiat ratione non cum qui doloribus.\",\"text\":\"Parsing the driver won't do anything, we need to override the cross-platform tcp bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.832654"], ["updated_at", "2016-10-06 14:49:20.832654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo qui adipisci labore.\",\"text\":\"Try to synthesize the IB array, maybe it will override the bluetooth alarm!\"}"], ["created_at", "2016-10-06 14:49:20.833596"], ["updated_at", "2016-10-06 14:49:20.833596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In earum nostrum quia id rerum esse.\",\"text\":\"Try to hack the HDD feed, maybe it will index the 1080p driver!\"}"], ["created_at", "2016-10-06 14:49:20.834503"], ["updated_at", "2016-10-06 14:49:20.834503"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis temporibus sint et dignissimos quis saepe.\",\"text\":\"You can't parse the sensor without synthesizing the auxiliary JBOD card!\"}"], ["created_at", "2016-10-06 14:49:20.835413"], ["updated_at", "2016-10-06 14:49:20.835413"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eaque illo nihil.\",\"text\":\"If we quantify the panel, we can get to the SAS circuit through the primary XSS sensor!\"}"], ["created_at", "2016-10-06 14:49:20.836306"], ["updated_at", "2016-10-06 14:49:20.836306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita omnis sit cum vel quia qui iste.\",\"text\":\"Navigating the interface won't do anything, we need to back up the bluetooth com array!\"}"], ["created_at", "2016-10-06 14:49:20.837237"], ["updated_at", "2016-10-06 14:49:20.837237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id similique excepturi ut quidem mollitia voluptas dicta.\",\"text\":\"The EXE feed is down, hack the bluetooth array so we can navigate the COM bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.838094"], ["updated_at", "2016-10-06 14:49:20.838094"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime hic quasi.\",\"text\":\"Use the primary PNG transmitter, then you can connect the back-end application!\"}"], ["created_at", "2016-10-06 14:49:20.838999"], ["updated_at", "2016-10-06 14:49:20.838999"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis non nihil et sed.\",\"text\":\"If we transmit the bandwidth, we can get to the HDD pixel through the 1080p SDD pixel!\"}"], ["created_at", "2016-10-06 14:49:20.839856"], ["updated_at", "2016-10-06 14:49:20.839856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque libero nobis.\",\"text\":\"Synthesizing the port won't do anything, we need to parse the auxiliary jbod array!\"}"], ["created_at", "2016-10-06 14:49:20.840835"], ["updated_at", "2016-10-06 14:49:20.840835"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda sed consequatur molestiae mollitia delectus dolore ipsa.\",\"text\":\"Try to connect the PNG panel, maybe it will navigate the bluetooth bus!\"}"], ["created_at", "2016-10-06 14:49:20.841697"], ["updated_at", "2016-10-06 14:49:20.841697"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum inventore sit.\",\"text\":\"I'll transmit the bluetooth EXE protocol, that should transmitter the CSS protocol!\"}"], ["created_at", "2016-10-06 14:49:20.842570"], ["updated_at", "2016-10-06 14:49:20.842570"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores omnis et sapiente quis.\",\"text\":\"We need to quantify the digital XSS microchip!\"}"], ["created_at", "2016-10-06 14:49:20.843440"], ["updated_at", "2016-10-06 14:49:20.843440"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente officia sequi eum in non explicabo.\",\"text\":\"Use the digital JBOD port, then you can program the multi-byte capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.844314"], ["updated_at", "2016-10-06 14:49:20.844314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore corporis atque est voluptates minima sint sequi.\",\"text\":\"Use the digital XSS protocol, then you can index the bluetooth circuit!\"}"], ["created_at", "2016-10-06 14:49:20.845284"], ["updated_at", "2016-10-06 14:49:20.845284"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam non dolores adipisci aspernatur illum.\",\"text\":\"If we program the application, we can get to the RAM microchip through the 1080p SMTP system!\"}"], ["created_at", "2016-10-06 14:49:20.846208"], ["updated_at", "2016-10-06 14:49:20.846208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi dolore nostrum odio dolorem adipisci nisi libero.\",\"text\":\"Navigating the port won't do anything, we need to index the haptic tcp circuit!\"}"], ["created_at", "2016-10-06 14:49:20.847093"], ["updated_at", "2016-10-06 14:49:20.847093"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos iure deserunt quos et quisquam rerum.\",\"text\":\"I'll bypass the open-source USB matrix, that should card the PNG array!\"}"], ["created_at", "2016-10-06 14:49:20.847985"], ["updated_at", "2016-10-06 14:49:20.847985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga nemo est sed sit rerum sequi.\",\"text\":\"Transmitting the driver won't do anything, we need to reboot the auxiliary jbod bus!\"}"], ["created_at", "2016-10-06 14:49:20.848900"], ["updated_at", "2016-10-06 14:49:20.848900"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea delectus possimus recusandae.\",\"text\":\"I'll generate the optical IB monitor, that should array the SCSI system!\"}"], ["created_at", "2016-10-06 14:49:20.849770"], ["updated_at", "2016-10-06 14:49:20.849770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis eaque magnam omnis quisquam sed.\",\"text\":\"You can't back up the capacitor without calculating the solid state SSL circuit!\"}"], ["created_at", "2016-10-06 14:49:20.850672"], ["updated_at", "2016-10-06 14:49:20.850672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum voluptas temporibus.\",\"text\":\"Use the wireless XSS panel, then you can calculate the primary driver!\"}"], ["created_at", "2016-10-06 14:49:20.851533"], ["updated_at", "2016-10-06 14:49:20.851533"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos nihil exercitationem aperiam et.\",\"text\":\"You can't hack the panel without generating the mobile AGP sensor!\"}"], ["created_at", "2016-10-06 14:49:20.852407"], ["updated_at", "2016-10-06 14:49:20.852407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi voluptates maxime nihil quia quia nihil nobis.\",\"text\":\"Calculating the circuit won't do anything, we need to copy the back-end ai firewall!\"}"], ["created_at", "2016-10-06 14:49:20.853353"], ["updated_at", "2016-10-06 14:49:20.853353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae quidem sequi voluptas.\",\"text\":\"Try to synthesize the THX program, maybe it will copy the back-end hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.854277"], ["updated_at", "2016-10-06 14:49:20.854277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae tempore quia et autem.\",\"text\":\"Use the solid state RAM monitor, then you can synthesize the online bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.855183"], ["updated_at", "2016-10-06 14:49:20.855183"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam fuga illum velit voluptas.\",\"text\":\"If we input the bus, we can get to the SCSI bus through the primary JSON capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.856026"], ["updated_at", "2016-10-06 14:49:20.856026"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis voluptas hic aut alias praesentium repudiandae.\",\"text\":\"If we bypass the capacitor, we can get to the JSON bandwidth through the wireless HTTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.856978"], ["updated_at", "2016-10-06 14:49:20.856978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem est ab et laudantium.\",\"text\":\"Try to synthesize the EXE application, maybe it will index the multi-byte interface!\"}"], ["created_at", "2016-10-06 14:49:20.857819"], ["updated_at", "2016-10-06 14:49:20.857819"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque aut ut.\",\"text\":\"The TCP program is down, index the cross-platform driver so we can bypass the THX protocol!\"}"], ["created_at", "2016-10-06 14:49:20.858712"], ["updated_at", "2016-10-06 14:49:20.858712"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quia quod illo et.\",\"text\":\"Try to connect the HDD card, maybe it will program the haptic port!\"}"], ["created_at", "2016-10-06 14:49:20.859569"], ["updated_at", "2016-10-06 14:49:20.859569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad eos deserunt.\",\"text\":\"Try to navigate the RAM matrix, maybe it will reboot the redundant matrix!\"}"], ["created_at", "2016-10-06 14:49:20.860478"], ["updated_at", "2016-10-06 14:49:20.860478"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et quia.\",\"text\":\"Try to input the AGP protocol, maybe it will transmit the optical protocol!\"}"], ["created_at", "2016-10-06 14:49:20.861353"], ["updated_at", "2016-10-06 14:49:20.861353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia pariatur laboriosam voluptatem ut.\",\"text\":\"We need to back up the haptic COM transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.862235"], ["updated_at", "2016-10-06 14:49:20.862235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis aut suscipit animi nihil.\",\"text\":\"The JSON card is down, compress the cross-platform sensor so we can calculate the SAS system!\"}"], ["created_at", "2016-10-06 14:49:20.863101"], ["updated_at", "2016-10-06 14:49:20.863101"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio qui voluptas omnis natus non.\",\"text\":\"You can't parse the driver without quantifying the 1080p HTTP array!\"}"], ["created_at", "2016-10-06 14:49:20.863962"], ["updated_at", "2016-10-06 14:49:20.863962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit a necessitatibus sed provident.\",\"text\":\"The HDD transmitter is down, compress the multi-byte program so we can generate the ADP panel!\"}"], ["created_at", "2016-10-06 14:49:20.864863"], ["updated_at", "2016-10-06 14:49:20.864863"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur quia animi unde aut.\",\"text\":\"Try to parse the IB program, maybe it will index the back-end port!\"}"], ["created_at", "2016-10-06 14:49:20.865721"], ["updated_at", "2016-10-06 14:49:20.865721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur quasi in sit reiciendis voluptatem.\",\"text\":\"If we calculate the capacitor, we can get to the USB sensor through the redundant AI circuit!\"}"], ["created_at", "2016-10-06 14:49:20.866582"], ["updated_at", "2016-10-06 14:49:20.866582"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil sequi aut fugit ea et aut.\",\"text\":\"Try to reboot the HTTP microchip, maybe it will parse the back-end alarm!\"}"], ["created_at", "2016-10-06 14:49:20.867518"], ["updated_at", "2016-10-06 14:49:20.867518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi quia libero.\",\"text\":\"Use the mobile IB bandwidth, then you can bypass the haptic microchip!\"}"], ["created_at", "2016-10-06 14:49:20.868450"], ["updated_at", "2016-10-06 14:49:20.868450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus aspernatur consequatur et earum sint.\",\"text\":\"Use the auxiliary SQL system, then you can synthesize the mobile card!\"}"], ["created_at", "2016-10-06 14:49:20.869369"], ["updated_at", "2016-10-06 14:49:20.869369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae dolores et.\",\"text\":\"We need to override the open-source SMTP array!\"}"], ["created_at", "2016-10-06 14:49:20.870253"], ["updated_at", "2016-10-06 14:49:20.870253"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam dolores labore et provident ea.\",\"text\":\"If we index the hard drive, we can get to the EXE port through the haptic SQL matrix!\"}"], ["created_at", "2016-10-06 14:49:20.871135"], ["updated_at", "2016-10-06 14:49:20.871135"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A tempora rerum.\",\"text\":\"If we generate the program, we can get to the PCI microchip through the redundant TCP bus!\"}"], ["created_at", "2016-10-06 14:49:20.872215"], ["updated_at", "2016-10-06 14:49:20.872215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestiae at suscipit sed blanditiis commodi.\",\"text\":\"The ADP port is down, copy the primary hard drive so we can navigate the RSS sensor!\"}"], ["created_at", "2016-10-06 14:49:20.873200"], ["updated_at", "2016-10-06 14:49:20.873200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In et aliquid dolorum dolore quam voluptatum.\",\"text\":\"I'll navigate the auxiliary COM port, that should panel the XSS microchip!\"}"], ["created_at", "2016-10-06 14:49:20.874075"], ["updated_at", "2016-10-06 14:49:20.874075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque sint qui et.\",\"text\":\"Use the open-source FTP array, then you can generate the optical pixel!\"}"], ["created_at", "2016-10-06 14:49:20.874947"], ["updated_at", "2016-10-06 14:49:20.874947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque aut facilis fugiat expedita.\",\"text\":\"I'll hack the open-source GB port, that should feed the SAS feed!\"}"], ["created_at", "2016-10-06 14:49:20.875811"], ["updated_at", "2016-10-06 14:49:20.875811"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia odit veniam placeat voluptatum ab.\",\"text\":\"I'll back up the back-end TCP panel, that should alarm the THX microchip!\"}"], ["created_at", "2016-10-06 14:49:20.876674"], ["updated_at", "2016-10-06 14:49:20.876674"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo adipisci perferendis qui soluta est.\",\"text\":\"Generating the driver won't do anything, we need to program the cross-platform rss pixel!\"}"], ["created_at", "2016-10-06 14:49:20.877587"], ["updated_at", "2016-10-06 14:49:20.877587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem eveniet commodi.\",\"text\":\"I'll parse the solid state CSS protocol, that should feed the SMTP capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.878515"], ["updated_at", "2016-10-06 14:49:20.878515"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis ex mollitia maiores atque unde praesentium eum.\",\"text\":\"Use the haptic GB driver, then you can transmit the optical system!\"}"], ["created_at", "2016-10-06 14:49:20.879391"], ["updated_at", "2016-10-06 14:49:20.879391"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui maxime rerum quia nisi.\",\"text\":\"The ADP port is down, navigate the optical system so we can quantify the AGP panel!\"}"], ["created_at", "2016-10-06 14:49:20.880265"], ["updated_at", "2016-10-06 14:49:20.880265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum aut in nam perferendis et vero.\",\"text\":\"Try to generate the XML firewall, maybe it will calculate the bluetooth capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.881174"], ["updated_at", "2016-10-06 14:49:20.881174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nulla aut.\",\"text\":\"Use the cross-platform IB bus, then you can hack the virtual alarm!\"}"], ["created_at", "2016-10-06 14:49:20.882032"], ["updated_at", "2016-10-06 14:49:20.882032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos inventore deserunt dolor magni repellendus illum.\",\"text\":\"The RAM system is down, back up the online monitor so we can navigate the USB hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.882916"], ["updated_at", "2016-10-06 14:49:20.882916"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias beatae illum.\",\"text\":\"Generating the application won't do anything, we need to reboot the open-source com application!\"}"], ["created_at", "2016-10-06 14:49:20.883770"], ["updated_at", "2016-10-06 14:49:20.883770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem quia est culpa praesentium veritatis id.\",\"text\":\"We need to hack the open-source CSS protocol!\"}"], ["created_at", "2016-10-06 14:49:20.884677"], ["updated_at", "2016-10-06 14:49:20.884677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam molestias ad.\",\"text\":\"If we override the sensor, we can get to the ADP microchip through the neural THX bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.885533"], ["updated_at", "2016-10-06 14:49:20.885533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut qui dolores perspiciatis nisi iure.\",\"text\":\"Use the auxiliary COM interface, then you can copy the solid state card!\"}"], ["created_at", "2016-10-06 14:49:20.886429"], ["updated_at", "2016-10-06 14:49:20.886429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur fuga vel accusantium ipsum.\",\"text\":\"The JBOD monitor is down, copy the auxiliary microchip so we can calculate the COM system!\"}"], ["created_at", "2016-10-06 14:49:20.887330"], ["updated_at", "2016-10-06 14:49:20.887330"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque aliquam pariatur maiores.\",\"text\":\"Backing up the system won't do anything, we need to parse the neural smtp application!\"}"], ["created_at", "2016-10-06 14:49:20.888185"], ["updated_at", "2016-10-06 14:49:20.888185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quia cupiditate.\",\"text\":\"The JBOD pixel is down, synthesize the neural transmitter so we can connect the SMS system!\"}"], ["created_at", "2016-10-06 14:49:20.889112"], ["updated_at", "2016-10-06 14:49:20.889112"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est eveniet aliquam ab numquam nisi accusantium.\",\"text\":\"Use the redundant SCSI pixel, then you can override the bluetooth array!\"}"], ["created_at", "2016-10-06 14:49:20.890003"], ["updated_at", "2016-10-06 14:49:20.890003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quis rerum sunt architecto blanditiis beatae quo.\",\"text\":\"Use the solid state THX alarm, then you can transmit the bluetooth firewall!\"}"], ["created_at", "2016-10-06 14:49:20.890889"], ["updated_at", "2016-10-06 14:49:20.890889"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam eligendi consequatur quae non minima repudiandae consequatur.\",\"text\":\"I'll hack the haptic IB feed, that should port the SMS feed!\"}"], ["created_at", "2016-10-06 14:49:20.891750"], ["updated_at", "2016-10-06 14:49:20.891750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam id in nostrum.\",\"text\":\"Use the auxiliary XML bandwidth, then you can reboot the multi-byte bus!\"}"], ["created_at", "2016-10-06 14:49:20.892650"], ["updated_at", "2016-10-06 14:49:20.892650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam quas quia eos eius.\",\"text\":\"If we quantify the application, we can get to the AGP bandwidth through the solid state TCP feed!\"}"], ["created_at", "2016-10-06 14:49:20.893508"], ["updated_at", "2016-10-06 14:49:20.893508"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed facilis dolores numquam est.\",\"text\":\"I'll transmit the neural COM array, that should sensor the EXE driver!\"}"], ["created_at", "2016-10-06 14:49:20.894439"], ["updated_at", "2016-10-06 14:49:20.894439"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore totam nesciunt voluptates laudantium nam et sit.\",\"text\":\"Bypassing the bandwidth won't do anything, we need to hack the open-source ai bus!\"}"], ["created_at", "2016-10-06 14:49:20.895610"], ["updated_at", "2016-10-06 14:49:20.895610"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et consequatur explicabo.\",\"text\":\"We need to back up the mobile SDD alarm!\"}"], ["created_at", "2016-10-06 14:49:20.896685"], ["updated_at", "2016-10-06 14:49:20.896685"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit error velit.\",\"text\":\"You can't copy the firewall without copying the redundant CSS port!\"}"], ["created_at", "2016-10-06 14:49:20.898769"], ["updated_at", "2016-10-06 14:49:20.898769"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente eveniet sunt odio molestiae fugit explicabo.\",\"text\":\"Use the open-source AGP interface, then you can input the primary matrix!\"}"], ["created_at", "2016-10-06 14:49:20.900188"], ["updated_at", "2016-10-06 14:49:20.900188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et alias maiores consequuntur odio.\",\"text\":\"We need to back up the virtual SMS capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.901077"], ["updated_at", "2016-10-06 14:49:20.901077"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit pariatur et fugiat aut voluptas qui qui.\",\"text\":\"If we calculate the array, we can get to the AGP panel through the redundant IB transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.901986"], ["updated_at", "2016-10-06 14:49:20.901986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium corporis necessitatibus amet iusto sint dolore voluptatum.\",\"text\":\"The THX capacitor is down, override the solid state transmitter so we can input the PCI interface!\"}"], ["created_at", "2016-10-06 14:49:20.902945"], ["updated_at", "2016-10-06 14:49:20.902945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam repudiandae quia molestiae.\",\"text\":\"Try to bypass the AI interface, maybe it will parse the wireless driver!\"}"], ["created_at", "2016-10-06 14:49:20.903857"], ["updated_at", "2016-10-06 14:49:20.903857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quo ea.\",\"text\":\"The EXE array is down, override the open-source hard drive so we can index the SMTP circuit!\"}"], ["created_at", "2016-10-06 14:49:20.904714"], ["updated_at", "2016-10-06 14:49:20.904714"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro expedita assumenda accusantium commodi autem.\",\"text\":\"We need to input the redundant PCI pixel!\"}"], ["created_at", "2016-10-06 14:49:20.905570"], ["updated_at", "2016-10-06 14:49:20.905570"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore ea optio voluptatem quia.\",\"text\":\"Try to back up the RSS matrix, maybe it will calculate the back-end program!\"}"], ["created_at", "2016-10-06 14:49:20.906501"], ["updated_at", "2016-10-06 14:49:20.906501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et perferendis debitis.\",\"text\":\"Try to compress the JBOD bandwidth, maybe it will connect the online bus!\"}"], ["created_at", "2016-10-06 14:49:20.907369"], ["updated_at", "2016-10-06 14:49:20.907369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi nemo aspernatur vel enim et a voluptas.\",\"text\":\"You can't quantify the feed without copying the solid state GB port!\"}"], ["created_at", "2016-10-06 14:49:20.908234"], ["updated_at", "2016-10-06 14:49:20.908234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem pariatur architecto.\",\"text\":\"If we transmit the bus, we can get to the JBOD array through the solid state GB system!\"}"], ["created_at", "2016-10-06 14:49:20.909100"], ["updated_at", "2016-10-06 14:49:20.909100"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla quos cumque nihil quia et est sunt.\",\"text\":\"You can't synthesize the interface without quantifying the wireless SMTP alarm!\"}"], ["created_at", "2016-10-06 14:49:20.909965"], ["updated_at", "2016-10-06 14:49:20.909965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut officia qui nobis illum ea aliquid.\",\"text\":\"We need to quantify the digital COM hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.910982"], ["updated_at", "2016-10-06 14:49:20.910982"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius minus est.\",\"text\":\"I'll index the cross-platform JSON transmitter, that should hard drive the SQL program!\"}"], ["created_at", "2016-10-06 14:49:20.911889"], ["updated_at", "2016-10-06 14:49:20.911889"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam molestiae animi harum qui ex iusto et.\",\"text\":\"If we reboot the panel, we can get to the SMS interface through the 1080p ADP transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.912770"], ["updated_at", "2016-10-06 14:49:20.912770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et enim rem soluta.\",\"text\":\"Use the haptic SDD interface, then you can index the 1080p pixel!\"}"], ["created_at", "2016-10-06 14:49:20.913645"], ["updated_at", "2016-10-06 14:49:20.913645"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quia repellendus quos rerum odit.\",\"text\":\"The RAM bandwidth is down, reboot the 1080p pixel so we can program the XML microchip!\"}"], ["created_at", "2016-10-06 14:49:20.914522"], ["updated_at", "2016-10-06 14:49:20.914522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid voluptatem veniam et.\",\"text\":\"You can't connect the array without generating the cross-platform XML hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.915437"], ["updated_at", "2016-10-06 14:49:20.915437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit temporibus enim pariatur.\",\"text\":\"Use the online IB firewall, then you can calculate the redundant program!\"}"], ["created_at", "2016-10-06 14:49:20.916302"], ["updated_at", "2016-10-06 14:49:20.916302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis molestiae hic.\",\"text\":\"Try to synthesize the THX transmitter, maybe it will override the mobile application!\"}"], ["created_at", "2016-10-06 14:49:20.917158"], ["updated_at", "2016-10-06 14:49:20.917158"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi temporibus ea dolor natus distinctio.\",\"text\":\"I'll compress the open-source SMS bus, that should interface the CSS interface!\"}"], ["created_at", "2016-10-06 14:49:20.918024"], ["updated_at", "2016-10-06 14:49:20.918024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium omnis vel quisquam ipsam sed ratione numquam.\",\"text\":\"You can't bypass the card without navigating the haptic AGP firewall!\"}"], ["created_at", "2016-10-06 14:49:20.918974"], ["updated_at", "2016-10-06 14:49:20.918974"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est eius tempora cumque.\",\"text\":\"We need to transmit the redundant XML alarm!\"}"], ["created_at", "2016-10-06 14:49:20.919854"], ["updated_at", "2016-10-06 14:49:20.919854"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut laudantium officiis et.\",\"text\":\"The RSS capacitor is down, program the back-end monitor so we can generate the HDD matrix!\"}"], ["created_at", "2016-10-06 14:49:20.920722"], ["updated_at", "2016-10-06 14:49:20.920722"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam voluptas assumenda aliquid et omnis quis.\",\"text\":\"Use the wireless THX card, then you can parse the digital program!\"}"], ["created_at", "2016-10-06 14:49:20.921579"], ["updated_at", "2016-10-06 14:49:20.921579"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur omnis aspernatur.\",\"text\":\"I'll calculate the digital SAS interface, that should bandwidth the AGP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.922448"], ["updated_at", "2016-10-06 14:49:20.922448"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur explicabo voluptate laboriosam earum alias quia.\",\"text\":\"If we quantify the firewall, we can get to the CSS interface through the digital SMS protocol!\"}"], ["created_at", "2016-10-06 14:49:20.923354"], ["updated_at", "2016-10-06 14:49:20.923354"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos et quam officia quos officiis.\",\"text\":\"You can't calculate the driver without overriding the redundant JSON program!\"}"], ["created_at", "2016-10-06 14:49:20.924231"], ["updated_at", "2016-10-06 14:49:20.924231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla velit et.\",\"text\":\"Use the wireless RAM circuit, then you can quantify the optical interface!\"}"], ["created_at", "2016-10-06 14:49:20.925084"], ["updated_at", "2016-10-06 14:49:20.925084"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis quaerat et explicabo.\",\"text\":\"Bypassing the system won't do anything, we need to copy the digital exe card!\"}"], ["created_at", "2016-10-06 14:49:20.925938"], ["updated_at", "2016-10-06 14:49:20.925938"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum eveniet eos libero porro et.\",\"text\":\"Generating the card won't do anything, we need to bypass the solid state sdd panel!\"}"], ["created_at", "2016-10-06 14:49:20.926872"], ["updated_at", "2016-10-06 14:49:20.926872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia nostrum aut.\",\"text\":\"Navigating the alarm won't do anything, we need to calculate the solid state http panel!\"}"], ["created_at", "2016-10-06 14:49:20.927752"], ["updated_at", "2016-10-06 14:49:20.927752"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis ex excepturi ea porro vero.\",\"text\":\"If we compress the feed, we can get to the RAM microchip through the redundant HDD pixel!\"}"], ["created_at", "2016-10-06 14:49:20.928633"], ["updated_at", "2016-10-06 14:49:20.928633"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit repellat autem minus labore cupiditate quo.\",\"text\":\"Parsing the capacitor won't do anything, we need to synthesize the cross-platform scsi alarm!\"}"], ["created_at", "2016-10-06 14:49:20.929506"], ["updated_at", "2016-10-06 14:49:20.929506"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum nemo sed consequatur saepe enim.\",\"text\":\"Use the cross-platform HDD program, then you can compress the multi-byte protocol!\"}"], ["created_at", "2016-10-06 14:49:20.930476"], ["updated_at", "2016-10-06 14:49:20.930476"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit aut rem expedita provident.\",\"text\":\"The THX matrix is down, input the back-end alarm so we can transmit the GB microchip!\"}"], ["created_at", "2016-10-06 14:49:20.931343"], ["updated_at", "2016-10-06 14:49:20.931343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti quo ut tempore numquam commodi.\",\"text\":\"The SQL firewall is down, calculate the solid state pixel so we can hack the HDD monitor!\"}"], ["created_at", "2016-10-06 14:49:20.932197"], ["updated_at", "2016-10-06 14:49:20.932197"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione et sint at laudantium fugit.\",\"text\":\"If we parse the bus, we can get to the SCSI transmitter through the digital SQL transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.933074"], ["updated_at", "2016-10-06 14:49:20.933074"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id qui nesciunt incidunt libero repellat dignissimos.\",\"text\":\"Try to generate the SMTP array, maybe it will navigate the cross-platform matrix!\"}"], ["created_at", "2016-10-06 14:49:20.933977"], ["updated_at", "2016-10-06 14:49:20.933977"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio aut ut exercitationem ab quam ex perferendis.\",\"text\":\"Navigating the monitor won't do anything, we need to parse the solid state sms program!\"}"], ["created_at", "2016-10-06 14:49:20.934873"], ["updated_at", "2016-10-06 14:49:20.934873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident delectus sit et occaecati voluptas.\",\"text\":\"We need to synthesize the solid state XML matrix!\"}"], ["created_at", "2016-10-06 14:49:20.935743"], ["updated_at", "2016-10-06 14:49:20.935743"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et illo sunt excepturi magnam non.\",\"text\":\"We need to calculate the virtual HDD feed!\"}"], ["created_at", "2016-10-06 14:49:20.936618"], ["updated_at", "2016-10-06 14:49:20.936618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia corporis non omnis et culpa quo nihil.\",\"text\":\"Use the redundant EXE hard drive, then you can compress the primary port!\"}"], ["created_at", "2016-10-06 14:49:20.937531"], ["updated_at", "2016-10-06 14:49:20.937531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa aspernatur iure labore voluptatum.\",\"text\":\"Try to back up the JBOD card, maybe it will program the multi-byte capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.938428"], ["updated_at", "2016-10-06 14:49:20.938428"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident unde esse et sit.\",\"text\":\"We need to reboot the optical HDD monitor!\"}"], ["created_at", "2016-10-06 14:49:20.939288"], ["updated_at", "2016-10-06 14:49:20.939288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus quas laboriosam modi deleniti corrupti eligendi suscipit.\",\"text\":\"We need to parse the open-source CSS card!\"}"], ["created_at", "2016-10-06 14:49:20.940191"], ["updated_at", "2016-10-06 14:49:20.940191"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita et tempore aut officia aliquam et.\",\"text\":\"Overriding the pixel won't do anything, we need to copy the back-end com circuit!\"}"], ["created_at", "2016-10-06 14:49:20.941071"], ["updated_at", "2016-10-06 14:49:20.941071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et officia quo.\",\"text\":\"Use the cross-platform COM feed, then you can bypass the bluetooth interface!\"}"], ["created_at", "2016-10-06 14:49:20.941987"], ["updated_at", "2016-10-06 14:49:20.941987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit doloremque et libero sit laborum dolorem pariatur.\",\"text\":\"Try to hack the JSON interface, maybe it will navigate the wireless protocol!\"}"], ["created_at", "2016-10-06 14:49:20.942910"], ["updated_at", "2016-10-06 14:49:20.942910"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum voluptatem sit consectetur.\",\"text\":\"We need to index the cross-platform TCP driver!\"}"], ["created_at", "2016-10-06 14:49:20.943763"], ["updated_at", "2016-10-06 14:49:20.943763"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus culpa ipsum reiciendis officia nihil tempore omnis.\",\"text\":\"Try to synthesize the AI firewall, maybe it will transmit the optical system!\"}"], ["created_at", "2016-10-06 14:49:20.944660"], ["updated_at", "2016-10-06 14:49:20.944660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint molestiae eius nemo voluptatem.\",\"text\":\"You can't connect the pixel without connecting the cross-platform HDD microchip!\"}"], ["created_at", "2016-10-06 14:49:20.945583"], ["updated_at", "2016-10-06 14:49:20.945583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum consectetur nostrum possimus.\",\"text\":\"Try to parse the XML panel, maybe it will back up the 1080p application!\"}"], ["created_at", "2016-10-06 14:49:20.946479"], ["updated_at", "2016-10-06 14:49:20.946479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi est enim alias quidem nisi.\",\"text\":\"You can't override the protocol without indexing the neural AI hard drive!\"}"], ["created_at", "2016-10-06 14:49:20.947336"], ["updated_at", "2016-10-06 14:49:20.947336"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia consequatur dolorum tenetur corrupti repellat voluptas.\",\"text\":\"If we connect the monitor, we can get to the SCSI array through the mobile TCP panel!\"}"], ["created_at", "2016-10-06 14:49:20.948190"], ["updated_at", "2016-10-06 14:49:20.948190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat recusandae rem in perspiciatis ab.\",\"text\":\"I'll copy the back-end THX circuit, that should program the XSS transmitter!\"}"], ["created_at", "2016-10-06 14:49:20.949091"], ["updated_at", "2016-10-06 14:49:20.949091"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo vitae dolores voluptate rerum.\",\"text\":\"If we bypass the interface, we can get to the JBOD panel through the open-source SCSI card!\"}"], ["created_at", "2016-10-06 14:49:20.949959"], ["updated_at", "2016-10-06 14:49:20.949959"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui est et eum.\",\"text\":\"If we compress the protocol, we can get to the RAM matrix through the bluetooth AGP array!\"}"], ["created_at", "2016-10-06 14:49:20.950822"], ["updated_at", "2016-10-06 14:49:20.950822"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda ipsum vel odit voluptatum.\",\"text\":\"We need to transmit the online SCSI card!\"}"], ["created_at", "2016-10-06 14:49:20.951685"], ["updated_at", "2016-10-06 14:49:20.951685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae explicabo veritatis.\",\"text\":\"You can't copy the matrix without bypassing the cross-platform SSL feed!\"}"], ["created_at", "2016-10-06 14:49:20.952609"], ["updated_at", "2016-10-06 14:49:20.952609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet aliquam minus architecto necessitatibus.\",\"text\":\"We need to synthesize the mobile RSS matrix!\"}"], ["created_at", "2016-10-06 14:49:20.953491"], ["updated_at", "2016-10-06 14:49:20.953491"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad similique excepturi fugit sint dolore.\",\"text\":\"Try to input the FTP hard drive, maybe it will input the wireless alarm!\"}"], ["created_at", "2016-10-06 14:49:20.954350"], ["updated_at", "2016-10-06 14:49:20.954350"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti occaecati eum voluptate et quia velit aliquid.\",\"text\":\"I'll calculate the bluetooth XSS port, that should feed the SDD card!\"}"], ["created_at", "2016-10-06 14:49:20.955222"], ["updated_at", "2016-10-06 14:49:20.955222"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium numquam sint.\",\"text\":\"We need to calculate the auxiliary HDD circuit!\"}"], ["created_at", "2016-10-06 14:49:20.956093"], ["updated_at", "2016-10-06 14:49:20.956093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis placeat eum explicabo dolor qui mollitia.\",\"text\":\"The SDD transmitter is down, copy the digital circuit so we can navigate the AI capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.957040"], ["updated_at", "2016-10-06 14:49:20.957040"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor odit sint consequuntur adipisci beatae voluptas rem.\",\"text\":\"Try to compress the SDD program, maybe it will input the open-source driver!\"}"], ["created_at", "2016-10-06 14:49:20.957920"], ["updated_at", "2016-10-06 14:49:20.957920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis aut animi similique tempora.\",\"text\":\"We need to hack the cross-platform CSS protocol!\"}"], ["created_at", "2016-10-06 14:49:20.958855"], ["updated_at", "2016-10-06 14:49:20.958855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum quam fuga facere voluptatem doloremque aut ratione.\",\"text\":\"You can't bypass the matrix without transmitting the digital SDD program!\"}"], ["created_at", "2016-10-06 14:49:20.959752"], ["updated_at", "2016-10-06 14:49:20.959752"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error quam commodi aliquid beatae aut.\",\"text\":\"I'll index the haptic RAM array, that should protocol the AGP application!\"}"], ["created_at", "2016-10-06 14:49:20.960662"], ["updated_at", "2016-10-06 14:49:20.960662"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus velit quaerat id beatae similique.\",\"text\":\"You can't quantify the driver without synthesizing the mobile COM feed!\"}"], ["created_at", "2016-10-06 14:49:20.961702"], ["updated_at", "2016-10-06 14:49:20.961702"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium excepturi nobis et dolor quo dolores ea.\",\"text\":\"You can't reboot the monitor without parsing the online FTP interface!\"}"], ["created_at", "2016-10-06 14:49:20.962875"], ["updated_at", "2016-10-06 14:49:20.962875"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet vel fuga corporis.\",\"text\":\"Use the auxiliary XML feed, then you can index the wireless pixel!\"}"], ["created_at", "2016-10-06 14:49:20.964048"], ["updated_at", "2016-10-06 14:49:20.964048"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis delectus amet minima.\",\"text\":\"You can't transmit the capacitor without hacking the optical RAM microchip!\"}"], ["created_at", "2016-10-06 14:49:20.965466"], ["updated_at", "2016-10-06 14:49:20.965466"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius et ut velit harum consequatur aut aperiam.\",\"text\":\"You can't parse the driver without calculating the haptic IB bus!\"}"], ["created_at", "2016-10-06 14:49:20.967932"], ["updated_at", "2016-10-06 14:49:20.967932"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta in et.\",\"text\":\"Compressing the pixel won't do anything, we need to program the wireless tcp protocol!\"}"], ["created_at", "2016-10-06 14:49:20.970692"], ["updated_at", "2016-10-06 14:49:20.970692"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus molestiae alias minus vitae voluptatum.\",\"text\":\"If we generate the sensor, we can get to the SDD bandwidth through the neural JSON monitor!\"}"], ["created_at", "2016-10-06 14:49:20.973020"], ["updated_at", "2016-10-06 14:49:20.973020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam quo adipisci quos hic unde.\",\"text\":\"You can't connect the program without connecting the auxiliary JBOD port!\"}"], ["created_at", "2016-10-06 14:49:20.974077"], ["updated_at", "2016-10-06 14:49:20.974077"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et qui.\",\"text\":\"Use the solid state THX sensor, then you can override the wireless circuit!\"}"], ["created_at", "2016-10-06 14:49:20.975034"], ["updated_at", "2016-10-06 14:49:20.975034"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit blanditiis officia neque veritatis iure fugit.\",\"text\":\"The SMS feed is down, parse the haptic pixel so we can bypass the USB feed!\"}"], ["created_at", "2016-10-06 14:49:20.975975"], ["updated_at", "2016-10-06 14:49:20.975975"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo sit voluptatem ex doloribus.\",\"text\":\"We need to transmit the 1080p RAM microchip!\"}"], ["created_at", "2016-10-06 14:49:20.976949"], ["updated_at", "2016-10-06 14:49:20.976949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis est accusamus error ea possimus et molestiae.\",\"text\":\"The XML hard drive is down, navigate the primary program so we can parse the CSS array!\"}"], ["created_at", "2016-10-06 14:49:20.977981"], ["updated_at", "2016-10-06 14:49:20.977981"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae quam delectus in qui.\",\"text\":\"The CSS matrix is down, synthesize the redundant program so we can synthesize the PNG system!\"}"], ["created_at", "2016-10-06 14:49:20.978975"], ["updated_at", "2016-10-06 14:49:20.978975"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quo hic.\",\"text\":\"If we navigate the panel, we can get to the RSS system through the primary SCSI card!\"}"], ["created_at", "2016-10-06 14:49:20.979916"], ["updated_at", "2016-10-06 14:49:20.979916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit doloribus inventore aut non.\",\"text\":\"We need to hack the multi-byte COM alarm!\"}"], ["created_at", "2016-10-06 14:49:20.980867"], ["updated_at", "2016-10-06 14:49:20.980867"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam totam pariatur atque.\",\"text\":\"You can't synthesize the bus without transmitting the mobile HDD feed!\"}"], ["created_at", "2016-10-06 14:49:20.981799"], ["updated_at", "2016-10-06 14:49:20.981799"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste pariatur at.\",\"text\":\"You can't navigate the firewall without bypassing the solid state PNG sensor!\"}"], ["created_at", "2016-10-06 14:49:20.982754"], ["updated_at", "2016-10-06 14:49:20.982754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores quis assumenda perferendis voluptas optio.\",\"text\":\"You can't generate the capacitor without parsing the back-end SMTP monitor!\"}"], ["created_at", "2016-10-06 14:49:20.983737"], ["updated_at", "2016-10-06 14:49:20.983737"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat culpa minus tempore odit qui.\",\"text\":\"Try to synthesize the PNG array, maybe it will transmit the back-end sensor!\"}"], ["created_at", "2016-10-06 14:49:20.984664"], ["updated_at", "2016-10-06 14:49:20.984664"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam praesentium nam enim non consequuntur ea.\",\"text\":\"We need to program the 1080p IB pixel!\"}"], ["created_at", "2016-10-06 14:49:20.985630"], ["updated_at", "2016-10-06 14:49:20.985630"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur est atque eligendi natus rerum.\",\"text\":\"The XML pixel is down, input the 1080p pixel so we can calculate the USB firewall!\"}"], ["created_at", "2016-10-06 14:49:20.986597"], ["updated_at", "2016-10-06 14:49:20.986597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil consectetur id ipsa at.\",\"text\":\"You can't connect the array without synthesizing the primary RSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.987533"], ["updated_at", "2016-10-06 14:49:20.987533"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta pariatur dicta placeat magni est ratione magnam.\",\"text\":\"Overriding the array won't do anything, we need to program the neural xss interface!\"}"], ["created_at", "2016-10-06 14:49:20.988481"], ["updated_at", "2016-10-06 14:49:20.988481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam iure accusantium ea quis laborum.\",\"text\":\"Try to connect the HDD capacitor, maybe it will back up the neural circuit!\"}"], ["created_at", "2016-10-06 14:49:20.989395"], ["updated_at", "2016-10-06 14:49:20.989395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde eum pariatur velit voluptate accusamus aperiam quis.\",\"text\":\"You can't back up the protocol without generating the online SSL alarm!\"}"], ["created_at", "2016-10-06 14:49:20.990279"], ["updated_at", "2016-10-06 14:49:20.990279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa est assumenda iste excepturi voluptatem et ab.\",\"text\":\"If we transmit the panel, we can get to the EXE bus through the wireless SCSI matrix!\"}"], ["created_at", "2016-10-06 14:49:20.991180"], ["updated_at", "2016-10-06 14:49:20.991180"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum non repellendus modi et architecto id est.\",\"text\":\"We need to navigate the redundant COM array!\"}"], ["created_at", "2016-10-06 14:49:20.992039"], ["updated_at", "2016-10-06 14:49:20.992039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam earum ullam.\",\"text\":\"I'll connect the neural SQL circuit, that should circuit the XML capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.992934"], ["updated_at", "2016-10-06 14:49:20.992934"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut consequatur odit sapiente porro.\",\"text\":\"You can't input the monitor without bypassing the open-source HTTP sensor!\"}"], ["created_at", "2016-10-06 14:49:20.993792"], ["updated_at", "2016-10-06 14:49:20.993792"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet voluptatibus aperiam.\",\"text\":\"Try to bypass the XML port, maybe it will override the cross-platform bandwidth!\"}"], ["created_at", "2016-10-06 14:49:20.994693"], ["updated_at", "2016-10-06 14:49:20.994693"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed aut consequatur vel quae ducimus.\",\"text\":\"We need to program the bluetooth SMTP microchip!\"}"], ["created_at", "2016-10-06 14:49:20.995625"], ["updated_at", "2016-10-06 14:49:20.995625"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium dolore incidunt.\",\"text\":\"Navigating the bandwidth won't do anything, we need to hack the optical ftp microchip!\"}"], ["created_at", "2016-10-06 14:49:20.996592"], ["updated_at", "2016-10-06 14:49:20.996592"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum saepe quas.\",\"text\":\"Parsing the panel won't do anything, we need to transmit the auxiliary xss bus!\"}"], ["created_at", "2016-10-06 14:49:20.997785"], ["updated_at", "2016-10-06 14:49:20.997785"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo voluptatem dolore cumque.\",\"text\":\"If we reboot the feed, we can get to the AGP program through the back-end GB capacitor!\"}"], ["created_at", "2016-10-06 14:49:20.998919"], ["updated_at", "2016-10-06 14:49:20.998919"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum soluta nam omnis quo.\",\"text\":\"Try to synthesize the SMS bus, maybe it will input the 1080p port!\"}"], ["created_at", "2016-10-06 14:49:21.001139"], ["updated_at", "2016-10-06 14:49:21.001139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut deleniti et nam et voluptates iure.\",\"text\":\"Use the online TCP panel, then you can generate the neural port!\"}"], ["created_at", "2016-10-06 14:49:21.002262"], ["updated_at", "2016-10-06 14:49:21.002262"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque harum dolorum aut.\",\"text\":\"If we hack the alarm, we can get to the JSON circuit through the mobile AGP program!\"}"], ["created_at", "2016-10-06 14:49:21.003196"], ["updated_at", "2016-10-06 14:49:21.003196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem nihil animi molestias pariatur debitis quasi consequatur.\",\"text\":\"Use the digital SQL bus, then you can navigate the redundant microchip!\"}"], ["created_at", "2016-10-06 14:49:21.004118"], ["updated_at", "2016-10-06 14:49:21.004118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem facilis ut.\",\"text\":\"We need to copy the primary JBOD alarm!\"}"], ["created_at", "2016-10-06 14:49:21.004984"], ["updated_at", "2016-10-06 14:49:21.004984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit placeat dolores perspiciatis ratione sit tenetur.\",\"text\":\"If we compress the capacitor, we can get to the COM pixel through the primary SSL program!\"}"], ["created_at", "2016-10-06 14:49:21.005842"], ["updated_at", "2016-10-06 14:49:21.005842"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae minima non et voluptatem omnis et.\",\"text\":\"Try to navigate the XML array, maybe it will calculate the digital monitor!\"}"], ["created_at", "2016-10-06 14:49:21.006740"], ["updated_at", "2016-10-06 14:49:21.006740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur nostrum autem repellat dolores expedita facere sit.\",\"text\":\"We need to index the haptic COM hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.007668"], ["updated_at", "2016-10-06 14:49:21.007668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit ducimus voluptatem eum cum.\",\"text\":\"The SSL application is down, copy the haptic driver so we can synthesize the JSON bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.008549"], ["updated_at", "2016-10-06 14:49:21.008549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta doloremque ipsam voluptas.\",\"text\":\"Try to synthesize the JSON driver, maybe it will quantify the back-end protocol!\"}"], ["created_at", "2016-10-06 14:49:21.009430"], ["updated_at", "2016-10-06 14:49:21.009430"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit qui dolor rerum.\",\"text\":\"You can't calculate the application without copying the open-source FTP feed!\"}"], ["created_at", "2016-10-06 14:49:21.010358"], ["updated_at", "2016-10-06 14:49:21.010358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita eum quia sed.\",\"text\":\"Bypassing the matrix won't do anything, we need to navigate the back-end sas circuit!\"}"], ["created_at", "2016-10-06 14:49:21.011371"], ["updated_at", "2016-10-06 14:49:21.011371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora ut quod cum numquam sed.\",\"text\":\"If we program the firewall, we can get to the COM firewall through the multi-byte ADP port!\"}"], ["created_at", "2016-10-06 14:49:21.012251"], ["updated_at", "2016-10-06 14:49:21.012251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit consequuntur aliquid.\",\"text\":\"I'll input the open-source COM microchip, that should feed the XSS system!\"}"], ["created_at", "2016-10-06 14:49:21.013115"], ["updated_at", "2016-10-06 14:49:21.013115"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis temporibus et alias et et.\",\"text\":\"You can't hack the feed without bypassing the cross-platform USB application!\"}"], ["created_at", "2016-10-06 14:49:21.013979"], ["updated_at", "2016-10-06 14:49:21.013979"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque sequi sit exercitationem ab.\",\"text\":\"You can't copy the firewall without generating the auxiliary GB monitor!\"}"], ["created_at", "2016-10-06 14:49:21.014907"], ["updated_at", "2016-10-06 14:49:21.014907"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A provident neque sed in.\",\"text\":\"Try to navigate the USB microchip, maybe it will generate the haptic program!\"}"], ["created_at", "2016-10-06 14:49:21.015853"], ["updated_at", "2016-10-06 14:49:21.015853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore dolor voluptate error enim consectetur voluptatem aut.\",\"text\":\"Try to generate the SMTP array, maybe it will reboot the neural circuit!\"}"], ["created_at", "2016-10-06 14:49:21.016753"], ["updated_at", "2016-10-06 14:49:21.016753"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo quibusdam a praesentium.\",\"text\":\"Calculating the protocol won't do anything, we need to synthesize the online sms alarm!\"}"], ["created_at", "2016-10-06 14:49:21.017630"], ["updated_at", "2016-10-06 14:49:21.017630"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatum libero.\",\"text\":\"Quantifying the bus won't do anything, we need to hack the redundant css transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.018512"], ["updated_at", "2016-10-06 14:49:21.018512"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab quis perspiciatis omnis.\",\"text\":\"If we transmit the alarm, we can get to the PCI sensor through the optical SAS panel!\"}"], ["created_at", "2016-10-06 14:49:21.019430"], ["updated_at", "2016-10-06 14:49:21.019430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt omnis non non nihil.\",\"text\":\"We need to synthesize the optical SSL monitor!\"}"], ["created_at", "2016-10-06 14:49:21.020298"], ["updated_at", "2016-10-06 14:49:21.020298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui rerum eos aperiam quia ea sit.\",\"text\":\"I'll calculate the primary RAM interface, that should driver the CSS alarm!\"}"], ["created_at", "2016-10-06 14:49:21.021199"], ["updated_at", "2016-10-06 14:49:21.021199"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis ducimus sit.\",\"text\":\"The HDD pixel is down, index the solid state bandwidth so we can program the PCI interface!\"}"], ["created_at", "2016-10-06 14:49:21.022066"], ["updated_at", "2016-10-06 14:49:21.022066"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro exercitationem mollitia sint suscipit alias.\",\"text\":\"You can't hack the capacitor without connecting the cross-platform RSS firewall!\"}"], ["created_at", "2016-10-06 14:49:21.022935"], ["updated_at", "2016-10-06 14:49:21.022935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium illo dolores aut ipsa ut.\",\"text\":\"You can't synthesize the circuit without parsing the digital COM circuit!\"}"], ["created_at", "2016-10-06 14:49:21.023824"], ["updated_at", "2016-10-06 14:49:21.023824"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque magni explicabo earum ut repellat autem voluptatem.\",\"text\":\"You can't program the firewall without hacking the multi-byte RAM pixel!\"}"], ["created_at", "2016-10-06 14:49:21.024737"], ["updated_at", "2016-10-06 14:49:21.024737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores nulla suscipit praesentium.\",\"text\":\"Use the bluetooth IB bus, then you can hack the digital circuit!\"}"], ["created_at", "2016-10-06 14:49:21.025605"], ["updated_at", "2016-10-06 14:49:21.025605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus laborum dolore ut iusto sed sit.\",\"text\":\"We need to reboot the optical HTTP panel!\"}"], ["created_at", "2016-10-06 14:49:21.026480"], ["updated_at", "2016-10-06 14:49:21.026480"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut qui aut ut quia explicabo est maiores.\",\"text\":\"You can't index the card without bypassing the solid state RAM capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.027389"], ["updated_at", "2016-10-06 14:49:21.027389"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae consequatur quia dolorem.\",\"text\":\"If we index the pixel, we can get to the IB pixel through the optical AI capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.028317"], ["updated_at", "2016-10-06 14:49:21.028317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente odio quas ipsa quam aspernatur incidunt et.\",\"text\":\"Navigating the alarm won't do anything, we need to calculate the redundant adp sensor!\"}"], ["created_at", "2016-10-06 14:49:21.029175"], ["updated_at", "2016-10-06 14:49:21.029175"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt error velit.\",\"text\":\"If we quantify the capacitor, we can get to the TCP bus through the primary ADP monitor!\"}"], ["created_at", "2016-10-06 14:49:21.030033"], ["updated_at", "2016-10-06 14:49:21.030033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum repellat est quas.\",\"text\":\"We need to transmit the digital IB driver!\"}"], ["created_at", "2016-10-06 14:49:21.030927"], ["updated_at", "2016-10-06 14:49:21.030927"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti ullam tempora.\",\"text\":\"Copying the pixel won't do anything, we need to parse the digital ssl monitor!\"}"], ["created_at", "2016-10-06 14:49:21.031792"], ["updated_at", "2016-10-06 14:49:21.031792"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati quo ut.\",\"text\":\"Try to copy the JBOD driver, maybe it will calculate the optical interface!\"}"], ["created_at", "2016-10-06 14:49:21.032690"], ["updated_at", "2016-10-06 14:49:21.032690"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est iusto quas assumenda qui fuga sint doloremque.\",\"text\":\"Programming the monitor won't do anything, we need to calculate the virtual pci microchip!\"}"], ["created_at", "2016-10-06 14:49:21.033549"], ["updated_at", "2016-10-06 14:49:21.033549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea iusto explicabo libero sequi et voluptate.\",\"text\":\"Try to override the RAM feed, maybe it will override the back-end circuit!\"}"], ["created_at", "2016-10-06 14:49:21.034460"], ["updated_at", "2016-10-06 14:49:21.034460"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui in nulla nisi asperiores aut.\",\"text\":\"If we program the protocol, we can get to the THX card through the cross-platform TCP sensor!\"}"], ["created_at", "2016-10-06 14:49:21.035324"], ["updated_at", "2016-10-06 14:49:21.035324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio natus doloribus ex.\",\"text\":\"If we synthesize the alarm, we can get to the HTTP bandwidth through the optical JSON driver!\"}"], ["created_at", "2016-10-06 14:49:21.036242"], ["updated_at", "2016-10-06 14:49:21.036242"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed debitis quo recusandae nihil eum.\",\"text\":\"If we copy the monitor, we can get to the SCSI feed through the back-end HDD matrix!\"}"], ["created_at", "2016-10-06 14:49:21.037115"], ["updated_at", "2016-10-06 14:49:21.037115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam atque nemo qui ut suscipit earum maxime.\",\"text\":\"Use the solid state EXE capacitor, then you can parse the haptic card!\"}"], ["created_at", "2016-10-06 14:49:21.038003"], ["updated_at", "2016-10-06 14:49:21.038003"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae nesciunt sed est.\",\"text\":\"I'll navigate the haptic FTP application, that should hard drive the SCSI pixel!\"}"], ["created_at", "2016-10-06 14:49:21.038897"], ["updated_at", "2016-10-06 14:49:21.038897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et enim explicabo officia labore molestias cupiditate fuga.\",\"text\":\"You can't hack the microchip without backing up the haptic SMTP feed!\"}"], ["created_at", "2016-10-06 14:49:21.039810"], ["updated_at", "2016-10-06 14:49:21.039810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem commodi ut omnis eius rerum quo magnam.\",\"text\":\"I'll program the multi-byte AI capacitor, that should interface the GB firewall!\"}"], ["created_at", "2016-10-06 14:49:21.040731"], ["updated_at", "2016-10-06 14:49:21.040731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est vel id voluptatem aut minus distinctio rerum.\",\"text\":\"Calculating the capacitor won't do anything, we need to synthesize the open-source ib protocol!\"}"], ["created_at", "2016-10-06 14:49:21.041600"], ["updated_at", "2016-10-06 14:49:21.041600"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut explicabo quia culpa est temporibus.\",\"text\":\"If we input the card, we can get to the PNG feed through the multi-byte SMTP array!\"}"], ["created_at", "2016-10-06 14:49:21.042493"], ["updated_at", "2016-10-06 14:49:21.042493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat et culpa earum sed dolorem omnis.\",\"text\":\"Try to transmit the AGP microchip, maybe it will index the virtual application!\"}"], ["created_at", "2016-10-06 14:49:21.043405"], ["updated_at", "2016-10-06 14:49:21.043405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi amet deserunt repellendus ut cum.\",\"text\":\"Compressing the circuit won't do anything, we need to compress the auxiliary thx program!\"}"], ["created_at", "2016-10-06 14:49:21.044292"], ["updated_at", "2016-10-06 14:49:21.044292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem aspernatur sed veritatis quia ullam voluptatem minima.\",\"text\":\"You can't navigate the application without hacking the mobile HTTP driver!\"}"], ["created_at", "2016-10-06 14:49:21.045164"], ["updated_at", "2016-10-06 14:49:21.045164"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit ut amet voluptas in asperiores voluptatibus.\",\"text\":\"Try to synthesize the GB interface, maybe it will synthesize the neural firewall!\"}"], ["created_at", "2016-10-06 14:49:21.046025"], ["updated_at", "2016-10-06 14:49:21.046025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea delectus inventore.\",\"text\":\"We need to quantify the optical TCP matrix!\"}"], ["created_at", "2016-10-06 14:49:21.046976"], ["updated_at", "2016-10-06 14:49:21.046976"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe laborum exercitationem officiis delectus.\",\"text\":\"You can't synthesize the capacitor without overriding the redundant XML array!\"}"], ["created_at", "2016-10-06 14:49:21.047836"], ["updated_at", "2016-10-06 14:49:21.047836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut consequuntur sunt eos aspernatur cumque magni.\",\"text\":\"I'll synthesize the back-end SAS protocol, that should pixel the PNG bus!\"}"], ["created_at", "2016-10-06 14:49:21.048716"], ["updated_at", "2016-10-06 14:49:21.048716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil eius nostrum commodi quasi.\",\"text\":\"If we navigate the matrix, we can get to the USB firewall through the virtual SDD feed!\"}"], ["created_at", "2016-10-06 14:49:21.049615"], ["updated_at", "2016-10-06 14:49:21.049615"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et officia eaque.\",\"text\":\"Try to input the EXE driver, maybe it will quantify the solid state monitor!\"}"], ["created_at", "2016-10-06 14:49:21.050481"], ["updated_at", "2016-10-06 14:49:21.050481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores odio amet qui non.\",\"text\":\"If we override the program, we can get to the TCP firewall through the auxiliary EXE hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.051411"], ["updated_at", "2016-10-06 14:49:21.051411"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus non numquam soluta tempora.\",\"text\":\"Use the wireless AGP program, then you can navigate the redundant system!\"}"], ["created_at", "2016-10-06 14:49:21.052299"], ["updated_at", "2016-10-06 14:49:21.052299"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quod voluptatem.\",\"text\":\"If we synthesize the port, we can get to the PNG transmitter through the auxiliary JSON protocol!\"}"], ["created_at", "2016-10-06 14:49:21.053224"], ["updated_at", "2016-10-06 14:49:21.053224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt voluptatem deleniti.\",\"text\":\"Try to reboot the PCI bus, maybe it will connect the mobile bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.054137"], ["updated_at", "2016-10-06 14:49:21.054137"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum voluptate iusto sint explicabo molestias.\",\"text\":\"Indexing the circuit won't do anything, we need to transmit the cross-platform hdd bus!\"}"], ["created_at", "2016-10-06 14:49:21.054999"], ["updated_at", "2016-10-06 14:49:21.054999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ut explicabo dolorum.\",\"text\":\"The XML application is down, compress the open-source bandwidth so we can synthesize the TCP card!\"}"], ["created_at", "2016-10-06 14:49:21.055910"], ["updated_at", "2016-10-06 14:49:21.055910"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi ut culpa perferendis.\",\"text\":\"Quantifying the array won't do anything, we need to transmit the 1080p http card!\"}"], ["created_at", "2016-10-06 14:49:21.056776"], ["updated_at", "2016-10-06 14:49:21.056776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam ab unde.\",\"text\":\"If we compress the bus, we can get to the XML program through the solid state FTP firewall!\"}"], ["created_at", "2016-10-06 14:49:21.057636"], ["updated_at", "2016-10-06 14:49:21.057636"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam natus magnam molestiae aut illo fugit.\",\"text\":\"Copying the bus won't do anything, we need to connect the solid state sdd card!\"}"], ["created_at", "2016-10-06 14:49:21.058502"], ["updated_at", "2016-10-06 14:49:21.058502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam vero earum ab nam eaque.\",\"text\":\"Indexing the matrix won't do anything, we need to bypass the bluetooth usb driver!\"}"], ["created_at", "2016-10-06 14:49:21.059408"], ["updated_at", "2016-10-06 14:49:21.059408"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit dolore mollitia ipsa optio quis.\",\"text\":\"The FTP bus is down, input the back-end transmitter so we can bypass the SDD protocol!\"}"], ["created_at", "2016-10-06 14:49:21.060273"], ["updated_at", "2016-10-06 14:49:21.060273"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor delectus vel expedita aut quod.\",\"text\":\"Use the solid state SCSI bus, then you can program the cross-platform system!\"}"], ["created_at", "2016-10-06 14:49:21.061154"], ["updated_at", "2016-10-06 14:49:21.061154"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam et amet quidem eligendi.\",\"text\":\"Use the bluetooth SQL sensor, then you can calculate the bluetooth panel!\"}"], ["created_at", "2016-10-06 14:49:21.062021"], ["updated_at", "2016-10-06 14:49:21.062021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem porro eum aliquam.\",\"text\":\"Indexing the driver won't do anything, we need to generate the mobile png alarm!\"}"], ["created_at", "2016-10-06 14:49:21.062941"], ["updated_at", "2016-10-06 14:49:21.062941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut earum fugiat sint repellat recusandae.\",\"text\":\"We need to quantify the 1080p SMTP port!\"}"], ["created_at", "2016-10-06 14:49:21.063790"], ["updated_at", "2016-10-06 14:49:21.063790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum animi consequatur vero reiciendis voluptatem.\",\"text\":\"I'll transmit the 1080p THX interface, that should matrix the FTP interface!\"}"], ["created_at", "2016-10-06 14:49:21.064655"], ["updated_at", "2016-10-06 14:49:21.064655"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ut aut corporis accusantium pariatur.\",\"text\":\"You can't connect the monitor without copying the open-source USB sensor!\"}"], ["created_at", "2016-10-06 14:49:21.065513"], ["updated_at", "2016-10-06 14:49:21.065513"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias corrupti odit modi.\",\"text\":\"If we connect the array, we can get to the SSL alarm through the solid state THX card!\"}"], ["created_at", "2016-10-06 14:49:21.066384"], ["updated_at", "2016-10-06 14:49:21.066384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem aut dicta.\",\"text\":\"I'll calculate the virtual XSS panel, that should program the SMS application!\"}"], ["created_at", "2016-10-06 14:49:21.067285"], ["updated_at", "2016-10-06 14:49:21.067285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias voluptatem commodi autem molestiae.\",\"text\":\"Use the optical AI program, then you can reboot the auxiliary firewall!\"}"], ["created_at", "2016-10-06 14:49:21.068178"], ["updated_at", "2016-10-06 14:49:21.068178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit consectetur pariatur est.\",\"text\":\"Use the back-end COM circuit, then you can compress the bluetooth system!\"}"], ["created_at", "2016-10-06 14:49:21.069140"], ["updated_at", "2016-10-06 14:49:21.069140"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex eum impedit fugiat maiores aut voluptatem.\",\"text\":\"I'll bypass the open-source SDD capacitor, that should program the SMS circuit!\"}"], ["created_at", "2016-10-06 14:49:21.070039"], ["updated_at", "2016-10-06 14:49:21.070039"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur maxime quia sint.\",\"text\":\"We need to index the multi-byte PNG card!\"}"], ["created_at", "2016-10-06 14:49:21.070919"], ["updated_at", "2016-10-06 14:49:21.070919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed vitae repellat in rem.\",\"text\":\"You can't connect the capacitor without copying the online AGP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.071915"], ["updated_at", "2016-10-06 14:49:21.071915"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur consequuntur porro enim.\",\"text\":\"Navigating the monitor won't do anything, we need to reboot the digital com array!\"}"], ["created_at", "2016-10-06 14:49:21.072821"], ["updated_at", "2016-10-06 14:49:21.072821"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi et nesciunt.\",\"text\":\"If we bypass the bandwidth, we can get to the SQL capacitor through the mobile SMTP bus!\"}"], ["created_at", "2016-10-06 14:49:21.073693"], ["updated_at", "2016-10-06 14:49:21.073693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus nulla sed temporibus adipisci dicta odio dolores.\",\"text\":\"Try to override the JSON array, maybe it will navigate the cross-platform protocol!\"}"], ["created_at", "2016-10-06 14:49:21.074556"], ["updated_at", "2016-10-06 14:49:21.074556"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit optio non rerum.\",\"text\":\"Try to calculate the RSS program, maybe it will generate the auxiliary program!\"}"], ["created_at", "2016-10-06 14:49:21.075423"], ["updated_at", "2016-10-06 14:49:21.075423"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum deleniti eum quis et qui.\",\"text\":\"Use the primary XSS program, then you can calculate the optical array!\"}"], ["created_at", "2016-10-06 14:49:21.076338"], ["updated_at", "2016-10-06 14:49:21.076338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est culpa porro illo tempora rem dolorem natus.\",\"text\":\"Programming the pixel won't do anything, we need to compress the optical agp firewall!\"}"], ["created_at", "2016-10-06 14:49:21.077207"], ["updated_at", "2016-10-06 14:49:21.077207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor quam odio porro alias iusto necessitatibus tenetur.\",\"text\":\"We need to quantify the neural TCP circuit!\"}"], ["created_at", "2016-10-06 14:49:21.078090"], ["updated_at", "2016-10-06 14:49:21.078090"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis sed praesentium qui voluptate aut ullam.\",\"text\":\"I'll calculate the solid state JBOD panel, that should panel the SCSI protocol!\"}"], ["created_at", "2016-10-06 14:49:21.079000"], ["updated_at", "2016-10-06 14:49:21.079000"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos molestiae molestiae consequatur.\",\"text\":\"We need to compress the virtual FTP driver!\"}"], ["created_at", "2016-10-06 14:49:21.079909"], ["updated_at", "2016-10-06 14:49:21.079909"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos omnis laborum illum.\",\"text\":\"The RAM feed is down, calculate the bluetooth port so we can bypass the AI interface!\"}"], ["created_at", "2016-10-06 14:49:21.080771"], ["updated_at", "2016-10-06 14:49:21.080771"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea sequi quo eos qui inventore.\",\"text\":\"You can't program the alarm without transmitting the cross-platform TCP driver!\"}"], ["created_at", "2016-10-06 14:49:21.081633"], ["updated_at", "2016-10-06 14:49:21.081633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit cumque et sequi impedit sunt.\",\"text\":\"If we program the monitor, we can get to the HDD bandwidth through the haptic PCI firewall!\"}"], ["created_at", "2016-10-06 14:49:21.082504"], ["updated_at", "2016-10-06 14:49:21.082504"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo sed voluptas et ut ut labore voluptatibus.\",\"text\":\"Try to transmit the JSON capacitor, maybe it will generate the bluetooth port!\"}"], ["created_at", "2016-10-06 14:49:21.083361"], ["updated_at", "2016-10-06 14:49:21.083361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A ducimus voluptatem consequatur vitae.\",\"text\":\"Use the primary PCI alarm, then you can transmit the auxiliary pixel!\"}"], ["created_at", "2016-10-06 14:49:21.084257"], ["updated_at", "2016-10-06 14:49:21.084257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas dicta dolores et tempore est voluptates.\",\"text\":\"We need to index the 1080p TCP sensor!\"}"], ["created_at", "2016-10-06 14:49:21.085122"], ["updated_at", "2016-10-06 14:49:21.085122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus a assumenda.\",\"text\":\"The AI firewall is down, hack the digital driver so we can generate the AGP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.086011"], ["updated_at", "2016-10-06 14:49:21.086011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium corporis ut eaque et provident.\",\"text\":\"If we hack the application, we can get to the SCSI program through the 1080p RSS port!\"}"], ["created_at", "2016-10-06 14:49:21.086926"], ["updated_at", "2016-10-06 14:49:21.086926"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum voluptatem exercitationem.\",\"text\":\"Synthesizing the driver won't do anything, we need to connect the virtual agp panel!\"}"], ["created_at", "2016-10-06 14:49:21.087783"], ["updated_at", "2016-10-06 14:49:21.087783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati laborum dolorum et qui.\",\"text\":\"You can't hack the protocol without parsing the back-end SAS sensor!\"}"], ["created_at", "2016-10-06 14:49:21.088704"], ["updated_at", "2016-10-06 14:49:21.088704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut saepe perspiciatis rerum.\",\"text\":\"Copying the firewall won't do anything, we need to synthesize the bluetooth jbod bus!\"}"], ["created_at", "2016-10-06 14:49:21.089565"], ["updated_at", "2016-10-06 14:49:21.089565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi omnis in.\",\"text\":\"You can't back up the circuit without compressing the mobile SCSI card!\"}"], ["created_at", "2016-10-06 14:49:21.090435"], ["updated_at", "2016-10-06 14:49:21.090435"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae amet quia consequatur dolorem deleniti molestiae error.\",\"text\":\"Use the multi-byte FTP monitor, then you can program the back-end alarm!\"}"], ["created_at", "2016-10-06 14:49:21.091304"], ["updated_at", "2016-10-06 14:49:21.091304"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo soluta sapiente aut dolorem corporis.\",\"text\":\"I'll transmit the bluetooth IB capacitor, that should driver the SMS sensor!\"}"], ["created_at", "2016-10-06 14:49:21.092159"], ["updated_at", "2016-10-06 14:49:21.092159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione deleniti et alias.\",\"text\":\"Try to synthesize the COM array, maybe it will synthesize the digital monitor!\"}"], ["created_at", "2016-10-06 14:49:21.093066"], ["updated_at", "2016-10-06 14:49:21.093066"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea temporibus voluptas et.\",\"text\":\"I'll program the open-source SMS microchip, that should bus the IB system!\"}"], ["created_at", "2016-10-06 14:49:21.093927"], ["updated_at", "2016-10-06 14:49:21.093927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quaerat dicta voluptatem ad consequuntur rem.\",\"text\":\"We need to bypass the virtual HDD pixel!\"}"], ["created_at", "2016-10-06 14:49:21.094814"], ["updated_at", "2016-10-06 14:49:21.094814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit animi odit.\",\"text\":\"We need to copy the optical SCSI pixel!\"}"], ["created_at", "2016-10-06 14:49:21.095673"], ["updated_at", "2016-10-06 14:49:21.095673"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est fugit ea quisquam alias.\",\"text\":\"We need to compress the primary ADP array!\"}"], ["created_at", "2016-10-06 14:49:21.096546"], ["updated_at", "2016-10-06 14:49:21.096546"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut enim excepturi laborum deleniti nihil fugiat.\",\"text\":\"You can't bypass the feed without synthesizing the solid state AI microchip!\"}"], ["created_at", "2016-10-06 14:49:21.097493"], ["updated_at", "2016-10-06 14:49:21.097493"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed aspernatur architecto earum aut laborum quia.\",\"text\":\"Overriding the application won't do anything, we need to program the neural scsi application!\"}"], ["created_at", "2016-10-06 14:49:21.098412"], ["updated_at", "2016-10-06 14:49:21.098412"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias quidem quibusdam nesciunt aut doloremque occaecati.\",\"text\":\"The SCSI bus is down, program the primary interface so we can bypass the XML panel!\"}"], ["created_at", "2016-10-06 14:49:21.099603"], ["updated_at", "2016-10-06 14:49:21.099603"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui qui eaque.\",\"text\":\"You can't connect the system without navigating the neural AI array!\"}"], ["created_at", "2016-10-06 14:49:21.100679"], ["updated_at", "2016-10-06 14:49:21.100679"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum atque sint qui.\",\"text\":\"Use the haptic COM array, then you can reboot the 1080p alarm!\"}"], ["created_at", "2016-10-06 14:49:21.103200"], ["updated_at", "2016-10-06 14:49:21.103200"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo et excepturi.\",\"text\":\"You can't bypass the microchip without quantifying the back-end PNG interface!\"}"], ["created_at", "2016-10-06 14:49:21.104465"], ["updated_at", "2016-10-06 14:49:21.104465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic perspiciatis omnis.\",\"text\":\"Try to calculate the AGP monitor, maybe it will synthesize the open-source port!\"}"], ["created_at", "2016-10-06 14:49:21.105495"], ["updated_at", "2016-10-06 14:49:21.105495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas sunt omnis amet.\",\"text\":\"I'll navigate the virtual JBOD microchip, that should microchip the CSS interface!\"}"], ["created_at", "2016-10-06 14:49:21.106503"], ["updated_at", "2016-10-06 14:49:21.106503"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis molestias officiis earum et qui aut asperiores.\",\"text\":\"Use the virtual XML pixel, then you can bypass the solid state feed!\"}"], ["created_at", "2016-10-06 14:49:21.107449"], ["updated_at", "2016-10-06 14:49:21.107449"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat maxime nemo alias.\",\"text\":\"The SCSI interface is down, bypass the auxiliary bandwidth so we can quantify the SCSI panel!\"}"], ["created_at", "2016-10-06 14:49:21.108339"], ["updated_at", "2016-10-06 14:49:21.108339"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores ratione vel in at et.\",\"text\":\"If we synthesize the port, we can get to the XSS circuit through the back-end ADP port!\"}"], ["created_at", "2016-10-06 14:49:21.109263"], ["updated_at", "2016-10-06 14:49:21.109263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis non quo.\",\"text\":\"Copying the transmitter won't do anything, we need to parse the wireless agp bus!\"}"], ["created_at", "2016-10-06 14:49:21.110148"], ["updated_at", "2016-10-06 14:49:21.110148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta quia ullam et.\",\"text\":\"The HDD firewall is down, quantify the 1080p capacitor so we can navigate the EXE feed!\"}"], ["created_at", "2016-10-06 14:49:21.111137"], ["updated_at", "2016-10-06 14:49:21.111137"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt beatae sed ipsam illum soluta dolorem est.\",\"text\":\"If we back up the program, we can get to the TCP application through the optical SSL port!\"}"], ["created_at", "2016-10-06 14:49:21.112014"], ["updated_at", "2016-10-06 14:49:21.112014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos molestias illum.\",\"text\":\"We need to transmit the cross-platform HDD microchip!\"}"], ["created_at", "2016-10-06 14:49:21.112918"], ["updated_at", "2016-10-06 14:49:21.112918"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem ut est laborum ut sit magnam et.\",\"text\":\"Use the digital PNG panel, then you can program the digital monitor!\"}"], ["created_at", "2016-10-06 14:49:21.113772"], ["updated_at", "2016-10-06 14:49:21.113772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sit rerum suscipit sed quo excepturi.\",\"text\":\"You can't program the port without parsing the mobile RSS feed!\"}"], ["created_at", "2016-10-06 14:49:21.114671"], ["updated_at", "2016-10-06 14:49:21.114671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil nisi vitae asperiores.\",\"text\":\"I'll quantify the open-source JBOD bus, that should program the HTTP program!\"}"], ["created_at", "2016-10-06 14:49:21.115546"], ["updated_at", "2016-10-06 14:49:21.115546"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et tenetur ipsam dignissimos rerum.\",\"text\":\"The SMS transmitter is down, program the bluetooth microchip so we can hack the FTP alarm!\"}"], ["created_at", "2016-10-06 14:49:21.116419"], ["updated_at", "2016-10-06 14:49:21.116419"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione facilis laudantium illo non ullam.\",\"text\":\"Use the virtual USB application, then you can bypass the bluetooth panel!\"}"], ["created_at", "2016-10-06 14:49:21.117343"], ["updated_at", "2016-10-06 14:49:21.117343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In aut repudiandae veritatis ea.\",\"text\":\"Use the haptic XML pixel, then you can parse the wireless interface!\"}"], ["created_at", "2016-10-06 14:49:21.118221"], ["updated_at", "2016-10-06 14:49:21.118221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum fugit fugiat.\",\"text\":\"Try to reboot the GB protocol, maybe it will navigate the solid state capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.119213"], ["updated_at", "2016-10-06 14:49:21.119213"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus minus sed vero aspernatur rerum rem voluptas.\",\"text\":\"Backing up the interface won't do anything, we need to copy the haptic jbod port!\"}"], ["created_at", "2016-10-06 14:49:21.120101"], ["updated_at", "2016-10-06 14:49:21.120101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In consectetur aliquid nemo dolorum sit voluptatem cumque.\",\"text\":\"Parsing the card won't do anything, we need to bypass the back-end pci bus!\"}"], ["created_at", "2016-10-06 14:49:21.121014"], ["updated_at", "2016-10-06 14:49:21.121014"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum eveniet aut qui accusamus ipsa ratione.\",\"text\":\"Use the back-end SCSI bandwidth, then you can override the wireless interface!\"}"], ["created_at", "2016-10-06 14:49:21.121872"], ["updated_at", "2016-10-06 14:49:21.121872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta at et suscipit voluptas pariatur quae.\",\"text\":\"You can't program the alarm without parsing the haptic CSS feed!\"}"], ["created_at", "2016-10-06 14:49:21.122841"], ["updated_at", "2016-10-06 14:49:21.122841"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam reprehenderit quas dolorem tenetur modi.\",\"text\":\"I'll connect the virtual TCP interface, that should monitor the PCI interface!\"}"], ["created_at", "2016-10-06 14:49:21.123722"], ["updated_at", "2016-10-06 14:49:21.123722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In illum totam quaerat saepe soluta beatae numquam.\",\"text\":\"If we synthesize the panel, we can get to the TCP driver through the haptic USB hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.124647"], ["updated_at", "2016-10-06 14:49:21.124647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas et sequi perspiciatis autem.\",\"text\":\"We need to transmit the open-source SSL port!\"}"], ["created_at", "2016-10-06 14:49:21.125507"], ["updated_at", "2016-10-06 14:49:21.125507"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel et sed veritatis.\",\"text\":\"If we hack the system, we can get to the SMS panel through the mobile PNG pixel!\"}"], ["created_at", "2016-10-06 14:49:21.126384"], ["updated_at", "2016-10-06 14:49:21.126384"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate enim quasi ipsam vitae praesentium eveniet consectetur.\",\"text\":\"Try to synthesize the AGP program, maybe it will reboot the open-source microchip!\"}"], ["created_at", "2016-10-06 14:49:21.127303"], ["updated_at", "2016-10-06 14:49:21.127303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut eum voluptatem eveniet eligendi est saepe.\",\"text\":\"I'll navigate the multi-byte SSL firewall, that should system the HTTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.128282"], ["updated_at", "2016-10-06 14:49:21.128282"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ex ipsa harum dolor architecto optio est.\",\"text\":\"Use the open-source AGP transmitter, then you can generate the back-end bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.129155"], ["updated_at", "2016-10-06 14:49:21.129155"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum in consectetur debitis aliquam earum corporis.\",\"text\":\"If we connect the program, we can get to the AGP transmitter through the cross-platform SMTP driver!\"}"], ["created_at", "2016-10-06 14:49:21.130026"], ["updated_at", "2016-10-06 14:49:21.130026"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem maiores qui sunt deserunt nihil perspiciatis qui.\",\"text\":\"I'll input the cross-platform USB hard drive, that should pixel the JBOD interface!\"}"], ["created_at", "2016-10-06 14:49:21.130939"], ["updated_at", "2016-10-06 14:49:21.130939"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non aut aliquam architecto consectetur qui modi.\",\"text\":\"You can't compress the alarm without bypassing the optical SQL monitor!\"}"], ["created_at", "2016-10-06 14:49:21.131881"], ["updated_at", "2016-10-06 14:49:21.131881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia excepturi reprehenderit assumenda.\",\"text\":\"The ADP array is down, input the online sensor so we can hack the RSS sensor!\"}"], ["created_at", "2016-10-06 14:49:21.132744"], ["updated_at", "2016-10-06 14:49:21.132744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nihil omnis quo ipsa sequi.\",\"text\":\"Try to reboot the SAS protocol, maybe it will navigate the multi-byte program!\"}"], ["created_at", "2016-10-06 14:49:21.133605"], ["updated_at", "2016-10-06 14:49:21.133605"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores consequatur esse et occaecati laborum.\",\"text\":\"Use the auxiliary XML bandwidth, then you can hack the primary card!\"}"], ["created_at", "2016-10-06 14:49:21.134470"], ["updated_at", "2016-10-06 14:49:21.134470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas est vitae at voluptatem debitis.\",\"text\":\"If we parse the sensor, we can get to the GB program through the haptic PNG interface!\"}"], ["created_at", "2016-10-06 14:49:21.135388"], ["updated_at", "2016-10-06 14:49:21.135388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quasi recusandae dolor nam voluptatum.\",\"text\":\"Use the online XML matrix, then you can reboot the bluetooth program!\"}"], ["created_at", "2016-10-06 14:49:21.136287"], ["updated_at", "2016-10-06 14:49:21.136287"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut doloremque suscipit est earum.\",\"text\":\"Try to back up the PCI array, maybe it will connect the open-source microchip!\"}"], ["created_at", "2016-10-06 14:49:21.137188"], ["updated_at", "2016-10-06 14:49:21.137188"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni unde consectetur saepe fugit.\",\"text\":\"The SQL port is down, bypass the cross-platform driver so we can index the XML matrix!\"}"], ["created_at", "2016-10-06 14:49:21.138053"], ["updated_at", "2016-10-06 14:49:21.138053"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi magni asperiores.\",\"text\":\"We need to transmit the online COM port!\"}"], ["created_at", "2016-10-06 14:49:21.139005"], ["updated_at", "2016-10-06 14:49:21.139005"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus et id et voluptatem.\",\"text\":\"Programming the port won't do anything, we need to back up the open-source xss transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.139858"], ["updated_at", "2016-10-06 14:49:21.139858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas eveniet suscipit doloribus.\",\"text\":\"You can't calculate the application without compressing the solid state EXE microchip!\"}"], ["created_at", "2016-10-06 14:49:21.140782"], ["updated_at", "2016-10-06 14:49:21.140782"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa eos commodi mollitia error accusantium.\",\"text\":\"Use the online PCI panel, then you can navigate the digital firewall!\"}"], ["created_at", "2016-10-06 14:49:21.141640"], ["updated_at", "2016-10-06 14:49:21.141640"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti dolor qui.\",\"text\":\"Bypassing the program won't do anything, we need to reboot the primary exe system!\"}"], ["created_at", "2016-10-06 14:49:21.142513"], ["updated_at", "2016-10-06 14:49:21.142513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi velit ad modi.\",\"text\":\"Try to calculate the COM feed, maybe it will hack the multi-byte alarm!\"}"], ["created_at", "2016-10-06 14:49:21.143406"], ["updated_at", "2016-10-06 14:49:21.143406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime dolorum voluptates ullam.\",\"text\":\"Use the multi-byte GB pixel, then you can copy the cross-platform system!\"}"], ["created_at", "2016-10-06 14:49:21.144279"], ["updated_at", "2016-10-06 14:49:21.144279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur totam blanditiis eum ullam doloremque.\",\"text\":\"Try to quantify the RSS transmitter, maybe it will generate the mobile protocol!\"}"], ["created_at", "2016-10-06 14:49:21.145142"], ["updated_at", "2016-10-06 14:49:21.145142"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse occaecati eum mollitia illum fugit.\",\"text\":\"We need to parse the haptic SMS card!\"}"], ["created_at", "2016-10-06 14:49:21.145997"], ["updated_at", "2016-10-06 14:49:21.145997"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil quas ut possimus harum.\",\"text\":\"Try to compress the SDD port, maybe it will program the cross-platform alarm!\"}"], ["created_at", "2016-10-06 14:49:21.146895"], ["updated_at", "2016-10-06 14:49:21.146895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt vero sit harum.\",\"text\":\"We need to input the 1080p IB pixel!\"}"], ["created_at", "2016-10-06 14:49:21.147798"], ["updated_at", "2016-10-06 14:49:21.147798"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores voluptatum voluptatem molestias alias nulla.\",\"text\":\"We need to index the digital SAS application!\"}"], ["created_at", "2016-10-06 14:49:21.148646"], ["updated_at", "2016-10-06 14:49:21.148646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus et consectetur architecto repellendus possimus.\",\"text\":\"Compressing the panel won't do anything, we need to generate the bluetooth sms transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.149506"], ["updated_at", "2016-10-06 14:49:21.149506"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim quibusdam impedit ut ea perferendis magni.\",\"text\":\"I'll transmit the haptic ADP microchip, that should panel the XSS protocol!\"}"], ["created_at", "2016-10-06 14:49:21.150406"], ["updated_at", "2016-10-06 14:49:21.150406"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus sunt consequatur voluptatem excepturi eos.\",\"text\":\"Try to copy the ADP program, maybe it will program the wireless circuit!\"}"], ["created_at", "2016-10-06 14:49:21.151262"], ["updated_at", "2016-10-06 14:49:21.151262"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore ut fugit.\",\"text\":\"The COM application is down, index the multi-byte alarm so we can hack the USB matrix!\"}"], ["created_at", "2016-10-06 14:49:21.152166"], ["updated_at", "2016-10-06 14:49:21.152166"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est autem voluptas.\",\"text\":\"Use the virtual RAM port, then you can quantify the digital hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.153044"], ["updated_at", "2016-10-06 14:49:21.153044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis dolores inventore animi eveniet molestiae.\",\"text\":\"If we calculate the port, we can get to the SDD interface through the cross-platform HTTP protocol!\"}"], ["created_at", "2016-10-06 14:49:21.153915"], ["updated_at", "2016-10-06 14:49:21.153915"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius sit vitae dolores sapiente.\",\"text\":\"We need to copy the mobile JBOD program!\"}"], ["created_at", "2016-10-06 14:49:21.154799"], ["updated_at", "2016-10-06 14:49:21.154799"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem est asperiores dolores exercitationem eos.\",\"text\":\"If we connect the panel, we can get to the EXE driver through the multi-byte HDD pixel!\"}"], ["created_at", "2016-10-06 14:49:21.155667"], ["updated_at", "2016-10-06 14:49:21.155667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas qui est eos aut et.\",\"text\":\"You can't override the hard drive without generating the solid state PNG hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.156611"], ["updated_at", "2016-10-06 14:49:21.156611"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor voluptatem consequatur velit nostrum doloremque libero eos.\",\"text\":\"The SSL interface is down, navigate the haptic feed so we can index the SQL transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.157465"], ["updated_at", "2016-10-06 14:49:21.157465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia dolores cumque consectetur omnis libero.\",\"text\":\"Quantifying the card won't do anything, we need to connect the wireless png pixel!\"}"], ["created_at", "2016-10-06 14:49:21.158334"], ["updated_at", "2016-10-06 14:49:21.158334"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis deleniti consequatur.\",\"text\":\"Copying the bus won't do anything, we need to program the wireless usb transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.159193"], ["updated_at", "2016-10-06 14:49:21.159193"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore quia quasi quia beatae.\",\"text\":\"Indexing the application won't do anything, we need to copy the digital sas microchip!\"}"], ["created_at", "2016-10-06 14:49:21.160164"], ["updated_at", "2016-10-06 14:49:21.160164"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta nisi laborum magni voluptas harum voluptas enim.\",\"text\":\"We need to parse the open-source SMTP protocol!\"}"], ["created_at", "2016-10-06 14:49:21.161070"], ["updated_at", "2016-10-06 14:49:21.161070"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil sunt incidunt ea nobis possimus qui quisquam.\",\"text\":\"You can't calculate the port without indexing the back-end SMS bus!\"}"], ["created_at", "2016-10-06 14:49:21.162165"], ["updated_at", "2016-10-06 14:49:21.162165"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea est molestiae molestiae occaecati ratione tempora.\",\"text\":\"Synthesizing the program won't do anything, we need to connect the auxiliary pci sensor!\"}"], ["created_at", "2016-10-06 14:49:21.163360"], ["updated_at", "2016-10-06 14:49:21.163360"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam aut rerum.\",\"text\":\"The SCSI capacitor is down, quantify the primary firewall so we can override the TCP protocol!\"}"], ["created_at", "2016-10-06 14:49:21.164841"], ["updated_at", "2016-10-06 14:49:21.164841"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut non id facere animi ut quia et.\",\"text\":\"The USB bandwidth is down, generate the 1080p driver so we can reboot the EXE driver!\"}"], ["created_at", "2016-10-06 14:49:21.166848"], ["updated_at", "2016-10-06 14:49:21.166848"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui vel similique enim necessitatibus tempora.\",\"text\":\"If we index the bus, we can get to the USB interface through the back-end SMTP interface!\"}"], ["created_at", "2016-10-06 14:49:21.168830"], ["updated_at", "2016-10-06 14:49:21.168830"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui non temporibus laboriosam.\",\"text\":\"You can't back up the bus without generating the solid state XSS circuit!\"}"], ["created_at", "2016-10-06 14:49:21.171071"], ["updated_at", "2016-10-06 14:49:21.171071"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint voluptatem aut ea rerum repellendus.\",\"text\":\"If we bypass the protocol, we can get to the SMTP application through the neural PCI card!\"}"], ["created_at", "2016-10-06 14:49:21.173882"], ["updated_at", "2016-10-06 14:49:21.173882"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis enim voluptate qui dolore maxime quibusdam.\",\"text\":\"If we transmit the driver, we can get to the PCI pixel through the open-source XSS matrix!\"}"], ["created_at", "2016-10-06 14:49:21.175134"], ["updated_at", "2016-10-06 14:49:21.175134"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor placeat repudiandae voluptas quibusdam distinctio dicta error.\",\"text\":\"Try to calculate the SMTP program, maybe it will generate the cross-platform program!\"}"], ["created_at", "2016-10-06 14:49:21.176206"], ["updated_at", "2016-10-06 14:49:21.176206"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio est esse ea in.\",\"text\":\"Try to hack the SQL driver, maybe it will copy the open-source array!\"}"], ["created_at", "2016-10-06 14:49:21.177251"], ["updated_at", "2016-10-06 14:49:21.177251"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate quam quod repudiandae excepturi id reiciendis.\",\"text\":\"The SAS circuit is down, compress the digital port so we can synthesize the EXE panel!\"}"], ["created_at", "2016-10-06 14:49:21.178379"], ["updated_at", "2016-10-06 14:49:21.178379"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam eius dolorem voluptate ratione.\",\"text\":\"The FTP protocol is down, override the bluetooth capacitor so we can copy the FTP firewall!\"}"], ["created_at", "2016-10-06 14:49:21.179380"], ["updated_at", "2016-10-06 14:49:21.179380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate aliquid atque dolorem odit vel.\",\"text\":\"Use the open-source SQL microchip, then you can compress the redundant port!\"}"], ["created_at", "2016-10-06 14:49:21.180327"], ["updated_at", "2016-10-06 14:49:21.180327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae et sed eaque ut.\",\"text\":\"We need to back up the open-source SAS port!\"}"], ["created_at", "2016-10-06 14:49:21.181250"], ["updated_at", "2016-10-06 14:49:21.181250"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem sed est deleniti qui.\",\"text\":\"We need to synthesize the optical XML card!\"}"], ["created_at", "2016-10-06 14:49:21.182221"], ["updated_at", "2016-10-06 14:49:21.182221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia eveniet optio rerum.\",\"text\":\"Use the neural SDD panel, then you can copy the wireless monitor!\"}"], ["created_at", "2016-10-06 14:49:21.183181"], ["updated_at", "2016-10-06 14:49:21.183181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo rerum ut aut architecto odit voluptatum fugit.\",\"text\":\"Use the primary HTTP array, then you can transmit the online system!\"}"], ["created_at", "2016-10-06 14:49:21.184095"], ["updated_at", "2016-10-06 14:49:21.184095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit debitis tempora id itaque.\",\"text\":\"You can't program the transmitter without programming the primary HDD driver!\"}"], ["created_at", "2016-10-06 14:49:21.184987"], ["updated_at", "2016-10-06 14:49:21.184987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit quia unde consequatur dolor sed sit dignissimos.\",\"text\":\"You can't transmit the panel without quantifying the redundant PCI transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.185894"], ["updated_at", "2016-10-06 14:49:21.185894"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo magni magnam.\",\"text\":\"Try to synthesize the SCSI port, maybe it will input the neural pixel!\"}"], ["created_at", "2016-10-06 14:49:21.186786"], ["updated_at", "2016-10-06 14:49:21.186786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa cupiditate id porro voluptatem praesentium consequuntur.\",\"text\":\"We need to hack the open-source HTTP driver!\"}"], ["created_at", "2016-10-06 14:49:21.187708"], ["updated_at", "2016-10-06 14:49:21.187708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil esse libero voluptas.\",\"text\":\"The USB bandwidth is down, override the auxiliary hard drive so we can hack the AI system!\"}"], ["created_at", "2016-10-06 14:49:21.188586"], ["updated_at", "2016-10-06 14:49:21.188586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam laboriosam aut.\",\"text\":\"Use the optical IB transmitter, then you can compress the multi-byte bus!\"}"], ["created_at", "2016-10-06 14:49:21.189465"], ["updated_at", "2016-10-06 14:49:21.189465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt unde rem ea id nam.\",\"text\":\"Use the multi-byte SSL bus, then you can override the virtual driver!\"}"], ["created_at", "2016-10-06 14:49:21.190365"], ["updated_at", "2016-10-06 14:49:21.190365"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis consectetur ipsam eligendi.\",\"text\":\"I'll generate the solid state HTTP circuit, that should circuit the PNG bus!\"}"], ["created_at", "2016-10-06 14:49:21.191222"], ["updated_at", "2016-10-06 14:49:21.191222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente dolores sint tempore culpa nisi minima.\",\"text\":\"Use the multi-byte FTP port, then you can synthesize the redundant panel!\"}"], ["created_at", "2016-10-06 14:49:21.192132"], ["updated_at", "2016-10-06 14:49:21.192132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia est maiores vel.\",\"text\":\"We need to generate the auxiliary JSON interface!\"}"], ["created_at", "2016-10-06 14:49:21.193000"], ["updated_at", "2016-10-06 14:49:21.193000"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem et magnam.\",\"text\":\"Overriding the hard drive won't do anything, we need to generate the digital ram feed!\"}"], ["created_at", "2016-10-06 14:49:21.193871"], ["updated_at", "2016-10-06 14:49:21.193871"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius voluptatem molestias consequatur.\",\"text\":\"Use the primary USB program, then you can parse the back-end bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.194879"], ["updated_at", "2016-10-06 14:49:21.194879"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam facere expedita unde modi praesentium.\",\"text\":\"We need to bypass the digital IB bus!\"}"], ["created_at", "2016-10-06 14:49:21.195773"], ["updated_at", "2016-10-06 14:49:21.195773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum qui perferendis et.\",\"text\":\"The GB circuit is down, compress the wireless alarm so we can hack the AGP pixel!\"}"], ["created_at", "2016-10-06 14:49:21.196685"], ["updated_at", "2016-10-06 14:49:21.196685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni eum repellendus voluptas provident atque non et.\",\"text\":\"Try to synthesize the SSL protocol, maybe it will connect the back-end application!\"}"], ["created_at", "2016-10-06 14:49:21.197574"], ["updated_at", "2016-10-06 14:49:21.197574"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem quasi molestias nesciunt.\",\"text\":\"Use the neural SDD monitor, then you can reboot the mobile feed!\"}"], ["created_at", "2016-10-06 14:49:21.198450"], ["updated_at", "2016-10-06 14:49:21.198450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut eum.\",\"text\":\"The IB matrix is down, hack the optical protocol so we can copy the PNG transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.199304"], ["updated_at", "2016-10-06 14:49:21.199304"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita voluptatem ipsum porro ipsam aut ab veritatis.\",\"text\":\"Use the open-source SCSI sensor, then you can parse the back-end microchip!\"}"], ["created_at", "2016-10-06 14:49:21.200212"], ["updated_at", "2016-10-06 14:49:21.200212"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod minus iste qui ipsam ut distinctio.\",\"text\":\"Try to connect the CSS microchip, maybe it will bypass the bluetooth driver!\"}"], ["created_at", "2016-10-06 14:49:21.201337"], ["updated_at", "2016-10-06 14:49:21.201337"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut veniam corrupti et nostrum enim.\",\"text\":\"I'll transmit the optical AI array, that should microchip the SSL application!\"}"], ["created_at", "2016-10-06 14:49:21.202426"], ["updated_at", "2016-10-06 14:49:21.202426"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel dolor et non et accusantium id nulla.\",\"text\":\"I'll index the open-source THX port, that should firewall the SMTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.204071"], ["updated_at", "2016-10-06 14:49:21.204071"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae possimus dolores nisi et.\",\"text\":\"The PNG hard drive is down, parse the auxiliary bus so we can calculate the IB bus!\"}"], ["created_at", "2016-10-06 14:49:21.205594"], ["updated_at", "2016-10-06 14:49:21.205594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptas ab.\",\"text\":\"Bypassing the bandwidth won't do anything, we need to bypass the optical ib interface!\"}"], ["created_at", "2016-10-06 14:49:21.206660"], ["updated_at", "2016-10-06 14:49:21.206660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos sed et rem reiciendis voluptatem.\",\"text\":\"I'll back up the mobile SQL sensor, that should array the SSL capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.207567"], ["updated_at", "2016-10-06 14:49:21.207567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus eos ratione.\",\"text\":\"Generating the system won't do anything, we need to parse the bluetooth sql firewall!\"}"], ["created_at", "2016-10-06 14:49:21.208462"], ["updated_at", "2016-10-06 14:49:21.208462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis et qui fugit voluptas.\",\"text\":\"Backing up the hard drive won't do anything, we need to compress the online gb system!\"}"], ["created_at", "2016-10-06 14:49:21.209322"], ["updated_at", "2016-10-06 14:49:21.209322"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium velit inventore excepturi nostrum.\",\"text\":\"You can't override the matrix without navigating the cross-platform HTTP alarm!\"}"], ["created_at", "2016-10-06 14:49:21.210226"], ["updated_at", "2016-10-06 14:49:21.210226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus excepturi nulla voluptatibus dolorem aut qui.\",\"text\":\"I'll program the wireless CSS pixel, that should monitor the JSON feed!\"}"], ["created_at", "2016-10-06 14:49:21.211237"], ["updated_at", "2016-10-06 14:49:21.211237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet et quibusdam qui sequi nam et.\",\"text\":\"Overriding the bus won't do anything, we need to bypass the cross-platform jbod system!\"}"], ["created_at", "2016-10-06 14:49:21.212119"], ["updated_at", "2016-10-06 14:49:21.212119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam similique itaque.\",\"text\":\"The HTTP transmitter is down, program the multi-byte protocol so we can connect the FTP microchip!\"}"], ["created_at", "2016-10-06 14:49:21.212992"], ["updated_at", "2016-10-06 14:49:21.212992"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit iste totam inventore ut rem sit.\",\"text\":\"The AI bandwidth is down, hack the virtual sensor so we can parse the COM hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.213869"], ["updated_at", "2016-10-06 14:49:21.213869"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem qui velit architecto quis culpa.\",\"text\":\"We need to generate the optical SCSI port!\"}"], ["created_at", "2016-10-06 14:49:21.214826"], ["updated_at", "2016-10-06 14:49:21.214826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic molestiae sapiente voluptatem est sequi saepe.\",\"text\":\"I'll override the back-end SSL firewall, that should circuit the PCI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.215715"], ["updated_at", "2016-10-06 14:49:21.215715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam accusamus recusandae.\",\"text\":\"You can't copy the interface without programming the neural PNG port!\"}"], ["created_at", "2016-10-06 14:49:21.216572"], ["updated_at", "2016-10-06 14:49:21.216572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae incidunt dolorem.\",\"text\":\"The XML transmitter is down, input the optical bus so we can compress the IB card!\"}"], ["created_at", "2016-10-06 14:49:21.217439"], ["updated_at", "2016-10-06 14:49:21.217439"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis explicabo quasi numquam.\",\"text\":\"I'll transmit the bluetooth CSS panel, that should matrix the PCI capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.218341"], ["updated_at", "2016-10-06 14:49:21.218341"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus autem magni eligendi.\",\"text\":\"The ADP application is down, compress the back-end bus so we can calculate the FTP interface!\"}"], ["created_at", "2016-10-06 14:49:21.219303"], ["updated_at", "2016-10-06 14:49:21.219303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi rerum vel dolore et.\",\"text\":\"Try to quantify the GB system, maybe it will back up the cross-platform circuit!\"}"], ["created_at", "2016-10-06 14:49:21.220184"], ["updated_at", "2016-10-06 14:49:21.220184"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa vitae non consequuntur explicabo iste aperiam.\",\"text\":\"Use the solid state COM interface, then you can transmit the open-source pixel!\"}"], ["created_at", "2016-10-06 14:49:21.221053"], ["updated_at", "2016-10-06 14:49:21.221053"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga at molestiae.\",\"text\":\"Hacking the system won't do anything, we need to program the 1080p rss protocol!\"}"], ["created_at", "2016-10-06 14:49:21.221911"], ["updated_at", "2016-10-06 14:49:21.221911"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit odit eum.\",\"text\":\"I'll compress the haptic PNG bus, that should card the RAM matrix!\"}"], ["created_at", "2016-10-06 14:49:21.222813"], ["updated_at", "2016-10-06 14:49:21.222813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum autem quisquam dicta.\",\"text\":\"Use the back-end SSL bandwidth, then you can index the open-source driver!\"}"], ["created_at", "2016-10-06 14:49:21.223684"], ["updated_at", "2016-10-06 14:49:21.223684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt aut rem nobis et saepe sit quis.\",\"text\":\"If we generate the pixel, we can get to the RSS feed through the digital COM matrix!\"}"], ["created_at", "2016-10-06 14:49:21.224536"], ["updated_at", "2016-10-06 14:49:21.224536"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa id deserunt magnam tempore laudantium.\",\"text\":\"You can't index the protocol without transmitting the optical ADP array!\"}"], ["created_at", "2016-10-06 14:49:21.225400"], ["updated_at", "2016-10-06 14:49:21.225400"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis aut deleniti.\",\"text\":\"The SCSI bandwidth is down, generate the online firewall so we can override the SQL feed!\"}"], ["created_at", "2016-10-06 14:49:21.226269"], ["updated_at", "2016-10-06 14:49:21.226269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit ea quia quia aut.\",\"text\":\"If we synthesize the pixel, we can get to the SSL microchip through the optical ADP driver!\"}"], ["created_at", "2016-10-06 14:49:21.227184"], ["updated_at", "2016-10-06 14:49:21.227184"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit nemo illo voluptates saepe et.\",\"text\":\"You can't calculate the pixel without programming the optical XSS matrix!\"}"], ["created_at", "2016-10-06 14:49:21.228065"], ["updated_at", "2016-10-06 14:49:21.228065"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam accusamus excepturi et earum rerum omnis.\",\"text\":\"Try to connect the ADP port, maybe it will navigate the back-end protocol!\"}"], ["created_at", "2016-10-06 14:49:21.228923"], ["updated_at", "2016-10-06 14:49:21.228923"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id nemo tempore est culpa sunt.\",\"text\":\"Use the wireless XSS firewall, then you can back up the redundant bus!\"}"], ["created_at", "2016-10-06 14:49:21.229782"], ["updated_at", "2016-10-06 14:49:21.229782"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex necessitatibus inventore dolorem aperiam quibusdam adipisci qui.\",\"text\":\"If we input the monitor, we can get to the COM port through the haptic SMTP system!\"}"], ["created_at", "2016-10-06 14:49:21.230686"], ["updated_at", "2016-10-06 14:49:21.230686"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est harum aut ratione.\",\"text\":\"Use the neural JSON alarm, then you can connect the wireless interface!\"}"], ["created_at", "2016-10-06 14:49:21.231603"], ["updated_at", "2016-10-06 14:49:21.231603"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut architecto cupiditate at porro numquam.\",\"text\":\"We need to copy the wireless AI program!\"}"], ["created_at", "2016-10-06 14:49:21.232466"], ["updated_at", "2016-10-06 14:49:21.232466"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores optio perferendis quos delectus inventore.\",\"text\":\"Try to navigate the PCI hard drive, maybe it will transmit the wireless bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.233328"], ["updated_at", "2016-10-06 14:49:21.233328"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore qui ut.\",\"text\":\"Bypassing the interface won't do anything, we need to connect the open-source http port!\"}"], ["created_at", "2016-10-06 14:49:21.234222"], ["updated_at", "2016-10-06 14:49:21.234222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque non quae.\",\"text\":\"You can't program the sensor without quantifying the 1080p SAS bus!\"}"], ["created_at", "2016-10-06 14:49:21.235129"], ["updated_at", "2016-10-06 14:49:21.235129"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum impedit voluptas quis ea aut fuga quam.\",\"text\":\"Try to transmit the XML circuit, maybe it will program the 1080p hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.236022"], ["updated_at", "2016-10-06 14:49:21.236022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid neque ullam ut dicta illum.\",\"text\":\"Indexing the feed won't do anything, we need to copy the digital exe hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.236891"], ["updated_at", "2016-10-06 14:49:21.236891"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi nam nobis est iste architecto voluptate et.\",\"text\":\"I'll input the multi-byte HTTP microchip, that should bandwidth the SAS system!\"}"], ["created_at", "2016-10-06 14:49:21.237758"], ["updated_at", "2016-10-06 14:49:21.237758"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla maiores nihil.\",\"text\":\"If we override the feed, we can get to the SAS hard drive through the digital THX circuit!\"}"], ["created_at", "2016-10-06 14:49:21.238684"], ["updated_at", "2016-10-06 14:49:21.238684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam sed sint dolore.\",\"text\":\"Try to back up the JBOD hard drive, maybe it will synthesize the virtual pixel!\"}"], ["created_at", "2016-10-06 14:49:21.239589"], ["updated_at", "2016-10-06 14:49:21.239589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta eaque quia qui aut odit.\",\"text\":\"If we copy the program, we can get to the XML firewall through the cross-platform PCI program!\"}"], ["created_at", "2016-10-06 14:49:21.240510"], ["updated_at", "2016-10-06 14:49:21.240510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius harum odio.\",\"text\":\"Try to parse the SCSI bandwidth, maybe it will navigate the cross-platform system!\"}"], ["created_at", "2016-10-06 14:49:21.241388"], ["updated_at", "2016-10-06 14:49:21.241388"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod est explicabo sapiente cupiditate omnis est sequi.\",\"text\":\"Compressing the transmitter won't do anything, we need to reboot the neural jbod pixel!\"}"], ["created_at", "2016-10-06 14:49:21.242271"], ["updated_at", "2016-10-06 14:49:21.242271"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim non molestiae et hic omnis eos.\",\"text\":\"If we back up the system, we can get to the ADP alarm through the virtual SQL card!\"}"], ["created_at", "2016-10-06 14:49:21.243202"], ["updated_at", "2016-10-06 14:49:21.243202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio iure harum et expedita.\",\"text\":\"If we override the protocol, we can get to the THX monitor through the cross-platform COM program!\"}"], ["created_at", "2016-10-06 14:49:21.244088"], ["updated_at", "2016-10-06 14:49:21.244088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni rerum cum sunt ad corrupti maxime et.\",\"text\":\"Indexing the sensor won't do anything, we need to input the mobile ai driver!\"}"], ["created_at", "2016-10-06 14:49:21.244970"], ["updated_at", "2016-10-06 14:49:21.244970"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate officia omnis dolores vitae et.\",\"text\":\"Try to calculate the EXE interface, maybe it will calculate the multi-byte bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.245826"], ["updated_at", "2016-10-06 14:49:21.245826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui fugit porro iusto.\",\"text\":\"We need to compress the back-end JBOD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.246776"], ["updated_at", "2016-10-06 14:49:21.246776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus exercitationem eos expedita animi vero quidem eveniet.\",\"text\":\"The IB interface is down, back up the virtual application so we can compress the IB transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.247637"], ["updated_at", "2016-10-06 14:49:21.247637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque voluptas nulla pariatur dolorem blanditiis architecto tempore.\",\"text\":\"We need to generate the virtual SQL alarm!\"}"], ["created_at", "2016-10-06 14:49:21.248499"], ["updated_at", "2016-10-06 14:49:21.248499"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis tempora et enim aspernatur.\",\"text\":\"Use the back-end TCP protocol, then you can program the bluetooth firewall!\"}"], ["created_at", "2016-10-06 14:49:21.249359"], ["updated_at", "2016-10-06 14:49:21.249359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae cumque quod ipsum accusantium fuga qui.\",\"text\":\"Use the online EXE firewall, then you can copy the neural feed!\"}"], ["created_at", "2016-10-06 14:49:21.250293"], ["updated_at", "2016-10-06 14:49:21.250293"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aut tenetur odit est rerum.\",\"text\":\"Use the wireless SDD bus, then you can hack the open-source transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.251167"], ["updated_at", "2016-10-06 14:49:21.251167"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem dolorum eius.\",\"text\":\"Transmitting the system won't do anything, we need to program the solid state adp capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.252021"], ["updated_at", "2016-10-06 14:49:21.252021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et earum et inventore cum.\",\"text\":\"I'll parse the multi-byte THX protocol, that should port the IB interface!\"}"], ["created_at", "2016-10-06 14:49:21.252916"], ["updated_at", "2016-10-06 14:49:21.252916"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas dolorem modi unde facilis.\",\"text\":\"Try to bypass the RAM system, maybe it will index the neural microchip!\"}"], ["created_at", "2016-10-06 14:49:21.253781"], ["updated_at", "2016-10-06 14:49:21.253781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet impedit pariatur illo necessitatibus quia omnis nihil.\",\"text\":\"Try to calculate the RSS monitor, maybe it will override the open-source firewall!\"}"], ["created_at", "2016-10-06 14:49:21.254691"], ["updated_at", "2016-10-06 14:49:21.254691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero nulla molestias.\",\"text\":\"Use the virtual AI feed, then you can compress the virtual application!\"}"], ["created_at", "2016-10-06 14:49:21.255555"], ["updated_at", "2016-10-06 14:49:21.255555"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias et suscipit officia dolor consequatur.\",\"text\":\"The PCI capacitor is down, index the optical pixel so we can back up the COM driver!\"}"], ["created_at", "2016-10-06 14:49:21.256419"], ["updated_at", "2016-10-06 14:49:21.256419"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto maxime quaerat et.\",\"text\":\"Use the bluetooth SSL system, then you can connect the auxiliary monitor!\"}"], ["created_at", "2016-10-06 14:49:21.257271"], ["updated_at", "2016-10-06 14:49:21.257271"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum distinctio enim in dolorem ipsa aspernatur.\",\"text\":\"The XML protocol is down, navigate the digital driver so we can input the AI firewall!\"}"], ["created_at", "2016-10-06 14:49:21.258211"], ["updated_at", "2016-10-06 14:49:21.258211"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et laborum at molestiae id.\",\"text\":\"Use the optical JSON pixel, then you can parse the wireless monitor!\"}"], ["created_at", "2016-10-06 14:49:21.259119"], ["updated_at", "2016-10-06 14:49:21.259119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem nisi sequi vero.\",\"text\":\"You can't connect the sensor without connecting the mobile SMS alarm!\"}"], ["created_at", "2016-10-06 14:49:21.260037"], ["updated_at", "2016-10-06 14:49:21.260037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe odit accusantium.\",\"text\":\"Navigating the port won't do anything, we need to override the haptic tcp transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.260956"], ["updated_at", "2016-10-06 14:49:21.260956"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur occaecati id.\",\"text\":\"If we connect the application, we can get to the SDD interface through the digital HTTP program!\"}"], ["created_at", "2016-10-06 14:49:21.261822"], ["updated_at", "2016-10-06 14:49:21.261822"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut iure sed.\",\"text\":\"I'll calculate the online SCSI feed, that should hard drive the SSL array!\"}"], ["created_at", "2016-10-06 14:49:21.262750"], ["updated_at", "2016-10-06 14:49:21.262750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt quidem necessitatibus occaecati aut odio voluptates.\",\"text\":\"You can't calculate the pixel without programming the online PNG capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.263628"], ["updated_at", "2016-10-06 14:49:21.263628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias quos minima maiores eaque.\",\"text\":\"Try to calculate the CSS card, maybe it will parse the wireless panel!\"}"], ["created_at", "2016-10-06 14:49:21.264540"], ["updated_at", "2016-10-06 14:49:21.264540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis modi non reiciendis.\",\"text\":\"I'll copy the haptic RSS interface, that should application the JSON port!\"}"], ["created_at", "2016-10-06 14:49:21.265424"], ["updated_at", "2016-10-06 14:49:21.265424"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis quisquam alias quidem excepturi.\",\"text\":\"We need to generate the online ADP monitor!\"}"], ["created_at", "2016-10-06 14:49:21.266288"], ["updated_at", "2016-10-06 14:49:21.266288"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur aut aliquid est.\",\"text\":\"You can't connect the alarm without synthesizing the wireless SSL alarm!\"}"], ["created_at", "2016-10-06 14:49:21.267194"], ["updated_at", "2016-10-06 14:49:21.267194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt vero cum dolores ullam odit ea.\",\"text\":\"Parsing the capacitor won't do anything, we need to calculate the bluetooth xss monitor!\"}"], ["created_at", "2016-10-06 14:49:21.268061"], ["updated_at", "2016-10-06 14:49:21.268061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores illum eaque.\",\"text\":\"I'll compress the bluetooth THX firewall, that should monitor the IB pixel!\"}"], ["created_at", "2016-10-06 14:49:21.268940"], ["updated_at", "2016-10-06 14:49:21.268940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam ea vel atque eos.\",\"text\":\"If we bypass the circuit, we can get to the IB pixel through the neural PNG alarm!\"}"], ["created_at", "2016-10-06 14:49:21.269849"], ["updated_at", "2016-10-06 14:49:21.269849"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur earum deleniti nam.\",\"text\":\"The GB port is down, parse the back-end program so we can override the AGP array!\"}"], ["created_at", "2016-10-06 14:49:21.270825"], ["updated_at", "2016-10-06 14:49:21.270825"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque eos enim doloribus deleniti voluptatem.\",\"text\":\"Try to override the RAM feed, maybe it will connect the wireless monitor!\"}"], ["created_at", "2016-10-06 14:49:21.271859"], ["updated_at", "2016-10-06 14:49:21.271859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem ducimus dolorum consectetur.\",\"text\":\"You can't generate the sensor without compressing the neural AI pixel!\"}"], ["created_at", "2016-10-06 14:49:21.272759"], ["updated_at", "2016-10-06 14:49:21.272759"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ut sint minus.\",\"text\":\"The GB microchip is down, reboot the solid state bus so we can quantify the AGP port!\"}"], ["created_at", "2016-10-06 14:49:21.273617"], ["updated_at", "2016-10-06 14:49:21.273617"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur quaerat voluptatem sed nihil nulla accusantium laboriosam.\",\"text\":\"I'll bypass the redundant SMS circuit, that should alarm the THX port!\"}"], ["created_at", "2016-10-06 14:49:21.274508"], ["updated_at", "2016-10-06 14:49:21.274508"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut consequatur aut ad quia totam quod.\",\"text\":\"Hacking the feed won't do anything, we need to calculate the haptic ai program!\"}"], ["created_at", "2016-10-06 14:49:21.275427"], ["updated_at", "2016-10-06 14:49:21.275427"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quis in est rerum totam.\",\"text\":\"Copying the card won't do anything, we need to parse the solid state adp card!\"}"], ["created_at", "2016-10-06 14:49:21.276298"], ["updated_at", "2016-10-06 14:49:21.276298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut provident sint.\",\"text\":\"The RSS driver is down, back up the back-end feed so we can parse the CSS system!\"}"], ["created_at", "2016-10-06 14:49:21.277156"], ["updated_at", "2016-10-06 14:49:21.277156"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam ex excepturi rerum est facilis qui et.\",\"text\":\"We need to input the haptic HDD interface!\"}"], ["created_at", "2016-10-06 14:49:21.278042"], ["updated_at", "2016-10-06 14:49:21.278042"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti quis porro dolor quos doloribus dolor.\",\"text\":\"I'll navigate the digital AGP microchip, that should monitor the SSL monitor!\"}"], ["created_at", "2016-10-06 14:49:21.278911"], ["updated_at", "2016-10-06 14:49:21.278911"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique ut consequuntur alias.\",\"text\":\"You can't index the program without generating the online CSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.279814"], ["updated_at", "2016-10-06 14:49:21.279814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut optio earum.\",\"text\":\"Quantifying the matrix won't do anything, we need to synthesize the cross-platform exe array!\"}"], ["created_at", "2016-10-06 14:49:21.280711"], ["updated_at", "2016-10-06 14:49:21.280711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi sint nam vero consequatur ex omnis.\",\"text\":\"The USB alarm is down, program the mobile application so we can quantify the RAM program!\"}"], ["created_at", "2016-10-06 14:49:21.281571"], ["updated_at", "2016-10-06 14:49:21.281571"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptates necessitatibus earum sit vero.\",\"text\":\"The THX hard drive is down, quantify the redundant panel so we can compress the XML bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.282450"], ["updated_at", "2016-10-06 14:49:21.282450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam molestias sit ab odit delectus quaerat.\",\"text\":\"Try to transmit the CSS pixel, maybe it will compress the mobile matrix!\"}"], ["created_at", "2016-10-06 14:49:21.283353"], ["updated_at", "2016-10-06 14:49:21.283353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio maxime ut placeat nisi.\",\"text\":\"If we quantify the transmitter, we can get to the ADP pixel through the digital SMS pixel!\"}"], ["created_at", "2016-10-06 14:49:21.284221"], ["updated_at", "2016-10-06 14:49:21.284221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente aperiam voluptate dolor sit velit labore.\",\"text\":\"I'll compress the haptic ADP matrix, that should transmitter the SDD program!\"}"], ["created_at", "2016-10-06 14:49:21.285080"], ["updated_at", "2016-10-06 14:49:21.285080"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos provident dignissimos labore et omnis.\",\"text\":\"The GB matrix is down, navigate the solid state bandwidth so we can back up the THX hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.285949"], ["updated_at", "2016-10-06 14:49:21.285949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint temporibus officia dolor eum voluptas ut.\",\"text\":\"Overriding the alarm won't do anything, we need to reboot the 1080p sms bus!\"}"], ["created_at", "2016-10-06 14:49:21.286896"], ["updated_at", "2016-10-06 14:49:21.286896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis consequatur ea nulla optio id quidem ex.\",\"text\":\"Use the cross-platform CSS feed, then you can connect the primary driver!\"}"], ["created_at", "2016-10-06 14:49:21.287778"], ["updated_at", "2016-10-06 14:49:21.287778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut deleniti beatae et in.\",\"text\":\"I'll transmit the online XSS monitor, that should array the RAM transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.288629"], ["updated_at", "2016-10-06 14:49:21.288629"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam similique repellendus non voluptatem officiis.\",\"text\":\"You can't transmit the microchip without quantifying the cross-platform SMS program!\"}"], ["created_at", "2016-10-06 14:49:21.289484"], ["updated_at", "2016-10-06 14:49:21.289484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti voluptatem quaerat culpa voluptate.\",\"text\":\"You can't compress the firewall without transmitting the back-end SAS capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.290406"], ["updated_at", "2016-10-06 14:49:21.290406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam possimus aperiam et.\",\"text\":\"Try to hack the RAM capacitor, maybe it will bypass the bluetooth pixel!\"}"], ["created_at", "2016-10-06 14:49:21.291288"], ["updated_at", "2016-10-06 14:49:21.291288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias voluptatem eos sit animi.\",\"text\":\"I'll copy the open-source THX feed, that should port the AGP microchip!\"}"], ["created_at", "2016-10-06 14:49:21.292167"], ["updated_at", "2016-10-06 14:49:21.292167"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos qui deleniti.\",\"text\":\"The SSL hard drive is down, reboot the cross-platform circuit so we can synthesize the JSON bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.293052"], ["updated_at", "2016-10-06 14:49:21.293052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi fugit dolorem rem et voluptatum.\",\"text\":\"If we parse the interface, we can get to the SCSI sensor through the redundant CSS transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.293980"], ["updated_at", "2016-10-06 14:49:21.293980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum nesciunt consectetur sunt ut.\",\"text\":\"I'll program the back-end RAM sensor, that should panel the GB panel!\"}"], ["created_at", "2016-10-06 14:49:21.294884"], ["updated_at", "2016-10-06 14:49:21.294884"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est fugiat pariatur est aut.\",\"text\":\"Synthesizing the panel won't do anything, we need to override the virtual usb alarm!\"}"], ["created_at", "2016-10-06 14:49:21.295742"], ["updated_at", "2016-10-06 14:49:21.295742"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque dignissimos sit deleniti ut ea et repellendus.\",\"text\":\"Try to generate the COM bandwidth, maybe it will copy the wireless driver!\"}"], ["created_at", "2016-10-06 14:49:21.296607"], ["updated_at", "2016-10-06 14:49:21.296607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque numquam ea dolores consequatur.\",\"text\":\"Use the 1080p COM monitor, then you can copy the back-end monitor!\"}"], ["created_at", "2016-10-06 14:49:21.297510"], ["updated_at", "2016-10-06 14:49:21.297510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed animi voluptate.\",\"text\":\"Try to compress the TCP array, maybe it will quantify the open-source microchip!\"}"], ["created_at", "2016-10-06 14:49:21.298383"], ["updated_at", "2016-10-06 14:49:21.298383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab laudantium sed libero eos.\",\"text\":\"Use the online COM matrix, then you can generate the mobile array!\"}"], ["created_at", "2016-10-06 14:49:21.299254"], ["updated_at", "2016-10-06 14:49:21.299254"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae et ratione sed odio voluptas.\",\"text\":\"Try to override the GB driver, maybe it will back up the 1080p bus!\"}"], ["created_at", "2016-10-06 14:49:21.300121"], ["updated_at", "2016-10-06 14:49:21.300121"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores quia repudiandae aliquam occaecati voluptatem aut architecto.\",\"text\":\"I'll copy the solid state SQL firewall, that should bandwidth the HTTP application!\"}"], ["created_at", "2016-10-06 14:49:21.300980"], ["updated_at", "2016-10-06 14:49:21.300980"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In odio voluptas voluptas.\",\"text\":\"I'll bypass the primary JBOD program, that should transmitter the SMTP microchip!\"}"], ["created_at", "2016-10-06 14:49:21.301934"], ["updated_at", "2016-10-06 14:49:21.301934"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet eos asperiores enim sit quisquam.\",\"text\":\"Use the auxiliary FTP feed, then you can program the optical application!\"}"], ["created_at", "2016-10-06 14:49:21.303133"], ["updated_at", "2016-10-06 14:49:21.303133"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quia qui et.\",\"text\":\"If we bypass the interface, we can get to the PNG alarm through the solid state FTP panel!\"}"], ["created_at", "2016-10-06 14:49:21.304139"], ["updated_at", "2016-10-06 14:49:21.304139"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus aut necessitatibus velit non dolores nam.\",\"text\":\"We need to connect the wireless PCI alarm!\"}"], ["created_at", "2016-10-06 14:49:21.305445"], ["updated_at", "2016-10-06 14:49:21.305445"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius sit excepturi et consequatur deleniti aut sed.\",\"text\":\"If we program the matrix, we can get to the JSON array through the wireless AGP matrix!\"}"], ["created_at", "2016-10-06 14:49:21.307210"], ["updated_at", "2016-10-06 14:49:21.307210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam veritatis eveniet odio voluptatem impedit officiis.\",\"text\":\"If we reboot the driver, we can get to the IB firewall through the digital XML interface!\"}"], ["created_at", "2016-10-06 14:49:21.308164"], ["updated_at", "2016-10-06 14:49:21.308164"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore voluptatem quae et.\",\"text\":\"I'll synthesize the primary SQL hard drive, that should feed the SMS program!\"}"], ["created_at", "2016-10-06 14:49:21.309039"], ["updated_at", "2016-10-06 14:49:21.309039"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae minima enim necessitatibus nostrum.\",\"text\":\"Try to back up the SMS program, maybe it will program the multi-byte array!\"}"], ["created_at", "2016-10-06 14:49:21.309908"], ["updated_at", "2016-10-06 14:49:21.309908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime at modi rerum nisi exercitationem.\",\"text\":\"We need to transmit the auxiliary XSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.310939"], ["updated_at", "2016-10-06 14:49:21.310939"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum impedit aliquid quam ipsam.\",\"text\":\"You can't override the panel without programming the back-end COM bus!\"}"], ["created_at", "2016-10-06 14:49:21.311822"], ["updated_at", "2016-10-06 14:49:21.311822"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni perspiciatis molestiae ut provident.\",\"text\":\"We need to parse the bluetooth XSS system!\"}"], ["created_at", "2016-10-06 14:49:21.312690"], ["updated_at", "2016-10-06 14:49:21.312690"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium libero quis possimus cupiditate.\",\"text\":\"We need to hack the mobile SMTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.313586"], ["updated_at", "2016-10-06 14:49:21.313586"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur sint rem placeat ab.\",\"text\":\"Try to connect the USB firewall, maybe it will connect the haptic monitor!\"}"], ["created_at", "2016-10-06 14:49:21.314464"], ["updated_at", "2016-10-06 14:49:21.314464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam repellendus sapiente ullam at doloribus enim.\",\"text\":\"You can't transmit the protocol without copying the online ADP monitor!\"}"], ["created_at", "2016-10-06 14:49:21.315371"], ["updated_at", "2016-10-06 14:49:21.315371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae inventore accusantium et id molestiae modi cum.\",\"text\":\"If we back up the bus, we can get to the JBOD bus through the cross-platform PCI protocol!\"}"], ["created_at", "2016-10-06 14:49:21.316228"], ["updated_at", "2016-10-06 14:49:21.316228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus eum tenetur tempore dolorem vel ad dicta.\",\"text\":\"I'll connect the 1080p RSS hard drive, that should bus the JSON microchip!\"}"], ["created_at", "2016-10-06 14:49:21.317087"], ["updated_at", "2016-10-06 14:49:21.317087"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum optio sed magni accusamus quam dolor.\",\"text\":\"If we quantify the interface, we can get to the SMTP firewall through the 1080p PCI array!\"}"], ["created_at", "2016-10-06 14:49:21.317946"], ["updated_at", "2016-10-06 14:49:21.317946"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam at dignissimos assumenda reprehenderit laborum.\",\"text\":\"Overriding the firewall won't do anything, we need to connect the open-source xss program!\"}"], ["created_at", "2016-10-06 14:49:21.318903"], ["updated_at", "2016-10-06 14:49:21.318903"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores itaque amet pariatur et quas commodi.\",\"text\":\"You can't back up the monitor without copying the virtual FTP driver!\"}"], ["created_at", "2016-10-06 14:49:21.319795"], ["updated_at", "2016-10-06 14:49:21.319795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et beatae laboriosam nemo.\",\"text\":\"I'll parse the neural TCP port, that should driver the COM circuit!\"}"], ["created_at", "2016-10-06 14:49:21.320648"], ["updated_at", "2016-10-06 14:49:21.320648"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem pariatur non perspiciatis veritatis repellendus occaecati voluptas.\",\"text\":\"I'll hack the digital PCI port, that should alarm the ADP alarm!\"}"], ["created_at", "2016-10-06 14:49:21.321505"], ["updated_at", "2016-10-06 14:49:21.321505"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim recusandae qui asperiores ut cumque adipisci incidunt.\",\"text\":\"I'll back up the solid state CSS application, that should bandwidth the HDD interface!\"}"], ["created_at", "2016-10-06 14:49:21.322450"], ["updated_at", "2016-10-06 14:49:21.322450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat exercitationem corrupti ab.\",\"text\":\"You can't calculate the circuit without bypassing the digital RAM protocol!\"}"], ["created_at", "2016-10-06 14:49:21.323330"], ["updated_at", "2016-10-06 14:49:21.323330"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam ipsam ab.\",\"text\":\"You can't synthesize the monitor without navigating the digital SSL panel!\"}"], ["created_at", "2016-10-06 14:49:21.324188"], ["updated_at", "2016-10-06 14:49:21.324188"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur quo debitis quasi qui ea saepe officiis.\",\"text\":\"The JSON program is down, connect the online interface so we can compress the ADP program!\"}"], ["created_at", "2016-10-06 14:49:21.325053"], ["updated_at", "2016-10-06 14:49:21.325053"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro nihil soluta aspernatur amet autem.\",\"text\":\"Use the digital FTP pixel, then you can hack the primary card!\"}"], ["created_at", "2016-10-06 14:49:21.325967"], ["updated_at", "2016-10-06 14:49:21.325967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus deserunt molestias doloremque.\",\"text\":\"Try to quantify the CSS alarm, maybe it will hack the auxiliary microchip!\"}"], ["created_at", "2016-10-06 14:49:21.326857"], ["updated_at", "2016-10-06 14:49:21.326857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim et optio fugit.\",\"text\":\"I'll program the bluetooth SAS card, that should alarm the IB application!\"}"], ["created_at", "2016-10-06 14:49:21.327769"], ["updated_at", "2016-10-06 14:49:21.327769"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est facere iusto.\",\"text\":\"I'll navigate the mobile ADP card, that should system the AGP bus!\"}"], ["created_at", "2016-10-06 14:49:21.328658"], ["updated_at", "2016-10-06 14:49:21.328658"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse eos commodi.\",\"text\":\"If we synthesize the panel, we can get to the SSL circuit through the back-end SDD transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.329484"], ["updated_at", "2016-10-06 14:49:21.329484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sit officia ad quas et soluta aliquid.\",\"text\":\"Synthesizing the firewall won't do anything, we need to synthesize the open-source ai port!\"}"], ["created_at", "2016-10-06 14:49:21.330397"], ["updated_at", "2016-10-06 14:49:21.330397"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore minus saepe.\",\"text\":\"Try to hack the USB program, maybe it will index the back-end hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.331267"], ["updated_at", "2016-10-06 14:49:21.331267"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis eius ratione.\",\"text\":\"I'll bypass the solid state XML program, that should transmitter the SCSI port!\"}"], ["created_at", "2016-10-06 14:49:21.332125"], ["updated_at", "2016-10-06 14:49:21.332125"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui natus in ut qui rem incidunt.\",\"text\":\"We need to index the cross-platform JSON sensor!\"}"], ["created_at", "2016-10-06 14:49:21.332980"], ["updated_at", "2016-10-06 14:49:21.332980"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam omnis molestiae est quae dolore illo.\",\"text\":\"If we reboot the firewall, we can get to the FTP system through the cross-platform CSS circuit!\"}"], ["created_at", "2016-10-06 14:49:21.333838"], ["updated_at", "2016-10-06 14:49:21.333838"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis dolores assumenda est quas inventore quia.\",\"text\":\"We need to copy the auxiliary PCI interface!\"}"], ["created_at", "2016-10-06 14:49:21.334790"], ["updated_at", "2016-10-06 14:49:21.334790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non sint dolores quod voluptatem et.\",\"text\":\"The XSS bus is down, synthesize the wireless sensor so we can calculate the RSS interface!\"}"], ["created_at", "2016-10-06 14:49:21.335701"], ["updated_at", "2016-10-06 14:49:21.335701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore consequatur officiis neque placeat reiciendis.\",\"text\":\"If we reboot the array, we can get to the COM bus through the 1080p XML card!\"}"], ["created_at", "2016-10-06 14:49:21.336560"], ["updated_at", "2016-10-06 14:49:21.336560"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id adipisci esse.\",\"text\":\"The SQL system is down, reboot the digital capacitor so we can program the PCI bus!\"}"], ["created_at", "2016-10-06 14:49:21.337442"], ["updated_at", "2016-10-06 14:49:21.337442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla et ipsum dolores et.\",\"text\":\"The XML alarm is down, hack the solid state monitor so we can index the THX circuit!\"}"], ["created_at", "2016-10-06 14:49:21.338403"], ["updated_at", "2016-10-06 14:49:21.338403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum eaque a.\",\"text\":\"Hacking the firewall won't do anything, we need to navigate the redundant usb array!\"}"], ["created_at", "2016-10-06 14:49:21.339258"], ["updated_at", "2016-10-06 14:49:21.339258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quis voluptatem aut vel voluptate.\",\"text\":\"I'll bypass the cross-platform FTP matrix, that should feed the IB monitor!\"}"], ["created_at", "2016-10-06 14:49:21.340158"], ["updated_at", "2016-10-06 14:49:21.340158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id aut rem dolores sed tempora ea.\",\"text\":\"You can't hack the matrix without quantifying the bluetooth AI hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.341006"], ["updated_at", "2016-10-06 14:49:21.341006"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum magni et voluptatibus.\",\"text\":\"We need to back up the auxiliary AGP monitor!\"}"], ["created_at", "2016-10-06 14:49:21.341887"], ["updated_at", "2016-10-06 14:49:21.341887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sed sit ut.\",\"text\":\"I'll override the haptic THX feed, that should firewall the THX transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.342797"], ["updated_at", "2016-10-06 14:49:21.342797"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus est incidunt minima iure.\",\"text\":\"I'll hack the bluetooth RSS microchip, that should program the JBOD firewall!\"}"], ["created_at", "2016-10-06 14:49:21.343665"], ["updated_at", "2016-10-06 14:49:21.343665"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid iure provident.\",\"text\":\"We need to transmit the primary COM monitor!\"}"], ["created_at", "2016-10-06 14:49:21.344538"], ["updated_at", "2016-10-06 14:49:21.344538"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi ipsa doloremque error architecto ut molestiae.\",\"text\":\"We need to generate the solid state SCSI card!\"}"], ["created_at", "2016-10-06 14:49:21.345398"], ["updated_at", "2016-10-06 14:49:21.345398"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut cumque repudiandae temporibus est voluptas qui.\",\"text\":\"Quantifying the firewall won't do anything, we need to compress the virtual ram protocol!\"}"], ["created_at", "2016-10-06 14:49:21.346295"], ["updated_at", "2016-10-06 14:49:21.346295"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui assumenda totam vero voluptatem at molestias.\",\"text\":\"The HTTP matrix is down, navigate the mobile protocol so we can index the COM bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.347224"], ["updated_at", "2016-10-06 14:49:21.347224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis tempora occaecati illum magnam.\",\"text\":\"I'll synthesize the wireless SMS firewall, that should microchip the PNG pixel!\"}"], ["created_at", "2016-10-06 14:49:21.348089"], ["updated_at", "2016-10-06 14:49:21.348089"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi magni itaque dolorem consequatur ipsa.\",\"text\":\"Use the virtual PNG sensor, then you can calculate the wireless monitor!\"}"], ["created_at", "2016-10-06 14:49:21.348950"], ["updated_at", "2016-10-06 14:49:21.348950"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum eaque impedit.\",\"text\":\"Use the auxiliary SSL bus, then you can bypass the primary capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.349838"], ["updated_at", "2016-10-06 14:49:21.349838"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium adipisci ad reiciendis atque voluptas.\",\"text\":\"I'll input the haptic PCI microchip, that should system the SQL port!\"}"], ["created_at", "2016-10-06 14:49:21.350763"], ["updated_at", "2016-10-06 14:49:21.350763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa laboriosam accusantium dolore explicabo in voluptatibus.\",\"text\":\"If we calculate the hard drive, we can get to the EXE feed through the cross-platform PCI hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.351621"], ["updated_at", "2016-10-06 14:49:21.351621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam magni praesentium debitis.\",\"text\":\"You can't reboot the array without synthesizing the online HTTP matrix!\"}"], ["created_at", "2016-10-06 14:49:21.352501"], ["updated_at", "2016-10-06 14:49:21.352501"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint quia et aspernatur voluptatem.\",\"text\":\"The JSON circuit is down, input the cross-platform alarm so we can program the JBOD feed!\"}"], ["created_at", "2016-10-06 14:49:21.353378"], ["updated_at", "2016-10-06 14:49:21.353378"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates occaecati fugit corrupti consequuntur.\",\"text\":\"I'll hack the multi-byte PNG application, that should feed the RSS system!\"}"], ["created_at", "2016-10-06 14:49:21.354315"], ["updated_at", "2016-10-06 14:49:21.354315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id ex nihil.\",\"text\":\"You can't input the panel without compressing the multi-byte SSL matrix!\"}"], ["created_at", "2016-10-06 14:49:21.355240"], ["updated_at", "2016-10-06 14:49:21.355240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor quis omnis unde cum autem.\",\"text\":\"The GB array is down, copy the online driver so we can override the SQL alarm!\"}"], ["created_at", "2016-10-06 14:49:21.356101"], ["updated_at", "2016-10-06 14:49:21.356101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam ullam corporis fuga magni quo.\",\"text\":\"We need to compress the neural ADP feed!\"}"], ["created_at", "2016-10-06 14:49:21.356954"], ["updated_at", "2016-10-06 14:49:21.356954"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui magni dolor molestias ad quam.\",\"text\":\"Try to connect the PCI feed, maybe it will hack the back-end application!\"}"], ["created_at", "2016-10-06 14:49:21.357819"], ["updated_at", "2016-10-06 14:49:21.357819"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est velit quo veniam repellendus sint neque.\",\"text\":\"I'll back up the 1080p TCP card, that should transmitter the HTTP circuit!\"}"], ["created_at", "2016-10-06 14:49:21.358746"], ["updated_at", "2016-10-06 14:49:21.358746"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere nobis nemo quae.\",\"text\":\"Try to index the COM alarm, maybe it will synthesize the optical array!\"}"], ["created_at", "2016-10-06 14:49:21.359609"], ["updated_at", "2016-10-06 14:49:21.359609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse iusto voluptatibus enim rem id et minima.\",\"text\":\"You can't copy the array without connecting the redundant JSON panel!\"}"], ["created_at", "2016-10-06 14:49:21.360485"], ["updated_at", "2016-10-06 14:49:21.360485"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut magnam odio aperiam.\",\"text\":\"Overriding the panel won't do anything, we need to connect the solid state css matrix!\"}"], ["created_at", "2016-10-06 14:49:21.361383"], ["updated_at", "2016-10-06 14:49:21.361383"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis ab perspiciatis non dolore reiciendis earum.\",\"text\":\"Use the multi-byte THX bandwidth, then you can parse the redundant transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.362274"], ["updated_at", "2016-10-06 14:49:21.362274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea sunt dolorem eos.\",\"text\":\"You can't compress the panel without backing up the primary COM interface!\"}"], ["created_at", "2016-10-06 14:49:21.363178"], ["updated_at", "2016-10-06 14:49:21.363178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque ea facere ipsam et.\",\"text\":\"We need to transmit the 1080p XSS pixel!\"}"], ["created_at", "2016-10-06 14:49:21.364040"], ["updated_at", "2016-10-06 14:49:21.364040"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium id ut qui consequatur velit nostrum.\",\"text\":\"If we calculate the matrix, we can get to the COM sensor through the virtual RAM program!\"}"], ["created_at", "2016-10-06 14:49:21.364895"], ["updated_at", "2016-10-06 14:49:21.364895"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam voluptas a delectus eaque fugit quam ut.\",\"text\":\"You can't navigate the matrix without hacking the open-source CSS bus!\"}"], ["created_at", "2016-10-06 14:49:21.365761"], ["updated_at", "2016-10-06 14:49:21.365761"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium in neque ad velit repellat libero aut.\",\"text\":\"I'll transmit the cross-platform SQL pixel, that should interface the TCP application!\"}"], ["created_at", "2016-10-06 14:49:21.366659"], ["updated_at", "2016-10-06 14:49:21.366659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores sequi commodi fugit.\",\"text\":\"I'll generate the optical AGP matrix, that should system the HDD system!\"}"], ["created_at", "2016-10-06 14:49:21.367567"], ["updated_at", "2016-10-06 14:49:21.367567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi et nihil repudiandae.\",\"text\":\"I'll quantify the cross-platform SAS capacitor, that should array the SQL matrix!\"}"], ["created_at", "2016-10-06 14:49:21.368428"], ["updated_at", "2016-10-06 14:49:21.368428"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dicta ab fuga.\",\"text\":\"We need to back up the auxiliary EXE driver!\"}"], ["created_at", "2016-10-06 14:49:21.369294"], ["updated_at", "2016-10-06 14:49:21.369294"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis deserunt inventore.\",\"text\":\"Indexing the pixel won't do anything, we need to synthesize the digital png capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.370177"], ["updated_at", "2016-10-06 14:49:21.370177"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis et sapiente eum.\",\"text\":\"Try to synthesize the SMTP transmitter, maybe it will transmit the multi-byte array!\"}"], ["created_at", "2016-10-06 14:49:21.372043"], ["updated_at", "2016-10-06 14:49:21.372043"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis accusantium omnis eum qui sed tempore.\",\"text\":\"I'll reboot the auxiliary SDD circuit, that should feed the SCSI feed!\"}"], ["created_at", "2016-10-06 14:49:21.373272"], ["updated_at", "2016-10-06 14:49:21.373272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio repellat at voluptatem.\",\"text\":\"If we hack the port, we can get to the EXE capacitor through the online PNG monitor!\"}"], ["created_at", "2016-10-06 14:49:21.374193"], ["updated_at", "2016-10-06 14:49:21.374193"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis omnis sint vitae dolores voluptas eum.\",\"text\":\"If we input the capacitor, we can get to the GB interface through the haptic SCSI program!\"}"], ["created_at", "2016-10-06 14:49:21.375130"], ["updated_at", "2016-10-06 14:49:21.375130"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus labore sint ut.\",\"text\":\"Synthesizing the protocol won't do anything, we need to program the wireless com monitor!\"}"], ["created_at", "2016-10-06 14:49:21.375972"], ["updated_at", "2016-10-06 14:49:21.375972"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse et explicabo nisi.\",\"text\":\"I'll bypass the redundant GB system, that should circuit the CSS card!\"}"], ["created_at", "2016-10-06 14:49:21.376890"], ["updated_at", "2016-10-06 14:49:21.376890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dicta voluptas.\",\"text\":\"I'll transmit the auxiliary RSS bandwidth, that should application the FTP circuit!\"}"], ["created_at", "2016-10-06 14:49:21.377761"], ["updated_at", "2016-10-06 14:49:21.377761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora maxime explicabo modi maiores perspiciatis.\",\"text\":\"The RAM program is down, generate the virtual feed so we can hack the CSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.378625"], ["updated_at", "2016-10-06 14:49:21.378625"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis est autem.\",\"text\":\"You can't compress the protocol without quantifying the neural JBOD firewall!\"}"], ["created_at", "2016-10-06 14:49:21.379480"], ["updated_at", "2016-10-06 14:49:21.379480"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In necessitatibus expedita.\",\"text\":\"Use the auxiliary XML application, then you can synthesize the auxiliary port!\"}"], ["created_at", "2016-10-06 14:49:21.380328"], ["updated_at", "2016-10-06 14:49:21.380328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In dicta aspernatur.\",\"text\":\"Try to connect the JSON transmitter, maybe it will synthesize the auxiliary interface!\"}"], ["created_at", "2016-10-06 14:49:21.381220"], ["updated_at", "2016-10-06 14:49:21.381220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem tempore repudiandae voluptates reprehenderit beatae accusamus.\",\"text\":\"Try to parse the RAM panel, maybe it will synthesize the digital capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.382076"], ["updated_at", "2016-10-06 14:49:21.382076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In at ullam occaecati qui aspernatur voluptatem fugiat.\",\"text\":\"Try to connect the CSS matrix, maybe it will override the cross-platform interface!\"}"], ["created_at", "2016-10-06 14:49:21.382946"], ["updated_at", "2016-10-06 14:49:21.382946"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum est et sint.\",\"text\":\"Try to navigate the SAS protocol, maybe it will parse the neural feed!\"}"], ["created_at", "2016-10-06 14:49:21.383799"], ["updated_at", "2016-10-06 14:49:21.383799"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ut aut necessitatibus dolores.\",\"text\":\"Use the open-source COM microchip, then you can override the neural alarm!\"}"], ["created_at", "2016-10-06 14:49:21.384680"], ["updated_at", "2016-10-06 14:49:21.384680"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt ut ut earum autem ullam ut.\",\"text\":\"Try to override the ADP sensor, maybe it will program the multi-byte port!\"}"], ["created_at", "2016-10-06 14:49:21.385545"], ["updated_at", "2016-10-06 14:49:21.385545"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure facere nihil vel sequi neque officia.\",\"text\":\"If we reboot the interface, we can get to the FTP microchip through the cross-platform TCP protocol!\"}"], ["created_at", "2016-10-06 14:49:21.386430"], ["updated_at", "2016-10-06 14:49:21.386430"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis autem aperiam laudantium numquam nulla saepe molestiae.\",\"text\":\"Try to index the HTTP port, maybe it will copy the primary bus!\"}"], ["created_at", "2016-10-06 14:49:21.387296"], ["updated_at", "2016-10-06 14:49:21.387296"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est maxime enim est.\",\"text\":\"I'll navigate the back-end XML firewall, that should port the AGP protocol!\"}"], ["created_at", "2016-10-06 14:49:21.388186"], ["updated_at", "2016-10-06 14:49:21.388186"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque quis necessitatibus dolore.\",\"text\":\"If we hack the protocol, we can get to the COM transmitter through the optical THX interface!\"}"], ["created_at", "2016-10-06 14:49:21.389048"], ["updated_at", "2016-10-06 14:49:21.389048"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod nemo assumenda deserunt autem saepe et molestias.\",\"text\":\"Navigating the program won't do anything, we need to synthesize the digital xml array!\"}"], ["created_at", "2016-10-06 14:49:21.389912"], ["updated_at", "2016-10-06 14:49:21.389912"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum delectus velit nobis sunt consequatur illum.\",\"text\":\"Calculating the bandwidth won't do anything, we need to synthesize the digital exe feed!\"}"], ["created_at", "2016-10-06 14:49:21.390779"], ["updated_at", "2016-10-06 14:49:21.390779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis deserunt dolores ea molestiae consequatur.\",\"text\":\"Use the wireless SCSI microchip, then you can generate the 1080p bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.391664"], ["updated_at", "2016-10-06 14:49:21.391664"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi ipsam officia et tempora error odio.\",\"text\":\"I'll navigate the digital RSS transmitter, that should program the XML port!\"}"], ["created_at", "2016-10-06 14:49:21.392518"], ["updated_at", "2016-10-06 14:49:21.392518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis sed perspiciatis unde.\",\"text\":\"Try to calculate the SMS monitor, maybe it will reboot the neural sensor!\"}"], ["created_at", "2016-10-06 14:49:21.393374"], ["updated_at", "2016-10-06 14:49:21.393374"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut repellendus ut dolore esse voluptates laudantium.\",\"text\":\"I'll generate the bluetooth SAS driver, that should bus the HDD application!\"}"], ["created_at", "2016-10-06 14:49:21.394251"], ["updated_at", "2016-10-06 14:49:21.394251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat aut saepe minus minima inventore accusamus et.\",\"text\":\"I'll hack the neural HDD program, that should driver the USB alarm!\"}"], ["created_at", "2016-10-06 14:49:21.395150"], ["updated_at", "2016-10-06 14:49:21.395150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae numquam deserunt rerum.\",\"text\":\"Parsing the sensor won't do anything, we need to compress the auxiliary smtp alarm!\"}"], ["created_at", "2016-10-06 14:49:21.396003"], ["updated_at", "2016-10-06 14:49:21.396003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi quo iure voluptatibus distinctio voluptas odio.\",\"text\":\"Indexing the hard drive won't do anything, we need to compress the primary ssl hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.396847"], ["updated_at", "2016-10-06 14:49:21.396847"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi nihil doloremque voluptas nisi occaecati.\",\"text\":\"The COM monitor is down, transmit the primary transmitter so we can bypass the EXE capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.397693"], ["updated_at", "2016-10-06 14:49:21.397693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel commodi quam aut fuga esse totam non.\",\"text\":\"I'll back up the redundant AGP application, that should firewall the PCI monitor!\"}"], ["created_at", "2016-10-06 14:49:21.398604"], ["updated_at", "2016-10-06 14:49:21.398604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat magnam voluptas.\",\"text\":\"We need to quantify the online JBOD feed!\"}"], ["created_at", "2016-10-06 14:49:21.399453"], ["updated_at", "2016-10-06 14:49:21.399453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis et optio dolorem provident consequatur repellat.\",\"text\":\"Try to override the SCSI port, maybe it will parse the mobile microchip!\"}"], ["created_at", "2016-10-06 14:49:21.400300"], ["updated_at", "2016-10-06 14:49:21.400300"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est hic consequatur quod numquam neque autem.\",\"text\":\"If we quantify the capacitor, we can get to the JSON bandwidth through the multi-byte XML transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.401140"], ["updated_at", "2016-10-06 14:49:21.401140"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut magnam voluptate ut quis.\",\"text\":\"The ADP matrix is down, parse the digital bandwidth so we can hack the SQL capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.402300"], ["updated_at", "2016-10-06 14:49:21.402300"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit molestiae doloribus eos sit quis sint.\",\"text\":\"Backing up the panel won't do anything, we need to synthesize the redundant css program!\"}"], ["created_at", "2016-10-06 14:49:21.403750"], ["updated_at", "2016-10-06 14:49:21.403750"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit aut odit sapiente sed aut.\",\"text\":\"I'll connect the haptic EXE interface, that should transmitter the TCP card!\"}"], ["created_at", "2016-10-06 14:49:21.404768"], ["updated_at", "2016-10-06 14:49:21.404768"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique quia vero et rem.\",\"text\":\"Try to override the SDD monitor, maybe it will transmit the redundant pixel!\"}"], ["created_at", "2016-10-06 14:49:21.406406"], ["updated_at", "2016-10-06 14:49:21.406406"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sint rerum commodi.\",\"text\":\"You can't connect the transmitter without generating the neural THX card!\"}"], ["created_at", "2016-10-06 14:49:21.407850"], ["updated_at", "2016-10-06 14:49:21.407850"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae ea qui facere voluptatibus soluta quia.\",\"text\":\"If we copy the sensor, we can get to the PNG feed through the redundant AGP panel!\"}"], ["created_at", "2016-10-06 14:49:21.408785"], ["updated_at", "2016-10-06 14:49:21.408785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam est et.\",\"text\":\"Programming the microchip won't do anything, we need to bypass the cross-platform css monitor!\"}"], ["created_at", "2016-10-06 14:49:21.409689"], ["updated_at", "2016-10-06 14:49:21.409689"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est alias illum est.\",\"text\":\"We need to synthesize the cross-platform FTP firewall!\"}"], ["created_at", "2016-10-06 14:49:21.410646"], ["updated_at", "2016-10-06 14:49:21.410646"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae aut earum.\",\"text\":\"I'll bypass the cross-platform HTTP system, that should panel the XML protocol!\"}"], ["created_at", "2016-10-06 14:49:21.411532"], ["updated_at", "2016-10-06 14:49:21.411532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus corrupti qui ea facilis voluptatibus possimus.\",\"text\":\"The TCP array is down, synthesize the virtual card so we can input the COM feed!\"}"], ["created_at", "2016-10-06 14:49:21.412403"], ["updated_at", "2016-10-06 14:49:21.412403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem iste modi qui consequatur sunt id aut.\",\"text\":\"We need to connect the open-source THX interface!\"}"], ["created_at", "2016-10-06 14:49:21.413303"], ["updated_at", "2016-10-06 14:49:21.413303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores nobis quis sit placeat enim est cupiditate.\",\"text\":\"Try to index the SSL pixel, maybe it will navigate the primary bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.414184"], ["updated_at", "2016-10-06 14:49:21.414184"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum est voluptatem cumque ipsam voluptas laborum aut.\",\"text\":\"Use the back-end XSS hard drive, then you can input the auxiliary bus!\"}"], ["created_at", "2016-10-06 14:49:21.415051"], ["updated_at", "2016-10-06 14:49:21.415051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit nostrum nihil qui adipisci officia dolorem.\",\"text\":\"If we input the bus, we can get to the SMS pixel through the open-source AI capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.415933"], ["updated_at", "2016-10-06 14:49:21.415933"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda qui et ullam.\",\"text\":\"Try to connect the SMTP bandwidth, maybe it will parse the multi-byte hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.416782"], ["updated_at", "2016-10-06 14:49:21.416782"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia sint repellat officia explicabo corporis aut veritatis.\",\"text\":\"Hacking the alarm won't do anything, we need to compress the haptic gb circuit!\"}"], ["created_at", "2016-10-06 14:49:21.417638"], ["updated_at", "2016-10-06 14:49:21.417638"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed aspernatur officiis omnis omnis repudiandae magni enim.\",\"text\":\"I'll generate the multi-byte AI transmitter, that should hard drive the XML transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.418538"], ["updated_at", "2016-10-06 14:49:21.418538"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni consequatur ipsum at quidem.\",\"text\":\"If we navigate the card, we can get to the SMS microchip through the multi-byte SMS program!\"}"], ["created_at", "2016-10-06 14:49:21.419469"], ["updated_at", "2016-10-06 14:49:21.419469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident nostrum dolorum.\",\"text\":\"The XML capacitor is down, input the multi-byte capacitor so we can copy the XSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.420349"], ["updated_at", "2016-10-06 14:49:21.420349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus reiciendis in optio magnam itaque amet accusantium.\",\"text\":\"Try to bypass the TCP hard drive, maybe it will transmit the mobile monitor!\"}"], ["created_at", "2016-10-06 14:49:21.421213"], ["updated_at", "2016-10-06 14:49:21.421213"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque unde nostrum et quaerat.\",\"text\":\"I'll override the 1080p SMS sensor, that should capacitor the THX driver!\"}"], ["created_at", "2016-10-06 14:49:21.422098"], ["updated_at", "2016-10-06 14:49:21.422098"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis rerum et iste est asperiores.\",\"text\":\"If we hack the panel, we can get to the THX panel through the haptic JBOD sensor!\"}"], ["created_at", "2016-10-06 14:49:21.423047"], ["updated_at", "2016-10-06 14:49:21.423047"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate consequatur omnis quas fugiat ullam non.\",\"text\":\"If we override the matrix, we can get to the SQL driver through the cross-platform SQL protocol!\"}"], ["created_at", "2016-10-06 14:49:21.424033"], ["updated_at", "2016-10-06 14:49:21.424033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas assumenda explicabo est molestiae dolorem ut culpa.\",\"text\":\"I'll generate the redundant SMTP driver, that should application the TCP card!\"}"], ["created_at", "2016-10-06 14:49:21.425022"], ["updated_at", "2016-10-06 14:49:21.425022"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est placeat et ullam quia.\",\"text\":\"Navigating the sensor won't do anything, we need to override the wireless ram firewall!\"}"], ["created_at", "2016-10-06 14:49:21.426020"], ["updated_at", "2016-10-06 14:49:21.426020"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem eos fuga quo consequatur assumenda est doloribus.\",\"text\":\"Try to copy the THX pixel, maybe it will input the auxiliary interface!\"}"], ["created_at", "2016-10-06 14:49:21.427124"], ["updated_at", "2016-10-06 14:49:21.427124"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut in maxime.\",\"text\":\"The SAS bandwidth is down, hack the solid state port so we can copy the THX alarm!\"}"], ["created_at", "2016-10-06 14:49:21.428186"], ["updated_at", "2016-10-06 14:49:21.428186"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae iste quaerat et.\",\"text\":\"You can't calculate the sensor without navigating the virtual THX bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.429249"], ["updated_at", "2016-10-06 14:49:21.429249"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim repellat itaque dolores.\",\"text\":\"Use the wireless RAM panel, then you can copy the bluetooth transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.430302"], ["updated_at", "2016-10-06 14:49:21.430302"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam voluptatem nobis aut aut harum et.\",\"text\":\"Calculating the sensor won't do anything, we need to reboot the mobile xss hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.431326"], ["updated_at", "2016-10-06 14:49:21.431326"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto qui cupiditate.\",\"text\":\"If we synthesize the hard drive, we can get to the AGP firewall through the online RAM transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.432381"], ["updated_at", "2016-10-06 14:49:21.432381"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et alias mollitia qui veritatis velit.\",\"text\":\"Try to index the ADP driver, maybe it will program the redundant monitor!\"}"], ["created_at", "2016-10-06 14:49:21.433391"], ["updated_at", "2016-10-06 14:49:21.433391"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda aliquam praesentium consequatur esse.\",\"text\":\"Try to calculate the THX microchip, maybe it will input the mobile microchip!\"}"], ["created_at", "2016-10-06 14:49:21.434422"], ["updated_at", "2016-10-06 14:49:21.434422"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus animi veritatis consequuntur.\",\"text\":\"Quantifying the array won't do anything, we need to program the primary ram card!\"}"], ["created_at", "2016-10-06 14:49:21.435548"], ["updated_at", "2016-10-06 14:49:21.435548"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis laudantium excepturi rerum distinctio sit accusantium dignissimos.\",\"text\":\"Copying the bus won't do anything, we need to bypass the bluetooth jbod transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.436695"], ["updated_at", "2016-10-06 14:49:21.436695"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias aliquid sit tenetur impedit harum inventore.\",\"text\":\"If we back up the bus, we can get to the SQL pixel through the optical EXE card!\"}"], ["created_at", "2016-10-06 14:49:21.437723"], ["updated_at", "2016-10-06 14:49:21.437723"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa aut suscipit.\",\"text\":\"Use the mobile GB sensor, then you can index the redundant bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.438748"], ["updated_at", "2016-10-06 14:49:21.438748"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio totam nemo in asperiores et ducimus.\",\"text\":\"Use the auxiliary USB port, then you can calculate the haptic driver!\"}"], ["created_at", "2016-10-06 14:49:21.439753"], ["updated_at", "2016-10-06 14:49:21.439753"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit ab nulla tempore.\",\"text\":\"If we override the application, we can get to the FTP alarm through the neural RAM program!\"}"], ["created_at", "2016-10-06 14:49:21.440815"], ["updated_at", "2016-10-06 14:49:21.440815"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae atque aut temporibus.\",\"text\":\"The XML hard drive is down, bypass the back-end array so we can connect the USB array!\"}"], ["created_at", "2016-10-06 14:49:21.441822"], ["updated_at", "2016-10-06 14:49:21.441822"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur labore facere voluptas deleniti est.\",\"text\":\"You can't input the bandwidth without compressing the online SSL driver!\"}"], ["created_at", "2016-10-06 14:49:21.442852"], ["updated_at", "2016-10-06 14:49:21.442852"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum temporibus omnis dolor dignissimos unde.\",\"text\":\"We need to generate the optical HTTP program!\"}"], ["created_at", "2016-10-06 14:49:21.443996"], ["updated_at", "2016-10-06 14:49:21.443996"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum voluptatem sint.\",\"text\":\"Use the online PNG interface, then you can override the back-end card!\"}"], ["created_at", "2016-10-06 14:49:21.445167"], ["updated_at", "2016-10-06 14:49:21.445167"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim sed autem.\",\"text\":\"Use the virtual HDD microchip, then you can parse the primary interface!\"}"], ["created_at", "2016-10-06 14:49:21.446197"], ["updated_at", "2016-10-06 14:49:21.446197"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum sit sit natus consequatur ad quidem dolor.\",\"text\":\"Overriding the sensor won't do anything, we need to back up the open-source exe bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.447154"], ["updated_at", "2016-10-06 14:49:21.447154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut numquam odit quasi voluptas quaerat.\",\"text\":\"If we quantify the panel, we can get to the AI application through the optical RAM monitor!\"}"], ["created_at", "2016-10-06 14:49:21.448068"], ["updated_at", "2016-10-06 14:49:21.448068"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia sint consequatur quod.\",\"text\":\"We need to calculate the primary EXE firewall!\"}"], ["created_at", "2016-10-06 14:49:21.449001"], ["updated_at", "2016-10-06 14:49:21.449001"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati accusantium consequatur voluptatem ut sunt.\",\"text\":\"Use the neural SQL interface, then you can generate the primary system!\"}"], ["created_at", "2016-10-06 14:49:21.449930"], ["updated_at", "2016-10-06 14:49:21.449930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore ipsum doloribus nam qui quae.\",\"text\":\"We need to override the auxiliary FTP system!\"}"], ["created_at", "2016-10-06 14:49:21.450922"], ["updated_at", "2016-10-06 14:49:21.450922"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum error qui nemo a qui.\",\"text\":\"If we quantify the firewall, we can get to the SCSI driver through the online SQL circuit!\"}"], ["created_at", "2016-10-06 14:49:21.451884"], ["updated_at", "2016-10-06 14:49:21.451884"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro cumque possimus fugit sunt dignissimos.\",\"text\":\"I'll program the back-end EXE protocol, that should sensor the THX port!\"}"], ["created_at", "2016-10-06 14:49:21.452841"], ["updated_at", "2016-10-06 14:49:21.452841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui aliquam quia aut occaecati.\",\"text\":\"I'll synthesize the haptic XSS alarm, that should protocol the SMS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.453702"], ["updated_at", "2016-10-06 14:49:21.453702"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et veniam rem vel voluptatem aspernatur.\",\"text\":\"Use the open-source AGP bus, then you can generate the 1080p array!\"}"], ["created_at", "2016-10-06 14:49:21.454595"], ["updated_at", "2016-10-06 14:49:21.454595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum possimus qui non.\",\"text\":\"Indexing the pixel won't do anything, we need to transmit the open-source smtp port!\"}"], ["created_at", "2016-10-06 14:49:21.455503"], ["updated_at", "2016-10-06 14:49:21.455503"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio aspernatur corrupti quam ullam molestiae.\",\"text\":\"Generating the circuit won't do anything, we need to transmit the optical ram system!\"}"], ["created_at", "2016-10-06 14:49:21.456360"], ["updated_at", "2016-10-06 14:49:21.456360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita numquam fuga ea eveniet necessitatibus incidunt.\",\"text\":\"I'll override the digital SMTP card, that should alarm the IB matrix!\"}"], ["created_at", "2016-10-06 14:49:21.457213"], ["updated_at", "2016-10-06 14:49:21.457213"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur rerum provident.\",\"text\":\"The SSL bandwidth is down, compress the online panel so we can back up the CSS driver!\"}"], ["created_at", "2016-10-06 14:49:21.458057"], ["updated_at", "2016-10-06 14:49:21.458057"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem neque asperiores et enim.\",\"text\":\"If we synthesize the bandwidth, we can get to the SSL transmitter through the bluetooth SSL card!\"}"], ["created_at", "2016-10-06 14:49:21.458982"], ["updated_at", "2016-10-06 14:49:21.458982"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis quia error omnis eius vel.\",\"text\":\"Use the primary SSL feed, then you can compress the bluetooth circuit!\"}"], ["created_at", "2016-10-06 14:49:21.459838"], ["updated_at", "2016-10-06 14:49:21.459838"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem sequi et earum sunt nulla quas.\",\"text\":\"Compressing the application won't do anything, we need to navigate the back-end xss interface!\"}"], ["created_at", "2016-10-06 14:49:21.460709"], ["updated_at", "2016-10-06 14:49:21.460709"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem porro ipsam.\",\"text\":\"The RAM matrix is down, override the primary circuit so we can index the HTTP card!\"}"], ["created_at", "2016-10-06 14:49:21.461568"], ["updated_at", "2016-10-06 14:49:21.461568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae nihil hic quo.\",\"text\":\"Try to calculate the CSS sensor, maybe it will connect the online protocol!\"}"], ["created_at", "2016-10-06 14:49:21.462477"], ["updated_at", "2016-10-06 14:49:21.462477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur veritatis occaecati non magni dolore adipisci.\",\"text\":\"Use the mobile SAS capacitor, then you can navigate the 1080p transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.463330"], ["updated_at", "2016-10-06 14:49:21.463330"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi animi nam velit soluta.\",\"text\":\"We need to hack the haptic GB application!\"}"], ["created_at", "2016-10-06 14:49:21.464188"], ["updated_at", "2016-10-06 14:49:21.464188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem laborum dicta cum sequi.\",\"text\":\"You can't synthesize the firewall without parsing the mobile CSS circuit!\"}"], ["created_at", "2016-10-06 14:49:21.465066"], ["updated_at", "2016-10-06 14:49:21.465066"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis numquam nobis omnis.\",\"text\":\"Try to generate the FTP system, maybe it will bypass the bluetooth hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.465918"], ["updated_at", "2016-10-06 14:49:21.465918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro magni ut nulla qui rem tempore illum.\",\"text\":\"Try to copy the XSS feed, maybe it will override the wireless panel!\"}"], ["created_at", "2016-10-06 14:49:21.466820"], ["updated_at", "2016-10-06 14:49:21.466820"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus asperiores maiores nihil.\",\"text\":\"If we quantify the bandwidth, we can get to the EXE bus through the back-end XSS microchip!\"}"], ["created_at", "2016-10-06 14:49:21.467672"], ["updated_at", "2016-10-06 14:49:21.467672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed rem et neque.\",\"text\":\"We need to back up the cross-platform RAM protocol!\"}"], ["created_at", "2016-10-06 14:49:21.468524"], ["updated_at", "2016-10-06 14:49:21.468524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque excepturi ea et ullam veniam omnis illum.\",\"text\":\"Hacking the circuit won't do anything, we need to navigate the haptic thx hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.469402"], ["updated_at", "2016-10-06 14:49:21.469402"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt voluptatem tempore asperiores qui.\",\"text\":\"Use the online SMTP monitor, then you can back up the solid state capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.470285"], ["updated_at", "2016-10-06 14:49:21.470285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quia quas iure quo repellat sunt.\",\"text\":\"We need to connect the auxiliary PCI pixel!\"}"], ["created_at", "2016-10-06 14:49:21.471274"], ["updated_at", "2016-10-06 14:49:21.471274"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In quia sequi.\",\"text\":\"Try to generate the SMS transmitter, maybe it will bypass the auxiliary feed!\"}"], ["created_at", "2016-10-06 14:49:21.472274"], ["updated_at", "2016-10-06 14:49:21.472274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta officiis error est cupiditate explicabo labore.\",\"text\":\"Use the bluetooth XSS feed, then you can program the back-end alarm!\"}"], ["created_at", "2016-10-06 14:49:21.473313"], ["updated_at", "2016-10-06 14:49:21.473313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum sed doloribus quo inventore itaque.\",\"text\":\"Try to calculate the HTTP bus, maybe it will transmit the solid state protocol!\"}"], ["created_at", "2016-10-06 14:49:21.474306"], ["updated_at", "2016-10-06 14:49:21.474306"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatum voluptatem nemo et inventore nesciunt suscipit.\",\"text\":\"The IB circuit is down, calculate the auxiliary pixel so we can quantify the RAM firewall!\"}"], ["created_at", "2016-10-06 14:49:21.475265"], ["updated_at", "2016-10-06 14:49:21.475265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum sed rerum non repellat.\",\"text\":\"Use the haptic EXE system, then you can transmit the auxiliary panel!\"}"], ["created_at", "2016-10-06 14:49:21.476262"], ["updated_at", "2016-10-06 14:49:21.476262"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut qui et.\",\"text\":\"You can't navigate the microchip without navigating the primary SCSI driver!\"}"], ["created_at", "2016-10-06 14:49:21.477233"], ["updated_at", "2016-10-06 14:49:21.477233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel voluptate exercitationem tempore voluptatem non.\",\"text\":\"I'll transmit the cross-platform EXE protocol, that should firewall the COM protocol!\"}"], ["created_at", "2016-10-06 14:49:21.478215"], ["updated_at", "2016-10-06 14:49:21.478215"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti et iure voluptatum saepe ut esse.\",\"text\":\"We need to calculate the redundant SMTP firewall!\"}"], ["created_at", "2016-10-06 14:49:21.479173"], ["updated_at", "2016-10-06 14:49:21.479173"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur molestiae quis cum aliquam dolorem omnis.\",\"text\":\"Connecting the array won't do anything, we need to parse the wireless sms program!\"}"], ["created_at", "2016-10-06 14:49:21.480159"], ["updated_at", "2016-10-06 14:49:21.480159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima laborum earum ut accusantium sunt.\",\"text\":\"We need to quantify the solid state TCP matrix!\"}"], ["created_at", "2016-10-06 14:49:21.481115"], ["updated_at", "2016-10-06 14:49:21.481115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut itaque neque molestiae ducimus fuga enim.\",\"text\":\"You can't transmit the microchip without compressing the neural PCI driver!\"}"], ["created_at", "2016-10-06 14:49:21.482071"], ["updated_at", "2016-10-06 14:49:21.482071"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ut eligendi eveniet voluptatem velit fuga cupiditate.\",\"text\":\"Programming the port won't do anything, we need to synthesize the wireless exe bus!\"}"], ["created_at", "2016-10-06 14:49:21.483060"], ["updated_at", "2016-10-06 14:49:21.483060"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo velit temporibus quasi quia doloribus.\",\"text\":\"Navigating the bandwidth won't do anything, we need to back up the online com card!\"}"], ["created_at", "2016-10-06 14:49:21.484305"], ["updated_at", "2016-10-06 14:49:21.484305"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae numquam minima impedit quos sunt.\",\"text\":\"Use the neural AI firewall, then you can connect the bluetooth monitor!\"}"], ["created_at", "2016-10-06 14:49:21.485591"], ["updated_at", "2016-10-06 14:49:21.485591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam excepturi soluta et.\",\"text\":\"The CSS monitor is down, transmit the primary protocol so we can index the XML monitor!\"}"], ["created_at", "2016-10-06 14:49:21.486623"], ["updated_at", "2016-10-06 14:49:21.486623"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit voluptates et iure officia voluptas ullam qui.\",\"text\":\"The SAS alarm is down, back up the solid state bus so we can connect the SAS transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.487574"], ["updated_at", "2016-10-06 14:49:21.487574"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam optio est inventore quis ipsam quaerat vel.\",\"text\":\"The SCSI port is down, index the 1080p sensor so we can synthesize the JBOD pixel!\"}"], ["created_at", "2016-10-06 14:49:21.488536"], ["updated_at", "2016-10-06 14:49:21.488536"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem sunt provident quisquam.\",\"text\":\"Overriding the microchip won't do anything, we need to bypass the 1080p json array!\"}"], ["created_at", "2016-10-06 14:49:21.489475"], ["updated_at", "2016-10-06 14:49:21.489475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur maxime optio culpa doloremque veniam aut.\",\"text\":\"You can't bypass the protocol without hacking the 1080p SSL matrix!\"}"], ["created_at", "2016-10-06 14:49:21.490444"], ["updated_at", "2016-10-06 14:49:21.490444"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis magni eos asperiores aperiam provident blanditiis.\",\"text\":\"The SMTP firewall is down, bypass the virtual pixel so we can quantify the RSS monitor!\"}"], ["created_at", "2016-10-06 14:49:21.491426"], ["updated_at", "2016-10-06 14:49:21.491426"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem quia cupiditate reiciendis officiis sequi consequuntur repellendus.\",\"text\":\"You can't calculate the interface without synthesizing the redundant FTP sensor!\"}"], ["created_at", "2016-10-06 14:49:21.492378"], ["updated_at", "2016-10-06 14:49:21.492378"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore est ut deserunt ab facilis.\",\"text\":\"If we back up the protocol, we can get to the RSS microchip through the virtual IB sensor!\"}"], ["created_at", "2016-10-06 14:49:21.493317"], ["updated_at", "2016-10-06 14:49:21.493317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem similique fugiat.\",\"text\":\"If we parse the panel, we can get to the THX pixel through the bluetooth EXE monitor!\"}"], ["created_at", "2016-10-06 14:49:21.494301"], ["updated_at", "2016-10-06 14:49:21.494301"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis aliquam eius ducimus quis at.\",\"text\":\"Try to reboot the RSS card, maybe it will back up the virtual panel!\"}"], ["created_at", "2016-10-06 14:49:21.495249"], ["updated_at", "2016-10-06 14:49:21.495249"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis commodi voluptate accusamus accusantium nisi.\",\"text\":\"Quantifying the bus won't do anything, we need to input the auxiliary xml hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.496222"], ["updated_at", "2016-10-06 14:49:21.496222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed iure ipsam quia aliquam optio aut.\",\"text\":\"If we synthesize the bus, we can get to the HDD protocol through the solid state SMS panel!\"}"], ["created_at", "2016-10-06 14:49:21.497188"], ["updated_at", "2016-10-06 14:49:21.497188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nostrum explicabo velit aut.\",\"text\":\"Try to parse the SMTP protocol, maybe it will back up the multi-byte capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.498124"], ["updated_at", "2016-10-06 14:49:21.498124"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam dolore animi error tempore modi odit.\",\"text\":\"Transmitting the card won't do anything, we need to override the wireless ai program!\"}"], ["created_at", "2016-10-06 14:49:21.499089"], ["updated_at", "2016-10-06 14:49:21.499089"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum non nesciunt sapiente expedita dolor minus alias.\",\"text\":\"Connecting the bandwidth won't do anything, we need to override the auxiliary sql system!\"}"], ["created_at", "2016-10-06 14:49:21.500055"], ["updated_at", "2016-10-06 14:49:21.500055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus et molestiae a nesciunt voluptatibus.\",\"text\":\"The HTTP capacitor is down, hack the multi-byte monitor so we can override the HTTP panel!\"}"], ["created_at", "2016-10-06 14:49:21.501005"], ["updated_at", "2016-10-06 14:49:21.501005"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus non quasi aut alias omnis nihil.\",\"text\":\"Use the back-end PNG feed, then you can back up the virtual hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.501963"], ["updated_at", "2016-10-06 14:49:21.501963"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae ut omnis quos est sint.\",\"text\":\"We need to generate the 1080p RSS system!\"}"], ["created_at", "2016-10-06 14:49:21.503193"], ["updated_at", "2016-10-06 14:49:21.503193"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut corporis minima consequatur aut quia quia labore.\",\"text\":\"Try to back up the IB program, maybe it will copy the mobile capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.504265"], ["updated_at", "2016-10-06 14:49:21.504265"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto et id nostrum recusandae.\",\"text\":\"I'll parse the 1080p SAS array, that should driver the JBOD matrix!\"}"], ["created_at", "2016-10-06 14:49:21.505569"], ["updated_at", "2016-10-06 14:49:21.505569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore non ut consequatur dolor voluptas quod ea.\",\"text\":\"I'll bypass the auxiliary SQL panel, that should microchip the SQL pixel!\"}"], ["created_at", "2016-10-06 14:49:21.507493"], ["updated_at", "2016-10-06 14:49:21.507493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est consectetur rem sint culpa enim repudiandae.\",\"text\":\"You can't override the microchip without overriding the open-source RSS driver!\"}"], ["created_at", "2016-10-06 14:49:21.508461"], ["updated_at", "2016-10-06 14:49:21.508461"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id tempore enim non sit velit sed.\",\"text\":\"The HDD alarm is down, connect the multi-byte pixel so we can hack the JBOD circuit!\"}"], ["created_at", "2016-10-06 14:49:21.509353"], ["updated_at", "2016-10-06 14:49:21.509353"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus est dolorum aut.\",\"text\":\"Programming the program won't do anything, we need to quantify the optical ram monitor!\"}"], ["created_at", "2016-10-06 14:49:21.510377"], ["updated_at", "2016-10-06 14:49:21.510377"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In enim ut qui dolores.\",\"text\":\"Use the bluetooth USB capacitor, then you can navigate the digital hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.511282"], ["updated_at", "2016-10-06 14:49:21.511282"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus est ut perspiciatis pariatur.\",\"text\":\"Try to hack the AGP feed, maybe it will copy the online interface!\"}"], ["created_at", "2016-10-06 14:49:21.512464"], ["updated_at", "2016-10-06 14:49:21.512464"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat sunt voluptatum adipisci.\",\"text\":\"We need to reboot the solid state GB firewall!\"}"], ["created_at", "2016-10-06 14:49:21.513730"], ["updated_at", "2016-10-06 14:49:21.513730"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quod voluptate ut voluptas officiis iusto est.\",\"text\":\"You can't bypass the matrix without parsing the virtual XML feed!\"}"], ["created_at", "2016-10-06 14:49:21.515561"], ["updated_at", "2016-10-06 14:49:21.515561"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit magnam ab.\",\"text\":\"Use the optical SQL driver, then you can connect the open-source alarm!\"}"], ["created_at", "2016-10-06 14:49:21.517456"], ["updated_at", "2016-10-06 14:49:21.517456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque inventore culpa amet velit.\",\"text\":\"Use the virtual AGP capacitor, then you can connect the online panel!\"}"], ["created_at", "2016-10-06 14:49:21.519700"], ["updated_at", "2016-10-06 14:49:21.519700"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid enim rerum voluptas ea nulla officia et.\",\"text\":\"If we transmit the program, we can get to the HDD card through the auxiliary SAS application!\"}"], ["created_at", "2016-10-06 14:49:21.520704"], ["updated_at", "2016-10-06 14:49:21.520704"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia distinctio veritatis debitis quis quasi earum velit.\",\"text\":\"Use the neural ADP bus, then you can connect the virtual interface!\"}"], ["created_at", "2016-10-06 14:49:21.522970"], ["updated_at", "2016-10-06 14:49:21.522970"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis excepturi dolor deserunt ab nostrum qui.\",\"text\":\"Use the 1080p SCSI array, then you can program the multi-byte capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.525472"], ["updated_at", "2016-10-06 14:49:21.525472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident accusamus ut odit repellat quis rerum.\",\"text\":\"You can't back up the bus without programming the digital GB interface!\"}"], ["created_at", "2016-10-06 14:49:21.526517"], ["updated_at", "2016-10-06 14:49:21.526517"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A dignissimos expedita.\",\"text\":\"Generating the driver won't do anything, we need to synthesize the optical gb hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.527560"], ["updated_at", "2016-10-06 14:49:21.527560"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero et exercitationem sit necessitatibus quidem fugiat deserunt.\",\"text\":\"Try to override the RSS panel, maybe it will parse the virtual transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.528494"], ["updated_at", "2016-10-06 14:49:21.528494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos corporis nam vero dolores.\",\"text\":\"Use the open-source PNG bandwidth, then you can navigate the wireless capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.529419"], ["updated_at", "2016-10-06 14:49:21.529419"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat similique rerum sit provident ab voluptatibus.\",\"text\":\"I'll synthesize the 1080p HTTP alarm, that should system the SMTP array!\"}"], ["created_at", "2016-10-06 14:49:21.530331"], ["updated_at", "2016-10-06 14:49:21.530331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur sit ut aut pariatur.\",\"text\":\"We need to program the bluetooth EXE interface!\"}"], ["created_at", "2016-10-06 14:49:21.531203"], ["updated_at", "2016-10-06 14:49:21.531203"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quod amet et et.\",\"text\":\"The SCSI feed is down, override the digital transmitter so we can program the SAS interface!\"}"], ["created_at", "2016-10-06 14:49:21.532092"], ["updated_at", "2016-10-06 14:49:21.532092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint qui temporibus non doloribus quo voluptates ut.\",\"text\":\"Hacking the bus won't do anything, we need to override the 1080p sdd firewall!\"}"], ["created_at", "2016-10-06 14:49:21.533008"], ["updated_at", "2016-10-06 14:49:21.533008"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat ab numquam voluptatem delectus saepe.\",\"text\":\"I'll override the primary SMS monitor, that should alarm the PNG alarm!\"}"], ["created_at", "2016-10-06 14:49:21.533899"], ["updated_at", "2016-10-06 14:49:21.533899"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima recusandae voluptate nemo ex natus labore.\",\"text\":\"You can't copy the matrix without compressing the mobile ADP bus!\"}"], ["created_at", "2016-10-06 14:49:21.544562"], ["updated_at", "2016-10-06 14:49:21.544562"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem officia suscipit in est quidem molestiae nisi.\",\"text\":\"We need to generate the multi-byte SMTP system!\"}"], ["created_at", "2016-10-06 14:49:21.545866"], ["updated_at", "2016-10-06 14:49:21.545866"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam enim laboriosam mollitia rerum deserunt.\",\"text\":\"Overriding the interface won't do anything, we need to navigate the haptic thx capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.546945"], ["updated_at", "2016-10-06 14:49:21.546945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt quos ut et porro incidunt.\",\"text\":\"We need to transmit the redundant GB driver!\"}"], ["created_at", "2016-10-06 14:49:21.547959"], ["updated_at", "2016-10-06 14:49:21.547959"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores itaque consequuntur omnis minus sapiente eaque totam.\",\"text\":\"You can't navigate the driver without navigating the redundant SCSI sensor!\"}"], ["created_at", "2016-10-06 14:49:21.548840"], ["updated_at", "2016-10-06 14:49:21.548840"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem animi et voluptatibus optio necessitatibus quis qui.\",\"text\":\"The GB interface is down, index the 1080p program so we can reboot the THX protocol!\"}"], ["created_at", "2016-10-06 14:49:21.549724"], ["updated_at", "2016-10-06 14:49:21.549724"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non delectus aperiam exercitationem qui et.\",\"text\":\"We need to compress the mobile ADP alarm!\"}"], ["created_at", "2016-10-06 14:49:21.550706"], ["updated_at", "2016-10-06 14:49:21.550706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi iusto veritatis voluptas omnis itaque molestiae eius.\",\"text\":\"Use the optical RAM system, then you can parse the haptic firewall!\"}"], ["created_at", "2016-10-06 14:49:21.551604"], ["updated_at", "2016-10-06 14:49:21.551604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At distinctio eos voluptate.\",\"text\":\"If we synthesize the feed, we can get to the IB protocol through the haptic HDD capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.552574"], ["updated_at", "2016-10-06 14:49:21.552574"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui magni ipsa voluptatum excepturi vitae est.\",\"text\":\"If we quantify the interface, we can get to the AGP panel through the bluetooth ADP hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.553485"], ["updated_at", "2016-10-06 14:49:21.553485"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex veritatis eaque.\",\"text\":\"Use the neural RAM pixel, then you can connect the haptic circuit!\"}"], ["created_at", "2016-10-06 14:49:21.554434"], ["updated_at", "2016-10-06 14:49:21.554434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos pariatur a molestias nihil sed quisquam.\",\"text\":\"You can't transmit the driver without calculating the wireless IB panel!\"}"], ["created_at", "2016-10-06 14:49:21.555335"], ["updated_at", "2016-10-06 14:49:21.555335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic neque delectus corrupti officia.\",\"text\":\"Programming the transmitter won't do anything, we need to bypass the back-end agp panel!\"}"], ["created_at", "2016-10-06 14:49:21.556215"], ["updated_at", "2016-10-06 14:49:21.556215"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt veritatis suscipit qui nulla fugit voluptatibus qui.\",\"text\":\"You can't transmit the capacitor without indexing the virtual XSS panel!\"}"], ["created_at", "2016-10-06 14:49:21.557112"], ["updated_at", "2016-10-06 14:49:21.557112"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor fugiat consequatur et eos.\",\"text\":\"Try to compress the FTP monitor, maybe it will back up the virtual microchip!\"}"], ["created_at", "2016-10-06 14:49:21.558016"], ["updated_at", "2016-10-06 14:49:21.558016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sequi voluptas fugiat non veritatis ea aut.\",\"text\":\"You can't connect the array without overriding the virtual USB pixel!\"}"], ["created_at", "2016-10-06 14:49:21.558917"], ["updated_at", "2016-10-06 14:49:21.558917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam explicabo deserunt cum.\",\"text\":\"If we program the pixel, we can get to the CSS capacitor through the online AI bus!\"}"], ["created_at", "2016-10-06 14:49:21.559779"], ["updated_at", "2016-10-06 14:49:21.559779"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur accusamus culpa ipsum sit fuga id amet.\",\"text\":\"I'll index the haptic RAM port, that should capacitor the HDD microchip!\"}"], ["created_at", "2016-10-06 14:49:21.560672"], ["updated_at", "2016-10-06 14:49:21.560672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam cum architecto numquam.\",\"text\":\"I'll override the primary AGP driver, that should bandwidth the JBOD card!\"}"], ["created_at", "2016-10-06 14:49:21.561590"], ["updated_at", "2016-10-06 14:49:21.561590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis repudiandae eum dolores ducimus qui.\",\"text\":\"I'll calculate the multi-byte AGP protocol, that should protocol the RAM feed!\"}"], ["created_at", "2016-10-06 14:49:21.562469"], ["updated_at", "2016-10-06 14:49:21.562469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit sequi eum laborum facere.\",\"text\":\"Calculating the firewall won't do anything, we need to reboot the 1080p thx protocol!\"}"], ["created_at", "2016-10-06 14:49:21.563329"], ["updated_at", "2016-10-06 14:49:21.563329"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui officia animi alias iusto esse.\",\"text\":\"The GB hard drive is down, input the neural application so we can calculate the COM panel!\"}"], ["created_at", "2016-10-06 14:49:21.564186"], ["updated_at", "2016-10-06 14:49:21.564186"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ex modi facere vel dolores magnam.\",\"text\":\"If we bypass the transmitter, we can get to the XSS firewall through the bluetooth THX pixel!\"}"], ["created_at", "2016-10-06 14:49:21.565092"], ["updated_at", "2016-10-06 14:49:21.565092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis neque placeat et ullam esse quo doloremque.\",\"text\":\"Programming the array won't do anything, we need to generate the haptic sdd card!\"}"], ["created_at", "2016-10-06 14:49:21.565949"], ["updated_at", "2016-10-06 14:49:21.565949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ad et asperiores dolorem.\",\"text\":\"The GB system is down, navigate the solid state interface so we can copy the RAM hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.566865"], ["updated_at", "2016-10-06 14:49:21.566865"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et eligendi.\",\"text\":\"Hacking the system won't do anything, we need to input the wireless sql system!\"}"], ["created_at", "2016-10-06 14:49:21.567769"], ["updated_at", "2016-10-06 14:49:21.567769"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique porro officiis ut impedit et dolores.\",\"text\":\"The PCI capacitor is down, connect the 1080p transmitter so we can index the THX driver!\"}"], ["created_at", "2016-10-06 14:49:21.568732"], ["updated_at", "2016-10-06 14:49:21.568732"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad nam corporis.\",\"text\":\"Programming the feed won't do anything, we need to compress the digital scsi pixel!\"}"], ["created_at", "2016-10-06 14:49:21.569638"], ["updated_at", "2016-10-06 14:49:21.569638"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita quae consequatur.\",\"text\":\"Try to hack the SCSI microchip, maybe it will bypass the haptic circuit!\"}"], ["created_at", "2016-10-06 14:49:21.570505"], ["updated_at", "2016-10-06 14:49:21.570505"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis voluptatem odio itaque est ea.\",\"text\":\"The HDD pixel is down, reboot the online pixel so we can compress the SSL transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.571366"], ["updated_at", "2016-10-06 14:49:21.571366"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et enim rerum dicta odio et omnis et.\",\"text\":\"You can't copy the array without synthesizing the optical RAM matrix!\"}"], ["created_at", "2016-10-06 14:49:21.572235"], ["updated_at", "2016-10-06 14:49:21.572235"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut praesentium ut.\",\"text\":\"Synthesizing the bus won't do anything, we need to calculate the 1080p hdd monitor!\"}"], ["created_at", "2016-10-06 14:49:21.573186"], ["updated_at", "2016-10-06 14:49:21.573186"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum inventore incidunt.\",\"text\":\"You can't connect the bus without indexing the solid state ADP alarm!\"}"], ["created_at", "2016-10-06 14:49:21.574119"], ["updated_at", "2016-10-06 14:49:21.574119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores ad libero qui ea ut eius ab.\",\"text\":\"I'll bypass the digital SMTP hard drive, that should bus the SSL hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.575013"], ["updated_at", "2016-10-06 14:49:21.575013"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum laboriosam nisi perferendis quibusdam expedita tenetur libero.\",\"text\":\"Connecting the bus won't do anything, we need to calculate the multi-byte xss driver!\"}"], ["created_at", "2016-10-06 14:49:21.575868"], ["updated_at", "2016-10-06 14:49:21.575868"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem voluptate inventore ab.\",\"text\":\"I'll bypass the wireless COM bus, that should monitor the PNG card!\"}"], ["created_at", "2016-10-06 14:49:21.576785"], ["updated_at", "2016-10-06 14:49:21.576785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque consequatur a nesciunt voluptas.\",\"text\":\"We need to transmit the wireless PNG sensor!\"}"], ["created_at", "2016-10-06 14:49:21.577719"], ["updated_at", "2016-10-06 14:49:21.577719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum architecto magnam numquam.\",\"text\":\"You can't calculate the firewall without compressing the solid state IB transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.578631"], ["updated_at", "2016-10-06 14:49:21.578631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem sunt sint.\",\"text\":\"Use the mobile THX bus, then you can quantify the bluetooth interface!\"}"], ["created_at", "2016-10-06 14:49:21.579525"], ["updated_at", "2016-10-06 14:49:21.579525"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur qui id quidem accusamus et.\",\"text\":\"Use the 1080p SDD interface, then you can navigate the solid state system!\"}"], ["created_at", "2016-10-06 14:49:21.580378"], ["updated_at", "2016-10-06 14:49:21.580378"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui id consectetur.\",\"text\":\"Use the haptic USB port, then you can reboot the online system!\"}"], ["created_at", "2016-10-06 14:49:21.581283"], ["updated_at", "2016-10-06 14:49:21.581283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic corporis dicta.\",\"text\":\"You can't synthesize the capacitor without backing up the digital COM system!\"}"], ["created_at", "2016-10-06 14:49:21.582143"], ["updated_at", "2016-10-06 14:49:21.582143"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem voluptatibus possimus sapiente.\",\"text\":\"Overriding the port won't do anything, we need to bypass the optical agp pixel!\"}"], ["created_at", "2016-10-06 14:49:21.582994"], ["updated_at", "2016-10-06 14:49:21.582994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos possimus facere.\",\"text\":\"The AGP firewall is down, back up the solid state capacitor so we can synthesize the ADP array!\"}"], ["created_at", "2016-10-06 14:49:21.583858"], ["updated_at", "2016-10-06 14:49:21.583858"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta eaque voluptates omnis.\",\"text\":\"Use the digital USB monitor, then you can program the solid state monitor!\"}"], ["created_at", "2016-10-06 14:49:21.584748"], ["updated_at", "2016-10-06 14:49:21.584748"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aperiam eius modi ad.\",\"text\":\"If we synthesize the interface, we can get to the GB program through the mobile PNG system!\"}"], ["created_at", "2016-10-06 14:49:21.585677"], ["updated_at", "2016-10-06 14:49:21.585677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque dolore inventore.\",\"text\":\"We need to bypass the bluetooth RAM feed!\"}"], ["created_at", "2016-10-06 14:49:21.586562"], ["updated_at", "2016-10-06 14:49:21.586562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis perferendis voluptas deserunt aliquid ratione facere in.\",\"text\":\"Calculating the alarm won't do anything, we need to override the open-source jbod monitor!\"}"], ["created_at", "2016-10-06 14:49:21.587425"], ["updated_at", "2016-10-06 14:49:21.587425"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto suscipit et voluptatum qui consequatur fugiat quos.\",\"text\":\"You can't copy the matrix without hacking the virtual JBOD microchip!\"}"], ["created_at", "2016-10-06 14:49:21.588304"], ["updated_at", "2016-10-06 14:49:21.588304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum incidunt odio eum.\",\"text\":\"If we connect the system, we can get to the RAM driver through the auxiliary XSS driver!\"}"], ["created_at", "2016-10-06 14:49:21.589237"], ["updated_at", "2016-10-06 14:49:21.589237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nihil et.\",\"text\":\"Connecting the alarm won't do anything, we need to synthesize the 1080p adp protocol!\"}"], ["created_at", "2016-10-06 14:49:21.590084"], ["updated_at", "2016-10-06 14:49:21.590084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut deserunt odio eum qui delectus sapiente laborum.\",\"text\":\"Parsing the driver won't do anything, we need to synthesize the haptic com pixel!\"}"], ["created_at", "2016-10-06 14:49:21.590963"], ["updated_at", "2016-10-06 14:49:21.590963"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est adipisci est sit qui itaque facere fugiat.\",\"text\":\"You can't connect the sensor without programming the online JSON system!\"}"], ["created_at", "2016-10-06 14:49:21.591846"], ["updated_at", "2016-10-06 14:49:21.591846"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium aliquid non qui harum ea et voluptas.\",\"text\":\"If we quantify the hard drive, we can get to the THX system through the auxiliary PCI pixel!\"}"], ["created_at", "2016-10-06 14:49:21.592738"], ["updated_at", "2016-10-06 14:49:21.592738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis est similique.\",\"text\":\"You can't index the sensor without compressing the redundant GB protocol!\"}"], ["created_at", "2016-10-06 14:49:21.593605"], ["updated_at", "2016-10-06 14:49:21.593605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem et vel eos praesentium necessitatibus dolorem.\",\"text\":\"If we compress the alarm, we can get to the XML bandwidth through the mobile THX feed!\"}"], ["created_at", "2016-10-06 14:49:21.594498"], ["updated_at", "2016-10-06 14:49:21.594498"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus molestiae autem ipsa sit.\",\"text\":\"If we program the protocol, we can get to the FTP firewall through the virtual THX pixel!\"}"], ["created_at", "2016-10-06 14:49:21.595351"], ["updated_at", "2016-10-06 14:49:21.595351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque eius voluptates.\",\"text\":\"Use the digital RAM matrix, then you can input the redundant protocol!\"}"], ["created_at", "2016-10-06 14:49:21.596254"], ["updated_at", "2016-10-06 14:49:21.596254"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia sapiente quia autem nihil et quos.\",\"text\":\"If we program the array, we can get to the XSS array through the solid state AI bus!\"}"], ["created_at", "2016-10-06 14:49:21.597115"], ["updated_at", "2016-10-06 14:49:21.597115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et ut facilis in sit quam.\",\"text\":\"Use the cross-platform RSS system, then you can compress the cross-platform alarm!\"}"], ["created_at", "2016-10-06 14:49:21.597964"], ["updated_at", "2016-10-06 14:49:21.597964"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil eum ea est accusantium numquam suscipit.\",\"text\":\"Copying the protocol won't do anything, we need to navigate the cross-platform ib transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.598829"], ["updated_at", "2016-10-06 14:49:21.598829"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum vel perspiciatis ut.\",\"text\":\"I'll input the neural THX transmitter, that should capacitor the SQL interface!\"}"], ["created_at", "2016-10-06 14:49:21.599745"], ["updated_at", "2016-10-06 14:49:21.599745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestiae adipisci laborum.\",\"text\":\"You can't quantify the feed without transmitting the online FTP circuit!\"}"], ["created_at", "2016-10-06 14:49:21.600643"], ["updated_at", "2016-10-06 14:49:21.600643"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni sed ipsa.\",\"text\":\"We need to navigate the back-end AI circuit!\"}"], ["created_at", "2016-10-06 14:49:21.601510"], ["updated_at", "2016-10-06 14:49:21.601510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem quam harum.\",\"text\":\"Use the optical CSS matrix, then you can parse the 1080p array!\"}"], ["created_at", "2016-10-06 14:49:21.602454"], ["updated_at", "2016-10-06 14:49:21.602454"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum et in ea eligendi dolores quam.\",\"text\":\"We need to program the redundant HDD protocol!\"}"], ["created_at", "2016-10-06 14:49:21.603407"], ["updated_at", "2016-10-06 14:49:21.603407"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore natus non aut a quod iure.\",\"text\":\"I'll program the digital HDD capacitor, that should bus the JSON alarm!\"}"], ["created_at", "2016-10-06 14:49:21.604554"], ["updated_at", "2016-10-06 14:49:21.604554"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi exercitationem dolor architecto.\",\"text\":\"If we connect the array, we can get to the SMTP port through the online SQL microchip!\"}"], ["created_at", "2016-10-06 14:49:21.605558"], ["updated_at", "2016-10-06 14:49:21.605558"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis tempore est non perferendis et.\",\"text\":\"If we override the driver, we can get to the THX matrix through the 1080p FTP pixel!\"}"], ["created_at", "2016-10-06 14:49:21.606717"], ["updated_at", "2016-10-06 14:49:21.606717"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt voluptatum facere.\",\"text\":\"Use the redundant TCP firewall, then you can program the haptic card!\"}"], ["created_at", "2016-10-06 14:49:21.608636"], ["updated_at", "2016-10-06 14:49:21.608636"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit non est.\",\"text\":\"You can't navigate the alarm without compressing the online USB system!\"}"], ["created_at", "2016-10-06 14:49:21.609609"], ["updated_at", "2016-10-06 14:49:21.609609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum dolorum quia facilis.\",\"text\":\"The SAS array is down, transmit the back-end circuit so we can copy the SCSI feed!\"}"], ["created_at", "2016-10-06 14:49:21.610607"], ["updated_at", "2016-10-06 14:49:21.610607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur et ipsam quaerat laudantium magni et.\",\"text\":\"You can't calculate the panel without indexing the mobile THX bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.611535"], ["updated_at", "2016-10-06 14:49:21.611535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere sint ut.\",\"text\":\"You can't compress the system without indexing the redundant SMS firewall!\"}"], ["created_at", "2016-10-06 14:49:21.612441"], ["updated_at", "2016-10-06 14:49:21.612441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus veniam et reprehenderit.\",\"text\":\"Use the back-end RSS system, then you can input the haptic matrix!\"}"], ["created_at", "2016-10-06 14:49:21.613322"], ["updated_at", "2016-10-06 14:49:21.613322"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut unde autem sit est.\",\"text\":\"Try to compress the SAS protocol, maybe it will compress the 1080p application!\"}"], ["created_at", "2016-10-06 14:49:21.614252"], ["updated_at", "2016-10-06 14:49:21.614252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quia debitis.\",\"text\":\"If we compress the driver, we can get to the SMS application through the online SMTP feed!\"}"], ["created_at", "2016-10-06 14:49:21.615181"], ["updated_at", "2016-10-06 14:49:21.615181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae aut ut.\",\"text\":\"Try to index the SDD hard drive, maybe it will connect the bluetooth interface!\"}"], ["created_at", "2016-10-06 14:49:21.616102"], ["updated_at", "2016-10-06 14:49:21.616102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur quis aliquid vel exercitationem.\",\"text\":\"Try to compress the PNG bandwidth, maybe it will compress the back-end protocol!\"}"], ["created_at", "2016-10-06 14:49:21.617019"], ["updated_at", "2016-10-06 14:49:21.617019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro repudiandae ea.\",\"text\":\"Try to program the USB sensor, maybe it will copy the online protocol!\"}"], ["created_at", "2016-10-06 14:49:21.617916"], ["updated_at", "2016-10-06 14:49:21.617916"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil velit magni numquam.\",\"text\":\"If we generate the matrix, we can get to the USB hard drive through the auxiliary ADP bus!\"}"], ["created_at", "2016-10-06 14:49:21.618832"], ["updated_at", "2016-10-06 14:49:21.618832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi ipsa mollitia eius.\",\"text\":\"Use the back-end COM alarm, then you can transmit the optical protocol!\"}"], ["created_at", "2016-10-06 14:49:21.619754"], ["updated_at", "2016-10-06 14:49:21.619754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit et sunt tenetur sapiente omnis.\",\"text\":\"I'll copy the multi-byte AI system, that should program the SSL array!\"}"], ["created_at", "2016-10-06 14:49:21.620600"], ["updated_at", "2016-10-06 14:49:21.620600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam omnis inventore iure accusantium voluptatibus ipsam voluptatem.\",\"text\":\"Try to compress the JBOD program, maybe it will connect the online matrix!\"}"], ["created_at", "2016-10-06 14:49:21.621448"], ["updated_at", "2016-10-06 14:49:21.621448"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ipsum eveniet officia amet.\",\"text\":\"I'll compress the solid state SCSI bus, that should circuit the CSS protocol!\"}"], ["created_at", "2016-10-06 14:49:21.622336"], ["updated_at", "2016-10-06 14:49:21.622336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique et blanditiis pariatur molestiae ipsa.\",\"text\":\"Navigating the bandwidth won't do anything, we need to compress the 1080p ram program!\"}"], ["created_at", "2016-10-06 14:49:21.623298"], ["updated_at", "2016-10-06 14:49:21.623298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem est delectus totam qui at.\",\"text\":\"The FTP protocol is down, synthesize the haptic sensor so we can parse the FTP card!\"}"], ["created_at", "2016-10-06 14:49:21.624173"], ["updated_at", "2016-10-06 14:49:21.624173"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias illum nemo perferendis voluptas aspernatur et.\",\"text\":\"Navigating the protocol won't do anything, we need to generate the optical jbod sensor!\"}"], ["created_at", "2016-10-06 14:49:21.625043"], ["updated_at", "2016-10-06 14:49:21.625043"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia quibusdam quisquam neque molestiae aspernatur voluptatem accusamus.\",\"text\":\"We need to reboot the virtual HTTP program!\"}"], ["created_at", "2016-10-06 14:49:21.625896"], ["updated_at", "2016-10-06 14:49:21.625896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est velit et possimus rerum dicta quis ratione.\",\"text\":\"Try to back up the RSS interface, maybe it will reboot the bluetooth sensor!\"}"], ["created_at", "2016-10-06 14:49:21.626854"], ["updated_at", "2016-10-06 14:49:21.626854"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum harum iure magnam.\",\"text\":\"If we parse the feed, we can get to the HDD hard drive through the wireless SMS transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.627797"], ["updated_at", "2016-10-06 14:49:21.627797"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae dolores consequatur sit provident.\",\"text\":\"Use the 1080p SSL panel, then you can transmit the primary program!\"}"], ["created_at", "2016-10-06 14:49:21.628672"], ["updated_at", "2016-10-06 14:49:21.628672"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur suscipit quibusdam voluptatibus et modi similique molestias.\",\"text\":\"We need to transmit the primary TCP driver!\"}"], ["created_at", "2016-10-06 14:49:21.629521"], ["updated_at", "2016-10-06 14:49:21.629521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio rerum fugiat praesentium.\",\"text\":\"Try to copy the EXE panel, maybe it will override the 1080p application!\"}"], ["created_at", "2016-10-06 14:49:21.630437"], ["updated_at", "2016-10-06 14:49:21.630437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea ut sed explicabo vel itaque asperiores vel.\",\"text\":\"The SAS card is down, program the solid state card so we can input the SQL sensor!\"}"], ["created_at", "2016-10-06 14:49:21.631290"], ["updated_at", "2016-10-06 14:49:21.631290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis incidunt quia.\",\"text\":\"The COM hard drive is down, back up the online matrix so we can compress the SAS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.632138"], ["updated_at", "2016-10-06 14:49:21.632138"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quidem molestiae.\",\"text\":\"If we reboot the port, we can get to the SMS program through the cross-platform COM firewall!\"}"], ["created_at", "2016-10-06 14:49:21.632984"], ["updated_at", "2016-10-06 14:49:21.632984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem dolores qui provident.\",\"text\":\"You can't input the hard drive without hacking the back-end PNG program!\"}"], ["created_at", "2016-10-06 14:49:21.633904"], ["updated_at", "2016-10-06 14:49:21.633904"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae explicabo voluptatem ut dolores.\",\"text\":\"The AI firewall is down, parse the 1080p capacitor so we can transmit the THX card!\"}"], ["created_at", "2016-10-06 14:49:21.634845"], ["updated_at", "2016-10-06 14:49:21.634845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat quos voluptate soluta rem necessitatibus.\",\"text\":\"Try to override the SQL array, maybe it will navigate the online bus!\"}"], ["created_at", "2016-10-06 14:49:21.635750"], ["updated_at", "2016-10-06 14:49:21.635750"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia eius libero modi beatae voluptatem natus ex.\",\"text\":\"If we transmit the bandwidth, we can get to the JBOD panel through the redundant SAS array!\"}"], ["created_at", "2016-10-06 14:49:21.650179"], ["updated_at", "2016-10-06 14:49:21.650179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias natus in iste quam consectetur laborum.\",\"text\":\"You can't calculate the program without programming the 1080p RAM array!\"}"], ["created_at", "2016-10-06 14:49:21.651531"], ["updated_at", "2016-10-06 14:49:21.651531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et illum ex dolorem.\",\"text\":\"I'll index the bluetooth THX system, that should pixel the EXE matrix!\"}"], ["created_at", "2016-10-06 14:49:21.652497"], ["updated_at", "2016-10-06 14:49:21.652497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet est sapiente possimus.\",\"text\":\"You can't quantify the protocol without hacking the online EXE alarm!\"}"], ["created_at", "2016-10-06 14:49:21.653335"], ["updated_at", "2016-10-06 14:49:21.653335"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti nihil quod exercitationem quae ducimus.\",\"text\":\"You can't transmit the bandwidth without bypassing the bluetooth GB sensor!\"}"], ["created_at", "2016-10-06 14:49:21.654226"], ["updated_at", "2016-10-06 14:49:21.654226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere saepe iure est hic illo tempore quos.\",\"text\":\"Transmitting the hard drive won't do anything, we need to input the cross-platform ram hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.655143"], ["updated_at", "2016-10-06 14:49:21.655143"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore impedit voluptas.\",\"text\":\"We need to input the solid state HTTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.656034"], ["updated_at", "2016-10-06 14:49:21.656034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente quas in aliquid autem atque deserunt autem.\",\"text\":\"The HDD card is down, connect the bluetooth monitor so we can transmit the AI card!\"}"], ["created_at", "2016-10-06 14:49:21.656917"], ["updated_at", "2016-10-06 14:49:21.656917"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui non modi eos.\",\"text\":\"Try to calculate the HTTP sensor, maybe it will parse the online driver!\"}"], ["created_at", "2016-10-06 14:49:21.657786"], ["updated_at", "2016-10-06 14:49:21.657786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste sequi est et facere accusantium.\",\"text\":\"You can't navigate the panel without bypassing the optical RSS protocol!\"}"], ["created_at", "2016-10-06 14:49:21.658752"], ["updated_at", "2016-10-06 14:49:21.658752"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea pariatur velit quod vitae.\",\"text\":\"Use the digital SSL port, then you can synthesize the digital bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.659619"], ["updated_at", "2016-10-06 14:49:21.659619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et qui beatae praesentium consequatur error ea.\",\"text\":\"Try to back up the PCI program, maybe it will quantify the redundant array!\"}"], ["created_at", "2016-10-06 14:49:21.660516"], ["updated_at", "2016-10-06 14:49:21.660516"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam fuga harum possimus quia cum nihil.\",\"text\":\"You can't index the hard drive without transmitting the virtual HDD sensor!\"}"], ["created_at", "2016-10-06 14:49:21.661371"], ["updated_at", "2016-10-06 14:49:21.661371"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias non quia id est.\",\"text\":\"You can't index the alarm without programming the solid state USB application!\"}"], ["created_at", "2016-10-06 14:49:21.662270"], ["updated_at", "2016-10-06 14:49:21.662270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis illum voluptas animi temporibus cum.\",\"text\":\"We need to parse the solid state SSL capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.663223"], ["updated_at", "2016-10-06 14:49:21.663223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptatem voluptatem ut.\",\"text\":\"Use the auxiliary COM system, then you can generate the back-end program!\"}"], ["created_at", "2016-10-06 14:49:21.664122"], ["updated_at", "2016-10-06 14:49:21.664122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt minus neque nihil tenetur fugiat nihil maxime.\",\"text\":\"You can't calculate the program without synthesizing the mobile GB alarm!\"}"], ["created_at", "2016-10-06 14:49:21.664961"], ["updated_at", "2016-10-06 14:49:21.664961"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae quibusdam similique alias dolorem incidunt expedita et.\",\"text\":\"We need to connect the neural SDD bus!\"}"], ["created_at", "2016-10-06 14:49:21.665846"], ["updated_at", "2016-10-06 14:49:21.665846"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit et iste aliquid et quas similique voluptate.\",\"text\":\"Calculating the hard drive won't do anything, we need to connect the optical sas pixel!\"}"], ["created_at", "2016-10-06 14:49:21.666775"], ["updated_at", "2016-10-06 14:49:21.666775"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis optio eum porro praesentium et.\",\"text\":\"If we program the hard drive, we can get to the JSON transmitter through the open-source GB program!\"}"], ["created_at", "2016-10-06 14:49:21.667694"], ["updated_at", "2016-10-06 14:49:21.667694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro maxime aspernatur enim architecto suscipit numquam qui.\",\"text\":\"Try to hack the JSON microchip, maybe it will override the solid state system!\"}"], ["created_at", "2016-10-06 14:49:21.668586"], ["updated_at", "2016-10-06 14:49:21.668586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto cupiditate harum aut repellat quibusdam tempore.\",\"text\":\"If we compress the feed, we can get to the JSON bus through the mobile SMS array!\"}"], ["created_at", "2016-10-06 14:49:21.669437"], ["updated_at", "2016-10-06 14:49:21.669437"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae quibusdam quasi.\",\"text\":\"Try to connect the XSS program, maybe it will reboot the 1080p transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.670332"], ["updated_at", "2016-10-06 14:49:21.670332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum doloribus ut.\",\"text\":\"I'll navigate the auxiliary USB transmitter, that should driver the TCP driver!\"}"], ["created_at", "2016-10-06 14:49:21.671250"], ["updated_at", "2016-10-06 14:49:21.671250"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ex voluptates totam deleniti laborum quibusdam voluptas.\",\"text\":\"I'll program the open-source SMS application, that should feed the PNG microchip!\"}"], ["created_at", "2016-10-06 14:49:21.672204"], ["updated_at", "2016-10-06 14:49:21.672204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem quis qui voluptate.\",\"text\":\"We need to override the mobile HTTP circuit!\"}"], ["created_at", "2016-10-06 14:49:21.673148"], ["updated_at", "2016-10-06 14:49:21.673148"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo inventore beatae error nesciunt.\",\"text\":\"You can't index the bandwidth without connecting the redundant SMTP array!\"}"], ["created_at", "2016-10-06 14:49:21.674101"], ["updated_at", "2016-10-06 14:49:21.674101"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque fugiat qui sunt earum.\",\"text\":\"I'll index the online EXE sensor, that should hard drive the PCI panel!\"}"], ["created_at", "2016-10-06 14:49:21.675111"], ["updated_at", "2016-10-06 14:49:21.675111"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste soluta illum similique ad.\",\"text\":\"Compressing the protocol won't do anything, we need to bypass the neural ssl microchip!\"}"], ["created_at", "2016-10-06 14:49:21.676048"], ["updated_at", "2016-10-06 14:49:21.676048"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error molestiae consequuntur maxime laborum.\",\"text\":\"The IB card is down, copy the 1080p system so we can index the COM system!\"}"], ["created_at", "2016-10-06 14:49:21.676917"], ["updated_at", "2016-10-06 14:49:21.676917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel voluptatem molestiae optio reiciendis quia labore.\",\"text\":\"If we copy the hard drive, we can get to the CSS driver through the 1080p AI protocol!\"}"], ["created_at", "2016-10-06 14:49:21.677758"], ["updated_at", "2016-10-06 14:49:21.677758"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nesciunt esse consequatur sit voluptatem nemo.\",\"text\":\"I'll transmit the bluetooth THX program, that should card the FTP circuit!\"}"], ["created_at", "2016-10-06 14:49:21.678621"], ["updated_at", "2016-10-06 14:49:21.678621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum dignissimos consectetur accusantium autem.\",\"text\":\"Try to calculate the CSS array, maybe it will index the cross-platform firewall!\"}"], ["created_at", "2016-10-06 14:49:21.679516"], ["updated_at", "2016-10-06 14:49:21.679516"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint commodi sit.\",\"text\":\"We need to program the virtual SMS program!\"}"], ["created_at", "2016-10-06 14:49:21.680378"], ["updated_at", "2016-10-06 14:49:21.680378"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos necessitatibus quos consequatur et.\",\"text\":\"I'll copy the bluetooth AI pixel, that should circuit the SDD card!\"}"], ["created_at", "2016-10-06 14:49:21.681241"], ["updated_at", "2016-10-06 14:49:21.681241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus enim commodi dolor in sit placeat labore.\",\"text\":\"I'll navigate the wireless GB port, that should port the THX microchip!\"}"], ["created_at", "2016-10-06 14:49:21.682070"], ["updated_at", "2016-10-06 14:49:21.682070"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In cumque consequatur magnam fugiat reprehenderit nihil eum.\",\"text\":\"Use the redundant XML program, then you can parse the primary monitor!\"}"], ["created_at", "2016-10-06 14:49:21.682949"], ["updated_at", "2016-10-06 14:49:21.682949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea et et dolores nostrum.\",\"text\":\"We need to hack the digital PNG microchip!\"}"], ["created_at", "2016-10-06 14:49:21.683860"], ["updated_at", "2016-10-06 14:49:21.683860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius error expedita rerum dolorum.\",\"text\":\"Use the primary HDD interface, then you can reboot the optical program!\"}"], ["created_at", "2016-10-06 14:49:21.684738"], ["updated_at", "2016-10-06 14:49:21.684738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In voluptatem cupiditate.\",\"text\":\"We need to bypass the back-end JBOD sensor!\"}"], ["created_at", "2016-10-06 14:49:21.685586"], ["updated_at", "2016-10-06 14:49:21.685586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus deserunt mollitia neque sit quas et.\",\"text\":\"I'll calculate the back-end IB hard drive, that should interface the USB microchip!\"}"], ["created_at", "2016-10-06 14:49:21.686463"], ["updated_at", "2016-10-06 14:49:21.686463"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis non veritatis blanditiis omnis officiis velit ipsa.\",\"text\":\"Try to calculate the RSS bus, maybe it will copy the neural monitor!\"}"], ["created_at", "2016-10-06 14:49:21.687329"], ["updated_at", "2016-10-06 14:49:21.687329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae reiciendis velit esse eum temporibus.\",\"text\":\"Use the solid state RAM microchip, then you can navigate the optical card!\"}"], ["created_at", "2016-10-06 14:49:21.688240"], ["updated_at", "2016-10-06 14:49:21.688240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati hic quo.\",\"text\":\"I'll program the back-end IB monitor, that should pixel the AGP port!\"}"], ["created_at", "2016-10-06 14:49:21.689104"], ["updated_at", "2016-10-06 14:49:21.689104"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione explicabo unde ullam non placeat et.\",\"text\":\"If we parse the card, we can get to the HTTP monitor through the 1080p AI firewall!\"}"], ["created_at", "2016-10-06 14:49:21.689931"], ["updated_at", "2016-10-06 14:49:21.689931"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae debitis rem.\",\"text\":\"If we override the microchip, we can get to the TCP firewall through the mobile PNG port!\"}"], ["created_at", "2016-10-06 14:49:21.690791"], ["updated_at", "2016-10-06 14:49:21.690791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eligendi iste.\",\"text\":\"You can't program the feed without copying the redundant PCI system!\"}"], ["created_at", "2016-10-06 14:49:21.691696"], ["updated_at", "2016-10-06 14:49:21.691696"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo fugiat facilis.\",\"text\":\"Use the primary SMS matrix, then you can calculate the open-source monitor!\"}"], ["created_at", "2016-10-06 14:49:21.692561"], ["updated_at", "2016-10-06 14:49:21.692561"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos iure expedita consectetur velit consequatur ipsam aut.\",\"text\":\"I'll input the haptic HTTP array, that should bandwidth the AGP system!\"}"], ["created_at", "2016-10-06 14:49:21.693433"], ["updated_at", "2016-10-06 14:49:21.693433"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero cupiditate nesciunt nihil qui quasi quis.\",\"text\":\"Generating the microchip won't do anything, we need to input the optical gb port!\"}"], ["created_at", "2016-10-06 14:49:21.694293"], ["updated_at", "2016-10-06 14:49:21.694293"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum id modi natus.\",\"text\":\"The SAS hard drive is down, synthesize the primary bus so we can reboot the XML driver!\"}"], ["created_at", "2016-10-06 14:49:21.695163"], ["updated_at", "2016-10-06 14:49:21.695163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis placeat sequi.\",\"text\":\"Use the optical AI monitor, then you can synthesize the mobile hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.696088"], ["updated_at", "2016-10-06 14:49:21.696088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel deserunt consequuntur.\",\"text\":\"You can't connect the pixel without connecting the cross-platform HDD panel!\"}"], ["created_at", "2016-10-06 14:49:21.696969"], ["updated_at", "2016-10-06 14:49:21.696969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus nesciunt asperiores tempore hic corrupti repellat vel.\",\"text\":\"We need to bypass the neural IB capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.697818"], ["updated_at", "2016-10-06 14:49:21.697818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi accusamus vero.\",\"text\":\"You can't parse the driver without synthesizing the bluetooth AGP pixel!\"}"], ["created_at", "2016-10-06 14:49:21.698703"], ["updated_at", "2016-10-06 14:49:21.698703"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi illum et dolorem qui et corrupti fuga.\",\"text\":\"Copying the hard drive won't do anything, we need to bypass the digital ssl transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.699561"], ["updated_at", "2016-10-06 14:49:21.699561"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam dicta quos quod iure dignissimos.\",\"text\":\"Copying the bandwidth won't do anything, we need to quantify the 1080p scsi firewall!\"}"], ["created_at", "2016-10-06 14:49:21.700468"], ["updated_at", "2016-10-06 14:49:21.700468"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis doloremque cumque.\",\"text\":\"I'll synthesize the digital CSS transmitter, that should microchip the SMTP driver!\"}"], ["created_at", "2016-10-06 14:49:21.701364"], ["updated_at", "2016-10-06 14:49:21.701364"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde nesciunt vel nobis.\",\"text\":\"I'll transmit the neural GB firewall, that should pixel the TCP microchip!\"}"], ["created_at", "2016-10-06 14:49:21.702228"], ["updated_at", "2016-10-06 14:49:21.702228"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur incidunt ut mollitia.\",\"text\":\"If we input the feed, we can get to the AGP monitor through the online AGP pixel!\"}"], ["created_at", "2016-10-06 14:49:21.703096"], ["updated_at", "2016-10-06 14:49:21.703096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem aut aut.\",\"text\":\"Use the online SDD bandwidth, then you can reboot the mobile system!\"}"], ["created_at", "2016-10-06 14:49:21.703998"], ["updated_at", "2016-10-06 14:49:21.703998"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui qui asperiores quo est eveniet.\",\"text\":\"Calculating the hard drive won't do anything, we need to back up the digital tcp feed!\"}"], ["created_at", "2016-10-06 14:49:21.704916"], ["updated_at", "2016-10-06 14:49:21.704916"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint a soluta voluptates.\",\"text\":\"If we input the circuit, we can get to the IB card through the wireless SAS system!\"}"], ["created_at", "2016-10-06 14:49:21.706018"], ["updated_at", "2016-10-06 14:49:21.706018"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt sint illum quam repellendus et corrupti dignissimos.\",\"text\":\"Use the optical AI microchip, then you can index the wireless bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.707076"], ["updated_at", "2016-10-06 14:49:21.707076"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum architecto maxime nobis.\",\"text\":\"The HTTP feed is down, synthesize the primary alarm so we can transmit the EXE driver!\"}"], ["created_at", "2016-10-06 14:49:21.708549"], ["updated_at", "2016-10-06 14:49:21.708549"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi est impedit blanditiis placeat.\",\"text\":\"If we index the monitor, we can get to the TCP card through the primary ADP panel!\"}"], ["created_at", "2016-10-06 14:49:21.710341"], ["updated_at", "2016-10-06 14:49:21.710341"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam deleniti sapiente aut officia.\",\"text\":\"If we navigate the hard drive, we can get to the JBOD transmitter through the multi-byte THX bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.711318"], ["updated_at", "2016-10-06 14:49:21.711318"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam quas iure distinctio.\",\"text\":\"The HTTP microchip is down, synthesize the online circuit so we can program the SAS transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.712224"], ["updated_at", "2016-10-06 14:49:21.712224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea quia sed.\",\"text\":\"If we synthesize the bus, we can get to the CSS pixel through the redundant XSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.713133"], ["updated_at", "2016-10-06 14:49:21.713133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores in non est consequatur natus.\",\"text\":\"We need to calculate the cross-platform HTTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.713993"], ["updated_at", "2016-10-06 14:49:21.713993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita tempore nesciunt architecto non porro velit animi.\",\"text\":\"You can't navigate the feed without quantifying the virtual GB matrix!\"}"], ["created_at", "2016-10-06 14:49:21.714862"], ["updated_at", "2016-10-06 14:49:21.714862"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis ea omnis quo impedit voluptatum beatae.\",\"text\":\"I'll input the wireless HTTP monitor, that should capacitor the TCP panel!\"}"], ["created_at", "2016-10-06 14:49:21.715762"], ["updated_at", "2016-10-06 14:49:21.715762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti ratione corrupti et asperiores in eum.\",\"text\":\"We need to quantify the 1080p FTP protocol!\"}"], ["created_at", "2016-10-06 14:49:21.716663"], ["updated_at", "2016-10-06 14:49:21.716663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis neque voluptatem possimus.\",\"text\":\"Try to synthesize the USB monitor, maybe it will compress the cross-platform driver!\"}"], ["created_at", "2016-10-06 14:49:21.717553"], ["updated_at", "2016-10-06 14:49:21.717553"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi nihil veritatis reprehenderit qui ab dolorum sint.\",\"text\":\"The JSON application is down, bypass the redundant program so we can quantify the JBOD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.718485"], ["updated_at", "2016-10-06 14:49:21.718485"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt facilis necessitatibus quibusdam.\",\"text\":\"The CSS interface is down, reboot the online bandwidth so we can connect the JBOD bus!\"}"], ["created_at", "2016-10-06 14:49:21.719347"], ["updated_at", "2016-10-06 14:49:21.719347"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id unde sunt provident quia facilis consectetur non.\",\"text\":\"The RAM monitor is down, back up the wireless sensor so we can connect the AGP capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.720246"], ["updated_at", "2016-10-06 14:49:21.720246"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aliquid sunt similique sint eum quis.\",\"text\":\"Try to parse the FTP port, maybe it will connect the virtual interface!\"}"], ["created_at", "2016-10-06 14:49:21.721114"], ["updated_at", "2016-10-06 14:49:21.721114"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit et et eum quo et.\",\"text\":\"We need to reboot the cross-platform XML port!\"}"], ["created_at", "2016-10-06 14:49:21.721978"], ["updated_at", "2016-10-06 14:49:21.721978"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur assumenda ut similique reiciendis modi repudiandae optio.\",\"text\":\"I'll connect the optical SQL driver, that should system the ADP system!\"}"], ["created_at", "2016-10-06 14:49:21.722850"], ["updated_at", "2016-10-06 14:49:21.722850"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis ipsa quae omnis adipisci.\",\"text\":\"Synthesizing the interface won't do anything, we need to override the 1080p com bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.723783"], ["updated_at", "2016-10-06 14:49:21.723783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui molestias soluta aut error.\",\"text\":\"Use the 1080p AI program, then you can back up the back-end bus!\"}"], ["created_at", "2016-10-06 14:49:21.724688"], ["updated_at", "2016-10-06 14:49:21.724688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam ut eum.\",\"text\":\"Try to parse the FTP transmitter, maybe it will synthesize the back-end card!\"}"], ["created_at", "2016-10-06 14:49:21.725556"], ["updated_at", "2016-10-06 14:49:21.725556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis dolore quis ut.\",\"text\":\"You can't quantify the panel without parsing the online SSL driver!\"}"], ["created_at", "2016-10-06 14:49:21.726460"], ["updated_at", "2016-10-06 14:49:21.726460"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea dicta deserunt aut iusto quasi magnam deleniti.\",\"text\":\"If we navigate the hard drive, we can get to the COM microchip through the auxiliary SDD system!\"}"], ["created_at", "2016-10-06 14:49:21.727316"], ["updated_at", "2016-10-06 14:49:21.727316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet fugit voluptatem odio ut.\",\"text\":\"Connecting the monitor won't do anything, we need to quantify the 1080p ram protocol!\"}"], ["created_at", "2016-10-06 14:49:21.728266"], ["updated_at", "2016-10-06 14:49:21.728266"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo repellendus et.\",\"text\":\"Use the cross-platform ADP array, then you can copy the cross-platform circuit!\"}"], ["created_at", "2016-10-06 14:49:21.729144"], ["updated_at", "2016-10-06 14:49:21.729144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem dolorum culpa illo voluptas omnis id.\",\"text\":\"Try to program the AI capacitor, maybe it will override the wireless protocol!\"}"], ["created_at", "2016-10-06 14:49:21.730036"], ["updated_at", "2016-10-06 14:49:21.730036"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum enim fugiat eos itaque debitis qui.\",\"text\":\"Try to compress the SMTP alarm, maybe it will parse the solid state monitor!\"}"], ["created_at", "2016-10-06 14:49:21.730975"], ["updated_at", "2016-10-06 14:49:21.730975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo et aperiam vel sapiente sit doloremque illo.\",\"text\":\"If we compress the application, we can get to the PCI panel through the online GB port!\"}"], ["created_at", "2016-10-06 14:49:21.731856"], ["updated_at", "2016-10-06 14:49:21.731856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas et fuga veritatis praesentium accusantium minima dolorum.\",\"text\":\"Synthesizing the circuit won't do anything, we need to index the digital agp protocol!\"}"], ["created_at", "2016-10-06 14:49:21.732717"], ["updated_at", "2016-10-06 14:49:21.732717"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae ut quia et.\",\"text\":\"Use the cross-platform TCP alarm, then you can calculate the bluetooth hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.733588"], ["updated_at", "2016-10-06 14:49:21.733588"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut est est.\",\"text\":\"Try to quantify the COM bandwidth, maybe it will input the haptic alarm!\"}"], ["created_at", "2016-10-06 14:49:21.734510"], ["updated_at", "2016-10-06 14:49:21.734510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus dolorum harum et eveniet aut quis.\",\"text\":\"Use the redundant SQL program, then you can transmit the 1080p firewall!\"}"], ["created_at", "2016-10-06 14:49:21.735472"], ["updated_at", "2016-10-06 14:49:21.735472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt quas ea.\",\"text\":\"If we back up the feed, we can get to the SCSI driver through the optical SQL feed!\"}"], ["created_at", "2016-10-06 14:49:21.736374"], ["updated_at", "2016-10-06 14:49:21.736374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil ex atque.\",\"text\":\"We need to transmit the 1080p EXE bus!\"}"], ["created_at", "2016-10-06 14:49:21.737249"], ["updated_at", "2016-10-06 14:49:21.737249"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus et mollitia.\",\"text\":\"If we calculate the protocol, we can get to the ADP transmitter through the back-end IB sensor!\"}"], ["created_at", "2016-10-06 14:49:21.738171"], ["updated_at", "2016-10-06 14:49:21.738171"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et magnam eius culpa.\",\"text\":\"We need to override the open-source USB driver!\"}"], ["created_at", "2016-10-06 14:49:21.739045"], ["updated_at", "2016-10-06 14:49:21.739045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos quaerat maxime quibusdam iste in.\",\"text\":\"Try to back up the ADP circuit, maybe it will calculate the primary sensor!\"}"], ["created_at", "2016-10-06 14:49:21.739954"], ["updated_at", "2016-10-06 14:49:21.739954"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero placeat quibusdam ut amet tempore.\",\"text\":\"Parsing the microchip won't do anything, we need to transmit the digital smtp card!\"}"], ["created_at", "2016-10-06 14:49:21.740876"], ["updated_at", "2016-10-06 14:49:21.740876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptate dolorem modi.\",\"text\":\"The SMTP feed is down, program the optical capacitor so we can transmit the AGP system!\"}"], ["created_at", "2016-10-06 14:49:21.741752"], ["updated_at", "2016-10-06 14:49:21.741752"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quia mollitia assumenda omnis.\",\"text\":\"Try to program the SQL panel, maybe it will index the haptic hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.742650"], ["updated_at", "2016-10-06 14:49:21.742650"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut vero dolor consectetur minus nam deserunt.\",\"text\":\"Use the 1080p RSS system, then you can navigate the digital transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.743534"], ["updated_at", "2016-10-06 14:49:21.743534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium ea et ut eligendi voluptate nostrum voluptas.\",\"text\":\"Parsing the driver won't do anything, we need to generate the open-source sdd monitor!\"}"], ["created_at", "2016-10-06 14:49:21.744440"], ["updated_at", "2016-10-06 14:49:21.744440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui veritatis dicta quod molestias iure quo.\",\"text\":\"The SMS driver is down, connect the haptic circuit so we can input the TCP port!\"}"], ["created_at", "2016-10-06 14:49:21.745314"], ["updated_at", "2016-10-06 14:49:21.745314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi ducimus porro ut cum ea.\",\"text\":\"The SMTP circuit is down, input the open-source card so we can override the CSS system!\"}"], ["created_at", "2016-10-06 14:49:21.746210"], ["updated_at", "2016-10-06 14:49:21.746210"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi cupiditate vel et aperiam iste reiciendis molestiae.\",\"text\":\"Try to back up the TCP card, maybe it will navigate the redundant driver!\"}"], ["created_at", "2016-10-06 14:49:21.747073"], ["updated_at", "2016-10-06 14:49:21.747073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero voluptas non earum.\",\"text\":\"Quantifying the protocol won't do anything, we need to program the virtual tcp system!\"}"], ["created_at", "2016-10-06 14:49:21.747972"], ["updated_at", "2016-10-06 14:49:21.747972"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt consectetur corporis voluptas tempore vel veniam voluptates.\",\"text\":\"You can't program the capacitor without synthesizing the multi-byte AI circuit!\"}"], ["created_at", "2016-10-06 14:49:21.748818"], ["updated_at", "2016-10-06 14:49:21.748818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae vero eos beatae doloremque accusamus nulla.\",\"text\":\"Use the wireless ADP interface, then you can program the wireless bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.749676"], ["updated_at", "2016-10-06 14:49:21.749676"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore quod vitae qui et adipisci et cupiditate.\",\"text\":\"Overriding the panel won't do anything, we need to quantify the open-source hdd bus!\"}"], ["created_at", "2016-10-06 14:49:21.750559"], ["updated_at", "2016-10-06 14:49:21.750559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio saepe consequatur.\",\"text\":\"If we reboot the system, we can get to the GB microchip through the neural CSS interface!\"}"], ["created_at", "2016-10-06 14:49:21.751465"], ["updated_at", "2016-10-06 14:49:21.751465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi aperiam dolores mollitia corporis.\",\"text\":\"The EXE bus is down, program the virtual interface so we can navigate the IB panel!\"}"], ["created_at", "2016-10-06 14:49:21.752344"], ["updated_at", "2016-10-06 14:49:21.752344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid ut accusantium modi.\",\"text\":\"We need to copy the neural CSS matrix!\"}"], ["created_at", "2016-10-06 14:49:21.753171"], ["updated_at", "2016-10-06 14:49:21.753171"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In earum ea et porro nobis velit eum.\",\"text\":\"If we parse the application, we can get to the XML system through the mobile SCSI system!\"}"], ["created_at", "2016-10-06 14:49:21.754018"], ["updated_at", "2016-10-06 14:49:21.754018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolorem rerum voluptatem possimus voluptas maxime.\",\"text\":\"If we override the system, we can get to the EXE panel through the haptic CSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.754948"], ["updated_at", "2016-10-06 14:49:21.754948"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed distinctio sit aut nemo aliquam optio.\",\"text\":\"Try to connect the XML firewall, maybe it will input the online firewall!\"}"], ["created_at", "2016-10-06 14:49:21.755816"], ["updated_at", "2016-10-06 14:49:21.755816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat dolore facilis molestiae vel qui harum.\",\"text\":\"Try to connect the COM program, maybe it will generate the mobile pixel!\"}"], ["created_at", "2016-10-06 14:49:21.756655"], ["updated_at", "2016-10-06 14:49:21.756655"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas voluptatum et impedit earum omnis.\",\"text\":\"If we calculate the array, we can get to the AGP port through the solid state GB system!\"}"], ["created_at", "2016-10-06 14:49:21.757515"], ["updated_at", "2016-10-06 14:49:21.757515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde reiciendis molestiae velit maxime sed temporibus.\",\"text\":\"Try to override the CSS firewall, maybe it will index the auxiliary matrix!\"}"], ["created_at", "2016-10-06 14:49:21.758427"], ["updated_at", "2016-10-06 14:49:21.758427"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In porro est.\",\"text\":\"Use the virtual XSS feed, then you can calculate the solid state microchip!\"}"], ["created_at", "2016-10-06 14:49:21.759293"], ["updated_at", "2016-10-06 14:49:21.759293"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi fuga accusantium libero vel.\",\"text\":\"You can't connect the bandwidth without connecting the redundant JBOD feed!\"}"], ["created_at", "2016-10-06 14:49:21.760132"], ["updated_at", "2016-10-06 14:49:21.760132"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos voluptatem vero culpa facere ad id.\",\"text\":\"If we compress the system, we can get to the SMS application through the cross-platform SQL sensor!\"}"], ["created_at", "2016-10-06 14:49:21.761014"], ["updated_at", "2016-10-06 14:49:21.761014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum minima perspiciatis ab ut.\",\"text\":\"I'll synthesize the mobile SAS circuit, that should bandwidth the HDD sensor!\"}"], ["created_at", "2016-10-06 14:49:21.761917"], ["updated_at", "2016-10-06 14:49:21.761917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non consequatur aut non voluptas delectus deserunt.\",\"text\":\"Use the virtual RAM pixel, then you can back up the mobile matrix!\"}"], ["created_at", "2016-10-06 14:49:21.762795"], ["updated_at", "2016-10-06 14:49:21.762795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem unde iusto accusamus illo in dolores dolorum.\",\"text\":\"I'll generate the auxiliary HDD monitor, that should driver the SMTP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.763653"], ["updated_at", "2016-10-06 14:49:21.763653"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas sit dolorum excepturi at.\",\"text\":\"You can't hack the bandwidth without compressing the 1080p IB monitor!\"}"], ["created_at", "2016-10-06 14:49:21.764487"], ["updated_at", "2016-10-06 14:49:21.764487"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio dolore qui.\",\"text\":\"If we compress the feed, we can get to the PNG firewall through the 1080p SAS hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.765440"], ["updated_at", "2016-10-06 14:49:21.765440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis doloribus voluptatem.\",\"text\":\"We need to compress the neural PCI sensor!\"}"], ["created_at", "2016-10-06 14:49:21.766414"], ["updated_at", "2016-10-06 14:49:21.766414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab omnis aspernatur quaerat aut libero.\",\"text\":\"If we synthesize the card, we can get to the AGP bandwidth through the bluetooth JBOD port!\"}"], ["created_at", "2016-10-06 14:49:21.767321"], ["updated_at", "2016-10-06 14:49:21.767321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo eius nihil eum quas et.\",\"text\":\"Try to navigate the RAM firewall, maybe it will quantify the open-source alarm!\"}"], ["created_at", "2016-10-06 14:49:21.768155"], ["updated_at", "2016-10-06 14:49:21.768155"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt et fugiat aut.\",\"text\":\"You can't bypass the feed without synthesizing the mobile RAM application!\"}"], ["created_at", "2016-10-06 14:49:21.769042"], ["updated_at", "2016-10-06 14:49:21.769042"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero iusto enim aliquid quaerat velit.\",\"text\":\"Try to input the ADP monitor, maybe it will bypass the bluetooth panel!\"}"], ["created_at", "2016-10-06 14:49:21.769992"], ["updated_at", "2016-10-06 14:49:21.769992"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero dicta perspiciatis.\",\"text\":\"I'll generate the 1080p EXE feed, that should capacitor the HTTP card!\"}"], ["created_at", "2016-10-06 14:49:21.770891"], ["updated_at", "2016-10-06 14:49:21.770891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut qui in molestiae.\",\"text\":\"Hacking the card won't do anything, we need to parse the 1080p ib card!\"}"], ["created_at", "2016-10-06 14:49:21.771728"], ["updated_at", "2016-10-06 14:49:21.771728"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed sequi veniam at corrupti dolores ipsum.\",\"text\":\"The SCSI monitor is down, back up the back-end pixel so we can input the JBOD panel!\"}"], ["created_at", "2016-10-06 14:49:21.772586"], ["updated_at", "2016-10-06 14:49:21.772586"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis voluptas iusto temporibus rerum quia fugiat.\",\"text\":\"We need to back up the online SDD transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.773448"], ["updated_at", "2016-10-06 14:49:21.773448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti quasi dolore iure dolorem cupiditate.\",\"text\":\"We need to bypass the auxiliary SMS bus!\"}"], ["created_at", "2016-10-06 14:49:21.774398"], ["updated_at", "2016-10-06 14:49:21.774398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto laborum fugiat enim labore.\",\"text\":\"Generating the port won't do anything, we need to hack the virtual http monitor!\"}"], ["created_at", "2016-10-06 14:49:21.775312"], ["updated_at", "2016-10-06 14:49:21.775312"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident debitis earum recusandae.\",\"text\":\"If we copy the feed, we can get to the THX microchip through the 1080p RAM panel!\"}"], ["created_at", "2016-10-06 14:49:21.776187"], ["updated_at", "2016-10-06 14:49:21.776187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus dolores qui ea perspiciatis.\",\"text\":\"I'll reboot the bluetooth SQL program, that should capacitor the AI alarm!\"}"], ["created_at", "2016-10-06 14:49:21.777078"], ["updated_at", "2016-10-06 14:49:21.777078"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit soluta dolore omnis voluptate omnis consequuntur explicabo.\",\"text\":\"Connecting the application won't do anything, we need to bypass the mobile json microchip!\"}"], ["created_at", "2016-10-06 14:49:21.777942"], ["updated_at", "2016-10-06 14:49:21.777942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt voluptatem quasi et corporis ut.\",\"text\":\"Use the optical SAS hard drive, then you can parse the redundant application!\"}"], ["created_at", "2016-10-06 14:49:21.778888"], ["updated_at", "2016-10-06 14:49:21.778888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui placeat perspiciatis mollitia tenetur exercitationem eum ex.\",\"text\":\"Use the multi-byte SMS circuit, then you can program the optical alarm!\"}"], ["created_at", "2016-10-06 14:49:21.779723"], ["updated_at", "2016-10-06 14:49:21.779723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sequi excepturi et esse est.\",\"text\":\"If we synthesize the transmitter, we can get to the THX sensor through the 1080p SQL alarm!\"}"], ["created_at", "2016-10-06 14:49:21.780585"], ["updated_at", "2016-10-06 14:49:21.780585"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem fugit est quo atque architecto ad nesciunt.\",\"text\":\"The SDD panel is down, quantify the redundant array so we can compress the SAS panel!\"}"], ["created_at", "2016-10-06 14:49:21.781450"], ["updated_at", "2016-10-06 14:49:21.781450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut accusantium minus similique.\",\"text\":\"If we synthesize the matrix, we can get to the CSS bus through the solid state AI interface!\"}"], ["created_at", "2016-10-06 14:49:21.782386"], ["updated_at", "2016-10-06 14:49:21.782386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem voluptatem qui ab sit et qui consequatur.\",\"text\":\"If we bypass the firewall, we can get to the RSS firewall through the auxiliary ADP firewall!\"}"], ["created_at", "2016-10-06 14:49:21.783255"], ["updated_at", "2016-10-06 14:49:21.783255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit ipsum molestiae dignissimos.\",\"text\":\"If we index the bandwidth, we can get to the SMS capacitor through the primary HDD driver!\"}"], ["created_at", "2016-10-06 14:49:21.784078"], ["updated_at", "2016-10-06 14:49:21.784078"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit voluptatem voluptatem nihil distinctio aut et nobis.\",\"text\":\"The PCI protocol is down, generate the cross-platform bandwidth so we can copy the CSS sensor!\"}"], ["created_at", "2016-10-06 14:49:21.784930"], ["updated_at", "2016-10-06 14:49:21.784930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint nam et.\",\"text\":\"You can't index the port without backing up the bluetooth SQL circuit!\"}"], ["created_at", "2016-10-06 14:49:21.785843"], ["updated_at", "2016-10-06 14:49:21.785843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur omnis earum.\",\"text\":\"Use the back-end EXE pixel, then you can synthesize the open-source array!\"}"], ["created_at", "2016-10-06 14:49:21.786733"], ["updated_at", "2016-10-06 14:49:21.786733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel dolores porro dolorem et.\",\"text\":\"Use the primary HDD application, then you can override the mobile sensor!\"}"], ["created_at", "2016-10-06 14:49:21.787568"], ["updated_at", "2016-10-06 14:49:21.787568"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque cumque pariatur voluptates id possimus in iste.\",\"text\":\"I'll back up the primary THX transmitter, that should circuit the IB program!\"}"], ["created_at", "2016-10-06 14:49:21.788432"], ["updated_at", "2016-10-06 14:49:21.788432"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi vel sint libero ducimus eos.\",\"text\":\"I'll input the primary JBOD pixel, that should circuit the HDD panel!\"}"], ["created_at", "2016-10-06 14:49:21.789332"], ["updated_at", "2016-10-06 14:49:21.789332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis quisquam eveniet occaecati et porro minus veritatis.\",\"text\":\"We need to input the open-source JBOD system!\"}"], ["created_at", "2016-10-06 14:49:21.790204"], ["updated_at", "2016-10-06 14:49:21.790204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex eos et placeat consequuntur est numquam.\",\"text\":\"I'll connect the back-end ADP array, that should bandwidth the CSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.791070"], ["updated_at", "2016-10-06 14:49:21.791070"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem vel tenetur corrupti excepturi et.\",\"text\":\"Use the digital SSL monitor, then you can parse the wireless panel!\"}"], ["created_at", "2016-10-06 14:49:21.791905"], ["updated_at", "2016-10-06 14:49:21.791905"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab enim est quidem nihil id ut reprehenderit.\",\"text\":\"If we hack the firewall, we can get to the IB monitor through the 1080p SAS array!\"}"], ["created_at", "2016-10-06 14:49:21.792812"], ["updated_at", "2016-10-06 14:49:21.792812"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et dolores.\",\"text\":\"The JBOD protocol is down, generate the neural card so we can calculate the PNG circuit!\"}"], ["created_at", "2016-10-06 14:49:21.793670"], ["updated_at", "2016-10-06 14:49:21.793670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non explicabo molestias blanditiis qui.\",\"text\":\"If we parse the array, we can get to the SMS bus through the primary RAM application!\"}"], ["created_at", "2016-10-06 14:49:21.794543"], ["updated_at", "2016-10-06 14:49:21.794543"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quae tempora.\",\"text\":\"Calculating the alarm won't do anything, we need to generate the virtual css card!\"}"], ["created_at", "2016-10-06 14:49:21.795404"], ["updated_at", "2016-10-06 14:49:21.795404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae nihil sit molestiae animi eius quas.\",\"text\":\"Backing up the firewall won't do anything, we need to program the mobile exe alarm!\"}"], ["created_at", "2016-10-06 14:49:21.796279"], ["updated_at", "2016-10-06 14:49:21.796279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In explicabo doloremque et sed facilis.\",\"text\":\"Use the virtual SDD transmitter, then you can index the redundant interface!\"}"], ["created_at", "2016-10-06 14:49:21.797133"], ["updated_at", "2016-10-06 14:49:21.797133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur magni maiores odit.\",\"text\":\"I'll hack the open-source THX program, that should alarm the RAM circuit!\"}"], ["created_at", "2016-10-06 14:49:21.798015"], ["updated_at", "2016-10-06 14:49:21.798015"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto laudantium autem velit et.\",\"text\":\"The GB monitor is down, input the optical protocol so we can quantify the JBOD pixel!\"}"], ["created_at", "2016-10-06 14:49:21.798933"], ["updated_at", "2016-10-06 14:49:21.798933"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis laudantium rerum provident in natus.\",\"text\":\"I'll parse the multi-byte XSS driver, that should bus the AGP monitor!\"}"], ["created_at", "2016-10-06 14:49:21.799894"], ["updated_at", "2016-10-06 14:49:21.799894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores quia eum qui.\",\"text\":\"You can't hack the microchip without backing up the back-end JSON feed!\"}"], ["created_at", "2016-10-06 14:49:21.800774"], ["updated_at", "2016-10-06 14:49:21.800774"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non iusto maiores voluptatem.\",\"text\":\"You can't reboot the panel without programming the redundant USB driver!\"}"], ["created_at", "2016-10-06 14:49:21.801645"], ["updated_at", "2016-10-06 14:49:21.801645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab quibusdam quia natus.\",\"text\":\"We need to compress the back-end IB hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.802540"], ["updated_at", "2016-10-06 14:49:21.802540"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus impedit aut molestiae consequatur.\",\"text\":\"Overriding the sensor won't do anything, we need to back up the cross-platform rss program!\"}"], ["created_at", "2016-10-06 14:49:21.803411"], ["updated_at", "2016-10-06 14:49:21.803411"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit eos rem reprehenderit sequi praesentium.\",\"text\":\"Try to hack the XSS pixel, maybe it will input the redundant bus!\"}"], ["created_at", "2016-10-06 14:49:21.804284"], ["updated_at", "2016-10-06 14:49:21.804284"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non dignissimos ea hic.\",\"text\":\"I'll override the open-source IB application, that should pixel the JBOD array!\"}"], ["created_at", "2016-10-06 14:49:21.805134"], ["updated_at", "2016-10-06 14:49:21.805134"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quia excepturi quasi praesentium.\",\"text\":\"I'll input the wireless EXE panel, that should bandwidth the HDD microchip!\"}"], ["created_at", "2016-10-06 14:49:21.806034"], ["updated_at", "2016-10-06 14:49:21.806034"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem est molestias in adipisci quia.\",\"text\":\"I'll back up the primary EXE matrix, that should array the EXE feed!\"}"], ["created_at", "2016-10-06 14:49:21.807129"], ["updated_at", "2016-10-06 14:49:21.807129"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed et rerum placeat reprehenderit occaecati non iste.\",\"text\":\"I'll calculate the wireless HTTP circuit, that should system the JSON array!\"}"], ["created_at", "2016-10-06 14:49:21.808191"], ["updated_at", "2016-10-06 14:49:21.808191"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos earum qui harum voluptatem reiciendis qui ut.\",\"text\":\"Use the 1080p SCSI capacitor, then you can index the solid state firewall!\"}"], ["created_at", "2016-10-06 14:49:21.809354"], ["updated_at", "2016-10-06 14:49:21.809354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas impedit cum dolorem sit velit quam.\",\"text\":\"We need to override the bluetooth THX port!\"}"], ["created_at", "2016-10-06 14:49:21.811411"], ["updated_at", "2016-10-06 14:49:21.811411"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque dolor qui molestias repudiandae.\",\"text\":\"I'll program the auxiliary GB firewall, that should port the XSS port!\"}"], ["created_at", "2016-10-06 14:49:21.812371"], ["updated_at", "2016-10-06 14:49:21.812371"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos aperiam officia dolorum voluptatem voluptas.\",\"text\":\"You can't back up the interface without indexing the multi-byte XML sensor!\"}"], ["created_at", "2016-10-06 14:49:21.813243"], ["updated_at", "2016-10-06 14:49:21.813243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex odit laboriosam delectus quam.\",\"text\":\"Use the back-end SQL panel, then you can parse the auxiliary driver!\"}"], ["created_at", "2016-10-06 14:49:21.814159"], ["updated_at", "2016-10-06 14:49:21.814159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam omnis ab dolorum laborum error facere.\",\"text\":\"The SSL hard drive is down, bypass the redundant hard drive so we can parse the SCSI alarm!\"}"], ["created_at", "2016-10-06 14:49:21.815057"], ["updated_at", "2016-10-06 14:49:21.815057"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui aliquam consequatur sed voluptates.\",\"text\":\"We need to calculate the auxiliary XSS system!\"}"], ["created_at", "2016-10-06 14:49:21.815914"], ["updated_at", "2016-10-06 14:49:21.815914"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa voluptate animi molestiae cum debitis.\",\"text\":\"Indexing the capacitor won't do anything, we need to override the 1080p pci interface!\"}"], ["created_at", "2016-10-06 14:49:21.816778"], ["updated_at", "2016-10-06 14:49:21.816778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem eos numquam.\",\"text\":\"We need to generate the online SQL program!\"}"], ["created_at", "2016-10-06 14:49:21.817690"], ["updated_at", "2016-10-06 14:49:21.817690"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos accusantium deleniti rem.\",\"text\":\"We need to quantify the optical IB application!\"}"], ["created_at", "2016-10-06 14:49:21.818556"], ["updated_at", "2016-10-06 14:49:21.818556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam officia doloremque dignissimos ducimus hic.\",\"text\":\"I'll override the multi-byte SMTP application, that should application the JBOD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.819436"], ["updated_at", "2016-10-06 14:49:21.819436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque voluptas suscipit.\",\"text\":\"You can't compress the driver without parsing the redundant SAS pixel!\"}"], ["created_at", "2016-10-06 14:49:21.820295"], ["updated_at", "2016-10-06 14:49:21.820295"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit commodi sapiente quo id non perferendis.\",\"text\":\"Copying the port won't do anything, we need to back up the multi-byte ib sensor!\"}"], ["created_at", "2016-10-06 14:49:21.821159"], ["updated_at", "2016-10-06 14:49:21.821159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et autem vero nostrum.\",\"text\":\"Try to reboot the HTTP system, maybe it will synthesize the cross-platform feed!\"}"], ["created_at", "2016-10-06 14:49:21.822044"], ["updated_at", "2016-10-06 14:49:21.822044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae ut laboriosam quis repellendus voluptatibus dolor.\",\"text\":\"If we back up the hard drive, we can get to the FTP capacitor through the solid state SDD matrix!\"}"], ["created_at", "2016-10-06 14:49:21.822940"], ["updated_at", "2016-10-06 14:49:21.822940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo sequi et ad.\",\"text\":\"We need to reboot the wireless USB protocol!\"}"], ["created_at", "2016-10-06 14:49:21.823800"], ["updated_at", "2016-10-06 14:49:21.823800"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et a quia illum ipsum vitae optio vel.\",\"text\":\"Navigating the interface won't do anything, we need to synthesize the redundant ssl driver!\"}"], ["created_at", "2016-10-06 14:49:21.824659"], ["updated_at", "2016-10-06 14:49:21.824659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis quis dicta officiis.\",\"text\":\"Use the wireless RSS transmitter, then you can copy the back-end panel!\"}"], ["created_at", "2016-10-06 14:49:21.825543"], ["updated_at", "2016-10-06 14:49:21.825543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim quaerat rerum provident.\",\"text\":\"The SSL circuit is down, transmit the neural feed so we can quantify the SCSI capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.826456"], ["updated_at", "2016-10-06 14:49:21.826456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt quibusdam aut dignissimos quidem est.\",\"text\":\"If we quantify the feed, we can get to the SSL bus through the 1080p RAM sensor!\"}"], ["created_at", "2016-10-06 14:49:21.827391"], ["updated_at", "2016-10-06 14:49:21.827391"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis corporis accusantium consequatur cupiditate.\",\"text\":\"The XSS feed is down, index the mobile array so we can back up the SQL matrix!\"}"], ["created_at", "2016-10-06 14:49:21.828283"], ["updated_at", "2016-10-06 14:49:21.828283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo nihil laboriosam.\",\"text\":\"We need to override the open-source AGP monitor!\"}"], ["created_at", "2016-10-06 14:49:21.829203"], ["updated_at", "2016-10-06 14:49:21.829203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi id quidem blanditiis aspernatur et ipsam.\",\"text\":\"Transmitting the program won't do anything, we need to connect the haptic thx microchip!\"}"], ["created_at", "2016-10-06 14:49:21.830070"], ["updated_at", "2016-10-06 14:49:21.830070"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum et aspernatur perspiciatis est soluta odit aliquid.\",\"text\":\"Try to connect the SDD matrix, maybe it will bypass the redundant capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.830959"], ["updated_at", "2016-10-06 14:49:21.830959"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui autem inventore error.\",\"text\":\"You can't hack the monitor without quantifying the haptic SSL system!\"}"], ["created_at", "2016-10-06 14:49:21.831824"], ["updated_at", "2016-10-06 14:49:21.831824"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sint illo vero aspernatur sit.\",\"text\":\"Hacking the microchip won't do anything, we need to copy the back-end hdd hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.832731"], ["updated_at", "2016-10-06 14:49:21.832731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas consequatur earum et voluptatem.\",\"text\":\"The PNG monitor is down, compress the optical bus so we can hack the RSS monitor!\"}"], ["created_at", "2016-10-06 14:49:21.833563"], ["updated_at", "2016-10-06 14:49:21.833563"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut corrupti voluptatum id vitae dignissimos.\",\"text\":\"I'll generate the back-end COM card, that should protocol the SQL card!\"}"], ["created_at", "2016-10-06 14:49:21.834438"], ["updated_at", "2016-10-06 14:49:21.834438"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere occaecati ad veniam esse.\",\"text\":\"If we navigate the bandwidth, we can get to the AGP sensor through the neural PCI pixel!\"}"], ["created_at", "2016-10-06 14:49:21.835320"], ["updated_at", "2016-10-06 14:49:21.835320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio repudiandae suscipit.\",\"text\":\"If we hack the feed, we can get to the XSS program through the bluetooth JBOD port!\"}"], ["created_at", "2016-10-06 14:49:21.836246"], ["updated_at", "2016-10-06 14:49:21.836246"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae illum commodi perferendis.\",\"text\":\"Navigating the bandwidth won't do anything, we need to navigate the virtual sas firewall!\"}"], ["created_at", "2016-10-06 14:49:21.837087"], ["updated_at", "2016-10-06 14:49:21.837087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero quos aspernatur occaecati exercitationem magnam molestiae corporis.\",\"text\":\"Programming the interface won't do anything, we need to override the open-source sql program!\"}"], ["created_at", "2016-10-06 14:49:21.837950"], ["updated_at", "2016-10-06 14:49:21.837950"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi est consequuntur possimus occaecati dolor.\",\"text\":\"Use the 1080p FTP array, then you can copy the neural circuit!\"}"], ["created_at", "2016-10-06 14:49:21.838852"], ["updated_at", "2016-10-06 14:49:21.838852"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt cumque dolores fugit asperiores quis libero ea.\",\"text\":\"If we compress the system, we can get to the CSS circuit through the cross-platform XML program!\"}"], ["created_at", "2016-10-06 14:49:21.839768"], ["updated_at", "2016-10-06 14:49:21.839768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat doloremque eum quia molestias.\",\"text\":\"You can't navigate the pixel without synthesizing the wireless PCI system!\"}"], ["created_at", "2016-10-06 14:49:21.840709"], ["updated_at", "2016-10-06 14:49:21.840709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus eos ducimus vitae itaque.\",\"text\":\"You can't transmit the transmitter without copying the auxiliary JBOD protocol!\"}"], ["created_at", "2016-10-06 14:49:21.841542"], ["updated_at", "2016-10-06 14:49:21.841542"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut laboriosam nostrum consectetur fugit reiciendis ut.\",\"text\":\"Transmitting the bus won't do anything, we need to connect the optical sms firewall!\"}"], ["created_at", "2016-10-06 14:49:21.842442"], ["updated_at", "2016-10-06 14:49:21.842442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut cumque asperiores dolores ut molestiae.\",\"text\":\"Try to transmit the XML panel, maybe it will synthesize the bluetooth driver!\"}"], ["created_at", "2016-10-06 14:49:21.843399"], ["updated_at", "2016-10-06 14:49:21.843399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem quia id odit et.\",\"text\":\"Try to calculate the PCI feed, maybe it will override the cross-platform capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.844289"], ["updated_at", "2016-10-06 14:49:21.844289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum sit culpa tenetur sunt et earum numquam.\",\"text\":\"I'll index the solid state JBOD microchip, that should system the SDD sensor!\"}"], ["created_at", "2016-10-06 14:49:21.845150"], ["updated_at", "2016-10-06 14:49:21.845150"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique error itaque.\",\"text\":\"I'll override the digital CSS bandwidth, that should capacitor the ADP port!\"}"], ["created_at", "2016-10-06 14:49:21.846017"], ["updated_at", "2016-10-06 14:49:21.846017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur molestias eveniet ullam ut sed aut.\",\"text\":\"We need to generate the cross-platform XML transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.846979"], ["updated_at", "2016-10-06 14:49:21.846979"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo officiis ut voluptatem.\",\"text\":\"The SSL driver is down, synthesize the back-end card so we can synthesize the TCP circuit!\"}"], ["created_at", "2016-10-06 14:49:21.847857"], ["updated_at", "2016-10-06 14:49:21.847857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ea dolores laudantium asperiores.\",\"text\":\"You can't parse the hard drive without transmitting the auxiliary HDD program!\"}"], ["created_at", "2016-10-06 14:49:21.848714"], ["updated_at", "2016-10-06 14:49:21.848714"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur sapiente quo aut itaque dolores optio.\",\"text\":\"The COM application is down, calculate the virtual pixel so we can index the RSS array!\"}"], ["created_at", "2016-10-06 14:49:21.849564"], ["updated_at", "2016-10-06 14:49:21.849564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae dolores ut ut et.\",\"text\":\"We need to input the online HTTP driver!\"}"], ["created_at", "2016-10-06 14:49:21.850499"], ["updated_at", "2016-10-06 14:49:21.850499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora in optio.\",\"text\":\"Use the online AI protocol, then you can bypass the solid state card!\"}"], ["created_at", "2016-10-06 14:49:21.851367"], ["updated_at", "2016-10-06 14:49:21.851367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aliquam quisquam voluptatibus id laborum.\",\"text\":\"The SQL application is down, back up the open-source firewall so we can hack the PCI system!\"}"], ["created_at", "2016-10-06 14:49:21.852248"], ["updated_at", "2016-10-06 14:49:21.852248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum nemo dolor delectus velit consequatur.\",\"text\":\"You can't override the interface without indexing the 1080p XSS circuit!\"}"], ["created_at", "2016-10-06 14:49:21.853110"], ["updated_at", "2016-10-06 14:49:21.853110"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo enim veritatis libero iure quod temporibus.\",\"text\":\"I'll transmit the redundant SCSI bandwidth, that should hard drive the XML feed!\"}"], ["created_at", "2016-10-06 14:49:21.853948"], ["updated_at", "2016-10-06 14:49:21.853948"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia atque nobis.\",\"text\":\"I'll quantify the cross-platform XSS driver, that should alarm the USB firewall!\"}"], ["created_at", "2016-10-06 14:49:21.854957"], ["updated_at", "2016-10-06 14:49:21.854957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui libero est debitis nostrum.\",\"text\":\"Use the solid state RAM feed, then you can connect the solid state card!\"}"], ["created_at", "2016-10-06 14:49:21.855873"], ["updated_at", "2016-10-06 14:49:21.855873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis ab tempore tempora dolore.\",\"text\":\"You can't override the protocol without parsing the back-end SAS transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.856741"], ["updated_at", "2016-10-06 14:49:21.856741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque natus dignissimos.\",\"text\":\"The RAM circuit is down, synthesize the back-end protocol so we can index the EXE sensor!\"}"], ["created_at", "2016-10-06 14:49:21.857589"], ["updated_at", "2016-10-06 14:49:21.857589"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse est autem qui ut enim.\",\"text\":\"The IB feed is down, index the bluetooth hard drive so we can compress the RSS pixel!\"}"], ["created_at", "2016-10-06 14:49:21.858480"], ["updated_at", "2016-10-06 14:49:21.858480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid occaecati id qui nobis quas doloribus minima.\",\"text\":\"I'll bypass the optical XSS card, that should program the PCI feed!\"}"], ["created_at", "2016-10-06 14:49:21.859386"], ["updated_at", "2016-10-06 14:49:21.859386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut porro rerum tempora.\",\"text\":\"I'll parse the digital SQL hard drive, that should alarm the AI bus!\"}"], ["created_at", "2016-10-06 14:49:21.860267"], ["updated_at", "2016-10-06 14:49:21.860267"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem nisi consequuntur quam magni.\",\"text\":\"Try to reboot the COM program, maybe it will parse the bluetooth card!\"}"], ["created_at", "2016-10-06 14:49:21.861109"], ["updated_at", "2016-10-06 14:49:21.861109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati accusamus ad id aut nesciunt animi.\",\"text\":\"I'll copy the virtual USB card, that should bandwidth the RSS firewall!\"}"], ["created_at", "2016-10-06 14:49:21.861957"], ["updated_at", "2016-10-06 14:49:21.861957"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet quia molestiae dolore sequi.\",\"text\":\"You can't hack the pixel without programming the neural TCP protocol!\"}"], ["created_at", "2016-10-06 14:49:21.862822"], ["updated_at", "2016-10-06 14:49:21.862822"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus et exercitationem et qui officiis.\",\"text\":\"Try to navigate the SAS microchip, maybe it will parse the haptic program!\"}"], ["created_at", "2016-10-06 14:49:21.863855"], ["updated_at", "2016-10-06 14:49:21.863855"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero praesentium aliquid perspiciatis et qui.\",\"text\":\"We need to copy the redundant SCSI port!\"}"], ["created_at", "2016-10-06 14:49:21.865045"], ["updated_at", "2016-10-06 14:49:21.865045"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis voluptatem et quia in vel harum.\",\"text\":\"I'll connect the wireless SMS hard drive, that should protocol the RSS hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.866572"], ["updated_at", "2016-10-06 14:49:21.866572"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut facilis laborum numquam.\",\"text\":\"You can't copy the matrix without overriding the multi-byte SQL hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.868407"], ["updated_at", "2016-10-06 14:49:21.868407"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima asperiores totam.\",\"text\":\"You can't calculate the alarm without quantifying the digital PCI feed!\"}"], ["created_at", "2016-10-06 14:49:21.871131"], ["updated_at", "2016-10-06 14:49:21.871131"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero est in nulla rem porro.\",\"text\":\"Use the mobile AI circuit, then you can hack the solid state array!\"}"], ["created_at", "2016-10-06 14:49:21.873863"], ["updated_at", "2016-10-06 14:49:21.873863"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod aut cum explicabo.\",\"text\":\"You can't navigate the protocol without hacking the online SAS transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.876746"], ["updated_at", "2016-10-06 14:49:21.876746"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati odit ullam eos ut at libero.\",\"text\":\"Use the bluetooth EXE capacitor, then you can copy the haptic pixel!\"}"], ["created_at", "2016-10-06 14:49:21.878021"], ["updated_at", "2016-10-06 14:49:21.878021"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae voluptas est quam magnam qui.\",\"text\":\"Use the optical USB firewall, then you can hack the solid state protocol!\"}"], ["created_at", "2016-10-06 14:49:21.879126"], ["updated_at", "2016-10-06 14:49:21.879126"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui a eaque provident.\",\"text\":\"Try to compress the CSS interface, maybe it will override the haptic bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.880113"], ["updated_at", "2016-10-06 14:49:21.880113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint dicta aliquid voluptatem molestias assumenda.\",\"text\":\"Quantifying the card won't do anything, we need to input the primary http panel!\"}"], ["created_at", "2016-10-06 14:49:21.881090"], ["updated_at", "2016-10-06 14:49:21.881090"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio suscipit libero exercitationem.\",\"text\":\"Try to generate the USB circuit, maybe it will copy the open-source port!\"}"], ["created_at", "2016-10-06 14:49:21.881981"], ["updated_at", "2016-10-06 14:49:21.881981"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique quae enim blanditiis.\",\"text\":\"The USB feed is down, program the 1080p array so we can compress the PNG matrix!\"}"], ["created_at", "2016-10-06 14:49:21.882898"], ["updated_at", "2016-10-06 14:49:21.882898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus tempora vero sed.\",\"text\":\"We need to reboot the virtual COM feed!\"}"], ["created_at", "2016-10-06 14:49:21.883776"], ["updated_at", "2016-10-06 14:49:21.883776"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut totam et nisi.\",\"text\":\"Try to compress the HDD system, maybe it will connect the bluetooth panel!\"}"], ["created_at", "2016-10-06 14:49:21.884662"], ["updated_at", "2016-10-06 14:49:21.884662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti totam deleniti quo.\",\"text\":\"Navigating the alarm won't do anything, we need to connect the online ssl interface!\"}"], ["created_at", "2016-10-06 14:49:21.885592"], ["updated_at", "2016-10-06 14:49:21.885592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis dolore laborum ipsa quia qui.\",\"text\":\"You can't hack the capacitor without calculating the neural COM driver!\"}"], ["created_at", "2016-10-06 14:49:21.886477"], ["updated_at", "2016-10-06 14:49:21.886477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus itaque nihil quia ducimus quia qui.\",\"text\":\"You can't transmit the hard drive without navigating the haptic JBOD transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.887338"], ["updated_at", "2016-10-06 14:49:21.887338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error modi necessitatibus aut.\",\"text\":\"If we copy the application, we can get to the PCI panel through the digital IB matrix!\"}"], ["created_at", "2016-10-06 14:49:21.888206"], ["updated_at", "2016-10-06 14:49:21.888206"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem fugit alias qui.\",\"text\":\"Try to calculate the HTTP feed, maybe it will reboot the bluetooth circuit!\"}"], ["created_at", "2016-10-06 14:49:21.889038"], ["updated_at", "2016-10-06 14:49:21.889038"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta et voluptates qui occaecati unde accusamus.\",\"text\":\"Use the online THX matrix, then you can index the solid state sensor!\"}"], ["created_at", "2016-10-06 14:49:21.889944"], ["updated_at", "2016-10-06 14:49:21.889944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque distinctio adipisci eius et.\",\"text\":\"Try to back up the TCP bandwidth, maybe it will input the redundant interface!\"}"], ["created_at", "2016-10-06 14:49:21.890824"], ["updated_at", "2016-10-06 14:49:21.890824"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum rerum dolor similique voluptatum quia nihil.\",\"text\":\"Quantifying the system won't do anything, we need to hack the solid state sdd application!\"}"], ["created_at", "2016-10-06 14:49:21.891690"], ["updated_at", "2016-10-06 14:49:21.891690"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex ut sint nam.\",\"text\":\"Use the online TCP alarm, then you can program the primary array!\"}"], ["created_at", "2016-10-06 14:49:21.892525"], ["updated_at", "2016-10-06 14:49:21.892525"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda consequatur ut optio nam.\",\"text\":\"Use the haptic SSL transmitter, then you can reboot the wireless sensor!\"}"], ["created_at", "2016-10-06 14:49:21.893432"], ["updated_at", "2016-10-06 14:49:21.893432"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam dicta modi voluptatem vel sint sapiente.\",\"text\":\"We need to quantify the open-source SSL card!\"}"], ["created_at", "2016-10-06 14:49:21.894484"], ["updated_at", "2016-10-06 14:49:21.894484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A aspernatur ut.\",\"text\":\"You can't copy the interface without overriding the wireless AI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.895398"], ["updated_at", "2016-10-06 14:49:21.895398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos hic ut dolores voluptas.\",\"text\":\"Try to synthesize the XML protocol, maybe it will navigate the redundant panel!\"}"], ["created_at", "2016-10-06 14:49:21.896268"], ["updated_at", "2016-10-06 14:49:21.896268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam aut voluptatem autem est et.\",\"text\":\"Backing up the bus won't do anything, we need to program the back-end ram feed!\"}"], ["created_at", "2016-10-06 14:49:21.897108"], ["updated_at", "2016-10-06 14:49:21.897108"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur magni corporis ex quos.\",\"text\":\"If we quantify the microchip, we can get to the GB circuit through the redundant SSL pixel!\"}"], ["created_at", "2016-10-06 14:49:21.897966"], ["updated_at", "2016-10-06 14:49:21.897966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quidem blanditiis voluptate doloribus.\",\"text\":\"If we hack the driver, we can get to the XSS matrix through the haptic ADP application!\"}"], ["created_at", "2016-10-06 14:49:21.898900"], ["updated_at", "2016-10-06 14:49:21.898900"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum laborum consequuntur minima voluptatem facilis.\",\"text\":\"We need to generate the back-end SMTP circuit!\"}"], ["created_at", "2016-10-06 14:49:21.899764"], ["updated_at", "2016-10-06 14:49:21.899764"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis sunt magnam iure dicta veritatis magni est.\",\"text\":\"The SDD microchip is down, calculate the primary application so we can navigate the IB pixel!\"}"], ["created_at", "2016-10-06 14:49:21.900631"], ["updated_at", "2016-10-06 14:49:21.900631"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis molestias quod alias consequatur assumenda.\",\"text\":\"I'll hack the haptic FTP firewall, that should port the SMS port!\"}"], ["created_at", "2016-10-06 14:49:21.901523"], ["updated_at", "2016-10-06 14:49:21.901523"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt dolore est dicta harum et.\",\"text\":\"Use the solid state SMTP system, then you can calculate the primary firewall!\"}"], ["created_at", "2016-10-06 14:49:21.902454"], ["updated_at", "2016-10-06 14:49:21.902454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit ipsum iusto.\",\"text\":\"You can't connect the monitor without copying the digital HDD matrix!\"}"], ["created_at", "2016-10-06 14:49:21.903315"], ["updated_at", "2016-10-06 14:49:21.903315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum rerum nemo nam.\",\"text\":\"The JSON port is down, hack the virtual monitor so we can override the THX monitor!\"}"], ["created_at", "2016-10-06 14:49:21.904176"], ["updated_at", "2016-10-06 14:49:21.904176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta fugit consequatur laboriosam.\",\"text\":\"I'll connect the 1080p CSS pixel, that should program the FTP protocol!\"}"], ["created_at", "2016-10-06 14:49:21.905007"], ["updated_at", "2016-10-06 14:49:21.905007"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio voluptas ipsam aut reprehenderit eos voluptate repudiandae.\",\"text\":\"Use the bluetooth XSS transmitter, then you can reboot the solid state panel!\"}"], ["created_at", "2016-10-06 14:49:21.905872"], ["updated_at", "2016-10-06 14:49:21.905872"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam excepturi sed.\",\"text\":\"Use the back-end TCP program, then you can navigate the wireless hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.906831"], ["updated_at", "2016-10-06 14:49:21.906831"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt laudantium velit dolore distinctio.\",\"text\":\"Backing up the panel won't do anything, we need to compress the haptic xml firewall!\"}"], ["created_at", "2016-10-06 14:49:21.907955"], ["updated_at", "2016-10-06 14:49:21.907955"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas delectus neque aut officiis ea.\",\"text\":\"If we connect the transmitter, we can get to the GB circuit through the multi-byte HTTP sensor!\"}"], ["created_at", "2016-10-06 14:49:21.908963"], ["updated_at", "2016-10-06 14:49:21.908963"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptates non et nostrum libero dolor explicabo.\",\"text\":\"I'll index the haptic SMTP protocol, that should card the HDD program!\"}"], ["created_at", "2016-10-06 14:49:21.911286"], ["updated_at", "2016-10-06 14:49:21.911286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia vel aut eum.\",\"text\":\"Try to connect the USB firewall, maybe it will back up the cross-platform transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.912573"], ["updated_at", "2016-10-06 14:49:21.912573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut cumque quis.\",\"text\":\"Use the back-end SQL bus, then you can copy the redundant system!\"}"], ["created_at", "2016-10-06 14:49:21.913473"], ["updated_at", "2016-10-06 14:49:21.913473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis ut eveniet.\",\"text\":\"We need to bypass the back-end THX feed!\"}"], ["created_at", "2016-10-06 14:49:21.914415"], ["updated_at", "2016-10-06 14:49:21.914415"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe at omnis consectetur consequatur aut eum.\",\"text\":\"You can't override the monitor without bypassing the solid state GB firewall!\"}"], ["created_at", "2016-10-06 14:49:21.915250"], ["updated_at", "2016-10-06 14:49:21.915250"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet nobis dignissimos dolores reprehenderit in magni.\",\"text\":\"I'll index the haptic JBOD firewall, that should card the XML port!\"}"], ["created_at", "2016-10-06 14:49:21.916119"], ["updated_at", "2016-10-06 14:49:21.916119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis alias doloremque fuga quas.\",\"text\":\"Use the primary AGP transmitter, then you can program the primary protocol!\"}"], ["created_at", "2016-10-06 14:49:21.917023"], ["updated_at", "2016-10-06 14:49:21.917023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et assumenda dolor.\",\"text\":\"We need to transmit the digital SDD feed!\"}"], ["created_at", "2016-10-06 14:49:21.917880"], ["updated_at", "2016-10-06 14:49:21.917880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas temporibus corporis culpa.\",\"text\":\"Try to connect the ADP hard drive, maybe it will compress the auxiliary application!\"}"], ["created_at", "2016-10-06 14:49:21.918811"], ["updated_at", "2016-10-06 14:49:21.918811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione harum molestiae.\",\"text\":\"If we quantify the microchip, we can get to the XML bandwidth through the solid state XSS circuit!\"}"], ["created_at", "2016-10-06 14:49:21.919646"], ["updated_at", "2016-10-06 14:49:21.919646"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est fugiat placeat.\",\"text\":\"If we hack the application, we can get to the SMS system through the bluetooth AI hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.920517"], ["updated_at", "2016-10-06 14:49:21.920517"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab dolorum magnam vel rem est aut.\",\"text\":\"Use the virtual TCP driver, then you can compress the digital pixel!\"}"], ["created_at", "2016-10-06 14:49:21.921428"], ["updated_at", "2016-10-06 14:49:21.921428"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque nam dolores porro nihil beatae qui.\",\"text\":\"Try to compress the SSL card, maybe it will parse the neural program!\"}"], ["created_at", "2016-10-06 14:49:21.922325"], ["updated_at", "2016-10-06 14:49:21.922325"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quia modi maxime ea.\",\"text\":\"We need to bypass the digital THX hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.923194"], ["updated_at", "2016-10-06 14:49:21.923194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil deserunt consectetur qui voluptates est.\",\"text\":\"If we generate the protocol, we can get to the JBOD transmitter through the 1080p SMTP pixel!\"}"], ["created_at", "2016-10-06 14:49:21.924033"], ["updated_at", "2016-10-06 14:49:21.924033"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit ut est veritatis sunt minus doloremque omnis.\",\"text\":\"If we bypass the driver, we can get to the SCSI capacitor through the optical SAS capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.924921"], ["updated_at", "2016-10-06 14:49:21.924921"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis in quae omnis quia vel.\",\"text\":\"I'll index the auxiliary USB program, that should circuit the GB bus!\"}"], ["created_at", "2016-10-06 14:49:21.925845"], ["updated_at", "2016-10-06 14:49:21.925845"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat debitis qui repellendus.\",\"text\":\"I'll navigate the online RAM circuit, that should panel the JSON array!\"}"], ["created_at", "2016-10-06 14:49:21.926800"], ["updated_at", "2016-10-06 14:49:21.926800"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quasi assumenda et nesciunt.\",\"text\":\"Use the wireless SDD driver, then you can calculate the primary protocol!\"}"], ["created_at", "2016-10-06 14:49:21.927671"], ["updated_at", "2016-10-06 14:49:21.927671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis at eos eveniet.\",\"text\":\"Use the solid state SMTP program, then you can transmit the primary interface!\"}"], ["created_at", "2016-10-06 14:49:21.928561"], ["updated_at", "2016-10-06 14:49:21.928561"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus dolor exercitationem voluptatibus ducimus rerum iure rerum.\",\"text\":\"I'll bypass the digital ADP program, that should program the JSON feed!\"}"], ["created_at", "2016-10-06 14:49:21.929433"], ["updated_at", "2016-10-06 14:49:21.929433"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem unde magni rerum fugiat incidunt ut iure.\",\"text\":\"We need to quantify the online JSON monitor!\"}"], ["created_at", "2016-10-06 14:49:21.930374"], ["updated_at", "2016-10-06 14:49:21.930374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi qui neque.\",\"text\":\"Try to override the RSS alarm, maybe it will connect the back-end circuit!\"}"], ["created_at", "2016-10-06 14:49:21.931238"], ["updated_at", "2016-10-06 14:49:21.931238"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae quo quisquam praesentium dolorem et reprehenderit.\",\"text\":\"The USB microchip is down, bypass the redundant matrix so we can index the CSS driver!\"}"], ["created_at", "2016-10-06 14:49:21.932068"], ["updated_at", "2016-10-06 14:49:21.932068"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid delectus consequuntur et dolores aliquam.\",\"text\":\"You can't navigate the capacitor without overriding the solid state PNG array!\"}"], ["created_at", "2016-10-06 14:49:21.932923"], ["updated_at", "2016-10-06 14:49:21.932923"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit iure possimus qui.\",\"text\":\"Indexing the firewall won't do anything, we need to navigate the multi-byte tcp application!\"}"], ["created_at", "2016-10-06 14:49:21.933824"], ["updated_at", "2016-10-06 14:49:21.933824"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo sit at in.\",\"text\":\"You can't parse the system without transmitting the cross-platform SMTP bus!\"}"], ["created_at", "2016-10-06 14:49:21.934751"], ["updated_at", "2016-10-06 14:49:21.934751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut laboriosam numquam blanditiis et odit magnam mollitia.\",\"text\":\"I'll parse the neural RSS sensor, that should bandwidth the XSS alarm!\"}"], ["created_at", "2016-10-06 14:49:21.935644"], ["updated_at", "2016-10-06 14:49:21.935644"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam animi nisi sunt voluptas harum laudantium cumque.\",\"text\":\"Indexing the capacitor won't do anything, we need to index the primary gb matrix!\"}"], ["created_at", "2016-10-06 14:49:21.936531"], ["updated_at", "2016-10-06 14:49:21.936531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eos occaecati.\",\"text\":\"Use the digital XML hard drive, then you can override the auxiliary matrix!\"}"], ["created_at", "2016-10-06 14:49:21.937437"], ["updated_at", "2016-10-06 14:49:21.937437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore neque possimus quasi id dolore magnam quas.\",\"text\":\"I'll bypass the auxiliary SMTP interface, that should interface the CSS program!\"}"], ["created_at", "2016-10-06 14:49:21.938343"], ["updated_at", "2016-10-06 14:49:21.938343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis harum qui sunt minima consequuntur.\",\"text\":\"If we compress the array, we can get to the SQL capacitor through the neural PCI bus!\"}"], ["created_at", "2016-10-06 14:49:21.939209"], ["updated_at", "2016-10-06 14:49:21.939209"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit qui dolores.\",\"text\":\"I'll transmit the 1080p AI bus, that should pixel the RAM hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.940087"], ["updated_at", "2016-10-06 14:49:21.940087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos et qui eveniet consequatur molestiae.\",\"text\":\"Use the open-source TCP alarm, then you can calculate the wireless circuit!\"}"], ["created_at", "2016-10-06 14:49:21.941021"], ["updated_at", "2016-10-06 14:49:21.941021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia accusantium at repudiandae possimus.\",\"text\":\"I'll transmit the solid state PNG driver, that should firewall the AGP hard drive!\"}"], ["created_at", "2016-10-06 14:49:21.941888"], ["updated_at", "2016-10-06 14:49:21.941888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quis in.\",\"text\":\"Try to navigate the AI card, maybe it will reboot the solid state transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.942797"], ["updated_at", "2016-10-06 14:49:21.942797"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut odit velit dolor.\",\"text\":\"The USB microchip is down, program the open-source monitor so we can compress the FTP bus!\"}"], ["created_at", "2016-10-06 14:49:21.943651"], ["updated_at", "2016-10-06 14:49:21.943651"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum libero temporibus fugiat qui sunt blanditiis perspiciatis.\",\"text\":\"The XSS interface is down, copy the open-source bus so we can reboot the TCP circuit!\"}"], ["created_at", "2016-10-06 14:49:21.944516"], ["updated_at", "2016-10-06 14:49:21.944516"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere dolorem tempora omnis architecto perspiciatis.\",\"text\":\"We need to calculate the neural JSON microchip!\"}"], ["created_at", "2016-10-06 14:49:21.945438"], ["updated_at", "2016-10-06 14:49:21.945438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam et tempora est cumque.\",\"text\":\"We need to program the back-end SQL monitor!\"}"], ["created_at", "2016-10-06 14:49:21.946338"], ["updated_at", "2016-10-06 14:49:21.946338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque voluptatem fugiat deserunt necessitatibus ut incidunt.\",\"text\":\"We need to reboot the primary FTP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.947210"], ["updated_at", "2016-10-06 14:49:21.947210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita non doloremque culpa ea fuga beatae.\",\"text\":\"We need to transmit the neural JSON bus!\"}"], ["created_at", "2016-10-06 14:49:21.948071"], ["updated_at", "2016-10-06 14:49:21.948071"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid officia asperiores itaque sapiente est aperiam.\",\"text\":\"Use the haptic SDD capacitor, then you can program the open-source sensor!\"}"], ["created_at", "2016-10-06 14:49:21.948935"], ["updated_at", "2016-10-06 14:49:21.948935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam minus quia omnis doloribus molestiae sunt nihil.\",\"text\":\"Use the 1080p TCP application, then you can override the primary pixel!\"}"], ["created_at", "2016-10-06 14:49:21.949850"], ["updated_at", "2016-10-06 14:49:21.949850"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione officiis tempora molestiae explicabo.\",\"text\":\"The SQL driver is down, quantify the back-end bus so we can synthesize the SCSI array!\"}"], ["created_at", "2016-10-06 14:49:21.950724"], ["updated_at", "2016-10-06 14:49:21.950724"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni ex aperiam et ut sequi similique quia.\",\"text\":\"Calculating the panel won't do anything, we need to bypass the optical ib alarm!\"}"], ["created_at", "2016-10-06 14:49:21.951593"], ["updated_at", "2016-10-06 14:49:21.951593"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eos omnis.\",\"text\":\"The CSS bandwidth is down, bypass the optical hard drive so we can override the XML card!\"}"], ["created_at", "2016-10-06 14:49:21.952477"], ["updated_at", "2016-10-06 14:49:21.952477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus et corporis tempore est officiis error eius.\",\"text\":\"You can't input the interface without calculating the back-end SAS alarm!\"}"], ["created_at", "2016-10-06 14:49:21.953409"], ["updated_at", "2016-10-06 14:49:21.953409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero sed sed qui ipsa repellendus.\",\"text\":\"I'll program the multi-byte TCP matrix, that should panel the CSS sensor!\"}"], ["created_at", "2016-10-06 14:49:21.954349"], ["updated_at", "2016-10-06 14:49:21.954349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam non et est voluptatem voluptatem aut amet.\",\"text\":\"The AGP bandwidth is down, index the cross-platform panel so we can generate the EXE transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.955186"], ["updated_at", "2016-10-06 14:49:21.955186"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste mollitia eum aut.\",\"text\":\"If we compress the bus, we can get to the PNG monitor through the wireless RAM array!\"}"], ["created_at", "2016-10-06 14:49:21.956056"], ["updated_at", "2016-10-06 14:49:21.956056"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima nihil soluta aliquam numquam sint qui.\",\"text\":\"Try to program the HDD matrix, maybe it will connect the primary matrix!\"}"], ["created_at", "2016-10-06 14:49:21.956964"], ["updated_at", "2016-10-06 14:49:21.956964"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum magnam et ad dolorem.\",\"text\":\"I'll quantify the redundant JSON transmitter, that should port the SDD sensor!\"}"], ["created_at", "2016-10-06 14:49:21.957846"], ["updated_at", "2016-10-06 14:49:21.957846"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non non sapiente.\",\"text\":\"Hacking the transmitter won't do anything, we need to override the neural smtp monitor!\"}"], ["created_at", "2016-10-06 14:49:21.958749"], ["updated_at", "2016-10-06 14:49:21.958749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque voluptatem id excepturi ad ut.\",\"text\":\"Navigating the circuit won't do anything, we need to back up the online ftp protocol!\"}"], ["created_at", "2016-10-06 14:49:21.959626"], ["updated_at", "2016-10-06 14:49:21.959626"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed praesentium ratione quisquam voluptatum est commodi a.\",\"text\":\"You can't quantify the matrix without hacking the auxiliary SQL system!\"}"], ["created_at", "2016-10-06 14:49:21.960573"], ["updated_at", "2016-10-06 14:49:21.960573"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores quia dolor aliquam vitae.\",\"text\":\"We need to back up the multi-byte XML monitor!\"}"], ["created_at", "2016-10-06 14:49:21.962185"], ["updated_at", "2016-10-06 14:49:21.962185"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum maiores sunt rem repudiandae.\",\"text\":\"The XSS interface is down, connect the wireless card so we can override the CSS port!\"}"], ["created_at", "2016-10-06 14:49:21.963730"], ["updated_at", "2016-10-06 14:49:21.963730"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur quia reprehenderit tempora.\",\"text\":\"I'll back up the 1080p HDD feed, that should firewall the FTP panel!\"}"], ["created_at", "2016-10-06 14:49:21.965032"], ["updated_at", "2016-10-06 14:49:21.965032"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor eligendi rerum nam pariatur voluptates.\",\"text\":\"The COM capacitor is down, override the haptic feed so we can compress the SCSI transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.967603"], ["updated_at", "2016-10-06 14:49:21.967603"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate ipsam officia voluptatibus quis.\",\"text\":\"I'll program the haptic RAM pixel, that should sensor the AGP alarm!\"}"], ["created_at", "2016-10-06 14:49:21.970029"], ["updated_at", "2016-10-06 14:49:21.970029"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus nobis molestiae suscipit delectus.\",\"text\":\"You can't program the matrix without overriding the back-end SMTP program!\"}"], ["created_at", "2016-10-06 14:49:21.973076"], ["updated_at", "2016-10-06 14:49:21.973076"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi quasi rerum et soluta placeat aliquid nostrum.\",\"text\":\"We need to connect the optical TCP system!\"}"], ["created_at", "2016-10-06 14:49:21.974329"], ["updated_at", "2016-10-06 14:49:21.974329"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic placeat alias mollitia.\",\"text\":\"If we connect the matrix, we can get to the FTP bus through the redundant COM circuit!\"}"], ["created_at", "2016-10-06 14:49:21.975321"], ["updated_at", "2016-10-06 14:49:21.975321"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis aut aspernatur.\",\"text\":\"Hacking the array won't do anything, we need to reboot the neural sql system!\"}"], ["created_at", "2016-10-06 14:49:21.976425"], ["updated_at", "2016-10-06 14:49:21.976425"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam nesciunt placeat qui esse autem.\",\"text\":\"Use the optical ADP bus, then you can override the neural system!\"}"], ["created_at", "2016-10-06 14:49:21.977586"], ["updated_at", "2016-10-06 14:49:21.977586"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore nobis officia.\",\"text\":\"The RSS application is down, index the mobile bandwidth so we can synthesize the ADP interface!\"}"], ["created_at", "2016-10-06 14:49:21.978568"], ["updated_at", "2016-10-06 14:49:21.978568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut alias maiores explicabo sunt ad ex.\",\"text\":\"Use the online XML application, then you can index the digital bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.979490"], ["updated_at", "2016-10-06 14:49:21.979490"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita repellat asperiores necessitatibus natus maiores.\",\"text\":\"The ADP hard drive is down, reboot the haptic array so we can override the PNG matrix!\"}"], ["created_at", "2016-10-06 14:49:21.980418"], ["updated_at", "2016-10-06 14:49:21.980418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia vel beatae est.\",\"text\":\"The SCSI driver is down, index the wireless microchip so we can synthesize the PNG bus!\"}"], ["created_at", "2016-10-06 14:49:21.981415"], ["updated_at", "2016-10-06 14:49:21.981415"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus aut aliquam eaque nostrum.\",\"text\":\"The ADP microchip is down, hack the auxiliary bandwidth so we can compress the CSS bus!\"}"], ["created_at", "2016-10-06 14:49:21.982382"], ["updated_at", "2016-10-06 14:49:21.982382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium sed molestias.\",\"text\":\"Bypassing the program won't do anything, we need to program the haptic png monitor!\"}"], ["created_at", "2016-10-06 14:49:21.983333"], ["updated_at", "2016-10-06 14:49:21.983333"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut aut soluta.\",\"text\":\"If we navigate the array, we can get to the IB driver through the cross-platform SMTP microchip!\"}"], ["created_at", "2016-10-06 14:49:21.984206"], ["updated_at", "2016-10-06 14:49:21.984206"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis unde deleniti corporis.\",\"text\":\"You can't index the circuit without connecting the wireless XSS protocol!\"}"], ["created_at", "2016-10-06 14:49:21.985145"], ["updated_at", "2016-10-06 14:49:21.985145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum odio animi ex sed id.\",\"text\":\"Try to copy the IB firewall, maybe it will program the 1080p circuit!\"}"], ["created_at", "2016-10-06 14:49:21.986039"], ["updated_at", "2016-10-06 14:49:21.986039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta et maiores repellendus odit eaque.\",\"text\":\"The ADP bandwidth is down, override the wireless capacitor so we can calculate the SCSI transmitter!\"}"], ["created_at", "2016-10-06 14:49:21.986940"], ["updated_at", "2016-10-06 14:49:21.986940"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur expedita et alias dolorum dolores sequi omnis.\",\"text\":\"Compressing the bus won't do anything, we need to parse the multi-byte jbod bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.987779"], ["updated_at", "2016-10-06 14:49:21.987779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem accusamus cumque harum ut commodi repellendus.\",\"text\":\"The PNG port is down, navigate the cross-platform firewall so we can back up the THX port!\"}"], ["created_at", "2016-10-06 14:49:21.988696"], ["updated_at", "2016-10-06 14:49:21.988696"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid reprehenderit est facere modi.\",\"text\":\"If we override the capacitor, we can get to the GB program through the digital GB monitor!\"}"], ["created_at", "2016-10-06 14:49:21.989560"], ["updated_at", "2016-10-06 14:49:21.989560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa unde cupiditate iure sed beatae quisquam animi.\",\"text\":\"I'll generate the primary TCP driver, that should driver the AI bus!\"}"], ["created_at", "2016-10-06 14:49:21.990435"], ["updated_at", "2016-10-06 14:49:21.990435"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem rerum ex vitae eaque.\",\"text\":\"If we transmit the alarm, we can get to the RSS port through the open-source ADP application!\"}"], ["created_at", "2016-10-06 14:49:21.991277"], ["updated_at", "2016-10-06 14:49:21.991277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut earum suscipit deleniti commodi nihil.\",\"text\":\"I'll copy the solid state RAM protocol, that should program the JBOD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.992213"], ["updated_at", "2016-10-06 14:49:21.992213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia dolorem quam officiis.\",\"text\":\"You can't program the bus without backing up the wireless RAM sensor!\"}"], ["created_at", "2016-10-06 14:49:21.993122"], ["updated_at", "2016-10-06 14:49:21.993122"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores dignissimos dolorem culpa molestiae adipisci illum.\",\"text\":\"You can't generate the card without indexing the open-source SCSI capacitor!\"}"], ["created_at", "2016-10-06 14:49:21.994062"], ["updated_at", "2016-10-06 14:49:21.994062"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo illo temporibus iste quia.\",\"text\":\"If we hack the feed, we can get to the XSS panel through the 1080p FTP port!\"}"], ["created_at", "2016-10-06 14:49:21.995009"], ["updated_at", "2016-10-06 14:49:21.995009"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda quo molestiae commodi in dolorum veritatis libero.\",\"text\":\"We need to copy the redundant HTTP application!\"}"], ["created_at", "2016-10-06 14:49:21.995895"], ["updated_at", "2016-10-06 14:49:21.995895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe veritatis repellendus sunt.\",\"text\":\"The AI firewall is down, synthesize the redundant feed so we can program the SMTP alarm!\"}"], ["created_at", "2016-10-06 14:49:21.996758"], ["updated_at", "2016-10-06 14:49:21.996758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis molestiae qui dignissimos quibusdam fugit.\",\"text\":\"We need to override the back-end SCSI application!\"}"], ["created_at", "2016-10-06 14:49:21.997618"], ["updated_at", "2016-10-06 14:49:21.997618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus ea aut quae eos commodi.\",\"text\":\"Transmitting the driver won't do anything, we need to transmit the solid state agp bandwidth!\"}"], ["created_at", "2016-10-06 14:49:21.998492"], ["updated_at", "2016-10-06 14:49:21.998492"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus aut aut.\",\"text\":\"The JBOD bandwidth is down, parse the online card so we can override the AI matrix!\"}"], ["created_at", "2016-10-06 14:49:21.999323"], ["updated_at", "2016-10-06 14:49:21.999323"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum eligendi vitae.\",\"text\":\"You can't generate the capacitor without hacking the primary JBOD bandwidth!\"}"], ["created_at", "2016-10-06 14:49:22.000229"], ["updated_at", "2016-10-06 14:49:22.000229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia enim quia.\",\"text\":\"I'll transmit the solid state XSS matrix, that should application the FTP hard drive!\"}"], ["created_at", "2016-10-06 14:49:22.001091"], ["updated_at", "2016-10-06 14:49:22.001091"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt ea tenetur.\",\"text\":\"Use the haptic CSS array, then you can bypass the neural monitor!\"}"], ["created_at", "2016-10-06 14:49:22.001969"], ["updated_at", "2016-10-06 14:49:22.001969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim cum quos dolor non.\",\"text\":\"The XSS firewall is down, copy the primary port so we can calculate the SSL system!\"}"], ["created_at", "2016-10-06 14:49:22.002815"], ["updated_at", "2016-10-06 14:49:22.002815"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet consequuntur est esse.\",\"text\":\"Try to calculate the IB system, maybe it will quantify the virtual application!\"}"], ["created_at", "2016-10-06 14:49:22.003672"], ["updated_at", "2016-10-06 14:49:22.003672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit suscipit aut dolorum labore.\",\"text\":\"The THX pixel is down, synthesize the solid state matrix so we can compress the RAM port!\"}"], ["created_at", "2016-10-06 14:49:22.004573"], ["updated_at", "2016-10-06 14:49:22.004573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In dolor magnam accusamus aut veritatis omnis delectus.\",\"text\":\"If we back up the port, we can get to the XSS microchip through the auxiliary SAS circuit!\"}"], ["created_at", "2016-10-06 14:49:22.005436"], ["updated_at", "2016-10-06 14:49:22.005436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit odit consequatur possimus necessitatibus cum molestiae.\",\"text\":\"Use the optical USB feed, then you can input the redundant array!\"}"], ["created_at", "2016-10-06 14:49:22.006273"], ["updated_at", "2016-10-06 14:49:22.006273"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum itaque asperiores.\",\"text\":\"Use the optical AGP bus, then you can generate the neural matrix!\"}"], ["created_at", "2016-10-06 14:49:22.007181"], ["updated_at", "2016-10-06 14:49:22.007181"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam similique voluptatum ea voluptas dolore omnis.\",\"text\":\"We need to reboot the online XSS panel!\"}"], ["created_at", "2016-10-06 14:49:22.008307"], ["updated_at", "2016-10-06 14:49:22.008307"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nam veritatis.\",\"text\":\"You can't navigate the circuit without compressing the mobile COM capacitor!\"}"], ["created_at", "2016-10-06 14:49:22.009310"], ["updated_at", "2016-10-06 14:49:22.009310"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi culpa sunt rerum natus dolore a.\",\"text\":\"We need to generate the primary JSON program!\"}"], ["created_at", "2016-10-06 14:49:22.011110"], ["updated_at", "2016-10-06 14:49:22.011110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero a rerum debitis molestiae.\",\"text\":\"Use the open-source USB firewall, then you can calculate the virtual circuit!\"}"], ["created_at", "2016-10-06 14:49:22.012846"], ["updated_at", "2016-10-06 14:49:22.012846"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos quia sapiente voluptatem.\",\"text\":\"Try to bypass the RAM transmitter, maybe it will parse the redundant bus!\"}"], ["created_at", "2016-10-06 14:49:22.013805"], ["updated_at", "2016-10-06 14:49:22.013805"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim fugit sunt quas laudantium dolorem repudiandae consectetur.\",\"text\":\"Use the neural SMS bus, then you can back up the haptic array!\"}"], ["created_at", "2016-10-06 14:49:22.014762"], ["updated_at", "2016-10-06 14:49:22.014762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis earum omnis tenetur aperiam eos.\",\"text\":\"We need to hack the digital SMS bus!\"}"], ["created_at", "2016-10-06 14:49:22.015643"], ["updated_at", "2016-10-06 14:49:22.015643"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste aut hic.\",\"text\":\"Use the 1080p ADP card, then you can bypass the cross-platform interface!\"}"], ["created_at", "2016-10-06 14:49:22.016478"], ["updated_at", "2016-10-06 14:49:22.016478"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor vero tempora est illo illum adipisci.\",\"text\":\"Navigating the sensor won't do anything, we need to back up the open-source com array!\"}"], ["created_at", "2016-10-06 14:49:22.017339"], ["updated_at", "2016-10-06 14:49:22.017339"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt non aut enim tempore tempora.\",\"text\":\"Try to back up the SSL pixel, maybe it will bypass the primary pixel!\"}"], ["created_at", "2016-10-06 14:49:22.018257"], ["updated_at", "2016-10-06 14:49:22.018257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem autem non quia ut quo quidem voluptas.\",\"text\":\"Use the multi-byte XSS microchip, then you can copy the neural bus!\"}"], ["created_at", "2016-10-06 14:49:22.019193"], ["updated_at", "2016-10-06 14:49:22.019193"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum quaerat hic autem expedita quis accusantium suscipit.\",\"text\":\"I'll index the neural HTTP bandwidth, that should card the XML pixel!\"}"], ["created_at", "2016-10-06 14:49:22.020039"], ["updated_at", "2016-10-06 14:49:22.020039"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab deserunt aut error.\",\"text\":\"Try to back up the CSS panel, maybe it will calculate the digital alarm!\"}"], ["created_at", "2016-10-06 14:49:22.020897"], ["updated_at", "2016-10-06 14:49:22.020897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim dolor nihil.\",\"text\":\"You can't reboot the application without compressing the primary SCSI microchip!\"}"], ["created_at", "2016-10-06 14:49:22.021759"], ["updated_at", "2016-10-06 14:49:22.021759"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta rerum accusamus itaque id.\",\"text\":\"We need to quantify the back-end IB pixel!\"}"], ["created_at", "2016-10-06 14:49:22.022654"], ["updated_at", "2016-10-06 14:49:22.022654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed sed velit recusandae quo vel ducimus qui.\",\"text\":\"Calculating the hard drive won't do anything, we need to input the virtual ram microchip!\"}"], ["created_at", "2016-10-06 14:49:22.023571"], ["updated_at", "2016-10-06 14:49:22.023571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia rem dolorem id dicta.\",\"text\":\"Use the bluetooth HDD driver, then you can generate the online capacitor!\"}"], ["created_at", "2016-10-06 14:49:22.024441"], ["updated_at", "2016-10-06 14:49:22.024441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem architecto exercitationem.\",\"text\":\"Try to bypass the HTTP hard drive, maybe it will parse the redundant microchip!\"}"], ["created_at", "2016-10-06 14:49:22.025323"], ["updated_at", "2016-10-06 14:49:22.025323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur ullam porro ipsum dolorum est nihil.\",\"text\":\"If we quantify the alarm, we can get to the JSON circuit through the virtual SAS application!\"}"], ["created_at", "2016-10-06 14:49:22.026264"], ["updated_at", "2016-10-06 14:49:22.026264"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas voluptatem repellat facilis.\",\"text\":\"Try to navigate the SQL transmitter, maybe it will transmit the neural circuit!\"}"], ["created_at", "2016-10-06 14:49:22.027232"], ["updated_at", "2016-10-06 14:49:22.027232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime ut debitis laudantium aliquid et.\",\"text\":\"Copying the bus won't do anything, we need to connect the haptic hdd hard drive!\"}"], ["created_at", "2016-10-06 14:49:22.028135"], ["updated_at", "2016-10-06 14:49:22.028135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo ab dolore ut voluptates facilis tempora.\",\"text\":\"If we index the pixel, we can get to the PNG application through the auxiliary ADP transmitter!\"}"], ["created_at", "2016-10-06 14:49:22.029036"], ["updated_at", "2016-10-06 14:49:22.029036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique sit ut ea commodi.\",\"text\":\"Use the 1080p AI feed, then you can reboot the multi-byte capacitor!\"}"], ["created_at", "2016-10-06 14:49:22.029907"], ["updated_at", "2016-10-06 14:49:22.029907"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In voluptatem voluptatum optio.\",\"text\":\"The JBOD interface is down, hack the cross-platform feed so we can program the USB microchip!\"}"], ["created_at", "2016-10-06 14:49:22.030812"], ["updated_at", "2016-10-06 14:49:22.030812"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi earum repellat.\",\"text\":\"Try to parse the EXE feed, maybe it will quantify the primary transmitter!\"}"], ["created_at", "2016-10-06 14:49:22.031702"], ["updated_at", "2016-10-06 14:49:22.031702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit non nihil.\",\"text\":\"I'll index the digital ADP card, that should panel the XSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:22.032585"], ["updated_at", "2016-10-06 14:49:22.032585"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur illum est modi et quia optio nisi.\",\"text\":\"Indexing the hard drive won't do anything, we need to parse the digital ssl driver!\"}"], ["created_at", "2016-10-06 14:49:22.033443"], ["updated_at", "2016-10-06 14:49:22.033443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quas dignissimos nihil.\",\"text\":\"The IB bus is down, transmit the wireless array so we can program the SCSI hard drive!\"}"], ["created_at", "2016-10-06 14:49:22.034347"], ["updated_at", "2016-10-06 14:49:22.034347"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dignissimos omnis iusto corporis.\",\"text\":\"We need to parse the back-end FTP bandwidth!\"}"], ["created_at", "2016-10-06 14:49:22.035233"], ["updated_at", "2016-10-06 14:49:22.035233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet consectetur quia nulla nihil.\",\"text\":\"Compressing the program won't do anything, we need to index the online adp system!\"}"], ["created_at", "2016-10-06 14:49:22.036121"], ["updated_at", "2016-10-06 14:49:22.036121"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem cum dolorum officia voluptatem.\",\"text\":\"Try to compress the SAS protocol, maybe it will copy the virtual panel!\"}"], ["created_at", "2016-10-06 14:49:22.036980"], ["updated_at", "2016-10-06 14:49:22.036980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt soluta porro quia eos.\",\"text\":\"Synthesizing the microchip won't do anything, we need to hack the virtual http system!\"}"], ["created_at", "2016-10-06 14:49:22.037849"], ["updated_at", "2016-10-06 14:49:22.037849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque quo autem voluptates aspernatur ducimus totam.\",\"text\":\"Use the primary RSS panel, then you can compress the back-end firewall!\"}"], ["created_at", "2016-10-06 14:49:22.038756"], ["updated_at", "2016-10-06 14:49:22.038756"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem illo qui ut suscipit expedita.\",\"text\":\"Overriding the sensor won't do anything, we need to synthesize the auxiliary com matrix!\"}"], ["created_at", "2016-10-06 14:49:22.039626"], ["updated_at", "2016-10-06 14:49:22.039626"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolores sed error.\",\"text\":\"The RAM sensor is down, synthesize the primary alarm so we can transmit the HDD capacitor!\"}"], ["created_at", "2016-10-06 14:49:22.040540"], ["updated_at", "2016-10-06 14:49:22.040540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore minima est molestiae placeat explicabo.\",\"text\":\"We need to copy the redundant COM bandwidth!\"}"], ["created_at", "2016-10-06 14:49:22.041420"], ["updated_at", "2016-10-06 14:49:22.041420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum sapiente dicta impedit ut reiciendis soluta nostrum.\",\"text\":\"Try to parse the RAM application, maybe it will bypass the back-end transmitter!\"}"], ["created_at", "2016-10-06 14:49:22.042330"], ["updated_at", "2016-10-06 14:49:22.042330"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut amet temporibus error.\",\"text\":\"Indexing the driver won't do anything, we need to transmit the redundant http alarm!\"}"], ["created_at", "2016-10-06 14:49:22.043217"], ["updated_at", "2016-10-06 14:49:22.043217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias vero excepturi soluta nesciunt et enim velit.\",\"text\":\"If we quantify the application, we can get to the XML monitor through the 1080p HDD application!\"}"], ["created_at", "2016-10-06 14:49:22.044117"], ["updated_at", "2016-10-06 14:49:22.044117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ut et velit rem.\",\"text\":\"We need to input the mobile COM feed!\"}"], ["created_at", "2016-10-06 14:49:22.044990"], ["updated_at", "2016-10-06 14:49:22.044990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore delectus aliquid nihil sint est.\",\"text\":\"I'll navigate the optical USB array, that should protocol the JBOD array!\"}"], ["created_at", "2016-10-06 14:49:22.045845"], ["updated_at", "2016-10-06 14:49:22.045845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex quia vel et ut eaque neque laborum.\",\"text\":\"If we bypass the bus, we can get to the IB system through the optical SCSI capacitor!\"}"], ["created_at", "2016-10-06 14:49:22.046808"], ["updated_at", "2016-10-06 14:49:22.046808"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias soluta nam ea iusto.\",\"text\":\"The SSL pixel is down, navigate the wireless feed so we can parse the COM bandwidth!\"}"], ["created_at", "2016-10-06 14:49:22.047701"], ["updated_at", "2016-10-06 14:49:22.047701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur hic ut eos facilis.\",\"text\":\"Use the 1080p JSON interface, then you can generate the digital program!\"}"], ["created_at", "2016-10-06 14:49:22.048608"], ["updated_at", "2016-10-06 14:49:22.048608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis rerum consequatur est quidem.\",\"text\":\"Use the cross-platform RSS program, then you can connect the cross-platform firewall!\"}"], ["created_at", "2016-10-06 14:49:22.049479"], ["updated_at", "2016-10-06 14:49:22.049479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates rerum delectus qui.\",\"text\":\"Try to navigate the SQL interface, maybe it will bypass the virtual sensor!\"}"], ["created_at", "2016-10-06 14:49:22.050345"], ["updated_at", "2016-10-06 14:49:22.050345"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt repellendus debitis perferendis et officiis sed.\",\"text\":\"If we input the transmitter, we can get to the RSS array through the open-source RAM sensor!\"}"], ["created_at", "2016-10-06 14:49:22.051214"], ["updated_at", "2016-10-06 14:49:22.051214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore quisquam occaecati.\",\"text\":\"We need to program the auxiliary IB protocol!\"}"], ["created_at", "2016-10-06 14:49:22.052104"], ["updated_at", "2016-10-06 14:49:22.052104"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quaerat id perferendis eveniet.\",\"text\":\"Use the 1080p USB port, then you can reboot the bluetooth system!\"}"], ["created_at", "2016-10-06 14:49:22.053004"], ["updated_at", "2016-10-06 14:49:22.053004"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum sint eum doloremque vitae autem.\",\"text\":\"Use the multi-byte SMS bandwidth, then you can connect the cross-platform bus!\"}"], ["created_at", "2016-10-06 14:49:22.053869"], ["updated_at", "2016-10-06 14:49:22.053869"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci est et praesentium vel quidem laudantium.\",\"text\":\"You can't hack the transmitter without programming the back-end PNG system!\"}"], ["created_at", "2016-10-06 14:49:22.054745"], ["updated_at", "2016-10-06 14:49:22.054745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo quia labore.\",\"text\":\"We need to hack the bluetooth AI firewall!\"}"], ["created_at", "2016-10-06 14:49:22.055626"], ["updated_at", "2016-10-06 14:49:22.055626"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab eaque nemo et et minima molestiae.\",\"text\":\"Try to reboot the COM application, maybe it will generate the digital system!\"}"], ["created_at", "2016-10-06 14:49:22.056506"], ["updated_at", "2016-10-06 14:49:22.056506"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut necessitatibus nobis laborum laudantium libero commodi occaecati.\",\"text\":\"If we navigate the alarm, we can get to the COM protocol through the multi-byte PCI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:22.057407"], ["updated_at", "2016-10-06 14:49:22.057407"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut iure recusandae vel eveniet.\",\"text\":\"You can't navigate the driver without indexing the digital GB microchip!\"}"], ["created_at", "2016-10-06 14:49:22.058320"], ["updated_at", "2016-10-06 14:49:22.058320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam commodi dignissimos impedit.\",\"text\":\"You can't compress the sensor without bypassing the solid state JSON circuit!\"}"], ["created_at", "2016-10-06 14:49:22.059212"], ["updated_at", "2016-10-06 14:49:22.059212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas distinctio ea.\",\"text\":\"Synthesizing the hard drive won't do anything, we need to reboot the primary gb monitor!\"}"], ["created_at", "2016-10-06 14:49:22.060085"], ["updated_at", "2016-10-06 14:49:22.060085"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores rerum odio maxime incidunt deserunt.\",\"text\":\"We need to generate the virtual PNG application!\"}"], ["created_at", "2016-10-06 14:49:22.060965"], ["updated_at", "2016-10-06 14:49:22.060965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum enim architecto nulla.\",\"text\":\"The JSON bandwidth is down, calculate the redundant port so we can compress the HDD matrix!\"}"], ["created_at", "2016-10-06 14:49:22.061843"], ["updated_at", "2016-10-06 14:49:22.061843"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis ut dolor voluptate.\",\"text\":\"Quantifying the protocol won't do anything, we need to transmit the auxiliary png firewall!\"}"], ["created_at", "2016-10-06 14:49:22.062761"], ["updated_at", "2016-10-06 14:49:22.062761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et error mollitia dolores voluptatibus.\",\"text\":\"We need to parse the bluetooth SCSI transmitter!\"}"], ["created_at", "2016-10-06 14:49:22.063635"], ["updated_at", "2016-10-06 14:49:22.063635"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas incidunt impedit ea consequatur.\",\"text\":\"I'll reboot the auxiliary JBOD bus, that should panel the PNG driver!\"}"], ["created_at", "2016-10-06 14:49:22.064505"], ["updated_at", "2016-10-06 14:49:22.064505"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita totam quae tenetur voluptatem.\",\"text\":\"I'll bypass the online AGP monitor, that should hard drive the XSS alarm!\"}"], ["created_at", "2016-10-06 14:49:22.065413"], ["updated_at", "2016-10-06 14:49:22.065413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo ut magnam.\",\"text\":\"Programming the system won't do anything, we need to generate the open-source hdd feed!\"}"], ["created_at", "2016-10-06 14:49:22.066298"], ["updated_at", "2016-10-06 14:49:22.066298"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi voluptatibus ullam nulla.\",\"text\":\"Use the wireless ADP bandwidth, then you can quantify the primary matrix!\"}"], ["created_at", "2016-10-06 14:49:22.067132"], ["updated_at", "2016-10-06 14:49:22.067132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui aut rerum aliquid consequatur dolore quia.\",\"text\":\"Quantifying the circuit won't do anything, we need to copy the cross-platform css pixel!\"}"], ["created_at", "2016-10-06 14:49:22.068065"], ["updated_at", "2016-10-06 14:49:22.068065"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae commodi a aut illum possimus.\",\"text\":\"If we copy the firewall, we can get to the PNG sensor through the haptic SMTP driver!\"}"], ["created_at", "2016-10-06 14:49:22.068989"], ["updated_at", "2016-10-06 14:49:22.068989"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum et dolores delectus culpa rerum ea optio.\",\"text\":\"Backing up the panel won't do anything, we need to transmit the neural com pixel!\"}"], ["created_at", "2016-10-06 14:49:22.069852"], ["updated_at", "2016-10-06 14:49:22.069852"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem eum fuga modi cum.\",\"text\":\"We need to compress the digital RAM alarm!\"}"], ["created_at", "2016-10-06 14:49:22.070721"], ["updated_at", "2016-10-06 14:49:22.070721"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum quisquam quibusdam.\",\"text\":\"Try to quantify the THX feed, maybe it will navigate the bluetooth interface!\"}"], ["created_at", "2016-10-06 14:49:22.071614"], ["updated_at", "2016-10-06 14:49:22.071614"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro rerum perferendis odio pariatur.\",\"text\":\"Use the virtual SQL alarm, then you can reboot the optical panel!\"}"], ["created_at", "2016-10-06 14:49:22.072612"], ["updated_at", "2016-10-06 14:49:22.072612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut odio iusto sunt ipsam.\",\"text\":\"Use the cross-platform XML hard drive, then you can reboot the auxiliary feed!\"}"], ["created_at", "2016-10-06 14:49:22.073480"], ["updated_at", "2016-10-06 14:49:22.073480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis autem fuga corporis magni.\",\"text\":\"If we hack the system, we can get to the PNG pixel through the online HTTP card!\"}"], ["created_at", "2016-10-06 14:49:22.074394"], ["updated_at", "2016-10-06 14:49:22.074394"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem laudantium enim magni doloribus repellat voluptatem.\",\"text\":\"I'll connect the redundant XSS array, that should bandwidth the THX interface!\"}"], ["created_at", "2016-10-06 14:49:22.075246"], ["updated_at", "2016-10-06 14:49:22.075246"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe itaque enim dolores ipsum sit ut.\",\"text\":\"Try to calculate the EXE driver, maybe it will hack the virtual circuit!\"}"], ["created_at", "2016-10-06 14:49:22.076125"], ["updated_at", "2016-10-06 14:49:22.076125"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi voluptate magnam nobis nesciunt quia.\",\"text\":\"The HDD microchip is down, bypass the back-end feed so we can copy the CSS driver!\"}"], ["created_at", "2016-10-06 14:49:22.077091"], ["updated_at", "2016-10-06 14:49:22.077091"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et distinctio debitis ipsum vel.\",\"text\":\"Try to synthesize the AI protocol, maybe it will input the cross-platform protocol!\"}"], ["created_at", "2016-10-06 14:49:22.078052"], ["updated_at", "2016-10-06 14:49:22.078052"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum porro nulla rerum error exercitationem mollitia.\",\"text\":\"We need to synthesize the multi-byte TCP port!\"}"], ["created_at", "2016-10-06 14:49:22.079056"], ["updated_at", "2016-10-06 14:49:22.079056"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam neque officiis temporibus repellat occaecati.\",\"text\":\"Use the primary AGP feed, then you can generate the online microchip!\"}"], ["created_at", "2016-10-06 14:49:22.080011"], ["updated_at", "2016-10-06 14:49:22.080011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A quo sit voluptas est maiores itaque nemo.\",\"text\":\"You can't back up the transmitter without overriding the redundant SSL protocol!\"}"], ["created_at", "2016-10-06 14:49:22.080974"], ["updated_at", "2016-10-06 14:49:22.080974"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ut velit sint qui nostrum aut et.\",\"text\":\"I'll copy the neural HTTP bandwidth, that should microchip the PCI array!\"}"], ["created_at", "2016-10-06 14:49:22.081899"], ["updated_at", "2016-10-06 14:49:22.081899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum quas nostrum praesentium quia.\",\"text\":\"The XSS panel is down, compress the optical hard drive so we can back up the ADP interface!\"}"], ["created_at", "2016-10-06 14:49:22.082853"], ["updated_at", "2016-10-06 14:49:22.082853"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia ea facere cupiditate quas laboriosam sint animi.\",\"text\":\"The SAS application is down, program the virtual firewall so we can input the SMTP application!\"}"], ["created_at", "2016-10-06 14:49:22.083807"], ["updated_at", "2016-10-06 14:49:22.083807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nam dolores ut quidem tenetur voluptas.\",\"text\":\"We need to hack the virtual JBOD program!\"}"], ["created_at", "2016-10-06 14:49:22.084739"], ["updated_at", "2016-10-06 14:49:22.084739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore alias non voluptatem consectetur vero placeat.\",\"text\":\"We need to transmit the haptic XML pixel!\"}"], ["created_at", "2016-10-06 14:49:22.085685"], ["updated_at", "2016-10-06 14:49:22.085685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores cupiditate eos placeat consectetur hic suscipit.\",\"text\":\"I'll quantify the neural TCP interface, that should firewall the SSL application!\"}"], ["created_at", "2016-10-06 14:49:22.086626"], ["updated_at", "2016-10-06 14:49:22.086626"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores dolorem nisi qui sapiente.\",\"text\":\"I'll bypass the auxiliary GB hard drive, that should alarm the RAM pixel!\"}"], ["created_at", "2016-10-06 14:49:22.087567"], ["updated_at", "2016-10-06 14:49:22.087567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sequi ea sed nobis.\",\"text\":\"You can't override the monitor without connecting the primary IB alarm!\"}"], ["created_at", "2016-10-06 14:49:22.088522"], ["updated_at", "2016-10-06 14:49:22.088522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui enim ullam ducimus nulla qui.\",\"text\":\"We need to compress the mobile COM hard drive!\"}"], ["created_at", "2016-10-06 14:49:22.089421"], ["updated_at", "2016-10-06 14:49:22.089421"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum sint iste quam et et et.\",\"text\":\"I'll reboot the haptic COM bus, that should array the RAM port!\"}"], ["created_at", "2016-10-06 14:49:22.090365"], ["updated_at", "2016-10-06 14:49:22.090365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet est incidunt ex officiis iusto tenetur.\",\"text\":\"If we calculate the system, we can get to the COM firewall through the cross-platform RSS capacitor!\"}"], ["created_at", "2016-10-06 14:49:22.091297"], ["updated_at", "2016-10-06 14:49:22.091297"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium delectus qui debitis quis qui suscipit quam.\",\"text\":\"I'll bypass the cross-platform SQL port, that should program the CSS interface!\"}"], ["created_at", "2016-10-06 14:49:22.092228"], ["updated_at", "2016-10-06 14:49:22.092228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio non accusamus alias hic.\",\"text\":\"Use the solid state RAM matrix, then you can navigate the neural driver!\"}"], ["created_at", "2016-10-06 14:49:22.093170"], ["updated_at", "2016-10-06 14:49:22.093170"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio necessitatibus omnis laudantium.\",\"text\":\"You can't reboot the bus without compressing the bluetooth AGP sensor!\"}"], ["created_at", "2016-10-06 14:49:22.094118"], ["updated_at", "2016-10-06 14:49:22.094118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ullam et.\",\"text\":\"The HDD port is down, generate the primary capacitor so we can generate the SSL feed!\"}"], ["created_at", "2016-10-06 14:49:22.095050"], ["updated_at", "2016-10-06 14:49:22.095050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga pariatur ut.\",\"text\":\"If we parse the firewall, we can get to the SCSI panel through the wireless HDD sensor!\"}"], ["created_at", "2016-10-06 14:49:22.095982"], ["updated_at", "2016-10-06 14:49:22.095982"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque fugiat explicabo voluptate veniam nulla expedita.\",\"text\":\"We need to bypass the open-source AI system!\"}"], ["created_at", "2016-10-06 14:49:22.096913"], ["updated_at", "2016-10-06 14:49:22.096913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam laudantium repellendus rem nesciunt vel ut placeat.\",\"text\":\"You can't generate the driver without copying the solid state SDD alarm!\"}"], ["created_at", "2016-10-06 14:49:22.097853"], ["updated_at", "2016-10-06 14:49:22.097853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eos molestiae modi omnis quia nulla.\",\"text\":\"We need to hack the haptic RSS microchip!\"}"], ["created_at", "2016-10-06 14:49:22.098807"], ["updated_at", "2016-10-06 14:49:22.098807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae quia nemo.\",\"text\":\"Try to hack the PNG system, maybe it will copy the neural alarm!\"}"], ["created_at", "2016-10-06 14:49:22.099701"], ["updated_at", "2016-10-06 14:49:22.099701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat iusto quia soluta.\",\"text\":\"We need to hack the mobile TCP microchip!\"}"], ["created_at", "2016-10-06 14:49:22.100557"], ["updated_at", "2016-10-06 14:49:22.100557"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit qui doloribus nam.\",\"text\":\"The JSON sensor is down, copy the bluetooth matrix so we can connect the EXE microchip!\"}"], ["created_at", "2016-10-06 14:49:22.101421"], ["updated_at", "2016-10-06 14:49:22.101421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est in facilis voluptatem non.\",\"text\":\"Programming the transmitter won't do anything, we need to parse the bluetooth json driver!\"}"], ["created_at", "2016-10-06 14:49:22.102333"], ["updated_at", "2016-10-06 14:49:22.102333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id nihil reiciendis quo quia ut quia.\",\"text\":\"I'll back up the primary SDD panel, that should monitor the THX pixel!\"}"], ["created_at", "2016-10-06 14:49:22.103200"], ["updated_at", "2016-10-06 14:49:22.103200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia qui eveniet ut maiores perspiciatis.\",\"text\":\"Use the multi-byte USB matrix, then you can generate the primary firewall!\"}"], ["created_at", "2016-10-06 14:49:22.104051"], ["updated_at", "2016-10-06 14:49:22.104051"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia voluptatibus porro vitae nihil ad.\",\"text\":\"You can't generate the array without connecting the haptic EXE capacitor!\"}"], ["created_at", "2016-10-06 14:49:22.104907"], ["updated_at", "2016-10-06 14:49:22.104907"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit officia unde aut cumque nostrum et.\",\"text\":\"Use the open-source RSS capacitor, then you can synthesize the neural protocol!\"}"], ["created_at", "2016-10-06 14:49:22.105819"], ["updated_at", "2016-10-06 14:49:22.105819"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae labore mollitia.\",\"text\":\"You can't copy the application without connecting the virtual THX matrix!\"}"], ["created_at", "2016-10-06 14:49:22.106674"], ["updated_at", "2016-10-06 14:49:22.106674"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus est nostrum aspernatur corrupti a minima soluta.\",\"text\":\"If we compress the application, we can get to the PNG program through the solid state SQL feed!\"}"], ["created_at", "2016-10-06 14:49:22.107530"], ["updated_at", "2016-10-06 14:49:22.107530"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus sed expedita nihil molestiae corrupti voluptatem.\",\"text\":\"Use the optical JSON panel, then you can synthesize the virtual circuit!\"}"], ["created_at", "2016-10-06 14:49:22.108455"], ["updated_at", "2016-10-06 14:49:22.108455"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad sit est voluptatibus earum ut.\",\"text\":\"If we compress the firewall, we can get to the IB transmitter through the cross-platform COM microchip!\"}"], ["created_at", "2016-10-06 14:49:22.109593"], ["updated_at", "2016-10-06 14:49:22.109593"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi quo minus doloremque et.\",\"text\":\"I'll reboot the virtual XML matrix, that should driver the EXE monitor!\"}"], ["created_at", "2016-10-06 14:49:22.110698"], ["updated_at", "2016-10-06 14:49:22.110698"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla quia et.\",\"text\":\"Use the auxiliary RSS hard drive, then you can synthesize the back-end alarm!\"}"], ["created_at", "2016-10-06 14:49:22.112773"], ["updated_at", "2016-10-06 14:49:22.112773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias eum dolore.\",\"text\":\"You can't back up the application without programming the digital AI protocol!\"}"], ["created_at", "2016-10-06 14:49:22.114084"], ["updated_at", "2016-10-06 14:49:22.114084"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel fugit magni ut quis dolorum deleniti.\",\"text\":\"You can't navigate the sensor without quantifying the virtual RAM alarm!\"}"], ["created_at", "2016-10-06 14:49:22.115071"], ["updated_at", "2016-10-06 14:49:22.115071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non est blanditiis labore corrupti.\",\"text\":\"The ADP bus is down, override the multi-byte microchip so we can index the USB alarm!\"}"], ["created_at", "2016-10-06 14:49:22.115947"], ["updated_at", "2016-10-06 14:49:22.115947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et impedit quisquam.\",\"text\":\"I'll program the open-source SSL transmitter, that should feed the PNG array!\"}"], ["created_at", "2016-10-06 14:49:22.116822"], ["updated_at", "2016-10-06 14:49:22.116822"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus facere ut sed animi eveniet.\",\"text\":\"I'll parse the auxiliary COM pixel, that should alarm the SDD interface!\"}"], ["created_at", "2016-10-06 14:49:22.117702"], ["updated_at", "2016-10-06 14:49:22.117702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ut cumque sint voluptas.\",\"text\":\"I'll reboot the open-source XML alarm, that should pixel the JSON pixel!\"}"], ["created_at", "2016-10-06 14:49:22.118665"], ["updated_at", "2016-10-06 14:49:22.118665"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi voluptate molestias autem voluptatem.\",\"text\":\"Use the 1080p SCSI hard drive, then you can navigate the wireless transmitter!\"}"], ["created_at", "2016-10-06 14:49:22.119536"], ["updated_at", "2016-10-06 14:49:22.119536"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et illo quos ea velit quia alias ea.\",\"text\":\"If we input the system, we can get to the SDD card through the open-source RAM protocol!\"}"], ["created_at", "2016-10-06 14:49:22.120412"], ["updated_at", "2016-10-06 14:49:22.120412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aut explicabo placeat accusamus in.\",\"text\":\"We need to calculate the virtual GB firewall!\"}"], ["created_at", "2016-10-06 14:49:22.121290"], ["updated_at", "2016-10-06 14:49:22.121290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci eligendi ut.\",\"text\":\"We need to bypass the haptic PCI system!\"}"], ["created_at", "2016-10-06 14:49:22.122219"], ["updated_at", "2016-10-06 14:49:22.122219"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos ducimus dolor ea inventore aut reprehenderit.\",\"text\":\"If we bypass the port, we can get to the TCP firewall through the online SCSI microchip!\"}"], ["created_at", "2016-10-06 14:49:22.123140"], ["updated_at", "2016-10-06 14:49:22.123140"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias nobis voluptas.\",\"text\":\"Use the optical USB port, then you can back up the bluetooth circuit!\"}"], ["created_at", "2016-10-06 14:49:22.124036"], ["updated_at", "2016-10-06 14:49:22.124036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem minima rem quis fugiat quibusdam fuga numquam.\",\"text\":\"You can't connect the program without bypassing the bluetooth COM monitor!\"}"], ["created_at", "2016-10-06 14:49:22.124969"], ["updated_at", "2016-10-06 14:49:22.124969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sit fugit quos.\",\"text\":\"Try to quantify the SSL hard drive, maybe it will program the redundant system!\"}"], ["created_at", "2016-10-06 14:49:22.125879"], ["updated_at", "2016-10-06 14:49:22.125879"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi beatae eum molestiae.\",\"text\":\"Use the neural SQL bandwidth, then you can quantify the wireless application!\"}"], ["created_at", "2016-10-06 14:49:22.126902"], ["updated_at", "2016-10-06 14:49:22.126902"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit amet maxime nisi eius praesentium ducimus.\",\"text\":\"Use the cross-platform HTTP card, then you can copy the haptic system!\"}"], ["created_at", "2016-10-06 14:49:22.127754"], ["updated_at", "2016-10-06 14:49:22.127754"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione perspiciatis ab dicta reprehenderit.\",\"text\":\"If we generate the bus, we can get to the SDD bandwidth through the online SSL feed!\"}"], ["created_at", "2016-10-06 14:49:22.128655"], ["updated_at", "2016-10-06 14:49:22.128655"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius facere sit beatae.\",\"text\":\"You can't synthesize the system without calculating the bluetooth SMS panel!\"}"], ["created_at", "2016-10-06 14:49:22.129573"], ["updated_at", "2016-10-06 14:49:22.129573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos qui perspiciatis.\",\"text\":\"Hacking the transmitter won't do anything, we need to back up the redundant sdd panel!\"}"], ["created_at", "2016-10-06 14:49:22.130482"], ["updated_at", "2016-10-06 14:49:22.130482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque illo quos dolorum.\",\"text\":\"Try to connect the SDD pixel, maybe it will generate the multi-byte feed!\"}"], ["created_at", "2016-10-06 14:49:22.131327"], ["updated_at", "2016-10-06 14:49:22.131327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem dignissimos quas sunt dolores unde id.\",\"text\":\"We need to reboot the cross-platform HDD transmitter!\"}"], ["created_at", "2016-10-06 14:49:22.132183"], ["updated_at", "2016-10-06 14:49:22.132183"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit similique sunt.\",\"text\":\"We need to override the redundant HTTP feed!\"}"], ["created_at", "2016-10-06 14:49:22.133048"], ["updated_at", "2016-10-06 14:49:22.133048"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id placeat qui ad sit corporis.\",\"text\":\"If we bypass the matrix, we can get to the JBOD system through the online SMS interface!\"}"], ["created_at", "2016-10-06 14:49:22.133972"], ["updated_at", "2016-10-06 14:49:22.133972"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aliquid pariatur ipsa quos natus reiciendis.\",\"text\":\"The SSL card is down, input the auxiliary pixel so we can calculate the FTP alarm!\"}"], ["created_at", "2016-10-06 14:49:22.134920"], ["updated_at", "2016-10-06 14:49:22.134920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt eum quo iure expedita eius nobis.\",\"text\":\"Transmitting the driver won't do anything, we need to calculate the 1080p ram firewall!\"}"], ["created_at", "2016-10-06 14:49:22.135768"], ["updated_at", "2016-10-06 14:49:22.135768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum nostrum nihil beatae.\",\"text\":\"You can't input the array without calculating the neural FTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:22.136624"], ["updated_at", "2016-10-06 14:49:22.136624"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est inventore neque.\",\"text\":\"The IB bandwidth is down, override the back-end hard drive so we can transmit the AGP program!\"}"], ["created_at", "2016-10-06 14:49:22.137489"], ["updated_at", "2016-10-06 14:49:22.137489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti nulla maxime non qui.\",\"text\":\"We need to hack the primary RSS firewall!\"}"], ["created_at", "2016-10-06 14:49:22.138415"], ["updated_at", "2016-10-06 14:49:22.138415"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo voluptas totam reprehenderit consequatur.\",\"text\":\"Use the redundant SMTP alarm, then you can transmit the virtual system!\"}"], ["created_at", "2016-10-06 14:49:22.139250"], ["updated_at", "2016-10-06 14:49:22.139250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui perspiciatis est modi eos adipisci occaecati molestiae.\",\"text\":\"I'll back up the neural IB interface, that should system the XML pixel!\"}"], ["created_at", "2016-10-06 14:49:22.140176"], ["updated_at", "2016-10-06 14:49:22.140176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia provident ipsam rerum quod ab recusandae.\",\"text\":\"I'll synthesize the 1080p CSS matrix, that should bandwidth the SDD array!\"}"], ["created_at", "2016-10-06 14:49:22.141059"], ["updated_at", "2016-10-06 14:49:22.141059"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas facere unde.\",\"text\":\"The ADP monitor is down, copy the online hard drive so we can index the JSON bus!\"}"], ["created_at", "2016-10-06 14:49:22.141913"], ["updated_at", "2016-10-06 14:49:22.141913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non id aut harum soluta qui id consequatur.\",\"text\":\"If we calculate the application, we can get to the CSS firewall through the solid state IB panel!\"}"], ["created_at", "2016-10-06 14:49:22.142855"], ["updated_at", "2016-10-06 14:49:22.142855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quaerat fuga non.\",\"text\":\"We need to index the 1080p CSS sensor!\"}"], ["created_at", "2016-10-06 14:49:22.143712"], ["updated_at", "2016-10-06 14:49:22.143712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et rerum soluta labore unde nulla.\",\"text\":\"I'll index the wireless FTP array, that should feed the HDD microchip!\"}"], ["created_at", "2016-10-06 14:49:22.144574"], ["updated_at", "2016-10-06 14:49:22.144574"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut qui recusandae molestias ullam.\",\"text\":\"We need to input the solid state RSS card!\"}"], ["created_at", "2016-10-06 14:49:22.145436"], ["updated_at", "2016-10-06 14:49:22.145436"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis quidem ut et.\",\"text\":\"You can't override the microchip without parsing the solid state SCSI feed!\"}"], ["created_at", "2016-10-06 14:49:22.146326"], ["updated_at", "2016-10-06 14:49:22.146326"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum et cupiditate qui ut.\",\"text\":\"Hacking the sensor won't do anything, we need to input the cross-platform com program!\"}"], ["created_at", "2016-10-06 14:49:22.147235"], ["updated_at", "2016-10-06 14:49:22.147235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero alias sed.\",\"text\":\"The XSS array is down, bypass the redundant driver so we can program the XML circuit!\"}"], ["created_at", "2016-10-06 14:49:22.148068"], ["updated_at", "2016-10-06 14:49:22.148068"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est distinctio sint velit excepturi tenetur et dolorem.\",\"text\":\"The HDD firewall is down, parse the haptic feed so we can connect the XSS microchip!\"}"], ["created_at", "2016-10-06 14:49:22.148923"], ["updated_at", "2016-10-06 14:49:22.148923"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed consequatur molestias.\",\"text\":\"Use the virtual SCSI pixel, then you can copy the open-source driver!\"}"], ["created_at", "2016-10-06 14:49:22.149788"], ["updated_at", "2016-10-06 14:49:22.149788"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi deserunt omnis aut et autem.\",\"text\":\"You can't navigate the hard drive without copying the open-source SAS alarm!\"}"], ["created_at", "2016-10-06 14:49:22.150696"], ["updated_at", "2016-10-06 14:49:22.150696"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo amet placeat tenetur.\",\"text\":\"You can't override the capacitor without indexing the auxiliary SDD transmitter!\"}"], ["created_at", "2016-10-06 14:49:22.151592"], ["updated_at", "2016-10-06 14:49:22.151592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut dolorem architecto aspernatur.\",\"text\":\"We need to connect the online SCSI circuit!\"}"], ["created_at", "2016-10-06 14:49:22.152473"], ["updated_at", "2016-10-06 14:49:22.152473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis accusamus nam quas modi nesciunt fugit sunt.\",\"text\":\"Programming the capacitor won't do anything, we need to parse the wireless usb pixel!\"}"], ["created_at", "2016-10-06 14:49:22.153329"], ["updated_at", "2016-10-06 14:49:22.153329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus corporis ut.\",\"text\":\"We need to copy the digital XSS program!\"}"], ["created_at", "2016-10-06 14:49:22.154220"], ["updated_at", "2016-10-06 14:49:22.154220"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non beatae ea eaque.\",\"text\":\"We need to connect the mobile SDD array!\"}"], ["created_at", "2016-10-06 14:49:22.155078"], ["updated_at", "2016-10-06 14:49:22.155078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia ullam qui dolore saepe cupiditate.\",\"text\":\"Copying the circuit won't do anything, we need to program the mobile xss interface!\"}"], ["created_at", "2016-10-06 14:49:22.155958"], ["updated_at", "2016-10-06 14:49:22.155958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est qui et.\",\"text\":\"I'll program the bluetooth PNG firewall, that should microchip the AI bandwidth!\"}"], ["created_at", "2016-10-06 14:49:22.156822"], ["updated_at", "2016-10-06 14:49:22.156822"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex voluptatem qui nam.\",\"text\":\"If we back up the port, we can get to the HTTP array through the multi-byte GB interface!\"}"], ["created_at", "2016-10-06 14:49:22.157668"], ["updated_at", "2016-10-06 14:49:22.157668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam nihil quo quaerat repellat tenetur voluptatem expedita.\",\"text\":\"Try to override the SCSI bus, maybe it will parse the haptic program!\"}"], ["created_at", "2016-10-06 14:49:22.158557"], ["updated_at", "2016-10-06 14:49:22.158557"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis id et iusto.\",\"text\":\"We need to transmit the online SCSI array!\"}"], ["created_at", "2016-10-06 14:49:22.159396"], ["updated_at", "2016-10-06 14:49:22.159396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea et consequatur est amet ut cumque porro.\",\"text\":\"Try to navigate the HTTP interface, maybe it will copy the mobile capacitor!\"}"], ["created_at", "2016-10-06 14:49:22.160315"], ["updated_at", "2016-10-06 14:49:22.160315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A quis maiores eos.\",\"text\":\"The HDD port is down, compress the online transmitter so we can override the THX microchip!\"}"], ["created_at", "2016-10-06 14:49:22.161181"], ["updated_at", "2016-10-06 14:49:22.161181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad et ratione.\",\"text\":\"I'll back up the 1080p EXE monitor, that should monitor the HDD firewall!\"}"], ["created_at", "2016-10-06 14:49:22.162044"], ["updated_at", "2016-10-06 14:49:22.162044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo est doloribus est sint.\",\"text\":\"Try to copy the RAM firewall, maybe it will calculate the haptic alarm!\"}"], ["created_at", "2016-10-06 14:49:22.162917"], ["updated_at", "2016-10-06 14:49:22.162917"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil quaerat autem non iusto quidem voluptatem.\",\"text\":\"Use the bluetooth SSL bus, then you can parse the solid state panel!\"}"], ["created_at", "2016-10-06 14:49:22.163750"], ["updated_at", "2016-10-06 14:49:22.163750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam id a aut omnis maiores doloribus.\",\"text\":\"Use the haptic EXE bandwidth, then you can reboot the neural driver!\"}"], ["created_at", "2016-10-06 14:49:22.164658"], ["updated_at", "2016-10-06 14:49:22.164658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo dolorem unde et molestiae velit facere.\",\"text\":\"We need to synthesize the 1080p SAS monitor!\"}"], ["created_at", "2016-10-06 14:49:22.165520"], ["updated_at", "2016-10-06 14:49:22.165520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus sequi sunt velit quia cupiditate.\",\"text\":\"Try to navigate the RAM driver, maybe it will navigate the primary alarm!\"}"], ["created_at", "2016-10-06 14:49:22.166384"], ["updated_at", "2016-10-06 14:49:22.166384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque aspernatur fugiat dolor nisi consequuntur cupiditate omnis.\",\"text\":\"Use the haptic PCI bus, then you can parse the digital circuit!\"}"], ["created_at", "2016-10-06 14:49:22.167226"], ["updated_at", "2016-10-06 14:49:22.167226"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sapiente in quam consequatur cumque.\",\"text\":\"Generating the pixel won't do anything, we need to hack the bluetooth css card!\"}"], ["created_at", "2016-10-06 14:49:22.168096"], ["updated_at", "2016-10-06 14:49:22.168096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium dolores aut ut quasi laboriosam.\",\"text\":\"The TCP system is down, connect the digital interface so we can copy the SCSI program!\"}"], ["created_at", "2016-10-06 14:49:22.169019"], ["updated_at", "2016-10-06 14:49:22.169019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae consequatur suscipit voluptas deleniti quis consequuntur.\",\"text\":\"The SDD interface is down, back up the primary matrix so we can generate the SSL monitor!\"}"], ["created_at", "2016-10-06 14:49:22.169884"], ["updated_at", "2016-10-06 14:49:22.169884"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est veritatis at ratione.\",\"text\":\"We need to bypass the optical ADP matrix!\"}"], ["created_at", "2016-10-06 14:49:22.170766"], ["updated_at", "2016-10-06 14:49:22.170766"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus dolorem velit enim quasi labore dolor rem.\",\"text\":\"Use the bluetooth SCSI bandwidth, then you can synthesize the virtual firewall!\"}"], ["created_at", "2016-10-06 14:49:22.171628"], ["updated_at", "2016-10-06 14:49:22.171628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut atque illo reiciendis doloremque.\",\"text\":\"You can't hack the bandwidth without indexing the back-end TCP firewall!\"}"], ["created_at", "2016-10-06 14:49:22.172531"], ["updated_at", "2016-10-06 14:49:22.172531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi nemo rem in veniam et quia.\",\"text\":\"We need to compress the mobile XML alarm!\"}"], ["created_at", "2016-10-06 14:49:22.173392"], ["updated_at", "2016-10-06 14:49:22.173392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui in et veritatis libero.\",\"text\":\"I'll connect the solid state SQL driver, that should system the HDD interface!\"}"], ["created_at", "2016-10-06 14:49:22.174226"], ["updated_at", "2016-10-06 14:49:22.174226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat enim aut quisquam in atque.\",\"text\":\"I'll navigate the 1080p SQL bandwidth, that should array the COM program!\"}"], ["created_at", "2016-10-06 14:49:22.175117"], ["updated_at", "2016-10-06 14:49:22.175117"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium sed quos autem aut rem qui alias.\",\"text\":\"If we override the application, we can get to the HDD array through the redundant HTTP capacitor!\"}"], ["created_at", "2016-10-06 14:49:22.176003"], ["updated_at", "2016-10-06 14:49:22.176003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam et cum repellendus eius deserunt ut quaerat.\",\"text\":\"Use the auxiliary XML bandwidth, then you can input the solid state application!\"}"], ["created_at", "2016-10-06 14:49:22.176943"], ["updated_at", "2016-10-06 14:49:22.176943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio modi rerum aut esse voluptatem soluta accusantium.\",\"text\":\"If we input the bus, we can get to the PCI protocol through the virtual EXE monitor!\"}"], ["created_at", "2016-10-06 14:49:22.177852"], ["updated_at", "2016-10-06 14:49:22.177852"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quas sit atque.\",\"text\":\"Try to hack the GB capacitor, maybe it will connect the wireless capacitor!\"}"], ["created_at", "2016-10-06 14:49:22.178784"], ["updated_at", "2016-10-06 14:49:22.178784"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt praesentium corporis magnam.\",\"text\":\"If we compress the array, we can get to the RSS driver through the digital CSS driver!\"}"], ["created_at", "2016-10-06 14:49:22.179667"], ["updated_at", "2016-10-06 14:49:22.179667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In est ducimus culpa tempora.\",\"text\":\"Use the wireless XSS firewall, then you can transmit the haptic monitor!\"}"], ["created_at", "2016-10-06 14:49:22.180583"], ["updated_at", "2016-10-06 14:49:22.180583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur omnis officia sapiente est ipsa eligendi voluptas.\",\"text\":\"Use the 1080p SMTP feed, then you can input the back-end feed!\"}"], ["created_at", "2016-10-06 14:49:22.181450"], ["updated_at", "2016-10-06 14:49:22.181450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat quia minima id est dolorum.\",\"text\":\"Try to override the THX circuit, maybe it will bypass the virtual panel!\"}"], ["created_at", "2016-10-06 14:49:22.182305"], ["updated_at", "2016-10-06 14:49:22.182305"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit consequatur sint neque.\",\"text\":\"The AI capacitor is down, hack the virtual monitor so we can back up the XML interface!\"}"], ["created_at", "2016-10-06 14:49:22.183174"], ["updated_at", "2016-10-06 14:49:22.183174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque officiis commodi eveniet eum.\",\"text\":\"Compressing the feed won't do anything, we need to copy the haptic com application!\"}"], ["created_at", "2016-10-06 14:49:22.184076"], ["updated_at", "2016-10-06 14:49:22.184076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis laborum nam illo alias modi natus quo.\",\"text\":\"If we calculate the port, we can get to the HTTP sensor through the neural FTP card!\"}"], ["created_at", "2016-10-06 14:49:22.184985"], ["updated_at", "2016-10-06 14:49:22.184985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque facere soluta quidem provident occaecati quae.\",\"text\":\"Use the wireless EXE matrix, then you can reboot the auxiliary monitor!\"}"], ["created_at", "2016-10-06 14:49:22.185869"], ["updated_at", "2016-10-06 14:49:22.185869"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit quis voluptas et dolorum quia.\",\"text\":\"I'll navigate the wireless USB array, that should array the HTTP transmitter!\"}"], ["created_at", "2016-10-06 14:49:22.186744"], ["updated_at", "2016-10-06 14:49:22.186744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure minima voluptas eos eligendi commodi deserunt unde.\",\"text\":\"You can't navigate the matrix without transmitting the digital RSS bandwidth!\"}"], ["created_at", "2016-10-06 14:49:22.187649"], ["updated_at", "2016-10-06 14:49:22.187649"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus repudiandae numquam.\",\"text\":\"I'll index the cross-platform XSS port, that should hard drive the GB matrix!\"}"], ["created_at", "2016-10-06 14:49:22.188511"], ["updated_at", "2016-10-06 14:49:22.188511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In odio aut accusamus ipsam aut temporibus.\",\"text\":\"You can't index the capacitor without parsing the neural SSL bandwidth!\"}"], ["created_at", "2016-10-06 14:49:22.189378"], ["updated_at", "2016-10-06 14:49:22.189378"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est eius et ea minus rerum qui.\",\"text\":\"The RAM panel is down, override the solid state circuit so we can quantify the GB protocol!\"}"], ["created_at", "2016-10-06 14:49:22.190221"], ["updated_at", "2016-10-06 14:49:22.190221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora delectus et.\",\"text\":\"You can't input the pixel without hacking the online TCP program!\"}"], ["created_at", "2016-10-06 14:49:22.191123"], ["updated_at", "2016-10-06 14:49:22.191123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non exercitationem velit molestiae rerum possimus officia.\",\"text\":\"You can't copy the port without indexing the cross-platform SQL bandwidth!\"}"], ["created_at", "2016-10-06 14:49:22.191985"], ["updated_at", "2016-10-06 14:49:22.191985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos ut occaecati quasi voluptas.\",\"text\":\"Use the multi-byte CSS application, then you can transmit the mobile hard drive!\"}"], ["created_at", "2016-10-06 14:49:22.192868"], ["updated_at", "2016-10-06 14:49:22.192868"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque aliquam blanditiis assumenda quisquam.\",\"text\":\"We need to copy the solid state XML monitor!\"}"], ["created_at", "2016-10-06 14:49:22.193808"], ["updated_at", "2016-10-06 14:49:22.193808"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est enim omnis doloremque molestias.\",\"text\":\"Hacking the application won't do anything, we need to back up the digital ssl application!\"}"], ["created_at", "2016-10-06 14:49:22.194651"], ["updated_at", "2016-10-06 14:49:22.194651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit aut qui quasi omnis ea.\",\"text\":\"We need to copy the auxiliary JSON matrix!\"}"], ["created_at", "2016-10-06 14:49:22.195561"], ["updated_at", "2016-10-06 14:49:22.195561"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptatum ab id et ratione maiores.\",\"text\":\"We need to hack the mobile SQL array!\"}"], ["created_at", "2016-10-06 14:49:22.196440"], ["updated_at", "2016-10-06 14:49:22.196440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus facere tempora harum minus.\",\"text\":\"Use the online AGP firewall, then you can quantify the redundant program!\"}"], ["created_at", "2016-10-06 14:49:22.197345"], ["updated_at", "2016-10-06 14:49:22.197345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque dolor quis quidem natus dignissimos porro.\",\"text\":\"The SMTP monitor is down, compress the auxiliary array so we can parse the THX alarm!\"}"], ["created_at", "2016-10-06 14:49:22.198257"], ["updated_at", "2016-10-06 14:49:22.198257"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi rerum ut enim totam reiciendis nam quia.\",\"text\":\"We need to back up the optical AI microchip!\"}"], ["created_at", "2016-10-06 14:49:22.199091"], ["updated_at", "2016-10-06 14:49:22.199091"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero consequuntur rerum earum mollitia sit voluptatem hic.\",\"text\":\"If we synthesize the sensor, we can get to the SSL protocol through the wireless COM array!\"}"], ["created_at", "2016-10-06 14:49:22.199981"], ["updated_at", "2016-10-06 14:49:22.199981"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt cupiditate maiores neque quis cum aut commodi.\",\"text\":\"We need to parse the multi-byte XSS array!\"}"], ["created_at", "2016-10-06 14:49:22.200893"], ["updated_at", "2016-10-06 14:49:22.200893"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi praesentium omnis.\",\"text\":\"The JSON program is down, override the wireless program so we can reboot the XML program!\"}"], ["created_at", "2016-10-06 14:49:22.201794"], ["updated_at", "2016-10-06 14:49:22.201794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et labore consequatur.\",\"text\":\"I'll navigate the back-end XML panel, that should sensor the SQL capacitor!\"}"], ["created_at", "2016-10-06 14:49:22.202653"], ["updated_at", "2016-10-06 14:49:22.202653"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ab assumenda qui quae sunt quas.\",\"text\":\"We need to parse the solid state HTTP alarm!\"}"], ["created_at", "2016-10-06 14:49:22.203513"], ["updated_at", "2016-10-06 14:49:22.203513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus corrupti error delectus aut.\",\"text\":\"We need to transmit the bluetooth AGP port!\"}"], ["created_at", "2016-10-06 14:49:22.204414"], ["updated_at", "2016-10-06 14:49:22.204414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet aut nesciunt blanditiis earum.\",\"text\":\"I'll navigate the multi-byte AGP hard drive, that should alarm the SCSI application!\"}"], ["created_at", "2016-10-06 14:49:22.205271"], ["updated_at", "2016-10-06 14:49:22.205271"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat et qui molestias omnis ut.\",\"text\":\"If we reboot the feed, we can get to the HTTP bus through the virtual JSON pixel!\"}"], ["created_at", "2016-10-06 14:49:22.206144"], ["updated_at", "2016-10-06 14:49:22.206144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut reiciendis est excepturi minima tenetur voluptatibus.\",\"text\":\"We need to index the primary TCP firewall!\"}"], ["created_at", "2016-10-06 14:49:22.206979"], ["updated_at", "2016-10-06 14:49:22.206979"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis laboriosam qui enim voluptas.\",\"text\":\"We need to quantify the multi-byte IB capacitor!\"}"], ["created_at", "2016-10-06 14:49:22.207847"], ["updated_at", "2016-10-06 14:49:22.207847"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse ratione velit qui eius dolores ea eveniet.\",\"text\":\"Try to reboot the PNG panel, maybe it will calculate the open-source bus!\"}"], ["created_at", "2016-10-06 14:49:22.208792"], ["updated_at", "2016-10-06 14:49:22.208792"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel voluptate animi vero debitis et facere blanditiis.\",\"text\":\"I'll hack the digital TCP capacitor, that should sensor the RSS protocol!\"}"], ["created_at", "2016-10-06 14:49:22.209969"], ["updated_at", "2016-10-06 14:49:22.209969"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero laborum sint aut molestias eveniet voluptas.\",\"text\":\"If we reboot the sensor, we can get to the AI array through the solid state JBOD driver!\"}"], ["created_at", "2016-10-06 14:49:22.211076"], ["updated_at", "2016-10-06 14:49:22.211076"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus neque vero.\",\"text\":\"The FTP feed is down, bypass the back-end pixel so we can generate the PNG microchip!\"}"], ["created_at", "2016-10-06 14:49:22.213388"], ["updated_at", "2016-10-06 14:49:22.213388"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit veritatis adipisci aut ad.\",\"text\":\"If we input the driver, we can get to the FTP bus through the cross-platform SCSI feed!\"}"], ["created_at", "2016-10-06 14:49:22.214636"], ["updated_at", "2016-10-06 14:49:22.214636"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae enim quia.\",\"text\":\"You can't compress the program without programming the 1080p SMS capacitor!\"}"], ["created_at", "2016-10-06 14:49:22.215964"], ["updated_at", "2016-10-06 14:49:22.215964"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem ut dolorem quae possimus fuga nemo ut.\",\"text\":\"I'll navigate the neural USB driver, that should card the XML transmitter!\"}"], ["created_at", "2016-10-06 14:49:22.217510"], ["updated_at", "2016-10-06 14:49:22.217510"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem aut velit.\",\"text\":\"Generating the interface won't do anything, we need to back up the virtual png alarm!\"}"], ["created_at", "2016-10-06 14:49:22.219023"], ["updated_at", "2016-10-06 14:49:22.219023"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident quam aut repellat adipisci accusamus et.\",\"text\":\"Try to parse the RSS feed, maybe it will input the open-source driver!\"}"], ["created_at", "2016-10-06 14:49:22.220566"], ["updated_at", "2016-10-06 14:49:22.220566"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis velit aut voluptatibus.\",\"text\":\"Use the redundant HTTP alarm, then you can navigate the digital capacitor!\"}"], ["created_at", "2016-10-06 14:49:22.223180"], ["updated_at", "2016-10-06 14:49:22.223180"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam itaque vel cum et est magni necessitatibus.\",\"text\":\"I'll generate the primary SAS microchip, that should protocol the USB circuit!\"}"], ["created_at", "2016-10-06 14:49:22.224396"], ["updated_at", "2016-10-06 14:49:22.224396"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid veniam enim aspernatur totam.\",\"text\":\"Try to bypass the CSS panel, maybe it will navigate the digital pixel!\"}"], ["created_at", "2016-10-06 14:49:22.225480"], ["updated_at", "2016-10-06 14:49:22.225480"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus officiis nulla rem dolores.\",\"text\":\"You can't quantify the port without compressing the solid state HTTP matrix!\"}"], ["created_at", "2016-10-06 14:49:22.226574"], ["updated_at", "2016-10-06 14:49:22.226574"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut omnis neque possimus quia provident.\",\"text\":\"Connecting the hard drive won't do anything, we need to reboot the optical http sensor!\"}"], ["created_at", "2016-10-06 14:49:22.228024"], ["updated_at", "2016-10-06 14:49:22.228024"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur blanditiis est occaecati animi.\",\"text\":\"Bypassing the array won't do anything, we need to copy the solid state png bandwidth!\"}"], ["created_at", "2016-10-06 14:49:22.231472"], ["updated_at", "2016-10-06 14:49:22.231472"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas est aut.\",\"text\":\"Calculating the array won't do anything, we need to navigate the redundant hdd capacitor!\"}"], ["created_at", "2016-10-06 14:49:22.232788"], ["updated_at", "2016-10-06 14:49:22.232788"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima doloribus ipsa tempora dolorem explicabo.\",\"text\":\"Use the neural CSS panel, then you can program the mobile firewall!\"}"], ["created_at", "2016-10-06 14:49:22.233881"], ["updated_at", "2016-10-06 14:49:22.233881"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt nemo esse eveniet blanditiis sint dolor.\",\"text\":\"Use the open-source RSS port, then you can transmit the mobile protocol!\"}"], ["created_at", "2016-10-06 14:49:22.235035"], ["updated_at", "2016-10-06 14:49:22.235035"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ut et provident nihil molestiae quod.\",\"text\":\"Try to navigate the GB application, maybe it will compress the bluetooth feed!\"}"], ["created_at", "2016-10-06 14:49:22.236079"], ["updated_at", "2016-10-06 14:49:22.236079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et laborum et odit ut.\",\"text\":\"We need to reboot the wireless SMS array!\"}"], ["created_at", "2016-10-06 14:49:22.237016"], ["updated_at", "2016-10-06 14:49:22.237016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At praesentium consequatur.\",\"text\":\"Try to synthesize the PNG circuit, maybe it will back up the mobile protocol!\"}"], ["created_at", "2016-10-06 14:49:22.237955"], ["updated_at", "2016-10-06 14:49:22.237955"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur enim sit earum quaerat inventore vitae repellendus.\",\"text\":\"I'll input the cross-platform JBOD monitor, that should card the XML pixel!\"}"], ["created_at", "2016-10-06 14:49:22.238924"], ["updated_at", "2016-10-06 14:49:22.238924"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident et qui quos rerum consectetur non.\",\"text\":\"I'll bypass the optical RAM microchip, that should bandwidth the ADP program!\"}"], ["created_at", "2016-10-06 14:49:22.239895"], ["updated_at", "2016-10-06 14:49:22.239895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat excepturi natus hic.\",\"text\":\"If we override the monitor, we can get to the SDD program through the solid state CSS panel!\"}"], ["created_at", "2016-10-06 14:49:22.240847"], ["updated_at", "2016-10-06 14:49:22.240847"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla ex ut alias facere.\",\"text\":\"I'll reboot the 1080p SMTP system, that should transmitter the XML circuit!\"}"], ["created_at", "2016-10-06 14:49:22.241758"], ["updated_at", "2016-10-06 14:49:22.241758"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores qui labore.\",\"text\":\"You can't back up the feed without backing up the haptic HTTP matrix!\"}"], ["created_at", "2016-10-06 14:49:22.242749"], ["updated_at", "2016-10-06 14:49:22.242749"]]  (17.2ms) commit transaction Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 11:49:29 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200  (2.9ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (48.9ms) Completed 200 OK in 78ms (Views: 74.1ms | ActiveRecord: 3.4ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 11:49:29 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 11:49:29 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 11:49:29 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 11:49:29 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 11:49:29 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 11:49:30 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 11:49:30 -0300 JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" ORDER BY "jera_push_messages"."id" DESC LIMIT 1 JeraPush::Device Load (0.1ms) SELECT "jera_push_devices".* FROM "jera_push_devices" ORDER BY "jera_push_devices"."id" DESC LIMIT 1 JeraPush::Device Load (0.4ms) SELECT "jera_push_devices".* FROM "jera_push_devices" ORDER BY "jera_push_devices"."id" DESC LIMIT 1 JeraPush::Device Load (0.2ms) SELECT "jera_push_devices".* FROM "jera_push_devices" ORDER BY "jera_push_devices"."id" DESC LIMIT 1 JeraPush::Device Load (0.4ms) SELECT "jera_push_devices".* FROM "jera_push_devices" ORDER BY "jera_push_devices"."id" DESC LIMIT 1  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "jera_push_messages" ("content", "created_at", "updated_at") VALUES (?, ?, ?) [["content", "{\"title\":\"ola\"}"], ["created_at", "2016-10-06 14:50:38.144528"], ["updated_at", "2016-10-06 14:50:38.144528"]]  (6.8ms) commit transaction Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 11:58:36 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) NameError (uninitialized constant JeraPush::Admin::MessagesController::MessagePresenter): /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:5:in `index' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (21.4ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 11:59:00 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NameError (uninitialized constant JeraPush::MessagePresenter): /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:5:in `index' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (19.5ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 11:59:10 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) NameError (uninitialized constant Burgundy): /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:1:in `' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:5:in `index' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (27.1ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 11:59:27 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NameError (uninitialized constant Burgundy): /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:1:in `' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:5:in `index' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (28.8ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:00:01 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) NameError (uninitialized constant JeraPush::Burgundy): /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:1:in `' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:5:in `index' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (22.4ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:00:02 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) NameError (uninitialized constant JeraPush::Burgundy): /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:1:in `' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:5:in `index' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (21.0ms)  (12.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (10.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20161005121035)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161005121035"]]  (10.2ms) commit transaction Migrating to CreateJeraPushDevices (20161006150301)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "platform" varchar, "resource_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_jera_push_devices_on_token" ON "jera_push_devices" ("token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_devices_on_platform" ON "jera_push_devices" ("platform")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'   (0.1ms) CREATE INDEX "index_jera_push_devices_on_resource_id" ON "jera_push_devices" ("resource_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_resource_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_resource_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_jera_push_devices_on_token_and_platform" ON "jera_push_devices" ("token", "platform") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161006150301"]]  (10.2ms) commit transaction Migrating to CreateJeraPushMessages (20161006150302)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161006150302"]]  (6.0ms) commit transaction Migrating to CreateJeraPushMessagesDevices (20161006150303)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_messages_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "message_id" integer, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_jera_push_messages_devices_on_device_id" ON "jera_push_messages_devices" ("device_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_messages_devices_on_message_id" ON "jera_push_messages_devices" ("message_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "jera_push_index_messages_id_devices_id" ON "jera_push_messages_devices" ("device_id", "message_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161006150303"]]  (6.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_resource_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_resource_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index'  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:11:45 -0300 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NameError (uninitialized constant JeraPush::Burgundy): /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:1:in `' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:5:in `index' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (33.3ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:12:12 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (427.4ms) Completed 200 OK in 874ms (Views: 865.1ms | ActiveRecord: 0.4ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 12:12:14 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 12:12:14 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 12:12:14 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 12:12:14 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 12:12:14 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 12:12:14 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 12:12:15 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:12:50 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 --------------> #  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (3.4ms) Completed 200 OK in 23ms (Views: 21.1ms | ActiveRecord: 0.5ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 12:12:50 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 12:12:50 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 12:12:50 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 12:12:50 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 12:12:50 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 12:12:50 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:18:16 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 --------------> # Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (4.1ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.2ms) ActionView::Template::Error ('nil' is not an ActiveModel-compatible object. It must implement :to_partial_path.): 1: <%= render @workshops %> 2: 3: 4: actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:478:in `partial_path' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:382:in `setup' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:293:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:51:in `render_partial' actionview (4.2.7.1) lib/action_view/helpers/rendering_helper.rb:35:in `render' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:1:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2053926260136960579_70320901140860' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.0ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:18:22 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 --------------> # Rendered collection (0.0ms)  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (2.5ms) Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.4ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 12:18:22 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 12:18:22 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 12:18:22 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 12:18:22 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 12:18:22 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 12:18:23 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:18:24 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 --------------> # Rendered collection (0.0ms)  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (1.6ms) Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 12:18:24 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 12:18:24 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 12:18:24 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 12:18:24 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 12:18:24 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 12:18:24 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 12:18:29 -0300 JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" ORDER BY "jera_push_messages"."id" DESC LIMIT 1 JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" ORDER BY "jera_push_messages"."id" DESC LIMIT 1 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:34:22 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (402.8ms) Completed 200 OK in 789ms (Views: 783.8ms | ActiveRecord: 0.3ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 12:34:23 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 12:34:23 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 12:34:23 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 12:34:23 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 12:34:23 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 12:34:23 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 12:34:24 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:34:54 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (2.9ms) Completed 200 OK in 19ms (Views: 18.3ms | ActiveRecord: 0.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 12:34:54 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 12:34:54 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 12:34:54 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 12:34:54 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 12:34:54 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 12:34:54 -0300 JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" ORDER BY "jera_push_messages"."id" DESC LIMIT 1 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Alexandre Santos"], ["created_at", "2016-10-06 15:35:16.816559"], ["updated_at", "2016-10-06 15:35:16.816559"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fabrício Carvalho"], ["created_at", "2016-10-06 15:35:16.820534"], ["updated_at", "2016-10-06 15:35:16.820534"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Júlio César Santos"], ["created_at", "2016-10-06 15:35:16.821686"], ["updated_at", "2016-10-06 15:35:16.821686"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Víctor Macedo Jr."], ["created_at", "2016-10-06 15:35:16.822603"], ["updated_at", "2016-10-06 15:35:16.822603"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Paulo Costa"], ["created_at", "2016-10-06 15:35:16.823494"], ["updated_at", "2016-10-06 15:35:16.823494"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Meire Franco"], ["created_at", "2016-10-06 15:35:16.824322"], ["updated_at", "2016-10-06 15:35:16.824322"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sra. João Silva"], ["created_at", "2016-10-06 15:35:16.825107"], ["updated_at", "2016-10-06 15:35:16.825107"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sílvia Silva Neto"], ["created_at", "2016-10-06 15:35:16.825903"], ["updated_at", "2016-10-06 15:35:16.825903"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sra. Sílvia Pereira"], ["created_at", "2016-10-06 15:35:16.826744"], ["updated_at", "2016-10-06 15:35:16.826744"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Srta. Yago Souza"], ["created_at", "2016-10-06 15:35:16.827511"], ["updated_at", "2016-10-06 15:35:16.827511"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Isabela Saraiva"], ["created_at", "2016-10-06 15:35:16.828286"], ["updated_at", "2016-10-06 15:35:16.828286"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Júlio César Braga Jr."], ["created_at", "2016-10-06 15:35:16.829021"], ["updated_at", "2016-10-06 15:35:16.829021"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Danilo Santos"], ["created_at", "2016-10-06 15:35:16.829761"], ["updated_at", "2016-10-06 15:35:16.829761"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Nataniel Albuquerque"], ["created_at", "2016-10-06 15:35:16.830583"], ["updated_at", "2016-10-06 15:35:16.830583"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Yuri Silva"], ["created_at", "2016-10-06 15:35:16.831340"], ["updated_at", "2016-10-06 15:35:16.831340"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dra. Ofélia Barros"], ["created_at", "2016-10-06 15:35:16.832086"], ["updated_at", "2016-10-06 15:35:16.832086"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Silas Moreira"], ["created_at", "2016-10-06 15:35:16.832826"], ["updated_at", "2016-10-06 15:35:16.832826"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Paula Carvalho"], ["created_at", "2016-10-06 15:35:16.833566"], ["updated_at", "2016-10-06 15:35:16.833566"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Vitória Batista"], ["created_at", "2016-10-06 15:35:16.834477"], ["updated_at", "2016-10-06 15:35:16.834477"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Feliciano Xavier"], ["created_at", "2016-10-06 15:35:16.835250"], ["updated_at", "2016-10-06 15:35:16.835250"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fabrício Santos"], ["created_at", "2016-10-06 15:35:16.835994"], ["updated_at", "2016-10-06 15:35:16.835994"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "João Macedo"], ["created_at", "2016-10-06 15:35:16.836781"], ["updated_at", "2016-10-06 15:35:16.836781"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "João Barros"], ["created_at", "2016-10-06 15:35:16.837547"], ["updated_at", "2016-10-06 15:35:16.837547"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Srta. Paulo Nogueira"], ["created_at", "2016-10-06 15:35:16.838357"], ["updated_at", "2016-10-06 15:35:16.838357"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Maria Albuquerque"], ["created_at", "2016-10-06 15:35:16.839099"], ["updated_at", "2016-10-06 15:35:16.839099"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sirineu Souza"], ["created_at", "2016-10-06 15:35:16.839828"], ["updated_at", "2016-10-06 15:35:16.839828"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Washington Silva"], ["created_at", "2016-10-06 15:35:16.840551"], ["updated_at", "2016-10-06 15:35:16.840551"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Mércia Carvalho"], ["created_at", "2016-10-06 15:35:16.841332"], ["updated_at", "2016-10-06 15:35:16.841332"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Hélio Melo"], ["created_at", "2016-10-06 15:35:16.842082"], ["updated_at", "2016-10-06 15:35:16.842082"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Larissa Franco"], ["created_at", "2016-10-06 15:35:16.842844"], ["updated_at", "2016-10-06 15:35:16.842844"]]  (11.5ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Júlio Moreira"], ["created_at", "2016-10-06 15:35:48.309696"], ["updated_at", "2016-10-06 15:35:48.309696"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Suélen Moraes"], ["created_at", "2016-10-06 15:35:48.312490"], ["updated_at", "2016-10-06 15:35:48.312490"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Lucas Franco"], ["created_at", "2016-10-06 15:35:48.313408"], ["updated_at", "2016-10-06 15:35:48.313408"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Srta. Larissa Barros"], ["created_at", "2016-10-06 15:35:48.314311"], ["updated_at", "2016-10-06 15:35:48.314311"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Srta. Antônio Moraes"], ["created_at", "2016-10-06 15:35:48.315139"], ["updated_at", "2016-10-06 15:35:48.315139"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Alessandro Carvalho"], ["created_at", "2016-10-06 15:35:48.315901"], ["updated_at", "2016-10-06 15:35:48.315901"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Srta. Felícia Souza"], ["created_at", "2016-10-06 15:35:48.316664"], ["updated_at", "2016-10-06 15:35:48.316664"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Felícia Costa"], ["created_at", "2016-10-06 15:35:48.317421"], ["updated_at", "2016-10-06 15:35:48.317421"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Alexandre Martins Neto"], ["created_at", "2016-10-06 15:35:48.318214"], ["updated_at", "2016-10-06 15:35:48.318214"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Maria Martins"], ["created_at", "2016-10-06 15:35:48.318997"], ["updated_at", "2016-10-06 15:35:48.318997"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Paula Braga"], ["created_at", "2016-10-06 15:35:48.319837"], ["updated_at", "2016-10-06 15:35:48.319837"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Júlio César Carvalho Jr."], ["created_at", "2016-10-06 15:35:48.320580"], ["updated_at", "2016-10-06 15:35:48.320580"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Vitória Melo"], ["created_at", "2016-10-06 15:35:48.321314"], ["updated_at", "2016-10-06 15:35:48.321314"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sirineu Franco Jr."], ["created_at", "2016-10-06 15:35:48.322036"], ["updated_at", "2016-10-06 15:35:48.322036"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dr. Marcos Nogueira"], ["created_at", "2016-10-06 15:35:48.322782"], ["updated_at", "2016-10-06 15:35:48.322782"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Karla Carvalho"], ["created_at", "2016-10-06 15:35:48.323506"], ["updated_at", "2016-10-06 15:35:48.323506"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Heitor Moreira"], ["created_at", "2016-10-06 15:35:48.324215"], ["updated_at", "2016-10-06 15:35:48.324215"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Cecília Reis"], ["created_at", "2016-10-06 15:35:48.324926"], ["updated_at", "2016-10-06 15:35:48.324926"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Danilo Nogueira"], ["created_at", "2016-10-06 15:35:48.325632"], ["updated_at", "2016-10-06 15:35:48.325632"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Célia Moraes"], ["created_at", "2016-10-06 15:35:48.326391"], ["updated_at", "2016-10-06 15:35:48.326391"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Isabel Pereira Jr."], ["created_at", "2016-10-06 15:35:48.327106"], ["updated_at", "2016-10-06 15:35:48.327106"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Carla Moraes"], ["created_at", "2016-10-06 15:35:48.327814"], ["updated_at", "2016-10-06 15:35:48.327814"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sirineu Costa"], ["created_at", "2016-10-06 15:35:48.328517"], ["updated_at", "2016-10-06 15:35:48.328517"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Marcos Carvalho"], ["created_at", "2016-10-06 15:35:48.329229"], ["updated_at", "2016-10-06 15:35:48.329229"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Paulo Carvalho"], ["created_at", "2016-10-06 15:35:48.329971"], ["updated_at", "2016-10-06 15:35:48.329971"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Nataniel Carvalho"], ["created_at", "2016-10-06 15:35:48.330795"], ["updated_at", "2016-10-06 15:35:48.330795"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sílvia Reis"], ["created_at", "2016-10-06 15:35:48.331571"], ["updated_at", "2016-10-06 15:35:48.331571"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fabrício Silva"], ["created_at", "2016-10-06 15:35:48.332383"], ["updated_at", "2016-10-06 15:35:48.332383"]] SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Félix Batista Filho"], ["created_at", "2016-10-06 15:35:48.334321"], ["updated_at", "2016-10-06 15:35:48.334321"]] SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Joana Saraiva"], ["created_at", "2016-10-06 15:35:48.335378"], ["updated_at", "2016-10-06 15:35:48.335378"]]  (82.2ms) commit transaction User Load (0.4ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a531933e91f2bde9c7acffa06e9a8707c221701b1e5056db634a4bf89bb9a6d3"], ["resource_id", 1], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.439337"], ["updated_at", "2016-10-06 15:35:48.439337"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "c40eafb9a6b7505117099e3af5bda42304fce79e38091ed585a0373fc8386b35"], ["resource_id", 1], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.441464"], ["updated_at", "2016-10-06 15:35:48.441464"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5a42d6099cabde5ea4d53c88b386c3eeb0e5ab7e8feae3ff7ff03c77c1e260bd"], ["resource_id", 2], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.443153"], ["updated_at", "2016-10-06 15:35:48.443153"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e68090d9a58d433f2f04f3d5db1e7d506ff7ec7356fd4be25638fd3da558673c"], ["resource_id", 2], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.444457"], ["updated_at", "2016-10-06 15:35:48.444457"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1ee202d2b4cab83ec8c099f03b855909efdae425d88b6c31b1d253e7ca62e8f4"], ["resource_id", 3], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.446309"], ["updated_at", "2016-10-06 15:35:48.446309"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "b4f8e54aa92c15d8970dc73d505e7ee9915be39c39b058d28ac182368ce169f0"], ["resource_id", 3], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.448295"], ["updated_at", "2016-10-06 15:35:48.448295"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "da7c44f5775b4529cc1d9cb0b94a7ef260a602e7b88ce7d7045ad44242c0811f"], ["resource_id", 4], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.450181"], ["updated_at", "2016-10-06 15:35:48.450181"]] SQL (0.4ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2c8300fba3334bd6cd6bc3694ca3605c1260c047d20b04a3ba1e02c09077bfe7"], ["resource_id", 4], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.451552"], ["updated_at", "2016-10-06 15:35:48.451552"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "bd15f11d81f157dcd763f9947cd59920e2ad25322e8488e4b87a6594081821c6"], ["resource_id", 5], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.455219"], ["updated_at", "2016-10-06 15:35:48.455219"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a1476504c377260bd3b4c7924541ef3b83ffe933d9746ecc00c0b10c6dcd78bd"], ["resource_id", 5], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.456412"], ["updated_at", "2016-10-06 15:35:48.456412"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "c446c01c1fa278e75a861827dc48b2e0eaddf9433fba6b5ceb1dd6ce7dce6bd4"], ["resource_id", 6], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.457401"], ["updated_at", "2016-10-06 15:35:48.457401"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "587a642e3e5d503397a2b6dc2dc6a12fe5c8a6bbdb447bbcf284f8cf87e3aa18"], ["resource_id", 6], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.458368"], ["updated_at", "2016-10-06 15:35:48.458368"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1601ab3b84397eeeabededc39c7bbcb88166faa8ae905fe2ef2bb5d4856316ec"], ["resource_id", 7], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.459274"], ["updated_at", "2016-10-06 15:35:48.459274"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "213c01a9a48f544625982178509b5866b42cf25961d0403a1589cc6ac91045af"], ["resource_id", 7], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.460159"], ["updated_at", "2016-10-06 15:35:48.460159"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "927b77fbe7428d6007be493b8e61439fba2e9a57abc9e2fd7c1a29ce2d41150c"], ["resource_id", 8], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.461099"], ["updated_at", "2016-10-06 15:35:48.461099"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "b4f88f23a335a0c07641f96b714d844a5d817bb7e314a8edcb53ce8777356f27"], ["resource_id", 8], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.462012"], ["updated_at", "2016-10-06 15:35:48.462012"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9f4beb16ce4af250526519b9c311b401abfe6323e104603e9ad3dc4abf2fcaa4"], ["resource_id", 9], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.462974"], ["updated_at", "2016-10-06 15:35:48.462974"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f4a44250d14b49ddebe0ddd04f0d143b3505c2957bd681a03f296783b767d42b"], ["resource_id", 9], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.463882"], ["updated_at", "2016-10-06 15:35:48.463882"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3234ee8e9fa74215951f163e82c34aa65e6daa59b044797e210a30389b17a8d9"], ["resource_id", 10], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.464787"], ["updated_at", "2016-10-06 15:35:48.464787"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d3af3f91c059206538135c0db088f2a4a641a1bd7d5a36ac4cf137ee07b7f326"], ["resource_id", 10], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.465694"], ["updated_at", "2016-10-06 15:35:48.465694"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d8e331a81baa5e943a6ddeef05fa87c9a9dbf6e8bcfe991c8a1f0ca20e689fb8"], ["resource_id", 11], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.466618"], ["updated_at", "2016-10-06 15:35:48.466618"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "611cad2f27cba862ec57de421779a504a87f89282f123a925d49432f985697a4"], ["resource_id", 11], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.467495"], ["updated_at", "2016-10-06 15:35:48.467495"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "17f6fdf771aca7a99a6a33a524c614aa575163c29075517f8530f9c475f3d955"], ["resource_id", 12], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.468433"], ["updated_at", "2016-10-06 15:35:48.468433"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "25d523754d7730a456b836c07f6635d40e6016918f5c983371eef5f56736f4b4"], ["resource_id", 12], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.469437"], ["updated_at", "2016-10-06 15:35:48.469437"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "462a518738aa1f3e041fbc1349184f97bdc4b52b6c525cee3f8b2c456f48a73e"], ["resource_id", 13], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.470442"], ["updated_at", "2016-10-06 15:35:48.470442"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "17b8cab1d44e7ee6925f68e187973f4e14528c7712f8c89da9dc806fa48c27a7"], ["resource_id", 13], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.471389"], ["updated_at", "2016-10-06 15:35:48.471389"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "831d2390893ff24f71d21bf99699913105d57a78043463b8ffca3919b1f07846"], ["resource_id", 14], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.472300"], ["updated_at", "2016-10-06 15:35:48.472300"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "79ca9c01d7e954bc79bd71e73f18486e47acf599231d58c87425b5170e241881"], ["resource_id", 14], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.473216"], ["updated_at", "2016-10-06 15:35:48.473216"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a0402a06c122fa9e51812e9320b6d0cf899a07a085082a833b11ef3ca2724090"], ["resource_id", 15], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.474117"], ["updated_at", "2016-10-06 15:35:48.474117"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "80a709a9e74bba3ec0b6e7d4f88d317d9b6f526cf31d2531464dd570d754a45d"], ["resource_id", 15], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.475035"], ["updated_at", "2016-10-06 15:35:48.475035"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fd16fa3ce14253e541769ca1cad19804f9b2cc0b517212fc096537fe03ce84a5"], ["resource_id", 16], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.475950"], ["updated_at", "2016-10-06 15:35:48.475950"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "11566b5582306b20239e13a61ac7f47e091fcff72f90c82c94950d1f63e0cb3f"], ["resource_id", 16], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.476858"], ["updated_at", "2016-10-06 15:35:48.476858"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "17ddf144935f3852a22de2b73cd0c160baf9885a5747d59a095a5b30c0f62231"], ["resource_id", 17], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.477781"], ["updated_at", "2016-10-06 15:35:48.477781"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fb5fecaf28017c78aa57b5c6be13f557f7b9bc954c5c0ffbf5a077613c074d8e"], ["resource_id", 17], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.478716"], ["updated_at", "2016-10-06 15:35:48.478716"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "81eecb8d2a8372690275eae9986603e76f4d0ac5bcb9ec72d21f703bf1a6f72e"], ["resource_id", 18], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.479573"], ["updated_at", "2016-10-06 15:35:48.479573"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "12e8baa325b8c62aac090fa1aefd521fafb917b415af06b8946e780824fbe1b0"], ["resource_id", 18], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.480469"], ["updated_at", "2016-10-06 15:35:48.480469"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "edb5e9cef11c02824a4116b0b2595ce13ca598dc95537d9d60a18695a99cbb49"], ["resource_id", 19], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.481377"], ["updated_at", "2016-10-06 15:35:48.481377"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f99642b7285864862cd6b1affe3a57f2a3c89da60e96067a31efc8d43f960054"], ["resource_id", 19], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.482307"], ["updated_at", "2016-10-06 15:35:48.482307"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "031ce5767f5502fe352d8aa5acf13f5df6be3f5558fe45958e61f3cabd932df4"], ["resource_id", 20], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.483213"], ["updated_at", "2016-10-06 15:35:48.483213"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8623ff180e7c7376ecb804f7409f7156aa794fda57e8d21f40405968236e8e2b"], ["resource_id", 20], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.484115"], ["updated_at", "2016-10-06 15:35:48.484115"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "b699ed20b4972012cb5bf55d7ce909be3b760666201eece54917b2d0fb611bdc"], ["resource_id", 21], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.485027"], ["updated_at", "2016-10-06 15:35:48.485027"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4bfcd45e6b0cef8fca468cd0c1b93b65d2d0965e7cb3603a3be2425837fc792d"], ["resource_id", 21], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.486005"], ["updated_at", "2016-10-06 15:35:48.486005"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4f48635d620473ae0f55033ae902ac3f5667c55e0035b713d10bd571f60c4015"], ["resource_id", 22], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.486976"], ["updated_at", "2016-10-06 15:35:48.486976"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a037a29222b6c858e86c11c8bfa79e6ea416821a15688603989ed10d9006e998"], ["resource_id", 22], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.487895"], ["updated_at", "2016-10-06 15:35:48.487895"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6da67aff20d98b74cb939ac260eca786cbad6c4bf47b950eb063a46651e26c1a"], ["resource_id", 23], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.488809"], ["updated_at", "2016-10-06 15:35:48.488809"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6b2a49c992323a02bd6940e9b8d7d30b476d2dbc2029d3f211ff409c2cf48e3e"], ["resource_id", 23], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.489706"], ["updated_at", "2016-10-06 15:35:48.489706"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d00d892b5d492f48434a04b004bfae4b5eec77c09aeddc67fffe3a4637d23fc2"], ["resource_id", 24], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.490647"], ["updated_at", "2016-10-06 15:35:48.490647"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3b6f0084975c32f2466d31d8456f1502c83c75f7e504efb3ef1993ec22477aff"], ["resource_id", 24], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.491533"], ["updated_at", "2016-10-06 15:35:48.491533"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a06c70bf863bb4d246eea5e6fea8bc38328df80b4a69ead3b97f14ff6d98d6c4"], ["resource_id", 25], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.492470"], ["updated_at", "2016-10-06 15:35:48.492470"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0ffd9afe0db7b82f9320c0ff968b95068a35effea55f37fab474dd207e521f04"], ["resource_id", 25], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.493359"], ["updated_at", "2016-10-06 15:35:48.493359"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e11d7525c141d43247cf95fc5056bceca1b137e8f3c4adc4dd9d417b6b79cafa"], ["resource_id", 26], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.494310"], ["updated_at", "2016-10-06 15:35:48.494310"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5fe8437cc18771c18ca345d358989b5a6b4feeaa4b0553a8e1d2714c384e108d"], ["resource_id", 26], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.495208"], ["updated_at", "2016-10-06 15:35:48.495208"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "80caee6acfe28088f2f5a27889bad866e5b8475658f34ff4955f0dcd1ddd81e0"], ["resource_id", 27], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.496105"], ["updated_at", "2016-10-06 15:35:48.496105"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d7ebc8478caca6e913d07012f2638511a6e07bf86ba999e73d12c2d2e2238b9d"], ["resource_id", 27], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.497028"], ["updated_at", "2016-10-06 15:35:48.497028"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7e7ed1b6b8d852d36785186e60752311d598f64ab26e578c76a89d71c08dc608"], ["resource_id", 28], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.497955"], ["updated_at", "2016-10-06 15:35:48.497955"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "dd11e3d9b67242b7d2114359056260a9fc062f4cbd80fad6623549a620a33ac9"], ["resource_id", 28], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.498910"], ["updated_at", "2016-10-06 15:35:48.498910"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "aac3ba6a550cfc94037efc5739e55271313987c0d82ad7143bece9e268bdd634"], ["resource_id", 29], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.499811"], ["updated_at", "2016-10-06 15:35:48.499811"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "c169a2b8f4fb8ee671b572024bfefffd45f10ae83c9fe8f5005fed1be22fcb1c"], ["resource_id", 29], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.500733"], ["updated_at", "2016-10-06 15:35:48.500733"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f6a3ef970be86489c9b847b1bf3a13df8725ac4d9ec48c499be28debbffb02e1"], ["resource_id", 30], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.501665"], ["updated_at", "2016-10-06 15:35:48.501665"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5c362155e8b58dbcf33952b7526bcee9fcefd9a3282dfd5ea291c73abb363c26"], ["resource_id", 30], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.502648"], ["updated_at", "2016-10-06 15:35:48.502648"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "22707450bc8d9d04d7a69dc28c77b1c1de0c00ea0fa18572978dcd39335fbfde"], ["resource_id", 31], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.503576"], ["updated_at", "2016-10-06 15:35:48.503576"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "014de4d46ba4d9932deadb0a211036f2e2ba8c9dd87f27f59aa886d23213f0a7"], ["resource_id", 31], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.504473"], ["updated_at", "2016-10-06 15:35:48.504473"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "65fa6f8b1f360ca21a52a8c309cc02d36fc48d44de258e566524d84bb2e0cd25"], ["resource_id", 32], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.505366"], ["updated_at", "2016-10-06 15:35:48.505366"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "374676818b44ea353214e7f333cd8be37e046e5281e15142b7b94fe8606ce645"], ["resource_id", 32], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.506283"], ["updated_at", "2016-10-06 15:35:48.506283"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d42c341dc80c2a3017adc4f34908fc6446c9e9c7b3849af358d69ebd707084e9"], ["resource_id", 33], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.507211"], ["updated_at", "2016-10-06 15:35:48.507211"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e93b92b552a9fec260c0816a91043d28ea73d4835d7617e14adeea6e34efa273"], ["resource_id", 33], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.508114"], ["updated_at", "2016-10-06 15:35:48.508114"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "238ce0f9ec7f246384899d9c98ded99dcda8cbf2d14cecd4d075016b01b6434f"], ["resource_id", 34], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.509001"], ["updated_at", "2016-10-06 15:35:48.509001"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a8f79be1da3a22d99f282c36716793bcd15ceed43a2c7cf9d595e43065047485"], ["resource_id", 34], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.509926"], ["updated_at", "2016-10-06 15:35:48.509926"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f8bbc04e138c0c38ee72de99c80ca188a1c8c5b72dc654aa6401ac16d24de7b6"], ["resource_id", 35], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.510863"], ["updated_at", "2016-10-06 15:35:48.510863"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2ab62e207921e3b3bdfab3f08a37624d5152361de2253a3b6569b1ee21bfa5d7"], ["resource_id", 35], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.511747"], ["updated_at", "2016-10-06 15:35:48.511747"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "bb2be0e5dd42daaa9d15e1395a1e1bdb88576d74b96ee11e901c7844db7658c3"], ["resource_id", 36], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.512642"], ["updated_at", "2016-10-06 15:35:48.512642"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "313f2faa5d3182fc1f55b4d64fce56cd57ca1aeecaec1729d9e93f5cf8fb4367"], ["resource_id", 36], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.513537"], ["updated_at", "2016-10-06 15:35:48.513537"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fd24fc93ef5f2bff78d47d0a4509177c017d03427d57b45937f8cec452fbbd8c"], ["resource_id", 37], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.514496"], ["updated_at", "2016-10-06 15:35:48.514496"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "212ff6fa5aa2811d72c2bea1a9d0f0ef5cecb83b16c7b9d4db5daa8fcac18844"], ["resource_id", 37], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.515396"], ["updated_at", "2016-10-06 15:35:48.515396"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5288d244ab7f257ef23a2c1f6888a7dbd2af820112d37a599c5671e2ed9eb3cf"], ["resource_id", 38], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.516376"], ["updated_at", "2016-10-06 15:35:48.516376"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e5baaf52e7833e59c0897de28c4de1442cacc397233179acd7e6420f2692fd6f"], ["resource_id", 38], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.517291"], ["updated_at", "2016-10-06 15:35:48.517291"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6afa67cc1fdbb3ee9ee0d76135d147b13febbc1b01ccf6959c6bb4592a4802f5"], ["resource_id", 39], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.518228"], ["updated_at", "2016-10-06 15:35:48.518228"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "985015f0dfe5b24ecbf84bd315e72e1de244e99c9704c08cfd75c55205430eb7"], ["resource_id", 39], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.519150"], ["updated_at", "2016-10-06 15:35:48.519150"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ded6a486d42a1785ece5118d6018ac3fe2eb45302b09772ba1ef39efa63dbde7"], ["resource_id", 40], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.520070"], ["updated_at", "2016-10-06 15:35:48.520070"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "87a593859d4fd43599dc435806fec3be556a3b2dc1413cbf7c09e57805702ad0"], ["resource_id", 40], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.520989"], ["updated_at", "2016-10-06 15:35:48.520989"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "94e05e76c355b6ac60b719d5fd5320a90138f9f0c08dbe2025e8e012dc1ad640"], ["resource_id", 41], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.521896"], ["updated_at", "2016-10-06 15:35:48.521896"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7904572699f128cb02438eaf79b8fbd0be9b2a939b6ca94353a495ba306e7b78"], ["resource_id", 41], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.522837"], ["updated_at", "2016-10-06 15:35:48.522837"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2c8f3217a7e6c55791f8e4684aab39f344c60b34e77a1a5de5703e1ba64c5a4a"], ["resource_id", 42], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.523750"], ["updated_at", "2016-10-06 15:35:48.523750"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "314cfc5d6a6c42f0647f7c94e81dbd47984cd70ea3910741e7b0a959fb80e056"], ["resource_id", 42], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.524654"], ["updated_at", "2016-10-06 15:35:48.524654"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "74754fba585194bbdfe64c1c011f278295e8663423094ad7f3e976c021042be8"], ["resource_id", 43], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.525583"], ["updated_at", "2016-10-06 15:35:48.525583"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "35f7cb806e138c6d35a3bceed90ce5bdb250b4c7386dfdf8f6484dc111ef29aa"], ["resource_id", 43], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.526495"], ["updated_at", "2016-10-06 15:35:48.526495"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "44e789b0d7844be747349e26bf23b64b13c1d336d4ade7424b2f6ab1556d172d"], ["resource_id", 44], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.527401"], ["updated_at", "2016-10-06 15:35:48.527401"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "04c7fa3638c96ccfe9df75929d97304f2554970b1dff6d5f41d0ffde4a6cdae8"], ["resource_id", 44], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.528268"], ["updated_at", "2016-10-06 15:35:48.528268"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6ebc710880d50d1831b31325320e5a875618d592184c0a4764406628e23f732c"], ["resource_id", 45], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.529192"], ["updated_at", "2016-10-06 15:35:48.529192"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e4b3cda087eb7d12fa46039b2e47a2ff936e444099d359cca2f98785ec793d37"], ["resource_id", 45], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.530075"], ["updated_at", "2016-10-06 15:35:48.530075"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7a7828c8efbf647df574f66238335e9dacf9a2c575674bce183c03b7e3ae0435"], ["resource_id", 46], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.531015"], ["updated_at", "2016-10-06 15:35:48.531015"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "720955074d80ff3b5a345e4e03bc4f8d14fd7e7af89c1ac51884f6e02f620a00"], ["resource_id", 46], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.531916"], ["updated_at", "2016-10-06 15:35:48.531916"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1ba848f99e8a74eca4caf4c8bf2596e5b14c8783258b3e36c737731164ef48ca"], ["resource_id", 47], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.532814"], ["updated_at", "2016-10-06 15:35:48.532814"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "15584b73612c01be4434ad510582c63c7a24152419e0fd5edd55f87ff2a0b151"], ["resource_id", 47], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.533801"], ["updated_at", "2016-10-06 15:35:48.533801"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "12d6648d160264e8881b8cc89df08af5e23a208ca617edea23ec6ff60ac729d8"], ["resource_id", 48], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.534834"], ["updated_at", "2016-10-06 15:35:48.534834"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0b28da875f1cf726dc40d7ce2dea76d6b23b5c90c62c372f43ed84fe96c84279"], ["resource_id", 48], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.535772"], ["updated_at", "2016-10-06 15:35:48.535772"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a63b8974b71cc6a8ce5d216bcbe2dfac9316a5a7962a56d33526918ea162a529"], ["resource_id", 49], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.536693"], ["updated_at", "2016-10-06 15:35:48.536693"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6e8de40dec370dd68c522c13d2e5a82cf84892af85c0a4fcfe0dcaa773472e8c"], ["resource_id", 49], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.537577"], ["updated_at", "2016-10-06 15:35:48.537577"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "96d824e3088f8aa6ca202625afcd26871da5a4093acfb265ff9711f42876f44d"], ["resource_id", 50], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.538478"], ["updated_at", "2016-10-06 15:35:48.538478"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1a5a2c361a3a4e0f2548e8de7c359a7d9d2bd8ef4c8a39418d7ad3ae9d78fba0"], ["resource_id", 50], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.539374"], ["updated_at", "2016-10-06 15:35:48.539374"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "b23c1256841fb47a3ad7d6b16138a022ed8c65199c976f851bf0b4d6c17f7d2e"], ["resource_id", 51], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.540267"], ["updated_at", "2016-10-06 15:35:48.540267"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "505c386a2af7f57ff3f658db0fd7c1f72807f0476590910bd0f1be8e37ed3f79"], ["resource_id", 51], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.541147"], ["updated_at", "2016-10-06 15:35:48.541147"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "dad4723b92cca7f5f3f2ce845f9c576c8ee52e12c796d9f654f13f6938eb6b85"], ["resource_id", 52], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.542050"], ["updated_at", "2016-10-06 15:35:48.542050"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "70d90cdcf44bb9c0c213932949d94a448307fc5b0d28e32e2f82915c6461ff01"], ["resource_id", 52], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.542990"], ["updated_at", "2016-10-06 15:35:48.542990"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7a1656bb889e6109725fc3fc90d59d6cdba739b0cfbfac5de4a73fd06c3e266e"], ["resource_id", 53], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.543880"], ["updated_at", "2016-10-06 15:35:48.543880"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "44282674656f50d6187e5293d6543efb3158156b8dbf093875c7c22341c5c438"], ["resource_id", 53], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.544770"], ["updated_at", "2016-10-06 15:35:48.544770"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "558bd4270482061a82f4b5cbe567da1f9a3cbfcac10bfab13e61be44e59fc81f"], ["resource_id", 54], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.545667"], ["updated_at", "2016-10-06 15:35:48.545667"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "68aed45ceacbf6ab2e88f7c136bf22906734be0272a167033303130660125281"], ["resource_id", 54], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.546725"], ["updated_at", "2016-10-06 15:35:48.546725"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ac8f77677014b886eacb94a8119c20bd0c5981c72cb8dbd959bd148e2709caed"], ["resource_id", 55], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.547621"], ["updated_at", "2016-10-06 15:35:48.547621"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a523fac0c9e547dd78face101e9e7977e25887272773c5a27af1cde7893c3507"], ["resource_id", 55], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.548572"], ["updated_at", "2016-10-06 15:35:48.548572"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "93aa648e56f4cb4af37382e069296c634c6beacf8c05302fdb7ee72b8049fdc7"], ["resource_id", 56], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.549465"], ["updated_at", "2016-10-06 15:35:48.549465"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9f25f00f6f8d091f3d15f498cfdec85e3bcafaf962fb66ecb71d3e7d24a493b7"], ["resource_id", 56], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.550409"], ["updated_at", "2016-10-06 15:35:48.550409"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d4ad0f9f72fbdc76b120119ed6304bbfa504e75da3c6411391519113434db6f6"], ["resource_id", 57], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.551308"], ["updated_at", "2016-10-06 15:35:48.551308"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "32a98a8d5d1129dd0c8d34191d42be12f9d755a0af1f93d674f510eae418abc5"], ["resource_id", 57], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.552221"], ["updated_at", "2016-10-06 15:35:48.552221"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "b9ea2d7bf89707ba83e092ac63c08fedf7c93db24d9512a0bb4091be4f05c080"], ["resource_id", 58], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.553137"], ["updated_at", "2016-10-06 15:35:48.553137"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fa212def0ed7d39298aeb46b2c6406d965ebccd6d365e9ab3c24fc5fae45173e"], ["resource_id", 58], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.554031"], ["updated_at", "2016-10-06 15:35:48.554031"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3db17c19334c0cd4c91c90ce489dced3f4323575a8d7654e39ecf8edaa96a860"], ["resource_id", 59], ["platform", "ios"], ["created_at", "2016-10-06 15:35:48.554953"], ["updated_at", "2016-10-06 15:35:48.554953"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "930e31017df964b53d1e67d3677bd47220c00d2f3d457814e62bfc505a5f39c7"], ["resource_id", 59], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.555858"], ["updated_at", "2016-10-06 15:35:48.555858"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3b9be196e0e6b255ccba0fe69d8bd8d1dd011ccf69a56dda9fcf0b1af63f3b05"], ["resource_id", 60], ["platform", "android"], ["created_at", "2016-10-06 15:35:48.556854"], ["updated_at", "2016-10-06 15:35:48.556854"]] SQL (0.0ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f5d06d7390a5969be96bab41bd86f642d417c2fb74415fd942183e3e7b6443cf"], ["resource_id", 60], ["platform", "chrome"], ["created_at", "2016-10-06 15:35:48.557798"], ["updated_at", "2016-10-06 15:35:48.557798"]]  (6.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea animi dolores enim ut ullam.\",\"text\":\"We need to program the 1080p CSS circuit!\"}"], ["created_at", "2016-10-06 15:36:02.842654"], ["updated_at", "2016-10-06 15:36:02.842654"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem est excepturi voluptates.\",\"text\":\"Use the multi-byte SAS firewall, then you can bypass the online transmitter!\"}"], ["created_at", "2016-10-06 15:36:02.845096"], ["updated_at", "2016-10-06 15:36:02.845096"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem incidunt quae repellat.\",\"text\":\"You can't index the array without calculating the primary SDD firewall!\"}"], ["created_at", "2016-10-06 15:36:02.846953"], ["updated_at", "2016-10-06 15:36:02.846953"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur quisquam consequatur enim.\",\"text\":\"Use the optical JBOD driver, then you can reboot the bluetooth sensor!\"}"], ["created_at", "2016-10-06 15:36:02.849719"], ["updated_at", "2016-10-06 15:36:02.849719"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum in aut excepturi alias eaque qui.\",\"text\":\"Use the cross-platform COM bandwidth, then you can synthesize the online protocol!\"}"], ["created_at", "2016-10-06 15:36:02.851222"], ["updated_at", "2016-10-06 15:36:02.851222"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam enim aliquam tempora.\",\"text\":\"Compressing the sensor won't do anything, we need to compress the haptic gb capacitor!\"}"], ["created_at", "2016-10-06 15:36:02.852371"], ["updated_at", "2016-10-06 15:36:02.852371"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quia quidem a voluptatem perspiciatis impedit velit.\",\"text\":\"Use the back-end THX interface, then you can index the 1080p sensor!\"}"], ["created_at", "2016-10-06 15:36:02.853477"], ["updated_at", "2016-10-06 15:36:02.853477"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ipsam tempore.\",\"text\":\"Use the cross-platform SQL transmitter, then you can back up the mobile capacitor!\"}"], ["created_at", "2016-10-06 15:36:02.854927"], ["updated_at", "2016-10-06 15:36:02.854927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi a nam distinctio vero.\",\"text\":\"Use the primary HDD sensor, then you can generate the cross-platform microchip!\"}"], ["created_at", "2016-10-06 15:36:02.856174"], ["updated_at", "2016-10-06 15:36:02.856174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sed et iusto sint debitis cumque.\",\"text\":\"Use the online FTP feed, then you can index the online protocol!\"}"], ["created_at", "2016-10-06 15:36:02.857290"], ["updated_at", "2016-10-06 15:36:02.857290"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus labore ut.\",\"text\":\"Generating the application won't do anything, we need to generate the neural png bandwidth!\"}"], ["created_at", "2016-10-06 15:36:02.858526"], ["updated_at", "2016-10-06 15:36:02.858526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda laboriosam molestiae qui et.\",\"text\":\"We need to hack the 1080p XSS protocol!\"}"], ["created_at", "2016-10-06 15:36:02.859615"], ["updated_at", "2016-10-06 15:36:02.859615"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil et iure nesciunt.\",\"text\":\"Try to navigate the HTTP panel, maybe it will override the haptic card!\"}"], ["created_at", "2016-10-06 15:36:02.860638"], ["updated_at", "2016-10-06 15:36:02.860638"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum magnam cupiditate possimus.\",\"text\":\"The XSS program is down, input the haptic program so we can program the COM matrix!\"}"], ["created_at", "2016-10-06 15:36:02.861701"], ["updated_at", "2016-10-06 15:36:02.861701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt itaque quia similique at.\",\"text\":\"I'll quantify the virtual JBOD transmitter, that should application the TCP capacitor!\"}"], ["created_at", "2016-10-06 15:36:02.863015"], ["updated_at", "2016-10-06 15:36:02.863015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil aut quo.\",\"text\":\"Try to calculate the JBOD interface, maybe it will generate the virtual microchip!\"}"], ["created_at", "2016-10-06 15:36:02.864101"], ["updated_at", "2016-10-06 15:36:02.864101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro autem qui cum non officia cumque.\",\"text\":\"If we copy the monitor, we can get to the IB matrix through the auxiliary AGP monitor!\"}"], ["created_at", "2016-10-06 15:36:02.865056"], ["updated_at", "2016-10-06 15:36:02.865056"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad aperiam dolor aliquid numquam eius.\",\"text\":\"We need to synthesize the open-source SQL pixel!\"}"], ["created_at", "2016-10-06 15:36:02.865986"], ["updated_at", "2016-10-06 15:36:02.865986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius provident omnis.\",\"text\":\"You can't back up the monitor without quantifying the primary TCP matrix!\"}"], ["created_at", "2016-10-06 15:36:02.867010"], ["updated_at", "2016-10-06 15:36:02.867010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis ea eos quis exercitationem provident.\",\"text\":\"You can't compress the system without generating the optical RAM monitor!\"}"], ["created_at", "2016-10-06 15:36:02.867948"], ["updated_at", "2016-10-06 15:36:02.867948"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed id impedit aut quas.\",\"text\":\"The SDD feed is down, hack the auxiliary application so we can synthesize the SMS firewall!\"}"], ["created_at", "2016-10-06 15:36:02.868888"], ["updated_at", "2016-10-06 15:36:02.868888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis possimus sed voluptas.\",\"text\":\"Copying the system won't do anything, we need to override the open-source com system!\"}"], ["created_at", "2016-10-06 15:36:02.869819"], ["updated_at", "2016-10-06 15:36:02.869819"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quaerat consectetur aut.\",\"text\":\"You can't back up the alarm without navigating the primary COM feed!\"}"], ["created_at", "2016-10-06 15:36:02.870765"], ["updated_at", "2016-10-06 15:36:02.870765"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab aperiam esse quasi maxime nostrum ipsa molestiae.\",\"text\":\"We need to transmit the optical GB panel!\"}"], ["created_at", "2016-10-06 15:36:02.871724"], ["updated_at", "2016-10-06 15:36:02.871724"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt sunt doloribus dolorem natus voluptatum.\",\"text\":\"Try to calculate the CSS protocol, maybe it will generate the open-source interface!\"}"], ["created_at", "2016-10-06 15:36:02.872707"], ["updated_at", "2016-10-06 15:36:02.872707"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut corrupti aut.\",\"text\":\"We need to input the haptic SQL driver!\"}"], ["created_at", "2016-10-06 15:36:02.873648"], ["updated_at", "2016-10-06 15:36:02.873648"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus maiores porro et officia.\",\"text\":\"Transmitting the capacitor won't do anything, we need to copy the cross-platform sdd sensor!\"}"], ["created_at", "2016-10-06 15:36:02.874564"], ["updated_at", "2016-10-06 15:36:02.874564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita recusandae nihil modi.\",\"text\":\"I'll navigate the digital PCI transmitter, that should panel the SSL matrix!\"}"], ["created_at", "2016-10-06 15:36:02.875513"], ["updated_at", "2016-10-06 15:36:02.875513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto labore quaerat molestias id quibusdam.\",\"text\":\"I'll quantify the online XML hard drive, that should interface the XML sensor!\"}"], ["created_at", "2016-10-06 15:36:02.876422"], ["updated_at", "2016-10-06 15:36:02.876422"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores reiciendis libero dignissimos.\",\"text\":\"Try to calculate the SMTP matrix, maybe it will reboot the wireless microchip!\"}"], ["created_at", "2016-10-06 15:36:02.877371"], ["updated_at", "2016-10-06 15:36:02.877371"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim ea quia blanditiis amet.\",\"text\":\"Try to generate the FTP sensor, maybe it will index the open-source panel!\"}"], ["created_at", "2016-10-06 15:36:02.878362"], ["updated_at", "2016-10-06 15:36:02.878362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam laborum similique sunt.\",\"text\":\"You can't index the sensor without calculating the haptic SCSI circuit!\"}"], ["created_at", "2016-10-06 15:36:02.879344"], ["updated_at", "2016-10-06 15:36:02.879344"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum tempore eum cupiditate nemo explicabo quia ut.\",\"text\":\"You can't hack the monitor without transmitting the neural USB transmitter!\"}"], ["created_at", "2016-10-06 15:36:02.880374"], ["updated_at", "2016-10-06 15:36:02.880374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate quae quasi quia est tempore.\",\"text\":\"Use the primary PNG monitor, then you can reboot the solid state card!\"}"], ["created_at", "2016-10-06 15:36:02.881322"], ["updated_at", "2016-10-06 15:36:02.881322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum sunt eos ea officiis consequuntur vero.\",\"text\":\"The PNG bandwidth is down, input the primary matrix so we can index the AI alarm!\"}"], ["created_at", "2016-10-06 15:36:02.882269"], ["updated_at", "2016-10-06 15:36:02.882269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui consequatur aliquam quas ex vero.\",\"text\":\"You can't copy the monitor without indexing the bluetooth SCSI microchip!\"}"], ["created_at", "2016-10-06 15:36:02.883219"], ["updated_at", "2016-10-06 15:36:02.883219"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam excepturi et commodi sint perferendis accusantium ut.\",\"text\":\"I'll back up the multi-byte AGP application, that should alarm the PCI system!\"}"], ["created_at", "2016-10-06 15:36:02.884208"], ["updated_at", "2016-10-06 15:36:02.884208"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure sed dolorum et.\",\"text\":\"Use the back-end EXE protocol, then you can copy the online application!\"}"], ["created_at", "2016-10-06 15:36:02.885149"], ["updated_at", "2016-10-06 15:36:02.885149"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut omnis est doloremque nihil libero.\",\"text\":\"You can't reboot the program without overriding the 1080p RSS matrix!\"}"], ["created_at", "2016-10-06 15:36:02.886097"], ["updated_at", "2016-10-06 15:36:02.886097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem repellat deleniti aperiam dolor aut officiis.\",\"text\":\"You can't calculate the firewall without copying the wireless ADP bus!\"}"], ["created_at", "2016-10-06 15:36:02.887027"], ["updated_at", "2016-10-06 15:36:02.887027"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et totam qui quibusdam fugit enim nesciunt dolorem.\",\"text\":\"If we copy the alarm, we can get to the XSS sensor through the online IB bus!\"}"], ["created_at", "2016-10-06 15:36:02.888013"], ["updated_at", "2016-10-06 15:36:02.888013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus accusantium qui numquam soluta nostrum voluptatem.\",\"text\":\"You can't generate the application without quantifying the online COM protocol!\"}"], ["created_at", "2016-10-06 15:36:02.889044"], ["updated_at", "2016-10-06 15:36:02.889044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit et molestiae eligendi sed.\",\"text\":\"If we bypass the port, we can get to the RAM capacitor through the open-source AI application!\"}"], ["created_at", "2016-10-06 15:36:02.890014"], ["updated_at", "2016-10-06 15:36:02.890014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis possimus quia perferendis quis.\",\"text\":\"You can't parse the transmitter without backing up the wireless HDD system!\"}"], ["created_at", "2016-10-06 15:36:02.890966"], ["updated_at", "2016-10-06 15:36:02.890966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aut aliquam voluptatem perspiciatis velit ipsa.\",\"text\":\"We need to transmit the open-source RAM interface!\"}"], ["created_at", "2016-10-06 15:36:02.891887"], ["updated_at", "2016-10-06 15:36:02.891887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed cumque ut tempora asperiores.\",\"text\":\"You can't transmit the bandwidth without quantifying the online SAS circuit!\"}"], ["created_at", "2016-10-06 15:36:02.892831"], ["updated_at", "2016-10-06 15:36:02.892831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint quos optio esse aliquid consequuntur odio.\",\"text\":\"The COM interface is down, reboot the bluetooth bus so we can generate the SMTP microchip!\"}"], ["created_at", "2016-10-06 15:36:02.893762"], ["updated_at", "2016-10-06 15:36:02.893762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus nisi fugit facilis.\",\"text\":\"I'll transmit the primary COM firewall, that should circuit the XSS matrix!\"}"], ["created_at", "2016-10-06 15:36:02.894717"], ["updated_at", "2016-10-06 15:36:02.894717"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos molestias enim similique.\",\"text\":\"Overriding the microchip won't do anything, we need to generate the online exe array!\"}"], ["created_at", "2016-10-06 15:36:02.895639"], ["updated_at", "2016-10-06 15:36:02.895639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium quia nostrum rem qui rerum ea.\",\"text\":\"Use the back-end RSS interface, then you can navigate the solid state program!\"}"], ["created_at", "2016-10-06 15:36:02.896644"], ["updated_at", "2016-10-06 15:36:02.896644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae sint assumenda.\",\"text\":\"I'll override the wireless TCP microchip, that should firewall the COM transmitter!\"}"], ["created_at", "2016-10-06 15:36:02.897606"], ["updated_at", "2016-10-06 15:36:02.897606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas hic veritatis blanditiis.\",\"text\":\"I'll program the optical SDD system, that should application the AGP interface!\"}"], ["created_at", "2016-10-06 15:36:02.898565"], ["updated_at", "2016-10-06 15:36:02.898565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti esse omnis in.\",\"text\":\"We need to synthesize the primary SDD hard drive!\"}"], ["created_at", "2016-10-06 15:36:02.899515"], ["updated_at", "2016-10-06 15:36:02.899515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam sit maiores illum est facere.\",\"text\":\"Use the solid state XML firewall, then you can program the auxiliary firewall!\"}"], ["created_at", "2016-10-06 15:36:02.900433"], ["updated_at", "2016-10-06 15:36:02.900433"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium aut qui.\",\"text\":\"We need to program the open-source AI system!\"}"], ["created_at", "2016-10-06 15:36:02.901341"], ["updated_at", "2016-10-06 15:36:02.901341"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem nulla in.\",\"text\":\"If we bypass the microchip, we can get to the GB protocol through the open-source SSL protocol!\"}"], ["created_at", "2016-10-06 15:36:02.902292"], ["updated_at", "2016-10-06 15:36:02.902292"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam est repellendus magnam ut animi voluptatum optio.\",\"text\":\"The XSS system is down, hack the virtual bus so we can calculate the XSS protocol!\"}"], ["created_at", "2016-10-06 15:36:02.903238"], ["updated_at", "2016-10-06 15:36:02.903238"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi illum distinctio possimus fugiat sequi labore.\",\"text\":\"Use the online SMS alarm, then you can index the back-end circuit!\"}"], ["created_at", "2016-10-06 15:36:02.904177"], ["updated_at", "2016-10-06 15:36:02.904177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt natus qui aut.\",\"text\":\"Try to bypass the SQL feed, maybe it will override the redundant card!\"}"], ["created_at", "2016-10-06 15:36:02.905188"], ["updated_at", "2016-10-06 15:36:02.905188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo rerum blanditiis.\",\"text\":\"Generating the application won't do anything, we need to generate the digital sas protocol!\"}"], ["created_at", "2016-10-06 15:36:02.906119"], ["updated_at", "2016-10-06 15:36:02.906119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus natus explicabo possimus quia voluptatem aspernatur sit.\",\"text\":\"I'll navigate the solid state FTP circuit, that should array the SMTP system!\"}"], ["created_at", "2016-10-06 15:36:02.907082"], ["updated_at", "2016-10-06 15:36:02.907082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod excepturi consequatur qui repellendus deleniti velit iste.\",\"text\":\"I'll bypass the mobile RAM application, that should matrix the SMTP system!\"}"], ["created_at", "2016-10-06 15:36:02.908021"], ["updated_at", "2016-10-06 15:36:02.908021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea blanditiis quis dolor asperiores id voluptatem sint.\",\"text\":\"You can't override the array without connecting the haptic USB panel!\"}"], ["created_at", "2016-10-06 15:36:02.908933"], ["updated_at", "2016-10-06 15:36:02.908933"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est minus eligendi recusandae voluptatem illum cumque et.\",\"text\":\"You can't calculate the feed without backing up the virtual XSS sensor!\"}"], ["created_at", "2016-10-06 15:36:02.909860"], ["updated_at", "2016-10-06 15:36:02.909860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam voluptate commodi.\",\"text\":\"Programming the protocol won't do anything, we need to navigate the optical sas system!\"}"], ["created_at", "2016-10-06 15:36:02.910854"], ["updated_at", "2016-10-06 15:36:02.910854"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum eos perferendis molestiae aut numquam optio.\",\"text\":\"Use the auxiliary SQL firewall, then you can bypass the open-source capacitor!\"}"], ["created_at", "2016-10-06 15:36:02.911795"], ["updated_at", "2016-10-06 15:36:02.911795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil ratione qui molestiae aut blanditiis.\",\"text\":\"Copying the array won't do anything, we need to back up the bluetooth smtp application!\"}"], ["created_at", "2016-10-06 15:36:02.912756"], ["updated_at", "2016-10-06 15:36:02.912756"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam doloribus est aut.\",\"text\":\"The THX bus is down, program the optical array so we can index the AGP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:02.913733"], ["updated_at", "2016-10-06 15:36:02.913733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eligendi quo impedit.\",\"text\":\"Hacking the transmitter won't do anything, we need to synthesize the mobile scsi monitor!\"}"], ["created_at", "2016-10-06 15:36:02.914832"], ["updated_at", "2016-10-06 15:36:02.914832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas est et aliquid rerum.\",\"text\":\"We need to quantify the bluetooth XSS driver!\"}"], ["created_at", "2016-10-06 15:36:02.915808"], ["updated_at", "2016-10-06 15:36:02.915808"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta corporis placeat in ullam qui.\",\"text\":\"Quantifying the panel won't do anything, we need to calculate the haptic gb firewall!\"}"], ["created_at", "2016-10-06 15:36:02.916792"], ["updated_at", "2016-10-06 15:36:02.916792"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim ullam eius.\",\"text\":\"You can't program the pixel without transmitting the primary SSL hard drive!\"}"], ["created_at", "2016-10-06 15:36:02.917710"], ["updated_at", "2016-10-06 15:36:02.917710"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa sunt vitae enim a et et.\",\"text\":\"Use the digital RAM port, then you can transmit the multi-byte panel!\"}"], ["created_at", "2016-10-06 15:36:02.918637"], ["updated_at", "2016-10-06 15:36:02.918637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus ad eum qui placeat quae sed hic.\",\"text\":\"I'll bypass the multi-byte AI protocol, that should microchip the RAM alarm!\"}"], ["created_at", "2016-10-06 15:36:02.919610"], ["updated_at", "2016-10-06 15:36:02.919610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni repudiandae sint.\",\"text\":\"If we parse the program, we can get to the SMTP port through the 1080p COM bus!\"}"], ["created_at", "2016-10-06 15:36:02.920554"], ["updated_at", "2016-10-06 15:36:02.920554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias quos ratione commodi id ut illo reiciendis.\",\"text\":\"You can't compress the system without programming the auxiliary IB sensor!\"}"], ["created_at", "2016-10-06 15:36:02.921572"], ["updated_at", "2016-10-06 15:36:02.921572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque dolores ut minus exercitationem tenetur.\",\"text\":\"We need to override the mobile AI feed!\"}"], ["created_at", "2016-10-06 15:36:02.922537"], ["updated_at", "2016-10-06 15:36:02.922537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum id vero.\",\"text\":\"If we transmit the transmitter, we can get to the AI firewall through the haptic JSON bus!\"}"], ["created_at", "2016-10-06 15:36:02.923478"], ["updated_at", "2016-10-06 15:36:02.923478"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim cum culpa repellat possimus consequatur qui vel.\",\"text\":\"I'll generate the solid state THX protocol, that should matrix the CSS driver!\"}"], ["created_at", "2016-10-06 15:36:02.924414"], ["updated_at", "2016-10-06 15:36:02.924414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti aut recusandae ut.\",\"text\":\"Calculating the microchip won't do anything, we need to generate the 1080p scsi interface!\"}"], ["created_at", "2016-10-06 15:36:02.925325"], ["updated_at", "2016-10-06 15:36:02.925325"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut provident sed et officiis aut qui velit.\",\"text\":\"Try to calculate the IB capacitor, maybe it will hack the multi-byte bus!\"}"], ["created_at", "2016-10-06 15:36:02.926276"], ["updated_at", "2016-10-06 15:36:02.926276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum officiis occaecati et earum laboriosam.\",\"text\":\"I'll parse the bluetooth GB panel, that should interface the SMS pixel!\"}"], ["created_at", "2016-10-06 15:36:02.927220"], ["updated_at", "2016-10-06 15:36:02.927220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt molestiae voluptate molestias autem quis voluptatibus.\",\"text\":\"If we parse the feed, we can get to the TCP firewall through the optical IB microchip!\"}"], ["created_at", "2016-10-06 15:36:02.928168"], ["updated_at", "2016-10-06 15:36:02.928168"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam provident ratione doloribus.\",\"text\":\"Generating the feed won't do anything, we need to hack the bluetooth thx system!\"}"], ["created_at", "2016-10-06 15:36:02.929093"], ["updated_at", "2016-10-06 15:36:02.929093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut pariatur non ab et nihil.\",\"text\":\"Try to input the SMTP array, maybe it will copy the cross-platform bandwidth!\"}"], ["created_at", "2016-10-06 15:36:02.930103"], ["updated_at", "2016-10-06 15:36:02.930103"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim et odit sequi iste libero et quia.\",\"text\":\"Parsing the pixel won't do anything, we need to hack the redundant rss pixel!\"}"], ["created_at", "2016-10-06 15:36:02.931071"], ["updated_at", "2016-10-06 15:36:02.931071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi maiores excepturi.\",\"text\":\"We need to quantify the redundant SAS monitor!\"}"], ["created_at", "2016-10-06 15:36:02.932012"], ["updated_at", "2016-10-06 15:36:02.932012"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci dolor voluptatem debitis voluptas atque molestiae.\",\"text\":\"The XSS feed is down, hack the haptic program so we can copy the SDD matrix!\"}"], ["created_at", "2016-10-06 15:36:02.932922"], ["updated_at", "2016-10-06 15:36:02.932922"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cumque ut assumenda ea ea provident nisi.\",\"text\":\"I'll synthesize the redundant CSS protocol, that should program the TCP microchip!\"}"], ["created_at", "2016-10-06 15:36:02.933844"], ["updated_at", "2016-10-06 15:36:02.933844"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet vel ducimus occaecati aspernatur magnam aut.\",\"text\":\"If we calculate the array, we can get to the FTP protocol through the optical SSL transmitter!\"}"], ["created_at", "2016-10-06 15:36:02.934809"], ["updated_at", "2016-10-06 15:36:02.934809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem rerum qui suscipit voluptas.\",\"text\":\"I'll generate the digital AI driver, that should protocol the COM bandwidth!\"}"], ["created_at", "2016-10-06 15:36:02.935858"], ["updated_at", "2016-10-06 15:36:02.935858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias molestiae natus qui mollitia eaque non vel.\",\"text\":\"Copying the bus won't do anything, we need to copy the haptic ai transmitter!\"}"], ["created_at", "2016-10-06 15:36:02.936848"], ["updated_at", "2016-10-06 15:36:02.936848"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem architecto est omnis temporibus et ea voluptatem.\",\"text\":\"You can't reboot the interface without transmitting the virtual SSL card!\"}"], ["created_at", "2016-10-06 15:36:02.937842"], ["updated_at", "2016-10-06 15:36:02.937842"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis et placeat.\",\"text\":\"I'll hack the bluetooth FTP interface, that should application the XML sensor!\"}"], ["created_at", "2016-10-06 15:36:02.938897"], ["updated_at", "2016-10-06 15:36:02.938897"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas praesentium qui qui qui at dolores.\",\"text\":\"You can't index the system without overriding the online GB port!\"}"], ["created_at", "2016-10-06 15:36:02.939827"], ["updated_at", "2016-10-06 15:36:02.939827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus id commodi exercitationem aliquam.\",\"text\":\"You can't compress the driver without hacking the optical SCSI transmitter!\"}"], ["created_at", "2016-10-06 15:36:02.940804"], ["updated_at", "2016-10-06 15:36:02.940804"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem qui voluptatibus commodi.\",\"text\":\"Quantifying the circuit won't do anything, we need to transmit the haptic ai hard drive!\"}"], ["created_at", "2016-10-06 15:36:02.941749"], ["updated_at", "2016-10-06 15:36:02.941749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita dolor occaecati exercitationem qui.\",\"text\":\"If we copy the protocol, we can get to the XML array through the solid state SMS sensor!\"}"], ["created_at", "2016-10-06 15:36:02.942702"], ["updated_at", "2016-10-06 15:36:02.942702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi et dolor inventore voluptatem.\",\"text\":\"We need to navigate the open-source PNG bandwidth!\"}"], ["created_at", "2016-10-06 15:36:02.943624"], ["updated_at", "2016-10-06 15:36:02.943624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit suscipit hic.\",\"text\":\"We need to compress the mobile HTTP card!\"}"], ["created_at", "2016-10-06 15:36:02.944565"], ["updated_at", "2016-10-06 15:36:02.944565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex quos minima.\",\"text\":\"Calculating the feed won't do anything, we need to hack the 1080p http driver!\"}"], ["created_at", "2016-10-06 15:36:02.945497"], ["updated_at", "2016-10-06 15:36:02.945497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est amet rerum.\",\"text\":\"You can't parse the interface without compressing the mobile SMS sensor!\"}"], ["created_at", "2016-10-06 15:36:02.946515"], ["updated_at", "2016-10-06 15:36:02.946515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti maiores eum.\",\"text\":\"Use the redundant EXE port, then you can transmit the primary driver!\"}"], ["created_at", "2016-10-06 15:36:02.947427"], ["updated_at", "2016-10-06 15:36:02.947427"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit maiores est quisquam explicabo unde.\",\"text\":\"We need to back up the wireless SCSI port!\"}"], ["created_at", "2016-10-06 15:36:02.948445"], ["updated_at", "2016-10-06 15:36:02.948445"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptates aut velit.\",\"text\":\"Programming the interface won't do anything, we need to hack the optical ram program!\"}"], ["created_at", "2016-10-06 15:36:02.949460"], ["updated_at", "2016-10-06 15:36:02.949460"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid quod hic omnis velit.\",\"text\":\"We need to navigate the open-source XSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:02.951640"], ["updated_at", "2016-10-06 15:36:02.951640"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit vel eos voluptatem eligendi.\",\"text\":\"I'll bypass the bluetooth TCP firewall, that should microchip the HDD feed!\"}"], ["created_at", "2016-10-06 15:36:02.952819"], ["updated_at", "2016-10-06 15:36:02.952819"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic repellendus facilis ipsam voluptas dolor ut.\",\"text\":\"If we quantify the application, we can get to the RSS interface through the virtual PCI microchip!\"}"], ["created_at", "2016-10-06 15:36:02.953837"], ["updated_at", "2016-10-06 15:36:02.953837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit libero optio similique dolor quia.\",\"text\":\"I'll compress the solid state RAM monitor, that should hard drive the RAM driver!\"}"], ["created_at", "2016-10-06 15:36:02.954962"], ["updated_at", "2016-10-06 15:36:02.954962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto architecto earum illum est iure ad perspiciatis.\",\"text\":\"If we generate the matrix, we can get to the THX application through the haptic GB protocol!\"}"], ["created_at", "2016-10-06 15:36:02.955950"], ["updated_at", "2016-10-06 15:36:02.955950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos officiis dolores.\",\"text\":\"If we back up the application, we can get to the JSON pixel through the online PNG firewall!\"}"], ["created_at", "2016-10-06 15:36:02.956913"], ["updated_at", "2016-10-06 15:36:02.956913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure voluptate aliquid quibusdam dolorem debitis laudantium.\",\"text\":\"You can't input the port without synthesizing the multi-byte SCSI bandwidth!\"}"], ["created_at", "2016-10-06 15:36:02.957999"], ["updated_at", "2016-10-06 15:36:02.957999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta est et fugiat.\",\"text\":\"Transmitting the interface won't do anything, we need to hack the redundant usb firewall!\"}"], ["created_at", "2016-10-06 15:36:02.959067"], ["updated_at", "2016-10-06 15:36:02.959067"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum tempore natus explicabo rerum possimus quos.\",\"text\":\"We need to parse the bluetooth XSS sensor!\"}"], ["created_at", "2016-10-06 15:36:02.960112"], ["updated_at", "2016-10-06 15:36:02.960112"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos debitis consequatur magni temporibus placeat odit.\",\"text\":\"Try to index the USB protocol, maybe it will input the cross-platform driver!\"}"], ["created_at", "2016-10-06 15:36:02.961184"], ["updated_at", "2016-10-06 15:36:02.961184"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum explicabo dolorem magnam.\",\"text\":\"Use the virtual GB circuit, then you can navigate the back-end application!\"}"], ["created_at", "2016-10-06 15:36:02.962307"], ["updated_at", "2016-10-06 15:36:02.962307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi quis nisi corrupti.\",\"text\":\"Transmitting the protocol won't do anything, we need to generate the cross-platform png application!\"}"], ["created_at", "2016-10-06 15:36:02.963429"], ["updated_at", "2016-10-06 15:36:02.963429"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui commodi est quia.\",\"text\":\"We need to generate the open-source FTP panel!\"}"], ["created_at", "2016-10-06 15:36:02.964526"], ["updated_at", "2016-10-06 15:36:02.964526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur temporibus nesciunt.\",\"text\":\"You can't quantify the circuit without copying the wireless JSON pixel!\"}"], ["created_at", "2016-10-06 15:36:02.965632"], ["updated_at", "2016-10-06 15:36:02.965632"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio harum non rem voluptas enim aut.\",\"text\":\"You can't quantify the firewall without backing up the optical SQL pixel!\"}"], ["created_at", "2016-10-06 15:36:02.966728"], ["updated_at", "2016-10-06 15:36:02.966728"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A ipsam quidem unde vel sint.\",\"text\":\"Try to index the RAM driver, maybe it will override the solid state monitor!\"}"], ["created_at", "2016-10-06 15:36:02.967832"], ["updated_at", "2016-10-06 15:36:02.967832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem dolor possimus harum odit laudantium.\",\"text\":\"If we hack the protocol, we can get to the JSON matrix through the wireless AGP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:02.968944"], ["updated_at", "2016-10-06 15:36:02.968944"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam enim cum et sequi beatae optio voluptatum.\",\"text\":\"Use the auxiliary USB matrix, then you can index the bluetooth microchip!\"}"], ["created_at", "2016-10-06 15:36:02.970087"], ["updated_at", "2016-10-06 15:36:02.970087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro voluptatem quia distinctio error est cumque.\",\"text\":\"We need to calculate the cross-platform EXE pixel!\"}"], ["created_at", "2016-10-06 15:36:02.971259"], ["updated_at", "2016-10-06 15:36:02.971259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste rerum suscipit quos illum qui quidem.\",\"text\":\"I'll connect the back-end JSON capacitor, that should port the THX bandwidth!\"}"], ["created_at", "2016-10-06 15:36:02.972412"], ["updated_at", "2016-10-06 15:36:02.972412"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error voluptates eos nesciunt earum numquam voluptatum.\",\"text\":\"The PCI bus is down, back up the back-end pixel so we can copy the ADP port!\"}"], ["created_at", "2016-10-06 15:36:02.973533"], ["updated_at", "2016-10-06 15:36:02.973533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi temporibus impedit excepturi.\",\"text\":\"The JSON firewall is down, program the back-end card so we can back up the GB application!\"}"], ["created_at", "2016-10-06 15:36:02.974663"], ["updated_at", "2016-10-06 15:36:02.974663"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta adipisci mollitia ipsa.\",\"text\":\"Use the multi-byte HTTP feed, then you can copy the open-source alarm!\"}"], ["created_at", "2016-10-06 15:36:02.975786"], ["updated_at", "2016-10-06 15:36:02.975786"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut rerum officia.\",\"text\":\"If we bypass the microchip, we can get to the RAM system through the redundant PCI application!\"}"], ["created_at", "2016-10-06 15:36:02.976905"], ["updated_at", "2016-10-06 15:36:02.976905"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque laudantium voluptatem velit.\",\"text\":\"You can't back up the panel without bypassing the primary RSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:02.978030"], ["updated_at", "2016-10-06 15:36:02.978030"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor explicabo est.\",\"text\":\"If we synthesize the bus, we can get to the SQL system through the cross-platform USB system!\"}"], ["created_at", "2016-10-06 15:36:02.979188"], ["updated_at", "2016-10-06 15:36:02.979188"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore pariatur iusto.\",\"text\":\"Use the online RAM card, then you can synthesize the online protocol!\"}"], ["created_at", "2016-10-06 15:36:02.980380"], ["updated_at", "2016-10-06 15:36:02.980380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab excepturi rerum repudiandae quo minus dolorum labore.\",\"text\":\"If we back up the transmitter, we can get to the SSL program through the haptic COM program!\"}"], ["created_at", "2016-10-06 15:36:02.981565"], ["updated_at", "2016-10-06 15:36:02.981565"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt consequatur aut repellat.\",\"text\":\"If we quantify the array, we can get to the AI feed through the online COM protocol!\"}"], ["created_at", "2016-10-06 15:36:02.982682"], ["updated_at", "2016-10-06 15:36:02.982682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptas consequatur expedita perspiciatis nesciunt.\",\"text\":\"Calculating the program won't do anything, we need to override the redundant png application!\"}"], ["created_at", "2016-10-06 15:36:02.987579"], ["updated_at", "2016-10-06 15:36:02.987579"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione reiciendis numquam eos consectetur deleniti non rem.\",\"text\":\"You can't generate the sensor without transmitting the cross-platform CSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:02.988649"], ["updated_at", "2016-10-06 15:36:02.988649"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia necessitatibus et aspernatur consequatur perferendis quod.\",\"text\":\"If we synthesize the capacitor, we can get to the IB driver through the open-source PNG panel!\"}"], ["created_at", "2016-10-06 15:36:02.989624"], ["updated_at", "2016-10-06 15:36:02.989624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum perferendis ut unde qui ut nostrum vitae.\",\"text\":\"Backing up the pixel won't do anything, we need to calculate the redundant sas monitor!\"}"], ["created_at", "2016-10-06 15:36:02.990581"], ["updated_at", "2016-10-06 15:36:02.990581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis aliquam ipsam sint ad qui.\",\"text\":\"Try to copy the JSON feed, maybe it will synthesize the optical circuit!\"}"], ["created_at", "2016-10-06 15:36:02.991470"], ["updated_at", "2016-10-06 15:36:02.991470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem molestias ut rerum quia repellendus.\",\"text\":\"We need to generate the optical HDD application!\"}"], ["created_at", "2016-10-06 15:36:02.992404"], ["updated_at", "2016-10-06 15:36:02.992404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum nesciunt doloribus dolores voluptate velit.\",\"text\":\"Overriding the microchip won't do anything, we need to bypass the online scsi system!\"}"], ["created_at", "2016-10-06 15:36:02.993345"], ["updated_at", "2016-10-06 15:36:02.993345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate est deleniti autem in quia sed et.\",\"text\":\"The RAM interface is down, connect the optical panel so we can index the RAM bandwidth!\"}"], ["created_at", "2016-10-06 15:36:02.994307"], ["updated_at", "2016-10-06 15:36:02.994307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur molestiae quo ut nemo eligendi.\",\"text\":\"You can't generate the driver without parsing the open-source AGP circuit!\"}"], ["created_at", "2016-10-06 15:36:02.995206"], ["updated_at", "2016-10-06 15:36:02.995206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita alias ut dolores accusamus est.\",\"text\":\"Use the primary HTTP application, then you can calculate the virtual bus!\"}"], ["created_at", "2016-10-06 15:36:02.996157"], ["updated_at", "2016-10-06 15:36:02.996157"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi aliquam illo aut sint.\",\"text\":\"If we copy the pixel, we can get to the SMTP microchip through the virtual GB transmitter!\"}"], ["created_at", "2016-10-06 15:36:02.997086"], ["updated_at", "2016-10-06 15:36:02.997086"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat voluptates error sit doloremque.\",\"text\":\"The PCI panel is down, generate the bluetooth array so we can calculate the TCP driver!\"}"], ["created_at", "2016-10-06 15:36:02.997999"], ["updated_at", "2016-10-06 15:36:02.997999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa dolor consequatur fugit tempore nisi.\",\"text\":\"The IB array is down, parse the mobile bandwidth so we can synthesize the HDD application!\"}"], ["created_at", "2016-10-06 15:36:02.998925"], ["updated_at", "2016-10-06 15:36:02.998925"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium quaerat vel exercitationem eveniet dolor libero est.\",\"text\":\"The SQL protocol is down, reboot the digital driver so we can quantify the HDD driver!\"}"], ["created_at", "2016-10-06 15:36:02.999853"], ["updated_at", "2016-10-06 15:36:02.999853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit omnis corporis voluptas magnam corrupti ut.\",\"text\":\"Use the redundant HTTP program, then you can reboot the bluetooth hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.000842"], ["updated_at", "2016-10-06 15:36:03.000842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut eum aperiam.\",\"text\":\"Use the haptic USB bandwidth, then you can bypass the wireless circuit!\"}"], ["created_at", "2016-10-06 15:36:03.001759"], ["updated_at", "2016-10-06 15:36:03.001759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis ut aut ad veniam enim cupiditate.\",\"text\":\"Use the mobile PCI driver, then you can copy the bluetooth protocol!\"}"], ["created_at", "2016-10-06 15:36:03.002890"], ["updated_at", "2016-10-06 15:36:03.002890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia voluptatem qui non nihil neque laudantium.\",\"text\":\"Use the online TCP transmitter, then you can hack the primary array!\"}"], ["created_at", "2016-10-06 15:36:03.003864"], ["updated_at", "2016-10-06 15:36:03.003864"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit aut at quam.\",\"text\":\"Use the digital THX array, then you can calculate the wireless card!\"}"], ["created_at", "2016-10-06 15:36:03.004870"], ["updated_at", "2016-10-06 15:36:03.004870"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat aperiam commodi eum possimus dolore quidem.\",\"text\":\"If we synthesize the matrix, we can get to the AGP panel through the optical RAM capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.006377"], ["updated_at", "2016-10-06 15:36:03.006377"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta voluptatem non.\",\"text\":\"The SMTP circuit is down, parse the online program so we can calculate the SMTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.007921"], ["updated_at", "2016-10-06 15:36:03.007921"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias consequatur reprehenderit et cumque aut non.\",\"text\":\"Navigating the microchip won't do anything, we need to override the wireless agp program!\"}"], ["created_at", "2016-10-06 15:36:03.009217"], ["updated_at", "2016-10-06 15:36:03.009217"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At vero ex sit autem et autem.\",\"text\":\"If we quantify the panel, we can get to the SQL capacitor through the back-end THX bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.011560"], ["updated_at", "2016-10-06 15:36:03.011560"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem itaque amet ducimus tempore ut.\",\"text\":\"We need to transmit the redundant FTP monitor!\"}"], ["created_at", "2016-10-06 15:36:03.013714"], ["updated_at", "2016-10-06 15:36:03.013714"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium ut expedita voluptatem doloribus voluptas.\",\"text\":\"You can't reboot the microchip without quantifying the haptic RAM card!\"}"], ["created_at", "2016-10-06 15:36:03.017016"], ["updated_at", "2016-10-06 15:36:03.017016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet soluta blanditiis suscipit aut aliquam et.\",\"text\":\"I'll back up the back-end RAM panel, that should matrix the SMS driver!\"}"], ["created_at", "2016-10-06 15:36:03.018303"], ["updated_at", "2016-10-06 15:36:03.018303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur fugit optio quibusdam laboriosam voluptate nisi.\",\"text\":\"Backing up the feed won't do anything, we need to connect the cross-platform sdd transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.019274"], ["updated_at", "2016-10-06 15:36:03.019274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quis nemo.\",\"text\":\"I'll synthesize the redundant XML alarm, that should program the USB array!\"}"], ["created_at", "2016-10-06 15:36:03.020180"], ["updated_at", "2016-10-06 15:36:03.020180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut tempore quo aut nesciunt soluta dignissimos nostrum.\",\"text\":\"The SQL monitor is down, copy the optical firewall so we can generate the XML panel!\"}"], ["created_at", "2016-10-06 15:36:03.021196"], ["updated_at", "2016-10-06 15:36:03.021196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit adipisci magnam odio.\",\"text\":\"Try to synthesize the HDD capacitor, maybe it will compress the bluetooth array!\"}"], ["created_at", "2016-10-06 15:36:03.022247"], ["updated_at", "2016-10-06 15:36:03.022247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum dolorem placeat.\",\"text\":\"Use the bluetooth JSON feed, then you can quantify the back-end protocol!\"}"], ["created_at", "2016-10-06 15:36:03.023150"], ["updated_at", "2016-10-06 15:36:03.023150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptatum veniam id repellendus quo.\",\"text\":\"Try to copy the HDD alarm, maybe it will generate the solid state circuit!\"}"], ["created_at", "2016-10-06 15:36:03.024077"], ["updated_at", "2016-10-06 15:36:03.024077"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel iure aut sint est consequatur aut.\",\"text\":\"I'll program the digital HDD pixel, that should bandwidth the JBOD protocol!\"}"], ["created_at", "2016-10-06 15:36:03.025007"], ["updated_at", "2016-10-06 15:36:03.025007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim quasi voluptate nihil.\",\"text\":\"Try to generate the SAS sensor, maybe it will bypass the bluetooth driver!\"}"], ["created_at", "2016-10-06 15:36:03.025960"], ["updated_at", "2016-10-06 15:36:03.025960"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt aperiam beatae.\",\"text\":\"If we compress the capacitor, we can get to the JSON feed through the 1080p EXE port!\"}"], ["created_at", "2016-10-06 15:36:03.026963"], ["updated_at", "2016-10-06 15:36:03.026963"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum aperiam aut qui.\",\"text\":\"We need to back up the online FTP program!\"}"], ["created_at", "2016-10-06 15:36:03.028180"], ["updated_at", "2016-10-06 15:36:03.028180"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis et impedit.\",\"text\":\"I'll hack the auxiliary AGP system, that should capacitor the JBOD application!\"}"], ["created_at", "2016-10-06 15:36:03.029364"], ["updated_at", "2016-10-06 15:36:03.029364"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat at soluta hic animi voluptas voluptatem itaque.\",\"text\":\"If we program the feed, we can get to the SMS circuit through the mobile ADP monitor!\"}"], ["created_at", "2016-10-06 15:36:03.030510"], ["updated_at", "2016-10-06 15:36:03.030510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci voluptates temporibus distinctio quis aut officia.\",\"text\":\"Transmitting the pixel won't do anything, we need to hack the haptic ftp bus!\"}"], ["created_at", "2016-10-06 15:36:03.031676"], ["updated_at", "2016-10-06 15:36:03.031676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio ducimus quisquam libero pariatur.\",\"text\":\"You can't back up the microchip without generating the neural SQL microchip!\"}"], ["created_at", "2016-10-06 15:36:03.032734"], ["updated_at", "2016-10-06 15:36:03.032734"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem est nemo.\",\"text\":\"You can't calculate the feed without generating the bluetooth HDD program!\"}"], ["created_at", "2016-10-06 15:36:03.033876"], ["updated_at", "2016-10-06 15:36:03.033876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab rerum quia.\",\"text\":\"Try to copy the SQL microchip, maybe it will override the optical feed!\"}"], ["created_at", "2016-10-06 15:36:03.034974"], ["updated_at", "2016-10-06 15:36:03.034974"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda enim sapiente veniam expedita molestias.\",\"text\":\"Navigating the system won't do anything, we need to transmit the cross-platform ssl transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.035995"], ["updated_at", "2016-10-06 15:36:03.035995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut iure omnis distinctio nesciunt.\",\"text\":\"If we bypass the bandwidth, we can get to the SMTP port through the multi-byte COM card!\"}"], ["created_at", "2016-10-06 15:36:03.037044"], ["updated_at", "2016-10-06 15:36:03.037044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit deleniti amet.\",\"text\":\"The COM port is down, program the primary bandwidth so we can quantify the TCP program!\"}"], ["created_at", "2016-10-06 15:36:03.038085"], ["updated_at", "2016-10-06 15:36:03.038085"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt quisquam consequatur aut.\",\"text\":\"We need to calculate the digital COM transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.039170"], ["updated_at", "2016-10-06 15:36:03.039170"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et repudiandae perferendis illo aut qui a quibusdam.\",\"text\":\"Use the 1080p XML panel, then you can copy the open-source application!\"}"], ["created_at", "2016-10-06 15:36:03.040091"], ["updated_at", "2016-10-06 15:36:03.040091"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores perspiciatis accusamus occaecati corrupti voluptatem ut ipsam.\",\"text\":\"I'll hack the haptic JBOD transmitter, that should pixel the USB circuit!\"}"], ["created_at", "2016-10-06 15:36:03.041033"], ["updated_at", "2016-10-06 15:36:03.041033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error impedit nesciunt natus mollitia tempore iusto aliquam.\",\"text\":\"You can't transmit the capacitor without quantifying the auxiliary RAM sensor!\"}"], ["created_at", "2016-10-06 15:36:03.041953"], ["updated_at", "2016-10-06 15:36:03.041953"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ullam est quisquam quas.\",\"text\":\"If we hack the protocol, we can get to the THX firewall through the 1080p HTTP sensor!\"}"], ["created_at", "2016-10-06 15:36:03.042865"], ["updated_at", "2016-10-06 15:36:03.042865"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati qui aut odio.\",\"text\":\"Try to program the COM port, maybe it will bypass the online alarm!\"}"], ["created_at", "2016-10-06 15:36:03.043787"], ["updated_at", "2016-10-06 15:36:03.043787"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut illum commodi vero.\",\"text\":\"I'll transmit the digital TCP driver, that should pixel the RAM hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.044725"], ["updated_at", "2016-10-06 15:36:03.044725"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque consectetur architecto sint ea.\",\"text\":\"Navigating the hard drive won't do anything, we need to parse the primary thx interface!\"}"], ["created_at", "2016-10-06 15:36:03.046069"], ["updated_at", "2016-10-06 15:36:03.046069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni neque porro maxime ut et similique quisquam.\",\"text\":\"Try to override the PCI port, maybe it will quantify the mobile panel!\"}"], ["created_at", "2016-10-06 15:36:03.047115"], ["updated_at", "2016-10-06 15:36:03.047115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste ullam quasi quibusdam necessitatibus et aliquam.\",\"text\":\"You can't bypass the feed without parsing the haptic SSL hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.048058"], ["updated_at", "2016-10-06 15:36:03.048058"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam perspiciatis necessitatibus amet tenetur molestiae omnis.\",\"text\":\"Try to program the CSS system, maybe it will transmit the solid state system!\"}"], ["created_at", "2016-10-06 15:36:03.049079"], ["updated_at", "2016-10-06 15:36:03.049079"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem architecto sunt ea vel.\",\"text\":\"You can't reboot the firewall without compressing the back-end TCP port!\"}"], ["created_at", "2016-10-06 15:36:03.050150"], ["updated_at", "2016-10-06 15:36:03.050150"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aliquam impedit placeat rem perferendis eligendi.\",\"text\":\"Try to generate the HDD interface, maybe it will generate the solid state array!\"}"], ["created_at", "2016-10-06 15:36:03.052280"], ["updated_at", "2016-10-06 15:36:03.052280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste qui odit.\",\"text\":\"Use the mobile AGP interface, then you can generate the auxiliary feed!\"}"], ["created_at", "2016-10-06 15:36:03.053465"], ["updated_at", "2016-10-06 15:36:03.053465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet voluptates pariatur cum.\",\"text\":\"Try to back up the EXE feed, maybe it will synthesize the mobile hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.054519"], ["updated_at", "2016-10-06 15:36:03.054519"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab nesciunt mollitia nulla assumenda omnis.\",\"text\":\"If we quantify the application, we can get to the SDD application through the cross-platform SMS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.055488"], ["updated_at", "2016-10-06 15:36:03.055488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum mollitia alias voluptas ut incidunt.\",\"text\":\"Use the open-source IB alarm, then you can index the auxiliary matrix!\"}"], ["created_at", "2016-10-06 15:36:03.056393"], ["updated_at", "2016-10-06 15:36:03.056393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut repudiandae rerum est nihil.\",\"text\":\"Use the wireless CSS alarm, then you can calculate the wireless transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.057388"], ["updated_at", "2016-10-06 15:36:03.057388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque eligendi hic magni.\",\"text\":\"Use the multi-byte SQL capacitor, then you can transmit the 1080p alarm!\"}"], ["created_at", "2016-10-06 15:36:03.058423"], ["updated_at", "2016-10-06 15:36:03.058423"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum quidem blanditiis.\",\"text\":\"Calculating the pixel won't do anything, we need to generate the haptic png system!\"}"], ["created_at", "2016-10-06 15:36:03.059361"], ["updated_at", "2016-10-06 15:36:03.059361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et error dolorum.\",\"text\":\"The SSL hard drive is down, index the neural protocol so we can override the SDD panel!\"}"], ["created_at", "2016-10-06 15:36:03.060257"], ["updated_at", "2016-10-06 15:36:03.060257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat aut omnis molestias mollitia totam.\",\"text\":\"I'll program the optical RAM firewall, that should sensor the CSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.061200"], ["updated_at", "2016-10-06 15:36:03.061200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat iste necessitatibus alias quo placeat perferendis fuga.\",\"text\":\"The SMTP protocol is down, navigate the digital driver so we can quantify the FTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.062150"], ["updated_at", "2016-10-06 15:36:03.062150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit eum eaque.\",\"text\":\"I'll connect the optical AGP circuit, that should circuit the EXE protocol!\"}"], ["created_at", "2016-10-06 15:36:03.063104"], ["updated_at", "2016-10-06 15:36:03.063104"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui adipisci voluptatem sint voluptate.\",\"text\":\"Try to index the SQL system, maybe it will program the primary array!\"}"], ["created_at", "2016-10-06 15:36:03.064003"], ["updated_at", "2016-10-06 15:36:03.064003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi reiciendis earum deserunt accusamus alias est.\",\"text\":\"I'll parse the multi-byte EXE protocol, that should matrix the SCSI driver!\"}"], ["created_at", "2016-10-06 15:36:03.064934"], ["updated_at", "2016-10-06 15:36:03.064934"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil aut eligendi nostrum quae.\",\"text\":\"You can't hack the microchip without generating the back-end RAM interface!\"}"], ["created_at", "2016-10-06 15:36:03.065857"], ["updated_at", "2016-10-06 15:36:03.065857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia est voluptas atque nobis magni vero.\",\"text\":\"I'll input the open-source RSS microchip, that should firewall the SAS monitor!\"}"], ["created_at", "2016-10-06 15:36:03.066856"], ["updated_at", "2016-10-06 15:36:03.066856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores temporibus maiores.\",\"text\":\"Backing up the array won't do anything, we need to synthesize the redundant jbod sensor!\"}"], ["created_at", "2016-10-06 15:36:03.067770"], ["updated_at", "2016-10-06 15:36:03.067770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem animi reprehenderit sequi laboriosam sunt.\",\"text\":\"We need to bypass the haptic RSS card!\"}"], ["created_at", "2016-10-06 15:36:03.068711"], ["updated_at", "2016-10-06 15:36:03.068711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam excepturi quas ut harum maxime.\",\"text\":\"Hacking the application won't do anything, we need to calculate the wireless http matrix!\"}"], ["created_at", "2016-10-06 15:36:03.069640"], ["updated_at", "2016-10-06 15:36:03.069640"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim neque corporis maiores voluptas culpa.\",\"text\":\"Try to hack the AI interface, maybe it will back up the auxiliary array!\"}"], ["created_at", "2016-10-06 15:36:03.070552"], ["updated_at", "2016-10-06 15:36:03.070552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia aliquam saepe.\",\"text\":\"Try to transmit the HTTP alarm, maybe it will synthesize the back-end driver!\"}"], ["created_at", "2016-10-06 15:36:03.071527"], ["updated_at", "2016-10-06 15:36:03.071527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt consequatur et ea dolor ipsum.\",\"text\":\"We need to calculate the online ADP circuit!\"}"], ["created_at", "2016-10-06 15:36:03.072476"], ["updated_at", "2016-10-06 15:36:03.072476"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos beatae quibusdam cumque deleniti omnis.\",\"text\":\"Copying the protocol won't do anything, we need to transmit the neural tcp program!\"}"], ["created_at", "2016-10-06 15:36:03.073420"], ["updated_at", "2016-10-06 15:36:03.073420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis quibusdam error ipsa ut et.\",\"text\":\"Synthesizing the interface won't do anything, we need to compress the solid state css bus!\"}"], ["created_at", "2016-10-06 15:36:03.074384"], ["updated_at", "2016-10-06 15:36:03.074384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus aut quo aliquam sapiente totam ipsam qui.\",\"text\":\"You can't bypass the array without transmitting the redundant FTP circuit!\"}"], ["created_at", "2016-10-06 15:36:03.075323"], ["updated_at", "2016-10-06 15:36:03.075323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci et aut veritatis.\",\"text\":\"We need to compress the back-end USB protocol!\"}"], ["created_at", "2016-10-06 15:36:03.076262"], ["updated_at", "2016-10-06 15:36:03.076262"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum fuga consequatur dolorem in voluptatem quo iure.\",\"text\":\"Parsing the protocol won't do anything, we need to compress the auxiliary sms pixel!\"}"], ["created_at", "2016-10-06 15:36:03.077194"], ["updated_at", "2016-10-06 15:36:03.077194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur id sed quod deleniti.\",\"text\":\"You can't generate the card without parsing the wireless HDD program!\"}"], ["created_at", "2016-10-06 15:36:03.078100"], ["updated_at", "2016-10-06 15:36:03.078100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos asperiores vel.\",\"text\":\"Programming the program won't do anything, we need to navigate the bluetooth ftp monitor!\"}"], ["created_at", "2016-10-06 15:36:03.079097"], ["updated_at", "2016-10-06 15:36:03.079097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit consequatur sit est.\",\"text\":\"Transmitting the card won't do anything, we need to reboot the multi-byte json protocol!\"}"], ["created_at", "2016-10-06 15:36:03.080076"], ["updated_at", "2016-10-06 15:36:03.080076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur et enim.\",\"text\":\"We need to override the neural PNG protocol!\"}"], ["created_at", "2016-10-06 15:36:03.081008"], ["updated_at", "2016-10-06 15:36:03.081008"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia voluptas qui ab aut.\",\"text\":\"Use the cross-platform IB system, then you can bypass the virtual system!\"}"], ["created_at", "2016-10-06 15:36:03.081902"], ["updated_at", "2016-10-06 15:36:03.081902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore neque dolores odit explicabo et.\",\"text\":\"We need to bypass the solid state TCP feed!\"}"], ["created_at", "2016-10-06 15:36:03.082928"], ["updated_at", "2016-10-06 15:36:03.082928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi beatae id eum earum quod.\",\"text\":\"If we parse the driver, we can get to the XSS pixel through the cross-platform AI transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.083893"], ["updated_at", "2016-10-06 15:36:03.083893"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam consectetur consequuntur reiciendis officia.\",\"text\":\"The XSS capacitor is down, connect the virtual feed so we can reboot the SSL array!\"}"], ["created_at", "2016-10-06 15:36:03.084829"], ["updated_at", "2016-10-06 15:36:03.084829"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eaque temporibus ipsa laborum.\",\"text\":\"You can't synthesize the application without overriding the optical SDD pixel!\"}"], ["created_at", "2016-10-06 15:36:03.085729"], ["updated_at", "2016-10-06 15:36:03.085729"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui nihil ea consequuntur.\",\"text\":\"I'll index the digital XML panel, that should microchip the THX application!\"}"], ["created_at", "2016-10-06 15:36:03.086709"], ["updated_at", "2016-10-06 15:36:03.086709"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit dolor nesciunt quisquam saepe vel reprehenderit.\",\"text\":\"Generating the sensor won't do anything, we need to hack the bluetooth xss array!\"}"], ["created_at", "2016-10-06 15:36:03.087979"], ["updated_at", "2016-10-06 15:36:03.087979"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed eius rerum porro.\",\"text\":\"The USB microchip is down, compress the online driver so we can navigate the ADP feed!\"}"], ["created_at", "2016-10-06 15:36:03.089183"], ["updated_at", "2016-10-06 15:36:03.089183"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos et quaerat provident.\",\"text\":\"I'll transmit the optical ADP card, that should capacitor the PCI capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.090136"], ["updated_at", "2016-10-06 15:36:03.090136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptatem ratione ipsum.\",\"text\":\"We need to input the haptic JBOD alarm!\"}"], ["created_at", "2016-10-06 15:36:03.091096"], ["updated_at", "2016-10-06 15:36:03.091096"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae quis a vel.\",\"text\":\"Synthesizing the panel won't do anything, we need to parse the haptic sas microchip!\"}"], ["created_at", "2016-10-06 15:36:03.092036"], ["updated_at", "2016-10-06 15:36:03.092036"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore ullam sit voluptatem vel alias error dolores.\",\"text\":\"I'll override the haptic SQL feed, that should driver the USB program!\"}"], ["created_at", "2016-10-06 15:36:03.092978"], ["updated_at", "2016-10-06 15:36:03.092978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste ducimus culpa et dolor quis.\",\"text\":\"The SDD program is down, transmit the digital alarm so we can back up the ADP array!\"}"], ["created_at", "2016-10-06 15:36:03.093869"], ["updated_at", "2016-10-06 15:36:03.093869"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem quis voluptas et cumque delectus.\",\"text\":\"Try to override the TCP hard drive, maybe it will transmit the mobile bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.094821"], ["updated_at", "2016-10-06 15:36:03.094821"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem quod est nesciunt aut quis ea et.\",\"text\":\"Try to override the THX interface, maybe it will index the solid state transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.095769"], ["updated_at", "2016-10-06 15:36:03.095769"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui non modi est.\",\"text\":\"I'll override the digital SMTP application, that should alarm the COM feed!\"}"], ["created_at", "2016-10-06 15:36:03.096738"], ["updated_at", "2016-10-06 15:36:03.096738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque molestias ratione.\",\"text\":\"We need to hack the optical XSS card!\"}"], ["created_at", "2016-10-06 15:36:03.097623"], ["updated_at", "2016-10-06 15:36:03.097623"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores ratione qui aliquam at.\",\"text\":\"We need to generate the wireless RSS pixel!\"}"], ["created_at", "2016-10-06 15:36:03.098569"], ["updated_at", "2016-10-06 15:36:03.098569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae ullam maiores est error consequuntur.\",\"text\":\"You can't copy the firewall without programming the haptic XSS matrix!\"}"], ["created_at", "2016-10-06 15:36:03.099527"], ["updated_at", "2016-10-06 15:36:03.099527"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum aut doloremque recusandae vel.\",\"text\":\"If we index the feed, we can get to the FTP bus through the optical JBOD alarm!\"}"], ["created_at", "2016-10-06 15:36:03.100477"], ["updated_at", "2016-10-06 15:36:03.100477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus aliquam sint reprehenderit alias quo quod sit.\",\"text\":\"Try to transmit the SAS bandwidth, maybe it will input the redundant matrix!\"}"], ["created_at", "2016-10-06 15:36:03.101373"], ["updated_at", "2016-10-06 15:36:03.101373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus consequatur cum sint.\",\"text\":\"Try to bypass the EXE program, maybe it will index the haptic array!\"}"], ["created_at", "2016-10-06 15:36:03.102327"], ["updated_at", "2016-10-06 15:36:03.102327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi laudantium incidunt facilis aut ullam.\",\"text\":\"I'll generate the digital XSS microchip, that should transmitter the RAM firewall!\"}"], ["created_at", "2016-10-06 15:36:03.103266"], ["updated_at", "2016-10-06 15:36:03.103266"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus quas maiores.\",\"text\":\"We need to transmit the cross-platform COM hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.104196"], ["updated_at", "2016-10-06 15:36:03.104196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro placeat quia doloremque vero asperiores.\",\"text\":\"You can't hack the alarm without copying the virtual PCI driver!\"}"], ["created_at", "2016-10-06 15:36:03.105123"], ["updated_at", "2016-10-06 15:36:03.105123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum voluptas est veritatis.\",\"text\":\"The CSS microchip is down, override the bluetooth application so we can synthesize the ADP panel!\"}"], ["created_at", "2016-10-06 15:36:03.106058"], ["updated_at", "2016-10-06 15:36:03.106058"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos ducimus et totam.\",\"text\":\"If we synthesize the protocol, we can get to the FTP bus through the mobile SMTP monitor!\"}"], ["created_at", "2016-10-06 15:36:03.107006"], ["updated_at", "2016-10-06 15:36:03.107006"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui itaque soluta rerum sed quasi vel exercitationem.\",\"text\":\"We need to index the optical PNG firewall!\"}"], ["created_at", "2016-10-06 15:36:03.107945"], ["updated_at", "2016-10-06 15:36:03.107945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt quia est illo.\",\"text\":\"We need to calculate the back-end JBOD port!\"}"], ["created_at", "2016-10-06 15:36:03.108835"], ["updated_at", "2016-10-06 15:36:03.108835"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis magnam sed neque et.\",\"text\":\"If we program the card, we can get to the RAM array through the mobile JSON hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.109778"], ["updated_at", "2016-10-06 15:36:03.109778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis dolorem autem voluptas.\",\"text\":\"Use the redundant COM feed, then you can connect the bluetooth sensor!\"}"], ["created_at", "2016-10-06 15:36:03.110733"], ["updated_at", "2016-10-06 15:36:03.110733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia corporis ipsa est.\",\"text\":\"I'll back up the back-end SMS panel, that should port the THX monitor!\"}"], ["created_at", "2016-10-06 15:36:03.111654"], ["updated_at", "2016-10-06 15:36:03.111654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui culpa eligendi fugit soluta cupiditate consequatur consequatur.\",\"text\":\"I'll program the multi-byte COM monitor, that should interface the ADP system!\"}"], ["created_at", "2016-10-06 15:36:03.112560"], ["updated_at", "2016-10-06 15:36:03.112560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem ducimus voluptates.\",\"text\":\"Use the mobile SDD interface, then you can back up the neural program!\"}"], ["created_at", "2016-10-06 15:36:03.113510"], ["updated_at", "2016-10-06 15:36:03.113510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero dolor quisquam ipsum inventore.\",\"text\":\"Use the solid state RAM application, then you can quantify the primary port!\"}"], ["created_at", "2016-10-06 15:36:03.114438"], ["updated_at", "2016-10-06 15:36:03.114438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At ea et.\",\"text\":\"If we back up the interface, we can get to the RSS alarm through the virtual GB circuit!\"}"], ["created_at", "2016-10-06 15:36:03.115392"], ["updated_at", "2016-10-06 15:36:03.115392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quidem sint blanditiis veritatis et.\",\"text\":\"Parsing the hard drive won't do anything, we need to override the auxiliary rss pixel!\"}"], ["created_at", "2016-10-06 15:36:03.116392"], ["updated_at", "2016-10-06 15:36:03.116392"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos dolorem aut neque aperiam voluptatibus provident eveniet.\",\"text\":\"If we program the pixel, we can get to the ADP microchip through the digital FTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.117439"], ["updated_at", "2016-10-06 15:36:03.117439"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt maxime aut.\",\"text\":\"You can't override the hard drive without indexing the solid state SAS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.119549"], ["updated_at", "2016-10-06 15:36:03.119549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis voluptates est aut facilis delectus.\",\"text\":\"I'll synthesize the neural FTP panel, that should sensor the PNG bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.120871"], ["updated_at", "2016-10-06 15:36:03.120871"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate ratione sint aut nam rerum corrupti ducimus.\",\"text\":\"Try to hack the HDD driver, maybe it will quantify the cross-platform bus!\"}"], ["created_at", "2016-10-06 15:36:03.121886"], ["updated_at", "2016-10-06 15:36:03.121886"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil dignissimos dolorem.\",\"text\":\"We need to transmit the optical PCI transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.122870"], ["updated_at", "2016-10-06 15:36:03.122870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam deleniti a totam nisi tenetur omnis.\",\"text\":\"Use the bluetooth SMS matrix, then you can connect the haptic bus!\"}"], ["created_at", "2016-10-06 15:36:03.123803"], ["updated_at", "2016-10-06 15:36:03.123803"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quaerat voluptatem.\",\"text\":\"You can't compress the port without hacking the mobile TCP matrix!\"}"], ["created_at", "2016-10-06 15:36:03.124730"], ["updated_at", "2016-10-06 15:36:03.124730"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui provident enim reiciendis autem.\",\"text\":\"Use the haptic SDD firewall, then you can synthesize the redundant bus!\"}"], ["created_at", "2016-10-06 15:36:03.125625"], ["updated_at", "2016-10-06 15:36:03.125625"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam natus dolorem.\",\"text\":\"Use the virtual IB alarm, then you can bypass the open-source system!\"}"], ["created_at", "2016-10-06 15:36:03.126568"], ["updated_at", "2016-10-06 15:36:03.126568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis et et consequatur iste.\",\"text\":\"The RAM matrix is down, back up the virtual bus so we can navigate the AGP driver!\"}"], ["created_at", "2016-10-06 15:36:03.127532"], ["updated_at", "2016-10-06 15:36:03.127532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur totam culpa blanditiis.\",\"text\":\"If we quantify the sensor, we can get to the IB program through the haptic AGP program!\"}"], ["created_at", "2016-10-06 15:36:03.128465"], ["updated_at", "2016-10-06 15:36:03.128465"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas tenetur voluptatum sit libero ducimus.\",\"text\":\"The SAS system is down, transmit the redundant bandwidth so we can connect the JSON pixel!\"}"], ["created_at", "2016-10-06 15:36:03.129381"], ["updated_at", "2016-10-06 15:36:03.129381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi laboriosam doloremque aut.\",\"text\":\"You can't transmit the bus without transmitting the 1080p EXE sensor!\"}"], ["created_at", "2016-10-06 15:36:03.130393"], ["updated_at", "2016-10-06 15:36:03.130393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat reiciendis dolores sed dicta.\",\"text\":\"I'll bypass the mobile JSON application, that should capacitor the XSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.131405"], ["updated_at", "2016-10-06 15:36:03.131405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet voluptas facere pariatur tempore enim dolor ullam.\",\"text\":\"I'll navigate the multi-byte AGP matrix, that should program the RAM program!\"}"], ["created_at", "2016-10-06 15:36:03.132407"], ["updated_at", "2016-10-06 15:36:03.132407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere sed in.\",\"text\":\"Try to copy the USB firewall, maybe it will navigate the neural transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.133311"], ["updated_at", "2016-10-06 15:36:03.133311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia cumque sed unde.\",\"text\":\"Try to hack the THX feed, maybe it will back up the bluetooth array!\"}"], ["created_at", "2016-10-06 15:36:03.134300"], ["updated_at", "2016-10-06 15:36:03.134300"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur quisquam nihil aspernatur id corrupti sequi.\",\"text\":\"If we synthesize the pixel, we can get to the PCI card through the back-end USB application!\"}"], ["created_at", "2016-10-06 15:36:03.135232"], ["updated_at", "2016-10-06 15:36:03.135232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae excepturi maxime quaerat.\",\"text\":\"If we transmit the pixel, we can get to the ADP bandwidth through the optical SMTP interface!\"}"], ["created_at", "2016-10-06 15:36:03.136124"], ["updated_at", "2016-10-06 15:36:03.136124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio quis ut minima qui.\",\"text\":\"Try to program the JSON protocol, maybe it will navigate the haptic pixel!\"}"], ["created_at", "2016-10-06 15:36:03.137052"], ["updated_at", "2016-10-06 15:36:03.137052"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla reprehenderit qui aliquam assumenda voluptas nihil in.\",\"text\":\"Quantifying the panel won't do anything, we need to copy the primary sms array!\"}"], ["created_at", "2016-10-06 15:36:03.138041"], ["updated_at", "2016-10-06 15:36:03.138041"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis minus sint tenetur quia sequi.\",\"text\":\"We need to copy the cross-platform THX card!\"}"], ["created_at", "2016-10-06 15:36:03.139111"], ["updated_at", "2016-10-06 15:36:03.139111"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam nemo atque.\",\"text\":\"Use the online RSS protocol, then you can input the back-end transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.140042"], ["updated_at", "2016-10-06 15:36:03.140042"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas non est corporis porro voluptatibus.\",\"text\":\"Use the primary RSS port, then you can copy the auxiliary firewall!\"}"], ["created_at", "2016-10-06 15:36:03.140985"], ["updated_at", "2016-10-06 15:36:03.140985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident veniam consectetur.\",\"text\":\"We need to synthesize the optical PNG sensor!\"}"], ["created_at", "2016-10-06 15:36:03.141922"], ["updated_at", "2016-10-06 15:36:03.141922"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque cumque culpa.\",\"text\":\"We need to back up the haptic SCSI capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.142888"], ["updated_at", "2016-10-06 15:36:03.142888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel tempore distinctio magni officiis libero labore aut.\",\"text\":\"Use the mobile SSL port, then you can reboot the back-end protocol!\"}"], ["created_at", "2016-10-06 15:36:03.143785"], ["updated_at", "2016-10-06 15:36:03.143785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis est laborum.\",\"text\":\"I'll back up the haptic FTP matrix, that should card the GB port!\"}"], ["created_at", "2016-10-06 15:36:03.144718"], ["updated_at", "2016-10-06 15:36:03.144718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis iusto et veritatis non nam enim.\",\"text\":\"I'll quantify the open-source PNG protocol, that should matrix the CSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.145675"], ["updated_at", "2016-10-06 15:36:03.145675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus eius illum nihil.\",\"text\":\"You can't quantify the feed without quantifying the haptic XML monitor!\"}"], ["created_at", "2016-10-06 15:36:03.146656"], ["updated_at", "2016-10-06 15:36:03.146656"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt et deserunt et dolorem consectetur.\",\"text\":\"If we calculate the program, we can get to the TCP microchip through the redundant EXE port!\"}"], ["created_at", "2016-10-06 15:36:03.147542"], ["updated_at", "2016-10-06 15:36:03.147542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam ut eius vel.\",\"text\":\"Use the solid state IB pixel, then you can index the cross-platform pixel!\"}"], ["created_at", "2016-10-06 15:36:03.148536"], ["updated_at", "2016-10-06 15:36:03.148536"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi voluptas ut temporibus nostrum et est.\",\"text\":\"I'll override the neural THX pixel, that should pixel the THX bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.149598"], ["updated_at", "2016-10-06 15:36:03.149598"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus et est odit.\",\"text\":\"We need to connect the cross-platform COM bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.150625"], ["updated_at", "2016-10-06 15:36:03.150625"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque molestias officia nihil voluptatem fuga inventore.\",\"text\":\"Use the back-end COM protocol, then you can generate the neural sensor!\"}"], ["created_at", "2016-10-06 15:36:03.152691"], ["updated_at", "2016-10-06 15:36:03.152691"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolor hic inventore doloribus magnam non.\",\"text\":\"Try to transmit the USB program, maybe it will calculate the multi-byte circuit!\"}"], ["created_at", "2016-10-06 15:36:03.153926"], ["updated_at", "2016-10-06 15:36:03.153926"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam laboriosam itaque facere ut dignissimos.\",\"text\":\"We need to index the haptic JBOD pixel!\"}"], ["created_at", "2016-10-06 15:36:03.155114"], ["updated_at", "2016-10-06 15:36:03.155114"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit perferendis molestias ad voluptatem non in.\",\"text\":\"Try to transmit the SDD firewall, maybe it will copy the digital bus!\"}"], ["created_at", "2016-10-06 15:36:03.156055"], ["updated_at", "2016-10-06 15:36:03.156055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quia officiis et et culpa maxime asperiores.\",\"text\":\"Try to bypass the SQL system, maybe it will back up the online matrix!\"}"], ["created_at", "2016-10-06 15:36:03.156949"], ["updated_at", "2016-10-06 15:36:03.156949"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam esse quaerat ipsum et voluptatem accusamus natus.\",\"text\":\"Use the virtual RAM port, then you can compress the primary monitor!\"}"], ["created_at", "2016-10-06 15:36:03.157882"], ["updated_at", "2016-10-06 15:36:03.157882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem harum sit quo voluptatem magni.\",\"text\":\"We need to compress the optical SMS application!\"}"], ["created_at", "2016-10-06 15:36:03.158921"], ["updated_at", "2016-10-06 15:36:03.158921"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit commodi reprehenderit.\",\"text\":\"Calculating the monitor won't do anything, we need to navigate the digital hdd microchip!\"}"], ["created_at", "2016-10-06 15:36:03.159857"], ["updated_at", "2016-10-06 15:36:03.159857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ratione voluptatem est omnis quae.\",\"text\":\"Try to override the SCSI sensor, maybe it will transmit the virtual array!\"}"], ["created_at", "2016-10-06 15:36:03.160768"], ["updated_at", "2016-10-06 15:36:03.160768"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti qui et quaerat.\",\"text\":\"You can't quantify the circuit without quantifying the wireless IB driver!\"}"], ["created_at", "2016-10-06 15:36:03.161709"], ["updated_at", "2016-10-06 15:36:03.161709"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia necessitatibus voluptas excepturi consequatur laboriosam et ratione.\",\"text\":\"Indexing the circuit won't do anything, we need to synthesize the open-source png system!\"}"], ["created_at", "2016-10-06 15:36:03.162727"], ["updated_at", "2016-10-06 15:36:03.162727"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo in repellendus.\",\"text\":\"Use the multi-byte PNG transmitter, then you can program the primary array!\"}"], ["created_at", "2016-10-06 15:36:03.163692"], ["updated_at", "2016-10-06 15:36:03.163692"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque rem mollitia temporibus velit.\",\"text\":\"You can't navigate the pixel without bypassing the bluetooth PNG program!\"}"], ["created_at", "2016-10-06 15:36:03.164652"], ["updated_at", "2016-10-06 15:36:03.164652"]] SQL (0.0ms) [1mINSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed aliquam labore quidem rerum accusantium voluptatem.\",\"text\":\"Use the multi-byte XSS alarm, then you can back up the multi-byte capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.165602"], ["updated_at", "2016-10-06 15:36:03.165602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit numquam in rerum.\",\"text\":\"If we program the driver, we can get to the USB application through the bluetooth AI interface!\"}"], ["created_at", "2016-10-06 15:36:03.166550"], ["updated_at", "2016-10-06 15:36:03.166550"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit sit unde quae omnis autem quod quo.\",\"text\":\"Use the redundant SQL firewall, then you can bypass the optical circuit!\"}"], ["created_at", "2016-10-06 15:36:03.167501"], ["updated_at", "2016-10-06 15:36:03.167501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure rerum distinctio atque debitis illo.\",\"text\":\"We need to back up the online RSS driver!\"}"], ["created_at", "2016-10-06 15:36:03.168388"], ["updated_at", "2016-10-06 15:36:03.168388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae quasi recusandae.\",\"text\":\"The JSON program is down, transmit the primary monitor so we can connect the TCP firewall!\"}"], ["created_at", "2016-10-06 15:36:03.169322"], ["updated_at", "2016-10-06 15:36:03.169322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis non porro ipsa.\",\"text\":\"Try to connect the COM array, maybe it will bypass the haptic circuit!\"}"], ["created_at", "2016-10-06 15:36:03.170296"], ["updated_at", "2016-10-06 15:36:03.170296"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem blanditiis quis qui eius.\",\"text\":\"You can't reboot the card without overriding the 1080p USB array!\"}"], ["created_at", "2016-10-06 15:36:03.171261"], ["updated_at", "2016-10-06 15:36:03.171261"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem et nostrum veniam.\",\"text\":\"You can't back up the bus without calculating the auxiliary SMS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.172186"], ["updated_at", "2016-10-06 15:36:03.172186"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit beatae sit vitae numquam.\",\"text\":\"You can't quantify the bandwidth without bypassing the bluetooth RSS firewall!\"}"], ["created_at", "2016-10-06 15:36:03.173124"], ["updated_at", "2016-10-06 15:36:03.173124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum voluptates reprehenderit.\",\"text\":\"If we program the monitor, we can get to the RSS circuit through the solid state IB firewall!\"}"], ["created_at", "2016-10-06 15:36:03.174065"], ["updated_at", "2016-10-06 15:36:03.174065"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit error molestiae reiciendis beatae suscipit ut.\",\"text\":\"You can't bypass the application without generating the bluetooth SQL bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.175015"], ["updated_at", "2016-10-06 15:36:03.175015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem fugiat eum deleniti quia suscipit.\",\"text\":\"You can't quantify the array without copying the redundant JSON application!\"}"], ["created_at", "2016-10-06 15:36:03.175914"], ["updated_at", "2016-10-06 15:36:03.175914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus ex perferendis nulla distinctio temporibus repellat.\",\"text\":\"The CSS bus is down, override the cross-platform bus so we can hack the SDD protocol!\"}"], ["created_at", "2016-10-06 15:36:03.176852"], ["updated_at", "2016-10-06 15:36:03.176852"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae unde consectetur.\",\"text\":\"Use the haptic SQL interface, then you can bypass the back-end matrix!\"}"], ["created_at", "2016-10-06 15:36:03.177786"], ["updated_at", "2016-10-06 15:36:03.177786"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem et ut dolore.\",\"text\":\"Try to reboot the SMS panel, maybe it will quantify the redundant microchip!\"}"], ["created_at", "2016-10-06 15:36:03.178723"], ["updated_at", "2016-10-06 15:36:03.178723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero delectus qui excepturi ea cumque odit.\",\"text\":\"Try to reboot the SCSI array, maybe it will generate the open-source interface!\"}"], ["created_at", "2016-10-06 15:36:03.179669"], ["updated_at", "2016-10-06 15:36:03.179669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint provident totam fugiat sequi officiis quia.\",\"text\":\"Navigating the feed won't do anything, we need to navigate the online agp microchip!\"}"], ["created_at", "2016-10-06 15:36:03.180641"], ["updated_at", "2016-10-06 15:36:03.180641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus iusto quia voluptas.\",\"text\":\"The CSS firewall is down, quantify the open-source firewall so we can hack the CSS interface!\"}"], ["created_at", "2016-10-06 15:36:03.181619"], ["updated_at", "2016-10-06 15:36:03.181619"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore recusandae nostrum eos occaecati nisi.\",\"text\":\"You can't override the array without calculating the redundant SAS card!\"}"], ["created_at", "2016-10-06 15:36:03.182585"], ["updated_at", "2016-10-06 15:36:03.182585"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum rem dignissimos itaque.\",\"text\":\"Use the bluetooth SAS circuit, then you can parse the haptic program!\"}"], ["created_at", "2016-10-06 15:36:03.183558"], ["updated_at", "2016-10-06 15:36:03.183558"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat iure aut.\",\"text\":\"If we copy the circuit, we can get to the SDD monitor through the mobile SMS transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.184841"], ["updated_at", "2016-10-06 15:36:03.184841"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est in et eum magni.\",\"text\":\"Compressing the array won't do anything, we need to quantify the digital sql matrix!\"}"], ["created_at", "2016-10-06 15:36:03.186843"], ["updated_at", "2016-10-06 15:36:03.186843"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda commodi beatae.\",\"text\":\"Generating the program won't do anything, we need to input the optical exe transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.188645"], ["updated_at", "2016-10-06 15:36:03.188645"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum neque in dolores perferendis.\",\"text\":\"The HDD firewall is down, compress the mobile circuit so we can hack the EXE driver!\"}"], ["created_at", "2016-10-06 15:36:03.190248"], ["updated_at", "2016-10-06 15:36:03.190248"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est veniam recusandae.\",\"text\":\"I'll generate the open-source SCSI transmitter, that should feed the RAM interface!\"}"], ["created_at", "2016-10-06 15:36:03.191687"], ["updated_at", "2016-10-06 15:36:03.191687"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum vero officia repellendus possimus.\",\"text\":\"The RAM alarm is down, reboot the bluetooth pixel so we can parse the SSL interface!\"}"], ["created_at", "2016-10-06 15:36:03.193127"], ["updated_at", "2016-10-06 15:36:03.193127"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique aut praesentium ipsa voluptas qui quia dolores.\",\"text\":\"You can't compress the capacitor without compressing the redundant HTTP interface!\"}"], ["created_at", "2016-10-06 15:36:03.195887"], ["updated_at", "2016-10-06 15:36:03.195887"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores a magnam totam.\",\"text\":\"If we input the capacitor, we can get to the IB application through the online AI alarm!\"}"], ["created_at", "2016-10-06 15:36:03.197219"], ["updated_at", "2016-10-06 15:36:03.197219"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem aliquam et non qui aspernatur.\",\"text\":\"If we bypass the port, we can get to the COM protocol through the haptic EXE microchip!\"}"], ["created_at", "2016-10-06 15:36:03.198445"], ["updated_at", "2016-10-06 15:36:03.198445"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem sed aut aperiam occaecati eos.\",\"text\":\"The SQL alarm is down, synthesize the solid state feed so we can quantify the JBOD matrix!\"}"], ["created_at", "2016-10-06 15:36:03.199753"], ["updated_at", "2016-10-06 15:36:03.199753"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam dolores voluptatem.\",\"text\":\"Backing up the sensor won't do anything, we need to connect the solid state png pixel!\"}"], ["created_at", "2016-10-06 15:36:03.201030"], ["updated_at", "2016-10-06 15:36:03.201030"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis nulla architecto dignissimos ab.\",\"text\":\"Indexing the monitor won't do anything, we need to generate the online gb monitor!\"}"], ["created_at", "2016-10-06 15:36:03.202265"], ["updated_at", "2016-10-06 15:36:03.202265"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto harum architecto corporis consectetur iste consequatur.\",\"text\":\"Backing up the program won't do anything, we need to reboot the cross-platform ib firewall!\"}"], ["created_at", "2016-10-06 15:36:03.205017"], ["updated_at", "2016-10-06 15:36:03.205017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere ratione autem vel vitae nihil.\",\"text\":\"You can't input the protocol without programming the online AI bus!\"}"], ["created_at", "2016-10-06 15:36:03.207022"], ["updated_at", "2016-10-06 15:36:03.207022"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quisquam sit explicabo optio iste.\",\"text\":\"We need to copy the auxiliary JBOD matrix!\"}"], ["created_at", "2016-10-06 15:36:03.208159"], ["updated_at", "2016-10-06 15:36:03.208159"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti ut officia ut voluptates.\",\"text\":\"The FTP firewall is down, copy the multi-byte firewall so we can parse the AI system!\"}"], ["created_at", "2016-10-06 15:36:03.209200"], ["updated_at", "2016-10-06 15:36:03.209200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione repellendus nihil voluptates a distinctio et voluptatem.\",\"text\":\"Use the back-end SQL system, then you can hack the virtual monitor!\"}"], ["created_at", "2016-10-06 15:36:03.210220"], ["updated_at", "2016-10-06 15:36:03.210220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam odit qui cum quas.\",\"text\":\"If we copy the firewall, we can get to the HDD feed through the wireless CSS alarm!\"}"], ["created_at", "2016-10-06 15:36:03.211198"], ["updated_at", "2016-10-06 15:36:03.211198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque molestiae laudantium.\",\"text\":\"Try to program the SSL circuit, maybe it will input the neural interface!\"}"], ["created_at", "2016-10-06 15:36:03.212148"], ["updated_at", "2016-10-06 15:36:03.212148"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sunt minus vel corporis quae provident.\",\"text\":\"Try to bypass the SQL driver, maybe it will bypass the 1080p bus!\"}"], ["created_at", "2016-10-06 15:36:03.213133"], ["updated_at", "2016-10-06 15:36:03.213133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet sapiente accusamus iste.\",\"text\":\"You can't transmit the bus without transmitting the digital SMS feed!\"}"], ["created_at", "2016-10-06 15:36:03.214054"], ["updated_at", "2016-10-06 15:36:03.214054"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem aliquam minus.\",\"text\":\"I'll program the 1080p RSS alarm, that should card the XML driver!\"}"], ["created_at", "2016-10-06 15:36:03.215015"], ["updated_at", "2016-10-06 15:36:03.215015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere amet dolore velit.\",\"text\":\"We need to transmit the bluetooth SAS program!\"}"], ["created_at", "2016-10-06 15:36:03.215950"], ["updated_at", "2016-10-06 15:36:03.215950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias nihil et.\",\"text\":\"The RAM capacitor is down, synthesize the auxiliary bus so we can parse the XML hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.216956"], ["updated_at", "2016-10-06 15:36:03.216956"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore fugit velit.\",\"text\":\"We need to index the cross-platform USB system!\"}"], ["created_at", "2016-10-06 15:36:03.217945"], ["updated_at", "2016-10-06 15:36:03.217945"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat necessitatibus reprehenderit.\",\"text\":\"Navigating the alarm won't do anything, we need to compress the optical http array!\"}"], ["created_at", "2016-10-06 15:36:03.218926"], ["updated_at", "2016-10-06 15:36:03.218926"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel rem ad dolores non aut fugit.\",\"text\":\"The EXE feed is down, program the online transmitter so we can override the SCSI port!\"}"], ["created_at", "2016-10-06 15:36:03.220114"], ["updated_at", "2016-10-06 15:36:03.220114"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quod ab modi labore tempora.\",\"text\":\"The FTP protocol is down, reboot the wireless driver so we can synthesize the THX monitor!\"}"], ["created_at", "2016-10-06 15:36:03.222206"], ["updated_at", "2016-10-06 15:36:03.222206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores voluptates id rerum.\",\"text\":\"You can't generate the program without copying the open-source SCSI array!\"}"], ["created_at", "2016-10-06 15:36:03.223509"], ["updated_at", "2016-10-06 15:36:03.223509"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit sed quaerat pariatur incidunt eum et.\",\"text\":\"If we quantify the hard drive, we can get to the SMS panel through the virtual SSL pixel!\"}"], ["created_at", "2016-10-06 15:36:03.224482"], ["updated_at", "2016-10-06 15:36:03.224482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero natus possimus tenetur.\",\"text\":\"Use the neural IB transmitter, then you can back up the back-end microchip!\"}"], ["created_at", "2016-10-06 15:36:03.225439"], ["updated_at", "2016-10-06 15:36:03.225439"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto ut voluptatem.\",\"text\":\"Try to transmit the EXE card, maybe it will override the optical hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.226404"], ["updated_at", "2016-10-06 15:36:03.226404"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero accusamus consectetur.\",\"text\":\"I'll program the digital HDD pixel, that should feed the SMTP pixel!\"}"], ["created_at", "2016-10-06 15:36:03.227300"], ["updated_at", "2016-10-06 15:36:03.227300"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam ducimus labore omnis eius natus at.\",\"text\":\"The RAM system is down, navigate the solid state hard drive so we can reboot the JBOD transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.228773"], ["updated_at", "2016-10-06 15:36:03.228773"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et possimus a.\",\"text\":\"Hacking the feed won't do anything, we need to navigate the open-source scsi card!\"}"], ["created_at", "2016-10-06 15:36:03.230541"], ["updated_at", "2016-10-06 15:36:03.230541"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae nesciunt facilis quo inventore sunt est distinctio.\",\"text\":\"The AI pixel is down, reboot the haptic card so we can program the ADP monitor!\"}"], ["created_at", "2016-10-06 15:36:03.231890"], ["updated_at", "2016-10-06 15:36:03.231890"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum aperiam veritatis modi.\",\"text\":\"We need to navigate the redundant SMTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.233271"], ["updated_at", "2016-10-06 15:36:03.233271"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id explicabo nam eveniet odit fuga.\",\"text\":\"You can't index the alarm without navigating the wireless SMS bus!\"}"], ["created_at", "2016-10-06 15:36:03.235934"], ["updated_at", "2016-10-06 15:36:03.235934"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex voluptas quis ab placeat porro.\",\"text\":\"The SAS application is down, connect the redundant program so we can back up the SDD pixel!\"}"], ["created_at", "2016-10-06 15:36:03.237472"], ["updated_at", "2016-10-06 15:36:03.237472"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim est sed ut.\",\"text\":\"Use the multi-byte SMS system, then you can bypass the auxiliary bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.240636"], ["updated_at", "2016-10-06 15:36:03.240636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae dolorem consectetur nihil nostrum sit dolores quo.\",\"text\":\"Use the wireless SMTP sensor, then you can index the bluetooth transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.241779"], ["updated_at", "2016-10-06 15:36:03.241779"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo quis est soluta voluptatem labore sed.\",\"text\":\"Use the back-end SMS pixel, then you can bypass the cross-platform capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.242783"], ["updated_at", "2016-10-06 15:36:03.242783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et ea fugit.\",\"text\":\"The TCP bus is down, input the 1080p panel so we can transmit the HDD interface!\"}"], ["created_at", "2016-10-06 15:36:03.243755"], ["updated_at", "2016-10-06 15:36:03.243755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro corrupti neque qui.\",\"text\":\"The ADP capacitor is down, copy the back-end array so we can copy the SSL hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.244694"], ["updated_at", "2016-10-06 15:36:03.244694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non impedit ut eum incidunt aliquam corrupti.\",\"text\":\"If we synthesize the card, we can get to the ADP system through the open-source AGP port!\"}"], ["created_at", "2016-10-06 15:36:03.245662"], ["updated_at", "2016-10-06 15:36:03.245662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam consectetur ad minima.\",\"text\":\"You can't connect the alarm without backing up the neural SDD sensor!\"}"], ["created_at", "2016-10-06 15:36:03.246698"], ["updated_at", "2016-10-06 15:36:03.246698"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In suscipit tempore est.\",\"text\":\"Quantifying the interface won't do anything, we need to navigate the solid state sms feed!\"}"], ["created_at", "2016-10-06 15:36:03.247761"], ["updated_at", "2016-10-06 15:36:03.247761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi consequatur nobis rerum ut.\",\"text\":\"The SDD sensor is down, override the haptic alarm so we can back up the SCSI microchip!\"}"], ["created_at", "2016-10-06 15:36:03.248758"], ["updated_at", "2016-10-06 15:36:03.248758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam praesentium vitae architecto molestiae labore.\",\"text\":\"I'll back up the redundant PCI bandwidth, that should microchip the JSON program!\"}"], ["created_at", "2016-10-06 15:36:03.249653"], ["updated_at", "2016-10-06 15:36:03.249653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem quia eum.\",\"text\":\"I'll program the 1080p SMS panel, that should interface the GB transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.250660"], ["updated_at", "2016-10-06 15:36:03.250660"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem unde dolores eaque esse sit.\",\"text\":\"I'll generate the primary GB pixel, that should feed the HTTP feed!\"}"], ["created_at", "2016-10-06 15:36:03.251660"], ["updated_at", "2016-10-06 15:36:03.251660"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt veritatis dolorem at quia quo recusandae.\",\"text\":\"You can't reboot the pixel without bypassing the primary FTP application!\"}"], ["created_at", "2016-10-06 15:36:03.252645"], ["updated_at", "2016-10-06 15:36:03.252645"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus ea veniam amet sunt eum nam.\",\"text\":\"We need to copy the neural RSS sensor!\"}"], ["created_at", "2016-10-06 15:36:03.253803"], ["updated_at", "2016-10-06 15:36:03.253803"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur beatae perferendis totam.\",\"text\":\"I'll copy the primary HDD system, that should driver the SSL port!\"}"], ["created_at", "2016-10-06 15:36:03.256132"], ["updated_at", "2016-10-06 15:36:03.256132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam et aut ipsa.\",\"text\":\"If we connect the alarm, we can get to the SCSI alarm through the digital TCP program!\"}"], ["created_at", "2016-10-06 15:36:03.257268"], ["updated_at", "2016-10-06 15:36:03.257268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus qui et rerum.\",\"text\":\"Try to transmit the RSS driver, maybe it will synthesize the auxiliary sensor!\"}"], ["created_at", "2016-10-06 15:36:03.258226"], ["updated_at", "2016-10-06 15:36:03.258226"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt aliquam totam.\",\"text\":\"Connecting the feed won't do anything, we need to index the multi-byte gb matrix!\"}"], ["created_at", "2016-10-06 15:36:03.259144"], ["updated_at", "2016-10-06 15:36:03.259144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eveniet voluptates voluptas.\",\"text\":\"Transmitting the port won't do anything, we need to input the online ssl circuit!\"}"], ["created_at", "2016-10-06 15:36:03.260059"], ["updated_at", "2016-10-06 15:36:03.260059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis repellendus officiis ad rerum praesentium.\",\"text\":\"If we copy the alarm, we can get to the PCI monitor through the virtual FTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.260937"], ["updated_at", "2016-10-06 15:36:03.260937"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis velit ratione accusantium unde.\",\"text\":\"Try to transmit the CSS monitor, maybe it will synthesize the bluetooth protocol!\"}"], ["created_at", "2016-10-06 15:36:03.261848"], ["updated_at", "2016-10-06 15:36:03.261848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel dolor excepturi.\",\"text\":\"The SQL pixel is down, override the 1080p system so we can parse the SAS panel!\"}"], ["created_at", "2016-10-06 15:36:03.262829"], ["updated_at", "2016-10-06 15:36:03.262829"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis et qui suscipit quibusdam.\",\"text\":\"Transmitting the matrix won't do anything, we need to connect the wireless gb bus!\"}"], ["created_at", "2016-10-06 15:36:03.263746"], ["updated_at", "2016-10-06 15:36:03.263746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda tenetur at iure.\",\"text\":\"The SSL monitor is down, synthesize the online array so we can back up the FTP firewall!\"}"], ["created_at", "2016-10-06 15:36:03.264630"], ["updated_at", "2016-10-06 15:36:03.264630"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui fugit et quas aut iusto.\",\"text\":\"Overriding the sensor won't do anything, we need to parse the neural ftp firewall!\"}"], ["created_at", "2016-10-06 15:36:03.265512"], ["updated_at", "2016-10-06 15:36:03.265512"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos earum sed et id ut eos cum.\",\"text\":\"The SDD panel is down, program the multi-byte card so we can hack the SMS interface!\"}"], ["created_at", "2016-10-06 15:36:03.266414"], ["updated_at", "2016-10-06 15:36:03.266414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et magni provident aspernatur quaerat.\",\"text\":\"The JBOD feed is down, compress the digital driver so we can copy the SCSI capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.267293"], ["updated_at", "2016-10-06 15:36:03.267293"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias dicta et est et.\",\"text\":\"Try to compress the AGP alarm, maybe it will hack the 1080p protocol!\"}"], ["created_at", "2016-10-06 15:36:03.268189"], ["updated_at", "2016-10-06 15:36:03.268189"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas molestiae impedit praesentium similique minus incidunt suscipit.\",\"text\":\"The USB protocol is down, back up the multi-byte bandwidth so we can hack the RSS array!\"}"], ["created_at", "2016-10-06 15:36:03.269095"], ["updated_at", "2016-10-06 15:36:03.269095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae dolorem voluptatem.\",\"text\":\"We need to connect the virtual COM feed!\"}"], ["created_at", "2016-10-06 15:36:03.269982"], ["updated_at", "2016-10-06 15:36:03.269982"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et reprehenderit omnis itaque ea.\",\"text\":\"Synthesizing the system won't do anything, we need to calculate the online com system!\"}"], ["created_at", "2016-10-06 15:36:03.270945"], ["updated_at", "2016-10-06 15:36:03.270945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id aut rem.\",\"text\":\"We need to generate the multi-byte XML feed!\"}"], ["created_at", "2016-10-06 15:36:03.271856"], ["updated_at", "2016-10-06 15:36:03.271856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut fuga modi et error corporis ex molestiae.\",\"text\":\"The HTTP bandwidth is down, connect the neural protocol so we can quantify the FTP panel!\"}"], ["created_at", "2016-10-06 15:36:03.272805"], ["updated_at", "2016-10-06 15:36:03.272805"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta sit enim.\",\"text\":\"Try to copy the ADP bus, maybe it will reboot the neural sensor!\"}"], ["created_at", "2016-10-06 15:36:03.273709"], ["updated_at", "2016-10-06 15:36:03.273709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum praesentium sint aut.\",\"text\":\"Use the solid state AI port, then you can calculate the multi-byte matrix!\"}"], ["created_at", "2016-10-06 15:36:03.274614"], ["updated_at", "2016-10-06 15:36:03.274614"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis at facilis inventore.\",\"text\":\"Use the solid state JSON sensor, then you can input the open-source protocol!\"}"], ["created_at", "2016-10-06 15:36:03.275508"], ["updated_at", "2016-10-06 15:36:03.275508"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis repellat soluta non magnam voluptates sit.\",\"text\":\"Connecting the protocol won't do anything, we need to connect the digital sql program!\"}"], ["created_at", "2016-10-06 15:36:03.276397"], ["updated_at", "2016-10-06 15:36:03.276397"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit placeat ipsa aperiam illo nam vitae.\",\"text\":\"Use the primary SQL application, then you can program the online application!\"}"], ["created_at", "2016-10-06 15:36:03.277293"], ["updated_at", "2016-10-06 15:36:03.277293"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint omnis et reiciendis quibusdam nesciunt.\",\"text\":\"Use the multi-byte JBOD protocol, then you can parse the mobile transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.278222"], ["updated_at", "2016-10-06 15:36:03.278222"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis dolorem impedit ut sapiente.\",\"text\":\"Copying the hard drive won't do anything, we need to generate the wireless ftp capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.279162"], ["updated_at", "2016-10-06 15:36:03.279162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut possimus nemo ab distinctio.\",\"text\":\"If we hack the alarm, we can get to the SMS interface through the multi-byte GB application!\"}"], ["created_at", "2016-10-06 15:36:03.280122"], ["updated_at", "2016-10-06 15:36:03.280122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In cum alias necessitatibus dolorum sint reprehenderit quis.\",\"text\":\"We need to quantify the online RSS driver!\"}"], ["created_at", "2016-10-06 15:36:03.280995"], ["updated_at", "2016-10-06 15:36:03.280995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim magnam corporis non.\",\"text\":\"You can't reboot the capacitor without parsing the 1080p SMTP panel!\"}"], ["created_at", "2016-10-06 15:36:03.281903"], ["updated_at", "2016-10-06 15:36:03.281903"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae assumenda fuga nobis praesentium.\",\"text\":\"We need to program the digital HTTP monitor!\"}"], ["created_at", "2016-10-06 15:36:03.282817"], ["updated_at", "2016-10-06 15:36:03.282817"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut natus earum voluptas molestiae.\",\"text\":\"The EXE pixel is down, copy the back-end port so we can reboot the ADP transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.283733"], ["updated_at", "2016-10-06 15:36:03.283733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam blanditiis doloremque esse officia laboriosam.\",\"text\":\"I'll quantify the haptic IB matrix, that should driver the HDD program!\"}"], ["created_at", "2016-10-06 15:36:03.284631"], ["updated_at", "2016-10-06 15:36:03.284631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui fugit aut ut praesentium harum.\",\"text\":\"Parsing the monitor won't do anything, we need to bypass the virtual xml transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.285542"], ["updated_at", "2016-10-06 15:36:03.285542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat dolorem esse voluptatem ut minima.\",\"text\":\"We need to reboot the cross-platform XSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.286464"], ["updated_at", "2016-10-06 15:36:03.286464"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos fuga dolorem molestiae.\",\"text\":\"We need to input the auxiliary RSS panel!\"}"], ["created_at", "2016-10-06 15:36:03.287386"], ["updated_at", "2016-10-06 15:36:03.287386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur facere et fugiat ut.\",\"text\":\"We need to parse the digital SQL firewall!\"}"], ["created_at", "2016-10-06 15:36:03.288317"], ["updated_at", "2016-10-06 15:36:03.288317"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit mollitia non alias rerum quam voluptatem nemo.\",\"text\":\"Use the neural USB panel, then you can copy the auxiliary firewall!\"}"], ["created_at", "2016-10-06 15:36:03.289235"], ["updated_at", "2016-10-06 15:36:03.289235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque qui aut et.\",\"text\":\"The AGP driver is down, generate the online array so we can input the SQL program!\"}"], ["created_at", "2016-10-06 15:36:03.290132"], ["updated_at", "2016-10-06 15:36:03.290132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque ut sed dolores qui quia necessitatibus.\",\"text\":\"You can't synthesize the interface without navigating the digital RSS feed!\"}"], ["created_at", "2016-10-06 15:36:03.291020"], ["updated_at", "2016-10-06 15:36:03.291020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quasi quia repellat.\",\"text\":\"Synthesizing the interface won't do anything, we need to index the haptic ib matrix!\"}"], ["created_at", "2016-10-06 15:36:03.291909"], ["updated_at", "2016-10-06 15:36:03.291909"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae et enim qui alias odit in nostrum.\",\"text\":\"We need to reboot the auxiliary ADP firewall!\"}"], ["created_at", "2016-10-06 15:36:03.292816"], ["updated_at", "2016-10-06 15:36:03.292816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum voluptatem iusto.\",\"text\":\"Try to hack the COM monitor, maybe it will hack the multi-byte firewall!\"}"], ["created_at", "2016-10-06 15:36:03.293695"], ["updated_at", "2016-10-06 15:36:03.293695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam cum neque ex.\",\"text\":\"If we transmit the driver, we can get to the TCP firewall through the 1080p TCP circuit!\"}"], ["created_at", "2016-10-06 15:36:03.294684"], ["updated_at", "2016-10-06 15:36:03.294684"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum at perferendis delectus perspiciatis.\",\"text\":\"Programming the protocol won't do anything, we need to input the cross-platform ai panel!\"}"], ["created_at", "2016-10-06 15:36:03.295633"], ["updated_at", "2016-10-06 15:36:03.295633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed et accusamus quo.\",\"text\":\"We need to parse the mobile COM feed!\"}"], ["created_at", "2016-10-06 15:36:03.296564"], ["updated_at", "2016-10-06 15:36:03.296564"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit aut ab sunt aspernatur nam.\",\"text\":\"Use the digital CSS firewall, then you can bypass the auxiliary application!\"}"], ["created_at", "2016-10-06 15:36:03.297499"], ["updated_at", "2016-10-06 15:36:03.297499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae quos voluptas consectetur.\",\"text\":\"The PCI interface is down, copy the multi-byte port so we can parse the XML port!\"}"], ["created_at", "2016-10-06 15:36:03.298539"], ["updated_at", "2016-10-06 15:36:03.298539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis veritatis necessitatibus laudantium quis ad autem.\",\"text\":\"I'll program the solid state ADP sensor, that should driver the GB bus!\"}"], ["created_at", "2016-10-06 15:36:03.299537"], ["updated_at", "2016-10-06 15:36:03.299537"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sunt amet eius ipsum eos impedit.\",\"text\":\"Try to bypass the CSS program, maybe it will reboot the online sensor!\"}"], ["created_at", "2016-10-06 15:36:03.300518"], ["updated_at", "2016-10-06 15:36:03.300518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur dolorem aut aut.\",\"text\":\"The SMTP bus is down, input the multi-byte interface so we can index the SAS application!\"}"], ["created_at", "2016-10-06 15:36:03.301499"], ["updated_at", "2016-10-06 15:36:03.301499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio deserunt assumenda natus fugiat.\",\"text\":\"Use the auxiliary AI interface, then you can program the wireless application!\"}"], ["created_at", "2016-10-06 15:36:03.302480"], ["updated_at", "2016-10-06 15:36:03.302480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus eaque quia et qui dolores.\",\"text\":\"If we bypass the port, we can get to the SMS application through the bluetooth COM port!\"}"], ["created_at", "2016-10-06 15:36:03.303456"], ["updated_at", "2016-10-06 15:36:03.303456"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam ea et nihil cum eligendi.\",\"text\":\"If we parse the monitor, we can get to the SCSI card through the haptic RSS feed!\"}"], ["created_at", "2016-10-06 15:36:03.304428"], ["updated_at", "2016-10-06 15:36:03.304428"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos eius aperiam.\",\"text\":\"I'll calculate the back-end XSS bandwidth, that should microchip the PNG sensor!\"}"], ["created_at", "2016-10-06 15:36:03.305437"], ["updated_at", "2016-10-06 15:36:03.305437"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo error sunt assumenda eum.\",\"text\":\"You can't input the pixel without programming the 1080p PNG program!\"}"], ["created_at", "2016-10-06 15:36:03.306440"], ["updated_at", "2016-10-06 15:36:03.306440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem expedita sint.\",\"text\":\"The AGP bus is down, navigate the optical panel so we can override the FTP microchip!\"}"], ["created_at", "2016-10-06 15:36:03.307408"], ["updated_at", "2016-10-06 15:36:03.307408"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis exercitationem molestias nam.\",\"text\":\"You can't connect the circuit without copying the wireless CSS panel!\"}"], ["created_at", "2016-10-06 15:36:03.308380"], ["updated_at", "2016-10-06 15:36:03.308380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt doloremque suscipit magnam eveniet enim nam.\",\"text\":\"Programming the port won't do anything, we need to parse the online ram feed!\"}"], ["created_at", "2016-10-06 15:36:03.309361"], ["updated_at", "2016-10-06 15:36:03.309361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae nemo ex quis libero culpa qui.\",\"text\":\"I'll input the optical THX capacitor, that should port the HTTP pixel!\"}"], ["created_at", "2016-10-06 15:36:03.310347"], ["updated_at", "2016-10-06 15:36:03.310347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus et doloribus facilis autem cum consequatur eveniet.\",\"text\":\"We need to hack the auxiliary FTP microchip!\"}"], ["created_at", "2016-10-06 15:36:03.311336"], ["updated_at", "2016-10-06 15:36:03.311336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum in dolore asperiores.\",\"text\":\"I'll back up the redundant SMTP pixel, that should sensor the SCSI capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.312338"], ["updated_at", "2016-10-06 15:36:03.312338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam soluta sed.\",\"text\":\"The SQL interface is down, calculate the back-end driver so we can reboot the XML port!\"}"], ["created_at", "2016-10-06 15:36:03.313349"], ["updated_at", "2016-10-06 15:36:03.313349"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem at ullam eum est officiis.\",\"text\":\"We need to input the optical GB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.314328"], ["updated_at", "2016-10-06 15:36:03.314328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et sequi totam.\",\"text\":\"You can't parse the transmitter without compressing the open-source USB firewall!\"}"], ["created_at", "2016-10-06 15:36:03.315313"], ["updated_at", "2016-10-06 15:36:03.315313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora expedita accusamus.\",\"text\":\"Connecting the port won't do anything, we need to parse the redundant xml pixel!\"}"], ["created_at", "2016-10-06 15:36:03.316299"], ["updated_at", "2016-10-06 15:36:03.316299"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error amet veniam aspernatur natus beatae sapiente.\",\"text\":\"If we quantify the protocol, we can get to the AI interface through the mobile PNG protocol!\"}"], ["created_at", "2016-10-06 15:36:03.317261"], ["updated_at", "2016-10-06 15:36:03.317261"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus et aut ut illo.\",\"text\":\"I'll reboot the auxiliary HTTP program, that should circuit the JSON feed!\"}"], ["created_at", "2016-10-06 15:36:03.318265"], ["updated_at", "2016-10-06 15:36:03.318265"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique tenetur aliquam magni odit voluptatibus libero.\",\"text\":\"Generating the protocol won't do anything, we need to parse the primary rss hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.319215"], ["updated_at", "2016-10-06 15:36:03.319215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio amet maxime.\",\"text\":\"Use the 1080p THX driver, then you can input the virtual feed!\"}"], ["created_at", "2016-10-06 15:36:03.320194"], ["updated_at", "2016-10-06 15:36:03.320194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio et quaerat corporis soluta.\",\"text\":\"The SAS bandwidth is down, compress the multi-byte pixel so we can calculate the RSS port!\"}"], ["created_at", "2016-10-06 15:36:03.321208"], ["updated_at", "2016-10-06 15:36:03.321208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis at sit quo quia unde dolor iusto.\",\"text\":\"Try to connect the USB capacitor, maybe it will index the cross-platform program!\"}"], ["created_at", "2016-10-06 15:36:03.322201"], ["updated_at", "2016-10-06 15:36:03.322201"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et tenetur qui ab quaerat inventore.\",\"text\":\"The AI monitor is down, quantify the optical firewall so we can generate the AGP system!\"}"], ["created_at", "2016-10-06 15:36:03.323174"], ["updated_at", "2016-10-06 15:36:03.323174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel ut nihil.\",\"text\":\"Try to program the XML array, maybe it will input the online card!\"}"], ["created_at", "2016-10-06 15:36:03.324154"], ["updated_at", "2016-10-06 15:36:03.324154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam aperiam voluptate facere nostrum cum neque labore.\",\"text\":\"We need to compress the primary RAM application!\"}"], ["created_at", "2016-10-06 15:36:03.325112"], ["updated_at", "2016-10-06 15:36:03.325112"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque eligendi est recusandae optio qui.\",\"text\":\"Connecting the driver won't do anything, we need to hack the wireless scsi matrix!\"}"], ["created_at", "2016-10-06 15:36:03.326090"], ["updated_at", "2016-10-06 15:36:03.326090"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique dolores commodi id.\",\"text\":\"Try to override the SQL application, maybe it will bypass the mobile microchip!\"}"], ["created_at", "2016-10-06 15:36:03.327073"], ["updated_at", "2016-10-06 15:36:03.327073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem accusamus enim eius perferendis cum.\",\"text\":\"We need to input the primary USB card!\"}"], ["created_at", "2016-10-06 15:36:03.327987"], ["updated_at", "2016-10-06 15:36:03.327987"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat culpa reprehenderit.\",\"text\":\"You can't input the microchip without indexing the optical USB monitor!\"}"], ["created_at", "2016-10-06 15:36:03.328878"], ["updated_at", "2016-10-06 15:36:03.328878"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni nulla aliquid omnis.\",\"text\":\"Calculating the panel won't do anything, we need to compress the redundant exe panel!\"}"], ["created_at", "2016-10-06 15:36:03.329833"], ["updated_at", "2016-10-06 15:36:03.329833"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi eum quia facere sunt corrupti repellendus.\",\"text\":\"I'll reboot the online SAS array, that should protocol the PNG protocol!\"}"], ["created_at", "2016-10-06 15:36:03.330800"], ["updated_at", "2016-10-06 15:36:03.330800"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quis delectus.\",\"text\":\"I'll synthesize the wireless SDD microchip, that should array the HDD sensor!\"}"], ["created_at", "2016-10-06 15:36:03.331695"], ["updated_at", "2016-10-06 15:36:03.331695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae iste sint et et repudiandae voluptas.\",\"text\":\"Use the mobile GB capacitor, then you can quantify the mobile panel!\"}"], ["created_at", "2016-10-06 15:36:03.332597"], ["updated_at", "2016-10-06 15:36:03.332597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi ad quae dolor culpa occaecati consequuntur animi.\",\"text\":\"The JBOD alarm is down, connect the 1080p program so we can parse the COM driver!\"}"], ["created_at", "2016-10-06 15:36:03.333491"], ["updated_at", "2016-10-06 15:36:03.333491"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum reprehenderit ex libero.\",\"text\":\"The USB port is down, back up the wireless card so we can transmit the IB panel!\"}"], ["created_at", "2016-10-06 15:36:03.334410"], ["updated_at", "2016-10-06 15:36:03.334410"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quasi delectus corrupti quia voluptatem.\",\"text\":\"Use the open-source IB hard drive, then you can navigate the primary firewall!\"}"], ["created_at", "2016-10-06 15:36:03.335327"], ["updated_at", "2016-10-06 15:36:03.335327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias cum veritatis.\",\"text\":\"I'll transmit the virtual THX driver, that should protocol the JSON array!\"}"], ["created_at", "2016-10-06 15:36:03.336231"], ["updated_at", "2016-10-06 15:36:03.336231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit quia quae magnam dolores doloremque praesentium reprehenderit.\",\"text\":\"The GB feed is down, input the optical application so we can reboot the SAS driver!\"}"], ["created_at", "2016-10-06 15:36:03.337145"], ["updated_at", "2016-10-06 15:36:03.337145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima cumque dolores magni.\",\"text\":\"Quantifying the capacitor won't do anything, we need to calculate the mobile ssl microchip!\"}"], ["created_at", "2016-10-06 15:36:03.338075"], ["updated_at", "2016-10-06 15:36:03.338075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed numquam alias ut fugiat magni.\",\"text\":\"Try to transmit the ADP application, maybe it will generate the optical monitor!\"}"], ["created_at", "2016-10-06 15:36:03.339020"], ["updated_at", "2016-10-06 15:36:03.339020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui expedita ipsam consectetur.\",\"text\":\"We need to transmit the redundant FTP port!\"}"], ["created_at", "2016-10-06 15:36:03.339935"], ["updated_at", "2016-10-06 15:36:03.339935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque cum amet placeat laborum et et.\",\"text\":\"You can't navigate the pixel without connecting the open-source SSL monitor!\"}"], ["created_at", "2016-10-06 15:36:03.340817"], ["updated_at", "2016-10-06 15:36:03.340817"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci molestiae eum quaerat magni ut.\",\"text\":\"If we reboot the monitor, we can get to the RSS alarm through the redundant EXE array!\"}"], ["created_at", "2016-10-06 15:36:03.341722"], ["updated_at", "2016-10-06 15:36:03.341722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta minus quibusdam.\",\"text\":\"We need to hack the optical AI interface!\"}"], ["created_at", "2016-10-06 15:36:03.342692"], ["updated_at", "2016-10-06 15:36:03.342692"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo odio quia accusantium aut iusto.\",\"text\":\"The SSL firewall is down, compress the solid state hard drive so we can connect the PCI program!\"}"], ["created_at", "2016-10-06 15:36:03.343645"], ["updated_at", "2016-10-06 15:36:03.343645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam eligendi delectus odio velit.\",\"text\":\"Navigating the driver won't do anything, we need to parse the solid state tcp firewall!\"}"], ["created_at", "2016-10-06 15:36:03.344560"], ["updated_at", "2016-10-06 15:36:03.344560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut non facilis porro.\",\"text\":\"If we quantify the microchip, we can get to the HTTP system through the digital SQL protocol!\"}"], ["created_at", "2016-10-06 15:36:03.345458"], ["updated_at", "2016-10-06 15:36:03.345458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia ut qui temporibus deserunt libero.\",\"text\":\"We need to copy the optical SAS circuit!\"}"], ["created_at", "2016-10-06 15:36:03.346424"], ["updated_at", "2016-10-06 15:36:03.346424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt omnis culpa aliquid eaque vitae.\",\"text\":\"I'll synthesize the mobile RSS circuit, that should firewall the SMS feed!\"}"], ["created_at", "2016-10-06 15:36:03.347301"], ["updated_at", "2016-10-06 15:36:03.347301"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In nesciunt adipisci hic.\",\"text\":\"Try to calculate the XSS bus, maybe it will copy the 1080p matrix!\"}"], ["created_at", "2016-10-06 15:36:03.348184"], ["updated_at", "2016-10-06 15:36:03.348184"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et expedita voluptatem sunt harum sed vel.\",\"text\":\"We need to input the multi-byte EXE capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.349081"], ["updated_at", "2016-10-06 15:36:03.349081"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo deleniti voluptatem in repellat voluptas cumque.\",\"text\":\"The RSS firewall is down, connect the cross-platform driver so we can override the JBOD capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.349991"], ["updated_at", "2016-10-06 15:36:03.349991"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem distinctio iste.\",\"text\":\"You can't override the application without bypassing the auxiliary ADP protocol!\"}"], ["created_at", "2016-10-06 15:36:03.350930"], ["updated_at", "2016-10-06 15:36:03.350930"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus est sequi officiis voluptatem.\",\"text\":\"The AGP interface is down, compress the cross-platform bandwidth so we can bypass the JBOD circuit!\"}"], ["created_at", "2016-10-06 15:36:03.351834"], ["updated_at", "2016-10-06 15:36:03.351834"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quis eveniet.\",\"text\":\"Transmitting the interface won't do anything, we need to bypass the open-source json application!\"}"], ["created_at", "2016-10-06 15:36:03.352736"], ["updated_at", "2016-10-06 15:36:03.352736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum non nobis dicta aut occaecati officiis ex.\",\"text\":\"Try to override the COM array, maybe it will parse the cross-platform bus!\"}"], ["created_at", "2016-10-06 15:36:03.353663"], ["updated_at", "2016-10-06 15:36:03.353663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum saepe atque.\",\"text\":\"Try to bypass the TCP transmitter, maybe it will program the redundant driver!\"}"], ["created_at", "2016-10-06 15:36:03.354610"], ["updated_at", "2016-10-06 15:36:03.354610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quis saepe quia unde ut qui.\",\"text\":\"The EXE array is down, back up the mobile transmitter so we can navigate the SSL interface!\"}"], ["created_at", "2016-10-06 15:36:03.355521"], ["updated_at", "2016-10-06 15:36:03.355521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet et ea tempora aliquam deleniti sit.\",\"text\":\"You can't copy the hard drive without compressing the virtual HDD panel!\"}"], ["created_at", "2016-10-06 15:36:03.356430"], ["updated_at", "2016-10-06 15:36:03.356430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi accusantium ea quod sequi eum totam omnis.\",\"text\":\"The SSL microchip is down, transmit the open-source driver so we can copy the AI system!\"}"], ["created_at", "2016-10-06 15:36:03.357372"], ["updated_at", "2016-10-06 15:36:03.357372"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit quia ut in.\",\"text\":\"You can't quantify the feed without connecting the multi-byte JSON card!\"}"], ["created_at", "2016-10-06 15:36:03.358333"], ["updated_at", "2016-10-06 15:36:03.358333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse iste non nostrum reprehenderit.\",\"text\":\"We need to back up the 1080p FTP driver!\"}"], ["created_at", "2016-10-06 15:36:03.359340"], ["updated_at", "2016-10-06 15:36:03.359340"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur sunt omnis soluta.\",\"text\":\"Quantifying the transmitter won't do anything, we need to quantify the auxiliary gb pixel!\"}"], ["created_at", "2016-10-06 15:36:03.360304"], ["updated_at", "2016-10-06 15:36:03.360304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non magnam ullam praesentium eos.\",\"text\":\"We need to reboot the redundant JBOD monitor!\"}"], ["created_at", "2016-10-06 15:36:03.361253"], ["updated_at", "2016-10-06 15:36:03.361253"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum numquam necessitatibus qui ut.\",\"text\":\"You can't navigate the pixel without navigating the redundant XSS capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.362223"], ["updated_at", "2016-10-06 15:36:03.362223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae possimus aliquid dolore hic.\",\"text\":\"I'll navigate the online RAM application, that should program the THX application!\"}"], ["created_at", "2016-10-06 15:36:03.363205"], ["updated_at", "2016-10-06 15:36:03.363205"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit officia tempore tempora eius consequatur.\",\"text\":\"Indexing the bus won't do anything, we need to generate the multi-byte xml driver!\"}"], ["created_at", "2016-10-06 15:36:03.364143"], ["updated_at", "2016-10-06 15:36:03.364143"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo sequi provident nobis.\",\"text\":\"I'll copy the online CSS sensor, that should sensor the XSS system!\"}"], ["created_at", "2016-10-06 15:36:03.365068"], ["updated_at", "2016-10-06 15:36:03.365068"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci laudantium ut.\",\"text\":\"Try to parse the FTP monitor, maybe it will quantify the redundant card!\"}"], ["created_at", "2016-10-06 15:36:03.366003"], ["updated_at", "2016-10-06 15:36:03.366003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam voluptatum sunt possimus facere.\",\"text\":\"If we transmit the system, we can get to the PNG interface through the virtual THX application!\"}"], ["created_at", "2016-10-06 15:36:03.366945"], ["updated_at", "2016-10-06 15:36:03.366945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias delectus velit et.\",\"text\":\"Try to index the SDD matrix, maybe it will program the mobile sensor!\"}"], ["created_at", "2016-10-06 15:36:03.367881"], ["updated_at", "2016-10-06 15:36:03.367881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit corporis quia necessitatibus temporibus.\",\"text\":\"I'll copy the optical PNG matrix, that should array the SCSI pixel!\"}"], ["created_at", "2016-10-06 15:36:03.368810"], ["updated_at", "2016-10-06 15:36:03.368810"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum qui deleniti incidunt consequatur illum quasi est.\",\"text\":\"If we synthesize the protocol, we can get to the SQL circuit through the multi-byte HDD pixel!\"}"], ["created_at", "2016-10-06 15:36:03.369742"], ["updated_at", "2016-10-06 15:36:03.369742"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore minima nesciunt quam dolorum.\",\"text\":\"You can't copy the array without hacking the 1080p ADP interface!\"}"], ["created_at", "2016-10-06 15:36:03.371281"], ["updated_at", "2016-10-06 15:36:03.371281"]] SQL (6.8ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit voluptatibus adipisci quis.\",\"text\":\"Programming the hard drive won't do anything, we need to connect the solid state xml feed!\"}"], ["created_at", "2016-10-06 15:36:03.373257"], ["updated_at", "2016-10-06 15:36:03.373257"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id totam numquam doloribus maxime corrupti sunt quam.\",\"text\":\"Use the bluetooth SMS interface, then you can connect the open-source system!\"}"], ["created_at", "2016-10-06 15:36:03.381690"], ["updated_at", "2016-10-06 15:36:03.381690"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus inventore ab qui.\",\"text\":\"Use the neural SSL capacitor, then you can navigate the open-source pixel!\"}"], ["created_at", "2016-10-06 15:36:03.383140"], ["updated_at", "2016-10-06 15:36:03.383140"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit dolorem maiores in fugiat dolores.\",\"text\":\"Navigating the alarm won't do anything, we need to calculate the 1080p tcp interface!\"}"], ["created_at", "2016-10-06 15:36:03.384342"], ["updated_at", "2016-10-06 15:36:03.384342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur veritatis perspiciatis quod iusto veniam.\",\"text\":\"You can't transmit the driver without synthesizing the online PNG panel!\"}"], ["created_at", "2016-10-06 15:36:03.385403"], ["updated_at", "2016-10-06 15:36:03.385403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae magni adipisci nesciunt et nostrum eos.\",\"text\":\"You can't back up the port without bypassing the bluetooth HDD capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.386439"], ["updated_at", "2016-10-06 15:36:03.386439"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab sit harum et.\",\"text\":\"I'll reboot the virtual PCI matrix, that should matrix the FTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.387443"], ["updated_at", "2016-10-06 15:36:03.387443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga quibusdam aut iure.\",\"text\":\"The USB feed is down, index the neural card so we can input the PCI panel!\"}"], ["created_at", "2016-10-06 15:36:03.388453"], ["updated_at", "2016-10-06 15:36:03.388453"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque et sint autem ex.\",\"text\":\"We need to quantify the auxiliary GB interface!\"}"], ["created_at", "2016-10-06 15:36:03.389363"], ["updated_at", "2016-10-06 15:36:03.389363"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates quibusdam et.\",\"text\":\"We need to input the redundant COM bus!\"}"], ["created_at", "2016-10-06 15:36:03.390303"], ["updated_at", "2016-10-06 15:36:03.390303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id officia magnam beatae ut iusto cumque omnis.\",\"text\":\"The PCI sensor is down, hack the wireless monitor so we can bypass the TCP card!\"}"], ["created_at", "2016-10-06 15:36:03.391190"], ["updated_at", "2016-10-06 15:36:03.391190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem consequatur sunt nostrum.\",\"text\":\"The XSS card is down, synthesize the redundant pixel so we can calculate the SQL application!\"}"], ["created_at", "2016-10-06 15:36:03.392140"], ["updated_at", "2016-10-06 15:36:03.392140"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi optio voluptate.\",\"text\":\"Try to reboot the AI microchip, maybe it will copy the optical circuit!\"}"], ["created_at", "2016-10-06 15:36:03.393041"], ["updated_at", "2016-10-06 15:36:03.393041"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam enim eveniet.\",\"text\":\"We need to transmit the back-end XSS monitor!\"}"], ["created_at", "2016-10-06 15:36:03.393920"], ["updated_at", "2016-10-06 15:36:03.393920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quia veniam libero.\",\"text\":\"You can't synthesize the microchip without connecting the online SQL bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.394844"], ["updated_at", "2016-10-06 15:36:03.394844"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat velit voluptatem modi officia labore similique.\",\"text\":\"You can't hack the capacitor without generating the virtual CSS array!\"}"], ["created_at", "2016-10-06 15:36:03.395765"], ["updated_at", "2016-10-06 15:36:03.395765"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem eligendi numquam sed sed laudantium.\",\"text\":\"Use the multi-byte TCP array, then you can override the mobile bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.396668"], ["updated_at", "2016-10-06 15:36:03.396668"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis eum voluptatem doloribus ut maxime.\",\"text\":\"Try to override the AGP transmitter, maybe it will reboot the redundant bus!\"}"], ["created_at", "2016-10-06 15:36:03.397562"], ["updated_at", "2016-10-06 15:36:03.397562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae blanditiis possimus dolorem corporis deserunt inventore qui.\",\"text\":\"I'll synthesize the virtual AI panel, that should microchip the SMTP driver!\"}"], ["created_at", "2016-10-06 15:36:03.398444"], ["updated_at", "2016-10-06 15:36:03.398444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At delectus quia sed itaque iusto.\",\"text\":\"Try to reboot the SSL transmitter, maybe it will compress the online matrix!\"}"], ["created_at", "2016-10-06 15:36:03.399336"], ["updated_at", "2016-10-06 15:36:03.399336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel impedit eius labore ratione sed.\",\"text\":\"Copying the circuit won't do anything, we need to compress the online tcp feed!\"}"], ["created_at", "2016-10-06 15:36:03.400212"], ["updated_at", "2016-10-06 15:36:03.400212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi alias corporis reprehenderit nulla.\",\"text\":\"If we override the firewall, we can get to the GB firewall through the multi-byte PNG hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.401112"], ["updated_at", "2016-10-06 15:36:03.401112"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur aliquam voluptas tenetur sunt possimus.\",\"text\":\"If we calculate the monitor, we can get to the JSON sensor through the neural RAM program!\"}"], ["created_at", "2016-10-06 15:36:03.401998"], ["updated_at", "2016-10-06 15:36:03.401998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit tempore molestias dignissimos modi.\",\"text\":\"Try to parse the PNG feed, maybe it will synthesize the wireless circuit!\"}"], ["created_at", "2016-10-06 15:36:03.402903"], ["updated_at", "2016-10-06 15:36:03.402903"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem dicta id incidunt quibusdam.\",\"text\":\"You can't compress the hard drive without backing up the multi-byte JBOD pixel!\"}"], ["created_at", "2016-10-06 15:36:03.403789"], ["updated_at", "2016-10-06 15:36:03.403789"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia cumque eos omnis.\",\"text\":\"Programming the transmitter won't do anything, we need to quantify the haptic adp sensor!\"}"], ["created_at", "2016-10-06 15:36:03.404713"], ["updated_at", "2016-10-06 15:36:03.404713"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum non aut esse est odio quia sed.\",\"text\":\"If we parse the transmitter, we can get to the ADP transmitter through the 1080p JSON system!\"}"], ["created_at", "2016-10-06 15:36:03.405603"], ["updated_at", "2016-10-06 15:36:03.405603"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptate dolor quo totam.\",\"text\":\"Backing up the driver won't do anything, we need to hack the 1080p png alarm!\"}"], ["created_at", "2016-10-06 15:36:03.406477"], ["updated_at", "2016-10-06 15:36:03.406477"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum at odit blanditiis dignissimos eum.\",\"text\":\"Use the neural HTTP alarm, then you can parse the online monitor!\"}"], ["created_at", "2016-10-06 15:36:03.407366"], ["updated_at", "2016-10-06 15:36:03.407366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur dolor facere repellendus nihil nisi.\",\"text\":\"I'll index the multi-byte FTP monitor, that should driver the HDD alarm!\"}"], ["created_at", "2016-10-06 15:36:03.408316"], ["updated_at", "2016-10-06 15:36:03.408316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nihil laborum est aut veniam quaerat.\",\"text\":\"We need to back up the optical COM port!\"}"], ["created_at", "2016-10-06 15:36:03.409211"], ["updated_at", "2016-10-06 15:36:03.409211"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda qui tempora harum pariatur natus.\",\"text\":\"Try to synthesize the SMS system, maybe it will override the optical port!\"}"], ["created_at", "2016-10-06 15:36:03.410113"], ["updated_at", "2016-10-06 15:36:03.410113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum aut id a sunt et commodi molestiae.\",\"text\":\"We need to override the online RSS sensor!\"}"], ["created_at", "2016-10-06 15:36:03.411017"], ["updated_at", "2016-10-06 15:36:03.411017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro quo pariatur sit natus deserunt voluptatem.\",\"text\":\"Try to navigate the SQL protocol, maybe it will compress the primary sensor!\"}"], ["created_at", "2016-10-06 15:36:03.411917"], ["updated_at", "2016-10-06 15:36:03.411917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic unde non quos eos qui rerum labore.\",\"text\":\"Backing up the driver won't do anything, we need to calculate the cross-platform ram monitor!\"}"], ["created_at", "2016-10-06 15:36:03.412831"], ["updated_at", "2016-10-06 15:36:03.412831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat eum voluptate laborum est assumenda.\",\"text\":\"The FTP monitor is down, connect the solid state firewall so we can back up the USB interface!\"}"], ["created_at", "2016-10-06 15:36:03.413713"], ["updated_at", "2016-10-06 15:36:03.413713"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim autem debitis rerum odit iure.\",\"text\":\"I'll index the haptic HTTP hard drive, that should port the EXE program!\"}"], ["created_at", "2016-10-06 15:36:03.414610"], ["updated_at", "2016-10-06 15:36:03.414610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At minima et ut cupiditate ut delectus.\",\"text\":\"I'll reboot the haptic CSS driver, that should program the HDD circuit!\"}"], ["created_at", "2016-10-06 15:36:03.415470"], ["updated_at", "2016-10-06 15:36:03.415470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae enim reprehenderit ullam magnam modi quos fuga.\",\"text\":\"Navigating the alarm won't do anything, we need to synthesize the haptic json program!\"}"], ["created_at", "2016-10-06 15:36:03.416380"], ["updated_at", "2016-10-06 15:36:03.416380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus aut dolorum fuga est nihil.\",\"text\":\"Indexing the alarm won't do anything, we need to calculate the neural css circuit!\"}"], ["created_at", "2016-10-06 15:36:03.417273"], ["updated_at", "2016-10-06 15:36:03.417273"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores distinctio fuga et facilis eligendi ut voluptas.\",\"text\":\"Try to input the FTP protocol, maybe it will compress the multi-byte capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.418171"], ["updated_at", "2016-10-06 15:36:03.418171"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est reprehenderit quaerat est doloribus et mollitia.\",\"text\":\"I'll hack the redundant JBOD feed, that should alarm the IB transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.419071"], ["updated_at", "2016-10-06 15:36:03.419071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis corporis adipisci modi tempora.\",\"text\":\"Bypassing the pixel won't do anything, we need to index the optical sql microchip!\"}"], ["created_at", "2016-10-06 15:36:03.420011"], ["updated_at", "2016-10-06 15:36:03.420011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum excepturi et repellat officia.\",\"text\":\"Connecting the protocol won't do anything, we need to transmit the digital sas port!\"}"], ["created_at", "2016-10-06 15:36:03.420966"], ["updated_at", "2016-10-06 15:36:03.420966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed aspernatur placeat incidunt neque optio.\",\"text\":\"I'll bypass the digital JSON transmitter, that should card the SMTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.421869"], ["updated_at", "2016-10-06 15:36:03.421869"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis voluptatibus quas.\",\"text\":\"You can't input the circuit without copying the primary JBOD transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.422766"], ["updated_at", "2016-10-06 15:36:03.422766"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde sed eligendi at nobis corporis consequatur.\",\"text\":\"You can't calculate the bandwidth without programming the wireless XML panel!\"}"], ["created_at", "2016-10-06 15:36:03.423657"], ["updated_at", "2016-10-06 15:36:03.423657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo cupiditate illum asperiores voluptates.\",\"text\":\"Try to back up the AGP driver, maybe it will parse the bluetooth monitor!\"}"], ["created_at", "2016-10-06 15:36:03.424602"], ["updated_at", "2016-10-06 15:36:03.424602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed adipisci autem molestias quisquam ab perferendis.\",\"text\":\"Use the primary AI matrix, then you can navigate the optical feed!\"}"], ["created_at", "2016-10-06 15:36:03.425471"], ["updated_at", "2016-10-06 15:36:03.425471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas sequi id sunt.\",\"text\":\"The COM bandwidth is down, calculate the optical feed so we can parse the HDD interface!\"}"], ["created_at", "2016-10-06 15:36:03.426373"], ["updated_at", "2016-10-06 15:36:03.426373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem ab quod officiis incidunt nesciunt.\",\"text\":\"The RSS circuit is down, synthesize the cross-platform pixel so we can navigate the RAM hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.427270"], ["updated_at", "2016-10-06 15:36:03.427270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolorem et dicta explicabo sunt.\",\"text\":\"Try to bypass the COM driver, maybe it will navigate the open-source driver!\"}"], ["created_at", "2016-10-06 15:36:03.428178"], ["updated_at", "2016-10-06 15:36:03.428178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima non ducimus consequatur.\",\"text\":\"I'll copy the bluetooth FTP system, that should program the JBOD matrix!\"}"], ["created_at", "2016-10-06 15:36:03.429099"], ["updated_at", "2016-10-06 15:36:03.429099"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita voluptas aliquam.\",\"text\":\"We need to hack the open-source SQL feed!\"}"], ["created_at", "2016-10-06 15:36:03.430002"], ["updated_at", "2016-10-06 15:36:03.430002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore voluptatem rerum dolor harum velit.\",\"text\":\"Calculating the port won't do anything, we need to calculate the virtual css program!\"}"], ["created_at", "2016-10-06 15:36:03.430924"], ["updated_at", "2016-10-06 15:36:03.430924"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quos veritatis est modi.\",\"text\":\"Try to generate the SMS application, maybe it will synthesize the neural alarm!\"}"], ["created_at", "2016-10-06 15:36:03.431816"], ["updated_at", "2016-10-06 15:36:03.431816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt aut et dignissimos maxime.\",\"text\":\"The THX port is down, bypass the wireless array so we can copy the RAM protocol!\"}"], ["created_at", "2016-10-06 15:36:03.432693"], ["updated_at", "2016-10-06 15:36:03.432693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque vitae laudantium.\",\"text\":\"You can't index the microchip without overriding the haptic JBOD sensor!\"}"], ["created_at", "2016-10-06 15:36:03.433582"], ["updated_at", "2016-10-06 15:36:03.433582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos totam id ipsam qui.\",\"text\":\"I'll connect the primary ADP alarm, that should feed the TCP panel!\"}"], ["created_at", "2016-10-06 15:36:03.434453"], ["updated_at", "2016-10-06 15:36:03.434453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi velit magni quibusdam illum quas.\",\"text\":\"You can't copy the bus without calculating the bluetooth XML firewall!\"}"], ["created_at", "2016-10-06 15:36:03.435339"], ["updated_at", "2016-10-06 15:36:03.435339"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis voluptatem qui quo minima fuga ut.\",\"text\":\"We need to program the back-end HTTP circuit!\"}"], ["created_at", "2016-10-06 15:36:03.436246"], ["updated_at", "2016-10-06 15:36:03.436246"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad reprehenderit est laudantium atque facilis sunt omnis.\",\"text\":\"I'll hack the primary SAS circuit, that should bus the SSL system!\"}"], ["created_at", "2016-10-06 15:36:03.437168"], ["updated_at", "2016-10-06 15:36:03.437168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi placeat et recusandae et optio.\",\"text\":\"Calculating the program won't do anything, we need to reboot the digital smtp firewall!\"}"], ["created_at", "2016-10-06 15:36:03.438075"], ["updated_at", "2016-10-06 15:36:03.438075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta consequatur amet quia dolorem dolore minus.\",\"text\":\"Try to synthesize the COM interface, maybe it will navigate the optical port!\"}"], ["created_at", "2016-10-06 15:36:03.439011"], ["updated_at", "2016-10-06 15:36:03.439011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum suscipit aut et voluptatibus sint distinctio.\",\"text\":\"Use the open-source PCI matrix, then you can hack the cross-platform application!\"}"], ["created_at", "2016-10-06 15:36:03.439911"], ["updated_at", "2016-10-06 15:36:03.439911"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam non deleniti quisquam possimus reprehenderit.\",\"text\":\"You can't override the system without bypassing the virtual TCP card!\"}"], ["created_at", "2016-10-06 15:36:03.440851"], ["updated_at", "2016-10-06 15:36:03.440851"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit nesciunt excepturi eius quidem alias similique.\",\"text\":\"We need to parse the solid state FTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.441735"], ["updated_at", "2016-10-06 15:36:03.441735"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum repudiandae veritatis.\",\"text\":\"You can't calculate the alarm without generating the primary EXE circuit!\"}"], ["created_at", "2016-10-06 15:36:03.442661"], ["updated_at", "2016-10-06 15:36:03.442661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum iste ipsum tenetur consequatur quos at occaecati.\",\"text\":\"I'll connect the optical USB microchip, that should hard drive the JBOD hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.443533"], ["updated_at", "2016-10-06 15:36:03.443533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut maiores minus autem pariatur.\",\"text\":\"The CSS bandwidth is down, transmit the 1080p pixel so we can reboot the HDD program!\"}"], ["created_at", "2016-10-06 15:36:03.444467"], ["updated_at", "2016-10-06 15:36:03.444467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit dignissimos sapiente eum voluptas odio.\",\"text\":\"I'll back up the back-end SMS capacitor, that should system the XML sensor!\"}"], ["created_at", "2016-10-06 15:36:03.445381"], ["updated_at", "2016-10-06 15:36:03.445381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error at doloribus eveniet autem.\",\"text\":\"Calculating the feed won't do anything, we need to hack the cross-platform tcp protocol!\"}"], ["created_at", "2016-10-06 15:36:03.446349"], ["updated_at", "2016-10-06 15:36:03.446349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto deleniti quos.\",\"text\":\"I'll bypass the mobile THX port, that should alarm the IB capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.447247"], ["updated_at", "2016-10-06 15:36:03.447247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga expedita blanditiis.\",\"text\":\"I'll override the wireless PNG microchip, that should interface the HTTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.448139"], ["updated_at", "2016-10-06 15:36:03.448139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates id mollitia rerum dolorum.\",\"text\":\"The IB panel is down, compress the 1080p circuit so we can override the ADP matrix!\"}"], ["created_at", "2016-10-06 15:36:03.449031"], ["updated_at", "2016-10-06 15:36:03.449031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa aspernatur non ut.\",\"text\":\"The THX monitor is down, calculate the mobile application so we can calculate the HDD circuit!\"}"], ["created_at", "2016-10-06 15:36:03.449914"], ["updated_at", "2016-10-06 15:36:03.449914"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ipsa numquam soluta voluptas alias ullam.\",\"text\":\"You can't override the pixel without backing up the mobile THX alarm!\"}"], ["created_at", "2016-10-06 15:36:03.450827"], ["updated_at", "2016-10-06 15:36:03.450827"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere qui iste laudantium omnis est temporibus nisi.\",\"text\":\"The TCP feed is down, calculate the haptic hard drive so we can parse the RSS array!\"}"], ["created_at", "2016-10-06 15:36:03.451727"], ["updated_at", "2016-10-06 15:36:03.451727"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat architecto autem illo harum voluptatibus.\",\"text\":\"Compressing the transmitter won't do anything, we need to parse the virtual ai driver!\"}"], ["created_at", "2016-10-06 15:36:03.452674"], ["updated_at", "2016-10-06 15:36:03.452674"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora est corporis beatae.\",\"text\":\"You can't transmit the bus without quantifying the cross-platform HDD application!\"}"], ["created_at", "2016-10-06 15:36:03.453618"], ["updated_at", "2016-10-06 15:36:03.453618"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis id recusandae laudantium quisquam qui voluptatem.\",\"text\":\"Use the redundant JSON system, then you can reboot the virtual circuit!\"}"], ["created_at", "2016-10-06 15:36:03.454682"], ["updated_at", "2016-10-06 15:36:03.454682"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum consequatur ipsam cumque ad porro necessitatibus voluptatem.\",\"text\":\"Try to parse the SAS panel, maybe it will calculate the 1080p bus!\"}"], ["created_at", "2016-10-06 15:36:03.456135"], ["updated_at", "2016-10-06 15:36:03.456135"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse laudantium ut voluptatum ex.\",\"text\":\"Try to input the XSS port, maybe it will hack the 1080p alarm!\"}"], ["created_at", "2016-10-06 15:36:03.457657"], ["updated_at", "2016-10-06 15:36:03.457657"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam ducimus consequatur voluptatem ratione nulla sed.\",\"text\":\"If we parse the matrix, we can get to the HDD program through the multi-byte JBOD protocol!\"}"], ["created_at", "2016-10-06 15:36:03.458923"], ["updated_at", "2016-10-06 15:36:03.458923"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia consequuntur iure alias et.\",\"text\":\"We need to generate the haptic XML port!\"}"], ["created_at", "2016-10-06 15:36:03.460151"], ["updated_at", "2016-10-06 15:36:03.460151"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet magni dolorem suscipit qui sapiente officiis iusto.\",\"text\":\"I'll bypass the redundant USB firewall, that should interface the SMTP driver!\"}"], ["created_at", "2016-10-06 15:36:03.462903"], ["updated_at", "2016-10-06 15:36:03.462903"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi consequuntur in.\",\"text\":\"I'll back up the virtual SSL port, that should driver the XSS array!\"}"], ["created_at", "2016-10-06 15:36:03.464364"], ["updated_at", "2016-10-06 15:36:03.464364"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores ex rem cupiditate.\",\"text\":\"You can't generate the monitor without indexing the bluetooth SSL bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.467218"], ["updated_at", "2016-10-06 15:36:03.467218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum voluptas inventore eius laborum ut.\",\"text\":\"Use the optical SQL circuit, then you can copy the mobile alarm!\"}"], ["created_at", "2016-10-06 15:36:03.468452"], ["updated_at", "2016-10-06 15:36:03.468452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus consequatur deleniti autem.\",\"text\":\"Use the 1080p GB alarm, then you can navigate the cross-platform driver!\"}"], ["created_at", "2016-10-06 15:36:03.469423"], ["updated_at", "2016-10-06 15:36:03.469423"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi sed eos.\",\"text\":\"The CSS microchip is down, quantify the 1080p interface so we can bypass the HTTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.470441"], ["updated_at", "2016-10-06 15:36:03.470441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non consequatur quam deserunt et cumque.\",\"text\":\"The PCI port is down, quantify the solid state bus so we can bypass the SAS interface!\"}"], ["created_at", "2016-10-06 15:36:03.471451"], ["updated_at", "2016-10-06 15:36:03.471451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab eos beatae qui quos non.\",\"text\":\"You can't parse the port without programming the bluetooth PNG port!\"}"], ["created_at", "2016-10-06 15:36:03.472464"], ["updated_at", "2016-10-06 15:36:03.472464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident et aut.\",\"text\":\"We need to input the 1080p ADP alarm!\"}"], ["created_at", "2016-10-06 15:36:03.473434"], ["updated_at", "2016-10-06 15:36:03.473434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione nihil fuga dolorem qui totam ipsum officiis.\",\"text\":\"Quantifying the array won't do anything, we need to hack the redundant exe card!\"}"], ["created_at", "2016-10-06 15:36:03.474348"], ["updated_at", "2016-10-06 15:36:03.474348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut nihil incidunt.\",\"text\":\"We need to index the haptic RAM program!\"}"], ["created_at", "2016-10-06 15:36:03.475282"], ["updated_at", "2016-10-06 15:36:03.475282"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi illo voluptates eos sed et veritatis quo.\",\"text\":\"I'll bypass the auxiliary TCP card, that should bandwidth the XML alarm!\"}"], ["created_at", "2016-10-06 15:36:03.476171"], ["updated_at", "2016-10-06 15:36:03.476171"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio corporis odit aut.\",\"text\":\"We need to generate the 1080p TCP panel!\"}"], ["created_at", "2016-10-06 15:36:03.477053"], ["updated_at", "2016-10-06 15:36:03.477053"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt est est vel.\",\"text\":\"Use the online SSL system, then you can synthesize the optical sensor!\"}"], ["created_at", "2016-10-06 15:36:03.477931"], ["updated_at", "2016-10-06 15:36:03.477931"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum quis commodi quo autem rerum.\",\"text\":\"I'll input the primary SQL port, that should bandwidth the EXE interface!\"}"], ["created_at", "2016-10-06 15:36:03.478816"], ["updated_at", "2016-10-06 15:36:03.478816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus eos sunt perspiciatis unde ut voluptates possimus.\",\"text\":\"Try to compress the SMS card, maybe it will override the open-source port!\"}"], ["created_at", "2016-10-06 15:36:03.479721"], ["updated_at", "2016-10-06 15:36:03.479721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla odio non quod id.\",\"text\":\"The IB pixel is down, compress the haptic firewall so we can generate the SAS microchip!\"}"], ["created_at", "2016-10-06 15:36:03.480609"], ["updated_at", "2016-10-06 15:36:03.480609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis illo eius in quo eum.\",\"text\":\"If we index the monitor, we can get to the ADP interface through the multi-byte HTTP array!\"}"], ["created_at", "2016-10-06 15:36:03.481528"], ["updated_at", "2016-10-06 15:36:03.481528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis est voluptatem voluptates harum consectetur commodi.\",\"text\":\"We need to generate the auxiliary PCI program!\"}"], ["created_at", "2016-10-06 15:36:03.482427"], ["updated_at", "2016-10-06 15:36:03.482427"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores similique iste dolore quo.\",\"text\":\"The TCP protocol is down, bypass the open-source card so we can synthesize the SSL bus!\"}"], ["created_at", "2016-10-06 15:36:03.483322"], ["updated_at", "2016-10-06 15:36:03.483322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam est tempore sit natus.\",\"text\":\"I'll copy the neural HTTP microchip, that should alarm the JSON interface!\"}"], ["created_at", "2016-10-06 15:36:03.484207"], ["updated_at", "2016-10-06 15:36:03.484207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et facere enim pariatur.\",\"text\":\"Generating the firewall won't do anything, we need to calculate the cross-platform ai bus!\"}"], ["created_at", "2016-10-06 15:36:03.485096"], ["updated_at", "2016-10-06 15:36:03.485096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum alias est explicabo.\",\"text\":\"The SQL matrix is down, override the auxiliary firewall so we can input the SMS alarm!\"}"], ["created_at", "2016-10-06 15:36:03.485982"], ["updated_at", "2016-10-06 15:36:03.485982"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam quia at occaecati.\",\"text\":\"The SMTP protocol is down, transmit the bluetooth transmitter so we can index the TCP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.486871"], ["updated_at", "2016-10-06 15:36:03.486871"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum molestiae cumque tempora.\",\"text\":\"If we program the protocol, we can get to the PNG application through the virtual AI panel!\"}"], ["created_at", "2016-10-06 15:36:03.487821"], ["updated_at", "2016-10-06 15:36:03.487821"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem iusto officia atque.\",\"text\":\"I'll synthesize the virtual SCSI alarm, that should card the SSL feed!\"}"], ["created_at", "2016-10-06 15:36:03.488763"], ["updated_at", "2016-10-06 15:36:03.488763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident occaecati consequuntur pariatur quibusdam ducimus sed.\",\"text\":\"We need to bypass the wireless CSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.489722"], ["updated_at", "2016-10-06 15:36:03.489722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate reprehenderit sit quibusdam harum dolore.\",\"text\":\"Use the auxiliary SSL matrix, then you can calculate the mobile bus!\"}"], ["created_at", "2016-10-06 15:36:03.490623"], ["updated_at", "2016-10-06 15:36:03.490623"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa doloremque est perspiciatis similique et ipsa.\",\"text\":\"If we generate the array, we can get to the COM bus through the primary EXE array!\"}"], ["created_at", "2016-10-06 15:36:03.491511"], ["updated_at", "2016-10-06 15:36:03.491511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur necessitatibus et dolor officiis minus autem voluptatem.\",\"text\":\"The AGP pixel is down, calculate the cross-platform interface so we can input the SQL circuit!\"}"], ["created_at", "2016-10-06 15:36:03.492397"], ["updated_at", "2016-10-06 15:36:03.492397"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet iure aut aspernatur dolor omnis ipsam fugiat.\",\"text\":\"You can't navigate the protocol without transmitting the online COM bus!\"}"], ["created_at", "2016-10-06 15:36:03.493290"], ["updated_at", "2016-10-06 15:36:03.493290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae veniam repudiandae pariatur atque voluptates ratione aliquid.\",\"text\":\"Use the auxiliary COM hard drive, then you can navigate the online microchip!\"}"], ["created_at", "2016-10-06 15:36:03.494177"], ["updated_at", "2016-10-06 15:36:03.494177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa amet vel exercitationem nostrum.\",\"text\":\"Calculating the panel won't do anything, we need to back up the mobile usb pixel!\"}"], ["created_at", "2016-10-06 15:36:03.495077"], ["updated_at", "2016-10-06 15:36:03.495077"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti debitis rerum autem.\",\"text\":\"Try to transmit the COM microchip, maybe it will index the auxiliary alarm!\"}"], ["created_at", "2016-10-06 15:36:03.495982"], ["updated_at", "2016-10-06 15:36:03.495982"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit nesciunt expedita et aliquam ratione.\",\"text\":\"Use the cross-platform SQL pixel, then you can bypass the virtual pixel!\"}"], ["created_at", "2016-10-06 15:36:03.496861"], ["updated_at", "2016-10-06 15:36:03.496861"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ullam quidem sint.\",\"text\":\"The HTTP microchip is down, program the online port so we can compress the AGP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.497739"], ["updated_at", "2016-10-06 15:36:03.497739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius est fuga atque quo at.\",\"text\":\"If we copy the feed, we can get to the XSS monitor through the haptic THX application!\"}"], ["created_at", "2016-10-06 15:36:03.498628"], ["updated_at", "2016-10-06 15:36:03.498628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum excepturi doloremque quaerat reprehenderit eum ut.\",\"text\":\"You can't parse the bus without navigating the primary SCSI pixel!\"}"], ["created_at", "2016-10-06 15:36:03.499515"], ["updated_at", "2016-10-06 15:36:03.499515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem minus dolorem saepe deleniti voluptas.\",\"text\":\"Use the 1080p RSS matrix, then you can connect the haptic microchip!\"}"], ["created_at", "2016-10-06 15:36:03.500399"], ["updated_at", "2016-10-06 15:36:03.500399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas est sed aut nulla odit.\",\"text\":\"The HDD card is down, navigate the redundant bandwidth so we can reboot the SQL transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.501278"], ["updated_at", "2016-10-06 15:36:03.501278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias omnis in sint ex et accusantium vel.\",\"text\":\"Use the haptic PCI bus, then you can connect the virtual program!\"}"], ["created_at", "2016-10-06 15:36:03.502177"], ["updated_at", "2016-10-06 15:36:03.502177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio est beatae qui aut nobis praesentium.\",\"text\":\"The THX array is down, generate the bluetooth panel so we can reboot the AGP bus!\"}"], ["created_at", "2016-10-06 15:36:03.503060"], ["updated_at", "2016-10-06 15:36:03.503060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut qui sequi sunt pariatur earum aut nam.\",\"text\":\"You can't override the circuit without generating the virtual JSON alarm!\"}"], ["created_at", "2016-10-06 15:36:03.503960"], ["updated_at", "2016-10-06 15:36:03.503960"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto enim repellat.\",\"text\":\"If we index the driver, we can get to the CSS card through the neural THX application!\"}"], ["created_at", "2016-10-06 15:36:03.504862"], ["updated_at", "2016-10-06 15:36:03.504862"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et beatae odio.\",\"text\":\"If we override the bus, we can get to the SSL bandwidth through the haptic ADP circuit!\"}"], ["created_at", "2016-10-06 15:36:03.505807"], ["updated_at", "2016-10-06 15:36:03.505807"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius harum repellendus cupiditate ipsam rem quasi.\",\"text\":\"If we reboot the monitor, we can get to the AGP array through the redundant HDD panel!\"}"], ["created_at", "2016-10-06 15:36:03.506712"], ["updated_at", "2016-10-06 15:36:03.506712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque quisquam assumenda deserunt sequi aliquam.\",\"text\":\"We need to compress the primary JSON firewall!\"}"], ["created_at", "2016-10-06 15:36:03.507633"], ["updated_at", "2016-10-06 15:36:03.507633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et iure ipsa consequatur animi similique ratione.\",\"text\":\"We need to compress the wireless IB panel!\"}"], ["created_at", "2016-10-06 15:36:03.508524"], ["updated_at", "2016-10-06 15:36:03.508524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic earum velit aut.\",\"text\":\"Connecting the feed won't do anything, we need to override the redundant ftp card!\"}"], ["created_at", "2016-10-06 15:36:03.509406"], ["updated_at", "2016-10-06 15:36:03.509406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam dolor et atque.\",\"text\":\"Use the open-source THX panel, then you can transmit the open-source transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.510307"], ["updated_at", "2016-10-06 15:36:03.510307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim et et id rerum non.\",\"text\":\"The HTTP monitor is down, calculate the haptic monitor so we can navigate the SMTP array!\"}"], ["created_at", "2016-10-06 15:36:03.511194"], ["updated_at", "2016-10-06 15:36:03.511194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor nulla eos assumenda est iure ut.\",\"text\":\"The PNG bus is down, navigate the virtual driver so we can quantify the EXE bus!\"}"], ["created_at", "2016-10-06 15:36:03.512091"], ["updated_at", "2016-10-06 15:36:03.512091"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum molestiae dicta beatae optio repudiandae eum.\",\"text\":\"Compressing the firewall won't do anything, we need to reboot the virtual css circuit!\"}"], ["created_at", "2016-10-06 15:36:03.512996"], ["updated_at", "2016-10-06 15:36:03.512996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum atque neque officia fugiat.\",\"text\":\"You can't reboot the panel without navigating the online SAS port!\"}"], ["created_at", "2016-10-06 15:36:03.513891"], ["updated_at", "2016-10-06 15:36:03.513891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas voluptate architecto accusantium minima blanditiis sit quae.\",\"text\":\"I'll program the online USB circuit, that should system the FTP sensor!\"}"], ["created_at", "2016-10-06 15:36:03.514794"], ["updated_at", "2016-10-06 15:36:03.514794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil voluptatem laudantium quam aut maxime nihil.\",\"text\":\"I'll transmit the virtual SSL microchip, that should capacitor the CSS program!\"}"], ["created_at", "2016-10-06 15:36:03.515681"], ["updated_at", "2016-10-06 15:36:03.515681"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa nemo aut occaecati.\",\"text\":\"We need to compress the cross-platform HTTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.516619"], ["updated_at", "2016-10-06 15:36:03.516619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore aspernatur nemo voluptas.\",\"text\":\"You can't transmit the bandwidth without hacking the bluetooth RSS circuit!\"}"], ["created_at", "2016-10-06 15:36:03.517492"], ["updated_at", "2016-10-06 15:36:03.517492"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque ut aut.\",\"text\":\"Try to calculate the XSS driver, maybe it will reboot the primary system!\"}"], ["created_at", "2016-10-06 15:36:03.518393"], ["updated_at", "2016-10-06 15:36:03.518393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aliquid sunt doloribus.\",\"text\":\"I'll index the cross-platform AGP application, that should bandwidth the XML bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.519278"], ["updated_at", "2016-10-06 15:36:03.519278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil dolor dolor iste vel.\",\"text\":\"I'll reboot the neural SMTP bandwidth, that should pixel the CSS port!\"}"], ["created_at", "2016-10-06 15:36:03.520162"], ["updated_at", "2016-10-06 15:36:03.520162"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa voluptas officia.\",\"text\":\"Copying the hard drive won't do anything, we need to override the 1080p smtp system!\"}"], ["created_at", "2016-10-06 15:36:03.521062"], ["updated_at", "2016-10-06 15:36:03.521062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem facilis voluptatibus adipisci voluptatem ut neque vitae.\",\"text\":\"Try to quantify the CSS pixel, maybe it will transmit the 1080p alarm!\"}"], ["created_at", "2016-10-06 15:36:03.522042"], ["updated_at", "2016-10-06 15:36:03.522042"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis quis repudiandae at.\",\"text\":\"If we reboot the firewall, we can get to the CSS application through the haptic XSS card!\"}"], ["created_at", "2016-10-06 15:36:03.523025"], ["updated_at", "2016-10-06 15:36:03.523025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia blanditiis eum enim consequuntur.\",\"text\":\"You can't hack the program without navigating the online COM interface!\"}"], ["created_at", "2016-10-06 15:36:03.523986"], ["updated_at", "2016-10-06 15:36:03.523986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam distinctio nemo.\",\"text\":\"We need to program the redundant XML panel!\"}"], ["created_at", "2016-10-06 15:36:03.524951"], ["updated_at", "2016-10-06 15:36:03.524951"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis non molestiae dicta veniam accusantium ut.\",\"text\":\"Try to bypass the AGP application, maybe it will parse the cross-platform feed!\"}"], ["created_at", "2016-10-06 15:36:03.525915"], ["updated_at", "2016-10-06 15:36:03.525915"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et asperiores nihil ad est quia eum.\",\"text\":\"Calculating the array won't do anything, we need to program the open-source ftp microchip!\"}"], ["created_at", "2016-10-06 15:36:03.526896"], ["updated_at", "2016-10-06 15:36:03.526896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti unde beatae omnis corporis aspernatur officiis.\",\"text\":\"I'll back up the wireless XSS bandwidth, that should microchip the IB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.527836"], ["updated_at", "2016-10-06 15:36:03.527836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus consectetur corrupti itaque eum.\",\"text\":\"I'll back up the online CSS program, that should pixel the USB matrix!\"}"], ["created_at", "2016-10-06 15:36:03.528762"], ["updated_at", "2016-10-06 15:36:03.528762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia sunt voluptas pariatur.\",\"text\":\"I'll generate the 1080p COM panel, that should transmitter the SQL transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.529669"], ["updated_at", "2016-10-06 15:36:03.529669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem perspiciatis iure voluptatibus sint.\",\"text\":\"Try to hack the SCSI firewall, maybe it will navigate the 1080p bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.530563"], ["updated_at", "2016-10-06 15:36:03.530563"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis tenetur vel reiciendis consequatur officia hic.\",\"text\":\"Transmitting the alarm won't do anything, we need to synthesize the mobile ssl monitor!\"}"], ["created_at", "2016-10-06 15:36:03.531448"], ["updated_at", "2016-10-06 15:36:03.531448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime odit molestiae repellat rem.\",\"text\":\"If we input the matrix, we can get to the CSS capacitor through the haptic AI bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.532331"], ["updated_at", "2016-10-06 15:36:03.532331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem non hic quis qui architecto impedit tempora.\",\"text\":\"Use the redundant PNG system, then you can reboot the auxiliary application!\"}"], ["created_at", "2016-10-06 15:36:03.533204"], ["updated_at", "2016-10-06 15:36:03.533204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum alias dolore aut aut sed fugiat unde.\",\"text\":\"Try to hack the USB transmitter, maybe it will bypass the back-end capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.534091"], ["updated_at", "2016-10-06 15:36:03.534091"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque iusto ad voluptatem dicta.\",\"text\":\"We need to back up the mobile PCI monitor!\"}"], ["created_at", "2016-10-06 15:36:03.535024"], ["updated_at", "2016-10-06 15:36:03.535024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum temporibus veritatis perspiciatis.\",\"text\":\"We need to calculate the solid state AI firewall!\"}"], ["created_at", "2016-10-06 15:36:03.535903"], ["updated_at", "2016-10-06 15:36:03.535903"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique eum et amet unde quas tenetur.\",\"text\":\"Hacking the firewall won't do anything, we need to connect the haptic ib sensor!\"}"], ["created_at", "2016-10-06 15:36:03.536782"], ["updated_at", "2016-10-06 15:36:03.536782"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A nihil accusantium laboriosam laborum quos quia.\",\"text\":\"You can't program the system without quantifying the solid state HDD feed!\"}"], ["created_at", "2016-10-06 15:36:03.537685"], ["updated_at", "2016-10-06 15:36:03.537685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur quasi dolorum minus.\",\"text\":\"I'll reboot the virtual SQL microchip, that should panel the CSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.538687"], ["updated_at", "2016-10-06 15:36:03.538687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum voluptas qui.\",\"text\":\"Bypassing the circuit won't do anything, we need to back up the digital gb program!\"}"], ["created_at", "2016-10-06 15:36:03.539585"], ["updated_at", "2016-10-06 15:36:03.539585"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis et nobis totam provident ut dolorum.\",\"text\":\"Use the primary SCSI circuit, then you can copy the multi-byte system!\"}"], ["created_at", "2016-10-06 15:36:03.540467"], ["updated_at", "2016-10-06 15:36:03.540467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis beatae quis atque.\",\"text\":\"If we transmit the bus, we can get to the COM pixel through the optical SQL pixel!\"}"], ["created_at", "2016-10-06 15:36:03.541351"], ["updated_at", "2016-10-06 15:36:03.541351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo natus earum exercitationem minus temporibus.\",\"text\":\"The AGP matrix is down, program the open-source driver so we can program the SMTP port!\"}"], ["created_at", "2016-10-06 15:36:03.542277"], ["updated_at", "2016-10-06 15:36:03.542277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti ipsam aut et vero.\",\"text\":\"If we quantify the driver, we can get to the SQL program through the redundant SMS interface!\"}"], ["created_at", "2016-10-06 15:36:03.543174"], ["updated_at", "2016-10-06 15:36:03.543174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur et accusantium dolores sint.\",\"text\":\"Bypassing the firewall won't do anything, we need to generate the cross-platform pci feed!\"}"], ["created_at", "2016-10-06 15:36:03.544074"], ["updated_at", "2016-10-06 15:36:03.544074"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo delectus culpa.\",\"text\":\"We need to connect the multi-byte FTP driver!\"}"], ["created_at", "2016-10-06 15:36:03.545006"], ["updated_at", "2016-10-06 15:36:03.545006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti consequatur quasi aspernatur.\",\"text\":\"You can't reboot the protocol without indexing the redundant SCSI circuit!\"}"], ["created_at", "2016-10-06 15:36:03.546016"], ["updated_at", "2016-10-06 15:36:03.546016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam quis tempora.\",\"text\":\"Quantifying the bus won't do anything, we need to program the bluetooth hdd bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.546982"], ["updated_at", "2016-10-06 15:36:03.546982"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim aut quidem commodi dignissimos soluta doloribus.\",\"text\":\"The COM alarm is down, program the bluetooth application so we can hack the TCP card!\"}"], ["created_at", "2016-10-06 15:36:03.548001"], ["updated_at", "2016-10-06 15:36:03.548001"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut placeat voluptas.\",\"text\":\"You can't parse the system without transmitting the open-source PCI transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.548967"], ["updated_at", "2016-10-06 15:36:03.548967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro animi pariatur ab perferendis iure qui.\",\"text\":\"You can't generate the circuit without copying the redundant HDD alarm!\"}"], ["created_at", "2016-10-06 15:36:03.550024"], ["updated_at", "2016-10-06 15:36:03.550024"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum voluptas eos eaque itaque placeat.\",\"text\":\"I'll generate the multi-byte XML alarm, that should interface the FTP bus!\"}"], ["created_at", "2016-10-06 15:36:03.550991"], ["updated_at", "2016-10-06 15:36:03.550991"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dolore consequatur rerum consequatur dolores.\",\"text\":\"The JSON monitor is down, parse the virtual pixel so we can parse the SCSI transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.551992"], ["updated_at", "2016-10-06 15:36:03.551992"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas dolores ut modi.\",\"text\":\"Try to back up the JSON capacitor, maybe it will compress the multi-byte firewall!\"}"], ["created_at", "2016-10-06 15:36:03.552968"], ["updated_at", "2016-10-06 15:36:03.552968"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem amet laborum dolore fugiat.\",\"text\":\"The SMS matrix is down, synthesize the mobile transmitter so we can override the ADP transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.553967"], ["updated_at", "2016-10-06 15:36:03.553967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio harum distinctio ut.\",\"text\":\"You can't quantify the driver without generating the haptic JSON card!\"}"], ["created_at", "2016-10-06 15:36:03.555014"], ["updated_at", "2016-10-06 15:36:03.555014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum enim aut vero necessitatibus sit delectus.\",\"text\":\"Copying the driver won't do anything, we need to program the optical pci sensor!\"}"], ["created_at", "2016-10-06 15:36:03.556072"], ["updated_at", "2016-10-06 15:36:03.556072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas qui autem voluptatem sit et.\",\"text\":\"You can't transmit the firewall without compressing the mobile HTTP microchip!\"}"], ["created_at", "2016-10-06 15:36:03.557039"], ["updated_at", "2016-10-06 15:36:03.557039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab non reprehenderit nobis error.\",\"text\":\"I'll parse the virtual AI alarm, that should sensor the CSS port!\"}"], ["created_at", "2016-10-06 15:36:03.558073"], ["updated_at", "2016-10-06 15:36:03.558073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt repellat minima quis dolores ipsam.\",\"text\":\"Parsing the bandwidth won't do anything, we need to connect the bluetooth adp firewall!\"}"], ["created_at", "2016-10-06 15:36:03.559011"], ["updated_at", "2016-10-06 15:36:03.559011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex quasi velit.\",\"text\":\"The SSL interface is down, synthesize the back-end array so we can synthesize the FTP matrix!\"}"], ["created_at", "2016-10-06 15:36:03.559886"], ["updated_at", "2016-10-06 15:36:03.559886"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis aut harum modi.\",\"text\":\"I'll generate the bluetooth IB program, that should sensor the CSS circuit!\"}"], ["created_at", "2016-10-06 15:36:03.560841"], ["updated_at", "2016-10-06 15:36:03.560841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos delectus eligendi amet vero maiores.\",\"text\":\"I'll connect the auxiliary EXE monitor, that should bus the CSS system!\"}"], ["created_at", "2016-10-06 15:36:03.561841"], ["updated_at", "2016-10-06 15:36:03.561841"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia qui porro id eligendi pariatur.\",\"text\":\"You can't back up the monitor without overriding the redundant SCSI matrix!\"}"], ["created_at", "2016-10-06 15:36:03.562842"], ["updated_at", "2016-10-06 15:36:03.562842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quidem necessitatibus voluptates voluptas modi reiciendis saepe.\",\"text\":\"If we calculate the sensor, we can get to the THX card through the digital COM sensor!\"}"], ["created_at", "2016-10-06 15:36:03.563832"], ["updated_at", "2016-10-06 15:36:03.563832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius voluptatem deserunt voluptatem doloremque eos dolorum.\",\"text\":\"The XSS matrix is down, connect the solid state card so we can index the AI system!\"}"], ["created_at", "2016-10-06 15:36:03.564795"], ["updated_at", "2016-10-06 15:36:03.564795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur nesciunt architecto iure eum est aut.\",\"text\":\"If we quantify the program, we can get to the USB panel through the wireless EXE feed!\"}"], ["created_at", "2016-10-06 15:36:03.565750"], ["updated_at", "2016-10-06 15:36:03.565750"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus est repellat rerum.\",\"text\":\"We need to index the back-end AGP pixel!\"}"], ["created_at", "2016-10-06 15:36:03.566718"], ["updated_at", "2016-10-06 15:36:03.566718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio dolor cupiditate cum consequatur.\",\"text\":\"We need to reboot the mobile SMTP protocol!\"}"], ["created_at", "2016-10-06 15:36:03.567685"], ["updated_at", "2016-10-06 15:36:03.567685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eius omnis illum.\",\"text\":\"You can't quantify the system without backing up the bluetooth COM array!\"}"], ["created_at", "2016-10-06 15:36:03.568633"], ["updated_at", "2016-10-06 15:36:03.568633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore rerum ullam deleniti consequatur.\",\"text\":\"I'll back up the optical GB monitor, that should interface the XML bus!\"}"], ["created_at", "2016-10-06 15:36:03.569580"], ["updated_at", "2016-10-06 15:36:03.569580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et accusamus.\",\"text\":\"You can't bypass the system without navigating the digital AGP sensor!\"}"], ["created_at", "2016-10-06 15:36:03.570545"], ["updated_at", "2016-10-06 15:36:03.570545"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque voluptatum voluptates qui similique.\",\"text\":\"The HDD card is down, program the mobile protocol so we can reboot the HTTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.571434"], ["updated_at", "2016-10-06 15:36:03.571434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel nihil eligendi deserunt aperiam qui occaecati.\",\"text\":\"Use the neural PCI driver, then you can synthesize the neural matrix!\"}"], ["created_at", "2016-10-06 15:36:03.572317"], ["updated_at", "2016-10-06 15:36:03.572317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores velit iste voluptatem.\",\"text\":\"Try to index the AI interface, maybe it will program the 1080p bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.573214"], ["updated_at", "2016-10-06 15:36:03.573214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam quia maxime nulla commodi voluptatem.\",\"text\":\"I'll quantify the open-source XSS microchip, that should application the AGP firewall!\"}"], ["created_at", "2016-10-06 15:36:03.574096"], ["updated_at", "2016-10-06 15:36:03.574096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia voluptatem voluptas aperiam qui.\",\"text\":\"The USB sensor is down, synthesize the digital pixel so we can navigate the SMTP pixel!\"}"], ["created_at", "2016-10-06 15:36:03.574994"], ["updated_at", "2016-10-06 15:36:03.574994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore commodi nemo sit non eligendi.\",\"text\":\"I'll copy the virtual SDD interface, that should program the FTP firewall!\"}"], ["created_at", "2016-10-06 15:36:03.575877"], ["updated_at", "2016-10-06 15:36:03.575877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum quos quasi est.\",\"text\":\"I'll reboot the optical TCP monitor, that should capacitor the ADP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.576765"], ["updated_at", "2016-10-06 15:36:03.576765"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur voluptas aut voluptatem voluptatem eum odit.\",\"text\":\"Quantifying the system won't do anything, we need to hack the virtual sql bus!\"}"], ["created_at", "2016-10-06 15:36:03.577641"], ["updated_at", "2016-10-06 15:36:03.577641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia labore consequatur.\",\"text\":\"I'll back up the bluetooth AGP transmitter, that should program the XSS hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.578538"], ["updated_at", "2016-10-06 15:36:03.578538"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus tempora ut ratione distinctio.\",\"text\":\"Use the redundant SCSI alarm, then you can synthesize the online bus!\"}"], ["created_at", "2016-10-06 15:36:03.579449"], ["updated_at", "2016-10-06 15:36:03.579449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum consequatur cum architecto nobis reprehenderit exercitationem.\",\"text\":\"We need to back up the 1080p HTTP feed!\"}"], ["created_at", "2016-10-06 15:36:03.580334"], ["updated_at", "2016-10-06 15:36:03.580334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et laudantium quia minima rerum ullam officia.\",\"text\":\"The RSS driver is down, input the open-source interface so we can connect the TCP alarm!\"}"], ["created_at", "2016-10-06 15:36:03.581214"], ["updated_at", "2016-10-06 15:36:03.581214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et repudiandae quaerat ex fuga.\",\"text\":\"I'll quantify the redundant IB monitor, that should alarm the AI interface!\"}"], ["created_at", "2016-10-06 15:36:03.582083"], ["updated_at", "2016-10-06 15:36:03.582083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur expedita neque qui voluptas.\",\"text\":\"Try to quantify the AGP capacitor, maybe it will back up the auxiliary feed!\"}"], ["created_at", "2016-10-06 15:36:03.582978"], ["updated_at", "2016-10-06 15:36:03.582978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum repellat fuga voluptatem excepturi minus illo.\",\"text\":\"I'll hack the cross-platform SMS interface, that should bus the JBOD transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.583860"], ["updated_at", "2016-10-06 15:36:03.583860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione qui nostrum debitis.\",\"text\":\"Try to compress the HDD pixel, maybe it will calculate the online feed!\"}"], ["created_at", "2016-10-06 15:36:03.584730"], ["updated_at", "2016-10-06 15:36:03.584730"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci minus aut sit sint doloremque.\",\"text\":\"Copying the microchip won't do anything, we need to parse the virtual png sensor!\"}"], ["created_at", "2016-10-06 15:36:03.585610"], ["updated_at", "2016-10-06 15:36:03.585610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam dolorum numquam voluptatibus doloribus non iure eius.\",\"text\":\"If we synthesize the bus, we can get to the AGP microchip through the bluetooth IB driver!\"}"], ["created_at", "2016-10-06 15:36:03.586542"], ["updated_at", "2016-10-06 15:36:03.586542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam dolor et blanditiis.\",\"text\":\"If we input the hard drive, we can get to the PNG port through the virtual TCP array!\"}"], ["created_at", "2016-10-06 15:36:03.587480"], ["updated_at", "2016-10-06 15:36:03.587480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed et consequatur optio rem laboriosam voluptatibus.\",\"text\":\"Try to input the IB interface, maybe it will parse the multi-byte driver!\"}"], ["created_at", "2016-10-06 15:36:03.588371"], ["updated_at", "2016-10-06 15:36:03.588371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ipsa doloribus voluptatem.\",\"text\":\"If we connect the circuit, we can get to the JBOD protocol through the virtual CSS matrix!\"}"], ["created_at", "2016-10-06 15:36:03.589247"], ["updated_at", "2016-10-06 15:36:03.589247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni quos quasi sit voluptatem illo et ea.\",\"text\":\"The SCSI array is down, index the cross-platform program so we can index the ADP protocol!\"}"], ["created_at", "2016-10-06 15:36:03.590133"], ["updated_at", "2016-10-06 15:36:03.590133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem voluptates et est vel quis ipsum.\",\"text\":\"I'll connect the multi-byte HDD feed, that should monitor the PCI interface!\"}"], ["created_at", "2016-10-06 15:36:03.591030"], ["updated_at", "2016-10-06 15:36:03.591030"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi rem rerum odio nemo quos quis sequi.\",\"text\":\"Try to index the JBOD firewall, maybe it will connect the neural sensor!\"}"], ["created_at", "2016-10-06 15:36:03.591900"], ["updated_at", "2016-10-06 15:36:03.591900"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit nihil aperiam deleniti dolores est dolor voluptatem.\",\"text\":\"I'll calculate the cross-platform PCI protocol, that should program the USB array!\"}"], ["created_at", "2016-10-06 15:36:03.592829"], ["updated_at", "2016-10-06 15:36:03.592829"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem id voluptatem.\",\"text\":\"If we reboot the matrix, we can get to the SAS pixel through the haptic GB bus!\"}"], ["created_at", "2016-10-06 15:36:03.593830"], ["updated_at", "2016-10-06 15:36:03.593830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque odio dicta occaecati et.\",\"text\":\"The SCSI card is down, transmit the auxiliary feed so we can override the PCI program!\"}"], ["created_at", "2016-10-06 15:36:03.594728"], ["updated_at", "2016-10-06 15:36:03.594728"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi aut dolorum illo dicta.\",\"text\":\"Try to input the XML protocol, maybe it will generate the wireless firewall!\"}"], ["created_at", "2016-10-06 15:36:03.595630"], ["updated_at", "2016-10-06 15:36:03.595630"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam sint dignissimos nulla.\",\"text\":\"The RSS protocol is down, synthesize the 1080p pixel so we can override the IB array!\"}"], ["created_at", "2016-10-06 15:36:03.596548"], ["updated_at", "2016-10-06 15:36:03.596548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et laborum repellendus inventore qui rem placeat.\",\"text\":\"We need to generate the bluetooth SDD system!\"}"], ["created_at", "2016-10-06 15:36:03.597434"], ["updated_at", "2016-10-06 15:36:03.597434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi a excepturi.\",\"text\":\"If we quantify the driver, we can get to the PCI port through the open-source JSON alarm!\"}"], ["created_at", "2016-10-06 15:36:03.598315"], ["updated_at", "2016-10-06 15:36:03.598315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga praesentium aut.\",\"text\":\"The USB card is down, calculate the auxiliary driver so we can navigate the SAS matrix!\"}"], ["created_at", "2016-10-06 15:36:03.599189"], ["updated_at", "2016-10-06 15:36:03.599189"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit consequatur nulla cum.\",\"text\":\"We need to generate the virtual AGP capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.600083"], ["updated_at", "2016-10-06 15:36:03.600083"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem earum aliquid et inventore rerum assumenda.\",\"text\":\"Try to connect the JSON sensor, maybe it will connect the mobile transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.600974"], ["updated_at", "2016-10-06 15:36:03.600974"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae delectus voluptate tempore voluptatibus temporibus.\",\"text\":\"I'll synthesize the open-source AI panel, that should circuit the AGP sensor!\"}"], ["created_at", "2016-10-06 15:36:03.601861"], ["updated_at", "2016-10-06 15:36:03.601861"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque natus aut.\",\"text\":\"I'll copy the solid state COM transmitter, that should feed the SCSI microchip!\"}"], ["created_at", "2016-10-06 15:36:03.602779"], ["updated_at", "2016-10-06 15:36:03.602779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem et impedit eos blanditiis.\",\"text\":\"You can't hack the panel without copying the redundant SMS program!\"}"], ["created_at", "2016-10-06 15:36:03.603784"], ["updated_at", "2016-10-06 15:36:03.603784"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ipsa suscipit rerum.\",\"text\":\"Use the virtual THX pixel, then you can connect the optical feed!\"}"], ["created_at", "2016-10-06 15:36:03.604740"], ["updated_at", "2016-10-06 15:36:03.604740"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique ut totam ipsa.\",\"text\":\"If we navigate the microchip, we can get to the HDD capacitor through the back-end IB array!\"}"], ["created_at", "2016-10-06 15:36:03.605693"], ["updated_at", "2016-10-06 15:36:03.605693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur soluta dolor est nesciunt dolores vel iusto.\",\"text\":\"You can't bypass the bus without compressing the open-source PCI program!\"}"], ["created_at", "2016-10-06 15:36:03.606683"], ["updated_at", "2016-10-06 15:36:03.606683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint consequatur quo ab ullam vel deserunt commodi.\",\"text\":\"Try to parse the XSS bandwidth, maybe it will copy the bluetooth monitor!\"}"], ["created_at", "2016-10-06 15:36:03.607624"], ["updated_at", "2016-10-06 15:36:03.607624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore omnis dicta sequi deserunt.\",\"text\":\"You can't generate the interface without hacking the optical GB pixel!\"}"], ["created_at", "2016-10-06 15:36:03.608591"], ["updated_at", "2016-10-06 15:36:03.608591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis voluptate explicabo beatae sed aut eum.\",\"text\":\"The USB panel is down, override the neural interface so we can hack the IB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.609552"], ["updated_at", "2016-10-06 15:36:03.609552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis eum vel.\",\"text\":\"If we back up the alarm, we can get to the SAS port through the primary XML application!\"}"], ["created_at", "2016-10-06 15:36:03.610510"], ["updated_at", "2016-10-06 15:36:03.610510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sit voluptatum beatae iure error.\",\"text\":\"We need to parse the online AGP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.611469"], ["updated_at", "2016-10-06 15:36:03.611469"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus maxime amet.\",\"text\":\"I'll navigate the 1080p SCSI driver, that should interface the AGP system!\"}"], ["created_at", "2016-10-06 15:36:03.612425"], ["updated_at", "2016-10-06 15:36:03.612425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos voluptatibus fugit mollitia debitis nesciunt.\",\"text\":\"The PCI capacitor is down, reboot the virtual protocol so we can parse the PCI matrix!\"}"], ["created_at", "2016-10-06 15:36:03.613403"], ["updated_at", "2016-10-06 15:36:03.613403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita sint voluptatum delectus.\",\"text\":\"I'll reboot the wireless GB card, that should matrix the RSS panel!\"}"], ["created_at", "2016-10-06 15:36:03.614361"], ["updated_at", "2016-10-06 15:36:03.614361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium impedit enim esse et libero vel.\",\"text\":\"I'll index the online SSL driver, that should driver the XML program!\"}"], ["created_at", "2016-10-06 15:36:03.615314"], ["updated_at", "2016-10-06 15:36:03.615314"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum dolorem sit et.\",\"text\":\"Synthesizing the bus won't do anything, we need to parse the back-end ib firewall!\"}"], ["created_at", "2016-10-06 15:36:03.616266"], ["updated_at", "2016-10-06 15:36:03.616266"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda ipsum a laboriosam.\",\"text\":\"You can't input the protocol without connecting the digital THX bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.617218"], ["updated_at", "2016-10-06 15:36:03.617218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit sunt ex doloribus beatae aut.\",\"text\":\"Compressing the sensor won't do anything, we need to calculate the bluetooth pci monitor!\"}"], ["created_at", "2016-10-06 15:36:03.618199"], ["updated_at", "2016-10-06 15:36:03.618199"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus pariatur cum.\",\"text\":\"The HDD interface is down, reboot the 1080p bus so we can back up the SAS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.619183"], ["updated_at", "2016-10-06 15:36:03.619183"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente molestias quos facilis ut.\",\"text\":\"We need to quantify the primary ADP sensor!\"}"], ["created_at", "2016-10-06 15:36:03.620167"], ["updated_at", "2016-10-06 15:36:03.620167"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur iste consequuntur et provident.\",\"text\":\"The IB feed is down, index the optical hard drive so we can hack the SCSI driver!\"}"], ["created_at", "2016-10-06 15:36:03.621183"], ["updated_at", "2016-10-06 15:36:03.621183"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium laborum eos.\",\"text\":\"I'll transmit the auxiliary ADP card, that should sensor the XSS feed!\"}"], ["created_at", "2016-10-06 15:36:03.622165"], ["updated_at", "2016-10-06 15:36:03.622165"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit laborum voluptates autem.\",\"text\":\"Use the auxiliary ADP microchip, then you can index the optical port!\"}"], ["created_at", "2016-10-06 15:36:03.623135"], ["updated_at", "2016-10-06 15:36:03.623135"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates velit iusto possimus delectus magni nostrum rerum.\",\"text\":\"You can't override the bandwidth without overriding the haptic SAS circuit!\"}"], ["created_at", "2016-10-06 15:36:03.624110"], ["updated_at", "2016-10-06 15:36:03.624110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint qui aut praesentium dicta blanditiis facilis.\",\"text\":\"The HTTP matrix is down, copy the neural application so we can compress the AGP microchip!\"}"], ["created_at", "2016-10-06 15:36:03.625092"], ["updated_at", "2016-10-06 15:36:03.625092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae molestias voluptas veritatis iste facere saepe.\",\"text\":\"I'll calculate the redundant TCP firewall, that should capacitor the SMS application!\"}"], ["created_at", "2016-10-06 15:36:03.626064"], ["updated_at", "2016-10-06 15:36:03.626064"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae quis aliquam et iure aut.\",\"text\":\"The XSS firewall is down, index the wireless hard drive so we can calculate the SSL bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.627049"], ["updated_at", "2016-10-06 15:36:03.627049"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sapiente possimus.\",\"text\":\"Transmitting the panel won't do anything, we need to input the haptic scsi alarm!\"}"], ["created_at", "2016-10-06 15:36:03.628003"], ["updated_at", "2016-10-06 15:36:03.628003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui molestiae debitis iusto nam.\",\"text\":\"Backing up the card won't do anything, we need to index the 1080p exe driver!\"}"], ["created_at", "2016-10-06 15:36:03.628962"], ["updated_at", "2016-10-06 15:36:03.628962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique odio nisi et et hic.\",\"text\":\"Hacking the alarm won't do anything, we need to calculate the bluetooth agp driver!\"}"], ["created_at", "2016-10-06 15:36:03.629860"], ["updated_at", "2016-10-06 15:36:03.629860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente inventore molestiae.\",\"text\":\"Try to connect the CSS feed, maybe it will hack the back-end panel!\"}"], ["created_at", "2016-10-06 15:36:03.630772"], ["updated_at", "2016-10-06 15:36:03.630772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit facere sit ut.\",\"text\":\"You can't navigate the hard drive without calculating the virtual IB microchip!\"}"], ["created_at", "2016-10-06 15:36:03.631656"], ["updated_at", "2016-10-06 15:36:03.631656"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente consequatur sit molestias sunt consectetur voluptatibus minus.\",\"text\":\"I'll program the neural AI card, that should array the USB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.632542"], ["updated_at", "2016-10-06 15:36:03.632542"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta magnam quo facere odio soluta.\",\"text\":\"Use the redundant HDD firewall, then you can copy the haptic feed!\"}"], ["created_at", "2016-10-06 15:36:03.633437"], ["updated_at", "2016-10-06 15:36:03.633437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid amet et et.\",\"text\":\"We need to connect the mobile SMS bus!\"}"], ["created_at", "2016-10-06 15:36:03.634362"], ["updated_at", "2016-10-06 15:36:03.634362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse autem et explicabo ut voluptatem incidunt expedita.\",\"text\":\"Use the primary SCSI circuit, then you can copy the multi-byte interface!\"}"], ["created_at", "2016-10-06 15:36:03.635296"], ["updated_at", "2016-10-06 15:36:03.635296"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate amet impedit et animi et.\",\"text\":\"Try to bypass the XSS card, maybe it will navigate the virtual port!\"}"], ["created_at", "2016-10-06 15:36:03.636220"], ["updated_at", "2016-10-06 15:36:03.636220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ab omnis animi omnis aut.\",\"text\":\"We need to navigate the multi-byte SDD array!\"}"], ["created_at", "2016-10-06 15:36:03.637159"], ["updated_at", "2016-10-06 15:36:03.637159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi incidunt et temporibus facilis.\",\"text\":\"Use the 1080p EXE transmitter, then you can generate the 1080p transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.638092"], ["updated_at", "2016-10-06 15:36:03.638092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat quos exercitationem rerum in.\",\"text\":\"I'll bypass the back-end AI firewall, that should hard drive the SSL feed!\"}"], ["created_at", "2016-10-06 15:36:03.639034"], ["updated_at", "2016-10-06 15:36:03.639034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio itaque ea soluta.\",\"text\":\"We need to override the online COM panel!\"}"], ["created_at", "2016-10-06 15:36:03.639926"], ["updated_at", "2016-10-06 15:36:03.639926"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem nemo rerum modi vero.\",\"text\":\"We need to input the optical THX transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.641035"], ["updated_at", "2016-10-06 15:36:03.641035"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet ut et quo rem repellendus.\",\"text\":\"Use the bluetooth ADP bus, then you can bypass the bluetooth card!\"}"], ["created_at", "2016-10-06 15:36:03.642079"], ["updated_at", "2016-10-06 15:36:03.642079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ratione blanditiis magni reiciendis officiis ab sint.\",\"text\":\"Compressing the pixel won't do anything, we need to connect the mobile ftp transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.643081"], ["updated_at", "2016-10-06 15:36:03.643081"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto veritatis eum laudantium animi at mollitia.\",\"text\":\"You can't generate the array without backing up the solid state PNG bus!\"}"], ["created_at", "2016-10-06 15:36:03.644068"], ["updated_at", "2016-10-06 15:36:03.644068"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque beatae repudiandae inventore dolorum perferendis consequatur iure.\",\"text\":\"Use the cross-platform SDD driver, then you can reboot the 1080p interface!\"}"], ["created_at", "2016-10-06 15:36:03.645063"], ["updated_at", "2016-10-06 15:36:03.645063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut dignissimos quasi nisi odio ipsam voluptatum.\",\"text\":\"You can't override the circuit without synthesizing the 1080p IB driver!\"}"], ["created_at", "2016-10-06 15:36:03.646086"], ["updated_at", "2016-10-06 15:36:03.646086"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi repudiandae fugiat temporibus est voluptatem nostrum veritatis.\",\"text\":\"The ADP capacitor is down, compress the open-source bandwidth so we can copy the RSS port!\"}"], ["created_at", "2016-10-06 15:36:03.647046"], ["updated_at", "2016-10-06 15:36:03.647046"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In magnam sed ducimus laudantium iusto enim est.\",\"text\":\"Try to bypass the EXE capacitor, maybe it will compress the haptic port!\"}"], ["created_at", "2016-10-06 15:36:03.647964"], ["updated_at", "2016-10-06 15:36:03.647964"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum harum sint et.\",\"text\":\"Try to index the IB program, maybe it will program the primary hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.648865"], ["updated_at", "2016-10-06 15:36:03.648865"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore perferendis quia est rerum ad consequatur voluptas.\",\"text\":\"I'll hack the auxiliary FTP matrix, that should application the AI circuit!\"}"], ["created_at", "2016-10-06 15:36:03.649774"], ["updated_at", "2016-10-06 15:36:03.649774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed velit est.\",\"text\":\"You can't quantify the monitor without transmitting the bluetooth JSON system!\"}"], ["created_at", "2016-10-06 15:36:03.650703"], ["updated_at", "2016-10-06 15:36:03.650703"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut illo ipsa voluptatum iure.\",\"text\":\"The FTP alarm is down, transmit the mobile transmitter so we can quantify the JSON driver!\"}"], ["created_at", "2016-10-06 15:36:03.651626"], ["updated_at", "2016-10-06 15:36:03.651626"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolorem occaecati.\",\"text\":\"We need to parse the mobile SMTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.652522"], ["updated_at", "2016-10-06 15:36:03.652522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut asperiores sit omnis consectetur.\",\"text\":\"Quantifying the driver won't do anything, we need to transmit the primary ram circuit!\"}"], ["created_at", "2016-10-06 15:36:03.653394"], ["updated_at", "2016-10-06 15:36:03.653394"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident voluptate voluptas sit autem quo doloremque.\",\"text\":\"The SAS panel is down, compress the 1080p card so we can synthesize the COM port!\"}"], ["created_at", "2016-10-06 15:36:03.654342"], ["updated_at", "2016-10-06 15:36:03.654342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio voluptate voluptas dignissimos omnis id temporibus.\",\"text\":\"If we transmit the bus, we can get to the SCSI port through the wireless XML system!\"}"], ["created_at", "2016-10-06 15:36:03.655252"], ["updated_at", "2016-10-06 15:36:03.655252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quas numquam exercitationem quis nesciunt.\",\"text\":\"If we program the feed, we can get to the JBOD transmitter through the primary SMTP panel!\"}"], ["created_at", "2016-10-06 15:36:03.656143"], ["updated_at", "2016-10-06 15:36:03.656143"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque est voluptate architecto a quo nisi.\",\"text\":\"I'll program the redundant JSON protocol, that should application the XML driver!\"}"], ["created_at", "2016-10-06 15:36:03.657087"], ["updated_at", "2016-10-06 15:36:03.657087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic beatae cumque.\",\"text\":\"Use the primary SSL capacitor, then you can parse the open-source protocol!\"}"], ["created_at", "2016-10-06 15:36:03.658006"], ["updated_at", "2016-10-06 15:36:03.658006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatem facere totam tempore in nemo culpa.\",\"text\":\"The SSL program is down, override the optical hard drive so we can calculate the TCP panel!\"}"], ["created_at", "2016-10-06 15:36:03.658939"], ["updated_at", "2016-10-06 15:36:03.658939"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias ex ea.\",\"text\":\"You can't calculate the program without overriding the back-end SDD matrix!\"}"], ["created_at", "2016-10-06 15:36:03.659828"], ["updated_at", "2016-10-06 15:36:03.659828"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sequi dolore in minima sed.\",\"text\":\"Use the multi-byte USB port, then you can connect the neural system!\"}"], ["created_at", "2016-10-06 15:36:03.660706"], ["updated_at", "2016-10-06 15:36:03.660706"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores non non.\",\"text\":\"We need to program the mobile AI program!\"}"], ["created_at", "2016-10-06 15:36:03.661683"], ["updated_at", "2016-10-06 15:36:03.661683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus non quae doloribus.\",\"text\":\"The USB protocol is down, hack the digital firewall so we can override the RSS panel!\"}"], ["created_at", "2016-10-06 15:36:03.662695"], ["updated_at", "2016-10-06 15:36:03.662695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut minima sit.\",\"text\":\"Try to synthesize the SCSI protocol, maybe it will program the bluetooth capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.663643"], ["updated_at", "2016-10-06 15:36:03.663643"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis veniam sed.\",\"text\":\"You can't parse the panel without generating the bluetooth SCSI alarm!\"}"], ["created_at", "2016-10-06 15:36:03.664533"], ["updated_at", "2016-10-06 15:36:03.664533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum nihil adipisci occaecati minus consequuntur deserunt.\",\"text\":\"You can't compress the sensor without synthesizing the optical SMS hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.665401"], ["updated_at", "2016-10-06 15:36:03.665401"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed nostrum quis distinctio eum ducimus suscipit.\",\"text\":\"Try to copy the THX hard drive, maybe it will bypass the solid state matrix!\"}"], ["created_at", "2016-10-06 15:36:03.666314"], ["updated_at", "2016-10-06 15:36:03.666314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae eius eaque pariatur placeat rerum explicabo.\",\"text\":\"The TCP firewall is down, connect the cross-platform pixel so we can compress the FTP driver!\"}"], ["created_at", "2016-10-06 15:36:03.667208"], ["updated_at", "2016-10-06 15:36:03.667208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat cum deserunt sint vel atque sit eos.\",\"text\":\"We need to reboot the multi-byte JSON firewall!\"}"], ["created_at", "2016-10-06 15:36:03.668165"], ["updated_at", "2016-10-06 15:36:03.668165"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit commodi quam earum qui aperiam occaecati.\",\"text\":\"We need to calculate the multi-byte THX capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.669061"], ["updated_at", "2016-10-06 15:36:03.669061"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et velit quis perferendis et molestiae.\",\"text\":\"Use the virtual JBOD bandwidth, then you can bypass the haptic monitor!\"}"], ["created_at", "2016-10-06 15:36:03.669957"], ["updated_at", "2016-10-06 15:36:03.669957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aut quis sunt distinctio explicabo facilis.\",\"text\":\"Try to quantify the XSS alarm, maybe it will override the bluetooth microchip!\"}"], ["created_at", "2016-10-06 15:36:03.670898"], ["updated_at", "2016-10-06 15:36:03.670898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum culpa eos omnis ipsam quae sint.\",\"text\":\"If we connect the transmitter, we can get to the SQL alarm through the multi-byte PNG microchip!\"}"], ["created_at", "2016-10-06 15:36:03.671857"], ["updated_at", "2016-10-06 15:36:03.671857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis delectus commodi consequatur.\",\"text\":\"I'll parse the mobile XSS port, that should microchip the SCSI system!\"}"], ["created_at", "2016-10-06 15:36:03.672823"], ["updated_at", "2016-10-06 15:36:03.672823"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque voluptates quis officiis.\",\"text\":\"The HDD interface is down, quantify the virtual firewall so we can compress the SCSI protocol!\"}"], ["created_at", "2016-10-06 15:36:03.673710"], ["updated_at", "2016-10-06 15:36:03.673710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus quaerat repellat quia.\",\"text\":\"I'll compress the neural PNG alarm, that should system the TCP port!\"}"], ["created_at", "2016-10-06 15:36:03.674619"], ["updated_at", "2016-10-06 15:36:03.674619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea id adipisci in perferendis rem qui ut.\",\"text\":\"Try to calculate the PNG matrix, maybe it will parse the cross-platform monitor!\"}"], ["created_at", "2016-10-06 15:36:03.675514"], ["updated_at", "2016-10-06 15:36:03.675514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam quasi rerum aspernatur.\",\"text\":\"The SMTP panel is down, compress the digital card so we can input the PNG hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.676398"], ["updated_at", "2016-10-06 15:36:03.676398"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ea qui voluptas.\",\"text\":\"If we copy the interface, we can get to the SMTP array through the auxiliary XSS firewall!\"}"], ["created_at", "2016-10-06 15:36:03.677264"], ["updated_at", "2016-10-06 15:36:03.677264"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui necessitatibus ducimus cum voluptas dolor sint consequatur.\",\"text\":\"Try to parse the AGP alarm, maybe it will synthesize the virtual hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.678614"], ["updated_at", "2016-10-06 15:36:03.678614"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis voluptatem pariatur commodi facilis recusandae.\",\"text\":\"I'll reboot the primary SDD protocol, that should feed the ADP port!\"}"], ["created_at", "2016-10-06 15:36:03.680137"], ["updated_at", "2016-10-06 15:36:03.680137"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex quaerat architecto quo et tempore.\",\"text\":\"The ADP feed is down, reboot the online sensor so we can calculate the USB driver!\"}"], ["created_at", "2016-10-06 15:36:03.681414"], ["updated_at", "2016-10-06 15:36:03.681414"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex cumque non id.\",\"text\":\"We need to parse the neural PNG sensor!\"}"], ["created_at", "2016-10-06 15:36:03.682720"], ["updated_at", "2016-10-06 15:36:03.682720"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea voluptatem in distinctio consequatur sunt vero.\",\"text\":\"I'll index the haptic PNG alarm, that should feed the SAS bus!\"}"], ["created_at", "2016-10-06 15:36:03.684189"], ["updated_at", "2016-10-06 15:36:03.684189"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia dolorum nobis excepturi qui minus placeat.\",\"text\":\"We need to synthesize the redundant SSL alarm!\"}"], ["created_at", "2016-10-06 15:36:03.686790"], ["updated_at", "2016-10-06 15:36:03.686790"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam pariatur architecto neque nihil et.\",\"text\":\"The AI array is down, reboot the back-end pixel so we can connect the THX pixel!\"}"], ["created_at", "2016-10-06 15:36:03.689614"], ["updated_at", "2016-10-06 15:36:03.689614"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam consequatur sunt et earum voluptate explicabo.\",\"text\":\"We need to navigate the auxiliary SQL system!\"}"], ["created_at", "2016-10-06 15:36:03.691411"], ["updated_at", "2016-10-06 15:36:03.691411"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto quae dolorem recusandae aut.\",\"text\":\"You can't parse the matrix without calculating the virtual RAM program!\"}"], ["created_at", "2016-10-06 15:36:03.692399"], ["updated_at", "2016-10-06 15:36:03.692399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem est ut quidem sed.\",\"text\":\"You can't synthesize the sensor without backing up the digital JBOD card!\"}"], ["created_at", "2016-10-06 15:36:03.693291"], ["updated_at", "2016-10-06 15:36:03.693291"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint dignissimos incidunt officia quas delectus debitis.\",\"text\":\"I'll copy the cross-platform HDD interface, that should alarm the TCP card!\"}"], ["created_at", "2016-10-06 15:36:03.694241"], ["updated_at", "2016-10-06 15:36:03.694241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam deserunt corrupti ipsum ex rerum.\",\"text\":\"If we quantify the program, we can get to the TCP application through the virtual SQL firewall!\"}"], ["created_at", "2016-10-06 15:36:03.695175"], ["updated_at", "2016-10-06 15:36:03.695175"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum eligendi explicabo.\",\"text\":\"The COM feed is down, input the auxiliary application so we can parse the COM array!\"}"], ["created_at", "2016-10-06 15:36:03.696095"], ["updated_at", "2016-10-06 15:36:03.696095"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum veritatis vitae sit omnis quia.\",\"text\":\"The CSS interface is down, bypass the neural system so we can quantify the JSON program!\"}"], ["created_at", "2016-10-06 15:36:03.697021"], ["updated_at", "2016-10-06 15:36:03.697021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A ullam ut amet earum aut ut id.\",\"text\":\"Navigating the array won't do anything, we need to back up the virtual json bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.697978"], ["updated_at", "2016-10-06 15:36:03.697978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae provident iure sint natus reprehenderit id.\",\"text\":\"Try to override the TCP panel, maybe it will hack the haptic transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.698975"], ["updated_at", "2016-10-06 15:36:03.698975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore qui voluptas asperiores illo ipsam quia.\",\"text\":\"If we program the panel, we can get to the GB interface through the virtual SCSI bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.699897"], ["updated_at", "2016-10-06 15:36:03.699897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto doloribus natus provident exercitationem.\",\"text\":\"The GB alarm is down, bypass the optical program so we can bypass the TCP panel!\"}"], ["created_at", "2016-10-06 15:36:03.700900"], ["updated_at", "2016-10-06 15:36:03.700900"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non praesentium alias neque voluptate nulla voluptas.\",\"text\":\"I'll input the bluetooth SSL circuit, that should bandwidth the SMS sensor!\"}"], ["created_at", "2016-10-06 15:36:03.701841"], ["updated_at", "2016-10-06 15:36:03.701841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut tempore at omnis facere laudantium.\",\"text\":\"Use the virtual EXE monitor, then you can override the digital application!\"}"], ["created_at", "2016-10-06 15:36:03.702844"], ["updated_at", "2016-10-06 15:36:03.702844"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sint accusamus qui iusto sint commodi.\",\"text\":\"You can't bypass the pixel without navigating the optical AI firewall!\"}"], ["created_at", "2016-10-06 15:36:03.703830"], ["updated_at", "2016-10-06 15:36:03.703830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est id in molestiae eos illum commodi dicta.\",\"text\":\"If we hack the application, we can get to the HTTP hard drive through the 1080p PCI system!\"}"], ["created_at", "2016-10-06 15:36:03.704919"], ["updated_at", "2016-10-06 15:36:03.704919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed provident doloribus rerum vel numquam a consectetur.\",\"text\":\"You can't program the application without indexing the multi-byte XML pixel!\"}"], ["created_at", "2016-10-06 15:36:03.705890"], ["updated_at", "2016-10-06 15:36:03.705890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et illum non.\",\"text\":\"Try to quantify the TCP alarm, maybe it will program the 1080p program!\"}"], ["created_at", "2016-10-06 15:36:03.706862"], ["updated_at", "2016-10-06 15:36:03.706862"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est vitae ipsa a porro.\",\"text\":\"You can't navigate the matrix without programming the open-source SAS feed!\"}"], ["created_at", "2016-10-06 15:36:03.707845"], ["updated_at", "2016-10-06 15:36:03.707845"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo et quia pariatur debitis molestiae laudantium ipsam.\",\"text\":\"Use the mobile TCP protocol, then you can back up the open-source matrix!\"}"], ["created_at", "2016-10-06 15:36:03.717154"], ["updated_at", "2016-10-06 15:36:03.717154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime accusamus est doloribus tempore ut ullam voluptatibus.\",\"text\":\"You can't navigate the protocol without connecting the mobile IB sensor!\"}"], ["created_at", "2016-10-06 15:36:03.718325"], ["updated_at", "2016-10-06 15:36:03.718325"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam odit quasi eos dicta reprehenderit quo ut.\",\"text\":\"We need to bypass the back-end SDD driver!\"}"], ["created_at", "2016-10-06 15:36:03.719367"], ["updated_at", "2016-10-06 15:36:03.719367"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti sapiente nihil magni blanditiis qui autem est.\",\"text\":\"We need to navigate the primary SQL matrix!\"}"], ["created_at", "2016-10-06 15:36:03.720321"], ["updated_at", "2016-10-06 15:36:03.720321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti facere in amet quibusdam.\",\"text\":\"We need to generate the cross-platform RSS firewall!\"}"], ["created_at", "2016-10-06 15:36:03.721368"], ["updated_at", "2016-10-06 15:36:03.721368"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda nostrum perferendis.\",\"text\":\"Try to calculate the AI transmitter, maybe it will generate the 1080p panel!\"}"], ["created_at", "2016-10-06 15:36:03.722358"], ["updated_at", "2016-10-06 15:36:03.722358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt non sequi.\",\"text\":\"Generating the firewall won't do anything, we need to compress the online gb card!\"}"], ["created_at", "2016-10-06 15:36:03.723354"], ["updated_at", "2016-10-06 15:36:03.723354"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo qui sint optio ducimus et illum in.\",\"text\":\"I'll override the bluetooth AI microchip, that should card the SMTP monitor!\"}"], ["created_at", "2016-10-06 15:36:03.724302"], ["updated_at", "2016-10-06 15:36:03.724302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam minima laudantium esse.\",\"text\":\"Use the virtual SQL array, then you can program the auxiliary application!\"}"], ["created_at", "2016-10-06 15:36:03.725260"], ["updated_at", "2016-10-06 15:36:03.725260"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores suscipit maiores.\",\"text\":\"The FTP alarm is down, copy the mobile firewall so we can copy the CSS interface!\"}"], ["created_at", "2016-10-06 15:36:03.726235"], ["updated_at", "2016-10-06 15:36:03.726235"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit nam laborum.\",\"text\":\"You can't transmit the interface without quantifying the wireless GB port!\"}"], ["created_at", "2016-10-06 15:36:03.727238"], ["updated_at", "2016-10-06 15:36:03.727238"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis officia suscipit blanditiis.\",\"text\":\"If we generate the capacitor, we can get to the EXE protocol through the haptic FTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.728230"], ["updated_at", "2016-10-06 15:36:03.728230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ut id officia necessitatibus.\",\"text\":\"If we input the interface, we can get to the ADP feed through the redundant IB capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.729273"], ["updated_at", "2016-10-06 15:36:03.729273"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum sit possimus.\",\"text\":\"The EXE array is down, program the neural matrix so we can copy the ADP bus!\"}"], ["created_at", "2016-10-06 15:36:03.730237"], ["updated_at", "2016-10-06 15:36:03.730237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus quidem doloremque.\",\"text\":\"You can't program the alarm without copying the redundant SMS capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.731126"], ["updated_at", "2016-10-06 15:36:03.731126"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est culpa temporibus voluptas.\",\"text\":\"We need to generate the haptic TCP transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.731997"], ["updated_at", "2016-10-06 15:36:03.731997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil rerum minima sit quia reprehenderit.\",\"text\":\"I'll input the wireless SSL bus, that should microchip the COM alarm!\"}"], ["created_at", "2016-10-06 15:36:03.732904"], ["updated_at", "2016-10-06 15:36:03.732904"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo molestiae omnis dolore animi tenetur.\",\"text\":\"If we override the program, we can get to the PCI panel through the cross-platform SMTP firewall!\"}"], ["created_at", "2016-10-06 15:36:03.733792"], ["updated_at", "2016-10-06 15:36:03.733792"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente ut dolores.\",\"text\":\"Try to hack the XML bandwidth, maybe it will bypass the neural circuit!\"}"], ["created_at", "2016-10-06 15:36:03.734707"], ["updated_at", "2016-10-06 15:36:03.734707"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore cum non minus.\",\"text\":\"Compressing the matrix won't do anything, we need to navigate the redundant rss monitor!\"}"], ["created_at", "2016-10-06 15:36:03.735583"], ["updated_at", "2016-10-06 15:36:03.735583"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio quisquam officiis nobis.\",\"text\":\"I'll bypass the bluetooth PCI port, that should capacitor the XSS panel!\"}"], ["created_at", "2016-10-06 15:36:03.736507"], ["updated_at", "2016-10-06 15:36:03.736507"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit nobis vero voluptatem.\",\"text\":\"If we bypass the array, we can get to the JBOD panel through the virtual RSS alarm!\"}"], ["created_at", "2016-10-06 15:36:03.737458"], ["updated_at", "2016-10-06 15:36:03.737458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde consectetur voluptate eius quia laboriosam.\",\"text\":\"We need to generate the back-end SSL system!\"}"], ["created_at", "2016-10-06 15:36:03.738384"], ["updated_at", "2016-10-06 15:36:03.738384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores at perspiciatis quia.\",\"text\":\"If we bypass the array, we can get to the USB program through the online PCI protocol!\"}"], ["created_at", "2016-10-06 15:36:03.739276"], ["updated_at", "2016-10-06 15:36:03.739276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis a soluta sed ad veritatis quo laudantium.\",\"text\":\"You can't override the pixel without overriding the online RAM sensor!\"}"], ["created_at", "2016-10-06 15:36:03.740163"], ["updated_at", "2016-10-06 15:36:03.740163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut aut cupiditate ut corporis cumque voluptate et.\",\"text\":\"Connecting the port won't do anything, we need to input the back-end scsi bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.741046"], ["updated_at", "2016-10-06 15:36:03.741046"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore illo ut est veniam minus dignissimos.\",\"text\":\"We need to connect the optical GB microchip!\"}"], ["created_at", "2016-10-06 15:36:03.741933"], ["updated_at", "2016-10-06 15:36:03.741933"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea nihil dolorem accusantium praesentium ea sed.\",\"text\":\"You can't reboot the microchip without connecting the auxiliary FTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.742849"], ["updated_at", "2016-10-06 15:36:03.742849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum fugiat perferendis quibusdam enim aut officia.\",\"text\":\"You can't quantify the microchip without navigating the 1080p HTTP alarm!\"}"], ["created_at", "2016-10-06 15:36:03.743727"], ["updated_at", "2016-10-06 15:36:03.743727"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis ipsa earum aperiam.\",\"text\":\"We need to generate the solid state SAS feed!\"}"], ["created_at", "2016-10-06 15:36:03.744599"], ["updated_at", "2016-10-06 15:36:03.744599"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque optio quisquam voluptates nam odit consequuntur libero.\",\"text\":\"We need to connect the haptic SCSI feed!\"}"], ["created_at", "2016-10-06 15:36:03.745493"], ["updated_at", "2016-10-06 15:36:03.745493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi velit rem et commodi architecto doloribus.\",\"text\":\"You can't generate the sensor without copying the open-source GB hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.746420"], ["updated_at", "2016-10-06 15:36:03.746420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos nesciunt soluta laboriosam quae reprehenderit.\",\"text\":\"The SMS microchip is down, index the online monitor so we can quantify the IB firewall!\"}"], ["created_at", "2016-10-06 15:36:03.747352"], ["updated_at", "2016-10-06 15:36:03.747352"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta magnam optio quaerat quia nam exercitationem cumque.\",\"text\":\"If we transmit the interface, we can get to the SMTP card through the multi-byte AI firewall!\"}"], ["created_at", "2016-10-06 15:36:03.748264"], ["updated_at", "2016-10-06 15:36:03.748264"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In omnis qui corrupti qui.\",\"text\":\"You can't bypass the hard drive without compressing the haptic SCSI program!\"}"], ["created_at", "2016-10-06 15:36:03.749196"], ["updated_at", "2016-10-06 15:36:03.749196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nihil minus officia ad beatae quis.\",\"text\":\"Try to index the XSS protocol, maybe it will bypass the solid state protocol!\"}"], ["created_at", "2016-10-06 15:36:03.750096"], ["updated_at", "2016-10-06 15:36:03.750096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae voluptas autem veritatis et hic architecto et.\",\"text\":\"We need to compress the multi-byte JSON monitor!\"}"], ["created_at", "2016-10-06 15:36:03.751098"], ["updated_at", "2016-10-06 15:36:03.751098"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae possimus omnis.\",\"text\":\"The SSL driver is down, index the multi-byte pixel so we can synthesize the AGP panel!\"}"], ["created_at", "2016-10-06 15:36:03.752083"], ["updated_at", "2016-10-06 15:36:03.752083"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo doloremque velit ut explicabo est optio.\",\"text\":\"The USB matrix is down, transmit the open-source matrix so we can hack the EXE bus!\"}"], ["created_at", "2016-10-06 15:36:03.754267"], ["updated_at", "2016-10-06 15:36:03.754267"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda harum sequi vitae.\",\"text\":\"If we quantify the matrix, we can get to the PCI sensor through the optical EXE sensor!\"}"], ["created_at", "2016-10-06 15:36:03.755392"], ["updated_at", "2016-10-06 15:36:03.755392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium a quia odio neque.\",\"text\":\"If we index the sensor, we can get to the SCSI matrix through the haptic CSS matrix!\"}"], ["created_at", "2016-10-06 15:36:03.756351"], ["updated_at", "2016-10-06 15:36:03.756351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic quia culpa iure.\",\"text\":\"I'll synthesize the open-source AI transmitter, that should firewall the XML capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.757237"], ["updated_at", "2016-10-06 15:36:03.757237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa corporis iusto id.\",\"text\":\"The ADP port is down, hack the haptic port so we can bypass the CSS array!\"}"], ["created_at", "2016-10-06 15:36:03.758116"], ["updated_at", "2016-10-06 15:36:03.758116"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad enim aliquid exercitationem quia similique id.\",\"text\":\"You can't back up the capacitor without navigating the redundant FTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.759051"], ["updated_at", "2016-10-06 15:36:03.759051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim quisquam est excepturi quibusdam.\",\"text\":\"Use the primary PNG firewall, then you can back up the wireless pixel!\"}"], ["created_at", "2016-10-06 15:36:03.759932"], ["updated_at", "2016-10-06 15:36:03.759932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam velit voluptas quaerat atque aut molestiae.\",\"text\":\"The SMTP port is down, connect the multi-byte sensor so we can copy the HDD circuit!\"}"], ["created_at", "2016-10-06 15:36:03.760819"], ["updated_at", "2016-10-06 15:36:03.760819"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non dolorem quibusdam omnis aut ratione fuga.\",\"text\":\"If we synthesize the interface, we can get to the ADP application through the cross-platform SQL array!\"}"], ["created_at", "2016-10-06 15:36:03.761735"], ["updated_at", "2016-10-06 15:36:03.761735"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim explicabo dolorem.\",\"text\":\"You can't override the firewall without overriding the neural JBOD interface!\"}"], ["created_at", "2016-10-06 15:36:03.762818"], ["updated_at", "2016-10-06 15:36:03.762818"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In excepturi laborum accusamus.\",\"text\":\"You can't connect the circuit without calculating the bluetooth SSL firewall!\"}"], ["created_at", "2016-10-06 15:36:03.763794"], ["updated_at", "2016-10-06 15:36:03.763794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel repudiandae aut.\",\"text\":\"Synthesizing the pixel won't do anything, we need to reboot the back-end agp interface!\"}"], ["created_at", "2016-10-06 15:36:03.764713"], ["updated_at", "2016-10-06 15:36:03.764713"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non consequatur enim dignissimos.\",\"text\":\"You can't hack the matrix without bypassing the digital XSS matrix!\"}"], ["created_at", "2016-10-06 15:36:03.765725"], ["updated_at", "2016-10-06 15:36:03.765725"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia sit ut modi sequi atque sed.\",\"text\":\"The USB monitor is down, navigate the auxiliary transmitter so we can connect the FTP bus!\"}"], ["created_at", "2016-10-06 15:36:03.766929"], ["updated_at", "2016-10-06 15:36:03.766929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et suscipit enim.\",\"text\":\"Try to transmit the RAM firewall, maybe it will synthesize the digital microchip!\"}"], ["created_at", "2016-10-06 15:36:03.767862"], ["updated_at", "2016-10-06 15:36:03.767862"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo aspernatur sint suscipit distinctio magni ex.\",\"text\":\"Quantifying the microchip won't do anything, we need to override the digital xml program!\"}"], ["created_at", "2016-10-06 15:36:03.768757"], ["updated_at", "2016-10-06 15:36:03.768757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci animi architecto consectetur quam.\",\"text\":\"Parsing the port won't do anything, we need to reboot the mobile xml program!\"}"], ["created_at", "2016-10-06 15:36:03.769653"], ["updated_at", "2016-10-06 15:36:03.769653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium quod amet aut deserunt rerum consequatur adipisci.\",\"text\":\"Use the mobile XSS bandwidth, then you can copy the 1080p alarm!\"}"], ["created_at", "2016-10-06 15:36:03.770643"], ["updated_at", "2016-10-06 15:36:03.770643"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo et numquam aliquid adipisci ut inventore.\",\"text\":\"Transmitting the port won't do anything, we need to generate the redundant agp bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.771548"], ["updated_at", "2016-10-06 15:36:03.771548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore a quia.\",\"text\":\"We need to parse the auxiliary ADP card!\"}"], ["created_at", "2016-10-06 15:36:03.772424"], ["updated_at", "2016-10-06 15:36:03.772424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed sequi distinctio eaque vel optio et hic.\",\"text\":\"Try to reboot the EXE feed, maybe it will transmit the haptic feed!\"}"], ["created_at", "2016-10-06 15:36:03.773305"], ["updated_at", "2016-10-06 15:36:03.773305"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam et quasi est.\",\"text\":\"We need to input the wireless XSS panel!\"}"], ["created_at", "2016-10-06 15:36:03.774225"], ["updated_at", "2016-10-06 15:36:03.774225"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque saepe et.\",\"text\":\"We need to compress the primary GB program!\"}"], ["created_at", "2016-10-06 15:36:03.775111"], ["updated_at", "2016-10-06 15:36:03.775111"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat quidem accusamus ut asperiores officia.\",\"text\":\"We need to reboot the bluetooth IB firewall!\"}"], ["created_at", "2016-10-06 15:36:03.775991"], ["updated_at", "2016-10-06 15:36:03.775991"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam architecto minima.\",\"text\":\"The SMTP card is down, connect the cross-platform card so we can quantify the SCSI feed!\"}"], ["created_at", "2016-10-06 15:36:03.776888"], ["updated_at", "2016-10-06 15:36:03.776888"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui totam quod.\",\"text\":\"The CSS circuit is down, override the auxiliary firewall so we can bypass the AGP program!\"}"], ["created_at", "2016-10-06 15:36:03.777780"], ["updated_at", "2016-10-06 15:36:03.777780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam fugiat est laborum quam totam est et.\",\"text\":\"Use the optical THX card, then you can compress the back-end capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.778721"], ["updated_at", "2016-10-06 15:36:03.778721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe aut atque necessitatibus dignissimos.\",\"text\":\"I'll index the multi-byte USB array, that should interface the SMS sensor!\"}"], ["created_at", "2016-10-06 15:36:03.779612"], ["updated_at", "2016-10-06 15:36:03.779612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores autem doloribus non nihil tempora.\",\"text\":\"Use the neural HTTP card, then you can input the solid state alarm!\"}"], ["created_at", "2016-10-06 15:36:03.780494"], ["updated_at", "2016-10-06 15:36:03.780494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur optio vitae id sunt consequatur et.\",\"text\":\"We need to parse the cross-platform COM card!\"}"], ["created_at", "2016-10-06 15:36:03.781399"], ["updated_at", "2016-10-06 15:36:03.781399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae atque facilis reprehenderit assumenda.\",\"text\":\"We need to input the wireless JSON driver!\"}"], ["created_at", "2016-10-06 15:36:03.782338"], ["updated_at", "2016-10-06 15:36:03.782338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia iste voluptatum atque voluptas voluptatem temporibus earum.\",\"text\":\"The PCI sensor is down, back up the mobile card so we can input the HDD array!\"}"], ["created_at", "2016-10-06 15:36:03.783224"], ["updated_at", "2016-10-06 15:36:03.783224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi vitae consequuntur.\",\"text\":\"The JSON matrix is down, hack the open-source array so we can connect the USB pixel!\"}"], ["created_at", "2016-10-06 15:36:03.784105"], ["updated_at", "2016-10-06 15:36:03.784105"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae omnis sed nulla qui laudantium a consectetur.\",\"text\":\"If we override the bus, we can get to the AI program through the mobile JSON application!\"}"], ["created_at", "2016-10-06 15:36:03.784984"], ["updated_at", "2016-10-06 15:36:03.784984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sunt veniam accusantium nostrum est.\",\"text\":\"You can't parse the card without indexing the primary THX driver!\"}"], ["created_at", "2016-10-06 15:36:03.785866"], ["updated_at", "2016-10-06 15:36:03.785866"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quis ab fugiat.\",\"text\":\"Programming the bus won't do anything, we need to reboot the open-source scsi program!\"}"], ["created_at", "2016-10-06 15:36:03.786763"], ["updated_at", "2016-10-06 15:36:03.786763"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit suscipit dignissimos.\",\"text\":\"Parsing the interface won't do anything, we need to reboot the optical ram pixel!\"}"], ["created_at", "2016-10-06 15:36:03.787664"], ["updated_at", "2016-10-06 15:36:03.787664"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore eos nihil voluptas.\",\"text\":\"I'll reboot the open-source ADP microchip, that should program the PNG pixel!\"}"], ["created_at", "2016-10-06 15:36:03.788604"], ["updated_at", "2016-10-06 15:36:03.788604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim quam et quisquam et dolorem incidunt.\",\"text\":\"We need to parse the solid state SMTP port!\"}"], ["created_at", "2016-10-06 15:36:03.789493"], ["updated_at", "2016-10-06 15:36:03.789493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas ea ad.\",\"text\":\"I'll generate the solid state THX sensor, that should feed the THX protocol!\"}"], ["created_at", "2016-10-06 15:36:03.790389"], ["updated_at", "2016-10-06 15:36:03.790389"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus repudiandae magni assumenda deserunt pariatur optio necessitatibus.\",\"text\":\"The ADP interface is down, override the back-end feed so we can synthesize the ADP hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.791271"], ["updated_at", "2016-10-06 15:36:03.791271"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut iure molestiae saepe.\",\"text\":\"You can't parse the capacitor without connecting the auxiliary SAS bus!\"}"], ["created_at", "2016-10-06 15:36:03.792140"], ["updated_at", "2016-10-06 15:36:03.792140"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit voluptatum minus nulla ut fugiat.\",\"text\":\"Try to override the HDD circuit, maybe it will back up the primary interface!\"}"], ["created_at", "2016-10-06 15:36:03.793016"], ["updated_at", "2016-10-06 15:36:03.793016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis dolore et doloremque rem non eligendi nesciunt.\",\"text\":\"I'll input the virtual GB panel, that should card the AGP alarm!\"}"], ["created_at", "2016-10-06 15:36:03.793897"], ["updated_at", "2016-10-06 15:36:03.793897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae eligendi eveniet a et.\",\"text\":\"I'll index the haptic IB array, that should transmitter the HDD bus!\"}"], ["created_at", "2016-10-06 15:36:03.794813"], ["updated_at", "2016-10-06 15:36:03.794813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ut illum necessitatibus voluptatem eos earum in.\",\"text\":\"If we quantify the firewall, we can get to the SQL firewall through the open-source JBOD pixel!\"}"], ["created_at", "2016-10-06 15:36:03.795726"], ["updated_at", "2016-10-06 15:36:03.795726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad ab earum architecto maiores nihil quas.\",\"text\":\"If we reboot the firewall, we can get to the RSS bus through the digital RAM application!\"}"], ["created_at", "2016-10-06 15:36:03.796610"], ["updated_at", "2016-10-06 15:36:03.796610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore error et voluptas voluptatem ex temporibus minima.\",\"text\":\"Use the multi-byte AI hard drive, then you can bypass the virtual circuit!\"}"], ["created_at", "2016-10-06 15:36:03.797485"], ["updated_at", "2016-10-06 15:36:03.797485"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam est hic vel optio.\",\"text\":\"Connecting the protocol won't do anything, we need to compress the digital json pixel!\"}"], ["created_at", "2016-10-06 15:36:03.798442"], ["updated_at", "2016-10-06 15:36:03.798442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima at sed sunt repellat.\",\"text\":\"The FTP capacitor is down, override the multi-byte firewall so we can input the CSS application!\"}"], ["created_at", "2016-10-06 15:36:03.799346"], ["updated_at", "2016-10-06 15:36:03.799346"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus occaecati cupiditate eveniet recusandae nam.\",\"text\":\"Use the primary HDD card, then you can back up the bluetooth microchip!\"}"], ["created_at", "2016-10-06 15:36:03.800231"], ["updated_at", "2016-10-06 15:36:03.800231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur debitis neque mollitia.\",\"text\":\"You can't program the card without parsing the auxiliary EXE system!\"}"], ["created_at", "2016-10-06 15:36:03.801108"], ["updated_at", "2016-10-06 15:36:03.801108"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi aut ut dicta.\",\"text\":\"Copying the driver won't do anything, we need to generate the mobile css protocol!\"}"], ["created_at", "2016-10-06 15:36:03.801982"], ["updated_at", "2016-10-06 15:36:03.801982"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptas iusto sint rerum cumque repudiandae voluptatem.\",\"text\":\"We need to bypass the solid state JBOD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.802894"], ["updated_at", "2016-10-06 15:36:03.802894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas nostrum accusantium.\",\"text\":\"The JSON port is down, copy the solid state application so we can navigate the JSON firewall!\"}"], ["created_at", "2016-10-06 15:36:03.803786"], ["updated_at", "2016-10-06 15:36:03.803786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos laborum sequi officiis cum ea.\",\"text\":\"Use the mobile USB driver, then you can override the mobile panel!\"}"], ["created_at", "2016-10-06 15:36:03.804685"], ["updated_at", "2016-10-06 15:36:03.804685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium culpa perspiciatis suscipit.\",\"text\":\"If we synthesize the application, we can get to the PNG alarm through the online HTTP program!\"}"], ["created_at", "2016-10-06 15:36:03.805563"], ["updated_at", "2016-10-06 15:36:03.805563"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim officiis sed molestiae.\",\"text\":\"Copying the monitor won't do anything, we need to bypass the redundant com pixel!\"}"], ["created_at", "2016-10-06 15:36:03.806471"], ["updated_at", "2016-10-06 15:36:03.806471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error fugit aut et magnam sapiente.\",\"text\":\"If we input the interface, we can get to the SDD monitor through the redundant AGP feed!\"}"], ["created_at", "2016-10-06 15:36:03.807360"], ["updated_at", "2016-10-06 15:36:03.807360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos perspiciatis sequi et fugiat incidunt.\",\"text\":\"Indexing the application won't do anything, we need to parse the bluetooth css transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.808242"], ["updated_at", "2016-10-06 15:36:03.808242"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima ut et.\",\"text\":\"Overriding the bandwidth won't do anything, we need to copy the 1080p scsi panel!\"}"], ["created_at", "2016-10-06 15:36:03.809124"], ["updated_at", "2016-10-06 15:36:03.809124"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo fugiat debitis quasi quo eveniet cumque.\",\"text\":\"If we compress the sensor, we can get to the IB interface through the neural USB array!\"}"], ["created_at", "2016-10-06 15:36:03.810023"], ["updated_at", "2016-10-06 15:36:03.810023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et earum.\",\"text\":\"You can't input the pixel without copying the back-end RAM transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.810915"], ["updated_at", "2016-10-06 15:36:03.810915"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum ducimus unde minus vero sunt saepe.\",\"text\":\"I'll override the cross-platform PNG array, that should pixel the SDD system!\"}"], ["created_at", "2016-10-06 15:36:03.811804"], ["updated_at", "2016-10-06 15:36:03.811804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis necessitatibus sed et.\",\"text\":\"If we input the interface, we can get to the JBOD transmitter through the haptic USB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.812693"], ["updated_at", "2016-10-06 15:36:03.812693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque ratione odit quasi amet aut.\",\"text\":\"I'll generate the open-source HTTP protocol, that should card the SAS bus!\"}"], ["created_at", "2016-10-06 15:36:03.813606"], ["updated_at", "2016-10-06 15:36:03.813606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim quis aut adipisci excepturi in consectetur est.\",\"text\":\"If we navigate the firewall, we can get to the AI application through the wireless GB transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.814561"], ["updated_at", "2016-10-06 15:36:03.814561"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque ipsa earum quaerat vitae non unde.\",\"text\":\"I'll index the primary RSS matrix, that should card the CSS capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.815448"], ["updated_at", "2016-10-06 15:36:03.815448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam voluptatibus illo assumenda inventore.\",\"text\":\"Use the back-end SMTP feed, then you can compress the virtual card!\"}"], ["created_at", "2016-10-06 15:36:03.816322"], ["updated_at", "2016-10-06 15:36:03.816322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam error doloremque placeat praesentium qui impedit.\",\"text\":\"You can't index the sensor without programming the mobile XSS pixel!\"}"], ["created_at", "2016-10-06 15:36:03.817281"], ["updated_at", "2016-10-06 15:36:03.817281"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil magnam at rem omnis maiores consequuntur est.\",\"text\":\"Try to connect the RAM card, maybe it will index the primary panel!\"}"], ["created_at", "2016-10-06 15:36:03.818272"], ["updated_at", "2016-10-06 15:36:03.818272"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate dicta et deleniti exercitationem laboriosam.\",\"text\":\"You can't compress the protocol without navigating the cross-platform HTTP program!\"}"], ["created_at", "2016-10-06 15:36:03.820358"], ["updated_at", "2016-10-06 15:36:03.820358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora amet necessitatibus sed reprehenderit ipsam.\",\"text\":\"I'll input the digital SQL bus, that should monitor the EXE bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.821522"], ["updated_at", "2016-10-06 15:36:03.821522"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum et quaerat.\",\"text\":\"Use the 1080p PCI system, then you can input the digital card!\"}"], ["created_at", "2016-10-06 15:36:03.822488"], ["updated_at", "2016-10-06 15:36:03.822488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque ducimus recusandae aut impedit qui.\",\"text\":\"You can't input the application without hacking the wireless SQL system!\"}"], ["created_at", "2016-10-06 15:36:03.823372"], ["updated_at", "2016-10-06 15:36:03.823372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam sapiente dolor vel aut expedita voluptates cupiditate.\",\"text\":\"Try to back up the HDD matrix, maybe it will generate the 1080p firewall!\"}"], ["created_at", "2016-10-06 15:36:03.824261"], ["updated_at", "2016-10-06 15:36:03.824261"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt suscipit harum natus.\",\"text\":\"Try to copy the EXE transmitter, maybe it will back up the wireless program!\"}"], ["created_at", "2016-10-06 15:36:03.825142"], ["updated_at", "2016-10-06 15:36:03.825142"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut magnam reprehenderit dolorem rerum.\",\"text\":\"You can't parse the card without compressing the open-source SDD panel!\"}"], ["created_at", "2016-10-06 15:36:03.826011"], ["updated_at", "2016-10-06 15:36:03.826011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas dolorem aliquam ea hic qui quam.\",\"text\":\"You can't bypass the port without programming the solid state EXE feed!\"}"], ["created_at", "2016-10-06 15:36:03.826911"], ["updated_at", "2016-10-06 15:36:03.826911"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ratione fugit cum fuga veniam.\",\"text\":\"The RAM capacitor is down, compress the primary alarm so we can calculate the THX card!\"}"], ["created_at", "2016-10-06 15:36:03.827788"], ["updated_at", "2016-10-06 15:36:03.827788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum sed molestiae fugiat.\",\"text\":\"I'll transmit the back-end IB capacitor, that should capacitor the USB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.828720"], ["updated_at", "2016-10-06 15:36:03.828720"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis magnam qui.\",\"text\":\"Try to parse the USB array, maybe it will compress the cross-platform interface!\"}"], ["created_at", "2016-10-06 15:36:03.829617"], ["updated_at", "2016-10-06 15:36:03.829617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi repellendus laborum fuga exercitationem.\",\"text\":\"Hacking the bandwidth won't do anything, we need to reboot the primary png microchip!\"}"], ["created_at", "2016-10-06 15:36:03.830536"], ["updated_at", "2016-10-06 15:36:03.830536"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi ipsa consectetur quidem odio eius.\",\"text\":\"I'll parse the online TCP monitor, that should feed the RAM card!\"}"], ["created_at", "2016-10-06 15:36:03.831463"], ["updated_at", "2016-10-06 15:36:03.831463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate qui veniam.\",\"text\":\"Use the haptic ADP hard drive, then you can input the haptic program!\"}"], ["created_at", "2016-10-06 15:36:03.832343"], ["updated_at", "2016-10-06 15:36:03.832343"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed et qui in rem expedita quia.\",\"text\":\"We need to back up the auxiliary JSON firewall!\"}"], ["created_at", "2016-10-06 15:36:03.833251"], ["updated_at", "2016-10-06 15:36:03.833251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore dolor et quidem fugiat.\",\"text\":\"I'll generate the neural AI hard drive, that should matrix the AI monitor!\"}"], ["created_at", "2016-10-06 15:36:03.834154"], ["updated_at", "2016-10-06 15:36:03.834154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda amet ipsa ea maiores.\",\"text\":\"Use the digital PCI port, then you can connect the redundant sensor!\"}"], ["created_at", "2016-10-06 15:36:03.835054"], ["updated_at", "2016-10-06 15:36:03.835054"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis praesentium architecto.\",\"text\":\"Synthesizing the matrix won't do anything, we need to transmit the online exe bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.835938"], ["updated_at", "2016-10-06 15:36:03.835938"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea modi ea inventore earum.\",\"text\":\"We need to reboot the digital XSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.836896"], ["updated_at", "2016-10-06 15:36:03.836896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In eum velit adipisci.\",\"text\":\"You can't input the application without calculating the digital ADP port!\"}"], ["created_at", "2016-10-06 15:36:03.837814"], ["updated_at", "2016-10-06 15:36:03.837814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae culpa dolorem ea repellat.\",\"text\":\"We need to connect the redundant HTTP feed!\"}"], ["created_at", "2016-10-06 15:36:03.838727"], ["updated_at", "2016-10-06 15:36:03.838727"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda alias odit amet aut nam.\",\"text\":\"Use the multi-byte JSON capacitor, then you can reboot the wireless hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.839676"], ["updated_at", "2016-10-06 15:36:03.839676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias laborum perspiciatis voluptate magni similique.\",\"text\":\"Try to hack the HTTP feed, maybe it will input the mobile hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.840565"], ["updated_at", "2016-10-06 15:36:03.840565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit dolor velit reprehenderit animi.\",\"text\":\"You can't synthesize the firewall without backing up the online EXE port!\"}"], ["created_at", "2016-10-06 15:36:03.841439"], ["updated_at", "2016-10-06 15:36:03.841439"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et rerum neque consequatur voluptatibus voluptatem et.\",\"text\":\"Quantifying the hard drive won't do anything, we need to hack the 1080p hdd bus!\"}"], ["created_at", "2016-10-06 15:36:03.842355"], ["updated_at", "2016-10-06 15:36:03.842355"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis eum et consequatur.\",\"text\":\"Indexing the sensor won't do anything, we need to index the primary png firewall!\"}"], ["created_at", "2016-10-06 15:36:03.843234"], ["updated_at", "2016-10-06 15:36:03.843234"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam deserunt possimus.\",\"text\":\"I'll compress the auxiliary SCSI bandwidth, that should port the XSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.844129"], ["updated_at", "2016-10-06 15:36:03.844129"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo facilis dignissimos beatae.\",\"text\":\"If we synthesize the monitor, we can get to the AGP bus through the mobile USB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.845036"], ["updated_at", "2016-10-06 15:36:03.845036"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quas perferendis.\",\"text\":\"You can't generate the hard drive without copying the online EXE firewall!\"}"], ["created_at", "2016-10-06 15:36:03.846067"], ["updated_at", "2016-10-06 15:36:03.846067"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas blanditiis qui molestias dolore veniam dolor et.\",\"text\":\"Try to transmit the IB alarm, maybe it will navigate the virtual hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.847123"], ["updated_at", "2016-10-06 15:36:03.847123"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolorum eos vero odit a dolor ad.\",\"text\":\"If we navigate the alarm, we can get to the HTTP system through the digital EXE card!\"}"], ["created_at", "2016-10-06 15:36:03.848238"], ["updated_at", "2016-10-06 15:36:03.848238"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In quas perferendis non iure animi veritatis.\",\"text\":\"I'll navigate the optical SSL system, that should matrix the SDD alarm!\"}"], ["created_at", "2016-10-06 15:36:03.849273"], ["updated_at", "2016-10-06 15:36:03.849273"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed dolore quas.\",\"text\":\"The AGP card is down, hack the wireless hard drive so we can hack the THX feed!\"}"], ["created_at", "2016-10-06 15:36:03.850288"], ["updated_at", "2016-10-06 15:36:03.850288"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure aperiam quo maxime in et adipisci pariatur.\",\"text\":\"You can't index the capacitor without overriding the neural COM alarm!\"}"], ["created_at", "2016-10-06 15:36:03.851311"], ["updated_at", "2016-10-06 15:36:03.851311"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid voluptas iure assumenda.\",\"text\":\"Try to override the SCSI feed, maybe it will input the optical monitor!\"}"], ["created_at", "2016-10-06 15:36:03.852474"], ["updated_at", "2016-10-06 15:36:03.852474"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem et reiciendis corrupti.\",\"text\":\"The PCI hard drive is down, index the open-source capacitor so we can compress the AI application!\"}"], ["created_at", "2016-10-06 15:36:03.854926"], ["updated_at", "2016-10-06 15:36:03.854926"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam rerum quasi et praesentium.\",\"text\":\"Use the bluetooth HDD capacitor, then you can copy the open-source interface!\"}"], ["created_at", "2016-10-06 15:36:03.856075"], ["updated_at", "2016-10-06 15:36:03.856075"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium debitis ullam veniam officia.\",\"text\":\"Try to connect the SSL firewall, maybe it will copy the wireless monitor!\"}"], ["created_at", "2016-10-06 15:36:03.857089"], ["updated_at", "2016-10-06 15:36:03.857089"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit magni accusantium doloremque saepe repellendus aut.\",\"text\":\"I'll override the redundant THX transmitter, that should interface the JSON transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.858145"], ["updated_at", "2016-10-06 15:36:03.858145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro deleniti aut.\",\"text\":\"Indexing the hard drive won't do anything, we need to reboot the solid state json firewall!\"}"], ["created_at", "2016-10-06 15:36:03.859180"], ["updated_at", "2016-10-06 15:36:03.859180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro autem voluptatem autem qui quasi.\",\"text\":\"You can't index the matrix without hacking the digital FTP alarm!\"}"], ["created_at", "2016-10-06 15:36:03.860182"], ["updated_at", "2016-10-06 15:36:03.860182"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore animi explicabo eos maiores saepe est.\",\"text\":\"Quantifying the protocol won't do anything, we need to index the online ssl matrix!\"}"], ["created_at", "2016-10-06 15:36:03.861185"], ["updated_at", "2016-10-06 15:36:03.861185"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia ipsam earum quod harum vero ut porro.\",\"text\":\"We need to navigate the wireless ADP circuit!\"}"], ["created_at", "2016-10-06 15:36:03.862308"], ["updated_at", "2016-10-06 15:36:03.862308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam ut amet omnis illo mollitia enim.\",\"text\":\"We need to back up the wireless SDD protocol!\"}"], ["created_at", "2016-10-06 15:36:03.863358"], ["updated_at", "2016-10-06 15:36:03.863358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem sint corrupti nisi sequi.\",\"text\":\"You can't input the transmitter without overriding the digital PNG bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.864265"], ["updated_at", "2016-10-06 15:36:03.864265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat et eos vel beatae.\",\"text\":\"Try to bypass the SSL microchip, maybe it will generate the back-end hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.865147"], ["updated_at", "2016-10-06 15:36:03.865147"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae iure voluptatem dolorum voluptas quis ipsam inventore.\",\"text\":\"I'll bypass the 1080p SSL card, that should feed the JBOD sensor!\"}"], ["created_at", "2016-10-06 15:36:03.866023"], ["updated_at", "2016-10-06 15:36:03.866023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum sed molestiae autem excepturi eum laudantium dolorem.\",\"text\":\"Use the primary SAS interface, then you can parse the neural panel!\"}"], ["created_at", "2016-10-06 15:36:03.866983"], ["updated_at", "2016-10-06 15:36:03.866983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure et provident quo.\",\"text\":\"I'll synthesize the back-end XSS hard drive, that should pixel the CSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.867877"], ["updated_at", "2016-10-06 15:36:03.867877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam sunt laborum quia voluptas corrupti labore enim.\",\"text\":\"We need to override the haptic FTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.868779"], ["updated_at", "2016-10-06 15:36:03.868779"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut beatae eius dolor quo enim numquam.\",\"text\":\"I'll transmit the mobile GB system, that should port the USB protocol!\"}"], ["created_at", "2016-10-06 15:36:03.869653"], ["updated_at", "2016-10-06 15:36:03.869653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate sed beatae maiores mollitia reiciendis.\",\"text\":\"Use the auxiliary PCI alarm, then you can connect the solid state feed!\"}"], ["created_at", "2016-10-06 15:36:03.870702"], ["updated_at", "2016-10-06 15:36:03.870702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia consequatur nobis expedita sunt animi ut voluptatem.\",\"text\":\"If we navigate the driver, we can get to the XSS circuit through the solid state XSS port!\"}"], ["created_at", "2016-10-06 15:36:03.871604"], ["updated_at", "2016-10-06 15:36:03.871604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi voluptas minima unde veritatis et esse similique.\",\"text\":\"The XML port is down, reboot the redundant hard drive so we can synthesize the USB program!\"}"], ["created_at", "2016-10-06 15:36:03.872479"], ["updated_at", "2016-10-06 15:36:03.872479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et mollitia sunt soluta earum consequatur.\",\"text\":\"If we navigate the transmitter, we can get to the PCI system through the online PCI circuit!\"}"], ["created_at", "2016-10-06 15:36:03.873367"], ["updated_at", "2016-10-06 15:36:03.873367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit sapiente alias.\",\"text\":\"If we hack the port, we can get to the TCP bandwidth through the auxiliary SCSI microchip!\"}"], ["created_at", "2016-10-06 15:36:03.874288"], ["updated_at", "2016-10-06 15:36:03.874288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus at iure tenetur.\",\"text\":\"If we hack the card, we can get to the SMTP capacitor through the optical FTP sensor!\"}"], ["created_at", "2016-10-06 15:36:03.875164"], ["updated_at", "2016-10-06 15:36:03.875164"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit doloribus nihil dolor qui nobis.\",\"text\":\"The JBOD alarm is down, program the bluetooth monitor so we can synthesize the AGP feed!\"}"], ["created_at", "2016-10-06 15:36:03.876035"], ["updated_at", "2016-10-06 15:36:03.876035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium voluptas voluptatem et.\",\"text\":\"If we bypass the array, we can get to the EXE hard drive through the auxiliary THX driver!\"}"], ["created_at", "2016-10-06 15:36:03.876906"], ["updated_at", "2016-10-06 15:36:03.876906"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus consequatur et.\",\"text\":\"The EXE array is down, hack the digital array so we can generate the RAM monitor!\"}"], ["created_at", "2016-10-06 15:36:03.877781"], ["updated_at", "2016-10-06 15:36:03.877781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel et quasi sed eos sint itaque.\",\"text\":\"We need to synthesize the haptic TCP bus!\"}"], ["created_at", "2016-10-06 15:36:03.878777"], ["updated_at", "2016-10-06 15:36:03.878777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit dolores debitis voluptas laboriosam omnis deserunt.\",\"text\":\"Use the optical COM hard drive, then you can index the primary firewall!\"}"], ["created_at", "2016-10-06 15:36:03.879789"], ["updated_at", "2016-10-06 15:36:03.879789"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dolor et excepturi fugiat.\",\"text\":\"You can't parse the hard drive without calculating the mobile USB pixel!\"}"], ["created_at", "2016-10-06 15:36:03.880667"], ["updated_at", "2016-10-06 15:36:03.880667"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem enim sit officiis sequi.\",\"text\":\"We need to parse the virtual FTP sensor!\"}"], ["created_at", "2016-10-06 15:36:03.881535"], ["updated_at", "2016-10-06 15:36:03.881535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam quis explicabo voluptate non illum.\",\"text\":\"Copying the protocol won't do anything, we need to synthesize the digital ai hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.882455"], ["updated_at", "2016-10-06 15:36:03.882455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem saepe inventore corporis eum iure dolorem similique.\",\"text\":\"The JBOD system is down, override the back-end alarm so we can navigate the AGP pixel!\"}"], ["created_at", "2016-10-06 15:36:03.883340"], ["updated_at", "2016-10-06 15:36:03.883340"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti reprehenderit ut dolore et mollitia nulla.\",\"text\":\"I'll back up the virtual CSS matrix, that should feed the TCP application!\"}"], ["created_at", "2016-10-06 15:36:03.884220"], ["updated_at", "2016-10-06 15:36:03.884220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam molestias veniam et nihil.\",\"text\":\"Compressing the protocol won't do anything, we need to generate the open-source tcp bus!\"}"], ["created_at", "2016-10-06 15:36:03.885095"], ["updated_at", "2016-10-06 15:36:03.885095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia et totam.\",\"text\":\"Try to bypass the SAS sensor, maybe it will input the primary matrix!\"}"], ["created_at", "2016-10-06 15:36:03.885968"], ["updated_at", "2016-10-06 15:36:03.885968"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur rerum consectetur.\",\"text\":\"Try to bypass the HDD feed, maybe it will program the cross-platform hard drive!\"}"], ["created_at", "2016-10-06 15:36:03.886853"], ["updated_at", "2016-10-06 15:36:03.886853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat sed est quae laboriosam.\",\"text\":\"I'll compress the wireless AGP pixel, that should array the TCP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.887742"], ["updated_at", "2016-10-06 15:36:03.887742"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ad soluta aut ipsum.\",\"text\":\"Use the primary PNG program, then you can quantify the bluetooth monitor!\"}"], ["created_at", "2016-10-06 15:36:03.888607"], ["updated_at", "2016-10-06 15:36:03.888607"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi dolorum enim vel at laboriosam.\",\"text\":\"You can't program the bandwidth without programming the wireless IB driver!\"}"], ["created_at", "2016-10-06 15:36:03.889531"], ["updated_at", "2016-10-06 15:36:03.889531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque ipsa quasi.\",\"text\":\"I'll hack the haptic SQL pixel, that should port the IB array!\"}"], ["created_at", "2016-10-06 15:36:03.890527"], ["updated_at", "2016-10-06 15:36:03.890527"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate laborum consequatur.\",\"text\":\"We need to parse the optical COM feed!\"}"], ["created_at", "2016-10-06 15:36:03.891465"], ["updated_at", "2016-10-06 15:36:03.891465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo dolor velit earum aut consectetur.\",\"text\":\"Try to index the SAS bandwidth, maybe it will bypass the multi-byte firewall!\"}"], ["created_at", "2016-10-06 15:36:03.892414"], ["updated_at", "2016-10-06 15:36:03.892414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae eum error non.\",\"text\":\"Use the online JBOD monitor, then you can program the auxiliary monitor!\"}"], ["created_at", "2016-10-06 15:36:03.893369"], ["updated_at", "2016-10-06 15:36:03.893369"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti alias qui temporibus et repudiandae magni.\",\"text\":\"The TCP alarm is down, bypass the bluetooth panel so we can copy the RSS feed!\"}"], ["created_at", "2016-10-06 15:36:03.894352"], ["updated_at", "2016-10-06 15:36:03.894352"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim in illo ut corporis doloribus cum.\",\"text\":\"I'll connect the multi-byte SCSI sensor, that should program the SMS circuit!\"}"], ["created_at", "2016-10-06 15:36:03.895422"], ["updated_at", "2016-10-06 15:36:03.895422"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim sit vel omnis et necessitatibus itaque.\",\"text\":\"Use the solid state ADP alarm, then you can copy the digital panel!\"}"], ["created_at", "2016-10-06 15:36:03.896382"], ["updated_at", "2016-10-06 15:36:03.896382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum inventore soluta excepturi dolor vitae deleniti.\",\"text\":\"The IB driver is down, input the solid state panel so we can back up the AGP program!\"}"], ["created_at", "2016-10-06 15:36:03.897414"], ["updated_at", "2016-10-06 15:36:03.897414"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt consequatur qui eveniet.\",\"text\":\"The CSS driver is down, back up the optical system so we can quantify the RSS card!\"}"], ["created_at", "2016-10-06 15:36:03.898389"], ["updated_at", "2016-10-06 15:36:03.898389"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos quas voluptatem non.\",\"text\":\"We need to reboot the virtual PNG alarm!\"}"], ["created_at", "2016-10-06 15:36:03.899415"], ["updated_at", "2016-10-06 15:36:03.899415"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum ut earum esse nihil.\",\"text\":\"Navigating the sensor won't do anything, we need to input the solid state xml capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.900345"], ["updated_at", "2016-10-06 15:36:03.900345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus veritatis et aut pariatur magnam quia.\",\"text\":\"You can't copy the feed without quantifying the redundant SMTP port!\"}"], ["created_at", "2016-10-06 15:36:03.901253"], ["updated_at", "2016-10-06 15:36:03.901253"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde asperiores et.\",\"text\":\"The JSON program is down, program the online card so we can override the SMTP alarm!\"}"], ["created_at", "2016-10-06 15:36:03.902150"], ["updated_at", "2016-10-06 15:36:03.902150"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis ut aut.\",\"text\":\"You can't transmit the sensor without navigating the neural GB array!\"}"], ["created_at", "2016-10-06 15:36:03.903134"], ["updated_at", "2016-10-06 15:36:03.903134"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem sint occaecati esse et.\",\"text\":\"If we quantify the system, we can get to the AGP sensor through the digital CSS interface!\"}"], ["created_at", "2016-10-06 15:36:03.904173"], ["updated_at", "2016-10-06 15:36:03.904173"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos quis vel incidunt dolor dolor.\",\"text\":\"You can't reboot the panel without indexing the multi-byte USB array!\"}"], ["created_at", "2016-10-06 15:36:03.905571"], ["updated_at", "2016-10-06 15:36:03.905571"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam omnis ullam dolorum error quis qui non.\",\"text\":\"We need to compress the 1080p SMTP driver!\"}"], ["created_at", "2016-10-06 15:36:03.907007"], ["updated_at", "2016-10-06 15:36:03.907007"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia sit illum.\",\"text\":\"The XSS hard drive is down, quantify the online driver so we can transmit the XSS firewall!\"}"], ["created_at", "2016-10-06 15:36:03.908236"], ["updated_at", "2016-10-06 15:36:03.908236"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis nesciunt aut et sunt corporis tempore modi.\",\"text\":\"I'll parse the virtual ADP firewall, that should interface the TCP panel!\"}"], ["created_at", "2016-10-06 15:36:03.910048"], ["updated_at", "2016-10-06 15:36:03.910048"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi quod beatae quam et reprehenderit sint.\",\"text\":\"We need to copy the virtual JBOD card!\"}"], ["created_at", "2016-10-06 15:36:03.912228"], ["updated_at", "2016-10-06 15:36:03.912228"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium voluptatem quos totam.\",\"text\":\"You can't bypass the hard drive without compressing the 1080p XML bus!\"}"], ["created_at", "2016-10-06 15:36:03.914209"], ["updated_at", "2016-10-06 15:36:03.914209"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum voluptate ab labore a.\",\"text\":\"Try to override the SSL card, maybe it will hack the auxiliary transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.916313"], ["updated_at", "2016-10-06 15:36:03.916313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio adipisci eligendi doloribus.\",\"text\":\"Synthesizing the card won't do anything, we need to transmit the haptic exe feed!\"}"], ["created_at", "2016-10-06 15:36:03.917386"], ["updated_at", "2016-10-06 15:36:03.917386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum autem unde magnam rerum dolore.\",\"text\":\"I'll synthesize the primary SCSI pixel, that should sensor the HDD sensor!\"}"], ["created_at", "2016-10-06 15:36:03.918406"], ["updated_at", "2016-10-06 15:36:03.918406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas dolorum voluptatibus eaque.\",\"text\":\"You can't synthesize the monitor without compressing the back-end SAS capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.919308"], ["updated_at", "2016-10-06 15:36:03.919308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci atque aperiam incidunt.\",\"text\":\"The CSS transmitter is down, navigate the virtual system so we can parse the XML feed!\"}"], ["created_at", "2016-10-06 15:36:03.920263"], ["updated_at", "2016-10-06 15:36:03.920263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores qui aliquid dolorum non quo deserunt dolorem.\",\"text\":\"Try to quantify the AI sensor, maybe it will quantify the open-source interface!\"}"], ["created_at", "2016-10-06 15:36:03.921237"], ["updated_at", "2016-10-06 15:36:03.921237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut neque a nihil et nesciunt temporibus.\",\"text\":\"You can't quantify the capacitor without indexing the digital SCSI pixel!\"}"], ["created_at", "2016-10-06 15:36:03.922170"], ["updated_at", "2016-10-06 15:36:03.922170"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum autem aut culpa voluptatum ullam omnis.\",\"text\":\"I'll transmit the primary JBOD application, that should hard drive the AGP sensor!\"}"], ["created_at", "2016-10-06 15:36:03.923088"], ["updated_at", "2016-10-06 15:36:03.923088"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo porro ea.\",\"text\":\"You can't hack the alarm without transmitting the open-source SCSI application!\"}"], ["created_at", "2016-10-06 15:36:03.923979"], ["updated_at", "2016-10-06 15:36:03.923979"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut totam sed doloribus dolor vero dolorem distinctio.\",\"text\":\"You can't index the card without connecting the multi-byte PCI system!\"}"], ["created_at", "2016-10-06 15:36:03.924979"], ["updated_at", "2016-10-06 15:36:03.924979"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga minima adipisci repellendus quo exercitationem repellat odio.\",\"text\":\"Copying the program won't do anything, we need to override the auxiliary smtp interface!\"}"], ["created_at", "2016-10-06 15:36:03.926035"], ["updated_at", "2016-10-06 15:36:03.926035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem tempore nostrum fugiat illo sit voluptas.\",\"text\":\"Try to bypass the JSON application, maybe it will navigate the neural sensor!\"}"], ["created_at", "2016-10-06 15:36:03.926996"], ["updated_at", "2016-10-06 15:36:03.926996"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae assumenda voluptas illum.\",\"text\":\"The IB interface is down, transmit the wireless feed so we can input the AGP alarm!\"}"], ["created_at", "2016-10-06 15:36:03.927915"], ["updated_at", "2016-10-06 15:36:03.927915"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non enim aut laudantium voluptatem officia.\",\"text\":\"You can't hack the microchip without navigating the online PCI port!\"}"], ["created_at", "2016-10-06 15:36:03.929255"], ["updated_at", "2016-10-06 15:36:03.929255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia nihil nobis esse id.\",\"text\":\"Try to transmit the FTP circuit, maybe it will calculate the open-source bandwidth!\"}"], ["created_at", "2016-10-06 15:36:03.930929"], ["updated_at", "2016-10-06 15:36:03.930929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro consequatur incidunt nesciunt.\",\"text\":\"If we copy the bandwidth, we can get to the EXE array through the optical HDD card!\"}"], ["created_at", "2016-10-06 15:36:03.931867"], ["updated_at", "2016-10-06 15:36:03.931867"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore omnis vel quod perferendis debitis labore.\",\"text\":\"Use the online SQL transmitter, then you can parse the mobile firewall!\"}"], ["created_at", "2016-10-06 15:36:03.932756"], ["updated_at", "2016-10-06 15:36:03.932756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est quo dolorem perferendis.\",\"text\":\"I'll connect the primary AI firewall, that should firewall the SMS matrix!\"}"], ["created_at", "2016-10-06 15:36:03.933625"], ["updated_at", "2016-10-06 15:36:03.933625"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nostrum pariatur.\",\"text\":\"We need to generate the multi-byte ADP bus!\"}"], ["created_at", "2016-10-06 15:36:03.934587"], ["updated_at", "2016-10-06 15:36:03.934587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia voluptatibus sint sed.\",\"text\":\"I'll reboot the back-end AGP feed, that should array the CSS protocol!\"}"], ["created_at", "2016-10-06 15:36:03.935478"], ["updated_at", "2016-10-06 15:36:03.935478"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus illum quia mollitia enim molestias.\",\"text\":\"You can't back up the bandwidth without copying the back-end PNG feed!\"}"], ["created_at", "2016-10-06 15:36:03.936365"], ["updated_at", "2016-10-06 15:36:03.936365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quia tenetur cupiditate ducimus.\",\"text\":\"I'll connect the bluetooth AGP sensor, that should system the XSS system!\"}"], ["created_at", "2016-10-06 15:36:03.937402"], ["updated_at", "2016-10-06 15:36:03.937402"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam enim ducimus tempore.\",\"text\":\"I'll reboot the auxiliary XSS card, that should capacitor the THX microchip!\"}"], ["created_at", "2016-10-06 15:36:03.938379"], ["updated_at", "2016-10-06 15:36:03.938379"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto ea pariatur eos aliquid.\",\"text\":\"We need to transmit the multi-byte HTTP application!\"}"], ["created_at", "2016-10-06 15:36:03.939257"], ["updated_at", "2016-10-06 15:36:03.939257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur aliquid doloribus architecto sed nobis.\",\"text\":\"If we quantify the matrix, we can get to the EXE system through the primary IB array!\"}"], ["created_at", "2016-10-06 15:36:03.940150"], ["updated_at", "2016-10-06 15:36:03.940150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui veritatis perferendis blanditiis.\",\"text\":\"Try to hack the JBOD matrix, maybe it will bypass the redundant feed!\"}"], ["created_at", "2016-10-06 15:36:03.941033"], ["updated_at", "2016-10-06 15:36:03.941033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem voluptates et veritatis.\",\"text\":\"I'll program the virtual XSS port, that should hard drive the XML pixel!\"}"], ["created_at", "2016-10-06 15:36:03.941927"], ["updated_at", "2016-10-06 15:36:03.941927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et in dicta voluptas.\",\"text\":\"Try to copy the PCI interface, maybe it will synthesize the auxiliary capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.942863"], ["updated_at", "2016-10-06 15:36:03.942863"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa consequatur alias.\",\"text\":\"Try to reboot the XSS pixel, maybe it will back up the primary pixel!\"}"], ["created_at", "2016-10-06 15:36:03.943789"], ["updated_at", "2016-10-06 15:36:03.943789"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil iure impedit quo.\",\"text\":\"Use the open-source JSON driver, then you can navigate the neural microchip!\"}"], ["created_at", "2016-10-06 15:36:03.944746"], ["updated_at", "2016-10-06 15:36:03.944746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum molestiae est aut et.\",\"text\":\"We need to program the bluetooth SAS alarm!\"}"], ["created_at", "2016-10-06 15:36:03.945669"], ["updated_at", "2016-10-06 15:36:03.945669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur autem animi natus fugit sunt fugiat.\",\"text\":\"Copying the bandwidth won't do anything, we need to copy the cross-platform smtp protocol!\"}"], ["created_at", "2016-10-06 15:36:03.946590"], ["updated_at", "2016-10-06 15:36:03.946590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et libero sed quia et quas totam sunt.\",\"text\":\"We need to program the neural TCP firewall!\"}"], ["created_at", "2016-10-06 15:36:03.947489"], ["updated_at", "2016-10-06 15:36:03.947489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti optio quod tempora.\",\"text\":\"Copying the alarm won't do anything, we need to compress the primary http card!\"}"], ["created_at", "2016-10-06 15:36:03.948406"], ["updated_at", "2016-10-06 15:36:03.948406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non voluptas et repudiandae voluptatem sed.\",\"text\":\"If we generate the hard drive, we can get to the SAS driver through the optical SDD system!\"}"], ["created_at", "2016-10-06 15:36:03.949284"], ["updated_at", "2016-10-06 15:36:03.949284"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio et possimus labore.\",\"text\":\"The GB array is down, synthesize the redundant matrix so we can override the XML microchip!\"}"], ["created_at", "2016-10-06 15:36:03.950257"], ["updated_at", "2016-10-06 15:36:03.950257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo et accusamus eaque ad ullam.\",\"text\":\"Use the auxiliary AGP bandwidth, then you can transmit the wireless driver!\"}"], ["created_at", "2016-10-06 15:36:03.951163"], ["updated_at", "2016-10-06 15:36:03.951163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus aut qui vitae dolores.\",\"text\":\"You can't copy the panel without hacking the virtual XSS protocol!\"}"], ["created_at", "2016-10-06 15:36:03.952049"], ["updated_at", "2016-10-06 15:36:03.952049"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit libero ad corrupti.\",\"text\":\"We need to reboot the neural XML system!\"}"], ["created_at", "2016-10-06 15:36:03.952931"], ["updated_at", "2016-10-06 15:36:03.952931"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem dolores at rem omnis veniam quas.\",\"text\":\"You can't generate the sensor without indexing the online FTP pixel!\"}"], ["created_at", "2016-10-06 15:36:03.953841"], ["updated_at", "2016-10-06 15:36:03.953841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus quis id esse sint illum.\",\"text\":\"I'll input the solid state USB bus, that should pixel the HDD port!\"}"], ["created_at", "2016-10-06 15:36:03.954806"], ["updated_at", "2016-10-06 15:36:03.954806"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum impedit perspiciatis.\",\"text\":\"I'll input the redundant SQL bus, that should transmitter the SCSI monitor!\"}"], ["created_at", "2016-10-06 15:36:03.955738"], ["updated_at", "2016-10-06 15:36:03.955738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui inventore quas quis et.\",\"text\":\"The SSL port is down, navigate the neural program so we can generate the SDD port!\"}"], ["created_at", "2016-10-06 15:36:03.956649"], ["updated_at", "2016-10-06 15:36:03.956649"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint maxime cupiditate sunt hic voluptatem eum.\",\"text\":\"Try to program the PCI feed, maybe it will back up the bluetooth feed!\"}"], ["created_at", "2016-10-06 15:36:03.957541"], ["updated_at", "2016-10-06 15:36:03.957541"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum magni vel atque et.\",\"text\":\"You can't calculate the application without calculating the primary RSS pixel!\"}"], ["created_at", "2016-10-06 15:36:03.958463"], ["updated_at", "2016-10-06 15:36:03.958463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim ipsum consequatur cupiditate laboriosam accusantium culpa.\",\"text\":\"The TCP driver is down, parse the 1080p feed so we can reboot the USB capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.959382"], ["updated_at", "2016-10-06 15:36:03.959382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia repellat omnis.\",\"text\":\"I'll bypass the wireless TCP driver, that should circuit the SAS driver!\"}"], ["created_at", "2016-10-06 15:36:03.960314"], ["updated_at", "2016-10-06 15:36:03.960314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam itaque similique possimus eius sed eligendi.\",\"text\":\"Try to reboot the PNG bus, maybe it will index the neural monitor!\"}"], ["created_at", "2016-10-06 15:36:03.961216"], ["updated_at", "2016-10-06 15:36:03.961216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis nesciunt ut laboriosam magnam velit.\",\"text\":\"Use the online USB program, then you can generate the virtual program!\"}"], ["created_at", "2016-10-06 15:36:03.962161"], ["updated_at", "2016-10-06 15:36:03.962161"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi quo occaecati.\",\"text\":\"Use the back-end IB card, then you can generate the haptic feed!\"}"], ["created_at", "2016-10-06 15:36:03.963066"], ["updated_at", "2016-10-06 15:36:03.963066"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit ut consequatur beatae omnis.\",\"text\":\"Quantifying the alarm won't do anything, we need to bypass the redundant ib transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.964097"], ["updated_at", "2016-10-06 15:36:03.964097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium saepe ut necessitatibus quia.\",\"text\":\"If we override the protocol, we can get to the AI feed through the 1080p SAS application!\"}"], ["created_at", "2016-10-06 15:36:03.965095"], ["updated_at", "2016-10-06 15:36:03.965095"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere eius eveniet praesentium fugiat et sit.\",\"text\":\"Try to transmit the USB application, maybe it will navigate the 1080p application!\"}"], ["created_at", "2016-10-06 15:36:03.966067"], ["updated_at", "2016-10-06 15:36:03.966067"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam deserunt qui atque rerum.\",\"text\":\"The HTTP protocol is down, input the digital transmitter so we can compress the SMS driver!\"}"], ["created_at", "2016-10-06 15:36:03.967055"], ["updated_at", "2016-10-06 15:36:03.967055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe eveniet accusantium temporibus et eos.\",\"text\":\"Use the digital COM monitor, then you can bypass the digital capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.968041"], ["updated_at", "2016-10-06 15:36:03.968041"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex iste autem molestiae.\",\"text\":\"We need to hack the auxiliary SCSI alarm!\"}"], ["created_at", "2016-10-06 15:36:03.969021"], ["updated_at", "2016-10-06 15:36:03.969021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas ab deleniti.\",\"text\":\"You can't quantify the program without synthesizing the neural THX port!\"}"], ["created_at", "2016-10-06 15:36:03.969984"], ["updated_at", "2016-10-06 15:36:03.969984"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic ut eum alias recusandae enim ut.\",\"text\":\"Use the virtual AGP firewall, then you can quantify the mobile system!\"}"], ["created_at", "2016-10-06 15:36:03.970988"], ["updated_at", "2016-10-06 15:36:03.970988"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia voluptas hic.\",\"text\":\"You can't generate the array without connecting the redundant SCSI port!\"}"], ["created_at", "2016-10-06 15:36:03.971946"], ["updated_at", "2016-10-06 15:36:03.971946"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus sunt laudantium voluptas vero sed voluptas doloremque.\",\"text\":\"If we parse the bandwidth, we can get to the AI monitor through the wireless COM alarm!\"}"], ["created_at", "2016-10-06 15:36:03.972902"], ["updated_at", "2016-10-06 15:36:03.972902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis est itaque voluptatem molestiae qui.\",\"text\":\"We need to transmit the multi-byte XML monitor!\"}"], ["created_at", "2016-10-06 15:36:03.973862"], ["updated_at", "2016-10-06 15:36:03.973862"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis officia culpa facilis sed vel.\",\"text\":\"The IB circuit is down, connect the virtual feed so we can compress the EXE application!\"}"], ["created_at", "2016-10-06 15:36:03.974857"], ["updated_at", "2016-10-06 15:36:03.974857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam quasi aut consequatur et quidem.\",\"text\":\"I'll compress the digital SDD bus, that should firewall the RSS card!\"}"], ["created_at", "2016-10-06 15:36:03.975831"], ["updated_at", "2016-10-06 15:36:03.975831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam et eveniet sit hic velit.\",\"text\":\"Use the virtual ADP card, then you can hack the back-end transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.976875"], ["updated_at", "2016-10-06 15:36:03.976875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos occaecati facere.\",\"text\":\"Transmitting the array won't do anything, we need to connect the wireless tcp program!\"}"], ["created_at", "2016-10-06 15:36:03.977870"], ["updated_at", "2016-10-06 15:36:03.977870"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem id nihil minima.\",\"text\":\"I'll compress the mobile AI matrix, that should application the AI panel!\"}"], ["created_at", "2016-10-06 15:36:03.978794"], ["updated_at", "2016-10-06 15:36:03.978794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia labore et dolore.\",\"text\":\"If we navigate the bus, we can get to the JSON transmitter through the 1080p TCP protocol!\"}"], ["created_at", "2016-10-06 15:36:03.979689"], ["updated_at", "2016-10-06 15:36:03.979689"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos est sequi et corporis rem sunt blanditiis.\",\"text\":\"You can't input the firewall without hacking the cross-platform COM protocol!\"}"], ["created_at", "2016-10-06 15:36:03.980579"], ["updated_at", "2016-10-06 15:36:03.980579"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati ratione tempora quo porro ut sequi.\",\"text\":\"I'll navigate the 1080p JBOD application, that should application the JBOD protocol!\"}"], ["created_at", "2016-10-06 15:36:03.981481"], ["updated_at", "2016-10-06 15:36:03.981481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam ea vitae adipisci eos quo odio omnis.\",\"text\":\"Try to quantify the SDD system, maybe it will override the digital sensor!\"}"], ["created_at", "2016-10-06 15:36:03.982397"], ["updated_at", "2016-10-06 15:36:03.982397"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id itaque rerum.\",\"text\":\"Use the primary JSON microchip, then you can connect the back-end driver!\"}"], ["created_at", "2016-10-06 15:36:03.983333"], ["updated_at", "2016-10-06 15:36:03.983333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem quas ex.\",\"text\":\"You can't connect the panel without synthesizing the haptic FTP protocol!\"}"], ["created_at", "2016-10-06 15:36:03.984308"], ["updated_at", "2016-10-06 15:36:03.984308"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi vel expedita unde et.\",\"text\":\"We need to bypass the bluetooth SSL microchip!\"}"], ["created_at", "2016-10-06 15:36:03.985684"], ["updated_at", "2016-10-06 15:36:03.985684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis corporis id voluptatum.\",\"text\":\"Try to generate the USB capacitor, maybe it will generate the haptic interface!\"}"], ["created_at", "2016-10-06 15:36:03.987189"], ["updated_at", "2016-10-06 15:36:03.987189"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum esse facere vitae dolores et ut enim.\",\"text\":\"You can't compress the application without parsing the redundant ADP application!\"}"], ["created_at", "2016-10-06 15:36:03.988137"], ["updated_at", "2016-10-06 15:36:03.988137"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit nostrum et voluptas rerum ut et.\",\"text\":\"We need to back up the neural SSL firewall!\"}"], ["created_at", "2016-10-06 15:36:03.989020"], ["updated_at", "2016-10-06 15:36:03.989020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est doloribus odio vitae rerum culpa quia.\",\"text\":\"Try to hack the CSS circuit, maybe it will input the digital microchip!\"}"], ["created_at", "2016-10-06 15:36:03.989927"], ["updated_at", "2016-10-06 15:36:03.989927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque saepe commodi nihil et aut aliquam.\",\"text\":\"You can't program the panel without calculating the optical XSS application!\"}"], ["created_at", "2016-10-06 15:36:03.990837"], ["updated_at", "2016-10-06 15:36:03.990837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum non dolorem.\",\"text\":\"Use the neural EXE program, then you can generate the virtual firewall!\"}"], ["created_at", "2016-10-06 15:36:03.991706"], ["updated_at", "2016-10-06 15:36:03.991706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ullam tempora ipsum ut.\",\"text\":\"I'll transmit the multi-byte SMS monitor, that should interface the SDD capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.992627"], ["updated_at", "2016-10-06 15:36:03.992627"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quisquam earum est ut sed quia.\",\"text\":\"The RSS protocol is down, input the back-end circuit so we can override the AGP transmitter!\"}"], ["created_at", "2016-10-06 15:36:03.993561"], ["updated_at", "2016-10-06 15:36:03.993561"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo minima accusantium impedit est.\",\"text\":\"We need to reboot the open-source SDD microchip!\"}"], ["created_at", "2016-10-06 15:36:03.994495"], ["updated_at", "2016-10-06 15:36:03.994495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod unde eveniet ut.\",\"text\":\"I'll compress the redundant SCSI panel, that should firewall the COM capacitor!\"}"], ["created_at", "2016-10-06 15:36:03.995412"], ["updated_at", "2016-10-06 15:36:03.995412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita enim in reiciendis eius.\",\"text\":\"Connecting the microchip won't do anything, we need to override the back-end http pixel!\"}"], ["created_at", "2016-10-06 15:36:03.996298"], ["updated_at", "2016-10-06 15:36:03.996298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt qui nihil doloribus quaerat earum.\",\"text\":\"Compressing the protocol won't do anything, we need to connect the optical rss firewall!\"}"], ["created_at", "2016-10-06 15:36:03.997177"], ["updated_at", "2016-10-06 15:36:03.997177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis omnis aut quia.\",\"text\":\"Try to copy the ADP card, maybe it will navigate the back-end driver!\"}"], ["created_at", "2016-10-06 15:36:03.998052"], ["updated_at", "2016-10-06 15:36:03.998052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora veritatis minus reiciendis asperiores accusantium eum consequuntur.\",\"text\":\"We need to navigate the solid state IB panel!\"}"], ["created_at", "2016-10-06 15:36:03.998956"], ["updated_at", "2016-10-06 15:36:03.998956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas autem sed sequi nihil.\",\"text\":\"I'll calculate the multi-byte XML monitor, that should pixel the TCP application!\"}"], ["created_at", "2016-10-06 15:36:03.999864"], ["updated_at", "2016-10-06 15:36:03.999864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestiae praesentium quia dolore reprehenderit.\",\"text\":\"We need to quantify the back-end COM interface!\"}"], ["created_at", "2016-10-06 15:36:04.000746"], ["updated_at", "2016-10-06 15:36:04.000746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum voluptatem ea et odit deserunt ut quae.\",\"text\":\"Try to bypass the SSL card, maybe it will back up the online bus!\"}"], ["created_at", "2016-10-06 15:36:04.001645"], ["updated_at", "2016-10-06 15:36:04.001645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore non ipsum provident sint animi.\",\"text\":\"The AGP pixel is down, transmit the cross-platform bandwidth so we can parse the XSS capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.002566"], ["updated_at", "2016-10-06 15:36:04.002566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad ratione consequuntur eaque laudantium reprehenderit nihil sit.\",\"text\":\"The ADP transmitter is down, navigate the 1080p feed so we can compress the EXE bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.003479"], ["updated_at", "2016-10-06 15:36:04.003479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias sapiente sed nulla cum eos harum.\",\"text\":\"Try to program the SMS matrix, maybe it will generate the cross-platform sensor!\"}"], ["created_at", "2016-10-06 15:36:04.004395"], ["updated_at", "2016-10-06 15:36:04.004395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque impedit eos excepturi rerum quis.\",\"text\":\"I'll transmit the bluetooth USB card, that should bus the CSS feed!\"}"], ["created_at", "2016-10-06 15:36:04.005286"], ["updated_at", "2016-10-06 15:36:04.005286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui necessitatibus tempore veniam aut.\",\"text\":\"I'll index the virtual CSS monitor, that should capacitor the XSS application!\"}"], ["created_at", "2016-10-06 15:36:04.006205"], ["updated_at", "2016-10-06 15:36:04.006205"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus voluptate et consequatur voluptas est.\",\"text\":\"I'll quantify the mobile SDD array, that should interface the JBOD capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.007102"], ["updated_at", "2016-10-06 15:36:04.007102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In porro inventore illum est.\",\"text\":\"The ADP bus is down, bypass the primary matrix so we can back up the PCI application!\"}"], ["created_at", "2016-10-06 15:36:04.008015"], ["updated_at", "2016-10-06 15:36:04.008015"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet sed ut nulla nostrum rerum voluptatem.\",\"text\":\"If we override the circuit, we can get to the SDD capacitor through the virtual SSL circuit!\"}"], ["created_at", "2016-10-06 15:36:04.008973"], ["updated_at", "2016-10-06 15:36:04.008973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores rerum provident.\",\"text\":\"Use the open-source SMS bus, then you can bypass the back-end interface!\"}"], ["created_at", "2016-10-06 15:36:04.009919"], ["updated_at", "2016-10-06 15:36:04.009919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque repellat accusantium qui.\",\"text\":\"Try to transmit the GB program, maybe it will synthesize the haptic capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.010859"], ["updated_at", "2016-10-06 15:36:04.010859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae voluptatem iusto itaque dicta ut tempora aut.\",\"text\":\"Try to bypass the PNG driver, maybe it will synthesize the haptic microchip!\"}"], ["created_at", "2016-10-06 15:36:04.011784"], ["updated_at", "2016-10-06 15:36:04.011784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et deserunt incidunt.\",\"text\":\"The HDD application is down, input the open-source driver so we can program the JSON bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.012734"], ["updated_at", "2016-10-06 15:36:04.012734"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae labore rerum quasi vero.\",\"text\":\"Try to generate the JBOD microchip, maybe it will copy the neural program!\"}"], ["created_at", "2016-10-06 15:36:04.013705"], ["updated_at", "2016-10-06 15:36:04.013705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque dolore quia adipisci magnam.\",\"text\":\"You can't bypass the firewall without hacking the redundant XSS bus!\"}"], ["created_at", "2016-10-06 15:36:04.014663"], ["updated_at", "2016-10-06 15:36:04.014663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem minus autem soluta.\",\"text\":\"I'll quantify the redundant USB interface, that should feed the COM program!\"}"], ["created_at", "2016-10-06 15:36:04.015592"], ["updated_at", "2016-10-06 15:36:04.015592"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum vel perspiciatis libero facilis error impedit ut.\",\"text\":\"If we navigate the hard drive, we can get to the XSS port through the optical GB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.016544"], ["updated_at", "2016-10-06 15:36:04.016544"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore ea natus accusantium dicta doloremque aut deserunt.\",\"text\":\"Try to calculate the PNG application, maybe it will override the bluetooth bus!\"}"], ["created_at", "2016-10-06 15:36:04.017498"], ["updated_at", "2016-10-06 15:36:04.017498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quas doloribus magnam.\",\"text\":\"You can't generate the interface without navigating the neural XML matrix!\"}"], ["created_at", "2016-10-06 15:36:04.023602"], ["updated_at", "2016-10-06 15:36:04.023602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur rem quia eos.\",\"text\":\"The PCI panel is down, generate the digital port so we can synthesize the JSON sensor!\"}"], ["created_at", "2016-10-06 15:36:04.024594"], ["updated_at", "2016-10-06 15:36:04.024594"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut consequatur sit laudantium sed.\",\"text\":\"You can't compress the pixel without hacking the digital XML interface!\"}"], ["created_at", "2016-10-06 15:36:04.025519"], ["updated_at", "2016-10-06 15:36:04.025519"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus exercitationem quas.\",\"text\":\"Quantifying the array won't do anything, we need to compress the online com microchip!\"}"], ["created_at", "2016-10-06 15:36:04.026505"], ["updated_at", "2016-10-06 15:36:04.026505"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate voluptate aut soluta dolorem.\",\"text\":\"Calculating the pixel won't do anything, we need to hack the online xml interface!\"}"], ["created_at", "2016-10-06 15:36:04.027395"], ["updated_at", "2016-10-06 15:36:04.027395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus assumenda iusto ipsa.\",\"text\":\"Try to synthesize the XSS hard drive, maybe it will bypass the solid state protocol!\"}"], ["created_at", "2016-10-06 15:36:04.028286"], ["updated_at", "2016-10-06 15:36:04.028286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt hic aut qui.\",\"text\":\"Programming the port won't do anything, we need to hack the multi-byte sql alarm!\"}"], ["created_at", "2016-10-06 15:36:04.029186"], ["updated_at", "2016-10-06 15:36:04.029186"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non molestiae perspiciatis veniam vel aut amet.\",\"text\":\"If we reboot the bandwidth, we can get to the JSON driver through the back-end GB monitor!\"}"], ["created_at", "2016-10-06 15:36:04.030073"], ["updated_at", "2016-10-06 15:36:04.030073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum quod quia est aspernatur.\",\"text\":\"I'll calculate the primary FTP feed, that should array the CSS pixel!\"}"], ["created_at", "2016-10-06 15:36:04.031004"], ["updated_at", "2016-10-06 15:36:04.031004"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti voluptate quas soluta eius.\",\"text\":\"If we calculate the port, we can get to the TCP panel through the bluetooth SDD matrix!\"}"], ["created_at", "2016-10-06 15:36:04.031877"], ["updated_at", "2016-10-06 15:36:04.031877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur aspernatur sit ad assumenda.\",\"text\":\"Compressing the port won't do anything, we need to hack the primary usb transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.032773"], ["updated_at", "2016-10-06 15:36:04.032773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id dolor eligendi officiis dolorem.\",\"text\":\"We need to input the multi-byte CSS microchip!\"}"], ["created_at", "2016-10-06 15:36:04.033655"], ["updated_at", "2016-10-06 15:36:04.033655"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit et aut consequatur possimus distinctio magnam blanditiis.\",\"text\":\"Use the mobile HDD capacitor, then you can index the multi-byte circuit!\"}"], ["created_at", "2016-10-06 15:36:04.034547"], ["updated_at", "2016-10-06 15:36:04.034547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur atque esse id.\",\"text\":\"If we parse the capacitor, we can get to the XML transmitter through the bluetooth EXE microchip!\"}"], ["created_at", "2016-10-06 15:36:04.035423"], ["updated_at", "2016-10-06 15:36:04.035423"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam earum et velit illo.\",\"text\":\"We need to copy the mobile RSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.036308"], ["updated_at", "2016-10-06 15:36:04.036308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident sequi nihil.\",\"text\":\"If we copy the port, we can get to the SDD circuit through the solid state RAM pixel!\"}"], ["created_at", "2016-10-06 15:36:04.037218"], ["updated_at", "2016-10-06 15:36:04.037218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit nulla blanditiis facilis ratione.\",\"text\":\"We need to connect the primary EXE capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.038096"], ["updated_at", "2016-10-06 15:36:04.038096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere qui hic beatae sint nam impedit soluta.\",\"text\":\"I'll override the solid state CSS protocol, that should transmitter the CSS card!\"}"], ["created_at", "2016-10-06 15:36:04.039012"], ["updated_at", "2016-10-06 15:36:04.039012"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta nihil recusandae veniam.\",\"text\":\"The XML pixel is down, navigate the 1080p sensor so we can navigate the FTP monitor!\"}"], ["created_at", "2016-10-06 15:36:04.039891"], ["updated_at", "2016-10-06 15:36:04.039891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est velit iusto ut.\",\"text\":\"Try to copy the PNG application, maybe it will index the open-source driver!\"}"], ["created_at", "2016-10-06 15:36:04.040780"], ["updated_at", "2016-10-06 15:36:04.040780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt ipsum nam molestias sit veritatis autem molestiae.\",\"text\":\"If we connect the alarm, we can get to the SMTP feed through the bluetooth SQL alarm!\"}"], ["created_at", "2016-10-06 15:36:04.041680"], ["updated_at", "2016-10-06 15:36:04.041680"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur eum sed ea ipsam.\",\"text\":\"The FTP alarm is down, quantify the mobile panel so we can hack the PNG pixel!\"}"], ["created_at", "2016-10-06 15:36:04.042586"], ["updated_at", "2016-10-06 15:36:04.042586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi ab expedita amet omnis et in.\",\"text\":\"Use the 1080p USB transmitter, then you can input the solid state program!\"}"], ["created_at", "2016-10-06 15:36:04.043482"], ["updated_at", "2016-10-06 15:36:04.043482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum eum corporis sit.\",\"text\":\"I'll transmit the optical PNG protocol, that should program the RSS microchip!\"}"], ["created_at", "2016-10-06 15:36:04.044356"], ["updated_at", "2016-10-06 15:36:04.044356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro modi sit ut.\",\"text\":\"Overriding the hard drive won't do anything, we need to bypass the multi-byte usb application!\"}"], ["created_at", "2016-10-06 15:36:04.045263"], ["updated_at", "2016-10-06 15:36:04.045263"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda hic odio.\",\"text\":\"Copying the panel won't do anything, we need to parse the mobile hdd circuit!\"}"], ["created_at", "2016-10-06 15:36:04.046168"], ["updated_at", "2016-10-06 15:36:04.046168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil sed iusto dolores magni necessitatibus.\",\"text\":\"We need to program the cross-platform IB system!\"}"], ["created_at", "2016-10-06 15:36:04.047077"], ["updated_at", "2016-10-06 15:36:04.047077"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et rerum ut cupiditate quia repellat.\",\"text\":\"I'll reboot the open-source JSON interface, that should bandwidth the JBOD firewall!\"}"], ["created_at", "2016-10-06 15:36:04.047946"], ["updated_at", "2016-10-06 15:36:04.047946"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae sit ea perspiciatis vel odit.\",\"text\":\"The SQL driver is down, program the online port so we can generate the EXE alarm!\"}"], ["created_at", "2016-10-06 15:36:04.048819"], ["updated_at", "2016-10-06 15:36:04.048819"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque ducimus eveniet voluptas eos nulla.\",\"text\":\"We need to compress the digital IB program!\"}"], ["created_at", "2016-10-06 15:36:04.049684"], ["updated_at", "2016-10-06 15:36:04.049684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut aut non ut quod.\",\"text\":\"Try to index the SSL matrix, maybe it will parse the primary matrix!\"}"], ["created_at", "2016-10-06 15:36:04.050585"], ["updated_at", "2016-10-06 15:36:04.050585"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga repudiandae et voluptas.\",\"text\":\"If we override the panel, we can get to the AI feed through the online HTTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.051503"], ["updated_at", "2016-10-06 15:36:04.051503"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi est necessitatibus voluptas inventore.\",\"text\":\"The USB card is down, navigate the multi-byte system so we can copy the USB matrix!\"}"], ["created_at", "2016-10-06 15:36:04.052399"], ["updated_at", "2016-10-06 15:36:04.052399"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo qui totam necessitatibus harum consequatur.\",\"text\":\"We need to hack the online AI port!\"}"], ["created_at", "2016-10-06 15:36:04.053417"], ["updated_at", "2016-10-06 15:36:04.053417"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit aut expedita voluptate.\",\"text\":\"If we compress the program, we can get to the THX monitor through the cross-platform SDD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.054493"], ["updated_at", "2016-10-06 15:36:04.054493"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et temporibus sit quidem ut ad.\",\"text\":\"Use the digital IB microchip, then you can generate the haptic feed!\"}"], ["created_at", "2016-10-06 15:36:04.055602"], ["updated_at", "2016-10-06 15:36:04.055602"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis sint dicta corrupti voluptate ut sed a.\",\"text\":\"Use the wireless EXE matrix, then you can reboot the open-source monitor!\"}"], ["created_at", "2016-10-06 15:36:04.056622"], ["updated_at", "2016-10-06 15:36:04.056622"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et pariatur dolor saepe eligendi officia.\",\"text\":\"I'll program the mobile THX system, that should capacitor the SCSI system!\"}"], ["created_at", "2016-10-06 15:36:04.058001"], ["updated_at", "2016-10-06 15:36:04.058001"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique non pariatur.\",\"text\":\"Quantifying the bandwidth won't do anything, we need to index the neural xss firewall!\"}"], ["created_at", "2016-10-06 15:36:04.059707"], ["updated_at", "2016-10-06 15:36:04.059707"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur impedit ut esse commodi mollitia voluptatem et.\",\"text\":\"I'll index the 1080p SAS array, that should transmitter the HTTP array!\"}"], ["created_at", "2016-10-06 15:36:04.060749"], ["updated_at", "2016-10-06 15:36:04.060749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptatem quos et.\",\"text\":\"Try to copy the PCI transmitter, maybe it will transmit the bluetooth card!\"}"], ["created_at", "2016-10-06 15:36:04.061665"], ["updated_at", "2016-10-06 15:36:04.061665"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non saepe numquam accusamus sed.\",\"text\":\"The FTP program is down, generate the neural firewall so we can override the HDD array!\"}"], ["created_at", "2016-10-06 15:36:04.062593"], ["updated_at", "2016-10-06 15:36:04.062593"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis doloribus qui error.\",\"text\":\"If we back up the firewall, we can get to the HDD port through the digital SMS application!\"}"], ["created_at", "2016-10-06 15:36:04.063473"], ["updated_at", "2016-10-06 15:36:04.063473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt iusto ipsum ex.\",\"text\":\"I'll calculate the optical FTP protocol, that should protocol the FTP feed!\"}"], ["created_at", "2016-10-06 15:36:04.064400"], ["updated_at", "2016-10-06 15:36:04.064400"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor tempora eaque iste.\",\"text\":\"Compressing the microchip won't do anything, we need to navigate the online xml protocol!\"}"], ["created_at", "2016-10-06 15:36:04.065333"], ["updated_at", "2016-10-06 15:36:04.065333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus vero repellendus quidem quas debitis eius.\",\"text\":\"If we transmit the capacitor, we can get to the FTP transmitter through the back-end SMS transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.066277"], ["updated_at", "2016-10-06 15:36:04.066277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt temporibus dolor accusamus vero.\",\"text\":\"We need to back up the optical SDD application!\"}"], ["created_at", "2016-10-06 15:36:04.067158"], ["updated_at", "2016-10-06 15:36:04.067158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod quia facere accusantium atque.\",\"text\":\"Synthesizing the sensor won't do anything, we need to synthesize the digital usb microchip!\"}"], ["created_at", "2016-10-06 15:36:04.068032"], ["updated_at", "2016-10-06 15:36:04.068032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut aliquam ut eos enim facilis ab.\",\"text\":\"Use the bluetooth SQL program, then you can parse the 1080p array!\"}"], ["created_at", "2016-10-06 15:36:04.068899"], ["updated_at", "2016-10-06 15:36:04.068899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor delectus ipsum officia veritatis.\",\"text\":\"If we generate the firewall, we can get to the XML microchip through the online FTP port!\"}"], ["created_at", "2016-10-06 15:36:04.069821"], ["updated_at", "2016-10-06 15:36:04.069821"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse molestias voluptas voluptatem velit quisquam pariatur.\",\"text\":\"Try to bypass the XSS system, maybe it will parse the primary port!\"}"], ["created_at", "2016-10-06 15:36:04.070839"], ["updated_at", "2016-10-06 15:36:04.070839"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore animi iste dolorum exercitationem.\",\"text\":\"The EXE system is down, parse the digital pixel so we can navigate the XSS sensor!\"}"], ["created_at", "2016-10-06 15:36:04.071818"], ["updated_at", "2016-10-06 15:36:04.071818"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem molestiae incidunt et voluptates omnis optio.\",\"text\":\"The SAS panel is down, input the online sensor so we can copy the RAM capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.072736"], ["updated_at", "2016-10-06 15:36:04.072736"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum dolorem occaecati.\",\"text\":\"Use the mobile CSS port, then you can program the redundant pixel!\"}"], ["created_at", "2016-10-06 15:36:04.073612"], ["updated_at", "2016-10-06 15:36:04.073612"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione et deserunt quaerat dolores harum laboriosam esse.\",\"text\":\"If we override the interface, we can get to the USB microchip through the redundant USB card!\"}"], ["created_at", "2016-10-06 15:36:04.074650"], ["updated_at", "2016-10-06 15:36:04.074650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat vitae a asperiores est quis.\",\"text\":\"Try to connect the HTTP alarm, maybe it will override the redundant system!\"}"], ["created_at", "2016-10-06 15:36:04.075671"], ["updated_at", "2016-10-06 15:36:04.075671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis beatae et.\",\"text\":\"I'll override the virtual RSS matrix, that should transmitter the XSS protocol!\"}"], ["created_at", "2016-10-06 15:36:04.076725"], ["updated_at", "2016-10-06 15:36:04.076725"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo quam non exercitationem voluptas dolores vitae.\",\"text\":\"You can't transmit the array without quantifying the 1080p SSL alarm!\"}"], ["created_at", "2016-10-06 15:36:04.077675"], ["updated_at", "2016-10-06 15:36:04.077675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et ratione qui veniam non.\",\"text\":\"Try to input the SCSI panel, maybe it will synthesize the 1080p bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.078733"], ["updated_at", "2016-10-06 15:36:04.078733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi odit omnis a sed.\",\"text\":\"The JBOD matrix is down, transmit the bluetooth array so we can bypass the JSON bus!\"}"], ["created_at", "2016-10-06 15:36:04.079700"], ["updated_at", "2016-10-06 15:36:04.079700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et at assumenda sunt repudiandae repellat.\",\"text\":\"I'll input the multi-byte RAM bus, that should firewall the CSS firewall!\"}"], ["created_at", "2016-10-06 15:36:04.080597"], ["updated_at", "2016-10-06 15:36:04.080597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut illum quisquam incidunt ut et nam et.\",\"text\":\"You can't navigate the alarm without navigating the primary XSS card!\"}"], ["created_at", "2016-10-06 15:36:04.081462"], ["updated_at", "2016-10-06 15:36:04.081462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic molestiae sed laudantium labore incidunt ex odio.\",\"text\":\"The SMS interface is down, program the open-source port so we can connect the XML panel!\"}"], ["created_at", "2016-10-06 15:36:04.082333"], ["updated_at", "2016-10-06 15:36:04.082333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure quia laudantium quam ut quae in.\",\"text\":\"I'll input the primary AI pixel, that should sensor the EXE port!\"}"], ["created_at", "2016-10-06 15:36:04.083260"], ["updated_at", "2016-10-06 15:36:04.083260"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga eligendi est asperiores.\",\"text\":\"You can't input the port without quantifying the solid state EXE system!\"}"], ["created_at", "2016-10-06 15:36:04.084250"], ["updated_at", "2016-10-06 15:36:04.084250"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora veniam ea ipsam incidunt harum autem deleniti.\",\"text\":\"If we navigate the matrix, we can get to the JBOD driver through the 1080p COM array!\"}"], ["created_at", "2016-10-06 15:36:04.085844"], ["updated_at", "2016-10-06 15:36:04.085844"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum cumque et labore veniam nihil fuga.\",\"text\":\"Navigating the feed won't do anything, we need to input the bluetooth scsi bus!\"}"], ["created_at", "2016-10-06 15:36:04.087242"], ["updated_at", "2016-10-06 15:36:04.087242"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id vitae voluptatem nihil ipsum pariatur.\",\"text\":\"I'll compress the digital ADP system, that should card the FTP protocol!\"}"], ["created_at", "2016-10-06 15:36:04.088165"], ["updated_at", "2016-10-06 15:36:04.088165"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis voluptatem quasi exercitationem.\",\"text\":\"I'll synthesize the open-source TCP capacitor, that should matrix the SDD protocol!\"}"], ["created_at", "2016-10-06 15:36:04.089060"], ["updated_at", "2016-10-06 15:36:04.089060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque quo ea cumque laborum.\",\"text\":\"If we back up the port, we can get to the SMTP circuit through the optical SQL card!\"}"], ["created_at", "2016-10-06 15:36:04.089932"], ["updated_at", "2016-10-06 15:36:04.089932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi labore alias veritatis velit minima.\",\"text\":\"If we hack the interface, we can get to the JSON firewall through the neural GB circuit!\"}"], ["created_at", "2016-10-06 15:36:04.090877"], ["updated_at", "2016-10-06 15:36:04.090877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil officiis hic sit soluta aperiam ratione neque.\",\"text\":\"I'll copy the primary THX application, that should alarm the XML alarm!\"}"], ["created_at", "2016-10-06 15:36:04.091761"], ["updated_at", "2016-10-06 15:36:04.091761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam ut omnis quo aliquam.\",\"text\":\"If we parse the matrix, we can get to the IB application through the solid state RAM firewall!\"}"], ["created_at", "2016-10-06 15:36:04.092651"], ["updated_at", "2016-10-06 15:36:04.092651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A accusantium praesentium.\",\"text\":\"Backing up the matrix won't do anything, we need to back up the open-source http bus!\"}"], ["created_at", "2016-10-06 15:36:04.093520"], ["updated_at", "2016-10-06 15:36:04.093520"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita consequuntur deleniti cum qui voluptatem quia repellendus.\",\"text\":\"You can't bypass the matrix without backing up the auxiliary HTTP system!\"}"], ["created_at", "2016-10-06 15:36:04.094438"], ["updated_at", "2016-10-06 15:36:04.094438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi laborum inventore quidem voluptatem aspernatur quae ad.\",\"text\":\"Try to program the JBOD application, maybe it will reboot the wireless hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.095374"], ["updated_at", "2016-10-06 15:36:04.095374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem reprehenderit rerum illum neque molestiae.\",\"text\":\"If we calculate the microchip, we can get to the EXE program through the open-source XSS array!\"}"], ["created_at", "2016-10-06 15:36:04.096251"], ["updated_at", "2016-10-06 15:36:04.096251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure ex sit praesentium voluptatem molestiae aut ipsam.\",\"text\":\"We need to quantify the digital SMS system!\"}"], ["created_at", "2016-10-06 15:36:04.097120"], ["updated_at", "2016-10-06 15:36:04.097120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat ut quis qui laudantium.\",\"text\":\"We need to override the open-source HDD system!\"}"], ["created_at", "2016-10-06 15:36:04.097988"], ["updated_at", "2016-10-06 15:36:04.097988"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio qui eos.\",\"text\":\"Parsing the application won't do anything, we need to connect the cross-platform css panel!\"}"], ["created_at", "2016-10-06 15:36:04.098919"], ["updated_at", "2016-10-06 15:36:04.098919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A fugit cupiditate voluptas et nihil possimus deserunt.\",\"text\":\"The AGP program is down, copy the primary firewall so we can synthesize the USB application!\"}"], ["created_at", "2016-10-06 15:36:04.099792"], ["updated_at", "2016-10-06 15:36:04.099792"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem consequatur eveniet sit consectetur.\",\"text\":\"We need to connect the 1080p JBOD alarm!\"}"], ["created_at", "2016-10-06 15:36:04.100657"], ["updated_at", "2016-10-06 15:36:04.100657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat esse in sed optio non quo.\",\"text\":\"You can't copy the feed without compressing the open-source HTTP protocol!\"}"], ["created_at", "2016-10-06 15:36:04.101543"], ["updated_at", "2016-10-06 15:36:04.101543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex voluptatem dolorem officiis ratione ut earum.\",\"text\":\"We need to quantify the wireless JBOD monitor!\"}"], ["created_at", "2016-10-06 15:36:04.102454"], ["updated_at", "2016-10-06 15:36:04.102454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa ut magnam impedit.\",\"text\":\"We need to parse the multi-byte IB program!\"}"], ["created_at", "2016-10-06 15:36:04.103356"], ["updated_at", "2016-10-06 15:36:04.103356"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae odio accusamus.\",\"text\":\"Backing up the protocol won't do anything, we need to compress the mobile smtp panel!\"}"], ["created_at", "2016-10-06 15:36:04.104246"], ["updated_at", "2016-10-06 15:36:04.104246"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem officiis neque suscipit.\",\"text\":\"Calculating the panel won't do anything, we need to index the multi-byte jbod bus!\"}"], ["created_at", "2016-10-06 15:36:04.105146"], ["updated_at", "2016-10-06 15:36:04.105146"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestias sed.\",\"text\":\"You can't copy the system without copying the primary IB port!\"}"], ["created_at", "2016-10-06 15:36:04.106007"], ["updated_at", "2016-10-06 15:36:04.106007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit ipsum alias occaecati hic molestias.\",\"text\":\"I'll parse the 1080p XML transmitter, that should bandwidth the EXE bus!\"}"], ["created_at", "2016-10-06 15:36:04.106901"], ["updated_at", "2016-10-06 15:36:04.106901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et omnis et consequatur voluptatibus.\",\"text\":\"If we compress the pixel, we can get to the RAM hard drive through the virtual SQL bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.107805"], ["updated_at", "2016-10-06 15:36:04.107805"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In nihil aut est soluta dolorem ea iste.\",\"text\":\"The SMTP interface is down, calculate the haptic protocol so we can index the XML circuit!\"}"], ["created_at", "2016-10-06 15:36:04.108706"], ["updated_at", "2016-10-06 15:36:04.108706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut vero dolor iusto.\",\"text\":\"Use the mobile SAS protocol, then you can transmit the cross-platform interface!\"}"], ["created_at", "2016-10-06 15:36:04.109581"], ["updated_at", "2016-10-06 15:36:04.109581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et consequuntur aut et exercitationem reiciendis veritatis commodi.\",\"text\":\"Parsing the sensor won't do anything, we need to bypass the bluetooth tcp driver!\"}"], ["created_at", "2016-10-06 15:36:04.110463"], ["updated_at", "2016-10-06 15:36:04.110463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex atque est reiciendis provident maiores cum minima.\",\"text\":\"I'll reboot the primary IB application, that should sensor the HDD firewall!\"}"], ["created_at", "2016-10-06 15:36:04.111366"], ["updated_at", "2016-10-06 15:36:04.111366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi veniam quia dolorum nihil.\",\"text\":\"The EXE card is down, generate the optical driver so we can reboot the AI system!\"}"], ["created_at", "2016-10-06 15:36:04.112266"], ["updated_at", "2016-10-06 15:36:04.112266"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et beatae laudantium architecto quo pariatur.\",\"text\":\"Try to program the XSS port, maybe it will calculate the optical panel!\"}"], ["created_at", "2016-10-06 15:36:04.113136"], ["updated_at", "2016-10-06 15:36:04.113136"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et hic nemo ut inventore.\",\"text\":\"You can't navigate the microchip without connecting the mobile SQL protocol!\"}"], ["created_at", "2016-10-06 15:36:04.114023"], ["updated_at", "2016-10-06 15:36:04.114023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur nostrum ut est velit.\",\"text\":\"You can't hack the microchip without quantifying the auxiliary GB matrix!\"}"], ["created_at", "2016-10-06 15:36:04.114935"], ["updated_at", "2016-10-06 15:36:04.114935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit itaque ut.\",\"text\":\"I'll generate the online TCP array, that should application the HDD program!\"}"], ["created_at", "2016-10-06 15:36:04.115813"], ["updated_at", "2016-10-06 15:36:04.115813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet suscipit inventore voluptas rerum sit.\",\"text\":\"Use the bluetooth GB program, then you can reboot the bluetooth capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.116682"], ["updated_at", "2016-10-06 15:36:04.116682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti tenetur ut adipisci fugit fugiat.\",\"text\":\"If we index the transmitter, we can get to the SSL alarm through the bluetooth GB system!\"}"], ["created_at", "2016-10-06 15:36:04.117554"], ["updated_at", "2016-10-06 15:36:04.117554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus aut perspiciatis aut ipsam ut.\",\"text\":\"We need to compress the mobile THX system!\"}"], ["created_at", "2016-10-06 15:36:04.118514"], ["updated_at", "2016-10-06 15:36:04.118514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque suscipit eos.\",\"text\":\"The EXE monitor is down, hack the bluetooth alarm so we can generate the XML hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.119386"], ["updated_at", "2016-10-06 15:36:04.119386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum quia cumque sint odit delectus dignissimos aspernatur.\",\"text\":\"Use the primary HDD transmitter, then you can override the online driver!\"}"], ["created_at", "2016-10-06 15:36:04.120272"], ["updated_at", "2016-10-06 15:36:04.120272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam porro praesentium sint velit.\",\"text\":\"Try to synthesize the IB interface, maybe it will input the auxiliary circuit!\"}"], ["created_at", "2016-10-06 15:36:04.121193"], ["updated_at", "2016-10-06 15:36:04.121193"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae dolorem modi pariatur.\",\"text\":\"Use the auxiliary COM system, then you can bypass the solid state pixel!\"}"], ["created_at", "2016-10-06 15:36:04.122070"], ["updated_at", "2016-10-06 15:36:04.122070"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit vel cumque aut.\",\"text\":\"The SAS capacitor is down, index the online panel so we can back up the THX program!\"}"], ["created_at", "2016-10-06 15:36:04.122950"], ["updated_at", "2016-10-06 15:36:04.122950"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat quod dolor voluptate ea quas omnis.\",\"text\":\"I'll program the neural SDD bus, that should circuit the USB panel!\"}"], ["created_at", "2016-10-06 15:36:04.123872"], ["updated_at", "2016-10-06 15:36:04.123872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus rerum aliquam sequi rerum reprehenderit libero.\",\"text\":\"The THX port is down, compress the redundant array so we can bypass the AI capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.124779"], ["updated_at", "2016-10-06 15:36:04.124779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis provident sit vel qui voluptatem qui.\",\"text\":\"The TCP microchip is down, navigate the open-source array so we can bypass the JBOD firewall!\"}"], ["created_at", "2016-10-06 15:36:04.125655"], ["updated_at", "2016-10-06 15:36:04.125655"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat ipsam ea reprehenderit alias.\",\"text\":\"We need to generate the online RAM bus!\"}"], ["created_at", "2016-10-06 15:36:04.126536"], ["updated_at", "2016-10-06 15:36:04.126536"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil neque consequatur.\",\"text\":\"Try to transmit the JBOD microchip, maybe it will reboot the haptic pixel!\"}"], ["created_at", "2016-10-06 15:36:04.127411"], ["updated_at", "2016-10-06 15:36:04.127411"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit consequuntur officia id earum.\",\"text\":\"If we navigate the program, we can get to the TCP panel through the solid state HTTP circuit!\"}"], ["created_at", "2016-10-06 15:36:04.128912"], ["updated_at", "2016-10-06 15:36:04.128912"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus impedit voluptas.\",\"text\":\"Try to compress the GB monitor, maybe it will generate the virtual driver!\"}"], ["created_at", "2016-10-06 15:36:04.130428"], ["updated_at", "2016-10-06 15:36:04.130428"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam corrupti aut.\",\"text\":\"I'll back up the cross-platform IB system, that should firewall the AI monitor!\"}"], ["created_at", "2016-10-06 15:36:04.131710"], ["updated_at", "2016-10-06 15:36:04.131710"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id magnam aut.\",\"text\":\"I'll bypass the solid state SDD port, that should protocol the SSL matrix!\"}"], ["created_at", "2016-10-06 15:36:04.133043"], ["updated_at", "2016-10-06 15:36:04.133043"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestias nisi et.\",\"text\":\"You can't transmit the panel without backing up the primary AGP bus!\"}"], ["created_at", "2016-10-06 15:36:04.135475"], ["updated_at", "2016-10-06 15:36:04.135475"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non voluptatum voluptate quia aspernatur sunt.\",\"text\":\"Generating the array won't do anything, we need to copy the solid state sdd circuit!\"}"], ["created_at", "2016-10-06 15:36:04.136660"], ["updated_at", "2016-10-06 15:36:04.136660"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab nam qui earum.\",\"text\":\"Use the bluetooth SMS bus, then you can connect the 1080p system!\"}"], ["created_at", "2016-10-06 15:36:04.138647"], ["updated_at", "2016-10-06 15:36:04.138647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem eos nesciunt.\",\"text\":\"I'll quantify the back-end THX pixel, that should application the SMTP array!\"}"], ["created_at", "2016-10-06 15:36:04.140684"], ["updated_at", "2016-10-06 15:36:04.140684"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptatibus aliquam nihil sint expedita.\",\"text\":\"Try to quantify the THX sensor, maybe it will calculate the open-source panel!\"}"], ["created_at", "2016-10-06 15:36:04.141699"], ["updated_at", "2016-10-06 15:36:04.141699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit voluptatem reprehenderit quos accusantium.\",\"text\":\"Try to synthesize the ADP protocol, maybe it will calculate the solid state bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.142681"], ["updated_at", "2016-10-06 15:36:04.142681"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit ut voluptate temporibus culpa eos ratione libero.\",\"text\":\"Try to transmit the USB array, maybe it will generate the neural pixel!\"}"], ["created_at", "2016-10-06 15:36:04.143563"], ["updated_at", "2016-10-06 15:36:04.143563"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti voluptate occaecati est dolor.\",\"text\":\"If we bypass the protocol, we can get to the SDD circuit through the digital SCSI panel!\"}"], ["created_at", "2016-10-06 15:36:04.144496"], ["updated_at", "2016-10-06 15:36:04.144496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea harum ut alias in.\",\"text\":\"If we reboot the firewall, we can get to the JSON pixel through the 1080p SCSI sensor!\"}"], ["created_at", "2016-10-06 15:36:04.145413"], ["updated_at", "2016-10-06 15:36:04.145413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi quasi soluta enim dolores alias culpa.\",\"text\":\"You can't quantify the interface without transmitting the back-end GB array!\"}"], ["created_at", "2016-10-06 15:36:04.146323"], ["updated_at", "2016-10-06 15:36:04.146323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut porro quia quos quia aut sit in.\",\"text\":\"Overriding the card won't do anything, we need to hack the open-source png hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.147221"], ["updated_at", "2016-10-06 15:36:04.147221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur sit provident voluptatum assumenda est.\",\"text\":\"I'll index the cross-platform JBOD card, that should application the GB sensor!\"}"], ["created_at", "2016-10-06 15:36:04.148097"], ["updated_at", "2016-10-06 15:36:04.148097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit sit non quis esse voluptatem exercitationem nihil.\",\"text\":\"Copying the feed won't do anything, we need to override the neural json panel!\"}"], ["created_at", "2016-10-06 15:36:04.149005"], ["updated_at", "2016-10-06 15:36:04.149005"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia vel deleniti amet magnam temporibus.\",\"text\":\"I'll parse the optical USB bandwidth, that should pixel the XSS application!\"}"], ["created_at", "2016-10-06 15:36:04.149928"], ["updated_at", "2016-10-06 15:36:04.149928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et optio natus dolor.\",\"text\":\"The THX matrix is down, compress the virtual matrix so we can compress the RAM program!\"}"], ["created_at", "2016-10-06 15:36:04.150932"], ["updated_at", "2016-10-06 15:36:04.150932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure qui enim autem possimus ad.\",\"text\":\"Use the open-source EXE driver, then you can copy the redundant transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.151814"], ["updated_at", "2016-10-06 15:36:04.151814"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus corporis animi impedit iure sunt.\",\"text\":\"If we synthesize the sensor, we can get to the GB panel through the primary CSS system!\"}"], ["created_at", "2016-10-06 15:36:04.152730"], ["updated_at", "2016-10-06 15:36:04.152730"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ratione sequi veniam est omnis maiores debitis.\",\"text\":\"If we calculate the microchip, we can get to the SDD card through the back-end THX application!\"}"], ["created_at", "2016-10-06 15:36:04.153804"], ["updated_at", "2016-10-06 15:36:04.153804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab qui repudiandae enim sit.\",\"text\":\"Try to calculate the SMTP panel, maybe it will program the online microchip!\"}"], ["created_at", "2016-10-06 15:36:04.155883"], ["updated_at", "2016-10-06 15:36:04.155883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus quo maxime deleniti.\",\"text\":\"You can't quantify the panel without copying the 1080p SCSI circuit!\"}"], ["created_at", "2016-10-06 15:36:04.156882"], ["updated_at", "2016-10-06 15:36:04.156882"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque ut exercitationem.\",\"text\":\"If we transmit the application, we can get to the SSL matrix through the bluetooth CSS hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.157806"], ["updated_at", "2016-10-06 15:36:04.157806"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In incidunt sit veniam et sapiente qui numquam.\",\"text\":\"Backing up the card won't do anything, we need to input the haptic sms feed!\"}"], ["created_at", "2016-10-06 15:36:04.158771"], ["updated_at", "2016-10-06 15:36:04.158771"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum quidem recusandae iusto dolorem dolores vero.\",\"text\":\"Use the primary SQL circuit, then you can compress the virtual feed!\"}"], ["created_at", "2016-10-06 15:36:04.159656"], ["updated_at", "2016-10-06 15:36:04.159656"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut exercitationem rem voluptas odio mollitia quia perferendis.\",\"text\":\"Use the cross-platform RSS matrix, then you can calculate the solid state alarm!\"}"], ["created_at", "2016-10-06 15:36:04.160565"], ["updated_at", "2016-10-06 15:36:04.160565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit minima architecto modi eligendi.\",\"text\":\"You can't program the program without bypassing the solid state THX transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.161475"], ["updated_at", "2016-10-06 15:36:04.161475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit in laudantium adipisci omnis aut.\",\"text\":\"Try to reboot the ADP feed, maybe it will index the haptic monitor!\"}"], ["created_at", "2016-10-06 15:36:04.162391"], ["updated_at", "2016-10-06 15:36:04.162391"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nobis autem debitis minima.\",\"text\":\"We need to connect the optical SQL alarm!\"}"], ["created_at", "2016-10-06 15:36:04.163329"], ["updated_at", "2016-10-06 15:36:04.163329"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id perferendis corrupti quos.\",\"text\":\"We need to hack the open-source CSS pixel!\"}"], ["created_at", "2016-10-06 15:36:04.164285"], ["updated_at", "2016-10-06 15:36:04.164285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut rem quo dolores earum fugit sapiente vitae.\",\"text\":\"I'll calculate the neural FTP interface, that should transmitter the JSON application!\"}"], ["created_at", "2016-10-06 15:36:04.165247"], ["updated_at", "2016-10-06 15:36:04.165247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos fuga mollitia sint veniam omnis.\",\"text\":\"Connecting the sensor won't do anything, we need to transmit the virtual ib panel!\"}"], ["created_at", "2016-10-06 15:36:04.166241"], ["updated_at", "2016-10-06 15:36:04.166241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis omnis harum veritatis odit doloribus voluptas.\",\"text\":\"If we quantify the hard drive, we can get to the GB protocol through the multi-byte AGP feed!\"}"], ["created_at", "2016-10-06 15:36:04.167235"], ["updated_at", "2016-10-06 15:36:04.167235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt architecto eum corporis reprehenderit.\",\"text\":\"Use the solid state XSS card, then you can connect the digital monitor!\"}"], ["created_at", "2016-10-06 15:36:04.168203"], ["updated_at", "2016-10-06 15:36:04.168203"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus a architecto quidem autem cupiditate.\",\"text\":\"Use the open-source SAS monitor, then you can index the primary interface!\"}"], ["created_at", "2016-10-06 15:36:04.169224"], ["updated_at", "2016-10-06 15:36:04.169224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At aut pariatur qui fugiat quidem.\",\"text\":\"You can't quantify the bus without parsing the online SSL sensor!\"}"], ["created_at", "2016-10-06 15:36:04.170284"], ["updated_at", "2016-10-06 15:36:04.170284"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum deserunt omnis.\",\"text\":\"Programming the application won't do anything, we need to back up the multi-byte ftp transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.171183"], ["updated_at", "2016-10-06 15:36:04.171183"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis in magni dolores.\",\"text\":\"The ADP card is down, override the back-end bandwidth so we can quantify the SQL driver!\"}"], ["created_at", "2016-10-06 15:36:04.172088"], ["updated_at", "2016-10-06 15:36:04.172088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut qui minima incidunt nemo quis enim voluptatem.\",\"text\":\"If we calculate the panel, we can get to the XML monitor through the mobile CSS monitor!\"}"], ["created_at", "2016-10-06 15:36:04.173002"], ["updated_at", "2016-10-06 15:36:04.173002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui qui minima.\",\"text\":\"If we reboot the transmitter, we can get to the FTP protocol through the back-end SQL system!\"}"], ["created_at", "2016-10-06 15:36:04.173883"], ["updated_at", "2016-10-06 15:36:04.173883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est enim quis et rerum quos cum illum.\",\"text\":\"Use the virtual JSON interface, then you can quantify the digital hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.174813"], ["updated_at", "2016-10-06 15:36:04.174813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure sit facilis iusto error sed non.\",\"text\":\"I'll synthesize the open-source CSS program, that should capacitor the SMTP port!\"}"], ["created_at", "2016-10-06 15:36:04.175716"], ["updated_at", "2016-10-06 15:36:04.175716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi occaecati officiis enim nostrum in laborum.\",\"text\":\"We need to back up the mobile THX system!\"}"], ["created_at", "2016-10-06 15:36:04.176587"], ["updated_at", "2016-10-06 15:36:04.176587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis modi iste dicta voluptatum quidem commodi recusandae.\",\"text\":\"If we connect the matrix, we can get to the JSON protocol through the online EXE application!\"}"], ["created_at", "2016-10-06 15:36:04.177459"], ["updated_at", "2016-10-06 15:36:04.177459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem eveniet incidunt quam dolore maiores laboriosam et.\",\"text\":\"We need to compress the online SMTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.178381"], ["updated_at", "2016-10-06 15:36:04.178381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et omnis minus id.\",\"text\":\"I'll index the online EXE monitor, that should alarm the SDD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.179296"], ["updated_at", "2016-10-06 15:36:04.179296"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat in aperiam quae asperiores labore non.\",\"text\":\"The XSS feed is down, hack the primary sensor so we can synthesize the JBOD firewall!\"}"], ["created_at", "2016-10-06 15:36:04.180170"], ["updated_at", "2016-10-06 15:36:04.180170"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sit rerum placeat.\",\"text\":\"I'll synthesize the neural RAM alarm, that should card the TCP feed!\"}"], ["created_at", "2016-10-06 15:36:04.181072"], ["updated_at", "2016-10-06 15:36:04.181072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis sunt repudiandae animi impedit nostrum.\",\"text\":\"Bypassing the card won't do anything, we need to navigate the haptic sql circuit!\"}"], ["created_at", "2016-10-06 15:36:04.181972"], ["updated_at", "2016-10-06 15:36:04.181972"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio praesentium est quas numquam saepe eos nisi.\",\"text\":\"You can't reboot the interface without synthesizing the mobile RAM bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.182908"], ["updated_at", "2016-10-06 15:36:04.182908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat et reprehenderit velit culpa ullam accusamus.\",\"text\":\"The JSON bus is down, program the optical sensor so we can input the COM pixel!\"}"], ["created_at", "2016-10-06 15:36:04.183796"], ["updated_at", "2016-10-06 15:36:04.183796"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptas minima optio voluptas.\",\"text\":\"The XML bandwidth is down, reboot the bluetooth bus so we can parse the AGP card!\"}"], ["created_at", "2016-10-06 15:36:04.184666"], ["updated_at", "2016-10-06 15:36:04.184666"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non consequuntur omnis.\",\"text\":\"We need to hack the digital SSL port!\"}"], ["created_at", "2016-10-06 15:36:04.185565"], ["updated_at", "2016-10-06 15:36:04.185565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui libero cupiditate.\",\"text\":\"Use the redundant SDD card, then you can compress the primary transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.186492"], ["updated_at", "2016-10-06 15:36:04.186492"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint id accusantium saepe tenetur.\",\"text\":\"Use the mobile TCP program, then you can back up the 1080p panel!\"}"], ["created_at", "2016-10-06 15:36:04.187392"], ["updated_at", "2016-10-06 15:36:04.187392"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui aut est voluptatem vero voluptas mollitia nam.\",\"text\":\"The RSS interface is down, compress the multi-byte bus so we can transmit the AGP card!\"}"], ["created_at", "2016-10-06 15:36:04.188420"], ["updated_at", "2016-10-06 15:36:04.188420"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat ea hic ad unde est cumque.\",\"text\":\"Bypassing the monitor won't do anything, we need to calculate the multi-byte pci sensor!\"}"], ["created_at", "2016-10-06 15:36:04.189915"], ["updated_at", "2016-10-06 15:36:04.189915"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque animi autem.\",\"text\":\"You can't calculate the protocol without indexing the multi-byte XSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.191411"], ["updated_at", "2016-10-06 15:36:04.191411"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ut est dolore aliquam fugit quis.\",\"text\":\"If we transmit the sensor, we can get to the THX array through the solid state JSON pixel!\"}"], ["created_at", "2016-10-06 15:36:04.192631"], ["updated_at", "2016-10-06 15:36:04.192631"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate saepe sunt voluptatem.\",\"text\":\"If we back up the program, we can get to the TCP interface through the bluetooth HTTP protocol!\"}"], ["created_at", "2016-10-06 15:36:04.194226"], ["updated_at", "2016-10-06 15:36:04.194226"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos sapiente culpa reprehenderit ratione at labore.\",\"text\":\"Use the back-end SSL circuit, then you can compress the virtual driver!\"}"], ["created_at", "2016-10-06 15:36:04.196586"], ["updated_at", "2016-10-06 15:36:04.196586"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A perferendis porro.\",\"text\":\"I'll quantify the back-end ADP system, that should matrix the COM alarm!\"}"], ["created_at", "2016-10-06 15:36:04.197881"], ["updated_at", "2016-10-06 15:36:04.197881"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit quidem non enim.\",\"text\":\"Use the multi-byte HTTP matrix, then you can connect the solid state monitor!\"}"], ["created_at", "2016-10-06 15:36:04.200756"], ["updated_at", "2016-10-06 15:36:04.200756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum consequatur magnam accusamus beatae nobis.\",\"text\":\"You can't generate the sensor without compressing the back-end AI protocol!\"}"], ["created_at", "2016-10-06 15:36:04.201956"], ["updated_at", "2016-10-06 15:36:04.201956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo sed omnis nostrum esse itaque magnam voluptatem.\",\"text\":\"I'll connect the open-source HTTP card, that should feed the EXE sensor!\"}"], ["created_at", "2016-10-06 15:36:04.202949"], ["updated_at", "2016-10-06 15:36:04.202949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus sit vel dolores dolorem recusandae.\",\"text\":\"Try to navigate the USB program, maybe it will compress the open-source driver!\"}"], ["created_at", "2016-10-06 15:36:04.203936"], ["updated_at", "2016-10-06 15:36:04.203936"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima est quam.\",\"text\":\"Programming the alarm won't do anything, we need to copy the bluetooth json firewall!\"}"], ["created_at", "2016-10-06 15:36:04.204895"], ["updated_at", "2016-10-06 15:36:04.204895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo est dicta est magni sequi esse aut.\",\"text\":\"Try to parse the SAS transmitter, maybe it will navigate the digital array!\"}"], ["created_at", "2016-10-06 15:36:04.205935"], ["updated_at", "2016-10-06 15:36:04.205935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea blanditiis vero quam aliquid debitis.\",\"text\":\"The THX alarm is down, reboot the bluetooth hard drive so we can transmit the EXE sensor!\"}"], ["created_at", "2016-10-06 15:36:04.206864"], ["updated_at", "2016-10-06 15:36:04.206864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut eum doloremque magnam mollitia adipisci a.\",\"text\":\"Try to input the RSS alarm, maybe it will quantify the online alarm!\"}"], ["created_at", "2016-10-06 15:36:04.207751"], ["updated_at", "2016-10-06 15:36:04.207751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem et ut asperiores.\",\"text\":\"You can't generate the alarm without generating the back-end AI card!\"}"], ["created_at", "2016-10-06 15:36:04.208645"], ["updated_at", "2016-10-06 15:36:04.208645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam sunt itaque dolor rerum a minus.\",\"text\":\"Try to back up the IB program, maybe it will transmit the back-end microchip!\"}"], ["created_at", "2016-10-06 15:36:04.209571"], ["updated_at", "2016-10-06 15:36:04.209571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat tempora a cumque voluptatem voluptatem omnis.\",\"text\":\"You can't override the transmitter without copying the auxiliary HDD microchip!\"}"], ["created_at", "2016-10-06 15:36:04.210465"], ["updated_at", "2016-10-06 15:36:04.210465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis sit perferendis est ipsum velit.\",\"text\":\"Parsing the microchip won't do anything, we need to index the solid state rss alarm!\"}"], ["created_at", "2016-10-06 15:36:04.211361"], ["updated_at", "2016-10-06 15:36:04.211361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut modi earum aperiam quia nesciunt placeat.\",\"text\":\"The HTTP protocol is down, override the redundant port so we can quantify the CSS application!\"}"], ["created_at", "2016-10-06 15:36:04.212247"], ["updated_at", "2016-10-06 15:36:04.212247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis labore delectus omnis ut voluptatem.\",\"text\":\"We need to copy the haptic XSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.213116"], ["updated_at", "2016-10-06 15:36:04.213116"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem dignissimos rerum.\",\"text\":\"Try to index the RSS microchip, maybe it will input the online sensor!\"}"], ["created_at", "2016-10-06 15:36:04.213978"], ["updated_at", "2016-10-06 15:36:04.213978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non consequatur aspernatur ducimus cupiditate repudiandae.\",\"text\":\"I'll generate the 1080p COM sensor, that should application the SSL interface!\"}"], ["created_at", "2016-10-06 15:36:04.214861"], ["updated_at", "2016-10-06 15:36:04.214861"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae ipsam facilis voluptas labore incidunt molestiae alias.\",\"text\":\"Try to reboot the AI panel, maybe it will generate the mobile bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.215741"], ["updated_at", "2016-10-06 15:36:04.215741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi amet eveniet.\",\"text\":\"We need to reboot the back-end FTP feed!\"}"], ["created_at", "2016-10-06 15:36:04.216610"], ["updated_at", "2016-10-06 15:36:04.216610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad alias officia ut.\",\"text\":\"Indexing the card won't do anything, we need to copy the open-source tcp card!\"}"], ["created_at", "2016-10-06 15:36:04.217487"], ["updated_at", "2016-10-06 15:36:04.217487"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium dolores pariatur et excepturi velit neque.\",\"text\":\"Try to synthesize the AGP protocol, maybe it will back up the neural microchip!\"}"], ["created_at", "2016-10-06 15:36:04.218366"], ["updated_at", "2016-10-06 15:36:04.218366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit quia quibusdam minus nobis nesciunt perspiciatis.\",\"text\":\"You can't synthesize the card without backing up the optical PNG pixel!\"}"], ["created_at", "2016-10-06 15:36:04.219242"], ["updated_at", "2016-10-06 15:36:04.219242"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis assumenda eius pariatur voluptas aut dignissimos.\",\"text\":\"I'll reboot the open-source SMS firewall, that should monitor the COM array!\"}"], ["created_at", "2016-10-06 15:36:04.220146"], ["updated_at", "2016-10-06 15:36:04.220146"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt distinctio quia.\",\"text\":\"Try to back up the THX circuit, maybe it will compress the virtual sensor!\"}"], ["created_at", "2016-10-06 15:36:04.221169"], ["updated_at", "2016-10-06 15:36:04.221169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque quaerat sed repellat quos.\",\"text\":\"Use the virtual ADP monitor, then you can synthesize the solid state card!\"}"], ["created_at", "2016-10-06 15:36:04.222077"], ["updated_at", "2016-10-06 15:36:04.222077"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia neque officia.\",\"text\":\"Try to program the EXE pixel, maybe it will index the back-end matrix!\"}"], ["created_at", "2016-10-06 15:36:04.222976"], ["updated_at", "2016-10-06 15:36:04.222976"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum inventore quia ea.\",\"text\":\"Use the cross-platform SMS matrix, then you can index the 1080p feed!\"}"], ["created_at", "2016-10-06 15:36:04.223842"], ["updated_at", "2016-10-06 15:36:04.223842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim aut est accusamus.\",\"text\":\"You can't synthesize the microchip without compressing the primary CSS bus!\"}"], ["created_at", "2016-10-06 15:36:04.224722"], ["updated_at", "2016-10-06 15:36:04.224722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque deleniti voluptatibus omnis suscipit dolor.\",\"text\":\"I'll bypass the redundant SCSI transmitter, that should card the SDD circuit!\"}"], ["created_at", "2016-10-06 15:36:04.225615"], ["updated_at", "2016-10-06 15:36:04.225615"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque voluptate saepe iusto veniam esse.\",\"text\":\"Parsing the firewall won't do anything, we need to navigate the auxiliary http hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.226511"], ["updated_at", "2016-10-06 15:36:04.226511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique doloribus omnis inventore.\",\"text\":\"You can't calculate the transmitter without transmitting the open-source THX microchip!\"}"], ["created_at", "2016-10-06 15:36:04.227400"], ["updated_at", "2016-10-06 15:36:04.227400"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed laboriosam exercitationem eos tempora voluptatem quam accusamus.\",\"text\":\"You can't parse the firewall without copying the mobile RAM driver!\"}"], ["created_at", "2016-10-06 15:36:04.228307"], ["updated_at", "2016-10-06 15:36:04.228307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora consequatur sit autem maxime eos.\",\"text\":\"We need to calculate the bluetooth JBOD feed!\"}"], ["created_at", "2016-10-06 15:36:04.229217"], ["updated_at", "2016-10-06 15:36:04.229217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque occaecati perspiciatis.\",\"text\":\"You can't copy the matrix without programming the neural XML array!\"}"], ["created_at", "2016-10-06 15:36:04.230108"], ["updated_at", "2016-10-06 15:36:04.230108"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas aliquid expedita rerum necessitatibus.\",\"text\":\"Generating the hard drive won't do anything, we need to generate the neural exe application!\"}"], ["created_at", "2016-10-06 15:36:04.231036"], ["updated_at", "2016-10-06 15:36:04.231036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id et id dolorem cum quasi autem.\",\"text\":\"The SMTP bus is down, calculate the auxiliary feed so we can parse the FTP bus!\"}"], ["created_at", "2016-10-06 15:36:04.231939"], ["updated_at", "2016-10-06 15:36:04.231939"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis in sed consequuntur animi quae.\",\"text\":\"Use the primary PNG pixel, then you can back up the 1080p sensor!\"}"], ["created_at", "2016-10-06 15:36:04.232843"], ["updated_at", "2016-10-06 15:36:04.232843"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi temporibus doloribus est sed similique.\",\"text\":\"You can't back up the matrix without copying the digital GB protocol!\"}"], ["created_at", "2016-10-06 15:36:04.233788"], ["updated_at", "2016-10-06 15:36:04.233788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus qui quidem omnis officia quia praesentium.\",\"text\":\"If we parse the bus, we can get to the SSL panel through the online JBOD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.234730"], ["updated_at", "2016-10-06 15:36:04.234730"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt aliquam et id veniam totam enim qui.\",\"text\":\"If we parse the pixel, we can get to the CSS program through the online SDD sensor!\"}"], ["created_at", "2016-10-06 15:36:04.235645"], ["updated_at", "2016-10-06 15:36:04.235645"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo consequatur ea vel eos laboriosam et.\",\"text\":\"We need to hack the haptic SDD sensor!\"}"], ["created_at", "2016-10-06 15:36:04.236589"], ["updated_at", "2016-10-06 15:36:04.236589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus quo tempore cupiditate.\",\"text\":\"The SCSI bus is down, input the 1080p circuit so we can synthesize the CSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.237546"], ["updated_at", "2016-10-06 15:36:04.237546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur maxime in consequuntur.\",\"text\":\"Use the primary SQL alarm, then you can calculate the online feed!\"}"], ["created_at", "2016-10-06 15:36:04.238468"], ["updated_at", "2016-10-06 15:36:04.238468"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem maxime at.\",\"text\":\"Try to quantify the COM port, maybe it will compress the solid state transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.239363"], ["updated_at", "2016-10-06 15:36:04.239363"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aut cum nisi ipsa aut.\",\"text\":\"Hacking the matrix won't do anything, we need to parse the 1080p png pixel!\"}"], ["created_at", "2016-10-06 15:36:04.240265"], ["updated_at", "2016-10-06 15:36:04.240265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit occaecati qui minus illo.\",\"text\":\"You can't navigate the monitor without transmitting the solid state JBOD sensor!\"}"], ["created_at", "2016-10-06 15:36:04.241140"], ["updated_at", "2016-10-06 15:36:04.241140"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla quia necessitatibus dolorem.\",\"text\":\"We need to index the optical XML bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.242015"], ["updated_at", "2016-10-06 15:36:04.242015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi facere dolore tempore.\",\"text\":\"Calculating the hard drive won't do anything, we need to program the solid state tcp pixel!\"}"], ["created_at", "2016-10-06 15:36:04.242957"], ["updated_at", "2016-10-06 15:36:04.242957"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea dolores repellat cupiditate aut dicta ut et.\",\"text\":\"We need to bypass the wireless USB microchip!\"}"], ["created_at", "2016-10-06 15:36:04.243850"], ["updated_at", "2016-10-06 15:36:04.243850"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid ea rerum consequatur sit nostrum qui et.\",\"text\":\"We need to reboot the mobile PCI monitor!\"}"], ["created_at", "2016-10-06 15:36:04.244788"], ["updated_at", "2016-10-06 15:36:04.244788"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit porro itaque rerum voluptas.\",\"text\":\"Use the cross-platform SCSI matrix, then you can compress the mobile panel!\"}"], ["created_at", "2016-10-06 15:36:04.245733"], ["updated_at", "2016-10-06 15:36:04.245733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi eligendi et quis.\",\"text\":\"You can't calculate the firewall without calculating the multi-byte XSS capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.246684"], ["updated_at", "2016-10-06 15:36:04.246684"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos omnis accusamus accusantium.\",\"text\":\"We need to index the open-source CSS alarm!\"}"], ["created_at", "2016-10-06 15:36:04.247709"], ["updated_at", "2016-10-06 15:36:04.247709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur qui iste odit.\",\"text\":\"You can't synthesize the firewall without parsing the wireless FTP sensor!\"}"], ["created_at", "2016-10-06 15:36:04.248679"], ["updated_at", "2016-10-06 15:36:04.248679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident iste magni et qui ullam.\",\"text\":\"Quantifying the interface won't do anything, we need to quantify the auxiliary hdd firewall!\"}"], ["created_at", "2016-10-06 15:36:04.249670"], ["updated_at", "2016-10-06 15:36:04.249670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum ex voluptas dolorem nam.\",\"text\":\"I'll connect the open-source XSS microchip, that should protocol the PCI bus!\"}"], ["created_at", "2016-10-06 15:36:04.250682"], ["updated_at", "2016-10-06 15:36:04.250682"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium perferendis corporis quisquam et quos.\",\"text\":\"Try to transmit the XSS monitor, maybe it will transmit the primary system!\"}"], ["created_at", "2016-10-06 15:36:04.251798"], ["updated_at", "2016-10-06 15:36:04.251798"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero est in.\",\"text\":\"We need to connect the 1080p JSON alarm!\"}"], ["created_at", "2016-10-06 15:36:04.253759"], ["updated_at", "2016-10-06 15:36:04.253759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque dolorem ad illum molestiae.\",\"text\":\"Use the open-source COM card, then you can program the redundant port!\"}"], ["created_at", "2016-10-06 15:36:04.255064"], ["updated_at", "2016-10-06 15:36:04.255064"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis exercitationem eos dolor recusandae hic voluptatem id.\",\"text\":\"I'll parse the solid state XML interface, that should array the GB firewall!\"}"], ["created_at", "2016-10-06 15:36:04.256038"], ["updated_at", "2016-10-06 15:36:04.256038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora et excepturi incidunt reprehenderit esse.\",\"text\":\"Use the cross-platform AI program, then you can reboot the bluetooth firewall!\"}"], ["created_at", "2016-10-06 15:36:04.256945"], ["updated_at", "2016-10-06 15:36:04.256945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolore ea voluptas.\",\"text\":\"If we calculate the transmitter, we can get to the JBOD driver through the primary CSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.257850"], ["updated_at", "2016-10-06 15:36:04.257850"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et exercitationem ut.\",\"text\":\"Use the digital SMS firewall, then you can connect the haptic pixel!\"}"], ["created_at", "2016-10-06 15:36:04.258771"], ["updated_at", "2016-10-06 15:36:04.258771"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi dolore rerum vitae qui.\",\"text\":\"You can't transmit the system without synthesizing the auxiliary SSL sensor!\"}"], ["created_at", "2016-10-06 15:36:04.259671"], ["updated_at", "2016-10-06 15:36:04.259671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque tempore possimus a id quia consequatur illum.\",\"text\":\"We need to quantify the back-end JBOD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.260557"], ["updated_at", "2016-10-06 15:36:04.260557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates aut veniam temporibus velit atque dolor pariatur.\",\"text\":\"The RSS array is down, calculate the digital interface so we can reboot the SCSI system!\"}"], ["created_at", "2016-10-06 15:36:04.261455"], ["updated_at", "2016-10-06 15:36:04.261455"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt cupiditate qui repellat quod et.\",\"text\":\"If we bypass the interface, we can get to the SMTP bandwidth through the bluetooth EXE pixel!\"}"], ["created_at", "2016-10-06 15:36:04.262392"], ["updated_at", "2016-10-06 15:36:04.262392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id recusandae quasi itaque enim.\",\"text\":\"Use the mobile THX capacitor, then you can transmit the virtual transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.263308"], ["updated_at", "2016-10-06 15:36:04.263308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam quo quasi asperiores sunt enim ab.\",\"text\":\"Try to compress the TCP port, maybe it will parse the redundant capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.264220"], ["updated_at", "2016-10-06 15:36:04.264220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus pariatur in non.\",\"text\":\"Transmitting the array won't do anything, we need to copy the back-end smtp hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.265165"], ["updated_at", "2016-10-06 15:36:04.265165"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto modi vel ut qui vel quaerat voluptates.\",\"text\":\"Try to back up the PNG firewall, maybe it will compress the neural port!\"}"], ["created_at", "2016-10-06 15:36:04.266157"], ["updated_at", "2016-10-06 15:36:04.266157"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit totam delectus ex et ab atque et.\",\"text\":\"Try to copy the RAM program, maybe it will bypass the virtual protocol!\"}"], ["created_at", "2016-10-06 15:36:04.267088"], ["updated_at", "2016-10-06 15:36:04.267088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur voluptatem quod.\",\"text\":\"If we input the matrix, we can get to the SMTP program through the bluetooth AI transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.267969"], ["updated_at", "2016-10-06 15:36:04.267969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis voluptas est doloribus sed.\",\"text\":\"We need to hack the wireless SMTP panel!\"}"], ["created_at", "2016-10-06 15:36:04.268893"], ["updated_at", "2016-10-06 15:36:04.268893"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et non corrupti.\",\"text\":\"Use the bluetooth SMS panel, then you can bypass the bluetooth application!\"}"], ["created_at", "2016-10-06 15:36:04.269907"], ["updated_at", "2016-10-06 15:36:04.269907"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi est qui.\",\"text\":\"You can't back up the system without transmitting the online EXE application!\"}"], ["created_at", "2016-10-06 15:36:04.270981"], ["updated_at", "2016-10-06 15:36:04.270981"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis et fugit suscipit assumenda.\",\"text\":\"You can't compress the bus without hacking the wireless FTP pixel!\"}"], ["created_at", "2016-10-06 15:36:04.271921"], ["updated_at", "2016-10-06 15:36:04.271921"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non doloribus autem repudiandae molestias qui assumenda.\",\"text\":\"We need to input the primary RSS microchip!\"}"], ["created_at", "2016-10-06 15:36:04.272817"], ["updated_at", "2016-10-06 15:36:04.272817"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum quam tempore doloremque commodi quis sequi.\",\"text\":\"You can't compress the protocol without copying the mobile JSON alarm!\"}"], ["created_at", "2016-10-06 15:36:04.273721"], ["updated_at", "2016-10-06 15:36:04.273721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum aspernatur natus sed.\",\"text\":\"You can't input the sensor without calculating the primary JSON card!\"}"], ["created_at", "2016-10-06 15:36:04.274653"], ["updated_at", "2016-10-06 15:36:04.274653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et maiores nihil laudantium ea delectus quis.\",\"text\":\"Use the virtual JBOD bandwidth, then you can copy the mobile hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.275564"], ["updated_at", "2016-10-06 15:36:04.275564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis dolores ducimus sed et.\",\"text\":\"If we bypass the sensor, we can get to the TCP protocol through the mobile IB feed!\"}"], ["created_at", "2016-10-06 15:36:04.276470"], ["updated_at", "2016-10-06 15:36:04.276470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita libero dolores nihil.\",\"text\":\"Use the virtual RAM firewall, then you can input the open-source capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.277351"], ["updated_at", "2016-10-06 15:36:04.277351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel aspernatur eos.\",\"text\":\"If we parse the bandwidth, we can get to the SAS firewall through the primary RSS monitor!\"}"], ["created_at", "2016-10-06 15:36:04.278291"], ["updated_at", "2016-10-06 15:36:04.278291"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt commodi libero vel provident eum quo.\",\"text\":\"The ADP bandwidth is down, input the mobile interface so we can compress the RSS alarm!\"}"], ["created_at", "2016-10-06 15:36:04.279219"], ["updated_at", "2016-10-06 15:36:04.279219"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat ab facilis iste impedit adipisci explicabo accusamus.\",\"text\":\"The COM capacitor is down, connect the optical hard drive so we can calculate the TCP alarm!\"}"], ["created_at", "2016-10-06 15:36:04.280136"], ["updated_at", "2016-10-06 15:36:04.280136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet sapiente quidem asperiores laboriosam nostrum quas quis.\",\"text\":\"We need to synthesize the back-end USB microchip!\"}"], ["created_at", "2016-10-06 15:36:04.281025"], ["updated_at", "2016-10-06 15:36:04.281025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nihil qui.\",\"text\":\"If we transmit the array, we can get to the COM firewall through the cross-platform AGP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.281910"], ["updated_at", "2016-10-06 15:36:04.281910"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed tempore quas distinctio animi iure totam veniam.\",\"text\":\"Try to calculate the XML panel, maybe it will parse the primary monitor!\"}"], ["created_at", "2016-10-06 15:36:04.282826"], ["updated_at", "2016-10-06 15:36:04.282826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ut vel voluptatem qui tempore accusantium.\",\"text\":\"Try to override the FTP capacitor, maybe it will index the digital sensor!\"}"], ["created_at", "2016-10-06 15:36:04.283719"], ["updated_at", "2016-10-06 15:36:04.283719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae non sit quia.\",\"text\":\"The THX hard drive is down, bypass the mobile card so we can transmit the USB feed!\"}"], ["created_at", "2016-10-06 15:36:04.284681"], ["updated_at", "2016-10-06 15:36:04.284681"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo molestiae ipsam rem.\",\"text\":\"Try to connect the RSS card, maybe it will bypass the cross-platform panel!\"}"], ["created_at", "2016-10-06 15:36:04.285674"], ["updated_at", "2016-10-06 15:36:04.285674"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium molestiae est unde consequatur eligendi commodi quas.\",\"text\":\"I'll generate the haptic IB bandwidth, that should alarm the RSS interface!\"}"], ["created_at", "2016-10-06 15:36:04.287380"], ["updated_at", "2016-10-06 15:36:04.287380"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum accusamus deleniti voluptatum aliquid harum.\",\"text\":\"I'll parse the mobile GB bus, that should circuit the SAS system!\"}"], ["created_at", "2016-10-06 15:36:04.289039"], ["updated_at", "2016-10-06 15:36:04.289039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi saepe et natus fugit enim numquam qui.\",\"text\":\"We need to connect the 1080p SCSI capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.290009"], ["updated_at", "2016-10-06 15:36:04.290009"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium eaque quas dignissimos autem voluptas.\",\"text\":\"Programming the microchip won't do anything, we need to hack the haptic sdd driver!\"}"], ["created_at", "2016-10-06 15:36:04.291016"], ["updated_at", "2016-10-06 15:36:04.291016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis accusamus optio maxime perferendis numquam sit.\",\"text\":\"If we calculate the transmitter, we can get to the EXE card through the digital RAM firewall!\"}"], ["created_at", "2016-10-06 15:36:04.291925"], ["updated_at", "2016-10-06 15:36:04.291925"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque quam dolorum ut.\",\"text\":\"If we connect the circuit, we can get to the XML array through the multi-byte AI interface!\"}"], ["created_at", "2016-10-06 15:36:04.292855"], ["updated_at", "2016-10-06 15:36:04.292855"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo occaecati hic facilis perferendis nihil pariatur a.\",\"text\":\"The TCP card is down, compress the optical port so we can navigate the RAM protocol!\"}"], ["created_at", "2016-10-06 15:36:04.293743"], ["updated_at", "2016-10-06 15:36:04.293743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas ratione nemo ut necessitatibus facere laudantium sed.\",\"text\":\"The SCSI feed is down, hack the back-end driver so we can back up the AI monitor!\"}"], ["created_at", "2016-10-06 15:36:04.294762"], ["updated_at", "2016-10-06 15:36:04.294762"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est debitis natus eius.\",\"text\":\"Try to generate the ADP sensor, maybe it will generate the haptic pixel!\"}"], ["created_at", "2016-10-06 15:36:04.295739"], ["updated_at", "2016-10-06 15:36:04.295739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit quo mollitia eaque.\",\"text\":\"I'll parse the cross-platform PCI bus, that should feed the JSON program!\"}"], ["created_at", "2016-10-06 15:36:04.296723"], ["updated_at", "2016-10-06 15:36:04.296723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus eveniet est cumque ea.\",\"text\":\"We need to reboot the wireless XSS circuit!\"}"], ["created_at", "2016-10-06 15:36:04.297646"], ["updated_at", "2016-10-06 15:36:04.297646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum quos eum suscipit a dolorem.\",\"text\":\"If we transmit the monitor, we can get to the AI sensor through the bluetooth AGP bus!\"}"], ["created_at", "2016-10-06 15:36:04.298606"], ["updated_at", "2016-10-06 15:36:04.298606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque dolorum quia voluptatem.\",\"text\":\"If we compress the circuit, we can get to the CSS application through the optical AGP circuit!\"}"], ["created_at", "2016-10-06 15:36:04.299563"], ["updated_at", "2016-10-06 15:36:04.299563"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit voluptatem rerum.\",\"text\":\"I'll reboot the redundant JSON sensor, that should hard drive the HTTP application!\"}"], ["created_at", "2016-10-06 15:36:04.300486"], ["updated_at", "2016-10-06 15:36:04.300486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos neque laboriosam.\",\"text\":\"The XML program is down, quantify the optical hard drive so we can hack the FTP driver!\"}"], ["created_at", "2016-10-06 15:36:04.301460"], ["updated_at", "2016-10-06 15:36:04.301460"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem rerum dolores quas accusantium voluptatum odio earum.\",\"text\":\"Use the neural USB interface, then you can parse the mobile alarm!\"}"], ["created_at", "2016-10-06 15:36:04.302482"], ["updated_at", "2016-10-06 15:36:04.302482"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis dolorem velit est qui quisquam.\",\"text\":\"Use the digital ADP firewall, then you can program the multi-byte circuit!\"}"], ["created_at", "2016-10-06 15:36:04.303575"], ["updated_at", "2016-10-06 15:36:04.303575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam et ipsam.\",\"text\":\"Try to index the SAS application, maybe it will copy the optical program!\"}"], ["created_at", "2016-10-06 15:36:04.309325"], ["updated_at", "2016-10-06 15:36:04.309325"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem ut corrupti fugiat omnis.\",\"text\":\"If we synthesize the alarm, we can get to the SSL bus through the auxiliary SDD hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.310333"], ["updated_at", "2016-10-06 15:36:04.310333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem voluptates repellat minus fugit rerum.\",\"text\":\"Try to program the PCI port, maybe it will input the haptic card!\"}"], ["created_at", "2016-10-06 15:36:04.311247"], ["updated_at", "2016-10-06 15:36:04.311247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam eveniet ipsam sunt.\",\"text\":\"The XSS microchip is down, index the cross-platform circuit so we can override the EXE protocol!\"}"], ["created_at", "2016-10-06 15:36:04.312143"], ["updated_at", "2016-10-06 15:36:04.312143"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda est molestias.\",\"text\":\"I'll compress the digital HTTP pixel, that should interface the IB card!\"}"], ["created_at", "2016-10-06 15:36:04.313031"], ["updated_at", "2016-10-06 15:36:04.313031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo reiciendis nobis dicta omnis animi nisi.\",\"text\":\"The HDD system is down, input the multi-byte panel so we can parse the PCI bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.313964"], ["updated_at", "2016-10-06 15:36:04.313964"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis aut voluptates praesentium dolorem.\",\"text\":\"You can't hack the program without connecting the redundant XML capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.314898"], ["updated_at", "2016-10-06 15:36:04.314898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit dolor illo aspernatur vitae harum et.\",\"text\":\"Transmitting the panel won't do anything, we need to index the virtual xss firewall!\"}"], ["created_at", "2016-10-06 15:36:04.315769"], ["updated_at", "2016-10-06 15:36:04.315769"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero fuga perferendis neque.\",\"text\":\"I'll bypass the wireless XSS port, that should bandwidth the PCI hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.316654"], ["updated_at", "2016-10-06 15:36:04.316654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit occaecati animi ipsam voluptate.\",\"text\":\"Use the auxiliary SSL panel, then you can copy the online pixel!\"}"], ["created_at", "2016-10-06 15:36:04.317512"], ["updated_at", "2016-10-06 15:36:04.317512"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum veniam sunt maiores dolore ut aut repudiandae.\",\"text\":\"We need to navigate the auxiliary SDD array!\"}"], ["created_at", "2016-10-06 15:36:04.318447"], ["updated_at", "2016-10-06 15:36:04.318447"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum nihil expedita magnam est quis modi.\",\"text\":\"I'll input the back-end PCI matrix, that should protocol the HTTP circuit!\"}"], ["created_at", "2016-10-06 15:36:04.319527"], ["updated_at", "2016-10-06 15:36:04.319527"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius voluptate enim.\",\"text\":\"If we reboot the feed, we can get to the GB system through the solid state AI feed!\"}"], ["created_at", "2016-10-06 15:36:04.321529"], ["updated_at", "2016-10-06 15:36:04.321529"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam exercitationem sit et id.\",\"text\":\"I'll reboot the redundant AGP system, that should transmitter the EXE application!\"}"], ["created_at", "2016-10-06 15:36:04.322823"], ["updated_at", "2016-10-06 15:36:04.322823"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit animi qui voluptas quia maiores et accusantium.\",\"text\":\"You can't override the alarm without compressing the haptic HTTP port!\"}"], ["created_at", "2016-10-06 15:36:04.323836"], ["updated_at", "2016-10-06 15:36:04.323836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur impedit nihil facilis quod ipsum est laborum.\",\"text\":\"If we back up the protocol, we can get to the AGP feed through the 1080p TCP sensor!\"}"], ["created_at", "2016-10-06 15:36:04.324816"], ["updated_at", "2016-10-06 15:36:04.324816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed voluptas aut voluptatum.\",\"text\":\"Use the wireless SDD application, then you can override the back-end microchip!\"}"], ["created_at", "2016-10-06 15:36:04.325730"], ["updated_at", "2016-10-06 15:36:04.325730"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et officiis consequuntur.\",\"text\":\"The JBOD bandwidth is down, transmit the online feed so we can parse the SMS interface!\"}"], ["created_at", "2016-10-06 15:36:04.326633"], ["updated_at", "2016-10-06 15:36:04.326633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem qui et soluta.\",\"text\":\"I'll parse the 1080p PNG protocol, that should circuit the FTP interface!\"}"], ["created_at", "2016-10-06 15:36:04.327507"], ["updated_at", "2016-10-06 15:36:04.327507"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo recusandae sint provident qui necessitatibus et.\",\"text\":\"Try to generate the GB bandwidth, maybe it will transmit the neural array!\"}"], ["created_at", "2016-10-06 15:36:04.328463"], ["updated_at", "2016-10-06 15:36:04.328463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore veniam sed dicta repudiandae veritatis.\",\"text\":\"You can't program the application without copying the bluetooth XML card!\"}"], ["created_at", "2016-10-06 15:36:04.329365"], ["updated_at", "2016-10-06 15:36:04.329365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero quia doloremque fugiat soluta quis.\",\"text\":\"You can't generate the interface without copying the 1080p HTTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.330287"], ["updated_at", "2016-10-06 15:36:04.330287"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus est suscipit et delectus ex tenetur.\",\"text\":\"Use the digital XSS array, then you can quantify the digital application!\"}"], ["created_at", "2016-10-06 15:36:04.331186"], ["updated_at", "2016-10-06 15:36:04.331186"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit cumque praesentium molestias quidem dolorem vitae facere.\",\"text\":\"Calculating the interface won't do anything, we need to generate the primary css application!\"}"], ["created_at", "2016-10-06 15:36:04.332058"], ["updated_at", "2016-10-06 15:36:04.332058"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem nihil quia.\",\"text\":\"The USB driver is down, index the solid state microchip so we can compress the SDD port!\"}"], ["created_at", "2016-10-06 15:36:04.332954"], ["updated_at", "2016-10-06 15:36:04.332954"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime occaecati cumque blanditiis.\",\"text\":\"The RSS transmitter is down, back up the optical panel so we can compress the TCP alarm!\"}"], ["created_at", "2016-10-06 15:36:04.333824"], ["updated_at", "2016-10-06 15:36:04.333824"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique dolorem sint ad asperiores temporibus odio vel.\",\"text\":\"If we parse the application, we can get to the SCSI port through the online SMTP circuit!\"}"], ["created_at", "2016-10-06 15:36:04.334748"], ["updated_at", "2016-10-06 15:36:04.334748"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea mollitia aut.\",\"text\":\"I'll compress the multi-byte PCI interface, that should capacitor the COM monitor!\"}"], ["created_at", "2016-10-06 15:36:04.335676"], ["updated_at", "2016-10-06 15:36:04.335676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur quidem quam repellat quia vitae illo assumenda.\",\"text\":\"You can't calculate the bandwidth without synthesizing the back-end RAM application!\"}"], ["created_at", "2016-10-06 15:36:04.336633"], ["updated_at", "2016-10-06 15:36:04.336633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus quaerat iste et.\",\"text\":\"I'll synthesize the cross-platform CSS monitor, that should bus the TCP application!\"}"], ["created_at", "2016-10-06 15:36:04.337533"], ["updated_at", "2016-10-06 15:36:04.337533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui impedit veniam neque asperiores.\",\"text\":\"You can't copy the panel without programming the digital XSS matrix!\"}"], ["created_at", "2016-10-06 15:36:04.338469"], ["updated_at", "2016-10-06 15:36:04.338469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab eaque nobis occaecati sunt consectetur corporis.\",\"text\":\"Use the 1080p HDD capacitor, then you can copy the optical monitor!\"}"], ["created_at", "2016-10-06 15:36:04.339354"], ["updated_at", "2016-10-06 15:36:04.339354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium porro dolore impedit expedita harum.\",\"text\":\"If we hack the panel, we can get to the JBOD transmitter through the redundant THX matrix!\"}"], ["created_at", "2016-10-06 15:36:04.340245"], ["updated_at", "2016-10-06 15:36:04.340245"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi et voluptate consequatur praesentium.\",\"text\":\"Synthesizing the system won't do anything, we need to quantify the solid state exe hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.341112"], ["updated_at", "2016-10-06 15:36:04.341112"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero et impedit deleniti.\",\"text\":\"If we override the protocol, we can get to the XML protocol through the open-source SDD transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.342007"], ["updated_at", "2016-10-06 15:36:04.342007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur tenetur cupiditate aliquid ut voluptas.\",\"text\":\"We need to quantify the haptic PNG hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.342917"], ["updated_at", "2016-10-06 15:36:04.342917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe commodi eius aliquam sint incidunt.\",\"text\":\"You can't override the array without copying the cross-platform IB panel!\"}"], ["created_at", "2016-10-06 15:36:04.343787"], ["updated_at", "2016-10-06 15:36:04.343787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam officiis veritatis labore vel temporibus.\",\"text\":\"You can't reboot the bus without backing up the solid state SMTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.344686"], ["updated_at", "2016-10-06 15:36:04.344686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id molestiae ut necessitatibus sit eveniet.\",\"text\":\"Backing up the application won't do anything, we need to transmit the optical sms matrix!\"}"], ["created_at", "2016-10-06 15:36:04.345583"], ["updated_at", "2016-10-06 15:36:04.345583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet et consectetur soluta dolor.\",\"text\":\"Try to navigate the AGP sensor, maybe it will hack the haptic hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.346475"], ["updated_at", "2016-10-06 15:36:04.346475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et distinctio neque aut dicta.\",\"text\":\"The EXE system is down, override the open-source transmitter so we can reboot the XSS application!\"}"], ["created_at", "2016-10-06 15:36:04.347370"], ["updated_at", "2016-10-06 15:36:04.347370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro voluptas ad.\",\"text\":\"You can't transmit the alarm without transmitting the 1080p EXE hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.348261"], ["updated_at", "2016-10-06 15:36:04.348261"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex voluptatem nihil.\",\"text\":\"Use the neural CSS microchip, then you can compress the auxiliary matrix!\"}"], ["created_at", "2016-10-06 15:36:04.349125"], ["updated_at", "2016-10-06 15:36:04.349125"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel est porro.\",\"text\":\"The XML hard drive is down, generate the virtual microchip so we can compress the GB array!\"}"], ["created_at", "2016-10-06 15:36:04.350010"], ["updated_at", "2016-10-06 15:36:04.350010"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum sequi tempore omnis.\",\"text\":\"Use the bluetooth IB hard drive, then you can connect the primary card!\"}"], ["created_at", "2016-10-06 15:36:04.350892"], ["updated_at", "2016-10-06 15:36:04.350892"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea neque quia voluptatem in nisi atque.\",\"text\":\"I'll synthesize the wireless HDD bandwidth, that should transmitter the SMTP monitor!\"}"], ["created_at", "2016-10-06 15:36:04.351828"], ["updated_at", "2016-10-06 15:36:04.351828"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sunt molestiae laudantium cupiditate et sint.\",\"text\":\"You can't parse the hard drive without compressing the haptic CSS port!\"}"], ["created_at", "2016-10-06 15:36:04.352916"], ["updated_at", "2016-10-06 15:36:04.352916"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt impedit maiores facilis.\",\"text\":\"Use the cross-platform RSS matrix, then you can override the virtual bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.354302"], ["updated_at", "2016-10-06 15:36:04.354302"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est explicabo neque et fugit.\",\"text\":\"We need to copy the neural AGP hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.356891"], ["updated_at", "2016-10-06 15:36:04.356891"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto delectus praesentium.\",\"text\":\"I'll copy the primary JSON array, that should interface the PCI matrix!\"}"], ["created_at", "2016-10-06 15:36:04.358300"], ["updated_at", "2016-10-06 15:36:04.358300"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores commodi voluptatibus deserunt incidunt.\",\"text\":\"I'll copy the 1080p RSS interface, that should alarm the CSS port!\"}"], ["created_at", "2016-10-06 15:36:04.359654"], ["updated_at", "2016-10-06 15:36:04.359654"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem laudantium tempora cum.\",\"text\":\"Try to connect the AGP transmitter, maybe it will quantify the solid state circuit!\"}"], ["created_at", "2016-10-06 15:36:04.362569"], ["updated_at", "2016-10-06 15:36:04.362569"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In harum earum et maiores id.\",\"text\":\"If we transmit the interface, we can get to the JBOD microchip through the wireless RAM bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.363871"], ["updated_at", "2016-10-06 15:36:04.363871"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur sit dolor tempora exercitationem.\",\"text\":\"I'll connect the solid state SMS port, that should monitor the SCSI sensor!\"}"], ["created_at", "2016-10-06 15:36:04.365022"], ["updated_at", "2016-10-06 15:36:04.365022"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est praesentium sint.\",\"text\":\"Use the online PNG system, then you can transmit the digital hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.366120"], ["updated_at", "2016-10-06 15:36:04.366120"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe officiis excepturi totam.\",\"text\":\"Use the optical ADP application, then you can compress the digital program!\"}"], ["created_at", "2016-10-06 15:36:04.367240"], ["updated_at", "2016-10-06 15:36:04.367240"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus recusandae sint earum tempora iusto numquam.\",\"text\":\"Try to quantify the AGP driver, maybe it will generate the auxiliary firewall!\"}"], ["created_at", "2016-10-06 15:36:04.368362"], ["updated_at", "2016-10-06 15:36:04.368362"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum odio nesciunt magni voluptatem facere ipsa voluptas.\",\"text\":\"Try to back up the THX matrix, maybe it will synthesize the optical application!\"}"], ["created_at", "2016-10-06 15:36:04.369428"], ["updated_at", "2016-10-06 15:36:04.369428"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe corporis quisquam vel tempora.\",\"text\":\"You can't parse the microchip without indexing the open-source COM circuit!\"}"], ["created_at", "2016-10-06 15:36:04.370854"], ["updated_at", "2016-10-06 15:36:04.370854"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta qui mollitia labore minima.\",\"text\":\"The EXE bus is down, copy the bluetooth bandwidth so we can program the GB pixel!\"}"], ["created_at", "2016-10-06 15:36:04.374518"], ["updated_at", "2016-10-06 15:36:04.374518"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam ipsa tenetur sit nesciunt ipsum.\",\"text\":\"You can't override the firewall without indexing the digital AI bus!\"}"], ["created_at", "2016-10-06 15:36:04.375908"], ["updated_at", "2016-10-06 15:36:04.375908"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque alias magni vero qui.\",\"text\":\"Try to copy the AI system, maybe it will index the mobile protocol!\"}"], ["created_at", "2016-10-06 15:36:04.377033"], ["updated_at", "2016-10-06 15:36:04.377033"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid officia corrupti voluptas.\",\"text\":\"Try to synthesize the SAS transmitter, maybe it will input the bluetooth interface!\"}"], ["created_at", "2016-10-06 15:36:04.378150"], ["updated_at", "2016-10-06 15:36:04.378150"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure ipsam nam officiis porro.\",\"text\":\"You can't quantify the transmitter without bypassing the auxiliary SCSI bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.379244"], ["updated_at", "2016-10-06 15:36:04.379244"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia inventore aliquam quidem culpa sunt quod reprehenderit.\",\"text\":\"We need to transmit the solid state SSL driver!\"}"], ["created_at", "2016-10-06 15:36:04.380158"], ["updated_at", "2016-10-06 15:36:04.380158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere ut qui itaque aut.\",\"text\":\"If we reboot the port, we can get to the CSS card through the redundant THX firewall!\"}"], ["created_at", "2016-10-06 15:36:04.381025"], ["updated_at", "2016-10-06 15:36:04.381025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis optio soluta veritatis debitis natus.\",\"text\":\"The RAM transmitter is down, program the primary alarm so we can program the SSL feed!\"}"], ["created_at", "2016-10-06 15:36:04.381906"], ["updated_at", "2016-10-06 15:36:04.381906"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia non et sit.\",\"text\":\"You can't connect the firewall without indexing the back-end EXE system!\"}"], ["created_at", "2016-10-06 15:36:04.382782"], ["updated_at", "2016-10-06 15:36:04.382782"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum autem similique error quia exercitationem est sint.\",\"text\":\"Navigating the application won't do anything, we need to calculate the virtual thx transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.383661"], ["updated_at", "2016-10-06 15:36:04.383661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est placeat molestias animi.\",\"text\":\"Overriding the firewall won't do anything, we need to connect the optical agp pixel!\"}"], ["created_at", "2016-10-06 15:36:04.384575"], ["updated_at", "2016-10-06 15:36:04.384575"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur magnam non fuga omnis.\",\"text\":\"The CSS transmitter is down, copy the solid state driver so we can program the PNG circuit!\"}"], ["created_at", "2016-10-06 15:36:04.385639"], ["updated_at", "2016-10-06 15:36:04.385639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ut recusandae nemo.\",\"text\":\"Try to parse the HDD application, maybe it will calculate the bluetooth array!\"}"], ["created_at", "2016-10-06 15:36:04.386711"], ["updated_at", "2016-10-06 15:36:04.386711"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem id rem sed quaerat eveniet tempore.\",\"text\":\"Parsing the program won't do anything, we need to back up the back-end ai bus!\"}"], ["created_at", "2016-10-06 15:36:04.387831"], ["updated_at", "2016-10-06 15:36:04.387831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit qui architecto et autem et quo.\",\"text\":\"You can't override the card without indexing the solid state PCI monitor!\"}"], ["created_at", "2016-10-06 15:36:04.389723"], ["updated_at", "2016-10-06 15:36:04.389723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel temporibus quidem earum sed provident.\",\"text\":\"If we reboot the application, we can get to the RSS system through the primary SMTP monitor!\"}"], ["created_at", "2016-10-06 15:36:04.390752"], ["updated_at", "2016-10-06 15:36:04.390752"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum eum ad dolores amet.\",\"text\":\"You can't compress the port without calculating the back-end HDD transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.391666"], ["updated_at", "2016-10-06 15:36:04.391666"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates aut nisi molestiae quam.\",\"text\":\"Try to parse the SMS card, maybe it will reboot the multi-byte protocol!\"}"], ["created_at", "2016-10-06 15:36:04.392590"], ["updated_at", "2016-10-06 15:36:04.392590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nam qui soluta aut.\",\"text\":\"Try to copy the RSS monitor, maybe it will calculate the back-end hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.393449"], ["updated_at", "2016-10-06 15:36:04.393449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi mollitia illum autem a.\",\"text\":\"If we parse the protocol, we can get to the SQL hard drive through the online SMTP bus!\"}"], ["created_at", "2016-10-06 15:36:04.394323"], ["updated_at", "2016-10-06 15:36:04.394323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis voluptatem ad et.\",\"text\":\"We need to override the back-end SDD feed!\"}"], ["created_at", "2016-10-06 15:36:04.395232"], ["updated_at", "2016-10-06 15:36:04.395232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem maiores id et eaque blanditiis.\",\"text\":\"You can't index the interface without generating the redundant SAS pixel!\"}"], ["created_at", "2016-10-06 15:36:04.396109"], ["updated_at", "2016-10-06 15:36:04.396109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum occaecati sint.\",\"text\":\"Copying the feed won't do anything, we need to navigate the bluetooth com panel!\"}"], ["created_at", "2016-10-06 15:36:04.396987"], ["updated_at", "2016-10-06 15:36:04.396987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste omnis molestiae praesentium.\",\"text\":\"Try to parse the EXE protocol, maybe it will bypass the neural system!\"}"], ["created_at", "2016-10-06 15:36:04.397848"], ["updated_at", "2016-10-06 15:36:04.397848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi voluptatem consequatur qui.\",\"text\":\"I'll quantify the multi-byte RAM driver, that should system the PCI bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.398740"], ["updated_at", "2016-10-06 15:36:04.398740"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit ut aut mollitia rem saepe.\",\"text\":\"I'll index the virtual CSS microchip, that should circuit the XML panel!\"}"], ["created_at", "2016-10-06 15:36:04.399617"], ["updated_at", "2016-10-06 15:36:04.399617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur est error voluptas modi commodi.\",\"text\":\"If we quantify the monitor, we can get to the JBOD array through the solid state ADP array!\"}"], ["created_at", "2016-10-06 15:36:04.400570"], ["updated_at", "2016-10-06 15:36:04.400570"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto facilis ullam aliquid modi distinctio blanditiis.\",\"text\":\"The JBOD application is down, index the redundant array so we can copy the SQL alarm!\"}"], ["created_at", "2016-10-06 15:36:04.401549"], ["updated_at", "2016-10-06 15:36:04.401549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum repellendus nobis natus non ducimus harum iure.\",\"text\":\"Use the auxiliary AGP alarm, then you can navigate the virtual alarm!\"}"], ["created_at", "2016-10-06 15:36:04.402552"], ["updated_at", "2016-10-06 15:36:04.402552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam et voluptatem voluptate quis laboriosam.\",\"text\":\"Use the redundant SDD protocol, then you can synthesize the neural hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.403494"], ["updated_at", "2016-10-06 15:36:04.403494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum doloribus exercitationem et et.\",\"text\":\"Use the haptic PCI sensor, then you can transmit the multi-byte firewall!\"}"], ["created_at", "2016-10-06 15:36:04.404399"], ["updated_at", "2016-10-06 15:36:04.404399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum quibusdam ratione repudiandae qui neque possimus sed.\",\"text\":\"Compressing the firewall won't do anything, we need to synthesize the solid state json driver!\"}"], ["created_at", "2016-10-06 15:36:04.405277"], ["updated_at", "2016-10-06 15:36:04.405277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga error ipsam dolores autem accusamus corrupti in.\",\"text\":\"We need to back up the primary JSON hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.406203"], ["updated_at", "2016-10-06 15:36:04.406203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore et mollitia porro ut non iure.\",\"text\":\"Backing up the hard drive won't do anything, we need to parse the 1080p usb bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.407076"], ["updated_at", "2016-10-06 15:36:04.407076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur omnis labore sequi voluptatibus.\",\"text\":\"The SQL protocol is down, navigate the 1080p application so we can generate the THX bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.407954"], ["updated_at", "2016-10-06 15:36:04.407954"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore est consequatur itaque dolorem quia qui.\",\"text\":\"You can't reboot the sensor without generating the back-end GB application!\"}"], ["created_at", "2016-10-06 15:36:04.408818"], ["updated_at", "2016-10-06 15:36:04.408818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima repellat sequi praesentium ipsam sint.\",\"text\":\"If we quantify the application, we can get to the SCSI matrix through the solid state FTP firewall!\"}"], ["created_at", "2016-10-06 15:36:04.409695"], ["updated_at", "2016-10-06 15:36:04.409695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint modi est eum aut.\",\"text\":\"I'll input the neural SQL pixel, that should feed the PCI program!\"}"], ["created_at", "2016-10-06 15:36:04.410563"], ["updated_at", "2016-10-06 15:36:04.410563"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas sapiente veritatis tempora libero est quas repellat.\",\"text\":\"You can't transmit the monitor without hacking the bluetooth EXE application!\"}"], ["created_at", "2016-10-06 15:36:04.411472"], ["updated_at", "2016-10-06 15:36:04.411472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum suscipit quo architecto facere.\",\"text\":\"Calculating the bandwidth won't do anything, we need to compress the open-source pci monitor!\"}"], ["created_at", "2016-10-06 15:36:04.412390"], ["updated_at", "2016-10-06 15:36:04.412390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus deleniti ut voluptatum.\",\"text\":\"The TCP card is down, quantify the 1080p bus so we can back up the ADP driver!\"}"], ["created_at", "2016-10-06 15:36:04.413386"], ["updated_at", "2016-10-06 15:36:04.413386"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat modi iure tempore deleniti consectetur eaque ratione.\",\"text\":\"Use the open-source SQL bandwidth, then you can copy the 1080p application!\"}"], ["created_at", "2016-10-06 15:36:04.414498"], ["updated_at", "2016-10-06 15:36:04.414498"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident qui et sunt.\",\"text\":\"Try to hack the HTTP bandwidth, maybe it will bypass the neural system!\"}"], ["created_at", "2016-10-06 15:36:04.416039"], ["updated_at", "2016-10-06 15:36:04.416039"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dolor animi et voluptas ut quasi.\",\"text\":\"Use the open-source TCP circuit, then you can generate the redundant bus!\"}"], ["created_at", "2016-10-06 15:36:04.417482"], ["updated_at", "2016-10-06 15:36:04.417482"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem consequatur iure autem amet suscipit.\",\"text\":\"The RAM hard drive is down, copy the virtual monitor so we can generate the CSS hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.418611"], ["updated_at", "2016-10-06 15:36:04.418611"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem non vel.\",\"text\":\"Try to transmit the SQL capacitor, maybe it will reboot the mobile microchip!\"}"], ["created_at", "2016-10-06 15:36:04.420018"], ["updated_at", "2016-10-06 15:36:04.420018"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil culpa omnis.\",\"text\":\"If we index the bus, we can get to the JBOD transmitter through the solid state FTP sensor!\"}"], ["created_at", "2016-10-06 15:36:04.421534"], ["updated_at", "2016-10-06 15:36:04.421534"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem sit amet ea illum aut ea voluptas.\",\"text\":\"Try to compress the EXE protocol, maybe it will reboot the back-end hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.423201"], ["updated_at", "2016-10-06 15:36:04.423201"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam accusamus aut quia ut dolorem quod.\",\"text\":\"Try to copy the SDD card, maybe it will synthesize the mobile bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.424547"], ["updated_at", "2016-10-06 15:36:04.424547"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit ut facilis aut non omnis reprehenderit.\",\"text\":\"Use the digital SAS interface, then you can hack the neural monitor!\"}"], ["created_at", "2016-10-06 15:36:04.426304"], ["updated_at", "2016-10-06 15:36:04.426304"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium fugit libero numquam.\",\"text\":\"If we connect the driver, we can get to the SMTP pixel through the primary ADP port!\"}"], ["created_at", "2016-10-06 15:36:04.428054"], ["updated_at", "2016-10-06 15:36:04.428054"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae quo et deleniti nisi ut.\",\"text\":\"Generating the driver won't do anything, we need to input the primary exe program!\"}"], ["created_at", "2016-10-06 15:36:04.430023"], ["updated_at", "2016-10-06 15:36:04.430023"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint sapiente suscipit hic sequi eveniet.\",\"text\":\"We need to calculate the open-source TCP circuit!\"}"], ["created_at", "2016-10-06 15:36:04.432370"], ["updated_at", "2016-10-06 15:36:04.432370"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi dolores ducimus vel libero nisi.\",\"text\":\"Indexing the panel won't do anything, we need to index the back-end usb alarm!\"}"], ["created_at", "2016-10-06 15:36:04.434333"], ["updated_at", "2016-10-06 15:36:04.434333"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia fuga sint necessitatibus ab et in.\",\"text\":\"Try to reboot the EXE driver, maybe it will hack the primary protocol!\"}"], ["created_at", "2016-10-06 15:36:04.435608"], ["updated_at", "2016-10-06 15:36:04.435608"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dolores aspernatur aut odit et et.\",\"text\":\"Use the wireless SDD driver, then you can override the optical driver!\"}"], ["created_at", "2016-10-06 15:36:04.437076"], ["updated_at", "2016-10-06 15:36:04.437076"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime tempora sed.\",\"text\":\"Use the neural SQL card, then you can input the 1080p driver!\"}"], ["created_at", "2016-10-06 15:36:04.438466"], ["updated_at", "2016-10-06 15:36:04.438466"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero eveniet cum excepturi dicta quia beatae voluptates.\",\"text\":\"You can't navigate the application without synthesizing the optical USB microchip!\"}"], ["created_at", "2016-10-06 15:36:04.439951"], ["updated_at", "2016-10-06 15:36:04.439951"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio vel ut aut eum adipisci laborum.\",\"text\":\"We need to reboot the bluetooth COM program!\"}"], ["created_at", "2016-10-06 15:36:04.441243"], ["updated_at", "2016-10-06 15:36:04.441243"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia optio consequuntur beatae.\",\"text\":\"You can't transmit the program without synthesizing the back-end XSS pixel!\"}"], ["created_at", "2016-10-06 15:36:04.443816"], ["updated_at", "2016-10-06 15:36:04.443816"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti quisquam et consequatur sunt laborum commodi.\",\"text\":\"Backing up the panel won't do anything, we need to transmit the back-end scsi microchip!\"}"], ["created_at", "2016-10-06 15:36:04.446463"], ["updated_at", "2016-10-06 15:36:04.446463"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint molestiae architecto dolor eaque atque eligendi quia.\",\"text\":\"You can't compress the program without indexing the cross-platform COM monitor!\"}"], ["created_at", "2016-10-06 15:36:04.449414"], ["updated_at", "2016-10-06 15:36:04.449414"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero consequuntur qui quaerat est asperiores et.\",\"text\":\"The CSS microchip is down, bypass the neural firewall so we can connect the HDD capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.450681"], ["updated_at", "2016-10-06 15:36:04.450681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita alias debitis nulla.\",\"text\":\"We need to compress the back-end GB program!\"}"], ["created_at", "2016-10-06 15:36:04.451592"], ["updated_at", "2016-10-06 15:36:04.451592"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus quod temporibus velit natus maiores.\",\"text\":\"You can't parse the microchip without programming the auxiliary SAS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.452456"], ["updated_at", "2016-10-06 15:36:04.452456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt porro enim voluptatibus.\",\"text\":\"You can't parse the port without parsing the 1080p THX circuit!\"}"], ["created_at", "2016-10-06 15:36:04.453433"], ["updated_at", "2016-10-06 15:36:04.453433"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum libero non similique ex esse rerum.\",\"text\":\"Try to compress the AI sensor, maybe it will program the auxiliary system!\"}"], ["created_at", "2016-10-06 15:36:04.454382"], ["updated_at", "2016-10-06 15:36:04.454382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui consequatur quod voluptate.\",\"text\":\"If we calculate the monitor, we can get to the HTTP monitor through the multi-byte SMTP card!\"}"], ["created_at", "2016-10-06 15:36:04.455270"], ["updated_at", "2016-10-06 15:36:04.455270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam officia molestiae est.\",\"text\":\"We need to copy the redundant XML transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.456133"], ["updated_at", "2016-10-06 15:36:04.456133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi qui et incidunt amet corrupti saepe.\",\"text\":\"If we parse the microchip, we can get to the PNG driver through the back-end JSON alarm!\"}"], ["created_at", "2016-10-06 15:36:04.457120"], ["updated_at", "2016-10-06 15:36:04.457120"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint qui id enim alias suscipit voluptatem.\",\"text\":\"The RSS application is down, hack the open-source alarm so we can navigate the PCI program!\"}"], ["created_at", "2016-10-06 15:36:04.458013"], ["updated_at", "2016-10-06 15:36:04.458013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum facilis necessitatibus voluptatem quidem.\",\"text\":\"If we program the application, we can get to the SCSI circuit through the digital COM protocol!\"}"], ["created_at", "2016-10-06 15:36:04.458958"], ["updated_at", "2016-10-06 15:36:04.458958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio fugit eius.\",\"text\":\"Use the digital ADP system, then you can synthesize the wireless feed!\"}"], ["created_at", "2016-10-06 15:36:04.459824"], ["updated_at", "2016-10-06 15:36:04.459824"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente doloribus quisquam nemo.\",\"text\":\"Try to transmit the SMS bandwidth, maybe it will synthesize the wireless program!\"}"], ["created_at", "2016-10-06 15:36:04.460703"], ["updated_at", "2016-10-06 15:36:04.460703"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam repellendus autem ut fugiat recusandae qui et.\",\"text\":\"Try to quantify the THX feed, maybe it will quantify the cross-platform feed!\"}"], ["created_at", "2016-10-06 15:36:04.461596"], ["updated_at", "2016-10-06 15:36:04.461596"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit dignissimos est praesentium unde.\",\"text\":\"The FTP sensor is down, compress the neural interface so we can override the TCP protocol!\"}"], ["created_at", "2016-10-06 15:36:04.462670"], ["updated_at", "2016-10-06 15:36:04.462670"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae quibusdam reprehenderit nemo id.\",\"text\":\"You can't transmit the pixel without calculating the haptic AI bus!\"}"], ["created_at", "2016-10-06 15:36:04.465509"], ["updated_at", "2016-10-06 15:36:04.465509"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam animi aut ratione autem ad id.\",\"text\":\"You can't synthesize the array without synthesizing the 1080p XSS interface!\"}"], ["created_at", "2016-10-06 15:36:04.466747"], ["updated_at", "2016-10-06 15:36:04.466747"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident labore dolorem ut quod quos.\",\"text\":\"Parsing the circuit won't do anything, we need to copy the online ai feed!\"}"], ["created_at", "2016-10-06 15:36:04.467757"], ["updated_at", "2016-10-06 15:36:04.467757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo beatae magnam blanditiis possimus qui.\",\"text\":\"We need to quantify the mobile COM sensor!\"}"], ["created_at", "2016-10-06 15:36:04.468646"], ["updated_at", "2016-10-06 15:36:04.468646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi assumenda in recusandae voluptatum accusantium voluptatibus.\",\"text\":\"Navigating the capacitor won't do anything, we need to quantify the open-source pci alarm!\"}"], ["created_at", "2016-10-06 15:36:04.469568"], ["updated_at", "2016-10-06 15:36:04.469568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At nihil exercitationem voluptatem eveniet eum quasi.\",\"text\":\"Use the open-source AI pixel, then you can back up the haptic microchip!\"}"], ["created_at", "2016-10-06 15:36:04.470549"], ["updated_at", "2016-10-06 15:36:04.470549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus voluptas blanditiis occaecati.\",\"text\":\"Generating the system won't do anything, we need to copy the back-end thx panel!\"}"], ["created_at", "2016-10-06 15:36:04.471423"], ["updated_at", "2016-10-06 15:36:04.471423"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga magnam laborum molestias eligendi.\",\"text\":\"We need to navigate the 1080p RAM capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.472302"], ["updated_at", "2016-10-06 15:36:04.472302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis provident incidunt et debitis eum molestiae et.\",\"text\":\"If we reboot the capacitor, we can get to the IB array through the multi-byte RAM interface!\"}"], ["created_at", "2016-10-06 15:36:04.473161"], ["updated_at", "2016-10-06 15:36:04.473161"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam impedit qui.\",\"text\":\"I'll hack the neural XSS transmitter, that should driver the PNG driver!\"}"], ["created_at", "2016-10-06 15:36:04.474039"], ["updated_at", "2016-10-06 15:36:04.474039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique et qui.\",\"text\":\"The TCP array is down, quantify the cross-platform feed so we can generate the GB program!\"}"], ["created_at", "2016-10-06 15:36:04.474944"], ["updated_at", "2016-10-06 15:36:04.474944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum quidem in fuga doloremque quod.\",\"text\":\"The XML array is down, back up the online array so we can synthesize the AGP microchip!\"}"], ["created_at", "2016-10-06 15:36:04.475835"], ["updated_at", "2016-10-06 15:36:04.475835"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut id iste provident ullam aliquid.\",\"text\":\"Try to hack the HTTP program, maybe it will synthesize the virtual hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.476698"], ["updated_at", "2016-10-06 15:36:04.476698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident modi ipsa.\",\"text\":\"If we index the feed, we can get to the USB circuit through the bluetooth SMS feed!\"}"], ["created_at", "2016-10-06 15:36:04.477576"], ["updated_at", "2016-10-06 15:36:04.477576"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi et aperiam.\",\"text\":\"I'll generate the digital COM card, that should alarm the XSS pixel!\"}"], ["created_at", "2016-10-06 15:36:04.478494"], ["updated_at", "2016-10-06 15:36:04.478494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia accusamus voluptas animi earum placeat est consequatur.\",\"text\":\"The AI capacitor is down, program the neural circuit so we can quantify the HDD microchip!\"}"], ["created_at", "2016-10-06 15:36:04.479371"], ["updated_at", "2016-10-06 15:36:04.479371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam occaecati quidem magnam et.\",\"text\":\"I'll program the mobile SSL monitor, that should array the CSS system!\"}"], ["created_at", "2016-10-06 15:36:04.480243"], ["updated_at", "2016-10-06 15:36:04.480243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis tenetur totam omnis ea vero.\",\"text\":\"Use the virtual EXE feed, then you can transmit the cross-platform port!\"}"], ["created_at", "2016-10-06 15:36:04.481097"], ["updated_at", "2016-10-06 15:36:04.481097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et optio perferendis.\",\"text\":\"Use the virtual SAS capacitor, then you can hack the wireless capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.482013"], ["updated_at", "2016-10-06 15:36:04.482013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit voluptatem sed id officia aliquam repellat aut.\",\"text\":\"Backing up the sensor won't do anything, we need to calculate the redundant usb transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.482928"], ["updated_at", "2016-10-06 15:36:04.482928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum et aperiam delectus repudiandae.\",\"text\":\"You can't index the matrix without navigating the cross-platform XML protocol!\"}"], ["created_at", "2016-10-06 15:36:04.483873"], ["updated_at", "2016-10-06 15:36:04.483873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptatem aut rerum.\",\"text\":\"Generating the bus won't do anything, we need to calculate the optical tcp panel!\"}"], ["created_at", "2016-10-06 15:36:04.484779"], ["updated_at", "2016-10-06 15:36:04.484779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate dolores qui incidunt.\",\"text\":\"The HDD bus is down, hack the back-end feed so we can compress the RAM card!\"}"], ["created_at", "2016-10-06 15:36:04.485653"], ["updated_at", "2016-10-06 15:36:04.485653"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae similique voluptate eos.\",\"text\":\"The GB hard drive is down, parse the wireless sensor so we can input the PCI protocol!\"}"], ["created_at", "2016-10-06 15:36:04.486543"], ["updated_at", "2016-10-06 15:36:04.486543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex reprehenderit cum veritatis est.\",\"text\":\"You can't navigate the circuit without connecting the open-source SAS hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.487449"], ["updated_at", "2016-10-06 15:36:04.487449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad molestiae perferendis in.\",\"text\":\"The PCI sensor is down, reboot the back-end circuit so we can index the HTTP system!\"}"], ["created_at", "2016-10-06 15:36:04.488329"], ["updated_at", "2016-10-06 15:36:04.488329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam delectus impedit vero eum.\",\"text\":\"Try to program the SCSI alarm, maybe it will input the cross-platform alarm!\"}"], ["created_at", "2016-10-06 15:36:04.489209"], ["updated_at", "2016-10-06 15:36:04.489209"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ipsa eos exercitationem officiis.\",\"text\":\"You can't synthesize the driver without overriding the 1080p USB firewall!\"}"], ["created_at", "2016-10-06 15:36:04.490068"], ["updated_at", "2016-10-06 15:36:04.490068"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dolor eaque error aperiam.\",\"text\":\"If we input the firewall, we can get to the SMTP bandwidth through the auxiliary RSS capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.490997"], ["updated_at", "2016-10-06 15:36:04.490997"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum expedita molestiae ut nobis ducimus rem molestias.\",\"text\":\"Use the redundant RAM bus, then you can index the redundant application!\"}"], ["created_at", "2016-10-06 15:36:04.491857"], ["updated_at", "2016-10-06 15:36:04.491857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci aut ducimus aut repellat enim.\",\"text\":\"I'll index the open-source AI interface, that should monitor the JBOD array!\"}"], ["created_at", "2016-10-06 15:36:04.492738"], ["updated_at", "2016-10-06 15:36:04.492738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta nesciunt libero illum.\",\"text\":\"Use the mobile FTP feed, then you can copy the 1080p circuit!\"}"], ["created_at", "2016-10-06 15:36:04.493592"], ["updated_at", "2016-10-06 15:36:04.493592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus sit atque sed ex nulla fuga.\",\"text\":\"Try to transmit the SDD panel, maybe it will hack the primary pixel!\"}"], ["created_at", "2016-10-06 15:36:04.494491"], ["updated_at", "2016-10-06 15:36:04.494491"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae nemo nesciunt quidem nisi dolorem sed.\",\"text\":\"We need to parse the auxiliary XML port!\"}"], ["created_at", "2016-10-06 15:36:04.495365"], ["updated_at", "2016-10-06 15:36:04.495365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste corporis harum voluptatum non saepe enim.\",\"text\":\"We need to input the digital RAM program!\"}"], ["created_at", "2016-10-06 15:36:04.496234"], ["updated_at", "2016-10-06 15:36:04.496234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa velit cum praesentium.\",\"text\":\"Try to back up the JSON monitor, maybe it will connect the neural feed!\"}"], ["created_at", "2016-10-06 15:36:04.497116"], ["updated_at", "2016-10-06 15:36:04.497116"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor laborum facilis aut omnis est dignissimos.\",\"text\":\"Try to bypass the XML sensor, maybe it will input the wireless sensor!\"}"], ["created_at", "2016-10-06 15:36:04.498021"], ["updated_at", "2016-10-06 15:36:04.498021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel qui non quia.\",\"text\":\"Try to quantify the IB transmitter, maybe it will transmit the bluetooth transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.498924"], ["updated_at", "2016-10-06 15:36:04.498924"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam et consequatur ratione natus cumque recusandae vel.\",\"text\":\"I'll reboot the solid state SQL microchip, that should protocol the IB program!\"}"], ["created_at", "2016-10-06 15:36:04.499793"], ["updated_at", "2016-10-06 15:36:04.499793"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero impedit aut ut autem doloribus ut.\",\"text\":\"Use the neural HTTP pixel, then you can bypass the neural program!\"}"], ["created_at", "2016-10-06 15:36:04.500662"], ["updated_at", "2016-10-06 15:36:04.500662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo est quae nemo cumque.\",\"text\":\"You can't quantify the driver without copying the wireless CSS microchip!\"}"], ["created_at", "2016-10-06 15:36:04.501537"], ["updated_at", "2016-10-06 15:36:04.501537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis voluptatem aut.\",\"text\":\"If we synthesize the circuit, we can get to the FTP pixel through the neural SDD monitor!\"}"], ["created_at", "2016-10-06 15:36:04.502469"], ["updated_at", "2016-10-06 15:36:04.502469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam sed magni.\",\"text\":\"Try to copy the XSS system, maybe it will synthesize the optical application!\"}"], ["created_at", "2016-10-06 15:36:04.503362"], ["updated_at", "2016-10-06 15:36:04.503362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste voluptas qui.\",\"text\":\"The SDD application is down, bypass the mobile hard drive so we can quantify the SSL pixel!\"}"], ["created_at", "2016-10-06 15:36:04.504251"], ["updated_at", "2016-10-06 15:36:04.504251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis fugit rem nisi error.\",\"text\":\"Use the primary PCI hard drive, then you can compress the solid state driver!\"}"], ["created_at", "2016-10-06 15:36:04.505117"], ["updated_at", "2016-10-06 15:36:04.505117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos id vel repellendus aut omnis.\",\"text\":\"Quantifying the driver won't do anything, we need to compress the haptic ram circuit!\"}"], ["created_at", "2016-10-06 15:36:04.505990"], ["updated_at", "2016-10-06 15:36:04.505990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum quisquam dolorem quos.\",\"text\":\"You can't input the feed without synthesizing the cross-platform ADP sensor!\"}"], ["created_at", "2016-10-06 15:36:04.506881"], ["updated_at", "2016-10-06 15:36:04.506881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non eum temporibus assumenda.\",\"text\":\"We need to quantify the open-source AGP array!\"}"], ["created_at", "2016-10-06 15:36:04.507788"], ["updated_at", "2016-10-06 15:36:04.507788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptatem natus eum.\",\"text\":\"You can't back up the capacitor without compressing the haptic XML capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.508651"], ["updated_at", "2016-10-06 15:36:04.508651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem aut atque amet quis ad.\",\"text\":\"If we generate the capacitor, we can get to the PCI hard drive through the multi-byte TCP circuit!\"}"], ["created_at", "2016-10-06 15:36:04.509520"], ["updated_at", "2016-10-06 15:36:04.509520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil incidunt vel nisi corporis temporibus voluptatum.\",\"text\":\"If we generate the driver, we can get to the HDD pixel through the solid state COM capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.510399"], ["updated_at", "2016-10-06 15:36:04.510399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse iste veniam delectus.\",\"text\":\"I'll override the 1080p RSS driver, that should port the FTP protocol!\"}"], ["created_at", "2016-10-06 15:36:04.511299"], ["updated_at", "2016-10-06 15:36:04.511299"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis nostrum eum quia deserunt minima libero.\",\"text\":\"If we navigate the application, we can get to the COM interface through the back-end JSON sensor!\"}"], ["created_at", "2016-10-06 15:36:04.512184"], ["updated_at", "2016-10-06 15:36:04.512184"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum autem ducimus accusantium.\",\"text\":\"We need to copy the virtual SMTP program!\"}"], ["created_at", "2016-10-06 15:36:04.513033"], ["updated_at", "2016-10-06 15:36:04.513033"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius excepturi impedit nulla ipsam sed enim.\",\"text\":\"Try to parse the TCP card, maybe it will compress the 1080p circuit!\"}"], ["created_at", "2016-10-06 15:36:04.513899"], ["updated_at", "2016-10-06 15:36:04.513899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste consectetur suscipit voluptatibus eligendi.\",\"text\":\"I'll synthesize the redundant AI panel, that should array the EXE monitor!\"}"], ["created_at", "2016-10-06 15:36:04.514962"], ["updated_at", "2016-10-06 15:36:04.514962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum accusamus quo eum.\",\"text\":\"I'll compress the haptic SMS capacitor, that should feed the JSON program!\"}"], ["created_at", "2016-10-06 15:36:04.515957"], ["updated_at", "2016-10-06 15:36:04.515957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem et laudantium corrupti.\",\"text\":\"I'll synthesize the open-source JBOD panel, that should bus the USB system!\"}"], ["created_at", "2016-10-06 15:36:04.516857"], ["updated_at", "2016-10-06 15:36:04.516857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quod ratione est dicta dolor.\",\"text\":\"Try to quantify the IB matrix, maybe it will hack the online system!\"}"], ["created_at", "2016-10-06 15:36:04.517950"], ["updated_at", "2016-10-06 15:36:04.517950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non aut ut.\",\"text\":\"You can't index the program without backing up the digital THX interface!\"}"], ["created_at", "2016-10-06 15:36:04.518941"], ["updated_at", "2016-10-06 15:36:04.518941"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et magnam rem illo quaerat.\",\"text\":\"Try to back up the GB program, maybe it will connect the multi-byte feed!\"}"], ["created_at", "2016-10-06 15:36:04.519907"], ["updated_at", "2016-10-06 15:36:04.519907"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque commodi corrupti sed et.\",\"text\":\"Try to index the EXE interface, maybe it will navigate the auxiliary system!\"}"], ["created_at", "2016-10-06 15:36:04.520818"], ["updated_at", "2016-10-06 15:36:04.520818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis blanditiis id eligendi rerum incidunt nobis.\",\"text\":\"Try to synthesize the HTTP port, maybe it will generate the optical protocol!\"}"], ["created_at", "2016-10-06 15:36:04.521705"], ["updated_at", "2016-10-06 15:36:04.521705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum est rem id et aliquam.\",\"text\":\"Try to copy the CSS driver, maybe it will program the wireless system!\"}"], ["created_at", "2016-10-06 15:36:04.522598"], ["updated_at", "2016-10-06 15:36:04.522598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo harum inventore.\",\"text\":\"Quantifying the protocol won't do anything, we need to synthesize the neural com array!\"}"], ["created_at", "2016-10-06 15:36:04.523475"], ["updated_at", "2016-10-06 15:36:04.523475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium accusamus eaque eligendi.\",\"text\":\"The SSL port is down, parse the primary circuit so we can generate the JSON card!\"}"], ["created_at", "2016-10-06 15:36:04.524356"], ["updated_at", "2016-10-06 15:36:04.524356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio earum illum et sunt accusantium ea.\",\"text\":\"The AI sensor is down, index the haptic matrix so we can calculate the HDD system!\"}"], ["created_at", "2016-10-06 15:36:04.525266"], ["updated_at", "2016-10-06 15:36:04.525266"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore doloribus ut doloremque dignissimos.\",\"text\":\"I'll parse the primary SMTP feed, that should alarm the HTTP port!\"}"], ["created_at", "2016-10-06 15:36:04.526144"], ["updated_at", "2016-10-06 15:36:04.526144"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad consectetur quod aliquid sit ipsum quis dolor.\",\"text\":\"We need to quantify the bluetooth SCSI port!\"}"], ["created_at", "2016-10-06 15:36:04.527028"], ["updated_at", "2016-10-06 15:36:04.527028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat repudiandae doloribus nemo enim mollitia.\",\"text\":\"Use the back-end SSL circuit, then you can navigate the online monitor!\"}"], ["created_at", "2016-10-06 15:36:04.527969"], ["updated_at", "2016-10-06 15:36:04.527969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum et et deleniti autem consectetur voluptas.\",\"text\":\"Use the multi-byte SSL array, then you can override the 1080p array!\"}"], ["created_at", "2016-10-06 15:36:04.528866"], ["updated_at", "2016-10-06 15:36:04.528866"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam quisquam corrupti commodi nemo sapiente aliquid cumque.\",\"text\":\"If we bypass the driver, we can get to the HDD program through the wireless SDD interface!\"}"], ["created_at", "2016-10-06 15:36:04.529783"], ["updated_at", "2016-10-06 15:36:04.529783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus dolor cum nihil.\",\"text\":\"I'll index the neural AGP panel, that should capacitor the SSL circuit!\"}"], ["created_at", "2016-10-06 15:36:04.530786"], ["updated_at", "2016-10-06 15:36:04.530786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id corrupti excepturi.\",\"text\":\"We need to synthesize the virtual EXE capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.531700"], ["updated_at", "2016-10-06 15:36:04.531700"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque rerum labore dolores excepturi beatae.\",\"text\":\"If we override the driver, we can get to the HDD pixel through the cross-platform AI pixel!\"}"], ["created_at", "2016-10-06 15:36:04.532591"], ["updated_at", "2016-10-06 15:36:04.532591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse a occaecati.\",\"text\":\"Indexing the application won't do anything, we need to back up the virtual hdd application!\"}"], ["created_at", "2016-10-06 15:36:04.533500"], ["updated_at", "2016-10-06 15:36:04.533500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus dolorem vitae ab sint porro rerum vel.\",\"text\":\"Generating the array won't do anything, we need to parse the multi-byte sql matrix!\"}"], ["created_at", "2016-10-06 15:36:04.534426"], ["updated_at", "2016-10-06 15:36:04.534426"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem voluptatem eum enim ad repellat.\",\"text\":\"Bypassing the transmitter won't do anything, we need to hack the digital exe matrix!\"}"], ["created_at", "2016-10-06 15:36:04.535323"], ["updated_at", "2016-10-06 15:36:04.535323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae possimus delectus quod voluptatibus praesentium impedit ea.\",\"text\":\"We need to generate the back-end EXE feed!\"}"], ["created_at", "2016-10-06 15:36:04.536205"], ["updated_at", "2016-10-06 15:36:04.536205"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque ut praesentium id non.\",\"text\":\"Use the cross-platform SMTP interface, then you can copy the open-source program!\"}"], ["created_at", "2016-10-06 15:36:04.537109"], ["updated_at", "2016-10-06 15:36:04.537109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem aut cumque sint est nam.\",\"text\":\"If we connect the matrix, we can get to the PCI firewall through the online SQL hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.537998"], ["updated_at", "2016-10-06 15:36:04.537998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis dolores libero architecto dolorem natus velit.\",\"text\":\"I'll navigate the virtual TCP bus, that should program the CSS pixel!\"}"], ["created_at", "2016-10-06 15:36:04.538926"], ["updated_at", "2016-10-06 15:36:04.538926"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro perspiciatis totam qui vel deserunt velit ea.\",\"text\":\"We need to index the 1080p AGP protocol!\"}"], ["created_at", "2016-10-06 15:36:04.539814"], ["updated_at", "2016-10-06 15:36:04.539814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita illo sit facere assumenda.\",\"text\":\"You can't compress the bandwidth without transmitting the primary IB capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.540689"], ["updated_at", "2016-10-06 15:36:04.540689"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vel impedit voluptatem natus ipsa cupiditate.\",\"text\":\"Use the online JBOD capacitor, then you can calculate the redundant transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.541576"], ["updated_at", "2016-10-06 15:36:04.541576"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate sapiente sunt unde magni voluptatem cum nihil.\",\"text\":\"The COM system is down, program the cross-platform circuit so we can input the EXE array!\"}"], ["created_at", "2016-10-06 15:36:04.542500"], ["updated_at", "2016-10-06 15:36:04.542500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam molestias in non.\",\"text\":\"Use the primary AGP hard drive, then you can back up the multi-byte firewall!\"}"], ["created_at", "2016-10-06 15:36:04.543430"], ["updated_at", "2016-10-06 15:36:04.543430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut id ipsam temporibus distinctio vel.\",\"text\":\"Use the auxiliary AGP pixel, then you can parse the redundant bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.544336"], ["updated_at", "2016-10-06 15:36:04.544336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum nam vero optio laborum hic.\",\"text\":\"The SQL matrix is down, synthesize the bluetooth array so we can navigate the COM transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.545258"], ["updated_at", "2016-10-06 15:36:04.545258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati sed nobis odit ut voluptatum.\",\"text\":\"If we compress the interface, we can get to the HTTP card through the virtual EXE feed!\"}"], ["created_at", "2016-10-06 15:36:04.546159"], ["updated_at", "2016-10-06 15:36:04.546159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem molestiae laudantium quae repellendus eius minima doloribus.\",\"text\":\"You can't reboot the alarm without compressing the cross-platform SDD system!\"}"], ["created_at", "2016-10-06 15:36:04.547136"], ["updated_at", "2016-10-06 15:36:04.547136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit ducimus reprehenderit.\",\"text\":\"We need to calculate the primary ADP alarm!\"}"], ["created_at", "2016-10-06 15:36:04.548019"], ["updated_at", "2016-10-06 15:36:04.548019"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolor consequatur placeat maiores.\",\"text\":\"The HTTP card is down, index the neural bandwidth so we can parse the USB pixel!\"}"], ["created_at", "2016-10-06 15:36:04.548959"], ["updated_at", "2016-10-06 15:36:04.548959"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae saepe voluptas voluptates molestias nihil quia molestiae.\",\"text\":\"If we calculate the pixel, we can get to the TCP firewall through the open-source IB port!\"}"], ["created_at", "2016-10-06 15:36:04.549866"], ["updated_at", "2016-10-06 15:36:04.549866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum quas est voluptas libero aut aut iusto.\",\"text\":\"Try to calculate the THX array, maybe it will generate the cross-platform port!\"}"], ["created_at", "2016-10-06 15:36:04.550782"], ["updated_at", "2016-10-06 15:36:04.550782"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores in fuga nostrum itaque aut non vero.\",\"text\":\"You can't input the feed without generating the auxiliary PCI array!\"}"], ["created_at", "2016-10-06 15:36:04.551672"], ["updated_at", "2016-10-06 15:36:04.551672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus ipsa eos officia.\",\"text\":\"Try to transmit the GB bus, maybe it will index the digital system!\"}"], ["created_at", "2016-10-06 15:36:04.552584"], ["updated_at", "2016-10-06 15:36:04.552584"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit magni eum suscipit ab.\",\"text\":\"I'll calculate the solid state RSS system, that should protocol the XML sensor!\"}"], ["created_at", "2016-10-06 15:36:04.553544"], ["updated_at", "2016-10-06 15:36:04.553544"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident at totam.\",\"text\":\"If we parse the alarm, we can get to the THX monitor through the digital SCSI capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.554499"], ["updated_at", "2016-10-06 15:36:04.554499"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor quidem quaerat labore.\",\"text\":\"Use the multi-byte SMS capacitor, then you can back up the haptic program!\"}"], ["created_at", "2016-10-06 15:36:04.555393"], ["updated_at", "2016-10-06 15:36:04.555393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non eligendi labore eos.\",\"text\":\"You can't connect the firewall without connecting the mobile HDD matrix!\"}"], ["created_at", "2016-10-06 15:36:04.556275"], ["updated_at", "2016-10-06 15:36:04.556275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos adipisci ducimus modi.\",\"text\":\"If we hack the panel, we can get to the GB microchip through the online JBOD protocol!\"}"], ["created_at", "2016-10-06 15:36:04.557175"], ["updated_at", "2016-10-06 15:36:04.557175"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores ipsa aut optio quod et qui.\",\"text\":\"We need to reboot the auxiliary FTP system!\"}"], ["created_at", "2016-10-06 15:36:04.558226"], ["updated_at", "2016-10-06 15:36:04.558226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore vel fugit qui exercitationem cum.\",\"text\":\"Bypassing the protocol won't do anything, we need to navigate the mobile sdd bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.559148"], ["updated_at", "2016-10-06 15:36:04.559148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque iure soluta.\",\"text\":\"Use the virtual SCSI matrix, then you can navigate the mobile bus!\"}"], ["created_at", "2016-10-06 15:36:04.560043"], ["updated_at", "2016-10-06 15:36:04.560043"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi corrupti sit non nihil dicta.\",\"text\":\"Try to hack the AGP bandwidth, maybe it will back up the auxiliary hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.560946"], ["updated_at", "2016-10-06 15:36:04.560946"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe ut ducimus qui perspiciatis aut ullam.\",\"text\":\"Try to hack the SMS microchip, maybe it will hack the multi-byte matrix!\"}"], ["created_at", "2016-10-06 15:36:04.561858"], ["updated_at", "2016-10-06 15:36:04.561858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident tempore vel qui sed corrupti aut.\",\"text\":\"You can't copy the program without compressing the online IB transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.562792"], ["updated_at", "2016-10-06 15:36:04.562792"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora sunt voluptas inventore aut quos in quo.\",\"text\":\"Try to hack the JBOD monitor, maybe it will generate the auxiliary sensor!\"}"], ["created_at", "2016-10-06 15:36:04.563756"], ["updated_at", "2016-10-06 15:36:04.563756"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat animi dolores unde voluptatem.\",\"text\":\"If we navigate the pixel, we can get to the THX pixel through the solid state JSON application!\"}"], ["created_at", "2016-10-06 15:36:04.564645"], ["updated_at", "2016-10-06 15:36:04.564645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident voluptas dolores ut qui.\",\"text\":\"Try to back up the SAS pixel, maybe it will calculate the redundant protocol!\"}"], ["created_at", "2016-10-06 15:36:04.565556"], ["updated_at", "2016-10-06 15:36:04.565556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere deserunt aut perspiciatis illo.\",\"text\":\"The SAS microchip is down, back up the redundant hard drive so we can parse the SMS card!\"}"], ["created_at", "2016-10-06 15:36:04.566495"], ["updated_at", "2016-10-06 15:36:04.566495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dignissimos inventore.\",\"text\":\"Try to calculate the SAS interface, maybe it will navigate the primary firewall!\"}"], ["created_at", "2016-10-06 15:36:04.567392"], ["updated_at", "2016-10-06 15:36:04.567392"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis et molestiae quia repellat.\",\"text\":\"I'll program the auxiliary JSON circuit, that should driver the CSS system!\"}"], ["created_at", "2016-10-06 15:36:04.568417"], ["updated_at", "2016-10-06 15:36:04.568417"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis similique ipsam atque neque eos omnis.\",\"text\":\"If we input the bus, we can get to the HTTP card through the solid state JSON port!\"}"], ["created_at", "2016-10-06 15:36:04.569479"], ["updated_at", "2016-10-06 15:36:04.569479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et autem aspernatur voluptatem ducimus perspiciatis consequatur.\",\"text\":\"The IB feed is down, navigate the haptic program so we can index the IB circuit!\"}"], ["created_at", "2016-10-06 15:36:04.570560"], ["updated_at", "2016-10-06 15:36:04.570560"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo odit dicta est modi.\",\"text\":\"You can't program the bus without bypassing the solid state CSS monitor!\"}"], ["created_at", "2016-10-06 15:36:04.571573"], ["updated_at", "2016-10-06 15:36:04.571573"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut qui modi praesentium ut voluptatem natus.\",\"text\":\"Transmitting the interface won't do anything, we need to quantify the back-end png driver!\"}"], ["created_at", "2016-10-06 15:36:04.572608"], ["updated_at", "2016-10-06 15:36:04.572608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa quia consequuntur ipsum qui exercitationem.\",\"text\":\"Backing up the sensor won't do anything, we need to transmit the neural sdd hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.573660"], ["updated_at", "2016-10-06 15:36:04.573660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eos magnam minima itaque dignissimos placeat nam.\",\"text\":\"We need to bypass the bluetooth THX system!\"}"], ["created_at", "2016-10-06 15:36:04.574718"], ["updated_at", "2016-10-06 15:36:04.574718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum amet a itaque nisi nobis.\",\"text\":\"You can't input the program without indexing the neural EXE bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.575786"], ["updated_at", "2016-10-06 15:36:04.575786"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus corporis voluptas aut sint suscipit esse repudiandae.\",\"text\":\"You can't bypass the firewall without compressing the primary CSS driver!\"}"], ["created_at", "2016-10-06 15:36:04.576819"], ["updated_at", "2016-10-06 15:36:04.576819"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores et deserunt.\",\"text\":\"Compressing the bus won't do anything, we need to reboot the multi-byte hdd protocol!\"}"], ["created_at", "2016-10-06 15:36:04.577905"], ["updated_at", "2016-10-06 15:36:04.577905"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio adipisci sapiente dignissimos voluptatem error.\",\"text\":\"Use the haptic SDD interface, then you can index the digital monitor!\"}"], ["created_at", "2016-10-06 15:36:04.579194"], ["updated_at", "2016-10-06 15:36:04.579194"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum quia ea aperiam vero rerum.\",\"text\":\"Use the bluetooth COM driver, then you can generate the back-end capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.580445"], ["updated_at", "2016-10-06 15:36:04.580445"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio in laudantium reprehenderit.\",\"text\":\"Use the cross-platform JBOD transmitter, then you can program the redundant interface!\"}"], ["created_at", "2016-10-06 15:36:04.590345"], ["updated_at", "2016-10-06 15:36:04.590345"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero soluta ut dolor.\",\"text\":\"Use the solid state SDD panel, then you can generate the multi-byte alarm!\"}"], ["created_at", "2016-10-06 15:36:04.591558"], ["updated_at", "2016-10-06 15:36:04.591558"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores iste necessitatibus.\",\"text\":\"The PNG sensor is down, back up the optical feed so we can calculate the HDD microchip!\"}"], ["created_at", "2016-10-06 15:36:04.592812"], ["updated_at", "2016-10-06 15:36:04.592812"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aut quisquam consequatur quia consectetur aut.\",\"text\":\"The JSON matrix is down, parse the mobile matrix so we can generate the USB transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.594022"], ["updated_at", "2016-10-06 15:36:04.594022"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam ut illum.\",\"text\":\"Backing up the port won't do anything, we need to navigate the optical sms array!\"}"], ["created_at", "2016-10-06 15:36:04.595351"], ["updated_at", "2016-10-06 15:36:04.595351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo ea assumenda ullam nesciunt delectus dolore.\",\"text\":\"The JBOD driver is down, synthesize the cross-platform alarm so we can back up the XML circuit!\"}"], ["created_at", "2016-10-06 15:36:04.596473"], ["updated_at", "2016-10-06 15:36:04.596473"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis eos dolores.\",\"text\":\"We need to back up the primary SDD protocol!\"}"], ["created_at", "2016-10-06 15:36:04.597611"], ["updated_at", "2016-10-06 15:36:04.597611"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non sunt natus velit.\",\"text\":\"Try to quantify the TCP hard drive, maybe it will input the online bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.598780"], ["updated_at", "2016-10-06 15:36:04.598780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam porro enim exercitationem voluptas aspernatur.\",\"text\":\"Try to hack the HTTP microchip, maybe it will input the multi-byte application!\"}"], ["created_at", "2016-10-06 15:36:04.599910"], ["updated_at", "2016-10-06 15:36:04.599910"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium voluptate praesentium.\",\"text\":\"I'll connect the mobile COM transmitter, that should capacitor the XML port!\"}"], ["created_at", "2016-10-06 15:36:04.600877"], ["updated_at", "2016-10-06 15:36:04.600877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur et non nostrum impedit hic suscipit.\",\"text\":\"We need to connect the wireless HDD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.601855"], ["updated_at", "2016-10-06 15:36:04.601855"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate quaerat natus beatae laudantium magnam repellendus velit.\",\"text\":\"We need to index the optical AI sensor!\"}"], ["created_at", "2016-10-06 15:36:04.602889"], ["updated_at", "2016-10-06 15:36:04.602889"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptates sit et.\",\"text\":\"Use the auxiliary SQL feed, then you can index the redundant monitor!\"}"], ["created_at", "2016-10-06 15:36:04.603942"], ["updated_at", "2016-10-06 15:36:04.603942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nihil iste at omnis perferendis qui.\",\"text\":\"We need to navigate the wireless ADP panel!\"}"], ["created_at", "2016-10-06 15:36:04.604895"], ["updated_at", "2016-10-06 15:36:04.604895"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam ut enim qui.\",\"text\":\"I'll generate the open-source ADP matrix, that should sensor the PNG card!\"}"], ["created_at", "2016-10-06 15:36:04.605798"], ["updated_at", "2016-10-06 15:36:04.605798"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo qui facilis in.\",\"text\":\"Use the cross-platform XML firewall, then you can override the optical interface!\"}"], ["created_at", "2016-10-06 15:36:04.606764"], ["updated_at", "2016-10-06 15:36:04.606764"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum id rerum tempore ad ut blanditiis earum.\",\"text\":\"We need to calculate the bluetooth ADP alarm!\"}"], ["created_at", "2016-10-06 15:36:04.607697"], ["updated_at", "2016-10-06 15:36:04.607697"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam similique laborum consectetur.\",\"text\":\"Try to parse the JBOD driver, maybe it will copy the haptic circuit!\"}"], ["created_at", "2016-10-06 15:36:04.608650"], ["updated_at", "2016-10-06 15:36:04.608650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis eveniet aut provident non praesentium.\",\"text\":\"Use the mobile JSON monitor, then you can parse the primary interface!\"}"], ["created_at", "2016-10-06 15:36:04.609585"], ["updated_at", "2016-10-06 15:36:04.609585"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed atque dolores officiis iusto.\",\"text\":\"The XML pixel is down, input the digital matrix so we can input the SQL alarm!\"}"], ["created_at", "2016-10-06 15:36:04.610497"], ["updated_at", "2016-10-06 15:36:04.610497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident laboriosam a quis maiores.\",\"text\":\"Transmitting the capacitor won't do anything, we need to bypass the wireless hdd bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.611488"], ["updated_at", "2016-10-06 15:36:04.611488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas molestias at facilis quibusdam culpa in.\",\"text\":\"If we compress the matrix, we can get to the JSON microchip through the neural PNG interface!\"}"], ["created_at", "2016-10-06 15:36:04.612494"], ["updated_at", "2016-10-06 15:36:04.612494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus exercitationem est atque numquam impedit.\",\"text\":\"Navigating the array won't do anything, we need to quantify the online gb circuit!\"}"], ["created_at", "2016-10-06 15:36:04.613399"], ["updated_at", "2016-10-06 15:36:04.613399"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore maxime odio ex dolor in nihil.\",\"text\":\"Try to back up the EXE card, maybe it will reboot the wireless circuit!\"}"], ["created_at", "2016-10-06 15:36:04.614349"], ["updated_at", "2016-10-06 15:36:04.614349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis ullam voluptatibus et rerum.\",\"text\":\"Use the online THX microchip, then you can program the bluetooth port!\"}"], ["created_at", "2016-10-06 15:36:04.615301"], ["updated_at", "2016-10-06 15:36:04.615301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae non ducimus vel officiis maxime ea.\",\"text\":\"Use the multi-byte GB firewall, then you can compress the optical port!\"}"], ["created_at", "2016-10-06 15:36:04.616231"], ["updated_at", "2016-10-06 15:36:04.616231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt iusto est tenetur dolor in quo.\",\"text\":\"Programming the capacitor won't do anything, we need to input the bluetooth sql capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.617164"], ["updated_at", "2016-10-06 15:36:04.617164"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quas alias sit.\",\"text\":\"Synthesizing the firewall won't do anything, we need to back up the cross-platform png panel!\"}"], ["created_at", "2016-10-06 15:36:04.618105"], ["updated_at", "2016-10-06 15:36:04.618105"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque veniam quaerat rerum est.\",\"text\":\"Use the neural HDD interface, then you can generate the haptic feed!\"}"], ["created_at", "2016-10-06 15:36:04.619033"], ["updated_at", "2016-10-06 15:36:04.619033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores sit ut sit nemo vel repellat enim.\",\"text\":\"Indexing the firewall won't do anything, we need to transmit the optical com card!\"}"], ["created_at", "2016-10-06 15:36:04.620046"], ["updated_at", "2016-10-06 15:36:04.620046"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse voluptatem et in officia optio et quis.\",\"text\":\"The IB feed is down, hack the optical port so we can compress the SAS feed!\"}"], ["created_at", "2016-10-06 15:36:04.621022"], ["updated_at", "2016-10-06 15:36:04.621022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam at a aut enim ipsum.\",\"text\":\"The PCI program is down, connect the online hard drive so we can bypass the SMTP sensor!\"}"], ["created_at", "2016-10-06 15:36:04.621977"], ["updated_at", "2016-10-06 15:36:04.621977"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro distinctio qui consequuntur.\",\"text\":\"We need to input the 1080p SMS capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.622905"], ["updated_at", "2016-10-06 15:36:04.622905"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam ea autem pariatur.\",\"text\":\"Use the primary SDD interface, then you can bypass the wireless bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.623845"], ["updated_at", "2016-10-06 15:36:04.623845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ut id et.\",\"text\":\"Quantifying the matrix won't do anything, we need to input the primary ram capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.624740"], ["updated_at", "2016-10-06 15:36:04.624740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est at qui sit itaque consequatur quia commodi.\",\"text\":\"You can't index the monitor without compressing the primary SDD sensor!\"}"], ["created_at", "2016-10-06 15:36:04.625672"], ["updated_at", "2016-10-06 15:36:04.625672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo tenetur sed magni consectetur nihil qui corrupti.\",\"text\":\"Bypassing the protocol won't do anything, we need to copy the neural rss circuit!\"}"], ["created_at", "2016-10-06 15:36:04.626624"], ["updated_at", "2016-10-06 15:36:04.626624"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui non consectetur nihil temporibus minus cupiditate.\",\"text\":\"You can't transmit the program without synthesizing the bluetooth SMS protocol!\"}"], ["created_at", "2016-10-06 15:36:04.627573"], ["updated_at", "2016-10-06 15:36:04.627573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi autem molestias.\",\"text\":\"You can't quantify the program without synthesizing the mobile JSON array!\"}"], ["created_at", "2016-10-06 15:36:04.628631"], ["updated_at", "2016-10-06 15:36:04.628631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime non expedita eos ut.\",\"text\":\"If we hack the port, we can get to the SQL application through the back-end COM bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.629587"], ["updated_at", "2016-10-06 15:36:04.629587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem officia ut est.\",\"text\":\"I'll reboot the mobile THX circuit, that should pixel the SDD system!\"}"], ["created_at", "2016-10-06 15:36:04.630566"], ["updated_at", "2016-10-06 15:36:04.630566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ut omnis optio qui eius.\",\"text\":\"Try to compress the HTTP bus, maybe it will synthesize the virtual bus!\"}"], ["created_at", "2016-10-06 15:36:04.631522"], ["updated_at", "2016-10-06 15:36:04.631522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis qui quia quia quidem.\",\"text\":\"Use the digital GB matrix, then you can bypass the cross-platform hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.632435"], ["updated_at", "2016-10-06 15:36:04.632435"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem eius alias in velit et quia.\",\"text\":\"You can't override the panel without connecting the digital SAS program!\"}"], ["created_at", "2016-10-06 15:36:04.633363"], ["updated_at", "2016-10-06 15:36:04.633363"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab iure et excepturi quia.\",\"text\":\"We need to override the multi-byte FTP alarm!\"}"], ["created_at", "2016-10-06 15:36:04.634309"], ["updated_at", "2016-10-06 15:36:04.634309"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid iusto fugit molestias neque laborum.\",\"text\":\"If we connect the alarm, we can get to the JSON capacitor through the digital CSS monitor!\"}"], ["created_at", "2016-10-06 15:36:04.635291"], ["updated_at", "2016-10-06 15:36:04.635291"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae fugit cupiditate ipsam autem.\",\"text\":\"The SMS firewall is down, index the redundant port so we can input the RSS system!\"}"], ["created_at", "2016-10-06 15:36:04.636289"], ["updated_at", "2016-10-06 15:36:04.636289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident unde cupiditate.\",\"text\":\"Use the optical XML port, then you can generate the virtual matrix!\"}"], ["created_at", "2016-10-06 15:36:04.637269"], ["updated_at", "2016-10-06 15:36:04.637269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ea quaerat qui.\",\"text\":\"Use the digital SMTP matrix, then you can calculate the redundant application!\"}"], ["created_at", "2016-10-06 15:36:04.638249"], ["updated_at", "2016-10-06 15:36:04.638249"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum in nulla corrupti optio occaecati.\",\"text\":\"Try to connect the PCI bus, maybe it will quantify the multi-byte monitor!\"}"], ["created_at", "2016-10-06 15:36:04.639156"], ["updated_at", "2016-10-06 15:36:04.639156"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia porro ut est sed.\",\"text\":\"Use the virtual HDD program, then you can hack the bluetooth pixel!\"}"], ["created_at", "2016-10-06 15:36:04.640095"], ["updated_at", "2016-10-06 15:36:04.640095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore esse et veritatis saepe dolorem.\",\"text\":\"Overriding the driver won't do anything, we need to quantify the bluetooth sas system!\"}"], ["created_at", "2016-10-06 15:36:04.641013"], ["updated_at", "2016-10-06 15:36:04.641013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto quasi qui perferendis alias ipsa ullam fugiat.\",\"text\":\"The JSON interface is down, compress the bluetooth interface so we can connect the PCI monitor!\"}"], ["created_at", "2016-10-06 15:36:04.641960"], ["updated_at", "2016-10-06 15:36:04.641960"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia a adipisci laborum nam architecto ab.\",\"text\":\"The SQL panel is down, hack the haptic bus so we can index the SQL bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.642927"], ["updated_at", "2016-10-06 15:36:04.642927"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident et non facere totam est nemo dolorum.\",\"text\":\"The RSS array is down, transmit the online transmitter so we can input the ADP card!\"}"], ["created_at", "2016-10-06 15:36:04.643873"], ["updated_at", "2016-10-06 15:36:04.643873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit vel sunt quia impedit doloremque voluptas.\",\"text\":\"Use the back-end COM protocol, then you can navigate the virtual bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.644927"], ["updated_at", "2016-10-06 15:36:04.644927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque voluptatem consequatur.\",\"text\":\"If we bypass the interface, we can get to the USB hard drive through the online HDD capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.645891"], ["updated_at", "2016-10-06 15:36:04.645891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quia saepe.\",\"text\":\"You can't generate the protocol without transmitting the virtual SQL firewall!\"}"], ["created_at", "2016-10-06 15:36:04.646845"], ["updated_at", "2016-10-06 15:36:04.646845"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sint velit laboriosam fuga non.\",\"text\":\"I'll copy the bluetooth PCI protocol, that should sensor the GB array!\"}"], ["created_at", "2016-10-06 15:36:04.647775"], ["updated_at", "2016-10-06 15:36:04.647775"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ut aut.\",\"text\":\"You can't navigate the card without navigating the auxiliary PCI panel!\"}"], ["created_at", "2016-10-06 15:36:04.648687"], ["updated_at", "2016-10-06 15:36:04.648687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus id praesentium ad in.\",\"text\":\"I'll override the haptic CSS alarm, that should transmitter the COM bus!\"}"], ["created_at", "2016-10-06 15:36:04.649623"], ["updated_at", "2016-10-06 15:36:04.649623"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur corporis voluptas sint.\",\"text\":\"I'll copy the haptic THX system, that should monitor the JBOD feed!\"}"], ["created_at", "2016-10-06 15:36:04.650558"], ["updated_at", "2016-10-06 15:36:04.650558"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis et repellendus est iste.\",\"text\":\"You can't parse the array without backing up the neural SQL program!\"}"], ["created_at", "2016-10-06 15:36:04.651506"], ["updated_at", "2016-10-06 15:36:04.651506"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi consequatur quia sit et voluptates ut sapiente.\",\"text\":\"If we reboot the panel, we can get to the AI array through the optical PCI array!\"}"], ["created_at", "2016-10-06 15:36:04.652481"], ["updated_at", "2016-10-06 15:36:04.652481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores aut sunt.\",\"text\":\"If we navigate the protocol, we can get to the THX transmitter through the solid state TCP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.653444"], ["updated_at", "2016-10-06 15:36:04.653444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione aperiam iste.\",\"text\":\"You can't override the card without copying the auxiliary JBOD port!\"}"], ["created_at", "2016-10-06 15:36:04.654401"], ["updated_at", "2016-10-06 15:36:04.654401"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus voluptatum veniam.\",\"text\":\"Try to index the CSS system, maybe it will copy the wireless matrix!\"}"], ["created_at", "2016-10-06 15:36:04.655304"], ["updated_at", "2016-10-06 15:36:04.655304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi id sit explicabo officiis iusto aliquam.\",\"text\":\"If we index the transmitter, we can get to the SSL card through the virtual SQL pixel!\"}"], ["created_at", "2016-10-06 15:36:04.656241"], ["updated_at", "2016-10-06 15:36:04.656241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum quo accusamus iusto.\",\"text\":\"Try to copy the HTTP matrix, maybe it will parse the wireless sensor!\"}"], ["created_at", "2016-10-06 15:36:04.657141"], ["updated_at", "2016-10-06 15:36:04.657141"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci sint eum.\",\"text\":\"The COM driver is down, synthesize the haptic alarm so we can program the TCP capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.658069"], ["updated_at", "2016-10-06 15:36:04.658069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat sit cupiditate quam dolorum quasi et molestiae.\",\"text\":\"The JSON card is down, input the cross-platform array so we can program the FTP microchip!\"}"], ["created_at", "2016-10-06 15:36:04.659129"], ["updated_at", "2016-10-06 15:36:04.659129"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius in occaecati.\",\"text\":\"Try to hack the EXE bus, maybe it will copy the bluetooth program!\"}"], ["created_at", "2016-10-06 15:36:04.660092"], ["updated_at", "2016-10-06 15:36:04.660092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est cum dolores suscipit aut rerum quia.\",\"text\":\"I'll back up the 1080p PCI circuit, that should hard drive the IB interface!\"}"], ["created_at", "2016-10-06 15:36:04.661143"], ["updated_at", "2016-10-06 15:36:04.661143"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt nostrum non vero eos ullam iste.\",\"text\":\"The JSON interface is down, program the bluetooth hard drive so we can generate the RAM hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.662097"], ["updated_at", "2016-10-06 15:36:04.662097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et incidunt ut.\",\"text\":\"We need to compress the virtual IB application!\"}"], ["created_at", "2016-10-06 15:36:04.663082"], ["updated_at", "2016-10-06 15:36:04.663082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius reprehenderit in at id incidunt.\",\"text\":\"If we override the port, we can get to the XML microchip through the back-end SSL feed!\"}"], ["created_at", "2016-10-06 15:36:04.664023"], ["updated_at", "2016-10-06 15:36:04.664023"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate adipisci error itaque.\",\"text\":\"You can't navigate the array without overriding the primary PNG interface!\"}"], ["created_at", "2016-10-06 15:36:04.664929"], ["updated_at", "2016-10-06 15:36:04.664929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum qui quia fugiat impedit.\",\"text\":\"The SCSI port is down, generate the online feed so we can connect the THX pixel!\"}"], ["created_at", "2016-10-06 15:36:04.665867"], ["updated_at", "2016-10-06 15:36:04.665867"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et commodi qui consequatur.\",\"text\":\"The RSS alarm is down, back up the mobile system so we can navigate the PNG pixel!\"}"], ["created_at", "2016-10-06 15:36:04.666856"], ["updated_at", "2016-10-06 15:36:04.666856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente harum perspiciatis ut repellat.\",\"text\":\"If we compress the alarm, we can get to the CSS monitor through the redundant SMS protocol!\"}"], ["created_at", "2016-10-06 15:36:04.667783"], ["updated_at", "2016-10-06 15:36:04.667783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos occaecati enim est.\",\"text\":\"I'll transmit the open-source JSON capacitor, that should bus the RAM pixel!\"}"], ["created_at", "2016-10-06 15:36:04.668780"], ["updated_at", "2016-10-06 15:36:04.668780"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint molestiae quaerat.\",\"text\":\"I'll reboot the multi-byte EXE driver, that should hard drive the CSS system!\"}"], ["created_at", "2016-10-06 15:36:04.669830"], ["updated_at", "2016-10-06 15:36:04.669830"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae et ipsum qui nobis quia ipsa nam.\",\"text\":\"Generating the bus won't do anything, we need to connect the online thx transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.670879"], ["updated_at", "2016-10-06 15:36:04.670879"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui laboriosam cupiditate eos optio eaque et.\",\"text\":\"If we connect the microchip, we can get to the TCP hard drive through the open-source ADP pixel!\"}"], ["created_at", "2016-10-06 15:36:04.671952"], ["updated_at", "2016-10-06 15:36:04.671952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex asperiores aut est voluptatem tempora officia aliquid.\",\"text\":\"The CSS panel is down, quantify the primary matrix so we can index the ADP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.672939"], ["updated_at", "2016-10-06 15:36:04.672939"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi maiores eius tempora architecto porro quam quod.\",\"text\":\"The PCI protocol is down, generate the 1080p monitor so we can input the RAM system!\"}"], ["created_at", "2016-10-06 15:36:04.673875"], ["updated_at", "2016-10-06 15:36:04.673875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore et neque aut in.\",\"text\":\"You can't reboot the application without backing up the multi-byte AGP transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.674866"], ["updated_at", "2016-10-06 15:36:04.674866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus quia ad sunt.\",\"text\":\"You can't hack the capacitor without hacking the primary HDD circuit!\"}"], ["created_at", "2016-10-06 15:36:04.675961"], ["updated_at", "2016-10-06 15:36:04.675961"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil harum repellendus.\",\"text\":\"We need to program the wireless HDD bus!\"}"], ["created_at", "2016-10-06 15:36:04.677006"], ["updated_at", "2016-10-06 15:36:04.677006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In quia aut quos eum cupiditate cumque.\",\"text\":\"Use the multi-byte TCP system, then you can connect the haptic hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.678023"], ["updated_at", "2016-10-06 15:36:04.678023"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo hic et numquam.\",\"text\":\"I'll program the auxiliary SMTP array, that should transmitter the JSON matrix!\"}"], ["created_at", "2016-10-06 15:36:04.679059"], ["updated_at", "2016-10-06 15:36:04.679059"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit optio natus nam dolores sit.\",\"text\":\"Parsing the card won't do anything, we need to generate the cross-platform thx bus!\"}"], ["created_at", "2016-10-06 15:36:04.680034"], ["updated_at", "2016-10-06 15:36:04.680034"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus expedita voluptas ut tempora delectus velit voluptatem.\",\"text\":\"Try to transmit the SMTP interface, maybe it will input the neural pixel!\"}"], ["created_at", "2016-10-06 15:36:04.681020"], ["updated_at", "2016-10-06 15:36:04.681020"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima facere repellat et ut repudiandae deserunt.\",\"text\":\"I'll reboot the wireless PCI sensor, that should protocol the SSL bus!\"}"], ["created_at", "2016-10-06 15:36:04.682032"], ["updated_at", "2016-10-06 15:36:04.682032"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore optio et rerum.\",\"text\":\"Try to parse the SCSI pixel, maybe it will calculate the open-source monitor!\"}"], ["created_at", "2016-10-06 15:36:04.683030"], ["updated_at", "2016-10-06 15:36:04.683030"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aut est nobis consequatur adipisci dolore.\",\"text\":\"I'll program the redundant IB bus, that should port the THX panel!\"}"], ["created_at", "2016-10-06 15:36:04.684084"], ["updated_at", "2016-10-06 15:36:04.684084"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim voluptatem alias labore hic.\",\"text\":\"We need to connect the haptic FTP feed!\"}"], ["created_at", "2016-10-06 15:36:04.685058"], ["updated_at", "2016-10-06 15:36:04.685058"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio et sit dolorem quia.\",\"text\":\"You can't synthesize the bandwidth without backing up the mobile RSS matrix!\"}"], ["created_at", "2016-10-06 15:36:04.686059"], ["updated_at", "2016-10-06 15:36:04.686059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident ipsam officia.\",\"text\":\"Use the back-end XSS card, then you can connect the digital monitor!\"}"], ["created_at", "2016-10-06 15:36:04.687052"], ["updated_at", "2016-10-06 15:36:04.687052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis illum odio necessitatibus esse labore dolores corrupti.\",\"text\":\"The TCP application is down, back up the redundant array so we can input the CSS bus!\"}"], ["created_at", "2016-10-06 15:36:04.687980"], ["updated_at", "2016-10-06 15:36:04.687980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At sed et eos possimus.\",\"text\":\"The SMS protocol is down, reboot the mobile driver so we can index the XSS program!\"}"], ["created_at", "2016-10-06 15:36:04.688970"], ["updated_at", "2016-10-06 15:36:04.688970"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi vitae tempore molestiae culpa velit et.\",\"text\":\"The THX panel is down, back up the digital bandwidth so we can program the SMS protocol!\"}"], ["created_at", "2016-10-06 15:36:04.689978"], ["updated_at", "2016-10-06 15:36:04.689978"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et occaecati sint veniam provident quia omnis.\",\"text\":\"Use the haptic THX bandwidth, then you can connect the virtual protocol!\"}"], ["created_at", "2016-10-06 15:36:04.690977"], ["updated_at", "2016-10-06 15:36:04.690977"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate quod similique ut ea hic.\",\"text\":\"Try to connect the RAM array, maybe it will hack the 1080p sensor!\"}"], ["created_at", "2016-10-06 15:36:04.691994"], ["updated_at", "2016-10-06 15:36:04.691994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil explicabo quam nemo.\",\"text\":\"We need to synthesize the neural GB application!\"}"], ["created_at", "2016-10-06 15:36:04.692958"], ["updated_at", "2016-10-06 15:36:04.692958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolores accusantium voluptatem sed sit.\",\"text\":\"Backing up the program won't do anything, we need to back up the 1080p com firewall!\"}"], ["created_at", "2016-10-06 15:36:04.693932"], ["updated_at", "2016-10-06 15:36:04.693932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet ad quas sunt doloribus qui similique.\",\"text\":\"If we transmit the pixel, we can get to the GB alarm through the multi-byte SMS matrix!\"}"], ["created_at", "2016-10-06 15:36:04.694935"], ["updated_at", "2016-10-06 15:36:04.694935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sunt repellat alias quo accusantium.\",\"text\":\"Use the multi-byte SSL alarm, then you can index the digital program!\"}"], ["created_at", "2016-10-06 15:36:04.695914"], ["updated_at", "2016-10-06 15:36:04.695914"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam possimus quas qui eius.\",\"text\":\"I'll program the redundant JSON interface, that should application the TCP program!\"}"], ["created_at", "2016-10-06 15:36:04.696878"], ["updated_at", "2016-10-06 15:36:04.696878"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam commodi tempore quo labore blanditiis.\",\"text\":\"Use the back-end HDD protocol, then you can quantify the solid state interface!\"}"], ["created_at", "2016-10-06 15:36:04.697799"], ["updated_at", "2016-10-06 15:36:04.697799"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit vel provident.\",\"text\":\"You can't synthesize the port without navigating the wireless GB panel!\"}"], ["created_at", "2016-10-06 15:36:04.698786"], ["updated_at", "2016-10-06 15:36:04.698786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut doloremque voluptas distinctio.\",\"text\":\"The COM driver is down, navigate the 1080p driver so we can calculate the JSON bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.699784"], ["updated_at", "2016-10-06 15:36:04.699784"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur blanditiis qui est error voluptatem dicta ut.\",\"text\":\"I'll quantify the cross-platform JBOD panel, that should system the SQL capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.700758"], ["updated_at", "2016-10-06 15:36:04.700758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime atque illum libero dolor.\",\"text\":\"We need to override the multi-byte USB system!\"}"], ["created_at", "2016-10-06 15:36:04.701740"], ["updated_at", "2016-10-06 15:36:04.701740"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore natus minus numquam doloremque nam consequatur.\",\"text\":\"Try to navigate the FTP alarm, maybe it will reboot the cross-platform protocol!\"}"], ["created_at", "2016-10-06 15:36:04.702694"], ["updated_at", "2016-10-06 15:36:04.702694"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quo error illo.\",\"text\":\"We need to program the bluetooth THX firewall!\"}"], ["created_at", "2016-10-06 15:36:04.704016"], ["updated_at", "2016-10-06 15:36:04.704016"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto nesciunt esse.\",\"text\":\"The SDD array is down, copy the haptic capacitor so we can synthesize the XML driver!\"}"], ["created_at", "2016-10-06 15:36:04.705183"], ["updated_at", "2016-10-06 15:36:04.705183"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed nam cupiditate accusantium facere recusandae ut velit.\",\"text\":\"You can't connect the sensor without calculating the digital PNG firewall!\"}"], ["created_at", "2016-10-06 15:36:04.706330"], ["updated_at", "2016-10-06 15:36:04.706330"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil hic occaecati quia et.\",\"text\":\"The AGP circuit is down, reboot the open-source bus so we can index the RSS capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.707451"], ["updated_at", "2016-10-06 15:36:04.707451"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet veniam quaerat.\",\"text\":\"Try to navigate the CSS circuit, maybe it will input the wireless microchip!\"}"], ["created_at", "2016-10-06 15:36:04.709407"], ["updated_at", "2016-10-06 15:36:04.709407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate voluptates nobis perspiciatis ut laboriosam et quos.\",\"text\":\"Use the virtual RSS microchip, then you can program the neural microchip!\"}"], ["created_at", "2016-10-06 15:36:04.710741"], ["updated_at", "2016-10-06 15:36:04.710741"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut deserunt expedita quibusdam et.\",\"text\":\"I'll index the digital XML transmitter, that should application the XSS sensor!\"}"], ["created_at", "2016-10-06 15:36:04.712496"], ["updated_at", "2016-10-06 15:36:04.712496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eos laborum iusto.\",\"text\":\"Try to program the CSS matrix, maybe it will synthesize the open-source feed!\"}"], ["created_at", "2016-10-06 15:36:04.713819"], ["updated_at", "2016-10-06 15:36:04.713819"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex iste possimus tempore.\",\"text\":\"We need to navigate the cross-platform SMS application!\"}"], ["created_at", "2016-10-06 15:36:04.715419"], ["updated_at", "2016-10-06 15:36:04.715419"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis rerum quia placeat.\",\"text\":\"Try to override the PNG capacitor, maybe it will synthesize the haptic alarm!\"}"], ["created_at", "2016-10-06 15:36:04.716678"], ["updated_at", "2016-10-06 15:36:04.716678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque velit tenetur.\",\"text\":\"Try to program the THX interface, maybe it will reboot the back-end bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.717954"], ["updated_at", "2016-10-06 15:36:04.717954"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta vel culpa aliquam consectetur.\",\"text\":\"Indexing the transmitter won't do anything, we need to parse the digital com bus!\"}"], ["created_at", "2016-10-06 15:36:04.719273"], ["updated_at", "2016-10-06 15:36:04.719273"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis laborum facere.\",\"text\":\"Indexing the firewall won't do anything, we need to override the wireless usb panel!\"}"], ["created_at", "2016-10-06 15:36:04.720579"], ["updated_at", "2016-10-06 15:36:04.720579"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit ex qui libero neque ullam dignissimos corporis.\",\"text\":\"The SMTP bus is down, override the mobile array so we can calculate the SMS port!\"}"], ["created_at", "2016-10-06 15:36:04.721827"], ["updated_at", "2016-10-06 15:36:04.721827"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim voluptas enim commodi maiores et.\",\"text\":\"Use the wireless HTTP firewall, then you can compress the haptic monitor!\"}"], ["created_at", "2016-10-06 15:36:04.723470"], ["updated_at", "2016-10-06 15:36:04.723470"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis adipisci eligendi est unde iure ipsa.\",\"text\":\"Use the haptic PCI program, then you can compress the haptic driver!\"}"], ["created_at", "2016-10-06 15:36:04.725033"], ["updated_at", "2016-10-06 15:36:04.725033"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis velit id.\",\"text\":\"Use the cross-platform COM system, then you can connect the virtual interface!\"}"], ["created_at", "2016-10-06 15:36:04.727090"], ["updated_at", "2016-10-06 15:36:04.727090"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat veniam omnis sint placeat error et excepturi.\",\"text\":\"Use the auxiliary RAM card, then you can calculate the neural application!\"}"], ["created_at", "2016-10-06 15:36:04.729977"], ["updated_at", "2016-10-06 15:36:04.729977"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga in necessitatibus at eius veritatis quos et.\",\"text\":\"Hacking the transmitter won't do anything, we need to compress the mobile scsi protocol!\"}"], ["created_at", "2016-10-06 15:36:04.731702"], ["updated_at", "2016-10-06 15:36:04.731702"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint autem quisquam illo nesciunt dolor.\",\"text\":\"You can't synthesize the pixel without programming the redundant AGP circuit!\"}"], ["created_at", "2016-10-06 15:36:04.733146"], ["updated_at", "2016-10-06 15:36:04.733146"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab et est quia asperiores ut tenetur repellendus.\",\"text\":\"Use the multi-byte JBOD capacitor, then you can transmit the multi-byte monitor!\"}"], ["created_at", "2016-10-06 15:36:04.734424"], ["updated_at", "2016-10-06 15:36:04.734424"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis ut beatae nobis repudiandae.\",\"text\":\"The TCP circuit is down, program the redundant driver so we can compress the PCI feed!\"}"], ["created_at", "2016-10-06 15:36:04.735614"], ["updated_at", "2016-10-06 15:36:04.735614"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur fuga nisi sed.\",\"text\":\"We need to generate the back-end SMTP port!\"}"], ["created_at", "2016-10-06 15:36:04.737153"], ["updated_at", "2016-10-06 15:36:04.737153"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores officiis labore eos recusandae odit sit.\",\"text\":\"The RAM transmitter is down, program the neural microchip so we can compress the IB panel!\"}"], ["created_at", "2016-10-06 15:36:04.738386"], ["updated_at", "2016-10-06 15:36:04.738386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex debitis veritatis consectetur officiis quam molestiae sapiente.\",\"text\":\"I'll back up the optical FTP matrix, that should microchip the COM system!\"}"], ["created_at", "2016-10-06 15:36:04.739552"], ["updated_at", "2016-10-06 15:36:04.739552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum est quasi.\",\"text\":\"Quantifying the driver won't do anything, we need to compress the virtual ssl application!\"}"], ["created_at", "2016-10-06 15:36:04.740828"], ["updated_at", "2016-10-06 15:36:04.740828"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dolorem sit dolores sed.\",\"text\":\"Use the auxiliary GB hard drive, then you can copy the bluetooth sensor!\"}"], ["created_at", "2016-10-06 15:36:04.741978"], ["updated_at", "2016-10-06 15:36:04.741978"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit consequatur soluta in necessitatibus totam.\",\"text\":\"Use the back-end SDD array, then you can input the multi-byte interface!\"}"], ["created_at", "2016-10-06 15:36:04.743319"], ["updated_at", "2016-10-06 15:36:04.743319"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore et est.\",\"text\":\"You can't bypass the feed without transmitting the virtual TCP hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.745211"], ["updated_at", "2016-10-06 15:36:04.745211"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio doloribus rerum laborum iste eius nobis.\",\"text\":\"Try to program the HTTP feed, maybe it will quantify the online capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.746595"], ["updated_at", "2016-10-06 15:36:04.746595"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed et quis quia enim sint.\",\"text\":\"Programming the matrix won't do anything, we need to copy the virtual hdd bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.747837"], ["updated_at", "2016-10-06 15:36:04.747837"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error rerum minus autem enim nihil dignissimos.\",\"text\":\"I'll override the cross-platform SMTP firewall, that should circuit the SCSI transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.749190"], ["updated_at", "2016-10-06 15:36:04.749190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est similique animi adipisci veritatis quo nisi voluptatibus.\",\"text\":\"Use the optical SMTP feed, then you can bypass the back-end array!\"}"], ["created_at", "2016-10-06 15:36:04.750847"], ["updated_at", "2016-10-06 15:36:04.750847"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores qui et hic cupiditate.\",\"text\":\"We need to quantify the online HTTP matrix!\"}"], ["created_at", "2016-10-06 15:36:04.752128"], ["updated_at", "2016-10-06 15:36:04.752128"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit quo qui adipisci et doloribus quia voluptatum.\",\"text\":\"The JSON feed is down, input the optical transmitter so we can index the XSS pixel!\"}"], ["created_at", "2016-10-06 15:36:04.753535"], ["updated_at", "2016-10-06 15:36:04.753535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet qui consequatur tempore dolore dolor illo rerum.\",\"text\":\"If we override the array, we can get to the IB card through the solid state AGP array!\"}"], ["created_at", "2016-10-06 15:36:04.755125"], ["updated_at", "2016-10-06 15:36:04.755125"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam vitae sit.\",\"text\":\"The AGP matrix is down, program the neural system so we can copy the SAS matrix!\"}"], ["created_at", "2016-10-06 15:36:04.756356"], ["updated_at", "2016-10-06 15:36:04.756356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti odit quae id.\",\"text\":\"The RSS card is down, override the 1080p array so we can input the PNG application!\"}"], ["created_at", "2016-10-06 15:36:04.757614"], ["updated_at", "2016-10-06 15:36:04.757614"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut saepe velit aliquam explicabo qui.\",\"text\":\"You can't synthesize the program without calculating the online SDD transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.758917"], ["updated_at", "2016-10-06 15:36:04.758917"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta eius eveniet aliquam possimus repudiandae tenetur eaque.\",\"text\":\"Quantifying the bus won't do anything, we need to transmit the mobile json alarm!\"}"], ["created_at", "2016-10-06 15:36:04.760170"], ["updated_at", "2016-10-06 15:36:04.760170"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa sit eius non inventore illo.\",\"text\":\"Try to parse the THX panel, maybe it will compress the multi-byte system!\"}"], ["created_at", "2016-10-06 15:36:04.761228"], ["updated_at", "2016-10-06 15:36:04.761228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem voluptate porro qui magnam illo.\",\"text\":\"Use the digital AGP system, then you can override the virtual card!\"}"], ["created_at", "2016-10-06 15:36:04.762504"], ["updated_at", "2016-10-06 15:36:04.762504"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem assumenda facere nostrum consectetur reiciendis.\",\"text\":\"If we quantify the array, we can get to the EXE microchip through the redundant IB panel!\"}"], ["created_at", "2016-10-06 15:36:04.763550"], ["updated_at", "2016-10-06 15:36:04.763550"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus corporis fugit et ea vel omnis accusamus.\",\"text\":\"Try to connect the FTP matrix, maybe it will reboot the optical alarm!\"}"], ["created_at", "2016-10-06 15:36:04.764550"], ["updated_at", "2016-10-06 15:36:04.764550"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis sunt repudiandae.\",\"text\":\"Connecting the matrix won't do anything, we need to hack the online com system!\"}"], ["created_at", "2016-10-06 15:36:04.765677"], ["updated_at", "2016-10-06 15:36:04.765677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et id velit odit.\",\"text\":\"Bypassing the port won't do anything, we need to calculate the virtual com monitor!\"}"], ["created_at", "2016-10-06 15:36:04.766873"], ["updated_at", "2016-10-06 15:36:04.766873"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis cum in ea.\",\"text\":\"Try to index the JBOD hard drive, maybe it will connect the primary interface!\"}"], ["created_at", "2016-10-06 15:36:04.767995"], ["updated_at", "2016-10-06 15:36:04.767995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui animi autem rerum provident dolorum.\",\"text\":\"If we back up the driver, we can get to the TCP protocol through the mobile AI monitor!\"}"], ["created_at", "2016-10-06 15:36:04.769288"], ["updated_at", "2016-10-06 15:36:04.769288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea dicta harum ipsa modi suscipit.\",\"text\":\"Use the virtual XML feed, then you can program the redundant hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.770466"], ["updated_at", "2016-10-06 15:36:04.770466"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio sed esse qui.\",\"text\":\"Use the online SQL protocol, then you can navigate the bluetooth bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.771608"], ["updated_at", "2016-10-06 15:36:04.771608"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit eum et.\",\"text\":\"The PNG alarm is down, reboot the cross-platform sensor so we can bypass the SMTP pixel!\"}"], ["created_at", "2016-10-06 15:36:04.772768"], ["updated_at", "2016-10-06 15:36:04.772768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum odio expedita sequi veniam sint distinctio recusandae.\",\"text\":\"The FTP card is down, hack the online sensor so we can navigate the RSS microchip!\"}"], ["created_at", "2016-10-06 15:36:04.774037"], ["updated_at", "2016-10-06 15:36:04.774037"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea unde aliquam.\",\"text\":\"If we hack the transmitter, we can get to the SCSI alarm through the solid state AI system!\"}"], ["created_at", "2016-10-06 15:36:04.775117"], ["updated_at", "2016-10-06 15:36:04.775117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum corrupti nostrum vel omnis molestias.\",\"text\":\"I'll connect the redundant XML interface, that should transmitter the TCP driver!\"}"], ["created_at", "2016-10-06 15:36:04.776107"], ["updated_at", "2016-10-06 15:36:04.776107"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum harum voluptatum possimus enim ut quis.\",\"text\":\"You can't generate the bandwidth without parsing the back-end SAS matrix!\"}"], ["created_at", "2016-10-06 15:36:04.777114"], ["updated_at", "2016-10-06 15:36:04.777114"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi sed minima reprehenderit.\",\"text\":\"The XSS program is down, calculate the multi-byte pixel so we can connect the SMTP application!\"}"], ["created_at", "2016-10-06 15:36:04.778216"], ["updated_at", "2016-10-06 15:36:04.778216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit rerum praesentium aut repellat.\",\"text\":\"Try to reboot the USB protocol, maybe it will copy the cross-platform hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.779253"], ["updated_at", "2016-10-06 15:36:04.779253"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut maiores exercitationem omnis ratione.\",\"text\":\"Try to bypass the SAS interface, maybe it will transmit the primary panel!\"}"], ["created_at", "2016-10-06 15:36:04.780446"], ["updated_at", "2016-10-06 15:36:04.780446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio expedita excepturi ut voluptas facere recusandae quisquam.\",\"text\":\"The SMTP system is down, navigate the virtual interface so we can synthesize the GB panel!\"}"], ["created_at", "2016-10-06 15:36:04.781482"], ["updated_at", "2016-10-06 15:36:04.781482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem placeat voluptatem.\",\"text\":\"Use the 1080p COM alarm, then you can calculate the neural driver!\"}"], ["created_at", "2016-10-06 15:36:04.782536"], ["updated_at", "2016-10-06 15:36:04.782536"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est officia mollitia ratione soluta iste error unde.\",\"text\":\"Try to navigate the SAS matrix, maybe it will copy the solid state driver!\"}"], ["created_at", "2016-10-06 15:36:04.784043"], ["updated_at", "2016-10-06 15:36:04.784043"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit enim magnam quia voluptatem voluptas iusto.\",\"text\":\"Backing up the circuit won't do anything, we need to input the digital ftp matrix!\"}"], ["created_at", "2016-10-06 15:36:04.785320"], ["updated_at", "2016-10-06 15:36:04.785320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id amet est rerum.\",\"text\":\"Try to calculate the RSS firewall, maybe it will connect the virtual panel!\"}"], ["created_at", "2016-10-06 15:36:04.786626"], ["updated_at", "2016-10-06 15:36:04.786626"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut dolorem iusto voluptatem nulla facere at.\",\"text\":\"The SAS port is down, transmit the neural sensor so we can navigate the CSS panel!\"}"], ["created_at", "2016-10-06 15:36:04.787827"], ["updated_at", "2016-10-06 15:36:04.787827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi expedita et minus et.\",\"text\":\"We need to program the primary XSS firewall!\"}"], ["created_at", "2016-10-06 15:36:04.788986"], ["updated_at", "2016-10-06 15:36:04.788986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque quae quo ad quis sint iusto.\",\"text\":\"Try to override the PNG protocol, maybe it will calculate the bluetooth capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.790466"], ["updated_at", "2016-10-06 15:36:04.790466"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure voluptatum id id omnis porro at quia.\",\"text\":\"I'll input the auxiliary ADP microchip, that should transmitter the PNG program!\"}"], ["created_at", "2016-10-06 15:36:04.791680"], ["updated_at", "2016-10-06 15:36:04.791680"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem tenetur sit officiis delectus veniam.\",\"text\":\"Use the open-source SCSI application, then you can parse the primary port!\"}"], ["created_at", "2016-10-06 15:36:04.792865"], ["updated_at", "2016-10-06 15:36:04.792865"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et odio fuga id aut possimus sit.\",\"text\":\"Try to navigate the SCSI bandwidth, maybe it will reboot the solid state program!\"}"], ["created_at", "2016-10-06 15:36:04.794440"], ["updated_at", "2016-10-06 15:36:04.794440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem porro officiis temporibus.\",\"text\":\"We need to copy the digital JSON protocol!\"}"], ["created_at", "2016-10-06 15:36:04.795720"], ["updated_at", "2016-10-06 15:36:04.795720"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non magni quas et.\",\"text\":\"You can't calculate the application without backing up the solid state SMTP interface!\"}"], ["created_at", "2016-10-06 15:36:04.796909"], ["updated_at", "2016-10-06 15:36:04.796909"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos laboriosam fuga maxime consequatur.\",\"text\":\"If we hack the capacitor, we can get to the RSS alarm through the open-source FTP sensor!\"}"], ["created_at", "2016-10-06 15:36:04.798185"], ["updated_at", "2016-10-06 15:36:04.798185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis assumenda dicta.\",\"text\":\"If we connect the array, we can get to the USB feed through the multi-byte CSS system!\"}"], ["created_at", "2016-10-06 15:36:04.799346"], ["updated_at", "2016-10-06 15:36:04.799346"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum perspiciatis nihil debitis eum dicta consectetur.\",\"text\":\"Use the neural PCI application, then you can synthesize the auxiliary microchip!\"}"], ["created_at", "2016-10-06 15:36:04.800456"], ["updated_at", "2016-10-06 15:36:04.800456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia sunt natus rerum fugiat accusantium.\",\"text\":\"I'll transmit the mobile THX microchip, that should program the JSON interface!\"}"], ["created_at", "2016-10-06 15:36:04.801635"], ["updated_at", "2016-10-06 15:36:04.801635"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut qui molestias delectus quo repellendus.\",\"text\":\"You can't input the microchip without backing up the wireless JBOD card!\"}"], ["created_at", "2016-10-06 15:36:04.803292"], ["updated_at", "2016-10-06 15:36:04.803292"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas excepturi error a est.\",\"text\":\"If we index the alarm, we can get to the COM bus through the bluetooth COM monitor!\"}"], ["created_at", "2016-10-06 15:36:04.804777"], ["updated_at", "2016-10-06 15:36:04.804777"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nihil aliquam.\",\"text\":\"We need to compress the auxiliary AGP card!\"}"], ["created_at", "2016-10-06 15:36:04.806190"], ["updated_at", "2016-10-06 15:36:04.806190"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat alias qui praesentium beatae laborum laudantium autem.\",\"text\":\"If we transmit the pixel, we can get to the THX bus through the optical XSS card!\"}"], ["created_at", "2016-10-06 15:36:04.808349"], ["updated_at", "2016-10-06 15:36:04.808349"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis et cumque eligendi dolorum qui nemo.\",\"text\":\"Try to index the SAS panel, maybe it will hack the back-end microchip!\"}"], ["created_at", "2016-10-06 15:36:04.811182"], ["updated_at", "2016-10-06 15:36:04.811182"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident similique commodi facilis.\",\"text\":\"The FTP sensor is down, navigate the 1080p bandwidth so we can copy the ADP matrix!\"}"], ["created_at", "2016-10-06 15:36:04.814681"], ["updated_at", "2016-10-06 15:36:04.814681"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius voluptatem numquam quaerat.\",\"text\":\"Calculating the protocol won't do anything, we need to index the solid state rss firewall!\"}"], ["created_at", "2016-10-06 15:36:04.816330"], ["updated_at", "2016-10-06 15:36:04.816330"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores ab nulla ea sit.\",\"text\":\"Try to index the HDD bus, maybe it will connect the online panel!\"}"], ["created_at", "2016-10-06 15:36:04.817964"], ["updated_at", "2016-10-06 15:36:04.817964"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit nisi omnis.\",\"text\":\"The SSL sensor is down, quantify the multi-byte card so we can back up the AI protocol!\"}"], ["created_at", "2016-10-06 15:36:04.819492"], ["updated_at", "2016-10-06 15:36:04.819492"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti aliquid ab adipisci iusto voluptas.\",\"text\":\"I'll input the mobile ADP sensor, that should transmitter the IB panel!\"}"], ["created_at", "2016-10-06 15:36:04.820924"], ["updated_at", "2016-10-06 15:36:04.820924"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit aperiam velit omnis.\",\"text\":\"If we input the bus, we can get to the USB interface through the bluetooth COM array!\"}"], ["created_at", "2016-10-06 15:36:04.822287"], ["updated_at", "2016-10-06 15:36:04.822287"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem consectetur necessitatibus.\",\"text\":\"If we bypass the protocol, we can get to the COM pixel through the auxiliary SAS system!\"}"], ["created_at", "2016-10-06 15:36:04.823575"], ["updated_at", "2016-10-06 15:36:04.823575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro consequatur a aut et.\",\"text\":\"If we back up the bandwidth, we can get to the HDD array through the 1080p HDD pixel!\"}"], ["created_at", "2016-10-06 15:36:04.825089"], ["updated_at", "2016-10-06 15:36:04.825089"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quia rerum dolor aperiam atque.\",\"text\":\"Navigating the circuit won't do anything, we need to quantify the 1080p sms card!\"}"], ["created_at", "2016-10-06 15:36:04.826975"], ["updated_at", "2016-10-06 15:36:04.826975"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut labore ipsa rerum repellat tempora qui doloribus.\",\"text\":\"Overriding the matrix won't do anything, we need to parse the redundant tcp protocol!\"}"], ["created_at", "2016-10-06 15:36:04.828431"], ["updated_at", "2016-10-06 15:36:04.828431"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit rerum eum eveniet autem quasi.\",\"text\":\"Use the back-end SQL interface, then you can copy the multi-byte driver!\"}"], ["created_at", "2016-10-06 15:36:04.831556"], ["updated_at", "2016-10-06 15:36:04.831556"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde in officia quia voluptatem provident dignissimos.\",\"text\":\"You can't transmit the bus without bypassing the wireless TCP array!\"}"], ["created_at", "2016-10-06 15:36:04.833054"], ["updated_at", "2016-10-06 15:36:04.833054"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae maxime soluta quod sint.\",\"text\":\"Try to override the AGP panel, maybe it will copy the wireless circuit!\"}"], ["created_at", "2016-10-06 15:36:04.834519"], ["updated_at", "2016-10-06 15:36:04.834519"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta nisi dolore libero non explicabo quis.\",\"text\":\"Transmitting the microchip won't do anything, we need to transmit the auxiliary agp bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.835945"], ["updated_at", "2016-10-06 15:36:04.835945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae recusandae sequi.\",\"text\":\"Overriding the bus won't do anything, we need to copy the digital adp bus!\"}"], ["created_at", "2016-10-06 15:36:04.837814"], ["updated_at", "2016-10-06 15:36:04.837814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit omnis dolores id porro qui.\",\"text\":\"You can't calculate the protocol without copying the online ADP program!\"}"], ["created_at", "2016-10-06 15:36:04.839151"], ["updated_at", "2016-10-06 15:36:04.839151"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam et fuga voluptatem asperiores.\",\"text\":\"We need to synthesize the online SSL system!\"}"], ["created_at", "2016-10-06 15:36:04.840512"], ["updated_at", "2016-10-06 15:36:04.840512"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum sit aut et quos qui voluptatibus dicta.\",\"text\":\"Try to connect the ADP bandwidth, maybe it will synthesize the neural feed!\"}"], ["created_at", "2016-10-06 15:36:04.841835"], ["updated_at", "2016-10-06 15:36:04.841835"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ut et consequatur hic non commodi.\",\"text\":\"Try to back up the SCSI transmitter, maybe it will synthesize the neural capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.843161"], ["updated_at", "2016-10-06 15:36:04.843161"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est molestiae vitae eius vero eveniet.\",\"text\":\"Use the virtual PNG pixel, then you can compress the optical transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.844532"], ["updated_at", "2016-10-06 15:36:04.844532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut accusantium amet reprehenderit sequi ducimus qui natus.\",\"text\":\"If we hack the port, we can get to the PNG capacitor through the virtual JBOD protocol!\"}"], ["created_at", "2016-10-06 15:36:04.845875"], ["updated_at", "2016-10-06 15:36:04.845875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus sequi quo nobis.\",\"text\":\"I'll calculate the open-source USB system, that should card the COM protocol!\"}"], ["created_at", "2016-10-06 15:36:04.847167"], ["updated_at", "2016-10-06 15:36:04.847167"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore labore quo ratione.\",\"text\":\"I'll navigate the auxiliary XML application, that should panel the EXE matrix!\"}"], ["created_at", "2016-10-06 15:36:04.848436"], ["updated_at", "2016-10-06 15:36:04.848436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime nulla qui sint dolorem laudantium quam enim.\",\"text\":\"I'll index the open-source GB matrix, that should driver the THX capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.850120"], ["updated_at", "2016-10-06 15:36:04.850120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione perferendis quo.\",\"text\":\"You can't generate the hard drive without connecting the digital PCI alarm!\"}"], ["created_at", "2016-10-06 15:36:04.851423"], ["updated_at", "2016-10-06 15:36:04.851423"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae voluptatem voluptates occaecati cumque laboriosam ratione cupiditate.\",\"text\":\"You can't reboot the transmitter without programming the 1080p SMTP sensor!\"}"], ["created_at", "2016-10-06 15:36:04.852741"], ["updated_at", "2016-10-06 15:36:04.852741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit dolore quia.\",\"text\":\"Try to calculate the IB port, maybe it will back up the bluetooth program!\"}"], ["created_at", "2016-10-06 15:36:04.854080"], ["updated_at", "2016-10-06 15:36:04.854080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque magni et distinctio a.\",\"text\":\"If we copy the protocol, we can get to the THX capacitor through the redundant AI firewall!\"}"], ["created_at", "2016-10-06 15:36:04.855699"], ["updated_at", "2016-10-06 15:36:04.855699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae vitae possimus quidem fugiat.\",\"text\":\"Try to compress the IB interface, maybe it will connect the digital driver!\"}"], ["created_at", "2016-10-06 15:36:04.856945"], ["updated_at", "2016-10-06 15:36:04.856945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et maxime corporis veniam rem deserunt libero.\",\"text\":\"Use the virtual PCI interface, then you can reboot the neural application!\"}"], ["created_at", "2016-10-06 15:36:04.858279"], ["updated_at", "2016-10-06 15:36:04.858279"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate aut velit.\",\"text\":\"Try to generate the TCP alarm, maybe it will program the neural alarm!\"}"], ["created_at", "2016-10-06 15:36:04.859542"], ["updated_at", "2016-10-06 15:36:04.859542"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod sit velit.\",\"text\":\"If we copy the protocol, we can get to the AI alarm through the open-source RAM array!\"}"], ["created_at", "2016-10-06 15:36:04.861578"], ["updated_at", "2016-10-06 15:36:04.861578"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem corporis et perspiciatis et maxime quidem.\",\"text\":\"We need to quantify the 1080p JSON sensor!\"}"], ["created_at", "2016-10-06 15:36:04.863551"], ["updated_at", "2016-10-06 15:36:04.863551"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse perferendis porro hic totam quia aut sed.\",\"text\":\"Try to bypass the IB system, maybe it will calculate the neural firewall!\"}"], ["created_at", "2016-10-06 15:36:04.865523"], ["updated_at", "2016-10-06 15:36:04.865523"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non molestiae recusandae quaerat sit.\",\"text\":\"Compressing the system won't do anything, we need to back up the digital sdd application!\"}"], ["created_at", "2016-10-06 15:36:04.866963"], ["updated_at", "2016-10-06 15:36:04.866963"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni maiores deleniti ab et reiciendis.\",\"text\":\"If we quantify the interface, we can get to the USB driver through the auxiliary PCI array!\"}"], ["created_at", "2016-10-06 15:36:04.868676"], ["updated_at", "2016-10-06 15:36:04.868676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quibusdam illum eum aut doloremque exercitationem.\",\"text\":\"I'll generate the neural THX alarm, that should port the HDD program!\"}"], ["created_at", "2016-10-06 15:36:04.870298"], ["updated_at", "2016-10-06 15:36:04.870298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo voluptate vel voluptatum ut perferendis.\",\"text\":\"If we synthesize the program, we can get to the XML program through the neural COM alarm!\"}"], ["created_at", "2016-10-06 15:36:04.871637"], ["updated_at", "2016-10-06 15:36:04.871637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur ad corporis sed suscipit tenetur soluta nulla.\",\"text\":\"Use the optical SDD sensor, then you can quantify the wireless capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.873343"], ["updated_at", "2016-10-06 15:36:04.873343"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod animi velit id.\",\"text\":\"Backing up the sensor won't do anything, we need to transmit the wireless sas system!\"}"], ["created_at", "2016-10-06 15:36:04.874633"], ["updated_at", "2016-10-06 15:36:04.874633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur ut facere quae quia.\",\"text\":\"If we reboot the array, we can get to the PCI alarm through the online THX protocol!\"}"], ["created_at", "2016-10-06 15:36:04.875920"], ["updated_at", "2016-10-06 15:36:04.875920"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id non est explicabo excepturi.\",\"text\":\"If we back up the port, we can get to the IB panel through the haptic FTP port!\"}"], ["created_at", "2016-10-06 15:36:04.877193"], ["updated_at", "2016-10-06 15:36:04.877193"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil soluta eaque aut sapiente eligendi adipisci.\",\"text\":\"The SAS monitor is down, reboot the solid state alarm so we can quantify the XML firewall!\"}"], ["created_at", "2016-10-06 15:36:04.878623"], ["updated_at", "2016-10-06 15:36:04.878623"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi accusantium occaecati repellendus quis.\",\"text\":\"Backing up the port won't do anything, we need to copy the wireless sas microchip!\"}"], ["created_at", "2016-10-06 15:36:04.896244"], ["updated_at", "2016-10-06 15:36:04.896244"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus iusto natus quis.\",\"text\":\"Use the primary FTP system, then you can program the cross-platform capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.898527"], ["updated_at", "2016-10-06 15:36:04.898527"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis sunt tempore debitis voluptatem.\",\"text\":\"You can't input the matrix without indexing the open-source XML bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.899900"], ["updated_at", "2016-10-06 15:36:04.899900"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo ut accusamus inventore laborum.\",\"text\":\"You can't back up the capacitor without programming the multi-byte SMTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.901057"], ["updated_at", "2016-10-06 15:36:04.901057"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis quam et rerum.\",\"text\":\"I'll input the online IB interface, that should array the SMTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.902171"], ["updated_at", "2016-10-06 15:36:04.902171"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde veritatis corporis expedita eos accusantium cupiditate.\",\"text\":\"We need to index the multi-byte XML array!\"}"], ["created_at", "2016-10-06 15:36:04.903334"], ["updated_at", "2016-10-06 15:36:04.903334"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis vel dolorem.\",\"text\":\"Programming the monitor won't do anything, we need to compress the virtual tcp system!\"}"], ["created_at", "2016-10-06 15:36:04.904397"], ["updated_at", "2016-10-06 15:36:04.904397"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo consequatur possimus similique iure amet tempora odit.\",\"text\":\"I'll navigate the wireless IB sensor, that should capacitor the RSS alarm!\"}"], ["created_at", "2016-10-06 15:36:04.905440"], ["updated_at", "2016-10-06 15:36:04.905440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab quis sapiente aut ex rerum est dolorem.\",\"text\":\"Use the wireless SSL bus, then you can override the cross-platform program!\"}"], ["created_at", "2016-10-06 15:36:04.906477"], ["updated_at", "2016-10-06 15:36:04.906477"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non soluta quis nisi omnis.\",\"text\":\"If we bypass the pixel, we can get to the THX alarm through the online FTP alarm!\"}"], ["created_at", "2016-10-06 15:36:04.907500"], ["updated_at", "2016-10-06 15:36:04.907500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non eligendi nemo delectus qui et.\",\"text\":\"We need to back up the neural SMS driver!\"}"], ["created_at", "2016-10-06 15:36:04.908557"], ["updated_at", "2016-10-06 15:36:04.908557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate provident occaecati.\",\"text\":\"Use the mobile COM system, then you can connect the virtual alarm!\"}"], ["created_at", "2016-10-06 15:36:04.909552"], ["updated_at", "2016-10-06 15:36:04.909552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quis debitis laboriosam.\",\"text\":\"Try to input the THX capacitor, maybe it will compress the optical feed!\"}"], ["created_at", "2016-10-06 15:36:04.910569"], ["updated_at", "2016-10-06 15:36:04.910569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam deserunt voluptatem et voluptas.\",\"text\":\"Copying the capacitor won't do anything, we need to reboot the bluetooth sms interface!\"}"], ["created_at", "2016-10-06 15:36:04.911613"], ["updated_at", "2016-10-06 15:36:04.911613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda a provident aut qui officiis eligendi.\",\"text\":\"I'll back up the wireless SMS array, that should system the AGP transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.912603"], ["updated_at", "2016-10-06 15:36:04.912603"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem omnis est.\",\"text\":\"We need to bypass the optical SQL monitor!\"}"], ["created_at", "2016-10-06 15:36:04.913562"], ["updated_at", "2016-10-06 15:36:04.913562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid dolorum vitae praesentium cum voluptatem sapiente nemo.\",\"text\":\"Hacking the feed won't do anything, we need to quantify the cross-platform xml circuit!\"}"], ["created_at", "2016-10-06 15:36:04.914532"], ["updated_at", "2016-10-06 15:36:04.914532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis rerum error eius deleniti cumque repudiandae minus.\",\"text\":\"If we transmit the transmitter, we can get to the PCI system through the back-end HTTP sensor!\"}"], ["created_at", "2016-10-06 15:36:04.915485"], ["updated_at", "2016-10-06 15:36:04.915485"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis consectetur sit voluptatem voluptatem quia dolore.\",\"text\":\"Copying the port won't do anything, we need to hack the neural hdd array!\"}"], ["created_at", "2016-10-06 15:36:04.916451"], ["updated_at", "2016-10-06 15:36:04.916451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam aut iusto consectetur voluptas.\",\"text\":\"Try to parse the XSS system, maybe it will override the neural system!\"}"], ["created_at", "2016-10-06 15:36:04.917415"], ["updated_at", "2016-10-06 15:36:04.917415"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus cumque quia qui.\",\"text\":\"Indexing the firewall won't do anything, we need to override the haptic ai bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.918379"], ["updated_at", "2016-10-06 15:36:04.918379"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptatem distinctio itaque odit.\",\"text\":\"I'll generate the cross-platform TCP circuit, that should hard drive the SDD pixel!\"}"], ["created_at", "2016-10-06 15:36:04.919358"], ["updated_at", "2016-10-06 15:36:04.919358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo quaerat quo dolorum dolore illo.\",\"text\":\"I'll transmit the back-end SDD pixel, that should circuit the PNG capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.920322"], ["updated_at", "2016-10-06 15:36:04.920322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius assumenda est ducimus quia nam esse.\",\"text\":\"Overriding the pixel won't do anything, we need to compress the 1080p hdd protocol!\"}"], ["created_at", "2016-10-06 15:36:04.921206"], ["updated_at", "2016-10-06 15:36:04.921206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis similique quo non et perferendis ea.\",\"text\":\"Try to synthesize the EXE protocol, maybe it will connect the redundant firewall!\"}"], ["created_at", "2016-10-06 15:36:04.922098"], ["updated_at", "2016-10-06 15:36:04.922098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quasi in iusto unde nobis maiores consequatur.\",\"text\":\"You can't copy the bus without calculating the optical HTTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.922989"], ["updated_at", "2016-10-06 15:36:04.922989"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit exercitationem explicabo doloremque eum et facere assumenda.\",\"text\":\"Try to override the RAM transmitter, maybe it will parse the neural hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.923842"], ["updated_at", "2016-10-06 15:36:04.923842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur omnis quidem ea et sed exercitationem ullam.\",\"text\":\"We need to transmit the primary CSS firewall!\"}"], ["created_at", "2016-10-06 15:36:04.924701"], ["updated_at", "2016-10-06 15:36:04.924701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dicta itaque qui.\",\"text\":\"Try to reboot the COM firewall, maybe it will calculate the optical panel!\"}"], ["created_at", "2016-10-06 15:36:04.925557"], ["updated_at", "2016-10-06 15:36:04.925557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aperiam et nihil fugiat.\",\"text\":\"I'll parse the haptic USB monitor, that should system the ADP application!\"}"], ["created_at", "2016-10-06 15:36:04.926496"], ["updated_at", "2016-10-06 15:36:04.926496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores repudiandae aliquam deleniti quo dolores ad quo.\",\"text\":\"Use the online RSS microchip, then you can back up the online firewall!\"}"], ["created_at", "2016-10-06 15:36:04.927367"], ["updated_at", "2016-10-06 15:36:04.927367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi quia nam provident officiis.\",\"text\":\"Use the online SQL hard drive, then you can transmit the 1080p matrix!\"}"], ["created_at", "2016-10-06 15:36:04.928405"], ["updated_at", "2016-10-06 15:36:04.928405"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi eius fugiat.\",\"text\":\"You can't index the application without hacking the digital SDD array!\"}"], ["created_at", "2016-10-06 15:36:04.929313"], ["updated_at", "2016-10-06 15:36:04.929313"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae temporibus nisi nam dolorem similique enim est.\",\"text\":\"Use the haptic SMS alarm, then you can index the open-source program!\"}"], ["created_at", "2016-10-06 15:36:04.930421"], ["updated_at", "2016-10-06 15:36:04.930421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et enim aut id vel.\",\"text\":\"If we hack the interface, we can get to the SQL interface through the cross-platform JSON microchip!\"}"], ["created_at", "2016-10-06 15:36:04.932461"], ["updated_at", "2016-10-06 15:36:04.932461"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis vel reiciendis illo aut explicabo quod voluptas.\",\"text\":\"We need to quantify the solid state HTTP card!\"}"], ["created_at", "2016-10-06 15:36:04.933435"], ["updated_at", "2016-10-06 15:36:04.933435"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum natus in.\",\"text\":\"If we parse the bandwidth, we can get to the SQL microchip through the multi-byte AI array!\"}"], ["created_at", "2016-10-06 15:36:04.934354"], ["updated_at", "2016-10-06 15:36:04.934354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus earum corrupti et exercitationem.\",\"text\":\"Try to hack the XSS application, maybe it will bypass the 1080p port!\"}"], ["created_at", "2016-10-06 15:36:04.935215"], ["updated_at", "2016-10-06 15:36:04.935215"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id eum laborum sint autem asperiores consequatur nobis.\",\"text\":\"The SDD array is down, transmit the multi-byte capacitor so we can hack the PCI firewall!\"}"], ["created_at", "2016-10-06 15:36:04.936112"], ["updated_at", "2016-10-06 15:36:04.936112"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et eum voluptatibus.\",\"text\":\"We need to bypass the digital FTP application!\"}"], ["created_at", "2016-10-06 15:36:04.937046"], ["updated_at", "2016-10-06 15:36:04.937046"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt et aut ducimus.\",\"text\":\"The FTP port is down, synthesize the back-end array so we can compress the CSS system!\"}"], ["created_at", "2016-10-06 15:36:04.937925"], ["updated_at", "2016-10-06 15:36:04.937925"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam distinctio enim repudiandae sit animi quis.\",\"text\":\"I'll navigate the mobile AI matrix, that should bandwidth the USB protocol!\"}"], ["created_at", "2016-10-06 15:36:04.938973"], ["updated_at", "2016-10-06 15:36:04.938973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur impedit debitis molestiae non ut.\",\"text\":\"I'll calculate the haptic RAM firewall, that should transmitter the AGP circuit!\"}"], ["created_at", "2016-10-06 15:36:04.939906"], ["updated_at", "2016-10-06 15:36:04.939906"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto harum maiores.\",\"text\":\"The GB matrix is down, parse the neural circuit so we can back up the SCSI panel!\"}"], ["created_at", "2016-10-06 15:36:04.940815"], ["updated_at", "2016-10-06 15:36:04.940815"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate non fuga.\",\"text\":\"We need to generate the virtual SDD circuit!\"}"], ["created_at", "2016-10-06 15:36:04.941788"], ["updated_at", "2016-10-06 15:36:04.941788"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi delectus ex repellat.\",\"text\":\"We need to reboot the wireless CSS capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.942788"], ["updated_at", "2016-10-06 15:36:04.942788"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis ut est itaque repellendus veritatis voluptatem qui.\",\"text\":\"You can't bypass the pixel without indexing the virtual SCSI program!\"}"], ["created_at", "2016-10-06 15:36:04.943795"], ["updated_at", "2016-10-06 15:36:04.943795"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed molestiae occaecati fugit non quae qui eveniet.\",\"text\":\"The GB card is down, copy the mobile feed so we can input the THX feed!\"}"], ["created_at", "2016-10-06 15:36:04.944825"], ["updated_at", "2016-10-06 15:36:04.944825"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi ea sit.\",\"text\":\"You can't input the program without quantifying the primary IB port!\"}"], ["created_at", "2016-10-06 15:36:04.945783"], ["updated_at", "2016-10-06 15:36:04.945783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est vel odio quo tenetur.\",\"text\":\"I'll hack the 1080p FTP firewall, that should application the RAM hard drive!\"}"], ["created_at", "2016-10-06 15:36:04.946781"], ["updated_at", "2016-10-06 15:36:04.946781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate facilis qui sunt provident quaerat.\",\"text\":\"I'll program the open-source THX firewall, that should firewall the EXE sensor!\"}"], ["created_at", "2016-10-06 15:36:04.947726"], ["updated_at", "2016-10-06 15:36:04.947726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem error laudantium.\",\"text\":\"Use the primary THX capacitor, then you can back up the auxiliary driver!\"}"], ["created_at", "2016-10-06 15:36:04.948579"], ["updated_at", "2016-10-06 15:36:04.948579"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex harum porro.\",\"text\":\"You can't compress the feed without connecting the open-source ADP interface!\"}"], ["created_at", "2016-10-06 15:36:04.949427"], ["updated_at", "2016-10-06 15:36:04.949427"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos veniam vero quisquam quia eligendi.\",\"text\":\"Try to quantify the SSL circuit, maybe it will calculate the auxiliary pixel!\"}"], ["created_at", "2016-10-06 15:36:04.950330"], ["updated_at", "2016-10-06 15:36:04.950330"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat atque unde asperiores harum blanditiis omnis.\",\"text\":\"I'll parse the 1080p PCI sensor, that should driver the FTP program!\"}"], ["created_at", "2016-10-06 15:36:04.951180"], ["updated_at", "2016-10-06 15:36:04.951180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et iste magnam sunt.\",\"text\":\"Use the online JBOD bus, then you can program the optical port!\"}"], ["created_at", "2016-10-06 15:36:04.952060"], ["updated_at", "2016-10-06 15:36:04.952060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ab esse repellendus natus et nemo.\",\"text\":\"Use the bluetooth AGP transmitter, then you can transmit the redundant alarm!\"}"], ["created_at", "2016-10-06 15:36:04.952979"], ["updated_at", "2016-10-06 15:36:04.952979"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia iste vero.\",\"text\":\"Use the auxiliary SMS protocol, then you can synthesize the primary firewall!\"}"], ["created_at", "2016-10-06 15:36:04.953856"], ["updated_at", "2016-10-06 15:36:04.953856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam possimus ipsum et dicta.\",\"text\":\"I'll generate the back-end GB program, that should array the ADP circuit!\"}"], ["created_at", "2016-10-06 15:36:04.954768"], ["updated_at", "2016-10-06 15:36:04.954768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae recusandae voluptatem amet aspernatur quia placeat.\",\"text\":\"Try to quantify the EXE array, maybe it will reboot the multi-byte program!\"}"], ["created_at", "2016-10-06 15:36:04.955658"], ["updated_at", "2016-10-06 15:36:04.955658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore recusandae dolorem autem.\",\"text\":\"Use the virtual SCSI array, then you can hack the online sensor!\"}"], ["created_at", "2016-10-06 15:36:04.956506"], ["updated_at", "2016-10-06 15:36:04.956506"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim ut deleniti ipsam blanditiis.\",\"text\":\"Indexing the application won't do anything, we need to reboot the online ftp feed!\"}"], ["created_at", "2016-10-06 15:36:04.957348"], ["updated_at", "2016-10-06 15:36:04.957348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores sit et voluptate itaque ea distinctio qui.\",\"text\":\"Use the back-end PCI capacitor, then you can input the cross-platform capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.958203"], ["updated_at", "2016-10-06 15:36:04.958203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nisi assumenda officiis blanditiis est ipsum ut.\",\"text\":\"I'll synthesize the bluetooth SSL transmitter, that should card the SSL panel!\"}"], ["created_at", "2016-10-06 15:36:04.959077"], ["updated_at", "2016-10-06 15:36:04.959077"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas nam aut nihil occaecati doloremque.\",\"text\":\"If we index the interface, we can get to the PNG application through the cross-platform FTP application!\"}"], ["created_at", "2016-10-06 15:36:04.959940"], ["updated_at", "2016-10-06 15:36:04.959940"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dolorem doloribus facere fuga.\",\"text\":\"If we calculate the microchip, we can get to the RAM monitor through the optical IB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.960856"], ["updated_at", "2016-10-06 15:36:04.960856"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem non omnis ipsam fugit culpa.\",\"text\":\"If we bypass the feed, we can get to the SCSI matrix through the bluetooth SMTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.962225"], ["updated_at", "2016-10-06 15:36:04.962225"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur neque quasi itaque voluptatibus numquam provident quis.\",\"text\":\"The EXE bus is down, compress the optical panel so we can calculate the CSS microchip!\"}"], ["created_at", "2016-10-06 15:36:04.963359"], ["updated_at", "2016-10-06 15:36:04.963359"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi sed quidem quibusdam aut.\",\"text\":\"We need to parse the neural COM application!\"}"], ["created_at", "2016-10-06 15:36:04.964682"], ["updated_at", "2016-10-06 15:36:04.964682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est vel consectetur.\",\"text\":\"Use the wireless SAS transmitter, then you can back up the optical capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.966515"], ["updated_at", "2016-10-06 15:36:04.966515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus praesentium quasi omnis.\",\"text\":\"The THX card is down, quantify the optical driver so we can transmit the HDD array!\"}"], ["created_at", "2016-10-06 15:36:04.967396"], ["updated_at", "2016-10-06 15:36:04.967396"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit nobis tempora et sed est.\",\"text\":\"The ADP application is down, quantify the haptic microchip so we can copy the XML protocol!\"}"], ["created_at", "2016-10-06 15:36:04.968257"], ["updated_at", "2016-10-06 15:36:04.968257"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis asperiores nemo.\",\"text\":\"Indexing the protocol won't do anything, we need to index the neural adp matrix!\"}"], ["created_at", "2016-10-06 15:36:04.969174"], ["updated_at", "2016-10-06 15:36:04.969174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dolores dignissimos et repellendus suscipit.\",\"text\":\"Use the bluetooth AI protocol, then you can compress the auxiliary application!\"}"], ["created_at", "2016-10-06 15:36:04.970261"], ["updated_at", "2016-10-06 15:36:04.970261"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod rerum id adipisci.\",\"text\":\"You can't override the card without generating the solid state SAS transmitter!\"}"], ["created_at", "2016-10-06 15:36:04.971143"], ["updated_at", "2016-10-06 15:36:04.971143"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est possimus similique nisi eum autem.\",\"text\":\"Backing up the feed won't do anything, we need to navigate the auxiliary agp pixel!\"}"], ["created_at", "2016-10-06 15:36:04.971994"], ["updated_at", "2016-10-06 15:36:04.971994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed sunt quia et quibusdam vel debitis in.\",\"text\":\"Use the mobile FTP firewall, then you can synthesize the neural panel!\"}"], ["created_at", "2016-10-06 15:36:04.972845"], ["updated_at", "2016-10-06 15:36:04.972845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis unde temporibus rerum ex recusandae.\",\"text\":\"Try to transmit the JSON bandwidth, maybe it will parse the primary matrix!\"}"], ["created_at", "2016-10-06 15:36:04.973695"], ["updated_at", "2016-10-06 15:36:04.973695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat earum nobis sapiente eos aut labore esse.\",\"text\":\"Try to transmit the SMTP driver, maybe it will override the solid state array!\"}"], ["created_at", "2016-10-06 15:36:04.974590"], ["updated_at", "2016-10-06 15:36:04.974590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error ad itaque sit ducimus ut eveniet.\",\"text\":\"Connecting the card won't do anything, we need to reboot the multi-byte ssl program!\"}"], ["created_at", "2016-10-06 15:36:04.975452"], ["updated_at", "2016-10-06 15:36:04.975452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ut eius.\",\"text\":\"Try to connect the RSS alarm, maybe it will back up the neural firewall!\"}"], ["created_at", "2016-10-06 15:36:04.976299"], ["updated_at", "2016-10-06 15:36:04.976299"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum voluptatem expedita ea porro architecto eveniet quia.\",\"text\":\"If we calculate the bandwidth, we can get to the GB system through the auxiliary HDD monitor!\"}"], ["created_at", "2016-10-06 15:36:04.977152"], ["updated_at", "2016-10-06 15:36:04.977152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem molestiae nobis sequi minus iure error nulla.\",\"text\":\"Use the mobile IB panel, then you can parse the cross-platform sensor!\"}"], ["created_at", "2016-10-06 15:36:04.978031"], ["updated_at", "2016-10-06 15:36:04.978031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam molestiae tenetur cupiditate quo.\",\"text\":\"Use the haptic SCSI interface, then you can compress the wireless program!\"}"], ["created_at", "2016-10-06 15:36:04.978945"], ["updated_at", "2016-10-06 15:36:04.978945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores repudiandae doloribus ab.\",\"text\":\"We need to calculate the primary RAM feed!\"}"], ["created_at", "2016-10-06 15:36:04.979792"], ["updated_at", "2016-10-06 15:36:04.979792"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem ea tenetur impedit.\",\"text\":\"I'll override the optical FTP firewall, that should feed the TCP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:04.980641"], ["updated_at", "2016-10-06 15:36:04.980641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores ducimus eaque pariatur sed autem.\",\"text\":\"The PNG driver is down, connect the haptic monitor so we can calculate the RSS application!\"}"], ["created_at", "2016-10-06 15:36:04.981495"], ["updated_at", "2016-10-06 15:36:04.981495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis et voluptatem nisi repellendus.\",\"text\":\"I'll generate the primary USB monitor, that should bandwidth the COM matrix!\"}"], ["created_at", "2016-10-06 15:36:04.982358"], ["updated_at", "2016-10-06 15:36:04.982358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A quibusdam quia provident commodi consectetur aut nemo.\",\"text\":\"Use the back-end JBOD alarm, then you can connect the wireless matrix!\"}"], ["created_at", "2016-10-06 15:36:04.983214"], ["updated_at", "2016-10-06 15:36:04.983214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita aut sit veniam laborum et porro consectetur.\",\"text\":\"You can't index the bus without navigating the digital XSS sensor!\"}"], ["created_at", "2016-10-06 15:36:04.984064"], ["updated_at", "2016-10-06 15:36:04.984064"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis recusandae iste ut quibusdam voluptates vel.\",\"text\":\"I'll synthesize the optical TCP program, that should matrix the HTTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:04.984911"], ["updated_at", "2016-10-06 15:36:04.984911"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores est natus voluptas beatae aliquam alias.\",\"text\":\"Try to quantify the HDD system, maybe it will quantify the mobile bus!\"}"], ["created_at", "2016-10-06 15:36:04.985834"], ["updated_at", "2016-10-06 15:36:04.985834"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis culpa hic veniam quis earum.\",\"text\":\"We need to connect the solid state IB program!\"}"], ["created_at", "2016-10-06 15:36:04.986746"], ["updated_at", "2016-10-06 15:36:04.986746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad est voluptatem est quod.\",\"text\":\"Try to calculate the SQL array, maybe it will input the primary system!\"}"], ["created_at", "2016-10-06 15:36:04.987601"], ["updated_at", "2016-10-06 15:36:04.987601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus provident omnis vel unde nostrum voluptatibus.\",\"text\":\"If we back up the pixel, we can get to the THX circuit through the 1080p TCP protocol!\"}"], ["created_at", "2016-10-06 15:36:04.988457"], ["updated_at", "2016-10-06 15:36:04.988457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem sunt nisi voluptatem eos voluptatum reprehenderit nam.\",\"text\":\"I'll generate the solid state TCP sensor, that should protocol the HDD matrix!\"}"], ["created_at", "2016-10-06 15:36:04.989302"], ["updated_at", "2016-10-06 15:36:04.989302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt unde minus aspernatur porro.\",\"text\":\"If we compress the port, we can get to the ADP hard drive through the haptic IB port!\"}"], ["created_at", "2016-10-06 15:36:04.990168"], ["updated_at", "2016-10-06 15:36:04.990168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos labore voluptate sunt autem.\",\"text\":\"If we index the matrix, we can get to the JBOD matrix through the open-source PNG application!\"}"], ["created_at", "2016-10-06 15:36:04.991018"], ["updated_at", "2016-10-06 15:36:04.991018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ea quos exercitationem laboriosam.\",\"text\":\"We need to input the redundant COM card!\"}"], ["created_at", "2016-10-06 15:36:04.991860"], ["updated_at", "2016-10-06 15:36:04.991860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur et dolore repellendus quis sunt distinctio.\",\"text\":\"Parsing the feed won't do anything, we need to parse the bluetooth jbod card!\"}"], ["created_at", "2016-10-06 15:36:04.992710"], ["updated_at", "2016-10-06 15:36:04.992710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima commodi provident facere veritatis labore repellendus.\",\"text\":\"If we override the sensor, we can get to the FTP driver through the primary SDD pixel!\"}"], ["created_at", "2016-10-06 15:36:04.993571"], ["updated_at", "2016-10-06 15:36:04.993571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam ratione architecto.\",\"text\":\"You can't bypass the program without hacking the redundant SDD sensor!\"}"], ["created_at", "2016-10-06 15:36:04.994455"], ["updated_at", "2016-10-06 15:36:04.994455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum laboriosam eos.\",\"text\":\"You can't index the array without overriding the 1080p AI pixel!\"}"], ["created_at", "2016-10-06 15:36:04.995463"], ["updated_at", "2016-10-06 15:36:04.995463"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi quis in consequuntur ut.\",\"text\":\"The SMS hard drive is down, bypass the haptic transmitter so we can back up the GB matrix!\"}"], ["created_at", "2016-10-06 15:36:04.996380"], ["updated_at", "2016-10-06 15:36:04.996380"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut delectus placeat eligendi illo laboriosam occaecati.\",\"text\":\"Overriding the alarm won't do anything, we need to hack the auxiliary tcp monitor!\"}"], ["created_at", "2016-10-06 15:36:04.997501"], ["updated_at", "2016-10-06 15:36:04.997501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit sunt deleniti.\",\"text\":\"If we index the alarm, we can get to the XSS feed through the primary SAS feed!\"}"], ["created_at", "2016-10-06 15:36:04.999587"], ["updated_at", "2016-10-06 15:36:04.999587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis magnam totam id labore.\",\"text\":\"We need to input the optical GB sensor!\"}"], ["created_at", "2016-10-06 15:36:05.000484"], ["updated_at", "2016-10-06 15:36:05.000484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit non ut ipsum ullam.\",\"text\":\"We need to bypass the optical USB interface!\"}"], ["created_at", "2016-10-06 15:36:05.001335"], ["updated_at", "2016-10-06 15:36:05.001335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui alias qui reiciendis et ea dolorum et.\",\"text\":\"I'll back up the primary SCSI sensor, that should driver the SAS circuit!\"}"], ["created_at", "2016-10-06 15:36:05.002307"], ["updated_at", "2016-10-06 15:36:05.002307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem accusantium nisi reiciendis et magnam ut officia.\",\"text\":\"I'll bypass the haptic SSL matrix, that should alarm the THX transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.003240"], ["updated_at", "2016-10-06 15:36:05.003240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt debitis quia.\",\"text\":\"If we generate the transmitter, we can get to the JSON circuit through the virtual JBOD system!\"}"], ["created_at", "2016-10-06 15:36:05.004073"], ["updated_at", "2016-10-06 15:36:05.004073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ullam sint.\",\"text\":\"Synthesizing the alarm won't do anything, we need to copy the wireless jbod hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.004953"], ["updated_at", "2016-10-06 15:36:05.004953"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In eos ex qui sed commodi culpa iusto.\",\"text\":\"The THX application is down, transmit the back-end hard drive so we can back up the SDD driver!\"}"], ["created_at", "2016-10-06 15:36:05.005778"], ["updated_at", "2016-10-06 15:36:05.005778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto nostrum repellendus vitae nihil dolores.\",\"text\":\"I'll reboot the auxiliary THX sensor, that should monitor the SSL hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.006678"], ["updated_at", "2016-10-06 15:36:05.006678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit et ut enim occaecati quam.\",\"text\":\"You can't navigate the microchip without programming the digital SMTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.007501"], ["updated_at", "2016-10-06 15:36:05.007501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum repellat debitis dolore.\",\"text\":\"Parsing the transmitter won't do anything, we need to bypass the redundant exe driver!\"}"], ["created_at", "2016-10-06 15:36:05.008343"], ["updated_at", "2016-10-06 15:36:05.008343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis praesentium distinctio vel dolor.\",\"text\":\"Try to connect the SAS application, maybe it will compress the online card!\"}"], ["created_at", "2016-10-06 15:36:05.009193"], ["updated_at", "2016-10-06 15:36:05.009193"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In beatae voluptatum dolor unde provident impedit similique.\",\"text\":\"Try to back up the EXE firewall, maybe it will generate the auxiliary pixel!\"}"], ["created_at", "2016-10-06 15:36:05.010042"], ["updated_at", "2016-10-06 15:36:05.010042"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta et libero.\",\"text\":\"The HTTP monitor is down, generate the open-source interface so we can back up the XML sensor!\"}"], ["created_at", "2016-10-06 15:36:05.010928"], ["updated_at", "2016-10-06 15:36:05.010928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur pariatur eum iste quia.\",\"text\":\"We need to calculate the multi-byte JBOD capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.011801"], ["updated_at", "2016-10-06 15:36:05.011801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam optio illo aliquam nam quod.\",\"text\":\"If we connect the protocol, we can get to the RAM hard drive through the wireless HTTP system!\"}"], ["created_at", "2016-10-06 15:36:05.012652"], ["updated_at", "2016-10-06 15:36:05.012652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit voluptatem excepturi enim.\",\"text\":\"Use the neural SDD array, then you can hack the multi-byte interface!\"}"], ["created_at", "2016-10-06 15:36:05.013498"], ["updated_at", "2016-10-06 15:36:05.013498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet sint voluptas adipisci delectus fuga mollitia.\",\"text\":\"Use the open-source HTTP card, then you can bypass the wireless bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.014365"], ["updated_at", "2016-10-06 15:36:05.014365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus voluptatibus quasi.\",\"text\":\"We need to parse the auxiliary PNG transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.015221"], ["updated_at", "2016-10-06 15:36:05.015221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga mollitia omnis occaecati est illum ut doloribus.\",\"text\":\"Calculating the interface won't do anything, we need to index the open-source ai monitor!\"}"], ["created_at", "2016-10-06 15:36:05.016072"], ["updated_at", "2016-10-06 15:36:05.016072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere et qui incidunt quia ut non magnam.\",\"text\":\"You can't calculate the sensor without parsing the digital PNG driver!\"}"], ["created_at", "2016-10-06 15:36:05.016924"], ["updated_at", "2016-10-06 15:36:05.016924"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sunt vel cum optio est consequatur.\",\"text\":\"You can't navigate the protocol without connecting the back-end AGP card!\"}"], ["created_at", "2016-10-06 15:36:05.017806"], ["updated_at", "2016-10-06 15:36:05.017806"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea quo quis velit.\",\"text\":\"Use the online SMTP sensor, then you can program the optical panel!\"}"], ["created_at", "2016-10-06 15:36:05.018686"], ["updated_at", "2016-10-06 15:36:05.018686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium et iure commodi vel sapiente.\",\"text\":\"If we synthesize the array, we can get to the HDD bus through the primary JSON feed!\"}"], ["created_at", "2016-10-06 15:36:05.019577"], ["updated_at", "2016-10-06 15:36:05.019577"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam commodi nostrum.\",\"text\":\"We need to navigate the open-source GB feed!\"}"], ["created_at", "2016-10-06 15:36:05.020438"], ["updated_at", "2016-10-06 15:36:05.020438"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos molestiae quas aut.\",\"text\":\"Use the multi-byte PCI hard drive, then you can parse the auxiliary matrix!\"}"], ["created_at", "2016-10-06 15:36:05.021301"], ["updated_at", "2016-10-06 15:36:05.021301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem dolorem omnis.\",\"text\":\"If we parse the firewall, we can get to the SMS bus through the 1080p AI firewall!\"}"], ["created_at", "2016-10-06 15:36:05.022258"], ["updated_at", "2016-10-06 15:36:05.022258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut illo quia error sunt.\",\"text\":\"Use the back-end IB interface, then you can synthesize the back-end pixel!\"}"], ["created_at", "2016-10-06 15:36:05.023127"], ["updated_at", "2016-10-06 15:36:05.023127"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto enim rerum ipsum dolor molestias amet.\",\"text\":\"Try to back up the AI transmitter, maybe it will hack the primary port!\"}"], ["created_at", "2016-10-06 15:36:05.023979"], ["updated_at", "2016-10-06 15:36:05.023979"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque sit dicta dolorem neque et voluptatum.\",\"text\":\"We need to quantify the mobile GB pixel!\"}"], ["created_at", "2016-10-06 15:36:05.024839"], ["updated_at", "2016-10-06 15:36:05.024839"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse asperiores ab.\",\"text\":\"I'll connect the virtual AI capacitor, that should capacitor the SAS firewall!\"}"], ["created_at", "2016-10-06 15:36:05.025677"], ["updated_at", "2016-10-06 15:36:05.025677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut expedita amet facere.\",\"text\":\"Programming the port won't do anything, we need to generate the online css interface!\"}"], ["created_at", "2016-10-06 15:36:05.026537"], ["updated_at", "2016-10-06 15:36:05.026537"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est qui sit sit.\",\"text\":\"Parsing the bandwidth won't do anything, we need to hack the virtual png hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.027402"], ["updated_at", "2016-10-06 15:36:05.027402"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum commodi distinctio velit.\",\"text\":\"Copying the monitor won't do anything, we need to synthesize the bluetooth png feed!\"}"], ["created_at", "2016-10-06 15:36:05.028512"], ["updated_at", "2016-10-06 15:36:05.028512"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed modi incidunt vel veniam perspiciatis omnis nam.\",\"text\":\"If we transmit the system, we can get to the CSS driver through the multi-byte HTTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.029629"], ["updated_at", "2016-10-06 15:36:05.029629"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis expedita debitis id aut non.\",\"text\":\"Try to generate the SQL hard drive, maybe it will reboot the primary port!\"}"], ["created_at", "2016-10-06 15:36:05.030768"], ["updated_at", "2016-10-06 15:36:05.030768"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum eos accusamus atque.\",\"text\":\"We need to program the wireless CSS sensor!\"}"], ["created_at", "2016-10-06 15:36:05.032054"], ["updated_at", "2016-10-06 15:36:05.032054"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias accusantium et dicta quia praesentium expedita fugiat.\",\"text\":\"Hacking the bandwidth won't do anything, we need to connect the back-end tcp microchip!\"}"], ["created_at", "2016-10-06 15:36:05.034557"], ["updated_at", "2016-10-06 15:36:05.034557"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quod delectus maxime illum.\",\"text\":\"I'll generate the 1080p XSS circuit, that should capacitor the AI sensor!\"}"], ["created_at", "2016-10-06 15:36:05.035876"], ["updated_at", "2016-10-06 15:36:05.035876"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores iusto vel qui itaque.\",\"text\":\"I'll back up the bluetooth SCSI bandwidth, that should port the TCP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.038232"], ["updated_at", "2016-10-06 15:36:05.038232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum necessitatibus et non excepturi sit qui.\",\"text\":\"Try to input the AI pixel, maybe it will transmit the cross-platform monitor!\"}"], ["created_at", "2016-10-06 15:36:05.039926"], ["updated_at", "2016-10-06 15:36:05.039926"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae odio repellat quos illum similique quisquam rerum.\",\"text\":\"I'll compress the bluetooth RSS circuit, that should panel the TCP bus!\"}"], ["created_at", "2016-10-06 15:36:05.040948"], ["updated_at", "2016-10-06 15:36:05.040948"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed inventore molestias et veniam esse.\",\"text\":\"Try to transmit the JBOD bandwidth, maybe it will copy the mobile driver!\"}"], ["created_at", "2016-10-06 15:36:05.041804"], ["updated_at", "2016-10-06 15:36:05.041804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere in exercitationem odio quisquam debitis.\",\"text\":\"Try to parse the PCI feed, maybe it will input the auxiliary monitor!\"}"], ["created_at", "2016-10-06 15:36:05.042706"], ["updated_at", "2016-10-06 15:36:05.042706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium sunt perferendis omnis esse debitis suscipit molestias.\",\"text\":\"The CSS bus is down, compress the wireless hard drive so we can generate the USB application!\"}"], ["created_at", "2016-10-06 15:36:05.043568"], ["updated_at", "2016-10-06 15:36:05.043568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum iure magni nulla.\",\"text\":\"If we index the port, we can get to the SQL card through the cross-platform RAM matrix!\"}"], ["created_at", "2016-10-06 15:36:05.044446"], ["updated_at", "2016-10-06 15:36:05.044446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores quis tempora.\",\"text\":\"I'll compress the redundant USB matrix, that should application the PCI feed!\"}"], ["created_at", "2016-10-06 15:36:05.045307"], ["updated_at", "2016-10-06 15:36:05.045307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est facilis id.\",\"text\":\"Try to compress the AI bandwidth, maybe it will override the virtual card!\"}"], ["created_at", "2016-10-06 15:36:05.046179"], ["updated_at", "2016-10-06 15:36:05.046179"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quae mollitia.\",\"text\":\"You can't transmit the hard drive without navigating the cross-platform RAM matrix!\"}"], ["created_at", "2016-10-06 15:36:05.047048"], ["updated_at", "2016-10-06 15:36:05.047048"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui laborum soluta quae laudantium voluptas.\",\"text\":\"Try to synthesize the FTP alarm, maybe it will synthesize the bluetooth circuit!\"}"], ["created_at", "2016-10-06 15:36:05.047904"], ["updated_at", "2016-10-06 15:36:05.047904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum eos eius cupiditate placeat.\",\"text\":\"The EXE bus is down, bypass the wireless sensor so we can compress the USB panel!\"}"], ["created_at", "2016-10-06 15:36:05.048790"], ["updated_at", "2016-10-06 15:36:05.048790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita aperiam provident molestiae aut.\",\"text\":\"Try to copy the THX port, maybe it will connect the optical card!\"}"], ["created_at", "2016-10-06 15:36:05.049656"], ["updated_at", "2016-10-06 15:36:05.049656"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit libero molestiae ut vel impedit aut.\",\"text\":\"I'll reboot the virtual JBOD application, that should circuit the JBOD card!\"}"], ["created_at", "2016-10-06 15:36:05.050577"], ["updated_at", "2016-10-06 15:36:05.050577"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum non velit repellendus nobis odit omnis.\",\"text\":\"I'll reboot the solid state EXE microchip, that should monitor the JSON sensor!\"}"], ["created_at", "2016-10-06 15:36:05.051462"], ["updated_at", "2016-10-06 15:36:05.051462"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In suscipit dolorum adipisci.\",\"text\":\"Try to parse the EXE matrix, maybe it will calculate the multi-byte interface!\"}"], ["created_at", "2016-10-06 15:36:05.052369"], ["updated_at", "2016-10-06 15:36:05.052369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium porro qui inventore sit.\",\"text\":\"Use the solid state SDD pixel, then you can parse the back-end transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.053370"], ["updated_at", "2016-10-06 15:36:05.053370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus nam qui.\",\"text\":\"You can't quantify the protocol without hacking the optical SSL alarm!\"}"], ["created_at", "2016-10-06 15:36:05.054289"], ["updated_at", "2016-10-06 15:36:05.054289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid quibusdam commodi ratione optio.\",\"text\":\"Use the multi-byte XML microchip, then you can index the multi-byte hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.055151"], ["updated_at", "2016-10-06 15:36:05.055151"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos maiores voluptatem non consequuntur qui.\",\"text\":\"The HTTP card is down, calculate the virtual microchip so we can compress the PNG monitor!\"}"], ["created_at", "2016-10-06 15:36:05.056014"], ["updated_at", "2016-10-06 15:36:05.056014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut omnis ullam illo.\",\"text\":\"I'll quantify the 1080p PCI interface, that should alarm the GB monitor!\"}"], ["created_at", "2016-10-06 15:36:05.056887"], ["updated_at", "2016-10-06 15:36:05.056887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam ad aut.\",\"text\":\"We need to program the cross-platform SSL interface!\"}"], ["created_at", "2016-10-06 15:36:05.057733"], ["updated_at", "2016-10-06 15:36:05.057733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quam optio facilis vitae minus.\",\"text\":\"We need to compress the auxiliary JBOD port!\"}"], ["created_at", "2016-10-06 15:36:05.058602"], ["updated_at", "2016-10-06 15:36:05.058602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem debitis autem non sint quaerat.\",\"text\":\"Parsing the circuit won't do anything, we need to quantify the virtual exe sensor!\"}"], ["created_at", "2016-10-06 15:36:05.059450"], ["updated_at", "2016-10-06 15:36:05.059450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui facere ut sit quidem cum magni voluptatum.\",\"text\":\"Try to transmit the AI driver, maybe it will synthesize the wireless feed!\"}"], ["created_at", "2016-10-06 15:36:05.060299"], ["updated_at", "2016-10-06 15:36:05.060299"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis velit quo cumque quia.\",\"text\":\"You can't back up the array without connecting the bluetooth RAM port!\"}"], ["created_at", "2016-10-06 15:36:05.061168"], ["updated_at", "2016-10-06 15:36:05.061168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam earum est atque blanditiis.\",\"text\":\"We need to back up the redundant RSS array!\"}"], ["created_at", "2016-10-06 15:36:05.062179"], ["updated_at", "2016-10-06 15:36:05.062179"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid et sed excepturi sit ipsa.\",\"text\":\"If we generate the application, we can get to the COM matrix through the auxiliary USB array!\"}"], ["created_at", "2016-10-06 15:36:05.063080"], ["updated_at", "2016-10-06 15:36:05.063080"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam optio natus reprehenderit ipsam error harum.\",\"text\":\"Try to program the RSS bus, maybe it will quantify the wireless transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.064314"], ["updated_at", "2016-10-06 15:36:05.064314"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas est est asperiores minima amet unde voluptate.\",\"text\":\"You can't compress the program without quantifying the optical SDD array!\"}"], ["created_at", "2016-10-06 15:36:05.066256"], ["updated_at", "2016-10-06 15:36:05.066256"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex quas nesciunt voluptatum quam est.\",\"text\":\"Try to copy the GB panel, maybe it will hack the haptic monitor!\"}"], ["created_at", "2016-10-06 15:36:05.067265"], ["updated_at", "2016-10-06 15:36:05.067265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi enim hic quas.\",\"text\":\"You can't back up the firewall without navigating the neural SMTP bus!\"}"], ["created_at", "2016-10-06 15:36:05.068130"], ["updated_at", "2016-10-06 15:36:05.068130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est illum magnam in dolores voluptatem sunt maxime.\",\"text\":\"You can't synthesize the application without connecting the redundant THX system!\"}"], ["created_at", "2016-10-06 15:36:05.069038"], ["updated_at", "2016-10-06 15:36:05.069038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum similique modi et.\",\"text\":\"Use the cross-platform SSL capacitor, then you can quantify the multi-byte monitor!\"}"], ["created_at", "2016-10-06 15:36:05.069920"], ["updated_at", "2016-10-06 15:36:05.069920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cum minus et.\",\"text\":\"Use the mobile HTTP feed, then you can copy the back-end monitor!\"}"], ["created_at", "2016-10-06 15:36:05.070909"], ["updated_at", "2016-10-06 15:36:05.070909"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio eaque adipisci aliquam dignissimos sed est molestiae.\",\"text\":\"Use the solid state SQL bus, then you can parse the virtual bus!\"}"], ["created_at", "2016-10-06 15:36:05.071838"], ["updated_at", "2016-10-06 15:36:05.071838"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus accusamus voluptatem.\",\"text\":\"Try to calculate the THX application, maybe it will back up the haptic driver!\"}"], ["created_at", "2016-10-06 15:36:05.072817"], ["updated_at", "2016-10-06 15:36:05.072817"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem consequatur quis in error rerum quas qui.\",\"text\":\"Try to parse the HDD interface, maybe it will quantify the 1080p protocol!\"}"], ["created_at", "2016-10-06 15:36:05.073695"], ["updated_at", "2016-10-06 15:36:05.073695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque perferendis reprehenderit.\",\"text\":\"You can't navigate the card without overriding the bluetooth COM interface!\"}"], ["created_at", "2016-10-06 15:36:05.074596"], ["updated_at", "2016-10-06 15:36:05.074596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi dolores neque quia quam.\",\"text\":\"The PNG interface is down, input the back-end driver so we can compress the AI sensor!\"}"], ["created_at", "2016-10-06 15:36:05.075447"], ["updated_at", "2016-10-06 15:36:05.075447"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem itaque deleniti sit rem.\",\"text\":\"The HTTP program is down, compress the wireless system so we can copy the XML application!\"}"], ["created_at", "2016-10-06 15:36:05.076320"], ["updated_at", "2016-10-06 15:36:05.076320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus modi praesentium illum ad.\",\"text\":\"The SSL card is down, program the optical program so we can index the SDD microchip!\"}"], ["created_at", "2016-10-06 15:36:05.077176"], ["updated_at", "2016-10-06 15:36:05.077176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique natus accusantium qui dolore ea nisi.\",\"text\":\"Try to synthesize the SQL system, maybe it will index the redundant transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.078052"], ["updated_at", "2016-10-06 15:36:05.078052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et assumenda adipisci vero debitis dolores laborum ea.\",\"text\":\"The PCI microchip is down, compress the virtual alarm so we can bypass the PCI application!\"}"], ["created_at", "2016-10-06 15:36:05.078949"], ["updated_at", "2016-10-06 15:36:05.078949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi omnis cupiditate dolorem ex quod aliquid.\",\"text\":\"You can't transmit the feed without compressing the virtual SMS program!\"}"], ["created_at", "2016-10-06 15:36:05.079832"], ["updated_at", "2016-10-06 15:36:05.079832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et magni nesciunt omnis eum tempora.\",\"text\":\"You can't hack the circuit without bypassing the 1080p RSS hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.080689"], ["updated_at", "2016-10-06 15:36:05.080689"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt totam suscipit ipsa voluptatibus.\",\"text\":\"If we parse the alarm, we can get to the JBOD application through the wireless AGP interface!\"}"], ["created_at", "2016-10-06 15:36:05.081544"], ["updated_at", "2016-10-06 15:36:05.081544"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga est et enim et rerum ullam qui.\",\"text\":\"Try to hack the CSS pixel, maybe it will hack the virtual circuit!\"}"], ["created_at", "2016-10-06 15:36:05.082431"], ["updated_at", "2016-10-06 15:36:05.082431"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur laboriosam enim consequatur officia quia recusandae.\",\"text\":\"If we back up the capacitor, we can get to the PCI system through the open-source ADP program!\"}"], ["created_at", "2016-10-06 15:36:05.083349"], ["updated_at", "2016-10-06 15:36:05.083349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et soluta hic qui.\",\"text\":\"Use the mobile TCP panel, then you can calculate the primary firewall!\"}"], ["created_at", "2016-10-06 15:36:05.084215"], ["updated_at", "2016-10-06 15:36:05.084215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus quae ipsum.\",\"text\":\"Hacking the port won't do anything, we need to connect the auxiliary jbod port!\"}"], ["created_at", "2016-10-06 15:36:05.085076"], ["updated_at", "2016-10-06 15:36:05.085076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis eum dolores velit aut est iure.\",\"text\":\"You can't input the card without hacking the optical EXE card!\"}"], ["created_at", "2016-10-06 15:36:05.085935"], ["updated_at", "2016-10-06 15:36:05.085935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae ut nemo consectetur enim sint odio.\",\"text\":\"Try to compress the SSL pixel, maybe it will copy the online interface!\"}"], ["created_at", "2016-10-06 15:36:05.086797"], ["updated_at", "2016-10-06 15:36:05.086797"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem architecto omnis.\",\"text\":\"You can't generate the alarm without generating the mobile XSS bus!\"}"], ["created_at", "2016-10-06 15:36:05.087650"], ["updated_at", "2016-10-06 15:36:05.087650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa non accusamus eos.\",\"text\":\"We need to copy the back-end HTTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.088469"], ["updated_at", "2016-10-06 15:36:05.088469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis ex rerum non voluptatibus et minima.\",\"text\":\"Use the auxiliary RSS system, then you can calculate the multi-byte protocol!\"}"], ["created_at", "2016-10-06 15:36:05.089317"], ["updated_at", "2016-10-06 15:36:05.089317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum exercitationem aliquam asperiores.\",\"text\":\"If we index the system, we can get to the THX program through the online EXE pixel!\"}"], ["created_at", "2016-10-06 15:36:05.090172"], ["updated_at", "2016-10-06 15:36:05.090172"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam occaecati vero.\",\"text\":\"I'll index the solid state SQL driver, that should protocol the IB system!\"}"], ["created_at", "2016-10-06 15:36:05.091026"], ["updated_at", "2016-10-06 15:36:05.091026"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est officiis sit.\",\"text\":\"Programming the capacitor won't do anything, we need to index the back-end xml port!\"}"], ["created_at", "2016-10-06 15:36:05.091875"], ["updated_at", "2016-10-06 15:36:05.091875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut distinctio dolores porro esse cupiditate.\",\"text\":\"If we transmit the matrix, we can get to the EXE bandwidth through the mobile PCI alarm!\"}"], ["created_at", "2016-10-06 15:36:05.092722"], ["updated_at", "2016-10-06 15:36:05.092722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum quia nemo nobis.\",\"text\":\"The CSS pixel is down, bypass the auxiliary firewall so we can index the SCSI bus!\"}"], ["created_at", "2016-10-06 15:36:05.093578"], ["updated_at", "2016-10-06 15:36:05.093578"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit non perspiciatis deserunt sunt laudantium et.\",\"text\":\"If we hack the monitor, we can get to the AI sensor through the solid state SQL matrix!\"}"], ["created_at", "2016-10-06 15:36:05.094460"], ["updated_at", "2016-10-06 15:36:05.094460"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam itaque et enim fugiat et laudantium.\",\"text\":\"We need to compress the auxiliary AI transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.095320"], ["updated_at", "2016-10-06 15:36:05.095320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem velit dolores temporibus libero praesentium facilis ipsam.\",\"text\":\"You can't override the hard drive without copying the optical FTP feed!\"}"], ["created_at", "2016-10-06 15:36:05.096165"], ["updated_at", "2016-10-06 15:36:05.096165"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem et ullam nisi possimus iure aliquam sit.\",\"text\":\"Use the digital EXE driver, then you can quantify the 1080p sensor!\"}"], ["created_at", "2016-10-06 15:36:05.097008"], ["updated_at", "2016-10-06 15:36:05.097008"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima optio tenetur occaecati praesentium id.\",\"text\":\"We need to transmit the multi-byte SMTP interface!\"}"], ["created_at", "2016-10-06 15:36:05.097854"], ["updated_at", "2016-10-06 15:36:05.097854"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore rerum qui libero molestiae.\",\"text\":\"If we quantify the bandwidth, we can get to the SDD capacitor through the multi-byte ADP microchip!\"}"], ["created_at", "2016-10-06 15:36:05.098724"], ["updated_at", "2016-10-06 15:36:05.098724"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem incidunt vitae dolores assumenda expedita aut sit.\",\"text\":\"The JSON port is down, bypass the cross-platform feed so we can compress the AI panel!\"}"], ["created_at", "2016-10-06 15:36:05.099644"], ["updated_at", "2016-10-06 15:36:05.099644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi occaecati error ea sit nihil quia.\",\"text\":\"Try to hack the COM hard drive, maybe it will reboot the open-source card!\"}"], ["created_at", "2016-10-06 15:36:05.100613"], ["updated_at", "2016-10-06 15:36:05.100613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione excepturi quia praesentium ut nam ab fugit.\",\"text\":\"We need to copy the wireless SDD sensor!\"}"], ["created_at", "2016-10-06 15:36:05.101559"], ["updated_at", "2016-10-06 15:36:05.101559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui veritatis quas.\",\"text\":\"Synthesizing the pixel won't do anything, we need to transmit the cross-platform png program!\"}"], ["created_at", "2016-10-06 15:36:05.102551"], ["updated_at", "2016-10-06 15:36:05.102551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione in distinctio et vel voluptatum.\",\"text\":\"The USB firewall is down, synthesize the back-end microchip so we can override the PCI sensor!\"}"], ["created_at", "2016-10-06 15:36:05.103521"], ["updated_at", "2016-10-06 15:36:05.103521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo distinctio eos esse.\",\"text\":\"We need to quantify the redundant USB panel!\"}"], ["created_at", "2016-10-06 15:36:05.104478"], ["updated_at", "2016-10-06 15:36:05.104478"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique corrupti id aspernatur veritatis.\",\"text\":\"Use the mobile PCI card, then you can program the open-source microchip!\"}"], ["created_at", "2016-10-06 15:36:05.105435"], ["updated_at", "2016-10-06 15:36:05.105435"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et fugit provident dolorem aliquam impedit consequatur.\",\"text\":\"I'll override the virtual RAM alarm, that should card the PNG system!\"}"], ["created_at", "2016-10-06 15:36:05.106405"], ["updated_at", "2016-10-06 15:36:05.106405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis voluptatem sit sit assumenda nobis enim et.\",\"text\":\"Use the open-source GB port, then you can back up the wireless firewall!\"}"], ["created_at", "2016-10-06 15:36:05.107391"], ["updated_at", "2016-10-06 15:36:05.107391"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae molestiae optio fuga consequuntur ex voluptatem.\",\"text\":\"Indexing the protocol won't do anything, we need to transmit the haptic xss card!\"}"], ["created_at", "2016-10-06 15:36:05.108341"], ["updated_at", "2016-10-06 15:36:05.108341"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptas sit aperiam perferendis est fugiat et.\",\"text\":\"You can't hack the hard drive without bypassing the digital HTTP firewall!\"}"], ["created_at", "2016-10-06 15:36:05.109298"], ["updated_at", "2016-10-06 15:36:05.109298"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil at quia repellat eveniet consectetur.\",\"text\":\"I'll compress the haptic CSS circuit, that should capacitor the CSS matrix!\"}"], ["created_at", "2016-10-06 15:36:05.110262"], ["updated_at", "2016-10-06 15:36:05.110262"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut commodi pariatur.\",\"text\":\"Use the neural JSON firewall, then you can parse the auxiliary pixel!\"}"], ["created_at", "2016-10-06 15:36:05.111263"], ["updated_at", "2016-10-06 15:36:05.111263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis voluptates corporis sunt molestias nisi quo tempora.\",\"text\":\"If we hack the interface, we can get to the SQL bandwidth through the solid state SMS system!\"}"], ["created_at", "2016-10-06 15:36:05.112251"], ["updated_at", "2016-10-06 15:36:05.112251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia repellendus repudiandae.\",\"text\":\"The EXE hard drive is down, copy the online program so we can back up the ADP protocol!\"}"], ["created_at", "2016-10-06 15:36:05.113219"], ["updated_at", "2016-10-06 15:36:05.113219"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione nobis et dolorum consequatur quia.\",\"text\":\"We need to connect the optical EXE card!\"}"], ["created_at", "2016-10-06 15:36:05.114187"], ["updated_at", "2016-10-06 15:36:05.114187"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur natus voluptatem dolorem qui excepturi.\",\"text\":\"If we hack the matrix, we can get to the SQL matrix through the virtual JSON bus!\"}"], ["created_at", "2016-10-06 15:36:05.115162"], ["updated_at", "2016-10-06 15:36:05.115162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt et nisi distinctio magni id iste aut.\",\"text\":\"Use the cross-platform JSON driver, then you can calculate the cross-platform transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.116171"], ["updated_at", "2016-10-06 15:36:05.116171"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque reprehenderit debitis.\",\"text\":\"The AI protocol is down, synthesize the bluetooth bus so we can transmit the SMS firewall!\"}"], ["created_at", "2016-10-06 15:36:05.117156"], ["updated_at", "2016-10-06 15:36:05.117156"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio deleniti rerum sed.\",\"text\":\"If we quantify the system, we can get to the SMS alarm through the open-source AGP sensor!\"}"], ["created_at", "2016-10-06 15:36:05.118136"], ["updated_at", "2016-10-06 15:36:05.118136"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui rerum asperiores.\",\"text\":\"Try to reboot the RSS transmitter, maybe it will hack the bluetooth circuit!\"}"], ["created_at", "2016-10-06 15:36:05.119121"], ["updated_at", "2016-10-06 15:36:05.119121"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia sint molestiae sit.\",\"text\":\"You can't navigate the matrix without compressing the optical PNG port!\"}"], ["created_at", "2016-10-06 15:36:05.120113"], ["updated_at", "2016-10-06 15:36:05.120113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut possimus voluptate.\",\"text\":\"The CSS panel is down, bypass the mobile bus so we can generate the JBOD array!\"}"], ["created_at", "2016-10-06 15:36:05.121070"], ["updated_at", "2016-10-06 15:36:05.121070"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis autem excepturi praesentium omnis.\",\"text\":\"Connecting the protocol won't do anything, we need to index the bluetooth xss application!\"}"], ["created_at", "2016-10-06 15:36:05.122039"], ["updated_at", "2016-10-06 15:36:05.122039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates et et dolore.\",\"text\":\"We need to bypass the solid state JBOD application!\"}"], ["created_at", "2016-10-06 15:36:05.123029"], ["updated_at", "2016-10-06 15:36:05.123029"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam et corporis illo deserunt.\",\"text\":\"We need to compress the neural RSS driver!\"}"], ["created_at", "2016-10-06 15:36:05.123984"], ["updated_at", "2016-10-06 15:36:05.123984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem omnis reprehenderit quibusdam corporis quis eaque.\",\"text\":\"Programming the protocol won't do anything, we need to connect the open-source com capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.124963"], ["updated_at", "2016-10-06 15:36:05.124963"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut aut velit.\",\"text\":\"The COM transmitter is down, hack the online sensor so we can hack the THX application!\"}"], ["created_at", "2016-10-06 15:36:05.125916"], ["updated_at", "2016-10-06 15:36:05.125916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero blanditiis ipsum aliquam fuga qui beatae in.\",\"text\":\"If we parse the program, we can get to the XSS interface through the virtual FTP bus!\"}"], ["created_at", "2016-10-06 15:36:05.126881"], ["updated_at", "2016-10-06 15:36:05.126881"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem et doloribus sit quis velit dolor ipsam.\",\"text\":\"Try to quantify the SMS circuit, maybe it will copy the redundant microchip!\"}"], ["created_at", "2016-10-06 15:36:05.127852"], ["updated_at", "2016-10-06 15:36:05.127852"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi similique eum consequuntur voluptas voluptas aut commodi.\",\"text\":\"Try to transmit the SMS bus, maybe it will synthesize the optical application!\"}"], ["created_at", "2016-10-06 15:36:05.128827"], ["updated_at", "2016-10-06 15:36:05.128827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor adipisci sunt accusamus.\",\"text\":\"You can't parse the hard drive without overriding the back-end HDD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.129790"], ["updated_at", "2016-10-06 15:36:05.129790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita ut rem harum aut deserunt placeat et.\",\"text\":\"If we connect the capacitor, we can get to the USB hard drive through the neural AGP pixel!\"}"], ["created_at", "2016-10-06 15:36:05.130759"], ["updated_at", "2016-10-06 15:36:05.130759"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque nostrum ullam sit repellendus iusto cum qui.\",\"text\":\"Try to synthesize the AGP panel, maybe it will back up the mobile circuit!\"}"], ["created_at", "2016-10-06 15:36:05.131734"], ["updated_at", "2016-10-06 15:36:05.131734"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem nisi deserunt ut non quam vero.\",\"text\":\"You can't synthesize the array without bypassing the mobile HDD interface!\"}"], ["created_at", "2016-10-06 15:36:05.132730"], ["updated_at", "2016-10-06 15:36:05.132730"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur eveniet eius ut exercitationem quaerat vero.\",\"text\":\"Synthesizing the array won't do anything, we need to compress the multi-byte rss circuit!\"}"], ["created_at", "2016-10-06 15:36:05.133694"], ["updated_at", "2016-10-06 15:36:05.133694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus velit doloremque nihil.\",\"text\":\"The PNG microchip is down, navigate the multi-byte microchip so we can generate the JBOD hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.134663"], ["updated_at", "2016-10-06 15:36:05.134663"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi dolorem natus iusto molestias velit.\",\"text\":\"Try to back up the JBOD circuit, maybe it will connect the neural matrix!\"}"], ["created_at", "2016-10-06 15:36:05.135631"], ["updated_at", "2016-10-06 15:36:05.135631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus nemo omnis sit.\",\"text\":\"The RSS port is down, parse the solid state microchip so we can index the XSS capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.136618"], ["updated_at", "2016-10-06 15:36:05.136618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut inventore consequatur quibusdam atque hic.\",\"text\":\"Use the wireless PNG sensor, then you can transmit the mobile card!\"}"], ["created_at", "2016-10-06 15:36:05.137575"], ["updated_at", "2016-10-06 15:36:05.137575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio assumenda debitis et.\",\"text\":\"You can't connect the port without synthesizing the 1080p JBOD hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.138532"], ["updated_at", "2016-10-06 15:36:05.138532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores nisi cum accusantium cumque voluptatem quos.\",\"text\":\"You can't generate the microchip without bypassing the solid state SMS pixel!\"}"], ["created_at", "2016-10-06 15:36:05.139488"], ["updated_at", "2016-10-06 15:36:05.139488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab cupiditate ut doloremque adipisci modi voluptate.\",\"text\":\"Overriding the matrix won't do anything, we need to connect the multi-byte http interface!\"}"], ["created_at", "2016-10-06 15:36:05.140459"], ["updated_at", "2016-10-06 15:36:05.140459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium et non.\",\"text\":\"Transmitting the panel won't do anything, we need to quantify the bluetooth sql bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.141412"], ["updated_at", "2016-10-06 15:36:05.141412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut totam aut eum.\",\"text\":\"The ADP firewall is down, calculate the multi-byte application so we can back up the PCI circuit!\"}"], ["created_at", "2016-10-06 15:36:05.142383"], ["updated_at", "2016-10-06 15:36:05.142383"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga deleniti ea reprehenderit dolores.\",\"text\":\"If we calculate the card, we can get to the RSS card through the auxiliary IB bus!\"}"], ["created_at", "2016-10-06 15:36:05.143342"], ["updated_at", "2016-10-06 15:36:05.143342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo tempora aut et illum autem eos repudiandae.\",\"text\":\"The EXE bus is down, reboot the neural card so we can synthesize the XSS system!\"}"], ["created_at", "2016-10-06 15:36:05.144332"], ["updated_at", "2016-10-06 15:36:05.144332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis cupiditate voluptatem autem.\",\"text\":\"If we synthesize the program, we can get to the HDD card through the virtual PNG feed!\"}"], ["created_at", "2016-10-06 15:36:05.145287"], ["updated_at", "2016-10-06 15:36:05.145287"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores omnis molestias occaecati ipsa porro iusto mollitia.\",\"text\":\"I'll connect the auxiliary PNG sensor, that should matrix the SCSI matrix!\"}"], ["created_at", "2016-10-06 15:36:05.146254"], ["updated_at", "2016-10-06 15:36:05.146254"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere doloremque quod ut accusantium.\",\"text\":\"Generating the circuit won't do anything, we need to quantify the neural css interface!\"}"], ["created_at", "2016-10-06 15:36:05.147214"], ["updated_at", "2016-10-06 15:36:05.147214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint optio nihil temporibus aliquam ut tenetur.\",\"text\":\"You can't generate the matrix without calculating the cross-platform HDD interface!\"}"], ["created_at", "2016-10-06 15:36:05.148179"], ["updated_at", "2016-10-06 15:36:05.148179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima qui fuga et assumenda earum totam.\",\"text\":\"I'll input the 1080p SCSI pixel, that should array the PCI array!\"}"], ["created_at", "2016-10-06 15:36:05.149145"], ["updated_at", "2016-10-06 15:36:05.149145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi et ex facere repellendus voluptatem.\",\"text\":\"Copying the array won't do anything, we need to hack the open-source xss interface!\"}"], ["created_at", "2016-10-06 15:36:05.150114"], ["updated_at", "2016-10-06 15:36:05.150114"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus voluptate explicabo.\",\"text\":\"You can't generate the firewall without generating the mobile TCP pixel!\"}"], ["created_at", "2016-10-06 15:36:05.151095"], ["updated_at", "2016-10-06 15:36:05.151095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur velit itaque modi repellendus qui nobis.\",\"text\":\"We need to program the digital AI panel!\"}"], ["created_at", "2016-10-06 15:36:05.152080"], ["updated_at", "2016-10-06 15:36:05.152080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos ipsa neque qui.\",\"text\":\"The RSS array is down, synthesize the solid state sensor so we can back up the RAM firewall!\"}"], ["created_at", "2016-10-06 15:36:05.153066"], ["updated_at", "2016-10-06 15:36:05.153066"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam accusamus voluptatem.\",\"text\":\"The FTP transmitter is down, program the haptic pixel so we can index the SMTP alarm!\"}"], ["created_at", "2016-10-06 15:36:05.154022"], ["updated_at", "2016-10-06 15:36:05.154022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id eveniet sed labore officia.\",\"text\":\"Transmitting the firewall won't do anything, we need to input the online hdd monitor!\"}"], ["created_at", "2016-10-06 15:36:05.154988"], ["updated_at", "2016-10-06 15:36:05.154988"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aut temporibus.\",\"text\":\"Try to back up the SMTP bandwidth, maybe it will generate the open-source hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.155950"], ["updated_at", "2016-10-06 15:36:05.155950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit adipisci repellat eos ut nisi.\",\"text\":\"Calculating the alarm won't do anything, we need to navigate the multi-byte sql bus!\"}"], ["created_at", "2016-10-06 15:36:05.156902"], ["updated_at", "2016-10-06 15:36:05.156902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo iure non consequuntur ad voluptatibus.\",\"text\":\"Use the primary COM bandwidth, then you can back up the solid state bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.157856"], ["updated_at", "2016-10-06 15:36:05.157856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto blanditiis enim libero.\",\"text\":\"Use the digital TCP bus, then you can connect the bluetooth transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.158836"], ["updated_at", "2016-10-06 15:36:05.158836"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In aut qui rerum laudantium fugiat facere natus.\",\"text\":\"Copying the panel won't do anything, we need to hack the digital com bus!\"}"], ["created_at", "2016-10-06 15:36:05.159809"], ["updated_at", "2016-10-06 15:36:05.159809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione nisi ut placeat voluptatem dolor.\",\"text\":\"I'll quantify the wireless SAS circuit, that should system the PNG system!\"}"], ["created_at", "2016-10-06 15:36:05.160801"], ["updated_at", "2016-10-06 15:36:05.160801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit rerum dolores.\",\"text\":\"Use the open-source THX port, then you can generate the neural card!\"}"], ["created_at", "2016-10-06 15:36:05.161775"], ["updated_at", "2016-10-06 15:36:05.161775"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima ea doloremque quasi et ab.\",\"text\":\"Use the optical ADP hard drive, then you can bypass the virtual bus!\"}"], ["created_at", "2016-10-06 15:36:05.162754"], ["updated_at", "2016-10-06 15:36:05.162754"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem et id repellat tempore in.\",\"text\":\"You can't program the protocol without generating the back-end EXE pixel!\"}"], ["created_at", "2016-10-06 15:36:05.163715"], ["updated_at", "2016-10-06 15:36:05.163715"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur aliquid dolore dignissimos eos.\",\"text\":\"We need to copy the solid state THX protocol!\"}"], ["created_at", "2016-10-06 15:36:05.164720"], ["updated_at", "2016-10-06 15:36:05.164720"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic eos deserunt ut id minima.\",\"text\":\"Use the multi-byte SDD bandwidth, then you can compress the neural capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.165706"], ["updated_at", "2016-10-06 15:36:05.165706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In laboriosam architecto consequuntur.\",\"text\":\"Try to hack the PCI port, maybe it will override the online array!\"}"], ["created_at", "2016-10-06 15:36:05.166740"], ["updated_at", "2016-10-06 15:36:05.166740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ipsum aut eius consectetur vel ut.\",\"text\":\"The IB driver is down, hack the online hard drive so we can synthesize the HTTP port!\"}"], ["created_at", "2016-10-06 15:36:05.167744"], ["updated_at", "2016-10-06 15:36:05.167744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero explicabo tenetur deleniti ipsum.\",\"text\":\"We need to generate the primary FTP microchip!\"}"], ["created_at", "2016-10-06 15:36:05.168677"], ["updated_at", "2016-10-06 15:36:05.168677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga molestias a aliquid alias itaque.\",\"text\":\"We need to transmit the primary SQL hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.169590"], ["updated_at", "2016-10-06 15:36:05.169590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium rerum laborum quod soluta saepe.\",\"text\":\"We need to reboot the bluetooth SDD application!\"}"], ["created_at", "2016-10-06 15:36:05.170485"], ["updated_at", "2016-10-06 15:36:05.170485"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus nostrum eum nihil eveniet ipsam modi magni.\",\"text\":\"Use the online THX panel, then you can input the cross-platform capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.171392"], ["updated_at", "2016-10-06 15:36:05.171392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus aut minima modi labore ut veniam.\",\"text\":\"If we quantify the sensor, we can get to the THX matrix through the online HTTP program!\"}"], ["created_at", "2016-10-06 15:36:05.172396"], ["updated_at", "2016-10-06 15:36:05.172396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem sint aliquam recusandae impedit.\",\"text\":\"I'll synthesize the back-end SAS microchip, that should hard drive the XML circuit!\"}"], ["created_at", "2016-10-06 15:36:05.173373"], ["updated_at", "2016-10-06 15:36:05.173373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore magnam sequi aliquid sit omnis cumque.\",\"text\":\"Use the auxiliary SMTP port, then you can connect the wireless circuit!\"}"], ["created_at", "2016-10-06 15:36:05.174322"], ["updated_at", "2016-10-06 15:36:05.174322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quam veritatis.\",\"text\":\"Use the solid state ADP sensor, then you can copy the multi-byte protocol!\"}"], ["created_at", "2016-10-06 15:36:05.175302"], ["updated_at", "2016-10-06 15:36:05.175302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At explicabo ut omnis dolor doloremque.\",\"text\":\"Try to hack the THX program, maybe it will bypass the bluetooth hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.176230"], ["updated_at", "2016-10-06 15:36:05.176230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores ut eius corporis quod sequi.\",\"text\":\"I'll input the virtual JSON interface, that should interface the TCP panel!\"}"], ["created_at", "2016-10-06 15:36:05.177206"], ["updated_at", "2016-10-06 15:36:05.177206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa natus tempora maxime est culpa.\",\"text\":\"If we bypass the protocol, we can get to the USB protocol through the primary FTP port!\"}"], ["created_at", "2016-10-06 15:36:05.178207"], ["updated_at", "2016-10-06 15:36:05.178207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut odit impedit beatae sed.\",\"text\":\"We need to back up the multi-byte IB array!\"}"], ["created_at", "2016-10-06 15:36:05.179191"], ["updated_at", "2016-10-06 15:36:05.179191"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et beatae voluptas reiciendis illo non.\",\"text\":\"Try to transmit the PCI system, maybe it will copy the 1080p application!\"}"], ["created_at", "2016-10-06 15:36:05.180152"], ["updated_at", "2016-10-06 15:36:05.180152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque expedita tenetur.\",\"text\":\"If we back up the application, we can get to the PNG interface through the wireless FTP matrix!\"}"], ["created_at", "2016-10-06 15:36:05.181054"], ["updated_at", "2016-10-06 15:36:05.181054"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur laborum error.\",\"text\":\"Use the cross-platform RSS transmitter, then you can generate the mobile microchip!\"}"], ["created_at", "2016-10-06 15:36:05.181906"], ["updated_at", "2016-10-06 15:36:05.181906"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis ut quod voluptatibus dolores quaerat repudiandae.\",\"text\":\"Use the bluetooth SCSI bandwidth, then you can compress the open-source bus!\"}"], ["created_at", "2016-10-06 15:36:05.182828"], ["updated_at", "2016-10-06 15:36:05.182828"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dolorem debitis.\",\"text\":\"We need to copy the digital PNG program!\"}"], ["created_at", "2016-10-06 15:36:05.183691"], ["updated_at", "2016-10-06 15:36:05.183691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro accusantium magnam.\",\"text\":\"Use the solid state SDD hard drive, then you can program the bluetooth alarm!\"}"], ["created_at", "2016-10-06 15:36:05.184537"], ["updated_at", "2016-10-06 15:36:05.184537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto illum iusto ea sed.\",\"text\":\"I'll index the 1080p SDD monitor, that should bus the JSON port!\"}"], ["created_at", "2016-10-06 15:36:05.185391"], ["updated_at", "2016-10-06 15:36:05.185391"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam maiores facere tenetur omnis.\",\"text\":\"I'll generate the mobile FTP panel, that should hard drive the ADP panel!\"}"], ["created_at", "2016-10-06 15:36:05.186310"], ["updated_at", "2016-10-06 15:36:05.186310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui consectetur at consequatur debitis voluptatem.\",\"text\":\"Overriding the bus won't do anything, we need to compress the redundant hdd sensor!\"}"], ["created_at", "2016-10-06 15:36:05.187162"], ["updated_at", "2016-10-06 15:36:05.187162"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla eligendi dolores.\",\"text\":\"You can't parse the port without navigating the bluetooth FTP program!\"}"], ["created_at", "2016-10-06 15:36:05.188011"], ["updated_at", "2016-10-06 15:36:05.188011"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam dignissimos ut aut voluptates.\",\"text\":\"I'll transmit the mobile SQL monitor, that should array the RAM matrix!\"}"], ["created_at", "2016-10-06 15:36:05.189152"], ["updated_at", "2016-10-06 15:36:05.189152"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit iste sit.\",\"text\":\"The RSS firewall is down, reboot the multi-byte matrix so we can compress the RAM circuit!\"}"], ["created_at", "2016-10-06 15:36:05.190646"], ["updated_at", "2016-10-06 15:36:05.190646"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto reiciendis repudiandae quia.\",\"text\":\"Backing up the circuit won't do anything, we need to generate the multi-byte css application!\"}"], ["created_at", "2016-10-06 15:36:05.192012"], ["updated_at", "2016-10-06 15:36:05.192012"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate molestias quis exercitationem et et.\",\"text\":\"Try to transmit the AI bandwidth, maybe it will compress the multi-byte pixel!\"}"], ["created_at", "2016-10-06 15:36:05.193214"], ["updated_at", "2016-10-06 15:36:05.193214"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non dolorum labore asperiores dolores velit quis est.\",\"text\":\"Hacking the array won't do anything, we need to hack the online usb bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.194758"], ["updated_at", "2016-10-06 15:36:05.194758"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore ut tenetur error praesentium natus quasi.\",\"text\":\"If we navigate the protocol, we can get to the PNG card through the bluetooth JSON protocol!\"}"], ["created_at", "2016-10-06 15:36:05.196986"], ["updated_at", "2016-10-06 15:36:05.196986"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit natus laudantium ipsum esse fugiat.\",\"text\":\"The FTP alarm is down, navigate the bluetooth interface so we can transmit the JBOD circuit!\"}"], ["created_at", "2016-10-06 15:36:05.198194"], ["updated_at", "2016-10-06 15:36:05.198194"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur maiores omnis amet vel illum occaecati ipsum.\",\"text\":\"Try to transmit the PCI hard drive, maybe it will reboot the cross-platform port!\"}"], ["created_at", "2016-10-06 15:36:05.200757"], ["updated_at", "2016-10-06 15:36:05.200757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel eos aut perspiciatis.\",\"text\":\"Use the auxiliary AGP monitor, then you can transmit the redundant firewall!\"}"], ["created_at", "2016-10-06 15:36:05.201914"], ["updated_at", "2016-10-06 15:36:05.201914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam in pariatur.\",\"text\":\"Use the primary SQL card, then you can hack the neural array!\"}"], ["created_at", "2016-10-06 15:36:05.202939"], ["updated_at", "2016-10-06 15:36:05.202939"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum consequatur fuga officia beatae dolore est.\",\"text\":\"We need to compress the 1080p JBOD capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.203810"], ["updated_at", "2016-10-06 15:36:05.203810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias magnam sed possimus non et dolorem qui.\",\"text\":\"Quantifying the array won't do anything, we need to program the redundant adp feed!\"}"], ["created_at", "2016-10-06 15:36:05.204662"], ["updated_at", "2016-10-06 15:36:05.204662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel repudiandae id facilis et.\",\"text\":\"The EXE alarm is down, copy the auxiliary monitor so we can copy the PNG protocol!\"}"], ["created_at", "2016-10-06 15:36:05.205524"], ["updated_at", "2016-10-06 15:36:05.205524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla molestiae optio quod veniam qui iure.\",\"text\":\"Try to override the SMS capacitor, maybe it will compress the redundant feed!\"}"], ["created_at", "2016-10-06 15:36:05.206382"], ["updated_at", "2016-10-06 15:36:05.206382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam suscipit et qui ab dicta vel.\",\"text\":\"If we reboot the bus, we can get to the CSS circuit through the multi-byte SDD firewall!\"}"], ["created_at", "2016-10-06 15:36:05.207260"], ["updated_at", "2016-10-06 15:36:05.207260"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia eius et non deserunt nesciunt sapiente quia.\",\"text\":\"Synthesizing the interface won't do anything, we need to quantify the digital rss system!\"}"], ["created_at", "2016-10-06 15:36:05.208129"], ["updated_at", "2016-10-06 15:36:05.208129"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus vero ipsum sint veritatis voluptas est.\",\"text\":\"Generating the interface won't do anything, we need to input the mobile smtp pixel!\"}"], ["created_at", "2016-10-06 15:36:05.209003"], ["updated_at", "2016-10-06 15:36:05.209003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo doloribus dolores explicabo laboriosam dignissimos a.\",\"text\":\"I'll copy the bluetooth CSS interface, that should monitor the RSS card!\"}"], ["created_at", "2016-10-06 15:36:05.209892"], ["updated_at", "2016-10-06 15:36:05.209892"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis non et.\",\"text\":\"Use the open-source HTTP card, then you can connect the mobile feed!\"}"], ["created_at", "2016-10-06 15:36:05.210774"], ["updated_at", "2016-10-06 15:36:05.210774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem aperiam iusto doloribus ex et rerum alias.\",\"text\":\"If we calculate the circuit, we can get to the HDD sensor through the multi-byte USB capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.211650"], ["updated_at", "2016-10-06 15:36:05.211650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum dolor molestias ut quia.\",\"text\":\"Use the auxiliary SQL card, then you can navigate the auxiliary microchip!\"}"], ["created_at", "2016-10-06 15:36:05.212512"], ["updated_at", "2016-10-06 15:36:05.212512"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam nesciunt molestiae non cumque numquam.\",\"text\":\"Synthesizing the sensor won't do anything, we need to quantify the digital png transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.213420"], ["updated_at", "2016-10-06 15:36:05.213420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae adipisci sit dolores cumque quibusdam.\",\"text\":\"If we compress the feed, we can get to the JSON application through the wireless SMS circuit!\"}"], ["created_at", "2016-10-06 15:36:05.214297"], ["updated_at", "2016-10-06 15:36:05.214297"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam molestiae et tenetur quam nihil.\",\"text\":\"Use the back-end EXE microchip, then you can transmit the primary driver!\"}"], ["created_at", "2016-10-06 15:36:05.215153"], ["updated_at", "2016-10-06 15:36:05.215153"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In at quibusdam consequatur labore.\",\"text\":\"If we bypass the protocol, we can get to the HTTP port through the auxiliary THX card!\"}"], ["created_at", "2016-10-06 15:36:05.216024"], ["updated_at", "2016-10-06 15:36:05.216024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente similique consequatur ea nihil inventore accusantium ut.\",\"text\":\"You can't navigate the port without backing up the solid state CSS pixel!\"}"], ["created_at", "2016-10-06 15:36:05.216883"], ["updated_at", "2016-10-06 15:36:05.216883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores omnis in error.\",\"text\":\"Try to back up the RSS feed, maybe it will calculate the back-end pixel!\"}"], ["created_at", "2016-10-06 15:36:05.217739"], ["updated_at", "2016-10-06 15:36:05.217739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae placeat est et labore nostrum.\",\"text\":\"You can't index the array without copying the primary SAS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.218597"], ["updated_at", "2016-10-06 15:36:05.218597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad atque commodi autem hic error.\",\"text\":\"Generating the program won't do anything, we need to back up the solid state xss bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.219551"], ["updated_at", "2016-10-06 15:36:05.219551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sit omnis nostrum rerum fugiat et.\",\"text\":\"Copying the driver won't do anything, we need to generate the primary rss protocol!\"}"], ["created_at", "2016-10-06 15:36:05.220515"], ["updated_at", "2016-10-06 15:36:05.220515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio fugiat commodi vero non blanditiis minus.\",\"text\":\"The SQL matrix is down, back up the online bus so we can connect the RSS panel!\"}"], ["created_at", "2016-10-06 15:36:05.221390"], ["updated_at", "2016-10-06 15:36:05.221390"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt commodi eos et blanditiis nesciunt et iusto.\",\"text\":\"Use the auxiliary IB hard drive, then you can compress the back-end protocol!\"}"], ["created_at", "2016-10-06 15:36:05.222258"], ["updated_at", "2016-10-06 15:36:05.222258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam ab cumque quos eligendi non omnis molestiae.\",\"text\":\"Navigating the circuit won't do anything, we need to back up the bluetooth ai circuit!\"}"], ["created_at", "2016-10-06 15:36:05.223128"], ["updated_at", "2016-10-06 15:36:05.223128"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas minima reiciendis non totam sequi.\",\"text\":\"You can't synthesize the transmitter without quantifying the neural SQL monitor!\"}"], ["created_at", "2016-10-06 15:36:05.223997"], ["updated_at", "2016-10-06 15:36:05.223997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam ipsum exercitationem qui quisquam voluptatem.\",\"text\":\"Try to parse the TCP microchip, maybe it will hack the open-source panel!\"}"], ["created_at", "2016-10-06 15:36:05.224857"], ["updated_at", "2016-10-06 15:36:05.224857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum itaque illo eveniet magni qui.\",\"text\":\"If we synthesize the bus, we can get to the JSON panel through the optical AI driver!\"}"], ["created_at", "2016-10-06 15:36:05.225715"], ["updated_at", "2016-10-06 15:36:05.225715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur sequi blanditiis.\",\"text\":\"We need to generate the virtual XSS hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.226587"], ["updated_at", "2016-10-06 15:36:05.226587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum dolore eum sed deserunt saepe sunt ut.\",\"text\":\"I'll reboot the auxiliary SCSI interface, that should transmitter the CSS interface!\"}"], ["created_at", "2016-10-06 15:36:05.227458"], ["updated_at", "2016-10-06 15:36:05.227458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima in aperiam qui iure sit ea.\",\"text\":\"I'll quantify the primary HTTP application, that should port the FTP card!\"}"], ["created_at", "2016-10-06 15:36:05.228326"], ["updated_at", "2016-10-06 15:36:05.228326"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque ea eum non.\",\"text\":\"I'll index the bluetooth RAM capacitor, that should circuit the FTP circuit!\"}"], ["created_at", "2016-10-06 15:36:05.229221"], ["updated_at", "2016-10-06 15:36:05.229221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et neque impedit velit.\",\"text\":\"If we transmit the feed, we can get to the IB program through the mobile XML feed!\"}"], ["created_at", "2016-10-06 15:36:05.230082"], ["updated_at", "2016-10-06 15:36:05.230082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid ratione voluptas repudiandae distinctio pariatur quae.\",\"text\":\"You can't generate the pixel without navigating the haptic PCI system!\"}"], ["created_at", "2016-10-06 15:36:05.230998"], ["updated_at", "2016-10-06 15:36:05.230998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est tempore illum dolores animi quae perferendis fugiat.\",\"text\":\"Try to back up the IB sensor, maybe it will connect the wireless hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.231878"], ["updated_at", "2016-10-06 15:36:05.231878"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio eligendi explicabo aliquam.\",\"text\":\"If we parse the system, we can get to the XML card through the solid state RAM circuit!\"}"], ["created_at", "2016-10-06 15:36:05.232733"], ["updated_at", "2016-10-06 15:36:05.232733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil tempora animi et.\",\"text\":\"If we reboot the driver, we can get to the COM protocol through the haptic XSS interface!\"}"], ["created_at", "2016-10-06 15:36:05.233588"], ["updated_at", "2016-10-06 15:36:05.233588"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia voluptates possimus distinctio quia ut.\",\"text\":\"The USB microchip is down, quantify the haptic driver so we can bypass the COM alarm!\"}"], ["created_at", "2016-10-06 15:36:05.234489"], ["updated_at", "2016-10-06 15:36:05.234489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum hic possimus voluptas dolore repellendus magni natus.\",\"text\":\"We need to reboot the multi-byte PNG hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.235362"], ["updated_at", "2016-10-06 15:36:05.235362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus eveniet doloremque dignissimos quis autem.\",\"text\":\"If we hack the hard drive, we can get to the SSL program through the optical COM program!\"}"], ["created_at", "2016-10-06 15:36:05.236272"], ["updated_at", "2016-10-06 15:36:05.236272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda est id ab et molestiae.\",\"text\":\"I'll synthesize the multi-byte USB pixel, that should monitor the THX port!\"}"], ["created_at", "2016-10-06 15:36:05.237171"], ["updated_at", "2016-10-06 15:36:05.237171"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet esse culpa.\",\"text\":\"Try to synthesize the TCP driver, maybe it will index the multi-byte bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.238046"], ["updated_at", "2016-10-06 15:36:05.238046"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt et ea dolor.\",\"text\":\"The RAM panel is down, bypass the 1080p sensor so we can navigate the PCI program!\"}"], ["created_at", "2016-10-06 15:36:05.238944"], ["updated_at", "2016-10-06 15:36:05.238944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis et quos ea rerum excepturi velit.\",\"text\":\"We need to index the back-end JBOD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.239807"], ["updated_at", "2016-10-06 15:36:05.239807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae commodi voluptate aut hic enim magni labore.\",\"text\":\"Try to connect the XML card, maybe it will calculate the redundant capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.240667"], ["updated_at", "2016-10-06 15:36:05.240667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci provident est ut aut.\",\"text\":\"The FTP panel is down, override the virtual alarm so we can connect the SSL matrix!\"}"], ["created_at", "2016-10-06 15:36:05.241522"], ["updated_at", "2016-10-06 15:36:05.241522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt inventore voluptatem nostrum quis voluptatem qui.\",\"text\":\"You can't reboot the matrix without quantifying the 1080p USB transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.242424"], ["updated_at", "2016-10-06 15:36:05.242424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea eum eum ut.\",\"text\":\"We need to calculate the redundant THX array!\"}"], ["created_at", "2016-10-06 15:36:05.243285"], ["updated_at", "2016-10-06 15:36:05.243285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam nostrum quam placeat aspernatur cum ipsam.\",\"text\":\"You can't input the sensor without bypassing the auxiliary PNG interface!\"}"], ["created_at", "2016-10-06 15:36:05.244152"], ["updated_at", "2016-10-06 15:36:05.244152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet velit iure et vel eveniet ea omnis.\",\"text\":\"I'll back up the redundant EXE interface, that should firewall the EXE monitor!\"}"], ["created_at", "2016-10-06 15:36:05.245010"], ["updated_at", "2016-10-06 15:36:05.245010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A eum tempore et odio.\",\"text\":\"Indexing the port won't do anything, we need to quantify the virtual sql interface!\"}"], ["created_at", "2016-10-06 15:36:05.245914"], ["updated_at", "2016-10-06 15:36:05.245914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit earum numquam nam quasi.\",\"text\":\"Parsing the driver won't do anything, we need to compress the virtual json sensor!\"}"], ["created_at", "2016-10-06 15:36:05.246827"], ["updated_at", "2016-10-06 15:36:05.246827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias labore ut magnam ab pariatur.\",\"text\":\"Use the solid state SAS panel, then you can compress the redundant system!\"}"], ["created_at", "2016-10-06 15:36:05.247698"], ["updated_at", "2016-10-06 15:36:05.247698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum nobis assumenda qui aspernatur.\",\"text\":\"If we index the sensor, we can get to the HDD pixel through the open-source PCI driver!\"}"], ["created_at", "2016-10-06 15:36:05.248557"], ["updated_at", "2016-10-06 15:36:05.248557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolor cumque.\",\"text\":\"Try to transmit the SQL protocol, maybe it will synthesize the virtual panel!\"}"], ["created_at", "2016-10-06 15:36:05.249417"], ["updated_at", "2016-10-06 15:36:05.249417"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur et ratione.\",\"text\":\"You can't transmit the capacitor without quantifying the haptic SMTP monitor!\"}"], ["created_at", "2016-10-06 15:36:05.250306"], ["updated_at", "2016-10-06 15:36:05.250306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto maxime itaque harum qui eligendi.\",\"text\":\"Bypassing the hard drive won't do anything, we need to back up the mobile ai firewall!\"}"], ["created_at", "2016-10-06 15:36:05.251172"], ["updated_at", "2016-10-06 15:36:05.251172"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt veritatis corrupti sit eos recusandae quaerat facere.\",\"text\":\"The ADP hard drive is down, reboot the online pixel so we can connect the TCP program!\"}"], ["created_at", "2016-10-06 15:36:05.252033"], ["updated_at", "2016-10-06 15:36:05.252033"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et rerum soluta quis ea veritatis mollitia.\",\"text\":\"You can't quantify the capacitor without navigating the solid state SMTP firewall!\"}"], ["created_at", "2016-10-06 15:36:05.253157"], ["updated_at", "2016-10-06 15:36:05.253157"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae nulla amet esse quia non iure.\",\"text\":\"You can't hack the application without connecting the optical SSL driver!\"}"], ["created_at", "2016-10-06 15:36:05.254639"], ["updated_at", "2016-10-06 15:36:05.254639"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti laborum sapiente hic omnis natus.\",\"text\":\"If we input the system, we can get to the RAM capacitor through the auxiliary CSS pixel!\"}"], ["created_at", "2016-10-06 15:36:05.256043"], ["updated_at", "2016-10-06 15:36:05.256043"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere iure sit dolor molestias.\",\"text\":\"We need to quantify the bluetooth THX bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.257260"], ["updated_at", "2016-10-06 15:36:05.257260"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est rerum totam dolorem ducimus odit.\",\"text\":\"Calculating the pixel won't do anything, we need to quantify the redundant jbod firewall!\"}"], ["created_at", "2016-10-06 15:36:05.258784"], ["updated_at", "2016-10-06 15:36:05.258784"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit ipsam tempore molestias temporibus quia deleniti sed.\",\"text\":\"Use the redundant USB feed, then you can bypass the wireless capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.260915"], ["updated_at", "2016-10-06 15:36:05.260915"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil dolore enim.\",\"text\":\"The SAS transmitter is down, compress the bluetooth capacitor so we can generate the GB driver!\"}"], ["created_at", "2016-10-06 15:36:05.262201"], ["updated_at", "2016-10-06 15:36:05.262201"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit ut molestiae.\",\"text\":\"Copying the pixel won't do anything, we need to bypass the virtual ftp feed!\"}"], ["created_at", "2016-10-06 15:36:05.264723"], ["updated_at", "2016-10-06 15:36:05.264723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt et laborum labore dolore vero voluptatibus.\",\"text\":\"If we synthesize the bus, we can get to the SAS panel through the open-source XSS bus!\"}"], ["created_at", "2016-10-06 15:36:05.265901"], ["updated_at", "2016-10-06 15:36:05.265901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia ut error et et id ex tempore.\",\"text\":\"The RAM panel is down, hack the back-end transmitter so we can input the SDD protocol!\"}"], ["created_at", "2016-10-06 15:36:05.266853"], ["updated_at", "2016-10-06 15:36:05.266853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam qui at laboriosam.\",\"text\":\"You can't synthesize the driver without indexing the auxiliary JSON feed!\"}"], ["created_at", "2016-10-06 15:36:05.267721"], ["updated_at", "2016-10-06 15:36:05.267721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et fugit beatae voluptatem sunt.\",\"text\":\"The SCSI bus is down, connect the optical card so we can generate the SAS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.268647"], ["updated_at", "2016-10-06 15:36:05.268647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero fugit mollitia.\",\"text\":\"The USB monitor is down, input the optical transmitter so we can back up the RAM port!\"}"], ["created_at", "2016-10-06 15:36:05.269629"], ["updated_at", "2016-10-06 15:36:05.269629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore non corrupti.\",\"text\":\"I'll copy the wireless HDD alarm, that should driver the AGP firewall!\"}"], ["created_at", "2016-10-06 15:36:05.270557"], ["updated_at", "2016-10-06 15:36:05.270557"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et occaecati earum nobis quia consectetur et dolorum.\",\"text\":\"If we override the bus, we can get to the ADP application through the multi-byte HTTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.271539"], ["updated_at", "2016-10-06 15:36:05.271539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora quis quis quam.\",\"text\":\"If we parse the microchip, we can get to the CSS program through the auxiliary GB feed!\"}"], ["created_at", "2016-10-06 15:36:05.272497"], ["updated_at", "2016-10-06 15:36:05.272497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut optio consequuntur sit dolores a officia ut.\",\"text\":\"The RSS feed is down, input the open-source card so we can generate the SMS capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.273413"], ["updated_at", "2016-10-06 15:36:05.273413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates voluptatem atque sit natus.\",\"text\":\"We need to program the redundant HDD circuit!\"}"], ["created_at", "2016-10-06 15:36:05.274330"], ["updated_at", "2016-10-06 15:36:05.274330"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci minus fugit deserunt.\",\"text\":\"Use the digital SMTP system, then you can input the primary interface!\"}"], ["created_at", "2016-10-06 15:36:05.275199"], ["updated_at", "2016-10-06 15:36:05.275199"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti quidem veniam suscipit saepe est.\",\"text\":\"I'll parse the auxiliary SCSI alarm, that should protocol the SAS port!\"}"], ["created_at", "2016-10-06 15:36:05.276065"], ["updated_at", "2016-10-06 15:36:05.276065"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat similique nemo iusto.\",\"text\":\"We need to copy the cross-platform SMS monitor!\"}"], ["created_at", "2016-10-06 15:36:05.276929"], ["updated_at", "2016-10-06 15:36:05.276929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores esse sit.\",\"text\":\"I'll calculate the open-source SCSI transmitter, that should panel the SDD transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.277856"], ["updated_at", "2016-10-06 15:36:05.277856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore ut repudiandae.\",\"text\":\"Try to back up the XML bus, maybe it will generate the solid state driver!\"}"], ["created_at", "2016-10-06 15:36:05.278781"], ["updated_at", "2016-10-06 15:36:05.278781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sunt ea aperiam saepe quae.\",\"text\":\"Try to override the FTP microchip, maybe it will back up the digital bus!\"}"], ["created_at", "2016-10-06 15:36:05.279654"], ["updated_at", "2016-10-06 15:36:05.279654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non ea vel.\",\"text\":\"Try to navigate the RSS application, maybe it will synthesize the online alarm!\"}"], ["created_at", "2016-10-06 15:36:05.280546"], ["updated_at", "2016-10-06 15:36:05.280546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias dignissimos enim.\",\"text\":\"Try to program the RAM alarm, maybe it will bypass the open-source feed!\"}"], ["created_at", "2016-10-06 15:36:05.281403"], ["updated_at", "2016-10-06 15:36:05.281403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic corporis ea.\",\"text\":\"You can't navigate the feed without compressing the cross-platform ADP program!\"}"], ["created_at", "2016-10-06 15:36:05.282293"], ["updated_at", "2016-10-06 15:36:05.282293"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta cum eaque ex natus.\",\"text\":\"Overriding the system won't do anything, we need to transmit the mobile sql firewall!\"}"], ["created_at", "2016-10-06 15:36:05.283150"], ["updated_at", "2016-10-06 15:36:05.283150"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur praesentium corrupti sed eos.\",\"text\":\"I'll calculate the wireless SQL microchip, that should pixel the HDD firewall!\"}"], ["created_at", "2016-10-06 15:36:05.284049"], ["updated_at", "2016-10-06 15:36:05.284049"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim qui doloremque harum dolor repellendus.\",\"text\":\"We need to input the digital RAM circuit!\"}"], ["created_at", "2016-10-06 15:36:05.285054"], ["updated_at", "2016-10-06 15:36:05.285054"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aspernatur consequuntur.\",\"text\":\"Indexing the sensor won't do anything, we need to connect the optical rss hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.286043"], ["updated_at", "2016-10-06 15:36:05.286043"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ipsam illo unde quis consectetur quia ex.\",\"text\":\"You can't connect the firewall without programming the solid state XML capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.287138"], ["updated_at", "2016-10-06 15:36:05.287138"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio dolor harum.\",\"text\":\"We need to hack the back-end HDD matrix!\"}"], ["created_at", "2016-10-06 15:36:05.288062"], ["updated_at", "2016-10-06 15:36:05.288062"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem deleniti est molestiae.\",\"text\":\"Use the haptic GB feed, then you can input the bluetooth alarm!\"}"], ["created_at", "2016-10-06 15:36:05.289031"], ["updated_at", "2016-10-06 15:36:05.289031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia harum deserunt aliquam.\",\"text\":\"If we synthesize the system, we can get to the COM protocol through the digital USB circuit!\"}"], ["created_at", "2016-10-06 15:36:05.290065"], ["updated_at", "2016-10-06 15:36:05.290065"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam non ipsum assumenda.\",\"text\":\"I'll synthesize the redundant XML feed, that should monitor the IB pixel!\"}"], ["created_at", "2016-10-06 15:36:05.291048"], ["updated_at", "2016-10-06 15:36:05.291048"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi eaque id quaerat.\",\"text\":\"You can't connect the firewall without generating the primary HTTP firewall!\"}"], ["created_at", "2016-10-06 15:36:05.292020"], ["updated_at", "2016-10-06 15:36:05.292020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae ducimus quia nihil.\",\"text\":\"Try to copy the HTTP bandwidth, maybe it will program the haptic card!\"}"], ["created_at", "2016-10-06 15:36:05.292911"], ["updated_at", "2016-10-06 15:36:05.292911"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt nobis dicta animi quod asperiores nisi.\",\"text\":\"Use the multi-byte USB alarm, then you can back up the 1080p protocol!\"}"], ["created_at", "2016-10-06 15:36:05.293780"], ["updated_at", "2016-10-06 15:36:05.293780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo ea culpa dicta libero velit.\",\"text\":\"If we copy the interface, we can get to the HTTP bandwidth through the back-end FTP interface!\"}"], ["created_at", "2016-10-06 15:36:05.294843"], ["updated_at", "2016-10-06 15:36:05.294843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus ullam placeat.\",\"text\":\"Try to reboot the TCP circuit, maybe it will reboot the neural feed!\"}"], ["created_at", "2016-10-06 15:36:05.295759"], ["updated_at", "2016-10-06 15:36:05.295759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non eligendi voluptatibus excepturi sapiente.\",\"text\":\"Copying the protocol won't do anything, we need to program the multi-byte css program!\"}"], ["created_at", "2016-10-06 15:36:05.296614"], ["updated_at", "2016-10-06 15:36:05.296614"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime nisi ut earum.\",\"text\":\"Use the neural AI hard drive, then you can synthesize the mobile hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.297462"], ["updated_at", "2016-10-06 15:36:05.297462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis in voluptatem dolorum dolores velit.\",\"text\":\"Bypassing the bus won't do anything, we need to parse the optical hdd sensor!\"}"], ["created_at", "2016-10-06 15:36:05.298367"], ["updated_at", "2016-10-06 15:36:05.298367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed consequatur cum doloremque error consectetur.\",\"text\":\"If we parse the hard drive, we can get to the COM protocol through the multi-byte SCSI feed!\"}"], ["created_at", "2016-10-06 15:36:05.299234"], ["updated_at", "2016-10-06 15:36:05.299234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi praesentium voluptates facere quia dolore ea laborum.\",\"text\":\"We need to synthesize the back-end XSS circuit!\"}"], ["created_at", "2016-10-06 15:36:05.300089"], ["updated_at", "2016-10-06 15:36:05.300089"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem saepe eos ut nisi consequuntur nam sequi.\",\"text\":\"Try to calculate the SSL panel, maybe it will back up the solid state capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.300938"], ["updated_at", "2016-10-06 15:36:05.300938"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident et quas.\",\"text\":\"We need to copy the mobile AGP microchip!\"}"], ["created_at", "2016-10-06 15:36:05.301795"], ["updated_at", "2016-10-06 15:36:05.301795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur fuga laudantium sint voluptas.\",\"text\":\"Try to program the SCSI alarm, maybe it will bypass the redundant pixel!\"}"], ["created_at", "2016-10-06 15:36:05.302676"], ["updated_at", "2016-10-06 15:36:05.302676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem tempore est cupiditate eos optio rerum illo.\",\"text\":\"I'll generate the 1080p SMTP matrix, that should monitor the RSS program!\"}"], ["created_at", "2016-10-06 15:36:05.303566"], ["updated_at", "2016-10-06 15:36:05.303566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus reprehenderit ut rerum error perspiciatis aliquam.\",\"text\":\"I'll program the primary SAS feed, that should panel the SDD firewall!\"}"], ["created_at", "2016-10-06 15:36:05.304426"], ["updated_at", "2016-10-06 15:36:05.304426"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis iste a eum odio.\",\"text\":\"Backing up the bandwidth won't do anything, we need to quantify the optical ib system!\"}"], ["created_at", "2016-10-06 15:36:05.305278"], ["updated_at", "2016-10-06 15:36:05.305278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis voluptas quia.\",\"text\":\"I'll hack the digital FTP pixel, that should program the COM system!\"}"], ["created_at", "2016-10-06 15:36:05.306136"], ["updated_at", "2016-10-06 15:36:05.306136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique sed qui repellendus.\",\"text\":\"I'll quantify the virtual SQL port, that should program the SMTP port!\"}"], ["created_at", "2016-10-06 15:36:05.306995"], ["updated_at", "2016-10-06 15:36:05.306995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla similique corrupti incidunt neque et voluptatum dicta.\",\"text\":\"Overriding the alarm won't do anything, we need to quantify the neural ai card!\"}"], ["created_at", "2016-10-06 15:36:05.307859"], ["updated_at", "2016-10-06 15:36:05.307859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto in maiores dolorem facere temporibus ab sapiente.\",\"text\":\"The XML hard drive is down, navigate the 1080p feed so we can index the XML monitor!\"}"], ["created_at", "2016-10-06 15:36:05.308716"], ["updated_at", "2016-10-06 15:36:05.308716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi quae cum.\",\"text\":\"I'll override the bluetooth SMTP capacitor, that should matrix the HTTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.309567"], ["updated_at", "2016-10-06 15:36:05.309567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi aut nisi sunt possimus nesciunt fugit.\",\"text\":\"Try to transmit the HDD hard drive, maybe it will synthesize the primary microchip!\"}"], ["created_at", "2016-10-06 15:36:05.310480"], ["updated_at", "2016-10-06 15:36:05.310480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum voluptatem est quia et esse eos.\",\"text\":\"Try to navigate the SDD program, maybe it will input the 1080p driver!\"}"], ["created_at", "2016-10-06 15:36:05.311413"], ["updated_at", "2016-10-06 15:36:05.311413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas culpa hic nisi nemo.\",\"text\":\"You can't reboot the feed without bypassing the mobile SMTP application!\"}"], ["created_at", "2016-10-06 15:36:05.312276"], ["updated_at", "2016-10-06 15:36:05.312276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor quas ut iure eum est est.\",\"text\":\"We need to synthesize the digital HDD firewall!\"}"], ["created_at", "2016-10-06 15:36:05.313133"], ["updated_at", "2016-10-06 15:36:05.313133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quos animi est veritatis ipsa ut dolor.\",\"text\":\"We need to generate the wireless IB protocol!\"}"], ["created_at", "2016-10-06 15:36:05.314034"], ["updated_at", "2016-10-06 15:36:05.314034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis impedit rerum adipisci consequatur quaerat.\",\"text\":\"The EXE bus is down, compress the neural array so we can hack the AGP application!\"}"], ["created_at", "2016-10-06 15:36:05.314909"], ["updated_at", "2016-10-06 15:36:05.314909"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse maxime explicabo reiciendis ut enim dicta aut.\",\"text\":\"The SQL sensor is down, synthesize the bluetooth protocol so we can hack the XSS protocol!\"}"], ["created_at", "2016-10-06 15:36:05.315768"], ["updated_at", "2016-10-06 15:36:05.315768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit iste architecto.\",\"text\":\"Generating the pixel won't do anything, we need to bypass the open-source sms feed!\"}"], ["created_at", "2016-10-06 15:36:05.316635"], ["updated_at", "2016-10-06 15:36:05.316635"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus fuga omnis dignissimos vel.\",\"text\":\"Use the cross-platform XSS firewall, then you can index the solid state application!\"}"], ["created_at", "2016-10-06 15:36:05.317503"], ["updated_at", "2016-10-06 15:36:05.317503"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto et quos aut sit.\",\"text\":\"Try to quantify the USB interface, maybe it will input the haptic port!\"}"], ["created_at", "2016-10-06 15:36:05.318374"], ["updated_at", "2016-10-06 15:36:05.318374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse tempore sequi eum soluta repudiandae quia minus.\",\"text\":\"Use the 1080p SSL interface, then you can quantify the redundant program!\"}"], ["created_at", "2016-10-06 15:36:05.319259"], ["updated_at", "2016-10-06 15:36:05.319259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates quia blanditiis quia.\",\"text\":\"I'll compress the 1080p SCSI bandwidth, that should feed the ADP system!\"}"], ["created_at", "2016-10-06 15:36:05.320122"], ["updated_at", "2016-10-06 15:36:05.320122"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero perferendis qui excepturi debitis optio nam officiis.\",\"text\":\"Use the redundant PNG transmitter, then you can synthesize the back-end array!\"}"], ["created_at", "2016-10-06 15:36:05.320977"], ["updated_at", "2016-10-06 15:36:05.320977"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed cumque esse.\",\"text\":\"Use the mobile GB capacitor, then you can navigate the open-source monitor!\"}"], ["created_at", "2016-10-06 15:36:05.321831"], ["updated_at", "2016-10-06 15:36:05.321831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti consequatur sed.\",\"text\":\"If we compress the system, we can get to the IB program through the digital FTP interface!\"}"], ["created_at", "2016-10-06 15:36:05.322700"], ["updated_at", "2016-10-06 15:36:05.322700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam dicta consectetur deleniti delectus nemo similique.\",\"text\":\"Use the auxiliary COM monitor, then you can transmit the bluetooth bus!\"}"], ["created_at", "2016-10-06 15:36:05.323559"], ["updated_at", "2016-10-06 15:36:05.323559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla rerum ipsum incidunt porro temporibus consequatur qui.\",\"text\":\"We need to navigate the 1080p THX application!\"}"], ["created_at", "2016-10-06 15:36:05.324416"], ["updated_at", "2016-10-06 15:36:05.324416"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur et ad sed eos a.\",\"text\":\"You can't input the port without bypassing the digital IB microchip!\"}"], ["created_at", "2016-10-06 15:36:05.325284"], ["updated_at", "2016-10-06 15:36:05.325284"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ipsum est quos totam omnis sed.\",\"text\":\"You can't hack the card without bypassing the primary SQL driver!\"}"], ["created_at", "2016-10-06 15:36:05.326144"], ["updated_at", "2016-10-06 15:36:05.326144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eius qui esse.\",\"text\":\"You can't parse the application without calculating the mobile XML sensor!\"}"], ["created_at", "2016-10-06 15:36:05.327067"], ["updated_at", "2016-10-06 15:36:05.327067"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore dolore rem deserunt id rerum eveniet voluptates.\",\"text\":\"Try to parse the JSON system, maybe it will quantify the mobile card!\"}"], ["created_at", "2016-10-06 15:36:05.327961"], ["updated_at", "2016-10-06 15:36:05.327961"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis enim perspiciatis itaque tenetur quaerat reiciendis quae.\",\"text\":\"Transmitting the matrix won't do anything, we need to copy the solid state exe application!\"}"], ["created_at", "2016-10-06 15:36:05.328821"], ["updated_at", "2016-10-06 15:36:05.328821"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero aut iusto non deleniti blanditiis quidem.\",\"text\":\"We need to compress the mobile FTP interface!\"}"], ["created_at", "2016-10-06 15:36:05.329677"], ["updated_at", "2016-10-06 15:36:05.329677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores iusto ut vel quis officia debitis nulla.\",\"text\":\"Try to program the ADP capacitor, maybe it will generate the 1080p matrix!\"}"], ["created_at", "2016-10-06 15:36:05.330567"], ["updated_at", "2016-10-06 15:36:05.330567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et corrupti ea quia.\",\"text\":\"You can't calculate the circuit without bypassing the online AI driver!\"}"], ["created_at", "2016-10-06 15:36:05.331451"], ["updated_at", "2016-10-06 15:36:05.331451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et consequatur ab.\",\"text\":\"Connecting the interface won't do anything, we need to back up the virtual thx protocol!\"}"], ["created_at", "2016-10-06 15:36:05.332316"], ["updated_at", "2016-10-06 15:36:05.332316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti laboriosam expedita.\",\"text\":\"The SCSI hard drive is down, navigate the open-source matrix so we can back up the XML card!\"}"], ["created_at", "2016-10-06 15:36:05.333169"], ["updated_at", "2016-10-06 15:36:05.333169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente molestias magni exercitationem et.\",\"text\":\"Use the open-source THX system, then you can navigate the multi-byte microchip!\"}"], ["created_at", "2016-10-06 15:36:05.334039"], ["updated_at", "2016-10-06 15:36:05.334039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui illo veniam perferendis et minus.\",\"text\":\"You can't program the circuit without copying the wireless TCP transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.334995"], ["updated_at", "2016-10-06 15:36:05.334995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora nulla necessitatibus.\",\"text\":\"The CSS application is down, quantify the back-end port so we can hack the SQL panel!\"}"], ["created_at", "2016-10-06 15:36:05.335896"], ["updated_at", "2016-10-06 15:36:05.335896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum vero ut error enim.\",\"text\":\"I'll synthesize the multi-byte THX driver, that should circuit the TCP system!\"}"], ["created_at", "2016-10-06 15:36:05.336756"], ["updated_at", "2016-10-06 15:36:05.336756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et rerum sit facilis sapiente unde.\",\"text\":\"The JBOD protocol is down, hack the solid state circuit so we can parse the EXE hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.337612"], ["updated_at", "2016-10-06 15:36:05.337612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde consequuntur placeat.\",\"text\":\"I'll parse the neural CSS interface, that should interface the JSON protocol!\"}"], ["created_at", "2016-10-06 15:36:05.338479"], ["updated_at", "2016-10-06 15:36:05.338479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum rem numquam quae quo perferendis ratione.\",\"text\":\"I'll copy the 1080p SQL interface, that should monitor the THX array!\"}"], ["created_at", "2016-10-06 15:36:05.339332"], ["updated_at", "2016-10-06 15:36:05.339332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus ut aperiam in nihil consequatur fuga necessitatibus.\",\"text\":\"I'll override the auxiliary EXE program, that should matrix the RSS driver!\"}"], ["created_at", "2016-10-06 15:36:05.340184"], ["updated_at", "2016-10-06 15:36:05.340184"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo quas odio voluptas quaerat itaque quasi ex.\",\"text\":\"I'll override the virtual SMS system, that should card the AI sensor!\"}"], ["created_at", "2016-10-06 15:36:05.341047"], ["updated_at", "2016-10-06 15:36:05.341047"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel vero possimus ullam voluptatem.\",\"text\":\"We need to back up the back-end COM protocol!\"}"], ["created_at", "2016-10-06 15:36:05.341899"], ["updated_at", "2016-10-06 15:36:05.341899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quasi debitis.\",\"text\":\"Use the virtual COM bus, then you can parse the digital matrix!\"}"], ["created_at", "2016-10-06 15:36:05.342835"], ["updated_at", "2016-10-06 15:36:05.342835"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor nemo ipsam.\",\"text\":\"Use the back-end HTTP transmitter, then you can bypass the back-end bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.343733"], ["updated_at", "2016-10-06 15:36:05.343733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi voluptas ipsa est.\",\"text\":\"Use the auxiliary SSL feed, then you can synthesize the back-end bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.344614"], ["updated_at", "2016-10-06 15:36:05.344614"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint assumenda quo voluptate aut praesentium.\",\"text\":\"If we copy the bandwidth, we can get to the JBOD feed through the cross-platform PCI matrix!\"}"], ["created_at", "2016-10-06 15:36:05.345464"], ["updated_at", "2016-10-06 15:36:05.345464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem labore enim voluptatibus vitae possimus aliquid.\",\"text\":\"I'll calculate the multi-byte RAM pixel, that should array the SAS protocol!\"}"], ["created_at", "2016-10-06 15:36:05.346356"], ["updated_at", "2016-10-06 15:36:05.346356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quia veniam iste.\",\"text\":\"We need to input the wireless RAM transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.347241"], ["updated_at", "2016-10-06 15:36:05.347241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores laboriosam aperiam corrupti qui.\",\"text\":\"You can't hack the protocol without calculating the bluetooth SDD circuit!\"}"], ["created_at", "2016-10-06 15:36:05.348112"], ["updated_at", "2016-10-06 15:36:05.348112"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit impedit aut saepe maxime recusandae.\",\"text\":\"You can't compress the matrix without overriding the wireless RAM matrix!\"}"], ["created_at", "2016-10-06 15:36:05.349013"], ["updated_at", "2016-10-06 15:36:05.349013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa est itaque.\",\"text\":\"I'll bypass the digital SAS bandwidth, that should array the PNG card!\"}"], ["created_at", "2016-10-06 15:36:05.349857"], ["updated_at", "2016-10-06 15:36:05.349857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero eum sit et qui.\",\"text\":\"If we override the capacitor, we can get to the JSON hard drive through the redundant TCP driver!\"}"], ["created_at", "2016-10-06 15:36:05.350738"], ["updated_at", "2016-10-06 15:36:05.350738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem temporibus laboriosam unde non sed soluta quidem.\",\"text\":\"Backing up the bandwidth won't do anything, we need to connect the multi-byte ai array!\"}"], ["created_at", "2016-10-06 15:36:05.351604"], ["updated_at", "2016-10-06 15:36:05.351604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et omnis repellat similique eos delectus reiciendis.\",\"text\":\"If we back up the sensor, we can get to the XML bandwidth through the haptic THX bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.352489"], ["updated_at", "2016-10-06 15:36:05.352489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et distinctio enim qui eum placeat sit.\",\"text\":\"The CSS capacitor is down, generate the digital circuit so we can hack the ADP hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.353359"], ["updated_at", "2016-10-06 15:36:05.353359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis deleniti doloribus voluptate.\",\"text\":\"I'll input the back-end HTTP program, that should feed the FTP port!\"}"], ["created_at", "2016-10-06 15:36:05.354243"], ["updated_at", "2016-10-06 15:36:05.354243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut minus alias qui dolor fuga.\",\"text\":\"Use the virtual SQL array, then you can back up the open-source application!\"}"], ["created_at", "2016-10-06 15:36:05.355133"], ["updated_at", "2016-10-06 15:36:05.355133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos quasi omnis natus.\",\"text\":\"If we back up the firewall, we can get to the XSS microchip through the optical RAM pixel!\"}"], ["created_at", "2016-10-06 15:36:05.356001"], ["updated_at", "2016-10-06 15:36:05.356001"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi aspernatur adipisci.\",\"text\":\"We need to back up the wireless JSON hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.356853"], ["updated_at", "2016-10-06 15:36:05.356853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus omnis cumque consequatur recusandae consequuntur.\",\"text\":\"The SDD port is down, calculate the cross-platform bandwidth so we can input the SMS feed!\"}"], ["created_at", "2016-10-06 15:36:05.357700"], ["updated_at", "2016-10-06 15:36:05.357700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente et fugiat tempore vel voluptatem alias.\",\"text\":\"You can't back up the circuit without bypassing the optical THX alarm!\"}"], ["created_at", "2016-10-06 15:36:05.358601"], ["updated_at", "2016-10-06 15:36:05.358601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate libero molestiae saepe voluptate distinctio aut.\",\"text\":\"Use the open-source USB circuit, then you can reboot the multi-byte monitor!\"}"], ["created_at", "2016-10-06 15:36:05.359520"], ["updated_at", "2016-10-06 15:36:05.359520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas est quam.\",\"text\":\"I'll transmit the solid state SSL array, that should system the SQL matrix!\"}"], ["created_at", "2016-10-06 15:36:05.360403"], ["updated_at", "2016-10-06 15:36:05.360403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil alias eligendi esse sit sint dolorem beatae.\",\"text\":\"Use the primary SDD microchip, then you can override the cross-platform bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.361275"], ["updated_at", "2016-10-06 15:36:05.361275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores consequatur ullam inventore minus occaecati iste.\",\"text\":\"The JBOD sensor is down, bypass the primary pixel so we can bypass the PNG program!\"}"], ["created_at", "2016-10-06 15:36:05.362168"], ["updated_at", "2016-10-06 15:36:05.362168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur et reiciendis ratione aut quas labore.\",\"text\":\"Try to parse the FTP firewall, maybe it will copy the solid state feed!\"}"], ["created_at", "2016-10-06 15:36:05.363040"], ["updated_at", "2016-10-06 15:36:05.363040"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quia hic et est.\",\"text\":\"The TCP alarm is down, synthesize the optical matrix so we can program the JBOD microchip!\"}"], ["created_at", "2016-10-06 15:36:05.363897"], ["updated_at", "2016-10-06 15:36:05.363897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quidem itaque.\",\"text\":\"If we bypass the capacitor, we can get to the GB monitor through the cross-platform ADP driver!\"}"], ["created_at", "2016-10-06 15:36:05.364750"], ["updated_at", "2016-10-06 15:36:05.364750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate vel in consequatur.\",\"text\":\"Copying the protocol won't do anything, we need to transmit the neural adp monitor!\"}"], ["created_at", "2016-10-06 15:36:05.365598"], ["updated_at", "2016-10-06 15:36:05.365598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia et magnam.\",\"text\":\"You can't copy the driver without transmitting the back-end ADP array!\"}"], ["created_at", "2016-10-06 15:36:05.366481"], ["updated_at", "2016-10-06 15:36:05.366481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates nihil qui cupiditate et in quas.\",\"text\":\"We need to index the cross-platform GB card!\"}"], ["created_at", "2016-10-06 15:36:05.367328"], ["updated_at", "2016-10-06 15:36:05.367328"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus aut culpa ipsum.\",\"text\":\"Use the neural COM transmitter, then you can hack the auxiliary program!\"}"], ["created_at", "2016-10-06 15:36:05.368231"], ["updated_at", "2016-10-06 15:36:05.368231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui deleniti optio.\",\"text\":\"Try to generate the USB alarm, maybe it will synthesize the multi-byte feed!\"}"], ["created_at", "2016-10-06 15:36:05.369336"], ["updated_at", "2016-10-06 15:36:05.369336"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel iusto nemo maxime aperiam.\",\"text\":\"Programming the driver won't do anything, we need to input the digital smtp program!\"}"], ["created_at", "2016-10-06 15:36:05.370386"], ["updated_at", "2016-10-06 15:36:05.370386"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos autem amet facilis.\",\"text\":\"The ADP microchip is down, generate the wireless microchip so we can reboot the THX pixel!\"}"], ["created_at", "2016-10-06 15:36:05.372236"], ["updated_at", "2016-10-06 15:36:05.372236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non accusantium et nesciunt mollitia eum optio explicabo.\",\"text\":\"Try to override the AI firewall, maybe it will reboot the solid state capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.373458"], ["updated_at", "2016-10-06 15:36:05.373458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum mollitia et sit cupiditate unde.\",\"text\":\"Parsing the application won't do anything, we need to connect the back-end ssl monitor!\"}"], ["created_at", "2016-10-06 15:36:05.374385"], ["updated_at", "2016-10-06 15:36:05.374385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro minima rerum rerum ab nulla est.\",\"text\":\"I'll reboot the multi-byte SDD bus, that should application the TCP driver!\"}"], ["created_at", "2016-10-06 15:36:05.375274"], ["updated_at", "2016-10-06 15:36:05.375274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi rem unde praesentium est et cupiditate delectus.\",\"text\":\"Try to generate the IB capacitor, maybe it will program the bluetooth bus!\"}"], ["created_at", "2016-10-06 15:36:05.376145"], ["updated_at", "2016-10-06 15:36:05.376145"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam ut aliquam.\",\"text\":\"If we override the firewall, we can get to the EXE system through the wireless HTTP firewall!\"}"], ["created_at", "2016-10-06 15:36:05.377023"], ["updated_at", "2016-10-06 15:36:05.377023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate quis dolorem ut earum voluptatem totam.\",\"text\":\"Use the open-source PNG port, then you can index the auxiliary pixel!\"}"], ["created_at", "2016-10-06 15:36:05.377887"], ["updated_at", "2016-10-06 15:36:05.377887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint eveniet similique eius quae autem omnis.\",\"text\":\"The ADP circuit is down, connect the online array so we can bypass the SDD interface!\"}"], ["created_at", "2016-10-06 15:36:05.378778"], ["updated_at", "2016-10-06 15:36:05.378778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor unde minima omnis.\",\"text\":\"You can't reboot the panel without backing up the online SSL hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.379661"], ["updated_at", "2016-10-06 15:36:05.379661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta consequatur dolore vero molestiae qui dolor.\",\"text\":\"Use the bluetooth PNG bus, then you can quantify the digital interface!\"}"], ["created_at", "2016-10-06 15:36:05.380516"], ["updated_at", "2016-10-06 15:36:05.380516"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sunt autem iste eos pariatur harum.\",\"text\":\"The PNG hard drive is down, connect the online hard drive so we can bypass the CSS driver!\"}"], ["created_at", "2016-10-06 15:36:05.381373"], ["updated_at", "2016-10-06 15:36:05.381373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam magnam quis asperiores nemo ad.\",\"text\":\"We need to back up the digital JBOD matrix!\"}"], ["created_at", "2016-10-06 15:36:05.382247"], ["updated_at", "2016-10-06 15:36:05.382247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis cum ad quia sed similique fugiat.\",\"text\":\"We need to program the redundant HTTP pixel!\"}"], ["created_at", "2016-10-06 15:36:05.383106"], ["updated_at", "2016-10-06 15:36:05.383106"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non temporibus officia necessitatibus et quod.\",\"text\":\"I'll hack the wireless PCI bandwidth, that should circuit the SSL array!\"}"], ["created_at", "2016-10-06 15:36:05.383967"], ["updated_at", "2016-10-06 15:36:05.383967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos natus quaerat explicabo dignissimos ad sint nihil.\",\"text\":\"Try to transmit the SSL application, maybe it will compress the neural system!\"}"], ["created_at", "2016-10-06 15:36:05.384808"], ["updated_at", "2016-10-06 15:36:05.384808"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem nemo voluptatum neque.\",\"text\":\"The USB firewall is down, navigate the digital port so we can navigate the SSL sensor!\"}"], ["created_at", "2016-10-06 15:36:05.385672"], ["updated_at", "2016-10-06 15:36:05.385672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem impedit dolor atque in quae.\",\"text\":\"We need to override the digital RSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.386565"], ["updated_at", "2016-10-06 15:36:05.386565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt voluptates quia iste.\",\"text\":\"You can't compress the transmitter without indexing the wireless ADP port!\"}"], ["created_at", "2016-10-06 15:36:05.387414"], ["updated_at", "2016-10-06 15:36:05.387414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam ut neque deleniti non at fugiat.\",\"text\":\"The AGP bus is down, input the wireless capacitor so we can override the TCP sensor!\"}"], ["created_at", "2016-10-06 15:36:05.388280"], ["updated_at", "2016-10-06 15:36:05.388280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae et quia modi magni fugiat minima veniam.\",\"text\":\"I'll program the cross-platform JBOD monitor, that should pixel the HDD capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.389146"], ["updated_at", "2016-10-06 15:36:05.389146"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab id quasi at perspiciatis facilis.\",\"text\":\"I'll connect the open-source FTP sensor, that should system the TCP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.389992"], ["updated_at", "2016-10-06 15:36:05.389992"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia totam dolor consequuntur voluptatem.\",\"text\":\"Use the 1080p RAM firewall, then you can bypass the 1080p firewall!\"}"], ["created_at", "2016-10-06 15:36:05.390875"], ["updated_at", "2016-10-06 15:36:05.390875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam asperiores eum aliquid tempora consequatur in voluptas.\",\"text\":\"If we reboot the microchip, we can get to the AGP hard drive through the primary ADP matrix!\"}"], ["created_at", "2016-10-06 15:36:05.391764"], ["updated_at", "2016-10-06 15:36:05.391764"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae ex magnam et dolorem dolor ea.\",\"text\":\"We need to program the solid state SQL capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.392645"], ["updated_at", "2016-10-06 15:36:05.392645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem necessitatibus est qui.\",\"text\":\"If we program the alarm, we can get to the ADP array through the haptic SQL pixel!\"}"], ["created_at", "2016-10-06 15:36:05.393497"], ["updated_at", "2016-10-06 15:36:05.393497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel molestiae eos maxime.\",\"text\":\"We need to program the multi-byte PCI array!\"}"], ["created_at", "2016-10-06 15:36:05.394382"], ["updated_at", "2016-10-06 15:36:05.394382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus in quia.\",\"text\":\"I'll compress the optical EXE interface, that should bandwidth the SMTP feed!\"}"], ["created_at", "2016-10-06 15:36:05.395261"], ["updated_at", "2016-10-06 15:36:05.395261"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo laboriosam molestias veniam unde.\",\"text\":\"Try to calculate the FTP card, maybe it will calculate the online bus!\"}"], ["created_at", "2016-10-06 15:36:05.396112"], ["updated_at", "2016-10-06 15:36:05.396112"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non possimus est.\",\"text\":\"Try to transmit the USB hard drive, maybe it will program the neural matrix!\"}"], ["created_at", "2016-10-06 15:36:05.396970"], ["updated_at", "2016-10-06 15:36:05.396970"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut asperiores voluptas assumenda perferendis.\",\"text\":\"The AGP application is down, transmit the auxiliary card so we can back up the USB bus!\"}"], ["created_at", "2016-10-06 15:36:05.397877"], ["updated_at", "2016-10-06 15:36:05.397877"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum commodi incidunt dolorem perferendis beatae iusto.\",\"text\":\"Compressing the sensor won't do anything, we need to synthesize the redundant usb alarm!\"}"], ["created_at", "2016-10-06 15:36:05.398770"], ["updated_at", "2016-10-06 15:36:05.398770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti ut eos labore quae id.\",\"text\":\"Use the back-end AI program, then you can hack the optical monitor!\"}"], ["created_at", "2016-10-06 15:36:05.399624"], ["updated_at", "2016-10-06 15:36:05.399624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam et fugiat.\",\"text\":\"The SCSI microchip is down, connect the virtual sensor so we can index the GB protocol!\"}"], ["created_at", "2016-10-06 15:36:05.400470"], ["updated_at", "2016-10-06 15:36:05.400470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet ut aperiam.\",\"text\":\"The EXE bus is down, generate the redundant firewall so we can generate the PCI sensor!\"}"], ["created_at", "2016-10-06 15:36:05.401337"], ["updated_at", "2016-10-06 15:36:05.401337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis consectetur rem itaque quidem quod sunt.\",\"text\":\"Generating the hard drive won't do anything, we need to index the redundant png bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.402235"], ["updated_at", "2016-10-06 15:36:05.402235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint distinctio totam maiores quaerat assumenda velit aperiam.\",\"text\":\"Use the auxiliary AGP port, then you can hack the online hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.403110"], ["updated_at", "2016-10-06 15:36:05.403110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae quod inventore corporis rerum omnis voluptas doloribus.\",\"text\":\"You can't calculate the driver without indexing the haptic USB alarm!\"}"], ["created_at", "2016-10-06 15:36:05.403978"], ["updated_at", "2016-10-06 15:36:05.403978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non nulla est dolorem vero.\",\"text\":\"Try to compress the SSL circuit, maybe it will transmit the solid state monitor!\"}"], ["created_at", "2016-10-06 15:36:05.404828"], ["updated_at", "2016-10-06 15:36:05.404828"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati provident similique corporis.\",\"text\":\"I'll override the multi-byte EXE interface, that should driver the GB program!\"}"], ["created_at", "2016-10-06 15:36:05.405691"], ["updated_at", "2016-10-06 15:36:05.405691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil ducimus iure iusto similique hic atque.\",\"text\":\"If we generate the bandwidth, we can get to the SCSI panel through the open-source SMS sensor!\"}"], ["created_at", "2016-10-06 15:36:05.406559"], ["updated_at", "2016-10-06 15:36:05.406559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum aut voluptatem sint.\",\"text\":\"Use the bluetooth JSON capacitor, then you can bypass the neural pixel!\"}"], ["created_at", "2016-10-06 15:36:05.407435"], ["updated_at", "2016-10-06 15:36:05.407435"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quos et rerum quia.\",\"text\":\"You can't copy the alarm without navigating the online SDD application!\"}"], ["created_at", "2016-10-06 15:36:05.408340"], ["updated_at", "2016-10-06 15:36:05.408340"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis nobis soluta tenetur laudantium.\",\"text\":\"I'll navigate the bluetooth JBOD pixel, that should capacitor the JSON bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.409199"], ["updated_at", "2016-10-06 15:36:05.409199"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi in totam.\",\"text\":\"Try to hack the XML protocol, maybe it will quantify the optical port!\"}"], ["created_at", "2016-10-06 15:36:05.410050"], ["updated_at", "2016-10-06 15:36:05.410050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident omnis iste est reprehenderit consectetur ab.\",\"text\":\"Calculating the program won't do anything, we need to back up the virtual css interface!\"}"], ["created_at", "2016-10-06 15:36:05.411004"], ["updated_at", "2016-10-06 15:36:05.411004"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti hic iste in quo aut et.\",\"text\":\"Navigating the transmitter won't do anything, we need to calculate the optical http pixel!\"}"], ["created_at", "2016-10-06 15:36:05.411876"], ["updated_at", "2016-10-06 15:36:05.411876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eveniet accusantium ut laudantium.\",\"text\":\"Connecting the interface won't do anything, we need to compress the wireless sas circuit!\"}"], ["created_at", "2016-10-06 15:36:05.412729"], ["updated_at", "2016-10-06 15:36:05.412729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium voluptatem sit architecto odit et sunt.\",\"text\":\"I'll index the online HDD transmitter, that should array the HTTP circuit!\"}"], ["created_at", "2016-10-06 15:36:05.413592"], ["updated_at", "2016-10-06 15:36:05.413592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est laudantium quae.\",\"text\":\"Use the wireless XML bus, then you can hack the auxiliary alarm!\"}"], ["created_at", "2016-10-06 15:36:05.414468"], ["updated_at", "2016-10-06 15:36:05.414468"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In dolor explicabo.\",\"text\":\"You can't generate the card without quantifying the open-source SMTP pixel!\"}"], ["created_at", "2016-10-06 15:36:05.415315"], ["updated_at", "2016-10-06 15:36:05.415315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint harum et sed quis ut.\",\"text\":\"You can't back up the monitor without synthesizing the neural EXE feed!\"}"], ["created_at", "2016-10-06 15:36:05.416165"], ["updated_at", "2016-10-06 15:36:05.416165"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aspernatur exercitationem.\",\"text\":\"You can't reboot the alarm without parsing the primary SAS port!\"}"], ["created_at", "2016-10-06 15:36:05.417057"], ["updated_at", "2016-10-06 15:36:05.417057"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis occaecati eius omnis.\",\"text\":\"The RAM array is down, generate the auxiliary capacitor so we can transmit the AI port!\"}"], ["created_at", "2016-10-06 15:36:05.417930"], ["updated_at", "2016-10-06 15:36:05.417930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem consectetur possimus vero vitae.\",\"text\":\"I'll connect the mobile EXE bandwidth, that should hard drive the HDD matrix!\"}"], ["created_at", "2016-10-06 15:36:05.418813"], ["updated_at", "2016-10-06 15:36:05.418813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus possimus enim cumque nostrum sed ducimus maiores.\",\"text\":\"You can't calculate the capacitor without parsing the 1080p XML card!\"}"], ["created_at", "2016-10-06 15:36:05.419681"], ["updated_at", "2016-10-06 15:36:05.419681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur atque ut delectus exercitationem.\",\"text\":\"Indexing the firewall won't do anything, we need to compress the mobile exe circuit!\"}"], ["created_at", "2016-10-06 15:36:05.420553"], ["updated_at", "2016-10-06 15:36:05.420553"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid distinctio quidem exercitationem vel modi.\",\"text\":\"We need to back up the cross-platform ADP circuit!\"}"], ["created_at", "2016-10-06 15:36:05.421407"], ["updated_at", "2016-10-06 15:36:05.421407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt et consequatur.\",\"text\":\"I'll hack the multi-byte SCSI monitor, that should driver the XSS monitor!\"}"], ["created_at", "2016-10-06 15:36:05.422271"], ["updated_at", "2016-10-06 15:36:05.422271"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente ut est minus.\",\"text\":\"I'll generate the back-end THX alarm, that should program the USB capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.423133"], ["updated_at", "2016-10-06 15:36:05.423133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores tenetur aut eum dicta soluta harum enim.\",\"text\":\"Try to navigate the RSS bus, maybe it will index the solid state system!\"}"], ["created_at", "2016-10-06 15:36:05.424017"], ["updated_at", "2016-10-06 15:36:05.424017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea facere nemo dolorem beatae maiores.\",\"text\":\"We need to connect the virtual USB port!\"}"], ["created_at", "2016-10-06 15:36:05.424876"], ["updated_at", "2016-10-06 15:36:05.424876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit nulla consequatur sunt est et.\",\"text\":\"The JBOD alarm is down, quantify the multi-byte bus so we can calculate the JSON transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.425753"], ["updated_at", "2016-10-06 15:36:05.425753"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo sequi quia.\",\"text\":\"Try to reboot the SMTP bandwidth, maybe it will hack the open-source feed!\"}"], ["created_at", "2016-10-06 15:36:05.426620"], ["updated_at", "2016-10-06 15:36:05.426620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea fuga esse architecto odit sint possimus.\",\"text\":\"The PCI feed is down, quantify the haptic bus so we can hack the TCP firewall!\"}"], ["created_at", "2016-10-06 15:36:05.427496"], ["updated_at", "2016-10-06 15:36:05.427496"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eos dicta.\",\"text\":\"Use the 1080p COM bandwidth, then you can back up the optical port!\"}"], ["created_at", "2016-10-06 15:36:05.428462"], ["updated_at", "2016-10-06 15:36:05.428462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique voluptas nemo dolores qui quo.\",\"text\":\"Quantifying the matrix won't do anything, we need to index the wireless ssl application!\"}"], ["created_at", "2016-10-06 15:36:05.429514"], ["updated_at", "2016-10-06 15:36:05.429514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea et consequatur voluptatibus minima.\",\"text\":\"If we calculate the program, we can get to the CSS program through the open-source JBOD program!\"}"], ["created_at", "2016-10-06 15:36:05.430430"], ["updated_at", "2016-10-06 15:36:05.430430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti et id eaque modi debitis distinctio.\",\"text\":\"Use the auxiliary GB program, then you can navigate the virtual transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.431313"], ["updated_at", "2016-10-06 15:36:05.431313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis blanditiis vel et aut.\",\"text\":\"Quantifying the microchip won't do anything, we need to synthesize the digital sas array!\"}"], ["created_at", "2016-10-06 15:36:05.432184"], ["updated_at", "2016-10-06 15:36:05.432184"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi natus et fugiat.\",\"text\":\"If we parse the bus, we can get to the THX bandwidth through the optical PNG capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.433056"], ["updated_at", "2016-10-06 15:36:05.433056"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae consequatur dolores et alias.\",\"text\":\"If we index the sensor, we can get to the GB system through the neural JSON application!\"}"], ["created_at", "2016-10-06 15:36:05.433915"], ["updated_at", "2016-10-06 15:36:05.433915"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa quia voluptas quod.\",\"text\":\"If we parse the interface, we can get to the HDD transmitter through the haptic THX capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.434865"], ["updated_at", "2016-10-06 15:36:05.434865"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis qui velit est mollitia quo.\",\"text\":\"The JBOD matrix is down, parse the neural sensor so we can connect the SCSI transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.435771"], ["updated_at", "2016-10-06 15:36:05.435771"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo ratione suscipit.\",\"text\":\"We need to parse the back-end USB alarm!\"}"], ["created_at", "2016-10-06 15:36:05.436630"], ["updated_at", "2016-10-06 15:36:05.436630"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim et quia facere laboriosam voluptatem ut.\",\"text\":\"Navigating the application won't do anything, we need to index the multi-byte http pixel!\"}"], ["created_at", "2016-10-06 15:36:05.437494"], ["updated_at", "2016-10-06 15:36:05.437494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo maiores pariatur expedita repellat magnam molestiae.\",\"text\":\"Try to synthesize the SSL port, maybe it will connect the bluetooth port!\"}"], ["created_at", "2016-10-06 15:36:05.438396"], ["updated_at", "2016-10-06 15:36:05.438396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum non dolores eum beatae velit aut enim.\",\"text\":\"Bypassing the alarm won't do anything, we need to bypass the cross-platform xss program!\"}"], ["created_at", "2016-10-06 15:36:05.439255"], ["updated_at", "2016-10-06 15:36:05.439255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores et harum et.\",\"text\":\"I'll navigate the virtual RSS pixel, that should feed the SDD feed!\"}"], ["created_at", "2016-10-06 15:36:05.440176"], ["updated_at", "2016-10-06 15:36:05.440176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi eum rerum aperiam dolorem.\",\"text\":\"Try to parse the AGP pixel, maybe it will back up the neural application!\"}"], ["created_at", "2016-10-06 15:36:05.441052"], ["updated_at", "2016-10-06 15:36:05.441052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt nam dignissimos earum enim veniam impedit natus.\",\"text\":\"You can't calculate the port without connecting the mobile AGP alarm!\"}"], ["created_at", "2016-10-06 15:36:05.441906"], ["updated_at", "2016-10-06 15:36:05.441906"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam debitis et aliquam et officia.\",\"text\":\"If we transmit the program, we can get to the SDD protocol through the auxiliary XML microchip!\"}"], ["created_at", "2016-10-06 15:36:05.442812"], ["updated_at", "2016-10-06 15:36:05.442812"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla repellendus repellat et.\",\"text\":\"Indexing the array won't do anything, we need to copy the bluetooth ssl capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.443788"], ["updated_at", "2016-10-06 15:36:05.443788"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium ratione odio.\",\"text\":\"The COM feed is down, compress the optical alarm so we can index the FTP alarm!\"}"], ["created_at", "2016-10-06 15:36:05.444824"], ["updated_at", "2016-10-06 15:36:05.444824"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo similique earum dolorum eveniet consequatur et quod.\",\"text\":\"Indexing the alarm won't do anything, we need to calculate the solid state css card!\"}"], ["created_at", "2016-10-06 15:36:05.445826"], ["updated_at", "2016-10-06 15:36:05.445826"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum voluptatum aperiam sit consequatur.\",\"text\":\"We need to reboot the neural JBOD bus!\"}"], ["created_at", "2016-10-06 15:36:05.446909"], ["updated_at", "2016-10-06 15:36:05.446909"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus veniam nulla error tempora officiis harum est.\",\"text\":\"We need to synthesize the bluetooth JSON capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.447930"], ["updated_at", "2016-10-06 15:36:05.447930"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis soluta quibusdam aut porro.\",\"text\":\"Try to calculate the FTP pixel, maybe it will transmit the multi-byte program!\"}"], ["created_at", "2016-10-06 15:36:05.448974"], ["updated_at", "2016-10-06 15:36:05.448974"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque ut asperiores deleniti modi aperiam.\",\"text\":\"We need to hack the neural HDD port!\"}"], ["created_at", "2016-10-06 15:36:05.450009"], ["updated_at", "2016-10-06 15:36:05.450009"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum et debitis et.\",\"text\":\"I'll hack the mobile SMTP bus, that should protocol the FTP bus!\"}"], ["created_at", "2016-10-06 15:36:05.451101"], ["updated_at", "2016-10-06 15:36:05.451101"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque rem ad eos.\",\"text\":\"I'll input the solid state XML microchip, that should interface the XSS card!\"}"], ["created_at", "2016-10-06 15:36:05.452168"], ["updated_at", "2016-10-06 15:36:05.452168"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non nostrum corporis enim ipsum.\",\"text\":\"Use the solid state SSL system, then you can connect the mobile hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.453222"], ["updated_at", "2016-10-06 15:36:05.453222"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem quaerat dolor explicabo similique.\",\"text\":\"The RSS hard drive is down, parse the online program so we can back up the EXE hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.454308"], ["updated_at", "2016-10-06 15:36:05.454308"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam aliquam dolores pariatur.\",\"text\":\"If we transmit the firewall, we can get to the EXE driver through the online TCP firewall!\"}"], ["created_at", "2016-10-06 15:36:05.455430"], ["updated_at", "2016-10-06 15:36:05.455430"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est neque aut voluptatem.\",\"text\":\"If we navigate the panel, we can get to the SDD firewall through the solid state PNG circuit!\"}"], ["created_at", "2016-10-06 15:36:05.456505"], ["updated_at", "2016-10-06 15:36:05.456505"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est qui necessitatibus maxime.\",\"text\":\"If we input the protocol, we can get to the PNG card through the mobile JSON bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.457596"], ["updated_at", "2016-10-06 15:36:05.457596"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam veritatis vero.\",\"text\":\"We need to back up the wireless ADP sensor!\"}"], ["created_at", "2016-10-06 15:36:05.458690"], ["updated_at", "2016-10-06 15:36:05.458690"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste dolores distinctio et pariatur.\",\"text\":\"If we connect the panel, we can get to the EXE port through the optical TCP system!\"}"], ["created_at", "2016-10-06 15:36:05.459779"], ["updated_at", "2016-10-06 15:36:05.459779"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit molestiae odio nihil quia aliquam occaecati.\",\"text\":\"Use the open-source FTP microchip, then you can program the open-source bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.461157"], ["updated_at", "2016-10-06 15:36:05.461157"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum consequuntur eos rerum aut temporibus dolore.\",\"text\":\"You can't transmit the interface without compressing the virtual RAM application!\"}"], ["created_at", "2016-10-06 15:36:05.462281"], ["updated_at", "2016-10-06 15:36:05.462281"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae molestias tempore voluptas illo est deleniti labore.\",\"text\":\"Use the redundant PCI firewall, then you can generate the digital sensor!\"}"], ["created_at", "2016-10-06 15:36:05.463377"], ["updated_at", "2016-10-06 15:36:05.463377"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate doloribus autem rerum aliquid quisquam.\",\"text\":\"I'll synthesize the digital SMS microchip, that should bandwidth the FTP interface!\"}"], ["created_at", "2016-10-06 15:36:05.464437"], ["updated_at", "2016-10-06 15:36:05.464437"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel ipsam dolor consequatur voluptatem.\",\"text\":\"The RSS card is down, input the digital driver so we can hack the COM capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.465526"], ["updated_at", "2016-10-06 15:36:05.465526"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam eum ea laboriosam consequatur ut corporis.\",\"text\":\"You can't calculate the protocol without copying the wireless SQL bus!\"}"], ["created_at", "2016-10-06 15:36:05.466840"], ["updated_at", "2016-10-06 15:36:05.466840"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt voluptas neque consequuntur quia est perferendis.\",\"text\":\"If we calculate the driver, we can get to the TCP transmitter through the bluetooth ADP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.468627"], ["updated_at", "2016-10-06 15:36:05.468627"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique molestias sunt cumque.\",\"text\":\"You can't transmit the port without backing up the redundant JSON matrix!\"}"], ["created_at", "2016-10-06 15:36:05.469883"], ["updated_at", "2016-10-06 15:36:05.469883"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est hic exercitationem inventore non quidem quae.\",\"text\":\"Try to compress the SCSI system, maybe it will synthesize the haptic microchip!\"}"], ["created_at", "2016-10-06 15:36:05.472197"], ["updated_at", "2016-10-06 15:36:05.472197"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus eveniet non voluptatibus tempore sunt et assumenda.\",\"text\":\"If we connect the card, we can get to the JSON transmitter through the optical RSS microchip!\"}"], ["created_at", "2016-10-06 15:36:05.473346"], ["updated_at", "2016-10-06 15:36:05.473346"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores tenetur non voluptatibus dolor laborum dicta voluptas.\",\"text\":\"I'll index the open-source EXE bus, that should transmitter the ADP pixel!\"}"], ["created_at", "2016-10-06 15:36:05.474298"], ["updated_at", "2016-10-06 15:36:05.474298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas eaque aspernatur et architecto.\",\"text\":\"You can't compress the interface without backing up the digital AGP interface!\"}"], ["created_at", "2016-10-06 15:36:05.475183"], ["updated_at", "2016-10-06 15:36:05.475183"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aliquam nihil ratione quia dolore beatae quia.\",\"text\":\"Use the multi-byte JSON monitor, then you can parse the open-source program!\"}"], ["created_at", "2016-10-06 15:36:05.476040"], ["updated_at", "2016-10-06 15:36:05.476040"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum corporis soluta.\",\"text\":\"Transmitting the card won't do anything, we need to bypass the cross-platform ram driver!\"}"], ["created_at", "2016-10-06 15:36:05.476900"], ["updated_at", "2016-10-06 15:36:05.476900"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe alias eius atque ab.\",\"text\":\"Navigating the circuit won't do anything, we need to copy the mobile http matrix!\"}"], ["created_at", "2016-10-06 15:36:05.477971"], ["updated_at", "2016-10-06 15:36:05.477971"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores voluptas eveniet debitis illum voluptas sit consequatur.\",\"text\":\"I'll bypass the cross-platform PCI panel, that should application the TCP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.479446"], ["updated_at", "2016-10-06 15:36:05.479446"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos dolorem et tenetur hic nobis similique nisi.\",\"text\":\"You can't connect the array without backing up the multi-byte FTP feed!\"}"], ["created_at", "2016-10-06 15:36:05.480845"], ["updated_at", "2016-10-06 15:36:05.480845"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi maiores rerum doloribus.\",\"text\":\"Try to input the ADP array, maybe it will connect the back-end card!\"}"], ["created_at", "2016-10-06 15:36:05.482157"], ["updated_at", "2016-10-06 15:36:05.482157"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae at voluptatum consequatur iusto molestiae tempora vel.\",\"text\":\"Use the wireless ADP pixel, then you can transmit the virtual bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.484088"], ["updated_at", "2016-10-06 15:36:05.484088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam eum ut voluptatem ex.\",\"text\":\"You can't bypass the panel without indexing the mobile RAM application!\"}"], ["created_at", "2016-10-06 15:36:05.485854"], ["updated_at", "2016-10-06 15:36:05.485854"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere quisquam doloremque non iste harum fuga qui.\",\"text\":\"Try to synthesize the HDD port, maybe it will back up the optical pixel!\"}"], ["created_at", "2016-10-06 15:36:05.486878"], ["updated_at", "2016-10-06 15:36:05.486878"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel suscipit recusandae debitis.\",\"text\":\"The RAM transmitter is down, program the 1080p bus so we can program the AI hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.487901"], ["updated_at", "2016-10-06 15:36:05.487901"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum totam libero dolorem fugiat.\",\"text\":\"Try to override the GB program, maybe it will override the primary panel!\"}"], ["created_at", "2016-10-06 15:36:05.490596"], ["updated_at", "2016-10-06 15:36:05.490596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere aut rem.\",\"text\":\"If we generate the panel, we can get to the IB driver through the auxiliary GB array!\"}"], ["created_at", "2016-10-06 15:36:05.491754"], ["updated_at", "2016-10-06 15:36:05.491754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quas perferendis perspiciatis voluptate voluptatem delectus sit.\",\"text\":\"We need to override the multi-byte SCSI port!\"}"], ["created_at", "2016-10-06 15:36:05.492617"], ["updated_at", "2016-10-06 15:36:05.492617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam eum laborum nulla itaque quia est rem.\",\"text\":\"If we program the firewall, we can get to the JSON firewall through the digital EXE transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.493484"], ["updated_at", "2016-10-06 15:36:05.493484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam sit possimus consequatur provident.\",\"text\":\"Try to input the SDD firewall, maybe it will compress the online system!\"}"], ["created_at", "2016-10-06 15:36:05.494372"], ["updated_at", "2016-10-06 15:36:05.494372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est fugit magni laudantium assumenda voluptas vel.\",\"text\":\"The SMTP sensor is down, override the neural firewall so we can transmit the HDD array!\"}"], ["created_at", "2016-10-06 15:36:05.495237"], ["updated_at", "2016-10-06 15:36:05.495237"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia adipisci sit.\",\"text\":\"Try to parse the SDD feed, maybe it will navigate the cross-platform hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.496087"], ["updated_at", "2016-10-06 15:36:05.496087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat fuga non ipsa consequatur.\",\"text\":\"Indexing the transmitter won't do anything, we need to transmit the bluetooth hdd alarm!\"}"], ["created_at", "2016-10-06 15:36:05.496942"], ["updated_at", "2016-10-06 15:36:05.496942"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora minima ullam adipisci id rem.\",\"text\":\"The IB application is down, generate the primary sensor so we can back up the AI transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.497801"], ["updated_at", "2016-10-06 15:36:05.497801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore reiciendis eius.\",\"text\":\"Generating the microchip won't do anything, we need to back up the primary hdd firewall!\"}"], ["created_at", "2016-10-06 15:36:05.498759"], ["updated_at", "2016-10-06 15:36:05.498759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio qui cumque totam quas.\",\"text\":\"We need to synthesize the cross-platform SDD program!\"}"], ["created_at", "2016-10-06 15:36:05.499618"], ["updated_at", "2016-10-06 15:36:05.499618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident ea sit aliquam in maxime.\",\"text\":\"Use the solid state RAM bus, then you can connect the digital pixel!\"}"], ["created_at", "2016-10-06 15:36:05.500472"], ["updated_at", "2016-10-06 15:36:05.500472"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum suscipit quas est possimus.\",\"text\":\"The THX system is down, bypass the mobile driver so we can synthesize the SMS transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.501337"], ["updated_at", "2016-10-06 15:36:05.501337"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic consequatur vel corporis officiis dolores eum iure.\",\"text\":\"Synthesizing the system won't do anything, we need to transmit the primary scsi microchip!\"}"], ["created_at", "2016-10-06 15:36:05.502349"], ["updated_at", "2016-10-06 15:36:05.502349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos voluptatem modi rerum placeat.\",\"text\":\"Use the cross-platform RAM interface, then you can quantify the cross-platform system!\"}"], ["created_at", "2016-10-06 15:36:05.503358"], ["updated_at", "2016-10-06 15:36:05.503358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At qui quis.\",\"text\":\"Try to copy the HTTP array, maybe it will quantify the virtual panel!\"}"], ["created_at", "2016-10-06 15:36:05.504223"], ["updated_at", "2016-10-06 15:36:05.504223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores eaque ut.\",\"text\":\"If we navigate the matrix, we can get to the GB port through the back-end CSS interface!\"}"], ["created_at", "2016-10-06 15:36:05.505073"], ["updated_at", "2016-10-06 15:36:05.505073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ut sapiente voluptatem distinctio.\",\"text\":\"We need to synthesize the solid state SMTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.505978"], ["updated_at", "2016-10-06 15:36:05.505978"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ut laboriosam asperiores voluptatem a.\",\"text\":\"Try to bypass the EXE monitor, maybe it will synthesize the digital application!\"}"], ["created_at", "2016-10-06 15:36:05.506881"], ["updated_at", "2016-10-06 15:36:05.506881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt ad et.\",\"text\":\"We need to hack the bluetooth XML alarm!\"}"], ["created_at", "2016-10-06 15:36:05.507754"], ["updated_at", "2016-10-06 15:36:05.507754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque provident aut reiciendis quidem.\",\"text\":\"I'll connect the haptic IB circuit, that should panel the XML microchip!\"}"], ["created_at", "2016-10-06 15:36:05.508590"], ["updated_at", "2016-10-06 15:36:05.508590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil maiores reprehenderit.\",\"text\":\"Compressing the capacitor won't do anything, we need to transmit the virtual tcp interface!\"}"], ["created_at", "2016-10-06 15:36:05.509453"], ["updated_at", "2016-10-06 15:36:05.509453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos iste aperiam vitae et et rem.\",\"text\":\"Copying the matrix won't do anything, we need to generate the cross-platform ram feed!\"}"], ["created_at", "2016-10-06 15:36:05.510342"], ["updated_at", "2016-10-06 15:36:05.510342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita qui enim iusto.\",\"text\":\"Programming the pixel won't do anything, we need to parse the multi-byte adp pixel!\"}"], ["created_at", "2016-10-06 15:36:05.511215"], ["updated_at", "2016-10-06 15:36:05.511215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci voluptatem voluptas non eaque et dolore reprehenderit.\",\"text\":\"If we compress the protocol, we can get to the XSS port through the open-source AI port!\"}"], ["created_at", "2016-10-06 15:36:05.512062"], ["updated_at", "2016-10-06 15:36:05.512062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem veniam impedit et hic optio.\",\"text\":\"Use the digital SQL transmitter, then you can navigate the solid state driver!\"}"], ["created_at", "2016-10-06 15:36:05.512934"], ["updated_at", "2016-10-06 15:36:05.512934"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est culpa ut.\",\"text\":\"If we reboot the transmitter, we can get to the SSL card through the redundant FTP panel!\"}"], ["created_at", "2016-10-06 15:36:05.513807"], ["updated_at", "2016-10-06 15:36:05.513807"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At quidem natus nihil sit corrupti.\",\"text\":\"The PCI monitor is down, generate the solid state firewall so we can synthesize the TCP feed!\"}"], ["created_at", "2016-10-06 15:36:05.514697"], ["updated_at", "2016-10-06 15:36:05.514697"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores accusamus omnis est velit dolorem modi dolor.\",\"text\":\"I'll parse the online AI microchip, that should alarm the GB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.515545"], ["updated_at", "2016-10-06 15:36:05.515545"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quibusdam a accusamus non.\",\"text\":\"If we navigate the system, we can get to the COM microchip through the haptic SMTP system!\"}"], ["created_at", "2016-10-06 15:36:05.516402"], ["updated_at", "2016-10-06 15:36:05.516402"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit sunt et magnam voluptatum aut ut dolores.\",\"text\":\"I'll index the optical JBOD port, that should matrix the SDD port!\"}"], ["created_at", "2016-10-06 15:36:05.517276"], ["updated_at", "2016-10-06 15:36:05.517276"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis et consequuntur dicta.\",\"text\":\"I'll copy the neural SQL panel, that should monitor the HTTP sensor!\"}"], ["created_at", "2016-10-06 15:36:05.518117"], ["updated_at", "2016-10-06 15:36:05.518117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero occaecati dolor culpa natus corrupti.\",\"text\":\"The XML driver is down, hack the virtual array so we can bypass the PNG driver!\"}"], ["created_at", "2016-10-06 15:36:05.519150"], ["updated_at", "2016-10-06 15:36:05.519150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ut voluptate maxime sint impedit.\",\"text\":\"Compressing the bus won't do anything, we need to generate the redundant pci microchip!\"}"], ["created_at", "2016-10-06 15:36:05.520062"], ["updated_at", "2016-10-06 15:36:05.520062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eum exercitationem aliquid corporis.\",\"text\":\"Use the open-source SQL card, then you can parse the cross-platform circuit!\"}"], ["created_at", "2016-10-06 15:36:05.520937"], ["updated_at", "2016-10-06 15:36:05.520937"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi placeat sunt magnam est nihil autem id.\",\"text\":\"Connecting the capacitor won't do anything, we need to compress the auxiliary agp capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.521796"], ["updated_at", "2016-10-06 15:36:05.521796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum necessitatibus sunt voluptatem.\",\"text\":\"I'll quantify the solid state FTP card, that should microchip the SCSI hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.522706"], ["updated_at", "2016-10-06 15:36:05.522706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae dicta tempora sit doloremque non quas.\",\"text\":\"If we quantify the application, we can get to the GB feed through the optical HTTP card!\"}"], ["created_at", "2016-10-06 15:36:05.523591"], ["updated_at", "2016-10-06 15:36:05.523591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil laudantium rerum vero iure ipsa minus.\",\"text\":\"The HDD microchip is down, transmit the redundant protocol so we can parse the AI firewall!\"}"], ["created_at", "2016-10-06 15:36:05.524461"], ["updated_at", "2016-10-06 15:36:05.524461"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel consequuntur voluptatem velit occaecati qui ad doloremque.\",\"text\":\"If we navigate the bandwidth, we can get to the SAS monitor through the cross-platform SDD capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.525317"], ["updated_at", "2016-10-06 15:36:05.525317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis nostrum quia.\",\"text\":\"Use the redundant USB system, then you can quantify the cross-platform sensor!\"}"], ["created_at", "2016-10-06 15:36:05.526182"], ["updated_at", "2016-10-06 15:36:05.526182"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam veritatis iusto expedita minus et possimus.\",\"text\":\"The SDD system is down, generate the multi-byte firewall so we can transmit the XSS interface!\"}"], ["created_at", "2016-10-06 15:36:05.527039"], ["updated_at", "2016-10-06 15:36:05.527039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt quis ut et.\",\"text\":\"We need to reboot the redundant SQL system!\"}"], ["created_at", "2016-10-06 15:36:05.527905"], ["updated_at", "2016-10-06 15:36:05.527905"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor at quod explicabo eos nesciunt.\",\"text\":\"Transmitting the capacitor won't do anything, we need to calculate the back-end hdd matrix!\"}"], ["created_at", "2016-10-06 15:36:05.528844"], ["updated_at", "2016-10-06 15:36:05.528844"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem nesciunt magnam unde vel quaerat.\",\"text\":\"Try to compress the SAS capacitor, maybe it will input the bluetooth array!\"}"], ["created_at", "2016-10-06 15:36:05.529802"], ["updated_at", "2016-10-06 15:36:05.529802"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet consequatur quod quia.\",\"text\":\"We need to synthesize the neural SAS panel!\"}"], ["created_at", "2016-10-06 15:36:05.531100"], ["updated_at", "2016-10-06 15:36:05.531100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur consequatur deserunt molestias laborum asperiores velit tempora.\",\"text\":\"Use the 1080p XML pixel, then you can generate the haptic microchip!\"}"], ["created_at", "2016-10-06 15:36:05.532960"], ["updated_at", "2016-10-06 15:36:05.532960"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium sed sed perspiciatis minima.\",\"text\":\"Try to copy the AI firewall, maybe it will hack the solid state bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.533903"], ["updated_at", "2016-10-06 15:36:05.533903"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae qui est.\",\"text\":\"I'll quantify the open-source SDD panel, that should driver the SMS circuit!\"}"], ["created_at", "2016-10-06 15:36:05.534811"], ["updated_at", "2016-10-06 15:36:05.534811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit natus iusto.\",\"text\":\"Indexing the port won't do anything, we need to index the primary sdd bus!\"}"], ["created_at", "2016-10-06 15:36:05.535768"], ["updated_at", "2016-10-06 15:36:05.535768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis incidunt voluptas nihil sed sit rerum.\",\"text\":\"Try to synthesize the SMTP card, maybe it will bypass the redundant driver!\"}"], ["created_at", "2016-10-06 15:36:05.536630"], ["updated_at", "2016-10-06 15:36:05.536630"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id aut impedit laboriosam.\",\"text\":\"Use the haptic JBOD program, then you can hack the open-source bus!\"}"], ["created_at", "2016-10-06 15:36:05.537488"], ["updated_at", "2016-10-06 15:36:05.537488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At blanditiis odio dolor et molestias sapiente.\",\"text\":\"Use the haptic TCP protocol, then you can program the optical port!\"}"], ["created_at", "2016-10-06 15:36:05.538391"], ["updated_at", "2016-10-06 15:36:05.538391"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aut non qui quo similique.\",\"text\":\"The PNG bandwidth is down, input the neural program so we can compress the RSS panel!\"}"], ["created_at", "2016-10-06 15:36:05.539258"], ["updated_at", "2016-10-06 15:36:05.539258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt ipsam vero voluptatem quis esse sed temporibus.\",\"text\":\"Use the solid state SDD interface, then you can navigate the 1080p protocol!\"}"], ["created_at", "2016-10-06 15:36:05.540117"], ["updated_at", "2016-10-06 15:36:05.540117"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt nemo ipsa fugiat voluptates sint.\",\"text\":\"Try to calculate the SQL array, maybe it will transmit the back-end protocol!\"}"], ["created_at", "2016-10-06 15:36:05.540977"], ["updated_at", "2016-10-06 15:36:05.540977"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem voluptates aliquid aliquam molestiae ut voluptatem.\",\"text\":\"I'll connect the redundant CSS monitor, that should microchip the JSON hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.541916"], ["updated_at", "2016-10-06 15:36:05.541916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo vero numquam.\",\"text\":\"Try to connect the JSON monitor, maybe it will hack the haptic interface!\"}"], ["created_at", "2016-10-06 15:36:05.542813"], ["updated_at", "2016-10-06 15:36:05.542813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus voluptas alias veritatis vel.\",\"text\":\"I'll transmit the multi-byte EXE bandwidth, that should array the XSS matrix!\"}"], ["created_at", "2016-10-06 15:36:05.543703"], ["updated_at", "2016-10-06 15:36:05.543703"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia natus ut consequuntur animi nam.\",\"text\":\"I'll connect the wireless JBOD system, that should card the IB alarm!\"}"], ["created_at", "2016-10-06 15:36:05.544576"], ["updated_at", "2016-10-06 15:36:05.544576"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut atque deleniti.\",\"text\":\"The SSL firewall is down, quantify the cross-platform transmitter so we can generate the PCI panel!\"}"], ["created_at", "2016-10-06 15:36:05.545429"], ["updated_at", "2016-10-06 15:36:05.545429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto atque eum eveniet officia distinctio facere.\",\"text\":\"Try to back up the JBOD protocol, maybe it will bypass the open-source interface!\"}"], ["created_at", "2016-10-06 15:36:05.546314"], ["updated_at", "2016-10-06 15:36:05.546314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et optio dicta.\",\"text\":\"Try to copy the SAS bus, maybe it will calculate the back-end transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.547174"], ["updated_at", "2016-10-06 15:36:05.547174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias et numquam officiis ducimus.\",\"text\":\"We need to transmit the bluetooth SMTP port!\"}"], ["created_at", "2016-10-06 15:36:05.548055"], ["updated_at", "2016-10-06 15:36:05.548055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem voluptatibus exercitationem eos qui dolores.\",\"text\":\"We need to calculate the haptic XML matrix!\"}"], ["created_at", "2016-10-06 15:36:05.548898"], ["updated_at", "2016-10-06 15:36:05.548898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut est eaque repudiandae sit inventore et.\",\"text\":\"We need to program the multi-byte RSS protocol!\"}"], ["created_at", "2016-10-06 15:36:05.549749"], ["updated_at", "2016-10-06 15:36:05.549749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel et ut.\",\"text\":\"Transmitting the firewall won't do anything, we need to compress the online sas transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.550635"], ["updated_at", "2016-10-06 15:36:05.550635"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus qui illum est quod id.\",\"text\":\"Use the solid state EXE feed, then you can bypass the haptic program!\"}"], ["created_at", "2016-10-06 15:36:05.551478"], ["updated_at", "2016-10-06 15:36:05.551478"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel accusamus dolor rerum dolores consequatur libero velit.\",\"text\":\"Try to bypass the AGP hard drive, maybe it will hack the virtual protocol!\"}"], ["created_at", "2016-10-06 15:36:05.552353"], ["updated_at", "2016-10-06 15:36:05.552353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum quam natus magnam et expedita pariatur facere.\",\"text\":\"Use the solid state ADP interface, then you can quantify the multi-byte card!\"}"], ["created_at", "2016-10-06 15:36:05.553218"], ["updated_at", "2016-10-06 15:36:05.553218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi quia beatae doloremque.\",\"text\":\"You can't bypass the capacitor without navigating the cross-platform SDD hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.554082"], ["updated_at", "2016-10-06 15:36:05.554082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint harum itaque qui iure cum accusamus velit.\",\"text\":\"We need to connect the haptic SMTP matrix!\"}"], ["created_at", "2016-10-06 15:36:05.555007"], ["updated_at", "2016-10-06 15:36:05.555007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quisquam quas rerum velit sed.\",\"text\":\"I'll connect the auxiliary HTTP microchip, that should system the SMS panel!\"}"], ["created_at", "2016-10-06 15:36:05.555848"], ["updated_at", "2016-10-06 15:36:05.555848"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia suscipit possimus modi soluta omnis rem quo.\",\"text\":\"Calculating the microchip won't do anything, we need to override the redundant exe bus!\"}"], ["created_at", "2016-10-06 15:36:05.556714"], ["updated_at", "2016-10-06 15:36:05.556714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis qui et quisquam quia.\",\"text\":\"You can't connect the feed without overriding the multi-byte FTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.557597"], ["updated_at", "2016-10-06 15:36:05.557597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quam assumenda architecto blanditiis cumque nesciunt quo.\",\"text\":\"The THX pixel is down, bypass the bluetooth application so we can program the SQL card!\"}"], ["created_at", "2016-10-06 15:36:05.558470"], ["updated_at", "2016-10-06 15:36:05.558470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae et facilis aut voluptate ab quam.\",\"text\":\"Parsing the hard drive won't do anything, we need to synthesize the wireless sql microchip!\"}"], ["created_at", "2016-10-06 15:36:05.559319"], ["updated_at", "2016-10-06 15:36:05.559319"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum ut debitis delectus architecto minus.\",\"text\":\"You can't synthesize the card without indexing the multi-byte ADP sensor!\"}"], ["created_at", "2016-10-06 15:36:05.560175"], ["updated_at", "2016-10-06 15:36:05.560175"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem et magnam modi corporis est blanditiis itaque.\",\"text\":\"Use the bluetooth EXE microchip, then you can program the mobile application!\"}"], ["created_at", "2016-10-06 15:36:05.561058"], ["updated_at", "2016-10-06 15:36:05.561058"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam facilis voluptas.\",\"text\":\"Use the primary SMTP interface, then you can transmit the primary system!\"}"], ["created_at", "2016-10-06 15:36:05.561984"], ["updated_at", "2016-10-06 15:36:05.561984"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis perspiciatis ut ipsa saepe dolor autem repudiandae.\",\"text\":\"Quantifying the sensor won't do anything, we need to navigate the primary com monitor!\"}"], ["created_at", "2016-10-06 15:36:05.562934"], ["updated_at", "2016-10-06 15:36:05.562934"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A impedit temporibus.\",\"text\":\"Indexing the bandwidth won't do anything, we need to synthesize the bluetooth scsi microchip!\"}"], ["created_at", "2016-10-06 15:36:05.564007"], ["updated_at", "2016-10-06 15:36:05.564007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint et sed quisquam.\",\"text\":\"We need to compress the redundant GB microchip!\"}"], ["created_at", "2016-10-06 15:36:05.565882"], ["updated_at", "2016-10-06 15:36:05.565882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus aperiam tempore qui reiciendis mollitia adipisci.\",\"text\":\"Use the neural SQL circuit, then you can hack the mobile panel!\"}"], ["created_at", "2016-10-06 15:36:05.566916"], ["updated_at", "2016-10-06 15:36:05.566916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur beatae deleniti asperiores labore reprehenderit.\",\"text\":\"Compressing the interface won't do anything, we need to transmit the virtual ram driver!\"}"], ["created_at", "2016-10-06 15:36:05.567797"], ["updated_at", "2016-10-06 15:36:05.567797"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid odit quia sit dolores.\",\"text\":\"Use the virtual SMTP feed, then you can hack the 1080p matrix!\"}"], ["created_at", "2016-10-06 15:36:05.568688"], ["updated_at", "2016-10-06 15:36:05.568688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde sint ex natus aperiam voluptatem voluptates dolorum.\",\"text\":\"The JSON sensor is down, parse the mobile capacitor so we can input the USB driver!\"}"], ["created_at", "2016-10-06 15:36:05.569589"], ["updated_at", "2016-10-06 15:36:05.569589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolores dolor officiis ipsa eaque maiores non.\",\"text\":\"Use the 1080p SMTP bandwidth, then you can parse the open-source pixel!\"}"], ["created_at", "2016-10-06 15:36:05.570473"], ["updated_at", "2016-10-06 15:36:05.570473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem est reprehenderit expedita sint a.\",\"text\":\"The XSS system is down, back up the digital microchip so we can navigate the GB protocol!\"}"], ["created_at", "2016-10-06 15:36:05.571387"], ["updated_at", "2016-10-06 15:36:05.571387"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quia veritatis sit.\",\"text\":\"Use the optical SAS monitor, then you can connect the back-end system!\"}"], ["created_at", "2016-10-06 15:36:05.572249"], ["updated_at", "2016-10-06 15:36:05.572249"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia dolorem qui quo placeat.\",\"text\":\"The SCSI pixel is down, connect the cross-platform array so we can program the SMTP sensor!\"}"], ["created_at", "2016-10-06 15:36:05.573165"], ["updated_at", "2016-10-06 15:36:05.573165"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum totam ut nihil aut officiis tenetur eum.\",\"text\":\"Try to copy the RAM interface, maybe it will program the bluetooth card!\"}"], ["created_at", "2016-10-06 15:36:05.574198"], ["updated_at", "2016-10-06 15:36:05.574198"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus consequatur officia pariatur debitis.\",\"text\":\"I'll program the 1080p SCSI matrix, that should alarm the JBOD circuit!\"}"], ["created_at", "2016-10-06 15:36:05.575164"], ["updated_at", "2016-10-06 15:36:05.575164"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed quis rerum vel velit suscipit qui.\",\"text\":\"Use the auxiliary JBOD bus, then you can index the solid state pixel!\"}"], ["created_at", "2016-10-06 15:36:05.576117"], ["updated_at", "2016-10-06 15:36:05.576117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut culpa nihil nostrum ut quo quae.\",\"text\":\"Try to transmit the FTP system, maybe it will generate the 1080p application!\"}"], ["created_at", "2016-10-06 15:36:05.577063"], ["updated_at", "2016-10-06 15:36:05.577063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat et aut est.\",\"text\":\"Backing up the driver won't do anything, we need to override the optical ftp program!\"}"], ["created_at", "2016-10-06 15:36:05.577998"], ["updated_at", "2016-10-06 15:36:05.577998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum et quae vel sit quos quia.\",\"text\":\"I'll synthesize the online GB matrix, that should card the HTTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.578953"], ["updated_at", "2016-10-06 15:36:05.578953"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo nihil ut nisi cumque vel voluptatem mollitia.\",\"text\":\"If we calculate the driver, we can get to the ADP sensor through the optical XML interface!\"}"], ["created_at", "2016-10-06 15:36:05.579874"], ["updated_at", "2016-10-06 15:36:05.579874"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae et est nulla sit dolores illo.\",\"text\":\"The ADP transmitter is down, back up the optical bus so we can override the SSL application!\"}"], ["created_at", "2016-10-06 15:36:05.580812"], ["updated_at", "2016-10-06 15:36:05.580812"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias facere rerum qui qui dolorem omnis sed.\",\"text\":\"If we synthesize the system, we can get to the FTP hard drive through the haptic SMTP system!\"}"], ["created_at", "2016-10-06 15:36:05.581706"], ["updated_at", "2016-10-06 15:36:05.581706"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem omnis veniam minus.\",\"text\":\"You can't back up the interface without parsing the primary TCP hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.582579"], ["updated_at", "2016-10-06 15:36:05.582579"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem sit vel rerum dolor.\",\"text\":\"Use the solid state ADP program, then you can compress the back-end circuit!\"}"], ["created_at", "2016-10-06 15:36:05.583737"], ["updated_at", "2016-10-06 15:36:05.583737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum sit placeat culpa.\",\"text\":\"I'll override the back-end SMS card, that should feed the TCP driver!\"}"], ["created_at", "2016-10-06 15:36:05.584735"], ["updated_at", "2016-10-06 15:36:05.584735"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est omnis et temporibus nostrum ullam in.\",\"text\":\"You can't override the hard drive without navigating the haptic JBOD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.585644"], ["updated_at", "2016-10-06 15:36:05.585644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quaerat enim qui quam.\",\"text\":\"Try to program the SQL port, maybe it will back up the virtual bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.586524"], ["updated_at", "2016-10-06 15:36:05.586524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae cumque ut pariatur qui temporibus aspernatur.\",\"text\":\"I'll index the redundant JBOD protocol, that should bandwidth the IB monitor!\"}"], ["created_at", "2016-10-06 15:36:05.587440"], ["updated_at", "2016-10-06 15:36:05.587440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus recusandae ipsa distinctio cum omnis.\",\"text\":\"Use the neural HDD capacitor, then you can parse the primary bus!\"}"], ["created_at", "2016-10-06 15:36:05.588306"], ["updated_at", "2016-10-06 15:36:05.588306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius impedit ipsum nostrum autem soluta et sit.\",\"text\":\"Use the open-source AGP microchip, then you can generate the open-source capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.589177"], ["updated_at", "2016-10-06 15:36:05.589177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos eum quas velit porro sapiente.\",\"text\":\"Use the online IB card, then you can input the back-end sensor!\"}"], ["created_at", "2016-10-06 15:36:05.590050"], ["updated_at", "2016-10-06 15:36:05.590050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis nostrum unde fuga doloribus.\",\"text\":\"Use the wireless SQL bus, then you can quantify the open-source monitor!\"}"], ["created_at", "2016-10-06 15:36:05.590954"], ["updated_at", "2016-10-06 15:36:05.590954"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus temporibus cum atque occaecati dignissimos pariatur.\",\"text\":\"You can't index the array without hacking the mobile AGP sensor!\"}"], ["created_at", "2016-10-06 15:36:05.591807"], ["updated_at", "2016-10-06 15:36:05.591807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid quia repudiandae et repellat.\",\"text\":\"If we transmit the transmitter, we can get to the SAS system through the mobile USB driver!\"}"], ["created_at", "2016-10-06 15:36:05.592676"], ["updated_at", "2016-10-06 15:36:05.592676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error quidem laborum minus veniam odit.\",\"text\":\"If we input the hard drive, we can get to the USB application through the multi-byte EXE system!\"}"], ["created_at", "2016-10-06 15:36:05.593527"], ["updated_at", "2016-10-06 15:36:05.593527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit qui distinctio aut ut.\",\"text\":\"If we transmit the bandwidth, we can get to the XML array through the haptic AI matrix!\"}"], ["created_at", "2016-10-06 15:36:05.594440"], ["updated_at", "2016-10-06 15:36:05.594440"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quibusdam rerum tempore consequatur.\",\"text\":\"The IB program is down, copy the online interface so we can hack the HTTP microchip!\"}"], ["created_at", "2016-10-06 15:36:05.595385"], ["updated_at", "2016-10-06 15:36:05.595385"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel voluptas saepe provident facilis voluptatibus sit.\",\"text\":\"Use the wireless RSS application, then you can connect the virtual array!\"}"], ["created_at", "2016-10-06 15:36:05.596312"], ["updated_at", "2016-10-06 15:36:05.596312"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur molestiae quisquam alias nihil.\",\"text\":\"Use the haptic JBOD system, then you can input the neural microchip!\"}"], ["created_at", "2016-10-06 15:36:05.597365"], ["updated_at", "2016-10-06 15:36:05.597365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum vel velit labore animi numquam rerum.\",\"text\":\"I'll reboot the primary RSS alarm, that should transmitter the IB panel!\"}"], ["created_at", "2016-10-06 15:36:05.599346"], ["updated_at", "2016-10-06 15:36:05.599346"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas aut illo recusandae nostrum ut eaque autem.\",\"text\":\"Calculating the driver won't do anything, we need to generate the bluetooth sdd bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.600312"], ["updated_at", "2016-10-06 15:36:05.600312"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo architecto sed enim commodi qui animi.\",\"text\":\"The SDD application is down, hack the cross-platform port so we can synthesize the SAS alarm!\"}"], ["created_at", "2016-10-06 15:36:05.601182"], ["updated_at", "2016-10-06 15:36:05.601182"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In beatae molestiae dignissimos iste qui.\",\"text\":\"We need to parse the online FTP firewall!\"}"], ["created_at", "2016-10-06 15:36:05.602086"], ["updated_at", "2016-10-06 15:36:05.602086"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae maxime voluptas.\",\"text\":\"Use the online HDD program, then you can generate the optical program!\"}"], ["created_at", "2016-10-06 15:36:05.603059"], ["updated_at", "2016-10-06 15:36:05.603059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est at sed voluptatem qui error eaque delectus.\",\"text\":\"I'll compress the online SSL circuit, that should protocol the TCP alarm!\"}"], ["created_at", "2016-10-06 15:36:05.603929"], ["updated_at", "2016-10-06 15:36:05.603929"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse enim sit.\",\"text\":\"You can't transmit the program without compressing the redundant CSS sensor!\"}"], ["created_at", "2016-10-06 15:36:05.604799"], ["updated_at", "2016-10-06 15:36:05.604799"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti quas nemo voluptatum et omnis.\",\"text\":\"Use the multi-byte FTP pixel, then you can override the primary circuit!\"}"], ["created_at", "2016-10-06 15:36:05.605650"], ["updated_at", "2016-10-06 15:36:05.605650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam perferendis nisi sint et.\",\"text\":\"Transmitting the matrix won't do anything, we need to parse the back-end http port!\"}"], ["created_at", "2016-10-06 15:36:05.606509"], ["updated_at", "2016-10-06 15:36:05.606509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam iste maxime quia natus quia qui deserunt.\",\"text\":\"I'll quantify the bluetooth JSON card, that should sensor the RSS array!\"}"], ["created_at", "2016-10-06 15:36:05.607386"], ["updated_at", "2016-10-06 15:36:05.607386"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quia voluptas aut in quod.\",\"text\":\"You can't back up the capacitor without parsing the 1080p COM bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.608234"], ["updated_at", "2016-10-06 15:36:05.608234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem qui praesentium aut voluptate sit tempora est.\",\"text\":\"We need to quantify the bluetooth SMS driver!\"}"], ["created_at", "2016-10-06 15:36:05.609098"], ["updated_at", "2016-10-06 15:36:05.609098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis sit est impedit quaerat corrupti.\",\"text\":\"You can't bypass the transmitter without quantifying the digital XML bus!\"}"], ["created_at", "2016-10-06 15:36:05.609952"], ["updated_at", "2016-10-06 15:36:05.609952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos et est dolores earum.\",\"text\":\"We need to copy the back-end TCP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.610870"], ["updated_at", "2016-10-06 15:36:05.610870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non qui quae exercitationem est ea.\",\"text\":\"Use the mobile SQL protocol, then you can navigate the virtual program!\"}"], ["created_at", "2016-10-06 15:36:05.611721"], ["updated_at", "2016-10-06 15:36:05.611721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas quia dolorem dolor.\",\"text\":\"I'll parse the virtual SSL program, that should monitor the THX alarm!\"}"], ["created_at", "2016-10-06 15:36:05.612571"], ["updated_at", "2016-10-06 15:36:05.612571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt aspernatur error quae nam aut.\",\"text\":\"Try to compress the TCP array, maybe it will compress the neural sensor!\"}"], ["created_at", "2016-10-06 15:36:05.613433"], ["updated_at", "2016-10-06 15:36:05.613433"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam consequuntur iusto enim consectetur et sapiente.\",\"text\":\"Use the solid state HTTP feed, then you can program the primary interface!\"}"], ["created_at", "2016-10-06 15:36:05.614300"], ["updated_at", "2016-10-06 15:36:05.614300"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur veritatis illum quos rem quia ut mollitia.\",\"text\":\"Calculating the program won't do anything, we need to reboot the auxiliary xss microchip!\"}"], ["created_at", "2016-10-06 15:36:05.615150"], ["updated_at", "2016-10-06 15:36:05.615150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus nam dolore nihil excepturi deleniti.\",\"text\":\"I'll synthesize the digital PCI program, that should microchip the IB circuit!\"}"], ["created_at", "2016-10-06 15:36:05.616001"], ["updated_at", "2016-10-06 15:36:05.616001"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui omnis cum aspernatur.\",\"text\":\"The AGP feed is down, bypass the cross-platform sensor so we can index the THX capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.616858"], ["updated_at", "2016-10-06 15:36:05.616858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi laboriosam ut omnis et esse possimus doloribus.\",\"text\":\"Try to parse the RSS firewall, maybe it will synthesize the solid state circuit!\"}"], ["created_at", "2016-10-06 15:36:05.617717"], ["updated_at", "2016-10-06 15:36:05.617717"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda nam ipsa debitis.\",\"text\":\"I'll bypass the virtual XSS bus, that should protocol the JBOD transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.618593"], ["updated_at", "2016-10-06 15:36:05.618593"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint rerum tempora accusamus dolorem hic.\",\"text\":\"We need to compress the haptic PNG interface!\"}"], ["created_at", "2016-10-06 15:36:05.619476"], ["updated_at", "2016-10-06 15:36:05.619476"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias debitis voluptas eius excepturi labore omnis.\",\"text\":\"Use the primary XML bus, then you can connect the optical transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.620363"], ["updated_at", "2016-10-06 15:36:05.620363"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi quod sint non nam rerum.\",\"text\":\"Use the redundant RAM pixel, then you can bypass the multi-byte microchip!\"}"], ["created_at", "2016-10-06 15:36:05.621225"], ["updated_at", "2016-10-06 15:36:05.621225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui fugiat laboriosam aut in eligendi provident velit.\",\"text\":\"You can't hack the system without transmitting the open-source RAM program!\"}"], ["created_at", "2016-10-06 15:36:05.622076"], ["updated_at", "2016-10-06 15:36:05.622076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sunt vero.\",\"text\":\"If we hack the capacitor, we can get to the PCI bandwidth through the neural FTP panel!\"}"], ["created_at", "2016-10-06 15:36:05.622927"], ["updated_at", "2016-10-06 15:36:05.622927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed possimus consectetur tempora.\",\"text\":\"The USB bus is down, calculate the haptic feed so we can override the HDD alarm!\"}"], ["created_at", "2016-10-06 15:36:05.623823"], ["updated_at", "2016-10-06 15:36:05.623823"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi laboriosam minus officiis consequuntur accusantium a.\",\"text\":\"Use the cross-platform ADP protocol, then you can quantify the optical port!\"}"], ["created_at", "2016-10-06 15:36:05.624674"], ["updated_at", "2016-10-06 15:36:05.624674"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum sed dolorum et voluptatibus sequi.\",\"text\":\"You can't hack the interface without hacking the virtual SAS transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.625521"], ["updated_at", "2016-10-06 15:36:05.625521"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem ad omnis sit ut dignissimos autem atque.\",\"text\":\"The CSS port is down, copy the online protocol so we can program the AI matrix!\"}"], ["created_at", "2016-10-06 15:36:05.626409"], ["updated_at", "2016-10-06 15:36:05.626409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor voluptas quibusdam sit totam.\",\"text\":\"Use the back-end JBOD microchip, then you can reboot the virtual alarm!\"}"], ["created_at", "2016-10-06 15:36:05.627277"], ["updated_at", "2016-10-06 15:36:05.627277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse et harum eveniet molestias nihil necessitatibus amet.\",\"text\":\"Indexing the transmitter won't do anything, we need to input the online sas bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.628182"], ["updated_at", "2016-10-06 15:36:05.628182"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex facere consectetur sunt qui perspiciatis.\",\"text\":\"If we input the feed, we can get to the AGP protocol through the online SQL sensor!\"}"], ["created_at", "2016-10-06 15:36:05.629103"], ["updated_at", "2016-10-06 15:36:05.629103"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eaque sed optio et est dolorem quam.\",\"text\":\"If we override the protocol, we can get to the AGP circuit through the virtual SQL circuit!\"}"], ["created_at", "2016-10-06 15:36:05.630108"], ["updated_at", "2016-10-06 15:36:05.630108"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui a id voluptatem ullam.\",\"text\":\"Try to generate the RSS capacitor, maybe it will input the back-end application!\"}"], ["created_at", "2016-10-06 15:36:05.631293"], ["updated_at", "2016-10-06 15:36:05.631293"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia laborum consequatur est dolores nemo reiciendis tempora.\",\"text\":\"Use the haptic HTTP system, then you can back up the multi-byte pixel!\"}"], ["created_at", "2016-10-06 15:36:05.633269"], ["updated_at", "2016-10-06 15:36:05.633269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur vel architecto illo aut.\",\"text\":\"You can't copy the alarm without generating the cross-platform SAS card!\"}"], ["created_at", "2016-10-06 15:36:05.634312"], ["updated_at", "2016-10-06 15:36:05.634312"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis doloribus ratione quas qui officiis maxime.\",\"text\":\"Try to copy the PNG bandwidth, maybe it will parse the mobile monitor!\"}"], ["created_at", "2016-10-06 15:36:05.635361"], ["updated_at", "2016-10-06 15:36:05.635361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae explicabo assumenda illum esse est.\",\"text\":\"I'll compress the neural SMTP system, that should port the RSS capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.636406"], ["updated_at", "2016-10-06 15:36:05.636406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci sunt cupiditate quis earum.\",\"text\":\"If we program the matrix, we can get to the SMS array through the digital AI interface!\"}"], ["created_at", "2016-10-06 15:36:05.637377"], ["updated_at", "2016-10-06 15:36:05.637377"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt doloribus dignissimos.\",\"text\":\"Programming the sensor won't do anything, we need to back up the open-source sas port!\"}"], ["created_at", "2016-10-06 15:36:05.638336"], ["updated_at", "2016-10-06 15:36:05.638336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas qui tempora porro harum.\",\"text\":\"We need to navigate the mobile SSL matrix!\"}"], ["created_at", "2016-10-06 15:36:05.639275"], ["updated_at", "2016-10-06 15:36:05.639275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et qui error necessitatibus sed sint.\",\"text\":\"We need to bypass the 1080p SAS alarm!\"}"], ["created_at", "2016-10-06 15:36:05.640227"], ["updated_at", "2016-10-06 15:36:05.640227"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora dolor et vel cum commodi.\",\"text\":\"Synthesizing the bandwidth won't do anything, we need to override the online hdd port!\"}"], ["created_at", "2016-10-06 15:36:05.641167"], ["updated_at", "2016-10-06 15:36:05.641167"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quo possimus ex rerum qui.\",\"text\":\"We need to navigate the 1080p JBOD alarm!\"}"], ["created_at", "2016-10-06 15:36:05.642060"], ["updated_at", "2016-10-06 15:36:05.642060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil repellendus tempore eligendi.\",\"text\":\"Parsing the monitor won't do anything, we need to connect the 1080p tcp application!\"}"], ["created_at", "2016-10-06 15:36:05.642942"], ["updated_at", "2016-10-06 15:36:05.642942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia est velit consequatur ipsam.\",\"text\":\"Calculating the microchip won't do anything, we need to input the 1080p agp system!\"}"], ["created_at", "2016-10-06 15:36:05.643827"], ["updated_at", "2016-10-06 15:36:05.643827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et explicabo vitae nihil in in impedit autem.\",\"text\":\"Try to hack the XSS hard drive, maybe it will program the wireless interface!\"}"], ["created_at", "2016-10-06 15:36:05.644678"], ["updated_at", "2016-10-06 15:36:05.644678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa occaecati sed rem et amet doloribus.\",\"text\":\"Use the online GB alarm, then you can input the haptic interface!\"}"], ["created_at", "2016-10-06 15:36:05.645525"], ["updated_at", "2016-10-06 15:36:05.645525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis dolor est est.\",\"text\":\"Compressing the transmitter won't do anything, we need to calculate the primary json card!\"}"], ["created_at", "2016-10-06 15:36:05.646426"], ["updated_at", "2016-10-06 15:36:05.646426"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque sed cupiditate omnis eius aut aut natus.\",\"text\":\"Quantifying the matrix won't do anything, we need to connect the mobile css hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.647289"], ["updated_at", "2016-10-06 15:36:05.647289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus doloremque ut.\",\"text\":\"I'll quantify the neural HTTP pixel, that should port the AGP alarm!\"}"], ["created_at", "2016-10-06 15:36:05.648145"], ["updated_at", "2016-10-06 15:36:05.648145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni nisi illum corrupti assumenda.\",\"text\":\"Use the cross-platform EXE feed, then you can calculate the cross-platform bus!\"}"], ["created_at", "2016-10-06 15:36:05.648995"], ["updated_at", "2016-10-06 15:36:05.648995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat qui rerum dignissimos.\",\"text\":\"I'll parse the cross-platform PCI monitor, that should transmitter the IB alarm!\"}"], ["created_at", "2016-10-06 15:36:05.649859"], ["updated_at", "2016-10-06 15:36:05.649859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus quasi voluptates quia.\",\"text\":\"Use the digital SMS system, then you can copy the bluetooth capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.650754"], ["updated_at", "2016-10-06 15:36:05.650754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est debitis fugit dicta.\",\"text\":\"The EXE transmitter is down, synthesize the virtual monitor so we can program the USB microchip!\"}"], ["created_at", "2016-10-06 15:36:05.651639"], ["updated_at", "2016-10-06 15:36:05.651639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas voluptates aut ut.\",\"text\":\"Transmitting the firewall won't do anything, we need to parse the online rss application!\"}"], ["created_at", "2016-10-06 15:36:05.652561"], ["updated_at", "2016-10-06 15:36:05.652561"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit sit aliquam est ut aliquid et.\",\"text\":\"We need to index the mobile XSS firewall!\"}"], ["created_at", "2016-10-06 15:36:05.653414"], ["updated_at", "2016-10-06 15:36:05.653414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis voluptatem ea dolorum.\",\"text\":\"The THX hard drive is down, hack the neural hard drive so we can reboot the XSS feed!\"}"], ["created_at", "2016-10-06 15:36:05.654273"], ["updated_at", "2016-10-06 15:36:05.654273"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit eum perspiciatis pariatur minus neque adipisci quae.\",\"text\":\"Use the bluetooth XML feed, then you can override the virtual monitor!\"}"], ["created_at", "2016-10-06 15:36:05.655158"], ["updated_at", "2016-10-06 15:36:05.655158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto quis iure sunt atque quo culpa.\",\"text\":\"Generating the bus won't do anything, we need to calculate the back-end ib feed!\"}"], ["created_at", "2016-10-06 15:36:05.656019"], ["updated_at", "2016-10-06 15:36:05.656019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat et molestias et numquam qui aut dolor.\",\"text\":\"Transmitting the capacitor won't do anything, we need to override the virtual scsi program!\"}"], ["created_at", "2016-10-06 15:36:05.656881"], ["updated_at", "2016-10-06 15:36:05.656881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora quibusdam porro vel molestias voluptas.\",\"text\":\"The SMS pixel is down, input the optical array so we can synthesize the EXE microchip!\"}"], ["created_at", "2016-10-06 15:36:05.657729"], ["updated_at", "2016-10-06 15:36:05.657729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia maiores atque soluta minima mollitia autem.\",\"text\":\"You can't generate the feed without hacking the bluetooth PNG transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.658604"], ["updated_at", "2016-10-06 15:36:05.658604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem libero vitae veniam.\",\"text\":\"Backing up the pixel won't do anything, we need to copy the digital http transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.659450"], ["updated_at", "2016-10-06 15:36:05.659450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro nihil laboriosam deleniti officiis saepe enim.\",\"text\":\"Use the primary CSS microchip, then you can back up the virtual bus!\"}"], ["created_at", "2016-10-06 15:36:05.660323"], ["updated_at", "2016-10-06 15:36:05.660323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non occaecati suscipit ratione nulla voluptates quis.\",\"text\":\"Programming the circuit won't do anything, we need to navigate the cross-platform json bus!\"}"], ["created_at", "2016-10-06 15:36:05.661186"], ["updated_at", "2016-10-06 15:36:05.661186"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ut alias sit recusandae adipisci qui.\",\"text\":\"We need to input the virtual THX bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.662122"], ["updated_at", "2016-10-06 15:36:05.662122"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At et quam laborum quaerat perferendis.\",\"text\":\"We need to reboot the back-end RAM card!\"}"], ["created_at", "2016-10-06 15:36:05.663049"], ["updated_at", "2016-10-06 15:36:05.663049"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quasi aliquid nemo omnis ut animi autem.\",\"text\":\"The IB driver is down, transmit the auxiliary port so we can quantify the USB microchip!\"}"], ["created_at", "2016-10-06 15:36:05.664212"], ["updated_at", "2016-10-06 15:36:05.664212"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam et quidem eos est aspernatur commodi sunt.\",\"text\":\"I'll input the solid state CSS array, that should transmitter the IB monitor!\"}"], ["created_at", "2016-10-06 15:36:05.666182"], ["updated_at", "2016-10-06 15:36:05.666182"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis in nemo ad inventore fugit.\",\"text\":\"Try to override the SMTP alarm, maybe it will connect the auxiliary circuit!\"}"], ["created_at", "2016-10-06 15:36:05.667158"], ["updated_at", "2016-10-06 15:36:05.667158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde corrupti quae minima.\",\"text\":\"Try to compress the SMTP driver, maybe it will quantify the digital port!\"}"], ["created_at", "2016-10-06 15:36:05.668064"], ["updated_at", "2016-10-06 15:36:05.668064"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci et nam neque quia hic eum.\",\"text\":\"Try to hack the GB feed, maybe it will override the haptic hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.669004"], ["updated_at", "2016-10-06 15:36:05.669004"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed et id omnis saepe dignissimos aut.\",\"text\":\"You can't input the array without compressing the primary HTTP driver!\"}"], ["created_at", "2016-10-06 15:36:05.669876"], ["updated_at", "2016-10-06 15:36:05.669876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit sit cumque inventore doloremque fugit.\",\"text\":\"Try to bypass the AGP monitor, maybe it will input the digital array!\"}"], ["created_at", "2016-10-06 15:36:05.670734"], ["updated_at", "2016-10-06 15:36:05.670734"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam occaecati rem.\",\"text\":\"I'll index the optical SQL interface, that should system the IB array!\"}"], ["created_at", "2016-10-06 15:36:05.671588"], ["updated_at", "2016-10-06 15:36:05.671588"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est nesciunt dolor repellendus deleniti ut eveniet sunt.\",\"text\":\"If we index the interface, we can get to the IB feed through the virtual SQL circuit!\"}"], ["created_at", "2016-10-06 15:36:05.672446"], ["updated_at", "2016-10-06 15:36:05.672446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi vitae accusamus repellat exercitationem corporis et adipisci.\",\"text\":\"Try to bypass the EXE pixel, maybe it will back up the redundant sensor!\"}"], ["created_at", "2016-10-06 15:36:05.673298"], ["updated_at", "2016-10-06 15:36:05.673298"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae praesentium ullam nihil corrupti earum non magnam.\",\"text\":\"You can't index the circuit without generating the cross-platform SDD firewall!\"}"], ["created_at", "2016-10-06 15:36:05.674231"], ["updated_at", "2016-10-06 15:36:05.674231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla velit cum quod repudiandae et fuga qui.\",\"text\":\"Try to copy the SCSI hard drive, maybe it will input the virtual sensor!\"}"], ["created_at", "2016-10-06 15:36:05.675198"], ["updated_at", "2016-10-06 15:36:05.675198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt est ut et et non.\",\"text\":\"Hacking the system won't do anything, we need to calculate the 1080p agp alarm!\"}"], ["created_at", "2016-10-06 15:36:05.676067"], ["updated_at", "2016-10-06 15:36:05.676067"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nihil nisi vitae aut enim.\",\"text\":\"We need to bypass the open-source FTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.676919"], ["updated_at", "2016-10-06 15:36:05.676919"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus voluptas aut eum.\",\"text\":\"Use the online THX circuit, then you can compress the wireless microchip!\"}"], ["created_at", "2016-10-06 15:36:05.677789"], ["updated_at", "2016-10-06 15:36:05.677789"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem ut doloremque sit alias maxime.\",\"text\":\"Use the multi-byte SMTP application, then you can back up the solid state circuit!\"}"], ["created_at", "2016-10-06 15:36:05.678681"], ["updated_at", "2016-10-06 15:36:05.678681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur quibusdam fugit.\",\"text\":\"The SMS monitor is down, navigate the virtual sensor so we can connect the TCP transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.679530"], ["updated_at", "2016-10-06 15:36:05.679530"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro excepturi veritatis quaerat.\",\"text\":\"I'll quantify the mobile AI pixel, that should panel the RAM port!\"}"], ["created_at", "2016-10-06 15:36:05.680398"], ["updated_at", "2016-10-06 15:36:05.680398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et iure ea quibusdam.\",\"text\":\"Hacking the alarm won't do anything, we need to input the virtual pci card!\"}"], ["created_at", "2016-10-06 15:36:05.681252"], ["updated_at", "2016-10-06 15:36:05.681252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur eius dolores libero repellat.\",\"text\":\"We need to copy the optical SMS driver!\"}"], ["created_at", "2016-10-06 15:36:05.682099"], ["updated_at", "2016-10-06 15:36:05.682099"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis nulla sapiente.\",\"text\":\"You can't index the pixel without quantifying the digital SQL driver!\"}"], ["created_at", "2016-10-06 15:36:05.682996"], ["updated_at", "2016-10-06 15:36:05.682996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem earum quam.\",\"text\":\"I'll program the online JSON transmitter, that should protocol the JBOD sensor!\"}"], ["created_at", "2016-10-06 15:36:05.683859"], ["updated_at", "2016-10-06 15:36:05.683859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus tempore repudiandae.\",\"text\":\"Quantifying the firewall won't do anything, we need to navigate the multi-byte http array!\"}"], ["created_at", "2016-10-06 15:36:05.684785"], ["updated_at", "2016-10-06 15:36:05.684785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum rerum id aut possimus fuga atque ratione.\",\"text\":\"Try to bypass the SCSI array, maybe it will input the virtual sensor!\"}"], ["created_at", "2016-10-06 15:36:05.685657"], ["updated_at", "2016-10-06 15:36:05.685657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quas quaerat perspiciatis ea.\",\"text\":\"Use the cross-platform PNG microchip, then you can parse the mobile monitor!\"}"], ["created_at", "2016-10-06 15:36:05.686520"], ["updated_at", "2016-10-06 15:36:05.686520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quia totam nihil.\",\"text\":\"If we input the interface, we can get to the SDD hard drive through the 1080p HDD system!\"}"], ["created_at", "2016-10-06 15:36:05.687388"], ["updated_at", "2016-10-06 15:36:05.687388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea unde quibusdam quo ducimus.\",\"text\":\"Try to transmit the HTTP monitor, maybe it will navigate the mobile application!\"}"], ["created_at", "2016-10-06 15:36:05.688233"], ["updated_at", "2016-10-06 15:36:05.688233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod quia et ea.\",\"text\":\"You can't synthesize the sensor without programming the solid state HDD alarm!\"}"], ["created_at", "2016-10-06 15:36:05.689092"], ["updated_at", "2016-10-06 15:36:05.689092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum sed dolor sint vitae rerum itaque ut.\",\"text\":\"The XML bandwidth is down, copy the open-source bus so we can transmit the IB panel!\"}"], ["created_at", "2016-10-06 15:36:05.689942"], ["updated_at", "2016-10-06 15:36:05.689942"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores et sunt magnam eligendi dignissimos.\",\"text\":\"If we reboot the driver, we can get to the SAS transmitter through the haptic HDD panel!\"}"], ["created_at", "2016-10-06 15:36:05.690829"], ["updated_at", "2016-10-06 15:36:05.690829"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus possimus quaerat sed ea omnis.\",\"text\":\"Use the mobile PNG circuit, then you can parse the multi-byte capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.691772"], ["updated_at", "2016-10-06 15:36:05.691772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor consequuntur est est earum sed voluptatem.\",\"text\":\"Try to program the SQL card, maybe it will back up the digital firewall!\"}"], ["created_at", "2016-10-06 15:36:05.692714"], ["updated_at", "2016-10-06 15:36:05.692714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed nihil impedit inventore.\",\"text\":\"The HDD sensor is down, reboot the neural matrix so we can connect the PCI driver!\"}"], ["created_at", "2016-10-06 15:36:05.693662"], ["updated_at", "2016-10-06 15:36:05.693662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis optio rerum quidem.\",\"text\":\"Use the multi-byte SMTP sensor, then you can navigate the mobile capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.694572"], ["updated_at", "2016-10-06 15:36:05.694572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto quasi recusandae blanditiis enim repellendus fugiat.\",\"text\":\"We need to input the 1080p RSS circuit!\"}"], ["created_at", "2016-10-06 15:36:05.695497"], ["updated_at", "2016-10-06 15:36:05.695497"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptatibus natus perferendis ducimus.\",\"text\":\"Hacking the program won't do anything, we need to copy the optical xss firewall!\"}"], ["created_at", "2016-10-06 15:36:05.696415"], ["updated_at", "2016-10-06 15:36:05.696415"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum voluptatem occaecati.\",\"text\":\"If we back up the panel, we can get to the USB transmitter through the wireless PCI port!\"}"], ["created_at", "2016-10-06 15:36:05.697584"], ["updated_at", "2016-10-06 15:36:05.697584"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat molestiae provident ut sit.\",\"text\":\"Try to generate the SSL interface, maybe it will navigate the 1080p sensor!\"}"], ["created_at", "2016-10-06 15:36:05.699472"], ["updated_at", "2016-10-06 15:36:05.699472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus officia vitae facere.\",\"text\":\"Use the redundant SQL program, then you can reboot the redundant driver!\"}"], ["created_at", "2016-10-06 15:36:05.700461"], ["updated_at", "2016-10-06 15:36:05.700461"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis repellendus non qui.\",\"text\":\"I'll quantify the auxiliary GB protocol, that should pixel the EXE firewall!\"}"], ["created_at", "2016-10-06 15:36:05.701336"], ["updated_at", "2016-10-06 15:36:05.701336"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur nesciunt saepe deleniti cumque ratione.\",\"text\":\"The SCSI system is down, connect the solid state feed so we can transmit the SQL alarm!\"}"], ["created_at", "2016-10-06 15:36:05.702304"], ["updated_at", "2016-10-06 15:36:05.702304"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur voluptatem architecto cupiditate.\",\"text\":\"If we quantify the transmitter, we can get to the IB panel through the solid state COM system!\"}"], ["created_at", "2016-10-06 15:36:05.703624"], ["updated_at", "2016-10-06 15:36:05.703624"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui aut quibusdam et.\",\"text\":\"The CSS port is down, synthesize the auxiliary array so we can calculate the SMS port!\"}"], ["created_at", "2016-10-06 15:36:05.705039"], ["updated_at", "2016-10-06 15:36:05.705039"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore doloremque tempora.\",\"text\":\"We need to calculate the redundant XML monitor!\"}"], ["created_at", "2016-10-06 15:36:05.706348"], ["updated_at", "2016-10-06 15:36:05.706348"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus odit molestiae qui tempora debitis voluptatum dolorem.\",\"text\":\"You can't copy the card without bypassing the primary AGP program!\"}"], ["created_at", "2016-10-06 15:36:05.707647"], ["updated_at", "2016-10-06 15:36:05.707647"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est in blanditiis voluptas.\",\"text\":\"Use the back-end EXE microchip, then you can index the optical port!\"}"], ["created_at", "2016-10-06 15:36:05.710009"], ["updated_at", "2016-10-06 15:36:05.710009"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id deleniti necessitatibus aliquam.\",\"text\":\"Use the redundant ADP alarm, then you can parse the mobile sensor!\"}"], ["created_at", "2016-10-06 15:36:05.711271"], ["updated_at", "2016-10-06 15:36:05.711271"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos et illum atque non ad rem.\",\"text\":\"Hacking the application won't do anything, we need to input the redundant xss pixel!\"}"], ["created_at", "2016-10-06 15:36:05.712216"], ["updated_at", "2016-10-06 15:36:05.712216"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis nulla consectetur est ut totam.\",\"text\":\"The SCSI driver is down, calculate the mobile bandwidth so we can quantify the HDD circuit!\"}"], ["created_at", "2016-10-06 15:36:05.713094"], ["updated_at", "2016-10-06 15:36:05.713094"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos inventore delectus.\",\"text\":\"Try to transmit the COM system, maybe it will parse the online application!\"}"], ["created_at", "2016-10-06 15:36:05.714111"], ["updated_at", "2016-10-06 15:36:05.714111"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora maiores aut autem velit provident repudiandae.\",\"text\":\"I'll back up the wireless SDD bandwidth, that should application the TCP program!\"}"], ["created_at", "2016-10-06 15:36:05.716681"], ["updated_at", "2016-10-06 15:36:05.716681"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut dolorem et voluptas.\",\"text\":\"If we parse the circuit, we can get to the XML protocol through the wireless GB protocol!\"}"], ["created_at", "2016-10-06 15:36:05.717834"], ["updated_at", "2016-10-06 15:36:05.717834"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem vitae neque voluptate saepe.\",\"text\":\"If we quantify the alarm, we can get to the PNG sensor through the optical XML capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.718867"], ["updated_at", "2016-10-06 15:36:05.718867"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam autem aperiam.\",\"text\":\"If we calculate the sensor, we can get to the SSL transmitter through the digital SSL driver!\"}"], ["created_at", "2016-10-06 15:36:05.719778"], ["updated_at", "2016-10-06 15:36:05.719778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt quidem quos quo ad voluptatem sequi ut.\",\"text\":\"Calculating the sensor won't do anything, we need to calculate the 1080p agp system!\"}"], ["created_at", "2016-10-06 15:36:05.720635"], ["updated_at", "2016-10-06 15:36:05.720635"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit ad praesentium.\",\"text\":\"You can't reboot the program without hacking the cross-platform FTP system!\"}"], ["created_at", "2016-10-06 15:36:05.721504"], ["updated_at", "2016-10-06 15:36:05.721504"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam dolorum qui porro aut quia.\",\"text\":\"Programming the firewall won't do anything, we need to quantify the 1080p sdd hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.722369"], ["updated_at", "2016-10-06 15:36:05.722369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quam quia quos nulla.\",\"text\":\"We need to generate the redundant RAM array!\"}"], ["created_at", "2016-10-06 15:36:05.723247"], ["updated_at", "2016-10-06 15:36:05.723247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi qui dolorem.\",\"text\":\"We need to connect the virtual SAS matrix!\"}"], ["created_at", "2016-10-06 15:36:05.724119"], ["updated_at", "2016-10-06 15:36:05.724119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti illo nisi.\",\"text\":\"Copying the microchip won't do anything, we need to calculate the wireless http firewall!\"}"], ["created_at", "2016-10-06 15:36:05.724969"], ["updated_at", "2016-10-06 15:36:05.724969"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad aperiam consequuntur qui dignissimos.\",\"text\":\"I'll parse the back-end AI driver, that should interface the PCI feed!\"}"], ["created_at", "2016-10-06 15:36:05.725820"], ["updated_at", "2016-10-06 15:36:05.725820"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis aut sequi.\",\"text\":\"Calculating the sensor won't do anything, we need to navigate the cross-platform adp bus!\"}"], ["created_at", "2016-10-06 15:36:05.726707"], ["updated_at", "2016-10-06 15:36:05.726707"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti suscipit est consequatur eum.\",\"text\":\"If we bypass the circuit, we can get to the SAS application through the open-source HDD microchip!\"}"], ["created_at", "2016-10-06 15:36:05.727586"], ["updated_at", "2016-10-06 15:36:05.727586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos facilis optio eveniet ea laboriosam sunt.\",\"text\":\"We need to reboot the cross-platform RSS port!\"}"], ["created_at", "2016-10-06 15:36:05.728432"], ["updated_at", "2016-10-06 15:36:05.728432"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quo inventore similique id cumque dolor vero.\",\"text\":\"We need to hack the optical EXE port!\"}"], ["created_at", "2016-10-06 15:36:05.729276"], ["updated_at", "2016-10-06 15:36:05.729276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique doloribus unde adipisci temporibus dolorem aut nemo.\",\"text\":\"We need to compress the wireless RAM circuit!\"}"], ["created_at", "2016-10-06 15:36:05.730152"], ["updated_at", "2016-10-06 15:36:05.730152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque quis quisquam accusamus.\",\"text\":\"We need to reboot the optical SQL pixel!\"}"], ["created_at", "2016-10-06 15:36:05.731009"], ["updated_at", "2016-10-06 15:36:05.731009"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam rerum quas.\",\"text\":\"Try to generate the FTP firewall, maybe it will connect the back-end capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.731862"], ["updated_at", "2016-10-06 15:36:05.731862"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut pariatur inventore numquam esse.\",\"text\":\"The SDD bandwidth is down, parse the wireless sensor so we can back up the SDD card!\"}"], ["created_at", "2016-10-06 15:36:05.732758"], ["updated_at", "2016-10-06 15:36:05.732758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis sed laborum aspernatur sit voluptatem magni ipsum.\",\"text\":\"You can't calculate the bandwidth without calculating the 1080p SAS matrix!\"}"], ["created_at", "2016-10-06 15:36:05.733665"], ["updated_at", "2016-10-06 15:36:05.733665"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam sunt doloremque qui facere veritatis.\",\"text\":\"I'll index the haptic SMTP sensor, that should firewall the AGP transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.734528"], ["updated_at", "2016-10-06 15:36:05.734528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla at vitae est excepturi inventore.\",\"text\":\"Overriding the system won't do anything, we need to generate the digital ib program!\"}"], ["created_at", "2016-10-06 15:36:05.735434"], ["updated_at", "2016-10-06 15:36:05.735434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio in enim harum.\",\"text\":\"We need to calculate the optical IB feed!\"}"], ["created_at", "2016-10-06 15:36:05.736443"], ["updated_at", "2016-10-06 15:36:05.736443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam sint dignissimos qui cupiditate sed placeat.\",\"text\":\"Bypassing the matrix won't do anything, we need to compress the back-end agp sensor!\"}"], ["created_at", "2016-10-06 15:36:05.737316"], ["updated_at", "2016-10-06 15:36:05.737316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam aut sit dicta quisquam aut.\",\"text\":\"You can't hack the card without transmitting the digital THX matrix!\"}"], ["created_at", "2016-10-06 15:36:05.738195"], ["updated_at", "2016-10-06 15:36:05.738195"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam voluptate consequatur.\",\"text\":\"We need to connect the mobile SAS application!\"}"], ["created_at", "2016-10-06 15:36:05.739065"], ["updated_at", "2016-10-06 15:36:05.739065"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla quod officia.\",\"text\":\"If we quantify the bandwidth, we can get to the ADP transmitter through the virtual HTTP driver!\"}"], ["created_at", "2016-10-06 15:36:05.739920"], ["updated_at", "2016-10-06 15:36:05.739920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias explicabo quos.\",\"text\":\"Bypassing the panel won't do anything, we need to override the multi-byte http driver!\"}"], ["created_at", "2016-10-06 15:36:05.740760"], ["updated_at", "2016-10-06 15:36:05.740760"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quae corporis quia minima tempore mollitia.\",\"text\":\"The CSS hard drive is down, compress the haptic feed so we can quantify the HTTP feed!\"}"], ["created_at", "2016-10-06 15:36:05.741621"], ["updated_at", "2016-10-06 15:36:05.741621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi ut nam nesciunt dolor et voluptatem.\",\"text\":\"The PCI hard drive is down, input the 1080p bandwidth so we can synthesize the TCP application!\"}"], ["created_at", "2016-10-06 15:36:05.742495"], ["updated_at", "2016-10-06 15:36:05.742495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis et nihil labore a.\",\"text\":\"We need to back up the digital PNG bus!\"}"], ["created_at", "2016-10-06 15:36:05.743367"], ["updated_at", "2016-10-06 15:36:05.743367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos qui odit et quae neque.\",\"text\":\"You can't program the sensor without transmitting the cross-platform RSS system!\"}"], ["created_at", "2016-10-06 15:36:05.744237"], ["updated_at", "2016-10-06 15:36:05.744237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quo molestiae quo minima doloremque.\",\"text\":\"Generating the microchip won't do anything, we need to hack the primary png driver!\"}"], ["created_at", "2016-10-06 15:36:05.745102"], ["updated_at", "2016-10-06 15:36:05.745102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis et ut dolor.\",\"text\":\"We need to navigate the solid state PNG sensor!\"}"], ["created_at", "2016-10-06 15:36:05.746030"], ["updated_at", "2016-10-06 15:36:05.746030"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque qui et laboriosam velit ea.\",\"text\":\"Transmitting the application won't do anything, we need to input the wireless ftp capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.746997"], ["updated_at", "2016-10-06 15:36:05.746997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae voluptatibus eos doloremque.\",\"text\":\"The PCI feed is down, input the optical feed so we can input the USB hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.747947"], ["updated_at", "2016-10-06 15:36:05.747947"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt ut sunt distinctio et pariatur.\",\"text\":\"Hacking the bandwidth won't do anything, we need to copy the multi-byte pci transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.748907"], ["updated_at", "2016-10-06 15:36:05.748907"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam saepe qui corporis blanditiis rem quibusdam aut.\",\"text\":\"We need to parse the mobile AGP transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.759781"], ["updated_at", "2016-10-06 15:36:05.759781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim corrupti quas sunt blanditiis porro numquam.\",\"text\":\"Generating the application won't do anything, we need to override the auxiliary ram port!\"}"], ["created_at", "2016-10-06 15:36:05.760775"], ["updated_at", "2016-10-06 15:36:05.760775"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati rem corporis exercitationem.\",\"text\":\"You can't transmit the firewall without overriding the solid state RSS monitor!\"}"], ["created_at", "2016-10-06 15:36:05.761723"], ["updated_at", "2016-10-06 15:36:05.761723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore maiores praesentium aut esse.\",\"text\":\"Try to reboot the SAS program, maybe it will transmit the haptic alarm!\"}"], ["created_at", "2016-10-06 15:36:05.762634"], ["updated_at", "2016-10-06 15:36:05.762634"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt libero modi placeat eaque nostrum.\",\"text\":\"I'll navigate the bluetooth HTTP monitor, that should circuit the XML hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.763726"], ["updated_at", "2016-10-06 15:36:05.763726"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui vitae ex qui quia porro.\",\"text\":\"Parsing the card won't do anything, we need to input the digital usb interface!\"}"], ["created_at", "2016-10-06 15:36:05.765763"], ["updated_at", "2016-10-06 15:36:05.765763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate eius amet.\",\"text\":\"You can't override the capacitor without overriding the online JSON protocol!\"}"], ["created_at", "2016-10-06 15:36:05.766760"], ["updated_at", "2016-10-06 15:36:05.766760"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus culpa placeat sequi.\",\"text\":\"I'll override the virtual AI circuit, that should system the HTTP port!\"}"], ["created_at", "2016-10-06 15:36:05.767642"], ["updated_at", "2016-10-06 15:36:05.767642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi modi similique id quam consequatur.\",\"text\":\"Try to connect the XSS pixel, maybe it will synthesize the multi-byte alarm!\"}"], ["created_at", "2016-10-06 15:36:05.768551"], ["updated_at", "2016-10-06 15:36:05.768551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non natus fuga quia qui porro nobis.\",\"text\":\"The GB transmitter is down, override the bluetooth driver so we can parse the JBOD array!\"}"], ["created_at", "2016-10-06 15:36:05.769424"], ["updated_at", "2016-10-06 15:36:05.769424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem voluptate quos laudantium tempore nesciunt qui.\",\"text\":\"I'll generate the open-source AGP driver, that should card the AI monitor!\"}"], ["created_at", "2016-10-06 15:36:05.770300"], ["updated_at", "2016-10-06 15:36:05.770300"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga reiciendis non a.\",\"text\":\"If we transmit the capacitor, we can get to the HDD circuit through the open-source SQL sensor!\"}"], ["created_at", "2016-10-06 15:36:05.771150"], ["updated_at", "2016-10-06 15:36:05.771150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis aut eos qui.\",\"text\":\"You can't reboot the feed without calculating the online PNG hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.772017"], ["updated_at", "2016-10-06 15:36:05.772017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel atque dolorem est ut.\",\"text\":\"The PNG port is down, transmit the bluetooth driver so we can program the AI card!\"}"], ["created_at", "2016-10-06 15:36:05.772882"], ["updated_at", "2016-10-06 15:36:05.772882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam iure voluptatem.\",\"text\":\"Try to override the SMTP feed, maybe it will connect the auxiliary application!\"}"], ["created_at", "2016-10-06 15:36:05.773737"], ["updated_at", "2016-10-06 15:36:05.773737"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis incidunt accusamus.\",\"text\":\"If we index the driver, we can get to the CSS hard drive through the cross-platform AGP pixel!\"}"], ["created_at", "2016-10-06 15:36:05.774609"], ["updated_at", "2016-10-06 15:36:05.774609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae tenetur dolorem et excepturi.\",\"text\":\"Try to hack the COM firewall, maybe it will copy the virtual pixel!\"}"], ["created_at", "2016-10-06 15:36:05.775544"], ["updated_at", "2016-10-06 15:36:05.775544"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est nulla ut iste.\",\"text\":\"We need to navigate the multi-byte XML bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.776413"], ["updated_at", "2016-10-06 15:36:05.776413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia aliquam beatae earum cumque voluptatem perspiciatis qui.\",\"text\":\"I'll synthesize the neural GB driver, that should panel the HTTP system!\"}"], ["created_at", "2016-10-06 15:36:05.777309"], ["updated_at", "2016-10-06 15:36:05.777309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus nesciunt deserunt.\",\"text\":\"Use the neural PNG card, then you can navigate the multi-byte alarm!\"}"], ["created_at", "2016-10-06 15:36:05.778180"], ["updated_at", "2016-10-06 15:36:05.778180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus occaecati facere.\",\"text\":\"We need to navigate the mobile TCP panel!\"}"], ["created_at", "2016-10-06 15:36:05.779056"], ["updated_at", "2016-10-06 15:36:05.779056"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis nobis laboriosam atque enim aut aut officia.\",\"text\":\"Try to connect the RSS hard drive, maybe it will reboot the digital port!\"}"], ["created_at", "2016-10-06 15:36:05.779922"], ["updated_at", "2016-10-06 15:36:05.779922"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo et at quos eaque.\",\"text\":\"We need to transmit the virtual THX sensor!\"}"], ["created_at", "2016-10-06 15:36:05.780762"], ["updated_at", "2016-10-06 15:36:05.780762"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero eum nam assumenda laborum explicabo.\",\"text\":\"You can't hack the interface without connecting the haptic AI panel!\"}"], ["created_at", "2016-10-06 15:36:05.781783"], ["updated_at", "2016-10-06 15:36:05.781783"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum consequatur magnam excepturi.\",\"text\":\"If we parse the application, we can get to the XSS bus through the optical PNG transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.783041"], ["updated_at", "2016-10-06 15:36:05.783041"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi explicabo debitis eaque voluptatum cumque consequuntur voluptatem.\",\"text\":\"Try to override the USB firewall, maybe it will bypass the solid state capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.784035"], ["updated_at", "2016-10-06 15:36:05.784035"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt aut animi facilis voluptatibus consequatur pariatur omnis.\",\"text\":\"If we calculate the matrix, we can get to the TCP transmitter through the redundant RAM system!\"}"], ["created_at", "2016-10-06 15:36:05.784935"], ["updated_at", "2016-10-06 15:36:05.784935"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore consequuntur id.\",\"text\":\"We need to compress the online TCP transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.785788"], ["updated_at", "2016-10-06 15:36:05.785788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas ipsa dolorem.\",\"text\":\"I'll bypass the auxiliary HTTP feed, that should driver the JBOD firewall!\"}"], ["created_at", "2016-10-06 15:36:05.786689"], ["updated_at", "2016-10-06 15:36:05.786689"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo alias repudiandae.\",\"text\":\"Use the digital RAM transmitter, then you can transmit the online port!\"}"], ["created_at", "2016-10-06 15:36:05.787544"], ["updated_at", "2016-10-06 15:36:05.787544"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ut nobis.\",\"text\":\"Use the digital CSS bus, then you can reboot the mobile microchip!\"}"], ["created_at", "2016-10-06 15:36:05.788383"], ["updated_at", "2016-10-06 15:36:05.788383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint et nisi asperiores sapiente suscipit quo.\",\"text\":\"If we synthesize the driver, we can get to the SCSI bus through the optical SSL feed!\"}"], ["created_at", "2016-10-06 15:36:05.789236"], ["updated_at", "2016-10-06 15:36:05.789236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel debitis placeat quasi dolorum ipsa.\",\"text\":\"I'll transmit the digital JBOD protocol, that should port the SQL system!\"}"], ["created_at", "2016-10-06 15:36:05.790068"], ["updated_at", "2016-10-06 15:36:05.790068"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque molestiae quaerat quisquam nobis et.\",\"text\":\"I'll synthesize the cross-platform AI monitor, that should feed the RSS card!\"}"], ["created_at", "2016-10-06 15:36:05.791019"], ["updated_at", "2016-10-06 15:36:05.791019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam ut odit.\",\"text\":\"The RAM driver is down, index the optical hard drive so we can input the EXE port!\"}"], ["created_at", "2016-10-06 15:36:05.791892"], ["updated_at", "2016-10-06 15:36:05.791892"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae sunt molestias officiis ut ab ut qui.\",\"text\":\"We need to copy the haptic XML interface!\"}"], ["created_at", "2016-10-06 15:36:05.792734"], ["updated_at", "2016-10-06 15:36:05.792734"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia porro illo perferendis sunt.\",\"text\":\"Compressing the bandwidth won't do anything, we need to calculate the back-end sas bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.793605"], ["updated_at", "2016-10-06 15:36:05.793605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate aut quas minima molestiae quisquam aut.\",\"text\":\"Try to synthesize the XML bus, maybe it will synthesize the back-end hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.794480"], ["updated_at", "2016-10-06 15:36:05.794480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quasi est sint atque sunt.\",\"text\":\"Try to quantify the SMTP monitor, maybe it will quantify the multi-byte bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.795334"], ["updated_at", "2016-10-06 15:36:05.795334"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem aut omnis ullam aliquid maiores eum.\",\"text\":\"I'll program the virtual SAS hard drive, that should application the HTTP card!\"}"], ["created_at", "2016-10-06 15:36:05.796184"], ["updated_at", "2016-10-06 15:36:05.796184"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur aut aut quaerat ipsam dolores.\",\"text\":\"We need to back up the primary AGP feed!\"}"], ["created_at", "2016-10-06 15:36:05.797026"], ["updated_at", "2016-10-06 15:36:05.797026"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate et nesciunt quia est rem explicabo et.\",\"text\":\"You can't transmit the system without backing up the 1080p SSL pixel!\"}"], ["created_at", "2016-10-06 15:36:05.797880"], ["updated_at", "2016-10-06 15:36:05.797880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum dolor natus est.\",\"text\":\"Use the mobile RAM transmitter, then you can index the back-end bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.798886"], ["updated_at", "2016-10-06 15:36:05.798886"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt ea aperiam dolore.\",\"text\":\"Generating the program won't do anything, we need to program the virtual pci hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.799738"], ["updated_at", "2016-10-06 15:36:05.799738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa dignissimos deleniti sed quos.\",\"text\":\"If we bypass the capacitor, we can get to the RSS firewall through the optical TCP application!\"}"], ["created_at", "2016-10-06 15:36:05.800599"], ["updated_at", "2016-10-06 15:36:05.800599"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci quibusdam iure aspernatur tempora cum quae.\",\"text\":\"The AI hard drive is down, bypass the online monitor so we can generate the TCP hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.801457"], ["updated_at", "2016-10-06 15:36:05.801457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos aperiam ab qui.\",\"text\":\"Try to input the SQL panel, maybe it will quantify the 1080p matrix!\"}"], ["created_at", "2016-10-06 15:36:05.802359"], ["updated_at", "2016-10-06 15:36:05.802359"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam officia eos.\",\"text\":\"We need to override the bluetooth SDD panel!\"}"], ["created_at", "2016-10-06 15:36:05.803379"], ["updated_at", "2016-10-06 15:36:05.803379"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id sit enim repellendus dolorem et neque quo.\",\"text\":\"We need to quantify the 1080p JBOD application!\"}"], ["created_at", "2016-10-06 15:36:05.804308"], ["updated_at", "2016-10-06 15:36:05.804308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus ea eos laboriosam qui rerum cumque rerum.\",\"text\":\"I'll back up the optical RSS driver, that should panel the SMS transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.805201"], ["updated_at", "2016-10-06 15:36:05.805201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat ipsum voluptas ipsa.\",\"text\":\"You can't connect the panel without copying the back-end RAM system!\"}"], ["created_at", "2016-10-06 15:36:05.806185"], ["updated_at", "2016-10-06 15:36:05.806185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos voluptas sit accusantium iure explicabo odit quos.\",\"text\":\"Use the neural RAM alarm, then you can quantify the digital application!\"}"], ["created_at", "2016-10-06 15:36:05.807039"], ["updated_at", "2016-10-06 15:36:05.807039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis debitis necessitatibus eveniet voluptas qui.\",\"text\":\"Try to copy the SMTP panel, maybe it will copy the mobile card!\"}"], ["created_at", "2016-10-06 15:36:05.808058"], ["updated_at", "2016-10-06 15:36:05.808058"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas vero tenetur qui nihil est placeat et.\",\"text\":\"We need to compress the open-source COM matrix!\"}"], ["created_at", "2016-10-06 15:36:05.808938"], ["updated_at", "2016-10-06 15:36:05.808938"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia nam est suscipit.\",\"text\":\"We need to program the digital JSON monitor!\"}"], ["created_at", "2016-10-06 15:36:05.809806"], ["updated_at", "2016-10-06 15:36:05.809806"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi minima sint consequuntur voluptatem.\",\"text\":\"Use the mobile USB port, then you can synthesize the primary sensor!\"}"], ["created_at", "2016-10-06 15:36:05.810712"], ["updated_at", "2016-10-06 15:36:05.810712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi ex reprehenderit sit.\",\"text\":\"If we generate the interface, we can get to the RAM system through the primary HDD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.811554"], ["updated_at", "2016-10-06 15:36:05.811554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur eius beatae.\",\"text\":\"Use the back-end SDD transmitter, then you can synthesize the virtual alarm!\"}"], ["created_at", "2016-10-06 15:36:05.812406"], ["updated_at", "2016-10-06 15:36:05.812406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda esse et vero sed a rem.\",\"text\":\"I'll transmit the digital HDD hard drive, that should driver the HDD protocol!\"}"], ["created_at", "2016-10-06 15:36:05.813267"], ["updated_at", "2016-10-06 15:36:05.813267"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero illum omnis voluptas dignissimos nesciunt quia.\",\"text\":\"Try to override the CSS pixel, maybe it will compress the cross-platform alarm!\"}"], ["created_at", "2016-10-06 15:36:05.814181"], ["updated_at", "2016-10-06 15:36:05.814181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sapiente earum incidunt consequatur sed.\",\"text\":\"The COM transmitter is down, index the primary feed so we can compress the SMS microchip!\"}"], ["created_at", "2016-10-06 15:36:05.815177"], ["updated_at", "2016-10-06 15:36:05.815177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis suscipit soluta modi molestiae ut voluptatem quia.\",\"text\":\"The SCSI port is down, connect the multi-byte firewall so we can navigate the SAS program!\"}"], ["created_at", "2016-10-06 15:36:05.816035"], ["updated_at", "2016-10-06 15:36:05.816035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt molestias in autem numquam repudiandae.\",\"text\":\"If we navigate the transmitter, we can get to the RSS protocol through the optical PCI protocol!\"}"], ["created_at", "2016-10-06 15:36:05.816933"], ["updated_at", "2016-10-06 15:36:05.816933"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi eum aliquam omnis.\",\"text\":\"Try to synthesize the PNG system, maybe it will parse the virtual monitor!\"}"], ["created_at", "2016-10-06 15:36:05.817795"], ["updated_at", "2016-10-06 15:36:05.817795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit nemo et impedit voluptatem voluptatibus in.\",\"text\":\"Hacking the interface won't do anything, we need to quantify the 1080p ram application!\"}"], ["created_at", "2016-10-06 15:36:05.818695"], ["updated_at", "2016-10-06 15:36:05.818695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In explicabo voluptas omnis dignissimos accusantium quam.\",\"text\":\"The SCSI sensor is down, parse the cross-platform circuit so we can compress the PNG card!\"}"], ["created_at", "2016-10-06 15:36:05.819565"], ["updated_at", "2016-10-06 15:36:05.819565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod officia omnis placeat.\",\"text\":\"Try to reboot the JBOD panel, maybe it will bypass the virtual firewall!\"}"], ["created_at", "2016-10-06 15:36:05.820416"], ["updated_at", "2016-10-06 15:36:05.820416"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis corrupti nesciunt quia perferendis ex quidem.\",\"text\":\"Backing up the circuit won't do anything, we need to generate the digital ram array!\"}"], ["created_at", "2016-10-06 15:36:05.821246"], ["updated_at", "2016-10-06 15:36:05.821246"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptas eius tenetur incidunt ea ad.\",\"text\":\"If we copy the monitor, we can get to the SDD program through the auxiliary HTTP pixel!\"}"], ["created_at", "2016-10-06 15:36:05.822106"], ["updated_at", "2016-10-06 15:36:05.822106"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam sed ut eos dicta.\",\"text\":\"Use the online COM interface, then you can navigate the haptic firewall!\"}"], ["created_at", "2016-10-06 15:36:05.822988"], ["updated_at", "2016-10-06 15:36:05.822988"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam ut architecto pariatur.\",\"text\":\"We need to compress the mobile IB pixel!\"}"], ["created_at", "2016-10-06 15:36:05.823877"], ["updated_at", "2016-10-06 15:36:05.823877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio provident modi saepe voluptas.\",\"text\":\"I'll synthesize the cross-platform SQL protocol, that should panel the SQL hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.824726"], ["updated_at", "2016-10-06 15:36:05.824726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut rerum quo tenetur laboriosam nemo.\",\"text\":\"Try to override the SSL sensor, maybe it will quantify the wireless microchip!\"}"], ["created_at", "2016-10-06 15:36:05.825559"], ["updated_at", "2016-10-06 15:36:05.825559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique voluptatem nulla esse sint assumenda deserunt fugit.\",\"text\":\"Try to quantify the PCI capacitor, maybe it will generate the mobile interface!\"}"], ["created_at", "2016-10-06 15:36:05.826471"], ["updated_at", "2016-10-06 15:36:05.826471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti officiis alias.\",\"text\":\"I'll bypass the mobile CSS monitor, that should application the THX hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.827353"], ["updated_at", "2016-10-06 15:36:05.827353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus consequatur assumenda et ea.\",\"text\":\"We need to bypass the optical HTTP monitor!\"}"], ["created_at", "2016-10-06 15:36:05.828196"], ["updated_at", "2016-10-06 15:36:05.828196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae veniam sit.\",\"text\":\"Use the back-end PCI bus, then you can input the auxiliary array!\"}"], ["created_at", "2016-10-06 15:36:05.829051"], ["updated_at", "2016-10-06 15:36:05.829051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et iure vero aut aliquid in.\",\"text\":\"Use the auxiliary PNG program, then you can bypass the virtual firewall!\"}"], ["created_at", "2016-10-06 15:36:05.829881"], ["updated_at", "2016-10-06 15:36:05.829881"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et alias sed eligendi officia accusamus corporis.\",\"text\":\"We need to synthesize the optical XSS sensor!\"}"], ["created_at", "2016-10-06 15:36:05.830783"], ["updated_at", "2016-10-06 15:36:05.830783"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores quis rerum velit voluptas.\",\"text\":\"If we parse the application, we can get to the CSS pixel through the auxiliary AGP panel!\"}"], ["created_at", "2016-10-06 15:36:05.831783"], ["updated_at", "2016-10-06 15:36:05.831783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt dignissimos consequuntur quis provident.\",\"text\":\"Indexing the system won't do anything, we need to override the redundant http port!\"}"], ["created_at", "2016-10-06 15:36:05.832671"], ["updated_at", "2016-10-06 15:36:05.832671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam et magni assumenda eveniet rerum qui unde.\",\"text\":\"I'll program the open-source RSS panel, that should firewall the AI sensor!\"}"], ["created_at", "2016-10-06 15:36:05.833540"], ["updated_at", "2016-10-06 15:36:05.833540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptas sed.\",\"text\":\"I'll synthesize the auxiliary RAM bandwidth, that should firewall the XML protocol!\"}"], ["created_at", "2016-10-06 15:36:05.834435"], ["updated_at", "2016-10-06 15:36:05.834435"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aut omnis modi consectetur quos mollitia molestiae.\",\"text\":\"Indexing the array won't do anything, we need to bypass the open-source smtp feed!\"}"], ["created_at", "2016-10-06 15:36:05.835289"], ["updated_at", "2016-10-06 15:36:05.835289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed autem voluptate.\",\"text\":\"The ADP matrix is down, back up the primary array so we can calculate the SCSI firewall!\"}"], ["created_at", "2016-10-06 15:36:05.836160"], ["updated_at", "2016-10-06 15:36:05.836160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia architecto magni odio et ducimus voluptatem.\",\"text\":\"I'll index the redundant SMS pixel, that should array the SCSI panel!\"}"], ["created_at", "2016-10-06 15:36:05.837010"], ["updated_at", "2016-10-06 15:36:05.837010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum numquam cumque.\",\"text\":\"Use the mobile JBOD feed, then you can compress the online driver!\"}"], ["created_at", "2016-10-06 15:36:05.837870"], ["updated_at", "2016-10-06 15:36:05.837870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et est dolor.\",\"text\":\"You can't back up the driver without synthesizing the optical XSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.838760"], ["updated_at", "2016-10-06 15:36:05.838760"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim labore velit quia eius laboriosam.\",\"text\":\"Transmitting the interface won't do anything, we need to compress the wireless rss pixel!\"}"], ["created_at", "2016-10-06 15:36:05.839591"], ["updated_at", "2016-10-06 15:36:05.839591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis et totam similique.\",\"text\":\"We need to navigate the online SMS interface!\"}"], ["created_at", "2016-10-06 15:36:05.840443"], ["updated_at", "2016-10-06 15:36:05.840443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores aut consequatur ipsam cumque aut.\",\"text\":\"Use the open-source SCSI pixel, then you can synthesize the redundant system!\"}"], ["created_at", "2016-10-06 15:36:05.841274"], ["updated_at", "2016-10-06 15:36:05.841274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptate in eos placeat nulla et omnis.\",\"text\":\"Use the bluetooth XML hard drive, then you can bypass the open-source firewall!\"}"], ["created_at", "2016-10-06 15:36:05.842124"], ["updated_at", "2016-10-06 15:36:05.842124"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem iure dignissimos non sit magnam dolore.\",\"text\":\"Try to input the SDD card, maybe it will hack the solid state application!\"}"], ["created_at", "2016-10-06 15:36:05.843024"], ["updated_at", "2016-10-06 15:36:05.843024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error qui rem occaecati magni beatae.\",\"text\":\"We need to reboot the digital HTTP monitor!\"}"], ["created_at", "2016-10-06 15:36:05.843882"], ["updated_at", "2016-10-06 15:36:05.843882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio nulla modi repellat aliquam.\",\"text\":\"I'll hack the auxiliary PCI interface, that should program the CSS array!\"}"], ["created_at", "2016-10-06 15:36:05.844740"], ["updated_at", "2016-10-06 15:36:05.844740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla molestiae modi blanditiis exercitationem.\",\"text\":\"Try to synthesize the THX hard drive, maybe it will connect the back-end system!\"}"], ["created_at", "2016-10-06 15:36:05.845604"], ["updated_at", "2016-10-06 15:36:05.845604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad molestiae at tempora ut.\",\"text\":\"You can't index the feed without copying the back-end XML array!\"}"], ["created_at", "2016-10-06 15:36:05.846481"], ["updated_at", "2016-10-06 15:36:05.846481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae molestias omnis eligendi repellendus.\",\"text\":\"Use the redundant SAS firewall, then you can override the multi-byte card!\"}"], ["created_at", "2016-10-06 15:36:05.847375"], ["updated_at", "2016-10-06 15:36:05.847375"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro temporibus maxime at asperiores nisi quis quod.\",\"text\":\"Programming the alarm won't do anything, we need to generate the optical xss transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.848360"], ["updated_at", "2016-10-06 15:36:05.848360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit aliquid eos rem enim sequi.\",\"text\":\"I'll reboot the solid state EXE microchip, that should array the FTP matrix!\"}"], ["created_at", "2016-10-06 15:36:05.849224"], ["updated_at", "2016-10-06 15:36:05.849224"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse nobis maiores delectus.\",\"text\":\"The PCI port is down, index the cross-platform program so we can navigate the RSS protocol!\"}"], ["created_at", "2016-10-06 15:36:05.850082"], ["updated_at", "2016-10-06 15:36:05.850082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi iste aut est perferendis doloremque sed.\",\"text\":\"You can't connect the panel without compressing the 1080p SMTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.850970"], ["updated_at", "2016-10-06 15:36:05.850970"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum est corporis quod.\",\"text\":\"You can't hack the pixel without parsing the primary ADP microchip!\"}"], ["created_at", "2016-10-06 15:36:05.851833"], ["updated_at", "2016-10-06 15:36:05.851833"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab officia et aut dolorum consequatur.\",\"text\":\"If we override the panel, we can get to the XSS interface through the optical RAM bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.852696"], ["updated_at", "2016-10-06 15:36:05.852696"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla minus accusantium molestias error voluptas explicabo.\",\"text\":\"Use the cross-platform XML monitor, then you can calculate the optical port!\"}"], ["created_at", "2016-10-06 15:36:05.853534"], ["updated_at", "2016-10-06 15:36:05.853534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium a in eligendi consectetur et.\",\"text\":\"We need to generate the 1080p RAM system!\"}"], ["created_at", "2016-10-06 15:36:05.854413"], ["updated_at", "2016-10-06 15:36:05.854413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae nesciunt dolor.\",\"text\":\"Quantifying the monitor won't do anything, we need to calculate the virtual json matrix!\"}"], ["created_at", "2016-10-06 15:36:05.855254"], ["updated_at", "2016-10-06 15:36:05.855254"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut error non ea et.\",\"text\":\"Use the haptic IB driver, then you can back up the bluetooth port!\"}"], ["created_at", "2016-10-06 15:36:05.856099"], ["updated_at", "2016-10-06 15:36:05.856099"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est est aut dolore adipisci impedit.\",\"text\":\"You can't transmit the circuit without synthesizing the haptic SMS application!\"}"], ["created_at", "2016-10-06 15:36:05.856955"], ["updated_at", "2016-10-06 15:36:05.856955"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio quidem officia.\",\"text\":\"If we input the bandwidth, we can get to the HTTP pixel through the multi-byte FTP bus!\"}"], ["created_at", "2016-10-06 15:36:05.857784"], ["updated_at", "2016-10-06 15:36:05.857784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores pariatur assumenda eligendi animi quidem libero dolor.\",\"text\":\"You can't navigate the circuit without generating the 1080p FTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.858652"], ["updated_at", "2016-10-06 15:36:05.858652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga veritatis aut ad.\",\"text\":\"Try to quantify the SCSI protocol, maybe it will navigate the redundant bus!\"}"], ["created_at", "2016-10-06 15:36:05.859505"], ["updated_at", "2016-10-06 15:36:05.859505"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores ratione ab tempora pariatur.\",\"text\":\"The SQL port is down, override the optical array so we can navigate the XML firewall!\"}"], ["created_at", "2016-10-06 15:36:05.860348"], ["updated_at", "2016-10-06 15:36:05.860348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed voluptatem repudiandae ipsam natus.\",\"text\":\"Use the 1080p TCP sensor, then you can copy the online bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.861225"], ["updated_at", "2016-10-06 15:36:05.861225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam saepe odio illo error dignissimos.\",\"text\":\"Compressing the card won't do anything, we need to program the back-end sas circuit!\"}"], ["created_at", "2016-10-06 15:36:05.862056"], ["updated_at", "2016-10-06 15:36:05.862056"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi soluta quaerat voluptatem.\",\"text\":\"The HDD microchip is down, navigate the multi-byte port so we can index the JBOD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.863081"], ["updated_at", "2016-10-06 15:36:05.863081"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate quisquam veritatis laudantium et suscipit.\",\"text\":\"Use the primary JBOD array, then you can bypass the auxiliary feed!\"}"], ["created_at", "2016-10-06 15:36:05.864048"], ["updated_at", "2016-10-06 15:36:05.864048"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus doloribus magnam et iusto animi a dolorem.\",\"text\":\"You can't compress the interface without bypassing the online FTP sensor!\"}"], ["created_at", "2016-10-06 15:36:05.865671"], ["updated_at", "2016-10-06 15:36:05.865671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat sequi ea illo facere ullam voluptatem.\",\"text\":\"Generating the alarm won't do anything, we need to index the redundant xss interface!\"}"], ["created_at", "2016-10-06 15:36:05.867328"], ["updated_at", "2016-10-06 15:36:05.867328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto qui provident sint.\",\"text\":\"You can't hack the array without overriding the optical SDD firewall!\"}"], ["created_at", "2016-10-06 15:36:05.868306"], ["updated_at", "2016-10-06 15:36:05.868306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem sint tempora architecto.\",\"text\":\"Use the 1080p RAM system, then you can parse the cross-platform hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.869205"], ["updated_at", "2016-10-06 15:36:05.869205"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et libero quia laborum.\",\"text\":\"If we copy the hard drive, we can get to the AGP bus through the auxiliary SMTP driver!\"}"], ["created_at", "2016-10-06 15:36:05.870072"], ["updated_at", "2016-10-06 15:36:05.870072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In possimus eum.\",\"text\":\"You can't copy the monitor without hacking the auxiliary HTTP monitor!\"}"], ["created_at", "2016-10-06 15:36:05.870977"], ["updated_at", "2016-10-06 15:36:05.870977"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab aliquam et adipisci aut dolorum non.\",\"text\":\"Quantifying the matrix won't do anything, we need to parse the bluetooth agp program!\"}"], ["created_at", "2016-10-06 15:36:05.871942"], ["updated_at", "2016-10-06 15:36:05.871942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum nihil aut ut aliquam mollitia est.\",\"text\":\"The USB hard drive is down, bypass the virtual port so we can calculate the CSS hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.872814"], ["updated_at", "2016-10-06 15:36:05.872814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde suscipit quis.\",\"text\":\"If we connect the transmitter, we can get to the AGP microchip through the haptic AGP application!\"}"], ["created_at", "2016-10-06 15:36:05.873668"], ["updated_at", "2016-10-06 15:36:05.873668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et odit veritatis sint doloremque.\",\"text\":\"The XML card is down, input the primary array so we can connect the SAS bus!\"}"], ["created_at", "2016-10-06 15:36:05.874545"], ["updated_at", "2016-10-06 15:36:05.874545"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic et nulla qui.\",\"text\":\"You can't back up the microchip without compressing the digital SDD matrix!\"}"], ["created_at", "2016-10-06 15:36:05.875436"], ["updated_at", "2016-10-06 15:36:05.875436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem mollitia quos asperiores nulla.\",\"text\":\"We need to transmit the virtual ADP microchip!\"}"], ["created_at", "2016-10-06 15:36:05.876473"], ["updated_at", "2016-10-06 15:36:05.876473"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt quisquam est labore et qui magnam.\",\"text\":\"You can't parse the circuit without quantifying the cross-platform SQL driver!\"}"], ["created_at", "2016-10-06 15:36:05.877574"], ["updated_at", "2016-10-06 15:36:05.877574"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab ea error aliquam eos molestiae ipsum.\",\"text\":\"Transmitting the array won't do anything, we need to bypass the haptic sms array!\"}"], ["created_at", "2016-10-06 15:36:05.878579"], ["updated_at", "2016-10-06 15:36:05.878579"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas est consequatur doloremque aperiam ex quia non.\",\"text\":\"Use the optical XML matrix, then you can calculate the optical microchip!\"}"], ["created_at", "2016-10-06 15:36:05.879565"], ["updated_at", "2016-10-06 15:36:05.879565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint excepturi repudiandae nulla voluptate unde officiis et.\",\"text\":\"If we calculate the microchip, we can get to the JBOD alarm through the digital AI interface!\"}"], ["created_at", "2016-10-06 15:36:05.880507"], ["updated_at", "2016-10-06 15:36:05.880507"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae ut possimus voluptate quidem mollitia.\",\"text\":\"I'll compress the cross-platform SSL interface, that should feed the SAS microchip!\"}"], ["created_at", "2016-10-06 15:36:05.881356"], ["updated_at", "2016-10-06 15:36:05.881356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos illo ut quo ad.\",\"text\":\"You can't input the interface without compressing the wireless SMTP program!\"}"], ["created_at", "2016-10-06 15:36:05.882255"], ["updated_at", "2016-10-06 15:36:05.882255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum repellat itaque et fuga in aliquam minima.\",\"text\":\"If we hack the driver, we can get to the EXE capacitor through the multi-byte CSS microchip!\"}"], ["created_at", "2016-10-06 15:36:05.883109"], ["updated_at", "2016-10-06 15:36:05.883109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit perspiciatis ut nulla qui dolores impedit quia.\",\"text\":\"Try to hack the AGP application, maybe it will quantify the mobile system!\"}"], ["created_at", "2016-10-06 15:36:05.883969"], ["updated_at", "2016-10-06 15:36:05.883969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium qui rerum dignissimos qui repudiandae ipsam.\",\"text\":\"The PCI microchip is down, quantify the redundant array so we can hack the COM bus!\"}"], ["created_at", "2016-10-06 15:36:05.884841"], ["updated_at", "2016-10-06 15:36:05.884841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit dolor odit.\",\"text\":\"I'll copy the redundant SQL panel, that should panel the SCSI sensor!\"}"], ["created_at", "2016-10-06 15:36:05.885701"], ["updated_at", "2016-10-06 15:36:05.885701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum facere iste et ducimus voluptates.\",\"text\":\"We need to hack the cross-platform JSON monitor!\"}"], ["created_at", "2016-10-06 15:36:05.886596"], ["updated_at", "2016-10-06 15:36:05.886596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque doloremque quibusdam.\",\"text\":\"The AGP transmitter is down, transmit the 1080p bus so we can copy the AGP matrix!\"}"], ["created_at", "2016-10-06 15:36:05.887453"], ["updated_at", "2016-10-06 15:36:05.887453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut dignissimos fugit ad at laboriosam asperiores voluptatem.\",\"text\":\"Quantifying the port won't do anything, we need to back up the 1080p ftp microchip!\"}"], ["created_at", "2016-10-06 15:36:05.888286"], ["updated_at", "2016-10-06 15:36:05.888286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus et ad.\",\"text\":\"I'll input the optical XML pixel, that should protocol the HTTP system!\"}"], ["created_at", "2016-10-06 15:36:05.889148"], ["updated_at", "2016-10-06 15:36:05.889148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam repellendus ullam doloremque incidunt excepturi cumque.\",\"text\":\"You can't reboot the protocol without parsing the wireless SCSI interface!\"}"], ["created_at", "2016-10-06 15:36:05.890004"], ["updated_at", "2016-10-06 15:36:05.890004"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet iste consequatur.\",\"text\":\"We need to synthesize the wireless PNG sensor!\"}"], ["created_at", "2016-10-06 15:36:05.890876"], ["updated_at", "2016-10-06 15:36:05.890876"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas non dolores doloribus reprehenderit quasi.\",\"text\":\"If we index the feed, we can get to the USB bandwidth through the cross-platform GB circuit!\"}"], ["created_at", "2016-10-06 15:36:05.891747"], ["updated_at", "2016-10-06 15:36:05.891747"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum accusantium esse.\",\"text\":\"We need to synthesize the redundant XSS array!\"}"], ["created_at", "2016-10-06 15:36:05.892599"], ["updated_at", "2016-10-06 15:36:05.892599"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate eligendi hic maxime aut architecto adipisci.\",\"text\":\"Backing up the firewall won't do anything, we need to generate the 1080p jbod application!\"}"], ["created_at", "2016-10-06 15:36:05.893471"], ["updated_at", "2016-10-06 15:36:05.893471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident beatae ipsum quidem dolorem illum.\",\"text\":\"Use the open-source PCI array, then you can reboot the bluetooth driver!\"}"], ["created_at", "2016-10-06 15:36:05.894384"], ["updated_at", "2016-10-06 15:36:05.894384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut tempore dolorem ullam ex.\",\"text\":\"Try to connect the AGP interface, maybe it will calculate the primary feed!\"}"], ["created_at", "2016-10-06 15:36:05.895226"], ["updated_at", "2016-10-06 15:36:05.895226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio consequatur qui et ex.\",\"text\":\"You can't index the firewall without calculating the mobile PNG array!\"}"], ["created_at", "2016-10-06 15:36:05.896105"], ["updated_at", "2016-10-06 15:36:05.896105"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut dignissimos rerum dolores.\",\"text\":\"Try to back up the EXE feed, maybe it will bypass the primary system!\"}"], ["created_at", "2016-10-06 15:36:05.896992"], ["updated_at", "2016-10-06 15:36:05.896992"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui reiciendis omnis placeat repellendus impedit voluptas.\",\"text\":\"Compressing the microchip won't do anything, we need to transmit the open-source rss program!\"}"], ["created_at", "2016-10-06 15:36:05.897849"], ["updated_at", "2016-10-06 15:36:05.897849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos cumque at iusto.\",\"text\":\"You can't index the interface without transmitting the primary RAM panel!\"}"], ["created_at", "2016-10-06 15:36:05.898719"], ["updated_at", "2016-10-06 15:36:05.898719"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo omnis ut eveniet velit error omnis sed.\",\"text\":\"If we override the alarm, we can get to the XML sensor through the solid state AGP driver!\"}"], ["created_at", "2016-10-06 15:36:05.899559"], ["updated_at", "2016-10-06 15:36:05.899559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id in odit harum deserunt vitae.\",\"text\":\"We need to index the bluetooth COM application!\"}"], ["created_at", "2016-10-06 15:36:05.900443"], ["updated_at", "2016-10-06 15:36:05.900443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis soluta inventore tempora possimus eius repudiandae iusto.\",\"text\":\"If we navigate the interface, we can get to the SMS bandwidth through the mobile SMTP alarm!\"}"], ["created_at", "2016-10-06 15:36:05.901307"], ["updated_at", "2016-10-06 15:36:05.901307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque qui vel culpa assumenda.\",\"text\":\"The RSS program is down, navigate the redundant transmitter so we can connect the GB bus!\"}"], ["created_at", "2016-10-06 15:36:05.902174"], ["updated_at", "2016-10-06 15:36:05.902174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium earum aliquid dolorem iusto.\",\"text\":\"Use the optical AGP pixel, then you can input the primary card!\"}"], ["created_at", "2016-10-06 15:36:05.903038"], ["updated_at", "2016-10-06 15:36:05.903038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio rerum inventore.\",\"text\":\"Use the bluetooth EXE transmitter, then you can back up the neural driver!\"}"], ["created_at", "2016-10-06 15:36:05.903881"], ["updated_at", "2016-10-06 15:36:05.903881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur rem ut quod.\",\"text\":\"I'll bypass the 1080p USB card, that should protocol the PNG microchip!\"}"], ["created_at", "2016-10-06 15:36:05.904734"], ["updated_at", "2016-10-06 15:36:05.904734"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis facilis velit minus est.\",\"text\":\"Use the online JSON microchip, then you can input the cross-platform monitor!\"}"], ["created_at", "2016-10-06 15:36:05.905584"], ["updated_at", "2016-10-06 15:36:05.905584"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque voluptas quasi excepturi doloremque enim.\",\"text\":\"Parsing the application won't do anything, we need to back up the solid state adp panel!\"}"], ["created_at", "2016-10-06 15:36:05.906437"], ["updated_at", "2016-10-06 15:36:05.906437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur quos in totam incidunt odio.\",\"text\":\"You can't generate the protocol without hacking the solid state SMS interface!\"}"], ["created_at", "2016-10-06 15:36:05.907329"], ["updated_at", "2016-10-06 15:36:05.907329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus odio sed fugit.\",\"text\":\"Use the auxiliary EXE hard drive, then you can bypass the redundant bus!\"}"], ["created_at", "2016-10-06 15:36:05.908181"], ["updated_at", "2016-10-06 15:36:05.908181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde quia in.\",\"text\":\"We need to synthesize the open-source SCSI monitor!\"}"], ["created_at", "2016-10-06 15:36:05.909038"], ["updated_at", "2016-10-06 15:36:05.909038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et numquam nihil iusto ut.\",\"text\":\"If we hack the feed, we can get to the SDD application through the mobile JSON pixel!\"}"], ["created_at", "2016-10-06 15:36:05.909908"], ["updated_at", "2016-10-06 15:36:05.909908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae minus sit doloremque.\",\"text\":\"I'll hack the bluetooth PCI hard drive, that should protocol the RAM monitor!\"}"], ["created_at", "2016-10-06 15:36:05.910774"], ["updated_at", "2016-10-06 15:36:05.910774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla vero exercitationem et earum.\",\"text\":\"You can't hack the interface without bypassing the haptic ADP system!\"}"], ["created_at", "2016-10-06 15:36:05.911636"], ["updated_at", "2016-10-06 15:36:05.911636"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur itaque nostrum quia repellat rerum.\",\"text\":\"You can't bypass the microchip without quantifying the online SAS microchip!\"}"], ["created_at", "2016-10-06 15:36:05.912539"], ["updated_at", "2016-10-06 15:36:05.912539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident sint quod ut.\",\"text\":\"I'll bypass the digital IB matrix, that should card the HDD circuit!\"}"], ["created_at", "2016-10-06 15:36:05.913405"], ["updated_at", "2016-10-06 15:36:05.913405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui in optio.\",\"text\":\"If we back up the bandwidth, we can get to the HDD pixel through the optical SQL circuit!\"}"], ["created_at", "2016-10-06 15:36:05.914285"], ["updated_at", "2016-10-06 15:36:05.914285"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore et est assumenda.\",\"text\":\"Calculating the driver won't do anything, we need to input the redundant jbod circuit!\"}"], ["created_at", "2016-10-06 15:36:05.915282"], ["updated_at", "2016-10-06 15:36:05.915282"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat sunt ea.\",\"text\":\"We need to connect the auxiliary RAM circuit!\"}"], ["created_at", "2016-10-06 15:36:05.916404"], ["updated_at", "2016-10-06 15:36:05.916404"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto debitis sit excepturi quae ut fugiat.\",\"text\":\"Hacking the transmitter won't do anything, we need to synthesize the back-end rss bus!\"}"], ["created_at", "2016-10-06 15:36:05.917337"], ["updated_at", "2016-10-06 15:36:05.917337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo eum doloremque et qui qui.\",\"text\":\"Calculating the system won't do anything, we need to calculate the digital http program!\"}"], ["created_at", "2016-10-06 15:36:05.918221"], ["updated_at", "2016-10-06 15:36:05.918221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque quis dicta veritatis repellat.\",\"text\":\"If we index the circuit, we can get to the USB circuit through the neural SMS sensor!\"}"], ["created_at", "2016-10-06 15:36:05.919173"], ["updated_at", "2016-10-06 15:36:05.919173"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident vitae officiis ratione velit blanditiis non.\",\"text\":\"You can't copy the array without parsing the online SCSI bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.920156"], ["updated_at", "2016-10-06 15:36:05.920156"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut blanditiis et molestiae libero.\",\"text\":\"I'll navigate the auxiliary HTTP system, that should capacitor the SCSI bus!\"}"], ["created_at", "2016-10-06 15:36:05.921013"], ["updated_at", "2016-10-06 15:36:05.921013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium eveniet ut.\",\"text\":\"Copying the circuit won't do anything, we need to calculate the redundant ram array!\"}"], ["created_at", "2016-10-06 15:36:05.921917"], ["updated_at", "2016-10-06 15:36:05.921917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas iure porro blanditiis quasi itaque.\",\"text\":\"Quantifying the interface won't do anything, we need to reboot the open-source css transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.922816"], ["updated_at", "2016-10-06 15:36:05.922816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita dolorem itaque a.\",\"text\":\"Bypassing the hard drive won't do anything, we need to calculate the wireless tcp driver!\"}"], ["created_at", "2016-10-06 15:36:05.923677"], ["updated_at", "2016-10-06 15:36:05.923677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum quo architecto qui.\",\"text\":\"Synthesizing the application won't do anything, we need to calculate the neural ai feed!\"}"], ["created_at", "2016-10-06 15:36:05.924532"], ["updated_at", "2016-10-06 15:36:05.924532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem dolore reprehenderit.\",\"text\":\"Try to calculate the ADP monitor, maybe it will connect the 1080p hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.925366"], ["updated_at", "2016-10-06 15:36:05.925366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem magnam corrupti similique et non non.\",\"text\":\"Use the auxiliary EXE capacitor, then you can back up the cross-platform monitor!\"}"], ["created_at", "2016-10-06 15:36:05.926267"], ["updated_at", "2016-10-06 15:36:05.926267"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ut magnam veniam.\",\"text\":\"You can't transmit the driver without transmitting the haptic USB alarm!\"}"], ["created_at", "2016-10-06 15:36:05.927145"], ["updated_at", "2016-10-06 15:36:05.927145"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt sed qui eum voluptatem.\",\"text\":\"Use the wireless SDD hard drive, then you can index the 1080p array!\"}"], ["created_at", "2016-10-06 15:36:05.928340"], ["updated_at", "2016-10-06 15:36:05.928340"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat accusamus ut.\",\"text\":\"Generating the application won't do anything, we need to quantify the open-source json transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.929954"], ["updated_at", "2016-10-06 15:36:05.929954"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident voluptatem blanditiis qui illo.\",\"text\":\"I'll compress the bluetooth RAM protocol, that should feed the SMTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.931406"], ["updated_at", "2016-10-06 15:36:05.931406"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quas aperiam.\",\"text\":\"Use the haptic CSS panel, then you can back up the back-end feed!\"}"], ["created_at", "2016-10-06 15:36:05.932773"], ["updated_at", "2016-10-06 15:36:05.932773"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem optio aliquam et incidunt vero quia.\",\"text\":\"Compressing the interface won't do anything, we need to connect the haptic exe capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.936052"], ["updated_at", "2016-10-06 15:36:05.936052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur nihil eos enim commodi.\",\"text\":\"Use the optical PCI port, then you can reboot the auxiliary sensor!\"}"], ["created_at", "2016-10-06 15:36:05.937816"], ["updated_at", "2016-10-06 15:36:05.937816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet nisi eaque fugit mollitia corrupti quod.\",\"text\":\"Try to input the COM system, maybe it will program the virtual bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.938838"], ["updated_at", "2016-10-06 15:36:05.938838"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident dolorem alias.\",\"text\":\"I'll back up the virtual PCI panel, that should panel the HDD port!\"}"], ["created_at", "2016-10-06 15:36:05.939708"], ["updated_at", "2016-10-06 15:36:05.939708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi atque laborum.\",\"text\":\"If we quantify the array, we can get to the SCSI microchip through the wireless AI feed!\"}"], ["created_at", "2016-10-06 15:36:05.940583"], ["updated_at", "2016-10-06 15:36:05.940583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab consequatur et rerum sed voluptas magnam.\",\"text\":\"Parsing the system won't do anything, we need to quantify the auxiliary sms system!\"}"], ["created_at", "2016-10-06 15:36:05.941467"], ["updated_at", "2016-10-06 15:36:05.941467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore sapiente enim repellat nobis officia.\",\"text\":\"Try to copy the USB pixel, maybe it will program the back-end interface!\"}"], ["created_at", "2016-10-06 15:36:05.942353"], ["updated_at", "2016-10-06 15:36:05.942353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos consequatur aut itaque in quia non.\",\"text\":\"Use the back-end FTP application, then you can program the solid state program!\"}"], ["created_at", "2016-10-06 15:36:05.943245"], ["updated_at", "2016-10-06 15:36:05.943245"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ea totam qui modi veniam.\",\"text\":\"Use the online SQL capacitor, then you can compress the mobile program!\"}"], ["created_at", "2016-10-06 15:36:05.944135"], ["updated_at", "2016-10-06 15:36:05.944135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea at officia.\",\"text\":\"Use the redundant COM bus, then you can connect the 1080p alarm!\"}"], ["created_at", "2016-10-06 15:36:05.945021"], ["updated_at", "2016-10-06 15:36:05.945021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi suscipit commodi consectetur odio expedita.\",\"text\":\"Try to parse the XML pixel, maybe it will compress the wireless port!\"}"], ["created_at", "2016-10-06 15:36:05.945898"], ["updated_at", "2016-10-06 15:36:05.945898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore fugit dolores.\",\"text\":\"We need to input the optical HDD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.946783"], ["updated_at", "2016-10-06 15:36:05.946783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit eligendi culpa ex.\",\"text\":\"If we copy the panel, we can get to the FTP bus through the multi-byte PCI protocol!\"}"], ["created_at", "2016-10-06 15:36:05.947652"], ["updated_at", "2016-10-06 15:36:05.947652"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis assumenda qui deserunt et vel tempora cupiditate.\",\"text\":\"The IB panel is down, synthesize the mobile capacitor so we can override the HDD application!\"}"], ["created_at", "2016-10-06 15:36:05.948647"], ["updated_at", "2016-10-06 15:36:05.948647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto maiores qui aperiam vero.\",\"text\":\"We need to transmit the optical SDD transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.949540"], ["updated_at", "2016-10-06 15:36:05.949540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum ut excepturi alias.\",\"text\":\"The COM hard drive is down, navigate the virtual matrix so we can hack the JSON circuit!\"}"], ["created_at", "2016-10-06 15:36:05.950457"], ["updated_at", "2016-10-06 15:36:05.950457"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed molestiae et atque.\",\"text\":\"The IB protocol is down, reboot the cross-platform port so we can navigate the FTP application!\"}"], ["created_at", "2016-10-06 15:36:05.951376"], ["updated_at", "2016-10-06 15:36:05.951376"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis ducimus eos doloribus quis harum illo.\",\"text\":\"We need to synthesize the digital SCSI transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.953721"], ["updated_at", "2016-10-06 15:36:05.953721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem animi officiis asperiores sunt aut qui cum.\",\"text\":\"I'll copy the cross-platform CSS application, that should sensor the XSS feed!\"}"], ["created_at", "2016-10-06 15:36:05.955351"], ["updated_at", "2016-10-06 15:36:05.955351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus molestias maxime officiis non quidem est.\",\"text\":\"Calculating the hard drive won't do anything, we need to synthesize the bluetooth xml capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.956326"], ["updated_at", "2016-10-06 15:36:05.956326"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam qui provident expedita beatae adipisci.\",\"text\":\"Copying the microchip won't do anything, we need to parse the virtual exe port!\"}"], ["created_at", "2016-10-06 15:36:05.957226"], ["updated_at", "2016-10-06 15:36:05.957226"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum nobis dignissimos.\",\"text\":\"Generating the program won't do anything, we need to reboot the multi-byte ai application!\"}"], ["created_at", "2016-10-06 15:36:05.958115"], ["updated_at", "2016-10-06 15:36:05.958115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora aut commodi earum perspiciatis at cupiditate.\",\"text\":\"Use the auxiliary JSON array, then you can back up the back-end capacitor!\"}"], ["created_at", "2016-10-06 15:36:05.959016"], ["updated_at", "2016-10-06 15:36:05.959016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias consectetur et et.\",\"text\":\"Use the auxiliary XML bus, then you can reboot the neural bandwidth!\"}"], ["created_at", "2016-10-06 15:36:05.959896"], ["updated_at", "2016-10-06 15:36:05.959896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla et et et.\",\"text\":\"I'll hack the primary TCP port, that should circuit the JSON bus!\"}"], ["created_at", "2016-10-06 15:36:05.960766"], ["updated_at", "2016-10-06 15:36:05.960766"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus enim fugiat tempore aliquid quam.\",\"text\":\"We need to bypass the 1080p RSS system!\"}"], ["created_at", "2016-10-06 15:36:05.961675"], ["updated_at", "2016-10-06 15:36:05.961675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate ut ea.\",\"text\":\"Backing up the panel won't do anything, we need to parse the haptic pci bus!\"}"], ["created_at", "2016-10-06 15:36:05.962559"], ["updated_at", "2016-10-06 15:36:05.962559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti possimus architecto est.\",\"text\":\"The SDD program is down, synthesize the bluetooth alarm so we can input the COM driver!\"}"], ["created_at", "2016-10-06 15:36:05.963411"], ["updated_at", "2016-10-06 15:36:05.963411"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi adipisci nihil voluptatem hic voluptas assumenda.\",\"text\":\"The RSS driver is down, hack the back-end array so we can transmit the GB system!\"}"], ["created_at", "2016-10-06 15:36:05.964281"], ["updated_at", "2016-10-06 15:36:05.964281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis quia illum eius facere molestiae est id.\",\"text\":\"Transmitting the driver won't do anything, we need to copy the auxiliary thx pixel!\"}"], ["created_at", "2016-10-06 15:36:05.965152"], ["updated_at", "2016-10-06 15:36:05.965152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi et repellendus qui enim.\",\"text\":\"If we override the system, we can get to the CSS interface through the open-source RAM matrix!\"}"], ["created_at", "2016-10-06 15:36:05.966002"], ["updated_at", "2016-10-06 15:36:05.966002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae culpa ratione architecto.\",\"text\":\"The SAS bus is down, quantify the wireless monitor so we can connect the GB firewall!\"}"], ["created_at", "2016-10-06 15:36:05.966883"], ["updated_at", "2016-10-06 15:36:05.966883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt fuga architecto.\",\"text\":\"Compressing the monitor won't do anything, we need to navigate the mobile css system!\"}"], ["created_at", "2016-10-06 15:36:05.967763"], ["updated_at", "2016-10-06 15:36:05.967763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores aut eos nesciunt qui esse quidem mollitia.\",\"text\":\"The THX transmitter is down, parse the neural hard drive so we can input the AI application!\"}"], ["created_at", "2016-10-06 15:36:05.968704"], ["updated_at", "2016-10-06 15:36:05.968704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur nesciunt officia.\",\"text\":\"We need to input the primary JBOD interface!\"}"], ["created_at", "2016-10-06 15:36:05.969589"], ["updated_at", "2016-10-06 15:36:05.969589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus eius temporibus aspernatur.\",\"text\":\"The RSS card is down, bypass the haptic pixel so we can connect the SCSI feed!\"}"], ["created_at", "2016-10-06 15:36:05.970464"], ["updated_at", "2016-10-06 15:36:05.970464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto culpa ut non optio cumque.\",\"text\":\"We need to generate the optical XML program!\"}"], ["created_at", "2016-10-06 15:36:05.971340"], ["updated_at", "2016-10-06 15:36:05.971340"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut veniam et totam ipsa velit facilis.\",\"text\":\"Try to transmit the SMTP firewall, maybe it will input the optical hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.972207"], ["updated_at", "2016-10-06 15:36:05.972207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint quam aspernatur quia delectus odio et modi.\",\"text\":\"If we bypass the matrix, we can get to the PCI sensor through the haptic COM protocol!\"}"], ["created_at", "2016-10-06 15:36:05.973050"], ["updated_at", "2016-10-06 15:36:05.973050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi optio quidem sapiente aperiam maxime similique.\",\"text\":\"We need to copy the haptic JBOD circuit!\"}"], ["created_at", "2016-10-06 15:36:05.973913"], ["updated_at", "2016-10-06 15:36:05.973913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit animi voluptatem deserunt soluta.\",\"text\":\"Use the open-source PCI capacitor, then you can back up the multi-byte driver!\"}"], ["created_at", "2016-10-06 15:36:05.974775"], ["updated_at", "2016-10-06 15:36:05.974775"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias odio sunt accusantium aut temporibus.\",\"text\":\"Use the virtual SMS circuit, then you can navigate the multi-byte system!\"}"], ["created_at", "2016-10-06 15:36:05.975647"], ["updated_at", "2016-10-06 15:36:05.975647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum voluptas consequatur qui repellat voluptas.\",\"text\":\"Use the solid state FTP interface, then you can calculate the haptic bus!\"}"], ["created_at", "2016-10-06 15:36:05.976592"], ["updated_at", "2016-10-06 15:36:05.976592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis est perspiciatis sint ut.\",\"text\":\"You can't parse the capacitor without compressing the primary HTTP system!\"}"], ["created_at", "2016-10-06 15:36:05.977534"], ["updated_at", "2016-10-06 15:36:05.977534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In labore culpa nobis libero numquam error.\",\"text\":\"You can't override the system without backing up the haptic SAS transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.978472"], ["updated_at", "2016-10-06 15:36:05.978472"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore quo ipsa ducimus harum corrupti.\",\"text\":\"You can't back up the feed without calculating the open-source SDD card!\"}"], ["created_at", "2016-10-06 15:36:05.979381"], ["updated_at", "2016-10-06 15:36:05.979381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod officia quis labore nihil perferendis officiis.\",\"text\":\"We need to program the digital JBOD hard drive!\"}"], ["created_at", "2016-10-06 15:36:05.980281"], ["updated_at", "2016-10-06 15:36:05.980281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima esse quae eum.\",\"text\":\"We need to quantify the back-end ADP matrix!\"}"], ["created_at", "2016-10-06 15:36:05.981172"], ["updated_at", "2016-10-06 15:36:05.981172"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde eum enim adipisci.\",\"text\":\"Try to back up the AGP program, maybe it will reboot the wireless sensor!\"}"], ["created_at", "2016-10-06 15:36:05.982020"], ["updated_at", "2016-10-06 15:36:05.982020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut assumenda voluptatem qui et.\",\"text\":\"Parsing the card won't do anything, we need to calculate the haptic http panel!\"}"], ["created_at", "2016-10-06 15:36:05.983038"], ["updated_at", "2016-10-06 15:36:05.983038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis et ut voluptatem quisquam possimus beatae.\",\"text\":\"Try to navigate the PCI firewall, maybe it will connect the digital driver!\"}"], ["created_at", "2016-10-06 15:36:05.984036"], ["updated_at", "2016-10-06 15:36:05.984036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque aliquid omnis tenetur.\",\"text\":\"We need to parse the online AGP application!\"}"], ["created_at", "2016-10-06 15:36:05.985040"], ["updated_at", "2016-10-06 15:36:05.985040"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur necessitatibus ducimus placeat dolorem.\",\"text\":\"I'll transmit the haptic CSS interface, that should capacitor the RSS bus!\"}"], ["created_at", "2016-10-06 15:36:05.986055"], ["updated_at", "2016-10-06 15:36:05.986055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto doloribus sapiente tempore animi quae.\",\"text\":\"Try to back up the RAM pixel, maybe it will input the multi-byte interface!\"}"], ["created_at", "2016-10-06 15:36:05.987085"], ["updated_at", "2016-10-06 15:36:05.987085"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia omnis vitae at ut qui.\",\"text\":\"If we reboot the driver, we can get to the ADP feed through the bluetooth SQL interface!\"}"], ["created_at", "2016-10-06 15:36:05.987992"], ["updated_at", "2016-10-06 15:36:05.987992"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium amet consequuntur impedit vero minus.\",\"text\":\"Try to copy the XSS microchip, maybe it will quantify the online panel!\"}"], ["created_at", "2016-10-06 15:36:05.988877"], ["updated_at", "2016-10-06 15:36:05.988877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem praesentium doloremque quia possimus non.\",\"text\":\"You can't program the card without synthesizing the wireless AI monitor!\"}"], ["created_at", "2016-10-06 15:36:05.989736"], ["updated_at", "2016-10-06 15:36:05.989736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos quia perspiciatis numquam veniam.\",\"text\":\"If we calculate the driver, we can get to the EXE microchip through the solid state COM transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.990639"], ["updated_at", "2016-10-06 15:36:05.990639"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque aperiam quia velit.\",\"text\":\"Use the primary RAM microchip, then you can reboot the wireless transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.991518"], ["updated_at", "2016-10-06 15:36:05.991518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus placeat corporis est dignissimos ut ut ipsam.\",\"text\":\"Backing up the circuit won't do anything, we need to compress the virtual ram monitor!\"}"], ["created_at", "2016-10-06 15:36:05.992381"], ["updated_at", "2016-10-06 15:36:05.992381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia dicta ad aut voluptas ut explicabo voluptas.\",\"text\":\"Use the bluetooth SAS protocol, then you can override the optical microchip!\"}"], ["created_at", "2016-10-06 15:36:05.993254"], ["updated_at", "2016-10-06 15:36:05.993254"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim distinctio et autem vero.\",\"text\":\"Try to index the EXE feed, maybe it will quantify the online bus!\"}"], ["created_at", "2016-10-06 15:36:05.994225"], ["updated_at", "2016-10-06 15:36:05.994225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et omnis voluptas id omnis eveniet sit.\",\"text\":\"Quantifying the application won't do anything, we need to copy the neural rss system!\"}"], ["created_at", "2016-10-06 15:36:05.995086"], ["updated_at", "2016-10-06 15:36:05.995086"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit saepe enim nihil quae placeat.\",\"text\":\"If we copy the alarm, we can get to the FTP driver through the redundant SMTP bus!\"}"], ["created_at", "2016-10-06 15:36:05.995961"], ["updated_at", "2016-10-06 15:36:05.995961"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet nemo repellendus quia et et.\",\"text\":\"The TCP matrix is down, override the wireless bus so we can parse the GB microchip!\"}"], ["created_at", "2016-10-06 15:36:05.996818"], ["updated_at", "2016-10-06 15:36:05.996818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi enim dolores voluptatem quisquam.\",\"text\":\"If we synthesize the feed, we can get to the SMS card through the multi-byte SDD monitor!\"}"], ["created_at", "2016-10-06 15:36:05.997708"], ["updated_at", "2016-10-06 15:36:05.997708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis minima enim consequuntur.\",\"text\":\"We need to synthesize the solid state SQL driver!\"}"], ["created_at", "2016-10-06 15:36:05.998588"], ["updated_at", "2016-10-06 15:36:05.998588"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error architecto officiis est aliquid ea consequatur.\",\"text\":\"You can't transmit the interface without parsing the neural ADP transmitter!\"}"], ["created_at", "2016-10-06 15:36:05.999440"], ["updated_at", "2016-10-06 15:36:05.999440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem consequatur aperiam est.\",\"text\":\"We need to bypass the auxiliary IB alarm!\"}"], ["created_at", "2016-10-06 15:36:06.000305"], ["updated_at", "2016-10-06 15:36:06.000305"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus et et ex mollitia quam.\",\"text\":\"I'll input the mobile SAS bus, that should driver the THX program!\"}"], ["created_at", "2016-10-06 15:36:06.001165"], ["updated_at", "2016-10-06 15:36:06.001165"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero error eveniet impedit minus et recusandae.\",\"text\":\"I'll parse the primary GB driver, that should capacitor the SSL sensor!\"}"], ["created_at", "2016-10-06 15:36:06.002033"], ["updated_at", "2016-10-06 15:36:06.002033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur eum quia blanditiis.\",\"text\":\"We need to hack the mobile HDD array!\"}"], ["created_at", "2016-10-06 15:36:06.002918"], ["updated_at", "2016-10-06 15:36:06.002918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum rerum dolore non et vero.\",\"text\":\"Copying the application won't do anything, we need to program the wireless agp alarm!\"}"], ["created_at", "2016-10-06 15:36:06.003782"], ["updated_at", "2016-10-06 15:36:06.003782"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus quia ut quisquam harum ut et iste.\",\"text\":\"I'll index the open-source SCSI program, that should port the GB panel!\"}"], ["created_at", "2016-10-06 15:36:06.004648"], ["updated_at", "2016-10-06 15:36:06.004648"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus aperiam architecto animi sit perferendis ea nihil.\",\"text\":\"Use the mobile HDD alarm, then you can reboot the back-end application!\"}"], ["created_at", "2016-10-06 15:36:06.005560"], ["updated_at", "2016-10-06 15:36:06.005560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quaerat accusamus aliquam eveniet.\",\"text\":\"I'll program the cross-platform PCI port, that should bus the CSS interface!\"}"], ["created_at", "2016-10-06 15:36:06.006421"], ["updated_at", "2016-10-06 15:36:06.006421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae et laborum.\",\"text\":\"I'll override the digital ADP circuit, that should system the SQL capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.007301"], ["updated_at", "2016-10-06 15:36:06.007301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem qui neque.\",\"text\":\"Connecting the bandwidth won't do anything, we need to override the mobile pci transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.008178"], ["updated_at", "2016-10-06 15:36:06.008178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo est rerum non quas voluptas ipsum maiores.\",\"text\":\"We need to input the wireless PCI feed!\"}"], ["created_at", "2016-10-06 15:36:06.009029"], ["updated_at", "2016-10-06 15:36:06.009029"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et rerum commodi.\",\"text\":\"You can't transmit the feed without parsing the open-source AGP system!\"}"], ["created_at", "2016-10-06 15:36:06.009962"], ["updated_at", "2016-10-06 15:36:06.009962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor exercitationem facilis autem.\",\"text\":\"You can't transmit the circuit without generating the wireless AGP port!\"}"], ["created_at", "2016-10-06 15:36:06.010846"], ["updated_at", "2016-10-06 15:36:06.010846"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius eligendi odio et.\",\"text\":\"The SAS capacitor is down, synthesize the cross-platform pixel so we can input the AGP circuit!\"}"], ["created_at", "2016-10-06 15:36:06.011717"], ["updated_at", "2016-10-06 15:36:06.011717"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil repellat possimus.\",\"text\":\"I'll input the wireless THX circuit, that should hard drive the IB circuit!\"}"], ["created_at", "2016-10-06 15:36:06.012606"], ["updated_at", "2016-10-06 15:36:06.012606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam asperiores vitae.\",\"text\":\"Compressing the panel won't do anything, we need to index the primary adp protocol!\"}"], ["created_at", "2016-10-06 15:36:06.013456"], ["updated_at", "2016-10-06 15:36:06.013456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias a facere rem.\",\"text\":\"Indexing the alarm won't do anything, we need to parse the haptic gb program!\"}"], ["created_at", "2016-10-06 15:36:06.014333"], ["updated_at", "2016-10-06 15:36:06.014333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem eos sint eos.\",\"text\":\"Use the neural RAM firewall, then you can connect the digital driver!\"}"], ["created_at", "2016-10-06 15:36:06.015184"], ["updated_at", "2016-10-06 15:36:06.015184"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste et et voluptatum sunt libero alias optio.\",\"text\":\"Indexing the array won't do anything, we need to synthesize the cross-platform rss monitor!\"}"], ["created_at", "2016-10-06 15:36:06.016062"], ["updated_at", "2016-10-06 15:36:06.016062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga suscipit accusamus corrupti.\",\"text\":\"Connecting the firewall won't do anything, we need to reboot the mobile ssl microchip!\"}"], ["created_at", "2016-10-06 15:36:06.016938"], ["updated_at", "2016-10-06 15:36:06.016938"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptas eos consequuntur porro commodi.\",\"text\":\"Use the online HDD bus, then you can parse the primary array!\"}"], ["created_at", "2016-10-06 15:36:06.017788"], ["updated_at", "2016-10-06 15:36:06.017788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia qui porro.\",\"text\":\"Overriding the matrix won't do anything, we need to copy the open-source hdd array!\"}"], ["created_at", "2016-10-06 15:36:06.018686"], ["updated_at", "2016-10-06 15:36:06.018686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae sit saepe distinctio eum exercitationem.\",\"text\":\"You can't synthesize the array without programming the neural THX firewall!\"}"], ["created_at", "2016-10-06 15:36:06.019564"], ["updated_at", "2016-10-06 15:36:06.019564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima distinctio mollitia quia dolor sed.\",\"text\":\"The SMS alarm is down, parse the multi-byte hard drive so we can back up the RSS interface!\"}"], ["created_at", "2016-10-06 15:36:06.020431"], ["updated_at", "2016-10-06 15:36:06.020431"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt quisquam rerum perspiciatis.\",\"text\":\"Try to bypass the FTP system, maybe it will copy the solid state interface!\"}"], ["created_at", "2016-10-06 15:36:06.021304"], ["updated_at", "2016-10-06 15:36:06.021304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et ut commodi doloremque.\",\"text\":\"If we copy the hard drive, we can get to the XML alarm through the optical TCP system!\"}"], ["created_at", "2016-10-06 15:36:06.022158"], ["updated_at", "2016-10-06 15:36:06.022158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem magni dolorem porro.\",\"text\":\"Try to navigate the HTTP card, maybe it will hack the back-end microchip!\"}"], ["created_at", "2016-10-06 15:36:06.023030"], ["updated_at", "2016-10-06 15:36:06.023030"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora minus totam qui rem rerum perspiciatis.\",\"text\":\"Try to connect the IB port, maybe it will transmit the redundant feed!\"}"], ["created_at", "2016-10-06 15:36:06.023905"], ["updated_at", "2016-10-06 15:36:06.023905"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam atque numquam dolor voluptate illo voluptates.\",\"text\":\"You can't connect the monitor without parsing the primary SMS system!\"}"], ["created_at", "2016-10-06 15:36:06.024767"], ["updated_at", "2016-10-06 15:36:06.024767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat odit ducimus reprehenderit at nostrum.\",\"text\":\"We need to hack the online SMTP array!\"}"], ["created_at", "2016-10-06 15:36:06.025634"], ["updated_at", "2016-10-06 15:36:06.025634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cumque repudiandae autem voluptatem fuga consequatur qui.\",\"text\":\"If we program the program, we can get to the AI driver through the bluetooth USB card!\"}"], ["created_at", "2016-10-06 15:36:06.026587"], ["updated_at", "2016-10-06 15:36:06.026587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora vel eligendi corrupti nemo et sit cumque.\",\"text\":\"I'll copy the open-source ADP bus, that should hard drive the THX panel!\"}"], ["created_at", "2016-10-06 15:36:06.027476"], ["updated_at", "2016-10-06 15:36:06.027476"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi illum quis aliquam molestiae sapiente neque fugit.\",\"text\":\"We need to hack the open-source GB array!\"}"], ["created_at", "2016-10-06 15:36:06.028369"], ["updated_at", "2016-10-06 15:36:06.028369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus aut ad dolores quis aliquid.\",\"text\":\"You can't calculate the capacitor without hacking the 1080p CSS sensor!\"}"], ["created_at", "2016-10-06 15:36:06.029256"], ["updated_at", "2016-10-06 15:36:06.029256"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis culpa ut magnam vel sint.\",\"text\":\"Use the primary FTP system, then you can input the mobile alarm!\"}"], ["created_at", "2016-10-06 15:36:06.030261"], ["updated_at", "2016-10-06 15:36:06.030261"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam consectetur dolorem commodi delectus.\",\"text\":\"I'll index the 1080p SAS monitor, that should interface the JBOD sensor!\"}"], ["created_at", "2016-10-06 15:36:06.031257"], ["updated_at", "2016-10-06 15:36:06.031257"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa dolorem deserunt asperiores fuga sint excepturi.\",\"text\":\"Use the cross-platform FTP pixel, then you can synthesize the primary transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.032839"], ["updated_at", "2016-10-06 15:36:06.032839"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit et quibusdam provident numquam.\",\"text\":\"If we input the capacitor, we can get to the SDD port through the bluetooth RAM capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.034335"], ["updated_at", "2016-10-06 15:36:06.034335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore non assumenda minima provident illo.\",\"text\":\"The CSS capacitor is down, reboot the solid state pixel so we can hack the COM circuit!\"}"], ["created_at", "2016-10-06 15:36:06.035371"], ["updated_at", "2016-10-06 15:36:06.035371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi saepe possimus dolor qui aut veritatis.\",\"text\":\"We need to program the cross-platform CSS circuit!\"}"], ["created_at", "2016-10-06 15:36:06.036240"], ["updated_at", "2016-10-06 15:36:06.036240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus illum animi reiciendis eveniet voluptatem culpa.\",\"text\":\"Use the online RSS transmitter, then you can calculate the virtual microchip!\"}"], ["created_at", "2016-10-06 15:36:06.037118"], ["updated_at", "2016-10-06 15:36:06.037118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit eum tenetur sit.\",\"text\":\"Transmitting the array won't do anything, we need to parse the mobile sdd bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.037966"], ["updated_at", "2016-10-06 15:36:06.037966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi aut provident voluptatibus.\",\"text\":\"We need to bypass the wireless JSON microchip!\"}"], ["created_at", "2016-10-06 15:36:06.038868"], ["updated_at", "2016-10-06 15:36:06.038868"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam aliquid omnis.\",\"text\":\"We need to parse the redundant SCSI array!\"}"], ["created_at", "2016-10-06 15:36:06.039732"], ["updated_at", "2016-10-06 15:36:06.039732"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et perferendis a aliquam.\",\"text\":\"Overriding the monitor won't do anything, we need to transmit the online png interface!\"}"], ["created_at", "2016-10-06 15:36:06.040581"], ["updated_at", "2016-10-06 15:36:06.040581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error sit earum dolorum laboriosam.\",\"text\":\"The TCP firewall is down, program the solid state card so we can copy the XSS protocol!\"}"], ["created_at", "2016-10-06 15:36:06.041451"], ["updated_at", "2016-10-06 15:36:06.041451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit sed qui.\",\"text\":\"Use the neural JSON program, then you can synthesize the cross-platform sensor!\"}"], ["created_at", "2016-10-06 15:36:06.042375"], ["updated_at", "2016-10-06 15:36:06.042375"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis et nesciunt quas doloribus eos.\",\"text\":\"Programming the transmitter won't do anything, we need to bypass the primary json feed!\"}"], ["created_at", "2016-10-06 15:36:06.043263"], ["updated_at", "2016-10-06 15:36:06.043263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui hic asperiores fugit beatae numquam adipisci.\",\"text\":\"Try to override the SSL card, maybe it will parse the multi-byte hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.044164"], ["updated_at", "2016-10-06 15:36:06.044164"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In nemo odio omnis repellendus perferendis accusamus dignissimos.\",\"text\":\"Use the auxiliary XSS protocol, then you can quantify the neural program!\"}"], ["created_at", "2016-10-06 15:36:06.045024"], ["updated_at", "2016-10-06 15:36:06.045024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus illo suscipit illum.\",\"text\":\"We need to back up the primary SQL port!\"}"], ["created_at", "2016-10-06 15:36:06.045892"], ["updated_at", "2016-10-06 15:36:06.045892"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et perferendis dolores maxime ut autem.\",\"text\":\"The HTTP pixel is down, copy the solid state feed so we can parse the RSS bus!\"}"], ["created_at", "2016-10-06 15:36:06.046786"], ["updated_at", "2016-10-06 15:36:06.046786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam temporibus alias molestiae voluptas qui explicabo.\",\"text\":\"If we generate the firewall, we can get to the PNG capacitor through the virtual IB system!\"}"], ["created_at", "2016-10-06 15:36:06.047637"], ["updated_at", "2016-10-06 15:36:06.047637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil non voluptas.\",\"text\":\"The HDD array is down, back up the cross-platform pixel so we can transmit the USB alarm!\"}"], ["created_at", "2016-10-06 15:36:06.048519"], ["updated_at", "2016-10-06 15:36:06.048519"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil fuga esse sit et velit molestias.\",\"text\":\"We need to index the haptic JSON sensor!\"}"], ["created_at", "2016-10-06 15:36:06.049374"], ["updated_at", "2016-10-06 15:36:06.049374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam fuga aut vel et distinctio eaque.\",\"text\":\"The RAM bus is down, copy the haptic circuit so we can quantify the EXE alarm!\"}"], ["created_at", "2016-10-06 15:36:06.050279"], ["updated_at", "2016-10-06 15:36:06.050279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe voluptatem voluptatibus doloribus vel debitis.\",\"text\":\"Synthesizing the pixel won't do anything, we need to connect the 1080p ai application!\"}"], ["created_at", "2016-10-06 15:36:06.051152"], ["updated_at", "2016-10-06 15:36:06.051152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil eius non laborum cum tempore enim alias.\",\"text\":\"Quantifying the array won't do anything, we need to program the online xss feed!\"}"], ["created_at", "2016-10-06 15:36:06.052020"], ["updated_at", "2016-10-06 15:36:06.052020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed harum voluptas sint quaerat.\",\"text\":\"You can't compress the application without transmitting the 1080p XML capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.052896"], ["updated_at", "2016-10-06 15:36:06.052896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam blanditiis nostrum.\",\"text\":\"Try to quantify the IB card, maybe it will back up the solid state interface!\"}"], ["created_at", "2016-10-06 15:36:06.053763"], ["updated_at", "2016-10-06 15:36:06.053763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum cumque voluptatem ea sint ut aut.\",\"text\":\"We need to copy the bluetooth HDD alarm!\"}"], ["created_at", "2016-10-06 15:36:06.054621"], ["updated_at", "2016-10-06 15:36:06.054621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis facere omnis est.\",\"text\":\"If we parse the panel, we can get to the IB transmitter through the multi-byte GB capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.055488"], ["updated_at", "2016-10-06 15:36:06.055488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus at et vero aliquam est architecto eius.\",\"text\":\"Try to connect the IB protocol, maybe it will quantify the mobile system!\"}"], ["created_at", "2016-10-06 15:36:06.056362"], ["updated_at", "2016-10-06 15:36:06.056362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis beatae sit enim animi et porro aut.\",\"text\":\"You can't navigate the monitor without connecting the optical JSON bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.057213"], ["updated_at", "2016-10-06 15:36:06.057213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi atque ea voluptate illo quia consequatur tempora.\",\"text\":\"You can't synthesize the system without parsing the multi-byte HTTP card!\"}"], ["created_at", "2016-10-06 15:36:06.058076"], ["updated_at", "2016-10-06 15:36:06.058076"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate neque autem voluptatum sint.\",\"text\":\"Hacking the sensor won't do anything, we need to override the redundant json protocol!\"}"], ["created_at", "2016-10-06 15:36:06.059006"], ["updated_at", "2016-10-06 15:36:06.059006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum suscipit autem.\",\"text\":\"The AI pixel is down, reboot the multi-byte bandwidth so we can quantify the SMTP program!\"}"], ["created_at", "2016-10-06 15:36:06.059901"], ["updated_at", "2016-10-06 15:36:06.059901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nam ullam dolores sit id.\",\"text\":\"Try to copy the XML panel, maybe it will quantify the optical alarm!\"}"], ["created_at", "2016-10-06 15:36:06.060797"], ["updated_at", "2016-10-06 15:36:06.060797"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis est sed quod.\",\"text\":\"You can't quantify the pixel without copying the haptic HDD protocol!\"}"], ["created_at", "2016-10-06 15:36:06.061654"], ["updated_at", "2016-10-06 15:36:06.061654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo sint exercitationem non autem ut et corrupti.\",\"text\":\"If we synthesize the circuit, we can get to the RSS matrix through the virtual COM protocol!\"}"], ["created_at", "2016-10-06 15:36:06.062530"], ["updated_at", "2016-10-06 15:36:06.062530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem nulla natus minus.\",\"text\":\"We need to parse the solid state USB matrix!\"}"], ["created_at", "2016-10-06 15:36:06.063471"], ["updated_at", "2016-10-06 15:36:06.063471"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia omnis nostrum qui officiis facere.\",\"text\":\"Try to bypass the XML firewall, maybe it will connect the 1080p card!\"}"], ["created_at", "2016-10-06 15:36:06.064378"], ["updated_at", "2016-10-06 15:36:06.064378"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto et asperiores porro optio magni.\",\"text\":\"Try to transmit the RAM array, maybe it will bypass the cross-platform sensor!\"}"], ["created_at", "2016-10-06 15:36:06.065461"], ["updated_at", "2016-10-06 15:36:06.065461"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui est dolorem facilis blanditiis.\",\"text\":\"Connecting the port won't do anything, we need to copy the back-end ram pixel!\"}"], ["created_at", "2016-10-06 15:36:06.067608"], ["updated_at", "2016-10-06 15:36:06.067608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus vitae molestiae excepturi quia accusamus autem.\",\"text\":\"Try to compress the COM feed, maybe it will compress the auxiliary hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.068805"], ["updated_at", "2016-10-06 15:36:06.068805"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et rerum minus.\",\"text\":\"Use the auxiliary EXE panel, then you can generate the optical sensor!\"}"], ["created_at", "2016-10-06 15:36:06.069719"], ["updated_at", "2016-10-06 15:36:06.069719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse et ipsam facere minus.\",\"text\":\"Copying the driver won't do anything, we need to compress the open-source ftp panel!\"}"], ["created_at", "2016-10-06 15:36:06.070671"], ["updated_at", "2016-10-06 15:36:06.070671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione exercitationem voluptatibus veniam est est odit distinctio.\",\"text\":\"You can't index the card without overriding the redundant COM port!\"}"], ["created_at", "2016-10-06 15:36:06.071653"], ["updated_at", "2016-10-06 15:36:06.071653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto quaerat odit dicta sed est.\",\"text\":\"If we reboot the hard drive, we can get to the COM feed through the primary IB program!\"}"], ["created_at", "2016-10-06 15:36:06.072584"], ["updated_at", "2016-10-06 15:36:06.072584"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo nulla commodi dolores architecto impedit dicta.\",\"text\":\"I'll connect the online JSON panel, that should transmitter the SMS circuit!\"}"], ["created_at", "2016-10-06 15:36:06.073449"], ["updated_at", "2016-10-06 15:36:06.073449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quis enim illo.\",\"text\":\"Compressing the driver won't do anything, we need to back up the neural xss feed!\"}"], ["created_at", "2016-10-06 15:36:06.074350"], ["updated_at", "2016-10-06 15:36:06.074350"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia et sed perspiciatis.\",\"text\":\"I'll parse the online EXE application, that should program the CSS pixel!\"}"], ["created_at", "2016-10-06 15:36:06.075265"], ["updated_at", "2016-10-06 15:36:06.075265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam tempore perspiciatis voluptatem.\",\"text\":\"Overriding the bandwidth won't do anything, we need to input the primary ssl panel!\"}"], ["created_at", "2016-10-06 15:36:06.076156"], ["updated_at", "2016-10-06 15:36:06.076156"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam ut explicabo harum.\",\"text\":\"Use the haptic IB pixel, then you can calculate the mobile transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.077114"], ["updated_at", "2016-10-06 15:36:06.077114"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus ea provident laudantium accusamus ex pariatur.\",\"text\":\"Backing up the alarm won't do anything, we need to synthesize the neural sas system!\"}"], ["created_at", "2016-10-06 15:36:06.078091"], ["updated_at", "2016-10-06 15:36:06.078091"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit id optio sit earum est.\",\"text\":\"The XSS port is down, reboot the 1080p protocol so we can back up the USB program!\"}"], ["created_at", "2016-10-06 15:36:06.079160"], ["updated_at", "2016-10-06 15:36:06.079160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur ab soluta nam animi excepturi delectus recusandae.\",\"text\":\"We need to bypass the neural SQL system!\"}"], ["created_at", "2016-10-06 15:36:06.080188"], ["updated_at", "2016-10-06 15:36:06.080188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae repudiandae ut delectus.\",\"text\":\"Use the redundant SDD monitor, then you can parse the mobile matrix!\"}"], ["created_at", "2016-10-06 15:36:06.081133"], ["updated_at", "2016-10-06 15:36:06.081133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis et aliquid unde voluptas suscipit dolorum sint.\",\"text\":\"If we navigate the system, we can get to the SMTP driver through the cross-platform EXE bus!\"}"], ["created_at", "2016-10-06 15:36:06.082095"], ["updated_at", "2016-10-06 15:36:06.082095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur aut ducimus maiores quis est expedita aut.\",\"text\":\"Connecting the application won't do anything, we need to calculate the redundant sql panel!\"}"], ["created_at", "2016-10-06 15:36:06.083077"], ["updated_at", "2016-10-06 15:36:06.083077"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut saepe officiis eum.\",\"text\":\"Bypassing the capacitor won't do anything, we need to transmit the virtual agp matrix!\"}"], ["created_at", "2016-10-06 15:36:06.084000"], ["updated_at", "2016-10-06 15:36:06.084000"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos cupiditate aliquid est qui.\",\"text\":\"If we calculate the matrix, we can get to the EXE monitor through the auxiliary RAM bus!\"}"], ["created_at", "2016-10-06 15:36:06.084980"], ["updated_at", "2016-10-06 15:36:06.084980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam mollitia omnis repudiandae vitae excepturi beatae.\",\"text\":\"If we compress the card, we can get to the SDD alarm through the multi-byte THX transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.085913"], ["updated_at", "2016-10-06 15:36:06.085913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro totam inventore.\",\"text\":\"If we bypass the microchip, we can get to the SMTP driver through the wireless TCP system!\"}"], ["created_at", "2016-10-06 15:36:06.086838"], ["updated_at", "2016-10-06 15:36:06.086838"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate id ratione nam.\",\"text\":\"Use the online JSON bandwidth, then you can bypass the cross-platform feed!\"}"], ["created_at", "2016-10-06 15:36:06.087686"], ["updated_at", "2016-10-06 15:36:06.087686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut optio ut eos modi sit voluptates eos.\",\"text\":\"Use the open-source SAS firewall, then you can parse the primary microchip!\"}"], ["created_at", "2016-10-06 15:36:06.088567"], ["updated_at", "2016-10-06 15:36:06.088567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias sit vero quod a esse fugit.\",\"text\":\"The AGP monitor is down, index the online monitor so we can copy the IB circuit!\"}"], ["created_at", "2016-10-06 15:36:06.089436"], ["updated_at", "2016-10-06 15:36:06.089436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui consequuntur nihil temporibus rerum sapiente assumenda.\",\"text\":\"Try to copy the SCSI array, maybe it will bypass the redundant driver!\"}"], ["created_at", "2016-10-06 15:36:06.090324"], ["updated_at", "2016-10-06 15:36:06.090324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto similique at sequi.\",\"text\":\"If we bypass the application, we can get to the FTP bandwidth through the 1080p SAS matrix!\"}"], ["created_at", "2016-10-06 15:36:06.091226"], ["updated_at", "2016-10-06 15:36:06.091226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et ad.\",\"text\":\"We need to input the auxiliary RSS card!\"}"], ["created_at", "2016-10-06 15:36:06.092111"], ["updated_at", "2016-10-06 15:36:06.092111"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius quia voluptate.\",\"text\":\"If we compress the system, we can get to the IB port through the solid state PNG hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.093006"], ["updated_at", "2016-10-06 15:36:06.093006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vel aliquam reprehenderit.\",\"text\":\"The COM interface is down, generate the wireless circuit so we can generate the AGP circuit!\"}"], ["created_at", "2016-10-06 15:36:06.093915"], ["updated_at", "2016-10-06 15:36:06.093915"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita sit qui.\",\"text\":\"If we override the driver, we can get to the GB panel through the primary JBOD capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.094844"], ["updated_at", "2016-10-06 15:36:06.094844"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil aut nam reprehenderit.\",\"text\":\"Use the haptic SMTP protocol, then you can parse the digital protocol!\"}"], ["created_at", "2016-10-06 15:36:06.095700"], ["updated_at", "2016-10-06 15:36:06.095700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem explicabo ratione.\",\"text\":\"The IB alarm is down, generate the back-end sensor so we can program the SSL bus!\"}"], ["created_at", "2016-10-06 15:36:06.096585"], ["updated_at", "2016-10-06 15:36:06.096585"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium fuga ullam et nisi.\",\"text\":\"Quantifying the array won't do anything, we need to generate the digital usb feed!\"}"], ["created_at", "2016-10-06 15:36:06.097517"], ["updated_at", "2016-10-06 15:36:06.097517"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut illum error fugit et voluptatum.\",\"text\":\"The FTP protocol is down, back up the haptic application so we can back up the THX card!\"}"], ["created_at", "2016-10-06 15:36:06.098454"], ["updated_at", "2016-10-06 15:36:06.098454"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur eius perferendis necessitatibus sed non voluptatem officia.\",\"text\":\"The JSON microchip is down, generate the mobile driver so we can transmit the XML program!\"}"], ["created_at", "2016-10-06 15:36:06.099714"], ["updated_at", "2016-10-06 15:36:06.099714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem omnis unde quas quae.\",\"text\":\"Try to program the JSON alarm, maybe it will bypass the multi-byte transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.101613"], ["updated_at", "2016-10-06 15:36:06.101613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In et et odio nihil.\",\"text\":\"Use the neural USB bandwidth, then you can copy the mobile protocol!\"}"], ["created_at", "2016-10-06 15:36:06.102636"], ["updated_at", "2016-10-06 15:36:06.102636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic nihil blanditiis ipsum cumque aliquid molestias iste.\",\"text\":\"The RAM protocol is down, transmit the bluetooth feed so we can navigate the AGP circuit!\"}"], ["created_at", "2016-10-06 15:36:06.103533"], ["updated_at", "2016-10-06 15:36:06.103533"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit ut enim aut voluptas consequatur sit cum.\",\"text\":\"Try to back up the RSS program, maybe it will quantify the bluetooth panel!\"}"], ["created_at", "2016-10-06 15:36:06.104408"], ["updated_at", "2016-10-06 15:36:06.104408"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti quia optio et non reiciendis iste.\",\"text\":\"If we hack the card, we can get to the IB microchip through the haptic JBOD bus!\"}"], ["created_at", "2016-10-06 15:36:06.105285"], ["updated_at", "2016-10-06 15:36:06.105285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut soluta id quidem.\",\"text\":\"If we override the firewall, we can get to the IB feed through the bluetooth PNG bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.106170"], ["updated_at", "2016-10-06 15:36:06.106170"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor et maiores facilis voluptatibus unde eum et.\",\"text\":\"Use the cross-platform JSON bandwidth, then you can compress the haptic alarm!\"}"], ["created_at", "2016-10-06 15:36:06.107066"], ["updated_at", "2016-10-06 15:36:06.107066"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo est sunt eius eum.\",\"text\":\"Compressing the bandwidth won't do anything, we need to generate the digital usb circuit!\"}"], ["created_at", "2016-10-06 15:36:06.107957"], ["updated_at", "2016-10-06 15:36:06.107957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium sit quaerat quisquam odit ad veniam.\",\"text\":\"Use the auxiliary SDD application, then you can quantify the wireless feed!\"}"], ["created_at", "2016-10-06 15:36:06.108839"], ["updated_at", "2016-10-06 15:36:06.108839"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis ut tempora laboriosam.\",\"text\":\"The COM card is down, back up the 1080p matrix so we can navigate the HTTP application!\"}"], ["created_at", "2016-10-06 15:36:06.109718"], ["updated_at", "2016-10-06 15:36:06.109718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sint aut animi deserunt adipisci.\",\"text\":\"The TCP feed is down, calculate the auxiliary transmitter so we can transmit the RAM capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.110602"], ["updated_at", "2016-10-06 15:36:06.110602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore iure voluptatem ut porro asperiores.\",\"text\":\"Use the open-source CSS protocol, then you can generate the digital bus!\"}"], ["created_at", "2016-10-06 15:36:06.111471"], ["updated_at", "2016-10-06 15:36:06.111471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa qui non nihil repellendus sit natus voluptas.\",\"text\":\"Use the auxiliary RSS sensor, then you can program the cross-platform application!\"}"], ["created_at", "2016-10-06 15:36:06.112350"], ["updated_at", "2016-10-06 15:36:06.112350"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem sapiente delectus sequi ab omnis.\",\"text\":\"We need to copy the optical PCI sensor!\"}"], ["created_at", "2016-10-06 15:36:06.113195"], ["updated_at", "2016-10-06 15:36:06.113195"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et autem.\",\"text\":\"Use the cross-platform SAS port, then you can calculate the auxiliary pixel!\"}"], ["created_at", "2016-10-06 15:36:06.114068"], ["updated_at", "2016-10-06 15:36:06.114068"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis est quo numquam enim vel.\",\"text\":\"Transmitting the hard drive won't do anything, we need to index the multi-byte gb port!\"}"], ["created_at", "2016-10-06 15:36:06.115014"], ["updated_at", "2016-10-06 15:36:06.115014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo praesentium laboriosam velit dignissimos harum accusamus.\",\"text\":\"The FTP hard drive is down, synthesize the wireless program so we can back up the AI interface!\"}"], ["created_at", "2016-10-06 15:36:06.115875"], ["updated_at", "2016-10-06 15:36:06.115875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam earum suscipit.\",\"text\":\"You can't connect the array without generating the mobile FTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.116752"], ["updated_at", "2016-10-06 15:36:06.116752"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In reiciendis ab dicta laborum.\",\"text\":\"The USB array is down, bypass the haptic sensor so we can navigate the SQL interface!\"}"], ["created_at", "2016-10-06 15:36:06.117649"], ["updated_at", "2016-10-06 15:36:06.117649"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut mollitia et aliquid.\",\"text\":\"If we quantify the card, we can get to the SMS microchip through the back-end SSL array!\"}"], ["created_at", "2016-10-06 15:36:06.118539"], ["updated_at", "2016-10-06 15:36:06.118539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut qui ad accusamus assumenda iure facere.\",\"text\":\"I'll calculate the open-source EXE pixel, that should circuit the FTP protocol!\"}"], ["created_at", "2016-10-06 15:36:06.119434"], ["updated_at", "2016-10-06 15:36:06.119434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In quos laboriosam dolor ratione dolorum nihil.\",\"text\":\"If we program the bus, we can get to the SQL circuit through the primary SMS alarm!\"}"], ["created_at", "2016-10-06 15:36:06.120297"], ["updated_at", "2016-10-06 15:36:06.120297"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur exercitationem totam.\",\"text\":\"Try to back up the SMTP port, maybe it will hack the cross-platform microchip!\"}"], ["created_at", "2016-10-06 15:36:06.121163"], ["updated_at", "2016-10-06 15:36:06.121163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti est earum quia quaerat et.\",\"text\":\"Use the mobile RSS capacitor, then you can compress the open-source circuit!\"}"], ["created_at", "2016-10-06 15:36:06.122049"], ["updated_at", "2016-10-06 15:36:06.122049"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam tenetur molestiae nemo.\",\"text\":\"The RSS monitor is down, copy the solid state interface so we can hack the FTP system!\"}"], ["created_at", "2016-10-06 15:36:06.122951"], ["updated_at", "2016-10-06 15:36:06.122951"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit adipisci unde blanditiis aut dolorum aliquam.\",\"text\":\"Use the auxiliary SSL circuit, then you can bypass the cross-platform program!\"}"], ["created_at", "2016-10-06 15:36:06.123914"], ["updated_at", "2016-10-06 15:36:06.123914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio quis error unde impedit ad illum.\",\"text\":\"Indexing the bus won't do anything, we need to back up the multi-byte exe pixel!\"}"], ["created_at", "2016-10-06 15:36:06.124810"], ["updated_at", "2016-10-06 15:36:06.124810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo odit aut saepe et pariatur voluptate.\",\"text\":\"Navigating the card won't do anything, we need to quantify the digital pci interface!\"}"], ["created_at", "2016-10-06 15:36:06.125671"], ["updated_at", "2016-10-06 15:36:06.125671"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error dicta non.\",\"text\":\"Use the mobile RSS array, then you can override the wireless pixel!\"}"], ["created_at", "2016-10-06 15:36:06.126564"], ["updated_at", "2016-10-06 15:36:06.126564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis fugit quis expedita inventore rerum et.\",\"text\":\"Backing up the bandwidth won't do anything, we need to index the digital pci card!\"}"], ["created_at", "2016-10-06 15:36:06.127453"], ["updated_at", "2016-10-06 15:36:06.127453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et eaque facere quia sit beatae.\",\"text\":\"Parsing the matrix won't do anything, we need to transmit the multi-byte gb port!\"}"], ["created_at", "2016-10-06 15:36:06.128324"], ["updated_at", "2016-10-06 15:36:06.128324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est repellendus ex aliquid.\",\"text\":\"You can't input the monitor without generating the cross-platform THX program!\"}"], ["created_at", "2016-10-06 15:36:06.129169"], ["updated_at", "2016-10-06 15:36:06.129169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet nihil fuga hic.\",\"text\":\"Calculating the circuit won't do anything, we need to index the 1080p com array!\"}"], ["created_at", "2016-10-06 15:36:06.130026"], ["updated_at", "2016-10-06 15:36:06.130026"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo voluptatibus non et aut sapiente velit vel.\",\"text\":\"If we calculate the bandwidth, we can get to the PNG feed through the bluetooth XSS panel!\"}"], ["created_at", "2016-10-06 15:36:06.130965"], ["updated_at", "2016-10-06 15:36:06.130965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores at pariatur qui dicta.\",\"text\":\"Try to back up the EXE program, maybe it will synthesize the back-end panel!\"}"], ["created_at", "2016-10-06 15:36:06.131897"], ["updated_at", "2016-10-06 15:36:06.131897"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae autem nemo.\",\"text\":\"We need to navigate the 1080p SSL array!\"}"], ["created_at", "2016-10-06 15:36:06.132937"], ["updated_at", "2016-10-06 15:36:06.132937"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum qui eaque.\",\"text\":\"We need to parse the virtual HTTP feed!\"}"], ["created_at", "2016-10-06 15:36:06.134991"], ["updated_at", "2016-10-06 15:36:06.134991"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At exercitationem quaerat et recusandae aperiam.\",\"text\":\"You can't quantify the hard drive without programming the virtual SMTP port!\"}"], ["created_at", "2016-10-06 15:36:06.135990"], ["updated_at", "2016-10-06 15:36:06.135990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non necessitatibus debitis.\",\"text\":\"I'll calculate the virtual JBOD hard drive, that should array the SAS feed!\"}"], ["created_at", "2016-10-06 15:36:06.136840"], ["updated_at", "2016-10-06 15:36:06.136840"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum optio error.\",\"text\":\"Try to input the TCP circuit, maybe it will bypass the open-source feed!\"}"], ["created_at", "2016-10-06 15:36:06.137718"], ["updated_at", "2016-10-06 15:36:06.137718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum ducimus officia ex voluptatem aliquid vero.\",\"text\":\"If we transmit the alarm, we can get to the PNG microchip through the redundant ADP bus!\"}"], ["created_at", "2016-10-06 15:36:06.138649"], ["updated_at", "2016-10-06 15:36:06.138649"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et fugiat error.\",\"text\":\"We need to copy the digital SMS firewall!\"}"], ["created_at", "2016-10-06 15:36:06.139552"], ["updated_at", "2016-10-06 15:36:06.139552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic dignissimos porro.\",\"text\":\"You can't compress the protocol without quantifying the wireless TCP hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.140446"], ["updated_at", "2016-10-06 15:36:06.140446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus est eos consequatur vero libero eaque.\",\"text\":\"I'll transmit the wireless CSS bus, that should capacitor the SMTP driver!\"}"], ["created_at", "2016-10-06 15:36:06.141321"], ["updated_at", "2016-10-06 15:36:06.141321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga commodi est.\",\"text\":\"If we back up the pixel, we can get to the SCSI alarm through the primary SQL bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.142231"], ["updated_at", "2016-10-06 15:36:06.142231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum et veniam deserunt qui enim unde aut.\",\"text\":\"You can't index the panel without indexing the cross-platform SCSI port!\"}"], ["created_at", "2016-10-06 15:36:06.143104"], ["updated_at", "2016-10-06 15:36:06.143104"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt harum corrupti.\",\"text\":\"Connecting the feed won't do anything, we need to navigate the haptic agp program!\"}"], ["created_at", "2016-10-06 15:36:06.143988"], ["updated_at", "2016-10-06 15:36:06.143988"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem esse et laudantium consequatur reprehenderit debitis.\",\"text\":\"The SMTP panel is down, hack the online bandwidth so we can navigate the RAM system!\"}"], ["created_at", "2016-10-06 15:36:06.144843"], ["updated_at", "2016-10-06 15:36:06.144843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga dolorem totam laboriosam nesciunt nostrum et distinctio.\",\"text\":\"Use the back-end RAM interface, then you can reboot the cross-platform driver!\"}"], ["created_at", "2016-10-06 15:36:06.145722"], ["updated_at", "2016-10-06 15:36:06.145722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas voluptas veniam.\",\"text\":\"I'll bypass the wireless RSS interface, that should protocol the SAS port!\"}"], ["created_at", "2016-10-06 15:36:06.146631"], ["updated_at", "2016-10-06 15:36:06.146631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero porro veniam.\",\"text\":\"The FTP hard drive is down, index the auxiliary sensor so we can parse the SAS monitor!\"}"], ["created_at", "2016-10-06 15:36:06.147499"], ["updated_at", "2016-10-06 15:36:06.147499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sint laudantium.\",\"text\":\"Connecting the sensor won't do anything, we need to index the primary ftp capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.148372"], ["updated_at", "2016-10-06 15:36:06.148372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est distinctio nisi.\",\"text\":\"We need to generate the redundant SDD array!\"}"], ["created_at", "2016-10-06 15:36:06.149241"], ["updated_at", "2016-10-06 15:36:06.149241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat est quis laudantium.\",\"text\":\"If we reboot the matrix, we can get to the GB driver through the auxiliary SQL bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.150086"], ["updated_at", "2016-10-06 15:36:06.150086"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo quidem commodi nihil sequi similique voluptate.\",\"text\":\"I'll transmit the cross-platform XSS transmitter, that should monitor the IB port!\"}"], ["created_at", "2016-10-06 15:36:06.151039"], ["updated_at", "2016-10-06 15:36:06.151039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt fuga nulla corporis ipsum harum fugiat praesentium.\",\"text\":\"You can't navigate the driver without generating the bluetooth USB pixel!\"}"], ["created_at", "2016-10-06 15:36:06.151988"], ["updated_at", "2016-10-06 15:36:06.151988"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil officiis perspiciatis et sit.\",\"text\":\"I'll override the open-source XSS program, that should bus the SSL alarm!\"}"], ["created_at", "2016-10-06 15:36:06.153076"], ["updated_at", "2016-10-06 15:36:06.153076"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto perspiciatis omnis error.\",\"text\":\"We need to parse the haptic RSS system!\"}"], ["created_at", "2016-10-06 15:36:06.154572"], ["updated_at", "2016-10-06 15:36:06.154572"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis tempora ratione qui voluptatem voluptatem libero et.\",\"text\":\"The USB circuit is down, transmit the redundant firewall so we can connect the HDD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.156071"], ["updated_at", "2016-10-06 15:36:06.156071"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut tempore minus.\",\"text\":\"We need to input the optical JBOD bus!\"}"], ["created_at", "2016-10-06 15:36:06.157412"], ["updated_at", "2016-10-06 15:36:06.157412"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt nobis amet deleniti quas consequatur.\",\"text\":\"Bypassing the bandwidth won't do anything, we need to transmit the mobile pci port!\"}"], ["created_at", "2016-10-06 15:36:06.159514"], ["updated_at", "2016-10-06 15:36:06.159514"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor rerum beatae nesciunt.\",\"text\":\"Try to compress the JSON feed, maybe it will hack the virtual interface!\"}"], ["created_at", "2016-10-06 15:36:06.161374"], ["updated_at", "2016-10-06 15:36:06.161374"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit perspiciatis ex.\",\"text\":\"Use the primary CSS interface, then you can connect the optical driver!\"}"], ["created_at", "2016-10-06 15:36:06.162521"], ["updated_at", "2016-10-06 15:36:06.162521"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci delectus omnis praesentium et.\",\"text\":\"Backing up the array won't do anything, we need to compress the primary ftp application!\"}"], ["created_at", "2016-10-06 15:36:06.165113"], ["updated_at", "2016-10-06 15:36:06.165113"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At quaerat sequi dignissimos est laboriosam.\",\"text\":\"Copying the microchip won't do anything, we need to program the back-end sql application!\"}"], ["created_at", "2016-10-06 15:36:06.166275"], ["updated_at", "2016-10-06 15:36:06.166275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum praesentium quasi facilis porro.\",\"text\":\"We need to parse the haptic SCSI bus!\"}"], ["created_at", "2016-10-06 15:36:06.167147"], ["updated_at", "2016-10-06 15:36:06.167147"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut nulla qui eum dicta corrupti error.\",\"text\":\"I'll input the optical SQL protocol, that should program the AGP application!\"}"], ["created_at", "2016-10-06 15:36:06.168071"], ["updated_at", "2016-10-06 15:36:06.168071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus quia atque neque repellendus.\",\"text\":\"I'll copy the primary THX array, that should card the SSL application!\"}"], ["created_at", "2016-10-06 15:36:06.169047"], ["updated_at", "2016-10-06 15:36:06.169047"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam maxime ipsam excepturi.\",\"text\":\"Try to copy the GB feed, maybe it will compress the solid state program!\"}"], ["created_at", "2016-10-06 15:36:06.169907"], ["updated_at", "2016-10-06 15:36:06.169907"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores necessitatibus beatae.\",\"text\":\"Use the bluetooth THX bus, then you can transmit the neural panel!\"}"], ["created_at", "2016-10-06 15:36:06.170828"], ["updated_at", "2016-10-06 15:36:06.170828"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque inventore praesentium eos necessitatibus.\",\"text\":\"We need to synthesize the online JSON alarm!\"}"], ["created_at", "2016-10-06 15:36:06.171718"], ["updated_at", "2016-10-06 15:36:06.171718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et magnam sequi eum vero.\",\"text\":\"Use the mobile SDD pixel, then you can program the open-source card!\"}"], ["created_at", "2016-10-06 15:36:06.172624"], ["updated_at", "2016-10-06 15:36:06.172624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias impedit beatae illo vel inventore.\",\"text\":\"Try to connect the GB matrix, maybe it will generate the virtual port!\"}"], ["created_at", "2016-10-06 15:36:06.173543"], ["updated_at", "2016-10-06 15:36:06.173543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt soluta odit sit voluptatem magni maiores doloribus.\",\"text\":\"If we bypass the panel, we can get to the PNG alarm through the optical RSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.174520"], ["updated_at", "2016-10-06 15:36:06.174520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed voluptatem beatae.\",\"text\":\"If we calculate the matrix, we can get to the USB port through the neural JSON circuit!\"}"], ["created_at", "2016-10-06 15:36:06.175385"], ["updated_at", "2016-10-06 15:36:06.175385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt dolores nobis.\",\"text\":\"Compressing the firewall won't do anything, we need to calculate the mobile xss program!\"}"], ["created_at", "2016-10-06 15:36:06.176263"], ["updated_at", "2016-10-06 15:36:06.176263"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat dolore illum excepturi.\",\"text\":\"Try to calculate the JSON microchip, maybe it will transmit the multi-byte card!\"}"], ["created_at", "2016-10-06 15:36:06.177149"], ["updated_at", "2016-10-06 15:36:06.177149"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate deleniti est.\",\"text\":\"If we calculate the bus, we can get to the SMS transmitter through the multi-byte XSS matrix!\"}"], ["created_at", "2016-10-06 15:36:06.178068"], ["updated_at", "2016-10-06 15:36:06.178068"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et temporibus.\",\"text\":\"We need to reboot the haptic XSS firewall!\"}"], ["created_at", "2016-10-06 15:36:06.179291"], ["updated_at", "2016-10-06 15:36:06.179291"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque reprehenderit est ipsam commodi.\",\"text\":\"I'll calculate the solid state AGP monitor, that should interface the IB capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.181261"], ["updated_at", "2016-10-06 15:36:06.181261"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur quaerat laudantium dolorum consequuntur sed aut ducimus.\",\"text\":\"If we index the bus, we can get to the SSL bus through the online RAM application!\"}"], ["created_at", "2016-10-06 15:36:06.182316"], ["updated_at", "2016-10-06 15:36:06.182316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est nihil non minima facilis molestias.\",\"text\":\"Indexing the microchip won't do anything, we need to connect the solid state thx firewall!\"}"], ["created_at", "2016-10-06 15:36:06.183204"], ["updated_at", "2016-10-06 15:36:06.183204"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem illo sequi ut ratione animi dolore recusandae.\",\"text\":\"If we parse the transmitter, we can get to the PCI firewall through the multi-byte SAS program!\"}"], ["created_at", "2016-10-06 15:36:06.184056"], ["updated_at", "2016-10-06 15:36:06.184056"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores fuga placeat.\",\"text\":\"I'll copy the online JBOD matrix, that should matrix the PCI monitor!\"}"], ["created_at", "2016-10-06 15:36:06.185014"], ["updated_at", "2016-10-06 15:36:06.185014"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam quibusdam doloribus accusantium est dolor repudiandae.\",\"text\":\"The JSON interface is down, parse the back-end hard drive so we can input the TCP circuit!\"}"], ["created_at", "2016-10-06 15:36:06.185997"], ["updated_at", "2016-10-06 15:36:06.185997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione eaque voluptates aut accusamus autem rerum corporis.\",\"text\":\"Use the redundant SMTP driver, then you can quantify the 1080p interface!\"}"], ["created_at", "2016-10-06 15:36:06.186928"], ["updated_at", "2016-10-06 15:36:06.186928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus placeat dolores necessitatibus.\",\"text\":\"I'll generate the open-source SSL protocol, that should matrix the PCI sensor!\"}"], ["created_at", "2016-10-06 15:36:06.187802"], ["updated_at", "2016-10-06 15:36:06.187802"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum consequatur quia nostrum.\",\"text\":\"The COM panel is down, input the cross-platform pixel so we can program the RAM array!\"}"], ["created_at", "2016-10-06 15:36:06.188676"], ["updated_at", "2016-10-06 15:36:06.188676"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut fugit cupiditate.\",\"text\":\"Use the auxiliary GB program, then you can parse the virtual transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.190101"], ["updated_at", "2016-10-06 15:36:06.190101"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti et maxime incidunt.\",\"text\":\"We need to generate the 1080p THX circuit!\"}"], ["created_at", "2016-10-06 15:36:06.191577"], ["updated_at", "2016-10-06 15:36:06.191577"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto nisi autem ipsum.\",\"text\":\"Indexing the bus won't do anything, we need to generate the virtual http protocol!\"}"], ["created_at", "2016-10-06 15:36:06.192908"], ["updated_at", "2016-10-06 15:36:06.192908"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est veritatis blanditiis.\",\"text\":\"You can't back up the hard drive without programming the virtual SMS bus!\"}"], ["created_at", "2016-10-06 15:36:06.194367"], ["updated_at", "2016-10-06 15:36:06.194367"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae eos omnis tenetur.\",\"text\":\"I'll parse the haptic SDD capacitor, that should transmitter the SAS feed!\"}"], ["created_at", "2016-10-06 15:36:06.196744"], ["updated_at", "2016-10-06 15:36:06.196744"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti temporibus voluptatem.\",\"text\":\"Use the auxiliary SQL transmitter, then you can program the virtual protocol!\"}"], ["created_at", "2016-10-06 15:36:06.197933"], ["updated_at", "2016-10-06 15:36:06.197933"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus mollitia quia exercitationem omnis repudiandae.\",\"text\":\"The XML card is down, hack the virtual firewall so we can reboot the JSON port!\"}"], ["created_at", "2016-10-06 15:36:06.200370"], ["updated_at", "2016-10-06 15:36:06.200370"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis est eius rerum modi.\",\"text\":\"I'll quantify the digital XSS transmitter, that should application the TCP hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.201916"], ["updated_at", "2016-10-06 15:36:06.201916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio sed illum voluptates.\",\"text\":\"Synthesizing the sensor won't do anything, we need to generate the virtual ram capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.202875"], ["updated_at", "2016-10-06 15:36:06.202875"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium sit perferendis veniam consequatur fugiat.\",\"text\":\"If we compress the pixel, we can get to the SAS panel through the open-source PNG matrix!\"}"], ["created_at", "2016-10-06 15:36:06.203749"], ["updated_at", "2016-10-06 15:36:06.203749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum et ea sed animi quia hic expedita.\",\"text\":\"Try to input the FTP interface, maybe it will program the back-end protocol!\"}"], ["created_at", "2016-10-06 15:36:06.204669"], ["updated_at", "2016-10-06 15:36:06.204669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae blanditiis ut optio minus qui.\",\"text\":\"I'll parse the online CSS feed, that should hard drive the SQL bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.205550"], ["updated_at", "2016-10-06 15:36:06.205550"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem maiores libero ea blanditiis.\",\"text\":\"You can't calculate the circuit without copying the primary USB microchip!\"}"], ["created_at", "2016-10-06 15:36:06.206469"], ["updated_at", "2016-10-06 15:36:06.206469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat porro molestias quas repudiandae.\",\"text\":\"We need to hack the mobile AI card!\"}"], ["created_at", "2016-10-06 15:36:06.207328"], ["updated_at", "2016-10-06 15:36:06.207328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo dolores tempore similique reiciendis aliquam vitae.\",\"text\":\"Use the open-source PNG sensor, then you can quantify the optical driver!\"}"], ["created_at", "2016-10-06 15:36:06.208200"], ["updated_at", "2016-10-06 15:36:06.208200"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quo dignissimos ut id.\",\"text\":\"You can't compress the pixel without calculating the back-end AGP matrix!\"}"], ["created_at", "2016-10-06 15:36:06.209101"], ["updated_at", "2016-10-06 15:36:06.209101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint ipsum voluptatem consectetur neque.\",\"text\":\"The THX sensor is down, bypass the online array so we can override the SSL firewall!\"}"], ["created_at", "2016-10-06 15:36:06.210036"], ["updated_at", "2016-10-06 15:36:06.210036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum iste autem laudantium et saepe exercitationem.\",\"text\":\"We need to synthesize the back-end AI panel!\"}"], ["created_at", "2016-10-06 15:36:06.211016"], ["updated_at", "2016-10-06 15:36:06.211016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit veritatis sint ipsam ducimus.\",\"text\":\"Try to bypass the EXE protocol, maybe it will compress the solid state circuit!\"}"], ["created_at", "2016-10-06 15:36:06.211867"], ["updated_at", "2016-10-06 15:36:06.211867"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum veritatis ut natus minus.\",\"text\":\"Calculating the monitor won't do anything, we need to calculate the haptic ai pixel!\"}"], ["created_at", "2016-10-06 15:36:06.212736"], ["updated_at", "2016-10-06 15:36:06.212736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A sed ex voluptatem veniam.\",\"text\":\"I'll reboot the haptic PNG array, that should driver the GB application!\"}"], ["created_at", "2016-10-06 15:36:06.213603"], ["updated_at", "2016-10-06 15:36:06.213603"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ut exercitationem et necessitatibus quis hic.\",\"text\":\"If we generate the firewall, we can get to the AGP bus through the wireless THX transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.214502"], ["updated_at", "2016-10-06 15:36:06.214502"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sit consequuntur.\",\"text\":\"I'll index the 1080p TCP firewall, that should card the COM program!\"}"], ["created_at", "2016-10-06 15:36:06.216322"], ["updated_at", "2016-10-06 15:36:06.216322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure ratione aut.\",\"text\":\"The PCI array is down, generate the redundant sensor so we can program the EXE alarm!\"}"], ["created_at", "2016-10-06 15:36:06.217603"], ["updated_at", "2016-10-06 15:36:06.217603"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus distinctio quae enim rerum ea.\",\"text\":\"The AI port is down, reboot the 1080p driver so we can override the COM application!\"}"], ["created_at", "2016-10-06 15:36:06.218737"], ["updated_at", "2016-10-06 15:36:06.218737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non officiis est accusamus dolorem ipsum et et.\",\"text\":\"The THX interface is down, calculate the solid state driver so we can back up the TCP hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.219760"], ["updated_at", "2016-10-06 15:36:06.219760"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est fuga accusantium est qui molestias distinctio quisquam.\",\"text\":\"Use the auxiliary SMS firewall, then you can generate the virtual bus!\"}"], ["created_at", "2016-10-06 15:36:06.220731"], ["updated_at", "2016-10-06 15:36:06.220731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis quibusdam rerum laboriosam ullam.\",\"text\":\"You can't synthesize the bandwidth without synthesizing the online ADP panel!\"}"], ["created_at", "2016-10-06 15:36:06.221608"], ["updated_at", "2016-10-06 15:36:06.221608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad eum enim voluptatem.\",\"text\":\"If we connect the system, we can get to the SDD monitor through the wireless ADP firewall!\"}"], ["created_at", "2016-10-06 15:36:06.222502"], ["updated_at", "2016-10-06 15:36:06.222502"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dolores sint.\",\"text\":\"Indexing the transmitter won't do anything, we need to program the back-end thx microchip!\"}"], ["created_at", "2016-10-06 15:36:06.223381"], ["updated_at", "2016-10-06 15:36:06.223381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia dicta quisquam voluptatum neque.\",\"text\":\"Try to generate the RSS card, maybe it will input the haptic capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.224231"], ["updated_at", "2016-10-06 15:36:06.224231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias quam porro dolore.\",\"text\":\"Quantifying the feed won't do anything, we need to parse the open-source png bus!\"}"], ["created_at", "2016-10-06 15:36:06.225106"], ["updated_at", "2016-10-06 15:36:06.225106"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta in dolores est dolor ut.\",\"text\":\"Try to generate the FTP capacitor, maybe it will calculate the open-source hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.226005"], ["updated_at", "2016-10-06 15:36:06.226005"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In officiis alias provident consequatur.\",\"text\":\"If we copy the card, we can get to the SQL hard drive through the multi-byte THX pixel!\"}"], ["created_at", "2016-10-06 15:36:06.226890"], ["updated_at", "2016-10-06 15:36:06.226890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates similique veniam dolores.\",\"text\":\"The CSS array is down, synthesize the redundant hard drive so we can index the CSS circuit!\"}"], ["created_at", "2016-10-06 15:36:06.227776"], ["updated_at", "2016-10-06 15:36:06.227776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt fuga omnis magnam error sint reprehenderit iste.\",\"text\":\"Try to synthesize the CSS application, maybe it will calculate the 1080p pixel!\"}"], ["created_at", "2016-10-06 15:36:06.228651"], ["updated_at", "2016-10-06 15:36:06.228651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ipsam laudantium quibusdam voluptatem aut nostrum.\",\"text\":\"I'll connect the multi-byte EXE bus, that should pixel the FTP card!\"}"], ["created_at", "2016-10-06 15:36:06.229500"], ["updated_at", "2016-10-06 15:36:06.229500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia autem rerum velit et dolorum sint.\",\"text\":\"We need to compress the mobile JSON driver!\"}"], ["created_at", "2016-10-06 15:36:06.230375"], ["updated_at", "2016-10-06 15:36:06.230375"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat voluptatem porro repudiandae ut.\",\"text\":\"Navigating the bandwidth won't do anything, we need to index the 1080p adp hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.231259"], ["updated_at", "2016-10-06 15:36:06.231259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas magnam minima repellendus sed esse voluptas.\",\"text\":\"We need to parse the auxiliary IB feed!\"}"], ["created_at", "2016-10-06 15:36:06.232107"], ["updated_at", "2016-10-06 15:36:06.232107"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea excepturi rem.\",\"text\":\"If we bypass the microchip, we can get to the PNG interface through the neural RSS pixel!\"}"], ["created_at", "2016-10-06 15:36:06.233010"], ["updated_at", "2016-10-06 15:36:06.233010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab corrupti iste.\",\"text\":\"If we navigate the interface, we can get to the SCSI array through the online GB application!\"}"], ["created_at", "2016-10-06 15:36:06.233885"], ["updated_at", "2016-10-06 15:36:06.233885"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et magni aperiam ratione.\",\"text\":\"I'll reboot the optical PNG circuit, that should monitor the PCI bus!\"}"], ["created_at", "2016-10-06 15:36:06.234799"], ["updated_at", "2016-10-06 15:36:06.234799"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat qui quisquam sunt sint enim assumenda.\",\"text\":\"The AGP panel is down, reboot the multi-byte array so we can connect the COM driver!\"}"], ["created_at", "2016-10-06 15:36:06.235715"], ["updated_at", "2016-10-06 15:36:06.235715"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aut doloribus quia vero ex.\",\"text\":\"You can't transmit the firewall without backing up the auxiliary FTP port!\"}"], ["created_at", "2016-10-06 15:36:06.236606"], ["updated_at", "2016-10-06 15:36:06.236606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim at provident repellendus.\",\"text\":\"If we compress the protocol, we can get to the IB hard drive through the multi-byte SQL port!\"}"], ["created_at", "2016-10-06 15:36:06.237504"], ["updated_at", "2016-10-06 15:36:06.237504"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur commodi sint nam eligendi doloremque.\",\"text\":\"You can't quantify the application without backing up the optical HTTP program!\"}"], ["created_at", "2016-10-06 15:36:06.238410"], ["updated_at", "2016-10-06 15:36:06.238410"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis minus est doloremque aut nulla vitae id.\",\"text\":\"We need to program the online IB hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.239275"], ["updated_at", "2016-10-06 15:36:06.239275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates ut consectetur autem.\",\"text\":\"Use the neural IB sensor, then you can input the cross-platform system!\"}"], ["created_at", "2016-10-06 15:36:06.240148"], ["updated_at", "2016-10-06 15:36:06.240148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quis nihil facilis nulla expedita eos maiores.\",\"text\":\"Try to navigate the IB port, maybe it will reboot the primary array!\"}"], ["created_at", "2016-10-06 15:36:06.241011"], ["updated_at", "2016-10-06 15:36:06.241011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At sit dolores quas accusamus facilis sunt nemo.\",\"text\":\"You can't transmit the microchip without indexing the auxiliary SDD hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.241850"], ["updated_at", "2016-10-06 15:36:06.241850"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quo non quo et facilis commodi.\",\"text\":\"We need to copy the online GB port!\"}"], ["created_at", "2016-10-06 15:36:06.242755"], ["updated_at", "2016-10-06 15:36:06.242755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas animi omnis id dolores tempora cum.\",\"text\":\"You can't calculate the program without indexing the haptic THX matrix!\"}"], ["created_at", "2016-10-06 15:36:06.243636"], ["updated_at", "2016-10-06 15:36:06.243636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem eos in facilis nihil.\",\"text\":\"I'll parse the wireless RSS bus, that should card the SDD card!\"}"], ["created_at", "2016-10-06 15:36:06.244506"], ["updated_at", "2016-10-06 15:36:06.244506"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium dolorum alias voluptatem quod.\",\"text\":\"You can't generate the port without connecting the open-source SCSI system!\"}"], ["created_at", "2016-10-06 15:36:06.245370"], ["updated_at", "2016-10-06 15:36:06.245370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione eum dolor optio libero rem.\",\"text\":\"I'll back up the multi-byte USB panel, that should panel the CSS interface!\"}"], ["created_at", "2016-10-06 15:36:06.246304"], ["updated_at", "2016-10-06 15:36:06.246304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem aut consectetur quos.\",\"text\":\"Use the neural SDD panel, then you can navigate the digital bus!\"}"], ["created_at", "2016-10-06 15:36:06.247190"], ["updated_at", "2016-10-06 15:36:06.247190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel blanditiis laudantium qui iusto beatae.\",\"text\":\"I'll navigate the bluetooth SSL matrix, that should alarm the RSS application!\"}"], ["created_at", "2016-10-06 15:36:06.248039"], ["updated_at", "2016-10-06 15:36:06.248039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem id neque saepe veritatis vel sit.\",\"text\":\"I'll input the wireless SAS matrix, that should bandwidth the SSL interface!\"}"], ["created_at", "2016-10-06 15:36:06.248904"], ["updated_at", "2016-10-06 15:36:06.248904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At repellat aliquid.\",\"text\":\"I'll quantify the wireless XSS alarm, that should monitor the CSS microchip!\"}"], ["created_at", "2016-10-06 15:36:06.249746"], ["updated_at", "2016-10-06 15:36:06.249746"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore aut animi modi reprehenderit et sed expedita.\",\"text\":\"Overriding the system won't do anything, we need to connect the auxiliary smtp protocol!\"}"], ["created_at", "2016-10-06 15:36:06.250644"], ["updated_at", "2016-10-06 15:36:06.250644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et temporibus eveniet et laborum enim dolorem.\",\"text\":\"Try to quantify the RSS pixel, maybe it will override the primary hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.251533"], ["updated_at", "2016-10-06 15:36:06.251533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas est dolor non.\",\"text\":\"The AGP hard drive is down, transmit the back-end feed so we can navigate the SQL capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.252424"], ["updated_at", "2016-10-06 15:36:06.252424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit facere nesciunt eos dolores.\",\"text\":\"I'll reboot the bluetooth SAS card, that should application the XSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.253404"], ["updated_at", "2016-10-06 15:36:06.253404"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus labore dolorem.\",\"text\":\"You can't reboot the port without bypassing the bluetooth SAS transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.254420"], ["updated_at", "2016-10-06 15:36:06.254420"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident veritatis quia.\",\"text\":\"If we generate the firewall, we can get to the XSS alarm through the haptic XSS application!\"}"], ["created_at", "2016-10-06 15:36:06.255816"], ["updated_at", "2016-10-06 15:36:06.255816"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt delectus illum quia reiciendis.\",\"text\":\"You can't copy the transmitter without parsing the mobile SQL interface!\"}"], ["created_at", "2016-10-06 15:36:06.257125"], ["updated_at", "2016-10-06 15:36:06.257125"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae et adipisci aut asperiores.\",\"text\":\"The IB alarm is down, compress the solid state microchip so we can back up the JBOD bus!\"}"], ["created_at", "2016-10-06 15:36:06.259238"], ["updated_at", "2016-10-06 15:36:06.259238"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet occaecati in neque possimus.\",\"text\":\"I'll override the back-end AI transmitter, that should program the RAM bus!\"}"], ["created_at", "2016-10-06 15:36:06.260373"], ["updated_at", "2016-10-06 15:36:06.260373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptas qui.\",\"text\":\"You can't program the pixel without compressing the cross-platform RSS system!\"}"], ["created_at", "2016-10-06 15:36:06.261262"], ["updated_at", "2016-10-06 15:36:06.261262"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque quisquam quis eos sunt officiis.\",\"text\":\"You can't override the bandwidth without navigating the redundant SCSI application!\"}"], ["created_at", "2016-10-06 15:36:06.262188"], ["updated_at", "2016-10-06 15:36:06.262188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex ratione sunt aut saepe et.\",\"text\":\"The RAM program is down, program the primary microchip so we can override the SMTP application!\"}"], ["created_at", "2016-10-06 15:36:06.263034"], ["updated_at", "2016-10-06 15:36:06.263034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati consequatur nobis quod suscipit odio.\",\"text\":\"The RAM firewall is down, transmit the 1080p card so we can generate the PCI array!\"}"], ["created_at", "2016-10-06 15:36:06.263922"], ["updated_at", "2016-10-06 15:36:06.263922"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem at sapiente qui.\",\"text\":\"Use the open-source SMS pixel, then you can parse the online panel!\"}"], ["created_at", "2016-10-06 15:36:06.264793"], ["updated_at", "2016-10-06 15:36:06.264793"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea id a quis nihil quia et.\",\"text\":\"We need to reboot the online CSS array!\"}"], ["created_at", "2016-10-06 15:36:06.265636"], ["updated_at", "2016-10-06 15:36:06.265636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla harum odit qui maxime facere iusto.\",\"text\":\"Compressing the firewall won't do anything, we need to copy the redundant thx capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.266503"], ["updated_at", "2016-10-06 15:36:06.266503"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga assumenda ut non est.\",\"text\":\"Try to input the PCI application, maybe it will reboot the solid state hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.267365"], ["updated_at", "2016-10-06 15:36:06.267365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error dolor beatae ea officiis.\",\"text\":\"You can't program the transmitter without parsing the open-source USB circuit!\"}"], ["created_at", "2016-10-06 15:36:06.268282"], ["updated_at", "2016-10-06 15:36:06.268282"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam inventore sunt non.\",\"text\":\"Use the redundant AI interface, then you can generate the 1080p bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.269159"], ["updated_at", "2016-10-06 15:36:06.269159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil unde in ut est magnam voluptas et.\",\"text\":\"Use the auxiliary SMTP panel, then you can transmit the mobile microchip!\"}"], ["created_at", "2016-10-06 15:36:06.270089"], ["updated_at", "2016-10-06 15:36:06.270089"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio cupiditate dolor alias.\",\"text\":\"The SQL application is down, compress the redundant card so we can parse the PCI microchip!\"}"], ["created_at", "2016-10-06 15:36:06.270952"], ["updated_at", "2016-10-06 15:36:06.270952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium qui nesciunt sapiente corrupti assumenda id.\",\"text\":\"We need to back up the online TCP card!\"}"], ["created_at", "2016-10-06 15:36:06.271922"], ["updated_at", "2016-10-06 15:36:06.271922"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde qui molestiae in molestiae possimus sapiente voluptates.\",\"text\":\"Compressing the port won't do anything, we need to calculate the neural adp hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.272929"], ["updated_at", "2016-10-06 15:36:06.272929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis ipsum ea ad molestiae neque.\",\"text\":\"Try to index the AI panel, maybe it will generate the redundant sensor!\"}"], ["created_at", "2016-10-06 15:36:06.273839"], ["updated_at", "2016-10-06 15:36:06.273839"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur libero quas praesentium sunt officiis omnis.\",\"text\":\"Programming the hard drive won't do anything, we need to input the digital rss monitor!\"}"], ["created_at", "2016-10-06 15:36:06.274722"], ["updated_at", "2016-10-06 15:36:06.274722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore sit saepe rerum fugit.\",\"text\":\"We need to synthesize the online TCP protocol!\"}"], ["created_at", "2016-10-06 15:36:06.275627"], ["updated_at", "2016-10-06 15:36:06.275627"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo possimus tenetur et similique.\",\"text\":\"I'll reboot the solid state SQL bus, that should driver the PNG hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.276650"], ["updated_at", "2016-10-06 15:36:06.276650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde facilis et voluptas.\",\"text\":\"We need to transmit the neural AI capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.277622"], ["updated_at", "2016-10-06 15:36:06.277622"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo enim tempore.\",\"text\":\"The PCI capacitor is down, reboot the primary monitor so we can generate the AI alarm!\"}"], ["created_at", "2016-10-06 15:36:06.278572"], ["updated_at", "2016-10-06 15:36:06.278572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea voluptates facere.\",\"text\":\"We need to program the auxiliary SMS array!\"}"], ["created_at", "2016-10-06 15:36:06.279511"], ["updated_at", "2016-10-06 15:36:06.279511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique quae rem omnis aut.\",\"text\":\"The SMS driver is down, calculate the haptic array so we can navigate the SQL driver!\"}"], ["created_at", "2016-10-06 15:36:06.280484"], ["updated_at", "2016-10-06 15:36:06.280484"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita eum sapiente temporibus quo id est sequi.\",\"text\":\"I'll quantify the back-end SQL matrix, that should matrix the CSS bus!\"}"], ["created_at", "2016-10-06 15:36:06.281451"], ["updated_at", "2016-10-06 15:36:06.281451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae veritatis soluta quisquam.\",\"text\":\"The SQL bandwidth is down, input the solid state driver so we can compress the EXE panel!\"}"], ["created_at", "2016-10-06 15:36:06.282403"], ["updated_at", "2016-10-06 15:36:06.282403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea dignissimos nam perferendis est accusantium ut aut.\",\"text\":\"The JSON alarm is down, bypass the neural pixel so we can index the TCP monitor!\"}"], ["created_at", "2016-10-06 15:36:06.283282"], ["updated_at", "2016-10-06 15:36:06.283282"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas consequatur delectus cum et pariatur.\",\"text\":\"Backing up the array won't do anything, we need to index the haptic pci card!\"}"], ["created_at", "2016-10-06 15:36:06.284151"], ["updated_at", "2016-10-06 15:36:06.284151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas saepe reprehenderit dignissimos molestiae minima sit.\",\"text\":\"Try to back up the ADP interface, maybe it will back up the digital card!\"}"], ["created_at", "2016-10-06 15:36:06.285005"], ["updated_at", "2016-10-06 15:36:06.285005"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id aut nam odio porro accusamus.\",\"text\":\"You can't back up the monitor without navigating the 1080p THX card!\"}"], ["created_at", "2016-10-06 15:36:06.285907"], ["updated_at", "2016-10-06 15:36:06.285907"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In necessitatibus ut.\",\"text\":\"Try to reboot the CSS microchip, maybe it will program the haptic driver!\"}"], ["created_at", "2016-10-06 15:36:06.286814"], ["updated_at", "2016-10-06 15:36:06.286814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur qui consectetur et enim est.\",\"text\":\"Use the virtual ADP port, then you can index the cross-platform matrix!\"}"], ["created_at", "2016-10-06 15:36:06.287653"], ["updated_at", "2016-10-06 15:36:06.287653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat aut quam id omnis corporis.\",\"text\":\"Programming the bandwidth won't do anything, we need to connect the cross-platform gb firewall!\"}"], ["created_at", "2016-10-06 15:36:06.288515"], ["updated_at", "2016-10-06 15:36:06.288515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores sunt aliquid.\",\"text\":\"Use the primary CSS driver, then you can program the haptic capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.289367"], ["updated_at", "2016-10-06 15:36:06.289367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non eum nostrum numquam.\",\"text\":\"Use the multi-byte CSS feed, then you can program the digital feed!\"}"], ["created_at", "2016-10-06 15:36:06.290270"], ["updated_at", "2016-10-06 15:36:06.290270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat reprehenderit dolore.\",\"text\":\"If we override the firewall, we can get to the COM panel through the neural USB firewall!\"}"], ["created_at", "2016-10-06 15:36:06.291115"], ["updated_at", "2016-10-06 15:36:06.291115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat fugiat voluptas vitae odit commodi labore suscipit.\",\"text\":\"We need to connect the open-source SDD pixel!\"}"], ["created_at", "2016-10-06 15:36:06.291984"], ["updated_at", "2016-10-06 15:36:06.291984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam quibusdam enim eum.\",\"text\":\"If we override the monitor, we can get to the COM alarm through the auxiliary THX hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.292856"], ["updated_at", "2016-10-06 15:36:06.292856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere enim dolores tempore quo qui deleniti.\",\"text\":\"You can't navigate the interface without copying the digital RSS system!\"}"], ["created_at", "2016-10-06 15:36:06.293719"], ["updated_at", "2016-10-06 15:36:06.293719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint et debitis sunt voluptates.\",\"text\":\"If we calculate the hard drive, we can get to the SCSI sensor through the auxiliary HDD panel!\"}"], ["created_at", "2016-10-06 15:36:06.294622"], ["updated_at", "2016-10-06 15:36:06.294622"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat aliquid accusamus dolore officia sunt esse.\",\"text\":\"You can't back up the interface without synthesizing the digital XSS application!\"}"], ["created_at", "2016-10-06 15:36:06.295469"], ["updated_at", "2016-10-06 15:36:06.295469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui iste quisquam reprehenderit sunt.\",\"text\":\"The GB bus is down, navigate the haptic transmitter so we can override the SMS protocol!\"}"], ["created_at", "2016-10-06 15:36:06.296334"], ["updated_at", "2016-10-06 15:36:06.296334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit perspiciatis quis quasi sit.\",\"text\":\"We need to synthesize the cross-platform EXE capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.297181"], ["updated_at", "2016-10-06 15:36:06.297181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed rerum eligendi.\",\"text\":\"We need to index the mobile RAM interface!\"}"], ["created_at", "2016-10-06 15:36:06.298040"], ["updated_at", "2016-10-06 15:36:06.298040"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat est nulla et veritatis aliquam.\",\"text\":\"We need to index the multi-byte AGP bus!\"}"], ["created_at", "2016-10-06 15:36:06.298983"], ["updated_at", "2016-10-06 15:36:06.298983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus sit iste.\",\"text\":\"Compressing the feed won't do anything, we need to calculate the solid state ram application!\"}"], ["created_at", "2016-10-06 15:36:06.299832"], ["updated_at", "2016-10-06 15:36:06.299832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro et velit officiis quidem aspernatur veniam.\",\"text\":\"I'll index the virtual SDD firewall, that should capacitor the HDD array!\"}"], ["created_at", "2016-10-06 15:36:06.300711"], ["updated_at", "2016-10-06 15:36:06.300711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum quod omnis voluptas architecto maxime ut.\",\"text\":\"We need to compress the redundant COM pixel!\"}"], ["created_at", "2016-10-06 15:36:06.301594"], ["updated_at", "2016-10-06 15:36:06.301594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A non voluptas et illo qui eius.\",\"text\":\"We need to navigate the solid state JSON monitor!\"}"], ["created_at", "2016-10-06 15:36:06.302552"], ["updated_at", "2016-10-06 15:36:06.302552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum sit omnis delectus.\",\"text\":\"Try to bypass the PCI array, maybe it will reboot the wireless circuit!\"}"], ["created_at", "2016-10-06 15:36:06.303424"], ["updated_at", "2016-10-06 15:36:06.303424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio id ut molestias labore.\",\"text\":\"Copying the microchip won't do anything, we need to bypass the solid state ib bus!\"}"], ["created_at", "2016-10-06 15:36:06.304279"], ["updated_at", "2016-10-06 15:36:06.304279"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur iure quasi saepe rem.\",\"text\":\"Calculating the microchip won't do anything, we need to back up the haptic sql program!\"}"], ["created_at", "2016-10-06 15:36:06.305154"], ["updated_at", "2016-10-06 15:36:06.305154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus quis omnis minus officiis voluptas libero mollitia.\",\"text\":\"Compressing the driver won't do anything, we need to override the bluetooth tcp protocol!\"}"], ["created_at", "2016-10-06 15:36:06.306012"], ["updated_at", "2016-10-06 15:36:06.306012"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At quis libero.\",\"text\":\"If we calculate the monitor, we can get to the EXE monitor through the auxiliary CSS card!\"}"], ["created_at", "2016-10-06 15:36:06.306891"], ["updated_at", "2016-10-06 15:36:06.306891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut amet inventore unde et maxime voluptatem non.\",\"text\":\"The THX hard drive is down, parse the cross-platform bus so we can index the XSS card!\"}"], ["created_at", "2016-10-06 15:36:06.307757"], ["updated_at", "2016-10-06 15:36:06.307757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas consequuntur consequatur eos dicta eos.\",\"text\":\"We need to transmit the primary SQL interface!\"}"], ["created_at", "2016-10-06 15:36:06.308604"], ["updated_at", "2016-10-06 15:36:06.308604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem nulla sint.\",\"text\":\"I'll program the redundant IB system, that should feed the HDD panel!\"}"], ["created_at", "2016-10-06 15:36:06.309496"], ["updated_at", "2016-10-06 15:36:06.309496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque tempore omnis dolor dicta sit id ducimus.\",\"text\":\"Use the digital SMS bus, then you can program the haptic card!\"}"], ["created_at", "2016-10-06 15:36:06.310368"], ["updated_at", "2016-10-06 15:36:06.310368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sit reiciendis atque tempora eveniet.\",\"text\":\"You can't navigate the matrix without parsing the optical IB panel!\"}"], ["created_at", "2016-10-06 15:36:06.311246"], ["updated_at", "2016-10-06 15:36:06.311246"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis natus ut.\",\"text\":\"You can't parse the bandwidth without quantifying the open-source ADP pixel!\"}"], ["created_at", "2016-10-06 15:36:06.312113"], ["updated_at", "2016-10-06 15:36:06.312113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aut ipsa ipsum voluptate est quod libero.\",\"text\":\"Indexing the protocol won't do anything, we need to copy the back-end thx sensor!\"}"], ["created_at", "2016-10-06 15:36:06.312954"], ["updated_at", "2016-10-06 15:36:06.312954"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos inventore quo optio et et ut qui.\",\"text\":\"The SDD application is down, generate the haptic bandwidth so we can copy the SMTP alarm!\"}"], ["created_at", "2016-10-06 15:36:06.313859"], ["updated_at", "2016-10-06 15:36:06.313859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim possimus porro rerum dolor vel doloremque.\",\"text\":\"Hacking the panel won't do anything, we need to generate the bluetooth sdd driver!\"}"], ["created_at", "2016-10-06 15:36:06.314764"], ["updated_at", "2016-10-06 15:36:06.314764"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui inventore eum cum.\",\"text\":\"The SMS panel is down, program the optical pixel so we can input the RSS bus!\"}"], ["created_at", "2016-10-06 15:36:06.315636"], ["updated_at", "2016-10-06 15:36:06.315636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam omnis corporis laborum incidunt.\",\"text\":\"We need to copy the optical SSL bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.316483"], ["updated_at", "2016-10-06 15:36:06.316483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet qui corrupti eveniet sint aut magni.\",\"text\":\"We need to transmit the digital THX monitor!\"}"], ["created_at", "2016-10-06 15:36:06.317356"], ["updated_at", "2016-10-06 15:36:06.317356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est odio rerum vitae illum aut quisquam.\",\"text\":\"I'll parse the neural SMS microchip, that should array the ADP bus!\"}"], ["created_at", "2016-10-06 15:36:06.318328"], ["updated_at", "2016-10-06 15:36:06.318328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit nisi asperiores ut temporibus.\",\"text\":\"I'll back up the primary PCI array, that should alarm the SQL microchip!\"}"], ["created_at", "2016-10-06 15:36:06.319206"], ["updated_at", "2016-10-06 15:36:06.319206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius et voluptas consequatur.\",\"text\":\"You can't index the firewall without quantifying the neural USB interface!\"}"], ["created_at", "2016-10-06 15:36:06.320080"], ["updated_at", "2016-10-06 15:36:06.320080"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam consequatur saepe.\",\"text\":\"The RSS program is down, generate the mobile transmitter so we can reboot the RSS application!\"}"], ["created_at", "2016-10-06 15:36:06.320952"], ["updated_at", "2016-10-06 15:36:06.320952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores nulla voluptatibus qui eum reiciendis ex.\",\"text\":\"The HTTP hard drive is down, copy the redundant interface so we can navigate the THX driver!\"}"], ["created_at", "2016-10-06 15:36:06.321819"], ["updated_at", "2016-10-06 15:36:06.321819"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla ut cumque ab reprehenderit.\",\"text\":\"Generating the transmitter won't do anything, we need to synthesize the open-source json monitor!\"}"], ["created_at", "2016-10-06 15:36:06.322710"], ["updated_at", "2016-10-06 15:36:06.322710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis enim sunt ea sequi qui dolores totam.\",\"text\":\"If we connect the monitor, we can get to the IB capacitor through the mobile GB application!\"}"], ["created_at", "2016-10-06 15:36:06.323586"], ["updated_at", "2016-10-06 15:36:06.323586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe earum tenetur id consequatur.\",\"text\":\"Calculating the program won't do anything, we need to reboot the redundant ai microchip!\"}"], ["created_at", "2016-10-06 15:36:06.324429"], ["updated_at", "2016-10-06 15:36:06.324429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam sunt et qui velit.\",\"text\":\"We need to override the primary IB port!\"}"], ["created_at", "2016-10-06 15:36:06.325297"], ["updated_at", "2016-10-06 15:36:06.325297"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit quas accusantium et ut deserunt explicabo.\",\"text\":\"I'll compress the optical XSS hard drive, that should matrix the CSS driver!\"}"], ["created_at", "2016-10-06 15:36:06.326178"], ["updated_at", "2016-10-06 15:36:06.326178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam enim quasi voluptatum.\",\"text\":\"We need to index the solid state XML interface!\"}"], ["created_at", "2016-10-06 15:36:06.327080"], ["updated_at", "2016-10-06 15:36:06.327080"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum iste omnis eos.\",\"text\":\"Bypassing the bandwidth won't do anything, we need to copy the primary thx hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.327949"], ["updated_at", "2016-10-06 15:36:06.327949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste minus quis aspernatur nostrum saepe asperiores.\",\"text\":\"Use the bluetooth SMS system, then you can calculate the solid state microchip!\"}"], ["created_at", "2016-10-06 15:36:06.328804"], ["updated_at", "2016-10-06 15:36:06.328804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore est commodi perspiciatis sapiente tempora amet.\",\"text\":\"You can't connect the matrix without synthesizing the back-end GB feed!\"}"], ["created_at", "2016-10-06 15:36:06.329764"], ["updated_at", "2016-10-06 15:36:06.329764"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione in harum.\",\"text\":\"Compressing the circuit won't do anything, we need to input the cross-platform css monitor!\"}"], ["created_at", "2016-10-06 15:36:06.330784"], ["updated_at", "2016-10-06 15:36:06.330784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis perferendis optio aut ut eveniet.\",\"text\":\"The SCSI alarm is down, input the virtual protocol so we can synthesize the AI system!\"}"], ["created_at", "2016-10-06 15:36:06.331721"], ["updated_at", "2016-10-06 15:36:06.331721"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione quia fugiat dolores ipsa rerum ea.\",\"text\":\"Try to generate the SMS bus, maybe it will compress the solid state protocol!\"}"], ["created_at", "2016-10-06 15:36:06.332703"], ["updated_at", "2016-10-06 15:36:06.332703"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident error aut et.\",\"text\":\"I'll reboot the redundant SMTP sensor, that should hard drive the AGP panel!\"}"], ["created_at", "2016-10-06 15:36:06.333679"], ["updated_at", "2016-10-06 15:36:06.333679"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos natus eum illum autem veniam porro perspiciatis.\",\"text\":\"I'll program the virtual JSON interface, that should capacitor the XML program!\"}"], ["created_at", "2016-10-06 15:36:06.334709"], ["updated_at", "2016-10-06 15:36:06.334709"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam commodi vel molestiae.\",\"text\":\"Navigating the bus won't do anything, we need to quantify the online ib monitor!\"}"], ["created_at", "2016-10-06 15:36:06.335671"], ["updated_at", "2016-10-06 15:36:06.335671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit enim est enim ducimus.\",\"text\":\"The USB card is down, copy the online driver so we can quantify the GB firewall!\"}"], ["created_at", "2016-10-06 15:36:06.336642"], ["updated_at", "2016-10-06 15:36:06.336642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni velit modi voluptatum soluta repellendus.\",\"text\":\"Connecting the card won't do anything, we need to calculate the back-end sdd panel!\"}"], ["created_at", "2016-10-06 15:36:06.337504"], ["updated_at", "2016-10-06 15:36:06.337504"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus veritatis porro suscipit.\",\"text\":\"We need to calculate the optical JSON protocol!\"}"], ["created_at", "2016-10-06 15:36:06.338395"], ["updated_at", "2016-10-06 15:36:06.338395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto quia provident est impedit corporis quis aut.\",\"text\":\"If we transmit the bus, we can get to the GB bus through the online EXE sensor!\"}"], ["created_at", "2016-10-06 15:36:06.339259"], ["updated_at", "2016-10-06 15:36:06.339259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum error nesciunt inventore autem odit.\",\"text\":\"Use the optical JBOD program, then you can connect the haptic protocol!\"}"], ["created_at", "2016-10-06 15:36:06.340097"], ["updated_at", "2016-10-06 15:36:06.340097"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil atque quia ullam labore mollitia vitae.\",\"text\":\"Use the multi-byte SDD alarm, then you can quantify the wireless matrix!\"}"], ["created_at", "2016-10-06 15:36:06.340967"], ["updated_at", "2016-10-06 15:36:06.340967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam exercitationem ut quis possimus.\",\"text\":\"Try to connect the THX feed, maybe it will transmit the bluetooth monitor!\"}"], ["created_at", "2016-10-06 15:36:06.341820"], ["updated_at", "2016-10-06 15:36:06.341820"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed porro ad et maiores qui placeat enim.\",\"text\":\"You can't reboot the system without calculating the digital HTTP matrix!\"}"], ["created_at", "2016-10-06 15:36:06.342737"], ["updated_at", "2016-10-06 15:36:06.342737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis atque dolores.\",\"text\":\"We need to transmit the 1080p SCSI program!\"}"], ["created_at", "2016-10-06 15:36:06.343619"], ["updated_at", "2016-10-06 15:36:06.343619"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus quo nostrum possimus rerum qui.\",\"text\":\"If we copy the application, we can get to the FTP program through the digital SSL hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.344503"], ["updated_at", "2016-10-06 15:36:06.344503"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium voluptate error.\",\"text\":\"We need to back up the haptic FTP protocol!\"}"], ["created_at", "2016-10-06 15:36:06.345391"], ["updated_at", "2016-10-06 15:36:06.345391"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa sunt ut repellat eaque dignissimos.\",\"text\":\"We need to bypass the mobile PCI port!\"}"], ["created_at", "2016-10-06 15:36:06.346420"], ["updated_at", "2016-10-06 15:36:06.346420"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo nesciunt enim.\",\"text\":\"We need to compress the optical SMTP panel!\"}"], ["created_at", "2016-10-06 15:36:06.347408"], ["updated_at", "2016-10-06 15:36:06.347408"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quod qui sed ducimus vitae neque.\",\"text\":\"We need to hack the online SCSI panel!\"}"], ["created_at", "2016-10-06 15:36:06.348449"], ["updated_at", "2016-10-06 15:36:06.348449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis veritatis beatae rerum.\",\"text\":\"Try to back up the AI sensor, maybe it will quantify the primary sensor!\"}"], ["created_at", "2016-10-06 15:36:06.349369"], ["updated_at", "2016-10-06 15:36:06.349369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae corrupti velit ea fugiat eveniet.\",\"text\":\"We need to program the solid state THX program!\"}"], ["created_at", "2016-10-06 15:36:06.350303"], ["updated_at", "2016-10-06 15:36:06.350303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta maiores molestiae vero.\",\"text\":\"I'll copy the solid state IB matrix, that should hard drive the ADP system!\"}"], ["created_at", "2016-10-06 15:36:06.351262"], ["updated_at", "2016-10-06 15:36:06.351262"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti qui consectetur et vero doloremque quae.\",\"text\":\"Overriding the capacitor won't do anything, we need to transmit the optical sas transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.352198"], ["updated_at", "2016-10-06 15:36:06.352198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia consequuntur voluptates dolorem vel.\",\"text\":\"If we hack the card, we can get to the COM interface through the neural SSL bus!\"}"], ["created_at", "2016-10-06 15:36:06.353078"], ["updated_at", "2016-10-06 15:36:06.353078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptatibus laboriosam laborum vitae ut.\",\"text\":\"Connecting the protocol won't do anything, we need to reboot the online png feed!\"}"], ["created_at", "2016-10-06 15:36:06.353958"], ["updated_at", "2016-10-06 15:36:06.353958"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident aliquid est harum deserunt est.\",\"text\":\"Try to back up the PNG bandwidth, maybe it will input the back-end program!\"}"], ["created_at", "2016-10-06 15:36:06.354888"], ["updated_at", "2016-10-06 15:36:06.354888"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem tempore alias ratione atque.\",\"text\":\"Use the haptic TCP application, then you can quantify the cross-platform monitor!\"}"], ["created_at", "2016-10-06 15:36:06.355778"], ["updated_at", "2016-10-06 15:36:06.355778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt architecto ipsa maiores dolorum quis.\",\"text\":\"The ADP system is down, navigate the solid state driver so we can reboot the RAM alarm!\"}"], ["created_at", "2016-10-06 15:36:06.356658"], ["updated_at", "2016-10-06 15:36:06.356658"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In et cupiditate earum illo qui et voluptatem.\",\"text\":\"Parsing the bus won't do anything, we need to calculate the online thx bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.357872"], ["updated_at", "2016-10-06 15:36:06.357872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quisquam nihil non iusto.\",\"text\":\"Quantifying the protocol won't do anything, we need to transmit the solid state sas protocol!\"}"], ["created_at", "2016-10-06 15:36:06.358913"], ["updated_at", "2016-10-06 15:36:06.358913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat in sit dolore pariatur quis.\",\"text\":\"Copying the application won't do anything, we need to navigate the back-end gb bus!\"}"], ["created_at", "2016-10-06 15:36:06.359869"], ["updated_at", "2016-10-06 15:36:06.359869"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi nesciunt necessitatibus.\",\"text\":\"You can't hack the system without hacking the back-end SQL circuit!\"}"], ["created_at", "2016-10-06 15:36:06.360776"], ["updated_at", "2016-10-06 15:36:06.360776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat eaque harum quia est tempora.\",\"text\":\"The HDD bus is down, program the solid state hard drive so we can reboot the SAS array!\"}"], ["created_at", "2016-10-06 15:36:06.361666"], ["updated_at", "2016-10-06 15:36:06.361666"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas cum nam autem itaque.\",\"text\":\"If we override the application, we can get to the RAM circuit through the digital XSS monitor!\"}"], ["created_at", "2016-10-06 15:36:06.362573"], ["updated_at", "2016-10-06 15:36:06.362573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius aut velit animi quis molestiae porro.\",\"text\":\"Use the 1080p SAS panel, then you can compress the neural microchip!\"}"], ["created_at", "2016-10-06 15:36:06.363474"], ["updated_at", "2016-10-06 15:36:06.363474"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore assumenda similique aut nihil aut.\",\"text\":\"Use the digital PCI panel, then you can input the back-end bus!\"}"], ["created_at", "2016-10-06 15:36:06.364364"], ["updated_at", "2016-10-06 15:36:06.364364"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum in minus error voluptas quia aliquam et.\",\"text\":\"The JSON application is down, index the back-end driver so we can calculate the XML capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.365256"], ["updated_at", "2016-10-06 15:36:06.365256"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit vitae doloribus autem perspiciatis.\",\"text\":\"The SQL hard drive is down, input the optical port so we can input the TCP firewall!\"}"], ["created_at", "2016-10-06 15:36:06.366180"], ["updated_at", "2016-10-06 15:36:06.366180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt et nostrum.\",\"text\":\"The RAM program is down, input the mobile bus so we can program the RAM capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.367166"], ["updated_at", "2016-10-06 15:36:06.367166"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis excepturi ut omnis.\",\"text\":\"I'll navigate the auxiliary PNG system, that should sensor the RSS program!\"}"], ["created_at", "2016-10-06 15:36:06.368078"], ["updated_at", "2016-10-06 15:36:06.368078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque ducimus id dolor nulla.\",\"text\":\"I'll index the cross-platform SDD card, that should card the JBOD bus!\"}"], ["created_at", "2016-10-06 15:36:06.368980"], ["updated_at", "2016-10-06 15:36:06.368980"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et occaecati laudantium et possimus rem quia molestiae.\",\"text\":\"The SMTP transmitter is down, reboot the bluetooth card so we can input the XSS matrix!\"}"], ["created_at", "2016-10-06 15:36:06.369882"], ["updated_at", "2016-10-06 15:36:06.369882"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos rem pariatur.\",\"text\":\"If we bypass the application, we can get to the HTTP matrix through the solid state XML application!\"}"], ["created_at", "2016-10-06 15:36:06.371389"], ["updated_at", "2016-10-06 15:36:06.371389"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores dolores earum quia enim.\",\"text\":\"The SMS bus is down, quantify the back-end driver so we can calculate the COM sensor!\"}"], ["created_at", "2016-10-06 15:36:06.373218"], ["updated_at", "2016-10-06 15:36:06.373218"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione ducimus est placeat iure reprehenderit maxime corrupti.\",\"text\":\"The COM system is down, transmit the wireless sensor so we can navigate the XML circuit!\"}"], ["created_at", "2016-10-06 15:36:06.374960"], ["updated_at", "2016-10-06 15:36:06.374960"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore ut suscipit.\",\"text\":\"I'll synthesize the solid state RSS transmitter, that should hard drive the FTP firewall!\"}"], ["created_at", "2016-10-06 15:36:06.375987"], ["updated_at", "2016-10-06 15:36:06.375987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis et non provident reiciendis esse aut molestias.\",\"text\":\"Use the solid state JSON panel, then you can reboot the bluetooth application!\"}"], ["created_at", "2016-10-06 15:36:06.376918"], ["updated_at", "2016-10-06 15:36:06.376918"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed eveniet veniam.\",\"text\":\"Transmitting the protocol won't do anything, we need to input the solid state ai bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.377895"], ["updated_at", "2016-10-06 15:36:06.377895"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est illo repudiandae impedit dolor.\",\"text\":\"I'll bypass the cross-platform PNG protocol, that should monitor the EXE sensor!\"}"], ["created_at", "2016-10-06 15:36:06.379063"], ["updated_at", "2016-10-06 15:36:06.379063"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae optio accusantium omnis non dicta.\",\"text\":\"Use the solid state AGP protocol, then you can connect the cross-platform program!\"}"], ["created_at", "2016-10-06 15:36:06.380243"], ["updated_at", "2016-10-06 15:36:06.380243"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae et ratione in.\",\"text\":\"Try to generate the RSS panel, maybe it will hack the auxiliary alarm!\"}"], ["created_at", "2016-10-06 15:36:06.381970"], ["updated_at", "2016-10-06 15:36:06.381970"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit eos tempora quo rerum cupiditate.\",\"text\":\"Use the solid state SCSI microchip, then you can compress the bluetooth capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.383443"], ["updated_at", "2016-10-06 15:36:06.383443"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias quidem nihil ut perspiciatis distinctio id.\",\"text\":\"If we transmit the alarm, we can get to the THX firewall through the wireless AI program!\"}"], ["created_at", "2016-10-06 15:36:06.386259"], ["updated_at", "2016-10-06 15:36:06.386259"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis in iure dolore temporibus.\",\"text\":\"We need to synthesize the digital RSS system!\"}"], ["created_at", "2016-10-06 15:36:06.388497"], ["updated_at", "2016-10-06 15:36:06.388497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores officiis consequatur sequi voluptatibus eius.\",\"text\":\"You can't back up the sensor without overriding the mobile SMTP program!\"}"], ["created_at", "2016-10-06 15:36:06.390488"], ["updated_at", "2016-10-06 15:36:06.390488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vel assumenda quam odio suscipit tempora non.\",\"text\":\"Try to back up the XML bandwidth, maybe it will calculate the redundant driver!\"}"], ["created_at", "2016-10-06 15:36:06.391526"], ["updated_at", "2016-10-06 15:36:06.391526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio ab quaerat amet aut modi laborum.\",\"text\":\"We need to parse the redundant AGP microchip!\"}"], ["created_at", "2016-10-06 15:36:06.392433"], ["updated_at", "2016-10-06 15:36:06.392433"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit est sunt quos dignissimos neque voluptatem.\",\"text\":\"I'll bypass the mobile COM protocol, that should monitor the SMTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.393337"], ["updated_at", "2016-10-06 15:36:06.393337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic quis libero.\",\"text\":\"We need to synthesize the wireless SSL protocol!\"}"], ["created_at", "2016-10-06 15:36:06.394263"], ["updated_at", "2016-10-06 15:36:06.394263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum occaecati ad et illum dolorum.\",\"text\":\"Navigating the port won't do anything, we need to synthesize the wireless json program!\"}"], ["created_at", "2016-10-06 15:36:06.395167"], ["updated_at", "2016-10-06 15:36:06.395167"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam sit tenetur et quos soluta suscipit numquam.\",\"text\":\"You can't back up the capacitor without backing up the cross-platform SAS microchip!\"}"], ["created_at", "2016-10-06 15:36:06.396045"], ["updated_at", "2016-10-06 15:36:06.396045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita natus corrupti beatae iste et.\",\"text\":\"The SAS panel is down, override the virtual transmitter so we can hack the GB card!\"}"], ["created_at", "2016-10-06 15:36:06.396927"], ["updated_at", "2016-10-06 15:36:06.396927"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi quis nostrum quam.\",\"text\":\"Generating the card won't do anything, we need to generate the primary sas bus!\"}"], ["created_at", "2016-10-06 15:36:06.397865"], ["updated_at", "2016-10-06 15:36:06.397865"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt repellat eos vitae sed quia.\",\"text\":\"You can't parse the matrix without compressing the primary COM driver!\"}"], ["created_at", "2016-10-06 15:36:06.398855"], ["updated_at", "2016-10-06 15:36:06.398855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit inventore necessitatibus porro et assumenda qui eum.\",\"text\":\"We need to compress the digital SSL microchip!\"}"], ["created_at", "2016-10-06 15:36:06.399890"], ["updated_at", "2016-10-06 15:36:06.399890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet vel labore sed ipsa nihil velit.\",\"text\":\"Use the virtual JBOD alarm, then you can navigate the optical pixel!\"}"], ["created_at", "2016-10-06 15:36:06.400818"], ["updated_at", "2016-10-06 15:36:06.400818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero consequatur suscipit.\",\"text\":\"Overriding the application won't do anything, we need to program the redundant png application!\"}"], ["created_at", "2016-10-06 15:36:06.401932"], ["updated_at", "2016-10-06 15:36:06.401932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem aut soluta reiciendis qui aliquam id voluptatem.\",\"text\":\"Indexing the interface won't do anything, we need to quantify the neural scsi port!\"}"], ["created_at", "2016-10-06 15:36:06.402924"], ["updated_at", "2016-10-06 15:36:06.402924"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolores qui ut assumenda omnis inventore et.\",\"text\":\"I'll override the auxiliary THX matrix, that should protocol the SMTP protocol!\"}"], ["created_at", "2016-10-06 15:36:06.403828"], ["updated_at", "2016-10-06 15:36:06.403828"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor molestias nihil quod architecto.\",\"text\":\"We need to parse the primary SMTP card!\"}"], ["created_at", "2016-10-06 15:36:06.404705"], ["updated_at", "2016-10-06 15:36:06.404705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt nobis ut sunt enim ut.\",\"text\":\"You can't bypass the circuit without synthesizing the neural RSS sensor!\"}"], ["created_at", "2016-10-06 15:36:06.405574"], ["updated_at", "2016-10-06 15:36:06.405574"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus accusamus odio.\",\"text\":\"I'll copy the neural SCSI interface, that should system the RAM driver!\"}"], ["created_at", "2016-10-06 15:36:06.406476"], ["updated_at", "2016-10-06 15:36:06.406476"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem qui exercitationem id architecto consequatur numquam deleniti.\",\"text\":\"You can't input the circuit without navigating the open-source SMTP firewall!\"}"], ["created_at", "2016-10-06 15:36:06.407352"], ["updated_at", "2016-10-06 15:36:06.407352"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis ipsum pariatur hic ut.\",\"text\":\"The SMS program is down, quantify the auxiliary program so we can calculate the SMTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.408218"], ["updated_at", "2016-10-06 15:36:06.408218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam rem quis.\",\"text\":\"Generating the protocol won't do anything, we need to bypass the multi-byte usb circuit!\"}"], ["created_at", "2016-10-06 15:36:06.409092"], ["updated_at", "2016-10-06 15:36:06.409092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae enim occaecati.\",\"text\":\"The XSS hard drive is down, program the solid state capacitor so we can compress the XSS protocol!\"}"], ["created_at", "2016-10-06 15:36:06.410003"], ["updated_at", "2016-10-06 15:36:06.410003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ducimus tempora vitae in.\",\"text\":\"We need to override the open-source COM program!\"}"], ["created_at", "2016-10-06 15:36:06.410894"], ["updated_at", "2016-10-06 15:36:06.410894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias autem ipsam inventore et vitae consequatur laborum.\",\"text\":\"If we connect the interface, we can get to the COM interface through the bluetooth SSL driver!\"}"], ["created_at", "2016-10-06 15:36:06.411769"], ["updated_at", "2016-10-06 15:36:06.411769"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus quisquam assumenda vel quibusdam dignissimos.\",\"text\":\"I'll navigate the multi-byte COM alarm, that should transmitter the SMTP interface!\"}"], ["created_at", "2016-10-06 15:36:06.412641"], ["updated_at", "2016-10-06 15:36:06.412641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor enim dolores eaque dolore corrupti omnis aut.\",\"text\":\"We need to generate the back-end JSON sensor!\"}"], ["created_at", "2016-10-06 15:36:06.413522"], ["updated_at", "2016-10-06 15:36:06.413522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus est vero ipsam.\",\"text\":\"Use the redundant JBOD bandwidth, then you can quantify the back-end circuit!\"}"], ["created_at", "2016-10-06 15:36:06.414403"], ["updated_at", "2016-10-06 15:36:06.414403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo velit dolores accusantium consequatur.\",\"text\":\"Connecting the microchip won't do anything, we need to calculate the solid state hdd circuit!\"}"], ["created_at", "2016-10-06 15:36:06.415277"], ["updated_at", "2016-10-06 15:36:06.415277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius dolorem sunt.\",\"text\":\"We need to parse the cross-platform RAM matrix!\"}"], ["created_at", "2016-10-06 15:36:06.416211"], ["updated_at", "2016-10-06 15:36:06.416211"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam labore et temporibus.\",\"text\":\"Use the wireless SMTP circuit, then you can synthesize the wireless panel!\"}"], ["created_at", "2016-10-06 15:36:06.417108"], ["updated_at", "2016-10-06 15:36:06.417108"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex repellendus deleniti.\",\"text\":\"Try to override the SAS driver, maybe it will calculate the virtual bus!\"}"], ["created_at", "2016-10-06 15:36:06.418018"], ["updated_at", "2016-10-06 15:36:06.418018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto magni nisi voluptas.\",\"text\":\"We need to back up the neural RAM array!\"}"], ["created_at", "2016-10-06 15:36:06.418960"], ["updated_at", "2016-10-06 15:36:06.418960"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem quos quam sapiente recusandae.\",\"text\":\"Try to program the RAM application, maybe it will compress the haptic transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.419849"], ["updated_at", "2016-10-06 15:36:06.419849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo cumque necessitatibus incidunt eos ratione.\",\"text\":\"You can't bypass the transmitter without synthesizing the multi-byte JSON matrix!\"}"], ["created_at", "2016-10-06 15:36:06.420753"], ["updated_at", "2016-10-06 15:36:06.420753"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero reprehenderit deserunt repudiandae maxime.\",\"text\":\"Try to input the TCP driver, maybe it will index the virtual firewall!\"}"], ["created_at", "2016-10-06 15:36:06.421676"], ["updated_at", "2016-10-06 15:36:06.421676"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut et deserunt veniam illum in ut.\",\"text\":\"Use the mobile EXE program, then you can reboot the optical program!\"}"], ["created_at", "2016-10-06 15:36:06.422590"], ["updated_at", "2016-10-06 15:36:06.422590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam iste totam rerum sint ipsam incidunt sequi.\",\"text\":\"You can't generate the matrix without bypassing the haptic RSS port!\"}"], ["created_at", "2016-10-06 15:36:06.423473"], ["updated_at", "2016-10-06 15:36:06.423473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut est voluptatem qui dolore facilis harum.\",\"text\":\"You can't navigate the program without hacking the optical SSL microchip!\"}"], ["created_at", "2016-10-06 15:36:06.424368"], ["updated_at", "2016-10-06 15:36:06.424368"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae inventore magni est.\",\"text\":\"Transmitting the pixel won't do anything, we need to transmit the online agp circuit!\"}"], ["created_at", "2016-10-06 15:36:06.425247"], ["updated_at", "2016-10-06 15:36:06.425247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sit maiores dolores molestiae similique molestiae.\",\"text\":\"I'll quantify the auxiliary GB hard drive, that should capacitor the EXE port!\"}"], ["created_at", "2016-10-06 15:36:06.426175"], ["updated_at", "2016-10-06 15:36:06.426175"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio explicabo vero et consequuntur provident et voluptatum.\",\"text\":\"If we back up the array, we can get to the THX protocol through the cross-platform FTP feed!\"}"], ["created_at", "2016-10-06 15:36:06.427072"], ["updated_at", "2016-10-06 15:36:06.427072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam quia beatae nihil.\",\"text\":\"If we reboot the interface, we can get to the JBOD sensor through the multi-byte PCI firewall!\"}"], ["created_at", "2016-10-06 15:36:06.427956"], ["updated_at", "2016-10-06 15:36:06.427956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem eveniet sunt id doloribus quibusdam corporis at.\",\"text\":\"Try to generate the SQL alarm, maybe it will connect the auxiliary port!\"}"], ["created_at", "2016-10-06 15:36:06.428853"], ["updated_at", "2016-10-06 15:36:06.428853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est omnis voluptatem ad minima.\",\"text\":\"You can't program the alarm without quantifying the auxiliary PCI alarm!\"}"], ["created_at", "2016-10-06 15:36:06.429759"], ["updated_at", "2016-10-06 15:36:06.429759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae hic impedit veritatis sed placeat animi.\",\"text\":\"If we synthesize the port, we can get to the ADP pixel through the redundant SMS system!\"}"], ["created_at", "2016-10-06 15:36:06.430639"], ["updated_at", "2016-10-06 15:36:06.430639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptas voluptatem omnis unde id quos molestiae.\",\"text\":\"We need to parse the primary PNG program!\"}"], ["created_at", "2016-10-06 15:36:06.431520"], ["updated_at", "2016-10-06 15:36:06.431520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim modi maiores corporis voluptatum rerum.\",\"text\":\"If we generate the sensor, we can get to the THX firewall through the neural HTTP alarm!\"}"], ["created_at", "2016-10-06 15:36:06.432440"], ["updated_at", "2016-10-06 15:36:06.432440"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit omnis illum voluptates veritatis quis laboriosam.\",\"text\":\"Use the primary IB microchip, then you can bypass the virtual application!\"}"], ["created_at", "2016-10-06 15:36:06.433344"], ["updated_at", "2016-10-06 15:36:06.433344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione aut sit nihil et.\",\"text\":\"You can't parse the bandwidth without synthesizing the bluetooth ADP hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.434267"], ["updated_at", "2016-10-06 15:36:06.434267"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In praesentium doloremque sint nihil et.\",\"text\":\"Use the online XSS driver, then you can hack the haptic interface!\"}"], ["created_at", "2016-10-06 15:36:06.435180"], ["updated_at", "2016-10-06 15:36:06.435180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit molestiae voluptas natus maiores consectetur.\",\"text\":\"We need to connect the solid state CSS pixel!\"}"], ["created_at", "2016-10-06 15:36:06.436051"], ["updated_at", "2016-10-06 15:36:06.436051"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur nobis et voluptas qui.\",\"text\":\"The RSS driver is down, program the optical firewall so we can quantify the USB transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.436945"], ["updated_at", "2016-10-06 15:36:06.436945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil itaque et ea ex.\",\"text\":\"Use the digital HTTP circuit, then you can quantify the redundant bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.437824"], ["updated_at", "2016-10-06 15:36:06.437824"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo eum amet quam quis.\",\"text\":\"Use the solid state SSL port, then you can hack the mobile hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.438742"], ["updated_at", "2016-10-06 15:36:06.438742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur maiores hic et mollitia ipsa molestiae.\",\"text\":\"Transmitting the firewall won't do anything, we need to hack the virtual css application!\"}"], ["created_at", "2016-10-06 15:36:06.439633"], ["updated_at", "2016-10-06 15:36:06.439633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor repellat ab deserunt et tenetur aliquid aut.\",\"text\":\"I'll synthesize the digital SCSI bus, that should feed the ADP program!\"}"], ["created_at", "2016-10-06 15:36:06.440511"], ["updated_at", "2016-10-06 15:36:06.440511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum veritatis ut quia quis amet molestiae molestias.\",\"text\":\"The SDD driver is down, quantify the open-source firewall so we can input the XSS circuit!\"}"], ["created_at", "2016-10-06 15:36:06.441398"], ["updated_at", "2016-10-06 15:36:06.441398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus est quisquam sed reiciendis et nostrum qui.\",\"text\":\"Use the haptic FTP circuit, then you can compress the virtual program!\"}"], ["created_at", "2016-10-06 15:36:06.442313"], ["updated_at", "2016-10-06 15:36:06.442313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis labore et soluta possimus.\",\"text\":\"You can't calculate the card without hacking the online HTTP matrix!\"}"], ["created_at", "2016-10-06 15:36:06.443223"], ["updated_at", "2016-10-06 15:36:06.443223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sunt laborum fugiat soluta iusto rem autem.\",\"text\":\"Try to hack the SMS array, maybe it will navigate the digital microchip!\"}"], ["created_at", "2016-10-06 15:36:06.444123"], ["updated_at", "2016-10-06 15:36:06.444123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt iusto sit totam vel non quasi magni.\",\"text\":\"We need to bypass the neural AI card!\"}"], ["created_at", "2016-10-06 15:36:06.445002"], ["updated_at", "2016-10-06 15:36:06.445002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit dignissimos voluptas sint voluptatem laudantium.\",\"text\":\"If we compress the protocol, we can get to the EXE interface through the open-source AGP bus!\"}"], ["created_at", "2016-10-06 15:36:06.445883"], ["updated_at", "2016-10-06 15:36:06.445883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae qui aperiam ad sint enim.\",\"text\":\"Transmitting the bandwidth won't do anything, we need to connect the haptic hdd card!\"}"], ["created_at", "2016-10-06 15:36:06.446796"], ["updated_at", "2016-10-06 15:36:06.446796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam dolorem reprehenderit libero recusandae.\",\"text\":\"You can't navigate the bus without programming the wireless JSON port!\"}"], ["created_at", "2016-10-06 15:36:06.447688"], ["updated_at", "2016-10-06 15:36:06.447688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt aut repellat iure.\",\"text\":\"I'll reboot the digital THX protocol, that should feed the GB sensor!\"}"], ["created_at", "2016-10-06 15:36:06.448622"], ["updated_at", "2016-10-06 15:36:06.448622"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores incidunt eos aut vel qui minus.\",\"text\":\"The XML hard drive is down, hack the primary feed so we can generate the RAM alarm!\"}"], ["created_at", "2016-10-06 15:36:06.449506"], ["updated_at", "2016-10-06 15:36:06.449506"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi dolor ea beatae accusantium est eum non.\",\"text\":\"The HDD port is down, hack the optical circuit so we can navigate the PCI driver!\"}"], ["created_at", "2016-10-06 15:36:06.450433"], ["updated_at", "2016-10-06 15:36:06.450433"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis velit mollitia deserunt eos.\",\"text\":\"I'll navigate the cross-platform XSS interface, that should pixel the RSS pixel!\"}"], ["created_at", "2016-10-06 15:36:06.451344"], ["updated_at", "2016-10-06 15:36:06.451344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit minus est sed a beatae harum voluptatibus.\",\"text\":\"If we bypass the panel, we can get to the HTTP feed through the 1080p XML feed!\"}"], ["created_at", "2016-10-06 15:36:06.452257"], ["updated_at", "2016-10-06 15:36:06.452257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam omnis et velit dignissimos voluptatibus ut.\",\"text\":\"The SDD bandwidth is down, input the digital port so we can bypass the COM port!\"}"], ["created_at", "2016-10-06 15:36:06.453151"], ["updated_at", "2016-10-06 15:36:06.453151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem dicta sunt et voluptates voluptate.\",\"text\":\"Try to parse the CSS monitor, maybe it will back up the auxiliary panel!\"}"], ["created_at", "2016-10-06 15:36:06.454033"], ["updated_at", "2016-10-06 15:36:06.454033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt odio temporibus aliquam sint.\",\"text\":\"Try to parse the GB monitor, maybe it will index the bluetooth monitor!\"}"], ["created_at", "2016-10-06 15:36:06.454935"], ["updated_at", "2016-10-06 15:36:06.454935"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem hic quis.\",\"text\":\"I'll back up the wireless SDD firewall, that should transmitter the SAS hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.455844"], ["updated_at", "2016-10-06 15:36:06.455844"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio repellendus nemo.\",\"text\":\"You can't navigate the alarm without compressing the cross-platform XSS feed!\"}"], ["created_at", "2016-10-06 15:36:06.456754"], ["updated_at", "2016-10-06 15:36:06.456754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat officia sunt.\",\"text\":\"You can't compress the microchip without transmitting the virtual GB matrix!\"}"], ["created_at", "2016-10-06 15:36:06.457629"], ["updated_at", "2016-10-06 15:36:06.457629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil tenetur voluptas minima.\",\"text\":\"The GB pixel is down, synthesize the solid state bandwidth so we can hack the CSS matrix!\"}"], ["created_at", "2016-10-06 15:36:06.458521"], ["updated_at", "2016-10-06 15:36:06.458521"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque voluptatem dolores praesentium.\",\"text\":\"We need to compress the multi-byte SMS sensor!\"}"], ["created_at", "2016-10-06 15:36:06.459405"], ["updated_at", "2016-10-06 15:36:06.459405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate aut veritatis eius temporibus.\",\"text\":\"Synthesizing the port won't do anything, we need to connect the optical gb feed!\"}"], ["created_at", "2016-10-06 15:36:06.460320"], ["updated_at", "2016-10-06 15:36:06.460320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur praesentium debitis.\",\"text\":\"We need to reboot the back-end JBOD alarm!\"}"], ["created_at", "2016-10-06 15:36:06.461204"], ["updated_at", "2016-10-06 15:36:06.461204"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui aliquam sunt.\",\"text\":\"We need to reboot the neural THX interface!\"}"], ["created_at", "2016-10-06 15:36:06.462068"], ["updated_at", "2016-10-06 15:36:06.462068"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil nulla illum harum.\",\"text\":\"I'll index the online PCI system, that should pixel the AI system!\"}"], ["created_at", "2016-10-06 15:36:06.462965"], ["updated_at", "2016-10-06 15:36:06.462965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae perspiciatis quis id quia sunt expedita.\",\"text\":\"Use the back-end SQL program, then you can navigate the haptic monitor!\"}"], ["created_at", "2016-10-06 15:36:06.463838"], ["updated_at", "2016-10-06 15:36:06.463838"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae ipsa harum enim doloribus beatae voluptatem eveniet.\",\"text\":\"We need to copy the wireless EXE program!\"}"], ["created_at", "2016-10-06 15:36:06.464785"], ["updated_at", "2016-10-06 15:36:06.464785"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit tenetur deserunt.\",\"text\":\"We need to back up the wireless SDD alarm!\"}"], ["created_at", "2016-10-06 15:36:06.465818"], ["updated_at", "2016-10-06 15:36:06.465818"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et fuga consequatur quis eveniet et repudiandae.\",\"text\":\"Use the 1080p JSON array, then you can connect the online application!\"}"], ["created_at", "2016-10-06 15:36:06.466991"], ["updated_at", "2016-10-06 15:36:06.466991"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut deserunt tenetur.\",\"text\":\"I'll parse the wireless JBOD interface, that should driver the HDD program!\"}"], ["created_at", "2016-10-06 15:36:06.468505"], ["updated_at", "2016-10-06 15:36:06.468505"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam assumenda accusantium suscipit dicta.\",\"text\":\"The GB matrix is down, copy the virtual protocol so we can quantify the FTP array!\"}"], ["created_at", "2016-10-06 15:36:06.470713"], ["updated_at", "2016-10-06 15:36:06.470713"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum ut et suscipit veniam.\",\"text\":\"If we override the pixel, we can get to the RSS circuit through the solid state SQL alarm!\"}"], ["created_at", "2016-10-06 15:36:06.472098"], ["updated_at", "2016-10-06 15:36:06.472098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae sunt est voluptates similique.\",\"text\":\"I'll connect the auxiliary USB program, that should panel the SMS panel!\"}"], ["created_at", "2016-10-06 15:36:06.473078"], ["updated_at", "2016-10-06 15:36:06.473078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptatem facilis voluptas earum odit dolores necessitatibus.\",\"text\":\"I'll program the wireless FTP matrix, that should array the SDD protocol!\"}"], ["created_at", "2016-10-06 15:36:06.474056"], ["updated_at", "2016-10-06 15:36:06.474056"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis totam a et impedit.\",\"text\":\"We need to synthesize the open-source XML alarm!\"}"], ["created_at", "2016-10-06 15:36:06.475052"], ["updated_at", "2016-10-06 15:36:06.475052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque ducimus placeat nam est illo quo.\",\"text\":\"I'll bypass the 1080p SQL application, that should system the JBOD firewall!\"}"], ["created_at", "2016-10-06 15:36:06.476031"], ["updated_at", "2016-10-06 15:36:06.476031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui facilis quis.\",\"text\":\"You can't parse the interface without programming the auxiliary CSS application!\"}"], ["created_at", "2016-10-06 15:36:06.477027"], ["updated_at", "2016-10-06 15:36:06.477027"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut autem velit temporibus culpa.\",\"text\":\"Navigating the microchip won't do anything, we need to calculate the solid state ib hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.477991"], ["updated_at", "2016-10-06 15:36:06.477991"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic iure error.\",\"text\":\"We need to transmit the multi-byte PNG transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.478972"], ["updated_at", "2016-10-06 15:36:06.478972"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id voluptas fugiat similique doloribus illo.\",\"text\":\"We need to hack the optical HTTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.479918"], ["updated_at", "2016-10-06 15:36:06.479918"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam sapiente autem ratione praesentium.\",\"text\":\"If we back up the microchip, we can get to the IB protocol through the optical ADP program!\"}"], ["created_at", "2016-10-06 15:36:06.480913"], ["updated_at", "2016-10-06 15:36:06.480913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At aliquid eligendi eos nostrum reiciendis ut.\",\"text\":\"Navigating the microchip won't do anything, we need to synthesize the optical rss matrix!\"}"], ["created_at", "2016-10-06 15:36:06.481830"], ["updated_at", "2016-10-06 15:36:06.481830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed non repellat sit quisquam ea rerum.\",\"text\":\"If we copy the pixel, we can get to the JBOD protocol through the multi-byte SCSI matrix!\"}"], ["created_at", "2016-10-06 15:36:06.482734"], ["updated_at", "2016-10-06 15:36:06.482734"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt ad sint et reprehenderit adipisci.\",\"text\":\"Try to generate the AGP card, maybe it will index the cross-platform system!\"}"], ["created_at", "2016-10-06 15:36:06.483650"], ["updated_at", "2016-10-06 15:36:06.483650"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut soluta laborum sapiente libero rerum harum illo.\",\"text\":\"The SAS monitor is down, calculate the auxiliary circuit so we can navigate the SSL interface!\"}"], ["created_at", "2016-10-06 15:36:06.484647"], ["updated_at", "2016-10-06 15:36:06.484647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque laboriosam quo vitae tempora aliquid.\",\"text\":\"We need to input the primary SSL card!\"}"], ["created_at", "2016-10-06 15:36:06.485572"], ["updated_at", "2016-10-06 15:36:06.485572"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem sunt dolor voluptas est ut et.\",\"text\":\"You can't index the card without connecting the 1080p JSON protocol!\"}"], ["created_at", "2016-10-06 15:36:06.486499"], ["updated_at", "2016-10-06 15:36:06.486499"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et libero illum tempore.\",\"text\":\"Use the open-source TCP interface, then you can index the multi-byte program!\"}"], ["created_at", "2016-10-06 15:36:06.487512"], ["updated_at", "2016-10-06 15:36:06.487512"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas consequatur qui perferendis tenetur voluptate est.\",\"text\":\"If we reboot the sensor, we can get to the PCI port through the virtual EXE sensor!\"}"], ["created_at", "2016-10-06 15:36:06.488571"], ["updated_at", "2016-10-06 15:36:06.488571"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quaerat quo eum.\",\"text\":\"You can't override the capacitor without transmitting the 1080p SCSI firewall!\"}"], ["created_at", "2016-10-06 15:36:06.489550"], ["updated_at", "2016-10-06 15:36:06.489550"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente asperiores consequatur.\",\"text\":\"Try to copy the CSS firewall, maybe it will back up the optical system!\"}"], ["created_at", "2016-10-06 15:36:06.490528"], ["updated_at", "2016-10-06 15:36:06.490528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos nostrum modi inventore.\",\"text\":\"Use the redundant SDD matrix, then you can connect the mobile driver!\"}"], ["created_at", "2016-10-06 15:36:06.491495"], ["updated_at", "2016-10-06 15:36:06.491495"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui occaecati.\",\"text\":\"The RSS port is down, navigate the wireless system so we can copy the SSL firewall!\"}"], ["created_at", "2016-10-06 15:36:06.492558"], ["updated_at", "2016-10-06 15:36:06.492558"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui velit a dolores quam ratione.\",\"text\":\"We need to generate the digital AGP capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.493592"], ["updated_at", "2016-10-06 15:36:06.493592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptatem molestiae animi quia nihil incidunt delectus.\",\"text\":\"We need to hack the redundant RSS array!\"}"], ["created_at", "2016-10-06 15:36:06.494623"], ["updated_at", "2016-10-06 15:36:06.494623"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo veniam ipsum asperiores minima doloremque.\",\"text\":\"Parsing the panel won't do anything, we need to transmit the redundant smtp protocol!\"}"], ["created_at", "2016-10-06 15:36:06.495604"], ["updated_at", "2016-10-06 15:36:06.495604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis repellat odio eos distinctio optio velit.\",\"text\":\"Try to bypass the PNG circuit, maybe it will override the neural firewall!\"}"], ["created_at", "2016-10-06 15:36:06.496600"], ["updated_at", "2016-10-06 15:36:06.496600"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam corrupti laudantium aut laborum atque et qui.\",\"text\":\"If we program the protocol, we can get to the GB program through the bluetooth XML port!\"}"], ["created_at", "2016-10-06 15:36:06.497537"], ["updated_at", "2016-10-06 15:36:06.497537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit numquam laboriosam quaerat.\",\"text\":\"Use the neural RSS microchip, then you can navigate the haptic port!\"}"], ["created_at", "2016-10-06 15:36:06.498468"], ["updated_at", "2016-10-06 15:36:06.498468"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque enim facilis quia.\",\"text\":\"The XSS circuit is down, program the optical matrix so we can bypass the GB alarm!\"}"], ["created_at", "2016-10-06 15:36:06.499359"], ["updated_at", "2016-10-06 15:36:06.499359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et neque dignissimos vitae sed et rerum.\",\"text\":\"Overriding the capacitor won't do anything, we need to back up the haptic thx card!\"}"], ["created_at", "2016-10-06 15:36:06.500263"], ["updated_at", "2016-10-06 15:36:06.500263"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium et quos.\",\"text\":\"Hacking the application won't do anything, we need to reboot the cross-platform json circuit!\"}"], ["created_at", "2016-10-06 15:36:06.501162"], ["updated_at", "2016-10-06 15:36:06.501162"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In molestias sed nemo possimus.\",\"text\":\"If we override the application, we can get to the EXE circuit through the online USB microchip!\"}"], ["created_at", "2016-10-06 15:36:06.502169"], ["updated_at", "2016-10-06 15:36:06.502169"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor in sed itaque delectus laudantium.\",\"text\":\"Use the haptic AI interface, then you can override the redundant interface!\"}"], ["created_at", "2016-10-06 15:36:06.503256"], ["updated_at", "2016-10-06 15:36:06.503256"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore impedit cumque accusamus alias.\",\"text\":\"Try to override the RSS hard drive, maybe it will calculate the multi-byte application!\"}"], ["created_at", "2016-10-06 15:36:06.504240"], ["updated_at", "2016-10-06 15:36:06.504240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit qui repudiandae veritatis.\",\"text\":\"Use the back-end RAM bus, then you can program the solid state card!\"}"], ["created_at", "2016-10-06 15:36:06.505251"], ["updated_at", "2016-10-06 15:36:06.505251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut tenetur necessitatibus odit cupiditate voluptates in quia.\",\"text\":\"Use the open-source THX firewall, then you can navigate the redundant system!\"}"], ["created_at", "2016-10-06 15:36:06.506282"], ["updated_at", "2016-10-06 15:36:06.506282"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt qui similique voluptatem est reprehenderit.\",\"text\":\"Overriding the hard drive won't do anything, we need to navigate the wireless ai matrix!\"}"], ["created_at", "2016-10-06 15:36:06.507355"], ["updated_at", "2016-10-06 15:36:06.507355"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas harum ut enim.\",\"text\":\"We need to copy the mobile GB monitor!\"}"], ["created_at", "2016-10-06 15:36:06.508348"], ["updated_at", "2016-10-06 15:36:06.508348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae occaecati dolor atque nesciunt optio explicabo maiores.\",\"text\":\"Compressing the hard drive won't do anything, we need to parse the online xml panel!\"}"], ["created_at", "2016-10-06 15:36:06.509381"], ["updated_at", "2016-10-06 15:36:06.509381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit assumenda sed illum.\",\"text\":\"Quantifying the protocol won't do anything, we need to copy the haptic scsi feed!\"}"], ["created_at", "2016-10-06 15:36:06.510459"], ["updated_at", "2016-10-06 15:36:06.510459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure facilis rerum rem modi autem libero.\",\"text\":\"You can't parse the application without bypassing the back-end SMTP alarm!\"}"], ["created_at", "2016-10-06 15:36:06.511395"], ["updated_at", "2016-10-06 15:36:06.511395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut consequatur numquam.\",\"text\":\"Calculating the bus won't do anything, we need to input the bluetooth hdd interface!\"}"], ["created_at", "2016-10-06 15:36:06.512284"], ["updated_at", "2016-10-06 15:36:06.512284"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere saepe iste officia culpa minima harum.\",\"text\":\"If we input the driver, we can get to the JSON microchip through the redundant HDD protocol!\"}"], ["created_at", "2016-10-06 15:36:06.513202"], ["updated_at", "2016-10-06 15:36:06.513202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis suscipit ea nemo consectetur.\",\"text\":\"I'll input the auxiliary SQL sensor, that should matrix the EXE bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.514136"], ["updated_at", "2016-10-06 15:36:06.514136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga a consectetur saepe dolor aut enim et.\",\"text\":\"Try to hack the GB firewall, maybe it will transmit the online bus!\"}"], ["created_at", "2016-10-06 15:36:06.515054"], ["updated_at", "2016-10-06 15:36:06.515054"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur saepe et aut ut mollitia.\",\"text\":\"Try to input the JSON bandwidth, maybe it will connect the digital transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.515962"], ["updated_at", "2016-10-06 15:36:06.515962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui facilis autem est.\",\"text\":\"Use the bluetooth SMS alarm, then you can connect the 1080p sensor!\"}"], ["created_at", "2016-10-06 15:36:06.516851"], ["updated_at", "2016-10-06 15:36:06.516851"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis numquam magni.\",\"text\":\"Use the redundant RSS sensor, then you can connect the multi-byte capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.517799"], ["updated_at", "2016-10-06 15:36:06.517799"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non dolores quam corrupti dolorem.\",\"text\":\"If we calculate the microchip, we can get to the SQL application through the haptic XSS sensor!\"}"], ["created_at", "2016-10-06 15:36:06.518742"], ["updated_at", "2016-10-06 15:36:06.518742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt non mollitia minus.\",\"text\":\"Parsing the protocol won't do anything, we need to quantify the wireless smtp feed!\"}"], ["created_at", "2016-10-06 15:36:06.519633"], ["updated_at", "2016-10-06 15:36:06.519633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur harum corrupti doloribus.\",\"text\":\"Use the back-end CSS bus, then you can navigate the multi-byte program!\"}"], ["created_at", "2016-10-06 15:36:06.520511"], ["updated_at", "2016-10-06 15:36:06.520511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias expedita laboriosam ut adipisci necessitatibus.\",\"text\":\"The SMS interface is down, hack the mobile program so we can navigate the JBOD program!\"}"], ["created_at", "2016-10-06 15:36:06.521420"], ["updated_at", "2016-10-06 15:36:06.521420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora qui ea repellendus facilis soluta.\",\"text\":\"Use the wireless SDD card, then you can calculate the cross-platform application!\"}"], ["created_at", "2016-10-06 15:36:06.522327"], ["updated_at", "2016-10-06 15:36:06.522327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos labore numquam nihil nam sed.\",\"text\":\"The SMS matrix is down, transmit the open-source card so we can connect the JBOD port!\"}"], ["created_at", "2016-10-06 15:36:06.523242"], ["updated_at", "2016-10-06 15:36:06.523242"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab labore ad et eveniet.\",\"text\":\"Try to copy the RAM bus, maybe it will hack the wireless driver!\"}"], ["created_at", "2016-10-06 15:36:06.524101"], ["updated_at", "2016-10-06 15:36:06.524101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos rerum delectus culpa et repudiandae in.\",\"text\":\"I'll bypass the primary SCSI panel, that should protocol the EXE capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.525002"], ["updated_at", "2016-10-06 15:36:06.525002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo dolorum qui aut in.\",\"text\":\"I'll connect the primary HTTP interface, that should program the THX driver!\"}"], ["created_at", "2016-10-06 15:36:06.525892"], ["updated_at", "2016-10-06 15:36:06.525892"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis aut voluptatum.\",\"text\":\"Overriding the bus won't do anything, we need to generate the open-source exe circuit!\"}"], ["created_at", "2016-10-06 15:36:06.526807"], ["updated_at", "2016-10-06 15:36:06.526807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui delectus officia.\",\"text\":\"I'll hack the neural GB bus, that should matrix the XSS alarm!\"}"], ["created_at", "2016-10-06 15:36:06.527680"], ["updated_at", "2016-10-06 15:36:06.527680"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur laborum animi.\",\"text\":\"The SCSI matrix is down, connect the auxiliary sensor so we can back up the SQL panel!\"}"], ["created_at", "2016-10-06 15:36:06.528576"], ["updated_at", "2016-10-06 15:36:06.528576"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita est corporis.\",\"text\":\"You can't navigate the interface without indexing the wireless RSS port!\"}"], ["created_at", "2016-10-06 15:36:06.529523"], ["updated_at", "2016-10-06 15:36:06.529523"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et labore cupiditate libero et qui.\",\"text\":\"I'll parse the mobile SSL monitor, that should matrix the THX system!\"}"], ["created_at", "2016-10-06 15:36:06.530465"], ["updated_at", "2016-10-06 15:36:06.530465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum dolorum aut doloribus corrupti nobis quibusdam nulla.\",\"text\":\"Use the neural GB monitor, then you can navigate the multi-byte protocol!\"}"], ["created_at", "2016-10-06 15:36:06.531363"], ["updated_at", "2016-10-06 15:36:06.531363"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem ex qui repellendus sequi quae tempore.\",\"text\":\"The RAM transmitter is down, input the 1080p transmitter so we can compress the EXE transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.532257"], ["updated_at", "2016-10-06 15:36:06.532257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse natus enim unde doloribus sit id.\",\"text\":\"You can't transmit the pixel without indexing the redundant XSS capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.533174"], ["updated_at", "2016-10-06 15:36:06.533174"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime autem eum.\",\"text\":\"Use the mobile JBOD transmitter, then you can bypass the redundant matrix!\"}"], ["created_at", "2016-10-06 15:36:06.534162"], ["updated_at", "2016-10-06 15:36:06.534162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia id eius non fugit sunt et.\",\"text\":\"You can't parse the firewall without parsing the solid state SSL array!\"}"], ["created_at", "2016-10-06 15:36:06.535148"], ["updated_at", "2016-10-06 15:36:06.535148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis ducimus molestiae blanditiis aspernatur odio nisi.\",\"text\":\"Use the wireless THX alarm, then you can bypass the primary protocol!\"}"], ["created_at", "2016-10-06 15:36:06.536077"], ["updated_at", "2016-10-06 15:36:06.536077"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias beatae blanditiis ducimus quia.\",\"text\":\"The AI bandwidth is down, generate the wireless matrix so we can transmit the EXE pixel!\"}"], ["created_at", "2016-10-06 15:36:06.537001"], ["updated_at", "2016-10-06 15:36:06.537001"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium dignissimos omnis laborum illo sunt aliquid.\",\"text\":\"We need to override the haptic SQL sensor!\"}"], ["created_at", "2016-10-06 15:36:06.537944"], ["updated_at", "2016-10-06 15:36:06.537944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi at ut libero voluptas voluptate odit ab.\",\"text\":\"We need to parse the 1080p HTTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.538914"], ["updated_at", "2016-10-06 15:36:06.538914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sed asperiores incidunt.\",\"text\":\"Hacking the array won't do anything, we need to copy the neural tcp interface!\"}"], ["created_at", "2016-10-06 15:36:06.539874"], ["updated_at", "2016-10-06 15:36:06.539874"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta itaque quia architecto deserunt consequatur.\",\"text\":\"We need to reboot the neural RAM capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.550315"], ["updated_at", "2016-10-06 15:36:06.550315"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut libero provident repellendus nemo.\",\"text\":\"I'll navigate the mobile RAM protocol, that should port the HDD hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.551539"], ["updated_at", "2016-10-06 15:36:06.551539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque possimus fugiat expedita ut autem.\",\"text\":\"The IB hard drive is down, navigate the solid state pixel so we can hack the PNG driver!\"}"], ["created_at", "2016-10-06 15:36:06.552482"], ["updated_at", "2016-10-06 15:36:06.552482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur accusamus optio beatae enim et facilis.\",\"text\":\"Try to bypass the JBOD feed, maybe it will back up the open-source feed!\"}"], ["created_at", "2016-10-06 15:36:06.553350"], ["updated_at", "2016-10-06 15:36:06.553350"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi incidunt quas eos autem nemo.\",\"text\":\"I'll override the bluetooth SCSI feed, that should port the AI capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.554221"], ["updated_at", "2016-10-06 15:36:06.554221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus enim neque.\",\"text\":\"Use the virtual PNG program, then you can bypass the primary sensor!\"}"], ["created_at", "2016-10-06 15:36:06.555086"], ["updated_at", "2016-10-06 15:36:06.555086"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti nulla tempora voluptas quos hic nihil totam.\",\"text\":\"I'll override the online PCI application, that should pixel the SCSI sensor!\"}"], ["created_at", "2016-10-06 15:36:06.555949"], ["updated_at", "2016-10-06 15:36:06.555949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi quis dolores sint.\",\"text\":\"I'll navigate the cross-platform EXE port, that should hard drive the PCI feed!\"}"], ["created_at", "2016-10-06 15:36:06.556802"], ["updated_at", "2016-10-06 15:36:06.556802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A ut est.\",\"text\":\"The PNG hard drive is down, input the online array so we can copy the AGP driver!\"}"], ["created_at", "2016-10-06 15:36:06.557664"], ["updated_at", "2016-10-06 15:36:06.557664"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium consequuntur aliquid qui omnis ut fugiat velit.\",\"text\":\"We need to reboot the cross-platform SMTP protocol!\"}"], ["created_at", "2016-10-06 15:36:06.558539"], ["updated_at", "2016-10-06 15:36:06.558539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt vitae atque eos.\",\"text\":\"We need to program the digital SMS bus!\"}"], ["created_at", "2016-10-06 15:36:06.559418"], ["updated_at", "2016-10-06 15:36:06.559418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis voluptatem voluptatibus nisi quod velit.\",\"text\":\"Compressing the circuit won't do anything, we need to generate the virtual json pixel!\"}"], ["created_at", "2016-10-06 15:36:06.560283"], ["updated_at", "2016-10-06 15:36:06.560283"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus rerum assumenda.\",\"text\":\"Use the 1080p PNG alarm, then you can back up the bluetooth card!\"}"], ["created_at", "2016-10-06 15:36:06.561146"], ["updated_at", "2016-10-06 15:36:06.561146"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sed sed autem provident quis unde.\",\"text\":\"If we synthesize the circuit, we can get to the HTTP capacitor through the haptic SDD protocol!\"}"], ["created_at", "2016-10-06 15:36:06.562060"], ["updated_at", "2016-10-06 15:36:06.562060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea at officiis.\",\"text\":\"The GB capacitor is down, input the mobile bus so we can calculate the HDD matrix!\"}"], ["created_at", "2016-10-06 15:36:06.562944"], ["updated_at", "2016-10-06 15:36:06.562944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae libero aliquid omnis mollitia.\",\"text\":\"If we index the monitor, we can get to the SAS bus through the solid state HTTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.563811"], ["updated_at", "2016-10-06 15:36:06.563811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur pariatur odit officia quod doloremque.\",\"text\":\"The SQL bandwidth is down, connect the mobile port so we can connect the RAM bus!\"}"], ["created_at", "2016-10-06 15:36:06.564663"], ["updated_at", "2016-10-06 15:36:06.564663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id ullam sed beatae porro exercitationem ut maxime.\",\"text\":\"Try to reboot the THX card, maybe it will navigate the 1080p hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.565524"], ["updated_at", "2016-10-06 15:36:06.565524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis earum distinctio ea et.\",\"text\":\"I'll index the redundant AI pixel, that should transmitter the IB card!\"}"], ["created_at", "2016-10-06 15:36:06.566393"], ["updated_at", "2016-10-06 15:36:06.566393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus nihil sed cupiditate.\",\"text\":\"I'll connect the haptic SMS interface, that should pixel the COM driver!\"}"], ["created_at", "2016-10-06 15:36:06.567259"], ["updated_at", "2016-10-06 15:36:06.567259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit ut ipsam et qui unde provident voluptate.\",\"text\":\"Use the online TCP port, then you can bypass the primary program!\"}"], ["created_at", "2016-10-06 15:36:06.568127"], ["updated_at", "2016-10-06 15:36:06.568127"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia libero omnis.\",\"text\":\"The SMTP matrix is down, input the mobile driver so we can calculate the CSS pixel!\"}"], ["created_at", "2016-10-06 15:36:06.568996"], ["updated_at", "2016-10-06 15:36:06.568996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae nihil commodi voluptas molestias doloremque iste.\",\"text\":\"Connecting the program won't do anything, we need to index the haptic hdd monitor!\"}"], ["created_at", "2016-10-06 15:36:06.569864"], ["updated_at", "2016-10-06 15:36:06.569864"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam quae laboriosam odit cum porro in inventore.\",\"text\":\"Bypassing the alarm won't do anything, we need to index the haptic hdd matrix!\"}"], ["created_at", "2016-10-06 15:36:06.570750"], ["updated_at", "2016-10-06 15:36:06.570750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus qui voluptatum et totam dolores nulla.\",\"text\":\"The PCI protocol is down, index the digital card so we can hack the IB program!\"}"], ["created_at", "2016-10-06 15:36:06.571609"], ["updated_at", "2016-10-06 15:36:06.571609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et ducimus accusamus deserunt harum.\",\"text\":\"Use the online SDD bus, then you can navigate the wireless system!\"}"], ["created_at", "2016-10-06 15:36:06.572472"], ["updated_at", "2016-10-06 15:36:06.572472"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis architecto temporibus rerum non quia velit nemo.\",\"text\":\"We need to generate the primary THX driver!\"}"], ["created_at", "2016-10-06 15:36:06.573444"], ["updated_at", "2016-10-06 15:36:06.573444"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde repellat et quis laudantium architecto blanditiis.\",\"text\":\"The CSS driver is down, compress the online program so we can back up the FTP monitor!\"}"], ["created_at", "2016-10-06 15:36:06.574726"], ["updated_at", "2016-10-06 15:36:06.574726"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel commodi quidem maiores et ipsam quos amet.\",\"text\":\"Indexing the program won't do anything, we need to bypass the auxiliary hdd alarm!\"}"], ["created_at", "2016-10-06 15:36:06.576255"], ["updated_at", "2016-10-06 15:36:06.576255"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque expedita impedit.\",\"text\":\"Use the auxiliary SSL bandwidth, then you can navigate the virtual application!\"}"], ["created_at", "2016-10-06 15:36:06.577527"], ["updated_at", "2016-10-06 15:36:06.577527"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus sequi et est dolores eveniet quis possimus.\",\"text\":\"Use the primary SMTP capacitor, then you can bypass the cross-platform feed!\"}"], ["created_at", "2016-10-06 15:36:06.579690"], ["updated_at", "2016-10-06 15:36:06.579690"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil sed distinctio accusamus rerum et non.\",\"text\":\"We need to hack the mobile RAM capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.580783"], ["updated_at", "2016-10-06 15:36:06.580783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil aliquam dolores ad expedita voluptatum dignissimos.\",\"text\":\"Try to index the AI feed, maybe it will index the digital application!\"}"], ["created_at", "2016-10-06 15:36:06.581801"], ["updated_at", "2016-10-06 15:36:06.581801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos consequatur maxime autem fugiat non.\",\"text\":\"We need to bypass the solid state SMS circuit!\"}"], ["created_at", "2016-10-06 15:36:06.582790"], ["updated_at", "2016-10-06 15:36:06.582790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus distinctio molestiae est voluptatum eos.\",\"text\":\"The ADP circuit is down, copy the online panel so we can program the JSON card!\"}"], ["created_at", "2016-10-06 15:36:06.583740"], ["updated_at", "2016-10-06 15:36:06.583740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae sint molestiae corrupti provident.\",\"text\":\"I'll navigate the virtual SMS protocol, that should interface the EXE circuit!\"}"], ["created_at", "2016-10-06 15:36:06.584740"], ["updated_at", "2016-10-06 15:36:06.584740"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea necessitatibus et architecto sint.\",\"text\":\"The SAS microchip is down, reboot the bluetooth monitor so we can connect the JBOD feed!\"}"], ["created_at", "2016-10-06 15:36:06.585717"], ["updated_at", "2016-10-06 15:36:06.585717"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit laudantium saepe vero quis.\",\"text\":\"Overriding the protocol won't do anything, we need to compress the multi-byte ib panel!\"}"], ["created_at", "2016-10-06 15:36:06.586702"], ["updated_at", "2016-10-06 15:36:06.586702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea saepe ipsum ut iusto voluptas dolor vitae.\",\"text\":\"You can't override the transmitter without parsing the optical JBOD interface!\"}"], ["created_at", "2016-10-06 15:36:06.587578"], ["updated_at", "2016-10-06 15:36:06.587578"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit est enim.\",\"text\":\"We need to navigate the redundant TCP program!\"}"], ["created_at", "2016-10-06 15:36:06.588443"], ["updated_at", "2016-10-06 15:36:06.588443"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A qui placeat aperiam explicabo in pariatur.\",\"text\":\"If we calculate the monitor, we can get to the SQL interface through the 1080p AGP circuit!\"}"], ["created_at", "2016-10-06 15:36:06.589337"], ["updated_at", "2016-10-06 15:36:06.589337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente aspernatur quas unde asperiores.\",\"text\":\"If we compress the circuit, we can get to the SMTP application through the back-end SMS monitor!\"}"], ["created_at", "2016-10-06 15:36:06.590479"], ["updated_at", "2016-10-06 15:36:06.590479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum porro explicabo odio iste.\",\"text\":\"I'll back up the online AI bandwidth, that should capacitor the THX transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.591434"], ["updated_at", "2016-10-06 15:36:06.591434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptatem rem.\",\"text\":\"I'll copy the 1080p PCI card, that should bus the JBOD alarm!\"}"], ["created_at", "2016-10-06 15:36:06.592318"], ["updated_at", "2016-10-06 15:36:06.592318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis non dolorem.\",\"text\":\"Try to compress the RSS system, maybe it will index the primary bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.593205"], ["updated_at", "2016-10-06 15:36:06.593205"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis voluptates sit debitis aut omnis.\",\"text\":\"Quantifying the matrix won't do anything, we need to synthesize the cross-platform sms circuit!\"}"], ["created_at", "2016-10-06 15:36:06.594068"], ["updated_at", "2016-10-06 15:36:06.594068"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aliquid quaerat.\",\"text\":\"Bypassing the pixel won't do anything, we need to synthesize the primary json feed!\"}"], ["created_at", "2016-10-06 15:36:06.595002"], ["updated_at", "2016-10-06 15:36:06.595002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum dolore nesciunt eos eos aut.\",\"text\":\"Indexing the card won't do anything, we need to override the back-end ftp sensor!\"}"], ["created_at", "2016-10-06 15:36:06.595960"], ["updated_at", "2016-10-06 15:36:06.595960"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur minus quae enim et in quia.\",\"text\":\"You can't navigate the array without hacking the redundant TCP circuit!\"}"], ["created_at", "2016-10-06 15:36:06.596881"], ["updated_at", "2016-10-06 15:36:06.596881"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate magnam eveniet saepe blanditiis optio.\",\"text\":\"If we navigate the protocol, we can get to the EXE capacitor through the haptic RAM sensor!\"}"], ["created_at", "2016-10-06 15:36:06.597754"], ["updated_at", "2016-10-06 15:36:06.597754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor deserunt animi.\",\"text\":\"The SSL circuit is down, index the cross-platform interface so we can compress the IB protocol!\"}"], ["created_at", "2016-10-06 15:36:06.598652"], ["updated_at", "2016-10-06 15:36:06.598652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque quis pariatur quia quia qui sunt debitis.\",\"text\":\"Use the redundant AI port, then you can synthesize the redundant firewall!\"}"], ["created_at", "2016-10-06 15:36:06.599529"], ["updated_at", "2016-10-06 15:36:06.599529"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et rem est qui.\",\"text\":\"If we copy the capacitor, we can get to the SDD sensor through the neural USB hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.600397"], ["updated_at", "2016-10-06 15:36:06.600397"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem voluptas aut est cupiditate est numquam tempore.\",\"text\":\"You can't connect the system without backing up the virtual PNG transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.601298"], ["updated_at", "2016-10-06 15:36:06.601298"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non voluptatem laudantium.\",\"text\":\"Try to calculate the AGP alarm, maybe it will compress the online bus!\"}"], ["created_at", "2016-10-06 15:36:06.602189"], ["updated_at", "2016-10-06 15:36:06.602189"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia laudantium cum assumenda.\",\"text\":\"You can't program the transmitter without connecting the solid state SQL bus!\"}"], ["created_at", "2016-10-06 15:36:06.603291"], ["updated_at", "2016-10-06 15:36:06.603291"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor iste aperiam quasi.\",\"text\":\"If we copy the hard drive, we can get to the IB panel through the 1080p SSL transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.604471"], ["updated_at", "2016-10-06 15:36:06.604471"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit perspiciatis culpa dolores fugit hic earum doloribus.\",\"text\":\"I'll navigate the haptic RSS firewall, that should protocol the SMS transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.605983"], ["updated_at", "2016-10-06 15:36:06.605983"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi velit dolorem ipsam qui officia nostrum.\",\"text\":\"If we compress the firewall, we can get to the GB protocol through the wireless HTTP feed!\"}"], ["created_at", "2016-10-06 15:36:06.607393"], ["updated_at", "2016-10-06 15:36:06.607393"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id animi culpa eius neque eos minus.\",\"text\":\"You can't program the bus without parsing the multi-byte SQL circuit!\"}"], ["created_at", "2016-10-06 15:36:06.609919"], ["updated_at", "2016-10-06 15:36:06.609919"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate asperiores sequi.\",\"text\":\"You can't reboot the interface without indexing the open-source GB circuit!\"}"], ["created_at", "2016-10-06 15:36:06.611740"], ["updated_at", "2016-10-06 15:36:06.611740"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus beatae illo accusantium possimus aliquam consequuntur.\",\"text\":\"Try to parse the SMS circuit, maybe it will calculate the neural circuit!\"}"], ["created_at", "2016-10-06 15:36:06.613745"], ["updated_at", "2016-10-06 15:36:06.613745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus voluptatem recusandae.\",\"text\":\"We need to transmit the open-source SSL panel!\"}"], ["created_at", "2016-10-06 15:36:06.614788"], ["updated_at", "2016-10-06 15:36:06.614788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam quidem esse accusantium.\",\"text\":\"You can't navigate the alarm without bypassing the auxiliary RAM transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.615684"], ["updated_at", "2016-10-06 15:36:06.615684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem aut voluptas ut placeat est et amet.\",\"text\":\"We need to index the wireless SDD panel!\"}"], ["created_at", "2016-10-06 15:36:06.616550"], ["updated_at", "2016-10-06 15:36:06.616550"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur harum aut pariatur voluptatem illum.\",\"text\":\"You can't compress the array without transmitting the open-source USB protocol!\"}"], ["created_at", "2016-10-06 15:36:06.617462"], ["updated_at", "2016-10-06 15:36:06.617462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique ex doloremque.\",\"text\":\"I'll calculate the optical SMTP program, that should sensor the SCSI protocol!\"}"], ["created_at", "2016-10-06 15:36:06.618416"], ["updated_at", "2016-10-06 15:36:06.618416"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum accusamus veritatis cum incidunt aut.\",\"text\":\"Try to input the SAS feed, maybe it will override the auxiliary microchip!\"}"], ["created_at", "2016-10-06 15:36:06.619323"], ["updated_at", "2016-10-06 15:36:06.619323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore alias consequatur cupiditate et minima.\",\"text\":\"If we compress the array, we can get to the GB matrix through the cross-platform PNG firewall!\"}"], ["created_at", "2016-10-06 15:36:06.620175"], ["updated_at", "2016-10-06 15:36:06.620175"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt molestiae quidem facere et placeat.\",\"text\":\"The JBOD sensor is down, transmit the multi-byte panel so we can program the JBOD matrix!\"}"], ["created_at", "2016-10-06 15:36:06.621043"], ["updated_at", "2016-10-06 15:36:06.621043"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem necessitatibus sed.\",\"text\":\"Calculating the microchip won't do anything, we need to reboot the primary agp protocol!\"}"], ["created_at", "2016-10-06 15:36:06.621905"], ["updated_at", "2016-10-06 15:36:06.621905"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio porro eos.\",\"text\":\"You can't copy the interface without calculating the 1080p JSON microchip!\"}"], ["created_at", "2016-10-06 15:36:06.622791"], ["updated_at", "2016-10-06 15:36:06.622791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo incidunt qui eum eligendi corrupti commodi nulla.\",\"text\":\"Use the optical SCSI pixel, then you can program the 1080p application!\"}"], ["created_at", "2016-10-06 15:36:06.623679"], ["updated_at", "2016-10-06 15:36:06.623679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum sed asperiores reiciendis aut placeat.\",\"text\":\"Calculating the driver won't do anything, we need to calculate the optical xss alarm!\"}"], ["created_at", "2016-10-06 15:36:06.624556"], ["updated_at", "2016-10-06 15:36:06.624556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero qui rerum optio.\",\"text\":\"Use the online TCP capacitor, then you can quantify the virtual transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.625422"], ["updated_at", "2016-10-06 15:36:06.625422"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum voluptatem quod ad.\",\"text\":\"The SAS application is down, transmit the auxiliary interface so we can override the CSS monitor!\"}"], ["created_at", "2016-10-06 15:36:06.626317"], ["updated_at", "2016-10-06 15:36:06.626317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus qui at qui ratione eos a.\",\"text\":\"I'll synthesize the 1080p SCSI transmitter, that should application the USB card!\"}"], ["created_at", "2016-10-06 15:36:06.627168"], ["updated_at", "2016-10-06 15:36:06.627168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non consequatur mollitia.\",\"text\":\"Copying the system won't do anything, we need to parse the auxiliary hdd microchip!\"}"], ["created_at", "2016-10-06 15:36:06.628051"], ["updated_at", "2016-10-06 15:36:06.628051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia voluptatibus dolor nostrum minima hic.\",\"text\":\"Try to input the HTTP application, maybe it will generate the primary application!\"}"], ["created_at", "2016-10-06 15:36:06.628961"], ["updated_at", "2016-10-06 15:36:06.628961"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium beatae quasi et dolorem eos.\",\"text\":\"If we override the program, we can get to the HDD array through the neural HDD port!\"}"], ["created_at", "2016-10-06 15:36:06.629826"], ["updated_at", "2016-10-06 15:36:06.629826"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut praesentium laudantium.\",\"text\":\"Compressing the monitor won't do anything, we need to hack the optical sas transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.630713"], ["updated_at", "2016-10-06 15:36:06.630713"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut amet ad consequatur quis consequatur.\",\"text\":\"I'll copy the primary IB panel, that should interface the HTTP port!\"}"], ["created_at", "2016-10-06 15:36:06.631616"], ["updated_at", "2016-10-06 15:36:06.631616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea possimus vel aut omnis repellat.\",\"text\":\"If we connect the capacitor, we can get to the THX protocol through the redundant XSS circuit!\"}"], ["created_at", "2016-10-06 15:36:06.632479"], ["updated_at", "2016-10-06 15:36:06.632479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet rerum dolores.\",\"text\":\"The XML matrix is down, compress the optical protocol so we can parse the XSS program!\"}"], ["created_at", "2016-10-06 15:36:06.633350"], ["updated_at", "2016-10-06 15:36:06.633350"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum pariatur consequatur doloremque dicta.\",\"text\":\"Use the digital SSL sensor, then you can parse the multi-byte driver!\"}"], ["created_at", "2016-10-06 15:36:06.634301"], ["updated_at", "2016-10-06 15:36:06.634301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas dolore dolorum temporibus ad.\",\"text\":\"I'll compress the redundant XML port, that should transmitter the AI firewall!\"}"], ["created_at", "2016-10-06 15:36:06.635353"], ["updated_at", "2016-10-06 15:36:06.635353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus ea commodi eum dolore ratione totam nesciunt.\",\"text\":\"The PNG driver is down, index the auxiliary protocol so we can program the SSL bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.636245"], ["updated_at", "2016-10-06 15:36:06.636245"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem atque consequuntur molestiae adipisci inventore culpa.\",\"text\":\"You can't copy the bandwidth without connecting the online XML panel!\"}"], ["created_at", "2016-10-06 15:36:06.637115"], ["updated_at", "2016-10-06 15:36:06.637115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem et sit voluptas quasi magnam.\",\"text\":\"The COM bus is down, parse the neural firewall so we can generate the JBOD protocol!\"}"], ["created_at", "2016-10-06 15:36:06.637986"], ["updated_at", "2016-10-06 15:36:06.637986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta tempore qui sit.\",\"text\":\"Compressing the port won't do anything, we need to index the optical ib interface!\"}"], ["created_at", "2016-10-06 15:36:06.638883"], ["updated_at", "2016-10-06 15:36:06.638883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est qui quas possimus molestias nisi laboriosam tenetur.\",\"text\":\"You can't navigate the card without copying the online SQL firewall!\"}"], ["created_at", "2016-10-06 15:36:06.639726"], ["updated_at", "2016-10-06 15:36:06.639726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia rerum autem et est natus alias aut.\",\"text\":\"If we copy the bandwidth, we can get to the PCI circuit through the primary EXE transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.640601"], ["updated_at", "2016-10-06 15:36:06.640601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non iusto eveniet distinctio illo.\",\"text\":\"We need to connect the online USB circuit!\"}"], ["created_at", "2016-10-06 15:36:06.641505"], ["updated_at", "2016-10-06 15:36:06.641505"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos aspernatur veritatis voluptatem.\",\"text\":\"If we reboot the pixel, we can get to the GB feed through the bluetooth EXE array!\"}"], ["created_at", "2016-10-06 15:36:06.642421"], ["updated_at", "2016-10-06 15:36:06.642421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae modi impedit est qui.\",\"text\":\"I'll quantify the back-end RAM bus, that should circuit the COM bus!\"}"], ["created_at", "2016-10-06 15:36:06.643293"], ["updated_at", "2016-10-06 15:36:06.643293"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique blanditiis aut.\",\"text\":\"If we bypass the monitor, we can get to the EXE bus through the solid state FTP sensor!\"}"], ["created_at", "2016-10-06 15:36:06.644206"], ["updated_at", "2016-10-06 15:36:06.644206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem saepe non consectetur.\",\"text\":\"You can't index the hard drive without compressing the haptic JSON array!\"}"], ["created_at", "2016-10-06 15:36:06.645083"], ["updated_at", "2016-10-06 15:36:06.645083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et iste alias consequatur qui necessitatibus.\",\"text\":\"If we copy the capacitor, we can get to the TCP feed through the open-source ADP hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.645960"], ["updated_at", "2016-10-06 15:36:06.645960"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos rerum deleniti error ducimus veritatis fugit quo.\",\"text\":\"Use the bluetooth SAS application, then you can copy the multi-byte bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.646841"], ["updated_at", "2016-10-06 15:36:06.646841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam veniam quo aut voluptate.\",\"text\":\"The FTP hard drive is down, synthesize the auxiliary sensor so we can input the IB interface!\"}"], ["created_at", "2016-10-06 15:36:06.647708"], ["updated_at", "2016-10-06 15:36:06.647708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis hic doloribus voluptas.\",\"text\":\"We need to index the online SMS circuit!\"}"], ["created_at", "2016-10-06 15:36:06.648573"], ["updated_at", "2016-10-06 15:36:06.648573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam atque sint quo vitae architecto.\",\"text\":\"If we quantify the panel, we can get to the GB bandwidth through the digital SMS array!\"}"], ["created_at", "2016-10-06 15:36:06.649441"], ["updated_at", "2016-10-06 15:36:06.649441"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque qui vero.\",\"text\":\"We need to bypass the back-end SDD port!\"}"], ["created_at", "2016-10-06 15:36:06.650326"], ["updated_at", "2016-10-06 15:36:06.650326"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque accusantium qui voluptatem consequuntur enim ab ut.\",\"text\":\"I'll connect the online THX circuit, that should array the XML firewall!\"}"], ["created_at", "2016-10-06 15:36:06.651209"], ["updated_at", "2016-10-06 15:36:06.651209"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem corporis minus reiciendis magnam officiis quas enim.\",\"text\":\"I'll hack the open-source ADP hard drive, that should transmitter the USB alarm!\"}"], ["created_at", "2016-10-06 15:36:06.652086"], ["updated_at", "2016-10-06 15:36:06.652086"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint nihil quos a.\",\"text\":\"If we back up the interface, we can get to the XSS matrix through the 1080p FTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.652947"], ["updated_at", "2016-10-06 15:36:06.652947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt magni qui accusamus.\",\"text\":\"The SCSI pixel is down, compress the redundant circuit so we can transmit the GB card!\"}"], ["created_at", "2016-10-06 15:36:06.653819"], ["updated_at", "2016-10-06 15:36:06.653819"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil id dolor necessitatibus.\",\"text\":\"You can't generate the bandwidth without overriding the optical SAS protocol!\"}"], ["created_at", "2016-10-06 15:36:06.654679"], ["updated_at", "2016-10-06 15:36:06.654679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias animi et.\",\"text\":\"Quantifying the interface won't do anything, we need to synthesize the cross-platform pci bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.655544"], ["updated_at", "2016-10-06 15:36:06.655544"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis non aspernatur.\",\"text\":\"Copying the monitor won't do anything, we need to program the back-end sql transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.656414"], ["updated_at", "2016-10-06 15:36:06.656414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio non eligendi omnis dolorem.\",\"text\":\"We need to index the back-end JBOD alarm!\"}"], ["created_at", "2016-10-06 15:36:06.657278"], ["updated_at", "2016-10-06 15:36:06.657278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio cupiditate est illum sapiente.\",\"text\":\"You can't compress the system without connecting the primary SDD capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.658118"], ["updated_at", "2016-10-06 15:36:06.658118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati sint quidem.\",\"text\":\"I'll input the bluetooth THX feed, that should bandwidth the EXE array!\"}"], ["created_at", "2016-10-06 15:36:06.659000"], ["updated_at", "2016-10-06 15:36:06.659000"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quidem molestiae rerum minus sit iusto possimus.\",\"text\":\"We need to input the mobile SDD driver!\"}"], ["created_at", "2016-10-06 15:36:06.659892"], ["updated_at", "2016-10-06 15:36:06.659892"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam temporibus maiores.\",\"text\":\"We need to bypass the mobile RSS application!\"}"], ["created_at", "2016-10-06 15:36:06.660810"], ["updated_at", "2016-10-06 15:36:06.660810"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur eum vel pariatur reprehenderit quos tenetur.\",\"text\":\"Backing up the hard drive won't do anything, we need to hack the neural ram pixel!\"}"], ["created_at", "2016-10-06 15:36:06.661874"], ["updated_at", "2016-10-06 15:36:06.661874"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex occaecati aut.\",\"text\":\"Indexing the sensor won't do anything, we need to generate the mobile hdd system!\"}"], ["created_at", "2016-10-06 15:36:06.663187"], ["updated_at", "2016-10-06 15:36:06.663187"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci ad porro et perferendis autem fuga quisquam.\",\"text\":\"You can't back up the feed without backing up the multi-byte SQL interface!\"}"], ["created_at", "2016-10-06 15:36:06.664409"], ["updated_at", "2016-10-06 15:36:06.664409"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid harum aut.\",\"text\":\"Compressing the firewall won't do anything, we need to copy the auxiliary com card!\"}"], ["created_at", "2016-10-06 15:36:06.666000"], ["updated_at", "2016-10-06 15:36:06.666000"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam asperiores aut accusamus.\",\"text\":\"We need to quantify the virtual JBOD interface!\"}"], ["created_at", "2016-10-06 15:36:06.667621"], ["updated_at", "2016-10-06 15:36:06.667621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique officiis dolor.\",\"text\":\"We need to synthesize the mobile HDD firewall!\"}"], ["created_at", "2016-10-06 15:36:06.668534"], ["updated_at", "2016-10-06 15:36:06.668534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus cupiditate veniam perspiciatis nemo.\",\"text\":\"I'll copy the auxiliary XSS panel, that should feed the XML capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.669405"], ["updated_at", "2016-10-06 15:36:06.669405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati quidem rerum nostrum omnis et optio repellat.\",\"text\":\"Use the digital RSS program, then you can quantify the virtual interface!\"}"], ["created_at", "2016-10-06 15:36:06.670315"], ["updated_at", "2016-10-06 15:36:06.670315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti est quia vitae aut et.\",\"text\":\"You can't reboot the array without hacking the online FTP matrix!\"}"], ["created_at", "2016-10-06 15:36:06.671236"], ["updated_at", "2016-10-06 15:36:06.671236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis dolores a velit blanditiis est aut.\",\"text\":\"I'll quantify the virtual AGP program, that should firewall the JSON protocol!\"}"], ["created_at", "2016-10-06 15:36:06.672211"], ["updated_at", "2016-10-06 15:36:06.672211"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde aliquid incidunt.\",\"text\":\"We need to bypass the cross-platform HDD application!\"}"], ["created_at", "2016-10-06 15:36:06.673164"], ["updated_at", "2016-10-06 15:36:06.673164"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores sit pariatur et voluptas et nostrum.\",\"text\":\"Use the bluetooth SDD monitor, then you can quantify the neural card!\"}"], ["created_at", "2016-10-06 15:36:06.674058"], ["updated_at", "2016-10-06 15:36:06.674058"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae quam suscipit.\",\"text\":\"Compressing the interface won't do anything, we need to navigate the mobile adp pixel!\"}"], ["created_at", "2016-10-06 15:36:06.674931"], ["updated_at", "2016-10-06 15:36:06.674931"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius et blanditiis et qui iste recusandae assumenda.\",\"text\":\"If we override the firewall, we can get to the XSS pixel through the online ADP microchip!\"}"], ["created_at", "2016-10-06 15:36:06.675930"], ["updated_at", "2016-10-06 15:36:06.675930"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil et et numquam.\",\"text\":\"You can't calculate the sensor without transmitting the open-source HTTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.676905"], ["updated_at", "2016-10-06 15:36:06.676905"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptatibus omnis repellat.\",\"text\":\"If we index the matrix, we can get to the USB bandwidth through the neural AGP panel!\"}"], ["created_at", "2016-10-06 15:36:06.677882"], ["updated_at", "2016-10-06 15:36:06.677882"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident accusamus corporis animi.\",\"text\":\"The COM port is down, hack the mobile bandwidth so we can quantify the JSON interface!\"}"], ["created_at", "2016-10-06 15:36:06.678777"], ["updated_at", "2016-10-06 15:36:06.678777"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui expedita eligendi qui alias adipisci.\",\"text\":\"We need to compress the auxiliary SDD protocol!\"}"], ["created_at", "2016-10-06 15:36:06.679748"], ["updated_at", "2016-10-06 15:36:06.679748"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam facere nobis omnis laudantium qui dolor omnis.\",\"text\":\"If we reboot the driver, we can get to the RSS bus through the haptic RAM panel!\"}"], ["created_at", "2016-10-06 15:36:06.680739"], ["updated_at", "2016-10-06 15:36:06.680739"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem ratione aut.\",\"text\":\"Use the open-source PCI hard drive, then you can connect the bluetooth alarm!\"}"], ["created_at", "2016-10-06 15:36:06.681674"], ["updated_at", "2016-10-06 15:36:06.681674"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga ea dolor repudiandae sunt placeat.\",\"text\":\"Calculating the port won't do anything, we need to navigate the haptic exe bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.682707"], ["updated_at", "2016-10-06 15:36:06.682707"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eligendi quidem rerum fuga qui nam.\",\"text\":\"I'll back up the back-end SMS array, that should panel the FTP matrix!\"}"], ["created_at", "2016-10-06 15:36:06.683784"], ["updated_at", "2016-10-06 15:36:06.683784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit quia ut ut blanditiis impedit deserunt.\",\"text\":\"The USB alarm is down, hack the wireless hard drive so we can bypass the RAM system!\"}"], ["created_at", "2016-10-06 15:36:06.684819"], ["updated_at", "2016-10-06 15:36:06.684819"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero libero quaerat sapiente quia et animi id.\",\"text\":\"I'll quantify the neural SQL matrix, that should panel the SCSI pixel!\"}"], ["created_at", "2016-10-06 15:36:06.685682"], ["updated_at", "2016-10-06 15:36:06.685682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id adipisci repudiandae nihil.\",\"text\":\"Use the neural HTTP bandwidth, then you can connect the cross-platform feed!\"}"], ["created_at", "2016-10-06 15:36:06.686552"], ["updated_at", "2016-10-06 15:36:06.686552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint possimus vel.\",\"text\":\"I'll bypass the digital HTTP feed, that should protocol the THX transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.687442"], ["updated_at", "2016-10-06 15:36:06.687442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore cum ipsa et omnis.\",\"text\":\"Hacking the capacitor won't do anything, we need to back up the neural png sensor!\"}"], ["created_at", "2016-10-06 15:36:06.688312"], ["updated_at", "2016-10-06 15:36:06.688312"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime repudiandae magnam consequatur voluptatem.\",\"text\":\"Try to reboot the SSL circuit, maybe it will copy the 1080p firewall!\"}"], ["created_at", "2016-10-06 15:36:06.689220"], ["updated_at", "2016-10-06 15:36:06.689220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum non eveniet consequatur amet molestias esse vel.\",\"text\":\"You can't calculate the driver without compressing the redundant USB alarm!\"}"], ["created_at", "2016-10-06 15:36:06.690206"], ["updated_at", "2016-10-06 15:36:06.690206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi corporis exercitationem aut nesciunt placeat.\",\"text\":\"Use the back-end SQL firewall, then you can calculate the open-source panel!\"}"], ["created_at", "2016-10-06 15:36:06.691142"], ["updated_at", "2016-10-06 15:36:06.691142"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ex dolorem maiores voluptas sequi.\",\"text\":\"If we compress the system, we can get to the COM microchip through the bluetooth ADP sensor!\"}"], ["created_at", "2016-10-06 15:36:06.692036"], ["updated_at", "2016-10-06 15:36:06.692036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem aut ipsam numquam.\",\"text\":\"You can't synthesize the alarm without navigating the virtual TCP bus!\"}"], ["created_at", "2016-10-06 15:36:06.692932"], ["updated_at", "2016-10-06 15:36:06.692932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint saepe sit.\",\"text\":\"I'll connect the back-end SCSI bus, that should application the SQL transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.693814"], ["updated_at", "2016-10-06 15:36:06.693814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit doloremque officia.\",\"text\":\"The FTP array is down, back up the online hard drive so we can index the RSS bus!\"}"], ["created_at", "2016-10-06 15:36:06.694722"], ["updated_at", "2016-10-06 15:36:06.694722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus sapiente nobis nesciunt quia quos cumque sit.\",\"text\":\"Use the digital PCI bandwidth, then you can generate the optical protocol!\"}"], ["created_at", "2016-10-06 15:36:06.695594"], ["updated_at", "2016-10-06 15:36:06.695594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus odit velit necessitatibus magni.\",\"text\":\"I'll index the optical GB application, that should system the JSON microchip!\"}"], ["created_at", "2016-10-06 15:36:06.696452"], ["updated_at", "2016-10-06 15:36:06.696452"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quibusdam omnis vel ducimus similique fugiat recusandae.\",\"text\":\"You can't bypass the matrix without indexing the cross-platform FTP alarm!\"}"], ["created_at", "2016-10-06 15:36:06.697287"], ["updated_at", "2016-10-06 15:36:06.697287"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt rerum optio numquam ut illo.\",\"text\":\"I'll input the bluetooth RAM system, that should capacitor the AGP sensor!\"}"], ["created_at", "2016-10-06 15:36:06.698193"], ["updated_at", "2016-10-06 15:36:06.698193"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ex sit molestiae eius laborum excepturi.\",\"text\":\"Try to reboot the FTP microchip, maybe it will override the neural program!\"}"], ["created_at", "2016-10-06 15:36:06.699083"], ["updated_at", "2016-10-06 15:36:06.699083"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim mollitia et.\",\"text\":\"I'll navigate the redundant RSS microchip, that should system the JBOD microchip!\"}"], ["created_at", "2016-10-06 15:36:06.699950"], ["updated_at", "2016-10-06 15:36:06.699950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi amet officiis occaecati ipsa consequuntur.\",\"text\":\"You can't bypass the port without calculating the 1080p FTP application!\"}"], ["created_at", "2016-10-06 15:36:06.700799"], ["updated_at", "2016-10-06 15:36:06.700799"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto aspernatur esse autem nam saepe in maiores.\",\"text\":\"We need to input the open-source THX microchip!\"}"], ["created_at", "2016-10-06 15:36:06.701683"], ["updated_at", "2016-10-06 15:36:06.701683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit dolorem animi corporis.\",\"text\":\"You can't input the monitor without copying the redundant SMTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.702556"], ["updated_at", "2016-10-06 15:36:06.702556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem corporis quia et.\",\"text\":\"Parsing the bus won't do anything, we need to connect the primary jbod port!\"}"], ["created_at", "2016-10-06 15:36:06.703424"], ["updated_at", "2016-10-06 15:36:06.703424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus aperiam ad.\",\"text\":\"Try to input the SAS matrix, maybe it will reboot the redundant monitor!\"}"], ["created_at", "2016-10-06 15:36:06.704265"], ["updated_at", "2016-10-06 15:36:06.704265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est maiores porro excepturi sit.\",\"text\":\"We need to input the optical JBOD circuit!\"}"], ["created_at", "2016-10-06 15:36:06.705120"], ["updated_at", "2016-10-06 15:36:06.705120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda repudiandae rerum enim ea ut quia laborum.\",\"text\":\"Use the digital FTP port, then you can parse the haptic system!\"}"], ["created_at", "2016-10-06 15:36:06.705987"], ["updated_at", "2016-10-06 15:36:06.705987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla natus ipsum qui sint illo temporibus.\",\"text\":\"The XML program is down, connect the wireless circuit so we can override the JSON alarm!\"}"], ["created_at", "2016-10-06 15:36:06.706889"], ["updated_at", "2016-10-06 15:36:06.706889"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quo aut aliquid.\",\"text\":\"If we bypass the driver, we can get to the PNG circuit through the back-end IB card!\"}"], ["created_at", "2016-10-06 15:36:06.707736"], ["updated_at", "2016-10-06 15:36:06.707736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas velit unde voluptatem qui eveniet.\",\"text\":\"The COM bus is down, bypass the wireless application so we can hack the SMTP monitor!\"}"], ["created_at", "2016-10-06 15:36:06.708611"], ["updated_at", "2016-10-06 15:36:06.708611"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet ducimus fuga.\",\"text\":\"The USB protocol is down, generate the online system so we can index the RSS program!\"}"], ["created_at", "2016-10-06 15:36:06.709562"], ["updated_at", "2016-10-06 15:36:06.709562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis qui autem architecto quod praesentium error laudantium.\",\"text\":\"Overriding the hard drive won't do anything, we need to bypass the digital http feed!\"}"], ["created_at", "2016-10-06 15:36:06.710456"], ["updated_at", "2016-10-06 15:36:06.710456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ratione illum autem doloremque nesciunt.\",\"text\":\"You can't generate the hard drive without programming the multi-byte SDD interface!\"}"], ["created_at", "2016-10-06 15:36:06.711332"], ["updated_at", "2016-10-06 15:36:06.711332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur numquam fugit magnam rerum non non cumque.\",\"text\":\"Use the primary SMTP bandwidth, then you can override the multi-byte program!\"}"], ["created_at", "2016-10-06 15:36:06.712181"], ["updated_at", "2016-10-06 15:36:06.712181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam incidunt est est et vel.\",\"text\":\"If we compress the firewall, we can get to the ADP feed through the mobile JSON transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.713041"], ["updated_at", "2016-10-06 15:36:06.713041"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum ipsum suscipit et quam.\",\"text\":\"Bypassing the sensor won't do anything, we need to override the optical sas application!\"}"], ["created_at", "2016-10-06 15:36:06.713907"], ["updated_at", "2016-10-06 15:36:06.713907"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure deleniti pariatur incidunt voluptatibus illum deserunt.\",\"text\":\"We need to parse the wireless AI pixel!\"}"], ["created_at", "2016-10-06 15:36:06.714790"], ["updated_at", "2016-10-06 15:36:06.714790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui harum excepturi doloremque eveniet porro iure.\",\"text\":\"You can't synthesize the microchip without indexing the multi-byte SAS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.715636"], ["updated_at", "2016-10-06 15:36:06.715636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic corporis aut.\",\"text\":\"The JSON application is down, connect the optical card so we can compress the SAS system!\"}"], ["created_at", "2016-10-06 15:36:06.716514"], ["updated_at", "2016-10-06 15:36:06.716514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime iusto voluptates quia facere.\",\"text\":\"Programming the capacitor won't do anything, we need to calculate the open-source json pixel!\"}"], ["created_at", "2016-10-06 15:36:06.717394"], ["updated_at", "2016-10-06 15:36:06.717394"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium recusandae perferendis tempora et odit.\",\"text\":\"Use the cross-platform IB alarm, then you can hack the optical firewall!\"}"], ["created_at", "2016-10-06 15:36:06.718304"], ["updated_at", "2016-10-06 15:36:06.718304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet quia sapiente nihil.\",\"text\":\"We need to calculate the haptic ADP bus!\"}"], ["created_at", "2016-10-06 15:36:06.719163"], ["updated_at", "2016-10-06 15:36:06.719163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas consequuntur nisi sit.\",\"text\":\"Use the bluetooth FTP array, then you can input the auxiliary application!\"}"], ["created_at", "2016-10-06 15:36:06.720008"], ["updated_at", "2016-10-06 15:36:06.720008"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatem quaerat.\",\"text\":\"Try to hack the FTP driver, maybe it will compress the wireless firewall!\"}"], ["created_at", "2016-10-06 15:36:06.720871"], ["updated_at", "2016-10-06 15:36:06.720871"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi consectetur quia nulla.\",\"text\":\"Try to override the SCSI capacitor, maybe it will input the primary alarm!\"}"], ["created_at", "2016-10-06 15:36:06.721783"], ["updated_at", "2016-10-06 15:36:06.721783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dicta alias eaque qui est.\",\"text\":\"You can't back up the port without programming the multi-byte SCSI capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.722719"], ["updated_at", "2016-10-06 15:36:06.722719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero tenetur non velit et.\",\"text\":\"Navigating the bandwidth won't do anything, we need to compress the 1080p ssl transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.723569"], ["updated_at", "2016-10-06 15:36:06.723569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At aut sed quo culpa impedit possimus odio.\",\"text\":\"Use the bluetooth USB application, then you can bypass the online microchip!\"}"], ["created_at", "2016-10-06 15:36:06.724422"], ["updated_at", "2016-10-06 15:36:06.724422"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit corrupti quo cumque ut quia maxime.\",\"text\":\"I'll calculate the auxiliary USB application, that should port the HTTP array!\"}"], ["created_at", "2016-10-06 15:36:06.725325"], ["updated_at", "2016-10-06 15:36:06.725325"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur autem id quas.\",\"text\":\"You can't generate the application without overriding the multi-byte HTTP microchip!\"}"], ["created_at", "2016-10-06 15:36:06.726243"], ["updated_at", "2016-10-06 15:36:06.726243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores tempora aut ut cum minima perferendis aliquam.\",\"text\":\"Indexing the port won't do anything, we need to program the auxiliary exe feed!\"}"], ["created_at", "2016-10-06 15:36:06.727104"], ["updated_at", "2016-10-06 15:36:06.727104"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum est maiores.\",\"text\":\"The TCP microchip is down, parse the online card so we can reboot the SMS protocol!\"}"], ["created_at", "2016-10-06 15:36:06.727969"], ["updated_at", "2016-10-06 15:36:06.727969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro expedita inventore ullam accusantium aperiam non illum.\",\"text\":\"The ADP protocol is down, transmit the online firewall so we can connect the THX array!\"}"], ["created_at", "2016-10-06 15:36:06.728861"], ["updated_at", "2016-10-06 15:36:06.728861"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem quas numquam temporibus.\",\"text\":\"If we input the monitor, we can get to the SQL circuit through the primary SDD array!\"}"], ["created_at", "2016-10-06 15:36:06.729733"], ["updated_at", "2016-10-06 15:36:06.729733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa doloremque nesciunt.\",\"text\":\"Use the solid state ADP panel, then you can synthesize the auxiliary firewall!\"}"], ["created_at", "2016-10-06 15:36:06.730608"], ["updated_at", "2016-10-06 15:36:06.730608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro nihil provident non.\",\"text\":\"The COM transmitter is down, index the back-end hard drive so we can back up the SAS driver!\"}"], ["created_at", "2016-10-06 15:36:06.731450"], ["updated_at", "2016-10-06 15:36:06.731450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi voluptatibus exercitationem repellat ut.\",\"text\":\"I'll generate the wireless SSL program, that should array the PNG firewall!\"}"], ["created_at", "2016-10-06 15:36:06.732308"], ["updated_at", "2016-10-06 15:36:06.732308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam pariatur nihil mollitia sequi maxime.\",\"text\":\"If we compress the panel, we can get to the TCP program through the bluetooth SQL bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.733196"], ["updated_at", "2016-10-06 15:36:06.733196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia dolor et.\",\"text\":\"Try to connect the IB sensor, maybe it will bypass the solid state card!\"}"], ["created_at", "2016-10-06 15:36:06.734094"], ["updated_at", "2016-10-06 15:36:06.734094"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse eos voluptas expedita voluptatem molestiae nostrum repellendus.\",\"text\":\"The SMS bandwidth is down, bypass the online program so we can generate the COM microchip!\"}"], ["created_at", "2016-10-06 15:36:06.735006"], ["updated_at", "2016-10-06 15:36:06.735006"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est minima voluptatem laborum.\",\"text\":\"We need to override the solid state SMTP circuit!\"}"], ["created_at", "2016-10-06 15:36:06.735876"], ["updated_at", "2016-10-06 15:36:06.735876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo animi eius qui fuga aliquam dolor modi.\",\"text\":\"You can't synthesize the system without copying the back-end ADP application!\"}"], ["created_at", "2016-10-06 15:36:06.736800"], ["updated_at", "2016-10-06 15:36:06.736800"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo amet explicabo sed dolores ut.\",\"text\":\"I'll generate the primary CSS monitor, that should protocol the RAM monitor!\"}"], ["created_at", "2016-10-06 15:36:06.737670"], ["updated_at", "2016-10-06 15:36:06.737670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis impedit autem quasi.\",\"text\":\"Use the open-source AGP array, then you can connect the multi-byte transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.738524"], ["updated_at", "2016-10-06 15:36:06.738524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe ipsam delectus ratione vero totam.\",\"text\":\"You can't reboot the hard drive without generating the digital PNG bus!\"}"], ["created_at", "2016-10-06 15:36:06.739420"], ["updated_at", "2016-10-06 15:36:06.739420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium officia placeat consequatur quia exercitationem cum modi.\",\"text\":\"I'll reboot the 1080p CSS circuit, that should card the ADP alarm!\"}"], ["created_at", "2016-10-06 15:36:06.740281"], ["updated_at", "2016-10-06 15:36:06.740281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora qui praesentium iusto.\",\"text\":\"If we connect the hard drive, we can get to the THX hard drive through the open-source SAS program!\"}"], ["created_at", "2016-10-06 15:36:06.741145"], ["updated_at", "2016-10-06 15:36:06.741145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus debitis quia ut doloremque aut sed.\",\"text\":\"If we calculate the protocol, we can get to the SCSI protocol through the mobile SQL sensor!\"}"], ["created_at", "2016-10-06 15:36:06.742066"], ["updated_at", "2016-10-06 15:36:06.742066"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias error molestiae eum.\",\"text\":\"Use the virtual SAS matrix, then you can program the open-source card!\"}"], ["created_at", "2016-10-06 15:36:06.742997"], ["updated_at", "2016-10-06 15:36:06.742997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci et et omnis sit libero.\",\"text\":\"Try to copy the USB monitor, maybe it will calculate the redundant microchip!\"}"], ["created_at", "2016-10-06 15:36:06.743863"], ["updated_at", "2016-10-06 15:36:06.743863"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident fugit nisi doloremque.\",\"text\":\"Try to compress the IB alarm, maybe it will input the mobile application!\"}"], ["created_at", "2016-10-06 15:36:06.744738"], ["updated_at", "2016-10-06 15:36:06.744738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste architecto corporis repellendus expedita reiciendis aut.\",\"text\":\"Hacking the card won't do anything, we need to calculate the redundant json panel!\"}"], ["created_at", "2016-10-06 15:36:06.745600"], ["updated_at", "2016-10-06 15:36:06.745600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione dicta eaque atque sint.\",\"text\":\"Bypassing the card won't do anything, we need to hack the redundant thx circuit!\"}"], ["created_at", "2016-10-06 15:36:06.746459"], ["updated_at", "2016-10-06 15:36:06.746459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus qui amet tenetur laudantium et.\",\"text\":\"If we input the feed, we can get to the EXE protocol through the solid state EXE program!\"}"], ["created_at", "2016-10-06 15:36:06.747336"], ["updated_at", "2016-10-06 15:36:06.747336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti molestiae repellendus excepturi facilis ab architecto.\",\"text\":\"If we input the system, we can get to the THX program through the wireless SCSI panel!\"}"], ["created_at", "2016-10-06 15:36:06.748216"], ["updated_at", "2016-10-06 15:36:06.748216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe doloremque quia rerum tempora.\",\"text\":\"We need to program the open-source JBOD port!\"}"], ["created_at", "2016-10-06 15:36:06.749080"], ["updated_at", "2016-10-06 15:36:06.749080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis dignissimos vel sunt rem exercitationem vero laboriosam.\",\"text\":\"The SDD card is down, connect the bluetooth port so we can back up the SQL bus!\"}"], ["created_at", "2016-10-06 15:36:06.749921"], ["updated_at", "2016-10-06 15:36:06.749921"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad quo ut.\",\"text\":\"The SSL pixel is down, navigate the open-source bandwidth so we can index the TCP protocol!\"}"], ["created_at", "2016-10-06 15:36:06.750833"], ["updated_at", "2016-10-06 15:36:06.750833"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem sint est pariatur quis.\",\"text\":\"You can't synthesize the application without programming the back-end JSON transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.751731"], ["updated_at", "2016-10-06 15:36:06.751731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi architecto aliquam qui dicta voluptatem.\",\"text\":\"The FTP application is down, hack the auxiliary program so we can hack the XSS firewall!\"}"], ["created_at", "2016-10-06 15:36:06.752602"], ["updated_at", "2016-10-06 15:36:06.752602"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id rerum eveniet.\",\"text\":\"Hacking the protocol won't do anything, we need to bypass the wireless gb system!\"}"], ["created_at", "2016-10-06 15:36:06.753467"], ["updated_at", "2016-10-06 15:36:06.753467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et inventore quidem ratione fugiat minus.\",\"text\":\"Copying the circuit won't do anything, we need to override the online ib capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.754324"], ["updated_at", "2016-10-06 15:36:06.754324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex et qui nam ullam repellendus nesciunt.\",\"text\":\"You can't synthesize the sensor without backing up the 1080p HDD microchip!\"}"], ["created_at", "2016-10-06 15:36:06.755201"], ["updated_at", "2016-10-06 15:36:06.755201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt hic quis.\",\"text\":\"We need to compress the bluetooth ADP capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.756062"], ["updated_at", "2016-10-06 15:36:06.756062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus soluta sit.\",\"text\":\"I'll parse the open-source USB interface, that should system the SSL capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.756915"], ["updated_at", "2016-10-06 15:36:06.756915"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit quis accusantium ullam culpa iusto asperiores.\",\"text\":\"We need to synthesize the multi-byte SDD panel!\"}"], ["created_at", "2016-10-06 15:36:06.757780"], ["updated_at", "2016-10-06 15:36:06.757780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae delectus et veritatis et.\",\"text\":\"I'll synthesize the multi-byte FTP capacitor, that should alarm the XSS circuit!\"}"], ["created_at", "2016-10-06 15:36:06.758665"], ["updated_at", "2016-10-06 15:36:06.758665"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit ea assumenda ut similique.\",\"text\":\"Try to parse the IB bus, maybe it will bypass the neural interface!\"}"], ["created_at", "2016-10-06 15:36:06.759552"], ["updated_at", "2016-10-06 15:36:06.759552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae excepturi quia nisi in sed vel atque.\",\"text\":\"Use the multi-byte SAS interface, then you can reboot the back-end monitor!\"}"], ["created_at", "2016-10-06 15:36:06.760432"], ["updated_at", "2016-10-06 15:36:06.760432"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt vel ducimus.\",\"text\":\"Try to transmit the USB matrix, maybe it will index the redundant sensor!\"}"], ["created_at", "2016-10-06 15:36:06.761274"], ["updated_at", "2016-10-06 15:36:06.761274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui est necessitatibus voluptatibus ab perferendis dolorum.\",\"text\":\"You can't reboot the hard drive without bypassing the haptic COM microchip!\"}"], ["created_at", "2016-10-06 15:36:06.762148"], ["updated_at", "2016-10-06 15:36:06.762148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae vel alias similique qui.\",\"text\":\"If we parse the application, we can get to the AGP transmitter through the wireless GB protocol!\"}"], ["created_at", "2016-10-06 15:36:06.763018"], ["updated_at", "2016-10-06 15:36:06.763018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et officia velit cupiditate atque quia.\",\"text\":\"Try to parse the SQL protocol, maybe it will transmit the back-end bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.763884"], ["updated_at", "2016-10-06 15:36:06.763884"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui similique reiciendis velit.\",\"text\":\"Use the mobile RAM sensor, then you can quantify the cross-platform interface!\"}"], ["created_at", "2016-10-06 15:36:06.764794"], ["updated_at", "2016-10-06 15:36:06.764794"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem vel placeat nihil delectus iusto aut.\",\"text\":\"Try to parse the PNG sensor, maybe it will back up the wireless pixel!\"}"], ["created_at", "2016-10-06 15:36:06.765744"], ["updated_at", "2016-10-06 15:36:06.765744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi omnis sequi inventore.\",\"text\":\"Try to input the THX pixel, maybe it will synthesize the optical interface!\"}"], ["created_at", "2016-10-06 15:36:06.766660"], ["updated_at", "2016-10-06 15:36:06.766660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut excepturi vitae minus.\",\"text\":\"We need to copy the redundant ADP system!\"}"], ["created_at", "2016-10-06 15:36:06.767575"], ["updated_at", "2016-10-06 15:36:06.767575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore nam unde nulla error qui atque harum.\",\"text\":\"Try to compress the FTP sensor, maybe it will copy the optical matrix!\"}"], ["created_at", "2016-10-06 15:36:06.768495"], ["updated_at", "2016-10-06 15:36:06.768495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit assumenda eum quos sed libero quam.\",\"text\":\"I'll transmit the solid state PCI application, that should bus the HTTP interface!\"}"], ["created_at", "2016-10-06 15:36:06.769353"], ["updated_at", "2016-10-06 15:36:06.769353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat cum nulla voluptas voluptatibus.\",\"text\":\"If we calculate the array, we can get to the TCP matrix through the cross-platform PCI alarm!\"}"], ["created_at", "2016-10-06 15:36:06.770223"], ["updated_at", "2016-10-06 15:36:06.770223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum in inventore.\",\"text\":\"The IB hard drive is down, synthesize the solid state capacitor so we can override the TCP transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.771098"], ["updated_at", "2016-10-06 15:36:06.771098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit recusandae et.\",\"text\":\"The HDD protocol is down, calculate the 1080p alarm so we can calculate the IB panel!\"}"], ["created_at", "2016-10-06 15:36:06.771965"], ["updated_at", "2016-10-06 15:36:06.771965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis eos eius doloribus.\",\"text\":\"Try to input the THX transmitter, maybe it will navigate the virtual interface!\"}"], ["created_at", "2016-10-06 15:36:06.772809"], ["updated_at", "2016-10-06 15:36:06.772809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam quia et.\",\"text\":\"I'll hack the bluetooth THX feed, that should feed the PNG capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.773683"], ["updated_at", "2016-10-06 15:36:06.773683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga eum quisquam omnis laborum ullam reiciendis accusantium.\",\"text\":\"If we calculate the capacitor, we can get to the ADP system through the back-end JSON system!\"}"], ["created_at", "2016-10-06 15:36:06.774593"], ["updated_at", "2016-10-06 15:36:06.774593"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas ut optio voluptate sed accusamus.\",\"text\":\"Try to bypass the RAM bus, maybe it will override the 1080p array!\"}"], ["created_at", "2016-10-06 15:36:06.775499"], ["updated_at", "2016-10-06 15:36:06.775499"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id aliquam ut.\",\"text\":\"You can't program the bus without overriding the haptic XML application!\"}"], ["created_at", "2016-10-06 15:36:06.776394"], ["updated_at", "2016-10-06 15:36:06.776394"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae sequi dolor earum sint consequuntur et.\",\"text\":\"Connecting the array won't do anything, we need to hack the auxiliary http bus!\"}"], ["created_at", "2016-10-06 15:36:06.777239"], ["updated_at", "2016-10-06 15:36:06.777239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione animi in et dolor aspernatur quo aperiam.\",\"text\":\"Copying the circuit won't do anything, we need to back up the primary jbod firewall!\"}"], ["created_at", "2016-10-06 15:36:06.778116"], ["updated_at", "2016-10-06 15:36:06.778116"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque doloribus et qui.\",\"text\":\"The FTP port is down, bypass the digital sensor so we can back up the PCI alarm!\"}"], ["created_at", "2016-10-06 15:36:06.778990"], ["updated_at", "2016-10-06 15:36:06.778990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti quis laudantium et quod facilis doloribus provident.\",\"text\":\"The CSS capacitor is down, back up the wireless capacitor so we can override the COM transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.779851"], ["updated_at", "2016-10-06 15:36:06.779851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae at explicabo temporibus.\",\"text\":\"If we program the alarm, we can get to the HTTP protocol through the wireless GB matrix!\"}"], ["created_at", "2016-10-06 15:36:06.780698"], ["updated_at", "2016-10-06 15:36:06.780698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et qui veniam tempore.\",\"text\":\"I'll bypass the back-end XSS microchip, that should card the PNG interface!\"}"], ["created_at", "2016-10-06 15:36:06.781566"], ["updated_at", "2016-10-06 15:36:06.781566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis vel qui possimus non sunt.\",\"text\":\"You can't navigate the alarm without parsing the wireless SDD alarm!\"}"], ["created_at", "2016-10-06 15:36:06.782471"], ["updated_at", "2016-10-06 15:36:06.782471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et similique sint voluptates laborum.\",\"text\":\"We need to navigate the haptic JBOD circuit!\"}"], ["created_at", "2016-10-06 15:36:06.783407"], ["updated_at", "2016-10-06 15:36:06.783407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni expedita nam error.\",\"text\":\"You can't input the application without parsing the mobile SQL monitor!\"}"], ["created_at", "2016-10-06 15:36:06.784273"], ["updated_at", "2016-10-06 15:36:06.784273"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere earum dignissimos culpa.\",\"text\":\"If we reboot the array, we can get to the SDD pixel through the online HDD matrix!\"}"], ["created_at", "2016-10-06 15:36:06.785150"], ["updated_at", "2016-10-06 15:36:06.785150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id harum numquam et esse id.\",\"text\":\"You can't calculate the panel without backing up the wireless JBOD microchip!\"}"], ["created_at", "2016-10-06 15:36:06.786014"], ["updated_at", "2016-10-06 15:36:06.786014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem eos rerum.\",\"text\":\"You can't compress the application without backing up the primary EXE capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.786900"], ["updated_at", "2016-10-06 15:36:06.786900"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus quo aliquid.\",\"text\":\"We need to index the mobile GB bus!\"}"], ["created_at", "2016-10-06 15:36:06.787784"], ["updated_at", "2016-10-06 15:36:06.787784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut doloremque rerum ab.\",\"text\":\"We need to index the cross-platform RSS microchip!\"}"], ["created_at", "2016-10-06 15:36:06.788648"], ["updated_at", "2016-10-06 15:36:06.788648"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo ut cumque culpa autem sunt.\",\"text\":\"You can't index the bus without overriding the back-end HDD sensor!\"}"], ["created_at", "2016-10-06 15:36:06.789508"], ["updated_at", "2016-10-06 15:36:06.789508"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus quam nihil nam.\",\"text\":\"Use the multi-byte SMS driver, then you can quantify the digital program!\"}"], ["created_at", "2016-10-06 15:36:06.790422"], ["updated_at", "2016-10-06 15:36:06.790422"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi autem saepe dolore earum eos.\",\"text\":\"Synthesizing the application won't do anything, we need to override the optical pci driver!\"}"], ["created_at", "2016-10-06 15:36:06.791301"], ["updated_at", "2016-10-06 15:36:06.791301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea pariatur asperiores ut voluptates.\",\"text\":\"Copying the feed won't do anything, we need to parse the back-end tcp application!\"}"], ["created_at", "2016-10-06 15:36:06.792157"], ["updated_at", "2016-10-06 15:36:06.792157"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea cum debitis.\",\"text\":\"We need to transmit the back-end XML feed!\"}"], ["created_at", "2016-10-06 15:36:06.793037"], ["updated_at", "2016-10-06 15:36:06.793037"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non ad quos a incidunt ut enim.\",\"text\":\"Try to connect the SSL program, maybe it will connect the neural alarm!\"}"], ["created_at", "2016-10-06 15:36:06.794176"], ["updated_at", "2016-10-06 15:36:06.794176"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi sapiente sed placeat sit.\",\"text\":\"We need to reboot the virtual USB circuit!\"}"], ["created_at", "2016-10-06 15:36:06.795550"], ["updated_at", "2016-10-06 15:36:06.795550"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia eaque et dolores tenetur fuga rem sed.\",\"text\":\"Try to generate the JBOD driver, maybe it will generate the open-source hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.796664"], ["updated_at", "2016-10-06 15:36:06.796664"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam laudantium alias.\",\"text\":\"Quantifying the program won't do anything, we need to copy the multi-byte css bus!\"}"], ["created_at", "2016-10-06 15:36:06.798698"], ["updated_at", "2016-10-06 15:36:06.798698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo consequatur aperiam eligendi.\",\"text\":\"I'll navigate the open-source PNG feed, that should interface the SSL application!\"}"], ["created_at", "2016-10-06 15:36:06.799873"], ["updated_at", "2016-10-06 15:36:06.799873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime ea quae debitis sunt aliquam nam non.\",\"text\":\"You can't parse the system without transmitting the virtual SQL driver!\"}"], ["created_at", "2016-10-06 15:36:06.800839"], ["updated_at", "2016-10-06 15:36:06.800839"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et omnis sint quia facilis.\",\"text\":\"If we connect the panel, we can get to the CSS array through the neural AI protocol!\"}"], ["created_at", "2016-10-06 15:36:06.801767"], ["updated_at", "2016-10-06 15:36:06.801767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi accusantium voluptatem minima exercitationem quia ut fugiat.\",\"text\":\"I'll connect the optical XSS panel, that should program the SSL transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.802672"], ["updated_at", "2016-10-06 15:36:06.802672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe aut alias necessitatibus.\",\"text\":\"Use the primary SMTP matrix, then you can hack the virtual protocol!\"}"], ["created_at", "2016-10-06 15:36:06.803544"], ["updated_at", "2016-10-06 15:36:06.803544"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor ipsum et.\",\"text\":\"If we generate the application, we can get to the HTTP pixel through the 1080p JSON driver!\"}"], ["created_at", "2016-10-06 15:36:06.804408"], ["updated_at", "2016-10-06 15:36:06.804408"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora nostrum neque sit aperiam.\",\"text\":\"I'll input the virtual SQL protocol, that should protocol the IB port!\"}"], ["created_at", "2016-10-06 15:36:06.805281"], ["updated_at", "2016-10-06 15:36:06.805281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quidem esse.\",\"text\":\"The PNG sensor is down, bypass the open-source protocol so we can synthesize the SMS panel!\"}"], ["created_at", "2016-10-06 15:36:06.806167"], ["updated_at", "2016-10-06 15:36:06.806167"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores totam est harum.\",\"text\":\"We need to synthesize the primary EXE hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.807079"], ["updated_at", "2016-10-06 15:36:06.807079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis fugit sit doloribus eveniet est aut.\",\"text\":\"Backing up the system won't do anything, we need to bypass the bluetooth thx program!\"}"], ["created_at", "2016-10-06 15:36:06.807967"], ["updated_at", "2016-10-06 15:36:06.807967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo libero sint provident nihil.\",\"text\":\"We need to generate the solid state ADP matrix!\"}"], ["created_at", "2016-10-06 15:36:06.808845"], ["updated_at", "2016-10-06 15:36:06.808845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed qui officiis illo adipisci culpa.\",\"text\":\"I'll synthesize the primary SQL circuit, that should array the ADP alarm!\"}"], ["created_at", "2016-10-06 15:36:06.809713"], ["updated_at", "2016-10-06 15:36:06.809713"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem quo totam accusantium dolores corporis aliquam quae.\",\"text\":\"Try to hack the SDD panel, maybe it will synthesize the open-source program!\"}"], ["created_at", "2016-10-06 15:36:06.810600"], ["updated_at", "2016-10-06 15:36:06.810600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui minus voluptatum minima quaerat inventore aliquid qui.\",\"text\":\"We need to parse the redundant THX circuit!\"}"], ["created_at", "2016-10-06 15:36:06.811488"], ["updated_at", "2016-10-06 15:36:06.811488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente quis hic dignissimos ipsa voluptatibus consectetur.\",\"text\":\"I'll back up the online XSS pixel, that should pixel the SSL pixel!\"}"], ["created_at", "2016-10-06 15:36:06.812360"], ["updated_at", "2016-10-06 15:36:06.812360"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quia repellat eaque error.\",\"text\":\"If we calculate the panel, we can get to the AGP driver through the primary PNG port!\"}"], ["created_at", "2016-10-06 15:36:06.813226"], ["updated_at", "2016-10-06 15:36:06.813226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis tenetur voluptas aliquam consequuntur quia.\",\"text\":\"You can't index the matrix without backing up the 1080p USB feed!\"}"], ["created_at", "2016-10-06 15:36:06.814110"], ["updated_at", "2016-10-06 15:36:06.814110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate pariatur voluptatem fugit ipsa soluta excepturi.\",\"text\":\"Overriding the microchip won't do anything, we need to hack the bluetooth json protocol!\"}"], ["created_at", "2016-10-06 15:36:06.815025"], ["updated_at", "2016-10-06 15:36:06.815025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id asperiores qui.\",\"text\":\"Use the primary FTP alarm, then you can calculate the bluetooth circuit!\"}"], ["created_at", "2016-10-06 15:36:06.815986"], ["updated_at", "2016-10-06 15:36:06.815986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et id ipsa veritatis molestiae.\",\"text\":\"Try to reboot the SCSI capacitor, maybe it will reboot the wireless firewall!\"}"], ["created_at", "2016-10-06 15:36:06.816887"], ["updated_at", "2016-10-06 15:36:06.816887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam non velit ut et commodi.\",\"text\":\"If we back up the pixel, we can get to the COM system through the cross-platform SQL bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.817765"], ["updated_at", "2016-10-06 15:36:06.817765"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati enim sint harum ullam laborum non doloremque.\",\"text\":\"If we bypass the panel, we can get to the XSS port through the virtual AI capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.818653"], ["updated_at", "2016-10-06 15:36:06.818653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti et recusandae magni quis inventore voluptatum ullam.\",\"text\":\"We need to generate the cross-platform FTP bus!\"}"], ["created_at", "2016-10-06 15:36:06.819519"], ["updated_at", "2016-10-06 15:36:06.819519"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum sed qui sapiente itaque sit.\",\"text\":\"If we quantify the circuit, we can get to the USB circuit through the open-source USB feed!\"}"], ["created_at", "2016-10-06 15:36:06.820379"], ["updated_at", "2016-10-06 15:36:06.820379"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt praesentium eos.\",\"text\":\"Synthesizing the sensor won't do anything, we need to quantify the optical thx system!\"}"], ["created_at", "2016-10-06 15:36:06.821252"], ["updated_at", "2016-10-06 15:36:06.821252"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem dolor enim dolor quo.\",\"text\":\"You can't transmit the capacitor without hacking the haptic JSON system!\"}"], ["created_at", "2016-10-06 15:36:06.822099"], ["updated_at", "2016-10-06 15:36:06.822099"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit maiores iste.\",\"text\":\"You can't hack the pixel without synthesizing the multi-byte RAM driver!\"}"], ["created_at", "2016-10-06 15:36:06.823090"], ["updated_at", "2016-10-06 15:36:06.823090"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe nisi omnis incidunt ratione voluptatem qui.\",\"text\":\"The COM card is down, synthesize the 1080p panel so we can navigate the SMS feed!\"}"], ["created_at", "2016-10-06 15:36:06.824041"], ["updated_at", "2016-10-06 15:36:06.824041"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium exercitationem nemo ex quis dolore alias.\",\"text\":\"If we bypass the pixel, we can get to the EXE program through the wireless SMS program!\"}"], ["created_at", "2016-10-06 15:36:06.824995"], ["updated_at", "2016-10-06 15:36:06.824995"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi eos eligendi similique.\",\"text\":\"We need to navigate the primary AGP array!\"}"], ["created_at", "2016-10-06 15:36:06.825975"], ["updated_at", "2016-10-06 15:36:06.825975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit et voluptate.\",\"text\":\"Use the back-end ADP protocol, then you can copy the haptic array!\"}"], ["created_at", "2016-10-06 15:36:06.826876"], ["updated_at", "2016-10-06 15:36:06.826876"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto aperiam harum.\",\"text\":\"If we program the firewall, we can get to the JSON program through the solid state JBOD capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.827907"], ["updated_at", "2016-10-06 15:36:06.827907"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id porro ut.\",\"text\":\"Use the mobile ADP matrix, then you can navigate the redundant system!\"}"], ["created_at", "2016-10-06 15:36:06.829338"], ["updated_at", "2016-10-06 15:36:06.829338"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia repellendus esse voluptatem harum.\",\"text\":\"I'll compress the digital SQL sensor, that should firewall the SSL port!\"}"], ["created_at", "2016-10-06 15:36:06.830767"], ["updated_at", "2016-10-06 15:36:06.830767"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem saepe quos est et.\",\"text\":\"Use the neural SMS card, then you can index the solid state bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.831963"], ["updated_at", "2016-10-06 15:36:06.831963"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas laborum quia qui.\",\"text\":\"We need to connect the redundant SDD protocol!\"}"], ["created_at", "2016-10-06 15:36:06.833517"], ["updated_at", "2016-10-06 15:36:06.833517"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error corrupti ea qui quis deserunt eos.\",\"text\":\"The EXE alarm is down, program the open-source system so we can quantify the GB transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.835869"], ["updated_at", "2016-10-06 15:36:06.835869"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint ad minus esse aut sit tenetur.\",\"text\":\"Use the mobile RSS alarm, then you can reboot the bluetooth pixel!\"}"], ["created_at", "2016-10-06 15:36:06.837117"], ["updated_at", "2016-10-06 15:36:06.837117"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat molestiae et enim placeat.\",\"text\":\"Try to reboot the EXE circuit, maybe it will program the digital feed!\"}"], ["created_at", "2016-10-06 15:36:06.839729"], ["updated_at", "2016-10-06 15:36:06.839729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo quidem dolorum et voluptatem qui amet dicta.\",\"text\":\"Use the wireless THX port, then you can connect the open-source sensor!\"}"], ["created_at", "2016-10-06 15:36:06.840822"], ["updated_at", "2016-10-06 15:36:06.840822"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores est ullam alias neque.\",\"text\":\"If we index the pixel, we can get to the SAS port through the 1080p PNG alarm!\"}"], ["created_at", "2016-10-06 15:36:06.841722"], ["updated_at", "2016-10-06 15:36:06.841722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum nisi magnam et ducimus sit neque.\",\"text\":\"I'll connect the redundant SQL application, that should microchip the SDD driver!\"}"], ["created_at", "2016-10-06 15:36:06.842657"], ["updated_at", "2016-10-06 15:36:06.842657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum temporibus nihil et.\",\"text\":\"The SDD program is down, connect the cross-platform protocol so we can generate the AI capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.843543"], ["updated_at", "2016-10-06 15:36:06.843543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta similique porro est.\",\"text\":\"If we reboot the application, we can get to the JSON sensor through the auxiliary SAS firewall!\"}"], ["created_at", "2016-10-06 15:36:06.844406"], ["updated_at", "2016-10-06 15:36:06.844406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente vel molestias voluptate.\",\"text\":\"You can't index the protocol without hacking the online AI bus!\"}"], ["created_at", "2016-10-06 15:36:06.845311"], ["updated_at", "2016-10-06 15:36:06.845311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo magni nihil maxime quisquam aliquam necessitatibus dolor.\",\"text\":\"If we back up the capacitor, we can get to the SCSI transmitter through the solid state GB panel!\"}"], ["created_at", "2016-10-06 15:36:06.846221"], ["updated_at", "2016-10-06 15:36:06.846221"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quis minus adipisci.\",\"text\":\"Try to calculate the FTP pixel, maybe it will transmit the back-end feed!\"}"], ["created_at", "2016-10-06 15:36:06.847100"], ["updated_at", "2016-10-06 15:36:06.847100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos aspernatur et tenetur et dolorem sed debitis.\",\"text\":\"I'll quantify the online SMS pixel, that should bandwidth the EXE driver!\"}"], ["created_at", "2016-10-06 15:36:06.847977"], ["updated_at", "2016-10-06 15:36:06.847977"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad vel ut aut ut magni accusantium est.\",\"text\":\"We need to copy the auxiliary ADP hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.848999"], ["updated_at", "2016-10-06 15:36:06.848999"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quia ullam velit exercitationem repellat.\",\"text\":\"You can't transmit the driver without generating the haptic SCSI driver!\"}"], ["created_at", "2016-10-06 15:36:06.849971"], ["updated_at", "2016-10-06 15:36:06.849971"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam et cum esse deserunt alias.\",\"text\":\"You can't transmit the bandwidth without quantifying the haptic SAS firewall!\"}"], ["created_at", "2016-10-06 15:36:06.851044"], ["updated_at", "2016-10-06 15:36:06.851044"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime modi reiciendis voluptatem.\",\"text\":\"I'll hack the back-end JSON card, that should firewall the RSS matrix!\"}"], ["created_at", "2016-10-06 15:36:06.852090"], ["updated_at", "2016-10-06 15:36:06.852090"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cumque laboriosam.\",\"text\":\"I'll input the redundant PNG firewall, that should circuit the XML protocol!\"}"], ["created_at", "2016-10-06 15:36:06.853083"], ["updated_at", "2016-10-06 15:36:06.853083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quia modi omnis.\",\"text\":\"I'll quantify the neural JSON circuit, that should array the JBOD circuit!\"}"], ["created_at", "2016-10-06 15:36:06.854071"], ["updated_at", "2016-10-06 15:36:06.854071"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis officiis omnis repudiandae nostrum molestiae aliquam.\",\"text\":\"Use the neural HTTP monitor, then you can index the primary system!\"}"], ["created_at", "2016-10-06 15:36:06.855032"], ["updated_at", "2016-10-06 15:36:06.855032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam accusamus sed distinctio autem eum quos culpa.\",\"text\":\"You can't input the interface without indexing the mobile PNG card!\"}"], ["created_at", "2016-10-06 15:36:06.855996"], ["updated_at", "2016-10-06 15:36:06.855996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quis pariatur eos consequatur quia repellat amet.\",\"text\":\"Compressing the card won't do anything, we need to transmit the optical gb firewall!\"}"], ["created_at", "2016-10-06 15:36:06.856951"], ["updated_at", "2016-10-06 15:36:06.856951"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi qui sed ipsam impedit ut temporibus inventore.\",\"text\":\"You can't navigate the capacitor without backing up the virtual PCI monitor!\"}"], ["created_at", "2016-10-06 15:36:06.857928"], ["updated_at", "2016-10-06 15:36:06.857928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas qui perspiciatis non libero nisi.\",\"text\":\"Synthesizing the panel won't do anything, we need to input the solid state ram firewall!\"}"], ["created_at", "2016-10-06 15:36:06.858865"], ["updated_at", "2016-10-06 15:36:06.858865"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo inventore dolorum tenetur omnis.\",\"text\":\"I'll calculate the primary JSON system, that should panel the SQL firewall!\"}"], ["created_at", "2016-10-06 15:36:06.859746"], ["updated_at", "2016-10-06 15:36:06.859746"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia at cupiditate quia alias.\",\"text\":\"Navigating the port won't do anything, we need to calculate the online scsi program!\"}"], ["created_at", "2016-10-06 15:36:06.860608"], ["updated_at", "2016-10-06 15:36:06.860608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet est excepturi voluptatibus nihil rerum ut.\",\"text\":\"I'll copy the multi-byte PNG firewall, that should circuit the USB monitor!\"}"], ["created_at", "2016-10-06 15:36:06.861493"], ["updated_at", "2016-10-06 15:36:06.861493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea voluptas eaque corrupti aperiam fuga officia.\",\"text\":\"We need to index the solid state HTTP matrix!\"}"], ["created_at", "2016-10-06 15:36:06.862396"], ["updated_at", "2016-10-06 15:36:06.862396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus sit eveniet soluta tempore.\",\"text\":\"If we quantify the driver, we can get to the HDD pixel through the digital TCP sensor!\"}"], ["created_at", "2016-10-06 15:36:06.863265"], ["updated_at", "2016-10-06 15:36:06.863265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut rerum qui explicabo et voluptates velit qui.\",\"text\":\"I'll quantify the bluetooth RAM pixel, that should port the RSS panel!\"}"], ["created_at", "2016-10-06 15:36:06.864129"], ["updated_at", "2016-10-06 15:36:06.864129"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit non laudantium nemo mollitia quos debitis provident.\",\"text\":\"You can't calculate the driver without backing up the auxiliary PCI protocol!\"}"], ["created_at", "2016-10-06 15:36:06.864986"], ["updated_at", "2016-10-06 15:36:06.864986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis doloribus aut consequatur voluptas.\",\"text\":\"Use the wireless FTP panel, then you can override the haptic alarm!\"}"], ["created_at", "2016-10-06 15:36:06.865859"], ["updated_at", "2016-10-06 15:36:06.865859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum tempore est sed odio.\",\"text\":\"The SMTP bandwidth is down, parse the cross-platform hard drive so we can hack the SAS driver!\"}"], ["created_at", "2016-10-06 15:36:06.866765"], ["updated_at", "2016-10-06 15:36:06.866765"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos libero iusto aspernatur natus est.\",\"text\":\"I'll reboot the 1080p JSON system, that should microchip the JBOD feed!\"}"], ["created_at", "2016-10-06 15:36:06.867662"], ["updated_at", "2016-10-06 15:36:06.867662"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur molestiae aut magni voluptatem.\",\"text\":\"Use the auxiliary AGP bus, then you can hack the digital driver!\"}"], ["created_at", "2016-10-06 15:36:06.868591"], ["updated_at", "2016-10-06 15:36:06.868591"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis similique quae ea blanditiis.\",\"text\":\"The CSS program is down, index the multi-byte microchip so we can generate the COM bus!\"}"], ["created_at", "2016-10-06 15:36:06.869558"], ["updated_at", "2016-10-06 15:36:06.869558"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut maiores nostrum quidem voluptatem.\",\"text\":\"We need to calculate the redundant HTTP microchip!\"}"], ["created_at", "2016-10-06 15:36:06.870657"], ["updated_at", "2016-10-06 15:36:06.870657"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio in neque perspiciatis esse quis facilis est.\",\"text\":\"Try to hack the THX panel, maybe it will transmit the wireless array!\"}"], ["created_at", "2016-10-06 15:36:06.872025"], ["updated_at", "2016-10-06 15:36:06.872025"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur quam voluptatibus eligendi.\",\"text\":\"We need to compress the haptic SSL feed!\"}"], ["created_at", "2016-10-06 15:36:06.873219"], ["updated_at", "2016-10-06 15:36:06.873219"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore ex ab dolore unde nisi repellat id.\",\"text\":\"The SMS transmitter is down, bypass the open-source transmitter so we can copy the ADP system!\"}"], ["created_at", "2016-10-06 15:36:06.875309"], ["updated_at", "2016-10-06 15:36:06.875309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis consequatur voluptates impedit dolorem natus perferendis et.\",\"text\":\"You can't connect the array without parsing the haptic RSS application!\"}"], ["created_at", "2016-10-06 15:36:06.876432"], ["updated_at", "2016-10-06 15:36:06.876432"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores id id.\",\"text\":\"We need to quantify the cross-platform FTP sensor!\"}"], ["created_at", "2016-10-06 15:36:06.877402"], ["updated_at", "2016-10-06 15:36:06.877402"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio voluptas sed quia eveniet rerum nemo veritatis.\",\"text\":\"If we back up the matrix, we can get to the RAM feed through the auxiliary RAM microchip!\"}"], ["created_at", "2016-10-06 15:36:06.878371"], ["updated_at", "2016-10-06 15:36:06.878371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus eum dolore quam sit fugit dolorem.\",\"text\":\"I'll navigate the wireless ADP capacitor, that should program the EXE interface!\"}"], ["created_at", "2016-10-06 15:36:06.879352"], ["updated_at", "2016-10-06 15:36:06.879352"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut numquam repellat vero.\",\"text\":\"If we synthesize the feed, we can get to the RAM alarm through the wireless HTTP program!\"}"], ["created_at", "2016-10-06 15:36:06.880344"], ["updated_at", "2016-10-06 15:36:06.880344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium consequuntur at.\",\"text\":\"We need to reboot the bluetooth TCP capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.881334"], ["updated_at", "2016-10-06 15:36:06.881334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi sed repellat aspernatur.\",\"text\":\"Try to copy the ADP microchip, maybe it will calculate the optical transmitter!\"}"], ["created_at", "2016-10-06 15:36:06.882317"], ["updated_at", "2016-10-06 15:36:06.882317"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum omnis odio dolor esse iste.\",\"text\":\"You can't compress the system without copying the haptic RSS pixel!\"}"], ["created_at", "2016-10-06 15:36:06.883299"], ["updated_at", "2016-10-06 15:36:06.883299"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod id ut quia aperiam quas.\",\"text\":\"Try to generate the RSS hard drive, maybe it will generate the wireless bus!\"}"], ["created_at", "2016-10-06 15:36:06.884269"], ["updated_at", "2016-10-06 15:36:06.884269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia beatae nostrum assumenda eligendi.\",\"text\":\"Use the back-end SSL program, then you can hack the redundant feed!\"}"], ["created_at", "2016-10-06 15:36:06.885256"], ["updated_at", "2016-10-06 15:36:06.885256"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit libero sint veniam ad dignissimos nostrum quae.\",\"text\":\"Use the back-end IB port, then you can quantify the online sensor!\"}"], ["created_at", "2016-10-06 15:36:06.886215"], ["updated_at", "2016-10-06 15:36:06.886215"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro asperiores voluptatem ratione dicta.\",\"text\":\"We need to hack the primary SCSI pixel!\"}"], ["created_at", "2016-10-06 15:36:06.887117"], ["updated_at", "2016-10-06 15:36:06.887117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus sapiente sint sunt ut.\",\"text\":\"Backing up the microchip won't do anything, we need to quantify the digital sql microchip!\"}"], ["created_at", "2016-10-06 15:36:06.888036"], ["updated_at", "2016-10-06 15:36:06.888036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non earum eum odit eius distinctio magnam.\",\"text\":\"We need to transmit the bluetooth FTP firewall!\"}"], ["created_at", "2016-10-06 15:36:06.888913"], ["updated_at", "2016-10-06 15:36:06.888913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere ut aliquid ea sint illum sed sed.\",\"text\":\"Connecting the circuit won't do anything, we need to calculate the cross-platform smtp panel!\"}"], ["created_at", "2016-10-06 15:36:06.889901"], ["updated_at", "2016-10-06 15:36:06.889901"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora ratione quod et quasi quam incidunt aut.\",\"text\":\"Try to input the TCP port, maybe it will hack the mobile interface!\"}"], ["created_at", "2016-10-06 15:36:06.890842"], ["updated_at", "2016-10-06 15:36:06.890842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore aut voluptatem mollitia accusamus dolores.\",\"text\":\"The SSL matrix is down, calculate the haptic matrix so we can bypass the SQL monitor!\"}"], ["created_at", "2016-10-06 15:36:06.891692"], ["updated_at", "2016-10-06 15:36:06.891692"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas consequuntur non ullam impedit dolores dolor optio.\",\"text\":\"Backing up the protocol won't do anything, we need to synthesize the bluetooth thx program!\"}"], ["created_at", "2016-10-06 15:36:06.892733"], ["updated_at", "2016-10-06 15:36:06.892733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id exercitationem saepe odio facere.\",\"text\":\"The HDD protocol is down, index the cross-platform circuit so we can back up the CSS application!\"}"], ["created_at", "2016-10-06 15:36:06.893632"], ["updated_at", "2016-10-06 15:36:06.893632"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic eveniet eos.\",\"text\":\"We need to hack the optical IB system!\"}"], ["created_at", "2016-10-06 15:36:06.894589"], ["updated_at", "2016-10-06 15:36:06.894589"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor ut veniam.\",\"text\":\"Calculating the capacitor won't do anything, we need to parse the solid state pci alarm!\"}"], ["created_at", "2016-10-06 15:36:06.895483"], ["updated_at", "2016-10-06 15:36:06.895483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur ullam voluptas.\",\"text\":\"The PCI circuit is down, transmit the back-end system so we can compress the CSS driver!\"}"], ["created_at", "2016-10-06 15:36:06.896515"], ["updated_at", "2016-10-06 15:36:06.896515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel est impedit consectetur qui sit.\",\"text\":\"Use the neural SQL pixel, then you can input the cross-platform firewall!\"}"], ["created_at", "2016-10-06 15:36:06.897495"], ["updated_at", "2016-10-06 15:36:06.897495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In aut debitis.\",\"text\":\"We need to index the digital SCSI application!\"}"], ["created_at", "2016-10-06 15:36:06.898457"], ["updated_at", "2016-10-06 15:36:06.898457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate saepe ipsam ea in qui.\",\"text\":\"If we input the pixel, we can get to the SMTP hard drive through the open-source JSON firewall!\"}"], ["created_at", "2016-10-06 15:36:06.899396"], ["updated_at", "2016-10-06 15:36:06.899396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis totam eum quae rerum quas impedit est.\",\"text\":\"The FTP panel is down, navigate the bluetooth alarm so we can copy the SCSI system!\"}"], ["created_at", "2016-10-06 15:36:06.900345"], ["updated_at", "2016-10-06 15:36:06.900345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nam explicabo ducimus quia deserunt.\",\"text\":\"Calculating the feed won't do anything, we need to input the wireless exe matrix!\"}"], ["created_at", "2016-10-06 15:36:06.901304"], ["updated_at", "2016-10-06 15:36:06.901304"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum minima perferendis.\",\"text\":\"You can't copy the array without indexing the digital SSL matrix!\"}"], ["created_at", "2016-10-06 15:36:06.902230"], ["updated_at", "2016-10-06 15:36:06.902230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati dicta omnis pariatur quibusdam voluptatem nobis perferendis.\",\"text\":\"You can't calculate the protocol without overriding the back-end USB monitor!\"}"], ["created_at", "2016-10-06 15:36:06.903188"], ["updated_at", "2016-10-06 15:36:06.903188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis voluptates autem nostrum.\",\"text\":\"We need to back up the haptic FTP driver!\"}"], ["created_at", "2016-10-06 15:36:06.904150"], ["updated_at", "2016-10-06 15:36:06.904150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias consequatur dolorem.\",\"text\":\"The XML panel is down, back up the neural matrix so we can synthesize the RAM interface!\"}"], ["created_at", "2016-10-06 15:36:06.905007"], ["updated_at", "2016-10-06 15:36:06.905007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam consectetur quidem est sit asperiores eos aliquid.\",\"text\":\"Use the open-source XML monitor, then you can copy the multi-byte card!\"}"], ["created_at", "2016-10-06 15:36:06.905873"], ["updated_at", "2016-10-06 15:36:06.905873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam maxime iure quae sint.\",\"text\":\"Try to override the THX port, maybe it will back up the wireless bus!\"}"], ["created_at", "2016-10-06 15:36:06.906791"], ["updated_at", "2016-10-06 15:36:06.906791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi numquam porro itaque sit omnis sed harum.\",\"text\":\"If we bypass the system, we can get to the XSS capacitor through the neural SSL system!\"}"], ["created_at", "2016-10-06 15:36:06.907667"], ["updated_at", "2016-10-06 15:36:06.907667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores fugiat ullam et maxime.\",\"text\":\"I'll index the 1080p IB feed, that should transmitter the CSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.908527"], ["updated_at", "2016-10-06 15:36:06.908527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis enim accusamus provident nihil facilis quisquam nostrum.\",\"text\":\"Try to override the SMTP sensor, maybe it will index the redundant monitor!\"}"], ["created_at", "2016-10-06 15:36:06.909420"], ["updated_at", "2016-10-06 15:36:06.909420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias impedit sint voluptatem doloremque illo.\",\"text\":\"The PCI circuit is down, compress the multi-byte array so we can hack the HTTP card!\"}"], ["created_at", "2016-10-06 15:36:06.910298"], ["updated_at", "2016-10-06 15:36:06.910298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio temporibus quia eos.\",\"text\":\"Try to program the RSS interface, maybe it will override the 1080p matrix!\"}"], ["created_at", "2016-10-06 15:36:06.911174"], ["updated_at", "2016-10-06 15:36:06.911174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam unde at.\",\"text\":\"I'll override the cross-platform HTTP bandwidth, that should firewall the THX microchip!\"}"], ["created_at", "2016-10-06 15:36:06.912022"], ["updated_at", "2016-10-06 15:36:06.912022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolor consectetur necessitatibus sed id.\",\"text\":\"If we transmit the transmitter, we can get to the SMTP sensor through the virtual CSS capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.912890"], ["updated_at", "2016-10-06 15:36:06.912890"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ipsum velit tenetur voluptas enim unde neque.\",\"text\":\"You can't parse the panel without navigating the multi-byte SSL capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.913768"], ["updated_at", "2016-10-06 15:36:06.913768"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates quasi molestiae voluptatibus.\",\"text\":\"The RAM hard drive is down, hack the 1080p transmitter so we can input the HTTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.914662"], ["updated_at", "2016-10-06 15:36:06.914662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et temporibus recusandae consequatur tempore enim corrupti sed.\",\"text\":\"Use the neural RSS alarm, then you can navigate the back-end driver!\"}"], ["created_at", "2016-10-06 15:36:06.915516"], ["updated_at", "2016-10-06 15:36:06.915516"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit consequatur qui et nisi.\",\"text\":\"If we calculate the circuit, we can get to the GB port through the solid state JSON panel!\"}"], ["created_at", "2016-10-06 15:36:06.916379"], ["updated_at", "2016-10-06 15:36:06.916379"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi natus ipsam soluta.\",\"text\":\"Try to back up the JBOD circuit, maybe it will index the auxiliary panel!\"}"], ["created_at", "2016-10-06 15:36:06.917272"], ["updated_at", "2016-10-06 15:36:06.917272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et quas sunt magni ut possimus totam.\",\"text\":\"Overriding the array won't do anything, we need to compress the redundant thx system!\"}"], ["created_at", "2016-10-06 15:36:06.918190"], ["updated_at", "2016-10-06 15:36:06.918190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro excepturi ipsa voluptas.\",\"text\":\"Calculating the matrix won't do anything, we need to reboot the mobile json matrix!\"}"], ["created_at", "2016-10-06 15:36:06.919063"], ["updated_at", "2016-10-06 15:36:06.919063"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores aperiam delectus et possimus.\",\"text\":\"I'll synthesize the primary HDD interface, that should hard drive the FTP port!\"}"], ["created_at", "2016-10-06 15:36:06.919916"], ["updated_at", "2016-10-06 15:36:06.919916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt iusto id architecto blanditiis fuga et praesentium.\",\"text\":\"If we override the panel, we can get to the TCP application through the redundant RAM bandwidth!\"}"], ["created_at", "2016-10-06 15:36:06.920849"], ["updated_at", "2016-10-06 15:36:06.920849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto recusandae magni consequatur in nisi sunt.\",\"text\":\"The EXE transmitter is down, hack the digital panel so we can index the FTP driver!\"}"], ["created_at", "2016-10-06 15:36:06.921740"], ["updated_at", "2016-10-06 15:36:06.921740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est perspiciatis totam asperiores.\",\"text\":\"Try to compress the SSL firewall, maybe it will copy the primary circuit!\"}"], ["created_at", "2016-10-06 15:36:06.922623"], ["updated_at", "2016-10-06 15:36:06.922623"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem et soluta et qui illum voluptatibus.\",\"text\":\"Use the cross-platform GB protocol, then you can bypass the haptic program!\"}"], ["created_at", "2016-10-06 15:36:06.923501"], ["updated_at", "2016-10-06 15:36:06.923501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod in aut architecto sapiente voluptatibus eius.\",\"text\":\"Generating the alarm won't do anything, we need to quantify the wireless com hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.924371"], ["updated_at", "2016-10-06 15:36:06.924371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam in quidem quis praesentium.\",\"text\":\"The SCSI sensor is down, override the mobile feed so we can compress the THX capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.925239"], ["updated_at", "2016-10-06 15:36:06.925239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis illum atque officia est voluptatem aut doloribus.\",\"text\":\"The FTP bus is down, copy the neural transmitter so we can synthesize the SMS port!\"}"], ["created_at", "2016-10-06 15:36:06.926152"], ["updated_at", "2016-10-06 15:36:06.926152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus ullam hic in.\",\"text\":\"You can't navigate the port without bypassing the digital HDD panel!\"}"], ["created_at", "2016-10-06 15:36:06.927032"], ["updated_at", "2016-10-06 15:36:06.927032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt ipsum deserunt omnis dolore provident rerum.\",\"text\":\"If we index the circuit, we can get to the FTP pixel through the virtual GB pixel!\"}"], ["created_at", "2016-10-06 15:36:06.927904"], ["updated_at", "2016-10-06 15:36:06.927904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus porro et dolores.\",\"text\":\"Use the auxiliary JSON port, then you can calculate the bluetooth matrix!\"}"], ["created_at", "2016-10-06 15:36:06.928784"], ["updated_at", "2016-10-06 15:36:06.928784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam distinctio perferendis explicabo dolor.\",\"text\":\"You can't parse the hard drive without copying the cross-platform SMTP bus!\"}"], ["created_at", "2016-10-06 15:36:06.929659"], ["updated_at", "2016-10-06 15:36:06.929659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga aspernatur quia omnis libero asperiores.\",\"text\":\"I'll navigate the neural XSS monitor, that should system the EXE pixel!\"}"], ["created_at", "2016-10-06 15:36:06.930542"], ["updated_at", "2016-10-06 15:36:06.930542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum id ut eius.\",\"text\":\"Use the haptic XSS application, then you can navigate the online pixel!\"}"], ["created_at", "2016-10-06 15:36:06.931395"], ["updated_at", "2016-10-06 15:36:06.931395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur magnam odit fugiat.\",\"text\":\"Use the auxiliary XSS capacitor, then you can override the digital port!\"}"], ["created_at", "2016-10-06 15:36:06.932268"], ["updated_at", "2016-10-06 15:36:06.932268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto dolor veniam fuga quasi alias nihil iure.\",\"text\":\"If we index the hard drive, we can get to the SAS monitor through the back-end AGP feed!\"}"], ["created_at", "2016-10-06 15:36:06.933150"], ["updated_at", "2016-10-06 15:36:06.933150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis molestias sunt ea consequatur.\",\"text\":\"Use the open-source HTTP system, then you can transmit the optical pixel!\"}"], ["created_at", "2016-10-06 15:36:06.934045"], ["updated_at", "2016-10-06 15:36:06.934045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis sint ut non cupiditate qui vero itaque.\",\"text\":\"I'll navigate the virtual ADP monitor, that should pixel the XSS matrix!\"}"], ["created_at", "2016-10-06 15:36:06.934971"], ["updated_at", "2016-10-06 15:36:06.934971"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores voluptate consequuntur quia et.\",\"text\":\"Try to reboot the SCSI card, maybe it will index the neural sensor!\"}"], ["created_at", "2016-10-06 15:36:06.935897"], ["updated_at", "2016-10-06 15:36:06.935897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio saepe ut suscipit deleniti.\",\"text\":\"You can't calculate the bus without compressing the wireless RAM matrix!\"}"], ["created_at", "2016-10-06 15:36:06.936796"], ["updated_at", "2016-10-06 15:36:06.936796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae error autem et.\",\"text\":\"If we override the bandwidth, we can get to the XML port through the redundant AI matrix!\"}"], ["created_at", "2016-10-06 15:36:06.937671"], ["updated_at", "2016-10-06 15:36:06.937671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam nostrum corporis ut.\",\"text\":\"You can't index the transmitter without overriding the auxiliary JSON pixel!\"}"], ["created_at", "2016-10-06 15:36:06.938559"], ["updated_at", "2016-10-06 15:36:06.938559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est hic quae reprehenderit fugiat.\",\"text\":\"Try to bypass the GB transmitter, maybe it will program the wireless firewall!\"}"], ["created_at", "2016-10-06 15:36:06.939409"], ["updated_at", "2016-10-06 15:36:06.939409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae reprehenderit ad assumenda rerum dolor.\",\"text\":\"We need to compress the open-source THX application!\"}"], ["created_at", "2016-10-06 15:36:06.940276"], ["updated_at", "2016-10-06 15:36:06.940276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa provident laborum reprehenderit.\",\"text\":\"I'll back up the auxiliary GB system, that should bus the SMS hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.941155"], ["updated_at", "2016-10-06 15:36:06.941155"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat veritatis explicabo ullam.\",\"text\":\"We need to calculate the auxiliary RAM program!\"}"], ["created_at", "2016-10-06 15:36:06.942039"], ["updated_at", "2016-10-06 15:36:06.942039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem et rerum et expedita blanditiis.\",\"text\":\"Use the bluetooth HTTP bus, then you can calculate the multi-byte alarm!\"}"], ["created_at", "2016-10-06 15:36:06.942950"], ["updated_at", "2016-10-06 15:36:06.942950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut reiciendis amet.\",\"text\":\"You can't calculate the bandwidth without overriding the open-source XSS firewall!\"}"], ["created_at", "2016-10-06 15:36:06.943829"], ["updated_at", "2016-10-06 15:36:06.943829"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis animi hic voluptatibus et quis.\",\"text\":\"Use the wireless USB application, then you can back up the back-end circuit!\"}"], ["created_at", "2016-10-06 15:36:06.944706"], ["updated_at", "2016-10-06 15:36:06.944706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere beatae aspernatur repudiandae aperiam nisi.\",\"text\":\"You can't compress the sensor without synthesizing the auxiliary SMTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.945556"], ["updated_at", "2016-10-06 15:36:06.945556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quia rerum fuga architecto modi voluptatem.\",\"text\":\"Try to navigate the CSS capacitor, maybe it will calculate the optical alarm!\"}"], ["created_at", "2016-10-06 15:36:06.946467"], ["updated_at", "2016-10-06 15:36:06.946467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium est sunt et est amet optio.\",\"text\":\"Use the online PCI capacitor, then you can index the open-source hard drive!\"}"], ["created_at", "2016-10-06 15:36:06.947336"], ["updated_at", "2016-10-06 15:36:06.947336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem voluptatem itaque quo.\",\"text\":\"Navigating the interface won't do anything, we need to parse the digital scsi alarm!\"}"], ["created_at", "2016-10-06 15:36:06.948204"], ["updated_at", "2016-10-06 15:36:06.948204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non aperiam eaque velit necessitatibus vel quia mollitia.\",\"text\":\"I'll override the wireless JBOD matrix, that should application the AGP card!\"}"], ["created_at", "2016-10-06 15:36:06.949057"], ["updated_at", "2016-10-06 15:36:06.949057"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis deserunt libero.\",\"text\":\"I'll parse the haptic RSS array, that should pixel the IB protocol!\"}"], ["created_at", "2016-10-06 15:36:06.949927"], ["updated_at", "2016-10-06 15:36:06.949927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas numquam voluptatem debitis qui nihil a enim.\",\"text\":\"If we reboot the alarm, we can get to the SCSI interface through the solid state SSL sensor!\"}"], ["created_at", "2016-10-06 15:36:06.950850"], ["updated_at", "2016-10-06 15:36:06.950850"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam provident mollitia eum.\",\"text\":\"Use the mobile CSS sensor, then you can bypass the online alarm!\"}"], ["created_at", "2016-10-06 15:36:06.951712"], ["updated_at", "2016-10-06 15:36:06.951712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod iste pariatur rerum dolorem fugiat voluptate.\",\"text\":\"Try to quantify the PNG firewall, maybe it will bypass the mobile program!\"}"], ["created_at", "2016-10-06 15:36:06.952613"], ["updated_at", "2016-10-06 15:36:06.952613"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias distinctio labore.\",\"text\":\"Calculating the panel won't do anything, we need to reboot the bluetooth ram bus!\"}"], ["created_at", "2016-10-06 15:36:06.953640"], ["updated_at", "2016-10-06 15:36:06.953640"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eos aut nostrum quasi.\",\"text\":\"I'll index the haptic JSON firewall, that should program the SMS microchip!\"}"], ["created_at", "2016-10-06 15:36:06.954762"], ["updated_at", "2016-10-06 15:36:06.954762"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut consectetur et deleniti porro qui ullam laborum.\",\"text\":\"Use the neural PNG transmitter, then you can transmit the virtual system!\"}"], ["created_at", "2016-10-06 15:36:06.956078"], ["updated_at", "2016-10-06 15:36:06.956078"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error voluptas sint laborum repellat reprehenderit excepturi nemo.\",\"text\":\"I'll override the wireless ADP array, that should bandwidth the RAM feed!\"}"], ["created_at", "2016-10-06 15:36:06.957300"], ["updated_at", "2016-10-06 15:36:06.957300"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem numquam tempore qui illum perspiciatis.\",\"text\":\"I'll index the optical EXE feed, that should capacitor the HDD port!\"}"], ["created_at", "2016-10-06 15:36:06.959592"], ["updated_at", "2016-10-06 15:36:06.959592"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse placeat repudiandae aut deserunt.\",\"text\":\"Overriding the panel won't do anything, we need to override the haptic jbod application!\"}"], ["created_at", "2016-10-06 15:36:06.960862"], ["updated_at", "2016-10-06 15:36:06.960862"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non facere nesciunt temporibus.\",\"text\":\"Connecting the firewall won't do anything, we need to generate the mobile ram circuit!\"}"], ["created_at", "2016-10-06 15:36:06.962027"], ["updated_at", "2016-10-06 15:36:06.962027"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus deserunt optio minima sed.\",\"text\":\"Overriding the sensor won't do anything, we need to generate the solid state gb panel!\"}"], ["created_at", "2016-10-06 15:36:06.963313"], ["updated_at", "2016-10-06 15:36:06.963313"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae quia perspiciatis non molestiae dolores voluptate incidunt.\",\"text\":\"If we calculate the microchip, we can get to the USB firewall through the online PNG matrix!\"}"], ["created_at", "2016-10-06 15:36:06.964476"], ["updated_at", "2016-10-06 15:36:06.964476"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem occaecati consequatur ea aut quia.\",\"text\":\"Try to bypass the SMTP bus, maybe it will program the virtual feed!\"}"], ["created_at", "2016-10-06 15:36:06.965495"], ["updated_at", "2016-10-06 15:36:06.965495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione ut distinctio excepturi maiores.\",\"text\":\"You can't quantify the firewall without transmitting the online SQL matrix!\"}"], ["created_at", "2016-10-06 15:36:06.966391"], ["updated_at", "2016-10-06 15:36:06.966391"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut pariatur reprehenderit corporis quasi eligendi.\",\"text\":\"Try to bypass the PNG bus, maybe it will hack the auxiliary alarm!\"}"], ["created_at", "2016-10-06 15:36:06.967308"], ["updated_at", "2016-10-06 15:36:06.967308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias eum numquam reprehenderit quod.\",\"text\":\"You can't bypass the monitor without parsing the auxiliary THX port!\"}"], ["created_at", "2016-10-06 15:36:06.968231"], ["updated_at", "2016-10-06 15:36:06.968231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate quas quo ea exercitationem et qui.\",\"text\":\"If we index the bus, we can get to the AGP application through the open-source SCSI card!\"}"], ["created_at", "2016-10-06 15:36:06.969138"], ["updated_at", "2016-10-06 15:36:06.969138"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id nesciunt magnam animi et accusamus velit fuga.\",\"text\":\"I'll reboot the bluetooth SSL capacitor, that should bus the HDD interface!\"}"], ["created_at", "2016-10-06 15:36:06.970019"], ["updated_at", "2016-10-06 15:36:06.970019"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quo odio.\",\"text\":\"Try to input the AI protocol, maybe it will synthesize the digital panel!\"}"], ["created_at", "2016-10-06 15:36:06.970922"], ["updated_at", "2016-10-06 15:36:06.970922"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam atque veritatis dolorem quis qui suscipit.\",\"text\":\"If we quantify the alarm, we can get to the SMTP matrix through the bluetooth IB capacitor!\"}"], ["created_at", "2016-10-06 15:36:06.971810"], ["updated_at", "2016-10-06 15:36:06.971810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo rem molestias eveniet ipsam nihil qui minus.\",\"text\":\"You can't compress the interface without bypassing the online FTP system!\"}"], ["created_at", "2016-10-06 15:36:06.972663"], ["updated_at", "2016-10-06 15:36:06.972663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dolores sit ipsam similique debitis dicta a.\",\"text\":\"If we index the capacitor, we can get to the IB monitor through the haptic EXE feed!\"}"], ["created_at", "2016-10-06 15:36:06.973614"], ["updated_at", "2016-10-06 15:36:06.973614"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo ut earum maiores autem amet.\",\"text\":\"You can't calculate the firewall without transmitting the mobile RAM microchip!\"}"], ["created_at", "2016-10-06 15:36:06.974574"], ["updated_at", "2016-10-06 15:36:06.974574"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam alias similique autem.\",\"text\":\"If we quantify the sensor, we can get to the ADP protocol through the multi-byte SSL monitor!\"}"], ["created_at", "2016-10-06 15:36:06.975524"], ["updated_at", "2016-10-06 15:36:06.975524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores possimus omnis ab eos est.\",\"text\":\"Try to hack the SSL bandwidth, maybe it will transmit the optical interface!\"}"], ["created_at", "2016-10-06 15:36:06.976571"], ["updated_at", "2016-10-06 15:36:06.976571"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam autem aut eos consequuntur.\",\"text\":\"If we compress the matrix, we can get to the COM sensor through the mobile SDD driver!\"}"], ["created_at", "2016-10-06 15:36:06.977451"], ["updated_at", "2016-10-06 15:36:06.977451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id omnis excepturi laborum inventore molestias libero atque.\",\"text\":\"Try to generate the PCI pixel, maybe it will hack the neural driver!\"}"], ["created_at", "2016-10-06 15:36:06.978336"], ["updated_at", "2016-10-06 15:36:06.978336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit maiores dolores aut et placeat.\",\"text\":\"If we calculate the matrix, we can get to the HTTP capacitor through the back-end RSS port!\"}"], ["created_at", "2016-10-06 15:36:06.979255"], ["updated_at", "2016-10-06 15:36:06.979255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci autem quia recusandae reprehenderit illum.\",\"text\":\"If we program the firewall, we can get to the THX driver through the 1080p SMS microchip!\"}"], ["created_at", "2016-10-06 15:36:06.980123"], ["updated_at", "2016-10-06 15:36:06.980123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum consequatur aut eveniet qui consequuntur.\",\"text\":\"We need to override the wireless SQL feed!\"}"], ["created_at", "2016-10-06 15:36:06.981021"], ["updated_at", "2016-10-06 15:36:06.981021"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore aspernatur omnis ratione ut laboriosam.\",\"text\":\"The XML system is down, bypass the bluetooth circuit so we can compress the CSS port!\"}"], ["created_at", "2016-10-06 15:36:06.981959"], ["updated_at", "2016-10-06 15:36:06.981959"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse sed id.\",\"text\":\"Overriding the interface won't do anything, we need to override the neural xml matrix!\"}"], ["created_at", "2016-10-06 15:36:06.983161"], ["updated_at", "2016-10-06 15:36:06.983161"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt non necessitatibus non ea quas est.\",\"text\":\"I'll generate the redundant SAS bandwidth, that should array the HTTP program!\"}"], ["created_at", "2016-10-06 15:36:06.984405"], ["updated_at", "2016-10-06 15:36:06.984405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum eum molestiae.\",\"text\":\"Programming the panel won't do anything, we need to quantify the optical tcp array!\"}"], ["created_at", "2016-10-06 15:36:06.985477"], ["updated_at", "2016-10-06 15:36:06.985477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos aliquam facilis sint fugit ex.\",\"text\":\"Synthesizing the program won't do anything, we need to quantify the back-end png protocol!\"}"], ["created_at", "2016-10-06 15:36:06.986407"], ["updated_at", "2016-10-06 15:36:06.986407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum cupiditate nihil nesciunt.\",\"text\":\"If we transmit the matrix, we can get to the EXE hard drive through the wireless GB array!\"}"], ["created_at", "2016-10-06 15:36:06.987301"], ["updated_at", "2016-10-06 15:36:06.987301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum dolore saepe consequatur.\",\"text\":\"If we bypass the hard drive, we can get to the PCI hard drive through the cross-platform SSL circuit!\"}"], ["created_at", "2016-10-06 15:36:06.988156"], ["updated_at", "2016-10-06 15:36:06.988156"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed veniam non debitis.\",\"text\":\"If we connect the card, we can get to the IB card through the solid state SSL card!\"}"], ["created_at", "2016-10-06 15:36:06.989023"], ["updated_at", "2016-10-06 15:36:06.989023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis ut soluta.\",\"text\":\"Parsing the hard drive won't do anything, we need to override the cross-platform sms monitor!\"}"], ["created_at", "2016-10-06 15:36:06.989882"], ["updated_at", "2016-10-06 15:36:06.989882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est odit ut quo voluptatum officiis.\",\"text\":\"Try to connect the AGP pixel, maybe it will calculate the solid state application!\"}"], ["created_at", "2016-10-06 15:36:06.990781"], ["updated_at", "2016-10-06 15:36:06.990781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet qui esse velit architecto natus aut aliquam.\",\"text\":\"I'll copy the auxiliary RSS card, that should panel the XSS feed!\"}"], ["created_at", "2016-10-06 15:36:06.991683"], ["updated_at", "2016-10-06 15:36:06.991683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas error veritatis qui.\",\"text\":\"I'll program the open-source GB bandwidth, that should capacitor the TCP protocol!\"}"], ["created_at", "2016-10-06 15:36:06.992609"], ["updated_at", "2016-10-06 15:36:06.992609"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur ullam pariatur omnis autem dicta laboriosam.\",\"text\":\"If we generate the feed, we can get to the SMTP protocol through the digital EXE monitor!\"}"], ["created_at", "2016-10-06 15:36:06.993494"], ["updated_at", "2016-10-06 15:36:06.993494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut sit.\",\"text\":\"Try to program the RSS interface, maybe it will compress the solid state feed!\"}"], ["created_at", "2016-10-06 15:36:06.994378"], ["updated_at", "2016-10-06 15:36:06.994378"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe ut non molestiae incidunt aliquid.\",\"text\":\"We need to bypass the back-end IB pixel!\"}"], ["created_at", "2016-10-06 15:36:06.995253"], ["updated_at", "2016-10-06 15:36:06.995253"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia consectetur consequatur.\",\"text\":\"Copying the interface won't do anything, we need to compress the virtual gb bus!\"}"], ["created_at", "2016-10-06 15:36:06.996126"], ["updated_at", "2016-10-06 15:36:06.996126"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat voluptatem assumenda ullam natus provident.\",\"text\":\"I'll calculate the neural FTP driver, that should feed the ADP pixel!\"}"], ["created_at", "2016-10-06 15:36:06.996999"], ["updated_at", "2016-10-06 15:36:06.996999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat laboriosam voluptate est ratione aut cupiditate exercitationem.\",\"text\":\"Try to transmit the PCI microchip, maybe it will program the cross-platform circuit!\"}"], ["created_at", "2016-10-06 15:36:06.997853"], ["updated_at", "2016-10-06 15:36:06.997853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum enim quod nobis distinctio aperiam.\",\"text\":\"The SMTP circuit is down, copy the wireless capacitor so we can override the SCSI firewall!\"}"], ["created_at", "2016-10-06 15:36:06.998766"], ["updated_at", "2016-10-06 15:36:06.998766"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur non rem placeat qui.\",\"text\":\"Use the online COM alarm, then you can connect the cross-platform interface!\"}"], ["created_at", "2016-10-06 15:36:06.999634"], ["updated_at", "2016-10-06 15:36:06.999634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque iure asperiores sequi natus voluptates saepe quia.\",\"text\":\"The ADP system is down, reboot the primary card so we can override the HDD alarm!\"}"], ["created_at", "2016-10-06 15:36:07.000495"], ["updated_at", "2016-10-06 15:36:07.000495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia enim odio tempore vel accusamus.\",\"text\":\"You can't calculate the matrix without overriding the mobile XML port!\"}"], ["created_at", "2016-10-06 15:36:07.001438"], ["updated_at", "2016-10-06 15:36:07.001438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis dolore porro architecto.\",\"text\":\"You can't navigate the system without copying the 1080p HDD card!\"}"], ["created_at", "2016-10-06 15:36:07.002362"], ["updated_at", "2016-10-06 15:36:07.002362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur inventore quis doloribus nobis culpa sint non.\",\"text\":\"You can't index the sensor without programming the mobile EXE firewall!\"}"], ["created_at", "2016-10-06 15:36:07.003238"], ["updated_at", "2016-10-06 15:36:07.003238"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae quia voluptatum placeat corrupti.\",\"text\":\"Try to program the JSON hard drive, maybe it will back up the primary system!\"}"], ["created_at", "2016-10-06 15:36:07.004088"], ["updated_at", "2016-10-06 15:36:07.004088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta esse recusandae eveniet.\",\"text\":\"Use the 1080p RAM pixel, then you can calculate the primary hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.004955"], ["updated_at", "2016-10-06 15:36:07.004955"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet provident officia voluptas qui maiores.\",\"text\":\"If we index the system, we can get to the RAM capacitor through the multi-byte AGP system!\"}"], ["created_at", "2016-10-06 15:36:07.005820"], ["updated_at", "2016-10-06 15:36:07.005820"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda eaque cumque sequi atque aliquid.\",\"text\":\"We need to generate the wireless TCP feed!\"}"], ["created_at", "2016-10-06 15:36:07.006707"], ["updated_at", "2016-10-06 15:36:07.006707"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt sed rerum.\",\"text\":\"You can't generate the matrix without calculating the 1080p JBOD bus!\"}"], ["created_at", "2016-10-06 15:36:07.007569"], ["updated_at", "2016-10-06 15:36:07.007569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste atque non placeat minus.\",\"text\":\"The SAS circuit is down, program the primary capacitor so we can generate the ADP protocol!\"}"], ["created_at", "2016-10-06 15:36:07.008437"], ["updated_at", "2016-10-06 15:36:07.008437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non modi quidem totam qui.\",\"text\":\"Copying the bandwidth won't do anything, we need to bypass the solid state png monitor!\"}"], ["created_at", "2016-10-06 15:36:07.009319"], ["updated_at", "2016-10-06 15:36:07.009319"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste nemo aut ea eos velit quam.\",\"text\":\"If we index the system, we can get to the AI protocol through the digital ADP protocol!\"}"], ["created_at", "2016-10-06 15:36:07.010214"], ["updated_at", "2016-10-06 15:36:07.010214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum nesciunt ut exercitationem ut eos est.\",\"text\":\"Try to reboot the SCSI alarm, maybe it will program the auxiliary port!\"}"], ["created_at", "2016-10-06 15:36:07.011095"], ["updated_at", "2016-10-06 15:36:07.011095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum minus quas aliquid totam omnis facere quos.\",\"text\":\"Use the redundant FTP transmitter, then you can quantify the virtual card!\"}"], ["created_at", "2016-10-06 15:36:07.011962"], ["updated_at", "2016-10-06 15:36:07.011962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero rerum qui neque aut ratione pariatur.\",\"text\":\"Try to transmit the PCI interface, maybe it will input the digital firewall!\"}"], ["created_at", "2016-10-06 15:36:07.012824"], ["updated_at", "2016-10-06 15:36:07.012824"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur voluptas ipsam voluptas.\",\"text\":\"If we program the monitor, we can get to the IB circuit through the virtual AGP program!\"}"], ["created_at", "2016-10-06 15:36:07.013696"], ["updated_at", "2016-10-06 15:36:07.013696"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati sit rerum ratione sed ea sed.\",\"text\":\"Use the cross-platform PCI program, then you can copy the haptic monitor!\"}"], ["created_at", "2016-10-06 15:36:07.014589"], ["updated_at", "2016-10-06 15:36:07.014589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum itaque minima consequuntur impedit enim quo repellat.\",\"text\":\"I'll hack the multi-byte SQL interface, that should circuit the JBOD transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.015445"], ["updated_at", "2016-10-06 15:36:07.015445"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti nam minus omnis voluptas dolores ut.\",\"text\":\"Transmitting the system won't do anything, we need to override the auxiliary scsi sensor!\"}"], ["created_at", "2016-10-06 15:36:07.016314"], ["updated_at", "2016-10-06 15:36:07.016314"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut distinctio iste.\",\"text\":\"If we program the monitor, we can get to the PNG monitor through the back-end HDD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.017194"], ["updated_at", "2016-10-06 15:36:07.017194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus non sit veniam.\",\"text\":\"If we back up the card, we can get to the SMTP hard drive through the back-end PNG circuit!\"}"], ["created_at", "2016-10-06 15:36:07.018154"], ["updated_at", "2016-10-06 15:36:07.018154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis occaecati delectus voluptatem maiores ab.\",\"text\":\"If we back up the system, we can get to the HDD program through the 1080p XML application!\"}"], ["created_at", "2016-10-06 15:36:07.019047"], ["updated_at", "2016-10-06 15:36:07.019047"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit vel assumenda est dolorum.\",\"text\":\"You can't generate the sensor without transmitting the cross-platform SMTP feed!\"}"], ["created_at", "2016-10-06 15:36:07.019917"], ["updated_at", "2016-10-06 15:36:07.019917"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro esse hic aperiam.\",\"text\":\"Backing up the panel won't do anything, we need to copy the multi-byte ftp transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.020793"], ["updated_at", "2016-10-06 15:36:07.020793"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt in unde velit aut rem est culpa.\",\"text\":\"If we navigate the port, we can get to the SAS pixel through the 1080p SMTP bus!\"}"], ["created_at", "2016-10-06 15:36:07.021747"], ["updated_at", "2016-10-06 15:36:07.021747"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet quia quae libero consectetur delectus ea.\",\"text\":\"You can't index the feed without copying the neural XML capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.022751"], ["updated_at", "2016-10-06 15:36:07.022751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus voluptate vel deleniti recusandae veniam.\",\"text\":\"Try to program the JBOD port, maybe it will index the redundant monitor!\"}"], ["created_at", "2016-10-06 15:36:07.023654"], ["updated_at", "2016-10-06 15:36:07.023654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi eaque nulla atque.\",\"text\":\"Try to transmit the USB monitor, maybe it will compress the virtual circuit!\"}"], ["created_at", "2016-10-06 15:36:07.024642"], ["updated_at", "2016-10-06 15:36:07.024642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit et sapiente ut sunt in.\",\"text\":\"Hacking the alarm won't do anything, we need to parse the digital json system!\"}"], ["created_at", "2016-10-06 15:36:07.025648"], ["updated_at", "2016-10-06 15:36:07.025648"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam consequatur consequatur voluptatem.\",\"text\":\"We need to parse the cross-platform PCI panel!\"}"], ["created_at", "2016-10-06 15:36:07.026638"], ["updated_at", "2016-10-06 15:36:07.026638"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ad mollitia quia magnam eos est.\",\"text\":\"Copying the microchip won't do anything, we need to transmit the online gb firewall!\"}"], ["created_at", "2016-10-06 15:36:07.027593"], ["updated_at", "2016-10-06 15:36:07.027593"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum autem debitis aut accusantium voluptatum facilis.\",\"text\":\"We need to program the redundant COM firewall!\"}"], ["created_at", "2016-10-06 15:36:07.028546"], ["updated_at", "2016-10-06 15:36:07.028546"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur id consequuntur voluptatem est debitis atque.\",\"text\":\"You can't navigate the system without hacking the cross-platform THX microchip!\"}"], ["created_at", "2016-10-06 15:36:07.029473"], ["updated_at", "2016-10-06 15:36:07.029473"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia sit commodi autem.\",\"text\":\"If we bypass the alarm, we can get to the SSL bus through the virtual HTTP sensor!\"}"], ["created_at", "2016-10-06 15:36:07.030441"], ["updated_at", "2016-10-06 15:36:07.030441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi sequi vel quia.\",\"text\":\"Navigating the matrix won't do anything, we need to quantify the redundant tcp transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.031441"], ["updated_at", "2016-10-06 15:36:07.031441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae distinctio hic est aliquid.\",\"text\":\"I'll parse the primary JBOD pixel, that should card the PCI sensor!\"}"], ["created_at", "2016-10-06 15:36:07.032321"], ["updated_at", "2016-10-06 15:36:07.032321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit vero et et nesciunt assumenda.\",\"text\":\"If we generate the program, we can get to the SQL interface through the cross-platform TCP interface!\"}"], ["created_at", "2016-10-06 15:36:07.033186"], ["updated_at", "2016-10-06 15:36:07.033186"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque ipsa voluptas corporis et deserunt odit.\",\"text\":\"Try to override the XML alarm, maybe it will generate the haptic card!\"}"], ["created_at", "2016-10-06 15:36:07.034079"], ["updated_at", "2016-10-06 15:36:07.034079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo ab tenetur laborum labore.\",\"text\":\"Synthesizing the card won't do anything, we need to quantify the open-source rss capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.035052"], ["updated_at", "2016-10-06 15:36:07.035052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut enim qui consequuntur.\",\"text\":\"Use the 1080p COM transmitter, then you can override the bluetooth application!\"}"], ["created_at", "2016-10-06 15:36:07.035927"], ["updated_at", "2016-10-06 15:36:07.035927"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil et et.\",\"text\":\"The TCP port is down, calculate the bluetooth interface so we can generate the AGP feed!\"}"], ["created_at", "2016-10-06 15:36:07.036801"], ["updated_at", "2016-10-06 15:36:07.036801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam saepe qui voluptas itaque.\",\"text\":\"Use the multi-byte AI program, then you can copy the neural bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.037669"], ["updated_at", "2016-10-06 15:36:07.037669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed dolorum rem ut sapiente.\",\"text\":\"The PNG bus is down, navigate the redundant program so we can compress the SMS protocol!\"}"], ["created_at", "2016-10-06 15:36:07.038553"], ["updated_at", "2016-10-06 15:36:07.038553"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam facere quos fugit.\",\"text\":\"If we navigate the feed, we can get to the COM driver through the mobile JBOD application!\"}"], ["created_at", "2016-10-06 15:36:07.039424"], ["updated_at", "2016-10-06 15:36:07.039424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit autem sint iusto.\",\"text\":\"If we input the bandwidth, we can get to the THX system through the bluetooth AI panel!\"}"], ["created_at", "2016-10-06 15:36:07.040277"], ["updated_at", "2016-10-06 15:36:07.040277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quidem quia hic ipsam non quo aut.\",\"text\":\"You can't copy the application without navigating the mobile HDD program!\"}"], ["created_at", "2016-10-06 15:36:07.041151"], ["updated_at", "2016-10-06 15:36:07.041151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio corrupti aut enim sed aut.\",\"text\":\"If we hack the hard drive, we can get to the CSS bus through the open-source HDD hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.042041"], ["updated_at", "2016-10-06 15:36:07.042041"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia animi voluptatem quos veniam.\",\"text\":\"The GB hard drive is down, navigate the redundant feed so we can hack the XSS system!\"}"], ["created_at", "2016-10-06 15:36:07.042978"], ["updated_at", "2016-10-06 15:36:07.042978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In voluptas velit.\",\"text\":\"Try to input the ADP array, maybe it will navigate the primary interface!\"}"], ["created_at", "2016-10-06 15:36:07.043829"], ["updated_at", "2016-10-06 15:36:07.043829"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad excepturi praesentium accusantium.\",\"text\":\"Compressing the microchip won't do anything, we need to generate the solid state agp program!\"}"], ["created_at", "2016-10-06 15:36:07.044701"], ["updated_at", "2016-10-06 15:36:07.044701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto omnis sunt itaque voluptas veniam est praesentium.\",\"text\":\"The SQL alarm is down, compress the back-end circuit so we can navigate the SMS bus!\"}"], ["created_at", "2016-10-06 15:36:07.045685"], ["updated_at", "2016-10-06 15:36:07.045685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel vero velit qui aliquam fuga.\",\"text\":\"The RSS transmitter is down, synthesize the multi-byte capacitor so we can hack the GB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.046644"], ["updated_at", "2016-10-06 15:36:07.046644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi voluptas odio libero ut.\",\"text\":\"Try to index the TCP feed, maybe it will bypass the optical port!\"}"], ["created_at", "2016-10-06 15:36:07.047547"], ["updated_at", "2016-10-06 15:36:07.047547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est rerum sit.\",\"text\":\"If we reboot the circuit, we can get to the HDD panel through the solid state SSL hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.048416"], ["updated_at", "2016-10-06 15:36:07.048416"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla occaecati tempore explicabo sit ut fugit laudantium.\",\"text\":\"Compressing the hard drive won't do anything, we need to parse the redundant sql driver!\"}"], ["created_at", "2016-10-06 15:36:07.049291"], ["updated_at", "2016-10-06 15:36:07.049291"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem dignissimos ut officia non.\",\"text\":\"The RAM monitor is down, generate the cross-platform program so we can override the RAM panel!\"}"], ["created_at", "2016-10-06 15:36:07.050222"], ["updated_at", "2016-10-06 15:36:07.050222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In at nam.\",\"text\":\"Use the online ADP pixel, then you can override the solid state transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.051127"], ["updated_at", "2016-10-06 15:36:07.051127"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora dolorem quam.\",\"text\":\"Use the online AGP monitor, then you can transmit the redundant protocol!\"}"], ["created_at", "2016-10-06 15:36:07.051998"], ["updated_at", "2016-10-06 15:36:07.051998"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam qui qui vel laborum molestias sit.\",\"text\":\"Use the auxiliary RSS capacitor, then you can input the digital bus!\"}"], ["created_at", "2016-10-06 15:36:07.053091"], ["updated_at", "2016-10-06 15:36:07.053091"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus odit atque quod non sit nemo dolorem.\",\"text\":\"You can't transmit the capacitor without calculating the redundant ADP driver!\"}"], ["created_at", "2016-10-06 15:36:07.054585"], ["updated_at", "2016-10-06 15:36:07.054585"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptatem et perferendis suscipit facilis voluptatem.\",\"text\":\"Try to navigate the FTP panel, maybe it will connect the back-end bus!\"}"], ["created_at", "2016-10-06 15:36:07.055984"], ["updated_at", "2016-10-06 15:36:07.055984"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut modi quibusdam.\",\"text\":\"Use the online SSL card, then you can reboot the redundant hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.057242"], ["updated_at", "2016-10-06 15:36:07.057242"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In provident laboriosam quisquam dolores est non.\",\"text\":\"I'll reboot the primary RAM program, that should capacitor the JBOD pixel!\"}"], ["created_at", "2016-10-06 15:36:07.059899"], ["updated_at", "2016-10-06 15:36:07.059899"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum fugit debitis ut.\",\"text\":\"Navigating the driver won't do anything, we need to back up the multi-byte smtp bus!\"}"], ["created_at", "2016-10-06 15:36:07.061210"], ["updated_at", "2016-10-06 15:36:07.061210"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A est qui voluptas.\",\"text\":\"We need to generate the auxiliary JBOD bus!\"}"], ["created_at", "2016-10-06 15:36:07.063118"], ["updated_at", "2016-10-06 15:36:07.063118"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolores aut qui.\",\"text\":\"Try to parse the IB capacitor, maybe it will program the optical alarm!\"}"], ["created_at", "2016-10-06 15:36:07.064938"], ["updated_at", "2016-10-06 15:36:07.064938"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae sapiente quod non ut aut distinctio eligendi.\",\"text\":\"Try to program the SMS port, maybe it will calculate the online application!\"}"], ["created_at", "2016-10-06 15:36:07.066018"], ["updated_at", "2016-10-06 15:36:07.066018"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam enim labore.\",\"text\":\"The AGP interface is down, copy the optical bus so we can copy the GB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.067284"], ["updated_at", "2016-10-06 15:36:07.067284"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus voluptates accusantium.\",\"text\":\"I'll calculate the neural HDD feed, that should system the SQL microchip!\"}"], ["created_at", "2016-10-06 15:36:07.068719"], ["updated_at", "2016-10-06 15:36:07.068719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni accusamus fugit excepturi eos eaque id.\",\"text\":\"You can't generate the monitor without calculating the 1080p SMS card!\"}"], ["created_at", "2016-10-06 15:36:07.069761"], ["updated_at", "2016-10-06 15:36:07.069761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque exercitationem eveniet amet rerum pariatur.\",\"text\":\"Try to navigate the XML capacitor, maybe it will back up the open-source system!\"}"], ["created_at", "2016-10-06 15:36:07.070756"], ["updated_at", "2016-10-06 15:36:07.070756"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et aut quisquam ut neque.\",\"text\":\"If we calculate the array, we can get to the SSL hard drive through the digital CSS pixel!\"}"], ["created_at", "2016-10-06 15:36:07.071749"], ["updated_at", "2016-10-06 15:36:07.071749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus aut in sed ipsa.\",\"text\":\"If we override the bandwidth, we can get to the JBOD hard drive through the online THX matrix!\"}"], ["created_at", "2016-10-06 15:36:07.072722"], ["updated_at", "2016-10-06 15:36:07.072722"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga quam et id.\",\"text\":\"Overriding the system won't do anything, we need to hack the redundant com pixel!\"}"], ["created_at", "2016-10-06 15:36:07.073727"], ["updated_at", "2016-10-06 15:36:07.073727"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur doloremque rerum molestiae dolor sed sunt reiciendis.\",\"text\":\"Use the optical COM panel, then you can navigate the primary program!\"}"], ["created_at", "2016-10-06 15:36:07.074724"], ["updated_at", "2016-10-06 15:36:07.074724"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas aliquid dolores provident.\",\"text\":\"Indexing the feed won't do anything, we need to copy the cross-platform scsi application!\"}"], ["created_at", "2016-10-06 15:36:07.075718"], ["updated_at", "2016-10-06 15:36:07.075718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut eaque sit harum voluptatem.\",\"text\":\"Use the virtual THX bus, then you can quantify the redundant driver!\"}"], ["created_at", "2016-10-06 15:36:07.076686"], ["updated_at", "2016-10-06 15:36:07.076686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque aut laudantium maxime.\",\"text\":\"Use the wireless XML microchip, then you can quantify the primary alarm!\"}"], ["created_at", "2016-10-06 15:36:07.077655"], ["updated_at", "2016-10-06 15:36:07.077655"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum totam ipsam ratione.\",\"text\":\"Try to input the XML transmitter, maybe it will synthesize the bluetooth card!\"}"], ["created_at", "2016-10-06 15:36:07.078729"], ["updated_at", "2016-10-06 15:36:07.078729"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam voluptatibus officiis culpa sit.\",\"text\":\"The SSL program is down, hack the optical transmitter so we can override the IB card!\"}"], ["created_at", "2016-10-06 15:36:07.080797"], ["updated_at", "2016-10-06 15:36:07.080797"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et consequatur quam ullam quia maxime.\",\"text\":\"Try to reboot the JBOD application, maybe it will index the primary program!\"}"], ["created_at", "2016-10-06 15:36:07.081823"], ["updated_at", "2016-10-06 15:36:07.081823"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe laudantium fugit ut ducimus voluptatibus omnis quo.\",\"text\":\"Backing up the protocol won't do anything, we need to calculate the cross-platform png card!\"}"], ["created_at", "2016-10-06 15:36:07.082789"], ["updated_at", "2016-10-06 15:36:07.082789"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel blanditiis voluptatum itaque aperiam quo.\",\"text\":\"Overriding the panel won't do anything, we need to bypass the bluetooth tcp transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.083729"], ["updated_at", "2016-10-06 15:36:07.083729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos autem consequatur.\",\"text\":\"I'll parse the haptic AI hard drive, that should bandwidth the HDD driver!\"}"], ["created_at", "2016-10-06 15:36:07.084735"], ["updated_at", "2016-10-06 15:36:07.084735"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam quo omnis iusto quam nostrum ea nulla.\",\"text\":\"You can't connect the hard drive without connecting the haptic AI bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.085679"], ["updated_at", "2016-10-06 15:36:07.085679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae sit ducimus quia voluptatibus pariatur laborum.\",\"text\":\"Parsing the sensor won't do anything, we need to synthesize the cross-platform com application!\"}"], ["created_at", "2016-10-06 15:36:07.086576"], ["updated_at", "2016-10-06 15:36:07.086576"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis est sunt.\",\"text\":\"If we hack the alarm, we can get to the SDD panel through the open-source JBOD card!\"}"], ["created_at", "2016-10-06 15:36:07.087628"], ["updated_at", "2016-10-06 15:36:07.087628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime voluptas alias soluta odio nihil.\",\"text\":\"I'll index the cross-platform ADP hard drive, that should hard drive the AGP alarm!\"}"], ["created_at", "2016-10-06 15:36:07.088612"], ["updated_at", "2016-10-06 15:36:07.088612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident ipsa corporis quas necessitatibus et.\",\"text\":\"I'll reboot the virtual GB microchip, that should alarm the RAM bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.089584"], ["updated_at", "2016-10-06 15:36:07.089584"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate qui enim perspiciatis.\",\"text\":\"The FTP pixel is down, transmit the open-source application so we can bypass the EXE port!\"}"], ["created_at", "2016-10-06 15:36:07.090580"], ["updated_at", "2016-10-06 15:36:07.090580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia sint sit ut reprehenderit.\",\"text\":\"Try to quantify the TCP feed, maybe it will generate the multi-byte interface!\"}"], ["created_at", "2016-10-06 15:36:07.091562"], ["updated_at", "2016-10-06 15:36:07.091562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut in autem.\",\"text\":\"I'll reboot the mobile XSS firewall, that should circuit the TCP system!\"}"], ["created_at", "2016-10-06 15:36:07.092541"], ["updated_at", "2016-10-06 15:36:07.092541"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque eveniet consequatur.\",\"text\":\"You can't navigate the hard drive without hacking the mobile CSS matrix!\"}"], ["created_at", "2016-10-06 15:36:07.093602"], ["updated_at", "2016-10-06 15:36:07.093602"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio voluptates vel.\",\"text\":\"We need to bypass the virtual USB card!\"}"], ["created_at", "2016-10-06 15:36:07.094628"], ["updated_at", "2016-10-06 15:36:07.094628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quos suscipit consectetur voluptates minus itaque.\",\"text\":\"Programming the pixel won't do anything, we need to connect the mobile thx alarm!\"}"], ["created_at", "2016-10-06 15:36:07.095590"], ["updated_at", "2016-10-06 15:36:07.095590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam quis explicabo ea.\",\"text\":\"If we hack the alarm, we can get to the SSL hard drive through the solid state TCP monitor!\"}"], ["created_at", "2016-10-06 15:36:07.096467"], ["updated_at", "2016-10-06 15:36:07.096467"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus nemo quisquam corrupti facere praesentium quia.\",\"text\":\"Synthesizing the system won't do anything, we need to bypass the primary ib hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.097335"], ["updated_at", "2016-10-06 15:36:07.097335"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit explicabo laudantium quis.\",\"text\":\"I'll generate the primary CSS monitor, that should transmitter the IB protocol!\"}"], ["created_at", "2016-10-06 15:36:07.098245"], ["updated_at", "2016-10-06 15:36:07.098245"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi voluptas placeat nam nisi et.\",\"text\":\"If we override the card, we can get to the IB program through the back-end COM bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.099192"], ["updated_at", "2016-10-06 15:36:07.099192"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus vitae non adipisci officiis sint nihil culpa.\",\"text\":\"The XSS microchip is down, transmit the cross-platform microchip so we can reboot the THX hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.100072"], ["updated_at", "2016-10-06 15:36:07.100072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea dolorum et error laudantium est sunt.\",\"text\":\"Use the 1080p THX program, then you can synthesize the solid state pixel!\"}"], ["created_at", "2016-10-06 15:36:07.100977"], ["updated_at", "2016-10-06 15:36:07.100977"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt nisi et dolores dolores aut.\",\"text\":\"You can't synthesize the bandwidth without indexing the 1080p PNG program!\"}"], ["created_at", "2016-10-06 15:36:07.101865"], ["updated_at", "2016-10-06 15:36:07.101865"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est accusamus culpa ut.\",\"text\":\"Try to program the COM application, maybe it will bypass the primary protocol!\"}"], ["created_at", "2016-10-06 15:36:07.102794"], ["updated_at", "2016-10-06 15:36:07.102794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia iure animi voluptas non ex.\",\"text\":\"The JSON feed is down, bypass the haptic panel so we can override the JBOD pixel!\"}"], ["created_at", "2016-10-06 15:36:07.103670"], ["updated_at", "2016-10-06 15:36:07.103670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit dolorem qui nam et tempora voluptatem vitae.\",\"text\":\"Connecting the panel won't do anything, we need to quantify the mobile smtp capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.104566"], ["updated_at", "2016-10-06 15:36:07.104566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis voluptas nam.\",\"text\":\"You can't transmit the bandwidth without quantifying the 1080p SSL application!\"}"], ["created_at", "2016-10-06 15:36:07.105451"], ["updated_at", "2016-10-06 15:36:07.105451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora magni odio ipsa dolore cumque.\",\"text\":\"We need to input the 1080p ADP array!\"}"], ["created_at", "2016-10-06 15:36:07.106359"], ["updated_at", "2016-10-06 15:36:07.106359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quia sed autem.\",\"text\":\"I'll navigate the multi-byte SAS protocol, that should pixel the JSON circuit!\"}"], ["created_at", "2016-10-06 15:36:07.107229"], ["updated_at", "2016-10-06 15:36:07.107229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil molestiae occaecati.\",\"text\":\"Hacking the panel won't do anything, we need to generate the redundant sms program!\"}"], ["created_at", "2016-10-06 15:36:07.108102"], ["updated_at", "2016-10-06 15:36:07.108102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet delectus harum et et voluptates mollitia.\",\"text\":\"Use the solid state SMTP sensor, then you can parse the multi-byte bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.108995"], ["updated_at", "2016-10-06 15:36:07.108995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium occaecati reprehenderit sed explicabo.\",\"text\":\"Try to calculate the USB bandwidth, maybe it will copy the wireless interface!\"}"], ["created_at", "2016-10-06 15:36:07.109878"], ["updated_at", "2016-10-06 15:36:07.109878"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quis veniam quae.\",\"text\":\"Use the multi-byte AGP port, then you can input the optical driver!\"}"], ["created_at", "2016-10-06 15:36:07.110814"], ["updated_at", "2016-10-06 15:36:07.110814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus nisi delectus corrupti ullam eligendi.\",\"text\":\"We need to parse the 1080p ADP sensor!\"}"], ["created_at", "2016-10-06 15:36:07.111676"], ["updated_at", "2016-10-06 15:36:07.111676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea voluptatem enim tempore atque a laboriosam ab.\",\"text\":\"Synthesizing the interface won't do anything, we need to reboot the online ib system!\"}"], ["created_at", "2016-10-06 15:36:07.112555"], ["updated_at", "2016-10-06 15:36:07.112555"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus et doloremque quibusdam ullam.\",\"text\":\"Use the haptic XML hard drive, then you can copy the redundant program!\"}"], ["created_at", "2016-10-06 15:36:07.113434"], ["updated_at", "2016-10-06 15:36:07.113434"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima perferendis fuga.\",\"text\":\"We need to copy the digital SAS bus!\"}"], ["created_at", "2016-10-06 15:36:07.114352"], ["updated_at", "2016-10-06 15:36:07.114352"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia placeat impedit expedita magnam et aut odio.\",\"text\":\"Use the auxiliary PCI microchip, then you can quantify the open-source matrix!\"}"], ["created_at", "2016-10-06 15:36:07.115279"], ["updated_at", "2016-10-06 15:36:07.115279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla delectus reprehenderit.\",\"text\":\"Indexing the pixel won't do anything, we need to index the back-end sql bus!\"}"], ["created_at", "2016-10-06 15:36:07.116173"], ["updated_at", "2016-10-06 15:36:07.116173"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque eveniet tempore.\",\"text\":\"Try to index the AGP system, maybe it will copy the digital alarm!\"}"], ["created_at", "2016-10-06 15:36:07.117051"], ["updated_at", "2016-10-06 15:36:07.117051"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam at et ullam sed.\",\"text\":\"Navigating the matrix won't do anything, we need to parse the auxiliary adp alarm!\"}"], ["created_at", "2016-10-06 15:36:07.117947"], ["updated_at", "2016-10-06 15:36:07.117947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti et delectus magni ullam provident itaque.\",\"text\":\"The THX transmitter is down, reboot the 1080p hard drive so we can input the IB hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.118936"], ["updated_at", "2016-10-06 15:36:07.118936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et asperiores ex ut.\",\"text\":\"Use the back-end JSON driver, then you can compress the bluetooth monitor!\"}"], ["created_at", "2016-10-06 15:36:07.119851"], ["updated_at", "2016-10-06 15:36:07.119851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam similique sed ea suscipit commodi.\",\"text\":\"I'll program the auxiliary EXE program, that should interface the SCSI system!\"}"], ["created_at", "2016-10-06 15:36:07.120720"], ["updated_at", "2016-10-06 15:36:07.120720"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero a illo est neque ipsa consequuntur sapiente.\",\"text\":\"Try to program the SCSI feed, maybe it will connect the neural protocol!\"}"], ["created_at", "2016-10-06 15:36:07.121609"], ["updated_at", "2016-10-06 15:36:07.121609"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus sint ullam quaerat.\",\"text\":\"Use the online COM sensor, then you can program the multi-byte microchip!\"}"], ["created_at", "2016-10-06 15:36:07.122513"], ["updated_at", "2016-10-06 15:36:07.122513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum fugiat sapiente.\",\"text\":\"I'll reboot the wireless RSS matrix, that should card the RAM interface!\"}"], ["created_at", "2016-10-06 15:36:07.123394"], ["updated_at", "2016-10-06 15:36:07.123394"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut illo natus tempora eveniet necessitatibus iusto.\",\"text\":\"If we transmit the matrix, we can get to the AGP port through the primary GB sensor!\"}"], ["created_at", "2016-10-06 15:36:07.124272"], ["updated_at", "2016-10-06 15:36:07.124272"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci nulla quia non mollitia rerum sed.\",\"text\":\"If we navigate the program, we can get to the SCSI capacitor through the cross-platform HDD card!\"}"], ["created_at", "2016-10-06 15:36:07.125234"], ["updated_at", "2016-10-06 15:36:07.125234"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt rerum iste esse omnis quod.\",\"text\":\"You can't back up the program without quantifying the cross-platform AI microchip!\"}"], ["created_at", "2016-10-06 15:36:07.126326"], ["updated_at", "2016-10-06 15:36:07.126326"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe ullam aliquam.\",\"text\":\"The SCSI system is down, bypass the cross-platform port so we can parse the HTTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.128145"], ["updated_at", "2016-10-06 15:36:07.128145"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In velit natus.\",\"text\":\"Connecting the array won't do anything, we need to copy the digital exe array!\"}"], ["created_at", "2016-10-06 15:36:07.129310"], ["updated_at", "2016-10-06 15:36:07.129310"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt reiciendis qui itaque voluptatem molestiae eligendi.\",\"text\":\"Programming the circuit won't do anything, we need to transmit the mobile com sensor!\"}"], ["created_at", "2016-10-06 15:36:07.131497"], ["updated_at", "2016-10-06 15:36:07.131497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas error aut.\",\"text\":\"Navigating the array won't do anything, we need to transmit the online ib bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.132548"], ["updated_at", "2016-10-06 15:36:07.132548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque nisi consequatur ut voluptates iusto impedit in.\",\"text\":\"You can't back up the firewall without copying the bluetooth TCP pixel!\"}"], ["created_at", "2016-10-06 15:36:07.133473"], ["updated_at", "2016-10-06 15:36:07.133473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id tempore voluptate nihil error.\",\"text\":\"The FTP pixel is down, index the optical firewall so we can parse the SAS alarm!\"}"], ["created_at", "2016-10-06 15:36:07.134479"], ["updated_at", "2016-10-06 15:36:07.134479"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sunt molestiae et.\",\"text\":\"Calculating the feed won't do anything, we need to index the redundant adp panel!\"}"], ["created_at", "2016-10-06 15:36:07.135407"], ["updated_at", "2016-10-06 15:36:07.135407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia non id.\",\"text\":\"We need to parse the neural RAM bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.136274"], ["updated_at", "2016-10-06 15:36:07.136274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos deserunt cumque.\",\"text\":\"Try to hack the AGP hard drive, maybe it will generate the virtual array!\"}"], ["created_at", "2016-10-06 15:36:07.137151"], ["updated_at", "2016-10-06 15:36:07.137151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut aut vero dolor aperiam eum quis.\",\"text\":\"The TCP system is down, program the optical bandwidth so we can program the EXE circuit!\"}"], ["created_at", "2016-10-06 15:36:07.138038"], ["updated_at", "2016-10-06 15:36:07.138038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam repudiandae reiciendis.\",\"text\":\"I'll program the solid state SSL array, that should interface the COM transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.138958"], ["updated_at", "2016-10-06 15:36:07.138958"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet voluptas sapiente velit atque.\",\"text\":\"If we calculate the system, we can get to the SDD bus through the mobile THX microchip!\"}"], ["created_at", "2016-10-06 15:36:07.139837"], ["updated_at", "2016-10-06 15:36:07.139837"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda occaecati voluptas molestiae voluptates.\",\"text\":\"We need to input the cross-platform FTP system!\"}"], ["created_at", "2016-10-06 15:36:07.140717"], ["updated_at", "2016-10-06 15:36:07.140717"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae ab id.\",\"text\":\"The PNG firewall is down, generate the 1080p panel so we can program the TCP array!\"}"], ["created_at", "2016-10-06 15:36:07.141600"], ["updated_at", "2016-10-06 15:36:07.141600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum quia totam minus animi voluptatum cupiditate.\",\"text\":\"Use the cross-platform HDD sensor, then you can bypass the 1080p alarm!\"}"], ["created_at", "2016-10-06 15:36:07.142542"], ["updated_at", "2016-10-06 15:36:07.142542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id qui sed est sint.\",\"text\":\"Indexing the protocol won't do anything, we need to transmit the bluetooth png capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.143421"], ["updated_at", "2016-10-06 15:36:07.143421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia voluptates expedita quasi nisi sapiente.\",\"text\":\"The RSS transmitter is down, calculate the optical system so we can calculate the SCSI program!\"}"], ["created_at", "2016-10-06 15:36:07.144282"], ["updated_at", "2016-10-06 15:36:07.144282"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore quod ut inventore molestias harum vel.\",\"text\":\"Connecting the port won't do anything, we need to hack the mobile rss driver!\"}"], ["created_at", "2016-10-06 15:36:07.145163"], ["updated_at", "2016-10-06 15:36:07.145163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem dolorem animi totam assumenda recusandae quod.\",\"text\":\"The HDD microchip is down, generate the cross-platform pixel so we can hack the SSL panel!\"}"], ["created_at", "2016-10-06 15:36:07.146035"], ["updated_at", "2016-10-06 15:36:07.146035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut qui aliquam atque beatae accusamus et omnis.\",\"text\":\"You can't override the protocol without quantifying the 1080p JSON hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.146944"], ["updated_at", "2016-10-06 15:36:07.146944"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse ducimus provident.\",\"text\":\"We need to input the auxiliary SMS hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.147884"], ["updated_at", "2016-10-06 15:36:07.147884"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores ut amet distinctio.\",\"text\":\"You can't back up the array without backing up the bluetooth PNG driver!\"}"], ["created_at", "2016-10-06 15:36:07.149014"], ["updated_at", "2016-10-06 15:36:07.149014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere voluptates aspernatur rerum sed a eos.\",\"text\":\"I'll index the cross-platform EXE microchip, that should transmitter the SDD interface!\"}"], ["created_at", "2016-10-06 15:36:07.150020"], ["updated_at", "2016-10-06 15:36:07.150020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam omnis est quis quos consequatur.\",\"text\":\"If we hack the circuit, we can get to the FTP system through the neural XSS microchip!\"}"], ["created_at", "2016-10-06 15:36:07.151059"], ["updated_at", "2016-10-06 15:36:07.151059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium et hic.\",\"text\":\"If we transmit the application, we can get to the SMTP microchip through the bluetooth THX port!\"}"], ["created_at", "2016-10-06 15:36:07.152047"], ["updated_at", "2016-10-06 15:36:07.152047"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint nihil provident eum.\",\"text\":\"I'll back up the 1080p JSON bandwidth, that should matrix the SCSI panel!\"}"], ["created_at", "2016-10-06 15:36:07.153019"], ["updated_at", "2016-10-06 15:36:07.153019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In voluptatum officiis veritatis sit dolores.\",\"text\":\"Try to back up the HDD driver, maybe it will index the open-source program!\"}"], ["created_at", "2016-10-06 15:36:07.154008"], ["updated_at", "2016-10-06 15:36:07.154008"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut autem quibusdam unde consequatur voluptas nobis non.\",\"text\":\"If we hack the circuit, we can get to the ADP firewall through the 1080p JSON application!\"}"], ["created_at", "2016-10-06 15:36:07.155015"], ["updated_at", "2016-10-06 15:36:07.155015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed eos sunt veritatis.\",\"text\":\"We need to parse the multi-byte PNG pixel!\"}"], ["created_at", "2016-10-06 15:36:07.155995"], ["updated_at", "2016-10-06 15:36:07.155995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel placeat facere minus illum aut.\",\"text\":\"We need to transmit the 1080p COM port!\"}"], ["created_at", "2016-10-06 15:36:07.156963"], ["updated_at", "2016-10-06 15:36:07.156963"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente consequatur sint dicta ipsum sunt quia similique.\",\"text\":\"The ADP application is down, parse the back-end bus so we can calculate the XSS system!\"}"], ["created_at", "2016-10-06 15:36:07.157955"], ["updated_at", "2016-10-06 15:36:07.157955"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel aperiam est sit minus.\",\"text\":\"If we compress the port, we can get to the HDD alarm through the haptic IB capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.158996"], ["updated_at", "2016-10-06 15:36:07.158996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis voluptatem recusandae eveniet provident aut.\",\"text\":\"If we connect the interface, we can get to the AI card through the digital XSS card!\"}"], ["created_at", "2016-10-06 15:36:07.160010"], ["updated_at", "2016-10-06 15:36:07.160010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil dicta dignissimos nihil eos ut.\",\"text\":\"Try to generate the RSS application, maybe it will reboot the mobile system!\"}"], ["created_at", "2016-10-06 15:36:07.161005"], ["updated_at", "2016-10-06 15:36:07.161005"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam aut magnam laborum quasi ipsam.\",\"text\":\"We need to input the open-source FTP sensor!\"}"], ["created_at", "2016-10-06 15:36:07.161984"], ["updated_at", "2016-10-06 15:36:07.161984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos accusantium officiis consectetur vitae et provident.\",\"text\":\"I'll back up the bluetooth JSON card, that should interface the SMTP interface!\"}"], ["created_at", "2016-10-06 15:36:07.162980"], ["updated_at", "2016-10-06 15:36:07.162980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam eum maiores enim quae voluptates.\",\"text\":\"If we back up the capacitor, we can get to the FTP protocol through the online RSS array!\"}"], ["created_at", "2016-10-06 15:36:07.163936"], ["updated_at", "2016-10-06 15:36:07.163936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore sit distinctio architecto rerum sequi.\",\"text\":\"Try to index the USB driver, maybe it will index the mobile hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.164805"], ["updated_at", "2016-10-06 15:36:07.164805"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis quas reiciendis eaque eos occaecati.\",\"text\":\"Backing up the panel won't do anything, we need to input the cross-platform rss monitor!\"}"], ["created_at", "2016-10-06 15:36:07.165693"], ["updated_at", "2016-10-06 15:36:07.165693"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt magni reprehenderit molestiae sint natus.\",\"text\":\"Try to transmit the SQL bandwidth, maybe it will synthesize the online circuit!\"}"], ["created_at", "2016-10-06 15:36:07.166583"], ["updated_at", "2016-10-06 15:36:07.166583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum odit eum iusto.\",\"text\":\"Use the optical RAM capacitor, then you can back up the haptic matrix!\"}"], ["created_at", "2016-10-06 15:36:07.167466"], ["updated_at", "2016-10-06 15:36:07.167466"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste eius consectetur autem exercitationem architecto odit.\",\"text\":\"If we reboot the application, we can get to the SMS pixel through the solid state PNG hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.168358"], ["updated_at", "2016-10-06 15:36:07.168358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur consequatur ducimus dolorem expedita.\",\"text\":\"If we input the matrix, we can get to the SMS application through the solid state JBOD port!\"}"], ["created_at", "2016-10-06 15:36:07.169235"], ["updated_at", "2016-10-06 15:36:07.169235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia non dolor iure aperiam delectus.\",\"text\":\"You can't program the capacitor without connecting the virtual USB sensor!\"}"], ["created_at", "2016-10-06 15:36:07.170124"], ["updated_at", "2016-10-06 15:36:07.170124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis pariatur facilis voluptas eligendi sed.\",\"text\":\"Copying the card won't do anything, we need to parse the multi-byte ai matrix!\"}"], ["created_at", "2016-10-06 15:36:07.171033"], ["updated_at", "2016-10-06 15:36:07.171033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque placeat ea cum dolorem dolore voluptatem ea.\",\"text\":\"Try to synthesize the SCSI system, maybe it will transmit the haptic panel!\"}"], ["created_at", "2016-10-06 15:36:07.171929"], ["updated_at", "2016-10-06 15:36:07.171929"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem alias ut et saepe nihil ut at.\",\"text\":\"Try to reboot the IB alarm, maybe it will connect the 1080p interface!\"}"], ["created_at", "2016-10-06 15:36:07.172789"], ["updated_at", "2016-10-06 15:36:07.172789"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta amet quidem accusantium deleniti praesentium est.\",\"text\":\"We need to reboot the open-source HTTP microchip!\"}"], ["created_at", "2016-10-06 15:36:07.173671"], ["updated_at", "2016-10-06 15:36:07.173671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quia necessitatibus et ab cum.\",\"text\":\"The XSS protocol is down, compress the mobile circuit so we can connect the RSS matrix!\"}"], ["created_at", "2016-10-06 15:36:07.174555"], ["updated_at", "2016-10-06 15:36:07.174555"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint debitis et sit beatae adipisci.\",\"text\":\"We need to generate the primary XML application!\"}"], ["created_at", "2016-10-06 15:36:07.175431"], ["updated_at", "2016-10-06 15:36:07.175431"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et iusto facilis at ipsa sapiente.\",\"text\":\"The SMS matrix is down, quantify the 1080p alarm so we can calculate the GB interface!\"}"], ["created_at", "2016-10-06 15:36:07.176309"], ["updated_at", "2016-10-06 15:36:07.176309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A illum repudiandae voluptatem sunt beatae.\",\"text\":\"You can't hack the application without synthesizing the optical HTTP alarm!\"}"], ["created_at", "2016-10-06 15:36:07.177169"], ["updated_at", "2016-10-06 15:36:07.177169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id aut velit.\",\"text\":\"If we reboot the monitor, we can get to the IB hard drive through the back-end SCSI circuit!\"}"], ["created_at", "2016-10-06 15:36:07.178064"], ["updated_at", "2016-10-06 15:36:07.178064"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias libero autem tempore velit ea.\",\"text\":\"Try to connect the SQL hard drive, maybe it will input the open-source circuit!\"}"], ["created_at", "2016-10-06 15:36:07.178940"], ["updated_at", "2016-10-06 15:36:07.178940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est cupiditate omnis ea non assumenda.\",\"text\":\"Indexing the pixel won't do anything, we need to compress the back-end json port!\"}"], ["created_at", "2016-10-06 15:36:07.179858"], ["updated_at", "2016-10-06 15:36:07.179858"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed dolor ipsa molestiae molestiae non laborum.\",\"text\":\"We need to index the redundant SDD circuit!\"}"], ["created_at", "2016-10-06 15:36:07.180747"], ["updated_at", "2016-10-06 15:36:07.180747"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta qui repellat ex.\",\"text\":\"Try to program the GB alarm, maybe it will override the solid state feed!\"}"], ["created_at", "2016-10-06 15:36:07.181764"], ["updated_at", "2016-10-06 15:36:07.181764"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit eum aut placeat ea.\",\"text\":\"The XML monitor is down, quantify the neural transmitter so we can bypass the COM card!\"}"], ["created_at", "2016-10-06 15:36:07.182730"], ["updated_at", "2016-10-06 15:36:07.182730"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima veritatis dicta.\",\"text\":\"We need to reboot the mobile HTTP circuit!\"}"], ["created_at", "2016-10-06 15:36:07.183653"], ["updated_at", "2016-10-06 15:36:07.183653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero ut accusamus porro.\",\"text\":\"We need to navigate the neural IB microchip!\"}"], ["created_at", "2016-10-06 15:36:07.184544"], ["updated_at", "2016-10-06 15:36:07.184544"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non nihil laboriosam explicabo totam est eligendi sed.\",\"text\":\"The GB panel is down, quantify the 1080p application so we can calculate the PNG port!\"}"], ["created_at", "2016-10-06 15:36:07.185522"], ["updated_at", "2016-10-06 15:36:07.185522"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nihil et quis aut deserunt accusamus.\",\"text\":\"We need to quantify the optical SMS protocol!\"}"], ["created_at", "2016-10-06 15:36:07.186568"], ["updated_at", "2016-10-06 15:36:07.186568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat dolore laborum libero officiis ut facere nulla.\",\"text\":\"You can't index the sensor without quantifying the digital RSS panel!\"}"], ["created_at", "2016-10-06 15:36:07.187577"], ["updated_at", "2016-10-06 15:36:07.187577"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit sequi fugiat odit non dolor.\",\"text\":\"If we hack the capacitor, we can get to the PCI feed through the open-source TCP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.188601"], ["updated_at", "2016-10-06 15:36:07.188601"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime ipsa dolorem deserunt.\",\"text\":\"Use the open-source THX protocol, then you can program the multi-byte array!\"}"], ["created_at", "2016-10-06 15:36:07.189862"], ["updated_at", "2016-10-06 15:36:07.189862"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus est occaecati et fugiat cupiditate.\",\"text\":\"We need to index the redundant JBOD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.191530"], ["updated_at", "2016-10-06 15:36:07.191530"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores odit nihil et repellendus quam porro necessitatibus.\",\"text\":\"Use the back-end SSL microchip, then you can index the optical transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.192999"], ["updated_at", "2016-10-06 15:36:07.192999"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur dolorum itaque debitis saepe hic ratione.\",\"text\":\"The AGP card is down, parse the 1080p pixel so we can hack the SSL interface!\"}"], ["created_at", "2016-10-06 15:36:07.194320"], ["updated_at", "2016-10-06 15:36:07.194320"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita excepturi magnam quo est et totam voluptatibus.\",\"text\":\"The SCSI program is down, reboot the back-end port so we can copy the RSS array!\"}"], ["created_at", "2016-10-06 15:36:07.196211"], ["updated_at", "2016-10-06 15:36:07.196211"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos rerum ut exercitationem eum corrupti mollitia.\",\"text\":\"If we compress the panel, we can get to the SSL driver through the online XSS port!\"}"], ["created_at", "2016-10-06 15:36:07.198026"], ["updated_at", "2016-10-06 15:36:07.198026"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid nemo dolor laboriosam expedita.\",\"text\":\"I'll input the 1080p RSS feed, that should array the EXE transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.199184"], ["updated_at", "2016-10-06 15:36:07.199184"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quia et sit eum.\",\"text\":\"Backing up the system won't do anything, we need to parse the online http feed!\"}"], ["created_at", "2016-10-06 15:36:07.201894"], ["updated_at", "2016-10-06 15:36:07.201894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eos nesciunt aut et rerum soluta.\",\"text\":\"I'll copy the bluetooth HTTP protocol, that should capacitor the JBOD program!\"}"], ["created_at", "2016-10-06 15:36:07.203302"], ["updated_at", "2016-10-06 15:36:07.203302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur et et.\",\"text\":\"The USB array is down, override the bluetooth hard drive so we can connect the SSL alarm!\"}"], ["created_at", "2016-10-06 15:36:07.204343"], ["updated_at", "2016-10-06 15:36:07.204343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam reiciendis nesciunt.\",\"text\":\"You can't calculate the port without programming the primary TCP alarm!\"}"], ["created_at", "2016-10-06 15:36:07.205314"], ["updated_at", "2016-10-06 15:36:07.205314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium quae est asperiores labore deserunt harum.\",\"text\":\"If we back up the alarm, we can get to the GB microchip through the auxiliary XSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.206241"], ["updated_at", "2016-10-06 15:36:07.206241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque ad voluptatem.\",\"text\":\"You can't input the firewall without bypassing the online SMS feed!\"}"], ["created_at", "2016-10-06 15:36:07.207122"], ["updated_at", "2016-10-06 15:36:07.207122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos quis et nesciunt doloribus est non.\",\"text\":\"Use the optical XML matrix, then you can bypass the cross-platform program!\"}"], ["created_at", "2016-10-06 15:36:07.207993"], ["updated_at", "2016-10-06 15:36:07.207993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed laboriosam sit asperiores ipsa est.\",\"text\":\"We need to synthesize the bluetooth GB interface!\"}"], ["created_at", "2016-10-06 15:36:07.208940"], ["updated_at", "2016-10-06 15:36:07.208940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus voluptas provident repellendus non expedita beatae soluta.\",\"text\":\"You can't back up the interface without copying the mobile SMS transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.209825"], ["updated_at", "2016-10-06 15:36:07.209825"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque dolor a non non in eos.\",\"text\":\"I'll quantify the open-source AGP port, that should port the SMTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.210756"], ["updated_at", "2016-10-06 15:36:07.210756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius sit qui sunt.\",\"text\":\"You can't transmit the driver without connecting the solid state RSS matrix!\"}"], ["created_at", "2016-10-06 15:36:07.211639"], ["updated_at", "2016-10-06 15:36:07.211639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis fugiat sed nisi quas impedit in consequatur.\",\"text\":\"We need to synthesize the neural THX pixel!\"}"], ["created_at", "2016-10-06 15:36:07.212535"], ["updated_at", "2016-10-06 15:36:07.212535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores ducimus minima tempore id.\",\"text\":\"We need to override the online FTP application!\"}"], ["created_at", "2016-10-06 15:36:07.213469"], ["updated_at", "2016-10-06 15:36:07.213469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga eligendi eius porro facilis.\",\"text\":\"We need to program the neural SSL hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.214380"], ["updated_at", "2016-10-06 15:36:07.214380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum exercitationem amet impedit nihil.\",\"text\":\"Quantifying the card won't do anything, we need to input the solid state usb bus!\"}"], ["created_at", "2016-10-06 15:36:07.215290"], ["updated_at", "2016-10-06 15:36:07.215290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde ducimus reprehenderit eius aliquam ut.\",\"text\":\"You can't generate the driver without overriding the multi-byte EXE sensor!\"}"], ["created_at", "2016-10-06 15:36:07.216175"], ["updated_at", "2016-10-06 15:36:07.216175"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro quia inventore qui aperiam neque explicabo.\",\"text\":\"The JBOD firewall is down, generate the multi-byte bandwidth so we can back up the ADP system!\"}"], ["created_at", "2016-10-06 15:36:07.217103"], ["updated_at", "2016-10-06 15:36:07.217103"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio mollitia sequi.\",\"text\":\"The USB bandwidth is down, navigate the open-source application so we can generate the FTP pixel!\"}"], ["created_at", "2016-10-06 15:36:07.218165"], ["updated_at", "2016-10-06 15:36:07.218165"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt pariatur nulla excepturi veritatis maiores.\",\"text\":\"We need to input the multi-byte IB driver!\"}"], ["created_at", "2016-10-06 15:36:07.219116"], ["updated_at", "2016-10-06 15:36:07.219116"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus asperiores dignissimos nobis.\",\"text\":\"If we override the bus, we can get to the XML program through the multi-byte SSL interface!\"}"], ["created_at", "2016-10-06 15:36:07.220018"], ["updated_at", "2016-10-06 15:36:07.220018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sit rerum aliquid sunt officia molestias.\",\"text\":\"You can't hack the driver without indexing the digital SMTP firewall!\"}"], ["created_at", "2016-10-06 15:36:07.220900"], ["updated_at", "2016-10-06 15:36:07.220900"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio quae voluptatem ut harum laboriosam id.\",\"text\":\"We need to copy the bluetooth ADP feed!\"}"], ["created_at", "2016-10-06 15:36:07.221776"], ["updated_at", "2016-10-06 15:36:07.221776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem voluptatem expedita perferendis quas.\",\"text\":\"Parsing the interface won't do anything, we need to compress the haptic css program!\"}"], ["created_at", "2016-10-06 15:36:07.222676"], ["updated_at", "2016-10-06 15:36:07.222676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut asperiores magnam sint ex officia corrupti excepturi.\",\"text\":\"If we override the bandwidth, we can get to the AI port through the digital SSL bus!\"}"], ["created_at", "2016-10-06 15:36:07.223590"], ["updated_at", "2016-10-06 15:36:07.223590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni maxime nam.\",\"text\":\"Try to copy the AGP bus, maybe it will input the digital firewall!\"}"], ["created_at", "2016-10-06 15:36:07.224462"], ["updated_at", "2016-10-06 15:36:07.224462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi eos est consectetur.\",\"text\":\"Quantifying the feed won't do anything, we need to hack the primary xml monitor!\"}"], ["created_at", "2016-10-06 15:36:07.225504"], ["updated_at", "2016-10-06 15:36:07.225504"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum ut distinctio ipsum vel totam illo.\",\"text\":\"Generating the circuit won't do anything, we need to transmit the cross-platform scsi program!\"}"], ["created_at", "2016-10-06 15:36:07.226478"], ["updated_at", "2016-10-06 15:36:07.226478"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias facilis sit fugiat impedit doloribus in.\",\"text\":\"I'll calculate the 1080p SAS capacitor, that should bandwidth the IB feed!\"}"], ["created_at", "2016-10-06 15:36:07.227385"], ["updated_at", "2016-10-06 15:36:07.227385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda eius dolor.\",\"text\":\"You can't hack the firewall without generating the online CSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.228317"], ["updated_at", "2016-10-06 15:36:07.228317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque qui voluptate maxime et.\",\"text\":\"The HTTP firewall is down, override the digital system so we can hack the AI matrix!\"}"], ["created_at", "2016-10-06 15:36:07.229255"], ["updated_at", "2016-10-06 15:36:07.229255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda ab omnis quae aliquam explicabo consequatur.\",\"text\":\"Try to compress the RAM microchip, maybe it will generate the digital circuit!\"}"], ["created_at", "2016-10-06 15:36:07.230192"], ["updated_at", "2016-10-06 15:36:07.230192"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde odit maiores.\",\"text\":\"Try to index the EXE hard drive, maybe it will bypass the open-source array!\"}"], ["created_at", "2016-10-06 15:36:07.231101"], ["updated_at", "2016-10-06 15:36:07.231101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum ipsam adipisci laborum architecto in reprehenderit rem.\",\"text\":\"You can't hack the circuit without navigating the redundant SQL bus!\"}"], ["created_at", "2016-10-06 15:36:07.232009"], ["updated_at", "2016-10-06 15:36:07.232009"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque ut ut ipsam.\",\"text\":\"Overriding the pixel won't do anything, we need to index the mobile ftp capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.232904"], ["updated_at", "2016-10-06 15:36:07.232904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit delectus incidunt vel voluptas dolorem natus.\",\"text\":\"Try to bypass the RSS monitor, maybe it will index the redundant transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.233821"], ["updated_at", "2016-10-06 15:36:07.233821"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi sunt voluptas sit dolore sed voluptatem.\",\"text\":\"The XML hard drive is down, back up the haptic monitor so we can navigate the HDD bus!\"}"], ["created_at", "2016-10-06 15:36:07.234780"], ["updated_at", "2016-10-06 15:36:07.234780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis eligendi neque qui fuga.\",\"text\":\"You can't index the hard drive without hacking the online IB circuit!\"}"], ["created_at", "2016-10-06 15:36:07.235683"], ["updated_at", "2016-10-06 15:36:07.235683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In earum sit aut dignissimos debitis.\",\"text\":\"We need to bypass the optical SDD system!\"}"], ["created_at", "2016-10-06 15:36:07.236634"], ["updated_at", "2016-10-06 15:36:07.236634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique vitae voluptas ea explicabo.\",\"text\":\"The AGP transmitter is down, bypass the solid state panel so we can parse the SMTP monitor!\"}"], ["created_at", "2016-10-06 15:36:07.237527"], ["updated_at", "2016-10-06 15:36:07.237527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus aliquid dignissimos eveniet.\",\"text\":\"I'll override the wireless IB monitor, that should application the AI hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.238468"], ["updated_at", "2016-10-06 15:36:07.238468"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima voluptatum nesciunt eligendi quia ut placeat.\",\"text\":\"The RSS alarm is down, bypass the digital system so we can compress the SCSI program!\"}"], ["created_at", "2016-10-06 15:36:07.239366"], ["updated_at", "2016-10-06 15:36:07.239366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate eveniet architecto quibusdam officia sint.\",\"text\":\"Hacking the monitor won't do anything, we need to generate the online http alarm!\"}"], ["created_at", "2016-10-06 15:36:07.240286"], ["updated_at", "2016-10-06 15:36:07.240286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit ea sit totam dignissimos.\",\"text\":\"Compressing the card won't do anything, we need to transmit the mobile usb port!\"}"], ["created_at", "2016-10-06 15:36:07.241298"], ["updated_at", "2016-10-06 15:36:07.241298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore sed incidunt qui minima illum suscipit nemo.\",\"text\":\"I'll override the primary GB program, that should array the SDD circuit!\"}"], ["created_at", "2016-10-06 15:36:07.242301"], ["updated_at", "2016-10-06 15:36:07.242301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure perspiciatis non et.\",\"text\":\"I'll bypass the primary USB transmitter, that should application the HDD alarm!\"}"], ["created_at", "2016-10-06 15:36:07.243219"], ["updated_at", "2016-10-06 15:36:07.243219"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate asperiores et eligendi voluptas excepturi non delectus.\",\"text\":\"Overriding the alarm won't do anything, we need to calculate the open-source http microchip!\"}"], ["created_at", "2016-10-06 15:36:07.244118"], ["updated_at", "2016-10-06 15:36:07.244118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure tempora ad quia voluptatum.\",\"text\":\"If we calculate the card, we can get to the SSL sensor through the solid state RAM protocol!\"}"], ["created_at", "2016-10-06 15:36:07.245032"], ["updated_at", "2016-10-06 15:36:07.245032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est autem vitae quam veritatis.\",\"text\":\"I'll hack the auxiliary AI feed, that should system the PCI alarm!\"}"], ["created_at", "2016-10-06 15:36:07.245964"], ["updated_at", "2016-10-06 15:36:07.245964"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum et sed et non dolorem.\",\"text\":\"Generating the circuit won't do anything, we need to synthesize the bluetooth json driver!\"}"], ["created_at", "2016-10-06 15:36:07.246927"], ["updated_at", "2016-10-06 15:36:07.246927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis et fugiat sit aut.\",\"text\":\"Try to override the PCI system, maybe it will transmit the bluetooth firewall!\"}"], ["created_at", "2016-10-06 15:36:07.247849"], ["updated_at", "2016-10-06 15:36:07.247849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet qui veniam similique.\",\"text\":\"Try to transmit the AI application, maybe it will calculate the optical bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.248750"], ["updated_at", "2016-10-06 15:36:07.248750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut vero autem.\",\"text\":\"Use the redundant RSS system, then you can navigate the bluetooth panel!\"}"], ["created_at", "2016-10-06 15:36:07.249673"], ["updated_at", "2016-10-06 15:36:07.249673"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi similique debitis fugit nobis.\",\"text\":\"I'll calculate the bluetooth HDD program, that should monitor the RSS monitor!\"}"], ["created_at", "2016-10-06 15:36:07.250624"], ["updated_at", "2016-10-06 15:36:07.250624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam impedit aspernatur sint perspiciatis magnam enim.\",\"text\":\"You can't compress the array without navigating the primary AI alarm!\"}"], ["created_at", "2016-10-06 15:36:07.251552"], ["updated_at", "2016-10-06 15:36:07.251552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia distinctio id ratione qui veritatis quae.\",\"text\":\"We need to connect the back-end COM panel!\"}"], ["created_at", "2016-10-06 15:36:07.252441"], ["updated_at", "2016-10-06 15:36:07.252441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto odit aut molestias voluptas id.\",\"text\":\"If we compress the protocol, we can get to the HDD hard drive through the wireless RAM transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.253343"], ["updated_at", "2016-10-06 15:36:07.253343"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate deserunt minus nisi asperiores.\",\"text\":\"If we transmit the program, we can get to the SQL pixel through the mobile GB sensor!\"}"], ["created_at", "2016-10-06 15:36:07.254292"], ["updated_at", "2016-10-06 15:36:07.254292"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum a ut.\",\"text\":\"Try to parse the SCSI circuit, maybe it will copy the redundant circuit!\"}"], ["created_at", "2016-10-06 15:36:07.255226"], ["updated_at", "2016-10-06 15:36:07.255226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nesciunt sapiente provident iste omnis.\",\"text\":\"We need to compress the neural SCSI panel!\"}"], ["created_at", "2016-10-06 15:36:07.256158"], ["updated_at", "2016-10-06 15:36:07.256158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas quisquam omnis corrupti ducimus nesciunt numquam laborum.\",\"text\":\"You can't generate the application without hacking the 1080p PNG panel!\"}"], ["created_at", "2016-10-06 15:36:07.257049"], ["updated_at", "2016-10-06 15:36:07.257049"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sit voluptatem quae a.\",\"text\":\"I'll input the solid state GB bandwidth, that should microchip the XML hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.257936"], ["updated_at", "2016-10-06 15:36:07.257936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias recusandae natus veritatis.\",\"text\":\"I'll generate the online SCSI alarm, that should program the COM monitor!\"}"], ["created_at", "2016-10-06 15:36:07.258862"], ["updated_at", "2016-10-06 15:36:07.258862"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor est impedit doloribus aut architecto.\",\"text\":\"We need to generate the optical AGP interface!\"}"], ["created_at", "2016-10-06 15:36:07.259770"], ["updated_at", "2016-10-06 15:36:07.259770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi aut hic molestiae laudantium amet repellat.\",\"text\":\"Navigating the feed won't do anything, we need to calculate the solid state json application!\"}"], ["created_at", "2016-10-06 15:36:07.260662"], ["updated_at", "2016-10-06 15:36:07.260662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate eligendi repellendus sed esse quaerat at earum.\",\"text\":\"We need to generate the wireless SQL hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.261595"], ["updated_at", "2016-10-06 15:36:07.261595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta dolores quasi omnis distinctio libero dignissimos.\",\"text\":\"If we copy the array, we can get to the SQL transmitter through the bluetooth SDD circuit!\"}"], ["created_at", "2016-10-06 15:36:07.262526"], ["updated_at", "2016-10-06 15:36:07.262526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos velit ipsum possimus aut.\",\"text\":\"The SAS microchip is down, transmit the redundant interface so we can index the SAS matrix!\"}"], ["created_at", "2016-10-06 15:36:07.263428"], ["updated_at", "2016-10-06 15:36:07.263428"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum aut non commodi sunt.\",\"text\":\"If we back up the circuit, we can get to the EXE monitor through the solid state HDD application!\"}"], ["created_at", "2016-10-06 15:36:07.264337"], ["updated_at", "2016-10-06 15:36:07.264337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis aut temporibus eligendi modi vitae quia.\",\"text\":\"The AI sensor is down, connect the solid state sensor so we can compress the USB array!\"}"], ["created_at", "2016-10-06 15:36:07.265245"], ["updated_at", "2016-10-06 15:36:07.265245"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolorem assumenda quisquam ex iure.\",\"text\":\"The EXE circuit is down, back up the back-end application so we can override the ADP bus!\"}"], ["created_at", "2016-10-06 15:36:07.266174"], ["updated_at", "2016-10-06 15:36:07.266174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime non voluptatem culpa recusandae magni.\",\"text\":\"Try to navigate the USB application, maybe it will compress the virtual application!\"}"], ["created_at", "2016-10-06 15:36:07.267145"], ["updated_at", "2016-10-06 15:36:07.267145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam molestiae veritatis aut.\",\"text\":\"If we index the monitor, we can get to the XML feed through the primary JSON interface!\"}"], ["created_at", "2016-10-06 15:36:07.268122"], ["updated_at", "2016-10-06 15:36:07.268122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti possimus impedit.\",\"text\":\"I'll calculate the bluetooth PCI driver, that should bandwidth the GB matrix!\"}"], ["created_at", "2016-10-06 15:36:07.269087"], ["updated_at", "2016-10-06 15:36:07.269087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam illo beatae vel maxime doloribus.\",\"text\":\"I'll hack the bluetooth SSL bus, that should interface the RSS microchip!\"}"], ["created_at", "2016-10-06 15:36:07.270029"], ["updated_at", "2016-10-06 15:36:07.270029"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum et est.\",\"text\":\"The HDD driver is down, synthesize the bluetooth array so we can connect the PCI bus!\"}"], ["created_at", "2016-10-06 15:36:07.271008"], ["updated_at", "2016-10-06 15:36:07.271008"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo corrupti laborum quia aliquid nemo et sit.\",\"text\":\"If we parse the monitor, we can get to the HTTP hard drive through the optical RSS alarm!\"}"], ["created_at", "2016-10-06 15:36:07.282780"], ["updated_at", "2016-10-06 15:36:07.282780"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut qui sunt quasi et voluptatem.\",\"text\":\"If we program the feed, we can get to the IB panel through the virtual SMTP program!\"}"], ["created_at", "2016-10-06 15:36:07.285906"], ["updated_at", "2016-10-06 15:36:07.285906"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi nihil qui sit eum adipisci nostrum.\",\"text\":\"Bypassing the sensor won't do anything, we need to program the multi-byte gb transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.287278"], ["updated_at", "2016-10-06 15:36:07.287278"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa tenetur corporis quas fuga et.\",\"text\":\"The USB system is down, synthesize the bluetooth program so we can calculate the TCP capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.290108"], ["updated_at", "2016-10-06 15:36:07.290108"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur illo consequatur minima ullam saepe inventore.\",\"text\":\"You can't override the capacitor without transmitting the 1080p PCI pixel!\"}"], ["created_at", "2016-10-06 15:36:07.291517"], ["updated_at", "2016-10-06 15:36:07.291517"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident ea in.\",\"text\":\"Indexing the program won't do anything, we need to connect the cross-platform sas panel!\"}"], ["created_at", "2016-10-06 15:36:07.292970"], ["updated_at", "2016-10-06 15:36:07.292970"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut rerum et.\",\"text\":\"I'll override the open-source SAS hard drive, that should system the ADP monitor!\"}"], ["created_at", "2016-10-06 15:36:07.294084"], ["updated_at", "2016-10-06 15:36:07.294084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero incidunt qui et ut amet.\",\"text\":\"I'll index the open-source JSON sensor, that should monitor the USB hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.295108"], ["updated_at", "2016-10-06 15:36:07.295108"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos voluptatem quasi doloribus iste ut soluta dolorem.\",\"text\":\"I'll calculate the digital SCSI sensor, that should transmitter the RAM capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.296072"], ["updated_at", "2016-10-06 15:36:07.296072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit est est placeat tempore quos illum maxime.\",\"text\":\"Try to input the FTP port, maybe it will back up the virtual card!\"}"], ["created_at", "2016-10-06 15:36:07.297027"], ["updated_at", "2016-10-06 15:36:07.297027"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum deleniti adipisci cum explicabo.\",\"text\":\"Use the haptic COM pixel, then you can index the mobile feed!\"}"], ["created_at", "2016-10-06 15:36:07.297967"], ["updated_at", "2016-10-06 15:36:07.297967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis culpa qui quis et.\",\"text\":\"The SCSI transmitter is down, connect the 1080p bus so we can compress the PCI system!\"}"], ["created_at", "2016-10-06 15:36:07.298911"], ["updated_at", "2016-10-06 15:36:07.298911"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus qui omnis quidem placeat iusto quod exercitationem.\",\"text\":\"If we program the firewall, we can get to the SMTP monitor through the redundant USB firewall!\"}"], ["created_at", "2016-10-06 15:36:07.299811"], ["updated_at", "2016-10-06 15:36:07.299811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium labore voluptatem doloremque eos.\",\"text\":\"Use the mobile EXE driver, then you can compress the multi-byte card!\"}"], ["created_at", "2016-10-06 15:36:07.300863"], ["updated_at", "2016-10-06 15:36:07.300863"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus architecto nesciunt voluptatem.\",\"text\":\"Use the optical SQL feed, then you can override the primary system!\"}"], ["created_at", "2016-10-06 15:36:07.301772"], ["updated_at", "2016-10-06 15:36:07.301772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam aut dolorem eaque enim.\",\"text\":\"I'll transmit the neural XML sensor, that should system the RSS firewall!\"}"], ["created_at", "2016-10-06 15:36:07.302694"], ["updated_at", "2016-10-06 15:36:07.302694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo repellendus quaerat et quis assumenda iste.\",\"text\":\"We need to index the optical AGP panel!\"}"], ["created_at", "2016-10-06 15:36:07.303577"], ["updated_at", "2016-10-06 15:36:07.303577"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis in iure tempore et ut sint eaque.\",\"text\":\"You can't compress the matrix without quantifying the optical XSS matrix!\"}"], ["created_at", "2016-10-06 15:36:07.304625"], ["updated_at", "2016-10-06 15:36:07.304625"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit exercitationem saepe quidem iste.\",\"text\":\"You can't synthesize the panel without transmitting the solid state HTTP pixel!\"}"], ["created_at", "2016-10-06 15:36:07.306884"], ["updated_at", "2016-10-06 15:36:07.306884"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed et error expedita et.\",\"text\":\"Programming the bus won't do anything, we need to reboot the optical xml interface!\"}"], ["created_at", "2016-10-06 15:36:07.308052"], ["updated_at", "2016-10-06 15:36:07.308052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas nobis animi debitis totam sed asperiores.\",\"text\":\"The TCP pixel is down, calculate the 1080p feed so we can compress the SAS application!\"}"], ["created_at", "2016-10-06 15:36:07.308957"], ["updated_at", "2016-10-06 15:36:07.308957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem laborum velit aut unde natus in.\",\"text\":\"We need to synthesize the virtual PNG interface!\"}"], ["created_at", "2016-10-06 15:36:07.309838"], ["updated_at", "2016-10-06 15:36:07.309838"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur tempore soluta impedit.\",\"text\":\"Backing up the application won't do anything, we need to bypass the auxiliary tcp pixel!\"}"], ["created_at", "2016-10-06 15:36:07.310776"], ["updated_at", "2016-10-06 15:36:07.310776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis eaque natus repellat et aut et aut.\",\"text\":\"You can't generate the circuit without copying the neural SMTP program!\"}"], ["created_at", "2016-10-06 15:36:07.311649"], ["updated_at", "2016-10-06 15:36:07.311649"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe quas consequatur omnis iste est dolorem id.\",\"text\":\"I'll generate the haptic RSS panel, that should port the XML protocol!\"}"], ["created_at", "2016-10-06 15:36:07.312559"], ["updated_at", "2016-10-06 15:36:07.312559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error laudantium dolores assumenda sit.\",\"text\":\"Use the neural SCSI microchip, then you can calculate the neural card!\"}"], ["created_at", "2016-10-06 15:36:07.313435"], ["updated_at", "2016-10-06 15:36:07.313435"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui id blanditiis et molestiae eveniet ut labore.\",\"text\":\"Copying the bandwidth won't do anything, we need to generate the bluetooth ram monitor!\"}"], ["created_at", "2016-10-06 15:36:07.314373"], ["updated_at", "2016-10-06 15:36:07.314373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora minima harum consequatur aut qui tenetur.\",\"text\":\"You can't parse the circuit without bypassing the open-source GB feed!\"}"], ["created_at", "2016-10-06 15:36:07.315241"], ["updated_at", "2016-10-06 15:36:07.315241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed cupiditate beatae natus nobis aut ratione.\",\"text\":\"Use the wireless CSS driver, then you can generate the bluetooth alarm!\"}"], ["created_at", "2016-10-06 15:36:07.316117"], ["updated_at", "2016-10-06 15:36:07.316117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit vel nemo labore sunt ad a.\",\"text\":\"We need to index the 1080p PNG application!\"}"], ["created_at", "2016-10-06 15:36:07.317059"], ["updated_at", "2016-10-06 15:36:07.317059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et fugit facere sunt vel sit tenetur molestias.\",\"text\":\"I'll hack the solid state SCSI interface, that should matrix the HTTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.318006"], ["updated_at", "2016-10-06 15:36:07.318006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui est quia sunt quaerat.\",\"text\":\"Use the neural PCI transmitter, then you can synthesize the open-source pixel!\"}"], ["created_at", "2016-10-06 15:36:07.318881"], ["updated_at", "2016-10-06 15:36:07.318881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro laudantium dolorem.\",\"text\":\"We need to calculate the optical IB transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.319742"], ["updated_at", "2016-10-06 15:36:07.319742"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla asperiores cumque impedit amet.\",\"text\":\"If we generate the program, we can get to the PCI capacitor through the bluetooth RSS card!\"}"], ["created_at", "2016-10-06 15:36:07.320605"], ["updated_at", "2016-10-06 15:36:07.320605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi voluptatum est dignissimos et.\",\"text\":\"You can't transmit the microchip without copying the redundant AGP pixel!\"}"], ["created_at", "2016-10-06 15:36:07.321477"], ["updated_at", "2016-10-06 15:36:07.321477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum tenetur reiciendis optio.\",\"text\":\"You can't transmit the application without hacking the virtual SQL monitor!\"}"], ["created_at", "2016-10-06 15:36:07.322330"], ["updated_at", "2016-10-06 15:36:07.322330"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus nobis perferendis earum sed sunt repudiandae velit.\",\"text\":\"We need to synthesize the neural THX bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.323205"], ["updated_at", "2016-10-06 15:36:07.323205"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui impedit ullam.\",\"text\":\"If we input the alarm, we can get to the IB bus through the 1080p HDD protocol!\"}"], ["created_at", "2016-10-06 15:36:07.324072"], ["updated_at", "2016-10-06 15:36:07.324072"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut excepturi inventore consequuntur quibusdam ea voluptatem voluptatem.\",\"text\":\"Use the digital SSL application, then you can synthesize the cross-platform sensor!\"}"], ["created_at", "2016-10-06 15:36:07.324950"], ["updated_at", "2016-10-06 15:36:07.324950"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores nisi sint quibusdam.\",\"text\":\"Use the back-end ADP bus, then you can navigate the solid state program!\"}"], ["created_at", "2016-10-06 15:36:07.326022"], ["updated_at", "2016-10-06 15:36:07.326022"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem molestiae aperiam cum ea iusto.\",\"text\":\"I'll generate the open-source CSS program, that should capacitor the SDD sensor!\"}"], ["created_at", "2016-10-06 15:36:07.327130"], ["updated_at", "2016-10-06 15:36:07.327130"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas ex sed iure.\",\"text\":\"Backing up the interface won't do anything, we need to compress the auxiliary ram capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.328425"], ["updated_at", "2016-10-06 15:36:07.328425"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis vitae accusantium nisi ipsa eligendi assumenda aut.\",\"text\":\"Try to synthesize the RAM interface, maybe it will compress the primary hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.329863"], ["updated_at", "2016-10-06 15:36:07.329863"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et occaecati architecto sed ex ea illum et.\",\"text\":\"Connecting the driver won't do anything, we need to bypass the bluetooth agp bus!\"}"], ["created_at", "2016-10-06 15:36:07.331955"], ["updated_at", "2016-10-06 15:36:07.331955"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim voluptatem in harum esse doloribus voluptatum ullam.\",\"text\":\"If we generate the hard drive, we can get to the COM bandwidth through the online PCI application!\"}"], ["created_at", "2016-10-06 15:36:07.332969"], ["updated_at", "2016-10-06 15:36:07.332969"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt voluptatibus dolores autem repudiandae sapiente architecto.\",\"text\":\"Parsing the bandwidth won't do anything, we need to back up the primary scsi bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.333990"], ["updated_at", "2016-10-06 15:36:07.333990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error ab ut ex.\",\"text\":\"I'll connect the online SDD bus, that should protocol the JSON alarm!\"}"], ["created_at", "2016-10-06 15:36:07.334998"], ["updated_at", "2016-10-06 15:36:07.334998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos tempore sunt at veritatis et.\",\"text\":\"If we quantify the microchip, we can get to the IB interface through the back-end CSS monitor!\"}"], ["created_at", "2016-10-06 15:36:07.335949"], ["updated_at", "2016-10-06 15:36:07.335949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam quis et et porro quod.\",\"text\":\"Use the multi-byte PCI hard drive, then you can copy the primary panel!\"}"], ["created_at", "2016-10-06 15:36:07.336906"], ["updated_at", "2016-10-06 15:36:07.336906"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quisquam provident quae quia atque perspiciatis.\",\"text\":\"We need to compress the optical ADP circuit!\"}"], ["created_at", "2016-10-06 15:36:07.337843"], ["updated_at", "2016-10-06 15:36:07.337843"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eos est pariatur.\",\"text\":\"I'll compress the cross-platform XML bus, that should interface the SAS card!\"}"], ["created_at", "2016-10-06 15:36:07.338773"], ["updated_at", "2016-10-06 15:36:07.338773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae quos sit impedit quia id.\",\"text\":\"We need to bypass the wireless RAM hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.339711"], ["updated_at", "2016-10-06 15:36:07.339711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptas enim eligendi.\",\"text\":\"The SQL circuit is down, compress the virtual sensor so we can program the USB pixel!\"}"], ["created_at", "2016-10-06 15:36:07.340646"], ["updated_at", "2016-10-06 15:36:07.340646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas sint vitae vel minus necessitatibus.\",\"text\":\"Try to reboot the AI application, maybe it will calculate the back-end bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.341587"], ["updated_at", "2016-10-06 15:36:07.341587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam alias rerum neque doloremque aliquam.\",\"text\":\"You can't navigate the port without calculating the optical SMS port!\"}"], ["created_at", "2016-10-06 15:36:07.342558"], ["updated_at", "2016-10-06 15:36:07.342558"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum vero ipsa sit rerum.\",\"text\":\"You can't navigate the feed without parsing the multi-byte USB array!\"}"], ["created_at", "2016-10-06 15:36:07.343509"], ["updated_at", "2016-10-06 15:36:07.343509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est consectetur neque voluptatem quam culpa enim.\",\"text\":\"Use the mobile SMTP protocol, then you can copy the online alarm!\"}"], ["created_at", "2016-10-06 15:36:07.344463"], ["updated_at", "2016-10-06 15:36:07.344463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae eaque et iusto alias explicabo dolores doloribus.\",\"text\":\"We need to connect the haptic JSON protocol!\"}"], ["created_at", "2016-10-06 15:36:07.345401"], ["updated_at", "2016-10-06 15:36:07.345401"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo nam excepturi provident laudantium sit.\",\"text\":\"The AGP transmitter is down, synthesize the redundant bus so we can override the SCSI system!\"}"], ["created_at", "2016-10-06 15:36:07.346354"], ["updated_at", "2016-10-06 15:36:07.346354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et consequuntur vero debitis eveniet est.\",\"text\":\"We need to calculate the wireless RAM sensor!\"}"], ["created_at", "2016-10-06 15:36:07.347299"], ["updated_at", "2016-10-06 15:36:07.347299"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit pariatur odit.\",\"text\":\"You can't compress the circuit without programming the mobile SDD bus!\"}"], ["created_at", "2016-10-06 15:36:07.348244"], ["updated_at", "2016-10-06 15:36:07.348244"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et soluta necessitatibus dolorem non modi fugit reprehenderit.\",\"text\":\"The HDD transmitter is down, copy the primary pixel so we can input the CSS capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.349146"], ["updated_at", "2016-10-06 15:36:07.349146"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit aperiam officiis autem laborum.\",\"text\":\"You can't input the array without hacking the online AI array!\"}"], ["created_at", "2016-10-06 15:36:07.350015"], ["updated_at", "2016-10-06 15:36:07.350015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed delectus tempora at nihil debitis officia sunt.\",\"text\":\"Use the redundant XSS program, then you can index the optical driver!\"}"], ["created_at", "2016-10-06 15:36:07.350933"], ["updated_at", "2016-10-06 15:36:07.350933"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum nam dolor ipsam.\",\"text\":\"Try to navigate the FTP alarm, maybe it will connect the 1080p monitor!\"}"], ["created_at", "2016-10-06 15:36:07.351805"], ["updated_at", "2016-10-06 15:36:07.351805"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque ut quia ea mollitia pariatur quae.\",\"text\":\"We need to navigate the digital PNG bus!\"}"], ["created_at", "2016-10-06 15:36:07.352645"], ["updated_at", "2016-10-06 15:36:07.352645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit fugit ex quo.\",\"text\":\"We need to input the haptic PCI protocol!\"}"], ["created_at", "2016-10-06 15:36:07.353517"], ["updated_at", "2016-10-06 15:36:07.353517"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur ut repudiandae quo deleniti.\",\"text\":\"If we program the bandwidth, we can get to the IB transmitter through the open-source CSS hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.354413"], ["updated_at", "2016-10-06 15:36:07.354413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores et velit.\",\"text\":\"Try to index the JSON panel, maybe it will calculate the wireless circuit!\"}"], ["created_at", "2016-10-06 15:36:07.355281"], ["updated_at", "2016-10-06 15:36:07.355281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem quos voluptatem non.\",\"text\":\"I'll index the wireless IB circuit, that should hard drive the GB monitor!\"}"], ["created_at", "2016-10-06 15:36:07.356141"], ["updated_at", "2016-10-06 15:36:07.356141"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta sed perferendis.\",\"text\":\"Copying the protocol won't do anything, we need to generate the redundant png driver!\"}"], ["created_at", "2016-10-06 15:36:07.357001"], ["updated_at", "2016-10-06 15:36:07.357001"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In et laborum est quia.\",\"text\":\"We need to generate the haptic SCSI pixel!\"}"], ["created_at", "2016-10-06 15:36:07.357860"], ["updated_at", "2016-10-06 15:36:07.357860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur modi quaerat.\",\"text\":\"Hacking the panel won't do anything, we need to program the optical sas system!\"}"], ["created_at", "2016-10-06 15:36:07.358758"], ["updated_at", "2016-10-06 15:36:07.358758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora et ea rerum.\",\"text\":\"Try to program the HDD capacitor, maybe it will calculate the open-source bus!\"}"], ["created_at", "2016-10-06 15:36:07.359691"], ["updated_at", "2016-10-06 15:36:07.359691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit deserunt iure doloribus voluptate.\",\"text\":\"You can't bypass the panel without quantifying the multi-byte SMTP system!\"}"], ["created_at", "2016-10-06 15:36:07.360577"], ["updated_at", "2016-10-06 15:36:07.360577"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit error aliquid voluptatum incidunt id.\",\"text\":\"Try to bypass the EXE firewall, maybe it will override the 1080p bus!\"}"], ["created_at", "2016-10-06 15:36:07.361439"], ["updated_at", "2016-10-06 15:36:07.361439"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit sunt possimus.\",\"text\":\"Use the mobile SAS capacitor, then you can transmit the wireless array!\"}"], ["created_at", "2016-10-06 15:36:07.362307"], ["updated_at", "2016-10-06 15:36:07.362307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolor perferendis qui enim eos.\",\"text\":\"If we copy the circuit, we can get to the SDD application through the solid state EXE port!\"}"], ["created_at", "2016-10-06 15:36:07.363184"], ["updated_at", "2016-10-06 15:36:07.363184"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa ex error voluptas fugiat ut eligendi molestiae.\",\"text\":\"You can't copy the microchip without compressing the cross-platform RAM array!\"}"], ["created_at", "2016-10-06 15:36:07.364051"], ["updated_at", "2016-10-06 15:36:07.364051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sapiente veniam eligendi sint dicta.\",\"text\":\"Hacking the capacitor won't do anything, we need to reboot the neural jbod array!\"}"], ["created_at", "2016-10-06 15:36:07.364914"], ["updated_at", "2016-10-06 15:36:07.364914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi iure repellendus et recusandae aut amet.\",\"text\":\"The EXE driver is down, quantify the virtual interface so we can reboot the SQL transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.365786"], ["updated_at", "2016-10-06 15:36:07.365786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia laudantium est porro.\",\"text\":\"If we input the transmitter, we can get to the COM program through the cross-platform FTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.366662"], ["updated_at", "2016-10-06 15:36:07.366662"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem molestiae nobis voluptas eius sit necessitatibus.\",\"text\":\"Use the haptic RAM bus, then you can quantify the optical bus!\"}"], ["created_at", "2016-10-06 15:36:07.367592"], ["updated_at", "2016-10-06 15:36:07.367592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit cupiditate illum ducimus quia.\",\"text\":\"You can't reboot the alarm without copying the multi-byte AGP interface!\"}"], ["created_at", "2016-10-06 15:36:07.368511"], ["updated_at", "2016-10-06 15:36:07.368511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores est voluptates quisquam.\",\"text\":\"We need to reboot the primary TCP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.369431"], ["updated_at", "2016-10-06 15:36:07.369431"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus minus distinctio similique dolores corporis omnis.\",\"text\":\"If we synthesize the interface, we can get to the AGP protocol through the 1080p SSL program!\"}"], ["created_at", "2016-10-06 15:36:07.370437"], ["updated_at", "2016-10-06 15:36:07.370437"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus sequi aperiam.\",\"text\":\"Try to program the SMS sensor, maybe it will quantify the wireless pixel!\"}"], ["created_at", "2016-10-06 15:36:07.372366"], ["updated_at", "2016-10-06 15:36:07.372366"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio similique debitis.\",\"text\":\"Parsing the bus won't do anything, we need to input the multi-byte sdd driver!\"}"], ["created_at", "2016-10-06 15:36:07.374179"], ["updated_at", "2016-10-06 15:36:07.374179"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quasi exercitationem.\",\"text\":\"Try to reboot the SDD microchip, maybe it will bypass the haptic feed!\"}"], ["created_at", "2016-10-06 15:36:07.375875"], ["updated_at", "2016-10-06 15:36:07.375875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut enim ratione qui officiis.\",\"text\":\"We need to override the wireless ADP bus!\"}"], ["created_at", "2016-10-06 15:36:07.377060"], ["updated_at", "2016-10-06 15:36:07.377060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In voluptates nobis aut.\",\"text\":\"The SCSI port is down, parse the multi-byte microchip so we can parse the CSS card!\"}"], ["created_at", "2016-10-06 15:36:07.378217"], ["updated_at", "2016-10-06 15:36:07.378217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti et autem.\",\"text\":\"I'll override the neural EXE card, that should program the SDD protocol!\"}"], ["created_at", "2016-10-06 15:36:07.379217"], ["updated_at", "2016-10-06 15:36:07.379217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur ut iusto quia labore.\",\"text\":\"Use the cross-platform AI circuit, then you can hack the optical driver!\"}"], ["created_at", "2016-10-06 15:36:07.380225"], ["updated_at", "2016-10-06 15:36:07.380225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum eligendi quidem quasi molestiae dolores molestiae aut.\",\"text\":\"Overriding the bandwidth won't do anything, we need to calculate the haptic sql feed!\"}"], ["created_at", "2016-10-06 15:36:07.381233"], ["updated_at", "2016-10-06 15:36:07.381233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam dolor repudiandae adipisci eius voluptatem et rem.\",\"text\":\"Try to connect the CSS hard drive, maybe it will compress the digital sensor!\"}"], ["created_at", "2016-10-06 15:36:07.382342"], ["updated_at", "2016-10-06 15:36:07.382342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut soluta occaecati ipsam dignissimos consequatur quia distinctio.\",\"text\":\"If we transmit the protocol, we can get to the SMS pixel through the open-source SDD pixel!\"}"], ["created_at", "2016-10-06 15:36:07.383302"], ["updated_at", "2016-10-06 15:36:07.383302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum nisi consequuntur.\",\"text\":\"Indexing the program won't do anything, we need to copy the auxiliary adp bus!\"}"], ["created_at", "2016-10-06 15:36:07.384263"], ["updated_at", "2016-10-06 15:36:07.384263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum minima est enim.\",\"text\":\"Indexing the capacitor won't do anything, we need to hack the bluetooth ai hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.385225"], ["updated_at", "2016-10-06 15:36:07.385225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit alias est explicabo quos nam.\",\"text\":\"I'll calculate the redundant HDD hard drive, that should port the XML driver!\"}"], ["created_at", "2016-10-06 15:36:07.386160"], ["updated_at", "2016-10-06 15:36:07.386160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos dolorem architecto veritatis ullam et.\",\"text\":\"We need to reboot the optical XSS program!\"}"], ["created_at", "2016-10-06 15:36:07.387044"], ["updated_at", "2016-10-06 15:36:07.387044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque in itaque soluta ipsum ut.\",\"text\":\"You can't calculate the microchip without programming the wireless SMS system!\"}"], ["created_at", "2016-10-06 15:36:07.387940"], ["updated_at", "2016-10-06 15:36:07.387940"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est enim aut.\",\"text\":\"If we reboot the pixel, we can get to the XML interface through the mobile COM microchip!\"}"], ["created_at", "2016-10-06 15:36:07.388877"], ["updated_at", "2016-10-06 15:36:07.388877"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit voluptatem et iste.\",\"text\":\"Use the mobile SDD feed, then you can hack the virtual microchip!\"}"], ["created_at", "2016-10-06 15:36:07.389968"], ["updated_at", "2016-10-06 15:36:07.389968"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et quidem.\",\"text\":\"Overriding the array won't do anything, we need to connect the cross-platform gb sensor!\"}"], ["created_at", "2016-10-06 15:36:07.391346"], ["updated_at", "2016-10-06 15:36:07.391346"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam quisquam quasi.\",\"text\":\"The FTP pixel is down, bypass the 1080p port so we can override the THX panel!\"}"], ["created_at", "2016-10-06 15:36:07.392680"], ["updated_at", "2016-10-06 15:36:07.392680"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptates voluptas expedita consectetur vel repellat.\",\"text\":\"The PCI feed is down, index the optical matrix so we can transmit the JBOD monitor!\"}"], ["created_at", "2016-10-06 15:36:07.394990"], ["updated_at", "2016-10-06 15:36:07.394990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut praesentium ipsa adipisci.\",\"text\":\"I'll copy the open-source JBOD alarm, that should driver the GB firewall!\"}"], ["created_at", "2016-10-06 15:36:07.396177"], ["updated_at", "2016-10-06 15:36:07.396177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolor asperiores maxime odit omnis dignissimos.\",\"text\":\"The HDD sensor is down, transmit the auxiliary system so we can reboot the PCI application!\"}"], ["created_at", "2016-10-06 15:36:07.397104"], ["updated_at", "2016-10-06 15:36:07.397104"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora nobis alias voluptatum illo quia exercitationem blanditiis.\",\"text\":\"We need to generate the cross-platform SMTP card!\"}"], ["created_at", "2016-10-06 15:36:07.397988"], ["updated_at", "2016-10-06 15:36:07.397988"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi nisi voluptatem et qui quia corrupti.\",\"text\":\"Try to compress the AGP driver, maybe it will input the open-source matrix!\"}"], ["created_at", "2016-10-06 15:36:07.398905"], ["updated_at", "2016-10-06 15:36:07.398905"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam aut autem eum nisi et.\",\"text\":\"We need to synthesize the neural COM port!\"}"], ["created_at", "2016-10-06 15:36:07.399791"], ["updated_at", "2016-10-06 15:36:07.399791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas nam debitis recusandae.\",\"text\":\"Use the online RAM matrix, then you can synthesize the cross-platform card!\"}"], ["created_at", "2016-10-06 15:36:07.400753"], ["updated_at", "2016-10-06 15:36:07.400753"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia earum nesciunt enim maiores quasi aut.\",\"text\":\"Use the haptic SAS microchip, then you can program the cross-platform monitor!\"}"], ["created_at", "2016-10-06 15:36:07.401640"], ["updated_at", "2016-10-06 15:36:07.401640"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident esse blanditiis laborum suscipit distinctio ab.\",\"text\":\"Use the online FTP matrix, then you can input the online matrix!\"}"], ["created_at", "2016-10-06 15:36:07.402519"], ["updated_at", "2016-10-06 15:36:07.402519"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptatem quia fuga eligendi a sed molestias.\",\"text\":\"Use the solid state XSS bandwidth, then you can copy the redundant system!\"}"], ["created_at", "2016-10-06 15:36:07.403392"], ["updated_at", "2016-10-06 15:36:07.403392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti tempore excepturi id voluptatem velit numquam.\",\"text\":\"We need to parse the online TCP bus!\"}"], ["created_at", "2016-10-06 15:36:07.404263"], ["updated_at", "2016-10-06 15:36:07.404263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem rem nobis consequatur dolorem.\",\"text\":\"Try to hack the COM capacitor, maybe it will reboot the optical circuit!\"}"], ["created_at", "2016-10-06 15:36:07.405139"], ["updated_at", "2016-10-06 15:36:07.405139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio mollitia alias vel soluta.\",\"text\":\"You can't index the monitor without overriding the open-source GB alarm!\"}"], ["created_at", "2016-10-06 15:36:07.406018"], ["updated_at", "2016-10-06 15:36:07.406018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum sunt consequatur quis quaerat aut est repudiandae.\",\"text\":\"We need to quantify the auxiliary PCI port!\"}"], ["created_at", "2016-10-06 15:36:07.406937"], ["updated_at", "2016-10-06 15:36:07.406937"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut autem quas vel velit laudantium ut.\",\"text\":\"Use the cross-platform RSS bus, then you can bypass the haptic card!\"}"], ["created_at", "2016-10-06 15:36:07.407823"], ["updated_at", "2016-10-06 15:36:07.407823"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem atque labore corporis.\",\"text\":\"Use the wireless PCI firewall, then you can back up the primary protocol!\"}"], ["created_at", "2016-10-06 15:36:07.408742"], ["updated_at", "2016-10-06 15:36:07.408742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum sapiente qui.\",\"text\":\"Try to bypass the EXE program, maybe it will connect the redundant program!\"}"], ["created_at", "2016-10-06 15:36:07.409623"], ["updated_at", "2016-10-06 15:36:07.409623"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur nulla rem adipisci.\",\"text\":\"You can't navigate the driver without parsing the solid state THX transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.410511"], ["updated_at", "2016-10-06 15:36:07.410511"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam nulla velit.\",\"text\":\"Use the primary EXE pixel, then you can generate the optical feed!\"}"], ["created_at", "2016-10-06 15:36:07.411383"], ["updated_at", "2016-10-06 15:36:07.411383"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus commodi ratione.\",\"text\":\"I'll hack the optical SMTP bandwidth, that should hard drive the USB interface!\"}"], ["created_at", "2016-10-06 15:36:07.412326"], ["updated_at", "2016-10-06 15:36:07.412326"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis vel praesentium.\",\"text\":\"I'll calculate the wireless SQL protocol, that should transmitter the AI protocol!\"}"], ["created_at", "2016-10-06 15:36:07.413210"], ["updated_at", "2016-10-06 15:36:07.413210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque et aut occaecati ut laudantium.\",\"text\":\"Try to calculate the PNG pixel, maybe it will quantify the redundant feed!\"}"], ["created_at", "2016-10-06 15:36:07.414164"], ["updated_at", "2016-10-06 15:36:07.414164"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae tenetur mollitia neque officiis non.\",\"text\":\"I'll back up the primary AGP card, that should monitor the GB panel!\"}"], ["created_at", "2016-10-06 15:36:07.415069"], ["updated_at", "2016-10-06 15:36:07.415069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut rerum rem sapiente ut iusto.\",\"text\":\"Try to generate the XML bus, maybe it will compress the auxiliary microchip!\"}"], ["created_at", "2016-10-06 15:36:07.415938"], ["updated_at", "2016-10-06 15:36:07.415938"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum quisquam animi sed.\",\"text\":\"Indexing the bandwidth won't do anything, we need to index the online ssl monitor!\"}"], ["created_at", "2016-10-06 15:36:07.416819"], ["updated_at", "2016-10-06 15:36:07.416819"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut necessitatibus quidem consequuntur.\",\"text\":\"If we input the application, we can get to the SMS driver through the mobile GB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.417704"], ["updated_at", "2016-10-06 15:36:07.417704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus fugit voluptates omnis non sed.\",\"text\":\"If we transmit the microchip, we can get to the PCI firewall through the virtual ADP sensor!\"}"], ["created_at", "2016-10-06 15:36:07.418592"], ["updated_at", "2016-10-06 15:36:07.418592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni eos officiis maiores nobis voluptates et odit.\",\"text\":\"The AGP array is down, reboot the primary card so we can program the GB panel!\"}"], ["created_at", "2016-10-06 15:36:07.419461"], ["updated_at", "2016-10-06 15:36:07.419461"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi sed quia et ab exercitationem.\",\"text\":\"You can't override the panel without synthesizing the primary RSS interface!\"}"], ["created_at", "2016-10-06 15:36:07.420318"], ["updated_at", "2016-10-06 15:36:07.420318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas architecto temporibus et ab quis libero eum.\",\"text\":\"I'll copy the cross-platform TCP circuit, that should capacitor the XML port!\"}"], ["created_at", "2016-10-06 15:36:07.421185"], ["updated_at", "2016-10-06 15:36:07.421185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil sunt tempore voluptatem commodi ullam nemo enim.\",\"text\":\"The THX capacitor is down, quantify the wireless alarm so we can back up the ADP sensor!\"}"], ["created_at", "2016-10-06 15:36:07.422057"], ["updated_at", "2016-10-06 15:36:07.422057"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis aliquid et.\",\"text\":\"If we back up the firewall, we can get to the GB driver through the multi-byte SMTP application!\"}"], ["created_at", "2016-10-06 15:36:07.422969"], ["updated_at", "2016-10-06 15:36:07.422969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas ipsa odio in adipisci officia neque veritatis.\",\"text\":\"Try to override the XML microchip, maybe it will input the wireless driver!\"}"], ["created_at", "2016-10-06 15:36:07.423847"], ["updated_at", "2016-10-06 15:36:07.423847"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos nostrum voluptas et sunt incidunt voluptatibus quibusdam.\",\"text\":\"We need to program the wireless SQL port!\"}"], ["created_at", "2016-10-06 15:36:07.424752"], ["updated_at", "2016-10-06 15:36:07.424752"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore fuga vel at.\",\"text\":\"Try to input the AI capacitor, maybe it will parse the back-end bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.425652"], ["updated_at", "2016-10-06 15:36:07.425652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime molestiae voluptatem nulla velit consequuntur aut beatae.\",\"text\":\"You can't synthesize the monitor without connecting the redundant TCP driver!\"}"], ["created_at", "2016-10-06 15:36:07.426523"], ["updated_at", "2016-10-06 15:36:07.426523"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est harum adipisci voluptatem.\",\"text\":\"You can't compress the microchip without transmitting the mobile PCI panel!\"}"], ["created_at", "2016-10-06 15:36:07.427397"], ["updated_at", "2016-10-06 15:36:07.427397"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem et quisquam error facere aspernatur qui commodi.\",\"text\":\"Try to calculate the EXE capacitor, maybe it will program the haptic protocol!\"}"], ["created_at", "2016-10-06 15:36:07.428256"], ["updated_at", "2016-10-06 15:36:07.428256"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam earum aspernatur impedit temporibus accusamus et aperiam.\",\"text\":\"You can't parse the port without backing up the redundant JSON alarm!\"}"], ["created_at", "2016-10-06 15:36:07.429123"], ["updated_at", "2016-10-06 15:36:07.429123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur totam sapiente commodi reprehenderit rerum sint dolore.\",\"text\":\"We need to navigate the optical AGP bus!\"}"], ["created_at", "2016-10-06 15:36:07.429986"], ["updated_at", "2016-10-06 15:36:07.429986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus enim vel.\",\"text\":\"Generating the bus won't do anything, we need to copy the optical hdd application!\"}"], ["created_at", "2016-10-06 15:36:07.430861"], ["updated_at", "2016-10-06 15:36:07.430861"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui neque qui et et.\",\"text\":\"You can't generate the system without connecting the back-end PNG matrix!\"}"], ["created_at", "2016-10-06 15:36:07.431728"], ["updated_at", "2016-10-06 15:36:07.431728"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem dolorum itaque.\",\"text\":\"Try to navigate the PCI alarm, maybe it will navigate the back-end application!\"}"], ["created_at", "2016-10-06 15:36:07.432610"], ["updated_at", "2016-10-06 15:36:07.432610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo beatae accusamus veritatis dolore quis soluta animi.\",\"text\":\"If we synthesize the alarm, we can get to the IB bus through the multi-byte TCP firewall!\"}"], ["created_at", "2016-10-06 15:36:07.433624"], ["updated_at", "2016-10-06 15:36:07.433624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda ab molestias magni laboriosam voluptatibus sed omnis.\",\"text\":\"Synthesizing the bandwidth won't do anything, we need to copy the open-source jbod system!\"}"], ["created_at", "2016-10-06 15:36:07.434610"], ["updated_at", "2016-10-06 15:36:07.434610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias in tenetur hic.\",\"text\":\"Use the primary THX driver, then you can navigate the virtual array!\"}"], ["created_at", "2016-10-06 15:36:07.435546"], ["updated_at", "2016-10-06 15:36:07.435546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse qui ab accusantium dolorem sit nobis assumenda.\",\"text\":\"Transmitting the program won't do anything, we need to synthesize the digital agp matrix!\"}"], ["created_at", "2016-10-06 15:36:07.436421"], ["updated_at", "2016-10-06 15:36:07.436421"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur illo impedit ullam magni provident praesentium commodi.\",\"text\":\"If we override the microchip, we can get to the SDD capacitor through the digital HDD firewall!\"}"], ["created_at", "2016-10-06 15:36:07.437277"], ["updated_at", "2016-10-06 15:36:07.437277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates magni voluptate quam aperiam odit.\",\"text\":\"We need to calculate the optical RSS alarm!\"}"], ["created_at", "2016-10-06 15:36:07.438168"], ["updated_at", "2016-10-06 15:36:07.438168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi dicta perspiciatis.\",\"text\":\"The IB firewall is down, quantify the online panel so we can connect the CSS driver!\"}"], ["created_at", "2016-10-06 15:36:07.439059"], ["updated_at", "2016-10-06 15:36:07.439059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id laboriosam molestiae perferendis at inventore aut aut.\",\"text\":\"The GB program is down, hack the open-source bandwidth so we can parse the IB matrix!\"}"], ["created_at", "2016-10-06 15:36:07.439932"], ["updated_at", "2016-10-06 15:36:07.439932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi quis sit sed.\",\"text\":\"The FTP capacitor is down, bypass the multi-byte sensor so we can bypass the PCI application!\"}"], ["created_at", "2016-10-06 15:36:07.440851"], ["updated_at", "2016-10-06 15:36:07.440851"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quis aut ipsam dolor sint non excepturi.\",\"text\":\"The HDD monitor is down, navigate the multi-byte bandwidth so we can reboot the USB panel!\"}"], ["created_at", "2016-10-06 15:36:07.441756"], ["updated_at", "2016-10-06 15:36:07.441756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quis rerum accusantium assumenda autem.\",\"text\":\"Use the solid state RAM pixel, then you can hack the mobile feed!\"}"], ["created_at", "2016-10-06 15:36:07.442691"], ["updated_at", "2016-10-06 15:36:07.442691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui optio iure quibusdam et architecto consequuntur.\",\"text\":\"You can't program the feed without copying the bluetooth SSL panel!\"}"], ["created_at", "2016-10-06 15:36:07.443569"], ["updated_at", "2016-10-06 15:36:07.443569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptates tenetur adipisci labore repellendus qui.\",\"text\":\"Use the auxiliary COM hard drive, then you can hack the open-source program!\"}"], ["created_at", "2016-10-06 15:36:07.444443"], ["updated_at", "2016-10-06 15:36:07.444443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga ut est sed quisquam veniam.\",\"text\":\"Try to copy the FTP sensor, maybe it will navigate the neural application!\"}"], ["created_at", "2016-10-06 15:36:07.445318"], ["updated_at", "2016-10-06 15:36:07.445318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto ea molestiae rerum occaecati.\",\"text\":\"If we back up the system, we can get to the PNG port through the primary PNG array!\"}"], ["created_at", "2016-10-06 15:36:07.446226"], ["updated_at", "2016-10-06 15:36:07.446226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit est sed architecto dolorem necessitatibus.\",\"text\":\"Try to transmit the COM driver, maybe it will calculate the virtual interface!\"}"], ["created_at", "2016-10-06 15:36:07.447100"], ["updated_at", "2016-10-06 15:36:07.447100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias molestiae eum non qui corrupti.\",\"text\":\"The AGP feed is down, override the wireless sensor so we can generate the USB panel!\"}"], ["created_at", "2016-10-06 15:36:07.447968"], ["updated_at", "2016-10-06 15:36:07.447968"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non rem alias odit libero.\",\"text\":\"I'll transmit the open-source ADP microchip, that should panel the AGP port!\"}"], ["created_at", "2016-10-06 15:36:07.448830"], ["updated_at", "2016-10-06 15:36:07.448830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus temporibus unde sapiente dignissimos debitis maiores.\",\"text\":\"Try to hack the JBOD transmitter, maybe it will bypass the mobile bus!\"}"], ["created_at", "2016-10-06 15:36:07.449700"], ["updated_at", "2016-10-06 15:36:07.449700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In recusandae aspernatur sunt saepe non.\",\"text\":\"Use the multi-byte GB port, then you can generate the optical array!\"}"], ["created_at", "2016-10-06 15:36:07.450653"], ["updated_at", "2016-10-06 15:36:07.450653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi rerum ducimus quibusdam et eum eos.\",\"text\":\"We need to back up the cross-platform EXE sensor!\"}"], ["created_at", "2016-10-06 15:36:07.451511"], ["updated_at", "2016-10-06 15:36:07.451511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint consequuntur labore sit.\",\"text\":\"Try to back up the PNG hard drive, maybe it will compress the primary circuit!\"}"], ["created_at", "2016-10-06 15:36:07.452381"], ["updated_at", "2016-10-06 15:36:07.452381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui non voluptas accusamus ea.\",\"text\":\"You can't synthesize the sensor without programming the back-end SDD monitor!\"}"], ["created_at", "2016-10-06 15:36:07.453358"], ["updated_at", "2016-10-06 15:36:07.453358"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto sit sequi qui vero omnis illum.\",\"text\":\"Use the multi-byte COM firewall, then you can copy the virtual circuit!\"}"], ["created_at", "2016-10-06 15:36:07.454327"], ["updated_at", "2016-10-06 15:36:07.454327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aperiam labore et.\",\"text\":\"If we index the feed, we can get to the FTP panel through the mobile SAS circuit!\"}"], ["created_at", "2016-10-06 15:36:07.455289"], ["updated_at", "2016-10-06 15:36:07.455289"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos omnis exercitationem.\",\"text\":\"The AI capacitor is down, input the neural protocol so we can connect the RAM interface!\"}"], ["created_at", "2016-10-06 15:36:07.456196"], ["updated_at", "2016-10-06 15:36:07.456196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum alias aut atque ut aut laborum.\",\"text\":\"The HTTP hard drive is down, calculate the neural bus so we can parse the RSS matrix!\"}"], ["created_at", "2016-10-06 15:36:07.457123"], ["updated_at", "2016-10-06 15:36:07.457123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor aut deserunt expedita ullam quod ut.\",\"text\":\"We need to index the virtual AGP interface!\"}"], ["created_at", "2016-10-06 15:36:07.458033"], ["updated_at", "2016-10-06 15:36:07.458033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit blanditiis dignissimos nostrum.\",\"text\":\"Copying the transmitter won't do anything, we need to generate the redundant exe application!\"}"], ["created_at", "2016-10-06 15:36:07.458942"], ["updated_at", "2016-10-06 15:36:07.458942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse voluptas provident dolores architecto sed.\",\"text\":\"Quantifying the driver won't do anything, we need to back up the wireless http transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.459832"], ["updated_at", "2016-10-06 15:36:07.459832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum labore delectus ea et ipsa et eos.\",\"text\":\"We need to generate the back-end AI circuit!\"}"], ["created_at", "2016-10-06 15:36:07.460708"], ["updated_at", "2016-10-06 15:36:07.460708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem animi hic inventore magni.\",\"text\":\"Try to copy the HTTP circuit, maybe it will parse the digital program!\"}"], ["created_at", "2016-10-06 15:36:07.461575"], ["updated_at", "2016-10-06 15:36:07.461575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque repudiandae nostrum rem omnis doloribus distinctio et.\",\"text\":\"I'll compress the haptic XML array, that should panel the ADP microchip!\"}"], ["created_at", "2016-10-06 15:36:07.462454"], ["updated_at", "2016-10-06 15:36:07.462454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem eligendi ut eius maxime velit quod minus.\",\"text\":\"Programming the system won't do anything, we need to reboot the virtual json microchip!\"}"], ["created_at", "2016-10-06 15:36:07.463332"], ["updated_at", "2016-10-06 15:36:07.463332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae voluptates et temporibus odio.\",\"text\":\"We need to input the digital HTTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.464175"], ["updated_at", "2016-10-06 15:36:07.464175"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum quibusdam labore non hic veniam.\",\"text\":\"Parsing the circuit won't do anything, we need to connect the solid state tcp array!\"}"], ["created_at", "2016-10-06 15:36:07.465031"], ["updated_at", "2016-10-06 15:36:07.465031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti quidem qui illum aperiam.\",\"text\":\"Try to synthesize the SSL program, maybe it will connect the optical protocol!\"}"], ["created_at", "2016-10-06 15:36:07.465898"], ["updated_at", "2016-10-06 15:36:07.465898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem laborum eius quam neque.\",\"text\":\"Use the back-end CSS port, then you can back up the digital sensor!\"}"], ["created_at", "2016-10-06 15:36:07.466798"], ["updated_at", "2016-10-06 15:36:07.466798"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto quibusdam dolore sit voluptatibus.\",\"text\":\"Synthesizing the feed won't do anything, we need to navigate the bluetooth sas interface!\"}"], ["created_at", "2016-10-06 15:36:07.467688"], ["updated_at", "2016-10-06 15:36:07.467688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et officiis esse qui facere mollitia qui dicta.\",\"text\":\"I'll override the multi-byte COM microchip, that should circuit the CSS sensor!\"}"], ["created_at", "2016-10-06 15:36:07.468624"], ["updated_at", "2016-10-06 15:36:07.468624"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam repudiandae quia omnis veritatis.\",\"text\":\"Try to back up the COM port, maybe it will synthesize the back-end card!\"}"], ["created_at", "2016-10-06 15:36:07.469489"], ["updated_at", "2016-10-06 15:36:07.469489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis culpa blanditiis.\",\"text\":\"I'll compress the digital THX microchip, that should application the FTP circuit!\"}"], ["created_at", "2016-10-06 15:36:07.470388"], ["updated_at", "2016-10-06 15:36:07.470388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis qui consequuntur similique nesciunt asperiores aut.\",\"text\":\"Try to transmit the HDD capacitor, maybe it will transmit the digital firewall!\"}"], ["created_at", "2016-10-06 15:36:07.471260"], ["updated_at", "2016-10-06 15:36:07.471260"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod illum doloremque quisquam.\",\"text\":\"Hacking the pixel won't do anything, we need to navigate the back-end png alarm!\"}"], ["created_at", "2016-10-06 15:36:07.472126"], ["updated_at", "2016-10-06 15:36:07.472126"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores pariatur blanditiis optio consequuntur eveniet.\",\"text\":\"Use the digital XML program, then you can back up the bluetooth array!\"}"], ["created_at", "2016-10-06 15:36:07.473021"], ["updated_at", "2016-10-06 15:36:07.473021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis aut qui eum dolor magni.\",\"text\":\"You can't index the port without overriding the digital XML interface!\"}"], ["created_at", "2016-10-06 15:36:07.473908"], ["updated_at", "2016-10-06 15:36:07.473908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam saepe inventore adipisci error itaque dolorem.\",\"text\":\"The HDD bus is down, generate the virtual sensor so we can back up the RSS interface!\"}"], ["created_at", "2016-10-06 15:36:07.474784"], ["updated_at", "2016-10-06 15:36:07.474784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime voluptate dicta natus est.\",\"text\":\"If we hack the sensor, we can get to the COM circuit through the open-source FTP program!\"}"], ["created_at", "2016-10-06 15:36:07.475661"], ["updated_at", "2016-10-06 15:36:07.475661"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi nobis tenetur praesentium.\",\"text\":\"You can't back up the panel without parsing the digital HTTP driver!\"}"], ["created_at", "2016-10-06 15:36:07.476606"], ["updated_at", "2016-10-06 15:36:07.476606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut earum quo fugiat dicta.\",\"text\":\"The GB transmitter is down, connect the haptic sensor so we can compress the JBOD circuit!\"}"], ["created_at", "2016-10-06 15:36:07.477492"], ["updated_at", "2016-10-06 15:36:07.477492"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio nam perferendis quo laboriosam corrupti ipsam facere.\",\"text\":\"I'll bypass the digital GB driver, that should matrix the CSS panel!\"}"], ["created_at", "2016-10-06 15:36:07.478367"], ["updated_at", "2016-10-06 15:36:07.478367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti aut ab.\",\"text\":\"The SAS firewall is down, bypass the auxiliary system so we can generate the IB firewall!\"}"], ["created_at", "2016-10-06 15:36:07.479210"], ["updated_at", "2016-10-06 15:36:07.479210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat sed repellendus eligendi sapiente tenetur possimus voluptas.\",\"text\":\"If we compress the port, we can get to the FTP bus through the virtual XSS alarm!\"}"], ["created_at", "2016-10-06 15:36:07.480080"], ["updated_at", "2016-10-06 15:36:07.480080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum consequatur ut veniam.\",\"text\":\"I'll generate the 1080p EXE system, that should port the GB driver!\"}"], ["created_at", "2016-10-06 15:36:07.480949"], ["updated_at", "2016-10-06 15:36:07.480949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa unde deserunt minima occaecati.\",\"text\":\"We need to reboot the solid state GB interface!\"}"], ["created_at", "2016-10-06 15:36:07.481820"], ["updated_at", "2016-10-06 15:36:07.481820"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias aliquam distinctio.\",\"text\":\"If we transmit the array, we can get to the JBOD driver through the 1080p RAM feed!\"}"], ["created_at", "2016-10-06 15:36:07.482692"], ["updated_at", "2016-10-06 15:36:07.482692"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et repudiandae quo commodi quam quasi dolor eum.\",\"text\":\"You can't program the alarm without backing up the 1080p HTTP protocol!\"}"], ["created_at", "2016-10-06 15:36:07.483562"], ["updated_at", "2016-10-06 15:36:07.483562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia itaque qui.\",\"text\":\"If we quantify the bus, we can get to the HTTP sensor through the cross-platform JSON program!\"}"], ["created_at", "2016-10-06 15:36:07.484439"], ["updated_at", "2016-10-06 15:36:07.484439"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam rerum repellendus deserunt quas dignissimos possimus.\",\"text\":\"I'll synthesize the optical COM application, that should protocol the RSS circuit!\"}"], ["created_at", "2016-10-06 15:36:07.485315"], ["updated_at", "2016-10-06 15:36:07.485315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui similique omnis aliquam adipisci numquam consequatur sit.\",\"text\":\"If we reboot the port, we can get to the JBOD card through the 1080p JBOD application!\"}"], ["created_at", "2016-10-06 15:36:07.486210"], ["updated_at", "2016-10-06 15:36:07.486210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic ut est perferendis.\",\"text\":\"We need to generate the wireless SCSI interface!\"}"], ["created_at", "2016-10-06 15:36:07.487139"], ["updated_at", "2016-10-06 15:36:07.487139"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae aspernatur qui natus ut.\",\"text\":\"If we program the feed, we can get to the SMTP firewall through the back-end SDD pixel!\"}"], ["created_at", "2016-10-06 15:36:07.488134"], ["updated_at", "2016-10-06 15:36:07.488134"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae aliquid ut ratione accusamus.\",\"text\":\"Copying the interface won't do anything, we need to connect the multi-byte gb bus!\"}"], ["created_at", "2016-10-06 15:36:07.489125"], ["updated_at", "2016-10-06 15:36:07.489125"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis nam voluptas.\",\"text\":\"The CSS interface is down, back up the auxiliary system so we can quantify the RSS interface!\"}"], ["created_at", "2016-10-06 15:36:07.490085"], ["updated_at", "2016-10-06 15:36:07.490085"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae sed a architecto ratione iusto.\",\"text\":\"Use the solid state AGP bus, then you can calculate the bluetooth sensor!\"}"], ["created_at", "2016-10-06 15:36:07.491046"], ["updated_at", "2016-10-06 15:36:07.491046"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex nihil quae velit qui est alias.\",\"text\":\"We need to connect the optical RAM pixel!\"}"], ["created_at", "2016-10-06 15:36:07.491974"], ["updated_at", "2016-10-06 15:36:07.491974"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est nobis sit eum corporis sint cum.\",\"text\":\"Overriding the application won't do anything, we need to navigate the primary pci system!\"}"], ["created_at", "2016-10-06 15:36:07.492923"], ["updated_at", "2016-10-06 15:36:07.492923"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut hic sed porro nulla reiciendis praesentium rerum.\",\"text\":\"I'll compress the mobile SSL transmitter, that should monitor the SMTP card!\"}"], ["created_at", "2016-10-06 15:36:07.493864"], ["updated_at", "2016-10-06 15:36:07.493864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et repellendus amet dicta cupiditate.\",\"text\":\"Calculating the driver won't do anything, we need to generate the auxiliary gb card!\"}"], ["created_at", "2016-10-06 15:36:07.494835"], ["updated_at", "2016-10-06 15:36:07.494835"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores unde asperiores omnis.\",\"text\":\"Bypassing the system won't do anything, we need to navigate the virtual gb pixel!\"}"], ["created_at", "2016-10-06 15:36:07.495774"], ["updated_at", "2016-10-06 15:36:07.495774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti eaque et aut voluptatem.\",\"text\":\"If we quantify the matrix, we can get to the COM capacitor through the mobile SAS bus!\"}"], ["created_at", "2016-10-06 15:36:07.496709"], ["updated_at", "2016-10-06 15:36:07.496709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia laboriosam incidunt.\",\"text\":\"Try to override the AI sensor, maybe it will back up the back-end capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.497659"], ["updated_at", "2016-10-06 15:36:07.497659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam harum labore quae.\",\"text\":\"Try to synthesize the SMTP firewall, maybe it will hack the solid state interface!\"}"], ["created_at", "2016-10-06 15:36:07.498617"], ["updated_at", "2016-10-06 15:36:07.498617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sunt voluptatum optio ipsa vitae quis.\",\"text\":\"We need to generate the digital ADP card!\"}"], ["created_at", "2016-10-06 15:36:07.499487"], ["updated_at", "2016-10-06 15:36:07.499487"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro quia qui.\",\"text\":\"I'll override the multi-byte SCSI application, that should bandwidth the JBOD monitor!\"}"], ["created_at", "2016-10-06 15:36:07.500372"], ["updated_at", "2016-10-06 15:36:07.500372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste et officia autem impedit aliquam in a.\",\"text\":\"You can't hack the array without indexing the redundant SAS sensor!\"}"], ["created_at", "2016-10-06 15:36:07.501367"], ["updated_at", "2016-10-06 15:36:07.501367"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem facilis voluptatum dolor autem sed cupiditate.\",\"text\":\"The RAM microchip is down, transmit the virtual bus so we can copy the RSS application!\"}"], ["created_at", "2016-10-06 15:36:07.502353"], ["updated_at", "2016-10-06 15:36:07.502353"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque sapiente omnis.\",\"text\":\"We need to index the back-end FTP array!\"}"], ["created_at", "2016-10-06 15:36:07.503755"], ["updated_at", "2016-10-06 15:36:07.503755"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aliquid fugiat cum.\",\"text\":\"I'll calculate the digital HDD bus, that should bandwidth the CSS interface!\"}"], ["created_at", "2016-10-06 15:36:07.505269"], ["updated_at", "2016-10-06 15:36:07.505269"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae quod assumenda et.\",\"text\":\"Use the online SCSI feed, then you can bypass the multi-byte interface!\"}"], ["created_at", "2016-10-06 15:36:07.506634"], ["updated_at", "2016-10-06 15:36:07.506634"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem est in sit error numquam.\",\"text\":\"You can't navigate the system without quantifying the neural HDD firewall!\"}"], ["created_at", "2016-10-06 15:36:07.507767"], ["updated_at", "2016-10-06 15:36:07.507767"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In cum sed ducimus voluptate sint.\",\"text\":\"You can't override the card without bypassing the optical XML driver!\"}"], ["created_at", "2016-10-06 15:36:07.509143"], ["updated_at", "2016-10-06 15:36:07.509143"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati dignissimos corporis.\",\"text\":\"I'll transmit the bluetooth AGP driver, that should application the XSS driver!\"}"], ["created_at", "2016-10-06 15:36:07.511705"], ["updated_at", "2016-10-06 15:36:07.511705"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati distinctio voluptatem id expedita quisquam et.\",\"text\":\"If we navigate the panel, we can get to the RSS feed through the wireless AI program!\"}"], ["created_at", "2016-10-06 15:36:07.513776"], ["updated_at", "2016-10-06 15:36:07.513776"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem quaerat labore nesciunt qui assumenda voluptatum.\",\"text\":\"I'll hack the solid state TCP monitor, that should monitor the SSL port!\"}"], ["created_at", "2016-10-06 15:36:07.515872"], ["updated_at", "2016-10-06 15:36:07.515872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis et quod molestias dicta praesentium.\",\"text\":\"I'll synthesize the primary PCI system, that should protocol the FTP alarm!\"}"], ["created_at", "2016-10-06 15:36:07.516921"], ["updated_at", "2016-10-06 15:36:07.516921"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur laborum quas explicabo.\",\"text\":\"I'll back up the primary XML circuit, that should panel the XSS firewall!\"}"], ["created_at", "2016-10-06 15:36:07.517876"], ["updated_at", "2016-10-06 15:36:07.517876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure aut repellat explicabo eaque dignissimos.\",\"text\":\"Connecting the card won't do anything, we need to navigate the digital scsi port!\"}"], ["created_at", "2016-10-06 15:36:07.518813"], ["updated_at", "2016-10-06 15:36:07.518813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae et est.\",\"text\":\"Use the digital EXE interface, then you can program the cross-platform driver!\"}"], ["created_at", "2016-10-06 15:36:07.519694"], ["updated_at", "2016-10-06 15:36:07.519694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem non soluta neque sed qui.\",\"text\":\"Try to calculate the EXE interface, maybe it will input the online firewall!\"}"], ["created_at", "2016-10-06 15:36:07.520583"], ["updated_at", "2016-10-06 15:36:07.520583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem ut rem.\",\"text\":\"The PCI hard drive is down, generate the digital firewall so we can program the CSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.521492"], ["updated_at", "2016-10-06 15:36:07.521492"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui enim vero porro est ut ipsa.\",\"text\":\"If we copy the circuit, we can get to the SQL hard drive through the virtual JBOD firewall!\"}"], ["created_at", "2016-10-06 15:36:07.522459"], ["updated_at", "2016-10-06 15:36:07.522459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam omnis aut at dignissimos.\",\"text\":\"The RAM protocol is down, synthesize the haptic array so we can program the RAM feed!\"}"], ["created_at", "2016-10-06 15:36:07.523359"], ["updated_at", "2016-10-06 15:36:07.523359"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque error id facere.\",\"text\":\"Use the mobile FTP protocol, then you can navigate the open-source interface!\"}"], ["created_at", "2016-10-06 15:36:07.524219"], ["updated_at", "2016-10-06 15:36:07.524219"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident eligendi cum quam enim aut perspiciatis.\",\"text\":\"Use the bluetooth SAS pixel, then you can back up the haptic array!\"}"], ["created_at", "2016-10-06 15:36:07.525119"], ["updated_at", "2016-10-06 15:36:07.525119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eveniet et.\",\"text\":\"Try to override the HDD microchip, maybe it will parse the primary program!\"}"], ["created_at", "2016-10-06 15:36:07.525994"], ["updated_at", "2016-10-06 15:36:07.525994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse assumenda consequatur rerum.\",\"text\":\"We need to input the open-source GB circuit!\"}"], ["created_at", "2016-10-06 15:36:07.526864"], ["updated_at", "2016-10-06 15:36:07.526864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque quisquam vel ut.\",\"text\":\"The AGP application is down, transmit the cross-platform firewall so we can parse the PCI program!\"}"], ["created_at", "2016-10-06 15:36:07.527719"], ["updated_at", "2016-10-06 15:36:07.527719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque quam at ut.\",\"text\":\"I'll bypass the optical EXE port, that should firewall the HTTP circuit!\"}"], ["created_at", "2016-10-06 15:36:07.528581"], ["updated_at", "2016-10-06 15:36:07.528581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo doloremque magnam est ea doloribus cupiditate.\",\"text\":\"The GB sensor is down, input the virtual array so we can transmit the COM card!\"}"], ["created_at", "2016-10-06 15:36:07.529482"], ["updated_at", "2016-10-06 15:36:07.529482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed enim ut cupiditate ut eligendi.\",\"text\":\"Try to transmit the SAS protocol, maybe it will program the digital card!\"}"], ["created_at", "2016-10-06 15:36:07.530397"], ["updated_at", "2016-10-06 15:36:07.530397"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus accusantium repellat quis quo.\",\"text\":\"Calculating the program won't do anything, we need to input the online usb interface!\"}"], ["created_at", "2016-10-06 15:36:07.531312"], ["updated_at", "2016-10-06 15:36:07.531312"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos odio praesentium velit est.\",\"text\":\"I'll hack the virtual JBOD system, that should interface the CSS microchip!\"}"], ["created_at", "2016-10-06 15:36:07.532179"], ["updated_at", "2016-10-06 15:36:07.532179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate possimus natus est ut exercitationem.\",\"text\":\"Use the digital XSS port, then you can calculate the cross-platform firewall!\"}"], ["created_at", "2016-10-06 15:36:07.533058"], ["updated_at", "2016-10-06 15:36:07.533058"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quos sed praesentium.\",\"text\":\"Use the cross-platform JSON bus, then you can compress the auxiliary feed!\"}"], ["created_at", "2016-10-06 15:36:07.534026"], ["updated_at", "2016-10-06 15:36:07.534026"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui placeat aut deserunt cupiditate doloremque.\",\"text\":\"If we hack the bandwidth, we can get to the PCI driver through the redundant HDD port!\"}"], ["created_at", "2016-10-06 15:36:07.534972"], ["updated_at", "2016-10-06 15:36:07.534972"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo dolore quia perspiciatis fugiat et porro.\",\"text\":\"You can't compress the bandwidth without bypassing the optical FTP firewall!\"}"], ["created_at", "2016-10-06 15:36:07.535876"], ["updated_at", "2016-10-06 15:36:07.535876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis cupiditate consequatur sit odit id ipsum.\",\"text\":\"Use the open-source JBOD bus, then you can generate the open-source card!\"}"], ["created_at", "2016-10-06 15:36:07.536754"], ["updated_at", "2016-10-06 15:36:07.536754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae eos harum corporis dignissimos.\",\"text\":\"I'll synthesize the back-end SAS program, that should sensor the EXE bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.537623"], ["updated_at", "2016-10-06 15:36:07.537623"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora optio quam culpa.\",\"text\":\"The IB program is down, quantify the back-end card so we can quantify the FTP port!\"}"], ["created_at", "2016-10-06 15:36:07.538550"], ["updated_at", "2016-10-06 15:36:07.538550"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus voluptatum exercitationem rerum nobis voluptates ut.\",\"text\":\"You can't override the matrix without programming the 1080p COM application!\"}"], ["created_at", "2016-10-06 15:36:07.539426"], ["updated_at", "2016-10-06 15:36:07.539426"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem suscipit dignissimos accusantium ex.\",\"text\":\"I'll calculate the haptic COM microchip, that should panel the SMTP matrix!\"}"], ["created_at", "2016-10-06 15:36:07.540342"], ["updated_at", "2016-10-06 15:36:07.540342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore reprehenderit quod ipsam.\",\"text\":\"Try to connect the XSS array, maybe it will bypass the mobile firewall!\"}"], ["created_at", "2016-10-06 15:36:07.541306"], ["updated_at", "2016-10-06 15:36:07.541306"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore non exercitationem et accusantium cupiditate.\",\"text\":\"The AGP port is down, navigate the wireless bandwidth so we can calculate the CSS monitor!\"}"], ["created_at", "2016-10-06 15:36:07.542318"], ["updated_at", "2016-10-06 15:36:07.542318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem quis accusantium sunt.\",\"text\":\"Quantifying the capacitor won't do anything, we need to bypass the mobile agp circuit!\"}"], ["created_at", "2016-10-06 15:36:07.543310"], ["updated_at", "2016-10-06 15:36:07.543310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta reprehenderit voluptatem ad corporis explicabo.\",\"text\":\"Bypassing the application won't do anything, we need to transmit the cross-platform pci microchip!\"}"], ["created_at", "2016-10-06 15:36:07.544239"], ["updated_at", "2016-10-06 15:36:07.544239"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quas nesciunt quibusdam.\",\"text\":\"You can't copy the monitor without calculating the online SQL port!\"}"], ["created_at", "2016-10-06 15:36:07.545235"], ["updated_at", "2016-10-06 15:36:07.545235"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum voluptas doloremque nesciunt in ipsam illum voluptas.\",\"text\":\"If we input the bandwidth, we can get to the SQL microchip through the virtual USB driver!\"}"], ["created_at", "2016-10-06 15:36:07.546308"], ["updated_at", "2016-10-06 15:36:07.546308"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit labore et omnis aliquam dolorem maxime dolores.\",\"text\":\"Indexing the driver won't do anything, we need to reboot the multi-byte adp driver!\"}"], ["created_at", "2016-10-06 15:36:07.547462"], ["updated_at", "2016-10-06 15:36:07.547462"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum qui neque est id velit.\",\"text\":\"Use the primary SMS application, then you can override the neural sensor!\"}"], ["created_at", "2016-10-06 15:36:07.548791"], ["updated_at", "2016-10-06 15:36:07.548791"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus minima excepturi iure sint atque.\",\"text\":\"If we generate the monitor, we can get to the ADP capacitor through the back-end FTP protocol!\"}"], ["created_at", "2016-10-06 15:36:07.550505"], ["updated_at", "2016-10-06 15:36:07.550505"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem dicta ullam vitae.\",\"text\":\"You can't input the program without connecting the wireless JSON program!\"}"], ["created_at", "2016-10-06 15:36:07.552581"], ["updated_at", "2016-10-06 15:36:07.552581"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam earum a eos delectus aut.\",\"text\":\"We need to calculate the neural SSL bus!\"}"], ["created_at", "2016-10-06 15:36:07.553601"], ["updated_at", "2016-10-06 15:36:07.553601"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea dolores repellat ad deleniti.\",\"text\":\"We need to input the cross-platform COM capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.554742"], ["updated_at", "2016-10-06 15:36:07.554742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum sit corporis.\",\"text\":\"The PNG matrix is down, copy the haptic program so we can back up the XML microchip!\"}"], ["created_at", "2016-10-06 15:36:07.555718"], ["updated_at", "2016-10-06 15:36:07.555718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad error cupiditate nam illum.\",\"text\":\"If we calculate the bus, we can get to the SSL alarm through the primary AI circuit!\"}"], ["created_at", "2016-10-06 15:36:07.556601"], ["updated_at", "2016-10-06 15:36:07.556601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et praesentium nihil eveniet rem aut ad et.\",\"text\":\"Try to compress the PNG program, maybe it will override the multi-byte feed!\"}"], ["created_at", "2016-10-06 15:36:07.557480"], ["updated_at", "2016-10-06 15:36:07.557480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa animi non deserunt maiores ab voluptatibus.\",\"text\":\"Try to navigate the AI bandwidth, maybe it will bypass the haptic alarm!\"}"], ["created_at", "2016-10-06 15:36:07.558371"], ["updated_at", "2016-10-06 15:36:07.558371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci quia molestiae.\",\"text\":\"Try to transmit the JBOD port, maybe it will hack the redundant program!\"}"], ["created_at", "2016-10-06 15:36:07.559261"], ["updated_at", "2016-10-06 15:36:07.559261"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque neque iusto et.\",\"text\":\"If we reboot the interface, we can get to the ADP transmitter through the primary SMTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.560150"], ["updated_at", "2016-10-06 15:36:07.560150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia maiores aut occaecati iure.\",\"text\":\"Use the virtual AI sensor, then you can override the open-source panel!\"}"], ["created_at", "2016-10-06 15:36:07.561021"], ["updated_at", "2016-10-06 15:36:07.561021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo recusandae dolores suscipit.\",\"text\":\"Try to override the HDD bandwidth, maybe it will quantify the bluetooth firewall!\"}"], ["created_at", "2016-10-06 15:36:07.561893"], ["updated_at", "2016-10-06 15:36:07.561893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio et aut necessitatibus consectetur beatae aut.\",\"text\":\"Use the haptic SAS hard drive, then you can connect the 1080p hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.562793"], ["updated_at", "2016-10-06 15:36:07.562793"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil nostrum in dicta.\",\"text\":\"You can't navigate the bus without indexing the mobile PCI protocol!\"}"], ["created_at", "2016-10-06 15:36:07.563666"], ["updated_at", "2016-10-06 15:36:07.563666"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id et accusantium mollitia et ad id.\",\"text\":\"I'll index the haptic XML microchip, that should sensor the CSS matrix!\"}"], ["created_at", "2016-10-06 15:36:07.564551"], ["updated_at", "2016-10-06 15:36:07.564551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut est dolor.\",\"text\":\"If we navigate the interface, we can get to the IB pixel through the open-source JBOD port!\"}"], ["created_at", "2016-10-06 15:36:07.565420"], ["updated_at", "2016-10-06 15:36:07.565420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi sit ipsam.\",\"text\":\"Try to input the SMS transmitter, maybe it will compress the haptic driver!\"}"], ["created_at", "2016-10-06 15:36:07.566340"], ["updated_at", "2016-10-06 15:36:07.566340"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos minima dignissimos nihil.\",\"text\":\"Try to compress the XSS program, maybe it will quantify the digital bus!\"}"], ["created_at", "2016-10-06 15:36:07.567384"], ["updated_at", "2016-10-06 15:36:07.567384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime et perspiciatis.\",\"text\":\"Use the haptic THX capacitor, then you can hack the wireless bus!\"}"], ["created_at", "2016-10-06 15:36:07.568293"], ["updated_at", "2016-10-06 15:36:07.568293"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore aut quasi architecto cum maxime suscipit.\",\"text\":\"We need to parse the cross-platform EXE firewall!\"}"], ["created_at", "2016-10-06 15:36:07.569194"], ["updated_at", "2016-10-06 15:36:07.569194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia cumque aliquid doloribus sint.\",\"text\":\"Programming the circuit won't do anything, we need to connect the redundant sas pixel!\"}"], ["created_at", "2016-10-06 15:36:07.570095"], ["updated_at", "2016-10-06 15:36:07.570095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem quo in corporis similique aperiam et rerum.\",\"text\":\"Use the auxiliary PCI alarm, then you can reboot the solid state alarm!\"}"], ["created_at", "2016-10-06 15:36:07.571035"], ["updated_at", "2016-10-06 15:36:07.571035"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ut sunt odio reiciendis accusamus et commodi.\",\"text\":\"I'll hack the online XSS interface, that should hard drive the FTP application!\"}"], ["created_at", "2016-10-06 15:36:07.571915"], ["updated_at", "2016-10-06 15:36:07.571915"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed fuga autem.\",\"text\":\"The SDD panel is down, quantify the 1080p circuit so we can navigate the TCP capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.572790"], ["updated_at", "2016-10-06 15:36:07.572790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate expedita corporis maxime vero rem assumenda.\",\"text\":\"If we program the bus, we can get to the JSON firewall through the 1080p SMS protocol!\"}"], ["created_at", "2016-10-06 15:36:07.573662"], ["updated_at", "2016-10-06 15:36:07.573662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae quis eum neque error expedita doloremque.\",\"text\":\"Try to program the GB transmitter, maybe it will quantify the solid state circuit!\"}"], ["created_at", "2016-10-06 15:36:07.574542"], ["updated_at", "2016-10-06 15:36:07.574542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim et dolorum sunt aut non et.\",\"text\":\"If we copy the application, we can get to the USB port through the 1080p EXE card!\"}"], ["created_at", "2016-10-06 15:36:07.575458"], ["updated_at", "2016-10-06 15:36:07.575458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt qui perspiciatis quia quaerat quae quasi nam.\",\"text\":\"Try to hack the XML port, maybe it will back up the mobile monitor!\"}"], ["created_at", "2016-10-06 15:36:07.576353"], ["updated_at", "2016-10-06 15:36:07.576353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur nihil qui ut reiciendis magni eligendi.\",\"text\":\"If we bypass the matrix, we can get to the TCP bandwidth through the auxiliary USB sensor!\"}"], ["created_at", "2016-10-06 15:36:07.577221"], ["updated_at", "2016-10-06 15:36:07.577221"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod esse pariatur quae est.\",\"text\":\"Bypassing the card won't do anything, we need to generate the primary ib capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.578106"], ["updated_at", "2016-10-06 15:36:07.578106"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore molestiae natus et consequuntur.\",\"text\":\"We need to program the mobile SMS pixel!\"}"], ["created_at", "2016-10-06 15:36:07.579183"], ["updated_at", "2016-10-06 15:36:07.579183"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ut sunt ullam repudiandae fugiat sunt.\",\"text\":\"Copying the matrix won't do anything, we need to parse the open-source ftp alarm!\"}"], ["created_at", "2016-10-06 15:36:07.580266"], ["updated_at", "2016-10-06 15:36:07.580266"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus perspiciatis enim qui explicabo consequuntur tempore.\",\"text\":\"You can't input the circuit without parsing the wireless USB interface!\"}"], ["created_at", "2016-10-06 15:36:07.581160"], ["updated_at", "2016-10-06 15:36:07.581160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi quis omnis.\",\"text\":\"Generating the application won't do anything, we need to connect the solid state com capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.582028"], ["updated_at", "2016-10-06 15:36:07.582028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem est eum in occaecati ipsam et voluptatibus.\",\"text\":\"We need to program the open-source GB program!\"}"], ["created_at", "2016-10-06 15:36:07.582933"], ["updated_at", "2016-10-06 15:36:07.582933"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat cum nobis dicta voluptatum.\",\"text\":\"The HDD array is down, transmit the solid state firewall so we can index the PNG bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.583830"], ["updated_at", "2016-10-06 15:36:07.583830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi dolor cumque quibusdam voluptatem.\",\"text\":\"Try to bypass the JBOD microchip, maybe it will compress the multi-byte sensor!\"}"], ["created_at", "2016-10-06 15:36:07.584707"], ["updated_at", "2016-10-06 15:36:07.584707"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eius illum neque et est et.\",\"text\":\"I'll synthesize the primary XML bus, that should interface the AGP interface!\"}"], ["created_at", "2016-10-06 15:36:07.585572"], ["updated_at", "2016-10-06 15:36:07.585572"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore atque incidunt.\",\"text\":\"The THX circuit is down, reboot the digital microchip so we can generate the SAS protocol!\"}"], ["created_at", "2016-10-06 15:36:07.586506"], ["updated_at", "2016-10-06 15:36:07.586506"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quis sunt neque fuga libero repudiandae.\",\"text\":\"The SQL pixel is down, bypass the back-end matrix so we can hack the TCP port!\"}"], ["created_at", "2016-10-06 15:36:07.587461"], ["updated_at", "2016-10-06 15:36:07.587461"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae totam sunt ut.\",\"text\":\"If we input the sensor, we can get to the SDD matrix through the open-source SMS program!\"}"], ["created_at", "2016-10-06 15:36:07.588383"], ["updated_at", "2016-10-06 15:36:07.588383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel repellendus corrupti qui ut.\",\"text\":\"Programming the transmitter won't do anything, we need to reboot the bluetooth json card!\"}"], ["created_at", "2016-10-06 15:36:07.589253"], ["updated_at", "2016-10-06 15:36:07.589253"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad qui pariatur eos omnis mollitia suscipit qui.\",\"text\":\"We need to back up the haptic GB alarm!\"}"], ["created_at", "2016-10-06 15:36:07.590124"], ["updated_at", "2016-10-06 15:36:07.590124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem accusamus error et similique modi vel nostrum.\",\"text\":\"Use the cross-platform IB card, then you can reboot the 1080p panel!\"}"], ["created_at", "2016-10-06 15:36:07.591040"], ["updated_at", "2016-10-06 15:36:07.591040"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id voluptas accusantium possimus.\",\"text\":\"We need to copy the mobile XML circuit!\"}"], ["created_at", "2016-10-06 15:36:07.591930"], ["updated_at", "2016-10-06 15:36:07.591930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui veniam ratione optio dolorum quam.\",\"text\":\"If we navigate the transmitter, we can get to the ADP capacitor through the auxiliary XSS hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.592810"], ["updated_at", "2016-10-06 15:36:07.592810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos commodi quo rem enim.\",\"text\":\"We need to reboot the 1080p PNG system!\"}"], ["created_at", "2016-10-06 15:36:07.593677"], ["updated_at", "2016-10-06 15:36:07.593677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et architecto dolore dolores repudiandae quas.\",\"text\":\"Backing up the hard drive won't do anything, we need to input the primary smtp alarm!\"}"], ["created_at", "2016-10-06 15:36:07.594549"], ["updated_at", "2016-10-06 15:36:07.594549"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et omnis rerum.\",\"text\":\"Try to compress the XSS protocol, maybe it will navigate the multi-byte sensor!\"}"], ["created_at", "2016-10-06 15:36:07.595471"], ["updated_at", "2016-10-06 15:36:07.595471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem aut aspernatur placeat incidunt ut quis.\",\"text\":\"Backing up the interface won't do anything, we need to back up the bluetooth xml feed!\"}"], ["created_at", "2016-10-06 15:36:07.596593"], ["updated_at", "2016-10-06 15:36:07.596593"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas facere qui eveniet doloremque.\",\"text\":\"Use the optical EXE interface, then you can synthesize the solid state array!\"}"], ["created_at", "2016-10-06 15:36:07.597514"], ["updated_at", "2016-10-06 15:36:07.597514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam voluptates voluptatem.\",\"text\":\"If we connect the bandwidth, we can get to the HTTP pixel through the digital USB firewall!\"}"], ["created_at", "2016-10-06 15:36:07.598422"], ["updated_at", "2016-10-06 15:36:07.598422"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi ab error dolorem facilis.\",\"text\":\"We need to input the mobile AI transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.599314"], ["updated_at", "2016-10-06 15:36:07.599314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur sapiente reprehenderit laborum.\",\"text\":\"The RAM program is down, parse the optical sensor so we can compress the THX port!\"}"], ["created_at", "2016-10-06 15:36:07.600223"], ["updated_at", "2016-10-06 15:36:07.600223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa modi eveniet accusamus id ut.\",\"text\":\"Use the digital SCSI hard drive, then you can hack the virtual bus!\"}"], ["created_at", "2016-10-06 15:36:07.601092"], ["updated_at", "2016-10-06 15:36:07.601092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident libero inventore eveniet.\",\"text\":\"If we parse the transmitter, we can get to the PCI hard drive through the wireless TCP capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.601963"], ["updated_at", "2016-10-06 15:36:07.601963"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur nostrum modi sequi quo natus.\",\"text\":\"If we navigate the feed, we can get to the AGP system through the back-end ADP system!\"}"], ["created_at", "2016-10-06 15:36:07.602926"], ["updated_at", "2016-10-06 15:36:07.602926"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur amet magni dignissimos eveniet rem nulla nobis.\",\"text\":\"We need to reboot the digital EXE application!\"}"], ["created_at", "2016-10-06 15:36:07.603842"], ["updated_at", "2016-10-06 15:36:07.603842"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione assumenda exercitationem omnis.\",\"text\":\"I'll index the multi-byte CSS application, that should hard drive the RSS driver!\"}"], ["created_at", "2016-10-06 15:36:07.604724"], ["updated_at", "2016-10-06 15:36:07.604724"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit tempore officiis dolorum vel eveniet quos in.\",\"text\":\"You can't generate the program without indexing the optical THX program!\"}"], ["created_at", "2016-10-06 15:36:07.605782"], ["updated_at", "2016-10-06 15:36:07.605782"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa aut beatae.\",\"text\":\"The AGP bus is down, reboot the open-source driver so we can compress the SMS driver!\"}"], ["created_at", "2016-10-06 15:36:07.607086"], ["updated_at", "2016-10-06 15:36:07.607086"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis est optio voluptatibus.\",\"text\":\"Copying the hard drive won't do anything, we need to bypass the solid state jbod firewall!\"}"], ["created_at", "2016-10-06 15:36:07.608359"], ["updated_at", "2016-10-06 15:36:07.608359"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda aut minima unde est autem ut.\",\"text\":\"I'll navigate the bluetooth IB circuit, that should firewall the GB sensor!\"}"], ["created_at", "2016-10-06 15:36:07.610562"], ["updated_at", "2016-10-06 15:36:07.610562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est praesentium officiis voluptatum doloremque enim.\",\"text\":\"Use the optical XSS microchip, then you can compress the cross-platform protocol!\"}"], ["created_at", "2016-10-06 15:36:07.611957"], ["updated_at", "2016-10-06 15:36:07.611957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis provident totam quisquam.\",\"text\":\"Navigating the matrix won't do anything, we need to generate the solid state ftp sensor!\"}"], ["created_at", "2016-10-06 15:36:07.612887"], ["updated_at", "2016-10-06 15:36:07.612887"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est nemo sint at.\",\"text\":\"Connecting the transmitter won't do anything, we need to program the haptic rss port!\"}"], ["created_at", "2016-10-06 15:36:07.613760"], ["updated_at", "2016-10-06 15:36:07.613760"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet sint architecto quos vel.\",\"text\":\"Use the bluetooth FTP port, then you can generate the solid state interface!\"}"], ["created_at", "2016-10-06 15:36:07.614705"], ["updated_at", "2016-10-06 15:36:07.614705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur saepe illum pariatur quasi ea iste voluptate.\",\"text\":\"Bypassing the transmitter won't do anything, we need to connect the primary adp firewall!\"}"], ["created_at", "2016-10-06 15:36:07.615591"], ["updated_at", "2016-10-06 15:36:07.615591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet incidunt consequatur ipsum accusamus nostrum consequuntur et.\",\"text\":\"Use the open-source CSS program, then you can reboot the primary application!\"}"], ["created_at", "2016-10-06 15:36:07.616545"], ["updated_at", "2016-10-06 15:36:07.616545"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est vitae cumque.\",\"text\":\"If we hack the panel, we can get to the SAS array through the optical GB application!\"}"], ["created_at", "2016-10-06 15:36:07.617471"], ["updated_at", "2016-10-06 15:36:07.617471"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat non necessitatibus qui consequatur accusamus rem.\",\"text\":\"Backing up the microchip won't do anything, we need to bypass the haptic sql driver!\"}"], ["created_at", "2016-10-06 15:36:07.618382"], ["updated_at", "2016-10-06 15:36:07.618382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum excepturi quae nulla iusto nisi.\",\"text\":\"If we compress the program, we can get to the RAM port through the digital THX driver!\"}"], ["created_at", "2016-10-06 15:36:07.619263"], ["updated_at", "2016-10-06 15:36:07.619263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed officia animi impedit accusamus.\",\"text\":\"I'll connect the mobile XML protocol, that should transmitter the ADP interface!\"}"], ["created_at", "2016-10-06 15:36:07.620150"], ["updated_at", "2016-10-06 15:36:07.620150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi quidem ea neque fuga dolore.\",\"text\":\"I'll parse the redundant TCP port, that should port the JBOD microchip!\"}"], ["created_at", "2016-10-06 15:36:07.621020"], ["updated_at", "2016-10-06 15:36:07.621020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas est inventore eos.\",\"text\":\"Parsing the monitor won't do anything, we need to reboot the 1080p thx bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.621905"], ["updated_at", "2016-10-06 15:36:07.621905"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias totam ad exercitationem corrupti beatae.\",\"text\":\"The HDD interface is down, generate the bluetooth feed so we can navigate the THX port!\"}"], ["created_at", "2016-10-06 15:36:07.622817"], ["updated_at", "2016-10-06 15:36:07.622817"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere dolores nisi.\",\"text\":\"We need to generate the neural FTP panel!\"}"], ["created_at", "2016-10-06 15:36:07.623684"], ["updated_at", "2016-10-06 15:36:07.623684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga aut magnam.\",\"text\":\"I'll generate the back-end AI system, that should sensor the SDD feed!\"}"], ["created_at", "2016-10-06 15:36:07.624550"], ["updated_at", "2016-10-06 15:36:07.624550"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aspernatur delectus similique.\",\"text\":\"Programming the port won't do anything, we need to compress the haptic exe protocol!\"}"], ["created_at", "2016-10-06 15:36:07.625436"], ["updated_at", "2016-10-06 15:36:07.625436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quae et sint quia excepturi nesciunt fuga.\",\"text\":\"Try to navigate the PNG monitor, maybe it will override the back-end firewall!\"}"], ["created_at", "2016-10-06 15:36:07.626332"], ["updated_at", "2016-10-06 15:36:07.626332"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis fugit autem officiis debitis quasi.\",\"text\":\"You can't index the program without generating the primary COM circuit!\"}"], ["created_at", "2016-10-06 15:36:07.627185"], ["updated_at", "2016-10-06 15:36:07.627185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis et fugiat enim in quis quia qui.\",\"text\":\"If we synthesize the alarm, we can get to the SSL matrix through the virtual SCSI hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.628106"], ["updated_at", "2016-10-06 15:36:07.628106"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus reiciendis et accusamus necessitatibus iure.\",\"text\":\"Copying the transmitter won't do anything, we need to compress the online http interface!\"}"], ["created_at", "2016-10-06 15:36:07.629023"], ["updated_at", "2016-10-06 15:36:07.629023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed explicabo qui.\",\"text\":\"The JBOD interface is down, generate the bluetooth application so we can navigate the HDD array!\"}"], ["created_at", "2016-10-06 15:36:07.629903"], ["updated_at", "2016-10-06 15:36:07.629903"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis temporibus hic ad natus tempore.\",\"text\":\"The XML driver is down, override the back-end capacitor so we can connect the IB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.630783"], ["updated_at", "2016-10-06 15:36:07.630783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio est odio a.\",\"text\":\"We need to calculate the wireless SSL array!\"}"], ["created_at", "2016-10-06 15:36:07.631644"], ["updated_at", "2016-10-06 15:36:07.631644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint nemo maiores.\",\"text\":\"Try to calculate the JSON matrix, maybe it will bypass the haptic bus!\"}"], ["created_at", "2016-10-06 15:36:07.632509"], ["updated_at", "2016-10-06 15:36:07.632509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et rem nostrum sapiente.\",\"text\":\"I'll compress the digital SDD program, that should system the HTTP array!\"}"], ["created_at", "2016-10-06 15:36:07.633391"], ["updated_at", "2016-10-06 15:36:07.633391"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores animi excepturi.\",\"text\":\"You can't calculate the pixel without navigating the bluetooth SSL feed!\"}"], ["created_at", "2016-10-06 15:36:07.634290"], ["updated_at", "2016-10-06 15:36:07.634290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis voluptates voluptatem sapiente fuga est nam.\",\"text\":\"We need to quantify the mobile RSS bus!\"}"], ["created_at", "2016-10-06 15:36:07.635187"], ["updated_at", "2016-10-06 15:36:07.635187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error dolor officiis qui.\",\"text\":\"You can't synthesize the application without calculating the optical ADP panel!\"}"], ["created_at", "2016-10-06 15:36:07.636103"], ["updated_at", "2016-10-06 15:36:07.636103"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At porro aut.\",\"text\":\"Try to quantify the RAM system, maybe it will back up the haptic alarm!\"}"], ["created_at", "2016-10-06 15:36:07.636981"], ["updated_at", "2016-10-06 15:36:07.636981"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus esse odio unde iusto.\",\"text\":\"Calculating the sensor won't do anything, we need to quantify the multi-byte smtp driver!\"}"], ["created_at", "2016-10-06 15:36:07.637854"], ["updated_at", "2016-10-06 15:36:07.637854"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed explicabo in iusto.\",\"text\":\"Try to calculate the AI interface, maybe it will override the digital array!\"}"], ["created_at", "2016-10-06 15:36:07.638757"], ["updated_at", "2016-10-06 15:36:07.638757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et commodi dolorem voluptatem rem corrupti eius velit.\",\"text\":\"I'll hack the online JBOD pixel, that should application the GB card!\"}"], ["created_at", "2016-10-06 15:36:07.639626"], ["updated_at", "2016-10-06 15:36:07.639626"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit nulla saepe sit ipsam earum.\",\"text\":\"Programming the driver won't do anything, we need to index the mobile smtp sensor!\"}"], ["created_at", "2016-10-06 15:36:07.640497"], ["updated_at", "2016-10-06 15:36:07.640497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo dignissimos laboriosam.\",\"text\":\"We need to copy the cross-platform SQL card!\"}"], ["created_at", "2016-10-06 15:36:07.641372"], ["updated_at", "2016-10-06 15:36:07.641372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui facere ullam culpa.\",\"text\":\"We need to navigate the bluetooth THX transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.642290"], ["updated_at", "2016-10-06 15:36:07.642290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis consequuntur qui nisi est.\",\"text\":\"The USB circuit is down, synthesize the digital capacitor so we can input the THX matrix!\"}"], ["created_at", "2016-10-06 15:36:07.643164"], ["updated_at", "2016-10-06 15:36:07.643164"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et labore voluptatem enim nam.\",\"text\":\"I'll compress the optical RAM firewall, that should firewall the PCI capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.644050"], ["updated_at", "2016-10-06 15:36:07.644050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet est voluptatem aut.\",\"text\":\"We need to quantify the bluetooth GB circuit!\"}"], ["created_at", "2016-10-06 15:36:07.644918"], ["updated_at", "2016-10-06 15:36:07.644918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis sapiente repellat dolorem libero.\",\"text\":\"We need to input the open-source SMS sensor!\"}"], ["created_at", "2016-10-06 15:36:07.645802"], ["updated_at", "2016-10-06 15:36:07.645802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo ut est iusto fuga id.\",\"text\":\"You can't back up the bandwidth without backing up the virtual USB system!\"}"], ["created_at", "2016-10-06 15:36:07.646762"], ["updated_at", "2016-10-06 15:36:07.646762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia reprehenderit et labore.\",\"text\":\"If we input the system, we can get to the SSL bandwidth through the neural ADP feed!\"}"], ["created_at", "2016-10-06 15:36:07.647641"], ["updated_at", "2016-10-06 15:36:07.647641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta delectus assumenda qui est eius nulla consequatur.\",\"text\":\"You can't back up the sensor without programming the solid state GB card!\"}"], ["created_at", "2016-10-06 15:36:07.648512"], ["updated_at", "2016-10-06 15:36:07.648512"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ab enim velit quia est reprehenderit quia.\",\"text\":\"Transmitting the circuit won't do anything, we need to back up the 1080p adp bus!\"}"], ["created_at", "2016-10-06 15:36:07.649374"], ["updated_at", "2016-10-06 15:36:07.649374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum nesciunt distinctio possimus ratione.\",\"text\":\"If we input the sensor, we can get to the AGP capacitor through the wireless SQL pixel!\"}"], ["created_at", "2016-10-06 15:36:07.650302"], ["updated_at", "2016-10-06 15:36:07.650302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium quisquam nostrum omnis qui corrupti aspernatur.\",\"text\":\"We need to override the multi-byte RAM panel!\"}"], ["created_at", "2016-10-06 15:36:07.651187"], ["updated_at", "2016-10-06 15:36:07.651187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia voluptas quia sequi est.\",\"text\":\"Try to copy the SDD port, maybe it will reboot the online card!\"}"], ["created_at", "2016-10-06 15:36:07.652115"], ["updated_at", "2016-10-06 15:36:07.652115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum adipisci nihil odio eligendi quia sed.\",\"text\":\"The HTTP system is down, connect the 1080p bandwidth so we can calculate the CSS port!\"}"], ["created_at", "2016-10-06 15:36:07.653000"], ["updated_at", "2016-10-06 15:36:07.653000"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio vel quidem unde in.\",\"text\":\"If we back up the capacitor, we can get to the XSS bus through the digital EXE array!\"}"], ["created_at", "2016-10-06 15:36:07.653849"], ["updated_at", "2016-10-06 15:36:07.653849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur magni a est et consequatur.\",\"text\":\"We need to navigate the back-end HDD sensor!\"}"], ["created_at", "2016-10-06 15:36:07.654752"], ["updated_at", "2016-10-06 15:36:07.654752"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut at delectus in.\",\"text\":\"If we compress the pixel, we can get to the JSON application through the cross-platform COM port!\"}"], ["created_at", "2016-10-06 15:36:07.655652"], ["updated_at", "2016-10-06 15:36:07.655652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur sed enim ut accusantium alias qui et.\",\"text\":\"The EXE port is down, synthesize the open-source port so we can hack the HTTP alarm!\"}"], ["created_at", "2016-10-06 15:36:07.656521"], ["updated_at", "2016-10-06 15:36:07.656521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae qui et voluptatem ullam est.\",\"text\":\"I'll calculate the solid state CSS panel, that should array the IB interface!\"}"], ["created_at", "2016-10-06 15:36:07.657391"], ["updated_at", "2016-10-06 15:36:07.657391"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum est quibusdam.\",\"text\":\"Use the back-end AGP sensor, then you can connect the optical circuit!\"}"], ["created_at", "2016-10-06 15:36:07.658287"], ["updated_at", "2016-10-06 15:36:07.658287"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat dolor alias tempora et.\",\"text\":\"We need to bypass the optical HDD alarm!\"}"], ["created_at", "2016-10-06 15:36:07.659176"], ["updated_at", "2016-10-06 15:36:07.659176"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur eligendi aut officia repellendus et quisquam molestiae.\",\"text\":\"Indexing the bus won't do anything, we need to input the wireless http driver!\"}"], ["created_at", "2016-10-06 15:36:07.660059"], ["updated_at", "2016-10-06 15:36:07.660059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit perferendis sit eos.\",\"text\":\"Try to override the SSL bandwidth, maybe it will index the open-source sensor!\"}"], ["created_at", "2016-10-06 15:36:07.660914"], ["updated_at", "2016-10-06 15:36:07.660914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate qui voluptate atque animi beatae.\",\"text\":\"I'll parse the wireless SMTP firewall, that should capacitor the ADP matrix!\"}"], ["created_at", "2016-10-06 15:36:07.661793"], ["updated_at", "2016-10-06 15:36:07.661793"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ipsam eum eum dolorum rem.\",\"text\":\"We need to connect the multi-byte SMS bus!\"}"], ["created_at", "2016-10-06 15:36:07.662677"], ["updated_at", "2016-10-06 15:36:07.662677"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur eius aut illo esse.\",\"text\":\"We need to parse the 1080p FTP system!\"}"], ["created_at", "2016-10-06 15:36:07.663547"], ["updated_at", "2016-10-06 15:36:07.663547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto aliquid minima sunt praesentium.\",\"text\":\"You can't override the matrix without indexing the bluetooth SMTP matrix!\"}"], ["created_at", "2016-10-06 15:36:07.664456"], ["updated_at", "2016-10-06 15:36:07.664456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum architecto non.\",\"text\":\"If we transmit the bandwidth, we can get to the IB alarm through the auxiliary SDD monitor!\"}"], ["created_at", "2016-10-06 15:36:07.665331"], ["updated_at", "2016-10-06 15:36:07.665331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero dolorem nam et recusandae ad sed dolor.\",\"text\":\"Try to back up the EXE microchip, maybe it will compress the redundant port!\"}"], ["created_at", "2016-10-06 15:36:07.666206"], ["updated_at", "2016-10-06 15:36:07.666206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et unde cum enim eligendi.\",\"text\":\"If we program the driver, we can get to the SMTP capacitor through the redundant IB program!\"}"], ["created_at", "2016-10-06 15:36:07.667091"], ["updated_at", "2016-10-06 15:36:07.667091"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut consequatur recusandae doloremque.\",\"text\":\"Try to quantify the GB sensor, maybe it will reboot the haptic sensor!\"}"], ["created_at", "2016-10-06 15:36:07.667996"], ["updated_at", "2016-10-06 15:36:07.667996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor vel soluta et quis quaerat.\",\"text\":\"Bypassing the array won't do anything, we need to copy the open-source gb panel!\"}"], ["created_at", "2016-10-06 15:36:07.668860"], ["updated_at", "2016-10-06 15:36:07.668860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus sunt ipsa.\",\"text\":\"The XSS feed is down, input the wireless circuit so we can connect the AGP application!\"}"], ["created_at", "2016-10-06 15:36:07.669727"], ["updated_at", "2016-10-06 15:36:07.669727"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore sed maiores ipsum porro reiciendis veniam voluptatem.\",\"text\":\"We need to transmit the bluetooth SMS feed!\"}"], ["created_at", "2016-10-06 15:36:07.670603"], ["updated_at", "2016-10-06 15:36:07.670603"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error et sit commodi delectus eaque sed omnis.\",\"text\":\"I'll bypass the mobile USB microchip, that should alarm the AI program!\"}"], ["created_at", "2016-10-06 15:36:07.671479"], ["updated_at", "2016-10-06 15:36:07.671479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor sit est natus eum esse sed aut.\",\"text\":\"We need to compress the redundant SQL firewall!\"}"], ["created_at", "2016-10-06 15:36:07.672353"], ["updated_at", "2016-10-06 15:36:07.672353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel tempora id eaque magni molestiae.\",\"text\":\"The SMTP interface is down, bypass the haptic protocol so we can reboot the SDD transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.673221"], ["updated_at", "2016-10-06 15:36:07.673221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos voluptatibus qui commodi.\",\"text\":\"You can't input the microchip without overriding the virtual SCSI array!\"}"], ["created_at", "2016-10-06 15:36:07.674090"], ["updated_at", "2016-10-06 15:36:07.674090"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur officiis eos nulla quos sunt.\",\"text\":\"We need to synthesize the neural AGP program!\"}"], ["created_at", "2016-10-06 15:36:07.674988"], ["updated_at", "2016-10-06 15:36:07.674988"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi a dolore qui quia est placeat similique.\",\"text\":\"Parsing the driver won't do anything, we need to connect the 1080p agp firewall!\"}"], ["created_at", "2016-10-06 15:36:07.675871"], ["updated_at", "2016-10-06 15:36:07.675871"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores aut veniam libero.\",\"text\":\"If we program the circuit, we can get to the IB interface through the bluetooth SMS bus!\"}"], ["created_at", "2016-10-06 15:36:07.676743"], ["updated_at", "2016-10-06 15:36:07.676743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic ipsam harum dolore in voluptate quia.\",\"text\":\"Parsing the system won't do anything, we need to connect the cross-platform sdd transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.677612"], ["updated_at", "2016-10-06 15:36:07.677612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat dignissimos laboriosam quia deleniti aut animi voluptas.\",\"text\":\"Connecting the bandwidth won't do anything, we need to calculate the online scsi hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.678482"], ["updated_at", "2016-10-06 15:36:07.678482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis eum cupiditate doloremque corrupti.\",\"text\":\"You can't quantify the microchip without overriding the neural RSS feed!\"}"], ["created_at", "2016-10-06 15:36:07.679365"], ["updated_at", "2016-10-06 15:36:07.679365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sapiente error dolorum qui culpa.\",\"text\":\"You can't connect the firewall without indexing the wireless COM application!\"}"], ["created_at", "2016-10-06 15:36:07.680252"], ["updated_at", "2016-10-06 15:36:07.680252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam nihil enim neque.\",\"text\":\"I'll copy the back-end PNG panel, that should firewall the RSS matrix!\"}"], ["created_at", "2016-10-06 15:36:07.681136"], ["updated_at", "2016-10-06 15:36:07.681136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa rem dolore accusantium.\",\"text\":\"You can't calculate the application without hacking the virtual USB system!\"}"], ["created_at", "2016-10-06 15:36:07.682009"], ["updated_at", "2016-10-06 15:36:07.682009"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit inventore quisquam labore omnis quia illum ipsum.\",\"text\":\"The XML circuit is down, index the cross-platform panel so we can reboot the SQL system!\"}"], ["created_at", "2016-10-06 15:36:07.682889"], ["updated_at", "2016-10-06 15:36:07.682889"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde voluptatibus omnis qui.\",\"text\":\"We need to quantify the optical SSL capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.683805"], ["updated_at", "2016-10-06 15:36:07.683805"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad voluptates reiciendis quibusdam molestiae.\",\"text\":\"Overriding the feed won't do anything, we need to generate the digital http protocol!\"}"], ["created_at", "2016-10-06 15:36:07.684722"], ["updated_at", "2016-10-06 15:36:07.684722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore est nisi.\",\"text\":\"I'll quantify the wireless PCI sensor, that should hard drive the RAM hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.685597"], ["updated_at", "2016-10-06 15:36:07.685597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est est ipsam.\",\"text\":\"We need to bypass the online HTTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.686477"], ["updated_at", "2016-10-06 15:36:07.686477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo reiciendis neque illum dolores aut inventore.\",\"text\":\"Try to bypass the SQL hard drive, maybe it will compress the digital protocol!\"}"], ["created_at", "2016-10-06 15:36:07.687344"], ["updated_at", "2016-10-06 15:36:07.687344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem possimus voluptatum totam atque nisi.\",\"text\":\"I'll connect the neural TCP feed, that should system the JSON firewall!\"}"], ["created_at", "2016-10-06 15:36:07.688221"], ["updated_at", "2016-10-06 15:36:07.688221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit et iste dicta.\",\"text\":\"Try to navigate the PCI sensor, maybe it will generate the mobile alarm!\"}"], ["created_at", "2016-10-06 15:36:07.689100"], ["updated_at", "2016-10-06 15:36:07.689100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ea aut dolores non.\",\"text\":\"Hacking the circuit won't do anything, we need to input the redundant ai monitor!\"}"], ["created_at", "2016-10-06 15:36:07.689976"], ["updated_at", "2016-10-06 15:36:07.689976"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse id unde.\",\"text\":\"Use the auxiliary AGP capacitor, then you can hack the solid state capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.690862"], ["updated_at", "2016-10-06 15:36:07.690862"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore laudantium doloremque.\",\"text\":\"We need to copy the optical SAS program!\"}"], ["created_at", "2016-10-06 15:36:07.691741"], ["updated_at", "2016-10-06 15:36:07.691741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum at ut adipisci eos.\",\"text\":\"You can't reboot the microchip without backing up the wireless USB matrix!\"}"], ["created_at", "2016-10-06 15:36:07.692631"], ["updated_at", "2016-10-06 15:36:07.692631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ex reprehenderit perferendis voluptatem odio est ratione.\",\"text\":\"Connecting the panel won't do anything, we need to navigate the mobile smtp circuit!\"}"], ["created_at", "2016-10-06 15:36:07.693493"], ["updated_at", "2016-10-06 15:36:07.693493"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id laboriosam quia iusto eligendi.\",\"text\":\"Parsing the array won't do anything, we need to quantify the mobile sql transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.694359"], ["updated_at", "2016-10-06 15:36:07.694359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio amet ut quo voluptas et magni voluptates.\",\"text\":\"I'll navigate the wireless USB capacitor, that should interface the SMS alarm!\"}"], ["created_at", "2016-10-06 15:36:07.695283"], ["updated_at", "2016-10-06 15:36:07.695283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam quaerat id voluptatem amet dolor qui unde.\",\"text\":\"You can't transmit the protocol without navigating the bluetooth XML feed!\"}"], ["created_at", "2016-10-06 15:36:07.696289"], ["updated_at", "2016-10-06 15:36:07.696289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus laborum dolor necessitatibus qui porro.\",\"text\":\"The FTP port is down, transmit the redundant hard drive so we can synthesize the PNG application!\"}"], ["created_at", "2016-10-06 15:36:07.697171"], ["updated_at", "2016-10-06 15:36:07.697171"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore non dolores molestias in.\",\"text\":\"I'll reboot the auxiliary XSS bus, that should system the SAS feed!\"}"], ["created_at", "2016-10-06 15:36:07.698059"], ["updated_at", "2016-10-06 15:36:07.698059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur doloremque hic praesentium soluta velit sed omnis.\",\"text\":\"Use the back-end FTP microchip, then you can connect the solid state capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.698943"], ["updated_at", "2016-10-06 15:36:07.698943"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi ut occaecati vitae.\",\"text\":\"If we synthesize the system, we can get to the XML microchip through the auxiliary SSL program!\"}"], ["created_at", "2016-10-06 15:36:07.699855"], ["updated_at", "2016-10-06 15:36:07.699855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id quasi voluptatibus quis voluptas quas libero.\",\"text\":\"I'll calculate the auxiliary USB protocol, that should feed the RSS protocol!\"}"], ["created_at", "2016-10-06 15:36:07.700846"], ["updated_at", "2016-10-06 15:36:07.700846"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae dolor nihil eligendi culpa et.\",\"text\":\"You can't reboot the sensor without indexing the mobile SAS microchip!\"}"], ["created_at", "2016-10-06 15:36:07.701706"], ["updated_at", "2016-10-06 15:36:07.701706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas eos dignissimos iste quia.\",\"text\":\"You can't copy the capacitor without parsing the cross-platform ADP interface!\"}"], ["created_at", "2016-10-06 15:36:07.702617"], ["updated_at", "2016-10-06 15:36:07.702617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut consequatur voluptatem ex aut repudiandae id.\",\"text\":\"I'll navigate the cross-platform SAS circuit, that should bus the RSS driver!\"}"], ["created_at", "2016-10-06 15:36:07.703494"], ["updated_at", "2016-10-06 15:36:07.703494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores molestias ab ad et libero quia esse.\",\"text\":\"Use the virtual JBOD protocol, then you can reboot the virtual panel!\"}"], ["created_at", "2016-10-06 15:36:07.704371"], ["updated_at", "2016-10-06 15:36:07.704371"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti mollitia blanditiis magnam natus.\",\"text\":\"We need to parse the haptic SQL protocol!\"}"], ["created_at", "2016-10-06 15:36:07.705355"], ["updated_at", "2016-10-06 15:36:07.705355"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis laborum molestiae perferendis accusantium non quas error.\",\"text\":\"Use the mobile XSS alarm, then you can input the solid state matrix!\"}"], ["created_at", "2016-10-06 15:36:07.706522"], ["updated_at", "2016-10-06 15:36:07.706522"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore deserunt aut hic odio.\",\"text\":\"Try to generate the SMTP circuit, maybe it will override the mobile matrix!\"}"], ["created_at", "2016-10-06 15:36:07.707902"], ["updated_at", "2016-10-06 15:36:07.707902"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas dolores quam.\",\"text\":\"If we quantify the transmitter, we can get to the USB driver through the open-source TCP feed!\"}"], ["created_at", "2016-10-06 15:36:07.709419"], ["updated_at", "2016-10-06 15:36:07.709419"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit nihil sunt.\",\"text\":\"Quantifying the driver won't do anything, we need to input the optical sdd interface!\"}"], ["created_at", "2016-10-06 15:36:07.711647"], ["updated_at", "2016-10-06 15:36:07.711647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat expedita aut praesentium nulla corporis.\",\"text\":\"Try to navigate the RAM feed, maybe it will input the solid state interface!\"}"], ["created_at", "2016-10-06 15:36:07.712692"], ["updated_at", "2016-10-06 15:36:07.712692"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nesciunt earum distinctio.\",\"text\":\"I'll index the 1080p HTTP feed, that should firewall the ADP port!\"}"], ["created_at", "2016-10-06 15:36:07.713657"], ["updated_at", "2016-10-06 15:36:07.713657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non nihil tempore est eos aut rerum.\",\"text\":\"Compressing the array won't do anything, we need to navigate the 1080p exe transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.714634"], ["updated_at", "2016-10-06 15:36:07.714634"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum quidem ut.\",\"text\":\"Programming the protocol won't do anything, we need to back up the digital agp transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.715590"], ["updated_at", "2016-10-06 15:36:07.715590"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut veniam quisquam sapiente vitae alias laboriosam et.\",\"text\":\"Use the virtual USB microchip, then you can override the multi-byte microchip!\"}"], ["created_at", "2016-10-06 15:36:07.716616"], ["updated_at", "2016-10-06 15:36:07.716616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat aut qui.\",\"text\":\"We need to override the 1080p SMTP matrix!\"}"], ["created_at", "2016-10-06 15:36:07.717763"], ["updated_at", "2016-10-06 15:36:07.717763"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem eaque fugiat vel corporis sit autem.\",\"text\":\"If we copy the firewall, we can get to the JSON circuit through the back-end SMTP driver!\"}"], ["created_at", "2016-10-06 15:36:07.718861"], ["updated_at", "2016-10-06 15:36:07.718861"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam pariatur ipsa amet eius beatae.\",\"text\":\"Use the redundant TCP transmitter, then you can generate the virtual alarm!\"}"], ["created_at", "2016-10-06 15:36:07.719885"], ["updated_at", "2016-10-06 15:36:07.719885"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor totam delectus rem.\",\"text\":\"I'll back up the redundant SMTP bandwidth, that should panel the PNG array!\"}"], ["created_at", "2016-10-06 15:36:07.720895"], ["updated_at", "2016-10-06 15:36:07.720895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta aut occaecati voluptas ratione quia ut pariatur.\",\"text\":\"If we copy the capacitor, we can get to the ADP bandwidth through the haptic JSON application!\"}"], ["created_at", "2016-10-06 15:36:07.721862"], ["updated_at", "2016-10-06 15:36:07.721862"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo accusantium nostrum cum.\",\"text\":\"We need to hack the bluetooth IB sensor!\"}"], ["created_at", "2016-10-06 15:36:07.722833"], ["updated_at", "2016-10-06 15:36:07.722833"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia alias unde consequatur deserunt excepturi iste quaerat.\",\"text\":\"If we quantify the driver, we can get to the PCI protocol through the neural THX system!\"}"], ["created_at", "2016-10-06 15:36:07.723822"], ["updated_at", "2016-10-06 15:36:07.723822"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate eos occaecati quos.\",\"text\":\"The SDD array is down, back up the bluetooth firewall so we can compress the CSS feed!\"}"], ["created_at", "2016-10-06 15:36:07.724833"], ["updated_at", "2016-10-06 15:36:07.724833"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita enim et.\",\"text\":\"You can't calculate the system without navigating the multi-byte HTTP sensor!\"}"], ["created_at", "2016-10-06 15:36:07.725748"], ["updated_at", "2016-10-06 15:36:07.725748"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus culpa aut corrupti molestiae.\",\"text\":\"You can't synthesize the feed without indexing the online PNG sensor!\"}"], ["created_at", "2016-10-06 15:36:07.726624"], ["updated_at", "2016-10-06 15:36:07.726624"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates ut molestias perferendis libero quis aut quasi.\",\"text\":\"We need to reboot the open-source SCSI alarm!\"}"], ["created_at", "2016-10-06 15:36:07.727507"], ["updated_at", "2016-10-06 15:36:07.727507"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid id dicta aut accusamus.\",\"text\":\"I'll bypass the multi-byte RSS matrix, that should pixel the SMTP microchip!\"}"], ["created_at", "2016-10-06 15:36:07.729027"], ["updated_at", "2016-10-06 15:36:07.729027"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo ab quis rerum amet.\",\"text\":\"We need to compress the digital SQL port!\"}"], ["created_at", "2016-10-06 15:36:07.730493"], ["updated_at", "2016-10-06 15:36:07.730493"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam error dolorum recusandae.\",\"text\":\"Try to quantify the PNG microchip, maybe it will back up the haptic circuit!\"}"], ["created_at", "2016-10-06 15:36:07.731741"], ["updated_at", "2016-10-06 15:36:07.731741"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus aut explicabo nulla magnam eius error quod.\",\"text\":\"I'll synthesize the 1080p SMTP system, that should port the PNG system!\"}"], ["created_at", "2016-10-06 15:36:07.733122"], ["updated_at", "2016-10-06 15:36:07.733122"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et adipisci laboriosam.\",\"text\":\"Try to override the USB driver, maybe it will navigate the wireless pixel!\"}"], ["created_at", "2016-10-06 15:36:07.735687"], ["updated_at", "2016-10-06 15:36:07.735687"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit a quisquam aut exercitationem.\",\"text\":\"I'll transmit the redundant AGP interface, that should panel the SQL monitor!\"}"], ["created_at", "2016-10-06 15:36:07.737021"], ["updated_at", "2016-10-06 15:36:07.737021"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut repellendus quisquam omnis natus sed.\",\"text\":\"I'll input the haptic SSL transmitter, that should firewall the THX protocol!\"}"], ["created_at", "2016-10-06 15:36:07.739845"], ["updated_at", "2016-10-06 15:36:07.739845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit earum voluptas perspiciatis iure reiciendis deserunt.\",\"text\":\"Calculating the alarm won't do anything, we need to generate the cross-platform thx hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.740960"], ["updated_at", "2016-10-06 15:36:07.740960"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui enim rerum id consectetur illo porro praesentium.\",\"text\":\"I'll connect the haptic TCP array, that should system the SMTP array!\"}"], ["created_at", "2016-10-06 15:36:07.741871"], ["updated_at", "2016-10-06 15:36:07.741871"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At quod cupiditate quos omnis porro.\",\"text\":\"We need to quantify the solid state AGP port!\"}"], ["created_at", "2016-10-06 15:36:07.742813"], ["updated_at", "2016-10-06 15:36:07.742813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde repellendus facere.\",\"text\":\"If we generate the program, we can get to the JBOD application through the wireless SDD program!\"}"], ["created_at", "2016-10-06 15:36:07.743683"], ["updated_at", "2016-10-06 15:36:07.743683"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error aut hic.\",\"text\":\"Try to connect the XSS application, maybe it will override the neural transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.744573"], ["updated_at", "2016-10-06 15:36:07.744573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et labore eius at fugiat pariatur ut.\",\"text\":\"I'll generate the primary THX hard drive, that should bus the GB monitor!\"}"], ["created_at", "2016-10-06 15:36:07.745433"], ["updated_at", "2016-10-06 15:36:07.745433"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime tempora saepe officiis et autem incidunt.\",\"text\":\"If we reboot the firewall, we can get to the TCP circuit through the online COM panel!\"}"], ["created_at", "2016-10-06 15:36:07.746336"], ["updated_at", "2016-10-06 15:36:07.746336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore enim mollitia quaerat.\",\"text\":\"We need to back up the virtual ADP capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.747206"], ["updated_at", "2016-10-06 15:36:07.747206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum impedit laudantium dicta aspernatur voluptatem in.\",\"text\":\"The SQL driver is down, connect the 1080p feed so we can override the GB circuit!\"}"], ["created_at", "2016-10-06 15:36:07.748070"], ["updated_at", "2016-10-06 15:36:07.748070"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus recusandae maiores iusto.\",\"text\":\"We need to calculate the optical PNG hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.749025"], ["updated_at", "2016-10-06 15:36:07.749025"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis accusamus ut ipsam delectus provident consequatur.\",\"text\":\"We need to back up the auxiliary IB pixel!\"}"], ["created_at", "2016-10-06 15:36:07.749980"], ["updated_at", "2016-10-06 15:36:07.749980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non optio sit repellendus itaque saepe nihil.\",\"text\":\"Try to quantify the XML firewall, maybe it will input the multi-byte interface!\"}"], ["created_at", "2016-10-06 15:36:07.751027"], ["updated_at", "2016-10-06 15:36:07.751027"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cumque nemo ab non distinctio.\",\"text\":\"The RSS bus is down, calculate the auxiliary bandwidth so we can back up the ADP protocol!\"}"], ["created_at", "2016-10-06 15:36:07.751895"], ["updated_at", "2016-10-06 15:36:07.751895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam voluptatem molestiae optio ex id.\",\"text\":\"Copying the array won't do anything, we need to generate the digital rss pixel!\"}"], ["created_at", "2016-10-06 15:36:07.752771"], ["updated_at", "2016-10-06 15:36:07.752771"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis aut numquam.\",\"text\":\"Use the digital CSS circuit, then you can back up the virtual feed!\"}"], ["created_at", "2016-10-06 15:36:07.753656"], ["updated_at", "2016-10-06 15:36:07.753656"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et saepe numquam ab incidunt voluptates voluptatum sit.\",\"text\":\"If we navigate the system, we can get to the TCP hard drive through the auxiliary JSON array!\"}"], ["created_at", "2016-10-06 15:36:07.754530"], ["updated_at", "2016-10-06 15:36:07.754530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus blanditiis dignissimos.\",\"text\":\"The HTTP port is down, navigate the solid state system so we can bypass the AI sensor!\"}"], ["created_at", "2016-10-06 15:36:07.755403"], ["updated_at", "2016-10-06 15:36:07.755403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa iusto ipsam sapiente et.\",\"text\":\"Synthesizing the program won't do anything, we need to reboot the redundant ftp card!\"}"], ["created_at", "2016-10-06 15:36:07.756278"], ["updated_at", "2016-10-06 15:36:07.756278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel incidunt dolores tempore occaecati.\",\"text\":\"Use the mobile RAM driver, then you can transmit the wireless interface!\"}"], ["created_at", "2016-10-06 15:36:07.757149"], ["updated_at", "2016-10-06 15:36:07.757149"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque illo eius cum.\",\"text\":\"If we override the capacitor, we can get to the SAS bus through the open-source AGP program!\"}"], ["created_at", "2016-10-06 15:36:07.758019"], ["updated_at", "2016-10-06 15:36:07.758019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat voluptatem rem est rerum molestiae.\",\"text\":\"Try to compress the ADP bandwidth, maybe it will navigate the multi-byte microchip!\"}"], ["created_at", "2016-10-06 15:36:07.758917"], ["updated_at", "2016-10-06 15:36:07.758917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique et architecto illum voluptatem.\",\"text\":\"Use the redundant SMS monitor, then you can synthesize the multi-byte matrix!\"}"], ["created_at", "2016-10-06 15:36:07.759902"], ["updated_at", "2016-10-06 15:36:07.759902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis aut labore accusamus.\",\"text\":\"The SQL transmitter is down, transmit the haptic program so we can program the JBOD program!\"}"], ["created_at", "2016-10-06 15:36:07.760794"], ["updated_at", "2016-10-06 15:36:07.760794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi ullam voluptas eaque magni nostrum.\",\"text\":\"If we parse the driver, we can get to the SCSI card through the multi-byte SMS panel!\"}"], ["created_at", "2016-10-06 15:36:07.761660"], ["updated_at", "2016-10-06 15:36:07.761660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione tenetur sunt debitis nihil minima eos temporibus.\",\"text\":\"Try to parse the SMS array, maybe it will connect the wireless capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.762547"], ["updated_at", "2016-10-06 15:36:07.762547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime in autem dolores dolor nesciunt.\",\"text\":\"We need to quantify the back-end RAM bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.763431"], ["updated_at", "2016-10-06 15:36:07.763431"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim sapiente et rem ullam ea.\",\"text\":\"If we bypass the sensor, we can get to the HDD sensor through the back-end RSS feed!\"}"], ["created_at", "2016-10-06 15:36:07.764331"], ["updated_at", "2016-10-06 15:36:07.764331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente sed eligendi doloremque repudiandae.\",\"text\":\"You can't synthesize the interface without backing up the open-source USB matrix!\"}"], ["created_at", "2016-10-06 15:36:07.765280"], ["updated_at", "2016-10-06 15:36:07.765280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui hic ut odio veniam nam pariatur minima.\",\"text\":\"If we compress the application, we can get to the RSS bus through the primary HTTP driver!\"}"], ["created_at", "2016-10-06 15:36:07.766192"], ["updated_at", "2016-10-06 15:36:07.766192"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint dolorum sit totam hic aut.\",\"text\":\"Use the solid state SMTP microchip, then you can program the digital port!\"}"], ["created_at", "2016-10-06 15:36:07.767103"], ["updated_at", "2016-10-06 15:36:07.767103"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia vero porro.\",\"text\":\"We need to navigate the online XML pixel!\"}"], ["created_at", "2016-10-06 15:36:07.767972"], ["updated_at", "2016-10-06 15:36:07.767972"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam tempore voluptas nesciunt ut.\",\"text\":\"Bypassing the interface won't do anything, we need to navigate the back-end ib microchip!\"}"], ["created_at", "2016-10-06 15:36:07.768840"], ["updated_at", "2016-10-06 15:36:07.768840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam officia illum.\",\"text\":\"We need to compress the wireless SMS hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.769708"], ["updated_at", "2016-10-06 15:36:07.769708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam qui dolore.\",\"text\":\"I'll navigate the bluetooth JBOD pixel, that should array the SMTP firewall!\"}"], ["created_at", "2016-10-06 15:36:07.770592"], ["updated_at", "2016-10-06 15:36:07.770592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod et eveniet.\",\"text\":\"The GB feed is down, reboot the wireless transmitter so we can bypass the COM transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.771483"], ["updated_at", "2016-10-06 15:36:07.771483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis vel consectetur enim et aut harum.\",\"text\":\"I'll connect the digital HDD card, that should port the THX protocol!\"}"], ["created_at", "2016-10-06 15:36:07.772354"], ["updated_at", "2016-10-06 15:36:07.772354"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur praesentium aliquid.\",\"text\":\"Try to transmit the IB transmitter, maybe it will back up the wireless capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.773311"], ["updated_at", "2016-10-06 15:36:07.773311"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio placeat dolorem provident illum nihil maxime.\",\"text\":\"Try to override the COM array, maybe it will copy the optical system!\"}"], ["created_at", "2016-10-06 15:36:07.774341"], ["updated_at", "2016-10-06 15:36:07.774341"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit assumenda blanditiis dignissimos est omnis.\",\"text\":\"Try to bypass the HTTP driver, maybe it will calculate the wireless feed!\"}"], ["created_at", "2016-10-06 15:36:07.775749"], ["updated_at", "2016-10-06 15:36:07.775749"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit minus soluta quia corporis consequatur et.\",\"text\":\"We need to back up the solid state GB panel!\"}"], ["created_at", "2016-10-06 15:36:07.776952"], ["updated_at", "2016-10-06 15:36:07.776952"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis iure vitae.\",\"text\":\"Use the 1080p USB hard drive, then you can transmit the redundant bus!\"}"], ["created_at", "2016-10-06 15:36:07.779229"], ["updated_at", "2016-10-06 15:36:07.779229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus soluta non.\",\"text\":\"Try to override the HDD array, maybe it will synthesize the back-end feed!\"}"], ["created_at", "2016-10-06 15:36:07.780386"], ["updated_at", "2016-10-06 15:36:07.780386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus error minima ratione in sapiente quia.\",\"text\":\"If we transmit the microchip, we can get to the RAM panel through the optical JSON circuit!\"}"], ["created_at", "2016-10-06 15:36:07.781352"], ["updated_at", "2016-10-06 15:36:07.781352"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa quis facere nemo ipsam consequatur omnis.\",\"text\":\"Try to override the SQL sensor, maybe it will navigate the cross-platform bus!\"}"], ["created_at", "2016-10-06 15:36:07.782295"], ["updated_at", "2016-10-06 15:36:07.782295"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quo reprehenderit temporibus earum minima facilis perferendis.\",\"text\":\"Use the digital CSS program, then you can hack the bluetooth application!\"}"], ["created_at", "2016-10-06 15:36:07.783270"], ["updated_at", "2016-10-06 15:36:07.783270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus tempora sed.\",\"text\":\"Try to back up the SQL pixel, maybe it will back up the back-end transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.784153"], ["updated_at", "2016-10-06 15:36:07.784153"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt in corrupti temporibus.\",\"text\":\"If we parse the firewall, we can get to the EXE bandwidth through the digital ADP capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.785029"], ["updated_at", "2016-10-06 15:36:07.785029"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi eius rerum.\",\"text\":\"The SDD capacitor is down, copy the back-end application so we can parse the JSON monitor!\"}"], ["created_at", "2016-10-06 15:36:07.785898"], ["updated_at", "2016-10-06 15:36:07.785898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam dolorem labore aut nesciunt.\",\"text\":\"You can't transmit the application without connecting the virtual COM panel!\"}"], ["created_at", "2016-10-06 15:36:07.786788"], ["updated_at", "2016-10-06 15:36:07.786788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis minus odio necessitatibus ut soluta.\",\"text\":\"Try to copy the SAS feed, maybe it will bypass the primary matrix!\"}"], ["created_at", "2016-10-06 15:36:07.787660"], ["updated_at", "2016-10-06 15:36:07.787660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut officia et eveniet consequuntur et.\",\"text\":\"I'll program the open-source HTTP feed, that should feed the XSS hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.788602"], ["updated_at", "2016-10-06 15:36:07.788602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit ab reprehenderit.\",\"text\":\"If we hack the interface, we can get to the SMTP array through the open-source SSL driver!\"}"], ["created_at", "2016-10-06 15:36:07.789598"], ["updated_at", "2016-10-06 15:36:07.789598"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nobis architecto adipisci et quam.\",\"text\":\"The SMS hard drive is down, connect the online application so we can bypass the FTP panel!\"}"], ["created_at", "2016-10-06 15:36:07.790556"], ["updated_at", "2016-10-06 15:36:07.790556"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse qui ipsum.\",\"text\":\"The SDD alarm is down, generate the haptic firewall so we can back up the EXE feed!\"}"], ["created_at", "2016-10-06 15:36:07.791513"], ["updated_at", "2016-10-06 15:36:07.791513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis culpa magnam inventore a.\",\"text\":\"Use the optical PNG sensor, then you can navigate the multi-byte circuit!\"}"], ["created_at", "2016-10-06 15:36:07.792438"], ["updated_at", "2016-10-06 15:36:07.792438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint cum enim eaque mollitia ad.\",\"text\":\"We need to back up the bluetooth SSL card!\"}"], ["created_at", "2016-10-06 15:36:07.793318"], ["updated_at", "2016-10-06 15:36:07.793318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas architecto mollitia esse.\",\"text\":\"Use the virtual JBOD card, then you can generate the haptic hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.794210"], ["updated_at", "2016-10-06 15:36:07.794210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur aut tempore omnis dolore rerum.\",\"text\":\"I'll program the open-source SMTP array, that should feed the SDD driver!\"}"], ["created_at", "2016-10-06 15:36:07.795095"], ["updated_at", "2016-10-06 15:36:07.795095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis modi quisquam aut omnis voluptatem.\",\"text\":\"The PCI driver is down, copy the redundant bus so we can reboot the SMS port!\"}"], ["created_at", "2016-10-06 15:36:07.795999"], ["updated_at", "2016-10-06 15:36:07.795999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptate nostrum repudiandae eligendi et.\",\"text\":\"I'll index the haptic TCP panel, that should monitor the XML driver!\"}"], ["created_at", "2016-10-06 15:36:07.796987"], ["updated_at", "2016-10-06 15:36:07.796987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate quia non unde omnis.\",\"text\":\"You can't synthesize the matrix without bypassing the neural USB port!\"}"], ["created_at", "2016-10-06 15:36:07.797964"], ["updated_at", "2016-10-06 15:36:07.797964"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae voluptas nobis libero sint nihil.\",\"text\":\"I'll synthesize the neural XML capacitor, that should transmitter the COM alarm!\"}"], ["created_at", "2016-10-06 15:36:07.798923"], ["updated_at", "2016-10-06 15:36:07.798923"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus dolor praesentium alias.\",\"text\":\"We need to input the primary PCI microchip!\"}"], ["created_at", "2016-10-06 15:36:07.799812"], ["updated_at", "2016-10-06 15:36:07.799812"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat exercitationem totam a possimus.\",\"text\":\"I'll parse the optical JSON transmitter, that should circuit the AGP interface!\"}"], ["created_at", "2016-10-06 15:36:07.800749"], ["updated_at", "2016-10-06 15:36:07.800749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint voluptatem aperiam.\",\"text\":\"I'll index the redundant PCI feed, that should alarm the SMTP array!\"}"], ["created_at", "2016-10-06 15:36:07.801660"], ["updated_at", "2016-10-06 15:36:07.801660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur unde temporibus vero dolores.\",\"text\":\"I'll index the primary SAS bandwidth, that should panel the IB circuit!\"}"], ["created_at", "2016-10-06 15:36:07.802571"], ["updated_at", "2016-10-06 15:36:07.802571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea illo qui.\",\"text\":\"If we transmit the hard drive, we can get to the SQL transmitter through the back-end JBOD bus!\"}"], ["created_at", "2016-10-06 15:36:07.803560"], ["updated_at", "2016-10-06 15:36:07.803560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor maxime laborum vitae molestiae.\",\"text\":\"Bypassing the feed won't do anything, we need to hack the cross-platform ssl matrix!\"}"], ["created_at", "2016-10-06 15:36:07.804466"], ["updated_at", "2016-10-06 15:36:07.804466"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor veniam molestiae non.\",\"text\":\"I'll index the cross-platform PNG pixel, that should card the HDD system!\"}"], ["created_at", "2016-10-06 15:36:07.805350"], ["updated_at", "2016-10-06 15:36:07.805350"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque natus provident architecto iste.\",\"text\":\"Try to compress the EXE microchip, maybe it will copy the neural array!\"}"], ["created_at", "2016-10-06 15:36:07.806278"], ["updated_at", "2016-10-06 15:36:07.806278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas enim sequi.\",\"text\":\"I'll transmit the cross-platform XML bandwidth, that should feed the SAS pixel!\"}"], ["created_at", "2016-10-06 15:36:07.807167"], ["updated_at", "2016-10-06 15:36:07.807167"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia velit dignissimos quo.\",\"text\":\"I'll reboot the neural JSON program, that should firewall the PNG microchip!\"}"], ["created_at", "2016-10-06 15:36:07.808067"], ["updated_at", "2016-10-06 15:36:07.808067"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aliquam ipsum autem.\",\"text\":\"Parsing the application won't do anything, we need to navigate the virtual scsi array!\"}"], ["created_at", "2016-10-06 15:36:07.808969"], ["updated_at", "2016-10-06 15:36:07.808969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit sint mollitia cupiditate voluptates repudiandae inventore at.\",\"text\":\"Use the haptic JSON firewall, then you can generate the neural card!\"}"], ["created_at", "2016-10-06 15:36:07.809851"], ["updated_at", "2016-10-06 15:36:07.809851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non voluptatem rem dolores.\",\"text\":\"If we compress the protocol, we can get to the SQL transmitter through the mobile TCP feed!\"}"], ["created_at", "2016-10-06 15:36:07.810787"], ["updated_at", "2016-10-06 15:36:07.810787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores error aut.\",\"text\":\"We need to input the open-source FTP alarm!\"}"], ["created_at", "2016-10-06 15:36:07.811684"], ["updated_at", "2016-10-06 15:36:07.811684"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis aut distinctio quo fugiat ea praesentium.\",\"text\":\"If we compress the system, we can get to the HDD firewall through the redundant SCSI sensor!\"}"], ["created_at", "2016-10-06 15:36:07.812579"], ["updated_at", "2016-10-06 15:36:07.812579"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim quas velit perferendis a itaque.\",\"text\":\"If we compress the panel, we can get to the JBOD capacitor through the 1080p COM panel!\"}"], ["created_at", "2016-10-06 15:36:07.813468"], ["updated_at", "2016-10-06 15:36:07.813468"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo voluptas voluptatem minus et inventore.\",\"text\":\"Use the redundant HTTP card, then you can connect the neural monitor!\"}"], ["created_at", "2016-10-06 15:36:07.814458"], ["updated_at", "2016-10-06 15:36:07.814458"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam cumque possimus vero veniam ut.\",\"text\":\"We need to compress the 1080p COM firewall!\"}"], ["created_at", "2016-10-06 15:36:07.815352"], ["updated_at", "2016-10-06 15:36:07.815352"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur animi est deleniti.\",\"text\":\"I'll calculate the online SSL protocol, that should bandwidth the SSL firewall!\"}"], ["created_at", "2016-10-06 15:36:07.816247"], ["updated_at", "2016-10-06 15:36:07.816247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sequi et repellendus qui nulla expedita vero.\",\"text\":\"Use the redundant JSON hard drive, then you can copy the bluetooth firewall!\"}"], ["created_at", "2016-10-06 15:36:07.817261"], ["updated_at", "2016-10-06 15:36:07.817261"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic nobis aspernatur.\",\"text\":\"If we override the capacitor, we can get to the SMTP microchip through the haptic HDD monitor!\"}"], ["created_at", "2016-10-06 15:36:07.818256"], ["updated_at", "2016-10-06 15:36:07.818256"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum exercitationem quos.\",\"text\":\"Try to compress the AGP interface, maybe it will compress the haptic port!\"}"], ["created_at", "2016-10-06 15:36:07.819167"], ["updated_at", "2016-10-06 15:36:07.819167"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptas atque labore sit accusantium.\",\"text\":\"If we generate the circuit, we can get to the PCI interface through the optical THX firewall!\"}"], ["created_at", "2016-10-06 15:36:07.820075"], ["updated_at", "2016-10-06 15:36:07.820075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea quae quidem culpa inventore nisi quia rerum.\",\"text\":\"If we navigate the system, we can get to the USB driver through the optical JBOD alarm!\"}"], ["created_at", "2016-10-06 15:36:07.820963"], ["updated_at", "2016-10-06 15:36:07.820963"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt aut molestiae suscipit hic deserunt.\",\"text\":\"If we input the card, we can get to the SQL program through the neural IB microchip!\"}"], ["created_at", "2016-10-06 15:36:07.821853"], ["updated_at", "2016-10-06 15:36:07.821853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et mollitia sapiente necessitatibus corporis aut voluptatem amet.\",\"text\":\"Try to quantify the IB matrix, maybe it will calculate the cross-platform transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.822747"], ["updated_at", "2016-10-06 15:36:07.822747"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia laudantium eum non.\",\"text\":\"You can't connect the feed without bypassing the wireless TCP panel!\"}"], ["created_at", "2016-10-06 15:36:07.823616"], ["updated_at", "2016-10-06 15:36:07.823616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et libero tempora aut totam.\",\"text\":\"If we copy the capacitor, we can get to the RSS circuit through the virtual ADP interface!\"}"], ["created_at", "2016-10-06 15:36:07.824513"], ["updated_at", "2016-10-06 15:36:07.824513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis similique assumenda at est et ullam.\",\"text\":\"We need to transmit the redundant FTP bus!\"}"], ["created_at", "2016-10-06 15:36:07.825400"], ["updated_at", "2016-10-06 15:36:07.825400"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo impedit commodi temporibus.\",\"text\":\"We need to quantify the auxiliary RSS hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.826309"], ["updated_at", "2016-10-06 15:36:07.826309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit aut dolor quia ea vitae.\",\"text\":\"Use the neural USB system, then you can generate the haptic system!\"}"], ["created_at", "2016-10-06 15:36:07.827186"], ["updated_at", "2016-10-06 15:36:07.827186"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id recusandae facere dolor amet est.\",\"text\":\"We need to synthesize the redundant TCP circuit!\"}"], ["created_at", "2016-10-06 15:36:07.828055"], ["updated_at", "2016-10-06 15:36:07.828055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita non perspiciatis.\",\"text\":\"We need to program the haptic THX circuit!\"}"], ["created_at", "2016-10-06 15:36:07.828940"], ["updated_at", "2016-10-06 15:36:07.828940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi sapiente labore ratione.\",\"text\":\"Use the digital EXE protocol, then you can compress the auxiliary port!\"}"], ["created_at", "2016-10-06 15:36:07.829851"], ["updated_at", "2016-10-06 15:36:07.829851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ut qui quia corporis sit quia.\",\"text\":\"You can't parse the hard drive without calculating the cross-platform GB monitor!\"}"], ["created_at", "2016-10-06 15:36:07.830821"], ["updated_at", "2016-10-06 15:36:07.830821"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit qui est et praesentium consequuntur.\",\"text\":\"Use the auxiliary CSS matrix, then you can copy the auxiliary driver!\"}"], ["created_at", "2016-10-06 15:36:07.831715"], ["updated_at", "2016-10-06 15:36:07.831715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus labore minima excepturi quia eligendi eos.\",\"text\":\"Generating the interface won't do anything, we need to override the neural ram monitor!\"}"], ["created_at", "2016-10-06 15:36:07.832590"], ["updated_at", "2016-10-06 15:36:07.832590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est laudantium non velit.\",\"text\":\"You can't hack the interface without quantifying the digital AGP panel!\"}"], ["created_at", "2016-10-06 15:36:07.833500"], ["updated_at", "2016-10-06 15:36:07.833500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore magni dolorum reprehenderit aspernatur et fugiat.\",\"text\":\"We need to generate the redundant AI bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.834410"], ["updated_at", "2016-10-06 15:36:07.834410"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates rerum et magni.\",\"text\":\"Synthesizing the capacitor won't do anything, we need to connect the auxiliary usb bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.835282"], ["updated_at", "2016-10-06 15:36:07.835282"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est consequuntur unde eos dolorem totam maiores alias.\",\"text\":\"Use the wireless ADP matrix, then you can override the neural bus!\"}"], ["created_at", "2016-10-06 15:36:07.836197"], ["updated_at", "2016-10-06 15:36:07.836197"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem voluptates possimus et.\",\"text\":\"I'll copy the open-source IB pixel, that should protocol the CSS array!\"}"], ["created_at", "2016-10-06 15:36:07.837104"], ["updated_at", "2016-10-06 15:36:07.837104"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In et repellat et quidem sint unde molestiae.\",\"text\":\"Try to transmit the RAM bandwidth, maybe it will override the primary circuit!\"}"], ["created_at", "2016-10-06 15:36:07.837990"], ["updated_at", "2016-10-06 15:36:07.837990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus autem eos ut ea architecto expedita rem.\",\"text\":\"I'll override the primary JBOD pixel, that should hard drive the SQL bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.838928"], ["updated_at", "2016-10-06 15:36:07.838928"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem temporibus ipsa et dolor exercitationem corporis aliquid.\",\"text\":\"Compressing the bus won't do anything, we need to bypass the virtual css interface!\"}"], ["created_at", "2016-10-06 15:36:07.839822"], ["updated_at", "2016-10-06 15:36:07.839822"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam tempora eligendi.\",\"text\":\"The SDD pixel is down, synthesize the neural sensor so we can compress the PNG alarm!\"}"], ["created_at", "2016-10-06 15:36:07.840704"], ["updated_at", "2016-10-06 15:36:07.840704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut praesentium quidem quas.\",\"text\":\"We need to input the solid state PNG bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.841603"], ["updated_at", "2016-10-06 15:36:07.841603"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quibusdam nam dignissimos.\",\"text\":\"Try to generate the AI bus, maybe it will override the mobile driver!\"}"], ["created_at", "2016-10-06 15:36:07.842508"], ["updated_at", "2016-10-06 15:36:07.842508"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut consequatur non deserunt.\",\"text\":\"If we bypass the circuit, we can get to the CSS transmitter through the optical XML system!\"}"], ["created_at", "2016-10-06 15:36:07.843404"], ["updated_at", "2016-10-06 15:36:07.843404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui commodi eligendi ut ea.\",\"text\":\"The USB matrix is down, input the digital alarm so we can compress the USB panel!\"}"], ["created_at", "2016-10-06 15:36:07.844280"], ["updated_at", "2016-10-06 15:36:07.844280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur et et ut cumque et.\",\"text\":\"Use the solid state TCP hard drive, then you can transmit the virtual protocol!\"}"], ["created_at", "2016-10-06 15:36:07.845172"], ["updated_at", "2016-10-06 15:36:07.845172"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas doloribus corrupti numquam suscipit.\",\"text\":\"Use the online USB matrix, then you can input the back-end firewall!\"}"], ["created_at", "2016-10-06 15:36:07.846052"], ["updated_at", "2016-10-06 15:36:07.846052"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint velit magni.\",\"text\":\"Use the cross-platform FTP sensor, then you can back up the redundant bus!\"}"], ["created_at", "2016-10-06 15:36:07.847002"], ["updated_at", "2016-10-06 15:36:07.847002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti accusamus saepe perspiciatis et quibusdam.\",\"text\":\"We need to synthesize the mobile HDD array!\"}"], ["created_at", "2016-10-06 15:36:07.847918"], ["updated_at", "2016-10-06 15:36:07.847918"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem voluptatibus quia.\",\"text\":\"We need to input the optical SMTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.848813"], ["updated_at", "2016-10-06 15:36:07.848813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sit officia modi consequuntur quaerat.\",\"text\":\"Try to reboot the TCP system, maybe it will transmit the 1080p array!\"}"], ["created_at", "2016-10-06 15:36:07.849724"], ["updated_at", "2016-10-06 15:36:07.849724"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptate officiis nulla reprehenderit.\",\"text\":\"Generating the alarm won't do anything, we need to transmit the digital jbod interface!\"}"], ["created_at", "2016-10-06 15:36:07.850656"], ["updated_at", "2016-10-06 15:36:07.850656"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid accusantium maxime.\",\"text\":\"If we input the bus, we can get to the PCI firewall through the redundant SAS feed!\"}"], ["created_at", "2016-10-06 15:36:07.851541"], ["updated_at", "2016-10-06 15:36:07.851541"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis ad fugiat.\",\"text\":\"The XSS array is down, reboot the digital alarm so we can reboot the SSL pixel!\"}"], ["created_at", "2016-10-06 15:36:07.852428"], ["updated_at", "2016-10-06 15:36:07.852428"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta necessitatibus ab.\",\"text\":\"Calculating the card won't do anything, we need to bypass the virtual sas system!\"}"], ["created_at", "2016-10-06 15:36:07.853313"], ["updated_at", "2016-10-06 15:36:07.853313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt harum et molestiae aut.\",\"text\":\"We need to navigate the auxiliary EXE panel!\"}"], ["created_at", "2016-10-06 15:36:07.854239"], ["updated_at", "2016-10-06 15:36:07.854239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam sit natus incidunt.\",\"text\":\"The HDD port is down, override the optical system so we can synthesize the PCI capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.855118"], ["updated_at", "2016-10-06 15:36:07.855118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero dolores in.\",\"text\":\"I'll transmit the neural AI sensor, that should program the IB array!\"}"], ["created_at", "2016-10-06 15:36:07.856007"], ["updated_at", "2016-10-06 15:36:07.856007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus sed blanditiis minus hic voluptates accusantium est.\",\"text\":\"The AI circuit is down, reboot the bluetooth array so we can compress the RSS array!\"}"], ["created_at", "2016-10-06 15:36:07.856897"], ["updated_at", "2016-10-06 15:36:07.856897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias ullam impedit incidunt et temporibus.\",\"text\":\"Indexing the hard drive won't do anything, we need to input the 1080p hdd firewall!\"}"], ["created_at", "2016-10-06 15:36:07.857790"], ["updated_at", "2016-10-06 15:36:07.857790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto eum doloribus totam.\",\"text\":\"Use the back-end SSL circuit, then you can input the cross-platform port!\"}"], ["created_at", "2016-10-06 15:36:07.858711"], ["updated_at", "2016-10-06 15:36:07.858711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis facilis consequatur delectus.\",\"text\":\"Try to connect the COM card, maybe it will reboot the neural transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.859630"], ["updated_at", "2016-10-06 15:36:07.859630"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit totam omnis.\",\"text\":\"Compressing the protocol won't do anything, we need to connect the digital ib circuit!\"}"], ["created_at", "2016-10-06 15:36:07.860512"], ["updated_at", "2016-10-06 15:36:07.860512"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro quam doloribus ex nostrum.\",\"text\":\"If we quantify the feed, we can get to the SQL bus through the multi-byte SMTP circuit!\"}"], ["created_at", "2016-10-06 15:36:07.861380"], ["updated_at", "2016-10-06 15:36:07.861380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quos totam.\",\"text\":\"If we override the application, we can get to the SSL sensor through the mobile XML alarm!\"}"], ["created_at", "2016-10-06 15:36:07.862277"], ["updated_at", "2016-10-06 15:36:07.862277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut qui est deleniti omnis.\",\"text\":\"If we quantify the hard drive, we can get to the SMTP monitor through the neural ADP firewall!\"}"], ["created_at", "2016-10-06 15:36:07.863230"], ["updated_at", "2016-10-06 15:36:07.863230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique possimus dolores impedit rem iste.\",\"text\":\"Try to program the HTTP microchip, maybe it will transmit the virtual circuit!\"}"], ["created_at", "2016-10-06 15:36:07.864115"], ["updated_at", "2016-10-06 15:36:07.864115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit deserunt quis et fuga enim hic doloribus.\",\"text\":\"We need to reboot the cross-platform SCSI port!\"}"], ["created_at", "2016-10-06 15:36:07.864999"], ["updated_at", "2016-10-06 15:36:07.864999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis beatae quis.\",\"text\":\"We need to back up the back-end RSS driver!\"}"], ["created_at", "2016-10-06 15:36:07.865873"], ["updated_at", "2016-10-06 15:36:07.865873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem consequatur laudantium.\",\"text\":\"I'll compress the open-source AI protocol, that should pixel the FTP feed!\"}"], ["created_at", "2016-10-06 15:36:07.866805"], ["updated_at", "2016-10-06 15:36:07.866805"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam sit hic.\",\"text\":\"Parsing the feed won't do anything, we need to hack the 1080p scsi monitor!\"}"], ["created_at", "2016-10-06 15:36:07.867701"], ["updated_at", "2016-10-06 15:36:07.867701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla ad eaque consequatur delectus perferendis qui.\",\"text\":\"Try to override the EXE feed, maybe it will program the auxiliary alarm!\"}"], ["created_at", "2016-10-06 15:36:07.868635"], ["updated_at", "2016-10-06 15:36:07.868635"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut deserunt omnis voluptatem reiciendis voluptates.\",\"text\":\"If we reboot the program, we can get to the SMS system through the redundant HTTP feed!\"}"], ["created_at", "2016-10-06 15:36:07.869524"], ["updated_at", "2016-10-06 15:36:07.869524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi dolorem est nemo aliquid tempora dicta dolores.\",\"text\":\"You can't navigate the interface without transmitting the back-end CSS alarm!\"}"], ["created_at", "2016-10-06 15:36:07.870432"], ["updated_at", "2016-10-06 15:36:07.870432"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas necessitatibus quod aliquid.\",\"text\":\"Use the virtual GB alarm, then you can back up the multi-byte monitor!\"}"], ["created_at", "2016-10-06 15:36:07.871345"], ["updated_at", "2016-10-06 15:36:07.871345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime eius reiciendis.\",\"text\":\"If we generate the driver, we can get to the SMTP firewall through the redundant IB alarm!\"}"], ["created_at", "2016-10-06 15:36:07.872233"], ["updated_at", "2016-10-06 15:36:07.872233"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo molestias nesciunt.\",\"text\":\"If we synthesize the matrix, we can get to the SDD card through the auxiliary EXE panel!\"}"], ["created_at", "2016-10-06 15:36:07.873119"], ["updated_at", "2016-10-06 15:36:07.873119"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic commodi voluptas quia ipsa ut et.\",\"text\":\"You can't hack the sensor without copying the redundant XSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.874003"], ["updated_at", "2016-10-06 15:36:07.874003"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati sed quo inventore veniam earum et aut.\",\"text\":\"You can't compress the sensor without programming the open-source SAS array!\"}"], ["created_at", "2016-10-06 15:36:07.874966"], ["updated_at", "2016-10-06 15:36:07.874966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est nisi aut non nihil voluptatibus.\",\"text\":\"Try to bypass the SQL feed, maybe it will reboot the cross-platform feed!\"}"], ["created_at", "2016-10-06 15:36:07.875871"], ["updated_at", "2016-10-06 15:36:07.875871"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed vel provident.\",\"text\":\"If we input the driver, we can get to the ADP monitor through the optical HDD circuit!\"}"], ["created_at", "2016-10-06 15:36:07.876751"], ["updated_at", "2016-10-06 15:36:07.876751"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo quasi velit quae et.\",\"text\":\"Try to synthesize the PCI feed, maybe it will back up the optical hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.877634"], ["updated_at", "2016-10-06 15:36:07.877634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis vitae totam quasi.\",\"text\":\"If we quantify the bus, we can get to the THX bandwidth through the cross-platform AGP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.878540"], ["updated_at", "2016-10-06 15:36:07.878540"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum soluta corrupti quaerat sequi.\",\"text\":\"Calculating the array won't do anything, we need to override the open-source sql matrix!\"}"], ["created_at", "2016-10-06 15:36:07.879492"], ["updated_at", "2016-10-06 15:36:07.879492"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda soluta quo voluptas ipsum impedit voluptatem dolor.\",\"text\":\"I'll synthesize the bluetooth AGP circuit, that should matrix the AI bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.880380"], ["updated_at", "2016-10-06 15:36:07.880380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam commodi nihil.\",\"text\":\"If we synthesize the microchip, we can get to the SSL microchip through the auxiliary JSON feed!\"}"], ["created_at", "2016-10-06 15:36:07.881275"], ["updated_at", "2016-10-06 15:36:07.881275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti quam facere voluptas quae.\",\"text\":\"I'll reboot the redundant GB bandwidth, that should monitor the PNG alarm!\"}"], ["created_at", "2016-10-06 15:36:07.882146"], ["updated_at", "2016-10-06 15:36:07.882146"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo ipsam sit enim voluptas.\",\"text\":\"We need to override the redundant SSL monitor!\"}"], ["created_at", "2016-10-06 15:36:07.883053"], ["updated_at", "2016-10-06 15:36:07.883053"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum iste cupiditate vitae dolores quia.\",\"text\":\"Try to hack the XSS sensor, maybe it will back up the mobile capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.883959"], ["updated_at", "2016-10-06 15:36:07.883959"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas blanditiis ut nesciunt.\",\"text\":\"If we program the program, we can get to the USB firewall through the bluetooth USB system!\"}"], ["created_at", "2016-10-06 15:36:07.884839"], ["updated_at", "2016-10-06 15:36:07.884839"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est nulla dolor earum repudiandae.\",\"text\":\"Use the online USB monitor, then you can generate the neural port!\"}"], ["created_at", "2016-10-06 15:36:07.885720"], ["updated_at", "2016-10-06 15:36:07.885720"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non sunt tempora necessitatibus exercitationem voluptas.\",\"text\":\"You can't synthesize the capacitor without hacking the online JSON transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.886602"], ["updated_at", "2016-10-06 15:36:07.886602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti ut neque est commodi officia ipsa.\",\"text\":\"Transmitting the bus won't do anything, we need to bypass the back-end tcp microchip!\"}"], ["created_at", "2016-10-06 15:36:07.887493"], ["updated_at", "2016-10-06 15:36:07.887493"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates non expedita ut sed quia aut.\",\"text\":\"Use the haptic RSS transmitter, then you can navigate the back-end bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.888373"], ["updated_at", "2016-10-06 15:36:07.888373"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus voluptatibus enim eveniet nemo voluptates.\",\"text\":\"The AI driver is down, quantify the primary monitor so we can override the ADP hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.889306"], ["updated_at", "2016-10-06 15:36:07.889306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident adipisci eveniet omnis tempora impedit.\",\"text\":\"I'll input the open-source SMTP card, that should capacitor the THX array!\"}"], ["created_at", "2016-10-06 15:36:07.890300"], ["updated_at", "2016-10-06 15:36:07.890300"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi omnis vitae veniam quo non.\",\"text\":\"Try to calculate the SAS monitor, maybe it will generate the back-end system!\"}"], ["created_at", "2016-10-06 15:36:07.891223"], ["updated_at", "2016-10-06 15:36:07.891223"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus sed dolores iusto eum error est molestiae.\",\"text\":\"Use the solid state SCSI circuit, then you can synthesize the haptic pixel!\"}"], ["created_at", "2016-10-06 15:36:07.892252"], ["updated_at", "2016-10-06 15:36:07.892252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi quisquam voluptas exercitationem asperiores minima magni ut.\",\"text\":\"Use the redundant SSL firewall, then you can compress the multi-byte array!\"}"], ["created_at", "2016-10-06 15:36:07.893374"], ["updated_at", "2016-10-06 15:36:07.893374"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste quia qui debitis ut nam corrupti sed.\",\"text\":\"Use the bluetooth SDD firewall, then you can reboot the haptic card!\"}"], ["created_at", "2016-10-06 15:36:07.894447"], ["updated_at", "2016-10-06 15:36:07.894447"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor repellendus nam sit delectus velit autem laboriosam.\",\"text\":\"We need to reboot the auxiliary JBOD array!\"}"], ["created_at", "2016-10-06 15:36:07.895497"], ["updated_at", "2016-10-06 15:36:07.895497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem vitae nihil qui.\",\"text\":\"I'll bypass the bluetooth COM protocol, that should bus the HDD application!\"}"], ["created_at", "2016-10-06 15:36:07.896438"], ["updated_at", "2016-10-06 15:36:07.896438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non nam aut unde voluptate expedita vero sed.\",\"text\":\"Use the cross-platform THX feed, then you can compress the bluetooth sensor!\"}"], ["created_at", "2016-10-06 15:36:07.897335"], ["updated_at", "2016-10-06 15:36:07.897335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium qui nihil voluptas esse fugiat sequi.\",\"text\":\"If we program the pixel, we can get to the PNG transmitter through the haptic FTP card!\"}"], ["created_at", "2016-10-06 15:36:07.898227"], ["updated_at", "2016-10-06 15:36:07.898227"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel itaque repellat accusantium.\",\"text\":\"If we navigate the pixel, we can get to the SCSI port through the back-end SMS hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.899126"], ["updated_at", "2016-10-06 15:36:07.899126"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla repellat ex et libero et.\",\"text\":\"You can't synthesize the transmitter without compressing the 1080p RSS capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.900025"], ["updated_at", "2016-10-06 15:36:07.900025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia voluptate iste repellat non dolor.\",\"text\":\"We need to navigate the bluetooth FTP pixel!\"}"], ["created_at", "2016-10-06 15:36:07.900918"], ["updated_at", "2016-10-06 15:36:07.900918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea et neque temporibus odit omnis.\",\"text\":\"I'll override the redundant ADP pixel, that should driver the SMTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.901804"], ["updated_at", "2016-10-06 15:36:07.901804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores rerum sit perferendis quod.\",\"text\":\"Try to reboot the RSS panel, maybe it will index the digital matrix!\"}"], ["created_at", "2016-10-06 15:36:07.902744"], ["updated_at", "2016-10-06 15:36:07.902744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam ex suscipit et rerum iste est.\",\"text\":\"Synthesizing the array won't do anything, we need to parse the haptic sdd system!\"}"], ["created_at", "2016-10-06 15:36:07.903649"], ["updated_at", "2016-10-06 15:36:07.903649"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident minima dolores neque.\",\"text\":\"The HDD matrix is down, quantify the online feed so we can input the JBOD program!\"}"], ["created_at", "2016-10-06 15:36:07.904581"], ["updated_at", "2016-10-06 15:36:07.904581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non id consectetur.\",\"text\":\"Use the wireless RSS application, then you can calculate the multi-byte array!\"}"], ["created_at", "2016-10-06 15:36:07.905502"], ["updated_at", "2016-10-06 15:36:07.905502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia sit vitae molestias ut fugiat dolorem et.\",\"text\":\"We need to parse the primary AI transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.906451"], ["updated_at", "2016-10-06 15:36:07.906451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed adipisci a excepturi quia quis corporis soluta.\",\"text\":\"You can't program the bus without navigating the back-end SQL sensor!\"}"], ["created_at", "2016-10-06 15:36:07.907367"], ["updated_at", "2016-10-06 15:36:07.907367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur delectus ut praesentium neque fugit non.\",\"text\":\"If we transmit the microchip, we can get to the AI panel through the cross-platform USB array!\"}"], ["created_at", "2016-10-06 15:36:07.908291"], ["updated_at", "2016-10-06 15:36:07.908291"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur velit non quidem officia dolorum nulla labore.\",\"text\":\"Programming the transmitter won't do anything, we need to override the solid state smtp capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.909207"], ["updated_at", "2016-10-06 15:36:07.909207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam consequatur dolores perferendis laudantium corrupti.\",\"text\":\"Use the optical SAS matrix, then you can synthesize the online port!\"}"], ["created_at", "2016-10-06 15:36:07.910146"], ["updated_at", "2016-10-06 15:36:07.910146"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque corporis ea omnis.\",\"text\":\"Indexing the capacitor won't do anything, we need to reboot the digital rss bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.911082"], ["updated_at", "2016-10-06 15:36:07.911082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et excepturi minus.\",\"text\":\"Try to input the XML monitor, maybe it will generate the online matrix!\"}"], ["created_at", "2016-10-06 15:36:07.912036"], ["updated_at", "2016-10-06 15:36:07.912036"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem explicabo blanditiis et autem.\",\"text\":\"The TCP sensor is down, program the open-source bandwidth so we can index the USB hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.912959"], ["updated_at", "2016-10-06 15:36:07.912959"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda provident rerum dolor.\",\"text\":\"If we bypass the capacitor, we can get to the PNG application through the digital USB pixel!\"}"], ["created_at", "2016-10-06 15:36:07.913880"], ["updated_at", "2016-10-06 15:36:07.913880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero nobis maxime porro iste iure facere.\",\"text\":\"You can't input the alarm without indexing the redundant PNG program!\"}"], ["created_at", "2016-10-06 15:36:07.914828"], ["updated_at", "2016-10-06 15:36:07.914828"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente autem modi excepturi dolore magni.\",\"text\":\"We need to bypass the virtual FTP firewall!\"}"], ["created_at", "2016-10-06 15:36:07.915728"], ["updated_at", "2016-10-06 15:36:07.915728"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia repudiandae totam eos consequatur omnis sapiente facere.\",\"text\":\"If we generate the transmitter, we can get to the AGP driver through the redundant JSON capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.916667"], ["updated_at", "2016-10-06 15:36:07.916667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero est voluptatem veritatis aut.\",\"text\":\"We need to index the 1080p AGP driver!\"}"], ["created_at", "2016-10-06 15:36:07.917578"], ["updated_at", "2016-10-06 15:36:07.917578"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis porro sit sapiente.\",\"text\":\"Use the optical AI bandwidth, then you can bypass the digital feed!\"}"], ["created_at", "2016-10-06 15:36:07.918512"], ["updated_at", "2016-10-06 15:36:07.918512"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et eum officia fugit molestias qui nulla.\",\"text\":\"Try to program the XSS microchip, maybe it will generate the digital application!\"}"], ["created_at", "2016-10-06 15:36:07.919429"], ["updated_at", "2016-10-06 15:36:07.919429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas non tempore maxime molestiae.\",\"text\":\"I'll copy the bluetooth TCP matrix, that should system the CSS system!\"}"], ["created_at", "2016-10-06 15:36:07.920329"], ["updated_at", "2016-10-06 15:36:07.920329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita non pariatur.\",\"text\":\"You can't navigate the pixel without compressing the open-source SMS protocol!\"}"], ["created_at", "2016-10-06 15:36:07.921232"], ["updated_at", "2016-10-06 15:36:07.921232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus culpa ut assumenda.\",\"text\":\"Connecting the program won't do anything, we need to hack the haptic ai capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.922169"], ["updated_at", "2016-10-06 15:36:07.922169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde ducimus labore.\",\"text\":\"If we navigate the firewall, we can get to the XSS alarm through the bluetooth RAM array!\"}"], ["created_at", "2016-10-06 15:36:07.923102"], ["updated_at", "2016-10-06 15:36:07.923102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos laboriosam temporibus et.\",\"text\":\"If we compress the driver, we can get to the FTP hard drive through the 1080p CSS system!\"}"], ["created_at", "2016-10-06 15:36:07.924016"], ["updated_at", "2016-10-06 15:36:07.924016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatem et omnis eum quos nihil sed.\",\"text\":\"You can't quantify the hard drive without navigating the redundant USB panel!\"}"], ["created_at", "2016-10-06 15:36:07.924974"], ["updated_at", "2016-10-06 15:36:07.924974"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime non ipsa quisquam harum.\",\"text\":\"I'll parse the cross-platform XML circuit, that should system the PCI port!\"}"], ["created_at", "2016-10-06 15:36:07.926093"], ["updated_at", "2016-10-06 15:36:07.926093"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At aut quibusdam repellat quidem sed eos.\",\"text\":\"Try to calculate the SMS card, maybe it will quantify the redundant driver!\"}"], ["created_at", "2016-10-06 15:36:07.927053"], ["updated_at", "2016-10-06 15:36:07.927053"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id quia sapiente est ut repellat facilis quas.\",\"text\":\"If we calculate the alarm, we can get to the GB application through the back-end EXE port!\"}"], ["created_at", "2016-10-06 15:36:07.928013"], ["updated_at", "2016-10-06 15:36:07.928013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quod explicabo rerum consequatur.\",\"text\":\"Generating the card won't do anything, we need to connect the multi-byte rss system!\"}"], ["created_at", "2016-10-06 15:36:07.928936"], ["updated_at", "2016-10-06 15:36:07.928936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut molestiae eum quod corrupti qui possimus.\",\"text\":\"The SCSI firewall is down, input the wireless circuit so we can back up the JSON feed!\"}"], ["created_at", "2016-10-06 15:36:07.929847"], ["updated_at", "2016-10-06 15:36:07.929847"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et earum facilis ut labore ullam aut iure.\",\"text\":\"The AI feed is down, synthesize the cross-platform protocol so we can back up the SSL pixel!\"}"], ["created_at", "2016-10-06 15:36:07.930766"], ["updated_at", "2016-10-06 15:36:07.930766"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur nesciunt ad beatae.\",\"text\":\"Try to input the RSS firewall, maybe it will connect the 1080p bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.931691"], ["updated_at", "2016-10-06 15:36:07.931691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam enim dolorem et cum at.\",\"text\":\"Indexing the port won't do anything, we need to program the solid state scsi driver!\"}"], ["created_at", "2016-10-06 15:36:07.932620"], ["updated_at", "2016-10-06 15:36:07.932620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia iure quia perspiciatis aperiam.\",\"text\":\"If we index the microchip, we can get to the RSS microchip through the mobile SMTP application!\"}"], ["created_at", "2016-10-06 15:36:07.933540"], ["updated_at", "2016-10-06 15:36:07.933540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia esse explicabo dolores numquam molestiae.\",\"text\":\"The TCP alarm is down, reboot the neural driver so we can reboot the CSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.934444"], ["updated_at", "2016-10-06 15:36:07.934444"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est id atque.\",\"text\":\"You can't synthesize the driver without bypassing the digital PNG driver!\"}"], ["created_at", "2016-10-06 15:36:07.935372"], ["updated_at", "2016-10-06 15:36:07.935372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda non officiis enim.\",\"text\":\"You can't quantify the hard drive without hacking the wireless SSL capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.936306"], ["updated_at", "2016-10-06 15:36:07.936306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum eum deserunt adipisci.\",\"text\":\"Navigating the bus won't do anything, we need to copy the primary gb transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.937232"], ["updated_at", "2016-10-06 15:36:07.937232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde praesentium dolorem incidunt molestiae.\",\"text\":\"Try to hack the SMS firewall, maybe it will connect the cross-platform bus!\"}"], ["created_at", "2016-10-06 15:36:07.938176"], ["updated_at", "2016-10-06 15:36:07.938176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut sit provident voluptatem enim.\",\"text\":\"The USB protocol is down, generate the optical program so we can override the SDD microchip!\"}"], ["created_at", "2016-10-06 15:36:07.939098"], ["updated_at", "2016-10-06 15:36:07.939098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt quia magnam qui sit iusto et.\",\"text\":\"You can't synthesize the bandwidth without copying the 1080p HDD sensor!\"}"], ["created_at", "2016-10-06 15:36:07.940033"], ["updated_at", "2016-10-06 15:36:07.940033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In aut delectus quae laboriosam possimus molestias voluptate.\",\"text\":\"You can't navigate the alarm without compressing the primary USB monitor!\"}"], ["created_at", "2016-10-06 15:36:07.940976"], ["updated_at", "2016-10-06 15:36:07.940976"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem nobis ipsam iure.\",\"text\":\"Try to connect the SMTP application, maybe it will hack the auxiliary system!\"}"], ["created_at", "2016-10-06 15:36:07.941958"], ["updated_at", "2016-10-06 15:36:07.941958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error omnis deleniti itaque a sequi ut.\",\"text\":\"Try to hack the JSON application, maybe it will synthesize the virtual interface!\"}"], ["created_at", "2016-10-06 15:36:07.942956"], ["updated_at", "2016-10-06 15:36:07.942956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim dolore reprehenderit et natus fugit.\",\"text\":\"I'll transmit the multi-byte RSS pixel, that should panel the JBOD transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.943940"], ["updated_at", "2016-10-06 15:36:07.943940"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse ut molestiae.\",\"text\":\"Try to connect the JSON protocol, maybe it will reboot the 1080p application!\"}"], ["created_at", "2016-10-06 15:36:07.944920"], ["updated_at", "2016-10-06 15:36:07.944920"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia sed quia ipsa et quis.\",\"text\":\"The PNG driver is down, bypass the solid state array so we can compress the HTTP alarm!\"}"], ["created_at", "2016-10-06 15:36:07.955987"], ["updated_at", "2016-10-06 15:36:07.955987"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus aut ut.\",\"text\":\"We need to override the online HDD firewall!\"}"], ["created_at", "2016-10-06 15:36:07.957212"], ["updated_at", "2016-10-06 15:36:07.957212"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui vel sed ex.\",\"text\":\"We need to index the bluetooth SMTP protocol!\"}"], ["created_at", "2016-10-06 15:36:07.959065"], ["updated_at", "2016-10-06 15:36:07.959065"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non ullam et aut veritatis exercitationem ipsam quas.\",\"text\":\"You can't calculate the circuit without bypassing the 1080p SMS array!\"}"], ["created_at", "2016-10-06 15:36:07.961445"], ["updated_at", "2016-10-06 15:36:07.961445"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate tempore pariatur accusamus perspiciatis.\",\"text\":\"You can't bypass the panel without bypassing the mobile TCP sensor!\"}"], ["created_at", "2016-10-06 15:36:07.964579"], ["updated_at", "2016-10-06 15:36:07.964579"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur sequi aspernatur est deleniti ex dolor temporibus.\",\"text\":\"If we index the pixel, we can get to the SCSI array through the redundant SMS system!\"}"], ["created_at", "2016-10-06 15:36:07.965782"], ["updated_at", "2016-10-06 15:36:07.965782"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora quaerat eius.\",\"text\":\"You can't parse the driver without transmitting the optical FTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.967018"], ["updated_at", "2016-10-06 15:36:07.967018"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis sed molestiae.\",\"text\":\"If we copy the array, we can get to the SCSI program through the neural ADP port!\"}"], ["created_at", "2016-10-06 15:36:07.968044"], ["updated_at", "2016-10-06 15:36:07.968044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et eaque harum autem corporis tenetur dignissimos.\",\"text\":\"Use the cross-platform USB hard drive, then you can reboot the wireless feed!\"}"], ["created_at", "2016-10-06 15:36:07.968970"], ["updated_at", "2016-10-06 15:36:07.968970"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat laboriosam laudantium quia.\",\"text\":\"Use the virtual PCI array, then you can bypass the wireless port!\"}"], ["created_at", "2016-10-06 15:36:07.969845"], ["updated_at", "2016-10-06 15:36:07.969845"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci est expedita.\",\"text\":\"We need to generate the neural AGP sensor!\"}"], ["created_at", "2016-10-06 15:36:07.970718"], ["updated_at", "2016-10-06 15:36:07.970718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam et recusandae voluptas nulla sed explicabo.\",\"text\":\"Use the cross-platform HTTP microchip, then you can quantify the online interface!\"}"], ["created_at", "2016-10-06 15:36:07.971582"], ["updated_at", "2016-10-06 15:36:07.971582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque ratione dolor.\",\"text\":\"I'll navigate the redundant AGP card, that should program the CSS port!\"}"], ["created_at", "2016-10-06 15:36:07.972457"], ["updated_at", "2016-10-06 15:36:07.972457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur voluptatem aut ad.\",\"text\":\"Try to override the SDD application, maybe it will connect the multi-byte monitor!\"}"], ["created_at", "2016-10-06 15:36:07.973352"], ["updated_at", "2016-10-06 15:36:07.973352"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem qui deleniti et dolores.\",\"text\":\"I'll bypass the haptic PCI circuit, that should driver the JBOD alarm!\"}"], ["created_at", "2016-10-06 15:36:07.974263"], ["updated_at", "2016-10-06 15:36:07.974263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident doloremque veniam.\",\"text\":\"Use the mobile SQL microchip, then you can synthesize the mobile card!\"}"], ["created_at", "2016-10-06 15:36:07.975163"], ["updated_at", "2016-10-06 15:36:07.975163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque repellat ad qui voluptatem in sint amet.\",\"text\":\"Use the bluetooth HTTP feed, then you can index the multi-byte interface!\"}"], ["created_at", "2016-10-06 15:36:07.976034"], ["updated_at", "2016-10-06 15:36:07.976034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et assumenda ipsa et.\",\"text\":\"Try to bypass the XSS circuit, maybe it will hack the wireless circuit!\"}"], ["created_at", "2016-10-06 15:36:07.976959"], ["updated_at", "2016-10-06 15:36:07.976959"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore illo ex blanditiis deserunt repudiandae non.\",\"text\":\"The CSS panel is down, synthesize the open-source panel so we can parse the GB feed!\"}"], ["created_at", "2016-10-06 15:36:07.977832"], ["updated_at", "2016-10-06 15:36:07.977832"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate sunt illum nostrum quas.\",\"text\":\"You can't program the hard drive without calculating the cross-platform USB microchip!\"}"], ["created_at", "2016-10-06 15:36:07.978713"], ["updated_at", "2016-10-06 15:36:07.978713"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde quam et labore voluptate modi et esse.\",\"text\":\"The USB hard drive is down, override the auxiliary driver so we can override the PCI sensor!\"}"], ["created_at", "2016-10-06 15:36:07.979578"], ["updated_at", "2016-10-06 15:36:07.979578"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae amet iure quae praesentium nulla saepe.\",\"text\":\"Navigating the port won't do anything, we need to hack the neural ai bandwidth!\"}"], ["created_at", "2016-10-06 15:36:07.980456"], ["updated_at", "2016-10-06 15:36:07.980456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius laborum consequatur.\",\"text\":\"The SMTP matrix is down, override the digital driver so we can connect the PCI feed!\"}"], ["created_at", "2016-10-06 15:36:07.981329"], ["updated_at", "2016-10-06 15:36:07.981329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel molestiae est.\",\"text\":\"Programming the firewall won't do anything, we need to synthesize the digital ib port!\"}"], ["created_at", "2016-10-06 15:36:07.982204"], ["updated_at", "2016-10-06 15:36:07.982204"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem et voluptas.\",\"text\":\"You can't index the system without indexing the optical XML interface!\"}"], ["created_at", "2016-10-06 15:36:07.983083"], ["updated_at", "2016-10-06 15:36:07.983083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam ipsa est est aspernatur.\",\"text\":\"If we transmit the protocol, we can get to the SQL pixel through the virtual FTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:07.984074"], ["updated_at", "2016-10-06 15:36:07.984074"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus sunt itaque consequatur cum eos possimus provident.\",\"text\":\"Use the wireless GB panel, then you can copy the back-end bus!\"}"], ["created_at", "2016-10-06 15:36:07.984948"], ["updated_at", "2016-10-06 15:36:07.984948"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit officiis ad libero ea.\",\"text\":\"Synthesizing the transmitter won't do anything, we need to bypass the multi-byte smtp capacitor!\"}"], ["created_at", "2016-10-06 15:36:07.985816"], ["updated_at", "2016-10-06 15:36:07.985816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt reprehenderit non eum ea.\",\"text\":\"I'll input the digital XML driver, that should feed the GB protocol!\"}"], ["created_at", "2016-10-06 15:36:07.986696"], ["updated_at", "2016-10-06 15:36:07.986696"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quos quisquam alias.\",\"text\":\"I'll navigate the optical SCSI interface, that should driver the ADP application!\"}"], ["created_at", "2016-10-06 15:36:07.987562"], ["updated_at", "2016-10-06 15:36:07.987562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aperiam sunt neque error minus quia.\",\"text\":\"Calculating the sensor won't do anything, we need to copy the auxiliary rss transmitter!\"}"], ["created_at", "2016-10-06 15:36:07.988432"], ["updated_at", "2016-10-06 15:36:07.988432"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis incidunt repudiandae.\",\"text\":\"Try to transmit the COM application, maybe it will parse the cross-platform sensor!\"}"], ["created_at", "2016-10-06 15:36:07.989324"], ["updated_at", "2016-10-06 15:36:07.989324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis odit et ducimus maiores.\",\"text\":\"Indexing the circuit won't do anything, we need to synthesize the redundant jbod microchip!\"}"], ["created_at", "2016-10-06 15:36:07.990241"], ["updated_at", "2016-10-06 15:36:07.990241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat eveniet fugit repudiandae qui veritatis voluptatum ullam.\",\"text\":\"We need to reboot the back-end THX monitor!\"}"], ["created_at", "2016-10-06 15:36:07.991241"], ["updated_at", "2016-10-06 15:36:07.991241"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus accusamus eligendi pariatur beatae.\",\"text\":\"You can't hack the protocol without indexing the online USB protocol!\"}"], ["created_at", "2016-10-06 15:36:07.992227"], ["updated_at", "2016-10-06 15:36:07.992227"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur provident eos suscipit est accusantium soluta.\",\"text\":\"If we program the feed, we can get to the COM circuit through the open-source EXE firewall!\"}"], ["created_at", "2016-10-06 15:36:07.993199"], ["updated_at", "2016-10-06 15:36:07.993199"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut debitis rerum et.\",\"text\":\"Try to input the PNG circuit, maybe it will compress the online sensor!\"}"], ["created_at", "2016-10-06 15:36:07.994150"], ["updated_at", "2016-10-06 15:36:07.994150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet velit aut rerum.\",\"text\":\"The PCI matrix is down, navigate the open-source panel so we can override the HDD microchip!\"}"], ["created_at", "2016-10-06 15:36:07.995092"], ["updated_at", "2016-10-06 15:36:07.995092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa repellendus autem provident.\",\"text\":\"Try to copy the XSS sensor, maybe it will connect the wireless application!\"}"], ["created_at", "2016-10-06 15:36:07.996029"], ["updated_at", "2016-10-06 15:36:07.996029"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut rem exercitationem delectus doloribus.\",\"text\":\"Try to copy the USB sensor, maybe it will back up the virtual alarm!\"}"], ["created_at", "2016-10-06 15:36:07.996985"], ["updated_at", "2016-10-06 15:36:07.996985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea sed quis fuga rem.\",\"text\":\"We need to parse the primary RAM firewall!\"}"], ["created_at", "2016-10-06 15:36:07.997918"], ["updated_at", "2016-10-06 15:36:07.997918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa placeat excepturi rem recusandae aut ut aut.\",\"text\":\"We need to synthesize the cross-platform SSL firewall!\"}"], ["created_at", "2016-10-06 15:36:07.998881"], ["updated_at", "2016-10-06 15:36:07.998881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus consectetur molestiae sit dolor.\",\"text\":\"Overriding the port won't do anything, we need to connect the online hdd application!\"}"], ["created_at", "2016-10-06 15:36:07.999827"], ["updated_at", "2016-10-06 15:36:07.999827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt qui pariatur molestiae odio voluptatem voluptate.\",\"text\":\"Indexing the panel won't do anything, we need to program the open-source com pixel!\"}"], ["created_at", "2016-10-06 15:36:08.000782"], ["updated_at", "2016-10-06 15:36:08.000782"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum eum aspernatur velit.\",\"text\":\"You can't connect the bus without parsing the mobile PCI program!\"}"], ["created_at", "2016-10-06 15:36:08.001740"], ["updated_at", "2016-10-06 15:36:08.001740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore voluptatibus odit voluptate officiis.\",\"text\":\"We need to compress the redundant HTTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.002691"], ["updated_at", "2016-10-06 15:36:08.002691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem sit cupiditate nemo odit corporis ipsa.\",\"text\":\"We need to hack the digital JSON bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.003620"], ["updated_at", "2016-10-06 15:36:08.003620"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est vero tempore quia quas dolores nostrum.\",\"text\":\"If we hack the feed, we can get to the SMTP sensor through the haptic EXE feed!\"}"], ["created_at", "2016-10-06 15:36:08.004575"], ["updated_at", "2016-10-06 15:36:08.004575"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium autem quisquam et cum mollitia fuga quia.\",\"text\":\"The SCSI system is down, hack the auxiliary firewall so we can synthesize the SQL program!\"}"], ["created_at", "2016-10-06 15:36:08.005534"], ["updated_at", "2016-10-06 15:36:08.005534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque consequatur nulla sequi nihil.\",\"text\":\"We need to parse the wireless SDD transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.006432"], ["updated_at", "2016-10-06 15:36:08.006432"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut rerum nulla et.\",\"text\":\"We need to generate the digital COM system!\"}"], ["created_at", "2016-10-06 15:36:08.007309"], ["updated_at", "2016-10-06 15:36:08.007309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti commodi sequi recusandae ut animi.\",\"text\":\"I'll hack the multi-byte ADP microchip, that should interface the TCP hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.008200"], ["updated_at", "2016-10-06 15:36:08.008200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque non illum delectus.\",\"text\":\"If we navigate the feed, we can get to the JSON transmitter through the auxiliary PCI system!\"}"], ["created_at", "2016-10-06 15:36:08.009099"], ["updated_at", "2016-10-06 15:36:08.009099"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam consequatur non.\",\"text\":\"If we synthesize the capacitor, we can get to the PCI bandwidth through the optical XSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.009971"], ["updated_at", "2016-10-06 15:36:08.009971"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sed ratione esse quo illum sit ut.\",\"text\":\"You can't navigate the panel without overriding the haptic PCI pixel!\"}"], ["created_at", "2016-10-06 15:36:08.010893"], ["updated_at", "2016-10-06 15:36:08.010893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil sint est.\",\"text\":\"The XSS array is down, compress the solid state card so we can parse the COM interface!\"}"], ["created_at", "2016-10-06 15:36:08.011767"], ["updated_at", "2016-10-06 15:36:08.011767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste ea doloremque eaque esse iusto at.\",\"text\":\"I'll navigate the multi-byte SQL interface, that should driver the SMS protocol!\"}"], ["created_at", "2016-10-06 15:36:08.012624"], ["updated_at", "2016-10-06 15:36:08.012624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id tempore officia.\",\"text\":\"I'll calculate the multi-byte SSL alarm, that should driver the HTTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.013594"], ["updated_at", "2016-10-06 15:36:08.013594"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam distinctio sequi vel.\",\"text\":\"We need to copy the open-source GB pixel!\"}"], ["created_at", "2016-10-06 15:36:08.014652"], ["updated_at", "2016-10-06 15:36:08.014652"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet dolore molestiae dolores.\",\"text\":\"The RAM program is down, reboot the back-end program so we can bypass the JSON array!\"}"], ["created_at", "2016-10-06 15:36:08.015961"], ["updated_at", "2016-10-06 15:36:08.015961"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis blanditiis eveniet dolor nam voluptatem.\",\"text\":\"I'll generate the bluetooth AGP array, that should port the SCSI array!\"}"], ["created_at", "2016-10-06 15:36:08.017245"], ["updated_at", "2016-10-06 15:36:08.017245"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel ut repellendus.\",\"text\":\"Use the bluetooth CSS panel, then you can hack the auxiliary microchip!\"}"], ["created_at", "2016-10-06 15:36:08.019522"], ["updated_at", "2016-10-06 15:36:08.019522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil unde aliquam cupiditate repellendus est eum eum.\",\"text\":\"Use the haptic AI system, then you can program the optical sensor!\"}"], ["created_at", "2016-10-06 15:36:08.020557"], ["updated_at", "2016-10-06 15:36:08.020557"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit vero vitae.\",\"text\":\"You can't calculate the transmitter without connecting the digital SDD alarm!\"}"], ["created_at", "2016-10-06 15:36:08.021439"], ["updated_at", "2016-10-06 15:36:08.021439"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut qui hic excepturi quidem debitis nemo.\",\"text\":\"We need to calculate the 1080p HTTP pixel!\"}"], ["created_at", "2016-10-06 15:36:08.022361"], ["updated_at", "2016-10-06 15:36:08.022361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci quibusdam eos est sunt non facere tempora.\",\"text\":\"We need to generate the open-source AI transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.023246"], ["updated_at", "2016-10-06 15:36:08.023246"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut velit rerum.\",\"text\":\"You can't synthesize the interface without compressing the auxiliary FTP application!\"}"], ["created_at", "2016-10-06 15:36:08.024110"], ["updated_at", "2016-10-06 15:36:08.024110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos beatae ipsam.\",\"text\":\"I'll synthesize the primary EXE capacitor, that should array the PCI port!\"}"], ["created_at", "2016-10-06 15:36:08.025053"], ["updated_at", "2016-10-06 15:36:08.025053"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In exercitationem autem non impedit.\",\"text\":\"The HDD capacitor is down, transmit the back-end program so we can index the EXE capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.025950"], ["updated_at", "2016-10-06 15:36:08.025950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam animi saepe.\",\"text\":\"The HDD program is down, index the open-source protocol so we can program the SMTP application!\"}"], ["created_at", "2016-10-06 15:36:08.026827"], ["updated_at", "2016-10-06 15:36:08.026827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum accusantium aut.\",\"text\":\"I'll navigate the auxiliary AI capacitor, that should panel the ADP interface!\"}"], ["created_at", "2016-10-06 15:36:08.027690"], ["updated_at", "2016-10-06 15:36:08.027690"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos minus consequuntur voluptas ut tempore error.\",\"text\":\"If we back up the hard drive, we can get to the GB port through the solid state PCI bus!\"}"], ["created_at", "2016-10-06 15:36:08.028553"], ["updated_at", "2016-10-06 15:36:08.028553"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi ipsa error perspiciatis quae.\",\"text\":\"If we transmit the array, we can get to the JSON driver through the auxiliary SCSI panel!\"}"], ["created_at", "2016-10-06 15:36:08.029410"], ["updated_at", "2016-10-06 15:36:08.029410"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit sit corrupti ab voluptas nobis ea eos.\",\"text\":\"Use the optical ADP array, then you can reboot the redundant circuit!\"}"], ["created_at", "2016-10-06 15:36:08.030288"], ["updated_at", "2016-10-06 15:36:08.030288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum omnis commodi occaecati non molestiae iure explicabo.\",\"text\":\"I'll compress the wireless IB hard drive, that should firewall the HDD application!\"}"], ["created_at", "2016-10-06 15:36:08.031164"], ["updated_at", "2016-10-06 15:36:08.031164"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate molestias perspiciatis a.\",\"text\":\"If we generate the panel, we can get to the HDD card through the digital FTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.032046"], ["updated_at", "2016-10-06 15:36:08.032046"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem id ea sint.\",\"text\":\"If we quantify the interface, we can get to the TCP alarm through the online SQL monitor!\"}"], ["created_at", "2016-10-06 15:36:08.032979"], ["updated_at", "2016-10-06 15:36:08.032979"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At distinctio incidunt debitis ipsum quia quas omnis.\",\"text\":\"The AI transmitter is down, quantify the mobile alarm so we can reboot the SSL panel!\"}"], ["created_at", "2016-10-06 15:36:08.033876"], ["updated_at", "2016-10-06 15:36:08.033876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste veniam at voluptas corrupti aut.\",\"text\":\"I'll generate the mobile COM firewall, that should port the XSS driver!\"}"], ["created_at", "2016-10-06 15:36:08.034756"], ["updated_at", "2016-10-06 15:36:08.034756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae quae et deleniti porro repellat dignissimos.\",\"text\":\"You can't program the protocol without hacking the open-source THX capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.035621"], ["updated_at", "2016-10-06 15:36:08.035621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore quos eos vel deserunt saepe.\",\"text\":\"You can't synthesize the card without generating the mobile JBOD array!\"}"], ["created_at", "2016-10-06 15:36:08.036572"], ["updated_at", "2016-10-06 15:36:08.036572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi dolorum nemo.\",\"text\":\"Compressing the interface won't do anything, we need to override the 1080p rss pixel!\"}"], ["created_at", "2016-10-06 15:36:08.037460"], ["updated_at", "2016-10-06 15:36:08.037460"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non ipsam aut.\",\"text\":\"I'll back up the bluetooth THX pixel, that should system the IB firewall!\"}"], ["created_at", "2016-10-06 15:36:08.038356"], ["updated_at", "2016-10-06 15:36:08.038356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis temporibus officia molestiae similique aut consequatur.\",\"text\":\"If we override the panel, we can get to the SAS program through the 1080p JBOD sensor!\"}"], ["created_at", "2016-10-06 15:36:08.039225"], ["updated_at", "2016-10-06 15:36:08.039225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi quasi occaecati non.\",\"text\":\"I'll connect the mobile XSS bandwidth, that should hard drive the IB program!\"}"], ["created_at", "2016-10-06 15:36:08.040088"], ["updated_at", "2016-10-06 15:36:08.040088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas tempora qui.\",\"text\":\"If we program the panel, we can get to the SAS pixel through the wireless XSS feed!\"}"], ["created_at", "2016-10-06 15:36:08.040999"], ["updated_at", "2016-10-06 15:36:08.040999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati consequatur inventore est.\",\"text\":\"I'll calculate the virtual AGP system, that should bus the PNG hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.041948"], ["updated_at", "2016-10-06 15:36:08.041948"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium sint enim nam aut quo.\",\"text\":\"Indexing the bandwidth won't do anything, we need to reboot the back-end hdd monitor!\"}"], ["created_at", "2016-10-06 15:36:08.042859"], ["updated_at", "2016-10-06 15:36:08.042859"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus inventore vel provident odio mollitia aut maxime.\",\"text\":\"I'll input the cross-platform SCSI system, that should bandwidth the RSS card!\"}"], ["created_at", "2016-10-06 15:36:08.043722"], ["updated_at", "2016-10-06 15:36:08.043722"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est explicabo et velit unde sed.\",\"text\":\"Overriding the transmitter won't do anything, we need to back up the mobile jbod panel!\"}"], ["created_at", "2016-10-06 15:36:08.044606"], ["updated_at", "2016-10-06 15:36:08.044606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro delectus autem.\",\"text\":\"We need to generate the cross-platform PCI feed!\"}"], ["created_at", "2016-10-06 15:36:08.045785"], ["updated_at", "2016-10-06 15:36:08.045785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas voluptatem alias cupiditate quod quo.\",\"text\":\"Try to hack the TCP firewall, maybe it will compress the solid state protocol!\"}"], ["created_at", "2016-10-06 15:36:08.046793"], ["updated_at", "2016-10-06 15:36:08.046793"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem qui corporis odit et minima.\",\"text\":\"We need to generate the digital TCP system!\"}"], ["created_at", "2016-10-06 15:36:08.047677"], ["updated_at", "2016-10-06 15:36:08.047677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero est rem architecto suscipit vel est iusto.\",\"text\":\"We need to bypass the multi-byte AI sensor!\"}"], ["created_at", "2016-10-06 15:36:08.048538"], ["updated_at", "2016-10-06 15:36:08.048538"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae porro ea esse.\",\"text\":\"Use the digital ADP alarm, then you can bypass the digital hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.049408"], ["updated_at", "2016-10-06 15:36:08.049408"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas ea distinctio aliquam delectus praesentium repellat.\",\"text\":\"We need to copy the open-source HDD protocol!\"}"], ["created_at", "2016-10-06 15:36:08.050606"], ["updated_at", "2016-10-06 15:36:08.050606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste qui neque et sed.\",\"text\":\"You can't override the driver without hacking the redundant FTP port!\"}"], ["created_at", "2016-10-06 15:36:08.051544"], ["updated_at", "2016-10-06 15:36:08.051544"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod tempora necessitatibus reiciendis voluptatem qui dolorum ut.\",\"text\":\"The PNG application is down, index the multi-byte interface so we can reboot the AGP monitor!\"}"], ["created_at", "2016-10-06 15:36:08.052419"], ["updated_at", "2016-10-06 15:36:08.052419"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam ducimus nisi ea aliquid odit enim.\",\"text\":\"Try to synthesize the PCI bandwidth, maybe it will reboot the digital feed!\"}"], ["created_at", "2016-10-06 15:36:08.053280"], ["updated_at", "2016-10-06 15:36:08.053280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quod eius recusandae ab suscipit earum explicabo.\",\"text\":\"If we program the interface, we can get to the SQL interface through the 1080p JSON driver!\"}"], ["created_at", "2016-10-06 15:36:08.054174"], ["updated_at", "2016-10-06 15:36:08.054174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam illo iure.\",\"text\":\"The SQL system is down, override the multi-byte circuit so we can transmit the FTP interface!\"}"], ["created_at", "2016-10-06 15:36:08.055053"], ["updated_at", "2016-10-06 15:36:08.055053"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias vel vitae optio harum.\",\"text\":\"You can't override the application without backing up the neural PNG bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.055913"], ["updated_at", "2016-10-06 15:36:08.055913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus fuga voluptate placeat alias.\",\"text\":\"Use the auxiliary SMTP transmitter, then you can copy the neural system!\"}"], ["created_at", "2016-10-06 15:36:08.056805"], ["updated_at", "2016-10-06 15:36:08.056805"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam velit quia aliquam eligendi pariatur hic saepe.\",\"text\":\"The PCI alarm is down, navigate the redundant feed so we can input the SMTP pixel!\"}"], ["created_at", "2016-10-06 15:36:08.057758"], ["updated_at", "2016-10-06 15:36:08.057758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo non praesentium.\",\"text\":\"Use the open-source PCI transmitter, then you can generate the neural program!\"}"], ["created_at", "2016-10-06 15:36:08.058678"], ["updated_at", "2016-10-06 15:36:08.058678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut dolores quis recusandae reiciendis odit.\",\"text\":\"If we index the feed, we can get to the XSS bus through the 1080p CSS hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.059561"], ["updated_at", "2016-10-06 15:36:08.059561"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium doloribus aut recusandae.\",\"text\":\"We need to generate the cross-platform THX application!\"}"], ["created_at", "2016-10-06 15:36:08.060425"], ["updated_at", "2016-10-06 15:36:08.060425"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus recusandae hic ut aspernatur est.\",\"text\":\"The GB transmitter is down, program the multi-byte microchip so we can parse the SAS matrix!\"}"], ["created_at", "2016-10-06 15:36:08.061403"], ["updated_at", "2016-10-06 15:36:08.061403"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et in labore in aut qui et.\",\"text\":\"You can't connect the array without generating the optical SSL card!\"}"], ["created_at", "2016-10-06 15:36:08.062410"], ["updated_at", "2016-10-06 15:36:08.062410"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus ex id velit fugit recusandae.\",\"text\":\"We need to input the back-end SMS alarm!\"}"], ["created_at", "2016-10-06 15:36:08.063652"], ["updated_at", "2016-10-06 15:36:08.063652"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae cum velit.\",\"text\":\"Backing up the circuit won't do anything, we need to parse the wireless json alarm!\"}"], ["created_at", "2016-10-06 15:36:08.064796"], ["updated_at", "2016-10-06 15:36:08.064796"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui accusamus voluptatibus omnis et magnam maiores.\",\"text\":\"If we generate the array, we can get to the RSS bandwidth through the redundant SQL pixel!\"}"], ["created_at", "2016-10-06 15:36:08.067296"], ["updated_at", "2016-10-06 15:36:08.067296"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et in expedita est dolorem alias est.\",\"text\":\"You can't hack the application without calculating the 1080p XML pixel!\"}"], ["created_at", "2016-10-06 15:36:08.068524"], ["updated_at", "2016-10-06 15:36:08.068524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum corporis occaecati a ut quae harum.\",\"text\":\"The HDD array is down, connect the cross-platform driver so we can compress the PNG pixel!\"}"], ["created_at", "2016-10-06 15:36:08.069472"], ["updated_at", "2016-10-06 15:36:08.069472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam eos velit voluptates eius maxime quos.\",\"text\":\"If we index the pixel, we can get to the SQL matrix through the open-source SCSI protocol!\"}"], ["created_at", "2016-10-06 15:36:08.070375"], ["updated_at", "2016-10-06 15:36:08.070375"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis aliquid eos saepe et minus eaque.\",\"text\":\"Use the wireless GB array, then you can connect the multi-byte bus!\"}"], ["created_at", "2016-10-06 15:36:08.071297"], ["updated_at", "2016-10-06 15:36:08.071297"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis et itaque.\",\"text\":\"Generating the alarm won't do anything, we need to input the 1080p ram feed!\"}"], ["created_at", "2016-10-06 15:36:08.072275"], ["updated_at", "2016-10-06 15:36:08.072275"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat illo magnam ut.\",\"text\":\"The HTTP interface is down, input the auxiliary bus so we can connect the PCI capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.073362"], ["updated_at", "2016-10-06 15:36:08.073362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi pariatur blanditiis.\",\"text\":\"Use the cross-platform SSL program, then you can back up the bluetooth program!\"}"], ["created_at", "2016-10-06 15:36:08.074464"], ["updated_at", "2016-10-06 15:36:08.074464"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error corrupti facere aliquid quis.\",\"text\":\"You can't calculate the transmitter without calculating the 1080p SSL interface!\"}"], ["created_at", "2016-10-06 15:36:08.075504"], ["updated_at", "2016-10-06 15:36:08.075504"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos ea est quam autem odit.\",\"text\":\"Use the back-end JBOD capacitor, then you can transmit the multi-byte capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.076490"], ["updated_at", "2016-10-06 15:36:08.076490"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error omnis et repellat.\",\"text\":\"We need to transmit the mobile SMTP application!\"}"], ["created_at", "2016-10-06 15:36:08.077470"], ["updated_at", "2016-10-06 15:36:08.077470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit id quia sint necessitatibus harum.\",\"text\":\"We need to generate the haptic THX card!\"}"], ["created_at", "2016-10-06 15:36:08.078381"], ["updated_at", "2016-10-06 15:36:08.078381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae velit facere exercitationem repudiandae porro nihil.\",\"text\":\"Use the 1080p TCP card, then you can generate the redundant bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.079245"], ["updated_at", "2016-10-06 15:36:08.079245"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et corporis omnis repellat maxime voluptatem nemo est.\",\"text\":\"We need to input the open-source AGP port!\"}"], ["created_at", "2016-10-06 15:36:08.080100"], ["updated_at", "2016-10-06 15:36:08.080100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo ullam quas suscipit magnam.\",\"text\":\"You can't input the interface without calculating the haptic SMTP protocol!\"}"], ["created_at", "2016-10-06 15:36:08.080973"], ["updated_at", "2016-10-06 15:36:08.080973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos est et natus sit quo necessitatibus.\",\"text\":\"I'll calculate the solid state AGP driver, that should port the IB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.081834"], ["updated_at", "2016-10-06 15:36:08.081834"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit est placeat aut repellendus sit.\",\"text\":\"I'll synthesize the neural RSS microchip, that should card the SMTP alarm!\"}"], ["created_at", "2016-10-06 15:36:08.082794"], ["updated_at", "2016-10-06 15:36:08.082794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id rerum mollitia.\",\"text\":\"You can't navigate the microchip without generating the cross-platform HDD bus!\"}"], ["created_at", "2016-10-06 15:36:08.083756"], ["updated_at", "2016-10-06 15:36:08.083756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed rerum sed.\",\"text\":\"You can't calculate the circuit without quantifying the solid state TCP port!\"}"], ["created_at", "2016-10-06 15:36:08.084710"], ["updated_at", "2016-10-06 15:36:08.084710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla autem velit modi sunt.\",\"text\":\"The XSS feed is down, input the digital interface so we can hack the EXE pixel!\"}"], ["created_at", "2016-10-06 15:36:08.085621"], ["updated_at", "2016-10-06 15:36:08.085621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque beatae facere eius vel.\",\"text\":\"Try to calculate the ADP array, maybe it will bypass the open-source array!\"}"], ["created_at", "2016-10-06 15:36:08.086507"], ["updated_at", "2016-10-06 15:36:08.086507"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui repellat aspernatur unde sequi voluptas saepe adipisci.\",\"text\":\"If we bypass the pixel, we can get to the PCI monitor through the open-source SSL program!\"}"], ["created_at", "2016-10-06 15:36:08.087379"], ["updated_at", "2016-10-06 15:36:08.087379"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum nostrum tenetur sint in perferendis aut.\",\"text\":\"Compressing the feed won't do anything, we need to hack the solid state sas feed!\"}"], ["created_at", "2016-10-06 15:36:08.088248"], ["updated_at", "2016-10-06 15:36:08.088248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa alias ipsam blanditiis.\",\"text\":\"I'll navigate the neural PNG capacitor, that should bus the AGP capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.089108"], ["updated_at", "2016-10-06 15:36:08.089108"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex sit est et qui voluptatibus ut.\",\"text\":\"Use the bluetooth XML alarm, then you can generate the optical port!\"}"], ["created_at", "2016-10-06 15:36:08.089999"], ["updated_at", "2016-10-06 15:36:08.089999"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim eos esse reprehenderit dolor dolorum.\",\"text\":\"Generating the alarm won't do anything, we need to index the multi-byte com sensor!\"}"], ["created_at", "2016-10-06 15:36:08.091000"], ["updated_at", "2016-10-06 15:36:08.091000"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti hic inventore qui nesciunt quam nostrum.\",\"text\":\"The ADP system is down, input the haptic program so we can navigate the USB pixel!\"}"], ["created_at", "2016-10-06 15:36:08.092034"], ["updated_at", "2016-10-06 15:36:08.092034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et doloremque perspiciatis ipsum omnis.\",\"text\":\"Use the optical PCI port, then you can parse the bluetooth pixel!\"}"], ["created_at", "2016-10-06 15:36:08.092987"], ["updated_at", "2016-10-06 15:36:08.092987"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil qui ad est quos.\",\"text\":\"The PNG program is down, compress the haptic driver so we can hack the THX system!\"}"], ["created_at", "2016-10-06 15:36:08.093934"], ["updated_at", "2016-10-06 15:36:08.093934"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem atque tempore dolores ut hic.\",\"text\":\"You can't parse the firewall without parsing the optical JSON program!\"}"], ["created_at", "2016-10-06 15:36:08.094903"], ["updated_at", "2016-10-06 15:36:08.094903"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus velit consequuntur unde occaecati.\",\"text\":\"Use the optical TCP alarm, then you can override the 1080p alarm!\"}"], ["created_at", "2016-10-06 15:36:08.095890"], ["updated_at", "2016-10-06 15:36:08.095890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti eos et maiores amet neque.\",\"text\":\"I'll copy the auxiliary HDD matrix, that should hard drive the JSON firewall!\"}"], ["created_at", "2016-10-06 15:36:08.096834"], ["updated_at", "2016-10-06 15:36:08.096834"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim et amet ut.\",\"text\":\"You can't bypass the panel without compressing the optical USB sensor!\"}"], ["created_at", "2016-10-06 15:36:08.097772"], ["updated_at", "2016-10-06 15:36:08.097772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et perferendis aut.\",\"text\":\"You can't navigate the interface without bypassing the digital TCP program!\"}"], ["created_at", "2016-10-06 15:36:08.098716"], ["updated_at", "2016-10-06 15:36:08.098716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae vero excepturi veniam consequatur repellendus aliquam.\",\"text\":\"Use the redundant COM hard drive, then you can override the multi-byte circuit!\"}"], ["created_at", "2016-10-06 15:36:08.099692"], ["updated_at", "2016-10-06 15:36:08.099692"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam placeat quod.\",\"text\":\"Programming the matrix won't do anything, we need to back up the cross-platform xss port!\"}"], ["created_at", "2016-10-06 15:36:08.100647"], ["updated_at", "2016-10-06 15:36:08.100647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni mollitia et voluptatum unde labore laudantium harum.\",\"text\":\"We need to back up the solid state RSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.101583"], ["updated_at", "2016-10-06 15:36:08.101583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor sequi expedita accusamus inventore.\",\"text\":\"If we synthesize the pixel, we can get to the THX panel through the mobile HDD panel!\"}"], ["created_at", "2016-10-06 15:36:08.102535"], ["updated_at", "2016-10-06 15:36:08.102535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic ullam exercitationem dolore voluptate amet.\",\"text\":\"You can't hack the card without overriding the multi-byte JSON array!\"}"], ["created_at", "2016-10-06 15:36:08.103507"], ["updated_at", "2016-10-06 15:36:08.103507"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita iste nam distinctio quia non modi.\",\"text\":\"Use the cross-platform TCP card, then you can parse the primary port!\"}"], ["created_at", "2016-10-06 15:36:08.104447"], ["updated_at", "2016-10-06 15:36:08.104447"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem neque a consequatur.\",\"text\":\"If we calculate the sensor, we can get to the SAS port through the cross-platform HDD application!\"}"], ["created_at", "2016-10-06 15:36:08.105383"], ["updated_at", "2016-10-06 15:36:08.105383"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci debitis vero.\",\"text\":\"If we back up the array, we can get to the SAS interface through the auxiliary SMS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.106347"], ["updated_at", "2016-10-06 15:36:08.106347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat ut iure sit fuga ea maiores.\",\"text\":\"Try to override the SMS transmitter, maybe it will program the bluetooth bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.107342"], ["updated_at", "2016-10-06 15:36:08.107342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur dolorum delectus eum labore et.\",\"text\":\"We need to compress the wireless SMTP feed!\"}"], ["created_at", "2016-10-06 15:36:08.108315"], ["updated_at", "2016-10-06 15:36:08.108315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet et repudiandae soluta eligendi rem.\",\"text\":\"Use the redundant PNG firewall, then you can hack the neural pixel!\"}"], ["created_at", "2016-10-06 15:36:08.109270"], ["updated_at", "2016-10-06 15:36:08.109270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A dolor totam ut.\",\"text\":\"Use the solid state XML microchip, then you can connect the haptic panel!\"}"], ["created_at", "2016-10-06 15:36:08.110224"], ["updated_at", "2016-10-06 15:36:08.110224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto est ullam iure et est sint ratione.\",\"text\":\"Transmitting the protocol won't do anything, we need to calculate the bluetooth ssl pixel!\"}"], ["created_at", "2016-10-06 15:36:08.111130"], ["updated_at", "2016-10-06 15:36:08.111130"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto quibusdam vitae cumque sapiente.\",\"text\":\"Use the haptic PNG driver, then you can index the open-source sensor!\"}"], ["created_at", "2016-10-06 15:36:08.112010"], ["updated_at", "2016-10-06 15:36:08.112010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dolorum magnam quod sit.\",\"text\":\"Quantifying the sensor won't do anything, we need to hack the digital hdd sensor!\"}"], ["created_at", "2016-10-06 15:36:08.112878"], ["updated_at", "2016-10-06 15:36:08.112878"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia harum modi temporibus voluptatem et quae.\",\"text\":\"Use the optical SSL feed, then you can program the bluetooth transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.113749"], ["updated_at", "2016-10-06 15:36:08.113749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde molestias odio ut suscipit voluptatum est aliquid.\",\"text\":\"Try to calculate the FTP bus, maybe it will synthesize the wireless matrix!\"}"], ["created_at", "2016-10-06 15:36:08.114680"], ["updated_at", "2016-10-06 15:36:08.114680"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae vero quibusdam voluptas sed et sunt nesciunt.\",\"text\":\"I'll index the redundant SSL capacitor, that should program the CSS interface!\"}"], ["created_at", "2016-10-06 15:36:08.115597"], ["updated_at", "2016-10-06 15:36:08.115597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est maxime voluptas voluptates sed enim vitae.\",\"text\":\"Try to compress the JBOD system, maybe it will reboot the primary program!\"}"], ["created_at", "2016-10-06 15:36:08.116496"], ["updated_at", "2016-10-06 15:36:08.116496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et natus ut blanditiis deleniti iusto in.\",\"text\":\"We need to index the neural FTP sensor!\"}"], ["created_at", "2016-10-06 15:36:08.117372"], ["updated_at", "2016-10-06 15:36:08.117372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi praesentium enim molestiae animi.\",\"text\":\"Use the solid state THX bus, then you can input the auxiliary bus!\"}"], ["created_at", "2016-10-06 15:36:08.118279"], ["updated_at", "2016-10-06 15:36:08.118279"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est eligendi deserunt maxime est.\",\"text\":\"I'll navigate the back-end PCI bandwidth, that should matrix the SCSI card!\"}"], ["created_at", "2016-10-06 15:36:08.119150"], ["updated_at", "2016-10-06 15:36:08.119150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam est sunt dolor et perspiciatis repellat consequatur.\",\"text\":\"You can't transmit the firewall without indexing the solid state CSS sensor!\"}"], ["created_at", "2016-10-06 15:36:08.120024"], ["updated_at", "2016-10-06 15:36:08.120024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eaque enim id quia perspiciatis voluptas inventore.\",\"text\":\"If we input the pixel, we can get to the THX interface through the solid state AGP system!\"}"], ["created_at", "2016-10-06 15:36:08.120904"], ["updated_at", "2016-10-06 15:36:08.120904"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat provident ipsam et laboriosam.\",\"text\":\"We need to program the virtual IB microchip!\"}"], ["created_at", "2016-10-06 15:36:08.121770"], ["updated_at", "2016-10-06 15:36:08.121770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa saepe omnis aperiam eveniet harum fugit.\",\"text\":\"If we connect the interface, we can get to the FTP matrix through the bluetooth HDD interface!\"}"], ["created_at", "2016-10-06 15:36:08.122705"], ["updated_at", "2016-10-06 15:36:08.122705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore illo velit natus et a.\",\"text\":\"Try to index the EXE program, maybe it will back up the bluetooth card!\"}"], ["created_at", "2016-10-06 15:36:08.123596"], ["updated_at", "2016-10-06 15:36:08.123596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus consequatur ea ipsum.\",\"text\":\"Generating the circuit won't do anything, we need to transmit the back-end exe sensor!\"}"], ["created_at", "2016-10-06 15:36:08.124482"], ["updated_at", "2016-10-06 15:36:08.124482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo optio nostrum dicta.\",\"text\":\"I'll quantify the haptic SAS bandwidth, that should bandwidth the SMS pixel!\"}"], ["created_at", "2016-10-06 15:36:08.125361"], ["updated_at", "2016-10-06 15:36:08.125361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed autem voluptas mollitia atque.\",\"text\":\"You can't connect the matrix without generating the neural TCP application!\"}"], ["created_at", "2016-10-06 15:36:08.126261"], ["updated_at", "2016-10-06 15:36:08.126261"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui doloribus impedit.\",\"text\":\"I'll navigate the open-source EXE feed, that should matrix the RSS protocol!\"}"], ["created_at", "2016-10-06 15:36:08.127162"], ["updated_at", "2016-10-06 15:36:08.127162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus quo placeat voluptatem.\",\"text\":\"We need to connect the neural JBOD driver!\"}"], ["created_at", "2016-10-06 15:36:08.128098"], ["updated_at", "2016-10-06 15:36:08.128098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim inventore dolor beatae incidunt optio.\",\"text\":\"Hacking the matrix won't do anything, we need to generate the digital png capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.128963"], ["updated_at", "2016-10-06 15:36:08.128963"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus est quas optio sed deserunt qui error.\",\"text\":\"You can't generate the card without transmitting the open-source SAS circuit!\"}"], ["created_at", "2016-10-06 15:36:08.129834"], ["updated_at", "2016-10-06 15:36:08.129834"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et officia odio ut quasi dolorem numquam.\",\"text\":\"The THX panel is down, navigate the wireless bus so we can copy the TCP array!\"}"], ["created_at", "2016-10-06 15:36:08.130755"], ["updated_at", "2016-10-06 15:36:08.130755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis aut minima.\",\"text\":\"If we override the driver, we can get to the JSON program through the cross-platform JBOD program!\"}"], ["created_at", "2016-10-06 15:36:08.131632"], ["updated_at", "2016-10-06 15:36:08.131632"]] [1mSQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam ab est et culpa.\",\"text\":\"Indexing the monitor won't do anything, we need to quantify the wireless sms microchip!\"}"], ["created_at", "2016-10-06 15:36:08.132502"], ["updated_at", "2016-10-06 15:36:08.132502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolore nisi consectetur et sit hic.\",\"text\":\"We need to back up the back-end ADP driver!\"}"], ["created_at", "2016-10-06 15:36:08.133381"], ["updated_at", "2016-10-06 15:36:08.133381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat iusto dicta ut natus.\",\"text\":\"Connecting the sensor won't do anything, we need to copy the optical http interface!\"}"], ["created_at", "2016-10-06 15:36:08.134278"], ["updated_at", "2016-10-06 15:36:08.134278"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit exercitationem esse.\",\"text\":\"The SCSI matrix is down, quantify the neural transmitter so we can copy the SMTP monitor!\"}"], ["created_at", "2016-10-06 15:36:08.135154"], ["updated_at", "2016-10-06 15:36:08.135154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est nihil nam voluptas eum similique magnam repellat.\",\"text\":\"Try to compress the RAM card, maybe it will index the wireless feed!\"}"], ["created_at", "2016-10-06 15:36:08.136073"], ["updated_at", "2016-10-06 15:36:08.136073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In qui cupiditate commodi reiciendis dolor ex quae.\",\"text\":\"I'll compress the wireless XSS firewall, that should driver the IB array!\"}"], ["created_at", "2016-10-06 15:36:08.136963"], ["updated_at", "2016-10-06 15:36:08.136963"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt ut atque rerum sunt perferendis.\",\"text\":\"Try to parse the XSS feed, maybe it will connect the 1080p hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.137836"], ["updated_at", "2016-10-06 15:36:08.137836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias consectetur quo voluptas qui et quod necessitatibus.\",\"text\":\"If we copy the port, we can get to the SMTP array through the cross-platform JSON microchip!\"}"], ["created_at", "2016-10-06 15:36:08.138818"], ["updated_at", "2016-10-06 15:36:08.138818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex impedit et blanditiis aperiam accusamus tempora.\",\"text\":\"Try to quantify the USB interface, maybe it will compress the bluetooth panel!\"}"], ["created_at", "2016-10-06 15:36:08.139708"], ["updated_at", "2016-10-06 15:36:08.139708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis ex eveniet illo ea asperiores enim consequatur.\",\"text\":\"You can't program the bandwidth without indexing the neural GB firewall!\"}"], ["created_at", "2016-10-06 15:36:08.140566"], ["updated_at", "2016-10-06 15:36:08.140566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem similique necessitatibus veniam consequatur inventore.\",\"text\":\"Parsing the feed won't do anything, we need to copy the multi-byte adp bus!\"}"], ["created_at", "2016-10-06 15:36:08.141452"], ["updated_at", "2016-10-06 15:36:08.141452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi aut sint assumenda ex dolores.\",\"text\":\"Try to index the GB system, maybe it will compress the haptic array!\"}"], ["created_at", "2016-10-06 15:36:08.142366"], ["updated_at", "2016-10-06 15:36:08.142366"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur distinctio aut animi sunt cum ea labore.\",\"text\":\"We need to reboot the auxiliary USB program!\"}"], ["created_at", "2016-10-06 15:36:08.143243"], ["updated_at", "2016-10-06 15:36:08.143243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolore explicabo rerum veritatis.\",\"text\":\"You can't back up the array without indexing the neural EXE feed!\"}"], ["created_at", "2016-10-06 15:36:08.144133"], ["updated_at", "2016-10-06 15:36:08.144133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo cumque non dicta voluptas et quia nisi.\",\"text\":\"If we navigate the monitor, we can get to the XML microchip through the online SMTP array!\"}"], ["created_at", "2016-10-06 15:36:08.145007"], ["updated_at", "2016-10-06 15:36:08.145007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque vel autem id eaque eligendi molestiae.\",\"text\":\"If we input the bus, we can get to the IB card through the optical EXE sensor!\"}"], ["created_at", "2016-10-06 15:36:08.145876"], ["updated_at", "2016-10-06 15:36:08.145876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis eveniet facere reiciendis.\",\"text\":\"Use the haptic SAS bandwidth, then you can index the neural matrix!\"}"], ["created_at", "2016-10-06 15:36:08.146774"], ["updated_at", "2016-10-06 15:36:08.146774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et maxime minima.\",\"text\":\"The JSON array is down, copy the virtual transmitter so we can bypass the JSON panel!\"}"], ["created_at", "2016-10-06 15:36:08.147639"], ["updated_at", "2016-10-06 15:36:08.147639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum et vero ea animi.\",\"text\":\"The SAS microchip is down, transmit the digital bus so we can synthesize the ADP protocol!\"}"], ["created_at", "2016-10-06 15:36:08.148509"], ["updated_at", "2016-10-06 15:36:08.148509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui commodi aut excepturi odit.\",\"text\":\"Try to reboot the JSON microchip, maybe it will bypass the wireless matrix!\"}"], ["created_at", "2016-10-06 15:36:08.149379"], ["updated_at", "2016-10-06 15:36:08.149379"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt quia est.\",\"text\":\"Quantifying the matrix won't do anything, we need to reboot the wireless ssl interface!\"}"], ["created_at", "2016-10-06 15:36:08.150298"], ["updated_at", "2016-10-06 15:36:08.150298"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur possimus architecto illum voluptates fugit.\",\"text\":\"Try to reboot the SDD interface, maybe it will compress the digital monitor!\"}"], ["created_at", "2016-10-06 15:36:08.151168"], ["updated_at", "2016-10-06 15:36:08.151168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa omnis blanditiis et qui voluptatum.\",\"text\":\"We need to override the mobile GB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.152049"], ["updated_at", "2016-10-06 15:36:08.152049"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia dolorem sint voluptas ea ut.\",\"text\":\"Try to copy the PCI bus, maybe it will quantify the back-end firewall!\"}"], ["created_at", "2016-10-06 15:36:08.152932"], ["updated_at", "2016-10-06 15:36:08.152932"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo accusamus suscipit quod.\",\"text\":\"I'll synthesize the optical RSS system, that should feed the PNG matrix!\"}"], ["created_at", "2016-10-06 15:36:08.153965"], ["updated_at", "2016-10-06 15:36:08.153965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum error voluptatum architecto.\",\"text\":\"We need to reboot the back-end PCI panel!\"}"], ["created_at", "2016-10-06 15:36:08.154952"], ["updated_at", "2016-10-06 15:36:08.154952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis porro eaque.\",\"text\":\"Use the 1080p SQL pixel, then you can program the cross-platform hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.155836"], ["updated_at", "2016-10-06 15:36:08.155836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi ullam ea sit fuga ut ut.\",\"text\":\"The EXE monitor is down, reboot the cross-platform card so we can transmit the RAM transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.156744"], ["updated_at", "2016-10-06 15:36:08.156744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore sequi eius mollitia voluptatem eveniet.\",\"text\":\"You can't index the sensor without quantifying the digital SCSI microchip!\"}"], ["created_at", "2016-10-06 15:36:08.157616"], ["updated_at", "2016-10-06 15:36:08.157616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et qui ratione non sint consequatur ab.\",\"text\":\"We need to compress the multi-byte TCP sensor!\"}"], ["created_at", "2016-10-06 15:36:08.158525"], ["updated_at", "2016-10-06 15:36:08.158525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem qui eaque omnis aliquam.\",\"text\":\"You can't generate the card without generating the online GB monitor!\"}"], ["created_at", "2016-10-06 15:36:08.159397"], ["updated_at", "2016-10-06 15:36:08.159397"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat ut blanditiis ipsum vel et.\",\"text\":\"I'll index the auxiliary THX protocol, that should transmitter the COM firewall!\"}"], ["created_at", "2016-10-06 15:36:08.160260"], ["updated_at", "2016-10-06 15:36:08.160260"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa asperiores molestiae sit tempore.\",\"text\":\"I'll connect the virtual SSL array, that should application the SQL driver!\"}"], ["created_at", "2016-10-06 15:36:08.161148"], ["updated_at", "2016-10-06 15:36:08.161148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt consectetur et eligendi voluptates.\",\"text\":\"If we transmit the circuit, we can get to the SAS bus through the back-end SMTP circuit!\"}"], ["created_at", "2016-10-06 15:36:08.162016"], ["updated_at", "2016-10-06 15:36:08.162016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed labore voluptas iure.\",\"text\":\"The TCP firewall is down, synthesize the multi-byte panel so we can compress the SMS array!\"}"], ["created_at", "2016-10-06 15:36:08.162908"], ["updated_at", "2016-10-06 15:36:08.162908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit hic nisi incidunt alias veritatis.\",\"text\":\"We need to reboot the wireless EXE bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.163781"], ["updated_at", "2016-10-06 15:36:08.163781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius quia tempora ad inventore voluptas ea.\",\"text\":\"I'll input the solid state THX port, that should panel the GB pixel!\"}"], ["created_at", "2016-10-06 15:36:08.164656"], ["updated_at", "2016-10-06 15:36:08.164656"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex accusantium omnis occaecati non iste porro corporis.\",\"text\":\"If we override the sensor, we can get to the FTP driver through the solid state CSS bus!\"}"], ["created_at", "2016-10-06 15:36:08.165544"], ["updated_at", "2016-10-06 15:36:08.165544"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam commodi aliquam omnis unde et ipsum.\",\"text\":\"You can't input the panel without compressing the haptic ADP feed!\"}"], ["created_at", "2016-10-06 15:36:08.166473"], ["updated_at", "2016-10-06 15:36:08.166473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus ad corrupti suscipit.\",\"text\":\"You can't hack the port without bypassing the open-source SMS sensor!\"}"], ["created_at", "2016-10-06 15:36:08.167347"], ["updated_at", "2016-10-06 15:36:08.167347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore enim veniam.\",\"text\":\"You can't connect the microchip without overriding the 1080p JSON program!\"}"], ["created_at", "2016-10-06 15:36:08.168214"], ["updated_at", "2016-10-06 15:36:08.168214"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente iste ea dolor corrupti.\",\"text\":\"If we input the feed, we can get to the TCP capacitor through the solid state PCI bus!\"}"], ["created_at", "2016-10-06 15:36:08.169099"], ["updated_at", "2016-10-06 15:36:08.169099"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci illo ducimus et.\",\"text\":\"Use the cross-platform SMS sensor, then you can synthesize the bluetooth matrix!\"}"], ["created_at", "2016-10-06 15:36:08.169966"], ["updated_at", "2016-10-06 15:36:08.169966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quis cum.\",\"text\":\"We need to bypass the solid state AI array!\"}"], ["created_at", "2016-10-06 15:36:08.170866"], ["updated_at", "2016-10-06 15:36:08.170866"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis molestiae ut dolorem debitis.\",\"text\":\"Try to hack the GB alarm, maybe it will override the mobile alarm!\"}"], ["created_at", "2016-10-06 15:36:08.171783"], ["updated_at", "2016-10-06 15:36:08.171783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil ad iure quia ea.\",\"text\":\"We need to compress the optical THX circuit!\"}"], ["created_at", "2016-10-06 15:36:08.172690"], ["updated_at", "2016-10-06 15:36:08.172690"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem consequatur qui dolores necessitatibus fuga maiores ut.\",\"text\":\"We need to index the wireless SDD sensor!\"}"], ["created_at", "2016-10-06 15:36:08.173564"], ["updated_at", "2016-10-06 15:36:08.173564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos ab ex est officiis.\",\"text\":\"The GB program is down, calculate the wireless bandwidth so we can quantify the ADP transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.174489"], ["updated_at", "2016-10-06 15:36:08.174489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In consequatur sit laudantium vel in voluptates eum.\",\"text\":\"Try to back up the AGP application, maybe it will reboot the virtual panel!\"}"], ["created_at", "2016-10-06 15:36:08.175395"], ["updated_at", "2016-10-06 15:36:08.175395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit odio quam quis quod accusamus vero et.\",\"text\":\"Navigating the card won't do anything, we need to navigate the cross-platform hdd application!\"}"], ["created_at", "2016-10-06 15:36:08.176268"], ["updated_at", "2016-10-06 15:36:08.176268"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi inventore ea voluptatem officia et.\",\"text\":\"We need to index the solid state XSS interface!\"}"], ["created_at", "2016-10-06 15:36:08.177149"], ["updated_at", "2016-10-06 15:36:08.177149"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam perferendis laudantium.\",\"text\":\"We need to compress the neural SMTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.178122"], ["updated_at", "2016-10-06 15:36:08.178122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis laudantium quasi consequatur totam.\",\"text\":\"We need to parse the multi-byte ADP circuit!\"}"], ["created_at", "2016-10-06 15:36:08.179048"], ["updated_at", "2016-10-06 15:36:08.179048"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non error est laudantium hic deserunt iste nihil.\",\"text\":\"Backing up the interface won't do anything, we need to copy the multi-byte exe matrix!\"}"], ["created_at", "2016-10-06 15:36:08.179918"], ["updated_at", "2016-10-06 15:36:08.179918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cupiditate necessitatibus est voluptatum mollitia omnis unde.\",\"text\":\"Try to connect the RAM transmitter, maybe it will program the cross-platform matrix!\"}"], ["created_at", "2016-10-06 15:36:08.180785"], ["updated_at", "2016-10-06 15:36:08.180785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia nemo voluptatem libero sint cupiditate perspiciatis.\",\"text\":\"Navigating the application won't do anything, we need to input the online sas alarm!\"}"], ["created_at", "2016-10-06 15:36:08.181675"], ["updated_at", "2016-10-06 15:36:08.181675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem eum consequatur odio praesentium atque repellat natus.\",\"text\":\"Compressing the feed won't do anything, we need to reboot the mobile gb pixel!\"}"], ["created_at", "2016-10-06 15:36:08.182566"], ["updated_at", "2016-10-06 15:36:08.182566"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius minus porro non qui.\",\"text\":\"I'll index the open-source COM circuit, that should capacitor the GB transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.183656"], ["updated_at", "2016-10-06 15:36:08.183656"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius quos aliquid perferendis doloribus aspernatur sapiente.\",\"text\":\"Use the wireless SQL transmitter, then you can generate the primary transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.185068"], ["updated_at", "2016-10-06 15:36:08.185068"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ea aliquid consequuntur aliquam voluptate et dolorem.\",\"text\":\"I'll transmit the auxiliary JBOD firewall, that should hard drive the HTTP card!\"}"], ["created_at", "2016-10-06 15:36:08.186455"], ["updated_at", "2016-10-06 15:36:08.186455"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit hic consequatur vel explicabo.\",\"text\":\"If we navigate the feed, we can get to the RSS matrix through the wireless SDD hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.187758"], ["updated_at", "2016-10-06 15:36:08.187758"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ea vero quas aliquam consequatur aspernatur in.\",\"text\":\"You can't navigate the bus without programming the neural FTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.190350"], ["updated_at", "2016-10-06 15:36:08.190350"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nesciunt laboriosam ea earum.\",\"text\":\"The SQL port is down, override the mobile interface so we can transmit the JSON application!\"}"], ["created_at", "2016-10-06 15:36:08.191893"], ["updated_at", "2016-10-06 15:36:08.191893"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur repellendus aut id quis.\",\"text\":\"Use the open-source TCP array, then you can generate the redundant interface!\"}"], ["created_at", "2016-10-06 15:36:08.193914"], ["updated_at", "2016-10-06 15:36:08.193914"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ea culpa fugit cum sit id cumque.\",\"text\":\"If we parse the driver, we can get to the SMS microchip through the 1080p XML bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.196123"], ["updated_at", "2016-10-06 15:36:08.196123"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae vel nostrum laboriosam.\",\"text\":\"Use the primary SAS panel, then you can compress the mobile matrix!\"}"], ["created_at", "2016-10-06 15:36:08.197191"], ["updated_at", "2016-10-06 15:36:08.197191"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo soluta magnam.\",\"text\":\"I'll compress the cross-platform FTP pixel, that should bus the PNG pixel!\"}"], ["created_at", "2016-10-06 15:36:08.198083"], ["updated_at", "2016-10-06 15:36:08.198083"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo accusamus soluta recusandae voluptatem.\",\"text\":\"Use the solid state SCSI bandwidth, then you can transmit the multi-byte firewall!\"}"], ["created_at", "2016-10-06 15:36:08.199012"], ["updated_at", "2016-10-06 15:36:08.199012"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt pariatur voluptatem odit et eos dicta numquam.\",\"text\":\"Compressing the firewall won't do anything, we need to parse the digital pci hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.200188"], ["updated_at", "2016-10-06 15:36:08.200188"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum accusantium blanditiis maxime exercitationem itaque autem quam.\",\"text\":\"If we compress the driver, we can get to the PNG system through the bluetooth SMS array!\"}"], ["created_at", "2016-10-06 15:36:08.201642"], ["updated_at", "2016-10-06 15:36:08.201642"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt rerum tempora dolorem modi.\",\"text\":\"We need to parse the multi-byte PNG firewall!\"}"], ["created_at", "2016-10-06 15:36:08.203062"], ["updated_at", "2016-10-06 15:36:08.203062"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea esse facilis blanditiis quis.\",\"text\":\"Use the optical JSON driver, then you can connect the multi-byte alarm!\"}"], ["created_at", "2016-10-06 15:36:08.204353"], ["updated_at", "2016-10-06 15:36:08.204353"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati reprehenderit laborum ut aspernatur nostrum.\",\"text\":\"We need to copy the virtual SQL capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.206493"], ["updated_at", "2016-10-06 15:36:08.206493"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita quia earum dolor aperiam.\",\"text\":\"I'll connect the primary PNG application, that should capacitor the COM program!\"}"], ["created_at", "2016-10-06 15:36:08.208228"], ["updated_at", "2016-10-06 15:36:08.208228"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque commodi iusto.\",\"text\":\"Try to override the SDD program, maybe it will parse the optical monitor!\"}"], ["created_at", "2016-10-06 15:36:08.209478"], ["updated_at", "2016-10-06 15:36:08.209478"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam dignissimos impedit dolore nobis.\",\"text\":\"If we navigate the matrix, we can get to the SSL feed through the online SQL transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.212189"], ["updated_at", "2016-10-06 15:36:08.212189"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dolorem aperiam ab temporibus totam iure.\",\"text\":\"The SQL monitor is down, program the wireless system so we can override the PCI port!\"}"], ["created_at", "2016-10-06 15:36:08.213644"], ["updated_at", "2016-10-06 15:36:08.213644"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi qui reiciendis nihil eius maiores sed mollitia.\",\"text\":\"Backing up the capacitor won't do anything, we need to copy the optical smtp pixel!\"}"], ["created_at", "2016-10-06 15:36:08.214768"], ["updated_at", "2016-10-06 15:36:08.214768"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias reprehenderit ex vel animi consequuntur similique eius.\",\"text\":\"Try to compress the XML application, maybe it will transmit the wireless feed!\"}"], ["created_at", "2016-10-06 15:36:08.216176"], ["updated_at", "2016-10-06 15:36:08.216176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem molestiae numquam ut doloribus.\",\"text\":\"Use the digital PCI bus, then you can compress the virtual circuit!\"}"], ["created_at", "2016-10-06 15:36:08.217273"], ["updated_at", "2016-10-06 15:36:08.217273"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos autem a quod numquam excepturi voluptatem.\",\"text\":\"You can't calculate the monitor without overriding the online SDD pixel!\"}"], ["created_at", "2016-10-06 15:36:08.218248"], ["updated_at", "2016-10-06 15:36:08.218248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur sunt et ut.\",\"text\":\"I'll index the solid state THX transmitter, that should matrix the XML circuit!\"}"], ["created_at", "2016-10-06 15:36:08.219131"], ["updated_at", "2016-10-06 15:36:08.219131"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti soluta in aperiam.\",\"text\":\"The SAS microchip is down, hack the virtual capacitor so we can bypass the SCSI protocol!\"}"], ["created_at", "2016-10-06 15:36:08.220013"], ["updated_at", "2016-10-06 15:36:08.220013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui porro et dolor.\",\"text\":\"You can't connect the transmitter without indexing the primary AGP application!\"}"], ["created_at", "2016-10-06 15:36:08.220936"], ["updated_at", "2016-10-06 15:36:08.220936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque in maxime quis.\",\"text\":\"Generating the matrix won't do anything, we need to transmit the back-end exe bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.221822"], ["updated_at", "2016-10-06 15:36:08.221822"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut occaecati laborum.\",\"text\":\"I'll input the multi-byte SSL card, that should driver the JSON matrix!\"}"], ["created_at", "2016-10-06 15:36:08.222735"], ["updated_at", "2016-10-06 15:36:08.222735"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In quasi veniam alias error dolor.\",\"text\":\"Use the multi-byte SMTP protocol, then you can copy the haptic feed!\"}"], ["created_at", "2016-10-06 15:36:08.223618"], ["updated_at", "2016-10-06 15:36:08.223618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptatem praesentium et minus ut cumque optio.\",\"text\":\"The COM matrix is down, copy the mobile feed so we can back up the SQL application!\"}"], ["created_at", "2016-10-06 15:36:08.224501"], ["updated_at", "2016-10-06 15:36:08.224501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores sed voluptas necessitatibus eius laudantium rem.\",\"text\":\"I'll input the 1080p SMS feed, that should transmitter the HTTP array!\"}"], ["created_at", "2016-10-06 15:36:08.225376"], ["updated_at", "2016-10-06 15:36:08.225376"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium ipsam veniam omnis molestias nisi quis.\",\"text\":\"The SSL matrix is down, index the online matrix so we can program the AGP application!\"}"], ["created_at", "2016-10-06 15:36:08.226484"], ["updated_at", "2016-10-06 15:36:08.226484"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed laboriosam unde temporibus ab hic tempore.\",\"text\":\"We need to hack the cross-platform SDD interface!\"}"], ["created_at", "2016-10-06 15:36:08.228741"], ["updated_at", "2016-10-06 15:36:08.228741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam quia labore debitis non.\",\"text\":\"We need to override the online GB protocol!\"}"], ["created_at", "2016-10-06 15:36:08.229828"], ["updated_at", "2016-10-06 15:36:08.229828"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non delectus consequatur.\",\"text\":\"We need to synthesize the wireless PNG alarm!\"}"], ["created_at", "2016-10-06 15:36:08.230775"], ["updated_at", "2016-10-06 15:36:08.230775"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore et maxime facere mollitia qui.\",\"text\":\"Use the optical RAM application, then you can back up the 1080p capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.231644"], ["updated_at", "2016-10-06 15:36:08.231644"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus laboriosam explicabo sint.\",\"text\":\"You can't reboot the hard drive without overriding the neural SQL system!\"}"], ["created_at", "2016-10-06 15:36:08.232606"], ["updated_at", "2016-10-06 15:36:08.232606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptas recusandae.\",\"text\":\"We need to connect the multi-byte JSON bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.233630"], ["updated_at", "2016-10-06 15:36:08.233630"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi corrupti molestiae dolorem.\",\"text\":\"Try to transmit the SSL circuit, maybe it will back up the cross-platform circuit!\"}"], ["created_at", "2016-10-06 15:36:08.234560"], ["updated_at", "2016-10-06 15:36:08.234560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quo eaque.\",\"text\":\"Use the digital AI monitor, then you can transmit the auxiliary bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.235438"], ["updated_at", "2016-10-06 15:36:08.235438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint repellat ut et fugit enim nobis.\",\"text\":\"I'll quantify the cross-platform SCSI bandwidth, that should transmitter the RAM array!\"}"], ["created_at", "2016-10-06 15:36:08.236385"], ["updated_at", "2016-10-06 15:36:08.236385"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi enim vero eos et ut aut expedita.\",\"text\":\"If we quantify the program, we can get to the RSS hard drive through the neural SCSI system!\"}"], ["created_at", "2016-10-06 15:36:08.237307"], ["updated_at", "2016-10-06 15:36:08.237307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi suscipit sequi porro eum fugiat harum.\",\"text\":\"We need to override the multi-byte THX circuit!\"}"], ["created_at", "2016-10-06 15:36:08.238230"], ["updated_at", "2016-10-06 15:36:08.238230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed error soluta incidunt voluptatem.\",\"text\":\"Try to synthesize the SSL firewall, maybe it will transmit the mobile protocol!\"}"], ["created_at", "2016-10-06 15:36:08.239121"], ["updated_at", "2016-10-06 15:36:08.239121"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur veniam reiciendis.\",\"text\":\"Try to generate the HTTP firewall, maybe it will transmit the multi-byte capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.239987"], ["updated_at", "2016-10-06 15:36:08.239987"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis ea distinctio fugit ut.\",\"text\":\"The PNG interface is down, navigate the bluetooth bus so we can calculate the EXE protocol!\"}"], ["created_at", "2016-10-06 15:36:08.240851"], ["updated_at", "2016-10-06 15:36:08.240851"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto debitis accusantium.\",\"text\":\"If we navigate the application, we can get to the XSS card through the neural COM microchip!\"}"], ["created_at", "2016-10-06 15:36:08.241910"], ["updated_at", "2016-10-06 15:36:08.241910"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas doloremque quo molestiae est.\",\"text\":\"Try to index the EXE monitor, maybe it will calculate the primary port!\"}"], ["created_at", "2016-10-06 15:36:08.242888"], ["updated_at", "2016-10-06 15:36:08.242888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum aut id rerum dolor numquam.\",\"text\":\"We need to input the virtual SQL hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.243845"], ["updated_at", "2016-10-06 15:36:08.243845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti autem est impedit.\",\"text\":\"Try to synthesize the SMTP transmitter, maybe it will calculate the neural alarm!\"}"], ["created_at", "2016-10-06 15:36:08.244844"], ["updated_at", "2016-10-06 15:36:08.244844"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat ut ducimus.\",\"text\":\"I'll program the back-end XSS pixel, that should panel the FTP application!\"}"], ["created_at", "2016-10-06 15:36:08.245823"], ["updated_at", "2016-10-06 15:36:08.245823"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut velit est iure beatae eveniet.\",\"text\":\"Use the online XSS application, then you can program the redundant feed!\"}"], ["created_at", "2016-10-06 15:36:08.246849"], ["updated_at", "2016-10-06 15:36:08.246849"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa beatae nisi cumque.\",\"text\":\"If we override the microchip, we can get to the USB bandwidth through the optical SDD circuit!\"}"], ["created_at", "2016-10-06 15:36:08.247833"], ["updated_at", "2016-10-06 15:36:08.247833"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore illo nisi non aut deleniti cumque esse.\",\"text\":\"Try to calculate the SCSI circuit, maybe it will override the 1080p transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.248816"], ["updated_at", "2016-10-06 15:36:08.248816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nobis est est rerum impedit.\",\"text\":\"We need to program the auxiliary USB circuit!\"}"], ["created_at", "2016-10-06 15:36:08.249800"], ["updated_at", "2016-10-06 15:36:08.249800"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis optio fugiat totam.\",\"text\":\"Indexing the array won't do anything, we need to index the cross-platform png alarm!\"}"], ["created_at", "2016-10-06 15:36:08.250756"], ["updated_at", "2016-10-06 15:36:08.250756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto sunt consequatur.\",\"text\":\"I'll calculate the bluetooth RAM pixel, that should bus the JSON array!\"}"], ["created_at", "2016-10-06 15:36:08.251691"], ["updated_at", "2016-10-06 15:36:08.251691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia hic et.\",\"text\":\"Try to quantify the AGP pixel, maybe it will hack the digital panel!\"}"], ["created_at", "2016-10-06 15:36:08.252600"], ["updated_at", "2016-10-06 15:36:08.252600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo suscipit ea repellat blanditiis assumenda totam cupiditate.\",\"text\":\"I'll back up the multi-byte PNG transmitter, that should protocol the XML transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.253479"], ["updated_at", "2016-10-06 15:36:08.253479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia molestias ut praesentium consequatur.\",\"text\":\"I'll hack the haptic AI application, that should application the SMTP microchip!\"}"], ["created_at", "2016-10-06 15:36:08.254388"], ["updated_at", "2016-10-06 15:36:08.254388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel voluptatibus modi neque.\",\"text\":\"We need to compress the open-source PCI array!\"}"], ["created_at", "2016-10-06 15:36:08.255263"], ["updated_at", "2016-10-06 15:36:08.255263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere amet laudantium sunt in iusto dicta explicabo.\",\"text\":\"Programming the bandwidth won't do anything, we need to program the back-end adp transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.256123"], ["updated_at", "2016-10-06 15:36:08.256123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos nobis ut rerum est occaecati architecto eius.\",\"text\":\"I'll back up the 1080p SMTP panel, that should circuit the AGP sensor!\"}"], ["created_at", "2016-10-06 15:36:08.257025"], ["updated_at", "2016-10-06 15:36:08.257025"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur voluptatem molestiae expedita.\",\"text\":\"The RSS matrix is down, parse the optical bandwidth so we can input the JSON port!\"}"], ["created_at", "2016-10-06 15:36:08.257900"], ["updated_at", "2016-10-06 15:36:08.257900"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores ut ut qui quaerat modi voluptas qui.\",\"text\":\"Try to navigate the AI port, maybe it will reboot the solid state circuit!\"}"], ["created_at", "2016-10-06 15:36:08.258794"], ["updated_at", "2016-10-06 15:36:08.258794"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et tempore vel dicta ut.\",\"text\":\"I'll reboot the optical AI hard drive, that should system the IB matrix!\"}"], ["created_at", "2016-10-06 15:36:08.259653"], ["updated_at", "2016-10-06 15:36:08.259653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione quibusdam aspernatur molestiae consequuntur quae.\",\"text\":\"Try to compress the THX system, maybe it will reboot the wireless driver!\"}"], ["created_at", "2016-10-06 15:36:08.260538"], ["updated_at", "2016-10-06 15:36:08.260538"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eos quasi.\",\"text\":\"We need to navigate the primary SQL microchip!\"}"], ["created_at", "2016-10-06 15:36:08.261404"], ["updated_at", "2016-10-06 15:36:08.261404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste quam dignissimos aut dolores doloribus.\",\"text\":\"I'll quantify the online HTTP bandwidth, that should circuit the RAM capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.262280"], ["updated_at", "2016-10-06 15:36:08.262280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae quos voluptas eos rerum.\",\"text\":\"I'll connect the bluetooth SMTP capacitor, that should pixel the THX card!\"}"], ["created_at", "2016-10-06 15:36:08.263143"], ["updated_at", "2016-10-06 15:36:08.263143"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut corrupti nulla quis.\",\"text\":\"Synthesizing the hard drive won't do anything, we need to override the open-source agp port!\"}"], ["created_at", "2016-10-06 15:36:08.264026"], ["updated_at", "2016-10-06 15:36:08.264026"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate voluptates voluptas corrupti quas.\",\"text\":\"The PCI interface is down, back up the redundant panel so we can copy the PNG array!\"}"], ["created_at", "2016-10-06 15:36:08.264897"], ["updated_at", "2016-10-06 15:36:08.264897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad illum repudiandae.\",\"text\":\"Try to copy the SMTP bus, maybe it will index the redundant feed!\"}"], ["created_at", "2016-10-06 15:36:08.265774"], ["updated_at", "2016-10-06 15:36:08.265774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatem qui et vel ex.\",\"text\":\"You can't bypass the microchip without parsing the open-source SSL alarm!\"}"], ["created_at", "2016-10-06 15:36:08.266676"], ["updated_at", "2016-10-06 15:36:08.266676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate iste veniam.\",\"text\":\"Indexing the monitor won't do anything, we need to parse the digital gb matrix!\"}"], ["created_at", "2016-10-06 15:36:08.267551"], ["updated_at", "2016-10-06 15:36:08.267551"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse dolorum ipsa cum odit vel.\",\"text\":\"Indexing the firewall won't do anything, we need to bypass the auxiliary sms transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.268418"], ["updated_at", "2016-10-06 15:36:08.268418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo quae dolores ut omnis vel amet dignissimos.\",\"text\":\"Programming the program won't do anything, we need to generate the solid state ftp bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.269348"], ["updated_at", "2016-10-06 15:36:08.269348"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis temporibus optio maxime voluptatibus laborum ut voluptas.\",\"text\":\"I'll synthesize the redundant EXE microchip, that should driver the FTP port!\"}"], ["created_at", "2016-10-06 15:36:08.270246"], ["updated_at", "2016-10-06 15:36:08.270246"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut officia voluptatem repudiandae.\",\"text\":\"The SSL circuit is down, hack the online monitor so we can bypass the PCI hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.271219"], ["updated_at", "2016-10-06 15:36:08.271219"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi sapiente cum dolorum optio est tempora.\",\"text\":\"We need to synthesize the optical ADP protocol!\"}"], ["created_at", "2016-10-06 15:36:08.272127"], ["updated_at", "2016-10-06 15:36:08.272127"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit nihil et et.\",\"text\":\"The HTTP firewall is down, bypass the 1080p interface so we can compress the ADP firewall!\"}"], ["created_at", "2016-10-06 15:36:08.272997"], ["updated_at", "2016-10-06 15:36:08.272997"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente debitis ipsum voluptate voluptas fugiat.\",\"text\":\"We need to back up the haptic CSS protocol!\"}"], ["created_at", "2016-10-06 15:36:08.273882"], ["updated_at", "2016-10-06 15:36:08.273882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere laboriosam qui.\",\"text\":\"You can't input the interface without indexing the solid state IB system!\"}"], ["created_at", "2016-10-06 15:36:08.274789"], ["updated_at", "2016-10-06 15:36:08.274789"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis consequatur hic dolores distinctio quia aut.\",\"text\":\"Indexing the card won't do anything, we need to hack the online ftp system!\"}"], ["created_at", "2016-10-06 15:36:08.275668"], ["updated_at", "2016-10-06 15:36:08.275668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum velit voluptas quo.\",\"text\":\"We need to reboot the online HTTP program!\"}"], ["created_at", "2016-10-06 15:36:08.276541"], ["updated_at", "2016-10-06 15:36:08.276541"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem est voluptas sequi est.\",\"text\":\"Indexing the microchip won't do anything, we need to quantify the wireless http interface!\"}"], ["created_at", "2016-10-06 15:36:08.277401"], ["updated_at", "2016-10-06 15:36:08.277401"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed qui in.\",\"text\":\"Try to connect the EXE bandwidth, maybe it will compress the 1080p application!\"}"], ["created_at", "2016-10-06 15:36:08.278272"], ["updated_at", "2016-10-06 15:36:08.278272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim nam voluptas reiciendis eos et et enim.\",\"text\":\"Transmitting the firewall won't do anything, we need to back up the cross-platform sms system!\"}"], ["created_at", "2016-10-06 15:36:08.279145"], ["updated_at", "2016-10-06 15:36:08.279145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam vero eos quis officiis asperiores illum.\",\"text\":\"If we copy the port, we can get to the RSS driver through the cross-platform JSON matrix!\"}"], ["created_at", "2016-10-06 15:36:08.280064"], ["updated_at", "2016-10-06 15:36:08.280064"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos consequuntur ipsam nostrum modi distinctio cumque voluptas.\",\"text\":\"We need to compress the multi-byte JSON sensor!\"}"], ["created_at", "2016-10-06 15:36:08.280933"], ["updated_at", "2016-10-06 15:36:08.280933"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus corporis et perferendis nobis quo minus.\",\"text\":\"We need to parse the optical SMTP interface!\"}"], ["created_at", "2016-10-06 15:36:08.281796"], ["updated_at", "2016-10-06 15:36:08.281796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda aut deserunt aut sed natus.\",\"text\":\"The AI protocol is down, override the redundant capacitor so we can navigate the XML matrix!\"}"], ["created_at", "2016-10-06 15:36:08.282687"], ["updated_at", "2016-10-06 15:36:08.282687"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio id ea animi accusamus dolorem voluptas at.\",\"text\":\"We need to generate the optical SMS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.283595"], ["updated_at", "2016-10-06 15:36:08.283595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit sed est reprehenderit molestiae aut consequuntur.\",\"text\":\"The JBOD monitor is down, navigate the wireless port so we can transmit the RSS port!\"}"], ["created_at", "2016-10-06 15:36:08.284471"], ["updated_at", "2016-10-06 15:36:08.284471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et excepturi necessitatibus vel tempora harum.\",\"text\":\"I'll back up the wireless SMS system, that should hard drive the SCSI port!\"}"], ["created_at", "2016-10-06 15:36:08.285389"], ["updated_at", "2016-10-06 15:36:08.285389"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere ducimus deserunt perspiciatis omnis totam est necessitatibus.\",\"text\":\"Programming the matrix won't do anything, we need to override the open-source json circuit!\"}"], ["created_at", "2016-10-06 15:36:08.286324"], ["updated_at", "2016-10-06 15:36:08.286324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis fugit commodi nesciunt voluptas occaecati.\",\"text\":\"I'll transmit the cross-platform XML monitor, that should pixel the AI microchip!\"}"], ["created_at", "2016-10-06 15:36:08.287212"], ["updated_at", "2016-10-06 15:36:08.287212"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat et nostrum.\",\"text\":\"Use the digital SDD program, then you can compress the optical bus!\"}"], ["created_at", "2016-10-06 15:36:08.288092"], ["updated_at", "2016-10-06 15:36:08.288092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates et similique.\",\"text\":\"I'll back up the mobile COM circuit, that should transmitter the PCI array!\"}"], ["created_at", "2016-10-06 15:36:08.288962"], ["updated_at", "2016-10-06 15:36:08.288962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut dolor quo illo quia placeat.\",\"text\":\"Use the optical SQL card, then you can hack the cross-platform circuit!\"}"], ["created_at", "2016-10-06 15:36:08.289843"], ["updated_at", "2016-10-06 15:36:08.289843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil maxime tenetur.\",\"text\":\"The IB protocol is down, override the redundant interface so we can transmit the SAS monitor!\"}"], ["created_at", "2016-10-06 15:36:08.290734"], ["updated_at", "2016-10-06 15:36:08.290734"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum at nesciunt omnis.\",\"text\":\"If we copy the bus, we can get to the CSS application through the wireless JBOD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.291628"], ["updated_at", "2016-10-06 15:36:08.291628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis est quibusdam quia.\",\"text\":\"Synthesizing the card won't do anything, we need to calculate the bluetooth com card!\"}"], ["created_at", "2016-10-06 15:36:08.292562"], ["updated_at", "2016-10-06 15:36:08.292562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti dolores hic nulla.\",\"text\":\"The EXE application is down, program the 1080p alarm so we can transmit the USB array!\"}"], ["created_at", "2016-10-06 15:36:08.293548"], ["updated_at", "2016-10-06 15:36:08.293548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos ut saepe.\",\"text\":\"You can't transmit the driver without connecting the neural AI bus!\"}"], ["created_at", "2016-10-06 15:36:08.294509"], ["updated_at", "2016-10-06 15:36:08.294509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos officiis aut minima.\",\"text\":\"The FTP circuit is down, compress the optical bus so we can connect the XSS microchip!\"}"], ["created_at", "2016-10-06 15:36:08.295457"], ["updated_at", "2016-10-06 15:36:08.295457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio ipsa delectus dolores ipsum et.\",\"text\":\"Transmitting the application won't do anything, we need to program the haptic xss port!\"}"], ["created_at", "2016-10-06 15:36:08.296396"], ["updated_at", "2016-10-06 15:36:08.296396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum delectus porro assumenda natus qui autem.\",\"text\":\"Try to compress the SAS protocol, maybe it will program the mobile bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.297350"], ["updated_at", "2016-10-06 15:36:08.297350"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum nesciunt quod voluptatem.\",\"text\":\"The HDD circuit is down, bypass the open-source port so we can hack the TCP sensor!\"}"], ["created_at", "2016-10-06 15:36:08.298310"], ["updated_at", "2016-10-06 15:36:08.298310"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi ullam quis sint ea dignissimos nihil asperiores.\",\"text\":\"Try to calculate the PNG microchip, maybe it will navigate the multi-byte card!\"}"], ["created_at", "2016-10-06 15:36:08.299264"], ["updated_at", "2016-10-06 15:36:08.299264"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo quo repellat beatae quaerat consequatur id.\",\"text\":\"If we navigate the firewall, we can get to the USB microchip through the mobile CSS panel!\"}"], ["created_at", "2016-10-06 15:36:08.300233"], ["updated_at", "2016-10-06 15:36:08.300233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores alias expedita aut illo.\",\"text\":\"Try to program the AI bus, maybe it will copy the digital hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.301226"], ["updated_at", "2016-10-06 15:36:08.301226"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatem voluptate unde.\",\"text\":\"I'll bypass the cross-platform IB capacitor, that should bandwidth the SAS matrix!\"}"], ["created_at", "2016-10-06 15:36:08.302142"], ["updated_at", "2016-10-06 15:36:08.302142"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates hic rerum.\",\"text\":\"If we calculate the card, we can get to the JSON port through the bluetooth HTTP monitor!\"}"], ["created_at", "2016-10-06 15:36:08.303016"], ["updated_at", "2016-10-06 15:36:08.303016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi enim est ea doloribus non.\",\"text\":\"Use the bluetooth FTP hard drive, then you can calculate the virtual hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.303889"], ["updated_at", "2016-10-06 15:36:08.303889"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam cum veritatis labore rerum dolores.\",\"text\":\"I'll bypass the 1080p COM array, that should hard drive the AI bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.304767"], ["updated_at", "2016-10-06 15:36:08.304767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat qui assumenda nam.\",\"text\":\"I'll parse the primary THX bus, that should application the XML feed!\"}"], ["created_at", "2016-10-06 15:36:08.305641"], ["updated_at", "2016-10-06 15:36:08.305641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A adipisci id.\",\"text\":\"If we input the card, we can get to the SQL driver through the redundant RAM matrix!\"}"], ["created_at", "2016-10-06 15:36:08.306535"], ["updated_at", "2016-10-06 15:36:08.306535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ut iste ullam.\",\"text\":\"If we index the array, we can get to the AGP program through the multi-byte THX monitor!\"}"], ["created_at", "2016-10-06 15:36:08.307422"], ["updated_at", "2016-10-06 15:36:08.307422"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur est ipsum voluptatem ratione.\",\"text\":\"We need to back up the haptic THX bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.308315"], ["updated_at", "2016-10-06 15:36:08.308315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus aut in laudantium quas quia.\",\"text\":\"Use the back-end AGP alarm, then you can navigate the primary pixel!\"}"], ["created_at", "2016-10-06 15:36:08.309212"], ["updated_at", "2016-10-06 15:36:08.309212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas in quis perferendis assumenda qui.\",\"text\":\"The USB matrix is down, generate the bluetooth alarm so we can compress the COM panel!\"}"], ["created_at", "2016-10-06 15:36:08.310098"], ["updated_at", "2016-10-06 15:36:08.310098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta ducimus quo maxime qui ut.\",\"text\":\"If we override the array, we can get to the SMTP pixel through the bluetooth CSS feed!\"}"], ["created_at", "2016-10-06 15:36:08.311013"], ["updated_at", "2016-10-06 15:36:08.311013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum quo est nihil dignissimos libero.\",\"text\":\"Use the virtual PNG application, then you can program the digital driver!\"}"], ["created_at", "2016-10-06 15:36:08.311901"], ["updated_at", "2016-10-06 15:36:08.311901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo ut aperiam adipisci est.\",\"text\":\"I'll calculate the optical TCP protocol, that should firewall the AI hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.312813"], ["updated_at", "2016-10-06 15:36:08.312813"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni reiciendis omnis et ut explicabo amet incidunt.\",\"text\":\"The SMS array is down, quantify the optical program so we can transmit the THX microchip!\"}"], ["created_at", "2016-10-06 15:36:08.313692"], ["updated_at", "2016-10-06 15:36:08.313692"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat voluptatem et optio.\",\"text\":\"The SDD transmitter is down, index the online port so we can index the THX capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.314617"], ["updated_at", "2016-10-06 15:36:08.314617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore aut accusamus enim repellendus.\",\"text\":\"We need to bypass the online SMS application!\"}"], ["created_at", "2016-10-06 15:36:08.315501"], ["updated_at", "2016-10-06 15:36:08.315501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio at voluptate nesciunt fugit magnam.\",\"text\":\"The SSL pixel is down, compress the 1080p pixel so we can program the PNG monitor!\"}"], ["created_at", "2016-10-06 15:36:08.316395"], ["updated_at", "2016-10-06 15:36:08.316395"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea ullam natus facere impedit.\",\"text\":\"Try to generate the HTTP transmitter, maybe it will bypass the 1080p interface!\"}"], ["created_at", "2016-10-06 15:36:08.317384"], ["updated_at", "2016-10-06 15:36:08.317384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet voluptatum ut magnam aut placeat.\",\"text\":\"We need to connect the back-end SCSI protocol!\"}"], ["created_at", "2016-10-06 15:36:08.318369"], ["updated_at", "2016-10-06 15:36:08.318369"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla ut iste.\",\"text\":\"Use the digital IB firewall, then you can transmit the wireless driver!\"}"], ["created_at", "2016-10-06 15:36:08.319292"], ["updated_at", "2016-10-06 15:36:08.319292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex sit tempore amet.\",\"text\":\"Use the open-source GB array, then you can reboot the online card!\"}"], ["created_at", "2016-10-06 15:36:08.320190"], ["updated_at", "2016-10-06 15:36:08.320190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed rerum fugiat sequi exercitationem quo expedita.\",\"text\":\"Calculating the transmitter won't do anything, we need to back up the cross-platform jbod firewall!\"}"], ["created_at", "2016-10-06 15:36:08.321063"], ["updated_at", "2016-10-06 15:36:08.321063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores esse repellat quo necessitatibus facere.\",\"text\":\"Try to override the RAM firewall, maybe it will hack the 1080p system!\"}"], ["created_at", "2016-10-06 15:36:08.321944"], ["updated_at", "2016-10-06 15:36:08.321944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aliquid quia fugit quaerat.\",\"text\":\"If we parse the panel, we can get to the AI array through the multi-byte HDD monitor!\"}"], ["created_at", "2016-10-06 15:36:08.322851"], ["updated_at", "2016-10-06 15:36:08.322851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla numquam occaecati quisquam provident animi consectetur voluptatem.\",\"text\":\"Quantifying the microchip won't do anything, we need to back up the auxiliary pci hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.323736"], ["updated_at", "2016-10-06 15:36:08.323736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum saepe quos porro sunt.\",\"text\":\"Backing up the monitor won't do anything, we need to quantify the optical http firewall!\"}"], ["created_at", "2016-10-06 15:36:08.324641"], ["updated_at", "2016-10-06 15:36:08.324641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aut perferendis assumenda numquam et et.\",\"text\":\"Try to input the THX card, maybe it will calculate the cross-platform port!\"}"], ["created_at", "2016-10-06 15:36:08.325530"], ["updated_at", "2016-10-06 15:36:08.325530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis voluptas eos cumque ea quis sunt vero.\",\"text\":\"You can't connect the alarm without connecting the neural AGP interface!\"}"], ["created_at", "2016-10-06 15:36:08.326442"], ["updated_at", "2016-10-06 15:36:08.326442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam dolores et hic nostrum in sunt quasi.\",\"text\":\"The SAS panel is down, reboot the haptic bandwidth so we can navigate the FTP card!\"}"], ["created_at", "2016-10-06 15:36:08.327341"], ["updated_at", "2016-10-06 15:36:08.327341"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aut ut qui enim.\",\"text\":\"Bypassing the monitor won't do anything, we need to reboot the bluetooth scsi interface!\"}"], ["created_at", "2016-10-06 15:36:08.328208"], ["updated_at", "2016-10-06 15:36:08.328208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi quae hic quo ducimus et.\",\"text\":\"The JSON panel is down, transmit the online firewall so we can override the RSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.329088"], ["updated_at", "2016-10-06 15:36:08.329088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur voluptatum ullam architecto ab dolore animi.\",\"text\":\"Try to reboot the JSON monitor, maybe it will hack the open-source bus!\"}"], ["created_at", "2016-10-06 15:36:08.329976"], ["updated_at", "2016-10-06 15:36:08.329976"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis velit neque.\",\"text\":\"Try to override the FTP system, maybe it will synthesize the cross-platform panel!\"}"], ["created_at", "2016-10-06 15:36:08.330852"], ["updated_at", "2016-10-06 15:36:08.330852"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut rem assumenda voluptas.\",\"text\":\"Use the cross-platform SCSI sensor, then you can generate the bluetooth capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.331718"], ["updated_at", "2016-10-06 15:36:08.331718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum laboriosam numquam eligendi.\",\"text\":\"Use the haptic RAM bus, then you can input the primary application!\"}"], ["created_at", "2016-10-06 15:36:08.332599"], ["updated_at", "2016-10-06 15:36:08.332599"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea magni enim ea.\",\"text\":\"We need to program the bluetooth RSS circuit!\"}"], ["created_at", "2016-10-06 15:36:08.333490"], ["updated_at", "2016-10-06 15:36:08.333490"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi ipsum magnam non necessitatibus.\",\"text\":\"If we back up the port, we can get to the SCSI matrix through the 1080p IB interface!\"}"], ["created_at", "2016-10-06 15:36:08.334419"], ["updated_at", "2016-10-06 15:36:08.334419"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus dolore rem voluptas cumque maxime.\",\"text\":\"You can't calculate the alarm without synthesizing the redundant SSL bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.335290"], ["updated_at", "2016-10-06 15:36:08.335290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur vel sit commodi sed.\",\"text\":\"Navigating the panel won't do anything, we need to back up the open-source png alarm!\"}"], ["created_at", "2016-10-06 15:36:08.336152"], ["updated_at", "2016-10-06 15:36:08.336152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quia impedit error.\",\"text\":\"If we program the card, we can get to the RSS bus through the mobile AI port!\"}"], ["created_at", "2016-10-06 15:36:08.337061"], ["updated_at", "2016-10-06 15:36:08.337061"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit aspernatur natus pariatur aut.\",\"text\":\"I'll back up the 1080p PCI driver, that should hard drive the RSS monitor!\"}"], ["created_at", "2016-10-06 15:36:08.338117"], ["updated_at", "2016-10-06 15:36:08.338117"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit labore culpa dolorem.\",\"text\":\"Use the neural SQL port, then you can index the back-end monitor!\"}"], ["created_at", "2016-10-06 15:36:08.339305"], ["updated_at", "2016-10-06 15:36:08.339305"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque nostrum exercitationem vel sed voluptate.\",\"text\":\"Navigating the monitor won't do anything, we need to compress the multi-byte thx card!\"}"], ["created_at", "2016-10-06 15:36:08.340476"], ["updated_at", "2016-10-06 15:36:08.340476"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti rerum ullam.\",\"text\":\"If we generate the bandwidth, we can get to the IB bus through the auxiliary PCI microchip!\"}"], ["created_at", "2016-10-06 15:36:08.341981"], ["updated_at", "2016-10-06 15:36:08.341981"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero non et vel expedita occaecati qui.\",\"text\":\"Copying the port won't do anything, we need to parse the back-end png feed!\"}"], ["created_at", "2016-10-06 15:36:08.344125"], ["updated_at", "2016-10-06 15:36:08.344125"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam porro repellat nulla aut praesentium aut natus.\",\"text\":\"Use the redundant AI bandwidth, then you can generate the virtual hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.345140"], ["updated_at", "2016-10-06 15:36:08.345140"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ratione amet esse nostrum placeat aut.\",\"text\":\"I'll calculate the 1080p RAM sensor, that should capacitor the EXE bus!\"}"], ["created_at", "2016-10-06 15:36:08.346040"], ["updated_at", "2016-10-06 15:36:08.346040"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis molestias corrupti quam et autem.\",\"text\":\"I'll index the 1080p RAM port, that should system the TCP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.346959"], ["updated_at", "2016-10-06 15:36:08.346959"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas nostrum velit et incidunt voluptatem.\",\"text\":\"Use the back-end THX pixel, then you can parse the cross-platform alarm!\"}"], ["created_at", "2016-10-06 15:36:08.347870"], ["updated_at", "2016-10-06 15:36:08.347870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nobis voluptatem autem non sed asperiores sunt.\",\"text\":\"We need to back up the redundant RSS firewall!\"}"], ["created_at", "2016-10-06 15:36:08.348736"], ["updated_at", "2016-10-06 15:36:08.348736"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem doloribus aut.\",\"text\":\"If we synthesize the matrix, we can get to the SDD protocol through the auxiliary SMS driver!\"}"], ["created_at", "2016-10-06 15:36:08.349708"], ["updated_at", "2016-10-06 15:36:08.349708"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti placeat quibusdam qui tempora fuga recusandae sed.\",\"text\":\"You can't bypass the driver without hacking the multi-byte JBOD hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.350683"], ["updated_at", "2016-10-06 15:36:08.350683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati perspiciatis ut nihil praesentium.\",\"text\":\"Navigating the feed won't do anything, we need to input the optical ib feed!\"}"], ["created_at", "2016-10-06 15:36:08.351586"], ["updated_at", "2016-10-06 15:36:08.351586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis corporis nihil quae.\",\"text\":\"You can't compress the array without compressing the haptic GB panel!\"}"], ["created_at", "2016-10-06 15:36:08.352457"], ["updated_at", "2016-10-06 15:36:08.352457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit eveniet sed et non dignissimos voluptatem.\",\"text\":\"I'll navigate the auxiliary XML program, that should card the CSS application!\"}"], ["created_at", "2016-10-06 15:36:08.353328"], ["updated_at", "2016-10-06 15:36:08.353328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil possimus quasi minima dolores tenetur voluptatem eligendi.\",\"text\":\"Try to back up the JBOD hard drive, maybe it will quantify the solid state hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.354238"], ["updated_at", "2016-10-06 15:36:08.354238"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui reiciendis sunt et et tempore et.\",\"text\":\"If we transmit the program, we can get to the SSL interface through the redundant JSON port!\"}"], ["created_at", "2016-10-06 15:36:08.355111"], ["updated_at", "2016-10-06 15:36:08.355111"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate quia sunt omnis.\",\"text\":\"Try to connect the SMS capacitor, maybe it will compress the haptic protocol!\"}"], ["created_at", "2016-10-06 15:36:08.355994"], ["updated_at", "2016-10-06 15:36:08.355994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia consequatur qui eveniet rerum minus et.\",\"text\":\"Try to copy the IB port, maybe it will reboot the bluetooth hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.356874"], ["updated_at", "2016-10-06 15:36:08.356874"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur at qui magnam nisi vel illo minus.\",\"text\":\"I'll quantify the solid state CSS system, that should matrix the GB card!\"}"], ["created_at", "2016-10-06 15:36:08.357812"], ["updated_at", "2016-10-06 15:36:08.357812"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque consequuntur ex minus dolore ut.\",\"text\":\"Generating the microchip won't do anything, we need to synthesize the 1080p smtp hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.358716"], ["updated_at", "2016-10-06 15:36:08.358716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo et nihil esse dolores asperiores iste.\",\"text\":\"If we index the interface, we can get to the PCI port through the wireless IB hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.359583"], ["updated_at", "2016-10-06 15:36:08.359583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut non facilis laboriosam vero cumque perspiciatis ut.\",\"text\":\"We need to override the solid state SMTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.360516"], ["updated_at", "2016-10-06 15:36:08.360516"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora eius dolores.\",\"text\":\"Calculating the capacitor won't do anything, we need to hack the auxiliary com array!\"}"], ["created_at", "2016-10-06 15:36:08.361398"], ["updated_at", "2016-10-06 15:36:08.361398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero itaque optio quod voluptatem aut.\",\"text\":\"I'll generate the 1080p SDD pixel, that should sensor the HTTP protocol!\"}"], ["created_at", "2016-10-06 15:36:08.362282"], ["updated_at", "2016-10-06 15:36:08.362282"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores aut nesciunt.\",\"text\":\"The JBOD feed is down, synthesize the online matrix so we can generate the CSS bus!\"}"], ["created_at", "2016-10-06 15:36:08.363158"], ["updated_at", "2016-10-06 15:36:08.363158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni fugit assumenda facilis blanditiis soluta.\",\"text\":\"Backing up the protocol won't do anything, we need to synthesize the cross-platform ftp matrix!\"}"], ["created_at", "2016-10-06 15:36:08.364035"], ["updated_at", "2016-10-06 15:36:08.364035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet provident pariatur ab delectus itaque illo.\",\"text\":\"Copying the capacitor won't do anything, we need to synthesize the redundant http matrix!\"}"], ["created_at", "2016-10-06 15:36:08.364919"], ["updated_at", "2016-10-06 15:36:08.364919"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores dolorem non qui.\",\"text\":\"I'll copy the optical XSS pixel, that should transmitter the TCP circuit!\"}"], ["created_at", "2016-10-06 15:36:08.365802"], ["updated_at", "2016-10-06 15:36:08.365802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint ratione unde cumque ipsum.\",\"text\":\"We need to input the multi-byte SDD matrix!\"}"], ["created_at", "2016-10-06 15:36:08.366774"], ["updated_at", "2016-10-06 15:36:08.366774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis ab eaque dolor minima distinctio.\",\"text\":\"Use the primary XSS circuit, then you can generate the mobile system!\"}"], ["created_at", "2016-10-06 15:36:08.367651"], ["updated_at", "2016-10-06 15:36:08.367651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos error aut occaecati ipsa.\",\"text\":\"Use the back-end JBOD bandwidth, then you can connect the wireless monitor!\"}"], ["created_at", "2016-10-06 15:36:08.368527"], ["updated_at", "2016-10-06 15:36:08.368527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem corporis nihil.\",\"text\":\"If we copy the bandwidth, we can get to the FTP panel through the virtual GB panel!\"}"], ["created_at", "2016-10-06 15:36:08.369389"], ["updated_at", "2016-10-06 15:36:08.369389"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo officiis perspiciatis ducimus accusamus inventore autem reiciendis.\",\"text\":\"We need to synthesize the neural HTTP card!\"}"], ["created_at", "2016-10-06 15:36:08.370345"], ["updated_at", "2016-10-06 15:36:08.370345"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur qui iste.\",\"text\":\"We need to generate the back-end SSL firewall!\"}"], ["created_at", "2016-10-06 15:36:08.371651"], ["updated_at", "2016-10-06 15:36:08.371651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa eveniet nulla.\",\"text\":\"If we bypass the matrix, we can get to the SMS sensor through the haptic PNG feed!\"}"], ["created_at", "2016-10-06 15:36:08.372780"], ["updated_at", "2016-10-06 15:36:08.372780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex porro beatae.\",\"text\":\"Use the digital GB alarm, then you can override the bluetooth firewall!\"}"], ["created_at", "2016-10-06 15:36:08.373682"], ["updated_at", "2016-10-06 15:36:08.373682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptatum modi sed.\",\"text\":\"If we synthesize the pixel, we can get to the SMTP protocol through the mobile SMTP system!\"}"], ["created_at", "2016-10-06 15:36:08.374587"], ["updated_at", "2016-10-06 15:36:08.374587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem fuga iste cupiditate.\",\"text\":\"Try to hack the AGP sensor, maybe it will parse the open-source firewall!\"}"], ["created_at", "2016-10-06 15:36:08.375467"], ["updated_at", "2016-10-06 15:36:08.375467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab iste pariatur.\",\"text\":\"Try to hack the XSS alarm, maybe it will generate the solid state array!\"}"], ["created_at", "2016-10-06 15:36:08.376349"], ["updated_at", "2016-10-06 15:36:08.376349"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit neque dolor ratione placeat aut.\",\"text\":\"Try to copy the JBOD capacitor, maybe it will index the solid state card!\"}"], ["created_at", "2016-10-06 15:36:08.377220"], ["updated_at", "2016-10-06 15:36:08.377220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati beatae eos rerum facilis vel doloremque.\",\"text\":\"You can't synthesize the capacitor without synthesizing the multi-byte SSL interface!\"}"], ["created_at", "2016-10-06 15:36:08.378101"], ["updated_at", "2016-10-06 15:36:08.378101"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde nulla doloribus necessitatibus inventore ducimus eos tenetur.\",\"text\":\"We need to override the solid state COM panel!\"}"], ["created_at", "2016-10-06 15:36:08.378985"], ["updated_at", "2016-10-06 15:36:08.378985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis ducimus culpa.\",\"text\":\"We need to quantify the primary IB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.379865"], ["updated_at", "2016-10-06 15:36:08.379865"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi rerum libero in ut odit ex recusandae.\",\"text\":\"You can't connect the microchip without connecting the haptic JSON protocol!\"}"], ["created_at", "2016-10-06 15:36:08.380730"], ["updated_at", "2016-10-06 15:36:08.380730"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores voluptatem assumenda ut corporis beatae at.\",\"text\":\"You can't connect the pixel without backing up the haptic ADP microchip!\"}"], ["created_at", "2016-10-06 15:36:08.381640"], ["updated_at", "2016-10-06 15:36:08.381640"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur blanditiis sit possimus eos qui voluptatem.\",\"text\":\"Use the cross-platform SDD alarm, then you can input the solid state matrix!\"}"], ["created_at", "2016-10-06 15:36:08.382596"], ["updated_at", "2016-10-06 15:36:08.382596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum asperiores magni voluptates.\",\"text\":\"I'll reboot the open-source GB port, that should circuit the HTTP driver!\"}"], ["created_at", "2016-10-06 15:36:08.383498"], ["updated_at", "2016-10-06 15:36:08.383498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In et non nihil est tenetur facilis sunt.\",\"text\":\"I'll bypass the optical SQL capacitor, that should interface the RSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.384373"], ["updated_at", "2016-10-06 15:36:08.384373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est neque distinctio.\",\"text\":\"Connecting the protocol won't do anything, we need to override the bluetooth agp matrix!\"}"], ["created_at", "2016-10-06 15:36:08.385237"], ["updated_at", "2016-10-06 15:36:08.385237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nesciunt quaerat impedit quia iste rerum id.\",\"text\":\"The HDD array is down, override the virtual capacitor so we can bypass the GB hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.386097"], ["updated_at", "2016-10-06 15:36:08.386097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod et necessitatibus.\",\"text\":\"You can't reboot the capacitor without quantifying the digital GB transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.386969"], ["updated_at", "2016-10-06 15:36:08.386969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias ut sunt dolore consequuntur et.\",\"text\":\"Try to back up the IB hard drive, maybe it will transmit the online application!\"}"], ["created_at", "2016-10-06 15:36:08.387837"], ["updated_at", "2016-10-06 15:36:08.387837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia blanditiis molestias necessitatibus perspiciatis.\",\"text\":\"Try to synthesize the AGP feed, maybe it will quantify the digital firewall!\"}"], ["created_at", "2016-10-06 15:36:08.388742"], ["updated_at", "2016-10-06 15:36:08.388742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum non enim non velit corrupti.\",\"text\":\"The XSS monitor is down, hack the bluetooth driver so we can bypass the EXE sensor!\"}"], ["created_at", "2016-10-06 15:36:08.389633"], ["updated_at", "2016-10-06 15:36:08.389633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nesciunt laborum consectetur.\",\"text\":\"Try to bypass the RSS driver, maybe it will connect the auxiliary circuit!\"}"], ["created_at", "2016-10-06 15:36:08.390521"], ["updated_at", "2016-10-06 15:36:08.390521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi officia fuga adipisci.\",\"text\":\"Quantifying the card won't do anything, we need to copy the auxiliary sdd matrix!\"}"], ["created_at", "2016-10-06 15:36:08.391437"], ["updated_at", "2016-10-06 15:36:08.391437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed enim et quos et officia laborum.\",\"text\":\"We need to connect the solid state PCI port!\"}"], ["created_at", "2016-10-06 15:36:08.392312"], ["updated_at", "2016-10-06 15:36:08.392312"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis quae et officiis consequuntur.\",\"text\":\"Copying the capacitor won't do anything, we need to parse the online com interface!\"}"], ["created_at", "2016-10-06 15:36:08.393230"], ["updated_at", "2016-10-06 15:36:08.393230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae quisquam velit nam architecto.\",\"text\":\"I'll bypass the open-source ADP pixel, that should interface the SMTP protocol!\"}"], ["created_at", "2016-10-06 15:36:08.394160"], ["updated_at", "2016-10-06 15:36:08.394160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem aliquid aperiam.\",\"text\":\"I'll hack the open-source JBOD monitor, that should transmitter the XSS circuit!\"}"], ["created_at", "2016-10-06 15:36:08.395033"], ["updated_at", "2016-10-06 15:36:08.395033"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque laborum quidem excepturi aspernatur architecto voluptatibus.\",\"text\":\"We need to compress the cross-platform HTTP port!\"}"], ["created_at", "2016-10-06 15:36:08.395938"], ["updated_at", "2016-10-06 15:36:08.395938"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et veniam necessitatibus aliquid recusandae voluptatibus.\",\"text\":\"If we synthesize the capacitor, we can get to the HDD monitor through the haptic XSS capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.396853"], ["updated_at", "2016-10-06 15:36:08.396853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam sit dolores et sunt animi.\",\"text\":\"I'll override the back-end SQL application, that should array the RSS interface!\"}"], ["created_at", "2016-10-06 15:36:08.397737"], ["updated_at", "2016-10-06 15:36:08.397737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse occaecati nesciunt quibusdam quia rem et.\",\"text\":\"Synthesizing the transmitter won't do anything, we need to calculate the primary pci hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.398656"], ["updated_at", "2016-10-06 15:36:08.398656"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem odit voluptatibus quidem quos.\",\"text\":\"We need to quantify the wireless SSL feed!\"}"], ["created_at", "2016-10-06 15:36:08.399622"], ["updated_at", "2016-10-06 15:36:08.399622"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi totam autem ea culpa qui sint.\",\"text\":\"You can't transmit the matrix without parsing the online XSS alarm!\"}"], ["created_at", "2016-10-06 15:36:08.400501"], ["updated_at", "2016-10-06 15:36:08.400501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non tempora facilis ipsum.\",\"text\":\"Try to connect the EXE hard drive, maybe it will connect the auxiliary application!\"}"], ["created_at", "2016-10-06 15:36:08.401504"], ["updated_at", "2016-10-06 15:36:08.401504"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum aut sint.\",\"text\":\"Use the 1080p CSS sensor, then you can input the haptic port!\"}"], ["created_at", "2016-10-06 15:36:08.402531"], ["updated_at", "2016-10-06 15:36:08.402531"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem rem consequatur veniam.\",\"text\":\"Use the bluetooth JBOD application, then you can compress the haptic card!\"}"], ["created_at", "2016-10-06 15:36:08.404365"], ["updated_at", "2016-10-06 15:36:08.404365"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis a quia eligendi quas atque illum.\",\"text\":\"The HTTP transmitter is down, override the online array so we can index the PCI protocol!\"}"], ["created_at", "2016-10-06 15:36:08.406124"], ["updated_at", "2016-10-06 15:36:08.406124"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut in consequatur qui.\",\"text\":\"Use the virtual SCSI interface, then you can program the multi-byte panel!\"}"], ["created_at", "2016-10-06 15:36:08.408734"], ["updated_at", "2016-10-06 15:36:08.408734"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint vitae a.\",\"text\":\"If we connect the system, we can get to the SMTP array through the neural USB panel!\"}"], ["created_at", "2016-10-06 15:36:08.410079"], ["updated_at", "2016-10-06 15:36:08.410079"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil eligendi delectus.\",\"text\":\"I'll calculate the bluetooth HDD alarm, that should bus the AGP application!\"}"], ["created_at", "2016-10-06 15:36:08.412544"], ["updated_at", "2016-10-06 15:36:08.412544"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda id totam asperiores magni veritatis sit voluptatem.\",\"text\":\"I'll transmit the 1080p SDD hard drive, that should sensor the XML port!\"}"], ["created_at", "2016-10-06 15:36:08.413776"], ["updated_at", "2016-10-06 15:36:08.413776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis error id.\",\"text\":\"The FTP matrix is down, calculate the cross-platform hard drive so we can index the SQL interface!\"}"], ["created_at", "2016-10-06 15:36:08.414911"], ["updated_at", "2016-10-06 15:36:08.414911"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet veniam tempora sit error ut voluptatem a.\",\"text\":\"The SAS matrix is down, hack the open-source alarm so we can transmit the PNG card!\"}"], ["created_at", "2016-10-06 15:36:08.415905"], ["updated_at", "2016-10-06 15:36:08.415905"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet quis rerum quo ipsa officia et.\",\"text\":\"Use the auxiliary SSL driver, then you can generate the haptic port!\"}"], ["created_at", "2016-10-06 15:36:08.416936"], ["updated_at", "2016-10-06 15:36:08.416936"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem commodi sunt laborum.\",\"text\":\"Use the digital RAM interface, then you can reboot the wireless array!\"}"], ["created_at", "2016-10-06 15:36:08.417963"], ["updated_at", "2016-10-06 15:36:08.417963"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum doloribus molestiae voluptatum eos et.\",\"text\":\"Bypassing the microchip won't do anything, we need to synthesize the open-source com bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.418965"], ["updated_at", "2016-10-06 15:36:08.418965"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo qui praesentium corrupti reprehenderit quibusdam fugiat.\",\"text\":\"Overriding the array won't do anything, we need to copy the auxiliary ai matrix!\"}"], ["created_at", "2016-10-06 15:36:08.420002"], ["updated_at", "2016-10-06 15:36:08.420002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia provident ipsam.\",\"text\":\"You can't input the system without overriding the open-source ADP hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.421001"], ["updated_at", "2016-10-06 15:36:08.421001"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolorum nostrum omnis.\",\"text\":\"Try to back up the XML transmitter, maybe it will transmit the primary panel!\"}"], ["created_at", "2016-10-06 15:36:08.421965"], ["updated_at", "2016-10-06 15:36:08.421965"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi quasi rem.\",\"text\":\"We need to transmit the open-source IB panel!\"}"], ["created_at", "2016-10-06 15:36:08.422977"], ["updated_at", "2016-10-06 15:36:08.422977"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed hic sit rerum quis iste rem blanditiis.\",\"text\":\"Try to index the ADP card, maybe it will quantify the optical transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.424882"], ["updated_at", "2016-10-06 15:36:08.424882"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla voluptas reiciendis nemo.\",\"text\":\"Try to parse the JBOD system, maybe it will connect the virtual sensor!\"}"], ["created_at", "2016-10-06 15:36:08.427098"], ["updated_at", "2016-10-06 15:36:08.427098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam aut et iste molestiae aliquam magni et.\",\"text\":\"Connecting the program won't do anything, we need to calculate the multi-byte json circuit!\"}"], ["created_at", "2016-10-06 15:36:08.428131"], ["updated_at", "2016-10-06 15:36:08.428131"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et placeat adipisci tenetur quia inventore.\",\"text\":\"The JBOD pixel is down, program the auxiliary sensor so we can parse the SAS pixel!\"}"], ["created_at", "2016-10-06 15:36:08.429012"], ["updated_at", "2016-10-06 15:36:08.429012"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptatem debitis omnis sunt nam.\",\"text\":\"We need to reboot the virtual SQL system!\"}"], ["created_at", "2016-10-06 15:36:08.429901"], ["updated_at", "2016-10-06 15:36:08.429901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia beatae optio enim necessitatibus molestiae.\",\"text\":\"If we program the program, we can get to the TCP driver through the cross-platform GB pixel!\"}"], ["created_at", "2016-10-06 15:36:08.430825"], ["updated_at", "2016-10-06 15:36:08.430825"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis qui ad nihil et corporis optio.\",\"text\":\"We need to parse the wireless PCI matrix!\"}"], ["created_at", "2016-10-06 15:36:08.431779"], ["updated_at", "2016-10-06 15:36:08.431779"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis magnam rerum quos et.\",\"text\":\"We need to copy the cross-platform XSS monitor!\"}"], ["created_at", "2016-10-06 15:36:08.432708"], ["updated_at", "2016-10-06 15:36:08.432708"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae quia velit dolores quam quis.\",\"text\":\"You can't program the program without compressing the solid state SCSI card!\"}"], ["created_at", "2016-10-06 15:36:08.433750"], ["updated_at", "2016-10-06 15:36:08.433750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas beatae dolore laudantium sed porro iusto.\",\"text\":\"If we navigate the transmitter, we can get to the EXE microchip through the back-end TCP alarm!\"}"], ["created_at", "2016-10-06 15:36:08.434662"], ["updated_at", "2016-10-06 15:36:08.434662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti animi est.\",\"text\":\"I'll parse the haptic TCP transmitter, that should hard drive the ADP bus!\"}"], ["created_at", "2016-10-06 15:36:08.435559"], ["updated_at", "2016-10-06 15:36:08.435559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis dolores voluptatem.\",\"text\":\"We need to hack the online USB sensor!\"}"], ["created_at", "2016-10-06 15:36:08.436480"], ["updated_at", "2016-10-06 15:36:08.436480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et non sequi facere ut accusantium eos ducimus.\",\"text\":\"The HTTP array is down, navigate the online hard drive so we can parse the XSS program!\"}"], ["created_at", "2016-10-06 15:36:08.437546"], ["updated_at", "2016-10-06 15:36:08.437546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quis quos dicta voluptate.\",\"text\":\"You can't generate the matrix without bypassing the primary THX array!\"}"], ["created_at", "2016-10-06 15:36:08.438511"], ["updated_at", "2016-10-06 15:36:08.438511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos nihil delectus tempora.\",\"text\":\"Try to input the SSL port, maybe it will navigate the open-source card!\"}"], ["created_at", "2016-10-06 15:36:08.439431"], ["updated_at", "2016-10-06 15:36:08.439431"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia incidunt reiciendis non quae nulla quidem.\",\"text\":\"Try to reboot the SDD protocol, maybe it will transmit the mobile firewall!\"}"], ["created_at", "2016-10-06 15:36:08.440335"], ["updated_at", "2016-10-06 15:36:08.440335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius neque porro distinctio illo laudantium.\",\"text\":\"Use the neural SCSI card, then you can hack the auxiliary sensor!\"}"], ["created_at", "2016-10-06 15:36:08.441261"], ["updated_at", "2016-10-06 15:36:08.441261"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam doloremque consectetur enim quidem excepturi quam aut.\",\"text\":\"Use the cross-platform SSL monitor, then you can hack the digital port!\"}"], ["created_at", "2016-10-06 15:36:08.442195"], ["updated_at", "2016-10-06 15:36:08.442195"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur culpa non consequatur voluptas.\",\"text\":\"The TCP driver is down, input the primary application so we can synthesize the AI alarm!\"}"], ["created_at", "2016-10-06 15:36:08.443086"], ["updated_at", "2016-10-06 15:36:08.443086"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti ad at sunt necessitatibus.\",\"text\":\"Try to quantify the PCI driver, maybe it will synthesize the haptic array!\"}"], ["created_at", "2016-10-06 15:36:08.443978"], ["updated_at", "2016-10-06 15:36:08.443978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus odio et quia nisi.\",\"text\":\"We need to index the wireless AI sensor!\"}"], ["created_at", "2016-10-06 15:36:08.444870"], ["updated_at", "2016-10-06 15:36:08.444870"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum qui consectetur fugit aliquam voluptate tempora ut.\",\"text\":\"The CSS application is down, input the redundant transmitter so we can input the SDD transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.445754"], ["updated_at", "2016-10-06 15:36:08.445754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis eveniet voluptatum qui.\",\"text\":\"I'll bypass the cross-platform RSS hard drive, that should monitor the HTTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.446704"], ["updated_at", "2016-10-06 15:36:08.446704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In ipsa nihil cumque sapiente at.\",\"text\":\"We need to calculate the bluetooth GB card!\"}"], ["created_at", "2016-10-06 15:36:08.447610"], ["updated_at", "2016-10-06 15:36:08.447610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius eum nisi ut perspiciatis laborum harum dicta.\",\"text\":\"I'll back up the open-source JBOD firewall, that should pixel the SAS feed!\"}"], ["created_at", "2016-10-06 15:36:08.448504"], ["updated_at", "2016-10-06 15:36:08.448504"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam aliquid ipsa est officiis voluptatum quia.\",\"text\":\"We need to bypass the open-source PCI pixel!\"}"], ["created_at", "2016-10-06 15:36:08.449399"], ["updated_at", "2016-10-06 15:36:08.449399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur eveniet molestiae.\",\"text\":\"If we quantify the bus, we can get to the PCI capacitor through the digital SMS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.450320"], ["updated_at", "2016-10-06 15:36:08.450320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet aut excepturi nisi.\",\"text\":\"Programming the alarm won't do anything, we need to program the wireless tcp matrix!\"}"], ["created_at", "2016-10-06 15:36:08.451221"], ["updated_at", "2016-10-06 15:36:08.451221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos est nesciunt et vel.\",\"text\":\"We need to navigate the solid state COM feed!\"}"], ["created_at", "2016-10-06 15:36:08.452098"], ["updated_at", "2016-10-06 15:36:08.452098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel eum id aut quia doloribus dolor optio.\",\"text\":\"We need to program the back-end SSL sensor!\"}"], ["created_at", "2016-10-06 15:36:08.452965"], ["updated_at", "2016-10-06 15:36:08.452965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla autem ullam.\",\"text\":\"Copying the program won't do anything, we need to connect the online jbod application!\"}"], ["created_at", "2016-10-06 15:36:08.453848"], ["updated_at", "2016-10-06 15:36:08.453848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui inventore saepe officia asperiores possimus.\",\"text\":\"If we override the alarm, we can get to the SAS driver through the open-source SDD driver!\"}"], ["created_at", "2016-10-06 15:36:08.454805"], ["updated_at", "2016-10-06 15:36:08.454805"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium occaecati et et est.\",\"text\":\"You can't parse the interface without bypassing the open-source SQL port!\"}"], ["created_at", "2016-10-06 15:36:08.455710"], ["updated_at", "2016-10-06 15:36:08.455710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolorum optio odio cum nulla est nostrum.\",\"text\":\"We need to copy the auxiliary HDD program!\"}"], ["created_at", "2016-10-06 15:36:08.456607"], ["updated_at", "2016-10-06 15:36:08.456607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias dicta enim veniam minus.\",\"text\":\"If we program the circuit, we can get to the SCSI program through the open-source FTP microchip!\"}"], ["created_at", "2016-10-06 15:36:08.457509"], ["updated_at", "2016-10-06 15:36:08.457509"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore excepturi amet exercitationem asperiores sit nisi.\",\"text\":\"We need to copy the online XML feed!\"}"], ["created_at", "2016-10-06 15:36:08.458423"], ["updated_at", "2016-10-06 15:36:08.458423"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi quasi assumenda blanditiis quae voluptatum.\",\"text\":\"We need to bypass the wireless EXE bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.459358"], ["updated_at", "2016-10-06 15:36:08.459358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse repudiandae qui commodi.\",\"text\":\"I'll synthesize the haptic TCP matrix, that should sensor the TCP capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.460241"], ["updated_at", "2016-10-06 15:36:08.460241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vero non aut est.\",\"text\":\"The SCSI capacitor is down, transmit the redundant monitor so we can calculate the SQL firewall!\"}"], ["created_at", "2016-10-06 15:36:08.461133"], ["updated_at", "2016-10-06 15:36:08.461133"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti dignissimos excepturi officiis aliquid.\",\"text\":\"We need to quantify the open-source USB capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.462012"], ["updated_at", "2016-10-06 15:36:08.462012"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia consequuntur vel consectetur nulla modi doloribus iusto.\",\"text\":\"We need to hack the 1080p GB sensor!\"}"], ["created_at", "2016-10-06 15:36:08.462960"], ["updated_at", "2016-10-06 15:36:08.462960"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores laboriosam enim vitae autem quia quaerat aut.\",\"text\":\"If we copy the bus, we can get to the EXE circuit through the bluetooth SDD transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.463864"], ["updated_at", "2016-10-06 15:36:08.463864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure rem nam incidunt at ut expedita quia.\",\"text\":\"You can't index the matrix without parsing the digital AI port!\"}"], ["created_at", "2016-10-06 15:36:08.464775"], ["updated_at", "2016-10-06 15:36:08.464775"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptas fugiat qui.\",\"text\":\"If we parse the feed, we can get to the ADP driver through the cross-platform SQL card!\"}"], ["created_at", "2016-10-06 15:36:08.465673"], ["updated_at", "2016-10-06 15:36:08.465673"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ad laudantium enim.\",\"text\":\"I'll input the open-source SMS capacitor, that should array the XML transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.466587"], ["updated_at", "2016-10-06 15:36:08.466587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat consequatur accusamus iusto facilis.\",\"text\":\"Generating the driver won't do anything, we need to copy the open-source sql hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.467482"], ["updated_at", "2016-10-06 15:36:08.467482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum harum non commodi voluptas in officiis blanditiis.\",\"text\":\"Try to input the HDD port, maybe it will synthesize the primary capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.468371"], ["updated_at", "2016-10-06 15:36:08.468371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem aliquid dolorum impedit.\",\"text\":\"Try to calculate the HTTP firewall, maybe it will compress the solid state transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.469257"], ["updated_at", "2016-10-06 15:36:08.469257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint quis consequuntur optio molestiae rerum a numquam.\",\"text\":\"I'll navigate the redundant USB microchip, that should interface the RAM transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.470136"], ["updated_at", "2016-10-06 15:36:08.470136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis necessitatibus corporis in distinctio asperiores.\",\"text\":\"Use the mobile GB driver, then you can connect the virtual matrix!\"}"], ["created_at", "2016-10-06 15:36:08.471024"], ["updated_at", "2016-10-06 15:36:08.471024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione qui quis.\",\"text\":\"You can't input the card without hacking the cross-platform PNG microchip!\"}"], ["created_at", "2016-10-06 15:36:08.471905"], ["updated_at", "2016-10-06 15:36:08.471905"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat est voluptatem et sed.\",\"text\":\"We need to index the cross-platform USB matrix!\"}"], ["created_at", "2016-10-06 15:36:08.472797"], ["updated_at", "2016-10-06 15:36:08.472797"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id accusantium deleniti est molestias excepturi eius soluta.\",\"text\":\"I'll connect the cross-platform SDD monitor, that should alarm the ADP matrix!\"}"], ["created_at", "2016-10-06 15:36:08.473688"], ["updated_at", "2016-10-06 15:36:08.473688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim et totam quisquam.\",\"text\":\"I'll copy the solid state CSS protocol, that should monitor the FTP firewall!\"}"], ["created_at", "2016-10-06 15:36:08.474613"], ["updated_at", "2016-10-06 15:36:08.474613"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error ducimus molestiae.\",\"text\":\"Try to input the SQL driver, maybe it will copy the mobile transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.475600"], ["updated_at", "2016-10-06 15:36:08.475600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti animi facere reprehenderit est quas.\",\"text\":\"Use the optical JBOD system, then you can copy the optical circuit!\"}"], ["created_at", "2016-10-06 15:36:08.476530"], ["updated_at", "2016-10-06 15:36:08.476530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae eius aliquam voluptatibus.\",\"text\":\"Try to bypass the THX transmitter, maybe it will back up the primary monitor!\"}"], ["created_at", "2016-10-06 15:36:08.477427"], ["updated_at", "2016-10-06 15:36:08.477427"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora autem totam.\",\"text\":\"Hacking the panel won't do anything, we need to copy the digital ai circuit!\"}"], ["created_at", "2016-10-06 15:36:08.478315"], ["updated_at", "2016-10-06 15:36:08.478315"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium ex ducimus aut dolores id.\",\"text\":\"Try to generate the IB monitor, maybe it will input the bluetooth system!\"}"], ["created_at", "2016-10-06 15:36:08.479216"], ["updated_at", "2016-10-06 15:36:08.479216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos ipsam voluptas nemo incidunt.\",\"text\":\"The PNG capacitor is down, bypass the auxiliary sensor so we can program the SSL application!\"}"], ["created_at", "2016-10-06 15:36:08.480137"], ["updated_at", "2016-10-06 15:36:08.480137"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio et aut et magni.\",\"text\":\"If we back up the system, we can get to the HDD alarm through the virtual JBOD panel!\"}"], ["created_at", "2016-10-06 15:36:08.481067"], ["updated_at", "2016-10-06 15:36:08.481067"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate in voluptas et cum.\",\"text\":\"If we quantify the array, we can get to the JBOD pixel through the solid state JSON sensor!\"}"], ["created_at", "2016-10-06 15:36:08.481961"], ["updated_at", "2016-10-06 15:36:08.481961"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta similique est sunt nihil.\",\"text\":\"You can't copy the program without transmitting the bluetooth SSL driver!\"}"], ["created_at", "2016-10-06 15:36:08.482902"], ["updated_at", "2016-10-06 15:36:08.482902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam qui necessitatibus.\",\"text\":\"You can't compress the array without compressing the 1080p PNG microchip!\"}"], ["created_at", "2016-10-06 15:36:08.483788"], ["updated_at", "2016-10-06 15:36:08.483788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas porro maxime id ipsum quidem a.\",\"text\":\"You can't input the feed without indexing the auxiliary SDD feed!\"}"], ["created_at", "2016-10-06 15:36:08.484697"], ["updated_at", "2016-10-06 15:36:08.484697"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum provident dolores hic consequuntur iusto.\",\"text\":\"If we override the alarm, we can get to the PCI driver through the haptic USB feed!\"}"], ["created_at", "2016-10-06 15:36:08.485620"], ["updated_at", "2016-10-06 15:36:08.485620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium nemo libero.\",\"text\":\"We need to program the digital TCP interface!\"}"], ["created_at", "2016-10-06 15:36:08.486526"], ["updated_at", "2016-10-06 15:36:08.486526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex pariatur qui.\",\"text\":\"The EXE card is down, transmit the 1080p feed so we can program the SCSI matrix!\"}"], ["created_at", "2016-10-06 15:36:08.487422"], ["updated_at", "2016-10-06 15:36:08.487422"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolorem doloribus aut vero ipsam deserunt.\",\"text\":\"Indexing the card won't do anything, we need to navigate the solid state hdd firewall!\"}"], ["created_at", "2016-10-06 15:36:08.488308"], ["updated_at", "2016-10-06 15:36:08.488308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam blanditiis qui ducimus.\",\"text\":\"Use the optical CSS application, then you can index the cross-platform port!\"}"], ["created_at", "2016-10-06 15:36:08.489193"], ["updated_at", "2016-10-06 15:36:08.489193"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat nihil accusamus ex et necessitatibus.\",\"text\":\"Try to synthesize the IB interface, maybe it will calculate the digital capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.490065"], ["updated_at", "2016-10-06 15:36:08.490065"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus earum assumenda ut deserunt autem.\",\"text\":\"Backing up the pixel won't do anything, we need to connect the digital ftp panel!\"}"], ["created_at", "2016-10-06 15:36:08.490991"], ["updated_at", "2016-10-06 15:36:08.490991"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas at nisi dolorem omnis reprehenderit corporis.\",\"text\":\"I'll synthesize the back-end AGP array, that should program the SCSI bus!\"}"], ["created_at", "2016-10-06 15:36:08.491896"], ["updated_at", "2016-10-06 15:36:08.491896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quia est architecto ipsam quasi.\",\"text\":\"The JBOD monitor is down, bypass the multi-byte pixel so we can copy the HTTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.492784"], ["updated_at", "2016-10-06 15:36:08.492784"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad illum illo quia quaerat non dolor pariatur.\",\"text\":\"If we index the port, we can get to the COM firewall through the virtual TCP interface!\"}"], ["created_at", "2016-10-06 15:36:08.493708"], ["updated_at", "2016-10-06 15:36:08.493708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et a fugiat voluptas magni recusandae.\",\"text\":\"We need to synthesize the digital CSS feed!\"}"], ["created_at", "2016-10-06 15:36:08.494735"], ["updated_at", "2016-10-06 15:36:08.494735"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi fuga natus et.\",\"text\":\"You can't quantify the sensor without synthesizing the digital IB panel!\"}"], ["created_at", "2016-10-06 15:36:08.495725"], ["updated_at", "2016-10-06 15:36:08.495725"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam consectetur esse rem consequatur voluptatem aut.\",\"text\":\"The PNG pixel is down, connect the solid state monitor so we can connect the PNG interface!\"}"], ["created_at", "2016-10-06 15:36:08.496700"], ["updated_at", "2016-10-06 15:36:08.496700"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro numquam ad quos.\",\"text\":\"Try to override the IB protocol, maybe it will hack the open-source application!\"}"], ["created_at", "2016-10-06 15:36:08.497669"], ["updated_at", "2016-10-06 15:36:08.497669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem nam tenetur et eos officia.\",\"text\":\"I'll copy the online ADP system, that should driver the HDD hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.498662"], ["updated_at", "2016-10-06 15:36:08.498662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam eos voluptates reprehenderit velit.\",\"text\":\"You can't input the bus without copying the virtual IB port!\"}"], ["created_at", "2016-10-06 15:36:08.499640"], ["updated_at", "2016-10-06 15:36:08.499640"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et quasi laboriosam asperiores enim.\",\"text\":\"We need to override the auxiliary AI port!\"}"], ["created_at", "2016-10-06 15:36:08.500609"], ["updated_at", "2016-10-06 15:36:08.500609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae ullam ipsam distinctio aspernatur ut qui molestiae.\",\"text\":\"Compressing the driver won't do anything, we need to hack the solid state jbod protocol!\"}"], ["created_at", "2016-10-06 15:36:08.501592"], ["updated_at", "2016-10-06 15:36:08.501592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur amet eum architecto commodi.\",\"text\":\"Copying the feed won't do anything, we need to compress the multi-byte ram matrix!\"}"], ["created_at", "2016-10-06 15:36:08.502564"], ["updated_at", "2016-10-06 15:36:08.502564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate quam non.\",\"text\":\"If we navigate the matrix, we can get to the FTP port through the solid state EXE bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.503545"], ["updated_at", "2016-10-06 15:36:08.503545"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus error porro nam nisi sunt velit quibusdam.\",\"text\":\"The USB alarm is down, index the cross-platform circuit so we can parse the FTP pixel!\"}"], ["created_at", "2016-10-06 15:36:08.504575"], ["updated_at", "2016-10-06 15:36:08.504575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae deserunt qui quasi et natus dolores et.\",\"text\":\"Use the bluetooth FTP array, then you can calculate the online port!\"}"], ["created_at", "2016-10-06 15:36:08.505632"], ["updated_at", "2016-10-06 15:36:08.505632"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis doloribus sapiente.\",\"text\":\"I'll hack the solid state SMTP array, that should system the XSS circuit!\"}"], ["created_at", "2016-10-06 15:36:08.506605"], ["updated_at", "2016-10-06 15:36:08.506605"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt perspiciatis iusto modi adipisci aliquam necessitatibus.\",\"text\":\"The XML array is down, hack the online program so we can compress the EXE alarm!\"}"], ["created_at", "2016-10-06 15:36:08.507556"], ["updated_at", "2016-10-06 15:36:08.507556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae et et et.\",\"text\":\"If we quantify the microchip, we can get to the SDD port through the redundant RSS protocol!\"}"], ["created_at", "2016-10-06 15:36:08.508464"], ["updated_at", "2016-10-06 15:36:08.508464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae perspiciatis nesciunt illum enim earum.\",\"text\":\"If we calculate the protocol, we can get to the FTP circuit through the haptic SMTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.509352"], ["updated_at", "2016-10-06 15:36:08.509352"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam aliquid ducimus asperiores.\",\"text\":\"You can't transmit the port without programming the haptic SQL circuit!\"}"], ["created_at", "2016-10-06 15:36:08.510290"], ["updated_at", "2016-10-06 15:36:08.510290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex est omnis deserunt ut alias qui.\",\"text\":\"I'll hack the redundant PCI card, that should sensor the AI feed!\"}"], ["created_at", "2016-10-06 15:36:08.511232"], ["updated_at", "2016-10-06 15:36:08.511232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid non iste modi corrupti nulla harum.\",\"text\":\"If we quantify the microchip, we can get to the SCSI program through the bluetooth GB port!\"}"], ["created_at", "2016-10-06 15:36:08.512138"], ["updated_at", "2016-10-06 15:36:08.512138"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim doloribus rem quaerat qui quam.\",\"text\":\"You can't parse the transmitter without compressing the solid state SDD hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.513063"], ["updated_at", "2016-10-06 15:36:08.513063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In explicabo consequatur consequuntur aperiam cum pariatur ut.\",\"text\":\"Try to reboot the HTTP capacitor, maybe it will connect the mobile port!\"}"], ["created_at", "2016-10-06 15:36:08.513950"], ["updated_at", "2016-10-06 15:36:08.513950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quibusdam eaque quam rerum impedit quis.\",\"text\":\"I'll program the open-source PNG interface, that should hard drive the XSS monitor!\"}"], ["created_at", "2016-10-06 15:36:08.514879"], ["updated_at", "2016-10-06 15:36:08.514879"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus omnis laborum corrupti aut omnis necessitatibus.\",\"text\":\"You can't index the system without bypassing the 1080p PNG hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.515780"], ["updated_at", "2016-10-06 15:36:08.515780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut numquam et qui.\",\"text\":\"Use the online THX driver, then you can synthesize the cross-platform card!\"}"], ["created_at", "2016-10-06 15:36:08.516679"], ["updated_at", "2016-10-06 15:36:08.516679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae sequi ut est adipisci soluta harum.\",\"text\":\"Try to connect the SSL sensor, maybe it will reboot the auxiliary program!\"}"], ["created_at", "2016-10-06 15:36:08.517562"], ["updated_at", "2016-10-06 15:36:08.517562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam voluptatem totam.\",\"text\":\"If we connect the transmitter, we can get to the SAS microchip through the open-source XML firewall!\"}"], ["created_at", "2016-10-06 15:36:08.518475"], ["updated_at", "2016-10-06 15:36:08.518475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea libero quia distinctio molestiae qui.\",\"text\":\"We need to index the bluetooth PCI sensor!\"}"], ["created_at", "2016-10-06 15:36:08.519376"], ["updated_at", "2016-10-06 15:36:08.519376"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas voluptatem nostrum sed est quo voluptatum asperiores.\",\"text\":\"We need to index the haptic XML sensor!\"}"], ["created_at", "2016-10-06 15:36:08.520261"], ["updated_at", "2016-10-06 15:36:08.520261"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius ducimus voluptas perspiciatis quisquam quam.\",\"text\":\"The SMTP pixel is down, transmit the online system so we can index the IB pixel!\"}"], ["created_at", "2016-10-06 15:36:08.521152"], ["updated_at", "2016-10-06 15:36:08.521152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptas aliquid reprehenderit et quo et.\",\"text\":\"We need to connect the optical USB protocol!\"}"], ["created_at", "2016-10-06 15:36:08.522044"], ["updated_at", "2016-10-06 15:36:08.522044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe commodi omnis.\",\"text\":\"If we reboot the bandwidth, we can get to the SCSI alarm through the solid state SQL transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.522976"], ["updated_at", "2016-10-06 15:36:08.522976"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum autem similique maxime eos est ipsa.\",\"text\":\"Hacking the sensor won't do anything, we need to connect the neural ram card!\"}"], ["created_at", "2016-10-06 15:36:08.523874"], ["updated_at", "2016-10-06 15:36:08.523874"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore optio unde nesciunt dignissimos.\",\"text\":\"You can't reboot the port without navigating the haptic COM program!\"}"], ["created_at", "2016-10-06 15:36:08.524775"], ["updated_at", "2016-10-06 15:36:08.524775"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis excepturi dolorum accusamus voluptates nobis at enim.\",\"text\":\"You can't hack the interface without parsing the auxiliary USB circuit!\"}"], ["created_at", "2016-10-06 15:36:08.525662"], ["updated_at", "2016-10-06 15:36:08.525662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut iusto saepe beatae quo quia sint.\",\"text\":\"Use the mobile COM card, then you can reboot the auxiliary matrix!\"}"], ["created_at", "2016-10-06 15:36:08.526579"], ["updated_at", "2016-10-06 15:36:08.526579"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sint voluptatum quis eaque nesciunt ipsam atque.\",\"text\":\"I'll compress the optical HTTP interface, that should panel the RSS feed!\"}"], ["created_at", "2016-10-06 15:36:08.527475"], ["updated_at", "2016-10-06 15:36:08.527475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et illum ullam nesciunt omnis voluptatibus et.\",\"text\":\"Try to program the USB driver, maybe it will connect the digital protocol!\"}"], ["created_at", "2016-10-06 15:36:08.528429"], ["updated_at", "2016-10-06 15:36:08.528429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo hic consectetur.\",\"text\":\"Try to compress the JBOD matrix, maybe it will navigate the wireless driver!\"}"], ["created_at", "2016-10-06 15:36:08.529388"], ["updated_at", "2016-10-06 15:36:08.529388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam dolore tempora eum sint aperiam.\",\"text\":\"Hacking the alarm won't do anything, we need to quantify the multi-byte rss firewall!\"}"], ["created_at", "2016-10-06 15:36:08.530366"], ["updated_at", "2016-10-06 15:36:08.530366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et neque voluptas officiis vero nulla iste et.\",\"text\":\"I'll program the virtual FTP array, that should circuit the AGP alarm!\"}"], ["created_at", "2016-10-06 15:36:08.531289"], ["updated_at", "2016-10-06 15:36:08.531289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab nobis voluptatem sequi neque quae.\",\"text\":\"I'll generate the multi-byte JSON circuit, that should pixel the AI microchip!\"}"], ["created_at", "2016-10-06 15:36:08.532209"], ["updated_at", "2016-10-06 15:36:08.532209"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia consequatur rerum ex non.\",\"text\":\"Transmitting the protocol won't do anything, we need to transmit the 1080p http circuit!\"}"], ["created_at", "2016-10-06 15:36:08.533139"], ["updated_at", "2016-10-06 15:36:08.533139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos tempora et dignissimos minima dolores.\",\"text\":\"If we bypass the card, we can get to the IB feed through the primary TCP transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.534056"], ["updated_at", "2016-10-06 15:36:08.534056"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eum sint placeat suscipit dolorum soluta.\",\"text\":\"I'll generate the open-source SCSI feed, that should panel the AGP microchip!\"}"], ["created_at", "2016-10-06 15:36:08.534969"], ["updated_at", "2016-10-06 15:36:08.534969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit autem at quidem odio quisquam.\",\"text\":\"You can't synthesize the microchip without navigating the 1080p AI hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.535858"], ["updated_at", "2016-10-06 15:36:08.535858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere ea fuga magnam repudiandae ducimus beatae expedita.\",\"text\":\"Try to synthesize the AGP matrix, maybe it will quantify the haptic driver!\"}"], ["created_at", "2016-10-06 15:36:08.536808"], ["updated_at", "2016-10-06 15:36:08.536808"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis eveniet ut dicta esse et ut dolor.\",\"text\":\"We need to program the optical ADP interface!\"}"], ["created_at", "2016-10-06 15:36:08.537717"], ["updated_at", "2016-10-06 15:36:08.537717"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio est quis a dolore omnis est.\",\"text\":\"Try to parse the SSL circuit, maybe it will generate the primary bus!\"}"], ["created_at", "2016-10-06 15:36:08.538668"], ["updated_at", "2016-10-06 15:36:08.538668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit ut tempore.\",\"text\":\"Use the bluetooth SDD application, then you can quantify the redundant port!\"}"], ["created_at", "2016-10-06 15:36:08.539618"], ["updated_at", "2016-10-06 15:36:08.539618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat quibusdam tempora et quo veniam.\",\"text\":\"We need to compress the mobile AI protocol!\"}"], ["created_at", "2016-10-06 15:36:08.540522"], ["updated_at", "2016-10-06 15:36:08.540522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut veniam ex sed sed ducimus.\",\"text\":\"Use the neural IB monitor, then you can navigate the wireless protocol!\"}"], ["created_at", "2016-10-06 15:36:08.541451"], ["updated_at", "2016-10-06 15:36:08.541451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quia nobis dolores alias.\",\"text\":\"You can't program the circuit without bypassing the multi-byte AGP matrix!\"}"], ["created_at", "2016-10-06 15:36:08.542388"], ["updated_at", "2016-10-06 15:36:08.542388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus neque illo.\",\"text\":\"Use the 1080p THX card, then you can calculate the virtual hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.543292"], ["updated_at", "2016-10-06 15:36:08.543292"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus id optio.\",\"text\":\"Use the solid state SQL capacitor, then you can synthesize the bluetooth bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.544187"], ["updated_at", "2016-10-06 15:36:08.544187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos maiores recusandae.\",\"text\":\"You can't reboot the driver without copying the redundant AGP card!\"}"], ["created_at", "2016-10-06 15:36:08.545123"], ["updated_at", "2016-10-06 15:36:08.545123"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur ut sunt placeat.\",\"text\":\"Use the solid state HTTP system, then you can override the virtual capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.546038"], ["updated_at", "2016-10-06 15:36:08.546038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia culpa ut temporibus eaque fugit velit inventore.\",\"text\":\"Use the solid state EXE array, then you can program the digital feed!\"}"], ["created_at", "2016-10-06 15:36:08.546986"], ["updated_at", "2016-10-06 15:36:08.546986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem aut quasi velit fugiat dolor et aspernatur.\",\"text\":\"If we reboot the feed, we can get to the TCP protocol through the haptic XSS interface!\"}"], ["created_at", "2016-10-06 15:36:08.547916"], ["updated_at", "2016-10-06 15:36:08.547916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et aut non explicabo deserunt omnis fugiat.\",\"text\":\"You can't bypass the alarm without programming the cross-platform SMTP application!\"}"], ["created_at", "2016-10-06 15:36:08.548859"], ["updated_at", "2016-10-06 15:36:08.548859"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus tempore ea.\",\"text\":\"Use the virtual SMS bandwidth, then you can bypass the digital transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.549777"], ["updated_at", "2016-10-06 15:36:08.549777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sed sint rerum corporis.\",\"text\":\"You can't override the protocol without backing up the solid state XML program!\"}"], ["created_at", "2016-10-06 15:36:08.550728"], ["updated_at", "2016-10-06 15:36:08.550728"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam accusantium et unde.\",\"text\":\"The IB protocol is down, generate the wireless transmitter so we can index the CSS driver!\"}"], ["created_at", "2016-10-06 15:36:08.551647"], ["updated_at", "2016-10-06 15:36:08.551647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore aut perspiciatis et ea et vitae.\",\"text\":\"The FTP feed is down, copy the bluetooth driver so we can navigate the TCP system!\"}"], ["created_at", "2016-10-06 15:36:08.552554"], ["updated_at", "2016-10-06 15:36:08.552554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum dolor adipisci enim et eos.\",\"text\":\"Parsing the monitor won't do anything, we need to copy the online http array!\"}"], ["created_at", "2016-10-06 15:36:08.553594"], ["updated_at", "2016-10-06 15:36:08.553594"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium cum quasi dolor ullam ut hic repellendus.\",\"text\":\"The SMTP bandwidth is down, index the virtual monitor so we can reboot the SMTP pixel!\"}"], ["created_at", "2016-10-06 15:36:08.554648"], ["updated_at", "2016-10-06 15:36:08.554648"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem rerum blanditiis nobis impedit.\",\"text\":\"Use the 1080p AI port, then you can program the virtual microchip!\"}"], ["created_at", "2016-10-06 15:36:08.555740"], ["updated_at", "2016-10-06 15:36:08.555740"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur rerum labore maiores voluptas aliquam.\",\"text\":\"Try to calculate the CSS matrix, maybe it will navigate the redundant bus!\"}"], ["created_at", "2016-10-06 15:36:08.556765"], ["updated_at", "2016-10-06 15:36:08.556765"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus eveniet eum repellat dolorem sit labore.\",\"text\":\"Indexing the pixel won't do anything, we need to input the open-source jbod driver!\"}"], ["created_at", "2016-10-06 15:36:08.557889"], ["updated_at", "2016-10-06 15:36:08.557889"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus deserunt exercitationem sit accusamus quae.\",\"text\":\"I'll calculate the open-source COM monitor, that should bandwidth the RAM feed!\"}"], ["created_at", "2016-10-06 15:36:08.558962"], ["updated_at", "2016-10-06 15:36:08.558962"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas id mollitia totam est doloremque.\",\"text\":\"If we back up the card, we can get to the SAS circuit through the solid state HTTP driver!\"}"], ["created_at", "2016-10-06 15:36:08.560034"], ["updated_at", "2016-10-06 15:36:08.560034"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam assumenda rerum nulla molestiae repellendus ea quia.\",\"text\":\"We need to parse the haptic THX array!\"}"], ["created_at", "2016-10-06 15:36:08.561207"], ["updated_at", "2016-10-06 15:36:08.561207"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae excepturi dicta veritatis sed quasi quia nobis.\",\"text\":\"The SMTP pixel is down, back up the primary pixel so we can synthesize the SAS transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.562485"], ["updated_at", "2016-10-06 15:36:08.562485"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde ut et.\",\"text\":\"I'll synthesize the multi-byte EXE array, that should alarm the AGP capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.563673"], ["updated_at", "2016-10-06 15:36:08.563673"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat quidem harum consequatur voluptatibus.\",\"text\":\"You can't quantify the program without indexing the haptic FTP alarm!\"}"], ["created_at", "2016-10-06 15:36:08.564932"], ["updated_at", "2016-10-06 15:36:08.564932"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio eius qui consequatur quo quam.\",\"text\":\"Use the multi-byte SCSI firewall, then you can quantify the back-end pixel!\"}"], ["created_at", "2016-10-06 15:36:08.566258"], ["updated_at", "2016-10-06 15:36:08.566258"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus numquam voluptas.\",\"text\":\"I'll parse the virtual THX panel, that should bus the IB transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.567570"], ["updated_at", "2016-10-06 15:36:08.567570"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est est unde.\",\"text\":\"The SCSI protocol is down, index the optical card so we can navigate the ADP protocol!\"}"], ["created_at", "2016-10-06 15:36:08.569152"], ["updated_at", "2016-10-06 15:36:08.569152"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ipsam et quo.\",\"text\":\"You can't generate the array without hacking the back-end PNG transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.581478"], ["updated_at", "2016-10-06 15:36:08.581478"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor est enim et dignissimos est amet.\",\"text\":\"Backing up the feed won't do anything, we need to navigate the wireless ib application!\"}"], ["created_at", "2016-10-06 15:36:08.583653"], ["updated_at", "2016-10-06 15:36:08.583653"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis omnis consequatur necessitatibus.\",\"text\":\"The SAS application is down, index the digital bandwidth so we can generate the SMS microchip!\"}"], ["created_at", "2016-10-06 15:36:08.584992"], ["updated_at", "2016-10-06 15:36:08.584992"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam numquam pariatur magnam molestiae.\",\"text\":\"Try to calculate the FTP program, maybe it will input the multi-byte driver!\"}"], ["created_at", "2016-10-06 15:36:08.586381"], ["updated_at", "2016-10-06 15:36:08.586381"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nostrum et reiciendis atque tempore aut explicabo.\",\"text\":\"If we reboot the pixel, we can get to the COM firewall through the redundant SQL pixel!\"}"], ["created_at", "2016-10-06 15:36:08.589258"], ["updated_at", "2016-10-06 15:36:08.589258"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae et alias aperiam.\",\"text\":\"If we navigate the transmitter, we can get to the PCI microchip through the virtual XML protocol!\"}"], ["created_at", "2016-10-06 15:36:08.590484"], ["updated_at", "2016-10-06 15:36:08.590484"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo quo natus delectus ad aut aspernatur.\",\"text\":\"We need to compress the cross-platform FTP panel!\"}"], ["created_at", "2016-10-06 15:36:08.591843"], ["updated_at", "2016-10-06 15:36:08.591843"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores aut et non eos et et ducimus.\",\"text\":\"Backing up the circuit won't do anything, we need to copy the mobile smtp program!\"}"], ["created_at", "2016-10-06 15:36:08.592999"], ["updated_at", "2016-10-06 15:36:08.592999"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni quia sint rerum assumenda.\",\"text\":\"If we navigate the interface, we can get to the PNG protocol through the solid state EXE array!\"}"], ["created_at", "2016-10-06 15:36:08.594103"], ["updated_at", "2016-10-06 15:36:08.594103"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum sit soluta voluptate optio.\",\"text\":\"We need to back up the redundant THX firewall!\"}"], ["created_at", "2016-10-06 15:36:08.595320"], ["updated_at", "2016-10-06 15:36:08.595320"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea maxime fugiat.\",\"text\":\"I'll calculate the auxiliary HTTP driver, that should feed the IB bus!\"}"], ["created_at", "2016-10-06 15:36:08.596533"], ["updated_at", "2016-10-06 15:36:08.596533"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque cumque quisquam a voluptates.\",\"text\":\"Try to parse the SQL interface, maybe it will copy the digital circuit!\"}"], ["created_at", "2016-10-06 15:36:08.597756"], ["updated_at", "2016-10-06 15:36:08.597756"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam quia nostrum enim.\",\"text\":\"I'll override the virtual RSS program, that should alarm the SMS microchip!\"}"], ["created_at", "2016-10-06 15:36:08.599091"], ["updated_at", "2016-10-06 15:36:08.599091"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nulla laudantium sequi similique earum cumque.\",\"text\":\"We need to generate the virtual EXE capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.600399"], ["updated_at", "2016-10-06 15:36:08.600399"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis non est.\",\"text\":\"If we back up the program, we can get to the XSS pixel through the virtual FTP monitor!\"}"], ["created_at", "2016-10-06 15:36:08.601613"], ["updated_at", "2016-10-06 15:36:08.601613"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero delectus minus corrupti.\",\"text\":\"Try to calculate the ADP driver, maybe it will compress the open-source alarm!\"}"], ["created_at", "2016-10-06 15:36:08.602869"], ["updated_at", "2016-10-06 15:36:08.602869"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime iure vitae autem.\",\"text\":\"I'll override the online CSS system, that should feed the SDD capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.605073"], ["updated_at", "2016-10-06 15:36:08.605073"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum omnis in dolorem ut officiis aspernatur et.\",\"text\":\"We need to transmit the primary XML bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.606311"], ["updated_at", "2016-10-06 15:36:08.606311"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt exercitationem neque nihil rem facere doloribus.\",\"text\":\"Use the 1080p HDD port, then you can input the digital system!\"}"], ["created_at", "2016-10-06 15:36:08.607509"], ["updated_at", "2016-10-06 15:36:08.607509"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum distinctio natus qui ea nihil.\",\"text\":\"Try to index the XML interface, maybe it will index the multi-byte capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.608651"], ["updated_at", "2016-10-06 15:36:08.608651"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti hic ipsa pariatur harum aliquid.\",\"text\":\"The SMS matrix is down, quantify the redundant monitor so we can calculate the SDD capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.609698"], ["updated_at", "2016-10-06 15:36:08.609698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur occaecati voluptas explicabo voluptates.\",\"text\":\"I'll generate the auxiliary SMTP monitor, that should pixel the EXE panel!\"}"], ["created_at", "2016-10-06 15:36:08.610710"], ["updated_at", "2016-10-06 15:36:08.610710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui qui et quia repellendus.\",\"text\":\"The XSS microchip is down, calculate the wireless port so we can navigate the SMS pixel!\"}"], ["created_at", "2016-10-06 15:36:08.611673"], ["updated_at", "2016-10-06 15:36:08.611673"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis delectus similique veniam.\",\"text\":\"If we navigate the alarm, we can get to the XML card through the back-end FTP pixel!\"}"], ["created_at", "2016-10-06 15:36:08.612711"], ["updated_at", "2016-10-06 15:36:08.612711"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptatem dolor quasi nostrum aut ut.\",\"text\":\"I'll compress the auxiliary AI system, that should feed the FTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.613857"], ["updated_at", "2016-10-06 15:36:08.613857"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero et exercitationem recusandae cupiditate cumque et.\",\"text\":\"Use the online EXE driver, then you can synthesize the online hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.614918"], ["updated_at", "2016-10-06 15:36:08.614918"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate est sit aut voluptas molestiae.\",\"text\":\"Try to connect the RSS feed, maybe it will connect the optical monitor!\"}"], ["created_at", "2016-10-06 15:36:08.616124"], ["updated_at", "2016-10-06 15:36:08.616124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae non debitis mollitia sed consequatur maiores.\",\"text\":\"You can't index the matrix without quantifying the digital SSL port!\"}"], ["created_at", "2016-10-06 15:36:08.617183"], ["updated_at", "2016-10-06 15:36:08.617183"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At eligendi odit in soluta ut sed qui.\",\"text\":\"Try to generate the CSS alarm, maybe it will parse the bluetooth circuit!\"}"], ["created_at", "2016-10-06 15:36:08.618177"], ["updated_at", "2016-10-06 15:36:08.618177"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At vel id.\",\"text\":\"You can't calculate the application without bypassing the primary RSS microchip!\"}"], ["created_at", "2016-10-06 15:36:08.619166"], ["updated_at", "2016-10-06 15:36:08.619166"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat quis et quis.\",\"text\":\"Use the virtual AGP interface, then you can hack the haptic alarm!\"}"], ["created_at", "2016-10-06 15:36:08.620289"], ["updated_at", "2016-10-06 15:36:08.620289"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et modi nobis dolore quisquam et perferendis quod.\",\"text\":\"You can't index the alarm without copying the digital SMTP monitor!\"}"], ["created_at", "2016-10-06 15:36:08.621836"], ["updated_at", "2016-10-06 15:36:08.621836"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium quam voluptas deleniti laborum consequatur dolore.\",\"text\":\"We need to compress the redundant JSON application!\"}"], ["created_at", "2016-10-06 15:36:08.623989"], ["updated_at", "2016-10-06 15:36:08.623989"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nobis magni.\",\"text\":\"Use the digital SMTP sensor, then you can transmit the online capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.625218"], ["updated_at", "2016-10-06 15:36:08.625218"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore quod voluptatibus quia distinctio.\",\"text\":\"Use the wireless SMS bus, then you can generate the mobile driver!\"}"], ["created_at", "2016-10-06 15:36:08.627885"], ["updated_at", "2016-10-06 15:36:08.627885"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est optio eum quasi nemo vitae saepe voluptate.\",\"text\":\"Use the open-source USB panel, then you can calculate the redundant interface!\"}"], ["created_at", "2016-10-06 15:36:08.629065"], ["updated_at", "2016-10-06 15:36:08.629065"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus placeat aperiam est expedita.\",\"text\":\"Use the online HTTP application, then you can bypass the auxiliary microchip!\"}"], ["created_at", "2016-10-06 15:36:08.629949"], ["updated_at", "2016-10-06 15:36:08.629949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A fugit sequi eveniet sint explicabo est.\",\"text\":\"Use the 1080p SCSI alarm, then you can generate the open-source capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.630882"], ["updated_at", "2016-10-06 15:36:08.630882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex perferendis autem dignissimos eaque exercitationem aliquid.\",\"text\":\"I'll transmit the virtual SQL pixel, that should bus the XSS microchip!\"}"], ["created_at", "2016-10-06 15:36:08.631755"], ["updated_at", "2016-10-06 15:36:08.631755"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel in sapiente nihil quia cupiditate ipsum nesciunt.\",\"text\":\"We need to back up the neural SAS system!\"}"], ["created_at", "2016-10-06 15:36:08.632755"], ["updated_at", "2016-10-06 15:36:08.632755"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia iure eaque quia inventore totam.\",\"text\":\"Backing up the system won't do anything, we need to calculate the solid state usb bus!\"}"], ["created_at", "2016-10-06 15:36:08.634229"], ["updated_at", "2016-10-06 15:36:08.634229"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus quia earum quidem suscipit.\",\"text\":\"Try to bypass the ADP driver, maybe it will transmit the bluetooth bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.635758"], ["updated_at", "2016-10-06 15:36:08.635758"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident non nam possimus sed aut aliquid quia.\",\"text\":\"You can't generate the sensor without hacking the solid state EXE program!\"}"], ["created_at", "2016-10-06 15:36:08.637055"], ["updated_at", "2016-10-06 15:36:08.637055"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam perferendis ut et eligendi non.\",\"text\":\"We need to parse the digital TCP alarm!\"}"], ["created_at", "2016-10-06 15:36:08.639168"], ["updated_at", "2016-10-06 15:36:08.639168"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus reprehenderit quia dolor occaecati voluptas.\",\"text\":\"You can't back up the protocol without bypassing the back-end FTP firewall!\"}"], ["created_at", "2016-10-06 15:36:08.640837"], ["updated_at", "2016-10-06 15:36:08.640837"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et deserunt non et quidem.\",\"text\":\"Try to index the AI circuit, maybe it will quantify the back-end circuit!\"}"], ["created_at", "2016-10-06 15:36:08.642349"], ["updated_at", "2016-10-06 15:36:08.642349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id aut eligendi.\",\"text\":\"Try to navigate the XML hard drive, maybe it will input the mobile capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.644659"], ["updated_at", "2016-10-06 15:36:08.644659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi voluptatibus neque repellendus.\",\"text\":\"The RAM program is down, quantify the solid state bandwidth so we can back up the AGP sensor!\"}"], ["created_at", "2016-10-06 15:36:08.645618"], ["updated_at", "2016-10-06 15:36:08.645618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et occaecati non.\",\"text\":\"If we program the matrix, we can get to the RSS alarm through the online RSS port!\"}"], ["created_at", "2016-10-06 15:36:08.646505"], ["updated_at", "2016-10-06 15:36:08.646505"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor eos officiis quidem molestias repellat non.\",\"text\":\"The TCP application is down, copy the redundant system so we can calculate the AI panel!\"}"], ["created_at", "2016-10-06 15:36:08.647370"], ["updated_at", "2016-10-06 15:36:08.647370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga earum est.\",\"text\":\"Try to parse the SCSI pixel, maybe it will reboot the multi-byte bus!\"}"], ["created_at", "2016-10-06 15:36:08.648265"], ["updated_at", "2016-10-06 15:36:08.648265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae quia voluptas amet quaerat.\",\"text\":\"You can't transmit the feed without synthesizing the wireless IB monitor!\"}"], ["created_at", "2016-10-06 15:36:08.649220"], ["updated_at", "2016-10-06 15:36:08.649220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus ipsum occaecati aut.\",\"text\":\"Use the online SMTP card, then you can generate the bluetooth monitor!\"}"], ["created_at", "2016-10-06 15:36:08.650174"], ["updated_at", "2016-10-06 15:36:08.650174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut officia rerum ea est fugiat magni.\",\"text\":\"You can't reboot the port without copying the back-end XML firewall!\"}"], ["created_at", "2016-10-06 15:36:08.651067"], ["updated_at", "2016-10-06 15:36:08.651067"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam ut natus ex assumenda ea nihil.\",\"text\":\"I'll reboot the solid state HDD array, that should card the HTTP panel!\"}"], ["created_at", "2016-10-06 15:36:08.651930"], ["updated_at", "2016-10-06 15:36:08.651930"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque error ut velit voluptatem praesentium itaque veritatis.\",\"text\":\"You can't transmit the bus without programming the back-end TCP driver!\"}"], ["created_at", "2016-10-06 15:36:08.652803"], ["updated_at", "2016-10-06 15:36:08.652803"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur blanditiis et vel ea.\",\"text\":\"I'll calculate the mobile PNG bus, that should sensor the TCP program!\"}"], ["created_at", "2016-10-06 15:36:08.653708"], ["updated_at", "2016-10-06 15:36:08.653708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto consequatur quibusdam dolores nam commodi et.\",\"text\":\"I'll quantify the redundant THX driver, that should program the SMTP array!\"}"], ["created_at", "2016-10-06 15:36:08.654600"], ["updated_at", "2016-10-06 15:36:08.654600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea sint tempora autem.\",\"text\":\"Backing up the firewall won't do anything, we need to parse the haptic exe bus!\"}"], ["created_at", "2016-10-06 15:36:08.655465"], ["updated_at", "2016-10-06 15:36:08.655465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam quod vel nulla quaerat alias velit.\",\"text\":\"Try to navigate the CSS pixel, maybe it will input the primary driver!\"}"], ["created_at", "2016-10-06 15:36:08.656330"], ["updated_at", "2016-10-06 15:36:08.656330"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum provident eligendi neque omnis corrupti pariatur iusto.\",\"text\":\"I'll generate the 1080p XML monitor, that should system the IB port!\"}"], ["created_at", "2016-10-06 15:36:08.657370"], ["updated_at", "2016-10-06 15:36:08.657370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro autem harum molestiae.\",\"text\":\"I'll copy the online SSL firewall, that should array the CSS driver!\"}"], ["created_at", "2016-10-06 15:36:08.658393"], ["updated_at", "2016-10-06 15:36:08.658393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam quia et possimus fugiat.\",\"text\":\"If we calculate the card, we can get to the SCSI transmitter through the multi-byte JSON panel!\"}"], ["created_at", "2016-10-06 15:36:08.659269"], ["updated_at", "2016-10-06 15:36:08.659269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur quia velit veritatis harum.\",\"text\":\"Programming the driver won't do anything, we need to program the bluetooth xml transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.660200"], ["updated_at", "2016-10-06 15:36:08.660200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati earum sequi similique est.\",\"text\":\"Parsing the bus won't do anything, we need to hack the open-source sms sensor!\"}"], ["created_at", "2016-10-06 15:36:08.661073"], ["updated_at", "2016-10-06 15:36:08.661073"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni repudiandae atque omnis eligendi id.\",\"text\":\"Parsing the transmitter won't do anything, we need to bypass the wireless thx card!\"}"], ["created_at", "2016-10-06 15:36:08.661931"], ["updated_at", "2016-10-06 15:36:08.661931"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut fugit molestias ut soluta autem nobis.\",\"text\":\"Use the digital SMS bus, then you can program the 1080p port!\"}"], ["created_at", "2016-10-06 15:36:08.662851"], ["updated_at", "2016-10-06 15:36:08.662851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam non ipsum in nobis.\",\"text\":\"I'll transmit the digital IB application, that should alarm the SSL monitor!\"}"], ["created_at", "2016-10-06 15:36:08.663719"], ["updated_at", "2016-10-06 15:36:08.663719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam dolorem et quo inventore.\",\"text\":\"Try to connect the JBOD interface, maybe it will hack the 1080p feed!\"}"], ["created_at", "2016-10-06 15:36:08.664583"], ["updated_at", "2016-10-06 15:36:08.664583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis facere vero dolore provident consectetur voluptas et.\",\"text\":\"Use the open-source SMS pixel, then you can index the wireless microchip!\"}"], ["created_at", "2016-10-06 15:36:08.665442"], ["updated_at", "2016-10-06 15:36:08.665442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio alias ut molestias aut nulla.\",\"text\":\"You can't hack the protocol without indexing the haptic JBOD pixel!\"}"], ["created_at", "2016-10-06 15:36:08.666440"], ["updated_at", "2016-10-06 15:36:08.666440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque eveniet ea temporibus sit.\",\"text\":\"If we calculate the driver, we can get to the SAS application through the mobile CSS system!\"}"], ["created_at", "2016-10-06 15:36:08.667329"], ["updated_at", "2016-10-06 15:36:08.667329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim dolor quasi ab magnam.\",\"text\":\"If we compress the firewall, we can get to the SCSI card through the online SAS port!\"}"], ["created_at", "2016-10-06 15:36:08.668210"], ["updated_at", "2016-10-06 15:36:08.668210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est eligendi quae iusto dolorem.\",\"text\":\"You can't generate the bandwidth without copying the online AI panel!\"}"], ["created_at", "2016-10-06 15:36:08.669087"], ["updated_at", "2016-10-06 15:36:08.669087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas aut accusamus aut.\",\"text\":\"Synthesizing the hard drive won't do anything, we need to copy the haptic ssl monitor!\"}"], ["created_at", "2016-10-06 15:36:08.669952"], ["updated_at", "2016-10-06 15:36:08.669952"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus eum consectetur.\",\"text\":\"Use the 1080p SQL protocol, then you can index the back-end system!\"}"], ["created_at", "2016-10-06 15:36:08.670872"], ["updated_at", "2016-10-06 15:36:08.670872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni numquam voluptatibus ut unde cum.\",\"text\":\"Use the solid state THX panel, then you can program the back-end feed!\"}"], ["created_at", "2016-10-06 15:36:08.671873"], ["updated_at", "2016-10-06 15:36:08.671873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur aspernatur minus.\",\"text\":\"Overriding the capacitor won't do anything, we need to synthesize the digital xml circuit!\"}"], ["created_at", "2016-10-06 15:36:08.672760"], ["updated_at", "2016-10-06 15:36:08.672760"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil porro non.\",\"text\":\"You can't calculate the protocol without quantifying the mobile ADP sensor!\"}"], ["created_at", "2016-10-06 15:36:08.673626"], ["updated_at", "2016-10-06 15:36:08.673626"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non ab assumenda omnis.\",\"text\":\"Backing up the bus won't do anything, we need to program the back-end adp monitor!\"}"], ["created_at", "2016-10-06 15:36:08.674535"], ["updated_at", "2016-10-06 15:36:08.674535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum qui deleniti aut consectetur.\",\"text\":\"I'll compress the wireless AGP bus, that should microchip the JBOD array!\"}"], ["created_at", "2016-10-06 15:36:08.675399"], ["updated_at", "2016-10-06 15:36:08.675399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur dolore esse molestiae est.\",\"text\":\"Try to program the USB card, maybe it will quantify the redundant system!\"}"], ["created_at", "2016-10-06 15:36:08.676335"], ["updated_at", "2016-10-06 15:36:08.676335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui reprehenderit tempore.\",\"text\":\"You can't synthesize the monitor without hacking the solid state XML panel!\"}"], ["created_at", "2016-10-06 15:36:08.677214"], ["updated_at", "2016-10-06 15:36:08.677214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore quae in eligendi molestiae.\",\"text\":\"Hacking the hard drive won't do anything, we need to back up the back-end xml capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.678100"], ["updated_at", "2016-10-06 15:36:08.678100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam tempore quaerat et.\",\"text\":\"If we compress the array, we can get to the XSS circuit through the open-source AGP application!\"}"], ["created_at", "2016-10-06 15:36:08.678974"], ["updated_at", "2016-10-06 15:36:08.678974"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur magnam cumque.\",\"text\":\"Try to quantify the CSS sensor, maybe it will index the wireless transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.679836"], ["updated_at", "2016-10-06 15:36:08.679836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro reiciendis autem nihil amet velit.\",\"text\":\"The SMTP sensor is down, reboot the mobile matrix so we can generate the SCSI array!\"}"], ["created_at", "2016-10-06 15:36:08.680722"], ["updated_at", "2016-10-06 15:36:08.680722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolores pariatur delectus.\",\"text\":\"Quantifying the pixel won't do anything, we need to transmit the optical smtp card!\"}"], ["created_at", "2016-10-06 15:36:08.681590"], ["updated_at", "2016-10-06 15:36:08.681590"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum sapiente vel maiores.\",\"text\":\"Use the optical SQL capacitor, then you can hack the bluetooth application!\"}"], ["created_at", "2016-10-06 15:36:08.682480"], ["updated_at", "2016-10-06 15:36:08.682480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse fugiat debitis et.\",\"text\":\"Use the haptic SMS microchip, then you can copy the open-source card!\"}"], ["created_at", "2016-10-06 15:36:08.683412"], ["updated_at", "2016-10-06 15:36:08.683412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti architecto natus voluptas voluptatem id.\",\"text\":\"You can't bypass the card without navigating the multi-byte USB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.684278"], ["updated_at", "2016-10-06 15:36:08.684278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi corrupti et et.\",\"text\":\"You can't quantify the sensor without bypassing the multi-byte AI microchip!\"}"], ["created_at", "2016-10-06 15:36:08.685146"], ["updated_at", "2016-10-06 15:36:08.685146"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime rerum velit deleniti consequuntur omnis nulla eveniet.\",\"text\":\"Try to transmit the SCSI alarm, maybe it will bypass the 1080p protocol!\"}"], ["created_at", "2016-10-06 15:36:08.686015"], ["updated_at", "2016-10-06 15:36:08.686015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam nam modi minus.\",\"text\":\"Try to synthesize the USB program, maybe it will synthesize the mobile interface!\"}"], ["created_at", "2016-10-06 15:36:08.686895"], ["updated_at", "2016-10-06 15:36:08.686895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur eos illo consequatur.\",\"text\":\"Generating the application won't do anything, we need to compress the multi-byte usb sensor!\"}"], ["created_at", "2016-10-06 15:36:08.687762"], ["updated_at", "2016-10-06 15:36:08.687762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus assumenda et.\",\"text\":\"If we index the capacitor, we can get to the AGP bandwidth through the wireless CSS circuit!\"}"], ["created_at", "2016-10-06 15:36:08.688630"], ["updated_at", "2016-10-06 15:36:08.688630"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque error at praesentium et dolor repellat.\",\"text\":\"Try to generate the HDD protocol, maybe it will generate the optical monitor!\"}"], ["created_at", "2016-10-06 15:36:08.689515"], ["updated_at", "2016-10-06 15:36:08.689515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique numquam quam id.\",\"text\":\"Try to synthesize the IB card, maybe it will parse the cross-platform sensor!\"}"], ["created_at", "2016-10-06 15:36:08.690400"], ["updated_at", "2016-10-06 15:36:08.690400"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non aut quis consequatur vel quaerat.\",\"text\":\"The SCSI system is down, synthesize the multi-byte microchip so we can copy the PCI circuit!\"}"], ["created_at", "2016-10-06 15:36:08.691284"], ["updated_at", "2016-10-06 15:36:08.691284"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur saepe atque consectetur vel facilis.\",\"text\":\"We need to connect the haptic PNG card!\"}"], ["created_at", "2016-10-06 15:36:08.692195"], ["updated_at", "2016-10-06 15:36:08.692195"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus voluptatem qui et iusto.\",\"text\":\"The AGP hard drive is down, copy the cross-platform port so we can transmit the GB system!\"}"], ["created_at", "2016-10-06 15:36:08.693075"], ["updated_at", "2016-10-06 15:36:08.693075"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem ratione accusamus.\",\"text\":\"If we connect the firewall, we can get to the RSS firewall through the primary SDD protocol!\"}"], ["created_at", "2016-10-06 15:36:08.693951"], ["updated_at", "2016-10-06 15:36:08.693951"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut porro et laborum exercitationem dolore.\",\"text\":\"You can't calculate the transmitter without bypassing the optical FTP bus!\"}"], ["created_at", "2016-10-06 15:36:08.694827"], ["updated_at", "2016-10-06 15:36:08.694827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia ab voluptate natus voluptatem sit magni velit.\",\"text\":\"The AI feed is down, override the bluetooth capacitor so we can hack the XSS monitor!\"}"], ["created_at", "2016-10-06 15:36:08.695723"], ["updated_at", "2016-10-06 15:36:08.695723"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum ullam et.\",\"text\":\"Try to program the ADP microchip, maybe it will generate the cross-platform system!\"}"], ["created_at", "2016-10-06 15:36:08.696703"], ["updated_at", "2016-10-06 15:36:08.696703"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo natus eos similique deleniti dolorem dolor.\",\"text\":\"Try to transmit the COM sensor, maybe it will parse the wireless alarm!\"}"], ["created_at", "2016-10-06 15:36:08.697684"], ["updated_at", "2016-10-06 15:36:08.697684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati est corporis asperiores sit.\",\"text\":\"I'll bypass the solid state PNG card, that should program the PCI alarm!\"}"], ["created_at", "2016-10-06 15:36:08.698663"], ["updated_at", "2016-10-06 15:36:08.698663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam eum alias at sit placeat est.\",\"text\":\"The HTTP port is down, index the mobile panel so we can reboot the EXE system!\"}"], ["created_at", "2016-10-06 15:36:08.699617"], ["updated_at", "2016-10-06 15:36:08.699617"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem sed adipisci.\",\"text\":\"You can't input the protocol without compressing the multi-byte HTTP interface!\"}"], ["created_at", "2016-10-06 15:36:08.700558"], ["updated_at", "2016-10-06 15:36:08.700558"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique qui consequatur rerum aperiam voluptates nihil aspernatur.\",\"text\":\"I'll navigate the digital CSS matrix, that should capacitor the SMTP interface!\"}"], ["created_at", "2016-10-06 15:36:08.701510"], ["updated_at", "2016-10-06 15:36:08.701510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vitae sit.\",\"text\":\"We need to back up the redundant JSON interface!\"}"], ["created_at", "2016-10-06 15:36:08.702487"], ["updated_at", "2016-10-06 15:36:08.702487"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem autem repellendus odit quidem hic.\",\"text\":\"The THX application is down, override the haptic matrix so we can transmit the USB matrix!\"}"], ["created_at", "2016-10-06 15:36:08.703424"], ["updated_at", "2016-10-06 15:36:08.703424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis non voluptate aut.\",\"text\":\"You can't input the port without indexing the virtual HDD array!\"}"], ["created_at", "2016-10-06 15:36:08.704359"], ["updated_at", "2016-10-06 15:36:08.704359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non et illo nostrum aut autem ratione ut.\",\"text\":\"Try to program the RSS hard drive, maybe it will override the multi-byte interface!\"}"], ["created_at", "2016-10-06 15:36:08.705310"], ["updated_at", "2016-10-06 15:36:08.705310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione voluptas veniam enim voluptas molestiae.\",\"text\":\"Synthesizing the firewall won't do anything, we need to hack the optical json hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.706262"], ["updated_at", "2016-10-06 15:36:08.706262"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut eum ut omnis libero consequuntur.\",\"text\":\"The PCI transmitter is down, generate the digital port so we can quantify the SMS monitor!\"}"], ["created_at", "2016-10-06 15:36:08.707215"], ["updated_at", "2016-10-06 15:36:08.707215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere impedit amet animi porro.\",\"text\":\"Quantifying the interface won't do anything, we need to override the virtual usb transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.708222"], ["updated_at", "2016-10-06 15:36:08.708222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam ut quos consequatur est sint.\",\"text\":\"I'll connect the open-source PCI transmitter, that should driver the RSS card!\"}"], ["created_at", "2016-10-06 15:36:08.709177"], ["updated_at", "2016-10-06 15:36:08.709177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore et ut.\",\"text\":\"You can't program the alarm without parsing the auxiliary RAM bus!\"}"], ["created_at", "2016-10-06 15:36:08.710134"], ["updated_at", "2016-10-06 15:36:08.710134"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae saepe omnis vel.\",\"text\":\"Parsing the feed won't do anything, we need to override the online gb system!\"}"], ["created_at", "2016-10-06 15:36:08.711095"], ["updated_at", "2016-10-06 15:36:08.711095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem quia facilis.\",\"text\":\"Use the haptic XML matrix, then you can back up the primary panel!\"}"], ["created_at", "2016-10-06 15:36:08.712030"], ["updated_at", "2016-10-06 15:36:08.712030"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non velit animi ut veritatis.\",\"text\":\"Try to transmit the EXE microchip, maybe it will generate the mobile matrix!\"}"], ["created_at", "2016-10-06 15:36:08.712973"], ["updated_at", "2016-10-06 15:36:08.712973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic aut iusto eos.\",\"text\":\"Use the auxiliary SMTP transmitter, then you can synthesize the open-source sensor!\"}"], ["created_at", "2016-10-06 15:36:08.713932"], ["updated_at", "2016-10-06 15:36:08.713932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident deserunt esse voluptatem corporis quas consequuntur eveniet.\",\"text\":\"The USB panel is down, synthesize the back-end sensor so we can connect the THX bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.714891"], ["updated_at", "2016-10-06 15:36:08.714891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam illum nemo.\",\"text\":\"Try to synthesize the HTTP circuit, maybe it will hack the open-source protocol!\"}"], ["created_at", "2016-10-06 15:36:08.715853"], ["updated_at", "2016-10-06 15:36:08.715853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non assumenda ea quis eum corporis officia ducimus.\",\"text\":\"We need to compress the bluetooth SSL system!\"}"], ["created_at", "2016-10-06 15:36:08.716795"], ["updated_at", "2016-10-06 15:36:08.716795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus quibusdam quia eligendi rerum ut aspernatur.\",\"text\":\"Try to override the IB transmitter, maybe it will transmit the bluetooth card!\"}"], ["created_at", "2016-10-06 15:36:08.717749"], ["updated_at", "2016-10-06 15:36:08.717749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi sit suscipit rerum ipsam natus voluptatem.\",\"text\":\"We need to copy the multi-byte THX bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.718705"], ["updated_at", "2016-10-06 15:36:08.718705"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia qui magnam et alias dolorem nulla.\",\"text\":\"I'll input the neural PNG port, that should program the SDD card!\"}"], ["created_at", "2016-10-06 15:36:08.719642"], ["updated_at", "2016-10-06 15:36:08.719642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quaerat aut.\",\"text\":\"I'll parse the mobile SMTP system, that should capacitor the JBOD monitor!\"}"], ["created_at", "2016-10-06 15:36:08.720592"], ["updated_at", "2016-10-06 15:36:08.720592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque dolor hic et sit tempore illum aut.\",\"text\":\"Use the cross-platform SQL card, then you can bypass the redundant microchip!\"}"], ["created_at", "2016-10-06 15:36:08.721532"], ["updated_at", "2016-10-06 15:36:08.721532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et modi dolorum similique.\",\"text\":\"We need to reboot the cross-platform IB capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.722515"], ["updated_at", "2016-10-06 15:36:08.722515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas voluptatem et ad.\",\"text\":\"Use the online RAM panel, then you can copy the cross-platform alarm!\"}"], ["created_at", "2016-10-06 15:36:08.723448"], ["updated_at", "2016-10-06 15:36:08.723448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero eveniet exercitationem molestiae.\",\"text\":\"Use the cross-platform TCP driver, then you can calculate the neural bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.724381"], ["updated_at", "2016-10-06 15:36:08.724381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem est laborum non.\",\"text\":\"You can't parse the protocol without hacking the mobile SAS sensor!\"}"], ["created_at", "2016-10-06 15:36:08.725280"], ["updated_at", "2016-10-06 15:36:08.725280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate explicabo cupiditate distinctio assumenda nostrum libero.\",\"text\":\"The HDD hard drive is down, calculate the redundant panel so we can generate the SSL bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.726162"], ["updated_at", "2016-10-06 15:36:08.726162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ex autem.\",\"text\":\"Try to parse the ADP bandwidth, maybe it will generate the multi-byte transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.727058"], ["updated_at", "2016-10-06 15:36:08.727058"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid assumenda vitae ut error doloremque quia consequatur.\",\"text\":\"If we quantify the transmitter, we can get to the ADP feed through the redundant CSS feed!\"}"], ["created_at", "2016-10-06 15:36:08.727933"], ["updated_at", "2016-10-06 15:36:08.727933"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem suscipit maiores.\",\"text\":\"The SMTP port is down, quantify the digital alarm so we can generate the SDD circuit!\"}"], ["created_at", "2016-10-06 15:36:08.728820"], ["updated_at", "2016-10-06 15:36:08.728820"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium sed expedita autem.\",\"text\":\"You can't compress the monitor without quantifying the neural SSL matrix!\"}"], ["created_at", "2016-10-06 15:36:08.729693"], ["updated_at", "2016-10-06 15:36:08.729693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis architecto labore et odit est.\",\"text\":\"We need to bypass the solid state RSS matrix!\"}"], ["created_at", "2016-10-06 15:36:08.730568"], ["updated_at", "2016-10-06 15:36:08.730568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et officiis rerum dignissimos ipsa dolorem excepturi.\",\"text\":\"You can't compress the application without hacking the solid state PNG bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.731487"], ["updated_at", "2016-10-06 15:36:08.731487"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem doloremque consectetur distinctio libero similique sed.\",\"text\":\"I'll program the solid state CSS capacitor, that should port the CSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.732401"], ["updated_at", "2016-10-06 15:36:08.732401"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis facere dolorem expedita ut nihil quod.\",\"text\":\"We need to parse the neural JSON transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.733272"], ["updated_at", "2016-10-06 15:36:08.733272"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis dolorem occaecati.\",\"text\":\"You can't index the panel without synthesizing the multi-byte JBOD array!\"}"], ["created_at", "2016-10-06 15:36:08.734161"], ["updated_at", "2016-10-06 15:36:08.734161"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum optio dignissimos.\",\"text\":\"Try to connect the SMTP bandwidth, maybe it will input the auxiliary feed!\"}"], ["created_at", "2016-10-06 15:36:08.735048"], ["updated_at", "2016-10-06 15:36:08.735048"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis perferendis ducimus impedit nihil vel.\",\"text\":\"Use the neural SSL circuit, then you can reboot the bluetooth matrix!\"}"], ["created_at", "2016-10-06 15:36:08.735940"], ["updated_at", "2016-10-06 15:36:08.735940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid explicabo et assumenda.\",\"text\":\"Try to reboot the SMTP matrix, maybe it will override the neural matrix!\"}"], ["created_at", "2016-10-06 15:36:08.736881"], ["updated_at", "2016-10-06 15:36:08.736881"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi assumenda quod voluptas.\",\"text\":\"We need to synthesize the neural FTP application!\"}"], ["created_at", "2016-10-06 15:36:08.737782"], ["updated_at", "2016-10-06 15:36:08.737782"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque sint itaque explicabo veniam quia nobis.\",\"text\":\"Use the neural EXE microchip, then you can input the bluetooth pixel!\"}"], ["created_at", "2016-10-06 15:36:08.738700"], ["updated_at", "2016-10-06 15:36:08.738700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat consequatur ut hic tenetur ullam.\",\"text\":\"If we index the port, we can get to the TCP transmitter through the redundant EXE protocol!\"}"], ["created_at", "2016-10-06 15:36:08.739567"], ["updated_at", "2016-10-06 15:36:08.739567"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo voluptatem sapiente autem sed necessitatibus qui.\",\"text\":\"Try to synthesize the ADP capacitor, maybe it will override the virtual matrix!\"}"], ["created_at", "2016-10-06 15:36:08.740464"], ["updated_at", "2016-10-06 15:36:08.740464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum harum dolorum et.\",\"text\":\"Use the online PCI port, then you can parse the solid state microchip!\"}"], ["created_at", "2016-10-06 15:36:08.741430"], ["updated_at", "2016-10-06 15:36:08.741430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo animi sint sed est sunt ad.\",\"text\":\"Try to hack the XSS application, maybe it will calculate the optical bus!\"}"], ["created_at", "2016-10-06 15:36:08.742350"], ["updated_at", "2016-10-06 15:36:08.742350"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita temporibus voluptas.\",\"text\":\"If we program the panel, we can get to the THX circuit through the optical JBOD firewall!\"}"], ["created_at", "2016-10-06 15:36:08.743221"], ["updated_at", "2016-10-06 15:36:08.743221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam animi quia nostrum in voluptatem non qui.\",\"text\":\"The RSS application is down, reboot the 1080p application so we can quantify the FTP sensor!\"}"], ["created_at", "2016-10-06 15:36:08.744113"], ["updated_at", "2016-10-06 15:36:08.744113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt inventore eum aut neque et.\",\"text\":\"If we navigate the application, we can get to the IB bus through the mobile COM protocol!\"}"], ["created_at", "2016-10-06 15:36:08.744989"], ["updated_at", "2016-10-06 15:36:08.744989"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim suscipit placeat.\",\"text\":\"Quantifying the protocol won't do anything, we need to input the digital xml matrix!\"}"], ["created_at", "2016-10-06 15:36:08.745855"], ["updated_at", "2016-10-06 15:36:08.745855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus alias repellendus laboriosam.\",\"text\":\"I'll input the mobile JBOD program, that should application the RSS monitor!\"}"], ["created_at", "2016-10-06 15:36:08.746777"], ["updated_at", "2016-10-06 15:36:08.746777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione atque voluptas.\",\"text\":\"I'll calculate the haptic GB firewall, that should array the IB microchip!\"}"], ["created_at", "2016-10-06 15:36:08.747644"], ["updated_at", "2016-10-06 15:36:08.747644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo et rerum.\",\"text\":\"We need to generate the haptic RSS alarm!\"}"], ["created_at", "2016-10-06 15:36:08.748513"], ["updated_at", "2016-10-06 15:36:08.748513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel voluptatum voluptatibus quibusdam.\",\"text\":\"Bypassing the protocol won't do anything, we need to index the open-source sdd program!\"}"], ["created_at", "2016-10-06 15:36:08.749407"], ["updated_at", "2016-10-06 15:36:08.749407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet eius ut.\",\"text\":\"I'll back up the optical PCI alarm, that should circuit the IB card!\"}"], ["created_at", "2016-10-06 15:36:08.750326"], ["updated_at", "2016-10-06 15:36:08.750326"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum facere officiis error a dolorem et.\",\"text\":\"The SMTP interface is down, connect the digital monitor so we can bypass the CSS capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.751189"], ["updated_at", "2016-10-06 15:36:08.751189"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum dolores minus dicta numquam.\",\"text\":\"If we parse the system, we can get to the EXE array through the bluetooth PNG matrix!\"}"], ["created_at", "2016-10-06 15:36:08.752056"], ["updated_at", "2016-10-06 15:36:08.752056"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut veniam dolorum iure magni.\",\"text\":\"If we connect the hard drive, we can get to the FTP circuit through the bluetooth CSS matrix!\"}"], ["created_at", "2016-10-06 15:36:08.752940"], ["updated_at", "2016-10-06 15:36:08.752940"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam neque eius earum expedita quibusdam.\",\"text\":\"The RSS pixel is down, reboot the online bus so we can index the GB feed!\"}"], ["created_at", "2016-10-06 15:36:08.753797"], ["updated_at", "2016-10-06 15:36:08.753797"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dolores accusantium quia eius.\",\"text\":\"If we bypass the feed, we can get to the SQL bus through the virtual GB protocol!\"}"], ["created_at", "2016-10-06 15:36:08.754698"], ["updated_at", "2016-10-06 15:36:08.754698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus similique consequatur odio.\",\"text\":\"We need to navigate the neural SMS sensor!\"}"], ["created_at", "2016-10-06 15:36:08.755591"], ["updated_at", "2016-10-06 15:36:08.755591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem et ut sed quisquam.\",\"text\":\"Use the bluetooth XML application, then you can override the solid state transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.756460"], ["updated_at", "2016-10-06 15:36:08.756460"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi tempore vel quisquam facere ea necessitatibus rerum.\",\"text\":\"You can't reboot the driver without navigating the cross-platform SSL sensor!\"}"], ["created_at", "2016-10-06 15:36:08.757436"], ["updated_at", "2016-10-06 15:36:08.757436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum nobis temporibus autem.\",\"text\":\"You can't synthesize the microchip without backing up the online SQL program!\"}"], ["created_at", "2016-10-06 15:36:08.758398"], ["updated_at", "2016-10-06 15:36:08.758398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In totam laborum quidem.\",\"text\":\"The AI matrix is down, hack the online alarm so we can hack the JBOD interface!\"}"], ["created_at", "2016-10-06 15:36:08.759319"], ["updated_at", "2016-10-06 15:36:08.759319"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea autem nisi aliquid veniam nemo.\",\"text\":\"I'll index the mobile THX protocol, that should driver the SDD feed!\"}"], ["created_at", "2016-10-06 15:36:08.760191"], ["updated_at", "2016-10-06 15:36:08.760191"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab quo dignissimos.\",\"text\":\"Use the bluetooth EXE circuit, then you can transmit the digital program!\"}"], ["created_at", "2016-10-06 15:36:08.761052"], ["updated_at", "2016-10-06 15:36:08.761052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam qui dolorem quia est sunt nobis sit.\",\"text\":\"The EXE monitor is down, transmit the cross-platform driver so we can generate the JSON capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.761932"], ["updated_at", "2016-10-06 15:36:08.761932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore enim maxime et quis.\",\"text\":\"I'll hack the solid state USB bandwidth, that should alarm the IB firewall!\"}"], ["created_at", "2016-10-06 15:36:08.762870"], ["updated_at", "2016-10-06 15:36:08.762870"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi magnam eum et laborum ea delectus ea.\",\"text\":\"You can't back up the protocol without synthesizing the back-end PCI alarm!\"}"], ["created_at", "2016-10-06 15:36:08.763829"], ["updated_at", "2016-10-06 15:36:08.763829"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum cum nesciunt suscipit velit sed quia animi.\",\"text\":\"If we index the capacitor, we can get to the GB bandwidth through the multi-byte EXE protocol!\"}"], ["created_at", "2016-10-06 15:36:08.764766"], ["updated_at", "2016-10-06 15:36:08.764766"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit labore vel voluptas et.\",\"text\":\"I'll override the auxiliary AI card, that should microchip the AI transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.765726"], ["updated_at", "2016-10-06 15:36:08.765726"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id vel consequatur animi culpa expedita vero cupiditate.\",\"text\":\"Try to synthesize the HTTP application, maybe it will copy the solid state array!\"}"], ["created_at", "2016-10-06 15:36:08.766728"], ["updated_at", "2016-10-06 15:36:08.766728"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem adipisci enim ullam aut.\",\"text\":\"Use the bluetooth ADP protocol, then you can generate the redundant sensor!\"}"], ["created_at", "2016-10-06 15:36:08.767736"], ["updated_at", "2016-10-06 15:36:08.767736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum enim aperiam veniam neque placeat accusantium optio.\",\"text\":\"The JBOD firewall is down, copy the multi-byte system so we can back up the SDD bus!\"}"], ["created_at", "2016-10-06 15:36:08.768692"], ["updated_at", "2016-10-06 15:36:08.768692"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto reprehenderit vel.\",\"text\":\"Try to hack the PCI bus, maybe it will compress the bluetooth application!\"}"], ["created_at", "2016-10-06 15:36:08.769652"], ["updated_at", "2016-10-06 15:36:08.769652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum facere dolore perferendis ratione.\",\"text\":\"The IB bus is down, generate the online monitor so we can index the THX transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.770647"], ["updated_at", "2016-10-06 15:36:08.770647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic ad impedit quasi.\",\"text\":\"I'll override the primary FTP card, that should matrix the AI interface!\"}"], ["created_at", "2016-10-06 15:36:08.771590"], ["updated_at", "2016-10-06 15:36:08.771590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum tenetur dolores.\",\"text\":\"Synthesizing the port won't do anything, we need to compress the back-end com array!\"}"], ["created_at", "2016-10-06 15:36:08.772459"], ["updated_at", "2016-10-06 15:36:08.772459"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente minima qui aut eos earum ab.\",\"text\":\"Try to back up the PNG alarm, maybe it will bypass the digital feed!\"}"], ["created_at", "2016-10-06 15:36:08.773345"], ["updated_at", "2016-10-06 15:36:08.773345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum qui ex eligendi distinctio quae ut quisquam.\",\"text\":\"If we generate the array, we can get to the SQL card through the 1080p SAS alarm!\"}"], ["created_at", "2016-10-06 15:36:08.774281"], ["updated_at", "2016-10-06 15:36:08.774281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi accusantium qui incidunt.\",\"text\":\"Try to generate the AGP feed, maybe it will index the back-end driver!\"}"], ["created_at", "2016-10-06 15:36:08.775150"], ["updated_at", "2016-10-06 15:36:08.775150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit aspernatur ullam dolores autem sint voluptatem.\",\"text\":\"If we bypass the bandwidth, we can get to the SCSI circuit through the online CSS application!\"}"], ["created_at", "2016-10-06 15:36:08.776056"], ["updated_at", "2016-10-06 15:36:08.776056"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima doloremque soluta vel.\",\"text\":\"The HDD system is down, override the neural system so we can synthesize the SSL sensor!\"}"], ["created_at", "2016-10-06 15:36:08.776934"], ["updated_at", "2016-10-06 15:36:08.776934"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum aliquid maiores excepturi omnis dolor.\",\"text\":\"I'll program the optical SAS port, that should transmitter the AGP protocol!\"}"], ["created_at", "2016-10-06 15:36:08.777816"], ["updated_at", "2016-10-06 15:36:08.777816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto blanditiis eligendi.\",\"text\":\"I'll back up the virtual CSS circuit, that should firewall the SDD transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.778692"], ["updated_at", "2016-10-06 15:36:08.778692"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem cumque necessitatibus facilis nihil.\",\"text\":\"You can't connect the protocol without hacking the neural JBOD matrix!\"}"], ["created_at", "2016-10-06 15:36:08.779559"], ["updated_at", "2016-10-06 15:36:08.779559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id ducimus et quos sit.\",\"text\":\"Connecting the capacitor won't do anything, we need to generate the back-end ftp firewall!\"}"], ["created_at", "2016-10-06 15:36:08.780446"], ["updated_at", "2016-10-06 15:36:08.780446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus eius quis magni.\",\"text\":\"Try to generate the CSS system, maybe it will hack the haptic sensor!\"}"], ["created_at", "2016-10-06 15:36:08.781315"], ["updated_at", "2016-10-06 15:36:08.781315"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur aut iste magnam et et omnis alias.\",\"text\":\"Try to compress the JBOD card, maybe it will parse the cross-platform driver!\"}"], ["created_at", "2016-10-06 15:36:08.782196"], ["updated_at", "2016-10-06 15:36:08.782196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim nisi quo error vel tempora.\",\"text\":\"If we bypass the interface, we can get to the XML feed through the optical GB feed!\"}"], ["created_at", "2016-10-06 15:36:08.783106"], ["updated_at", "2016-10-06 15:36:08.783106"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi labore eaque quam beatae quia expedita nostrum.\",\"text\":\"I'll synthesize the cross-platform HTTP system, that should hard drive the SCSI matrix!\"}"], ["created_at", "2016-10-06 15:36:08.783976"], ["updated_at", "2016-10-06 15:36:08.783976"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis ea optio qui dolor corrupti.\",\"text\":\"I'll copy the optical HDD interface, that should capacitor the SAS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.784847"], ["updated_at", "2016-10-06 15:36:08.784847"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et velit dolor unde.\",\"text\":\"You can't transmit the microchip without parsing the online SAS capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.785719"], ["updated_at", "2016-10-06 15:36:08.785719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel et natus aliquam qui accusantium maxime velit.\",\"text\":\"Try to copy the XML pixel, maybe it will bypass the primary alarm!\"}"], ["created_at", "2016-10-06 15:36:08.786614"], ["updated_at", "2016-10-06 15:36:08.786614"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro ea eum.\",\"text\":\"Transmitting the bandwidth won't do anything, we need to quantify the mobile pci bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.787486"], ["updated_at", "2016-10-06 15:36:08.787486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur cupiditate rerum saepe.\",\"text\":\"Use the optical COM sensor, then you can override the primary microchip!\"}"], ["created_at", "2016-10-06 15:36:08.788356"], ["updated_at", "2016-10-06 15:36:08.788356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere animi voluptates cupiditate.\",\"text\":\"Navigating the hard drive won't do anything, we need to bypass the neural rss port!\"}"], ["created_at", "2016-10-06 15:36:08.789247"], ["updated_at", "2016-10-06 15:36:08.789247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore omnis aut culpa eos.\",\"text\":\"Connecting the alarm won't do anything, we need to back up the open-source tcp bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.790169"], ["updated_at", "2016-10-06 15:36:08.790169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore molestiae qui totam architecto ut exercitationem occaecati.\",\"text\":\"Try to bypass the SSL port, maybe it will index the virtual sensor!\"}"], ["created_at", "2016-10-06 15:36:08.791078"], ["updated_at", "2016-10-06 15:36:08.791078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis asperiores ea fugiat esse.\",\"text\":\"Use the online GB alarm, then you can program the multi-byte panel!\"}"], ["created_at", "2016-10-06 15:36:08.791975"], ["updated_at", "2016-10-06 15:36:08.791975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis dolor possimus autem labore.\",\"text\":\"You can't connect the bandwidth without bypassing the bluetooth TCP monitor!\"}"], ["created_at", "2016-10-06 15:36:08.792838"], ["updated_at", "2016-10-06 15:36:08.792838"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis aperiam et nisi.\",\"text\":\"If we bypass the interface, we can get to the JBOD hard drive through the cross-platform SSL capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.793701"], ["updated_at", "2016-10-06 15:36:08.793701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam pariatur sed.\",\"text\":\"Connecting the program won't do anything, we need to program the solid state thx interface!\"}"], ["created_at", "2016-10-06 15:36:08.794584"], ["updated_at", "2016-10-06 15:36:08.794584"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime tempore itaque.\",\"text\":\"You can't synthesize the sensor without indexing the virtual XML system!\"}"], ["created_at", "2016-10-06 15:36:08.795472"], ["updated_at", "2016-10-06 15:36:08.795472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia ipsam eaque aut ea reiciendis quos.\",\"text\":\"We need to input the 1080p CSS circuit!\"}"], ["created_at", "2016-10-06 15:36:08.796329"], ["updated_at", "2016-10-06 15:36:08.796329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem amet voluptatem.\",\"text\":\"You can't compress the panel without overriding the virtual AGP system!\"}"], ["created_at", "2016-10-06 15:36:08.797280"], ["updated_at", "2016-10-06 15:36:08.797280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora totam fugit et.\",\"text\":\"You can't hack the application without compressing the back-end SCSI transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.798185"], ["updated_at", "2016-10-06 15:36:08.798185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa nisi sint.\",\"text\":\"Try to calculate the XSS array, maybe it will parse the online bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.799069"], ["updated_at", "2016-10-06 15:36:08.799069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nesciunt aut sit in.\",\"text\":\"The AI bus is down, copy the open-source microchip so we can generate the SSL microchip!\"}"], ["created_at", "2016-10-06 15:36:08.799938"], ["updated_at", "2016-10-06 15:36:08.799938"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod hic minus blanditiis.\",\"text\":\"We need to program the 1080p GB interface!\"}"], ["created_at", "2016-10-06 15:36:08.800818"], ["updated_at", "2016-10-06 15:36:08.800818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla quae commodi doloribus aut sint labore.\",\"text\":\"The PNG transmitter is down, parse the optical application so we can transmit the XML port!\"}"], ["created_at", "2016-10-06 15:36:08.801709"], ["updated_at", "2016-10-06 15:36:08.801709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat dolores nihil quia.\",\"text\":\"The USB protocol is down, parse the digital pixel so we can copy the SQL array!\"}"], ["created_at", "2016-10-06 15:36:08.802592"], ["updated_at", "2016-10-06 15:36:08.802592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore delectus eaque voluptatem qui in quos.\",\"text\":\"Try to connect the SDD program, maybe it will bypass the 1080p system!\"}"], ["created_at", "2016-10-06 15:36:08.803491"], ["updated_at", "2016-10-06 15:36:08.803491"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea sint sunt illum nulla.\",\"text\":\"You can't calculate the driver without calculating the mobile PNG interface!\"}"], ["created_at", "2016-10-06 15:36:08.804368"], ["updated_at", "2016-10-06 15:36:08.804368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat sapiente rem exercitationem labore ut in.\",\"text\":\"You can't synthesize the application without connecting the virtual EXE circuit!\"}"], ["created_at", "2016-10-06 15:36:08.805228"], ["updated_at", "2016-10-06 15:36:08.805228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit non dolores sit.\",\"text\":\"If we generate the array, we can get to the SMS sensor through the primary TCP interface!\"}"], ["created_at", "2016-10-06 15:36:08.806155"], ["updated_at", "2016-10-06 15:36:08.806155"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem repudiandae nesciunt quia dolores.\",\"text\":\"The TCP port is down, copy the redundant bandwidth so we can quantify the IB system!\"}"], ["created_at", "2016-10-06 15:36:08.807057"], ["updated_at", "2016-10-06 15:36:08.807057"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure dicta quidem eos optio ut et eius.\",\"text\":\"Try to bypass the PCI bus, maybe it will program the haptic application!\"}"], ["created_at", "2016-10-06 15:36:08.807944"], ["updated_at", "2016-10-06 15:36:08.807944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum sit molestiae ratione atque.\",\"text\":\"Use the multi-byte XSS protocol, then you can input the digital firewall!\"}"], ["created_at", "2016-10-06 15:36:08.808822"], ["updated_at", "2016-10-06 15:36:08.808822"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem quos voluptatibus quo incidunt similique sequi.\",\"text\":\"I'll compress the online USB microchip, that should capacitor the IB alarm!\"}"], ["created_at", "2016-10-06 15:36:08.809682"], ["updated_at", "2016-10-06 15:36:08.809682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quos necessitatibus.\",\"text\":\"We need to quantify the optical THX transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.810598"], ["updated_at", "2016-10-06 15:36:08.810598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio et aut.\",\"text\":\"Indexing the interface won't do anything, we need to transmit the neural scsi circuit!\"}"], ["created_at", "2016-10-06 15:36:08.811464"], ["updated_at", "2016-10-06 15:36:08.811464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic ea laudantium vel quaerat quibusdam illo.\",\"text\":\"I'll bypass the auxiliary CSS protocol, that should feed the HDD firewall!\"}"], ["created_at", "2016-10-06 15:36:08.812368"], ["updated_at", "2016-10-06 15:36:08.812368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis nihil natus dolor repellendus perferendis reprehenderit velit.\",\"text\":\"You can't quantify the firewall without indexing the digital SQL transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.813232"], ["updated_at", "2016-10-06 15:36:08.813232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit quia deserunt perspiciatis est alias velit voluptatum.\",\"text\":\"If we override the alarm, we can get to the SMS microchip through the bluetooth SMTP system!\"}"], ["created_at", "2016-10-06 15:36:08.814180"], ["updated_at", "2016-10-06 15:36:08.814180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim fugit dolores eligendi commodi.\",\"text\":\"I'll calculate the solid state THX circuit, that should program the RSS feed!\"}"], ["created_at", "2016-10-06 15:36:08.815128"], ["updated_at", "2016-10-06 15:36:08.815128"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam ipsam voluptas iusto unde in et molestias.\",\"text\":\"Quantifying the monitor won't do anything, we need to input the virtual thx bus!\"}"], ["created_at", "2016-10-06 15:36:08.816022"], ["updated_at", "2016-10-06 15:36:08.816022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit vel ab et a reiciendis iste non.\",\"text\":\"The CSS program is down, generate the back-end sensor so we can quantify the RAM capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.816890"], ["updated_at", "2016-10-06 15:36:08.816890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et necessitatibus alias facilis vero.\",\"text\":\"Use the haptic USB feed, then you can quantify the neural pixel!\"}"], ["created_at", "2016-10-06 15:36:08.817771"], ["updated_at", "2016-10-06 15:36:08.817771"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo deserunt non velit modi.\",\"text\":\"Use the auxiliary CSS circuit, then you can transmit the bluetooth firewall!\"}"], ["created_at", "2016-10-06 15:36:08.818641"], ["updated_at", "2016-10-06 15:36:08.818641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel voluptates cum.\",\"text\":\"If we compress the card, we can get to the RAM array through the haptic XML circuit!\"}"], ["created_at", "2016-10-06 15:36:08.819511"], ["updated_at", "2016-10-06 15:36:08.819511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro et eius.\",\"text\":\"Use the auxiliary THX matrix, then you can reboot the wireless capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.820390"], ["updated_at", "2016-10-06 15:36:08.820390"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt et unde.\",\"text\":\"The CSS driver is down, synthesize the digital feed so we can navigate the JBOD panel!\"}"], ["created_at", "2016-10-06 15:36:08.821255"], ["updated_at", "2016-10-06 15:36:08.821255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur praesentium nisi quibusdam error quidem ipsum totam.\",\"text\":\"Navigating the protocol won't do anything, we need to generate the cross-platform sdd microchip!\"}"], ["created_at", "2016-10-06 15:36:08.822161"], ["updated_at", "2016-10-06 15:36:08.822161"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem ut quod.\",\"text\":\"I'll synthesize the optical CSS array, that should protocol the THX feed!\"}"], ["created_at", "2016-10-06 15:36:08.823039"], ["updated_at", "2016-10-06 15:36:08.823039"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi earum ipsa.\",\"text\":\"Try to bypass the SMTP circuit, maybe it will input the neural monitor!\"}"], ["created_at", "2016-10-06 15:36:08.824173"], ["updated_at", "2016-10-06 15:36:08.824173"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem dolorem ipsa sint quis velit facere voluptates.\",\"text\":\"The SSL program is down, input the optical protocol so we can index the SMS sensor!\"}"], ["created_at", "2016-10-06 15:36:08.825185"], ["updated_at", "2016-10-06 15:36:08.825185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic sunt aut consequatur officiis.\",\"text\":\"The SCSI interface is down, generate the redundant interface so we can bypass the HTTP system!\"}"], ["created_at", "2016-10-06 15:36:08.826071"], ["updated_at", "2016-10-06 15:36:08.826071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi ut dolor neque rerum error id sit.\",\"text\":\"We need to reboot the haptic PCI alarm!\"}"], ["created_at", "2016-10-06 15:36:08.826993"], ["updated_at", "2016-10-06 15:36:08.826993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus sapiente nam aperiam dolores.\",\"text\":\"You can't parse the card without calculating the virtual SMTP system!\"}"], ["created_at", "2016-10-06 15:36:08.827880"], ["updated_at", "2016-10-06 15:36:08.827880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla voluptatum et est.\",\"text\":\"If we hack the bus, we can get to the AGP driver through the optical USB pixel!\"}"], ["created_at", "2016-10-06 15:36:08.828751"], ["updated_at", "2016-10-06 15:36:08.828751"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et ut iusto et et.\",\"text\":\"I'll back up the optical SDD alarm, that should array the JBOD card!\"}"], ["created_at", "2016-10-06 15:36:08.829647"], ["updated_at", "2016-10-06 15:36:08.829647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit tempore eos vel rem consequatur.\",\"text\":\"We need to back up the optical PNG matrix!\"}"], ["created_at", "2016-10-06 15:36:08.830564"], ["updated_at", "2016-10-06 15:36:08.830564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas delectus reiciendis ut voluptatem ullam dignissimos.\",\"text\":\"Compressing the alarm won't do anything, we need to calculate the bluetooth ai program!\"}"], ["created_at", "2016-10-06 15:36:08.831437"], ["updated_at", "2016-10-06 15:36:08.831437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam minima quia porro neque expedita.\",\"text\":\"Use the online SMS port, then you can transmit the mobile circuit!\"}"], ["created_at", "2016-10-06 15:36:08.832322"], ["updated_at", "2016-10-06 15:36:08.832322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id quam et animi soluta perferendis.\",\"text\":\"The SAS feed is down, program the digital program so we can parse the XML hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.833230"], ["updated_at", "2016-10-06 15:36:08.833230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta incidunt at exercitationem.\",\"text\":\"Try to override the HDD monitor, maybe it will connect the bluetooth alarm!\"}"], ["created_at", "2016-10-06 15:36:08.834095"], ["updated_at", "2016-10-06 15:36:08.834095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae sit asperiores consequatur totam.\",\"text\":\"Use the 1080p TCP feed, then you can reboot the bluetooth card!\"}"], ["created_at", "2016-10-06 15:36:08.835009"], ["updated_at", "2016-10-06 15:36:08.835009"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus sed nulla harum ullam cupiditate nobis.\",\"text\":\"The SCSI sensor is down, override the haptic application so we can hack the HDD port!\"}"], ["created_at", "2016-10-06 15:36:08.835873"], ["updated_at", "2016-10-06 15:36:08.835873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit amet possimus unde.\",\"text\":\"I'll generate the mobile GB program, that should interface the SMTP microchip!\"}"], ["created_at", "2016-10-06 15:36:08.836739"], ["updated_at", "2016-10-06 15:36:08.836739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero voluptatibus ab et ad dolor.\",\"text\":\"The SSL application is down, compress the open-source panel so we can program the CSS firewall!\"}"], ["created_at", "2016-10-06 15:36:08.837624"], ["updated_at", "2016-10-06 15:36:08.837624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit ad aut non molestias.\",\"text\":\"You can't parse the matrix without copying the cross-platform JBOD circuit!\"}"], ["created_at", "2016-10-06 15:36:08.838545"], ["updated_at", "2016-10-06 15:36:08.838545"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ea commodi.\",\"text\":\"I'll input the haptic AGP array, that should firewall the AI interface!\"}"], ["created_at", "2016-10-06 15:36:08.839453"], ["updated_at", "2016-10-06 15:36:08.839453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque fuga sed accusantium consequatur eum.\",\"text\":\"You can't copy the circuit without connecting the mobile ADP system!\"}"], ["created_at", "2016-10-06 15:36:08.840337"], ["updated_at", "2016-10-06 15:36:08.840337"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum voluptatibus tempora animi consequuntur magni.\",\"text\":\"We need to input the mobile PNG pixel!\"}"], ["created_at", "2016-10-06 15:36:08.841230"], ["updated_at", "2016-10-06 15:36:08.841230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores eos rerum dicta dolor sunt autem.\",\"text\":\"If we quantify the program, we can get to the ADP matrix through the primary XML firewall!\"}"], ["created_at", "2016-10-06 15:36:08.842120"], ["updated_at", "2016-10-06 15:36:08.842120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil expedita ut neque doloremque suscipit impedit.\",\"text\":\"We need to override the digital RSS microchip!\"}"], ["created_at", "2016-10-06 15:36:08.843019"], ["updated_at", "2016-10-06 15:36:08.843019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id quod aut inventore nam dolores deserunt vel.\",\"text\":\"Use the virtual SMTP driver, then you can back up the haptic feed!\"}"], ["created_at", "2016-10-06 15:36:08.843888"], ["updated_at", "2016-10-06 15:36:08.843888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab qui minima et est.\",\"text\":\"You can't bypass the firewall without overriding the solid state TCP alarm!\"}"], ["created_at", "2016-10-06 15:36:08.844777"], ["updated_at", "2016-10-06 15:36:08.844777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam officiis sit ut in repellendus quia.\",\"text\":\"Use the bluetooth IB pixel, then you can copy the optical driver!\"}"], ["created_at", "2016-10-06 15:36:08.845640"], ["updated_at", "2016-10-06 15:36:08.845640"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate at esse aspernatur id.\",\"text\":\"We need to compress the auxiliary FTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.846518"], ["updated_at", "2016-10-06 15:36:08.846518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sit vel eius.\",\"text\":\"The EXE matrix is down, back up the bluetooth microchip so we can calculate the USB transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.847402"], ["updated_at", "2016-10-06 15:36:08.847402"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae natus adipisci tempore autem numquam consequuntur.\",\"text\":\"If we transmit the alarm, we can get to the ADP driver through the solid state JBOD hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.848295"], ["updated_at", "2016-10-06 15:36:08.848295"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo delectus et perferendis corporis repellendus.\",\"text\":\"If we compress the array, we can get to the RAM monitor through the online PCI alarm!\"}"], ["created_at", "2016-10-06 15:36:08.849194"], ["updated_at", "2016-10-06 15:36:08.849194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod quas deserunt sed.\",\"text\":\"Calculating the card won't do anything, we need to hack the 1080p css transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.850087"], ["updated_at", "2016-10-06 15:36:08.850087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis sit minus accusamus possimus alias quidem.\",\"text\":\"Try to hack the RSS panel, maybe it will generate the open-source driver!\"}"], ["created_at", "2016-10-06 15:36:08.850994"], ["updated_at", "2016-10-06 15:36:08.850994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti saepe dolorum corporis.\",\"text\":\"Synthesizing the driver won't do anything, we need to reboot the virtual tcp transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.851859"], ["updated_at", "2016-10-06 15:36:08.851859"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum velit dicta explicabo et.\",\"text\":\"We need to back up the neural FTP panel!\"}"], ["created_at", "2016-10-06 15:36:08.852872"], ["updated_at", "2016-10-06 15:36:08.852872"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore qui optio.\",\"text\":\"You can't parse the feed without hacking the neural GB firewall!\"}"], ["created_at", "2016-10-06 15:36:08.854360"], ["updated_at", "2016-10-06 15:36:08.854360"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus dolorem quo qui et enim et.\",\"text\":\"If we transmit the microchip, we can get to the EXE driver through the virtual COM matrix!\"}"], ["created_at", "2016-10-06 15:36:08.855855"], ["updated_at", "2016-10-06 15:36:08.855855"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga in voluptatibus.\",\"text\":\"Use the solid state SCSI monitor, then you can reboot the bluetooth bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.857097"], ["updated_at", "2016-10-06 15:36:08.857097"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur id iusto.\",\"text\":\"Use the haptic AI card, then you can back up the back-end hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.858619"], ["updated_at", "2016-10-06 15:36:08.858619"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et veritatis sunt officiis autem.\",\"text\":\"If we program the program, we can get to the RSS array through the haptic SMTP monitor!\"}"], ["created_at", "2016-10-06 15:36:08.860797"], ["updated_at", "2016-10-06 15:36:08.860797"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur optio fuga qui cupiditate quia dolorum repellendus.\",\"text\":\"Try to bypass the TCP transmitter, maybe it will hack the wireless transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.861917"], ["updated_at", "2016-10-06 15:36:08.861917"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et aut deleniti nostrum repellendus.\",\"text\":\"I'll copy the cross-platform SDD firewall, that should circuit the EXE sensor!\"}"], ["created_at", "2016-10-06 15:36:08.864106"], ["updated_at", "2016-10-06 15:36:08.864106"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ut inventore dolore aut.\",\"text\":\"We need to hack the haptic GB firewall!\"}"], ["created_at", "2016-10-06 15:36:08.866288"], ["updated_at", "2016-10-06 15:36:08.866288"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis et beatae.\",\"text\":\"I'll back up the online JBOD protocol, that should transmitter the IB system!\"}"], ["created_at", "2016-10-06 15:36:08.867578"], ["updated_at", "2016-10-06 15:36:08.867578"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto beatae odit pariatur.\",\"text\":\"Try to generate the ADP hard drive, maybe it will program the redundant bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.868760"], ["updated_at", "2016-10-06 15:36:08.868760"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate possimus sit exercitationem.\",\"text\":\"Use the digital SDD capacitor, then you can back up the online firewall!\"}"], ["created_at", "2016-10-06 15:36:08.869681"], ["updated_at", "2016-10-06 15:36:08.869681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor eum impedit non animi distinctio.\",\"text\":\"Copying the alarm won't do anything, we need to program the neural jbod matrix!\"}"], ["created_at", "2016-10-06 15:36:08.870616"], ["updated_at", "2016-10-06 15:36:08.870616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque cum qui minus dicta.\",\"text\":\"You can't compress the matrix without transmitting the open-source RAM application!\"}"], ["created_at", "2016-10-06 15:36:08.871543"], ["updated_at", "2016-10-06 15:36:08.871543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum dolores veritatis autem consequatur.\",\"text\":\"If we synthesize the pixel, we can get to the AGP port through the digital IB protocol!\"}"], ["created_at", "2016-10-06 15:36:08.872538"], ["updated_at", "2016-10-06 15:36:08.872538"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut explicabo quis et quibusdam.\",\"text\":\"If we calculate the card, we can get to the USB interface through the 1080p SSL card!\"}"], ["created_at", "2016-10-06 15:36:08.873475"], ["updated_at", "2016-10-06 15:36:08.873475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nobis omnis ut enim enim autem.\",\"text\":\"Programming the application won't do anything, we need to reboot the virtual ram monitor!\"}"], ["created_at", "2016-10-06 15:36:08.874428"], ["updated_at", "2016-10-06 15:36:08.874428"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis sit numquam voluptas perferendis id ut.\",\"text\":\"If we generate the matrix, we can get to the COM matrix through the virtual COM firewall!\"}"], ["created_at", "2016-10-06 15:36:08.875317"], ["updated_at", "2016-10-06 15:36:08.875317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo quibusdam nesciunt quod inventore et aut.\",\"text\":\"The PNG capacitor is down, bypass the redundant capacitor so we can program the SCSI matrix!\"}"], ["created_at", "2016-10-06 15:36:08.876182"], ["updated_at", "2016-10-06 15:36:08.876182"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id illo impedit occaecati recusandae itaque.\",\"text\":\"You can't reboot the system without programming the mobile SCSI capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.877054"], ["updated_at", "2016-10-06 15:36:08.877054"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum non deleniti rem similique.\",\"text\":\"The FTP transmitter is down, input the open-source port so we can navigate the XSS hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.877940"], ["updated_at", "2016-10-06 15:36:08.877940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem quis animi nesciunt repellat.\",\"text\":\"I'll calculate the primary ADP bandwidth, that should monitor the RAM panel!\"}"], ["created_at", "2016-10-06 15:36:08.878927"], ["updated_at", "2016-10-06 15:36:08.878927"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo nisi sit optio voluptas qui aut.\",\"text\":\"We need to bypass the open-source PCI circuit!\"}"], ["created_at", "2016-10-06 15:36:08.879849"], ["updated_at", "2016-10-06 15:36:08.879849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed illum consequatur ad soluta.\",\"text\":\"You can't transmit the feed without connecting the neural RAM capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.880739"], ["updated_at", "2016-10-06 15:36:08.880739"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatem soluta deleniti totam.\",\"text\":\"Use the 1080p SDD port, then you can navigate the open-source microchip!\"}"], ["created_at", "2016-10-06 15:36:08.881602"], ["updated_at", "2016-10-06 15:36:08.881602"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet similique ut consectetur et eius consequatur.\",\"text\":\"Try to hack the EXE driver, maybe it will transmit the digital bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.883657"], ["updated_at", "2016-10-06 15:36:08.883657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga quam omnis culpa.\",\"text\":\"Programming the hard drive won't do anything, we need to generate the haptic http bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.884739"], ["updated_at", "2016-10-06 15:36:08.884739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem sint distinctio quo qui nisi.\",\"text\":\"I'll transmit the optical TCP firewall, that should driver the SAS capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.885618"], ["updated_at", "2016-10-06 15:36:08.885618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam quia qui distinctio expedita voluptatem quibusdam ratione.\",\"text\":\"Use the back-end PCI pixel, then you can generate the back-end pixel!\"}"], ["created_at", "2016-10-06 15:36:08.886522"], ["updated_at", "2016-10-06 15:36:08.886522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut corporis labore voluptates esse est.\",\"text\":\"If we input the system, we can get to the SSL program through the optical FTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.887471"], ["updated_at", "2016-10-06 15:36:08.887471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt esse dicta recusandae vel.\",\"text\":\"Try to override the EXE bus, maybe it will synthesize the mobile sensor!\"}"], ["created_at", "2016-10-06 15:36:08.888350"], ["updated_at", "2016-10-06 15:36:08.888350"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem tenetur et nihil.\",\"text\":\"I'll parse the redundant HDD transmitter, that should microchip the GB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.889239"], ["updated_at", "2016-10-06 15:36:08.889239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus hic alias quis sit.\",\"text\":\"Connecting the pixel won't do anything, we need to generate the primary png firewall!\"}"], ["created_at", "2016-10-06 15:36:08.890118"], ["updated_at", "2016-10-06 15:36:08.890118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ea nobis reprehenderit.\",\"text\":\"The SMTP matrix is down, program the cross-platform card so we can synthesize the AGP feed!\"}"], ["created_at", "2016-10-06 15:36:08.891048"], ["updated_at", "2016-10-06 15:36:08.891048"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim inventore ullam.\",\"text\":\"The SDD capacitor is down, input the redundant transmitter so we can parse the SMTP driver!\"}"], ["created_at", "2016-10-06 15:36:08.891922"], ["updated_at", "2016-10-06 15:36:08.891922"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur nihil quia.\",\"text\":\"Programming the circuit won't do anything, we need to copy the multi-byte adp application!\"}"], ["created_at", "2016-10-06 15:36:08.892804"], ["updated_at", "2016-10-06 15:36:08.892804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae voluptas incidunt.\",\"text\":\"Use the open-source SAS monitor, then you can transmit the cross-platform hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.893672"], ["updated_at", "2016-10-06 15:36:08.893672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim delectus accusantium ipsum qui vero.\",\"text\":\"We need to hack the auxiliary JSON alarm!\"}"], ["created_at", "2016-10-06 15:36:08.894577"], ["updated_at", "2016-10-06 15:36:08.894577"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis saepe qui atque enim.\",\"text\":\"I'll index the multi-byte RSS circuit, that should capacitor the PCI circuit!\"}"], ["created_at", "2016-10-06 15:36:08.895455"], ["updated_at", "2016-10-06 15:36:08.895455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut impedit pariatur dolores accusantium.\",\"text\":\"Use the primary SMTP bus, then you can calculate the digital sensor!\"}"], ["created_at", "2016-10-06 15:36:08.896320"], ["updated_at", "2016-10-06 15:36:08.896320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur deserunt vel laudantium dolorem accusantium ea quam.\",\"text\":\"If we quantify the port, we can get to the JBOD sensor through the neural IB pixel!\"}"], ["created_at", "2016-10-06 15:36:08.897223"], ["updated_at", "2016-10-06 15:36:08.897223"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum est et sed quis repellat quibusdam.\",\"text\":\"Try to synthesize the AGP port, maybe it will reboot the 1080p port!\"}"], ["created_at", "2016-10-06 15:36:08.898233"], ["updated_at", "2016-10-06 15:36:08.898233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut omnis reiciendis.\",\"text\":\"The IB port is down, reboot the cross-platform interface so we can calculate the ADP firewall!\"}"], ["created_at", "2016-10-06 15:36:08.899278"], ["updated_at", "2016-10-06 15:36:08.899278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae fuga iure ab minus amet.\",\"text\":\"Try to reboot the JBOD monitor, maybe it will generate the multi-byte program!\"}"], ["created_at", "2016-10-06 15:36:08.900230"], ["updated_at", "2016-10-06 15:36:08.900230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt sint nostrum ut.\",\"text\":\"You can't generate the capacitor without backing up the optical JSON protocol!\"}"], ["created_at", "2016-10-06 15:36:08.901193"], ["updated_at", "2016-10-06 15:36:08.901193"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et quia eum et natus.\",\"text\":\"The AI firewall is down, navigate the multi-byte circuit so we can index the SDD circuit!\"}"], ["created_at", "2016-10-06 15:36:08.902150"], ["updated_at", "2016-10-06 15:36:08.902150"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum perspiciatis qui ex necessitatibus exercitationem sint molestiae.\",\"text\":\"Synthesizing the alarm won't do anything, we need to index the cross-platform thx bus!\"}"], ["created_at", "2016-10-06 15:36:08.903102"], ["updated_at", "2016-10-06 15:36:08.903102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi est est autem.\",\"text\":\"If we connect the panel, we can get to the XSS driver through the digital CSS firewall!\"}"], ["created_at", "2016-10-06 15:36:08.904074"], ["updated_at", "2016-10-06 15:36:08.904074"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea impedit asperiores blanditiis nihil.\",\"text\":\"The SQL port is down, connect the bluetooth transmitter so we can copy the IB bus!\"}"], ["created_at", "2016-10-06 15:36:08.905025"], ["updated_at", "2016-10-06 15:36:08.905025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti ut ut.\",\"text\":\"The GB hard drive is down, back up the mobile system so we can reboot the SSL microchip!\"}"], ["created_at", "2016-10-06 15:36:08.906018"], ["updated_at", "2016-10-06 15:36:08.906018"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error neque mollitia aut praesentium deserunt.\",\"text\":\"Use the multi-byte XSS interface, then you can override the online alarm!\"}"], ["created_at", "2016-10-06 15:36:08.906984"], ["updated_at", "2016-10-06 15:36:08.906984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt molestiae enim.\",\"text\":\"Use the 1080p SDD driver, then you can input the multi-byte alarm!\"}"], ["created_at", "2016-10-06 15:36:08.907947"], ["updated_at", "2016-10-06 15:36:08.907947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti ullam et.\",\"text\":\"We need to index the primary XML feed!\"}"], ["created_at", "2016-10-06 15:36:08.908880"], ["updated_at", "2016-10-06 15:36:08.908880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At nisi non ipsa ad ut sint impedit.\",\"text\":\"You can't index the monitor without transmitting the multi-byte USB array!\"}"], ["created_at", "2016-10-06 15:36:08.909839"], ["updated_at", "2016-10-06 15:36:08.909839"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et enim temporibus pariatur odio sit.\",\"text\":\"The GB feed is down, parse the 1080p circuit so we can bypass the JBOD program!\"}"], ["created_at", "2016-10-06 15:36:08.910795"], ["updated_at", "2016-10-06 15:36:08.910795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit impedit rerum ea.\",\"text\":\"The ADP protocol is down, override the cross-platform feed so we can generate the XSS panel!\"}"], ["created_at", "2016-10-06 15:36:08.911731"], ["updated_at", "2016-10-06 15:36:08.911731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel ut ea ipsam iure.\",\"text\":\"Generating the hard drive won't do anything, we need to quantify the auxiliary sdd capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.912685"], ["updated_at", "2016-10-06 15:36:08.912685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis tempora harum.\",\"text\":\"I'll override the multi-byte XML firewall, that should capacitor the RSS bus!\"}"], ["created_at", "2016-10-06 15:36:08.913646"], ["updated_at", "2016-10-06 15:36:08.913646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut repellat maxime provident sapiente harum porro reprehenderit.\",\"text\":\"Generating the firewall won't do anything, we need to bypass the back-end ai bus!\"}"], ["created_at", "2016-10-06 15:36:08.914596"], ["updated_at", "2016-10-06 15:36:08.914596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed sunt quae qui nam.\",\"text\":\"If we override the microchip, we can get to the SMTP hard drive through the open-source SDD card!\"}"], ["created_at", "2016-10-06 15:36:08.915564"], ["updated_at", "2016-10-06 15:36:08.915564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos nisi consectetur ipsa voluptatem.\",\"text\":\"We need to connect the virtual SSL microchip!\"}"], ["created_at", "2016-10-06 15:36:08.916521"], ["updated_at", "2016-10-06 15:36:08.916521"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere explicabo odit.\",\"text\":\"Try to index the FTP monitor, maybe it will index the solid state array!\"}"], ["created_at", "2016-10-06 15:36:08.917457"], ["updated_at", "2016-10-06 15:36:08.917457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel fugiat voluptatem nulla recusandae.\",\"text\":\"Try to navigate the PCI system, maybe it will parse the digital port!\"}"], ["created_at", "2016-10-06 15:36:08.918415"], ["updated_at", "2016-10-06 15:36:08.918415"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis voluptatem quas inventore et.\",\"text\":\"We need to copy the online IB program!\"}"], ["created_at", "2016-10-06 15:36:08.919348"], ["updated_at", "2016-10-06 15:36:08.919348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos dolor assumenda eaque neque sint quisquam nam.\",\"text\":\"Use the mobile JSON card, then you can transmit the redundant monitor!\"}"], ["created_at", "2016-10-06 15:36:08.920240"], ["updated_at", "2016-10-06 15:36:08.920240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae enim beatae sint similique et sit ipsam.\",\"text\":\"Try to navigate the USB monitor, maybe it will override the bluetooth bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.921115"], ["updated_at", "2016-10-06 15:36:08.921115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti corrupti dolorem possimus.\",\"text\":\"We need to synthesize the online AGP port!\"}"], ["created_at", "2016-10-06 15:36:08.922016"], ["updated_at", "2016-10-06 15:36:08.922016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum consequatur atque est deserunt.\",\"text\":\"If we transmit the bandwidth, we can get to the FTP transmitter through the solid state SCSI monitor!\"}"], ["created_at", "2016-10-06 15:36:08.922930"], ["updated_at", "2016-10-06 15:36:08.922930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum asperiores est sunt mollitia quo numquam.\",\"text\":\"Hacking the card won't do anything, we need to quantify the auxiliary sas feed!\"}"], ["created_at", "2016-10-06 15:36:08.923815"], ["updated_at", "2016-10-06 15:36:08.923815"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta laudantium cupiditate itaque qui non iste voluptas.\",\"text\":\"We need to reboot the solid state SMS monitor!\"}"], ["created_at", "2016-10-06 15:36:08.924693"], ["updated_at", "2016-10-06 15:36:08.924693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut neque velit.\",\"text\":\"You can't quantify the capacitor without compressing the solid state USB bus!\"}"], ["created_at", "2016-10-06 15:36:08.925602"], ["updated_at", "2016-10-06 15:36:08.925602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit omnis numquam laborum rem consequatur id.\",\"text\":\"We need to hack the digital SMTP matrix!\"}"], ["created_at", "2016-10-06 15:36:08.926492"], ["updated_at", "2016-10-06 15:36:08.926492"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut minima aliquid ab dolorem.\",\"text\":\"We need to generate the mobile RSS feed!\"}"], ["created_at", "2016-10-06 15:36:08.927356"], ["updated_at", "2016-10-06 15:36:08.927356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum beatae nesciunt.\",\"text\":\"Use the primary EXE pixel, then you can navigate the wireless microchip!\"}"], ["created_at", "2016-10-06 15:36:08.928233"], ["updated_at", "2016-10-06 15:36:08.928233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis cum aut dolor quo at.\",\"text\":\"I'll back up the digital SAS matrix, that should port the XSS bus!\"}"], ["created_at", "2016-10-06 15:36:08.929103"], ["updated_at", "2016-10-06 15:36:08.929103"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut rerum fugiat aut repellendus.\",\"text\":\"You can't transmit the sensor without copying the redundant IB feed!\"}"], ["created_at", "2016-10-06 15:36:08.929962"], ["updated_at", "2016-10-06 15:36:08.929962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit et earum.\",\"text\":\"The RAM program is down, back up the mobile circuit so we can override the USB alarm!\"}"], ["created_at", "2016-10-06 15:36:08.930891"], ["updated_at", "2016-10-06 15:36:08.930891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero at aut enim necessitatibus cupiditate.\",\"text\":\"We need to bypass the bluetooth USB card!\"}"], ["created_at", "2016-10-06 15:36:08.931759"], ["updated_at", "2016-10-06 15:36:08.931759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab voluptates natus.\",\"text\":\"Try to calculate the JBOD system, maybe it will override the wireless array!\"}"], ["created_at", "2016-10-06 15:36:08.932642"], ["updated_at", "2016-10-06 15:36:08.932642"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda nostrum deleniti asperiores.\",\"text\":\"You can't hack the driver without backing up the back-end FTP firewall!\"}"], ["created_at", "2016-10-06 15:36:08.933509"], ["updated_at", "2016-10-06 15:36:08.933509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia modi tenetur atque quo pariatur.\",\"text\":\"We need to synthesize the auxiliary USB bus!\"}"], ["created_at", "2016-10-06 15:36:08.934419"], ["updated_at", "2016-10-06 15:36:08.934419"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi consequuntur voluptate nihil omnis qui molestiae.\",\"text\":\"We need to override the bluetooth XSS driver!\"}"], ["created_at", "2016-10-06 15:36:08.935320"], ["updated_at", "2016-10-06 15:36:08.935320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt at eveniet itaque quasi excepturi.\",\"text\":\"You can't hack the system without backing up the primary CSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.936214"], ["updated_at", "2016-10-06 15:36:08.936214"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente porro similique quae.\",\"text\":\"The SMS array is down, input the 1080p alarm so we can quantify the THX protocol!\"}"], ["created_at", "2016-10-06 15:36:08.937082"], ["updated_at", "2016-10-06 15:36:08.937082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora temporibus quod.\",\"text\":\"Try to bypass the AGP interface, maybe it will generate the haptic system!\"}"], ["created_at", "2016-10-06 15:36:08.938003"], ["updated_at", "2016-10-06 15:36:08.938003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus suscipit molestiae cumque dolor hic aut.\",\"text\":\"We need to compress the cross-platform JSON protocol!\"}"], ["created_at", "2016-10-06 15:36:08.938916"], ["updated_at", "2016-10-06 15:36:08.938916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad maxime voluptatum soluta ut.\",\"text\":\"Backing up the bandwidth won't do anything, we need to generate the cross-platform jbod array!\"}"], ["created_at", "2016-10-06 15:36:08.939798"], ["updated_at", "2016-10-06 15:36:08.939798"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque odit consectetur explicabo exercitationem.\",\"text\":\"I'll bypass the online AI port, that should matrix the USB circuit!\"}"], ["created_at", "2016-10-06 15:36:08.940693"], ["updated_at", "2016-10-06 15:36:08.940693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos maiores dolores quia et ut.\",\"text\":\"You can't program the firewall without bypassing the online COM pixel!\"}"], ["created_at", "2016-10-06 15:36:08.941567"], ["updated_at", "2016-10-06 15:36:08.941567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia qui nihil et inventore laborum.\",\"text\":\"If we parse the circuit, we can get to the AGP pixel through the wireless IB bus!\"}"], ["created_at", "2016-10-06 15:36:08.942482"], ["updated_at", "2016-10-06 15:36:08.942482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptas et voluptatibus.\",\"text\":\"Use the solid state EXE bus, then you can reboot the bluetooth transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.943383"], ["updated_at", "2016-10-06 15:36:08.943383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo aut labore quia.\",\"text\":\"We need to generate the 1080p ADP transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.944250"], ["updated_at", "2016-10-06 15:36:08.944250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et reiciendis voluptate.\",\"text\":\"Use the mobile SSL capacitor, then you can index the wireless port!\"}"], ["created_at", "2016-10-06 15:36:08.945110"], ["updated_at", "2016-10-06 15:36:08.945110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt aut at enim asperiores cum aspernatur.\",\"text\":\"We need to input the auxiliary SMTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.945979"], ["updated_at", "2016-10-06 15:36:08.945979"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio ducimus quia.\",\"text\":\"Use the solid state JSON system, then you can reboot the haptic microchip!\"}"], ["created_at", "2016-10-06 15:36:08.946882"], ["updated_at", "2016-10-06 15:36:08.946882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur sint voluptatem ipsum dolorem perferendis quia ipsam.\",\"text\":\"The AI bus is down, synthesize the multi-byte pixel so we can program the PNG monitor!\"}"], ["created_at", "2016-10-06 15:36:08.947743"], ["updated_at", "2016-10-06 15:36:08.947743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore quo odio expedita inventore dolor.\",\"text\":\"Use the wireless SSL alarm, then you can synthesize the 1080p feed!\"}"], ["created_at", "2016-10-06 15:36:08.948670"], ["updated_at", "2016-10-06 15:36:08.948670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ut adipisci porro quos distinctio.\",\"text\":\"The THX port is down, calculate the haptic hard drive so we can quantify the HDD program!\"}"], ["created_at", "2016-10-06 15:36:08.949565"], ["updated_at", "2016-10-06 15:36:08.949565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit quia ea.\",\"text\":\"I'll input the bluetooth XML interface, that should matrix the SDD sensor!\"}"], ["created_at", "2016-10-06 15:36:08.950454"], ["updated_at", "2016-10-06 15:36:08.950454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati sit est omnis temporibus dolorum.\",\"text\":\"I'll generate the auxiliary HDD microchip, that should application the ADP application!\"}"], ["created_at", "2016-10-06 15:36:08.951337"], ["updated_at", "2016-10-06 15:36:08.951337"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione et occaecati officiis.\",\"text\":\"I'll parse the haptic HDD firewall, that should capacitor the GB application!\"}"], ["created_at", "2016-10-06 15:36:08.952258"], ["updated_at", "2016-10-06 15:36:08.952258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum consequatur cumque excepturi.\",\"text\":\"Use the mobile PNG bandwidth, then you can override the solid state sensor!\"}"], ["created_at", "2016-10-06 15:36:08.953145"], ["updated_at", "2016-10-06 15:36:08.953145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo omnis nesciunt.\",\"text\":\"You can't connect the monitor without generating the open-source USB port!\"}"], ["created_at", "2016-10-06 15:36:08.954020"], ["updated_at", "2016-10-06 15:36:08.954020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum et natus est.\",\"text\":\"We need to compress the bluetooth COM driver!\"}"], ["created_at", "2016-10-06 15:36:08.954919"], ["updated_at", "2016-10-06 15:36:08.954919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint voluptas accusamus at et autem.\",\"text\":\"You can't compress the program without transmitting the digital SMS bus!\"}"], ["created_at", "2016-10-06 15:36:08.955800"], ["updated_at", "2016-10-06 15:36:08.955800"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus dolorem voluptates qui reprehenderit voluptatem.\",\"text\":\"You can't generate the transmitter without overriding the online IB transmitter!\"}"], ["created_at", "2016-10-06 15:36:08.956693"], ["updated_at", "2016-10-06 15:36:08.956693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis consequatur voluptatem dolore necessitatibus eum tempora est.\",\"text\":\"I'll back up the back-end AGP interface, that should bus the FTP sensor!\"}"], ["created_at", "2016-10-06 15:36:08.957607"], ["updated_at", "2016-10-06 15:36:08.957607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est rem corrupti eos sit architecto deserunt.\",\"text\":\"Use the solid state CSS transmitter, then you can parse the 1080p microchip!\"}"], ["created_at", "2016-10-06 15:36:08.958504"], ["updated_at", "2016-10-06 15:36:08.958504"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus non commodi.\",\"text\":\"Try to compress the HTTP driver, maybe it will reboot the haptic protocol!\"}"], ["created_at", "2016-10-06 15:36:08.959391"], ["updated_at", "2016-10-06 15:36:08.959391"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta vel placeat incidunt.\",\"text\":\"You can't bypass the matrix without parsing the online SMS alarm!\"}"], ["created_at", "2016-10-06 15:36:08.960288"], ["updated_at", "2016-10-06 15:36:08.960288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi voluptatem porro aliquam quia iste.\",\"text\":\"You can't back up the monitor without connecting the solid state ADP program!\"}"], ["created_at", "2016-10-06 15:36:08.961154"], ["updated_at", "2016-10-06 15:36:08.961154"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita molestiae iste autem quidem quia veniam.\",\"text\":\"If we index the bandwidth, we can get to the TCP array through the primary JBOD panel!\"}"], ["created_at", "2016-10-06 15:36:08.962087"], ["updated_at", "2016-10-06 15:36:08.962087"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa culpa hic dolores ad in.\",\"text\":\"Use the multi-byte FTP application, then you can copy the open-source bus!\"}"], ["created_at", "2016-10-06 15:36:08.963084"], ["updated_at", "2016-10-06 15:36:08.963084"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum nihil corporis.\",\"text\":\"Use the virtual RSS application, then you can back up the cross-platform application!\"}"], ["created_at", "2016-10-06 15:36:08.964595"], ["updated_at", "2016-10-06 15:36:08.964595"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta dignissimos consectetur eaque sit.\",\"text\":\"I'll navigate the neural EXE firewall, that should system the SDD firewall!\"}"], ["created_at", "2016-10-06 15:36:08.965993"], ["updated_at", "2016-10-06 15:36:08.965993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci accusantium aut hic non a.\",\"text\":\"Hacking the program won't do anything, we need to compress the bluetooth hdd circuit!\"}"], ["created_at", "2016-10-06 15:36:08.966984"], ["updated_at", "2016-10-06 15:36:08.966984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In ea qui et nesciunt cumque sit sit.\",\"text\":\"Try to copy the FTP capacitor, maybe it will copy the solid state bus!\"}"], ["created_at", "2016-10-06 15:36:08.967898"], ["updated_at", "2016-10-06 15:36:08.967898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique consequatur illo.\",\"text\":\"Calculating the hard drive won't do anything, we need to hack the cross-platform sdd application!\"}"], ["created_at", "2016-10-06 15:36:08.968795"], ["updated_at", "2016-10-06 15:36:08.968795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum at voluptatem.\",\"text\":\"The USB sensor is down, navigate the auxiliary feed so we can reboot the JSON port!\"}"], ["created_at", "2016-10-06 15:36:08.969667"], ["updated_at", "2016-10-06 15:36:08.969667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit est et nam.\",\"text\":\"You can't connect the sensor without hacking the multi-byte GB bus!\"}"], ["created_at", "2016-10-06 15:36:08.970546"], ["updated_at", "2016-10-06 15:36:08.970546"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque non debitis fugiat occaecati quas quia.\",\"text\":\"Use the solid state SSL pixel, then you can back up the multi-byte program!\"}"], ["created_at", "2016-10-06 15:36:08.971411"], ["updated_at", "2016-10-06 15:36:08.971411"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At quia quis.\",\"text\":\"If we navigate the bus, we can get to the FTP array through the optical SMTP panel!\"}"], ["created_at", "2016-10-06 15:36:08.972325"], ["updated_at", "2016-10-06 15:36:08.972325"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam nostrum similique et a rem labore tempora.\",\"text\":\"You can't quantify the card without overriding the mobile TCP sensor!\"}"], ["created_at", "2016-10-06 15:36:08.973197"], ["updated_at", "2016-10-06 15:36:08.973197"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis ut unde molestiae architecto mollitia et.\",\"text\":\"I'll program the primary HDD bus, that should interface the THX driver!\"}"], ["created_at", "2016-10-06 15:36:08.974085"], ["updated_at", "2016-10-06 15:36:08.974085"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto debitis alias quisquam.\",\"text\":\"Use the digital AI microchip, then you can quantify the multi-byte interface!\"}"], ["created_at", "2016-10-06 15:36:08.974978"], ["updated_at", "2016-10-06 15:36:08.974978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nulla magnam.\",\"text\":\"Calculating the feed won't do anything, we need to program the haptic xml application!\"}"], ["created_at", "2016-10-06 15:36:08.975854"], ["updated_at", "2016-10-06 15:36:08.975854"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit laborum iure iste ea quam voluptates neque.\",\"text\":\"We need to override the open-source THX protocol!\"}"], ["created_at", "2016-10-06 15:36:08.976717"], ["updated_at", "2016-10-06 15:36:08.976717"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem nostrum praesentium reprehenderit corrupti tempore molestiae aut.\",\"text\":\"Use the auxiliary COM sensor, then you can compress the 1080p port!\"}"], ["created_at", "2016-10-06 15:36:08.977590"], ["updated_at", "2016-10-06 15:36:08.977590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem necessitatibus ipsum provident est omnis ipsa.\",\"text\":\"I'll input the solid state PCI program, that should protocol the RAM alarm!\"}"], ["created_at", "2016-10-06 15:36:08.978483"], ["updated_at", "2016-10-06 15:36:08.978483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi corrupti ut voluptas est.\",\"text\":\"Transmitting the system won't do anything, we need to copy the back-end smtp program!\"}"], ["created_at", "2016-10-06 15:36:08.979344"], ["updated_at", "2016-10-06 15:36:08.979344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos sint non ab deleniti dolore dolorem aut.\",\"text\":\"I'll calculate the cross-platform JSON microchip, that should driver the JSON interface!\"}"], ["created_at", "2016-10-06 15:36:08.980208"], ["updated_at", "2016-10-06 15:36:08.980208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus sint et.\",\"text\":\"If we generate the capacitor, we can get to the AI monitor through the 1080p SMS hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.981073"], ["updated_at", "2016-10-06 15:36:08.981073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam ut fugit.\",\"text\":\"Use the optical GB array, then you can index the redundant bandwidth!\"}"], ["created_at", "2016-10-06 15:36:08.981996"], ["updated_at", "2016-10-06 15:36:08.981996"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit voluptatibus maiores soluta voluptatem.\",\"text\":\"If we transmit the protocol, we can get to the SCSI circuit through the virtual FTP circuit!\"}"], ["created_at", "2016-10-06 15:36:08.982904"], ["updated_at", "2016-10-06 15:36:08.982904"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum autem quisquam molestias eum sit voluptas.\",\"text\":\"Try to transmit the EXE panel, maybe it will generate the primary application!\"}"], ["created_at", "2016-10-06 15:36:08.983847"], ["updated_at", "2016-10-06 15:36:08.983847"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium aperiam dolorum veritatis facilis natus.\",\"text\":\"Quantifying the alarm won't do anything, we need to copy the bluetooth pci monitor!\"}"], ["created_at", "2016-10-06 15:36:08.984863"], ["updated_at", "2016-10-06 15:36:08.984863"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam illo distinctio.\",\"text\":\"I'll reboot the 1080p JSON protocol, that should array the AGP hard drive!\"}"], ["created_at", "2016-10-06 15:36:08.985876"], ["updated_at", "2016-10-06 15:36:08.985876"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos et qui voluptatem itaque magni.\",\"text\":\"Compressing the circuit won't do anything, we need to program the multi-byte ftp application!\"}"], ["created_at", "2016-10-06 15:36:08.986903"], ["updated_at", "2016-10-06 15:36:08.986903"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam quas voluptatibus omnis modi corporis facere provident.\",\"text\":\"Use the digital COM port, then you can index the multi-byte alarm!\"}"], ["created_at", "2016-10-06 15:36:08.987918"], ["updated_at", "2016-10-06 15:36:08.987918"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas repudiandae est rem.\",\"text\":\"Use the neural TCP sensor, then you can hack the neural alarm!\"}"], ["created_at", "2016-10-06 15:36:08.988886"], ["updated_at", "2016-10-06 15:36:08.988886"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed est id cum vel eos.\",\"text\":\"We need to navigate the multi-byte EXE capacitor!\"}"], ["created_at", "2016-10-06 15:36:08.989924"], ["updated_at", "2016-10-06 15:36:08.989924"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat amet blanditiis ut sed.\",\"text\":\"You can't reboot the card without quantifying the haptic AI interface!\"}"], ["created_at", "2016-10-06 15:36:08.990918"], ["updated_at", "2016-10-06 15:36:08.990918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia dignissimos non dolor.\",\"text\":\"If we connect the bus, we can get to the XML array through the 1080p RSS bus!\"}"], ["created_at", "2016-10-06 15:36:08.991829"], ["updated_at", "2016-10-06 15:36:08.991829"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum est aliquam eveniet et.\",\"text\":\"We need to hack the bluetooth CSS application!\"}"], ["created_at", "2016-10-06 15:36:08.992692"], ["updated_at", "2016-10-06 15:36:08.992692"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates quibusdam omnis commodi qui et unde.\",\"text\":\"The SMTP pixel is down, connect the wireless array so we can quantify the SSL alarm!\"}"], ["created_at", "2016-10-06 15:36:08.993554"], ["updated_at", "2016-10-06 15:36:08.993554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur cum impedit eum.\",\"text\":\"We need to reboot the haptic JSON alarm!\"}"], ["created_at", "2016-10-06 15:36:08.994427"], ["updated_at", "2016-10-06 15:36:08.994427"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur accusamus omnis voluptatem.\",\"text\":\"You can't hack the panel without bypassing the digital EXE circuit!\"}"], ["created_at", "2016-10-06 15:36:08.995360"], ["updated_at", "2016-10-06 15:36:08.995360"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo inventore placeat quis non nihil.\",\"text\":\"If we copy the program, we can get to the SDD protocol through the wireless SMTP port!\"}"], ["created_at", "2016-10-06 15:36:08.996331"], ["updated_at", "2016-10-06 15:36:08.996331"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis numquam voluptatem accusantium quia.\",\"text\":\"If we back up the array, we can get to the SAS circuit through the optical COM microchip!\"}"], ["created_at", "2016-10-06 15:36:08.997960"], ["updated_at", "2016-10-06 15:36:08.997960"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga totam voluptates ea velit est architecto.\",\"text\":\"The CSS interface is down, program the primary matrix so we can quantify the USB monitor!\"}"], ["created_at", "2016-10-06 15:36:08.999287"], ["updated_at", "2016-10-06 15:36:08.999287"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A sint rem eos repudiandae ducimus quasi officia.\",\"text\":\"You can't hack the alarm without generating the cross-platform TCP firewall!\"}"], ["created_at", "2016-10-06 15:36:09.000235"], ["updated_at", "2016-10-06 15:36:09.000235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit voluptatem perspiciatis iure temporibus id labore.\",\"text\":\"Try to quantify the HTTP hard drive, maybe it will transmit the open-source sensor!\"}"], ["created_at", "2016-10-06 15:36:09.001141"], ["updated_at", "2016-10-06 15:36:09.001141"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ut aut nesciunt pariatur dolores.\",\"text\":\"The THX card is down, quantify the digital sensor so we can parse the SMTP protocol!\"}"], ["created_at", "2016-10-06 15:36:09.002015"], ["updated_at", "2016-10-06 15:36:09.002015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto sunt consequatur veniam minima.\",\"text\":\"Try to program the PNG application, maybe it will synthesize the auxiliary system!\"}"], ["created_at", "2016-10-06 15:36:09.002903"], ["updated_at", "2016-10-06 15:36:09.002903"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis aut enim accusantium vitae explicabo vel.\",\"text\":\"The GB circuit is down, parse the multi-byte port so we can program the XSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.003793"], ["updated_at", "2016-10-06 15:36:09.003793"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia illum ea et doloremque maiores iure.\",\"text\":\"If we transmit the interface, we can get to the CSS transmitter through the multi-byte XML hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.004661"], ["updated_at", "2016-10-06 15:36:09.004661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolores similique est et perspiciatis molestiae accusantium.\",\"text\":\"I'll program the solid state GB panel, that should interface the SMTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.005540"], ["updated_at", "2016-10-06 15:36:09.005540"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora sed modi fuga ut laboriosam sint quas.\",\"text\":\"If we override the application, we can get to the JSON bus through the cross-platform SQL card!\"}"], ["created_at", "2016-10-06 15:36:09.006444"], ["updated_at", "2016-10-06 15:36:09.006444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis iure alias.\",\"text\":\"If we input the application, we can get to the EXE port through the wireless PCI protocol!\"}"], ["created_at", "2016-10-06 15:36:09.007359"], ["updated_at", "2016-10-06 15:36:09.007359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam iste dolorem eos qui.\",\"text\":\"Use the open-source ADP transmitter, then you can back up the online array!\"}"], ["created_at", "2016-10-06 15:36:09.008258"], ["updated_at", "2016-10-06 15:36:09.008258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic nihil ut quo eaque repellendus.\",\"text\":\"I'll navigate the bluetooth SAS monitor, that should card the CSS bus!\"}"], ["created_at", "2016-10-06 15:36:09.009148"], ["updated_at", "2016-10-06 15:36:09.009148"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio non delectus quos eum.\",\"text\":\"The SMS alarm is down, program the virtual transmitter so we can synthesize the SCSI port!\"}"], ["created_at", "2016-10-06 15:36:09.010117"], ["updated_at", "2016-10-06 15:36:09.010117"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti distinctio temporibus eveniet.\",\"text\":\"Try to navigate the GB interface, maybe it will hack the auxiliary microchip!\"}"], ["created_at", "2016-10-06 15:36:09.011167"], ["updated_at", "2016-10-06 15:36:09.011167"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quas aut consequatur voluptates beatae.\",\"text\":\"Try to index the SSL card, maybe it will hack the primary driver!\"}"], ["created_at", "2016-10-06 15:36:09.012088"], ["updated_at", "2016-10-06 15:36:09.012088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti est excepturi.\",\"text\":\"Indexing the microchip won't do anything, we need to quantify the multi-byte scsi protocol!\"}"], ["created_at", "2016-10-06 15:36:09.012982"], ["updated_at", "2016-10-06 15:36:09.012982"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda eos illo nihil atque quas.\",\"text\":\"Use the auxiliary ADP sensor, then you can transmit the redundant panel!\"}"], ["created_at", "2016-10-06 15:36:09.013858"], ["updated_at", "2016-10-06 15:36:09.013858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe magni quod voluptates dicta ducimus aut.\",\"text\":\"We need to override the 1080p PNG sensor!\"}"], ["created_at", "2016-10-06 15:36:09.014803"], ["updated_at", "2016-10-06 15:36:09.014803"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore sunt voluptates aut et ipsam.\",\"text\":\"You can't parse the protocol without calculating the auxiliary HTTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.015801"], ["updated_at", "2016-10-06 15:36:09.015801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus velit consequuntur itaque.\",\"text\":\"Try to quantify the JSON monitor, maybe it will transmit the bluetooth alarm!\"}"], ["created_at", "2016-10-06 15:36:09.016725"], ["updated_at", "2016-10-06 15:36:09.016725"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio nisi non nobis et.\",\"text\":\"You can't input the array without indexing the multi-byte SDD microchip!\"}"], ["created_at", "2016-10-06 15:36:09.017614"], ["updated_at", "2016-10-06 15:36:09.017614"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At ipsa ut et accusamus assumenda.\",\"text\":\"I'll program the online GB matrix, that should port the XML bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.018515"], ["updated_at", "2016-10-06 15:36:09.018515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis dolorem corporis.\",\"text\":\"Try to index the AI array, maybe it will program the neural port!\"}"], ["created_at", "2016-10-06 15:36:09.019417"], ["updated_at", "2016-10-06 15:36:09.019417"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et illum quo cumque consequuntur delectus.\",\"text\":\"We need to navigate the haptic HTTP feed!\"}"], ["created_at", "2016-10-06 15:36:09.020288"], ["updated_at", "2016-10-06 15:36:09.020288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur excepturi et rerum aut et.\",\"text\":\"Indexing the transmitter won't do anything, we need to compress the virtual sdd sensor!\"}"], ["created_at", "2016-10-06 15:36:09.021173"], ["updated_at", "2016-10-06 15:36:09.021173"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et natus quis laboriosam.\",\"text\":\"Use the mobile SDD pixel, then you can index the cross-platform pixel!\"}"], ["created_at", "2016-10-06 15:36:09.022059"], ["updated_at", "2016-10-06 15:36:09.022059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit voluptate hic quidem optio velit.\",\"text\":\"The FTP interface is down, copy the multi-byte protocol so we can calculate the SAS monitor!\"}"], ["created_at", "2016-10-06 15:36:09.022996"], ["updated_at", "2016-10-06 15:36:09.022996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus velit ut nemo vero.\",\"text\":\"Try to generate the EXE feed, maybe it will compress the digital circuit!\"}"], ["created_at", "2016-10-06 15:36:09.023901"], ["updated_at", "2016-10-06 15:36:09.023901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati molestiae quia eaque.\",\"text\":\"We need to quantify the mobile SDD card!\"}"], ["created_at", "2016-10-06 15:36:09.024823"], ["updated_at", "2016-10-06 15:36:09.024823"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium explicabo voluptatem perferendis repellendus itaque et quod.\",\"text\":\"Backing up the circuit won't do anything, we need to reboot the haptic agp panel!\"}"], ["created_at", "2016-10-06 15:36:09.025699"], ["updated_at", "2016-10-06 15:36:09.025699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic quidem quos rerum voluptatibus placeat itaque.\",\"text\":\"Try to hack the GB application, maybe it will index the multi-byte microchip!\"}"], ["created_at", "2016-10-06 15:36:09.026603"], ["updated_at", "2016-10-06 15:36:09.026603"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est accusamus quaerat temporibus totam.\",\"text\":\"Use the online AGP bandwidth, then you can input the online driver!\"}"], ["created_at", "2016-10-06 15:36:09.027532"], ["updated_at", "2016-10-06 15:36:09.027532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore qui est.\",\"text\":\"I'll generate the cross-platform TCP matrix, that should interface the PNG transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.028429"], ["updated_at", "2016-10-06 15:36:09.028429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum facilis et nemo aut distinctio deserunt.\",\"text\":\"We need to calculate the redundant SDD microchip!\"}"], ["created_at", "2016-10-06 15:36:09.029311"], ["updated_at", "2016-10-06 15:36:09.029311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem cumque id dolor quae aspernatur at.\",\"text\":\"We need to reboot the primary EXE transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.030236"], ["updated_at", "2016-10-06 15:36:09.030236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum consequatur animi ipsam vero quia quia placeat.\",\"text\":\"Synthesizing the bandwidth won't do anything, we need to input the cross-platform png alarm!\"}"], ["created_at", "2016-10-06 15:36:09.031117"], ["updated_at", "2016-10-06 15:36:09.031117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque quibusdam molestiae corrupti qui unde placeat ea.\",\"text\":\"If we navigate the array, we can get to the CSS panel through the solid state SMS alarm!\"}"], ["created_at", "2016-10-06 15:36:09.032033"], ["updated_at", "2016-10-06 15:36:09.032033"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi autem veniam.\",\"text\":\"We need to bypass the bluetooth SMS matrix!\"}"], ["created_at", "2016-10-06 15:36:09.032951"], ["updated_at", "2016-10-06 15:36:09.032951"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit repudiandae et in.\",\"text\":\"You can't generate the protocol without quantifying the online PCI panel!\"}"], ["created_at", "2016-10-06 15:36:09.033868"], ["updated_at", "2016-10-06 15:36:09.033868"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit omnis rerum delectus ipsam.\",\"text\":\"Use the cross-platform USB sensor, then you can hack the 1080p circuit!\"}"], ["created_at", "2016-10-06 15:36:09.034802"], ["updated_at", "2016-10-06 15:36:09.034802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem error eos temporibus ipsa porro.\",\"text\":\"The AI hard drive is down, bypass the bluetooth port so we can compress the FTP sensor!\"}"], ["created_at", "2016-10-06 15:36:09.035696"], ["updated_at", "2016-10-06 15:36:09.035696"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia doloribus perspiciatis.\",\"text\":\"We need to back up the neural THX capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.036582"], ["updated_at", "2016-10-06 15:36:09.036582"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente deleniti vel veniam.\",\"text\":\"You can't hack the driver without connecting the bluetooth HTTP array!\"}"], ["created_at", "2016-10-06 15:36:09.037469"], ["updated_at", "2016-10-06 15:36:09.037469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga ducimus tempore quam.\",\"text\":\"We need to bypass the back-end XSS alarm!\"}"], ["created_at", "2016-10-06 15:36:09.038413"], ["updated_at", "2016-10-06 15:36:09.038413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla nemo corporis odit non blanditiis mollitia quibusdam.\",\"text\":\"Overriding the application won't do anything, we need to transmit the solid state xss firewall!\"}"], ["created_at", "2016-10-06 15:36:09.039299"], ["updated_at", "2016-10-06 15:36:09.039299"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim sunt consequatur molestias.\",\"text\":\"Use the cross-platform TCP capacitor, then you can navigate the multi-byte driver!\"}"], ["created_at", "2016-10-06 15:36:09.040198"], ["updated_at", "2016-10-06 15:36:09.040198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ipsam quis qui ea.\",\"text\":\"I'll transmit the online SAS feed, that should matrix the AGP matrix!\"}"], ["created_at", "2016-10-06 15:36:09.041122"], ["updated_at", "2016-10-06 15:36:09.041122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum aut enim.\",\"text\":\"The ADP system is down, index the online protocol so we can parse the GB array!\"}"], ["created_at", "2016-10-06 15:36:09.042019"], ["updated_at", "2016-10-06 15:36:09.042019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo tempore est quod vero officia ratione.\",\"text\":\"You can't hack the sensor without synthesizing the primary SMS sensor!\"}"], ["created_at", "2016-10-06 15:36:09.042945"], ["updated_at", "2016-10-06 15:36:09.042945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et excepturi numquam tempore.\",\"text\":\"Compressing the panel won't do anything, we need to generate the online ftp microchip!\"}"], ["created_at", "2016-10-06 15:36:09.043844"], ["updated_at", "2016-10-06 15:36:09.043844"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste quia soluta et dolorum.\",\"text\":\"I'll synthesize the neural XML monitor, that should firewall the SMTP monitor!\"}"], ["created_at", "2016-10-06 15:36:09.044721"], ["updated_at", "2016-10-06 15:36:09.044721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sint quisquam est sed.\",\"text\":\"Use the redundant SSL bus, then you can quantify the virtual array!\"}"], ["created_at", "2016-10-06 15:36:09.045618"], ["updated_at", "2016-10-06 15:36:09.045618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia dolorem ut laborum velit.\",\"text\":\"We need to connect the multi-byte HDD array!\"}"], ["created_at", "2016-10-06 15:36:09.046512"], ["updated_at", "2016-10-06 15:36:09.046512"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati eaque iusto qui nisi quisquam.\",\"text\":\"You can't calculate the card without parsing the primary JSON bus!\"}"], ["created_at", "2016-10-06 15:36:09.047402"], ["updated_at", "2016-10-06 15:36:09.047402"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis qui eum nihil doloribus et tenetur.\",\"text\":\"Try to navigate the SMTP monitor, maybe it will synthesize the bluetooth firewall!\"}"], ["created_at", "2016-10-06 15:36:09.048282"], ["updated_at", "2016-10-06 15:36:09.048282"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam eum reprehenderit ut error.\",\"text\":\"We need to program the virtual SDD panel!\"}"], ["created_at", "2016-10-06 15:36:09.049210"], ["updated_at", "2016-10-06 15:36:09.049210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos beatae unde voluptate porro.\",\"text\":\"If we synthesize the array, we can get to the SSL pixel through the virtual JBOD capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.050108"], ["updated_at", "2016-10-06 15:36:09.050108"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur quia et autem voluptas.\",\"text\":\"Programming the capacitor won't do anything, we need to connect the cross-platform exe alarm!\"}"], ["created_at", "2016-10-06 15:36:09.051043"], ["updated_at", "2016-10-06 15:36:09.051043"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem tenetur nulla repellendus ut molestiae commodi.\",\"text\":\"The PCI capacitor is down, calculate the back-end driver so we can transmit the ADP array!\"}"], ["created_at", "2016-10-06 15:36:09.051953"], ["updated_at", "2016-10-06 15:36:09.051953"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis ut ex consequatur culpa quas in.\",\"text\":\"Indexing the array won't do anything, we need to parse the optical ib alarm!\"}"], ["created_at", "2016-10-06 15:36:09.052841"], ["updated_at", "2016-10-06 15:36:09.052841"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In nobis iure tempora et.\",\"text\":\"Hacking the card won't do anything, we need to input the haptic ai system!\"}"], ["created_at", "2016-10-06 15:36:09.053755"], ["updated_at", "2016-10-06 15:36:09.053755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est tenetur velit at ut soluta sint.\",\"text\":\"Generating the transmitter won't do anything, we need to compress the bluetooth sas matrix!\"}"], ["created_at", "2016-10-06 15:36:09.054702"], ["updated_at", "2016-10-06 15:36:09.054702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis blanditiis officiis vitae eligendi.\",\"text\":\"You can't back up the matrix without bypassing the back-end JBOD sensor!\"}"], ["created_at", "2016-10-06 15:36:09.055603"], ["updated_at", "2016-10-06 15:36:09.055603"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae cupiditate sit rerum ea quasi.\",\"text\":\"I'll program the back-end XML port, that should driver the SCSI bus!\"}"], ["created_at", "2016-10-06 15:36:09.056490"], ["updated_at", "2016-10-06 15:36:09.056490"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea quis voluptatem sint est natus.\",\"text\":\"I'll input the optical COM interface, that should matrix the ADP bus!\"}"], ["created_at", "2016-10-06 15:36:09.057412"], ["updated_at", "2016-10-06 15:36:09.057412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime quia voluptatem ut soluta culpa.\",\"text\":\"Try to calculate the HTTP circuit, maybe it will reboot the online feed!\"}"], ["created_at", "2016-10-06 15:36:09.058345"], ["updated_at", "2016-10-06 15:36:09.058345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur a placeat qui beatae sunt.\",\"text\":\"The JBOD monitor is down, connect the solid state circuit so we can compress the SDD application!\"}"], ["created_at", "2016-10-06 15:36:09.059230"], ["updated_at", "2016-10-06 15:36:09.059230"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam qui ut distinctio.\",\"text\":\"Synthesizing the alarm won't do anything, we need to index the optical ssl system!\"}"], ["created_at", "2016-10-06 15:36:09.060139"], ["updated_at", "2016-10-06 15:36:09.060139"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel omnis necessitatibus hic perferendis eos.\",\"text\":\"You can't hack the panel without navigating the multi-byte JBOD system!\"}"], ["created_at", "2016-10-06 15:36:09.061107"], ["updated_at", "2016-10-06 15:36:09.061107"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt enim illo placeat natus sapiente et non.\",\"text\":\"Try to transmit the CSS firewall, maybe it will program the solid state card!\"}"], ["created_at", "2016-10-06 15:36:09.062115"], ["updated_at", "2016-10-06 15:36:09.062115"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus quia eum.\",\"text\":\"Bypassing the alarm won't do anything, we need to synthesize the solid state thx pixel!\"}"], ["created_at", "2016-10-06 15:36:09.063906"], ["updated_at", "2016-10-06 15:36:09.063906"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis nam esse consequatur et.\",\"text\":\"Overriding the hard drive won't do anything, we need to bypass the neural jbod capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.065153"], ["updated_at", "2016-10-06 15:36:09.065153"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores placeat omnis ad amet culpa.\",\"text\":\"Use the virtual SQL circuit, then you can connect the optical alarm!\"}"], ["created_at", "2016-10-06 15:36:09.066149"], ["updated_at", "2016-10-06 15:36:09.066149"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quaerat ut odio nam voluptatem neque beatae.\",\"text\":\"Use the mobile JBOD driver, then you can index the auxiliary array!\"}"], ["created_at", "2016-10-06 15:36:09.067077"], ["updated_at", "2016-10-06 15:36:09.067077"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut dolores id sit cum.\",\"text\":\"The AI card is down, back up the open-source monitor so we can copy the USB pixel!\"}"], ["created_at", "2016-10-06 15:36:09.067955"], ["updated_at", "2016-10-06 15:36:09.067955"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis ipsam officia eaque quod.\",\"text\":\"We need to reboot the mobile SDD protocol!\"}"], ["created_at", "2016-10-06 15:36:09.068833"], ["updated_at", "2016-10-06 15:36:09.068833"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt dolore quod harum inventore sed.\",\"text\":\"Use the virtual HDD feed, then you can reboot the auxiliary interface!\"}"], ["created_at", "2016-10-06 15:36:09.069749"], ["updated_at", "2016-10-06 15:36:09.069749"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae quod magni sed.\",\"text\":\"If we generate the array, we can get to the THX program through the neural JBOD port!\"}"], ["created_at", "2016-10-06 15:36:09.070641"], ["updated_at", "2016-10-06 15:36:09.070641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente itaque et veniam dolores.\",\"text\":\"You can't hack the microchip without quantifying the back-end COM firewall!\"}"], ["created_at", "2016-10-06 15:36:09.071634"], ["updated_at", "2016-10-06 15:36:09.071634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi quidem amet.\",\"text\":\"If we hack the matrix, we can get to the PCI alarm through the online GB card!\"}"], ["created_at", "2016-10-06 15:36:09.072567"], ["updated_at", "2016-10-06 15:36:09.072567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos est totam omnis officiis.\",\"text\":\"You can't calculate the microchip without bypassing the back-end SQL transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.073460"], ["updated_at", "2016-10-06 15:36:09.073460"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam provident molestias molestiae et maiores dolores fugiat.\",\"text\":\"Try to compress the XSS card, maybe it will transmit the bluetooth monitor!\"}"], ["created_at", "2016-10-06 15:36:09.074392"], ["updated_at", "2016-10-06 15:36:09.074392"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sint qui.\",\"text\":\"If we transmit the matrix, we can get to the SQL application through the open-source SSL alarm!\"}"], ["created_at", "2016-10-06 15:36:09.075292"], ["updated_at", "2016-10-06 15:36:09.075292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis nobis fuga.\",\"text\":\"We need to override the auxiliary PCI feed!\"}"], ["created_at", "2016-10-06 15:36:09.076227"], ["updated_at", "2016-10-06 15:36:09.076227"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis velit totam veritatis.\",\"text\":\"The HDD program is down, bypass the online card so we can connect the PNG microchip!\"}"], ["created_at", "2016-10-06 15:36:09.077117"], ["updated_at", "2016-10-06 15:36:09.077117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem veniam corrupti sit sunt dolor.\",\"text\":\"Try to program the FTP application, maybe it will reboot the auxiliary firewall!\"}"], ["created_at", "2016-10-06 15:36:09.078116"], ["updated_at", "2016-10-06 15:36:09.078116"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci ea dignissimos ut nihil.\",\"text\":\"Use the multi-byte SQL program, then you can copy the auxiliary circuit!\"}"], ["created_at", "2016-10-06 15:36:09.079029"], ["updated_at", "2016-10-06 15:36:09.079029"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed dolore eius voluptates ut.\",\"text\":\"You can't navigate the alarm without hacking the bluetooth SQL system!\"}"], ["created_at", "2016-10-06 15:36:09.079908"], ["updated_at", "2016-10-06 15:36:09.079908"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati animi sed.\",\"text\":\"Try to generate the RAM protocol, maybe it will reboot the solid state panel!\"}"], ["created_at", "2016-10-06 15:36:09.080826"], ["updated_at", "2016-10-06 15:36:09.080826"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis ut eos saepe.\",\"text\":\"I'll transmit the virtual SCSI circuit, that should monitor the TCP pixel!\"}"], ["created_at", "2016-10-06 15:36:09.081779"], ["updated_at", "2016-10-06 15:36:09.081779"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo nihil quis enim aliquid.\",\"text\":\"The SDD capacitor is down, synthesize the virtual bandwidth so we can copy the XSS bus!\"}"], ["created_at", "2016-10-06 15:36:09.083007"], ["updated_at", "2016-10-06 15:36:09.083007"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque quidem illum non voluptas expedita.\",\"text\":\"Calculating the bandwidth won't do anything, we need to bypass the back-end css sensor!\"}"], ["created_at", "2016-10-06 15:36:09.084471"], ["updated_at", "2016-10-06 15:36:09.084471"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia quaerat enim ad aliquam maxime.\",\"text\":\"I'll navigate the mobile AI driver, that should feed the IB microchip!\"}"], ["created_at", "2016-10-06 15:36:09.085821"], ["updated_at", "2016-10-06 15:36:09.085821"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ex molestiae.\",\"text\":\"Generating the card won't do anything, we need to connect the solid state smtp capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.087214"], ["updated_at", "2016-10-06 15:36:09.087214"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ea quis numquam.\",\"text\":\"We need to program the 1080p SMS microchip!\"}"], ["created_at", "2016-10-06 15:36:09.089677"], ["updated_at", "2016-10-06 15:36:09.089677"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione iusto iste itaque.\",\"text\":\"The PNG driver is down, calculate the neural transmitter so we can reboot the GB interface!\"}"], ["created_at", "2016-10-06 15:36:09.091087"], ["updated_at", "2016-10-06 15:36:09.091087"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus accusantium eligendi enim explicabo et recusandae.\",\"text\":\"You can't override the circuit without overriding the auxiliary JSON pixel!\"}"], ["created_at", "2016-10-06 15:36:09.093605"], ["updated_at", "2016-10-06 15:36:09.093605"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut cum magni inventore atque iure labore.\",\"text\":\"The PNG protocol is down, input the bluetooth sensor so we can reboot the PCI card!\"}"], ["created_at", "2016-10-06 15:36:09.094765"], ["updated_at", "2016-10-06 15:36:09.094765"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque ut accusantium.\",\"text\":\"I'll connect the wireless XML interface, that should panel the SDD capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.095793"], ["updated_at", "2016-10-06 15:36:09.095793"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam sint quae similique totam eligendi excepturi.\",\"text\":\"Try to hack the SAS sensor, maybe it will bypass the 1080p protocol!\"}"], ["created_at", "2016-10-06 15:36:09.096752"], ["updated_at", "2016-10-06 15:36:09.096752"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum omnis reprehenderit.\",\"text\":\"The TCP system is down, hack the haptic application so we can compress the AI hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.097696"], ["updated_at", "2016-10-06 15:36:09.097696"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo quas eos eos repellendus iure animi.\",\"text\":\"The AI array is down, parse the haptic system so we can override the JSON transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.098671"], ["updated_at", "2016-10-06 15:36:09.098671"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat laboriosam aut.\",\"text\":\"I'll hack the solid state SAS card, that should alarm the SDD hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.099756"], ["updated_at", "2016-10-06 15:36:09.099756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint mollitia consectetur iste eum ut maxime odio.\",\"text\":\"If we transmit the protocol, we can get to the EXE microchip through the online SMS interface!\"}"], ["created_at", "2016-10-06 15:36:09.100777"], ["updated_at", "2016-10-06 15:36:09.100777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel voluptas omnis.\",\"text\":\"We need to synthesize the back-end SAS application!\"}"], ["created_at", "2016-10-06 15:36:09.101754"], ["updated_at", "2016-10-06 15:36:09.101754"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati impedit aspernatur iure repellendus nulla et sed.\",\"text\":\"Use the optical THX application, then you can hack the cross-platform firewall!\"}"], ["created_at", "2016-10-06 15:36:09.102744"], ["updated_at", "2016-10-06 15:36:09.102744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur commodi quia.\",\"text\":\"Use the auxiliary SCSI panel, then you can bypass the open-source system!\"}"], ["created_at", "2016-10-06 15:36:09.103760"], ["updated_at", "2016-10-06 15:36:09.103760"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo deleniti corrupti.\",\"text\":\"You can't bypass the bandwidth without programming the haptic CSS array!\"}"], ["created_at", "2016-10-06 15:36:09.104783"], ["updated_at", "2016-10-06 15:36:09.104783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit nostrum velit rerum illo expedita.\",\"text\":\"I'll index the online IB bus, that should firewall the IB card!\"}"], ["created_at", "2016-10-06 15:36:09.105797"], ["updated_at", "2016-10-06 15:36:09.105797"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia assumenda amet et.\",\"text\":\"If we transmit the interface, we can get to the USB hard drive through the 1080p EXE capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.106853"], ["updated_at", "2016-10-06 15:36:09.106853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ut nobis sapiente nihil.\",\"text\":\"Overriding the hard drive won't do anything, we need to compress the wireless hdd application!\"}"], ["created_at", "2016-10-06 15:36:09.108824"], ["updated_at", "2016-10-06 15:36:09.108824"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos quia eius dignissimos quaerat dolorem.\",\"text\":\"Quantifying the card won't do anything, we need to copy the open-source ssl protocol!\"}"], ["created_at", "2016-10-06 15:36:09.109824"], ["updated_at", "2016-10-06 15:36:09.109824"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae impedit accusamus aliquid sed et et sint.\",\"text\":\"We need to input the mobile JSON hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.110766"], ["updated_at", "2016-10-06 15:36:09.110766"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus provident similique unde consectetur officiis sit est.\",\"text\":\"You can't calculate the bandwidth without quantifying the open-source XSS firewall!\"}"], ["created_at", "2016-10-06 15:36:09.111685"], ["updated_at", "2016-10-06 15:36:09.111685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic labore beatae placeat.\",\"text\":\"Try to copy the FTP bus, maybe it will hack the digital interface!\"}"], ["created_at", "2016-10-06 15:36:09.112605"], ["updated_at", "2016-10-06 15:36:09.112605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et omnis nisi est voluptas doloribus.\",\"text\":\"Copying the firewall won't do anything, we need to override the solid state ram application!\"}"], ["created_at", "2016-10-06 15:36:09.113541"], ["updated_at", "2016-10-06 15:36:09.113541"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia labore quis nostrum aut.\",\"text\":\"Calculating the bandwidth won't do anything, we need to back up the multi-byte rss system!\"}"], ["created_at", "2016-10-06 15:36:09.114519"], ["updated_at", "2016-10-06 15:36:09.114519"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur voluptas consequatur.\",\"text\":\"If we index the capacitor, we can get to the AI monitor through the primary PCI firewall!\"}"], ["created_at", "2016-10-06 15:36:09.115523"], ["updated_at", "2016-10-06 15:36:09.115523"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio numquam est ad quia.\",\"text\":\"If we parse the port, we can get to the HDD circuit through the optical SMTP protocol!\"}"], ["created_at", "2016-10-06 15:36:09.116545"], ["updated_at", "2016-10-06 15:36:09.116545"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi eum cupiditate tenetur quae illo ipsum.\",\"text\":\"Use the digital SDD matrix, then you can quantify the redundant alarm!\"}"], ["created_at", "2016-10-06 15:36:09.117514"], ["updated_at", "2016-10-06 15:36:09.117514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla a harum.\",\"text\":\"We need to synthesize the primary AGP firewall!\"}"], ["created_at", "2016-10-06 15:36:09.118441"], ["updated_at", "2016-10-06 15:36:09.118441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta maxime accusamus accusantium.\",\"text\":\"We need to synthesize the optical AGP sensor!\"}"], ["created_at", "2016-10-06 15:36:09.119345"], ["updated_at", "2016-10-06 15:36:09.119345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis id vero.\",\"text\":\"I'll index the mobile SSL circuit, that should bandwidth the PNG transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.120231"], ["updated_at", "2016-10-06 15:36:09.120231"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo adipisci aut maxime officia voluptatem repellat.\",\"text\":\"I'll navigate the optical SDD bus, that should firewall the CSS program!\"}"], ["created_at", "2016-10-06 15:36:09.121139"], ["updated_at", "2016-10-06 15:36:09.121139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea qui doloribus labore sed.\",\"text\":\"You can't program the card without transmitting the optical SSL alarm!\"}"], ["created_at", "2016-10-06 15:36:09.122055"], ["updated_at", "2016-10-06 15:36:09.122055"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt sed a nobis.\",\"text\":\"Try to reboot the RAM alarm, maybe it will calculate the multi-byte matrix!\"}"], ["created_at", "2016-10-06 15:36:09.122990"], ["updated_at", "2016-10-06 15:36:09.122990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae possimus adipisci.\",\"text\":\"You can't navigate the sensor without indexing the solid state XSS driver!\"}"], ["created_at", "2016-10-06 15:36:09.123917"], ["updated_at", "2016-10-06 15:36:09.123917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut corporis dolor temporibus sunt.\",\"text\":\"Try to override the TCP bandwidth, maybe it will quantify the bluetooth hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.124829"], ["updated_at", "2016-10-06 15:36:09.124829"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci facilis unde quo.\",\"text\":\"Use the auxiliary EXE driver, then you can input the bluetooth monitor!\"}"], ["created_at", "2016-10-06 15:36:09.125744"], ["updated_at", "2016-10-06 15:36:09.125744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sit aliquam quia aut.\",\"text\":\"We need to navigate the multi-byte XML matrix!\"}"], ["created_at", "2016-10-06 15:36:09.126673"], ["updated_at", "2016-10-06 15:36:09.126673"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum possimus excepturi.\",\"text\":\"You can't connect the system without synthesizing the open-source CSS pixel!\"}"], ["created_at", "2016-10-06 15:36:09.127565"], ["updated_at", "2016-10-06 15:36:09.127565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum aliquid velit quis aut dolor asperiores.\",\"text\":\"The THX pixel is down, transmit the bluetooth transmitter so we can reboot the SSL alarm!\"}"], ["created_at", "2016-10-06 15:36:09.128479"], ["updated_at", "2016-10-06 15:36:09.128479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur sit dolores explicabo.\",\"text\":\"Try to connect the SAS bandwidth, maybe it will override the virtual monitor!\"}"], ["created_at", "2016-10-06 15:36:09.129406"], ["updated_at", "2016-10-06 15:36:09.129406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis in corrupti debitis amet ullam.\",\"text\":\"The GB monitor is down, parse the redundant application so we can compress the JSON microchip!\"}"], ["created_at", "2016-10-06 15:36:09.130349"], ["updated_at", "2016-10-06 15:36:09.130349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos tempore et omnis repellat quas mollitia sint.\",\"text\":\"Backing up the monitor won't do anything, we need to quantify the optical adp driver!\"}"], ["created_at", "2016-10-06 15:36:09.131314"], ["updated_at", "2016-10-06 15:36:09.131314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae praesentium numquam totam facere maxime necessitatibus asperiores.\",\"text\":\"You can't hack the driver without hacking the multi-byte RSS application!\"}"], ["created_at", "2016-10-06 15:36:09.132262"], ["updated_at", "2016-10-06 15:36:09.132262"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus iusto cumque id recusandae expedita.\",\"text\":\"You can't generate the bus without synthesizing the bluetooth SQL driver!\"}"], ["created_at", "2016-10-06 15:36:09.133160"], ["updated_at", "2016-10-06 15:36:09.133160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa earum nemo laboriosam saepe.\",\"text\":\"You can't bypass the transmitter without overriding the open-source CSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.134072"], ["updated_at", "2016-10-06 15:36:09.134072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas blanditiis quia a vel et.\",\"text\":\"Use the virtual ADP firewall, then you can calculate the neural system!\"}"], ["created_at", "2016-10-06 15:36:09.135012"], ["updated_at", "2016-10-06 15:36:09.135012"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero autem omnis voluptatem.\",\"text\":\"You can't connect the circuit without connecting the virtual USB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.135919"], ["updated_at", "2016-10-06 15:36:09.135919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit voluptatem perspiciatis.\",\"text\":\"Quantifying the array won't do anything, we need to quantify the optical sql protocol!\"}"], ["created_at", "2016-10-06 15:36:09.136854"], ["updated_at", "2016-10-06 15:36:09.136854"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa rerum sed.\",\"text\":\"You can't transmit the port without quantifying the multi-byte THX hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.137824"], ["updated_at", "2016-10-06 15:36:09.137824"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut vel omnis voluptatem quaerat atque.\",\"text\":\"If we reboot the interface, we can get to the HTTP panel through the solid state PNG bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.138783"], ["updated_at", "2016-10-06 15:36:09.138783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias qui omnis amet odit officiis.\",\"text\":\"You can't parse the panel without transmitting the online CSS microchip!\"}"], ["created_at", "2016-10-06 15:36:09.139723"], ["updated_at", "2016-10-06 15:36:09.139723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem consequatur quia impedit vel velit.\",\"text\":\"You can't transmit the interface without programming the redundant AI circuit!\"}"], ["created_at", "2016-10-06 15:36:09.140685"], ["updated_at", "2016-10-06 15:36:09.140685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos est at vitae voluptatem sit.\",\"text\":\"If we override the circuit, we can get to the THX firewall through the multi-byte SQL protocol!\"}"], ["created_at", "2016-10-06 15:36:09.141628"], ["updated_at", "2016-10-06 15:36:09.141628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem doloremque molestiae eum est.\",\"text\":\"We need to reboot the digital XML program!\"}"], ["created_at", "2016-10-06 15:36:09.142564"], ["updated_at", "2016-10-06 15:36:09.142564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi id qui.\",\"text\":\"You can't synthesize the microchip without quantifying the online XSS bus!\"}"], ["created_at", "2016-10-06 15:36:09.143510"], ["updated_at", "2016-10-06 15:36:09.143510"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis reiciendis sapiente temporibus officia.\",\"text\":\"The HDD system is down, back up the digital program so we can input the USB hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.144469"], ["updated_at", "2016-10-06 15:36:09.144469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus voluptate autem veritatis iste omnis ut.\",\"text\":\"I'll copy the online SMTP array, that should bandwidth the TCP driver!\"}"], ["created_at", "2016-10-06 15:36:09.154278"], ["updated_at", "2016-10-06 15:36:09.154278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis qui maiores id soluta quae.\",\"text\":\"Backing up the driver won't do anything, we need to generate the wireless usb panel!\"}"], ["created_at", "2016-10-06 15:36:09.155316"], ["updated_at", "2016-10-06 15:36:09.155316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa quia veritatis modi sed autem iusto.\",\"text\":\"Compressing the microchip won't do anything, we need to override the optical agp bus!\"}"], ["created_at", "2016-10-06 15:36:09.156204"], ["updated_at", "2016-10-06 15:36:09.156204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus vitae repudiandae ut consectetur enim.\",\"text\":\"If we calculate the transmitter, we can get to the PCI system through the wireless IB application!\"}"], ["created_at", "2016-10-06 15:36:09.157099"], ["updated_at", "2016-10-06 15:36:09.157099"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id ut natus accusantium harum at quia esse.\",\"text\":\"I'll back up the cross-platform TCP capacitor, that should driver the SQL pixel!\"}"], ["created_at", "2016-10-06 15:36:09.157974"], ["updated_at", "2016-10-06 15:36:09.157974"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum perferendis odio laudantium ut sed sapiente et.\",\"text\":\"You can't synthesize the pixel without hacking the 1080p TCP sensor!\"}"], ["created_at", "2016-10-06 15:36:09.158870"], ["updated_at", "2016-10-06 15:36:09.158870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione laudantium rerum ut.\",\"text\":\"The COM program is down, quantify the 1080p protocol so we can connect the USB protocol!\"}"], ["created_at", "2016-10-06 15:36:09.159734"], ["updated_at", "2016-10-06 15:36:09.159734"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est error ipsum ab alias tenetur.\",\"text\":\"Use the virtual SCSI bus, then you can parse the wireless interface!\"}"], ["created_at", "2016-10-06 15:36:09.160669"], ["updated_at", "2016-10-06 15:36:09.160669"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum quidem in assumenda.\",\"text\":\"We need to synthesize the cross-platform SMS microchip!\"}"], ["created_at", "2016-10-06 15:36:09.161626"], ["updated_at", "2016-10-06 15:36:09.161626"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam voluptatem quam minima molestiae autem iusto et.\",\"text\":\"The GB array is down, connect the primary microchip so we can hack the USB array!\"}"], ["created_at", "2016-10-06 15:36:09.162956"], ["updated_at", "2016-10-06 15:36:09.162956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo eum est illum.\",\"text\":\"If we bypass the capacitor, we can get to the GB system through the neural SAS firewall!\"}"], ["created_at", "2016-10-06 15:36:09.164520"], ["updated_at", "2016-10-06 15:36:09.164520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore incidunt perferendis optio.\",\"text\":\"Try to connect the ADP microchip, maybe it will program the 1080p system!\"}"], ["created_at", "2016-10-06 15:36:09.165542"], ["updated_at", "2016-10-06 15:36:09.165542"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus amet enim mollitia repellendus qui.\",\"text\":\"Synthesizing the panel won't do anything, we need to input the primary sas transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.166449"], ["updated_at", "2016-10-06 15:36:09.166449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas rerum ipsam labore corrupti aut delectus et.\",\"text\":\"We need to parse the open-source SMTP card!\"}"], ["created_at", "2016-10-06 15:36:09.167326"], ["updated_at", "2016-10-06 15:36:09.167326"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed minus temporibus est sunt.\",\"text\":\"If we bypass the protocol, we can get to the SMTP bus through the haptic RAM bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.168181"], ["updated_at", "2016-10-06 15:36:09.168181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt porro et qui ut qui consequatur non.\",\"text\":\"The RSS monitor is down, transmit the multi-byte bus so we can generate the XML monitor!\"}"], ["created_at", "2016-10-06 15:36:09.169059"], ["updated_at", "2016-10-06 15:36:09.169059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea ea eos est consectetur.\",\"text\":\"We need to transmit the cross-platform SQL transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.169928"], ["updated_at", "2016-10-06 15:36:09.169928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt sed corporis laborum totam consequatur aut.\",\"text\":\"Use the digital GB hard drive, then you can synthesize the multi-byte circuit!\"}"], ["created_at", "2016-10-06 15:36:09.170841"], ["updated_at", "2016-10-06 15:36:09.170841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil ab et voluptas aut quae eius consequuntur.\",\"text\":\"I'll back up the digital RSS protocol, that should sensor the JBOD matrix!\"}"], ["created_at", "2016-10-06 15:36:09.171702"], ["updated_at", "2016-10-06 15:36:09.171702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque inventore blanditiis.\",\"text\":\"We need to calculate the cross-platform JBOD bus!\"}"], ["created_at", "2016-10-06 15:36:09.172577"], ["updated_at", "2016-10-06 15:36:09.172577"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque et esse architecto corporis eaque.\",\"text\":\"If we navigate the bus, we can get to the USB system through the wireless PNG sensor!\"}"], ["created_at", "2016-10-06 15:36:09.173467"], ["updated_at", "2016-10-06 15:36:09.173467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis consectetur non optio qui ab velit.\",\"text\":\"Synthesizing the hard drive won't do anything, we need to override the wireless sms driver!\"}"], ["created_at", "2016-10-06 15:36:09.174382"], ["updated_at", "2016-10-06 15:36:09.174382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam error id dignissimos consequuntur quaerat voluptas.\",\"text\":\"I'll connect the back-end RSS panel, that should hard drive the ADP interface!\"}"], ["created_at", "2016-10-06 15:36:09.175249"], ["updated_at", "2016-10-06 15:36:09.175249"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores dolorum laboriosam id natus quod tenetur voluptatem.\",\"text\":\"The SMTP system is down, input the wireless feed so we can synthesize the USB firewall!\"}"], ["created_at", "2016-10-06 15:36:09.176124"], ["updated_at", "2016-10-06 15:36:09.176124"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus ut nihil hic quia est in similique.\",\"text\":\"You can't synthesize the protocol without programming the auxiliary XML sensor!\"}"], ["created_at", "2016-10-06 15:36:09.177044"], ["updated_at", "2016-10-06 15:36:09.177044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et rem quibusdam nihil.\",\"text\":\"We need to navigate the neural RSS hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.178011"], ["updated_at", "2016-10-06 15:36:09.178011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia optio odit.\",\"text\":\"Try to input the IB pixel, maybe it will input the wireless system!\"}"], ["created_at", "2016-10-06 15:36:09.178944"], ["updated_at", "2016-10-06 15:36:09.178944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et autem pariatur inventore deleniti quos.\",\"text\":\"Use the open-source PCI pixel, then you can transmit the wireless transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.179940"], ["updated_at", "2016-10-06 15:36:09.179940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam minus magni.\",\"text\":\"I'll back up the redundant SQL alarm, that should feed the EXE circuit!\"}"], ["created_at", "2016-10-06 15:36:09.180857"], ["updated_at", "2016-10-06 15:36:09.180857"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus molestias dolores qui sed.\",\"text\":\"Use the solid state COM array, then you can program the wireless pixel!\"}"], ["created_at", "2016-10-06 15:36:09.181742"], ["updated_at", "2016-10-06 15:36:09.181742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex architecto sit.\",\"text\":\"You can't input the circuit without transmitting the auxiliary COM port!\"}"], ["created_at", "2016-10-06 15:36:09.182815"], ["updated_at", "2016-10-06 15:36:09.182815"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae rerum ut unde velit eveniet debitis nostrum.\",\"text\":\"If we calculate the bus, we can get to the TCP pixel through the wireless FTP microchip!\"}"], ["created_at", "2016-10-06 15:36:09.183816"], ["updated_at", "2016-10-06 15:36:09.183816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est nobis dolorem soluta voluptatem unde quibusdam.\",\"text\":\"The RSS transmitter is down, parse the back-end bus so we can program the SSL interface!\"}"], ["created_at", "2016-10-06 15:36:09.184824"], ["updated_at", "2016-10-06 15:36:09.184824"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae eveniet laborum voluptatem atque.\",\"text\":\"Try to copy the SQL interface, maybe it will parse the haptic capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.185839"], ["updated_at", "2016-10-06 15:36:09.185839"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam occaecati maiores ut tempore est porro id.\",\"text\":\"Use the virtual XML driver, then you can navigate the mobile alarm!\"}"], ["created_at", "2016-10-06 15:36:09.186864"], ["updated_at", "2016-10-06 15:36:09.186864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis ipsum atque sint asperiores soluta.\",\"text\":\"Quantifying the firewall won't do anything, we need to reboot the online tcp panel!\"}"], ["created_at", "2016-10-06 15:36:09.187793"], ["updated_at", "2016-10-06 15:36:09.187793"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia dicta qui est voluptas rem minima.\",\"text\":\"The SMS sensor is down, override the haptic matrix so we can generate the THX alarm!\"}"], ["created_at", "2016-10-06 15:36:09.188667"], ["updated_at", "2016-10-06 15:36:09.188667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo praesentium consequatur aspernatur veritatis porro.\",\"text\":\"I'll hack the bluetooth SAS circuit, that should hard drive the SSL port!\"}"], ["created_at", "2016-10-06 15:36:09.189522"], ["updated_at", "2016-10-06 15:36:09.189522"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut odio tenetur eius velit dolores.\",\"text\":\"You can't copy the array without overriding the optical AGP system!\"}"], ["created_at", "2016-10-06 15:36:09.190482"], ["updated_at", "2016-10-06 15:36:09.190482"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat ut nostrum illum perspiciatis.\",\"text\":\"We need to input the primary EXE protocol!\"}"], ["created_at", "2016-10-06 15:36:09.191929"], ["updated_at", "2016-10-06 15:36:09.191929"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum ab tenetur sint.\",\"text\":\"Navigating the system won't do anything, we need to generate the neural sql interface!\"}"], ["created_at", "2016-10-06 15:36:09.193376"], ["updated_at", "2016-10-06 15:36:09.193376"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat accusamus sequi temporibus rerum.\",\"text\":\"Use the mobile THX port, then you can quantify the haptic microchip!\"}"], ["created_at", "2016-10-06 15:36:09.194628"], ["updated_at", "2016-10-06 15:36:09.194628"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis consequatur provident.\",\"text\":\"I'll bypass the digital SQL panel, that should pixel the SAS port!\"}"], ["created_at", "2016-10-06 15:36:09.195979"], ["updated_at", "2016-10-06 15:36:09.195979"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem officia ducimus veritatis ipsa tempora aut facilis.\",\"text\":\"Try to index the XSS driver, maybe it will calculate the primary interface!\"}"], ["created_at", "2016-10-06 15:36:09.198999"], ["updated_at", "2016-10-06 15:36:09.198999"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel et quaerat non aut nostrum dolore.\",\"text\":\"If we copy the feed, we can get to the PNG pixel through the multi-byte SMS panel!\"}"], ["created_at", "2016-10-06 15:36:09.200833"], ["updated_at", "2016-10-06 15:36:09.200833"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus sunt aliquam ut nemo incidunt sed non.\",\"text\":\"We need to quantify the wireless SCSI feed!\"}"], ["created_at", "2016-10-06 15:36:09.201896"], ["updated_at", "2016-10-06 15:36:09.201896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis soluta placeat ut quod.\",\"text\":\"Connecting the microchip won't do anything, we need to input the haptic rss interface!\"}"], ["created_at", "2016-10-06 15:36:09.202915"], ["updated_at", "2016-10-06 15:36:09.202915"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae vel voluptatem non.\",\"text\":\"The IB system is down, override the wireless pixel so we can override the EXE transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.203878"], ["updated_at", "2016-10-06 15:36:09.203878"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex dignissimos vero doloribus et quos hic.\",\"text\":\"We need to program the primary GB interface!\"}"], ["created_at", "2016-10-06 15:36:09.204840"], ["updated_at", "2016-10-06 15:36:09.204840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem molestias culpa velit optio officiis.\",\"text\":\"You can't bypass the transmitter without indexing the 1080p XML bus!\"}"], ["created_at", "2016-10-06 15:36:09.205705"], ["updated_at", "2016-10-06 15:36:09.205705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam rerum eaque doloribus.\",\"text\":\"I'll navigate the optical THX hard drive, that should program the SQL matrix!\"}"], ["created_at", "2016-10-06 15:36:09.206610"], ["updated_at", "2016-10-06 15:36:09.206610"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas iste omnis voluptas est eos saepe quos.\",\"text\":\"We need to back up the multi-byte JBOD pixel!\"}"], ["created_at", "2016-10-06 15:36:09.207475"], ["updated_at", "2016-10-06 15:36:09.207475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis non consectetur dolores.\",\"text\":\"If we input the interface, we can get to the PNG firewall through the neural JBOD monitor!\"}"], ["created_at", "2016-10-06 15:36:09.208358"], ["updated_at", "2016-10-06 15:36:09.208358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam rerum et vel.\",\"text\":\"We need to program the cross-platform TCP monitor!\"}"], ["created_at", "2016-10-06 15:36:09.209216"], ["updated_at", "2016-10-06 15:36:09.209216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quo voluptas rerum recusandae quidem.\",\"text\":\"You can't reboot the bus without transmitting the digital EXE matrix!\"}"], ["created_at", "2016-10-06 15:36:09.210092"], ["updated_at", "2016-10-06 15:36:09.210092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et exercitationem voluptas ut.\",\"text\":\"The AGP alarm is down, input the bluetooth microchip so we can compress the SMTP driver!\"}"], ["created_at", "2016-10-06 15:36:09.210960"], ["updated_at", "2016-10-06 15:36:09.210960"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum sit commodi omnis fugiat quae rerum numquam.\",\"text\":\"If we hack the firewall, we can get to the SDD pixel through the auxiliary SDD system!\"}"], ["created_at", "2016-10-06 15:36:09.211882"], ["updated_at", "2016-10-06 15:36:09.211882"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem provident similique.\",\"text\":\"Use the auxiliary FTP interface, then you can transmit the online protocol!\"}"], ["created_at", "2016-10-06 15:36:09.212783"], ["updated_at", "2016-10-06 15:36:09.212783"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur et repellendus sit doloremque eius.\",\"text\":\"If we calculate the application, we can get to the AGP bandwidth through the wireless SDD pixel!\"}"], ["created_at", "2016-10-06 15:36:09.213874"], ["updated_at", "2016-10-06 15:36:09.213874"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ad aperiam magnam tempore iusto ex.\",\"text\":\"You can't program the panel without hacking the auxiliary SMS panel!\"}"], ["created_at", "2016-10-06 15:36:09.216803"], ["updated_at", "2016-10-06 15:36:09.216803"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae ipsam vel iste.\",\"text\":\"We need to calculate the mobile PCI application!\"}"], ["created_at", "2016-10-06 15:36:09.217922"], ["updated_at", "2016-10-06 15:36:09.217922"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est non ab molestiae laudantium.\",\"text\":\"Try to override the RSS sensor, maybe it will bypass the online card!\"}"], ["created_at", "2016-10-06 15:36:09.218832"], ["updated_at", "2016-10-06 15:36:09.218832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At quis totam pariatur.\",\"text\":\"We need to navigate the virtual CSS sensor!\"}"], ["created_at", "2016-10-06 15:36:09.219708"], ["updated_at", "2016-10-06 15:36:09.219708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga perspiciatis praesentium mollitia quae laboriosam quo.\",\"text\":\"I'll transmit the open-source USB hard drive, that should circuit the HDD feed!\"}"], ["created_at", "2016-10-06 15:36:09.220573"], ["updated_at", "2016-10-06 15:36:09.220573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti debitis ab enim.\",\"text\":\"Use the cross-platform SSL circuit, then you can quantify the neural pixel!\"}"], ["created_at", "2016-10-06 15:36:09.221443"], ["updated_at", "2016-10-06 15:36:09.221443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum molestiae optio eaque.\",\"text\":\"We need to parse the optical SCSI application!\"}"], ["created_at", "2016-10-06 15:36:09.222315"], ["updated_at", "2016-10-06 15:36:09.222315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus cum fugit repudiandae corrupti et cumque.\",\"text\":\"I'll calculate the multi-byte FTP bus, that should circuit the GB panel!\"}"], ["created_at", "2016-10-06 15:36:09.223197"], ["updated_at", "2016-10-06 15:36:09.223197"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui atque eum possimus id.\",\"text\":\"Use the neural RAM port, then you can program the virtual sensor!\"}"], ["created_at", "2016-10-06 15:36:09.224082"], ["updated_at", "2016-10-06 15:36:09.224082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum qui illo error sunt.\",\"text\":\"You can't generate the program without synthesizing the mobile USB firewall!\"}"], ["created_at", "2016-10-06 15:36:09.224946"], ["updated_at", "2016-10-06 15:36:09.224946"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit vitae deleniti.\",\"text\":\"Try to copy the SAS bandwidth, maybe it will hack the back-end port!\"}"], ["created_at", "2016-10-06 15:36:09.225826"], ["updated_at", "2016-10-06 15:36:09.225826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed repudiandae soluta sit cupiditate.\",\"text\":\"If we generate the bandwidth, we can get to the EXE capacitor through the wireless AGP card!\"}"], ["created_at", "2016-10-06 15:36:09.226702"], ["updated_at", "2016-10-06 15:36:09.226702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil aut minus.\",\"text\":\"You can't calculate the panel without transmitting the optical SQL program!\"}"], ["created_at", "2016-10-06 15:36:09.227574"], ["updated_at", "2016-10-06 15:36:09.227574"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam similique vero tempore voluptatem maxime.\",\"text\":\"We need to calculate the wireless SMS microchip!\"}"], ["created_at", "2016-10-06 15:36:09.228452"], ["updated_at", "2016-10-06 15:36:09.228452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia enim voluptatibus et.\",\"text\":\"Hacking the panel won't do anything, we need to input the solid state sas alarm!\"}"], ["created_at", "2016-10-06 15:36:09.229349"], ["updated_at", "2016-10-06 15:36:09.229349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi sed ab doloribus velit pariatur saepe.\",\"text\":\"I'll generate the cross-platform RAM firewall, that should capacitor the SAS alarm!\"}"], ["created_at", "2016-10-06 15:36:09.230224"], ["updated_at", "2016-10-06 15:36:09.230224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus expedita dolores vitae earum.\",\"text\":\"You can't quantify the driver without overriding the virtual SMS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.231130"], ["updated_at", "2016-10-06 15:36:09.231130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis voluptatem consequuntur est.\",\"text\":\"Try to synthesize the SCSI alarm, maybe it will index the optical alarm!\"}"], ["created_at", "2016-10-06 15:36:09.232102"], ["updated_at", "2016-10-06 15:36:09.232102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur quisquam sapiente nihil inventore excepturi non.\",\"text\":\"The COM feed is down, reboot the online card so we can navigate the SQL capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.232989"], ["updated_at", "2016-10-06 15:36:09.232989"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sint exercitationem pariatur quas qui ipsa maiores.\",\"text\":\"The HTTP sensor is down, quantify the multi-byte firewall so we can index the COM program!\"}"], ["created_at", "2016-10-06 15:36:09.233883"], ["updated_at", "2016-10-06 15:36:09.233883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus placeat perspiciatis beatae totam.\",\"text\":\"The PCI card is down, generate the digital matrix so we can index the SMS panel!\"}"], ["created_at", "2016-10-06 15:36:09.234799"], ["updated_at", "2016-10-06 15:36:09.234799"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur alias dolorem molestiae voluptas omnis autem.\",\"text\":\"Use the auxiliary SMTP firewall, then you can generate the virtual application!\"}"], ["created_at", "2016-10-06 15:36:09.235681"], ["updated_at", "2016-10-06 15:36:09.235681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est eaque beatae occaecati.\",\"text\":\"Try to index the CSS system, maybe it will input the redundant panel!\"}"], ["created_at", "2016-10-06 15:36:09.236564"], ["updated_at", "2016-10-06 15:36:09.236564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nihil et et pariatur eveniet est enim.\",\"text\":\"We need to synthesize the back-end RSS interface!\"}"], ["created_at", "2016-10-06 15:36:09.237460"], ["updated_at", "2016-10-06 15:36:09.237460"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi necessitatibus laboriosam.\",\"text\":\"Bypassing the circuit won't do anything, we need to calculate the open-source sql protocol!\"}"], ["created_at", "2016-10-06 15:36:09.238368"], ["updated_at", "2016-10-06 15:36:09.238368"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est occaecati nam quas aspernatur consequuntur hic.\",\"text\":\"I'll input the auxiliary AGP system, that should application the XML sensor!\"}"], ["created_at", "2016-10-06 15:36:09.239232"], ["updated_at", "2016-10-06 15:36:09.239232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore et eum quasi facere fugiat non ducimus.\",\"text\":\"Use the online SQL feed, then you can connect the multi-byte microchip!\"}"], ["created_at", "2016-10-06 15:36:09.240130"], ["updated_at", "2016-10-06 15:36:09.240130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam nam quis.\",\"text\":\"Try to hack the SQL pixel, maybe it will bypass the redundant interface!\"}"], ["created_at", "2016-10-06 15:36:09.241010"], ["updated_at", "2016-10-06 15:36:09.241010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias error dolorem id quis.\",\"text\":\"Generating the interface won't do anything, we need to reboot the cross-platform rss card!\"}"], ["created_at", "2016-10-06 15:36:09.241883"], ["updated_at", "2016-10-06 15:36:09.241883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus vel ut non repellat a.\",\"text\":\"Overriding the microchip won't do anything, we need to calculate the virtual sas application!\"}"], ["created_at", "2016-10-06 15:36:09.242784"], ["updated_at", "2016-10-06 15:36:09.242784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt minima quo non inventore.\",\"text\":\"We need to reboot the redundant XML panel!\"}"], ["created_at", "2016-10-06 15:36:09.243662"], ["updated_at", "2016-10-06 15:36:09.243662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda aut nesciunt eaque soluta.\",\"text\":\"If we input the pixel, we can get to the EXE driver through the solid state AGP program!\"}"], ["created_at", "2016-10-06 15:36:09.244582"], ["updated_at", "2016-10-06 15:36:09.244582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque et ut culpa dolorem.\",\"text\":\"We need to back up the haptic HTTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.245470"], ["updated_at", "2016-10-06 15:36:09.245470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque sint et.\",\"text\":\"Bypassing the hard drive won't do anything, we need to input the online xml microchip!\"}"], ["created_at", "2016-10-06 15:36:09.246381"], ["updated_at", "2016-10-06 15:36:09.246381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur consequatur ab ea et quos dolore aut.\",\"text\":\"Use the back-end XML program, then you can navigate the optical sensor!\"}"], ["created_at", "2016-10-06 15:36:09.247267"], ["updated_at", "2016-10-06 15:36:09.247267"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam porro nostrum placeat vitae illo.\",\"text\":\"The AI circuit is down, navigate the auxiliary driver so we can parse the SQL microchip!\"}"], ["created_at", "2016-10-06 15:36:09.248153"], ["updated_at", "2016-10-06 15:36:09.248153"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quaerat dolor exercitationem.\",\"text\":\"Use the virtual COM transmitter, then you can index the mobile bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.249039"], ["updated_at", "2016-10-06 15:36:09.249039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est esse in.\",\"text\":\"You can't index the panel without bypassing the haptic HTTP panel!\"}"], ["created_at", "2016-10-06 15:36:09.249902"], ["updated_at", "2016-10-06 15:36:09.249902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas eveniet sit sunt.\",\"text\":\"Try to navigate the PCI interface, maybe it will bypass the redundant monitor!\"}"], ["created_at", "2016-10-06 15:36:09.250829"], ["updated_at", "2016-10-06 15:36:09.250829"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sed et in dicta voluptas repudiandae.\",\"text\":\"Try to parse the HTTP program, maybe it will override the neural monitor!\"}"], ["created_at", "2016-10-06 15:36:09.251710"], ["updated_at", "2016-10-06 15:36:09.251710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus deserunt porro impedit explicabo.\",\"text\":\"The XML bandwidth is down, calculate the primary capacitor so we can transmit the ADP array!\"}"], ["created_at", "2016-10-06 15:36:09.252569"], ["updated_at", "2016-10-06 15:36:09.252569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quae voluptatem autem.\",\"text\":\"Use the digital XML array, then you can hack the virtual monitor!\"}"], ["created_at", "2016-10-06 15:36:09.253437"], ["updated_at", "2016-10-06 15:36:09.253437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi minima et.\",\"text\":\"We need to navigate the redundant CSS sensor!\"}"], ["created_at", "2016-10-06 15:36:09.254340"], ["updated_at", "2016-10-06 15:36:09.254340"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed est architecto animi tenetur similique minus fugit.\",\"text\":\"If we parse the capacitor, we can get to the SDD monitor through the optical RAM application!\"}"], ["created_at", "2016-10-06 15:36:09.255237"], ["updated_at", "2016-10-06 15:36:09.255237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat hic cumque iste quia incidunt.\",\"text\":\"I'll parse the virtual PNG panel, that should matrix the PNG array!\"}"], ["created_at", "2016-10-06 15:36:09.256102"], ["updated_at", "2016-10-06 15:36:09.256102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis ratione doloribus.\",\"text\":\"Try to synthesize the JSON alarm, maybe it will parse the bluetooth capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.257002"], ["updated_at", "2016-10-06 15:36:09.257002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut velit odit enim placeat voluptatem.\",\"text\":\"If we reboot the microchip, we can get to the RAM panel through the multi-byte SMTP protocol!\"}"], ["created_at", "2016-10-06 15:36:09.257868"], ["updated_at", "2016-10-06 15:36:09.257868"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed accusantium ipsam necessitatibus.\",\"text\":\"The PCI feed is down, navigate the cross-platform interface so we can override the THX feed!\"}"], ["created_at", "2016-10-06 15:36:09.258791"], ["updated_at", "2016-10-06 15:36:09.258791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia iusto nobis.\",\"text\":\"We need to quantify the open-source ADP application!\"}"], ["created_at", "2016-10-06 15:36:09.259653"], ["updated_at", "2016-10-06 15:36:09.259653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia beatae voluptatem.\",\"text\":\"Use the auxiliary SMS hard drive, then you can calculate the multi-byte sensor!\"}"], ["created_at", "2016-10-06 15:36:09.260526"], ["updated_at", "2016-10-06 15:36:09.260526"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt ipsa magnam.\",\"text\":\"We need to bypass the mobile RSS system!\"}"], ["created_at", "2016-10-06 15:36:09.261442"], ["updated_at", "2016-10-06 15:36:09.261442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate quae magni perferendis ea vero.\",\"text\":\"Try to synthesize the SMS transmitter, maybe it will copy the primary program!\"}"], ["created_at", "2016-10-06 15:36:09.262331"], ["updated_at", "2016-10-06 15:36:09.262331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima laborum dolorem laboriosam eos.\",\"text\":\"If we hack the hard drive, we can get to the ADP capacitor through the haptic XSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.263206"], ["updated_at", "2016-10-06 15:36:09.263206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quis iste blanditiis deserunt.\",\"text\":\"You can't quantify the capacitor without bypassing the auxiliary SDD array!\"}"], ["created_at", "2016-10-06 15:36:09.264090"], ["updated_at", "2016-10-06 15:36:09.264090"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate aliquid saepe ut aut quo sint in.\",\"text\":\"You can't calculate the capacitor without calculating the 1080p IB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.264958"], ["updated_at", "2016-10-06 15:36:09.264958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus animi voluptas nam.\",\"text\":\"I'll override the neural FTP bus, that should sensor the AGP panel!\"}"], ["created_at", "2016-10-06 15:36:09.265855"], ["updated_at", "2016-10-06 15:36:09.265855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita adipisci doloremque quis et nam id.\",\"text\":\"We need to transmit the cross-platform COM bus!\"}"], ["created_at", "2016-10-06 15:36:09.266720"], ["updated_at", "2016-10-06 15:36:09.266720"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem maiores dicta.\",\"text\":\"Use the virtual SSL bus, then you can bypass the open-source feed!\"}"], ["created_at", "2016-10-06 15:36:09.267606"], ["updated_at", "2016-10-06 15:36:09.267606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime ut nisi.\",\"text\":\"The RSS circuit is down, reboot the solid state feed so we can navigate the ADP interface!\"}"], ["created_at", "2016-10-06 15:36:09.268469"], ["updated_at", "2016-10-06 15:36:09.268469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nobis sequi qui enim.\",\"text\":\"I'll transmit the open-source USB sensor, that should circuit the RSS driver!\"}"], ["created_at", "2016-10-06 15:36:09.269360"], ["updated_at", "2016-10-06 15:36:09.269360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio in doloribus possimus eaque et.\",\"text\":\"The SDD application is down, quantify the solid state system so we can compress the HTTP monitor!\"}"], ["created_at", "2016-10-06 15:36:09.270272"], ["updated_at", "2016-10-06 15:36:09.270272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa temporibus in provident sequi dicta.\",\"text\":\"Hacking the array won't do anything, we need to override the wireless usb feed!\"}"], ["created_at", "2016-10-06 15:36:09.271265"], ["updated_at", "2016-10-06 15:36:09.271265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore magni quia.\",\"text\":\"You can't bypass the feed without transmitting the primary USB panel!\"}"], ["created_at", "2016-10-06 15:36:09.272179"], ["updated_at", "2016-10-06 15:36:09.272179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est animi aut delectus beatae iste tempora.\",\"text\":\"Indexing the program won't do anything, we need to navigate the back-end sas sensor!\"}"], ["created_at", "2016-10-06 15:36:09.273073"], ["updated_at", "2016-10-06 15:36:09.273073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae velit nihil voluptas et ex.\",\"text\":\"Try to bypass the FTP protocol, maybe it will override the bluetooth array!\"}"], ["created_at", "2016-10-06 15:36:09.273962"], ["updated_at", "2016-10-06 15:36:09.273962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptatem dignissimos quia animi fugit.\",\"text\":\"Try to index the RSS transmitter, maybe it will hack the mobile monitor!\"}"], ["created_at", "2016-10-06 15:36:09.274845"], ["updated_at", "2016-10-06 15:36:09.274845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem voluptatem facere veniam reprehenderit qui.\",\"text\":\"Try to navigate the XSS port, maybe it will transmit the redundant circuit!\"}"], ["created_at", "2016-10-06 15:36:09.275706"], ["updated_at", "2016-10-06 15:36:09.275706"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam necessitatibus aliquam omnis at.\",\"text\":\"The SMS bandwidth is down, program the optical driver so we can input the GB array!\"}"], ["created_at", "2016-10-06 15:36:09.276597"], ["updated_at", "2016-10-06 15:36:09.276597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur cum non qui et.\",\"text\":\"If we reboot the capacitor, we can get to the TCP program through the optical PCI system!\"}"], ["created_at", "2016-10-06 15:36:09.277519"], ["updated_at", "2016-10-06 15:36:09.277519"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel aliquid voluptatum eligendi omnis at sequi.\",\"text\":\"You can't transmit the system without copying the back-end THX port!\"}"], ["created_at", "2016-10-06 15:36:09.278433"], ["updated_at", "2016-10-06 15:36:09.278433"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni laborum et.\",\"text\":\"Backing up the bus won't do anything, we need to connect the 1080p sms interface!\"}"], ["created_at", "2016-10-06 15:36:09.279288"], ["updated_at", "2016-10-06 15:36:09.279288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem debitis ea blanditiis eos odit.\",\"text\":\"Try to bypass the SQL panel, maybe it will synthesize the mobile microchip!\"}"], ["created_at", "2016-10-06 15:36:09.280188"], ["updated_at", "2016-10-06 15:36:09.280188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet debitis similique consectetur voluptas omnis.\",\"text\":\"The SQL protocol is down, back up the wireless panel so we can parse the AGP microchip!\"}"], ["created_at", "2016-10-06 15:36:09.281061"], ["updated_at", "2016-10-06 15:36:09.281061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt voluptas qui eligendi.\",\"text\":\"If we connect the card, we can get to the CSS sensor through the open-source XSS monitor!\"}"], ["created_at", "2016-10-06 15:36:09.281969"], ["updated_at", "2016-10-06 15:36:09.281969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime omnis qui sed doloribus assumenda incidunt.\",\"text\":\"Try to program the SDD pixel, maybe it will hack the wireless circuit!\"}"], ["created_at", "2016-10-06 15:36:09.282860"], ["updated_at", "2016-10-06 15:36:09.282860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore aut et asperiores natus blanditiis quia qui.\",\"text\":\"If we override the hard drive, we can get to the THX transmitter through the mobile TCP array!\"}"], ["created_at", "2016-10-06 15:36:09.283747"], ["updated_at", "2016-10-06 15:36:09.283747"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione repellendus illum.\",\"text\":\"You can't compress the firewall without compressing the 1080p SMTP card!\"}"], ["created_at", "2016-10-06 15:36:09.284613"], ["updated_at", "2016-10-06 15:36:09.284613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat enim omnis modi voluptatem.\",\"text\":\"If we bypass the circuit, we can get to the COM bus through the neural RSS matrix!\"}"], ["created_at", "2016-10-06 15:36:09.285498"], ["updated_at", "2016-10-06 15:36:09.285498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolorem aut rerum cumque vel.\",\"text\":\"Synthesizing the driver won't do anything, we need to index the multi-byte xss bus!\"}"], ["created_at", "2016-10-06 15:36:09.286384"], ["updated_at", "2016-10-06 15:36:09.286384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque rerum dolor.\",\"text\":\"We need to calculate the 1080p PCI system!\"}"], ["created_at", "2016-10-06 15:36:09.287255"], ["updated_at", "2016-10-06 15:36:09.287255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia nihil suscipit eligendi ea.\",\"text\":\"Copying the firewall won't do anything, we need to connect the digital tcp bus!\"}"], ["created_at", "2016-10-06 15:36:09.288113"], ["updated_at", "2016-10-06 15:36:09.288113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit incidunt in.\",\"text\":\"I'll quantify the online JSON protocol, that should protocol the SMTP circuit!\"}"], ["created_at", "2016-10-06 15:36:09.288987"], ["updated_at", "2016-10-06 15:36:09.288987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda consequatur sunt exercitationem sed occaecati blanditiis.\",\"text\":\"Try to generate the HDD circuit, maybe it will input the 1080p interface!\"}"], ["created_at", "2016-10-06 15:36:09.289879"], ["updated_at", "2016-10-06 15:36:09.289879"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi deserunt architecto in.\",\"text\":\"You can't input the sensor without generating the mobile AI port!\"}"], ["created_at", "2016-10-06 15:36:09.290774"], ["updated_at", "2016-10-06 15:36:09.290774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui provident dicta mollitia culpa.\",\"text\":\"Try to synthesize the JSON sensor, maybe it will back up the online program!\"}"], ["created_at", "2016-10-06 15:36:09.291643"], ["updated_at", "2016-10-06 15:36:09.291643"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est nihil ut officia excepturi odit et omnis.\",\"text\":\"You can't bypass the protocol without transmitting the solid state AGP matrix!\"}"], ["created_at", "2016-10-06 15:36:09.292526"], ["updated_at", "2016-10-06 15:36:09.292526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sint nobis.\",\"text\":\"The RAM matrix is down, reboot the multi-byte alarm so we can bypass the PCI driver!\"}"], ["created_at", "2016-10-06 15:36:09.293423"], ["updated_at", "2016-10-06 15:36:09.293423"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis asperiores sed.\",\"text\":\"We need to index the 1080p PNG protocol!\"}"], ["created_at", "2016-10-06 15:36:09.294304"], ["updated_at", "2016-10-06 15:36:09.294304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptas adipisci omnis modi.\",\"text\":\"You can't parse the array without connecting the open-source PCI alarm!\"}"], ["created_at", "2016-10-06 15:36:09.295182"], ["updated_at", "2016-10-06 15:36:09.295182"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt doloribus non qui provident quia accusantium id.\",\"text\":\"Connecting the sensor won't do anything, we need to bypass the digital xss sensor!\"}"], ["created_at", "2016-10-06 15:36:09.296048"], ["updated_at", "2016-10-06 15:36:09.296048"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui veritatis accusantium sed neque qui quod alias.\",\"text\":\"Try to copy the CSS port, maybe it will back up the mobile firewall!\"}"], ["created_at", "2016-10-06 15:36:09.296925"], ["updated_at", "2016-10-06 15:36:09.296925"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At consequatur nostrum velit quo deleniti qui debitis.\",\"text\":\"Try to connect the CSS firewall, maybe it will index the neural driver!\"}"], ["created_at", "2016-10-06 15:36:09.297817"], ["updated_at", "2016-10-06 15:36:09.297817"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus iure quis consequatur enim totam.\",\"text\":\"Try to input the IB firewall, maybe it will hack the haptic panel!\"}"], ["created_at", "2016-10-06 15:36:09.298749"], ["updated_at", "2016-10-06 15:36:09.298749"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro officia dolorem.\",\"text\":\"You can't input the panel without navigating the bluetooth PCI monitor!\"}"], ["created_at", "2016-10-06 15:36:09.299624"], ["updated_at", "2016-10-06 15:36:09.299624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut iusto dolorum cupiditate.\",\"text\":\"Try to reboot the SQL bus, maybe it will hack the primary interface!\"}"], ["created_at", "2016-10-06 15:36:09.300497"], ["updated_at", "2016-10-06 15:36:09.300497"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed et sit beatae.\",\"text\":\"Calculating the pixel won't do anything, we need to navigate the cross-platform sas matrix!\"}"], ["created_at", "2016-10-06 15:36:09.301472"], ["updated_at", "2016-10-06 15:36:09.301472"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque et qui numquam nobis eveniet aperiam inventore.\",\"text\":\"You can't generate the array without quantifying the redundant XML protocol!\"}"], ["created_at", "2016-10-06 15:36:09.302476"], ["updated_at", "2016-10-06 15:36:09.302476"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ullam aut incidunt iusto doloremque aut recusandae.\",\"text\":\"Calculating the circuit won't do anything, we need to reboot the online ftp hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.304022"], ["updated_at", "2016-10-06 15:36:09.304022"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio ea qui ipsam sed odit nobis.\",\"text\":\"Try to input the RAM monitor, maybe it will quantify the back-end sensor!\"}"], ["created_at", "2016-10-06 15:36:09.305614"], ["updated_at", "2016-10-06 15:36:09.305614"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae non nulla placeat iusto et culpa.\",\"text\":\"Parsing the transmitter won't do anything, we need to reboot the digital ssl bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.306976"], ["updated_at", "2016-10-06 15:36:09.306976"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa quae neque unde eos perferendis.\",\"text\":\"I'll quantify the optical XML port, that should application the SAS bus!\"}"], ["created_at", "2016-10-06 15:36:09.308566"], ["updated_at", "2016-10-06 15:36:09.308566"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus iste porro.\",\"text\":\"You can't connect the array without generating the back-end XSS driver!\"}"], ["created_at", "2016-10-06 15:36:09.310739"], ["updated_at", "2016-10-06 15:36:09.310739"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto velit quibusdam repellendus ut tempore optio.\",\"text\":\"Use the virtual SMS protocol, then you can reboot the mobile panel!\"}"], ["created_at", "2016-10-06 15:36:09.312001"], ["updated_at", "2016-10-06 15:36:09.312001"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex aspernatur omnis.\",\"text\":\"You can't bypass the pixel without generating the mobile GB transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.314603"], ["updated_at", "2016-10-06 15:36:09.314603"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore repellat consequatur maxime sapiente.\",\"text\":\"I'll transmit the online SMS microchip, that should circuit the XML program!\"}"], ["created_at", "2016-10-06 15:36:09.315782"], ["updated_at", "2016-10-06 15:36:09.315782"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis id aut earum sint at.\",\"text\":\"I'll parse the auxiliary HTTP microchip, that should card the PCI alarm!\"}"], ["created_at", "2016-10-06 15:36:09.316731"], ["updated_at", "2016-10-06 15:36:09.316731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur magni non ea.\",\"text\":\"Generating the feed won't do anything, we need to connect the online http panel!\"}"], ["created_at", "2016-10-06 15:36:09.317614"], ["updated_at", "2016-10-06 15:36:09.317614"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et sed.\",\"text\":\"If we hack the card, we can get to the XML application through the primary AGP protocol!\"}"], ["created_at", "2016-10-06 15:36:09.318501"], ["updated_at", "2016-10-06 15:36:09.318501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non molestiae reprehenderit asperiores fugiat.\",\"text\":\"I'll calculate the auxiliary IB feed, that should monitor the CSS driver!\"}"], ["created_at", "2016-10-06 15:36:09.319378"], ["updated_at", "2016-10-06 15:36:09.319378"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima accusamus pariatur similique.\",\"text\":\"Calculating the transmitter won't do anything, we need to calculate the multi-byte ai capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.320242"], ["updated_at", "2016-10-06 15:36:09.320242"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam necessitatibus hic quaerat corporis non doloribus similique.\",\"text\":\"I'll index the 1080p AI panel, that should pixel the SCSI transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.321123"], ["updated_at", "2016-10-06 15:36:09.321123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi quia perferendis.\",\"text\":\"We need to transmit the bluetooth SDD transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.321996"], ["updated_at", "2016-10-06 15:36:09.321996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non labore quasi aut.\",\"text\":\"Try to transmit the JBOD matrix, maybe it will input the back-end matrix!\"}"], ["created_at", "2016-10-06 15:36:09.322896"], ["updated_at", "2016-10-06 15:36:09.322896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione ea voluptatum molestiae tenetur.\",\"text\":\"Quantifying the pixel won't do anything, we need to navigate the digital css alarm!\"}"], ["created_at", "2016-10-06 15:36:09.323827"], ["updated_at", "2016-10-06 15:36:09.323827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem consectetur velit omnis molestiae fuga dolores deleniti.\",\"text\":\"Synthesizing the port won't do anything, we need to connect the multi-byte hdd application!\"}"], ["created_at", "2016-10-06 15:36:09.324715"], ["updated_at", "2016-10-06 15:36:09.324715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda maiores vitae inventore et necessitatibus reprehenderit.\",\"text\":\"The SAS matrix is down, generate the redundant feed so we can bypass the XML port!\"}"], ["created_at", "2016-10-06 15:36:09.325585"], ["updated_at", "2016-10-06 15:36:09.325585"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi dolores qui provident at deleniti.\",\"text\":\"If we quantify the driver, we can get to the SMTP protocol through the 1080p RSS alarm!\"}"], ["created_at", "2016-10-06 15:36:09.326506"], ["updated_at", "2016-10-06 15:36:09.326506"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis odio eius.\",\"text\":\"The SDD microchip is down, navigate the solid state transmitter so we can reboot the HTTP monitor!\"}"], ["created_at", "2016-10-06 15:36:09.327383"], ["updated_at", "2016-10-06 15:36:09.327383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint ad fuga cupiditate quibusdam consequuntur.\",\"text\":\"Try to program the XML transmitter, maybe it will back up the wireless monitor!\"}"], ["created_at", "2016-10-06 15:36:09.328274"], ["updated_at", "2016-10-06 15:36:09.328274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi voluptatem ut ea fugit nulla.\",\"text\":\"The SMS firewall is down, quantify the digital application so we can generate the PNG interface!\"}"], ["created_at", "2016-10-06 15:36:09.329161"], ["updated_at", "2016-10-06 15:36:09.329161"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis id quae aliquid accusantium.\",\"text\":\"I'll navigate the multi-byte USB driver, that should program the COM port!\"}"], ["created_at", "2016-10-06 15:36:09.330027"], ["updated_at", "2016-10-06 15:36:09.330027"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum et sunt qui quis maxime.\",\"text\":\"Hacking the hard drive won't do anything, we need to reboot the primary css pixel!\"}"], ["created_at", "2016-10-06 15:36:09.330920"], ["updated_at", "2016-10-06 15:36:09.330920"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum perferendis sequi voluptatem vero molestiae et.\",\"text\":\"The ADP application is down, override the solid state alarm so we can program the SDD transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.331854"], ["updated_at", "2016-10-06 15:36:09.331854"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe molestias natus.\",\"text\":\"You can't navigate the application without connecting the digital COM interface!\"}"], ["created_at", "2016-10-06 15:36:09.332902"], ["updated_at", "2016-10-06 15:36:09.332902"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat dolorum quibusdam expedita voluptas qui.\",\"text\":\"You can't reboot the circuit without bypassing the solid state AGP panel!\"}"], ["created_at", "2016-10-06 15:36:09.333780"], ["updated_at", "2016-10-06 15:36:09.333780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores dolor illum autem alias consequatur.\",\"text\":\"Parsing the driver won't do anything, we need to hack the open-source png circuit!\"}"], ["created_at", "2016-10-06 15:36:09.334701"], ["updated_at", "2016-10-06 15:36:09.334701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi expedita quo laboriosam nobis labore inventore.\",\"text\":\"Try to bypass the THX bandwidth, maybe it will back up the multi-byte bus!\"}"], ["created_at", "2016-10-06 15:36:09.335570"], ["updated_at", "2016-10-06 15:36:09.335570"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum laborum ut architecto unde et similique.\",\"text\":\"If we quantify the protocol, we can get to the USB alarm through the mobile HTTP card!\"}"], ["created_at", "2016-10-06 15:36:09.336449"], ["updated_at", "2016-10-06 15:36:09.336449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio cum ut aliquam nulla exercitationem animi blanditiis.\",\"text\":\"The ADP monitor is down, hack the cross-platform alarm so we can index the SMTP sensor!\"}"], ["created_at", "2016-10-06 15:36:09.337318"], ["updated_at", "2016-10-06 15:36:09.337318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis sed voluptatem.\",\"text\":\"Try to generate the JBOD protocol, maybe it will generate the bluetooth hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.338237"], ["updated_at", "2016-10-06 15:36:09.338237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus atque quos.\",\"text\":\"We need to reboot the haptic SDD driver!\"}"], ["created_at", "2016-10-06 15:36:09.339103"], ["updated_at", "2016-10-06 15:36:09.339103"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus sint saepe perspiciatis repellendus est autem architecto.\",\"text\":\"You can't program the pixel without transmitting the mobile AGP interface!\"}"], ["created_at", "2016-10-06 15:36:09.340004"], ["updated_at", "2016-10-06 15:36:09.340004"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum officiis deleniti et earum.\",\"text\":\"If we index the system, we can get to the SQL capacitor through the 1080p XSS capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.340921"], ["updated_at", "2016-10-06 15:36:09.340921"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe ab veritatis odio amet.\",\"text\":\"The PCI bandwidth is down, generate the primary system so we can override the SMTP sensor!\"}"], ["created_at", "2016-10-06 15:36:09.341808"], ["updated_at", "2016-10-06 15:36:09.341808"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis voluptas aliquid alias dolores.\",\"text\":\"We need to index the digital XML application!\"}"], ["created_at", "2016-10-06 15:36:09.342723"], ["updated_at", "2016-10-06 15:36:09.342723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat dolorem ea itaque.\",\"text\":\"Try to override the HDD monitor, maybe it will quantify the optical card!\"}"], ["created_at", "2016-10-06 15:36:09.343618"], ["updated_at", "2016-10-06 15:36:09.343618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam corrupti rerum veniam.\",\"text\":\"Try to generate the PCI array, maybe it will transmit the digital program!\"}"], ["created_at", "2016-10-06 15:36:09.344488"], ["updated_at", "2016-10-06 15:36:09.344488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut deleniti unde aspernatur dolorum.\",\"text\":\"Use the bluetooth XML system, then you can copy the primary interface!\"}"], ["created_at", "2016-10-06 15:36:09.345367"], ["updated_at", "2016-10-06 15:36:09.345367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos ipsa voluptates illo vitae est molestiae.\",\"text\":\"You can't bypass the circuit without quantifying the primary COM system!\"}"], ["created_at", "2016-10-06 15:36:09.346262"], ["updated_at", "2016-10-06 15:36:09.346262"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis eaque eos.\",\"text\":\"If we input the transmitter, we can get to the AI driver through the wireless ADP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.347140"], ["updated_at", "2016-10-06 15:36:09.347140"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis exercitationem ut rerum deserunt qui consequatur quasi.\",\"text\":\"We need to compress the auxiliary HDD driver!\"}"], ["created_at", "2016-10-06 15:36:09.348022"], ["updated_at", "2016-10-06 15:36:09.348022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur facere minima.\",\"text\":\"The CSS monitor is down, reboot the haptic sensor so we can reboot the CSS sensor!\"}"], ["created_at", "2016-10-06 15:36:09.348935"], ["updated_at", "2016-10-06 15:36:09.348935"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A blanditiis expedita et odit eaque dolorem dolor.\",\"text\":\"The XML microchip is down, reboot the wireless circuit so we can copy the AGP application!\"}"], ["created_at", "2016-10-06 15:36:09.349817"], ["updated_at", "2016-10-06 15:36:09.349817"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam quas qui culpa aspernatur dignissimos.\",\"text\":\"Parsing the protocol won't do anything, we need to generate the 1080p png matrix!\"}"], ["created_at", "2016-10-06 15:36:09.350746"], ["updated_at", "2016-10-06 15:36:09.350746"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut adipisci aut debitis saepe.\",\"text\":\"Parsing the capacitor won't do anything, we need to synthesize the solid state jbod array!\"}"], ["created_at", "2016-10-06 15:36:09.351609"], ["updated_at", "2016-10-06 15:36:09.351609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure repellendus excepturi molestias neque.\",\"text\":\"Use the auxiliary XSS microchip, then you can calculate the mobile bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.352501"], ["updated_at", "2016-10-06 15:36:09.352501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum provident corrupti error.\",\"text\":\"If we index the protocol, we can get to the PNG interface through the back-end COM matrix!\"}"], ["created_at", "2016-10-06 15:36:09.353370"], ["updated_at", "2016-10-06 15:36:09.353370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias ea hic impedit sed qui voluptatibus vel.\",\"text\":\"Parsing the feed won't do anything, we need to index the optical ssl card!\"}"], ["created_at", "2016-10-06 15:36:09.354290"], ["updated_at", "2016-10-06 15:36:09.354290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos qui aut sint modi in.\",\"text\":\"I'll navigate the 1080p FTP capacitor, that should interface the EXE system!\"}"], ["created_at", "2016-10-06 15:36:09.355198"], ["updated_at", "2016-10-06 15:36:09.355198"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur beatae blanditiis aut sequi unde veniam.\",\"text\":\"You can't index the driver without hacking the bluetooth THX pixel!\"}"], ["created_at", "2016-10-06 15:36:09.356076"], ["updated_at", "2016-10-06 15:36:09.356076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse et libero fugiat dolores exercitationem ullam.\",\"text\":\"You can't connect the matrix without copying the redundant SQL microchip!\"}"], ["created_at", "2016-10-06 15:36:09.356980"], ["updated_at", "2016-10-06 15:36:09.356980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus quas rerum at eum nihil et ut.\",\"text\":\"You can't back up the microchip without calculating the solid state EXE bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.357849"], ["updated_at", "2016-10-06 15:36:09.357849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et quod.\",\"text\":\"We need to quantify the wireless ADP capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.358822"], ["updated_at", "2016-10-06 15:36:09.358822"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas et alias id similique dignissimos distinctio.\",\"text\":\"Use the open-source RSS card, then you can hack the digital pixel!\"}"], ["created_at", "2016-10-06 15:36:09.359710"], ["updated_at", "2016-10-06 15:36:09.359710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio harum consectetur vel expedita.\",\"text\":\"We need to generate the neural HTTP monitor!\"}"], ["created_at", "2016-10-06 15:36:09.360614"], ["updated_at", "2016-10-06 15:36:09.360614"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum sunt sint molestiae et ea.\",\"text\":\"If we override the sensor, we can get to the IB protocol through the primary SMS driver!\"}"], ["created_at", "2016-10-06 15:36:09.361479"], ["updated_at", "2016-10-06 15:36:09.361479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur repellendus voluptatem et accusantium illum repellat.\",\"text\":\"Connecting the driver won't do anything, we need to generate the wireless css sensor!\"}"], ["created_at", "2016-10-06 15:36:09.362382"], ["updated_at", "2016-10-06 15:36:09.362382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sequi expedita quo vitae commodi odio vel.\",\"text\":\"Try to connect the EXE interface, maybe it will hack the back-end pixel!\"}"], ["created_at", "2016-10-06 15:36:09.363248"], ["updated_at", "2016-10-06 15:36:09.363248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt dignissimos amet nobis rerum quibusdam.\",\"text\":\"You can't program the port without overriding the haptic EXE bus!\"}"], ["created_at", "2016-10-06 15:36:09.364132"], ["updated_at", "2016-10-06 15:36:09.364132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur harum et repellendus modi eveniet quae qui.\",\"text\":\"We need to back up the optical PNG transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.365011"], ["updated_at", "2016-10-06 15:36:09.365011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum inventore optio consequatur illo.\",\"text\":\"Parsing the interface won't do anything, we need to index the haptic hdd interface!\"}"], ["created_at", "2016-10-06 15:36:09.365908"], ["updated_at", "2016-10-06 15:36:09.365908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis rerum doloremque et beatae.\",\"text\":\"Use the optical SQL panel, then you can input the digital panel!\"}"], ["created_at", "2016-10-06 15:36:09.366785"], ["updated_at", "2016-10-06 15:36:09.366785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi maxime sint autem vel corrupti iste.\",\"text\":\"Try to override the SQL panel, maybe it will calculate the bluetooth circuit!\"}"], ["created_at", "2016-10-06 15:36:09.367679"], ["updated_at", "2016-10-06 15:36:09.367679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo dolorem vel quis cupiditate.\",\"text\":\"Use the optical SQL system, then you can back up the online bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.368550"], ["updated_at", "2016-10-06 15:36:09.368550"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio atque quis.\",\"text\":\"The SSL panel is down, generate the haptic feed so we can program the GB panel!\"}"], ["created_at", "2016-10-06 15:36:09.369423"], ["updated_at", "2016-10-06 15:36:09.369423"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut deserunt odit labore eaque sed.\",\"text\":\"You can't back up the transmitter without transmitting the haptic SMS feed!\"}"], ["created_at", "2016-10-06 15:36:09.370387"], ["updated_at", "2016-10-06 15:36:09.370387"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum autem earum accusantium corporis vel sunt a.\",\"text\":\"I'll quantify the auxiliary EXE bandwidth, that should sensor the SDD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.372484"], ["updated_at", "2016-10-06 15:36:09.372484"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos alias illo non qui quas.\",\"text\":\"Try to back up the JBOD bandwidth, maybe it will bypass the auxiliary hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.374160"], ["updated_at", "2016-10-06 15:36:09.374160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat aut numquam.\",\"text\":\"Use the multi-byte EXE monitor, then you can back up the cross-platform sensor!\"}"], ["created_at", "2016-10-06 15:36:09.375262"], ["updated_at", "2016-10-06 15:36:09.375262"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non sequi qui.\",\"text\":\"Try to synthesize the HTTP bus, maybe it will bypass the virtual circuit!\"}"], ["created_at", "2016-10-06 15:36:09.376223"], ["updated_at", "2016-10-06 15:36:09.376223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sint eaque quam modi suscipit nemo.\",\"text\":\"Quantifying the transmitter won't do anything, we need to connect the neural ram alarm!\"}"], ["created_at", "2016-10-06 15:36:09.377119"], ["updated_at", "2016-10-06 15:36:09.377119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum quos esse.\",\"text\":\"We need to bypass the redundant EXE application!\"}"], ["created_at", "2016-10-06 15:36:09.377991"], ["updated_at", "2016-10-06 15:36:09.377991"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil vel veniam.\",\"text\":\"Try to compress the USB card, maybe it will transmit the multi-byte bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.378895"], ["updated_at", "2016-10-06 15:36:09.378895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium ut aut doloremque delectus explicabo ipsam.\",\"text\":\"If we parse the alarm, we can get to the JSON alarm through the bluetooth SDD application!\"}"], ["created_at", "2016-10-06 15:36:09.379784"], ["updated_at", "2016-10-06 15:36:09.379784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid aspernatur perferendis quia beatae consectetur veritatis sint.\",\"text\":\"If we input the protocol, we can get to the XML capacitor through the open-source PNG panel!\"}"], ["created_at", "2016-10-06 15:36:09.380653"], ["updated_at", "2016-10-06 15:36:09.380653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam rerum occaecati qui debitis.\",\"text\":\"The PNG application is down, transmit the cross-platform alarm so we can input the EXE capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.381551"], ["updated_at", "2016-10-06 15:36:09.381551"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores eaque aliquid veniam et quibusdam nulla.\",\"text\":\"Use the open-source XSS alarm, then you can override the cross-platform system!\"}"], ["created_at", "2016-10-06 15:36:09.382445"], ["updated_at", "2016-10-06 15:36:09.382445"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam dignissimos facere tenetur optio doloribus vel.\",\"text\":\"The AI circuit is down, quantify the optical interface so we can back up the HDD hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.383338"], ["updated_at", "2016-10-06 15:36:09.383338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sint esse minus iure.\",\"text\":\"I'll back up the haptic SDD sensor, that should pixel the JSON array!\"}"], ["created_at", "2016-10-06 15:36:09.384189"], ["updated_at", "2016-10-06 15:36:09.384189"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut cumque ipsam beatae.\",\"text\":\"Try to quantify the PNG firewall, maybe it will index the optical pixel!\"}"], ["created_at", "2016-10-06 15:36:09.385069"], ["updated_at", "2016-10-06 15:36:09.385069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius nemo quasi et quis velit asperiores.\",\"text\":\"Hacking the panel won't do anything, we need to input the 1080p sas system!\"}"], ["created_at", "2016-10-06 15:36:09.385945"], ["updated_at", "2016-10-06 15:36:09.385945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis ad voluptas possimus asperiores dignissimos.\",\"text\":\"Use the neural THX monitor, then you can hack the optical microchip!\"}"], ["created_at", "2016-10-06 15:36:09.386831"], ["updated_at", "2016-10-06 15:36:09.386831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti nam ex suscipit explicabo rem sed doloremque.\",\"text\":\"We need to index the redundant AI bus!\"}"], ["created_at", "2016-10-06 15:36:09.387723"], ["updated_at", "2016-10-06 15:36:09.387723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis minus magnam porro.\",\"text\":\"Overriding the application won't do anything, we need to connect the solid state ssl sensor!\"}"], ["created_at", "2016-10-06 15:36:09.388604"], ["updated_at", "2016-10-06 15:36:09.388604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae tempore quo corrupti illum animi consequatur suscipit.\",\"text\":\"The RAM firewall is down, quantify the primary sensor so we can bypass the THX circuit!\"}"], ["created_at", "2016-10-06 15:36:09.389469"], ["updated_at", "2016-10-06 15:36:09.389469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda numquam fuga doloribus tempore sint laborum.\",\"text\":\"Compressing the alarm won't do anything, we need to transmit the online sdd program!\"}"], ["created_at", "2016-10-06 15:36:09.390383"], ["updated_at", "2016-10-06 15:36:09.390383"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ut consequuntur expedita rerum.\",\"text\":\"You can't back up the protocol without overriding the primary USB pixel!\"}"], ["created_at", "2016-10-06 15:36:09.391300"], ["updated_at", "2016-10-06 15:36:09.391300"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae eligendi cum blanditiis nulla.\",\"text\":\"Quantifying the system won't do anything, we need to calculate the optical ftp card!\"}"], ["created_at", "2016-10-06 15:36:09.392202"], ["updated_at", "2016-10-06 15:36:09.392202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo accusantium aspernatur expedita.\",\"text\":\"Use the multi-byte JBOD interface, then you can synthesize the optical capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.393092"], ["updated_at", "2016-10-06 15:36:09.393092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum quidem ad ipsa aliquid et et.\",\"text\":\"We need to index the wireless GB monitor!\"}"], ["created_at", "2016-10-06 15:36:09.394002"], ["updated_at", "2016-10-06 15:36:09.394002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia voluptate iure similique.\",\"text\":\"The RSS protocol is down, reboot the multi-byte system so we can transmit the SDD hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.394920"], ["updated_at", "2016-10-06 15:36:09.394920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos omnis modi illum laborum reiciendis ea et.\",\"text\":\"We need to transmit the bluetooth JBOD transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.395887"], ["updated_at", "2016-10-06 15:36:09.395887"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis atque sit et qui.\",\"text\":\"I'll copy the primary PCI panel, that should protocol the JBOD bus!\"}"], ["created_at", "2016-10-06 15:36:09.396770"], ["updated_at", "2016-10-06 15:36:09.396770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis non et.\",\"text\":\"Use the haptic HDD driver, then you can transmit the virtual driver!\"}"], ["created_at", "2016-10-06 15:36:09.397691"], ["updated_at", "2016-10-06 15:36:09.397691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae voluptatem ab quasi incidunt sint.\",\"text\":\"The XSS protocol is down, bypass the primary bandwidth so we can input the SCSI circuit!\"}"], ["created_at", "2016-10-06 15:36:09.398678"], ["updated_at", "2016-10-06 15:36:09.398678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto magnam veniam.\",\"text\":\"Use the online AI circuit, then you can index the online program!\"}"], ["created_at", "2016-10-06 15:36:09.399585"], ["updated_at", "2016-10-06 15:36:09.399585"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam quia voluptas quis perspiciatis et.\",\"text\":\"If we back up the driver, we can get to the SDD port through the solid state USB capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.400525"], ["updated_at", "2016-10-06 15:36:09.400525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem tempore aut culpa ipsam et est.\",\"text\":\"Use the primary RSS capacitor, then you can bypass the redundant protocol!\"}"], ["created_at", "2016-10-06 15:36:09.401520"], ["updated_at", "2016-10-06 15:36:09.401520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium ipsum natus voluptatem debitis similique nisi.\",\"text\":\"Parsing the hard drive won't do anything, we need to connect the optical ssl program!\"}"], ["created_at", "2016-10-06 15:36:09.402485"], ["updated_at", "2016-10-06 15:36:09.402485"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea et quaerat quod architecto libero et soluta.\",\"text\":\"If we input the bandwidth, we can get to the SMS bus through the auxiliary JBOD alarm!\"}"], ["created_at", "2016-10-06 15:36:09.403368"], ["updated_at", "2016-10-06 15:36:09.403368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore saepe dolorum quisquam minus consectetur eligendi omnis.\",\"text\":\"Synthesizing the hard drive won't do anything, we need to reboot the 1080p rss driver!\"}"], ["created_at", "2016-10-06 15:36:09.404333"], ["updated_at", "2016-10-06 15:36:09.404333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi architecto veritatis rerum.\",\"text\":\"You can't input the port without parsing the bluetooth SMTP matrix!\"}"], ["created_at", "2016-10-06 15:36:09.405265"], ["updated_at", "2016-10-06 15:36:09.405265"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem reiciendis illum atque non aut.\",\"text\":\"If we index the pixel, we can get to the XSS driver through the bluetooth PNG monitor!\"}"], ["created_at", "2016-10-06 15:36:09.406183"], ["updated_at", "2016-10-06 15:36:09.406183"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita amet unde quia excepturi ducimus.\",\"text\":\"I'll back up the multi-byte SMS interface, that should array the SDD application!\"}"], ["created_at", "2016-10-06 15:36:09.407202"], ["updated_at", "2016-10-06 15:36:09.407202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias corporis vitae veritatis est ut.\",\"text\":\"If we reboot the protocol, we can get to the PNG sensor through the mobile JSON circuit!\"}"], ["created_at", "2016-10-06 15:36:09.408216"], ["updated_at", "2016-10-06 15:36:09.408216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem velit laboriosam vel eos et non.\",\"text\":\"We need to input the online XSS bus!\"}"], ["created_at", "2016-10-06 15:36:09.409244"], ["updated_at", "2016-10-06 15:36:09.409244"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab voluptatibus quae autem.\",\"text\":\"Use the haptic JBOD application, then you can quantify the bluetooth capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.410194"], ["updated_at", "2016-10-06 15:36:09.410194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem laborum culpa.\",\"text\":\"Try to navigate the SQL driver, maybe it will override the bluetooth sensor!\"}"], ["created_at", "2016-10-06 15:36:09.411144"], ["updated_at", "2016-10-06 15:36:09.411144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum consequatur molestias.\",\"text\":\"You can't parse the interface without programming the solid state PNG feed!\"}"], ["created_at", "2016-10-06 15:36:09.412019"], ["updated_at", "2016-10-06 15:36:09.412019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio illum molestiae nemo sunt et corporis.\",\"text\":\"The SCSI array is down, input the digital firewall so we can generate the GB interface!\"}"], ["created_at", "2016-10-06 15:36:09.412896"], ["updated_at", "2016-10-06 15:36:09.412896"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur sit quaerat totam.\",\"text\":\"The SAS panel is down, index the online firewall so we can synthesize the FTP pixel!\"}"], ["created_at", "2016-10-06 15:36:09.413762"], ["updated_at", "2016-10-06 15:36:09.413762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est vel eos.\",\"text\":\"Use the haptic FTP microchip, then you can navigate the cross-platform driver!\"}"], ["created_at", "2016-10-06 15:36:09.414665"], ["updated_at", "2016-10-06 15:36:09.414665"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab et temporibus.\",\"text\":\"Use the multi-byte SDD system, then you can generate the virtual panel!\"}"], ["created_at", "2016-10-06 15:36:09.415569"], ["updated_at", "2016-10-06 15:36:09.415569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni nostrum maiores et at sint laudantium.\",\"text\":\"We need to compress the cross-platform THX bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.416437"], ["updated_at", "2016-10-06 15:36:09.416437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae ipsum atque nostrum enim.\",\"text\":\"The XML port is down, generate the back-end protocol so we can quantify the THX port!\"}"], ["created_at", "2016-10-06 15:36:09.417334"], ["updated_at", "2016-10-06 15:36:09.417334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat sapiente non ut numquam.\",\"text\":\"Use the 1080p RAM panel, then you can input the online application!\"}"], ["created_at", "2016-10-06 15:36:09.418200"], ["updated_at", "2016-10-06 15:36:09.418200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis distinctio amet tenetur inventore est eligendi et.\",\"text\":\"Use the neural SSL protocol, then you can reboot the online card!\"}"], ["created_at", "2016-10-06 15:36:09.419082"], ["updated_at", "2016-10-06 15:36:09.419082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae neque fugiat corrupti omnis deserunt amet et.\",\"text\":\"We need to calculate the 1080p GB system!\"}"], ["created_at", "2016-10-06 15:36:09.419952"], ["updated_at", "2016-10-06 15:36:09.419952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae dolorum possimus totam quia aliquam.\",\"text\":\"The SQL panel is down, connect the digital program so we can synthesize the SAS pixel!\"}"], ["created_at", "2016-10-06 15:36:09.420815"], ["updated_at", "2016-10-06 15:36:09.420815"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi officiis consequatur cumque ea laboriosam autem et.\",\"text\":\"Use the cross-platform XSS circuit, then you can parse the mobile array!\"}"], ["created_at", "2016-10-06 15:36:09.421692"], ["updated_at", "2016-10-06 15:36:09.421692"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem deleniti nemo reprehenderit magnam.\",\"text\":\"If we program the feed, we can get to the JSON bandwidth through the multi-byte XSS pixel!\"}"], ["created_at", "2016-10-06 15:36:09.422552"], ["updated_at", "2016-10-06 15:36:09.422552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis voluptates ratione mollitia vel aut perferendis.\",\"text\":\"If we parse the firewall, we can get to the RAM transmitter through the redundant XSS alarm!\"}"], ["created_at", "2016-10-06 15:36:09.423445"], ["updated_at", "2016-10-06 15:36:09.423445"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus nostrum ab dolores.\",\"text\":\"Calculating the bandwidth won't do anything, we need to copy the haptic ib capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.424411"], ["updated_at", "2016-10-06 15:36:09.424411"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia sed voluptate autem consequatur dolor.\",\"text\":\"We need to input the auxiliary RSS feed!\"}"], ["created_at", "2016-10-06 15:36:09.425286"], ["updated_at", "2016-10-06 15:36:09.425286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem voluptas ea consequatur sed.\",\"text\":\"I'll index the auxiliary SAS capacitor, that should sensor the CSS sensor!\"}"], ["created_at", "2016-10-06 15:36:09.426178"], ["updated_at", "2016-10-06 15:36:09.426178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum nobis dolores.\",\"text\":\"We need to connect the mobile SDD driver!\"}"], ["created_at", "2016-10-06 15:36:09.427044"], ["updated_at", "2016-10-06 15:36:09.427044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi quis numquam.\",\"text\":\"We need to hack the back-end RSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.427920"], ["updated_at", "2016-10-06 15:36:09.427920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed enim quisquam totam ab omnis placeat quam.\",\"text\":\"Transmitting the system won't do anything, we need to compress the digital ftp array!\"}"], ["created_at", "2016-10-06 15:36:09.428791"], ["updated_at", "2016-10-06 15:36:09.428791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto ut et et harum vitae quae.\",\"text\":\"Use the mobile SCSI application, then you can parse the haptic pixel!\"}"], ["created_at", "2016-10-06 15:36:09.429675"], ["updated_at", "2016-10-06 15:36:09.429675"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore est nostrum dolorum.\",\"text\":\"If we quantify the panel, we can get to the JSON protocol through the haptic AGP port!\"}"], ["created_at", "2016-10-06 15:36:09.430553"], ["updated_at", "2016-10-06 15:36:09.430553"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum quis nihil atque vel consequatur iusto eos.\",\"text\":\"I'll index the bluetooth AI feed, that should capacitor the GB pixel!\"}"], ["created_at", "2016-10-06 15:36:09.431499"], ["updated_at", "2016-10-06 15:36:09.431499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus quod enim sed rem fuga dolore.\",\"text\":\"You can't generate the microchip without quantifying the neural ADP array!\"}"], ["created_at", "2016-10-06 15:36:09.432399"], ["updated_at", "2016-10-06 15:36:09.432399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestiae labore incidunt architecto animi est.\",\"text\":\"We need to synthesize the neural RAM driver!\"}"], ["created_at", "2016-10-06 15:36:09.433337"], ["updated_at", "2016-10-06 15:36:09.433337"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut cum sint dolores amet.\",\"text\":\"If we navigate the panel, we can get to the HDD bandwidth through the 1080p SDD firewall!\"}"], ["created_at", "2016-10-06 15:36:09.434251"], ["updated_at", "2016-10-06 15:36:09.434251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt aperiam itaque aut.\",\"text\":\"The SCSI transmitter is down, copy the auxiliary bandwidth so we can copy the HTTP application!\"}"], ["created_at", "2016-10-06 15:36:09.435139"], ["updated_at", "2016-10-06 15:36:09.435139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quo aliquid voluptas natus enim sunt adipisci.\",\"text\":\"If we back up the circuit, we can get to the IB circuit through the mobile SQL feed!\"}"], ["created_at", "2016-10-06 15:36:09.436008"], ["updated_at", "2016-10-06 15:36:09.436008"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sunt provident at cumque quidem soluta fugiat.\",\"text\":\"Connecting the bus won't do anything, we need to quantify the open-source scsi monitor!\"}"], ["created_at", "2016-10-06 15:36:09.436884"], ["updated_at", "2016-10-06 15:36:09.436884"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti saepe qui doloremque.\",\"text\":\"If we override the firewall, we can get to the TCP pixel through the cross-platform COM pixel!\"}"], ["created_at", "2016-10-06 15:36:09.437763"], ["updated_at", "2016-10-06 15:36:09.437763"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum dolor et.\",\"text\":\"The HTTP array is down, index the neural alarm so we can navigate the XSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.438659"], ["updated_at", "2016-10-06 15:36:09.438659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut culpa incidunt harum alias rerum.\",\"text\":\"Use the back-end TCP card, then you can index the solid state panel!\"}"], ["created_at", "2016-10-06 15:36:09.439554"], ["updated_at", "2016-10-06 15:36:09.439554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum voluptas neque earum quis dolores ut.\",\"text\":\"If we input the bus, we can get to the SSL sensor through the cross-platform RAM firewall!\"}"], ["created_at", "2016-10-06 15:36:09.440515"], ["updated_at", "2016-10-06 15:36:09.440515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem similique aliquam sint.\",\"text\":\"We need to hack the neural PNG program!\"}"], ["created_at", "2016-10-06 15:36:09.441406"], ["updated_at", "2016-10-06 15:36:09.441406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad iusto aut.\",\"text\":\"We need to parse the wireless USB capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.442313"], ["updated_at", "2016-10-06 15:36:09.442313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis ipsa voluptas laborum.\",\"text\":\"Try to copy the RAM port, maybe it will generate the virtual bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.443225"], ["updated_at", "2016-10-06 15:36:09.443225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt et provident molestias ea.\",\"text\":\"The HTTP pixel is down, navigate the redundant firewall so we can copy the RAM circuit!\"}"], ["created_at", "2016-10-06 15:36:09.444088"], ["updated_at", "2016-10-06 15:36:09.444088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis omnis veniam pariatur quibusdam iusto non ducimus.\",\"text\":\"If we transmit the alarm, we can get to the EXE driver through the auxiliary RAM bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.444977"], ["updated_at", "2016-10-06 15:36:09.444977"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit dolorum occaecati aspernatur quod eligendi rerum ut.\",\"text\":\"Try to navigate the TCP transmitter, maybe it will synthesize the 1080p bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.445837"], ["updated_at", "2016-10-06 15:36:09.445837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem et ut ea unde sunt qui.\",\"text\":\"Connecting the sensor won't do anything, we need to compress the digital pci system!\"}"], ["created_at", "2016-10-06 15:36:09.446751"], ["updated_at", "2016-10-06 15:36:09.446751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus similique neque illum.\",\"text\":\"I'll compress the back-end CSS protocol, that should pixel the SDD feed!\"}"], ["created_at", "2016-10-06 15:36:09.447618"], ["updated_at", "2016-10-06 15:36:09.447618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto maiores molestiae dicta.\",\"text\":\"I'll parse the bluetooth AI hard drive, that should feed the AI microchip!\"}"], ["created_at", "2016-10-06 15:36:09.448522"], ["updated_at", "2016-10-06 15:36:09.448522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis et tempore et iure qui.\",\"text\":\"I'll index the cross-platform GB port, that should firewall the SMTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.449403"], ["updated_at", "2016-10-06 15:36:09.449403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quasi placeat impedit enim molestias.\",\"text\":\"Try to index the AI application, maybe it will index the bluetooth panel!\"}"], ["created_at", "2016-10-06 15:36:09.450297"], ["updated_at", "2016-10-06 15:36:09.450297"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis ea et vel ad minima nihil.\",\"text\":\"The PNG array is down, input the primary capacitor so we can back up the THX hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.451199"], ["updated_at", "2016-10-06 15:36:09.451199"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui perferendis dolorum iste odio ipsa rerum.\",\"text\":\"We need to transmit the bluetooth SMTP microchip!\"}"], ["created_at", "2016-10-06 15:36:09.452069"], ["updated_at", "2016-10-06 15:36:09.452069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt aut culpa.\",\"text\":\"Try to connect the PCI array, maybe it will copy the open-source matrix!\"}"], ["created_at", "2016-10-06 15:36:09.452957"], ["updated_at", "2016-10-06 15:36:09.452957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis sed enim illum.\",\"text\":\"We need to input the bluetooth PNG pixel!\"}"], ["created_at", "2016-10-06 15:36:09.453840"], ["updated_at", "2016-10-06 15:36:09.453840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque esse consequatur assumenda dolor est repellendus.\",\"text\":\"I'll input the multi-byte IB pixel, that should monitor the JBOD capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.454736"], ["updated_at", "2016-10-06 15:36:09.454736"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In est eius ea sint et cupiditate.\",\"text\":\"Navigating the system won't do anything, we need to generate the haptic http port!\"}"], ["created_at", "2016-10-06 15:36:09.455614"], ["updated_at", "2016-10-06 15:36:09.455614"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae et sit minus nostrum eius.\",\"text\":\"Use the 1080p AI pixel, then you can synthesize the back-end port!\"}"], ["created_at", "2016-10-06 15:36:09.456549"], ["updated_at", "2016-10-06 15:36:09.456549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates veniam aperiam corporis eos voluptatem.\",\"text\":\"Use the redundant RAM alarm, then you can generate the online bus!\"}"], ["created_at", "2016-10-06 15:36:09.457463"], ["updated_at", "2016-10-06 15:36:09.457463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non excepturi et laboriosam incidunt dolore.\",\"text\":\"Backing up the transmitter won't do anything, we need to transmit the cross-platform exe transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.458384"], ["updated_at", "2016-10-06 15:36:09.458384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium voluptate quia autem corrupti dignissimos fugit.\",\"text\":\"The EXE transmitter is down, hack the back-end system so we can parse the PNG bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.459258"], ["updated_at", "2016-10-06 15:36:09.459258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A aut nam sunt optio.\",\"text\":\"If we generate the matrix, we can get to the SCSI card through the back-end PNG circuit!\"}"], ["created_at", "2016-10-06 15:36:09.460155"], ["updated_at", "2016-10-06 15:36:09.460155"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque distinctio illum molestiae corrupti.\",\"text\":\"Try to compress the PCI pixel, maybe it will navigate the auxiliary interface!\"}"], ["created_at", "2016-10-06 15:36:09.461071"], ["updated_at", "2016-10-06 15:36:09.461071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut reprehenderit hic voluptatibus perspiciatis ex quia.\",\"text\":\"We need to override the open-source RAM hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.461959"], ["updated_at", "2016-10-06 15:36:09.461959"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit voluptatum vitae magni.\",\"text\":\"Try to generate the PNG capacitor, maybe it will bypass the primary bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.462870"], ["updated_at", "2016-10-06 15:36:09.462870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia beatae voluptatum.\",\"text\":\"Compressing the sensor won't do anything, we need to hack the digital smtp matrix!\"}"], ["created_at", "2016-10-06 15:36:09.463750"], ["updated_at", "2016-10-06 15:36:09.463750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos blanditiis rerum vero nihil labore.\",\"text\":\"I'll generate the mobile PNG panel, that should alarm the PCI panel!\"}"], ["created_at", "2016-10-06 15:36:09.464655"], ["updated_at", "2016-10-06 15:36:09.464655"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae sit sit voluptatem.\",\"text\":\"Use the optical GB microchip, then you can compress the bluetooth port!\"}"], ["created_at", "2016-10-06 15:36:09.465540"], ["updated_at", "2016-10-06 15:36:09.465540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus nesciunt saepe non et et odio quidem.\",\"text\":\"I'll input the 1080p HTTP transmitter, that should array the EXE card!\"}"], ["created_at", "2016-10-06 15:36:09.466444"], ["updated_at", "2016-10-06 15:36:09.466444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit voluptatem officiis quo.\",\"text\":\"If we back up the system, we can get to the JBOD hard drive through the redundant SMTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.467324"], ["updated_at", "2016-10-06 15:36:09.467324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor nisi aperiam ratione ex delectus dolore reiciendis.\",\"text\":\"You can't back up the port without backing up the auxiliary RAM monitor!\"}"], ["created_at", "2016-10-06 15:36:09.468219"], ["updated_at", "2016-10-06 15:36:09.468219"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quibusdam voluptatem.\",\"text\":\"If we parse the port, we can get to the THX circuit through the solid state ADP firewall!\"}"], ["created_at", "2016-10-06 15:36:09.469096"], ["updated_at", "2016-10-06 15:36:09.469096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem officia incidunt.\",\"text\":\"Use the redundant EXE pixel, then you can program the cross-platform circuit!\"}"], ["created_at", "2016-10-06 15:36:09.469957"], ["updated_at", "2016-10-06 15:36:09.469957"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur distinctio perspiciatis neque quis minus accusamus.\",\"text\":\"You can't program the interface without hacking the digital USB feed!\"}"], ["created_at", "2016-10-06 15:36:09.470926"], ["updated_at", "2016-10-06 15:36:09.470926"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt similique minima enim qui et.\",\"text\":\"Try to compress the PCI panel, maybe it will hack the cross-platform matrix!\"}"], ["created_at", "2016-10-06 15:36:09.471914"], ["updated_at", "2016-10-06 15:36:09.471914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quia enim.\",\"text\":\"Overriding the protocol won't do anything, we need to generate the redundant usb driver!\"}"], ["created_at", "2016-10-06 15:36:09.472873"], ["updated_at", "2016-10-06 15:36:09.472873"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis autem nihil sapiente laboriosam pariatur molestias.\",\"text\":\"If we connect the interface, we can get to the RSS protocol through the haptic JBOD sensor!\"}"], ["created_at", "2016-10-06 15:36:09.473778"], ["updated_at", "2016-10-06 15:36:09.473778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur aut fuga dolorem aliquid.\",\"text\":\"If we compress the pixel, we can get to the HTTP hard drive through the virtual PCI bus!\"}"], ["created_at", "2016-10-06 15:36:09.474675"], ["updated_at", "2016-10-06 15:36:09.474675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius eos neque et impedit eos voluptatem.\",\"text\":\"Connecting the panel won't do anything, we need to back up the cross-platform adp alarm!\"}"], ["created_at", "2016-10-06 15:36:09.475553"], ["updated_at", "2016-10-06 15:36:09.475553"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto voluptatem omnis.\",\"text\":\"The JSON transmitter is down, index the redundant matrix so we can bypass the GB transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.476430"], ["updated_at", "2016-10-06 15:36:09.476430"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis veniam qui fuga voluptas sequi molestiae.\",\"text\":\"The EXE application is down, transmit the haptic capacitor so we can connect the SMTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.477293"], ["updated_at", "2016-10-06 15:36:09.477293"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis rem non quo ea.\",\"text\":\"The XML feed is down, calculate the cross-platform bandwidth so we can parse the SAS feed!\"}"], ["created_at", "2016-10-06 15:36:09.478199"], ["updated_at", "2016-10-06 15:36:09.478199"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum consequatur quia repellendus architecto ipsam.\",\"text\":\"Try to program the HTTP alarm, maybe it will synthesize the open-source system!\"}"], ["created_at", "2016-10-06 15:36:09.479073"], ["updated_at", "2016-10-06 15:36:09.479073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque dolorem quos.\",\"text\":\"Try to reboot the SQL pixel, maybe it will synthesize the mobile sensor!\"}"], ["created_at", "2016-10-06 15:36:09.479952"], ["updated_at", "2016-10-06 15:36:09.479952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur vero perferendis ab officiis.\",\"text\":\"The USB card is down, hack the auxiliary bandwidth so we can reboot the XML monitor!\"}"], ["created_at", "2016-10-06 15:36:09.480841"], ["updated_at", "2016-10-06 15:36:09.480841"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus et laudantium distinctio consequuntur.\",\"text\":\"You can't calculate the array without compressing the auxiliary HDD system!\"}"], ["created_at", "2016-10-06 15:36:09.481724"], ["updated_at", "2016-10-06 15:36:09.481724"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quibusdam ullam quam velit dignissimos in ipsam.\",\"text\":\"Transmitting the interface won't do anything, we need to synthesize the neural sdd pixel!\"}"], ["created_at", "2016-10-06 15:36:09.482644"], ["updated_at", "2016-10-06 15:36:09.482644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus dolor provident.\",\"text\":\"Try to program the RAM protocol, maybe it will hack the cross-platform application!\"}"], ["created_at", "2016-10-06 15:36:09.483512"], ["updated_at", "2016-10-06 15:36:09.483512"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto animi aut ad id dolor et fuga.\",\"text\":\"Hacking the program won't do anything, we need to calculate the optical sas alarm!\"}"], ["created_at", "2016-10-06 15:36:09.484402"], ["updated_at", "2016-10-06 15:36:09.484402"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi dolores eos quod.\",\"text\":\"Compressing the matrix won't do anything, we need to parse the optical jbod feed!\"}"], ["created_at", "2016-10-06 15:36:09.485279"], ["updated_at", "2016-10-06 15:36:09.485279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime et et ex hic necessitatibus non sed.\",\"text\":\"The JBOD program is down, synthesize the cross-platform application so we can synthesize the PCI matrix!\"}"], ["created_at", "2016-10-06 15:36:09.486158"], ["updated_at", "2016-10-06 15:36:09.486158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur soluta omnis sed fugiat provident assumenda.\",\"text\":\"We need to reboot the multi-byte TCP port!\"}"], ["created_at", "2016-10-06 15:36:09.487052"], ["updated_at", "2016-10-06 15:36:09.487052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In dicta veniam enim et.\",\"text\":\"The XSS alarm is down, copy the digital hard drive so we can synthesize the PNG sensor!\"}"], ["created_at", "2016-10-06 15:36:09.487914"], ["updated_at", "2016-10-06 15:36:09.487914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis sit ad.\",\"text\":\"You can't reboot the bus without connecting the haptic XML matrix!\"}"], ["created_at", "2016-10-06 15:36:09.488823"], ["updated_at", "2016-10-06 15:36:09.488823"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam debitis porro neque.\",\"text\":\"Try to back up the SQL bandwidth, maybe it will hack the open-source bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.489737"], ["updated_at", "2016-10-06 15:36:09.489737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nam velit suscipit necessitatibus.\",\"text\":\"Use the haptic SQL bus, then you can bypass the digital driver!\"}"], ["created_at", "2016-10-06 15:36:09.490641"], ["updated_at", "2016-10-06 15:36:09.490641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione consequatur maiores doloremque nobis quasi voluptates ut.\",\"text\":\"Try to hack the HTTP bandwidth, maybe it will generate the digital microchip!\"}"], ["created_at", "2016-10-06 15:36:09.491524"], ["updated_at", "2016-10-06 15:36:09.491524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime ducimus natus quia eveniet.\",\"text\":\"The IB monitor is down, navigate the primary pixel so we can back up the SMS interface!\"}"], ["created_at", "2016-10-06 15:36:09.492382"], ["updated_at", "2016-10-06 15:36:09.492382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus quis error aut quas id dolor praesentium.\",\"text\":\"Hacking the alarm won't do anything, we need to calculate the cross-platform sas protocol!\"}"], ["created_at", "2016-10-06 15:36:09.493250"], ["updated_at", "2016-10-06 15:36:09.493250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad debitis quaerat nostrum sequi mollitia.\",\"text\":\"The AI program is down, parse the 1080p interface so we can synthesize the JSON hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.494150"], ["updated_at", "2016-10-06 15:36:09.494150"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci illo expedita atque optio odit.\",\"text\":\"Try to input the ADP array, maybe it will back up the virtual feed!\"}"], ["created_at", "2016-10-06 15:36:09.495025"], ["updated_at", "2016-10-06 15:36:09.495025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni incidunt architecto ut aut eaque.\",\"text\":\"I'll calculate the digital JSON circuit, that should system the COM pixel!\"}"], ["created_at", "2016-10-06 15:36:09.495924"], ["updated_at", "2016-10-06 15:36:09.495924"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse sunt non ullam similique voluptatum.\",\"text\":\"Parsing the port won't do anything, we need to index the multi-byte tcp protocol!\"}"], ["created_at", "2016-10-06 15:36:09.496792"], ["updated_at", "2016-10-06 15:36:09.496792"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit et non doloribus.\",\"text\":\"We need to bypass the cross-platform RAM alarm!\"}"], ["created_at", "2016-10-06 15:36:09.497674"], ["updated_at", "2016-10-06 15:36:09.497674"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia impedit sint est.\",\"text\":\"Use the primary CSS capacitor, then you can index the multi-byte monitor!\"}"], ["created_at", "2016-10-06 15:36:09.498575"], ["updated_at", "2016-10-06 15:36:09.498575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere rem sit ipsum dolorem.\",\"text\":\"If we program the hard drive, we can get to the SQL array through the multi-byte ADP alarm!\"}"], ["created_at", "2016-10-06 15:36:09.499446"], ["updated_at", "2016-10-06 15:36:09.499446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias perferendis porro.\",\"text\":\"Use the mobile SDD card, then you can back up the cross-platform port!\"}"], ["created_at", "2016-10-06 15:36:09.500329"], ["updated_at", "2016-10-06 15:36:09.500329"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est asperiores quia ut impedit ut.\",\"text\":\"Try to compress the JBOD port, maybe it will navigate the 1080p alarm!\"}"], ["created_at", "2016-10-06 15:36:09.501186"], ["updated_at", "2016-10-06 15:36:09.501186"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto et consequatur nobis.\",\"text\":\"You can't quantify the hard drive without connecting the multi-byte SMS microchip!\"}"], ["created_at", "2016-10-06 15:36:09.502093"], ["updated_at", "2016-10-06 15:36:09.502093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem quis voluptas quo laborum ex et soluta.\",\"text\":\"We need to synthesize the online SSL capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.503088"], ["updated_at", "2016-10-06 15:36:09.503088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora ut sed qui et nostrum.\",\"text\":\"If we connect the sensor, we can get to the HTTP card through the bluetooth SMTP driver!\"}"], ["created_at", "2016-10-06 15:36:09.504075"], ["updated_at", "2016-10-06 15:36:09.504075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam qui sit.\",\"text\":\"Navigating the system won't do anything, we need to bypass the bluetooth ssl system!\"}"], ["created_at", "2016-10-06 15:36:09.505035"], ["updated_at", "2016-10-06 15:36:09.505035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea ut beatae provident eligendi dignissimos qui totam.\",\"text\":\"Compressing the card won't do anything, we need to reboot the digital scsi driver!\"}"], ["created_at", "2016-10-06 15:36:09.506002"], ["updated_at", "2016-10-06 15:36:09.506002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel rerum vero.\",\"text\":\"Use the open-source IB driver, then you can reboot the multi-byte sensor!\"}"], ["created_at", "2016-10-06 15:36:09.506965"], ["updated_at", "2016-10-06 15:36:09.506965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur repellat beatae et adipisci.\",\"text\":\"I'll bypass the digital RAM feed, that should protocol the HDD transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.507926"], ["updated_at", "2016-10-06 15:36:09.507926"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias iste enim sed minima id voluptatem laboriosam.\",\"text\":\"The TCP feed is down, input the optical bus so we can generate the SMS array!\"}"], ["created_at", "2016-10-06 15:36:09.508879"], ["updated_at", "2016-10-06 15:36:09.508879"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non deleniti eaque.\",\"text\":\"Bypassing the pixel won't do anything, we need to bypass the bluetooth ftp driver!\"}"], ["created_at", "2016-10-06 15:36:09.509812"], ["updated_at", "2016-10-06 15:36:09.509812"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis ducimus est enim fugit.\",\"text\":\"We need to override the multi-byte PCI firewall!\"}"], ["created_at", "2016-10-06 15:36:09.510804"], ["updated_at", "2016-10-06 15:36:09.510804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ullam est quam.\",\"text\":\"I'll parse the 1080p SMTP driver, that should circuit the TCP monitor!\"}"], ["created_at", "2016-10-06 15:36:09.511746"], ["updated_at", "2016-10-06 15:36:09.511746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est deserunt ut sapiente eius incidunt.\",\"text\":\"You can't calculate the array without compressing the virtual RSS card!\"}"], ["created_at", "2016-10-06 15:36:09.512700"], ["updated_at", "2016-10-06 15:36:09.512700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium voluptatem modi nisi placeat.\",\"text\":\"Try to quantify the JSON pixel, maybe it will program the multi-byte hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.513657"], ["updated_at", "2016-10-06 15:36:09.513657"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id ut natus.\",\"text\":\"If we copy the capacitor, we can get to the CSS system through the online ADP feed!\"}"], ["created_at", "2016-10-06 15:36:09.514616"], ["updated_at", "2016-10-06 15:36:09.514616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas accusantium corporis natus adipisci corrupti incidunt.\",\"text\":\"Try to quantify the RAM firewall, maybe it will parse the auxiliary sensor!\"}"], ["created_at", "2016-10-06 15:36:09.515610"], ["updated_at", "2016-10-06 15:36:09.515610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas eum atque non et.\",\"text\":\"I'll index the redundant AGP interface, that should protocol the PCI hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.516573"], ["updated_at", "2016-10-06 15:36:09.516573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque quae explicabo dolores voluptas aut voluptate.\",\"text\":\"Quantifying the firewall won't do anything, we need to calculate the wireless sms feed!\"}"], ["created_at", "2016-10-06 15:36:09.517529"], ["updated_at", "2016-10-06 15:36:09.517529"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas voluptatibus sunt magni.\",\"text\":\"Backing up the sensor won't do anything, we need to back up the solid state ai feed!\"}"], ["created_at", "2016-10-06 15:36:09.518474"], ["updated_at", "2016-10-06 15:36:09.518474"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est vero fugit nihil quis aliquam laudantium.\",\"text\":\"I'll override the haptic IB capacitor, that should bandwidth the SMS protocol!\"}"], ["created_at", "2016-10-06 15:36:09.519436"], ["updated_at", "2016-10-06 15:36:09.519436"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti aut consequatur ratione aliquid.\",\"text\":\"You can't connect the application without bypassing the cross-platform PCI monitor!\"}"], ["created_at", "2016-10-06 15:36:09.520375"], ["updated_at", "2016-10-06 15:36:09.520375"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas et voluptatem omnis dolorum suscipit possimus magnam.\",\"text\":\"Try to navigate the SQL pixel, maybe it will compress the redundant application!\"}"], ["created_at", "2016-10-06 15:36:09.521346"], ["updated_at", "2016-10-06 15:36:09.521346"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam aliquid dolores laudantium in explicabo perferendis voluptate.\",\"text\":\"Calculating the feed won't do anything, we need to program the multi-byte http driver!\"}"], ["created_at", "2016-10-06 15:36:09.522305"], ["updated_at", "2016-10-06 15:36:09.522305"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur eum doloribus iusto quae.\",\"text\":\"Use the open-source USB port, then you can input the haptic interface!\"}"], ["created_at", "2016-10-06 15:36:09.523291"], ["updated_at", "2016-10-06 15:36:09.523291"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur voluptas velit vel aspernatur facilis necessitatibus.\",\"text\":\"The JSON firewall is down, index the wireless program so we can input the XSS system!\"}"], ["created_at", "2016-10-06 15:36:09.524255"], ["updated_at", "2016-10-06 15:36:09.524255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos consequuntur qui aut necessitatibus.\",\"text\":\"We need to index the optical HDD program!\"}"], ["created_at", "2016-10-06 15:36:09.525194"], ["updated_at", "2016-10-06 15:36:09.525194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab animi eum omnis dolorem quia.\",\"text\":\"Try to index the COM sensor, maybe it will compress the neural card!\"}"], ["created_at", "2016-10-06 15:36:09.526204"], ["updated_at", "2016-10-06 15:36:09.526204"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe corporis non neque sint.\",\"text\":\"If we transmit the matrix, we can get to the CSS bandwidth through the auxiliary RAM transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.527208"], ["updated_at", "2016-10-06 15:36:09.527208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet odit hic dolorum corrupti.\",\"text\":\"Use the primary ADP system, then you can calculate the redundant sensor!\"}"], ["created_at", "2016-10-06 15:36:09.528225"], ["updated_at", "2016-10-06 15:36:09.528225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus eum eligendi.\",\"text\":\"Use the primary THX bus, then you can hack the online transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.529100"], ["updated_at", "2016-10-06 15:36:09.529100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur tempora voluptatem aut.\",\"text\":\"Bypassing the transmitter won't do anything, we need to quantify the neural ib protocol!\"}"], ["created_at", "2016-10-06 15:36:09.529986"], ["updated_at", "2016-10-06 15:36:09.529986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem id facere.\",\"text\":\"Use the optical TCP circuit, then you can parse the redundant panel!\"}"], ["created_at", "2016-10-06 15:36:09.530894"], ["updated_at", "2016-10-06 15:36:09.530894"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis et perspiciatis dolorum.\",\"text\":\"You can't calculate the hard drive without connecting the cross-platform THX card!\"}"], ["created_at", "2016-10-06 15:36:09.531873"], ["updated_at", "2016-10-06 15:36:09.531873"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim praesentium dolor ut est et nostrum ut.\",\"text\":\"You can't compress the firewall without quantifying the digital XSS array!\"}"], ["created_at", "2016-10-06 15:36:09.533301"], ["updated_at", "2016-10-06 15:36:09.533301"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut explicabo inventore recusandae.\",\"text\":\"Overriding the driver won't do anything, we need to hack the online adp card!\"}"], ["created_at", "2016-10-06 15:36:09.534869"], ["updated_at", "2016-10-06 15:36:09.534869"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias nihil itaque atque incidunt voluptatem.\",\"text\":\"Bypassing the circuit won't do anything, we need to input the auxiliary ftp microchip!\"}"], ["created_at", "2016-10-06 15:36:09.536108"], ["updated_at", "2016-10-06 15:36:09.536108"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum rerum eaque.\",\"text\":\"Try to program the ADP application, maybe it will calculate the cross-platform driver!\"}"], ["created_at", "2016-10-06 15:36:09.537447"], ["updated_at", "2016-10-06 15:36:09.537447"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia autem quod ipsa aliquam totam rerum deserunt.\",\"text\":\"Quantifying the alarm won't do anything, we need to input the optical ai panel!\"}"], ["created_at", "2016-10-06 15:36:09.540048"], ["updated_at", "2016-10-06 15:36:09.540048"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At maiores commodi dolores qui laborum vitae.\",\"text\":\"The AI monitor is down, compress the online panel so we can reboot the PCI matrix!\"}"], ["created_at", "2016-10-06 15:36:09.541386"], ["updated_at", "2016-10-06 15:36:09.541386"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat dicta assumenda atque vitae voluptatem.\",\"text\":\"Try to hack the RSS pixel, maybe it will override the 1080p circuit!\"}"], ["created_at", "2016-10-06 15:36:09.544040"], ["updated_at", "2016-10-06 15:36:09.544040"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum exercitationem asperiores.\",\"text\":\"You can't bypass the application without hacking the bluetooth SSL transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.545113"], ["updated_at", "2016-10-06 15:36:09.545113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum error quaerat unde id fugiat aut.\",\"text\":\"I'll quantify the neural COM monitor, that should hard drive the HTTP sensor!\"}"], ["created_at", "2016-10-06 15:36:09.546007"], ["updated_at", "2016-10-06 15:36:09.546007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error corporis et a.\",\"text\":\"If we generate the bus, we can get to the AGP bandwidth through the virtual SMS firewall!\"}"], ["created_at", "2016-10-06 15:36:09.546926"], ["updated_at", "2016-10-06 15:36:09.546926"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem dignissimos repellendus rerum illum deleniti explicabo consectetur.\",\"text\":\"If we navigate the sensor, we can get to the AI card through the digital SQL firewall!\"}"], ["created_at", "2016-10-06 15:36:09.547859"], ["updated_at", "2016-10-06 15:36:09.547859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis quia fuga.\",\"text\":\"I'll synthesize the cross-platform JSON feed, that should monitor the AGP matrix!\"}"], ["created_at", "2016-10-06 15:36:09.548856"], ["updated_at", "2016-10-06 15:36:09.548856"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam fugit minima itaque necessitatibus.\",\"text\":\"Indexing the capacitor won't do anything, we need to program the neural gb card!\"}"], ["created_at", "2016-10-06 15:36:09.549779"], ["updated_at", "2016-10-06 15:36:09.549779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet ex et maxime cumque aut alias laboriosam.\",\"text\":\"You can't connect the capacitor without hacking the bluetooth XSS microchip!\"}"], ["created_at", "2016-10-06 15:36:09.550728"], ["updated_at", "2016-10-06 15:36:09.550728"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure rerum amet quo minus eius ea velit.\",\"text\":\"Try to synthesize the COM bus, maybe it will parse the digital monitor!\"}"], ["created_at", "2016-10-06 15:36:09.551612"], ["updated_at", "2016-10-06 15:36:09.551612"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi quia deserunt sint nihil.\",\"text\":\"Try to copy the XML bandwidth, maybe it will connect the online feed!\"}"], ["created_at", "2016-10-06 15:36:09.552548"], ["updated_at", "2016-10-06 15:36:09.552548"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos modi molestiae sunt maxime voluptatem quo.\",\"text\":\"Generating the panel won't do anything, we need to override the optical agp hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.553474"], ["updated_at", "2016-10-06 15:36:09.553474"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora eum officia placeat aspernatur odit illo.\",\"text\":\"Overriding the bandwidth won't do anything, we need to index the mobile com hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.554421"], ["updated_at", "2016-10-06 15:36:09.554421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores soluta atque autem quisquam accusantium.\",\"text\":\"Compressing the hard drive won't do anything, we need to calculate the haptic agp array!\"}"], ["created_at", "2016-10-06 15:36:09.555321"], ["updated_at", "2016-10-06 15:36:09.555321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea voluptatum voluptas.\",\"text\":\"If we override the firewall, we can get to the JSON microchip through the mobile RAM pixel!\"}"], ["created_at", "2016-10-06 15:36:09.556222"], ["updated_at", "2016-10-06 15:36:09.556222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui voluptatum nam doloremque magnam rem quod.\",\"text\":\"You can't input the matrix without synthesizing the 1080p PCI driver!\"}"], ["created_at", "2016-10-06 15:36:09.557135"], ["updated_at", "2016-10-06 15:36:09.557135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis minima soluta voluptatem vel.\",\"text\":\"I'll connect the open-source AI port, that should interface the SDD interface!\"}"], ["created_at", "2016-10-06 15:36:09.558023"], ["updated_at", "2016-10-06 15:36:09.558023"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde aut corrupti.\",\"text\":\"Transmitting the firewall won't do anything, we need to calculate the back-end sms matrix!\"}"], ["created_at", "2016-10-06 15:36:09.558958"], ["updated_at", "2016-10-06 15:36:09.558958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae et velit.\",\"text\":\"I'll calculate the wireless XSS feed, that should firewall the SCSI sensor!\"}"], ["created_at", "2016-10-06 15:36:09.559862"], ["updated_at", "2016-10-06 15:36:09.559862"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id ea aperiam aut odit et eaque sunt.\",\"text\":\"Use the solid state SQL application, then you can program the digital monitor!\"}"], ["created_at", "2016-10-06 15:36:09.560757"], ["updated_at", "2016-10-06 15:36:09.560757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed sit eius minima nihil officia.\",\"text\":\"I'll navigate the back-end AGP monitor, that should sensor the FTP pixel!\"}"], ["created_at", "2016-10-06 15:36:09.561644"], ["updated_at", "2016-10-06 15:36:09.561644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A veniam qui assumenda.\",\"text\":\"We need to navigate the virtual SCSI pixel!\"}"], ["created_at", "2016-10-06 15:36:09.562527"], ["updated_at", "2016-10-06 15:36:09.562527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et odio consequatur est.\",\"text\":\"I'll generate the 1080p JSON sensor, that should driver the RAM bus!\"}"], ["created_at", "2016-10-06 15:36:09.563422"], ["updated_at", "2016-10-06 15:36:09.563422"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non nemo tenetur suscipit.\",\"text\":\"Try to navigate the GB circuit, maybe it will generate the open-source sensor!\"}"], ["created_at", "2016-10-06 15:36:09.564321"], ["updated_at", "2016-10-06 15:36:09.564321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim voluptates quia.\",\"text\":\"The AGP transmitter is down, transmit the online protocol so we can quantify the EXE capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.565306"], ["updated_at", "2016-10-06 15:36:09.565306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est explicabo enim accusamus omnis.\",\"text\":\"I'll hack the optical RSS monitor, that should system the HTTP sensor!\"}"], ["created_at", "2016-10-06 15:36:09.566294"], ["updated_at", "2016-10-06 15:36:09.566294"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et unde eligendi tempora quia.\",\"text\":\"Use the haptic EXE interface, then you can generate the neural monitor!\"}"], ["created_at", "2016-10-06 15:36:09.567198"], ["updated_at", "2016-10-06 15:36:09.567198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione molestias incidunt.\",\"text\":\"Bypassing the card won't do anything, we need to back up the online sms application!\"}"], ["created_at", "2016-10-06 15:36:09.568090"], ["updated_at", "2016-10-06 15:36:09.568090"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto earum velit.\",\"text\":\"We need to reboot the neural PNG monitor!\"}"], ["created_at", "2016-10-06 15:36:09.568990"], ["updated_at", "2016-10-06 15:36:09.568990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit aut est fugiat quasi sit nobis blanditiis.\",\"text\":\"Calculating the matrix won't do anything, we need to generate the haptic xml alarm!\"}"], ["created_at", "2016-10-06 15:36:09.569924"], ["updated_at", "2016-10-06 15:36:09.569924"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur magnam sunt est.\",\"text\":\"You can't bypass the circuit without synthesizing the multi-byte COM port!\"}"], ["created_at", "2016-10-06 15:36:09.570844"], ["updated_at", "2016-10-06 15:36:09.570844"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis dignissimos et reprehenderit velit.\",\"text\":\"Connecting the panel won't do anything, we need to quantify the wireless com firewall!\"}"], ["created_at", "2016-10-06 15:36:09.571774"], ["updated_at", "2016-10-06 15:36:09.571774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit at non sunt quibusdam.\",\"text\":\"I'll transmit the multi-byte USB card, that should matrix the THX sensor!\"}"], ["created_at", "2016-10-06 15:36:09.572649"], ["updated_at", "2016-10-06 15:36:09.572649"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est cum cumque a.\",\"text\":\"Try to generate the SSL hard drive, maybe it will index the digital matrix!\"}"], ["created_at", "2016-10-06 15:36:09.573580"], ["updated_at", "2016-10-06 15:36:09.573580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis quae est in et enim architecto expedita.\",\"text\":\"We need to copy the digital PCI protocol!\"}"], ["created_at", "2016-10-06 15:36:09.574507"], ["updated_at", "2016-10-06 15:36:09.574507"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus qui in molestiae ipsum eos qui.\",\"text\":\"Parsing the hard drive won't do anything, we need to program the redundant ssl driver!\"}"], ["created_at", "2016-10-06 15:36:09.575383"], ["updated_at", "2016-10-06 15:36:09.575383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque qui tempora et libero.\",\"text\":\"I'll override the mobile JBOD pixel, that should sensor the JBOD circuit!\"}"], ["created_at", "2016-10-06 15:36:09.576286"], ["updated_at", "2016-10-06 15:36:09.576286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas sapiente atque.\",\"text\":\"Use the mobile AGP panel, then you can index the digital interface!\"}"], ["created_at", "2016-10-06 15:36:09.577174"], ["updated_at", "2016-10-06 15:36:09.577174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptatibus exercitationem.\",\"text\":\"You can't override the interface without backing up the 1080p HDD matrix!\"}"], ["created_at", "2016-10-06 15:36:09.578076"], ["updated_at", "2016-10-06 15:36:09.578076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga explicabo neque.\",\"text\":\"You can't index the card without synthesizing the primary HTTP feed!\"}"], ["created_at", "2016-10-06 15:36:09.578969"], ["updated_at", "2016-10-06 15:36:09.578969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam molestias sed temporibus rerum et quo.\",\"text\":\"Try to index the FTP firewall, maybe it will connect the auxiliary array!\"}"], ["created_at", "2016-10-06 15:36:09.579881"], ["updated_at", "2016-10-06 15:36:09.579881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nemo voluptatem.\",\"text\":\"Try to index the COM program, maybe it will hack the 1080p pixel!\"}"], ["created_at", "2016-10-06 15:36:09.580766"], ["updated_at", "2016-10-06 15:36:09.580766"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus eveniet sed repellat aut molestias aut laborum.\",\"text\":\"The USB feed is down, compress the online panel so we can back up the GB feed!\"}"], ["created_at", "2016-10-06 15:36:09.581671"], ["updated_at", "2016-10-06 15:36:09.581671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas nihil perferendis.\",\"text\":\"Use the bluetooth THX sensor, then you can copy the primary microchip!\"}"], ["created_at", "2016-10-06 15:36:09.582587"], ["updated_at", "2016-10-06 15:36:09.582587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem voluptatum nihil adipisci alias autem.\",\"text\":\"I'll parse the bluetooth SMTP matrix, that should circuit the EXE application!\"}"], ["created_at", "2016-10-06 15:36:09.583477"], ["updated_at", "2016-10-06 15:36:09.583477"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aut labore inventore reprehenderit quis quidem.\",\"text\":\"Try to navigate the SMTP pixel, maybe it will bypass the redundant protocol!\"}"], ["created_at", "2016-10-06 15:36:09.584367"], ["updated_at", "2016-10-06 15:36:09.584367"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus aperiam aut omnis totam voluptatem cum enim.\",\"text\":\"Copying the application won't do anything, we need to bypass the wireless ai driver!\"}"], ["created_at", "2016-10-06 15:36:09.585309"], ["updated_at", "2016-10-06 15:36:09.585309"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi voluptas veniam et.\",\"text\":\"We need to quantify the 1080p SSL panel!\"}"], ["created_at", "2016-10-06 15:36:09.586357"], ["updated_at", "2016-10-06 15:36:09.586357"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae voluptas quia aspernatur totam.\",\"text\":\"If we navigate the monitor, we can get to the SSL array through the back-end AGP firewall!\"}"], ["created_at", "2016-10-06 15:36:09.587458"], ["updated_at", "2016-10-06 15:36:09.587458"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem sapiente corrupti.\",\"text\":\"You can't transmit the firewall without calculating the bluetooth HTTP firewall!\"}"], ["created_at", "2016-10-06 15:36:09.588612"], ["updated_at", "2016-10-06 15:36:09.588612"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem ab quas modi esse nostrum.\",\"text\":\"I'll index the wireless SDD feed, that should protocol the XSS circuit!\"}"], ["created_at", "2016-10-06 15:36:09.589743"], ["updated_at", "2016-10-06 15:36:09.589743"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab ut repellat voluptas quis reiciendis.\",\"text\":\"The CSS panel is down, quantify the mobile capacitor so we can generate the SAS card!\"}"], ["created_at", "2016-10-06 15:36:09.590877"], ["updated_at", "2016-10-06 15:36:09.590877"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore expedita maiores autem incidunt.\",\"text\":\"Copying the port won't do anything, we need to index the online com transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.591968"], ["updated_at", "2016-10-06 15:36:09.591968"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis voluptas numquam in iusto dolor.\",\"text\":\"The SQL card is down, generate the open-source system so we can input the CSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.593213"], ["updated_at", "2016-10-06 15:36:09.593213"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero illo rerum ut rem odit fugiat dolores.\",\"text\":\"Copying the program won't do anything, we need to synthesize the open-source usb program!\"}"], ["created_at", "2016-10-06 15:36:09.594496"], ["updated_at", "2016-10-06 15:36:09.594496"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum aut esse.\",\"text\":\"If we index the feed, we can get to the XSS hard drive through the optical EXE card!\"}"], ["created_at", "2016-10-06 15:36:09.595680"], ["updated_at", "2016-10-06 15:36:09.595680"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet impedit recusandae consequatur quis dicta assumenda.\",\"text\":\"Use the multi-byte SCSI bandwidth, then you can hack the auxiliary feed!\"}"], ["created_at", "2016-10-06 15:36:09.596843"], ["updated_at", "2016-10-06 15:36:09.596843"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente tenetur error minus officiis corrupti.\",\"text\":\"Use the redundant FTP pixel, then you can quantify the digital matrix!\"}"], ["created_at", "2016-10-06 15:36:09.597974"], ["updated_at", "2016-10-06 15:36:09.597974"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque assumenda possimus repellat sit.\",\"text\":\"We need to copy the digital HTTP interface!\"}"], ["created_at", "2016-10-06 15:36:09.599136"], ["updated_at", "2016-10-06 15:36:09.599136"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa voluptatibus assumenda.\",\"text\":\"I'll quantify the auxiliary PCI monitor, that should program the SMTP interface!\"}"], ["created_at", "2016-10-06 15:36:09.600274"], ["updated_at", "2016-10-06 15:36:09.600274"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita perferendis ex.\",\"text\":\"The SAS capacitor is down, back up the primary alarm so we can quantify the FTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.601357"], ["updated_at", "2016-10-06 15:36:09.601357"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis odio ea veritatis repellendus est minima dolorem.\",\"text\":\"Use the bluetooth RAM card, then you can input the auxiliary panel!\"}"], ["created_at", "2016-10-06 15:36:09.602634"], ["updated_at", "2016-10-06 15:36:09.602634"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam laborum occaecati nobis iste est dolores.\",\"text\":\"We need to parse the optical HTTP firewall!\"}"], ["created_at", "2016-10-06 15:36:09.604488"], ["updated_at", "2016-10-06 15:36:09.604488"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod placeat sit accusamus earum dolores.\",\"text\":\"Indexing the circuit won't do anything, we need to transmit the digital gb microchip!\"}"], ["created_at", "2016-10-06 15:36:09.605639"], ["updated_at", "2016-10-06 15:36:09.605639"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste consequatur dolore deleniti.\",\"text\":\"You can't bypass the driver without bypassing the solid state SMTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.608022"], ["updated_at", "2016-10-06 15:36:09.608022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt quia facere dolore et molestias odit.\",\"text\":\"We need to navigate the multi-byte PCI interface!\"}"], ["created_at", "2016-10-06 15:36:09.609145"], ["updated_at", "2016-10-06 15:36:09.609145"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus quo iusto voluptas autem occaecati.\",\"text\":\"Try to reboot the XSS panel, maybe it will bypass the 1080p firewall!\"}"], ["created_at", "2016-10-06 15:36:09.610081"], ["updated_at", "2016-10-06 15:36:09.610081"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit hic similique voluptas perferendis earum quam.\",\"text\":\"We need to quantify the 1080p SSL matrix!\"}"], ["created_at", "2016-10-06 15:36:09.611023"], ["updated_at", "2016-10-06 15:36:09.611023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et veritatis aspernatur odit voluptas sed.\",\"text\":\"You can't navigate the bandwidth without overriding the neural SMS matrix!\"}"], ["created_at", "2016-10-06 15:36:09.611914"], ["updated_at", "2016-10-06 15:36:09.611914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam esse rerum perspiciatis dolores inventore consequatur sit.\",\"text\":\"The PCI port is down, compress the multi-byte matrix so we can input the EXE application!\"}"], ["created_at", "2016-10-06 15:36:09.612798"], ["updated_at", "2016-10-06 15:36:09.612798"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor itaque et voluptatem.\",\"text\":\"You can't calculate the transmitter without transmitting the primary CSS array!\"}"], ["created_at", "2016-10-06 15:36:09.613681"], ["updated_at", "2016-10-06 15:36:09.613681"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil deserunt eum vel vero.\",\"text\":\"We need to program the open-source AGP feed!\"}"], ["created_at", "2016-10-06 15:36:09.614675"], ["updated_at", "2016-10-06 15:36:09.614675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto consequatur est.\",\"text\":\"Hacking the circuit won't do anything, we need to program the wireless json firewall!\"}"], ["created_at", "2016-10-06 15:36:09.615725"], ["updated_at", "2016-10-06 15:36:09.615725"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae placeat quia sunt.\",\"text\":\"The CSS monitor is down, generate the 1080p bus so we can copy the HDD panel!\"}"], ["created_at", "2016-10-06 15:36:09.616712"], ["updated_at", "2016-10-06 15:36:09.616712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam dolor molestias voluptas dolore tenetur eum ducimus.\",\"text\":\"You can't generate the pixel without indexing the back-end SDD firewall!\"}"], ["created_at", "2016-10-06 15:36:09.617680"], ["updated_at", "2016-10-06 15:36:09.617680"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium vel dolor non atque possimus aperiam porro.\",\"text\":\"I'll synthesize the mobile THX array, that should panel the SMTP driver!\"}"], ["created_at", "2016-10-06 15:36:09.618683"], ["updated_at", "2016-10-06 15:36:09.618683"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio ut et eligendi sed.\",\"text\":\"Connecting the alarm won't do anything, we need to back up the virtual exe transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.619682"], ["updated_at", "2016-10-06 15:36:09.619682"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui aliquam tempora.\",\"text\":\"If we quantify the matrix, we can get to the IB sensor through the open-source AI sensor!\"}"], ["created_at", "2016-10-06 15:36:09.620668"], ["updated_at", "2016-10-06 15:36:09.620668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum autem eos omnis fuga et quod atque.\",\"text\":\"Try to program the XSS alarm, maybe it will index the digital driver!\"}"], ["created_at", "2016-10-06 15:36:09.621633"], ["updated_at", "2016-10-06 15:36:09.621633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis est ex incidunt.\",\"text\":\"You can't override the matrix without overriding the wireless HDD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.622612"], ["updated_at", "2016-10-06 15:36:09.622612"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A dolor odio facere aliquid est dolore dolores.\",\"text\":\"Try to parse the COM feed, maybe it will transmit the solid state alarm!\"}"], ["created_at", "2016-10-06 15:36:09.623536"], ["updated_at", "2016-10-06 15:36:09.623536"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis sit consequatur reiciendis.\",\"text\":\"You can't copy the sensor without generating the multi-byte PNG bus!\"}"], ["created_at", "2016-10-06 15:36:09.624427"], ["updated_at", "2016-10-06 15:36:09.624427"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit ipsa ut repudiandae inventore et ullam tempora.\",\"text\":\"If we program the circuit, we can get to the RSS panel through the primary XSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.625361"], ["updated_at", "2016-10-06 15:36:09.625361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi quae vitae sed.\",\"text\":\"Use the 1080p HDD program, then you can connect the haptic interface!\"}"], ["created_at", "2016-10-06 15:36:09.626444"], ["updated_at", "2016-10-06 15:36:09.626444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et autem ut ratione.\",\"text\":\"You can't parse the alarm without bypassing the auxiliary HTTP driver!\"}"], ["created_at", "2016-10-06 15:36:09.627374"], ["updated_at", "2016-10-06 15:36:09.627374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem eaque quo sed sint assumenda.\",\"text\":\"You can't bypass the system without compressing the digital PNG monitor!\"}"], ["created_at", "2016-10-06 15:36:09.628337"], ["updated_at", "2016-10-06 15:36:09.628337"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut est vel libero omnis cum.\",\"text\":\"If we navigate the bus, we can get to the SMTP matrix through the mobile XSS alarm!\"}"], ["created_at", "2016-10-06 15:36:09.629314"], ["updated_at", "2016-10-06 15:36:09.629314"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam unde consectetur qui hic adipisci sapiente.\",\"text\":\"The RAM sensor is down, calculate the 1080p capacitor so we can program the EXE system!\"}"], ["created_at", "2016-10-06 15:36:09.630647"], ["updated_at", "2016-10-06 15:36:09.630647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat soluta nesciunt.\",\"text\":\"Use the bluetooth IB feed, then you can input the virtual feed!\"}"], ["created_at", "2016-10-06 15:36:09.631956"], ["updated_at", "2016-10-06 15:36:09.631956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut aspernatur quae labore qui vitae assumenda voluptas.\",\"text\":\"Use the haptic ADP protocol, then you can back up the solid state firewall!\"}"], ["created_at", "2016-10-06 15:36:09.632970"], ["updated_at", "2016-10-06 15:36:09.632970"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam exercitationem aut laudantium molestiae odio.\",\"text\":\"Overriding the protocol won't do anything, we need to connect the multi-byte http panel!\"}"], ["created_at", "2016-10-06 15:36:09.633898"], ["updated_at", "2016-10-06 15:36:09.633898"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut aut culpa qui iure ratione et.\",\"text\":\"Try to calculate the HTTP application, maybe it will back up the haptic feed!\"}"], ["created_at", "2016-10-06 15:36:09.634918"], ["updated_at", "2016-10-06 15:36:09.634918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore placeat architecto numquam omnis.\",\"text\":\"Use the neural CSS monitor, then you can synthesize the redundant bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.635893"], ["updated_at", "2016-10-06 15:36:09.635893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel et animi ipsam voluptatem.\",\"text\":\"The XML pixel is down, parse the multi-byte interface so we can calculate the AI system!\"}"], ["created_at", "2016-10-06 15:36:09.636847"], ["updated_at", "2016-10-06 15:36:09.636847"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus dolore dolorem quisquam perferendis totam.\",\"text\":\"Use the auxiliary ADP capacitor, then you can parse the open-source panel!\"}"], ["created_at", "2016-10-06 15:36:09.637915"], ["updated_at", "2016-10-06 15:36:09.637915"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et blanditiis voluptatem ut aut.\",\"text\":\"I'll reboot the digital XML capacitor, that should protocol the JSON microchip!\"}"], ["created_at", "2016-10-06 15:36:09.638985"], ["updated_at", "2016-10-06 15:36:09.638985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto laudantium aliquam perspiciatis natus ullam quae.\",\"text\":\"Use the bluetooth CSS driver, then you can reboot the haptic transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.640096"], ["updated_at", "2016-10-06 15:36:09.640096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores amet totam necessitatibus optio quod et incidunt.\",\"text\":\"Use the haptic SAS capacitor, then you can input the solid state monitor!\"}"], ["created_at", "2016-10-06 15:36:09.641102"], ["updated_at", "2016-10-06 15:36:09.641102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur omnis neque mollitia et voluptatibus.\",\"text\":\"You can't synthesize the capacitor without overriding the open-source COM feed!\"}"], ["created_at", "2016-10-06 15:36:09.642019"], ["updated_at", "2016-10-06 15:36:09.642019"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui consequatur non reprehenderit.\",\"text\":\"I'll connect the auxiliary CSS transmitter, that should port the RSS bus!\"}"], ["created_at", "2016-10-06 15:36:09.643013"], ["updated_at", "2016-10-06 15:36:09.643013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut at ipsam perspiciatis.\",\"text\":\"If we copy the driver, we can get to the RSS protocol through the virtual SQL panel!\"}"], ["created_at", "2016-10-06 15:36:09.643975"], ["updated_at", "2016-10-06 15:36:09.643975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore quia quis.\",\"text\":\"If we hack the application, we can get to the XML program through the optical SSL port!\"}"], ["created_at", "2016-10-06 15:36:09.644884"], ["updated_at", "2016-10-06 15:36:09.644884"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur qui eos blanditiis nobis voluptatem.\",\"text\":\"The SDD system is down, quantify the digital bandwidth so we can program the SAS pixel!\"}"], ["created_at", "2016-10-06 15:36:09.645802"], ["updated_at", "2016-10-06 15:36:09.645802"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate aut voluptates dignissimos nulla.\",\"text\":\"I'll transmit the neural SQL circuit, that should microchip the RAM port!\"}"], ["created_at", "2016-10-06 15:36:09.646753"], ["updated_at", "2016-10-06 15:36:09.646753"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ut sunt.\",\"text\":\"If we back up the system, we can get to the SAS transmitter through the redundant JBOD circuit!\"}"], ["created_at", "2016-10-06 15:36:09.647681"], ["updated_at", "2016-10-06 15:36:09.647681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cumque eius molestiae laboriosam.\",\"text\":\"You can't calculate the microchip without copying the virtual PCI microchip!\"}"], ["created_at", "2016-10-06 15:36:09.648634"], ["updated_at", "2016-10-06 15:36:09.648634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos perspiciatis ducimus.\",\"text\":\"We need to generate the solid state AGP protocol!\"}"], ["created_at", "2016-10-06 15:36:09.649557"], ["updated_at", "2016-10-06 15:36:09.649557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium velit eum est.\",\"text\":\"Connecting the program won't do anything, we need to parse the mobile ssl microchip!\"}"], ["created_at", "2016-10-06 15:36:09.650502"], ["updated_at", "2016-10-06 15:36:09.650502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla et quia.\",\"text\":\"Try to connect the JSON sensor, maybe it will hack the haptic matrix!\"}"], ["created_at", "2016-10-06 15:36:09.651461"], ["updated_at", "2016-10-06 15:36:09.651461"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus voluptate qui expedita omnis unde odio.\",\"text\":\"I'll program the redundant COM panel, that should system the ADP matrix!\"}"], ["created_at", "2016-10-06 15:36:09.652390"], ["updated_at", "2016-10-06 15:36:09.652390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae eos est.\",\"text\":\"Transmitting the card won't do anything, we need to navigate the mobile json firewall!\"}"], ["created_at", "2016-10-06 15:36:09.653329"], ["updated_at", "2016-10-06 15:36:09.653329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum ut fugit dolorem.\",\"text\":\"We need to quantify the solid state SSL bus!\"}"], ["created_at", "2016-10-06 15:36:09.654304"], ["updated_at", "2016-10-06 15:36:09.654304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas sit ex minima hic.\",\"text\":\"I'll input the open-source AI card, that should driver the AI protocol!\"}"], ["created_at", "2016-10-06 15:36:09.655197"], ["updated_at", "2016-10-06 15:36:09.655197"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum quo quia ullam.\",\"text\":\"Use the optical CSS firewall, then you can hack the 1080p pixel!\"}"], ["created_at", "2016-10-06 15:36:09.656122"], ["updated_at", "2016-10-06 15:36:09.656122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet commodi ducimus molestiae.\",\"text\":\"You can't transmit the bus without synthesizing the cross-platform ADP protocol!\"}"], ["created_at", "2016-10-06 15:36:09.657062"], ["updated_at", "2016-10-06 15:36:09.657062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia sed est eos quo exercitationem.\",\"text\":\"You can't index the port without generating the mobile SAS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.657979"], ["updated_at", "2016-10-06 15:36:09.657979"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo aut temporibus culpa ab.\",\"text\":\"The JBOD port is down, connect the virtual program so we can connect the GB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.658963"], ["updated_at", "2016-10-06 15:36:09.658963"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam et voluptatibus at.\",\"text\":\"We need to synthesize the optical AGP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.659999"], ["updated_at", "2016-10-06 15:36:09.659999"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam quae consequuntur odio occaecati et expedita dolores.\",\"text\":\"The RSS alarm is down, navigate the digital transmitter so we can program the FTP port!\"}"], ["created_at", "2016-10-06 15:36:09.661035"], ["updated_at", "2016-10-06 15:36:09.661035"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium commodi cumque corrupti.\",\"text\":\"We need to calculate the open-source SMTP system!\"}"], ["created_at", "2016-10-06 15:36:09.662966"], ["updated_at", "2016-10-06 15:36:09.662966"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In nostrum ratione.\",\"text\":\"Parsing the matrix won't do anything, we need to copy the open-source ib firewall!\"}"], ["created_at", "2016-10-06 15:36:09.664128"], ["updated_at", "2016-10-06 15:36:09.664128"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et corporis perferendis molestiae molestiae tempore ex distinctio.\",\"text\":\"Programming the firewall won't do anything, we need to transmit the 1080p rss array!\"}"], ["created_at", "2016-10-06 15:36:09.673574"], ["updated_at", "2016-10-06 15:36:09.673574"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti doloribus voluptatum.\",\"text\":\"Try to quantify the SMTP matrix, maybe it will override the online panel!\"}"], ["created_at", "2016-10-06 15:36:09.674603"], ["updated_at", "2016-10-06 15:36:09.674603"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus quibusdam facilis magnam.\",\"text\":\"I'll copy the solid state SCSI circuit, that should interface the SAS circuit!\"}"], ["created_at", "2016-10-06 15:36:09.675493"], ["updated_at", "2016-10-06 15:36:09.675493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nihil nulla facilis pariatur.\",\"text\":\"If we hack the monitor, we can get to the SAS transmitter through the wireless SQL microchip!\"}"], ["created_at", "2016-10-06 15:36:09.676373"], ["updated_at", "2016-10-06 15:36:09.676373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quae quibusdam.\",\"text\":\"We need to compress the wireless THX panel!\"}"], ["created_at", "2016-10-06 15:36:09.677236"], ["updated_at", "2016-10-06 15:36:09.677236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur inventore numquam fuga.\",\"text\":\"Try to generate the HTTP protocol, maybe it will bypass the open-source system!\"}"], ["created_at", "2016-10-06 15:36:09.678105"], ["updated_at", "2016-10-06 15:36:09.678105"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis hic provident voluptate aut eos possimus autem.\",\"text\":\"Try to connect the JSON protocol, maybe it will generate the redundant bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.679008"], ["updated_at", "2016-10-06 15:36:09.679008"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora labore adipisci tempore ut omnis quia provident.\",\"text\":\"Try to connect the SCSI panel, maybe it will parse the bluetooth application!\"}"], ["created_at", "2016-10-06 15:36:09.679888"], ["updated_at", "2016-10-06 15:36:09.679888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse voluptas aut unde odio.\",\"text\":\"Parsing the program won't do anything, we need to reboot the wireless css driver!\"}"], ["created_at", "2016-10-06 15:36:09.680764"], ["updated_at", "2016-10-06 15:36:09.680764"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta minima sed autem.\",\"text\":\"Copying the port won't do anything, we need to quantify the cross-platform jbod alarm!\"}"], ["created_at", "2016-10-06 15:36:09.681664"], ["updated_at", "2016-10-06 15:36:09.681664"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem ipsum cumque sapiente.\",\"text\":\"I'll reboot the 1080p XSS sensor, that should circuit the ADP circuit!\"}"], ["created_at", "2016-10-06 15:36:09.682551"], ["updated_at", "2016-10-06 15:36:09.682551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam aut quos.\",\"text\":\"The PCI program is down, quantify the neural protocol so we can compress the THX hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.683437"], ["updated_at", "2016-10-06 15:36:09.683437"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas voluptatem fugit est.\",\"text\":\"Try to copy the SMS bandwidth, maybe it will navigate the bluetooth bus!\"}"], ["created_at", "2016-10-06 15:36:09.684334"], ["updated_at", "2016-10-06 15:36:09.684334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quis earum iure pariatur officiis quisquam repellendus.\",\"text\":\"The USB bandwidth is down, reboot the wireless interface so we can quantify the SDD sensor!\"}"], ["created_at", "2016-10-06 15:36:09.685223"], ["updated_at", "2016-10-06 15:36:09.685223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae et mollitia iure aspernatur dolorem repudiandae.\",\"text\":\"You can't compress the transmitter without indexing the 1080p JSON panel!\"}"], ["created_at", "2016-10-06 15:36:09.686106"], ["updated_at", "2016-10-06 15:36:09.686106"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad dolor culpa voluptatum enim.\",\"text\":\"Try to override the JBOD microchip, maybe it will calculate the redundant protocol!\"}"], ["created_at", "2016-10-06 15:36:09.686974"], ["updated_at", "2016-10-06 15:36:09.686974"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id ipsa consequatur temporibus quis.\",\"text\":\"Hacking the program won't do anything, we need to parse the wireless css application!\"}"], ["created_at", "2016-10-06 15:36:09.687873"], ["updated_at", "2016-10-06 15:36:09.687873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio voluptatem doloribus.\",\"text\":\"Use the redundant PCI system, then you can connect the redundant system!\"}"], ["created_at", "2016-10-06 15:36:09.688750"], ["updated_at", "2016-10-06 15:36:09.688750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum accusantium eum aut.\",\"text\":\"Copying the feed won't do anything, we need to quantify the open-source css bus!\"}"], ["created_at", "2016-10-06 15:36:09.689632"], ["updated_at", "2016-10-06 15:36:09.689632"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut nam iure porro sed modi.\",\"text\":\"The PNG alarm is down, bypass the optical pixel so we can copy the SMTP card!\"}"], ["created_at", "2016-10-06 15:36:09.690562"], ["updated_at", "2016-10-06 15:36:09.690562"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nobis iste vel id.\",\"text\":\"Use the wireless HTTP pixel, then you can hack the virtual card!\"}"], ["created_at", "2016-10-06 15:36:09.691543"], ["updated_at", "2016-10-06 15:36:09.691543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolores autem ut beatae temporibus.\",\"text\":\"Use the auxiliary HDD feed, then you can navigate the open-source sensor!\"}"], ["created_at", "2016-10-06 15:36:09.692442"], ["updated_at", "2016-10-06 15:36:09.692442"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique architecto mollitia.\",\"text\":\"Use the cross-platform SMS feed, then you can reboot the optical array!\"}"], ["created_at", "2016-10-06 15:36:09.693420"], ["updated_at", "2016-10-06 15:36:09.693420"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius veniam sequi perferendis iste eos sit.\",\"text\":\"Use the primary JSON feed, then you can transmit the multi-byte circuit!\"}"], ["created_at", "2016-10-06 15:36:09.694395"], ["updated_at", "2016-10-06 15:36:09.694395"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio molestiae rerum amet est ullam possimus dignissimos.\",\"text\":\"We need to calculate the optical GB transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.696162"], ["updated_at", "2016-10-06 15:36:09.696162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem error vero.\",\"text\":\"The JBOD program is down, program the wireless protocol so we can connect the AGP firewall!\"}"], ["created_at", "2016-10-06 15:36:09.697385"], ["updated_at", "2016-10-06 15:36:09.697385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est libero aut exercitationem.\",\"text\":\"I'll generate the back-end IB hard drive, that should interface the SMTP firewall!\"}"], ["created_at", "2016-10-06 15:36:09.698445"], ["updated_at", "2016-10-06 15:36:09.698445"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore est incidunt ea assumenda et voluptas porro.\",\"text\":\"The JBOD monitor is down, synthesize the multi-byte driver so we can synthesize the SAS pixel!\"}"], ["created_at", "2016-10-06 15:36:09.699325"], ["updated_at", "2016-10-06 15:36:09.699325"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque magnam vel neque et velit illum.\",\"text\":\"I'll synthesize the online PCI card, that should protocol the FTP matrix!\"}"], ["created_at", "2016-10-06 15:36:09.700277"], ["updated_at", "2016-10-06 15:36:09.700277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam corrupti tenetur rerum ea placeat blanditiis quam.\",\"text\":\"You can't override the firewall without backing up the back-end CSS alarm!\"}"], ["created_at", "2016-10-06 15:36:09.701162"], ["updated_at", "2016-10-06 15:36:09.701162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate officia rerum non doloribus.\",\"text\":\"We need to connect the multi-byte EXE application!\"}"], ["created_at", "2016-10-06 15:36:09.702037"], ["updated_at", "2016-10-06 15:36:09.702037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestias deleniti amet.\",\"text\":\"You can't connect the alarm without indexing the online RSS monitor!\"}"], ["created_at", "2016-10-06 15:36:09.702913"], ["updated_at", "2016-10-06 15:36:09.702913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem nulla maiores et ut repellendus.\",\"text\":\"Copying the array won't do anything, we need to transmit the online ftp bus!\"}"], ["created_at", "2016-10-06 15:36:09.703788"], ["updated_at", "2016-10-06 15:36:09.703788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt expedita ducimus et minus animi nisi.\",\"text\":\"You can't hack the interface without parsing the digital HDD matrix!\"}"], ["created_at", "2016-10-06 15:36:09.704712"], ["updated_at", "2016-10-06 15:36:09.704712"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur commodi molestiae et sint velit accusamus.\",\"text\":\"You can't connect the circuit without indexing the virtual TCP protocol!\"}"], ["created_at", "2016-10-06 15:36:09.705699"], ["updated_at", "2016-10-06 15:36:09.705699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor quasi architecto optio vero voluptatem ea eius.\",\"text\":\"I'll quantify the mobile XSS application, that should bus the HDD circuit!\"}"], ["created_at", "2016-10-06 15:36:09.706683"], ["updated_at", "2016-10-06 15:36:09.706683"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste itaque consequatur.\",\"text\":\"Try to bypass the ADP matrix, maybe it will synthesize the 1080p feed!\"}"], ["created_at", "2016-10-06 15:36:09.707669"], ["updated_at", "2016-10-06 15:36:09.707669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis sit sed qui in ipsum consequatur dolorem.\",\"text\":\"Try to program the JSON capacitor, maybe it will quantify the haptic feed!\"}"], ["created_at", "2016-10-06 15:36:09.708624"], ["updated_at", "2016-10-06 15:36:09.708624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit aliquam quis.\",\"text\":\"The GB interface is down, generate the redundant array so we can reboot the SMS interface!\"}"], ["created_at", "2016-10-06 15:36:09.709577"], ["updated_at", "2016-10-06 15:36:09.709577"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non nobis non in iste beatae et tempora.\",\"text\":\"Connecting the bus won't do anything, we need to hack the auxiliary com sensor!\"}"], ["created_at", "2016-10-06 15:36:09.710510"], ["updated_at", "2016-10-06 15:36:09.710510"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos libero incidunt harum.\",\"text\":\"You can't program the array without copying the solid state XML sensor!\"}"], ["created_at", "2016-10-06 15:36:09.711470"], ["updated_at", "2016-10-06 15:36:09.711470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid aspernatur eum.\",\"text\":\"We need to quantify the wireless RSS port!\"}"], ["created_at", "2016-10-06 15:36:09.712417"], ["updated_at", "2016-10-06 15:36:09.712417"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil quae autem cumque quaerat excepturi sint corporis.\",\"text\":\"You can't program the hard drive without parsing the wireless PCI feed!\"}"], ["created_at", "2016-10-06 15:36:09.713365"], ["updated_at", "2016-10-06 15:36:09.713365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint ut suscipit voluptatem quam.\",\"text\":\"The AGP alarm is down, connect the digital array so we can calculate the SQL application!\"}"], ["created_at", "2016-10-06 15:36:09.714316"], ["updated_at", "2016-10-06 15:36:09.714316"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur ex culpa.\",\"text\":\"If we parse the feed, we can get to the TCP program through the solid state FTP alarm!\"}"], ["created_at", "2016-10-06 15:36:09.715292"], ["updated_at", "2016-10-06 15:36:09.715292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint amet expedita tempora.\",\"text\":\"Use the wireless JBOD program, then you can program the virtual microchip!\"}"], ["created_at", "2016-10-06 15:36:09.716264"], ["updated_at", "2016-10-06 15:36:09.716264"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat quibusdam qui eligendi est cumque iure voluptatem.\",\"text\":\"Connecting the alarm won't do anything, we need to transmit the primary ssl transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.717245"], ["updated_at", "2016-10-06 15:36:09.717245"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum aperiam cupiditate expedita.\",\"text\":\"Try to override the SMTP bus, maybe it will calculate the back-end panel!\"}"], ["created_at", "2016-10-06 15:36:09.718194"], ["updated_at", "2016-10-06 15:36:09.718194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat nesciunt reprehenderit unde.\",\"text\":\"We need to program the multi-byte SQL feed!\"}"], ["created_at", "2016-10-06 15:36:09.719183"], ["updated_at", "2016-10-06 15:36:09.719183"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione similique dolores consequuntur recusandae voluptatem et aperiam.\",\"text\":\"I'll back up the primary IB firewall, that should sensor the SQL capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.720133"], ["updated_at", "2016-10-06 15:36:09.720133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis rerum eos suscipit repellat.\",\"text\":\"We need to transmit the digital SDD card!\"}"], ["created_at", "2016-10-06 15:36:09.721087"], ["updated_at", "2016-10-06 15:36:09.721087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A aliquid dolor.\",\"text\":\"Use the virtual THX system, then you can back up the 1080p card!\"}"], ["created_at", "2016-10-06 15:36:09.722019"], ["updated_at", "2016-10-06 15:36:09.722019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et asperiores quia id molestias deleniti enim placeat.\",\"text\":\"Try to program the HTTP array, maybe it will connect the haptic microchip!\"}"], ["created_at", "2016-10-06 15:36:09.723003"], ["updated_at", "2016-10-06 15:36:09.723003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt perferendis ut.\",\"text\":\"Use the redundant COM monitor, then you can quantify the 1080p driver!\"}"], ["created_at", "2016-10-06 15:36:09.723973"], ["updated_at", "2016-10-06 15:36:09.723973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae molestiae maiores recusandae.\",\"text\":\"Use the multi-byte PCI matrix, then you can connect the bluetooth sensor!\"}"], ["created_at", "2016-10-06 15:36:09.724917"], ["updated_at", "2016-10-06 15:36:09.724917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum itaque iure molestiae adipisci optio.\",\"text\":\"Transmitting the application won't do anything, we need to navigate the bluetooth sas array!\"}"], ["created_at", "2016-10-06 15:36:09.725864"], ["updated_at", "2016-10-06 15:36:09.725864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae consequatur distinctio provident blanditiis impedit omnis.\",\"text\":\"We need to calculate the mobile EXE port!\"}"], ["created_at", "2016-10-06 15:36:09.726860"], ["updated_at", "2016-10-06 15:36:09.726860"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto et non.\",\"text\":\"I'll hack the mobile IB firewall, that should circuit the AGP alarm!\"}"], ["created_at", "2016-10-06 15:36:09.727828"], ["updated_at", "2016-10-06 15:36:09.727828"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro quia a corrupti quod facilis.\",\"text\":\"The XML hard drive is down, hack the neural array so we can transmit the THX sensor!\"}"], ["created_at", "2016-10-06 15:36:09.729294"], ["updated_at", "2016-10-06 15:36:09.729294"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et minus explicabo qui maxime dicta.\",\"text\":\"I'll parse the 1080p SDD matrix, that should program the PNG system!\"}"], ["created_at", "2016-10-06 15:36:09.730694"], ["updated_at", "2016-10-06 15:36:09.730694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto magni aperiam suscipit.\",\"text\":\"Use the 1080p HTTP pixel, then you can generate the wireless hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.731685"], ["updated_at", "2016-10-06 15:36:09.731685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dolorem rem in facilis.\",\"text\":\"Calculating the capacitor won't do anything, we need to back up the cross-platform css capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.732627"], ["updated_at", "2016-10-06 15:36:09.732627"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores sit cupiditate modi voluptate quis earum unde.\",\"text\":\"Use the multi-byte TCP microchip, then you can calculate the cross-platform array!\"}"], ["created_at", "2016-10-06 15:36:09.733504"], ["updated_at", "2016-10-06 15:36:09.733504"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero et molestias eveniet ipsa eos et.\",\"text\":\"The PCI capacitor is down, navigate the wireless application so we can override the XML firewall!\"}"], ["created_at", "2016-10-06 15:36:09.734390"], ["updated_at", "2016-10-06 15:36:09.734390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem sit illum facere consequatur.\",\"text\":\"You can't hack the card without quantifying the auxiliary XSS hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.735274"], ["updated_at", "2016-10-06 15:36:09.735274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam fuga deserunt eaque.\",\"text\":\"Try to parse the JBOD application, maybe it will quantify the open-source bus!\"}"], ["created_at", "2016-10-06 15:36:09.736170"], ["updated_at", "2016-10-06 15:36:09.736170"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel non laborum in modi tenetur.\",\"text\":\"If we program the monitor, we can get to the JSON capacitor through the digital HTTP microchip!\"}"], ["created_at", "2016-10-06 15:36:09.737152"], ["updated_at", "2016-10-06 15:36:09.737152"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore repellat tempore.\",\"text\":\"The IB card is down, bypass the bluetooth transmitter so we can calculate the GB capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.738027"], ["updated_at", "2016-10-06 15:36:09.738027"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias molestiae velit nihil vitae tempora praesentium omnis.\",\"text\":\"Try to connect the SSL driver, maybe it will generate the open-source hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.738992"], ["updated_at", "2016-10-06 15:36:09.738992"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea laudantium et.\",\"text\":\"I'll override the online SCSI feed, that should protocol the ADP transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.739904"], ["updated_at", "2016-10-06 15:36:09.739904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam eveniet minima et eligendi autem optio consectetur.\",\"text\":\"If we transmit the program, we can get to the SDD microchip through the optical TCP system!\"}"], ["created_at", "2016-10-06 15:36:09.740779"], ["updated_at", "2016-10-06 15:36:09.740779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quidem aut molestias provident adipisci aut.\",\"text\":\"Use the online SSL pixel, then you can copy the optical panel!\"}"], ["created_at", "2016-10-06 15:36:09.741661"], ["updated_at", "2016-10-06 15:36:09.741661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis pariatur animi.\",\"text\":\"Try to input the HDD system, maybe it will calculate the wireless hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.742551"], ["updated_at", "2016-10-06 15:36:09.742551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia autem omnis molestias et deleniti.\",\"text\":\"You can't back up the protocol without connecting the 1080p JSON panel!\"}"], ["created_at", "2016-10-06 15:36:09.743424"], ["updated_at", "2016-10-06 15:36:09.743424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni expedita totam tempore fuga.\",\"text\":\"The COM interface is down, copy the wireless firewall so we can bypass the JBOD capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.744286"], ["updated_at", "2016-10-06 15:36:09.744286"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim consequatur nam.\",\"text\":\"You can't hack the array without indexing the bluetooth RAM alarm!\"}"], ["created_at", "2016-10-06 15:36:09.745168"], ["updated_at", "2016-10-06 15:36:09.745168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In adipisci illo reiciendis expedita facere quas occaecati.\",\"text\":\"The RAM bus is down, bypass the open-source application so we can override the GB sensor!\"}"], ["created_at", "2016-10-06 15:36:09.746062"], ["updated_at", "2016-10-06 15:36:09.746062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id error cupiditate mollitia.\",\"text\":\"I'll quantify the bluetooth TCP bandwidth, that should program the PCI system!\"}"], ["created_at", "2016-10-06 15:36:09.746987"], ["updated_at", "2016-10-06 15:36:09.746987"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut optio quia enim laudantium distinctio sunt.\",\"text\":\"If we index the sensor, we can get to the TCP interface through the neural SMTP feed!\"}"], ["created_at", "2016-10-06 15:36:09.747858"], ["updated_at", "2016-10-06 15:36:09.747858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum aut ab.\",\"text\":\"Use the bluetooth JBOD bandwidth, then you can override the solid state port!\"}"], ["created_at", "2016-10-06 15:36:09.748786"], ["updated_at", "2016-10-06 15:36:09.748786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut non non eveniet.\",\"text\":\"We need to quantify the open-source CSS alarm!\"}"], ["created_at", "2016-10-06 15:36:09.749677"], ["updated_at", "2016-10-06 15:36:09.749677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et fugiat eum error.\",\"text\":\"Quantifying the driver won't do anything, we need to reboot the multi-byte agp microchip!\"}"], ["created_at", "2016-10-06 15:36:09.750566"], ["updated_at", "2016-10-06 15:36:09.750566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic sint eaque esse atque.\",\"text\":\"We need to input the solid state AI hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.751439"], ["updated_at", "2016-10-06 15:36:09.751439"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur delectus perspiciatis.\",\"text\":\"Use the 1080p RAM driver, then you can parse the haptic firewall!\"}"], ["created_at", "2016-10-06 15:36:09.752312"], ["updated_at", "2016-10-06 15:36:09.752312"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui autem odio voluptas rerum aut.\",\"text\":\"You can't hack the system without connecting the optical SCSI matrix!\"}"], ["created_at", "2016-10-06 15:36:09.753619"], ["updated_at", "2016-10-06 15:36:09.753619"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo aut accusamus.\",\"text\":\"We need to parse the digital XSS monitor!\"}"], ["created_at", "2016-10-06 15:36:09.755115"], ["updated_at", "2016-10-06 15:36:09.755115"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id tempora error vel quos assumenda recusandae.\",\"text\":\"The JSON feed is down, quantify the primary array so we can bypass the AI card!\"}"], ["created_at", "2016-10-06 15:36:09.756456"], ["updated_at", "2016-10-06 15:36:09.756456"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut illo sed.\",\"text\":\"The HDD monitor is down, quantify the haptic sensor so we can compress the JBOD panel!\"}"], ["created_at", "2016-10-06 15:36:09.758000"], ["updated_at", "2016-10-06 15:36:09.758000"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum neque nisi repellendus ratione.\",\"text\":\"Hacking the protocol won't do anything, we need to copy the mobile ib firewall!\"}"], ["created_at", "2016-10-06 15:36:09.760617"], ["updated_at", "2016-10-06 15:36:09.760617"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus est natus.\",\"text\":\"Use the multi-byte AGP interface, then you can quantify the virtual protocol!\"}"], ["created_at", "2016-10-06 15:36:09.762045"], ["updated_at", "2016-10-06 15:36:09.762045"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde quam perferendis possimus.\",\"text\":\"Try to reboot the SDD microchip, maybe it will input the back-end sensor!\"}"], ["created_at", "2016-10-06 15:36:09.764930"], ["updated_at", "2016-10-06 15:36:09.764930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi velit eum itaque est.\",\"text\":\"Use the neural COM alarm, then you can index the multi-byte microchip!\"}"], ["created_at", "2016-10-06 15:36:09.766151"], ["updated_at", "2016-10-06 15:36:09.766151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis et saepe necessitatibus.\",\"text\":\"The THX monitor is down, input the multi-byte system so we can transmit the SCSI card!\"}"], ["created_at", "2016-10-06 15:36:09.767112"], ["updated_at", "2016-10-06 15:36:09.767112"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil aperiam dicta et mollitia praesentium ipsum.\",\"text\":\"You can't parse the bus without overriding the back-end AGP firewall!\"}"], ["created_at", "2016-10-06 15:36:09.767977"], ["updated_at", "2016-10-06 15:36:09.767977"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo occaecati qui qui.\",\"text\":\"Try to reboot the SDD circuit, maybe it will copy the cross-platform card!\"}"], ["created_at", "2016-10-06 15:36:09.768846"], ["updated_at", "2016-10-06 15:36:09.768846"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore a et voluptate culpa nisi.\",\"text\":\"Use the online XML protocol, then you can synthesize the primary array!\"}"], ["created_at", "2016-10-06 15:36:09.769715"], ["updated_at", "2016-10-06 15:36:09.769715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi quam earum assumenda voluptatem consequatur ipsa.\",\"text\":\"Bypassing the bandwidth won't do anything, we need to synthesize the mobile sql pixel!\"}"], ["created_at", "2016-10-06 15:36:09.770653"], ["updated_at", "2016-10-06 15:36:09.770653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique nesciunt odit voluptatem nobis nihil.\",\"text\":\"Try to copy the THX capacitor, maybe it will copy the multi-byte alarm!\"}"], ["created_at", "2016-10-06 15:36:09.771521"], ["updated_at", "2016-10-06 15:36:09.771521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod veritatis autem et illum sit.\",\"text\":\"I'll back up the solid state SMTP program, that should microchip the CSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.772404"], ["updated_at", "2016-10-06 15:36:09.772404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam eos aut delectus dolorum voluptatem voluptatem temporibus.\",\"text\":\"The IB pixel is down, bypass the 1080p driver so we can input the FTP card!\"}"], ["created_at", "2016-10-06 15:36:09.773316"], ["updated_at", "2016-10-06 15:36:09.773316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus qui minus labore.\",\"text\":\"I'll index the multi-byte SCSI matrix, that should pixel the ADP program!\"}"], ["created_at", "2016-10-06 15:36:09.774215"], ["updated_at", "2016-10-06 15:36:09.774215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga et at accusantium ut dolor asperiores quae.\",\"text\":\"If we copy the bandwidth, we can get to the SMS microchip through the optical XML microchip!\"}"], ["created_at", "2016-10-06 15:36:09.775079"], ["updated_at", "2016-10-06 15:36:09.775079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda et et voluptas in facere.\",\"text\":\"I'll compress the virtual SQL driver, that should firewall the USB hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.775957"], ["updated_at", "2016-10-06 15:36:09.775957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptatem eum laudantium nihil iusto.\",\"text\":\"The HTTP port is down, program the mobile feed so we can bypass the TCP panel!\"}"], ["created_at", "2016-10-06 15:36:09.776833"], ["updated_at", "2016-10-06 15:36:09.776833"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut perspiciatis hic aliquid eius consectetur qui deserunt.\",\"text\":\"Use the online THX monitor, then you can compress the wireless interface!\"}"], ["created_at", "2016-10-06 15:36:09.777704"], ["updated_at", "2016-10-06 15:36:09.777704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias maxime iusto distinctio architecto quis qui.\",\"text\":\"If we back up the transmitter, we can get to the HDD bandwidth through the digital SMTP program!\"}"], ["created_at", "2016-10-06 15:36:09.778673"], ["updated_at", "2016-10-06 15:36:09.778673"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur voluptate magnam explicabo.\",\"text\":\"We need to quantify the optical RAM alarm!\"}"], ["created_at", "2016-10-06 15:36:09.779608"], ["updated_at", "2016-10-06 15:36:09.779608"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut reiciendis veniam officiis quaerat repellendus sed.\",\"text\":\"Use the back-end FTP driver, then you can compress the multi-byte microchip!\"}"], ["created_at", "2016-10-06 15:36:09.780489"], ["updated_at", "2016-10-06 15:36:09.780489"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam sint id.\",\"text\":\"The USB driver is down, program the cross-platform circuit so we can connect the JBOD microchip!\"}"], ["created_at", "2016-10-06 15:36:09.782400"], ["updated_at", "2016-10-06 15:36:09.782400"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est molestiae delectus sit et quibusdam.\",\"text\":\"I'll program the bluetooth COM bus, that should interface the HDD program!\"}"], ["created_at", "2016-10-06 15:36:09.783652"], ["updated_at", "2016-10-06 15:36:09.783652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse consectetur animi dolores mollitia.\",\"text\":\"I'll generate the cross-platform ADP hard drive, that should matrix the PNG program!\"}"], ["created_at", "2016-10-06 15:36:09.784548"], ["updated_at", "2016-10-06 15:36:09.784548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed hic aspernatur qui et ut.\",\"text\":\"We need to hack the haptic EXE hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.785431"], ["updated_at", "2016-10-06 15:36:09.785431"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit eaque consequatur aut aspernatur.\",\"text\":\"If we parse the bandwidth, we can get to the XML bandwidth through the online SQL matrix!\"}"], ["created_at", "2016-10-06 15:36:09.786390"], ["updated_at", "2016-10-06 15:36:09.786390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus qui corporis dolor voluptatem magni.\",\"text\":\"We need to quantify the bluetooth ADP monitor!\"}"], ["created_at", "2016-10-06 15:36:09.787253"], ["updated_at", "2016-10-06 15:36:09.787253"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui consequatur nihil consectetur.\",\"text\":\"The JSON pixel is down, generate the optical transmitter so we can index the SMTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.788144"], ["updated_at", "2016-10-06 15:36:09.788144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem et deleniti ratione soluta repellendus.\",\"text\":\"I'll back up the redundant JSON driver, that should microchip the HDD firewall!\"}"], ["created_at", "2016-10-06 15:36:09.789034"], ["updated_at", "2016-10-06 15:36:09.789034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi repellat aut magnam.\",\"text\":\"You can't generate the bandwidth without hacking the multi-byte RAM system!\"}"], ["created_at", "2016-10-06 15:36:09.789943"], ["updated_at", "2016-10-06 15:36:09.789943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In eligendi deserunt.\",\"text\":\"Use the back-end THX feed, then you can parse the optical system!\"}"], ["created_at", "2016-10-06 15:36:09.790837"], ["updated_at", "2016-10-06 15:36:09.790837"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe nisi atque in est libero laboriosam.\",\"text\":\"I'll back up the bluetooth GB bus, that should system the HTTP alarm!\"}"], ["created_at", "2016-10-06 15:36:09.791719"], ["updated_at", "2016-10-06 15:36:09.791719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed eveniet adipisci optio omnis fugiat nostrum saepe.\",\"text\":\"Try to reboot the PNG system, maybe it will copy the haptic sensor!\"}"], ["created_at", "2016-10-06 15:36:09.792601"], ["updated_at", "2016-10-06 15:36:09.792601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed nemo ut fugit.\",\"text\":\"Try to compress the USB matrix, maybe it will synthesize the online bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.793471"], ["updated_at", "2016-10-06 15:36:09.793471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta eligendi rerum doloremque non.\",\"text\":\"Programming the panel won't do anything, we need to back up the bluetooth smtp array!\"}"], ["created_at", "2016-10-06 15:36:09.794405"], ["updated_at", "2016-10-06 15:36:09.794405"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe aut voluptatem quidem.\",\"text\":\"I'll transmit the neural PNG feed, that should bandwidth the SSL panel!\"}"], ["created_at", "2016-10-06 15:36:09.795390"], ["updated_at", "2016-10-06 15:36:09.795390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non temporibus eaque nemo.\",\"text\":\"If we reboot the firewall, we can get to the RAM sensor through the haptic RSS application!\"}"], ["created_at", "2016-10-06 15:36:09.796376"], ["updated_at", "2016-10-06 15:36:09.796376"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea inventore quo voluptatem.\",\"text\":\"You can't input the firewall without navigating the bluetooth SSL alarm!\"}"], ["created_at", "2016-10-06 15:36:09.797323"], ["updated_at", "2016-10-06 15:36:09.797323"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In laborum dolor et.\",\"text\":\"Try to calculate the TCP firewall, maybe it will quantify the neural alarm!\"}"], ["created_at", "2016-10-06 15:36:09.799232"], ["updated_at", "2016-10-06 15:36:09.799232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut assumenda et labore vitae maxime eaque soluta.\",\"text\":\"Try to bypass the CSS hard drive, maybe it will generate the back-end capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.800415"], ["updated_at", "2016-10-06 15:36:09.800415"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque voluptatem praesentium tempora officia qui esse commodi.\",\"text\":\"The THX bus is down, parse the 1080p card so we can bypass the EXE driver!\"}"], ["created_at", "2016-10-06 15:36:09.801415"], ["updated_at", "2016-10-06 15:36:09.801415"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum hic nam alias voluptates quaerat labore cupiditate.\",\"text\":\"Use the back-end XML feed, then you can transmit the multi-byte transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.802393"], ["updated_at", "2016-10-06 15:36:09.802393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea quia et commodi impedit placeat atque debitis.\",\"text\":\"I'll connect the digital EXE alarm, that should alarm the JBOD port!\"}"], ["created_at", "2016-10-06 15:36:09.803268"], ["updated_at", "2016-10-06 15:36:09.803268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis ab odio quaerat facilis.\",\"text\":\"Try to generate the COM feed, maybe it will bypass the optical transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.804177"], ["updated_at", "2016-10-06 15:36:09.804177"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro voluptas occaecati quis earum unde omnis.\",\"text\":\"The SQL card is down, index the 1080p hard drive so we can quantify the SSL system!\"}"], ["created_at", "2016-10-06 15:36:09.805111"], ["updated_at", "2016-10-06 15:36:09.805111"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic consequatur inventore delectus error commodi modi.\",\"text\":\"I'll override the multi-byte GB alarm, that should interface the HDD alarm!\"}"], ["created_at", "2016-10-06 15:36:09.806136"], ["updated_at", "2016-10-06 15:36:09.806136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et distinctio debitis nulla.\",\"text\":\"If we index the panel, we can get to the JBOD port through the multi-byte CSS port!\"}"], ["created_at", "2016-10-06 15:36:09.807045"], ["updated_at", "2016-10-06 15:36:09.807045"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quibusdam sed aut ducimus molestiae illum.\",\"text\":\"Use the multi-byte GB driver, then you can hack the solid state interface!\"}"], ["created_at", "2016-10-06 15:36:09.807926"], ["updated_at", "2016-10-06 15:36:09.807926"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat omnis enim excepturi non facilis est omnis.\",\"text\":\"Try to reboot the PNG application, maybe it will compress the multi-byte protocol!\"}"], ["created_at", "2016-10-06 15:36:09.808807"], ["updated_at", "2016-10-06 15:36:09.808807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur nostrum vel.\",\"text\":\"Try to synthesize the ADP alarm, maybe it will synthesize the virtual panel!\"}"], ["created_at", "2016-10-06 15:36:09.809763"], ["updated_at", "2016-10-06 15:36:09.809763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed possimus.\",\"text\":\"I'll hack the haptic XSS feed, that should bandwidth the SCSI protocol!\"}"], ["created_at", "2016-10-06 15:36:09.810729"], ["updated_at", "2016-10-06 15:36:09.810729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora sequi voluptas delectus ipsum eum optio.\",\"text\":\"We need to input the virtual RAM sensor!\"}"], ["created_at", "2016-10-06 15:36:09.811687"], ["updated_at", "2016-10-06 15:36:09.811687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sint quo consequatur quae quia aliquid.\",\"text\":\"If we reboot the capacitor, we can get to the AGP hard drive through the cross-platform RSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.812625"], ["updated_at", "2016-10-06 15:36:09.812625"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae repellat eum.\",\"text\":\"The SCSI matrix is down, input the auxiliary protocol so we can input the JBOD program!\"}"], ["created_at", "2016-10-06 15:36:09.813563"], ["updated_at", "2016-10-06 15:36:09.813563"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quo aspernatur.\",\"text\":\"The RAM pixel is down, compress the haptic interface so we can parse the HTTP card!\"}"], ["created_at", "2016-10-06 15:36:09.814681"], ["updated_at", "2016-10-06 15:36:09.814681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia quas dolor nesciunt eaque.\",\"text\":\"We need to reboot the neural PNG array!\"}"], ["created_at", "2016-10-06 15:36:09.815678"], ["updated_at", "2016-10-06 15:36:09.815678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum maiores amet molestias dignissimos.\",\"text\":\"The HTTP hard drive is down, compress the auxiliary capacitor so we can reboot the GB application!\"}"], ["created_at", "2016-10-06 15:36:09.816557"], ["updated_at", "2016-10-06 15:36:09.816557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis corporis quia.\",\"text\":\"You can't override the matrix without synthesizing the optical SDD panel!\"}"], ["created_at", "2016-10-06 15:36:09.817431"], ["updated_at", "2016-10-06 15:36:09.817431"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos officiis suscipit dolor quos.\",\"text\":\"If we reboot the card, we can get to the PCI card through the wireless SDD array!\"}"], ["created_at", "2016-10-06 15:36:09.818474"], ["updated_at", "2016-10-06 15:36:09.818474"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi sint doloremque blanditiis deserunt id beatae dolores.\",\"text\":\"Bypassing the transmitter won't do anything, we need to generate the open-source agp protocol!\"}"], ["created_at", "2016-10-06 15:36:09.819825"], ["updated_at", "2016-10-06 15:36:09.819825"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ad cupiditate doloribus.\",\"text\":\"If we navigate the protocol, we can get to the FTP matrix through the bluetooth HTTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.821059"], ["updated_at", "2016-10-06 15:36:09.821059"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero suscipit sapiente.\",\"text\":\"I'll calculate the open-source TCP firewall, that should matrix the SMTP application!\"}"], ["created_at", "2016-10-06 15:36:09.822374"], ["updated_at", "2016-10-06 15:36:09.822374"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates alias nam exercitationem maiores illum sint.\",\"text\":\"Try to navigate the SMS system, maybe it will transmit the optical feed!\"}"], ["created_at", "2016-10-06 15:36:09.823671"], ["updated_at", "2016-10-06 15:36:09.823671"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed nisi autem ut non est quidem.\",\"text\":\"Copying the driver won't do anything, we need to back up the solid state agp port!\"}"], ["created_at", "2016-10-06 15:36:09.824958"], ["updated_at", "2016-10-06 15:36:09.824958"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam est illo temporibus et.\",\"text\":\"You can't transmit the firewall without calculating the open-source SMTP interface!\"}"], ["created_at", "2016-10-06 15:36:09.826237"], ["updated_at", "2016-10-06 15:36:09.826237"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe consectetur nisi culpa delectus ea.\",\"text\":\"Transmitting the panel won't do anything, we need to compress the optical exe interface!\"}"], ["created_at", "2016-10-06 15:36:09.827611"], ["updated_at", "2016-10-06 15:36:09.827611"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint ut excepturi consequuntur.\",\"text\":\"Use the online SSL bus, then you can generate the solid state bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.829065"], ["updated_at", "2016-10-06 15:36:09.829065"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In omnis ab quas qui consequatur.\",\"text\":\"I'll calculate the neural JBOD application, that should interface the SMS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.831443"], ["updated_at", "2016-10-06 15:36:09.831443"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut nostrum possimus recusandae quis.\",\"text\":\"If we back up the feed, we can get to the PNG system through the haptic JBOD capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.832834"], ["updated_at", "2016-10-06 15:36:09.832834"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae sapiente ipsa.\",\"text\":\"You can't compress the protocol without parsing the cross-platform COM port!\"}"], ["created_at", "2016-10-06 15:36:09.834115"], ["updated_at", "2016-10-06 15:36:09.834115"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel harum tempora unde sapiente.\",\"text\":\"If we connect the interface, we can get to the XSS monitor through the optical USB alarm!\"}"], ["created_at", "2016-10-06 15:36:09.835447"], ["updated_at", "2016-10-06 15:36:09.835447"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt modi ut.\",\"text\":\"I'll compress the haptic FTP bandwidth, that should card the TCP application!\"}"], ["created_at", "2016-10-06 15:36:09.836737"], ["updated_at", "2016-10-06 15:36:09.836737"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero possimus rerum.\",\"text\":\"If we hack the card, we can get to the SSL feed through the 1080p SDD panel!\"}"], ["created_at", "2016-10-06 15:36:09.838055"], ["updated_at", "2016-10-06 15:36:09.838055"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi molestias ea consequatur aut repellendus non laboriosam.\",\"text\":\"Synthesizing the microchip won't do anything, we need to compress the virtual sas bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.839407"], ["updated_at", "2016-10-06 15:36:09.839407"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi tempora consequatur ut.\",\"text\":\"If we calculate the firewall, we can get to the JBOD transmitter through the primary COM interface!\"}"], ["created_at", "2016-10-06 15:36:09.840723"], ["updated_at", "2016-10-06 15:36:09.840723"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae rerum repellat sunt omnis autem omnis.\",\"text\":\"We need to transmit the wireless SCSI monitor!\"}"], ["created_at", "2016-10-06 15:36:09.842014"], ["updated_at", "2016-10-06 15:36:09.842014"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit quibusdam nihil perferendis eveniet totam libero voluptas.\",\"text\":\"You can't index the array without overriding the virtual XSS application!\"}"], ["created_at", "2016-10-06 15:36:09.843326"], ["updated_at", "2016-10-06 15:36:09.843326"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui aut exercitationem quia deleniti ea omnis adipisci.\",\"text\":\"The THX program is down, navigate the auxiliary transmitter so we can index the AGP sensor!\"}"], ["created_at", "2016-10-06 15:36:09.844621"], ["updated_at", "2016-10-06 15:36:09.844621"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores assumenda dolorem tempore et adipisci omnis.\",\"text\":\"If we reboot the system, we can get to the USB driver through the back-end RAM panel!\"}"], ["created_at", "2016-10-06 15:36:09.845886"], ["updated_at", "2016-10-06 15:36:09.845886"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam dicta autem ducimus.\",\"text\":\"You can't navigate the transmitter without calculating the back-end HDD circuit!\"}"], ["created_at", "2016-10-06 15:36:09.847281"], ["updated_at", "2016-10-06 15:36:09.847281"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut veniam et et animi reiciendis dolor.\",\"text\":\"Indexing the array won't do anything, we need to index the cross-platform xss pixel!\"}"], ["created_at", "2016-10-06 15:36:09.848700"], ["updated_at", "2016-10-06 15:36:09.848700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus qui perferendis sit placeat assumenda.\",\"text\":\"Use the back-end SMS bandwidth, then you can hack the primary panel!\"}"], ["created_at", "2016-10-06 15:36:09.850000"], ["updated_at", "2016-10-06 15:36:09.850000"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione blanditiis omnis sunt unde aut doloremque voluptates.\",\"text\":\"Use the optical USB sensor, then you can back up the digital interface!\"}"], ["created_at", "2016-10-06 15:36:09.851102"], ["updated_at", "2016-10-06 15:36:09.851102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur qui quia.\",\"text\":\"Use the virtual SAS alarm, then you can index the 1080p system!\"}"], ["created_at", "2016-10-06 15:36:09.852126"], ["updated_at", "2016-10-06 15:36:09.852126"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid commodi veniam dolores.\",\"text\":\"If we reboot the sensor, we can get to the TCP capacitor through the wireless COM pixel!\"}"], ["created_at", "2016-10-06 15:36:09.853111"], ["updated_at", "2016-10-06 15:36:09.853111"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo tempore possimus impedit ipsa quia fuga optio.\",\"text\":\"Use the cross-platform PCI transmitter, then you can back up the haptic port!\"}"], ["created_at", "2016-10-06 15:36:09.854114"], ["updated_at", "2016-10-06 15:36:09.854114"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt autem alias ratione.\",\"text\":\"If we input the application, we can get to the XSS transmitter through the open-source IB matrix!\"}"], ["created_at", "2016-10-06 15:36:09.855130"], ["updated_at", "2016-10-06 15:36:09.855130"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel autem dolores.\",\"text\":\"I'll parse the solid state PCI alarm, that should protocol the THX driver!\"}"], ["created_at", "2016-10-06 15:36:09.856177"], ["updated_at", "2016-10-06 15:36:09.856177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta nihil fugiat vitae qui est sunt provident.\",\"text\":\"If we connect the program, we can get to the JSON matrix through the bluetooth IB interface!\"}"], ["created_at", "2016-10-06 15:36:09.857212"], ["updated_at", "2016-10-06 15:36:09.857212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate voluptatem necessitatibus.\",\"text\":\"I'll navigate the digital THX panel, that should hard drive the SSL transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.858218"], ["updated_at", "2016-10-06 15:36:09.858218"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non est labore.\",\"text\":\"Quantifying the alarm won't do anything, we need to compress the haptic xss alarm!\"}"], ["created_at", "2016-10-06 15:36:09.859225"], ["updated_at", "2016-10-06 15:36:09.859225"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam debitis vero molestiae unde iusto.\",\"text\":\"I'll calculate the optical SQL hard drive, that should transmitter the GB firewall!\"}"], ["created_at", "2016-10-06 15:36:09.860296"], ["updated_at", "2016-10-06 15:36:09.860296"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi deleniti temporibus.\",\"text\":\"We need to connect the digital JSON bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.861431"], ["updated_at", "2016-10-06 15:36:09.861431"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque similique temporibus eaque doloremque consectetur natus.\",\"text\":\"Use the multi-byte SMS system, then you can navigate the online alarm!\"}"], ["created_at", "2016-10-06 15:36:09.862533"], ["updated_at", "2016-10-06 15:36:09.862533"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum voluptatem pariatur.\",\"text\":\"We need to navigate the neural EXE microchip!\"}"], ["created_at", "2016-10-06 15:36:09.863632"], ["updated_at", "2016-10-06 15:36:09.863632"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem atque minima autem tempore.\",\"text\":\"We need to transmit the online JSON application!\"}"], ["created_at", "2016-10-06 15:36:09.864756"], ["updated_at", "2016-10-06 15:36:09.864756"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi explicabo autem sed inventore rerum non ipsa.\",\"text\":\"We need to copy the online SDD monitor!\"}"], ["created_at", "2016-10-06 15:36:09.865838"], ["updated_at", "2016-10-06 15:36:09.865838"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea rerum commodi qui est.\",\"text\":\"If we program the program, we can get to the SCSI port through the optical SAS system!\"}"], ["created_at", "2016-10-06 15:36:09.866916"], ["updated_at", "2016-10-06 15:36:09.866916"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam error deserunt aut necessitatibus ratione expedita fuga.\",\"text\":\"We need to copy the cross-platform COM array!\"}"], ["created_at", "2016-10-06 15:36:09.867967"], ["updated_at", "2016-10-06 15:36:09.867967"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum iste velit cupiditate impedit repellendus ex.\",\"text\":\"The RSS bus is down, back up the auxiliary microchip so we can copy the SCSI application!\"}"], ["created_at", "2016-10-06 15:36:09.869023"], ["updated_at", "2016-10-06 15:36:09.869023"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta esse et sint asperiores.\",\"text\":\"Try to reboot the SQL monitor, maybe it will copy the mobile protocol!\"}"], ["created_at", "2016-10-06 15:36:09.870057"], ["updated_at", "2016-10-06 15:36:09.870057"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quasi aspernatur temporibus ducimus repellendus.\",\"text\":\"If we navigate the feed, we can get to the SDD feed through the open-source JSON card!\"}"], ["created_at", "2016-10-06 15:36:09.871145"], ["updated_at", "2016-10-06 15:36:09.871145"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et recusandae et nam nihil ad minus.\",\"text\":\"The RSS bus is down, quantify the neural alarm so we can navigate the TCP feed!\"}"], ["created_at", "2016-10-06 15:36:09.872327"], ["updated_at", "2016-10-06 15:36:09.872327"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi aut facere voluptatibus ut deserunt est.\",\"text\":\"Try to connect the AGP alarm, maybe it will generate the auxiliary matrix!\"}"], ["created_at", "2016-10-06 15:36:09.873555"], ["updated_at", "2016-10-06 15:36:09.873555"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos rerum quia.\",\"text\":\"We need to synthesize the auxiliary SMTP bus!\"}"], ["created_at", "2016-10-06 15:36:09.874680"], ["updated_at", "2016-10-06 15:36:09.874680"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et rerum est aliquam dolore laudantium maiores.\",\"text\":\"Use the primary SDD matrix, then you can navigate the digital pixel!\"}"], ["created_at", "2016-10-06 15:36:09.875766"], ["updated_at", "2016-10-06 15:36:09.875766"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi non et aut consequatur praesentium qui adipisci.\",\"text\":\"The JSON program is down, connect the primary array so we can hack the RSS capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.876866"], ["updated_at", "2016-10-06 15:36:09.876866"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis sint earum quod eaque nostrum explicabo modi.\",\"text\":\"I'll copy the multi-byte SQL application, that should array the SDD program!\"}"], ["created_at", "2016-10-06 15:36:09.878051"], ["updated_at", "2016-10-06 15:36:09.878051"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores nisi et praesentium reiciendis.\",\"text\":\"We need to connect the primary ADP panel!\"}"], ["created_at", "2016-10-06 15:36:09.879261"], ["updated_at", "2016-10-06 15:36:09.879261"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim cumque officiis.\",\"text\":\"You can't synthesize the pixel without backing up the mobile HDD microchip!\"}"], ["created_at", "2016-10-06 15:36:09.880390"], ["updated_at", "2016-10-06 15:36:09.880390"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique veniam qui odit delectus quia.\",\"text\":\"Use the cross-platform SMTP interface, then you can bypass the mobile bus!\"}"], ["created_at", "2016-10-06 15:36:09.881637"], ["updated_at", "2016-10-06 15:36:09.881637"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis sint modi sit libero.\",\"text\":\"Try to quantify the PNG sensor, maybe it will copy the back-end microchip!\"}"], ["created_at", "2016-10-06 15:36:09.882885"], ["updated_at", "2016-10-06 15:36:09.882885"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores et sit voluptatem similique dolor consectetur.\",\"text\":\"We need to parse the auxiliary SCSI protocol!\"}"], ["created_at", "2016-10-06 15:36:09.884057"], ["updated_at", "2016-10-06 15:36:09.884057"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et illo debitis.\",\"text\":\"Programming the bandwidth won't do anything, we need to back up the primary sms matrix!\"}"], ["created_at", "2016-10-06 15:36:09.885437"], ["updated_at", "2016-10-06 15:36:09.885437"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab aut consequuntur ut saepe deleniti veritatis id.\",\"text\":\"Connecting the system won't do anything, we need to connect the mobile sql card!\"}"], ["created_at", "2016-10-06 15:36:09.886938"], ["updated_at", "2016-10-06 15:36:09.886938"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae velit reprehenderit autem consequatur ab.\",\"text\":\"Generating the alarm won't do anything, we need to quantify the digital xml driver!\"}"], ["created_at", "2016-10-06 15:36:09.888521"], ["updated_at", "2016-10-06 15:36:09.888521"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam est in veritatis quia qui.\",\"text\":\"The USB circuit is down, hack the neural capacitor so we can index the JBOD alarm!\"}"], ["created_at", "2016-10-06 15:36:09.890078"], ["updated_at", "2016-10-06 15:36:09.890078"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur nulla quibusdam quis molestiae facilis.\",\"text\":\"You can't transmit the sensor without indexing the haptic THX port!\"}"], ["created_at", "2016-10-06 15:36:09.891327"], ["updated_at", "2016-10-06 15:36:09.891327"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam qui aut.\",\"text\":\"We need to connect the mobile XML hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.892563"], ["updated_at", "2016-10-06 15:36:09.892563"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid accusantium est dolores recusandae laudantium assumenda.\",\"text\":\"The SCSI firewall is down, parse the open-source panel so we can index the SDD hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.893921"], ["updated_at", "2016-10-06 15:36:09.893921"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate dolor accusantium reiciendis eos.\",\"text\":\"Try to transmit the RSS matrix, maybe it will hack the redundant matrix!\"}"], ["created_at", "2016-10-06 15:36:09.895544"], ["updated_at", "2016-10-06 15:36:09.895544"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam omnis assumenda nihil eius.\",\"text\":\"I'll navigate the optical IB pixel, that should matrix the HTTP firewall!\"}"], ["created_at", "2016-10-06 15:36:09.898017"], ["updated_at", "2016-10-06 15:36:09.898017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non ut maiores et.\",\"text\":\"If we index the pixel, we can get to the SQL driver through the solid state TCP circuit!\"}"], ["created_at", "2016-10-06 15:36:09.899250"], ["updated_at", "2016-10-06 15:36:09.899250"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem et occaecati sint.\",\"text\":\"The RAM sensor is down, copy the online program so we can hack the AI matrix!\"}"], ["created_at", "2016-10-06 15:36:09.900278"], ["updated_at", "2016-10-06 15:36:09.900278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta quia aut enim in nulla sed.\",\"text\":\"If we transmit the bandwidth, we can get to the CSS matrix through the mobile AI bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.901284"], ["updated_at", "2016-10-06 15:36:09.901284"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum iste nulla asperiores dolorem ut.\",\"text\":\"Try to index the FTP bus, maybe it will back up the digital interface!\"}"], ["created_at", "2016-10-06 15:36:09.902311"], ["updated_at", "2016-10-06 15:36:09.902311"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam ut sit qui ipsam quis voluptas.\",\"text\":\"Try to program the JSON bandwidth, maybe it will generate the virtual protocol!\"}"], ["created_at", "2016-10-06 15:36:09.903396"], ["updated_at", "2016-10-06 15:36:09.903396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia libero ullam et omnis.\",\"text\":\"Use the open-source SCSI hard drive, then you can navigate the 1080p bus!\"}"], ["created_at", "2016-10-06 15:36:09.904444"], ["updated_at", "2016-10-06 15:36:09.904444"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus consequuntur non dignissimos animi quod.\",\"text\":\"You can't back up the bandwidth without indexing the solid state HTTP interface!\"}"], ["created_at", "2016-10-06 15:36:09.905422"], ["updated_at", "2016-10-06 15:36:09.905422"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum nisi inventore.\",\"text\":\"If we override the monitor, we can get to the USB sensor through the optical SMTP protocol!\"}"], ["created_at", "2016-10-06 15:36:09.906907"], ["updated_at", "2016-10-06 15:36:09.906907"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus veniam tenetur numquam aperiam et velit impedit.\",\"text\":\"Transmitting the pixel won't do anything, we need to calculate the optical json card!\"}"], ["created_at", "2016-10-06 15:36:09.907971"], ["updated_at", "2016-10-06 15:36:09.907971"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis doloribus nam.\",\"text\":\"I'll calculate the optical PNG microchip, that should application the EXE protocol!\"}"], ["created_at", "2016-10-06 15:36:09.909029"], ["updated_at", "2016-10-06 15:36:09.909029"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate tempora enim.\",\"text\":\"Try to compress the EXE transmitter, maybe it will parse the wireless firewall!\"}"], ["created_at", "2016-10-06 15:36:09.910066"], ["updated_at", "2016-10-06 15:36:09.910066"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis numquam nam in sed.\",\"text\":\"If we transmit the capacitor, we can get to the SAS array through the auxiliary ADP program!\"}"], ["created_at", "2016-10-06 15:36:09.911160"], ["updated_at", "2016-10-06 15:36:09.911160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia dolorum non similique voluptas iste.\",\"text\":\"Generating the bandwidth won't do anything, we need to calculate the haptic agp system!\"}"], ["created_at", "2016-10-06 15:36:09.912354"], ["updated_at", "2016-10-06 15:36:09.912354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos maxime vitae ea quibusdam veritatis pariatur itaque.\",\"text\":\"Try to parse the GB hard drive, maybe it will generate the open-source circuit!\"}"], ["created_at", "2016-10-06 15:36:09.913334"], ["updated_at", "2016-10-06 15:36:09.913334"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam est voluptatem incidunt quis velit omnis.\",\"text\":\"The USB monitor is down, parse the auxiliary program so we can parse the TCP system!\"}"], ["created_at", "2016-10-06 15:36:09.914317"], ["updated_at", "2016-10-06 15:36:09.914317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis ut fugit magni.\",\"text\":\"I'll generate the virtual SSL firewall, that should hard drive the CSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.915298"], ["updated_at", "2016-10-06 15:36:09.915298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere possimus suscipit.\",\"text\":\"We need to index the optical XSS feed!\"}"], ["created_at", "2016-10-06 15:36:09.916213"], ["updated_at", "2016-10-06 15:36:09.916213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus distinctio vitae reiciendis delectus atque aut.\",\"text\":\"Try to bypass the SDD array, maybe it will synthesize the back-end bus!\"}"], ["created_at", "2016-10-06 15:36:09.917122"], ["updated_at", "2016-10-06 15:36:09.917122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga dolores incidunt quis quo culpa distinctio eos.\",\"text\":\"You can't hack the port without bypassing the neural HTTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.917998"], ["updated_at", "2016-10-06 15:36:09.917998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim in ea beatae facere nulla sint et.\",\"text\":\"Try to reboot the SMTP firewall, maybe it will compress the virtual alarm!\"}"], ["created_at", "2016-10-06 15:36:09.918889"], ["updated_at", "2016-10-06 15:36:09.918889"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum voluptatem quidem accusamus voluptatum et et.\",\"text\":\"The ADP program is down, bypass the neural system so we can index the SQL transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.919769"], ["updated_at", "2016-10-06 15:36:09.919769"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non beatae et quaerat incidunt veniam totam blanditiis.\",\"text\":\"The SDD circuit is down, synthesize the mobile monitor so we can copy the ADP monitor!\"}"], ["created_at", "2016-10-06 15:36:09.920818"], ["updated_at", "2016-10-06 15:36:09.920818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero quos minima possimus.\",\"text\":\"I'll reboot the online SMS matrix, that should alarm the SMS feed!\"}"], ["created_at", "2016-10-06 15:36:09.921786"], ["updated_at", "2016-10-06 15:36:09.921786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At consequatur quam similique ratione adipisci ut voluptatem.\",\"text\":\"I'll connect the mobile SAS card, that should bus the EXE panel!\"}"], ["created_at", "2016-10-06 15:36:09.922895"], ["updated_at", "2016-10-06 15:36:09.922895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam aperiam ipsam est ex.\",\"text\":\"You can't synthesize the alarm without connecting the multi-byte CSS driver!\"}"], ["created_at", "2016-10-06 15:36:09.923820"], ["updated_at", "2016-10-06 15:36:09.923820"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta esse sed rerum ut facere.\",\"text\":\"Try to synthesize the FTP microchip, maybe it will index the haptic system!\"}"], ["created_at", "2016-10-06 15:36:09.924688"], ["updated_at", "2016-10-06 15:36:09.924688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias soluta quibusdam nihil placeat quisquam.\",\"text\":\"You can't transmit the transmitter without bypassing the bluetooth HTTP driver!\"}"], ["created_at", "2016-10-06 15:36:09.925562"], ["updated_at", "2016-10-06 15:36:09.925562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum consequuntur sed repellat cupiditate voluptates veniam quaerat.\",\"text\":\"We need to index the primary HTTP sensor!\"}"], ["created_at", "2016-10-06 15:36:09.926465"], ["updated_at", "2016-10-06 15:36:09.926465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis unde aut quia quis corrupti rerum enim.\",\"text\":\"You can't synthesize the protocol without navigating the optical XML feed!\"}"], ["created_at", "2016-10-06 15:36:09.927340"], ["updated_at", "2016-10-06 15:36:09.927340"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nesciunt quis tenetur sapiente accusantium voluptatem fugiat.\",\"text\":\"Try to override the FTP program, maybe it will hack the digital capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.928353"], ["updated_at", "2016-10-06 15:36:09.928353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea qui provident et molestiae.\",\"text\":\"The RSS bandwidth is down, copy the solid state matrix so we can override the GB protocol!\"}"], ["created_at", "2016-10-06 15:36:09.929360"], ["updated_at", "2016-10-06 15:36:09.929360"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis beatae quasi.\",\"text\":\"Try to calculate the IB pixel, maybe it will input the haptic matrix!\"}"], ["created_at", "2016-10-06 15:36:09.930286"], ["updated_at", "2016-10-06 15:36:09.930286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam expedita provident corporis ut.\",\"text\":\"The XSS panel is down, back up the haptic capacitor so we can input the SMS matrix!\"}"], ["created_at", "2016-10-06 15:36:09.931218"], ["updated_at", "2016-10-06 15:36:09.931218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum veniam quas illum non ipsa suscipit dolor.\",\"text\":\"The XML interface is down, calculate the redundant driver so we can calculate the TCP feed!\"}"], ["created_at", "2016-10-06 15:36:09.932125"], ["updated_at", "2016-10-06 15:36:09.932125"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste excepturi eligendi doloribus a et laboriosam.\",\"text\":\"I'll transmit the solid state SSL feed, that should driver the HDD circuit!\"}"], ["created_at", "2016-10-06 15:36:09.932991"], ["updated_at", "2016-10-06 15:36:09.932991"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora sunt porro quasi.\",\"text\":\"The SMS system is down, back up the back-end application so we can index the GB firewall!\"}"], ["created_at", "2016-10-06 15:36:09.933877"], ["updated_at", "2016-10-06 15:36:09.933877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto mollitia necessitatibus.\",\"text\":\"You can't hack the port without transmitting the redundant THX transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.934797"], ["updated_at", "2016-10-06 15:36:09.934797"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui a voluptatem molestiae iste.\",\"text\":\"You can't index the firewall without indexing the digital SMS port!\"}"], ["created_at", "2016-10-06 15:36:09.935680"], ["updated_at", "2016-10-06 15:36:09.935680"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore velit consectetur ducimus.\",\"text\":\"The JSON matrix is down, back up the solid state pixel so we can override the JSON transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.936780"], ["updated_at", "2016-10-06 15:36:09.936780"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et consequuntur quo.\",\"text\":\"The THX array is down, generate the optical card so we can quantify the SCSI feed!\"}"], ["created_at", "2016-10-06 15:36:09.937875"], ["updated_at", "2016-10-06 15:36:09.937875"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas possimus rerum eos fugiat.\",\"text\":\"Calculating the firewall won't do anything, we need to transmit the wireless sql interface!\"}"], ["created_at", "2016-10-06 15:36:09.938870"], ["updated_at", "2016-10-06 15:36:09.938870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta rerum quos quas cupiditate dolorem.\",\"text\":\"You can't program the matrix without overriding the open-source THX bus!\"}"], ["created_at", "2016-10-06 15:36:09.939845"], ["updated_at", "2016-10-06 15:36:09.939845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui commodi alias qui rem dignissimos.\",\"text\":\"Use the virtual ADP system, then you can synthesize the virtual sensor!\"}"], ["created_at", "2016-10-06 15:36:09.940738"], ["updated_at", "2016-10-06 15:36:09.940738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis quia assumenda quaerat sit nobis.\",\"text\":\"I'll synthesize the digital PNG protocol, that should bus the COM microchip!\"}"], ["created_at", "2016-10-06 15:36:09.941619"], ["updated_at", "2016-10-06 15:36:09.941619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis vero assumenda consequatur vel corrupti qui.\",\"text\":\"Use the mobile XSS bandwidth, then you can parse the solid state sensor!\"}"], ["created_at", "2016-10-06 15:36:09.942505"], ["updated_at", "2016-10-06 15:36:09.942505"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus alias recusandae assumenda at sapiente sequi.\",\"text\":\"I'll parse the 1080p RSS circuit, that should feed the HDD system!\"}"], ["created_at", "2016-10-06 15:36:09.943571"], ["updated_at", "2016-10-06 15:36:09.943571"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt qui molestiae.\",\"text\":\"Try to compress the HDD microchip, maybe it will connect the solid state driver!\"}"], ["created_at", "2016-10-06 15:36:09.944562"], ["updated_at", "2016-10-06 15:36:09.944562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea totam est.\",\"text\":\"If we bypass the hard drive, we can get to the SMTP protocol through the online SMS capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.945554"], ["updated_at", "2016-10-06 15:36:09.945554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias occaecati nam voluptatem et ut.\",\"text\":\"I'll back up the open-source THX pixel, that should transmitter the IB microchip!\"}"], ["created_at", "2016-10-06 15:36:09.946508"], ["updated_at", "2016-10-06 15:36:09.946508"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae illum culpa totam.\",\"text\":\"Try to override the XSS interface, maybe it will index the optical card!\"}"], ["created_at", "2016-10-06 15:36:09.947416"], ["updated_at", "2016-10-06 15:36:09.947416"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio nam inventore.\",\"text\":\"The GB bus is down, navigate the mobile application so we can hack the SSL program!\"}"], ["created_at", "2016-10-06 15:36:09.948312"], ["updated_at", "2016-10-06 15:36:09.948312"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum repudiandae maxime facere in.\",\"text\":\"We need to reboot the haptic SMTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.949197"], ["updated_at", "2016-10-06 15:36:09.949197"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero fuga ad voluptas quia.\",\"text\":\"Use the primary SDD array, then you can navigate the neural interface!\"}"], ["created_at", "2016-10-06 15:36:09.950070"], ["updated_at", "2016-10-06 15:36:09.950070"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum accusantium consectetur et error fugiat est tenetur.\",\"text\":\"I'll program the primary HDD capacitor, that should pixel the AGP monitor!\"}"], ["created_at", "2016-10-06 15:36:09.951002"], ["updated_at", "2016-10-06 15:36:09.951002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt quasi voluptas adipisci est cum.\",\"text\":\"I'll program the redundant TCP pixel, that should application the ADP system!\"}"], ["created_at", "2016-10-06 15:36:09.952093"], ["updated_at", "2016-10-06 15:36:09.952093"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur at quis corporis adipisci.\",\"text\":\"We need to program the primary SQL array!\"}"], ["created_at", "2016-10-06 15:36:09.953017"], ["updated_at", "2016-10-06 15:36:09.953017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet recusandae enim sequi.\",\"text\":\"I'll compress the mobile SSL port, that should transmitter the HTTP matrix!\"}"], ["created_at", "2016-10-06 15:36:09.953925"], ["updated_at", "2016-10-06 15:36:09.953925"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et veritatis natus.\",\"text\":\"The XSS driver is down, transmit the solid state array so we can generate the SAS system!\"}"], ["created_at", "2016-10-06 15:36:09.954857"], ["updated_at", "2016-10-06 15:36:09.954857"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat et necessitatibus velit aliquid.\",\"text\":\"You can't connect the protocol without backing up the online PNG system!\"}"], ["created_at", "2016-10-06 15:36:09.955754"], ["updated_at", "2016-10-06 15:36:09.955754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa quibusdam non.\",\"text\":\"The AI hard drive is down, index the neural program so we can index the TCP transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.956677"], ["updated_at", "2016-10-06 15:36:09.956677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel nobis est sapiente aut odio qui consectetur.\",\"text\":\"I'll input the back-end PNG sensor, that should alarm the SAS hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.957544"], ["updated_at", "2016-10-06 15:36:09.957544"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam soluta provident iure accusantium praesentium sapiente quod.\",\"text\":\"We need to reboot the mobile JSON bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.958473"], ["updated_at", "2016-10-06 15:36:09.958473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam cupiditate non.\",\"text\":\"If we hack the interface, we can get to the PCI bandwidth through the online RAM matrix!\"}"], ["created_at", "2016-10-06 15:36:09.959528"], ["updated_at", "2016-10-06 15:36:09.959528"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In labore architecto quisquam.\",\"text\":\"Use the primary SMS driver, then you can override the digital capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.960456"], ["updated_at", "2016-10-06 15:36:09.960456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem laborum et nostrum qui doloribus ipsam.\",\"text\":\"If we calculate the alarm, we can get to the JSON application through the cross-platform COM feed!\"}"], ["created_at", "2016-10-06 15:36:09.961508"], ["updated_at", "2016-10-06 15:36:09.961508"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quaerat labore et.\",\"text\":\"I'll reboot the multi-byte HTTP bandwidth, that should port the JBOD firewall!\"}"], ["created_at", "2016-10-06 15:36:09.962470"], ["updated_at", "2016-10-06 15:36:09.962470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut blanditiis culpa vel.\",\"text\":\"We need to program the primary SSL port!\"}"], ["created_at", "2016-10-06 15:36:09.963345"], ["updated_at", "2016-10-06 15:36:09.963345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique a sed natus possimus quisquam.\",\"text\":\"Bypassing the application won't do anything, we need to synthesize the redundant ai panel!\"}"], ["created_at", "2016-10-06 15:36:09.964250"], ["updated_at", "2016-10-06 15:36:09.964250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae incidunt sed assumenda et voluptate.\",\"text\":\"We need to override the optical HDD array!\"}"], ["created_at", "2016-10-06 15:36:09.965168"], ["updated_at", "2016-10-06 15:36:09.965168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum nisi voluptatibus et facere et natus soluta.\",\"text\":\"We need to compress the digital SMTP array!\"}"], ["created_at", "2016-10-06 15:36:09.966036"], ["updated_at", "2016-10-06 15:36:09.966036"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique est accusantium non.\",\"text\":\"You can't index the pixel without hacking the 1080p IB sensor!\"}"], ["created_at", "2016-10-06 15:36:09.966923"], ["updated_at", "2016-10-06 15:36:09.966923"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi ducimus minima non neque unde praesentium explicabo.\",\"text\":\"You can't connect the interface without calculating the online JSON monitor!\"}"], ["created_at", "2016-10-06 15:36:09.968014"], ["updated_at", "2016-10-06 15:36:09.968014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At exercitationem autem in.\",\"text\":\"Use the multi-byte TCP transmitter, then you can reboot the open-source sensor!\"}"], ["created_at", "2016-10-06 15:36:09.968941"], ["updated_at", "2016-10-06 15:36:09.968941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia ut nihil.\",\"text\":\"I'll program the online SCSI capacitor, that should feed the HTTP bus!\"}"], ["created_at", "2016-10-06 15:36:09.969845"], ["updated_at", "2016-10-06 15:36:09.969845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis ut minus perspiciatis ipsam.\",\"text\":\"Use the multi-byte FTP program, then you can hack the haptic bus!\"}"], ["created_at", "2016-10-06 15:36:09.970739"], ["updated_at", "2016-10-06 15:36:09.970739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id soluta delectus velit.\",\"text\":\"The XSS protocol is down, transmit the wireless circuit so we can calculate the AGP array!\"}"], ["created_at", "2016-10-06 15:36:09.971620"], ["updated_at", "2016-10-06 15:36:09.971620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint vero hic.\",\"text\":\"Transmitting the interface won't do anything, we need to parse the cross-platform jbod matrix!\"}"], ["created_at", "2016-10-06 15:36:09.972515"], ["updated_at", "2016-10-06 15:36:09.972515"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea aut quae porro accusantium et.\",\"text\":\"We need to transmit the digital RAM capacitor!\"}"], ["created_at", "2016-10-06 15:36:09.973432"], ["updated_at", "2016-10-06 15:36:09.973432"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia cum voluptate id placeat provident vel necessitatibus.\",\"text\":\"I'll synthesize the neural JBOD microchip, that should bandwidth the SAS hard drive!\"}"], ["created_at", "2016-10-06 15:36:09.974329"], ["updated_at", "2016-10-06 15:36:09.974329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut porro earum explicabo odio voluptas.\",\"text\":\"Use the online COM sensor, then you can quantify the multi-byte interface!\"}"], ["created_at", "2016-10-06 15:36:09.975239"], ["updated_at", "2016-10-06 15:36:09.975239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit voluptatem et eos incidunt voluptatem consequatur iste.\",\"text\":\"Overriding the interface won't do anything, we need to transmit the wireless ssl matrix!\"}"], ["created_at", "2016-10-06 15:36:09.976204"], ["updated_at", "2016-10-06 15:36:09.976204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi inventore est ex beatae dolorum.\",\"text\":\"Try to override the IB bandwidth, maybe it will synthesize the primary transmitter!\"}"], ["created_at", "2016-10-06 15:36:09.977352"], ["updated_at", "2016-10-06 15:36:09.977352"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis adipisci sint laudantium ut itaque necessitatibus doloremque.\",\"text\":\"Generating the firewall won't do anything, we need to hack the multi-byte ib bus!\"}"], ["created_at", "2016-10-06 15:36:09.978388"], ["updated_at", "2016-10-06 15:36:09.978388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis nesciunt aspernatur perferendis porro.\",\"text\":\"Synthesizing the protocol won't do anything, we need to hack the 1080p ram alarm!\"}"], ["created_at", "2016-10-06 15:36:09.979304"], ["updated_at", "2016-10-06 15:36:09.979304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque et odio ut cumque autem et.\",\"text\":\"You can't input the circuit without generating the redundant XSS application!\"}"], ["created_at", "2016-10-06 15:36:09.980186"], ["updated_at", "2016-10-06 15:36:09.980186"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo sunt ex.\",\"text\":\"I'll override the online SAS microchip, that should feed the SQL bus!\"}"], ["created_at", "2016-10-06 15:36:09.981076"], ["updated_at", "2016-10-06 15:36:09.981076"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae error corrupti ea autem et enim eaque.\",\"text\":\"Compressing the interface won't do anything, we need to parse the back-end adp feed!\"}"], ["created_at", "2016-10-06 15:36:09.982137"], ["updated_at", "2016-10-06 15:36:09.982137"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure neque ratione quaerat ut ut aut vel.\",\"text\":\"We need to override the back-end RAM program!\"}"], ["created_at", "2016-10-06 15:36:09.983285"], ["updated_at", "2016-10-06 15:36:09.983285"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores iste nihil et totam ad id illo.\",\"text\":\"I'll navigate the haptic RAM array, that should port the PCI application!\"}"], ["created_at", "2016-10-06 15:36:09.984806"], ["updated_at", "2016-10-06 15:36:09.984806"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad minima dolores ratione tempora fugiat et.\",\"text\":\"I'll calculate the online USB firewall, that should card the GB alarm!\"}"], ["created_at", "2016-10-06 15:36:09.986661"], ["updated_at", "2016-10-06 15:36:09.986661"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui cupiditate dolorum distinctio provident dolor.\",\"text\":\"Use the multi-byte ADP firewall, then you can hack the auxiliary array!\"}"], ["created_at", "2016-10-06 15:36:09.989704"], ["updated_at", "2016-10-06 15:36:09.989704"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed sit voluptas.\",\"text\":\"Use the 1080p RAM program, then you can connect the bluetooth application!\"}"], ["created_at", "2016-10-06 15:36:09.993051"], ["updated_at", "2016-10-06 15:36:09.993051"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut qui consequuntur qui quia.\",\"text\":\"Use the redundant CSS feed, then you can input the virtual matrix!\"}"], ["created_at", "2016-10-06 15:36:09.994541"], ["updated_at", "2016-10-06 15:36:09.994541"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam alias rerum quasi.\",\"text\":\"Try to input the SAS matrix, maybe it will bypass the solid state panel!\"}"], ["created_at", "2016-10-06 15:36:09.995713"], ["updated_at", "2016-10-06 15:36:09.995713"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non temporibus totam impedit soluta ipsum aut.\",\"text\":\"If we bypass the capacitor, we can get to the RSS transmitter through the auxiliary RAM interface!\"}"], ["created_at", "2016-10-06 15:36:09.996750"], ["updated_at", "2016-10-06 15:36:09.996750"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero animi quia iusto.\",\"text\":\"Try to back up the SSL bus, maybe it will back up the cross-platform alarm!\"}"], ["created_at", "2016-10-06 15:36:09.997893"], ["updated_at", "2016-10-06 15:36:09.997893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel sint dolorum animi voluptatem error vel laboriosam.\",\"text\":\"We need to parse the digital ADP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:09.999097"], ["updated_at", "2016-10-06 15:36:09.999097"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi porro suscipit non repudiandae neque velit ea.\",\"text\":\"You can't hack the port without connecting the open-source AI card!\"}"], ["created_at", "2016-10-06 15:36:10.000132"], ["updated_at", "2016-10-06 15:36:10.000132"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quo neque consequatur.\",\"text\":\"We need to quantify the primary SCSI sensor!\"}"], ["created_at", "2016-10-06 15:36:10.001423"], ["updated_at", "2016-10-06 15:36:10.001423"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid quo ut.\",\"text\":\"The ADP hard drive is down, override the solid state circuit so we can navigate the USB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.002727"], ["updated_at", "2016-10-06 15:36:10.002727"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut maxime eos.\",\"text\":\"Try to reboot the SSL sensor, maybe it will parse the 1080p circuit!\"}"], ["created_at", "2016-10-06 15:36:10.003903"], ["updated_at", "2016-10-06 15:36:10.003903"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis aliquam at nam.\",\"text\":\"Hacking the interface won't do anything, we need to override the online json application!\"}"], ["created_at", "2016-10-06 15:36:10.004922"], ["updated_at", "2016-10-06 15:36:10.004922"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel hic rerum nostrum et.\",\"text\":\"I'll reboot the auxiliary XML pixel, that should port the SAS monitor!\"}"], ["created_at", "2016-10-06 15:36:10.006004"], ["updated_at", "2016-10-06 15:36:10.006004"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et dignissimos iure.\",\"text\":\"I'll copy the optical PNG panel, that should alarm the HTTP pixel!\"}"], ["created_at", "2016-10-06 15:36:10.008493"], ["updated_at", "2016-10-06 15:36:10.008493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo aspernatur dolorum molestiae animi accusantium blanditiis.\",\"text\":\"Hacking the feed won't do anything, we need to transmit the virtual http card!\"}"], ["created_at", "2016-10-06 15:36:10.009647"], ["updated_at", "2016-10-06 15:36:10.009647"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus tempora expedita vel voluptatem ut.\",\"text\":\"Copying the feed won't do anything, we need to reboot the redundant usb bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.010717"], ["updated_at", "2016-10-06 15:36:10.010717"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum voluptate est quia fugiat.\",\"text\":\"You can't program the bus without calculating the back-end SMTP port!\"}"], ["created_at", "2016-10-06 15:36:10.012366"], ["updated_at", "2016-10-06 15:36:10.012366"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate reprehenderit mollitia quaerat dolores esse error ipsam.\",\"text\":\"We need to calculate the haptic EXE port!\"}"], ["created_at", "2016-10-06 15:36:10.013653"], ["updated_at", "2016-10-06 15:36:10.013653"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea nesciunt odit molestiae esse sed distinctio.\",\"text\":\"Use the digital SAS port, then you can quantify the bluetooth array!\"}"], ["created_at", "2016-10-06 15:36:10.015012"], ["updated_at", "2016-10-06 15:36:10.015012"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam eveniet similique.\",\"text\":\"If we bypass the hard drive, we can get to the PCI transmitter through the virtual PCI array!\"}"], ["created_at", "2016-10-06 15:36:10.016231"], ["updated_at", "2016-10-06 15:36:10.016231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis sed aut et ducimus accusantium dicta.\",\"text\":\"The USB array is down, synthesize the solid state program so we can generate the JSON card!\"}"], ["created_at", "2016-10-06 15:36:10.017351"], ["updated_at", "2016-10-06 15:36:10.017351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem deleniti ea voluptatem aut.\",\"text\":\"You can't index the system without transmitting the solid state CSS monitor!\"}"], ["created_at", "2016-10-06 15:36:10.018412"], ["updated_at", "2016-10-06 15:36:10.018412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis reprehenderit eveniet qui consequuntur.\",\"text\":\"Navigating the monitor won't do anything, we need to transmit the redundant ssl port!\"}"], ["created_at", "2016-10-06 15:36:10.019386"], ["updated_at", "2016-10-06 15:36:10.019386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis cum impedit quo dignissimos eos earum.\",\"text\":\"Try to quantify the CSS array, maybe it will quantify the redundant bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.020331"], ["updated_at", "2016-10-06 15:36:10.020331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quis animi cupiditate sunt omnis harum excepturi.\",\"text\":\"If we back up the alarm, we can get to the XSS sensor through the redundant RSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.021282"], ["updated_at", "2016-10-06 15:36:10.021282"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus voluptas qui ex eius qui repellat necessitatibus.\",\"text\":\"We need to override the open-source AI feed!\"}"], ["created_at", "2016-10-06 15:36:10.022216"], ["updated_at", "2016-10-06 15:36:10.022216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos laboriosam sunt iure sequi.\",\"text\":\"Use the multi-byte FTP microchip, then you can navigate the 1080p alarm!\"}"], ["created_at", "2016-10-06 15:36:10.023152"], ["updated_at", "2016-10-06 15:36:10.023152"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut assumenda iusto.\",\"text\":\"Compressing the application won't do anything, we need to calculate the multi-byte pci protocol!\"}"], ["created_at", "2016-10-06 15:36:10.024151"], ["updated_at", "2016-10-06 15:36:10.024151"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut qui dolore necessitatibus expedita.\",\"text\":\"You can't calculate the alarm without compressing the multi-byte SCSI transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.025109"], ["updated_at", "2016-10-06 15:36:10.025109"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui perferendis alias.\",\"text\":\"You can't parse the capacitor without programming the bluetooth THX alarm!\"}"], ["created_at", "2016-10-06 15:36:10.026137"], ["updated_at", "2016-10-06 15:36:10.026137"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem minima sunt voluptatem qui praesentium sint facilis.\",\"text\":\"Try to connect the TCP protocol, maybe it will compress the neural monitor!\"}"], ["created_at", "2016-10-06 15:36:10.027469"], ["updated_at", "2016-10-06 15:36:10.027469"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non voluptates provident.\",\"text\":\"We need to program the wireless SMTP feed!\"}"], ["created_at", "2016-10-06 15:36:10.028597"], ["updated_at", "2016-10-06 15:36:10.028597"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptatem fugiat voluptatem illum.\",\"text\":\"We need to transmit the back-end ADP array!\"}"], ["created_at", "2016-10-06 15:36:10.030419"], ["updated_at", "2016-10-06 15:36:10.030419"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae voluptatem quaerat aliquid voluptas ducimus non ab.\",\"text\":\"You can't compress the matrix without indexing the neural AI protocol!\"}"], ["created_at", "2016-10-06 15:36:10.032003"], ["updated_at", "2016-10-06 15:36:10.032003"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti velit corporis.\",\"text\":\"Bypassing the bus won't do anything, we need to parse the mobile hdd firewall!\"}"], ["created_at", "2016-10-06 15:36:10.033565"], ["updated_at", "2016-10-06 15:36:10.033565"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus eveniet odio facilis quo sit sapiente aut.\",\"text\":\"If we connect the capacitor, we can get to the RAM application through the online JSON matrix!\"}"], ["created_at", "2016-10-06 15:36:10.034671"], ["updated_at", "2016-10-06 15:36:10.034671"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore occaecati cum facere dignissimos maxime voluptas et.\",\"text\":\"I'll quantify the optical ADP system, that should pixel the AI sensor!\"}"], ["created_at", "2016-10-06 15:36:10.035678"], ["updated_at", "2016-10-06 15:36:10.035678"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi iure optio vitae.\",\"text\":\"I'll program the neural HTTP protocol, that should program the AGP transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.036706"], ["updated_at", "2016-10-06 15:36:10.036706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ullam a consectetur aliquid voluptatem iure.\",\"text\":\"We need to transmit the redundant HDD matrix!\"}"], ["created_at", "2016-10-06 15:36:10.037842"], ["updated_at", "2016-10-06 15:36:10.037842"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quis maxime laborum.\",\"text\":\"Use the cross-platform SMTP driver, then you can transmit the virtual interface!\"}"], ["created_at", "2016-10-06 15:36:10.039407"], ["updated_at", "2016-10-06 15:36:10.039407"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates rerum et repellat est eius.\",\"text\":\"I'll compress the cross-platform SMTP program, that should circuit the THX port!\"}"], ["created_at", "2016-10-06 15:36:10.042195"], ["updated_at", "2016-10-06 15:36:10.042195"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quos quod ab numquam laudantium.\",\"text\":\"Try to compress the FTP interface, maybe it will back up the multi-byte monitor!\"}"], ["created_at", "2016-10-06 15:36:10.044910"], ["updated_at", "2016-10-06 15:36:10.044910"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem nemo aut eveniet error enim ut.\",\"text\":\"I'll override the virtual HTTP feed, that should alarm the CSS alarm!\"}"], ["created_at", "2016-10-06 15:36:10.046988"], ["updated_at", "2016-10-06 15:36:10.046988"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora sed quod optio quae quas et.\",\"text\":\"If we override the panel, we can get to the PCI firewall through the cross-platform EXE transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.048381"], ["updated_at", "2016-10-06 15:36:10.048381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem est repellat dolor iusto aut quas.\",\"text\":\"Indexing the interface won't do anything, we need to override the virtual smtp program!\"}"], ["created_at", "2016-10-06 15:36:10.049483"], ["updated_at", "2016-10-06 15:36:10.049483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet nisi tempore aut.\",\"text\":\"Try to input the CSS protocol, maybe it will index the cross-platform application!\"}"], ["created_at", "2016-10-06 15:36:10.050465"], ["updated_at", "2016-10-06 15:36:10.050465"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci vero ut.\",\"text\":\"I'll compress the multi-byte PNG port, that should port the FTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:10.051399"], ["updated_at", "2016-10-06 15:36:10.051399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae dolorum commodi eius.\",\"text\":\"Use the bluetooth FTP alarm, then you can program the cross-platform bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.052292"], ["updated_at", "2016-10-06 15:36:10.052292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est placeat quis ad possimus perferendis enim.\",\"text\":\"If we hack the hard drive, we can get to the SDD circuit through the mobile RSS circuit!\"}"], ["created_at", "2016-10-06 15:36:10.053183"], ["updated_at", "2016-10-06 15:36:10.053183"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus iusto non quisquam officiis.\",\"text\":\"The SAS port is down, quantify the 1080p microchip so we can override the SQL bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.054066"], ["updated_at", "2016-10-06 15:36:10.054066"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quod pariatur assumenda.\",\"text\":\"The JBOD program is down, connect the multi-byte hard drive so we can program the JSON bus!\"}"], ["created_at", "2016-10-06 15:36:10.055020"], ["updated_at", "2016-10-06 15:36:10.055020"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur neque laboriosam quo sit totam quae dicta.\",\"text\":\"I'll reboot the virtual FTP card, that should application the SSL pixel!\"}"], ["created_at", "2016-10-06 15:36:10.055904"], ["updated_at", "2016-10-06 15:36:10.055904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quasi eos quisquam veniam repellat.\",\"text\":\"Generating the monitor won't do anything, we need to program the solid state gb monitor!\"}"], ["created_at", "2016-10-06 15:36:10.057036"], ["updated_at", "2016-10-06 15:36:10.057036"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel reprehenderit alias laudantium totam veniam quia quo.\",\"text\":\"You can't index the circuit without connecting the wireless RSS circuit!\"}"], ["created_at", "2016-10-06 15:36:10.057985"], ["updated_at", "2016-10-06 15:36:10.057985"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam voluptate molestias ipsum.\",\"text\":\"Try to synthesize the RSS interface, maybe it will calculate the open-source microchip!\"}"], ["created_at", "2016-10-06 15:36:10.059272"], ["updated_at", "2016-10-06 15:36:10.059272"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse ex quis quisquam quibusdam laborum dolor aut.\",\"text\":\"You can't quantify the alarm without bypassing the open-source GB microchip!\"}"], ["created_at", "2016-10-06 15:36:10.062474"], ["updated_at", "2016-10-06 15:36:10.062474"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem voluptate sequi quis dolorum.\",\"text\":\"You can't program the driver without hacking the cross-platform JBOD driver!\"}"], ["created_at", "2016-10-06 15:36:10.063653"], ["updated_at", "2016-10-06 15:36:10.063653"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio quidem quia quibusdam aut fugiat tempore.\",\"text\":\"You can't copy the pixel without indexing the redundant TCP pixel!\"}"], ["created_at", "2016-10-06 15:36:10.065014"], ["updated_at", "2016-10-06 15:36:10.065014"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex tenetur dolores blanditiis aut.\",\"text\":\"The PCI firewall is down, quantify the virtual feed so we can calculate the HDD hard drive!\"}"], ["created_at", "2016-10-06 15:36:10.066159"], ["updated_at", "2016-10-06 15:36:10.066159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem aut a est voluptatem sit corporis repudiandae.\",\"text\":\"Try to program the SSL capacitor, maybe it will copy the primary driver!\"}"], ["created_at", "2016-10-06 15:36:10.067200"], ["updated_at", "2016-10-06 15:36:10.067200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus aliquam vitae animi in fugiat dolor.\",\"text\":\"We need to copy the multi-byte SCSI hard drive!\"}"], ["created_at", "2016-10-06 15:36:10.068150"], ["updated_at", "2016-10-06 15:36:10.068150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque nihil enim illum dicta magnam.\",\"text\":\"You can't back up the capacitor without hacking the digital RAM panel!\"}"], ["created_at", "2016-10-06 15:36:10.069105"], ["updated_at", "2016-10-06 15:36:10.069105"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci magnam asperiores voluptas autem dolor.\",\"text\":\"I'll index the online XSS bus, that should transmitter the RSS port!\"}"], ["created_at", "2016-10-06 15:36:10.070052"], ["updated_at", "2016-10-06 15:36:10.070052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas et iusto.\",\"text\":\"Programming the pixel won't do anything, we need to parse the virtual json transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.070974"], ["updated_at", "2016-10-06 15:36:10.070974"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non explicabo officia quo aspernatur non.\",\"text\":\"Connecting the bus won't do anything, we need to index the solid state xss application!\"}"], ["created_at", "2016-10-06 15:36:10.072081"], ["updated_at", "2016-10-06 15:36:10.072081"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit molestiae sed.\",\"text\":\"The USB program is down, bypass the 1080p card so we can input the SMS hard drive!\"}"], ["created_at", "2016-10-06 15:36:10.073068"], ["updated_at", "2016-10-06 15:36:10.073068"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus ut provident.\",\"text\":\"Indexing the transmitter won't do anything, we need to quantify the neural http card!\"}"], ["created_at", "2016-10-06 15:36:10.073992"], ["updated_at", "2016-10-06 15:36:10.073992"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque illo quae omnis corporis.\",\"text\":\"We need to bypass the online FTP program!\"}"], ["created_at", "2016-10-06 15:36:10.075046"], ["updated_at", "2016-10-06 15:36:10.075046"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut maiores ea corrupti consequatur exercitationem quis non.\",\"text\":\"Try to navigate the HTTP application, maybe it will reboot the optical array!\"}"], ["created_at", "2016-10-06 15:36:10.077169"], ["updated_at", "2016-10-06 15:36:10.077169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita ut magni excepturi et.\",\"text\":\"We need to program the optical XML program!\"}"], ["created_at", "2016-10-06 15:36:10.078596"], ["updated_at", "2016-10-06 15:36:10.078596"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum architecto nobis quidem magni laudantium sit nostrum.\",\"text\":\"I'll hack the bluetooth IB alarm, that should panel the SDD firewall!\"}"], ["created_at", "2016-10-06 15:36:10.079687"], ["updated_at", "2016-10-06 15:36:10.079687"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus optio quo et consequatur labore.\",\"text\":\"You can't hack the protocol without synthesizing the wireless FTP feed!\"}"], ["created_at", "2016-10-06 15:36:10.080761"], ["updated_at", "2016-10-06 15:36:10.080761"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla expedita quis reprehenderit quibusdam eveniet perferendis molestias.\",\"text\":\"Calculating the capacitor won't do anything, we need to parse the virtual tcp bus!\"}"], ["created_at", "2016-10-06 15:36:10.081750"], ["updated_at", "2016-10-06 15:36:10.081750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id praesentium repellendus dolor quam.\",\"text\":\"We need to synthesize the back-end HDD driver!\"}"], ["created_at", "2016-10-06 15:36:10.082675"], ["updated_at", "2016-10-06 15:36:10.082675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis consequatur iure.\",\"text\":\"Try to index the EXE bus, maybe it will back up the cross-platform driver!\"}"], ["created_at", "2016-10-06 15:36:10.083611"], ["updated_at", "2016-10-06 15:36:10.083611"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam quasi aut laudantium eius mollitia voluptatem.\",\"text\":\"We need to index the redundant SAS panel!\"}"], ["created_at", "2016-10-06 15:36:10.084500"], ["updated_at", "2016-10-06 15:36:10.084500"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui commodi magni quia magnam officia.\",\"text\":\"Hacking the transmitter won't do anything, we need to connect the optical ftp firewall!\"}"], ["created_at", "2016-10-06 15:36:10.085387"], ["updated_at", "2016-10-06 15:36:10.085387"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci blanditiis enim inventore nesciunt quam sunt.\",\"text\":\"We need to navigate the 1080p JSON interface!\"}"], ["created_at", "2016-10-06 15:36:10.086337"], ["updated_at", "2016-10-06 15:36:10.086337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt debitis culpa.\",\"text\":\"Use the online HTTP application, then you can quantify the auxiliary capacitor!\"}"], ["created_at", "2016-10-06 15:36:10.087240"], ["updated_at", "2016-10-06 15:36:10.087240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam autem deserunt consectetur qui eveniet explicabo aut.\",\"text\":\"Try to index the ADP interface, maybe it will back up the mobile feed!\"}"], ["created_at", "2016-10-06 15:36:10.088128"], ["updated_at", "2016-10-06 15:36:10.088128"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta placeat facilis ut autem molestiae accusamus.\",\"text\":\"The GB card is down, override the solid state circuit so we can reboot the THX array!\"}"], ["created_at", "2016-10-06 15:36:10.089033"], ["updated_at", "2016-10-06 15:36:10.089033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum et ut.\",\"text\":\"The IB hard drive is down, navigate the cross-platform system so we can back up the RSS array!\"}"], ["created_at", "2016-10-06 15:36:10.089964"], ["updated_at", "2016-10-06 15:36:10.089964"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit delectus veniam mollitia commodi totam.\",\"text\":\"Use the 1080p CSS matrix, then you can index the neural panel!\"}"], ["created_at", "2016-10-06 15:36:10.090997"], ["updated_at", "2016-10-06 15:36:10.090997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus magnam ad.\",\"text\":\"Use the optical AGP monitor, then you can generate the open-source application!\"}"], ["created_at", "2016-10-06 15:36:10.091918"], ["updated_at", "2016-10-06 15:36:10.091918"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis nihil dicta.\",\"text\":\"I'll program the mobile SMS panel, that should feed the XML hard drive!\"}"], ["created_at", "2016-10-06 15:36:10.092811"], ["updated_at", "2016-10-06 15:36:10.092811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis ducimus est et quibusdam.\",\"text\":\"We need to quantify the haptic RAM system!\"}"], ["created_at", "2016-10-06 15:36:10.093698"], ["updated_at", "2016-10-06 15:36:10.093698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam velit est architecto quod.\",\"text\":\"If we compress the array, we can get to the AGP protocol through the wireless TCP driver!\"}"], ["created_at", "2016-10-06 15:36:10.094594"], ["updated_at", "2016-10-06 15:36:10.094594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus blanditiis quo veniam.\",\"text\":\"We need to bypass the online USB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.095477"], ["updated_at", "2016-10-06 15:36:10.095477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum maxime rerum aut.\",\"text\":\"You can't index the interface without synthesizing the neural RSS bus!\"}"], ["created_at", "2016-10-06 15:36:10.096385"], ["updated_at", "2016-10-06 15:36:10.096385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur id corrupti enim tempora.\",\"text\":\"Try to bypass the AGP application, maybe it will index the primary port!\"}"], ["created_at", "2016-10-06 15:36:10.097289"], ["updated_at", "2016-10-06 15:36:10.097289"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel voluptate maxime.\",\"text\":\"If we back up the array, we can get to the PCI panel through the wireless AI microchip!\"}"], ["created_at", "2016-10-06 15:36:10.098215"], ["updated_at", "2016-10-06 15:36:10.098215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe asperiores magnam dolorem veritatis.\",\"text\":\"Try to compress the HDD microchip, maybe it will transmit the back-end bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.099136"], ["updated_at", "2016-10-06 15:36:10.099136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae pariatur est architecto.\",\"text\":\"We need to hack the 1080p RSS pixel!\"}"], ["created_at", "2016-10-06 15:36:10.100032"], ["updated_at", "2016-10-06 15:36:10.100032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto nostrum voluptas ut.\",\"text\":\"We need to navigate the multi-byte RSS matrix!\"}"], ["created_at", "2016-10-06 15:36:10.100919"], ["updated_at", "2016-10-06 15:36:10.100919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui veniam labore.\",\"text\":\"Try to connect the SDD circuit, maybe it will parse the solid state transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.101806"], ["updated_at", "2016-10-06 15:36:10.101806"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium vitae blanditiis at voluptatibus fugit corrupti ut.\",\"text\":\"We need to calculate the optical COM array!\"}"], ["created_at", "2016-10-06 15:36:10.102705"], ["updated_at", "2016-10-06 15:36:10.102705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id qui dolor.\",\"text\":\"Use the wireless SMS panel, then you can connect the neural bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.103599"], ["updated_at", "2016-10-06 15:36:10.103599"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt adipisci in vel aliquam.\",\"text\":\"Try to input the AGP monitor, maybe it will hack the redundant sensor!\"}"], ["created_at", "2016-10-06 15:36:10.104489"], ["updated_at", "2016-10-06 15:36:10.104489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt eum sunt accusamus ipsam omnis quas.\",\"text\":\"The RAM application is down, calculate the mobile capacitor so we can transmit the SMTP firewall!\"}"], ["created_at", "2016-10-06 15:36:10.105384"], ["updated_at", "2016-10-06 15:36:10.105384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos rem dolores ullam.\",\"text\":\"Try to override the SMTP hard drive, maybe it will quantify the primary application!\"}"], ["created_at", "2016-10-06 15:36:10.106327"], ["updated_at", "2016-10-06 15:36:10.106327"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis cum quos natus.\",\"text\":\"If we generate the panel, we can get to the PCI monitor through the 1080p ADP program!\"}"], ["created_at", "2016-10-06 15:36:10.107363"], ["updated_at", "2016-10-06 15:36:10.107363"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas iusto dolore numquam.\",\"text\":\"If we transmit the bandwidth, we can get to the RSS pixel through the redundant PNG bus!\"}"], ["created_at", "2016-10-06 15:36:10.108305"], ["updated_at", "2016-10-06 15:36:10.108305"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et facilis velit.\",\"text\":\"I'll copy the bluetooth XSS sensor, that should card the IB program!\"}"], ["created_at", "2016-10-06 15:36:10.109727"], ["updated_at", "2016-10-06 15:36:10.109727"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda labore error et ullam.\",\"text\":\"If we bypass the bandwidth, we can get to the GB microchip through the primary JBOD port!\"}"], ["created_at", "2016-10-06 15:36:10.110745"], ["updated_at", "2016-10-06 15:36:10.110745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam sit minima quasi cum aspernatur dolorum.\",\"text\":\"Use the wireless FTP driver, then you can generate the wireless capacitor!\"}"], ["created_at", "2016-10-06 15:36:10.111710"], ["updated_at", "2016-10-06 15:36:10.111710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea voluptates amet esse qui illo.\",\"text\":\"The RAM microchip is down, copy the bluetooth transmitter so we can override the AI application!\"}"], ["created_at", "2016-10-06 15:36:10.112670"], ["updated_at", "2016-10-06 15:36:10.112670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum sed ipsum aut.\",\"text\":\"If we navigate the bandwidth, we can get to the XSS feed through the mobile JSON capacitor!\"}"], ["created_at", "2016-10-06 15:36:10.113646"], ["updated_at", "2016-10-06 15:36:10.113646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda impedit corporis velit qui totam sint dolores.\",\"text\":\"The AGP pixel is down, index the digital bus so we can reboot the SQL bus!\"}"], ["created_at", "2016-10-06 15:36:10.114644"], ["updated_at", "2016-10-06 15:36:10.114644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque possimus illo repellendus temporibus molestiae veritatis deleniti.\",\"text\":\"Try to back up the IB interface, maybe it will calculate the virtual program!\"}"], ["created_at", "2016-10-06 15:36:10.115629"], ["updated_at", "2016-10-06 15:36:10.115629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur vel minus est eligendi qui.\",\"text\":\"If we index the panel, we can get to the HTTP hard drive through the multi-byte SMS port!\"}"], ["created_at", "2016-10-06 15:36:10.116601"], ["updated_at", "2016-10-06 15:36:10.116601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae ratione a quo laboriosam voluptatem.\",\"text\":\"You can't override the bus without backing up the neural JSON feed!\"}"], ["created_at", "2016-10-06 15:36:10.117589"], ["updated_at", "2016-10-06 15:36:10.117589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti et ea aliquid at placeat totam ut.\",\"text\":\"The USB transmitter is down, parse the solid state firewall so we can override the THX monitor!\"}"], ["created_at", "2016-10-06 15:36:10.118624"], ["updated_at", "2016-10-06 15:36:10.118624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam nulla repellat doloribus quia esse.\",\"text\":\"If we bypass the pixel, we can get to the SMTP hard drive through the virtual EXE program!\"}"], ["created_at", "2016-10-06 15:36:10.119628"], ["updated_at", "2016-10-06 15:36:10.119628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae quasi in earum.\",\"text\":\"The SMS alarm is down, connect the digital pixel so we can quantify the SDD protocol!\"}"], ["created_at", "2016-10-06 15:36:10.120594"], ["updated_at", "2016-10-06 15:36:10.120594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur non excepturi optio corrupti assumenda.\",\"text\":\"We need to back up the neural PCI program!\"}"], ["created_at", "2016-10-06 15:36:10.121571"], ["updated_at", "2016-10-06 15:36:10.121571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae est dolorem voluptatem deserunt voluptates.\",\"text\":\"If we index the microchip, we can get to the JSON pixel through the neural SDD application!\"}"], ["created_at", "2016-10-06 15:36:10.122585"], ["updated_at", "2016-10-06 15:36:10.122585"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore eos sit in ipsum fugiat harum incidunt.\",\"text\":\"You can't parse the hard drive without calculating the mobile JBOD firewall!\"}"], ["created_at", "2016-10-06 15:36:10.123612"], ["updated_at", "2016-10-06 15:36:10.123612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus necessitatibus laborum numquam quisquam nam.\",\"text\":\"The SAS driver is down, navigate the bluetooth interface so we can parse the JSON system!\"}"], ["created_at", "2016-10-06 15:36:10.124601"], ["updated_at", "2016-10-06 15:36:10.124601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente possimus a ut perferendis ipsam fugit.\",\"text\":\"The COM port is down, calculate the wireless hard drive so we can quantify the ADP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.125599"], ["updated_at", "2016-10-06 15:36:10.125599"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime sit vero voluptatibus quisquam ab vel.\",\"text\":\"I'll back up the neural EXE monitor, that should application the JSON bus!\"}"], ["created_at", "2016-10-06 15:36:10.126587"], ["updated_at", "2016-10-06 15:36:10.126587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia accusantium fugit impedit.\",\"text\":\"We need to connect the cross-platform SSL bus!\"}"], ["created_at", "2016-10-06 15:36:10.127561"], ["updated_at", "2016-10-06 15:36:10.127561"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit accusantium id occaecati consequatur.\",\"text\":\"Try to bypass the FTP monitor, maybe it will program the optical system!\"}"], ["created_at", "2016-10-06 15:36:10.128526"], ["updated_at", "2016-10-06 15:36:10.128526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et atque corporis id aut.\",\"text\":\"You can't transmit the card without bypassing the multi-byte SSL capacitor!\"}"], ["created_at", "2016-10-06 15:36:10.129485"], ["updated_at", "2016-10-06 15:36:10.129485"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa officiis minus accusamus.\",\"text\":\"Copying the program won't do anything, we need to index the virtual pci monitor!\"}"], ["created_at", "2016-10-06 15:36:10.130476"], ["updated_at", "2016-10-06 15:36:10.130476"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio at unde earum maiores.\",\"text\":\"We need to generate the mobile FTP driver!\"}"], ["created_at", "2016-10-06 15:36:10.131468"], ["updated_at", "2016-10-06 15:36:10.131468"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio iste assumenda deleniti.\",\"text\":\"I'll bypass the cross-platform SMTP pixel, that should transmitter the SQL feed!\"}"], ["created_at", "2016-10-06 15:36:10.132363"], ["updated_at", "2016-10-06 15:36:10.132363"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem recusandae illo magni.\",\"text\":\"The CSS protocol is down, compress the neural application so we can quantify the SMS protocol!\"}"], ["created_at", "2016-10-06 15:36:10.133307"], ["updated_at", "2016-10-06 15:36:10.133307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos sint doloremque hic libero repudiandae iure commodi.\",\"text\":\"Use the online SMS port, then you can bypass the wireless bus!\"}"], ["created_at", "2016-10-06 15:36:10.134273"], ["updated_at", "2016-10-06 15:36:10.134273"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed et deleniti non libero aliquid ad.\",\"text\":\"You can't synthesize the alarm without hacking the online TCP application!\"}"], ["created_at", "2016-10-06 15:36:10.135192"], ["updated_at", "2016-10-06 15:36:10.135192"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos nisi error maxime ipsa odit architecto.\",\"text\":\"You can't synthesize the program without transmitting the primary SAS bus!\"}"], ["created_at", "2016-10-06 15:36:10.136110"], ["updated_at", "2016-10-06 15:36:10.136110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum nisi ratione mollitia aspernatur.\",\"text\":\"You can't quantify the matrix without navigating the redundant XML program!\"}"], ["created_at", "2016-10-06 15:36:10.137234"], ["updated_at", "2016-10-06 15:36:10.137234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt eos natus provident pariatur consequuntur dolorem at.\",\"text\":\"Try to compress the ADP system, maybe it will connect the mobile monitor!\"}"], ["created_at", "2016-10-06 15:36:10.138194"], ["updated_at", "2016-10-06 15:36:10.138194"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et rerum est quaerat.\",\"text\":\"Use the bluetooth TCP sensor, then you can calculate the 1080p protocol!\"}"], ["created_at", "2016-10-06 15:36:10.139113"], ["updated_at", "2016-10-06 15:36:10.139113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt neque repellendus sed esse.\",\"text\":\"Calculating the matrix won't do anything, we need to reboot the redundant ai system!\"}"], ["created_at", "2016-10-06 15:36:10.140120"], ["updated_at", "2016-10-06 15:36:10.140120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptatibus corrupti eligendi.\",\"text\":\"We need to back up the mobile RSS pixel!\"}"], ["created_at", "2016-10-06 15:36:10.141071"], ["updated_at", "2016-10-06 15:36:10.141071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui doloremque natus in voluptates provident facere perferendis.\",\"text\":\"If we override the protocol, we can get to the SDD transmitter through the redundant SQL protocol!\"}"], ["created_at", "2016-10-06 15:36:10.141967"], ["updated_at", "2016-10-06 15:36:10.141967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo optio et.\",\"text\":\"Backing up the interface won't do anything, we need to quantify the 1080p adp card!\"}"], ["created_at", "2016-10-06 15:36:10.142917"], ["updated_at", "2016-10-06 15:36:10.142917"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt sit rerum dolorem.\",\"text\":\"Quantifying the capacitor won't do anything, we need to connect the solid state ai transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.143808"], ["updated_at", "2016-10-06 15:36:10.143808"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia perferendis nulla molestiae odio magnam vel.\",\"text\":\"If we navigate the bandwidth, we can get to the RAM firewall through the mobile THX monitor!\"}"], ["created_at", "2016-10-06 15:36:10.144883"], ["updated_at", "2016-10-06 15:36:10.144883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas maiores qui.\",\"text\":\"We need to compress the redundant ADP feed!\"}"], ["created_at", "2016-10-06 15:36:10.145845"], ["updated_at", "2016-10-06 15:36:10.145845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda tempora animi saepe et vitae quae.\",\"text\":\"The HTTP driver is down, compress the haptic program so we can compress the SMTP sensor!\"}"], ["created_at", "2016-10-06 15:36:10.146818"], ["updated_at", "2016-10-06 15:36:10.146818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos illo consequuntur iure reiciendis voluptas repellat.\",\"text\":\"Try to hack the XML driver, maybe it will synthesize the multi-byte firewall!\"}"], ["created_at", "2016-10-06 15:36:10.147756"], ["updated_at", "2016-10-06 15:36:10.147756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo molestias est.\",\"text\":\"The SSL application is down, index the open-source bus so we can input the AI microchip!\"}"], ["created_at", "2016-10-06 15:36:10.148655"], ["updated_at", "2016-10-06 15:36:10.148655"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas sit harum cum labore asperiores soluta ut.\",\"text\":\"Try to calculate the SDD system, maybe it will override the bluetooth bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.149568"], ["updated_at", "2016-10-06 15:36:10.149568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo nostrum cupiditate quod.\",\"text\":\"I'll program the neural PNG port, that should bus the TCP array!\"}"], ["created_at", "2016-10-06 15:36:10.150505"], ["updated_at", "2016-10-06 15:36:10.150505"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores aut numquam in unde fugit magnam.\",\"text\":\"If we quantify the microchip, we can get to the SDD protocol through the mobile SAS card!\"}"], ["created_at", "2016-10-06 15:36:10.151409"], ["updated_at", "2016-10-06 15:36:10.151409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium sunt qui eos voluptatem.\",\"text\":\"We need to transmit the open-source CSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.152311"], ["updated_at", "2016-10-06 15:36:10.152311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis rem illum optio.\",\"text\":\"You can't calculate the transmitter without indexing the 1080p PCI driver!\"}"], ["created_at", "2016-10-06 15:36:10.153208"], ["updated_at", "2016-10-06 15:36:10.153208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis voluptatibus rerum.\",\"text\":\"You can't compress the application without indexing the neural IB alarm!\"}"], ["created_at", "2016-10-06 15:36:10.154099"], ["updated_at", "2016-10-06 15:36:10.154099"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum consectetur occaecati.\",\"text\":\"We need to compress the mobile SSL circuit!\"}"], ["created_at", "2016-10-06 15:36:10.155053"], ["updated_at", "2016-10-06 15:36:10.155053"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem aut aperiam aut aspernatur.\",\"text\":\"We need to back up the virtual THX matrix!\"}"], ["created_at", "2016-10-06 15:36:10.156078"], ["updated_at", "2016-10-06 15:36:10.156078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit modi dicta asperiores rem doloribus ducimus adipisci.\",\"text\":\"If we calculate the transmitter, we can get to the SSL monitor through the cross-platform SMS system!\"}"], ["created_at", "2016-10-06 15:36:10.157038"], ["updated_at", "2016-10-06 15:36:10.157038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt dolor fugiat quia aperiam aut adipisci dolor.\",\"text\":\"Use the 1080p SMTP microchip, then you can override the primary pixel!\"}"], ["created_at", "2016-10-06 15:36:10.157950"], ["updated_at", "2016-10-06 15:36:10.157950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt fugiat corporis nostrum ab porro.\",\"text\":\"Use the multi-byte FTP alarm, then you can reboot the virtual driver!\"}"], ["created_at", "2016-10-06 15:36:10.158943"], ["updated_at", "2016-10-06 15:36:10.158943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum omnis qui molestiae alias quis cum.\",\"text\":\"Use the open-source EXE card, then you can generate the virtual sensor!\"}"], ["created_at", "2016-10-06 15:36:10.159873"], ["updated_at", "2016-10-06 15:36:10.159873"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde minus doloremque mollitia similique quo voluptas.\",\"text\":\"You can't index the interface without hacking the primary SSL monitor!\"}"], ["created_at", "2016-10-06 15:36:10.160896"], ["updated_at", "2016-10-06 15:36:10.160896"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse nobis et nulla et accusantium.\",\"text\":\"Use the haptic JSON panel, then you can index the virtual hard drive!\"}"], ["created_at", "2016-10-06 15:36:10.162151"], ["updated_at", "2016-10-06 15:36:10.162151"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad deleniti rerum eveniet et accusantium sit.\",\"text\":\"You can't quantify the microchip without transmitting the redundant AGP array!\"}"], ["created_at", "2016-10-06 15:36:10.164305"], ["updated_at", "2016-10-06 15:36:10.164305"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur nihil aliquam fuga sint magni omnis reprehenderit.\",\"text\":\"The THX protocol is down, copy the multi-byte array so we can parse the AI system!\"}"], ["created_at", "2016-10-06 15:36:10.165393"], ["updated_at", "2016-10-06 15:36:10.165393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut magni eius.\",\"text\":\"If we quantify the panel, we can get to the SAS port through the online USB port!\"}"], ["created_at", "2016-10-06 15:36:10.166376"], ["updated_at", "2016-10-06 15:36:10.166376"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt provident aut perspiciatis rem.\",\"text\":\"If we navigate the panel, we can get to the JBOD application through the primary AGP hard drive!\"}"], ["created_at", "2016-10-06 15:36:10.167275"], ["updated_at", "2016-10-06 15:36:10.167275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis consequuntur deserunt dolorum ex autem.\",\"text\":\"If we navigate the circuit, we can get to the EXE firewall through the multi-byte SCSI transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.168185"], ["updated_at", "2016-10-06 15:36:10.168185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam expedita sequi nesciunt esse modi.\",\"text\":\"Use the back-end IB feed, then you can connect the primary bus!\"}"], ["created_at", "2016-10-06 15:36:10.169093"], ["updated_at", "2016-10-06 15:36:10.169093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde est exercitationem nemo temporibus voluptatem aut.\",\"text\":\"Synthesizing the port won't do anything, we need to quantify the digital agp bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.170014"], ["updated_at", "2016-10-06 15:36:10.170014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates itaque quod quam esse rem laudantium.\",\"text\":\"Indexing the monitor won't do anything, we need to input the online ai protocol!\"}"], ["created_at", "2016-10-06 15:36:10.170942"], ["updated_at", "2016-10-06 15:36:10.170942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur nemo sint tempora quidem reprehenderit quia repellendus.\",\"text\":\"I'll navigate the neural TCP card, that should array the SSL monitor!\"}"], ["created_at", "2016-10-06 15:36:10.171850"], ["updated_at", "2016-10-06 15:36:10.171850"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique blanditiis voluptates ipsum odit.\",\"text\":\"Try to synthesize the PNG array, maybe it will calculate the cross-platform matrix!\"}"], ["created_at", "2016-10-06 15:36:10.172958"], ["updated_at", "2016-10-06 15:36:10.172958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora mollitia beatae earum consequatur aut quod.\",\"text\":\"You can't synthesize the driver without synthesizing the cross-platform EXE transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.173889"], ["updated_at", "2016-10-06 15:36:10.173889"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In laudantium hic consequatur autem dolor.\",\"text\":\"Use the solid state GB port, then you can synthesize the multi-byte pixel!\"}"], ["created_at", "2016-10-06 15:36:10.174857"], ["updated_at", "2016-10-06 15:36:10.174857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel a inventore et rerum quo pariatur tempore.\",\"text\":\"You can't copy the program without bypassing the cross-platform RAM feed!\"}"], ["created_at", "2016-10-06 15:36:10.175762"], ["updated_at", "2016-10-06 15:36:10.175762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut debitis iusto.\",\"text\":\"Use the open-source SQL transmitter, then you can compress the online monitor!\"}"], ["created_at", "2016-10-06 15:36:10.176666"], ["updated_at", "2016-10-06 15:36:10.176666"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus pariatur voluptatem laboriosam ut suscipit.\",\"text\":\"Parsing the program won't do anything, we need to quantify the optical rss application!\"}"], ["created_at", "2016-10-06 15:36:10.177563"], ["updated_at", "2016-10-06 15:36:10.177563"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium et et.\",\"text\":\"We need to navigate the cross-platform SSL monitor!\"}"], ["created_at", "2016-10-06 15:36:10.178481"], ["updated_at", "2016-10-06 15:36:10.178481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quod id.\",\"text\":\"You can't back up the bus without parsing the haptic RSS pixel!\"}"], ["created_at", "2016-10-06 15:36:10.179393"], ["updated_at", "2016-10-06 15:36:10.179393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi labore ut ut cum.\",\"text\":\"Try to copy the AI card, maybe it will reboot the solid state alarm!\"}"], ["created_at", "2016-10-06 15:36:10.180273"], ["updated_at", "2016-10-06 15:36:10.180273"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas sit natus minima.\",\"text\":\"I'll compress the neural SMS card, that should capacitor the XML microchip!\"}"], ["created_at", "2016-10-06 15:36:10.181213"], ["updated_at", "2016-10-06 15:36:10.181213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem et incidunt commodi aut.\",\"text\":\"Synthesizing the driver won't do anything, we need to quantify the primary sms protocol!\"}"], ["created_at", "2016-10-06 15:36:10.182122"], ["updated_at", "2016-10-06 15:36:10.182122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio ab corrupti dolorem sequi.\",\"text\":\"If we reboot the program, we can get to the JSON alarm through the neural SMTP interface!\"}"], ["created_at", "2016-10-06 15:36:10.183068"], ["updated_at", "2016-10-06 15:36:10.183068"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil blanditiis pariatur excepturi.\",\"text\":\"I'll calculate the cross-platform AI bandwidth, that should microchip the XML port!\"}"], ["created_at", "2016-10-06 15:36:10.183989"], ["updated_at", "2016-10-06 15:36:10.183989"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui odio aliquam fuga.\",\"text\":\"Use the primary JBOD card, then you can override the digital matrix!\"}"], ["created_at", "2016-10-06 15:36:10.184911"], ["updated_at", "2016-10-06 15:36:10.184911"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa dolore ipsam.\",\"text\":\"You can't input the hard drive without parsing the optical SMS panel!\"}"], ["created_at", "2016-10-06 15:36:10.185880"], ["updated_at", "2016-10-06 15:36:10.185880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque molestias consectetur.\",\"text\":\"Try to parse the SAS panel, maybe it will compress the primary feed!\"}"], ["created_at", "2016-10-06 15:36:10.186825"], ["updated_at", "2016-10-06 15:36:10.186825"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum labore sunt doloribus.\",\"text\":\"Transmitting the card won't do anything, we need to connect the haptic ai port!\"}"], ["created_at", "2016-10-06 15:36:10.187779"], ["updated_at", "2016-10-06 15:36:10.187779"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam voluptas ducimus sed voluptates impedit enim delectus.\",\"text\":\"Try to reboot the SCSI driver, maybe it will hack the solid state capacitor!\"}"], ["created_at", "2016-10-06 15:36:10.200994"], ["updated_at", "2016-10-06 15:36:10.200994"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum quis consectetur ipsam.\",\"text\":\"Overriding the array won't do anything, we need to quantify the wireless ssl driver!\"}"], ["created_at", "2016-10-06 15:36:10.202135"], ["updated_at", "2016-10-06 15:36:10.202135"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum harum ipsa.\",\"text\":\"I'll copy the mobile SMS program, that should driver the HDD pixel!\"}"], ["created_at", "2016-10-06 15:36:10.203310"], ["updated_at", "2016-10-06 15:36:10.203310"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis atque necessitatibus quia asperiores tempora odit.\",\"text\":\"Try to calculate the SDD circuit, maybe it will hack the redundant panel!\"}"], ["created_at", "2016-10-06 15:36:10.204512"], ["updated_at", "2016-10-06 15:36:10.204512"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nobis perferendis reprehenderit fugiat pariatur veniam.\",\"text\":\"If we back up the port, we can get to the PNG capacitor through the primary JBOD microchip!\"}"], ["created_at", "2016-10-06 15:36:10.205945"], ["updated_at", "2016-10-06 15:36:10.205945"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit ea minima ut hic qui minus optio.\",\"text\":\"I'll copy the multi-byte COM bandwidth, that should program the SMS sensor!\"}"], ["created_at", "2016-10-06 15:36:10.207647"], ["updated_at", "2016-10-06 15:36:10.207647"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste non id.\",\"text\":\"I'll generate the mobile JSON capacitor, that should firewall the IB capacitor!\"}"], ["created_at", "2016-10-06 15:36:10.210506"], ["updated_at", "2016-10-06 15:36:10.210506"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur qui nam.\",\"text\":\"We need to calculate the solid state SAS protocol!\"}"], ["created_at", "2016-10-06 15:36:10.211809"], ["updated_at", "2016-10-06 15:36:10.211809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam est soluta.\",\"text\":\"If we bypass the card, we can get to the IB matrix through the wireless EXE application!\"}"], ["created_at", "2016-10-06 15:36:10.212748"], ["updated_at", "2016-10-06 15:36:10.212748"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel consequatur non iste aperiam fugiat et nisi.\",\"text\":\"The THX pixel is down, transmit the solid state bandwidth so we can back up the COM pixel!\"}"], ["created_at", "2016-10-06 15:36:10.213758"], ["updated_at", "2016-10-06 15:36:10.213758"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam facilis perspiciatis veniam quisquam velit.\",\"text\":\"Try to parse the PCI driver, maybe it will synthesize the primary microchip!\"}"], ["created_at", "2016-10-06 15:36:10.215958"], ["updated_at", "2016-10-06 15:36:10.215958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse et qui voluptate magnam dolore et.\",\"text\":\"If we back up the system, we can get to the HTTP array through the redundant GB array!\"}"], ["created_at", "2016-10-06 15:36:10.217833"], ["updated_at", "2016-10-06 15:36:10.217833"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora sequi quos nam.\",\"text\":\"We need to bypass the back-end FTP matrix!\"}"], ["created_at", "2016-10-06 15:36:10.218880"], ["updated_at", "2016-10-06 15:36:10.218880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui labore distinctio praesentium.\",\"text\":\"Try to generate the ADP card, maybe it will reboot the virtual hard drive!\"}"], ["created_at", "2016-10-06 15:36:10.219825"], ["updated_at", "2016-10-06 15:36:10.219825"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error quam odio.\",\"text\":\"If we reboot the monitor, we can get to the RAM microchip through the digital AGP array!\"}"], ["created_at", "2016-10-06 15:36:10.220741"], ["updated_at", "2016-10-06 15:36:10.220741"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus ea ab est.\",\"text\":\"You can't navigate the circuit without connecting the 1080p HTTP feed!\"}"], ["created_at", "2016-10-06 15:36:10.221708"], ["updated_at", "2016-10-06 15:36:10.221708"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos voluptas aliquam qui laudantium id libero possimus.\",\"text\":\"I'll copy the online TCP capacitor, that should program the FTP matrix!\"}"], ["created_at", "2016-10-06 15:36:10.222686"], ["updated_at", "2016-10-06 15:36:10.222686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem odit ut adipisci quia natus harum ut.\",\"text\":\"If we synthesize the bandwidth, we can get to the SMS panel through the auxiliary RAM bus!\"}"], ["created_at", "2016-10-06 15:36:10.223629"], ["updated_at", "2016-10-06 15:36:10.223629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi sint laboriosam repudiandae sed.\",\"text\":\"I'll compress the back-end THX feed, that should program the PCI bus!\"}"], ["created_at", "2016-10-06 15:36:10.224608"], ["updated_at", "2016-10-06 15:36:10.224608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit impedit accusamus quidem unde sed maxime cum.\",\"text\":\"Try to hack the XML port, maybe it will input the bluetooth firewall!\"}"], ["created_at", "2016-10-06 15:36:10.225524"], ["updated_at", "2016-10-06 15:36:10.225524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit doloremque sunt libero.\",\"text\":\"Generating the microchip won't do anything, we need to generate the neural tcp driver!\"}"], ["created_at", "2016-10-06 15:36:10.226468"], ["updated_at", "2016-10-06 15:36:10.226468"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit vel sit sit animi et.\",\"text\":\"If we input the transmitter, we can get to the SAS feed through the redundant HDD application!\"}"], ["created_at", "2016-10-06 15:36:10.227382"], ["updated_at", "2016-10-06 15:36:10.227382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt quae recusandae.\",\"text\":\"Parsing the protocol won't do anything, we need to synthesize the haptic thx array!\"}"], ["created_at", "2016-10-06 15:36:10.228294"], ["updated_at", "2016-10-06 15:36:10.228294"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus laborum voluptates.\",\"text\":\"I'll override the bluetooth RAM firewall, that should interface the PCI panel!\"}"], ["created_at", "2016-10-06 15:36:10.229201"], ["updated_at", "2016-10-06 15:36:10.229201"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo et et consequatur nesciunt.\",\"text\":\"I'll bypass the digital SAS hard drive, that should pixel the XSS pixel!\"}"], ["created_at", "2016-10-06 15:36:10.230245"], ["updated_at", "2016-10-06 15:36:10.230245"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem dolor aut blanditiis ut sed adipisci.\",\"text\":\"Use the solid state TCP pixel, then you can navigate the virtual pixel!\"}"], ["created_at", "2016-10-06 15:36:10.232654"], ["updated_at", "2016-10-06 15:36:10.232654"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui at numquam.\",\"text\":\"Use the open-source SDD pixel, then you can bypass the multi-byte capacitor!\"}"], ["created_at", "2016-10-06 15:36:10.234433"], ["updated_at", "2016-10-06 15:36:10.234433"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque voluptas non dolores.\",\"text\":\"Compressing the bandwidth won't do anything, we need to program the auxiliary sas monitor!\"}"], ["created_at", "2016-10-06 15:36:10.235382"], ["updated_at", "2016-10-06 15:36:10.235382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui aut molestias harum esse commodi facilis et.\",\"text\":\"I'll input the digital JBOD driver, that should circuit the EXE matrix!\"}"], ["created_at", "2016-10-06 15:36:10.236308"], ["updated_at", "2016-10-06 15:36:10.236308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium dolorem velit.\",\"text\":\"We need to navigate the multi-byte SAS alarm!\"}"], ["created_at", "2016-10-06 15:36:10.237285"], ["updated_at", "2016-10-06 15:36:10.237285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione est asperiores enim ut magnam nihil sint.\",\"text\":\"I'll hack the online JSON program, that should panel the SAS port!\"}"], ["created_at", "2016-10-06 15:36:10.238241"], ["updated_at", "2016-10-06 15:36:10.238241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione consequuntur inventore consequatur.\",\"text\":\"If we reboot the port, we can get to the SCSI protocol through the cross-platform ADP bus!\"}"], ["created_at", "2016-10-06 15:36:10.239197"], ["updated_at", "2016-10-06 15:36:10.239197"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut possimus quaerat id in corporis.\",\"text\":\"You can't navigate the panel without transmitting the auxiliary FTP panel!\"}"], ["created_at", "2016-10-06 15:36:10.240172"], ["updated_at", "2016-10-06 15:36:10.240172"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus et vitae totam velit officiis et quo.\",\"text\":\"Calculating the bus won't do anything, we need to program the cross-platform ftp array!\"}"], ["created_at", "2016-10-06 15:36:10.241098"], ["updated_at", "2016-10-06 15:36:10.241098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed expedita consequatur eligendi sit reprehenderit.\",\"text\":\"If we bypass the interface, we can get to the EXE card through the virtual SQL transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.242153"], ["updated_at", "2016-10-06 15:36:10.242153"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae occaecati modi odio sunt.\",\"text\":\"If we program the driver, we can get to the SQL capacitor through the back-end FTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:10.243135"], ["updated_at", "2016-10-06 15:36:10.243135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum et id provident.\",\"text\":\"The THX system is down, transmit the primary port so we can index the PCI microchip!\"}"], ["created_at", "2016-10-06 15:36:10.244059"], ["updated_at", "2016-10-06 15:36:10.244059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore aut aut ea consectetur iure numquam.\",\"text\":\"Use the virtual SMS hard drive, then you can connect the back-end transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.244945"], ["updated_at", "2016-10-06 15:36:10.244945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem vero amet.\",\"text\":\"We need to parse the bluetooth SCSI application!\"}"], ["created_at", "2016-10-06 15:36:10.245890"], ["updated_at", "2016-10-06 15:36:10.245890"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quo aut maxime accusamus accusantium non.\",\"text\":\"We need to quantify the back-end AGP array!\"}"], ["created_at", "2016-10-06 15:36:10.246848"], ["updated_at", "2016-10-06 15:36:10.246848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad soluta consequatur quibusdam delectus iure tenetur.\",\"text\":\"Use the 1080p SAS firewall, then you can connect the online card!\"}"], ["created_at", "2016-10-06 15:36:10.247931"], ["updated_at", "2016-10-06 15:36:10.247931"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed qui est officia et aut.\",\"text\":\"I'll back up the optical COM program, that should pixel the THX feed!\"}"], ["created_at", "2016-10-06 15:36:10.248891"], ["updated_at", "2016-10-06 15:36:10.248891"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur asperiores quis quaerat saepe corrupti.\",\"text\":\"If we connect the transmitter, we can get to the SMS program through the primary SQL circuit!\"}"], ["created_at", "2016-10-06 15:36:10.249806"], ["updated_at", "2016-10-06 15:36:10.249806"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur officia voluptatum veniam sint totam perspiciatis.\",\"text\":\"Hacking the alarm won't do anything, we need to connect the digital smtp interface!\"}"], ["created_at", "2016-10-06 15:36:10.250791"], ["updated_at", "2016-10-06 15:36:10.250791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas doloremque est ducimus.\",\"text\":\"Programming the bus won't do anything, we need to compress the multi-byte xss interface!\"}"], ["created_at", "2016-10-06 15:36:10.251709"], ["updated_at", "2016-10-06 15:36:10.251709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae soluta possimus et reiciendis quae et voluptas.\",\"text\":\"Synthesizing the card won't do anything, we need to bypass the primary xml bus!\"}"], ["created_at", "2016-10-06 15:36:10.252634"], ["updated_at", "2016-10-06 15:36:10.252634"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum officia esse qui error nulla voluptas.\",\"text\":\"Calculating the bandwidth won't do anything, we need to input the open-source usb array!\"}"], ["created_at", "2016-10-06 15:36:10.253595"], ["updated_at", "2016-10-06 15:36:10.253595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus odio impedit.\",\"text\":\"Use the mobile RSS microchip, then you can compress the solid state hard drive!\"}"], ["created_at", "2016-10-06 15:36:10.254572"], ["updated_at", "2016-10-06 15:36:10.254572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit eum minus et praesentium reprehenderit.\",\"text\":\"Indexing the alarm won't do anything, we need to input the online json system!\"}"], ["created_at", "2016-10-06 15:36:10.255512"], ["updated_at", "2016-10-06 15:36:10.255512"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel velit asperiores eum alias.\",\"text\":\"Use the 1080p COM array, then you can reboot the mobile array!\"}"], ["created_at", "2016-10-06 15:36:10.256426"], ["updated_at", "2016-10-06 15:36:10.256426"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis harum in dolore sit aperiam magnam.\",\"text\":\"Use the open-source JBOD application, then you can reboot the open-source application!\"}"], ["created_at", "2016-10-06 15:36:10.257360"], ["updated_at", "2016-10-06 15:36:10.257360"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam non voluptates sapiente saepe dolorum.\",\"text\":\"You can't input the array without generating the primary GB card!\"}"], ["created_at", "2016-10-06 15:36:10.258333"], ["updated_at", "2016-10-06 15:36:10.258333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque autem consequatur.\",\"text\":\"If we hack the circuit, we can get to the SQL transmitter through the solid state GB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.259265"], ["updated_at", "2016-10-06 15:36:10.259265"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita asperiores fuga nesciunt praesentium dolor unde.\",\"text\":\"Hacking the application won't do anything, we need to synthesize the open-source exe capacitor!\"}"], ["created_at", "2016-10-06 15:36:10.260180"], ["updated_at", "2016-10-06 15:36:10.260180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut omnis quasi.\",\"text\":\"Try to input the RAM driver, maybe it will generate the auxiliary bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.261096"], ["updated_at", "2016-10-06 15:36:10.261096"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione ullam et eos.\",\"text\":\"We need to bypass the virtual JBOD card!\"}"], ["created_at", "2016-10-06 15:36:10.262187"], ["updated_at", "2016-10-06 15:36:10.262187"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit sequi sint occaecati.\",\"text\":\"If we quantify the bus, we can get to the JSON firewall through the digital SAS array!\"}"], ["created_at", "2016-10-06 15:36:10.263217"], ["updated_at", "2016-10-06 15:36:10.263217"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia voluptas rerum blanditiis quas.\",\"text\":\"The XML interface is down, hack the open-source system so we can transmit the HDD system!\"}"], ["created_at", "2016-10-06 15:36:10.265272"], ["updated_at", "2016-10-06 15:36:10.265272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit nisi commodi blanditiis alias non.\",\"text\":\"Use the solid state HDD array, then you can transmit the primary protocol!\"}"], ["created_at", "2016-10-06 15:36:10.266559"], ["updated_at", "2016-10-06 15:36:10.266559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam corporis esse commodi.\",\"text\":\"The COM card is down, parse the 1080p panel so we can connect the PCI sensor!\"}"], ["created_at", "2016-10-06 15:36:10.267518"], ["updated_at", "2016-10-06 15:36:10.267518"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque eos blanditiis eveniet est.\",\"text\":\"Use the 1080p AI port, then you can generate the open-source firewall!\"}"], ["created_at", "2016-10-06 15:36:10.268455"], ["updated_at", "2016-10-06 15:36:10.268455"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non aut molestiae excepturi doloribus ut eum.\",\"text\":\"The RSS transmitter is down, copy the 1080p system so we can quantify the HDD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.269378"], ["updated_at", "2016-10-06 15:36:10.269378"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet quidem nemo id sit voluptate repudiandae.\",\"text\":\"Indexing the panel won't do anything, we need to connect the neural ram pixel!\"}"], ["created_at", "2016-10-06 15:36:10.270365"], ["updated_at", "2016-10-06 15:36:10.270365"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo deleniti commodi.\",\"text\":\"The SAS feed is down, quantify the optical circuit so we can copy the SMS matrix!\"}"], ["created_at", "2016-10-06 15:36:10.271629"], ["updated_at", "2016-10-06 15:36:10.271629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat repudiandae qui.\",\"text\":\"If we copy the hard drive, we can get to the IB feed through the multi-byte SQL bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.272903"], ["updated_at", "2016-10-06 15:36:10.272903"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore reprehenderit aut et quas fugiat.\",\"text\":\"We need to connect the wireless SMS system!\"}"], ["created_at", "2016-10-06 15:36:10.273867"], ["updated_at", "2016-10-06 15:36:10.273867"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste enim totam facere.\",\"text\":\"The SSL firewall is down, synthesize the bluetooth matrix so we can transmit the AGP application!\"}"], ["created_at", "2016-10-06 15:36:10.274815"], ["updated_at", "2016-10-06 15:36:10.274815"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum commodi temporibus placeat.\",\"text\":\"You can't parse the feed without navigating the optical SDD circuit!\"}"], ["created_at", "2016-10-06 15:36:10.275715"], ["updated_at", "2016-10-06 15:36:10.275715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit et harum sapiente aliquam optio expedita.\",\"text\":\"Use the neural EXE protocol, then you can calculate the 1080p circuit!\"}"], ["created_at", "2016-10-06 15:36:10.276644"], ["updated_at", "2016-10-06 15:36:10.276644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio est eum corrupti sint.\",\"text\":\"We need to generate the mobile XML interface!\"}"], ["created_at", "2016-10-06 15:36:10.277582"], ["updated_at", "2016-10-06 15:36:10.277582"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem facilis eius voluptatem voluptatem.\",\"text\":\"You can't quantify the pixel without programming the wireless EXE program!\"}"], ["created_at", "2016-10-06 15:36:10.278541"], ["updated_at", "2016-10-06 15:36:10.278541"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem ratione provident magnam doloribus quia voluptatem officia.\",\"text\":\"The SAS application is down, synthesize the solid state sensor so we can copy the TCP capacitor!\"}"], ["created_at", "2016-10-06 15:36:10.279484"], ["updated_at", "2016-10-06 15:36:10.279484"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi quis sunt veritatis in.\",\"text\":\"Try to compress the CSS alarm, maybe it will hack the 1080p feed!\"}"], ["created_at", "2016-10-06 15:36:10.280509"], ["updated_at", "2016-10-06 15:36:10.280509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum saepe rem.\",\"text\":\"Compressing the firewall won't do anything, we need to transmit the multi-byte com driver!\"}"], ["created_at", "2016-10-06 15:36:10.281497"], ["updated_at", "2016-10-06 15:36:10.281497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui hic sunt voluptatibus natus.\",\"text\":\"You can't compress the capacitor without quantifying the wireless USB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.282415"], ["updated_at", "2016-10-06 15:36:10.282415"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta sit sed impedit.\",\"text\":\"If we quantify the microchip, we can get to the PCI port through the redundant CSS card!\"}"], ["created_at", "2016-10-06 15:36:10.283358"], ["updated_at", "2016-10-06 15:36:10.283358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero cumque dolorem porro.\",\"text\":\"Try to back up the SQL protocol, maybe it will back up the online bus!\"}"], ["created_at", "2016-10-06 15:36:10.284293"], ["updated_at", "2016-10-06 15:36:10.284293"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae corrupti velit.\",\"text\":\"You can't parse the matrix without indexing the primary XML pixel!\"}"], ["created_at", "2016-10-06 15:36:10.285211"], ["updated_at", "2016-10-06 15:36:10.285211"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas non dignissimos.\",\"text\":\"The HTTP card is down, hack the optical panel so we can reboot the IB circuit!\"}"], ["created_at", "2016-10-06 15:36:10.286207"], ["updated_at", "2016-10-06 15:36:10.286207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate non voluptatem iure voluptatem minus consectetur impedit.\",\"text\":\"We need to program the redundant HDD bus!\"}"], ["created_at", "2016-10-06 15:36:10.287160"], ["updated_at", "2016-10-06 15:36:10.287160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti reprehenderit qui mollitia accusantium voluptates officia.\",\"text\":\"I'll override the redundant SMTP panel, that should bus the TCP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.288096"], ["updated_at", "2016-10-06 15:36:10.288096"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut consequuntur quos voluptas praesentium repudiandae.\",\"text\":\"Use the redundant RAM array, then you can parse the wireless transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.289051"], ["updated_at", "2016-10-06 15:36:10.289051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed nemo delectus itaque.\",\"text\":\"If we navigate the capacitor, we can get to the XSS port through the open-source XML alarm!\"}"], ["created_at", "2016-10-06 15:36:10.289980"], ["updated_at", "2016-10-06 15:36:10.289980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa dolor facilis recusandae dolorem ut quia.\",\"text\":\"You can't parse the interface without parsing the cross-platform AGP pixel!\"}"], ["created_at", "2016-10-06 15:36:10.290921"], ["updated_at", "2016-10-06 15:36:10.290921"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam illo eum numquam.\",\"text\":\"We need to hack the auxiliary THX transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.291848"], ["updated_at", "2016-10-06 15:36:10.291848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore in quis.\",\"text\":\"Use the wireless SCSI program, then you can program the cross-platform monitor!\"}"], ["created_at", "2016-10-06 15:36:10.292780"], ["updated_at", "2016-10-06 15:36:10.292780"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio ea non quo accusantium.\",\"text\":\"Use the haptic XML program, then you can transmit the primary feed!\"}"], ["created_at", "2016-10-06 15:36:10.293705"], ["updated_at", "2016-10-06 15:36:10.293705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit est consequatur.\",\"text\":\"Use the 1080p TCP driver, then you can synthesize the neural hard drive!\"}"], ["created_at", "2016-10-06 15:36:10.294641"], ["updated_at", "2016-10-06 15:36:10.294641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi deserunt eligendi.\",\"text\":\"We need to program the mobile GB array!\"}"], ["created_at", "2016-10-06 15:36:10.295654"], ["updated_at", "2016-10-06 15:36:10.295654"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi est autem voluptate itaque facere.\",\"text\":\"Copying the bandwidth won't do anything, we need to reboot the neural pci program!\"}"], ["created_at", "2016-10-06 15:36:10.296668"], ["updated_at", "2016-10-06 15:36:10.296668"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut non et aut illum.\",\"text\":\"The SSL feed is down, quantify the primary capacitor so we can input the IB alarm!\"}"], ["created_at", "2016-10-06 15:36:10.298677"], ["updated_at", "2016-10-06 15:36:10.298677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi iste aut.\",\"text\":\"Use the haptic SSL system, then you can quantify the haptic matrix!\"}"], ["created_at", "2016-10-06 15:36:10.299926"], ["updated_at", "2016-10-06 15:36:10.299926"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid ad eos.\",\"text\":\"Use the open-source HTTP sensor, then you can generate the cross-platform program!\"}"], ["created_at", "2016-10-06 15:36:10.300870"], ["updated_at", "2016-10-06 15:36:10.300870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id illum aut consequatur dolor suscipit id non.\",\"text\":\"If we program the system, we can get to the RAM matrix through the cross-platform TCP alarm!\"}"], ["created_at", "2016-10-06 15:36:10.301801"], ["updated_at", "2016-10-06 15:36:10.301801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur facere nam et.\",\"text\":\"Transmitting the circuit won't do anything, we need to back up the wireless sql feed!\"}"], ["created_at", "2016-10-06 15:36:10.302813"], ["updated_at", "2016-10-06 15:36:10.302813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eum quasi cupiditate eos.\",\"text\":\"The ADP capacitor is down, copy the haptic alarm so we can generate the JSON array!\"}"], ["created_at", "2016-10-06 15:36:10.303885"], ["updated_at", "2016-10-06 15:36:10.303885"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In qui est dolorum pariatur quod laudantium aliquam.\",\"text\":\"Use the digital SAS transmitter, then you can reboot the bluetooth pixel!\"}"], ["created_at", "2016-10-06 15:36:10.304997"], ["updated_at", "2016-10-06 15:36:10.304997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum animi corporis.\",\"text\":\"I'll back up the back-end HDD program, that should array the SSL sensor!\"}"], ["created_at", "2016-10-06 15:36:10.305983"], ["updated_at", "2016-10-06 15:36:10.305983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem ea vero sit pariatur quia dolorem voluptas.\",\"text\":\"Use the cross-platform IB circuit, then you can override the 1080p program!\"}"], ["created_at", "2016-10-06 15:36:10.306943"], ["updated_at", "2016-10-06 15:36:10.306943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut numquam accusantium ea.\",\"text\":\"Use the online SSL firewall, then you can synthesize the multi-byte feed!\"}"], ["created_at", "2016-10-06 15:36:10.307870"], ["updated_at", "2016-10-06 15:36:10.307870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et repellendus temporibus maxime velit inventore dolor.\",\"text\":\"Use the back-end PCI feed, then you can compress the mobile card!\"}"], ["created_at", "2016-10-06 15:36:10.308836"], ["updated_at", "2016-10-06 15:36:10.308836"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo aut distinctio dolore.\",\"text\":\"The AGP microchip is down, transmit the wireless bus so we can calculate the FTP protocol!\"}"], ["created_at", "2016-10-06 15:36:10.309733"], ["updated_at", "2016-10-06 15:36:10.309733"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia omnis in saepe necessitatibus veritatis.\",\"text\":\"You can't connect the program without connecting the virtual AGP application!\"}"], ["created_at", "2016-10-06 15:36:10.310728"], ["updated_at", "2016-10-06 15:36:10.310728"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum modi temporibus optio.\",\"text\":\"You can't synthesize the card without hacking the solid state XSS pixel!\"}"], ["created_at", "2016-10-06 15:36:10.312110"], ["updated_at", "2016-10-06 15:36:10.312110"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quo voluptatem.\",\"text\":\"Programming the program won't do anything, we need to parse the wireless gb feed!\"}"], ["created_at", "2016-10-06 15:36:10.313197"], ["updated_at", "2016-10-06 15:36:10.313197"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus inventore officiis in velit necessitatibus est.\",\"text\":\"You can't input the pixel without bypassing the cross-platform ADP sensor!\"}"], ["created_at", "2016-10-06 15:36:10.314345"], ["updated_at", "2016-10-06 15:36:10.314345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quis eaque iure cumque nesciunt est.\",\"text\":\"Synthesizing the array won't do anything, we need to generate the virtual pci capacitor!\"}"], ["created_at", "2016-10-06 15:36:10.315437"], ["updated_at", "2016-10-06 15:36:10.315437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi ut provident aliquid eum sit porro.\",\"text\":\"We need to calculate the mobile HTTP application!\"}"], ["created_at", "2016-10-06 15:36:10.316456"], ["updated_at", "2016-10-06 15:36:10.316456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut possimus et adipisci.\",\"text\":\"I'll input the bluetooth SQL circuit, that should hard drive the SSL bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.317428"], ["updated_at", "2016-10-06 15:36:10.317428"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde fugit a nihil.\",\"text\":\"If we hack the microchip, we can get to the SQL pixel through the bluetooth JBOD firewall!\"}"], ["created_at", "2016-10-06 15:36:10.318477"], ["updated_at", "2016-10-06 15:36:10.318477"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum quas odio ut fugiat.\",\"text\":\"Parsing the sensor won't do anything, we need to transmit the online exe alarm!\"}"], ["created_at", "2016-10-06 15:36:10.319464"], ["updated_at", "2016-10-06 15:36:10.319464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui atque doloribus qui cupiditate distinctio totam consequatur.\",\"text\":\"Connecting the application won't do anything, we need to override the digital jbod capacitor!\"}"], ["created_at", "2016-10-06 15:36:10.320485"], ["updated_at", "2016-10-06 15:36:10.320485"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed et animi ut veritatis.\",\"text\":\"We need to calculate the open-source RAM system!\"}"], ["created_at", "2016-10-06 15:36:10.321490"], ["updated_at", "2016-10-06 15:36:10.321490"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla dolorem facere recusandae.\",\"text\":\"The SDD hard drive is down, index the primary hard drive so we can transmit the SMTP bus!\"}"], ["created_at", "2016-10-06 15:36:10.322515"], ["updated_at", "2016-10-06 15:36:10.322515"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam tempore magnam repellat consectetur quo quia eos.\",\"text\":\"If we bypass the bandwidth, we can get to the IB panel through the bluetooth JSON bus!\"}"], ["created_at", "2016-10-06 15:36:10.323538"], ["updated_at", "2016-10-06 15:36:10.323538"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis itaque dolores voluptatem error provident.\",\"text\":\"Compressing the microchip won't do anything, we need to hack the bluetooth rss bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.324550"], ["updated_at", "2016-10-06 15:36:10.324550"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere suscipit quis error modi aut sapiente.\",\"text\":\"Calculating the port won't do anything, we need to input the bluetooth sas card!\"}"], ["created_at", "2016-10-06 15:36:10.325543"], ["updated_at", "2016-10-06 15:36:10.325543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias iste et impedit ipsum in distinctio.\",\"text\":\"The HTTP bus is down, program the primary array so we can index the SAS alarm!\"}"], ["created_at", "2016-10-06 15:36:10.326533"], ["updated_at", "2016-10-06 15:36:10.326533"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In eius omnis error voluptatem deserunt qui illum.\",\"text\":\"You can't quantify the bandwidth without quantifying the open-source SAS alarm!\"}"], ["created_at", "2016-10-06 15:36:10.327475"], ["updated_at", "2016-10-06 15:36:10.327475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam voluptatem hic distinctio sed aut.\",\"text\":\"We need to copy the primary TCP port!\"}"], ["created_at", "2016-10-06 15:36:10.328424"], ["updated_at", "2016-10-06 15:36:10.328424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex autem sed illum.\",\"text\":\"Use the open-source CSS matrix, then you can override the primary program!\"}"], ["created_at", "2016-10-06 15:36:10.329358"], ["updated_at", "2016-10-06 15:36:10.329358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis amet maiores earum molestiae corrupti.\",\"text\":\"We need to connect the wireless SAS feed!\"}"], ["created_at", "2016-10-06 15:36:10.330301"], ["updated_at", "2016-10-06 15:36:10.330301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo et et voluptatem non molestiae.\",\"text\":\"You can't program the application without connecting the primary COM interface!\"}"], ["created_at", "2016-10-06 15:36:10.331266"], ["updated_at", "2016-10-06 15:36:10.331266"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis cupiditate voluptas ipsum doloribus.\",\"text\":\"Indexing the panel won't do anything, we need to bypass the cross-platform ram hard drive!\"}"], ["created_at", "2016-10-06 15:36:10.332190"], ["updated_at", "2016-10-06 15:36:10.332190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis vel ex sit.\",\"text\":\"Generating the microchip won't do anything, we need to parse the cross-platform json firewall!\"}"], ["created_at", "2016-10-06 15:36:10.333123"], ["updated_at", "2016-10-06 15:36:10.333123"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta inventore vel voluptatem molestiae.\",\"text\":\"The TCP port is down, program the back-end circuit so we can program the RSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.334020"], ["updated_at", "2016-10-06 15:36:10.334020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui saepe incidunt voluptatibus nesciunt.\",\"text\":\"Navigating the alarm won't do anything, we need to generate the mobile scsi array!\"}"], ["created_at", "2016-10-06 15:36:10.335008"], ["updated_at", "2016-10-06 15:36:10.335008"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam praesentium adipisci repellendus quia.\",\"text\":\"The SCSI bandwidth is down, parse the optical bus so we can reboot the JSON interface!\"}"], ["created_at", "2016-10-06 15:36:10.335959"], ["updated_at", "2016-10-06 15:36:10.335959"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis et molestiae blanditiis.\",\"text\":\"We need to override the cross-platform ADP microchip!\"}"], ["created_at", "2016-10-06 15:36:10.336900"], ["updated_at", "2016-10-06 15:36:10.336900"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit et tempore in.\",\"text\":\"Parsing the protocol won't do anything, we need to navigate the wireless sms capacitor!\"}"], ["created_at", "2016-10-06 15:36:10.337862"], ["updated_at", "2016-10-06 15:36:10.337862"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet aspernatur autem nihil.\",\"text\":\"Synthesizing the circuit won't do anything, we need to program the wireless ai capacitor!\"}"], ["created_at", "2016-10-06 15:36:10.338817"], ["updated_at", "2016-10-06 15:36:10.338817"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati voluptas excepturi.\",\"text\":\"Copying the port won't do anything, we need to copy the bluetooth css feed!\"}"], ["created_at", "2016-10-06 15:36:10.339772"], ["updated_at", "2016-10-06 15:36:10.339772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta quam occaecati nihil odio reprehenderit ut.\",\"text\":\"If we back up the array, we can get to the IB monitor through the bluetooth XML card!\"}"], ["created_at", "2016-10-06 15:36:10.340764"], ["updated_at", "2016-10-06 15:36:10.340764"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus dolore minus autem.\",\"text\":\"I'll hack the solid state SAS interface, that should feed the FTP system!\"}"], ["created_at", "2016-10-06 15:36:10.341704"], ["updated_at", "2016-10-06 15:36:10.341704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis nesciunt cupiditate.\",\"text\":\"Use the neural XML interface, then you can transmit the online application!\"}"], ["created_at", "2016-10-06 15:36:10.342678"], ["updated_at", "2016-10-06 15:36:10.342678"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam doloribus dignissimos veniam est sunt in cumque.\",\"text\":\"I'll generate the neural COM firewall, that should system the GB port!\"}"], ["created_at", "2016-10-06 15:36:10.343644"], ["updated_at", "2016-10-06 15:36:10.343644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores cumque repellat sapiente dolore nam nostrum iusto.\",\"text\":\"If we copy the feed, we can get to the SSL program through the mobile PCI pixel!\"}"], ["created_at", "2016-10-06 15:36:10.344615"], ["updated_at", "2016-10-06 15:36:10.344615"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi et soluta aut expedita quod.\",\"text\":\"We need to program the wireless AGP array!\"}"], ["created_at", "2016-10-06 15:36:10.345557"], ["updated_at", "2016-10-06 15:36:10.345557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam iure cupiditate corrupti ut velit omnis dignissimos.\",\"text\":\"Use the auxiliary RSS driver, then you can generate the primary alarm!\"}"], ["created_at", "2016-10-06 15:36:10.346520"], ["updated_at", "2016-10-06 15:36:10.346520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores placeat sequi consectetur aliquid reiciendis.\",\"text\":\"We need to parse the optical CSS program!\"}"], ["created_at", "2016-10-06 15:36:10.347481"], ["updated_at", "2016-10-06 15:36:10.347481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur repellendus debitis dolor.\",\"text\":\"If we compress the port, we can get to the CSS bandwidth through the haptic THX application!\"}"], ["created_at", "2016-10-06 15:36:10.348446"], ["updated_at", "2016-10-06 15:36:10.348446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias voluptatibus natus ullam porro cupiditate esse dolorem.\",\"text\":\"If we calculate the bus, we can get to the THX monitor through the digital USB panel!\"}"], ["created_at", "2016-10-06 15:36:10.349392"], ["updated_at", "2016-10-06 15:36:10.349392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur ut impedit.\",\"text\":\"Try to copy the RSS monitor, maybe it will compress the digital matrix!\"}"], ["created_at", "2016-10-06 15:36:10.350366"], ["updated_at", "2016-10-06 15:36:10.350366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut rerum expedita quas.\",\"text\":\"The XML matrix is down, program the online driver so we can back up the SCSI capacitor!\"}"], ["created_at", "2016-10-06 15:36:10.351316"], ["updated_at", "2016-10-06 15:36:10.351316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate modi maxime est ut.\",\"text\":\"If we back up the monitor, we can get to the CSS bandwidth through the optical RAM port!\"}"], ["created_at", "2016-10-06 15:36:10.352253"], ["updated_at", "2016-10-06 15:36:10.352253"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima aliquam est ut quia quasi quis.\",\"text\":\"The SCSI sensor is down, reboot the auxiliary pixel so we can hack the XSS bus!\"}"], ["created_at", "2016-10-06 15:36:10.353201"], ["updated_at", "2016-10-06 15:36:10.353201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut blanditiis nulla magnam.\",\"text\":\"If we transmit the sensor, we can get to the THX application through the haptic SMTP system!\"}"], ["created_at", "2016-10-06 15:36:10.354157"], ["updated_at", "2016-10-06 15:36:10.354157"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit molestiae temporibus.\",\"text\":\"I'll quantify the back-end SCSI bandwidth, that should firewall the THX application!\"}"], ["created_at", "2016-10-06 15:36:10.355084"], ["updated_at", "2016-10-06 15:36:10.355084"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et minima porro eveniet.\",\"text\":\"You can't override the monitor without bypassing the back-end RSS card!\"}"], ["created_at", "2016-10-06 15:36:10.356048"], ["updated_at", "2016-10-06 15:36:10.356048"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas rerum earum assumenda voluptatem cumque ex quia.\",\"text\":\"The THX monitor is down, transmit the cross-platform firewall so we can calculate the THX program!\"}"], ["created_at", "2016-10-06 15:36:10.356997"], ["updated_at", "2016-10-06 15:36:10.356997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis quisquam vero suscipit eligendi reiciendis minima.\",\"text\":\"I'll program the open-source XSS microchip, that should driver the EXE transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.357961"], ["updated_at", "2016-10-06 15:36:10.357961"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel repellat ut animi nihil quo sapiente doloribus.\",\"text\":\"I'll parse the multi-byte XSS interface, that should circuit the USB protocol!\"}"], ["created_at", "2016-10-06 15:36:10.358981"], ["updated_at", "2016-10-06 15:36:10.358981"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit qui dicta aut debitis quae.\",\"text\":\"We need to bypass the online IB pixel!\"}"], ["created_at", "2016-10-06 15:36:10.359917"], ["updated_at", "2016-10-06 15:36:10.359917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel aliquam facere porro commodi consequatur est.\",\"text\":\"Use the digital SQL interface, then you can transmit the auxiliary driver!\"}"], ["created_at", "2016-10-06 15:36:10.360854"], ["updated_at", "2016-10-06 15:36:10.360854"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur minus doloribus.\",\"text\":\"Try to index the GB interface, maybe it will calculate the cross-platform pixel!\"}"], ["created_at", "2016-10-06 15:36:10.361754"], ["updated_at", "2016-10-06 15:36:10.361754"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut temporibus consequatur iusto quisquam ut est rerum.\",\"text\":\"The AGP pixel is down, reboot the redundant panel so we can bypass the SMS sensor!\"}"], ["created_at", "2016-10-06 15:36:10.362819"], ["updated_at", "2016-10-06 15:36:10.362819"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda dolor iusto eveniet id optio autem.\",\"text\":\"The XSS microchip is down, reboot the mobile array so we can connect the SAS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.363868"], ["updated_at", "2016-10-06 15:36:10.363868"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quam fugit rem impedit quia.\",\"text\":\"Use the back-end XML port, then you can copy the neural hard drive!\"}"], ["created_at", "2016-10-06 15:36:10.365788"], ["updated_at", "2016-10-06 15:36:10.365788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur explicabo earum nihil.\",\"text\":\"Use the online SMS monitor, then you can reboot the redundant system!\"}"], ["created_at", "2016-10-06 15:36:10.367089"], ["updated_at", "2016-10-06 15:36:10.367089"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe quisquam non fugiat.\",\"text\":\"Programming the driver won't do anything, we need to navigate the optical xss transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.368119"], ["updated_at", "2016-10-06 15:36:10.368119"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum nulla libero molestiae doloribus ratione iure.\",\"text\":\"If we hack the transmitter, we can get to the THX card through the auxiliary JBOD panel!\"}"], ["created_at", "2016-10-06 15:36:10.369204"], ["updated_at", "2016-10-06 15:36:10.369204"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis tempore est omnis odio iure at ipsum.\",\"text\":\"Use the auxiliary FTP protocol, then you can hack the neural interface!\"}"], ["created_at", "2016-10-06 15:36:10.372574"], ["updated_at", "2016-10-06 15:36:10.372574"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et repudiandae veritatis corrupti velit.\",\"text\":\"Try to index the HTTP pixel, maybe it will reboot the bluetooth hard drive!\"}"], ["created_at", "2016-10-06 15:36:10.375131"], ["updated_at", "2016-10-06 15:36:10.375131"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam dolor ex sed provident.\",\"text\":\"Backing up the application won't do anything, we need to program the 1080p xml transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.377052"], ["updated_at", "2016-10-06 15:36:10.377052"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure blanditiis natus voluptatibus quo in.\",\"text\":\"Calculating the bandwidth won't do anything, we need to program the solid state hdd driver!\"}"], ["created_at", "2016-10-06 15:36:10.378067"], ["updated_at", "2016-10-06 15:36:10.378067"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas ratione et excepturi provident dolorem voluptates repellat.\",\"text\":\"Try to override the SQL firewall, maybe it will reboot the primary circuit!\"}"], ["created_at", "2016-10-06 15:36:10.379045"], ["updated_at", "2016-10-06 15:36:10.379045"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia architecto temporibus.\",\"text\":\"We need to navigate the cross-platform XML monitor!\"}"], ["created_at", "2016-10-06 15:36:10.379992"], ["updated_at", "2016-10-06 15:36:10.379992"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt in deserunt dignissimos et sint vero perferendis.\",\"text\":\"Use the multi-byte JBOD capacitor, then you can transmit the open-source interface!\"}"], ["created_at", "2016-10-06 15:36:10.381397"], ["updated_at", "2016-10-06 15:36:10.381397"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis blanditiis modi ipsam.\",\"text\":\"If we connect the sensor, we can get to the USB matrix through the haptic HTTP interface!\"}"], ["created_at", "2016-10-06 15:36:10.384420"], ["updated_at", "2016-10-06 15:36:10.384420"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis soluta et quos.\",\"text\":\"If we index the application, we can get to the THX sensor through the back-end JBOD driver!\"}"], ["created_at", "2016-10-06 15:36:10.385544"], ["updated_at", "2016-10-06 15:36:10.385544"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor perferendis sed excepturi provident.\",\"text\":\"Try to bypass the HTTP monitor, maybe it will synthesize the virtual monitor!\"}"], ["created_at", "2016-10-06 15:36:10.386523"], ["updated_at", "2016-10-06 15:36:10.386523"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia voluptas dolores hic magnam.\",\"text\":\"If we compress the transmitter, we can get to the ADP alarm through the open-source HTTP sensor!\"}"], ["created_at", "2016-10-06 15:36:10.387502"], ["updated_at", "2016-10-06 15:36:10.387502"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia rerum inventore eius asperiores non corrupti.\",\"text\":\"If we hack the matrix, we can get to the GB firewall through the auxiliary RSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.388473"], ["updated_at", "2016-10-06 15:36:10.388473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab quos atque natus voluptatem inventore modi.\",\"text\":\"If we synthesize the protocol, we can get to the RAM application through the wireless ADP monitor!\"}"], ["created_at", "2016-10-06 15:36:10.389469"], ["updated_at", "2016-10-06 15:36:10.389469"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat voluptatem culpa ea.\",\"text\":\"We need to generate the 1080p XSS sensor!\"}"], ["created_at", "2016-10-06 15:36:10.390463"], ["updated_at", "2016-10-06 15:36:10.390463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis voluptas eos unde facere et.\",\"text\":\"The USB alarm is down, index the solid state pixel so we can synthesize the HTTP program!\"}"], ["created_at", "2016-10-06 15:36:10.391421"], ["updated_at", "2016-10-06 15:36:10.391421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos perspiciatis quis.\",\"text\":\"The SSL program is down, calculate the wireless transmitter so we can parse the IB capacitor!\"}"], ["created_at", "2016-10-06 15:36:10.392375"], ["updated_at", "2016-10-06 15:36:10.392375"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus et quis velit.\",\"text\":\"We need to program the 1080p AGP panel!\"}"], ["created_at", "2016-10-06 15:36:10.393343"], ["updated_at", "2016-10-06 15:36:10.393343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque et expedita eveniet reprehenderit beatae quasi dolorum.\",\"text\":\"Try to input the JSON panel, maybe it will input the open-source pixel!\"}"], ["created_at", "2016-10-06 15:36:10.394335"], ["updated_at", "2016-10-06 15:36:10.394335"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat sequi adipisci omnis.\",\"text\":\"The JBOD alarm is down, calculate the redundant port so we can back up the HTTP driver!\"}"], ["created_at", "2016-10-06 15:36:10.395302"], ["updated_at", "2016-10-06 15:36:10.395302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi incidunt dolores eum.\",\"text\":\"Use the haptic RAM system, then you can navigate the open-source circuit!\"}"], ["created_at", "2016-10-06 15:36:10.396272"], ["updated_at", "2016-10-06 15:36:10.396272"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint enim ut qui eos.\",\"text\":\"Try to hack the IB sensor, maybe it will calculate the neural interface!\"}"], ["created_at", "2016-10-06 15:36:10.397357"], ["updated_at", "2016-10-06 15:36:10.397357"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique nobis id.\",\"text\":\"I'll generate the digital RAM capacitor, that should panel the SDD array!\"}"], ["created_at", "2016-10-06 15:36:10.398359"], ["updated_at", "2016-10-06 15:36:10.398359"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut adipisci quia quibusdam dolorem consectetur.\",\"text\":\"You can't copy the port without parsing the back-end AI system!\"}"], ["created_at", "2016-10-06 15:36:10.399331"], ["updated_at", "2016-10-06 15:36:10.399331"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui repellat inventore quam eos facilis.\",\"text\":\"The SQL application is down, reboot the wireless matrix so we can copy the SSL feed!\"}"], ["created_at", "2016-10-06 15:36:10.400411"], ["updated_at", "2016-10-06 15:36:10.400411"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque quaerat aut asperiores ut ad ea.\",\"text\":\"You can't reboot the program without generating the wireless PCI bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.401390"], ["updated_at", "2016-10-06 15:36:10.401390"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores saepe nesciunt dolorem.\",\"text\":\"Programming the array won't do anything, we need to reboot the wireless rss interface!\"}"], ["created_at", "2016-10-06 15:36:10.402357"], ["updated_at", "2016-10-06 15:36:10.402357"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus reprehenderit asperiores.\",\"text\":\"Backing up the bus won't do anything, we need to program the back-end thx transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.403357"], ["updated_at", "2016-10-06 15:36:10.403357"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente voluptatem provident minus sed blanditiis.\",\"text\":\"Use the mobile XSS circuit, then you can override the digital card!\"}"], ["created_at", "2016-10-06 15:36:10.404328"], ["updated_at", "2016-10-06 15:36:10.404328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet culpa ea autem.\",\"text\":\"I'll back up the open-source EXE circuit, that should monitor the JBOD panel!\"}"], ["created_at", "2016-10-06 15:36:10.405277"], ["updated_at", "2016-10-06 15:36:10.405277"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam eligendi eos optio ipsam repellendus soluta sunt.\",\"text\":\"The JSON protocol is down, transmit the cross-platform array so we can calculate the PNG alarm!\"}"], ["created_at", "2016-10-06 15:36:10.406287"], ["updated_at", "2016-10-06 15:36:10.406287"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores tenetur nihil.\",\"text\":\"Try to generate the HTTP capacitor, maybe it will bypass the 1080p monitor!\"}"], ["created_at", "2016-10-06 15:36:10.407267"], ["updated_at", "2016-10-06 15:36:10.407267"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui molestiae ut ducimus assumenda pariatur.\",\"text\":\"The PNG alarm is down, synthesize the cross-platform pixel so we can override the USB application!\"}"], ["created_at", "2016-10-06 15:36:10.408240"], ["updated_at", "2016-10-06 15:36:10.408240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem blanditiis eius porro aut eos suscipit delectus.\",\"text\":\"Generating the interface won't do anything, we need to synthesize the redundant http hard drive!\"}"], ["created_at", "2016-10-06 15:36:10.409186"], ["updated_at", "2016-10-06 15:36:10.409186"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum atque voluptatem repellendus maiores facere.\",\"text\":\"If we generate the firewall, we can get to the TCP array through the wireless ADP bus!\"}"], ["created_at", "2016-10-06 15:36:10.410164"], ["updated_at", "2016-10-06 15:36:10.410164"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus sed quo ad architecto.\",\"text\":\"We need to copy the primary XML capacitor!\"}"], ["created_at", "2016-10-06 15:36:10.411201"], ["updated_at", "2016-10-06 15:36:10.411201"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae quo quas est omnis.\",\"text\":\"If we program the interface, we can get to the AI matrix through the wireless PCI system!\"}"], ["created_at", "2016-10-06 15:36:10.412226"], ["updated_at", "2016-10-06 15:36:10.412226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis est dicta sapiente cupiditate et.\",\"text\":\"The EXE feed is down, compress the neural hard drive so we can program the JBOD card!\"}"], ["created_at", "2016-10-06 15:36:10.413250"], ["updated_at", "2016-10-06 15:36:10.413250"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui perferendis dicta sequi ea asperiores.\",\"text\":\"Use the back-end ADP monitor, then you can bypass the digital protocol!\"}"], ["created_at", "2016-10-06 15:36:10.414296"], ["updated_at", "2016-10-06 15:36:10.414296"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus quia fugiat.\",\"text\":\"I'll reboot the open-source THX bandwidth, that should protocol the HTTP interface!\"}"], ["created_at", "2016-10-06 15:36:10.415293"], ["updated_at", "2016-10-06 15:36:10.415293"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo omnis laudantium enim rerum quas repudiandae facere.\",\"text\":\"We need to transmit the auxiliary SMTP array!\"}"], ["created_at", "2016-10-06 15:36:10.416350"], ["updated_at", "2016-10-06 15:36:10.416350"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis necessitatibus quia assumenda blanditiis maxime reprehenderit.\",\"text\":\"Try to reboot the FTP matrix, maybe it will index the digital panel!\"}"], ["created_at", "2016-10-06 15:36:10.417391"], ["updated_at", "2016-10-06 15:36:10.417391"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis in dolore ut id.\",\"text\":\"Hacking the feed won't do anything, we need to generate the back-end xss pixel!\"}"], ["created_at", "2016-10-06 15:36:10.418407"], ["updated_at", "2016-10-06 15:36:10.418407"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem et minima consequuntur architecto illo omnis fugit.\",\"text\":\"The FTP capacitor is down, navigate the online capacitor so we can bypass the SAS interface!\"}"], ["created_at", "2016-10-06 15:36:10.419363"], ["updated_at", "2016-10-06 15:36:10.419363"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ratione cum et in libero.\",\"text\":\"You can't program the system without synthesizing the open-source XML circuit!\"}"], ["created_at", "2016-10-06 15:36:10.420370"], ["updated_at", "2016-10-06 15:36:10.420370"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus molestias suscipit sed.\",\"text\":\"Calculating the circuit won't do anything, we need to synthesize the virtual ftp monitor!\"}"], ["created_at", "2016-10-06 15:36:10.421366"], ["updated_at", "2016-10-06 15:36:10.421366"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit voluptatem repellat aliquid iusto consequatur aut cum.\",\"text\":\"The RAM application is down, override the wireless interface so we can compress the PNG interface!\"}"], ["created_at", "2016-10-06 15:36:10.422374"], ["updated_at", "2016-10-06 15:36:10.422374"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id voluptas molestias deserunt.\",\"text\":\"Use the 1080p XSS alarm, then you can parse the back-end feed!\"}"], ["created_at", "2016-10-06 15:36:10.423399"], ["updated_at", "2016-10-06 15:36:10.423399"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam voluptatem repellendus temporibus voluptatibus nisi.\",\"text\":\"If we parse the hard drive, we can get to the FTP bus through the mobile SMTP feed!\"}"], ["created_at", "2016-10-06 15:36:10.424496"], ["updated_at", "2016-10-06 15:36:10.424496"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex et adipisci neque nihil amet in laudantium.\",\"text\":\"If we hack the interface, we can get to the AGP program through the bluetooth GB firewall!\"}"], ["created_at", "2016-10-06 15:36:10.425564"], ["updated_at", "2016-10-06 15:36:10.425564"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui suscipit aliquid iusto nam sapiente veniam quis.\",\"text\":\"The SDD card is down, back up the online protocol so we can index the XML panel!\"}"], ["created_at", "2016-10-06 15:36:10.426617"], ["updated_at", "2016-10-06 15:36:10.426617"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo necessitatibus vel delectus.\",\"text\":\"We need to copy the haptic TCP monitor!\"}"], ["created_at", "2016-10-06 15:36:10.427634"], ["updated_at", "2016-10-06 15:36:10.427634"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti excepturi ipsa qui consequuntur ab sint.\",\"text\":\"Try to bypass the PNG program, maybe it will transmit the 1080p program!\"}"], ["created_at", "2016-10-06 15:36:10.428791"], ["updated_at", "2016-10-06 15:36:10.428791"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda aut corporis quos.\",\"text\":\"The SMTP feed is down, transmit the virtual panel so we can hack the SDD microchip!\"}"], ["created_at", "2016-10-06 15:36:10.430330"], ["updated_at", "2016-10-06 15:36:10.430330"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptates occaecati quos ut sit.\",\"text\":\"We need to parse the neural SQL system!\"}"], ["created_at", "2016-10-06 15:36:10.431801"], ["updated_at", "2016-10-06 15:36:10.431801"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut accusantium consequatur officia consequuntur.\",\"text\":\"You can't quantify the feed without generating the wireless JBOD circuit!\"}"], ["created_at", "2016-10-06 15:36:10.433372"], ["updated_at", "2016-10-06 15:36:10.433372"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime repellat quo.\",\"text\":\"Use the open-source SCSI hard drive, then you can reboot the optical program!\"}"], ["created_at", "2016-10-06 15:36:10.434980"], ["updated_at", "2016-10-06 15:36:10.434980"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aliquam vel ipsam ut.\",\"text\":\"You can't connect the panel without connecting the primary PNG array!\"}"], ["created_at", "2016-10-06 15:36:10.437832"], ["updated_at", "2016-10-06 15:36:10.437832"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis dolor ut et consequatur odit expedita ut.\",\"text\":\"If we generate the bus, we can get to the ADP capacitor through the optical ADP panel!\"}"], ["created_at", "2016-10-06 15:36:10.439676"], ["updated_at", "2016-10-06 15:36:10.439676"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi voluptatum dolores commodi.\",\"text\":\"Try to bypass the XML pixel, maybe it will override the neural card!\"}"], ["created_at", "2016-10-06 15:36:10.443045"], ["updated_at", "2016-10-06 15:36:10.443045"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus placeat harum magni eaque hic temporibus.\",\"text\":\"The PCI sensor is down, quantify the cross-platform hard drive so we can input the XSS hard drive!\"}"], ["created_at", "2016-10-06 15:36:10.444458"], ["updated_at", "2016-10-06 15:36:10.444458"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est beatae et rem molestiae.\",\"text\":\"The USB program is down, navigate the primary array so we can index the COM firewall!\"}"], ["created_at", "2016-10-06 15:36:10.446544"], ["updated_at", "2016-10-06 15:36:10.446544"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel voluptatibus ea quia animi mollitia.\",\"text\":\"The TCP alarm is down, synthesize the virtual bandwidth so we can override the XML bus!\"}"], ["created_at", "2016-10-06 15:36:10.448441"], ["updated_at", "2016-10-06 15:36:10.448441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error rerum ratione nobis tempore ut minima quia.\",\"text\":\"If we program the system, we can get to the RSS bus through the back-end TCP matrix!\"}"], ["created_at", "2016-10-06 15:36:10.449801"], ["updated_at", "2016-10-06 15:36:10.449801"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad maxime quisquam.\",\"text\":\"Copying the circuit won't do anything, we need to hack the back-end usb protocol!\"}"], ["created_at", "2016-10-06 15:36:10.451572"], ["updated_at", "2016-10-06 15:36:10.451572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et soluta porro.\",\"text\":\"I'll navigate the optical XSS capacitor, that should capacitor the SMTP pixel!\"}"], ["created_at", "2016-10-06 15:36:10.452889"], ["updated_at", "2016-10-06 15:36:10.452889"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est adipisci eum veritatis alias et.\",\"text\":\"Try to connect the USB microchip, maybe it will hack the auxiliary feed!\"}"], ["created_at", "2016-10-06 15:36:10.454224"], ["updated_at", "2016-10-06 15:36:10.454224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In sed et laborum quis enim velit.\",\"text\":\"I'll program the mobile HTTP application, that should application the IB transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.455881"], ["updated_at", "2016-10-06 15:36:10.455881"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et recusandae atque accusamus dolor sint.\",\"text\":\"Backing up the capacitor won't do anything, we need to input the redundant gb bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.457188"], ["updated_at", "2016-10-06 15:36:10.457188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo cumque sed.\",\"text\":\"Use the open-source SMS panel, then you can transmit the neural transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.458798"], ["updated_at", "2016-10-06 15:36:10.458798"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam molestiae ipsa aut est veritatis.\",\"text\":\"I'll parse the digital JSON array, that should feed the JSON bus!\"}"], ["created_at", "2016-10-06 15:36:10.460046"], ["updated_at", "2016-10-06 15:36:10.460046"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis nemo facere repellendus voluptatum.\",\"text\":\"We need to synthesize the solid state AGP driver!\"}"], ["created_at", "2016-10-06 15:36:10.461293"], ["updated_at", "2016-10-06 15:36:10.461293"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo id molestiae iste asperiores ut soluta.\",\"text\":\"We need to back up the cross-platform IB pixel!\"}"], ["created_at", "2016-10-06 15:36:10.462911"], ["updated_at", "2016-10-06 15:36:10.462911"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio illum quia magnam id non amet.\",\"text\":\"The FTP panel is down, hack the multi-byte bus so we can quantify the USB system!\"}"], ["created_at", "2016-10-06 15:36:10.464263"], ["updated_at", "2016-10-06 15:36:10.464263"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero odio odit labore.\",\"text\":\"If we quantify the alarm, we can get to the IB matrix through the wireless SMTP array!\"}"], ["created_at", "2016-10-06 15:36:10.465752"], ["updated_at", "2016-10-06 15:36:10.465752"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui animi non et repellat consectetur possimus.\",\"text\":\"I'll connect the cross-platform HDD transmitter, that should card the PCI matrix!\"}"], ["created_at", "2016-10-06 15:36:10.467421"], ["updated_at", "2016-10-06 15:36:10.467421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam nobis accusantium adipisci aut sit nihil.\",\"text\":\"Try to input the SMS card, maybe it will quantify the wireless transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.468532"], ["updated_at", "2016-10-06 15:36:10.468532"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque quis facilis.\",\"text\":\"If we compress the sensor, we can get to the XML capacitor through the open-source THX application!\"}"], ["created_at", "2016-10-06 15:36:10.469605"], ["updated_at", "2016-10-06 15:36:10.469605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dignissimos est voluptatem sapiente dolor.\",\"text\":\"Use the multi-byte SQL array, then you can parse the virtual hard drive!\"}"], ["created_at", "2016-10-06 15:36:10.470899"], ["updated_at", "2016-10-06 15:36:10.470899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente sint voluptates qui mollitia alias recusandae consequatur.\",\"text\":\"Use the haptic IB driver, then you can connect the cross-platform array!\"}"], ["created_at", "2016-10-06 15:36:10.471995"], ["updated_at", "2016-10-06 15:36:10.471995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti odio et laudantium atque.\",\"text\":\"Use the multi-byte RAM card, then you can navigate the multi-byte feed!\"}"], ["created_at", "2016-10-06 15:36:10.473275"], ["updated_at", "2016-10-06 15:36:10.473275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo officiis quia laborum possimus voluptas.\",\"text\":\"Try to program the SMTP bus, maybe it will compress the open-source interface!\"}"], ["created_at", "2016-10-06 15:36:10.474400"], ["updated_at", "2016-10-06 15:36:10.474400"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque hic est voluptas explicabo.\",\"text\":\"The AGP port is down, index the mobile port so we can navigate the XML application!\"}"], ["created_at", "2016-10-06 15:36:10.475463"], ["updated_at", "2016-10-06 15:36:10.475463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint in nulla fuga neque animi doloribus.\",\"text\":\"The FTP firewall is down, quantify the optical alarm so we can transmit the THX program!\"}"], ["created_at", "2016-10-06 15:36:10.476694"], ["updated_at", "2016-10-06 15:36:10.476694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae commodi molestiae repellat dignissimos voluptatem totam minus.\",\"text\":\"I'll generate the virtual COM capacitor, that should pixel the SSL circuit!\"}"], ["created_at", "2016-10-06 15:36:10.477906"], ["updated_at", "2016-10-06 15:36:10.477906"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias reprehenderit sapiente dolore quam magnam.\",\"text\":\"Parsing the monitor won't do anything, we need to calculate the open-source sas bus!\"}"], ["created_at", "2016-10-06 15:36:10.479397"], ["updated_at", "2016-10-06 15:36:10.479397"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quas quae.\",\"text\":\"You can't connect the bus without hacking the redundant FTP bus!\"}"], ["created_at", "2016-10-06 15:36:10.481145"], ["updated_at", "2016-10-06 15:36:10.481145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est earum qui dolorum.\",\"text\":\"The SQL array is down, override the mobile interface so we can reboot the COM program!\"}"], ["created_at", "2016-10-06 15:36:10.482475"], ["updated_at", "2016-10-06 15:36:10.482475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo dolor id rerum et.\",\"text\":\"I'll override the primary SAS panel, that should panel the FTP bus!\"}"], ["created_at", "2016-10-06 15:36:10.483744"], ["updated_at", "2016-10-06 15:36:10.483744"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas optio sunt temporibus earum sed veritatis itaque.\",\"text\":\"We need to copy the optical JBOD port!\"}"], ["created_at", "2016-10-06 15:36:10.485377"], ["updated_at", "2016-10-06 15:36:10.485377"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam quia quas pariatur veniam dolores officiis.\",\"text\":\"Try to bypass the HTTP program, maybe it will program the digital firewall!\"}"], ["created_at", "2016-10-06 15:36:10.486789"], ["updated_at", "2016-10-06 15:36:10.486789"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non magni qui.\",\"text\":\"The SAS card is down, parse the solid state port so we can quantify the SAS microchip!\"}"], ["created_at", "2016-10-06 15:36:10.488039"], ["updated_at", "2016-10-06 15:36:10.488039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla qui dolor iure tempora aut sed aliquid.\",\"text\":\"You can't program the microchip without compressing the neural AI circuit!\"}"], ["created_at", "2016-10-06 15:36:10.489668"], ["updated_at", "2016-10-06 15:36:10.489668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis asperiores itaque.\",\"text\":\"Use the optical SSL driver, then you can synthesize the open-source feed!\"}"], ["created_at", "2016-10-06 15:36:10.490869"], ["updated_at", "2016-10-06 15:36:10.490869"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero sit quis eaque error necessitatibus.\",\"text\":\"If we input the monitor, we can get to the SMTP circuit through the solid state FTP program!\"}"], ["created_at", "2016-10-06 15:36:10.492105"], ["updated_at", "2016-10-06 15:36:10.492105"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit autem aut et deleniti.\",\"text\":\"The USB hard drive is down, quantify the 1080p bus so we can hack the GB program!\"}"], ["created_at", "2016-10-06 15:36:10.493650"], ["updated_at", "2016-10-06 15:36:10.493650"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto dolore quis accusantium minus placeat quis.\",\"text\":\"You can't hack the port without synthesizing the neural COM bus!\"}"], ["created_at", "2016-10-06 15:36:10.494762"], ["updated_at", "2016-10-06 15:36:10.494762"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi quas esse impedit molestiae sit ratione quod.\",\"text\":\"You can't transmit the circuit without connecting the auxiliary THX bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.495916"], ["updated_at", "2016-10-06 15:36:10.495916"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus dolor omnis sit quos quo.\",\"text\":\"We need to generate the primary JBOD system!\"}"], ["created_at", "2016-10-06 15:36:10.497426"], ["updated_at", "2016-10-06 15:36:10.497426"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus voluptas odio et ea esse.\",\"text\":\"We need to override the mobile AI bus!\"}"], ["created_at", "2016-10-06 15:36:10.498720"], ["updated_at", "2016-10-06 15:36:10.498720"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto ut et dignissimos et ut delectus minima.\",\"text\":\"If we transmit the alarm, we can get to the SMS microchip through the mobile SDD system!\"}"], ["created_at", "2016-10-06 15:36:10.499923"], ["updated_at", "2016-10-06 15:36:10.499923"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut tenetur quia esse iure a debitis modi.\",\"text\":\"We need to reboot the primary EXE feed!\"}"], ["created_at", "2016-10-06 15:36:10.501286"], ["updated_at", "2016-10-06 15:36:10.501286"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sequi quis harum doloremque.\",\"text\":\"If we quantify the firewall, we can get to the XSS monitor through the multi-byte HTTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.502712"], ["updated_at", "2016-10-06 15:36:10.502712"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut libero ea eligendi dolorem sed tempora repellendus.\",\"text\":\"You can't calculate the alarm without quantifying the 1080p PNG port!\"}"], ["created_at", "2016-10-06 15:36:10.503876"], ["updated_at", "2016-10-06 15:36:10.503876"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui consequatur quasi aut eos quia.\",\"text\":\"We need to index the optical USB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.505024"], ["updated_at", "2016-10-06 15:36:10.505024"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aperiam architecto.\",\"text\":\"If we index the sensor, we can get to the SCSI capacitor through the open-source SSL transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.506435"], ["updated_at", "2016-10-06 15:36:10.506435"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit veniam repellendus quaerat assumenda.\",\"text\":\"We need to override the virtual EXE application!\"}"], ["created_at", "2016-10-06 15:36:10.507658"], ["updated_at", "2016-10-06 15:36:10.507658"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur architecto molestias et.\",\"text\":\"Use the auxiliary THX program, then you can generate the auxiliary capacitor!\"}"], ["created_at", "2016-10-06 15:36:10.509018"], ["updated_at", "2016-10-06 15:36:10.509018"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus et quis quia.\",\"text\":\"If we input the pixel, we can get to the AI program through the mobile HDD feed!\"}"], ["created_at", "2016-10-06 15:36:10.510186"], ["updated_at", "2016-10-06 15:36:10.510186"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore sed atque consequatur.\",\"text\":\"If we copy the alarm, we can get to the FTP transmitter through the haptic THX firewall!\"}"], ["created_at", "2016-10-06 15:36:10.511399"], ["updated_at", "2016-10-06 15:36:10.511399"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium facilis dicta natus quis quae et rerum.\",\"text\":\"The SMS sensor is down, back up the multi-byte bandwidth so we can transmit the SQL system!\"}"], ["created_at", "2016-10-06 15:36:10.513019"], ["updated_at", "2016-10-06 15:36:10.513019"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat sapiente vero rem ea voluptates aliquid nesciunt.\",\"text\":\"We need to input the optical SQL system!\"}"], ["created_at", "2016-10-06 15:36:10.514618"], ["updated_at", "2016-10-06 15:36:10.514618"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis omnis voluptatum veniam et beatae quia.\",\"text\":\"The SDD bus is down, hack the auxiliary hard drive so we can index the ADP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.516924"], ["updated_at", "2016-10-06 15:36:10.516924"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure sunt quam quis similique quo ut.\",\"text\":\"Generating the bandwidth won't do anything, we need to generate the bluetooth hdd capacitor!\"}"], ["created_at", "2016-10-06 15:36:10.518914"], ["updated_at", "2016-10-06 15:36:10.518914"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste qui ut id sint voluptatibus omnis impedit.\",\"text\":\"Synthesizing the driver won't do anything, we need to copy the virtual ram circuit!\"}"], ["created_at", "2016-10-06 15:36:10.522222"], ["updated_at", "2016-10-06 15:36:10.522222"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt voluptatibus tenetur.\",\"text\":\"Try to reboot the SAS capacitor, maybe it will navigate the neural program!\"}"], ["created_at", "2016-10-06 15:36:10.523703"], ["updated_at", "2016-10-06 15:36:10.523703"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa temporibus sequi rem consectetur quia labore.\",\"text\":\"The SQL pixel is down, connect the solid state firewall so we can quantify the SQL firewall!\"}"], ["created_at", "2016-10-06 15:36:10.525184"], ["updated_at", "2016-10-06 15:36:10.525184"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa in neque reiciendis tempora.\",\"text\":\"Use the neural RSS interface, then you can input the optical monitor!\"}"], ["created_at", "2016-10-06 15:36:10.526765"], ["updated_at", "2016-10-06 15:36:10.526765"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia natus consequatur in omnis eveniet porro.\",\"text\":\"Synthesizing the bandwidth won't do anything, we need to bypass the primary sas matrix!\"}"], ["created_at", "2016-10-06 15:36:10.528650"], ["updated_at", "2016-10-06 15:36:10.528650"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione aut aut enim et rerum ut.\",\"text\":\"I'll reboot the redundant COM hard drive, that should monitor the XSS circuit!\"}"], ["created_at", "2016-10-06 15:36:10.530251"], ["updated_at", "2016-10-06 15:36:10.530251"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime similique id.\",\"text\":\"Use the haptic EXE array, then you can calculate the open-source microchip!\"}"], ["created_at", "2016-10-06 15:36:10.531908"], ["updated_at", "2016-10-06 15:36:10.531908"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident cum voluptate nesciunt non in.\",\"text\":\"The ADP protocol is down, hack the 1080p monitor so we can index the THX sensor!\"}"], ["created_at", "2016-10-06 15:36:10.533465"], ["updated_at", "2016-10-06 15:36:10.533465"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores enim nemo tempora est.\",\"text\":\"You can't copy the hard drive without generating the bluetooth SAS feed!\"}"], ["created_at", "2016-10-06 15:36:10.534801"], ["updated_at", "2016-10-06 15:36:10.534801"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis itaque dolor perspiciatis odio rem sint.\",\"text\":\"I'll synthesize the auxiliary COM bus, that should matrix the HDD driver!\"}"], ["created_at", "2016-10-06 15:36:10.536130"], ["updated_at", "2016-10-06 15:36:10.536130"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus aut ut eum dolore.\",\"text\":\"Try to index the JBOD interface, maybe it will input the solid state port!\"}"], ["created_at", "2016-10-06 15:36:10.537520"], ["updated_at", "2016-10-06 15:36:10.537520"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia earum ea doloremque labore et dolor.\",\"text\":\"I'll index the back-end EXE program, that should panel the HDD firewall!\"}"], ["created_at", "2016-10-06 15:36:10.538986"], ["updated_at", "2016-10-06 15:36:10.538986"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum suscipit aspernatur maxime natus laboriosam facere quos.\",\"text\":\"Use the cross-platform GB matrix, then you can transmit the solid state matrix!\"}"], ["created_at", "2016-10-06 15:36:10.540422"], ["updated_at", "2016-10-06 15:36:10.540422"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi recusandae et est incidunt sed rem et.\",\"text\":\"The HDD sensor is down, navigate the auxiliary sensor so we can index the JSON circuit!\"}"], ["created_at", "2016-10-06 15:36:10.541830"], ["updated_at", "2016-10-06 15:36:10.541830"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio perspiciatis qui omnis.\",\"text\":\"I'll compress the optical SQL system, that should microchip the SDD bus!\"}"], ["created_at", "2016-10-06 15:36:10.543179"], ["updated_at", "2016-10-06 15:36:10.543179"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus nesciunt veniam omnis ipsum.\",\"text\":\"Transmitting the program won't do anything, we need to index the open-source exe driver!\"}"], ["created_at", "2016-10-06 15:36:10.544979"], ["updated_at", "2016-10-06 15:36:10.544979"]] SQL (0.6ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quaerat velit cupiditate maiores ipsum vitae.\",\"text\":\"You can't navigate the transmitter without generating the mobile COM pixel!\"}"], ["created_at", "2016-10-06 15:36:10.546470"], ["updated_at", "2016-10-06 15:36:10.546470"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis facilis cum ut a veniam.\",\"text\":\"Try to index the AGP driver, maybe it will reboot the cross-platform interface!\"}"], ["created_at", "2016-10-06 15:36:10.548340"], ["updated_at", "2016-10-06 15:36:10.548340"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate qui autem optio vel ipsa blanditiis.\",\"text\":\"Try to connect the XML interface, maybe it will generate the cross-platform port!\"}"], ["created_at", "2016-10-06 15:36:10.549927"], ["updated_at", "2016-10-06 15:36:10.549927"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam blanditiis et aperiam sapiente et sit dolorem.\",\"text\":\"If we index the monitor, we can get to the PNG monitor through the back-end JBOD driver!\"}"], ["created_at", "2016-10-06 15:36:10.551510"], ["updated_at", "2016-10-06 15:36:10.551510"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur sit dolores.\",\"text\":\"The SDD sensor is down, generate the virtual driver so we can copy the HTTP protocol!\"}"], ["created_at", "2016-10-06 15:36:10.553457"], ["updated_at", "2016-10-06 15:36:10.553457"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore inventore doloribus.\",\"text\":\"If we index the firewall, we can get to the CSS application through the 1080p TCP card!\"}"], ["created_at", "2016-10-06 15:36:10.555200"], ["updated_at", "2016-10-06 15:36:10.555200"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id vel aut aut fuga qui.\",\"text\":\"I'll quantify the virtual JSON hard drive, that should hard drive the SQL application!\"}"], ["created_at", "2016-10-06 15:36:10.556895"], ["updated_at", "2016-10-06 15:36:10.556895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora explicabo id similique ut est quisquam exercitationem.\",\"text\":\"We need to transmit the solid state COM interface!\"}"], ["created_at", "2016-10-06 15:36:10.558495"], ["updated_at", "2016-10-06 15:36:10.558495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dicta quia minus non.\",\"text\":\"We need to compress the virtual CSS hard drive!\"}"], ["created_at", "2016-10-06 15:36:10.559723"], ["updated_at", "2016-10-06 15:36:10.559723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui iusto sed debitis provident sunt eveniet.\",\"text\":\"We need to index the redundant AI port!\"}"], ["created_at", "2016-10-06 15:36:10.561235"], ["updated_at", "2016-10-06 15:36:10.561235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores expedita rerum dolores qui labore cumque.\",\"text\":\"We need to index the haptic USB interface!\"}"], ["created_at", "2016-10-06 15:36:10.562367"], ["updated_at", "2016-10-06 15:36:10.562367"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste vel ea enim totam neque.\",\"text\":\"Use the multi-byte JSON interface, then you can hack the digital array!\"}"], ["created_at", "2016-10-06 15:36:10.563692"], ["updated_at", "2016-10-06 15:36:10.563692"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum consequatur et adipisci dolorem non.\",\"text\":\"I'll back up the bluetooth XSS interface, that should circuit the SCSI sensor!\"}"], ["created_at", "2016-10-06 15:36:10.565090"], ["updated_at", "2016-10-06 15:36:10.565090"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem assumenda tenetur omnis perspiciatis dolores.\",\"text\":\"Connecting the port won't do anything, we need to compress the digital ib bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.566631"], ["updated_at", "2016-10-06 15:36:10.566631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque non asperiores cupiditate illum sequi praesentium.\",\"text\":\"If we input the interface, we can get to the CSS system through the auxiliary EXE interface!\"}"], ["created_at", "2016-10-06 15:36:10.567781"], ["updated_at", "2016-10-06 15:36:10.567781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia fugiat quo et in quisquam blanditiis.\",\"text\":\"I'll back up the 1080p RSS application, that should program the IB system!\"}"], ["created_at", "2016-10-06 15:36:10.568941"], ["updated_at", "2016-10-06 15:36:10.568941"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et et libero similique sapiente voluptatem non.\",\"text\":\"Bypassing the capacitor won't do anything, we need to index the primary sql interface!\"}"], ["created_at", "2016-10-06 15:36:10.570122"], ["updated_at", "2016-10-06 15:36:10.570122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit ea autem in quod blanditiis eaque.\",\"text\":\"The JBOD circuit is down, input the haptic sensor so we can navigate the XSS system!\"}"], ["created_at", "2016-10-06 15:36:10.573251"], ["updated_at", "2016-10-06 15:36:10.573251"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere ea eius cum voluptatum aliquam.\",\"text\":\"You can't generate the sensor without synthesizing the auxiliary SQL driver!\"}"], ["created_at", "2016-10-06 15:36:10.574539"], ["updated_at", "2016-10-06 15:36:10.574539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam reiciendis eaque aut laborum.\",\"text\":\"Try to back up the CSS driver, maybe it will transmit the cross-platform monitor!\"}"], ["created_at", "2016-10-06 15:36:10.575882"], ["updated_at", "2016-10-06 15:36:10.575882"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel explicabo odio quibusdam quia quidem ipsam qui.\",\"text\":\"Navigating the program won't do anything, we need to compress the primary com port!\"}"], ["created_at", "2016-10-06 15:36:10.577553"], ["updated_at", "2016-10-06 15:36:10.577553"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quasi accusamus rerum eos.\",\"text\":\"If we input the port, we can get to the RAM interface through the bluetooth GB protocol!\"}"], ["created_at", "2016-10-06 15:36:10.578809"], ["updated_at", "2016-10-06 15:36:10.578809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non et iure.\",\"text\":\"We need to compress the back-end SDD pixel!\"}"], ["created_at", "2016-10-06 15:36:10.580198"], ["updated_at", "2016-10-06 15:36:10.580198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero aliquam voluptatem id eveniet iusto.\",\"text\":\"Backing up the sensor won't do anything, we need to index the bluetooth png feed!\"}"], ["created_at", "2016-10-06 15:36:10.581901"], ["updated_at", "2016-10-06 15:36:10.581901"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam non iure eligendi est.\",\"text\":\"We need to bypass the open-source HDD card!\"}"], ["created_at", "2016-10-06 15:36:10.583185"], ["updated_at", "2016-10-06 15:36:10.583185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia quis quidem aut mollitia unde.\",\"text\":\"We need to override the primary SCSI driver!\"}"], ["created_at", "2016-10-06 15:36:10.584507"], ["updated_at", "2016-10-06 15:36:10.584507"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae facilis incidunt voluptatem dicta.\",\"text\":\"You can't connect the sensor without generating the neural IB application!\"}"], ["created_at", "2016-10-06 15:36:10.585719"], ["updated_at", "2016-10-06 15:36:10.585719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut nemo quia saepe libero ratione quam fugit.\",\"text\":\"You can't generate the feed without programming the haptic ADP matrix!\"}"], ["created_at", "2016-10-06 15:36:10.586933"], ["updated_at", "2016-10-06 15:36:10.586933"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui modi et aut possimus amet in.\",\"text\":\"You can't compress the hard drive without overriding the mobile JSON system!\"}"], ["created_at", "2016-10-06 15:36:10.588465"], ["updated_at", "2016-10-06 15:36:10.588465"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus sunt iusto ipsa animi quisquam ea.\",\"text\":\"If we parse the program, we can get to the JBOD system through the back-end ADP protocol!\"}"], ["created_at", "2016-10-06 15:36:10.589757"], ["updated_at", "2016-10-06 15:36:10.589757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel rerum adipisci mollitia aspernatur at illum.\",\"text\":\"We need to synthesize the optical COM system!\"}"], ["created_at", "2016-10-06 15:36:10.590970"], ["updated_at", "2016-10-06 15:36:10.590970"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit maxime error neque quae cumque.\",\"text\":\"You can't reboot the monitor without hacking the wireless AI driver!\"}"], ["created_at", "2016-10-06 15:36:10.592158"], ["updated_at", "2016-10-06 15:36:10.592158"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi quam blanditiis sed officiis.\",\"text\":\"We need to connect the optical PCI capacitor!\"}"], ["created_at", "2016-10-06 15:36:10.593359"], ["updated_at", "2016-10-06 15:36:10.593359"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem vitae id quis nulla.\",\"text\":\"Quantifying the bus won't do anything, we need to parse the open-source sas alarm!\"}"], ["created_at", "2016-10-06 15:36:10.594555"], ["updated_at", "2016-10-06 15:36:10.594555"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque voluptatem fugit facere deleniti aut.\",\"text\":\"Try to connect the XSS transmitter, maybe it will index the multi-byte protocol!\"}"], ["created_at", "2016-10-06 15:36:10.596286"], ["updated_at", "2016-10-06 15:36:10.596286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed mollitia ratione.\",\"text\":\"Compressing the bandwidth won't do anything, we need to program the auxiliary xss protocol!\"}"], ["created_at", "2016-10-06 15:36:10.597720"], ["updated_at", "2016-10-06 15:36:10.597720"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto eligendi ipsam dignissimos voluptatibus aut odit quod.\",\"text\":\"Use the primary AGP port, then you can hack the virtual bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.598977"], ["updated_at", "2016-10-06 15:36:10.598977"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis illo sed.\",\"text\":\"If we index the matrix, we can get to the PNG protocol through the bluetooth SSL transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.600446"], ["updated_at", "2016-10-06 15:36:10.600446"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis hic dolorem quasi.\",\"text\":\"The EXE driver is down, input the solid state pixel so we can parse the XML system!\"}"], ["created_at", "2016-10-06 15:36:10.601855"], ["updated_at", "2016-10-06 15:36:10.601855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui debitis accusantium vitae voluptatem quo ut quo.\",\"text\":\"Compressing the capacitor won't do anything, we need to index the neural png interface!\"}"], ["created_at", "2016-10-06 15:36:10.603187"], ["updated_at", "2016-10-06 15:36:10.603187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae quia occaecati excepturi.\",\"text\":\"Try to index the CSS matrix, maybe it will calculate the digital port!\"}"], ["created_at", "2016-10-06 15:36:10.604402"], ["updated_at", "2016-10-06 15:36:10.604402"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut hic officia fuga et in dolores.\",\"text\":\"Use the wireless COM transmitter, then you can override the digital interface!\"}"], ["created_at", "2016-10-06 15:36:10.605985"], ["updated_at", "2016-10-06 15:36:10.605985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae iusto et id.\",\"text\":\"The COM interface is down, transmit the open-source card so we can connect the XSS sensor!\"}"], ["created_at", "2016-10-06 15:36:10.607326"], ["updated_at", "2016-10-06 15:36:10.607326"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus et illum.\",\"text\":\"Copying the circuit won't do anything, we need to quantify the primary sdd program!\"}"], ["created_at", "2016-10-06 15:36:10.608618"], ["updated_at", "2016-10-06 15:36:10.608618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt natus vel hic minima expedita dignissimos.\",\"text\":\"If we parse the panel, we can get to the RAM bus through the digital FTP card!\"}"], ["created_at", "2016-10-06 15:36:10.610244"], ["updated_at", "2016-10-06 15:36:10.610244"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque consequatur nemo dolores voluptatibus nisi.\",\"text\":\"I'll navigate the solid state SAS firewall, that should bus the HTTP application!\"}"], ["created_at", "2016-10-06 15:36:10.611639"], ["updated_at", "2016-10-06 15:36:10.611639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum quia alias incidunt quo voluptas maiores distinctio.\",\"text\":\"Use the redundant SAS sensor, then you can compress the solid state microchip!\"}"], ["created_at", "2016-10-06 15:36:10.613188"], ["updated_at", "2016-10-06 15:36:10.613188"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel accusantium molestias recusandae.\",\"text\":\"The PCI protocol is down, transmit the mobile firewall so we can generate the HTTP protocol!\"}"], ["created_at", "2016-10-06 15:36:10.614695"], ["updated_at", "2016-10-06 15:36:10.614695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores repellendus adipisci autem soluta perferendis eum iste.\",\"text\":\"If we transmit the pixel, we can get to the JBOD protocol through the 1080p IB sensor!\"}"], ["created_at", "2016-10-06 15:36:10.615907"], ["updated_at", "2016-10-06 15:36:10.615907"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus omnis ut recusandae placeat repellat consequatur odit.\",\"text\":\"Try to input the SSL feed, maybe it will bypass the back-end sensor!\"}"], ["created_at", "2016-10-06 15:36:10.617103"], ["updated_at", "2016-10-06 15:36:10.617103"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum voluptatem totam omnis dolores harum.\",\"text\":\"I'll bypass the wireless ADP firewall, that should array the USB feed!\"}"], ["created_at", "2016-10-06 15:36:10.618737"], ["updated_at", "2016-10-06 15:36:10.618737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo facilis consequuntur eligendi consequatur et harum accusamus.\",\"text\":\"The SMTP capacitor is down, program the virtual matrix so we can synthesize the RAM bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.620150"], ["updated_at", "2016-10-06 15:36:10.620150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id ut excepturi velit unde exercitationem aliquid totam.\",\"text\":\"If we navigate the port, we can get to the SMTP array through the redundant SMTP alarm!\"}"], ["created_at", "2016-10-06 15:36:10.621345"], ["updated_at", "2016-10-06 15:36:10.621345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum debitis sed.\",\"text\":\"We need to parse the wireless SSL microchip!\"}"], ["created_at", "2016-10-06 15:36:10.622625"], ["updated_at", "2016-10-06 15:36:10.622625"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quos sit ut voluptates possimus sequi.\",\"text\":\"I'll hack the redundant SCSI bus, that should program the SSL transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.623805"], ["updated_at", "2016-10-06 15:36:10.623805"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est est eaque ut esse rem dolore.\",\"text\":\"Try to navigate the ADP program, maybe it will quantify the optical application!\"}"], ["created_at", "2016-10-06 15:36:10.625267"], ["updated_at", "2016-10-06 15:36:10.625267"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem dolorum eos non dignissimos voluptatem ex.\",\"text\":\"The IB firewall is down, bypass the 1080p bus so we can compress the SDD panel!\"}"], ["created_at", "2016-10-06 15:36:10.626462"], ["updated_at", "2016-10-06 15:36:10.626462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque pariatur saepe ratione quis exercitationem suscipit architecto.\",\"text\":\"You can't program the port without copying the neural GB bus!\"}"], ["created_at", "2016-10-06 15:36:10.627701"], ["updated_at", "2016-10-06 15:36:10.627701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic at consequatur autem quia.\",\"text\":\"Use the back-end SMS monitor, then you can navigate the primary firewall!\"}"], ["created_at", "2016-10-06 15:36:10.629060"], ["updated_at", "2016-10-06 15:36:10.629060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta rerum voluptatem fugiat.\",\"text\":\"We need to back up the primary AGP feed!\"}"], ["created_at", "2016-10-06 15:36:10.630694"], ["updated_at", "2016-10-06 15:36:10.630694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo non hic placeat.\",\"text\":\"Try to copy the COM pixel, maybe it will calculate the online monitor!\"}"], ["created_at", "2016-10-06 15:36:10.631880"], ["updated_at", "2016-10-06 15:36:10.631880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In soluta cumque iste eligendi.\",\"text\":\"Use the solid state SCSI feed, then you can generate the multi-byte bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.633045"], ["updated_at", "2016-10-06 15:36:10.633045"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quisquam et autem omnis aut.\",\"text\":\"If we generate the feed, we can get to the ADP sensor through the online PCI alarm!\"}"], ["created_at", "2016-10-06 15:36:10.634527"], ["updated_at", "2016-10-06 15:36:10.634527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque nisi ut quaerat in nulla saepe.\",\"text\":\"We need to quantify the optical SMS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.635739"], ["updated_at", "2016-10-06 15:36:10.635739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia eius harum deserunt fuga molestias voluptatem.\",\"text\":\"Programming the program won't do anything, we need to connect the neural xss program!\"}"], ["created_at", "2016-10-06 15:36:10.636910"], ["updated_at", "2016-10-06 15:36:10.636910"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel dicta sequi corrupti fugiat dolore culpa.\",\"text\":\"We need to transmit the 1080p HDD firewall!\"}"], ["created_at", "2016-10-06 15:36:10.638079"], ["updated_at", "2016-10-06 15:36:10.638079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam aliquid accusamus sint harum beatae dolores.\",\"text\":\"Try to generate the HDD card, maybe it will transmit the bluetooth firewall!\"}"], ["created_at", "2016-10-06 15:36:10.639332"], ["updated_at", "2016-10-06 15:36:10.639332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut illo omnis.\",\"text\":\"Transmitting the system won't do anything, we need to copy the redundant tcp array!\"}"], ["created_at", "2016-10-06 15:36:10.640797"], ["updated_at", "2016-10-06 15:36:10.640797"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam praesentium facere voluptas.\",\"text\":\"The JBOD system is down, hack the haptic array so we can input the PNG protocol!\"}"], ["created_at", "2016-10-06 15:36:10.641943"], ["updated_at", "2016-10-06 15:36:10.641943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus nesciunt ut voluptatibus id aperiam non qui.\",\"text\":\"Indexing the bandwidth won't do anything, we need to copy the optical ai interface!\"}"], ["created_at", "2016-10-06 15:36:10.643162"], ["updated_at", "2016-10-06 15:36:10.643162"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit sit officiis ullam libero qui nulla.\",\"text\":\"You can't input the hard drive without connecting the neural COM array!\"}"], ["created_at", "2016-10-06 15:36:10.644382"], ["updated_at", "2016-10-06 15:36:10.644382"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed veritatis magnam.\",\"text\":\"We need to transmit the solid state SSL firewall!\"}"], ["created_at", "2016-10-06 15:36:10.645753"], ["updated_at", "2016-10-06 15:36:10.645753"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos in omnis.\",\"text\":\"You can't reboot the capacitor without overriding the wireless SAS protocol!\"}"], ["created_at", "2016-10-06 15:36:10.648251"], ["updated_at", "2016-10-06 15:36:10.648251"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus fugiat reiciendis saepe labore ullam accusamus.\",\"text\":\"You can't synthesize the system without generating the virtual RSS alarm!\"}"], ["created_at", "2016-10-06 15:36:10.650204"], ["updated_at", "2016-10-06 15:36:10.650204"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic nam eos.\",\"text\":\"The SDD monitor is down, override the online microchip so we can navigate the JSON array!\"}"], ["created_at", "2016-10-06 15:36:10.651737"], ["updated_at", "2016-10-06 15:36:10.651737"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores hic delectus ea pariatur et incidunt.\",\"text\":\"Use the optical SAS monitor, then you can program the optical sensor!\"}"], ["created_at", "2016-10-06 15:36:10.654257"], ["updated_at", "2016-10-06 15:36:10.654257"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab qui harum distinctio exercitationem nisi voluptatem et.\",\"text\":\"Try to input the TCP pixel, maybe it will synthesize the cross-platform array!\"}"], ["created_at", "2016-10-06 15:36:10.658289"], ["updated_at", "2016-10-06 15:36:10.658289"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore quia ut.\",\"text\":\"I'll input the auxiliary XML protocol, that should feed the SCSI feed!\"}"], ["created_at", "2016-10-06 15:36:10.660795"], ["updated_at", "2016-10-06 15:36:10.660795"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui consectetur ab.\",\"text\":\"Try to index the CSS matrix, maybe it will copy the wireless alarm!\"}"], ["created_at", "2016-10-06 15:36:10.664856"], ["updated_at", "2016-10-06 15:36:10.664856"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto explicabo ut et maxime.\",\"text\":\"Use the auxiliary EXE card, then you can generate the open-source system!\"}"], ["created_at", "2016-10-06 15:36:10.667192"], ["updated_at", "2016-10-06 15:36:10.667192"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum porro optio non nisi.\",\"text\":\"If we synthesize the sensor, we can get to the PCI alarm through the redundant RSS system!\"}"], ["created_at", "2016-10-06 15:36:10.669317"], ["updated_at", "2016-10-06 15:36:10.669317"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptas dolorem ut.\",\"text\":\"The SAS firewall is down, override the bluetooth array so we can reboot the CSS port!\"}"], ["created_at", "2016-10-06 15:36:10.671485"], ["updated_at", "2016-10-06 15:36:10.671485"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio non voluptates ipsam adipisci aliquam quam.\",\"text\":\"We need to hack the bluetooth ADP bus!\"}"], ["created_at", "2016-10-06 15:36:10.676113"], ["updated_at", "2016-10-06 15:36:10.676113"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae maiores nihil magnam corrupti aperiam.\",\"text\":\"Connecting the feed won't do anything, we need to index the open-source exe interface!\"}"], ["created_at", "2016-10-06 15:36:10.678280"], ["updated_at", "2016-10-06 15:36:10.678280"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et recusandae nostrum inventore molestias ea.\",\"text\":\"We need to copy the online JBOD transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.680508"], ["updated_at", "2016-10-06 15:36:10.680508"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quibusdam omnis non neque.\",\"text\":\"If we navigate the pixel, we can get to the AGP microchip through the virtual HTTP interface!\"}"], ["created_at", "2016-10-06 15:36:10.682386"], ["updated_at", "2016-10-06 15:36:10.682386"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci accusamus ratione eum occaecati et quia.\",\"text\":\"We need to synthesize the open-source AGP monitor!\"}"], ["created_at", "2016-10-06 15:36:10.683819"], ["updated_at", "2016-10-06 15:36:10.683819"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid totam eaque sint asperiores.\",\"text\":\"We need to navigate the virtual IB array!\"}"], ["created_at", "2016-10-06 15:36:10.685212"], ["updated_at", "2016-10-06 15:36:10.685212"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem nihil optio tempore provident delectus assumenda sit.\",\"text\":\"We need to input the optical ADP feed!\"}"], ["created_at", "2016-10-06 15:36:10.686596"], ["updated_at", "2016-10-06 15:36:10.686596"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati ut laboriosam aut doloremque ipsam.\",\"text\":\"Bypassing the bus won't do anything, we need to reboot the back-end sas sensor!\"}"], ["created_at", "2016-10-06 15:36:10.687949"], ["updated_at", "2016-10-06 15:36:10.687949"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi tempora qui.\",\"text\":\"Programming the port won't do anything, we need to override the cross-platform ftp monitor!\"}"], ["created_at", "2016-10-06 15:36:10.689706"], ["updated_at", "2016-10-06 15:36:10.689706"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet molestiae a ut distinctio minima et magnam.\",\"text\":\"You can't bypass the bus without programming the digital AGP application!\"}"], ["created_at", "2016-10-06 15:36:10.691060"], ["updated_at", "2016-10-06 15:36:10.691060"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et facilis et est nihil totam ut.\",\"text\":\"Try to index the JBOD firewall, maybe it will quantify the wireless feed!\"}"], ["created_at", "2016-10-06 15:36:10.692381"], ["updated_at", "2016-10-06 15:36:10.692381"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis deserunt laboriosam dolores eaque voluptatem.\",\"text\":\"Try to synthesize the AI bus, maybe it will index the optical bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.693992"], ["updated_at", "2016-10-06 15:36:10.693992"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi temporibus velit eius.\",\"text\":\"You can't program the port without synthesizing the redundant JBOD protocol!\"}"], ["created_at", "2016-10-06 15:36:10.695337"], ["updated_at", "2016-10-06 15:36:10.695337"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut perferendis et vero quidem.\",\"text\":\"If we quantify the hard drive, we can get to the SAS application through the back-end USB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.696670"], ["updated_at", "2016-10-06 15:36:10.696670"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas porro numquam.\",\"text\":\"We need to program the mobile ADP monitor!\"}"], ["created_at", "2016-10-06 15:36:10.698038"], ["updated_at", "2016-10-06 15:36:10.698038"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est fugiat nostrum et.\",\"text\":\"We need to generate the online JBOD interface!\"}"], ["created_at", "2016-10-06 15:36:10.699377"], ["updated_at", "2016-10-06 15:36:10.699377"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur suscipit beatae ipsum voluptatem dolorem veritatis excepturi.\",\"text\":\"If we connect the program, we can get to the USB transmitter through the wireless PCI monitor!\"}"], ["created_at", "2016-10-06 15:36:10.700681"], ["updated_at", "2016-10-06 15:36:10.700681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi reiciendis quas.\",\"text\":\"Calculating the transmitter won't do anything, we need to index the online scsi panel!\"}"], ["created_at", "2016-10-06 15:36:10.701973"], ["updated_at", "2016-10-06 15:36:10.701973"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat praesentium veniam quis cupiditate.\",\"text\":\"Try to index the SDD microchip, maybe it will bypass the mobile pixel!\"}"], ["created_at", "2016-10-06 15:36:10.703357"], ["updated_at", "2016-10-06 15:36:10.703357"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt est earum placeat.\",\"text\":\"Try to copy the SSL bandwidth, maybe it will transmit the online application!\"}"], ["created_at", "2016-10-06 15:36:10.705215"], ["updated_at", "2016-10-06 15:36:10.705215"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae assumenda velit nihil ullam.\",\"text\":\"Try to transmit the JSON system, maybe it will hack the bluetooth capacitor!\"}"], ["created_at", "2016-10-06 15:36:10.707417"], ["updated_at", "2016-10-06 15:36:10.707417"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis corrupti tempore quae sapiente ipsam.\",\"text\":\"I'll bypass the open-source SCSI panel, that should panel the IB alarm!\"}"], ["created_at", "2016-10-06 15:36:10.710065"], ["updated_at", "2016-10-06 15:36:10.710065"]] SQL (0.6ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum ea illo.\",\"text\":\"I'll back up the haptic HTTP alarm, that should application the JSON firewall!\"}"], ["created_at", "2016-10-06 15:36:10.712282"], ["updated_at", "2016-10-06 15:36:10.712282"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis quas voluptas.\",\"text\":\"Try to transmit the XSS bus, maybe it will transmit the back-end program!\"}"], ["created_at", "2016-10-06 15:36:10.714671"], ["updated_at", "2016-10-06 15:36:10.714671"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error dolor officia.\",\"text\":\"If we copy the system, we can get to the CSS protocol through the wireless ADP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.717058"], ["updated_at", "2016-10-06 15:36:10.717058"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore quasi aut ullam.\",\"text\":\"Use the auxiliary JBOD port, then you can override the haptic array!\"}"], ["created_at", "2016-10-06 15:36:10.719654"], ["updated_at", "2016-10-06 15:36:10.719654"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam incidunt dolore ex ea ratione consequuntur nam.\",\"text\":\"We need to quantify the neural TCP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.722371"], ["updated_at", "2016-10-06 15:36:10.722371"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum amet blanditiis.\",\"text\":\"We need to synthesize the digital FTP array!\"}"], ["created_at", "2016-10-06 15:36:10.724217"], ["updated_at", "2016-10-06 15:36:10.724217"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero cumque delectus.\",\"text\":\"Generating the interface won't do anything, we need to program the back-end com circuit!\"}"], ["created_at", "2016-10-06 15:36:10.725936"], ["updated_at", "2016-10-06 15:36:10.725936"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi consequatur inventore sapiente.\",\"text\":\"You can't back up the transmitter without compressing the primary GB program!\"}"], ["created_at", "2016-10-06 15:36:10.728895"], ["updated_at", "2016-10-06 15:36:10.728895"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non itaque est qui adipisci quasi.\",\"text\":\"We need to generate the primary SMS hard drive!\"}"], ["created_at", "2016-10-06 15:36:10.731905"], ["updated_at", "2016-10-06 15:36:10.731905"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe quia porro officiis debitis tempora exercitationem.\",\"text\":\"Use the solid state SCSI circuit, then you can bypass the primary hard drive!\"}"], ["created_at", "2016-10-06 15:36:10.734907"], ["updated_at", "2016-10-06 15:36:10.734907"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem nihil aut expedita.\",\"text\":\"I'll parse the virtual HTTP alarm, that should port the ADP array!\"}"], ["created_at", "2016-10-06 15:36:10.737270"], ["updated_at", "2016-10-06 15:36:10.737270"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim architecto laboriosam vitae iure tempore qui qui.\",\"text\":\"The SAS program is down, bypass the cross-platform panel so we can bypass the SAS bus!\"}"], ["created_at", "2016-10-06 15:36:10.739692"], ["updated_at", "2016-10-06 15:36:10.739692"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores beatae ad et.\",\"text\":\"I'll override the back-end GB card, that should pixel the SQL system!\"}"], ["created_at", "2016-10-06 15:36:10.741951"], ["updated_at", "2016-10-06 15:36:10.741951"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut officia sit sapiente quod odio non.\",\"text\":\"Use the solid state HDD application, then you can generate the wireless firewall!\"}"], ["created_at", "2016-10-06 15:36:10.744080"], ["updated_at", "2016-10-06 15:36:10.744080"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aut distinctio et alias quis et et.\",\"text\":\"Use the haptic COM hard drive, then you can override the 1080p driver!\"}"], ["created_at", "2016-10-06 15:36:10.746490"], ["updated_at", "2016-10-06 15:36:10.746490"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi sed quo aut natus neque et iusto.\",\"text\":\"Try to bypass the IB transmitter, maybe it will parse the bluetooth feed!\"}"], ["created_at", "2016-10-06 15:36:10.752699"], ["updated_at", "2016-10-06 15:36:10.752699"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ut quisquam et saepe.\",\"text\":\"We need to back up the auxiliary RAM panel!\"}"], ["created_at", "2016-10-06 15:36:10.755442"], ["updated_at", "2016-10-06 15:36:10.755442"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid totam molestias earum.\",\"text\":\"I'll copy the multi-byte TCP driver, that should matrix the EXE capacitor!\"}"], ["created_at", "2016-10-06 15:36:10.757888"], ["updated_at", "2016-10-06 15:36:10.757888"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque quisquam rerum nisi error maxime.\",\"text\":\"We need to program the neural EXE driver!\"}"], ["created_at", "2016-10-06 15:36:10.760173"], ["updated_at", "2016-10-06 15:36:10.760173"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga eveniet aliquam.\",\"text\":\"Try to calculate the SMTP circuit, maybe it will program the multi-byte system!\"}"], ["created_at", "2016-10-06 15:36:10.762435"], ["updated_at", "2016-10-06 15:36:10.762435"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi cupiditate consequatur facere.\",\"text\":\"You can't bypass the bus without synthesizing the redundant THX application!\"}"], ["created_at", "2016-10-06 15:36:10.764629"], ["updated_at", "2016-10-06 15:36:10.764629"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta illo pariatur atque et.\",\"text\":\"If we back up the interface, we can get to the JBOD firewall through the cross-platform XSS port!\"}"], ["created_at", "2016-10-06 15:36:10.766688"], ["updated_at", "2016-10-06 15:36:10.766688"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat velit adipisci cumque excepturi.\",\"text\":\"Programming the array won't do anything, we need to input the redundant sql card!\"}"], ["created_at", "2016-10-06 15:36:10.771108"], ["updated_at", "2016-10-06 15:36:10.771108"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium placeat officia consequatur deleniti dolorem provident.\",\"text\":\"Try to quantify the TCP transmitter, maybe it will override the back-end bus!\"}"], ["created_at", "2016-10-06 15:36:10.773295"], ["updated_at", "2016-10-06 15:36:10.773295"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente provident incidunt saepe magni.\",\"text\":\"Indexing the driver won't do anything, we need to input the neural ssl array!\"}"], ["created_at", "2016-10-06 15:36:10.775269"], ["updated_at", "2016-10-06 15:36:10.775269"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas qui labore.\",\"text\":\"Use the neural SAS circuit, then you can bypass the haptic circuit!\"}"], ["created_at", "2016-10-06 15:36:10.777269"], ["updated_at", "2016-10-06 15:36:10.777269"]] SQL (0.7ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut perspiciatis nihil impedit.\",\"text\":\"We need to input the 1080p RAM feed!\"}"], ["created_at", "2016-10-06 15:36:10.779349"], ["updated_at", "2016-10-06 15:36:10.779349"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur quia sapiente.\",\"text\":\"If we transmit the system, we can get to the PNG protocol through the auxiliary PCI matrix!\"}"], ["created_at", "2016-10-06 15:36:10.781884"], ["updated_at", "2016-10-06 15:36:10.781884"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil fuga eos nisi.\",\"text\":\"We need to override the 1080p JBOD program!\"}"], ["created_at", "2016-10-06 15:36:10.787024"], ["updated_at", "2016-10-06 15:36:10.787024"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt commodi tempora et.\",\"text\":\"If we index the alarm, we can get to the SDD pixel through the haptic SDD hard drive!\"}"], ["created_at", "2016-10-06 15:36:10.790798"], ["updated_at", "2016-10-06 15:36:10.790798"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius alias nostrum soluta adipisci.\",\"text\":\"The HTTP microchip is down, program the open-source transmitter so we can generate the IB circuit!\"}"], ["created_at", "2016-10-06 15:36:10.792864"], ["updated_at", "2016-10-06 15:36:10.792864"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci asperiores aliquid sint non.\",\"text\":\"You can't hack the card without indexing the bluetooth CSS system!\"}"], ["created_at", "2016-10-06 15:36:10.795328"], ["updated_at", "2016-10-06 15:36:10.795328"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est consequatur natus quod debitis maxime in.\",\"text\":\"I'll quantify the haptic SCSI bandwidth, that should bus the THX alarm!\"}"], ["created_at", "2016-10-06 15:36:10.797491"], ["updated_at", "2016-10-06 15:36:10.797491"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor saepe velit.\",\"text\":\"If we input the protocol, we can get to the IB interface through the primary SMS port!\"}"], ["created_at", "2016-10-06 15:36:10.799502"], ["updated_at", "2016-10-06 15:36:10.799502"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit magni veritatis.\",\"text\":\"If we program the circuit, we can get to the SCSI firewall through the mobile SSL bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.801548"], ["updated_at", "2016-10-06 15:36:10.801548"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur tempora explicabo itaque.\",\"text\":\"Quantifying the feed won't do anything, we need to bypass the redundant scsi bus!\"}"], ["created_at", "2016-10-06 15:36:10.804124"], ["updated_at", "2016-10-06 15:36:10.804124"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora et sed sit mollitia enim.\",\"text\":\"You can't transmit the bandwidth without connecting the primary XSS interface!\"}"], ["created_at", "2016-10-06 15:36:10.806148"], ["updated_at", "2016-10-06 15:36:10.806148"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quia eos.\",\"text\":\"Use the virtual FTP panel, then you can transmit the multi-byte pixel!\"}"], ["created_at", "2016-10-06 15:36:10.808262"], ["updated_at", "2016-10-06 15:36:10.808262"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quas minus iure.\",\"text\":\"You can't generate the feed without hacking the online AI capacitor!\"}"], ["created_at", "2016-10-06 15:36:10.810380"], ["updated_at", "2016-10-06 15:36:10.810380"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima voluptatum quaerat.\",\"text\":\"If we bypass the alarm, we can get to the SCSI sensor through the online PNG circuit!\"}"], ["created_at", "2016-10-06 15:36:10.812471"], ["updated_at", "2016-10-06 15:36:10.812471"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit distinctio quia earum vitae.\",\"text\":\"Generating the panel won't do anything, we need to transmit the 1080p sas matrix!\"}"], ["created_at", "2016-10-06 15:36:10.815128"], ["updated_at", "2016-10-06 15:36:10.815128"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis est saepe.\",\"text\":\"We need to copy the redundant GB program!\"}"], ["created_at", "2016-10-06 15:36:10.817225"], ["updated_at", "2016-10-06 15:36:10.817225"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique laudantium et eos amet enim.\",\"text\":\"Use the solid state SMS alarm, then you can calculate the bluetooth sensor!\"}"], ["created_at", "2016-10-06 15:36:10.819615"], ["updated_at", "2016-10-06 15:36:10.819615"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia blanditiis magni enim iure.\",\"text\":\"Bypassing the array won't do anything, we need to bypass the virtual scsi sensor!\"}"], ["created_at", "2016-10-06 15:36:10.821934"], ["updated_at", "2016-10-06 15:36:10.821934"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia similique itaque ullam fugiat culpa ut.\",\"text\":\"I'll transmit the solid state COM driver, that should panel the EXE capacitor!\"}"], ["created_at", "2016-10-06 15:36:10.824180"], ["updated_at", "2016-10-06 15:36:10.824180"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores quo cumque ratione nesciunt consequuntur.\",\"text\":\"I'll navigate the primary ADP bus, that should feed the SCSI protocol!\"}"], ["created_at", "2016-10-06 15:36:10.827237"], ["updated_at", "2016-10-06 15:36:10.827237"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae in labore et aut earum eaque.\",\"text\":\"Parsing the hard drive won't do anything, we need to reboot the mobile sms card!\"}"], ["created_at", "2016-10-06 15:36:10.830753"], ["updated_at", "2016-10-06 15:36:10.830753"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut non dolores repellat quia.\",\"text\":\"The FTP transmitter is down, connect the redundant protocol so we can copy the SSL monitor!\"}"], ["created_at", "2016-10-06 15:36:10.874423"], ["updated_at", "2016-10-06 15:36:10.874423"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et perspiciatis modi.\",\"text\":\"Try to back up the THX firewall, maybe it will override the open-source feed!\"}"], ["created_at", "2016-10-06 15:36:10.876659"], ["updated_at", "2016-10-06 15:36:10.876659"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam optio dignissimos aliquam.\",\"text\":\"If we reboot the port, we can get to the AGP protocol through the open-source JBOD protocol!\"}"], ["created_at", "2016-10-06 15:36:10.878714"], ["updated_at", "2016-10-06 15:36:10.878714"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quia quisquam expedita.\",\"text\":\"I'll generate the redundant HDD circuit, that should pixel the ADP firewall!\"}"], ["created_at", "2016-10-06 15:36:10.880733"], ["updated_at", "2016-10-06 15:36:10.880733"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt voluptatibus placeat.\",\"text\":\"If we back up the transmitter, we can get to the SMS feed through the haptic AGP feed!\"}"], ["created_at", "2016-10-06 15:36:10.885267"], ["updated_at", "2016-10-06 15:36:10.885267"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias consequatur animi minima sed nostrum.\",\"text\":\"I'll calculate the wireless THX feed, that should monitor the USB panel!\"}"], ["created_at", "2016-10-06 15:36:10.887666"], ["updated_at", "2016-10-06 15:36:10.887666"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia officia nam earum aut quidem.\",\"text\":\"I'll generate the online CSS array, that should feed the HDD transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.889398"], ["updated_at", "2016-10-06 15:36:10.889398"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo aut sequi numquam ea.\",\"text\":\"Programming the firewall won't do anything, we need to back up the primary ftp capacitor!\"}"], ["created_at", "2016-10-06 15:36:10.891181"], ["updated_at", "2016-10-06 15:36:10.891181"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error enim assumenda ipsam illum ex aliquam.\",\"text\":\"We need to hack the redundant SQL card!\"}"], ["created_at", "2016-10-06 15:36:10.892910"], ["updated_at", "2016-10-06 15:36:10.892910"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis nobis animi ut officiis.\",\"text\":\"The USB monitor is down, calculate the virtual bandwidth so we can program the PNG interface!\"}"], ["created_at", "2016-10-06 15:36:10.896009"], ["updated_at", "2016-10-06 15:36:10.896009"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid tenetur id itaque.\",\"text\":\"You can't synthesize the feed without navigating the digital XML feed!\"}"], ["created_at", "2016-10-06 15:36:10.898167"], ["updated_at", "2016-10-06 15:36:10.898167"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero molestiae qui.\",\"text\":\"You can't bypass the program without overriding the neural PCI driver!\"}"], ["created_at", "2016-10-06 15:36:10.899978"], ["updated_at", "2016-10-06 15:36:10.899978"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi dolorem voluptates eos eius recusandae esse perferendis.\",\"text\":\"Try to hack the USB bus, maybe it will reboot the mobile matrix!\"}"], ["created_at", "2016-10-06 15:36:10.901799"], ["updated_at", "2016-10-06 15:36:10.901799"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quo ex modi porro voluptatibus.\",\"text\":\"The SCSI hard drive is down, quantify the auxiliary sensor so we can compress the HDD transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.903565"], ["updated_at", "2016-10-06 15:36:10.903565"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit eum hic rerum voluptatem dolorum.\",\"text\":\"The GB array is down, bypass the back-end protocol so we can reboot the EXE system!\"}"], ["created_at", "2016-10-06 15:36:10.905300"], ["updated_at", "2016-10-06 15:36:10.905300"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus eum numquam.\",\"text\":\"The AI array is down, quantify the haptic interface so we can generate the JSON program!\"}"], ["created_at", "2016-10-06 15:36:10.907146"], ["updated_at", "2016-10-06 15:36:10.907146"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit omnis quis ut aspernatur sint non.\",\"text\":\"Try to calculate the AI transmitter, maybe it will synthesize the solid state driver!\"}"], ["created_at", "2016-10-06 15:36:10.908876"], ["updated_at", "2016-10-06 15:36:10.908876"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias accusantium repellendus cumque natus.\",\"text\":\"Copying the capacitor won't do anything, we need to copy the online xml card!\"}"], ["created_at", "2016-10-06 15:36:10.910581"], ["updated_at", "2016-10-06 15:36:10.910581"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A deserunt praesentium animi.\",\"text\":\"If we generate the firewall, we can get to the IB matrix through the cross-platform THX hard drive!\"}"], ["created_at", "2016-10-06 15:36:10.912308"], ["updated_at", "2016-10-06 15:36:10.912308"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur est aspernatur odit consectetur sed iure.\",\"text\":\"We need to calculate the wireless JBOD application!\"}"], ["created_at", "2016-10-06 15:36:10.914162"], ["updated_at", "2016-10-06 15:36:10.914162"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit facere cumque amet dolorem quia dolores aperiam.\",\"text\":\"You can't connect the panel without programming the cross-platform RAM circuit!\"}"], ["created_at", "2016-10-06 15:36:10.915877"], ["updated_at", "2016-10-06 15:36:10.915877"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi autem rem et magnam accusantium id non.\",\"text\":\"The SDD sensor is down, generate the back-end array so we can navigate the TCP hard drive!\"}"], ["created_at", "2016-10-06 15:36:10.917630"], ["updated_at", "2016-10-06 15:36:10.917630"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo deserunt expedita id.\",\"text\":\"I'll bypass the cross-platform SQL alarm, that should monitor the CSS port!\"}"], ["created_at", "2016-10-06 15:36:10.919389"], ["updated_at", "2016-10-06 15:36:10.919389"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quis sit velit quo.\",\"text\":\"If we input the port, we can get to the HTTP microchip through the auxiliary HTTP feed!\"}"], ["created_at", "2016-10-06 15:36:10.921086"], ["updated_at", "2016-10-06 15:36:10.921086"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus ut eos minus dolor.\",\"text\":\"If we calculate the program, we can get to the XSS microchip through the primary EXE port!\"}"], ["created_at", "2016-10-06 15:36:10.922750"], ["updated_at", "2016-10-06 15:36:10.922750"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea sed sequi quaerat.\",\"text\":\"If we reboot the alarm, we can get to the SAS capacitor through the haptic XML microchip!\"}"], ["created_at", "2016-10-06 15:36:10.924411"], ["updated_at", "2016-10-06 15:36:10.924411"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam a quasi et nihil.\",\"text\":\"Use the bluetooth SDD bus, then you can reboot the online interface!\"}"], ["created_at", "2016-10-06 15:36:10.926061"], ["updated_at", "2016-10-06 15:36:10.926061"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam saepe et consequuntur omnis sit ut.\",\"text\":\"Use the online TCP hard drive, then you can copy the 1080p hard drive!\"}"], ["created_at", "2016-10-06 15:36:10.927689"], ["updated_at", "2016-10-06 15:36:10.927689"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum libero ut ea praesentium veritatis amet autem.\",\"text\":\"If we connect the microchip, we can get to the FTP hard drive through the virtual THX transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.929380"], ["updated_at", "2016-10-06 15:36:10.929380"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi ad ut perferendis.\",\"text\":\"You can't copy the driver without hacking the online RAM pixel!\"}"], ["created_at", "2016-10-06 15:36:10.931081"], ["updated_at", "2016-10-06 15:36:10.931081"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis dignissimos quaerat commodi et.\",\"text\":\"Try to hack the PNG bus, maybe it will program the virtual microchip!\"}"], ["created_at", "2016-10-06 15:36:10.932598"], ["updated_at", "2016-10-06 15:36:10.932598"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident blanditiis quod ut nobis rerum qui veritatis.\",\"text\":\"Try to reboot the SQL application, maybe it will index the optical application!\"}"], ["created_at", "2016-10-06 15:36:10.934196"], ["updated_at", "2016-10-06 15:36:10.934196"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus placeat dolorem aperiam nam dolores quis sint.\",\"text\":\"Try to generate the SCSI pixel, maybe it will copy the auxiliary array!\"}"], ["created_at", "2016-10-06 15:36:10.935757"], ["updated_at", "2016-10-06 15:36:10.935757"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem minus beatae doloribus ut.\",\"text\":\"Try to program the HDD port, maybe it will back up the optical panel!\"}"], ["created_at", "2016-10-06 15:36:10.937357"], ["updated_at", "2016-10-06 15:36:10.937357"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore molestiae neque exercitationem quia rerum odit.\",\"text\":\"Try to copy the SMTP system, maybe it will generate the wireless microchip!\"}"], ["created_at", "2016-10-06 15:36:10.938940"], ["updated_at", "2016-10-06 15:36:10.938940"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur est fugiat numquam et ratione.\",\"text\":\"Try to override the AGP array, maybe it will input the primary panel!\"}"], ["created_at", "2016-10-06 15:36:10.940507"], ["updated_at", "2016-10-06 15:36:10.940507"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum provident officia delectus ut necessitatibus vitae.\",\"text\":\"Transmitting the system won't do anything, we need to input the auxiliary json protocol!\"}"], ["created_at", "2016-10-06 15:36:10.942092"], ["updated_at", "2016-10-06 15:36:10.942092"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis aperiam quae.\",\"text\":\"You can't reboot the pixel without hacking the multi-byte SDD alarm!\"}"], ["created_at", "2016-10-06 15:36:10.943694"], ["updated_at", "2016-10-06 15:36:10.943694"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam officia praesentium ex beatae.\",\"text\":\"We need to compress the redundant SCSI transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.945298"], ["updated_at", "2016-10-06 15:36:10.945298"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum labore non rerum et sint deleniti.\",\"text\":\"I'll hack the solid state SMS program, that should card the XML application!\"}"], ["created_at", "2016-10-06 15:36:10.946882"], ["updated_at", "2016-10-06 15:36:10.946882"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem cupiditate delectus odit velit eveniet.\",\"text\":\"The COM hard drive is down, hack the optical microchip so we can generate the AI matrix!\"}"], ["created_at", "2016-10-06 15:36:10.948450"], ["updated_at", "2016-10-06 15:36:10.948450"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis esse iste deleniti et.\",\"text\":\"If we transmit the pixel, we can get to the GB interface through the cross-platform TCP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.950110"], ["updated_at", "2016-10-06 15:36:10.950110"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo dolorum quo.\",\"text\":\"Navigating the panel won't do anything, we need to input the bluetooth com card!\"}"], ["created_at", "2016-10-06 15:36:10.951799"], ["updated_at", "2016-10-06 15:36:10.951799"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis quia et soluta quo harum.\",\"text\":\"Try to calculate the EXE monitor, maybe it will bypass the virtual circuit!\"}"], ["created_at", "2016-10-06 15:36:10.953556"], ["updated_at", "2016-10-06 15:36:10.953556"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus consequuntur qui quod sit.\",\"text\":\"If we input the system, we can get to the XSS alarm through the virtual COM array!\"}"], ["created_at", "2016-10-06 15:36:10.955477"], ["updated_at", "2016-10-06 15:36:10.955477"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium eveniet veniam libero culpa eum molestiae laudantium.\",\"text\":\"Use the wireless SMS firewall, then you can reboot the optical sensor!\"}"], ["created_at", "2016-10-06 15:36:10.957345"], ["updated_at", "2016-10-06 15:36:10.957345"]] SQL (1.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt suscipit vero.\",\"text\":\"You can't transmit the system without indexing the virtual AI hard drive!\"}"], ["created_at", "2016-10-06 15:36:10.959353"], ["updated_at", "2016-10-06 15:36:10.959353"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum voluptas aperiam qui illum.\",\"text\":\"You can't compress the monitor without navigating the primary CSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:10.966421"], ["updated_at", "2016-10-06 15:36:10.966421"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis officia dolorem ea.\",\"text\":\"You can't bypass the card without navigating the back-end AI driver!\"}"], ["created_at", "2016-10-06 15:36:10.968714"], ["updated_at", "2016-10-06 15:36:10.968714"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem vel aperiam magni praesentium.\",\"text\":\"Try to quantify the SAS panel, maybe it will calculate the auxiliary port!\"}"], ["created_at", "2016-10-06 15:36:10.970565"], ["updated_at", "2016-10-06 15:36:10.970565"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam repellendus ipsum.\",\"text\":\"Hacking the protocol won't do anything, we need to program the virtual pci monitor!\"}"], ["created_at", "2016-10-06 15:36:10.972371"], ["updated_at", "2016-10-06 15:36:10.972371"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse sunt enim perspiciatis est quis enim libero.\",\"text\":\"Use the haptic USB matrix, then you can transmit the haptic application!\"}"], ["created_at", "2016-10-06 15:36:10.973554"], ["updated_at", "2016-10-06 15:36:10.973554"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos cum eius eum est sed.\",\"text\":\"If we compress the microchip, we can get to the AI pixel through the mobile GB driver!\"}"], ["created_at", "2016-10-06 15:36:10.974917"], ["updated_at", "2016-10-06 15:36:10.974917"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa adipisci nihil perferendis voluptatem omnis cupiditate.\",\"text\":\"Try to index the FTP card, maybe it will bypass the virtual monitor!\"}"], ["created_at", "2016-10-06 15:36:10.976902"], ["updated_at", "2016-10-06 15:36:10.976902"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa dolor quaerat dicta ut voluptatem.\",\"text\":\"We need to reboot the bluetooth CSS microchip!\"}"], ["created_at", "2016-10-06 15:36:10.978861"], ["updated_at", "2016-10-06 15:36:10.978861"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore aut error ullam sint doloribus.\",\"text\":\"If we synthesize the bandwidth, we can get to the SMS application through the online JSON feed!\"}"], ["created_at", "2016-10-06 15:36:10.980946"], ["updated_at", "2016-10-06 15:36:10.980946"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi voluptatibus eos in sit ratione aperiam cumque.\",\"text\":\"Overriding the capacitor won't do anything, we need to synthesize the virtual agp microchip!\"}"], ["created_at", "2016-10-06 15:36:10.982884"], ["updated_at", "2016-10-06 15:36:10.982884"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel sit ea cumque.\",\"text\":\"You can't program the program without quantifying the back-end JSON driver!\"}"], ["created_at", "2016-10-06 15:36:10.987291"], ["updated_at", "2016-10-06 15:36:10.987291"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit omnis qui.\",\"text\":\"The JBOD port is down, hack the wireless bus so we can compress the CSS feed!\"}"], ["created_at", "2016-10-06 15:36:10.989123"], ["updated_at", "2016-10-06 15:36:10.989123"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum voluptas repellendus sunt nam.\",\"text\":\"Try to override the RAM firewall, maybe it will compress the mobile transmitter!\"}"], ["created_at", "2016-10-06 15:36:10.990994"], ["updated_at", "2016-10-06 15:36:10.990994"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia adipisci sint delectus et cupiditate.\",\"text\":\"You can't synthesize the firewall without compressing the solid state RAM system!\"}"], ["created_at", "2016-10-06 15:36:10.995007"], ["updated_at", "2016-10-06 15:36:10.995007"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt eligendi consequatur fugiat.\",\"text\":\"I'll connect the haptic SCSI circuit, that should capacitor the RAM card!\"}"], ["created_at", "2016-10-06 15:36:10.997497"], ["updated_at", "2016-10-06 15:36:10.997497"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas explicabo possimus cum eius reprehenderit.\",\"text\":\"If we synthesize the hard drive, we can get to the SMTP program through the auxiliary JSON array!\"}"], ["created_at", "2016-10-06 15:36:11.000401"], ["updated_at", "2016-10-06 15:36:11.000401"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam voluptas libero sed dolor quaerat enim.\",\"text\":\"Try to copy the AGP bus, maybe it will index the open-source microchip!\"}"], ["created_at", "2016-10-06 15:36:11.003879"], ["updated_at", "2016-10-06 15:36:11.003879"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum fugiat incidunt quia porro officiis expedita vel.\",\"text\":\"If we compress the program, we can get to the AI card through the haptic PNG driver!\"}"], ["created_at", "2016-10-06 15:36:11.005770"], ["updated_at", "2016-10-06 15:36:11.005770"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ipsa voluptate.\",\"text\":\"I'll parse the wireless XSS sensor, that should driver the COM port!\"}"], ["created_at", "2016-10-06 15:36:11.007183"], ["updated_at", "2016-10-06 15:36:11.007183"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam dicta vel quasi fugiat.\",\"text\":\"Try to reboot the HDD card, maybe it will calculate the 1080p panel!\"}"], ["created_at", "2016-10-06 15:36:11.008283"], ["updated_at", "2016-10-06 15:36:11.008283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et ducimus commodi at vel.\",\"text\":\"If we input the transmitter, we can get to the RSS monitor through the optical AGP system!\"}"], ["created_at", "2016-10-06 15:36:11.009316"], ["updated_at", "2016-10-06 15:36:11.009316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde molestiae recusandae et qui voluptatem corrupti est.\",\"text\":\"Programming the application won't do anything, we need to connect the online sms alarm!\"}"], ["created_at", "2016-10-06 15:36:11.010322"], ["updated_at", "2016-10-06 15:36:11.010322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti in laboriosam excepturi.\",\"text\":\"The XML monitor is down, compress the mobile card so we can connect the SSL sensor!\"}"], ["created_at", "2016-10-06 15:36:11.011329"], ["updated_at", "2016-10-06 15:36:11.011329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est id eum et mollitia fugit.\",\"text\":\"We need to index the redundant SMS driver!\"}"], ["created_at", "2016-10-06 15:36:11.012309"], ["updated_at", "2016-10-06 15:36:11.012309"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et beatae excepturi ipsa ipsam.\",\"text\":\"The SMTP card is down, synthesize the wireless alarm so we can index the SCSI driver!\"}"], ["created_at", "2016-10-06 15:36:11.013490"], ["updated_at", "2016-10-06 15:36:11.013490"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam itaque sit magni quod consequatur saepe.\",\"text\":\"Try to synthesize the CSS circuit, maybe it will input the wireless sensor!\"}"], ["created_at", "2016-10-06 15:36:11.016744"], ["updated_at", "2016-10-06 15:36:11.016744"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At expedita voluptatem autem magni.\",\"text\":\"You can't bypass the transmitter without generating the haptic AI transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.020412"], ["updated_at", "2016-10-06 15:36:11.020412"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel saepe est voluptatem doloremque sed.\",\"text\":\"The JBOD application is down, index the online application so we can parse the SMTP matrix!\"}"], ["created_at", "2016-10-06 15:36:11.022949"], ["updated_at", "2016-10-06 15:36:11.022949"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam aut beatae ut qui officiis aliquid.\",\"text\":\"I'll synthesize the open-source XML circuit, that should card the IB driver!\"}"], ["created_at", "2016-10-06 15:36:11.024606"], ["updated_at", "2016-10-06 15:36:11.024606"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At hic quas aut ipsa aut.\",\"text\":\"Parsing the card won't do anything, we need to transmit the optical jbod matrix!\"}"], ["created_at", "2016-10-06 15:36:11.025757"], ["updated_at", "2016-10-06 15:36:11.025757"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione et nisi omnis.\",\"text\":\"The HDD firewall is down, override the cross-platform circuit so we can hack the COM sensor!\"}"], ["created_at", "2016-10-06 15:36:11.026866"], ["updated_at", "2016-10-06 15:36:11.026866"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero esse neque cupiditate reiciendis vero nihil corrupti.\",\"text\":\"Try to hack the SQL firewall, maybe it will reboot the optical sensor!\"}"], ["created_at", "2016-10-06 15:36:11.027914"], ["updated_at", "2016-10-06 15:36:11.027914"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe rerum dolor.\",\"text\":\"Navigating the bus won't do anything, we need to quantify the cross-platform ai protocol!\"}"], ["created_at", "2016-10-06 15:36:11.028971"], ["updated_at", "2016-10-06 15:36:11.028971"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas nulla non veritatis aspernatur itaque ut aperiam.\",\"text\":\"You can't index the port without bypassing the bluetooth PCI matrix!\"}"], ["created_at", "2016-10-06 15:36:11.030378"], ["updated_at", "2016-10-06 15:36:11.030378"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe quaerat aut ratione vel laborum earum.\",\"text\":\"You can't bypass the system without hacking the optical SCSI hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.034028"], ["updated_at", "2016-10-06 15:36:11.034028"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed dolorem rerum aut quia id.\",\"text\":\"I'll copy the optical SDD alarm, that should application the PCI panel!\"}"], ["created_at", "2016-10-06 15:36:11.035417"], ["updated_at", "2016-10-06 15:36:11.035417"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim et nihil nisi quia.\",\"text\":\"We need to connect the multi-byte SMS firewall!\"}"], ["created_at", "2016-10-06 15:36:11.036537"], ["updated_at", "2016-10-06 15:36:11.036537"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo velit id.\",\"text\":\"The ADP circuit is down, connect the online monitor so we can parse the IB driver!\"}"], ["created_at", "2016-10-06 15:36:11.037741"], ["updated_at", "2016-10-06 15:36:11.037741"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam iure deleniti molestiae quis alias.\",\"text\":\"We need to input the neural PCI feed!\"}"], ["created_at", "2016-10-06 15:36:11.038844"], ["updated_at", "2016-10-06 15:36:11.038844"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore eveniet veritatis ut repellat saepe adipisci.\",\"text\":\"Try to synthesize the PNG system, maybe it will connect the optical hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.039916"], ["updated_at", "2016-10-06 15:36:11.039916"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sed voluptas non.\",\"text\":\"Try to calculate the JSON transmitter, maybe it will override the optical microchip!\"}"], ["created_at", "2016-10-06 15:36:11.041067"], ["updated_at", "2016-10-06 15:36:11.041067"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis tempora ullam necessitatibus facere repudiandae sapiente ipsam.\",\"text\":\"The PCI transmitter is down, copy the wireless matrix so we can parse the EXE driver!\"}"], ["created_at", "2016-10-06 15:36:11.042118"], ["updated_at", "2016-10-06 15:36:11.042118"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem enim amet eos ea fugit.\",\"text\":\"I'll transmit the solid state COM microchip, that should panel the IB circuit!\"}"], ["created_at", "2016-10-06 15:36:11.043211"], ["updated_at", "2016-10-06 15:36:11.043211"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius sint aut culpa.\",\"text\":\"Try to transmit the THX microchip, maybe it will index the bluetooth microchip!\"}"], ["created_at", "2016-10-06 15:36:11.044249"], ["updated_at", "2016-10-06 15:36:11.044249"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae illum quas voluptas rem quam.\",\"text\":\"If we synthesize the port, we can get to the GB system through the virtual PNG sensor!\"}"], ["created_at", "2016-10-06 15:36:11.045274"], ["updated_at", "2016-10-06 15:36:11.045274"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt nihil quibusdam sunt optio.\",\"text\":\"You can't parse the card without synthesizing the online AI application!\"}"], ["created_at", "2016-10-06 15:36:11.046351"], ["updated_at", "2016-10-06 15:36:11.046351"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime totam aut.\",\"text\":\"If we reboot the alarm, we can get to the XML microchip through the redundant SMTP card!\"}"], ["created_at", "2016-10-06 15:36:11.047672"], ["updated_at", "2016-10-06 15:36:11.047672"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem neque ut voluptas aliquid ut ipsam quisquam.\",\"text\":\"You can't override the sensor without hacking the 1080p TCP application!\"}"], ["created_at", "2016-10-06 15:36:11.049901"], ["updated_at", "2016-10-06 15:36:11.049901"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit quibusdam excepturi eaque sit.\",\"text\":\"The GB system is down, quantify the bluetooth system so we can transmit the SCSI hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.051261"], ["updated_at", "2016-10-06 15:36:11.051261"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis voluptatem non reprehenderit sit laboriosam.\",\"text\":\"You can't transmit the port without compressing the back-end SAS card!\"}"], ["created_at", "2016-10-06 15:36:11.052386"], ["updated_at", "2016-10-06 15:36:11.052386"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident occaecati nam sunt ut ut dolorum maxime.\",\"text\":\"Programming the feed won't do anything, we need to navigate the solid state smtp monitor!\"}"], ["created_at", "2016-10-06 15:36:11.053471"], ["updated_at", "2016-10-06 15:36:11.053471"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error ut aperiam nobis consectetur vel nostrum.\",\"text\":\"Use the optical IB program, then you can calculate the wireless bus!\"}"], ["created_at", "2016-10-06 15:36:11.054553"], ["updated_at", "2016-10-06 15:36:11.054553"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque esse natus.\",\"text\":\"If we hack the monitor, we can get to the HTTP port through the digital AI alarm!\"}"], ["created_at", "2016-10-06 15:36:11.055673"], ["updated_at", "2016-10-06 15:36:11.055673"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore dolorem amet explicabo dolorem.\",\"text\":\"The HTTP capacitor is down, parse the cross-platform alarm so we can hack the FTP panel!\"}"], ["created_at", "2016-10-06 15:36:11.056714"], ["updated_at", "2016-10-06 15:36:11.056714"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum corporis rerum tempora.\",\"text\":\"You can't compress the monitor without synthesizing the primary RSS circuit!\"}"], ["created_at", "2016-10-06 15:36:11.057828"], ["updated_at", "2016-10-06 15:36:11.057828"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga temporibus provident voluptatum.\",\"text\":\"If we generate the sensor, we can get to the IB driver through the wireless GB protocol!\"}"], ["created_at", "2016-10-06 15:36:11.058928"], ["updated_at", "2016-10-06 15:36:11.058928"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci quidem laudantium est consequatur autem non.\",\"text\":\"We need to back up the neural PCI pixel!\"}"], ["created_at", "2016-10-06 15:36:11.059977"], ["updated_at", "2016-10-06 15:36:11.059977"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem consequatur illo.\",\"text\":\"Try to override the IB array, maybe it will override the cross-platform sensor!\"}"], ["created_at", "2016-10-06 15:36:11.060999"], ["updated_at", "2016-10-06 15:36:11.060999"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni corrupti omnis nemo.\",\"text\":\"I'll parse the back-end XSS feed, that should interface the AI card!\"}"], ["created_at", "2016-10-06 15:36:11.062017"], ["updated_at", "2016-10-06 15:36:11.062017"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat recusandae ut.\",\"text\":\"Try to index the PNG card, maybe it will program the solid state pixel!\"}"], ["created_at", "2016-10-06 15:36:11.063106"], ["updated_at", "2016-10-06 15:36:11.063106"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt quaerat magni amet doloremque sunt illo.\",\"text\":\"I'll bypass the cross-platform FTP driver, that should circuit the IB driver!\"}"], ["created_at", "2016-10-06 15:36:11.064471"], ["updated_at", "2016-10-06 15:36:11.064471"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sapiente tenetur laboriosam rerum quae consequatur vitae.\",\"text\":\"We need to generate the back-end HTTP card!\"}"], ["created_at", "2016-10-06 15:36:11.066713"], ["updated_at", "2016-10-06 15:36:11.066713"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum culpa blanditiis consectetur repudiandae.\",\"text\":\"Try to back up the COM firewall, maybe it will override the solid state firewall!\"}"], ["created_at", "2016-10-06 15:36:11.067830"], ["updated_at", "2016-10-06 15:36:11.067830"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id iure eos nemo omnis nisi recusandae similique.\",\"text\":\"If we bypass the array, we can get to the JBOD application through the open-source HTTP program!\"}"], ["created_at", "2016-10-06 15:36:11.068817"], ["updated_at", "2016-10-06 15:36:11.068817"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam quia iure voluptas voluptatem.\",\"text\":\"Use the virtual CSS panel, then you can index the wireless protocol!\"}"], ["created_at", "2016-10-06 15:36:11.069765"], ["updated_at", "2016-10-06 15:36:11.069765"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur explicabo tempora rerum.\",\"text\":\"You can't back up the monitor without backing up the mobile SSL capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.070744"], ["updated_at", "2016-10-06 15:36:11.070744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae quia dignissimos animi perferendis.\",\"text\":\"We need to parse the back-end XSS port!\"}"], ["created_at", "2016-10-06 15:36:11.071931"], ["updated_at", "2016-10-06 15:36:11.071931"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam quis maxime tenetur harum.\",\"text\":\"The EXE pixel is down, bypass the haptic driver so we can hack the RAM microchip!\"}"], ["created_at", "2016-10-06 15:36:11.072900"], ["updated_at", "2016-10-06 15:36:11.072900"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni eos officiis dolorem quasi ipsum omnis itaque.\",\"text\":\"If we navigate the port, we can get to the PCI capacitor through the neural AI bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.073832"], ["updated_at", "2016-10-06 15:36:11.073832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum dolorem porro.\",\"text\":\"You can't navigate the bus without calculating the redundant HTTP port!\"}"], ["created_at", "2016-10-06 15:36:11.074840"], ["updated_at", "2016-10-06 15:36:11.074840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa molestiae rem magni.\",\"text\":\"The SQL microchip is down, calculate the solid state circuit so we can parse the JBOD program!\"}"], ["created_at", "2016-10-06 15:36:11.075780"], ["updated_at", "2016-10-06 15:36:11.075780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem nulla sit.\",\"text\":\"We need to input the 1080p COM capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.076704"], ["updated_at", "2016-10-06 15:36:11.076704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat officia numquam porro rerum soluta nemo vero.\",\"text\":\"If we quantify the driver, we can get to the JSON interface through the mobile EXE feed!\"}"], ["created_at", "2016-10-06 15:36:11.077608"], ["updated_at", "2016-10-06 15:36:11.077608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident est sunt.\",\"text\":\"Try to back up the JBOD card, maybe it will reboot the online system!\"}"], ["created_at", "2016-10-06 15:36:11.078522"], ["updated_at", "2016-10-06 15:36:11.078522"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi ratione nisi maiores.\",\"text\":\"Backing up the hard drive won't do anything, we need to compress the wireless sdd monitor!\"}"], ["created_at", "2016-10-06 15:36:11.079408"], ["updated_at", "2016-10-06 15:36:11.079408"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos placeat doloremque animi voluptatibus debitis eum unde.\",\"text\":\"Try to connect the IB pixel, maybe it will program the haptic capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.080641"], ["updated_at", "2016-10-06 15:36:11.080641"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae animi consectetur placeat sed est non.\",\"text\":\"We need to compress the cross-platform USB transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.082802"], ["updated_at", "2016-10-06 15:36:11.082802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et sunt ut sapiente ut unde.\",\"text\":\"Try to generate the JBOD alarm, maybe it will connect the neural hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.084030"], ["updated_at", "2016-10-06 15:36:11.084030"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est amet ea neque sed delectus maiores quod.\",\"text\":\"You can't calculate the hard drive without parsing the digital USB capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.085033"], ["updated_at", "2016-10-06 15:36:11.085033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem accusamus nemo quam.\",\"text\":\"You can't index the monitor without hacking the mobile HDD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.085988"], ["updated_at", "2016-10-06 15:36:11.085988"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor suscipit aliquam aut esse.\",\"text\":\"The AI sensor is down, compress the 1080p transmitter so we can navigate the AI hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.086965"], ["updated_at", "2016-10-06 15:36:11.086965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis voluptatem ut autem rerum aut eligendi.\",\"text\":\"You can't reboot the pixel without synthesizing the digital SDD program!\"}"], ["created_at", "2016-10-06 15:36:11.087880"], ["updated_at", "2016-10-06 15:36:11.087880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia vitae nihil minima alias saepe quia.\",\"text\":\"Try to index the HTTP protocol, maybe it will transmit the back-end matrix!\"}"], ["created_at", "2016-10-06 15:36:11.088767"], ["updated_at", "2016-10-06 15:36:11.088767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat ut quis.\",\"text\":\"Try to quantify the TCP capacitor, maybe it will compress the haptic driver!\"}"], ["created_at", "2016-10-06 15:36:11.089629"], ["updated_at", "2016-10-06 15:36:11.089629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem rerum amet et molestias tempora.\",\"text\":\"I'll index the optical SAS application, that should bus the XSS capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.090499"], ["updated_at", "2016-10-06 15:36:11.090499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem porro nesciunt neque et quisquam.\",\"text\":\"You can't transmit the driver without parsing the multi-byte JBOD array!\"}"], ["created_at", "2016-10-06 15:36:11.091429"], ["updated_at", "2016-10-06 15:36:11.091429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur enim delectus id nemo qui nulla eius.\",\"text\":\"Try to index the FTP bus, maybe it will program the mobile array!\"}"], ["created_at", "2016-10-06 15:36:11.092362"], ["updated_at", "2016-10-06 15:36:11.092362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatibus nulla accusantium quia qui iusto eaque.\",\"text\":\"Use the primary IB hard drive, then you can bypass the auxiliary panel!\"}"], ["created_at", "2016-10-06 15:36:11.093275"], ["updated_at", "2016-10-06 15:36:11.093275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi quibusdam in nisi quod dolore et.\",\"text\":\"We need to reboot the wireless SAS feed!\"}"], ["created_at", "2016-10-06 15:36:11.094180"], ["updated_at", "2016-10-06 15:36:11.094180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eum quos aliquid.\",\"text\":\"Navigating the array won't do anything, we need to transmit the bluetooth ftp program!\"}"], ["created_at", "2016-10-06 15:36:11.095059"], ["updated_at", "2016-10-06 15:36:11.095059"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur accusamus quisquam omnis doloremque.\",\"text\":\"Use the virtual GB array, then you can transmit the optical bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.095932"], ["updated_at", "2016-10-06 15:36:11.095932"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed odio officia officiis.\",\"text\":\"If we input the interface, we can get to the USB microchip through the bluetooth HTTP interface!\"}"], ["created_at", "2016-10-06 15:36:11.097032"], ["updated_at", "2016-10-06 15:36:11.097032"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur qui qui est voluptas optio.\",\"text\":\"Calculating the hard drive won't do anything, we need to copy the bluetooth sql port!\"}"], ["created_at", "2016-10-06 15:36:11.099170"], ["updated_at", "2016-10-06 15:36:11.099170"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni ullam velit est tenetur eaque eius ab.\",\"text\":\"If we copy the card, we can get to the CSS capacitor through the bluetooth PCI bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.100436"], ["updated_at", "2016-10-06 15:36:11.100436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe velit voluptatem modi.\",\"text\":\"The THX protocol is down, back up the haptic capacitor so we can input the PNG circuit!\"}"], ["created_at", "2016-10-06 15:36:11.101411"], ["updated_at", "2016-10-06 15:36:11.101411"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quis sequi non.\",\"text\":\"Use the auxiliary ADP feed, then you can override the multi-byte pixel!\"}"], ["created_at", "2016-10-06 15:36:11.102324"], ["updated_at", "2016-10-06 15:36:11.102324"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate quos enim qui sapiente nulla odit.\",\"text\":\"I'll override the multi-byte SDD sensor, that should pixel the COM capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.103403"], ["updated_at", "2016-10-06 15:36:11.103403"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus et modi voluptatem sit dolorem qui est.\",\"text\":\"I'll override the cross-platform GB sensor, that should system the XSS alarm!\"}"], ["created_at", "2016-10-06 15:36:11.104496"], ["updated_at", "2016-10-06 15:36:11.104496"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos tenetur tempore officia minus.\",\"text\":\"Try to hack the SMTP bus, maybe it will transmit the open-source protocol!\"}"], ["created_at", "2016-10-06 15:36:11.105678"], ["updated_at", "2016-10-06 15:36:11.105678"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur dolorem praesentium dicta.\",\"text\":\"If we index the capacitor, we can get to the SQL protocol through the bluetooth GB system!\"}"], ["created_at", "2016-10-06 15:36:11.106936"], ["updated_at", "2016-10-06 15:36:11.106936"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis quia sed voluptatibus dolores.\",\"text\":\"Navigating the card won't do anything, we need to quantify the online ai panel!\"}"], ["created_at", "2016-10-06 15:36:11.109399"], ["updated_at", "2016-10-06 15:36:11.109399"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit veniam ea est.\",\"text\":\"You can't synthesize the monitor without overriding the cross-platform SDD application!\"}"], ["created_at", "2016-10-06 15:36:11.110667"], ["updated_at", "2016-10-06 15:36:11.110667"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In ut voluptatem autem sint est recusandae quia.\",\"text\":\"I'll transmit the haptic SAS panel, that should monitor the RSS program!\"}"], ["created_at", "2016-10-06 15:36:11.111788"], ["updated_at", "2016-10-06 15:36:11.111788"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias id dolore impedit officiis deleniti.\",\"text\":\"If we reboot the bus, we can get to the TCP monitor through the 1080p SMTP driver!\"}"], ["created_at", "2016-10-06 15:36:11.112781"], ["updated_at", "2016-10-06 15:36:11.112781"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus et voluptates provident.\",\"text\":\"The GB pixel is down, navigate the solid state protocol so we can generate the SSL port!\"}"], ["created_at", "2016-10-06 15:36:11.115225"], ["updated_at", "2016-10-06 15:36:11.115225"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa nobis aut deleniti.\",\"text\":\"Use the mobile JBOD application, then you can quantify the 1080p application!\"}"], ["created_at", "2016-10-06 15:36:11.118053"], ["updated_at", "2016-10-06 15:36:11.118053"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam eos autem animi consequatur.\",\"text\":\"The SCSI hard drive is down, connect the multi-byte driver so we can bypass the HTTP matrix!\"}"], ["created_at", "2016-10-06 15:36:11.119277"], ["updated_at", "2016-10-06 15:36:11.119277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet dolor non.\",\"text\":\"I'll parse the bluetooth SQL protocol, that should program the SDD card!\"}"], ["created_at", "2016-10-06 15:36:11.120269"], ["updated_at", "2016-10-06 15:36:11.120269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores dolores blanditiis in quas occaecati vel ipsa.\",\"text\":\"We need to transmit the open-source USB array!\"}"], ["created_at", "2016-10-06 15:36:11.121230"], ["updated_at", "2016-10-06 15:36:11.121230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore alias tempore eos voluptas voluptatibus vel.\",\"text\":\"Try to reboot the IB bandwidth, maybe it will input the 1080p array!\"}"], ["created_at", "2016-10-06 15:36:11.122144"], ["updated_at", "2016-10-06 15:36:11.122144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab ut optio veniam.\",\"text\":\"You can't program the microchip without backing up the back-end COM alarm!\"}"], ["created_at", "2016-10-06 15:36:11.123016"], ["updated_at", "2016-10-06 15:36:11.123016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In qui laborum odit.\",\"text\":\"Indexing the capacitor won't do anything, we need to override the online scsi bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.124215"], ["updated_at", "2016-10-06 15:36:11.124215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ut vel porro est asperiores odio magnam.\",\"text\":\"We need to hack the online HDD protocol!\"}"], ["created_at", "2016-10-06 15:36:11.125171"], ["updated_at", "2016-10-06 15:36:11.125171"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod iure reiciendis natus delectus.\",\"text\":\"We need to calculate the 1080p ADP transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.126025"], ["updated_at", "2016-10-06 15:36:11.126025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et eos.\",\"text\":\"Try to override the CSS feed, maybe it will hack the neural panel!\"}"], ["created_at", "2016-10-06 15:36:11.126892"], ["updated_at", "2016-10-06 15:36:11.126892"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias quos odit et.\",\"text\":\"If we hack the interface, we can get to the HTTP array through the neural AGP monitor!\"}"], ["created_at", "2016-10-06 15:36:11.127742"], ["updated_at", "2016-10-06 15:36:11.127742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et reiciendis corrupti et.\",\"text\":\"If we synthesize the hard drive, we can get to the AGP system through the primary COM feed!\"}"], ["created_at", "2016-10-06 15:36:11.128595"], ["updated_at", "2016-10-06 15:36:11.128595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A rerum perspiciatis porro sit.\",\"text\":\"Hacking the feed won't do anything, we need to bypass the solid state json bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.129441"], ["updated_at", "2016-10-06 15:36:11.129441"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore sit vitae suscipit quam quos illum.\",\"text\":\"You can't connect the microchip without bypassing the back-end CSS microchip!\"}"], ["created_at", "2016-10-06 15:36:11.130440"], ["updated_at", "2016-10-06 15:36:11.130440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati nihil et aliquam explicabo.\",\"text\":\"The AI panel is down, quantify the primary circuit so we can quantify the SQL matrix!\"}"], ["created_at", "2016-10-06 15:36:11.131369"], ["updated_at", "2016-10-06 15:36:11.131369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis atque qui iste placeat dolore dolor.\",\"text\":\"Use the digital TCP panel, then you can program the wireless circuit!\"}"], ["created_at", "2016-10-06 15:36:11.132311"], ["updated_at", "2016-10-06 15:36:11.132311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit voluptates sit eum.\",\"text\":\"The RSS protocol is down, quantify the digital array so we can reboot the SMS protocol!\"}"], ["created_at", "2016-10-06 15:36:11.133181"], ["updated_at", "2016-10-06 15:36:11.133181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla ut facere consequatur aut dolores sit veniam.\",\"text\":\"You can't input the bus without transmitting the multi-byte RSS protocol!\"}"], ["created_at", "2016-10-06 15:36:11.134047"], ["updated_at", "2016-10-06 15:36:11.134047"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut consequatur aperiam ea.\",\"text\":\"The EXE card is down, generate the virtual bandwidth so we can calculate the XSS monitor!\"}"], ["created_at", "2016-10-06 15:36:11.134915"], ["updated_at", "2016-10-06 15:36:11.134915"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit eos accusantium vel illo.\",\"text\":\"Try to bypass the HDD circuit, maybe it will navigate the back-end circuit!\"}"], ["created_at", "2016-10-06 15:36:11.135773"], ["updated_at", "2016-10-06 15:36:11.135773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam ipsum quia eaque voluptatem distinctio recusandae itaque.\",\"text\":\"I'll calculate the optical CSS matrix, that should bus the THX firewall!\"}"], ["created_at", "2016-10-06 15:36:11.136630"], ["updated_at", "2016-10-06 15:36:11.136630"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum delectus ut molestiae sapiente accusantium.\",\"text\":\"Use the back-end SDD circuit, then you can calculate the mobile port!\"}"], ["created_at", "2016-10-06 15:36:11.137483"], ["updated_at", "2016-10-06 15:36:11.137483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias facere corporis eum.\",\"text\":\"You can't synthesize the capacitor without hacking the virtual XML port!\"}"], ["created_at", "2016-10-06 15:36:11.138375"], ["updated_at", "2016-10-06 15:36:11.138375"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos culpa blanditiis error.\",\"text\":\"I'll copy the optical AI protocol, that should microchip the HDD feed!\"}"], ["created_at", "2016-10-06 15:36:11.139241"], ["updated_at", "2016-10-06 15:36:11.139241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam sint aut et sint dolores aspernatur.\",\"text\":\"If we connect the feed, we can get to the FTP sensor through the neural FTP feed!\"}"], ["created_at", "2016-10-06 15:36:11.140120"], ["updated_at", "2016-10-06 15:36:11.140120"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sit perspiciatis rerum qui nostrum enim aut.\",\"text\":\"Backing up the microchip won't do anything, we need to index the solid state adp firewall!\"}"], ["created_at", "2016-10-06 15:36:11.140951"], ["updated_at", "2016-10-06 15:36:11.140951"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi expedita est assumenda ut.\",\"text\":\"I'll parse the redundant COM feed, that should feed the EXE interface!\"}"], ["created_at", "2016-10-06 15:36:11.141869"], ["updated_at", "2016-10-06 15:36:11.141869"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure consequatur fugiat dicta asperiores perspiciatis enim.\",\"text\":\"If we quantify the sensor, we can get to the CSS microchip through the wireless XSS pixel!\"}"], ["created_at", "2016-10-06 15:36:11.142767"], ["updated_at", "2016-10-06 15:36:11.142767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque dolorum libero neque facilis eum voluptas fugiat.\",\"text\":\"I'll transmit the back-end SDD feed, that should array the SSL microchip!\"}"], ["created_at", "2016-10-06 15:36:11.143617"], ["updated_at", "2016-10-06 15:36:11.143617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut vel porro aut.\",\"text\":\"The TCP panel is down, hack the auxiliary port so we can hack the USB array!\"}"], ["created_at", "2016-10-06 15:36:11.144478"], ["updated_at", "2016-10-06 15:36:11.144478"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem illum quis eos et ab repudiandae et.\",\"text\":\"The IB alarm is down, bypass the optical matrix so we can hack the RAM circuit!\"}"], ["created_at", "2016-10-06 15:36:11.145330"], ["updated_at", "2016-10-06 15:36:11.145330"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut eos eos.\",\"text\":\"The AGP microchip is down, input the 1080p circuit so we can synthesize the GB transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.146228"], ["updated_at", "2016-10-06 15:36:11.146228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium dolores temporibus explicabo.\",\"text\":\"We need to calculate the optical SDD port!\"}"], ["created_at", "2016-10-06 15:36:11.147109"], ["updated_at", "2016-10-06 15:36:11.147109"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est velit facilis consequatur omnis.\",\"text\":\"Overriding the microchip won't do anything, we need to synthesize the mobile sms driver!\"}"], ["created_at", "2016-10-06 15:36:11.147975"], ["updated_at", "2016-10-06 15:36:11.147975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum nisi quo iure delectus.\",\"text\":\"We need to program the primary SAS pixel!\"}"], ["created_at", "2016-10-06 15:36:11.148902"], ["updated_at", "2016-10-06 15:36:11.148902"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur eos quo unde.\",\"text\":\"I'll override the primary COM array, that should pixel the COM transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.149773"], ["updated_at", "2016-10-06 15:36:11.149773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque rerum sapiente alias nulla sit.\",\"text\":\"Generating the bus won't do anything, we need to hack the back-end thx port!\"}"], ["created_at", "2016-10-06 15:36:11.150671"], ["updated_at", "2016-10-06 15:36:11.150671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus saepe commodi esse.\",\"text\":\"We need to generate the optical AI circuit!\"}"], ["created_at", "2016-10-06 15:36:11.151532"], ["updated_at", "2016-10-06 15:36:11.151532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates dolores et eum dolorum magnam.\",\"text\":\"Try to synthesize the GB card, maybe it will generate the neural microchip!\"}"], ["created_at", "2016-10-06 15:36:11.152391"], ["updated_at", "2016-10-06 15:36:11.152391"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui repudiandae dolores et culpa ut est.\",\"text\":\"I'll bypass the mobile PCI capacitor, that should microchip the RAM application!\"}"], ["created_at", "2016-10-06 15:36:11.153257"], ["updated_at", "2016-10-06 15:36:11.153257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et rerum in dolores corrupti ab at.\",\"text\":\"Use the primary RSS interface, then you can override the redundant transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.154122"], ["updated_at", "2016-10-06 15:36:11.154122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto ut error et sunt voluptate quod quis.\",\"text\":\"The SSL port is down, back up the multi-byte monitor so we can quantify the SSL panel!\"}"], ["created_at", "2016-10-06 15:36:11.155034"], ["updated_at", "2016-10-06 15:36:11.155034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem et saepe ut.\",\"text\":\"The SCSI port is down, generate the bluetooth port so we can connect the SDD bus!\"}"], ["created_at", "2016-10-06 15:36:11.155905"], ["updated_at", "2016-10-06 15:36:11.155905"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste aut tempora ut debitis doloribus aut numquam.\",\"text\":\"If we bypass the microchip, we can get to the GB circuit through the auxiliary HTTP feed!\"}"], ["created_at", "2016-10-06 15:36:11.156758"], ["updated_at", "2016-10-06 15:36:11.156758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni occaecati nihil qui atque voluptatem.\",\"text\":\"If we reboot the application, we can get to the FTP bus through the 1080p SMTP pixel!\"}"], ["created_at", "2016-10-06 15:36:11.157679"], ["updated_at", "2016-10-06 15:36:11.157679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem voluptatum iste beatae.\",\"text\":\"Copying the protocol won't do anything, we need to bypass the virtual ram port!\"}"], ["created_at", "2016-10-06 15:36:11.158561"], ["updated_at", "2016-10-06 15:36:11.158561"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet accusantium eos sit nisi aspernatur cum.\",\"text\":\"Try to navigate the AGP interface, maybe it will copy the online bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.159431"], ["updated_at", "2016-10-06 15:36:11.159431"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est facere explicabo voluptatem est et.\",\"text\":\"We need to program the redundant USB card!\"}"], ["created_at", "2016-10-06 15:36:11.160282"], ["updated_at", "2016-10-06 15:36:11.160282"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia at quae minima id atque vel earum.\",\"text\":\"The SMS protocol is down, generate the online capacitor so we can back up the GB driver!\"}"], ["created_at", "2016-10-06 15:36:11.161142"], ["updated_at", "2016-10-06 15:36:11.161142"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem et quasi ea rerum repellat dolor.\",\"text\":\"If we index the matrix, we can get to the GB protocol through the cross-platform IB alarm!\"}"], ["created_at", "2016-10-06 15:36:11.162008"], ["updated_at", "2016-10-06 15:36:11.162008"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi explicabo necessitatibus odit in.\",\"text\":\"The XML application is down, program the cross-platform hard drive so we can compress the SDD pixel!\"}"], ["created_at", "2016-10-06 15:36:11.162890"], ["updated_at", "2016-10-06 15:36:11.162890"]] SQL (14.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut adipisci sapiente reiciendis quasi.\",\"text\":\"Use the digital RSS driver, then you can bypass the online interface!\"}"], ["created_at", "2016-10-06 15:36:11.163769"], ["updated_at", "2016-10-06 15:36:11.163769"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque sit id.\",\"text\":\"You can't quantify the panel without bypassing the haptic USB matrix!\"}"], ["created_at", "2016-10-06 15:36:11.179124"], ["updated_at", "2016-10-06 15:36:11.179124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora vitae quia earum.\",\"text\":\"Programming the bandwidth won't do anything, we need to index the redundant http hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.180216"], ["updated_at", "2016-10-06 15:36:11.180216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam magni at voluptatum voluptatem.\",\"text\":\"Try to program the EXE feed, maybe it will connect the optical firewall!\"}"], ["created_at", "2016-10-06 15:36:11.181310"], ["updated_at", "2016-10-06 15:36:11.181310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto pariatur labore.\",\"text\":\"Indexing the matrix won't do anything, we need to quantify the haptic adp feed!\"}"], ["created_at", "2016-10-06 15:36:11.182363"], ["updated_at", "2016-10-06 15:36:11.182363"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci velit aut repudiandae iure.\",\"text\":\"If we compress the feed, we can get to the JBOD card through the multi-byte AI panel!\"}"], ["created_at", "2016-10-06 15:36:11.183268"], ["updated_at", "2016-10-06 15:36:11.183268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae vero animi numquam.\",\"text\":\"Indexing the system won't do anything, we need to override the neural com protocol!\"}"], ["created_at", "2016-10-06 15:36:11.184192"], ["updated_at", "2016-10-06 15:36:11.184192"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex delectus odio cupiditate deleniti et incidunt.\",\"text\":\"I'll input the back-end AGP pixel, that should monitor the AI feed!\"}"], ["created_at", "2016-10-06 15:36:11.185081"], ["updated_at", "2016-10-06 15:36:11.185081"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit tempora quo.\",\"text\":\"We need to input the neural GB circuit!\"}"], ["created_at", "2016-10-06 15:36:11.186013"], ["updated_at", "2016-10-06 15:36:11.186013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt eos ut non qui quaerat.\",\"text\":\"If we connect the program, we can get to the SQL firewall through the wireless SDD driver!\"}"], ["created_at", "2016-10-06 15:36:11.186995"], ["updated_at", "2016-10-06 15:36:11.186995"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quisquam perferendis inventore rerum non et voluptates.\",\"text\":\"Use the digital HTTP interface, then you can compress the online system!\"}"], ["created_at", "2016-10-06 15:36:11.187874"], ["updated_at", "2016-10-06 15:36:11.187874"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem aliquam alias quia commodi quasi dolore voluptatem.\",\"text\":\"Try to navigate the PNG pixel, maybe it will index the neural matrix!\"}"], ["created_at", "2016-10-06 15:36:11.188826"], ["updated_at", "2016-10-06 15:36:11.188826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat deserunt delectus expedita reprehenderit.\",\"text\":\"Try to bypass the SQL protocol, maybe it will connect the mobile feed!\"}"], ["created_at", "2016-10-06 15:36:11.189695"], ["updated_at", "2016-10-06 15:36:11.189695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos temporibus recusandae facilis.\",\"text\":\"Navigating the matrix won't do anything, we need to parse the back-end tcp transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.190629"], ["updated_at", "2016-10-06 15:36:11.190629"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus error quae.\",\"text\":\"Use the multi-byte SDD alarm, then you can bypass the cross-platform alarm!\"}"], ["created_at", "2016-10-06 15:36:11.191614"], ["updated_at", "2016-10-06 15:36:11.191614"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit sit ut.\",\"text\":\"The SMS alarm is down, navigate the redundant sensor so we can input the SMTP firewall!\"}"], ["created_at", "2016-10-06 15:36:11.192708"], ["updated_at", "2016-10-06 15:36:11.192708"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem error consequatur unde quia.\",\"text\":\"The HDD matrix is down, transmit the haptic hard drive so we can reboot the XSS interface!\"}"], ["created_at", "2016-10-06 15:36:11.193710"], ["updated_at", "2016-10-06 15:36:11.193710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates aspernatur ut omnis inventore deleniti nulla.\",\"text\":\"Use the haptic PNG system, then you can input the multi-byte driver!\"}"], ["created_at", "2016-10-06 15:36:11.194877"], ["updated_at", "2016-10-06 15:36:11.194877"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut mollitia tenetur dicta deserunt.\",\"text\":\"Use the open-source PNG sensor, then you can program the redundant sensor!\"}"], ["created_at", "2016-10-06 15:36:11.195825"], ["updated_at", "2016-10-06 15:36:11.195825"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur sed consequatur.\",\"text\":\"You can't compress the pixel without transmitting the 1080p COM protocol!\"}"], ["created_at", "2016-10-06 15:36:11.196938"], ["updated_at", "2016-10-06 15:36:11.196938"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et soluta voluptatem et ex consequatur similique.\",\"text\":\"Indexing the card won't do anything, we need to connect the open-source sms interface!\"}"], ["created_at", "2016-10-06 15:36:11.198205"], ["updated_at", "2016-10-06 15:36:11.198205"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi impedit voluptatem mollitia doloremque dolorem reprehenderit.\",\"text\":\"Use the online FTP firewall, then you can parse the neural matrix!\"}"], ["created_at", "2016-10-06 15:36:11.199427"], ["updated_at", "2016-10-06 15:36:11.199427"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae officia aut dignissimos consequatur itaque eius.\",\"text\":\"If we copy the pixel, we can get to the JSON port through the solid state PNG program!\"}"], ["created_at", "2016-10-06 15:36:11.201052"], ["updated_at", "2016-10-06 15:36:11.201052"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic et iure voluptatem et maxime ab.\",\"text\":\"Try to synthesize the XSS monitor, maybe it will synthesize the multi-byte port!\"}"], ["created_at", "2016-10-06 15:36:11.203406"], ["updated_at", "2016-10-06 15:36:11.203406"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab in et sit placeat autem doloremque enim.\",\"text\":\"If we index the sensor, we can get to the JBOD port through the auxiliary RAM circuit!\"}"], ["created_at", "2016-10-06 15:36:11.205716"], ["updated_at", "2016-10-06 15:36:11.205716"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ea accusantium ad ex id.\",\"text\":\"Try to back up the XSS transmitter, maybe it will navigate the multi-byte alarm!\"}"], ["created_at", "2016-10-06 15:36:11.208318"], ["updated_at", "2016-10-06 15:36:11.208318"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit asperiores sunt aut est earum eos.\",\"text\":\"Try to connect the THX panel, maybe it will bypass the solid state feed!\"}"], ["created_at", "2016-10-06 15:36:11.210527"], ["updated_at", "2016-10-06 15:36:11.210527"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ut ut.\",\"text\":\"If we reboot the capacitor, we can get to the JSON bus through the optical CSS system!\"}"], ["created_at", "2016-10-06 15:36:11.211718"], ["updated_at", "2016-10-06 15:36:11.211718"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos vel atque cupiditate beatae aperiam ab.\",\"text\":\"If we copy the circuit, we can get to the HTTP matrix through the solid state PNG port!\"}"], ["created_at", "2016-10-06 15:36:11.212846"], ["updated_at", "2016-10-06 15:36:11.212846"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam doloremque voluptate occaecati.\",\"text\":\"Use the solid state SDD interface, then you can bypass the mobile card!\"}"], ["created_at", "2016-10-06 15:36:11.213959"], ["updated_at", "2016-10-06 15:36:11.213959"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed vitae nulla.\",\"text\":\"I'll navigate the online SQL capacitor, that should transmitter the SMTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.214984"], ["updated_at", "2016-10-06 15:36:11.214984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit illum aut assumenda quis.\",\"text\":\"We need to copy the multi-byte XSS alarm!\"}"], ["created_at", "2016-10-06 15:36:11.215927"], ["updated_at", "2016-10-06 15:36:11.215927"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas deserunt perspiciatis mollitia repellendus quo distinctio voluptas.\",\"text\":\"Use the online XML circuit, then you can generate the open-source hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.216843"], ["updated_at", "2016-10-06 15:36:11.216843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste non deserunt nam.\",\"text\":\"If we back up the system, we can get to the SDD alarm through the digital EXE array!\"}"], ["created_at", "2016-10-06 15:36:11.217756"], ["updated_at", "2016-10-06 15:36:11.217756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam tempora aperiam sit quo quos iure et.\",\"text\":\"We need to back up the cross-platform THX bus!\"}"], ["created_at", "2016-10-06 15:36:11.218645"], ["updated_at", "2016-10-06 15:36:11.218645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aut vel.\",\"text\":\"Try to navigate the RAM interface, maybe it will back up the haptic port!\"}"], ["created_at", "2016-10-06 15:36:11.219516"], ["updated_at", "2016-10-06 15:36:11.219516"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum expedita veritatis ea voluptas tempore voluptas.\",\"text\":\"The TCP bandwidth is down, parse the bluetooth card so we can back up the IB hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.220376"], ["updated_at", "2016-10-06 15:36:11.220376"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid cupiditate consequuntur corporis vel occaecati deleniti qui.\",\"text\":\"Try to bypass the IB interface, maybe it will transmit the wireless sensor!\"}"], ["created_at", "2016-10-06 15:36:11.221301"], ["updated_at", "2016-10-06 15:36:11.221301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda possimus delectus enim.\",\"text\":\"I'll calculate the online IB circuit, that should transmitter the PCI program!\"}"], ["created_at", "2016-10-06 15:36:11.222210"], ["updated_at", "2016-10-06 15:36:11.222210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni voluptatem itaque reprehenderit quaerat id voluptatibus.\",\"text\":\"The SMS bus is down, quantify the back-end sensor so we can transmit the SAS sensor!\"}"], ["created_at", "2016-10-06 15:36:11.223179"], ["updated_at", "2016-10-06 15:36:11.223179"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo in quis quia et pariatur ut vel.\",\"text\":\"We need to compress the cross-platform XML feed!\"}"], ["created_at", "2016-10-06 15:36:11.224053"], ["updated_at", "2016-10-06 15:36:11.224053"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quas optio ea.\",\"text\":\"The HDD bandwidth is down, transmit the primary port so we can navigate the AI panel!\"}"], ["created_at", "2016-10-06 15:36:11.225020"], ["updated_at", "2016-10-06 15:36:11.225020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In voluptatum quam labore illo expedita.\",\"text\":\"Use the mobile SAS card, then you can input the bluetooth feed!\"}"], ["created_at", "2016-10-06 15:36:11.225928"], ["updated_at", "2016-10-06 15:36:11.225928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id hic porro et eum saepe non.\",\"text\":\"You can't hack the bus without compressing the haptic PCI array!\"}"], ["created_at", "2016-10-06 15:36:11.226809"], ["updated_at", "2016-10-06 15:36:11.226809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia similique dolore distinctio saepe et.\",\"text\":\"Generating the panel won't do anything, we need to reboot the solid state ib transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.227668"], ["updated_at", "2016-10-06 15:36:11.227668"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore sit rerum.\",\"text\":\"Use the optical SCSI microchip, then you can override the mobile panel!\"}"], ["created_at", "2016-10-06 15:36:11.228525"], ["updated_at", "2016-10-06 15:36:11.228525"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas soluta sit debitis reiciendis.\",\"text\":\"We need to transmit the open-source SAS system!\"}"], ["created_at", "2016-10-06 15:36:11.229438"], ["updated_at", "2016-10-06 15:36:11.229438"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus illo aut quia in.\",\"text\":\"Overriding the panel won't do anything, we need to override the neural sql pixel!\"}"], ["created_at", "2016-10-06 15:36:11.230571"], ["updated_at", "2016-10-06 15:36:11.230571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam eius incidunt.\",\"text\":\"I'll calculate the mobile SMTP alarm, that should card the USB monitor!\"}"], ["created_at", "2016-10-06 15:36:11.231493"], ["updated_at", "2016-10-06 15:36:11.231493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi praesentium commodi enim rerum.\",\"text\":\"Synthesizing the alarm won't do anything, we need to generate the primary sas sensor!\"}"], ["created_at", "2016-10-06 15:36:11.232358"], ["updated_at", "2016-10-06 15:36:11.232358"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores voluptatem dolor omnis quia.\",\"text\":\"The PNG firewall is down, override the wireless matrix so we can navigate the JBOD alarm!\"}"], ["created_at", "2016-10-06 15:36:11.233216"], ["updated_at", "2016-10-06 15:36:11.233216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur deserunt voluptatem magni quod.\",\"text\":\"You can't synthesize the panel without hacking the wireless RAM hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.234121"], ["updated_at", "2016-10-06 15:36:11.234121"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui facere ducimus quia minus.\",\"text\":\"I'll transmit the virtual RSS protocol, that should hard drive the RSS circuit!\"}"], ["created_at", "2016-10-06 15:36:11.235014"], ["updated_at", "2016-10-06 15:36:11.235014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi omnis harum quia.\",\"text\":\"We need to index the back-end SQL pixel!\"}"], ["created_at", "2016-10-06 15:36:11.235882"], ["updated_at", "2016-10-06 15:36:11.235882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita nesciunt rerum vel eos aut.\",\"text\":\"We need to copy the online SMS system!\"}"], ["created_at", "2016-10-06 15:36:11.236744"], ["updated_at", "2016-10-06 15:36:11.236744"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus voluptatum nemo voluptatem quis commodi rerum.\",\"text\":\"The JSON application is down, program the solid state sensor so we can synthesize the GB port!\"}"], ["created_at", "2016-10-06 15:36:11.237605"], ["updated_at", "2016-10-06 15:36:11.237605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis iste aut aliquid ut eum occaecati quaerat.\",\"text\":\"Use the digital COM pixel, then you can connect the wireless pixel!\"}"], ["created_at", "2016-10-06 15:36:11.238557"], ["updated_at", "2016-10-06 15:36:11.238557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis necessitatibus soluta placeat adipisci velit cupiditate sed.\",\"text\":\"The SAS bus is down, parse the neural bandwidth so we can index the SDD matrix!\"}"], ["created_at", "2016-10-06 15:36:11.239436"], ["updated_at", "2016-10-06 15:36:11.239436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum commodi quas adipisci ullam in.\",\"text\":\"Try to reboot the SCSI monitor, maybe it will synthesize the online transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.240287"], ["updated_at", "2016-10-06 15:36:11.240287"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem repellendus velit accusamus magnam error rerum.\",\"text\":\"Quantifying the alarm won't do anything, we need to override the mobile sms matrix!\"}"], ["created_at", "2016-10-06 15:36:11.241136"], ["updated_at", "2016-10-06 15:36:11.241136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut laudantium officia cumque qui sunt et.\",\"text\":\"I'll override the 1080p SCSI card, that should transmitter the SMS feed!\"}"], ["created_at", "2016-10-06 15:36:11.242176"], ["updated_at", "2016-10-06 15:36:11.242176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat dolorem laboriosam corporis porro fugit.\",\"text\":\"Use the solid state JBOD program, then you can compress the redundant interface!\"}"], ["created_at", "2016-10-06 15:36:11.243053"], ["updated_at", "2016-10-06 15:36:11.243053"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos vero soluta.\",\"text\":\"You can't reboot the pixel without navigating the 1080p XSS pixel!\"}"], ["created_at", "2016-10-06 15:36:11.243923"], ["updated_at", "2016-10-06 15:36:11.243923"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum voluptatem dolorem doloremque ut.\",\"text\":\"If we synthesize the card, we can get to the EXE application through the bluetooth JBOD matrix!\"}"], ["created_at", "2016-10-06 15:36:11.244790"], ["updated_at", "2016-10-06 15:36:11.244790"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur dolorem repudiandae voluptatem.\",\"text\":\"If we bypass the pixel, we can get to the SMTP matrix through the solid state SAS circuit!\"}"], ["created_at", "2016-10-06 15:36:11.245700"], ["updated_at", "2016-10-06 15:36:11.245700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam voluptas quos sed.\",\"text\":\"Use the cross-platform ADP monitor, then you can calculate the haptic capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.246675"], ["updated_at", "2016-10-06 15:36:11.246675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque non qui.\",\"text\":\"You can't navigate the program without copying the haptic AI array!\"}"], ["created_at", "2016-10-06 15:36:11.247560"], ["updated_at", "2016-10-06 15:36:11.247560"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam ducimus vero deleniti et et sunt.\",\"text\":\"The PCI sensor is down, back up the multi-byte bus so we can program the THX firewall!\"}"], ["created_at", "2016-10-06 15:36:11.248455"], ["updated_at", "2016-10-06 15:36:11.248455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima est ut nulla dolor.\",\"text\":\"We need to quantify the multi-byte HTTP protocol!\"}"], ["created_at", "2016-10-06 15:36:11.249331"], ["updated_at", "2016-10-06 15:36:11.249331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo aut repellat illum.\",\"text\":\"The FTP panel is down, quantify the primary system so we can program the PNG sensor!\"}"], ["created_at", "2016-10-06 15:36:11.250230"], ["updated_at", "2016-10-06 15:36:11.250230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus unde animi.\",\"text\":\"Try to connect the HTTP panel, maybe it will navigate the auxiliary driver!\"}"], ["created_at", "2016-10-06 15:36:11.251088"], ["updated_at", "2016-10-06 15:36:11.251088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum sunt voluptatem velit quidem architecto.\",\"text\":\"The TCP hard drive is down, reboot the digital feed so we can calculate the XML alarm!\"}"], ["created_at", "2016-10-06 15:36:11.251948"], ["updated_at", "2016-10-06 15:36:11.251948"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae in magni illum doloribus itaque iste.\",\"text\":\"If we program the program, we can get to the RAM driver through the haptic JSON sensor!\"}"], ["created_at", "2016-10-06 15:36:11.252807"], ["updated_at", "2016-10-06 15:36:11.252807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus beatae ut odit possimus nulla.\",\"text\":\"You can't input the circuit without synthesizing the virtual SAS alarm!\"}"], ["created_at", "2016-10-06 15:36:11.253723"], ["updated_at", "2016-10-06 15:36:11.253723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit dicta praesentium omnis sint minima sunt occaecati.\",\"text\":\"Use the multi-byte SQL card, then you can index the optical array!\"}"], ["created_at", "2016-10-06 15:36:11.254615"], ["updated_at", "2016-10-06 15:36:11.254615"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sint nulla voluptatem in quis minus omnis.\",\"text\":\"Use the mobile HTTP sensor, then you can compress the bluetooth driver!\"}"], ["created_at", "2016-10-06 15:36:11.255502"], ["updated_at", "2016-10-06 15:36:11.255502"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo vero sed beatae et.\",\"text\":\"The ADP hard drive is down, navigate the haptic capacitor so we can synthesize the PCI application!\"}"], ["created_at", "2016-10-06 15:36:11.256365"], ["updated_at", "2016-10-06 15:36:11.256365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore eos culpa natus vel.\",\"text\":\"You can't transmit the protocol without hacking the 1080p COM card!\"}"], ["created_at", "2016-10-06 15:36:11.257268"], ["updated_at", "2016-10-06 15:36:11.257268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos reiciendis illo dolorem distinctio incidunt praesentium.\",\"text\":\"We need to override the mobile RAM feed!\"}"], ["created_at", "2016-10-06 15:36:11.258145"], ["updated_at", "2016-10-06 15:36:11.258145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum eum doloribus quod reprehenderit quisquam consequatur.\",\"text\":\"The PNG panel is down, reboot the digital pixel so we can index the SAS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.259016"], ["updated_at", "2016-10-06 15:36:11.259016"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos voluptatibus ut optio doloremque.\",\"text\":\"I'll input the 1080p EXE array, that should port the JBOD alarm!\"}"], ["created_at", "2016-10-06 15:36:11.259876"], ["updated_at", "2016-10-06 15:36:11.259876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti aut qui.\",\"text\":\"You can't hack the system without compressing the multi-byte JBOD matrix!\"}"], ["created_at", "2016-10-06 15:36:11.260795"], ["updated_at", "2016-10-06 15:36:11.260795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A sint dolores maiores.\",\"text\":\"The USB system is down, copy the virtual hard drive so we can connect the HDD hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.261657"], ["updated_at", "2016-10-06 15:36:11.261657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti eos nostrum laboriosam et aut.\",\"text\":\"We need to program the mobile SSL firewall!\"}"], ["created_at", "2016-10-06 15:36:11.262584"], ["updated_at", "2016-10-06 15:36:11.262584"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt ipsa veniam ratione.\",\"text\":\"We need to input the multi-byte CSS system!\"}"], ["created_at", "2016-10-06 15:36:11.263481"], ["updated_at", "2016-10-06 15:36:11.263481"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus voluptas fugiat saepe nesciunt.\",\"text\":\"If we transmit the pixel, we can get to the ADP protocol through the haptic SQL application!\"}"], ["created_at", "2016-10-06 15:36:11.264539"], ["updated_at", "2016-10-06 15:36:11.264539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In incidunt minus.\",\"text\":\"If we input the interface, we can get to the HDD sensor through the haptic JSON pixel!\"}"], ["created_at", "2016-10-06 15:36:11.265547"], ["updated_at", "2016-10-06 15:36:11.265547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo dolores voluptas nesciunt non aut perferendis.\",\"text\":\"I'll reboot the auxiliary HTTP firewall, that should protocol the GB application!\"}"], ["created_at", "2016-10-06 15:36:11.266463"], ["updated_at", "2016-10-06 15:36:11.266463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed aperiam corporis exercitationem.\",\"text\":\"If we calculate the transmitter, we can get to the JBOD monitor through the multi-byte SAS program!\"}"], ["created_at", "2016-10-06 15:36:11.267353"], ["updated_at", "2016-10-06 15:36:11.267353"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur error ad.\",\"text\":\"Try to synthesize the TCP microchip, maybe it will transmit the auxiliary firewall!\"}"], ["created_at", "2016-10-06 15:36:11.268206"], ["updated_at", "2016-10-06 15:36:11.268206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit et ut accusamus est assumenda velit.\",\"text\":\"Programming the hard drive won't do anything, we need to transmit the optical sql system!\"}"], ["created_at", "2016-10-06 15:36:11.269103"], ["updated_at", "2016-10-06 15:36:11.269103"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi illum et aut placeat harum a qui.\",\"text\":\"Transmitting the card won't do anything, we need to copy the optical ib bus!\"}"], ["created_at", "2016-10-06 15:36:11.269974"], ["updated_at", "2016-10-06 15:36:11.269974"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis odio distinctio perspiciatis expedita tempora libero error.\",\"text\":\"The RAM transmitter is down, generate the 1080p port so we can reboot the XML transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.270850"], ["updated_at", "2016-10-06 15:36:11.270850"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi corrupti voluptas nobis quidem.\",\"text\":\"You can't override the microchip without hacking the auxiliary IB sensor!\"}"], ["created_at", "2016-10-06 15:36:11.271733"], ["updated_at", "2016-10-06 15:36:11.271733"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis minima occaecati sapiente id molestiae.\",\"text\":\"Try to compress the RSS bus, maybe it will navigate the wireless application!\"}"], ["created_at", "2016-10-06 15:36:11.272662"], ["updated_at", "2016-10-06 15:36:11.272662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum reiciendis vitae sed incidunt.\",\"text\":\"The SCSI circuit is down, reboot the solid state firewall so we can quantify the FTP interface!\"}"], ["created_at", "2016-10-06 15:36:11.273520"], ["updated_at", "2016-10-06 15:36:11.273520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur reprehenderit aut amet.\",\"text\":\"The SSL application is down, synthesize the multi-byte card so we can synthesize the SMTP protocol!\"}"], ["created_at", "2016-10-06 15:36:11.274405"], ["updated_at", "2016-10-06 15:36:11.274405"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quibusdam odio ducimus iure dolore provident dolor.\",\"text\":\"The AI capacitor is down, program the wireless interface so we can synthesize the COM array!\"}"], ["created_at", "2016-10-06 15:36:11.275271"], ["updated_at", "2016-10-06 15:36:11.275271"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quis esse eos animi reprehenderit autem consequatur.\",\"text\":\"Use the primary AGP microchip, then you can generate the back-end interface!\"}"], ["created_at", "2016-10-06 15:36:11.276183"], ["updated_at", "2016-10-06 15:36:11.276183"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus rerum excepturi reiciendis autem debitis dolor.\",\"text\":\"If we generate the port, we can get to the GB protocol through the open-source SDD bus!\"}"], ["created_at", "2016-10-06 15:36:11.277046"], ["updated_at", "2016-10-06 15:36:11.277046"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione molestiae sint quaerat ullam modi quidem quia.\",\"text\":\"If we calculate the circuit, we can get to the HTTP interface through the mobile EXE system!\"}"], ["created_at", "2016-10-06 15:36:11.277896"], ["updated_at", "2016-10-06 15:36:11.277896"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum maiores dolore voluptas.\",\"text\":\"I'll override the solid state IB microchip, that should card the XML transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.278796"], ["updated_at", "2016-10-06 15:36:11.278796"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A ipsa doloremque rerum qui.\",\"text\":\"Parsing the program won't do anything, we need to transmit the bluetooth adp protocol!\"}"], ["created_at", "2016-10-06 15:36:11.279741"], ["updated_at", "2016-10-06 15:36:11.279741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt eos ut.\",\"text\":\"I'll back up the open-source HDD application, that should array the SSL hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.280878"], ["updated_at", "2016-10-06 15:36:11.280878"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam nemo velit.\",\"text\":\"You can't input the driver without programming the online ADP transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.281810"], ["updated_at", "2016-10-06 15:36:11.281810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis est magni perspiciatis et.\",\"text\":\"Try to calculate the EXE matrix, maybe it will transmit the cross-platform bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.282689"], ["updated_at", "2016-10-06 15:36:11.282689"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta ipsa et omnis quae modi.\",\"text\":\"Programming the application won't do anything, we need to program the solid state tcp interface!\"}"], ["created_at", "2016-10-06 15:36:11.283589"], ["updated_at", "2016-10-06 15:36:11.283589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex accusantium sit id eaque sit non.\",\"text\":\"If we connect the application, we can get to the JBOD capacitor through the virtual IB application!\"}"], ["created_at", "2016-10-06 15:36:11.284500"], ["updated_at", "2016-10-06 15:36:11.284500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem eius voluptas sed ratione.\",\"text\":\"Generating the port won't do anything, we need to copy the 1080p ai transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.285357"], ["updated_at", "2016-10-06 15:36:11.285357"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam earum eos corporis.\",\"text\":\"Try to copy the SQL driver, maybe it will copy the neural firewall!\"}"], ["created_at", "2016-10-06 15:36:11.286218"], ["updated_at", "2016-10-06 15:36:11.286218"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam officia facilis enim cumque illo.\",\"text\":\"Try to program the IB monitor, maybe it will copy the multi-byte protocol!\"}"], ["created_at", "2016-10-06 15:36:11.287077"], ["updated_at", "2016-10-06 15:36:11.287077"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo voluptatem voluptatibus.\",\"text\":\"I'll transmit the open-source JSON interface, that should firewall the AGP panel!\"}"], ["created_at", "2016-10-06 15:36:11.288005"], ["updated_at", "2016-10-06 15:36:11.288005"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt vitae quasi labore quod omnis.\",\"text\":\"You can't quantify the application without bypassing the neural AGP array!\"}"], ["created_at", "2016-10-06 15:36:11.289195"], ["updated_at", "2016-10-06 15:36:11.289195"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim nulla quas.\",\"text\":\"The RAM card is down, bypass the neural bandwidth so we can override the SSL hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.290124"], ["updated_at", "2016-10-06 15:36:11.290124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt assumenda ut occaecati.\",\"text\":\"Hacking the program won't do anything, we need to parse the neural hdd monitor!\"}"], ["created_at", "2016-10-06 15:36:11.291009"], ["updated_at", "2016-10-06 15:36:11.291009"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores aut rerum et voluptate omnis consequatur.\",\"text\":\"If we connect the capacitor, we can get to the XSS driver through the bluetooth USB system!\"}"], ["created_at", "2016-10-06 15:36:11.291941"], ["updated_at", "2016-10-06 15:36:11.291941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum non voluptas nulla.\",\"text\":\"Use the bluetooth FTP application, then you can copy the bluetooth feed!\"}"], ["created_at", "2016-10-06 15:36:11.292982"], ["updated_at", "2016-10-06 15:36:11.292982"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui cupiditate quos animi magni excepturi non.\",\"text\":\"Programming the capacitor won't do anything, we need to transmit the back-end exe array!\"}"], ["created_at", "2016-10-06 15:36:11.293861"], ["updated_at", "2016-10-06 15:36:11.293861"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae molestiae quos.\",\"text\":\"Try to reboot the COM transmitter, maybe it will bypass the haptic driver!\"}"], ["created_at", "2016-10-06 15:36:11.294777"], ["updated_at", "2016-10-06 15:36:11.294777"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius aperiam maiores iusto.\",\"text\":\"The IB matrix is down, compress the digital array so we can bypass the SMTP card!\"}"], ["created_at", "2016-10-06 15:36:11.295731"], ["updated_at", "2016-10-06 15:36:11.295731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis porro quisquam ducimus optio.\",\"text\":\"You can't synthesize the system without copying the neural ADP application!\"}"], ["created_at", "2016-10-06 15:36:11.296947"], ["updated_at", "2016-10-06 15:36:11.296947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem suscipit vitae qui laboriosam.\",\"text\":\"The EXE firewall is down, synthesize the solid state sensor so we can parse the USB panel!\"}"], ["created_at", "2016-10-06 15:36:11.297894"], ["updated_at", "2016-10-06 15:36:11.297894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi eveniet nihil.\",\"text\":\"If we copy the application, we can get to the AGP protocol through the auxiliary SDD bus!\"}"], ["created_at", "2016-10-06 15:36:11.298846"], ["updated_at", "2016-10-06 15:36:11.298846"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur recusandae fugiat in eligendi vel.\",\"text\":\"I'll hack the bluetooth FTP monitor, that should feed the SAS feed!\"}"], ["created_at", "2016-10-06 15:36:11.299714"], ["updated_at", "2016-10-06 15:36:11.299714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni ea quos autem quia.\",\"text\":\"The SMTP pixel is down, navigate the wireless feed so we can quantify the CSS pixel!\"}"], ["created_at", "2016-10-06 15:36:11.300621"], ["updated_at", "2016-10-06 15:36:11.300621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis officia qui voluptas totam quasi.\",\"text\":\"You can't input the firewall without connecting the 1080p RAM alarm!\"}"], ["created_at", "2016-10-06 15:36:11.301489"], ["updated_at", "2016-10-06 15:36:11.301489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut consectetur facilis.\",\"text\":\"The SAS protocol is down, synthesize the primary sensor so we can program the SCSI sensor!\"}"], ["created_at", "2016-10-06 15:36:11.302399"], ["updated_at", "2016-10-06 15:36:11.302399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio quasi voluptas.\",\"text\":\"I'll override the 1080p RAM capacitor, that should bandwidth the SCSI bus!\"}"], ["created_at", "2016-10-06 15:36:11.303255"], ["updated_at", "2016-10-06 15:36:11.303255"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem illum nemo porro repudiandae sed qui.\",\"text\":\"Compressing the protocol won't do anything, we need to copy the 1080p adp panel!\"}"], ["created_at", "2016-10-06 15:36:11.304176"], ["updated_at", "2016-10-06 15:36:11.304176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut cupiditate rerum illum fugiat.\",\"text\":\"Try to back up the GB system, maybe it will copy the solid state circuit!\"}"], ["created_at", "2016-10-06 15:36:11.305339"], ["updated_at", "2016-10-06 15:36:11.305339"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A perferendis rerum.\",\"text\":\"Use the optical CSS circuit, then you can synthesize the digital matrix!\"}"], ["created_at", "2016-10-06 15:36:11.306317"], ["updated_at", "2016-10-06 15:36:11.306317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error ut laudantium ea adipisci.\",\"text\":\"Use the wireless SSL matrix, then you can compress the mobile bus!\"}"], ["created_at", "2016-10-06 15:36:11.307222"], ["updated_at", "2016-10-06 15:36:11.307222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores rem ipsam.\",\"text\":\"Copying the card won't do anything, we need to override the online ib circuit!\"}"], ["created_at", "2016-10-06 15:36:11.308097"], ["updated_at", "2016-10-06 15:36:11.308097"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo illum dolores ipsum maiores neque tempora.\",\"text\":\"You can't bypass the pixel without hacking the mobile JBOD card!\"}"], ["created_at", "2016-10-06 15:36:11.308957"], ["updated_at", "2016-10-06 15:36:11.308957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo cum veniam soluta atque omnis.\",\"text\":\"Try to calculate the PCI panel, maybe it will parse the online driver!\"}"], ["created_at", "2016-10-06 15:36:11.309870"], ["updated_at", "2016-10-06 15:36:11.309870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem tenetur eum.\",\"text\":\"Try to program the SAS transmitter, maybe it will synthesize the solid state card!\"}"], ["created_at", "2016-10-06 15:36:11.310791"], ["updated_at", "2016-10-06 15:36:11.310791"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti ea reprehenderit quo nihil.\",\"text\":\"If we transmit the panel, we can get to the PNG card through the optical RAM panel!\"}"], ["created_at", "2016-10-06 15:36:11.311717"], ["updated_at", "2016-10-06 15:36:11.311717"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet ut est.\",\"text\":\"The JBOD feed is down, hack the solid state card so we can quantify the GB panel!\"}"], ["created_at", "2016-10-06 15:36:11.312798"], ["updated_at", "2016-10-06 15:36:11.312798"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae consequatur officia quaerat exercitationem.\",\"text\":\"If we hack the bus, we can get to the SCSI sensor through the mobile RSS feed!\"}"], ["created_at", "2016-10-06 15:36:11.313788"], ["updated_at", "2016-10-06 15:36:11.313788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore laboriosam possimus illo eos veritatis.\",\"text\":\"You can't calculate the interface without hacking the digital TCP feed!\"}"], ["created_at", "2016-10-06 15:36:11.314816"], ["updated_at", "2016-10-06 15:36:11.314816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam in et voluptas dicta quas qui.\",\"text\":\"I'll input the optical CSS panel, that should port the AI microchip!\"}"], ["created_at", "2016-10-06 15:36:11.315708"], ["updated_at", "2016-10-06 15:36:11.315708"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro sapiente asperiores dolor maiores consequuntur aut architecto.\",\"text\":\"The PCI program is down, quantify the optical program so we can hack the SAS application!\"}"], ["created_at", "2016-10-06 15:36:11.316574"], ["updated_at", "2016-10-06 15:36:11.316574"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero repudiandae et rerum.\",\"text\":\"You can't override the transmitter without copying the online TCP monitor!\"}"], ["created_at", "2016-10-06 15:36:11.317447"], ["updated_at", "2016-10-06 15:36:11.317447"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit placeat natus quidem asperiores suscipit.\",\"text\":\"The EXE interface is down, bypass the cross-platform monitor so we can calculate the CSS panel!\"}"], ["created_at", "2016-10-06 15:36:11.318368"], ["updated_at", "2016-10-06 15:36:11.318368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste quos quidem odio dolores ducimus.\",\"text\":\"You can't override the panel without connecting the redundant FTP pixel!\"}"], ["created_at", "2016-10-06 15:36:11.319230"], ["updated_at", "2016-10-06 15:36:11.319230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum qui corrupti neque.\",\"text\":\"If we override the microchip, we can get to the THX card through the multi-byte CSS microchip!\"}"], ["created_at", "2016-10-06 15:36:11.320151"], ["updated_at", "2016-10-06 15:36:11.320151"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit ea consequuntur officia.\",\"text\":\"You can't transmit the port without hacking the open-source IB capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.321237"], ["updated_at", "2016-10-06 15:36:11.321237"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non sunt voluptas debitis reiciendis et in.\",\"text\":\"We need to transmit the back-end USB alarm!\"}"], ["created_at", "2016-10-06 15:36:11.322239"], ["updated_at", "2016-10-06 15:36:11.322239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit dignissimos eos tenetur.\",\"text\":\"We need to copy the redundant TCP protocol!\"}"], ["created_at", "2016-10-06 15:36:11.323142"], ["updated_at", "2016-10-06 15:36:11.323142"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae reprehenderit totam ducimus sit.\",\"text\":\"Parsing the monitor won't do anything, we need to parse the online smtp system!\"}"], ["created_at", "2016-10-06 15:36:11.323992"], ["updated_at", "2016-10-06 15:36:11.323992"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate exercitationem sed cumque.\",\"text\":\"We need to synthesize the 1080p SSL circuit!\"}"], ["created_at", "2016-10-06 15:36:11.324850"], ["updated_at", "2016-10-06 15:36:11.324850"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi debitis consequuntur laudantium quia ipsam delectus et.\",\"text\":\"Overriding the hard drive won't do anything, we need to parse the 1080p json card!\"}"], ["created_at", "2016-10-06 15:36:11.325920"], ["updated_at", "2016-10-06 15:36:11.325920"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente qui cum commodi.\",\"text\":\"If we generate the circuit, we can get to the USB card through the wireless THX capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.326941"], ["updated_at", "2016-10-06 15:36:11.326941"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro sit nihil qui pariatur dignissimos temporibus voluptatum.\",\"text\":\"If we hack the circuit, we can get to the HDD interface through the multi-byte USB hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.328139"], ["updated_at", "2016-10-06 15:36:11.328139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem perferendis ea.\",\"text\":\"The COM pixel is down, quantify the open-source alarm so we can connect the SMTP sensor!\"}"], ["created_at", "2016-10-06 15:36:11.329090"], ["updated_at", "2016-10-06 15:36:11.329090"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit et ullam consequuntur perspiciatis.\",\"text\":\"Indexing the sensor won't do anything, we need to compress the haptic adp pixel!\"}"], ["created_at", "2016-10-06 15:36:11.330038"], ["updated_at", "2016-10-06 15:36:11.330038"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure molestias consequatur sed quis molestiae ut.\",\"text\":\"You can't reboot the feed without backing up the mobile THX monitor!\"}"], ["created_at", "2016-10-06 15:36:11.331157"], ["updated_at", "2016-10-06 15:36:11.331157"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae id magni qui rerum vel.\",\"text\":\"Try to reboot the RAM driver, maybe it will connect the back-end panel!\"}"], ["created_at", "2016-10-06 15:36:11.332221"], ["updated_at", "2016-10-06 15:36:11.332221"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum dolorem sit eos aspernatur accusantium.\",\"text\":\"Indexing the circuit won't do anything, we need to quantify the digital exe pixel!\"}"], ["created_at", "2016-10-06 15:36:11.333690"], ["updated_at", "2016-10-06 15:36:11.333690"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita qui et eum repellendus.\",\"text\":\"Programming the array won't do anything, we need to compress the online xss port!\"}"], ["created_at", "2016-10-06 15:36:11.335280"], ["updated_at", "2016-10-06 15:36:11.335280"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et mollitia et totam harum aut eaque consequatur.\",\"text\":\"You can't synthesize the microchip without parsing the wireless RAM circuit!\"}"], ["created_at", "2016-10-06 15:36:11.337838"], ["updated_at", "2016-10-06 15:36:11.337838"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil magnam rem nulla.\",\"text\":\"I'll quantify the primary AGP feed, that should protocol the COM pixel!\"}"], ["created_at", "2016-10-06 15:36:11.339028"], ["updated_at", "2016-10-06 15:36:11.339028"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate quia facilis enim quo laboriosam sunt.\",\"text\":\"We need to copy the solid state SMTP system!\"}"], ["created_at", "2016-10-06 15:36:11.341412"], ["updated_at", "2016-10-06 15:36:11.341412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quo et facere rem.\",\"text\":\"We need to navigate the auxiliary GB panel!\"}"], ["created_at", "2016-10-06 15:36:11.343440"], ["updated_at", "2016-10-06 15:36:11.343440"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea molestias necessitatibus.\",\"text\":\"You can't copy the program without indexing the optical XSS monitor!\"}"], ["created_at", "2016-10-06 15:36:11.344480"], ["updated_at", "2016-10-06 15:36:11.344480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi earum et quo omnis.\",\"text\":\"The JBOD bandwidth is down, synthesize the haptic alarm so we can copy the CSS feed!\"}"], ["created_at", "2016-10-06 15:36:11.345414"], ["updated_at", "2016-10-06 15:36:11.345414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet corrupti molestiae.\",\"text\":\"The COM array is down, navigate the optical application so we can compress the TCP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.346382"], ["updated_at", "2016-10-06 15:36:11.346382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla exercitationem qui sunt rerum magnam eveniet.\",\"text\":\"I'll generate the cross-platform EXE hard drive, that should port the CSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.347348"], ["updated_at", "2016-10-06 15:36:11.347348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sunt accusamus sunt vitae.\",\"text\":\"You can't reboot the pixel without indexing the online SQL alarm!\"}"], ["created_at", "2016-10-06 15:36:11.348241"], ["updated_at", "2016-10-06 15:36:11.348241"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat exercitationem magnam.\",\"text\":\"We need to index the primary SCSI monitor!\"}"], ["created_at", "2016-10-06 15:36:11.349106"], ["updated_at", "2016-10-06 15:36:11.349106"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis ab molestiae totam odit officiis.\",\"text\":\"You can't navigate the sensor without synthesizing the neural CSS circuit!\"}"], ["created_at", "2016-10-06 15:36:11.350018"], ["updated_at", "2016-10-06 15:36:11.350018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam quod fuga sapiente aliquid similique eum nam.\",\"text\":\"Transmitting the program won't do anything, we need to bypass the virtual jbod driver!\"}"], ["created_at", "2016-10-06 15:36:11.350937"], ["updated_at", "2016-10-06 15:36:11.350937"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas nostrum voluptas ea tempora deleniti vitae.\",\"text\":\"I'll calculate the solid state IB capacitor, that should application the JBOD microchip!\"}"], ["created_at", "2016-10-06 15:36:11.351809"], ["updated_at", "2016-10-06 15:36:11.351809"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora id recusandae.\",\"text\":\"If we back up the transmitter, we can get to the PNG transmitter through the haptic COM interface!\"}"], ["created_at", "2016-10-06 15:36:11.352912"], ["updated_at", "2016-10-06 15:36:11.352912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet est labore quibusdam et fugiat.\",\"text\":\"The SSL system is down, synthesize the mobile port so we can reboot the IB circuit!\"}"], ["created_at", "2016-10-06 15:36:11.353897"], ["updated_at", "2016-10-06 15:36:11.353897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae sequi cumque sed.\",\"text\":\"I'll compress the digital RAM hard drive, that should sensor the PNG array!\"}"], ["created_at", "2016-10-06 15:36:11.354842"], ["updated_at", "2016-10-06 15:36:11.354842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum qui occaecati.\",\"text\":\"Hacking the bus won't do anything, we need to parse the solid state exe sensor!\"}"], ["created_at", "2016-10-06 15:36:11.355746"], ["updated_at", "2016-10-06 15:36:11.355746"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis modi dicta libero et omnis.\",\"text\":\"The COM circuit is down, compress the cross-platform interface so we can generate the TCP array!\"}"], ["created_at", "2016-10-06 15:36:11.356613"], ["updated_at", "2016-10-06 15:36:11.356613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam repudiandae omnis rerum laudantium qui quaerat.\",\"text\":\"You can't calculate the alarm without backing up the multi-byte SCSI array!\"}"], ["created_at", "2016-10-06 15:36:11.357525"], ["updated_at", "2016-10-06 15:36:11.357525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex aliquam aspernatur non omnis ut debitis.\",\"text\":\"You can't copy the bandwidth without overriding the multi-byte SQL capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.358470"], ["updated_at", "2016-10-06 15:36:11.358470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis modi animi aut at pariatur.\",\"text\":\"The AI bandwidth is down, hack the 1080p protocol so we can input the USB pixel!\"}"], ["created_at", "2016-10-06 15:36:11.359339"], ["updated_at", "2016-10-06 15:36:11.359339"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat eos eveniet ea voluptas molestiae enim reprehenderit.\",\"text\":\"Use the solid state THX system, then you can hack the optical protocol!\"}"], ["created_at", "2016-10-06 15:36:11.360376"], ["updated_at", "2016-10-06 15:36:11.360376"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores facilis aliquam accusantium.\",\"text\":\"Use the open-source IB application, then you can parse the solid state firewall!\"}"], ["created_at", "2016-10-06 15:36:11.361439"], ["updated_at", "2016-10-06 15:36:11.361439"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus minima laboriosam adipisci vel exercitationem molestiae et.\",\"text\":\"Use the wireless ADP card, then you can compress the digital firewall!\"}"], ["created_at", "2016-10-06 15:36:11.362365"], ["updated_at", "2016-10-06 15:36:11.362365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam accusamus ut natus aperiam saepe molestiae.\",\"text\":\"You can't override the program without hacking the cross-platform EXE panel!\"}"], ["created_at", "2016-10-06 15:36:11.363308"], ["updated_at", "2016-10-06 15:36:11.363308"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem deserunt earum sit.\",\"text\":\"If we quantify the firewall, we can get to the XSS driver through the cross-platform RSS array!\"}"], ["created_at", "2016-10-06 15:36:11.364352"], ["updated_at", "2016-10-06 15:36:11.364352"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non ex sapiente ducimus totam animi reprehenderit nisi.\",\"text\":\"Use the mobile SAS protocol, then you can synthesize the solid state card!\"}"], ["created_at", "2016-10-06 15:36:11.365276"], ["updated_at", "2016-10-06 15:36:11.365276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque aliquam aut quo eligendi consequuntur.\",\"text\":\"The GB interface is down, program the online monitor so we can calculate the RAM feed!\"}"], ["created_at", "2016-10-06 15:36:11.366154"], ["updated_at", "2016-10-06 15:36:11.366154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos dolor impedit distinctio earum non tempora.\",\"text\":\"I'll calculate the redundant RSS firewall, that should firewall the JSON monitor!\"}"], ["created_at", "2016-10-06 15:36:11.367014"], ["updated_at", "2016-10-06 15:36:11.367014"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum consequuntur voluptatem ad magni deserunt est est.\",\"text\":\"Use the primary AGP card, then you can index the mobile program!\"}"], ["created_at", "2016-10-06 15:36:11.367878"], ["updated_at", "2016-10-06 15:36:11.367878"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates beatae error itaque voluptatum perspiciatis.\",\"text\":\"I'll copy the mobile AGP system, that should port the JSON card!\"}"], ["created_at", "2016-10-06 15:36:11.368996"], ["updated_at", "2016-10-06 15:36:11.368996"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos corporis tempora temporibus ea repellendus.\",\"text\":\"The SMTP driver is down, transmit the auxiliary circuit so we can parse the GB pixel!\"}"], ["created_at", "2016-10-06 15:36:11.369902"], ["updated_at", "2016-10-06 15:36:11.369902"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis asperiores totam officiis.\",\"text\":\"Overriding the hard drive won't do anything, we need to calculate the mobile pci program!\"}"], ["created_at", "2016-10-06 15:36:11.372361"], ["updated_at", "2016-10-06 15:36:11.372361"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio qui qui.\",\"text\":\"We need to index the wireless SAS application!\"}"], ["created_at", "2016-10-06 15:36:11.373598"], ["updated_at", "2016-10-06 15:36:11.373598"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex voluptatum enim error vel aut dolorem aut.\",\"text\":\"We need to input the digital SMS program!\"}"], ["created_at", "2016-10-06 15:36:11.374799"], ["updated_at", "2016-10-06 15:36:11.374799"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut itaque numquam vero eius sit et tempore.\",\"text\":\"I'll override the back-end AGP protocol, that should program the XSS feed!\"}"], ["created_at", "2016-10-06 15:36:11.375914"], ["updated_at", "2016-10-06 15:36:11.375914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vel tenetur laborum vel illo.\",\"text\":\"I'll generate the digital COM bandwidth, that should circuit the SMS feed!\"}"], ["created_at", "2016-10-06 15:36:11.377104"], ["updated_at", "2016-10-06 15:36:11.377104"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui accusamus at qui unde.\",\"text\":\"Quantifying the bus won't do anything, we need to index the multi-byte usb pixel!\"}"], ["created_at", "2016-10-06 15:36:11.378148"], ["updated_at", "2016-10-06 15:36:11.378148"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima id esse quam et.\",\"text\":\"We need to override the digital COM bus!\"}"], ["created_at", "2016-10-06 15:36:11.379188"], ["updated_at", "2016-10-06 15:36:11.379188"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit minus et fugiat similique iusto.\",\"text\":\"Try to generate the TCP pixel, maybe it will quantify the mobile microchip!\"}"], ["created_at", "2016-10-06 15:36:11.380743"], ["updated_at", "2016-10-06 15:36:11.380743"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim alias odio consectetur ducimus nihil sunt.\",\"text\":\"You can't hack the application without generating the auxiliary PCI protocol!\"}"], ["created_at", "2016-10-06 15:36:11.382286"], ["updated_at", "2016-10-06 15:36:11.382286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium molestias et est.\",\"text\":\"The GB bandwidth is down, input the wireless program so we can hack the SDD protocol!\"}"], ["created_at", "2016-10-06 15:36:11.383338"], ["updated_at", "2016-10-06 15:36:11.383338"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt qui dicta quaerat cum soluta et.\",\"text\":\"Try to navigate the PCI bandwidth, maybe it will reboot the multi-byte circuit!\"}"], ["created_at", "2016-10-06 15:36:11.384481"], ["updated_at", "2016-10-06 15:36:11.384481"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur non architecto perferendis deleniti qui.\",\"text\":\"We need to connect the virtual CSS sensor!\"}"], ["created_at", "2016-10-06 15:36:11.385830"], ["updated_at", "2016-10-06 15:36:11.385830"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur consequuntur corporis.\",\"text\":\"I'll index the 1080p XSS system, that should bandwidth the SMTP protocol!\"}"], ["created_at", "2016-10-06 15:36:11.386860"], ["updated_at", "2016-10-06 15:36:11.386860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores saepe quas non reprehenderit ex qui culpa.\",\"text\":\"The SAS bus is down, calculate the neural driver so we can navigate the PNG bus!\"}"], ["created_at", "2016-10-06 15:36:11.387809"], ["updated_at", "2016-10-06 15:36:11.387809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur qui accusantium.\",\"text\":\"We need to generate the redundant SMS matrix!\"}"], ["created_at", "2016-10-06 15:36:11.388700"], ["updated_at", "2016-10-06 15:36:11.388700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio consequuntur impedit earum totam sequi ea.\",\"text\":\"The RSS capacitor is down, transmit the online program so we can synthesize the HTTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.389561"], ["updated_at", "2016-10-06 15:36:11.389561"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam id earum recusandae necessitatibus expedita aut.\",\"text\":\"I'll compress the virtual EXE alarm, that should protocol the IB protocol!\"}"], ["created_at", "2016-10-06 15:36:11.390470"], ["updated_at", "2016-10-06 15:36:11.390470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At voluptatum dolore necessitatibus non.\",\"text\":\"Try to compress the AGP transmitter, maybe it will synthesize the primary capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.391422"], ["updated_at", "2016-10-06 15:36:11.391422"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam magni sapiente commodi.\",\"text\":\"We need to navigate the online SCSI sensor!\"}"], ["created_at", "2016-10-06 15:36:11.392463"], ["updated_at", "2016-10-06 15:36:11.392463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem voluptatem vitae enim sit magni.\",\"text\":\"I'll compress the redundant SQL program, that should program the SMS protocol!\"}"], ["created_at", "2016-10-06 15:36:11.393528"], ["updated_at", "2016-10-06 15:36:11.393528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio maiores voluptatem quis quod.\",\"text\":\"The COM feed is down, back up the 1080p bandwidth so we can override the SMS array!\"}"], ["created_at", "2016-10-06 15:36:11.394477"], ["updated_at", "2016-10-06 15:36:11.394477"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae consequatur ullam nemo aut ducimus illo animi.\",\"text\":\"Use the open-source SSL application, then you can parse the bluetooth monitor!\"}"], ["created_at", "2016-10-06 15:36:11.395430"], ["updated_at", "2016-10-06 15:36:11.395430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste quaerat rerum.\",\"text\":\"You can't bypass the hard drive without programming the solid state SMTP program!\"}"], ["created_at", "2016-10-06 15:36:11.396371"], ["updated_at", "2016-10-06 15:36:11.396371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex optio minima culpa quia odit illum adipisci.\",\"text\":\"If we calculate the hard drive, we can get to the RSS circuit through the cross-platform FTP port!\"}"], ["created_at", "2016-10-06 15:36:11.397324"], ["updated_at", "2016-10-06 15:36:11.397324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non maxime veritatis quae fugit animi esse distinctio.\",\"text\":\"If we index the bus, we can get to the EXE card through the digital SAS program!\"}"], ["created_at", "2016-10-06 15:36:11.398253"], ["updated_at", "2016-10-06 15:36:11.398253"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis sint voluptas quo ad numquam blanditiis.\",\"text\":\"Use the optical XML feed, then you can synthesize the wireless interface!\"}"], ["created_at", "2016-10-06 15:36:11.399125"], ["updated_at", "2016-10-06 15:36:11.399125"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi vitae aut enim quidem corporis quis et.\",\"text\":\"If we program the port, we can get to the AI firewall through the primary JSON hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.400230"], ["updated_at", "2016-10-06 15:36:11.400230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut iure assumenda dolor.\",\"text\":\"You can't calculate the application without hacking the digital SCSI driver!\"}"], ["created_at", "2016-10-06 15:36:11.401330"], ["updated_at", "2016-10-06 15:36:11.401330"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non fugit amet iste sed facere.\",\"text\":\"Overriding the bus won't do anything, we need to connect the primary exe firewall!\"}"], ["created_at", "2016-10-06 15:36:11.402336"], ["updated_at", "2016-10-06 15:36:11.402336"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et adipisci deleniti blanditiis quae est.\",\"text\":\"Compressing the driver won't do anything, we need to calculate the auxiliary usb sensor!\"}"], ["created_at", "2016-10-06 15:36:11.403310"], ["updated_at", "2016-10-06 15:36:11.403310"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique ex nemo molestiae temporibus.\",\"text\":\"We need to back up the mobile CSS application!\"}"], ["created_at", "2016-10-06 15:36:11.404248"], ["updated_at", "2016-10-06 15:36:11.404248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et autem ducimus quod ratione incidunt corporis ea.\",\"text\":\"Try to synthesize the PCI matrix, maybe it will navigate the 1080p capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.405236"], ["updated_at", "2016-10-06 15:36:11.405236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum voluptas molestiae voluptatum rerum alias.\",\"text\":\"I'll index the cross-platform SAS transmitter, that should microchip the SQL sensor!\"}"], ["created_at", "2016-10-06 15:36:11.406243"], ["updated_at", "2016-10-06 15:36:11.406243"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus reiciendis dolorem aut iste.\",\"text\":\"I'll calculate the primary JBOD system, that should array the XSS circuit!\"}"], ["created_at", "2016-10-06 15:36:11.407131"], ["updated_at", "2016-10-06 15:36:11.407131"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus corporis et aut labore amet voluptas.\",\"text\":\"The TCP card is down, calculate the back-end application so we can copy the EXE bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.408043"], ["updated_at", "2016-10-06 15:36:11.408043"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo voluptate in ut asperiores et cumque.\",\"text\":\"I'll hack the digital JSON hard drive, that should system the SMTP feed!\"}"], ["created_at", "2016-10-06 15:36:11.409102"], ["updated_at", "2016-10-06 15:36:11.409102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis sed voluptate enim totam dolorem.\",\"text\":\"If we synthesize the protocol, we can get to the USB application through the primary SAS monitor!\"}"], ["created_at", "2016-10-06 15:36:11.410006"], ["updated_at", "2016-10-06 15:36:11.410006"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint atque suscipit harum quia.\",\"text\":\"Use the optical SCSI matrix, then you can reboot the solid state bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.410942"], ["updated_at", "2016-10-06 15:36:11.410942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni labore laudantium iste perspiciatis maiores.\",\"text\":\"I'll synthesize the mobile EXE bandwidth, that should program the SCSI application!\"}"], ["created_at", "2016-10-06 15:36:11.411857"], ["updated_at", "2016-10-06 15:36:11.411857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus asperiores et et velit sunt corporis id.\",\"text\":\"Use the back-end SQL monitor, then you can generate the haptic interface!\"}"], ["created_at", "2016-10-06 15:36:11.412726"], ["updated_at", "2016-10-06 15:36:11.412726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum maiores nesciunt earum.\",\"text\":\"The SAS monitor is down, navigate the auxiliary sensor so we can bypass the XML interface!\"}"], ["created_at", "2016-10-06 15:36:11.413619"], ["updated_at", "2016-10-06 15:36:11.413619"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi rem id officia voluptas et recusandae atque.\",\"text\":\"Try to copy the COM port, maybe it will bypass the open-source system!\"}"], ["created_at", "2016-10-06 15:36:11.414500"], ["updated_at", "2016-10-06 15:36:11.414500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur amet soluta distinctio.\",\"text\":\"Use the cross-platform SCSI array, then you can bypass the auxiliary feed!\"}"], ["created_at", "2016-10-06 15:36:11.415426"], ["updated_at", "2016-10-06 15:36:11.415426"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas est accusantium laudantium.\",\"text\":\"Backing up the microchip won't do anything, we need to bypass the virtual sql transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.416378"], ["updated_at", "2016-10-06 15:36:11.416378"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur et harum.\",\"text\":\"Hacking the monitor won't do anything, we need to copy the virtual http port!\"}"], ["created_at", "2016-10-06 15:36:11.417322"], ["updated_at", "2016-10-06 15:36:11.417322"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptas molestiae earum.\",\"text\":\"I'll compress the digital CSS transmitter, that should bus the FTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.418254"], ["updated_at", "2016-10-06 15:36:11.418254"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto sint nam consequuntur ut ea adipisci aliquam.\",\"text\":\"Indexing the program won't do anything, we need to calculate the neural agp monitor!\"}"], ["created_at", "2016-10-06 15:36:11.419161"], ["updated_at", "2016-10-06 15:36:11.419161"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et alias aut.\",\"text\":\"We need to parse the auxiliary HTTP protocol!\"}"], ["created_at", "2016-10-06 15:36:11.420086"], ["updated_at", "2016-10-06 15:36:11.420086"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae eligendi inventore molestias qui sit eius.\",\"text\":\"Navigating the application won't do anything, we need to synthesize the open-source smtp circuit!\"}"], ["created_at", "2016-10-06 15:36:11.420951"], ["updated_at", "2016-10-06 15:36:11.420951"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid veritatis sint voluptate in aliquam qui.\",\"text\":\"If we generate the firewall, we can get to the AI protocol through the wireless XML system!\"}"], ["created_at", "2016-10-06 15:36:11.421822"], ["updated_at", "2016-10-06 15:36:11.421822"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae omnis sit totam.\",\"text\":\"Use the cross-platform HTTP transmitter, then you can connect the bluetooth application!\"}"], ["created_at", "2016-10-06 15:36:11.422719"], ["updated_at", "2016-10-06 15:36:11.422719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nostrum explicabo earum esse sint et.\",\"text\":\"We need to input the bluetooth GB alarm!\"}"], ["created_at", "2016-10-06 15:36:11.423628"], ["updated_at", "2016-10-06 15:36:11.423628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et labore rem non quia qui quasi qui.\",\"text\":\"You can't connect the interface without overriding the bluetooth RSS hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.424596"], ["updated_at", "2016-10-06 15:36:11.424596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora neque perferendis nulla repudiandae.\",\"text\":\"You can't bypass the sensor without quantifying the redundant SMS application!\"}"], ["created_at", "2016-10-06 15:36:11.425545"], ["updated_at", "2016-10-06 15:36:11.425545"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni qui amet.\",\"text\":\"Copying the program won't do anything, we need to input the back-end sdd program!\"}"], ["created_at", "2016-10-06 15:36:11.426501"], ["updated_at", "2016-10-06 15:36:11.426501"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis voluptas cumque consequatur corporis.\",\"text\":\"Indexing the array won't do anything, we need to back up the optical hdd matrix!\"}"], ["created_at", "2016-10-06 15:36:11.427430"], ["updated_at", "2016-10-06 15:36:11.427430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa totam voluptas qui incidunt sequi et quae.\",\"text\":\"The EXE panel is down, parse the online protocol so we can generate the SSL microchip!\"}"], ["created_at", "2016-10-06 15:36:11.428354"], ["updated_at", "2016-10-06 15:36:11.428354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde at sed.\",\"text\":\"You can't calculate the protocol without connecting the auxiliary THX monitor!\"}"], ["created_at", "2016-10-06 15:36:11.429214"], ["updated_at", "2016-10-06 15:36:11.429214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis sint temporibus dicta omnis repellendus est praesentium.\",\"text\":\"If we quantify the matrix, we can get to the AI interface through the bluetooth USB driver!\"}"], ["created_at", "2016-10-06 15:36:11.430098"], ["updated_at", "2016-10-06 15:36:11.430098"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident atque cupiditate debitis quam.\",\"text\":\"I'll quantify the redundant GB capacitor, that should protocol the XSS program!\"}"], ["created_at", "2016-10-06 15:36:11.430976"], ["updated_at", "2016-10-06 15:36:11.430976"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui laboriosam cumque eius non consequuntur quaerat blanditiis.\",\"text\":\"Try to navigate the AGP bandwidth, maybe it will synthesize the back-end system!\"}"], ["created_at", "2016-10-06 15:36:11.431891"], ["updated_at", "2016-10-06 15:36:11.431891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam quia vel ratione non illo in.\",\"text\":\"You can't navigate the program without indexing the bluetooth JSON hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.433071"], ["updated_at", "2016-10-06 15:36:11.433071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita magni asperiores.\",\"text\":\"Transmitting the transmitter won't do anything, we need to copy the virtual agp port!\"}"], ["created_at", "2016-10-06 15:36:11.434010"], ["updated_at", "2016-10-06 15:36:11.434010"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi reiciendis nostrum deserunt quia.\",\"text\":\"Try to connect the ADP array, maybe it will reboot the redundant port!\"}"], ["created_at", "2016-10-06 15:36:11.434940"], ["updated_at", "2016-10-06 15:36:11.434940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In provident quisquam porro laborum.\",\"text\":\"Backing up the card won't do anything, we need to parse the solid state pci transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.435875"], ["updated_at", "2016-10-06 15:36:11.435875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est natus animi vitae sit impedit recusandae.\",\"text\":\"You can't synthesize the hard drive without hacking the haptic HTTP program!\"}"], ["created_at", "2016-10-06 15:36:11.436813"], ["updated_at", "2016-10-06 15:36:11.436813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi et aut excepturi hic molestiae.\",\"text\":\"Backing up the pixel won't do anything, we need to compress the virtual sas monitor!\"}"], ["created_at", "2016-10-06 15:36:11.437733"], ["updated_at", "2016-10-06 15:36:11.437733"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores praesentium doloribus nam.\",\"text\":\"If we compress the driver, we can get to the THX matrix through the primary SMTP interface!\"}"], ["created_at", "2016-10-06 15:36:11.438655"], ["updated_at", "2016-10-06 15:36:11.438655"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea aut animi ex.\",\"text\":\"Try to calculate the SAS system, maybe it will quantify the mobile matrix!\"}"], ["created_at", "2016-10-06 15:36:11.439655"], ["updated_at", "2016-10-06 15:36:11.439655"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nesciunt quis natus voluptas iure ipsa.\",\"text\":\"I'll compress the digital ADP monitor, that should matrix the USB feed!\"}"], ["created_at", "2016-10-06 15:36:11.440582"], ["updated_at", "2016-10-06 15:36:11.440582"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium aliquid commodi est.\",\"text\":\"Try to hack the IB matrix, maybe it will navigate the solid state driver!\"}"], ["created_at", "2016-10-06 15:36:11.441511"], ["updated_at", "2016-10-06 15:36:11.441511"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed enim fugit autem veritatis est ut possimus.\",\"text\":\"I'll transmit the cross-platform USB sensor, that should microchip the IB application!\"}"], ["created_at", "2016-10-06 15:36:11.442471"], ["updated_at", "2016-10-06 15:36:11.442471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit quibusdam molestiae et.\",\"text\":\"The SSL program is down, program the wireless feed so we can bypass the XML capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.443409"], ["updated_at", "2016-10-06 15:36:11.443409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima minus dolor fuga nihil.\",\"text\":\"Use the cross-platform AI hard drive, then you can navigate the cross-platform interface!\"}"], ["created_at", "2016-10-06 15:36:11.444270"], ["updated_at", "2016-10-06 15:36:11.444270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt doloribus dolorum quaerat corporis reiciendis.\",\"text\":\"We need to override the primary AI panel!\"}"], ["created_at", "2016-10-06 15:36:11.445123"], ["updated_at", "2016-10-06 15:36:11.445123"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa dolore quia modi consectetur non magni beatae.\",\"text\":\"I'll synthesize the solid state COM matrix, that should bus the PCI application!\"}"], ["created_at", "2016-10-06 15:36:11.445989"], ["updated_at", "2016-10-06 15:36:11.445989"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae sequi distinctio ab.\",\"text\":\"The SQL protocol is down, override the open-source hard drive so we can program the RSS program!\"}"], ["created_at", "2016-10-06 15:36:11.447006"], ["updated_at", "2016-10-06 15:36:11.447006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis nobis aut.\",\"text\":\"Copying the matrix won't do anything, we need to parse the open-source gb program!\"}"], ["created_at", "2016-10-06 15:36:11.448090"], ["updated_at", "2016-10-06 15:36:11.448090"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto commodi placeat minima nesciunt.\",\"text\":\"We need to input the back-end SQL port!\"}"], ["created_at", "2016-10-06 15:36:11.448973"], ["updated_at", "2016-10-06 15:36:11.448973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi sit ad cum mollitia reiciendis.\",\"text\":\"Generating the circuit won't do anything, we need to calculate the primary agp bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.449864"], ["updated_at", "2016-10-06 15:36:11.449864"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut dolorem dolor blanditiis tenetur exercitationem.\",\"text\":\"You can't override the monitor without bypassing the 1080p USB program!\"}"], ["created_at", "2016-10-06 15:36:11.450774"], ["updated_at", "2016-10-06 15:36:11.450774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam dignissimos rem hic similique aut quis voluptatem.\",\"text\":\"If we input the pixel, we can get to the TCP bandwidth through the redundant AI protocol!\"}"], ["created_at", "2016-10-06 15:36:11.451691"], ["updated_at", "2016-10-06 15:36:11.451691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam nihil hic deserunt rem.\",\"text\":\"Indexing the firewall won't do anything, we need to bypass the redundant hdd sensor!\"}"], ["created_at", "2016-10-06 15:36:11.452553"], ["updated_at", "2016-10-06 15:36:11.452553"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed dolores dicta.\",\"text\":\"Compressing the sensor won't do anything, we need to generate the solid state sas hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.453418"], ["updated_at", "2016-10-06 15:36:11.453418"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi minima eveniet sequi est temporibus iusto et.\",\"text\":\"You can't synthesize the matrix without programming the open-source PNG monitor!\"}"], ["created_at", "2016-10-06 15:36:11.454318"], ["updated_at", "2016-10-06 15:36:11.454318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit eaque non vitae.\",\"text\":\"Backing up the alarm won't do anything, we need to override the solid state ram alarm!\"}"], ["created_at", "2016-10-06 15:36:11.455252"], ["updated_at", "2016-10-06 15:36:11.455252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos voluptatem dolores rem sint.\",\"text\":\"Use the bluetooth PCI microchip, then you can hack the optical driver!\"}"], ["created_at", "2016-10-06 15:36:11.456174"], ["updated_at", "2016-10-06 15:36:11.456174"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum explicabo aspernatur corrupti.\",\"text\":\"Parsing the driver won't do anything, we need to generate the cross-platform agp pixel!\"}"], ["created_at", "2016-10-06 15:36:11.457180"], ["updated_at", "2016-10-06 15:36:11.457180"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas et odio laudantium rem ut.\",\"text\":\"Use the wireless THX bus, then you can copy the solid state microchip!\"}"], ["created_at", "2016-10-06 15:36:11.458113"], ["updated_at", "2016-10-06 15:36:11.458113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non ut fugiat vel est.\",\"text\":\"If we calculate the pixel, we can get to the JSON transmitter through the open-source HTTP driver!\"}"], ["created_at", "2016-10-06 15:36:11.459078"], ["updated_at", "2016-10-06 15:36:11.459078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis error natus.\",\"text\":\"I'll parse the virtual XSS application, that should hard drive the ADP monitor!\"}"], ["created_at", "2016-10-06 15:36:11.459958"], ["updated_at", "2016-10-06 15:36:11.459958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere in asperiores sunt inventore optio officia.\",\"text\":\"Try to copy the SMS circuit, maybe it will input the solid state driver!\"}"], ["created_at", "2016-10-06 15:36:11.460812"], ["updated_at", "2016-10-06 15:36:11.460812"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis molestiae facilis fugit quo.\",\"text\":\"We need to navigate the back-end SDD sensor!\"}"], ["created_at", "2016-10-06 15:36:11.461660"], ["updated_at", "2016-10-06 15:36:11.461660"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At provident ut odio.\",\"text\":\"Quantifying the bus won't do anything, we need to bypass the back-end tcp driver!\"}"], ["created_at", "2016-10-06 15:36:11.462527"], ["updated_at", "2016-10-06 15:36:11.462527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil dolor qui nihil est ut maiores.\",\"text\":\"Try to generate the PCI firewall, maybe it will back up the redundant panel!\"}"], ["created_at", "2016-10-06 15:36:11.463491"], ["updated_at", "2016-10-06 15:36:11.463491"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod alias ut autem laboriosam ut nihil omnis.\",\"text\":\"I'll navigate the haptic HDD application, that should monitor the HDD sensor!\"}"], ["created_at", "2016-10-06 15:36:11.464485"], ["updated_at", "2016-10-06 15:36:11.464485"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos sint nobis dolorem.\",\"text\":\"Use the haptic SQL pixel, then you can index the multi-byte driver!\"}"], ["created_at", "2016-10-06 15:36:11.465401"], ["updated_at", "2016-10-06 15:36:11.465401"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vel placeat sit possimus quasi autem.\",\"text\":\"I'll generate the auxiliary SQL circuit, that should bus the RAM protocol!\"}"], ["created_at", "2016-10-06 15:36:11.466311"], ["updated_at", "2016-10-06 15:36:11.466311"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ipsa eum eligendi a officia illum reiciendis.\",\"text\":\"We need to connect the mobile SMS protocol!\"}"], ["created_at", "2016-10-06 15:36:11.467204"], ["updated_at", "2016-10-06 15:36:11.467204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A enim sunt molestiae.\",\"text\":\"You can't transmit the circuit without hacking the redundant ADP alarm!\"}"], ["created_at", "2016-10-06 15:36:11.468110"], ["updated_at", "2016-10-06 15:36:11.468110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat qui architecto ut ex in.\",\"text\":\"Try to back up the XML driver, maybe it will parse the digital matrix!\"}"], ["created_at", "2016-10-06 15:36:11.468984"], ["updated_at", "2016-10-06 15:36:11.468984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et harum sint libero.\",\"text\":\"Use the redundant AI card, then you can connect the redundant firewall!\"}"], ["created_at", "2016-10-06 15:36:11.469847"], ["updated_at", "2016-10-06 15:36:11.469847"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea ducimus a nostrum modi illo.\",\"text\":\"We need to connect the virtual RAM interface!\"}"], ["created_at", "2016-10-06 15:36:11.470698"], ["updated_at", "2016-10-06 15:36:11.470698"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut id cupiditate voluptas officiis quae modi.\",\"text\":\"Use the digital USB circuit, then you can generate the haptic microchip!\"}"], ["created_at", "2016-10-06 15:36:11.471582"], ["updated_at", "2016-10-06 15:36:11.471582"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab iste qui et.\",\"text\":\"Generating the port won't do anything, we need to navigate the virtual adp matrix!\"}"], ["created_at", "2016-10-06 15:36:11.472705"], ["updated_at", "2016-10-06 15:36:11.472705"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus excepturi et dolorem aut occaecati.\",\"text\":\"The PCI hard drive is down, index the 1080p firewall so we can reboot the XML driver!\"}"], ["created_at", "2016-10-06 15:36:11.473752"], ["updated_at", "2016-10-06 15:36:11.473752"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut molestiae laboriosam aperiam omnis.\",\"text\":\"You can't synthesize the sensor without synthesizing the digital XML interface!\"}"], ["created_at", "2016-10-06 15:36:11.475920"], ["updated_at", "2016-10-06 15:36:11.475920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur sunt ut placeat.\",\"text\":\"We need to index the solid state IB bus!\"}"], ["created_at", "2016-10-06 15:36:11.477119"], ["updated_at", "2016-10-06 15:36:11.477119"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci aperiam voluptatem.\",\"text\":\"I'll reboot the online SSL port, that should microchip the SQL system!\"}"], ["created_at", "2016-10-06 15:36:11.478059"], ["updated_at", "2016-10-06 15:36:11.478059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate alias rerum autem illum.\",\"text\":\"If we back up the feed, we can get to the RAM array through the neural SAS program!\"}"], ["created_at", "2016-10-06 15:36:11.479029"], ["updated_at", "2016-10-06 15:36:11.479029"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores omnis eos voluptatum totam itaque ut eveniet.\",\"text\":\"I'll bypass the open-source HDD array, that should card the SMTP pixel!\"}"], ["created_at", "2016-10-06 15:36:11.480045"], ["updated_at", "2016-10-06 15:36:11.480045"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex suscipit aut ut itaque voluptatem repellendus deleniti.\",\"text\":\"If we back up the microchip, we can get to the SDD bus through the multi-byte HTTP protocol!\"}"], ["created_at", "2016-10-06 15:36:11.481059"], ["updated_at", "2016-10-06 15:36:11.481059"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro asperiores ut aliquam voluptatem qui.\",\"text\":\"I'll parse the wireless TCP interface, that should capacitor the SSL capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.481961"], ["updated_at", "2016-10-06 15:36:11.481961"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque modi eum dolores perferendis tenetur.\",\"text\":\"We need to calculate the cross-platform AGP system!\"}"], ["created_at", "2016-10-06 15:36:11.482915"], ["updated_at", "2016-10-06 15:36:11.482915"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis fugit tempore autem autem.\",\"text\":\"Use the cross-platform SCSI system, then you can transmit the digital transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.483786"], ["updated_at", "2016-10-06 15:36:11.483786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum perferendis ad cupiditate.\",\"text\":\"If we bypass the pixel, we can get to the RAM sensor through the wireless JSON feed!\"}"], ["created_at", "2016-10-06 15:36:11.484647"], ["updated_at", "2016-10-06 15:36:11.484647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel aut id repudiandae magnam.\",\"text\":\"I'll bypass the multi-byte XML hard drive, that should interface the FTP program!\"}"], ["created_at", "2016-10-06 15:36:11.485516"], ["updated_at", "2016-10-06 15:36:11.485516"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint voluptatem dolores neque occaecati libero voluptatem.\",\"text\":\"Programming the panel won't do anything, we need to compress the multi-byte sdd alarm!\"}"], ["created_at", "2016-10-06 15:36:11.486446"], ["updated_at", "2016-10-06 15:36:11.486446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non laboriosam adipisci fuga qui.\",\"text\":\"I'll synthesize the cross-platform XML system, that should pixel the PNG capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.487364"], ["updated_at", "2016-10-06 15:36:11.487364"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam quisquam laudantium expedita reprehenderit ullam.\",\"text\":\"Try to generate the SSL interface, maybe it will back up the back-end capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.488341"], ["updated_at", "2016-10-06 15:36:11.488341"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat qui quas placeat numquam velit ut cupiditate.\",\"text\":\"Try to hack the CSS program, maybe it will synthesize the multi-byte port!\"}"], ["created_at", "2016-10-06 15:36:11.489352"], ["updated_at", "2016-10-06 15:36:11.489352"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ut porro.\",\"text\":\"We need to index the redundant COM firewall!\"}"], ["created_at", "2016-10-06 15:36:11.490305"], ["updated_at", "2016-10-06 15:36:11.490305"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis dolores voluptatibus.\",\"text\":\"The RSS driver is down, input the open-source transmitter so we can calculate the JBOD alarm!\"}"], ["created_at", "2016-10-06 15:36:11.491244"], ["updated_at", "2016-10-06 15:36:11.491244"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam non nam.\",\"text\":\"I'll calculate the redundant SQL interface, that should feed the EXE application!\"}"], ["created_at", "2016-10-06 15:36:11.492115"], ["updated_at", "2016-10-06 15:36:11.492115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nemo delectus facilis architecto rerum aut.\",\"text\":\"I'll program the redundant USB microchip, that should driver the TCP protocol!\"}"], ["created_at", "2016-10-06 15:36:11.492983"], ["updated_at", "2016-10-06 15:36:11.492983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste voluptatem amet.\",\"text\":\"Use the optical HDD system, then you can calculate the online interface!\"}"], ["created_at", "2016-10-06 15:36:11.493837"], ["updated_at", "2016-10-06 15:36:11.493837"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas optio et modi et.\",\"text\":\"Use the optical SSL bus, then you can bypass the virtual array!\"}"], ["created_at", "2016-10-06 15:36:11.494706"], ["updated_at", "2016-10-06 15:36:11.494706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis est sapiente tenetur qui repellat officiis molestias.\",\"text\":\"I'll input the mobile THX circuit, that should port the PNG panel!\"}"], ["created_at", "2016-10-06 15:36:11.495613"], ["updated_at", "2016-10-06 15:36:11.495613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quaerat quod ipsam ut.\",\"text\":\"I'll program the auxiliary SAS firewall, that should sensor the COM alarm!\"}"], ["created_at", "2016-10-06 15:36:11.496625"], ["updated_at", "2016-10-06 15:36:11.496625"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam quia praesentium voluptatum aut.\",\"text\":\"Use the open-source COM alarm, then you can hack the mobile program!\"}"], ["created_at", "2016-10-06 15:36:11.497605"], ["updated_at", "2016-10-06 15:36:11.497605"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis fugiat voluptatem in sed voluptas cumque vel.\",\"text\":\"We need to calculate the primary CSS card!\"}"], ["created_at", "2016-10-06 15:36:11.498783"], ["updated_at", "2016-10-06 15:36:11.498783"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea ducimus sint similique.\",\"text\":\"Connecting the system won't do anything, we need to bypass the neural sas feed!\"}"], ["created_at", "2016-10-06 15:36:11.499703"], ["updated_at", "2016-10-06 15:36:11.499703"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic fuga sit voluptas consequuntur ipsam.\",\"text\":\"I'll copy the wireless COM bus, that should transmitter the SDD interface!\"}"], ["created_at", "2016-10-06 15:36:11.500619"], ["updated_at", "2016-10-06 15:36:11.500619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam necessitatibus autem consectetur.\",\"text\":\"We need to transmit the haptic XML firewall!\"}"], ["created_at", "2016-10-06 15:36:11.501479"], ["updated_at", "2016-10-06 15:36:11.501479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi nobis ipsam vitae aliquam accusamus.\",\"text\":\"Use the digital RAM feed, then you can override the solid state firewall!\"}"], ["created_at", "2016-10-06 15:36:11.502375"], ["updated_at", "2016-10-06 15:36:11.502375"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae a fugit corrupti ducimus exercitationem suscipit quisquam.\",\"text\":\"The RAM interface is down, calculate the haptic sensor so we can synthesize the PCI hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.503321"], ["updated_at", "2016-10-06 15:36:11.503321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni dolorem et tempora alias.\",\"text\":\"Try to override the ADP sensor, maybe it will index the auxiliary transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.504344"], ["updated_at", "2016-10-06 15:36:11.504344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam totam quod vitae voluptatum dignissimos.\",\"text\":\"Try to generate the AGP bus, maybe it will generate the redundant bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.505270"], ["updated_at", "2016-10-06 15:36:11.505270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis maxime dolor reiciendis rerum neque qui vel.\",\"text\":\"Use the open-source PCI transmitter, then you can back up the solid state hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.506203"], ["updated_at", "2016-10-06 15:36:11.506203"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae corporis delectus est repellendus accusamus nesciunt.\",\"text\":\"If we hack the protocol, we can get to the RAM program through the haptic SQL bus!\"}"], ["created_at", "2016-10-06 15:36:11.507127"], ["updated_at", "2016-10-06 15:36:11.507127"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque repudiandae minus odio.\",\"text\":\"Try to override the SSL program, maybe it will input the 1080p firewall!\"}"], ["created_at", "2016-10-06 15:36:11.508061"], ["updated_at", "2016-10-06 15:36:11.508061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum odit ipsam quia explicabo.\",\"text\":\"Use the mobile XSS array, then you can bypass the optical monitor!\"}"], ["created_at", "2016-10-06 15:36:11.508929"], ["updated_at", "2016-10-06 15:36:11.508929"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae numquam aut repellendus corporis.\",\"text\":\"If we override the array, we can get to the CSS hard drive through the back-end ADP pixel!\"}"], ["created_at", "2016-10-06 15:36:11.509788"], ["updated_at", "2016-10-06 15:36:11.509788"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem cupiditate quia eligendi perferendis quaerat.\",\"text\":\"The RAM sensor is down, calculate the redundant capacitor so we can bypass the SCSI capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.510694"], ["updated_at", "2016-10-06 15:36:11.510694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam minima quod magnam exercitationem natus.\",\"text\":\"Connecting the system won't do anything, we need to calculate the back-end ftp bus!\"}"], ["created_at", "2016-10-06 15:36:11.511709"], ["updated_at", "2016-10-06 15:36:11.511709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos et quis architecto debitis quo.\",\"text\":\"Try to connect the TCP protocol, maybe it will bypass the optical circuit!\"}"], ["created_at", "2016-10-06 15:36:11.512662"], ["updated_at", "2016-10-06 15:36:11.512662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda asperiores voluptas voluptates.\",\"text\":\"Use the optical AI feed, then you can back up the online microchip!\"}"], ["created_at", "2016-10-06 15:36:11.513554"], ["updated_at", "2016-10-06 15:36:11.513554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum et quia.\",\"text\":\"We need to quantify the wireless AGP program!\"}"], ["created_at", "2016-10-06 15:36:11.514461"], ["updated_at", "2016-10-06 15:36:11.514461"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex voluptate id qui.\",\"text\":\"Try to bypass the SMS transmitter, maybe it will input the redundant alarm!\"}"], ["created_at", "2016-10-06 15:36:11.515337"], ["updated_at", "2016-10-06 15:36:11.515337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio ut doloribus.\",\"text\":\"Try to copy the XML monitor, maybe it will index the multi-byte matrix!\"}"], ["created_at", "2016-10-06 15:36:11.516269"], ["updated_at", "2016-10-06 15:36:11.516269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo repudiandae ut.\",\"text\":\"We need to generate the open-source USB capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.517143"], ["updated_at", "2016-10-06 15:36:11.517143"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem consequuntur ipsa aperiam quo.\",\"text\":\"If we copy the application, we can get to the RAM bus through the mobile PCI application!\"}"], ["created_at", "2016-10-06 15:36:11.518002"], ["updated_at", "2016-10-06 15:36:11.518002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste unde distinctio animi sint totam id.\",\"text\":\"We need to reboot the open-source SMTP card!\"}"], ["created_at", "2016-10-06 15:36:11.518890"], ["updated_at", "2016-10-06 15:36:11.518890"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos laboriosam aut rerum quasi et eaque.\",\"text\":\"Use the redundant SQL driver, then you can bypass the digital bus!\"}"], ["created_at", "2016-10-06 15:36:11.519754"], ["updated_at", "2016-10-06 15:36:11.519754"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam repellat voluptatem fuga.\",\"text\":\"Use the digital RSS pixel, then you can program the back-end panel!\"}"], ["created_at", "2016-10-06 15:36:11.520795"], ["updated_at", "2016-10-06 15:36:11.520795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut omnis consequuntur repellendus cum rem est.\",\"text\":\"If we quantify the array, we can get to the TCP card through the 1080p CSS driver!\"}"], ["created_at", "2016-10-06 15:36:11.521772"], ["updated_at", "2016-10-06 15:36:11.521772"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo sunt qui unde eligendi.\",\"text\":\"You can't generate the microchip without synthesizing the cross-platform GB bus!\"}"], ["created_at", "2016-10-06 15:36:11.522706"], ["updated_at", "2016-10-06 15:36:11.522706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem in rerum.\",\"text\":\"Try to reboot the AI matrix, maybe it will parse the neural protocol!\"}"], ["created_at", "2016-10-06 15:36:11.523616"], ["updated_at", "2016-10-06 15:36:11.523616"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus libero rerum.\",\"text\":\"We need to bypass the primary SMTP bus!\"}"], ["created_at", "2016-10-06 15:36:11.524480"], ["updated_at", "2016-10-06 15:36:11.524480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui adipisci optio consequatur sit esse.\",\"text\":\"I'll connect the haptic SQL firewall, that should application the EXE matrix!\"}"], ["created_at", "2016-10-06 15:36:11.525387"], ["updated_at", "2016-10-06 15:36:11.525387"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut repudiandae ut recusandae accusantium magni.\",\"text\":\"We need to calculate the mobile SMTP card!\"}"], ["created_at", "2016-10-06 15:36:11.526258"], ["updated_at", "2016-10-06 15:36:11.526258"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ad quod placeat.\",\"text\":\"Overriding the port won't do anything, we need to bypass the redundant ftp program!\"}"], ["created_at", "2016-10-06 15:36:11.527298"], ["updated_at", "2016-10-06 15:36:11.527298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil quia nobis ex.\",\"text\":\"We need to program the online EXE bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.528253"], ["updated_at", "2016-10-06 15:36:11.528253"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut at in rerum et reiciendis et aut.\",\"text\":\"You can't connect the array without copying the 1080p CSS microchip!\"}"], ["created_at", "2016-10-06 15:36:11.529127"], ["updated_at", "2016-10-06 15:36:11.529127"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa aut velit.\",\"text\":\"We need to calculate the bluetooth SMTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.530049"], ["updated_at", "2016-10-06 15:36:11.530049"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus dolorem est maxime voluptatum maiores eligendi tenetur.\",\"text\":\"The CSS bus is down, back up the mobile application so we can parse the SQL microchip!\"}"], ["created_at", "2016-10-06 15:36:11.530957"], ["updated_at", "2016-10-06 15:36:11.530957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus aspernatur perferendis ullam et quidem enim mollitia.\",\"text\":\"I'll back up the mobile SDD sensor, that should panel the USB matrix!\"}"], ["created_at", "2016-10-06 15:36:11.531820"], ["updated_at", "2016-10-06 15:36:11.531820"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit perferendis dicta facere autem.\",\"text\":\"If we compress the microchip, we can get to the SQL monitor through the wireless TCP bus!\"}"], ["created_at", "2016-10-06 15:36:11.532678"], ["updated_at", "2016-10-06 15:36:11.532678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere libero dicta ipsa deleniti.\",\"text\":\"I'll compress the bluetooth EXE feed, that should matrix the COM driver!\"}"], ["created_at", "2016-10-06 15:36:11.533595"], ["updated_at", "2016-10-06 15:36:11.533595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio rerum eos.\",\"text\":\"You can't synthesize the monitor without transmitting the wireless TCP transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.534471"], ["updated_at", "2016-10-06 15:36:11.534471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione eum quos.\",\"text\":\"You can't reboot the microchip without hacking the wireless AI bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.535321"], ["updated_at", "2016-10-06 15:36:11.535321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sit animi velit qui nam.\",\"text\":\"I'll reboot the mobile SCSI application, that should alarm the THX bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.536187"], ["updated_at", "2016-10-06 15:36:11.536187"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum culpa necessitatibus at dolorem molestias.\",\"text\":\"If we program the panel, we can get to the EXE port through the redundant RAM sensor!\"}"], ["created_at", "2016-10-06 15:36:11.537050"], ["updated_at", "2016-10-06 15:36:11.537050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur vitae sequi.\",\"text\":\"If we back up the feed, we can get to the IB circuit through the open-source RSS microchip!\"}"], ["created_at", "2016-10-06 15:36:11.537970"], ["updated_at", "2016-10-06 15:36:11.537970"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt error inventore repellat ut fugit minima aliquid.\",\"text\":\"We need to calculate the primary SAS capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.538918"], ["updated_at", "2016-10-06 15:36:11.538918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae consequatur praesentium libero fuga sit ipsum.\",\"text\":\"If we transmit the protocol, we can get to the JSON driver through the cross-platform SQL program!\"}"], ["created_at", "2016-10-06 15:36:11.539787"], ["updated_at", "2016-10-06 15:36:11.539787"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id quos est fugit sit aut eligendi et.\",\"text\":\"You can't index the array without copying the optical HTTP interface!\"}"], ["created_at", "2016-10-06 15:36:11.540641"], ["updated_at", "2016-10-06 15:36:11.540641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero sed repellat magni molestiae provident ut.\",\"text\":\"Use the back-end RSS card, then you can reboot the neural application!\"}"], ["created_at", "2016-10-06 15:36:11.541551"], ["updated_at", "2016-10-06 15:36:11.541551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit quod occaecati.\",\"text\":\"I'll back up the auxiliary SDD program, that should circuit the THX array!\"}"], ["created_at", "2016-10-06 15:36:11.542451"], ["updated_at", "2016-10-06 15:36:11.542451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate aut distinctio assumenda labore optio adipisci et.\",\"text\":\"You can't index the monitor without quantifying the optical XSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.543310"], ["updated_at", "2016-10-06 15:36:11.543310"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente ipsam error aut.\",\"text\":\"The XSS bus is down, input the primary bandwidth so we can calculate the JBOD circuit!\"}"], ["created_at", "2016-10-06 15:36:11.544167"], ["updated_at", "2016-10-06 15:36:11.544167"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa deleniti beatae eligendi facilis modi esse.\",\"text\":\"I'll hack the digital TCP capacitor, that should feed the EXE capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.545084"], ["updated_at", "2016-10-06 15:36:11.545084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas corrupti non voluptate sit et et.\",\"text\":\"Indexing the program won't do anything, we need to transmit the cross-platform usb system!\"}"], ["created_at", "2016-10-06 15:36:11.545945"], ["updated_at", "2016-10-06 15:36:11.545945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium hic assumenda.\",\"text\":\"The CSS application is down, compress the optical feed so we can parse the ADP driver!\"}"], ["created_at", "2016-10-06 15:36:11.546847"], ["updated_at", "2016-10-06 15:36:11.546847"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur sapiente dolorum.\",\"text\":\"I'll navigate the 1080p HTTP capacitor, that should protocol the TCP monitor!\"}"], ["created_at", "2016-10-06 15:36:11.547695"], ["updated_at", "2016-10-06 15:36:11.547695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure et ut.\",\"text\":\"We need to parse the online XSS protocol!\"}"], ["created_at", "2016-10-06 15:36:11.548601"], ["updated_at", "2016-10-06 15:36:11.548601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit ab in eos laboriosam dicta nostrum autem.\",\"text\":\"I'll copy the primary XSS monitor, that should array the JBOD protocol!\"}"], ["created_at", "2016-10-06 15:36:11.549456"], ["updated_at", "2016-10-06 15:36:11.549456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas eius officia rerum.\",\"text\":\"Use the back-end JBOD microchip, then you can transmit the back-end transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.550336"], ["updated_at", "2016-10-06 15:36:11.550336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ullam aut molestiae.\",\"text\":\"The SAS program is down, generate the online monitor so we can reboot the EXE firewall!\"}"], ["created_at", "2016-10-06 15:36:11.551210"], ["updated_at", "2016-10-06 15:36:11.551210"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae dolorem quia est laboriosam in dicta.\",\"text\":\"You can't input the driver without navigating the multi-byte SDD sensor!\"}"], ["created_at", "2016-10-06 15:36:11.552066"], ["updated_at", "2016-10-06 15:36:11.552066"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id consequatur earum eaque ipsa.\",\"text\":\"Overriding the application won't do anything, we need to override the primary json application!\"}"], ["created_at", "2016-10-06 15:36:11.553070"], ["updated_at", "2016-10-06 15:36:11.553070"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sequi maxime tempora est quia rerum molestiae.\",\"text\":\"Try to reboot the JSON bus, maybe it will connect the mobile alarm!\"}"], ["created_at", "2016-10-06 15:36:11.554301"], ["updated_at", "2016-10-06 15:36:11.554301"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur animi occaecati et consequatur a aut.\",\"text\":\"The SAS alarm is down, back up the redundant bandwidth so we can index the SQL bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.555874"], ["updated_at", "2016-10-06 15:36:11.555874"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos esse aspernatur sint omnis ut tenetur.\",\"text\":\"Use the cross-platform THX card, then you can index the online hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.557356"], ["updated_at", "2016-10-06 15:36:11.557356"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae quia recusandae.\",\"text\":\"I'll reboot the cross-platform CSS array, that should card the SMTP program!\"}"], ["created_at", "2016-10-06 15:36:11.559794"], ["updated_at", "2016-10-06 15:36:11.559794"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita placeat voluptates.\",\"text\":\"You can't program the bandwidth without indexing the auxiliary COM system!\"}"], ["created_at", "2016-10-06 15:36:11.561015"], ["updated_at", "2016-10-06 15:36:11.561015"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo provident velit est ex numquam optio in.\",\"text\":\"The SMTP hard drive is down, back up the open-source application so we can generate the RSS sensor!\"}"], ["created_at", "2016-10-06 15:36:11.563814"], ["updated_at", "2016-10-06 15:36:11.563814"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur vitae sed tempora enim.\",\"text\":\"Copying the protocol won't do anything, we need to transmit the auxiliary scsi driver!\"}"], ["created_at", "2016-10-06 15:36:11.565684"], ["updated_at", "2016-10-06 15:36:11.565684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut qui et asperiores at.\",\"text\":\"Use the back-end RAM program, then you can connect the haptic sensor!\"}"], ["created_at", "2016-10-06 15:36:11.566771"], ["updated_at", "2016-10-06 15:36:11.566771"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est labore ad earum.\",\"text\":\"You can't override the monitor without quantifying the 1080p AGP array!\"}"], ["created_at", "2016-10-06 15:36:11.567636"], ["updated_at", "2016-10-06 15:36:11.567636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet quo ut in.\",\"text\":\"I'll compress the back-end THX bandwidth, that should microchip the SDD card!\"}"], ["created_at", "2016-10-06 15:36:11.568499"], ["updated_at", "2016-10-06 15:36:11.568499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste cum autem sunt a quo et.\",\"text\":\"I'll reboot the back-end ADP matrix, that should sensor the ADP microchip!\"}"], ["created_at", "2016-10-06 15:36:11.569381"], ["updated_at", "2016-10-06 15:36:11.569381"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores autem labore.\",\"text\":\"If we connect the bus, we can get to the AI protocol through the cross-platform RSS capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.570252"], ["updated_at", "2016-10-06 15:36:11.570252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est ipsum.\",\"text\":\"Compressing the bus won't do anything, we need to override the haptic ai port!\"}"], ["created_at", "2016-10-06 15:36:11.571188"], ["updated_at", "2016-10-06 15:36:11.571188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate consectetur est in dolores at.\",\"text\":\"The RSS array is down, index the mobile array so we can copy the CSS feed!\"}"], ["created_at", "2016-10-06 15:36:11.572089"], ["updated_at", "2016-10-06 15:36:11.572089"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae enim repellendus ipsa sed eos.\",\"text\":\"We need to connect the online AGP firewall!\"}"], ["created_at", "2016-10-06 15:36:11.572954"], ["updated_at", "2016-10-06 15:36:11.572954"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam saepe rem hic dolorum.\",\"text\":\"The SMS matrix is down, bypass the bluetooth feed so we can bypass the TCP card!\"}"], ["created_at", "2016-10-06 15:36:11.573850"], ["updated_at", "2016-10-06 15:36:11.573850"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed dolorum id laudantium nisi.\",\"text\":\"Navigating the hard drive won't do anything, we need to copy the cross-platform png port!\"}"], ["created_at", "2016-10-06 15:36:11.574731"], ["updated_at", "2016-10-06 15:36:11.574731"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eos est tempora quam deleniti nobis nesciunt.\",\"text\":\"The FTP microchip is down, navigate the bluetooth bandwidth so we can copy the SQL bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.575739"], ["updated_at", "2016-10-06 15:36:11.575739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis magni voluptatibus.\",\"text\":\"Try to connect the SCSI capacitor, maybe it will copy the 1080p matrix!\"}"], ["created_at", "2016-10-06 15:36:11.576790"], ["updated_at", "2016-10-06 15:36:11.576790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo atque consequuntur.\",\"text\":\"If we calculate the monitor, we can get to the XSS array through the open-source SSL alarm!\"}"], ["created_at", "2016-10-06 15:36:11.577732"], ["updated_at", "2016-10-06 15:36:11.577732"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum voluptates ut omnis tenetur maxime et eius.\",\"text\":\"I'll compress the digital GB array, that should pixel the HDD array!\"}"], ["created_at", "2016-10-06 15:36:11.578611"], ["updated_at", "2016-10-06 15:36:11.578611"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut qui repellendus incidunt tempora.\",\"text\":\"Use the mobile AGP firewall, then you can program the cross-platform hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.579598"], ["updated_at", "2016-10-06 15:36:11.579598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero qui voluptas quia est.\",\"text\":\"We need to program the open-source ADP pixel!\"}"], ["created_at", "2016-10-06 15:36:11.580672"], ["updated_at", "2016-10-06 15:36:11.580672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil consequatur impedit.\",\"text\":\"We need to synthesize the 1080p HTTP system!\"}"], ["created_at", "2016-10-06 15:36:11.581560"], ["updated_at", "2016-10-06 15:36:11.581560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem qui delectus cum illo esse.\",\"text\":\"The PCI firewall is down, synthesize the 1080p panel so we can calculate the EXE bus!\"}"], ["created_at", "2016-10-06 15:36:11.582431"], ["updated_at", "2016-10-06 15:36:11.582431"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas accusamus amet.\",\"text\":\"Programming the bandwidth won't do anything, we need to index the open-source gb application!\"}"], ["created_at", "2016-10-06 15:36:11.583390"], ["updated_at", "2016-10-06 15:36:11.583390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt voluptatibus qui.\",\"text\":\"The FTP capacitor is down, parse the mobile microchip so we can back up the FTP matrix!\"}"], ["created_at", "2016-10-06 15:36:11.584384"], ["updated_at", "2016-10-06 15:36:11.584384"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem beatae explicabo unde perferendis ad debitis.\",\"text\":\"Try to quantify the THX circuit, maybe it will navigate the multi-byte circuit!\"}"], ["created_at", "2016-10-06 15:36:11.585288"], ["updated_at", "2016-10-06 15:36:11.585288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum et dolorum dolores cum.\",\"text\":\"Synthesizing the sensor won't do anything, we need to transmit the cross-platform ftp monitor!\"}"], ["created_at", "2016-10-06 15:36:11.586191"], ["updated_at", "2016-10-06 15:36:11.586191"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem placeat natus facilis eum est et fuga.\",\"text\":\"If we bypass the hard drive, we can get to the RSS sensor through the solid state HDD bus!\"}"], ["created_at", "2016-10-06 15:36:11.587094"], ["updated_at", "2016-10-06 15:36:11.587094"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil quasi et iure nobis dolorem non.\",\"text\":\"Calculating the matrix won't do anything, we need to quantify the back-end pci panel!\"}"], ["created_at", "2016-10-06 15:36:11.588063"], ["updated_at", "2016-10-06 15:36:11.588063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum qui voluptas reprehenderit ut voluptatem velit aut.\",\"text\":\"You can't override the panel without bypassing the open-source GB port!\"}"], ["created_at", "2016-10-06 15:36:11.588946"], ["updated_at", "2016-10-06 15:36:11.588946"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed eos magnam.\",\"text\":\"Hacking the pixel won't do anything, we need to parse the online ram pixel!\"}"], ["created_at", "2016-10-06 15:36:11.589802"], ["updated_at", "2016-10-06 15:36:11.589802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore nobis tempora et qui cum nisi.\",\"text\":\"We need to parse the redundant JSON interface!\"}"], ["created_at", "2016-10-06 15:36:11.590660"], ["updated_at", "2016-10-06 15:36:11.590660"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et commodi culpa aut error quibusdam et.\",\"text\":\"Use the wireless FTP array, then you can copy the virtual microchip!\"}"], ["created_at", "2016-10-06 15:36:11.591548"], ["updated_at", "2016-10-06 15:36:11.591548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio repellat et adipisci consequatur aut et ea.\",\"text\":\"I'll synthesize the mobile XSS pixel, that should matrix the RSS application!\"}"], ["created_at", "2016-10-06 15:36:11.592560"], ["updated_at", "2016-10-06 15:36:11.592560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus deserunt quibusdam aut nam corrupti.\",\"text\":\"I'll generate the online SQL pixel, that should feed the HDD microchip!\"}"], ["created_at", "2016-10-06 15:36:11.593510"], ["updated_at", "2016-10-06 15:36:11.593510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur dolores suscipit voluptatem cumque.\",\"text\":\"The XSS transmitter is down, program the solid state interface so we can copy the PNG interface!\"}"], ["created_at", "2016-10-06 15:36:11.594413"], ["updated_at", "2016-10-06 15:36:11.594413"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit perspiciatis consequatur magnam.\",\"text\":\"You can't compress the panel without overriding the 1080p AI panel!\"}"], ["created_at", "2016-10-06 15:36:11.595316"], ["updated_at", "2016-10-06 15:36:11.595316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo ratione illo a velit minima.\",\"text\":\"I'll compress the mobile FTP monitor, that should array the SSL program!\"}"], ["created_at", "2016-10-06 15:36:11.596256"], ["updated_at", "2016-10-06 15:36:11.596256"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quae rerum maxime velit ut provident eos.\",\"text\":\"Calculating the application won't do anything, we need to synthesize the mobile rss hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.597138"], ["updated_at", "2016-10-06 15:36:11.597138"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem et enim id accusamus eum aut et.\",\"text\":\"Use the optical AI driver, then you can input the digital circuit!\"}"], ["created_at", "2016-10-06 15:36:11.598010"], ["updated_at", "2016-10-06 15:36:11.598010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet ullam vel.\",\"text\":\"You can't calculate the matrix without programming the haptic PCI program!\"}"], ["created_at", "2016-10-06 15:36:11.598879"], ["updated_at", "2016-10-06 15:36:11.598879"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At ut unde omnis rerum nihil repudiandae.\",\"text\":\"You can't copy the bandwidth without bypassing the 1080p SDD program!\"}"], ["created_at", "2016-10-06 15:36:11.599821"], ["updated_at", "2016-10-06 15:36:11.599821"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem minus omnis sunt.\",\"text\":\"Try to connect the SSL matrix, maybe it will override the virtual alarm!\"}"], ["created_at", "2016-10-06 15:36:11.600959"], ["updated_at", "2016-10-06 15:36:11.600959"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias maiores provident.\",\"text\":\"You can't navigate the capacitor without backing up the online RAM pixel!\"}"], ["created_at", "2016-10-06 15:36:11.601933"], ["updated_at", "2016-10-06 15:36:11.601933"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate nulla atque repudiandae.\",\"text\":\"The GB feed is down, transmit the haptic bandwidth so we can back up the USB array!\"}"], ["created_at", "2016-10-06 15:36:11.602898"], ["updated_at", "2016-10-06 15:36:11.602898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis fugiat doloremque.\",\"text\":\"We need to copy the multi-byte RSS card!\"}"], ["created_at", "2016-10-06 15:36:11.603841"], ["updated_at", "2016-10-06 15:36:11.603841"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ut eos tenetur.\",\"text\":\"We need to parse the digital ADP card!\"}"], ["created_at", "2016-10-06 15:36:11.604715"], ["updated_at", "2016-10-06 15:36:11.604715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis veniam sit voluptatem mollitia nobis assumenda aut.\",\"text\":\"Use the haptic AI port, then you can calculate the mobile bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.605621"], ["updated_at", "2016-10-06 15:36:11.605621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus laudantium minus velit adipisci a non ea.\",\"text\":\"Generating the sensor won't do anything, we need to program the wireless thx interface!\"}"], ["created_at", "2016-10-06 15:36:11.606524"], ["updated_at", "2016-10-06 15:36:11.606524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti doloremque praesentium.\",\"text\":\"Try to hack the PNG matrix, maybe it will connect the auxiliary microchip!\"}"], ["created_at", "2016-10-06 15:36:11.607400"], ["updated_at", "2016-10-06 15:36:11.607400"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error ratione consequatur velit.\",\"text\":\"The JBOD bus is down, override the digital circuit so we can transmit the SDD program!\"}"], ["created_at", "2016-10-06 15:36:11.608361"], ["updated_at", "2016-10-06 15:36:11.608361"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit explicabo nihil numquam et iusto repellat quis.\",\"text\":\"You can't generate the application without quantifying the 1080p HTTP sensor!\"}"], ["created_at", "2016-10-06 15:36:11.609453"], ["updated_at", "2016-10-06 15:36:11.609453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non iusto omnis enim sit possimus.\",\"text\":\"If we bypass the system, we can get to the XML hard drive through the open-source USB port!\"}"], ["created_at", "2016-10-06 15:36:11.610475"], ["updated_at", "2016-10-06 15:36:11.610475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur quo dolorem velit voluptas esse quia ut.\",\"text\":\"We need to hack the bluetooth PNG circuit!\"}"], ["created_at", "2016-10-06 15:36:11.611387"], ["updated_at", "2016-10-06 15:36:11.611387"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi quo dolorem vitae doloribus laborum accusantium fugiat.\",\"text\":\"We need to navigate the redundant RAM alarm!\"}"], ["created_at", "2016-10-06 15:36:11.612314"], ["updated_at", "2016-10-06 15:36:11.612314"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore dolores sunt pariatur omnis dolorem minima et.\",\"text\":\"I'll index the bluetooth PCI application, that should firewall the TCP circuit!\"}"], ["created_at", "2016-10-06 15:36:11.613208"], ["updated_at", "2016-10-06 15:36:11.613208"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat facilis dolorem nobis est nam qui et.\",\"text\":\"If we hack the pixel, we can get to the SMS feed through the cross-platform COM bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.614157"], ["updated_at", "2016-10-06 15:36:11.614157"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto voluptatem sit aut ab aliquam cumque.\",\"text\":\"Compressing the application won't do anything, we need to transmit the online sas program!\"}"], ["created_at", "2016-10-06 15:36:11.615121"], ["updated_at", "2016-10-06 15:36:11.615121"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates quo totam ab et et repellendus praesentium.\",\"text\":\"I'll hack the 1080p PCI application, that should transmitter the PNG panel!\"}"], ["created_at", "2016-10-06 15:36:11.616155"], ["updated_at", "2016-10-06 15:36:11.616155"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet qui praesentium quasi.\",\"text\":\"Try to parse the CSS system, maybe it will navigate the cross-platform driver!\"}"], ["created_at", "2016-10-06 15:36:11.617161"], ["updated_at", "2016-10-06 15:36:11.617161"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur sunt nulla illo dolores rem.\",\"text\":\"You can't override the interface without parsing the digital SAS microchip!\"}"], ["created_at", "2016-10-06 15:36:11.618101"], ["updated_at", "2016-10-06 15:36:11.618101"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora voluptatem unde esse dignissimos.\",\"text\":\"Parsing the bus won't do anything, we need to transmit the mobile adp driver!\"}"], ["created_at", "2016-10-06 15:36:11.619119"], ["updated_at", "2016-10-06 15:36:11.619119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe iusto optio nostrum.\",\"text\":\"Try to back up the FTP hard drive, maybe it will parse the wireless bus!\"}"], ["created_at", "2016-10-06 15:36:11.620059"], ["updated_at", "2016-10-06 15:36:11.620059"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem repudiandae molestiae qui ab deserunt doloremque.\",\"text\":\"You can't navigate the program without indexing the mobile HTTP interface!\"}"], ["created_at", "2016-10-06 15:36:11.621043"], ["updated_at", "2016-10-06 15:36:11.621043"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores aut blanditiis error tenetur.\",\"text\":\"Indexing the card won't do anything, we need to navigate the back-end exe port!\"}"], ["created_at", "2016-10-06 15:36:11.621986"], ["updated_at", "2016-10-06 15:36:11.621986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia voluptatem dolor illum occaecati et et.\",\"text\":\"If we calculate the port, we can get to the SDD card through the solid state SQL bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.623048"], ["updated_at", "2016-10-06 15:36:11.623048"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias vero voluptate rerum placeat.\",\"text\":\"Generating the circuit won't do anything, we need to quantify the cross-platform sms sensor!\"}"], ["created_at", "2016-10-06 15:36:11.624052"], ["updated_at", "2016-10-06 15:36:11.624052"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est pariatur soluta amet natus earum.\",\"text\":\"Use the primary PNG monitor, then you can bypass the open-source array!\"}"], ["created_at", "2016-10-06 15:36:11.624920"], ["updated_at", "2016-10-06 15:36:11.624920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem alias voluptas vitae maxime aut.\",\"text\":\"The XSS protocol is down, navigate the back-end matrix so we can input the CSS firewall!\"}"], ["created_at", "2016-10-06 15:36:11.625844"], ["updated_at", "2016-10-06 15:36:11.625844"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat rem id occaecati voluptate hic.\",\"text\":\"I'll synthesize the neural HDD circuit, that should alarm the SDD sensor!\"}"], ["created_at", "2016-10-06 15:36:11.626720"], ["updated_at", "2016-10-06 15:36:11.626720"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et rem blanditiis non eos.\",\"text\":\"Try to copy the IB bus, maybe it will bypass the bluetooth bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.627613"], ["updated_at", "2016-10-06 15:36:11.627613"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates dolorem sint architecto blanditiis repudiandae.\",\"text\":\"Navigating the matrix won't do anything, we need to copy the neural sas array!\"}"], ["created_at", "2016-10-06 15:36:11.628528"], ["updated_at", "2016-10-06 15:36:11.628528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur et sunt laudantium.\",\"text\":\"The FTP alarm is down, generate the optical feed so we can quantify the TCP circuit!\"}"], ["created_at", "2016-10-06 15:36:11.629484"], ["updated_at", "2016-10-06 15:36:11.629484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est modi dolor asperiores tempora.\",\"text\":\"If we override the driver, we can get to the ADP card through the bluetooth AGP matrix!\"}"], ["created_at", "2016-10-06 15:36:11.630381"], ["updated_at", "2016-10-06 15:36:11.630381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est assumenda in ut perferendis.\",\"text\":\"I'll compress the neural SSL panel, that should circuit the SCSI bus!\"}"], ["created_at", "2016-10-06 15:36:11.631340"], ["updated_at", "2016-10-06 15:36:11.631340"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo repudiandae in atque veritatis voluptas.\",\"text\":\"If we reboot the alarm, we can get to the PCI application through the open-source TCP port!\"}"], ["created_at", "2016-10-06 15:36:11.632306"], ["updated_at", "2016-10-06 15:36:11.632306"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi voluptatem dolore non corporis hic est ut.\",\"text\":\"Generating the protocol won't do anything, we need to reboot the online xss array!\"}"], ["created_at", "2016-10-06 15:36:11.633258"], ["updated_at", "2016-10-06 15:36:11.633258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis expedita optio neque quo itaque consequuntur nemo.\",\"text\":\"Try to input the RAM interface, maybe it will reboot the 1080p transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.634156"], ["updated_at", "2016-10-06 15:36:11.634156"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui facere deleniti ut mollitia ipsa laborum.\",\"text\":\"You can't index the matrix without calculating the haptic HDD feed!\"}"], ["created_at", "2016-10-06 15:36:11.635042"], ["updated_at", "2016-10-06 15:36:11.635042"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati enim quia molestias est.\",\"text\":\"If we navigate the driver, we can get to the HTTP program through the back-end SMTP sensor!\"}"], ["created_at", "2016-10-06 15:36:11.635926"], ["updated_at", "2016-10-06 15:36:11.635926"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque eaque aperiam quod.\",\"text\":\"Generating the pixel won't do anything, we need to program the neural adp panel!\"}"], ["created_at", "2016-10-06 15:36:11.636848"], ["updated_at", "2016-10-06 15:36:11.636848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ut unde molestiae numquam et.\",\"text\":\"The TCP transmitter is down, reboot the online bandwidth so we can reboot the XML driver!\"}"], ["created_at", "2016-10-06 15:36:11.637725"], ["updated_at", "2016-10-06 15:36:11.637725"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic maiores qui quia molestias itaque facilis.\",\"text\":\"Try to reboot the AI bandwidth, maybe it will program the online pixel!\"}"], ["created_at", "2016-10-06 15:36:11.638594"], ["updated_at", "2016-10-06 15:36:11.638594"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptatum minima non enim.\",\"text\":\"Compressing the pixel won't do anything, we need to hack the solid state thx system!\"}"], ["created_at", "2016-10-06 15:36:11.639453"], ["updated_at", "2016-10-06 15:36:11.639453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam praesentium repudiandae est.\",\"text\":\"The GB interface is down, connect the haptic port so we can transmit the SCSI firewall!\"}"], ["created_at", "2016-10-06 15:36:11.640351"], ["updated_at", "2016-10-06 15:36:11.640351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non nam est ut.\",\"text\":\"Use the haptic SMTP matrix, then you can reboot the digital bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.641201"], ["updated_at", "2016-10-06 15:36:11.641201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla consequatur earum itaque odit.\",\"text\":\"I'll hack the solid state COM panel, that should bus the HDD alarm!\"}"], ["created_at", "2016-10-06 15:36:11.642050"], ["updated_at", "2016-10-06 15:36:11.642050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad est ducimus unde.\",\"text\":\"We need to quantify the multi-byte HTTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.642930"], ["updated_at", "2016-10-06 15:36:11.642930"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat modi tempora.\",\"text\":\"Try to hack the TCP panel, maybe it will input the 1080p monitor!\"}"], ["created_at", "2016-10-06 15:36:11.643810"], ["updated_at", "2016-10-06 15:36:11.643810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione consequuntur aut.\",\"text\":\"Try to compress the SDD capacitor, maybe it will reboot the neural circuit!\"}"], ["created_at", "2016-10-06 15:36:11.644718"], ["updated_at", "2016-10-06 15:36:11.644718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur culpa laudantium aut.\",\"text\":\"Use the virtual EXE panel, then you can calculate the digital feed!\"}"], ["created_at", "2016-10-06 15:36:11.645581"], ["updated_at", "2016-10-06 15:36:11.645581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus cupiditate harum.\",\"text\":\"Use the 1080p SMS system, then you can connect the back-end feed!\"}"], ["created_at", "2016-10-06 15:36:11.646485"], ["updated_at", "2016-10-06 15:36:11.646485"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt quisquam reprehenderit sapiente vel laudantium.\",\"text\":\"The AI bus is down, generate the back-end sensor so we can parse the TCP alarm!\"}"], ["created_at", "2016-10-06 15:36:11.647389"], ["updated_at", "2016-10-06 15:36:11.647389"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus dolores rem exercitationem et sed vero quas.\",\"text\":\"Use the solid state COM feed, then you can compress the redundant monitor!\"}"], ["created_at", "2016-10-06 15:36:11.648360"], ["updated_at", "2016-10-06 15:36:11.648360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto ea impedit consectetur veniam fuga qui.\",\"text\":\"I'll synthesize the bluetooth AI feed, that should card the HDD driver!\"}"], ["created_at", "2016-10-06 15:36:11.649363"], ["updated_at", "2016-10-06 15:36:11.649363"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo maiores dolor nemo sit optio et qui.\",\"text\":\"You can't override the transmitter without quantifying the back-end JBOD program!\"}"], ["created_at", "2016-10-06 15:36:11.650295"], ["updated_at", "2016-10-06 15:36:11.650295"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis non non eos.\",\"text\":\"You can't transmit the pixel without synthesizing the wireless PNG card!\"}"], ["created_at", "2016-10-06 15:36:11.651186"], ["updated_at", "2016-10-06 15:36:11.651186"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae laudantium qui asperiores pariatur.\",\"text\":\"If we calculate the alarm, we can get to the IB bus through the open-source EXE bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.652083"], ["updated_at", "2016-10-06 15:36:11.652083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet tenetur dolores quidem.\",\"text\":\"Overriding the bus won't do anything, we need to hack the cross-platform sdd panel!\"}"], ["created_at", "2016-10-06 15:36:11.653021"], ["updated_at", "2016-10-06 15:36:11.653021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt nobis laborum.\",\"text\":\"Use the back-end RSS application, then you can input the redundant microchip!\"}"], ["created_at", "2016-10-06 15:36:11.653890"], ["updated_at", "2016-10-06 15:36:11.653890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium eos non blanditiis saepe rerum recusandae.\",\"text\":\"The SMTP pixel is down, parse the online panel so we can parse the SCSI microchip!\"}"], ["created_at", "2016-10-06 15:36:11.654805"], ["updated_at", "2016-10-06 15:36:11.654805"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique autem accusantium at et debitis.\",\"text\":\"We need to connect the online SMTP sensor!\"}"], ["created_at", "2016-10-06 15:36:11.655676"], ["updated_at", "2016-10-06 15:36:11.655676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus aspernatur et.\",\"text\":\"Use the back-end RSS system, then you can back up the mobile driver!\"}"], ["created_at", "2016-10-06 15:36:11.656707"], ["updated_at", "2016-10-06 15:36:11.656707"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est omnis corrupti.\",\"text\":\"Use the back-end JSON hard drive, then you can transmit the auxiliary firewall!\"}"], ["created_at", "2016-10-06 15:36:11.657653"], ["updated_at", "2016-10-06 15:36:11.657653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptatum sint.\",\"text\":\"If we navigate the circuit, we can get to the SMS feed through the wireless EXE firewall!\"}"], ["created_at", "2016-10-06 15:36:11.658546"], ["updated_at", "2016-10-06 15:36:11.658546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam cumque tempora quod praesentium provident et.\",\"text\":\"You can't synthesize the bus without bypassing the wireless SCSI alarm!\"}"], ["created_at", "2016-10-06 15:36:11.659464"], ["updated_at", "2016-10-06 15:36:11.659464"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur magnam et incidunt consectetur atque.\",\"text\":\"If we index the matrix, we can get to the AGP hard drive through the virtual GB array!\"}"], ["created_at", "2016-10-06 15:36:11.660334"], ["updated_at", "2016-10-06 15:36:11.660334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis natus qui quia.\",\"text\":\"We need to copy the redundant SQL application!\"}"], ["created_at", "2016-10-06 15:36:11.661250"], ["updated_at", "2016-10-06 15:36:11.661250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid velit fuga unde.\",\"text\":\"Try to back up the SQL application, maybe it will generate the online bus!\"}"], ["created_at", "2016-10-06 15:36:11.662115"], ["updated_at", "2016-10-06 15:36:11.662115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum eos repudiandae et quisquam.\",\"text\":\"You can't navigate the matrix without quantifying the bluetooth USB capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.663021"], ["updated_at", "2016-10-06 15:36:11.663021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur et fugiat a illo enim.\",\"text\":\"You can't transmit the interface without copying the multi-byte SAS panel!\"}"], ["created_at", "2016-10-06 15:36:11.663891"], ["updated_at", "2016-10-06 15:36:11.663891"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam ex dolorum quae expedita pariatur dolore.\",\"text\":\"The SMTP matrix is down, input the online sensor so we can navigate the JBOD application!\"}"], ["created_at", "2016-10-06 15:36:11.664750"], ["updated_at", "2016-10-06 15:36:11.664750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero et quasi ipsum.\",\"text\":\"I'll navigate the back-end SMS card, that should driver the XSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.665658"], ["updated_at", "2016-10-06 15:36:11.665658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut animi vero perspiciatis.\",\"text\":\"I'll transmit the multi-byte JSON pixel, that should port the SMS bus!\"}"], ["created_at", "2016-10-06 15:36:11.666528"], ["updated_at", "2016-10-06 15:36:11.666528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vitae magnam pariatur.\",\"text\":\"Use the wireless SAS firewall, then you can index the bluetooth driver!\"}"], ["created_at", "2016-10-06 15:36:11.667382"], ["updated_at", "2016-10-06 15:36:11.667382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut fugit veritatis velit sunt.\",\"text\":\"You can't transmit the feed without overriding the primary SMTP matrix!\"}"], ["created_at", "2016-10-06 15:36:11.668258"], ["updated_at", "2016-10-06 15:36:11.668258"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt delectus ut totam odit voluptatem et est.\",\"text\":\"The SSL program is down, calculate the solid state microchip so we can connect the IB protocol!\"}"], ["created_at", "2016-10-06 15:36:11.669129"], ["updated_at", "2016-10-06 15:36:11.669129"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptates aspernatur tempore iusto sit rerum dolorum.\",\"text\":\"I'll calculate the auxiliary AGP panel, that should firewall the XML transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.670051"], ["updated_at", "2016-10-06 15:36:11.670051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ab itaque veniam sapiente dignissimos dolor.\",\"text\":\"The SAS panel is down, program the neural sensor so we can input the TCP circuit!\"}"], ["created_at", "2016-10-06 15:36:11.670935"], ["updated_at", "2016-10-06 15:36:11.670935"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia rem harum voluptatem.\",\"text\":\"I'll generate the haptic CSS card, that should microchip the JSON interface!\"}"], ["created_at", "2016-10-06 15:36:11.671819"], ["updated_at", "2016-10-06 15:36:11.671819"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam vel dicta est odit voluptatem repellendus ea.\",\"text\":\"The HDD monitor is down, parse the solid state card so we can copy the XSS matrix!\"}"], ["created_at", "2016-10-06 15:36:11.672816"], ["updated_at", "2016-10-06 15:36:11.672816"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum ut delectus.\",\"text\":\"Use the bluetooth SSL monitor, then you can calculate the virtual port!\"}"], ["created_at", "2016-10-06 15:36:11.673844"], ["updated_at", "2016-10-06 15:36:11.673844"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil placeat accusamus id quaerat.\",\"text\":\"We need to bypass the open-source XML driver!\"}"], ["created_at", "2016-10-06 15:36:11.674829"], ["updated_at", "2016-10-06 15:36:11.674829"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum libero iure mollitia sed.\",\"text\":\"We need to hack the 1080p JBOD bus!\"}"], ["created_at", "2016-10-06 15:36:11.675718"], ["updated_at", "2016-10-06 15:36:11.675718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium id architecto accusantium assumenda repellendus officiis.\",\"text\":\"Use the bluetooth AI card, then you can connect the mobile circuit!\"}"], ["created_at", "2016-10-06 15:36:11.676580"], ["updated_at", "2016-10-06 15:36:11.676580"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus adipisci est tempore consequuntur id ut quos.\",\"text\":\"The EXE pixel is down, reboot the neural interface so we can generate the PNG driver!\"}"], ["created_at", "2016-10-06 15:36:11.677441"], ["updated_at", "2016-10-06 15:36:11.677441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima dolores eligendi voluptatibus animi quia.\",\"text\":\"We need to back up the multi-byte AI interface!\"}"], ["created_at", "2016-10-06 15:36:11.678356"], ["updated_at", "2016-10-06 15:36:11.678356"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae voluptatem eum excepturi officiis officia.\",\"text\":\"If we parse the protocol, we can get to the HTTP bandwidth through the 1080p PCI pixel!\"}"], ["created_at", "2016-10-06 15:36:11.679332"], ["updated_at", "2016-10-06 15:36:11.679332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit delectus est asperiores sunt tempore.\",\"text\":\"Use the auxiliary AGP program, then you can index the open-source port!\"}"], ["created_at", "2016-10-06 15:36:11.680335"], ["updated_at", "2016-10-06 15:36:11.680335"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum rem deleniti occaecati ipsam ut soluta.\",\"text\":\"The SQL matrix is down, navigate the neural application so we can compress the THX protocol!\"}"], ["created_at", "2016-10-06 15:36:11.681255"], ["updated_at", "2016-10-06 15:36:11.681255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo expedita voluptatum eum asperiores iusto enim quo.\",\"text\":\"Parsing the driver won't do anything, we need to calculate the wireless sas port!\"}"], ["created_at", "2016-10-06 15:36:11.682167"], ["updated_at", "2016-10-06 15:36:11.682167"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt odit rerum eos numquam est.\",\"text\":\"The SCSI card is down, quantify the back-end capacitor so we can connect the COM alarm!\"}"], ["created_at", "2016-10-06 15:36:11.683070"], ["updated_at", "2016-10-06 15:36:11.683070"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam sed dolorem sint tempora.\",\"text\":\"Try to quantify the RAM program, maybe it will navigate the virtual bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.683905"], ["updated_at", "2016-10-06 15:36:11.683905"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex sed adipisci debitis officiis repudiandae quia.\",\"text\":\"Parsing the array won't do anything, we need to quantify the virtual sas matrix!\"}"], ["created_at", "2016-10-06 15:36:11.684842"], ["updated_at", "2016-10-06 15:36:11.684842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae laborum velit vero sequi quis architecto maxime.\",\"text\":\"Compressing the matrix won't do anything, we need to transmit the open-source com panel!\"}"], ["created_at", "2016-10-06 15:36:11.685835"], ["updated_at", "2016-10-06 15:36:11.685835"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit voluptas nemo ducimus.\",\"text\":\"You can't bypass the monitor without transmitting the multi-byte FTP port!\"}"], ["created_at", "2016-10-06 15:36:11.686806"], ["updated_at", "2016-10-06 15:36:11.686806"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et blanditiis illo voluptate.\",\"text\":\"Use the virtual JSON matrix, then you can navigate the back-end card!\"}"], ["created_at", "2016-10-06 15:36:11.687686"], ["updated_at", "2016-10-06 15:36:11.687686"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique exercitationem magni.\",\"text\":\"If we synthesize the firewall, we can get to the THX sensor through the back-end GB monitor!\"}"], ["created_at", "2016-10-06 15:36:11.688559"], ["updated_at", "2016-10-06 15:36:11.688559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aut amet.\",\"text\":\"We need to calculate the mobile SCSI driver!\"}"], ["created_at", "2016-10-06 15:36:11.689472"], ["updated_at", "2016-10-06 15:36:11.689472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum itaque ut nemo est repudiandae explicabo recusandae.\",\"text\":\"Use the open-source SMTP interface, then you can override the mobile application!\"}"], ["created_at", "2016-10-06 15:36:11.690339"], ["updated_at", "2016-10-06 15:36:11.690339"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil non excepturi molestiae quasi magnam.\",\"text\":\"I'll index the back-end XML pixel, that should circuit the HTTP port!\"}"], ["created_at", "2016-10-06 15:36:11.691202"], ["updated_at", "2016-10-06 15:36:11.691202"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus adipisci similique nam veritatis ut autem aperiam.\",\"text\":\"The ADP interface is down, navigate the bluetooth circuit so we can parse the SDD firewall!\"}"], ["created_at", "2016-10-06 15:36:11.692057"], ["updated_at", "2016-10-06 15:36:11.692057"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo vitae vero neque consequatur.\",\"text\":\"The GB bus is down, navigate the multi-byte firewall so we can compress the SSL array!\"}"], ["created_at", "2016-10-06 15:36:11.692959"], ["updated_at", "2016-10-06 15:36:11.692959"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur blanditiis consequatur totam adipisci non provident qui.\",\"text\":\"Try to bypass the JBOD firewall, maybe it will reboot the open-source pixel!\"}"], ["created_at", "2016-10-06 15:36:11.693825"], ["updated_at", "2016-10-06 15:36:11.693825"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla atque repellat quibusdam autem.\",\"text\":\"Transmitting the panel won't do anything, we need to parse the haptic adp application!\"}"], ["created_at", "2016-10-06 15:36:11.694706"], ["updated_at", "2016-10-06 15:36:11.694706"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A soluta quidem provident corrupti est.\",\"text\":\"You can't copy the array without parsing the auxiliary XML hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.695560"], ["updated_at", "2016-10-06 15:36:11.695560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum eum repellendus.\",\"text\":\"I'll input the solid state HTTP application, that should sensor the THX sensor!\"}"], ["created_at", "2016-10-06 15:36:11.696490"], ["updated_at", "2016-10-06 15:36:11.696490"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eveniet magni.\",\"text\":\"We need to parse the multi-byte RAM microchip!\"}"], ["created_at", "2016-10-06 15:36:11.697357"], ["updated_at", "2016-10-06 15:36:11.697357"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A sunt magni quia.\",\"text\":\"We need to compress the redundant FTP firewall!\"}"], ["created_at", "2016-10-06 15:36:11.698226"], ["updated_at", "2016-10-06 15:36:11.698226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quo magnam mollitia quas voluptatem quibusdam numquam.\",\"text\":\"Try to reboot the SAS interface, maybe it will synthesize the mobile pixel!\"}"], ["created_at", "2016-10-06 15:36:11.699127"], ["updated_at", "2016-10-06 15:36:11.699127"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium molestiae dolores consequatur facilis voluptatem.\",\"text\":\"The SSL system is down, program the auxiliary array so we can index the TCP firewall!\"}"], ["created_at", "2016-10-06 15:36:11.699986"], ["updated_at", "2016-10-06 15:36:11.699986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus animi quis temporibus eos enim.\",\"text\":\"Try to bypass the PCI alarm, maybe it will back up the neural alarm!\"}"], ["created_at", "2016-10-06 15:36:11.700912"], ["updated_at", "2016-10-06 15:36:11.700912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis sint illum ut esse.\",\"text\":\"Indexing the circuit won't do anything, we need to navigate the 1080p hdd interface!\"}"], ["created_at", "2016-10-06 15:36:11.701923"], ["updated_at", "2016-10-06 15:36:11.701923"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem quisquam ut qui.\",\"text\":\"You can't quantify the array without parsing the solid state CSS monitor!\"}"], ["created_at", "2016-10-06 15:36:11.702862"], ["updated_at", "2016-10-06 15:36:11.702862"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum ut laudantium qui architecto est eos.\",\"text\":\"You can't navigate the array without programming the open-source HDD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.703731"], ["updated_at", "2016-10-06 15:36:11.703731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt molestiae quo nam dolor.\",\"text\":\"Use the neural CSS protocol, then you can input the redundant card!\"}"], ["created_at", "2016-10-06 15:36:11.704660"], ["updated_at", "2016-10-06 15:36:11.704660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit soluta porro deserunt sit quam rem.\",\"text\":\"Use the cross-platform RSS array, then you can override the back-end sensor!\"}"], ["created_at", "2016-10-06 15:36:11.705533"], ["updated_at", "2016-10-06 15:36:11.705533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi perspiciatis officia laborum quia quis.\",\"text\":\"I'll quantify the mobile SMS capacitor, that should alarm the GB protocol!\"}"], ["created_at", "2016-10-06 15:36:11.706436"], ["updated_at", "2016-10-06 15:36:11.706436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex temporibus voluptatibus.\",\"text\":\"Try to navigate the EXE matrix, maybe it will generate the digital monitor!\"}"], ["created_at", "2016-10-06 15:36:11.707303"], ["updated_at", "2016-10-06 15:36:11.707303"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit tempore facilis voluptas exercitationem.\",\"text\":\"Try to calculate the HDD driver, maybe it will bypass the online card!\"}"], ["created_at", "2016-10-06 15:36:11.708173"], ["updated_at", "2016-10-06 15:36:11.708173"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui in sit delectus sunt ut vel et.\",\"text\":\"Use the digital SMS system, then you can synthesize the solid state protocol!\"}"], ["created_at", "2016-10-06 15:36:11.709073"], ["updated_at", "2016-10-06 15:36:11.709073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque nostrum dolorem.\",\"text\":\"If we parse the panel, we can get to the SDD program through the online PNG bus!\"}"], ["created_at", "2016-10-06 15:36:11.709935"], ["updated_at", "2016-10-06 15:36:11.709935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus architecto consectetur totam possimus.\",\"text\":\"If we program the port, we can get to the HTTP protocol through the haptic AGP microchip!\"}"], ["created_at", "2016-10-06 15:36:11.710853"], ["updated_at", "2016-10-06 15:36:11.710853"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo officia maxime omnis.\",\"text\":\"Compressing the program won't do anything, we need to back up the multi-byte smtp system!\"}"], ["created_at", "2016-10-06 15:36:11.711711"], ["updated_at", "2016-10-06 15:36:11.711711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam et iure alias hic explicabo sunt consectetur.\",\"text\":\"The XSS microchip is down, transmit the virtual matrix so we can generate the JBOD driver!\"}"], ["created_at", "2016-10-06 15:36:11.712639"], ["updated_at", "2016-10-06 15:36:11.712639"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In aperiam corrupti.\",\"text\":\"You can't back up the matrix without overriding the wireless HTTP card!\"}"], ["created_at", "2016-10-06 15:36:11.713527"], ["updated_at", "2016-10-06 15:36:11.713527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo tenetur iste nihil est quidem fugiat.\",\"text\":\"Use the virtual SMTP alarm, then you can connect the multi-byte feed!\"}"], ["created_at", "2016-10-06 15:36:11.714414"], ["updated_at", "2016-10-06 15:36:11.714414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim aut rerum pariatur deserunt.\",\"text\":\"We need to input the virtual FTP protocol!\"}"], ["created_at", "2016-10-06 15:36:11.715281"], ["updated_at", "2016-10-06 15:36:11.715281"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo ut eum in earum.\",\"text\":\"Try to back up the CSS monitor, maybe it will connect the auxiliary feed!\"}"], ["created_at", "2016-10-06 15:36:11.716139"], ["updated_at", "2016-10-06 15:36:11.716139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et impedit explicabo corrupti omnis neque id.\",\"text\":\"Hacking the feed won't do anything, we need to back up the haptic thx alarm!\"}"], ["created_at", "2016-10-06 15:36:11.717065"], ["updated_at", "2016-10-06 15:36:11.717065"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur nobis optio ratione minima id perferendis.\",\"text\":\"Try to back up the EXE driver, maybe it will transmit the open-source protocol!\"}"], ["created_at", "2016-10-06 15:36:11.717956"], ["updated_at", "2016-10-06 15:36:11.717956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus ex aspernatur labore provident in.\",\"text\":\"I'll back up the digital SQL protocol, that should sensor the AI capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.718852"], ["updated_at", "2016-10-06 15:36:11.718852"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem adipisci officia soluta aliquid nisi.\",\"text\":\"Overriding the hard drive won't do anything, we need to index the haptic sdd interface!\"}"], ["created_at", "2016-10-06 15:36:11.719719"], ["updated_at", "2016-10-06 15:36:11.719719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quo enim dolores aut quod.\",\"text\":\"You can't reboot the interface without calculating the virtual TCP monitor!\"}"], ["created_at", "2016-10-06 15:36:11.720620"], ["updated_at", "2016-10-06 15:36:11.720620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quod est et maxime corporis odio.\",\"text\":\"I'll program the digital AI transmitter, that should application the ADP circuit!\"}"], ["created_at", "2016-10-06 15:36:11.721497"], ["updated_at", "2016-10-06 15:36:11.721497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae ipsa beatae tempora molestias cumque sed et.\",\"text\":\"The COM port is down, back up the neural port so we can transmit the JSON capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.722450"], ["updated_at", "2016-10-06 15:36:11.722450"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex minima velit qui aut sequi et velit.\",\"text\":\"The SMS port is down, program the virtual matrix so we can calculate the SAS sensor!\"}"], ["created_at", "2016-10-06 15:36:11.723315"], ["updated_at", "2016-10-06 15:36:11.723315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur qui unde molestias qui.\",\"text\":\"I'll index the wireless SSL firewall, that should alarm the USB panel!\"}"], ["created_at", "2016-10-06 15:36:11.724222"], ["updated_at", "2016-10-06 15:36:11.724222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda provident officiis sed voluptate ut voluptatem tenetur.\",\"text\":\"Use the digital GB card, then you can quantify the redundant card!\"}"], ["created_at", "2016-10-06 15:36:11.725089"], ["updated_at", "2016-10-06 15:36:11.725089"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae consequatur quae vitae voluptatum magni qui porro.\",\"text\":\"We need to hack the primary SQL firewall!\"}"], ["created_at", "2016-10-06 15:36:11.725951"], ["updated_at", "2016-10-06 15:36:11.725951"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque quia illo quia blanditiis veniam.\",\"text\":\"Use the auxiliary CSS bandwidth, then you can back up the online capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.726819"], ["updated_at", "2016-10-06 15:36:11.726819"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit impedit quidem in voluptatum.\",\"text\":\"If we hack the card, we can get to the EXE interface through the mobile JSON alarm!\"}"], ["created_at", "2016-10-06 15:36:11.727755"], ["updated_at", "2016-10-06 15:36:11.727755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione consequatur qui aut doloremque deleniti iusto provident.\",\"text\":\"If we compress the firewall, we can get to the GB application through the open-source RAM circuit!\"}"], ["created_at", "2016-10-06 15:36:11.728684"], ["updated_at", "2016-10-06 15:36:11.728684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea odit voluptatum beatae in rerum sequi voluptas.\",\"text\":\"You can't override the transmitter without overriding the primary SSL program!\"}"], ["created_at", "2016-10-06 15:36:11.729573"], ["updated_at", "2016-10-06 15:36:11.729573"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et suscipit voluptas et aut.\",\"text\":\"The THX sensor is down, compress the virtual port so we can back up the HTTP program!\"}"], ["created_at", "2016-10-06 15:36:11.730452"], ["updated_at", "2016-10-06 15:36:11.730452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum perferendis consectetur adipisci aut ea possimus.\",\"text\":\"If we parse the interface, we can get to the HTTP driver through the 1080p JSON pixel!\"}"], ["created_at", "2016-10-06 15:36:11.731368"], ["updated_at", "2016-10-06 15:36:11.731368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique accusantium ut suscipit.\",\"text\":\"You can't program the capacitor without calculating the bluetooth CSS matrix!\"}"], ["created_at", "2016-10-06 15:36:11.732239"], ["updated_at", "2016-10-06 15:36:11.732239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit eos magnam quaerat.\",\"text\":\"We need to parse the redundant SCSI monitor!\"}"], ["created_at", "2016-10-06 15:36:11.733148"], ["updated_at", "2016-10-06 15:36:11.733148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor alias qui explicabo.\",\"text\":\"We need to compress the neural HTTP capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.734040"], ["updated_at", "2016-10-06 15:36:11.734040"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius nihil enim eaque molestiae ut et doloremque.\",\"text\":\"You can't index the bandwidth without calculating the multi-byte SCSI panel!\"}"], ["created_at", "2016-10-06 15:36:11.734912"], ["updated_at", "2016-10-06 15:36:11.734912"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor iste accusantium provident quo aut sed ut.\",\"text\":\"Try to parse the JBOD pixel, maybe it will parse the open-source interface!\"}"], ["created_at", "2016-10-06 15:36:11.735826"], ["updated_at", "2016-10-06 15:36:11.735826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit amet molestiae.\",\"text\":\"If we generate the alarm, we can get to the USB hard drive through the cross-platform SMS bus!\"}"], ["created_at", "2016-10-06 15:36:11.736744"], ["updated_at", "2016-10-06 15:36:11.736744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia excepturi esse facilis harum nihil.\",\"text\":\"You can't copy the interface without overriding the cross-platform SSL interface!\"}"], ["created_at", "2016-10-06 15:36:11.737633"], ["updated_at", "2016-10-06 15:36:11.737633"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sunt vel quia excepturi ut.\",\"text\":\"Backing up the microchip won't do anything, we need to generate the wireless ai alarm!\"}"], ["created_at", "2016-10-06 15:36:11.738523"], ["updated_at", "2016-10-06 15:36:11.738523"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi aut molestiae aut tenetur maxime.\",\"text\":\"If we copy the array, we can get to the GB system through the mobile IB sensor!\"}"], ["created_at", "2016-10-06 15:36:11.739436"], ["updated_at", "2016-10-06 15:36:11.739436"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum qui sed nam.\",\"text\":\"If we calculate the bus, we can get to the JSON microchip through the 1080p SDD driver!\"}"], ["created_at", "2016-10-06 15:36:11.740303"], ["updated_at", "2016-10-06 15:36:11.740303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ut quis debitis.\",\"text\":\"The RAM feed is down, copy the back-end capacitor so we can bypass the EXE matrix!\"}"], ["created_at", "2016-10-06 15:36:11.741170"], ["updated_at", "2016-10-06 15:36:11.741170"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero perspiciatis deserunt impedit.\",\"text\":\"You can't hack the capacitor without programming the bluetooth COM monitor!\"}"], ["created_at", "2016-10-06 15:36:11.742034"], ["updated_at", "2016-10-06 15:36:11.742034"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique rerum magnam qui laudantium ratione.\",\"text\":\"Use the online XML monitor, then you can quantify the haptic interface!\"}"], ["created_at", "2016-10-06 15:36:11.742990"], ["updated_at", "2016-10-06 15:36:11.742990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae molestiae dicta.\",\"text\":\"Try to input the SAS circuit, maybe it will compress the virtual matrix!\"}"], ["created_at", "2016-10-06 15:36:11.743898"], ["updated_at", "2016-10-06 15:36:11.743898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim et laborum ad.\",\"text\":\"I'll back up the haptic SAS sensor, that should program the HTTP alarm!\"}"], ["created_at", "2016-10-06 15:36:11.744768"], ["updated_at", "2016-10-06 15:36:11.744768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et accusamus non.\",\"text\":\"If we program the program, we can get to the EXE capacitor through the auxiliary SMS capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.745624"], ["updated_at", "2016-10-06 15:36:11.745624"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi quibusdam maiores ea recusandae praesentium.\",\"text\":\"The JBOD driver is down, parse the cross-platform firewall so we can transmit the PNG sensor!\"}"], ["created_at", "2016-10-06 15:36:11.746522"], ["updated_at", "2016-10-06 15:36:11.746522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis qui in et excepturi.\",\"text\":\"We need to compress the digital SCSI capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.747431"], ["updated_at", "2016-10-06 15:36:11.747431"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui veniam ut eos omnis repellat autem.\",\"text\":\"I'll parse the multi-byte XML hard drive, that should bandwidth the FTP microchip!\"}"], ["created_at", "2016-10-06 15:36:11.748301"], ["updated_at", "2016-10-06 15:36:11.748301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores neque tempore culpa facilis ab sint.\",\"text\":\"We need to connect the online RSS program!\"}"], ["created_at", "2016-10-06 15:36:11.749199"], ["updated_at", "2016-10-06 15:36:11.749199"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae dolorem minus ex alias earum.\",\"text\":\"You can't quantify the port without parsing the open-source SMS hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.750089"], ["updated_at", "2016-10-06 15:36:11.750089"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur ut laborum porro sit beatae alias eaque.\",\"text\":\"You can't compress the circuit without backing up the solid state SCSI system!\"}"], ["created_at", "2016-10-06 15:36:11.750982"], ["updated_at", "2016-10-06 15:36:11.750982"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam exercitationem voluptatem veniam at.\",\"text\":\"I'll input the back-end THX driver, that should matrix the AGP sensor!\"}"], ["created_at", "2016-10-06 15:36:11.751904"], ["updated_at", "2016-10-06 15:36:11.751904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sed sint deserunt.\",\"text\":\"We need to override the digital SMS panel!\"}"], ["created_at", "2016-10-06 15:36:11.752767"], ["updated_at", "2016-10-06 15:36:11.752767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut atque sit quas.\",\"text\":\"Try to copy the XSS pixel, maybe it will copy the wireless hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.753617"], ["updated_at", "2016-10-06 15:36:11.753617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur vitae minus nam eos corporis nobis fugiat.\",\"text\":\"Try to generate the SAS card, maybe it will calculate the mobile program!\"}"], ["created_at", "2016-10-06 15:36:11.754513"], ["updated_at", "2016-10-06 15:36:11.754513"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam consectetur et qui.\",\"text\":\"You can't parse the system without synthesizing the bluetooth AI panel!\"}"], ["created_at", "2016-10-06 15:36:11.755388"], ["updated_at", "2016-10-06 15:36:11.755388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis vel enim est natus explicabo.\",\"text\":\"We need to parse the online PNG pixel!\"}"], ["created_at", "2016-10-06 15:36:11.756298"], ["updated_at", "2016-10-06 15:36:11.756298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem voluptatibus dolorum ad nulla eius quaerat rerum.\",\"text\":\"You can't copy the interface without programming the optical FTP card!\"}"], ["created_at", "2016-10-06 15:36:11.757151"], ["updated_at", "2016-10-06 15:36:11.757151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est vitae dolor tempora nihil nemo.\",\"text\":\"You can't index the interface without backing up the auxiliary SCSI feed!\"}"], ["created_at", "2016-10-06 15:36:11.758019"], ["updated_at", "2016-10-06 15:36:11.758019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas assumenda id omnis similique earum aut accusantium.\",\"text\":\"Try to copy the SSL pixel, maybe it will index the 1080p firewall!\"}"], ["created_at", "2016-10-06 15:36:11.758908"], ["updated_at", "2016-10-06 15:36:11.758908"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex nulla amet necessitatibus ad autem.\",\"text\":\"Use the haptic PCI program, then you can bypass the bluetooth pixel!\"}"], ["created_at", "2016-10-06 15:36:11.759780"], ["updated_at", "2016-10-06 15:36:11.759780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur non temporibus.\",\"text\":\"If we program the hard drive, we can get to the JSON program through the 1080p ADP card!\"}"], ["created_at", "2016-10-06 15:36:11.760683"], ["updated_at", "2016-10-06 15:36:11.760683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed non fugiat ea quis earum iste est.\",\"text\":\"We need to index the open-source JSON transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.761559"], ["updated_at", "2016-10-06 15:36:11.761559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus beatae in.\",\"text\":\"Try to input the SCSI monitor, maybe it will synthesize the 1080p application!\"}"], ["created_at", "2016-10-06 15:36:11.762458"], ["updated_at", "2016-10-06 15:36:11.762458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi numquam cupiditate.\",\"text\":\"The GB sensor is down, back up the neural hard drive so we can back up the HDD firewall!\"}"], ["created_at", "2016-10-06 15:36:11.763346"], ["updated_at", "2016-10-06 15:36:11.763346"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus culpa voluptate sit est.\",\"text\":\"I'll input the neural JBOD bandwidth, that should driver the EXE port!\"}"], ["created_at", "2016-10-06 15:36:11.764206"], ["updated_at", "2016-10-06 15:36:11.764206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At occaecati quo incidunt qui animi consequatur.\",\"text\":\"The THX capacitor is down, bypass the haptic program so we can synthesize the SMS port!\"}"], ["created_at", "2016-10-06 15:36:11.765115"], ["updated_at", "2016-10-06 15:36:11.765115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum sint nostrum.\",\"text\":\"If we synthesize the sensor, we can get to the JBOD driver through the mobile THX interface!\"}"], ["created_at", "2016-10-06 15:36:11.766044"], ["updated_at", "2016-10-06 15:36:11.766044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere quis rem ipsa atque tempore dolores.\",\"text\":\"Try to program the XSS program, maybe it will parse the 1080p bus!\"}"], ["created_at", "2016-10-06 15:36:11.766958"], ["updated_at", "2016-10-06 15:36:11.766958"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel labore neque libero earum ea et.\",\"text\":\"If we calculate the microchip, we can get to the AI application through the redundant PNG driver!\"}"], ["created_at", "2016-10-06 15:36:11.767788"], ["updated_at", "2016-10-06 15:36:11.767788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ut dolorem eum.\",\"text\":\"Use the virtual EXE card, then you can input the mobile feed!\"}"], ["created_at", "2016-10-06 15:36:11.768718"], ["updated_at", "2016-10-06 15:36:11.768718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et repellat beatae voluptatum est exercitationem in repellendus.\",\"text\":\"Try to connect the SMS pixel, maybe it will parse the redundant driver!\"}"], ["created_at", "2016-10-06 15:36:11.769578"], ["updated_at", "2016-10-06 15:36:11.769578"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nihil deleniti omnis quo.\",\"text\":\"The AI circuit is down, compress the digital sensor so we can index the SSL matrix!\"}"], ["created_at", "2016-10-06 15:36:11.770453"], ["updated_at", "2016-10-06 15:36:11.770453"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident odio nemo ut vel magnam.\",\"text\":\"If we copy the bus, we can get to the THX driver through the cross-platform TCP feed!\"}"], ["created_at", "2016-10-06 15:36:11.771381"], ["updated_at", "2016-10-06 15:36:11.771381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum eveniet sunt similique.\",\"text\":\"We need to hack the cross-platform SCSI firewall!\"}"], ["created_at", "2016-10-06 15:36:11.772303"], ["updated_at", "2016-10-06 15:36:11.772303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci cum at quaerat.\",\"text\":\"You can't quantify the feed without generating the neural COM interface!\"}"], ["created_at", "2016-10-06 15:36:11.773165"], ["updated_at", "2016-10-06 15:36:11.773165"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae accusantium aut mollitia nulla ratione voluptates repellendus.\",\"text\":\"If we connect the program, we can get to the PCI sensor through the 1080p RSS interface!\"}"], ["created_at", "2016-10-06 15:36:11.774034"], ["updated_at", "2016-10-06 15:36:11.774034"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur unde est non ea perferendis.\",\"text\":\"You can't quantify the microchip without navigating the solid state CSS interface!\"}"], ["created_at", "2016-10-06 15:36:11.774909"], ["updated_at", "2016-10-06 15:36:11.774909"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo veritatis expedita libero voluptatem autem inventore.\",\"text\":\"Navigating the monitor won't do anything, we need to navigate the neural thx bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.775813"], ["updated_at", "2016-10-06 15:36:11.775813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos est eum.\",\"text\":\"I'll transmit the redundant PNG circuit, that should application the GB circuit!\"}"], ["created_at", "2016-10-06 15:36:11.776670"], ["updated_at", "2016-10-06 15:36:11.776670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur sapiente ad omnis.\",\"text\":\"If we transmit the driver, we can get to the RAM array through the optical PNG circuit!\"}"], ["created_at", "2016-10-06 15:36:11.777542"], ["updated_at", "2016-10-06 15:36:11.777542"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus ut eveniet et dolor esse.\",\"text\":\"The JSON system is down, quantify the wireless panel so we can synthesize the AGP driver!\"}"], ["created_at", "2016-10-06 15:36:11.778484"], ["updated_at", "2016-10-06 15:36:11.778484"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis quis quia laboriosam voluptas sed fuga.\",\"text\":\"I'll input the auxiliary THX card, that should interface the GB panel!\"}"], ["created_at", "2016-10-06 15:36:11.779454"], ["updated_at", "2016-10-06 15:36:11.779454"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex aliquid ut et non debitis necessitatibus.\",\"text\":\"Calculating the card won't do anything, we need to transmit the virtual http sensor!\"}"], ["created_at", "2016-10-06 15:36:11.780587"], ["updated_at", "2016-10-06 15:36:11.780587"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed quis sequi sint et.\",\"text\":\"I'll transmit the solid state ADP circuit, that should array the TCP bus!\"}"], ["created_at", "2016-10-06 15:36:11.781787"], ["updated_at", "2016-10-06 15:36:11.781787"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo delectus dolorem aperiam vero.\",\"text\":\"Use the multi-byte ADP transmitter, then you can override the wireless port!\"}"], ["created_at", "2016-10-06 15:36:11.783409"], ["updated_at", "2016-10-06 15:36:11.783409"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias accusamus reiciendis pariatur aliquid.\",\"text\":\"We need to input the mobile PNG system!\"}"], ["created_at", "2016-10-06 15:36:11.785437"], ["updated_at", "2016-10-06 15:36:11.785437"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut corrupti laborum quia.\",\"text\":\"If we navigate the firewall, we can get to the THX microchip through the bluetooth FTP alarm!\"}"], ["created_at", "2016-10-06 15:36:11.787084"], ["updated_at", "2016-10-06 15:36:11.787084"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic et quibusdam possimus illum quia illo.\",\"text\":\"We need to calculate the wireless THX protocol!\"}"], ["created_at", "2016-10-06 15:36:11.788304"], ["updated_at", "2016-10-06 15:36:11.788304"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat est sunt occaecati fugiat eveniet rerum.\",\"text\":\"Indexing the driver won't do anything, we need to synthesize the solid state adp pixel!\"}"], ["created_at", "2016-10-06 15:36:11.790963"], ["updated_at", "2016-10-06 15:36:11.790963"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum occaecati dolorem earum magnam eos.\",\"text\":\"You can't quantify the system without generating the auxiliary CSS capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.792485"], ["updated_at", "2016-10-06 15:36:11.792485"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo veritatis voluptatem molestiae odio minima consectetur.\",\"text\":\"We need to program the online SMS pixel!\"}"], ["created_at", "2016-10-06 15:36:11.793500"], ["updated_at", "2016-10-06 15:36:11.793500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque rerum placeat atque rerum voluptate.\",\"text\":\"Try to calculate the PNG sensor, maybe it will generate the digital monitor!\"}"], ["created_at", "2016-10-06 15:36:11.794410"], ["updated_at", "2016-10-06 15:36:11.794410"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos sit harum ipsa qui.\",\"text\":\"Use the bluetooth COM matrix, then you can generate the bluetooth circuit!\"}"], ["created_at", "2016-10-06 15:36:11.795279"], ["updated_at", "2016-10-06 15:36:11.795279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem distinctio repudiandae hic.\",\"text\":\"I'll transmit the virtual SMTP monitor, that should application the IB application!\"}"], ["created_at", "2016-10-06 15:36:11.796279"], ["updated_at", "2016-10-06 15:36:11.796279"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati commodi culpa consequuntur dolores autem.\",\"text\":\"The PCI port is down, quantify the haptic transmitter so we can synthesize the SSL microchip!\"}"], ["created_at", "2016-10-06 15:36:11.797207"], ["updated_at", "2016-10-06 15:36:11.797207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae rerum quia quidem dolorem et hic.\",\"text\":\"Use the solid state CSS alarm, then you can hack the neural capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.798155"], ["updated_at", "2016-10-06 15:36:11.798155"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis aut nam suscipit tempora eligendi illum.\",\"text\":\"The THX pixel is down, compress the online alarm so we can synthesize the COM interface!\"}"], ["created_at", "2016-10-06 15:36:11.799041"], ["updated_at", "2016-10-06 15:36:11.799041"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio quidem illo labore vel voluptate.\",\"text\":\"We need to index the open-source FTP pixel!\"}"], ["created_at", "2016-10-06 15:36:11.799907"], ["updated_at", "2016-10-06 15:36:11.799907"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam enim et ut aut voluptatem animi accusantium.\",\"text\":\"You can't navigate the hard drive without bypassing the auxiliary XSS pixel!\"}"], ["created_at", "2016-10-06 15:36:11.800807"], ["updated_at", "2016-10-06 15:36:11.800807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt fugiat velit molestiae blanditiis porro rerum ut.\",\"text\":\"The JBOD port is down, generate the virtual interface so we can navigate the GB microchip!\"}"], ["created_at", "2016-10-06 15:36:11.801716"], ["updated_at", "2016-10-06 15:36:11.801716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quidem laborum quia non beatae dicta repellendus.\",\"text\":\"Try to calculate the SQL monitor, maybe it will hack the auxiliary hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.802589"], ["updated_at", "2016-10-06 15:36:11.802589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt omnis tempora.\",\"text\":\"The AGP protocol is down, navigate the neural matrix so we can reboot the SSL sensor!\"}"], ["created_at", "2016-10-06 15:36:11.803539"], ["updated_at", "2016-10-06 15:36:11.803539"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor veritatis explicabo aspernatur illum omnis optio.\",\"text\":\"Calculating the driver won't do anything, we need to generate the 1080p usb circuit!\"}"], ["created_at", "2016-10-06 15:36:11.804452"], ["updated_at", "2016-10-06 15:36:11.804452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat et fuga delectus aliquid similique at.\",\"text\":\"Use the primary TCP program, then you can compress the 1080p interface!\"}"], ["created_at", "2016-10-06 15:36:11.805374"], ["updated_at", "2016-10-06 15:36:11.805374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae adipisci consequuntur unde et consequatur.\",\"text\":\"Try to override the JBOD circuit, maybe it will connect the 1080p circuit!\"}"], ["created_at", "2016-10-06 15:36:11.806280"], ["updated_at", "2016-10-06 15:36:11.806280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde quia aspernatur suscipit.\",\"text\":\"We need to hack the bluetooth TCP bus!\"}"], ["created_at", "2016-10-06 15:36:11.807145"], ["updated_at", "2016-10-06 15:36:11.807145"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat est et ut ut dolor quae aspernatur.\",\"text\":\"I'll parse the redundant TCP matrix, that should pixel the THX matrix!\"}"], ["created_at", "2016-10-06 15:36:11.808006"], ["updated_at", "2016-10-06 15:36:11.808006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis vel eum.\",\"text\":\"We need to bypass the redundant CSS bus!\"}"], ["created_at", "2016-10-06 15:36:11.808910"], ["updated_at", "2016-10-06 15:36:11.808910"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias voluptate veritatis perferendis repellat autem maxime.\",\"text\":\"I'll synthesize the cross-platform HDD interface, that should microchip the JBOD panel!\"}"], ["created_at", "2016-10-06 15:36:11.809768"], ["updated_at", "2016-10-06 15:36:11.809768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate impedit et voluptates delectus esse.\",\"text\":\"Generating the firewall won't do anything, we need to back up the digital rss panel!\"}"], ["created_at", "2016-10-06 15:36:11.810674"], ["updated_at", "2016-10-06 15:36:11.810674"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et in ut quo excepturi.\",\"text\":\"If we input the hard drive, we can get to the ADP feed through the virtual AGP driver!\"}"], ["created_at", "2016-10-06 15:36:11.811531"], ["updated_at", "2016-10-06 15:36:11.811531"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate fugiat adipisci aliquid labore.\",\"text\":\"Try to reboot the FTP array, maybe it will connect the wireless bus!\"}"], ["created_at", "2016-10-06 15:36:11.812439"], ["updated_at", "2016-10-06 15:36:11.812439"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit esse ullam a debitis neque.\",\"text\":\"Try to quantify the SMS matrix, maybe it will input the back-end matrix!\"}"], ["created_at", "2016-10-06 15:36:11.813524"], ["updated_at", "2016-10-06 15:36:11.813524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et et alias debitis quia.\",\"text\":\"Generating the sensor won't do anything, we need to hack the bluetooth sas interface!\"}"], ["created_at", "2016-10-06 15:36:11.814481"], ["updated_at", "2016-10-06 15:36:11.814481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint deleniti itaque magni voluptatum debitis.\",\"text\":\"The SCSI sensor is down, program the open-source bandwidth so we can reboot the FTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.815415"], ["updated_at", "2016-10-06 15:36:11.815415"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis molestiae sed atque maiores.\",\"text\":\"Synthesizing the microchip won't do anything, we need to input the primary exe pixel!\"}"], ["created_at", "2016-10-06 15:36:11.816290"], ["updated_at", "2016-10-06 15:36:11.816290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam maxime quo quia.\",\"text\":\"You can't generate the alarm without compressing the haptic PNG card!\"}"], ["created_at", "2016-10-06 15:36:11.817211"], ["updated_at", "2016-10-06 15:36:11.817211"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus veniam doloremque qui.\",\"text\":\"You can't override the program without quantifying the bluetooth CSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.818074"], ["updated_at", "2016-10-06 15:36:11.818074"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet sapiente dicta odit est eum dolorem.\",\"text\":\"Try to compress the CSS bandwidth, maybe it will copy the primary pixel!\"}"], ["created_at", "2016-10-06 15:36:11.818978"], ["updated_at", "2016-10-06 15:36:11.818978"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sunt officiis excepturi vel eveniet in.\",\"text\":\"If we compress the protocol, we can get to the FTP pixel through the haptic SSL alarm!\"}"], ["created_at", "2016-10-06 15:36:11.819840"], ["updated_at", "2016-10-06 15:36:11.819840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas ipsum non eum et eligendi excepturi sit.\",\"text\":\"Copying the application won't do anything, we need to program the primary pci hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.820758"], ["updated_at", "2016-10-06 15:36:11.820758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem architecto in dolorem.\",\"text\":\"Compressing the sensor won't do anything, we need to input the solid state agp protocol!\"}"], ["created_at", "2016-10-06 15:36:11.821647"], ["updated_at", "2016-10-06 15:36:11.821647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem eligendi est consequatur occaecati corrupti.\",\"text\":\"You can't input the monitor without overriding the mobile PNG matrix!\"}"], ["created_at", "2016-10-06 15:36:11.822527"], ["updated_at", "2016-10-06 15:36:11.822527"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et ipsum.\",\"text\":\"Overriding the program won't do anything, we need to bypass the virtual rss feed!\"}"], ["created_at", "2016-10-06 15:36:11.823393"], ["updated_at", "2016-10-06 15:36:11.823393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut laboriosam quaerat laborum rerum ipsum.\",\"text\":\"Use the open-source AGP driver, then you can override the wireless port!\"}"], ["created_at", "2016-10-06 15:36:11.824302"], ["updated_at", "2016-10-06 15:36:11.824302"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis qui et perferendis eos est libero voluptatem.\",\"text\":\"If we connect the hard drive, we can get to the COM program through the wireless EXE matrix!\"}"], ["created_at", "2016-10-06 15:36:11.825208"], ["updated_at", "2016-10-06 15:36:11.825208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis repellendus molestiae error.\",\"text\":\"The JSON alarm is down, navigate the multi-byte sensor so we can navigate the ADP protocol!\"}"], ["created_at", "2016-10-06 15:36:11.826163"], ["updated_at", "2016-10-06 15:36:11.826163"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias nulla sunt totam aut aut.\",\"text\":\"If we generate the interface, we can get to the SMS port through the wireless SDD panel!\"}"], ["created_at", "2016-10-06 15:36:11.827048"], ["updated_at", "2016-10-06 15:36:11.827048"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe iure tempore.\",\"text\":\"Try to reboot the SMS monitor, maybe it will navigate the auxiliary bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.827953"], ["updated_at", "2016-10-06 15:36:11.827953"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam et ab quia in.\",\"text\":\"Use the bluetooth COM firewall, then you can compress the neural transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.828845"], ["updated_at", "2016-10-06 15:36:11.828845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi sed recusandae veniam.\",\"text\":\"Backing up the port won't do anything, we need to program the optical png port!\"}"], ["created_at", "2016-10-06 15:36:11.829794"], ["updated_at", "2016-10-06 15:36:11.829794"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit quas nam odio expedita atque dicta.\",\"text\":\"If we parse the pixel, we can get to the COM card through the mobile SMS feed!\"}"], ["created_at", "2016-10-06 15:36:11.830796"], ["updated_at", "2016-10-06 15:36:11.830796"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque voluptates tenetur non.\",\"text\":\"We need to compress the cross-platform EXE matrix!\"}"], ["created_at", "2016-10-06 15:36:11.831813"], ["updated_at", "2016-10-06 15:36:11.831813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo dolore ipsa nobis illo natus nihil consequatur.\",\"text\":\"Use the open-source TCP sensor, then you can reboot the mobile bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.832870"], ["updated_at", "2016-10-06 15:36:11.832870"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit sint assumenda odio.\",\"text\":\"Parsing the bus won't do anything, we need to reboot the bluetooth jbod alarm!\"}"], ["created_at", "2016-10-06 15:36:11.833827"], ["updated_at", "2016-10-06 15:36:11.833827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic rerum nihil.\",\"text\":\"Programming the monitor won't do anything, we need to program the cross-platform sdd bus!\"}"], ["created_at", "2016-10-06 15:36:11.834821"], ["updated_at", "2016-10-06 15:36:11.834821"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut consequatur eos et.\",\"text\":\"You can't compress the matrix without transmitting the redundant SCSI monitor!\"}"], ["created_at", "2016-10-06 15:36:11.835707"], ["updated_at", "2016-10-06 15:36:11.835707"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil nulla sed accusantium adipisci possimus sed.\",\"text\":\"We need to bypass the solid state USB feed!\"}"], ["created_at", "2016-10-06 15:36:11.836562"], ["updated_at", "2016-10-06 15:36:11.836562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In ratione et rerum ipsa.\",\"text\":\"Use the haptic SDD pixel, then you can reboot the virtual card!\"}"], ["created_at", "2016-10-06 15:36:11.837473"], ["updated_at", "2016-10-06 15:36:11.837473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed molestiae dolorem et.\",\"text\":\"You can't reboot the capacitor without generating the neural THX alarm!\"}"], ["created_at", "2016-10-06 15:36:11.838380"], ["updated_at", "2016-10-06 15:36:11.838380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias possimus qui voluptas tenetur quisquam.\",\"text\":\"The PCI sensor is down, override the digital alarm so we can bypass the RAM application!\"}"], ["created_at", "2016-10-06 15:36:11.839247"], ["updated_at", "2016-10-06 15:36:11.839247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio est corporis.\",\"text\":\"I'll index the redundant COM microchip, that should alarm the SAS sensor!\"}"], ["created_at", "2016-10-06 15:36:11.840111"], ["updated_at", "2016-10-06 15:36:11.840111"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et doloremque delectus veritatis est reprehenderit quo fugiat.\",\"text\":\"Copying the feed won't do anything, we need to reboot the optical sms port!\"}"], ["created_at", "2016-10-06 15:36:11.840959"], ["updated_at", "2016-10-06 15:36:11.840959"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque voluptatum vitae earum accusamus beatae.\",\"text\":\"I'll synthesize the optical EXE matrix, that should firewall the PNG interface!\"}"], ["created_at", "2016-10-06 15:36:11.841859"], ["updated_at", "2016-10-06 15:36:11.841859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit labore iusto soluta.\",\"text\":\"You can't override the capacitor without transmitting the 1080p USB transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.842747"], ["updated_at", "2016-10-06 15:36:11.842747"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint qui quia.\",\"text\":\"Synthesizing the system won't do anything, we need to back up the back-end ib matrix!\"}"], ["created_at", "2016-10-06 15:36:11.843607"], ["updated_at", "2016-10-06 15:36:11.843607"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam corrupti esse.\",\"text\":\"The ADP driver is down, parse the optical matrix so we can navigate the HDD card!\"}"], ["created_at", "2016-10-06 15:36:11.844457"], ["updated_at", "2016-10-06 15:36:11.844457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia velit soluta eveniet ad.\",\"text\":\"We need to quantify the haptic HDD sensor!\"}"], ["created_at", "2016-10-06 15:36:11.845374"], ["updated_at", "2016-10-06 15:36:11.845374"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia reiciendis similique ad quo nihil et illum.\",\"text\":\"Use the wireless HDD array, then you can hack the optical monitor!\"}"], ["created_at", "2016-10-06 15:36:11.846268"], ["updated_at", "2016-10-06 15:36:11.846268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus voluptatem tenetur aperiam autem ratione.\",\"text\":\"The SMS application is down, index the optical program so we can copy the HDD alarm!\"}"], ["created_at", "2016-10-06 15:36:11.847195"], ["updated_at", "2016-10-06 15:36:11.847195"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo soluta deserunt voluptas aliquid totam quam assumenda.\",\"text\":\"Try to navigate the FTP hard drive, maybe it will index the mobile card!\"}"], ["created_at", "2016-10-06 15:36:11.848099"], ["updated_at", "2016-10-06 15:36:11.848099"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam id natus et animi sint.\",\"text\":\"Use the solid state EXE protocol, then you can input the haptic pixel!\"}"], ["created_at", "2016-10-06 15:36:11.848987"], ["updated_at", "2016-10-06 15:36:11.848987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus sit ea ut molestiae quis.\",\"text\":\"The USB system is down, copy the digital application so we can bypass the SDD matrix!\"}"], ["created_at", "2016-10-06 15:36:11.849899"], ["updated_at", "2016-10-06 15:36:11.849899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque saepe et.\",\"text\":\"Calculating the program won't do anything, we need to index the online png bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.850794"], ["updated_at", "2016-10-06 15:36:11.850794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et repudiandae sint.\",\"text\":\"You can't index the driver without parsing the mobile AGP application!\"}"], ["created_at", "2016-10-06 15:36:11.851649"], ["updated_at", "2016-10-06 15:36:11.851649"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos quibusdam qui minus modi fuga non magni.\",\"text\":\"If we compress the hard drive, we can get to the XML interface through the bluetooth FTP feed!\"}"], ["created_at", "2016-10-06 15:36:11.852510"], ["updated_at", "2016-10-06 15:36:11.852510"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores autem tenetur ullam ut accusamus debitis.\",\"text\":\"Try to copy the THX card, maybe it will program the 1080p matrix!\"}"], ["created_at", "2016-10-06 15:36:11.853376"], ["updated_at", "2016-10-06 15:36:11.853376"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo at molestias.\",\"text\":\"Try to generate the SSL interface, maybe it will program the cross-platform card!\"}"], ["created_at", "2016-10-06 15:36:11.854316"], ["updated_at", "2016-10-06 15:36:11.854316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores consectetur aliquid rerum aut nihil dolor.\",\"text\":\"If we connect the program, we can get to the PNG bandwidth through the redundant RSS monitor!\"}"], ["created_at", "2016-10-06 15:36:11.855190"], ["updated_at", "2016-10-06 15:36:11.855190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae reprehenderit occaecati sint quas et.\",\"text\":\"You can't hack the program without navigating the mobile SAS interface!\"}"], ["created_at", "2016-10-06 15:36:11.856107"], ["updated_at", "2016-10-06 15:36:11.856107"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis labore dolores aperiam.\",\"text\":\"We need to override the auxiliary XSS application!\"}"], ["created_at", "2016-10-06 15:36:11.857002"], ["updated_at", "2016-10-06 15:36:11.857002"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem dignissimos nemo quam.\",\"text\":\"Try to synthesize the CSS program, maybe it will parse the back-end microchip!\"}"], ["created_at", "2016-10-06 15:36:11.857905"], ["updated_at", "2016-10-06 15:36:11.857905"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et natus et itaque fugiat quod facere.\",\"text\":\"Overriding the pixel won't do anything, we need to index the online adp port!\"}"], ["created_at", "2016-10-06 15:36:11.858846"], ["updated_at", "2016-10-06 15:36:11.858846"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum et voluptatem natus consequatur.\",\"text\":\"Use the primary XSS sensor, then you can override the open-source feed!\"}"], ["created_at", "2016-10-06 15:36:11.859713"], ["updated_at", "2016-10-06 15:36:11.859713"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat ducimus velit voluptatem et aut beatae.\",\"text\":\"If we transmit the capacitor, we can get to the FTP hard drive through the multi-byte EXE port!\"}"], ["created_at", "2016-10-06 15:36:11.860570"], ["updated_at", "2016-10-06 15:36:11.860570"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem nemo aspernatur illo mollitia ex provident est.\",\"text\":\"We need to input the open-source THX microchip!\"}"], ["created_at", "2016-10-06 15:36:11.861443"], ["updated_at", "2016-10-06 15:36:11.861443"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque a beatae unde.\",\"text\":\"Use the primary SMTP interface, then you can input the virtual array!\"}"], ["created_at", "2016-10-06 15:36:11.862437"], ["updated_at", "2016-10-06 15:36:11.862437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id cum consequatur iure quidem.\",\"text\":\"If we hack the matrix, we can get to the RAM transmitter through the optical SAS panel!\"}"], ["created_at", "2016-10-06 15:36:11.863446"], ["updated_at", "2016-10-06 15:36:11.863446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur eius est ut distinctio nulla impedit.\",\"text\":\"The PCI firewall is down, calculate the bluetooth array so we can back up the RAM firewall!\"}"], ["created_at", "2016-10-06 15:36:11.864354"], ["updated_at", "2016-10-06 15:36:11.864354"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum molestiae similique doloremque.\",\"text\":\"If we generate the matrix, we can get to the AGP panel through the redundant XML application!\"}"], ["created_at", "2016-10-06 15:36:11.865220"], ["updated_at", "2016-10-06 15:36:11.865220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum est ut in assumenda ut.\",\"text\":\"Use the cross-platform RAM driver, then you can program the solid state matrix!\"}"], ["created_at", "2016-10-06 15:36:11.866150"], ["updated_at", "2016-10-06 15:36:11.866150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur recusandae ex magnam.\",\"text\":\"We need to synthesize the 1080p SDD alarm!\"}"], ["created_at", "2016-10-06 15:36:11.867028"], ["updated_at", "2016-10-06 15:36:11.867028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis est velit facilis quaerat in.\",\"text\":\"If we back up the program, we can get to the COM array through the wireless RSS driver!\"}"], ["created_at", "2016-10-06 15:36:11.867886"], ["updated_at", "2016-10-06 15:36:11.867886"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum molestias animi ut ducimus.\",\"text\":\"Try to generate the GB card, maybe it will override the wireless driver!\"}"], ["created_at", "2016-10-06 15:36:11.868751"], ["updated_at", "2016-10-06 15:36:11.868751"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi et aspernatur eos.\",\"text\":\"Try to reboot the HDD application, maybe it will hack the online card!\"}"], ["created_at", "2016-10-06 15:36:11.869609"], ["updated_at", "2016-10-06 15:36:11.869609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem ratione sint vero.\",\"text\":\"I'll bypass the mobile CSS monitor, that should capacitor the USB hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.870537"], ["updated_at", "2016-10-06 15:36:11.870537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia eum totam.\",\"text\":\"You can't connect the alarm without programming the primary SQL panel!\"}"], ["created_at", "2016-10-06 15:36:11.871420"], ["updated_at", "2016-10-06 15:36:11.871420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae eos nihil.\",\"text\":\"I'll copy the primary AI bandwidth, that should port the SCSI microchip!\"}"], ["created_at", "2016-10-06 15:36:11.872277"], ["updated_at", "2016-10-06 15:36:11.872277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut rerum ratione voluptatem voluptatem voluptatem est.\",\"text\":\"The AI microchip is down, transmit the primary bus so we can parse the COM hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.873138"], ["updated_at", "2016-10-06 15:36:11.873138"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere consectetur corporis.\",\"text\":\"Try to copy the FTP sensor, maybe it will synthesize the wireless circuit!\"}"], ["created_at", "2016-10-06 15:36:11.874000"], ["updated_at", "2016-10-06 15:36:11.874000"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab ex eum.\",\"text\":\"Backing up the transmitter won't do anything, we need to bypass the bluetooth scsi circuit!\"}"], ["created_at", "2016-10-06 15:36:11.874915"], ["updated_at", "2016-10-06 15:36:11.874915"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem tenetur est voluptatem beatae dolores officia.\",\"text\":\"We need to compress the redundant JBOD transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.875786"], ["updated_at", "2016-10-06 15:36:11.875786"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro ea laudantium sit occaecati sequi.\",\"text\":\"The TCP pixel is down, copy the redundant transmitter so we can bypass the TCP system!\"}"], ["created_at", "2016-10-06 15:36:11.876646"], ["updated_at", "2016-10-06 15:36:11.876646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea et sint.\",\"text\":\"We need to navigate the online FTP panel!\"}"], ["created_at", "2016-10-06 15:36:11.877507"], ["updated_at", "2016-10-06 15:36:11.877507"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa repellendus est quasi.\",\"text\":\"Overriding the transmitter won't do anything, we need to back up the redundant hdd monitor!\"}"], ["created_at", "2016-10-06 15:36:11.878381"], ["updated_at", "2016-10-06 15:36:11.878381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ad minus et consectetur quam.\",\"text\":\"Use the back-end SMS program, then you can generate the primary program!\"}"], ["created_at", "2016-10-06 15:36:11.879350"], ["updated_at", "2016-10-06 15:36:11.879350"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et aut.\",\"text\":\"Copying the application won't do anything, we need to bypass the redundant ssl pixel!\"}"], ["created_at", "2016-10-06 15:36:11.880252"], ["updated_at", "2016-10-06 15:36:11.880252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis et numquam ab sed consequatur quas.\",\"text\":\"The SQL hard drive is down, parse the wireless feed so we can parse the SMTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.881123"], ["updated_at", "2016-10-06 15:36:11.881123"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quis laudantium itaque omnis aliquid quos tenetur.\",\"text\":\"You can't override the transmitter without quantifying the cross-platform SDD bus!\"}"], ["created_at", "2016-10-06 15:36:11.881989"], ["updated_at", "2016-10-06 15:36:11.881989"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate quasi voluptas vitae itaque ut explicabo totam.\",\"text\":\"We need to transmit the auxiliary AI application!\"}"], ["created_at", "2016-10-06 15:36:11.882916"], ["updated_at", "2016-10-06 15:36:11.882916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur voluptas provident quis et ipsam.\",\"text\":\"Try to quantify the SDD system, maybe it will input the mobile hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.883773"], ["updated_at", "2016-10-06 15:36:11.883773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores asperiores vitae.\",\"text\":\"If we synthesize the application, we can get to the HTTP hard drive through the digital USB firewall!\"}"], ["created_at", "2016-10-06 15:36:11.884639"], ["updated_at", "2016-10-06 15:36:11.884639"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut iusto molestias tenetur officia.\",\"text\":\"We need to calculate the 1080p RSS interface!\"}"], ["created_at", "2016-10-06 15:36:11.885496"], ["updated_at", "2016-10-06 15:36:11.885496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus ut vero enim dolores.\",\"text\":\"The SMTP protocol is down, parse the redundant card so we can program the RAM port!\"}"], ["created_at", "2016-10-06 15:36:11.886403"], ["updated_at", "2016-10-06 15:36:11.886403"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint in voluptatem beatae nobis.\",\"text\":\"Try to program the SCSI matrix, maybe it will copy the primary port!\"}"], ["created_at", "2016-10-06 15:36:11.887437"], ["updated_at", "2016-10-06 15:36:11.887437"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit fugiat nemo consequatur laborum.\",\"text\":\"Use the neural SAS capacitor, then you can navigate the neural bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.889204"], ["updated_at", "2016-10-06 15:36:11.889204"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus magni blanditiis eum nostrum rerum distinctio.\",\"text\":\"We need to hack the optical AI array!\"}"], ["created_at", "2016-10-06 15:36:11.890955"], ["updated_at", "2016-10-06 15:36:11.890955"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea voluptatem rem cumque nisi unde dolor et.\",\"text\":\"Try to bypass the USB feed, maybe it will reboot the optical port!\"}"], ["created_at", "2016-10-06 15:36:11.892598"], ["updated_at", "2016-10-06 15:36:11.892598"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate dolorem ut.\",\"text\":\"Try to generate the HTTP panel, maybe it will calculate the back-end microchip!\"}"], ["created_at", "2016-10-06 15:36:11.894155"], ["updated_at", "2016-10-06 15:36:11.894155"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium in reprehenderit ea est temporibus et.\",\"text\":\"Try to synthesize the SAS capacitor, maybe it will quantify the back-end transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.895793"], ["updated_at", "2016-10-06 15:36:11.895793"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi cupiditate ea laboriosam error aut enim enim.\",\"text\":\"You can't reboot the array without quantifying the mobile TCP capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.897352"], ["updated_at", "2016-10-06 15:36:11.897352"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et aperiam accusantium molestiae cumque.\",\"text\":\"Use the primary COM panel, then you can override the digital feed!\"}"], ["created_at", "2016-10-06 15:36:11.898943"], ["updated_at", "2016-10-06 15:36:11.898943"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat et non ab ut autem.\",\"text\":\"The XML sensor is down, override the auxiliary feed so we can parse the AGP bus!\"}"], ["created_at", "2016-10-06 15:36:11.901883"], ["updated_at", "2016-10-06 15:36:11.901883"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aut exercitationem error ullam.\",\"text\":\"Try to synthesize the XSS transmitter, maybe it will back up the haptic port!\"}"], ["created_at", "2016-10-06 15:36:11.904578"], ["updated_at", "2016-10-06 15:36:11.904578"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam enim eos dolor.\",\"text\":\"Try to generate the EXE application, maybe it will generate the open-source protocol!\"}"], ["created_at", "2016-10-06 15:36:11.906842"], ["updated_at", "2016-10-06 15:36:11.906842"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem alias aut.\",\"text\":\"We need to copy the digital CSS system!\"}"], ["created_at", "2016-10-06 15:36:11.908251"], ["updated_at", "2016-10-06 15:36:11.908251"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis saepe et dolor consequatur optio.\",\"text\":\"Try to calculate the AI driver, maybe it will reboot the optical bus!\"}"], ["created_at", "2016-10-06 15:36:11.910484"], ["updated_at", "2016-10-06 15:36:11.910484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam occaecati autem ut.\",\"text\":\"The SQL bus is down, compress the open-source matrix so we can override the JBOD panel!\"}"], ["created_at", "2016-10-06 15:36:11.911572"], ["updated_at", "2016-10-06 15:36:11.911572"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt eum delectus.\",\"text\":\"The RAM system is down, bypass the online driver so we can back up the XSS matrix!\"}"], ["created_at", "2016-10-06 15:36:11.912580"], ["updated_at", "2016-10-06 15:36:11.912580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure non non nobis animi voluptatem dolore.\",\"text\":\"You can't parse the microchip without navigating the digital CSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.913621"], ["updated_at", "2016-10-06 15:36:11.913621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum quos repellat non quia et dicta.\",\"text\":\"Use the back-end JSON matrix, then you can calculate the 1080p circuit!\"}"], ["created_at", "2016-10-06 15:36:11.914522"], ["updated_at", "2016-10-06 15:36:11.914522"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos porro qui vel est tempore autem ut.\",\"text\":\"The AI firewall is down, back up the open-source protocol so we can navigate the CSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.915389"], ["updated_at", "2016-10-06 15:36:11.915389"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui natus quos eligendi eveniet voluptas.\",\"text\":\"Use the multi-byte AI interface, then you can override the back-end panel!\"}"], ["created_at", "2016-10-06 15:36:11.916384"], ["updated_at", "2016-10-06 15:36:11.916384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate alias error vitae et sit.\",\"text\":\"I'll override the cross-platform USB feed, that should interface the XML feed!\"}"], ["created_at", "2016-10-06 15:36:11.917322"], ["updated_at", "2016-10-06 15:36:11.917322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis est et libero et rem repudiandae.\",\"text\":\"The SCSI transmitter is down, hack the primary driver so we can calculate the GB panel!\"}"], ["created_at", "2016-10-06 15:36:11.918242"], ["updated_at", "2016-10-06 15:36:11.918242"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut perspiciatis velit nesciunt.\",\"text\":\"You can't parse the feed without quantifying the cross-platform GB circuit!\"}"], ["created_at", "2016-10-06 15:36:11.919119"], ["updated_at", "2016-10-06 15:36:11.919119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quia et modi sunt.\",\"text\":\"You can't generate the microchip without backing up the open-source XML panel!\"}"], ["created_at", "2016-10-06 15:36:11.920031"], ["updated_at", "2016-10-06 15:36:11.920031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos dolores tenetur et dolorem suscipit.\",\"text\":\"Try to compress the SMS program, maybe it will override the haptic transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.920902"], ["updated_at", "2016-10-06 15:36:11.920902"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed eius animi nemo suscipit voluptas et maiores.\",\"text\":\"Use the bluetooth JBOD system, then you can quantify the mobile capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.921776"], ["updated_at", "2016-10-06 15:36:11.921776"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt ipsam quisquam unde autem tenetur quia.\",\"text\":\"Use the neural SDD pixel, then you can back up the solid state alarm!\"}"], ["created_at", "2016-10-06 15:36:11.922747"], ["updated_at", "2016-10-06 15:36:11.922747"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui soluta ducimus.\",\"text\":\"We need to parse the open-source SQL transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.925279"], ["updated_at", "2016-10-06 15:36:11.925279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis amet et ut saepe ullam distinctio eos.\",\"text\":\"We need to override the primary XSS monitor!\"}"], ["created_at", "2016-10-06 15:36:11.927007"], ["updated_at", "2016-10-06 15:36:11.927007"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente tenetur incidunt in mollitia.\",\"text\":\"Synthesizing the driver won't do anything, we need to quantify the auxiliary hdd protocol!\"}"], ["created_at", "2016-10-06 15:36:11.927993"], ["updated_at", "2016-10-06 15:36:11.927993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit repellendus sit sed.\",\"text\":\"I'll input the neural TCP matrix, that should application the XML hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.928997"], ["updated_at", "2016-10-06 15:36:11.928997"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro tempora at.\",\"text\":\"Try to compress the XML hard drive, maybe it will synthesize the 1080p sensor!\"}"], ["created_at", "2016-10-06 15:36:11.929968"], ["updated_at", "2016-10-06 15:36:11.929968"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero et eligendi recusandae officia autem id asperiores.\",\"text\":\"Use the 1080p SMS card, then you can copy the multi-byte program!\"}"], ["created_at", "2016-10-06 15:36:11.930902"], ["updated_at", "2016-10-06 15:36:11.930902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere quam modi officia eveniet consequatur.\",\"text\":\"Try to synthesize the COM protocol, maybe it will input the solid state bus!\"}"], ["created_at", "2016-10-06 15:36:11.931770"], ["updated_at", "2016-10-06 15:36:11.931770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque sit et corporis quod.\",\"text\":\"If we transmit the panel, we can get to the SMS application through the auxiliary SMS port!\"}"], ["created_at", "2016-10-06 15:36:11.932626"], ["updated_at", "2016-10-06 15:36:11.932626"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae porro similique qui quis molestiae sapiente a.\",\"text\":\"You can't program the feed without connecting the redundant HTTP array!\"}"], ["created_at", "2016-10-06 15:36:11.933575"], ["updated_at", "2016-10-06 15:36:11.933575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est minus debitis aut sit iste.\",\"text\":\"You can't calculate the transmitter without bypassing the online TCP pixel!\"}"], ["created_at", "2016-10-06 15:36:11.934517"], ["updated_at", "2016-10-06 15:36:11.934517"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat sit dolorem et aliquid.\",\"text\":\"I'll program the online PNG application, that should alarm the HDD bus!\"}"], ["created_at", "2016-10-06 15:36:11.935386"], ["updated_at", "2016-10-06 15:36:11.935386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda dolor repudiandae dignissimos quibusdam.\",\"text\":\"You can't synthesize the interface without quantifying the multi-byte USB driver!\"}"], ["created_at", "2016-10-06 15:36:11.936241"], ["updated_at", "2016-10-06 15:36:11.936241"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam et dignissimos magni placeat repellat aut adipisci.\",\"text\":\"We need to calculate the digital SSL port!\"}"], ["created_at", "2016-10-06 15:36:11.937101"], ["updated_at", "2016-10-06 15:36:11.937101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit reprehenderit dolorem asperiores sapiente.\",\"text\":\"Use the virtual SDD port, then you can connect the online feed!\"}"], ["created_at", "2016-10-06 15:36:11.938053"], ["updated_at", "2016-10-06 15:36:11.938053"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia odio amet deleniti perspiciatis quibusdam dignissimos qui.\",\"text\":\"We need to back up the auxiliary SMTP alarm!\"}"], ["created_at", "2016-10-06 15:36:11.938958"], ["updated_at", "2016-10-06 15:36:11.938958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quo earum iure.\",\"text\":\"You can't input the matrix without hacking the auxiliary JBOD hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.939807"], ["updated_at", "2016-10-06 15:36:11.939807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi non at.\",\"text\":\"Try to hack the SMS feed, maybe it will program the bluetooth microchip!\"}"], ["created_at", "2016-10-06 15:36:11.940652"], ["updated_at", "2016-10-06 15:36:11.940652"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim recusandae est magnam.\",\"text\":\"I'll transmit the wireless HTTP interface, that should transmitter the AGP system!\"}"], ["created_at", "2016-10-06 15:36:11.941512"], ["updated_at", "2016-10-06 15:36:11.941512"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo blanditiis mollitia dolor velit.\",\"text\":\"I'll reboot the cross-platform PCI interface, that should capacitor the SQL hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.942438"], ["updated_at", "2016-10-06 15:36:11.942438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem omnis sunt facilis autem voluptate ipsum.\",\"text\":\"I'll synthesize the primary THX circuit, that should interface the JSON driver!\"}"], ["created_at", "2016-10-06 15:36:11.943319"], ["updated_at", "2016-10-06 15:36:11.943319"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas ea velit.\",\"text\":\"Use the solid state COM circuit, then you can connect the haptic interface!\"}"], ["created_at", "2016-10-06 15:36:11.944194"], ["updated_at", "2016-10-06 15:36:11.944194"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem non labore tenetur.\",\"text\":\"I'll generate the bluetooth PNG circuit, that should port the SQL alarm!\"}"], ["created_at", "2016-10-06 15:36:11.945067"], ["updated_at", "2016-10-06 15:36:11.945067"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem non aspernatur incidunt inventore nulla consequatur eaque.\",\"text\":\"You can't reboot the program without programming the haptic PNG circuit!\"}"], ["created_at", "2016-10-06 15:36:11.946019"], ["updated_at", "2016-10-06 15:36:11.946019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam rem alias illum.\",\"text\":\"Quantifying the program won't do anything, we need to override the mobile sql panel!\"}"], ["created_at", "2016-10-06 15:36:11.946928"], ["updated_at", "2016-10-06 15:36:11.946928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam delectus officia et illo cum sunt.\",\"text\":\"Use the multi-byte HTTP pixel, then you can input the bluetooth transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.947786"], ["updated_at", "2016-10-06 15:36:11.947786"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi nesciunt blanditiis voluptas ut aut et est.\",\"text\":\"I'll copy the optical SMS feed, that should feed the COM sensor!\"}"], ["created_at", "2016-10-06 15:36:11.948649"], ["updated_at", "2016-10-06 15:36:11.948649"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In corrupti impedit et iste in.\",\"text\":\"We need to hack the virtual RSS protocol!\"}"], ["created_at", "2016-10-06 15:36:11.949568"], ["updated_at", "2016-10-06 15:36:11.949568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab quis rerum saepe mollitia.\",\"text\":\"I'll parse the auxiliary HDD program, that should program the SSL circuit!\"}"], ["created_at", "2016-10-06 15:36:11.950438"], ["updated_at", "2016-10-06 15:36:11.950438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam sit at ut voluptatem eum amet.\",\"text\":\"If we bypass the application, we can get to the THX panel through the virtual EXE card!\"}"], ["created_at", "2016-10-06 15:36:11.951327"], ["updated_at", "2016-10-06 15:36:11.951327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste distinctio nesciunt deleniti aut cumque ipsum.\",\"text\":\"Use the auxiliary SCSI hard drive, then you can parse the haptic system!\"}"], ["created_at", "2016-10-06 15:36:11.952184"], ["updated_at", "2016-10-06 15:36:11.952184"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores quia libero incidunt accusantium.\",\"text\":\"You can't compress the circuit without programming the 1080p JSON firewall!\"}"], ["created_at", "2016-10-06 15:36:11.953033"], ["updated_at", "2016-10-06 15:36:11.953033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati impedit fugit alias consequatur quaerat.\",\"text\":\"Use the haptic SMS driver, then you can input the multi-byte sensor!\"}"], ["created_at", "2016-10-06 15:36:11.953957"], ["updated_at", "2016-10-06 15:36:11.953957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum laudantium fuga corporis molestiae.\",\"text\":\"The SCSI driver is down, transmit the primary bus so we can quantify the AI monitor!\"}"], ["created_at", "2016-10-06 15:36:11.954931"], ["updated_at", "2016-10-06 15:36:11.954931"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias ducimus quaerat aut.\",\"text\":\"We need to hack the primary RSS hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.955794"], ["updated_at", "2016-10-06 15:36:11.955794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea eos placeat.\",\"text\":\"I'll generate the haptic AGP firewall, that should panel the USB card!\"}"], ["created_at", "2016-10-06 15:36:11.956653"], ["updated_at", "2016-10-06 15:36:11.956653"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum recusandae fugiat aut atque.\",\"text\":\"Generating the sensor won't do anything, we need to program the solid state usb bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.957501"], ["updated_at", "2016-10-06 15:36:11.957501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et eum incidunt voluptas consectetur modi cum.\",\"text\":\"If we back up the protocol, we can get to the HTTP panel through the cross-platform PCI monitor!\"}"], ["created_at", "2016-10-06 15:36:11.958459"], ["updated_at", "2016-10-06 15:36:11.958459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel aut natus quaerat nesciunt voluptatem.\",\"text\":\"We need to compress the open-source IB circuit!\"}"], ["created_at", "2016-10-06 15:36:11.959328"], ["updated_at", "2016-10-06 15:36:11.959328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit ea ut aliquam et.\",\"text\":\"Use the online SQL card, then you can bypass the auxiliary sensor!\"}"], ["created_at", "2016-10-06 15:36:11.960200"], ["updated_at", "2016-10-06 15:36:11.960200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui delectus eum ipsa dolores ipsum.\",\"text\":\"You can't back up the program without transmitting the digital AGP alarm!\"}"], ["created_at", "2016-10-06 15:36:11.961078"], ["updated_at", "2016-10-06 15:36:11.961078"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore quidem aliquam.\",\"text\":\"If we copy the hard drive, we can get to the AGP pixel through the bluetooth RSS system!\"}"], ["created_at", "2016-10-06 15:36:11.961939"], ["updated_at", "2016-10-06 15:36:11.961939"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem voluptate non ut quasi.\",\"text\":\"I'll transmit the solid state AI bus, that should bus the SAS transmitter!\"}"], ["created_at", "2016-10-06 15:36:11.970569"], ["updated_at", "2016-10-06 15:36:11.970569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis molestiae ad impedit.\",\"text\":\"Use the solid state THX array, then you can synthesize the digital capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.971846"], ["updated_at", "2016-10-06 15:36:11.971846"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum aut magnam et atque.\",\"text\":\"Use the online CSS panel, then you can copy the wireless card!\"}"], ["created_at", "2016-10-06 15:36:11.972787"], ["updated_at", "2016-10-06 15:36:11.972787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sint magni quasi.\",\"text\":\"Synthesizing the pixel won't do anything, we need to generate the open-source json hard drive!\"}"], ["created_at", "2016-10-06 15:36:11.973652"], ["updated_at", "2016-10-06 15:36:11.973652"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea odit quis vel.\",\"text\":\"If we navigate the monitor, we can get to the JBOD program through the bluetooth CSS system!\"}"], ["created_at", "2016-10-06 15:36:11.974534"], ["updated_at", "2016-10-06 15:36:11.974534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero eius sunt ullam vel.\",\"text\":\"Programming the system won't do anything, we need to parse the haptic json capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.975453"], ["updated_at", "2016-10-06 15:36:11.975453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis et et deserunt voluptatum aliquid.\",\"text\":\"I'll connect the online RSS microchip, that should firewall the EXE driver!\"}"], ["created_at", "2016-10-06 15:36:11.976329"], ["updated_at", "2016-10-06 15:36:11.976329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et id quaerat corporis aut adipisci.\",\"text\":\"I'll reboot the open-source AGP microchip, that should microchip the FTP array!\"}"], ["created_at", "2016-10-06 15:36:11.977220"], ["updated_at", "2016-10-06 15:36:11.977220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis sit ullam saepe.\",\"text\":\"Use the auxiliary FTP capacitor, then you can parse the online bus!\"}"], ["created_at", "2016-10-06 15:36:11.978078"], ["updated_at", "2016-10-06 15:36:11.978078"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et nulla.\",\"text\":\"Try to quantify the CSS monitor, maybe it will back up the open-source capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.979002"], ["updated_at", "2016-10-06 15:36:11.979002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi quae est.\",\"text\":\"The SCSI monitor is down, compress the wireless system so we can quantify the JSON array!\"}"], ["created_at", "2016-10-06 15:36:11.979930"], ["updated_at", "2016-10-06 15:36:11.979930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id porro omnis dolores in dicta et laborum.\",\"text\":\"You can't index the circuit without calculating the haptic AGP program!\"}"], ["created_at", "2016-10-06 15:36:11.980802"], ["updated_at", "2016-10-06 15:36:11.980802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis aspernatur pariatur dolorem et assumenda doloremque.\",\"text\":\"You can't synthesize the application without copying the cross-platform HDD driver!\"}"], ["created_at", "2016-10-06 15:36:11.981662"], ["updated_at", "2016-10-06 15:36:11.981662"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur harum soluta.\",\"text\":\"The CSS transmitter is down, generate the virtual monitor so we can quantify the SSL sensor!\"}"], ["created_at", "2016-10-06 15:36:11.982541"], ["updated_at", "2016-10-06 15:36:11.982541"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab ut ea nam modi.\",\"text\":\"Use the online SCSI feed, then you can parse the virtual microchip!\"}"], ["created_at", "2016-10-06 15:36:11.983452"], ["updated_at", "2016-10-06 15:36:11.983452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet nihil aspernatur.\",\"text\":\"I'll back up the open-source JBOD feed, that should application the RAM firewall!\"}"], ["created_at", "2016-10-06 15:36:11.984311"], ["updated_at", "2016-10-06 15:36:11.984311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa incidunt magnam.\",\"text\":\"I'll index the haptic SDD transmitter, that should interface the USB microchip!\"}"], ["created_at", "2016-10-06 15:36:11.985165"], ["updated_at", "2016-10-06 15:36:11.985165"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio exercitationem quam voluptas veniam error officiis.\",\"text\":\"Use the primary RSS program, then you can copy the back-end capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.986025"], ["updated_at", "2016-10-06 15:36:11.986025"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore sint quia.\",\"text\":\"I'll bypass the multi-byte JSON matrix, that should driver the IB capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.986907"], ["updated_at", "2016-10-06 15:36:11.986907"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga enim dolor quae sed sed.\",\"text\":\"Try to generate the SAS monitor, maybe it will parse the open-source interface!\"}"], ["created_at", "2016-10-06 15:36:11.987842"], ["updated_at", "2016-10-06 15:36:11.987842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et illo hic amet ipsam velit molestiae.\",\"text\":\"If we back up the hard drive, we can get to the TCP circuit through the bluetooth PNG program!\"}"], ["created_at", "2016-10-06 15:36:11.988713"], ["updated_at", "2016-10-06 15:36:11.988713"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam beatae et magnam.\",\"text\":\"The CSS card is down, override the online circuit so we can synthesize the USB panel!\"}"], ["created_at", "2016-10-06 15:36:11.989580"], ["updated_at", "2016-10-06 15:36:11.989580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus qui qui minus maiores.\",\"text\":\"We need to bypass the wireless TCP sensor!\"}"], ["created_at", "2016-10-06 15:36:11.990442"], ["updated_at", "2016-10-06 15:36:11.990442"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit qui perferendis quas voluptas eos sit molestiae.\",\"text\":\"The COM transmitter is down, program the auxiliary firewall so we can navigate the XML pixel!\"}"], ["created_at", "2016-10-06 15:36:11.991297"], ["updated_at", "2016-10-06 15:36:11.991297"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id odit fugiat mollitia et ea asperiores.\",\"text\":\"I'll index the solid state THX array, that should microchip the SMTP driver!\"}"], ["created_at", "2016-10-06 15:36:11.992203"], ["updated_at", "2016-10-06 15:36:11.992203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia non et voluptatum aut eum.\",\"text\":\"Use the redundant HTTP sensor, then you can input the solid state driver!\"}"], ["created_at", "2016-10-06 15:36:11.993119"], ["updated_at", "2016-10-06 15:36:11.993119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In reiciendis aut ab eos aliquam quidem.\",\"text\":\"I'll transmit the auxiliary JBOD port, that should bandwidth the USB monitor!\"}"], ["created_at", "2016-10-06 15:36:11.993993"], ["updated_at", "2016-10-06 15:36:11.993993"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quod aperiam occaecati ipsum facere ullam ad.\",\"text\":\"Use the back-end EXE application, then you can back up the auxiliary bandwidth!\"}"], ["created_at", "2016-10-06 15:36:11.994858"], ["updated_at", "2016-10-06 15:36:11.994858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa qui qui qui quo voluptatem.\",\"text\":\"The PNG pixel is down, calculate the mobile port so we can copy the SSL alarm!\"}"], ["created_at", "2016-10-06 15:36:11.995782"], ["updated_at", "2016-10-06 15:36:11.995782"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate rerum tempore odit est praesentium.\",\"text\":\"You can't program the monitor without transmitting the digital SAS card!\"}"], ["created_at", "2016-10-06 15:36:11.996665"], ["updated_at", "2016-10-06 15:36:11.996665"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt voluptatibus veritatis.\",\"text\":\"You can't synthesize the pixel without synthesizing the multi-byte USB capacitor!\"}"], ["created_at", "2016-10-06 15:36:11.997511"], ["updated_at", "2016-10-06 15:36:11.997511"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam harum facilis.\",\"text\":\"I'll index the auxiliary SAS bandwidth, that should protocol the TCP protocol!\"}"], ["created_at", "2016-10-06 15:36:11.998456"], ["updated_at", "2016-10-06 15:36:11.998456"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia eum sapiente accusantium et.\",\"text\":\"We need to connect the optical SMS protocol!\"}"], ["created_at", "2016-10-06 15:36:11.999403"], ["updated_at", "2016-10-06 15:36:11.999403"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis incidunt est distinctio.\",\"text\":\"Compressing the transmitter won't do anything, we need to program the primary com circuit!\"}"], ["created_at", "2016-10-06 15:36:12.000453"], ["updated_at", "2016-10-06 15:36:12.000453"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eum occaecati eligendi aut qui placeat tempore.\",\"text\":\"The GB firewall is down, input the bluetooth port so we can parse the TCP bus!\"}"], ["created_at", "2016-10-06 15:36:12.001649"], ["updated_at", "2016-10-06 15:36:12.001649"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et repellendus consequatur consequuntur vero.\",\"text\":\"Compressing the transmitter won't do anything, we need to program the primary xml feed!\"}"], ["created_at", "2016-10-06 15:36:12.003299"], ["updated_at", "2016-10-06 15:36:12.003299"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero sint eos quo accusamus ut totam culpa.\",\"text\":\"Use the optical SSL bandwidth, then you can generate the virtual driver!\"}"], ["created_at", "2016-10-06 15:36:12.005359"], ["updated_at", "2016-10-06 15:36:12.005359"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur quidem atque deleniti dolor accusamus.\",\"text\":\"Try to transmit the JSON hard drive, maybe it will compress the auxiliary bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.007035"], ["updated_at", "2016-10-06 15:36:12.007035"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis reprehenderit sit consequatur voluptas tenetur dolores sunt.\",\"text\":\"The IB capacitor is down, copy the wireless transmitter so we can back up the XML port!\"}"], ["created_at", "2016-10-06 15:36:12.008291"], ["updated_at", "2016-10-06 15:36:12.008291"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis voluptatem fugiat corrupti omnis.\",\"text\":\"Try to input the HTTP firewall, maybe it will copy the 1080p pixel!\"}"], ["created_at", "2016-10-06 15:36:12.009666"], ["updated_at", "2016-10-06 15:36:12.009666"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quia est rerum necessitatibus reiciendis et.\",\"text\":\"I'll calculate the multi-byte JBOD protocol, that should circuit the SQL program!\"}"], ["created_at", "2016-10-06 15:36:12.012300"], ["updated_at", "2016-10-06 15:36:12.012300"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore corporis quia sequi consequatur corrupti quos eligendi.\",\"text\":\"The AI transmitter is down, generate the optical sensor so we can synthesize the SAS capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.014085"], ["updated_at", "2016-10-06 15:36:12.014085"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est eos facere hic ullam dicta atque commodi.\",\"text\":\"The COM bandwidth is down, quantify the open-source system so we can connect the XSS microchip!\"}"], ["created_at", "2016-10-06 15:36:12.017858"], ["updated_at", "2016-10-06 15:36:12.017858"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem aut perspiciatis qui.\",\"text\":\"Use the back-end HDD sensor, then you can copy the online bus!\"}"], ["created_at", "2016-10-06 15:36:12.019570"], ["updated_at", "2016-10-06 15:36:12.019570"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas molestiae quia sit hic facere ut.\",\"text\":\"We need to synthesize the online TCP feed!\"}"], ["created_at", "2016-10-06 15:36:12.020950"], ["updated_at", "2016-10-06 15:36:12.020950"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi nobis aut non et.\",\"text\":\"Use the cross-platform RAM application, then you can hack the back-end sensor!\"}"], ["created_at", "2016-10-06 15:36:12.022363"], ["updated_at", "2016-10-06 15:36:12.022363"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut repellendus dolores et hic dicta et.\",\"text\":\"The SCSI pixel is down, reboot the primary matrix so we can synthesize the XSS interface!\"}"], ["created_at", "2016-10-06 15:36:12.023547"], ["updated_at", "2016-10-06 15:36:12.023547"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni ut est.\",\"text\":\"Use the multi-byte USB pixel, then you can bypass the solid state application!\"}"], ["created_at", "2016-10-06 15:36:12.024670"], ["updated_at", "2016-10-06 15:36:12.024670"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem molestiae fugiat eum sapiente iure.\",\"text\":\"The SQL card is down, program the back-end program so we can compress the AGP system!\"}"], ["created_at", "2016-10-06 15:36:12.026074"], ["updated_at", "2016-10-06 15:36:12.026074"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore eos fugit.\",\"text\":\"Use the virtual USB feed, then you can compress the back-end panel!\"}"], ["created_at", "2016-10-06 15:36:12.027465"], ["updated_at", "2016-10-06 15:36:12.027465"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ullam autem.\",\"text\":\"The SDD feed is down, quantify the optical bus so we can override the JBOD capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.028671"], ["updated_at", "2016-10-06 15:36:12.028671"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere unde et.\",\"text\":\"You can't hack the array without synthesizing the digital SQL transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.029909"], ["updated_at", "2016-10-06 15:36:12.029909"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil commodi et quibusdam est ut occaecati esse.\",\"text\":\"If we compress the protocol, we can get to the PNG program through the 1080p HDD driver!\"}"], ["created_at", "2016-10-06 15:36:12.031351"], ["updated_at", "2016-10-06 15:36:12.031351"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione et est aliquam est impedit culpa.\",\"text\":\"Try to hack the PCI alarm, maybe it will override the bluetooth matrix!\"}"], ["created_at", "2016-10-06 15:36:12.032825"], ["updated_at", "2016-10-06 15:36:12.032825"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti vel neque aspernatur et.\",\"text\":\"The FTP hard drive is down, copy the bluetooth program so we can transmit the XML matrix!\"}"], ["created_at", "2016-10-06 15:36:12.034030"], ["updated_at", "2016-10-06 15:36:12.034030"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae voluptas est inventore dolorum qui quos quibusdam.\",\"text\":\"We need to input the optical TCP system!\"}"], ["created_at", "2016-10-06 15:36:12.035714"], ["updated_at", "2016-10-06 15:36:12.035714"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis cupiditate rerum aut qui nostrum laudantium.\",\"text\":\"I'll back up the cross-platform COM array, that should circuit the JBOD transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.037369"], ["updated_at", "2016-10-06 15:36:12.037369"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea eos odit.\",\"text\":\"Overriding the protocol won't do anything, we need to parse the 1080p xss alarm!\"}"], ["created_at", "2016-10-06 15:36:12.038542"], ["updated_at", "2016-10-06 15:36:12.038542"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat dicta eveniet eligendi officiis nobis maiores.\",\"text\":\"I'll transmit the open-source GB pixel, that should application the IB interface!\"}"], ["created_at", "2016-10-06 15:36:12.040996"], ["updated_at", "2016-10-06 15:36:12.040996"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos ipsum nulla.\",\"text\":\"Use the back-end SMS protocol, then you can bypass the virtual driver!\"}"], ["created_at", "2016-10-06 15:36:12.042983"], ["updated_at", "2016-10-06 15:36:12.042983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et reiciendis ipsum et natus.\",\"text\":\"Use the redundant JBOD monitor, then you can quantify the redundant alarm!\"}"], ["created_at", "2016-10-06 15:36:12.043992"], ["updated_at", "2016-10-06 15:36:12.043992"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et excepturi ut explicabo modi accusamus non sint.\",\"text\":\"Use the haptic XML alarm, then you can index the cross-platform transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.044896"], ["updated_at", "2016-10-06 15:36:12.044896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi ut molestiae.\",\"text\":\"The FTP panel is down, back up the 1080p protocol so we can compress the FTP feed!\"}"], ["created_at", "2016-10-06 15:36:12.045843"], ["updated_at", "2016-10-06 15:36:12.045843"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis non hic delectus voluptatibus iusto distinctio.\",\"text\":\"Use the primary SQL array, then you can transmit the neural program!\"}"], ["created_at", "2016-10-06 15:36:12.046789"], ["updated_at", "2016-10-06 15:36:12.046789"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur nulla quo dolores maxime libero similique.\",\"text\":\"You can't program the sensor without generating the virtual RSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.047698"], ["updated_at", "2016-10-06 15:36:12.047698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos in ad alias et.\",\"text\":\"The SAS panel is down, input the cross-platform driver so we can program the SAS bus!\"}"], ["created_at", "2016-10-06 15:36:12.048552"], ["updated_at", "2016-10-06 15:36:12.048552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum qui facere quo.\",\"text\":\"I'll synthesize the virtual FTP application, that should driver the SDD alarm!\"}"], ["created_at", "2016-10-06 15:36:12.049411"], ["updated_at", "2016-10-06 15:36:12.049411"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit alias sit quo repellendus.\",\"text\":\"If we generate the microchip, we can get to the TCP sensor through the mobile EXE hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.050312"], ["updated_at", "2016-10-06 15:36:12.050312"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque consequatur ipsum.\",\"text\":\"We need to generate the digital TCP protocol!\"}"], ["created_at", "2016-10-06 15:36:12.051214"], ["updated_at", "2016-10-06 15:36:12.051214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea odit expedita dolorem.\",\"text\":\"Try to input the USB matrix, maybe it will compress the wireless interface!\"}"], ["created_at", "2016-10-06 15:36:12.052070"], ["updated_at", "2016-10-06 15:36:12.052070"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita qui nihil aut natus distinctio sint.\",\"text\":\"Use the auxiliary RSS bus, then you can compress the optical panel!\"}"], ["created_at", "2016-10-06 15:36:12.052920"], ["updated_at", "2016-10-06 15:36:12.052920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod ad aliquam quos beatae.\",\"text\":\"The AGP interface is down, hack the neural bus so we can synthesize the SSL monitor!\"}"], ["created_at", "2016-10-06 15:36:12.053792"], ["updated_at", "2016-10-06 15:36:12.053792"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis ducimus qui porro debitis molestiae error praesentium.\",\"text\":\"The TCP bus is down, hack the cross-platform sensor so we can transmit the FTP application!\"}"], ["created_at", "2016-10-06 15:36:12.054773"], ["updated_at", "2016-10-06 15:36:12.054773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est non consequatur nemo voluptates optio.\",\"text\":\"Programming the capacitor won't do anything, we need to compress the mobile xml microchip!\"}"], ["created_at", "2016-10-06 15:36:12.055682"], ["updated_at", "2016-10-06 15:36:12.055682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est laudantium vitae.\",\"text\":\"If we bypass the matrix, we can get to the JSON sensor through the digital SQL pixel!\"}"], ["created_at", "2016-10-06 15:36:12.056538"], ["updated_at", "2016-10-06 15:36:12.056538"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod odio sequi perferendis iure non deleniti sit.\",\"text\":\"I'll back up the primary THX microchip, that should bus the PCI matrix!\"}"], ["created_at", "2016-10-06 15:36:12.057393"], ["updated_at", "2016-10-06 15:36:12.057393"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident placeat fuga et sint et.\",\"text\":\"Try to navigate the THX interface, maybe it will hack the cross-platform firewall!\"}"], ["created_at", "2016-10-06 15:36:12.058295"], ["updated_at", "2016-10-06 15:36:12.058295"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et consequatur eius est dolorem et.\",\"text\":\"The GB feed is down, parse the optical firewall so we can copy the GB monitor!\"}"], ["created_at", "2016-10-06 15:36:12.059226"], ["updated_at", "2016-10-06 15:36:12.059226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet assumenda at.\",\"text\":\"Bypassing the firewall won't do anything, we need to override the multi-byte ai card!\"}"], ["created_at", "2016-10-06 15:36:12.060078"], ["updated_at", "2016-10-06 15:36:12.060078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus aut in deserunt sequi non consequatur earum.\",\"text\":\"Parsing the alarm won't do anything, we need to bypass the virtual rss program!\"}"], ["created_at", "2016-10-06 15:36:12.060930"], ["updated_at", "2016-10-06 15:36:12.060930"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis et quia ex qui accusantium.\",\"text\":\"We need to bypass the solid state JSON transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.061772"], ["updated_at", "2016-10-06 15:36:12.061772"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem facilis est inventore atque corporis aut explicabo.\",\"text\":\"Try to copy the HTTP microchip, maybe it will copy the back-end capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.062715"], ["updated_at", "2016-10-06 15:36:12.062715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est omnis repellendus et magnam.\",\"text\":\"Use the auxiliary PNG sensor, then you can back up the mobile capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.063632"], ["updated_at", "2016-10-06 15:36:12.063632"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque totam qui eum.\",\"text\":\"If we hack the alarm, we can get to the SDD alarm through the virtual JBOD card!\"}"], ["created_at", "2016-10-06 15:36:12.064488"], ["updated_at", "2016-10-06 15:36:12.064488"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error aut aut incidunt odit nemo facilis.\",\"text\":\"You can't parse the interface without bypassing the wireless PCI capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.079512"], ["updated_at", "2016-10-06 15:36:12.079512"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui expedita qui quidem vel dolores.\",\"text\":\"The IB capacitor is down, transmit the open-source system so we can parse the SCSI protocol!\"}"], ["created_at", "2016-10-06 15:36:12.080711"], ["updated_at", "2016-10-06 15:36:12.080711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet natus ad dolorem ipsa non.\",\"text\":\"If we back up the pixel, we can get to the SCSI transmitter through the 1080p AI microchip!\"}"], ["created_at", "2016-10-06 15:36:12.081661"], ["updated_at", "2016-10-06 15:36:12.081661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium aut aut.\",\"text\":\"Use the neural JSON microchip, then you can bypass the auxiliary program!\"}"], ["created_at", "2016-10-06 15:36:12.082534"], ["updated_at", "2016-10-06 15:36:12.082534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo tempora unde ab distinctio illum consectetur.\",\"text\":\"If we synthesize the panel, we can get to the SCSI circuit through the auxiliary JSON transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.083378"], ["updated_at", "2016-10-06 15:36:12.083378"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem tempore necessitatibus aperiam rerum.\",\"text\":\"The XSS circuit is down, compress the auxiliary card so we can program the THX driver!\"}"], ["created_at", "2016-10-06 15:36:12.084248"], ["updated_at", "2016-10-06 15:36:12.084248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi distinctio cupiditate voluptate.\",\"text\":\"If we back up the sensor, we can get to the HDD alarm through the redundant HDD capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.085162"], ["updated_at", "2016-10-06 15:36:12.085162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic eos qui.\",\"text\":\"I'll navigate the optical AI program, that should application the PNG capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.086041"], ["updated_at", "2016-10-06 15:36:12.086041"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum minus esse sequi quas omnis rem.\",\"text\":\"If we hack the bandwidth, we can get to the EXE pixel through the open-source PCI firewall!\"}"], ["created_at", "2016-10-06 15:36:12.086909"], ["updated_at", "2016-10-06 15:36:12.086909"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut dolores voluptatem dignissimos nisi est.\",\"text\":\"Try to compress the ADP feed, maybe it will generate the solid state transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.087915"], ["updated_at", "2016-10-06 15:36:12.087915"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus et autem temporibus magni possimus ut qui.\",\"text\":\"The USB transmitter is down, index the open-source application so we can input the PNG port!\"}"], ["created_at", "2016-10-06 15:36:12.088916"], ["updated_at", "2016-10-06 15:36:12.088916"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia enim eaque blanditiis.\",\"text\":\"Use the neural SMTP alarm, then you can bypass the auxiliary pixel!\"}"], ["created_at", "2016-10-06 15:36:12.089794"], ["updated_at", "2016-10-06 15:36:12.089794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima placeat aut eum ut dolorem nulla.\",\"text\":\"Use the optical PCI interface, then you can parse the redundant pixel!\"}"], ["created_at", "2016-10-06 15:36:12.090691"], ["updated_at", "2016-10-06 15:36:12.090691"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur ipsam nesciunt dolores eos dolor quas et.\",\"text\":\"The SQL panel is down, calculate the redundant port so we can parse the TCP system!\"}"], ["created_at", "2016-10-06 15:36:12.091577"], ["updated_at", "2016-10-06 15:36:12.091577"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam debitis sequi eaque distinctio quisquam vel maxime.\",\"text\":\"If we calculate the circuit, we can get to the XML port through the bluetooth XML hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.092488"], ["updated_at", "2016-10-06 15:36:12.092488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste blanditiis saepe illo.\",\"text\":\"We need to input the redundant XSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.093361"], ["updated_at", "2016-10-06 15:36:12.093361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto dolor sit molestiae voluptatem blanditiis.\",\"text\":\"Generating the card won't do anything, we need to hack the solid state css matrix!\"}"], ["created_at", "2016-10-06 15:36:12.094232"], ["updated_at", "2016-10-06 15:36:12.094232"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed tempora itaque optio.\",\"text\":\"If we input the sensor, we can get to the XSS feed through the virtual HDD hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.095065"], ["updated_at", "2016-10-06 15:36:12.095065"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem sint sunt quaerat.\",\"text\":\"You can't hack the pixel without synthesizing the optical AI system!\"}"], ["created_at", "2016-10-06 15:36:12.095985"], ["updated_at", "2016-10-06 15:36:12.095985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime quasi saepe laborum unde mollitia blanditiis.\",\"text\":\"We need to parse the redundant USB card!\"}"], ["created_at", "2016-10-06 15:36:12.096856"], ["updated_at", "2016-10-06 15:36:12.096856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus enim rerum.\",\"text\":\"You can't navigate the microchip without compressing the online SMTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.097717"], ["updated_at", "2016-10-06 15:36:12.097717"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur iusto accusamus.\",\"text\":\"Compressing the program won't do anything, we need to calculate the online xml sensor!\"}"], ["created_at", "2016-10-06 15:36:12.098564"], ["updated_at", "2016-10-06 15:36:12.098564"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sunt deserunt in.\",\"text\":\"If we synthesize the system, we can get to the SCSI monitor through the neural PCI program!\"}"], ["created_at", "2016-10-06 15:36:12.099427"], ["updated_at", "2016-10-06 15:36:12.099427"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam iste fugiat.\",\"text\":\"Bypassing the pixel won't do anything, we need to bypass the primary thx application!\"}"], ["created_at", "2016-10-06 15:36:12.100329"], ["updated_at", "2016-10-06 15:36:12.100329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex provident deleniti.\",\"text\":\"Use the solid state COM panel, then you can connect the mobile array!\"}"], ["created_at", "2016-10-06 15:36:12.101198"], ["updated_at", "2016-10-06 15:36:12.101198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quae minus dolorem voluptates.\",\"text\":\"We need to input the wireless THX driver!\"}"], ["created_at", "2016-10-06 15:36:12.102060"], ["updated_at", "2016-10-06 15:36:12.102060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum sit consequatur placeat et dolorum in sunt.\",\"text\":\"The JSON interface is down, calculate the multi-byte hard drive so we can navigate the CSS interface!\"}"], ["created_at", "2016-10-06 15:36:12.102908"], ["updated_at", "2016-10-06 15:36:12.102908"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos quam voluptatum quae.\",\"text\":\"The RAM sensor is down, program the virtual monitor so we can navigate the SAS panel!\"}"], ["created_at", "2016-10-06 15:36:12.103781"], ["updated_at", "2016-10-06 15:36:12.103781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut autem quaerat.\",\"text\":\"You can't generate the driver without synthesizing the haptic XML interface!\"}"], ["created_at", "2016-10-06 15:36:12.104710"], ["updated_at", "2016-10-06 15:36:12.104710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus quod rerum maxime fugiat.\",\"text\":\"You can't generate the interface without hacking the open-source COM driver!\"}"], ["created_at", "2016-10-06 15:36:12.105578"], ["updated_at", "2016-10-06 15:36:12.105578"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil doloremque consequatur autem repellat culpa soluta.\",\"text\":\"The JBOD alarm is down, copy the back-end program so we can compress the SMTP program!\"}"], ["created_at", "2016-10-06 15:36:12.106421"], ["updated_at", "2016-10-06 15:36:12.106421"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium fuga recusandae voluptas.\",\"text\":\"Synthesizing the sensor won't do anything, we need to override the virtual sms port!\"}"], ["created_at", "2016-10-06 15:36:12.107304"], ["updated_at", "2016-10-06 15:36:12.107304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est omnis magni ab.\",\"text\":\"We need to index the virtual SDD protocol!\"}"], ["created_at", "2016-10-06 15:36:12.108223"], ["updated_at", "2016-10-06 15:36:12.108223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti non vel molestias quam exercitationem.\",\"text\":\"I'll quantify the bluetooth XSS program, that should feed the SSL interface!\"}"], ["created_at", "2016-10-06 15:36:12.109082"], ["updated_at", "2016-10-06 15:36:12.109082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt sed consequatur vero et.\",\"text\":\"Navigating the circuit won't do anything, we need to override the digital http circuit!\"}"], ["created_at", "2016-10-06 15:36:12.109948"], ["updated_at", "2016-10-06 15:36:12.109948"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi deleniti est autem.\",\"text\":\"The IB system is down, compress the redundant port so we can quantify the GB system!\"}"], ["created_at", "2016-10-06 15:36:12.110792"], ["updated_at", "2016-10-06 15:36:12.110792"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos consequatur et ipsa voluptatibus.\",\"text\":\"You can't generate the matrix without programming the virtual RAM hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.111647"], ["updated_at", "2016-10-06 15:36:12.111647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim praesentium sit sunt.\",\"text\":\"We need to back up the online SSL feed!\"}"], ["created_at", "2016-10-06 15:36:12.112572"], ["updated_at", "2016-10-06 15:36:12.112572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit aut distinctio quia autem.\",\"text\":\"The ADP alarm is down, synthesize the primary monitor so we can quantify the IB card!\"}"], ["created_at", "2016-10-06 15:36:12.113447"], ["updated_at", "2016-10-06 15:36:12.113447"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit impedit ducimus soluta adipisci rerum.\",\"text\":\"I'll reboot the mobile IB firewall, that should protocol the AGP program!\"}"], ["created_at", "2016-10-06 15:36:12.114294"], ["updated_at", "2016-10-06 15:36:12.114294"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est velit possimus quis nihil in.\",\"text\":\"Use the bluetooth SQL application, then you can parse the mobile firewall!\"}"], ["created_at", "2016-10-06 15:36:12.115160"], ["updated_at", "2016-10-06 15:36:12.115160"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil deserunt eveniet aut ex autem beatae reiciendis.\",\"text\":\"Use the mobile RAM interface, then you can input the mobile alarm!\"}"], ["created_at", "2016-10-06 15:36:12.116010"], ["updated_at", "2016-10-06 15:36:12.116010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est iusto explicabo fugit laudantium.\",\"text\":\"If we navigate the bandwidth, we can get to the ADP bus through the primary HDD interface!\"}"], ["created_at", "2016-10-06 15:36:12.116916"], ["updated_at", "2016-10-06 15:36:12.116916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur dicta rerum iure assumenda expedita quia ut.\",\"text\":\"The ADP sensor is down, generate the open-source driver so we can hack the EXE transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.117785"], ["updated_at", "2016-10-06 15:36:12.117785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati non aut aut velit ut molestias.\",\"text\":\"You can't calculate the transmitter without programming the haptic SCSI bus!\"}"], ["created_at", "2016-10-06 15:36:12.118631"], ["updated_at", "2016-10-06 15:36:12.118631"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis aliquid dolor eum molestiae quia voluptas placeat.\",\"text\":\"Use the multi-byte ADP feed, then you can index the primary driver!\"}"], ["created_at", "2016-10-06 15:36:12.119499"], ["updated_at", "2016-10-06 15:36:12.119499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam exercitationem quam nisi.\",\"text\":\"We need to transmit the neural SMTP microchip!\"}"], ["created_at", "2016-10-06 15:36:12.120411"], ["updated_at", "2016-10-06 15:36:12.120411"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At non doloremque.\",\"text\":\"Use the primary XSS bus, then you can transmit the open-source circuit!\"}"], ["created_at", "2016-10-06 15:36:12.121293"], ["updated_at", "2016-10-06 15:36:12.121293"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore aut maxime alias repellat eum et sint.\",\"text\":\"Try to program the RAM matrix, maybe it will navigate the neural circuit!\"}"], ["created_at", "2016-10-06 15:36:12.122118"], ["updated_at", "2016-10-06 15:36:12.122118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quaerat quia occaecati omnis.\",\"text\":\"We need to generate the 1080p CSS bus!\"}"], ["created_at", "2016-10-06 15:36:12.122974"], ["updated_at", "2016-10-06 15:36:12.122974"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus quod officiis consectetur.\",\"text\":\"I'll parse the mobile SQL matrix, that should sensor the COM firewall!\"}"], ["created_at", "2016-10-06 15:36:12.123880"], ["updated_at", "2016-10-06 15:36:12.123880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere numquam est exercitationem sed vero natus omnis.\",\"text\":\"Use the open-source GB pixel, then you can generate the bluetooth bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.124798"], ["updated_at", "2016-10-06 15:36:12.124798"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit est suscipit eius.\",\"text\":\"We need to back up the digital TCP alarm!\"}"], ["created_at", "2016-10-06 15:36:12.125636"], ["updated_at", "2016-10-06 15:36:12.125636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic placeat autem iure odio expedita.\",\"text\":\"If we navigate the protocol, we can get to the COM firewall through the 1080p THX pixel!\"}"], ["created_at", "2016-10-06 15:36:12.126513"], ["updated_at", "2016-10-06 15:36:12.126513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis odio tenetur.\",\"text\":\"We need to copy the primary XSS array!\"}"], ["created_at", "2016-10-06 15:36:12.127376"], ["updated_at", "2016-10-06 15:36:12.127376"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias a dolorem rerum eum.\",\"text\":\"Use the redundant ADP panel, then you can navigate the haptic firewall!\"}"], ["created_at", "2016-10-06 15:36:12.128231"], ["updated_at", "2016-10-06 15:36:12.128231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et exercitationem ipsa ut.\",\"text\":\"The EXE bandwidth is down, synthesize the neural card so we can calculate the FTP alarm!\"}"], ["created_at", "2016-10-06 15:36:12.129120"], ["updated_at", "2016-10-06 15:36:12.129120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nihil voluptatibus consequuntur id vitae mollitia.\",\"text\":\"I'll program the auxiliary AGP matrix, that should circuit the USB alarm!\"}"], ["created_at", "2016-10-06 15:36:12.130040"], ["updated_at", "2016-10-06 15:36:12.130040"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus aliquid a architecto molestiae.\",\"text\":\"We need to connect the cross-platform CSS circuit!\"}"], ["created_at", "2016-10-06 15:36:12.130978"], ["updated_at", "2016-10-06 15:36:12.130978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus tempore enim.\",\"text\":\"I'll back up the wireless SQL capacitor, that should program the SQL transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.131962"], ["updated_at", "2016-10-06 15:36:12.131962"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui odio ducimus et accusantium.\",\"text\":\"Use the redundant SMTP transmitter, then you can quantify the solid state capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.132912"], ["updated_at", "2016-10-06 15:36:12.132912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore enim dolorum voluptatem optio.\",\"text\":\"I'll override the digital RAM capacitor, that should circuit the RAM panel!\"}"], ["created_at", "2016-10-06 15:36:12.133834"], ["updated_at", "2016-10-06 15:36:12.133834"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis possimus nobis.\",\"text\":\"Use the optical SDD program, then you can override the solid state transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.134777"], ["updated_at", "2016-10-06 15:36:12.134777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium quod odit quis aut blanditiis.\",\"text\":\"You can't compress the microchip without parsing the online SMS microchip!\"}"], ["created_at", "2016-10-06 15:36:12.135706"], ["updated_at", "2016-10-06 15:36:12.135706"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas nesciunt ullam.\",\"text\":\"You can't index the firewall without bypassing the multi-byte JBOD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.136699"], ["updated_at", "2016-10-06 15:36:12.136699"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum eius sunt modi voluptatem beatae aut.\",\"text\":\"Transmitting the microchip won't do anything, we need to parse the redundant sas monitor!\"}"], ["created_at", "2016-10-06 15:36:12.137658"], ["updated_at", "2016-10-06 15:36:12.137658"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis aut voluptas voluptatum expedita qui nulla.\",\"text\":\"I'll quantify the back-end TCP system, that should interface the GB firewall!\"}"], ["created_at", "2016-10-06 15:36:12.138650"], ["updated_at", "2016-10-06 15:36:12.138650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas commodi et autem.\",\"text\":\"Try to navigate the IB array, maybe it will index the multi-byte firewall!\"}"], ["created_at", "2016-10-06 15:36:12.139603"], ["updated_at", "2016-10-06 15:36:12.139603"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos ut deserunt.\",\"text\":\"Connecting the monitor won't do anything, we need to quantify the wireless adp matrix!\"}"], ["created_at", "2016-10-06 15:36:12.140484"], ["updated_at", "2016-10-06 15:36:12.140484"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde eveniet distinctio ipsa.\",\"text\":\"The USB sensor is down, compress the primary monitor so we can generate the EXE transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.141322"], ["updated_at", "2016-10-06 15:36:12.141322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ipsa rerum.\",\"text\":\"I'll compress the digital SDD feed, that should firewall the IB pixel!\"}"], ["created_at", "2016-10-06 15:36:12.142260"], ["updated_at", "2016-10-06 15:36:12.142260"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius culpa non quasi blanditiis vitae.\",\"text\":\"The HTTP hard drive is down, navigate the primary driver so we can override the TCP transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.143157"], ["updated_at", "2016-10-06 15:36:12.143157"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit et commodi et deleniti libero.\",\"text\":\"You can't compress the bus without hacking the cross-platform GB program!\"}"], ["created_at", "2016-10-06 15:36:12.144026"], ["updated_at", "2016-10-06 15:36:12.144026"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa dolores tempore dolores voluptatem rerum nostrum quam.\",\"text\":\"You can't program the bandwidth without navigating the cross-platform TCP array!\"}"], ["created_at", "2016-10-06 15:36:12.144868"], ["updated_at", "2016-10-06 15:36:12.144868"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur error totam consequatur.\",\"text\":\"The JSON sensor is down, back up the 1080p panel so we can parse the SDD driver!\"}"], ["created_at", "2016-10-06 15:36:12.145786"], ["updated_at", "2016-10-06 15:36:12.145786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla omnis voluptas.\",\"text\":\"Try to navigate the AGP hard drive, maybe it will override the neural port!\"}"], ["created_at", "2016-10-06 15:36:12.146714"], ["updated_at", "2016-10-06 15:36:12.146714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi repudiandae maxime.\",\"text\":\"Use the cross-platform CSS panel, then you can compress the cross-platform hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.147572"], ["updated_at", "2016-10-06 15:36:12.147572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum corporis magnam molestiae.\",\"text\":\"We need to bypass the back-end XML protocol!\"}"], ["created_at", "2016-10-06 15:36:12.148439"], ["updated_at", "2016-10-06 15:36:12.148439"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur blanditiis ipsa sed.\",\"text\":\"You can't hack the application without connecting the redundant SSL circuit!\"}"], ["created_at", "2016-10-06 15:36:12.149285"], ["updated_at", "2016-10-06 15:36:12.149285"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut est consequatur aperiam eos quia dolorem et.\",\"text\":\"Navigating the bandwidth won't do anything, we need to override the multi-byte ssl circuit!\"}"], ["created_at", "2016-10-06 15:36:12.150229"], ["updated_at", "2016-10-06 15:36:12.150229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores fugit aut.\",\"text\":\"Use the neural ADP pixel, then you can generate the optical sensor!\"}"], ["created_at", "2016-10-06 15:36:12.151106"], ["updated_at", "2016-10-06 15:36:12.151106"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae natus voluptatum dolorum libero dolore.\",\"text\":\"Use the open-source IB monitor, then you can quantify the digital transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.151969"], ["updated_at", "2016-10-06 15:36:12.151969"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni dolor architecto ex harum ratione rerum molestiae.\",\"text\":\"Try to compress the RSS transmitter, maybe it will quantify the solid state array!\"}"], ["created_at", "2016-10-06 15:36:12.152800"], ["updated_at", "2016-10-06 15:36:12.152800"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas qui ipsa.\",\"text\":\"Indexing the microchip won't do anything, we need to generate the virtual jbod bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.153719"], ["updated_at", "2016-10-06 15:36:12.153719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur non aliquid quas nihil magni earum aut.\",\"text\":\"I'll generate the neural ADP hard drive, that should application the CSS interface!\"}"], ["created_at", "2016-10-06 15:36:12.154667"], ["updated_at", "2016-10-06 15:36:12.154667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos praesentium adipisci rerum id totam suscipit odit.\",\"text\":\"You can't input the interface without generating the redundant SQL interface!\"}"], ["created_at", "2016-10-06 15:36:12.155535"], ["updated_at", "2016-10-06 15:36:12.155535"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis excepturi quas omnis eaque et corrupti.\",\"text\":\"Use the open-source AI card, then you can generate the virtual array!\"}"], ["created_at", "2016-10-06 15:36:12.156451"], ["updated_at", "2016-10-06 15:36:12.156451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non numquam nihil ab accusantium vel.\",\"text\":\"Use the back-end USB program, then you can bypass the bluetooth card!\"}"], ["created_at", "2016-10-06 15:36:12.157337"], ["updated_at", "2016-10-06 15:36:12.157337"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat a consequuntur.\",\"text\":\"Use the redundant FTP monitor, then you can bypass the neural interface!\"}"], ["created_at", "2016-10-06 15:36:12.158255"], ["updated_at", "2016-10-06 15:36:12.158255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus distinctio minus quae aut aut.\",\"text\":\"You can't calculate the program without calculating the mobile SSL capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.159125"], ["updated_at", "2016-10-06 15:36:12.159125"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi distinctio adipisci illo.\",\"text\":\"We need to program the digital SQL microchip!\"}"], ["created_at", "2016-10-06 15:36:12.160026"], ["updated_at", "2016-10-06 15:36:12.160026"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde et quis eius aliquam quaerat.\",\"text\":\"We need to calculate the online TCP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.160859"], ["updated_at", "2016-10-06 15:36:12.160859"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo aut eum.\",\"text\":\"If we quantify the protocol, we can get to the JBOD protocol through the online FTP protocol!\"}"], ["created_at", "2016-10-06 15:36:12.161764"], ["updated_at", "2016-10-06 15:36:12.161764"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita dolorum et mollitia blanditiis suscipit fugiat.\",\"text\":\"Try to calculate the SCSI circuit, maybe it will compress the haptic pixel!\"}"], ["created_at", "2016-10-06 15:36:12.162699"], ["updated_at", "2016-10-06 15:36:12.162699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et facilis mollitia eos.\",\"text\":\"The CSS transmitter is down, program the cross-platform port so we can index the JSON program!\"}"], ["created_at", "2016-10-06 15:36:12.163576"], ["updated_at", "2016-10-06 15:36:12.163576"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis doloribus voluptatem rem quaerat.\",\"text\":\"Use the virtual PNG pixel, then you can parse the haptic application!\"}"], ["created_at", "2016-10-06 15:36:12.164446"], ["updated_at", "2016-10-06 15:36:12.164446"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex esse et in quia rerum.\",\"text\":\"We need to override the auxiliary THX bus!\"}"], ["created_at", "2016-10-06 15:36:12.165282"], ["updated_at", "2016-10-06 15:36:12.165282"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia recusandae facilis omnis eligendi.\",\"text\":\"Use the haptic RAM monitor, then you can synthesize the solid state array!\"}"], ["created_at", "2016-10-06 15:36:12.166230"], ["updated_at", "2016-10-06 15:36:12.166230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolor earum incidunt ut quia quis sit.\",\"text\":\"The IB matrix is down, hack the primary circuit so we can reboot the AI firewall!\"}"], ["created_at", "2016-10-06 15:36:12.167122"], ["updated_at", "2016-10-06 15:36:12.167122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus ut magni voluptatem dolores unde deleniti.\",\"text\":\"Use the 1080p CSS transmitter, then you can quantify the cross-platform transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.167992"], ["updated_at", "2016-10-06 15:36:12.167992"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint et natus ut dicta et.\",\"text\":\"If we back up the bus, we can get to the SMTP protocol through the 1080p TCP monitor!\"}"], ["created_at", "2016-10-06 15:36:12.168852"], ["updated_at", "2016-10-06 15:36:12.168852"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias rem dolor distinctio.\",\"text\":\"Overriding the interface won't do anything, we need to generate the open-source rss microchip!\"}"], ["created_at", "2016-10-06 15:36:12.169683"], ["updated_at", "2016-10-06 15:36:12.169683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur perspiciatis magni qui sint.\",\"text\":\"Use the primary AI system, then you can override the wireless port!\"}"], ["created_at", "2016-10-06 15:36:12.170612"], ["updated_at", "2016-10-06 15:36:12.170612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore provident magni perferendis expedita cumque qui similique.\",\"text\":\"We need to quantify the virtual XSS sensor!\"}"], ["created_at", "2016-10-06 15:36:12.171484"], ["updated_at", "2016-10-06 15:36:12.171484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A aut odio rem ullam.\",\"text\":\"The SSL sensor is down, program the primary circuit so we can bypass the AGP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.172366"], ["updated_at", "2016-10-06 15:36:12.172366"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est tempore aliquid consequatur.\",\"text\":\"If we synthesize the program, we can get to the XML interface through the digital CSS feed!\"}"], ["created_at", "2016-10-06 15:36:12.173209"], ["updated_at", "2016-10-06 15:36:12.173209"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut omnis ea aut repellat.\",\"text\":\"The XSS protocol is down, reboot the haptic hard drive so we can index the SQL hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.174117"], ["updated_at", "2016-10-06 15:36:12.174117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid voluptatum doloremque.\",\"text\":\"Use the digital JBOD system, then you can reboot the open-source circuit!\"}"], ["created_at", "2016-10-06 15:36:12.174990"], ["updated_at", "2016-10-06 15:36:12.174990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ut quidem sed sapiente maxime praesentium.\",\"text\":\"If we transmit the port, we can get to the AI card through the back-end XML protocol!\"}"], ["created_at", "2016-10-06 15:36:12.175861"], ["updated_at", "2016-10-06 15:36:12.175861"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et expedita ut quibusdam aut.\",\"text\":\"I'll compress the multi-byte PCI bandwidth, that should feed the HDD driver!\"}"], ["created_at", "2016-10-06 15:36:12.176756"], ["updated_at", "2016-10-06 15:36:12.176756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae nesciunt id ducimus impedit.\",\"text\":\"The JSON application is down, hack the cross-platform panel so we can parse the SMS panel!\"}"], ["created_at", "2016-10-06 15:36:12.177641"], ["updated_at", "2016-10-06 15:36:12.177641"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum magnam temporibus.\",\"text\":\"Synthesizing the array won't do anything, we need to bypass the neural rss interface!\"}"], ["created_at", "2016-10-06 15:36:12.178515"], ["updated_at", "2016-10-06 15:36:12.178515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque qui consequuntur optio temporibus inventore qui.\",\"text\":\"The AGP driver is down, bypass the 1080p transmitter so we can reboot the SMS capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.179394"], ["updated_at", "2016-10-06 15:36:12.179394"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia omnis dignissimos numquam beatae cum velit.\",\"text\":\"The RSS bandwidth is down, generate the virtual pixel so we can parse the PNG array!\"}"], ["created_at", "2016-10-06 15:36:12.180271"], ["updated_at", "2016-10-06 15:36:12.180271"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam harum molestiae quis voluptas reiciendis.\",\"text\":\"Use the mobile SMS circuit, then you can override the redundant hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.181169"], ["updated_at", "2016-10-06 15:36:12.181169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo eum tempora earum.\",\"text\":\"Try to copy the TCP circuit, maybe it will index the virtual array!\"}"], ["created_at", "2016-10-06 15:36:12.182043"], ["updated_at", "2016-10-06 15:36:12.182043"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla molestiae nostrum eveniet voluptatem odit non.\",\"text\":\"You can't calculate the capacitor without overriding the primary XSS protocol!\"}"], ["created_at", "2016-10-06 15:36:12.182935"], ["updated_at", "2016-10-06 15:36:12.182935"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto quod minima qui.\",\"text\":\"Synthesizing the microchip won't do anything, we need to override the virtual json microchip!\"}"], ["created_at", "2016-10-06 15:36:12.183881"], ["updated_at", "2016-10-06 15:36:12.183881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente quo velit et voluptas pariatur possimus.\",\"text\":\"I'll hack the bluetooth SQL system, that should application the SSL microchip!\"}"], ["created_at", "2016-10-06 15:36:12.184822"], ["updated_at", "2016-10-06 15:36:12.184822"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio hic nobis maxime est dicta distinctio laudantium.\",\"text\":\"You can't index the microchip without programming the 1080p FTP panel!\"}"], ["created_at", "2016-10-06 15:36:12.185740"], ["updated_at", "2016-10-06 15:36:12.185740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas tempore modi.\",\"text\":\"Use the redundant RSS bus, then you can program the virtual protocol!\"}"], ["created_at", "2016-10-06 15:36:12.186650"], ["updated_at", "2016-10-06 15:36:12.186650"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod est sint saepe laborum dolorem id qui.\",\"text\":\"The SCSI circuit is down, input the haptic firewall so we can hack the ADP application!\"}"], ["created_at", "2016-10-06 15:36:12.187523"], ["updated_at", "2016-10-06 15:36:12.187523"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non sit quibusdam voluptatum autem pariatur veritatis.\",\"text\":\"The HDD circuit is down, compress the bluetooth hard drive so we can compress the PCI circuit!\"}"], ["created_at", "2016-10-06 15:36:12.188458"], ["updated_at", "2016-10-06 15:36:12.188458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit dolores autem.\",\"text\":\"I'll generate the wireless HDD matrix, that should interface the SMTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.189305"], ["updated_at", "2016-10-06 15:36:12.189305"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam et explicabo.\",\"text\":\"Bypassing the pixel won't do anything, we need to connect the auxiliary sql firewall!\"}"], ["created_at", "2016-10-06 15:36:12.190181"], ["updated_at", "2016-10-06 15:36:12.190181"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et odio qui esse adipisci dolorum id.\",\"text\":\"If we input the microchip, we can get to the PCI feed through the virtual XSS matrix!\"}"], ["created_at", "2016-10-06 15:36:12.191053"], ["updated_at", "2016-10-06 15:36:12.191053"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum cumque pariatur non.\",\"text\":\"If we parse the microchip, we can get to the USB alarm through the haptic THX hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.192165"], ["updated_at", "2016-10-06 15:36:12.192165"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto minus assumenda voluptatem delectus cumque qui.\",\"text\":\"Try to compress the COM card, maybe it will hack the multi-byte interface!\"}"], ["created_at", "2016-10-06 15:36:12.193183"], ["updated_at", "2016-10-06 15:36:12.193183"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit est quod.\",\"text\":\"I'll input the cross-platform SQL interface, that should panel the GB card!\"}"], ["created_at", "2016-10-06 15:36:12.194067"], ["updated_at", "2016-10-06 15:36:12.194067"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis eos et dolorem error placeat voluptatem maxime.\",\"text\":\"I'll transmit the optical CSS pixel, that should microchip the XML transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.195008"], ["updated_at", "2016-10-06 15:36:12.195008"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus voluptatibus magnam et fuga officiis soluta delectus.\",\"text\":\"I'll navigate the auxiliary USB program, that should alarm the GB transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.196152"], ["updated_at", "2016-10-06 15:36:12.196152"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic iste doloribus adipisci enim.\",\"text\":\"You can't reboot the panel without quantifying the virtual TCP feed!\"}"], ["created_at", "2016-10-06 15:36:12.197525"], ["updated_at", "2016-10-06 15:36:12.197525"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus quia dolorum velit asperiores cupiditate.\",\"text\":\"Use the optical SAS microchip, then you can synthesize the solid state matrix!\"}"], ["created_at", "2016-10-06 15:36:12.198969"], ["updated_at", "2016-10-06 15:36:12.198969"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga placeat consequatur earum.\",\"text\":\"I'll input the optical SQL alarm, that should sensor the JSON card!\"}"], ["created_at", "2016-10-06 15:36:12.200183"], ["updated_at", "2016-10-06 15:36:12.200183"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati ex excepturi.\",\"text\":\"If we transmit the pixel, we can get to the JSON application through the online THX transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.201504"], ["updated_at", "2016-10-06 15:36:12.201504"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit voluptatum amet sint quas laudantium.\",\"text\":\"The GB bandwidth is down, input the multi-byte bus so we can compress the AI system!\"}"], ["created_at", "2016-10-06 15:36:12.204126"], ["updated_at", "2016-10-06 15:36:12.204126"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et fugit quaerat ea.\",\"text\":\"Use the primary SAS system, then you can navigate the optical matrix!\"}"], ["created_at", "2016-10-06 15:36:12.205308"], ["updated_at", "2016-10-06 15:36:12.205308"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur et aut occaecati.\",\"text\":\"We need to program the auxiliary SQL interface!\"}"], ["created_at", "2016-10-06 15:36:12.206345"], ["updated_at", "2016-10-06 15:36:12.206345"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa dolores accusamus laborum.\",\"text\":\"Use the haptic XML hard drive, then you can connect the back-end monitor!\"}"], ["created_at", "2016-10-06 15:36:12.207354"], ["updated_at", "2016-10-06 15:36:12.207354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut qui inventore voluptatum.\",\"text\":\"Try to navigate the SSL monitor, maybe it will calculate the bluetooth system!\"}"], ["created_at", "2016-10-06 15:36:12.208372"], ["updated_at", "2016-10-06 15:36:12.208372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur necessitatibus suscipit ut.\",\"text\":\"Use the auxiliary HDD circuit, then you can back up the auxiliary transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.209347"], ["updated_at", "2016-10-06 15:36:12.209347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam voluptatem quis.\",\"text\":\"Try to synthesize the COM transmitter, maybe it will transmit the cross-platform protocol!\"}"], ["created_at", "2016-10-06 15:36:12.210310"], ["updated_at", "2016-10-06 15:36:12.210310"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem consectetur quae.\",\"text\":\"We need to parse the mobile IB feed!\"}"], ["created_at", "2016-10-06 15:36:12.211314"], ["updated_at", "2016-10-06 15:36:12.211314"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In odio est.\",\"text\":\"Overriding the microchip won't do anything, we need to input the primary thx application!\"}"], ["created_at", "2016-10-06 15:36:12.212470"], ["updated_at", "2016-10-06 15:36:12.212470"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit cum aut voluptatem vel pariatur eius.\",\"text\":\"We need to generate the online SQL array!\"}"], ["created_at", "2016-10-06 15:36:12.214677"], ["updated_at", "2016-10-06 15:36:12.214677"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum enim est dolor delectus sequi.\",\"text\":\"Quantifying the system won't do anything, we need to bypass the bluetooth exe transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.217096"], ["updated_at", "2016-10-06 15:36:12.217096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum vitae voluptas.\",\"text\":\"Synthesizing the monitor won't do anything, we need to transmit the primary com alarm!\"}"], ["created_at", "2016-10-06 15:36:12.218164"], ["updated_at", "2016-10-06 15:36:12.218164"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit numquam explicabo quo.\",\"text\":\"You can't connect the circuit without navigating the back-end AI port!\"}"], ["created_at", "2016-10-06 15:36:12.219077"], ["updated_at", "2016-10-06 15:36:12.219077"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit nihil nostrum autem natus.\",\"text\":\"The THX pixel is down, synthesize the neural circuit so we can quantify the JBOD pixel!\"}"], ["created_at", "2016-10-06 15:36:12.219960"], ["updated_at", "2016-10-06 15:36:12.219960"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem aperiam sunt deleniti modi possimus delectus sapiente.\",\"text\":\"Try to calculate the AGP circuit, maybe it will hack the open-source program!\"}"], ["created_at", "2016-10-06 15:36:12.220917"], ["updated_at", "2016-10-06 15:36:12.220917"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sed quo.\",\"text\":\"You can't copy the bandwidth without compressing the wireless AI capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.221777"], ["updated_at", "2016-10-06 15:36:12.221777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque magni voluptatum dolore debitis voluptas voluptas.\",\"text\":\"Generating the interface won't do anything, we need to index the redundant jbod driver!\"}"], ["created_at", "2016-10-06 15:36:12.222689"], ["updated_at", "2016-10-06 15:36:12.222689"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut alias non aut ut libero molestias.\",\"text\":\"You can't copy the protocol without calculating the optical HDD interface!\"}"], ["created_at", "2016-10-06 15:36:12.223563"], ["updated_at", "2016-10-06 15:36:12.223563"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et vero quod ut rem culpa.\",\"text\":\"Use the redundant ADP microchip, then you can copy the 1080p bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.224474"], ["updated_at", "2016-10-06 15:36:12.224474"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta hic suscipit et placeat quia.\",\"text\":\"Backing up the array won't do anything, we need to override the online jbod capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.225336"], ["updated_at", "2016-10-06 15:36:12.225336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum aliquam error.\",\"text\":\"Synthesizing the sensor won't do anything, we need to hack the redundant jbod hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.226182"], ["updated_at", "2016-10-06 15:36:12.226182"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam vitae quia reiciendis facere veritatis suscipit.\",\"text\":\"I'll index the neural SDD protocol, that should program the JBOD card!\"}"], ["created_at", "2016-10-06 15:36:12.227073"], ["updated_at", "2016-10-06 15:36:12.227073"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et iste fugiat et.\",\"text\":\"Use the optical ADP circuit, then you can reboot the mobile interface!\"}"], ["created_at", "2016-10-06 15:36:12.228223"], ["updated_at", "2016-10-06 15:36:12.228223"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quam quia fugit.\",\"text\":\"If we back up the protocol, we can get to the HTTP card through the back-end SDD transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.229883"], ["updated_at", "2016-10-06 15:36:12.229883"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt aperiam recusandae cupiditate porro et ratione voluptate.\",\"text\":\"Use the virtual AGP application, then you can calculate the neural array!\"}"], ["created_at", "2016-10-06 15:36:12.231334"], ["updated_at", "2016-10-06 15:36:12.231334"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam sequi impedit mollitia eum.\",\"text\":\"You can't back up the capacitor without transmitting the open-source PNG matrix!\"}"], ["created_at", "2016-10-06 15:36:12.232466"], ["updated_at", "2016-10-06 15:36:12.232466"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur esse eum ut in.\",\"text\":\"If we generate the protocol, we can get to the HDD firewall through the open-source COM monitor!\"}"], ["created_at", "2016-10-06 15:36:12.233774"], ["updated_at", "2016-10-06 15:36:12.233774"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et velit veritatis modi et.\",\"text\":\"The USB bandwidth is down, calculate the multi-byte interface so we can reboot the SAS hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.236172"], ["updated_at", "2016-10-06 15:36:12.236172"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sapiente magni repudiandae vitae quo.\",\"text\":\"I'll generate the back-end RSS program, that should application the EXE transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.237505"], ["updated_at", "2016-10-06 15:36:12.237505"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci inventore vero veritatis necessitatibus molestias.\",\"text\":\"I'll synthesize the auxiliary TCP alarm, that should bandwidth the JSON capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.239567"], ["updated_at", "2016-10-06 15:36:12.239567"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro ducimus nihil atque voluptatem.\",\"text\":\"I'll index the auxiliary RSS sensor, that should transmitter the CSS bus!\"}"], ["created_at", "2016-10-06 15:36:12.242052"], ["updated_at", "2016-10-06 15:36:12.242052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel voluptas et reprehenderit id voluptatum qui similique.\",\"text\":\"The SMTP microchip is down, input the open-source application so we can override the FTP feed!\"}"], ["created_at", "2016-10-06 15:36:12.243174"], ["updated_at", "2016-10-06 15:36:12.243174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum blanditiis corrupti ut aliquam delectus.\",\"text\":\"If we index the microchip, we can get to the HDD firewall through the redundant AI capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.244153"], ["updated_at", "2016-10-06 15:36:12.244153"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio molestias cumque vitae autem enim magnam et.\",\"text\":\"The XML pixel is down, parse the mobile array so we can program the SCSI panel!\"}"], ["created_at", "2016-10-06 15:36:12.245131"], ["updated_at", "2016-10-06 15:36:12.245131"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed cum vel ut beatae magni quisquam.\",\"text\":\"You can't hack the panel without copying the solid state SSL bus!\"}"], ["created_at", "2016-10-06 15:36:12.246123"], ["updated_at", "2016-10-06 15:36:12.246123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex repellat perferendis qui.\",\"text\":\"Try to bypass the PCI circuit, maybe it will transmit the haptic sensor!\"}"], ["created_at", "2016-10-06 15:36:12.247042"], ["updated_at", "2016-10-06 15:36:12.247042"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestiae deserunt facere est.\",\"text\":\"If we calculate the capacitor, we can get to the FTP panel through the digital TCP feed!\"}"], ["created_at", "2016-10-06 15:36:12.247906"], ["updated_at", "2016-10-06 15:36:12.247906"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur nulla cupiditate quaerat.\",\"text\":\"We need to back up the auxiliary FTP bus!\"}"], ["created_at", "2016-10-06 15:36:12.248807"], ["updated_at", "2016-10-06 15:36:12.248807"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae saepe aut et cumque quia aut.\",\"text\":\"You can't connect the alarm without connecting the auxiliary AGP interface!\"}"], ["created_at", "2016-10-06 15:36:12.249666"], ["updated_at", "2016-10-06 15:36:12.249666"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas ullam ex autem.\",\"text\":\"Use the digital PCI circuit, then you can navigate the multi-byte bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.250552"], ["updated_at", "2016-10-06 15:36:12.250552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas omnis quam illum quas error molestiae quidem.\",\"text\":\"Copying the circuit won't do anything, we need to copy the multi-byte smtp bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.251415"], ["updated_at", "2016-10-06 15:36:12.251415"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sunt est omnis non aliquam illum.\",\"text\":\"If we copy the interface, we can get to the PCI circuit through the cross-platform ADP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.252275"], ["updated_at", "2016-10-06 15:36:12.252275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At nostrum incidunt.\",\"text\":\"We need to navigate the open-source HTTP sensor!\"}"], ["created_at", "2016-10-06 15:36:12.253188"], ["updated_at", "2016-10-06 15:36:12.253188"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est in quia in.\",\"text\":\"Use the auxiliary FTP circuit, then you can transmit the neural array!\"}"], ["created_at", "2016-10-06 15:36:12.254079"], ["updated_at", "2016-10-06 15:36:12.254079"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci rem aut.\",\"text\":\"We need to connect the haptic COM capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.255062"], ["updated_at", "2016-10-06 15:36:12.255062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam ut consectetur distinctio provident et.\",\"text\":\"Use the cross-platform USB matrix, then you can compress the primary microchip!\"}"], ["created_at", "2016-10-06 15:36:12.255931"], ["updated_at", "2016-10-06 15:36:12.255931"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et consequuntur.\",\"text\":\"The AI feed is down, input the haptic transmitter so we can compress the SMTP card!\"}"], ["created_at", "2016-10-06 15:36:12.256795"], ["updated_at", "2016-10-06 15:36:12.256795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et expedita quam voluptatem est consequuntur laborum.\",\"text\":\"The RSS matrix is down, connect the cross-platform port so we can input the SCSI monitor!\"}"], ["created_at", "2016-10-06 15:36:12.257628"], ["updated_at", "2016-10-06 15:36:12.257628"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint aut quidem tempora nulla nobis repellat.\",\"text\":\"You can't hack the alarm without parsing the haptic RSS panel!\"}"], ["created_at", "2016-10-06 15:36:12.258518"], ["updated_at", "2016-10-06 15:36:12.258518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit quibusdam id ea praesentium et vero.\",\"text\":\"Try to index the PCI driver, maybe it will bypass the cross-platform matrix!\"}"], ["created_at", "2016-10-06 15:36:12.259433"], ["updated_at", "2016-10-06 15:36:12.259433"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam error aliquid quo et et asperiores qui.\",\"text\":\"We need to program the multi-byte XSS application!\"}"], ["created_at", "2016-10-06 15:36:12.260301"], ["updated_at", "2016-10-06 15:36:12.260301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam nesciunt qui fuga iusto possimus.\",\"text\":\"Try to bypass the HDD program, maybe it will override the primary pixel!\"}"], ["created_at", "2016-10-06 15:36:12.261134"], ["updated_at", "2016-10-06 15:36:12.261134"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium laborum neque quod quaerat autem explicabo culpa.\",\"text\":\"We need to calculate the wireless GB program!\"}"], ["created_at", "2016-10-06 15:36:12.261995"], ["updated_at", "2016-10-06 15:36:12.261995"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A facilis repudiandae sunt est quos rerum.\",\"text\":\"If we copy the system, we can get to the HTTP port through the virtual XML transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.263010"], ["updated_at", "2016-10-06 15:36:12.263010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis vitae quidem alias aut qui.\",\"text\":\"You can't generate the firewall without navigating the auxiliary IB capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.263990"], ["updated_at", "2016-10-06 15:36:12.263990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et ut tenetur consequatur laboriosam sint qui.\",\"text\":\"You can't transmit the bus without navigating the cross-platform AGP application!\"}"], ["created_at", "2016-10-06 15:36:12.264866"], ["updated_at", "2016-10-06 15:36:12.264866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore reprehenderit quod non.\",\"text\":\"Use the wireless XML bandwidth, then you can input the back-end interface!\"}"], ["created_at", "2016-10-06 15:36:12.265692"], ["updated_at", "2016-10-06 15:36:12.265692"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis perspiciatis est enim.\",\"text\":\"Quantifying the circuit won't do anything, we need to connect the digital thx protocol!\"}"], ["created_at", "2016-10-06 15:36:12.266594"], ["updated_at", "2016-10-06 15:36:12.266594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium hic omnis voluptas sint in molestiae soluta.\",\"text\":\"Transmitting the program won't do anything, we need to compress the solid state xss circuit!\"}"], ["created_at", "2016-10-06 15:36:12.267506"], ["updated_at", "2016-10-06 15:36:12.267506"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima a non dolorem.\",\"text\":\"We need to compress the mobile USB sensor!\"}"], ["created_at", "2016-10-06 15:36:12.268371"], ["updated_at", "2016-10-06 15:36:12.268371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla maiores quia esse est repudiandae nostrum maxime.\",\"text\":\"You can't hack the port without backing up the 1080p COM monitor!\"}"], ["created_at", "2016-10-06 15:36:12.269203"], ["updated_at", "2016-10-06 15:36:12.269203"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis iusto consequatur nam.\",\"text\":\"Try to parse the SMS transmitter, maybe it will compress the redundant card!\"}"], ["created_at", "2016-10-06 15:36:12.270136"], ["updated_at", "2016-10-06 15:36:12.270136"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci eum nobis sapiente.\",\"text\":\"Try to synthesize the JSON circuit, maybe it will parse the neural pixel!\"}"], ["created_at", "2016-10-06 15:36:12.271088"], ["updated_at", "2016-10-06 15:36:12.271088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione numquam doloribus doloremque.\",\"text\":\"The ADP port is down, synthesize the open-source monitor so we can quantify the SMS interface!\"}"], ["created_at", "2016-10-06 15:36:12.272107"], ["updated_at", "2016-10-06 15:36:12.272107"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste dolorem iure non rerum et minima.\",\"text\":\"You can't reboot the array without compressing the digital IB panel!\"}"], ["created_at", "2016-10-06 15:36:12.272969"], ["updated_at", "2016-10-06 15:36:12.272969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit officiis a sint voluptate dolorum.\",\"text\":\"I'll bypass the 1080p SDD transmitter, that should card the IB program!\"}"], ["created_at", "2016-10-06 15:36:12.273831"], ["updated_at", "2016-10-06 15:36:12.273831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum magnam et sequi distinctio.\",\"text\":\"We need to input the cross-platform SSL port!\"}"], ["created_at", "2016-10-06 15:36:12.274694"], ["updated_at", "2016-10-06 15:36:12.274694"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores doloribus doloremque eos quasi.\",\"text\":\"If we connect the application, we can get to the HDD interface through the cross-platform EXE firewall!\"}"], ["created_at", "2016-10-06 15:36:12.275565"], ["updated_at", "2016-10-06 15:36:12.275565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas tempore est quia minus vitae.\",\"text\":\"Use the mobile ADP system, then you can program the redundant bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.276476"], ["updated_at", "2016-10-06 15:36:12.276476"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sed aut.\",\"text\":\"The AGP circuit is down, calculate the neural pixel so we can override the HTTP panel!\"}"], ["created_at", "2016-10-06 15:36:12.277302"], ["updated_at", "2016-10-06 15:36:12.277302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus quo voluptatem quia.\",\"text\":\"Use the online USB firewall, then you can reboot the neural sensor!\"}"], ["created_at", "2016-10-06 15:36:12.278158"], ["updated_at", "2016-10-06 15:36:12.278158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit maxime ea id.\",\"text\":\"If we bypass the capacitor, we can get to the EXE program through the mobile JBOD array!\"}"], ["created_at", "2016-10-06 15:36:12.279036"], ["updated_at", "2016-10-06 15:36:12.279036"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum soluta nesciunt cumque.\",\"text\":\"You can't override the panel without programming the open-source SDD port!\"}"], ["created_at", "2016-10-06 15:36:12.279953"], ["updated_at", "2016-10-06 15:36:12.279953"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam id alias est.\",\"text\":\"We need to navigate the neural IB circuit!\"}"], ["created_at", "2016-10-06 15:36:12.280867"], ["updated_at", "2016-10-06 15:36:12.280867"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos voluptate dolores recusandae iste sunt.\",\"text\":\"Use the 1080p AI hard drive, then you can connect the open-source matrix!\"}"], ["created_at", "2016-10-06 15:36:12.281743"], ["updated_at", "2016-10-06 15:36:12.281743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium quia provident et id qui.\",\"text\":\"The SDD program is down, hack the virtual card so we can synthesize the HDD circuit!\"}"], ["created_at", "2016-10-06 15:36:12.282612"], ["updated_at", "2016-10-06 15:36:12.282612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos ullam velit molestias cumque minima.\",\"text\":\"We need to program the haptic THX panel!\"}"], ["created_at", "2016-10-06 15:36:12.283474"], ["updated_at", "2016-10-06 15:36:12.283474"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptatem alias qui perferendis laudantium ad blanditiis.\",\"text\":\"You can't compress the hard drive without generating the neural RAM interface!\"}"], ["created_at", "2016-10-06 15:36:12.284339"], ["updated_at", "2016-10-06 15:36:12.284339"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et magnam rerum at.\",\"text\":\"The EXE bus is down, back up the redundant pixel so we can generate the JBOD bus!\"}"], ["created_at", "2016-10-06 15:36:12.285208"], ["updated_at", "2016-10-06 15:36:12.285208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat accusamus delectus.\",\"text\":\"Hacking the card won't do anything, we need to calculate the haptic adp driver!\"}"], ["created_at", "2016-10-06 15:36:12.286123"], ["updated_at", "2016-10-06 15:36:12.286123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae eius quas sint necessitatibus vero consequatur sapiente.\",\"text\":\"Use the back-end ADP circuit, then you can calculate the auxiliary system!\"}"], ["created_at", "2016-10-06 15:36:12.287021"], ["updated_at", "2016-10-06 15:36:12.287021"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste qui qui.\",\"text\":\"The IB firewall is down, generate the open-source program so we can quantify the HDD matrix!\"}"], ["created_at", "2016-10-06 15:36:12.287897"], ["updated_at", "2016-10-06 15:36:12.287897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint ut voluptatem ea molestiae ea accusantium.\",\"text\":\"Backing up the matrix won't do anything, we need to navigate the wireless exe circuit!\"}"], ["created_at", "2016-10-06 15:36:12.288803"], ["updated_at", "2016-10-06 15:36:12.288803"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae facilis aspernatur fuga.\",\"text\":\"I'll parse the online FTP feed, that should system the USB microchip!\"}"], ["created_at", "2016-10-06 15:36:12.289645"], ["updated_at", "2016-10-06 15:36:12.289645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima voluptatem beatae.\",\"text\":\"I'll compress the redundant XML bus, that should driver the CSS interface!\"}"], ["created_at", "2016-10-06 15:36:12.290518"], ["updated_at", "2016-10-06 15:36:12.290518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores aut cupiditate accusamus.\",\"text\":\"I'll connect the open-source RSS interface, that should protocol the COM driver!\"}"], ["created_at", "2016-10-06 15:36:12.291415"], ["updated_at", "2016-10-06 15:36:12.291415"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ad veritatis.\",\"text\":\"You can't copy the interface without programming the neural GB microchip!\"}"], ["created_at", "2016-10-06 15:36:12.292284"], ["updated_at", "2016-10-06 15:36:12.292284"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut autem mollitia nihil dolor et consectetur.\",\"text\":\"Parsing the alarm won't do anything, we need to bypass the back-end sms program!\"}"], ["created_at", "2016-10-06 15:36:12.293155"], ["updated_at", "2016-10-06 15:36:12.293155"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint dolorum voluptatem ut a.\",\"text\":\"Synthesizing the program won't do anything, we need to reboot the cross-platform gb program!\"}"], ["created_at", "2016-10-06 15:36:12.294014"], ["updated_at", "2016-10-06 15:36:12.294014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt et enim iste fugiat.\",\"text\":\"Overriding the alarm won't do anything, we need to copy the cross-platform json pixel!\"}"], ["created_at", "2016-10-06 15:36:12.294883"], ["updated_at", "2016-10-06 15:36:12.294883"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas officiis sed quidem quas exercitationem autem.\",\"text\":\"Parsing the hard drive won't do anything, we need to connect the bluetooth png circuit!\"}"], ["created_at", "2016-10-06 15:36:12.295763"], ["updated_at", "2016-10-06 15:36:12.295763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem amet ut quam.\",\"text\":\"If we bypass the protocol, we can get to the AGP bus through the virtual SMS port!\"}"], ["created_at", "2016-10-06 15:36:12.296645"], ["updated_at", "2016-10-06 15:36:12.296645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo minus voluptate repellendus voluptatum dolor assumenda.\",\"text\":\"We need to override the primary HDD feed!\"}"], ["created_at", "2016-10-06 15:36:12.297507"], ["updated_at", "2016-10-06 15:36:12.297507"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et unde possimus qui.\",\"text\":\"We need to calculate the back-end PCI port!\"}"], ["created_at", "2016-10-06 15:36:12.298381"], ["updated_at", "2016-10-06 15:36:12.298381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur nemo expedita necessitatibus sed voluptatum veniam.\",\"text\":\"You can't synthesize the array without bypassing the auxiliary SQL alarm!\"}"], ["created_at", "2016-10-06 15:36:12.299250"], ["updated_at", "2016-10-06 15:36:12.299250"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem natus sit quam velit officia optio soluta.\",\"text\":\"Try to quantify the XSS matrix, maybe it will bypass the bluetooth microchip!\"}"], ["created_at", "2016-10-06 15:36:12.300108"], ["updated_at", "2016-10-06 15:36:12.300108"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et doloremque magni possimus nobis reiciendis.\",\"text\":\"If we program the circuit, we can get to the GB application through the multi-byte SMTP sensor!\"}"], ["created_at", "2016-10-06 15:36:12.300983"], ["updated_at", "2016-10-06 15:36:12.300983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quis totam veritatis.\",\"text\":\"If we quantify the application, we can get to the JBOD microchip through the neural SCSI circuit!\"}"], ["created_at", "2016-10-06 15:36:12.301863"], ["updated_at", "2016-10-06 15:36:12.301863"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio nam eum.\",\"text\":\"The RSS monitor is down, synthesize the virtual transmitter so we can navigate the JSON hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.302810"], ["updated_at", "2016-10-06 15:36:12.302810"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad iure quas laboriosam.\",\"text\":\"The RAM protocol is down, connect the redundant system so we can parse the AGP feed!\"}"], ["created_at", "2016-10-06 15:36:12.303690"], ["updated_at", "2016-10-06 15:36:12.303690"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos velit eos.\",\"text\":\"The RSS matrix is down, compress the open-source microchip so we can calculate the SMS card!\"}"], ["created_at", "2016-10-06 15:36:12.304571"], ["updated_at", "2016-10-06 15:36:12.304571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam occaecati deserunt laudantium sed est.\",\"text\":\"We need to compress the mobile SMS program!\"}"], ["created_at", "2016-10-06 15:36:12.305432"], ["updated_at", "2016-10-06 15:36:12.305432"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora accusamus a et recusandae sit.\",\"text\":\"The GB interface is down, transmit the redundant firewall so we can synthesize the COM firewall!\"}"], ["created_at", "2016-10-06 15:36:12.306300"], ["updated_at", "2016-10-06 15:36:12.306300"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui reprehenderit tempore.\",\"text\":\"Try to synthesize the RAM application, maybe it will parse the 1080p system!\"}"], ["created_at", "2016-10-06 15:36:12.307232"], ["updated_at", "2016-10-06 15:36:12.307232"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima est aut optio non.\",\"text\":\"I'll override the 1080p XML port, that should program the IB system!\"}"], ["created_at", "2016-10-06 15:36:12.308388"], ["updated_at", "2016-10-06 15:36:12.308388"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates voluptas in sunt vero enim quas accusantium.\",\"text\":\"You can't navigate the program without bypassing the cross-platform FTP system!\"}"], ["created_at", "2016-10-06 15:36:12.309572"], ["updated_at", "2016-10-06 15:36:12.309572"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis dolor sequi commodi ullam velit praesentium.\",\"text\":\"Use the 1080p GB alarm, then you can calculate the bluetooth firewall!\"}"], ["created_at", "2016-10-06 15:36:12.311183"], ["updated_at", "2016-10-06 15:36:12.311183"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo earum suscipit dolores beatae.\",\"text\":\"We need to program the auxiliary XML alarm!\"}"], ["created_at", "2016-10-06 15:36:12.312552"], ["updated_at", "2016-10-06 15:36:12.312552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint aut est molestiae dolores hic vitae officiis.\",\"text\":\"Use the digital SMTP feed, then you can bypass the optical bus!\"}"], ["created_at", "2016-10-06 15:36:12.313410"], ["updated_at", "2016-10-06 15:36:12.313410"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas ipsa iure architecto.\",\"text\":\"The CSS interface is down, connect the digital sensor so we can compress the ADP alarm!\"}"], ["created_at", "2016-10-06 15:36:12.314321"], ["updated_at", "2016-10-06 15:36:12.314321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et consequatur id vel nihil enim soluta commodi.\",\"text\":\"Use the primary SSL program, then you can transmit the redundant alarm!\"}"], ["created_at", "2016-10-06 15:36:12.315334"], ["updated_at", "2016-10-06 15:36:12.315334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis blanditiis eum dolores.\",\"text\":\"Generating the protocol won't do anything, we need to navigate the 1080p jbod bus!\"}"], ["created_at", "2016-10-06 15:36:12.316217"], ["updated_at", "2016-10-06 15:36:12.316217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae mollitia quidem et et doloremque voluptatem.\",\"text\":\"We need to copy the back-end HTTP circuit!\"}"], ["created_at", "2016-10-06 15:36:12.317085"], ["updated_at", "2016-10-06 15:36:12.317085"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus quis rerum laborum soluta ducimus.\",\"text\":\"I'll program the solid state SSL sensor, that should array the SMTP alarm!\"}"], ["created_at", "2016-10-06 15:36:12.317929"], ["updated_at", "2016-10-06 15:36:12.317929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe voluptates maiores ad sit autem dicta.\",\"text\":\"Try to generate the USB sensor, maybe it will back up the open-source driver!\"}"], ["created_at", "2016-10-06 15:36:12.318904"], ["updated_at", "2016-10-06 15:36:12.318904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste neque similique.\",\"text\":\"Use the optical PNG matrix, then you can reboot the virtual interface!\"}"], ["created_at", "2016-10-06 15:36:12.319785"], ["updated_at", "2016-10-06 15:36:12.319785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa recusandae praesentium.\",\"text\":\"I'll copy the online CSS application, that should port the AGP panel!\"}"], ["created_at", "2016-10-06 15:36:12.320671"], ["updated_at", "2016-10-06 15:36:12.320671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas ut possimus.\",\"text\":\"Try to index the HTTP system, maybe it will synthesize the bluetooth panel!\"}"], ["created_at", "2016-10-06 15:36:12.321526"], ["updated_at", "2016-10-06 15:36:12.321526"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim ad quia.\",\"text\":\"Try to quantify the SQL panel, maybe it will input the neural alarm!\"}"], ["created_at", "2016-10-06 15:36:12.322409"], ["updated_at", "2016-10-06 15:36:12.322409"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt aut modi ea laborum aspernatur facere debitis.\",\"text\":\"Programming the capacitor won't do anything, we need to override the primary hdd port!\"}"], ["created_at", "2016-10-06 15:36:12.323320"], ["updated_at", "2016-10-06 15:36:12.323320"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta provident aut et.\",\"text\":\"You can't reboot the bus without backing up the back-end XML pixel!\"}"], ["created_at", "2016-10-06 15:36:12.324428"], ["updated_at", "2016-10-06 15:36:12.324428"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id exercitationem omnis voluptas deserunt natus nemo.\",\"text\":\"If we back up the feed, we can get to the SMS panel through the back-end CSS interface!\"}"], ["created_at", "2016-10-06 15:36:12.325522"], ["updated_at", "2016-10-06 15:36:12.325522"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti assumenda voluptatem et qui eius tempora cumque.\",\"text\":\"The XSS alarm is down, navigate the haptic program so we can hack the EXE pixel!\"}"], ["created_at", "2016-10-06 15:36:12.326436"], ["updated_at", "2016-10-06 15:36:12.326436"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis tempora tempore quod sed.\",\"text\":\"We need to synthesize the redundant SDD monitor!\"}"], ["created_at", "2016-10-06 15:36:12.327742"], ["updated_at", "2016-10-06 15:36:12.327742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor placeat temporibus eos voluptatem molestiae aut.\",\"text\":\"I'll bypass the cross-platform TCP feed, that should matrix the SMS bus!\"}"], ["created_at", "2016-10-06 15:36:12.329414"], ["updated_at", "2016-10-06 15:36:12.329414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In ut magnam consequuntur omnis.\",\"text\":\"You can't reboot the hard drive without quantifying the solid state JBOD card!\"}"], ["created_at", "2016-10-06 15:36:12.330412"], ["updated_at", "2016-10-06 15:36:12.330412"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quis fugiat perspiciatis beatae nobis repudiandae velit.\",\"text\":\"Parsing the driver won't do anything, we need to hack the bluetooth css interface!\"}"], ["created_at", "2016-10-06 15:36:12.331246"], ["updated_at", "2016-10-06 15:36:12.331246"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia quia rerum.\",\"text\":\"Try to hack the COM array, maybe it will index the bluetooth sensor!\"}"], ["created_at", "2016-10-06 15:36:12.332161"], ["updated_at", "2016-10-06 15:36:12.332161"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere sint voluptates quo consequuntur fuga.\",\"text\":\"We need to generate the back-end GB interface!\"}"], ["created_at", "2016-10-06 15:36:12.333113"], ["updated_at", "2016-10-06 15:36:12.333113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam velit nobis corrupti doloremque accusamus et et.\",\"text\":\"The EXE application is down, synthesize the solid state panel so we can bypass the AI microchip!\"}"], ["created_at", "2016-10-06 15:36:12.334098"], ["updated_at", "2016-10-06 15:36:12.334098"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae recusandae itaque voluptas animi autem tempora.\",\"text\":\"If we navigate the interface, we can get to the SMS alarm through the solid state PCI bus!\"}"], ["created_at", "2016-10-06 15:36:12.335081"], ["updated_at", "2016-10-06 15:36:12.335081"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur nihil sint aliquam.\",\"text\":\"I'll generate the mobile XSS bus, that should circuit the XSS monitor!\"}"], ["created_at", "2016-10-06 15:36:12.336020"], ["updated_at", "2016-10-06 15:36:12.336020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut maxime repellendus ipsam quia earum repellat minima.\",\"text\":\"You can't hack the application without indexing the neural THX microchip!\"}"], ["created_at", "2016-10-06 15:36:12.336970"], ["updated_at", "2016-10-06 15:36:12.336970"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam est omnis quasi deleniti eligendi eos rerum.\",\"text\":\"Backing up the hard drive won't do anything, we need to generate the redundant gb panel!\"}"], ["created_at", "2016-10-06 15:36:12.337946"], ["updated_at", "2016-10-06 15:36:12.337946"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio velit officia voluptatum debitis.\",\"text\":\"If we connect the sensor, we can get to the PCI capacitor through the wireless SSL system!\"}"], ["created_at", "2016-10-06 15:36:12.338945"], ["updated_at", "2016-10-06 15:36:12.338945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores delectus tempora quis nulla nobis aut a.\",\"text\":\"You can't transmit the monitor without bypassing the virtual JBOD monitor!\"}"], ["created_at", "2016-10-06 15:36:12.339913"], ["updated_at", "2016-10-06 15:36:12.339913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore voluptas soluta debitis.\",\"text\":\"Try to compress the SSL system, maybe it will back up the neural system!\"}"], ["created_at", "2016-10-06 15:36:12.340772"], ["updated_at", "2016-10-06 15:36:12.340772"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam unde deleniti hic aut molestias.\",\"text\":\"If we transmit the driver, we can get to the AGP driver through the redundant SAS pixel!\"}"], ["created_at", "2016-10-06 15:36:12.341957"], ["updated_at", "2016-10-06 15:36:12.341957"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores at exercitationem qui perferendis voluptas ratione a.\",\"text\":\"Navigating the transmitter won't do anything, we need to quantify the wireless adp capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.343078"], ["updated_at", "2016-10-06 15:36:12.343078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sit amet expedita.\",\"text\":\"Use the neural EXE capacitor, then you can generate the mobile array!\"}"], ["created_at", "2016-10-06 15:36:12.344144"], ["updated_at", "2016-10-06 15:36:12.344144"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ea ipsum corrupti libero aperiam eos blanditiis.\",\"text\":\"Use the neural SMTP sensor, then you can compress the open-source circuit!\"}"], ["created_at", "2016-10-06 15:36:12.345030"], ["updated_at", "2016-10-06 15:36:12.345030"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est nostrum totam qui ipsam ea.\",\"text\":\"Use the mobile ADP panel, then you can quantify the cross-platform pixel!\"}"], ["created_at", "2016-10-06 15:36:12.347028"], ["updated_at", "2016-10-06 15:36:12.347028"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi eius sed eos non.\",\"text\":\"I'll connect the multi-byte SMTP driver, that should firewall the SAS circuit!\"}"], ["created_at", "2016-10-06 15:36:12.348155"], ["updated_at", "2016-10-06 15:36:12.348155"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus magnam facere occaecati consequatur totam.\",\"text\":\"If we connect the card, we can get to the IB microchip through the solid state COM driver!\"}"], ["created_at", "2016-10-06 15:36:12.349125"], ["updated_at", "2016-10-06 15:36:12.349125"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ullam provident doloremque aliquam.\",\"text\":\"Backing up the firewall won't do anything, we need to index the virtual sas alarm!\"}"], ["created_at", "2016-10-06 15:36:12.349996"], ["updated_at", "2016-10-06 15:36:12.349996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt praesentium iste ut.\",\"text\":\"The SAS sensor is down, back up the optical transmitter so we can transmit the TCP interface!\"}"], ["created_at", "2016-10-06 15:36:12.350945"], ["updated_at", "2016-10-06 15:36:12.350945"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem nihil natus placeat doloribus velit aut.\",\"text\":\"We need to reboot the bluetooth XSS sensor!\"}"], ["created_at", "2016-10-06 15:36:12.351822"], ["updated_at", "2016-10-06 15:36:12.351822"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga sit ut.\",\"text\":\"You can't hack the bandwidth without generating the redundant SMTP card!\"}"], ["created_at", "2016-10-06 15:36:12.352735"], ["updated_at", "2016-10-06 15:36:12.352735"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat dolor impedit qui eos asperiores odit.\",\"text\":\"I'll bypass the auxiliary AGP port, that should monitor the XML transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.353621"], ["updated_at", "2016-10-06 15:36:12.353621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam doloribus ut provident nemo voluptatem iusto.\",\"text\":\"Overriding the panel won't do anything, we need to connect the auxiliary com sensor!\"}"], ["created_at", "2016-10-06 15:36:12.354540"], ["updated_at", "2016-10-06 15:36:12.354540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut debitis distinctio laborum nulla.\",\"text\":\"Try to synthesize the XML sensor, maybe it will input the digital microchip!\"}"], ["created_at", "2016-10-06 15:36:12.355380"], ["updated_at", "2016-10-06 15:36:12.355380"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint minus ex dolore fuga sit.\",\"text\":\"The PNG protocol is down, index the redundant monitor so we can parse the XSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.356252"], ["updated_at", "2016-10-06 15:36:12.356252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius quidem non.\",\"text\":\"Backing up the hard drive won't do anything, we need to program the redundant sdd system!\"}"], ["created_at", "2016-10-06 15:36:12.357154"], ["updated_at", "2016-10-06 15:36:12.357154"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero illo et aspernatur ut adipisci cumque.\",\"text\":\"Try to generate the SCSI sensor, maybe it will hack the 1080p system!\"}"], ["created_at", "2016-10-06 15:36:12.358057"], ["updated_at", "2016-10-06 15:36:12.358057"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi quam aut qui.\",\"text\":\"I'll transmit the bluetooth SCSI system, that should feed the PCI hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.359298"], ["updated_at", "2016-10-06 15:36:12.359298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae nulla beatae.\",\"text\":\"The EXE driver is down, calculate the digital transmitter so we can back up the SAS program!\"}"], ["created_at", "2016-10-06 15:36:12.360309"], ["updated_at", "2016-10-06 15:36:12.360309"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In omnis tempore unde libero.\",\"text\":\"Use the bluetooth SDD port, then you can copy the virtual program!\"}"], ["created_at", "2016-10-06 15:36:12.361265"], ["updated_at", "2016-10-06 15:36:12.361265"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus veritatis est eaque adipisci molestiae nihil ut.\",\"text\":\"If we transmit the feed, we can get to the SSL panel through the wireless THX monitor!\"}"], ["created_at", "2016-10-06 15:36:12.362824"], ["updated_at", "2016-10-06 15:36:12.362824"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente vel possimus in occaecati est delectus dolorem.\",\"text\":\"I'll index the neural CSS circuit, that should interface the SCSI port!\"}"], ["created_at", "2016-10-06 15:36:12.364226"], ["updated_at", "2016-10-06 15:36:12.364226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptatum neque vero necessitatibus nam.\",\"text\":\"Use the virtual XSS bus, then you can copy the online driver!\"}"], ["created_at", "2016-10-06 15:36:12.365171"], ["updated_at", "2016-10-06 15:36:12.365171"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta impedit repellendus in.\",\"text\":\"Try to program the GB program, maybe it will hack the back-end port!\"}"], ["created_at", "2016-10-06 15:36:12.366045"], ["updated_at", "2016-10-06 15:36:12.366045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi nihil minus deleniti nesciunt impedit numquam.\",\"text\":\"If we back up the hard drive, we can get to the GB matrix through the bluetooth COM transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.367060"], ["updated_at", "2016-10-06 15:36:12.367060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quaerat maxime voluptatem.\",\"text\":\"Try to connect the PNG panel, maybe it will hack the open-source monitor!\"}"], ["created_at", "2016-10-06 15:36:12.367939"], ["updated_at", "2016-10-06 15:36:12.367939"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem molestias et blanditiis placeat rerum non.\",\"text\":\"Overriding the microchip won't do anything, we need to generate the optical thx hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.368823"], ["updated_at", "2016-10-06 15:36:12.368823"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta tempore in est.\",\"text\":\"I'll connect the back-end RSS feed, that should circuit the XML matrix!\"}"], ["created_at", "2016-10-06 15:36:12.369789"], ["updated_at", "2016-10-06 15:36:12.369789"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui tenetur autem ea adipisci fugiat sed alias.\",\"text\":\"We need to index the bluetooth SMS capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.371479"], ["updated_at", "2016-10-06 15:36:12.371479"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum consequatur deserunt quia voluptatem quas corporis doloribus.\",\"text\":\"Programming the matrix won't do anything, we need to connect the wireless sas matrix!\"}"], ["created_at", "2016-10-06 15:36:12.373420"], ["updated_at", "2016-10-06 15:36:12.373420"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet sit saepe in ut.\",\"text\":\"Try to compress the FTP hard drive, maybe it will parse the digital application!\"}"], ["created_at", "2016-10-06 15:36:12.375271"], ["updated_at", "2016-10-06 15:36:12.375271"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea saepe aut cupiditate excepturi doloremque.\",\"text\":\"Use the cross-platform CSS panel, then you can override the multi-byte driver!\"}"], ["created_at", "2016-10-06 15:36:12.376771"], ["updated_at", "2016-10-06 15:36:12.376771"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quis iusto nesciunt voluptatibus optio exercitationem.\",\"text\":\"I'll hack the open-source PCI card, that should system the RSS driver!\"}"], ["created_at", "2016-10-06 15:36:12.378168"], ["updated_at", "2016-10-06 15:36:12.378168"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit magnam aut ut.\",\"text\":\"If we transmit the driver, we can get to the FTP panel through the haptic EXE pixel!\"}"], ["created_at", "2016-10-06 15:36:12.379770"], ["updated_at", "2016-10-06 15:36:12.379770"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente et dicta deserunt soluta.\",\"text\":\"I'll generate the multi-byte XML panel, that should alarm the RAM protocol!\"}"], ["created_at", "2016-10-06 15:36:12.381060"], ["updated_at", "2016-10-06 15:36:12.381060"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum dolorem pariatur sit voluptatibus natus saepe fugiat.\",\"text\":\"Try to bypass the EXE card, maybe it will compress the open-source microchip!\"}"], ["created_at", "2016-10-06 15:36:12.382462"], ["updated_at", "2016-10-06 15:36:12.382462"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque nam doloribus distinctio necessitatibus ipsum.\",\"text\":\"If we compress the system, we can get to the JSON driver through the primary AI pixel!\"}"], ["created_at", "2016-10-06 15:36:12.383853"], ["updated_at", "2016-10-06 15:36:12.383853"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas eius deleniti qui.\",\"text\":\"Try to copy the FTP transmitter, maybe it will program the optical interface!\"}"], ["created_at", "2016-10-06 15:36:12.385170"], ["updated_at", "2016-10-06 15:36:12.385170"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos nihil praesentium amet molestias.\",\"text\":\"If we transmit the feed, we can get to the PCI driver through the primary AGP hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.386451"], ["updated_at", "2016-10-06 15:36:12.386451"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque veritatis quis quis quasi.\",\"text\":\"You can't bypass the feed without transmitting the mobile JSON application!\"}"], ["created_at", "2016-10-06 15:36:12.387890"], ["updated_at", "2016-10-06 15:36:12.387890"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod officiis ut voluptatem dolor velit.\",\"text\":\"The THX sensor is down, generate the multi-byte microchip so we can program the HTTP panel!\"}"], ["created_at", "2016-10-06 15:36:12.389382"], ["updated_at", "2016-10-06 15:36:12.389382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia sequi veritatis id omnis.\",\"text\":\"The RSS circuit is down, bypass the cross-platform transmitter so we can synthesize the XML system!\"}"], ["created_at", "2016-10-06 15:36:12.391395"], ["updated_at", "2016-10-06 15:36:12.391395"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam est id ad.\",\"text\":\"Use the cross-platform HTTP interface, then you can copy the back-end application!\"}"], ["created_at", "2016-10-06 15:36:12.392433"], ["updated_at", "2016-10-06 15:36:12.392433"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo sed reiciendis voluptatum.\",\"text\":\"You can't navigate the interface without copying the redundant JBOD transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.393623"], ["updated_at", "2016-10-06 15:36:12.393623"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem non amet dolore velit repudiandae.\",\"text\":\"I'll generate the auxiliary PCI bus, that should monitor the COM circuit!\"}"], ["created_at", "2016-10-06 15:36:12.394572"], ["updated_at", "2016-10-06 15:36:12.394572"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed pariatur voluptatum saepe quia qui unde maxime.\",\"text\":\"The FTP hard drive is down, input the bluetooth application so we can hack the ADP capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.395556"], ["updated_at", "2016-10-06 15:36:12.395556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas est dolor accusantium reprehenderit corporis numquam et.\",\"text\":\"Quantifying the bus won't do anything, we need to navigate the solid state tcp feed!\"}"], ["created_at", "2016-10-06 15:36:12.396473"], ["updated_at", "2016-10-06 15:36:12.396473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus sint ex eveniet nemo ipsam molestiae.\",\"text\":\"You can't hack the circuit without navigating the cross-platform FTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.397338"], ["updated_at", "2016-10-06 15:36:12.397338"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis eligendi sit quae quasi iste.\",\"text\":\"We need to override the auxiliary SDD circuit!\"}"], ["created_at", "2016-10-06 15:36:12.398228"], ["updated_at", "2016-10-06 15:36:12.398228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut adipisci ullam accusamus dignissimos praesentium at.\",\"text\":\"Try to calculate the COM protocol, maybe it will parse the open-source driver!\"}"], ["created_at", "2016-10-06 15:36:12.399286"], ["updated_at", "2016-10-06 15:36:12.399286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis vitae molestiae ipsa error.\",\"text\":\"Use the haptic THX transmitter, then you can navigate the optical array!\"}"], ["created_at", "2016-10-06 15:36:12.400236"], ["updated_at", "2016-10-06 15:36:12.400236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cumque quae.\",\"text\":\"I'll transmit the solid state SMTP panel, that should monitor the CSS application!\"}"], ["created_at", "2016-10-06 15:36:12.401113"], ["updated_at", "2016-10-06 15:36:12.401113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor iste sint vitae sunt atque quos voluptas.\",\"text\":\"We need to generate the bluetooth SMS system!\"}"], ["created_at", "2016-10-06 15:36:12.402021"], ["updated_at", "2016-10-06 15:36:12.402021"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate ut incidunt.\",\"text\":\"I'll calculate the 1080p IB feed, that should circuit the AGP transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.403036"], ["updated_at", "2016-10-06 15:36:12.403036"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium praesentium neque ut ipsam.\",\"text\":\"We need to copy the neural PCI alarm!\"}"], ["created_at", "2016-10-06 15:36:12.404079"], ["updated_at", "2016-10-06 15:36:12.404079"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga omnis sint.\",\"text\":\"Use the solid state ADP card, then you can input the solid state system!\"}"], ["created_at", "2016-10-06 15:36:12.405256"], ["updated_at", "2016-10-06 15:36:12.405256"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates ea omnis ut qui.\",\"text\":\"You can't parse the array without calculating the open-source GB capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.407368"], ["updated_at", "2016-10-06 15:36:12.407368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut mollitia reiciendis optio.\",\"text\":\"Try to input the RAM card, maybe it will compress the auxiliary bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.408326"], ["updated_at", "2016-10-06 15:36:12.408326"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque qui sint maiores qui.\",\"text\":\"You can't hack the array without overriding the digital XSS array!\"}"], ["created_at", "2016-10-06 15:36:12.409151"], ["updated_at", "2016-10-06 15:36:12.409151"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut fuga doloribus cupiditate est.\",\"text\":\"We need to transmit the haptic AI port!\"}"], ["created_at", "2016-10-06 15:36:12.410434"], ["updated_at", "2016-10-06 15:36:12.410434"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quod ducimus totam dignissimos est modi.\",\"text\":\"If we calculate the microchip, we can get to the SSL array through the 1080p RSS protocol!\"}"], ["created_at", "2016-10-06 15:36:12.411699"], ["updated_at", "2016-10-06 15:36:12.411699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim perspiciatis dolorem libero molestias.\",\"text\":\"The ADP application is down, program the optical system so we can back up the COM transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.412920"], ["updated_at", "2016-10-06 15:36:12.412920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia alias ratione similique.\",\"text\":\"Try to hack the RSS system, maybe it will calculate the cross-platform monitor!\"}"], ["created_at", "2016-10-06 15:36:12.413818"], ["updated_at", "2016-10-06 15:36:12.413818"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia natus quasi autem eaque ipsa cupiditate ut.\",\"text\":\"Try to override the EXE program, maybe it will copy the bluetooth array!\"}"], ["created_at", "2016-10-06 15:36:12.414800"], ["updated_at", "2016-10-06 15:36:12.414800"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo sit consequuntur qui itaque nihil.\",\"text\":\"We need to connect the bluetooth SMS panel!\"}"], ["created_at", "2016-10-06 15:36:12.415808"], ["updated_at", "2016-10-06 15:36:12.415808"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit blanditiis deleniti eos rem quo eos est.\",\"text\":\"Try to hack the PNG matrix, maybe it will input the mobile driver!\"}"], ["created_at", "2016-10-06 15:36:12.416741"], ["updated_at", "2016-10-06 15:36:12.416741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga molestiae voluptatum et.\",\"text\":\"We need to bypass the auxiliary HDD card!\"}"], ["created_at", "2016-10-06 15:36:12.417643"], ["updated_at", "2016-10-06 15:36:12.417643"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et rem nam eaque consectetur temporibus.\",\"text\":\"Try to bypass the RAM circuit, maybe it will reboot the optical card!\"}"], ["created_at", "2016-10-06 15:36:12.418479"], ["updated_at", "2016-10-06 15:36:12.418479"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque qui eius deserunt harum minus.\",\"text\":\"The CSS driver is down, generate the digital capacitor so we can navigate the XML pixel!\"}"], ["created_at", "2016-10-06 15:36:12.419356"], ["updated_at", "2016-10-06 15:36:12.419356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum qui necessitatibus occaecati et voluptatibus.\",\"text\":\"Transmitting the program won't do anything, we need to reboot the wireless sas transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.420284"], ["updated_at", "2016-10-06 15:36:12.420284"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et unde laudantium nihil quia non.\",\"text\":\"Try to program the GB application, maybe it will back up the back-end firewall!\"}"], ["created_at", "2016-10-06 15:36:12.421258"], ["updated_at", "2016-10-06 15:36:12.421258"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi corporis quasi laudantium repudiandae est omnis.\",\"text\":\"I'll calculate the digital SAS capacitor, that should hard drive the RSS driver!\"}"], ["created_at", "2016-10-06 15:36:12.423124"], ["updated_at", "2016-10-06 15:36:12.423124"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos vel voluptatem ducimus sit necessitatibus consequatur.\",\"text\":\"I'll navigate the haptic CSS transmitter, that should microchip the USB sensor!\"}"], ["created_at", "2016-10-06 15:36:12.424155"], ["updated_at", "2016-10-06 15:36:12.424155"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium beatae distinctio alias quod provident quam nemo.\",\"text\":\"The COM card is down, synthesize the cross-platform matrix so we can generate the RSS interface!\"}"], ["created_at", "2016-10-06 15:36:12.425057"], ["updated_at", "2016-10-06 15:36:12.425057"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor ut quasi eaque voluptas dolor aut.\",\"text\":\"Try to bypass the THX system, maybe it will back up the solid state microchip!\"}"], ["created_at", "2016-10-06 15:36:12.425916"], ["updated_at", "2016-10-06 15:36:12.425916"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et officiis doloremque error aut.\",\"text\":\"If we copy the panel, we can get to the JSON microchip through the virtual IB panel!\"}"], ["created_at", "2016-10-06 15:36:12.426873"], ["updated_at", "2016-10-06 15:36:12.426873"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt numquam beatae cupiditate esse.\",\"text\":\"You can't reboot the sensor without transmitting the multi-byte XSS application!\"}"], ["created_at", "2016-10-06 15:36:12.428065"], ["updated_at", "2016-10-06 15:36:12.428065"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium et aut quis quia sed.\",\"text\":\"Try to quantify the XML panel, maybe it will navigate the redundant card!\"}"], ["created_at", "2016-10-06 15:36:12.429143"], ["updated_at", "2016-10-06 15:36:12.429143"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid dolor consectetur in id excepturi.\",\"text\":\"Quantifying the microchip won't do anything, we need to parse the primary ftp panel!\"}"], ["created_at", "2016-10-06 15:36:12.430024"], ["updated_at", "2016-10-06 15:36:12.430024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum a quidem asperiores quae fuga est.\",\"text\":\"The AI microchip is down, hack the solid state capacitor so we can back up the CSS bus!\"}"], ["created_at", "2016-10-06 15:36:12.430923"], ["updated_at", "2016-10-06 15:36:12.430923"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis pariatur et nesciunt sequi commodi qui.\",\"text\":\"If we parse the circuit, we can get to the RAM program through the open-source THX array!\"}"], ["created_at", "2016-10-06 15:36:12.431750"], ["updated_at", "2016-10-06 15:36:12.431750"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut autem in alias officiis aut.\",\"text\":\"Parsing the array won't do anything, we need to override the redundant png transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.432686"], ["updated_at", "2016-10-06 15:36:12.432686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab totam culpa ratione quae illum adipisci sint.\",\"text\":\"Parsing the bus won't do anything, we need to back up the neural scsi application!\"}"], ["created_at", "2016-10-06 15:36:12.433651"], ["updated_at", "2016-10-06 15:36:12.433651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat repellat qui.\",\"text\":\"Try to program the PCI array, maybe it will quantify the haptic panel!\"}"], ["created_at", "2016-10-06 15:36:12.434567"], ["updated_at", "2016-10-06 15:36:12.434567"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci sunt consequuntur.\",\"text\":\"Try to input the COM transmitter, maybe it will program the haptic transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.435405"], ["updated_at", "2016-10-06 15:36:12.435405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit illo aut cum illum.\",\"text\":\"The RAM card is down, back up the haptic matrix so we can program the PCI monitor!\"}"], ["created_at", "2016-10-06 15:36:12.436329"], ["updated_at", "2016-10-06 15:36:12.436329"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et autem quia eius ut iusto ut ut.\",\"text\":\"If we override the application, we can get to the HTTP hard drive through the auxiliary SSL pixel!\"}"], ["created_at", "2016-10-06 15:36:12.437221"], ["updated_at", "2016-10-06 15:36:12.437221"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae ducimus aspernatur magnam amet.\",\"text\":\"If we copy the pixel, we can get to the USB card through the back-end JBOD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.438654"], ["updated_at", "2016-10-06 15:36:12.438654"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio cum aut sit suscipit quas ut.\",\"text\":\"Navigating the protocol won't do anything, we need to back up the solid state sql hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.440059"], ["updated_at", "2016-10-06 15:36:12.440059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et impedit et porro.\",\"text\":\"You can't reboot the hard drive without parsing the online ADP system!\"}"], ["created_at", "2016-10-06 15:36:12.441204"], ["updated_at", "2016-10-06 15:36:12.441204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem consequatur magni.\",\"text\":\"You can't compress the feed without transmitting the solid state SCSI panel!\"}"], ["created_at", "2016-10-06 15:36:12.442094"], ["updated_at", "2016-10-06 15:36:12.442094"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet placeat sint accusamus fugit dolorem.\",\"text\":\"Hacking the panel won't do anything, we need to hack the wireless jbod transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.442996"], ["updated_at", "2016-10-06 15:36:12.442996"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus est iste culpa.\",\"text\":\"Bypassing the monitor won't do anything, we need to copy the cross-platform adp feed!\"}"], ["created_at", "2016-10-06 15:36:12.443933"], ["updated_at", "2016-10-06 15:36:12.443933"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nostrum odio reiciendis assumenda quia.\",\"text\":\"Try to index the USB protocol, maybe it will override the haptic pixel!\"}"], ["created_at", "2016-10-06 15:36:12.445210"], ["updated_at", "2016-10-06 15:36:12.445210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil natus quam est.\",\"text\":\"If we navigate the array, we can get to the XSS panel through the bluetooth XML hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.446295"], ["updated_at", "2016-10-06 15:36:12.446295"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat fuga deserunt necessitatibus sapiente quis sed consequuntur.\",\"text\":\"Hacking the program won't do anything, we need to override the mobile agp system!\"}"], ["created_at", "2016-10-06 15:36:12.447166"], ["updated_at", "2016-10-06 15:36:12.447166"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae autem blanditiis voluptatum sed ut magnam.\",\"text\":\"If we quantify the circuit, we can get to the RAM feed through the cross-platform PNG driver!\"}"], ["created_at", "2016-10-06 15:36:12.448046"], ["updated_at", "2016-10-06 15:36:12.448046"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore harum vero.\",\"text\":\"We need to calculate the online SQL feed!\"}"], ["created_at", "2016-10-06 15:36:12.448923"], ["updated_at", "2016-10-06 15:36:12.448923"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ut animi.\",\"text\":\"If we connect the array, we can get to the USB matrix through the bluetooth SQL system!\"}"], ["created_at", "2016-10-06 15:36:12.449822"], ["updated_at", "2016-10-06 15:36:12.449822"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi aut est et eaque est sunt.\",\"text\":\"Try to reboot the HTTP driver, maybe it will quantify the solid state application!\"}"], ["created_at", "2016-10-06 15:36:12.450721"], ["updated_at", "2016-10-06 15:36:12.450721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos rerum et dolor.\",\"text\":\"If we copy the hard drive, we can get to the USB program through the mobile CSS application!\"}"], ["created_at", "2016-10-06 15:36:12.451584"], ["updated_at", "2016-10-06 15:36:12.451584"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo omnis nobis.\",\"text\":\"I'll generate the mobile TCP circuit, that should alarm the PNG transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.452446"], ["updated_at", "2016-10-06 15:36:12.452446"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem est rerum.\",\"text\":\"You can't override the interface without programming the mobile HTTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.453868"], ["updated_at", "2016-10-06 15:36:12.453868"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quis fugiat laudantium nisi dicta atque.\",\"text\":\"Programming the transmitter won't do anything, we need to input the optical com alarm!\"}"], ["created_at", "2016-10-06 15:36:12.456571"], ["updated_at", "2016-10-06 15:36:12.456571"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio qui aut ipsam voluptatum sapiente doloremque.\",\"text\":\"The AGP bus is down, calculate the multi-byte transmitter so we can connect the COM bus!\"}"], ["created_at", "2016-10-06 15:36:12.457974"], ["updated_at", "2016-10-06 15:36:12.457974"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil quis omnis quia ut soluta at placeat.\",\"text\":\"Try to navigate the SSL bandwidth, maybe it will compress the solid state array!\"}"], ["created_at", "2016-10-06 15:36:12.459357"], ["updated_at", "2016-10-06 15:36:12.459357"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur tempora laudantium.\",\"text\":\"Use the virtual SAS application, then you can input the multi-byte card!\"}"], ["created_at", "2016-10-06 15:36:12.461852"], ["updated_at", "2016-10-06 15:36:12.461852"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non odio doloremque ut inventore.\",\"text\":\"The RSS pixel is down, compress the neural system so we can reboot the EXE array!\"}"], ["created_at", "2016-10-06 15:36:12.463198"], ["updated_at", "2016-10-06 15:36:12.463198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa eveniet excepturi optio.\",\"text\":\"I'll back up the optical XSS transmitter, that should bandwidth the SAS program!\"}"], ["created_at", "2016-10-06 15:36:12.464214"], ["updated_at", "2016-10-06 15:36:12.464214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas dolorum optio cum.\",\"text\":\"Try to navigate the HDD system, maybe it will reboot the online pixel!\"}"], ["created_at", "2016-10-06 15:36:12.465240"], ["updated_at", "2016-10-06 15:36:12.465240"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur aut architecto.\",\"text\":\"Compressing the bus won't do anything, we need to quantify the neural jbod capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.466416"], ["updated_at", "2016-10-06 15:36:12.466416"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi porro nihil itaque perferendis quibusdam dolore dolor.\",\"text\":\"You can't back up the system without overriding the back-end HTTP interface!\"}"], ["created_at", "2016-10-06 15:36:12.468240"], ["updated_at", "2016-10-06 15:36:12.468240"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem adipisci ullam in debitis maiores.\",\"text\":\"Try to reboot the XML system, maybe it will bypass the back-end card!\"}"], ["created_at", "2016-10-06 15:36:12.470151"], ["updated_at", "2016-10-06 15:36:12.470151"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque ut aliquid dolores error et ducimus.\",\"text\":\"We need to hack the solid state COM capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.472118"], ["updated_at", "2016-10-06 15:36:12.472118"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores repellat aut voluptatum aut quis.\",\"text\":\"Use the online EXE sensor, then you can navigate the haptic sensor!\"}"], ["created_at", "2016-10-06 15:36:12.473837"], ["updated_at", "2016-10-06 15:36:12.473837"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores perspiciatis qui ipsum autem veritatis reprehenderit.\",\"text\":\"We need to parse the mobile FTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.475332"], ["updated_at", "2016-10-06 15:36:12.475332"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur amet et quia enim hic perspiciatis.\",\"text\":\"Try to override the HTTP microchip, maybe it will bypass the 1080p system!\"}"], ["created_at", "2016-10-06 15:36:12.476569"], ["updated_at", "2016-10-06 15:36:12.476569"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus tempora consequatur laboriosam.\",\"text\":\"You can't back up the capacitor without generating the virtual HTTP firewall!\"}"], ["created_at", "2016-10-06 15:36:12.477739"], ["updated_at", "2016-10-06 15:36:12.477739"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore qui esse id iure velit vitae autem.\",\"text\":\"Use the mobile FTP program, then you can index the digital feed!\"}"], ["created_at", "2016-10-06 15:36:12.478962"], ["updated_at", "2016-10-06 15:36:12.478962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis et voluptas ratione molestiae sed beatae.\",\"text\":\"Calculating the system won't do anything, we need to calculate the open-source json microchip!\"}"], ["created_at", "2016-10-06 15:36:12.480032"], ["updated_at", "2016-10-06 15:36:12.480032"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam quod sint dolore officia provident.\",\"text\":\"We need to back up the auxiliary SAS feed!\"}"], ["created_at", "2016-10-06 15:36:12.481011"], ["updated_at", "2016-10-06 15:36:12.481011"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt eaque quibusdam voluptates.\",\"text\":\"Backing up the program won't do anything, we need to override the virtual hdd array!\"}"], ["created_at", "2016-10-06 15:36:12.482000"], ["updated_at", "2016-10-06 15:36:12.482000"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident tenetur similique id optio.\",\"text\":\"We need to index the open-source USB feed!\"}"], ["created_at", "2016-10-06 15:36:12.483030"], ["updated_at", "2016-10-06 15:36:12.483030"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem enim possimus excepturi rem.\",\"text\":\"Try to connect the HDD system, maybe it will program the auxiliary application!\"}"], ["created_at", "2016-10-06 15:36:12.484041"], ["updated_at", "2016-10-06 15:36:12.484041"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim dolorem ducimus necessitatibus autem eum doloribus.\",\"text\":\"Try to connect the HDD system, maybe it will index the neural program!\"}"], ["created_at", "2016-10-06 15:36:12.485311"], ["updated_at", "2016-10-06 15:36:12.485311"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est asperiores quas rerum ad deleniti.\",\"text\":\"Calculating the microchip won't do anything, we need to override the mobile agp driver!\"}"], ["created_at", "2016-10-06 15:36:12.487179"], ["updated_at", "2016-10-06 15:36:12.487179"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores numquam dolor temporibus aut.\",\"text\":\"You can't reboot the system without hacking the haptic HDD hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.488900"], ["updated_at", "2016-10-06 15:36:12.488900"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque necessitatibus sapiente aspernatur.\",\"text\":\"Use the neural HTTP alarm, then you can connect the digital monitor!\"}"], ["created_at", "2016-10-06 15:36:12.490727"], ["updated_at", "2016-10-06 15:36:12.490727"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex laborum quo qui est.\",\"text\":\"The CSS alarm is down, quantify the online firewall so we can navigate the COM interface!\"}"], ["created_at", "2016-10-06 15:36:12.492603"], ["updated_at", "2016-10-06 15:36:12.492603"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio corporis dolorum.\",\"text\":\"The AGP firewall is down, back up the open-source bus so we can compress the PNG system!\"}"], ["created_at", "2016-10-06 15:36:12.497806"], ["updated_at", "2016-10-06 15:36:12.497806"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime vel error velit fugit.\",\"text\":\"Use the 1080p SMS transmitter, then you can reboot the open-source transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.500300"], ["updated_at", "2016-10-06 15:36:12.500300"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim veniam qui consequuntur qui.\",\"text\":\"The IB microchip is down, synthesize the digital panel so we can reboot the RAM protocol!\"}"], ["created_at", "2016-10-06 15:36:12.501837"], ["updated_at", "2016-10-06 15:36:12.501837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur tenetur et nihil eum voluptatem.\",\"text\":\"If we input the program, we can get to the PCI interface through the optical SDD hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.502910"], ["updated_at", "2016-10-06 15:36:12.502910"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est consequatur quo amet autem.\",\"text\":\"You can't reboot the driver without quantifying the 1080p SDD application!\"}"], ["created_at", "2016-10-06 15:36:12.503811"], ["updated_at", "2016-10-06 15:36:12.503811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea rerum iure debitis atque eveniet impedit.\",\"text\":\"If we program the monitor, we can get to the CSS panel through the wireless THX driver!\"}"], ["created_at", "2016-10-06 15:36:12.504758"], ["updated_at", "2016-10-06 15:36:12.504758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est impedit quis quidem eos nulla.\",\"text\":\"You can't transmit the microchip without synthesizing the online AI microchip!\"}"], ["created_at", "2016-10-06 15:36:12.505856"], ["updated_at", "2016-10-06 15:36:12.505856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus repudiandae eos minima velit.\",\"text\":\"Synthesizing the card won't do anything, we need to parse the online ssl capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.506889"], ["updated_at", "2016-10-06 15:36:12.506889"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde a repellendus.\",\"text\":\"The SSL transmitter is down, bypass the digital program so we can bypass the RSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.507849"], ["updated_at", "2016-10-06 15:36:12.507849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias culpa quia incidunt rerum quae at.\",\"text\":\"Try to bypass the GB sensor, maybe it will back up the cross-platform transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.508754"], ["updated_at", "2016-10-06 15:36:12.508754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam in velit similique.\",\"text\":\"If we index the circuit, we can get to the HTTP panel through the mobile SMTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.509624"], ["updated_at", "2016-10-06 15:36:12.509624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut assumenda expedita nisi laborum nobis.\",\"text\":\"Indexing the driver won't do anything, we need to index the neural com alarm!\"}"], ["created_at", "2016-10-06 15:36:12.510530"], ["updated_at", "2016-10-06 15:36:12.510530"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas vitae consequatur.\",\"text\":\"I'll copy the wireless ADP protocol, that should hard drive the PCI port!\"}"], ["created_at", "2016-10-06 15:36:12.511411"], ["updated_at", "2016-10-06 15:36:12.511411"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error ea nostrum magnam qui similique.\",\"text\":\"You can't back up the system without connecting the open-source THX matrix!\"}"], ["created_at", "2016-10-06 15:36:12.512477"], ["updated_at", "2016-10-06 15:36:12.512477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex labore quia esse.\",\"text\":\"You can't back up the program without indexing the cross-platform GB bus!\"}"], ["created_at", "2016-10-06 15:36:12.513518"], ["updated_at", "2016-10-06 15:36:12.513518"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis rerum autem unde in laborum.\",\"text\":\"Bypassing the sensor won't do anything, we need to connect the cross-platform sms sensor!\"}"], ["created_at", "2016-10-06 15:36:12.514530"], ["updated_at", "2016-10-06 15:36:12.514530"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt explicabo exercitationem eos illum eius.\",\"text\":\"We need to back up the wireless XSS panel!\"}"], ["created_at", "2016-10-06 15:36:12.516051"], ["updated_at", "2016-10-06 15:36:12.516051"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et exercitationem qui sint.\",\"text\":\"The SCSI transmitter is down, connect the solid state system so we can compress the COM system!\"}"], ["created_at", "2016-10-06 15:36:12.518479"], ["updated_at", "2016-10-06 15:36:12.518479"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic commodi natus praesentium et in doloremque.\",\"text\":\"Try to calculate the COM feed, maybe it will override the 1080p program!\"}"], ["created_at", "2016-10-06 15:36:12.519784"], ["updated_at", "2016-10-06 15:36:12.519784"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum quo iusto quisquam quas.\",\"text\":\"Overriding the panel won't do anything, we need to generate the back-end jbod capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.521114"], ["updated_at", "2016-10-06 15:36:12.521114"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam quae cumque dolorem odit qui.\",\"text\":\"The JSON hard drive is down, override the multi-byte feed so we can hack the SSL microchip!\"}"], ["created_at", "2016-10-06 15:36:12.522241"], ["updated_at", "2016-10-06 15:36:12.522241"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas magnam magni laboriosam culpa ea doloribus ab.\",\"text\":\"Quantifying the hard drive won't do anything, we need to transmit the 1080p ib pixel!\"}"], ["created_at", "2016-10-06 15:36:12.523154"], ["updated_at", "2016-10-06 15:36:12.523154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta est voluptatum.\",\"text\":\"Use the bluetooth COM feed, then you can parse the 1080p array!\"}"], ["created_at", "2016-10-06 15:36:12.524036"], ["updated_at", "2016-10-06 15:36:12.524036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum ipsa dolor possimus.\",\"text\":\"We need to calculate the open-source XML capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.524897"], ["updated_at", "2016-10-06 15:36:12.524897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam vero quidem quia est.\",\"text\":\"You can't hack the system without parsing the virtual PNG pixel!\"}"], ["created_at", "2016-10-06 15:36:12.525757"], ["updated_at", "2016-10-06 15:36:12.525757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates qui veritatis ab ut ullam.\",\"text\":\"We need to back up the virtual RSS circuit!\"}"], ["created_at", "2016-10-06 15:36:12.526655"], ["updated_at", "2016-10-06 15:36:12.526655"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea blanditiis error est doloribus esse reprehenderit.\",\"text\":\"If we transmit the monitor, we can get to the SMS protocol through the redundant EXE application!\"}"], ["created_at", "2016-10-06 15:36:12.527488"], ["updated_at", "2016-10-06 15:36:12.527488"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod debitis maxime laudantium sed sapiente.\",\"text\":\"We need to copy the open-source SDD array!\"}"], ["created_at", "2016-10-06 15:36:12.528631"], ["updated_at", "2016-10-06 15:36:12.528631"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis sit reprehenderit nemo.\",\"text\":\"Bypassing the matrix won't do anything, we need to transmit the back-end ftp monitor!\"}"], ["created_at", "2016-10-06 15:36:12.531461"], ["updated_at", "2016-10-06 15:36:12.531461"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptas non autem commodi sit.\",\"text\":\"If we input the bus, we can get to the GB hard drive through the optical FTP driver!\"}"], ["created_at", "2016-10-06 15:36:12.534194"], ["updated_at", "2016-10-06 15:36:12.534194"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos magni dolorum ut nihil magnam.\",\"text\":\"You can't generate the capacitor without overriding the neural RAM hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.537066"], ["updated_at", "2016-10-06 15:36:12.537066"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas dolorem modi ea doloremque nihil.\",\"text\":\"Try to input the FTP circuit, maybe it will back up the back-end microchip!\"}"], ["created_at", "2016-10-06 15:36:12.538094"], ["updated_at", "2016-10-06 15:36:12.538094"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus quod perspiciatis numquam iure excepturi voluptas quo.\",\"text\":\"We need to reboot the cross-platform USB card!\"}"], ["created_at", "2016-10-06 15:36:12.539032"], ["updated_at", "2016-10-06 15:36:12.539032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor facere dolorem.\",\"text\":\"Use the mobile PCI panel, then you can parse the back-end port!\"}"], ["created_at", "2016-10-06 15:36:12.539899"], ["updated_at", "2016-10-06 15:36:12.539899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium facere quis amet et minus iure.\",\"text\":\"Use the online PNG interface, then you can input the optical bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.540777"], ["updated_at", "2016-10-06 15:36:12.540777"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem architecto atque.\",\"text\":\"We need to calculate the back-end SAS sensor!\"}"], ["created_at", "2016-10-06 15:36:12.541657"], ["updated_at", "2016-10-06 15:36:12.541657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aliquam commodi.\",\"text\":\"We need to reboot the online RSS interface!\"}"], ["created_at", "2016-10-06 15:36:12.542616"], ["updated_at", "2016-10-06 15:36:12.542616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus voluptas nobis quos a veniam rem tempore.\",\"text\":\"Try to hack the EXE alarm, maybe it will reboot the neural interface!\"}"], ["created_at", "2016-10-06 15:36:12.543516"], ["updated_at", "2016-10-06 15:36:12.543516"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est magni quia perspiciatis laudantium consequuntur.\",\"text\":\"Use the bluetooth SCSI transmitter, then you can hack the bluetooth system!\"}"], ["created_at", "2016-10-06 15:36:12.544418"], ["updated_at", "2016-10-06 15:36:12.544418"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur culpa est.\",\"text\":\"I'll hack the wireless SMTP protocol, that should sensor the CSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.545784"], ["updated_at", "2016-10-06 15:36:12.545784"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita non et hic iure ut.\",\"text\":\"You can't generate the bandwidth without programming the digital AI alarm!\"}"], ["created_at", "2016-10-06 15:36:12.550006"], ["updated_at", "2016-10-06 15:36:12.550006"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus nostrum numquam doloremque impedit illo sapiente.\",\"text\":\"If we quantify the transmitter, we can get to the USB microchip through the haptic GB application!\"}"], ["created_at", "2016-10-06 15:36:12.552658"], ["updated_at", "2016-10-06 15:36:12.552658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque velit et porro sint quo earum.\",\"text\":\"Generating the capacitor won't do anything, we need to override the online png alarm!\"}"], ["created_at", "2016-10-06 15:36:12.553937"], ["updated_at", "2016-10-06 15:36:12.553937"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut iste nostrum dolorem laboriosam accusantium.\",\"text\":\"Use the cross-platform IB system, then you can index the 1080p bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.554901"], ["updated_at", "2016-10-06 15:36:12.554901"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum velit doloremque voluptas et.\",\"text\":\"If we program the bandwidth, we can get to the AI bus through the redundant USB panel!\"}"], ["created_at", "2016-10-06 15:36:12.555780"], ["updated_at", "2016-10-06 15:36:12.555780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur assumenda sit quod dolore vero.\",\"text\":\"We need to calculate the virtual GB port!\"}"], ["created_at", "2016-10-06 15:36:12.556713"], ["updated_at", "2016-10-06 15:36:12.556713"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni nisi mollitia quis exercitationem minus.\",\"text\":\"Use the bluetooth AGP port, then you can reboot the digital pixel!\"}"], ["created_at", "2016-10-06 15:36:12.557623"], ["updated_at", "2016-10-06 15:36:12.557623"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem aliquam quaerat.\",\"text\":\"We need to compress the virtual SAS protocol!\"}"], ["created_at", "2016-10-06 15:36:12.558520"], ["updated_at", "2016-10-06 15:36:12.558520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab itaque velit provident dolor qui pariatur.\",\"text\":\"If we override the system, we can get to the IB interface through the open-source XML system!\"}"], ["created_at", "2016-10-06 15:36:12.559393"], ["updated_at", "2016-10-06 15:36:12.559393"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem est beatae dolor et reprehenderit.\",\"text\":\"The GB bus is down, parse the solid state firewall so we can hack the RSS driver!\"}"], ["created_at", "2016-10-06 15:36:12.560238"], ["updated_at", "2016-10-06 15:36:12.560238"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus consequuntur aliquid commodi sit.\",\"text\":\"You can't navigate the pixel without overriding the neural AGP card!\"}"], ["created_at", "2016-10-06 15:36:12.561159"], ["updated_at", "2016-10-06 15:36:12.561159"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed repellat non nulla.\",\"text\":\"Quantifying the interface won't do anything, we need to bypass the wireless thx interface!\"}"], ["created_at", "2016-10-06 15:36:12.562596"], ["updated_at", "2016-10-06 15:36:12.562596"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti quis nisi temporibus illum blanditiis.\",\"text\":\"You can't generate the protocol without generating the digital IB capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.565227"], ["updated_at", "2016-10-06 15:36:12.565227"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam qui minus.\",\"text\":\"Try to connect the SMS card, maybe it will synthesize the wireless microchip!\"}"], ["created_at", "2016-10-06 15:36:12.567962"], ["updated_at", "2016-10-06 15:36:12.567962"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis eum dolorem itaque et dolores necessitatibus.\",\"text\":\"Use the bluetooth SSL circuit, then you can connect the redundant microchip!\"}"], ["created_at", "2016-10-06 15:36:12.568994"], ["updated_at", "2016-10-06 15:36:12.568994"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur quia consequatur.\",\"text\":\"You can't parse the circuit without copying the multi-byte SQL driver!\"}"], ["created_at", "2016-10-06 15:36:12.569975"], ["updated_at", "2016-10-06 15:36:12.569975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem et distinctio et qui eligendi tempora.\",\"text\":\"The TCP interface is down, program the multi-byte firewall so we can program the FTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.570920"], ["updated_at", "2016-10-06 15:36:12.570920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus beatae alias voluptas.\",\"text\":\"You can't parse the sensor without quantifying the back-end PNG capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.571810"], ["updated_at", "2016-10-06 15:36:12.571810"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est amet aspernatur.\",\"text\":\"If we input the protocol, we can get to the JBOD panel through the redundant IB card!\"}"], ["created_at", "2016-10-06 15:36:12.572654"], ["updated_at", "2016-10-06 15:36:12.572654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut molestiae delectus consequatur aliquid aut.\",\"text\":\"If we connect the transmitter, we can get to the ADP panel through the auxiliary GB bus!\"}"], ["created_at", "2016-10-06 15:36:12.573601"], ["updated_at", "2016-10-06 15:36:12.573601"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores recusandae omnis.\",\"text\":\"You can't navigate the system without synthesizing the bluetooth SMTP circuit!\"}"], ["created_at", "2016-10-06 15:36:12.574501"], ["updated_at", "2016-10-06 15:36:12.574501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non fugiat rerum doloremque cumque voluptatibus.\",\"text\":\"I'll generate the solid state HDD hard drive, that should pixel the JSON monitor!\"}"], ["created_at", "2016-10-06 15:36:12.575461"], ["updated_at", "2016-10-06 15:36:12.575461"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et facere quidem quaerat laudantium eveniet fugiat quia.\",\"text\":\"We need to input the neural IB array!\"}"], ["created_at", "2016-10-06 15:36:12.576338"], ["updated_at", "2016-10-06 15:36:12.576338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id odit nihil ratione.\",\"text\":\"Navigating the hard drive won't do anything, we need to parse the haptic png monitor!\"}"], ["created_at", "2016-10-06 15:36:12.577277"], ["updated_at", "2016-10-06 15:36:12.577277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero debitis modi deleniti quo iure vero.\",\"text\":\"Quantifying the matrix won't do anything, we need to synthesize the cross-platform agp bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.578250"], ["updated_at", "2016-10-06 15:36:12.578250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius eum in voluptatibus impedit aliquid necessitatibus.\",\"text\":\"We need to parse the mobile SDD program!\"}"], ["created_at", "2016-10-06 15:36:12.579167"], ["updated_at", "2016-10-06 15:36:12.579167"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo nostrum est est qui et doloribus aut.\",\"text\":\"Try to program the COM panel, maybe it will reboot the cross-platform panel!\"}"], ["created_at", "2016-10-06 15:36:12.580043"], ["updated_at", "2016-10-06 15:36:12.580043"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem consequatur in occaecati quidem doloribus.\",\"text\":\"Connecting the capacitor won't do anything, we need to quantify the bluetooth ib system!\"}"], ["created_at", "2016-10-06 15:36:12.580936"], ["updated_at", "2016-10-06 15:36:12.580936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo odit animi ipsa expedita at.\",\"text\":\"We need to generate the optical XML capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.581882"], ["updated_at", "2016-10-06 15:36:12.581882"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit omnis ipsa provident et optio inventore.\",\"text\":\"Try to navigate the SMTP bus, maybe it will parse the back-end protocol!\"}"], ["created_at", "2016-10-06 15:36:12.583138"], ["updated_at", "2016-10-06 15:36:12.583138"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim modi perspiciatis.\",\"text\":\"Try to quantify the IB transmitter, maybe it will compress the haptic port!\"}"], ["created_at", "2016-10-06 15:36:12.586519"], ["updated_at", "2016-10-06 15:36:12.586519"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem eius provident quaerat nihil dolorem praesentium.\",\"text\":\"If we quantify the driver, we can get to the CSS program through the multi-byte SSL driver!\"}"], ["created_at", "2016-10-06 15:36:12.587956"], ["updated_at", "2016-10-06 15:36:12.587956"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic provident vel nulla.\",\"text\":\"Copying the alarm won't do anything, we need to synthesize the wireless sdd matrix!\"}"], ["created_at", "2016-10-06 15:36:12.589017"], ["updated_at", "2016-10-06 15:36:12.589017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque molestiae reiciendis error.\",\"text\":\"If we parse the sensor, we can get to the EXE transmitter through the multi-byte JBOD application!\"}"], ["created_at", "2016-10-06 15:36:12.589983"], ["updated_at", "2016-10-06 15:36:12.589983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum amet porro placeat.\",\"text\":\"We need to connect the open-source PCI capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.590980"], ["updated_at", "2016-10-06 15:36:12.590980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quas eligendi laudantium numquam.\",\"text\":\"Use the online GB feed, then you can parse the primary alarm!\"}"], ["created_at", "2016-10-06 15:36:12.591913"], ["updated_at", "2016-10-06 15:36:12.591913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et minus non.\",\"text\":\"The SCSI microchip is down, generate the digital pixel so we can input the SMTP port!\"}"], ["created_at", "2016-10-06 15:36:12.592868"], ["updated_at", "2016-10-06 15:36:12.592868"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia corporis quisquam sit provident neque.\",\"text\":\"The JBOD interface is down, transmit the optical bandwidth so we can input the HTTP application!\"}"], ["created_at", "2016-10-06 15:36:12.594312"], ["updated_at", "2016-10-06 15:36:12.594312"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae eos suscipit quaerat.\",\"text\":\"If we calculate the firewall, we can get to the FTP application through the digital HDD alarm!\"}"], ["created_at", "2016-10-06 15:36:12.597388"], ["updated_at", "2016-10-06 15:36:12.597388"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse quia et et iste debitis.\",\"text\":\"I'll quantify the wireless SSL capacitor, that should interface the HDD pixel!\"}"], ["created_at", "2016-10-06 15:36:12.600160"], ["updated_at", "2016-10-06 15:36:12.600160"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim sunt voluptates atque dolor eaque.\",\"text\":\"Try to quantify the AGP interface, maybe it will navigate the solid state feed!\"}"], ["created_at", "2016-10-06 15:36:12.602112"], ["updated_at", "2016-10-06 15:36:12.602112"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum enim deleniti consequatur aut.\",\"text\":\"You can't generate the system without overriding the haptic SAS matrix!\"}"], ["created_at", "2016-10-06 15:36:12.603879"], ["updated_at", "2016-10-06 15:36:12.603879"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor et assumenda atque magnam ea eveniet voluptas.\",\"text\":\"The SAS hard drive is down, override the bluetooth system so we can hack the IB transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.605665"], ["updated_at", "2016-10-06 15:36:12.605665"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet unde praesentium et est modi ea voluptatibus.\",\"text\":\"If we quantify the card, we can get to the RAM sensor through the optical EXE matrix!\"}"], ["created_at", "2016-10-06 15:36:12.607503"], ["updated_at", "2016-10-06 15:36:12.607503"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi sit corporis aperiam.\",\"text\":\"You can't calculate the microchip without transmitting the primary IB monitor!\"}"], ["created_at", "2016-10-06 15:36:12.609429"], ["updated_at", "2016-10-06 15:36:12.609429"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In praesentium velit est quidem.\",\"text\":\"The PCI program is down, generate the redundant transmitter so we can transmit the USB pixel!\"}"], ["created_at", "2016-10-06 15:36:12.611525"], ["updated_at", "2016-10-06 15:36:12.611525"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum itaque nihil repellat maxime at sed.\",\"text\":\"If we quantify the transmitter, we can get to the RSS monitor through the primary ADP interface!\"}"], ["created_at", "2016-10-06 15:36:12.613925"], ["updated_at", "2016-10-06 15:36:12.613925"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eveniet aut eum consequatur qui et.\",\"text\":\"We need to navigate the bluetooth SMS transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.615672"], ["updated_at", "2016-10-06 15:36:12.615672"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nemo et optio autem quas.\",\"text\":\"You can't input the transmitter without copying the bluetooth AI firewall!\"}"], ["created_at", "2016-10-06 15:36:12.617262"], ["updated_at", "2016-10-06 15:36:12.617262"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam dignissimos hic sunt quibusdam eaque quia.\",\"text\":\"If we compress the application, we can get to the IB alarm through the primary SQL transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.618825"], ["updated_at", "2016-10-06 15:36:12.618825"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem qui sunt et eum.\",\"text\":\"You can't synthesize the bus without bypassing the wireless ADP microchip!\"}"], ["created_at", "2016-10-06 15:36:12.620188"], ["updated_at", "2016-10-06 15:36:12.620188"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis autem debitis reiciendis qui quasi.\",\"text\":\"The TCP application is down, synthesize the cross-platform port so we can connect the SSL monitor!\"}"], ["created_at", "2016-10-06 15:36:12.621630"], ["updated_at", "2016-10-06 15:36:12.621630"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem sapiente placeat.\",\"text\":\"We need to hack the solid state SMTP card!\"}"], ["created_at", "2016-10-06 15:36:12.624647"], ["updated_at", "2016-10-06 15:36:12.624647"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente commodi ut ut optio quibusdam ut ducimus.\",\"text\":\"You can't input the transmitter without calculating the redundant SSL interface!\"}"], ["created_at", "2016-10-06 15:36:12.626629"], ["updated_at", "2016-10-06 15:36:12.626629"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam vel eum maiores voluptate debitis quos.\",\"text\":\"Try to navigate the FTP application, maybe it will override the primary bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.628671"], ["updated_at", "2016-10-06 15:36:12.628671"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi natus laborum similique.\",\"text\":\"Use the wireless CSS microchip, then you can generate the primary transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.630629"], ["updated_at", "2016-10-06 15:36:12.630629"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo corporis voluptatem rerum eius tempore dolore eos.\",\"text\":\"We need to hack the neural PNG firewall!\"}"], ["created_at", "2016-10-06 15:36:12.632019"], ["updated_at", "2016-10-06 15:36:12.632019"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum veniam praesentium itaque molestiae non.\",\"text\":\"The SCSI alarm is down, hack the optical application so we can calculate the SDD application!\"}"], ["created_at", "2016-10-06 15:36:12.634279"], ["updated_at", "2016-10-06 15:36:12.634279"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur perspiciatis facere aut.\",\"text\":\"If we quantify the protocol, we can get to the IB capacitor through the neural SQL array!\"}"], ["created_at", "2016-10-06 15:36:12.638076"], ["updated_at", "2016-10-06 15:36:12.638076"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis provident magni.\",\"text\":\"Use the wireless JBOD alarm, then you can compress the 1080p protocol!\"}"], ["created_at", "2016-10-06 15:36:12.640068"], ["updated_at", "2016-10-06 15:36:12.640068"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit minima occaecati autem eos ut.\",\"text\":\"We need to reboot the open-source SCSI program!\"}"], ["created_at", "2016-10-06 15:36:12.642091"], ["updated_at", "2016-10-06 15:36:12.642091"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi dicta non.\",\"text\":\"If we reboot the transmitter, we can get to the USB transmitter through the primary FTP feed!\"}"], ["created_at", "2016-10-06 15:36:12.644239"], ["updated_at", "2016-10-06 15:36:12.644239"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias qui inventore error.\",\"text\":\"Use the solid state SCSI monitor, then you can reboot the cross-platform circuit!\"}"], ["created_at", "2016-10-06 15:36:12.646272"], ["updated_at", "2016-10-06 15:36:12.646272"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio explicabo dignissimos.\",\"text\":\"We need to synthesize the online XML monitor!\"}"], ["created_at", "2016-10-06 15:36:12.648298"], ["updated_at", "2016-10-06 15:36:12.648298"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate est ea.\",\"text\":\"I'll compress the multi-byte XSS hard drive, that should bus the SMS firewall!\"}"], ["created_at", "2016-10-06 15:36:12.650154"], ["updated_at", "2016-10-06 15:36:12.650154"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore esse voluptates atque aliquam vel neque doloribus.\",\"text\":\"You can't connect the alarm without parsing the mobile XML array!\"}"], ["created_at", "2016-10-06 15:36:12.651947"], ["updated_at", "2016-10-06 15:36:12.651947"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam minus quo.\",\"text\":\"I'll calculate the back-end EXE array, that should array the SAS monitor!\"}"], ["created_at", "2016-10-06 15:36:12.653738"], ["updated_at", "2016-10-06 15:36:12.653738"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum odit in.\",\"text\":\"I'll hack the optical PCI capacitor, that should application the RAM port!\"}"], ["created_at", "2016-10-06 15:36:12.655504"], ["updated_at", "2016-10-06 15:36:12.655504"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores vel illum incidunt quae dolore iusto soluta.\",\"text\":\"Use the neural HTTP pixel, then you can index the online microchip!\"}"], ["created_at", "2016-10-06 15:36:12.657263"], ["updated_at", "2016-10-06 15:36:12.657263"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ducimus sit maxime.\",\"text\":\"Connecting the firewall won't do anything, we need to parse the optical thx system!\"}"], ["created_at", "2016-10-06 15:36:12.658998"], ["updated_at", "2016-10-06 15:36:12.658998"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit odio atque et sit quidem.\",\"text\":\"If we transmit the card, we can get to the SDD transmitter through the bluetooth COM firewall!\"}"], ["created_at", "2016-10-06 15:36:12.660690"], ["updated_at", "2016-10-06 15:36:12.660690"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea eaque et aut ut.\",\"text\":\"You can't parse the system without bypassing the neural AGP array!\"}"], ["created_at", "2016-10-06 15:36:12.662475"], ["updated_at", "2016-10-06 15:36:12.662475"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum necessitatibus error perferendis fugiat occaecati voluptatem cupiditate.\",\"text\":\"Try to synthesize the IB port, maybe it will back up the redundant microchip!\"}"], ["created_at", "2016-10-06 15:36:12.665910"], ["updated_at", "2016-10-06 15:36:12.665910"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero est est veniam et quas.\",\"text\":\"We need to copy the redundant HDD capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.669315"], ["updated_at", "2016-10-06 15:36:12.669315"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium quia odit.\",\"text\":\"We need to reboot the online USB panel!\"}"], ["created_at", "2016-10-06 15:36:12.670853"], ["updated_at", "2016-10-06 15:36:12.670853"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ratione nobis molestiae sunt.\",\"text\":\"Try to back up the USB card, maybe it will navigate the mobile circuit!\"}"], ["created_at", "2016-10-06 15:36:12.672162"], ["updated_at", "2016-10-06 15:36:12.672162"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero adipisci autem consequuntur minima.\",\"text\":\"I'll bypass the virtual AGP pixel, that should microchip the SMTP matrix!\"}"], ["created_at", "2016-10-06 15:36:12.673424"], ["updated_at", "2016-10-06 15:36:12.673424"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis illum ut voluptates non quaerat.\",\"text\":\"Use the haptic PNG protocol, then you can reboot the solid state panel!\"}"], ["created_at", "2016-10-06 15:36:12.674628"], ["updated_at", "2016-10-06 15:36:12.674628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt sit quam labore.\",\"text\":\"Use the 1080p SMS panel, then you can program the 1080p firewall!\"}"], ["created_at", "2016-10-06 15:36:12.675662"], ["updated_at", "2016-10-06 15:36:12.675662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam dolores impedit.\",\"text\":\"I'll navigate the cross-platform SDD driver, that should sensor the SQL matrix!\"}"], ["created_at", "2016-10-06 15:36:12.676556"], ["updated_at", "2016-10-06 15:36:12.676556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et placeat laborum est ut omnis.\",\"text\":\"If we connect the bandwidth, we can get to the SQL matrix through the redundant ADP hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.677426"], ["updated_at", "2016-10-06 15:36:12.677426"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero aut esse vitae.\",\"text\":\"The CSS hard drive is down, override the multi-byte monitor so we can quantify the SDD array!\"}"], ["created_at", "2016-10-06 15:36:12.678499"], ["updated_at", "2016-10-06 15:36:12.678499"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus beatae eligendi quam et recusandae.\",\"text\":\"Try to compress the SAS protocol, maybe it will override the 1080p matrix!\"}"], ["created_at", "2016-10-06 15:36:12.679959"], ["updated_at", "2016-10-06 15:36:12.679959"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere voluptas vero laudantium cupiditate.\",\"text\":\"If we quantify the driver, we can get to the SDD microchip through the redundant SAS panel!\"}"], ["created_at", "2016-10-06 15:36:12.681877"], ["updated_at", "2016-10-06 15:36:12.681877"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos enim perferendis aspernatur laudantium.\",\"text\":\"Use the redundant GB circuit, then you can connect the solid state microchip!\"}"], ["created_at", "2016-10-06 15:36:12.683404"], ["updated_at", "2016-10-06 15:36:12.683404"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut occaecati eum ea.\",\"text\":\"I'll transmit the neural TCP bandwidth, that should monitor the USB protocol!\"}"], ["created_at", "2016-10-06 15:36:12.685796"], ["updated_at", "2016-10-06 15:36:12.685796"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et pariatur quidem.\",\"text\":\"Navigating the program won't do anything, we need to compress the bluetooth gb application!\"}"], ["created_at", "2016-10-06 15:36:12.688701"], ["updated_at", "2016-10-06 15:36:12.688701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id voluptatem mollitia rerum quibusdam molestias doloremque minima.\",\"text\":\"We need to index the auxiliary SAS monitor!\"}"], ["created_at", "2016-10-06 15:36:12.689940"], ["updated_at", "2016-10-06 15:36:12.689940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe optio laboriosam voluptatum.\",\"text\":\"I'll input the online SCSI sensor, that should driver the JSON application!\"}"], ["created_at", "2016-10-06 15:36:12.690866"], ["updated_at", "2016-10-06 15:36:12.690866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic in explicabo est incidunt enim.\",\"text\":\"You can't transmit the transmitter without backing up the neural GB array!\"}"], ["created_at", "2016-10-06 15:36:12.691739"], ["updated_at", "2016-10-06 15:36:12.691739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum delectus minima aspernatur at.\",\"text\":\"The PNG program is down, parse the primary interface so we can bypass the EXE system!\"}"], ["created_at", "2016-10-06 15:36:12.692582"], ["updated_at", "2016-10-06 15:36:12.692582"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At id repellat explicabo maxime aut expedita a.\",\"text\":\"I'll quantify the redundant PNG interface, that should circuit the SCSI system!\"}"], ["created_at", "2016-10-06 15:36:12.693437"], ["updated_at", "2016-10-06 15:36:12.693437"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut facere tenetur eius blanditiis perspiciatis enim quaerat.\",\"text\":\"If we copy the hard drive, we can get to the JSON matrix through the redundant PCI transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.694377"], ["updated_at", "2016-10-06 15:36:12.694377"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi commodi error voluptatum et eos nam ipsum.\",\"text\":\"I'll index the haptic SSL hard drive, that should port the AGP application!\"}"], ["created_at", "2016-10-06 15:36:12.695656"], ["updated_at", "2016-10-06 15:36:12.695656"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque optio sapiente ea sint magnam.\",\"text\":\"If we copy the circuit, we can get to the AGP capacitor through the neural TCP bus!\"}"], ["created_at", "2016-10-06 15:36:12.698336"], ["updated_at", "2016-10-06 15:36:12.698336"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ipsum non incidunt aut impedit.\",\"text\":\"Use the 1080p THX array, then you can input the wireless hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.699520"], ["updated_at", "2016-10-06 15:36:12.699520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque id est.\",\"text\":\"The SMS protocol is down, synthesize the bluetooth feed so we can copy the COM interface!\"}"], ["created_at", "2016-10-06 15:36:12.700461"], ["updated_at", "2016-10-06 15:36:12.700461"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore sed vel non qui vero.\",\"text\":\"The AI bandwidth is down, compress the bluetooth sensor so we can parse the JBOD matrix!\"}"], ["created_at", "2016-10-06 15:36:12.701358"], ["updated_at", "2016-10-06 15:36:12.701358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum placeat eaque amet aut.\",\"text\":\"Copying the program won't do anything, we need to quantify the neural sms matrix!\"}"], ["created_at", "2016-10-06 15:36:12.702294"], ["updated_at", "2016-10-06 15:36:12.702294"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et atque animi quo id.\",\"text\":\"If we quantify the driver, we can get to the XML capacitor through the redundant THX feed!\"}"], ["created_at", "2016-10-06 15:36:12.703183"], ["updated_at", "2016-10-06 15:36:12.703183"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus sed molestiae molestiae maxime.\",\"text\":\"I'll override the neural SDD circuit, that should bandwidth the USB panel!\"}"], ["created_at", "2016-10-06 15:36:12.704062"], ["updated_at", "2016-10-06 15:36:12.704062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem soluta magnam.\",\"text\":\"You can't transmit the port without navigating the solid state HDD card!\"}"], ["created_at", "2016-10-06 15:36:12.704993"], ["updated_at", "2016-10-06 15:36:12.704993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem rerum qui voluptate autem.\",\"text\":\"The JBOD application is down, hack the back-end alarm so we can calculate the RSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.705860"], ["updated_at", "2016-10-06 15:36:12.705860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id qui rerum qui nihil eveniet minima.\",\"text\":\"You can't override the protocol without hacking the cross-platform THX array!\"}"], ["created_at", "2016-10-06 15:36:12.706740"], ["updated_at", "2016-10-06 15:36:12.706740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est autem neque reprehenderit ullam.\",\"text\":\"You can't program the card without generating the online SCSI card!\"}"], ["created_at", "2016-10-06 15:36:12.707614"], ["updated_at", "2016-10-06 15:36:12.707614"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi repellat aperiam doloribus hic.\",\"text\":\"I'll index the solid state CSS application, that should card the PNG card!\"}"], ["created_at", "2016-10-06 15:36:12.708472"], ["updated_at", "2016-10-06 15:36:12.708472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae aperiam amet sunt nulla.\",\"text\":\"Navigating the circuit won't do anything, we need to generate the redundant ssl monitor!\"}"], ["created_at", "2016-10-06 15:36:12.709385"], ["updated_at", "2016-10-06 15:36:12.709385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis eum maxime recusandae facere est officia ducimus.\",\"text\":\"Connecting the driver won't do anything, we need to navigate the online ai capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.710273"], ["updated_at", "2016-10-06 15:36:12.710273"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur nulla distinctio adipisci vel aliquam est itaque.\",\"text\":\"Indexing the panel won't do anything, we need to synthesize the wireless agp transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.711207"], ["updated_at", "2016-10-06 15:36:12.711207"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis rerum id quia et.\",\"text\":\"Connecting the firewall won't do anything, we need to connect the solid state hdd hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.712598"], ["updated_at", "2016-10-06 15:36:12.712598"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam corporis accusamus consequatur quae adipisci.\",\"text\":\"Try to copy the SSL hard drive, maybe it will connect the virtual program!\"}"], ["created_at", "2016-10-06 15:36:12.714778"], ["updated_at", "2016-10-06 15:36:12.714778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut accusamus quaerat ab aut fuga possimus voluptas.\",\"text\":\"Try to hack the HTTP firewall, maybe it will transmit the virtual card!\"}"], ["created_at", "2016-10-06 15:36:12.715838"], ["updated_at", "2016-10-06 15:36:12.715838"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores facilis magni cum temporibus id rerum.\",\"text\":\"You can't connect the bus without synthesizing the neural EXE sensor!\"}"], ["created_at", "2016-10-06 15:36:12.716681"], ["updated_at", "2016-10-06 15:36:12.716681"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti quo sit tempore consectetur tenetur alias.\",\"text\":\"I'll program the multi-byte SAS bus, that should card the SSL circuit!\"}"], ["created_at", "2016-10-06 15:36:12.717540"], ["updated_at", "2016-10-06 15:36:12.717540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere est aliquam quia.\",\"text\":\"The TCP application is down, navigate the solid state matrix so we can index the SAS hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.718479"], ["updated_at", "2016-10-06 15:36:12.718479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt tempore sed quod atque.\",\"text\":\"You can't override the interface without synthesizing the virtual THX protocol!\"}"], ["created_at", "2016-10-06 15:36:12.719362"], ["updated_at", "2016-10-06 15:36:12.719362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum at et quis.\",\"text\":\"Try to index the COM pixel, maybe it will navigate the back-end firewall!\"}"], ["created_at", "2016-10-06 15:36:12.720199"], ["updated_at", "2016-10-06 15:36:12.720199"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse placeat natus et aut corrupti.\",\"text\":\"We need to compress the mobile FTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.721089"], ["updated_at", "2016-10-06 15:36:12.721089"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et unde id quia quam.\",\"text\":\"Calculating the hard drive won't do anything, we need to parse the virtual gb bus!\"}"], ["created_at", "2016-10-06 15:36:12.721986"], ["updated_at", "2016-10-06 15:36:12.721986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem dolore et tenetur voluptates aut molestiae.\",\"text\":\"You can't connect the panel without indexing the haptic TCP bus!\"}"], ["created_at", "2016-10-06 15:36:12.722920"], ["updated_at", "2016-10-06 15:36:12.722920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint consequatur est modi omnis nostrum.\",\"text\":\"The SMTP card is down, generate the open-source hard drive so we can copy the COM pixel!\"}"], ["created_at", "2016-10-06 15:36:12.723788"], ["updated_at", "2016-10-06 15:36:12.723788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur omnis adipisci delectus eius rerum quas voluptatibus.\",\"text\":\"If we synthesize the capacitor, we can get to the USB pixel through the wireless SMS port!\"}"], ["created_at", "2016-10-06 15:36:12.724622"], ["updated_at", "2016-10-06 15:36:12.724622"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea velit nam qui earum minima necessitatibus.\",\"text\":\"Try to override the HTTP pixel, maybe it will hack the virtual interface!\"}"], ["created_at", "2016-10-06 15:36:12.725496"], ["updated_at", "2016-10-06 15:36:12.725496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque ut iste repellat aliquid.\",\"text\":\"I'll program the solid state RSS firewall, that should feed the GB monitor!\"}"], ["created_at", "2016-10-06 15:36:12.726417"], ["updated_at", "2016-10-06 15:36:12.726417"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque id et et minima nesciunt illo.\",\"text\":\"We need to reboot the digital RSS port!\"}"], ["created_at", "2016-10-06 15:36:12.727290"], ["updated_at", "2016-10-06 15:36:12.727290"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga voluptatem autem doloribus odio.\",\"text\":\"Programming the driver won't do anything, we need to back up the back-end scsi sensor!\"}"], ["created_at", "2016-10-06 15:36:12.728283"], ["updated_at", "2016-10-06 15:36:12.728283"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias ex culpa maiores sunt molestiae.\",\"text\":\"I'll synthesize the cross-platform AGP panel, that should microchip the THX port!\"}"], ["created_at", "2016-10-06 15:36:12.729669"], ["updated_at", "2016-10-06 15:36:12.729669"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia voluptates error ullam.\",\"text\":\"We need to input the digital SMS matrix!\"}"], ["created_at", "2016-10-06 15:36:12.731663"], ["updated_at", "2016-10-06 15:36:12.731663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nemo saepe qui consequatur amet eum dolorem.\",\"text\":\"I'll input the solid state USB application, that should transmitter the FTP card!\"}"], ["created_at", "2016-10-06 15:36:12.732681"], ["updated_at", "2016-10-06 15:36:12.732681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ea ipsam est ad.\",\"text\":\"Use the online SMTP bus, then you can back up the haptic bus!\"}"], ["created_at", "2016-10-06 15:36:12.733537"], ["updated_at", "2016-10-06 15:36:12.733537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo sapiente sit.\",\"text\":\"You can't parse the card without quantifying the online PCI bus!\"}"], ["created_at", "2016-10-06 15:36:12.734383"], ["updated_at", "2016-10-06 15:36:12.734383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus aliquam veniam qui.\",\"text\":\"The SCSI microchip is down, input the wireless array so we can transmit the COM sensor!\"}"], ["created_at", "2016-10-06 15:36:12.735250"], ["updated_at", "2016-10-06 15:36:12.735250"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius ea quia adipisci veritatis quod esse.\",\"text\":\"We need to transmit the 1080p AI interface!\"}"], ["created_at", "2016-10-06 15:36:12.736097"], ["updated_at", "2016-10-06 15:36:12.736097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et perspiciatis voluptatem voluptatem beatae natus quidem.\",\"text\":\"We need to reboot the open-source PCI microchip!\"}"], ["created_at", "2016-10-06 15:36:12.737057"], ["updated_at", "2016-10-06 15:36:12.737057"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur voluptatem laborum ut nisi.\",\"text\":\"You can't synthesize the monitor without bypassing the primary SAS system!\"}"], ["created_at", "2016-10-06 15:36:12.737992"], ["updated_at", "2016-10-06 15:36:12.737992"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias sint est ullam eos sed labore eum.\",\"text\":\"Backing up the system won't do anything, we need to compress the online smtp system!\"}"], ["created_at", "2016-10-06 15:36:12.738989"], ["updated_at", "2016-10-06 15:36:12.738989"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat accusantium maxime modi iure velit quae sequi.\",\"text\":\"We need to input the primary CSS microchip!\"}"], ["created_at", "2016-10-06 15:36:12.739955"], ["updated_at", "2016-10-06 15:36:12.739955"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt voluptates et eum.\",\"text\":\"Calculating the circuit won't do anything, we need to override the virtual xml port!\"}"], ["created_at", "2016-10-06 15:36:12.740896"], ["updated_at", "2016-10-06 15:36:12.740896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea tempora id magni molestiae excepturi deleniti.\",\"text\":\"If we navigate the protocol, we can get to the AGP driver through the neural AGP bus!\"}"], ["created_at", "2016-10-06 15:36:12.741873"], ["updated_at", "2016-10-06 15:36:12.741873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quibusdam nulla explicabo ea eius.\",\"text\":\"Overriding the port won't do anything, we need to back up the neural sdd interface!\"}"], ["created_at", "2016-10-06 15:36:12.742788"], ["updated_at", "2016-10-06 15:36:12.742788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab ipsa odit porro possimus.\",\"text\":\"Calculating the feed won't do anything, we need to back up the mobile xss sensor!\"}"], ["created_at", "2016-10-06 15:36:12.743727"], ["updated_at", "2016-10-06 15:36:12.743727"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis sit ut ut autem.\",\"text\":\"If we program the hard drive, we can get to the GB panel through the virtual HTTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.744726"], ["updated_at", "2016-10-06 15:36:12.744726"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet non magni molestias.\",\"text\":\"I'll generate the digital EXE transmitter, that should hard drive the JBOD system!\"}"], ["created_at", "2016-10-06 15:36:12.746050"], ["updated_at", "2016-10-06 15:36:12.746050"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis iste error.\",\"text\":\"The SMS application is down, parse the 1080p firewall so we can connect the HDD application!\"}"], ["created_at", "2016-10-06 15:36:12.748138"], ["updated_at", "2016-10-06 15:36:12.748138"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum magnam nulla eaque.\",\"text\":\"Try to input the SMS panel, maybe it will navigate the virtual firewall!\"}"], ["created_at", "2016-10-06 15:36:12.749269"], ["updated_at", "2016-10-06 15:36:12.749269"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum quaerat omnis similique rerum.\",\"text\":\"We need to index the wireless XSS application!\"}"], ["created_at", "2016-10-06 15:36:12.750357"], ["updated_at", "2016-10-06 15:36:12.750357"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic quis corrupti.\",\"text\":\"I'll program the 1080p RAM pixel, that should monitor the PNG array!\"}"], ["created_at", "2016-10-06 15:36:12.751402"], ["updated_at", "2016-10-06 15:36:12.751402"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis fugit exercitationem laborum eius sit.\",\"text\":\"Transmitting the system won't do anything, we need to program the online xml driver!\"}"], ["created_at", "2016-10-06 15:36:12.752322"], ["updated_at", "2016-10-06 15:36:12.752322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores sunt sit molestiae et repudiandae totam ut.\",\"text\":\"Try to navigate the JBOD protocol, maybe it will transmit the online sensor!\"}"], ["created_at", "2016-10-06 15:36:12.753202"], ["updated_at", "2016-10-06 15:36:12.753202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptatibus qui officiis neque distinctio et.\",\"text\":\"The IB feed is down, generate the bluetooth feed so we can index the THX hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.754077"], ["updated_at", "2016-10-06 15:36:12.754077"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut consequuntur dolore neque alias.\",\"text\":\"The RAM system is down, hack the mobile sensor so we can bypass the SQL sensor!\"}"], ["created_at", "2016-10-06 15:36:12.754997"], ["updated_at", "2016-10-06 15:36:12.754997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex quia incidunt at assumenda tempora aut.\",\"text\":\"We need to transmit the optical EXE alarm!\"}"], ["created_at", "2016-10-06 15:36:12.755910"], ["updated_at", "2016-10-06 15:36:12.755910"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ratione voluptatem.\",\"text\":\"If we synthesize the panel, we can get to the GB program through the mobile HTTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.756739"], ["updated_at", "2016-10-06 15:36:12.756739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis aut sapiente.\",\"text\":\"Try to input the AI feed, maybe it will connect the back-end sensor!\"}"], ["created_at", "2016-10-06 15:36:12.757599"], ["updated_at", "2016-10-06 15:36:12.757599"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In et in iusto dolorem.\",\"text\":\"Backing up the hard drive won't do anything, we need to navigate the digital ib circuit!\"}"], ["created_at", "2016-10-06 15:36:12.758467"], ["updated_at", "2016-10-06 15:36:12.758467"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci autem laborum ipsa perspiciatis repellat dolores.\",\"text\":\"Try to connect the PCI circuit, maybe it will parse the back-end pixel!\"}"], ["created_at", "2016-10-06 15:36:12.759331"], ["updated_at", "2016-10-06 15:36:12.759331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae perspiciatis eos ut omnis consequuntur iste nihil.\",\"text\":\"Compressing the application won't do anything, we need to synthesize the mobile json capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.760212"], ["updated_at", "2016-10-06 15:36:12.760212"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur autem facere id.\",\"text\":\"Try to override the USB capacitor, maybe it will hack the neural capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.761081"], ["updated_at", "2016-10-06 15:36:12.761081"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis rerum dolor ad quia est necessitatibus.\",\"text\":\"If we index the panel, we can get to the ADP panel through the open-source RAM bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.762220"], ["updated_at", "2016-10-06 15:36:12.762220"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni cupiditate et recusandae.\",\"text\":\"You can't override the hard drive without parsing the wireless THX capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.764262"], ["updated_at", "2016-10-06 15:36:12.764262"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea voluptas earum quis excepturi nam.\",\"text\":\"I'll compress the wireless CSS hard drive, that should program the HTTP sensor!\"}"], ["created_at", "2016-10-06 15:36:12.765422"], ["updated_at", "2016-10-06 15:36:12.765422"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A sint dolores iste laborum architecto ipsa odio.\",\"text\":\"The THX capacitor is down, calculate the optical monitor so we can parse the XML firewall!\"}"], ["created_at", "2016-10-06 15:36:12.766370"], ["updated_at", "2016-10-06 15:36:12.766370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est id saepe similique deserunt qui harum repellendus.\",\"text\":\"If we copy the panel, we can get to the IB driver through the optical SMS sensor!\"}"], ["created_at", "2016-10-06 15:36:12.767238"], ["updated_at", "2016-10-06 15:36:12.767238"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error sit quisquam nam et minima enim placeat.\",\"text\":\"Try to copy the ADP circuit, maybe it will reboot the optical program!\"}"], ["created_at", "2016-10-06 15:36:12.768118"], ["updated_at", "2016-10-06 15:36:12.768118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed minus odio molestiae minima.\",\"text\":\"Calculating the bus won't do anything, we need to program the open-source pci driver!\"}"], ["created_at", "2016-10-06 15:36:12.769027"], ["updated_at", "2016-10-06 15:36:12.769027"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut odit id velit.\",\"text\":\"I'll hack the redundant PCI array, that should program the AGP microchip!\"}"], ["created_at", "2016-10-06 15:36:12.769860"], ["updated_at", "2016-10-06 15:36:12.769860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat vel totam.\",\"text\":\"I'll override the wireless HTTP application, that should port the EXE panel!\"}"], ["created_at", "2016-10-06 15:36:12.770853"], ["updated_at", "2016-10-06 15:36:12.770853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo nihil quod ut itaque praesentium mollitia non.\",\"text\":\"I'll connect the 1080p SQL interface, that should bus the SMTP feed!\"}"], ["created_at", "2016-10-06 15:36:12.771794"], ["updated_at", "2016-10-06 15:36:12.771794"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit aliquam temporibus ab et atque deleniti neque.\",\"text\":\"The COM card is down, navigate the mobile capacitor so we can program the TCP sensor!\"}"], ["created_at", "2016-10-06 15:36:12.772675"], ["updated_at", "2016-10-06 15:36:12.772675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia sunt dolore omnis.\",\"text\":\"You can't parse the monitor without connecting the multi-byte TCP transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.773564"], ["updated_at", "2016-10-06 15:36:12.773564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora doloribus voluptatem.\",\"text\":\"I'll generate the bluetooth CSS hard drive, that should monitor the RAM alarm!\"}"], ["created_at", "2016-10-06 15:36:12.774442"], ["updated_at", "2016-10-06 15:36:12.774442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus molestiae consequatur laboriosam quidem non inventore blanditiis.\",\"text\":\"Try to synthesize the SAS protocol, maybe it will index the back-end capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.775371"], ["updated_at", "2016-10-06 15:36:12.775371"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nulla asperiores dignissimos minima.\",\"text\":\"Quantifying the card won't do anything, we need to bypass the open-source css bus!\"}"], ["created_at", "2016-10-06 15:36:12.776371"], ["updated_at", "2016-10-06 15:36:12.776371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas beatae corrupti.\",\"text\":\"Try to parse the SMS panel, maybe it will navigate the open-source sensor!\"}"], ["created_at", "2016-10-06 15:36:12.777353"], ["updated_at", "2016-10-06 15:36:12.777353"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium voluptatem nisi ut provident.\",\"text\":\"We need to input the solid state TCP alarm!\"}"], ["created_at", "2016-10-06 15:36:12.778326"], ["updated_at", "2016-10-06 15:36:12.778326"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo tempora necessitatibus reprehenderit.\",\"text\":\"Generating the monitor won't do anything, we need to input the virtual ai hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.779664"], ["updated_at", "2016-10-06 15:36:12.779664"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex pariatur ea quas illo neque dolorem libero.\",\"text\":\"I'll navigate the digital PCI capacitor, that should panel the AGP system!\"}"], ["created_at", "2016-10-06 15:36:12.781659"], ["updated_at", "2016-10-06 15:36:12.781659"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor molestias accusamus.\",\"text\":\"You can't back up the bus without quantifying the auxiliary ADP transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.782803"], ["updated_at", "2016-10-06 15:36:12.782803"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni sint eum libero rem.\",\"text\":\"The EXE protocol is down, compress the solid state pixel so we can bypass the PCI card!\"}"], ["created_at", "2016-10-06 15:36:12.783703"], ["updated_at", "2016-10-06 15:36:12.783703"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium aut et occaecati assumenda fuga beatae.\",\"text\":\"If we input the firewall, we can get to the AGP program through the bluetooth SQL transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.784569"], ["updated_at", "2016-10-06 15:36:12.784569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum laboriosam nam pariatur.\",\"text\":\"I'll index the virtual SCSI driver, that should interface the COM transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.785427"], ["updated_at", "2016-10-06 15:36:12.785427"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum sapiente rerum.\",\"text\":\"I'll calculate the primary EXE pixel, that should system the XSS application!\"}"], ["created_at", "2016-10-06 15:36:12.786292"], ["updated_at", "2016-10-06 15:36:12.786292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim optio ratione ipsa laboriosam error incidunt.\",\"text\":\"You can't hack the monitor without synthesizing the virtual HDD system!\"}"], ["created_at", "2016-10-06 15:36:12.787218"], ["updated_at", "2016-10-06 15:36:12.787218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At sit corrupti atque ipsam hic.\",\"text\":\"You can't connect the card without connecting the neural FTP array!\"}"], ["created_at", "2016-10-06 15:36:12.788074"], ["updated_at", "2016-10-06 15:36:12.788074"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia rerum deserunt in tempore.\",\"text\":\"Try to synthesize the SAS firewall, maybe it will transmit the solid state panel!\"}"], ["created_at", "2016-10-06 15:36:12.788926"], ["updated_at", "2016-10-06 15:36:12.788926"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse vitae consequatur fugiat.\",\"text\":\"The SDD hard drive is down, program the wireless protocol so we can generate the CSS capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.789784"], ["updated_at", "2016-10-06 15:36:12.789784"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis voluptas tempore quia rerum.\",\"text\":\"Transmitting the transmitter won't do anything, we need to back up the optical xss driver!\"}"], ["created_at", "2016-10-06 15:36:12.790645"], ["updated_at", "2016-10-06 15:36:12.790645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi quia ducimus in ut a.\",\"text\":\"Use the back-end GB pixel, then you can generate the digital monitor!\"}"], ["created_at", "2016-10-06 15:36:12.791562"], ["updated_at", "2016-10-06 15:36:12.791562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et enim harum dolorem in eos asperiores commodi.\",\"text\":\"Quantifying the hard drive won't do anything, we need to navigate the bluetooth pci bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.792397"], ["updated_at", "2016-10-06 15:36:12.792397"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut rerum omnis ut adipisci porro.\",\"text\":\"Try to program the PNG system, maybe it will calculate the optical microchip!\"}"], ["created_at", "2016-10-06 15:36:12.793252"], ["updated_at", "2016-10-06 15:36:12.793252"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem aut ea accusamus cupiditate temporibus non.\",\"text\":\"I'll hack the solid state SMS application, that should interface the PCI card!\"}"], ["created_at", "2016-10-06 15:36:12.794105"], ["updated_at", "2016-10-06 15:36:12.794105"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque voluptatem quia itaque sunt quo aut enim.\",\"text\":\"Use the wireless RAM card, then you can bypass the online hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.795081"], ["updated_at", "2016-10-06 15:36:12.795081"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus aperiam debitis accusamus.\",\"text\":\"Indexing the array won't do anything, we need to compress the auxiliary json bus!\"}"], ["created_at", "2016-10-06 15:36:12.796377"], ["updated_at", "2016-10-06 15:36:12.796377"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus nihil suscipit.\",\"text\":\"If we transmit the circuit, we can get to the SCSI card through the wireless EXE interface!\"}"], ["created_at", "2016-10-06 15:36:12.798326"], ["updated_at", "2016-10-06 15:36:12.798326"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit quibusdam ipsam in porro.\",\"text\":\"If we calculate the protocol, we can get to the ADP program through the neural GB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.799287"], ["updated_at", "2016-10-06 15:36:12.799287"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda qui est neque aut.\",\"text\":\"If we reboot the hard drive, we can get to the XML firewall through the cross-platform IB hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.800203"], ["updated_at", "2016-10-06 15:36:12.800203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quos officia.\",\"text\":\"Try to parse the USB circuit, maybe it will synthesize the primary array!\"}"], ["created_at", "2016-10-06 15:36:12.801067"], ["updated_at", "2016-10-06 15:36:12.801067"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui officiis quaerat qui iure dignissimos.\",\"text\":\"You can't back up the card without indexing the optical EXE program!\"}"], ["created_at", "2016-10-06 15:36:12.801919"], ["updated_at", "2016-10-06 15:36:12.801919"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolores omnis autem id vitae aspernatur molestiae.\",\"text\":\"You can't connect the firewall without calculating the solid state PCI panel!\"}"], ["created_at", "2016-10-06 15:36:12.802789"], ["updated_at", "2016-10-06 15:36:12.802789"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi rem delectus inventore.\",\"text\":\"The SMTP alarm is down, navigate the cross-platform hard drive so we can program the XML matrix!\"}"], ["created_at", "2016-10-06 15:36:12.803751"], ["updated_at", "2016-10-06 15:36:12.803751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt sed omnis eum impedit.\",\"text\":\"Try to bypass the EXE firewall, maybe it will transmit the multi-byte protocol!\"}"], ["created_at", "2016-10-06 15:36:12.804637"], ["updated_at", "2016-10-06 15:36:12.804637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit nulla perferendis aspernatur.\",\"text\":\"Use the digital RSS port, then you can back up the optical array!\"}"], ["created_at", "2016-10-06 15:36:12.805501"], ["updated_at", "2016-10-06 15:36:12.805501"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis eius commodi.\",\"text\":\"The TCP matrix is down, synthesize the 1080p pixel so we can quantify the SMTP firewall!\"}"], ["created_at", "2016-10-06 15:36:12.806339"], ["updated_at", "2016-10-06 15:36:12.806339"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatibus doloremque et illo.\",\"text\":\"The SSL pixel is down, bypass the mobile pixel so we can transmit the SQL driver!\"}"], ["created_at", "2016-10-06 15:36:12.807257"], ["updated_at", "2016-10-06 15:36:12.807257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit fugiat molestias.\",\"text\":\"You can't program the array without connecting the neural HDD port!\"}"], ["created_at", "2016-10-06 15:36:12.808129"], ["updated_at", "2016-10-06 15:36:12.808129"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non et rem est earum aut.\",\"text\":\"If we parse the firewall, we can get to the JBOD microchip through the auxiliary USB bus!\"}"], ["created_at", "2016-10-06 15:36:12.808992"], ["updated_at", "2016-10-06 15:36:12.808992"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat at asperiores est dolores.\",\"text\":\"Compressing the firewall won't do anything, we need to index the multi-byte thx alarm!\"}"], ["created_at", "2016-10-06 15:36:12.809829"], ["updated_at", "2016-10-06 15:36:12.809829"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quaerat molestiae ea.\",\"text\":\"If we override the capacitor, we can get to the SQL interface through the open-source SMS array!\"}"], ["created_at", "2016-10-06 15:36:12.810721"], ["updated_at", "2016-10-06 15:36:12.810721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam tempora non.\",\"text\":\"The GB card is down, hack the solid state bus so we can synthesize the PNG firewall!\"}"], ["created_at", "2016-10-06 15:36:12.811651"], ["updated_at", "2016-10-06 15:36:12.811651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem voluptatibus ab.\",\"text\":\"You can't transmit the pixel without navigating the haptic FTP program!\"}"], ["created_at", "2016-10-06 15:36:12.812545"], ["updated_at", "2016-10-06 15:36:12.812545"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel exercitationem similique laudantium aut laborum aspernatur earum.\",\"text\":\"If we override the protocol, we can get to the JSON array through the multi-byte HTTP protocol!\"}"], ["created_at", "2016-10-06 15:36:12.813386"], ["updated_at", "2016-10-06 15:36:12.813386"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci perspiciatis alias et corporis soluta enim animi.\",\"text\":\"Synthesizing the array won't do anything, we need to index the online pci card!\"}"], ["created_at", "2016-10-06 15:36:12.814253"], ["updated_at", "2016-10-06 15:36:12.814253"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas soluta sed.\",\"text\":\"Try to parse the PNG alarm, maybe it will transmit the virtual sensor!\"}"], ["created_at", "2016-10-06 15:36:12.815170"], ["updated_at", "2016-10-06 15:36:12.815170"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt suscipit voluptatem vel.\",\"text\":\"The CSS capacitor is down, bypass the virtual array so we can override the JSON bus!\"}"], ["created_at", "2016-10-06 15:36:12.816044"], ["updated_at", "2016-10-06 15:36:12.816044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat magnam assumenda tempora dignissimos doloremque distinctio.\",\"text\":\"We need to compress the mobile SMS microchip!\"}"], ["created_at", "2016-10-06 15:36:12.816881"], ["updated_at", "2016-10-06 15:36:12.816881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus magnam ut nesciunt at.\",\"text\":\"Use the online AGP matrix, then you can transmit the cross-platform bus!\"}"], ["created_at", "2016-10-06 15:36:12.817740"], ["updated_at", "2016-10-06 15:36:12.817740"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit nesciunt vel modi.\",\"text\":\"Use the redundant XML system, then you can back up the 1080p circuit!\"}"], ["created_at", "2016-10-06 15:36:12.818608"], ["updated_at", "2016-10-06 15:36:12.818608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non repudiandae velit ut.\",\"text\":\"Use the online COM bus, then you can parse the redundant alarm!\"}"], ["created_at", "2016-10-06 15:36:12.819527"], ["updated_at", "2016-10-06 15:36:12.819527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo omnis qui tempora est.\",\"text\":\"Indexing the interface won't do anything, we need to connect the open-source smtp panel!\"}"], ["created_at", "2016-10-06 15:36:12.820362"], ["updated_at", "2016-10-06 15:36:12.820362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores eaque laudantium ex mollitia.\",\"text\":\"The XML bus is down, input the primary transmitter so we can generate the AI protocol!\"}"], ["created_at", "2016-10-06 15:36:12.821250"], ["updated_at", "2016-10-06 15:36:12.821250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem rerum fuga est id qui occaecati est.\",\"text\":\"We need to navigate the bluetooth FTP panel!\"}"], ["created_at", "2016-10-06 15:36:12.822110"], ["updated_at", "2016-10-06 15:36:12.822110"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora autem quam eum et facilis aliquid.\",\"text\":\"I'll synthesize the multi-byte PCI protocol, that should program the XSS microchip!\"}"], ["created_at", "2016-10-06 15:36:12.822982"], ["updated_at", "2016-10-06 15:36:12.822982"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem iure ea cum est autem.\",\"text\":\"Generating the program won't do anything, we need to synthesize the haptic hdd application!\"}"], ["created_at", "2016-10-06 15:36:12.823906"], ["updated_at", "2016-10-06 15:36:12.823906"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam eaque rerum velit ea odit illo.\",\"text\":\"Try to input the SSL interface, maybe it will connect the online feed!\"}"], ["created_at", "2016-10-06 15:36:12.824739"], ["updated_at", "2016-10-06 15:36:12.824739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem illo dolores ut fugit quas iusto labore.\",\"text\":\"Indexing the monitor won't do anything, we need to parse the bluetooth ai transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.825598"], ["updated_at", "2016-10-06 15:36:12.825598"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus perferendis reprehenderit dolores.\",\"text\":\"Use the open-source THX matrix, then you can bypass the neural firewall!\"}"], ["created_at", "2016-10-06 15:36:12.826462"], ["updated_at", "2016-10-06 15:36:12.826462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error natus occaecati et et voluptas voluptatem.\",\"text\":\"The SMTP transmitter is down, quantify the mobile driver so we can compress the EXE bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.827379"], ["updated_at", "2016-10-06 15:36:12.827379"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam deleniti vel ipsa exercitationem.\",\"text\":\"We need to back up the mobile SCSI circuit!\"}"], ["created_at", "2016-10-06 15:36:12.828299"], ["updated_at", "2016-10-06 15:36:12.828299"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates deserunt libero animi.\",\"text\":\"We need to input the wireless PNG hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.829449"], ["updated_at", "2016-10-06 15:36:12.829449"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod provident sed reprehenderit.\",\"text\":\"The SAS matrix is down, reboot the haptic feed so we can reboot the AI system!\"}"], ["created_at", "2016-10-06 15:36:12.830773"], ["updated_at", "2016-10-06 15:36:12.830773"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae hic accusantium quia sapiente tempora omnis non.\",\"text\":\"Bypassing the feed won't do anything, we need to index the neural usb pixel!\"}"], ["created_at", "2016-10-06 15:36:12.831803"], ["updated_at", "2016-10-06 15:36:12.831803"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit fugiat praesentium laboriosam incidunt error.\",\"text\":\"If we synthesize the microchip, we can get to the XSS microchip through the mobile USB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.832737"], ["updated_at", "2016-10-06 15:36:12.832737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi ex et ipsam veniam.\",\"text\":\"Try to override the COM microchip, maybe it will compress the online panel!\"}"], ["created_at", "2016-10-06 15:36:12.833575"], ["updated_at", "2016-10-06 15:36:12.833575"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate vero non quidem voluptas facilis.\",\"text\":\"You can't navigate the bus without quantifying the cross-platform IB card!\"}"], ["created_at", "2016-10-06 15:36:12.834463"], ["updated_at", "2016-10-06 15:36:12.834463"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat quasi quae voluptatibus illum excepturi at.\",\"text\":\"You can't back up the alarm without transmitting the auxiliary XSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.835347"], ["updated_at", "2016-10-06 15:36:12.835347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolor aperiam ut et optio et.\",\"text\":\"We need to transmit the bluetooth SCSI panel!\"}"], ["created_at", "2016-10-06 15:36:12.836252"], ["updated_at", "2016-10-06 15:36:12.836252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt occaecati perferendis quasi.\",\"text\":\"The EXE program is down, calculate the back-end array so we can connect the COM bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.837101"], ["updated_at", "2016-10-06 15:36:12.837101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque eos labore sunt hic.\",\"text\":\"The AGP port is down, input the optical hard drive so we can connect the GB port!\"}"], ["created_at", "2016-10-06 15:36:12.837993"], ["updated_at", "2016-10-06 15:36:12.837993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae rerum iste quae aut dicta error sed.\",\"text\":\"You can't generate the alarm without copying the neural GB system!\"}"], ["created_at", "2016-10-06 15:36:12.838937"], ["updated_at", "2016-10-06 15:36:12.838937"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et repellendus nemo repellat ratione debitis.\",\"text\":\"We need to copy the cross-platform XML panel!\"}"], ["created_at", "2016-10-06 15:36:12.839878"], ["updated_at", "2016-10-06 15:36:12.839878"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et iusto.\",\"text\":\"If we navigate the monitor, we can get to the SCSI capacitor through the mobile SSL microchip!\"}"], ["created_at", "2016-10-06 15:36:12.840778"], ["updated_at", "2016-10-06 15:36:12.840778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde aut saepe non rerum cumque.\",\"text\":\"We need to connect the cross-platform AI driver!\"}"], ["created_at", "2016-10-06 15:36:12.841618"], ["updated_at", "2016-10-06 15:36:12.841618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut minus non amet fugiat id aut.\",\"text\":\"We need to input the neural AI protocol!\"}"], ["created_at", "2016-10-06 15:36:12.842481"], ["updated_at", "2016-10-06 15:36:12.842481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt quam excepturi quia nulla qui qui.\",\"text\":\"We need to back up the digital XSS firewall!\"}"], ["created_at", "2016-10-06 15:36:12.843341"], ["updated_at", "2016-10-06 15:36:12.843341"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur ducimus incidunt nisi ea sed.\",\"text\":\"You can't quantify the system without hacking the neural AI matrix!\"}"], ["created_at", "2016-10-06 15:36:12.844227"], ["updated_at", "2016-10-06 15:36:12.844227"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus tenetur harum eaque debitis blanditiis inventore dolorem.\",\"text\":\"Connecting the firewall won't do anything, we need to synthesize the haptic rss panel!\"}"], ["created_at", "2016-10-06 15:36:12.845167"], ["updated_at", "2016-10-06 15:36:12.845167"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit qui et accusamus.\",\"text\":\"Try to hack the IB alarm, maybe it will calculate the multi-byte array!\"}"], ["created_at", "2016-10-06 15:36:12.846018"], ["updated_at", "2016-10-06 15:36:12.846018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia tempora nesciunt dolorem.\",\"text\":\"Use the redundant SDD hard drive, then you can compress the optical capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.846919"], ["updated_at", "2016-10-06 15:36:12.846919"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati sed delectus facilis.\",\"text\":\"If we reboot the interface, we can get to the IB transmitter through the digital AI capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.847788"], ["updated_at", "2016-10-06 15:36:12.847788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus eveniet est ipsum.\",\"text\":\"If we parse the card, we can get to the SMS protocol through the cross-platform HDD feed!\"}"], ["created_at", "2016-10-06 15:36:12.848683"], ["updated_at", "2016-10-06 15:36:12.848683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere ut rem enim quisquam.\",\"text\":\"You can't synthesize the bus without hacking the primary XML circuit!\"}"], ["created_at", "2016-10-06 15:36:12.849519"], ["updated_at", "2016-10-06 15:36:12.849519"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo aliquam quidem pariatur distinctio.\",\"text\":\"I'll parse the mobile XSS program, that should alarm the SMS bus!\"}"], ["created_at", "2016-10-06 15:36:12.850431"], ["updated_at", "2016-10-06 15:36:12.850431"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos consequatur quam at adipisci et id.\",\"text\":\"If we quantify the system, we can get to the RSS alarm through the online JBOD program!\"}"], ["created_at", "2016-10-06 15:36:12.851404"], ["updated_at", "2016-10-06 15:36:12.851404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat totam et consequatur ea tenetur.\",\"text\":\"Quantifying the circuit won't do anything, we need to override the back-end ftp hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.852419"], ["updated_at", "2016-10-06 15:36:12.852419"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis repellendus qui assumenda nihil inventore ad.\",\"text\":\"We need to override the mobile AI pixel!\"}"], ["created_at", "2016-10-06 15:36:12.853311"], ["updated_at", "2016-10-06 15:36:12.853311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore officia quas rem delectus alias ab.\",\"text\":\"Compressing the circuit won't do anything, we need to synthesize the back-end exe hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.854196"], ["updated_at", "2016-10-06 15:36:12.854196"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis est voluptas rem nemo repellat commodi.\",\"text\":\"If we program the card, we can get to the XSS interface through the cross-platform PNG transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.855079"], ["updated_at", "2016-10-06 15:36:12.855079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit quae incidunt.\",\"text\":\"We need to bypass the optical FTP firewall!\"}"], ["created_at", "2016-10-06 15:36:12.855984"], ["updated_at", "2016-10-06 15:36:12.855984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias voluptatem dolores sed quam ad molestiae.\",\"text\":\"Use the cross-platform TCP bandwidth, then you can reboot the neural matrix!\"}"], ["created_at", "2016-10-06 15:36:12.856859"], ["updated_at", "2016-10-06 15:36:12.856859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga recusandae blanditiis aspernatur magnam quisquam ab libero.\",\"text\":\"Try to connect the IB program, maybe it will quantify the wireless card!\"}"], ["created_at", "2016-10-06 15:36:12.857696"], ["updated_at", "2016-10-06 15:36:12.857696"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quia tenetur voluptate qui consectetur.\",\"text\":\"I'll reboot the open-source USB sensor, that should array the AI driver!\"}"], ["created_at", "2016-10-06 15:36:12.858568"], ["updated_at", "2016-10-06 15:36:12.858568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur blanditiis delectus tempore voluptatem non dolor.\",\"text\":\"You can't copy the hard drive without compressing the wireless SAS pixel!\"}"], ["created_at", "2016-10-06 15:36:12.859483"], ["updated_at", "2016-10-06 15:36:12.859483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quia quo in ut.\",\"text\":\"Try to transmit the JSON alarm, maybe it will bypass the neural matrix!\"}"], ["created_at", "2016-10-06 15:36:12.860347"], ["updated_at", "2016-10-06 15:36:12.860347"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat dolorum voluptate doloribus ab autem et quis.\",\"text\":\"If we bypass the firewall, we can get to the IB pixel through the optical IB bus!\"}"], ["created_at", "2016-10-06 15:36:12.861209"], ["updated_at", "2016-10-06 15:36:12.861209"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum beatae nesciunt dolores debitis quia et.\",\"text\":\"You can't input the alarm without generating the auxiliary SQL feed!\"}"], ["created_at", "2016-10-06 15:36:12.862338"], ["updated_at", "2016-10-06 15:36:12.862338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci temporibus aut in iste dolor minima non.\",\"text\":\"Try to parse the CSS system, maybe it will index the online pixel!\"}"], ["created_at", "2016-10-06 15:36:12.863350"], ["updated_at", "2016-10-06 15:36:12.863350"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est doloribus et.\",\"text\":\"The XSS panel is down, generate the cross-platform sensor so we can quantify the HTTP firewall!\"}"], ["created_at", "2016-10-06 15:36:12.864224"], ["updated_at", "2016-10-06 15:36:12.864224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit iusto est facilis quia.\",\"text\":\"Navigating the transmitter won't do anything, we need to transmit the cross-platform xss bus!\"}"], ["created_at", "2016-10-06 15:36:12.865090"], ["updated_at", "2016-10-06 15:36:12.865090"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam inventore cupiditate quia.\",\"text\":\"Use the redundant USB interface, then you can synthesize the cross-platform interface!\"}"], ["created_at", "2016-10-06 15:36:12.865938"], ["updated_at", "2016-10-06 15:36:12.865938"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti numquam occaecati minima adipisci a corrupti.\",\"text\":\"I'll input the open-source PNG bus, that should protocol the CSS bus!\"}"], ["created_at", "2016-10-06 15:36:12.866995"], ["updated_at", "2016-10-06 15:36:12.866995"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi facilis officia.\",\"text\":\"Bypassing the circuit won't do anything, we need to transmit the primary sms bus!\"}"], ["created_at", "2016-10-06 15:36:12.868144"], ["updated_at", "2016-10-06 15:36:12.868144"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas et ipsam.\",\"text\":\"You can't synthesize the alarm without generating the neural AI interface!\"}"], ["created_at", "2016-10-06 15:36:12.869317"], ["updated_at", "2016-10-06 15:36:12.869317"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae est omnis optio facilis facere.\",\"text\":\"The SSL capacitor is down, index the solid state alarm so we can back up the EXE microchip!\"}"], ["created_at", "2016-10-06 15:36:12.870964"], ["updated_at", "2016-10-06 15:36:12.870964"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem id nostrum voluptatem et enim illum impedit.\",\"text\":\"Use the auxiliary PNG capacitor, then you can synthesize the solid state bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.872132"], ["updated_at", "2016-10-06 15:36:12.872132"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni deleniti minus expedita reprehenderit optio.\",\"text\":\"If we connect the driver, we can get to the FTP hard drive through the primary SMTP application!\"}"], ["created_at", "2016-10-06 15:36:12.874290"], ["updated_at", "2016-10-06 15:36:12.874290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia modi occaecati cupiditate omnis et.\",\"text\":\"Try to generate the JSON application, maybe it will transmit the back-end microchip!\"}"], ["created_at", "2016-10-06 15:36:12.875344"], ["updated_at", "2016-10-06 15:36:12.875344"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis et ut sit.\",\"text\":\"Use the cross-platform EXE bandwidth, then you can synthesize the 1080p system!\"}"], ["created_at", "2016-10-06 15:36:12.876184"], ["updated_at", "2016-10-06 15:36:12.876184"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos commodi fuga et atque.\",\"text\":\"We need to program the haptic IB hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.877100"], ["updated_at", "2016-10-06 15:36:12.877100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur error amet animi voluptate atque repellendus cupiditate.\",\"text\":\"The HDD interface is down, input the mobile pixel so we can generate the USB sensor!\"}"], ["created_at", "2016-10-06 15:36:12.878021"], ["updated_at", "2016-10-06 15:36:12.878021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur nam aut necessitatibus.\",\"text\":\"You can't input the driver without synthesizing the 1080p XSS program!\"}"], ["created_at", "2016-10-06 15:36:12.878980"], ["updated_at", "2016-10-06 15:36:12.878980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique quo saepe nam labore quidem.\",\"text\":\"If we calculate the matrix, we can get to the AI sensor through the solid state PCI sensor!\"}"], ["created_at", "2016-10-06 15:36:12.879824"], ["updated_at", "2016-10-06 15:36:12.879824"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem deserunt quae veniam tenetur eos est esse.\",\"text\":\"The JSON pixel is down, navigate the wireless hard drive so we can synthesize the IB sensor!\"}"], ["created_at", "2016-10-06 15:36:12.880799"], ["updated_at", "2016-10-06 15:36:12.880799"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos culpa tempore in.\",\"text\":\"I'll connect the online XSS protocol, that should program the JSON protocol!\"}"], ["created_at", "2016-10-06 15:36:12.882029"], ["updated_at", "2016-10-06 15:36:12.882029"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus nihil sed.\",\"text\":\"If we program the microchip, we can get to the PCI application through the haptic XSS pixel!\"}"], ["created_at", "2016-10-06 15:36:12.883037"], ["updated_at", "2016-10-06 15:36:12.883037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit dolores est quo tempora.\",\"text\":\"Indexing the array won't do anything, we need to reboot the redundant pci hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.884037"], ["updated_at", "2016-10-06 15:36:12.884037"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro facilis eos ea aut.\",\"text\":\"I'll quantify the cross-platform HTTP monitor, that should feed the AGP sensor!\"}"], ["created_at", "2016-10-06 15:36:12.884884"], ["updated_at", "2016-10-06 15:36:12.884884"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero et excepturi et odio nostrum.\",\"text\":\"We need to override the auxiliary SMS card!\"}"], ["created_at", "2016-10-06 15:36:12.885787"], ["updated_at", "2016-10-06 15:36:12.885787"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur est est.\",\"text\":\"We need to back up the redundant PNG panel!\"}"], ["created_at", "2016-10-06 15:36:12.886710"], ["updated_at", "2016-10-06 15:36:12.886710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis nemo animi consequuntur.\",\"text\":\"Use the neural SCSI application, then you can override the bluetooth feed!\"}"], ["created_at", "2016-10-06 15:36:12.887670"], ["updated_at", "2016-10-06 15:36:12.887670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione dolores nulla modi sequi.\",\"text\":\"If we transmit the protocol, we can get to the XML firewall through the haptic SMTP protocol!\"}"], ["created_at", "2016-10-06 15:36:12.888564"], ["updated_at", "2016-10-06 15:36:12.888564"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat qui impedit est.\",\"text\":\"We need to input the 1080p SMS array!\"}"], ["created_at", "2016-10-06 15:36:12.889433"], ["updated_at", "2016-10-06 15:36:12.889433"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum sint quasi sed consequuntur ullam fuga sit.\",\"text\":\"I'll synthesize the redundant XML pixel, that should interface the PNG sensor!\"}"], ["created_at", "2016-10-06 15:36:12.890368"], ["updated_at", "2016-10-06 15:36:12.890368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non consectetur corporis dolores dolorem eveniet et sed.\",\"text\":\"We need to hack the virtual ADP hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.891237"], ["updated_at", "2016-10-06 15:36:12.891237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione quibusdam ipsam dolores voluptas porro nobis earum.\",\"text\":\"Use the primary SCSI firewall, then you can reboot the virtual alarm!\"}"], ["created_at", "2016-10-06 15:36:12.892113"], ["updated_at", "2016-10-06 15:36:12.892113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed tempore nam molestias.\",\"text\":\"Parsing the monitor won't do anything, we need to back up the auxiliary xml system!\"}"], ["created_at", "2016-10-06 15:36:12.892945"], ["updated_at", "2016-10-06 15:36:12.892945"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et laboriosam alias est aut laudantium.\",\"text\":\"Navigating the protocol won't do anything, we need to copy the back-end exe application!\"}"], ["created_at", "2016-10-06 15:36:12.893804"], ["updated_at", "2016-10-06 15:36:12.893804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptates dicta dolor deleniti et.\",\"text\":\"Copying the card won't do anything, we need to override the redundant ftp system!\"}"], ["created_at", "2016-10-06 15:36:12.894776"], ["updated_at", "2016-10-06 15:36:12.894776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam quis fugit provident illo sed ullam adipisci.\",\"text\":\"Use the online PCI capacitor, then you can synthesize the haptic capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.895670"], ["updated_at", "2016-10-06 15:36:12.895670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate tenetur aliquam perspiciatis eos.\",\"text\":\"Try to generate the FTP monitor, maybe it will quantify the wireless microchip!\"}"], ["created_at", "2016-10-06 15:36:12.896541"], ["updated_at", "2016-10-06 15:36:12.896541"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae omnis et.\",\"text\":\"If we bypass the driver, we can get to the GB port through the cross-platform AI bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.897373"], ["updated_at", "2016-10-06 15:36:12.897373"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae sed debitis non.\",\"text\":\"Use the neural USB pixel, then you can input the open-source bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.898286"], ["updated_at", "2016-10-06 15:36:12.898286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat commodi voluptates vel incidunt in.\",\"text\":\"The PCI hard drive is down, navigate the auxiliary protocol so we can back up the COM pixel!\"}"], ["created_at", "2016-10-06 15:36:12.899156"], ["updated_at", "2016-10-06 15:36:12.899156"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quam cumque.\",\"text\":\"The EXE panel is down, hack the digital monitor so we can compress the JBOD pixel!\"}"], ["created_at", "2016-10-06 15:36:12.900038"], ["updated_at", "2016-10-06 15:36:12.900038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat eum praesentium nisi explicabo.\",\"text\":\"Use the digital IB protocol, then you can connect the online firewall!\"}"], ["created_at", "2016-10-06 15:36:12.900915"], ["updated_at", "2016-10-06 15:36:12.900915"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolores blanditiis.\",\"text\":\"The IB application is down, navigate the online bus so we can index the FTP microchip!\"}"], ["created_at", "2016-10-06 15:36:12.901781"], ["updated_at", "2016-10-06 15:36:12.901781"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut qui aspernatur magnam ratione aut.\",\"text\":\"We need to input the mobile SQL bus!\"}"], ["created_at", "2016-10-06 15:36:12.902735"], ["updated_at", "2016-10-06 15:36:12.902735"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut est eum.\",\"text\":\"The SAS program is down, copy the auxiliary transmitter so we can index the GB sensor!\"}"], ["created_at", "2016-10-06 15:36:12.903904"], ["updated_at", "2016-10-06 15:36:12.903904"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero quo dolor.\",\"text\":\"Use the multi-byte HTTP capacitor, then you can override the primary microchip!\"}"], ["created_at", "2016-10-06 15:36:12.905124"], ["updated_at", "2016-10-06 15:36:12.905124"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam et molestiae enim aut et.\",\"text\":\"We need to quantify the cross-platform SQL application!\"}"], ["created_at", "2016-10-06 15:36:12.906626"], ["updated_at", "2016-10-06 15:36:12.906626"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti minima nihil at laboriosam ea.\",\"text\":\"Bypassing the circuit won't do anything, we need to quantify the solid state agp circuit!\"}"], ["created_at", "2016-10-06 15:36:12.909359"], ["updated_at", "2016-10-06 15:36:12.909359"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam voluptas qui.\",\"text\":\"The THX capacitor is down, back up the haptic firewall so we can override the SAS transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.910558"], ["updated_at", "2016-10-06 15:36:12.910558"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum quia accusamus perspiciatis odio vel.\",\"text\":\"If we hack the microchip, we can get to the SSL circuit through the redundant SAS sensor!\"}"], ["created_at", "2016-10-06 15:36:12.913501"], ["updated_at", "2016-10-06 15:36:12.913501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident amet vero officiis.\",\"text\":\"If we navigate the alarm, we can get to the ADP port through the 1080p HTTP microchip!\"}"], ["created_at", "2016-10-06 15:36:12.914681"], ["updated_at", "2016-10-06 15:36:12.914681"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque et sed voluptatem sit.\",\"text\":\"Use the wireless AI sensor, then you can quantify the cross-platform firewall!\"}"], ["created_at", "2016-10-06 15:36:12.915565"], ["updated_at", "2016-10-06 15:36:12.915565"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem est tenetur non labore distinctio enim consequatur.\",\"text\":\"The SMTP panel is down, input the digital application so we can hack the USB application!\"}"], ["created_at", "2016-10-06 15:36:12.916530"], ["updated_at", "2016-10-06 15:36:12.916530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore nesciunt aliquid.\",\"text\":\"Try to synthesize the GB array, maybe it will index the redundant port!\"}"], ["created_at", "2016-10-06 15:36:12.917437"], ["updated_at", "2016-10-06 15:36:12.917437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem adipisci corporis.\",\"text\":\"The HDD alarm is down, back up the cross-platform matrix so we can bypass the SDD feed!\"}"], ["created_at", "2016-10-06 15:36:12.918349"], ["updated_at", "2016-10-06 15:36:12.918349"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt suscipit nulla cum doloremque possimus.\",\"text\":\"Try to program the FTP port, maybe it will navigate the mobile feed!\"}"], ["created_at", "2016-10-06 15:36:12.919194"], ["updated_at", "2016-10-06 15:36:12.919194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit id nam quod.\",\"text\":\"Use the 1080p CSS alarm, then you can navigate the bluetooth capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.920112"], ["updated_at", "2016-10-06 15:36:12.920112"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi praesentium explicabo cumque fuga harum magnam est.\",\"text\":\"Synthesizing the program won't do anything, we need to copy the multi-byte rss interface!\"}"], ["created_at", "2016-10-06 15:36:12.920989"], ["updated_at", "2016-10-06 15:36:12.920989"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id sint est dolor molestiae suscipit ut modi.\",\"text\":\"Parsing the alarm won't do anything, we need to index the cross-platform gb bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.921850"], ["updated_at", "2016-10-06 15:36:12.921850"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi tempore facilis modi libero aut qui nam.\",\"text\":\"Use the online SCSI system, then you can connect the optical alarm!\"}"], ["created_at", "2016-10-06 15:36:12.922716"], ["updated_at", "2016-10-06 15:36:12.922716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut qui ut inventore.\",\"text\":\"The SDD alarm is down, program the cross-platform application so we can connect the JBOD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.923641"], ["updated_at", "2016-10-06 15:36:12.923641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut eligendi.\",\"text\":\"Use the online HTTP firewall, then you can connect the digital array!\"}"], ["created_at", "2016-10-06 15:36:12.924505"], ["updated_at", "2016-10-06 15:36:12.924505"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus a quia quas.\",\"text\":\"You can't copy the interface without quantifying the optical RAM feed!\"}"], ["created_at", "2016-10-06 15:36:12.925356"], ["updated_at", "2016-10-06 15:36:12.925356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos rerum enim et.\",\"text\":\"We need to program the wireless SSL protocol!\"}"], ["created_at", "2016-10-06 15:36:12.926244"], ["updated_at", "2016-10-06 15:36:12.926244"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis et aut tenetur iure aut repudiandae consequuntur.\",\"text\":\"Use the solid state IB pixel, then you can navigate the haptic firewall!\"}"], ["created_at", "2016-10-06 15:36:12.927117"], ["updated_at", "2016-10-06 15:36:12.927117"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim dolores in rem.\",\"text\":\"You can't transmit the panel without quantifying the 1080p SMTP pixel!\"}"], ["created_at", "2016-10-06 15:36:12.928309"], ["updated_at", "2016-10-06 15:36:12.928309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita laboriosam sit quos.\",\"text\":\"Use the mobile SQL application, then you can transmit the 1080p microchip!\"}"], ["created_at", "2016-10-06 15:36:12.930174"], ["updated_at", "2016-10-06 15:36:12.930174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ea quaerat asperiores doloribus.\",\"text\":\"If we parse the alarm, we can get to the COM card through the wireless SAS circuit!\"}"], ["created_at", "2016-10-06 15:36:12.931172"], ["updated_at", "2016-10-06 15:36:12.931172"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum ipsa aut voluptas.\",\"text\":\"You can't bypass the capacitor without bypassing the solid state AGP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.932035"], ["updated_at", "2016-10-06 15:36:12.932035"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi veritatis eius.\",\"text\":\"We need to bypass the neural SQL port!\"}"], ["created_at", "2016-10-06 15:36:12.932890"], ["updated_at", "2016-10-06 15:36:12.932890"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti rerum ut facere amet fuga non.\",\"text\":\"Use the cross-platform RAM alarm, then you can index the wireless port!\"}"], ["created_at", "2016-10-06 15:36:12.933801"], ["updated_at", "2016-10-06 15:36:12.933801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero ex consectetur quia dolores at.\",\"text\":\"We need to override the solid state HTTP feed!\"}"], ["created_at", "2016-10-06 15:36:12.934904"], ["updated_at", "2016-10-06 15:36:12.934904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus nihil sint nesciunt et tenetur aut.\",\"text\":\"Use the haptic ADP transmitter, then you can quantify the 1080p driver!\"}"], ["created_at", "2016-10-06 15:36:12.935849"], ["updated_at", "2016-10-06 15:36:12.935849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum aliquid labore.\",\"text\":\"We need to program the primary USB panel!\"}"], ["created_at", "2016-10-06 15:36:12.936801"], ["updated_at", "2016-10-06 15:36:12.936801"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolorem et.\",\"text\":\"If we generate the hard drive, we can get to the COM bandwidth through the primary JSON alarm!\"}"], ["created_at", "2016-10-06 15:36:12.937756"], ["updated_at", "2016-10-06 15:36:12.937756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim et adipisci.\",\"text\":\"Synthesizing the sensor won't do anything, we need to program the cross-platform pci sensor!\"}"], ["created_at", "2016-10-06 15:36:12.938742"], ["updated_at", "2016-10-06 15:36:12.938742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta consequuntur voluptatem voluptas eius dolores fugit.\",\"text\":\"The FTP panel is down, transmit the solid state sensor so we can connect the JSON protocol!\"}"], ["created_at", "2016-10-06 15:36:12.939668"], ["updated_at", "2016-10-06 15:36:12.939668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est in sit reprehenderit fuga labore.\",\"text\":\"Calculating the application won't do anything, we need to override the back-end exe bus!\"}"], ["created_at", "2016-10-06 15:36:12.940587"], ["updated_at", "2016-10-06 15:36:12.940587"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur impedit nulla autem corrupti cupiditate.\",\"text\":\"Try to reboot the SCSI monitor, maybe it will override the wireless hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.941452"], ["updated_at", "2016-10-06 15:36:12.941452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus at nisi dolor voluptates.\",\"text\":\"I'll program the mobile PCI matrix, that should circuit the SQL system!\"}"], ["created_at", "2016-10-06 15:36:12.942368"], ["updated_at", "2016-10-06 15:36:12.942368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda et ea enim vel necessitatibus et.\",\"text\":\"If we compress the port, we can get to the SMTP interface through the wireless RAM pixel!\"}"], ["created_at", "2016-10-06 15:36:12.943228"], ["updated_at", "2016-10-06 15:36:12.943228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit reprehenderit voluptatem quis.\",\"text\":\"Overriding the driver won't do anything, we need to quantify the virtual xss protocol!\"}"], ["created_at", "2016-10-06 15:36:12.944062"], ["updated_at", "2016-10-06 15:36:12.944062"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati qui debitis adipisci quaerat.\",\"text\":\"We need to synthesize the cross-platform COM circuit!\"}"], ["created_at", "2016-10-06 15:36:12.945019"], ["updated_at", "2016-10-06 15:36:12.945019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quia qui rerum.\",\"text\":\"Try to navigate the SQL system, maybe it will quantify the multi-byte array!\"}"], ["created_at", "2016-10-06 15:36:12.945955"], ["updated_at", "2016-10-06 15:36:12.945955"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut assumenda sapiente quos iste velit.\",\"text\":\"Use the haptic RSS bandwidth, then you can navigate the solid state array!\"}"], ["created_at", "2016-10-06 15:36:12.946860"], ["updated_at", "2016-10-06 15:36:12.946860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quidem nihil illum.\",\"text\":\"We need to back up the neural IB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.947698"], ["updated_at", "2016-10-06 15:36:12.947698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem magnam in aliquid quia officiis sed.\",\"text\":\"Use the neural SDD capacitor, then you can navigate the solid state system!\"}"], ["created_at", "2016-10-06 15:36:12.948578"], ["updated_at", "2016-10-06 15:36:12.948578"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum repellat vel quia quia est.\",\"text\":\"Use the solid state TCP array, then you can transmit the mobile array!\"}"], ["created_at", "2016-10-06 15:36:12.949438"], ["updated_at", "2016-10-06 15:36:12.949438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum eum et voluptate officiis molestiae et.\",\"text\":\"If we back up the port, we can get to the AI capacitor through the open-source SSL feed!\"}"], ["created_at", "2016-10-06 15:36:12.950393"], ["updated_at", "2016-10-06 15:36:12.950393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi iure labore atque eum.\",\"text\":\"Use the auxiliary SMTP circuit, then you can reboot the mobile firewall!\"}"], ["created_at", "2016-10-06 15:36:12.951332"], ["updated_at", "2016-10-06 15:36:12.951332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus soluta dignissimos mollitia vitae velit ab quo.\",\"text\":\"Overriding the feed won't do anything, we need to bypass the multi-byte pci pixel!\"}"], ["created_at", "2016-10-06 15:36:12.952260"], ["updated_at", "2016-10-06 15:36:12.952260"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis eius unde quisquam voluptates error ipsa.\",\"text\":\"The PNG card is down, hack the bluetooth bandwidth so we can quantify the EXE bus!\"}"], ["created_at", "2016-10-06 15:36:12.953154"], ["updated_at", "2016-10-06 15:36:12.953154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur voluptatem magnam rerum perspiciatis eos unde quia.\",\"text\":\"Connecting the card won't do anything, we need to parse the 1080p smtp alarm!\"}"], ["created_at", "2016-10-06 15:36:12.954090"], ["updated_at", "2016-10-06 15:36:12.954090"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci rerum ipsa illum consequatur similique.\",\"text\":\"You can't compress the protocol without indexing the optical EXE hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.955044"], ["updated_at", "2016-10-06 15:36:12.955044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam rem ea dolores cum.\",\"text\":\"Use the virtual HTTP transmitter, then you can index the virtual array!\"}"], ["created_at", "2016-10-06 15:36:12.955887"], ["updated_at", "2016-10-06 15:36:12.955887"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dolorem distinctio eveniet provident deleniti repellat libero.\",\"text\":\"You can't override the firewall without indexing the digital SMS bus!\"}"], ["created_at", "2016-10-06 15:36:12.956742"], ["updated_at", "2016-10-06 15:36:12.956742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro odit cum sit.\",\"text\":\"We need to hack the solid state IB capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.957664"], ["updated_at", "2016-10-06 15:36:12.957664"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda laborum molestias eum.\",\"text\":\"You can't connect the array without bypassing the solid state PCI panel!\"}"], ["created_at", "2016-10-06 15:36:12.958537"], ["updated_at", "2016-10-06 15:36:12.958537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae dolore ut facilis qui saepe.\",\"text\":\"If we back up the program, we can get to the SCSI circuit through the back-end COM feed!\"}"], ["created_at", "2016-10-06 15:36:12.959405"], ["updated_at", "2016-10-06 15:36:12.959405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est iusto possimus culpa eos aliquid est.\",\"text\":\"You can't bypass the monitor without calculating the online RSS firewall!\"}"], ["created_at", "2016-10-06 15:36:12.960238"], ["updated_at", "2016-10-06 15:36:12.960238"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint dolor deserunt non.\",\"text\":\"Try to quantify the HTTP bus, maybe it will copy the multi-byte microchip!\"}"], ["created_at", "2016-10-06 15:36:12.961103"], ["updated_at", "2016-10-06 15:36:12.961103"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et natus beatae id similique repellat molestiae ea.\",\"text\":\"Use the open-source AGP firewall, then you can synthesize the open-source alarm!\"}"], ["created_at", "2016-10-06 15:36:12.962036"], ["updated_at", "2016-10-06 15:36:12.962036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis id quae ad error vitae animi praesentium.\",\"text\":\"I'll override the primary PNG bus, that should pixel the JSON array!\"}"], ["created_at", "2016-10-06 15:36:12.962948"], ["updated_at", "2016-10-06 15:36:12.962948"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut in et iure voluptates cum dignissimos rem.\",\"text\":\"Try to connect the SMS application, maybe it will generate the open-source alarm!\"}"], ["created_at", "2016-10-06 15:36:12.963877"], ["updated_at", "2016-10-06 15:36:12.963877"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita aliquid ullam itaque id.\",\"text\":\"Copying the circuit won't do anything, we need to input the optical ram hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.964727"], ["updated_at", "2016-10-06 15:36:12.964727"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor et doloremque veniam laborum.\",\"text\":\"The USB sensor is down, index the wireless panel so we can transmit the COM pixel!\"}"], ["created_at", "2016-10-06 15:36:12.965663"], ["updated_at", "2016-10-06 15:36:12.965663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt fugit saepe et officiis dolores possimus sit.\",\"text\":\"Try to navigate the THX capacitor, maybe it will parse the multi-byte card!\"}"], ["created_at", "2016-10-06 15:36:12.966564"], ["updated_at", "2016-10-06 15:36:12.966564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et omnis quas enim tenetur aut fuga.\",\"text\":\"Try to compress the XML firewall, maybe it will synthesize the mobile firewall!\"}"], ["created_at", "2016-10-06 15:36:12.967539"], ["updated_at", "2016-10-06 15:36:12.967539"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui blanditiis voluptates libero et eius.\",\"text\":\"If we calculate the hard drive, we can get to the SMS port through the mobile JBOD panel!\"}"], ["created_at", "2016-10-06 15:36:12.968384"], ["updated_at", "2016-10-06 15:36:12.968384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita quibusdam eum.\",\"text\":\"You can't transmit the microchip without generating the back-end SCSI system!\"}"], ["created_at", "2016-10-06 15:36:12.969289"], ["updated_at", "2016-10-06 15:36:12.969289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias qui omnis temporibus.\",\"text\":\"If we input the bandwidth, we can get to the SQL pixel through the wireless CSS pixel!\"}"], ["created_at", "2016-10-06 15:36:12.970179"], ["updated_at", "2016-10-06 15:36:12.970179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel sit in ut porro.\",\"text\":\"If we input the application, we can get to the SQL sensor through the back-end SAS transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.971066"], ["updated_at", "2016-10-06 15:36:12.971066"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim eum aperiam consequatur ratione vel dolores.\",\"text\":\"The RAM feed is down, transmit the open-source feed so we can reboot the GB card!\"}"], ["created_at", "2016-10-06 15:36:12.971930"], ["updated_at", "2016-10-06 15:36:12.971930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt sed nobis dolores possimus aut maxime porro.\",\"text\":\"The RAM protocol is down, hack the back-end feed so we can transmit the HDD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.972812"], ["updated_at", "2016-10-06 15:36:12.972812"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque quaerat similique laudantium laborum aliquam fuga.\",\"text\":\"Try to program the TCP bandwidth, maybe it will synthesize the haptic matrix!\"}"], ["created_at", "2016-10-06 15:36:12.973727"], ["updated_at", "2016-10-06 15:36:12.973727"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur omnis illo ut aut saepe.\",\"text\":\"Try to compress the SAS capacitor, maybe it will quantify the primary feed!\"}"], ["created_at", "2016-10-06 15:36:12.974889"], ["updated_at", "2016-10-06 15:36:12.974889"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim qui mollitia consequuntur.\",\"text\":\"Try to back up the EXE panel, maybe it will back up the open-source transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.975876"], ["updated_at", "2016-10-06 15:36:12.975876"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis earum ut est est eos quis.\",\"text\":\"I'll calculate the cross-platform SMTP system, that should sensor the PNG interface!\"}"], ["created_at", "2016-10-06 15:36:12.977094"], ["updated_at", "2016-10-06 15:36:12.977094"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut laboriosam eum quisquam.\",\"text\":\"Use the auxiliary HTTP transmitter, then you can transmit the neural panel!\"}"], ["created_at", "2016-10-06 15:36:12.978630"], ["updated_at", "2016-10-06 15:36:12.978630"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt magni recusandae.\",\"text\":\"Use the virtual RAM circuit, then you can quantify the haptic firewall!\"}"], ["created_at", "2016-10-06 15:36:12.979592"], ["updated_at", "2016-10-06 15:36:12.979592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat sint voluptas placeat odit sunt tenetur est.\",\"text\":\"I'll program the back-end RAM circuit, that should array the JBOD hard drive!\"}"], ["created_at", "2016-10-06 15:36:12.980515"], ["updated_at", "2016-10-06 15:36:12.980515"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima unde dolor necessitatibus qui eaque sit.\",\"text\":\"Synthesizing the microchip won't do anything, we need to navigate the redundant sdd feed!\"}"], ["created_at", "2016-10-06 15:36:12.981388"], ["updated_at", "2016-10-06 15:36:12.981388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eos dolor.\",\"text\":\"Parsing the program won't do anything, we need to parse the optical sas capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.982388"], ["updated_at", "2016-10-06 15:36:12.982388"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse ea sed et ab repellat et.\",\"text\":\"The PCI array is down, index the cross-platform bandwidth so we can copy the RAM microchip!\"}"], ["created_at", "2016-10-06 15:36:12.983352"], ["updated_at", "2016-10-06 15:36:12.983352"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic assumenda magni et aut iure fuga.\",\"text\":\"Navigating the firewall won't do anything, we need to back up the solid state ssl port!\"}"], ["created_at", "2016-10-06 15:36:12.984476"], ["updated_at", "2016-10-06 15:36:12.984476"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium qui quas et.\",\"text\":\"Try to copy the SDD transmitter, maybe it will bypass the digital protocol!\"}"], ["created_at", "2016-10-06 15:36:12.985479"], ["updated_at", "2016-10-06 15:36:12.985479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At vel quod fugiat.\",\"text\":\"Use the haptic USB transmitter, then you can index the 1080p interface!\"}"], ["created_at", "2016-10-06 15:36:12.986488"], ["updated_at", "2016-10-06 15:36:12.986488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium consectetur alias occaecati fugiat qui.\",\"text\":\"Try to index the SSL program, maybe it will hack the virtual transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.987410"], ["updated_at", "2016-10-06 15:36:12.987410"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut in aut.\",\"text\":\"The SMS protocol is down, program the cross-platform hard drive so we can calculate the XSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.988278"], ["updated_at", "2016-10-06 15:36:12.988278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga aut veniam vero nihil nemo aliquid ea.\",\"text\":\"Use the cross-platform SDD sensor, then you can bypass the redundant bus!\"}"], ["created_at", "2016-10-06 15:36:12.989139"], ["updated_at", "2016-10-06 15:36:12.989139"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas maxime porro non distinctio sit.\",\"text\":\"If we synthesize the microchip, we can get to the PNG panel through the open-source PCI interface!\"}"], ["created_at", "2016-10-06 15:36:12.989965"], ["updated_at", "2016-10-06 15:36:12.989965"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et libero perferendis eum quisquam ut.\",\"text\":\"I'll compress the cross-platform FTP panel, that should firewall the AI bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.990906"], ["updated_at", "2016-10-06 15:36:12.990906"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid corrupti iste.\",\"text\":\"Use the back-end SQL capacitor, then you can quantify the neural circuit!\"}"], ["created_at", "2016-10-06 15:36:12.991771"], ["updated_at", "2016-10-06 15:36:12.991771"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis ex id est amet.\",\"text\":\"I'll program the digital EXE monitor, that should driver the PCI capacitor!\"}"], ["created_at", "2016-10-06 15:36:12.992639"], ["updated_at", "2016-10-06 15:36:12.992639"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel officiis necessitatibus est fugiat.\",\"text\":\"You can't bypass the capacitor without backing up the 1080p SDD card!\"}"], ["created_at", "2016-10-06 15:36:12.993694"], ["updated_at", "2016-10-06 15:36:12.993694"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor voluptas repellat iure expedita voluptatem reprehenderit non.\",\"text\":\"Use the wireless CSS microchip, then you can index the virtual system!\"}"], ["created_at", "2016-10-06 15:36:12.995170"], ["updated_at", "2016-10-06 15:36:12.995170"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quidem facere.\",\"text\":\"I'll calculate the back-end FTP feed, that should matrix the RAM bandwidth!\"}"], ["created_at", "2016-10-06 15:36:12.996566"], ["updated_at", "2016-10-06 15:36:12.996566"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere beatae voluptas nihil delectus est non a.\",\"text\":\"If we quantify the firewall, we can get to the RSS card through the haptic SMTP sensor!\"}"], ["created_at", "2016-10-06 15:36:12.997829"], ["updated_at", "2016-10-06 15:36:12.997829"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam aliquid odio ipsam et cum dolorem.\",\"text\":\"If we quantify the transmitter, we can get to the JBOD protocol through the online USB transmitter!\"}"], ["created_at", "2016-10-06 15:36:12.999030"], ["updated_at", "2016-10-06 15:36:12.999030"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis ut quos autem optio quia.\",\"text\":\"Use the open-source PNG sensor, then you can quantify the auxiliary alarm!\"}"], ["created_at", "2016-10-06 15:36:13.000248"], ["updated_at", "2016-10-06 15:36:13.000248"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore veniam modi occaecati.\",\"text\":\"Use the multi-byte RSS circuit, then you can copy the mobile circuit!\"}"], ["created_at", "2016-10-06 15:36:13.001579"], ["updated_at", "2016-10-06 15:36:13.001579"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit consequatur ut ducimus.\",\"text\":\"We need to synthesize the online RAM interface!\"}"], ["created_at", "2016-10-06 15:36:13.004456"], ["updated_at", "2016-10-06 15:36:13.004456"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate veritatis velit blanditiis voluptatem amet rerum cupiditate.\",\"text\":\"The SDD capacitor is down, generate the mobile alarm so we can index the SDD system!\"}"], ["created_at", "2016-10-06 15:36:13.007307"], ["updated_at", "2016-10-06 15:36:13.007307"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis in sit soluta aut.\",\"text\":\"Backing up the panel won't do anything, we need to connect the wireless tcp interface!\"}"], ["created_at", "2016-10-06 15:36:13.010067"], ["updated_at", "2016-10-06 15:36:13.010067"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo eveniet beatae recusandae blanditiis debitis.\",\"text\":\"Try to copy the ADP alarm, maybe it will parse the wireless sensor!\"}"], ["created_at", "2016-10-06 15:36:13.011422"], ["updated_at", "2016-10-06 15:36:13.011422"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid libero deleniti vel quos.\",\"text\":\"If we program the interface, we can get to the USB pixel through the cross-platform RSS hard drive!\"}"], ["created_at", "2016-10-06 15:36:13.012475"], ["updated_at", "2016-10-06 15:36:13.012475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet maxime pariatur amet aut.\",\"text\":\"We need to hack the solid state USB monitor!\"}"], ["created_at", "2016-10-06 15:36:13.013449"], ["updated_at", "2016-10-06 15:36:13.013449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est est nulla.\",\"text\":\"Try to parse the THX alarm, maybe it will connect the multi-byte port!\"}"], ["created_at", "2016-10-06 15:36:13.014338"], ["updated_at", "2016-10-06 15:36:13.014338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus id tempore consequatur nihil.\",\"text\":\"We need to connect the wireless RAM program!\"}"], ["created_at", "2016-10-06 15:36:13.015201"], ["updated_at", "2016-10-06 15:36:13.015201"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt ex et architecto voluptatibus non hic.\",\"text\":\"You can't copy the feed without navigating the haptic SDD driver!\"}"], ["created_at", "2016-10-06 15:36:13.016055"], ["updated_at", "2016-10-06 15:36:13.016055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus libero quo ex nesciunt et.\",\"text\":\"Try to generate the SDD bandwidth, maybe it will navigate the online driver!\"}"], ["created_at", "2016-10-06 15:36:13.017087"], ["updated_at", "2016-10-06 15:36:13.017087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi odit deserunt consectetur odio consequatur asperiores nulla.\",\"text\":\"If we hack the hard drive, we can get to the SDD interface through the redundant COM system!\"}"], ["created_at", "2016-10-06 15:36:13.018035"], ["updated_at", "2016-10-06 15:36:13.018035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis impedit velit.\",\"text\":\"If we transmit the application, we can get to the RAM pixel through the online SSL alarm!\"}"], ["created_at", "2016-10-06 15:36:13.018918"], ["updated_at", "2016-10-06 15:36:13.018918"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non sit ut eligendi vel.\",\"text\":\"Use the mobile XSS bandwidth, then you can copy the mobile hard drive!\"}"], ["created_at", "2016-10-06 15:36:13.019781"], ["updated_at", "2016-10-06 15:36:13.019781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et consequuntur ullam esse quae nostrum velit.\",\"text\":\"We need to transmit the 1080p THX monitor!\"}"], ["created_at", "2016-10-06 15:36:13.020717"], ["updated_at", "2016-10-06 15:36:13.020717"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime in illum unde.\",\"text\":\"Use the mobile AI system, then you can generate the neural port!\"}"], ["created_at", "2016-10-06 15:36:13.021642"], ["updated_at", "2016-10-06 15:36:13.021642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim ea et numquam.\",\"text\":\"Try to synthesize the RAM panel, maybe it will compress the optical monitor!\"}"], ["created_at", "2016-10-06 15:36:13.022548"], ["updated_at", "2016-10-06 15:36:13.022548"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ratione ex voluptate inventore.\",\"text\":\"Try to parse the SMS pixel, maybe it will program the mobile array!\"}"], ["created_at", "2016-10-06 15:36:13.023416"], ["updated_at", "2016-10-06 15:36:13.023416"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut minus fugiat et et expedita.\",\"text\":\"Connecting the array won't do anything, we need to program the 1080p sdd circuit!\"}"], ["created_at", "2016-10-06 15:36:13.024514"], ["updated_at", "2016-10-06 15:36:13.024514"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga dolor nesciunt voluptatum voluptatem sint.\",\"text\":\"If we transmit the pixel, we can get to the HDD monitor through the haptic HTTP firewall!\"}"], ["created_at", "2016-10-06 15:36:13.027107"], ["updated_at", "2016-10-06 15:36:13.027107"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime laudantium et voluptates voluptatem.\",\"text\":\"If we parse the circuit, we can get to the CSS bandwidth through the open-source XSS transmitter!\"}"], ["created_at", "2016-10-06 15:36:13.028179"], ["updated_at", "2016-10-06 15:36:13.028179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae aspernatur aliquid.\",\"text\":\"We need to index the virtual IB microchip!\"}"], ["created_at", "2016-10-06 15:36:13.029097"], ["updated_at", "2016-10-06 15:36:13.029097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet et ea quas.\",\"text\":\"I'll parse the neural SSL protocol, that should circuit the GB array!\"}"], ["created_at", "2016-10-06 15:36:13.029954"], ["updated_at", "2016-10-06 15:36:13.029954"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo modi vel.\",\"text\":\"We need to reboot the back-end SSL panel!\"}"], ["created_at", "2016-10-06 15:36:13.030844"], ["updated_at", "2016-10-06 15:36:13.030844"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut numquam sit.\",\"text\":\"I'll compress the 1080p TCP monitor, that should hard drive the PNG alarm!\"}"], ["created_at", "2016-10-06 15:36:13.031750"], ["updated_at", "2016-10-06 15:36:13.031750"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto doloribus molestiae ex nam dolor.\",\"text\":\"Navigating the system won't do anything, we need to parse the 1080p exe alarm!\"}"], ["created_at", "2016-10-06 15:36:13.032615"], ["updated_at", "2016-10-06 15:36:13.032615"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum tempora ab.\",\"text\":\"Try to index the PCI firewall, maybe it will parse the auxiliary matrix!\"}"], ["created_at", "2016-10-06 15:36:13.033542"], ["updated_at", "2016-10-06 15:36:13.033542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore qui cum quia corporis et sed.\",\"text\":\"Programming the alarm won't do anything, we need to copy the redundant sms circuit!\"}"], ["created_at", "2016-10-06 15:36:13.034446"], ["updated_at", "2016-10-06 15:36:13.034446"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed delectus similique ut.\",\"text\":\"Try to index the SAS capacitor, maybe it will generate the open-source monitor!\"}"], ["created_at", "2016-10-06 15:36:13.035314"], ["updated_at", "2016-10-06 15:36:13.035314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus et minima voluptatem quisquam quis officia.\",\"text\":\"Quantifying the capacitor won't do anything, we need to quantify the neural css feed!\"}"], ["created_at", "2016-10-06 15:36:13.036223"], ["updated_at", "2016-10-06 15:36:13.036223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel et accusamus ut deserunt.\",\"text\":\"We need to copy the bluetooth SQL capacitor!\"}"], ["created_at", "2016-10-06 15:36:13.037094"], ["updated_at", "2016-10-06 15:36:13.037094"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae molestiae eum laboriosam accusantium qui enim.\",\"text\":\"Calculating the firewall won't do anything, we need to program the multi-byte json transmitter!\"}"], ["created_at", "2016-10-06 15:36:13.037944"], ["updated_at", "2016-10-06 15:36:13.037944"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem earum voluptas repudiandae et.\",\"text\":\"The COM panel is down, quantify the cross-platform sensor so we can hack the USB pixel!\"}"], ["created_at", "2016-10-06 15:36:13.038810"], ["updated_at", "2016-10-06 15:36:13.038810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo mollitia velit consequuntur non voluptatibus.\",\"text\":\"If we index the system, we can get to the AGP alarm through the multi-byte CSS interface!\"}"], ["created_at", "2016-10-06 15:36:13.039737"], ["updated_at", "2016-10-06 15:36:13.039737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptatem expedita aliquam.\",\"text\":\"Use the online SSL monitor, then you can quantify the auxiliary alarm!\"}"], ["created_at", "2016-10-06 15:36:13.040647"], ["updated_at", "2016-10-06 15:36:13.040647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi officia deleniti rerum dicta nam et sit.\",\"text\":\"Use the neural PNG microchip, then you can quantify the mobile bandwidth!\"}"], ["created_at", "2016-10-06 15:36:13.041497"], ["updated_at", "2016-10-06 15:36:13.041497"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde ducimus corrupti.\",\"text\":\"The FTP monitor is down, synthesize the back-end panel so we can override the THX capacitor!\"}"], ["created_at", "2016-10-06 15:36:13.042383"], ["updated_at", "2016-10-06 15:36:13.042383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores similique tempora.\",\"text\":\"The SCSI array is down, copy the wireless microchip so we can index the THX capacitor!\"}"], ["created_at", "2016-10-06 15:36:13.043290"], ["updated_at", "2016-10-06 15:36:13.043290"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda magni exercitationem quis voluptatem a.\",\"text\":\"The AGP sensor is down, program the primary alarm so we can transmit the SQL driver!\"}"], ["created_at", "2016-10-06 15:36:13.044148"], ["updated_at", "2016-10-06 15:36:13.044148"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio eum nihil dicta laborum quam occaecati.\",\"text\":\"I'll generate the solid state XSS feed, that should interface the SMTP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:13.045072"], ["updated_at", "2016-10-06 15:36:13.045072"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam impedit et dignissimos praesentium dolore et.\",\"text\":\"We need to connect the cross-platform USB transmitter!\"}"], ["created_at", "2016-10-06 15:36:13.046166"], ["updated_at", "2016-10-06 15:36:13.046166"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam molestias placeat at vitae.\",\"text\":\"You can't back up the array without overriding the mobile SMS card!\"}"], ["created_at", "2016-10-06 15:36:13.047187"], ["updated_at", "2016-10-06 15:36:13.047187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita unde alias sunt qui numquam quibusdam.\",\"text\":\"If we navigate the microchip, we can get to the RAM protocol through the neural SQL driver!\"}"], ["created_at", "2016-10-06 15:36:13.048061"], ["updated_at", "2016-10-06 15:36:13.048061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aut dolorem est.\",\"text\":\"I'll quantify the primary SCSI port, that should matrix the HTTP transmitter!\"}"], ["created_at", "2016-10-06 15:36:13.048920"], ["updated_at", "2016-10-06 15:36:13.048920"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non incidunt quaerat nulla nesciunt quidem.\",\"text\":\"Try to parse the EXE array, maybe it will connect the neural alarm!\"}"], ["created_at", "2016-10-06 15:36:13.049750"], ["updated_at", "2016-10-06 15:36:13.049750"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque aut vel sit cum voluptate.\",\"text\":\"Try to back up the RAM monitor, maybe it will back up the virtual card!\"}"], ["created_at", "2016-10-06 15:36:13.050688"], ["updated_at", "2016-10-06 15:36:13.050688"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos nulla quis.\",\"text\":\"I'll parse the haptic THX microchip, that should application the SQL interface!\"}"], ["created_at", "2016-10-06 15:36:13.051779"], ["updated_at", "2016-10-06 15:36:13.051779"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum rerum modi veritatis est illum.\",\"text\":\"Use the open-source PNG bandwidth, then you can navigate the multi-byte program!\"}"], ["created_at", "2016-10-06 15:36:13.052842"], ["updated_at", "2016-10-06 15:36:13.052842"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita repudiandae possimus eum in sint quasi.\",\"text\":\"You can't program the card without bypassing the 1080p AGP driver!\"}"], ["created_at", "2016-10-06 15:36:13.053883"], ["updated_at", "2016-10-06 15:36:13.053883"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius officiis molestias distinctio velit quod.\",\"text\":\"Try to copy the AGP feed, maybe it will generate the digital driver!\"}"], ["created_at", "2016-10-06 15:36:13.055009"], ["updated_at", "2016-10-06 15:36:13.055009"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum ea aliquam labore.\",\"text\":\"I'll compress the redundant PNG bandwidth, that should alarm the SAS interface!\"}"], ["created_at", "2016-10-06 15:36:13.056053"], ["updated_at", "2016-10-06 15:36:13.056053"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam dolore dolorum ut.\",\"text\":\"You can't connect the monitor without indexing the wireless AI monitor!\"}"], ["created_at", "2016-10-06 15:36:13.057072"], ["updated_at", "2016-10-06 15:36:13.057072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis ea consectetur eligendi.\",\"text\":\"If we quantify the firewall, we can get to the XSS alarm through the haptic COM microchip!\"}"], ["created_at", "2016-10-06 15:36:13.058018"], ["updated_at", "2016-10-06 15:36:13.058018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est temporibus facilis ipsum vel nam accusamus quo.\",\"text\":\"The AGP transmitter is down, transmit the neural bus so we can compress the XSS circuit!\"}"], ["created_at", "2016-10-06 15:36:13.059032"], ["updated_at", "2016-10-06 15:36:13.059032"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo veritatis sint id nostrum.\",\"text\":\"Try to override the AI bandwidth, maybe it will back up the digital alarm!\"}"], ["created_at", "2016-10-06 15:36:13.059995"], ["updated_at", "2016-10-06 15:36:13.059995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit suscipit soluta dolore et animi eveniet non.\",\"text\":\"If we compress the bus, we can get to the HTTP program through the online PNG application!\"}"], ["created_at", "2016-10-06 15:36:13.060913"], ["updated_at", "2016-10-06 15:36:13.060913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem praesentium ipsam asperiores consequatur ea excepturi.\",\"text\":\"I'll input the haptic JSON array, that should monitor the JSON bus!\"}"], ["created_at", "2016-10-06 15:36:13.061776"], ["updated_at", "2016-10-06 15:36:13.061776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt nam in impedit aut laboriosam maxime.\",\"text\":\"I'll navigate the optical SSL monitor, that should capacitor the SCSI hard drive!\"}"], ["created_at", "2016-10-06 15:36:13.062693"], ["updated_at", "2016-10-06 15:36:13.062693"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime dolorem ipsa.\",\"text\":\"Use the auxiliary COM panel, then you can bypass the wireless program!\"}"], ["created_at", "2016-10-06 15:36:13.063553"], ["updated_at", "2016-10-06 15:36:13.063553"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium nihil distinctio.\",\"text\":\"You can't reboot the circuit without quantifying the neural XML matrix!\"}"], ["created_at", "2016-10-06 15:36:13.064457"], ["updated_at", "2016-10-06 15:36:13.064457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad voluptatibus veritatis hic sequi est omnis.\",\"text\":\"The RSS protocol is down, generate the wireless interface so we can synthesize the COM application!\"}"], ["created_at", "2016-10-06 15:36:13.065329"], ["updated_at", "2016-10-06 15:36:13.065329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem consectetur omnis excepturi consequatur.\",\"text\":\"Parsing the microchip won't do anything, we need to connect the bluetooth sql pixel!\"}"], ["created_at", "2016-10-06 15:36:13.066200"], ["updated_at", "2016-10-06 15:36:13.066200"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit eum laudantium ex.\",\"text\":\"Use the neural USB hard drive, then you can connect the bluetooth feed!\"}"], ["created_at", "2016-10-06 15:36:13.067063"], ["updated_at", "2016-10-06 15:36:13.067063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat vel laudantium occaecati molestias voluptate.\",\"text\":\"Use the open-source HDD microchip, then you can quantify the auxiliary circuit!\"}"], ["created_at", "2016-10-06 15:36:13.068003"], ["updated_at", "2016-10-06 15:36:13.068003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt delectus corrupti dolor quibusdam.\",\"text\":\"We need to transmit the 1080p GB card!\"}"], ["created_at", "2016-10-06 15:36:13.068893"], ["updated_at", "2016-10-06 15:36:13.068893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur voluptate est omnis.\",\"text\":\"Try to quantify the AI bandwidth, maybe it will compress the primary feed!\"}"], ["created_at", "2016-10-06 15:36:13.069723"], ["updated_at", "2016-10-06 15:36:13.069723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur eos molestias sequi delectus consequatur eos et.\",\"text\":\"I'll index the digital THX hard drive, that should program the RAM feed!\"}"], ["created_at", "2016-10-06 15:36:13.070634"], ["updated_at", "2016-10-06 15:36:13.070634"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem fugit vel et doloremque consequatur sit porro.\",\"text\":\"I'll override the mobile HDD bandwidth, that should driver the IB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:13.071636"], ["updated_at", "2016-10-06 15:36:13.071636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptatibus quod in et.\",\"text\":\"We need to transmit the auxiliary XSS matrix!\"}"], ["created_at", "2016-10-06 15:36:13.072599"], ["updated_at", "2016-10-06 15:36:13.072599"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor tempore eos eaque distinctio.\",\"text\":\"The AGP transmitter is down, program the 1080p capacitor so we can back up the USB application!\"}"], ["created_at", "2016-10-06 15:36:13.073439"], ["updated_at", "2016-10-06 15:36:13.073439"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam dolores id deleniti.\",\"text\":\"Try to parse the SMS monitor, maybe it will index the virtual feed!\"}"], ["created_at", "2016-10-06 15:36:13.074331"], ["updated_at", "2016-10-06 15:36:13.074331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In voluptates omnis hic totam voluptatem.\",\"text\":\"I'll transmit the virtual PCI card, that should hard drive the JSON interface!\"}"], ["created_at", "2016-10-06 15:36:13.075198"], ["updated_at", "2016-10-06 15:36:13.075198"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate sint voluptas ea.\",\"text\":\"If we quantify the feed, we can get to the SQL application through the back-end FTP program!\"}"], ["created_at", "2016-10-06 15:36:13.076060"], ["updated_at", "2016-10-06 15:36:13.076060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates et maiores sint consequatur hic explicabo odit.\",\"text\":\"The PCI firewall is down, navigate the open-source capacitor so we can index the THX microchip!\"}"], ["created_at", "2016-10-06 15:36:13.076978"], ["updated_at", "2016-10-06 15:36:13.076978"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic iusto quo saepe autem sed voluptatum.\",\"text\":\"Use the auxiliary SMTP monitor, then you can index the bluetooth bus!\"}"], ["created_at", "2016-10-06 15:36:13.077876"], ["updated_at", "2016-10-06 15:36:13.077876"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea provident quas veritatis.\",\"text\":\"I'll copy the primary SAS panel, that should feed the SMS matrix!\"}"], ["created_at", "2016-10-06 15:36:13.078931"], ["updated_at", "2016-10-06 15:36:13.078931"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id et perspiciatis est.\",\"text\":\"Try to back up the IB alarm, maybe it will synthesize the open-source capacitor!\"}"], ["created_at", "2016-10-06 15:36:13.080476"], ["updated_at", "2016-10-06 15:36:13.080476"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat est ut soluta eum distinctio.\",\"text\":\"We need to reboot the open-source HTTP protocol!\"}"], ["created_at", "2016-10-06 15:36:13.081817"], ["updated_at", "2016-10-06 15:36:13.081817"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias in laboriosam inventore dolores omnis aut.\",\"text\":\"Use the online JSON bus, then you can program the open-source transmitter!\"}"], ["created_at", "2016-10-06 15:36:13.082780"], ["updated_at", "2016-10-06 15:36:13.082780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum saepe voluptas esse.\",\"text\":\"The SAS sensor is down, synthesize the solid state application so we can generate the PNG program!\"}"], ["created_at", "2016-10-06 15:36:13.083616"], ["updated_at", "2016-10-06 15:36:13.083616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam vel quidem tenetur omnis rerum.\",\"text\":\"If we index the monitor, we can get to the SDD circuit through the virtual SMS pixel!\"}"], ["created_at", "2016-10-06 15:36:13.084485"], ["updated_at", "2016-10-06 15:36:13.084485"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est non neque.\",\"text\":\"Try to synthesize the THX driver, maybe it will quantify the primary program!\"}"], ["created_at", "2016-10-06 15:36:13.085336"], ["updated_at", "2016-10-06 15:36:13.085336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo nemo amet ipsam non vero pariatur officiis.\",\"text\":\"Generating the alarm won't do anything, we need to bypass the cross-platform smtp transmitter!\"}"], ["created_at", "2016-10-06 15:36:13.086292"], ["updated_at", "2016-10-06 15:36:13.086292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eos dolores velit et deserunt.\",\"text\":\"If we navigate the program, we can get to the PCI sensor through the redundant TCP matrix!\"}"], ["created_at", "2016-10-06 15:36:13.087149"], ["updated_at", "2016-10-06 15:36:13.087149"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda minima enim quia.\",\"text\":\"We need to input the virtual SQL circuit!\"}"], ["created_at", "2016-10-06 15:36:13.088025"], ["updated_at", "2016-10-06 15:36:13.088025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem possimus harum.\",\"text\":\"Try to synthesize the PCI application, maybe it will bypass the wireless interface!\"}"], ["created_at", "2016-10-06 15:36:13.088884"], ["updated_at", "2016-10-06 15:36:13.088884"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur ipsa incidunt in.\",\"text\":\"Parsing the interface won't do anything, we need to connect the bluetooth pci bandwidth!\"}"], ["created_at", "2016-10-06 15:36:13.089751"], ["updated_at", "2016-10-06 15:36:13.089751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est rerum magni recusandae nemo.\",\"text\":\"Use the optical TCP circuit, then you can navigate the digital matrix!\"}"], ["created_at", "2016-10-06 15:36:13.090679"], ["updated_at", "2016-10-06 15:36:13.090679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat eos voluptatem delectus expedita.\",\"text\":\"You can't program the matrix without overriding the 1080p PNG sensor!\"}"], ["created_at", "2016-10-06 15:36:13.091521"], ["updated_at", "2016-10-06 15:36:13.091521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui labore et cum qui consectetur consequuntur neque.\",\"text\":\"I'll input the virtual USB bus, that should bandwidth the XSS program!\"}"], ["created_at", "2016-10-06 15:36:13.092385"], ["updated_at", "2016-10-06 15:36:13.092385"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas dolores iusto inventore magni quam nihil quis.\",\"text\":\"You can't input the array without quantifying the open-source HTTP sensor!\"}"], ["created_at", "2016-10-06 15:36:13.093245"], ["updated_at", "2016-10-06 15:36:13.093245"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor et commodi libero.\",\"text\":\"I'll parse the 1080p TCP alarm, that should matrix the COM firewall!\"}"], ["created_at", "2016-10-06 15:36:13.094163"], ["updated_at", "2016-10-06 15:36:13.094163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque neque porro possimus saepe pariatur minus.\",\"text\":\"I'll input the 1080p PNG port, that should feed the COM monitor!\"}"], ["created_at", "2016-10-06 15:36:13.095133"], ["updated_at", "2016-10-06 15:36:13.095133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea quisquam voluptatem at corrupti officiis id quo.\",\"text\":\"If we parse the bandwidth, we can get to the ADP monitor through the digital TCP matrix!\"}"], ["created_at", "2016-10-06 15:36:13.095985"], ["updated_at", "2016-10-06 15:36:13.095985"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati reprehenderit rerum ad dolorem saepe laboriosam atque.\",\"text\":\"The RSS sensor is down, program the wireless port so we can program the RAM array!\"}"], ["created_at", "2016-10-06 15:36:13.096852"], ["updated_at", "2016-10-06 15:36:13.096852"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum unde asperiores suscipit.\",\"text\":\"Programming the sensor won't do anything, we need to quantify the neural smtp capacitor!\"}"], ["created_at", "2016-10-06 15:36:13.097753"], ["updated_at", "2016-10-06 15:36:13.097753"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint ipsam in ut.\",\"text\":\"The PNG matrix is down, override the open-source interface so we can transmit the COM transmitter!\"}"], ["created_at", "2016-10-06 15:36:13.098670"], ["updated_at", "2016-10-06 15:36:13.098670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed excepturi voluptatibus ut deserunt dolor aliquid porro.\",\"text\":\"If we override the capacitor, we can get to the JSON card through the back-end AGP microchip!\"}"], ["created_at", "2016-10-06 15:36:13.099511"], ["updated_at", "2016-10-06 15:36:13.099511"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non rerum sequi perspiciatis eos iusto numquam ipsa.\",\"text\":\"We need to quantify the multi-byte HDD bandwidth!\"}"], ["created_at", "2016-10-06 15:36:13.100366"], ["updated_at", "2016-10-06 15:36:13.100366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit voluptate sed.\",\"text\":\"If we parse the firewall, we can get to the IB alarm through the haptic HTTP array!\"}"], ["created_at", "2016-10-06 15:36:13.101277"], ["updated_at", "2016-10-06 15:36:13.101277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi quos eos voluptatem dolores illum commodi.\",\"text\":\"We need to generate the open-source AI firewall!\"}"], ["created_at", "2016-10-06 15:36:13.102169"], ["updated_at", "2016-10-06 15:36:13.102169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad fugiat et voluptatem ut repudiandae ea.\",\"text\":\"We need to parse the optical XML capacitor!\"}"], ["created_at", "2016-10-06 15:36:13.103046"], ["updated_at", "2016-10-06 15:36:13.103046"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati vitae quo facilis aut.\",\"text\":\"The AGP feed is down, compress the primary bus so we can bypass the GB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:13.103886"], ["updated_at", "2016-10-06 15:36:13.103886"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat rerum fuga tempore ducimus ut omnis laboriosam.\",\"text\":\"The USB firewall is down, calculate the primary panel so we can navigate the USB firewall!\"}"], ["created_at", "2016-10-06 15:36:13.104750"], ["updated_at", "2016-10-06 15:36:13.104750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem et minima dolorum.\",\"text\":\"The XSS bus is down, navigate the cross-platform port so we can copy the TCP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:13.105651"], ["updated_at", "2016-10-06 15:36:13.105651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime ut reprehenderit qui.\",\"text\":\"Use the neural ADP firewall, then you can bypass the digital monitor!\"}"], ["created_at", "2016-10-06 15:36:13.106525"], ["updated_at", "2016-10-06 15:36:13.106525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea autem ad molestiae voluptatem quod quia rem.\",\"text\":\"We need to reboot the wireless GB panel!\"}"], ["created_at", "2016-10-06 15:36:13.107368"], ["updated_at", "2016-10-06 15:36:13.107368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum omnis eos et.\",\"text\":\"Use the cross-platform IB transmitter, then you can override the bluetooth program!\"}"], ["created_at", "2016-10-06 15:36:13.108232"], ["updated_at", "2016-10-06 15:36:13.108232"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero accusantium et tenetur.\",\"text\":\"We need to connect the 1080p SCSI panel!\"}"], ["created_at", "2016-10-06 15:36:13.109091"], ["updated_at", "2016-10-06 15:36:13.109091"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum dolore maxime unde.\",\"text\":\"I'll calculate the primary ADP port, that should card the XSS alarm!\"}"], ["created_at", "2016-10-06 15:36:13.109998"], ["updated_at", "2016-10-06 15:36:13.109998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae voluptatibus et.\",\"text\":\"Use the multi-byte EXE hard drive, then you can compress the open-source feed!\"}"], ["created_at", "2016-10-06 15:36:13.110841"], ["updated_at", "2016-10-06 15:36:13.110841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aut et in minima deserunt totam quibusdam.\",\"text\":\"Try to back up the RSS protocol, maybe it will reboot the bluetooth monitor!\"}"], ["created_at", "2016-10-06 15:36:13.111762"], ["updated_at", "2016-10-06 15:36:13.111762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat non nesciunt mollitia porro.\",\"text\":\"The USB card is down, navigate the primary microchip so we can generate the RAM bus!\"}"], ["created_at", "2016-10-06 15:36:13.112750"], ["updated_at", "2016-10-06 15:36:13.112750"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem nulla optio.\",\"text\":\"Bypassing the sensor won't do anything, we need to input the virtual rss card!\"}"], ["created_at", "2016-10-06 15:36:13.113985"], ["updated_at", "2016-10-06 15:36:13.113985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor quia assumenda quas.\",\"text\":\"Try to quantify the PNG protocol, maybe it will reboot the primary protocol!\"}"], ["created_at", "2016-10-06 15:36:13.115540"], ["updated_at", "2016-10-06 15:36:13.115540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa sunt fugiat adipisci a est.\",\"text\":\"I'll override the virtual SAS microchip, that should system the ADP pixel!\"}"], ["created_at", "2016-10-06 15:36:13.116491"], ["updated_at", "2016-10-06 15:36:13.116491"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex inventore vitae nemo minus in.\",\"text\":\"Calculating the monitor won't do anything, we need to reboot the redundant http circuit!\"}"], ["created_at", "2016-10-06 15:36:13.117348"], ["updated_at", "2016-10-06 15:36:13.117348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quo doloremque rerum dolor.\",\"text\":\"Use the virtual SMTP interface, then you can generate the virtual application!\"}"], ["created_at", "2016-10-06 15:36:13.118252"], ["updated_at", "2016-10-06 15:36:13.118252"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit dignissimos sit harum a inventore deserunt.\",\"text\":\"If we hack the array, we can get to the CSS circuit through the haptic AGP program!\"}"], ["created_at", "2016-10-06 15:36:13.119113"], ["updated_at", "2016-10-06 15:36:13.119113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis et quaerat.\",\"text\":\"You can't connect the monitor without backing up the mobile JSON hard drive!\"}"], ["created_at", "2016-10-06 15:36:13.119993"], ["updated_at", "2016-10-06 15:36:13.119993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis dolor minima.\",\"text\":\"I'll synthesize the neural TCP monitor, that should circuit the PNG interface!\"}"], ["created_at", "2016-10-06 15:36:13.120858"], ["updated_at", "2016-10-06 15:36:13.120858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis odio magnam deleniti veritatis nemo.\",\"text\":\"If we calculate the feed, we can get to the COM matrix through the cross-platform THX alarm!\"}"], ["created_at", "2016-10-06 15:36:13.121720"], ["updated_at", "2016-10-06 15:36:13.121720"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint delectus vel consequatur eum odit possimus.\",\"text\":\"You can't copy the matrix without bypassing the redundant SDD circuit!\"}"], ["created_at", "2016-10-06 15:36:13.122584"], ["updated_at", "2016-10-06 15:36:13.122584"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui facere libero itaque cum.\",\"text\":\"I'll generate the redundant HTTP feed, that should pixel the JSON matrix!\"}"], ["created_at", "2016-10-06 15:36:13.123452"], ["updated_at", "2016-10-06 15:36:13.123452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id officiis quibusdam iusto assumenda nesciunt sunt.\",\"text\":\"Try to program the SQL monitor, maybe it will generate the neural microchip!\"}"], ["created_at", "2016-10-06 15:36:13.124305"], ["updated_at", "2016-10-06 15:36:13.124305"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt molestiae ut ut.\",\"text\":\"If we index the panel, we can get to the JBOD application through the virtual SQL capacitor!\"}"], ["created_at", "2016-10-06 15:36:13.125152"], ["updated_at", "2016-10-06 15:36:13.125152"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum sit mollitia.\",\"text\":\"I'll synthesize the multi-byte USB application, that should panel the SSL system!\"}"], ["created_at", "2016-10-06 15:36:13.126004"], ["updated_at", "2016-10-06 15:36:13.126004"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex est fugiat perferendis atque excepturi similique in.\",\"text\":\"Bypassing the monitor won't do anything, we need to calculate the cross-platform agp card!\"}"], ["created_at", "2016-10-06 15:36:13.126887"], ["updated_at", "2016-10-06 15:36:13.126887"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet fugiat quis alias qui porro nostrum voluptas.\",\"text\":\"Try to back up the SMTP microchip, maybe it will parse the online monitor!\"}"], ["created_at", "2016-10-06 15:36:13.127833"], ["updated_at", "2016-10-06 15:36:13.127833"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius aliquam fugiat sit.\",\"text\":\"You can't compress the capacitor without transmitting the bluetooth USB sensor!\"}"], ["created_at", "2016-10-06 15:36:13.128909"], ["updated_at", "2016-10-06 15:36:13.128909"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex fugit quos.\",\"text\":\"Use the wireless AGP hard drive, then you can generate the back-end circuit!\"}"], ["created_at", "2016-10-06 15:36:13.130050"], ["updated_at", "2016-10-06 15:36:13.130050"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis porro nobis aut aut ad a.\",\"text\":\"The JSON driver is down, reboot the digital transmitter so we can calculate the SQL transmitter!\"}"], ["created_at", "2016-10-06 15:36:13.131290"], ["updated_at", "2016-10-06 15:36:13.131290"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem rem voluptas sit sunt harum vel adipisci.\",\"text\":\"The THX array is down, connect the auxiliary microchip so we can override the AI sensor!\"}"], ["created_at", "2016-10-06 15:36:13.133145"], ["updated_at", "2016-10-06 15:36:13.133145"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor quis quam.\",\"text\":\"If we input the driver, we can get to the SSL system through the 1080p EXE system!\"}"], ["created_at", "2016-10-06 15:36:13.135484"], ["updated_at", "2016-10-06 15:36:13.135484"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est velit amet ea commodi quos similique corrupti.\",\"text\":\"The AI program is down, generate the back-end protocol so we can connect the SDD protocol!\"}"], ["created_at", "2016-10-06 15:36:13.136693"], ["updated_at", "2016-10-06 15:36:13.136693"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti cumque sapiente.\",\"text\":\"Indexing the monitor won't do anything, we need to input the mobile scsi matrix!\"}"], ["created_at", "2016-10-06 15:36:13.139483"], ["updated_at", "2016-10-06 15:36:13.139483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem dolore qui accusamus rerum repellendus sunt.\",\"text\":\"Use the back-end FTP matrix, then you can index the open-source matrix!\"}"], ["created_at", "2016-10-06 15:36:13.140560"], ["updated_at", "2016-10-06 15:36:13.140560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In cupiditate ducimus veritatis corporis assumenda.\",\"text\":\"If we copy the system, we can get to the RAM bandwidth through the primary ADP bandwidth!\"}"], ["created_at", "2016-10-06 15:36:13.141559"], ["updated_at", "2016-10-06 15:36:13.141559"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic dolor corrupti.\",\"text\":\"Try to input the SMS transmitter, maybe it will program the wireless monitor!\"}"], ["created_at", "2016-10-06 15:36:13.142549"], ["updated_at", "2016-10-06 15:36:13.142549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum dicta aut tenetur earum asperiores enim dolorem.\",\"text\":\"You can't transmit the system without parsing the optical JBOD port!\"}"], ["created_at", "2016-10-06 15:36:13.143514"], ["updated_at", "2016-10-06 15:36:13.143514"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et omnis odio perspiciatis magnam soluta porro voluptatum.\",\"text\":\"Try to hack the JSON firewall, maybe it will calculate the digital driver!\"}"], ["created_at", "2016-10-06 15:36:13.144498"], ["updated_at", "2016-10-06 15:36:13.144498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quos ullam iure omnis.\",\"text\":\"The SAS panel is down, back up the wireless sensor so we can index the SDD sensor!\"}"], ["created_at", "2016-10-06 15:36:13.145534"], ["updated_at", "2016-10-06 15:36:13.145534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic porro quod.\",\"text\":\"Use the neural EXE hard drive, then you can transmit the online panel!\"}"], ["created_at", "2016-10-06 15:36:13.146529"], ["updated_at", "2016-10-06 15:36:13.146529"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus quo debitis sed dolor et minima quisquam.\",\"text\":\"Use the wireless SSL pixel, then you can connect the primary port!\"}"], ["created_at", "2016-10-06 15:36:13.147405"], ["updated_at", "2016-10-06 15:36:13.147405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quia nemo ratione.\",\"text\":\"We need to parse the back-end IB bandwidth!\"}"], ["created_at", "2016-10-06 15:36:13.148311"], ["updated_at", "2016-10-06 15:36:13.148311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis vero suscipit mollitia dolores.\",\"text\":\"Use the bluetooth TCP bandwidth, then you can copy the primary panel!\"}"], ["created_at", "2016-10-06 15:36:13.149166"], ["updated_at", "2016-10-06 15:36:13.149166"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque et dicta ut.\",\"text\":\"You can't quantify the system without navigating the digital FTP microchip!\"}"], ["created_at", "2016-10-06 15:36:13.150027"], ["updated_at", "2016-10-06 15:36:13.150027"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum molestiae totam quia et ut inventore ut.\",\"text\":\"The RSS array is down, back up the haptic bandwidth so we can parse the SMS driver!\"}"], ["created_at", "2016-10-06 15:36:13.150967"], ["updated_at", "2016-10-06 15:36:13.150967"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid eos cupiditate pariatur atque.\",\"text\":\"You can't connect the port without generating the multi-byte COM interface!\"}"], ["created_at", "2016-10-06 15:36:13.151820"], ["updated_at", "2016-10-06 15:36:13.151820"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum dolorem facilis placeat.\",\"text\":\"You can't synthesize the matrix without indexing the online SSL circuit!\"}"], ["created_at", "2016-10-06 15:36:13.152750"], ["updated_at", "2016-10-06 15:36:13.152750"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui ratione nihil deleniti.\",\"text\":\"I'll generate the mobile COM sensor, that should monitor the AI port!\"}"], ["created_at", "2016-10-06 15:36:13.154646"], ["updated_at", "2016-10-06 15:36:13.154646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque odio tenetur repellendus quo ex et illo.\",\"text\":\"Try to hack the COM firewall, maybe it will connect the virtual panel!\"}"], ["created_at", "2016-10-06 15:36:13.155901"], ["updated_at", "2016-10-06 15:36:13.155901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt tempore dolor consequatur omnis aut.\",\"text\":\"Use the auxiliary XSS transmitter, then you can back up the wireless monitor!\"}"], ["created_at", "2016-10-06 15:36:13.156811"], ["updated_at", "2016-10-06 15:36:13.156811"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur velit eum est.\",\"text\":\"You can't calculate the hard drive without quantifying the redundant RSS pixel!\"}"], ["created_at", "2016-10-06 15:36:13.157678"], ["updated_at", "2016-10-06 15:36:13.157678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil ratione distinctio facere veritatis veniam ut aut.\",\"text\":\"Try to reboot the AI card, maybe it will connect the back-end circuit!\"}"], ["created_at", "2016-10-06 15:36:13.158641"], ["updated_at", "2016-10-06 15:36:13.158641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati dolores aspernatur est consequuntur velit cumque dolorem.\",\"text\":\"You can't navigate the system without synthesizing the cross-platform RAM capacitor!\"}"], ["created_at", "2016-10-06 15:36:13.159495"], ["updated_at", "2016-10-06 15:36:13.159495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit repellendus doloribus.\",\"text\":\"I'll back up the online RSS application, that should sensor the SCSI pixel!\"}"], ["created_at", "2016-10-06 15:36:13.160357"], ["updated_at", "2016-10-06 15:36:13.160357"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni voluptatum nihil tenetur et harum.\",\"text\":\"Use the bluetooth PNG hard drive, then you can bypass the redundant bus!\"}"], ["created_at", "2016-10-06 15:36:13.161243"], ["updated_at", "2016-10-06 15:36:13.161243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore aperiam repudiandae enim sit mollitia magni perferendis.\",\"text\":\"Connecting the application won't do anything, we need to quantify the online png bandwidth!\"}"], ["created_at", "2016-10-06 15:36:13.162275"], ["updated_at", "2016-10-06 15:36:13.162275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore aut ducimus.\",\"text\":\"Use the multi-byte HTTP bandwidth, then you can reboot the redundant microchip!\"}"], ["created_at", "2016-10-06 15:36:13.163144"], ["updated_at", "2016-10-06 15:36:13.163144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem voluptatem molestiae.\",\"text\":\"I'll override the virtual CSS protocol, that should bus the FTP microchip!\"}"], ["created_at", "2016-10-06 15:36:13.164042"], ["updated_at", "2016-10-06 15:36:13.164042"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas nemo laboriosam ex est dolorem et.\",\"text\":\"Navigating the program won't do anything, we need to override the auxiliary adp sensor!\"}"], ["created_at", "2016-10-06 15:36:13.164911"], ["updated_at", "2016-10-06 15:36:13.164911"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi qui autem qui dolorem distinctio voluptatem.\",\"text\":\"I'll quantify the virtual JBOD feed, that should panel the TCP system!\"}"], ["created_at", "2016-10-06 15:36:13.165801"], ["updated_at", "2016-10-06 15:36:13.165801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit dignissimos voluptatem quis voluptatem quidem.\",\"text\":\"I'll bypass the multi-byte SMTP pixel, that should firewall the SMTP port!\"}"], ["created_at", "2016-10-06 15:36:13.166716"], ["updated_at", "2016-10-06 15:36:13.166716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat amet laboriosam reiciendis consectetur ipsam quis.\",\"text\":\"We need to compress the solid state CSS matrix!\"}"], ["created_at", "2016-10-06 15:36:13.167630"], ["updated_at", "2016-10-06 15:36:13.167630"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et amet magnam iste tempora repellat molestiae.\",\"text\":\"We need to back up the bluetooth JBOD alarm!\"}"], ["created_at", "2016-10-06 15:36:13.168572"], ["updated_at", "2016-10-06 15:36:13.168572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque eveniet incidunt est quia non facere.\",\"text\":\"I'll generate the mobile JBOD bandwidth, that should bandwidth the PCI monitor!\"}"], ["created_at", "2016-10-06 15:36:13.169485"], ["updated_at", "2016-10-06 15:36:13.169485"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore ratione quos error alias voluptates est temporibus.\",\"text\":\"Parsing the bandwidth won't do anything, we need to transmit the solid state sql interface!\"}"], ["created_at", "2016-10-06 15:36:13.170404"], ["updated_at", "2016-10-06 15:36:13.170404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum dignissimos aut fuga.\",\"text\":\"We need to override the bluetooth SSL driver!\"}"], ["created_at", "2016-10-06 15:36:13.171283"], ["updated_at", "2016-10-06 15:36:13.171283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum sed vel doloremque facere.\",\"text\":\"If we override the card, we can get to the GB alarm through the back-end COM hard drive!\"}"], ["created_at", "2016-10-06 15:36:13.172164"], ["updated_at", "2016-10-06 15:36:13.172164"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad eum voluptatibus ut aut similique modi veniam.\",\"text\":\"Use the cross-platform TCP port, then you can generate the open-source alarm!\"}"], ["created_at", "2016-10-06 15:36:13.173047"], ["updated_at", "2016-10-06 15:36:13.173047"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est vero et autem id fugiat.\",\"text\":\"Try to generate the SAS alarm, maybe it will connect the 1080p protocol!\"}"], ["created_at", "2016-10-06 15:36:13.173966"], ["updated_at", "2016-10-06 15:36:13.173966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis eveniet exercitationem incidunt quia cupiditate.\",\"text\":\"The SQL card is down, override the auxiliary panel so we can override the SMTP feed!\"}"], ["created_at", "2016-10-06 15:36:13.174877"], ["updated_at", "2016-10-06 15:36:13.174877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem aut inventore non sint sapiente.\",\"text\":\"If we navigate the card, we can get to the SMTP feed through the back-end SMTP system!\"}"], ["created_at", "2016-10-06 15:36:13.175739"], ["updated_at", "2016-10-06 15:36:13.175739"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint dolorem voluptate dolore.\",\"text\":\"Try to synthesize the SSL system, maybe it will connect the online sensor!\"}"], ["created_at", "2016-10-06 15:36:13.176584"], ["updated_at", "2016-10-06 15:36:13.176584"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ut exercitationem eos.\",\"text\":\"We need to parse the haptic THX bus!\"}"], ["created_at", "2016-10-06 15:36:13.177506"], ["updated_at", "2016-10-06 15:36:13.177506"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae neque debitis et.\",\"text\":\"Copying the circuit won't do anything, we need to compress the auxiliary sms card!\"}"], ["created_at", "2016-10-06 15:36:13.178423"], ["updated_at", "2016-10-06 15:36:13.178423"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat officia voluptates eum dolores.\",\"text\":\"We need to synthesize the 1080p EXE interface!\"}"], ["created_at", "2016-10-06 15:36:13.179374"], ["updated_at", "2016-10-06 15:36:13.179374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas ad rerum.\",\"text\":\"You can't quantify the bandwidth without bypassing the haptic COM matrix!\"}"], ["created_at", "2016-10-06 15:36:13.180370"], ["updated_at", "2016-10-06 15:36:13.180370"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci rerum aut.\",\"text\":\"Try to generate the FTP feed, maybe it will navigate the wireless card!\"}"], ["created_at", "2016-10-06 15:36:13.181498"], ["updated_at", "2016-10-06 15:36:13.181498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab similique est nam repellat.\",\"text\":\"I'll index the haptic SDD interface, that should bus the USB feed!\"}"], ["created_at", "2016-10-06 15:36:13.183302"], ["updated_at", "2016-10-06 15:36:13.183302"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla voluptatem vero error est itaque cum.\",\"text\":\"Try to hack the SMS transmitter, maybe it will index the online interface!\"}"], ["created_at", "2016-10-06 15:36:13.184306"], ["updated_at", "2016-10-06 15:36:13.184306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur dolorem magnam velit incidunt non.\",\"text\":\"Bypassing the transmitter won't do anything, we need to synthesize the wireless sdd circuit!\"}"], ["created_at", "2016-10-06 15:36:13.185279"], ["updated_at", "2016-10-06 15:36:13.185279"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates voluptatem et.\",\"text\":\"Try to navigate the XSS bandwidth, maybe it will input the open-source matrix!\"}"], ["created_at", "2016-10-06 15:36:13.186340"], ["updated_at", "2016-10-06 15:36:13.186340"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et laboriosam sequi velit sint tenetur.\",\"text\":\"Use the haptic HTTP panel, then you can quantify the back-end port!\"}"], ["created_at", "2016-10-06 15:36:13.187486"], ["updated_at", "2016-10-06 15:36:13.187486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione qui voluptatem pariatur officia quam.\",\"text\":\"We need to copy the bluetooth SMS hard drive!\"}"], ["created_at", "2016-10-06 15:36:13.188442"], ["updated_at", "2016-10-06 15:36:13.188442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro ut non velit.\",\"text\":\"Use the bluetooth AI port, then you can compress the open-source array!\"}"], ["created_at", "2016-10-06 15:36:13.189290"], ["updated_at", "2016-10-06 15:36:13.189290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam perspiciatis voluptas.\",\"text\":\"The AI monitor is down, generate the 1080p application so we can generate the SDD driver!\"}"], ["created_at", "2016-10-06 15:36:13.190172"], ["updated_at", "2016-10-06 15:36:13.190172"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque assumenda laborum pariatur quaerat quo dolorem sunt.\",\"text\":\"Use the back-end PCI matrix, then you can hack the digital driver!\"}"], ["created_at", "2016-10-06 15:36:13.191045"], ["updated_at", "2016-10-06 15:36:13.191045"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eveniet consequatur expedita repellendus.\",\"text\":\"Try to index the IB array, maybe it will quantify the 1080p protocol!\"}"], ["created_at", "2016-10-06 15:36:13.191897"], ["updated_at", "2016-10-06 15:36:13.191897"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit quo harum.\",\"text\":\"We need to override the mobile CSS firewall!\"}"], ["created_at", "2016-10-06 15:36:13.192873"], ["updated_at", "2016-10-06 15:36:13.192873"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates voluptas delectus ea rerum aperiam aut quos.\",\"text\":\"We need to override the cross-platform SMTP hard drive!\"}"], ["created_at", "2016-10-06 15:36:13.193741"], ["updated_at", "2016-10-06 15:36:13.193741"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quas amet.\",\"text\":\"Try to input the SQL monitor, maybe it will program the cross-platform transmitter!\"}"], ["created_at", "2016-10-06 15:36:13.194874"], ["updated_at", "2016-10-06 15:36:13.194874"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore corporis a.\",\"text\":\"Use the auxiliary SAS array, then you can bypass the primary bandwidth!\"}"], ["created_at", "2016-10-06 15:36:13.196056"], ["updated_at", "2016-10-06 15:36:13.196056"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti occaecati cupiditate delectus.\",\"text\":\"You can't back up the card without parsing the bluetooth AI transmitter!\"}"], ["created_at", "2016-10-06 15:36:13.197129"], ["updated_at", "2016-10-06 15:36:13.197129"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos vero voluptatem vel aperiam minus mollitia voluptatum.\",\"text\":\"Use the open-source COM array, then you can index the 1080p application!\"}"], ["created_at", "2016-10-06 15:36:13.198426"], ["updated_at", "2016-10-06 15:36:13.198426"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos vel id minus nobis est.\",\"text\":\"The ADP firewall is down, override the optical capacitor so we can quantify the XML panel!\"}"], ["created_at", "2016-10-06 15:36:13.200216"], ["updated_at", "2016-10-06 15:36:13.200216"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis ipsam autem neque et.\",\"text\":\"We need to copy the wireless SQL firewall!\"}"], ["created_at", "2016-10-06 15:36:13.202234"], ["updated_at", "2016-10-06 15:36:13.202234"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt sed aut occaecati qui voluptas quibusdam.\",\"text\":\"If we transmit the bus, we can get to the RAM sensor through the wireless PNG firewall!\"}"], ["created_at", "2016-10-06 15:36:13.204166"], ["updated_at", "2016-10-06 15:36:13.204166"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut expedita deserunt quia ipsum.\",\"text\":\"You can't calculate the matrix without bypassing the online JSON pixel!\"}"], ["created_at", "2016-10-06 15:36:13.206100"], ["updated_at", "2016-10-06 15:36:13.206100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem modi eum soluta.\",\"text\":\"We need to transmit the mobile SAS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:13.207082"], ["updated_at", "2016-10-06 15:36:13.207082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam facilis repudiandae impedit alias laboriosam repellat et.\",\"text\":\"We need to back up the open-source TCP driver!\"}"], ["created_at", "2016-10-06 15:36:13.207941"], ["updated_at", "2016-10-06 15:36:13.207941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam necessitatibus occaecati.\",\"text\":\"We need to parse the primary SAS firewall!\"}"], ["created_at", "2016-10-06 15:36:13.208779"], ["updated_at", "2016-10-06 15:36:13.208779"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis illum amet.\",\"text\":\"Indexing the array won't do anything, we need to back up the solid state sql interface!\"}"], ["created_at", "2016-10-06 15:36:13.209630"], ["updated_at", "2016-10-06 15:36:13.209630"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui laboriosam laudantium culpa accusamus debitis architecto.\",\"text\":\"Use the cross-platform HDD firewall, then you can generate the auxiliary transmitter!\"}"], ["created_at", "2016-10-06 15:36:13.210544"], ["updated_at", "2016-10-06 15:36:13.210544"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto quasi dolor.\",\"text\":\"The SDD array is down, navigate the haptic driver so we can quantify the CSS bus!\"}"], ["created_at", "2016-10-06 15:36:13.211488"], ["updated_at", "2016-10-06 15:36:13.211488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est delectus id temporibus natus.\",\"text\":\"Try to navigate the JBOD bus, maybe it will synthesize the primary array!\"}"], ["created_at", "2016-10-06 15:36:13.212439"], ["updated_at", "2016-10-06 15:36:13.212439"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum voluptate repellendus ab quibusdam.\",\"text\":\"Overriding the system won't do anything, we need to index the solid state png bandwidth!\"}"], ["created_at", "2016-10-06 15:36:13.213426"], ["updated_at", "2016-10-06 15:36:13.213426"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores eligendi nam et id atque voluptatem non.\",\"text\":\"Try to quantify the SMS driver, maybe it will index the redundant interface!\"}"], ["created_at", "2016-10-06 15:36:13.214357"], ["updated_at", "2016-10-06 15:36:13.214357"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed et dolorem totam sed.\",\"text\":\"I'll transmit the cross-platform AGP protocol, that should microchip the AI feed!\"}"], ["created_at", "2016-10-06 15:36:13.215229"], ["updated_at", "2016-10-06 15:36:13.215229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto commodi neque voluptas ab.\",\"text\":\"We need to input the online XSS matrix!\"}"], ["created_at", "2016-10-06 15:36:13.216117"], ["updated_at", "2016-10-06 15:36:13.216117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut distinctio et eum autem ea.\",\"text\":\"The USB application is down, connect the primary firewall so we can compress the IB port!\"}"], ["created_at", "2016-10-06 15:36:13.216985"], ["updated_at", "2016-10-06 15:36:13.216985"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut velit nobis velit.\",\"text\":\"Use the neural RAM circuit, then you can back up the primary protocol!\"}"], ["created_at", "2016-10-06 15:36:13.217851"], ["updated_at", "2016-10-06 15:36:13.217851"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti ut et sunt nesciunt qui quod esse.\",\"text\":\"You can't program the sensor without transmitting the virtual HTTP array!\"}"], ["created_at", "2016-10-06 15:36:13.218781"], ["updated_at", "2016-10-06 15:36:13.218781"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum repudiandae animi cum mollitia est voluptatem.\",\"text\":\"Bypassing the program won't do anything, we need to navigate the wireless xml circuit!\"}"], ["created_at", "2016-10-06 15:36:13.220601"], ["updated_at", "2016-10-06 15:36:13.220601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A labore ut occaecati consequuntur accusantium modi.\",\"text\":\"Indexing the port won't do anything, we need to calculate the auxiliary png bus!\"}"], ["created_at", "2016-10-06 15:36:13.221704"], ["updated_at", "2016-10-06 15:36:13.221704"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus optio aut.\",\"text\":\"The COM card is down, index the optical alarm so we can navigate the HTTP monitor!\"}"], ["created_at", "2016-10-06 15:36:13.222576"], ["updated_at", "2016-10-06 15:36:13.222576"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero error neque omnis vel et soluta quis.\",\"text\":\"We need to quantify the online FTP panel!\"}"], ["created_at", "2016-10-06 15:36:13.223471"], ["updated_at", "2016-10-06 15:36:13.223471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed odit et vel dignissimos facere hic non.\",\"text\":\"Bypassing the hard drive won't do anything, we need to override the open-source css application!\"}"], ["created_at", "2016-10-06 15:36:13.224333"], ["updated_at", "2016-10-06 15:36:13.224333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia aliquid corrupti eligendi vel repellendus.\",\"text\":\"We need to synthesize the open-source XML matrix!\"}"], ["created_at", "2016-10-06 15:36:13.225191"], ["updated_at", "2016-10-06 15:36:13.225191"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut vero neque officiis esse nemo.\",\"text\":\"The JBOD matrix is down, connect the open-source hard drive so we can copy the SAS circuit!\"}"], ["created_at", "2016-10-06 15:36:13.226038"], ["updated_at", "2016-10-06 15:36:13.226038"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error reiciendis pariatur voluptas culpa.\",\"text\":\"We need to connect the optical JSON circuit!\"}"], ["created_at", "2016-10-06 15:36:13.226913"], ["updated_at", "2016-10-06 15:36:13.226913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptas debitis unde blanditiis quia.\",\"text\":\"The XML sensor is down, calculate the wireless panel so we can generate the GB feed!\"}"], ["created_at", "2016-10-06 15:36:13.227817"], ["updated_at", "2016-10-06 15:36:13.227817"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa explicabo voluptas.\",\"text\":\"We need to compress the bluetooth HTTP card!\"}"], ["created_at", "2016-10-06 15:36:13.228844"], ["updated_at", "2016-10-06 15:36:13.228844"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum earum quia culpa a.\",\"text\":\"I'll hack the 1080p AGP card, that should program the IB matrix!\"}"], ["created_at", "2016-10-06 15:36:13.229740"], ["updated_at", "2016-10-06 15:36:13.229740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique qui quisquam et et quod.\",\"text\":\"If we input the hard drive, we can get to the SMTP driver through the virtual SDD card!\"}"], ["created_at", "2016-10-06 15:36:13.230599"], ["updated_at", "2016-10-06 15:36:13.230599"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti rem consequatur vel nisi qui sunt nobis.\",\"text\":\"If we transmit the firewall, we can get to the RSS interface through the haptic SQL program!\"}"], ["created_at", "2016-10-06 15:36:13.231457"], ["updated_at", "2016-10-06 15:36:13.231457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur quo consequatur tenetur.\",\"text\":\"We need to generate the back-end SDD hard drive!\"}"], ["created_at", "2016-10-06 15:36:13.232384"], ["updated_at", "2016-10-06 15:36:13.232384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo sint rerum consectetur.\",\"text\":\"You can't back up the circuit without programming the mobile IB system!\"}"], ["created_at", "2016-10-06 15:36:13.233234"], ["updated_at", "2016-10-06 15:36:13.233234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos quia eligendi reprehenderit officia praesentium.\",\"text\":\"Use the wireless USB bandwidth, then you can hack the back-end circuit!\"}"], ["created_at", "2016-10-06 15:36:13.234104"], ["updated_at", "2016-10-06 15:36:13.234104"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse maxime et qui sunt doloremque corrupti enim.\",\"text\":\"The PNG bus is down, transmit the open-source capacitor so we can copy the PNG hard drive!\"}"], ["created_at", "2016-10-06 15:36:13.234982"], ["updated_at", "2016-10-06 15:36:13.234982"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem cum voluptas recusandae sit repudiandae accusamus.\",\"text\":\"We need to navigate the cross-platform FTP feed!\"}"], ["created_at", "2016-10-06 15:36:13.235872"], ["updated_at", "2016-10-06 15:36:13.235872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo officia neque est deleniti qui ut.\",\"text\":\"Use the wireless THX bandwidth, then you can reboot the bluetooth system!\"}"], ["created_at", "2016-10-06 15:36:13.236741"], ["updated_at", "2016-10-06 15:36:13.236741"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quam sed qui.\",\"text\":\"If we transmit the array, we can get to the SMS capacitor through the optical JBOD driver!\"}"], ["created_at", "2016-10-06 15:36:13.237615"], ["updated_at", "2016-10-06 15:36:13.237615"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti voluptas natus nostrum veritatis sed.\",\"text\":\"I'll calculate the online AGP program, that should bandwidth the JBOD monitor!\"}"], ["created_at", "2016-10-06 15:36:13.238466"], ["updated_at", "2016-10-06 15:36:13.238466"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda aspernatur vel.\",\"text\":\"If we navigate the program, we can get to the SSL matrix through the virtual RSS alarm!\"}"], ["created_at", "2016-10-06 15:36:13.239379"], ["updated_at", "2016-10-06 15:36:13.239379"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum placeat dolore tempora neque.\",\"text\":\"We need to compress the redundant RSS port!\"}"], ["created_at", "2016-10-06 15:36:13.240250"], ["updated_at", "2016-10-06 15:36:13.240250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui et perferendis.\",\"text\":\"Use the back-end PNG port, then you can override the neural transmitter!\"}"], ["created_at", "2016-10-06 15:36:13.241095"], ["updated_at", "2016-10-06 15:36:13.241095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut occaecati voluptas laborum.\",\"text\":\"We need to reboot the solid state USB matrix!\"}"], ["created_at", "2016-10-06 15:36:13.242042"], ["updated_at", "2016-10-06 15:36:13.242042"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus cupiditate illum accusantium.\",\"text\":\"The HTTP matrix is down, generate the 1080p bus so we can program the XML application!\"}"], ["created_at", "2016-10-06 15:36:13.242932"], ["updated_at", "2016-10-06 15:36:13.242932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis ducimus est eius sunt.\",\"text\":\"You can't generate the system without synthesizing the solid state USB system!\"}"], ["created_at", "2016-10-06 15:36:13.243834"], ["updated_at", "2016-10-06 15:36:13.243834"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio modi pariatur totam doloribus qui beatae.\",\"text\":\"Try to quantify the COM interface, maybe it will input the primary capacitor!\"}"], ["created_at", "2016-10-06 15:36:13.244790"], ["updated_at", "2016-10-06 15:36:13.244790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia ullam impedit at voluptatibus.\",\"text\":\"We need to override the digital CSS protocol!\"}"], ["created_at", "2016-10-06 15:36:13.245680"], ["updated_at", "2016-10-06 15:36:13.245680"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ipsum in recusandae id molestiae.\",\"text\":\"Programming the microchip won't do anything, we need to synthesize the redundant css alarm!\"}"], ["created_at", "2016-10-06 15:36:13.246559"], ["updated_at", "2016-10-06 15:36:13.246559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolores non qui deleniti voluptate.\",\"text\":\"We need to override the haptic HTTP application!\"}"], ["created_at", "2016-10-06 15:36:13.247455"], ["updated_at", "2016-10-06 15:36:13.247455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quaerat veritatis rerum aliquam dolores.\",\"text\":\"We need to back up the virtual FTP driver!\"}"], ["created_at", "2016-10-06 15:36:13.248317"], ["updated_at", "2016-10-06 15:36:13.248317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit ipsa ducimus ut quasi at et.\",\"text\":\"Parsing the feed won't do anything, we need to compress the multi-byte jbod card!\"}"], ["created_at", "2016-10-06 15:36:13.249155"], ["updated_at", "2016-10-06 15:36:13.249155"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod similique sit quam qui vel.\",\"text\":\"We need to connect the primary SQL feed!\"}"], ["created_at", "2016-10-06 15:36:13.250008"], ["updated_at", "2016-10-06 15:36:13.250008"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel illum ab maiores.\",\"text\":\"The SCSI panel is down, connect the digital transmitter so we can parse the SMTP sensor!\"}"], ["created_at", "2016-10-06 15:36:13.250920"], ["updated_at", "2016-10-06 15:36:13.250920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui vero itaque exercitationem et.\",\"text\":\"The IB monitor is down, program the online bus so we can reboot the USB system!\"}"], ["created_at", "2016-10-06 15:36:13.251816"], ["updated_at", "2016-10-06 15:36:13.251816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptas quidem aut distinctio consequatur a.\",\"text\":\"I'll compress the solid state SMS interface, that should protocol the JSON application!\"}"], ["created_at", "2016-10-06 15:36:13.252682"], ["updated_at", "2016-10-06 15:36:13.252682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A consequatur natus et.\",\"text\":\"You can't hack the matrix without bypassing the digital PCI bus!\"}"], ["created_at", "2016-10-06 15:36:13.253529"], ["updated_at", "2016-10-06 15:36:13.253529"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur dignissimos aliquid deserunt est omnis fugiat et.\",\"text\":\"The HTTP protocol is down, transmit the wireless bus so we can synthesize the THX system!\"}"], ["created_at", "2016-10-06 15:36:13.254425"], ["updated_at", "2016-10-06 15:36:13.254425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas vero perferendis itaque consequatur.\",\"text\":\"Calculating the hard drive won't do anything, we need to index the mobile smtp bandwidth!\"}"], ["created_at", "2016-10-06 15:36:13.255342"], ["updated_at", "2016-10-06 15:36:13.255342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium deleniti qui ut ab id rem nihil.\",\"text\":\"Use the haptic HDD circuit, then you can reboot the bluetooth circuit!\"}"], ["created_at", "2016-10-06 15:36:13.256194"], ["updated_at", "2016-10-06 15:36:13.256194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque omnis eum dolorum est.\",\"text\":\"We need to transmit the mobile SMS system!\"}"], ["created_at", "2016-10-06 15:36:13.257112"], ["updated_at", "2016-10-06 15:36:13.257112"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem consequatur veritatis aut mollitia officia fuga corrupti.\",\"text\":\"I'll connect the auxiliary SAS port, that should capacitor the RAM driver!\"}"], ["created_at", "2016-10-06 15:36:13.258003"], ["updated_at", "2016-10-06 15:36:13.258003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum autem ad vel maiores nihil ullam impedit.\",\"text\":\"The RAM bandwidth is down, reboot the cross-platform circuit so we can input the SSL matrix!\"}"], ["created_at", "2016-10-06 15:36:13.258937"], ["updated_at", "2016-10-06 15:36:13.258937"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo ad consequatur.\",\"text\":\"The IB hard drive is down, override the optical circuit so we can synthesize the SSL array!\"}"], ["created_at", "2016-10-06 15:36:13.259814"], ["updated_at", "2016-10-06 15:36:13.259814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus esse sed ea enim nihil voluptas.\",\"text\":\"You can't back up the feed without hacking the wireless PCI driver!\"}"], ["created_at", "2016-10-06 15:36:13.260678"], ["updated_at", "2016-10-06 15:36:13.260678"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis atque omnis vitae vel beatae omnis.\",\"text\":\"Use the virtual ADP bandwidth, then you can index the auxiliary pixel!\"}"], ["created_at", "2016-10-06 15:36:13.261536"], ["updated_at", "2016-10-06 15:36:13.261536"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste adipisci voluptates.\",\"text\":\"Synthesizing the pixel won't do anything, we need to synthesize the primary sms firewall!\"}"], ["created_at", "2016-10-06 15:36:13.262454"], ["updated_at", "2016-10-06 15:36:13.262454"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi eaque dicta quaerat aut omnis.\",\"text\":\"Parsing the matrix won't do anything, we need to navigate the optical xml monitor!\"}"], ["created_at", "2016-10-06 15:36:13.263315"], ["updated_at", "2016-10-06 15:36:13.263315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At sapiente nihil voluptatem.\",\"text\":\"I'll hack the bluetooth FTP array, that should interface the IB interface!\"}"], ["created_at", "2016-10-06 15:36:13.264162"], ["updated_at", "2016-10-06 15:36:13.264162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam assumenda ut numquam.\",\"text\":\"Use the redundant TCP bandwidth, then you can quantify the back-end matrix!\"}"], ["created_at", "2016-10-06 15:36:13.265047"], ["updated_at", "2016-10-06 15:36:13.265047"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis quos blanditiis nemo repellendus nesciunt.\",\"text\":\"You can't connect the bus without connecting the neural SSL feed!\"}"], ["created_at", "2016-10-06 15:36:13.265904"], ["updated_at", "2016-10-06 15:36:13.265904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt ut quasi vel dolores voluptatibus ducimus.\",\"text\":\"The SSL hard drive is down, back up the wireless application so we can bypass the PCI bus!\"}"], ["created_at", "2016-10-06 15:36:13.266832"], ["updated_at", "2016-10-06 15:36:13.266832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et facilis tempora inventore veritatis.\",\"text\":\"If we program the interface, we can get to the GB circuit through the 1080p SMS sensor!\"}"], ["created_at", "2016-10-06 15:36:13.267703"], ["updated_at", "2016-10-06 15:36:13.267703"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem officia beatae.\",\"text\":\"If we hack the port, we can get to the ADP capacitor through the haptic JSON card!\"}"], ["created_at", "2016-10-06 15:36:13.268562"], ["updated_at", "2016-10-06 15:36:13.268562"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum exercitationem ex recusandae rerum quae.\",\"text\":\"Try to connect the THX transmitter, maybe it will bypass the digital protocol!\"}"], ["created_at", "2016-10-06 15:36:13.269442"], ["updated_at", "2016-10-06 15:36:13.269442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid ex atque fuga dolorem dolor.\",\"text\":\"The RSS microchip is down, parse the cross-platform bandwidth so we can compress the JSON array!\"}"], ["created_at", "2016-10-06 15:36:13.270395"], ["updated_at", "2016-10-06 15:36:13.270395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut doloribus reiciendis tempora exercitationem occaecati fugit ut.\",\"text\":\"The GB firewall is down, input the virtual panel so we can parse the CSS firewall!\"}"], ["created_at", "2016-10-06 15:36:13.271261"], ["updated_at", "2016-10-06 15:36:13.271261"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod commodi occaecati veniam.\",\"text\":\"You can't reboot the circuit without calculating the multi-byte HDD panel!\"}"], ["created_at", "2016-10-06 15:36:13.272125"], ["updated_at", "2016-10-06 15:36:13.272125"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas ipsum temporibus iste.\",\"text\":\"Quantifying the circuit won't do anything, we need to synthesize the optical ib port!\"}"], ["created_at", "2016-10-06 15:36:13.272970"], ["updated_at", "2016-10-06 15:36:13.272970"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio optio et et.\",\"text\":\"The HTTP system is down, program the digital system so we can parse the SSL pixel!\"}"], ["created_at", "2016-10-06 15:36:13.273881"], ["updated_at", "2016-10-06 15:36:13.273881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum consectetur illo eum enim.\",\"text\":\"Use the redundant USB monitor, then you can back up the neural panel!\"}"], ["created_at", "2016-10-06 15:36:13.274763"], ["updated_at", "2016-10-06 15:36:13.274763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quam voluptatum veritatis et et.\",\"text\":\"The HTTP sensor is down, generate the solid state panel so we can compress the XML capacitor!\"}"], ["created_at", "2016-10-06 15:36:13.275626"], ["updated_at", "2016-10-06 15:36:13.275626"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime sunt est tenetur doloremque.\",\"text\":\"Use the primary PNG firewall, then you can transmit the digital sensor!\"}"], ["created_at", "2016-10-06 15:36:13.276484"], ["updated_at", "2016-10-06 15:36:13.276484"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium corporis autem ab.\",\"text\":\"We need to compress the haptic HDD pixel!\"}"], ["created_at", "2016-10-06 15:36:13.277338"], ["updated_at", "2016-10-06 15:36:13.277338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi sit porro neque odio.\",\"text\":\"Use the neural EXE monitor, then you can calculate the virtual monitor!\"}"], ["created_at", "2016-10-06 15:36:13.278366"], ["updated_at", "2016-10-06 15:36:13.278366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet temporibus voluptas et consequatur doloremque.\",\"text\":\"If we synthesize the pixel, we can get to the SAS protocol through the neural SSL feed!\"}"], ["created_at", "2016-10-06 15:36:13.279277"], ["updated_at", "2016-10-06 15:36:13.279277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis et doloribus et.\",\"text\":\"I'll input the optical XSS card, that should port the RSS circuit!\"}"], ["created_at", "2016-10-06 15:36:13.280250"], ["updated_at", "2016-10-06 15:36:13.280250"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis voluptatem similique qui ut eius quibusdam ipsa.\",\"text\":\"If we calculate the pixel, we can get to the AGP program through the solid state CSS capacitor!\"}"], ["created_at", "2016-10-06 15:36:13.281479"], ["updated_at", "2016-10-06 15:36:13.281479"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam quibusdam ipsam tenetur omnis accusantium aliquam vitae.\",\"text\":\"Try to input the HTTP sensor, maybe it will index the solid state circuit!\"}"], ["created_at", "2016-10-06 15:36:13.282995"], ["updated_at", "2016-10-06 15:36:13.282995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum et quaerat dolor.\",\"text\":\"Use the cross-platform SMS sensor, then you can synthesize the 1080p monitor!\"}"], ["created_at", "2016-10-06 15:36:13.283922"], ["updated_at", "2016-10-06 15:36:13.283922"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta et consequatur non voluptas soluta aut.\",\"text\":\"The SDD panel is down, synthesize the mobile driver so we can generate the SMTP microchip!\"}"], ["created_at", "2016-10-06 15:36:13.284788"], ["updated_at", "2016-10-06 15:36:13.284788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi maxime minima illo earum.\",\"text\":\"The IB interface is down, program the cross-platform panel so we can synthesize the TCP system!\"}"], ["created_at", "2016-10-06 15:36:13.285634"], ["updated_at", "2016-10-06 15:36:13.285634"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores deserunt consequatur.\",\"text\":\"Try to generate the IB protocol, maybe it will synthesize the haptic interface!\"}"], ["created_at", "2016-10-06 15:36:13.286510"], ["updated_at", "2016-10-06 15:36:13.286510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa ex corporis provident.\",\"text\":\"If we reboot the port, we can get to the IB driver through the 1080p SMS monitor!\"}"], ["created_at", "2016-10-06 15:36:13.287457"], ["updated_at", "2016-10-06 15:36:13.287457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum adipisci nam voluptatem velit rerum qui.\",\"text\":\"We need to navigate the neural SMS capacitor!\"}"], ["created_at", "2016-10-06 15:36:13.288300"], ["updated_at", "2016-10-06 15:36:13.288300"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi sint architecto qui perspiciatis molestias.\",\"text\":\"The JSON system is down, compress the open-source bus so we can index the SMS driver!\"}"], ["created_at", "2016-10-06 15:36:13.289221"], ["updated_at", "2016-10-06 15:36:13.289221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus occaecati est rerum asperiores ut.\",\"text\":\"We need to hack the haptic GB sensor!\"}"], ["created_at", "2016-10-06 15:36:13.290084"], ["updated_at", "2016-10-06 15:36:13.290084"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis amet quasi reiciendis ipsa enim.\",\"text\":\"Use the auxiliary TCP bandwidth, then you can input the cross-platform interface!\"}"], ["created_at", "2016-10-06 15:36:13.290934"], ["updated_at", "2016-10-06 15:36:13.290934"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem sint qui voluptates ut maiores.\",\"text\":\"Generating the feed won't do anything, we need to hack the solid state xss system!\"}"], ["created_at", "2016-10-06 15:36:13.291842"], ["updated_at", "2016-10-06 15:36:13.291842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem necessitatibus modi reprehenderit mollitia cumque perferendis illo.\",\"text\":\"You can't generate the capacitor without parsing the virtual SMTP pixel!\"}"], ["created_at", "2016-10-06 15:36:13.292704"], ["updated_at", "2016-10-06 15:36:13.292704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt et soluta.\",\"text\":\"You can't generate the firewall without overriding the online COM system!\"}"], ["created_at", "2016-10-06 15:36:13.293550"], ["updated_at", "2016-10-06 15:36:13.293550"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam dicta amet.\",\"text\":\"If we connect the microchip, we can get to the JBOD feed through the online SQL bandwidth!\"}"], ["created_at", "2016-10-06 15:36:13.294458"], ["updated_at", "2016-10-06 15:36:13.294458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto et ullam saepe beatae qui.\",\"text\":\"If we program the system, we can get to the JSON transmitter through the wireless PNG port!\"}"], ["created_at", "2016-10-06 15:36:13.295607"], ["updated_at", "2016-10-06 15:36:13.295607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et earum commodi ut pariatur eos et.\",\"text\":\"Use the cross-platform THX transmitter, then you can input the primary bus!\"}"], ["created_at", "2016-10-06 15:36:13.296512"], ["updated_at", "2016-10-06 15:36:13.296512"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quaerat asperiores est.\",\"text\":\"Use the cross-platform AI array, then you can override the neural card!\"}"], ["created_at", "2016-10-06 15:36:13.297421"], ["updated_at", "2016-10-06 15:36:13.297421"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et beatae ex sit architecto nihil asperiores mollitia.\",\"text\":\"Generating the panel won't do anything, we need to connect the neural pci monitor!\"}"], ["created_at", "2016-10-06 15:36:13.298274"], ["updated_at", "2016-10-06 15:36:13.298274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente illum dolorem magnam.\",\"text\":\"Transmitting the capacitor won't do anything, we need to back up the open-source sas interface!\"}"], ["created_at", "2016-10-06 15:36:13.299181"], ["updated_at", "2016-10-06 15:36:13.299181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea earum ex praesentium aut dolor.\",\"text\":\"Try to copy the HTTP panel, maybe it will reboot the neural bus!\"}"], ["created_at", "2016-10-06 15:36:13.300018"], ["updated_at", "2016-10-06 15:36:13.300018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate velit architecto nihil odio quas et.\",\"text\":\"I'll compress the multi-byte SQL matrix, that should driver the TCP firewall!\"}"], ["created_at", "2016-10-06 15:36:13.300870"], ["updated_at", "2016-10-06 15:36:13.300870"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta dolorem nihil inventore sed voluptate natus.\",\"text\":\"Connecting the alarm won't do anything, we need to program the digital smtp bus!\"}"], ["created_at", "2016-10-06 15:36:13.301727"], ["updated_at", "2016-10-06 15:36:13.301727"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores error qui quia eum.\",\"text\":\"You can't compress the array without calculating the auxiliary TCP capacitor!\"}"], ["created_at", "2016-10-06 15:36:13.302624"], ["updated_at", "2016-10-06 15:36:13.302624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem ea quis fugit ad adipisci ut quis.\",\"text\":\"Try to override the SSL card, maybe it will reboot the mobile pixel!\"}"], ["created_at", "2016-10-06 15:36:13.303499"], ["updated_at", "2016-10-06 15:36:13.303499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur id porro nesciunt.\",\"text\":\"I'll input the auxiliary JSON microchip, that should hard drive the SMTP interface!\"}"], ["created_at", "2016-10-06 15:36:13.304344"], ["updated_at", "2016-10-06 15:36:13.304344"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos tempora eos fuga aliquid at.\",\"text\":\"You can't navigate the application without programming the neural SMS protocol!\"}"], ["created_at", "2016-10-06 15:36:13.305229"], ["updated_at", "2016-10-06 15:36:13.305229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus recusandae quas id omnis quos.\",\"text\":\"We need to quantify the redundant XML sensor!\"}"], ["created_at", "2016-10-06 15:36:13.306141"], ["updated_at", "2016-10-06 15:36:13.306141"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae quo sapiente.\",\"text\":\"Use the auxiliary RAM alarm, then you can synthesize the multi-byte matrix!\"}"], ["created_at", "2016-10-06 15:36:13.307018"], ["updated_at", "2016-10-06 15:36:13.307018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta sapiente est eaque dolorum.\",\"text\":\"Try to transmit the HTTP feed, maybe it will program the haptic firewall!\"}"], ["created_at", "2016-10-06 15:36:13.307924"], ["updated_at", "2016-10-06 15:36:13.307924"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit explicabo est est vitae.\",\"text\":\"Try to navigate the TCP protocol, maybe it will hack the open-source port!\"}"], ["created_at", "2016-10-06 15:36:13.308805"], ["updated_at", "2016-10-06 15:36:13.308805"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum magnam corrupti.\",\"text\":\"We need to reboot the virtual CSS sensor!\"}"], ["created_at", "2016-10-06 15:36:13.309686"], ["updated_at", "2016-10-06 15:36:13.309686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut soluta qui id.\",\"text\":\"The JBOD hard drive is down, quantify the bluetooth application so we can transmit the SMTP port!\"}"], ["created_at", "2016-10-06 15:36:13.310619"], ["updated_at", "2016-10-06 15:36:13.310619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro ex saepe beatae consequatur quidem.\",\"text\":\"Backing up the panel won't do anything, we need to compress the cross-platform ssl panel!\"}"], ["created_at", "2016-10-06 15:36:13.311515"], ["updated_at", "2016-10-06 15:36:13.311515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque sint rem perferendis alias.\",\"text\":\"Generating the application won't do anything, we need to input the bluetooth json card!\"}"], ["created_at", "2016-10-06 15:36:13.312390"], ["updated_at", "2016-10-06 15:36:13.312390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi nesciunt sint.\",\"text\":\"Transmitting the feed won't do anything, we need to connect the optical xml sensor!\"}"], ["created_at", "2016-10-06 15:36:13.313252"], ["updated_at", "2016-10-06 15:36:13.313252"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis qui accusantium hic perferendis quis deserunt qui.\",\"text\":\"I'll hack the multi-byte SCSI transmitter, that should array the RSS system!\"}"], ["created_at", "2016-10-06 15:36:13.314119"], ["updated_at", "2016-10-06 15:36:13.314119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus omnis ea quo.\",\"text\":\"We need to hack the neural RAM program!\"}"], ["created_at", "2016-10-06 15:36:13.315074"], ["updated_at", "2016-10-06 15:36:13.315074"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium quia nihil temporibus.\",\"text\":\"We need to connect the redundant ADP sensor!\"}"], ["created_at", "2016-10-06 15:36:13.315955"], ["updated_at", "2016-10-06 15:36:13.315955"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti dolorem labore perferendis.\",\"text\":\"Quantifying the microchip won't do anything, we need to compress the primary sdd application!\"}"], ["created_at", "2016-10-06 15:36:13.316839"], ["updated_at", "2016-10-06 15:36:13.316839"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum autem deleniti.\",\"text\":\"We need to synthesize the neural THX hard drive!\"}"], ["created_at", "2016-10-06 15:36:13.317703"], ["updated_at", "2016-10-06 15:36:13.317703"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa ipsa aut.\",\"text\":\"We need to calculate the mobile PNG system!\"}"], ["created_at", "2016-10-06 15:36:13.318598"], ["updated_at", "2016-10-06 15:36:13.318598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab vero necessitatibus exercitationem.\",\"text\":\"We need to transmit the 1080p RSS bandwidth!\"}"], ["created_at", "2016-10-06 15:36:13.319518"], ["updated_at", "2016-10-06 15:36:13.319518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et consequatur a enim at et.\",\"text\":\"You can't reboot the feed without backing up the haptic FTP microchip!\"}"], ["created_at", "2016-10-06 15:36:13.320418"], ["updated_at", "2016-10-06 15:36:13.320418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima suscipit hic esse corrupti et.\",\"text\":\"I'll connect the digital THX bus, that should card the AI card!\"}"], ["created_at", "2016-10-06 15:36:13.321311"], ["updated_at", "2016-10-06 15:36:13.321311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui libero iusto et officia quam.\",\"text\":\"If we quantify the feed, we can get to the XML circuit through the open-source XSS program!\"}"], ["created_at", "2016-10-06 15:36:13.322188"], ["updated_at", "2016-10-06 15:36:13.322188"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam et in dolor cupiditate.\",\"text\":\"Indexing the protocol won't do anything, we need to synthesize the online thx sensor!\"}"], ["created_at", "2016-10-06 15:36:13.323071"], ["updated_at", "2016-10-06 15:36:13.323071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias velit nobis porro labore molestiae pariatur quis.\",\"text\":\"I'll reboot the 1080p AGP driver, that should transmitter the PCI alarm!\"}"], ["created_at", "2016-10-06 15:36:13.324004"], ["updated_at", "2016-10-06 15:36:13.324004"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate id et quia amet sunt.\",\"text\":\"I'll connect the haptic SAS circuit, that should card the PNG feed!\"}"], ["created_at", "2016-10-06 15:36:13.324868"], ["updated_at", "2016-10-06 15:36:13.324868"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis et magni rem aut.\",\"text\":\"The HDD firewall is down, hack the digital driver so we can synthesize the COM capacitor!\"}"], ["created_at", "2016-10-06 15:36:13.325740"], ["updated_at", "2016-10-06 15:36:13.325740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima quidem voluptate dolor nihil illum.\",\"text\":\"We need to connect the optical JBOD array!\"}"], ["created_at", "2016-10-06 15:36:13.326608"], ["updated_at", "2016-10-06 15:36:13.326608"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio aut laudantium fugit aliquid amet debitis.\",\"text\":\"Use the solid state USB circuit, then you can generate the online panel!\"}"], ["created_at", "2016-10-06 15:36:13.327513"], ["updated_at", "2016-10-06 15:36:13.327513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptatum magni.\",\"text\":\"We need to hack the cross-platform JSON alarm!\"}"], ["created_at", "2016-10-06 15:36:13.328488"], ["updated_at", "2016-10-06 15:36:13.328488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eligendi dolor minima rerum.\",\"text\":\"I'll reboot the virtual RAM bandwidth, that should port the XML matrix!\"}"], ["created_at", "2016-10-06 15:36:13.329378"], ["updated_at", "2016-10-06 15:36:13.329378"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates minus facilis et fugiat accusamus.\",\"text\":\"You can't synthesize the program without quantifying the 1080p SDD program!\"}"], ["created_at", "2016-10-06 15:36:13.330293"], ["updated_at", "2016-10-06 15:36:13.330293"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel deleniti consequuntur culpa.\",\"text\":\"If we connect the interface, we can get to the EXE hard drive through the digital PNG port!\"}"], ["created_at", "2016-10-06 15:36:13.331166"], ["updated_at", "2016-10-06 15:36:13.331166"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui repellendus unde.\",\"text\":\"You can't generate the array without generating the cross-platform COM alarm!\"}"], ["created_at", "2016-10-06 15:36:13.332064"], ["updated_at", "2016-10-06 15:36:13.332064"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi qui repellendus porro quis harum et atque.\",\"text\":\"Try to calculate the PNG alarm, maybe it will connect the back-end alarm!\"}"], ["created_at", "2016-10-06 15:36:13.333003"], ["updated_at", "2016-10-06 15:36:13.333003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi id sed quas.\",\"text\":\"Try to connect the CSS matrix, maybe it will synthesize the wireless driver!\"}"], ["created_at", "2016-10-06 15:36:13.333891"], ["updated_at", "2016-10-06 15:36:13.333891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim dolores quidem omnis accusamus.\",\"text\":\"Backing up the port won't do anything, we need to transmit the redundant jbod capacitor!\"}"], ["created_at", "2016-10-06 15:36:13.334794"], ["updated_at", "2016-10-06 15:36:13.334794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum in qui aut libero.\",\"text\":\"You can't program the application without compressing the online SSL card!\"}"], ["created_at", "2016-10-06 15:36:13.335651"], ["updated_at", "2016-10-06 15:36:13.335651"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex ad illum ut ab.\",\"text\":\"You can't generate the sensor without generating the redundant SMTP pixel!\"}"], ["created_at", "2016-10-06 15:36:13.336523"], ["updated_at", "2016-10-06 15:36:13.336523"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas tempora corporis aliquam sit quia.\",\"text\":\"We need to navigate the digital JBOD panel!\"}"], ["created_at", "2016-10-06 15:36:13.337445"], ["updated_at", "2016-10-06 15:36:13.337445"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum saepe quia enim ratione qui.\",\"text\":\"I'll reboot the digital TCP system, that should bandwidth the XSS system!\"}"], ["created_at", "2016-10-06 15:36:13.338346"], ["updated_at", "2016-10-06 15:36:13.338346"]]  (20.0ms) commit transaction Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:36:20 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200  (2.6ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (45.1ms) Completed 200 OK in 64ms (Views: 60.5ms | ActiveRecord: 3.5ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 12:36:20 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 12:36:20 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 12:36:20 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 12:36:20 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 12:36:20 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 12:36:20 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 12:36:20 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:36:27 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (7.9ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `teste' for #): 10: 11: <% @messages.each do |message| %> 12: 13: 14: 15: 16: activemodel (4.2.7.1) lib/active_model/attribute_methods.rb:433:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:13:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__3377009096749757176_69945677138800' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__3377009096749757176_69945677138800' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.8ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:39:56 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (9.0ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined method `teste' for #): 10: 11: <% @messages.each do |message| %> 12: 13: 14: 15: 16: activemodel (4.2.7.1) lib/active_model/attribute_methods.rb:433:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:13:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__3377009096749757176_69945677138800' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__3377009096749757176_69945677138800' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.9ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:40:13 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (378.9ms) Completed 500 Internal Server Error in 395ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `teste' for #): 10: 11: <% @messages.each do |message| %> 12: 13: 14: 15: 16: activemodel (4.2.7.1) lib/active_model/attribute_methods.rb:433:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:13:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___3250377566500855496_36613680' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___3250377566500855496_36613680' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (27.1ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:40:52 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (7.3ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `teste' for #): 10: 11: <% @messages.each do |message| %> 12: 13: 14: 15: 16: activemodel (4.2.7.1) lib/active_model/attribute_methods.rb:433:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:13:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___3250377566500855496_36613680' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___3250377566500855496_36613680' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.4ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:40:53 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (6.2ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `teste' for #): 10: 11: <% @messages.each do |message| %> 12: 13: 14: 15: 16: activemodel (4.2.7.1) lib/active_model/attribute_methods.rb:433:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:13:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___3250377566500855496_36613680' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___3250377566500855496_36613680' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (34.3ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:43:04 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (399.6ms) Completed 500 Internal Server Error in 415ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined method `teste' for #): 10: 11: <% @messages.each do |message| %> 12: 13: 14: 15: 16: activemodel (4.2.7.1) lib/active_model/attribute_methods.rb:433:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:13:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2992899717664346043_29112380' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2992899717664346043_29112380' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.8ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:43:06 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (7.6ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `teste' for #): 10: 11: <% @messages.each do |message| %> 12: 13: 14: 15: 16: activemodel (4.2.7.1) lib/active_model/attribute_methods.rb:433:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:13:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2992899717664346043_29112380' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2992899717664346043_29112380' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.1ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:43:27 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (5.5ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `teste' for #): 10: 11: <% @messages.each do |message| %> 12: 13: 14: 15: 16: activemodel (4.2.7.1) lib/active_model/attribute_methods.rb:433:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:13:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2992899717664346043_29112380' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2992899717664346043_29112380' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.1ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:43:28 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (5.5ms) Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `teste' for #): 10: 11: <% @messages.each do |message| %> 12: 13: 14: 15: 16: activemodel (4.2.7.1) lib/active_model/attribute_methods.rb:433:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:13:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2992899717664346043_29112380' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2992899717664346043_29112380' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.6ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:43:35 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (13.5ms) Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.7ms) ActionView::Template::Error (undefined method `teste' for #): 10: 11: <% @messages.each do |message| %> 12: 13: 14: 15: 16: activemodel (4.2.7.1) lib/active_model/attribute_methods.rb:433:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:13:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2992899717664346043_29112380' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2992899717664346043_29112380' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.8ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:43:36 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (10.3ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `teste' for #): 10: 11: <% @messages.each do |message| %> 12: 13: 14: 15: 16: activemodel (4.2.7.1) lib/active_model/attribute_methods.rb:433:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:13:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2992899717664346043_29112380' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2992899717664346043_29112380' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.4ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:44:25 -0300 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200  (5.0ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (441.4ms) Completed 200 OK in 853ms (Views: 837.2ms | ActiveRecord: 5.8ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 12:44:26 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 12:44:26 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 12:44:26 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 12:44:26 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 12:44:26 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 12:44:26 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 12:44:26 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:45:35 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200  (3.1ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (58.4ms) Completed 200 OK in 83ms (Views: 77.5ms | ActiveRecord: 3.6ms) Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 12:45:35 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 12:45:35 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 12:45:35 -0300 Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 12:45:35 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 12:45:35 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 12:45:35 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 12:45:35 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:45:46 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200  (2.8ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (56.9ms) Completed 200 OK in 90ms (Views: 82.0ms | ActiveRecord: 3.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 12:45:46 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 12:45:46 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 12:45:46 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 12:45:46 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 12:45:46 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 12:45:46 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 12:45:46 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:45:47 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200  (2.0ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (31.3ms) Completed 200 OK in 47ms (Views: 44.4ms | ActiveRecord: 2.4ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 12:45:47 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 12:45:47 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 12:45:47 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 12:45:47 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 12:45:47 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 12:45:47 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 12:45:47 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:45:48 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200  (2.2ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (30.1ms) Completed 200 OK in 43ms (Views: 39.8ms | ActiveRecord: 2.5ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 12:45:48 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 12:45:48 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 12:45:48 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 12:45:48 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 12:45:48 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 12:45:48 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 12:45:48 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:45:49 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200  (2.3ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (35.0ms) Completed 200 OK in 52ms (Views: 49.1ms | ActiveRecord: 2.7ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 12:45:50 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 12:45:50 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 12:45:50 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 12:45:50 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 12:45:50 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 12:45:50 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 12:45:50 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:45:59 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200  (7.0ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (31.9ms) Completed 200 OK in 51ms (Views: 39.4ms | ActiveRecord: 7.6ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 12:45:59 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 12:45:59 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 12:45:59 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 12:45:59 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 12:45:59 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 12:45:59 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 12:45:59 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:46:00 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200  (3.1ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (31.3ms) Completed 200 OK in 46ms (Views: 41.9ms | ActiveRecord: 3.3ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 12:46:00 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 12:46:00 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 12:46:00 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 12:46:00 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 12:46:00 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 12:46:00 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 12:46:00 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:46:00 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200  (2.1ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (29.2ms) Completed 200 OK in 41ms (Views: 38.0ms | ActiveRecord: 2.4ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 12:46:01 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 12:46:01 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 12:46:01 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 12:46:01 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 12:46:01 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 12:46:01 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 12:46:01 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:46:01 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200  (2.0ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (27.4ms) Completed 200 OK in 41ms (Views: 38.1ms | ActiveRecord: 2.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 12:46:01 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 12:46:01 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 12:46:01 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 12:46:01 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 12:46:01 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 12:46:01 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 12:46:01 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:47:20 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (13.6ms) Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `display_content' for #): 11: <% @messages.each do |message| %> 12: 13: 14: 15: 16: 17: activemodel (4.2.7.1) lib/active_model/attribute_methods.rb:433:in `method_missing' active_decorator (0.7.1) lib/active_decorator/helpers.rb:4:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:14:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__4378456688127814846_69969404586280' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__4378456688127814846_69969404586280' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:498:in `block (2 levels) in around' activesupport (4.2.7.1) lib/active_support/callbacks.rb:313:in `block (2 levels) in halting' active_decorator (0.7.1) lib/active_decorator/view_context.rb:26:in `block (2 levels) in ' activesupport (4.2.7.1) lib/active_support/callbacks.rb:441:in `instance_exec' activesupport (4.2.7.1) lib/active_support/callbacks.rb:441:in `block in make_lambda' activesupport (4.2.7.1) lib/active_support/callbacks.rb:312:in `block in halting' activesupport (4.2.7.1) lib/active_support/callbacks.rb:497:in `block in around' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.4ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:47:37 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (82.5ms) Completed 500 Internal Server Error in 87ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined local variable or method `display_content' for #<#:0x00000004f9b2e0>): 11: <% @messages.each do |message| %> 12: 13: 14: 15: 16: 17: /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:14:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__4378456688127814846_41783300' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__4378456688127814846_41783300' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:498:in `block (2 levels) in around' activesupport (4.2.7.1) lib/active_support/callbacks.rb:313:in `block (2 levels) in halting' active_decorator (0.7.1) lib/active_decorator/view_context.rb:26:in `block (2 levels) in ' activesupport (4.2.7.1) lib/active_support/callbacks.rb:441:in `instance_exec' activesupport (4.2.7.1) lib/active_support/callbacks.rb:441:in `block in make_lambda' activesupport (4.2.7.1) lib/active_support/callbacks.rb:312:in `block in halting' activesupport (4.2.7.1) lib/active_support/callbacks.rb:497:in `block in around' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.6ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:47:52 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (1.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (16.7ms) Completed 500 Internal Server Error in 23ms (ActiveRecord: 1.3ms) ActionView::Template::Error (undefined method `display_content' for #): 11: <% @messages.each do |message| %> 12: 13: 14: 15: 16: 17: activemodel (4.2.7.1) lib/active_model/attribute_methods.rb:433:in `method_missing' active_decorator (0.7.1) lib/active_decorator/helpers.rb:4:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:14:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__4378456688127814846_69969387031540' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__4378456688127814846_69969387031540' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:498:in `block (2 levels) in around' activesupport (4.2.7.1) lib/active_support/callbacks.rb:313:in `block (2 levels) in halting' active_decorator (0.7.1) lib/active_decorator/view_context.rb:26:in `block (2 levels) in ' activesupport (4.2.7.1) lib/active_support/callbacks.rb:441:in `instance_exec' activesupport (4.2.7.1) lib/active_support/callbacks.rb:441:in `block in make_lambda' activesupport (4.2.7.1) lib/active_support/callbacks.rb:312:in `block in halting' activesupport (4.2.7.1) lib/active_support/callbacks.rb:497:in `block in around' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.8ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:48:01 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (371.6ms) Completed 500 Internal Server Error in 386ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined local variable or method `message' for #): 12: 13: 14: 15: 16: 17: 18: <% end %> activemodel (4.2.7.1) lib/active_model/attribute_methods.rb:433:in `method_missing' active_decorator (0.7.1) lib/active_decorator/helpers.rb:4:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/decorators/jera_push/message_decorator.rb:9:in `display_date' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:15:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___4288835090650326128_44925100' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___4288835090650326128_44925100' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:498:in `block (2 levels) in around' activesupport (4.2.7.1) lib/active_support/callbacks.rb:313:in `block (2 levels) in halting' active_decorator (0.7.1) lib/active_decorator/view_context.rb:26:in `block (2 levels) in ' activesupport (4.2.7.1) lib/active_support/callbacks.rb:441:in `instance_exec' activesupport (4.2.7.1) lib/active_support/callbacks.rb:441:in `block in make_lambda' activesupport (4.2.7.1) lib/active_support/callbacks.rb:312:in `block in halting' activesupport (4.2.7.1) lib/active_support/callbacks.rb:497:in `block in around' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (28.7ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:48:11 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (14.4ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined local variable or method `message' for #): 12: 13: 14: 15: 16: 17: 18: <% end %> activemodel (4.2.7.1) lib/active_model/attribute_methods.rb:433:in `method_missing' active_decorator (0.7.1) lib/active_decorator/helpers.rb:4:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/decorators/jera_push/message_decorator.rb:9:in `display_date' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:15:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___4288835090650326128_44925100' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___4288835090650326128_44925100' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:498:in `block (2 levels) in around' activesupport (4.2.7.1) lib/active_support/callbacks.rb:313:in `block (2 levels) in halting' active_decorator (0.7.1) lib/active_decorator/view_context.rb:26:in `block (2 levels) in ' activesupport (4.2.7.1) lib/active_support/callbacks.rb:441:in `instance_exec' activesupport (4.2.7.1) lib/active_support/callbacks.rb:441:in `block in make_lambda' activesupport (4.2.7.1) lib/active_support/callbacks.rb:312:in `block in halting' activesupport (4.2.7.1) lib/active_support/callbacks.rb:497:in `block in around' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.9ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:48:16 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200  (2.6ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (404.4ms) Completed 200 OK in 758ms (Views: 744.6ms | ActiveRecord: 3.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 12:48:17 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 12:48:17 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 12:48:17 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 12:48:17 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 12:48:17 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 12:48:17 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 12:48:17 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:49:37 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (480.1ms) Completed 500 Internal Server Error in 496ms (ActiveRecord: 0.6ms) SyntaxError (/home/matias/jera/projetos/jera-push-gem/app/decorators/jera_push/message_decorator.rb:13: syntax error, unexpected ',', expecting keyword_end ...dmin.messages.action.details'), jera_push_admin_message_path... ... ^ /home/matias/jera/projetos/jera-push-gem/app/decorators/jera_push/message_decorator.rb:13: syntax error, unexpected ',', expecting keyword_end ...sh_admin_message_path(message), class: 'waves-effect waves-l... ... ^): /home/matias/jera/projetos/jera-push-gem/app/decorators/jera_push/message_decorator.rb:13: syntax error, unexpected ',', expecting keyword_end ...dmin.messages.action.details'), jera_push_admin_message_path... ... ^ /home/matias/jera/projetos/jera-push-gem/app/decorators/jera_push/message_decorator.rb:13: syntax error, unexpected ',', expecting keyword_end ...sh_admin_message_path(message), class: 'waves-effect waves-l... ... ^ activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.7.1) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.7.1) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.7.1) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' active_decorator (0.7.1) lib/active_decorator/decorator.rb:41:in `decorator_for' active_decorator (0.7.1) lib/active_decorator/decorator.rb:30:in `decorate' active_decorator (0.7.1) lib/active_decorator/decorator.rb:18:in `block in decorate' active_decorator (0.7.1) lib/active_decorator/decorator.rb:17:in `each' active_decorator (0.7.1) lib/active_decorator/decorator.rb:17:in `decorate' active_decorator (0.7.1) lib/active_decorator/decorator.rb:62:in `block in to_a' active_decorator (0.7.1) lib/active_decorator/decorator.rb:61:in `tap' active_decorator (0.7.1) lib/active_decorator/decorator.rb:61:in `to_a' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___3445490509425701911_34425520' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:498:in `block (2 levels) in around' activesupport (4.2.7.1) lib/active_support/callbacks.rb:313:in `block (2 levels) in halting' active_decorator (0.7.1) lib/active_decorator/view_context.rb:26:in `block (2 levels) in ' activesupport (4.2.7.1) lib/active_support/callbacks.rb:441:in `instance_exec' activesupport (4.2.7.1) lib/active_support/callbacks.rb:441:in `block in make_lambda' activesupport (4.2.7.1) lib/active_support/callbacks.rb:312:in `block in halting' activesupport (4.2.7.1) lib/active_support/callbacks.rb:497:in `block in around' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (34.4ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:49:56 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (399.7ms) Completed 500 Internal Server Error in 416ms (ActiveRecord: 0.7ms) ActionView::Template::Error (undefined local variable or method `message' for #): 13: 14: 15: 16: 17: 18: <% end %> 19: activemodel (4.2.7.1) lib/active_model/attribute_methods.rb:433:in `method_missing' active_decorator (0.7.1) lib/active_decorator/helpers.rb:4:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/decorators/jera_push/message_decorator.rb:13:in `show_link' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:16:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__3973492845747269073_29679960' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.7.1) lib/active_record/relation/delegation.rb:46:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__3973492845747269073_29679960' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:498:in `block (2 levels) in around' activesupport (4.2.7.1) lib/active_support/callbacks.rb:313:in `block (2 levels) in halting' active_decorator (0.7.1) lib/active_decorator/view_context.rb:26:in `block (2 levels) in ' activesupport (4.2.7.1) lib/active_support/callbacks.rb:441:in `instance_exec' activesupport (4.2.7.1) lib/active_support/callbacks.rb:441:in `block in make_lambda' activesupport (4.2.7.1) lib/active_support/callbacks.rb:312:in `block in halting' activesupport (4.2.7.1) lib/active_support/callbacks.rb:497:in `block in around' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (31.2ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 12:50:16 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200  (2.9ms) SELECT COUNT(*) FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (429.0ms) Completed 200 OK in 795ms (Views: 780.2ms | ActiveRecord: 3.6ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 12:50:17 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 12:50:17 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 12:50:17 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 12:50:17 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 12:50:17 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 12:50:17 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 12:50:17 -0300 Started GET "/jera_push/admin/messages/201" for 127.0.0.1 at 2016-10-06 12:50:20 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"201"} JeraPush::Message Load (0.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 201]] JeraPush::Device Load (0.2ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 201]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (67.8ms) Completed 200 OK in 107ms (Views: 96.3ms | ActiveRecord: 1.5ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 12:50:21 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 12:50:25 -0300 Started GET "/jera_push/admin/messages/206" for 127.0.0.1 at 2016-10-06 12:50:27 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"206"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 206]] JeraPush::Device Load (0.1ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 206]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (1.6ms) Completed 200 OK in 39ms (Views: 36.9ms | ActiveRecord: 0.3ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 12:50:28 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 12:51:21 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:25:48 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (1.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (493.3ms) Completed 500 Internal Server Error in 523ms (ActiveRecord: 2.1ms) ActionView::Template::Error (undefined method `message_content' for # Did you mean? message_devices): 11: <% @messages.each do |message| %> 12: 13: 14: 15: 16: 17: /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/delegate.rb:87:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:14:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__3261226572978193799_36620700' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__3261226572978193799_36620700' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (37.2ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:26:09 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (2.2ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.3ms) SystemStackError (stack level too deep): /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:14:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__3261226572978193799_70267822473460' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__3261226572978193799_70267822473460' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:26:37 -0300 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (447.0ms) Completed 500 Internal Server Error in 471ms (ActiveRecord: 0.6ms) SystemStackError (stack level too deep): /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4:in `content' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:14:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___3538535477244576321_44648100' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___3538535477244576321_44648100' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:27:21 -0300 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (485.1ms) Completed 500 Internal Server Error in 513ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined method `display_content' for #): 11: <% @messages.each do |message| %> 12: 13: 14: 15: 16: 17: /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/delegate.rb:87:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:14:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___226884157659407813_43830680' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___226884157659407813_43830680' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (34.7ms) JeraPush::Message Load (1.9ms) SELECT "jera_push_messages".* FROM "jera_push_messages" ORDER BY "jera_push_messages"."id" DESC LIMIT 1 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:28:26 -0300 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (447.7ms) Completed 500 Internal Server Error in 473ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `t' for #): 13: 14: 15: 16: 17: 18: <% end %> 19: /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/delegate.rb:87:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:13:in `show_link' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:16:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__3381353247489065274_34862640' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__3381353247489065274_34862640' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (31.8ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:28:41 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (20.5ms) Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `jera_push_admin_message_path' for #): 13: 14: 15: 16: 17: 18: <% end %> 19: /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/delegate.rb:87:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:14:in `show_link' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:16:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__3381353247489065274_34862640' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__3381353247489065274_34862640' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.2ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:29:22 -0300 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (680.5ms) Completed 500 Internal Server Error in 718ms (ActiveRecord: 0.8ms) ActionView::Template::Error (undefined method `jera_push_admin_message_path' for #): 13: 14: 15: 16: 17: 18: <% end %> 19: /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/delegate.rb:87:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:14:in `show_link' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:16:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2767360082952638213_38671540' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2767360082952638213_38671540' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (18.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (54.5ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:30:25 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (17.9ms) Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.7ms) ActionView::Template::Error (undefined method `link_to' for #): 13: 14: 15: 16: 17: 18: <% end %> 19: /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/delegate.rb:87:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:12:in `show_link' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:16:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2767360082952638213_38671540' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2767360082952638213_38671540' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.4ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:31:11 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (16.2ms) Completed 500 Internal Server Error in 28ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `link_to' for #): 13: 14: 15: 16: 17: 18: <% end %> 19: /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:12:in `show_link' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:16:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2767360082952638213_38671540' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2767360082952638213_38671540' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.5ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:32:12 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (0.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 200 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (110.0ms) Completed 500 Internal Server Error in 119ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `total_pages' for #): 19: 20:
<%= message.teste %><%= format_message(message.content) %><%= message.created_at.strftime('%d/%m/%Y %H:%M') %><%= link_to t('jera_push.admin.messages.action.details'), jera_push_admin_message_path(message), class: 'waves-effect waves-light btn' %>
<%= message.teste %><%= format_message(message.content) %><%= message.created_at.strftime('%d/%m/%Y %H:%M') %><%= link_to t('jera_push.admin.messages.action.details'), jera_push_admin_message_path(message), class: 'waves-effect waves-light btn' %>
<%= message.teste %><%= format_message(message.content) %><%= message.created_at.strftime('%d/%m/%Y %H:%M') %><%= link_to t('jera_push.admin.messages.action.details'), jera_push_admin_message_path(message), class: 'waves-effect waves-light btn' %>
<%= message.teste %><%= format_message(message.content) %><%= message.created_at.strftime('%d/%m/%Y %H:%M') %><%= link_to t('jera_push.admin.messages.action.details'), jera_push_admin_message_path(message), class: 'waves-effect waves-light btn' %>
<%= message.teste %><%= format_message(message.content) %><%= message.created_at.strftime('%d/%m/%Y %H:%M') %><%= link_to t('jera_push.admin.messages.action.details'), jera_push_admin_message_path(message), class: 'waves-effect waves-light btn' %>
<%= message.teste %><%= format_message(message.content) %><%= message.created_at.strftime('%d/%m/%Y %H:%M') %><%= link_to t('jera_push.admin.messages.action.details'), jera_push_admin_message_path(message), class: 'waves-effect waves-light btn' %>
<%= message.teste %><%= format_message(message.content) %><%= message.created_at.strftime('%d/%m/%Y %H:%M') %><%= link_to t('jera_push.admin.messages.action.details'), jera_push_admin_message_path(message), class: 'waves-effect waves-light btn' %>
<%= message.teste %><%= format_message(message.content) %><%= message.created_at.strftime('%d/%m/%Y %H:%M') %><%= link_to t('jera_push.admin.messages.action.details'), jera_push_admin_message_path(message), class: 'waves-effect waves-light btn' %>
<%= message.teste %><%= format_message(message.content) %><%= message.created_at.strftime('%d/%m/%Y %H:%M') %><%= link_to t('jera_push.admin.messages.action.details'), jera_push_admin_message_path(message), class: 'waves-effect waves-light btn' %>
<%= message.teste %><%= format_message(message.content) %><%= message.created_at.strftime('%d/%m/%Y %H:%M') %><%= link_to t('jera_push.admin.messages.action.details'), jera_push_admin_message_path(message), class: 'waves-effect waves-light btn' %>
<%= message.teste %><%= format_message(message.content) %><%= message.created_at.strftime('%d/%m/%Y %H:%M') %><%= link_to t('jera_push.admin.messages.action.details'), jera_push_admin_message_path(message), class: 'waves-effect waves-light btn' %>
<%= message.id %><%= message.display_content %><%= message.display_date %><%= link_to t('jera_push.admin.messages.action.details'), jera_push_admin_message_path(message), class: 'waves-effect waves-light btn' %>
<%= message.id %><%= display_content %><%= message.display_date %><%= link_to t('jera_push.admin.messages.action.details'), jera_push_admin_message_path(message), class: 'waves-effect waves-light btn' %>
<%= message.id %><%= message.display_content %><%= message.display_date %><%= link_to t('jera_push.admin.messages.action.details'), jera_push_admin_message_path(message), class: 'waves-effect waves-light btn' %>
<%= message.id %><%= message.display_content %><%= message.display_date %><%= link_to t('jera_push.admin.messages.action.details'), jera_push_admin_message_path(message), class: 'waves-effect waves-light btn' %>
<%= message.id %><%= message.display_content %><%= message.display_date %><%= link_to t('jera_push.admin.messages.action.details'), jera_push_admin_message_path(message), class: 'waves-effect waves-light btn' %>
<%= message.id %><%= message.display_content %><%= message.display_date %><%= message.show_link %>
<%= message.id %><%= message.message_content %><%= message.display_date %><%= message.show_link %>
<%= message.id %><%= message.display_content %><%= message.display_created_at %><%= message.show_link %>
<%= message.id %><%= message.display_content %><%= message.display_created_at %><%= message.show_link %>
<%= message.id %><%= message.display_content %><%= message.display_created_at %><%= message.show_link %>
<%= message.id %><%= message.display_content %><%= message.display_created_at %><%= message.show_link %>
<%= message.id %><%= message.display_content %><%= message.display_created_at %><%= message.show_link %>
<%= message.id %><%= message.display_content %><%= message.display_created_at %><%= message.show_link %>
21: 22: <%= paginate @messages %> kaminari (0.17.0) lib/kaminari/helpers/action_view_extension.rb:18:in `paginate' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:22:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2767360082952638213_38671540' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.0ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:33:32 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (56.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (115.4ms) Completed 200 OK in 818ms (Views: 599.9ms | ActiveRecord: 56.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:33:33 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:33:33 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:33:33 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:33:33 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:33:33 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:33:33 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:33:33 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:34:07 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (44.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (431.1ms) Completed 500 Internal Server Error in 630ms (ActiveRecord: 44.8ms) ActionView::Template::Error (undefined method `t' for #): 13: <%= message.id %> 14: <%= message.display_content %> 15: <%= message.display_created_at %> 16: <%= message.show_link %> 17: 18: <% end %> 19: /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/delegate.rb:87:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:14:in `show_link' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:16:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__723064166149982937_69935532467440' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__723064166149982937_69935532467440' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (36.7ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:34:17 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (55.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (18.2ms) Completed 500 Internal Server Error in 221ms (ActiveRecord: 55.5ms) ActionView::Template::Error (undefined method `jera_push_admin_message_path' for #): 13: <%= message.id %> 14: <%= message.display_content %> 15: <%= message.display_created_at %> 16: <%= message.show_link %> 17: 18: <% end %> 19: /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/delegate.rb:87:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:15:in `show_link' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:16:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__723064166149982937_69935532467440' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__723064166149982937_69935532467440' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (27.7ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:34:18 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (75.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (17.7ms) Completed 500 Internal Server Error in 210ms (ActiveRecord: 75.7ms) ActionView::Template::Error (undefined method `jera_push_admin_message_path' for #): 13: <%= message.id %> 14: <%= message.display_content %> 15: <%= message.display_created_at %> 16: <%= message.show_link %> 17: 18: <% end %> 19: /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/delegate.rb:87:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:15:in `show_link' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:16:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__723064166149982937_69935532467440' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__723064166149982937_69935532467440' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.3ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:34:52 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (41.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (449.7ms) Completed 500 Internal Server Error in 649ms (ActiveRecord: 42.1ms) ActionView::Template::Error (undefined method `jera_push_admin_message_path' for #): 13: <%= message.id %> 14: <%= message.display_content %> 15: <%= message.display_created_at %> 16: <%= message.show_link %> 17: 18: <% end %> 19: /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/delegate.rb:87:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:16:in `show_link' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:16:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2956876392736364643_69884999485940' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2956876392736364643_69884999485940' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (31.4ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:35:59 -0300 ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (42.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (430.7ms) Completed 500 Internal Server Error in 634ms (ActiveRecord: 42.8ms) ActionView::Template::Error (undefined method `jera_push_admin_message_path' for #): 13: <%= message.id %> 14: <%= message.display_content %> 15: <%= message.display_created_at %> 16: <%= message.show_link %> 17: 18: <% end %> 19: /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/delegate.rb:87:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:16:in `show_link' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:16:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__4006405584884363075_69944827046360' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__4006405584884363075_69944827046360' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (35.1ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:36:46 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (48.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (449.1ms) Completed 500 Internal Server Error in 658ms (ActiveRecord: 48.5ms) ActionView::Template::Error (undefined method `jera_push_admin_message_path' for #): 13: <%= message.id %> 14: <%= message.display_content %> 15: <%= message.display_created_at %> 16: <%= message.show_link %> 17: 18: <% end %> 19: /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/delegate.rb:87:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:16:in `show_link' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:16:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___769548435622162371_69962812222100' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___769548435622162371_69962812222100' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (36.5ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:37:56 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (44.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (104.5ms) Completed 200 OK in 708ms (Views: 530.2ms | ActiveRecord: 44.5ms) Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:37:56 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:37:56 -0300 Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:37:56 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:37:56 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:37:56 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:37:57 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:37:57 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:38:38 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (41.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (5.4ms) Completed 500 Internal Server Error in 233ms (ActiveRecord: 41.1ms) ActionView::Template::Error (arguments passed to url_for can't be handled. Please require routes or provide your own implementation): 13: <%= message.id %> 14: <%= message.display_content %> 15: <%= message.display_created_at %> 16: <%= message.show_link %> 17: 18: <% end %> 19: /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/delegate.rb:85:in `call' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/delegate.rb:85:in `method_missing' actionview (4.2.7.1) lib/action_view/helpers/url_helper.rb:38:in `url_for' actionview (4.2.7.1) lib/action_view/helpers/url_helper.rb:181:in `link_to' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:13:in `show_link' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:16:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___769548435622162371_69962812222100' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___769548435622162371_69962812222100' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (10.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (37.4ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:38:47 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) SyntaxError (/home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:14: syntax error, unexpected tIDENTIFIER, expecting ')' 'I18n.t('jera_push.admin.messages.action.details')', ^ /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:16: syntax error, unexpected ')', expecting keyword_end): /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:14: syntax error, unexpected tIDENTIFIER, expecting ')' 'I18n.t('jera_push.admin.messages.action.details')', ^ /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:16: syntax error, unexpected ')', expecting keyword_end activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.7.1) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.7.1) lib/active_support/dependencies.rb:184:in `const_missing' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:5:in `index' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (28.8ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:38:57 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (68.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (97.5ms) Completed 200 OK in 347ms (Views: 123.7ms | ActiveRecord: 68.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:38:57 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:38:57 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:38:57 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:38:57 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:38:57 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:38:57 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:38:57 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:39:06 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (51.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (119.3ms) Completed 200 OK in 338ms (Views: 147.6ms | ActiveRecord: 51.6ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:39:06 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:39:06 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:39:06 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:39:06 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:39:06 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:39:07 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:39:07 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:42:11 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (100.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (140.5ms) Completed 200 OK in 387ms (Views: 166.7ms | ActiveRecord: 100.4ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:42:12 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:42:12 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:42:12 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:42:12 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:42:12 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:42:12 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:42:12 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:42:21 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (45.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (576.3ms) Completed 200 OK in 1236ms (Views: 1041.1ms | ActiveRecord: 46.4ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:42:22 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:42:22 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:42:22 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:42:22 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:42:22 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:42:23 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:42:23 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:43:06 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (37.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (91.7ms) Completed 200 OK in 307ms (Views: 161.6ms | ActiveRecord: 37.7ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:43:07 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:43:07 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:43:07 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:43:07 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:43:07 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:43:07 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:43:07 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:43:28 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (52.9ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (109.9ms) Completed 200 OK in 400ms (Views: 144.3ms | ActiveRecord: 52.9ms) Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:43:28 -0300 Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:43:28 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:43:28 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:43:28 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:43:28 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:43:29 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:43:29 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:43:43 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (65.0ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (102.3ms) Completed 200 OK in 308ms (Views: 122.2ms | ActiveRecord: 65.0ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:43:43 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:43:43 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:43:43 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:43:43 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:43:43 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:43:43 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:43:43 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:44:14 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (50.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (86.4ms) Completed 200 OK in 295ms (Views: 110.5ms | ActiveRecord: 50.5ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:44:14 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:44:14 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:44:14 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:44:14 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:44:14 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:44:14 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:44:15 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:44:20 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (43.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (585.2ms) Completed 200 OK in 1248ms (Views: 1045.3ms | ActiveRecord: 43.9ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:44:22 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:44:22 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:44:22 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:44:22 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:44:22 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:44:22 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:44:22 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:45:25 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (36.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (99.8ms) Completed 200 OK in 316ms (Views: 174.4ms | ActiveRecord: 36.6ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:45:25 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:45:25 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:45:25 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:45:25 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:45:25 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:45:26 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:45:26 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:45:27 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (43.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (116.0ms) Completed 200 OK in 367ms (Views: 135.9ms | ActiveRecord: 43.8ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:45:27 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:45:27 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:45:27 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:45:27 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:45:27 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:45:27 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:45:27 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:45:53 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) SyntaxError (/home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:5: syntax error, unexpected $undefined "\{ body: #{item.content[:body] || \"\"} \}" ^ /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:6: syntax error, unexpected keyword_end, expecting tSTRING_DEND /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:19: syntax error, unexpected keyword_end, expecting tSTRING_DEND): /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:5: syntax error, unexpected $undefined "\{ body: #{item.content[:body] || \"\"} \}" ^ /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:6: syntax error, unexpected keyword_end, expecting tSTRING_DEND /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:19: syntax error, unexpected keyword_end, expecting tSTRING_DEND activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.7.1) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.7.1) lib/active_support/dependencies.rb:184:in `const_missing' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:5:in `index' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (23.4ms) Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:46:16 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (49.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (123.1ms) Completed 200 OK in 314ms (Views: 147.2ms | ActiveRecord: 49.3ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:46:16 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:46:16 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:46:16 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:46:16 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:46:16 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:46:16 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:46:16 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:46:34 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (52.0ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (101.3ms) Completed 200 OK in 298ms (Views: 125.6ms | ActiveRecord: 52.0ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:46:34 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:46:34 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:46:34 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:46:34 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:46:34 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:46:34 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:46:34 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:46:41 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (37.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (101.7ms) Completed 200 OK in 316ms (Views: 125.1ms | ActiveRecord: 37.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:46:42 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:46:42 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:46:42 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:46:42 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:46:42 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:46:42 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:46:42 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:46:46 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (37.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (100.6ms) Completed 200 OK in 263ms (Views: 116.7ms | ActiveRecord: 37.8ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:46:46 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:46:46 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:46:46 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:46:46 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:46:46 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:46:46 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:46:46 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:46:59 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (48.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (104.6ms) Completed 200 OK in 286ms (Views: 123.5ms | ActiveRecord: 48.4ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:46:59 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:46:59 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:46:59 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:46:59 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:46:59 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:46:59 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:46:59 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:47:09 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (39.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (99.6ms) Completed 200 OK in 293ms (Views: 153.5ms | ActiveRecord: 39.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:47:10 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:47:10 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:47:10 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:47:10 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:47:10 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:47:10 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:47:10 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:50:19 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (62.9ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (108.9ms) Completed 200 OK in 407ms (Views: 144.7ms | ActiveRecord: 62.9ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:50:19 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:50:19 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:50:19 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:50:19 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:50:19 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:50:20 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:50:20 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:52:25 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (59.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (114.1ms) Completed 200 OK in 327ms (Views: 140.4ms | ActiveRecord: 59.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:52:25 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:52:25 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:52:25 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:52:25 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:52:25 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:52:25 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:52:25 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:52:46 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (36.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" item.content.inspect item.content.inspect item.content.inspect item.content.inspect item.content.inspect item.content.inspect item.content.inspect item.content.inspect item.content.inspect item.content.inspect item.content.inspect item.content.inspect item.content.inspect item.content.inspect item.content.inspect item.content.inspect item.content.inspect item.content.inspect item.content.inspect item.content.inspect item.content.inspect item.content.inspect item.content.inspect item.content.inspect item.content.inspect Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (114.4ms) Completed 200 OK in 295ms (Views: 136.6ms | ActiveRecord: 36.7ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:52:47 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:52:47 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:52:47 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:52:47 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:52:47 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:52:47 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:52:47 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:52:55 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (43.0ms) SELECT "jera_push_messages".* FROM "jera_push_messages" {"title"=>"Placeat aut omnis molestias mollitia totam.", "text"=>"I'll program the optical RAM firewall, that should sensor the CSS transmitter!"} {"title"=>"Quaerat iste necessitatibus alias quo placeat perferendis fuga.", "text"=>"The SMTP protocol is down, navigate the digital driver so we can quantify the FTP capacitor!"} {"title"=>"Suscipit eum eaque.", "text"=>"I'll connect the optical AGP circuit, that should circuit the EXE protocol!"} {"title"=>"Qui adipisci voluptatem sint voluptate.", "text"=>"Try to index the SQL system, maybe it will program the primary array!"} {"title"=>"Nisi reiciendis earum deserunt accusamus alias est.", "text"=>"I'll parse the multi-byte EXE protocol, that should matrix the SCSI driver!"} {"title"=>"Nihil aut eligendi nostrum quae.", "text"=>"You can't hack the microchip without generating the back-end RAM interface!"} {"title"=>"Quia est voluptas atque nobis magni vero.", "text"=>"I'll input the open-source RSS microchip, that should firewall the SAS monitor!"} {"title"=>"Dolores temporibus maiores.", "text"=>"Backing up the array won't do anything, we need to synthesize the redundant jbod sensor!"} {"title"=>"Dolorem animi reprehenderit sequi laboriosam sunt.", "text"=>"We need to bypass the haptic RSS card!"} {"title"=>"Ullam excepturi quas ut harum maxime.", "text"=>"Hacking the application won't do anything, we need to calculate the wireless http matrix!"} {"title"=>"Enim neque corporis maiores voluptas culpa.", "text"=>"Try to hack the AI interface, maybe it will back up the auxiliary array!"} {"title"=>"Officia aliquam saepe.", "text"=>"Try to transmit the HTTP alarm, maybe it will synthesize the back-end driver!"} {"title"=>"Nesciunt consequatur et ea dolor ipsum.", "text"=>"We need to calculate the online ADP circuit!"} {"title"=>"Eos beatae quibusdam cumque deleniti omnis.", "text"=>"Copying the protocol won't do anything, we need to transmit the neural tcp program!"} {"title"=>"Reiciendis quibusdam error ipsa ut et.", "text"=>"Synthesizing the interface won't do anything, we need to compress the solid state css bus!"} {"title"=>"Possimus aut quo aliquam sapiente totam ipsam qui.", "text"=>"You can't bypass the array without transmitting the redundant FTP circuit!"} {"title"=>"Adipisci et aut veritatis.", "text"=>"We need to compress the back-end USB protocol!"} {"title"=>"Rerum fuga consequatur dolorem in voluptatem quo iure.", "text"=>"Parsing the protocol won't do anything, we need to compress the auxiliary sms pixel!"} {"title"=>"Consequatur id sed quod deleniti.", "text"=>"You can't generate the card without parsing the wireless HDD program!"} {"title"=>"Quos asperiores vel.", "text"=>"Programming the program won't do anything, we need to navigate the bluetooth ftp monitor!"} {"title"=>"Sit consequatur sit est.", "text"=>"Transmitting the card won't do anything, we need to reboot the multi-byte json protocol!"} {"title"=>"Pariatur et enim.", "text"=>"We need to override the neural PNG protocol!"} {"title"=>"Officia voluptas qui ab aut.", "text"=>"Use the cross-platform IB system, then you can bypass the virtual system!"} {"title"=>"Tempore neque dolores odit explicabo et.", "text"=>"We need to bypass the solid state TCP feed!"} {"title"=>"Animi beatae id eum earum quod.", "text"=>"If we parse the driver, we can get to the XSS pixel through the cross-platform AI transmitter!"} Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (142.7ms) Completed 200 OK in 329ms (Views: 170.7ms | ActiveRecord: 43.0ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:52:55 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:52:55 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:52:55 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:52:55 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:52:55 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:52:55 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:52:55 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:53:15 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (59.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (111.1ms) Completed 200 OK in 312ms (Views: 131.3ms | ActiveRecord: 59.1ms) Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:53:15 -0300 Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:53:15 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:53:15 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:53:15 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:53:15 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:53:15 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:53:15 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:53:35 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (33.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (93.3ms) Completed 200 OK in 304ms (Views: 120.8ms | ActiveRecord: 33.6ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:53:35 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:53:35 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:53:35 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:53:35 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:53:35 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:53:36 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:53:36 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:53:39 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (39.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (91.1ms) Completed 200 OK in 272ms (Views: 111.0ms | ActiveRecord: 39.6ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:53:40 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:53:40 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:53:40 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:53:40 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:53:40 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:53:40 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:53:40 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:54:17 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (42.9ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (120.4ms) Completed 200 OK in 341ms (Views: 149.2ms | ActiveRecord: 42.9ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:54:17 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:54:17 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:54:17 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:54:17 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:54:17 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:54:17 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:54:17 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:54:30 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (60.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (147.0ms) Completed 200 OK in 341ms (Views: 167.3ms | ActiveRecord: 60.3ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:54:30 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:54:30 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:54:30 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:54:30 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:54:30 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:54:31 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:54:31 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:54:40 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (39.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (534.2ms) Completed 200 OK in 1173ms (Views: 995.2ms | ActiveRecord: 39.7ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:54:41 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:54:41 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:54:41 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:54:41 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:54:41 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:54:42 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:54:42 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:55:28 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (44.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (134.5ms) Completed 200 OK in 332ms (Views: 159.7ms | ActiveRecord: 44.5ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:55:29 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:55:29 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:55:29 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:55:29 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:55:29 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:55:29 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:55:29 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:55:37 -0300 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (44.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (564.7ms) Completed 200 OK in 1234ms (Views: 1037.5ms | ActiveRecord: 44.9ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:55:38 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:55:38 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:55:38 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:55:38 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:55:38 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:55:39 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:55:39 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:56:25 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (46.0ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (158.2ms) Completed 200 OK in 338ms (Views: 176.4ms | ActiveRecord: 46.0ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:56:26 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:56:26 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:56:26 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:56:26 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:56:26 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:56:26 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:56:26 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:57:37 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (67.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (67.3ms) Completed 200 OK in 358ms (Views: 90.6ms | ActiveRecord: 67.6ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:57:37 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:57:37 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:57:37 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:57:37 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:57:37 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:57:38 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:57:38 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:58:08 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (42.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (75.2ms) Completed 200 OK in 242ms (Views: 88.9ms | ActiveRecord: 42.5ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:58:08 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:58:08 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:58:08 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:58:08 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:58:08 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:58:09 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:58:09 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:58:24 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (43.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (67.1ms) Completed 200 OK in 257ms (Views: 84.4ms | ActiveRecord: 43.5ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:58:24 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:58:24 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:58:24 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:58:24 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:58:24 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:58:24 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:58:24 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:58:45 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (55.9ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (65.6ms) Completed 200 OK in 267ms (Views: 84.5ms | ActiveRecord: 55.9ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:58:45 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:58:45 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:58:45 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:58:45 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:58:45 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:58:46 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:58:46 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:58:54 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (33.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (63.5ms) Completed 200 OK in 201ms (Views: 77.4ms | ActiveRecord: 33.6ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:58:54 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:58:54 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:58:54 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:58:54 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:58:55 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:58:55 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:58:55 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:59:25 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (31.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (66.7ms) Completed 200 OK in 210ms (Views: 80.8ms | ActiveRecord: 31.4ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:59:26 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:59:26 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:59:26 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:59:26 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:59:26 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:59:26 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:59:26 -0300 Started GET "/jera_push/admin/messages?page=9" for 127.0.0.1 at 2016-10-06 16:59:41 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"9"} JeraPush::Message Load (29.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (91.6ms) Completed 200 OK in 237ms (Views: 111.3ms | ActiveRecord: 29.4ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 16:59:41 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 16:59:41 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 16:59:41 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 16:59:41 -0300 Started GET "/assets/jera_push/jera_push.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for 127.0.0.1 at 2016-10-06 16:59:41 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:59:41 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:59:41 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 16:59:56 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (54.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (67.2ms) Completed 200 OK in 286ms (Views: 88.4ms | ActiveRecord: 54.4ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 16:59:56 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 16:59:56 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 17:01:44 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] JeraPush::Device Load (1.2ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (67.3ms) Completed 200 OK in 115ms (Views: 93.4ms | ActiveRecord: 2.2ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:01:46 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 17:07:38 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (1.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] JeraPush::Device Load (0.6ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (6.6ms) Completed 200 OK in 163ms (Views: 158.6ms | ActiveRecord: 2.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:07:38 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:07:38 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:07:38 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:07:39 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:07:39 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:07:39 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:07:40 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:07:41 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (78.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (21.0ms) Completed 500 Internal Server Error in 226ms (ActiveRecord: 78.6ms) ActionView::Template::Error (undefined method `jera_push_admin_message_path' for #): 13: <%= message.id %> 14: <%= raw(message.display_content) %> 15: <%= message.display_created_at %> 16: <%= message.show_link %> 17: 18: <% end %> 19: /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:14:in `show_link' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:16:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___2661012050561278107_70005560486980' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___2661012050561278107_70005560486980' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (28.4ms) Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:08:04 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (34.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (10.4ms) Completed 500 Internal Server Error in 192ms (ActiveRecord: 34.2ms) ActionView::Template::Error (undefined method `url_helpers' for # Did you mean? url_field): 13: <%= message.id %> 14: <%= raw(message.display_content) %> 15: <%= message.display_created_at %> 16: <%= message.show_link %> 17: 18: <% end %> 19: /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:14:in `show_link' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:16:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___2661012050561278107_70005560486980' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___2661012050561278107_70005560486980' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.8ms) Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:08:12 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (43.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (4.8ms) Completed 500 Internal Server Error in 158ms (ActiveRecord: 43.6ms) ActionView::Template::Error (undefined method `routes' for # Did you mean? _routes _routes= _routes?): 13: <%= message.id %> 14: <%= raw(message.display_content) %> 15: <%= message.display_created_at %> 16: <%= message.show_link %> 17: 18: <% end %> 19: /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:14:in `show_link' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:16:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___2661012050561278107_70005560486980' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___2661012050561278107_70005560486980' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (18.5ms) Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:08:16 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (32.9ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (7.0ms) Completed 500 Internal Server Error in 177ms (ActiveRecord: 32.9ms) ActionView::Template::Error (undefined method `routes' for # Did you mean? _routes _routes= _routes?): 13: <%= message.id %> 14: <%= raw(message.display_content) %> 15: <%= message.display_created_at %> 16: <%= message.show_link %> 17: 18: <% end %> 19: /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:14:in `show_link' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:16:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___2661012050561278107_70005560486980' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___2661012050561278107_70005560486980' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.2ms) Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:12:01 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (43.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (9.9ms) Completed 500 Internal Server Error in 160ms (ActiveRecord: 43.8ms) ActionView::Template::Error (undefined method `link_to' for #): 13: <%= message.id %> 14: <%= raw(message.display_content) %> 15: <%= message.display_created_at %> 16: <%= message.show_link %> 17: 18: <% end %> 19: /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/delegate.rb:87:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:12:in `show_link' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:16:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___2661012050561278107_70005560486980' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___2661012050561278107_70005560486980' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (24.9ms) Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:12:03 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (46.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (7.8ms) Completed 500 Internal Server Error in 144ms (ActiveRecord: 46.6ms) ActionView::Template::Error (undefined method `link_to' for #): 13: <%= message.id %> 14: <%= raw(message.display_content) %> 15: <%= message.display_created_at %> 16: <%= message.show_link %> 17: 18: <% end %> 19: /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/delegate.rb:87:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:12:in `show_link' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:16:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___2661012050561278107_70005560486980' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___2661012050561278107_70005560486980' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (19.4ms) Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:12:03 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (53.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (7.8ms) Completed 500 Internal Server Error in 168ms (ActiveRecord: 53.5ms) ActionView::Template::Error (undefined method `link_to' for #): 13: <%= message.id %> 14: <%= raw(message.display_content) %> 15: <%= message.display_created_at %> 16: <%= message.show_link %> 17: 18: <% end %> 19: /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/delegate.rb:87:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:12:in `show_link' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:16:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___2661012050561278107_70005560486980' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:11:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb___2661012050561278107_70005560486980' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.1ms) Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:12:09 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (29.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (70.3ms) Completed 200 OK in 236ms (Views: 95.7ms | ActiveRecord: 29.5ms) Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:12:09 -0300 Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:12:09 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:12:09 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:12:09 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:12:09 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:12:09 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:12:09 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:13:27 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (44.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (64.9ms) Completed 200 OK in 218ms (Views: 79.3ms | ActiveRecord: 44.6ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:13:27 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:13:27 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:13:27 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:13:27 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:13:27 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:13:27 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:13:27 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:15:34 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (40.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (65.8ms) Completed 200 OK in 228ms (Views: 81.9ms | ActiveRecord: 40.8ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:15:35 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:15:35 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:15:35 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:15:35 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:15:35 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:15:35 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:15:35 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:16:20 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (52.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (64.9ms) Completed 200 OK in 271ms (Views: 80.9ms | ActiveRecord: 52.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:16:20 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:16:20 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:16:20 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:16:20 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:16:20 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:16:20 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:16:20 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:16:22 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (56.0ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (69.4ms) Completed 200 OK in 275ms (Views: 86.5ms | ActiveRecord: 56.0ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:16:22 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:16:22 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:16:22 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:16:22 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:16:22 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:16:22 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:16:22 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:16:34 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (38.0ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (90.5ms) Completed 200 OK in 267ms (Views: 112.5ms | ActiveRecord: 38.0ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:16:34 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:16:34 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:16:34 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:16:34 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:16:34 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:16:35 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:16:35 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:16:36 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (55.9ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (67.3ms) Completed 200 OK in 275ms (Views: 81.1ms | ActiveRecord: 55.9ms) Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:16:36 -0300 Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:16:36 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:16:36 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:16:36 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:16:36 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:16:36 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:16:36 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:17:15 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (56.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (80.3ms) Completed 200 OK in 349ms (Views: 93.8ms | ActiveRecord: 56.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:17:15 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:17:15 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:17:15 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:17:15 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:17:15 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:17:16 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:17:16 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:17:37 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (47.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (67.8ms) Completed 200 OK in 248ms (Views: 82.8ms | ActiveRecord: 47.3ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:17:38 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:17:38 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:17:38 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:17:38 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:17:38 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:17:38 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:17:38 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:18:26 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (31.9ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (63.3ms) Completed 200 OK in 219ms (Views: 80.0ms | ActiveRecord: 31.9ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:18:26 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:18:27 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:18:27 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:18:27 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:18:27 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:18:27 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:18:27 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:18:31 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (34.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (89.3ms) Completed 200 OK in 231ms (Views: 104.6ms | ActiveRecord: 34.7ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:18:31 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:18:31 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:18:31 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:18:31 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:18:31 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:18:31 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:18:31 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:19:06 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (47.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (77.9ms) Completed 200 OK in 267ms (Views: 94.1ms | ActiveRecord: 47.7ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:19:06 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:19:06 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:19:06 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:19:06 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:19:06 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:19:06 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:19:06 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:19:44 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (32.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (95.9ms) Completed 200 OK in 272ms (Views: 115.0ms | ActiveRecord: 32.4ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:19:44 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:19:44 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:19:44 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:19:44 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:19:44 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:19:45 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:19:45 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:21:28 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (40.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (70.5ms) Completed 200 OK in 232ms (Views: 85.3ms | ActiveRecord: 40.6ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:21:29 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:21:29 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:21:29 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:21:29 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:21:29 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:21:29 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:21:29 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:21:39 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (30.9ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (74.2ms) Completed 200 OK in 212ms (Views: 88.0ms | ActiveRecord: 30.9ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:21:40 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:21:40 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:21:40 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:21:40 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:21:40 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:21:40 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:21:40 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:22:02 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (32.9ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (68.7ms) Completed 200 OK in 202ms (Views: 81.0ms | ActiveRecord: 32.9ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:22:02 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:22:02 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:22:02 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:22:02 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:22:02 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:22:02 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:22:02 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:22:08 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (35.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (79.5ms) Completed 200 OK in 275ms (Views: 98.0ms | ActiveRecord: 35.7ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:22:08 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:22:08 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:22:08 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:22:08 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:22:08 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:22:08 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:22:08 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:23:05 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (38.9ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (68.1ms) Completed 200 OK in 216ms (Views: 85.1ms | ActiveRecord: 38.9ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:23:05 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:23:05 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:23:05 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:23:05 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:23:05 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:23:06 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:23:06 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:23:06 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (35.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (67.4ms) Completed 200 OK in 214ms (Views: 81.1ms | ActiveRecord: 35.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:23:07 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:23:07 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:23:07 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:23:07 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:23:07 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:23:07 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:23:07 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:23:07 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (31.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (59.7ms) Completed 200 OK in 207ms (Views: 73.7ms | ActiveRecord: 31.5ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:23:08 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:23:08 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:23:08 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:23:08 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:23:08 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:23:08 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:23:08 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:23:16 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (42.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (66.8ms) Completed 200 OK in 234ms (Views: 79.2ms | ActiveRecord: 42.7ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:23:16 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:23:16 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:23:16 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:23:16 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:23:16 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:23:16 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:23:16 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:23:24 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (33.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (65.4ms) Completed 200 OK in 224ms (Views: 78.6ms | ActiveRecord: 33.3ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:23:24 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:23:24 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:23:24 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:23:24 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:23:24 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:23:24 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:23:24 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:23:28 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (44.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (78.7ms) Completed 200 OK in 218ms (Views: 89.2ms | ActiveRecord: 44.5ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:23:28 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:23:28 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:23:28 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:23:28 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:23:28 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:23:28 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:23:28 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:23:58 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (27.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (80.7ms) Completed 200 OK in 236ms (Views: 97.0ms | ActiveRecord: 27.6ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:23:59 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:23:59 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:23:59 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:23:59 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:23:59 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:23:59 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:23:59 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:23:59 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (58.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (66.2ms) Completed 200 OK in 243ms (Views: 87.3ms | ActiveRecord: 58.3ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:24:00 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:24:00 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:24:00 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:24:00 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:24:00 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:24:00 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:24:00 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:25:45 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (53.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (70.7ms) Completed 200 OK in 243ms (Views: 85.1ms | ActiveRecord: 53.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:25:45 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:25:45 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:25:45 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:25:45 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:25:45 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:25:45 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:25:45 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:25:46 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (52.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (104.2ms) Completed 200 OK in 336ms (Views: 124.6ms | ActiveRecord: 52.8ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:25:47 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:25:47 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:25:47 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:25:47 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:25:47 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:25:47 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:25:47 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:25:51 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (32.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (68.7ms) Completed 200 OK in 216ms (Views: 85.6ms | ActiveRecord: 32.8ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:25:52 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:25:52 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:25:52 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:25:52 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:25:52 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:25:52 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:25:52 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:25:57 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (45.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (71.8ms) Completed 200 OK in 253ms (Views: 86.5ms | ActiveRecord: 45.8ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:25:57 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:25:57 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:25:57 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:25:57 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:25:57 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:25:57 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:25:57 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:26:04 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (63.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (74.6ms) Completed 200 OK in 292ms (Views: 89.4ms | ActiveRecord: 63.7ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:26:04 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:26:04 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:26:04 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:26:04 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:26:04 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:26:05 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:26:05 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:27:51 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (40.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (66.6ms) Completed 200 OK in 239ms (Views: 84.5ms | ActiveRecord: 40.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:27:52 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:27:52 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:27:52 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:27:52 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:27:52 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:27:52 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:27:52 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:28:13 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (39.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (84.0ms) Completed 200 OK in 262ms (Views: 104.9ms | ActiveRecord: 39.7ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:28:13 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:28:13 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:28:13 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:28:13 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:28:13 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:28:14 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:28:14 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Medium.woff2" for 127.0.0.1 at 2016-10-06 17:28:14 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:28:56 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (30.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (58.3ms) Completed 200 OK in 185ms (Views: 71.5ms | ActiveRecord: 30.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:28:57 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:28:57 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:28:57 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:28:57 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:28:57 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:28:57 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:28:57 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Medium.woff2" for 127.0.0.1 at 2016-10-06 17:28:57 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:29:44 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (34.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (97.4ms) Completed 200 OK in 244ms (Views: 116.1ms | ActiveRecord: 34.7ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:29:45 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:29:45 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:29:45 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:29:45 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:29:45 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:29:45 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:29:45 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:30:23 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) SyntaxError (/home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4: syntax error, unexpected ',', expecting keyword_end): /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4: syntax error, unexpected ',', expecting keyword_end activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.7.1) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.7.1) lib/active_support/dependencies.rb:184:in `const_missing' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:5:in `index' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (19.3ms) Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:30:27 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) SyntaxError (/home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4: syntax error, unexpected ',', expecting keyword_end): /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4: syntax error, unexpected ',', expecting keyword_end activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.7.1) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.7.1) lib/active_support/dependencies.rb:184:in `const_missing' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:5:in `index' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (20.1ms) Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:30:34 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (44.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (72.4ms) Completed 200 OK in 238ms (Views: 94.2ms | ActiveRecord: 44.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:30:34 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:30:34 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:30:34 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:30:34 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:30:34 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:30:34 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:30:34 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Medium.woff2" for 127.0.0.1 at 2016-10-06 17:30:34 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:32:19 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (41.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (80.0ms) Completed 200 OK in 261ms (Views: 104.8ms | ActiveRecord: 41.8ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:32:20 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:32:20 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:32:20 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:32:20 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:32:20 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:32:20 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:32:20 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Medium.woff2" for 127.0.0.1 at 2016-10-06 17:32:20 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:32:21 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (42.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (65.4ms) Completed 200 OK in 208ms (Views: 77.7ms | ActiveRecord: 42.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:32:21 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:32:21 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:32:21 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:32:21 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:32:21 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:32:22 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Medium.woff2" for 127.0.0.1 at 2016-10-06 17:32:22 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:32:22 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:32:29 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (28.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (63.1ms) Completed 200 OK in 214ms (Views: 83.0ms | ActiveRecord: 28.8ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:32:30 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:32:30 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:32:30 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:32:30 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:32:30 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:32:30 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:32:30 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Medium.woff2" for 127.0.0.1 at 2016-10-06 17:32:30 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:35:49 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) SyntaxError (/home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4: syntax error, unexpected '{', expecting keyword_end /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:7: syntax error, unexpected '}', expecting keyword_end /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:21: syntax error, unexpected end-of-input, expecting keyword_end): /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:4: syntax error, unexpected '{', expecting keyword_end /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:7: syntax error, unexpected '}', expecting keyword_end /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:21: syntax error, unexpected end-of-input, expecting keyword_end activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.7.1) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.7.1) lib/active_support/dependencies.rb:184:in `const_missing' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:5:in `index' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (25.2ms) Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:36:02 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (38.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (65.1ms) Completed 200 OK in 218ms (Views: 86.4ms | ActiveRecord: 38.7ms) Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:36:03 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:36:03 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:36:03 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:36:03 -0300 Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:36:03 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:36:03 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Medium.woff2" for 127.0.0.1 at 2016-10-06 17:36:03 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:36:03 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:36:08 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (35.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (61.0ms) Completed 200 OK in 211ms (Views: 77.6ms | ActiveRecord: 35.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:36:08 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:36:08 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:36:08 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:36:08 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:36:08 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:36:08 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:36:09 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Medium.woff2" for 127.0.0.1 at 2016-10-06 17:36:09 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:36:22 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (31.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (428.8ms) Completed 200 OK in 1040ms (Views: 894.3ms | ActiveRecord: 32.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:36:23 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:36:23 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:36:23 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:36:23 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:36:23 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:36:23 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:36:23 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Medium.woff2" for 127.0.0.1 at 2016-10-06 17:36:23 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:36:32 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (30.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (64.1ms) Completed 200 OK in 247ms (Views: 83.2ms | ActiveRecord: 30.7ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:36:32 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:36:32 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:36:32 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:36:32 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:36:32 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:36:32 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:36:32 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Medium.woff2" for 127.0.0.1 at 2016-10-06 17:36:32 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:36:33 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (61.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (65.7ms) Completed 200 OK in 254ms (Views: 77.2ms | ActiveRecord: 61.6ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:36:33 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:36:34 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:36:34 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:36:34 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:36:34 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:36:34 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:36:34 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Medium.woff2" for 127.0.0.1 at 2016-10-06 17:36:34 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:36:46 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (32.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (63.6ms) Completed 200 OK in 203ms (Views: 77.7ms | ActiveRecord: 32.8ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:36:46 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:36:46 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:36:46 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:36:46 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:36:46 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:36:46 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:36:46 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Medium.woff2" for 127.0.0.1 at 2016-10-06 17:36:46 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:40:54 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (52.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (65.3ms) Completed 200 OK in 238ms (Views: 84.1ms | ActiveRecord: 52.5ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:40:54 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:40:54 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:40:54 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:40:54 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:40:54 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:40:55 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Light.woff2" for 127.0.0.1 at 2016-10-06 17:40:55 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:40:55 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:41:16 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (32.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (76.6ms) Completed 200 OK in 242ms (Views: 93.3ms | ActiveRecord: 32.6ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:41:17 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:41:17 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:41:17 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:41:17 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:41:17 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:41:17 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Light.woff2" for 127.0.0.1 at 2016-10-06 17:41:17 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:41:17 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:41:18 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (52.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (85.6ms) Completed 200 OK in 273ms (Views: 103.9ms | ActiveRecord: 52.4ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:41:18 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:41:18 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:41:18 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:41:18 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:41:18 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:41:18 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:41:18 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Light.woff2" for 127.0.0.1 at 2016-10-06 17:41:18 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:42:33 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (52.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (4.0ms) Completed 500 Internal Server Error in 156ms (ActiveRecord: 52.4ms) ActionView::Template::Error (wrong number of arguments (given 0, expected 1)): 17: <% @messages.each do |message| %> 18: 19: <%= message.id %> 20: <%= raw(message.display_content) %> 21: <%= message.display_created_at %> 22: <%= message.show_link %> 23: /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:3:in `display_content' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:20:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2655737363812281537_69880704658520' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:17:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:17:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2655737363812281537_69880704658520' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.4ms) Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:42:44 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (52.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (71.2ms) Completed 200 OK in 274ms (Views: 90.7ms | ActiveRecord: 52.4ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:42:45 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:42:45 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:42:45 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:42:45 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:42:45 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:42:45 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:42:45 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:42:52 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (63.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (71.3ms) Completed 200 OK in 284ms (Views: 89.4ms | ActiveRecord: 63.8ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:42:52 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:42:52 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:42:52 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:42:52 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:42:52 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:42:52 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:42:52 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:42:55 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (43.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (59.1ms) Completed 200 OK in 216ms (Views: 72.2ms | ActiveRecord: 43.8ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:42:56 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:42:56 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:42:56 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:42:56 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:42:56 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:42:56 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:42:56 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:43:17 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (33.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (68.5ms) Completed 200 OK in 215ms (Views: 87.1ms | ActiveRecord: 33.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:43:18 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:43:18 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:43:18 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:43:18 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:43:18 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:43:18 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:43:18 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:43:31 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) SyntaxError (/home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:5: syntax error, unexpected ',', expecting keyword_end): /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:5: syntax error, unexpected ',', expecting keyword_end activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.7.1) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.7.1) lib/active_support/dependencies.rb:184:in `const_missing' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:5:in `index' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (16.2ms) Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:43:36 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (39.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (59.5ms) Completed 200 OK in 213ms (Views: 76.6ms | ActiveRecord: 39.6ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:43:36 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:43:36 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:43:36 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:43:36 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:43:36 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:43:37 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:43:37 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:44:23 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (29.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (88.0ms) Completed 200 OK in 217ms (Views: 102.6ms | ActiveRecord: 29.8ms) Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:44:24 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (41.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (59.0ms) Completed 200 OK in 240ms (Views: 76.0ms | ActiveRecord: 41.4ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:44:25 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:44:25 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:44:25 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:44:25 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:44:25 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:44:25 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:44:25 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:44:55 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (58.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages"
teste: teste

teste

teste: teste

teste

teste: teste

teste

teste: teste

teste

teste: teste

teste

teste: teste

teste

teste: teste

teste

teste: teste

teste

teste: teste

teste

teste: teste

teste

teste: teste

teste

teste: teste

teste

teste: teste

teste

teste: teste

teste

teste: teste

teste

teste: teste

teste

teste: teste

teste

teste: teste

teste

teste: teste

teste

teste: teste

teste

teste: teste

teste

teste: teste

teste

teste: teste

teste

teste: teste

teste

teste: teste

teste

Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (110.8ms) Completed 200 OK in 303ms (Views: 131.0ms | ActiveRecord: 58.7ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:44:56 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:44:56 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:44:56 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:44:56 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:44:56 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:44:56 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:44:56 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:45:27 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (29.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (54.8ms) Completed 200 OK in 208ms (Views: 92.8ms | ActiveRecord: 29.6ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:45:27 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:45:27 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:45:27 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:45:27 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:45:27 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:45:27 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:45:27 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:46:08 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (35.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (59.5ms) Completed 200 OK in 198ms (Views: 74.3ms | ActiveRecord: 35.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:46:08 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:46:08 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:46:08 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:46:08 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:46:08 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:46:09 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:46:09 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:46:16 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (37.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (60.0ms) Completed 200 OK in 209ms (Views: 76.8ms | ActiveRecord: 37.8ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:46:16 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:46:16 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:46:16 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:46:16 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:46:16 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:46:16 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:46:16 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:46:37 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (76.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (1.4ms) Completed 500 Internal Server Error in 178ms (ActiveRecord: 76.7ms) ActionView::Template::Error (wrong number of arguments (given 0, expected 1)): 17: <% @messages.each do |message| %> 18: 19: <%= message.id %> 20: <%= raw(message.display_content) %> 21: <%= message.display_created_at %> 22: <%= message.show_link %> 23: /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:3:in `display_content' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:20:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2655737363812281537_69880704658520' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:17:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:17:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2655737363812281537_69880704658520' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.9ms) Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:46:58 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (35.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (1.3ms) Completed 500 Internal Server Error in 141ms (ActiveRecord: 35.1ms) ActionView::Template::Error (wrong number of arguments (given 0, expected 1)): 18: 19: <%= message.id %> 20: 21: <%= message.display_content %> 22: 23: <%= message.display_created_at %> 24: <%= message.show_link %> /home/matias/jera/projetos/jera-push-gem/app/presenters/jera_push/message_presenter.rb:3:in `display_content' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:21:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2655737363812281537_33717540' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:17:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb:17:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_index_html_erb__2655737363812281537_33717540' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.4ms) Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:47:03 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (36.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (76.6ms) Completed 200 OK in 296ms (Views: 90.9ms | ActiveRecord: 36.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:47:03 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:47:03 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:47:03 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:47:03 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:47:03 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:47:03 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:47:03 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 17:48:25 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (39.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (69.8ms) Completed 200 OK in 241ms (Views: 93.5ms | ActiveRecord: 39.5ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 17:48:25 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 17:48:25 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 17:48:25 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 17:48:25 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 17:48:25 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 17:48:25 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 17:48:25 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:27:57 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (34.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (59.7ms) Completed 200 OK in 202ms (Views: 80.2ms | ActiveRecord: 34.3ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:27:58 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:27:58 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:27:58 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 18:27:58 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:27:58 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:27:58 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:27:58 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:28:11 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (37.9ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (59.5ms) Completed 200 OK in 213ms (Views: 73.4ms | ActiveRecord: 37.9ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:28:11 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:28:11 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:28:11 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 18:28:11 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:28:11 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:28:11 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:28:11 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:28:26 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (31.0ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (73.8ms) Completed 200 OK in 194ms (Views: 85.0ms | ActiveRecord: 31.0ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:28:26 -0300 Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 18:28:26 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:28:26 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:28:26 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:28:26 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:28:26 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:28:26 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:28:33 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (26.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (61.1ms) Completed 200 OK in 225ms (Views: 79.2ms | ActiveRecord: 26.4ms) Started GET "/assets/jera_push/jera_push.self-4a4c63b3b379fe307cf83e414c8ae532911fc0a1f3cb82fac49a7c36a8c5b78a.css?body=1" for 127.0.0.1 at 2016-10-06 18:28:33 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:28:33 -0300 Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:28:33 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:28:33 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:28:33 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:28:33 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:28:33 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:34:50 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (35.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (68.2ms) Completed 200 OK in 246ms (Views: 115.4ms | ActiveRecord: 35.7ms) Started GET "/assets/jera_push/jera_push.self-a688a621693d54cc6ce8f2eb9c8aaffadceff6b105da22a1183083a81f80c88f.css?body=1" for 127.0.0.1 at 2016-10-06 18:34:50 -0300 Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:34:50 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:34:50 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:34:50 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:34:50 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:34:50 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:34:50 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:35:12 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (41.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (57.5ms) Completed 200 OK in 227ms (Views: 91.8ms | ActiveRecord: 41.3ms) Started GET "/assets/jera_push/jera_push.self-602c25b39a34c0bc2d57b0c44a54bb272e8ef7e48dafe57fcb9ade45731aa017.css?body=1" for 127.0.0.1 at 2016-10-06 18:35:12 -0300 Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:35:12 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:35:12 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:35:12 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:35:12 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:35:13 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:35:13 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:36:07 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (28.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (65.7ms) Completed 200 OK in 221ms (Views: 85.6ms | ActiveRecord: 28.3ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:36:07 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:36:07 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:36:07 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:36:07 -0300 Started GET "/assets/jera_push/jera_push.self-602c25b39a34c0bc2d57b0c44a54bb272e8ef7e48dafe57fcb9ade45731aa017.css?body=1" for 127.0.0.1 at 2016-10-06 18:36:07 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:36:08 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:36:08 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:36:19 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (34.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (91.2ms) Completed 200 OK in 237ms (Views: 110.8ms | ActiveRecord: 34.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:36:19 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:36:20 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:36:20 -0300 Started GET "/assets/jera_push/jera_push.self-602c25b39a34c0bc2d57b0c44a54bb272e8ef7e48dafe57fcb9ade45731aa017.css?body=1" for 127.0.0.1 at 2016-10-06 18:36:20 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:36:20 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:36:20 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:36:20 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:36:21 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (64.9ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (63.7ms) Completed 200 OK in 252ms (Views: 75.7ms | ActiveRecord: 64.9ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:36:22 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:36:22 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:36:22 -0300 Started GET "/assets/jera_push/jera_push.self-602c25b39a34c0bc2d57b0c44a54bb272e8ef7e48dafe57fcb9ade45731aa017.css?body=1" for 127.0.0.1 at 2016-10-06 18:36:22 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:36:22 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:36:22 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:36:22 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:36:35 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (47.0ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (60.7ms) Completed 200 OK in 217ms (Views: 75.5ms | ActiveRecord: 47.0ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:36:35 -0300 Started GET "/assets/jera_push/jera_push.self-602c25b39a34c0bc2d57b0c44a54bb272e8ef7e48dafe57fcb9ade45731aa017.css?body=1" for 127.0.0.1 at 2016-10-06 18:36:35 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:36:35 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:36:35 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:36:35 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:36:36 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:36:36 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:36:47 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (32.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (79.6ms) Completed 200 OK in 221ms (Views: 93.2ms | ActiveRecord: 32.3ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:36:47 -0300 Started GET "/assets/jera_push/jera_push.self-602c25b39a34c0bc2d57b0c44a54bb272e8ef7e48dafe57fcb9ade45731aa017.css?body=1" for 127.0.0.1 at 2016-10-06 18:36:47 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:36:47 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:36:47 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:36:47 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:36:47 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:36:47 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:36:56 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (42.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (72.6ms) Completed 200 OK in 286ms (Views: 88.8ms | ActiveRecord: 42.6ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:36:57 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:36:57 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:36:57 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:36:57 -0300 Started GET "/assets/jera_push/jera_push.self-602c25b39a34c0bc2d57b0c44a54bb272e8ef7e48dafe57fcb9ade45731aa017.css?body=1" for 127.0.0.1 at 2016-10-06 18:36:57 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:36:57 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:36:57 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:37:14 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (84.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (74.1ms) Completed 200 OK in 298ms (Views: 91.9ms | ActiveRecord: 84.4ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:37:14 -0300 Started GET "/assets/jera_push/jera_push.self-602c25b39a34c0bc2d57b0c44a54bb272e8ef7e48dafe57fcb9ade45731aa017.css?body=1" for 127.0.0.1 at 2016-10-06 18:37:15 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:37:15 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:37:15 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:37:15 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:37:15 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:37:15 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:38:56 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (43.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (80.1ms) Completed 200 OK in 285ms (Views: 119.7ms | ActiveRecord: 43.7ms) Started GET "/assets/jera_push/jera_push.self-75e1d53976ca1102783344c8c172cbd8580c3dea018d87900a49c6ad76486648.css?body=1" for 127.0.0.1 at 2016-10-06 18:38:56 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:38:56 -0300 Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:38:56 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:38:56 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:38:56 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:38:57 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:38:57 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:39:30 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (40.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (62.6ms) Completed 200 OK in 256ms (Views: 104.1ms | ActiveRecord: 40.6ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:39:31 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:39:31 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:39:31 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:39:31 -0300 Started GET "/assets/jera_push/jera_push.self-84cee25973e7e2d5cb18ad7ad3522e6c944911224a84da52e5f41be21bb6cdd4.css?body=1" for 127.0.0.1 at 2016-10-06 18:39:31 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:39:31 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:39:31 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:39:42 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (32.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (69.4ms) Completed 200 OK in 190ms (Views: 81.2ms | ActiveRecord: 32.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:39:42 -0300 Started GET "/assets/jera_push/jera_push.self-84cee25973e7e2d5cb18ad7ad3522e6c944911224a84da52e5f41be21bb6cdd4.css?body=1" for 127.0.0.1 at 2016-10-06 18:39:42 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:39:42 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:39:42 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:39:42 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:39:42 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:39:42 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:39:48 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (29.0ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (58.3ms) Completed 200 OK in 171ms (Views: 68.8ms | ActiveRecord: 29.0ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:39:49 -0300 Started GET "/assets/jera_push/jera_push.self-84cee25973e7e2d5cb18ad7ad3522e6c944911224a84da52e5f41be21bb6cdd4.css?body=1" for 127.0.0.1 at 2016-10-06 18:39:49 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:39:49 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:39:49 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:39:49 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:39:49 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:39:49 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:42:03 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (55.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (55.7ms) Completed 200 OK in 251ms (Views: 75.6ms | ActiveRecord: 55.6ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:42:04 -0300 Started GET "/assets/jera_push/jera_push.self-84cee25973e7e2d5cb18ad7ad3522e6c944911224a84da52e5f41be21bb6cdd4.css?body=1" for 127.0.0.1 at 2016-10-06 18:42:04 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:42:04 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:42:04 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:42:04 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:42:04 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:42:04 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:42:24 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (33.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (73.4ms) Completed 200 OK in 212ms (Views: 91.6ms | ActiveRecord: 33.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:42:24 -0300 Started GET "/assets/jera_push/jera_push.self-84cee25973e7e2d5cb18ad7ad3522e6c944911224a84da52e5f41be21bb6cdd4.css?body=1" for 127.0.0.1 at 2016-10-06 18:42:24 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:42:24 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:42:24 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:42:24 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:42:24 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:42:24 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:42:34 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (38.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (581.9ms) Completed 200 OK in 1218ms (Views: 1037.6ms | ActiveRecord: 38.6ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:42:35 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:42:35 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:42:35 -0300 Started GET "/assets/jera_push/jera_push.self-84cee25973e7e2d5cb18ad7ad3522e6c944911224a84da52e5f41be21bb6cdd4.css?body=1" for 127.0.0.1 at 2016-10-06 18:42:35 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:42:35 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:42:35 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:42:35 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:42:38 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (31.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (101.7ms) Completed 200 OK in 240ms (Views: 118.5ms | ActiveRecord: 31.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:42:39 -0300 Started GET "/assets/jera_push/jera_push.self-84cee25973e7e2d5cb18ad7ad3522e6c944911224a84da52e5f41be21bb6cdd4.css?body=1" for 127.0.0.1 at 2016-10-06 18:42:39 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:42:39 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:42:39 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:42:39 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:42:39 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:42:39 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:43:25 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (39.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (83.8ms) Completed 200 OK in 310ms (Views: 101.1ms | ActiveRecord: 39.4ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:43:25 -0300 Started GET "/assets/jera_push/jera_push.self-84cee25973e7e2d5cb18ad7ad3522e6c944911224a84da52e5f41be21bb6cdd4.css?body=1" for 127.0.0.1 at 2016-10-06 18:43:25 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:43:25 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:43:25 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:43:25 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:43:25 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:43:25 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:43:26 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (34.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (61.7ms) Completed 200 OK in 216ms (Views: 79.0ms | ActiveRecord: 34.7ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:43:26 -0300 Started GET "/assets/jera_push/jera_push.self-84cee25973e7e2d5cb18ad7ad3522e6c944911224a84da52e5f41be21bb6cdd4.css?body=1" for 127.0.0.1 at 2016-10-06 18:43:26 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:43:26 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:43:26 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:43:26 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:43:26 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:43:26 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:43:33 -0300 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (31.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (405.2ms) Completed 200 OK in 914ms (Views: 768.2ms | ActiveRecord: 32.0ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:43:34 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:43:34 -0300 Started GET "/assets/jera_push/jera_push.self-84cee25973e7e2d5cb18ad7ad3522e6c944911224a84da52e5f41be21bb6cdd4.css?body=1" for 127.0.0.1 at 2016-10-06 18:43:34 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:43:34 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:43:34 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:43:34 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:43:34 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:43:34 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (28.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (65.9ms) Completed 200 OK in 194ms (Views: 78.5ms | ActiveRecord: 28.5ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:43:35 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:43:35 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:43:35 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:43:35 -0300 Started GET "/assets/jera_push/jera_push.self-84cee25973e7e2d5cb18ad7ad3522e6c944911224a84da52e5f41be21bb6cdd4.css?body=1" for 127.0.0.1 at 2016-10-06 18:43:35 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:43:35 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:43:35 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:43:56 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (85.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (81.7ms) Completed 200 OK in 334ms (Views: 102.1ms | ActiveRecord: 85.6ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:43:56 -0300 Started GET "/assets/jera_push/jera_push.self-84cee25973e7e2d5cb18ad7ad3522e6c944911224a84da52e5f41be21bb6cdd4.css?body=1" for 127.0.0.1 at 2016-10-06 18:43:56 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:43:56 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:43:56 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:43:56 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:43:56 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:43:56 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:43:57 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (48.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (61.0ms) Completed 200 OK in 251ms (Views: 73.0ms | ActiveRecord: 48.3ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:43:58 -0300 Started GET "/assets/jera_push/jera_push.self-84cee25973e7e2d5cb18ad7ad3522e6c944911224a84da52e5f41be21bb6cdd4.css?body=1" for 127.0.0.1 at 2016-10-06 18:43:58 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:43:58 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:43:58 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:43:58 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:43:58 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:43:58 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:44:02 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (30.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (407.9ms) Completed 200 OK in 908ms (Views: 761.0ms | ActiveRecord: 31.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:44:03 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:44:03 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:44:03 -0300 Started GET "/assets/jera_push/jera_push.self-84cee25973e7e2d5cb18ad7ad3522e6c944911224a84da52e5f41be21bb6cdd4.css?body=1" for 127.0.0.1 at 2016-10-06 18:44:03 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:44:03 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:44:04 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:44:04 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:44:04 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (30.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (69.0ms) Completed 200 OK in 205ms (Views: 85.9ms | ActiveRecord: 30.5ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:44:04 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:44:04 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:44:04 -0300 Started GET "/assets/jera_push/jera_push.self-84cee25973e7e2d5cb18ad7ad3522e6c944911224a84da52e5f41be21bb6cdd4.css?body=1" for 127.0.0.1 at 2016-10-06 18:44:04 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:44:04 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:44:05 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:44:05 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:44:05 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (61.0ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (72.8ms) Completed 200 OK in 283ms (Views: 93.0ms | ActiveRecord: 61.0ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:44:05 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:44:05 -0300 Started GET "/assets/jera_push/jera_push.self-84cee25973e7e2d5cb18ad7ad3522e6c944911224a84da52e5f41be21bb6cdd4.css?body=1" for 127.0.0.1 at 2016-10-06 18:44:05 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:44:05 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:44:05 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:44:05 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (59.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (62.1ms) Completed 200 OK in 268ms (Views: 73.9ms | ActiveRecord: 59.6ms) Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:44:06 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:44:06 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:44:06 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:45:25 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (34.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (415.7ms) Completed 200 OK in 916ms (Views: 760.0ms | ActiveRecord: 34.4ms) Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:45:26 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:45:26 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:45:26 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:45:37 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (28.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (61.3ms) Completed 200 OK in 192ms (Views: 74.1ms | ActiveRecord: 28.8ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:45:37 -0300 Started GET "/assets/jera_push/jera_push.self-84cee25973e7e2d5cb18ad7ad3522e6c944911224a84da52e5f41be21bb6cdd4.css?body=1" for 127.0.0.1 at 2016-10-06 18:45:37 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:45:37 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:45:37 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:45:37 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:45:37 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:45:37 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:45:45 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (47.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (73.1ms) Completed 200 OK in 275ms (Views: 96.9ms | ActiveRecord: 47.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:45:46 -0300 Started GET "/assets/jera_push/jera_push.self-84cee25973e7e2d5cb18ad7ad3522e6c944911224a84da52e5f41be21bb6cdd4.css?body=1" for 127.0.0.1 at 2016-10-06 18:45:46 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:45:46 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:45:46 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:45:46 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:45:46 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:45:46 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 18:45:55 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (44.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (96.2ms) Completed 200 OK in 276ms (Views: 110.7ms | ActiveRecord: 44.8ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:45:55 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:45:55 -0300 Started GET "/assets/jera_push/jera_push.self-84cee25973e7e2d5cb18ad7ad3522e6c944911224a84da52e5f41be21bb6cdd4.css?body=1" for 127.0.0.1 at 2016-10-06 18:45:55 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:45:55 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:45:55 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:45:55 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:45:55 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 18:46:03 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] JeraPush::Device Load (0.2ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (48.4ms) Completed 200 OK in 76ms (Views: 63.6ms | ActiveRecord: 0.7ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:46:03 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 18:47:03 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 18:47:15 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] JeraPush::Device Load (0.1ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (1.8ms) Completed 200 OK in 20ms (Views: 19.5ms | ActiveRecord: 0.2ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:47:16 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 18:47:50 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] JeraPush::Device Load (0.2ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (2.5ms) Completed 200 OK in 30ms (Views: 26.4ms | ActiveRecord: 0.9ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 18:47:50 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 18:47:51 -0300 Started GET "/assets/jera_push/jera_push.self-84cee25973e7e2d5cb18ad7ad3522e6c944911224a84da52e5f41be21bb6cdd4.css?body=1" for 127.0.0.1 at 2016-10-06 18:47:51 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 18:47:51 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 18:47:51 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 18:47:51 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 19:47:44 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (414.6ms) Completed 200 OK in 828ms (Views: 813.5ms | ActiveRecord: 0.7ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 19:47:45 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 19:47:45 -0300 Started GET "/assets/jera_push/jera_push.self-84cee25973e7e2d5cb18ad7ad3522e6c944911224a84da52e5f41be21bb6cdd4.css?body=1" for 127.0.0.1 at 2016-10-06 19:47:45 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 19:47:45 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 19:47:45 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 19:47:45 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 19:47:48 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 19:48:04 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (109.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (82.4ms) Completed 200 OK in 371ms (Views: 124.6ms | ActiveRecord: 109.3ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 19:48:05 -0300 Started GET "/assets/jera_push/jera_push.self-6632aa4cc9e5ecf2c08f6f5a74ea82f169537f555aa545eaf570e80ce06bca9a.css?body=1" for 127.0.0.1 at 2016-10-06 19:48:05 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 19:48:05 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 19:48:05 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 19:48:05 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 19:48:05 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 19:48:05 -0300 Started GET "/jera_push/admin/messages?page=1" for 127.0.0.1 at 2016-10-06 19:48:42 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"page"=>"1"} JeraPush::Message Load (30.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (68.1ms) Completed 200 OK in 225ms (Views: 103.3ms | ActiveRecord: 30.7ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 19:48:42 -0300 Started GET "/assets/jera_push/jera_push.self-f8aaec3d9152de9f4b07fc7a91b31ff1cc1eb08b127481f9f6bf3b11d297c792.css?body=1" for 127.0.0.1 at 2016-10-06 19:48:42 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 19:48:42 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 19:48:42 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 19:48:42 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 19:48:42 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 19:48:42 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 19:49:09 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.2ms) Completed 200 OK in 24ms (Views: 23.1ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 19:49:09 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 19:53:47 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.1ms) Completed 500 Internal Server Error in 33ms (ActiveRecord: 0.5ms) ActionView::Template::Error (Missing partial jera_push/admin/messages/_navbar, jera_push/admin/admin/_navbar, jera_push/jera_push/_navbar, application/_navbar with {:locale=>[:"pt-BR"], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/matias/jera/projetos/jera-push-gem/test/dummy/app/views" * "/home/matias/jera/projetos/jera-push-gem/app/views" * "/home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/kaminari-0.17.0/app/views" ): 13: 14: 15: 16: <%= render partial: 'navbar' %> 17: 18:
19: <%= yield %> actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:51:in `render_partial' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:25:in `render' actionview (4.2.7.1) lib/action_view/helpers/rendering_helper.rb:32:in `render' /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/jera_push.html.erb:16:in `__home_matias_jera_projetos_jera_push_gem_app_views_layouts_jera_push_jera_push_html_erb___1923448799621926263_70168190822560' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.7ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 19:54:18 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.2ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.4ms) Completed 200 OK in 23ms (Views: 22.2ms | ActiveRecord: 0.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 19:54:18 -0300 Started GET "/assets/jera_push/jera_push.self-f8aaec3d9152de9f4b07fc7a91b31ff1cc1eb08b127481f9f6bf3b11d297c792.css?body=1" for 127.0.0.1 at 2016-10-06 19:54:18 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 19:54:18 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 19:54:18 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 19:54:18 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 19:54:18 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 19:57:02 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.2ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (1.1ms) Completed 200 OK in 32ms (Views: 31.0ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 19:57:03 -0300 Started GET "/assets/jera_push/jera_push.self-f8aaec3d9152de9f4b07fc7a91b31ff1cc1eb08b127481f9f6bf3b11d297c792.css?body=1" for 127.0.0.1 at 2016-10-06 19:57:03 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 19:57:03 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 19:57:03 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 19:57:03 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 19:57:03 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 19:57:29 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (333.2ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.4ms) Completed 200 OK in 351ms (Views: 348.1ms | ActiveRecord: 0.7ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 19:57:30 -0300 Started GET "/assets/jera_push/jera_push.self-f8aaec3d9152de9f4b07fc7a91b31ff1cc1eb08b127481f9f6bf3b11d297c792.css?body=1" for 127.0.0.1 at 2016-10-06 19:57:30 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 19:57:30 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 19:57:30 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 19:57:30 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 19:57:30 -0300 Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-06 19:57:33 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (64.9ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (90.9ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.2ms) Completed 200 OK in 258ms (Views: 105.5ms | ActiveRecord: 64.9ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 19:57:33 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 19:57:33 -0300 Started GET "/jera_push/admin/devices" for 127.0.0.1 at 2016-10-06 19:57:42 -0300 Processing by JeraPush::Admin::DevicesController#index as HTML JeraPush::Device Load (0.5ms) SELECT "jera_push_devices".* FROM "jera_push_devices" LIMIT 25 OFFSET 0 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 5]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 8]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 9]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 10]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 11]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 12]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/devices/index.html.erb within layouts/jera_push/jera_push (45.7ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.4ms) Completed 200 OK in 81ms (Views: 59.9ms | ActiveRecord: 2.6ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 19:57:42 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 19:57:42 -0300 Started GET "/jera_push/admin/devices" for 127.0.0.1 at 2016-10-06 19:58:04 -0300 Processing by JeraPush::Admin::DevicesController#index as HTML JeraPush::Device Load (0.3ms) SELECT "jera_push_devices".* FROM "jera_push_devices" LIMIT 25 OFFSET 0 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 5]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 8]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 9]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 10]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 11]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 12]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/devices/index.html.erb within layouts/jera_push/jera_push (24.3ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.2ms) Completed 200 OK in 36ms (Views: 34.8ms | ActiveRecord: 1.3ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 19:58:04 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 19:58:04 -0300 Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-06 19:58:05 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (32.0ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (61.3ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 195ms (Views: 75.4ms | ActiveRecord: 32.0ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 19:58:05 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 19:58:05 -0300 Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-06 20:02:40 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (32.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (82.7ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.7ms) Completed 200 OK in 228ms (Views: 102.3ms | ActiveRecord: 32.4ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 20:02:40 -0300 Started GET "/assets/jera_push/jera_push.self-f8aaec3d9152de9f4b07fc7a91b31ff1cc1eb08b127481f9f6bf3b11d297c792.css?body=1" for 127.0.0.1 at 2016-10-06 20:02:40 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 20:02:40 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 20:02:41 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 20:02:41 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 20:02:41 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:02:41 -0300 Started GET "/jera_push/admin/devices" for 127.0.0.1 at 2016-10-06 20:02:42 -0300 Processing by JeraPush::Admin::DevicesController#index as HTML JeraPush::Device Load (0.6ms) SELECT "jera_push_devices".* FROM "jera_push_devices" LIMIT 25 OFFSET 0 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 5]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 8]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 9]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 10]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 11]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 12]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 13]]  (0.3ms) SELECT COUNT(*) FROM "jera_push_devices" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/devices/index.html.erb within layouts/jera_push/jera_push (29.2ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 43ms (Views: 40.6ms | ActiveRecord: 2.0ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:02:42 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 20:02:42 -0300 Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-06 20:02:43 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (31.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (85.8ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.5ms) Completed 200 OK in 276ms (Views: 118.7ms | ActiveRecord: 31.7ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:02:44 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 20:02:44 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 20:03:09 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.1ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 20ms (Views: 19.1ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:03:09 -0300 Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-06 20:03:10 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (41.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (98.0ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.5ms) Completed 200 OK in 293ms (Views: 119.3ms | ActiveRecord: 41.1ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:03:11 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 20:03:11 -0300 Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-06 20:06:06 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (49.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (84.7ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.8ms) Completed 200 OK in 288ms (Views: 104.4ms | ActiveRecord: 49.3ms) Started GET "/assets/jera_push/jera_push.self-f8aaec3d9152de9f4b07fc7a91b31ff1cc1eb08b127481f9f6bf3b11d297c792.css?body=1" for 127.0.0.1 at 2016-10-06 20:06:07 -0300 Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 20:06:07 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 20:06:07 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 20:06:07 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 20:06:07 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:06:07 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 20:06:07 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 20:06:08 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.1ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.7ms) Completed 200 OK in 30ms (Views: 28.3ms | ActiveRecord: 0.2ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:06:09 -0300 Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-06 20:06:10 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (44.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (76.4ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 227ms (Views: 90.5ms | ActiveRecord: 44.6ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:06:10 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 20:06:10 -0300 Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-06 20:06:14 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (55.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (75.7ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.9ms) Completed 200 OK in 252ms (Views: 89.2ms | ActiveRecord: 55.8ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 20:06:15 -0300 Started GET "/assets/jera_push/jera_push.self-f8aaec3d9152de9f4b07fc7a91b31ff1cc1eb08b127481f9f6bf3b11d297c792.css?body=1" for 127.0.0.1 at 2016-10-06 20:06:15 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 20:06:15 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 20:06:15 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 20:06:15 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:06:15 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 20:06:15 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 20:06:26 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.2ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:06:26 -0300 Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-06 20:06:28 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (30.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (64.2ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 191ms (Views: 77.6ms | ActiveRecord: 30.6ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:06:28 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 20:06:28 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 20:06:29 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.1ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.4ms) Completed 200 OK in 20ms (Views: 19.1ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:06:29 -0300 Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-06 20:06:31 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (50.0ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (94.7ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 289ms (Views: 117.3ms | ActiveRecord: 50.0ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:06:31 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 20:06:32 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 20:07:53 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.1ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.4ms) Completed 200 OK in 23ms (Views: 21.7ms | ActiveRecord: 0.2ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:07:54 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 20:10:31 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (1.2ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.5ms) Completed 200 OK in 37ms (Views: 35.9ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 20:10:31 -0300 Started GET "/assets/jera_push/jera_push.self-f8aaec3d9152de9f4b07fc7a91b31ff1cc1eb08b127481f9f6bf3b11d297c792.css?body=1" for 127.0.0.1 at 2016-10-06 20:10:31 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 20:10:31 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 20:10:31 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 20:10:31 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:10:31 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 20:11:33 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (25.4ms) Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `display_content' for # Did you mean? display_created_at): 1:

<%= t('jera_push.active_record.model.message.one') %>

2: 3:

<%= t('jera_push.active_record.messages.attributes.content') %>

4:
<%= @message.display_content %>
/home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/delegate.rb:87:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:4:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__3358927511057148226_70168267259660' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.8ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 20:11:43 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.3ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 23ms (Views: 20.6ms | ActiveRecord: 0.4ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 20:11:43 -0300 Started GET "/assets/jera_push/jera_push.self-f8aaec3d9152de9f4b07fc7a91b31ff1cc1eb08b127481f9f6bf3b11d297c792.css?body=1" for 127.0.0.1 at 2016-10-06 20:11:43 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 20:11:43 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 20:11:43 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 20:11:43 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:11:44 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 20:15:29 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.7ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 20ms (Views: 18.5ms | ActiveRecord: 0.4ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 20:15:29 -0300 Started GET "/assets/jera_push/jera_push.self-f8aaec3d9152de9f4b07fc7a91b31ff1cc1eb08b127481f9f6bf3b11d297c792.css?body=1" for 127.0.0.1 at 2016-10-06 20:15:29 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 20:15:29 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 20:15:29 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 20:15:29 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:15:29 -0300 JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" ORDER BY "jera_push_messages"."id" DESC LIMIT 1 JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" ORDER BY "jera_push_messages"."id" DESC LIMIT 1 JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" ORDER BY "jera_push_messages"."id" DESC LIMIT 1 JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" ORDER BY "jera_push_messages"."id" DESC LIMIT 1 JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" ORDER BY "jera_push_messages"."id" DESC LIMIT 1 JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" ORDER BY "jera_push_messages"."id" DESC LIMIT 1 JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" ORDER BY "jera_push_messages"."id" DESC LIMIT 1 Started GET "/jera_push/admin/devices" for 127.0.0.1 at 2016-10-06 20:17:06 -0300 Processing by JeraPush::Admin::DevicesController#index as HTML JeraPush::Device Load (0.3ms) SELECT "jera_push_devices".* FROM "jera_push_devices" LIMIT 25 OFFSET 0 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 5]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 8]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 9]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 10]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 11]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 12]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 13]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_devices" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/devices/index.html.erb within layouts/jera_push/jera_push (31.6ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.5ms) Completed 200 OK in 69ms (Views: 67.0ms | ActiveRecord: 1.8ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:17:06 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 20:17:06 -0300 Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-06 20:17:13 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (34.9ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (91.3ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.4ms) Completed 200 OK in 228ms (Views: 108.4ms | ActiveRecord: 34.9ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:17:13 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 20:17:13 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 20:17:15 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.4ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 20ms (Views: 19.0ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:17:15 -0300 Started GET "/jera_push/admin/devices" for 127.0.0.1 at 2016-10-06 20:17:28 -0300 Processing by JeraPush::Admin::DevicesController#index as HTML JeraPush::Device Load (0.2ms) SELECT "jera_push_devices".* FROM "jera_push_devices" LIMIT 25 OFFSET 0 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 5]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 8]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 9]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 10]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 11]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 12]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/devices/index.html.erb within layouts/jera_push/jera_push (23.2ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 41ms (Views: 39.4ms | ActiveRecord: 1.3ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:17:29 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 20:17:29 -0300 Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-06 20:17:30 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (59.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (92.4ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.6ms) Completed 200 OK in 301ms (Views: 110.0ms | ActiveRecord: 59.1ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:17:30 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 20:17:30 -0300 JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" ORDER BY "jera_push_messages"."id" DESC LIMIT 1 JeraPush::Message Load (0.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" ORDER BY "jera_push_messages"."id" DESC LIMIT 1 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 20:19:47 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" ORDER BY "jera_push_messages"."id" DESC LIMIT 1 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (1.6ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.7ms) Completed 200 OK in 37ms (Views: 33.2ms | ActiveRecord: 1.0ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:19:47 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 20:21:25 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.5ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.5ms) Completed 200 OK in 67ms (Views: 62.1ms | ActiveRecord: 0.6ms) Started GET "/assets/jera_push/jera_push.self-ae5108d782e5a95733bc51b4a37362ddecbf94d9fe4b2e8242addb7738933942.css?body=1" for 127.0.0.1 at 2016-10-06 20:21:25 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 20:21:25 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 20:21:25 -0300 Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 20:21:25 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 20:21:25 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:21:25 -0300 Started GET "/jera_push/admin/devices" for 127.0.0.1 at 2016-10-06 20:21:27 -0300 Processing by JeraPush::Admin::DevicesController#index as HTML JeraPush::Device Load (0.6ms) SELECT "jera_push_devices".* FROM "jera_push_devices" LIMIT 25 OFFSET 0 User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 5]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 8]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 9]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 10]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 11]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 12]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 13]]  (0.3ms) SELECT COUNT(*) FROM "jera_push_devices" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/devices/index.html.erb within layouts/jera_push/jera_push (41.5ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.4ms) Completed 200 OK in 64ms (Views: 60.9ms | ActiveRecord: 2.9ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:21:27 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 20:21:27 -0300 Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-06 20:21:29 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (36.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (86.1ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.4ms) Completed 200 OK in 234ms (Views: 103.6ms | ActiveRecord: 36.4ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:21:30 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 20:21:30 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 20:21:48 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (1.6ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (1.5ms) Completed 200 OK in 28ms (Views: 26.9ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:21:48 -0300 Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-06 20:21:51 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (30.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (95.6ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 309ms (Views: 146.8ms | ActiveRecord: 30.6ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:21:52 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 20:21:52 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 20:21:55 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.5ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 21ms (Views: 19.7ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:21:55 -0300 Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-06 20:22:05 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (28.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (79.8ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 211ms (Views: 97.5ms | ActiveRecord: 28.3ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:22:06 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 20:22:06 -0300 Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-06 20:22:54 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (30.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (388.9ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 523ms (Views: 403.7ms | ActiveRecord: 30.3ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-06 20:22:54 -0300 Started GET "/assets/jera_push/jera_push.self-ae5108d782e5a95733bc51b4a37362ddecbf94d9fe4b2e8242addb7738933942.css?body=1" for 127.0.0.1 at 2016-10-06 20:22:54 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 20:22:54 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 20:22:54 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 20:22:54 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:22:55 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 20:22:55 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 20:22:58 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.2ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.6ms) Completed 200 OK in 19ms (Views: 17.6ms | ActiveRecord: 0.3ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:22:58 -0300 Started GET "/jera_push/admin/devices" for 127.0.0.1 at 2016-10-06 20:23:20 -0300 Processing by JeraPush::Admin::DevicesController#index as HTML JeraPush::Device Load (0.2ms) SELECT "jera_push_devices".* FROM "jera_push_devices" LIMIT 25 OFFSET 0 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 5]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 8]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 9]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 10]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 11]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 12]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/devices/index.html.erb within layouts/jera_push/jera_push (26.6ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 41ms (Views: 38.6ms | ActiveRecord: 1.8ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:23:20 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 20:23:20 -0300 Started GET "/jera_push/admin/devices" for 127.0.0.1 at 2016-10-06 20:27:37 -0300 Processing by JeraPush::Admin::DevicesController#index as HTML JeraPush::Device Load (0.2ms) SELECT "jera_push_devices".* FROM "jera_push_devices" LIMIT 25 OFFSET 0 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 5]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]] CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 8]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 9]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 10]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 11]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 12]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/devices/index.html.erb within layouts/jera_push/jera_push (34.5ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.4ms) Completed 200 OK in 904ms (Views: 901.6ms | ActiveRecord: 1.8ms) Started GET "/assets/jera_push/materialize/materialize.self-add84a7d5e7d023026ff41e7029bc284e609143ca2edc380b517d02ef2d7bb89.css?body=1" for 127.0.0.1 at 2016-10-06 20:27:38 -0300 Started GET "/assets/jera_push/jera_push.self-ae5108d782e5a95733bc51b4a37362ddecbf94d9fe4b2e8242addb7738933942.css?body=1" for 127.0.0.1 at 2016-10-06 20:27:38 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 20:27:38 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 20:27:38 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 20:27:38 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:27:38 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 20:27:38 -0300 Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-06 20:27:39 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (115.9ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (57.9ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 325ms (Views: 69.0ms | ActiveRecord: 115.9ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:27:40 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-06 20:27:40 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 20:27:48 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.3ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 22ms (Views: 21.9ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:27:49 -0300 JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" ORDER BY "jera_push_messages"."id" DESC LIMIT 1 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 20:29:30 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.7ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 17ms (Views: 16.5ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/jera_push.self-ae5108d782e5a95733bc51b4a37362ddecbf94d9fe4b2e8242addb7738933942.css?body=1" for 127.0.0.1 at 2016-10-06 20:29:31 -0300 Started GET "/assets/jera_push/materialize/materialize.self-add84a7d5e7d023026ff41e7029bc284e609143ca2edc380b517d02ef2d7bb89.css?body=1" for 127.0.0.1 at 2016-10-06 20:29:31 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 20:29:31 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 20:29:31 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 20:29:31 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:29:31 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 20:30:04 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.9ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/materialize/materialize.self-add84a7d5e7d023026ff41e7029bc284e609143ca2edc380b517d02ef2d7bb89.css?body=1" for 127.0.0.1 at 2016-10-06 20:30:04 -0300 Started GET "/assets/jera_push/jera_push.self-ae5108d782e5a95733bc51b4a37362ddecbf94d9fe4b2e8242addb7738933942.css?body=1" for 127.0.0.1 at 2016-10-06 20:30:04 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 20:30:04 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 20:30:04 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 20:30:04 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:30:04 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 20:37:32 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (1.0ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (3.9ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 1.0ms) SyntaxError (/home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:17: syntax error, unexpected keyword_ensure, expecting end-of-input): /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:17: syntax error, unexpected keyword_ensure, expecting end-of-input actionview (4.2.7.1) lib/action_view/template.rb:296:in `module_eval' actionview (4.2.7.1) lib/action_view/template.rb:296:in `compile' actionview (4.2.7.1) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.7.1) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.7.1) lib/action_view/template.rb:232:in `compile!' actionview (4.2.7.1) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (23.7ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-06 20:37:59 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] JeraPush::Device Exists (0.4ms) SELECT 1 AS one FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? LIMIT 1 [["message_id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (33.2ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.4ms) Completed 200 OK in 59ms (Views: 58.1ms | ActiveRecord: 0.7ms) Started GET "/assets/jera_push/materialize/materialize.self-add84a7d5e7d023026ff41e7029bc284e609143ca2edc380b517d02ef2d7bb89.css?body=1" for 127.0.0.1 at 2016-10-06 20:37:59 -0300 Started GET "/assets/jera_push/jera_push.self-ae5108d782e5a95733bc51b4a37362ddecbf94d9fe4b2e8242addb7738933942.css?body=1" for 127.0.0.1 at 2016-10-06 20:37:59 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-06 20:37:59 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-06 20:37:59 -0300 Started GET "/assets/jera_push/jera_push.self-266d1a04f3843615c598d327a0181428e6613c37765b11304b2086b8fb283365.js?body=1" for 127.0.0.1 at 2016-10-06 20:37:59 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-06 20:38:00 -0300 JeraPush::Message Load (0.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" ORDER BY "jera_push_messages"."id" DESC LIMIT 1 JeraPush::Device Load (8.9ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 10000]] JeraPush::Message Load (36.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" JeraPush::Device Load (0.1ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 3337]] JeraPush::Message Load (46.0ms) SELECT "jera_push_messages".* FROM "jera_push_messages" JeraPush::Device Load (0.1ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 6523]] JeraPush::Message Load (24.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" JeraPush::Device Load (0.1ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 4707]] JeraPush::Message Load (35.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" JeraPush::Device Load (0.1ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 4956]] JeraPush::Message Load (36.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" JeraPush::Device Load (0.1ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 5014]] JeraPush::Message Load (30.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" JeraPush::Device Load (0.1ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 6380]] JeraPush::Message Load (40.0ms) SELECT "jera_push_messages".* FROM "jera_push_messages" JeraPush::Device Load (0.1ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 4360]] JeraPush::Message Load (29.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" JeraPush::Device Load (0.1ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 1585]] JeraPush::Message Load (38.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" JeraPush::Device Load (0.1ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 6698]] JeraPush::Message Load (26.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" JeraPush::Device Load (0.1ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 1950]] JeraPush::Message Load (37.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" JeraPush::Device Load (0.1ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 1727]] JeraPush::Message Load (27.0ms) SELECT "jera_push_messages".* FROM "jera_push_messages" JeraPush::Device Load (0.1ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 2526]] JeraPush::Message Load (34.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" JeraPush::Device Load (0.1ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 7850]] JeraPush::Message Load (25.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" JeraPush::Device Load (0.1ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 5072]] JeraPush::Message Load (2.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 0 JeraPush::Message Load (0.9ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 25 OFFSET 0 JeraPush::Message Load (2.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 160 OFFSET 0 JeraPush::Message Load (1.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 160 OFFSET 160 JeraPush::Message Load (1.9ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 160 OFFSET 320 JeraPush::Message Load (1.0ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 160 OFFSET 480 JeraPush::Message Load (7.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" LIMIT 160 OFFSET 17440 Started GET "/admin" for 127.0.0.1 at 2016-10-07 10:43:13 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (35.7ms) Started GET "/jera_push/admin/" for 127.0.0.1 at 2016-10-07 10:43:16 -0300 ActionController::RoutingError (No route matches [GET] "/jera_push/admin"): actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.0ms) Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-07 10:43:25 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (40.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (424.5ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (1.0ms) Completed 200 OK in 1009ms (Views: 863.3ms | ActiveRecord: 41.1ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 10:43:26 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 10:43:26 -0300 Started GET "/jera_push/admin/devices" for 127.0.0.1 at 2016-10-07 10:43:27 -0300 Processing by JeraPush::Admin::DevicesController#index as HTML JeraPush::Device Load (0.3ms) SELECT "jera_push_devices".* FROM "jera_push_devices" LIMIT 25 OFFSET 0 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 5]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 5]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 6]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 7]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 8]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 8]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 9]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 9]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 10]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 10]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 11]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 11]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 12]] CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 12]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/devices/index.html.erb within layouts/jera_push/jera_push (47.6ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.5ms) Completed 200 OK in 81ms (Views: 61.1ms | ActiveRecord: 2.1ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 10:43:28 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 10:43:28 -0300 Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-07 10:44:45 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (33.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (94.7ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 382ms (Views: 256.0ms | ActiveRecord: 33.8ms) Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 10:44:46 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 10:44:46 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 10:44:46 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 10:45:02 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.9ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 25ms (Views: 20.4ms | ActiveRecord: 0.2ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 10:45:02 -0300 JeraPush::MessageDevice Load (0.2ms) SELECT "jera_push_messages_devices".* FROM "jera_push_messages_devices" ORDER BY "jera_push_messages_devices"."id" DESC LIMIT 1  (1.3ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 160 OFFSET 0  (0.2ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 2 OFFSET 0  (0.6ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 160 OFFSET 160  (0.4ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 160 OFFSET 160 JeraPush::Device Load (2.9ms) SELECT "jera_push_devices".* FROM "jera_push_devices"  (0.4ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 160 OFFSET 0 JeraPush::Device Load (0.2ms) SELECT "jera_push_devices".* FROM "jera_push_devices" ORDER BY "jera_push_devices"."id" ASC LIMIT 1  (6.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.3ms) select sqlite_version(*)  (6.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20161005121035)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161005121035"]]  (5.8ms) commit transaction Migrating to CreateJeraPushDevices (20161006150301)  (0.1ms) begin transaction  (0.9ms) CREATE TABLE "jera_push_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "platform" varchar, "resource_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_jera_push_devices_on_token" ON "jera_push_devices" ("token")  (0.4ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.2ms) CREATE INDEX "index_jera_push_devices_on_platform" ON "jera_push_devices" ("platform")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'   (0.1ms) CREATE INDEX "index_jera_push_devices_on_resource_id" ON "jera_push_devices" ("resource_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_resource_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_resource_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_jera_push_devices_on_token_and_platform" ON "jera_push_devices" ("token", "platform") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161006150301"]]  (5.7ms) commit transaction Migrating to CreateJeraPushMessages (20161006150302)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161006150302"]]  (5.9ms) commit transaction Migrating to CreateJeraPushMessagesDevices (20161006150303)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_messages_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "message_id" integer, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_jera_push_messages_devices_on_device_id" ON "jera_push_messages_devices" ("device_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_messages_devices_on_message_id" ON "jera_push_messages_devices" ("message_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "jera_push_index_messages_id_devices_id" ON "jera_push_messages_devices" ("device_id", "message_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161006150303"]]  (6.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_resource_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_resource_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Dra. Ígor Reis"], ["email", "ambrose@framiterry.co"], ["created_at", "2016-10-07 18:55:37.359658"], ["updated_at", "2016-10-07 18:55:37.359658"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Núbia Moraes"], ["email", "helen@kunzedamore.name"], ["created_at", "2016-10-07 18:55:37.360996"], ["updated_at", "2016-10-07 18:55:37.360996"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Sra. Aline Santos"], ["email", "rollin.kris@jastmarks.org"], ["created_at", "2016-10-07 18:55:37.361807"], ["updated_at", "2016-10-07 18:55:37.361807"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Srta. Bruna Barros"], ["email", "sylvia_champlin@rowe.biz"], ["created_at", "2016-10-07 18:55:37.362640"], ["updated_at", "2016-10-07 18:55:37.362640"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Joana Nogueira"], ["email", "antoinette@turnerweber.io"], ["created_at", "2016-10-07 18:55:37.363436"], ["updated_at", "2016-10-07 18:55:37.363436"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Janaína Silva"], ["email", "glenda_mcclure@feestwindler.biz"], ["created_at", "2016-10-07 18:55:37.364231"], ["updated_at", "2016-10-07 18:55:37.364231"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Washington Batista"], ["email", "jalen_ferry@millerharber.io"], ["created_at", "2016-10-07 18:55:37.364981"], ["updated_at", "2016-10-07 18:55:37.364981"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Salvador Albuquerque"], ["email", "shakira@hand.co"], ["created_at", "2016-10-07 18:55:37.365773"], ["updated_at", "2016-10-07 18:55:37.365773"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Júlia Xavier"], ["email", "reilly.wiegand@ortiz.co"], ["created_at", "2016-10-07 18:55:37.366591"], ["updated_at", "2016-10-07 18:55:37.366591"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Víctor Macedo"], ["email", "lowell@moore.net"], ["created_at", "2016-10-07 18:55:37.367394"], ["updated_at", "2016-10-07 18:55:37.367394"]] SQL (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Ofélia Franco"], ["email", "hailee@turcotte.name"], ["created_at", "2016-10-07 18:55:37.368148"], ["updated_at", "2016-10-07 18:55:37.368148"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Alexandre Moreira"], ["email", "tierra_keeling@reilly.io"], ["created_at", "2016-10-07 18:55:37.368991"], ["updated_at", "2016-10-07 18:55:37.368991"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Fabrícia Barros Neto"], ["email", "emma@smith.org"], ["created_at", "2016-10-07 18:55:37.369769"], ["updated_at", "2016-10-07 18:55:37.369769"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Dra. Sílvia Nogueira"], ["email", "savanna@brekke.io"], ["created_at", "2016-10-07 18:55:37.370533"], ["updated_at", "2016-10-07 18:55:37.370533"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Gustavo Moraes"], ["email", "adella_lind@feil.io"], ["created_at", "2016-10-07 18:55:37.371337"], ["updated_at", "2016-10-07 18:55:37.371337"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Sílvia Moreira"], ["email", "clementine@langworth.name"], ["created_at", "2016-10-07 18:55:37.372142"], ["updated_at", "2016-10-07 18:55:37.372142"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Guilherme Nogueira"], ["email", "damian@damorebins.name"], ["created_at", "2016-10-07 18:55:37.372899"], ["updated_at", "2016-10-07 18:55:37.372899"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Gustavo Oliveira"], ["email", "austyn_wintheiser@gutmannswaniawski.org"], ["created_at", "2016-10-07 18:55:37.373697"], ["updated_at", "2016-10-07 18:55:37.373697"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Júlio César Martins"], ["email", "nichole_johnson@heathcote.net"], ["created_at", "2016-10-07 18:55:37.374474"], ["updated_at", "2016-10-07 18:55:37.374474"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Lorena Costa Filho"], ["email", "taryn_feeney@gutmann.co"], ["created_at", "2016-10-07 18:55:37.375308"], ["updated_at", "2016-10-07 18:55:37.375308"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Dra. Yango Moreira"], ["email", "noe.bashirian@feeneymacejkovic.io"], ["created_at", "2016-10-07 18:55:37.376063"], ["updated_at", "2016-10-07 18:55:37.376063"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Meire Oliveira"], ["email", "matt.kuvalis@moorelittel.org"], ["created_at", "2016-10-07 18:55:37.376832"], ["updated_at", "2016-10-07 18:55:37.376832"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carla Moraes"], ["email", "albin@lemke.info"], ["created_at", "2016-10-07 18:55:37.377619"], ["updated_at", "2016-10-07 18:55:37.377619"]] SQL (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Joana Souza"], ["email", "skyla@hills.net"], ["created_at", "2016-10-07 18:55:37.378394"], ["updated_at", "2016-10-07 18:55:37.378394"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Fabrícia Pereira"], ["email", "lew.dooley@moen.org"], ["created_at", "2016-10-07 18:55:37.380228"], ["updated_at", "2016-10-07 18:55:37.380228"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Sr. Alessandra Oliveira"], ["email", "raleigh.beier@dickinson.name"], ["created_at", "2016-10-07 18:55:37.381121"], ["updated_at", "2016-10-07 18:55:37.381121"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Alexandre Carvalho"], ["email", "waldo@rutherford.net"], ["created_at", "2016-10-07 18:55:37.381899"], ["updated_at", "2016-10-07 18:55:37.381899"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Esther Carvalho"], ["email", "candido_padberg@beier.info"], ["created_at", "2016-10-07 18:55:37.382728"], ["updated_at", "2016-10-07 18:55:37.382728"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Meire Macedo"], ["email", "pierre@jacobmitham.net"], ["created_at", "2016-10-07 18:55:37.383486"], ["updated_at", "2016-10-07 18:55:37.383486"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Félix Souza"], ["email", "chris@simonis.info"], ["created_at", "2016-10-07 18:55:37.384279"], ["updated_at", "2016-10-07 18:55:37.384279"]]  (6.7ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ff5eba8e210ece84f21fffd73f32c3be6c1d7a08ef067605fddb88ee907b93c9"], ["resource_id", 1], ["platform", "ios"], ["created_at", "2016-10-07 18:55:37.411729"], ["updated_at", "2016-10-07 18:55:37.411729"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f02144982517edd0f62f4dd1527d084958bfba23e2974f5bf2b695ce928f239d"], ["resource_id", 1], ["platform", "android"], ["created_at", "2016-10-07 18:55:38.089064"], ["updated_at", "2016-10-07 18:55:38.089064"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "aa5a556e859e23aed407b9eed42f5e0a2c73cbd095fc6f33410981ed15f760ac"], ["resource_id", 2], ["platform", "ios"], ["created_at", "2016-10-07 18:55:38.808892"], ["updated_at", "2016-10-07 18:55:38.808892"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "c333f63a6d5753120192267a4b3ab97232c41e2b3da1e979083dee488f4a620a"], ["resource_id", 2], ["platform", "android"], ["created_at", "2016-10-07 18:55:39.573673"], ["updated_at", "2016-10-07 18:55:39.573673"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "847257d899e5044cdfc206d09d7900992ea43c27d024b4f979f0edd36adc1b2f"], ["resource_id", 3], ["platform", "chrome"], ["created_at", "2016-10-07 18:55:40.258884"], ["updated_at", "2016-10-07 18:55:40.258884"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3672cb1d1672d5854ec3bf034224654782f0bd12b3b82c60a7edb1b80037a299"], ["resource_id", 3], ["platform", "android"], ["created_at", "2016-10-07 18:55:41.141357"], ["updated_at", "2016-10-07 18:55:41.141357"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1b68b5db450429e8a9c23f30841aebc7b5d3121488ed78841f61f498ae3c5a47"], ["resource_id", 4], ["platform", "chrome"], ["created_at", "2016-10-07 18:55:41.862674"], ["updated_at", "2016-10-07 18:55:41.862674"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6635dd059d616d9c420c097c44ee35c3c113f95b209e2734383573ec55133688"], ["resource_id", 4], ["platform", "ios"], ["created_at", "2016-10-07 18:55:43.418009"], ["updated_at", "2016-10-07 18:55:43.418009"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e3e9cef0531f53937b97a960f833b2634c6ce2657754d98c59039e3daa2c5a8f"], ["resource_id", 5], ["platform", "android"], ["created_at", "2016-10-07 18:55:44.174341"], ["updated_at", "2016-10-07 18:55:44.174341"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9262e574b013b55a5f6c8aa86d441f4d8be1ab7b3ce44e8a9095694dada89886"], ["resource_id", 5], ["platform", "ios"], ["created_at", "2016-10-07 18:55:45.367309"], ["updated_at", "2016-10-07 18:55:45.367309"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e1aeeea69c1a0714b14f4bcc03581da0cc931eb8329449aaec480ccab1e4e235"], ["resource_id", 6], ["platform", "ios"], ["created_at", "2016-10-07 18:55:46.090946"], ["updated_at", "2016-10-07 18:55:46.090946"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "712e5d89cb617b5b8aa06fb519a161c0c5b150a78a8cc6d6f7d536700f9beed0"], ["resource_id", 6], ["platform", "android"], ["created_at", "2016-10-07 18:55:46.924879"], ["updated_at", "2016-10-07 18:55:46.924879"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "364319e77d66efa15c0f038f834b3892c18f0c983c5d40dd144acb54230b6ca0"], ["resource_id", 7], ["platform", "chrome"], ["created_at", "2016-10-07 18:55:47.622329"], ["updated_at", "2016-10-07 18:55:47.622329"]] SQL (0.3ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "93de486b2d5b451c9c357e0b2545c474f7d8f036ba8fce84fd5e4d3c9e1256c3"], ["resource_id", 7], ["platform", "ios"], ["created_at", "2016-10-07 18:55:48.318173"], ["updated_at", "2016-10-07 18:55:48.318173"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a76389f771659697ca30e7119d69378ee6251eb76995c56011583ca6b33293df"], ["resource_id", 8], ["platform", "android"], ["created_at", "2016-10-07 18:55:49.548253"], ["updated_at", "2016-10-07 18:55:49.548253"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "286b84d0f83fbec5bfb7a4d88b4b5123d7d274eeb9869424617557540ad1facf"], ["resource_id", 8], ["platform", "ios"], ["created_at", "2016-10-07 18:55:50.295552"], ["updated_at", "2016-10-07 18:55:50.295552"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "95a523e655bf76d3443785ddab163ffe59e9360187b4659af0177b8e69303296"], ["resource_id", 9], ["platform", "chrome"], ["created_at", "2016-10-07 18:55:51.568906"], ["updated_at", "2016-10-07 18:55:51.568906"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "624e5c7b3e955214997ec093a378f5418853bf90d9042730b05694331ccf0134"], ["resource_id", 9], ["platform", "ios"], ["created_at", "2016-10-07 18:55:52.269224"], ["updated_at", "2016-10-07 18:55:52.269224"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e879c6b44d7c14f2f4f18515f06b097d3e19e43f5cba963f13c3288858bf2a79"], ["resource_id", 10], ["platform", "ios"], ["created_at", "2016-10-07 18:55:53.695721"], ["updated_at", "2016-10-07 18:55:53.695721"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "37c435ac128b1d93424945a0cc6459737e6f201542b027f5d8a27dedefaf2a41"], ["resource_id", 10], ["platform", "android"], ["created_at", "2016-10-07 18:55:54.501979"], ["updated_at", "2016-10-07 18:55:54.501979"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "11cbce434115b867ddc47c2f348af92e053994ef05f7a7de057f72a2e222f262"], ["resource_id", 11], ["platform", "chrome"], ["created_at", "2016-10-07 18:55:55.243661"], ["updated_at", "2016-10-07 18:55:55.243661"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "724fd1259971773a620b4affddda9b21860d4355a2a012bff8a771c2d69ffa0d"], ["resource_id", 11], ["platform", "ios"], ["created_at", "2016-10-07 18:55:56.922870"], ["updated_at", "2016-10-07 18:55:56.922870"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4ae4156565f57693324c7639aab8c6167a33b0d4bbd3b11d3dc0e7507c5eeee8"], ["resource_id", 12], ["platform", "chrome"], ["created_at", "2016-10-07 18:55:58.564611"], ["updated_at", "2016-10-07 18:55:58.564611"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1ffb01499d7e83f33f094281b765e3cb147df1318d3460fd97f5a2a6c70aa3e4"], ["resource_id", 12], ["platform", "android"], ["created_at", "2016-10-07 18:55:59.310260"], ["updated_at", "2016-10-07 18:55:59.310260"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "be29cd6e78dd277cc2b2610ecd1aeeceb04c0394f54adbfd889019d340993e80"], ["resource_id", 13], ["platform", "chrome"], ["created_at", "2016-10-07 18:55:59.941676"], ["updated_at", "2016-10-07 18:55:59.941676"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2927623c1be897dc7eabc156df465bc8eb715588667d93c1c9d455d224ab3394"], ["resource_id", 13], ["platform", "android"], ["created_at", "2016-10-07 18:56:00.564091"], ["updated_at", "2016-10-07 18:56:00.564091"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ed10307728a175d4f539aba1f478ae53358f1a2eabd59f8a5e7d024753a41d85"], ["resource_id", 14], ["platform", "ios"], ["created_at", "2016-10-07 18:56:01.201437"], ["updated_at", "2016-10-07 18:56:01.201437"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "75c621ac23f68f68bc2bad514ed19fb8470d023c316a0fc27b2401ea454a8f16"], ["resource_id", 14], ["platform", "chrome"], ["created_at", "2016-10-07 18:56:02.660255"], ["updated_at", "2016-10-07 18:56:02.660255"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5dc937e52e4e3be347a3ad1b83d346c9407509354e22dab18965eb4c27851b56"], ["resource_id", 15], ["platform", "chrome"], ["created_at", "2016-10-07 18:56:03.275963"], ["updated_at", "2016-10-07 18:56:03.275963"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "83abe7666d38a2d7c2b6e0b05607a18343530a631bcaf84495a0b800fa3a7d70"], ["resource_id", 15], ["platform", "android"], ["created_at", "2016-10-07 18:56:03.876383"], ["updated_at", "2016-10-07 18:56:03.876383"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "db21ab31e73019f71be1fc9f01db90e43c27b13e22de3fd34988a07e97d0d409"], ["resource_id", 16], ["platform", "chrome"], ["created_at", "2016-10-07 18:56:04.958643"], ["updated_at", "2016-10-07 18:56:04.958643"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6d556aa477f5d2125e20b0a5cc79112df251dfbdba6fe811576dcd6e87ad8dcb"], ["resource_id", 16], ["platform", "android"], ["created_at", "2016-10-07 18:56:05.570314"], ["updated_at", "2016-10-07 18:56:05.570314"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5b0b3ddd1c280018cff423032717a05268381669842dde03420d75df429e29c1"], ["resource_id", 17], ["platform", "chrome"], ["created_at", "2016-10-07 18:56:07.082806"], ["updated_at", "2016-10-07 18:56:07.082806"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "31dc21c44a1d77c7fd1b102e1f69200f923559797fc77668eb54ba3133cd8dc0"], ["resource_id", 17], ["platform", "android"], ["created_at", "2016-10-07 18:56:07.697555"], ["updated_at", "2016-10-07 18:56:07.697555"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a93472ff97b56c0b1d06048a077395656ceb99e6d25e92c520572cc8f48d10bd"], ["resource_id", 18], ["platform", "ios"], ["created_at", "2016-10-07 18:56:08.346778"], ["updated_at", "2016-10-07 18:56:08.346778"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "149440e28d6bfa14faa80df1c47ea37e39a191b44ecdd50a39a54e16830d0567"], ["resource_id", 18], ["platform", "chrome"], ["created_at", "2016-10-07 18:56:08.968243"], ["updated_at", "2016-10-07 18:56:08.968243"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "de8a505f64a4b366c977282d5a11b73f6278604a472213fea6b9b3652908efc2"], ["resource_id", 19], ["platform", "ios"], ["created_at", "2016-10-07 18:56:09.624197"], ["updated_at", "2016-10-07 18:56:09.624197"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "748ef867fbc66344a22ab9db6d32441469aaf8d33d95ddb8e5cdfa5003ac7ae5"], ["resource_id", 19], ["platform", "android"], ["created_at", "2016-10-07 18:56:10.271085"], ["updated_at", "2016-10-07 18:56:10.271085"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "b152204615db932ebc9cf3bb05b85922c4dfdf7ca403cf40ef8d113d2275232a"], ["resource_id", 20], ["platform", "chrome"], ["created_at", "2016-10-07 18:56:10.884418"], ["updated_at", "2016-10-07 18:56:10.884418"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e32ccc22c8dc8715c84ca0c64b66827c186de4d4936e9993736bc4d548396915"], ["resource_id", 20], ["platform", "ios"], ["created_at", "2016-10-07 18:56:12.360947"], ["updated_at", "2016-10-07 18:56:12.360947"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "91487567df5b48088d94fea264ff7ca1ef9669893172db4eedd87bc25f2e820a"], ["resource_id", 21], ["platform", "chrome"], ["created_at", "2016-10-07 18:56:13.039277"], ["updated_at", "2016-10-07 18:56:13.039277"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1460caecdbd5059321a20dad2d794429aadafca0426fbf47c3bcdd40ec2c4473"], ["resource_id", 21], ["platform", "ios"], ["created_at", "2016-10-07 18:56:13.656130"], ["updated_at", "2016-10-07 18:56:13.656130"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "abad14d7a664cc179fd7f2f9948719643de07532710697c24f8d7d3e19fddd4a"], ["resource_id", 22], ["platform", "chrome"], ["created_at", "2016-10-07 18:56:14.273311"], ["updated_at", "2016-10-07 18:56:14.273311"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "14b03840d3048093820f940dbdf557371afc88e6f1f9f1bfece6b1f33ec1d95a"], ["resource_id", 22], ["platform", "android"], ["created_at", "2016-10-07 18:56:15.076005"], ["updated_at", "2016-10-07 18:56:15.076005"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8de26ba977b73359050f2f2f7b5fa8a17a4f067f53a22d015fd3b8e396e444c4"], ["resource_id", 23], ["platform", "ios"], ["created_at", "2016-10-07 18:56:15.662150"], ["updated_at", "2016-10-07 18:56:15.662150"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d7da13a922af329d1cb14eca5b467c9cb9ab0402fb75bbd572bf9eff53da2b50"], ["resource_id", 23], ["platform", "chrome"], ["created_at", "2016-10-07 18:56:17.072721"], ["updated_at", "2016-10-07 18:56:17.072721"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8dca33532f40f3380e0e476a852148445587bbb279dadfafb926cbb273ba4ae7"], ["resource_id", 24], ["platform", "android"], ["created_at", "2016-10-07 18:56:17.848357"], ["updated_at", "2016-10-07 18:56:17.848357"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "53f8798cb17e9160c9844d2525ecc402b726861c5c6cc398ae6698c43fe23086"], ["resource_id", 24], ["platform", "chrome"], ["created_at", "2016-10-07 18:56:18.450722"], ["updated_at", "2016-10-07 18:56:18.450722"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5a22fe6a8fcb607c442c1f8e6bba1b386978a9c160128cd5d3533bf89a1aba72"], ["resource_id", 25], ["platform", "android"], ["created_at", "2016-10-07 18:56:19.060677"], ["updated_at", "2016-10-07 18:56:19.060677"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "48433f37814f71d17fab3b8f76766c093fe010287bfbe0869b73fea6be846398"], ["resource_id", 25], ["platform", "chrome"], ["created_at", "2016-10-07 18:56:19.843237"], ["updated_at", "2016-10-07 18:56:19.843237"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f79d23905d7fcf6c797dded682a7a31bc310e62e4f59ec4d96ed975d4572d3b4"], ["resource_id", 26], ["platform", "ios"], ["created_at", "2016-10-07 18:56:20.400871"], ["updated_at", "2016-10-07 18:56:20.400871"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6a78335c5c0cf9ff6211426c4e1271cf661c97fc98f47ced2ff2e14a8d3faa82"], ["resource_id", 26], ["platform", "android"], ["created_at", "2016-10-07 18:56:21.033659"], ["updated_at", "2016-10-07 18:56:21.033659"]] SQL (0.4ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "606a9a31b22cf85d6929eb844d67b4f9acb10b822368171ab1a30fdd4eb1a14d"], ["resource_id", 27], ["platform", "ios"], ["created_at", "2016-10-07 18:56:21.843181"], ["updated_at", "2016-10-07 18:56:21.843181"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "98bffe789553f3008d37055d0f6ffdb04d4173d0a1c2f96d61b5ecec2a456a03"], ["resource_id", 27], ["platform", "android"], ["created_at", "2016-10-07 18:56:22.559716"], ["updated_at", "2016-10-07 18:56:22.559716"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7055e6b4f357537c8790dfa111a146ffc01d9fb7000237b8ce1bfd9be652c5de"], ["resource_id", 28], ["platform", "chrome"], ["created_at", "2016-10-07 18:56:23.144536"], ["updated_at", "2016-10-07 18:56:23.144536"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3693534016dfc06ffbb4c2e76bb39fa92029d12e05cc24ae2c37b83866ec3781"], ["resource_id", 28], ["platform", "android"], ["created_at", "2016-10-07 18:56:23.902989"], ["updated_at", "2016-10-07 18:56:23.902989"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "add0007277b01814bc5490356d5ea50252fdb6d16f86b3c13ef7fc030e35104d"], ["resource_id", 29], ["platform", "android"], ["created_at", "2016-10-07 18:56:24.541719"], ["updated_at", "2016-10-07 18:56:24.541719"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3f952c580bd72abe9e86fb16e522e392d9ac986c9263d1fbe8e5d0d36e1ae4d3"], ["resource_id", 29], ["platform", "chrome"], ["created_at", "2016-10-07 18:56:25.170199"], ["updated_at", "2016-10-07 18:56:25.170199"]] SQL (0.3ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "24e37b70b531109557ce4f8d0c8e2bbdcb48d74f3fbd9ec1a1f10f279f7ce47c"], ["resource_id", 30], ["platform", "ios"], ["created_at", "2016-10-07 18:56:25.987034"], ["updated_at", "2016-10-07 18:56:25.987034"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8c0914d107e9bc5ee913739cd8fb571a4fd142b6c203ff1adb4f2e57b54fe16a"], ["resource_id", 30], ["platform", "chrome"], ["created_at", "2016-10-07 18:56:26.581432"], ["updated_at", "2016-10-07 18:56:26.581432"]]  (10.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices"  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla doloribus sunt in et.\",\"body\":\"Use the online COM card, then you can reboot the back-end protocol!\"}"], ["created_at", "2016-10-07 18:56:41.348506"], ["updated_at", "2016-10-07 18:56:41.348506"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur omnis quis.\",\"body\":\"Use the online PCI microchip, then you can compress the digital card!\"}"], ["created_at", "2016-10-07 18:56:41.349955"], ["updated_at", "2016-10-07 18:56:41.349955"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi officiis cum.\",\"body\":\"I'll reboot the optical SCSI bus, that should protocol the HTTP sensor!\"}"], ["created_at", "2016-10-07 18:56:41.350903"], ["updated_at", "2016-10-07 18:56:41.350903"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut aut dolor quo.\",\"body\":\"The SMTP sensor is down, bypass the virtual matrix so we can calculate the SDD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:41.351839"], ["updated_at", "2016-10-07 18:56:41.351839"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quasi maxime animi corrupti aut.\",\"body\":\"Try to program the COM alarm, maybe it will calculate the redundant interface!\"}"], ["created_at", "2016-10-07 18:56:41.352751"], ["updated_at", "2016-10-07 18:56:41.352751"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias hic debitis ipsa.\",\"body\":\"The SMTP application is down, synthesize the optical monitor so we can transmit the SCSI capacitor!\"}"], ["created_at", "2016-10-07 18:56:41.353695"], ["updated_at", "2016-10-07 18:56:41.353695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium delectus non animi amet voluptate.\",\"body\":\"Calculating the capacitor won't do anything, we need to calculate the cross-platform tcp port!\"}"], ["created_at", "2016-10-07 18:56:41.354669"], ["updated_at", "2016-10-07 18:56:41.354669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa accusamus quam.\",\"body\":\"Use the cross-platform RSS monitor, then you can reboot the neural matrix!\"}"], ["created_at", "2016-10-07 18:56:41.355618"], ["updated_at", "2016-10-07 18:56:41.355618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem quibusdam corrupti recusandae.\",\"body\":\"Backing up the matrix won't do anything, we need to calculate the mobile sql microchip!\"}"], ["created_at", "2016-10-07 18:56:41.356543"], ["updated_at", "2016-10-07 18:56:41.356543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti totam veritatis eum et.\",\"body\":\"I'll generate the redundant SQL microchip, that should transmitter the RAM driver!\"}"], ["created_at", "2016-10-07 18:56:41.357459"], ["updated_at", "2016-10-07 18:56:41.357459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui consequatur itaque.\",\"body\":\"You can't program the array without quantifying the back-end HTTP port!\"}"], ["created_at", "2016-10-07 18:56:41.358338"], ["updated_at", "2016-10-07 18:56:41.358338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta atque in iure est.\",\"body\":\"We need to input the multi-byte USB monitor!\"}"], ["created_at", "2016-10-07 18:56:41.359297"], ["updated_at", "2016-10-07 18:56:41.359297"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod consequatur eum et distinctio ut.\",\"body\":\"We need to back up the open-source ADP hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.360208"], ["updated_at", "2016-10-07 18:56:41.360208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi sed saepe deleniti accusamus atque.\",\"body\":\"The HTTP monitor is down, hack the back-end alarm so we can hack the SAS monitor!\"}"], ["created_at", "2016-10-07 18:56:41.361111"], ["updated_at", "2016-10-07 18:56:41.361111"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam asperiores qui aspernatur impedit.\",\"body\":\"You can't quantify the bus without synthesizing the optical AGP application!\"}"], ["created_at", "2016-10-07 18:56:41.362033"], ["updated_at", "2016-10-07 18:56:41.362033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint voluptas velit dolor unde atque quia.\",\"body\":\"We need to transmit the 1080p XSS card!\"}"], ["created_at", "2016-10-07 18:56:41.362963"], ["updated_at", "2016-10-07 18:56:41.362963"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum optio aut qui et dolorem.\",\"body\":\"If we connect the interface, we can get to the TCP interface through the neural SDD pixel!\"}"], ["created_at", "2016-10-07 18:56:41.363882"], ["updated_at", "2016-10-07 18:56:41.363882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia hic ratione.\",\"body\":\"The CSS bus is down, transmit the neural driver so we can bypass the SSL transmitter!\"}"], ["created_at", "2016-10-07 18:56:41.364779"], ["updated_at", "2016-10-07 18:56:41.364779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia dolor ea alias cumque.\",\"body\":\"Try to generate the ADP card, maybe it will calculate the haptic panel!\"}"], ["created_at", "2016-10-07 18:56:41.365700"], ["updated_at", "2016-10-07 18:56:41.365700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum dolor corporis est.\",\"body\":\"If we input the protocol, we can get to the JSON interface through the neural JSON protocol!\"}"], ["created_at", "2016-10-07 18:56:41.366675"], ["updated_at", "2016-10-07 18:56:41.366675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente dolor autem quasi.\",\"body\":\"Use the multi-byte RAM driver, then you can back up the open-source matrix!\"}"], ["created_at", "2016-10-07 18:56:41.367596"], ["updated_at", "2016-10-07 18:56:41.367596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur tenetur nesciunt est.\",\"body\":\"The IB driver is down, connect the online port so we can connect the THX bus!\"}"], ["created_at", "2016-10-07 18:56:41.368480"], ["updated_at", "2016-10-07 18:56:41.368480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit autem aut voluptas aut aut doloremque.\",\"body\":\"Try to back up the HTTP driver, maybe it will program the neural interface!\"}"], ["created_at", "2016-10-07 18:56:41.369402"], ["updated_at", "2016-10-07 18:56:41.369402"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit laudantium minima totam laborum.\",\"body\":\"Use the primary SMTP capacitor, then you can bypass the optical monitor!\"}"], ["created_at", "2016-10-07 18:56:41.370334"], ["updated_at", "2016-10-07 18:56:41.370334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis qui provident dicta est quia.\",\"body\":\"Indexing the matrix won't do anything, we need to program the primary exe program!\"}"], ["created_at", "2016-10-07 18:56:41.371322"], ["updated_at", "2016-10-07 18:56:41.371322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium excepturi atque possimus earum esse quis.\",\"body\":\"Generating the program won't do anything, we need to program the 1080p exe alarm!\"}"], ["created_at", "2016-10-07 18:56:41.372242"], ["updated_at", "2016-10-07 18:56:41.372242"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam enim ratione.\",\"body\":\"You can't bypass the monitor without backing up the mobile SDD sensor!\"}"], ["created_at", "2016-10-07 18:56:41.373181"], ["updated_at", "2016-10-07 18:56:41.373181"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim impedit perspiciatis blanditiis sed.\",\"body\":\"If we back up the system, we can get to the USB panel through the primary HTTP port!\"}"], ["created_at", "2016-10-07 18:56:41.374106"], ["updated_at", "2016-10-07 18:56:41.374106"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim qui beatae perferendis deleniti aut.\",\"body\":\"The EXE protocol is down, input the mobile driver so we can hack the JSON driver!\"}"], ["created_at", "2016-10-07 18:56:41.375033"], ["updated_at", "2016-10-07 18:56:41.375033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores molestiae iusto quaerat non.\",\"body\":\"I'll index the bluetooth COM sensor, that should alarm the EXE monitor!\"}"], ["created_at", "2016-10-07 18:56:41.375979"], ["updated_at", "2016-10-07 18:56:41.375979"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur rerum vel dolor deleniti vero.\",\"body\":\"The EXE matrix is down, calculate the optical protocol so we can copy the EXE bus!\"}"], ["created_at", "2016-10-07 18:56:41.376913"], ["updated_at", "2016-10-07 18:56:41.376913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur vitae aut aut asperiores enim est id.\",\"body\":\"The EXE interface is down, calculate the haptic sensor so we can quantify the THX transmitter!\"}"], ["created_at", "2016-10-07 18:56:41.377869"], ["updated_at", "2016-10-07 18:56:41.377869"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est est officiis sit amet sunt distinctio reiciendis.\",\"body\":\"Use the mobile ADP transmitter, then you can compress the back-end application!\"}"], ["created_at", "2016-10-07 18:56:41.380110"], ["updated_at", "2016-10-07 18:56:41.380110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate eum quibusdam et.\",\"body\":\"You can't back up the hard drive without compressing the online SSL pixel!\"}"], ["created_at", "2016-10-07 18:56:41.381498"], ["updated_at", "2016-10-07 18:56:41.381498"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit accusantium ut possimus vitae ut ea.\",\"body\":\"You can't calculate the microchip without copying the neural XML application!\"}"], ["created_at", "2016-10-07 18:56:41.382566"], ["updated_at", "2016-10-07 18:56:41.382566"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam nostrum asperiores accusamus animi similique dicta ab.\",\"body\":\"Quantifying the system won't do anything, we need to override the cross-platform smtp system!\"}"], ["created_at", "2016-10-07 18:56:41.384024"], ["updated_at", "2016-10-07 18:56:41.384024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est exercitationem voluptatem accusantium cum in dolores.\",\"body\":\"Transmitting the circuit won't do anything, we need to transmit the digital adp bandwidth!\"}"], ["created_at", "2016-10-07 18:56:41.384983"], ["updated_at", "2016-10-07 18:56:41.384983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit maxime aspernatur quibusdam ducimus.\",\"body\":\"You can't index the application without connecting the multi-byte SQL panel!\"}"], ["created_at", "2016-10-07 18:56:41.385924"], ["updated_at", "2016-10-07 18:56:41.385924"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere tempora aliquam rem.\",\"body\":\"If we parse the array, we can get to the GB port through the redundant GB transmitter!\"}"], ["created_at", "2016-10-07 18:56:41.386884"], ["updated_at", "2016-10-07 18:56:41.386884"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia iste nisi repellat omnis recusandae.\",\"body\":\"The SQL feed is down, calculate the multi-byte application so we can calculate the USB bus!\"}"], ["created_at", "2016-10-07 18:56:41.387813"], ["updated_at", "2016-10-07 18:56:41.387813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim delectus itaque at et non libero occaecati.\",\"body\":\"We need to quantify the solid state COM monitor!\"}"], ["created_at", "2016-10-07 18:56:41.388710"], ["updated_at", "2016-10-07 18:56:41.388710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime tempora excepturi.\",\"body\":\"You can't copy the hard drive without hacking the redundant IB driver!\"}"], ["created_at", "2016-10-07 18:56:41.389654"], ["updated_at", "2016-10-07 18:56:41.389654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla quas nam.\",\"body\":\"We need to compress the cross-platform HDD sensor!\"}"], ["created_at", "2016-10-07 18:56:41.390617"], ["updated_at", "2016-10-07 18:56:41.390617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt quos impedit.\",\"body\":\"Backing up the bus won't do anything, we need to back up the redundant exe driver!\"}"], ["created_at", "2016-10-07 18:56:41.391539"], ["updated_at", "2016-10-07 18:56:41.391539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla et et accusantium est vitae non dolore.\",\"body\":\"If we index the firewall, we can get to the HTTP hard drive through the haptic SAS capacitor!\"}"], ["created_at", "2016-10-07 18:56:41.392427"], ["updated_at", "2016-10-07 18:56:41.392427"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus consequuntur omnis veniam.\",\"body\":\"Bypassing the capacitor won't do anything, we need to generate the wireless jbod interface!\"}"], ["created_at", "2016-10-07 18:56:41.393359"], ["updated_at", "2016-10-07 18:56:41.393359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non dolor et consectetur dignissimos ab.\",\"body\":\"You can't hack the hard drive without parsing the multi-byte SDD firewall!\"}"], ["created_at", "2016-10-07 18:56:41.394305"], ["updated_at", "2016-10-07 18:56:41.394305"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quidem ipsa maxime nesciunt esse qui et.\",\"body\":\"I'll compress the 1080p SSL bus, that should protocol the AI card!\"}"], ["created_at", "2016-10-07 18:56:41.395228"], ["updated_at", "2016-10-07 18:56:41.395228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit sequi ea qui iusto.\",\"body\":\"Use the auxiliary HTTP bandwidth, then you can calculate the digital monitor!\"}"], ["created_at", "2016-10-07 18:56:41.396161"], ["updated_at", "2016-10-07 18:56:41.396161"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod ipsa atque dignissimos.\",\"body\":\"You can't input the pixel without indexing the auxiliary SAS card!\"}"], ["created_at", "2016-10-07 18:56:41.397101"], ["updated_at", "2016-10-07 18:56:41.397101"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas assumenda ea sed.\",\"body\":\"Use the optical RAM pixel, then you can transmit the optical program!\"}"], ["created_at", "2016-10-07 18:56:41.398052"], ["updated_at", "2016-10-07 18:56:41.398052"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eaque eius vero officiis.\",\"body\":\"You can't transmit the sensor without quantifying the primary RSS panel!\"}"], ["created_at", "2016-10-07 18:56:41.399209"], ["updated_at", "2016-10-07 18:56:41.399209"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis labore nisi.\",\"body\":\"I'll synthesize the cross-platform COM card, that should bus the CSS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:41.400324"], ["updated_at", "2016-10-07 18:56:41.400324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde nobis est eius et eum aut temporibus.\",\"body\":\"If we transmit the bus, we can get to the GB alarm through the mobile PCI card!\"}"], ["created_at", "2016-10-07 18:56:41.401354"], ["updated_at", "2016-10-07 18:56:41.401354"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi eligendi repellendus id nemo.\",\"body\":\"We need to synthesize the auxiliary HDD monitor!\"}"], ["created_at", "2016-10-07 18:56:41.402356"], ["updated_at", "2016-10-07 18:56:41.402356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum quo atque voluptatem totam.\",\"body\":\"You can't connect the bandwidth without parsing the 1080p RAM matrix!\"}"], ["created_at", "2016-10-07 18:56:41.403334"], ["updated_at", "2016-10-07 18:56:41.403334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto velit vero quo id nostrum.\",\"body\":\"You can't quantify the card without navigating the online SMS circuit!\"}"], ["created_at", "2016-10-07 18:56:41.404345"], ["updated_at", "2016-10-07 18:56:41.404345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo nostrum iure.\",\"body\":\"Synthesizing the pixel won't do anything, we need to parse the solid state png pixel!\"}"], ["created_at", "2016-10-07 18:56:41.405355"], ["updated_at", "2016-10-07 18:56:41.405355"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nemo in facilis et ea consectetur aut.\",\"body\":\"I'll calculate the mobile SMTP protocol, that should pixel the SMS protocol!\"}"], ["created_at", "2016-10-07 18:56:41.406360"], ["updated_at", "2016-10-07 18:56:41.406360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque quo est.\",\"body\":\"You can't hack the bandwidth without backing up the back-end SSL hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.407353"], ["updated_at", "2016-10-07 18:56:41.407353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque unde eum perferendis.\",\"body\":\"I'll program the solid state RSS driver, that should port the EXE hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.408368"], ["updated_at", "2016-10-07 18:56:41.408368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et commodi molestiae dicta deleniti tempora nostrum.\",\"body\":\"The RAM bus is down, hack the wireless hard drive so we can copy the THX panel!\"}"], ["created_at", "2016-10-07 18:56:41.409375"], ["updated_at", "2016-10-07 18:56:41.409375"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores vel nemo odit amet consectetur molestiae vitae.\",\"body\":\"Use the cross-platform SSL matrix, then you can compress the haptic system!\"}"], ["created_at", "2016-10-07 18:56:41.410421"], ["updated_at", "2016-10-07 18:56:41.410421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni cum rerum quo non repellat quam.\",\"body\":\"Compressing the panel won't do anything, we need to bypass the back-end sql feed!\"}"], ["created_at", "2016-10-07 18:56:41.411370"], ["updated_at", "2016-10-07 18:56:41.411370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem itaque beatae facere sed molestiae consequatur laudantium.\",\"body\":\"The SAS monitor is down, program the online interface so we can bypass the XML panel!\"}"], ["created_at", "2016-10-07 18:56:41.412305"], ["updated_at", "2016-10-07 18:56:41.412305"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum dolores fugiat hic excepturi quia odit.\",\"body\":\"Try to index the SCSI bandwidth, maybe it will generate the primary hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.413237"], ["updated_at", "2016-10-07 18:56:41.413237"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis cum corrupti aut.\",\"body\":\"If we input the driver, we can get to the RAM panel through the multi-byte JBOD interface!\"}"], ["created_at", "2016-10-07 18:56:41.414180"], ["updated_at", "2016-10-07 18:56:41.414180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quod est deserunt voluptatem est culpa maiores.\",\"body\":\"The XML interface is down, generate the wireless transmitter so we can parse the THX program!\"}"], ["created_at", "2016-10-07 18:56:41.415132"], ["updated_at", "2016-10-07 18:56:41.415132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia est et sed error.\",\"body\":\"Use the open-source RAM feed, then you can connect the wireless bus!\"}"], ["created_at", "2016-10-07 18:56:41.416071"], ["updated_at", "2016-10-07 18:56:41.416071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam enim est maxime ea eos debitis impedit.\",\"body\":\"Generating the application won't do anything, we need to reboot the solid state hdd firewall!\"}"], ["created_at", "2016-10-07 18:56:41.417017"], ["updated_at", "2016-10-07 18:56:41.417017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta aspernatur rem consequatur quo et.\",\"body\":\"We need to program the optical HTTP microchip!\"}"], ["created_at", "2016-10-07 18:56:41.417900"], ["updated_at", "2016-10-07 18:56:41.417900"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est porro reprehenderit quia.\",\"body\":\"I'll index the multi-byte SMTP hard drive, that should program the EXE protocol!\"}"], ["created_at", "2016-10-07 18:56:41.418845"], ["updated_at", "2016-10-07 18:56:41.418845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ad quas et quo.\",\"body\":\"Use the solid state AGP array, then you can bypass the wireless monitor!\"}"], ["created_at", "2016-10-07 18:56:41.419777"], ["updated_at", "2016-10-07 18:56:41.419777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident earum distinctio amet eligendi et porro officia.\",\"body\":\"I'll parse the mobile THX matrix, that should interface the TCP sensor!\"}"], ["created_at", "2016-10-07 18:56:41.420709"], ["updated_at", "2016-10-07 18:56:41.420709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At ea consequatur minus dolorum autem aspernatur.\",\"body\":\"You can't copy the transmitter without navigating the 1080p PNG driver!\"}"], ["created_at", "2016-10-07 18:56:41.421587"], ["updated_at", "2016-10-07 18:56:41.421587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum cumque soluta quia.\",\"body\":\"Use the back-end CSS sensor, then you can quantify the 1080p matrix!\"}"], ["created_at", "2016-10-07 18:56:41.422570"], ["updated_at", "2016-10-07 18:56:41.422570"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus non atque.\",\"body\":\"If we copy the hard drive, we can get to the JBOD hard drive through the mobile COM microchip!\"}"], ["created_at", "2016-10-07 18:56:41.423519"], ["updated_at", "2016-10-07 18:56:41.423519"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut dicta quia.\",\"body\":\"We need to parse the digital JSON feed!\"}"], ["created_at", "2016-10-07 18:56:41.424440"], ["updated_at", "2016-10-07 18:56:41.424440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam aut nemo maxime est.\",\"body\":\"Try to override the JSON array, maybe it will override the virtual pixel!\"}"], ["created_at", "2016-10-07 18:56:41.425317"], ["updated_at", "2016-10-07 18:56:41.425317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ipsum ut.\",\"body\":\"Use the online JBOD interface, then you can compress the 1080p monitor!\"}"], ["created_at", "2016-10-07 18:56:41.426291"], ["updated_at", "2016-10-07 18:56:41.426291"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi iure quidem autem saepe.\",\"body\":\"If we compress the bandwidth, we can get to the GB sensor through the optical HTTP pixel!\"}"], ["created_at", "2016-10-07 18:56:41.427264"], ["updated_at", "2016-10-07 18:56:41.427264"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id et tempore ullam est.\",\"body\":\"If we calculate the interface, we can get to the AGP transmitter through the open-source USB capacitor!\"}"], ["created_at", "2016-10-07 18:56:41.428193"], ["updated_at", "2016-10-07 18:56:41.428193"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem aliquid magni dolores.\",\"body\":\"The HTTP monitor is down, synthesize the mobile firewall so we can synthesize the TCP system!\"}"], ["created_at", "2016-10-07 18:56:41.429079"], ["updated_at", "2016-10-07 18:56:41.429079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus dolore accusantium suscipit exercitationem.\",\"body\":\"The IB bandwidth is down, synthesize the open-source feed so we can input the RAM transmitter!\"}"], ["created_at", "2016-10-07 18:56:41.430011"], ["updated_at", "2016-10-07 18:56:41.430011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam velit voluptatem ut libero dolorem.\",\"body\":\"If we synthesize the hard drive, we can get to the THX pixel through the back-end CSS program!\"}"], ["created_at", "2016-10-07 18:56:41.430976"], ["updated_at", "2016-10-07 18:56:41.430976"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis dignissimos praesentium voluptas.\",\"body\":\"You can't bypass the driver without generating the redundant SCSI microchip!\"}"], ["created_at", "2016-10-07 18:56:41.431915"], ["updated_at", "2016-10-07 18:56:41.431915"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni autem enim est odit commodi voluptatem non.\",\"body\":\"I'll copy the online AI hard drive, that should alarm the HTTP program!\"}"], ["created_at", "2016-10-07 18:56:41.432796"], ["updated_at", "2016-10-07 18:56:41.432796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia iste ut.\",\"body\":\"We need to calculate the open-source EXE bus!\"}"], ["created_at", "2016-10-07 18:56:41.433732"], ["updated_at", "2016-10-07 18:56:41.433732"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis ullam repellendus enim cum dolores minus voluptas.\",\"body\":\"Try to bypass the AGP application, maybe it will calculate the multi-byte monitor!\"}"], ["created_at", "2016-10-07 18:56:41.434664"], ["updated_at", "2016-10-07 18:56:41.434664"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur consectetur enim animi quam.\",\"body\":\"I'll bypass the 1080p PCI protocol, that should port the HDD application!\"}"], ["created_at", "2016-10-07 18:56:41.435600"], ["updated_at", "2016-10-07 18:56:41.435600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus illum rem provident ea et perferendis hic.\",\"body\":\"Use the back-end AGP sensor, then you can override the primary monitor!\"}"], ["created_at", "2016-10-07 18:56:41.436488"], ["updated_at", "2016-10-07 18:56:41.436488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex quis consequatur quod praesentium.\",\"body\":\"You can't input the driver without connecting the primary FTP driver!\"}"], ["created_at", "2016-10-07 18:56:41.437422"], ["updated_at", "2016-10-07 18:56:41.437422"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi ea quo dolores aliquid et quod.\",\"body\":\"Indexing the transmitter won't do anything, we need to bypass the haptic xss card!\"}"], ["created_at", "2016-10-07 18:56:41.438392"], ["updated_at", "2016-10-07 18:56:41.438392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ad cum et.\",\"body\":\"Try to compress the PNG microchip, maybe it will override the 1080p pixel!\"}"], ["created_at", "2016-10-07 18:56:41.439442"], ["updated_at", "2016-10-07 18:56:41.439442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione ea voluptas assumenda et.\",\"body\":\"Try to calculate the THX bus, maybe it will compress the optical protocol!\"}"], ["created_at", "2016-10-07 18:56:41.440371"], ["updated_at", "2016-10-07 18:56:41.440371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem expedita non officia laborum.\",\"body\":\"You can't program the hard drive without navigating the haptic RAM port!\"}"], ["created_at", "2016-10-07 18:56:41.441320"], ["updated_at", "2016-10-07 18:56:41.441320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi facilis omnis laboriosam eius aperiam.\",\"body\":\"You can't program the system without programming the back-end RSS array!\"}"], ["created_at", "2016-10-07 18:56:41.442245"], ["updated_at", "2016-10-07 18:56:41.442245"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et delectus nam.\",\"body\":\"The HDD program is down, generate the neural driver so we can quantify the EXE bus!\"}"], ["created_at", "2016-10-07 18:56:41.443176"], ["updated_at", "2016-10-07 18:56:41.443176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt dolores dolorem expedita adipisci aut fugit.\",\"body\":\"Quantifying the pixel won't do anything, we need to program the back-end xss alarm!\"}"], ["created_at", "2016-10-07 18:56:41.444128"], ["updated_at", "2016-10-07 18:56:41.444128"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore rerum est non quisquam sed fuga qui.\",\"body\":\"I'll reboot the mobile USB sensor, that should capacitor the SSL microchip!\"}"], ["created_at", "2016-10-07 18:56:41.445066"], ["updated_at", "2016-10-07 18:56:41.445066"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum totam iure sit autem magni qui.\",\"body\":\"If we synthesize the driver, we can get to the HTTP application through the optical CSS protocol!\"}"], ["created_at", "2016-10-07 18:56:41.445999"], ["updated_at", "2016-10-07 18:56:41.445999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat non et perferendis molestiae.\",\"body\":\"We need to calculate the 1080p HDD matrix!\"}"], ["created_at", "2016-10-07 18:56:41.446945"], ["updated_at", "2016-10-07 18:56:41.446945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam sit sed voluptate non aut.\",\"body\":\"Navigating the pixel won't do anything, we need to hack the open-source com sensor!\"}"], ["created_at", "2016-10-07 18:56:41.447860"], ["updated_at", "2016-10-07 18:56:41.447860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut id possimus ullam molestiae eum voluptatem.\",\"body\":\"I'll quantify the primary SMS microchip, that should driver the JSON bus!\"}"], ["created_at", "2016-10-07 18:56:41.448809"], ["updated_at", "2016-10-07 18:56:41.448809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita magni quia doloribus.\",\"body\":\"I'll parse the neural XML application, that should hard drive the RSS firewall!\"}"], ["created_at", "2016-10-07 18:56:41.449747"], ["updated_at", "2016-10-07 18:56:41.449747"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et hic eos aut corporis id.\",\"body\":\"Copying the application won't do anything, we need to compress the virtual adp interface!\"}"], ["created_at", "2016-10-07 18:56:41.450706"], ["updated_at", "2016-10-07 18:56:41.450706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui at sit.\",\"body\":\"Use the optical PNG array, then you can synthesize the mobile alarm!\"}"], ["created_at", "2016-10-07 18:56:41.451610"], ["updated_at", "2016-10-07 18:56:41.451610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis aut impedit aut.\",\"body\":\"Try to override the SQL array, maybe it will hack the online system!\"}"], ["created_at", "2016-10-07 18:56:41.452539"], ["updated_at", "2016-10-07 18:56:41.452539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit amet in laudantium dicta nemo.\",\"body\":\"Generating the matrix won't do anything, we need to back up the virtual smtp protocol!\"}"], ["created_at", "2016-10-07 18:56:41.453476"], ["updated_at", "2016-10-07 18:56:41.453476"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim quae et et ducimus illum.\",\"body\":\"Try to back up the IB hard drive, maybe it will compress the multi-byte pixel!\"}"], ["created_at", "2016-10-07 18:56:41.454410"], ["updated_at", "2016-10-07 18:56:41.454410"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam quasi sequi fugiat quisquam.\",\"body\":\"The COM protocol is down, synthesize the 1080p pixel so we can input the USB bus!\"}"], ["created_at", "2016-10-07 18:56:41.455400"], ["updated_at", "2016-10-07 18:56:41.455400"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas vel sed repudiandae voluptatibus eius.\",\"body\":\"The IB program is down, synthesize the open-source port so we can transmit the CSS hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.456302"], ["updated_at", "2016-10-07 18:56:41.456302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam sit est.\",\"body\":\"We need to transmit the wireless XSS alarm!\"}"], ["created_at", "2016-10-07 18:56:41.457232"], ["updated_at", "2016-10-07 18:56:41.457232"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem fugit ex.\",\"body\":\"We need to calculate the cross-platform SQL array!\"}"], ["created_at", "2016-10-07 18:56:41.458159"], ["updated_at", "2016-10-07 18:56:41.458159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quidem nesciunt aut.\",\"body\":\"If we calculate the sensor, we can get to the RSS pixel through the haptic SSL circuit!\"}"], ["created_at", "2016-10-07 18:56:41.459121"], ["updated_at", "2016-10-07 18:56:41.459121"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem sint quidem sequi.\",\"body\":\"We need to input the virtual SMTP program!\"}"], ["created_at", "2016-10-07 18:56:41.460046"], ["updated_at", "2016-10-07 18:56:41.460046"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis facere est voluptate alias.\",\"body\":\"Try to quantify the PCI sensor, maybe it will bypass the open-source hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.461021"], ["updated_at", "2016-10-07 18:56:41.461021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit non non ex at impedit.\",\"body\":\"You can't bypass the system without programming the 1080p PNG bus!\"}"], ["created_at", "2016-10-07 18:56:41.461947"], ["updated_at", "2016-10-07 18:56:41.461947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis accusantium quaerat soluta laborum cumque.\",\"body\":\"Try to copy the ADP system, maybe it will bypass the mobile microchip!\"}"], ["created_at", "2016-10-07 18:56:41.462853"], ["updated_at", "2016-10-07 18:56:41.462853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore ullam dolores.\",\"body\":\"Use the digital AGP microchip, then you can parse the wireless transmitter!\"}"], ["created_at", "2016-10-07 18:56:41.463825"], ["updated_at", "2016-10-07 18:56:41.463825"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam eum sed corporis laboriosam ut fugit necessitatibus.\",\"body\":\"Try to quantify the CSS feed, maybe it will connect the redundant port!\"}"], ["created_at", "2016-10-07 18:56:41.464767"], ["updated_at", "2016-10-07 18:56:41.464767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex est veritatis.\",\"body\":\"I'll input the primary GB microchip, that should feed the SDD sensor!\"}"], ["created_at", "2016-10-07 18:56:41.465701"], ["updated_at", "2016-10-07 18:56:41.465701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus dolorem eligendi.\",\"body\":\"Try to navigate the EXE microchip, maybe it will program the neural card!\"}"], ["created_at", "2016-10-07 18:56:41.466636"], ["updated_at", "2016-10-07 18:56:41.466636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis odio aliquid aut consequatur voluptate.\",\"body\":\"You can't hack the transmitter without backing up the virtual ADP array!\"}"], ["created_at", "2016-10-07 18:56:41.467573"], ["updated_at", "2016-10-07 18:56:41.467573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore recusandae numquam itaque officia veniam.\",\"body\":\"If we compress the feed, we can get to the SCSI bus through the optical GB firewall!\"}"], ["created_at", "2016-10-07 18:56:41.468502"], ["updated_at", "2016-10-07 18:56:41.468502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis rerum animi.\",\"body\":\"Try to override the CSS alarm, maybe it will bypass the digital system!\"}"], ["created_at", "2016-10-07 18:56:41.469425"], ["updated_at", "2016-10-07 18:56:41.469425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia autem facere dicta quod quia natus.\",\"body\":\"If we reboot the bandwidth, we can get to the RAM firewall through the solid state XSS matrix!\"}"], ["created_at", "2016-10-07 18:56:41.470361"], ["updated_at", "2016-10-07 18:56:41.470361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum molestiae facere.\",\"body\":\"Try to generate the SSL card, maybe it will transmit the bluetooth hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.471326"], ["updated_at", "2016-10-07 18:56:41.471326"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis magni ea rem unde.\",\"body\":\"Quantifying the bus won't do anything, we need to parse the optical ssl transmitter!\"}"], ["created_at", "2016-10-07 18:56:41.472277"], ["updated_at", "2016-10-07 18:56:41.472277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est est odio reprehenderit explicabo.\",\"body\":\"We need to generate the optical ADP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:41.473212"], ["updated_at", "2016-10-07 18:56:41.473212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident dolor et.\",\"body\":\"Try to override the IB port, maybe it will program the primary circuit!\"}"], ["created_at", "2016-10-07 18:56:41.474099"], ["updated_at", "2016-10-07 18:56:41.474099"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nam dolores dolor velit.\",\"body\":\"If we override the hard drive, we can get to the JSON hard drive through the wireless RSS system!\"}"], ["created_at", "2016-10-07 18:56:41.475033"], ["updated_at", "2016-10-07 18:56:41.475033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium quod sit ad aut voluptatem saepe nihil.\",\"body\":\"I'll compress the mobile COM alarm, that should card the RSS protocol!\"}"], ["created_at", "2016-10-07 18:56:41.475996"], ["updated_at", "2016-10-07 18:56:41.475996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab consectetur aut esse.\",\"body\":\"The SAS capacitor is down, back up the neural matrix so we can connect the USB monitor!\"}"], ["created_at", "2016-10-07 18:56:41.476892"], ["updated_at", "2016-10-07 18:56:41.476892"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore libero et.\",\"body\":\"We need to input the bluetooth EXE system!\"}"], ["created_at", "2016-10-07 18:56:41.477834"], ["updated_at", "2016-10-07 18:56:41.477834"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad praesentium voluptatum vitae repellat aut.\",\"body\":\"We need to calculate the auxiliary HTTP card!\"}"], ["created_at", "2016-10-07 18:56:41.478775"], ["updated_at", "2016-10-07 18:56:41.478775"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea facere aspernatur suscipit corporis distinctio illo.\",\"body\":\"Use the digital COM sensor, then you can input the optical microchip!\"}"], ["created_at", "2016-10-07 18:56:41.479686"], ["updated_at", "2016-10-07 18:56:41.479686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In eos sed nam maiores.\",\"body\":\"You can't program the program without connecting the mobile USB matrix!\"}"], ["created_at", "2016-10-07 18:56:41.480660"], ["updated_at", "2016-10-07 18:56:41.480660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quia sint voluptas officia.\",\"body\":\"Try to back up the THX port, maybe it will calculate the wireless pixel!\"}"], ["created_at", "2016-10-07 18:56:41.481585"], ["updated_at", "2016-10-07 18:56:41.481585"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad quo sed.\",\"body\":\"Use the back-end PCI driver, then you can generate the open-source bandwidth!\"}"], ["created_at", "2016-10-07 18:56:41.482536"], ["updated_at", "2016-10-07 18:56:41.482536"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aut voluptatem ea nihil laboriosam quia.\",\"body\":\"We need to bypass the bluetooth XSS program!\"}"], ["created_at", "2016-10-07 18:56:41.483458"], ["updated_at", "2016-10-07 18:56:41.483458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptates sunt omnis accusantium nihil et.\",\"body\":\"If we reboot the interface, we can get to the TCP capacitor through the optical FTP sensor!\"}"], ["created_at", "2016-10-07 18:56:41.484389"], ["updated_at", "2016-10-07 18:56:41.484389"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem perferendis et amet odio ut impedit quia.\",\"body\":\"You can't transmit the driver without navigating the back-end SCSI program!\"}"], ["created_at", "2016-10-07 18:56:41.485306"], ["updated_at", "2016-10-07 18:56:41.485306"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores odio minus quia repellat.\",\"body\":\"I'll calculate the digital CSS bus, that should monitor the THX bus!\"}"], ["created_at", "2016-10-07 18:56:41.486241"], ["updated_at", "2016-10-07 18:56:41.486241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo labore est soluta tempora similique rerum.\",\"body\":\"Use the primary SMTP matrix, then you can hack the back-end array!\"}"], ["created_at", "2016-10-07 18:56:41.487175"], ["updated_at", "2016-10-07 18:56:41.487175"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut pariatur aut magnam aut eveniet autem tenetur.\",\"body\":\"We need to hack the digital AGP transmitter!\"}"], ["created_at", "2016-10-07 18:56:41.488106"], ["updated_at", "2016-10-07 18:56:41.488106"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum molestiae accusantium quasi iure maxime qui.\",\"body\":\"I'll input the cross-platform SDD firewall, that should panel the GB monitor!\"}"], ["created_at", "2016-10-07 18:56:41.489074"], ["updated_at", "2016-10-07 18:56:41.489074"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut nihil architecto id dolore vel.\",\"body\":\"We need to calculate the mobile SMTP matrix!\"}"], ["created_at", "2016-10-07 18:56:41.489983"], ["updated_at", "2016-10-07 18:56:41.489983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam omnis magni.\",\"body\":\"Connecting the array won't do anything, we need to bypass the primary pci interface!\"}"], ["created_at", "2016-10-07 18:56:41.490910"], ["updated_at", "2016-10-07 18:56:41.490910"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos deleniti ut.\",\"body\":\"I'll transmit the neural GB system, that should sensor the SCSI pixel!\"}"], ["created_at", "2016-10-07 18:56:41.491836"], ["updated_at", "2016-10-07 18:56:41.491836"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore architecto reiciendis ducimus quos.\",\"body\":\"If we navigate the sensor, we can get to the AGP sensor through the virtual RAM feed!\"}"], ["created_at", "2016-10-07 18:56:41.492781"], ["updated_at", "2016-10-07 18:56:41.492781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates quia voluptate quis quia.\",\"body\":\"Use the 1080p SMS array, then you can input the primary pixel!\"}"], ["created_at", "2016-10-07 18:56:41.493733"], ["updated_at", "2016-10-07 18:56:41.493733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam rerum voluptas et libero delectus iste aut.\",\"body\":\"The CSS bandwidth is down, compress the auxiliary protocol so we can parse the JBOD monitor!\"}"], ["created_at", "2016-10-07 18:56:41.494671"], ["updated_at", "2016-10-07 18:56:41.494671"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse sit cupiditate in pariatur dolorem.\",\"body\":\"Try to connect the CSS pixel, maybe it will navigate the solid state protocol!\"}"], ["created_at", "2016-10-07 18:56:41.495612"], ["updated_at", "2016-10-07 18:56:41.495612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui deleniti nostrum praesentium eum sequi occaecati.\",\"body\":\"I'll parse the multi-byte XML alarm, that should pixel the SCSI panel!\"}"], ["created_at", "2016-10-07 18:56:41.496539"], ["updated_at", "2016-10-07 18:56:41.496539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi dolor architecto quaerat iusto sed aut perspiciatis.\",\"body\":\"Try to override the USB bus, maybe it will synthesize the online microchip!\"}"], ["created_at", "2016-10-07 18:56:41.497521"], ["updated_at", "2016-10-07 18:56:41.497521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis quia accusamus architecto odit et officia.\",\"body\":\"If we reboot the circuit, we can get to the PCI firewall through the mobile SMTP bus!\"}"], ["created_at", "2016-10-07 18:56:41.498578"], ["updated_at", "2016-10-07 18:56:41.498578"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi sequi impedit quis qui.\",\"body\":\"I'll back up the wireless RSS application, that should monitor the RSS application!\"}"], ["created_at", "2016-10-07 18:56:41.499533"], ["updated_at", "2016-10-07 18:56:41.499533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio tempore et omnis.\",\"body\":\"We need to connect the bluetooth COM matrix!\"}"], ["created_at", "2016-10-07 18:56:41.500759"], ["updated_at", "2016-10-07 18:56:41.500759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et perferendis.\",\"body\":\"Try to quantify the EXE pixel, maybe it will parse the solid state bus!\"}"], ["created_at", "2016-10-07 18:56:41.501717"], ["updated_at", "2016-10-07 18:56:41.501717"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur est voluptatem.\",\"body\":\"I'll connect the virtual XML alarm, that should microchip the GB firewall!\"}"], ["created_at", "2016-10-07 18:56:41.502692"], ["updated_at", "2016-10-07 18:56:41.502692"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi voluptatem rerum magni pariatur necessitatibus impedit ut.\",\"body\":\"I'll quantify the haptic HTTP application, that should feed the SQL firewall!\"}"], ["created_at", "2016-10-07 18:56:41.503595"], ["updated_at", "2016-10-07 18:56:41.503595"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ut voluptates iste quis.\",\"body\":\"I'll back up the optical SCSI panel, that should bandwidth the SQL matrix!\"}"], ["created_at", "2016-10-07 18:56:41.504528"], ["updated_at", "2016-10-07 18:56:41.504528"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eum consequuntur sapiente.\",\"body\":\"Use the haptic EXE capacitor, then you can program the auxiliary panel!\"}"], ["created_at", "2016-10-07 18:56:41.506066"], ["updated_at", "2016-10-07 18:56:41.506066"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero minima quo et.\",\"body\":\"We need to input the back-end TCP alarm!\"}"], ["created_at", "2016-10-07 18:56:41.508993"], ["updated_at", "2016-10-07 18:56:41.508993"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut doloremque impedit sit dignissimos dolorum.\",\"body\":\"If we synthesize the alarm, we can get to the RAM feed through the neural AGP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:41.512939"], ["updated_at", "2016-10-07 18:56:41.512939"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta ut aut id quos hic quae.\",\"body\":\"Quantifying the panel won't do anything, we need to synthesize the wireless ai matrix!\"}"], ["created_at", "2016-10-07 18:56:41.515412"], ["updated_at", "2016-10-07 18:56:41.515412"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim consequatur accusantium quia ipsum ut sint numquam.\",\"body\":\"If we program the panel, we can get to the XML circuit through the auxiliary SDD alarm!\"}"], ["created_at", "2016-10-07 18:56:41.517748"], ["updated_at", "2016-10-07 18:56:41.517748"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatem porro ut fugiat nesciunt saepe.\",\"body\":\"The AGP circuit is down, program the 1080p feed so we can connect the SDD driver!\"}"], ["created_at", "2016-10-07 18:56:41.520136"], ["updated_at", "2016-10-07 18:56:41.520136"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut qui quod laudantium magnam.\",\"body\":\"Try to hack the HDD card, maybe it will copy the bluetooth microchip!\"}"], ["created_at", "2016-10-07 18:56:41.522740"], ["updated_at", "2016-10-07 18:56:41.522740"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur veniam doloribus.\",\"body\":\"I'll index the 1080p RSS driver, that should port the THX driver!\"}"], ["created_at", "2016-10-07 18:56:41.527348"], ["updated_at", "2016-10-07 18:56:41.527348"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est odio corporis.\",\"body\":\"Try to bypass the FTP system, maybe it will synthesize the neural array!\"}"], ["created_at", "2016-10-07 18:56:41.529667"], ["updated_at", "2016-10-07 18:56:41.529667"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil iusto enim quos iure.\",\"body\":\"Try to back up the AGP microchip, maybe it will compress the 1080p card!\"}"], ["created_at", "2016-10-07 18:56:41.532091"], ["updated_at", "2016-10-07 18:56:41.532091"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro est quia.\",\"body\":\"Backing up the circuit won't do anything, we need to calculate the neural exe bandwidth!\"}"], ["created_at", "2016-10-07 18:56:41.534279"], ["updated_at", "2016-10-07 18:56:41.534279"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel ut aspernatur hic iste.\",\"body\":\"The SMTP microchip is down, index the solid state bus so we can connect the XML monitor!\"}"], ["created_at", "2016-10-07 18:56:41.536356"], ["updated_at", "2016-10-07 18:56:41.536356"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae asperiores et ratione reprehenderit autem eos dolores.\",\"body\":\"I'll bypass the virtual IB panel, that should interface the AGP monitor!\"}"], ["created_at", "2016-10-07 18:56:41.537956"], ["updated_at", "2016-10-07 18:56:41.537956"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia sed adipisci dolorem eum deserunt sint quia.\",\"body\":\"We need to bypass the optical SAS microchip!\"}"], ["created_at", "2016-10-07 18:56:41.539777"], ["updated_at", "2016-10-07 18:56:41.539777"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore amet voluptatem qui illum.\",\"body\":\"You can't compress the firewall without synthesizing the digital PNG firewall!\"}"], ["created_at", "2016-10-07 18:56:41.541413"], ["updated_at", "2016-10-07 18:56:41.541413"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis quia sed.\",\"body\":\"Try to back up the RAM array, maybe it will synthesize the 1080p capacitor!\"}"], ["created_at", "2016-10-07 18:56:41.543701"], ["updated_at", "2016-10-07 18:56:41.543701"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam facilis officia ipsam excepturi.\",\"body\":\"You can't override the protocol without indexing the primary SSL hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.546590"], ["updated_at", "2016-10-07 18:56:41.546590"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem sit repellendus.\",\"body\":\"We need to calculate the online HDD protocol!\"}"], ["created_at", "2016-10-07 18:56:41.553965"], ["updated_at", "2016-10-07 18:56:41.553965"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi rerum itaque saepe sed.\",\"body\":\"We need to navigate the mobile SSL sensor!\"}"], ["created_at", "2016-10-07 18:56:41.557960"], ["updated_at", "2016-10-07 18:56:41.557960"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima quia aliquid rem nulla et molestiae.\",\"body\":\"We need to copy the bluetooth FTP sensor!\"}"], ["created_at", "2016-10-07 18:56:41.560411"], ["updated_at", "2016-10-07 18:56:41.560411"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus et non quam alias natus eum rerum.\",\"body\":\"Try to back up the TCP microchip, maybe it will back up the redundant sensor!\"}"], ["created_at", "2016-10-07 18:56:41.562856"], ["updated_at", "2016-10-07 18:56:41.562856"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde fugit aut eius.\",\"body\":\"Quantifying the microchip won't do anything, we need to back up the cross-platform ssl application!\"}"], ["created_at", "2016-10-07 18:56:41.568485"], ["updated_at", "2016-10-07 18:56:41.568485"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt ipsa tempore voluptas.\",\"body\":\"I'll copy the wireless FTP port, that should system the JSON protocol!\"}"], ["created_at", "2016-10-07 18:56:41.572723"], ["updated_at", "2016-10-07 18:56:41.572723"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A earum et consectetur dolor doloremque.\",\"body\":\"Try to bypass the SSL array, maybe it will transmit the bluetooth panel!\"}"], ["created_at", "2016-10-07 18:56:41.574169"], ["updated_at", "2016-10-07 18:56:41.574169"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et culpa animi molestias sed omnis voluptatibus voluptas.\",\"body\":\"Use the back-end HTTP bandwidth, then you can reboot the auxiliary capacitor!\"}"], ["created_at", "2016-10-07 18:56:41.575487"], ["updated_at", "2016-10-07 18:56:41.575487"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae voluptatem eum.\",\"body\":\"You can't program the port without backing up the digital SQL port!\"}"], ["created_at", "2016-10-07 18:56:41.576928"], ["updated_at", "2016-10-07 18:56:41.576928"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi corporis repudiandae sequi.\",\"body\":\"Try to hack the RAM system, maybe it will quantify the primary driver!\"}"], ["created_at", "2016-10-07 18:56:41.579252"], ["updated_at", "2016-10-07 18:56:41.579252"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae eum cum aut molestias iure quisquam ut.\",\"body\":\"We need to connect the mobile XSS driver!\"}"], ["created_at", "2016-10-07 18:56:41.581587"], ["updated_at", "2016-10-07 18:56:41.581587"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid nobis possimus rerum aut temporibus.\",\"body\":\"The IB sensor is down, reboot the bluetooth protocol so we can back up the AI bus!\"}"], ["created_at", "2016-10-07 18:56:41.583411"], ["updated_at", "2016-10-07 18:56:41.583411"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil dolores aut.\",\"body\":\"I'll back up the virtual AGP capacitor, that should transmitter the IB card!\"}"], ["created_at", "2016-10-07 18:56:41.585886"], ["updated_at", "2016-10-07 18:56:41.585886"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque fuga odit incidunt odio rerum molestias.\",\"body\":\"Use the open-source SDD application, then you can generate the bluetooth sensor!\"}"], ["created_at", "2016-10-07 18:56:41.591200"], ["updated_at", "2016-10-07 18:56:41.591200"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id voluptatem enim totam quidem in.\",\"body\":\"We need to synthesize the haptic AGP hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.592991"], ["updated_at", "2016-10-07 18:56:41.592991"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore quasi at dolorem suscipit.\",\"body\":\"You can't override the card without compressing the optical JBOD driver!\"}"], ["created_at", "2016-10-07 18:56:41.594729"], ["updated_at", "2016-10-07 18:56:41.594729"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea dolorem et voluptas labore suscipit.\",\"body\":\"We need to calculate the virtual GB capacitor!\"}"], ["created_at", "2016-10-07 18:56:41.596249"], ["updated_at", "2016-10-07 18:56:41.596249"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa aliquam est doloremque id voluptatum aut quasi.\",\"body\":\"Backing up the sensor won't do anything, we need to index the wireless ib card!\"}"], ["created_at", "2016-10-07 18:56:41.597699"], ["updated_at", "2016-10-07 18:56:41.597699"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum asperiores molestias.\",\"body\":\"The TCP capacitor is down, synthesize the redundant protocol so we can input the CSS alarm!\"}"], ["created_at", "2016-10-07 18:56:41.599367"], ["updated_at", "2016-10-07 18:56:41.599367"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero dignissimos voluptatem.\",\"body\":\"I'll transmit the 1080p PNG interface, that should bus the RAM array!\"}"], ["created_at", "2016-10-07 18:56:41.600995"], ["updated_at", "2016-10-07 18:56:41.600995"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique tempore aut ut culpa.\",\"body\":\"We need to transmit the auxiliary SMS interface!\"}"], ["created_at", "2016-10-07 18:56:41.602312"], ["updated_at", "2016-10-07 18:56:41.602312"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa vero quis quam et.\",\"body\":\"Quantifying the transmitter won't do anything, we need to reboot the 1080p tcp monitor!\"}"], ["created_at", "2016-10-07 18:56:41.604451"], ["updated_at", "2016-10-07 18:56:41.604451"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A recusandae consequuntur aspernatur occaecati.\",\"body\":\"We need to calculate the solid state SSL sensor!\"}"], ["created_at", "2016-10-07 18:56:41.607750"], ["updated_at", "2016-10-07 18:56:41.607750"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum exercitationem autem quis architecto.\",\"body\":\"Use the auxiliary SMS hard drive, then you can parse the virtual circuit!\"}"], ["created_at", "2016-10-07 18:56:41.610030"], ["updated_at", "2016-10-07 18:56:41.610030"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus labore esse doloremque voluptatem magnam aut.\",\"body\":\"Calculating the hard drive won't do anything, we need to navigate the optical ram alarm!\"}"], ["created_at", "2016-10-07 18:56:41.611272"], ["updated_at", "2016-10-07 18:56:41.611272"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore laudantium qui quia atque consequatur asperiores ea.\",\"body\":\"Try to hack the XSS alarm, maybe it will hack the virtual monitor!\"}"], ["created_at", "2016-10-07 18:56:41.612384"], ["updated_at", "2016-10-07 18:56:41.612384"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima animi dicta sit dolor.\",\"body\":\"We need to program the redundant SMS pixel!\"}"], ["created_at", "2016-10-07 18:56:41.613560"], ["updated_at", "2016-10-07 18:56:41.613560"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid et voluptas.\",\"body\":\"Try to bypass the THX hard drive, maybe it will reboot the 1080p program!\"}"], ["created_at", "2016-10-07 18:56:41.614723"], ["updated_at", "2016-10-07 18:56:41.614723"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et maxime ad.\",\"body\":\"The SSL firewall is down, override the haptic firewall so we can input the SQL monitor!\"}"], ["created_at", "2016-10-07 18:56:41.615894"], ["updated_at", "2016-10-07 18:56:41.615894"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi odit doloremque minus eos quia dolores magnam.\",\"body\":\"You can't quantify the pixel without bypassing the wireless FTP sensor!\"}"], ["created_at", "2016-10-07 18:56:41.617305"], ["updated_at", "2016-10-07 18:56:41.617305"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non ratione delectus quod.\",\"body\":\"If we hack the program, we can get to the SAS protocol through the optical RAM circuit!\"}"], ["created_at", "2016-10-07 18:56:41.618574"], ["updated_at", "2016-10-07 18:56:41.618574"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus architecto nihil fuga eligendi.\",\"body\":\"I'll generate the auxiliary ADP feed, that should card the RAM bus!\"}"], ["created_at", "2016-10-07 18:56:41.620080"], ["updated_at", "2016-10-07 18:56:41.620080"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus eum quidem ut recusandae doloremque quisquam dolorem.\",\"body\":\"Parsing the matrix won't do anything, we need to program the open-source pci circuit!\"}"], ["created_at", "2016-10-07 18:56:41.621374"], ["updated_at", "2016-10-07 18:56:41.621374"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde nam aut.\",\"body\":\"Use the haptic EXE hard drive, then you can input the open-source microchip!\"}"], ["created_at", "2016-10-07 18:56:41.623090"], ["updated_at", "2016-10-07 18:56:41.623090"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit assumenda et voluptas nam.\",\"body\":\"I'll connect the primary FTP array, that should sensor the HDD sensor!\"}"], ["created_at", "2016-10-07 18:56:41.625596"], ["updated_at", "2016-10-07 18:56:41.625596"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi ut consequatur ea facere consequatur ad maiores.\",\"body\":\"The AGP microchip is down, transmit the optical array so we can transmit the CSS bus!\"}"], ["created_at", "2016-10-07 18:56:41.626866"], ["updated_at", "2016-10-07 18:56:41.626866"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum enim minus recusandae illum.\",\"body\":\"We need to generate the open-source SDD transmitter!\"}"], ["created_at", "2016-10-07 18:56:41.628053"], ["updated_at", "2016-10-07 18:56:41.628053"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui omnis occaecati.\",\"body\":\"I'll bypass the haptic HDD microchip, that should hard drive the JBOD driver!\"}"], ["created_at", "2016-10-07 18:56:41.629275"], ["updated_at", "2016-10-07 18:56:41.629275"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ut enim.\",\"body\":\"If we generate the matrix, we can get to the RAM hard drive through the 1080p TCP hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.630779"], ["updated_at", "2016-10-07 18:56:41.630779"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et debitis quasi aliquid ut praesentium veritatis sunt.\",\"body\":\"Use the back-end XML matrix, then you can input the solid state protocol!\"}"], ["created_at", "2016-10-07 18:56:41.632391"], ["updated_at", "2016-10-07 18:56:41.632391"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo magnam est similique quis dolores.\",\"body\":\"If we calculate the pixel, we can get to the SMS firewall through the wireless GB interface!\"}"], ["created_at", "2016-10-07 18:56:41.634018"], ["updated_at", "2016-10-07 18:56:41.634018"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro qui magnam maxime repellendus amet molestias.\",\"body\":\"Backing up the alarm won't do anything, we need to connect the wireless sdd bus!\"}"], ["created_at", "2016-10-07 18:56:41.635748"], ["updated_at", "2016-10-07 18:56:41.635748"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo exercitationem consequatur fuga dolorem.\",\"body\":\"If we connect the system, we can get to the XML hard drive through the wireless AI interface!\"}"], ["created_at", "2016-10-07 18:56:41.637420"], ["updated_at", "2016-10-07 18:56:41.637420"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quas sit officia assumenda tempore.\",\"body\":\"The USB transmitter is down, program the haptic capacitor so we can navigate the THX bandwidth!\"}"], ["created_at", "2016-10-07 18:56:41.639457"], ["updated_at", "2016-10-07 18:56:41.639457"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque rerum dolore saepe ipsum ut.\",\"body\":\"The XML feed is down, bypass the primary application so we can generate the HTTP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:41.642240"], ["updated_at", "2016-10-07 18:56:41.642240"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex voluptate magni hic rerum nisi voluptas.\",\"body\":\"If we compress the array, we can get to the RAM port through the bluetooth HDD application!\"}"], ["created_at", "2016-10-07 18:56:41.643941"], ["updated_at", "2016-10-07 18:56:41.643941"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ut laborum aut neque quia.\",\"body\":\"You can't navigate the capacitor without connecting the virtual PCI feed!\"}"], ["created_at", "2016-10-07 18:56:41.645323"], ["updated_at", "2016-10-07 18:56:41.645323"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim ut qui.\",\"body\":\"Compressing the panel won't do anything, we need to parse the bluetooth png bandwidth!\"}"], ["created_at", "2016-10-07 18:56:41.646734"], ["updated_at", "2016-10-07 18:56:41.646734"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quaerat mollitia et fugit amet et voluptas.\",\"body\":\"The FTP panel is down, input the mobile bus so we can input the EXE port!\"}"], ["created_at", "2016-10-07 18:56:41.648254"], ["updated_at", "2016-10-07 18:56:41.648254"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut enim sint.\",\"body\":\"Generating the port won't do anything, we need to reboot the mobile css matrix!\"}"], ["created_at", "2016-10-07 18:56:41.649912"], ["updated_at", "2016-10-07 18:56:41.649912"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam similique quas aliquam dicta ut.\",\"body\":\"The TCP matrix is down, compress the wireless feed so we can reboot the ADP sensor!\"}"], ["created_at", "2016-10-07 18:56:41.651628"], ["updated_at", "2016-10-07 18:56:41.651628"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos blanditiis consequatur pariatur dolorem aut dolor numquam.\",\"body\":\"Bypassing the alarm won't do anything, we need to bypass the open-source pci system!\"}"], ["created_at", "2016-10-07 18:56:41.653414"], ["updated_at", "2016-10-07 18:56:41.653414"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus tenetur quo nihil ut.\",\"body\":\"We need to synthesize the multi-byte HDD card!\"}"], ["created_at", "2016-10-07 18:56:41.655047"], ["updated_at", "2016-10-07 18:56:41.655047"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore sit tempora quaerat doloremque consectetur ea facilis.\",\"body\":\"The JBOD port is down, generate the digital hard drive so we can input the CSS panel!\"}"], ["created_at", "2016-10-07 18:56:41.656715"], ["updated_at", "2016-10-07 18:56:41.656715"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus ea et et.\",\"body\":\"Try to hack the PNG port, maybe it will calculate the wireless interface!\"}"], ["created_at", "2016-10-07 18:56:41.658990"], ["updated_at", "2016-10-07 18:56:41.658990"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint facilis et eius eligendi nobis rerum.\",\"body\":\"If we calculate the transmitter, we can get to the THX card through the back-end PCI protocol!\"}"], ["created_at", "2016-10-07 18:56:41.660282"], ["updated_at", "2016-10-07 18:56:41.660282"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae dolorem a facilis in sed autem aut.\",\"body\":\"I'll connect the 1080p SCSI firewall, that should bandwidth the RSS hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.661519"], ["updated_at", "2016-10-07 18:56:41.661519"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non ex sit harum ut est quo.\",\"body\":\"Try to hack the PCI firewall, maybe it will connect the mobile capacitor!\"}"], ["created_at", "2016-10-07 18:56:41.662780"], ["updated_at", "2016-10-07 18:56:41.662780"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum molestiae rem.\",\"body\":\"The PNG feed is down, input the open-source pixel so we can override the FTP alarm!\"}"], ["created_at", "2016-10-07 18:56:41.664045"], ["updated_at", "2016-10-07 18:56:41.664045"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste voluptatibus maxime quos.\",\"body\":\"I'll program the online HTTP transmitter, that should monitor the THX system!\"}"], ["created_at", "2016-10-07 18:56:41.665332"], ["updated_at", "2016-10-07 18:56:41.665332"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut consequatur in dolore impedit sed excepturi.\",\"body\":\"Use the back-end EXE hard drive, then you can program the 1080p bandwidth!\"}"], ["created_at", "2016-10-07 18:56:41.666573"], ["updated_at", "2016-10-07 18:56:41.666573"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod perferendis cupiditate itaque et.\",\"body\":\"We need to reboot the wireless PCI sensor!\"}"], ["created_at", "2016-10-07 18:56:41.667895"], ["updated_at", "2016-10-07 18:56:41.667895"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe accusantium praesentium et et et.\",\"body\":\"We need to back up the digital JBOD capacitor!\"}"], ["created_at", "2016-10-07 18:56:41.669078"], ["updated_at", "2016-10-07 18:56:41.669078"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At veritatis incidunt quasi eveniet.\",\"body\":\"Use the neural XML feed, then you can input the auxiliary firewall!\"}"], ["created_at", "2016-10-07 18:56:41.670323"], ["updated_at", "2016-10-07 18:56:41.670323"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos hic nostrum.\",\"body\":\"You can't copy the hard drive without bypassing the back-end EXE card!\"}"], ["created_at", "2016-10-07 18:56:41.671656"], ["updated_at", "2016-10-07 18:56:41.671656"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius et quia vel eos quidem.\",\"body\":\"Indexing the microchip won't do anything, we need to connect the neural ib program!\"}"], ["created_at", "2016-10-07 18:56:41.673225"], ["updated_at", "2016-10-07 18:56:41.673225"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias tempore perspiciatis exercitationem rerum.\",\"body\":\"I'll connect the mobile TCP port, that should pixel the SAS protocol!\"}"], ["created_at", "2016-10-07 18:56:41.675367"], ["updated_at", "2016-10-07 18:56:41.675367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam veniam blanditiis rerum tempora saepe ipsum.\",\"body\":\"Backing up the panel won't do anything, we need to bypass the cross-platform ram application!\"}"], ["created_at", "2016-10-07 18:56:41.676528"], ["updated_at", "2016-10-07 18:56:41.676528"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus quos aut repellat quo dolorem esse.\",\"body\":\"Use the 1080p XSS pixel, then you can synthesize the multi-byte application!\"}"], ["created_at", "2016-10-07 18:56:41.677559"], ["updated_at", "2016-10-07 18:56:41.677559"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio nisi qui dolores assumenda et.\",\"body\":\"You can't input the circuit without navigating the solid state XML interface!\"}"], ["created_at", "2016-10-07 18:56:41.678618"], ["updated_at", "2016-10-07 18:56:41.678618"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus consectetur repellat non quaerat veritatis ipsam temporibus.\",\"body\":\"I'll copy the cross-platform XML alarm, that should bus the ADP sensor!\"}"], ["created_at", "2016-10-07 18:56:41.679736"], ["updated_at", "2016-10-07 18:56:41.679736"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas temporibus doloribus et dolores.\",\"body\":\"Use the back-end RSS bandwidth, then you can compress the haptic bus!\"}"], ["created_at", "2016-10-07 18:56:41.680938"], ["updated_at", "2016-10-07 18:56:41.680938"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit delectus blanditiis numquam tempore.\",\"body\":\"We need to transmit the 1080p ADP panel!\"}"], ["created_at", "2016-10-07 18:56:41.682090"], ["updated_at", "2016-10-07 18:56:41.682090"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit ut asperiores voluptatem animi earum.\",\"body\":\"If we bypass the monitor, we can get to the PCI capacitor through the online THX system!\"}"], ["created_at", "2016-10-07 18:56:41.683256"], ["updated_at", "2016-10-07 18:56:41.683256"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id quibusdam nisi iste aspernatur dolor at veniam.\",\"body\":\"If we generate the microchip, we can get to the IB interface through the virtual COM alarm!\"}"], ["created_at", "2016-10-07 18:56:41.684406"], ["updated_at", "2016-10-07 18:56:41.684406"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores iure sunt eveniet.\",\"body\":\"Try to program the HDD program, maybe it will transmit the mobile system!\"}"], ["created_at", "2016-10-07 18:56:41.685560"], ["updated_at", "2016-10-07 18:56:41.685560"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident aut sint reiciendis animi eos voluptate.\",\"body\":\"Use the open-source RAM driver, then you can parse the online capacitor!\"}"], ["created_at", "2016-10-07 18:56:41.686740"], ["updated_at", "2016-10-07 18:56:41.686740"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor impedit optio soluta pariatur.\",\"body\":\"The SQL firewall is down, input the back-end alarm so we can compress the TCP port!\"}"], ["created_at", "2016-10-07 18:56:41.687868"], ["updated_at", "2016-10-07 18:56:41.687868"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum neque non.\",\"body\":\"You can't synthesize the circuit without copying the haptic IB interface!\"}"], ["created_at", "2016-10-07 18:56:41.689096"], ["updated_at", "2016-10-07 18:56:41.689096"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo porro minus ipsam mollitia fuga aut.\",\"body\":\"You can't calculate the transmitter without programming the mobile COM interface!\"}"], ["created_at", "2016-10-07 18:56:41.690165"], ["updated_at", "2016-10-07 18:56:41.690165"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id autem consectetur sunt ipsa quidem.\",\"body\":\"I'll transmit the neural THX sensor, that should sensor the XSS hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.691316"], ["updated_at", "2016-10-07 18:56:41.691316"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime voluptatem quia quia.\",\"body\":\"We need to override the primary USB matrix!\"}"], ["created_at", "2016-10-07 18:56:41.692497"], ["updated_at", "2016-10-07 18:56:41.692497"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque est ut.\",\"body\":\"Use the primary CSS matrix, then you can calculate the wireless interface!\"}"], ["created_at", "2016-10-07 18:56:41.693623"], ["updated_at", "2016-10-07 18:56:41.693623"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam voluptas accusamus dolores.\",\"body\":\"Use the digital SSL firewall, then you can navigate the 1080p microchip!\"}"], ["created_at", "2016-10-07 18:56:41.694766"], ["updated_at", "2016-10-07 18:56:41.694766"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo aspernatur excepturi cupiditate et minima natus sunt.\",\"body\":\"We need to back up the open-source AGP driver!\"}"], ["created_at", "2016-10-07 18:56:41.695898"], ["updated_at", "2016-10-07 18:56:41.695898"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos inventore provident non a.\",\"body\":\"If we transmit the pixel, we can get to the IB system through the haptic RSS sensor!\"}"], ["created_at", "2016-10-07 18:56:41.697000"], ["updated_at", "2016-10-07 18:56:41.697000"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis repellendus provident laudantium.\",\"body\":\"You can't parse the transmitter without navigating the optical SCSI interface!\"}"], ["created_at", "2016-10-07 18:56:41.698142"], ["updated_at", "2016-10-07 18:56:41.698142"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nobis molestiae nihil saepe natus.\",\"body\":\"Overriding the bandwidth won't do anything, we need to parse the bluetooth http protocol!\"}"], ["created_at", "2016-10-07 18:56:41.699233"], ["updated_at", "2016-10-07 18:56:41.699233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor a facilis ad.\",\"body\":\"The EXE bus is down, parse the digital pixel so we can connect the SMS program!\"}"], ["created_at", "2016-10-07 18:56:41.700307"], ["updated_at", "2016-10-07 18:56:41.700307"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda et aliquam quod nihil ratione.\",\"body\":\"You can't compress the pixel without calculating the wireless SQL sensor!\"}"], ["created_at", "2016-10-07 18:56:41.701466"], ["updated_at", "2016-10-07 18:56:41.701466"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nulla et sed.\",\"body\":\"We need to index the cross-platform TCP alarm!\"}"], ["created_at", "2016-10-07 18:56:41.702842"], ["updated_at", "2016-10-07 18:56:41.702842"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id nobis libero doloribus ad expedita.\",\"body\":\"Use the auxiliary RAM alarm, then you can compress the online transmitter!\"}"], ["created_at", "2016-10-07 18:56:41.703999"], ["updated_at", "2016-10-07 18:56:41.703999"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem expedita voluptas veniam.\",\"body\":\"I'll synthesize the optical RSS system, that should program the SMTP application!\"}"], ["created_at", "2016-10-07 18:56:41.705207"], ["updated_at", "2016-10-07 18:56:41.705207"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit sunt adipisci repudiandae maxime error et.\",\"body\":\"You can't program the firewall without hacking the online XSS application!\"}"], ["created_at", "2016-10-07 18:56:41.706420"], ["updated_at", "2016-10-07 18:56:41.706420"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique voluptate dolorem cumque.\",\"body\":\"We need to connect the virtual PNG interface!\"}"], ["created_at", "2016-10-07 18:56:41.707634"], ["updated_at", "2016-10-07 18:56:41.707634"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil voluptas nam distinctio.\",\"body\":\"If we synthesize the driver, we can get to the XSS hard drive through the solid state SSL system!\"}"], ["created_at", "2016-10-07 18:56:41.708886"], ["updated_at", "2016-10-07 18:56:41.708886"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati quo consectetur porro iste.\",\"body\":\"Try to reboot the EXE microchip, maybe it will program the auxiliary application!\"}"], ["created_at", "2016-10-07 18:56:41.710088"], ["updated_at", "2016-10-07 18:56:41.710088"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non sunt necessitatibus aut ratione amet ea id.\",\"body\":\"The AGP bus is down, index the bluetooth alarm so we can connect the SMS program!\"}"], ["created_at", "2016-10-07 18:56:41.716174"], ["updated_at", "2016-10-07 18:56:41.716174"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum impedit quis saepe consequatur sit beatae earum.\",\"body\":\"Try to transmit the GB card, maybe it will copy the mobile capacitor!\"}"], ["created_at", "2016-10-07 18:56:41.717394"], ["updated_at", "2016-10-07 18:56:41.717394"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et assumenda doloribus blanditiis non maiores.\",\"body\":\"Use the cross-platform COM program, then you can reboot the online transmitter!\"}"], ["created_at", "2016-10-07 18:56:41.718450"], ["updated_at", "2016-10-07 18:56:41.718450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto eligendi dolore numquam fugit porro.\",\"body\":\"You can't synthesize the application without backing up the optical PNG bus!\"}"], ["created_at", "2016-10-07 18:56:41.719538"], ["updated_at", "2016-10-07 18:56:41.719538"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium et nulla eaque et sit.\",\"body\":\"The XML array is down, override the neural port so we can navigate the SSL alarm!\"}"], ["created_at", "2016-10-07 18:56:41.720607"], ["updated_at", "2016-10-07 18:56:41.720607"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias harum repellendus totam quos magni ut.\",\"body\":\"I'll hack the virtual AI circuit, that should application the RAM bus!\"}"], ["created_at", "2016-10-07 18:56:41.721694"], ["updated_at", "2016-10-07 18:56:41.721694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur sed quod molestiae delectus.\",\"body\":\"Use the solid state JBOD feed, then you can generate the auxiliary protocol!\"}"], ["created_at", "2016-10-07 18:56:41.722830"], ["updated_at", "2016-10-07 18:56:41.722830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque accusamus quam aut.\",\"body\":\"Use the optical JBOD matrix, then you can back up the cross-platform feed!\"}"], ["created_at", "2016-10-07 18:56:41.723889"], ["updated_at", "2016-10-07 18:56:41.723889"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet molestiae ut.\",\"body\":\"You can't compress the bus without parsing the bluetooth ADP application!\"}"], ["created_at", "2016-10-07 18:56:41.724910"], ["updated_at", "2016-10-07 18:56:41.724910"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum repellat odio veniam earum quis esse.\",\"body\":\"The SSL alarm is down, program the digital matrix so we can program the RAM array!\"}"], ["created_at", "2016-10-07 18:56:41.725894"], ["updated_at", "2016-10-07 18:56:41.725894"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis et est qui soluta vero.\",\"body\":\"We need to index the 1080p XML sensor!\"}"], ["created_at", "2016-10-07 18:56:41.726946"], ["updated_at", "2016-10-07 18:56:41.726946"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis veniam aliquid voluptas laudantium.\",\"body\":\"You can't compress the microchip without parsing the neural JBOD bus!\"}"], ["created_at", "2016-10-07 18:56:41.727978"], ["updated_at", "2016-10-07 18:56:41.727978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel ut modi vel omnis et excepturi doloremque.\",\"body\":\"The SMS pixel is down, copy the cross-platform hard drive so we can synthesize the SMTP program!\"}"], ["created_at", "2016-10-07 18:56:41.728949"], ["updated_at", "2016-10-07 18:56:41.728949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam voluptatum ipsam porro consequuntur aliquid.\",\"body\":\"Generating the port won't do anything, we need to synthesize the solid state png hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.729985"], ["updated_at", "2016-10-07 18:56:41.729985"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi asperiores sit enim itaque vel.\",\"body\":\"I'll calculate the auxiliary SMS protocol, that should bandwidth the JSON application!\"}"], ["created_at", "2016-10-07 18:56:41.731088"], ["updated_at", "2016-10-07 18:56:41.731088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus esse minima repellat.\",\"body\":\"If we navigate the capacitor, we can get to the FTP circuit through the primary RSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:41.732139"], ["updated_at", "2016-10-07 18:56:41.732139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio molestiae magni similique voluptas.\",\"body\":\"You can't program the application without backing up the redundant JSON array!\"}"], ["created_at", "2016-10-07 18:56:41.733143"], ["updated_at", "2016-10-07 18:56:41.733143"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem et labore.\",\"body\":\"If we calculate the driver, we can get to the FTP matrix through the cross-platform SMS card!\"}"], ["created_at", "2016-10-07 18:56:41.734197"], ["updated_at", "2016-10-07 18:56:41.734197"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis unde sed.\",\"body\":\"The JSON pixel is down, synthesize the multi-byte firewall so we can transmit the RSS bus!\"}"], ["created_at", "2016-10-07 18:56:41.735275"], ["updated_at", "2016-10-07 18:56:41.735275"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores minus non illum at soluta.\",\"body\":\"Use the mobile IB program, then you can hack the bluetooth bandwidth!\"}"], ["created_at", "2016-10-07 18:56:41.736338"], ["updated_at", "2016-10-07 18:56:41.736338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia asperiores ex vel.\",\"body\":\"Use the 1080p RAM monitor, then you can generate the neural alarm!\"}"], ["created_at", "2016-10-07 18:56:41.737348"], ["updated_at", "2016-10-07 18:56:41.737348"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos voluptatem voluptatibus ut rerum architecto.\",\"body\":\"Try to quantify the AI port, maybe it will back up the wireless port!\"}"], ["created_at", "2016-10-07 18:56:41.738428"], ["updated_at", "2016-10-07 18:56:41.738428"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et neque ducimus accusantium.\",\"body\":\"If we generate the system, we can get to the USB pixel through the open-source PCI system!\"}"], ["created_at", "2016-10-07 18:56:41.739581"], ["updated_at", "2016-10-07 18:56:41.739581"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est illum aut quibusdam nihil ipsum necessitatibus sit.\",\"body\":\"We need to hack the 1080p ADP system!\"}"], ["created_at", "2016-10-07 18:56:41.740702"], ["updated_at", "2016-10-07 18:56:41.740702"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum ea sit.\",\"body\":\"Quantifying the sensor won't do anything, we need to input the digital sas application!\"}"], ["created_at", "2016-10-07 18:56:41.741900"], ["updated_at", "2016-10-07 18:56:41.741900"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad commodi velit.\",\"body\":\"The HDD capacitor is down, program the wireless application so we can quantify the PNG firewall!\"}"], ["created_at", "2016-10-07 18:56:41.743158"], ["updated_at", "2016-10-07 18:56:41.743158"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate accusantium voluptatem error aut.\",\"body\":\"I'll generate the online JSON program, that should pixel the AI feed!\"}"], ["created_at", "2016-10-07 18:56:41.744371"], ["updated_at", "2016-10-07 18:56:41.744371"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa nobis sunt officiis omnis veniam laborum ullam.\",\"body\":\"Use the 1080p USB interface, then you can generate the virtual bus!\"}"], ["created_at", "2016-10-07 18:56:41.745538"], ["updated_at", "2016-10-07 18:56:41.745538"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam impedit praesentium.\",\"body\":\"Overriding the array won't do anything, we need to hack the redundant hdd monitor!\"}"], ["created_at", "2016-10-07 18:56:41.746769"], ["updated_at", "2016-10-07 18:56:41.746769"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut earum praesentium accusantium.\",\"body\":\"Try to copy the XSS feed, maybe it will navigate the mobile monitor!\"}"], ["created_at", "2016-10-07 18:56:41.748072"], ["updated_at", "2016-10-07 18:56:41.748072"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A ipsa suscipit quisquam facere.\",\"body\":\"You can't back up the transmitter without backing up the mobile HDD system!\"}"], ["created_at", "2016-10-07 18:56:41.749201"], ["updated_at", "2016-10-07 18:56:41.749201"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea non consequatur laudantium ratione quas blanditiis.\",\"body\":\"Try to hack the PCI hard drive, maybe it will compress the 1080p bandwidth!\"}"], ["created_at", "2016-10-07 18:56:41.750387"], ["updated_at", "2016-10-07 18:56:41.750387"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam qui asperiores.\",\"body\":\"I'll bypass the neural XML protocol, that should hard drive the HDD microchip!\"}"], ["created_at", "2016-10-07 18:56:41.751605"], ["updated_at", "2016-10-07 18:56:41.751605"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut repellat ratione tenetur.\",\"body\":\"The FTP program is down, synthesize the open-source array so we can synthesize the PNG array!\"}"], ["created_at", "2016-10-07 18:56:41.752800"], ["updated_at", "2016-10-07 18:56:41.752800"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat occaecati ea.\",\"body\":\"Use the 1080p SDD system, then you can copy the solid state firewall!\"}"], ["created_at", "2016-10-07 18:56:41.753961"], ["updated_at", "2016-10-07 18:56:41.753961"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi sint animi laboriosam et ipsam sed consequatur.\",\"body\":\"We need to input the redundant THX monitor!\"}"], ["created_at", "2016-10-07 18:56:41.755229"], ["updated_at", "2016-10-07 18:56:41.755229"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate unde ut.\",\"body\":\"Synthesizing the application won't do anything, we need to synthesize the cross-platform xml monitor!\"}"], ["created_at", "2016-10-07 18:56:41.756481"], ["updated_at", "2016-10-07 18:56:41.756481"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum hic libero.\",\"body\":\"Use the virtual SCSI array, then you can quantify the online program!\"}"], ["created_at", "2016-10-07 18:56:41.757647"], ["updated_at", "2016-10-07 18:56:41.757647"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis velit qui voluptatibus unde ut.\",\"body\":\"Connecting the program won't do anything, we need to synthesize the redundant adp feed!\"}"], ["created_at", "2016-10-07 18:56:41.758806"], ["updated_at", "2016-10-07 18:56:41.758806"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas est non fugit velit quis qui enim.\",\"body\":\"Overriding the application won't do anything, we need to input the cross-platform rss array!\"}"], ["created_at", "2016-10-07 18:56:41.760023"], ["updated_at", "2016-10-07 18:56:41.760023"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quia in ut dolorem nisi illo non.\",\"body\":\"I'll calculate the multi-byte JSON protocol, that should microchip the RAM feed!\"}"], ["created_at", "2016-10-07 18:56:41.761220"], ["updated_at", "2016-10-07 18:56:41.761220"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ut unde earum error dolorum dolorem.\",\"body\":\"I'll parse the solid state IB capacitor, that should hard drive the TCP hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.762408"], ["updated_at", "2016-10-07 18:56:41.762408"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus quo necessitatibus consequatur possimus repellat.\",\"body\":\"The SSL firewall is down, reboot the solid state array so we can connect the HDD microchip!\"}"], ["created_at", "2016-10-07 18:56:41.763609"], ["updated_at", "2016-10-07 18:56:41.763609"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos ipsum eum quidem qui.\",\"body\":\"You can't compress the system without quantifying the mobile SSL interface!\"}"], ["created_at", "2016-10-07 18:56:41.764904"], ["updated_at", "2016-10-07 18:56:41.764904"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed odit ut libero aut nisi.\",\"body\":\"Use the bluetooth AI driver, then you can navigate the 1080p port!\"}"], ["created_at", "2016-10-07 18:56:41.766116"], ["updated_at", "2016-10-07 18:56:41.766116"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus odit voluptate aut aut laudantium.\",\"body\":\"You can't navigate the interface without backing up the open-source COM hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.767267"], ["updated_at", "2016-10-07 18:56:41.767267"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis est fugit quos distinctio reprehenderit eveniet.\",\"body\":\"Try to bypass the TCP monitor, maybe it will back up the multi-byte alarm!\"}"], ["created_at", "2016-10-07 18:56:41.768465"], ["updated_at", "2016-10-07 18:56:41.768465"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi sed sequi.\",\"body\":\"We need to bypass the back-end SMS card!\"}"], ["created_at", "2016-10-07 18:56:41.769661"], ["updated_at", "2016-10-07 18:56:41.769661"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero deleniti non et.\",\"body\":\"We need to hack the wireless AGP protocol!\"}"], ["created_at", "2016-10-07 18:56:41.770848"], ["updated_at", "2016-10-07 18:56:41.770848"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur vel dolorem.\",\"body\":\"You can't back up the port without indexing the cross-platform XSS circuit!\"}"], ["created_at", "2016-10-07 18:56:41.772103"], ["updated_at", "2016-10-07 18:56:41.772103"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis mollitia quos possimus quia.\",\"body\":\"If we transmit the panel, we can get to the THX monitor through the solid state ADP panel!\"}"], ["created_at", "2016-10-07 18:56:41.773514"], ["updated_at", "2016-10-07 18:56:41.773514"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sint tempore omnis.\",\"body\":\"Synthesizing the capacitor won't do anything, we need to calculate the solid state gb protocol!\"}"], ["created_at", "2016-10-07 18:56:41.774801"], ["updated_at", "2016-10-07 18:56:41.774801"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia delectus vitae non nobis similique sapiente quod.\",\"body\":\"Use the mobile XSS circuit, then you can compress the auxiliary system!\"}"], ["created_at", "2016-10-07 18:56:41.776347"], ["updated_at", "2016-10-07 18:56:41.776347"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam ut tenetur quo consequatur debitis sint.\",\"body\":\"I'll calculate the open-source HDD transmitter, that should firewall the JSON transmitter!\"}"], ["created_at", "2016-10-07 18:56:41.778567"], ["updated_at", "2016-10-07 18:56:41.778567"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore aut commodi.\",\"body\":\"We need to hack the bluetooth HDD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:41.781719"], ["updated_at", "2016-10-07 18:56:41.781719"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit tempora placeat est est.\",\"body\":\"Try to compress the SSL program, maybe it will hack the 1080p monitor!\"}"], ["created_at", "2016-10-07 18:56:41.784741"], ["updated_at", "2016-10-07 18:56:41.784741"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quisquam neque nostrum praesentium.\",\"body\":\"I'll copy the auxiliary JBOD transmitter, that should bus the IB application!\"}"], ["created_at", "2016-10-07 18:56:41.786057"], ["updated_at", "2016-10-07 18:56:41.786057"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta aut voluptas.\",\"body\":\"We need to input the bluetooth HTTP microchip!\"}"], ["created_at", "2016-10-07 18:56:41.787098"], ["updated_at", "2016-10-07 18:56:41.787098"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis consequatur asperiores odit ab et.\",\"body\":\"If we navigate the capacitor, we can get to the SDD monitor through the online RAM protocol!\"}"], ["created_at", "2016-10-07 18:56:41.788228"], ["updated_at", "2016-10-07 18:56:41.788228"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi sed ducimus animi corrupti.\",\"body\":\"Try to program the XSS interface, maybe it will copy the bluetooth bus!\"}"], ["created_at", "2016-10-07 18:56:41.789391"], ["updated_at", "2016-10-07 18:56:41.789391"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum ut voluptatem repellendus illo architecto quia aliquid.\",\"body\":\"If we parse the microchip, we can get to the SCSI bandwidth through the digital PNG driver!\"}"], ["created_at", "2016-10-07 18:56:41.790488"], ["updated_at", "2016-10-07 18:56:41.790488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis esse nam deleniti praesentium recusandae et.\",\"body\":\"I'll program the multi-byte SQL firewall, that should alarm the RAM firewall!\"}"], ["created_at", "2016-10-07 18:56:41.791513"], ["updated_at", "2016-10-07 18:56:41.791513"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab sequi aut non veniam.\",\"body\":\"Try to synthesize the SQL system, maybe it will index the 1080p firewall!\"}"], ["created_at", "2016-10-07 18:56:41.792565"], ["updated_at", "2016-10-07 18:56:41.792565"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non id temporibus omnis.\",\"body\":\"Use the redundant RAM circuit, then you can hack the back-end circuit!\"}"], ["created_at", "2016-10-07 18:56:41.793611"], ["updated_at", "2016-10-07 18:56:41.793611"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis iste voluptatem qui eum nihil dolore vero.\",\"body\":\"Use the primary CSS array, then you can connect the redundant program!\"}"], ["created_at", "2016-10-07 18:56:41.794659"], ["updated_at", "2016-10-07 18:56:41.794659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur libero nihil ea.\",\"body\":\"Try to generate the HTTP interface, maybe it will bypass the open-source interface!\"}"], ["created_at", "2016-10-07 18:56:41.795715"], ["updated_at", "2016-10-07 18:56:41.795715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem nemo molestiae soluta maiores animi exercitationem.\",\"body\":\"Copying the matrix won't do anything, we need to hack the 1080p ftp circuit!\"}"], ["created_at", "2016-10-07 18:56:41.796756"], ["updated_at", "2016-10-07 18:56:41.796756"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eos ut nesciunt ut rerum numquam quo.\",\"body\":\"If we transmit the bus, we can get to the SDD bandwidth through the primary SMTP panel!\"}"], ["created_at", "2016-10-07 18:56:41.797825"], ["updated_at", "2016-10-07 18:56:41.797825"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et necessitatibus quae quas sit molestias officiis qui.\",\"body\":\"Try to reboot the FTP panel, maybe it will back up the back-end pixel!\"}"], ["created_at", "2016-10-07 18:56:41.798836"], ["updated_at", "2016-10-07 18:56:41.798836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique aut beatae quia ipsum.\",\"body\":\"If we synthesize the alarm, we can get to the GB application through the mobile ADP bus!\"}"], ["created_at", "2016-10-07 18:56:41.799923"], ["updated_at", "2016-10-07 18:56:41.799923"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio dolores consequatur est ipsam ut.\",\"body\":\"Use the primary SDD circuit, then you can calculate the mobile circuit!\"}"], ["created_at", "2016-10-07 18:56:41.800968"], ["updated_at", "2016-10-07 18:56:41.800968"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere tenetur expedita exercitationem maiores.\",\"body\":\"Calculating the program won't do anything, we need to input the neural xss capacitor!\"}"], ["created_at", "2016-10-07 18:56:41.802007"], ["updated_at", "2016-10-07 18:56:41.802007"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt aperiam magni et et.\",\"body\":\"Try to synthesize the USB sensor, maybe it will copy the multi-byte firewall!\"}"], ["created_at", "2016-10-07 18:56:41.803211"], ["updated_at", "2016-10-07 18:56:41.803211"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo assumenda rerum et.\",\"body\":\"You can't override the transmitter without backing up the mobile AI bus!\"}"], ["created_at", "2016-10-07 18:56:41.804338"], ["updated_at", "2016-10-07 18:56:41.804338"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit doloribus harum.\",\"body\":\"The SMS matrix is down, navigate the online hard drive so we can calculate the JSON monitor!\"}"], ["created_at", "2016-10-07 18:56:41.805459"], ["updated_at", "2016-10-07 18:56:41.805459"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut aperiam amet et.\",\"body\":\"You can't transmit the driver without navigating the wireless HTTP system!\"}"], ["created_at", "2016-10-07 18:56:41.806651"], ["updated_at", "2016-10-07 18:56:41.806651"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea molestiae libero doloribus.\",\"body\":\"You can't generate the transmitter without quantifying the virtual SDD hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.807755"], ["updated_at", "2016-10-07 18:56:41.807755"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab quia ut at maiores.\",\"body\":\"I'll back up the wireless AGP system, that should circuit the AGP hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.808940"], ["updated_at", "2016-10-07 18:56:41.808940"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam iure voluptas.\",\"body\":\"The XSS card is down, bypass the virtual bus so we can quantify the SSL card!\"}"], ["created_at", "2016-10-07 18:56:41.810147"], ["updated_at", "2016-10-07 18:56:41.810147"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas ipsam maxime rerum animi et.\",\"body\":\"Bypassing the application won't do anything, we need to input the solid state ai pixel!\"}"], ["created_at", "2016-10-07 18:56:41.811308"], ["updated_at", "2016-10-07 18:56:41.811308"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat molestiae quidem.\",\"body\":\"Try to quantify the RAM panel, maybe it will index the wireless protocol!\"}"], ["created_at", "2016-10-07 18:56:41.812518"], ["updated_at", "2016-10-07 18:56:41.812518"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem id iure enim ut ab aperiam.\",\"body\":\"We need to parse the auxiliary JBOD circuit!\"}"], ["created_at", "2016-10-07 18:56:41.813757"], ["updated_at", "2016-10-07 18:56:41.813757"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic quas tempora voluptas molestias fuga in repellat.\",\"body\":\"Use the digital EXE system, then you can copy the cross-platform system!\"}"], ["created_at", "2016-10-07 18:56:41.815030"], ["updated_at", "2016-10-07 18:56:41.815030"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut fugit quia amet necessitatibus nam.\",\"body\":\"I'll index the online COM bandwidth, that should feed the EXE hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.816181"], ["updated_at", "2016-10-07 18:56:41.816181"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores animi soluta dolorum asperiores.\",\"body\":\"Quantifying the firewall won't do anything, we need to input the open-source smtp bus!\"}"], ["created_at", "2016-10-07 18:56:41.817394"], ["updated_at", "2016-10-07 18:56:41.817394"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci suscipit voluptates neque iure eaque natus.\",\"body\":\"Bypassing the bus won't do anything, we need to navigate the primary thx protocol!\"}"], ["created_at", "2016-10-07 18:56:41.818623"], ["updated_at", "2016-10-07 18:56:41.818623"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti aliquam rerum nihil labore.\",\"body\":\"You can't bypass the application without generating the multi-byte SSL alarm!\"}"], ["created_at", "2016-10-07 18:56:41.819838"], ["updated_at", "2016-10-07 18:56:41.819838"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim et dolore incidunt voluptatibus debitis doloribus.\",\"body\":\"Use the online CSS interface, then you can navigate the bluetooth monitor!\"}"], ["created_at", "2016-10-07 18:56:41.821016"], ["updated_at", "2016-10-07 18:56:41.821016"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse reprehenderit inventore deleniti rerum molestiae.\",\"body\":\"Use the solid state PCI hard drive, then you can quantify the open-source sensor!\"}"], ["created_at", "2016-10-07 18:56:41.822308"], ["updated_at", "2016-10-07 18:56:41.822308"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam autem quam illo consequatur sed est perspiciatis.\",\"body\":\"I'll hack the wireless EXE microchip, that should alarm the XSS firewall!\"}"], ["created_at", "2016-10-07 18:56:41.823534"], ["updated_at", "2016-10-07 18:56:41.823534"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore voluptates dolore vitae cupiditate vel.\",\"body\":\"We need to navigate the digital PNG bandwidth!\"}"], ["created_at", "2016-10-07 18:56:41.824722"], ["updated_at", "2016-10-07 18:56:41.824722"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A eum ut beatae aut vitae tenetur laboriosam.\",\"body\":\"If we generate the hard drive, we can get to the RSS port through the redundant HTTP microchip!\"}"], ["created_at", "2016-10-07 18:56:41.825862"], ["updated_at", "2016-10-07 18:56:41.825862"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius deleniti nihil ad.\",\"body\":\"I'll calculate the auxiliary SAS pixel, that should pixel the HTTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:41.827074"], ["updated_at", "2016-10-07 18:56:41.827074"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate sunt totam eos et vel aut delectus.\",\"body\":\"The TCP bandwidth is down, transmit the cross-platform program so we can input the RSS monitor!\"}"], ["created_at", "2016-10-07 18:56:41.828267"], ["updated_at", "2016-10-07 18:56:41.828267"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id nulla ab.\",\"body\":\"I'll back up the primary SMTP protocol, that should matrix the USB circuit!\"}"], ["created_at", "2016-10-07 18:56:41.829450"], ["updated_at", "2016-10-07 18:56:41.829450"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis blanditiis quam rem eius.\",\"body\":\"You can't bypass the protocol without generating the redundant CSS port!\"}"], ["created_at", "2016-10-07 18:56:41.830651"], ["updated_at", "2016-10-07 18:56:41.830651"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor quas qui error commodi voluptatem.\",\"body\":\"We need to copy the bluetooth AI application!\"}"], ["created_at", "2016-10-07 18:56:41.831899"], ["updated_at", "2016-10-07 18:56:41.831899"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum asperiores adipisci nostrum beatae nihil quo qui.\",\"body\":\"Use the cross-platform XML array, then you can index the virtual protocol!\"}"], ["created_at", "2016-10-07 18:56:41.833092"], ["updated_at", "2016-10-07 18:56:41.833092"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis adipisci rerum ullam quia fuga unde.\",\"body\":\"I'll connect the auxiliary AI application, that should interface the HTTP card!\"}"], ["created_at", "2016-10-07 18:56:41.834266"], ["updated_at", "2016-10-07 18:56:41.834266"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem ullam cum similique est sed repellendus.\",\"body\":\"If we generate the microchip, we can get to the ADP system through the multi-byte PNG bandwidth!\"}"], ["created_at", "2016-10-07 18:56:41.835423"], ["updated_at", "2016-10-07 18:56:41.835423"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut odio optio.\",\"body\":\"The PCI bus is down, index the haptic firewall so we can input the IB array!\"}"], ["created_at", "2016-10-07 18:56:41.836619"], ["updated_at", "2016-10-07 18:56:41.836619"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea et reprehenderit odit vero iste.\",\"body\":\"The SDD pixel is down, quantify the neural firewall so we can navigate the ADP protocol!\"}"], ["created_at", "2016-10-07 18:56:41.837810"], ["updated_at", "2016-10-07 18:56:41.837810"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut alias voluptatibus doloremque.\",\"body\":\"The TCP transmitter is down, parse the solid state circuit so we can bypass the SMTP bus!\"}"], ["created_at", "2016-10-07 18:56:41.839089"], ["updated_at", "2016-10-07 18:56:41.839089"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta reiciendis dolor voluptatem recusandae sed provident libero.\",\"body\":\"If we hack the application, we can get to the SMS alarm through the digital AGP matrix!\"}"], ["created_at", "2016-10-07 18:56:41.840252"], ["updated_at", "2016-10-07 18:56:41.840252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea reprehenderit omnis nulla voluptates ut.\",\"body\":\"If we generate the bus, we can get to the GB pixel through the digital RSS monitor!\"}"], ["created_at", "2016-10-07 18:56:41.841400"], ["updated_at", "2016-10-07 18:56:41.841400"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas odio quas.\",\"body\":\"I'll hack the open-source XML port, that should application the SCSI interface!\"}"], ["created_at", "2016-10-07 18:56:41.842460"], ["updated_at", "2016-10-07 18:56:41.842460"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque molestiae quidem unde nemo.\",\"body\":\"Synthesizing the card won't do anything, we need to navigate the auxiliary jbod firewall!\"}"], ["created_at", "2016-10-07 18:56:41.843476"], ["updated_at", "2016-10-07 18:56:41.843476"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur error alias consectetur.\",\"body\":\"We need to program the neural COM firewall!\"}"], ["created_at", "2016-10-07 18:56:41.844550"], ["updated_at", "2016-10-07 18:56:41.844550"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto neque omnis laborum.\",\"body\":\"Try to hack the SDD application, maybe it will quantify the multi-byte interface!\"}"], ["created_at", "2016-10-07 18:56:41.845615"], ["updated_at", "2016-10-07 18:56:41.845615"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut qui occaecati.\",\"body\":\"The XML transmitter is down, calculate the bluetooth array so we can bypass the IB protocol!\"}"], ["created_at", "2016-10-07 18:56:41.846698"], ["updated_at", "2016-10-07 18:56:41.846698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque omnis amet.\",\"body\":\"Use the neural RSS card, then you can compress the wireless microchip!\"}"], ["created_at", "2016-10-07 18:56:41.847767"], ["updated_at", "2016-10-07 18:56:41.847767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod consequuntur magnam est nisi magni.\",\"body\":\"I'll transmit the optical COM driver, that should program the JSON panel!\"}"], ["created_at", "2016-10-07 18:56:41.848780"], ["updated_at", "2016-10-07 18:56:41.848780"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut qui doloribus iste eum.\",\"body\":\"Use the auxiliary TCP application, then you can parse the redundant matrix!\"}"], ["created_at", "2016-10-07 18:56:41.849793"], ["updated_at", "2016-10-07 18:56:41.849793"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima dolore aut ut velit.\",\"body\":\"Bypassing the firewall won't do anything, we need to navigate the mobile ai protocol!\"}"], ["created_at", "2016-10-07 18:56:41.850843"], ["updated_at", "2016-10-07 18:56:41.850843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti numquam ex similique aut dolore.\",\"body\":\"If we copy the capacitor, we can get to the SDD matrix through the cross-platform PCI microchip!\"}"], ["created_at", "2016-10-07 18:56:41.851894"], ["updated_at", "2016-10-07 18:56:41.851894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente molestiae aut et.\",\"body\":\"You can't index the panel without navigating the multi-byte FTP interface!\"}"], ["created_at", "2016-10-07 18:56:41.852924"], ["updated_at", "2016-10-07 18:56:41.852924"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint voluptatum culpa ducimus vel.\",\"body\":\"If we copy the transmitter, we can get to the HDD program through the redundant AGP program!\"}"], ["created_at", "2016-10-07 18:56:41.853948"], ["updated_at", "2016-10-07 18:56:41.853948"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia illum ipsam.\",\"body\":\"If we back up the panel, we can get to the PCI driver through the virtual GB protocol!\"}"], ["created_at", "2016-10-07 18:56:41.854965"], ["updated_at", "2016-10-07 18:56:41.854965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores corrupti voluptas nihil rerum beatae.\",\"body\":\"The SQL driver is down, generate the cross-platform panel so we can override the AGP firewall!\"}"], ["created_at", "2016-10-07 18:56:41.856007"], ["updated_at", "2016-10-07 18:56:41.856007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non consectetur ea blanditiis aut.\",\"body\":\"I'll bypass the bluetooth SAS panel, that should protocol the IB pixel!\"}"], ["created_at", "2016-10-07 18:56:41.856994"], ["updated_at", "2016-10-07 18:56:41.856994"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus fugit libero impedit dolore saepe accusantium sed.\",\"body\":\"If we calculate the card, we can get to the XSS alarm through the solid state ADP bus!\"}"], ["created_at", "2016-10-07 18:56:41.857986"], ["updated_at", "2016-10-07 18:56:41.857986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates a fugiat voluptate dolor eos iste.\",\"body\":\"Parsing the driver won't do anything, we need to navigate the haptic png matrix!\"}"], ["created_at", "2016-10-07 18:56:41.859001"], ["updated_at", "2016-10-07 18:56:41.859001"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod sunt ad.\",\"body\":\"The COM hard drive is down, program the 1080p interface so we can reboot the AGP microchip!\"}"], ["created_at", "2016-10-07 18:56:41.859985"], ["updated_at", "2016-10-07 18:56:41.859985"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet libero aut quia beatae harum maxime voluptatibus.\",\"body\":\"If we program the bus, we can get to the SCSI card through the virtual FTP port!\"}"], ["created_at", "2016-10-07 18:56:41.860953"], ["updated_at", "2016-10-07 18:56:41.860953"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui aut.\",\"body\":\"Try to back up the CSS card, maybe it will transmit the virtual system!\"}"], ["created_at", "2016-10-07 18:56:41.861907"], ["updated_at", "2016-10-07 18:56:41.861907"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui earum quia mollitia facilis veritatis rerum.\",\"body\":\"I'll navigate the wireless ADP hard drive, that should alarm the RAM application!\"}"], ["created_at", "2016-10-07 18:56:41.862934"], ["updated_at", "2016-10-07 18:56:41.862934"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit amet non eum quo accusantium aut.\",\"body\":\"If we hack the program, we can get to the GB panel through the multi-byte PNG bus!\"}"], ["created_at", "2016-10-07 18:56:41.863964"], ["updated_at", "2016-10-07 18:56:41.863964"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum in et sit quasi.\",\"body\":\"Programming the driver won't do anything, we need to copy the mobile ai alarm!\"}"], ["created_at", "2016-10-07 18:56:41.864970"], ["updated_at", "2016-10-07 18:56:41.864970"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut nostrum ut qui delectus dolores.\",\"body\":\"You can't calculate the driver without indexing the multi-byte CSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:41.865964"], ["updated_at", "2016-10-07 18:56:41.865964"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem accusantium rerum facere nam.\",\"body\":\"You can't compress the protocol without copying the cross-platform ADP alarm!\"}"], ["created_at", "2016-10-07 18:56:41.866968"], ["updated_at", "2016-10-07 18:56:41.866968"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem mollitia nihil.\",\"body\":\"I'll back up the bluetooth SMTP bandwidth, that should feed the AI application!\"}"], ["created_at", "2016-10-07 18:56:41.867965"], ["updated_at", "2016-10-07 18:56:41.867965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ut doloribus molestiae minus quod.\",\"body\":\"Try to index the SAS capacitor, maybe it will input the back-end port!\"}"], ["created_at", "2016-10-07 18:56:41.868957"], ["updated_at", "2016-10-07 18:56:41.868957"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet omnis eum numquam.\",\"body\":\"We need to parse the digital SAS feed!\"}"], ["created_at", "2016-10-07 18:56:41.869958"], ["updated_at", "2016-10-07 18:56:41.869958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio qui labore.\",\"body\":\"We need to bypass the online FTP bus!\"}"], ["created_at", "2016-10-07 18:56:41.870957"], ["updated_at", "2016-10-07 18:56:41.870957"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil atque quia.\",\"body\":\"I'll quantify the bluetooth SAS card, that should firewall the SCSI bus!\"}"], ["created_at", "2016-10-07 18:56:41.871939"], ["updated_at", "2016-10-07 18:56:41.871939"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas est ea voluptatum eligendi ipsa.\",\"body\":\"I'll transmit the wireless JSON microchip, that should monitor the GB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:41.873043"], ["updated_at", "2016-10-07 18:56:41.873043"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae labore et eaque perferendis.\",\"body\":\"Try to compress the SQL feed, maybe it will navigate the haptic interface!\"}"], ["created_at", "2016-10-07 18:56:41.874357"], ["updated_at", "2016-10-07 18:56:41.874357"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat dolorum velit quod odit.\",\"body\":\"We need to synthesize the redundant SDD protocol!\"}"], ["created_at", "2016-10-07 18:56:41.875595"], ["updated_at", "2016-10-07 18:56:41.875595"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt fugit deleniti ut dolorem quia iste.\",\"body\":\"Indexing the array won't do anything, we need to synthesize the optical thx array!\"}"], ["created_at", "2016-10-07 18:56:41.876940"], ["updated_at", "2016-10-07 18:56:41.876940"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus sint est nulla et.\",\"body\":\"Use the virtual RAM firewall, then you can reboot the mobile firewall!\"}"], ["created_at", "2016-10-07 18:56:41.878397"], ["updated_at", "2016-10-07 18:56:41.878397"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui debitis ut sint dolorem culpa.\",\"body\":\"I'll synthesize the primary TCP bus, that should hard drive the FTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.880498"], ["updated_at", "2016-10-07 18:56:41.880498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum praesentium adipisci doloribus.\",\"body\":\"The JSON array is down, program the auxiliary alarm so we can quantify the TCP circuit!\"}"], ["created_at", "2016-10-07 18:56:41.881618"], ["updated_at", "2016-10-07 18:56:41.881618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa sint optio.\",\"body\":\"Calculating the card won't do anything, we need to transmit the bluetooth ram driver!\"}"], ["created_at", "2016-10-07 18:56:41.882525"], ["updated_at", "2016-10-07 18:56:41.882525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis est accusantium modi ut accusamus.\",\"body\":\"If we back up the panel, we can get to the GB array through the solid state SSL driver!\"}"], ["created_at", "2016-10-07 18:56:41.883398"], ["updated_at", "2016-10-07 18:56:41.883398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit impedit quos et asperiores et.\",\"body\":\"Try to connect the SAS bus, maybe it will compress the primary protocol!\"}"], ["created_at", "2016-10-07 18:56:41.884285"], ["updated_at", "2016-10-07 18:56:41.884285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum doloremque quia autem iste delectus.\",\"body\":\"The JSON program is down, hack the back-end bandwidth so we can copy the SMS monitor!\"}"], ["created_at", "2016-10-07 18:56:41.885196"], ["updated_at", "2016-10-07 18:56:41.885196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quo et commodi.\",\"body\":\"If we quantify the pixel, we can get to the SQL alarm through the haptic AGP panel!\"}"], ["created_at", "2016-10-07 18:56:41.886146"], ["updated_at", "2016-10-07 18:56:41.886146"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure consectetur dolor sunt eaque vel.\",\"body\":\"We need to calculate the redundant ADP monitor!\"}"], ["created_at", "2016-10-07 18:56:41.887039"], ["updated_at", "2016-10-07 18:56:41.887039"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia facere nihil minus ut non illo est.\",\"body\":\"I'll bypass the 1080p SQL application, that should panel the SMTP interface!\"}"], ["created_at", "2016-10-07 18:56:41.887926"], ["updated_at", "2016-10-07 18:56:41.887926"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus iste voluptas qui.\",\"body\":\"We need to calculate the open-source JSON alarm!\"}"], ["created_at", "2016-10-07 18:56:41.888986"], ["updated_at", "2016-10-07 18:56:41.888986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut in reprehenderit iste architecto officiis aut.\",\"body\":\"I'll synthesize the virtual RSS system, that should sensor the FTP circuit!\"}"], ["created_at", "2016-10-07 18:56:41.889877"], ["updated_at", "2016-10-07 18:56:41.889877"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita sed necessitatibus consequatur.\",\"body\":\"I'll hack the haptic SSL circuit, that should microchip the RSS bus!\"}"], ["created_at", "2016-10-07 18:56:41.890759"], ["updated_at", "2016-10-07 18:56:41.890759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure asperiores sit earum suscipit.\",\"body\":\"Use the haptic XSS microchip, then you can quantify the haptic hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.891640"], ["updated_at", "2016-10-07 18:56:41.891640"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et perferendis iure magni.\",\"body\":\"I'll input the solid state SCSI pixel, that should alarm the COM sensor!\"}"], ["created_at", "2016-10-07 18:56:41.892501"], ["updated_at", "2016-10-07 18:56:41.892501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate earum ipsam accusamus quod velit.\",\"body\":\"We need to parse the cross-platform JBOD firewall!\"}"], ["created_at", "2016-10-07 18:56:41.893382"], ["updated_at", "2016-10-07 18:56:41.893382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed possimus sunt ad voluptatem quae.\",\"body\":\"I'll hack the wireless AI monitor, that should matrix the PCI bus!\"}"], ["created_at", "2016-10-07 18:56:41.894276"], ["updated_at", "2016-10-07 18:56:41.894276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut cumque magnam aut voluptate totam.\",\"body\":\"I'll calculate the back-end JSON protocol, that should application the EXE microchip!\"}"], ["created_at", "2016-10-07 18:56:41.895174"], ["updated_at", "2016-10-07 18:56:41.895174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi enim doloribus est et tempora.\",\"body\":\"Use the neural EXE transmitter, then you can copy the open-source bandwidth!\"}"], ["created_at", "2016-10-07 18:56:41.896060"], ["updated_at", "2016-10-07 18:56:41.896060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil quidem aspernatur cupiditate nobis.\",\"body\":\"Try to synthesize the IB application, maybe it will transmit the 1080p microchip!\"}"], ["created_at", "2016-10-07 18:56:41.896952"], ["updated_at", "2016-10-07 18:56:41.896952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis quam veritatis consectetur consequatur.\",\"body\":\"You can't calculate the array without hacking the back-end CSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:41.897871"], ["updated_at", "2016-10-07 18:56:41.897871"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et architecto ut ipsa quasi qui.\",\"body\":\"Hacking the matrix won't do anything, we need to override the cross-platform smtp array!\"}"], ["created_at", "2016-10-07 18:56:41.898793"], ["updated_at", "2016-10-07 18:56:41.898793"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem nobis autem fugiat.\",\"body\":\"Synthesizing the circuit won't do anything, we need to navigate the digital rss port!\"}"], ["created_at", "2016-10-07 18:56:41.899706"], ["updated_at", "2016-10-07 18:56:41.899706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio mollitia qui consequatur.\",\"body\":\"Use the haptic PCI pixel, then you can back up the neural microchip!\"}"], ["created_at", "2016-10-07 18:56:41.900572"], ["updated_at", "2016-10-07 18:56:41.900572"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores velit quisquam itaque sed eius.\",\"body\":\"Use the online SDD microchip, then you can calculate the neural port!\"}"], ["created_at", "2016-10-07 18:56:41.901451"], ["updated_at", "2016-10-07 18:56:41.901451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid autem deleniti.\",\"body\":\"The PNG array is down, bypass the cross-platform transmitter so we can hack the ADP microchip!\"}"], ["created_at", "2016-10-07 18:56:41.902361"], ["updated_at", "2016-10-07 18:56:41.902361"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed libero nulla dolorem deleniti.\",\"body\":\"Try to copy the HTTP protocol, maybe it will synthesize the online bus!\"}"], ["created_at", "2016-10-07 18:56:41.903424"], ["updated_at", "2016-10-07 18:56:41.903424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis consequuntur nulla sapiente.\",\"body\":\"You can't calculate the capacitor without overriding the primary SSL transmitter!\"}"], ["created_at", "2016-10-07 18:56:41.904528"], ["updated_at", "2016-10-07 18:56:41.904528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit sit sed officiis enim expedita nostrum quae.\",\"body\":\"You can't copy the matrix without backing up the wireless PCI transmitter!\"}"], ["created_at", "2016-10-07 18:56:41.905464"], ["updated_at", "2016-10-07 18:56:41.905464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto dolore aut quas est nihil.\",\"body\":\"We need to compress the haptic IB hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.906366"], ["updated_at", "2016-10-07 18:56:41.906366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi voluptate et nesciunt ex nisi dicta modi.\",\"body\":\"If we synthesize the pixel, we can get to the JSON alarm through the solid state SMTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.907310"], ["updated_at", "2016-10-07 18:56:41.907310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla nihil voluptatem veniam aut enim.\",\"body\":\"Try to bypass the PCI sensor, maybe it will navigate the redundant port!\"}"], ["created_at", "2016-10-07 18:56:41.908190"], ["updated_at", "2016-10-07 18:56:41.908190"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit accusantium quia aut iure.\",\"body\":\"You can't override the microchip without synthesizing the haptic XSS application!\"}"], ["created_at", "2016-10-07 18:56:41.909061"], ["updated_at", "2016-10-07 18:56:41.909061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt nulla esse est et reiciendis.\",\"body\":\"Quantifying the bandwidth won't do anything, we need to parse the solid state com alarm!\"}"], ["created_at", "2016-10-07 18:56:41.909925"], ["updated_at", "2016-10-07 18:56:41.909925"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum itaque rerum libero accusantium enim.\",\"body\":\"Try to synthesize the SSL alarm, maybe it will navigate the cross-platform panel!\"}"], ["created_at", "2016-10-07 18:56:41.910820"], ["updated_at", "2016-10-07 18:56:41.910820"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur doloribus cumque.\",\"body\":\"I'll program the bluetooth HDD circuit, that should interface the IB panel!\"}"], ["created_at", "2016-10-07 18:56:41.911704"], ["updated_at", "2016-10-07 18:56:41.911704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur sint eveniet corporis.\",\"body\":\"If we synthesize the alarm, we can get to the HTTP bus through the digital SMS feed!\"}"], ["created_at", "2016-10-07 18:56:41.912599"], ["updated_at", "2016-10-07 18:56:41.912599"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi quisquam pariatur culpa cupiditate quod.\",\"body\":\"Use the neural USB bus, then you can bypass the haptic driver!\"}"], ["created_at", "2016-10-07 18:56:41.913493"], ["updated_at", "2016-10-07 18:56:41.913493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut est qui.\",\"body\":\"You can't reboot the protocol without compressing the neural ADP card!\"}"], ["created_at", "2016-10-07 18:56:41.914393"], ["updated_at", "2016-10-07 18:56:41.914393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et soluta est veritatis.\",\"body\":\"Use the optical SAS bandwidth, then you can input the online matrix!\"}"], ["created_at", "2016-10-07 18:56:41.915319"], ["updated_at", "2016-10-07 18:56:41.915319"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod aut qui.\",\"body\":\"Use the open-source JSON transmitter, then you can override the multi-byte circuit!\"}"], ["created_at", "2016-10-07 18:56:41.916199"], ["updated_at", "2016-10-07 18:56:41.916199"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia assumenda numquam officia cumque ullam eligendi ut.\",\"body\":\"Try to transmit the EXE program, maybe it will index the wireless interface!\"}"], ["created_at", "2016-10-07 18:56:41.917082"], ["updated_at", "2016-10-07 18:56:41.917082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium dolorem repellat voluptate minima.\",\"body\":\"Backing up the driver won't do anything, we need to quantify the bluetooth sas card!\"}"], ["created_at", "2016-10-07 18:56:41.917977"], ["updated_at", "2016-10-07 18:56:41.917977"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta provident facilis eveniet explicabo.\",\"body\":\"The XSS firewall is down, input the redundant transmitter so we can navigate the SSL circuit!\"}"], ["created_at", "2016-10-07 18:56:41.918852"], ["updated_at", "2016-10-07 18:56:41.918852"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis in quaerat voluptatem laborum reiciendis mollitia.\",\"body\":\"We need to copy the redundant AI driver!\"}"], ["created_at", "2016-10-07 18:56:41.919731"], ["updated_at", "2016-10-07 18:56:41.919731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae vitae voluptas in nemo eum officiis.\",\"body\":\"You can't back up the circuit without indexing the wireless SAS panel!\"}"], ["created_at", "2016-10-07 18:56:41.920612"], ["updated_at", "2016-10-07 18:56:41.920612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem quae et.\",\"body\":\"I'll navigate the mobile AGP circuit, that should matrix the FTP pixel!\"}"], ["created_at", "2016-10-07 18:56:41.921503"], ["updated_at", "2016-10-07 18:56:41.921503"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero fuga dolorem consequatur pariatur.\",\"body\":\"Try to program the SQL application, maybe it will bypass the back-end alarm!\"}"], ["created_at", "2016-10-07 18:56:41.922420"], ["updated_at", "2016-10-07 18:56:41.922420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem totam natus asperiores itaque.\",\"body\":\"We need to connect the 1080p SCSI panel!\"}"], ["created_at", "2016-10-07 18:56:41.923309"], ["updated_at", "2016-10-07 18:56:41.923309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis ut eos expedita mollitia atque id eum.\",\"body\":\"If we back up the bus, we can get to the AI driver through the cross-platform IB bus!\"}"], ["created_at", "2016-10-07 18:56:41.924199"], ["updated_at", "2016-10-07 18:56:41.924199"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima impedit repellat praesentium.\",\"body\":\"If we back up the circuit, we can get to the XML firewall through the 1080p USB hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.925080"], ["updated_at", "2016-10-07 18:56:41.925080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos ipsum nostrum praesentium aperiam eaque ipsam.\",\"body\":\"Copying the feed won't do anything, we need to override the haptic http bandwidth!\"}"], ["created_at", "2016-10-07 18:56:41.925973"], ["updated_at", "2016-10-07 18:56:41.925973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta cumque at voluptates explicabo illo molestias ut.\",\"body\":\"Use the back-end RSS sensor, then you can calculate the mobile card!\"}"], ["created_at", "2016-10-07 18:56:41.926880"], ["updated_at", "2016-10-07 18:56:41.926880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis cumque voluptates dolor quae sunt et.\",\"body\":\"We need to override the primary CSS feed!\"}"], ["created_at", "2016-10-07 18:56:41.927745"], ["updated_at", "2016-10-07 18:56:41.927745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium qui doloribus nemo adipisci nihil aut excepturi.\",\"body\":\"If we compress the bandwidth, we can get to the SMS firewall through the solid state SAS alarm!\"}"], ["created_at", "2016-10-07 18:56:41.928621"], ["updated_at", "2016-10-07 18:56:41.928621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed odio explicabo.\",\"body\":\"Backing up the firewall won't do anything, we need to calculate the online ib port!\"}"], ["created_at", "2016-10-07 18:56:41.929506"], ["updated_at", "2016-10-07 18:56:41.929506"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae odit vero est aliquam.\",\"body\":\"Try to program the JSON bus, maybe it will input the haptic driver!\"}"], ["created_at", "2016-10-07 18:56:41.930408"], ["updated_at", "2016-10-07 18:56:41.930408"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis cum ex voluptatibus voluptate consequuntur quasi.\",\"body\":\"I'll navigate the open-source THX panel, that should card the AI interface!\"}"], ["created_at", "2016-10-07 18:56:41.931322"], ["updated_at", "2016-10-07 18:56:41.931322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam animi nemo ipsa placeat quo a.\",\"body\":\"You can't quantify the bus without navigating the redundant EXE matrix!\"}"], ["created_at", "2016-10-07 18:56:41.932202"], ["updated_at", "2016-10-07 18:56:41.932202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium nostrum explicabo eos nemo non blanditiis sequi.\",\"body\":\"If we connect the system, we can get to the SAS panel through the wireless CSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:41.933092"], ["updated_at", "2016-10-07 18:56:41.933092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quia eum ut debitis.\",\"body\":\"You can't navigate the microchip without compressing the 1080p AGP alarm!\"}"], ["created_at", "2016-10-07 18:56:41.933977"], ["updated_at", "2016-10-07 18:56:41.933977"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor sit ut ut voluptatem eligendi consequatur quia.\",\"body\":\"We need to bypass the haptic IB application!\"}"], ["created_at", "2016-10-07 18:56:41.934860"], ["updated_at", "2016-10-07 18:56:41.934860"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem similique natus fuga magni nostrum.\",\"body\":\"If we compress the interface, we can get to the XML bus through the virtual GB firewall!\"}"], ["created_at", "2016-10-07 18:56:41.935737"], ["updated_at", "2016-10-07 18:56:41.935737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ut sint repellat ea quas et.\",\"body\":\"The JBOD array is down, quantify the primary microchip so we can override the FTP bus!\"}"], ["created_at", "2016-10-07 18:56:41.936605"], ["updated_at", "2016-10-07 18:56:41.936605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores optio sed quia est excepturi provident velit.\",\"body\":\"I'll quantify the cross-platform SQL pixel, that should interface the FTP bus!\"}"], ["created_at", "2016-10-07 18:56:41.937490"], ["updated_at", "2016-10-07 18:56:41.937490"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat fuga dolorum optio.\",\"body\":\"Try to connect the CSS monitor, maybe it will index the online application!\"}"], ["created_at", "2016-10-07 18:56:41.938379"], ["updated_at", "2016-10-07 18:56:41.938379"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos sequi laborum mollitia illum in et.\",\"body\":\"If we bypass the program, we can get to the THX application through the 1080p SMS feed!\"}"], ["created_at", "2016-10-07 18:56:41.939298"], ["updated_at", "2016-10-07 18:56:41.939298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro cumque autem quis.\",\"body\":\"You can't bypass the firewall without programming the 1080p IB capacitor!\"}"], ["created_at", "2016-10-07 18:56:41.940184"], ["updated_at", "2016-10-07 18:56:41.940184"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia optio voluptates dolorem incidunt ipsa.\",\"body\":\"We need to connect the redundant CSS circuit!\"}"], ["created_at", "2016-10-07 18:56:41.941063"], ["updated_at", "2016-10-07 18:56:41.941063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa autem debitis corrupti deserunt consequatur cumque.\",\"body\":\"Use the redundant SMTP microchip, then you can transmit the virtual driver!\"}"], ["created_at", "2016-10-07 18:56:41.941939"], ["updated_at", "2016-10-07 18:56:41.941939"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut blanditiis vel aspernatur.\",\"body\":\"Use the neural XSS card, then you can quantify the digital array!\"}"], ["created_at", "2016-10-07 18:56:41.942855"], ["updated_at", "2016-10-07 18:56:41.942855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed qui quidem.\",\"body\":\"Navigating the sensor won't do anything, we need to navigate the solid state gb circuit!\"}"], ["created_at", "2016-10-07 18:56:41.943741"], ["updated_at", "2016-10-07 18:56:41.943741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolores doloribus molestias nesciunt voluptatum.\",\"body\":\"If we override the microchip, we can get to the RSS microchip through the multi-byte USB pixel!\"}"], ["created_at", "2016-10-07 18:56:41.944622"], ["updated_at", "2016-10-07 18:56:41.944622"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptas ea.\",\"body\":\"Use the 1080p SQL system, then you can transmit the haptic capacitor!\"}"], ["created_at", "2016-10-07 18:56:41.945529"], ["updated_at", "2016-10-07 18:56:41.945529"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus eaque voluptatem et.\",\"body\":\"If we synthesize the sensor, we can get to the SQL program through the auxiliary EXE pixel!\"}"], ["created_at", "2016-10-07 18:56:41.946426"], ["updated_at", "2016-10-07 18:56:41.946426"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus aliquid inventore ut amet ea at quis.\",\"body\":\"Try to parse the AI driver, maybe it will compress the mobile system!\"}"], ["created_at", "2016-10-07 18:56:41.947360"], ["updated_at", "2016-10-07 18:56:41.947360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate sit quo et architecto suscipit ipsa.\",\"body\":\"If we program the alarm, we can get to the SQL matrix through the mobile RAM alarm!\"}"], ["created_at", "2016-10-07 18:56:41.948277"], ["updated_at", "2016-10-07 18:56:41.948277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure magni voluptatibus nam voluptatem.\",\"body\":\"We need to override the haptic AGP monitor!\"}"], ["created_at", "2016-10-07 18:56:41.949163"], ["updated_at", "2016-10-07 18:56:41.949163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et corporis velit illum ut.\",\"body\":\"We need to generate the haptic AGP hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.950075"], ["updated_at", "2016-10-07 18:56:41.950075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dolor eveniet eius ullam ut et.\",\"body\":\"Bypassing the bus won't do anything, we need to connect the haptic ram system!\"}"], ["created_at", "2016-10-07 18:56:41.951012"], ["updated_at", "2016-10-07 18:56:41.951012"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod cum et.\",\"body\":\"The SQL firewall is down, input the online driver so we can reboot the RAM sensor!\"}"], ["created_at", "2016-10-07 18:56:41.951889"], ["updated_at", "2016-10-07 18:56:41.951889"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae unde est hic vitae porro.\",\"body\":\"Use the virtual AGP alarm, then you can quantify the multi-byte panel!\"}"], ["created_at", "2016-10-07 18:56:41.952773"], ["updated_at", "2016-10-07 18:56:41.952773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem error consequuntur.\",\"body\":\"Hacking the sensor won't do anything, we need to transmit the back-end http microchip!\"}"], ["created_at", "2016-10-07 18:56:41.953656"], ["updated_at", "2016-10-07 18:56:41.953656"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem repellendus id.\",\"body\":\"The USB card is down, program the digital monitor so we can bypass the SSL circuit!\"}"], ["created_at", "2016-10-07 18:56:41.954563"], ["updated_at", "2016-10-07 18:56:41.954563"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam veritatis in iure temporibus quae.\",\"body\":\"You can't transmit the bus without programming the cross-platform AGP hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.955498"], ["updated_at", "2016-10-07 18:56:41.955498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id consequatur inventore sint illo hic sapiente reiciendis.\",\"body\":\"If we bypass the application, we can get to the PCI firewall through the redundant FTP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:41.956381"], ["updated_at", "2016-10-07 18:56:41.956381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa et est.\",\"body\":\"Use the primary PNG sensor, then you can override the haptic alarm!\"}"], ["created_at", "2016-10-07 18:56:41.957277"], ["updated_at", "2016-10-07 18:56:41.957277"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas facilis soluta necessitatibus qui nobis voluptatum.\",\"body\":\"The RSS bandwidth is down, program the online bandwidth so we can calculate the XSS array!\"}"], ["created_at", "2016-10-07 18:56:41.958145"], ["updated_at", "2016-10-07 18:56:41.958145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quae natus voluptates aspernatur unde est.\",\"body\":\"You can't override the bandwidth without compressing the virtual USB hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.959072"], ["updated_at", "2016-10-07 18:56:41.959072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit et reprehenderit.\",\"body\":\"Compressing the system won't do anything, we need to copy the neural css feed!\"}"], ["created_at", "2016-10-07 18:56:41.959944"], ["updated_at", "2016-10-07 18:56:41.959944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam velit voluptatem nihil iusto voluptas.\",\"body\":\"If we calculate the transmitter, we can get to the EXE hard drive through the haptic AI port!\"}"], ["created_at", "2016-10-07 18:56:41.960828"], ["updated_at", "2016-10-07 18:56:41.960828"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit alias ducimus.\",\"body\":\"If we override the alarm, we can get to the RAM feed through the virtual JSON capacitor!\"}"], ["created_at", "2016-10-07 18:56:41.961701"], ["updated_at", "2016-10-07 18:56:41.961701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis libero quia molestiae est aut molestiae consectetur.\",\"body\":\"If we copy the circuit, we can get to the HDD application through the solid state IB bus!\"}"], ["created_at", "2016-10-07 18:56:41.962635"], ["updated_at", "2016-10-07 18:56:41.962635"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium quaerat officiis impedit neque est.\",\"body\":\"Backing up the sensor won't do anything, we need to synthesize the online xml matrix!\"}"], ["created_at", "2016-10-07 18:56:41.963533"], ["updated_at", "2016-10-07 18:56:41.963533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt voluptas ut.\",\"body\":\"Use the solid state GB interface, then you can generate the digital card!\"}"], ["created_at", "2016-10-07 18:56:41.964439"], ["updated_at", "2016-10-07 18:56:41.964439"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem rerum velit recusandae voluptas.\",\"body\":\"Try to hack the XML bandwidth, maybe it will copy the online application!\"}"], ["created_at", "2016-10-07 18:56:41.965312"], ["updated_at", "2016-10-07 18:56:41.965312"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia officiis dolor repellendus quidem consequuntur tempore provident.\",\"body\":\"Try to calculate the RSS array, maybe it will synthesize the open-source monitor!\"}"], ["created_at", "2016-10-07 18:56:41.966199"], ["updated_at", "2016-10-07 18:56:41.966199"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur non exercitationem facilis optio labore a ex.\",\"body\":\"Use the virtual SMTP interface, then you can connect the bluetooth program!\"}"], ["created_at", "2016-10-07 18:56:41.967080"], ["updated_at", "2016-10-07 18:56:41.967080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est omnis qui.\",\"body\":\"Transmitting the hard drive won't do anything, we need to copy the multi-byte gb interface!\"}"], ["created_at", "2016-10-07 18:56:41.967979"], ["updated_at", "2016-10-07 18:56:41.967979"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In et iste.\",\"body\":\"If we quantify the program, we can get to the SQL system through the 1080p FTP firewall!\"}"], ["created_at", "2016-10-07 18:56:41.968896"], ["updated_at", "2016-10-07 18:56:41.968896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut exercitationem velit saepe perspiciatis.\",\"body\":\"Parsing the circuit won't do anything, we need to navigate the online ai driver!\"}"], ["created_at", "2016-10-07 18:56:41.969775"], ["updated_at", "2016-10-07 18:56:41.969775"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis velit aliquam odio.\",\"body\":\"Compressing the array won't do anything, we need to override the back-end adp microchip!\"}"], ["created_at", "2016-10-07 18:56:41.970660"], ["updated_at", "2016-10-07 18:56:41.970660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit rerum sed quo non sint dolor maxime.\",\"body\":\"Try to transmit the HDD capacitor, maybe it will synthesize the virtual panel!\"}"], ["created_at", "2016-10-07 18:56:41.971554"], ["updated_at", "2016-10-07 18:56:41.971554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa libero voluptatem sit nemo perspiciatis.\",\"body\":\"You can't quantify the array without hacking the digital JSON hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.972456"], ["updated_at", "2016-10-07 18:56:41.972456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ipsa odit assumenda ratione ex.\",\"body\":\"We need to input the cross-platform GB panel!\"}"], ["created_at", "2016-10-07 18:56:41.973345"], ["updated_at", "2016-10-07 18:56:41.973345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum provident nobis est libero quisquam.\",\"body\":\"We need to program the mobile THX protocol!\"}"], ["created_at", "2016-10-07 18:56:41.974220"], ["updated_at", "2016-10-07 18:56:41.974220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto amet id earum reiciendis odio.\",\"body\":\"The CSS monitor is down, copy the primary port so we can connect the FTP firewall!\"}"], ["created_at", "2016-10-07 18:56:41.975103"], ["updated_at", "2016-10-07 18:56:41.975103"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe ut aut vel.\",\"body\":\"You can't override the panel without generating the online JBOD system!\"}"], ["created_at", "2016-10-07 18:56:41.975989"], ["updated_at", "2016-10-07 18:56:41.975989"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis earum culpa provident explicabo.\",\"body\":\"If we input the interface, we can get to the XSS capacitor through the cross-platform SMS bus!\"}"], ["created_at", "2016-10-07 18:56:41.976861"], ["updated_at", "2016-10-07 18:56:41.976861"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis est consequatur non suscipit maxime impedit.\",\"body\":\"Use the bluetooth JBOD monitor, then you can bypass the virtual circuit!\"}"], ["created_at", "2016-10-07 18:56:41.977751"], ["updated_at", "2016-10-07 18:56:41.977751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vel ea.\",\"body\":\"Use the haptic FTP port, then you can calculate the auxiliary transmitter!\"}"], ["created_at", "2016-10-07 18:56:41.978633"], ["updated_at", "2016-10-07 18:56:41.978633"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dolores aperiam a maxime in incidunt.\",\"body\":\"Use the solid state JBOD sensor, then you can compress the optical hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.979556"], ["updated_at", "2016-10-07 18:56:41.979556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia dolores illum.\",\"body\":\"I'll calculate the 1080p PNG port, that should system the SAS pixel!\"}"], ["created_at", "2016-10-07 18:56:41.980608"], ["updated_at", "2016-10-07 18:56:41.980608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo quis maxime.\",\"body\":\"We need to generate the 1080p JBOD circuit!\"}"], ["created_at", "2016-10-07 18:56:41.981523"], ["updated_at", "2016-10-07 18:56:41.981523"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas earum optio deleniti veniam qui.\",\"body\":\"We need to copy the online IB matrix!\"}"], ["created_at", "2016-10-07 18:56:41.982400"], ["updated_at", "2016-10-07 18:56:41.982400"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis magni minima.\",\"body\":\"I'll input the optical ADP system, that should sensor the AGP circuit!\"}"], ["created_at", "2016-10-07 18:56:41.983299"], ["updated_at", "2016-10-07 18:56:41.983299"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem similique dolorem veniam.\",\"body\":\"Try to bypass the RSS application, maybe it will bypass the bluetooth port!\"}"], ["created_at", "2016-10-07 18:56:41.984196"], ["updated_at", "2016-10-07 18:56:41.984196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla debitis laborum illo possimus reprehenderit similique.\",\"body\":\"We need to compress the multi-byte SDD array!\"}"], ["created_at", "2016-10-07 18:56:41.985074"], ["updated_at", "2016-10-07 18:56:41.985074"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos et non.\",\"body\":\"Try to back up the TCP bandwidth, maybe it will back up the cross-platform pixel!\"}"], ["created_at", "2016-10-07 18:56:41.985953"], ["updated_at", "2016-10-07 18:56:41.985953"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dolores ullam consequuntur qui repudiandae reprehenderit.\",\"body\":\"Try to navigate the JBOD driver, maybe it will program the multi-byte hard drive!\"}"], ["created_at", "2016-10-07 18:56:41.986869"], ["updated_at", "2016-10-07 18:56:41.986869"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur nihil quis eos ut laborum.\",\"body\":\"The COM program is down, reboot the wireless protocol so we can input the COM transmitter!\"}"], ["created_at", "2016-10-07 18:56:41.987753"], ["updated_at", "2016-10-07 18:56:41.987753"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora enim explicabo corporis aut.\",\"body\":\"Try to connect the SMTP driver, maybe it will synthesize the haptic pixel!\"}"], ["created_at", "2016-10-07 18:56:41.988668"], ["updated_at", "2016-10-07 18:56:41.988668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur rem sit recusandae est officia itaque aut.\",\"body\":\"We need to reboot the optical SSL capacitor!\"}"], ["created_at", "2016-10-07 18:56:41.989552"], ["updated_at", "2016-10-07 18:56:41.989552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est excepturi natus dignissimos vero.\",\"body\":\"We need to index the open-source PCI alarm!\"}"], ["created_at", "2016-10-07 18:56:41.990446"], ["updated_at", "2016-10-07 18:56:41.990446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas laudantium rerum ex molestias.\",\"body\":\"You can't index the circuit without overriding the multi-byte RAM system!\"}"], ["created_at", "2016-10-07 18:56:41.991339"], ["updated_at", "2016-10-07 18:56:41.991339"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio esse voluptatem aliquam recusandae modi.\",\"body\":\"Bypassing the array won't do anything, we need to input the haptic ai interface!\"}"], ["created_at", "2016-10-07 18:56:41.992222"], ["updated_at", "2016-10-07 18:56:41.992222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et excepturi est maxime voluptatem.\",\"body\":\"Use the multi-byte RSS system, then you can bypass the redundant capacitor!\"}"], ["created_at", "2016-10-07 18:56:41.993113"], ["updated_at", "2016-10-07 18:56:41.993113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis est nam provident a.\",\"body\":\"You can't parse the protocol without generating the open-source RSS circuit!\"}"], ["created_at", "2016-10-07 18:56:41.993980"], ["updated_at", "2016-10-07 18:56:41.993980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut consectetur vel veniam reprehenderit eum.\",\"body\":\"Try to back up the CSS interface, maybe it will connect the cross-platform microchip!\"}"], ["created_at", "2016-10-07 18:56:41.994856"], ["updated_at", "2016-10-07 18:56:41.994856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam molestias iure consequatur enim voluptatum fugiat sed.\",\"body\":\"I'll calculate the open-source HDD alarm, that should card the EXE feed!\"}"], ["created_at", "2016-10-07 18:56:41.995755"], ["updated_at", "2016-10-07 18:56:41.995755"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur tempore consectetur fugit rerum.\",\"body\":\"Use the multi-byte AI monitor, then you can reboot the neural port!\"}"], ["created_at", "2016-10-07 18:56:41.996643"], ["updated_at", "2016-10-07 18:56:41.996643"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque eius praesentium dolor exercitationem quia eos culpa.\",\"body\":\"You can't connect the array without generating the 1080p USB firewall!\"}"], ["created_at", "2016-10-07 18:56:41.997784"], ["updated_at", "2016-10-07 18:56:41.997784"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo ut soluta nihil.\",\"body\":\"If we input the matrix, we can get to the XSS monitor through the mobile RAM panel!\"}"], ["created_at", "2016-10-07 18:56:41.999029"], ["updated_at", "2016-10-07 18:56:41.999029"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo et dolor quisquam autem.\",\"body\":\"If we override the monitor, we can get to the RSS transmitter through the multi-byte SCSI system!\"}"], ["created_at", "2016-10-07 18:56:42.000537"], ["updated_at", "2016-10-07 18:56:42.000537"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod qui maiores perspiciatis corrupti.\",\"body\":\"We need to quantify the solid state ADP application!\"}"], ["created_at", "2016-10-07 18:56:42.003248"], ["updated_at", "2016-10-07 18:56:42.003248"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab nostrum vitae tempora.\",\"body\":\"I'll transmit the digital SQL protocol, that should system the SDD interface!\"}"], ["created_at", "2016-10-07 18:56:42.004997"], ["updated_at", "2016-10-07 18:56:42.004997"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis accusamus excepturi beatae voluptas voluptate mollitia repudiandae.\",\"body\":\"The SAS transmitter is down, hack the solid state firewall so we can index the TCP matrix!\"}"], ["created_at", "2016-10-07 18:56:42.007824"], ["updated_at", "2016-10-07 18:56:42.007824"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam sed quis soluta dolorem.\",\"body\":\"Navigating the program won't do anything, we need to navigate the cross-platform pci port!\"}"], ["created_at", "2016-10-07 18:56:42.008890"], ["updated_at", "2016-10-07 18:56:42.008890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil dolore provident velit ut ut.\",\"body\":\"Use the solid state AI pixel, then you can calculate the cross-platform matrix!\"}"], ["created_at", "2016-10-07 18:56:42.009814"], ["updated_at", "2016-10-07 18:56:42.009814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci aut provident dolores voluptatem.\",\"body\":\"Try to synthesize the AGP program, maybe it will quantify the auxiliary feed!\"}"], ["created_at", "2016-10-07 18:56:42.010776"], ["updated_at", "2016-10-07 18:56:42.010776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit tenetur asperiores est assumenda neque reiciendis.\",\"body\":\"We need to back up the digital EXE driver!\"}"], ["created_at", "2016-10-07 18:56:42.011671"], ["updated_at", "2016-10-07 18:56:42.011671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate minima ut.\",\"body\":\"Compressing the capacitor won't do anything, we need to copy the back-end sms panel!\"}"], ["created_at", "2016-10-07 18:56:42.012590"], ["updated_at", "2016-10-07 18:56:42.012590"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id praesentium inventore molestiae non nam autem.\",\"body\":\"Hacking the interface won't do anything, we need to parse the haptic xss panel!\"}"], ["created_at", "2016-10-07 18:56:42.013482"], ["updated_at", "2016-10-07 18:56:42.013482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum dolores est autem.\",\"body\":\"Try to synthesize the SSL interface, maybe it will index the back-end transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.014420"], ["updated_at", "2016-10-07 18:56:42.014420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis ea et commodi sit error.\",\"body\":\"The RSS circuit is down, parse the auxiliary circuit so we can hack the ADP port!\"}"], ["created_at", "2016-10-07 18:56:42.015383"], ["updated_at", "2016-10-07 18:56:42.015383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit ab dolorem aliquam accusamus excepturi.\",\"body\":\"Use the redundant PCI circuit, then you can program the solid state monitor!\"}"], ["created_at", "2016-10-07 18:56:42.016295"], ["updated_at", "2016-10-07 18:56:42.016295"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt vero qui repellendus eos ad.\",\"body\":\"Use the 1080p SMTP application, then you can calculate the wireless feed!\"}"], ["created_at", "2016-10-07 18:56:42.017229"], ["updated_at", "2016-10-07 18:56:42.017229"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi veniam maxime sequi quia autem qui.\",\"body\":\"The AI alarm is down, bypass the bluetooth card so we can program the RSS feed!\"}"], ["created_at", "2016-10-07 18:56:42.018184"], ["updated_at", "2016-10-07 18:56:42.018184"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut porro qui ipsum non minima.\",\"body\":\"Navigating the hard drive won't do anything, we need to back up the open-source pci transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.019101"], ["updated_at", "2016-10-07 18:56:42.019101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque necessitatibus natus fuga tenetur mollitia deleniti aut.\",\"body\":\"Try to program the GB card, maybe it will generate the auxiliary transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.019977"], ["updated_at", "2016-10-07 18:56:42.019977"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas aut accusantium debitis voluptas ea.\",\"body\":\"You can't reboot the alarm without connecting the digital XSS circuit!\"}"], ["created_at", "2016-10-07 18:56:42.020947"], ["updated_at", "2016-10-07 18:56:42.020947"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis architecto perferendis deserunt et.\",\"body\":\"If we quantify the panel, we can get to the ADP pixel through the bluetooth THX sensor!\"}"], ["created_at", "2016-10-07 18:56:42.022087"], ["updated_at", "2016-10-07 18:56:42.022087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni dolores rerum et.\",\"body\":\"Try to compress the XML pixel, maybe it will calculate the redundant circuit!\"}"], ["created_at", "2016-10-07 18:56:42.023083"], ["updated_at", "2016-10-07 18:56:42.023083"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti ut doloribus praesentium qui sint.\",\"body\":\"You can't connect the circuit without backing up the virtual PCI protocol!\"}"], ["created_at", "2016-10-07 18:56:42.024005"], ["updated_at", "2016-10-07 18:56:42.024005"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam voluptatibus ipsa reprehenderit consequatur asperiores est.\",\"body\":\"We need to calculate the auxiliary RSS program!\"}"], ["created_at", "2016-10-07 18:56:42.024901"], ["updated_at", "2016-10-07 18:56:42.024901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem harum asperiores maxime qui corporis.\",\"body\":\"The JSON feed is down, navigate the wireless port so we can override the COM system!\"}"], ["created_at", "2016-10-07 18:56:42.025792"], ["updated_at", "2016-10-07 18:56:42.025792"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem eius et laboriosam ex rerum cupiditate unde.\",\"body\":\"We need to bypass the redundant SCSI system!\"}"], ["created_at", "2016-10-07 18:56:42.026698"], ["updated_at", "2016-10-07 18:56:42.026698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui officiis ullam corporis sint eum qui.\",\"body\":\"You can't transmit the array without programming the back-end SAS panel!\"}"], ["created_at", "2016-10-07 18:56:42.027588"], ["updated_at", "2016-10-07 18:56:42.027588"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam cupiditate temporibus facere ad animi.\",\"body\":\"If we program the sensor, we can get to the SAS array through the virtual CSS panel!\"}"], ["created_at", "2016-10-07 18:56:42.028475"], ["updated_at", "2016-10-07 18:56:42.028475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio eum dicta qui ut.\",\"body\":\"I'll transmit the neural SDD port, that should feed the COM array!\"}"], ["created_at", "2016-10-07 18:56:42.029378"], ["updated_at", "2016-10-07 18:56:42.029378"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae consequatur minus at optio.\",\"body\":\"You can't calculate the microchip without indexing the solid state AI pixel!\"}"], ["created_at", "2016-10-07 18:56:42.030346"], ["updated_at", "2016-10-07 18:56:42.030346"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quos doloribus.\",\"body\":\"I'll bypass the multi-byte COM driver, that should card the SDD circuit!\"}"], ["created_at", "2016-10-07 18:56:42.031575"], ["updated_at", "2016-10-07 18:56:42.031575"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil accusamus quia fuga suscipit sint dicta.\",\"body\":\"Try to hack the SCSI firewall, maybe it will copy the haptic driver!\"}"], ["created_at", "2016-10-07 18:56:42.032752"], ["updated_at", "2016-10-07 18:56:42.032752"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos ex ipsa.\",\"body\":\"If we hack the driver, we can get to the TCP application through the multi-byte SQL application!\"}"], ["created_at", "2016-10-07 18:56:42.034314"], ["updated_at", "2016-10-07 18:56:42.034314"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate commodi culpa ut neque rerum aperiam minus.\",\"body\":\"Try to input the AI driver, maybe it will bypass the digital capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.036709"], ["updated_at", "2016-10-07 18:56:42.036709"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut delectus nemo quisquam aut eligendi.\",\"body\":\"Use the 1080p PCI hard drive, then you can bypass the multi-byte alarm!\"}"], ["created_at", "2016-10-07 18:56:42.038421"], ["updated_at", "2016-10-07 18:56:42.038421"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et exercitationem impedit aperiam fuga et.\",\"body\":\"Try to parse the SCSI pixel, maybe it will reboot the neural bus!\"}"], ["created_at", "2016-10-07 18:56:42.041247"], ["updated_at", "2016-10-07 18:56:42.041247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis inventore laborum ducimus odit.\",\"body\":\"We need to hack the haptic SMTP bus!\"}"], ["created_at", "2016-10-07 18:56:42.042310"], ["updated_at", "2016-10-07 18:56:42.042310"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores quae rerum.\",\"body\":\"Try to quantify the CSS hard drive, maybe it will connect the haptic protocol!\"}"], ["created_at", "2016-10-07 18:56:42.043229"], ["updated_at", "2016-10-07 18:56:42.043229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet eum facilis dicta nihil et expedita.\",\"body\":\"Use the haptic SMTP hard drive, then you can parse the wireless driver!\"}"], ["created_at", "2016-10-07 18:56:42.044128"], ["updated_at", "2016-10-07 18:56:42.044128"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem nam repellat.\",\"body\":\"Use the wireless SMTP firewall, then you can calculate the neural protocol!\"}"], ["created_at", "2016-10-07 18:56:42.045016"], ["updated_at", "2016-10-07 18:56:42.045016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis quod dicta et error possimus dolores repellendus.\",\"body\":\"We need to back up the digital SAS application!\"}"], ["created_at", "2016-10-07 18:56:42.045889"], ["updated_at", "2016-10-07 18:56:42.045889"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error doloribus numquam.\",\"body\":\"Try to copy the SMTP protocol, maybe it will override the solid state transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.046849"], ["updated_at", "2016-10-07 18:56:42.046849"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa quisquam harum porro beatae dolor quidem incidunt.\",\"body\":\"If we index the sensor, we can get to the PNG feed through the 1080p SMS port!\"}"], ["created_at", "2016-10-07 18:56:42.047803"], ["updated_at", "2016-10-07 18:56:42.047803"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam ea vel.\",\"body\":\"The JSON capacitor is down, reboot the open-source microchip so we can hack the ADP pixel!\"}"], ["created_at", "2016-10-07 18:56:42.048695"], ["updated_at", "2016-10-07 18:56:42.048695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis aspernatur facere sed fuga.\",\"body\":\"If we synthesize the array, we can get to the SMTP firewall through the digital SAS hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.049580"], ["updated_at", "2016-10-07 18:56:42.049580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quia aut et et recusandae cupiditate labore.\",\"body\":\"Try to bypass the PCI application, maybe it will parse the back-end transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.050461"], ["updated_at", "2016-10-07 18:56:42.050461"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam ea odio occaecati perferendis aut voluptas.\",\"body\":\"Use the solid state SQL driver, then you can transmit the wireless pixel!\"}"], ["created_at", "2016-10-07 18:56:42.051408"], ["updated_at", "2016-10-07 18:56:42.051408"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa aut modi sunt corporis laboriosam praesentium provident.\",\"body\":\"We need to transmit the primary JSON application!\"}"], ["created_at", "2016-10-07 18:56:42.052308"], ["updated_at", "2016-10-07 18:56:42.052308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat sit doloribus.\",\"body\":\"You can't synthesize the port without navigating the solid state RAM panel!\"}"], ["created_at", "2016-10-07 18:56:42.053189"], ["updated_at", "2016-10-07 18:56:42.053189"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam unde ipsam.\",\"body\":\"You can't reboot the hard drive without indexing the 1080p JSON alarm!\"}"], ["created_at", "2016-10-07 18:56:42.054098"], ["updated_at", "2016-10-07 18:56:42.054098"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus consectetur aspernatur veniam est cumque rerum.\",\"body\":\"Try to quantify the XSS interface, maybe it will reboot the redundant program!\"}"], ["created_at", "2016-10-07 18:56:42.055177"], ["updated_at", "2016-10-07 18:56:42.055177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas blanditiis commodi et consequatur dolorem enim id.\",\"body\":\"If we program the sensor, we can get to the JSON bandwidth through the open-source USB port!\"}"], ["created_at", "2016-10-07 18:56:42.056307"], ["updated_at", "2016-10-07 18:56:42.056307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad et aliquid.\",\"body\":\"You can't index the array without backing up the solid state JBOD monitor!\"}"], ["created_at", "2016-10-07 18:56:42.057262"], ["updated_at", "2016-10-07 18:56:42.057262"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae nam dolorum qui nemo eveniet voluptas.\",\"body\":\"You can't parse the bus without quantifying the back-end EXE application!\"}"], ["created_at", "2016-10-07 18:56:42.058132"], ["updated_at", "2016-10-07 18:56:42.058132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate omnis amet nam et dolorem.\",\"body\":\"We need to input the 1080p XSS microchip!\"}"], ["created_at", "2016-10-07 18:56:42.059088"], ["updated_at", "2016-10-07 18:56:42.059088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vel placeat qui non.\",\"body\":\"Programming the alarm won't do anything, we need to copy the back-end agp monitor!\"}"], ["created_at", "2016-10-07 18:56:42.059998"], ["updated_at", "2016-10-07 18:56:42.059998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi natus repellendus deleniti eaque aspernatur.\",\"body\":\"The IB bandwidth is down, transmit the virtual microchip so we can calculate the SMS array!\"}"], ["created_at", "2016-10-07 18:56:42.060874"], ["updated_at", "2016-10-07 18:56:42.060874"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet qui sit.\",\"body\":\"Programming the application won't do anything, we need to program the wireless exe application!\"}"], ["created_at", "2016-10-07 18:56:42.061767"], ["updated_at", "2016-10-07 18:56:42.061767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores tenetur minus distinctio recusandae.\",\"body\":\"The JSON interface is down, transmit the haptic panel so we can calculate the EXE port!\"}"], ["created_at", "2016-10-07 18:56:42.062689"], ["updated_at", "2016-10-07 18:56:42.062689"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas rerum quia quas optio tenetur beatae.\",\"body\":\"I'll program the primary SMTP panel, that should bus the HTTP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.063608"], ["updated_at", "2016-10-07 18:56:42.063608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quisquam aperiam tempora rem voluptas.\",\"body\":\"You can't input the matrix without calculating the redundant USB sensor!\"}"], ["created_at", "2016-10-07 18:56:42.064527"], ["updated_at", "2016-10-07 18:56:42.064527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et corrupti ipsum quasi qui eum dolore.\",\"body\":\"The HTTP sensor is down, bypass the bluetooth alarm so we can calculate the IB capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.065400"], ["updated_at", "2016-10-07 18:56:42.065400"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti non sunt culpa.\",\"body\":\"Use the back-end SMS program, then you can bypass the 1080p circuit!\"}"], ["created_at", "2016-10-07 18:56:42.066276"], ["updated_at", "2016-10-07 18:56:42.066276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eveniet soluta tempore error quas.\",\"body\":\"I'll input the mobile JBOD pixel, that should alarm the SMTP card!\"}"], ["created_at", "2016-10-07 18:56:42.067202"], ["updated_at", "2016-10-07 18:56:42.067202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur vitae qui.\",\"body\":\"You can't reboot the feed without connecting the redundant ADP alarm!\"}"], ["created_at", "2016-10-07 18:56:42.068126"], ["updated_at", "2016-10-07 18:56:42.068126"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum quaerat deserunt id aut tempora sunt et.\",\"body\":\"I'll back up the redundant USB matrix, that should circuit the COM circuit!\"}"], ["created_at", "2016-10-07 18:56:42.069012"], ["updated_at", "2016-10-07 18:56:42.069012"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At deleniti officia sed fugiat.\",\"body\":\"Programming the port won't do anything, we need to back up the 1080p ram panel!\"}"], ["created_at", "2016-10-07 18:56:42.069909"], ["updated_at", "2016-10-07 18:56:42.069909"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quas ut inventore delectus fuga.\",\"body\":\"Connecting the protocol won't do anything, we need to navigate the bluetooth adp array!\"}"], ["created_at", "2016-10-07 18:56:42.070849"], ["updated_at", "2016-10-07 18:56:42.070849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione necessitatibus impedit modi aut.\",\"body\":\"You can't connect the system without synthesizing the 1080p CSS program!\"}"], ["created_at", "2016-10-07 18:56:42.071832"], ["updated_at", "2016-10-07 18:56:42.071832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et enim accusamus.\",\"body\":\"Try to parse the EXE firewall, maybe it will reboot the bluetooth array!\"}"], ["created_at", "2016-10-07 18:56:42.072775"], ["updated_at", "2016-10-07 18:56:42.072775"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos fugiat harum quas ducimus.\",\"body\":\"The AI alarm is down, back up the haptic program so we can reboot the CSS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.073660"], ["updated_at", "2016-10-07 18:56:42.073660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint voluptatem odio molestias.\",\"body\":\"Try to navigate the SMS feed, maybe it will input the primary program!\"}"], ["created_at", "2016-10-07 18:56:42.074572"], ["updated_at", "2016-10-07 18:56:42.074572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et atque quia quidem perferendis quae.\",\"body\":\"The RAM feed is down, navigate the open-source alarm so we can calculate the SMS monitor!\"}"], ["created_at", "2016-10-07 18:56:42.075493"], ["updated_at", "2016-10-07 18:56:42.075493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam et ad ut et.\",\"body\":\"The HDD firewall is down, back up the wireless sensor so we can navigate the SSL matrix!\"}"], ["created_at", "2016-10-07 18:56:42.076397"], ["updated_at", "2016-10-07 18:56:42.076397"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui impedit dolorem possimus architecto ipsa.\",\"body\":\"If we copy the feed, we can get to the ADP array through the digital GB transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.077273"], ["updated_at", "2016-10-07 18:56:42.077273"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem possimus sed in in.\",\"body\":\"I'll transmit the solid state RSS matrix, that should panel the RSS interface!\"}"], ["created_at", "2016-10-07 18:56:42.078394"], ["updated_at", "2016-10-07 18:56:42.078394"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus blanditiis et suscipit sequi culpa pariatur.\",\"body\":\"The FTP program is down, compress the multi-byte capacitor so we can navigate the JBOD circuit!\"}"], ["created_at", "2016-10-07 18:56:42.079613"], ["updated_at", "2016-10-07 18:56:42.079613"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sunt dolorum sint nobis accusantium autem.\",\"body\":\"We need to copy the auxiliary USB circuit!\"}"], ["created_at", "2016-10-07 18:56:42.081242"], ["updated_at", "2016-10-07 18:56:42.081242"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus eum est sint iste itaque autem.\",\"body\":\"I'll input the redundant HTTP sensor, that should driver the TCP capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.082572"], ["updated_at", "2016-10-07 18:56:42.082572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati ad numquam pariatur atque maiores.\",\"body\":\"Overriding the driver won't do anything, we need to generate the haptic rss feed!\"}"], ["created_at", "2016-10-07 18:56:42.084466"], ["updated_at", "2016-10-07 18:56:42.084466"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates error minus nemo ipsum ipsa porro.\",\"body\":\"We need to transmit the online SQL application!\"}"], ["created_at", "2016-10-07 18:56:42.085494"], ["updated_at", "2016-10-07 18:56:42.085494"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In tempora voluptatum quo aperiam facilis alias.\",\"body\":\"If we input the system, we can get to the GB feed through the auxiliary JSON array!\"}"], ["created_at", "2016-10-07 18:56:42.086492"], ["updated_at", "2016-10-07 18:56:42.086492"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem sint neque aliquam.\",\"body\":\"I'll transmit the mobile SMS capacitor, that should feed the XML port!\"}"], ["created_at", "2016-10-07 18:56:42.087426"], ["updated_at", "2016-10-07 18:56:42.087426"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam libero et rerum voluptas fugiat accusamus.\",\"body\":\"Use the mobile COM port, then you can reboot the neural transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.088445"], ["updated_at", "2016-10-07 18:56:42.088445"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In qui ad culpa omnis mollitia explicabo.\",\"body\":\"Try to transmit the HTTP alarm, maybe it will index the cross-platform microchip!\"}"], ["created_at", "2016-10-07 18:56:42.089413"], ["updated_at", "2016-10-07 18:56:42.089413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est non saepe dolor nulla hic aliquam.\",\"body\":\"You can't compress the feed without calculating the wireless SMTP program!\"}"], ["created_at", "2016-10-07 18:56:42.090338"], ["updated_at", "2016-10-07 18:56:42.090338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio aut qui omnis.\",\"body\":\"If we navigate the capacitor, we can get to the CSS bus through the haptic JSON card!\"}"], ["created_at", "2016-10-07 18:56:42.091285"], ["updated_at", "2016-10-07 18:56:42.091285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam id quia est est debitis praesentium delectus.\",\"body\":\"Indexing the program won't do anything, we need to reboot the auxiliary thx bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.092181"], ["updated_at", "2016-10-07 18:56:42.092181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero qui illo ut dolores.\",\"body\":\"Programming the microchip won't do anything, we need to back up the redundant xml monitor!\"}"], ["created_at", "2016-10-07 18:56:42.093080"], ["updated_at", "2016-10-07 18:56:42.093080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed omnis dignissimos eaque exercitationem.\",\"body\":\"Try to generate the RSS pixel, maybe it will back up the virtual microchip!\"}"], ["created_at", "2016-10-07 18:56:42.093980"], ["updated_at", "2016-10-07 18:56:42.093980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos dicta harum placeat omnis.\",\"body\":\"Try to reboot the RSS alarm, maybe it will navigate the open-source interface!\"}"], ["created_at", "2016-10-07 18:56:42.094889"], ["updated_at", "2016-10-07 18:56:42.094889"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum iste iusto inventore non itaque eligendi est.\",\"body\":\"Use the open-source RAM array, then you can navigate the online firewall!\"}"], ["created_at", "2016-10-07 18:56:42.095790"], ["updated_at", "2016-10-07 18:56:42.095790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora sit velit atque aperiam ut quae consequatur.\",\"body\":\"Try to program the AI sensor, maybe it will override the wireless program!\"}"], ["created_at", "2016-10-07 18:56:42.096758"], ["updated_at", "2016-10-07 18:56:42.096758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum nihil aut ut.\",\"body\":\"You can't back up the monitor without bypassing the multi-byte SCSI port!\"}"], ["created_at", "2016-10-07 18:56:42.097682"], ["updated_at", "2016-10-07 18:56:42.097682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At est nihil molestiae est ut culpa.\",\"body\":\"If we compress the firewall, we can get to the GB monitor through the optical CSS monitor!\"}"], ["created_at", "2016-10-07 18:56:42.098631"], ["updated_at", "2016-10-07 18:56:42.098631"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto nesciunt dicta delectus expedita.\",\"body\":\"The HTTP matrix is down, connect the digital array so we can quantify the EXE bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.099617"], ["updated_at", "2016-10-07 18:56:42.099617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio id non.\",\"body\":\"I'll transmit the cross-platform HDD application, that should alarm the CSS port!\"}"], ["created_at", "2016-10-07 18:56:42.100574"], ["updated_at", "2016-10-07 18:56:42.100574"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem quia rerum voluptates perspiciatis voluptatem aut fugiat.\",\"body\":\"You can't hack the microchip without indexing the optical HDD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.101502"], ["updated_at", "2016-10-07 18:56:42.101502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt ut deleniti odit qui libero aspernatur quaerat.\",\"body\":\"We need to synthesize the haptic EXE microchip!\"}"], ["created_at", "2016-10-07 18:56:42.102484"], ["updated_at", "2016-10-07 18:56:42.102484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam ad tempore facere non laboriosam aut asperiores.\",\"body\":\"The FTP alarm is down, copy the digital transmitter so we can program the HTTP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.103487"], ["updated_at", "2016-10-07 18:56:42.103487"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit minus quia quisquam necessitatibus dolorem id.\",\"body\":\"The GB matrix is down, calculate the mobile bandwidth so we can reboot the SDD matrix!\"}"], ["created_at", "2016-10-07 18:56:42.111407"], ["updated_at", "2016-10-07 18:56:42.111407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae eum delectus ipsum odio illum totam.\",\"body\":\"We need to copy the primary AGP sensor!\"}"], ["created_at", "2016-10-07 18:56:42.112611"], ["updated_at", "2016-10-07 18:56:42.112611"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio quisquam culpa porro quae incidunt numquam ut.\",\"body\":\"We need to compress the optical SMS array!\"}"], ["created_at", "2016-10-07 18:56:42.113557"], ["updated_at", "2016-10-07 18:56:42.113557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit quia est consequuntur corrupti et.\",\"body\":\"Try to copy the PNG panel, maybe it will copy the 1080p capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.114449"], ["updated_at", "2016-10-07 18:56:42.114449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut odit debitis.\",\"body\":\"I'll transmit the multi-byte EXE transmitter, that should feed the XML card!\"}"], ["created_at", "2016-10-07 18:56:42.115372"], ["updated_at", "2016-10-07 18:56:42.115372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet suscipit fugiat.\",\"body\":\"If we quantify the array, we can get to the SCSI bus through the online PCI application!\"}"], ["created_at", "2016-10-07 18:56:42.116263"], ["updated_at", "2016-10-07 18:56:42.116263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem magnam atque soluta nobis doloremque aut omnis.\",\"body\":\"I'll input the back-end USB monitor, that should hard drive the SSL bus!\"}"], ["created_at", "2016-10-07 18:56:42.117144"], ["updated_at", "2016-10-07 18:56:42.117144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et rerum itaque.\",\"body\":\"The SSL bus is down, back up the wireless panel so we can navigate the HTTP array!\"}"], ["created_at", "2016-10-07 18:56:42.118028"], ["updated_at", "2016-10-07 18:56:42.118028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione cum tenetur.\",\"body\":\"We need to program the neural SAS bus!\"}"], ["created_at", "2016-10-07 18:56:42.118919"], ["updated_at", "2016-10-07 18:56:42.118919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim et possimus culpa.\",\"body\":\"Use the auxiliary SDD panel, then you can back up the bluetooth panel!\"}"], ["created_at", "2016-10-07 18:56:42.119800"], ["updated_at", "2016-10-07 18:56:42.119800"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos qui omnis sed ea ut unde nulla.\",\"body\":\"The HTTP capacitor is down, generate the solid state hard drive so we can input the GB array!\"}"], ["created_at", "2016-10-07 18:56:42.120651"], ["updated_at", "2016-10-07 18:56:42.120651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet qui sint.\",\"body\":\"Try to synthesize the SMS circuit, maybe it will input the neural driver!\"}"], ["created_at", "2016-10-07 18:56:42.121541"], ["updated_at", "2016-10-07 18:56:42.121541"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aut perspiciatis esse perferendis rem modi.\",\"body\":\"If we hack the interface, we can get to the SMTP array through the optical THX matrix!\"}"], ["created_at", "2016-10-07 18:56:42.122440"], ["updated_at", "2016-10-07 18:56:42.122440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque ipsum sed magnam quia inventore nisi.\",\"body\":\"Try to synthesize the RAM feed, maybe it will index the optical matrix!\"}"], ["created_at", "2016-10-07 18:56:42.123336"], ["updated_at", "2016-10-07 18:56:42.123336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque eligendi tenetur quam aut quaerat minima.\",\"body\":\"The TCP program is down, copy the open-source sensor so we can connect the PCI capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.124223"], ["updated_at", "2016-10-07 18:56:42.124223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt dicta officiis.\",\"body\":\"The SCSI pixel is down, connect the 1080p microchip so we can quantify the GB card!\"}"], ["created_at", "2016-10-07 18:56:42.125109"], ["updated_at", "2016-10-07 18:56:42.125109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero accusamus fugit perferendis autem voluptas vitae nostrum.\",\"body\":\"If we copy the sensor, we can get to the SCSI bus through the haptic SSL capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.125995"], ["updated_at", "2016-10-07 18:56:42.125995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta aut beatae harum sunt enim tempore.\",\"body\":\"We need to index the solid state AGP alarm!\"}"], ["created_at", "2016-10-07 18:56:42.126892"], ["updated_at", "2016-10-07 18:56:42.126892"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias enim sit.\",\"body\":\"The GB bandwidth is down, copy the multi-byte protocol so we can navigate the XSS application!\"}"], ["created_at", "2016-10-07 18:56:42.127773"], ["updated_at", "2016-10-07 18:56:42.127773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis corporis ipsam et ratione quia occaecati.\",\"body\":\"The FTP microchip is down, transmit the back-end bus so we can synthesize the TCP microchip!\"}"], ["created_at", "2016-10-07 18:56:42.128633"], ["updated_at", "2016-10-07 18:56:42.128633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla sunt qui nisi consequatur temporibus nihil nihil.\",\"body\":\"Try to reboot the IB pixel, maybe it will bypass the cross-platform bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.129517"], ["updated_at", "2016-10-07 18:56:42.129517"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi ea assumenda aliquam error commodi ipsam.\",\"body\":\"The USB pixel is down, override the primary pixel so we can calculate the SMS microchip!\"}"], ["created_at", "2016-10-07 18:56:42.130409"], ["updated_at", "2016-10-07 18:56:42.130409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui a minima sint consequatur quas.\",\"body\":\"The AGP application is down, transmit the open-source pixel so we can reboot the SMTP program!\"}"], ["created_at", "2016-10-07 18:56:42.131308"], ["updated_at", "2016-10-07 18:56:42.131308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis amet rem laboriosam rerum sit tenetur.\",\"body\":\"Use the haptic IB protocol, then you can index the bluetooth panel!\"}"], ["created_at", "2016-10-07 18:56:42.132185"], ["updated_at", "2016-10-07 18:56:42.132185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum eum ut.\",\"body\":\"I'll copy the neural XML panel, that should matrix the GB firewall!\"}"], ["created_at", "2016-10-07 18:56:42.133058"], ["updated_at", "2016-10-07 18:56:42.133058"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem esse rerum.\",\"body\":\"You can't back up the protocol without generating the multi-byte IB driver!\"}"], ["created_at", "2016-10-07 18:56:42.133943"], ["updated_at", "2016-10-07 18:56:42.133943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero est officiis harum neque qui ducimus culpa.\",\"body\":\"We need to input the multi-byte ADP driver!\"}"], ["created_at", "2016-10-07 18:56:42.134831"], ["updated_at", "2016-10-07 18:56:42.134831"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis sunt neque.\",\"body\":\"You can't generate the alarm without synthesizing the 1080p AI panel!\"}"], ["created_at", "2016-10-07 18:56:42.135711"], ["updated_at", "2016-10-07 18:56:42.135711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus aperiam corporis.\",\"body\":\"You can't program the monitor without overriding the digital AGP hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.136563"], ["updated_at", "2016-10-07 18:56:42.136563"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum rerum exercitationem doloribus.\",\"body\":\"Try to hack the PCI system, maybe it will reboot the open-source array!\"}"], ["created_at", "2016-10-07 18:56:42.137442"], ["updated_at", "2016-10-07 18:56:42.137442"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias ullam officiis aut.\",\"body\":\"Generating the system won't do anything, we need to input the cross-platform jbod bus!\"}"], ["created_at", "2016-10-07 18:56:42.138347"], ["updated_at", "2016-10-07 18:56:42.138347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam dolorem pariatur.\",\"body\":\"The TCP application is down, parse the haptic protocol so we can transmit the AI port!\"}"], ["created_at", "2016-10-07 18:56:42.139258"], ["updated_at", "2016-10-07 18:56:42.139258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur molestiae eligendi facere ipsam asperiores sint.\",\"body\":\"If we bypass the firewall, we can get to the HTTP application through the digital JBOD microchip!\"}"], ["created_at", "2016-10-07 18:56:42.140138"], ["updated_at", "2016-10-07 18:56:42.140138"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt rerum a.\",\"body\":\"Use the redundant THX sensor, then you can navigate the haptic sensor!\"}"], ["created_at", "2016-10-07 18:56:42.141013"], ["updated_at", "2016-10-07 18:56:42.141013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus et consequatur quae maxime et.\",\"body\":\"Try to parse the XSS monitor, maybe it will hack the redundant alarm!\"}"], ["created_at", "2016-10-07 18:56:42.141893"], ["updated_at", "2016-10-07 18:56:42.141893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas nihil iure et inventore.\",\"body\":\"You can't navigate the circuit without parsing the solid state RAM application!\"}"], ["created_at", "2016-10-07 18:56:42.142797"], ["updated_at", "2016-10-07 18:56:42.142797"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio deleniti officiis eum veritatis iure ipsum velit.\",\"body\":\"Overriding the system won't do anything, we need to synthesize the wireless rss microchip!\"}"], ["created_at", "2016-10-07 18:56:42.143683"], ["updated_at", "2016-10-07 18:56:42.143683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore sed iusto minus.\",\"body\":\"Copying the pixel won't do anything, we need to navigate the neural ftp hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.144538"], ["updated_at", "2016-10-07 18:56:42.144538"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure atque sunt.\",\"body\":\"The CSS array is down, bypass the cross-platform bus so we can hack the AI program!\"}"], ["created_at", "2016-10-07 18:56:42.145417"], ["updated_at", "2016-10-07 18:56:42.145417"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt molestiae maiores id nisi qui.\",\"body\":\"Use the neural COM matrix, then you can parse the solid state sensor!\"}"], ["created_at", "2016-10-07 18:56:42.146300"], ["updated_at", "2016-10-07 18:56:42.146300"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui facere nam quod.\",\"body\":\"You can't connect the program without programming the neural CSS matrix!\"}"], ["created_at", "2016-10-07 18:56:42.147222"], ["updated_at", "2016-10-07 18:56:42.147222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptas voluptas harum ea in nam ratione.\",\"body\":\"We need to override the primary EXE capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.148139"], ["updated_at", "2016-10-07 18:56:42.148139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate quisquam cum reprehenderit aliquid corporis excepturi velit.\",\"body\":\"You can't back up the array without navigating the multi-byte XSS application!\"}"], ["created_at", "2016-10-07 18:56:42.149036"], ["updated_at", "2016-10-07 18:56:42.149036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sit maxime est et at.\",\"body\":\"You can't override the protocol without programming the cross-platform XML matrix!\"}"], ["created_at", "2016-10-07 18:56:42.149909"], ["updated_at", "2016-10-07 18:56:42.149909"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus ipsum neque perspiciatis esse ab.\",\"body\":\"Overriding the bandwidth won't do anything, we need to synthesize the auxiliary sdd alarm!\"}"], ["created_at", "2016-10-07 18:56:42.150816"], ["updated_at", "2016-10-07 18:56:42.150816"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat exercitationem voluptates fugiat soluta perspiciatis natus cupiditate.\",\"body\":\"Try to synthesize the RSS panel, maybe it will connect the haptic bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.151712"], ["updated_at", "2016-10-07 18:56:42.151712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum distinctio tempora vero ab accusantium ea expedita.\",\"body\":\"I'll compress the multi-byte RAM system, that should interface the XSS monitor!\"}"], ["created_at", "2016-10-07 18:56:42.152575"], ["updated_at", "2016-10-07 18:56:42.152575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolores id sed qui.\",\"body\":\"Try to quantify the SAS transmitter, maybe it will back up the primary pixel!\"}"], ["created_at", "2016-10-07 18:56:42.153447"], ["updated_at", "2016-10-07 18:56:42.153447"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit eum eligendi qui illum nihil explicabo.\",\"body\":\"Use the virtual JBOD program, then you can index the back-end panel!\"}"], ["created_at", "2016-10-07 18:56:42.154326"], ["updated_at", "2016-10-07 18:56:42.154326"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem quod cum ut et voluptates laborum adipisci.\",\"body\":\"If we bypass the capacitor, we can get to the SCSI transmitter through the redundant RSS interface!\"}"], ["created_at", "2016-10-07 18:56:42.155317"], ["updated_at", "2016-10-07 18:56:42.155317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus a ea est quasi illum cupiditate.\",\"body\":\"If we parse the panel, we can get to the HDD capacitor through the solid state USB alarm!\"}"], ["created_at", "2016-10-07 18:56:42.156198"], ["updated_at", "2016-10-07 18:56:42.156198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa aut fugit voluptatem.\",\"body\":\"Use the auxiliary RSS monitor, then you can compress the auxiliary protocol!\"}"], ["created_at", "2016-10-07 18:56:42.157079"], ["updated_at", "2016-10-07 18:56:42.157079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut qui omnis rerum tempora.\",\"body\":\"I'll calculate the neural SQL program, that should matrix the SMS array!\"}"], ["created_at", "2016-10-07 18:56:42.157962"], ["updated_at", "2016-10-07 18:56:42.157962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo impedit provident quos.\",\"body\":\"If we reboot the interface, we can get to the THX monitor through the open-source SAS protocol!\"}"], ["created_at", "2016-10-07 18:56:42.158873"], ["updated_at", "2016-10-07 18:56:42.158873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae tempore delectus quia rem.\",\"body\":\"Use the multi-byte SMTP application, then you can generate the primary microchip!\"}"], ["created_at", "2016-10-07 18:56:42.159753"], ["updated_at", "2016-10-07 18:56:42.159753"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem ipsum qui libero beatae.\",\"body\":\"Bypassing the capacitor won't do anything, we need to transmit the redundant jbod microchip!\"}"], ["created_at", "2016-10-07 18:56:42.160639"], ["updated_at", "2016-10-07 18:56:42.160639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi magnam ad totam.\",\"body\":\"Use the virtual XML monitor, then you can override the bluetooth alarm!\"}"], ["created_at", "2016-10-07 18:56:42.161495"], ["updated_at", "2016-10-07 18:56:42.161495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam quis voluptatem et veritatis excepturi magnam ex.\",\"body\":\"If we synthesize the array, we can get to the SMS protocol through the primary IB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.162370"], ["updated_at", "2016-10-07 18:56:42.162370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui sunt odio tempore odit rerum.\",\"body\":\"If we reboot the program, we can get to the JSON application through the wireless HTTP alarm!\"}"], ["created_at", "2016-10-07 18:56:42.163293"], ["updated_at", "2016-10-07 18:56:42.163293"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem voluptatem voluptatum vel.\",\"body\":\"I'll generate the neural PNG alarm, that should panel the SMS feed!\"}"], ["created_at", "2016-10-07 18:56:42.164198"], ["updated_at", "2016-10-07 18:56:42.164198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos in quis expedita ea dicta et.\",\"body\":\"The IB firewall is down, navigate the digital pixel so we can input the THX bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.165074"], ["updated_at", "2016-10-07 18:56:42.165074"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet ipsa maxime voluptatem.\",\"body\":\"Try to parse the HDD feed, maybe it will bypass the 1080p matrix!\"}"], ["created_at", "2016-10-07 18:56:42.165961"], ["updated_at", "2016-10-07 18:56:42.165961"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum repellendus est atque rerum id rem.\",\"body\":\"We need to generate the optical EXE protocol!\"}"], ["created_at", "2016-10-07 18:56:42.166865"], ["updated_at", "2016-10-07 18:56:42.166865"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus nisi deserunt maiores et eos.\",\"body\":\"Parsing the bus won't do anything, we need to input the digital thx port!\"}"], ["created_at", "2016-10-07 18:56:42.167741"], ["updated_at", "2016-10-07 18:56:42.167741"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam ipsa et impedit repellat eveniet.\",\"body\":\"We need to program the wireless EXE sensor!\"}"], ["created_at", "2016-10-07 18:56:42.168614"], ["updated_at", "2016-10-07 18:56:42.168614"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos suscipit necessitatibus quia animi et quo consequatur.\",\"body\":\"If we calculate the transmitter, we can get to the SCSI panel through the neural CSS application!\"}"], ["created_at", "2016-10-07 18:56:42.169514"], ["updated_at", "2016-10-07 18:56:42.169514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis voluptatem beatae et eligendi.\",\"body\":\"Hacking the matrix won't do anything, we need to calculate the 1080p exe bus!\"}"], ["created_at", "2016-10-07 18:56:42.170370"], ["updated_at", "2016-10-07 18:56:42.170370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque repudiandae fugiat.\",\"body\":\"I'll connect the solid state SSL matrix, that should application the IB protocol!\"}"], ["created_at", "2016-10-07 18:56:42.171290"], ["updated_at", "2016-10-07 18:56:42.171290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas deserunt quaerat repellendus autem officia nobis eos.\",\"body\":\"Navigating the bus won't do anything, we need to synthesize the bluetooth sdd driver!\"}"], ["created_at", "2016-10-07 18:56:42.172195"], ["updated_at", "2016-10-07 18:56:42.172195"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam et facilis error eligendi sapiente voluptas velit.\",\"body\":\"You can't transmit the port without transmitting the virtual SDD application!\"}"], ["created_at", "2016-10-07 18:56:42.173083"], ["updated_at", "2016-10-07 18:56:42.173083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil dolorem nihil.\",\"body\":\"Copying the array won't do anything, we need to connect the multi-byte ai alarm!\"}"], ["created_at", "2016-10-07 18:56:42.173967"], ["updated_at", "2016-10-07 18:56:42.173967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus accusamus ducimus aliquam.\",\"body\":\"Use the cross-platform ADP capacitor, then you can program the haptic microchip!\"}"], ["created_at", "2016-10-07 18:56:42.174855"], ["updated_at", "2016-10-07 18:56:42.174855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius a alias et reiciendis ipsam.\",\"body\":\"Overriding the pixel won't do anything, we need to reboot the virtual tcp alarm!\"}"], ["created_at", "2016-10-07 18:56:42.175748"], ["updated_at", "2016-10-07 18:56:42.175748"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sint veniam sint vel aut.\",\"body\":\"Synthesizing the bus won't do anything, we need to compress the primary adp bus!\"}"], ["created_at", "2016-10-07 18:56:42.176634"], ["updated_at", "2016-10-07 18:56:42.176634"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam veniam et earum.\",\"body\":\"You can't transmit the application without synthesizing the mobile SMTP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.177507"], ["updated_at", "2016-10-07 18:56:42.177507"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta at nisi voluptatem.\",\"body\":\"If we bypass the pixel, we can get to the XSS alarm through the redundant XML application!\"}"], ["created_at", "2016-10-07 18:56:42.178369"], ["updated_at", "2016-10-07 18:56:42.178369"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium rerum cumque porro deleniti et earum quia.\",\"body\":\"If we program the transmitter, we can get to the HDD port through the open-source GB panel!\"}"], ["created_at", "2016-10-07 18:56:42.179348"], ["updated_at", "2016-10-07 18:56:42.179348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa ea architecto et expedita reprehenderit.\",\"body\":\"We need to generate the online SMS sensor!\"}"], ["created_at", "2016-10-07 18:56:42.180393"], ["updated_at", "2016-10-07 18:56:42.180393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit autem illum.\",\"body\":\"We need to copy the digital AGP alarm!\"}"], ["created_at", "2016-10-07 18:56:42.181308"], ["updated_at", "2016-10-07 18:56:42.181308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam error eos iste.\",\"body\":\"You can't generate the transmitter without compressing the bluetooth IB microchip!\"}"], ["created_at", "2016-10-07 18:56:42.182178"], ["updated_at", "2016-10-07 18:56:42.182178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus ipsam magni.\",\"body\":\"Parsing the bandwidth won't do anything, we need to input the redundant css monitor!\"}"], ["created_at", "2016-10-07 18:56:42.183079"], ["updated_at", "2016-10-07 18:56:42.183079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos quia et sunt recusandae sed.\",\"body\":\"Hacking the card won't do anything, we need to synthesize the online ram monitor!\"}"], ["created_at", "2016-10-07 18:56:42.183955"], ["updated_at", "2016-10-07 18:56:42.183955"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo ipsam optio asperiores rerum itaque.\",\"body\":\"We need to hack the multi-byte AI microchip!\"}"], ["created_at", "2016-10-07 18:56:42.184841"], ["updated_at", "2016-10-07 18:56:42.184841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis sit doloribus sit quam.\",\"body\":\"You can't synthesize the panel without navigating the multi-byte SCSI system!\"}"], ["created_at", "2016-10-07 18:56:42.185711"], ["updated_at", "2016-10-07 18:56:42.185711"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error et unde ad.\",\"body\":\"I'll connect the 1080p AI monitor, that should interface the SCSI system!\"}"], ["created_at", "2016-10-07 18:56:42.186565"], ["updated_at", "2016-10-07 18:56:42.186565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo omnis ad voluptas reiciendis.\",\"body\":\"Try to parse the RAM protocol, maybe it will program the auxiliary microchip!\"}"], ["created_at", "2016-10-07 18:56:42.187457"], ["updated_at", "2016-10-07 18:56:42.187457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis quam quae aliquid ut laboriosam.\",\"body\":\"Calculating the program won't do anything, we need to parse the mobile sms monitor!\"}"], ["created_at", "2016-10-07 18:56:42.188353"], ["updated_at", "2016-10-07 18:56:42.188353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est delectus sapiente quod soluta aut animi.\",\"body\":\"Use the optical SMS transmitter, then you can reboot the back-end alarm!\"}"], ["created_at", "2016-10-07 18:56:42.189241"], ["updated_at", "2016-10-07 18:56:42.189241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur aut animi.\",\"body\":\"You can't quantify the system without copying the mobile SDD application!\"}"], ["created_at", "2016-10-07 18:56:42.190111"], ["updated_at", "2016-10-07 18:56:42.190111"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id maiores accusamus adipisci.\",\"body\":\"Try to connect the GB bandwidth, maybe it will synthesize the redundant firewall!\"}"], ["created_at", "2016-10-07 18:56:42.191014"], ["updated_at", "2016-10-07 18:56:42.191014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit quis qui facere dolor omnis.\",\"body\":\"You can't navigate the feed without calculating the haptic HTTP array!\"}"], ["created_at", "2016-10-07 18:56:42.191892"], ["updated_at", "2016-10-07 18:56:42.191892"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit qui consequatur.\",\"body\":\"Use the auxiliary AGP port, then you can parse the virtual monitor!\"}"], ["created_at", "2016-10-07 18:56:42.192772"], ["updated_at", "2016-10-07 18:56:42.192772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam veniam impedit dicta quod in.\",\"body\":\"We need to generate the redundant JSON panel!\"}"], ["created_at", "2016-10-07 18:56:42.193652"], ["updated_at", "2016-10-07 18:56:42.193652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas non delectus cum voluptas quos.\",\"body\":\"If we quantify the firewall, we can get to the SCSI pixel through the mobile RAM interface!\"}"], ["created_at", "2016-10-07 18:56:42.194532"], ["updated_at", "2016-10-07 18:56:42.194532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et facere id occaecati quia eos eveniet.\",\"body\":\"Indexing the application won't do anything, we need to hack the 1080p ssl port!\"}"], ["created_at", "2016-10-07 18:56:42.195399"], ["updated_at", "2016-10-07 18:56:42.195399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia ut itaque.\",\"body\":\"Use the neural SSL monitor, then you can program the online protocol!\"}"], ["created_at", "2016-10-07 18:56:42.196257"], ["updated_at", "2016-10-07 18:56:42.196257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident vero quae ut voluptatem.\",\"body\":\"Try to index the SAS hard drive, maybe it will back up the online capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.197158"], ["updated_at", "2016-10-07 18:56:42.197158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta quae cumque.\",\"body\":\"You can't calculate the matrix without generating the mobile XSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.198050"], ["updated_at", "2016-10-07 18:56:42.198050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus enim natus.\",\"body\":\"I'll input the online RAM firewall, that should panel the JSON alarm!\"}"], ["created_at", "2016-10-07 18:56:42.198927"], ["updated_at", "2016-10-07 18:56:42.198927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae vero repellendus.\",\"body\":\"Bypassing the protocol won't do anything, we need to compress the auxiliary gb driver!\"}"], ["created_at", "2016-10-07 18:56:42.199810"], ["updated_at", "2016-10-07 18:56:42.199810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam nobis provident.\",\"body\":\"Use the online SCSI alarm, then you can back up the open-source driver!\"}"], ["created_at", "2016-10-07 18:56:42.200684"], ["updated_at", "2016-10-07 18:56:42.200684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia magnam fugiat consequatur odit sint dolorum qui.\",\"body\":\"The HTTP panel is down, compress the open-source array so we can index the XSS pixel!\"}"], ["created_at", "2016-10-07 18:56:42.201554"], ["updated_at", "2016-10-07 18:56:42.201554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum quasi animi ut suscipit ad.\",\"body\":\"If we transmit the matrix, we can get to the SSL port through the cross-platform SCSI alarm!\"}"], ["created_at", "2016-10-07 18:56:42.202445"], ["updated_at", "2016-10-07 18:56:42.202445"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi consequatur illum.\",\"body\":\"The USB card is down, transmit the solid state application so we can reboot the HTTP transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.203343"], ["updated_at", "2016-10-07 18:56:42.203343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt ab dolores eligendi.\",\"body\":\"If we generate the port, we can get to the SCSI circuit through the auxiliary AI microchip!\"}"], ["created_at", "2016-10-07 18:56:42.204215"], ["updated_at", "2016-10-07 18:56:42.204215"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In ut quisquam eum dolorem aut aperiam.\",\"body\":\"The HTTP matrix is down, index the 1080p port so we can synthesize the JBOD feed!\"}"], ["created_at", "2016-10-07 18:56:42.205098"], ["updated_at", "2016-10-07 18:56:42.205098"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore dolore sint.\",\"body\":\"Transmitting the driver won't do anything, we need to quantify the solid state smtp transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.206055"], ["updated_at", "2016-10-07 18:56:42.206055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum sed rerum voluptas aut amet laboriosam.\",\"body\":\"Use the neural JSON feed, then you can index the bluetooth microchip!\"}"], ["created_at", "2016-10-07 18:56:42.207084"], ["updated_at", "2016-10-07 18:56:42.207084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus sed temporibus similique provident recusandae numquam.\",\"body\":\"You can't synthesize the program without transmitting the 1080p CSS circuit!\"}"], ["created_at", "2016-10-07 18:56:42.208033"], ["updated_at", "2016-10-07 18:56:42.208033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut deserunt iste a expedita dolores velit.\",\"body\":\"We need to connect the online AGP application!\"}"], ["created_at", "2016-10-07 18:56:42.208914"], ["updated_at", "2016-10-07 18:56:42.208914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis iure ullam esse quaerat fugiat magni voluptate.\",\"body\":\"If we connect the array, we can get to the HTTP feed through the redundant JBOD system!\"}"], ["created_at", "2016-10-07 18:56:42.209788"], ["updated_at", "2016-10-07 18:56:42.209788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente aut laboriosam sed.\",\"body\":\"Use the digital FTP array, then you can generate the optical alarm!\"}"], ["created_at", "2016-10-07 18:56:42.210693"], ["updated_at", "2016-10-07 18:56:42.210693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia voluptas eum architecto.\",\"body\":\"Generating the circuit won't do anything, we need to override the redundant sas panel!\"}"], ["created_at", "2016-10-07 18:56:42.211569"], ["updated_at", "2016-10-07 18:56:42.211569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut neque voluptatem.\",\"body\":\"We need to index the bluetooth SSL application!\"}"], ["created_at", "2016-10-07 18:56:42.212438"], ["updated_at", "2016-10-07 18:56:42.212438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci facere sint qui dolores a maiores molestias.\",\"body\":\"The GB monitor is down, reboot the back-end card so we can quantify the SMTP sensor!\"}"], ["created_at", "2016-10-07 18:56:42.213317"], ["updated_at", "2016-10-07 18:56:42.213317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus quis eveniet nesciunt ullam illum adipisci id.\",\"body\":\"If we navigate the application, we can get to the SCSI card through the optical AGP interface!\"}"], ["created_at", "2016-10-07 18:56:42.214237"], ["updated_at", "2016-10-07 18:56:42.214237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa eius consequuntur veniam natus id.\",\"body\":\"If we bypass the hard drive, we can get to the AGP hard drive through the mobile ADP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.215152"], ["updated_at", "2016-10-07 18:56:42.215152"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est cumque facilis aperiam consectetur.\",\"body\":\"We need to program the open-source SMTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.216018"], ["updated_at", "2016-10-07 18:56:42.216018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur aut voluptatem ut.\",\"body\":\"Synthesizing the capacitor won't do anything, we need to compress the wireless ib microchip!\"}"], ["created_at", "2016-10-07 18:56:42.216891"], ["updated_at", "2016-10-07 18:56:42.216891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus dolore quia ut optio.\",\"body\":\"I'll quantify the online RAM array, that should system the JSON capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.217823"], ["updated_at", "2016-10-07 18:56:42.217823"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae qui et ipsa porro.\",\"body\":\"You can't index the transmitter without compressing the optical PCI bus!\"}"], ["created_at", "2016-10-07 18:56:42.218735"], ["updated_at", "2016-10-07 18:56:42.218735"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur natus itaque.\",\"body\":\"Calculating the driver won't do anything, we need to hack the mobile exe bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.219641"], ["updated_at", "2016-10-07 18:56:42.219641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum voluptas non.\",\"body\":\"You can't generate the array without connecting the primary CSS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.220513"], ["updated_at", "2016-10-07 18:56:42.220513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dolores adipisci.\",\"body\":\"We need to hack the multi-byte TCP card!\"}"], ["created_at", "2016-10-07 18:56:42.221397"], ["updated_at", "2016-10-07 18:56:42.221397"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique dolor perferendis omnis culpa quo.\",\"body\":\"The IB card is down, hack the multi-byte program so we can parse the PCI hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.222284"], ["updated_at", "2016-10-07 18:56:42.222284"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non vel assumenda itaque est reiciendis tempore.\",\"body\":\"If we navigate the hard drive, we can get to the IB circuit through the digital AGP port!\"}"], ["created_at", "2016-10-07 18:56:42.223191"], ["updated_at", "2016-10-07 18:56:42.223191"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur beatae vel voluptas quisquam.\",\"body\":\"I'll compress the 1080p SCSI panel, that should application the HDD bus!\"}"], ["created_at", "2016-10-07 18:56:42.224070"], ["updated_at", "2016-10-07 18:56:42.224070"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut enim cumque vero.\",\"body\":\"The PNG pixel is down, reboot the redundant driver so we can index the RSS driver!\"}"], ["created_at", "2016-10-07 18:56:42.224933"], ["updated_at", "2016-10-07 18:56:42.224933"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci est aut dignissimos maiores.\",\"body\":\"Connecting the matrix won't do anything, we need to parse the cross-platform smtp port!\"}"], ["created_at", "2016-10-07 18:56:42.225803"], ["updated_at", "2016-10-07 18:56:42.225803"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nam quas.\",\"body\":\"Use the 1080p ADP alarm, then you can copy the neural monitor!\"}"], ["created_at", "2016-10-07 18:56:42.226708"], ["updated_at", "2016-10-07 18:56:42.226708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur dolorem ut nostrum eaque quia veniam.\",\"body\":\"Quantifying the port won't do anything, we need to parse the neural thx sensor!\"}"], ["created_at", "2016-10-07 18:56:42.227582"], ["updated_at", "2016-10-07 18:56:42.227582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et ab odio perferendis.\",\"body\":\"I'll input the haptic HDD system, that should bandwidth the ADP pixel!\"}"], ["created_at", "2016-10-07 18:56:42.228449"], ["updated_at", "2016-10-07 18:56:42.228449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim officia aliquid magnam cupiditate.\",\"body\":\"We need to parse the cross-platform CSS interface!\"}"], ["created_at", "2016-10-07 18:56:42.229336"], ["updated_at", "2016-10-07 18:56:42.229336"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate labore necessitatibus illum.\",\"body\":\"Try to override the CSS circuit, maybe it will program the mobile application!\"}"], ["created_at", "2016-10-07 18:56:42.230224"], ["updated_at", "2016-10-07 18:56:42.230224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ratione asperiores sed.\",\"body\":\"The GB protocol is down, transmit the haptic interface so we can compress the CSS port!\"}"], ["created_at", "2016-10-07 18:56:42.231137"], ["updated_at", "2016-10-07 18:56:42.231137"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt deleniti harum.\",\"body\":\"Generating the hard drive won't do anything, we need to calculate the open-source ib driver!\"}"], ["created_at", "2016-10-07 18:56:42.232014"], ["updated_at", "2016-10-07 18:56:42.232014"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente rerum ipsam reiciendis maiores nam.\",\"body\":\"We need to quantify the multi-byte RSS firewall!\"}"], ["created_at", "2016-10-07 18:56:42.232968"], ["updated_at", "2016-10-07 18:56:42.232968"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero quo ut sed sed adipisci.\",\"body\":\"Use the optical RSS microchip, then you can generate the open-source matrix!\"}"], ["created_at", "2016-10-07 18:56:42.234448"], ["updated_at", "2016-10-07 18:56:42.234448"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem consectetur qui omnis ex exercitationem soluta.\",\"body\":\"The AGP circuit is down, back up the multi-byte panel so we can back up the XSS protocol!\"}"], ["created_at", "2016-10-07 18:56:42.236686"], ["updated_at", "2016-10-07 18:56:42.236686"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis sed qui aut a.\",\"body\":\"Quantifying the system won't do anything, we need to index the bluetooth css hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.238822"], ["updated_at", "2016-10-07 18:56:42.238822"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas et quia.\",\"body\":\"Use the haptic THX interface, then you can transmit the multi-byte monitor!\"}"], ["created_at", "2016-10-07 18:56:42.240740"], ["updated_at", "2016-10-07 18:56:42.240740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit quia molestias.\",\"body\":\"Try to parse the USB transmitter, maybe it will navigate the bluetooth matrix!\"}"], ["created_at", "2016-10-07 18:56:42.242475"], ["updated_at", "2016-10-07 18:56:42.242475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum iusto aut nihil perspiciatis.\",\"body\":\"The IB monitor is down, index the virtual matrix so we can synthesize the RAM hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.243467"], ["updated_at", "2016-10-07 18:56:42.243467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas voluptatibus aut et illum corrupti.\",\"body\":\"You can't navigate the panel without transmitting the open-source JSON bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.244346"], ["updated_at", "2016-10-07 18:56:42.244346"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae veritatis molestiae neque.\",\"body\":\"You can't program the port without connecting the cross-platform XML array!\"}"], ["created_at", "2016-10-07 18:56:42.245223"], ["updated_at", "2016-10-07 18:56:42.245223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa corrupti ut nisi enim aperiam aut.\",\"body\":\"I'll connect the cross-platform USB card, that should matrix the CSS card!\"}"], ["created_at", "2016-10-07 18:56:42.246096"], ["updated_at", "2016-10-07 18:56:42.246096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi at voluptatem nostrum.\",\"body\":\"I'll generate the virtual XSS pixel, that should program the AI sensor!\"}"], ["created_at", "2016-10-07 18:56:42.247057"], ["updated_at", "2016-10-07 18:56:42.247057"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad doloribus eos praesentium et repudiandae.\",\"body\":\"Use the wireless PNG panel, then you can bypass the open-source sensor!\"}"], ["created_at", "2016-10-07 18:56:42.247966"], ["updated_at", "2016-10-07 18:56:42.247966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit eum neque quia ea quas qui.\",\"body\":\"Try to compress the SSL monitor, maybe it will parse the virtual capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.248869"], ["updated_at", "2016-10-07 18:56:42.248869"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi autem consequatur sed omnis aspernatur.\",\"body\":\"You can't override the panel without generating the 1080p RAM protocol!\"}"], ["created_at", "2016-10-07 18:56:42.249952"], ["updated_at", "2016-10-07 18:56:42.249952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum in sint.\",\"body\":\"Try to synthesize the RSS protocol, maybe it will back up the multi-byte application!\"}"], ["created_at", "2016-10-07 18:56:42.250888"], ["updated_at", "2016-10-07 18:56:42.250888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut accusantium dolores facilis deleniti molestiae.\",\"body\":\"We need to parse the 1080p AI bus!\"}"], ["created_at", "2016-10-07 18:56:42.251766"], ["updated_at", "2016-10-07 18:56:42.251766"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa dolorem voluptatum sunt id adipisci omnis.\",\"body\":\"You can't input the transmitter without generating the auxiliary THX firewall!\"}"], ["created_at", "2016-10-07 18:56:42.252647"], ["updated_at", "2016-10-07 18:56:42.252647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime ut qui architecto debitis aut corrupti id.\",\"body\":\"The ADP sensor is down, parse the redundant panel so we can connect the EXE feed!\"}"], ["created_at", "2016-10-07 18:56:42.253514"], ["updated_at", "2016-10-07 18:56:42.253514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptatem ipsam.\",\"body\":\"You can't index the pixel without backing up the 1080p SMS sensor!\"}"], ["created_at", "2016-10-07 18:56:42.254452"], ["updated_at", "2016-10-07 18:56:42.254452"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit nihil aut dolores officia qui aliquid.\",\"body\":\"I'll transmit the primary THX capacitor, that should program the RSS sensor!\"}"], ["created_at", "2016-10-07 18:56:42.255462"], ["updated_at", "2016-10-07 18:56:42.255462"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores praesentium explicabo facilis excepturi.\",\"body\":\"Compressing the feed won't do anything, we need to override the digital hdd transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.257671"], ["updated_at", "2016-10-07 18:56:42.257671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum maiores molestiae omnis et.\",\"body\":\"We need to override the solid state SMS driver!\"}"], ["created_at", "2016-10-07 18:56:42.259025"], ["updated_at", "2016-10-07 18:56:42.259025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex neque in reprehenderit ipsum fugit.\",\"body\":\"Use the online SAS hard drive, then you can connect the bluetooth transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.259989"], ["updated_at", "2016-10-07 18:56:42.259989"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus repellat rem.\",\"body\":\"I'll calculate the digital ADP alarm, that should matrix the USB port!\"}"], ["created_at", "2016-10-07 18:56:42.260866"], ["updated_at", "2016-10-07 18:56:42.260866"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex eligendi vel nisi facere laborum maiores nemo.\",\"body\":\"Try to navigate the THX interface, maybe it will reboot the 1080p sensor!\"}"], ["created_at", "2016-10-07 18:56:42.261745"], ["updated_at", "2016-10-07 18:56:42.261745"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque nemo praesentium iusto dolor animi molestiae consequatur.\",\"body\":\"The GB program is down, input the solid state circuit so we can reboot the XSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.262669"], ["updated_at", "2016-10-07 18:56:42.262669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At quo quia iure laudantium ut eaque.\",\"body\":\"You can't index the card without connecting the bluetooth SMS alarm!\"}"], ["created_at", "2016-10-07 18:56:42.263609"], ["updated_at", "2016-10-07 18:56:42.263609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam earum libero.\",\"body\":\"If we quantify the port, we can get to the XML capacitor through the cross-platform RAM port!\"}"], ["created_at", "2016-10-07 18:56:42.264498"], ["updated_at", "2016-10-07 18:56:42.264498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In molestiae culpa nobis.\",\"body\":\"The CSS bus is down, back up the auxiliary sensor so we can program the SDD alarm!\"}"], ["created_at", "2016-10-07 18:56:42.265379"], ["updated_at", "2016-10-07 18:56:42.265379"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat voluptatem nostrum.\",\"body\":\"You can't program the application without programming the haptic CSS driver!\"}"], ["created_at", "2016-10-07 18:56:42.266258"], ["updated_at", "2016-10-07 18:56:42.266258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus id quas neque aut veritatis nostrum in.\",\"body\":\"The CSS feed is down, parse the online hard drive so we can calculate the SSL hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.267205"], ["updated_at", "2016-10-07 18:56:42.267205"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut omnis in quasi repudiandae dolor.\",\"body\":\"Synthesizing the application won't do anything, we need to generate the virtual png bus!\"}"], ["created_at", "2016-10-07 18:56:42.268085"], ["updated_at", "2016-10-07 18:56:42.268085"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis molestiae voluptates est eos dolorum adipisci a.\",\"body\":\"Try to quantify the SSL transmitter, maybe it will input the multi-byte card!\"}"], ["created_at", "2016-10-07 18:56:42.268967"], ["updated_at", "2016-10-07 18:56:42.268967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus voluptatum sapiente.\",\"body\":\"Use the open-source SMS bandwidth, then you can parse the primary alarm!\"}"], ["created_at", "2016-10-07 18:56:42.269840"], ["updated_at", "2016-10-07 18:56:42.269840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui in dignissimos exercitationem eum voluptas.\",\"body\":\"Try to input the AI hard drive, maybe it will parse the mobile monitor!\"}"], ["created_at", "2016-10-07 18:56:42.270729"], ["updated_at", "2016-10-07 18:56:42.270729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus aut qui ipsa.\",\"body\":\"If we bypass the transmitter, we can get to the EXE system through the digital TCP array!\"}"], ["created_at", "2016-10-07 18:56:42.271761"], ["updated_at", "2016-10-07 18:56:42.271761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatem praesentium eum porro quasi.\",\"body\":\"I'll calculate the back-end AGP feed, that should matrix the USB pixel!\"}"], ["created_at", "2016-10-07 18:56:42.272647"], ["updated_at", "2016-10-07 18:56:42.272647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis dolorem hic dolorem voluptas praesentium odio aut.\",\"body\":\"Compressing the sensor won't do anything, we need to back up the auxiliary smtp port!\"}"], ["created_at", "2016-10-07 18:56:42.273521"], ["updated_at", "2016-10-07 18:56:42.273521"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur tempore et ut dicta maxime esse provident.\",\"body\":\"We need to copy the online PNG hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.274403"], ["updated_at", "2016-10-07 18:56:42.274403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae consequuntur autem inventore assumenda aut.\",\"body\":\"Try to reboot the RSS driver, maybe it will quantify the redundant sensor!\"}"], ["created_at", "2016-10-07 18:56:42.275310"], ["updated_at", "2016-10-07 18:56:42.275310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut repellendus dolore et.\",\"body\":\"The SDD bus is down, quantify the open-source circuit so we can calculate the SMTP pixel!\"}"], ["created_at", "2016-10-07 18:56:42.276187"], ["updated_at", "2016-10-07 18:56:42.276187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam nihil voluptates.\",\"body\":\"We need to transmit the cross-platform XML monitor!\"}"], ["created_at", "2016-10-07 18:56:42.277061"], ["updated_at", "2016-10-07 18:56:42.277061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur unde enim rem explicabo distinctio.\",\"body\":\"If we generate the array, we can get to the CSS circuit through the cross-platform SCSI feed!\"}"], ["created_at", "2016-10-07 18:56:42.277941"], ["updated_at", "2016-10-07 18:56:42.277941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit similique id minus omnis aut dolore.\",\"body\":\"If we quantify the circuit, we can get to the FTP port through the solid state SDD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.278834"], ["updated_at", "2016-10-07 18:56:42.278834"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta qui voluptates consequatur numquam tempore.\",\"body\":\"Use the solid state SSL alarm, then you can parse the haptic sensor!\"}"], ["created_at", "2016-10-07 18:56:42.279721"], ["updated_at", "2016-10-07 18:56:42.279721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat deserunt quia soluta vel.\",\"body\":\"We need to index the bluetooth ADP matrix!\"}"], ["created_at", "2016-10-07 18:56:42.280615"], ["updated_at", "2016-10-07 18:56:42.280615"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente vel ea repellendus et.\",\"body\":\"If we transmit the feed, we can get to the XSS bus through the digital AGP system!\"}"], ["created_at", "2016-10-07 18:56:42.281483"], ["updated_at", "2016-10-07 18:56:42.281483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut commodi quia et nisi doloremque et.\",\"body\":\"Calculating the hard drive won't do anything, we need to program the cross-platform usb driver!\"}"], ["created_at", "2016-10-07 18:56:42.282359"], ["updated_at", "2016-10-07 18:56:42.282359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero enim delectus vero sed nihil perferendis.\",\"body\":\"Use the open-source EXE port, then you can compress the 1080p application!\"}"], ["created_at", "2016-10-07 18:56:42.283245"], ["updated_at", "2016-10-07 18:56:42.283245"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti corporis qui ea omnis mollitia voluptas.\",\"body\":\"I'll hack the online ADP hard drive, that should alarm the CSS bus!\"}"], ["created_at", "2016-10-07 18:56:42.284118"], ["updated_at", "2016-10-07 18:56:42.284118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi ipsam est exercitationem quod omnis dolorem perspiciatis.\",\"body\":\"Try to copy the ADP feed, maybe it will hack the 1080p monitor!\"}"], ["created_at", "2016-10-07 18:56:42.285008"], ["updated_at", "2016-10-07 18:56:42.285008"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil odit iure est corporis.\",\"body\":\"Use the open-source JSON program, then you can bypass the primary pixel!\"}"], ["created_at", "2016-10-07 18:56:42.285916"], ["updated_at", "2016-10-07 18:56:42.285916"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam harum dolor nobis voluptates ut.\",\"body\":\"The TCP matrix is down, transmit the multi-byte matrix so we can compress the RAM protocol!\"}"], ["created_at", "2016-10-07 18:56:42.286805"], ["updated_at", "2016-10-07 18:56:42.286805"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et veniam minima similique.\",\"body\":\"The SSL sensor is down, copy the bluetooth port so we can synthesize the RAM port!\"}"], ["created_at", "2016-10-07 18:56:42.287687"], ["updated_at", "2016-10-07 18:56:42.287687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam porro dolor omnis et officiis.\",\"body\":\"If we compress the program, we can get to the XML circuit through the mobile ADP pixel!\"}"], ["created_at", "2016-10-07 18:56:42.288583"], ["updated_at", "2016-10-07 18:56:42.288583"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et sequi.\",\"body\":\"You can't copy the matrix without calculating the wireless JBOD matrix!\"}"], ["created_at", "2016-10-07 18:56:42.289585"], ["updated_at", "2016-10-07 18:56:42.289585"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aliquid rerum ea consequuntur natus tempora.\",\"body\":\"We need to generate the 1080p TCP card!\"}"], ["created_at", "2016-10-07 18:56:42.290794"], ["updated_at", "2016-10-07 18:56:42.290794"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro enim voluptatum quae explicabo nemo.\",\"body\":\"We need to transmit the auxiliary GB alarm!\"}"], ["created_at", "2016-10-07 18:56:42.292181"], ["updated_at", "2016-10-07 18:56:42.292181"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui id recusandae.\",\"body\":\"Use the cross-platform XSS interface, then you can navigate the digital firewall!\"}"], ["created_at", "2016-10-07 18:56:42.293923"], ["updated_at", "2016-10-07 18:56:42.293923"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut qui et et magni.\",\"body\":\"Try to compress the GB interface, maybe it will compress the multi-byte program!\"}"], ["created_at", "2016-10-07 18:56:42.296660"], ["updated_at", "2016-10-07 18:56:42.296660"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quia maxime quasi et aut iusto.\",\"body\":\"We need to transmit the digital CSS pixel!\"}"], ["created_at", "2016-10-07 18:56:42.299854"], ["updated_at", "2016-10-07 18:56:42.299854"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui molestiae ratione minima.\",\"body\":\"Use the mobile ADP circuit, then you can override the mobile microchip!\"}"], ["created_at", "2016-10-07 18:56:42.301884"], ["updated_at", "2016-10-07 18:56:42.301884"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium similique delectus cupiditate dolor saepe et.\",\"body\":\"Copying the interface won't do anything, we need to program the cross-platform json pixel!\"}"], ["created_at", "2016-10-07 18:56:42.303663"], ["updated_at", "2016-10-07 18:56:42.303663"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In perferendis tenetur nobis praesentium et adipisci.\",\"body\":\"Use the wireless SCSI system, then you can index the digital interface!\"}"], ["created_at", "2016-10-07 18:56:42.305092"], ["updated_at", "2016-10-07 18:56:42.305092"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptas aut sequi eaque velit quia.\",\"body\":\"You can't input the port without connecting the redundant XML panel!\"}"], ["created_at", "2016-10-07 18:56:42.306312"], ["updated_at", "2016-10-07 18:56:42.306312"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi ducimus corrupti ut assumenda velit facere autem.\",\"body\":\"I'll navigate the solid state IB bus, that should program the SQL monitor!\"}"], ["created_at", "2016-10-07 18:56:42.307466"], ["updated_at", "2016-10-07 18:56:42.307466"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et debitis nam iure quod inventore dicta eveniet.\",\"body\":\"If we transmit the matrix, we can get to the XSS capacitor through the solid state HTTP sensor!\"}"], ["created_at", "2016-10-07 18:56:42.308490"], ["updated_at", "2016-10-07 18:56:42.308490"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi non non illo hic.\",\"body\":\"You can't back up the system without copying the back-end SSL feed!\"}"], ["created_at", "2016-10-07 18:56:42.309448"], ["updated_at", "2016-10-07 18:56:42.309448"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur corrupti eius nihil numquam dolore dolor non.\",\"body\":\"I'll quantify the digital JBOD system, that should system the JSON bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.310590"], ["updated_at", "2016-10-07 18:56:42.310590"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil assumenda quis doloremque.\",\"body\":\"If we bypass the application, we can get to the SAS program through the open-source AGP array!\"}"], ["created_at", "2016-10-07 18:56:42.311669"], ["updated_at", "2016-10-07 18:56:42.311669"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione non delectus ipsum possimus et nostrum aperiam.\",\"body\":\"I'll index the auxiliary JSON protocol, that should firewall the GB capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.313040"], ["updated_at", "2016-10-07 18:56:42.313040"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa non qui molestias laborum fugit ipsam.\",\"body\":\"Use the open-source ADP transmitter, then you can copy the solid state program!\"}"], ["created_at", "2016-10-07 18:56:42.314778"], ["updated_at", "2016-10-07 18:56:42.314778"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis totam minima.\",\"body\":\"The CSS system is down, synthesize the wireless system so we can override the GB firewall!\"}"], ["created_at", "2016-10-07 18:56:42.316667"], ["updated_at", "2016-10-07 18:56:42.316667"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse ipsa cupiditate quas temporibus aut nesciunt.\",\"body\":\"You can't input the matrix without navigating the mobile SMTP matrix!\"}"], ["created_at", "2016-10-07 18:56:42.320615"], ["updated_at", "2016-10-07 18:56:42.320615"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores est autem pariatur laboriosam.\",\"body\":\"If we compress the array, we can get to the RAM sensor through the 1080p FTP feed!\"}"], ["created_at", "2016-10-07 18:56:42.322234"], ["updated_at", "2016-10-07 18:56:42.322234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia adipisci est suscipit maiores.\",\"body\":\"You can't override the driver without indexing the optical SDD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.323310"], ["updated_at", "2016-10-07 18:56:42.323310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis ullam et voluptas placeat eos.\",\"body\":\"Use the auxiliary JBOD capacitor, then you can parse the 1080p bus!\"}"], ["created_at", "2016-10-07 18:56:42.324228"], ["updated_at", "2016-10-07 18:56:42.324228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam ducimus maiores aspernatur incidunt maxime.\",\"body\":\"You can't input the firewall without quantifying the mobile SMTP protocol!\"}"], ["created_at", "2016-10-07 18:56:42.325107"], ["updated_at", "2016-10-07 18:56:42.325107"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam corrupti et ratione explicabo.\",\"body\":\"Use the back-end SSL bandwidth, then you can synthesize the multi-byte alarm!\"}"], ["created_at", "2016-10-07 18:56:42.325991"], ["updated_at", "2016-10-07 18:56:42.325991"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et fugit soluta consequatur facere.\",\"body\":\"Use the mobile JBOD hard drive, then you can override the back-end array!\"}"], ["created_at", "2016-10-07 18:56:42.326893"], ["updated_at", "2016-10-07 18:56:42.326893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis sed corrupti dignissimos fuga.\",\"body\":\"You can't hack the matrix without parsing the auxiliary USB circuit!\"}"], ["created_at", "2016-10-07 18:56:42.327783"], ["updated_at", "2016-10-07 18:56:42.327783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem sunt laudantium ut impedit praesentium et eveniet.\",\"body\":\"If we override the pixel, we can get to the USB card through the 1080p SMS interface!\"}"], ["created_at", "2016-10-07 18:56:42.328681"], ["updated_at", "2016-10-07 18:56:42.328681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet vero id dicta.\",\"body\":\"Calculating the pixel won't do anything, we need to transmit the cross-platform css protocol!\"}"], ["created_at", "2016-10-07 18:56:42.329595"], ["updated_at", "2016-10-07 18:56:42.329595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe reprehenderit praesentium.\",\"body\":\"We need to synthesize the 1080p HTTP firewall!\"}"], ["created_at", "2016-10-07 18:56:42.330645"], ["updated_at", "2016-10-07 18:56:42.330645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut in tenetur non explicabo.\",\"body\":\"Use the cross-platform RAM program, then you can navigate the neural circuit!\"}"], ["created_at", "2016-10-07 18:56:42.331526"], ["updated_at", "2016-10-07 18:56:42.331526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo et rerum.\",\"body\":\"You can't override the interface without navigating the bluetooth SMS application!\"}"], ["created_at", "2016-10-07 18:56:42.332491"], ["updated_at", "2016-10-07 18:56:42.332491"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem et amet earum quia laborum officiis.\",\"body\":\"Try to back up the IB port, maybe it will back up the 1080p system!\"}"], ["created_at", "2016-10-07 18:56:42.333451"], ["updated_at", "2016-10-07 18:56:42.333451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut libero dolorem sint eum.\",\"body\":\"If we copy the transmitter, we can get to the ADP feed through the digital HDD panel!\"}"], ["created_at", "2016-10-07 18:56:42.334360"], ["updated_at", "2016-10-07 18:56:42.334360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil illum amet enim eveniet blanditiis delectus sint.\",\"body\":\"Indexing the sensor won't do anything, we need to calculate the online sms interface!\"}"], ["created_at", "2016-10-07 18:56:42.335281"], ["updated_at", "2016-10-07 18:56:42.335281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa ipsam eum deleniti sunt.\",\"body\":\"Copying the panel won't do anything, we need to copy the solid state hdd protocol!\"}"], ["created_at", "2016-10-07 18:56:42.336153"], ["updated_at", "2016-10-07 18:56:42.336153"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt magnam enim aut fugit.\",\"body\":\"The SAS driver is down, synthesize the 1080p interface so we can bypass the RSS matrix!\"}"], ["created_at", "2016-10-07 18:56:42.337086"], ["updated_at", "2016-10-07 18:56:42.337086"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis qui corrupti.\",\"body\":\"Try to override the SCSI monitor, maybe it will calculate the open-source application!\"}"], ["created_at", "2016-10-07 18:56:42.338035"], ["updated_at", "2016-10-07 18:56:42.338035"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et ipsa nemo sint ut quidem.\",\"body\":\"Try to bypass the XSS panel, maybe it will program the solid state port!\"}"], ["created_at", "2016-10-07 18:56:42.340055"], ["updated_at", "2016-10-07 18:56:42.340055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore eligendi et eum ullam.\",\"body\":\"We need to bypass the optical FTP system!\"}"], ["created_at", "2016-10-07 18:56:42.341952"], ["updated_at", "2016-10-07 18:56:42.341952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae voluptas eaque perspiciatis voluptatibus aut voluptas.\",\"body\":\"Use the neural HDD sensor, then you can transmit the redundant transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.342976"], ["updated_at", "2016-10-07 18:56:42.342976"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At laboriosam doloremque itaque vero.\",\"body\":\"Try to synthesize the PCI circuit, maybe it will navigate the solid state firewall!\"}"], ["created_at", "2016-10-07 18:56:42.343878"], ["updated_at", "2016-10-07 18:56:42.343878"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo quia cum reprehenderit culpa.\",\"body\":\"If we navigate the hard drive, we can get to the ADP system through the solid state SMTP driver!\"}"], ["created_at", "2016-10-07 18:56:42.344772"], ["updated_at", "2016-10-07 18:56:42.344772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta libero sed repellendus vitae veniam et.\",\"body\":\"I'll generate the cross-platform THX monitor, that should interface the SQL driver!\"}"], ["created_at", "2016-10-07 18:56:42.345658"], ["updated_at", "2016-10-07 18:56:42.345658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui earum ipsam.\",\"body\":\"You can't copy the array without transmitting the open-source SMTP card!\"}"], ["created_at", "2016-10-07 18:56:42.346586"], ["updated_at", "2016-10-07 18:56:42.346586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo sunt dolores omnis inventore.\",\"body\":\"I'll override the digital XML alarm, that should system the JBOD bus!\"}"], ["created_at", "2016-10-07 18:56:42.347485"], ["updated_at", "2016-10-07 18:56:42.347485"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit eos porro quis praesentium velit nulla.\",\"body\":\"Copying the capacitor won't do anything, we need to copy the open-source rss application!\"}"], ["created_at", "2016-10-07 18:56:42.348390"], ["updated_at", "2016-10-07 18:56:42.348390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis sint aut et iste.\",\"body\":\"Use the redundant XML application, then you can parse the haptic alarm!\"}"], ["created_at", "2016-10-07 18:56:42.349286"], ["updated_at", "2016-10-07 18:56:42.349286"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto sit quia quia facere quas.\",\"body\":\"The ADP driver is down, back up the bluetooth circuit so we can program the SSL alarm!\"}"], ["created_at", "2016-10-07 18:56:42.350161"], ["updated_at", "2016-10-07 18:56:42.350161"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et ullam quas dolores est incidunt.\",\"body\":\"The SCSI bus is down, compress the 1080p firewall so we can transmit the PNG sensor!\"}"], ["created_at", "2016-10-07 18:56:42.351073"], ["updated_at", "2016-10-07 18:56:42.351073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem est maiores voluptas in delectus.\",\"body\":\"Parsing the program won't do anything, we need to input the digital png microchip!\"}"], ["created_at", "2016-10-07 18:56:42.352006"], ["updated_at", "2016-10-07 18:56:42.352006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error voluptate minus eum.\",\"body\":\"Use the haptic RAM feed, then you can parse the virtual interface!\"}"], ["created_at", "2016-10-07 18:56:42.352902"], ["updated_at", "2016-10-07 18:56:42.352902"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est facilis ipsa sed.\",\"body\":\"You can't quantify the matrix without synthesizing the open-source HTTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.353814"], ["updated_at", "2016-10-07 18:56:42.353814"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate natus velit voluptates laudantium.\",\"body\":\"I'll generate the auxiliary SAS card, that should sensor the SDD program!\"}"], ["created_at", "2016-10-07 18:56:42.354926"], ["updated_at", "2016-10-07 18:56:42.354926"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut in nihil necessitatibus.\",\"body\":\"You can't calculate the hard drive without compressing the wireless SMS driver!\"}"], ["created_at", "2016-10-07 18:56:42.358148"], ["updated_at", "2016-10-07 18:56:42.358148"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et animi ut quia officiis eum sint ea.\",\"body\":\"You can't synthesize the circuit without connecting the virtual SMTP application!\"}"], ["created_at", "2016-10-07 18:56:42.360718"], ["updated_at", "2016-10-07 18:56:42.360718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed rerum impedit tempore ea.\",\"body\":\"Indexing the alarm won't do anything, we need to transmit the multi-byte usb bus!\"}"], ["created_at", "2016-10-07 18:56:42.361767"], ["updated_at", "2016-10-07 18:56:42.361767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non aut ex iste possimus omnis.\",\"body\":\"Transmitting the monitor won't do anything, we need to navigate the optical scsi microchip!\"}"], ["created_at", "2016-10-07 18:56:42.362756"], ["updated_at", "2016-10-07 18:56:42.362756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non aut et libero perspiciatis in.\",\"body\":\"If we bypass the application, we can get to the SMTP circuit through the auxiliary XSS port!\"}"], ["created_at", "2016-10-07 18:56:42.363655"], ["updated_at", "2016-10-07 18:56:42.363655"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est suscipit deserunt.\",\"body\":\"You can't parse the pixel without connecting the digital SDD pixel!\"}"], ["created_at", "2016-10-07 18:56:42.364546"], ["updated_at", "2016-10-07 18:56:42.364546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et in qui quaerat qui.\",\"body\":\"Try to program the XSS bus, maybe it will index the auxiliary sensor!\"}"], ["created_at", "2016-10-07 18:56:42.365442"], ["updated_at", "2016-10-07 18:56:42.365442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quod voluptatem impedit tempora.\",\"body\":\"We need to bypass the 1080p SMTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.366334"], ["updated_at", "2016-10-07 18:56:42.366334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos harum qui numquam sit.\",\"body\":\"Try to calculate the PNG circuit, maybe it will copy the virtual alarm!\"}"], ["created_at", "2016-10-07 18:56:42.367263"], ["updated_at", "2016-10-07 18:56:42.367263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto eum quos impedit culpa ipsum amet facere.\",\"body\":\"I'll input the auxiliary SCSI feed, that should capacitor the TCP bus!\"}"], ["created_at", "2016-10-07 18:56:42.368147"], ["updated_at", "2016-10-07 18:56:42.368147"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quis id.\",\"body\":\"The JSON capacitor is down, bypass the digital feed so we can generate the USB driver!\"}"], ["created_at", "2016-10-07 18:56:42.369043"], ["updated_at", "2016-10-07 18:56:42.369043"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo corporis consequatur quis totam fuga vel.\",\"body\":\"Navigating the port won't do anything, we need to navigate the open-source exe feed!\"}"], ["created_at", "2016-10-07 18:56:42.369924"], ["updated_at", "2016-10-07 18:56:42.369924"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam hic inventore ea et rerum qui earum.\",\"body\":\"We need to input the optical SMTP transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.370899"], ["updated_at", "2016-10-07 18:56:42.370899"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia vel ipsum.\",\"body\":\"I'll parse the primary ADP transmitter, that should bus the IB port!\"}"], ["created_at", "2016-10-07 18:56:42.373041"], ["updated_at", "2016-10-07 18:56:42.373041"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit fugit qui atque officia recusandae.\",\"body\":\"If we hack the program, we can get to the SMS matrix through the optical SMS protocol!\"}"], ["created_at", "2016-10-07 18:56:42.376687"], ["updated_at", "2016-10-07 18:56:42.376687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione ipsa praesentium voluptatem nesciunt minima cum autem.\",\"body\":\"I'll reboot the wireless RAM monitor, that should interface the AI array!\"}"], ["created_at", "2016-10-07 18:56:42.377913"], ["updated_at", "2016-10-07 18:56:42.377913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste animi dicta occaecati soluta est eos praesentium.\",\"body\":\"Use the mobile FTP matrix, then you can transmit the digital pixel!\"}"], ["created_at", "2016-10-07 18:56:42.379220"], ["updated_at", "2016-10-07 18:56:42.379220"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore facilis non et inventore.\",\"body\":\"If we override the feed, we can get to the SMS bandwidth through the digital RSS protocol!\"}"], ["created_at", "2016-10-07 18:56:42.380628"], ["updated_at", "2016-10-07 18:56:42.380628"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo voluptatem molestiae ducimus laborum molestias.\",\"body\":\"Overriding the sensor won't do anything, we need to index the back-end adp driver!\"}"], ["created_at", "2016-10-07 18:56:42.382088"], ["updated_at", "2016-10-07 18:56:42.382088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam sequi rem optio repudiandae atque.\",\"body\":\"You can't calculate the transmitter without hacking the auxiliary EXE transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.383069"], ["updated_at", "2016-10-07 18:56:42.383069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea esse error.\",\"body\":\"I'll parse the wireless RSS panel, that should bandwidth the PCI hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.383966"], ["updated_at", "2016-10-07 18:56:42.383966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quia sint nisi et.\",\"body\":\"Quantifying the card won't do anything, we need to program the haptic ftp transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.384851"], ["updated_at", "2016-10-07 18:56:42.384851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt alias nihil nobis est ratione qui quas.\",\"body\":\"Try to compress the XML feed, maybe it will input the digital program!\"}"], ["created_at", "2016-10-07 18:56:42.385741"], ["updated_at", "2016-10-07 18:56:42.385741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint commodi velit veniam dolorem sed aut.\",\"body\":\"Try to transmit the USB panel, maybe it will generate the digital port!\"}"], ["created_at", "2016-10-07 18:56:42.386651"], ["updated_at", "2016-10-07 18:56:42.386651"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati autem voluptatem ut incidunt.\",\"body\":\"Connecting the application won't do anything, we need to connect the haptic usb firewall!\"}"], ["created_at", "2016-10-07 18:56:42.387632"], ["updated_at", "2016-10-07 18:56:42.387632"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas saepe nisi quae laborum.\",\"body\":\"Use the solid state SAS hard drive, then you can synthesize the 1080p alarm!\"}"], ["created_at", "2016-10-07 18:56:42.389830"], ["updated_at", "2016-10-07 18:56:42.389830"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo vel voluptas quos voluptates enim eveniet ex.\",\"body\":\"Use the optical CSS firewall, then you can calculate the open-source hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.393640"], ["updated_at", "2016-10-07 18:56:42.393640"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto consequatur laudantium et.\",\"body\":\"You can't reboot the feed without copying the optical TCP application!\"}"], ["created_at", "2016-10-07 18:56:42.394830"], ["updated_at", "2016-10-07 18:56:42.394830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis eligendi molestiae quia.\",\"body\":\"You can't input the monitor without parsing the cross-platform EXE panel!\"}"], ["created_at", "2016-10-07 18:56:42.395736"], ["updated_at", "2016-10-07 18:56:42.395736"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo asperiores vel.\",\"body\":\"If we compress the alarm, we can get to the COM circuit through the virtual CSS alarm!\"}"], ["created_at", "2016-10-07 18:56:42.396629"], ["updated_at", "2016-10-07 18:56:42.396629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ea qui qui aperiam odit.\",\"body\":\"You can't input the protocol without navigating the mobile SMS sensor!\"}"], ["created_at", "2016-10-07 18:56:42.397521"], ["updated_at", "2016-10-07 18:56:42.397521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat aut consequuntur ab totam quo.\",\"body\":\"Hacking the transmitter won't do anything, we need to transmit the open-source adp protocol!\"}"], ["created_at", "2016-10-07 18:56:42.398417"], ["updated_at", "2016-10-07 18:56:42.398417"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo exercitationem saepe in voluptatem doloremque vel.\",\"body\":\"We need to compress the solid state AGP system!\"}"], ["created_at", "2016-10-07 18:56:42.399331"], ["updated_at", "2016-10-07 18:56:42.399331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa nulla quasi dolor magnam.\",\"body\":\"The TCP port is down, generate the bluetooth system so we can generate the SAS alarm!\"}"], ["created_at", "2016-10-07 18:56:42.400236"], ["updated_at", "2016-10-07 18:56:42.400236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus sit ad error.\",\"body\":\"Use the online SAS pixel, then you can calculate the auxiliary port!\"}"], ["created_at", "2016-10-07 18:56:42.401122"], ["updated_at", "2016-10-07 18:56:42.401122"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque error deleniti ut voluptates vitae.\",\"body\":\"You can't override the bus without synthesizing the wireless PNG bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.402002"], ["updated_at", "2016-10-07 18:56:42.402002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A et qui.\",\"body\":\"Use the primary EXE card, then you can input the mobile bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.402902"], ["updated_at", "2016-10-07 18:56:42.402902"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptatem sit.\",\"body\":\"I'll transmit the mobile COM bus, that should array the AI interface!\"}"], ["created_at", "2016-10-07 18:56:42.403792"], ["updated_at", "2016-10-07 18:56:42.403792"]] SQL (0.6ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse cumque repellat voluptatibus.\",\"body\":\"I'll quantify the optical SMS driver, that should protocol the AI hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.404986"], ["updated_at", "2016-10-07 18:56:42.404986"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis neque beatae.\",\"body\":\"We need to hack the virtual IB card!\"}"], ["created_at", "2016-10-07 18:56:42.408792"], ["updated_at", "2016-10-07 18:56:42.408792"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae qui itaque harum autem error quas veritatis.\",\"body\":\"I'll navigate the back-end COM application, that should sensor the RAM circuit!\"}"], ["created_at", "2016-10-07 18:56:42.410815"], ["updated_at", "2016-10-07 18:56:42.410815"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non veniam est.\",\"body\":\"Try to compress the PCI microchip, maybe it will generate the online program!\"}"], ["created_at", "2016-10-07 18:56:42.411845"], ["updated_at", "2016-10-07 18:56:42.411845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt quaerat adipisci commodi eos omnis quibusdam nulla.\",\"body\":\"You can't parse the panel without parsing the wireless GB hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.412832"], ["updated_at", "2016-10-07 18:56:42.412832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi culpa cumque asperiores voluptatem dignissimos officiis omnis.\",\"body\":\"Try to program the USB microchip, maybe it will copy the redundant hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.413813"], ["updated_at", "2016-10-07 18:56:42.413813"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae consequatur porro.\",\"body\":\"If we parse the program, we can get to the IB transmitter through the 1080p CSS matrix!\"}"], ["created_at", "2016-10-07 18:56:42.414772"], ["updated_at", "2016-10-07 18:56:42.414772"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam et itaque sequi assumenda et voluptatum aut.\",\"body\":\"Use the wireless ADP capacitor, then you can override the cross-platform panel!\"}"], ["created_at", "2016-10-07 18:56:42.415757"], ["updated_at", "2016-10-07 18:56:42.415757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima ipsa doloremque et sunt est quibusdam.\",\"body\":\"You can't calculate the port without compressing the haptic THX bus!\"}"], ["created_at", "2016-10-07 18:56:42.416719"], ["updated_at", "2016-10-07 18:56:42.416719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet ut mollitia rerum.\",\"body\":\"We need to copy the auxiliary SAS firewall!\"}"], ["created_at", "2016-10-07 18:56:42.417676"], ["updated_at", "2016-10-07 18:56:42.417676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi reiciendis magni debitis eius.\",\"body\":\"If we reboot the protocol, we can get to the AI capacitor through the neural EXE pixel!\"}"], ["created_at", "2016-10-07 18:56:42.418637"], ["updated_at", "2016-10-07 18:56:42.418637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus qui mollitia expedita.\",\"body\":\"You can't index the monitor without indexing the neural SMTP port!\"}"], ["created_at", "2016-10-07 18:56:42.419526"], ["updated_at", "2016-10-07 18:56:42.419526"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui fugit porro aut.\",\"body\":\"We need to back up the virtual JSON sensor!\"}"], ["created_at", "2016-10-07 18:56:42.420400"], ["updated_at", "2016-10-07 18:56:42.420400"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quisquam dignissimos ea atque.\",\"body\":\"Navigating the firewall won't do anything, we need to input the virtual sas sensor!\"}"], ["created_at", "2016-10-07 18:56:42.421399"], ["updated_at", "2016-10-07 18:56:42.421399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolor expedita incidunt sunt quibusdam laudantium.\",\"body\":\"Try to compress the AGP sensor, maybe it will copy the haptic interface!\"}"], ["created_at", "2016-10-07 18:56:42.422332"], ["updated_at", "2016-10-07 18:56:42.422332"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus quis dolorum ipsum rerum animi nisi est.\",\"body\":\"Try to index the RSS transmitter, maybe it will compress the online alarm!\"}"], ["created_at", "2016-10-07 18:56:42.423230"], ["updated_at", "2016-10-07 18:56:42.423230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis tenetur ut.\",\"body\":\"You can't program the hard drive without bypassing the neural IB pixel!\"}"], ["created_at", "2016-10-07 18:56:42.424124"], ["updated_at", "2016-10-07 18:56:42.424124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis odit corporis.\",\"body\":\"Transmitting the card won't do anything, we need to calculate the open-source sas transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.424996"], ["updated_at", "2016-10-07 18:56:42.424996"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores occaecati et minus unde.\",\"body\":\"I'll override the auxiliary FTP firewall, that should pixel the JBOD capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.425904"], ["updated_at", "2016-10-07 18:56:42.425904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda sed ipsa occaecati.\",\"body\":\"You can't bypass the feed without overriding the redundant EXE bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.426785"], ["updated_at", "2016-10-07 18:56:42.426785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto consequatur illum.\",\"body\":\"Try to synthesize the GB circuit, maybe it will transmit the online protocol!\"}"], ["created_at", "2016-10-07 18:56:42.427667"], ["updated_at", "2016-10-07 18:56:42.427667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sequi dignissimos aliquid.\",\"body\":\"The PCI interface is down, back up the bluetooth pixel so we can compress the AGP transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.428590"], ["updated_at", "2016-10-07 18:56:42.428590"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In facilis nihil enim atque.\",\"body\":\"We need to index the open-source EXE monitor!\"}"], ["created_at", "2016-10-07 18:56:42.429528"], ["updated_at", "2016-10-07 18:56:42.429528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis aut et dolore.\",\"body\":\"We need to back up the online HTTP feed!\"}"], ["created_at", "2016-10-07 18:56:42.430441"], ["updated_at", "2016-10-07 18:56:42.430441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos saepe dolorum et id asperiores et.\",\"body\":\"We need to quantify the digital PCI pixel!\"}"], ["created_at", "2016-10-07 18:56:42.431357"], ["updated_at", "2016-10-07 18:56:42.431357"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui vel praesentium sunt consequatur adipisci ut accusamus.\",\"body\":\"Use the digital CSS bus, then you can copy the wireless feed!\"}"], ["created_at", "2016-10-07 18:56:42.432280"], ["updated_at", "2016-10-07 18:56:42.432280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum ad eaque eos repellendus qui ab.\",\"body\":\"Use the digital PNG driver, then you can hack the optical port!\"}"], ["created_at", "2016-10-07 18:56:42.433160"], ["updated_at", "2016-10-07 18:56:42.433160"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non ad consequatur sed et cumque incidunt dolores.\",\"body\":\"I'll connect the optical SMTP interface, that should bandwidth the THX matrix!\"}"], ["created_at", "2016-10-07 18:56:42.434033"], ["updated_at", "2016-10-07 18:56:42.434033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem iusto consequuntur maiores quidem rem optio aut.\",\"body\":\"You can't transmit the bandwidth without parsing the digital SMTP application!\"}"], ["created_at", "2016-10-07 18:56:42.434965"], ["updated_at", "2016-10-07 18:56:42.434965"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et quasi quia molestiae aut est aperiam.\",\"body\":\"Use the online SDD bus, then you can synthesize the digital capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.435873"], ["updated_at", "2016-10-07 18:56:42.435873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas sequi eius similique sed.\",\"body\":\"If we hack the sensor, we can get to the SDD protocol through the cross-platform THX card!\"}"], ["created_at", "2016-10-07 18:56:42.436744"], ["updated_at", "2016-10-07 18:56:42.436744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero nesciunt fugit sint.\",\"body\":\"Parsing the array won't do anything, we need to connect the bluetooth pci bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.437644"], ["updated_at", "2016-10-07 18:56:42.437644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem repellat nulla.\",\"body\":\"Try to reboot the IB card, maybe it will connect the 1080p protocol!\"}"], ["created_at", "2016-10-07 18:56:42.438567"], ["updated_at", "2016-10-07 18:56:42.438567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio vero laborum ad iure.\",\"body\":\"If we copy the pixel, we can get to the HDD alarm through the solid state XML alarm!\"}"], ["created_at", "2016-10-07 18:56:42.439459"], ["updated_at", "2016-10-07 18:56:42.439459"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui esse illo libero.\",\"body\":\"If we quantify the matrix, we can get to the SMS interface through the multi-byte TCP driver!\"}"], ["created_at", "2016-10-07 18:56:42.440354"], ["updated_at", "2016-10-07 18:56:42.440354"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui harum aspernatur aut.\",\"body\":\"If we hack the alarm, we can get to the SQL monitor through the back-end CSS array!\"}"], ["created_at", "2016-10-07 18:56:42.441492"], ["updated_at", "2016-10-07 18:56:42.441492"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptates sit.\",\"body\":\"You can't reboot the panel without navigating the open-source SCSI transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.442703"], ["updated_at", "2016-10-07 18:56:42.442703"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad est pariatur iusto.\",\"body\":\"If we override the transmitter, we can get to the JSON bus through the open-source COM interface!\"}"], ["created_at", "2016-10-07 18:56:42.446162"], ["updated_at", "2016-10-07 18:56:42.446162"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nobis voluptatem alias sint.\",\"body\":\"Try to generate the EXE bandwidth, maybe it will program the wireless interface!\"}"], ["created_at", "2016-10-07 18:56:42.447699"], ["updated_at", "2016-10-07 18:56:42.447699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic qui quia ipsum.\",\"body\":\"We need to parse the digital THX application!\"}"], ["created_at", "2016-10-07 18:56:42.448748"], ["updated_at", "2016-10-07 18:56:42.448748"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque nisi aliquam.\",\"body\":\"Parsing the transmitter won't do anything, we need to copy the back-end usb matrix!\"}"], ["created_at", "2016-10-07 18:56:42.449642"], ["updated_at", "2016-10-07 18:56:42.449642"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit reprehenderit et saepe.\",\"body\":\"You can't compress the interface without transmitting the optical EXE feed!\"}"], ["created_at", "2016-10-07 18:56:42.450587"], ["updated_at", "2016-10-07 18:56:42.450587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam voluptatum aliquid similique mollitia porro sunt.\",\"body\":\"Navigating the alarm won't do anything, we need to index the auxiliary adp circuit!\"}"], ["created_at", "2016-10-07 18:56:42.451598"], ["updated_at", "2016-10-07 18:56:42.451598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum eveniet velit ex.\",\"body\":\"You can't transmit the program without overriding the virtual ADP pixel!\"}"], ["created_at", "2016-10-07 18:56:42.452518"], ["updated_at", "2016-10-07 18:56:42.452518"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae voluptatem laboriosam corrupti ipsam ut.\",\"body\":\"The SCSI bus is down, compress the multi-byte sensor so we can synthesize the SCSI program!\"}"], ["created_at", "2016-10-07 18:56:42.453485"], ["updated_at", "2016-10-07 18:56:42.453485"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero pariatur enim consequatur perspiciatis neque.\",\"body\":\"Use the redundant RSS pixel, then you can calculate the virtual system!\"}"], ["created_at", "2016-10-07 18:56:42.454570"], ["updated_at", "2016-10-07 18:56:42.454570"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae vitae sequi.\",\"body\":\"Use the digital RSS microchip, then you can input the digital microchip!\"}"], ["created_at", "2016-10-07 18:56:42.455886"], ["updated_at", "2016-10-07 18:56:42.455886"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quis doloribus similique non ex.\",\"body\":\"We need to compress the mobile USB interface!\"}"], ["created_at", "2016-10-07 18:56:42.458270"], ["updated_at", "2016-10-07 18:56:42.458270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure sint nihil vitae.\",\"body\":\"I'll quantify the solid state FTP interface, that should application the SMS interface!\"}"], ["created_at", "2016-10-07 18:56:42.459347"], ["updated_at", "2016-10-07 18:56:42.459347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut vitae pariatur et quia ut nihil.\",\"body\":\"If we copy the feed, we can get to the ADP firewall through the online PCI sensor!\"}"], ["created_at", "2016-10-07 18:56:42.460270"], ["updated_at", "2016-10-07 18:56:42.460270"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita sequi omnis ut.\",\"body\":\"The FTP card is down, input the haptic system so we can compress the JSON driver!\"}"], ["created_at", "2016-10-07 18:56:42.461174"], ["updated_at", "2016-10-07 18:56:42.461174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores dignissimos voluptas ipsum.\",\"body\":\"If we back up the sensor, we can get to the USB microchip through the neural EXE driver!\"}"], ["created_at", "2016-10-07 18:56:42.462186"], ["updated_at", "2016-10-07 18:56:42.462186"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat provident assumenda et qui.\",\"body\":\"Try to copy the THX bus, maybe it will compress the mobile port!\"}"], ["created_at", "2016-10-07 18:56:42.463190"], ["updated_at", "2016-10-07 18:56:42.463190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae ut totam.\",\"body\":\"We need to parse the 1080p GB panel!\"}"], ["created_at", "2016-10-07 18:56:42.464121"], ["updated_at", "2016-10-07 18:56:42.464121"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim placeat aut maiores.\",\"body\":\"If we program the alarm, we can get to the THX panel through the digital SMS transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.465056"], ["updated_at", "2016-10-07 18:56:42.465056"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit dolorem mollitia corporis corrupti ipsa.\",\"body\":\"We need to transmit the auxiliary XML interface!\"}"], ["created_at", "2016-10-07 18:56:42.466015"], ["updated_at", "2016-10-07 18:56:42.466015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit repellat suscipit.\",\"body\":\"We need to quantify the auxiliary SSL alarm!\"}"], ["created_at", "2016-10-07 18:56:42.467016"], ["updated_at", "2016-10-07 18:56:42.467016"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A quo et.\",\"body\":\"Use the neural RSS protocol, then you can index the online card!\"}"], ["created_at", "2016-10-07 18:56:42.475689"], ["updated_at", "2016-10-07 18:56:42.475689"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ut quis recusandae et et.\",\"body\":\"Copying the firewall won't do anything, we need to override the neural sql protocol!\"}"], ["created_at", "2016-10-07 18:56:42.476822"], ["updated_at", "2016-10-07 18:56:42.476822"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit repellendus voluptates tempora ea iure.\",\"body\":\"You can't connect the panel without indexing the back-end SMTP port!\"}"], ["created_at", "2016-10-07 18:56:42.477696"], ["updated_at", "2016-10-07 18:56:42.477696"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae reprehenderit incidunt dolores non.\",\"body\":\"You can't quantify the interface without synthesizing the primary THX circuit!\"}"], ["created_at", "2016-10-07 18:56:42.478618"], ["updated_at", "2016-10-07 18:56:42.478618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et quidem dolor sit velit aut.\",\"body\":\"Use the primary TCP monitor, then you can back up the mobile system!\"}"], ["created_at", "2016-10-07 18:56:42.479503"], ["updated_at", "2016-10-07 18:56:42.479503"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda rerum quae iure ea.\",\"body\":\"I'll quantify the virtual EXE monitor, that should pixel the TCP hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.480376"], ["updated_at", "2016-10-07 18:56:42.480376"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae qui expedita nam fuga enim.\",\"body\":\"Use the online CSS bus, then you can compress the virtual protocol!\"}"], ["created_at", "2016-10-07 18:56:42.481247"], ["updated_at", "2016-10-07 18:56:42.481247"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam dolores ipsam.\",\"body\":\"We need to program the primary COM firewall!\"}"], ["created_at", "2016-10-07 18:56:42.482136"], ["updated_at", "2016-10-07 18:56:42.482136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur minus at.\",\"body\":\"If we connect the monitor, we can get to the SMS sensor through the wireless JSON program!\"}"], ["created_at", "2016-10-07 18:56:42.483053"], ["updated_at", "2016-10-07 18:56:42.483053"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque fugit odio dolorum.\",\"body\":\"Transmitting the feed won't do anything, we need to input the auxiliary sms program!\"}"], ["created_at", "2016-10-07 18:56:42.483941"], ["updated_at", "2016-10-07 18:56:42.483941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut velit ad voluptas hic quae suscipit.\",\"body\":\"The RAM pixel is down, input the 1080p bandwidth so we can generate the JSON firewall!\"}"], ["created_at", "2016-10-07 18:56:42.484818"], ["updated_at", "2016-10-07 18:56:42.484818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod dolores unde magnam consectetur voluptatibus non.\",\"body\":\"Try to generate the XSS card, maybe it will calculate the neural program!\"}"], ["created_at", "2016-10-07 18:56:42.485686"], ["updated_at", "2016-10-07 18:56:42.485686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio voluptas nesciunt quia in ab accusamus.\",\"body\":\"We need to generate the solid state HDD hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.486579"], ["updated_at", "2016-10-07 18:56:42.486579"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda et et corrupti nostrum tenetur expedita nam.\",\"body\":\"Compressing the sensor won't do anything, we need to override the back-end thx array!\"}"], ["created_at", "2016-10-07 18:56:42.487459"], ["updated_at", "2016-10-07 18:56:42.487459"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium quo temporibus quisquam neque eum reiciendis.\",\"body\":\"We need to copy the virtual SCSI monitor!\"}"], ["created_at", "2016-10-07 18:56:42.488352"], ["updated_at", "2016-10-07 18:56:42.488352"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda quia non rerum cum.\",\"body\":\"Connecting the program won't do anything, we need to transmit the wireless scsi bus!\"}"], ["created_at", "2016-10-07 18:56:42.489246"], ["updated_at", "2016-10-07 18:56:42.489246"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque quia voluptates necessitatibus ut quia et laborum.\",\"body\":\"I'll connect the auxiliary CSS port, that should program the SDD driver!\"}"], ["created_at", "2016-10-07 18:56:42.490120"], ["updated_at", "2016-10-07 18:56:42.490120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae unde et.\",\"body\":\"Transmitting the application won't do anything, we need to input the haptic ai transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.491008"], ["updated_at", "2016-10-07 18:56:42.491008"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur est eaque.\",\"body\":\"We need to override the virtual USB feed!\"}"], ["created_at", "2016-10-07 18:56:42.491874"], ["updated_at", "2016-10-07 18:56:42.491874"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde ad accusantium ullam culpa repellendus temporibus at.\",\"body\":\"You can't override the transmitter without bypassing the open-source XSS port!\"}"], ["created_at", "2016-10-07 18:56:42.492751"], ["updated_at", "2016-10-07 18:56:42.492751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident nam sunt tempore quas non doloremque beatae.\",\"body\":\"You can't back up the circuit without indexing the haptic CSS port!\"}"], ["created_at", "2016-10-07 18:56:42.493621"], ["updated_at", "2016-10-07 18:56:42.493621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis animi quia consequatur cum dolorum.\",\"body\":\"You can't navigate the port without overriding the 1080p AGP program!\"}"], ["created_at", "2016-10-07 18:56:42.494492"], ["updated_at", "2016-10-07 18:56:42.494492"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime eos dolor tempora rerum tempore expedita temporibus.\",\"body\":\"I'll transmit the wireless SMTP bandwidth, that should microchip the COM program!\"}"], ["created_at", "2016-10-07 18:56:42.495389"], ["updated_at", "2016-10-07 18:56:42.495389"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum laudantium ut rerum aut temporibus suscipit.\",\"body\":\"I'll calculate the cross-platform CSS monitor, that should hard drive the HTTP alarm!\"}"], ["created_at", "2016-10-07 18:56:42.496257"], ["updated_at", "2016-10-07 18:56:42.496257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus dolore voluptas.\",\"body\":\"Copying the array won't do anything, we need to synthesize the cross-platform thx bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.497122"], ["updated_at", "2016-10-07 18:56:42.497122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et unde omnis omnis minima quod et.\",\"body\":\"If we index the array, we can get to the JSON protocol through the online SQL circuit!\"}"], ["created_at", "2016-10-07 18:56:42.497993"], ["updated_at", "2016-10-07 18:56:42.497993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam inventore vitae enim tempore itaque cumque qui.\",\"body\":\"Try to bypass the CSS application, maybe it will bypass the online card!\"}"], ["created_at", "2016-10-07 18:56:42.498907"], ["updated_at", "2016-10-07 18:56:42.498907"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio maiores exercitationem odit odio quis ipsum.\",\"body\":\"You can't override the protocol without compressing the neural SDD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.499789"], ["updated_at", "2016-10-07 18:56:42.499789"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa ea ut sunt quidem maxime laboriosam sunt.\",\"body\":\"Use the solid state JBOD system, then you can connect the haptic microchip!\"}"], ["created_at", "2016-10-07 18:56:42.500695"], ["updated_at", "2016-10-07 18:56:42.500695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum saepe ab deleniti est ea soluta.\",\"body\":\"Try to parse the GB protocol, maybe it will back up the multi-byte matrix!\"}"], ["created_at", "2016-10-07 18:56:42.501569"], ["updated_at", "2016-10-07 18:56:42.501569"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur nisi officia perferendis vero natus error earum.\",\"body\":\"If we synthesize the pixel, we can get to the SMS capacitor through the optical XSS microchip!\"}"], ["created_at", "2016-10-07 18:56:42.502442"], ["updated_at", "2016-10-07 18:56:42.502442"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis qui voluptatum.\",\"body\":\"I'll hack the haptic EXE system, that should protocol the HDD monitor!\"}"], ["created_at", "2016-10-07 18:56:42.503377"], ["updated_at", "2016-10-07 18:56:42.503377"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis dolores voluptas est aut ea eveniet numquam.\",\"body\":\"Try to copy the JBOD application, maybe it will navigate the back-end sensor!\"}"], ["created_at", "2016-10-07 18:56:42.504255"], ["updated_at", "2016-10-07 18:56:42.504255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam dolorum rerum ut est.\",\"body\":\"We need to program the cross-platform CSS firewall!\"}"], ["created_at", "2016-10-07 18:56:42.505146"], ["updated_at", "2016-10-07 18:56:42.505146"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nulla omnis sapiente rem repudiandae qui.\",\"body\":\"We need to compress the multi-byte SDD hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.506023"], ["updated_at", "2016-10-07 18:56:42.506023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil dolorum qui beatae maiores aut.\",\"body\":\"I'll bypass the multi-byte TCP feed, that should transmitter the SDD application!\"}"], ["created_at", "2016-10-07 18:56:42.506912"], ["updated_at", "2016-10-07 18:56:42.506912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat voluptatem molestias est voluptatem.\",\"body\":\"If we reboot the program, we can get to the RSS panel through the cross-platform COM feed!\"}"], ["created_at", "2016-10-07 18:56:42.507787"], ["updated_at", "2016-10-07 18:56:42.507787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et rerum deserunt officiis odit eos minus.\",\"body\":\"We need to input the multi-byte JBOD matrix!\"}"], ["created_at", "2016-10-07 18:56:42.508681"], ["updated_at", "2016-10-07 18:56:42.508681"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum aut impedit minima cupiditate dolorem.\",\"body\":\"Overriding the driver won't do anything, we need to synthesize the virtual css monitor!\"}"], ["created_at", "2016-10-07 18:56:42.509647"], ["updated_at", "2016-10-07 18:56:42.509647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui libero perspiciatis.\",\"body\":\"We need to override the auxiliary PNG capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.510593"], ["updated_at", "2016-10-07 18:56:42.510593"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus architecto ducimus praesentium accusamus.\",\"body\":\"Try to synthesize the SAS circuit, maybe it will parse the 1080p array!\"}"], ["created_at", "2016-10-07 18:56:42.511471"], ["updated_at", "2016-10-07 18:56:42.511471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate qui ut sed ex quia illum.\",\"body\":\"We need to generate the optical GB port!\"}"], ["created_at", "2016-10-07 18:56:42.512349"], ["updated_at", "2016-10-07 18:56:42.512349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut eveniet laborum magni alias minima.\",\"body\":\"Try to compress the GB firewall, maybe it will bypass the auxiliary firewall!\"}"], ["created_at", "2016-10-07 18:56:42.513216"], ["updated_at", "2016-10-07 18:56:42.513216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus soluta dolor sapiente perspiciatis consequatur earum molestiae.\",\"body\":\"Use the mobile AGP system, then you can copy the neural matrix!\"}"], ["created_at", "2016-10-07 18:56:42.514085"], ["updated_at", "2016-10-07 18:56:42.514085"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente amet et tenetur aspernatur a et.\",\"body\":\"The HTTP monitor is down, program the 1080p circuit so we can navigate the USB sensor!\"}"], ["created_at", "2016-10-07 18:56:42.515006"], ["updated_at", "2016-10-07 18:56:42.515006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit repellat provident ratione harum.\",\"body\":\"Try to index the XML bandwidth, maybe it will override the open-source monitor!\"}"], ["created_at", "2016-10-07 18:56:42.515897"], ["updated_at", "2016-10-07 18:56:42.515897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid aspernatur quia odio omnis fuga aut.\",\"body\":\"We need to input the bluetooth TCP bus!\"}"], ["created_at", "2016-10-07 18:56:42.516780"], ["updated_at", "2016-10-07 18:56:42.516780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et laudantium molestiae distinctio recusandae voluptatum nam.\",\"body\":\"You can't program the capacitor without backing up the redundant XML system!\"}"], ["created_at", "2016-10-07 18:56:42.517654"], ["updated_at", "2016-10-07 18:56:42.517654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas eaque cupiditate repudiandae minus perferendis placeat ea.\",\"body\":\"I'll navigate the mobile USB protocol, that should alarm the THX firewall!\"}"], ["created_at", "2016-10-07 18:56:42.518574"], ["updated_at", "2016-10-07 18:56:42.518574"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis est voluptatem sint voluptate.\",\"body\":\"If we transmit the circuit, we can get to the AGP microchip through the multi-byte FTP firewall!\"}"], ["created_at", "2016-10-07 18:56:42.519452"], ["updated_at", "2016-10-07 18:56:42.519452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis veniam est hic facilis debitis.\",\"body\":\"Backing up the interface won't do anything, we need to compress the mobile png panel!\"}"], ["created_at", "2016-10-07 18:56:42.520321"], ["updated_at", "2016-10-07 18:56:42.520321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore ipsam in laborum mollitia.\",\"body\":\"Try to parse the FTP protocol, maybe it will generate the virtual program!\"}"], ["created_at", "2016-10-07 18:56:42.521258"], ["updated_at", "2016-10-07 18:56:42.521258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In eos voluptatem quisquam qui porro aspernatur.\",\"body\":\"The SQL matrix is down, quantify the virtual feed so we can index the XSS microchip!\"}"], ["created_at", "2016-10-07 18:56:42.522158"], ["updated_at", "2016-10-07 18:56:42.522158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus eveniet voluptatem voluptas id qui modi.\",\"body\":\"Copying the microchip won't do anything, we need to back up the mobile scsi bus!\"}"], ["created_at", "2016-10-07 18:56:42.523040"], ["updated_at", "2016-10-07 18:56:42.523040"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid dolorum qui ut adipisci et facere.\",\"body\":\"Use the virtual SSL microchip, then you can synthesize the digital system!\"}"], ["created_at", "2016-10-07 18:56:42.523907"], ["updated_at", "2016-10-07 18:56:42.523907"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque suscipit officiis magni ratione ut vel.\",\"body\":\"Use the haptic PNG bandwidth, then you can override the redundant panel!\"}"], ["created_at", "2016-10-07 18:56:42.524792"], ["updated_at", "2016-10-07 18:56:42.524792"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem velit dolor unde.\",\"body\":\"The CSS driver is down, override the online transmitter so we can program the CSS firewall!\"}"], ["created_at", "2016-10-07 18:56:42.525663"], ["updated_at", "2016-10-07 18:56:42.525663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia eveniet totam debitis excepturi.\",\"body\":\"Try to synthesize the USB matrix, maybe it will input the digital capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.526535"], ["updated_at", "2016-10-07 18:56:42.526535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui amet qui aliquam quia quasi voluptas in.\",\"body\":\"Transmitting the pixel won't do anything, we need to compress the haptic scsi firewall!\"}"], ["created_at", "2016-10-07 18:56:42.527416"], ["updated_at", "2016-10-07 18:56:42.527416"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae praesentium sed eaque consequatur sed.\",\"body\":\"I'll quantify the online AI bus, that should program the XSS panel!\"}"], ["created_at", "2016-10-07 18:56:42.528294"], ["updated_at", "2016-10-07 18:56:42.528294"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aliquid animi et laudantium tempore et non.\",\"body\":\"We need to input the open-source GB bus!\"}"], ["created_at", "2016-10-07 18:56:42.529321"], ["updated_at", "2016-10-07 18:56:42.529321"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae incidunt velit aliquam similique eos.\",\"body\":\"You can't copy the firewall without navigating the mobile XSS alarm!\"}"], ["created_at", "2016-10-07 18:56:42.530693"], ["updated_at", "2016-10-07 18:56:42.530693"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus at rem asperiores et quibusdam.\",\"body\":\"Try to bypass the ADP pixel, maybe it will copy the bluetooth transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.532148"], ["updated_at", "2016-10-07 18:56:42.532148"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eos modi doloremque nesciunt provident.\",\"body\":\"Try to bypass the THX matrix, maybe it will navigate the back-end application!\"}"], ["created_at", "2016-10-07 18:56:42.534855"], ["updated_at", "2016-10-07 18:56:42.534855"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et velit cum labore ullam ea.\",\"body\":\"I'll index the open-source FTP alarm, that should system the THX transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.536210"], ["updated_at", "2016-10-07 18:56:42.536210"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio corporis ullam ipsum facilis inventore commodi natus.\",\"body\":\"Try to override the SMS pixel, maybe it will back up the auxiliary array!\"}"], ["created_at", "2016-10-07 18:56:42.538283"], ["updated_at", "2016-10-07 18:56:42.538283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque et cupiditate autem pariatur minima.\",\"body\":\"You can't back up the program without hacking the 1080p PCI firewall!\"}"], ["created_at", "2016-10-07 18:56:42.539359"], ["updated_at", "2016-10-07 18:56:42.539359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati voluptate numquam.\",\"body\":\"Use the virtual SMTP feed, then you can navigate the primary card!\"}"], ["created_at", "2016-10-07 18:56:42.540268"], ["updated_at", "2016-10-07 18:56:42.540268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim ab non eligendi vel.\",\"body\":\"I'll parse the neural HTTP application, that should transmitter the COM program!\"}"], ["created_at", "2016-10-07 18:56:42.541152"], ["updated_at", "2016-10-07 18:56:42.541152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel adipisci nostrum vel aut eos.\",\"body\":\"You can't back up the card without copying the multi-byte THX hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.542035"], ["updated_at", "2016-10-07 18:56:42.542035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel laboriosam fugit ex consequatur aut sapiente qui.\",\"body\":\"If we back up the application, we can get to the HTTP interface through the open-source PCI circuit!\"}"], ["created_at", "2016-10-07 18:56:42.542935"], ["updated_at", "2016-10-07 18:56:42.542935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti quia nostrum quidem aut aspernatur sit suscipit.\",\"body\":\"Try to copy the TCP panel, maybe it will bypass the wireless matrix!\"}"], ["created_at", "2016-10-07 18:56:42.543811"], ["updated_at", "2016-10-07 18:56:42.543811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem maiores quia distinctio et consequatur recusandae quos.\",\"body\":\"We need to transmit the haptic SAS protocol!\"}"], ["created_at", "2016-10-07 18:56:42.544679"], ["updated_at", "2016-10-07 18:56:42.544679"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi provident in occaecati aut omnis.\",\"body\":\"Try to copy the SSL monitor, maybe it will input the redundant panel!\"}"], ["created_at", "2016-10-07 18:56:42.545562"], ["updated_at", "2016-10-07 18:56:42.545562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit rerum sequi quia et quos nemo tempore.\",\"body\":\"Parsing the circuit won't do anything, we need to hack the redundant smtp bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.546468"], ["updated_at", "2016-10-07 18:56:42.546468"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis ullam culpa corrupti asperiores iusto repellendus.\",\"body\":\"You can't transmit the capacitor without backing up the open-source AGP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.547352"], ["updated_at", "2016-10-07 18:56:42.547352"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis id optio dolore voluptas iste non.\",\"body\":\"Use the auxiliary CSS application, then you can override the online firewall!\"}"], ["created_at", "2016-10-07 18:56:42.548488"], ["updated_at", "2016-10-07 18:56:42.548488"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam est aut suscipit aut quia et sint.\",\"body\":\"The THX alarm is down, connect the open-source array so we can synthesize the XML hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.549804"], ["updated_at", "2016-10-07 18:56:42.549804"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum dolores repellendus.\",\"body\":\"We need to quantify the solid state GB microchip!\"}"], ["created_at", "2016-10-07 18:56:42.551041"], ["updated_at", "2016-10-07 18:56:42.551041"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi iure assumenda totam numquam praesentium.\",\"body\":\"I'll bypass the cross-platform GB capacitor, that should feed the SDD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.552426"], ["updated_at", "2016-10-07 18:56:42.552426"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores veritatis quia vero perspiciatis ut.\",\"body\":\"Try to bypass the SQL driver, maybe it will calculate the back-end pixel!\"}"], ["created_at", "2016-10-07 18:56:42.554015"], ["updated_at", "2016-10-07 18:56:42.554015"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat dolorum commodi.\",\"body\":\"I'll compress the cross-platform SMTP pixel, that should array the AI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.556977"], ["updated_at", "2016-10-07 18:56:42.556977"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas amet explicabo provident omnis ut fugit.\",\"body\":\"Try to index the CSS microchip, maybe it will quantify the 1080p application!\"}"], ["created_at", "2016-10-07 18:56:42.559671"], ["updated_at", "2016-10-07 18:56:42.559671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia voluptatem sunt est qui nam assumenda maiores.\",\"body\":\"You can't index the card without synthesizing the open-source SAS array!\"}"], ["created_at", "2016-10-07 18:56:42.560717"], ["updated_at", "2016-10-07 18:56:42.560717"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium architecto explicabo nulla cupiditate voluptatum quia sunt.\",\"body\":\"Use the open-source RSS panel, then you can program the back-end program!\"}"], ["created_at", "2016-10-07 18:56:42.561614"], ["updated_at", "2016-10-07 18:56:42.561614"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate aliquid qui dolor ut quas dolorem.\",\"body\":\"If we back up the monitor, we can get to the RAM firewall through the optical SAS bus!\"}"], ["created_at", "2016-10-07 18:56:42.562536"], ["updated_at", "2016-10-07 18:56:42.562536"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eos quasi esse veritatis aut.\",\"body\":\"I'll index the primary CSS alarm, that should system the HDD circuit!\"}"], ["created_at", "2016-10-07 18:56:42.563444"], ["updated_at", "2016-10-07 18:56:42.563444"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eveniet cupiditate deleniti voluptatem ipsam accusantium tempora.\",\"body\":\"We need to bypass the mobile USB alarm!\"}"], ["created_at", "2016-10-07 18:56:42.564450"], ["updated_at", "2016-10-07 18:56:42.564450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat pariatur non ut laboriosam eum.\",\"body\":\"If we compress the protocol, we can get to the JSON interface through the online ADP program!\"}"], ["created_at", "2016-10-07 18:56:42.565541"], ["updated_at", "2016-10-07 18:56:42.565541"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum est numquam mollitia quis nisi.\",\"body\":\"You can't connect the monitor without overriding the solid state SQL application!\"}"], ["created_at", "2016-10-07 18:56:42.566451"], ["updated_at", "2016-10-07 18:56:42.566451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora quos veritatis et mollitia inventore qui quam.\",\"body\":\"Try to generate the COM pixel, maybe it will bypass the multi-byte port!\"}"], ["created_at", "2016-10-07 18:56:42.567425"], ["updated_at", "2016-10-07 18:56:42.567425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id nesciunt voluptatum facere voluptatem nam velit sint.\",\"body\":\"Hacking the port won't do anything, we need to bypass the virtual scsi alarm!\"}"], ["created_at", "2016-10-07 18:56:42.568313"], ["updated_at", "2016-10-07 18:56:42.568313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut modi unde sit saepe enim nostrum.\",\"body\":\"The USB application is down, navigate the solid state protocol so we can index the AGP feed!\"}"], ["created_at", "2016-10-07 18:56:42.569222"], ["updated_at", "2016-10-07 18:56:42.569222"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aliquid ab reiciendis ut dolores ut.\",\"body\":\"Generating the card won't do anything, we need to synthesize the redundant tcp card!\"}"], ["created_at", "2016-10-07 18:56:42.570103"], ["updated_at", "2016-10-07 18:56:42.570103"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae quaerat et voluptas ea esse possimus quam.\",\"body\":\"Compressing the matrix won't do anything, we need to hack the bluetooth thx hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.571152"], ["updated_at", "2016-10-07 18:56:42.571152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A molestiae necessitatibus.\",\"body\":\"Use the cross-platform ADP interface, then you can navigate the optical driver!\"}"], ["created_at", "2016-10-07 18:56:42.572186"], ["updated_at", "2016-10-07 18:56:42.572186"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum quos quo non temporibus labore.\",\"body\":\"Navigating the capacitor won't do anything, we need to reboot the solid state thx protocol!\"}"], ["created_at", "2016-10-07 18:56:42.573098"], ["updated_at", "2016-10-07 18:56:42.573098"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor est dolor eveniet sit excepturi inventore.\",\"body\":\"Use the bluetooth COM bandwidth, then you can quantify the 1080p program!\"}"], ["created_at", "2016-10-07 18:56:42.573977"], ["updated_at", "2016-10-07 18:56:42.573977"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet sapiente enim in unde quisquam.\",\"body\":\"We need to copy the redundant HDD port!\"}"], ["created_at", "2016-10-07 18:56:42.574902"], ["updated_at", "2016-10-07 18:56:42.574902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto libero aut.\",\"body\":\"Navigating the hard drive won't do anything, we need to compress the cross-platform jbod bus!\"}"], ["created_at", "2016-10-07 18:56:42.575786"], ["updated_at", "2016-10-07 18:56:42.575786"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos dolores voluptas.\",\"body\":\"I'll compress the optical COM protocol, that should circuit the RAM system!\"}"], ["created_at", "2016-10-07 18:56:42.576701"], ["updated_at", "2016-10-07 18:56:42.576701"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id non alias nihil autem sapiente.\",\"body\":\"If we navigate the array, we can get to the AGP system through the digital CSS microchip!\"}"], ["created_at", "2016-10-07 18:56:42.577785"], ["updated_at", "2016-10-07 18:56:42.577785"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod rerum laborum facere totam autem ex quaerat.\",\"body\":\"If we quantify the microchip, we can get to the XSS bus through the multi-byte IB firewall!\"}"], ["created_at", "2016-10-07 18:56:42.579618"], ["updated_at", "2016-10-07 18:56:42.579618"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum quos mollitia placeat corporis totam.\",\"body\":\"The XSS firewall is down, index the wireless feed so we can synthesize the EXE protocol!\"}"], ["created_at", "2016-10-07 18:56:42.582143"], ["updated_at", "2016-10-07 18:56:42.582143"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus ex ipsam consequatur ut qui doloribus id.\",\"body\":\"The PNG port is down, index the back-end feed so we can parse the SSL transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.583684"], ["updated_at", "2016-10-07 18:56:42.583684"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit voluptas quisquam.\",\"body\":\"You can't back up the program without generating the cross-platform SAS microchip!\"}"], ["created_at", "2016-10-07 18:56:42.584755"], ["updated_at", "2016-10-07 18:56:42.584755"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci eius unde dolorem assumenda repellendus labore consequatur.\",\"body\":\"Use the mobile SCSI transmitter, then you can generate the wireless protocol!\"}"], ["created_at", "2016-10-07 18:56:42.585668"], ["updated_at", "2016-10-07 18:56:42.585668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam non reiciendis omnis est odit ullam.\",\"body\":\"We need to compress the virtual SCSI circuit!\"}"], ["created_at", "2016-10-07 18:56:42.586574"], ["updated_at", "2016-10-07 18:56:42.586574"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis vero non asperiores magnam quae ut est.\",\"body\":\"We need to index the neural SAS bus!\"}"], ["created_at", "2016-10-07 18:56:42.587581"], ["updated_at", "2016-10-07 18:56:42.587581"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quisquam iusto.\",\"body\":\"We need to bypass the haptic HDD transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.589687"], ["updated_at", "2016-10-07 18:56:42.589687"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit cum nihil id.\",\"body\":\"If we parse the card, we can get to the SMS interface through the virtual SMTP microchip!\"}"], ["created_at", "2016-10-07 18:56:42.592201"], ["updated_at", "2016-10-07 18:56:42.592201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quia vel saepe a delectus ut aperiam.\",\"body\":\"Use the mobile SMTP firewall, then you can override the back-end port!\"}"], ["created_at", "2016-10-07 18:56:42.593266"], ["updated_at", "2016-10-07 18:56:42.593266"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias quae aut.\",\"body\":\"I'll parse the mobile XSS capacitor, that should hard drive the THX circuit!\"}"], ["created_at", "2016-10-07 18:56:42.594162"], ["updated_at", "2016-10-07 18:56:42.594162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed aperiam et non qui consequatur et.\",\"body\":\"Try to transmit the XML feed, maybe it will navigate the haptic interface!\"}"], ["created_at", "2016-10-07 18:56:42.595116"], ["updated_at", "2016-10-07 18:56:42.595116"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum ipsam voluptatem.\",\"body\":\"We need to transmit the bluetooth RAM capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.595995"], ["updated_at", "2016-10-07 18:56:42.595995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptatum cumque a repellendus enim omnis.\",\"body\":\"We need to navigate the wireless SMS firewall!\"}"], ["created_at", "2016-10-07 18:56:42.596870"], ["updated_at", "2016-10-07 18:56:42.596870"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium aut facilis recusandae voluptas.\",\"body\":\"Use the bluetooth RAM transmitter, then you can override the back-end system!\"}"], ["created_at", "2016-10-07 18:56:42.597744"], ["updated_at", "2016-10-07 18:56:42.597744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam quisquam est qui.\",\"body\":\"Try to calculate the SSL program, maybe it will calculate the virtual card!\"}"], ["created_at", "2016-10-07 18:56:42.598726"], ["updated_at", "2016-10-07 18:56:42.598726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quos vel rerum.\",\"body\":\"Use the redundant THX monitor, then you can program the virtual array!\"}"], ["created_at", "2016-10-07 18:56:42.599634"], ["updated_at", "2016-10-07 18:56:42.599634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi omnis odit ipsa.\",\"body\":\"You can't copy the hard drive without connecting the redundant SMTP matrix!\"}"], ["created_at", "2016-10-07 18:56:42.600532"], ["updated_at", "2016-10-07 18:56:42.600532"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti corporis aut aut qui.\",\"body\":\"The SMTP driver is down, input the bluetooth feed so we can bypass the RAM matrix!\"}"], ["created_at", "2016-10-07 18:56:42.601437"], ["updated_at", "2016-10-07 18:56:42.601437"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta qui nemo adipisci.\",\"body\":\"Use the 1080p RAM matrix, then you can override the primary feed!\"}"], ["created_at", "2016-10-07 18:56:42.602380"], ["updated_at", "2016-10-07 18:56:42.602380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor ullam rem numquam beatae.\",\"body\":\"If we reboot the driver, we can get to the SQL port through the neural THX pixel!\"}"], ["created_at", "2016-10-07 18:56:42.603372"], ["updated_at", "2016-10-07 18:56:42.603372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic ipsam vitae aut voluptas nemo qui.\",\"body\":\"Try to back up the RAM card, maybe it will generate the digital hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.604279"], ["updated_at", "2016-10-07 18:56:42.604279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias vel reiciendis omnis.\",\"body\":\"Try to reboot the RAM card, maybe it will connect the haptic firewall!\"}"], ["created_at", "2016-10-07 18:56:42.605198"], ["updated_at", "2016-10-07 18:56:42.605198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos quis vero.\",\"body\":\"We need to quantify the haptic XSS application!\"}"], ["created_at", "2016-10-07 18:56:42.606074"], ["updated_at", "2016-10-07 18:56:42.606074"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eveniet eaque nam.\",\"body\":\"Use the open-source AI protocol, then you can transmit the auxiliary feed!\"}"], ["created_at", "2016-10-07 18:56:42.606959"], ["updated_at", "2016-10-07 18:56:42.606959"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque nostrum est voluptatem.\",\"body\":\"I'll navigate the primary ADP driver, that should protocol the SMTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.608062"], ["updated_at", "2016-10-07 18:56:42.608062"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id sapiente accusamus ut sequi inventore eum.\",\"body\":\"Try to hack the JBOD application, maybe it will bypass the virtual circuit!\"}"], ["created_at", "2016-10-07 18:56:42.609323"], ["updated_at", "2016-10-07 18:56:42.609323"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae consequatur sed adipisci fugiat totam.\",\"body\":\"Transmitting the system won't do anything, we need to reboot the redundant xss panel!\"}"], ["created_at", "2016-10-07 18:56:42.611502"], ["updated_at", "2016-10-07 18:56:42.611502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam qui sed eligendi.\",\"body\":\"The SDD circuit is down, hack the online sensor so we can bypass the SAS pixel!\"}"], ["created_at", "2016-10-07 18:56:42.612575"], ["updated_at", "2016-10-07 18:56:42.612575"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem magnam tenetur deleniti.\",\"body\":\"Try to reboot the JSON alarm, maybe it will index the neural circuit!\"}"], ["created_at", "2016-10-07 18:56:42.613528"], ["updated_at", "2016-10-07 18:56:42.613528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi reiciendis alias autem commodi facere eveniet asperiores.\",\"body\":\"We need to back up the wireless AGP transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.614516"], ["updated_at", "2016-10-07 18:56:42.614516"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et distinctio quas sunt.\",\"body\":\"I'll input the optical COM program, that should port the RAM pixel!\"}"], ["created_at", "2016-10-07 18:56:42.615499"], ["updated_at", "2016-10-07 18:56:42.615499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolor laboriosam occaecati.\",\"body\":\"You can't generate the panel without quantifying the bluetooth USB bus!\"}"], ["created_at", "2016-10-07 18:56:42.616434"], ["updated_at", "2016-10-07 18:56:42.616434"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas atque eum minus maxime dolores non.\",\"body\":\"If we override the system, we can get to the USB program through the open-source GB driver!\"}"], ["created_at", "2016-10-07 18:56:42.617376"], ["updated_at", "2016-10-07 18:56:42.617376"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor reprehenderit voluptatibus deserunt inventore quibusdam.\",\"body\":\"We need to program the digital SAS hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.618342"], ["updated_at", "2016-10-07 18:56:42.618342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi dolorem aut praesentium aliquam omnis.\",\"body\":\"You can't input the hard drive without indexing the bluetooth SMTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.619320"], ["updated_at", "2016-10-07 18:56:42.619320"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo labore dolor et corporis a eligendi.\",\"body\":\"The XML driver is down, generate the 1080p interface so we can transmit the HTTP protocol!\"}"], ["created_at", "2016-10-07 18:56:42.620218"], ["updated_at", "2016-10-07 18:56:42.620218"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab sit veritatis et maiores explicabo ut officiis.\",\"body\":\"If we reboot the bus, we can get to the USB alarm through the open-source RSS firewall!\"}"], ["created_at", "2016-10-07 18:56:42.621454"], ["updated_at", "2016-10-07 18:56:42.621454"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque quas incidunt voluptas consequuntur distinctio minima.\",\"body\":\"Use the neural XSS alarm, then you can parse the online capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.624374"], ["updated_at", "2016-10-07 18:56:42.624374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut est nulla aut culpa.\",\"body\":\"I'll calculate the virtual HDD bandwidth, that should system the CSS port!\"}"], ["created_at", "2016-10-07 18:56:42.625511"], ["updated_at", "2016-10-07 18:56:42.625511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate eum repudiandae vel totam.\",\"body\":\"You can't quantify the pixel without hacking the redundant CSS hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.626418"], ["updated_at", "2016-10-07 18:56:42.626418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam velit adipisci ad in delectus nihil.\",\"body\":\"If we navigate the sensor, we can get to the SDD bus through the primary AI panel!\"}"], ["created_at", "2016-10-07 18:56:42.627370"], ["updated_at", "2016-10-07 18:56:42.627370"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed repudiandae et.\",\"body\":\"I'll override the primary AGP microchip, that should capacitor the RSS application!\"}"], ["created_at", "2016-10-07 18:56:42.628240"], ["updated_at", "2016-10-07 18:56:42.628240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatibus ab consequatur ipsa nulla.\",\"body\":\"Try to synthesize the HTTP panel, maybe it will index the digital microchip!\"}"], ["created_at", "2016-10-07 18:56:42.629141"], ["updated_at", "2016-10-07 18:56:42.629141"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est eum et aperiam ad quas.\",\"body\":\"You can't synthesize the capacitor without overriding the auxiliary XML monitor!\"}"], ["created_at", "2016-10-07 18:56:42.630006"], ["updated_at", "2016-10-07 18:56:42.630006"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestiae nostrum nesciunt incidunt doloremque vel error.\",\"body\":\"If we input the circuit, we can get to the EXE card through the digital IB capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.631081"], ["updated_at", "2016-10-07 18:56:42.631081"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus voluptatem hic nam voluptates ad iste.\",\"body\":\"Try to connect the JBOD microchip, maybe it will program the bluetooth protocol!\"}"], ["created_at", "2016-10-07 18:56:42.632651"], ["updated_at", "2016-10-07 18:56:42.632651"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit praesentium fugiat sunt autem consequuntur natus nulla.\",\"body\":\"Use the optical THX driver, then you can back up the bluetooth circuit!\"}"], ["created_at", "2016-10-07 18:56:42.633872"], ["updated_at", "2016-10-07 18:56:42.633872"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit voluptates et ipsa quia et possimus deserunt.\",\"body\":\"Try to calculate the SDD program, maybe it will hack the virtual panel!\"}"], ["created_at", "2016-10-07 18:56:42.635173"], ["updated_at", "2016-10-07 18:56:42.635173"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sit id.\",\"body\":\"You can't input the circuit without copying the auxiliary HDD interface!\"}"], ["created_at", "2016-10-07 18:56:42.636442"], ["updated_at", "2016-10-07 18:56:42.636442"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique id pariatur excepturi.\",\"body\":\"We need to copy the wireless RSS firewall!\"}"], ["created_at", "2016-10-07 18:56:42.638414"], ["updated_at", "2016-10-07 18:56:42.638414"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit asperiores ipsum.\",\"body\":\"If we copy the firewall, we can get to the AI bandwidth through the cross-platform RSS hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.641137"], ["updated_at", "2016-10-07 18:56:42.641137"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente labore deleniti quo id atque.\",\"body\":\"Use the neural JSON matrix, then you can navigate the digital system!\"}"], ["created_at", "2016-10-07 18:56:42.644535"], ["updated_at", "2016-10-07 18:56:42.644535"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit ut occaecati autem ratione aut.\",\"body\":\"You can't generate the panel without hacking the haptic SMS array!\"}"], ["created_at", "2016-10-07 18:56:42.646060"], ["updated_at", "2016-10-07 18:56:42.646060"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem deleniti beatae vel omnis.\",\"body\":\"We need to navigate the primary GB monitor!\"}"], ["created_at", "2016-10-07 18:56:42.647460"], ["updated_at", "2016-10-07 18:56:42.647460"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam enim cupiditate qui culpa in numquam enim.\",\"body\":\"Use the optical USB interface, then you can override the open-source array!\"}"], ["created_at", "2016-10-07 18:56:42.648880"], ["updated_at", "2016-10-07 18:56:42.648880"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque consequatur distinctio facilis non aliquam.\",\"body\":\"Try to compress the CSS array, maybe it will compress the open-source bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.650252"], ["updated_at", "2016-10-07 18:56:42.650252"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit ab natus autem et non dolorem praesentium.\",\"body\":\"Connecting the feed won't do anything, we need to program the mobile css firewall!\"}"], ["created_at", "2016-10-07 18:56:42.651743"], ["updated_at", "2016-10-07 18:56:42.651743"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores beatae atque et aspernatur earum omnis.\",\"body\":\"Try to synthesize the TCP system, maybe it will compress the optical circuit!\"}"], ["created_at", "2016-10-07 18:56:42.653113"], ["updated_at", "2016-10-07 18:56:42.653113"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati qui enim eveniet molestiae delectus laudantium voluptatem.\",\"body\":\"Overriding the circuit won't do anything, we need to back up the primary sql alarm!\"}"], ["created_at", "2016-10-07 18:56:42.654282"], ["updated_at", "2016-10-07 18:56:42.654282"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio dolores neque excepturi vero enim ex.\",\"body\":\"The TCP program is down, parse the multi-byte matrix so we can quantify the AI sensor!\"}"], ["created_at", "2016-10-07 18:56:42.655520"], ["updated_at", "2016-10-07 18:56:42.655520"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore provident officia odit cum.\",\"body\":\"Try to reboot the PCI port, maybe it will calculate the primary application!\"}"], ["created_at", "2016-10-07 18:56:42.656847"], ["updated_at", "2016-10-07 18:56:42.656847"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia labore doloremque ipsam.\",\"body\":\"Try to transmit the AGP pixel, maybe it will calculate the neural capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.658737"], ["updated_at", "2016-10-07 18:56:42.658737"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis quis vero doloremque unde voluptatem et.\",\"body\":\"Try to navigate the GB sensor, maybe it will hack the multi-byte feed!\"}"], ["created_at", "2016-10-07 18:56:42.663181"], ["updated_at", "2016-10-07 18:56:42.663181"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur atque incidunt quam accusamus.\",\"body\":\"If we navigate the microchip, we can get to the AGP system through the bluetooth SAS microchip!\"}"], ["created_at", "2016-10-07 18:56:42.665320"], ["updated_at", "2016-10-07 18:56:42.665320"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati nemo necessitatibus nobis saepe temporibus harum.\",\"body\":\"I'll program the 1080p PNG bandwidth, that should driver the XSS program!\"}"], ["created_at", "2016-10-07 18:56:42.667348"], ["updated_at", "2016-10-07 18:56:42.667348"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero nesciunt qui porro aperiam laudantium.\",\"body\":\"I'll reboot the auxiliary COM capacitor, that should pixel the FTP array!\"}"], ["created_at", "2016-10-07 18:56:42.669327"], ["updated_at", "2016-10-07 18:56:42.669327"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et necessitatibus qui aliquam suscipit quo eos.\",\"body\":\"Use the 1080p GB program, then you can calculate the cross-platform array!\"}"], ["created_at", "2016-10-07 18:56:42.672094"], ["updated_at", "2016-10-07 18:56:42.672094"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum similique in ut officiis provident non voluptate.\",\"body\":\"I'll synthesize the 1080p XSS port, that should interface the AI sensor!\"}"], ["created_at", "2016-10-07 18:56:42.674116"], ["updated_at", "2016-10-07 18:56:42.674116"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum sit nihil animi illo voluptate.\",\"body\":\"I'll connect the open-source SCSI bandwidth, that should pixel the SCSI application!\"}"], ["created_at", "2016-10-07 18:56:42.676239"], ["updated_at", "2016-10-07 18:56:42.676239"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde odit est ratione rem.\",\"body\":\"Use the open-source GB alarm, then you can copy the neural application!\"}"], ["created_at", "2016-10-07 18:56:42.678151"], ["updated_at", "2016-10-07 18:56:42.678151"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime minus harum et.\",\"body\":\"Try to generate the HDD program, maybe it will back up the digital firewall!\"}"], ["created_at", "2016-10-07 18:56:42.679769"], ["updated_at", "2016-10-07 18:56:42.679769"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea sit qui repudiandae perspiciatis.\",\"body\":\"If we copy the hard drive, we can get to the SSL protocol through the auxiliary IB system!\"}"], ["created_at", "2016-10-07 18:56:42.681701"], ["updated_at", "2016-10-07 18:56:42.681701"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi id in optio totam et enim eius.\",\"body\":\"We need to calculate the multi-byte XML feed!\"}"], ["created_at", "2016-10-07 18:56:42.683844"], ["updated_at", "2016-10-07 18:56:42.683844"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui praesentium corporis tenetur dolorem explicabo omnis.\",\"body\":\"The COM monitor is down, generate the virtual panel so we can synthesize the HDD port!\"}"], ["created_at", "2016-10-07 18:56:42.685587"], ["updated_at", "2016-10-07 18:56:42.685587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis sit laudantium.\",\"body\":\"You can't input the application without navigating the cross-platform RAM hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.686659"], ["updated_at", "2016-10-07 18:56:42.686659"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae qui nemo quo nihil officiis labore.\",\"body\":\"The SSL bus is down, override the neural bandwidth so we can navigate the HTTP alarm!\"}"], ["created_at", "2016-10-07 18:56:42.688205"], ["updated_at", "2016-10-07 18:56:42.688205"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto voluptatem reprehenderit.\",\"body\":\"Try to calculate the ADP hard drive, maybe it will copy the primary interface!\"}"], ["created_at", "2016-10-07 18:56:42.689569"], ["updated_at", "2016-10-07 18:56:42.689569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic debitis aut.\",\"body\":\"If we compress the driver, we can get to the SAS panel through the online SAS driver!\"}"], ["created_at", "2016-10-07 18:56:42.690618"], ["updated_at", "2016-10-07 18:56:42.690618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat nostrum soluta nesciunt unde cupiditate deserunt.\",\"body\":\"Compressing the microchip won't do anything, we need to navigate the open-source com transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.691537"], ["updated_at", "2016-10-07 18:56:42.691537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae et similique voluptas omnis.\",\"body\":\"Use the optical HTTP program, then you can copy the 1080p feed!\"}"], ["created_at", "2016-10-07 18:56:42.692411"], ["updated_at", "2016-10-07 18:56:42.692411"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptatibus nobis.\",\"body\":\"You can't compress the alarm without compressing the bluetooth SMS pixel!\"}"], ["created_at", "2016-10-07 18:56:42.693298"], ["updated_at", "2016-10-07 18:56:42.693298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea sit ex quia alias dolores architecto.\",\"body\":\"If we hack the hard drive, we can get to the HTTP feed through the digital SMS pixel!\"}"], ["created_at", "2016-10-07 18:56:42.694157"], ["updated_at", "2016-10-07 18:56:42.694157"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis minus maiores consequatur repellendus labore perferendis nulla.\",\"body\":\"Calculating the circuit won't do anything, we need to navigate the solid state ram alarm!\"}"], ["created_at", "2016-10-07 18:56:42.695102"], ["updated_at", "2016-10-07 18:56:42.695102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus est expedita error repellendus libero et exercitationem.\",\"body\":\"We need to reboot the 1080p RAM capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.695984"], ["updated_at", "2016-10-07 18:56:42.695984"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi esse est.\",\"body\":\"Compressing the system won't do anything, we need to quantify the bluetooth thx protocol!\"}"], ["created_at", "2016-10-07 18:56:42.696921"], ["updated_at", "2016-10-07 18:56:42.696921"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem et reprehenderit magnam perspiciatis.\",\"body\":\"You can't generate the system without navigating the redundant COM hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.698112"], ["updated_at", "2016-10-07 18:56:42.698112"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem exercitationem repellendus magni ipsum quae et eos.\",\"body\":\"We need to reboot the redundant GB monitor!\"}"], ["created_at", "2016-10-07 18:56:42.699117"], ["updated_at", "2016-10-07 18:56:42.699117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam repellendus doloremque.\",\"body\":\"If we program the driver, we can get to the HTTP bus through the back-end XML microchip!\"}"], ["created_at", "2016-10-07 18:56:42.700044"], ["updated_at", "2016-10-07 18:56:42.700044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est suscipit asperiores praesentium nihil optio similique est.\",\"body\":\"Use the cross-platform PNG bus, then you can compress the 1080p sensor!\"}"], ["created_at", "2016-10-07 18:56:42.700947"], ["updated_at", "2016-10-07 18:56:42.700947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus provident dolores officia iusto.\",\"body\":\"Try to index the SSL port, maybe it will synthesize the neural bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.701830"], ["updated_at", "2016-10-07 18:56:42.701830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat commodi cumque dolores error.\",\"body\":\"You can't calculate the bus without compressing the neural JSON bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.702724"], ["updated_at", "2016-10-07 18:56:42.702724"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sit et dolor.\",\"body\":\"I'll reboot the wireless SSL microchip, that should panel the SAS bus!\"}"], ["created_at", "2016-10-07 18:56:42.703606"], ["updated_at", "2016-10-07 18:56:42.703606"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex id cupiditate ut eum corporis.\",\"body\":\"Use the haptic AGP protocol, then you can navigate the online application!\"}"], ["created_at", "2016-10-07 18:56:42.705674"], ["updated_at", "2016-10-07 18:56:42.705674"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae nobis similique.\",\"body\":\"If we reboot the card, we can get to the PCI interface through the digital HTTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.707600"], ["updated_at", "2016-10-07 18:56:42.707600"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero aut culpa aut vitae voluptatem quasi ut.\",\"body\":\"We need to transmit the multi-byte RSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.710004"], ["updated_at", "2016-10-07 18:56:42.710004"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat non nesciunt.\",\"body\":\"You can't connect the bandwidth without indexing the open-source CSS alarm!\"}"], ["created_at", "2016-10-07 18:56:42.712931"], ["updated_at", "2016-10-07 18:56:42.712931"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore eum ducimus est odio expedita.\",\"body\":\"Overriding the interface won't do anything, we need to generate the solid state xml system!\"}"], ["created_at", "2016-10-07 18:56:42.715305"], ["updated_at", "2016-10-07 18:56:42.715305"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum totam quia suscipit sed facere delectus.\",\"body\":\"The HTTP bandwidth is down, transmit the redundant driver so we can transmit the SMS circuit!\"}"], ["created_at", "2016-10-07 18:56:42.717303"], ["updated_at", "2016-10-07 18:56:42.717303"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem et ipsam repudiandae vitae.\",\"body\":\"We need to parse the mobile RAM application!\"}"], ["created_at", "2016-10-07 18:56:42.719448"], ["updated_at", "2016-10-07 18:56:42.719448"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum numquam et aut et.\",\"body\":\"Copying the driver won't do anything, we need to bypass the back-end jbod capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.721667"], ["updated_at", "2016-10-07 18:56:42.721667"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptate a voluptatem.\",\"body\":\"Use the 1080p CSS application, then you can quantify the solid state microchip!\"}"], ["created_at", "2016-10-07 18:56:42.724001"], ["updated_at", "2016-10-07 18:56:42.724001"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora id rerum ex ea nihil blanditiis.\",\"body\":\"You can't connect the driver without backing up the haptic SAS firewall!\"}"], ["created_at", "2016-10-07 18:56:42.725973"], ["updated_at", "2016-10-07 18:56:42.725973"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet consequuntur asperiores quis qui.\",\"body\":\"Try to calculate the SSL hard drive, maybe it will quantify the multi-byte hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.728210"], ["updated_at", "2016-10-07 18:56:42.728210"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nesciunt consectetur enim qui est similique.\",\"body\":\"The SMTP bus is down, reboot the multi-byte matrix so we can copy the SMS program!\"}"], ["created_at", "2016-10-07 18:56:42.730261"], ["updated_at", "2016-10-07 18:56:42.730261"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam voluptas dicta nulla consequatur quaerat.\",\"body\":\"You can't parse the circuit without connecting the back-end RSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.732636"], ["updated_at", "2016-10-07 18:56:42.732636"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo atque et dolorem provident et.\",\"body\":\"If we synthesize the microchip, we can get to the XSS feed through the wireless AGP pixel!\"}"], ["created_at", "2016-10-07 18:56:42.734886"], ["updated_at", "2016-10-07 18:56:42.734886"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores dolores atque.\",\"body\":\"We need to calculate the 1080p CSS program!\"}"], ["created_at", "2016-10-07 18:56:42.736893"], ["updated_at", "2016-10-07 18:56:42.736893"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem iste quia facilis.\",\"body\":\"I'll compress the primary XML protocol, that should pixel the PNG microchip!\"}"], ["created_at", "2016-10-07 18:56:42.739102"], ["updated_at", "2016-10-07 18:56:42.739102"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad qui aut voluptate in aut deleniti.\",\"body\":\"You can't synthesize the protocol without navigating the neural JSON capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.741471"], ["updated_at", "2016-10-07 18:56:42.741471"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit repudiandae sunt sapiente placeat consequatur libero excepturi.\",\"body\":\"You can't navigate the firewall without backing up the cross-platform IB system!\"}"], ["created_at", "2016-10-07 18:56:42.743809"], ["updated_at", "2016-10-07 18:56:42.743809"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo et atque.\",\"body\":\"The SMTP card is down, compress the open-source array so we can transmit the SCSI bus!\"}"], ["created_at", "2016-10-07 18:56:42.746034"], ["updated_at", "2016-10-07 18:56:42.746034"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat consequuntur neque.\",\"body\":\"You can't reboot the hard drive without overriding the virtual AGP protocol!\"}"], ["created_at", "2016-10-07 18:56:42.749060"], ["updated_at", "2016-10-07 18:56:42.749060"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus eos laborum ab non et vero similique.\",\"body\":\"The SMS pixel is down, quantify the multi-byte bandwidth so we can back up the PNG pixel!\"}"], ["created_at", "2016-10-07 18:56:42.751066"], ["updated_at", "2016-10-07 18:56:42.751066"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam possimus et pariatur dolorem harum.\",\"body\":\"Backing up the bandwidth won't do anything, we need to bypass the neural xml system!\"}"], ["created_at", "2016-10-07 18:56:42.752796"], ["updated_at", "2016-10-07 18:56:42.752796"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet hic ut quia quo minima vero et.\",\"body\":\"Connecting the driver won't do anything, we need to input the solid state com transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.754827"], ["updated_at", "2016-10-07 18:56:42.754827"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est earum nam ipsam nostrum cumque.\",\"body\":\"Try to copy the JSON matrix, maybe it will input the multi-byte bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.756555"], ["updated_at", "2016-10-07 18:56:42.756555"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab blanditiis nulla porro rem.\",\"body\":\"I'll back up the bluetooth GB interface, that should driver the SQL monitor!\"}"], ["created_at", "2016-10-07 18:56:42.758194"], ["updated_at", "2016-10-07 18:56:42.758194"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam et eius eum.\",\"body\":\"We need to bypass the mobile PCI feed!\"}"], ["created_at", "2016-10-07 18:56:42.759692"], ["updated_at", "2016-10-07 18:56:42.759692"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum porro aut dolorem laboriosam dolore.\",\"body\":\"The XML feed is down, bypass the mobile program so we can reboot the HDD card!\"}"], ["created_at", "2016-10-07 18:56:42.761020"], ["updated_at", "2016-10-07 18:56:42.761020"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim dolorem nesciunt nobis velit soluta.\",\"body\":\"Try to bypass the PCI capacitor, maybe it will hack the haptic application!\"}"], ["created_at", "2016-10-07 18:56:42.762854"], ["updated_at", "2016-10-07 18:56:42.762854"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor sapiente veniam.\",\"body\":\"The FTP feed is down, quantify the auxiliary system so we can calculate the SMTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.764484"], ["updated_at", "2016-10-07 18:56:42.764484"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis qui expedita aliquid illo ullam quidem quisquam.\",\"body\":\"I'll override the back-end SAS feed, that should sensor the SDD system!\"}"], ["created_at", "2016-10-07 18:56:42.766045"], ["updated_at", "2016-10-07 18:56:42.766045"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut id tenetur consequuntur earum est.\",\"body\":\"Connecting the bandwidth won't do anything, we need to input the digital smtp microchip!\"}"], ["created_at", "2016-10-07 18:56:42.767711"], ["updated_at", "2016-10-07 18:56:42.767711"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate exercitationem beatae et illum.\",\"body\":\"Try to navigate the JSON capacitor, maybe it will back up the open-source bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.771361"], ["updated_at", "2016-10-07 18:56:42.771361"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo maxime suscipit.\",\"body\":\"Use the virtual CSS capacitor, then you can connect the multi-byte system!\"}"], ["created_at", "2016-10-07 18:56:42.775393"], ["updated_at", "2016-10-07 18:56:42.775393"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia enim id repellat.\",\"body\":\"We need to navigate the virtual ADP card!\"}"], ["created_at", "2016-10-07 18:56:42.778031"], ["updated_at", "2016-10-07 18:56:42.778031"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dicta temporibus qui eligendi necessitatibus.\",\"body\":\"The PCI microchip is down, bypass the primary monitor so we can generate the XML matrix!\"}"], ["created_at", "2016-10-07 18:56:42.779537"], ["updated_at", "2016-10-07 18:56:42.779537"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum culpa est.\",\"body\":\"Use the auxiliary XSS transmitter, then you can hack the back-end matrix!\"}"], ["created_at", "2016-10-07 18:56:42.780848"], ["updated_at", "2016-10-07 18:56:42.780848"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus repellendus voluptates dolorem molestiae culpa veritatis autem.\",\"body\":\"Parsing the sensor won't do anything, we need to quantify the auxiliary exe matrix!\"}"], ["created_at", "2016-10-07 18:56:42.782341"], ["updated_at", "2016-10-07 18:56:42.782341"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit in aliquam nemo aut expedita tempore.\",\"body\":\"Use the optical JSON protocol, then you can index the cross-platform sensor!\"}"], ["created_at", "2016-10-07 18:56:42.783356"], ["updated_at", "2016-10-07 18:56:42.783356"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero officia ut.\",\"body\":\"You can't connect the microchip without connecting the haptic FTP interface!\"}"], ["created_at", "2016-10-07 18:56:42.784466"], ["updated_at", "2016-10-07 18:56:42.784466"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus et esse quam dolorem doloremque.\",\"body\":\"You can't program the system without navigating the cross-platform COM microchip!\"}"], ["created_at", "2016-10-07 18:56:42.785469"], ["updated_at", "2016-10-07 18:56:42.785469"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos libero et quasi qui quo esse iste.\",\"body\":\"If we copy the bandwidth, we can get to the CSS protocol through the 1080p PNG alarm!\"}"], ["created_at", "2016-10-07 18:56:42.787203"], ["updated_at", "2016-10-07 18:56:42.787203"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni facere dolores.\",\"body\":\"Use the back-end COM interface, then you can connect the bluetooth interface!\"}"], ["created_at", "2016-10-07 18:56:42.789092"], ["updated_at", "2016-10-07 18:56:42.789092"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt quo omnis.\",\"body\":\"You can't bypass the driver without overriding the solid state SCSI sensor!\"}"], ["created_at", "2016-10-07 18:56:42.790879"], ["updated_at", "2016-10-07 18:56:42.790879"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et totam minima quia reprehenderit culpa sapiente.\",\"body\":\"Use the open-source FTP matrix, then you can parse the cross-platform bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.793162"], ["updated_at", "2016-10-07 18:56:42.793162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae officiis qui eaque et.\",\"body\":\"Compressing the system won't do anything, we need to synthesize the mobile rss interface!\"}"], ["created_at", "2016-10-07 18:56:42.794469"], ["updated_at", "2016-10-07 18:56:42.794469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente unde fuga et non inventore sit rerum.\",\"body\":\"The XSS pixel is down, bypass the mobile bus so we can quantify the JBOD array!\"}"], ["created_at", "2016-10-07 18:56:42.795496"], ["updated_at", "2016-10-07 18:56:42.795496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident placeat laborum repellat fugit alias natus.\",\"body\":\"We need to hack the online SMTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.796445"], ["updated_at", "2016-10-07 18:56:42.796445"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus quos incidunt et et recusandae cum aperiam.\",\"body\":\"We need to compress the mobile SDD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.797341"], ["updated_at", "2016-10-07 18:56:42.797341"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aspernatur velit laboriosam consequuntur sed aut odit.\",\"body\":\"Use the optical PCI feed, then you can copy the haptic circuit!\"}"], ["created_at", "2016-10-07 18:56:42.798220"], ["updated_at", "2016-10-07 18:56:42.798220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam omnis nulla.\",\"body\":\"I'll input the solid state SQL matrix, that should port the IB capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.799143"], ["updated_at", "2016-10-07 18:56:42.799143"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis numquam tempora odit velit incidunt est.\",\"body\":\"I'll quantify the auxiliary RAM panel, that should matrix the EXE transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.800119"], ["updated_at", "2016-10-07 18:56:42.800119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia iusto porro rerum temporibus eaque incidunt modi.\",\"body\":\"Use the multi-byte XML feed, then you can override the online driver!\"}"], ["created_at", "2016-10-07 18:56:42.801217"], ["updated_at", "2016-10-07 18:56:42.801217"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi expedita ab enim quo consequatur.\",\"body\":\"The XSS protocol is down, synthesize the haptic sensor so we can connect the SSL pixel!\"}"], ["created_at", "2016-10-07 18:56:42.802274"], ["updated_at", "2016-10-07 18:56:42.802274"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa blanditiis est similique sint perspiciatis.\",\"body\":\"You can't navigate the driver without synthesizing the wireless JSON pixel!\"}"], ["created_at", "2016-10-07 18:56:42.804304"], ["updated_at", "2016-10-07 18:56:42.804304"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos et amet voluptas autem.\",\"body\":\"I'll calculate the mobile SQL microchip, that should bus the HDD system!\"}"], ["created_at", "2016-10-07 18:56:42.806080"], ["updated_at", "2016-10-07 18:56:42.806080"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid quisquam est.\",\"body\":\"We need to compress the solid state RSS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.808660"], ["updated_at", "2016-10-07 18:56:42.808660"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur voluptas totam ad et iste.\",\"body\":\"I'll compress the primary CSS interface, that should transmitter the CSS system!\"}"], ["created_at", "2016-10-07 18:56:42.810269"], ["updated_at", "2016-10-07 18:56:42.810269"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint voluptatum atque aut ducimus enim ea hic.\",\"body\":\"The RSS card is down, navigate the back-end matrix so we can input the PCI pixel!\"}"], ["created_at", "2016-10-07 18:56:42.811658"], ["updated_at", "2016-10-07 18:56:42.811658"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In esse similique.\",\"body\":\"The XSS circuit is down, bypass the open-source interface so we can program the SCSI panel!\"}"], ["created_at", "2016-10-07 18:56:42.813779"], ["updated_at", "2016-10-07 18:56:42.813779"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis quis maxime cupiditate.\",\"body\":\"We need to index the cross-platform AGP port!\"}"], ["created_at", "2016-10-07 18:56:42.815883"], ["updated_at", "2016-10-07 18:56:42.815883"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae consequatur vitae est voluptatem eligendi impedit.\",\"body\":\"Use the primary AI transmitter, then you can bypass the virtual card!\"}"], ["created_at", "2016-10-07 18:56:42.817090"], ["updated_at", "2016-10-07 18:56:42.817090"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident soluta aut harum.\",\"body\":\"If we program the sensor, we can get to the IB bus through the bluetooth SCSI microchip!\"}"], ["created_at", "2016-10-07 18:56:42.818069"], ["updated_at", "2016-10-07 18:56:42.818069"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum corrupti perspiciatis ut repellat porro voluptatem.\",\"body\":\"I'll parse the multi-byte XSS bandwidth, that should bus the XSS sensor!\"}"], ["created_at", "2016-10-07 18:56:42.819015"], ["updated_at", "2016-10-07 18:56:42.819015"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic doloremque quod rem ipsam fugiat atque.\",\"body\":\"Use the bluetooth PNG sensor, then you can index the wireless transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.820420"], ["updated_at", "2016-10-07 18:56:42.820420"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat iusto dolores error quaerat.\",\"body\":\"We need to override the redundant HTTP application!\"}"], ["created_at", "2016-10-07 18:56:42.822929"], ["updated_at", "2016-10-07 18:56:42.822929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In culpa iusto quis iure.\",\"body\":\"The PCI sensor is down, reboot the redundant sensor so we can hack the SMS bus!\"}"], ["created_at", "2016-10-07 18:56:42.824807"], ["updated_at", "2016-10-07 18:56:42.824807"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt eveniet laudantium harum sequi ut ab.\",\"body\":\"The GB firewall is down, back up the 1080p hard drive so we can generate the JBOD protocol!\"}"], ["created_at", "2016-10-07 18:56:42.825830"], ["updated_at", "2016-10-07 18:56:42.825830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore ducimus earum.\",\"body\":\"You can't index the firewall without synthesizing the mobile AGP matrix!\"}"], ["created_at", "2016-10-07 18:56:42.826817"], ["updated_at", "2016-10-07 18:56:42.826817"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quia quia totam.\",\"body\":\"We need to bypass the auxiliary RAM program!\"}"], ["created_at", "2016-10-07 18:56:42.827775"], ["updated_at", "2016-10-07 18:56:42.827775"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil eum voluptas.\",\"body\":\"I'll generate the mobile SQL protocol, that should capacitor the JSON panel!\"}"], ["created_at", "2016-10-07 18:56:42.828764"], ["updated_at", "2016-10-07 18:56:42.828764"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit aut ex sunt sed.\",\"body\":\"Hacking the matrix won't do anything, we need to index the neural sms interface!\"}"], ["created_at", "2016-10-07 18:56:42.829724"], ["updated_at", "2016-10-07 18:56:42.829724"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolore quia mollitia ut.\",\"body\":\"Try to generate the THX program, maybe it will navigate the back-end alarm!\"}"], ["created_at", "2016-10-07 18:56:42.830690"], ["updated_at", "2016-10-07 18:56:42.830690"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem aperiam minima sint illo autem at assumenda.\",\"body\":\"Try to transmit the AI bus, maybe it will generate the 1080p port!\"}"], ["created_at", "2016-10-07 18:56:42.831672"], ["updated_at", "2016-10-07 18:56:42.831672"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores accusamus perferendis nostrum nulla at fugiat.\",\"body\":\"You can't index the pixel without calculating the online THX card!\"}"], ["created_at", "2016-10-07 18:56:42.832633"], ["updated_at", "2016-10-07 18:56:42.832633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui molestiae quasi sit quaerat et.\",\"body\":\"Try to override the AI card, maybe it will input the optical sensor!\"}"], ["created_at", "2016-10-07 18:56:42.833712"], ["updated_at", "2016-10-07 18:56:42.833712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo delectus maiores est nisi assumenda amet.\",\"body\":\"Use the auxiliary TCP bus, then you can bypass the cross-platform alarm!\"}"], ["created_at", "2016-10-07 18:56:42.834642"], ["updated_at", "2016-10-07 18:56:42.834642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil ut ad.\",\"body\":\"I'll calculate the neural PCI circuit, that should sensor the SDD driver!\"}"], ["created_at", "2016-10-07 18:56:42.835586"], ["updated_at", "2016-10-07 18:56:42.835586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis est architecto aut quasi ut occaecati.\",\"body\":\"Programming the transmitter won't do anything, we need to copy the online sms application!\"}"], ["created_at", "2016-10-07 18:56:42.836490"], ["updated_at", "2016-10-07 18:56:42.836490"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque sunt iusto est pariatur similique.\",\"body\":\"The PCI panel is down, input the open-source transmitter so we can synthesize the TCP microchip!\"}"], ["created_at", "2016-10-07 18:56:42.837598"], ["updated_at", "2016-10-07 18:56:42.837598"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque velit veritatis at libero in qui.\",\"body\":\"We need to quantify the multi-byte PNG application!\"}"], ["created_at", "2016-10-07 18:56:42.839929"], ["updated_at", "2016-10-07 18:56:42.839929"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis aspernatur qui ipsam.\",\"body\":\"Use the mobile GB application, then you can hack the redundant monitor!\"}"], ["created_at", "2016-10-07 18:56:42.841156"], ["updated_at", "2016-10-07 18:56:42.841156"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam labore reprehenderit repellendus consequuntur illum iusto.\",\"body\":\"The SSL microchip is down, input the open-source application so we can index the FTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.842065"], ["updated_at", "2016-10-07 18:56:42.842065"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error fuga incidunt vel quia possimus.\",\"body\":\"You can't navigate the pixel without connecting the 1080p FTP microchip!\"}"], ["created_at", "2016-10-07 18:56:42.842988"], ["updated_at", "2016-10-07 18:56:42.842988"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam qui nulla.\",\"body\":\"We need to generate the 1080p COM alarm!\"}"], ["created_at", "2016-10-07 18:56:42.843878"], ["updated_at", "2016-10-07 18:56:42.843878"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et quia rem eveniet.\",\"body\":\"Backing up the monitor won't do anything, we need to override the haptic sms pixel!\"}"], ["created_at", "2016-10-07 18:56:42.844760"], ["updated_at", "2016-10-07 18:56:42.844760"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur odio laudantium occaecati consequatur.\",\"body\":\"If we reboot the capacitor, we can get to the SDD alarm through the haptic SSL firewall!\"}"], ["created_at", "2016-10-07 18:56:42.845629"], ["updated_at", "2016-10-07 18:56:42.845629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sapiente molestiae.\",\"body\":\"We need to program the virtual SDD alarm!\"}"], ["created_at", "2016-10-07 18:56:42.846533"], ["updated_at", "2016-10-07 18:56:42.846533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi doloremque voluptas at.\",\"body\":\"Use the bluetooth JSON array, then you can connect the online circuit!\"}"], ["created_at", "2016-10-07 18:56:42.847401"], ["updated_at", "2016-10-07 18:56:42.847401"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque odio nam consequatur aspernatur.\",\"body\":\"Try to calculate the JSON hard drive, maybe it will generate the neural bus!\"}"], ["created_at", "2016-10-07 18:56:42.848267"], ["updated_at", "2016-10-07 18:56:42.848267"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit iusto quia blanditiis.\",\"body\":\"We need to input the 1080p XML port!\"}"], ["created_at", "2016-10-07 18:56:42.849140"], ["updated_at", "2016-10-07 18:56:42.849140"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam enim corrupti ullam et.\",\"body\":\"If we connect the panel, we can get to the THX firewall through the 1080p CSS application!\"}"], ["created_at", "2016-10-07 18:56:42.850254"], ["updated_at", "2016-10-07 18:56:42.850254"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos qui ducimus sit rerum.\",\"body\":\"Backing up the hard drive won't do anything, we need to override the cross-platform com circuit!\"}"], ["created_at", "2016-10-07 18:56:42.851189"], ["updated_at", "2016-10-07 18:56:42.851189"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet sit suscipit odit sit labore atque assumenda.\",\"body\":\"Use the mobile FTP array, then you can generate the neural microchip!\"}"], ["created_at", "2016-10-07 18:56:42.852136"], ["updated_at", "2016-10-07 18:56:42.852136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque est quo quia sit omnis.\",\"body\":\"I'll copy the haptic SCSI microchip, that should system the SAS feed!\"}"], ["created_at", "2016-10-07 18:56:42.853021"], ["updated_at", "2016-10-07 18:56:42.853021"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis ut est.\",\"body\":\"You can't bypass the sensor without programming the primary FTP panel!\"}"], ["created_at", "2016-10-07 18:56:42.854118"], ["updated_at", "2016-10-07 18:56:42.854118"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure officiis alias repellendus dolorem non ut.\",\"body\":\"The JSON application is down, connect the auxiliary driver so we can generate the RSS matrix!\"}"], ["created_at", "2016-10-07 18:56:42.856373"], ["updated_at", "2016-10-07 18:56:42.856373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ea voluptatem harum sed tempora.\",\"body\":\"I'll transmit the neural USB driver, that should card the SMS system!\"}"], ["created_at", "2016-10-07 18:56:42.857637"], ["updated_at", "2016-10-07 18:56:42.857637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore placeat est.\",\"body\":\"The RSS firewall is down, program the redundant array so we can back up the XSS driver!\"}"], ["created_at", "2016-10-07 18:56:42.858602"], ["updated_at", "2016-10-07 18:56:42.858602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur et molestiae.\",\"body\":\"The IB pixel is down, transmit the primary microchip so we can calculate the SMS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.859514"], ["updated_at", "2016-10-07 18:56:42.859514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae ut et voluptatibus similique aut.\",\"body\":\"The IB system is down, navigate the cross-platform firewall so we can index the JBOD circuit!\"}"], ["created_at", "2016-10-07 18:56:42.860438"], ["updated_at", "2016-10-07 18:56:42.860438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis et dolorem.\",\"body\":\"We need to index the neural ADP monitor!\"}"], ["created_at", "2016-10-07 18:56:42.861343"], ["updated_at", "2016-10-07 18:56:42.861343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis dolore id eius nobis accusantium modi.\",\"body\":\"Use the back-end SCSI driver, then you can synthesize the digital application!\"}"], ["created_at", "2016-10-07 18:56:42.862231"], ["updated_at", "2016-10-07 18:56:42.862231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et facilis ut libero.\",\"body\":\"We need to synthesize the auxiliary SAS program!\"}"], ["created_at", "2016-10-07 18:56:42.863166"], ["updated_at", "2016-10-07 18:56:42.863166"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque earum officia sunt ab fuga.\",\"body\":\"I'll calculate the 1080p SDD microchip, that should system the TCP port!\"}"], ["created_at", "2016-10-07 18:56:42.864108"], ["updated_at", "2016-10-07 18:56:42.864108"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas nam ullam.\",\"body\":\"I'll hack the neural PCI driver, that should interface the AI transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.865013"], ["updated_at", "2016-10-07 18:56:42.865013"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam fugit aperiam reprehenderit est assumenda.\",\"body\":\"Use the primary HTTP microchip, then you can copy the virtual pixel!\"}"], ["created_at", "2016-10-07 18:56:42.866020"], ["updated_at", "2016-10-07 18:56:42.866020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius ipsa corrupti dolorem animi alias assumenda perferendis.\",\"body\":\"You can't program the capacitor without compressing the redundant ADP port!\"}"], ["created_at", "2016-10-07 18:56:42.867125"], ["updated_at", "2016-10-07 18:56:42.867125"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos iure odit.\",\"body\":\"The COM firewall is down, calculate the optical firewall so we can bypass the SCSI matrix!\"}"], ["created_at", "2016-10-07 18:56:42.868045"], ["updated_at", "2016-10-07 18:56:42.868045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab et facere exercitationem.\",\"body\":\"Try to program the AI bandwidth, maybe it will synthesize the back-end bus!\"}"], ["created_at", "2016-10-07 18:56:42.868981"], ["updated_at", "2016-10-07 18:56:42.868981"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi quibusdam aliquid voluptatibus maiores.\",\"body\":\"If we compress the matrix, we can get to the RSS matrix through the redundant AGP card!\"}"], ["created_at", "2016-10-07 18:56:42.869882"], ["updated_at", "2016-10-07 18:56:42.869882"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et labore debitis quisquam.\",\"body\":\"Try to connect the RSS transmitter, maybe it will bypass the multi-byte capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.871062"], ["updated_at", "2016-10-07 18:56:42.871062"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro voluptas eum odit sit.\",\"body\":\"The SAS circuit is down, index the 1080p transmitter so we can navigate the HTTP panel!\"}"], ["created_at", "2016-10-07 18:56:42.873276"], ["updated_at", "2016-10-07 18:56:42.873276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit cupiditate et repellat veritatis soluta ducimus.\",\"body\":\"We need to back up the mobile SAS matrix!\"}"], ["created_at", "2016-10-07 18:56:42.874489"], ["updated_at", "2016-10-07 18:56:42.874489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae omnis corporis.\",\"body\":\"I'll copy the virtual RSS array, that should transmitter the JBOD port!\"}"], ["created_at", "2016-10-07 18:56:42.875482"], ["updated_at", "2016-10-07 18:56:42.875482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis earum doloremque est voluptatem molestiae qui occaecati.\",\"body\":\"Bypassing the feed won't do anything, we need to parse the open-source css bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.876442"], ["updated_at", "2016-10-07 18:56:42.876442"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias ratione quia quo.\",\"body\":\"Use the auxiliary GB system, then you can navigate the back-end driver!\"}"], ["created_at", "2016-10-07 18:56:42.877360"], ["updated_at", "2016-10-07 18:56:42.877360"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores nulla et placeat.\",\"body\":\"Try to index the PNG firewall, maybe it will program the solid state alarm!\"}"], ["created_at", "2016-10-07 18:56:42.883321"], ["updated_at", "2016-10-07 18:56:42.883321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus fugit doloremque.\",\"body\":\"Use the virtual FTP array, then you can connect the haptic bus!\"}"], ["created_at", "2016-10-07 18:56:42.884366"], ["updated_at", "2016-10-07 18:56:42.884366"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium officiis sit velit cupiditate tenetur provident.\",\"body\":\"If we quantify the application, we can get to the COM bandwidth through the mobile CSS array!\"}"], ["created_at", "2016-10-07 18:56:42.885279"], ["updated_at", "2016-10-07 18:56:42.885279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum omnis ea odit culpa.\",\"body\":\"Copying the panel won't do anything, we need to reboot the mobile smtp circuit!\"}"], ["created_at", "2016-10-07 18:56:42.886181"], ["updated_at", "2016-10-07 18:56:42.886181"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni ut sed dignissimos.\",\"body\":\"I'll override the primary JBOD card, that should port the SSL capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.887146"], ["updated_at", "2016-10-07 18:56:42.887146"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui odio amet quae aliquam dolorum voluptatem dolore.\",\"body\":\"Try to override the SQL feed, maybe it will input the back-end array!\"}"], ["created_at", "2016-10-07 18:56:42.888766"], ["updated_at", "2016-10-07 18:56:42.888766"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non rerum vel rerum itaque corporis voluptatem non.\",\"body\":\"I'll back up the primary IB panel, that should firewall the ADP alarm!\"}"], ["created_at", "2016-10-07 18:56:42.890547"], ["updated_at", "2016-10-07 18:56:42.890547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate dignissimos rerum id.\",\"body\":\"Use the haptic ADP card, then you can generate the neural protocol!\"}"], ["created_at", "2016-10-07 18:56:42.891541"], ["updated_at", "2016-10-07 18:56:42.891541"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi libero officia eum accusantium illo.\",\"body\":\"Try to back up the SQL matrix, maybe it will index the digital card!\"}"], ["created_at", "2016-10-07 18:56:42.892432"], ["updated_at", "2016-10-07 18:56:42.892432"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil autem quo sit ut voluptate qui.\",\"body\":\"I'll synthesize the haptic HDD bus, that should panel the TCP matrix!\"}"], ["created_at", "2016-10-07 18:56:42.893303"], ["updated_at", "2016-10-07 18:56:42.893303"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam sapiente aut sit quo.\",\"body\":\"We need to copy the mobile PNG firewall!\"}"], ["created_at", "2016-10-07 18:56:42.894169"], ["updated_at", "2016-10-07 18:56:42.894169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae temporibus deserunt est omnis.\",\"body\":\"Try to reboot the PNG capacitor, maybe it will reboot the mobile protocol!\"}"], ["created_at", "2016-10-07 18:56:42.895103"], ["updated_at", "2016-10-07 18:56:42.895103"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo et cumque qui enim eum sed.\",\"body\":\"Try to quantify the SMS circuit, maybe it will hack the primary driver!\"}"], ["created_at", "2016-10-07 18:56:42.895984"], ["updated_at", "2016-10-07 18:56:42.895984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed labore iste iure aut est praesentium.\",\"body\":\"You can't back up the application without bypassing the bluetooth TCP transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.896850"], ["updated_at", "2016-10-07 18:56:42.896850"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ut ipsum.\",\"body\":\"Use the neural HTTP system, then you can reboot the optical feed!\"}"], ["created_at", "2016-10-07 18:56:42.897714"], ["updated_at", "2016-10-07 18:56:42.897714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias quos aliquam nobis corrupti quia.\",\"body\":\"Use the wireless EXE alarm, then you can compress the multi-byte sensor!\"}"], ["created_at", "2016-10-07 18:56:42.898602"], ["updated_at", "2016-10-07 18:56:42.898602"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus soluta quia ea non iste dolor voluptas.\",\"body\":\"If we copy the feed, we can get to the IB system through the primary JSON microchip!\"}"], ["created_at", "2016-10-07 18:56:42.899636"], ["updated_at", "2016-10-07 18:56:42.899636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam distinctio qui consequatur.\",\"body\":\"Use the optical HTTP feed, then you can calculate the primary alarm!\"}"], ["created_at", "2016-10-07 18:56:42.900576"], ["updated_at", "2016-10-07 18:56:42.900576"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non officia impedit dolor.\",\"body\":\"Try to override the AI driver, maybe it will input the auxiliary transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.901501"], ["updated_at", "2016-10-07 18:56:42.901501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem rem culpa error.\",\"body\":\"If we connect the array, we can get to the PNG circuit through the mobile RSS panel!\"}"], ["created_at", "2016-10-07 18:56:42.902389"], ["updated_at", "2016-10-07 18:56:42.902389"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas dolores exercitationem error sit dolorem rem.\",\"body\":\"We need to copy the neural PCI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.903298"], ["updated_at", "2016-10-07 18:56:42.903298"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quia ab voluptatem perspiciatis fugiat.\",\"body\":\"I'll reboot the optical PNG monitor, that should card the IB sensor!\"}"], ["created_at", "2016-10-07 18:56:42.904456"], ["updated_at", "2016-10-07 18:56:42.904456"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil aspernatur placeat.\",\"body\":\"I'll generate the wireless JSON port, that should firewall the GB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.906770"], ["updated_at", "2016-10-07 18:56:42.906770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia aspernatur doloremque est quis harum sed.\",\"body\":\"The USB panel is down, generate the auxiliary monitor so we can input the SCSI hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.907995"], ["updated_at", "2016-10-07 18:56:42.907995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum repellendus hic labore consequuntur nisi recusandae.\",\"body\":\"Try to bypass the XML system, maybe it will program the open-source panel!\"}"], ["created_at", "2016-10-07 18:56:42.908950"], ["updated_at", "2016-10-07 18:56:42.908950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque animi ea labore dolorem velit.\",\"body\":\"We need to index the wireless AI program!\"}"], ["created_at", "2016-10-07 18:56:42.909840"], ["updated_at", "2016-10-07 18:56:42.909840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos nostrum incidunt illum.\",\"body\":\"Use the optical JSON array, then you can navigate the open-source bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.910753"], ["updated_at", "2016-10-07 18:56:42.910753"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia accusamus eum minus natus porro.\",\"body\":\"Try to input the PCI capacitor, maybe it will hack the primary alarm!\"}"], ["created_at", "2016-10-07 18:56:42.911676"], ["updated_at", "2016-10-07 18:56:42.911676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque nemo est necessitatibus.\",\"body\":\"You can't hack the microchip without copying the haptic XSS matrix!\"}"], ["created_at", "2016-10-07 18:56:42.912560"], ["updated_at", "2016-10-07 18:56:42.912560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et odit commodi mollitia.\",\"body\":\"You can't navigate the interface without synthesizing the open-source RAM array!\"}"], ["created_at", "2016-10-07 18:56:42.913431"], ["updated_at", "2016-10-07 18:56:42.913431"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda eveniet illum illo atque ut nam.\",\"body\":\"I'll bypass the redundant USB alarm, that should bandwidth the USB alarm!\"}"], ["created_at", "2016-10-07 18:56:42.914403"], ["updated_at", "2016-10-07 18:56:42.914403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur dolorem voluptatem adipisci cum ut nisi.\",\"body\":\"Use the online SMTP matrix, then you can navigate the redundant monitor!\"}"], ["created_at", "2016-10-07 18:56:42.915356"], ["updated_at", "2016-10-07 18:56:42.915356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem vitae enim et et mollitia cupiditate quia.\",\"body\":\"Use the multi-byte JBOD alarm, then you can override the mobile sensor!\"}"], ["created_at", "2016-10-07 18:56:42.916266"], ["updated_at", "2016-10-07 18:56:42.916266"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium nisi excepturi.\",\"body\":\"Use the redundant SMTP bandwidth, then you can program the online monitor!\"}"], ["created_at", "2016-10-07 18:56:42.917153"], ["updated_at", "2016-10-07 18:56:42.917153"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut at illo minima dolorum.\",\"body\":\"Copying the alarm won't do anything, we need to connect the optical scsi microchip!\"}"], ["created_at", "2016-10-07 18:56:42.918021"], ["updated_at", "2016-10-07 18:56:42.918021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis vitae cumque nobis rerum consectetur fugiat.\",\"body\":\"Try to transmit the XML interface, maybe it will calculate the mobile bus!\"}"], ["created_at", "2016-10-07 18:56:42.918925"], ["updated_at", "2016-10-07 18:56:42.918925"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis iusto ullam.\",\"body\":\"If we hack the feed, we can get to the SCSI program through the 1080p THX driver!\"}"], ["created_at", "2016-10-07 18:56:42.919804"], ["updated_at", "2016-10-07 18:56:42.919804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum commodi quas.\",\"body\":\"Use the multi-byte HTTP alarm, then you can navigate the 1080p capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.920748"], ["updated_at", "2016-10-07 18:56:42.920748"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint nihil autem et tempore illo.\",\"body\":\"If we calculate the monitor, we can get to the RAM bus through the primary FTP monitor!\"}"], ["created_at", "2016-10-07 18:56:42.921671"], ["updated_at", "2016-10-07 18:56:42.921671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur sunt adipisci non facere aut aliquam.\",\"body\":\"We need to parse the bluetooth XSS monitor!\"}"], ["created_at", "2016-10-07 18:56:42.922578"], ["updated_at", "2016-10-07 18:56:42.922578"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa et esse quia non.\",\"body\":\"If we hack the circuit, we can get to the XML hard drive through the open-source SMTP array!\"}"], ["created_at", "2016-10-07 18:56:42.923443"], ["updated_at", "2016-10-07 18:56:42.923443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quis rerum expedita iste inventore voluptatem aut.\",\"body\":\"Bypassing the system won't do anything, we need to generate the optical agp capacitor!\"}"], ["created_at", "2016-10-07 18:56:42.924320"], ["updated_at", "2016-10-07 18:56:42.924320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta ratione voluptatem illum.\",\"body\":\"I'll transmit the open-source SDD bus, that should bus the SSL feed!\"}"], ["created_at", "2016-10-07 18:56:42.925191"], ["updated_at", "2016-10-07 18:56:42.925191"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quibusdam consequatur officia est quos aspernatur dolores.\",\"body\":\"You can't generate the pixel without generating the bluetooth PCI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.926074"], ["updated_at", "2016-10-07 18:56:42.926074"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis voluptatem adipisci.\",\"body\":\"The RSS bus is down, connect the primary sensor so we can calculate the ADP feed!\"}"], ["created_at", "2016-10-07 18:56:42.926950"], ["updated_at", "2016-10-07 18:56:42.926950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet quae minus.\",\"body\":\"You can't reboot the driver without transmitting the open-source SCSI system!\"}"], ["created_at", "2016-10-07 18:56:42.927818"], ["updated_at", "2016-10-07 18:56:42.927818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi velit sunt qui et officia excepturi.\",\"body\":\"Try to transmit the HTTP feed, maybe it will override the optical card!\"}"], ["created_at", "2016-10-07 18:56:42.928678"], ["updated_at", "2016-10-07 18:56:42.928678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit aut quasi eos natus voluptatem sit.\",\"body\":\"Use the redundant SDD feed, then you can copy the cross-platform interface!\"}"], ["created_at", "2016-10-07 18:56:42.929599"], ["updated_at", "2016-10-07 18:56:42.929599"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui molestias nulla non placeat.\",\"body\":\"The SAS firewall is down, override the digital microchip so we can parse the SCSI circuit!\"}"], ["created_at", "2016-10-07 18:56:42.930477"], ["updated_at", "2016-10-07 18:56:42.930477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque id hic maiores et deleniti.\",\"body\":\"Synthesizing the protocol won't do anything, we need to override the solid state thx matrix!\"}"], ["created_at", "2016-10-07 18:56:42.931352"], ["updated_at", "2016-10-07 18:56:42.931352"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur fugit necessitatibus tenetur.\",\"body\":\"The SMTP bus is down, transmit the mobile monitor so we can back up the HTTP alarm!\"}"], ["created_at", "2016-10-07 18:56:42.932239"], ["updated_at", "2016-10-07 18:56:42.932239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ea minima voluptas aut.\",\"body\":\"Navigating the matrix won't do anything, we need to override the redundant css feed!\"}"], ["created_at", "2016-10-07 18:56:42.933118"], ["updated_at", "2016-10-07 18:56:42.933118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis veniam culpa ipsum.\",\"body\":\"You can't copy the bus without generating the virtual XML bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.933984"], ["updated_at", "2016-10-07 18:56:42.933984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat nulla minima laboriosam.\",\"body\":\"We need to input the digital CSS bus!\"}"], ["created_at", "2016-10-07 18:56:42.934894"], ["updated_at", "2016-10-07 18:56:42.934894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem ipsum et.\",\"body\":\"Bypassing the interface won't do anything, we need to connect the cross-platform jbod feed!\"}"], ["created_at", "2016-10-07 18:56:42.935780"], ["updated_at", "2016-10-07 18:56:42.935780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit facere tenetur error distinctio quasi aut veritatis.\",\"body\":\"Compressing the alarm won't do anything, we need to connect the neural com protocol!\"}"], ["created_at", "2016-10-07 18:56:42.936649"], ["updated_at", "2016-10-07 18:56:42.936649"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis distinctio laudantium velit nisi voluptatem.\",\"body\":\"If we input the panel, we can get to the IB firewall through the neural EXE transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.937528"], ["updated_at", "2016-10-07 18:56:42.937528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum explicabo pariatur excepturi voluptatem et.\",\"body\":\"You can't navigate the feed without programming the redundant EXE port!\"}"], ["created_at", "2016-10-07 18:56:42.938407"], ["updated_at", "2016-10-07 18:56:42.938407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit officiis dolores ut quia atque autem.\",\"body\":\"If we compress the pixel, we can get to the SMTP application through the optical PNG panel!\"}"], ["created_at", "2016-10-07 18:56:42.939319"], ["updated_at", "2016-10-07 18:56:42.939319"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere non labore omnis ut qui voluptates.\",\"body\":\"Try to transmit the SAS bandwidth, maybe it will parse the neural microchip!\"}"], ["created_at", "2016-10-07 18:56:42.940194"], ["updated_at", "2016-10-07 18:56:42.940194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit voluptatem blanditiis.\",\"body\":\"You can't transmit the panel without bypassing the open-source AI application!\"}"], ["created_at", "2016-10-07 18:56:42.941055"], ["updated_at", "2016-10-07 18:56:42.941055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum vel quibusdam et omnis qui esse.\",\"body\":\"Use the 1080p AGP driver, then you can generate the redundant panel!\"}"], ["created_at", "2016-10-07 18:56:42.941913"], ["updated_at", "2016-10-07 18:56:42.941913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis aut qui repellendus et sit.\",\"body\":\"Try to index the EXE pixel, maybe it will program the neural alarm!\"}"], ["created_at", "2016-10-07 18:56:42.942840"], ["updated_at", "2016-10-07 18:56:42.942840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat odio distinctio.\",\"body\":\"You can't hack the card without navigating the solid state SCSI hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.943707"], ["updated_at", "2016-10-07 18:56:42.943707"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque perspiciatis aut necessitatibus.\",\"body\":\"You can't index the program without bypassing the solid state JSON matrix!\"}"], ["created_at", "2016-10-07 18:56:42.944571"], ["updated_at", "2016-10-07 18:56:42.944571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor suscipit porro.\",\"body\":\"If we program the interface, we can get to the IB pixel through the optical RSS microchip!\"}"], ["created_at", "2016-10-07 18:56:42.945435"], ["updated_at", "2016-10-07 18:56:42.945435"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptatem dolorem.\",\"body\":\"Try to reboot the AGP firewall, maybe it will generate the online system!\"}"], ["created_at", "2016-10-07 18:56:42.946315"], ["updated_at", "2016-10-07 18:56:42.946315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut numquam provident doloremque facilis.\",\"body\":\"You can't calculate the program without copying the cross-platform GB port!\"}"], ["created_at", "2016-10-07 18:56:42.947189"], ["updated_at", "2016-10-07 18:56:42.947189"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut quos neque.\",\"body\":\"The CSS program is down, hack the virtual panel so we can compress the TCP array!\"}"], ["created_at", "2016-10-07 18:56:42.948069"], ["updated_at", "2016-10-07 18:56:42.948069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi est itaque unde molestiae atque corrupti.\",\"body\":\"You can't copy the system without calculating the virtual COM driver!\"}"], ["created_at", "2016-10-07 18:56:42.948929"], ["updated_at", "2016-10-07 18:56:42.948929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur eveniet est.\",\"body\":\"You can't quantify the protocol without indexing the bluetooth SCSI firewall!\"}"], ["created_at", "2016-10-07 18:56:42.949820"], ["updated_at", "2016-10-07 18:56:42.949820"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae molestias officiis placeat omnis dolore eveniet et.\",\"body\":\"Try to input the FTP bus, maybe it will transmit the wireless driver!\"}"], ["created_at", "2016-10-07 18:56:42.950697"], ["updated_at", "2016-10-07 18:56:42.950697"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim blanditiis exercitationem facere possimus.\",\"body\":\"We need to back up the 1080p THX transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.951558"], ["updated_at", "2016-10-07 18:56:42.951558"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci sint quis et velit laborum aspernatur laudantium.\",\"body\":\"Use the primary SDD panel, then you can parse the haptic pixel!\"}"], ["created_at", "2016-10-07 18:56:42.952426"], ["updated_at", "2016-10-07 18:56:42.952426"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est esse repellat id.\",\"body\":\"If we input the system, we can get to the EXE alarm through the primary RAM port!\"}"], ["created_at", "2016-10-07 18:56:42.953318"], ["updated_at", "2016-10-07 18:56:42.953318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui qui et possimus neque eos ipsum illo.\",\"body\":\"I'll override the online ADP monitor, that should bandwidth the PNG transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.954203"], ["updated_at", "2016-10-07 18:56:42.954203"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque possimus autem eum et sequi et.\",\"body\":\"Use the auxiliary CSS program, then you can synthesize the digital panel!\"}"], ["created_at", "2016-10-07 18:56:42.955101"], ["updated_at", "2016-10-07 18:56:42.955101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos id recusandae voluptates sequi ipsa omnis.\",\"body\":\"We need to bypass the bluetooth THX protocol!\"}"], ["created_at", "2016-10-07 18:56:42.955987"], ["updated_at", "2016-10-07 18:56:42.955987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda recusandae ipsum vitae dolor ut perferendis odit.\",\"body\":\"If we hack the array, we can get to the RSS capacitor through the haptic HDD panel!\"}"], ["created_at", "2016-10-07 18:56:42.956858"], ["updated_at", "2016-10-07 18:56:42.956858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi laborum sed pariatur ut nam.\",\"body\":\"I'll override the 1080p RSS array, that should protocol the SCSI hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.957738"], ["updated_at", "2016-10-07 18:56:42.957738"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta in veritatis tempora officiis iusto.\",\"body\":\"I'll index the cross-platform SAS application, that should card the SDD microchip!\"}"], ["created_at", "2016-10-07 18:56:42.958614"], ["updated_at", "2016-10-07 18:56:42.958614"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum vero asperiores facilis sint eaque in.\",\"body\":\"If we hack the matrix, we can get to the IB application through the digital CSS matrix!\"}"], ["created_at", "2016-10-07 18:56:42.959502"], ["updated_at", "2016-10-07 18:56:42.959502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit qui nostrum soluta rem.\",\"body\":\"The EXE driver is down, parse the bluetooth program so we can quantify the IB alarm!\"}"], ["created_at", "2016-10-07 18:56:42.960370"], ["updated_at", "2016-10-07 18:56:42.960370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit delectus quia ea voluptatem qui.\",\"body\":\"You can't index the pixel without quantifying the wireless USB transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.961232"], ["updated_at", "2016-10-07 18:56:42.961232"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias unde harum eligendi est.\",\"body\":\"Use the optical JBOD array, then you can generate the virtual protocol!\"}"], ["created_at", "2016-10-07 18:56:42.962145"], ["updated_at", "2016-10-07 18:56:42.962145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis et corporis ut.\",\"body\":\"Bypassing the hard drive won't do anything, we need to quantify the redundant xml program!\"}"], ["created_at", "2016-10-07 18:56:42.963118"], ["updated_at", "2016-10-07 18:56:42.963118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem aut maiores possimus repellat dolor.\",\"body\":\"Use the haptic THX application, then you can transmit the virtual firewall!\"}"], ["created_at", "2016-10-07 18:56:42.964007"], ["updated_at", "2016-10-07 18:56:42.964007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius ea dolores aut excepturi.\",\"body\":\"The RSS bandwidth is down, program the digital protocol so we can reboot the SAS alarm!\"}"], ["created_at", "2016-10-07 18:56:42.964874"], ["updated_at", "2016-10-07 18:56:42.964874"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam earum ullam non qui exercitationem dolores.\",\"body\":\"I'll override the wireless SDD interface, that should sensor the SQL matrix!\"}"], ["created_at", "2016-10-07 18:56:42.965765"], ["updated_at", "2016-10-07 18:56:42.965765"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est laudantium omnis.\",\"body\":\"You can't transmit the alarm without overriding the back-end THX firewall!\"}"], ["created_at", "2016-10-07 18:56:42.966663"], ["updated_at", "2016-10-07 18:56:42.966663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam ratione in fuga et quae eos accusantium.\",\"body\":\"We need to parse the primary EXE panel!\"}"], ["created_at", "2016-10-07 18:56:42.967555"], ["updated_at", "2016-10-07 18:56:42.967555"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat et velit vel nisi.\",\"body\":\"The SAS bus is down, connect the primary array so we can transmit the AI program!\"}"], ["created_at", "2016-10-07 18:56:42.968414"], ["updated_at", "2016-10-07 18:56:42.968414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo qui quam consequatur soluta deleniti ducimus.\",\"body\":\"You can't generate the port without transmitting the digital XML pixel!\"}"], ["created_at", "2016-10-07 18:56:42.969293"], ["updated_at", "2016-10-07 18:56:42.969293"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor odio id in amet numquam.\",\"body\":\"Navigating the bus won't do anything, we need to index the neural sms hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.970152"], ["updated_at", "2016-10-07 18:56:42.970152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi architecto hic.\",\"body\":\"Try to synthesize the PNG firewall, maybe it will synthesize the online matrix!\"}"], ["created_at", "2016-10-07 18:56:42.971094"], ["updated_at", "2016-10-07 18:56:42.971094"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui maiores possimus sed eum aspernatur.\",\"body\":\"Copying the program won't do anything, we need to program the wireless jbod alarm!\"}"], ["created_at", "2016-10-07 18:56:42.971982"], ["updated_at", "2016-10-07 18:56:42.971982"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum repellat est quia et.\",\"body\":\"If we copy the bandwidth, we can get to the XSS port through the open-source SAS sensor!\"}"], ["created_at", "2016-10-07 18:56:42.972848"], ["updated_at", "2016-10-07 18:56:42.972848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis possimus voluptatem reiciendis porro.\",\"body\":\"If we compress the card, we can get to the FTP capacitor through the primary IB card!\"}"], ["created_at", "2016-10-07 18:56:42.973737"], ["updated_at", "2016-10-07 18:56:42.973737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non labore itaque fuga.\",\"body\":\"We need to compress the bluetooth PNG bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.974641"], ["updated_at", "2016-10-07 18:56:42.974641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore quod omnis nisi sapiente quibusdam consequuntur.\",\"body\":\"I'll generate the mobile TCP program, that should pixel the AGP transmitter!\"}"], ["created_at", "2016-10-07 18:56:42.975528"], ["updated_at", "2016-10-07 18:56:42.975528"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel nesciunt id.\",\"body\":\"You can't copy the interface without navigating the back-end IB panel!\"}"], ["created_at", "2016-10-07 18:56:42.976390"], ["updated_at", "2016-10-07 18:56:42.976390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint tenetur eligendi ad.\",\"body\":\"If we synthesize the bus, we can get to the AGP panel through the auxiliary COM sensor!\"}"], ["created_at", "2016-10-07 18:56:42.977267"], ["updated_at", "2016-10-07 18:56:42.977267"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum voluptate consequuntur est voluptas quo.\",\"body\":\"You can't compress the driver without backing up the primary SMS pixel!\"}"], ["created_at", "2016-10-07 18:56:42.978122"], ["updated_at", "2016-10-07 18:56:42.978122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur aliquam dolores sunt beatae necessitatibus facere.\",\"body\":\"We need to transmit the auxiliary AI interface!\"}"], ["created_at", "2016-10-07 18:56:42.979069"], ["updated_at", "2016-10-07 18:56:42.979069"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo qui rem omnis aut neque rerum.\",\"body\":\"We need to bypass the virtual USB matrix!\"}"], ["created_at", "2016-10-07 18:56:42.980052"], ["updated_at", "2016-10-07 18:56:42.980052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos eos occaecati.\",\"body\":\"Generating the feed won't do anything, we need to quantify the virtual gb hard drive!\"}"], ["created_at", "2016-10-07 18:56:42.980946"], ["updated_at", "2016-10-07 18:56:42.980946"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos aperiam et dolore est.\",\"body\":\"The AI feed is down, connect the virtual pixel so we can connect the SDD circuit!\"}"], ["created_at", "2016-10-07 18:56:42.981811"], ["updated_at", "2016-10-07 18:56:42.981811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem atque dolorem unde dolorum consequatur.\",\"body\":\"Use the 1080p HTTP microchip, then you can input the solid state microchip!\"}"], ["created_at", "2016-10-07 18:56:42.982720"], ["updated_at", "2016-10-07 18:56:42.982720"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque vel odio nesciunt et dolorem.\",\"body\":\"Hacking the feed won't do anything, we need to hack the solid state css monitor!\"}"], ["created_at", "2016-10-07 18:56:42.983589"], ["updated_at", "2016-10-07 18:56:42.983589"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta ea nesciunt optio architecto pariatur.\",\"body\":\"If we hack the hard drive, we can get to the XML microchip through the open-source JSON sensor!\"}"], ["created_at", "2016-10-07 18:56:42.984484"], ["updated_at", "2016-10-07 18:56:42.984484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio deserunt est sit rerum nobis dicta.\",\"body\":\"I'll calculate the multi-byte SCSI card, that should matrix the USB bus!\"}"], ["created_at", "2016-10-07 18:56:42.985403"], ["updated_at", "2016-10-07 18:56:42.985403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam dolor eius iusto enim nihil nam.\",\"body\":\"I'll calculate the digital SCSI circuit, that should array the RAM firewall!\"}"], ["created_at", "2016-10-07 18:56:42.986266"], ["updated_at", "2016-10-07 18:56:42.986266"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae voluptatem in expedita ipsa est.\",\"body\":\"Transmitting the capacitor won't do anything, we need to index the online sdd port!\"}"], ["created_at", "2016-10-07 18:56:42.987172"], ["updated_at", "2016-10-07 18:56:42.987172"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores recusandae commodi.\",\"body\":\"Use the online ADP transmitter, then you can hack the open-source firewall!\"}"], ["created_at", "2016-10-07 18:56:42.988055"], ["updated_at", "2016-10-07 18:56:42.988055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor sed voluptatem fugit nulla quis eius blanditiis.\",\"body\":\"If we generate the panel, we can get to the XSS application through the haptic PCI system!\"}"], ["created_at", "2016-10-07 18:56:42.988954"], ["updated_at", "2016-10-07 18:56:42.988954"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam est est.\",\"body\":\"Try to back up the ADP protocol, maybe it will reboot the back-end panel!\"}"], ["created_at", "2016-10-07 18:56:42.989812"], ["updated_at", "2016-10-07 18:56:42.989812"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab laudantium et placeat nihil exercitationem.\",\"body\":\"We need to compress the solid state AGP card!\"}"], ["created_at", "2016-10-07 18:56:42.990705"], ["updated_at", "2016-10-07 18:56:42.990705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa maxime voluptatem quae tempore fugiat sunt ratione.\",\"body\":\"Try to back up the IB pixel, maybe it will synthesize the solid state card!\"}"], ["created_at", "2016-10-07 18:56:42.991566"], ["updated_at", "2016-10-07 18:56:42.991566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur libero ut nemo velit.\",\"body\":\"If we bypass the program, we can get to the SCSI panel through the optical CSS array!\"}"], ["created_at", "2016-10-07 18:56:42.992451"], ["updated_at", "2016-10-07 18:56:42.992451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam aliquid illum aspernatur quae.\",\"body\":\"Hacking the interface won't do anything, we need to bypass the cross-platform agp sensor!\"}"], ["created_at", "2016-10-07 18:56:42.993328"], ["updated_at", "2016-10-07 18:56:42.993328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam et sit aperiam beatae illo.\",\"body\":\"I'll program the haptic GB protocol, that should circuit the AGP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:42.994208"], ["updated_at", "2016-10-07 18:56:42.994208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et dolor odio nihil ullam.\",\"body\":\"You can't synthesize the array without connecting the primary THX alarm!\"}"], ["created_at", "2016-10-07 18:56:42.995076"], ["updated_at", "2016-10-07 18:56:42.995076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint qui ab iusto recusandae.\",\"body\":\"I'll reboot the auxiliary EXE bandwidth, that should capacitor the IB pixel!\"}"], ["created_at", "2016-10-07 18:56:42.995953"], ["updated_at", "2016-10-07 18:56:42.995953"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic illum ut aut voluptatum labore quis ratione.\",\"body\":\"You can't connect the interface without quantifying the cross-platform XSS interface!\"}"], ["created_at", "2016-10-07 18:56:42.996815"], ["updated_at", "2016-10-07 18:56:42.996815"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur officiis voluptatum suscipit.\",\"body\":\"Use the virtual IB protocol, then you can compress the back-end feed!\"}"], ["created_at", "2016-10-07 18:56:42.997989"], ["updated_at", "2016-10-07 18:56:42.997989"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non consectetur qui.\",\"body\":\"We need to bypass the 1080p FTP firewall!\"}"], ["created_at", "2016-10-07 18:56:42.999582"], ["updated_at", "2016-10-07 18:56:42.999582"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta molestiae iure.\",\"body\":\"I'll reboot the multi-byte EXE monitor, that should matrix the COM array!\"}"], ["created_at", "2016-10-07 18:56:43.001010"], ["updated_at", "2016-10-07 18:56:43.001010"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis sit eligendi eum officiis quibusdam.\",\"body\":\"We need to parse the 1080p THX pixel!\"}"], ["created_at", "2016-10-07 18:56:43.002612"], ["updated_at", "2016-10-07 18:56:43.002612"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto est molestiae est id.\",\"body\":\"I'll synthesize the back-end IB firewall, that should system the AGP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.005584"], ["updated_at", "2016-10-07 18:56:43.005584"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est perspiciatis sapiente.\",\"body\":\"Use the back-end EXE capacitor, then you can hack the wireless port!\"}"], ["created_at", "2016-10-07 18:56:43.008333"], ["updated_at", "2016-10-07 18:56:43.008333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas corrupti cupiditate aut dolores et.\",\"body\":\"If we calculate the alarm, we can get to the ADP driver through the virtual SAS transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.009340"], ["updated_at", "2016-10-07 18:56:43.009340"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus sint aut aut facere aperiam.\",\"body\":\"You can't hack the application without transmitting the solid state PNG matrix!\"}"], ["created_at", "2016-10-07 18:56:43.010231"], ["updated_at", "2016-10-07 18:56:43.010231"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis corrupti expedita eum doloremque et sit.\",\"body\":\"Overriding the array won't do anything, we need to program the optical sql interface!\"}"], ["created_at", "2016-10-07 18:56:43.011154"], ["updated_at", "2016-10-07 18:56:43.011154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit eos accusamus.\",\"body\":\"I'll hack the primary JBOD bus, that should monitor the XML sensor!\"}"], ["created_at", "2016-10-07 18:56:43.012050"], ["updated_at", "2016-10-07 18:56:43.012050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi dolorem mollitia libero adipisci animi.\",\"body\":\"You can't index the application without navigating the auxiliary CSS array!\"}"], ["created_at", "2016-10-07 18:56:43.012924"], ["updated_at", "2016-10-07 18:56:43.012924"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit ipsa rerum.\",\"body\":\"We need to connect the open-source SCSI card!\"}"], ["created_at", "2016-10-07 18:56:43.013802"], ["updated_at", "2016-10-07 18:56:43.013802"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas deleniti placeat ab earum voluptas sed magni.\",\"body\":\"We need to connect the digital TCP pixel!\"}"], ["created_at", "2016-10-07 18:56:43.014720"], ["updated_at", "2016-10-07 18:56:43.014720"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore repudiandae dignissimos.\",\"body\":\"Try to input the THX firewall, maybe it will copy the auxiliary firewall!\"}"], ["created_at", "2016-10-07 18:56:43.015766"], ["updated_at", "2016-10-07 18:56:43.015766"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias molestias laboriosam.\",\"body\":\"I'll copy the neural USB protocol, that should monitor the XML interface!\"}"], ["created_at", "2016-10-07 18:56:43.016749"], ["updated_at", "2016-10-07 18:56:43.016749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit modi est fuga.\",\"body\":\"Try to override the FTP array, maybe it will back up the mobile matrix!\"}"], ["created_at", "2016-10-07 18:56:43.017717"], ["updated_at", "2016-10-07 18:56:43.017717"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel officia iste dolorem nam voluptas accusantium.\",\"body\":\"The RAM panel is down, calculate the digital bandwidth so we can index the CSS panel!\"}"], ["created_at", "2016-10-07 18:56:43.018717"], ["updated_at", "2016-10-07 18:56:43.018717"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime quo ratione quis dicta earum autem maiores.\",\"body\":\"We need to override the back-end SMTP microchip!\"}"], ["created_at", "2016-10-07 18:56:43.019665"], ["updated_at", "2016-10-07 18:56:43.019665"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sequi quo excepturi praesentium assumenda omnis.\",\"body\":\"Copying the pixel won't do anything, we need to connect the auxiliary jbod panel!\"}"], ["created_at", "2016-10-07 18:56:43.020703"], ["updated_at", "2016-10-07 18:56:43.020703"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut repellat et et dignissimos incidunt est.\",\"body\":\"Transmitting the bus won't do anything, we need to back up the primary exe protocol!\"}"], ["created_at", "2016-10-07 18:56:43.021796"], ["updated_at", "2016-10-07 18:56:43.021796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut qui consectetur ullam repellat in sit quidem.\",\"body\":\"The FTP alarm is down, navigate the 1080p matrix so we can compress the EXE card!\"}"], ["created_at", "2016-10-07 18:56:43.022728"], ["updated_at", "2016-10-07 18:56:43.022728"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi doloribus corrupti veritatis voluptas quod fugit.\",\"body\":\"Use the primary THX system, then you can program the 1080p bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.023605"], ["updated_at", "2016-10-07 18:56:43.023605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias quisquam beatae qui dolor eum.\",\"body\":\"I'll navigate the neural HTTP transmitter, that should sensor the SMS sensor!\"}"], ["created_at", "2016-10-07 18:56:43.024488"], ["updated_at", "2016-10-07 18:56:43.024488"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam incidunt magnam quia quae harum officia.\",\"body\":\"We need to program the cross-platform COM card!\"}"], ["created_at", "2016-10-07 18:56:43.025356"], ["updated_at", "2016-10-07 18:56:43.025356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas molestiae reiciendis beatae qui rerum.\",\"body\":\"Use the neural EXE bus, then you can index the cross-platform alarm!\"}"], ["created_at", "2016-10-07 18:56:43.026239"], ["updated_at", "2016-10-07 18:56:43.026239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sit ad dolorem adipisci provident tenetur.\",\"body\":\"We need to input the online TCP driver!\"}"], ["created_at", "2016-10-07 18:56:43.027121"], ["updated_at", "2016-10-07 18:56:43.027121"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus ducimus quia deserunt tempora qui.\",\"body\":\"We need to connect the back-end HTTP program!\"}"], ["created_at", "2016-10-07 18:56:43.028005"], ["updated_at", "2016-10-07 18:56:43.028005"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea delectus ab magni porro labore saepe.\",\"body\":\"The SSL protocol is down, hack the digital microchip so we can parse the EXE protocol!\"}"], ["created_at", "2016-10-07 18:56:43.028869"], ["updated_at", "2016-10-07 18:56:43.028869"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam aliquid odio.\",\"body\":\"You can't quantify the capacitor without indexing the solid state XML system!\"}"], ["created_at", "2016-10-07 18:56:43.029788"], ["updated_at", "2016-10-07 18:56:43.029788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur neque eos quia.\",\"body\":\"Try to connect the AI hard drive, maybe it will compress the wireless array!\"}"], ["created_at", "2016-10-07 18:56:43.030669"], ["updated_at", "2016-10-07 18:56:43.030669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque atque fugit.\",\"body\":\"Use the neural AI application, then you can hack the mobile alarm!\"}"], ["created_at", "2016-10-07 18:56:43.031555"], ["updated_at", "2016-10-07 18:56:43.031555"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum veniam aut illo.\",\"body\":\"If we quantify the application, we can get to the COM protocol through the cross-platform SCSI pixel!\"}"], ["created_at", "2016-10-07 18:56:43.032426"], ["updated_at", "2016-10-07 18:56:43.032426"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae quia temporibus.\",\"body\":\"Use the haptic USB application, then you can input the digital program!\"}"], ["created_at", "2016-10-07 18:56:43.033316"], ["updated_at", "2016-10-07 18:56:43.033316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam iusto laborum quia dolorem natus.\",\"body\":\"We need to calculate the optical JSON panel!\"}"], ["created_at", "2016-10-07 18:56:43.034225"], ["updated_at", "2016-10-07 18:56:43.034225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio debitis suscipit unde quam eligendi.\",\"body\":\"Use the virtual SMS matrix, then you can connect the cross-platform array!\"}"], ["created_at", "2016-10-07 18:56:43.035126"], ["updated_at", "2016-10-07 18:56:43.035126"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet culpa impedit voluptatem qui dicta occaecati velit.\",\"body\":\"I'll generate the open-source IB sensor, that should sensor the PNG system!\"}"], ["created_at", "2016-10-07 18:56:43.036007"], ["updated_at", "2016-10-07 18:56:43.036007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis fugiat velit suscipit corporis tenetur inventore quis.\",\"body\":\"You can't override the alarm without bypassing the virtual SCSI system!\"}"], ["created_at", "2016-10-07 18:56:43.036896"], ["updated_at", "2016-10-07 18:56:43.036896"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error dolor placeat et consequuntur est.\",\"body\":\"The HTTP card is down, compress the redundant matrix so we can bypass the XML port!\"}"], ["created_at", "2016-10-07 18:56:43.037774"], ["updated_at", "2016-10-07 18:56:43.037774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eius officiis corporis velit neque rerum.\",\"body\":\"You can't quantify the transmitter without bypassing the solid state PNG feed!\"}"], ["created_at", "2016-10-07 18:56:43.038695"], ["updated_at", "2016-10-07 18:56:43.038695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut est vero consequatur modi ut quos.\",\"body\":\"Try to input the TCP program, maybe it will transmit the neural circuit!\"}"], ["created_at", "2016-10-07 18:56:43.039564"], ["updated_at", "2016-10-07 18:56:43.039564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam quas consequatur enim incidunt a quia.\",\"body\":\"We need to hack the cross-platform HDD panel!\"}"], ["created_at", "2016-10-07 18:56:43.040448"], ["updated_at", "2016-10-07 18:56:43.040448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium iste fuga unde aut sit.\",\"body\":\"I'll generate the neural RAM alarm, that should protocol the SMTP card!\"}"], ["created_at", "2016-10-07 18:56:43.041305"], ["updated_at", "2016-10-07 18:56:43.041305"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nemo officiis ullam.\",\"body\":\"I'll transmit the 1080p SSL alarm, that should card the SMS system!\"}"], ["created_at", "2016-10-07 18:56:43.042167"], ["updated_at", "2016-10-07 18:56:43.042167"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem doloremque sint sunt quibusdam.\",\"body\":\"You can't bypass the capacitor without quantifying the neural THX circuit!\"}"], ["created_at", "2016-10-07 18:56:43.043037"], ["updated_at", "2016-10-07 18:56:43.043037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos excepturi corrupti consequatur voluptatum eius nemo natus.\",\"body\":\"You can't override the transmitter without overriding the auxiliary JBOD circuit!\"}"], ["created_at", "2016-10-07 18:56:43.043915"], ["updated_at", "2016-10-07 18:56:43.043915"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam voluptate qui consequatur.\",\"body\":\"Backing up the alarm won't do anything, we need to index the neural com feed!\"}"], ["created_at", "2016-10-07 18:56:43.044798"], ["updated_at", "2016-10-07 18:56:43.044798"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et minima ipsa voluptatem velit ex.\",\"body\":\"We need to calculate the redundant SMTP port!\"}"], ["created_at", "2016-10-07 18:56:43.045673"], ["updated_at", "2016-10-07 18:56:43.045673"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque quisquam facere.\",\"body\":\"I'll transmit the primary HTTP matrix, that should array the CSS protocol!\"}"], ["created_at", "2016-10-07 18:56:43.046554"], ["updated_at", "2016-10-07 18:56:43.046554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ratione rerum.\",\"body\":\"Use the neural ADP alarm, then you can override the online bus!\"}"], ["created_at", "2016-10-07 18:56:43.047442"], ["updated_at", "2016-10-07 18:56:43.047442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet vel autem qui maiores sed minus.\",\"body\":\"Use the redundant COM capacitor, then you can compress the cross-platform alarm!\"}"], ["created_at", "2016-10-07 18:56:43.048311"], ["updated_at", "2016-10-07 18:56:43.048311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro quidem quo qui natus deserunt sit maiores.\",\"body\":\"We need to connect the optical HTTP circuit!\"}"], ["created_at", "2016-10-07 18:56:43.049178"], ["updated_at", "2016-10-07 18:56:43.049178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe debitis maxime dolorem.\",\"body\":\"The THX circuit is down, hack the optical pixel so we can generate the SMTP array!\"}"], ["created_at", "2016-10-07 18:56:43.050059"], ["updated_at", "2016-10-07 18:56:43.050059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum velit impedit ut.\",\"body\":\"Use the neural AGP transmitter, then you can parse the 1080p transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.050916"], ["updated_at", "2016-10-07 18:56:43.050916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos velit dolore quam.\",\"body\":\"We need to generate the redundant SMTP interface!\"}"], ["created_at", "2016-10-07 18:56:43.051807"], ["updated_at", "2016-10-07 18:56:43.051807"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa non natus.\",\"body\":\"The SCSI port is down, bypass the neural program so we can input the USB application!\"}"], ["created_at", "2016-10-07 18:56:43.052668"], ["updated_at", "2016-10-07 18:56:43.052668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur dolores delectus aperiam numquam.\",\"body\":\"The SMTP hard drive is down, reboot the optical protocol so we can synthesize the FTP protocol!\"}"], ["created_at", "2016-10-07 18:56:43.053551"], ["updated_at", "2016-10-07 18:56:43.053551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nihil tenetur deleniti voluptatem dolores.\",\"body\":\"Try to calculate the IB bus, maybe it will input the back-end microchip!\"}"], ["created_at", "2016-10-07 18:56:43.054468"], ["updated_at", "2016-10-07 18:56:43.054468"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur est saepe praesentium incidunt modi.\",\"body\":\"Connecting the feed won't do anything, we need to reboot the open-source ib driver!\"}"], ["created_at", "2016-10-07 18:56:43.055387"], ["updated_at", "2016-10-07 18:56:43.055387"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos modi omnis velit.\",\"body\":\"The AGP pixel is down, back up the haptic port so we can transmit the SMS driver!\"}"], ["created_at", "2016-10-07 18:56:43.056277"], ["updated_at", "2016-10-07 18:56:43.056277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum totam nobis.\",\"body\":\"Use the solid state CSS feed, then you can quantify the auxiliary interface!\"}"], ["created_at", "2016-10-07 18:56:43.057136"], ["updated_at", "2016-10-07 18:56:43.057136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur molestiae iste impedit ut.\",\"body\":\"Use the neural GB alarm, then you can copy the cross-platform capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.058014"], ["updated_at", "2016-10-07 18:56:43.058014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo rerum reprehenderit sint cupiditate impedit.\",\"body\":\"We need to copy the open-source SCSI port!\"}"], ["created_at", "2016-10-07 18:56:43.058893"], ["updated_at", "2016-10-07 18:56:43.058893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum voluptas delectus nulla fugiat et necessitatibus.\",\"body\":\"Use the haptic AGP transmitter, then you can compress the 1080p driver!\"}"], ["created_at", "2016-10-07 18:56:43.059781"], ["updated_at", "2016-10-07 18:56:43.059781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit ipsam consequatur distinctio officiis iste.\",\"body\":\"You can't override the firewall without backing up the wireless JSON matrix!\"}"], ["created_at", "2016-10-07 18:56:43.060668"], ["updated_at", "2016-10-07 18:56:43.060668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum consectetur maxime.\",\"body\":\"Try to parse the SAS alarm, maybe it will index the open-source pixel!\"}"], ["created_at", "2016-10-07 18:56:43.061569"], ["updated_at", "2016-10-07 18:56:43.061569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores explicabo quas eius nesciunt et accusantium.\",\"body\":\"Transmitting the protocol won't do anything, we need to override the bluetooth thx transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.062476"], ["updated_at", "2016-10-07 18:56:43.062476"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis veniam asperiores qui omnis sunt.\",\"body\":\"We need to override the haptic SMTP interface!\"}"], ["created_at", "2016-10-07 18:56:43.063419"], ["updated_at", "2016-10-07 18:56:43.063419"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque eum ut animi quia iure veniam deserunt.\",\"body\":\"I'll reboot the solid state XSS program, that should application the RAM port!\"}"], ["created_at", "2016-10-07 18:56:43.064294"], ["updated_at", "2016-10-07 18:56:43.064294"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae maxime voluptatem aut aliquid.\",\"body\":\"Use the optical PCI system, then you can reboot the bluetooth array!\"}"], ["created_at", "2016-10-07 18:56:43.065171"], ["updated_at", "2016-10-07 18:56:43.065171"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis et similique labore quibusdam.\",\"body\":\"If we quantify the program, we can get to the SSL hard drive through the online RSS port!\"}"], ["created_at", "2016-10-07 18:56:43.066060"], ["updated_at", "2016-10-07 18:56:43.066060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore magni dicta debitis sit.\",\"body\":\"I'll bypass the neural XSS matrix, that should protocol the PCI system!\"}"], ["created_at", "2016-10-07 18:56:43.067109"], ["updated_at", "2016-10-07 18:56:43.067109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est nobis perspiciatis.\",\"body\":\"I'll override the auxiliary RSS microchip, that should transmitter the JSON array!\"}"], ["created_at", "2016-10-07 18:56:43.068010"], ["updated_at", "2016-10-07 18:56:43.068010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et natus aspernatur ad voluptatem aut.\",\"body\":\"We need to back up the mobile THX interface!\"}"], ["created_at", "2016-10-07 18:56:43.068916"], ["updated_at", "2016-10-07 18:56:43.068916"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur vel iusto.\",\"body\":\"The SAS feed is down, compress the open-source matrix so we can input the SMTP array!\"}"], ["created_at", "2016-10-07 18:56:43.069777"], ["updated_at", "2016-10-07 18:56:43.069777"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ad optio voluptatem doloremque.\",\"body\":\"You can't index the interface without calculating the primary AGP panel!\"}"], ["created_at", "2016-10-07 18:56:43.070725"], ["updated_at", "2016-10-07 18:56:43.070725"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae nisi amet voluptates illum dolorem.\",\"body\":\"We need to hack the open-source EXE capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.072163"], ["updated_at", "2016-10-07 18:56:43.072163"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste quaerat suscipit dolor soluta iure temporibus deserunt.\",\"body\":\"We need to back up the multi-byte GB port!\"}"], ["created_at", "2016-10-07 18:56:43.073699"], ["updated_at", "2016-10-07 18:56:43.073699"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nam animi delectus eum.\",\"body\":\"The SQL monitor is down, synthesize the online matrix so we can compress the ADP program!\"}"], ["created_at", "2016-10-07 18:56:43.075008"], ["updated_at", "2016-10-07 18:56:43.075008"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nihil nostrum nobis non.\",\"body\":\"Navigating the alarm won't do anything, we need to generate the primary json application!\"}"], ["created_at", "2016-10-07 18:56:43.076556"], ["updated_at", "2016-10-07 18:56:43.076556"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem quam rerum vitae sunt ut ullam iure.\",\"body\":\"Indexing the circuit won't do anything, we need to connect the bluetooth http sensor!\"}"], ["created_at", "2016-10-07 18:56:43.079120"], ["updated_at", "2016-10-07 18:56:43.079120"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam repudiandae omnis sunt architecto harum maiores optio.\",\"body\":\"The SMS port is down, override the neural microchip so we can input the SSL capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.080845"], ["updated_at", "2016-10-07 18:56:43.080845"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque quo veniam.\",\"body\":\"I'll bypass the solid state SDD alarm, that should monitor the XSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.083307"], ["updated_at", "2016-10-07 18:56:43.083307"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore rerum accusantium.\",\"body\":\"The AI array is down, program the virtual port so we can back up the USB protocol!\"}"], ["created_at", "2016-10-07 18:56:43.084322"], ["updated_at", "2016-10-07 18:56:43.084322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore a facere.\",\"body\":\"You can't bypass the array without generating the neural SQL sensor!\"}"], ["created_at", "2016-10-07 18:56:43.085247"], ["updated_at", "2016-10-07 18:56:43.085247"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum molestiae quia possimus ducimus.\",\"body\":\"You can't quantify the interface without connecting the virtual PNG pixel!\"}"], ["created_at", "2016-10-07 18:56:43.086131"], ["updated_at", "2016-10-07 18:56:43.086131"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit et quasi in quia.\",\"body\":\"I'll bypass the bluetooth SCSI pixel, that should pixel the XML microchip!\"}"], ["created_at", "2016-10-07 18:56:43.087186"], ["updated_at", "2016-10-07 18:56:43.087186"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit ducimus repudiandae sit illo.\",\"body\":\"Use the haptic PNG pixel, then you can program the neural card!\"}"], ["created_at", "2016-10-07 18:56:43.088208"], ["updated_at", "2016-10-07 18:56:43.088208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur aut repellat.\",\"body\":\"If we calculate the program, we can get to the CSS panel through the primary SMTP pixel!\"}"], ["created_at", "2016-10-07 18:56:43.089152"], ["updated_at", "2016-10-07 18:56:43.089152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam occaecati ex quia quae.\",\"body\":\"If we program the feed, we can get to the JSON feed through the back-end JSON capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.090052"], ["updated_at", "2016-10-07 18:56:43.090052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus est maxime atque quo.\",\"body\":\"The PNG interface is down, hack the virtual card so we can input the XSS driver!\"}"], ["created_at", "2016-10-07 18:56:43.090962"], ["updated_at", "2016-10-07 18:56:43.090962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id natus iure et nisi id non et.\",\"body\":\"Synthesizing the sensor won't do anything, we need to quantify the back-end xss hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.091882"], ["updated_at", "2016-10-07 18:56:43.091882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quia libero.\",\"body\":\"I'll program the open-source XML port, that should interface the XSS driver!\"}"], ["created_at", "2016-10-07 18:56:43.092803"], ["updated_at", "2016-10-07 18:56:43.092803"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas at quo eius ipsum eos nihil.\",\"body\":\"You can't override the monitor without copying the auxiliary EXE feed!\"}"], ["created_at", "2016-10-07 18:56:43.093726"], ["updated_at", "2016-10-07 18:56:43.093726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel mollitia consequuntur quam.\",\"body\":\"The SMTP driver is down, index the neural monitor so we can transmit the SMS system!\"}"], ["created_at", "2016-10-07 18:56:43.094663"], ["updated_at", "2016-10-07 18:56:43.094663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio beatae aspernatur sit qui et.\",\"body\":\"If we navigate the circuit, we can get to the CSS sensor through the online PNG panel!\"}"], ["created_at", "2016-10-07 18:56:43.095580"], ["updated_at", "2016-10-07 18:56:43.095580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non aspernatur et quia praesentium omnis.\",\"body\":\"Synthesizing the port won't do anything, we need to bypass the haptic sms microchip!\"}"], ["created_at", "2016-10-07 18:56:43.096496"], ["updated_at", "2016-10-07 18:56:43.096496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur voluptate excepturi.\",\"body\":\"If we generate the matrix, we can get to the AI interface through the haptic GB alarm!\"}"], ["created_at", "2016-10-07 18:56:43.097405"], ["updated_at", "2016-10-07 18:56:43.097405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis possimus repellendus enim nesciunt accusantium quia minima.\",\"body\":\"The AI monitor is down, index the wireless hard drive so we can back up the SDD circuit!\"}"], ["created_at", "2016-10-07 18:56:43.098290"], ["updated_at", "2016-10-07 18:56:43.098290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur sapiente cupiditate qui consequatur quod.\",\"body\":\"The CSS capacitor is down, synthesize the redundant firewall so we can parse the TCP sensor!\"}"], ["created_at", "2016-10-07 18:56:43.099220"], ["updated_at", "2016-10-07 18:56:43.099220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis aliquid error ipsa.\",\"body\":\"We need to back up the neural HTTP panel!\"}"], ["created_at", "2016-10-07 18:56:43.100105"], ["updated_at", "2016-10-07 18:56:43.100105"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum eos soluta aliquid.\",\"body\":\"If we bypass the monitor, we can get to the AGP capacitor through the cross-platform SQL application!\"}"], ["created_at", "2016-10-07 18:56:43.101011"], ["updated_at", "2016-10-07 18:56:43.101011"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus et quae nisi alias sequi assumenda repellendus.\",\"body\":\"Use the open-source THX alarm, then you can quantify the digital matrix!\"}"], ["created_at", "2016-10-07 18:56:43.101894"], ["updated_at", "2016-10-07 18:56:43.101894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum qui sed enim.\",\"body\":\"Transmitting the feed won't do anything, we need to transmit the redundant sms alarm!\"}"], ["created_at", "2016-10-07 18:56:43.102806"], ["updated_at", "2016-10-07 18:56:43.102806"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur omnis consequatur occaecati soluta autem ut quia.\",\"body\":\"You can't generate the monitor without backing up the primary AGP program!\"}"], ["created_at", "2016-10-07 18:56:43.103695"], ["updated_at", "2016-10-07 18:56:43.103695"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi assumenda ut vitae enim possimus itaque.\",\"body\":\"We need to reboot the auxiliary AI alarm!\"}"], ["created_at", "2016-10-07 18:56:43.104895"], ["updated_at", "2016-10-07 18:56:43.104895"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda aut similique laudantium ex beatae velit fugiat.\",\"body\":\"The ADP interface is down, compress the virtual firewall so we can navigate the SAS microchip!\"}"], ["created_at", "2016-10-07 18:56:43.106127"], ["updated_at", "2016-10-07 18:56:43.106127"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat veritatis ullam.\",\"body\":\"If we program the firewall, we can get to the XSS program through the back-end RAM port!\"}"], ["created_at", "2016-10-07 18:56:43.107337"], ["updated_at", "2016-10-07 18:56:43.107337"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio tenetur est voluptate quia eum voluptatum.\",\"body\":\"Indexing the circuit won't do anything, we need to compress the multi-byte agp protocol!\"}"], ["created_at", "2016-10-07 18:56:43.108485"], ["updated_at", "2016-10-07 18:56:43.108485"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus et dignissimos.\",\"body\":\"The COM interface is down, compress the neural monitor so we can program the SSL monitor!\"}"], ["created_at", "2016-10-07 18:56:43.109608"], ["updated_at", "2016-10-07 18:56:43.109608"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem quasi assumenda non et numquam minima.\",\"body\":\"Try to bypass the SDD program, maybe it will override the cross-platform interface!\"}"], ["created_at", "2016-10-07 18:56:43.110706"], ["updated_at", "2016-10-07 18:56:43.110706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat quasi velit voluptatem.\",\"body\":\"Calculating the array won't do anything, we need to generate the primary sdd firewall!\"}"], ["created_at", "2016-10-07 18:56:43.111761"], ["updated_at", "2016-10-07 18:56:43.111761"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eveniet praesentium.\",\"body\":\"Try to input the ADP hard drive, maybe it will hack the virtual sensor!\"}"], ["created_at", "2016-10-07 18:56:43.112671"], ["updated_at", "2016-10-07 18:56:43.112671"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem quia libero qui beatae consequatur quas.\",\"body\":\"The ADP application is down, quantify the optical capacitor so we can transmit the SCSI bus!\"}"], ["created_at", "2016-10-07 18:56:43.113668"], ["updated_at", "2016-10-07 18:56:43.113668"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum ut suscipit possimus.\",\"body\":\"I'll compress the digital SMTP card, that should array the PCI microchip!\"}"], ["created_at", "2016-10-07 18:56:43.114730"], ["updated_at", "2016-10-07 18:56:43.114730"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias sed dignissimos corrupti.\",\"body\":\"We need to hack the neural XSS application!\"}"], ["created_at", "2016-10-07 18:56:43.115843"], ["updated_at", "2016-10-07 18:56:43.115843"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis ut nulla quo.\",\"body\":\"Try to program the HTTP interface, maybe it will quantify the open-source port!\"}"], ["created_at", "2016-10-07 18:56:43.116944"], ["updated_at", "2016-10-07 18:56:43.116944"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti corrupti et et quae quo placeat.\",\"body\":\"Use the 1080p SAS bandwidth, then you can transmit the digital protocol!\"}"], ["created_at", "2016-10-07 18:56:43.118043"], ["updated_at", "2016-10-07 18:56:43.118043"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia nihil quis ipsum dolor.\",\"body\":\"You can't transmit the microchip without backing up the bluetooth CSS pixel!\"}"], ["created_at", "2016-10-07 18:56:43.119158"], ["updated_at", "2016-10-07 18:56:43.119158"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum asperiores possimus magnam quo quis.\",\"body\":\"If we input the circuit, we can get to the RSS bandwidth through the open-source CSS driver!\"}"], ["created_at", "2016-10-07 18:56:43.120264"], ["updated_at", "2016-10-07 18:56:43.120264"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet maiores eius.\",\"body\":\"If we override the protocol, we can get to the JSON driver through the optical JBOD transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.121398"], ["updated_at", "2016-10-07 18:56:43.121398"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non voluptatem nostrum ab illum.\",\"body\":\"Calculating the circuit won't do anything, we need to program the multi-byte thx protocol!\"}"], ["created_at", "2016-10-07 18:56:43.122546"], ["updated_at", "2016-10-07 18:56:43.122546"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed iure enim porro asperiores totam sapiente non.\",\"body\":\"The RAM circuit is down, input the redundant feed so we can connect the PCI interface!\"}"], ["created_at", "2016-10-07 18:56:43.123620"], ["updated_at", "2016-10-07 18:56:43.123620"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos ab quas exercitationem aliquid dolores.\",\"body\":\"If we reboot the program, we can get to the XML transmitter through the redundant SDD port!\"}"], ["created_at", "2016-10-07 18:56:43.124683"], ["updated_at", "2016-10-07 18:56:43.124683"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid porro qui numquam.\",\"body\":\"Backing up the alarm won't do anything, we need to index the primary tcp system!\"}"], ["created_at", "2016-10-07 18:56:43.125755"], ["updated_at", "2016-10-07 18:56:43.125755"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi tempore dolorem porro et qui.\",\"body\":\"If we quantify the firewall, we can get to the JSON pixel through the online SCSI application!\"}"], ["created_at", "2016-10-07 18:56:43.126834"], ["updated_at", "2016-10-07 18:56:43.126834"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse ad libero ipsa aliquid pariatur deserunt.\",\"body\":\"You can't connect the program without synthesizing the back-end XML program!\"}"], ["created_at", "2016-10-07 18:56:43.127960"], ["updated_at", "2016-10-07 18:56:43.127960"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum quo facilis.\",\"body\":\"We need to transmit the haptic THX matrix!\"}"], ["created_at", "2016-10-07 18:56:43.129125"], ["updated_at", "2016-10-07 18:56:43.129125"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem voluptas unde.\",\"body\":\"Copying the protocol won't do anything, we need to hack the primary http matrix!\"}"], ["created_at", "2016-10-07 18:56:43.130252"], ["updated_at", "2016-10-07 18:56:43.130252"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus voluptates aut hic neque.\",\"body\":\"We need to copy the digital AGP circuit!\"}"], ["created_at", "2016-10-07 18:56:43.131350"], ["updated_at", "2016-10-07 18:56:43.131350"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore soluta ratione ad id deserunt sint sint.\",\"body\":\"Use the haptic PCI card, then you can synthesize the 1080p driver!\"}"], ["created_at", "2016-10-07 18:56:43.132435"], ["updated_at", "2016-10-07 18:56:43.132435"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum neque qui sit et.\",\"body\":\"I'll copy the haptic EXE alarm, that should bandwidth the RAM program!\"}"], ["created_at", "2016-10-07 18:56:43.133536"], ["updated_at", "2016-10-07 18:56:43.133536"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga reiciendis eaque vero voluptates odit qui.\",\"body\":\"Use the auxiliary FTP interface, then you can index the back-end firewall!\"}"], ["created_at", "2016-10-07 18:56:43.134648"], ["updated_at", "2016-10-07 18:56:43.134648"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci et voluptatem eveniet.\",\"body\":\"Try to parse the PNG panel, maybe it will program the mobile application!\"}"], ["created_at", "2016-10-07 18:56:43.135693"], ["updated_at", "2016-10-07 18:56:43.135693"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti animi explicabo consequatur qui perspiciatis.\",\"body\":\"Connecting the application won't do anything, we need to quantify the neural sdd pixel!\"}"], ["created_at", "2016-10-07 18:56:43.136767"], ["updated_at", "2016-10-07 18:56:43.136767"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quaerat tenetur aut rem unde.\",\"body\":\"You can't hack the system without navigating the open-source HDD application!\"}"], ["created_at", "2016-10-07 18:56:43.137875"], ["updated_at", "2016-10-07 18:56:43.137875"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut unde facilis.\",\"body\":\"Use the mobile PCI driver, then you can reboot the back-end feed!\"}"], ["created_at", "2016-10-07 18:56:43.138941"], ["updated_at", "2016-10-07 18:56:43.138941"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur vitae magni nulla.\",\"body\":\"Use the digital COM microchip, then you can override the bluetooth port!\"}"], ["created_at", "2016-10-07 18:56:43.140022"], ["updated_at", "2016-10-07 18:56:43.140022"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam eveniet praesentium iusto.\",\"body\":\"The JSON port is down, generate the open-source array so we can transmit the GB capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.141150"], ["updated_at", "2016-10-07 18:56:43.141150"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores accusamus aliquid.\",\"body\":\"If we connect the monitor, we can get to the SMS sensor through the 1080p RSS circuit!\"}"], ["created_at", "2016-10-07 18:56:43.142236"], ["updated_at", "2016-10-07 18:56:43.142236"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vel optio sed enim fuga occaecati maiores.\",\"body\":\"The JSON monitor is down, transmit the solid state interface so we can back up the CSS hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.143383"], ["updated_at", "2016-10-07 18:56:43.143383"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum enim incidunt minus assumenda.\",\"body\":\"You can't back up the application without connecting the online SMS system!\"}"], ["created_at", "2016-10-07 18:56:43.144498"], ["updated_at", "2016-10-07 18:56:43.144498"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel corrupti laudantium assumenda.\",\"body\":\"We need to compress the digital HDD capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.145658"], ["updated_at", "2016-10-07 18:56:43.145658"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi quasi quam.\",\"body\":\"Quantifying the pixel won't do anything, we need to program the primary ib transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.146882"], ["updated_at", "2016-10-07 18:56:43.146882"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique et repellat.\",\"body\":\"If we generate the hard drive, we can get to the SDD capacitor through the wireless HTTP sensor!\"}"], ["created_at", "2016-10-07 18:56:43.148162"], ["updated_at", "2016-10-07 18:56:43.148162"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id consequatur ullam.\",\"body\":\"If we input the capacitor, we can get to the AGP card through the 1080p SAS port!\"}"], ["created_at", "2016-10-07 18:56:43.149516"], ["updated_at", "2016-10-07 18:56:43.149516"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptas veniam ipsum distinctio non.\",\"body\":\"Try to index the PCI port, maybe it will navigate the haptic pixel!\"}"], ["created_at", "2016-10-07 18:56:43.150824"], ["updated_at", "2016-10-07 18:56:43.150824"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et perspiciatis sit.\",\"body\":\"Use the solid state SCSI bandwidth, then you can bypass the mobile program!\"}"], ["created_at", "2016-10-07 18:56:43.152085"], ["updated_at", "2016-10-07 18:56:43.152085"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus ducimus dolores animi aut.\",\"body\":\"We need to index the virtual JSON matrix!\"}"], ["created_at", "2016-10-07 18:56:43.153380"], ["updated_at", "2016-10-07 18:56:43.153380"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur est nobis.\",\"body\":\"The XML program is down, navigate the cross-platform feed so we can transmit the THX circuit!\"}"], ["created_at", "2016-10-07 18:56:43.154434"], ["updated_at", "2016-10-07 18:56:43.154434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem magni ut et aspernatur est.\",\"body\":\"Use the optical CSS circuit, then you can connect the neural bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.155419"], ["updated_at", "2016-10-07 18:56:43.155419"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut aut molestiae voluptatum possimus.\",\"body\":\"If we quantify the hard drive, we can get to the GB port through the mobile SMS microchip!\"}"], ["created_at", "2016-10-07 18:56:43.156327"], ["updated_at", "2016-10-07 18:56:43.156327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem quibusdam et vel itaque suscipit voluptatibus cumque.\",\"body\":\"You can't override the system without bypassing the bluetooth SMTP circuit!\"}"], ["created_at", "2016-10-07 18:56:43.157239"], ["updated_at", "2016-10-07 18:56:43.157239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium dolor quia quis qui quisquam.\",\"body\":\"If we parse the matrix, we can get to the XML application through the virtual SAS alarm!\"}"], ["created_at", "2016-10-07 18:56:43.158192"], ["updated_at", "2016-10-07 18:56:43.158192"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam dolorem nihil aliquid et sunt similique reiciendis.\",\"body\":\"The SQL microchip is down, program the 1080p program so we can index the SAS sensor!\"}"], ["created_at", "2016-10-07 18:56:43.159154"], ["updated_at", "2016-10-07 18:56:43.159154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis repellat laborum qui inventore est veritatis officiis.\",\"body\":\"We need to connect the redundant IB sensor!\"}"], ["created_at", "2016-10-07 18:56:43.160058"], ["updated_at", "2016-10-07 18:56:43.160058"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim voluptatibus accusamus aliquid.\",\"body\":\"Use the mobile XML monitor, then you can transmit the digital card!\"}"], ["created_at", "2016-10-07 18:56:43.160969"], ["updated_at", "2016-10-07 18:56:43.160969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores et architecto quia error.\",\"body\":\"If we calculate the pixel, we can get to the ADP array through the haptic AGP alarm!\"}"], ["created_at", "2016-10-07 18:56:43.161895"], ["updated_at", "2016-10-07 18:56:43.161895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi quia aut dignissimos exercitationem.\",\"body\":\"We need to program the virtual SSL transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.162832"], ["updated_at", "2016-10-07 18:56:43.162832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum praesentium consequatur illum.\",\"body\":\"I'll hack the cross-platform SMTP feed, that should feed the ADP panel!\"}"], ["created_at", "2016-10-07 18:56:43.163758"], ["updated_at", "2016-10-07 18:56:43.163758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta deserunt dolore suscipit soluta.\",\"body\":\"We need to connect the cross-platform HDD matrix!\"}"], ["created_at", "2016-10-07 18:56:43.164725"], ["updated_at", "2016-10-07 18:56:43.164725"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt quas quos doloribus recusandae.\",\"body\":\"You can't navigate the interface without indexing the digital COM matrix!\"}"], ["created_at", "2016-10-07 18:56:43.170157"], ["updated_at", "2016-10-07 18:56:43.170157"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla id dolorum.\",\"body\":\"Try to override the HTTP feed, maybe it will input the primary transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.171420"], ["updated_at", "2016-10-07 18:56:43.171420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et illo nostrum minus.\",\"body\":\"The XML application is down, generate the cross-platform firewall so we can compress the SDD protocol!\"}"], ["created_at", "2016-10-07 18:56:43.172345"], ["updated_at", "2016-10-07 18:56:43.172345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur et enim labore omnis odio.\",\"body\":\"Generating the circuit won't do anything, we need to copy the neural png protocol!\"}"], ["created_at", "2016-10-07 18:56:43.173209"], ["updated_at", "2016-10-07 18:56:43.173209"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus earum incidunt minima reiciendis.\",\"body\":\"Try to input the RAM hard drive, maybe it will hack the bluetooth driver!\"}"], ["created_at", "2016-10-07 18:56:43.174086"], ["updated_at", "2016-10-07 18:56:43.174086"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum hic blanditiis delectus minima aut.\",\"body\":\"Bypassing the sensor won't do anything, we need to index the bluetooth ram hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.174994"], ["updated_at", "2016-10-07 18:56:43.174994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe ab et et vitae possimus consequatur.\",\"body\":\"Backing up the alarm won't do anything, we need to program the primary png hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.175899"], ["updated_at", "2016-10-07 18:56:43.175899"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ut esse quia eius iure.\",\"body\":\"You can't copy the capacitor without backing up the bluetooth ADP monitor!\"}"], ["created_at", "2016-10-07 18:56:43.176762"], ["updated_at", "2016-10-07 18:56:43.176762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo sint ducimus et.\",\"body\":\"We need to back up the redundant SMS card!\"}"], ["created_at", "2016-10-07 18:56:43.177642"], ["updated_at", "2016-10-07 18:56:43.177642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aliquam necessitatibus sequi mollitia ea et officia.\",\"body\":\"Try to hack the XSS program, maybe it will connect the wireless interface!\"}"], ["created_at", "2016-10-07 18:56:43.178497"], ["updated_at", "2016-10-07 18:56:43.178497"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestias eveniet soluta aut impedit.\",\"body\":\"Use the mobile SSL protocol, then you can bypass the neural matrix!\"}"], ["created_at", "2016-10-07 18:56:43.179481"], ["updated_at", "2016-10-07 18:56:43.179481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed nemo aut laborum.\",\"body\":\"Try to program the EXE bandwidth, maybe it will back up the mobile card!\"}"], ["created_at", "2016-10-07 18:56:43.180490"], ["updated_at", "2016-10-07 18:56:43.180490"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas asperiores sit vel.\",\"body\":\"Overriding the capacitor won't do anything, we need to connect the multi-byte ssl microchip!\"}"], ["created_at", "2016-10-07 18:56:43.181403"], ["updated_at", "2016-10-07 18:56:43.181403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores tempora aut qui consequatur.\",\"body\":\"I'll calculate the neural XSS card, that should feed the XSS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.182274"], ["updated_at", "2016-10-07 18:56:43.182274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus voluptatum blanditiis ut.\",\"body\":\"Try to back up the XSS bandwidth, maybe it will override the neural feed!\"}"], ["created_at", "2016-10-07 18:56:43.183192"], ["updated_at", "2016-10-07 18:56:43.183192"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est enim placeat nihil perferendis.\",\"body\":\"Try to quantify the EXE system, maybe it will program the open-source interface!\"}"], ["created_at", "2016-10-07 18:56:43.184073"], ["updated_at", "2016-10-07 18:56:43.184073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis vitae explicabo qui ipsam in et et.\",\"body\":\"Try to synthesize the GB transmitter, maybe it will input the wireless matrix!\"}"], ["created_at", "2016-10-07 18:56:43.184952"], ["updated_at", "2016-10-07 18:56:43.184952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque adipisci ad dolores fugiat et quis minima.\",\"body\":\"We need to connect the solid state SDD circuit!\"}"], ["created_at", "2016-10-07 18:56:43.185837"], ["updated_at", "2016-10-07 18:56:43.185837"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo id enim dignissimos quis.\",\"body\":\"We need to program the digital HTTP driver!\"}"], ["created_at", "2016-10-07 18:56:43.186737"], ["updated_at", "2016-10-07 18:56:43.186737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A aut aut eos rerum autem neque.\",\"body\":\"If we synthesize the application, we can get to the EXE hard drive through the online USB feed!\"}"], ["created_at", "2016-10-07 18:56:43.187657"], ["updated_at", "2016-10-07 18:56:43.187657"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum eum temporibus voluptas eos eum reiciendis.\",\"body\":\"Use the optical ADP hard drive, then you can copy the back-end interface!\"}"], ["created_at", "2016-10-07 18:56:43.188541"], ["updated_at", "2016-10-07 18:56:43.188541"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut omnis inventore.\",\"body\":\"If we input the panel, we can get to the COM matrix through the digital USB protocol!\"}"], ["created_at", "2016-10-07 18:56:43.189442"], ["updated_at", "2016-10-07 18:56:43.189442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum consequatur maiores ut porro est nobis similique.\",\"body\":\"We need to override the mobile XML sensor!\"}"], ["created_at", "2016-10-07 18:56:43.190310"], ["updated_at", "2016-10-07 18:56:43.190310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore eaque qui quidem magni et rerum architecto.\",\"body\":\"If we connect the bandwidth, we can get to the AI array through the optical XSS driver!\"}"], ["created_at", "2016-10-07 18:56:43.191235"], ["updated_at", "2016-10-07 18:56:43.191235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eaque harum voluptas voluptatem.\",\"body\":\"You can't calculate the circuit without connecting the neural THX bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.192098"], ["updated_at", "2016-10-07 18:56:43.192098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus tenetur asperiores molestias fuga dicta.\",\"body\":\"Overriding the transmitter won't do anything, we need to connect the solid state tcp card!\"}"], ["created_at", "2016-10-07 18:56:43.192964"], ["updated_at", "2016-10-07 18:56:43.192964"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa ut sed aspernatur ipsam laboriosam et et.\",\"body\":\"Use the multi-byte AI circuit, then you can connect the bluetooth port!\"}"], ["created_at", "2016-10-07 18:56:43.193855"], ["updated_at", "2016-10-07 18:56:43.193855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe optio est.\",\"body\":\"We need to index the redundant ADP monitor!\"}"], ["created_at", "2016-10-07 18:56:43.194751"], ["updated_at", "2016-10-07 18:56:43.194751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste aliquam omnis quasi nesciunt culpa.\",\"body\":\"The EXE hard drive is down, hack the bluetooth interface so we can synthesize the SMS transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.195636"], ["updated_at", "2016-10-07 18:56:43.195636"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur iusto corporis molestias.\",\"body\":\"Try to connect the XSS bandwidth, maybe it will generate the 1080p bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.196499"], ["updated_at", "2016-10-07 18:56:43.196499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit molestiae architecto quis qui labore neque nam.\",\"body\":\"Copying the monitor won't do anything, we need to calculate the virtual hdd card!\"}"], ["created_at", "2016-10-07 18:56:43.197382"], ["updated_at", "2016-10-07 18:56:43.197382"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem et sit.\",\"body\":\"If we copy the circuit, we can get to the IB monitor through the back-end EXE protocol!\"}"], ["created_at", "2016-10-07 18:56:43.198241"], ["updated_at", "2016-10-07 18:56:43.198241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet tempore sed aut.\",\"body\":\"We need to program the online JSON alarm!\"}"], ["created_at", "2016-10-07 18:56:43.199177"], ["updated_at", "2016-10-07 18:56:43.199177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit consequuntur optio voluptates suscipit quo dignissimos facilis.\",\"body\":\"You can't copy the panel without quantifying the solid state SQL card!\"}"], ["created_at", "2016-10-07 18:56:43.200039"], ["updated_at", "2016-10-07 18:56:43.200039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et esse error.\",\"body\":\"Overriding the monitor won't do anything, we need to generate the redundant sas panel!\"}"], ["created_at", "2016-10-07 18:56:43.200915"], ["updated_at", "2016-10-07 18:56:43.200915"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ut numquam rem.\",\"body\":\"The SMTP firewall is down, calculate the wireless matrix so we can bypass the JBOD transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.201807"], ["updated_at", "2016-10-07 18:56:43.201807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia sunt est cupiditate in earum eos omnis.\",\"body\":\"Compressing the driver won't do anything, we need to index the solid state xml system!\"}"], ["created_at", "2016-10-07 18:56:43.202730"], ["updated_at", "2016-10-07 18:56:43.202730"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quia omnis consequatur.\",\"body\":\"You can't generate the feed without calculating the bluetooth IB system!\"}"], ["created_at", "2016-10-07 18:56:43.203600"], ["updated_at", "2016-10-07 18:56:43.203600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia perspiciatis quaerat omnis amet.\",\"body\":\"Hacking the sensor won't do anything, we need to generate the open-source smtp program!\"}"], ["created_at", "2016-10-07 18:56:43.204489"], ["updated_at", "2016-10-07 18:56:43.204489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio et est voluptatem.\",\"body\":\"You can't back up the driver without compressing the wireless USB firewall!\"}"], ["created_at", "2016-10-07 18:56:43.205377"], ["updated_at", "2016-10-07 18:56:43.205377"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore aut alias.\",\"body\":\"You can't calculate the system without transmitting the online SMS program!\"}"], ["created_at", "2016-10-07 18:56:43.206235"], ["updated_at", "2016-10-07 18:56:43.206235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis molestiae commodi.\",\"body\":\"Try to compress the SCSI alarm, maybe it will compress the haptic driver!\"}"], ["created_at", "2016-10-07 18:56:43.207161"], ["updated_at", "2016-10-07 18:56:43.207161"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ipsam aut consequatur debitis odit dolorem aut.\",\"body\":\"Try to quantify the ADP card, maybe it will quantify the back-end system!\"}"], ["created_at", "2016-10-07 18:56:43.208055"], ["updated_at", "2016-10-07 18:56:43.208055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti ducimus porro.\",\"body\":\"You can't back up the application without hacking the multi-byte PCI circuit!\"}"], ["created_at", "2016-10-07 18:56:43.208990"], ["updated_at", "2016-10-07 18:56:43.208990"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum suscipit iste quaerat voluptatem.\",\"body\":\"You can't generate the monitor without synthesizing the bluetooth PNG sensor!\"}"], ["created_at", "2016-10-07 18:56:43.209856"], ["updated_at", "2016-10-07 18:56:43.209856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex tempora est ipsam.\",\"body\":\"Calculating the monitor won't do anything, we need to generate the multi-byte jbod bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.210771"], ["updated_at", "2016-10-07 18:56:43.210771"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt perspiciatis autem sit voluptatem in eius.\",\"body\":\"I'll bypass the digital HTTP interface, that should port the XML port!\"}"], ["created_at", "2016-10-07 18:56:43.211647"], ["updated_at", "2016-10-07 18:56:43.211647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit consectetur ad.\",\"body\":\"You can't program the card without hacking the open-source USB circuit!\"}"], ["created_at", "2016-10-07 18:56:43.212525"], ["updated_at", "2016-10-07 18:56:43.212525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque labore autem nesciunt quae ipsa ut aut.\",\"body\":\"We need to input the neural IB firewall!\"}"], ["created_at", "2016-10-07 18:56:43.213382"], ["updated_at", "2016-10-07 18:56:43.213382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed occaecati non aut quaerat quia saepe magnam.\",\"body\":\"You can't copy the capacitor without indexing the redundant FTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.214267"], ["updated_at", "2016-10-07 18:56:43.214267"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque eligendi voluptatum eveniet blanditiis assumenda qui voluptatem.\",\"body\":\"The SAS firewall is down, bypass the bluetooth bandwidth so we can program the COM system!\"}"], ["created_at", "2016-10-07 18:56:43.215185"], ["updated_at", "2016-10-07 18:56:43.215185"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et saepe harum.\",\"body\":\"We need to bypass the back-end SMTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.216065"], ["updated_at", "2016-10-07 18:56:43.216065"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem reprehenderit eum alias et.\",\"body\":\"We need to bypass the primary RAM pixel!\"}"], ["created_at", "2016-10-07 18:56:43.217036"], ["updated_at", "2016-10-07 18:56:43.217036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente repudiandae consequatur minus aut doloribus.\",\"body\":\"If we input the bus, we can get to the AGP capacitor through the digital PCI pixel!\"}"], ["created_at", "2016-10-07 18:56:43.217997"], ["updated_at", "2016-10-07 18:56:43.217997"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis nobis rerum beatae voluptas voluptatem doloribus est.\",\"body\":\"Use the 1080p HDD microchip, then you can bypass the digital interface!\"}"], ["created_at", "2016-10-07 18:56:43.218980"], ["updated_at", "2016-10-07 18:56:43.218980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos iste sed possimus odio ducimus sapiente et.\",\"body\":\"If we program the microchip, we can get to the SCSI sensor through the mobile RAM interface!\"}"], ["created_at", "2016-10-07 18:56:43.219944"], ["updated_at", "2016-10-07 18:56:43.219944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At nemo odio architecto dolores.\",\"body\":\"We need to synthesize the mobile TCP alarm!\"}"], ["created_at", "2016-10-07 18:56:43.220943"], ["updated_at", "2016-10-07 18:56:43.220943"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam optio excepturi fugiat doloribus.\",\"body\":\"You can't quantify the capacitor without copying the virtual FTP firewall!\"}"], ["created_at", "2016-10-07 18:56:43.221896"], ["updated_at", "2016-10-07 18:56:43.221896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat alias tempore ad reprehenderit dicta velit.\",\"body\":\"Use the multi-byte SMS hard drive, then you can generate the wireless firewall!\"}"], ["created_at", "2016-10-07 18:56:43.222839"], ["updated_at", "2016-10-07 18:56:43.222839"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda tenetur qui est explicabo ab.\",\"body\":\"Parsing the interface won't do anything, we need to compress the back-end xss bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.223708"], ["updated_at", "2016-10-07 18:56:43.223708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero rerum veritatis et recusandae fugiat cum nam.\",\"body\":\"Indexing the circuit won't do anything, we need to compress the 1080p sas application!\"}"], ["created_at", "2016-10-07 18:56:43.224588"], ["updated_at", "2016-10-07 18:56:43.224588"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis nulla eos nisi dolorem necessitatibus quis.\",\"body\":\"I'll compress the 1080p SQL capacitor, that should bus the RAM capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.225449"], ["updated_at", "2016-10-07 18:56:43.225449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius nam inventore.\",\"body\":\"The XSS monitor is down, hack the multi-byte firewall so we can reboot the SQL sensor!\"}"], ["created_at", "2016-10-07 18:56:43.226321"], ["updated_at", "2016-10-07 18:56:43.226321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique debitis magni.\",\"body\":\"Navigating the application won't do anything, we need to synthesize the solid state json circuit!\"}"], ["created_at", "2016-10-07 18:56:43.227233"], ["updated_at", "2016-10-07 18:56:43.227233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non ipsum dignissimos occaecati.\",\"body\":\"If we generate the port, we can get to the FTP system through the auxiliary JBOD port!\"}"], ["created_at", "2016-10-07 18:56:43.228114"], ["updated_at", "2016-10-07 18:56:43.228114"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur at nesciunt cumque laudantium ullam doloribus voluptatibus.\",\"body\":\"The SCSI bus is down, compress the multi-byte interface so we can bypass the XSS application!\"}"], ["created_at", "2016-10-07 18:56:43.228971"], ["updated_at", "2016-10-07 18:56:43.228971"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis qui animi nihil.\",\"body\":\"We need to bypass the cross-platform CSS panel!\"}"], ["created_at", "2016-10-07 18:56:43.229855"], ["updated_at", "2016-10-07 18:56:43.229855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis et inventore dolor dolorem voluptas consequuntur sequi.\",\"body\":\"Try to reboot the SSL firewall, maybe it will generate the bluetooth system!\"}"], ["created_at", "2016-10-07 18:56:43.230827"], ["updated_at", "2016-10-07 18:56:43.230827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio debitis a.\",\"body\":\"Try to reboot the SAS circuit, maybe it will input the auxiliary monitor!\"}"], ["created_at", "2016-10-07 18:56:43.231707"], ["updated_at", "2016-10-07 18:56:43.231707"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum ut facilis delectus quam atque ut quisquam.\",\"body\":\"If we index the interface, we can get to the XML array through the primary SQL program!\"}"], ["created_at", "2016-10-07 18:56:43.232595"], ["updated_at", "2016-10-07 18:56:43.232595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et consequuntur voluptates ipsa nemo expedita in aspernatur.\",\"body\":\"I'll calculate the back-end GB circuit, that should interface the COM matrix!\"}"], ["created_at", "2016-10-07 18:56:43.233455"], ["updated_at", "2016-10-07 18:56:43.233455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod repellendus itaque.\",\"body\":\"You can't hack the capacitor without connecting the solid state HDD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.234347"], ["updated_at", "2016-10-07 18:56:43.234347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem cum quidem cupiditate nesciunt.\",\"body\":\"I'll index the auxiliary HTTP microchip, that should bus the RSS pixel!\"}"], ["created_at", "2016-10-07 18:56:43.235249"], ["updated_at", "2016-10-07 18:56:43.235249"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed aut eos quam a error.\",\"body\":\"If we compress the hard drive, we can get to the JBOD pixel through the haptic EXE monitor!\"}"], ["created_at", "2016-10-07 18:56:43.236130"], ["updated_at", "2016-10-07 18:56:43.236130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos fuga quod.\",\"body\":\"You can't quantify the protocol without synthesizing the auxiliary RSS firewall!\"}"], ["created_at", "2016-10-07 18:56:43.237000"], ["updated_at", "2016-10-07 18:56:43.237000"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni assumenda est exercitationem.\",\"body\":\"I'll parse the online SMS microchip, that should system the XML interface!\"}"], ["created_at", "2016-10-07 18:56:43.237896"], ["updated_at", "2016-10-07 18:56:43.237896"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut deleniti veniam omnis.\",\"body\":\"Use the virtual HTTP pixel, then you can program the wireless application!\"}"], ["created_at", "2016-10-07 18:56:43.238791"], ["updated_at", "2016-10-07 18:56:43.238791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam dolorem quam qui labore ut.\",\"body\":\"Use the back-end JBOD monitor, then you can generate the cross-platform feed!\"}"], ["created_at", "2016-10-07 18:56:43.239679"], ["updated_at", "2016-10-07 18:56:43.239679"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae et quis.\",\"body\":\"Connecting the firewall won't do anything, we need to parse the online sms application!\"}"], ["created_at", "2016-10-07 18:56:43.240549"], ["updated_at", "2016-10-07 18:56:43.240549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta aut fuga id eos quisquam consectetur.\",\"body\":\"Try to back up the HTTP system, maybe it will bypass the mobile sensor!\"}"], ["created_at", "2016-10-07 18:56:43.241422"], ["updated_at", "2016-10-07 18:56:43.241422"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet ea quo praesentium.\",\"body\":\"The XSS port is down, override the optical array so we can parse the XSS driver!\"}"], ["created_at", "2016-10-07 18:56:43.242298"], ["updated_at", "2016-10-07 18:56:43.242298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium aperiam sequi vel eum.\",\"body\":\"Programming the bus won't do anything, we need to override the bluetooth ssl interface!\"}"], ["created_at", "2016-10-07 18:56:43.243179"], ["updated_at", "2016-10-07 18:56:43.243179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam ut eligendi.\",\"body\":\"If we compress the feed, we can get to the GB microchip through the mobile PNG sensor!\"}"], ["created_at", "2016-10-07 18:56:43.244051"], ["updated_at", "2016-10-07 18:56:43.244051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident consequatur qui non et ea vel qui.\",\"body\":\"Compressing the capacitor won't do anything, we need to synthesize the mobile css sensor!\"}"], ["created_at", "2016-10-07 18:56:43.244907"], ["updated_at", "2016-10-07 18:56:43.244907"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla consequatur perferendis dignissimos amet nam quo.\",\"body\":\"The USB pixel is down, navigate the bluetooth bus so we can reboot the THX array!\"}"], ["created_at", "2016-10-07 18:56:43.245780"], ["updated_at", "2016-10-07 18:56:43.245780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestias minus quia accusantium recusandae mollitia vero.\",\"body\":\"You can't bypass the matrix without programming the mobile SDD alarm!\"}"], ["created_at", "2016-10-07 18:56:43.246668"], ["updated_at", "2016-10-07 18:56:43.246668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ratione reiciendis et.\",\"body\":\"Copying the program won't do anything, we need to program the 1080p tcp matrix!\"}"], ["created_at", "2016-10-07 18:56:43.247564"], ["updated_at", "2016-10-07 18:56:43.247564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae sint ipsa sequi eum.\",\"body\":\"Try to calculate the SCSI capacitor, maybe it will back up the primary monitor!\"}"], ["created_at", "2016-10-07 18:56:43.248443"], ["updated_at", "2016-10-07 18:56:43.248443"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum id rerum corporis velit autem ut atque.\",\"body\":\"I'll synthesize the virtual TCP firewall, that should panel the GB capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.249329"], ["updated_at", "2016-10-07 18:56:43.249329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque quia aliquam nihil voluptatum totam amet.\",\"body\":\"I'll calculate the optical CSS program, that should capacitor the SMS firewall!\"}"], ["created_at", "2016-10-07 18:56:43.250198"], ["updated_at", "2016-10-07 18:56:43.250198"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque ab molestiae et enim.\",\"body\":\"I'll copy the wireless THX protocol, that should panel the RSS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.251097"], ["updated_at", "2016-10-07 18:56:43.251097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo ratione repellat esse et.\",\"body\":\"If we parse the monitor, we can get to the PNG driver through the online TCP pixel!\"}"], ["created_at", "2016-10-07 18:56:43.251972"], ["updated_at", "2016-10-07 18:56:43.251972"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore est et id quaerat quod.\",\"body\":\"If we override the port, we can get to the RAM system through the back-end HTTP port!\"}"], ["created_at", "2016-10-07 18:56:43.252842"], ["updated_at", "2016-10-07 18:56:43.252842"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt tempore vel facilis temporibus.\",\"body\":\"I'll synthesize the digital EXE application, that should port the RSS interface!\"}"], ["created_at", "2016-10-07 18:56:43.253722"], ["updated_at", "2016-10-07 18:56:43.253722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut qui excepturi repellendus rerum.\",\"body\":\"We need to override the cross-platform RSS driver!\"}"], ["created_at", "2016-10-07 18:56:43.254633"], ["updated_at", "2016-10-07 18:56:43.254633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et veritatis in excepturi illum.\",\"body\":\"I'll calculate the virtual ADP pixel, that should panel the CSS sensor!\"}"], ["created_at", "2016-10-07 18:56:43.255531"], ["updated_at", "2016-10-07 18:56:43.255531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad recusandae aperiam et ut saepe sed.\",\"body\":\"We need to input the auxiliary CSS program!\"}"], ["created_at", "2016-10-07 18:56:43.256441"], ["updated_at", "2016-10-07 18:56:43.256441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et numquam totam non id.\",\"body\":\"You can't synthesize the bus without hacking the optical SMS port!\"}"], ["created_at", "2016-10-07 18:56:43.257323"], ["updated_at", "2016-10-07 18:56:43.257323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio aut harum illo praesentium.\",\"body\":\"You can't quantify the circuit without navigating the digital AI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.258205"], ["updated_at", "2016-10-07 18:56:43.258205"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur est consequuntur illo molestiae ullam est.\",\"body\":\"We need to calculate the back-end SAS card!\"}"], ["created_at", "2016-10-07 18:56:43.259069"], ["updated_at", "2016-10-07 18:56:43.259069"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas dolores quos perferendis molestias explicabo.\",\"body\":\"We need to program the online AGP alarm!\"}"], ["created_at", "2016-10-07 18:56:43.259949"], ["updated_at", "2016-10-07 18:56:43.259949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum eius et non molestias deleniti repudiandae nihil.\",\"body\":\"Quantifying the program won't do anything, we need to index the multi-byte exe system!\"}"], ["created_at", "2016-10-07 18:56:43.260818"], ["updated_at", "2016-10-07 18:56:43.260818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et inventore aliquam et occaecati eligendi dolore et.\",\"body\":\"Try to program the AI array, maybe it will copy the auxiliary driver!\"}"], ["created_at", "2016-10-07 18:56:43.261674"], ["updated_at", "2016-10-07 18:56:43.261674"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae fugit consequatur.\",\"body\":\"Use the 1080p HTTP program, then you can copy the back-end bus!\"}"], ["created_at", "2016-10-07 18:56:43.262564"], ["updated_at", "2016-10-07 18:56:43.262564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil aut unde hic consequuntur.\",\"body\":\"Backing up the port won't do anything, we need to synthesize the primary sas panel!\"}"], ["created_at", "2016-10-07 18:56:43.263437"], ["updated_at", "2016-10-07 18:56:43.263437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore eaque nostrum at magni.\",\"body\":\"Use the wireless THX application, then you can index the auxiliary card!\"}"], ["created_at", "2016-10-07 18:56:43.264297"], ["updated_at", "2016-10-07 18:56:43.264297"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem laborum illo nam sed cum voluptatibus ab.\",\"body\":\"I'll connect the redundant RAM transmitter, that should sensor the XSS interface!\"}"], ["created_at", "2016-10-07 18:56:43.265175"], ["updated_at", "2016-10-07 18:56:43.265175"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis quod consequatur laboriosam voluptate beatae ipsam.\",\"body\":\"You can't back up the array without parsing the solid state JSON panel!\"}"], ["created_at", "2016-10-07 18:56:43.266087"], ["updated_at", "2016-10-07 18:56:43.266087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et omnis aut.\",\"body\":\"You can't synthesize the application without overriding the multi-byte TCP panel!\"}"], ["created_at", "2016-10-07 18:56:43.266992"], ["updated_at", "2016-10-07 18:56:43.266992"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis omnis nulla.\",\"body\":\"Try to index the IB feed, maybe it will transmit the bluetooth pixel!\"}"], ["created_at", "2016-10-07 18:56:43.267887"], ["updated_at", "2016-10-07 18:56:43.267887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae id optio ex ut.\",\"body\":\"If we compress the bus, we can get to the XML panel through the wireless PCI protocol!\"}"], ["created_at", "2016-10-07 18:56:43.268771"], ["updated_at", "2016-10-07 18:56:43.268771"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure quia harum ut aut eius accusantium.\",\"body\":\"Generating the driver won't do anything, we need to copy the haptic gb panel!\"}"], ["created_at", "2016-10-07 18:56:43.269648"], ["updated_at", "2016-10-07 18:56:43.269648"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore animi quasi laboriosam corrupti.\",\"body\":\"Use the wireless XML bus, then you can copy the virtual array!\"}"], ["created_at", "2016-10-07 18:56:43.270546"], ["updated_at", "2016-10-07 18:56:43.270546"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum consequatur in iure id culpa asperiores at.\",\"body\":\"If we override the feed, we can get to the EXE transmitter through the auxiliary SAS program!\"}"], ["created_at", "2016-10-07 18:56:43.271467"], ["updated_at", "2016-10-07 18:56:43.271467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis qui laborum.\",\"body\":\"You can't connect the program without compressing the primary PNG panel!\"}"], ["created_at", "2016-10-07 18:56:43.272339"], ["updated_at", "2016-10-07 18:56:43.272339"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis vitae fugit necessitatibus sit numquam.\",\"body\":\"Bypassing the circuit won't do anything, we need to compress the back-end adp monitor!\"}"], ["created_at", "2016-10-07 18:56:43.273194"], ["updated_at", "2016-10-07 18:56:43.273194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa quo quia sunt est nam.\",\"body\":\"If we back up the alarm, we can get to the JSON monitor through the optical SAS microchip!\"}"], ["created_at", "2016-10-07 18:56:43.274070"], ["updated_at", "2016-10-07 18:56:43.274070"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eligendi sed autem nulla.\",\"body\":\"I'll copy the auxiliary EXE program, that should bandwidth the EXE panel!\"}"], ["created_at", "2016-10-07 18:56:43.274994"], ["updated_at", "2016-10-07 18:56:43.274994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id dolore fugit et earum mollitia ipsum.\",\"body\":\"Use the mobile SMTP feed, then you can input the open-source bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.275855"], ["updated_at", "2016-10-07 18:56:43.275855"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut odio quae delectus.\",\"body\":\"Try to input the PNG driver, maybe it will parse the solid state port!\"}"], ["created_at", "2016-10-07 18:56:43.276734"], ["updated_at", "2016-10-07 18:56:43.276734"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quidem rem qui dolorem.\",\"body\":\"Transmitting the bandwidth won't do anything, we need to synthesize the haptic ai array!\"}"], ["created_at", "2016-10-07 18:56:43.277612"], ["updated_at", "2016-10-07 18:56:43.277612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique nam repudiandae officia adipisci.\",\"body\":\"Use the auxiliary HDD pixel, then you can connect the cross-platform alarm!\"}"], ["created_at", "2016-10-07 18:56:43.278487"], ["updated_at", "2016-10-07 18:56:43.278487"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores maiores unde et quis.\",\"body\":\"Calculating the firewall won't do anything, we need to connect the digital xss circuit!\"}"], ["created_at", "2016-10-07 18:56:43.279405"], ["updated_at", "2016-10-07 18:56:43.279405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et consequatur eum neque est deleniti omnis.\",\"body\":\"If we reboot the card, we can get to the USB monitor through the wireless SDD capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.280281"], ["updated_at", "2016-10-07 18:56:43.280281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam quidem quia.\",\"body\":\"We need to compress the open-source SMS bus!\"}"], ["created_at", "2016-10-07 18:56:43.281191"], ["updated_at", "2016-10-07 18:56:43.281191"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus itaque est incidunt sit fugit.\",\"body\":\"If we back up the interface, we can get to the SAS port through the open-source PNG application!\"}"], ["created_at", "2016-10-07 18:56:43.282076"], ["updated_at", "2016-10-07 18:56:43.282076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus ratione iure molestiae doloribus exercitationem.\",\"body\":\"You can't index the card without programming the primary EXE bus!\"}"], ["created_at", "2016-10-07 18:56:43.283030"], ["updated_at", "2016-10-07 18:56:43.283030"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur quia ut aut non velit minus.\",\"body\":\"We need to transmit the auxiliary IB array!\"}"], ["created_at", "2016-10-07 18:56:43.283928"], ["updated_at", "2016-10-07 18:56:43.283928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel eaque est voluptatem ut eligendi.\",\"body\":\"The XML program is down, transmit the online application so we can reboot the ADP port!\"}"], ["created_at", "2016-10-07 18:56:43.284789"], ["updated_at", "2016-10-07 18:56:43.284789"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem provident consectetur perferendis.\",\"body\":\"You can't compress the alarm without indexing the neural SAS matrix!\"}"], ["created_at", "2016-10-07 18:56:43.285668"], ["updated_at", "2016-10-07 18:56:43.285668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur et alias velit incidunt porro repellendus.\",\"body\":\"The COM driver is down, transmit the 1080p matrix so we can override the COM capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.286616"], ["updated_at", "2016-10-07 18:56:43.286616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam illo harum labore.\",\"body\":\"Programming the protocol won't do anything, we need to navigate the primary css system!\"}"], ["created_at", "2016-10-07 18:56:43.287529"], ["updated_at", "2016-10-07 18:56:43.287529"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti id rerum temporibus molestias.\",\"body\":\"Generating the program won't do anything, we need to synthesize the cross-platform xml circuit!\"}"], ["created_at", "2016-10-07 18:56:43.288403"], ["updated_at", "2016-10-07 18:56:43.288403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea totam ducimus magni.\",\"body\":\"Try to copy the SQL array, maybe it will input the digital application!\"}"], ["created_at", "2016-10-07 18:56:43.289277"], ["updated_at", "2016-10-07 18:56:43.289277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam laboriosam sequi illum.\",\"body\":\"If we navigate the panel, we can get to the TCP feed through the digital SQL feed!\"}"], ["created_at", "2016-10-07 18:56:43.290160"], ["updated_at", "2016-10-07 18:56:43.290160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta voluptas ut quo delectus.\",\"body\":\"Try to index the FTP program, maybe it will bypass the mobile array!\"}"], ["created_at", "2016-10-07 18:56:43.291032"], ["updated_at", "2016-10-07 18:56:43.291032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam eos architecto.\",\"body\":\"Copying the application won't do anything, we need to back up the mobile sql system!\"}"], ["created_at", "2016-10-07 18:56:43.291901"], ["updated_at", "2016-10-07 18:56:43.291901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita ut reiciendis totam ab aut.\",\"body\":\"You can't override the interface without indexing the mobile IB sensor!\"}"], ["created_at", "2016-10-07 18:56:43.292801"], ["updated_at", "2016-10-07 18:56:43.292801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia placeat deserunt.\",\"body\":\"You can't override the protocol without synthesizing the 1080p JSON panel!\"}"], ["created_at", "2016-10-07 18:56:43.293664"], ["updated_at", "2016-10-07 18:56:43.293664"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis adipisci ipsum quas a ducimus eum minima.\",\"body\":\"You can't back up the application without generating the wireless GB capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.294568"], ["updated_at", "2016-10-07 18:56:43.294568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa enim maiores voluptatem rerum.\",\"body\":\"Try to parse the SMTP pixel, maybe it will back up the redundant application!\"}"], ["created_at", "2016-10-07 18:56:43.295488"], ["updated_at", "2016-10-07 18:56:43.295488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est vero vel aut.\",\"body\":\"Use the mobile FTP protocol, then you can transmit the haptic alarm!\"}"], ["created_at", "2016-10-07 18:56:43.296352"], ["updated_at", "2016-10-07 18:56:43.296352"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit doloribus quia qui sit est dolores.\",\"body\":\"The CSS transmitter is down, compress the solid state program so we can calculate the SAS pixel!\"}"], ["created_at", "2016-10-07 18:56:43.297234"], ["updated_at", "2016-10-07 18:56:43.297234"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor illum tempora adipisci quam atque.\",\"body\":\"You can't navigate the driver without overriding the online SCSI sensor!\"}"], ["created_at", "2016-10-07 18:56:43.298141"], ["updated_at", "2016-10-07 18:56:43.298141"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque temporibus odit nobis quam cum cupiditate.\",\"body\":\"You can't bypass the sensor without transmitting the solid state RSS pixel!\"}"], ["created_at", "2016-10-07 18:56:43.299072"], ["updated_at", "2016-10-07 18:56:43.299072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus nobis mollitia.\",\"body\":\"You can't override the bandwidth without connecting the 1080p GB monitor!\"}"], ["created_at", "2016-10-07 18:56:43.299939"], ["updated_at", "2016-10-07 18:56:43.299939"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam itaque sapiente dolorem facilis enim exercitationem.\",\"body\":\"The THX microchip is down, override the digital transmitter so we can hack the IB monitor!\"}"], ["created_at", "2016-10-07 18:56:43.300817"], ["updated_at", "2016-10-07 18:56:43.300817"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et quis magnam.\",\"body\":\"You can't hack the application without transmitting the open-source EXE protocol!\"}"], ["created_at", "2016-10-07 18:56:43.301744"], ["updated_at", "2016-10-07 18:56:43.301744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam nam similique adipisci sed animi minima.\",\"body\":\"If we input the array, we can get to the GB firewall through the redundant PNG card!\"}"], ["created_at", "2016-10-07 18:56:43.302655"], ["updated_at", "2016-10-07 18:56:43.302655"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam excepturi sit natus ullam dicta.\",\"body\":\"We need to bypass the optical CSS firewall!\"}"], ["created_at", "2016-10-07 18:56:43.303531"], ["updated_at", "2016-10-07 18:56:43.303531"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum architecto quaerat vero.\",\"body\":\"I'll parse the digital ADP transmitter, that should feed the XSS alarm!\"}"], ["created_at", "2016-10-07 18:56:43.304430"], ["updated_at", "2016-10-07 18:56:43.304430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam autem rerum.\",\"body\":\"Backing up the microchip won't do anything, we need to input the open-source scsi transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.305335"], ["updated_at", "2016-10-07 18:56:43.305335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero maiores autem quibusdam sunt.\",\"body\":\"The CSS driver is down, generate the open-source application so we can override the GB microchip!\"}"], ["created_at", "2016-10-07 18:56:43.306202"], ["updated_at", "2016-10-07 18:56:43.306202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus assumenda quis impedit repellendus voluptate cum sit.\",\"body\":\"Try to transmit the SQL transmitter, maybe it will transmit the online transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.307120"], ["updated_at", "2016-10-07 18:56:43.307120"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est suscipit ut veritatis qui similique asperiores.\",\"body\":\"The AGP monitor is down, synthesize the redundant firewall so we can bypass the SAS driver!\"}"], ["created_at", "2016-10-07 18:56:43.307996"], ["updated_at", "2016-10-07 18:56:43.307996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus omnis ea voluptatum rerum distinctio corrupti.\",\"body\":\"Compressing the panel won't do anything, we need to copy the neural hdd array!\"}"], ["created_at", "2016-10-07 18:56:43.308902"], ["updated_at", "2016-10-07 18:56:43.308902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis nesciunt nihil asperiores.\",\"body\":\"I'll index the digital XSS matrix, that should system the XSS microchip!\"}"], ["created_at", "2016-10-07 18:56:43.309804"], ["updated_at", "2016-10-07 18:56:43.309804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores reprehenderit et non omnis repudiandae.\",\"body\":\"You can't quantify the circuit without connecting the multi-byte RAM capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.310725"], ["updated_at", "2016-10-07 18:56:43.310725"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo delectus nesciunt.\",\"body\":\"The RSS array is down, back up the open-source interface so we can reboot the XSS driver!\"}"], ["created_at", "2016-10-07 18:56:43.311609"], ["updated_at", "2016-10-07 18:56:43.311609"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam ipsum eius.\",\"body\":\"Use the mobile SAS system, then you can compress the mobile card!\"}"], ["created_at", "2016-10-07 18:56:43.312479"], ["updated_at", "2016-10-07 18:56:43.312479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque voluptatem rerum quo.\",\"body\":\"We need to synthesize the cross-platform TCP bus!\"}"], ["created_at", "2016-10-07 18:56:43.313357"], ["updated_at", "2016-10-07 18:56:43.313357"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum aut accusamus quis quidem.\",\"body\":\"We need to reboot the cross-platform SMTP card!\"}"], ["created_at", "2016-10-07 18:56:43.314227"], ["updated_at", "2016-10-07 18:56:43.314227"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia dolorem voluptas sed provident molestiae cum.\",\"body\":\"Try to compress the JSON port, maybe it will program the back-end matrix!\"}"], ["created_at", "2016-10-07 18:56:43.315136"], ["updated_at", "2016-10-07 18:56:43.315136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur sed qui labore.\",\"body\":\"We need to override the open-source XML bus!\"}"], ["created_at", "2016-10-07 18:56:43.316029"], ["updated_at", "2016-10-07 18:56:43.316029"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem dolorem nulla impedit sequi alias et.\",\"body\":\"I'll transmit the cross-platform SMS panel, that should transmitter the RSS program!\"}"], ["created_at", "2016-10-07 18:56:43.316914"], ["updated_at", "2016-10-07 18:56:43.316914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum tempore dolor ut quia vel culpa rerum.\",\"body\":\"The SDD monitor is down, back up the optical panel so we can synthesize the RAM interface!\"}"], ["created_at", "2016-10-07 18:56:43.317899"], ["updated_at", "2016-10-07 18:56:43.317899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias perspiciatis qui sit nihil at.\",\"body\":\"Try to quantify the SCSI port, maybe it will back up the neural card!\"}"], ["created_at", "2016-10-07 18:56:43.318801"], ["updated_at", "2016-10-07 18:56:43.318801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit sit facilis cupiditate velit.\",\"body\":\"Calculating the feed won't do anything, we need to quantify the wireless xml interface!\"}"], ["created_at", "2016-10-07 18:56:43.319701"], ["updated_at", "2016-10-07 18:56:43.319701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo et ipsa laudantium.\",\"body\":\"If we input the card, we can get to the SMS hard drive through the wireless HTTP bus!\"}"], ["created_at", "2016-10-07 18:56:43.320614"], ["updated_at", "2016-10-07 18:56:43.320614"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor nostrum excepturi iure delectus blanditiis non quia.\",\"body\":\"If we reboot the monitor, we can get to the COM bandwidth through the open-source HTTP alarm!\"}"], ["created_at", "2016-10-07 18:56:43.321508"], ["updated_at", "2016-10-07 18:56:43.321508"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed quo consequatur unde asperiores.\",\"body\":\"We need to parse the digital SSL protocol!\"}"], ["created_at", "2016-10-07 18:56:43.322386"], ["updated_at", "2016-10-07 18:56:43.322386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam culpa alias iure.\",\"body\":\"You can't navigate the application without quantifying the virtual IB system!\"}"], ["created_at", "2016-10-07 18:56:43.323309"], ["updated_at", "2016-10-07 18:56:43.323309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quae aut dolores tenetur.\",\"body\":\"If we back up the array, we can get to the SMTP bus through the multi-byte SMS protocol!\"}"], ["created_at", "2016-10-07 18:56:43.324187"], ["updated_at", "2016-10-07 18:56:43.324187"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos repellendus est qui tempore nemo autem saepe.\",\"body\":\"Try to index the TCP protocol, maybe it will hack the redundant feed!\"}"], ["created_at", "2016-10-07 18:56:43.325061"], ["updated_at", "2016-10-07 18:56:43.325061"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus maxime enim repellat non in.\",\"body\":\"Try to input the XSS bus, maybe it will override the open-source sensor!\"}"], ["created_at", "2016-10-07 18:56:43.326563"], ["updated_at", "2016-10-07 18:56:43.326563"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint ipsam est consequatur in a.\",\"body\":\"We need to transmit the cross-platform SMS sensor!\"}"], ["created_at", "2016-10-07 18:56:43.328071"], ["updated_at", "2016-10-07 18:56:43.328071"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem consequatur tempora quaerat.\",\"body\":\"I'll transmit the primary THX alarm, that should matrix the HDD matrix!\"}"], ["created_at", "2016-10-07 18:56:43.329353"], ["updated_at", "2016-10-07 18:56:43.329353"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto harum veritatis officia.\",\"body\":\"Backing up the application won't do anything, we need to calculate the redundant thx microchip!\"}"], ["created_at", "2016-10-07 18:56:43.331186"], ["updated_at", "2016-10-07 18:56:43.331186"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid voluptatibus nostrum.\",\"body\":\"You can't hack the transmitter without quantifying the back-end JBOD protocol!\"}"], ["created_at", "2016-10-07 18:56:43.333038"], ["updated_at", "2016-10-07 18:56:43.333038"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque et rem ipsa sunt explicabo.\",\"body\":\"I'll index the 1080p SAS pixel, that should system the PNG microchip!\"}"], ["created_at", "2016-10-07 18:56:43.336328"], ["updated_at", "2016-10-07 18:56:43.336328"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit provident dolore dignissimos ullam rerum.\",\"body\":\"Use the redundant SMTP matrix, then you can compress the bluetooth circuit!\"}"], ["created_at", "2016-10-07 18:56:43.337699"], ["updated_at", "2016-10-07 18:56:43.337699"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis sint quia id libero tempora id consectetur.\",\"body\":\"We need to navigate the neural EXE alarm!\"}"], ["created_at", "2016-10-07 18:56:43.338809"], ["updated_at", "2016-10-07 18:56:43.338809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur impedit ea ad.\",\"body\":\"Hacking the program won't do anything, we need to connect the solid state sdd firewall!\"}"], ["created_at", "2016-10-07 18:56:43.339760"], ["updated_at", "2016-10-07 18:56:43.339760"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nesciunt blanditiis ut est.\",\"body\":\"If we index the capacitor, we can get to the TCP pixel through the solid state AGP pixel!\"}"], ["created_at", "2016-10-07 18:56:43.340644"], ["updated_at", "2016-10-07 18:56:43.340644"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non vel et unde sunt saepe aut.\",\"body\":\"We need to calculate the wireless HDD matrix!\"}"], ["created_at", "2016-10-07 18:56:43.341526"], ["updated_at", "2016-10-07 18:56:43.341526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolore qui officiis eos velit voluptate.\",\"body\":\"We need to transmit the multi-byte IB card!\"}"], ["created_at", "2016-10-07 18:56:43.342404"], ["updated_at", "2016-10-07 18:56:43.342404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt non ad aspernatur iusto consequuntur qui nam.\",\"body\":\"I'll program the haptic COM firewall, that should hard drive the PCI capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.343283"], ["updated_at", "2016-10-07 18:56:43.343283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum voluptas dolor at fugit.\",\"body\":\"The PNG firewall is down, back up the multi-byte array so we can override the XSS monitor!\"}"], ["created_at", "2016-10-07 18:56:43.344172"], ["updated_at", "2016-10-07 18:56:43.344172"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque non aperiam.\",\"body\":\"We need to back up the redundant SSL feed!\"}"], ["created_at", "2016-10-07 18:56:43.345056"], ["updated_at", "2016-10-07 18:56:43.345056"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam quidem quia quaerat et veniam rem ea.\",\"body\":\"Overriding the application won't do anything, we need to calculate the multi-byte sql bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.345967"], ["updated_at", "2016-10-07 18:56:43.345967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora facilis ratione.\",\"body\":\"Calculating the interface won't do anything, we need to program the back-end jbod protocol!\"}"], ["created_at", "2016-10-07 18:56:43.346866"], ["updated_at", "2016-10-07 18:56:43.346866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam voluptatem magni est soluta voluptates.\",\"body\":\"You can't copy the transmitter without navigating the bluetooth THX program!\"}"], ["created_at", "2016-10-07 18:56:43.347759"], ["updated_at", "2016-10-07 18:56:43.347759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel fuga eum officia quo sequi laboriosam sit.\",\"body\":\"Use the digital THX array, then you can copy the neural bus!\"}"], ["created_at", "2016-10-07 18:56:43.348646"], ["updated_at", "2016-10-07 18:56:43.348646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit similique delectus.\",\"body\":\"Use the bluetooth SMTP transmitter, then you can quantify the primary transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.349538"], ["updated_at", "2016-10-07 18:56:43.349538"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda modi libero velit dicta incidunt animi.\",\"body\":\"If we quantify the protocol, we can get to the PNG bus through the digital SDD protocol!\"}"], ["created_at", "2016-10-07 18:56:43.350421"], ["updated_at", "2016-10-07 18:56:43.350421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam ad quos facilis.\",\"body\":\"Try to override the GB panel, maybe it will generate the solid state microchip!\"}"], ["created_at", "2016-10-07 18:56:43.351323"], ["updated_at", "2016-10-07 18:56:43.351323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque optio ratione id illo cupiditate non suscipit.\",\"body\":\"If we synthesize the circuit, we can get to the PCI feed through the back-end JSON port!\"}"], ["created_at", "2016-10-07 18:56:43.352257"], ["updated_at", "2016-10-07 18:56:43.352257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum aut eos est.\",\"body\":\"If we back up the circuit, we can get to the USB array through the auxiliary IB microchip!\"}"], ["created_at", "2016-10-07 18:56:43.353151"], ["updated_at", "2016-10-07 18:56:43.353151"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto est voluptates.\",\"body\":\"I'll input the haptic RSS pixel, that should panel the USB feed!\"}"], ["created_at", "2016-10-07 18:56:43.354176"], ["updated_at", "2016-10-07 18:56:43.354176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas qui necessitatibus animi sed magnam.\",\"body\":\"Try to synthesize the XSS program, maybe it will program the open-source transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.355162"], ["updated_at", "2016-10-07 18:56:43.355162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti voluptates dolor non debitis est fugit.\",\"body\":\"If we program the protocol, we can get to the IB transmitter through the optical RAM card!\"}"], ["created_at", "2016-10-07 18:56:43.356092"], ["updated_at", "2016-10-07 18:56:43.356092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel ut nam natus possimus tempora.\",\"body\":\"If we override the driver, we can get to the SMS interface through the auxiliary EXE monitor!\"}"], ["created_at", "2016-10-07 18:56:43.357042"], ["updated_at", "2016-10-07 18:56:43.357042"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio architecto modi.\",\"body\":\"Try to generate the SCSI feed, maybe it will parse the optical microchip!\"}"], ["created_at", "2016-10-07 18:56:43.357937"], ["updated_at", "2016-10-07 18:56:43.357937"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam labore veritatis dicta expedita.\",\"body\":\"Use the mobile THX bandwidth, then you can bypass the optical matrix!\"}"], ["created_at", "2016-10-07 18:56:43.358833"], ["updated_at", "2016-10-07 18:56:43.358833"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis culpa qui.\",\"body\":\"I'll connect the solid state CSS alarm, that should firewall the XSS system!\"}"], ["created_at", "2016-10-07 18:56:43.359721"], ["updated_at", "2016-10-07 18:56:43.359721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem architecto magni ducimus voluptas et non maiores.\",\"body\":\"If we generate the monitor, we can get to the TCP bus through the multi-byte SSL alarm!\"}"], ["created_at", "2016-10-07 18:56:43.360595"], ["updated_at", "2016-10-07 18:56:43.360595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente vero beatae dolores maiores veniam quo.\",\"body\":\"We need to reboot the neural ADP feed!\"}"], ["created_at", "2016-10-07 18:56:43.361485"], ["updated_at", "2016-10-07 18:56:43.361485"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id autem itaque molestiae tempore fuga non.\",\"body\":\"We need to connect the 1080p COM circuit!\"}"], ["created_at", "2016-10-07 18:56:43.362380"], ["updated_at", "2016-10-07 18:56:43.362380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus reprehenderit eum esse alias.\",\"body\":\"Try to synthesize the SDD panel, maybe it will calculate the 1080p application!\"}"], ["created_at", "2016-10-07 18:56:43.363281"], ["updated_at", "2016-10-07 18:56:43.363281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quisquam numquam sed fuga est eum.\",\"body\":\"I'll navigate the wireless HDD microchip, that should interface the COM array!\"}"], ["created_at", "2016-10-07 18:56:43.364160"], ["updated_at", "2016-10-07 18:56:43.364160"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis numquam magnam.\",\"body\":\"Parsing the protocol won't do anything, we need to calculate the solid state smtp alarm!\"}"], ["created_at", "2016-10-07 18:56:43.365050"], ["updated_at", "2016-10-07 18:56:43.365050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores cum ut molestiae.\",\"body\":\"Use the wireless JSON application, then you can bypass the auxiliary microchip!\"}"], ["created_at", "2016-10-07 18:56:43.365958"], ["updated_at", "2016-10-07 18:56:43.365958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet id ab aut facere a nihil dolorem.\",\"body\":\"We need to input the online XSS interface!\"}"], ["created_at", "2016-10-07 18:56:43.366835"], ["updated_at", "2016-10-07 18:56:43.366835"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed reiciendis rerum molestiae cupiditate sit.\",\"body\":\"I'll copy the wireless THX hard drive, that should sensor the RSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.367716"], ["updated_at", "2016-10-07 18:56:43.367716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam ex omnis quisquam.\",\"body\":\"If we hack the firewall, we can get to the IB firewall through the neural GB circuit!\"}"], ["created_at", "2016-10-07 18:56:43.368643"], ["updated_at", "2016-10-07 18:56:43.368643"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui qui suscipit corporis.\",\"body\":\"Parsing the sensor won't do anything, we need to quantify the back-end adp bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.369551"], ["updated_at", "2016-10-07 18:56:43.369551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam autem laborum sint.\",\"body\":\"We need to parse the multi-byte RSS program!\"}"], ["created_at", "2016-10-07 18:56:43.370474"], ["updated_at", "2016-10-07 18:56:43.370474"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem non aliquam aut dolor nihil ipsa.\",\"body\":\"I'll hack the 1080p SMTP bus, that should application the ADP system!\"}"], ["created_at", "2016-10-07 18:56:43.371451"], ["updated_at", "2016-10-07 18:56:43.371451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur placeat voluptatem perspiciatis.\",\"body\":\"You can't input the driver without bypassing the 1080p ADP protocol!\"}"], ["created_at", "2016-10-07 18:56:43.372351"], ["updated_at", "2016-10-07 18:56:43.372351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit voluptas voluptatem repellat officia pariatur aut.\",\"body\":\"I'll reboot the mobile HTTP microchip, that should interface the PNG firewall!\"}"], ["created_at", "2016-10-07 18:56:43.373228"], ["updated_at", "2016-10-07 18:56:43.373228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed placeat cum dolorum.\",\"body\":\"Quantifying the hard drive won't do anything, we need to quantify the optical sms pixel!\"}"], ["created_at", "2016-10-07 18:56:43.374100"], ["updated_at", "2016-10-07 18:56:43.374100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi est hic sunt et qui nihil.\",\"body\":\"If we reboot the application, we can get to the RAM system through the haptic GB application!\"}"], ["created_at", "2016-10-07 18:56:43.375021"], ["updated_at", "2016-10-07 18:56:43.375021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum sed ut id.\",\"body\":\"Use the auxiliary JBOD matrix, then you can connect the digital sensor!\"}"], ["created_at", "2016-10-07 18:56:43.375896"], ["updated_at", "2016-10-07 18:56:43.375896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores qui veritatis sunt quo at et.\",\"body\":\"We need to connect the wireless TCP application!\"}"], ["created_at", "2016-10-07 18:56:43.376775"], ["updated_at", "2016-10-07 18:56:43.376775"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero error odit iste.\",\"body\":\"Use the online FTP alarm, then you can reboot the digital monitor!\"}"], ["created_at", "2016-10-07 18:56:43.377651"], ["updated_at", "2016-10-07 18:56:43.377651"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure consequatur ipsam provident et pariatur laborum consequatur.\",\"body\":\"The CSS driver is down, copy the 1080p array so we can back up the EXE alarm!\"}"], ["created_at", "2016-10-07 18:56:43.378543"], ["updated_at", "2016-10-07 18:56:43.378543"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem voluptatem ratione molestiae.\",\"body\":\"Overriding the firewall won't do anything, we need to quantify the wireless http array!\"}"], ["created_at", "2016-10-07 18:56:43.380203"], ["updated_at", "2016-10-07 18:56:43.380203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia sunt in explicabo ab dignissimos quia voluptas.\",\"body\":\"Indexing the matrix won't do anything, we need to override the auxiliary adp capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.381429"], ["updated_at", "2016-10-07 18:56:43.381429"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus reiciendis et adipisci.\",\"body\":\"Generating the matrix won't do anything, we need to quantify the redundant ssl bus!\"}"], ["created_at", "2016-10-07 18:56:43.382440"], ["updated_at", "2016-10-07 18:56:43.382440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis nulla quas quibusdam occaecati aut.\",\"body\":\"You can't copy the panel without quantifying the bluetooth XML pixel!\"}"], ["created_at", "2016-10-07 18:56:43.383418"], ["updated_at", "2016-10-07 18:56:43.383418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus sed quis.\",\"body\":\"Try to quantify the RAM interface, maybe it will connect the neural application!\"}"], ["created_at", "2016-10-07 18:56:43.384323"], ["updated_at", "2016-10-07 18:56:43.384323"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et itaque rerum omnis laborum consequatur quo.\",\"body\":\"Try to transmit the SAS bandwidth, maybe it will navigate the auxiliary capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.385213"], ["updated_at", "2016-10-07 18:56:43.385213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores dignissimos molestiae qui et non reprehenderit dolorum.\",\"body\":\"I'll hack the virtual GB sensor, that should interface the SAS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.386097"], ["updated_at", "2016-10-07 18:56:43.386097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est velit fugit ducimus.\",\"body\":\"I'll compress the cross-platform JSON feed, that should interface the USB bus!\"}"], ["created_at", "2016-10-07 18:56:43.387038"], ["updated_at", "2016-10-07 18:56:43.387038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dicta ut et pariatur excepturi quo et.\",\"body\":\"Use the haptic ADP sensor, then you can parse the primary panel!\"}"], ["created_at", "2016-10-07 18:56:43.387985"], ["updated_at", "2016-10-07 18:56:43.387985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor rerum ut quaerat.\",\"body\":\"Try to index the AGP port, maybe it will quantify the mobile program!\"}"], ["created_at", "2016-10-07 18:56:43.388906"], ["updated_at", "2016-10-07 18:56:43.388906"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur assumenda repellat.\",\"body\":\"You can't compress the feed without indexing the primary GB program!\"}"], ["created_at", "2016-10-07 18:56:43.389781"], ["updated_at", "2016-10-07 18:56:43.389781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium commodi deserunt repudiandae nemo.\",\"body\":\"If we synthesize the program, we can get to the RSS pixel through the redundant COM transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.390675"], ["updated_at", "2016-10-07 18:56:43.390675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam consectetur facilis tempora.\",\"body\":\"Try to generate the IB port, maybe it will parse the wireless port!\"}"], ["created_at", "2016-10-07 18:56:43.391570"], ["updated_at", "2016-10-07 18:56:43.391570"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur tempore animi et quo.\",\"body\":\"You can't transmit the bus without quantifying the back-end SMS monitor!\"}"], ["created_at", "2016-10-07 18:56:43.392454"], ["updated_at", "2016-10-07 18:56:43.392454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus ab repudiandae molestiae voluptatem.\",\"body\":\"Try to back up the PNG transmitter, maybe it will navigate the multi-byte pixel!\"}"], ["created_at", "2016-10-07 18:56:43.393345"], ["updated_at", "2016-10-07 18:56:43.393345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis fugit alias.\",\"body\":\"Use the cross-platform USB pixel, then you can calculate the virtual monitor!\"}"], ["created_at", "2016-10-07 18:56:43.394226"], ["updated_at", "2016-10-07 18:56:43.394226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur consequuntur asperiores explicabo modi sint.\",\"body\":\"Use the bluetooth SMS protocol, then you can transmit the online array!\"}"], ["created_at", "2016-10-07 18:56:43.395126"], ["updated_at", "2016-10-07 18:56:43.395126"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab molestiae ducimus ea quo.\",\"body\":\"If we quantify the transmitter, we can get to the SMS protocol through the optical SMS array!\"}"], ["created_at", "2016-10-07 18:56:43.396031"], ["updated_at", "2016-10-07 18:56:43.396031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure excepturi itaque est modi et.\",\"body\":\"We need to program the neural PNG hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.396966"], ["updated_at", "2016-10-07 18:56:43.396966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quo sed sunt quo.\",\"body\":\"The FTP transmitter is down, calculate the solid state array so we can input the SMS protocol!\"}"], ["created_at", "2016-10-07 18:56:43.397901"], ["updated_at", "2016-10-07 18:56:43.397901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non dicta et ab accusantium.\",\"body\":\"Quantifying the protocol won't do anything, we need to generate the digital sms matrix!\"}"], ["created_at", "2016-10-07 18:56:43.398844"], ["updated_at", "2016-10-07 18:56:43.398844"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia corrupti sunt.\",\"body\":\"The FTP application is down, connect the primary card so we can program the JSON sensor!\"}"], ["created_at", "2016-10-07 18:56:43.399792"], ["updated_at", "2016-10-07 18:56:43.399792"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem molestiae aliquam odio ullam.\",\"body\":\"Try to compress the GB microchip, maybe it will generate the mobile bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.400681"], ["updated_at", "2016-10-07 18:56:43.400681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis voluptas omnis qui quis voluptas voluptatum qui.\",\"body\":\"Use the optical SMTP matrix, then you can back up the open-source hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.401596"], ["updated_at", "2016-10-07 18:56:43.401596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint error velit voluptatibus.\",\"body\":\"Try to connect the PNG application, maybe it will override the neural microchip!\"}"], ["created_at", "2016-10-07 18:56:43.402494"], ["updated_at", "2016-10-07 18:56:43.402494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut accusantium aspernatur.\",\"body\":\"Backing up the monitor won't do anything, we need to override the online exe transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.403447"], ["updated_at", "2016-10-07 18:56:43.403447"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum dolore id.\",\"body\":\"We need to transmit the auxiliary IB array!\"}"], ["created_at", "2016-10-07 18:56:43.404380"], ["updated_at", "2016-10-07 18:56:43.404380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae nulla harum quibusdam tempora.\",\"body\":\"Try to parse the PNG bus, maybe it will compress the neural port!\"}"], ["created_at", "2016-10-07 18:56:43.405326"], ["updated_at", "2016-10-07 18:56:43.405326"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nihil et.\",\"body\":\"Transmitting the capacitor won't do anything, we need to transmit the optical usb port!\"}"], ["created_at", "2016-10-07 18:56:43.406290"], ["updated_at", "2016-10-07 18:56:43.406290"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas voluptatem mollitia omnis.\",\"body\":\"You can't connect the sensor without backing up the neural ADP sensor!\"}"], ["created_at", "2016-10-07 18:56:43.407606"], ["updated_at", "2016-10-07 18:56:43.407606"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum quam ipsam.\",\"body\":\"The RSS circuit is down, index the wireless interface so we can input the RAM port!\"}"], ["created_at", "2016-10-07 18:56:43.408857"], ["updated_at", "2016-10-07 18:56:43.408857"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio ad nam voluptas aut.\",\"body\":\"Use the cross-platform PNG pixel, then you can hack the open-source firewall!\"}"], ["created_at", "2016-10-07 18:56:43.410019"], ["updated_at", "2016-10-07 18:56:43.410019"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ullam culpa.\",\"body\":\"If we navigate the protocol, we can get to the HTTP panel through the haptic SDD circuit!\"}"], ["created_at", "2016-10-07 18:56:43.411191"], ["updated_at", "2016-10-07 18:56:43.411191"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit unde nisi provident dignissimos aut reiciendis deleniti.\",\"body\":\"The CSS application is down, transmit the online hard drive so we can copy the SAS hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.412395"], ["updated_at", "2016-10-07 18:56:43.412395"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum sit hic velit repellat aut.\",\"body\":\"Use the multi-byte SMS feed, then you can copy the haptic firewall!\"}"], ["created_at", "2016-10-07 18:56:43.413626"], ["updated_at", "2016-10-07 18:56:43.413626"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et quia et eum reiciendis ullam.\",\"body\":\"Compressing the bandwidth won't do anything, we need to transmit the wireless sdd application!\"}"], ["created_at", "2016-10-07 18:56:43.419192"], ["updated_at", "2016-10-07 18:56:43.419192"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum dolorem omnis praesentium voluptate est amet.\",\"body\":\"You can't override the firewall without connecting the back-end HDD circuit!\"}"], ["created_at", "2016-10-07 18:56:43.420337"], ["updated_at", "2016-10-07 18:56:43.420337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At et debitis vel.\",\"body\":\"I'll synthesize the wireless SDD firewall, that should bandwidth the RAM card!\"}"], ["created_at", "2016-10-07 18:56:43.421400"], ["updated_at", "2016-10-07 18:56:43.421400"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis eos enim id amet.\",\"body\":\"We need to index the mobile RSS system!\"}"], ["created_at", "2016-10-07 18:56:43.422382"], ["updated_at", "2016-10-07 18:56:43.422382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum occaecati dolores et qui quaerat.\",\"body\":\"Try to calculate the SAS card, maybe it will hack the primary pixel!\"}"], ["created_at", "2016-10-07 18:56:43.423403"], ["updated_at", "2016-10-07 18:56:43.423403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem mollitia dicta.\",\"body\":\"Try to navigate the RSS microchip, maybe it will override the online program!\"}"], ["created_at", "2016-10-07 18:56:43.424390"], ["updated_at", "2016-10-07 18:56:43.424390"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum eos praesentium eius neque.\",\"body\":\"I'll input the neural SQL firewall, that should feed the SDD alarm!\"}"], ["created_at", "2016-10-07 18:56:43.425400"], ["updated_at", "2016-10-07 18:56:43.425400"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti harum quas rerum.\",\"body\":\"You can't copy the sensor without navigating the neural RAM program!\"}"], ["created_at", "2016-10-07 18:56:43.426432"], ["updated_at", "2016-10-07 18:56:43.426432"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam laborum commodi qui est velit enim ad.\",\"body\":\"The RAM hard drive is down, hack the auxiliary protocol so we can reboot the COM sensor!\"}"], ["created_at", "2016-10-07 18:56:43.427444"], ["updated_at", "2016-10-07 18:56:43.427444"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa est neque quia cupiditate tenetur sed.\",\"body\":\"We need to reboot the mobile JSON array!\"}"], ["created_at", "2016-10-07 18:56:43.428476"], ["updated_at", "2016-10-07 18:56:43.428476"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque sit hic.\",\"body\":\"Try to program the ADP circuit, maybe it will quantify the primary alarm!\"}"], ["created_at", "2016-10-07 18:56:43.429520"], ["updated_at", "2016-10-07 18:56:43.429520"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim cum iste vitae nam vel et harum.\",\"body\":\"I'll navigate the digital JSON panel, that should bus the HTTP program!\"}"], ["created_at", "2016-10-07 18:56:43.430561"], ["updated_at", "2016-10-07 18:56:43.430561"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure sapiente sit accusantium.\",\"body\":\"The PCI sensor is down, index the cross-platform array so we can connect the RSS microchip!\"}"], ["created_at", "2016-10-07 18:56:43.431596"], ["updated_at", "2016-10-07 18:56:43.431596"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptatum impedit.\",\"body\":\"Use the mobile TCP interface, then you can connect the online driver!\"}"], ["created_at", "2016-10-07 18:56:43.432603"], ["updated_at", "2016-10-07 18:56:43.432603"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat nobis voluptas.\",\"body\":\"Try to override the JSON matrix, maybe it will input the open-source transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.433626"], ["updated_at", "2016-10-07 18:56:43.433626"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quae temporibus.\",\"body\":\"If we back up the sensor, we can get to the AI array through the online USB application!\"}"], ["created_at", "2016-10-07 18:56:43.434659"], ["updated_at", "2016-10-07 18:56:43.434659"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non eos qui.\",\"body\":\"Quantifying the array won't do anything, we need to copy the virtual css bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.435637"], ["updated_at", "2016-10-07 18:56:43.435637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae dolorem accusamus eaque cumque inventore doloribus debitis.\",\"body\":\"We need to bypass the primary RAM card!\"}"], ["created_at", "2016-10-07 18:56:43.436710"], ["updated_at", "2016-10-07 18:56:43.436710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptates sint molestiae qui porro magni.\",\"body\":\"Try to transmit the JSON array, maybe it will connect the cross-platform monitor!\"}"], ["created_at", "2016-10-07 18:56:43.437791"], ["updated_at", "2016-10-07 18:56:43.437791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga tempore sit et rerum suscipit est.\",\"body\":\"Try to input the EXE matrix, maybe it will transmit the open-source panel!\"}"], ["created_at", "2016-10-07 18:56:43.438902"], ["updated_at", "2016-10-07 18:56:43.438902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores placeat debitis quia a.\",\"body\":\"You can't navigate the circuit without overriding the haptic RSS application!\"}"], ["created_at", "2016-10-07 18:56:43.439956"], ["updated_at", "2016-10-07 18:56:43.439956"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto et exercitationem blanditiis necessitatibus.\",\"body\":\"We need to index the neural SAS protocol!\"}"], ["created_at", "2016-10-07 18:56:43.441091"], ["updated_at", "2016-10-07 18:56:43.441091"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod occaecati earum et.\",\"body\":\"Use the solid state HDD protocol, then you can transmit the mobile bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.442158"], ["updated_at", "2016-10-07 18:56:43.442158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere dolore dignissimos voluptatibus officia voluptatem.\",\"body\":\"We need to index the wireless FTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.443248"], ["updated_at", "2016-10-07 18:56:43.443248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum tempore quia adipisci repudiandae et.\",\"body\":\"Try to override the JSON protocol, maybe it will parse the 1080p bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.444274"], ["updated_at", "2016-10-07 18:56:43.444274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A dignissimos omnis dolorem nisi vitae mollitia nihil.\",\"body\":\"If we back up the firewall, we can get to the SMS port through the cross-platform AI bus!\"}"], ["created_at", "2016-10-07 18:56:43.445267"], ["updated_at", "2016-10-07 18:56:43.445267"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit quis vel ducimus saepe provident enim et.\",\"body\":\"Use the primary SMTP driver, then you can copy the bluetooth monitor!\"}"], ["created_at", "2016-10-07 18:56:43.446279"], ["updated_at", "2016-10-07 18:56:43.446279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem eum excepturi nulla illum.\",\"body\":\"I'll reboot the cross-platform THX interface, that should driver the XSS driver!\"}"], ["created_at", "2016-10-07 18:56:43.447344"], ["updated_at", "2016-10-07 18:56:43.447344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint asperiores aspernatur aut sed.\",\"body\":\"If we program the monitor, we can get to the IB bus through the auxiliary JSON system!\"}"], ["created_at", "2016-10-07 18:56:43.448328"], ["updated_at", "2016-10-07 18:56:43.448328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate et qui nostrum quia dignissimos temporibus.\",\"body\":\"I'll reboot the neural RAM circuit, that should array the SAS protocol!\"}"], ["created_at", "2016-10-07 18:56:43.449375"], ["updated_at", "2016-10-07 18:56:43.449375"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut maiores sed expedita impedit qui aut eaque.\",\"body\":\"You can't connect the bandwidth without transmitting the digital FTP driver!\"}"], ["created_at", "2016-10-07 18:56:43.450354"], ["updated_at", "2016-10-07 18:56:43.450354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A et aut ipsum nulla aut quisquam fuga.\",\"body\":\"We need to program the cross-platform COM driver!\"}"], ["created_at", "2016-10-07 18:56:43.451404"], ["updated_at", "2016-10-07 18:56:43.451404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus vitae dolorum.\",\"body\":\"The RAM capacitor is down, input the primary transmitter so we can quantify the JBOD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.452470"], ["updated_at", "2016-10-07 18:56:43.452470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam laboriosam quos eos hic quia fuga aliquid.\",\"body\":\"The HDD array is down, generate the primary alarm so we can parse the RAM circuit!\"}"], ["created_at", "2016-10-07 18:56:43.453582"], ["updated_at", "2016-10-07 18:56:43.453582"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem in unde molestias.\",\"body\":\"You can't bypass the matrix without calculating the solid state SAS transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.454722"], ["updated_at", "2016-10-07 18:56:43.454722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero voluptatum laudantium.\",\"body\":\"Try to copy the JSON application, maybe it will calculate the virtual interface!\"}"], ["created_at", "2016-10-07 18:56:43.455817"], ["updated_at", "2016-10-07 18:56:43.455817"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum vel aut ipsa sapiente reprehenderit quis.\",\"body\":\"Use the auxiliary RSS monitor, then you can override the cross-platform panel!\"}"], ["created_at", "2016-10-07 18:56:43.456928"], ["updated_at", "2016-10-07 18:56:43.456928"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem asperiores eius eum nisi est vitae assumenda.\",\"body\":\"Try to synthesize the SSL sensor, maybe it will override the auxiliary feed!\"}"], ["created_at", "2016-10-07 18:56:43.458022"], ["updated_at", "2016-10-07 18:56:43.458022"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi consequatur quam laudantium tempore aliquid ratione reiciendis.\",\"body\":\"Use the haptic GB program, then you can calculate the multi-byte program!\"}"], ["created_at", "2016-10-07 18:56:43.459133"], ["updated_at", "2016-10-07 18:56:43.459133"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ratione iusto.\",\"body\":\"Try to override the COM alarm, maybe it will synthesize the haptic matrix!\"}"], ["created_at", "2016-10-07 18:56:43.460234"], ["updated_at", "2016-10-07 18:56:43.460234"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque vero voluptatum porro.\",\"body\":\"If we transmit the card, we can get to the PCI capacitor through the optical SCSI firewall!\"}"], ["created_at", "2016-10-07 18:56:43.461333"], ["updated_at", "2016-10-07 18:56:43.461333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum quo est qui dolore totam.\",\"body\":\"Parsing the monitor won't do anything, we need to index the primary css port!\"}"], ["created_at", "2016-10-07 18:56:43.462424"], ["updated_at", "2016-10-07 18:56:43.462424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam facere ut et exercitationem asperiores.\",\"body\":\"We need to navigate the digital XSS hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.463527"], ["updated_at", "2016-10-07 18:56:43.463527"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores vero magni.\",\"body\":\"I'll reboot the open-source EXE firewall, that should pixel the HTTP bus!\"}"], ["created_at", "2016-10-07 18:56:43.464624"], ["updated_at", "2016-10-07 18:56:43.464624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt velit vitae qui.\",\"body\":\"Transmitting the firewall won't do anything, we need to calculate the virtual thx alarm!\"}"], ["created_at", "2016-10-07 18:56:43.465745"], ["updated_at", "2016-10-07 18:56:43.465745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis autem molestias similique.\",\"body\":\"Try to transmit the USB system, maybe it will bypass the wireless card!\"}"], ["created_at", "2016-10-07 18:56:43.466840"], ["updated_at", "2016-10-07 18:56:43.466840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut dolorem iusto exercitationem.\",\"body\":\"Overriding the array won't do anything, we need to copy the virtual http firewall!\"}"], ["created_at", "2016-10-07 18:56:43.467887"], ["updated_at", "2016-10-07 18:56:43.467887"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse et dignissimos.\",\"body\":\"I'll synthesize the virtual SSL panel, that should firewall the XML transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.468983"], ["updated_at", "2016-10-07 18:56:43.468983"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis quas ut voluptatem sunt molestiae illo.\",\"body\":\"Programming the pixel won't do anything, we need to index the solid state http bus!\"}"], ["created_at", "2016-10-07 18:56:43.470079"], ["updated_at", "2016-10-07 18:56:43.470079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor minima iure aspernatur voluptas accusantium quia consequuntur.\",\"body\":\"If we quantify the interface, we can get to the HTTP bus through the cross-platform SMTP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.471150"], ["updated_at", "2016-10-07 18:56:43.471150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque explicabo sed et dolorum inventore qui in.\",\"body\":\"If we calculate the driver, we can get to the HTTP interface through the solid state ADP pixel!\"}"], ["created_at", "2016-10-07 18:56:43.472156"], ["updated_at", "2016-10-07 18:56:43.472156"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit quia totam mollitia beatae ut quis.\",\"body\":\"Use the cross-platform SAS pixel, then you can generate the bluetooth circuit!\"}"], ["created_at", "2016-10-07 18:56:43.473073"], ["updated_at", "2016-10-07 18:56:43.473073"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores atque ut rerum consequatur id.\",\"body\":\"We need to override the open-source AGP hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.473999"], ["updated_at", "2016-10-07 18:56:43.473999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae est qui earum.\",\"body\":\"Try to back up the THX alarm, maybe it will copy the virtual alarm!\"}"], ["created_at", "2016-10-07 18:56:43.474968"], ["updated_at", "2016-10-07 18:56:43.474968"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos iure blanditiis reiciendis sit.\",\"body\":\"You can't reboot the feed without synthesizing the wireless PCI capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.475919"], ["updated_at", "2016-10-07 18:56:43.475919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi eos corrupti.\",\"body\":\"You can't connect the feed without backing up the bluetooth XML pixel!\"}"], ["created_at", "2016-10-07 18:56:43.476852"], ["updated_at", "2016-10-07 18:56:43.476852"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quia ratione et dicta.\",\"body\":\"If we synthesize the bus, we can get to the JBOD interface through the haptic COM bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.477798"], ["updated_at", "2016-10-07 18:56:43.477798"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad ullam aut rerum sunt.\",\"body\":\"Try to compress the PNG feed, maybe it will connect the auxiliary panel!\"}"], ["created_at", "2016-10-07 18:56:43.478784"], ["updated_at", "2016-10-07 18:56:43.478784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius dicta aliquid.\",\"body\":\"Programming the driver won't do anything, we need to hack the solid state sql firewall!\"}"], ["created_at", "2016-10-07 18:56:43.479738"], ["updated_at", "2016-10-07 18:56:43.479738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum suscipit ea distinctio consequatur autem ut laudantium.\",\"body\":\"Try to connect the USB feed, maybe it will reboot the solid state transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.480645"], ["updated_at", "2016-10-07 18:56:43.480645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio temporibus qui enim.\",\"body\":\"We need to navigate the neural IB bus!\"}"], ["created_at", "2016-10-07 18:56:43.481614"], ["updated_at", "2016-10-07 18:56:43.481614"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas placeat aut odio cumque ut.\",\"body\":\"Use the mobile PCI array, then you can quantify the optical monitor!\"}"], ["created_at", "2016-10-07 18:56:43.482601"], ["updated_at", "2016-10-07 18:56:43.482601"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis dignissimos assumenda deleniti est consequatur odio praesentium.\",\"body\":\"I'll generate the open-source AI circuit, that should hard drive the USB program!\"}"], ["created_at", "2016-10-07 18:56:43.483548"], ["updated_at", "2016-10-07 18:56:43.483548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis iusto blanditiis.\",\"body\":\"I'll input the online JBOD pixel, that should bus the AGP panel!\"}"], ["created_at", "2016-10-07 18:56:43.484499"], ["updated_at", "2016-10-07 18:56:43.484499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id consequatur est expedita aliquam.\",\"body\":\"I'll calculate the wireless SQL interface, that should array the TCP pixel!\"}"], ["created_at", "2016-10-07 18:56:43.485462"], ["updated_at", "2016-10-07 18:56:43.485462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium dolore aut sit quo.\",\"body\":\"The THX sensor is down, program the digital port so we can compress the SSL matrix!\"}"], ["created_at", "2016-10-07 18:56:43.486377"], ["updated_at", "2016-10-07 18:56:43.486377"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia esse dolorem.\",\"body\":\"Calculating the hard drive won't do anything, we need to synthesize the neural adp driver!\"}"], ["created_at", "2016-10-07 18:56:43.487389"], ["updated_at", "2016-10-07 18:56:43.487389"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi magni dolor.\",\"body\":\"The SQL driver is down, override the auxiliary capacitor so we can generate the COM transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.488366"], ["updated_at", "2016-10-07 18:56:43.488366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui qui nostrum amet.\",\"body\":\"We need to transmit the redundant XSS application!\"}"], ["created_at", "2016-10-07 18:56:43.489305"], ["updated_at", "2016-10-07 18:56:43.489305"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur quia modi delectus molestiae.\",\"body\":\"Use the open-source HTTP alarm, then you can bypass the solid state protocol!\"}"], ["created_at", "2016-10-07 18:56:43.490268"], ["updated_at", "2016-10-07 18:56:43.490268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et odio a facilis laborum aperiam iusto.\",\"body\":\"Try to parse the PNG interface, maybe it will compress the online bus!\"}"], ["created_at", "2016-10-07 18:56:43.491219"], ["updated_at", "2016-10-07 18:56:43.491219"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis magnam aut sit voluptate.\",\"body\":\"You can't reboot the transmitter without bypassing the 1080p HDD bus!\"}"], ["created_at", "2016-10-07 18:56:43.492176"], ["updated_at", "2016-10-07 18:56:43.492176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad id omnis non et.\",\"body\":\"If we generate the capacitor, we can get to the FTP feed through the auxiliary THX interface!\"}"], ["created_at", "2016-10-07 18:56:43.493106"], ["updated_at", "2016-10-07 18:56:43.493106"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In et repellat nobis libero cum.\",\"body\":\"Use the back-end HTTP sensor, then you can connect the back-end driver!\"}"], ["created_at", "2016-10-07 18:56:43.494052"], ["updated_at", "2016-10-07 18:56:43.494052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et fugiat voluptas adipisci voluptatum quos sint.\",\"body\":\"We need to calculate the back-end EXE sensor!\"}"], ["created_at", "2016-10-07 18:56:43.494995"], ["updated_at", "2016-10-07 18:56:43.494995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo et enim dolore corrupti dignissimos voluptate.\",\"body\":\"If we transmit the card, we can get to the ADP sensor through the primary AI interface!\"}"], ["created_at", "2016-10-07 18:56:43.495950"], ["updated_at", "2016-10-07 18:56:43.495950"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi consequuntur eius non.\",\"body\":\"Use the solid state RAM bandwidth, then you can bypass the online port!\"}"], ["created_at", "2016-10-07 18:56:43.496882"], ["updated_at", "2016-10-07 18:56:43.496882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut doloribus excepturi autem rerum.\",\"body\":\"The FTP sensor is down, calculate the back-end protocol so we can copy the SCSI bus!\"}"], ["created_at", "2016-10-07 18:56:43.497856"], ["updated_at", "2016-10-07 18:56:43.497856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem accusamus iste amet.\",\"body\":\"The AI transmitter is down, synthesize the cross-platform bandwidth so we can parse the XSS pixel!\"}"], ["created_at", "2016-10-07 18:56:43.498838"], ["updated_at", "2016-10-07 18:56:43.498838"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam beatae odio et placeat vel assumenda.\",\"body\":\"I'll back up the wireless CSS alarm, that should microchip the XSS hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.499782"], ["updated_at", "2016-10-07 18:56:43.499782"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam molestias ut veritatis aut magni voluptatum.\",\"body\":\"We need to connect the digital TCP alarm!\"}"], ["created_at", "2016-10-07 18:56:43.500736"], ["updated_at", "2016-10-07 18:56:43.500736"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat sunt eaque alias.\",\"body\":\"If we back up the transmitter, we can get to the SSL pixel through the wireless USB port!\"}"], ["created_at", "2016-10-07 18:56:43.501709"], ["updated_at", "2016-10-07 18:56:43.501709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel doloremque ipsum enim.\",\"body\":\"Try to index the FTP driver, maybe it will compress the back-end feed!\"}"], ["created_at", "2016-10-07 18:56:43.502694"], ["updated_at", "2016-10-07 18:56:43.502694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora odio ut.\",\"body\":\"The HDD array is down, synthesize the cross-platform circuit so we can override the CSS program!\"}"], ["created_at", "2016-10-07 18:56:43.503677"], ["updated_at", "2016-10-07 18:56:43.503677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga nobis voluptatibus consequatur eaque rerum dignissimos.\",\"body\":\"We need to hack the redundant AGP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.504677"], ["updated_at", "2016-10-07 18:56:43.504677"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum fugit accusamus.\",\"body\":\"You can't navigate the monitor without quantifying the open-source USB program!\"}"], ["created_at", "2016-10-07 18:56:43.505636"], ["updated_at", "2016-10-07 18:56:43.505636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias voluptas unde molestiae voluptatem vel.\",\"body\":\"Use the open-source THX bandwidth, then you can quantify the primary monitor!\"}"], ["created_at", "2016-10-07 18:56:43.506704"], ["updated_at", "2016-10-07 18:56:43.506704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur numquam dolor.\",\"body\":\"I'll quantify the 1080p AI port, that should circuit the RAM card!\"}"], ["created_at", "2016-10-07 18:56:43.507676"], ["updated_at", "2016-10-07 18:56:43.507676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptates voluptas ipsa et quos.\",\"body\":\"You can't compress the alarm without overriding the neural EXE interface!\"}"], ["created_at", "2016-10-07 18:56:43.508710"], ["updated_at", "2016-10-07 18:56:43.508710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat dolor nihil odit rerum expedita blanditiis.\",\"body\":\"I'll parse the wireless PNG hard drive, that should panel the PCI monitor!\"}"], ["created_at", "2016-10-07 18:56:43.509766"], ["updated_at", "2016-10-07 18:56:43.509766"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel exercitationem ex voluptas est ad.\",\"body\":\"Use the mobile XSS circuit, then you can index the optical feed!\"}"], ["created_at", "2016-10-07 18:56:43.510802"], ["updated_at", "2016-10-07 18:56:43.510802"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis aut quis quia et ipsa.\",\"body\":\"Generating the bus won't do anything, we need to transmit the bluetooth thx bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.511850"], ["updated_at", "2016-10-07 18:56:43.511850"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae et expedita commodi voluptas.\",\"body\":\"The HDD circuit is down, program the digital application so we can copy the USB port!\"}"], ["created_at", "2016-10-07 18:56:43.512848"], ["updated_at", "2016-10-07 18:56:43.512848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut eius.\",\"body\":\"If we generate the alarm, we can get to the RSS protocol through the digital SSL driver!\"}"], ["created_at", "2016-10-07 18:56:43.513797"], ["updated_at", "2016-10-07 18:56:43.513797"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo ducimus hic.\",\"body\":\"You can't generate the panel without connecting the digital COM capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.514838"], ["updated_at", "2016-10-07 18:56:43.514838"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et nostrum quae.\",\"body\":\"Use the bluetooth USB hard drive, then you can reboot the haptic transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.515815"], ["updated_at", "2016-10-07 18:56:43.515815"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium sint eos reiciendis laboriosam animi.\",\"body\":\"The TCP hard drive is down, index the open-source transmitter so we can parse the XML feed!\"}"], ["created_at", "2016-10-07 18:56:43.516773"], ["updated_at", "2016-10-07 18:56:43.516773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In sit eaque voluptatibus.\",\"body\":\"We need to navigate the cross-platform THX capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.517771"], ["updated_at", "2016-10-07 18:56:43.517771"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor saepe deserunt necessitatibus.\",\"body\":\"The EXE system is down, back up the open-source protocol so we can reboot the SQL bus!\"}"], ["created_at", "2016-10-07 18:56:43.518772"], ["updated_at", "2016-10-07 18:56:43.518772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione hic rerum cumque qui.\",\"body\":\"Transmitting the card won't do anything, we need to input the digital ai transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.519795"], ["updated_at", "2016-10-07 18:56:43.519795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus nisi ut id delectus.\",\"body\":\"Try to copy the SDD firewall, maybe it will transmit the haptic interface!\"}"], ["created_at", "2016-10-07 18:56:43.520789"], ["updated_at", "2016-10-07 18:56:43.520789"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus cumque id quam porro laborum voluptate perferendis.\",\"body\":\"Try to input the TCP card, maybe it will transmit the primary port!\"}"], ["created_at", "2016-10-07 18:56:43.521808"], ["updated_at", "2016-10-07 18:56:43.521808"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque dignissimos harum itaque odio amet qui.\",\"body\":\"The SDD system is down, transmit the cross-platform monitor so we can transmit the JBOD alarm!\"}"], ["created_at", "2016-10-07 18:56:43.522761"], ["updated_at", "2016-10-07 18:56:43.522761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam ex dolore molestiae dolores numquam ratione.\",\"body\":\"The HTTP port is down, copy the digital driver so we can synthesize the EXE panel!\"}"], ["created_at", "2016-10-07 18:56:43.523694"], ["updated_at", "2016-10-07 18:56:43.523694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius aut eaque officiis.\",\"body\":\"If we copy the system, we can get to the GB port through the auxiliary SDD microchip!\"}"], ["created_at", "2016-10-07 18:56:43.524625"], ["updated_at", "2016-10-07 18:56:43.524625"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt eaque velit vel explicabo.\",\"body\":\"We need to program the 1080p AGP feed!\"}"], ["created_at", "2016-10-07 18:56:43.525547"], ["updated_at", "2016-10-07 18:56:43.525547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum voluptatem dolor reiciendis minus id.\",\"body\":\"You can't navigate the program without backing up the online IB hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.526568"], ["updated_at", "2016-10-07 18:56:43.526568"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis ut expedita officia esse dolor ut.\",\"body\":\"You can't synthesize the interface without generating the wireless GB driver!\"}"], ["created_at", "2016-10-07 18:56:43.527577"], ["updated_at", "2016-10-07 18:56:43.527577"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus cupiditate commodi.\",\"body\":\"If we back up the sensor, we can get to the SCSI system through the primary SSL program!\"}"], ["created_at", "2016-10-07 18:56:43.528567"], ["updated_at", "2016-10-07 18:56:43.528567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione officia excepturi et eligendi qui occaecati.\",\"body\":\"Use the digital HTTP protocol, then you can program the bluetooth protocol!\"}"], ["created_at", "2016-10-07 18:56:43.529577"], ["updated_at", "2016-10-07 18:56:43.529577"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat enim et quaerat quos occaecati quo.\",\"body\":\"I'll navigate the auxiliary SAS interface, that should monitor the XSS program!\"}"], ["created_at", "2016-10-07 18:56:43.530550"], ["updated_at", "2016-10-07 18:56:43.530550"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse deleniti aliquam.\",\"body\":\"I'll connect the online SAS application, that should feed the SQL interface!\"}"], ["created_at", "2016-10-07 18:56:43.531524"], ["updated_at", "2016-10-07 18:56:43.531524"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus maxime aut eos nemo est id temporibus.\",\"body\":\"We need to calculate the 1080p SSL bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.532560"], ["updated_at", "2016-10-07 18:56:43.532560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed itaque corrupti voluptas quam natus velit.\",\"body\":\"Use the solid state RAM driver, then you can hack the wireless program!\"}"], ["created_at", "2016-10-07 18:56:43.533592"], ["updated_at", "2016-10-07 18:56:43.533592"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur architecto voluptas dolorem autem sint ut ducimus.\",\"body\":\"You can't reboot the application without synthesizing the wireless PNG firewall!\"}"], ["created_at", "2016-10-07 18:56:43.534615"], ["updated_at", "2016-10-07 18:56:43.534615"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo dolores sunt fugiat quibusdam nemo quia.\",\"body\":\"The JBOD circuit is down, connect the virtual interface so we can hack the IB firewall!\"}"], ["created_at", "2016-10-07 18:56:43.535644"], ["updated_at", "2016-10-07 18:56:43.535644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti facilis aspernatur deserunt.\",\"body\":\"Use the primary EXE application, then you can reboot the mobile monitor!\"}"], ["created_at", "2016-10-07 18:56:43.536717"], ["updated_at", "2016-10-07 18:56:43.536717"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In perspiciatis incidunt dicta illo quasi et.\",\"body\":\"Try to synthesize the SSL protocol, maybe it will navigate the haptic matrix!\"}"], ["created_at", "2016-10-07 18:56:43.538399"], ["updated_at", "2016-10-07 18:56:43.538399"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel repellendus fugiat laudantium laboriosam dolorum rerum.\",\"body\":\"If we input the system, we can get to the HDD bus through the haptic SAS array!\"}"], ["created_at", "2016-10-07 18:56:43.539667"], ["updated_at", "2016-10-07 18:56:43.539667"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores ipsa odio itaque vel illo dignissimos omnis.\",\"body\":\"The PNG bandwidth is down, compress the auxiliary array so we can reboot the SCSI sensor!\"}"], ["created_at", "2016-10-07 18:56:43.541217"], ["updated_at", "2016-10-07 18:56:43.541217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum corporis repellat recusandae eum.\",\"body\":\"I'll parse the digital SMS bus, that should program the IB monitor!\"}"], ["created_at", "2016-10-07 18:56:43.542439"], ["updated_at", "2016-10-07 18:56:43.542439"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur omnis illum et.\",\"body\":\"Calculating the port won't do anything, we need to transmit the open-source tcp capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.543994"], ["updated_at", "2016-10-07 18:56:43.543994"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo et qui quibusdam eum distinctio molestias incidunt.\",\"body\":\"The XSS panel is down, reboot the solid state monitor so we can compress the JBOD firewall!\"}"], ["created_at", "2016-10-07 18:56:43.545211"], ["updated_at", "2016-10-07 18:56:43.545211"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam laboriosam quis voluptatum tempora commodi non eum.\",\"body\":\"Use the open-source AGP microchip, then you can compress the haptic sensor!\"}"], ["created_at", "2016-10-07 18:56:43.546418"], ["updated_at", "2016-10-07 18:56:43.546418"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et at inventore et sed ratione optio soluta.\",\"body\":\"The SMS monitor is down, compress the primary driver so we can parse the CSS matrix!\"}"], ["created_at", "2016-10-07 18:56:43.547938"], ["updated_at", "2016-10-07 18:56:43.547938"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim asperiores reprehenderit aut non animi et.\",\"body\":\"You can't index the port without indexing the cross-platform PCI microchip!\"}"], ["created_at", "2016-10-07 18:56:43.549193"], ["updated_at", "2016-10-07 18:56:43.549193"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos aut voluptatem inventore eos tempora ut praesentium.\",\"body\":\"We need to transmit the primary GB application!\"}"], ["created_at", "2016-10-07 18:56:43.550760"], ["updated_at", "2016-10-07 18:56:43.550760"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt eligendi provident.\",\"body\":\"You can't reboot the interface without overriding the neural SDD matrix!\"}"], ["created_at", "2016-10-07 18:56:43.552004"], ["updated_at", "2016-10-07 18:56:43.552004"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis ullam autem.\",\"body\":\"Connecting the hard drive won't do anything, we need to transmit the wireless thx pixel!\"}"], ["created_at", "2016-10-07 18:56:43.553240"], ["updated_at", "2016-10-07 18:56:43.553240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem laborum pariatur.\",\"body\":\"Use the digital TCP bandwidth, then you can calculate the mobile feed!\"}"], ["created_at", "2016-10-07 18:56:43.554539"], ["updated_at", "2016-10-07 18:56:43.554539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem non in provident ea.\",\"body\":\"Try to parse the XSS port, maybe it will input the neural alarm!\"}"], ["created_at", "2016-10-07 18:56:43.556068"], ["updated_at", "2016-10-07 18:56:43.556068"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In sed quae.\",\"body\":\"You can't program the matrix without copying the digital SMS circuit!\"}"], ["created_at", "2016-10-07 18:56:43.557351"], ["updated_at", "2016-10-07 18:56:43.557351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium velit odit quasi consequuntur.\",\"body\":\"I'll index the cross-platform AGP port, that should matrix the PNG array!\"}"], ["created_at", "2016-10-07 18:56:43.558731"], ["updated_at", "2016-10-07 18:56:43.558731"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quia facere qui deleniti eos.\",\"body\":\"Use the online SMS panel, then you can calculate the wireless card!\"}"], ["created_at", "2016-10-07 18:56:43.559801"], ["updated_at", "2016-10-07 18:56:43.559801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus tenetur molestiae corrupti aliquam ipsum quos a.\",\"body\":\"If we parse the hard drive, we can get to the TCP array through the bluetooth USB firewall!\"}"], ["created_at", "2016-10-07 18:56:43.560872"], ["updated_at", "2016-10-07 18:56:43.560872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore quam sequi.\",\"body\":\"Use the back-end SSL card, then you can hack the wireless card!\"}"], ["created_at", "2016-10-07 18:56:43.561930"], ["updated_at", "2016-10-07 18:56:43.561930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo et impedit.\",\"body\":\"I'll bypass the online SMTP firewall, that should matrix the IB interface!\"}"], ["created_at", "2016-10-07 18:56:43.563172"], ["updated_at", "2016-10-07 18:56:43.563172"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et magni sed ut quod sed qui numquam.\",\"body\":\"We need to connect the primary PCI pixel!\"}"], ["created_at", "2016-10-07 18:56:43.564233"], ["updated_at", "2016-10-07 18:56:43.564233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga itaque voluptatibus excepturi voluptatem.\",\"body\":\"Use the back-end JBOD bus, then you can hack the bluetooth firewall!\"}"], ["created_at", "2016-10-07 18:56:43.565302"], ["updated_at", "2016-10-07 18:56:43.565302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et ea.\",\"body\":\"You can't hack the matrix without overriding the back-end THX microchip!\"}"], ["created_at", "2016-10-07 18:56:43.566566"], ["updated_at", "2016-10-07 18:56:43.566566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae est praesentium sapiente doloremque.\",\"body\":\"The GB feed is down, navigate the cross-platform hard drive so we can override the SSL bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.567785"], ["updated_at", "2016-10-07 18:56:43.567785"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus et laboriosam esse laudantium maiores est.\",\"body\":\"The SAS pixel is down, bypass the back-end panel so we can transmit the CSS card!\"}"], ["created_at", "2016-10-07 18:56:43.569270"], ["updated_at", "2016-10-07 18:56:43.569270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod et et dolorum quisquam architecto dolor enim.\",\"body\":\"We need to copy the cross-platform JBOD driver!\"}"], ["created_at", "2016-10-07 18:56:43.570842"], ["updated_at", "2016-10-07 18:56:43.570842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui itaque et qui ut eaque quis unde.\",\"body\":\"Use the auxiliary RSS matrix, then you can copy the 1080p array!\"}"], ["created_at", "2016-10-07 18:56:43.572495"], ["updated_at", "2016-10-07 18:56:43.572495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur voluptate hic nemo itaque iusto.\",\"body\":\"You can't synthesize the firewall without generating the cross-platform CSS alarm!\"}"], ["created_at", "2016-10-07 18:56:43.573791"], ["updated_at", "2016-10-07 18:56:43.573791"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum qui nulla ea et mollitia.\",\"body\":\"The RSS sensor is down, connect the wireless monitor so we can program the HTTP array!\"}"], ["created_at", "2016-10-07 18:56:43.575062"], ["updated_at", "2016-10-07 18:56:43.575062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae nihil aliquam eos.\",\"body\":\"If we index the driver, we can get to the SAS system through the 1080p PNG application!\"}"], ["created_at", "2016-10-07 18:56:43.576615"], ["updated_at", "2016-10-07 18:56:43.576615"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet quia voluptatibus molestiae sed optio explicabo.\",\"body\":\"I'll navigate the open-source CSS alarm, that should feed the SMTP port!\"}"], ["created_at", "2016-10-07 18:56:43.577884"], ["updated_at", "2016-10-07 18:56:43.577884"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem omnis alias autem magni amet exercitationem.\",\"body\":\"We need to calculate the online RSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.579145"], ["updated_at", "2016-10-07 18:56:43.579145"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis dignissimos eos aut.\",\"body\":\"You can't synthesize the pixel without overriding the 1080p IB application!\"}"], ["created_at", "2016-10-07 18:56:43.580440"], ["updated_at", "2016-10-07 18:56:43.580440"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt quos nihil quidem et.\",\"body\":\"If we parse the protocol, we can get to the RAM microchip through the multi-byte HDD protocol!\"}"], ["created_at", "2016-10-07 18:56:43.582147"], ["updated_at", "2016-10-07 18:56:43.582147"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem ducimus voluptate sint.\",\"body\":\"If we back up the sensor, we can get to the XML interface through the virtual RAM system!\"}"], ["created_at", "2016-10-07 18:56:43.583434"], ["updated_at", "2016-10-07 18:56:43.583434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem vitae autem voluptas dolores numquam voluptate.\",\"body\":\"If we parse the panel, we can get to the RAM application through the neural PCI hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.584724"], ["updated_at", "2016-10-07 18:56:43.584724"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique sint necessitatibus provident.\",\"body\":\"We need to copy the mobile COM feed!\"}"], ["created_at", "2016-10-07 18:56:43.585883"], ["updated_at", "2016-10-07 18:56:43.585883"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia est omnis velit.\",\"body\":\"Try to program the ADP microchip, maybe it will index the optical capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.586964"], ["updated_at", "2016-10-07 18:56:43.586964"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem quia vel ullam aliquid.\",\"body\":\"Calculating the pixel won't do anything, we need to override the haptic css array!\"}"], ["created_at", "2016-10-07 18:56:43.588286"], ["updated_at", "2016-10-07 18:56:43.588286"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum enim rerum et magni voluptas dolore.\",\"body\":\"If we calculate the feed, we can get to the JBOD alarm through the multi-byte HTTP sensor!\"}"], ["created_at", "2016-10-07 18:56:43.589832"], ["updated_at", "2016-10-07 18:56:43.589832"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui repellendus nihil neque nihil enim cumque occaecati.\",\"body\":\"We need to synthesize the cross-platform SMS application!\"}"], ["created_at", "2016-10-07 18:56:43.591865"], ["updated_at", "2016-10-07 18:56:43.591865"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui accusamus reiciendis delectus sint fugit.\",\"body\":\"If we input the pixel, we can get to the JSON pixel through the back-end SSL bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.594907"], ["updated_at", "2016-10-07 18:56:43.594907"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde delectus voluptatibus minus maiores dignissimos.\",\"body\":\"We need to override the multi-byte ADP firewall!\"}"], ["created_at", "2016-10-07 18:56:43.596702"], ["updated_at", "2016-10-07 18:56:43.596702"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti ab vitae atque earum aspernatur aut dolores.\",\"body\":\"If we connect the microchip, we can get to the SDD alarm through the open-source THX interface!\"}"], ["created_at", "2016-10-07 18:56:43.599173"], ["updated_at", "2016-10-07 18:56:43.599173"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem est sed ipsum rem.\",\"body\":\"Calculating the panel won't do anything, we need to quantify the multi-byte rss bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.600277"], ["updated_at", "2016-10-07 18:56:43.600277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab corporis maxime voluptatem placeat dolor.\",\"body\":\"We need to index the auxiliary CSS system!\"}"], ["created_at", "2016-10-07 18:56:43.601291"], ["updated_at", "2016-10-07 18:56:43.601291"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam minus est assumenda.\",\"body\":\"You can't parse the matrix without navigating the back-end RAM system!\"}"], ["created_at", "2016-10-07 18:56:43.602327"], ["updated_at", "2016-10-07 18:56:43.602327"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum dolor consequatur et suscipit laborum perferendis.\",\"body\":\"Try to copy the COM array, maybe it will parse the multi-byte firewall!\"}"], ["created_at", "2016-10-07 18:56:43.603514"], ["updated_at", "2016-10-07 18:56:43.603514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam culpa itaque qui ipsum.\",\"body\":\"If we program the port, we can get to the XSS program through the 1080p ADP sensor!\"}"], ["created_at", "2016-10-07 18:56:43.604675"], ["updated_at", "2016-10-07 18:56:43.604675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A explicabo aliquam repudiandae eaque quisquam in.\",\"body\":\"Connecting the hard drive won't do anything, we need to calculate the haptic rss card!\"}"], ["created_at", "2016-10-07 18:56:43.605651"], ["updated_at", "2016-10-07 18:56:43.605651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In dolores maiores consequuntur.\",\"body\":\"Synthesizing the capacitor won't do anything, we need to connect the digital http application!\"}"], ["created_at", "2016-10-07 18:56:43.606685"], ["updated_at", "2016-10-07 18:56:43.606685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id velit ut sequi aspernatur qui tenetur laboriosam.\",\"body\":\"The PCI firewall is down, parse the digital bus so we can index the SMTP panel!\"}"], ["created_at", "2016-10-07 18:56:43.607887"], ["updated_at", "2016-10-07 18:56:43.607887"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos officiis modi.\",\"body\":\"Compressing the system won't do anything, we need to back up the multi-byte pci port!\"}"], ["created_at", "2016-10-07 18:56:43.608939"], ["updated_at", "2016-10-07 18:56:43.608939"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas ducimus ipsum quo id unde autem.\",\"body\":\"Synthesizing the port won't do anything, we need to compress the solid state hdd matrix!\"}"], ["created_at", "2016-10-07 18:56:43.610089"], ["updated_at", "2016-10-07 18:56:43.610089"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus commodi repellendus amet non.\",\"body\":\"Try to copy the EXE protocol, maybe it will copy the primary sensor!\"}"], ["created_at", "2016-10-07 18:56:43.611283"], ["updated_at", "2016-10-07 18:56:43.611283"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus cupiditate ipsam et iusto ullam.\",\"body\":\"The SDD pixel is down, navigate the multi-byte card so we can parse the TCP sensor!\"}"], ["created_at", "2016-10-07 18:56:43.612485"], ["updated_at", "2016-10-07 18:56:43.612485"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi sit eveniet.\",\"body\":\"If we index the feed, we can get to the XSS matrix through the back-end RSS card!\"}"], ["created_at", "2016-10-07 18:56:43.613722"], ["updated_at", "2016-10-07 18:56:43.613722"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eum commodi itaque ducimus natus.\",\"body\":\"We need to navigate the neural JSON port!\"}"], ["created_at", "2016-10-07 18:56:43.614937"], ["updated_at", "2016-10-07 18:56:43.614937"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis iste quae ipsum at.\",\"body\":\"You can't index the program without backing up the multi-byte TCP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.616211"], ["updated_at", "2016-10-07 18:56:43.616211"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci autem aliquid corporis.\",\"body\":\"Navigating the bus won't do anything, we need to index the primary sql bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.617409"], ["updated_at", "2016-10-07 18:56:43.617409"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vel qui voluptatem nemo error.\",\"body\":\"Try to transmit the USB bus, maybe it will hack the online panel!\"}"], ["created_at", "2016-10-07 18:56:43.618595"], ["updated_at", "2016-10-07 18:56:43.618595"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut in cupiditate incidunt voluptatem repellendus maxime occaecati.\",\"body\":\"If we program the array, we can get to the JBOD firewall through the digital COM feed!\"}"], ["created_at", "2016-10-07 18:56:43.620141"], ["updated_at", "2016-10-07 18:56:43.620141"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus corporis odio illum sunt suscipit earum.\",\"body\":\"Transmitting the system won't do anything, we need to program the primary png sensor!\"}"], ["created_at", "2016-10-07 18:56:43.621669"], ["updated_at", "2016-10-07 18:56:43.621669"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus porro vero sint aliquid vel vel.\",\"body\":\"If we navigate the driver, we can get to the CSS bus through the auxiliary THX alarm!\"}"], ["created_at", "2016-10-07 18:56:43.623009"], ["updated_at", "2016-10-07 18:56:43.623009"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui repellat.\",\"body\":\"We need to back up the bluetooth PCI system!\"}"], ["created_at", "2016-10-07 18:56:43.624219"], ["updated_at", "2016-10-07 18:56:43.624219"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt vel impedit est numquam reiciendis.\",\"body\":\"You can't calculate the panel without backing up the online RSS pixel!\"}"], ["created_at", "2016-10-07 18:56:43.625723"], ["updated_at", "2016-10-07 18:56:43.625723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non ut qui.\",\"body\":\"I'll copy the auxiliary CSS hard drive, that should panel the HDD protocol!\"}"], ["created_at", "2016-10-07 18:56:43.626888"], ["updated_at", "2016-10-07 18:56:43.626888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et magnam maxime ab perferendis.\",\"body\":\"Backing up the pixel won't do anything, we need to override the wireless com alarm!\"}"], ["created_at", "2016-10-07 18:56:43.628080"], ["updated_at", "2016-10-07 18:56:43.628080"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt quas odit dolore ipsum.\",\"body\":\"I'll parse the auxiliary SMTP circuit, that should card the FTP application!\"}"], ["created_at", "2016-10-07 18:56:43.629313"], ["updated_at", "2016-10-07 18:56:43.629313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis qui iure sed aut aut.\",\"body\":\"Use the multi-byte FTP application, then you can generate the multi-byte pixel!\"}"], ["created_at", "2016-10-07 18:56:43.630454"], ["updated_at", "2016-10-07 18:56:43.630454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis autem nisi.\",\"body\":\"Bypassing the interface won't do anything, we need to back up the virtual usb interface!\"}"], ["created_at", "2016-10-07 18:56:43.632044"], ["updated_at", "2016-10-07 18:56:43.632044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et enim sed molestias ratione.\",\"body\":\"I'll hack the neural JSON program, that should bus the SMTP microchip!\"}"], ["created_at", "2016-10-07 18:56:43.633228"], ["updated_at", "2016-10-07 18:56:43.633228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit soluta eos.\",\"body\":\"Try to override the SAS system, maybe it will back up the auxiliary capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.634358"], ["updated_at", "2016-10-07 18:56:43.634358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias dolor atque iure nostrum labore molestiae et.\",\"body\":\"Backing up the bus won't do anything, we need to transmit the haptic jbod program!\"}"], ["created_at", "2016-10-07 18:56:43.635612"], ["updated_at", "2016-10-07 18:56:43.635612"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis aut et magni facere ab.\",\"body\":\"You can't calculate the protocol without quantifying the bluetooth USB protocol!\"}"], ["created_at", "2016-10-07 18:56:43.636788"], ["updated_at", "2016-10-07 18:56:43.636788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem animi fuga.\",\"body\":\"Try to input the TCP card, maybe it will back up the open-source firewall!\"}"], ["created_at", "2016-10-07 18:56:43.638037"], ["updated_at", "2016-10-07 18:56:43.638037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum esse magnam quos fugit illum.\",\"body\":\"I'll bypass the neural SAS bus, that should interface the XML card!\"}"], ["created_at", "2016-10-07 18:56:43.639240"], ["updated_at", "2016-10-07 18:56:43.639240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias iusto sequi earum sunt fugiat sapiente.\",\"body\":\"If we parse the feed, we can get to the JBOD bandwidth through the mobile EXE capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.640651"], ["updated_at", "2016-10-07 18:56:43.640651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur aut ex nostrum aliquam corrupti est.\",\"body\":\"We need to quantify the multi-byte SCSI sensor!\"}"], ["created_at", "2016-10-07 18:56:43.641788"], ["updated_at", "2016-10-07 18:56:43.641788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui iste magnam qui ullam in et accusantium.\",\"body\":\"Generating the driver won't do anything, we need to connect the optical ftp array!\"}"], ["created_at", "2016-10-07 18:56:43.642986"], ["updated_at", "2016-10-07 18:56:43.642986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias excepturi dignissimos iusto sed similique.\",\"body\":\"Try to synthesize the AI interface, maybe it will input the redundant protocol!\"}"], ["created_at", "2016-10-07 18:56:43.644178"], ["updated_at", "2016-10-07 18:56:43.644178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut nobis harum sint consequatur ratione.\",\"body\":\"If we copy the monitor, we can get to the SMTP pixel through the digital SDD circuit!\"}"], ["created_at", "2016-10-07 18:56:43.645391"], ["updated_at", "2016-10-07 18:56:43.645391"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem quia non odit.\",\"body\":\"You can't connect the pixel without synthesizing the auxiliary TCP application!\"}"], ["created_at", "2016-10-07 18:56:43.646578"], ["updated_at", "2016-10-07 18:56:43.646578"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem minus dolor.\",\"body\":\"The HTTP card is down, synthesize the mobile sensor so we can index the XSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.648019"], ["updated_at", "2016-10-07 18:56:43.648019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus eaque sunt.\",\"body\":\"Try to parse the EXE panel, maybe it will back up the haptic monitor!\"}"], ["created_at", "2016-10-07 18:56:43.649611"], ["updated_at", "2016-10-07 18:56:43.649611"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias sapiente odit dolor sequi placeat saepe aut.\",\"body\":\"Use the 1080p XSS program, then you can navigate the online driver!\"}"], ["created_at", "2016-10-07 18:56:43.650836"], ["updated_at", "2016-10-07 18:56:43.650836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi mollitia nulla voluptatem.\",\"body\":\"Calculating the feed won't do anything, we need to generate the online com card!\"}"], ["created_at", "2016-10-07 18:56:43.652099"], ["updated_at", "2016-10-07 18:56:43.652099"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus autem nobis accusantium.\",\"body\":\"I'll override the redundant SAS protocol, that should matrix the RAM circuit!\"}"], ["created_at", "2016-10-07 18:56:43.653396"], ["updated_at", "2016-10-07 18:56:43.653396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ex odio vel ad.\",\"body\":\"Parsing the bandwidth won't do anything, we need to calculate the wireless gb capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.654793"], ["updated_at", "2016-10-07 18:56:43.654793"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio doloremque quia dicta soluta iure et eum.\",\"body\":\"The SCSI program is down, compress the redundant pixel so we can back up the IB program!\"}"], ["created_at", "2016-10-07 18:56:43.656041"], ["updated_at", "2016-10-07 18:56:43.656041"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit mollitia quia amet.\",\"body\":\"You can't index the application without backing up the multi-byte XSS pixel!\"}"], ["created_at", "2016-10-07 18:56:43.657654"], ["updated_at", "2016-10-07 18:56:43.657654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque sit aliquid dicta labore.\",\"body\":\"Generating the application won't do anything, we need to quantify the bluetooth http bus!\"}"], ["created_at", "2016-10-07 18:56:43.658900"], ["updated_at", "2016-10-07 18:56:43.658900"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis tempore maxime consequatur non dolor quis.\",\"body\":\"Compressing the program won't do anything, we need to transmit the 1080p xss driver!\"}"], ["created_at", "2016-10-07 18:56:43.660114"], ["updated_at", "2016-10-07 18:56:43.660114"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea accusamus inventore et sit fugit.\",\"body\":\"If we back up the pixel, we can get to the SMTP feed through the virtual HTTP panel!\"}"], ["created_at", "2016-10-07 18:56:43.661312"], ["updated_at", "2016-10-07 18:56:43.661312"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam ea optio molestias sunt autem aut.\",\"body\":\"Use the optical IB alarm, then you can synthesize the back-end bus!\"}"], ["created_at", "2016-10-07 18:56:43.662889"], ["updated_at", "2016-10-07 18:56:43.662889"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae suscipit a voluptates.\",\"body\":\"The AGP matrix is down, hack the multi-byte circuit so we can calculate the RSS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.664131"], ["updated_at", "2016-10-07 18:56:43.664131"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam molestiae veritatis tempora labore est voluptate laborum.\",\"body\":\"We need to index the primary TCP application!\"}"], ["created_at", "2016-10-07 18:56:43.665373"], ["updated_at", "2016-10-07 18:56:43.665373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo quia illum magnam vitae aut.\",\"body\":\"Try to synthesize the USB sensor, maybe it will back up the mobile application!\"}"], ["created_at", "2016-10-07 18:56:43.666611"], ["updated_at", "2016-10-07 18:56:43.666611"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime laboriosam commodi distinctio.\",\"body\":\"Generating the application won't do anything, we need to input the optical json program!\"}"], ["created_at", "2016-10-07 18:56:43.668130"], ["updated_at", "2016-10-07 18:56:43.668130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim ea consequatur.\",\"body\":\"Try to generate the AI matrix, maybe it will connect the cross-platform capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.669346"], ["updated_at", "2016-10-07 18:56:43.669346"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis perspiciatis ut qui aut consequatur omnis et.\",\"body\":\"You can't copy the monitor without quantifying the neural JSON sensor!\"}"], ["created_at", "2016-10-07 18:56:43.670736"], ["updated_at", "2016-10-07 18:56:43.670736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic error incidunt repellat.\",\"body\":\"Programming the program won't do anything, we need to override the open-source scsi sensor!\"}"], ["created_at", "2016-10-07 18:56:43.672094"], ["updated_at", "2016-10-07 18:56:43.672094"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo ea porro corporis earum.\",\"body\":\"Calculating the circuit won't do anything, we need to connect the optical usb protocol!\"}"], ["created_at", "2016-10-07 18:56:43.673324"], ["updated_at", "2016-10-07 18:56:43.673324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores odit et id minima est.\",\"body\":\"Transmitting the alarm won't do anything, we need to input the digital http capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.674571"], ["updated_at", "2016-10-07 18:56:43.674571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa et repudiandae atque eum quis.\",\"body\":\"The PCI program is down, program the cross-platform panel so we can override the SMTP sensor!\"}"], ["created_at", "2016-10-07 18:56:43.676093"], ["updated_at", "2016-10-07 18:56:43.676093"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores nobis dolorem laboriosam omnis ut non.\",\"body\":\"If we hack the bandwidth, we can get to the FTP port through the digital SCSI matrix!\"}"], ["created_at", "2016-10-07 18:56:43.677299"], ["updated_at", "2016-10-07 18:56:43.677299"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore necessitatibus modi et.\",\"body\":\"Overriding the circuit won't do anything, we need to copy the open-source http panel!\"}"], ["created_at", "2016-10-07 18:56:43.678602"], ["updated_at", "2016-10-07 18:56:43.678602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit vel nostrum iure quidem nihil enim ullam.\",\"body\":\"We need to back up the haptic XML port!\"}"], ["created_at", "2016-10-07 18:56:43.679843"], ["updated_at", "2016-10-07 18:56:43.679843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui unde minima.\",\"body\":\"We need to parse the mobile SDD array!\"}"], ["created_at", "2016-10-07 18:56:43.681380"], ["updated_at", "2016-10-07 18:56:43.681380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus fugit quia in aperiam.\",\"body\":\"Navigating the system won't do anything, we need to reboot the haptic sas bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.682692"], ["updated_at", "2016-10-07 18:56:43.682692"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis voluptatem quia.\",\"body\":\"Try to transmit the SSL bus, maybe it will compress the redundant protocol!\"}"], ["created_at", "2016-10-07 18:56:43.683896"], ["updated_at", "2016-10-07 18:56:43.683896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et placeat corporis vitae dolores et.\",\"body\":\"Use the bluetooth AGP array, then you can hack the solid state bus!\"}"], ["created_at", "2016-10-07 18:56:43.685413"], ["updated_at", "2016-10-07 18:56:43.685413"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nihil molestiae quisquam adipisci.\",\"body\":\"I'll connect the online AGP driver, that should array the SAS driver!\"}"], ["created_at", "2016-10-07 18:56:43.686769"], ["updated_at", "2016-10-07 18:56:43.686769"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum quia labore.\",\"body\":\"The SQL protocol is down, program the neural bus so we can generate the SAS panel!\"}"], ["created_at", "2016-10-07 18:56:43.688162"], ["updated_at", "2016-10-07 18:56:43.688162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti a dolores autem eos.\",\"body\":\"You can't input the system without parsing the mobile THX alarm!\"}"], ["created_at", "2016-10-07 18:56:43.689380"], ["updated_at", "2016-10-07 18:56:43.689380"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum quas tenetur.\",\"body\":\"The COM driver is down, transmit the online interface so we can back up the JBOD circuit!\"}"], ["created_at", "2016-10-07 18:56:43.691026"], ["updated_at", "2016-10-07 18:56:43.691026"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem eaque molestiae et ratione.\",\"body\":\"We need to override the bluetooth XSS microchip!\"}"], ["created_at", "2016-10-07 18:56:43.692273"], ["updated_at", "2016-10-07 18:56:43.692273"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo repellendus impedit at qui velit occaecati.\",\"body\":\"You can't generate the port without indexing the 1080p RAM interface!\"}"], ["created_at", "2016-10-07 18:56:43.693467"], ["updated_at", "2016-10-07 18:56:43.693467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod odit suscipit dolorem consequatur reprehenderit nam.\",\"body\":\"Try to calculate the FTP alarm, maybe it will program the open-source application!\"}"], ["created_at", "2016-10-07 18:56:43.694988"], ["updated_at", "2016-10-07 18:56:43.694988"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla deserunt suscipit ut maiores.\",\"body\":\"The AGP application is down, reboot the cross-platform program so we can generate the JSON protocol!\"}"], ["created_at", "2016-10-07 18:56:43.696294"], ["updated_at", "2016-10-07 18:56:43.696294"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi cumque quidem ut.\",\"body\":\"If we index the feed, we can get to the PNG feed through the wireless EXE hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.697544"], ["updated_at", "2016-10-07 18:56:43.697544"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero sed ipsum quo facere rerum voluptates nihil.\",\"body\":\"You can't copy the alarm without copying the solid state USB capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.713062"], ["updated_at", "2016-10-07 18:56:43.713062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam non quas consectetur corrupti voluptatem.\",\"body\":\"Try to reboot the PCI bus, maybe it will copy the wireless card!\"}"], ["created_at", "2016-10-07 18:56:43.714278"], ["updated_at", "2016-10-07 18:56:43.714278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit quidem fugiat.\",\"body\":\"Use the 1080p FTP port, then you can connect the optical application!\"}"], ["created_at", "2016-10-07 18:56:43.715248"], ["updated_at", "2016-10-07 18:56:43.715248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sequi aut quod sit.\",\"body\":\"The IB bus is down, bypass the haptic port so we can calculate the THX capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.716108"], ["updated_at", "2016-10-07 18:56:43.716108"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi magnam perferendis.\",\"body\":\"We need to transmit the auxiliary SCSI interface!\"}"], ["created_at", "2016-10-07 18:56:43.716956"], ["updated_at", "2016-10-07 18:56:43.716956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit voluptatem consequatur explicabo praesentium qui.\",\"body\":\"Calculating the matrix won't do anything, we need to override the virtual scsi driver!\"}"], ["created_at", "2016-10-07 18:56:43.717807"], ["updated_at", "2016-10-07 18:56:43.717807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime fugit error rerum qui quas porro.\",\"body\":\"I'll back up the mobile IB bandwidth, that should interface the SCSI transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.718730"], ["updated_at", "2016-10-07 18:56:43.718730"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit exercitationem quia molestias minima pariatur inventore.\",\"body\":\"Try to back up the COM feed, maybe it will synthesize the auxiliary driver!\"}"], ["created_at", "2016-10-07 18:56:43.719609"], ["updated_at", "2016-10-07 18:56:43.719609"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat recusandae omnis debitis libero ratione temporibus ea.\",\"body\":\"We need to override the digital TCP array!\"}"], ["created_at", "2016-10-07 18:56:43.720593"], ["updated_at", "2016-10-07 18:56:43.720593"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi recusandae provident numquam minus.\",\"body\":\"The SAS program is down, calculate the mobile bandwidth so we can copy the SQL bus!\"}"], ["created_at", "2016-10-07 18:56:43.721553"], ["updated_at", "2016-10-07 18:56:43.721553"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque nobis sed.\",\"body\":\"I'll transmit the multi-byte SSL panel, that should system the SCSI transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.722433"], ["updated_at", "2016-10-07 18:56:43.722433"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi et illo tempore iure reiciendis illum.\",\"body\":\"The COM transmitter is down, program the back-end microchip so we can input the CSS pixel!\"}"], ["created_at", "2016-10-07 18:56:43.723330"], ["updated_at", "2016-10-07 18:56:43.723330"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde voluptatibus et.\",\"body\":\"You can't quantify the transmitter without navigating the back-end JBOD driver!\"}"], ["created_at", "2016-10-07 18:56:43.724190"], ["updated_at", "2016-10-07 18:56:43.724190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem tempore possimus.\",\"body\":\"The SAS microchip is down, compress the online array so we can input the SCSI bus!\"}"], ["created_at", "2016-10-07 18:56:43.725060"], ["updated_at", "2016-10-07 18:56:43.725060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut distinctio a tempora.\",\"body\":\"Overriding the system won't do anything, we need to bypass the solid state thx card!\"}"], ["created_at", "2016-10-07 18:56:43.725910"], ["updated_at", "2016-10-07 18:56:43.725910"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et dolores dicta repellat.\",\"body\":\"Use the 1080p ADP microchip, then you can input the open-source firewall!\"}"], ["created_at", "2016-10-07 18:56:43.726796"], ["updated_at", "2016-10-07 18:56:43.726796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem dignissimos illo hic quae quaerat sunt error.\",\"body\":\"Use the haptic SQL microchip, then you can override the back-end circuit!\"}"], ["created_at", "2016-10-07 18:56:43.727653"], ["updated_at", "2016-10-07 18:56:43.727653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati aut voluptatem minus nisi fugit reiciendis.\",\"body\":\"The RSS circuit is down, copy the 1080p card so we can calculate the PCI sensor!\"}"], ["created_at", "2016-10-07 18:56:43.728507"], ["updated_at", "2016-10-07 18:56:43.728507"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus magni enim doloremque non.\",\"body\":\"The XML monitor is down, transmit the open-source array so we can generate the SMTP array!\"}"], ["created_at", "2016-10-07 18:56:43.729361"], ["updated_at", "2016-10-07 18:56:43.729361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae et omnis.\",\"body\":\"Try to bypass the RAM circuit, maybe it will hack the mobile application!\"}"], ["created_at", "2016-10-07 18:56:43.730218"], ["updated_at", "2016-10-07 18:56:43.730218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus eligendi in id.\",\"body\":\"Try to override the EXE matrix, maybe it will override the cross-platform card!\"}"], ["created_at", "2016-10-07 18:56:43.731081"], ["updated_at", "2016-10-07 18:56:43.731081"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aspernatur assumenda exercitationem.\",\"body\":\"If we navigate the bandwidth, we can get to the SQL transmitter through the multi-byte SMS driver!\"}"], ["created_at", "2016-10-07 18:56:43.731942"], ["updated_at", "2016-10-07 18:56:43.731942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea repudiandae distinctio consectetur corrupti.\",\"body\":\"You can't navigate the feed without hacking the redundant IB driver!\"}"], ["created_at", "2016-10-07 18:56:43.732797"], ["updated_at", "2016-10-07 18:56:43.732797"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non eligendi rerum eos perferendis repudiandae.\",\"body\":\"Use the multi-byte COM hard drive, then you can copy the multi-byte hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.733783"], ["updated_at", "2016-10-07 18:56:43.733783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem voluptas optio.\",\"body\":\"I'll generate the mobile XSS interface, that should capacitor the SDD circuit!\"}"], ["created_at", "2016-10-07 18:56:43.734721"], ["updated_at", "2016-10-07 18:56:43.734721"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate enim at quia et possimus.\",\"body\":\"I'll connect the cross-platform JSON firewall, that should microchip the IB monitor!\"}"], ["created_at", "2016-10-07 18:56:43.735607"], ["updated_at", "2016-10-07 18:56:43.735607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque et pariatur est eum.\",\"body\":\"The PCI interface is down, synthesize the redundant panel so we can back up the XSS matrix!\"}"], ["created_at", "2016-10-07 18:56:43.736563"], ["updated_at", "2016-10-07 18:56:43.736563"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo possimus odio ipsam voluptas.\",\"body\":\"Try to compress the FTP microchip, maybe it will program the neural interface!\"}"], ["created_at", "2016-10-07 18:56:43.737451"], ["updated_at", "2016-10-07 18:56:43.737451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint amet asperiores ipsa veniam itaque vel qui.\",\"body\":\"Backing up the protocol won't do anything, we need to synthesize the virtual exe protocol!\"}"], ["created_at", "2016-10-07 18:56:43.738426"], ["updated_at", "2016-10-07 18:56:43.738426"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit repellat velit minima earum odit saepe ipsam.\",\"body\":\"Programming the feed won't do anything, we need to calculate the multi-byte com program!\"}"], ["created_at", "2016-10-07 18:56:43.739349"], ["updated_at", "2016-10-07 18:56:43.739349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi optio saepe in laboriosam vel.\",\"body\":\"If we generate the microchip, we can get to the USB pixel through the online SAS application!\"}"], ["created_at", "2016-10-07 18:56:43.740217"], ["updated_at", "2016-10-07 18:56:43.740217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime excepturi ut.\",\"body\":\"We need to index the virtual RAM sensor!\"}"], ["created_at", "2016-10-07 18:56:43.741070"], ["updated_at", "2016-10-07 18:56:43.741070"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed et nulla voluptatem velit.\",\"body\":\"You can't parse the interface without quantifying the mobile SMS application!\"}"], ["created_at", "2016-10-07 18:56:43.741908"], ["updated_at", "2016-10-07 18:56:43.741908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias perferendis voluptatem commodi vel.\",\"body\":\"Use the haptic JBOD application, then you can transmit the multi-byte panel!\"}"], ["created_at", "2016-10-07 18:56:43.742792"], ["updated_at", "2016-10-07 18:56:43.742792"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus animi quo hic aliquid non asperiores aperiam.\",\"body\":\"I'll navigate the digital PCI firewall, that should driver the IB microchip!\"}"], ["created_at", "2016-10-07 18:56:43.743647"], ["updated_at", "2016-10-07 18:56:43.743647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem recusandae iusto in impedit.\",\"body\":\"We need to connect the optical IB pixel!\"}"], ["created_at", "2016-10-07 18:56:43.744503"], ["updated_at", "2016-10-07 18:56:43.744503"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore assumenda quod culpa.\",\"body\":\"The FTP application is down, program the auxiliary alarm so we can connect the SDD microchip!\"}"], ["created_at", "2016-10-07 18:56:43.745356"], ["updated_at", "2016-10-07 18:56:43.745356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quos harum deleniti animi consequatur.\",\"body\":\"Use the bluetooth GB program, then you can transmit the open-source bus!\"}"], ["created_at", "2016-10-07 18:56:43.746221"], ["updated_at", "2016-10-07 18:56:43.746221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et omnis in commodi ut magnam totam.\",\"body\":\"Use the digital JSON microchip, then you can reboot the primary microchip!\"}"], ["created_at", "2016-10-07 18:56:43.747103"], ["updated_at", "2016-10-07 18:56:43.747103"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat praesentium distinctio velit dolores.\",\"body\":\"You can't input the matrix without navigating the primary SAS feed!\"}"], ["created_at", "2016-10-07 18:56:43.747930"], ["updated_at", "2016-10-07 18:56:43.747930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis exercitationem blanditiis doloremque.\",\"body\":\"The IB interface is down, quantify the bluetooth port so we can hack the COM feed!\"}"], ["created_at", "2016-10-07 18:56:43.748835"], ["updated_at", "2016-10-07 18:56:43.748835"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt voluptas explicabo dignissimos et corporis inventore.\",\"body\":\"We need to hack the mobile HTTP panel!\"}"], ["created_at", "2016-10-07 18:56:43.749657"], ["updated_at", "2016-10-07 18:56:43.749657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas pariatur vero.\",\"body\":\"If we connect the program, we can get to the JSON firewall through the wireless XSS card!\"}"], ["created_at", "2016-10-07 18:56:43.750550"], ["updated_at", "2016-10-07 18:56:43.750550"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum sunt nisi exercitationem qui labore.\",\"body\":\"I'll reboot the online HTTP panel, that should bus the SAS interface!\"}"], ["created_at", "2016-10-07 18:56:43.751419"], ["updated_at", "2016-10-07 18:56:43.751419"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam qui qui sunt quam molestiae et eum.\",\"body\":\"We need to copy the bluetooth SSL sensor!\"}"], ["created_at", "2016-10-07 18:56:43.752249"], ["updated_at", "2016-10-07 18:56:43.752249"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam molestiae cumque esse alias natus dolor asperiores.\",\"body\":\"Use the virtual SAS microchip, then you can transmit the haptic capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.753127"], ["updated_at", "2016-10-07 18:56:43.753127"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur dolorem consequuntur maiores autem corporis perspiciatis quisquam.\",\"body\":\"Try to override the ADP bus, maybe it will connect the wireless protocol!\"}"], ["created_at", "2016-10-07 18:56:43.753976"], ["updated_at", "2016-10-07 18:56:43.753976"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi ut veritatis accusantium ipsum soluta.\",\"body\":\"Transmitting the array won't do anything, we need to transmit the redundant ssl bus!\"}"], ["created_at", "2016-10-07 18:56:43.754884"], ["updated_at", "2016-10-07 18:56:43.754884"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit tempora fuga et repellendus id nobis.\",\"body\":\"I'll back up the optical USB alarm, that should panel the AI driver!\"}"], ["created_at", "2016-10-07 18:56:43.755718"], ["updated_at", "2016-10-07 18:56:43.755718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis adipisci consequuntur dolores.\",\"body\":\"We need to program the digital IB firewall!\"}"], ["created_at", "2016-10-07 18:56:43.756563"], ["updated_at", "2016-10-07 18:56:43.756563"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque aperiam consequuntur.\",\"body\":\"Use the haptic JSON port, then you can back up the online transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.757428"], ["updated_at", "2016-10-07 18:56:43.757428"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse sunt consequatur.\",\"body\":\"If we navigate the pixel, we can get to the XML microchip through the multi-byte AI panel!\"}"], ["created_at", "2016-10-07 18:56:43.758269"], ["updated_at", "2016-10-07 18:56:43.758269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem voluptatem ut et eos voluptatibus accusamus voluptates.\",\"body\":\"If we program the transmitter, we can get to the PNG program through the optical EXE matrix!\"}"], ["created_at", "2016-10-07 18:56:43.759161"], ["updated_at", "2016-10-07 18:56:43.759161"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea sunt est.\",\"body\":\"You can't connect the monitor without calculating the cross-platform PCI pixel!\"}"], ["created_at", "2016-10-07 18:56:43.760018"], ["updated_at", "2016-10-07 18:56:43.760018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia hic id exercitationem dolores pariatur ut aut.\",\"body\":\"I'll parse the multi-byte SMS transmitter, that should application the HDD circuit!\"}"], ["created_at", "2016-10-07 18:56:43.760859"], ["updated_at", "2016-10-07 18:56:43.760859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum doloribus aut magni omnis.\",\"body\":\"The AGP transmitter is down, quantify the auxiliary matrix so we can parse the JSON card!\"}"], ["created_at", "2016-10-07 18:56:43.761715"], ["updated_at", "2016-10-07 18:56:43.761715"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et officia et eum praesentium porro.\",\"body\":\"I'll parse the solid state AI port, that should circuit the SAS program!\"}"], ["created_at", "2016-10-07 18:56:43.762589"], ["updated_at", "2016-10-07 18:56:43.762589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae nam ut voluptatem a ducimus omnis.\",\"body\":\"The SMTP program is down, hack the bluetooth hard drive so we can input the SQL driver!\"}"], ["created_at", "2016-10-07 18:56:43.763462"], ["updated_at", "2016-10-07 18:56:43.763462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non iure itaque et sed.\",\"body\":\"We need to synthesize the online RSS sensor!\"}"], ["created_at", "2016-10-07 18:56:43.764313"], ["updated_at", "2016-10-07 18:56:43.764313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus porro quas autem adipisci atque.\",\"body\":\"If we generate the bus, we can get to the SDD feed through the multi-byte TCP panel!\"}"], ["created_at", "2016-10-07 18:56:43.765170"], ["updated_at", "2016-10-07 18:56:43.765170"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil quod dolores sequi.\",\"body\":\"Try to reboot the COM monitor, maybe it will calculate the mobile microchip!\"}"], ["created_at", "2016-10-07 18:56:43.766033"], ["updated_at", "2016-10-07 18:56:43.766033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam adipisci facere debitis minus voluptatem.\",\"body\":\"You can't calculate the transmitter without overriding the redundant GB hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.766895"], ["updated_at", "2016-10-07 18:56:43.766895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto consequatur temporibus ab autem est occaecati laborum.\",\"body\":\"If we navigate the matrix, we can get to the XSS program through the mobile SMS hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.767754"], ["updated_at", "2016-10-07 18:56:43.767754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores omnis sed consequatur reprehenderit officiis et eos.\",\"body\":\"If we transmit the pixel, we can get to the PNG capacitor through the auxiliary SDD driver!\"}"], ["created_at", "2016-10-07 18:56:43.768607"], ["updated_at", "2016-10-07 18:56:43.768607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui consequatur laboriosam iusto accusamus.\",\"body\":\"I'll quantify the haptic JSON protocol, that should microchip the XSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.769467"], ["updated_at", "2016-10-07 18:56:43.769467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut culpa enim mollitia fugiat deserunt.\",\"body\":\"I'll override the haptic HTTP program, that should matrix the USB transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.770340"], ["updated_at", "2016-10-07 18:56:43.770340"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error modi vero recusandae repellat.\",\"body\":\"Use the bluetooth SCSI capacitor, then you can parse the solid state system!\"}"], ["created_at", "2016-10-07 18:56:43.771217"], ["updated_at", "2016-10-07 18:56:43.771217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit exercitationem aspernatur quis sed molestias id esse.\",\"body\":\"Programming the alarm won't do anything, we need to override the back-end sms bus!\"}"], ["created_at", "2016-10-07 18:56:43.772063"], ["updated_at", "2016-10-07 18:56:43.772063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem iusto veniam aut est explicabo sit veritatis.\",\"body\":\"Copying the array won't do anything, we need to hack the digital xss matrix!\"}"], ["created_at", "2016-10-07 18:56:43.772938"], ["updated_at", "2016-10-07 18:56:43.772938"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias enim sit quisquam libero.\",\"body\":\"Use the open-source RAM monitor, then you can copy the solid state bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.773817"], ["updated_at", "2016-10-07 18:56:43.773817"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo quo laborum quidem.\",\"body\":\"You can't compress the pixel without indexing the online SQL port!\"}"], ["created_at", "2016-10-07 18:56:43.774714"], ["updated_at", "2016-10-07 18:56:43.774714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non ipsum ipsam et eligendi quasi.\",\"body\":\"Indexing the bus won't do anything, we need to compress the neural scsi capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.775568"], ["updated_at", "2016-10-07 18:56:43.775568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est expedita in facere.\",\"body\":\"You can't navigate the capacitor without overriding the redundant SMS card!\"}"], ["created_at", "2016-10-07 18:56:43.776420"], ["updated_at", "2016-10-07 18:56:43.776420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nihil ullam unde in soluta vero.\",\"body\":\"Use the open-source XML feed, then you can connect the 1080p hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.777278"], ["updated_at", "2016-10-07 18:56:43.777278"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime architecto et cum qui perspiciatis soluta.\",\"body\":\"We need to synthesize the back-end RAM hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.778128"], ["updated_at", "2016-10-07 18:56:43.778128"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam facilis voluptas delectus reiciendis.\",\"body\":\"If we index the protocol, we can get to the ADP program through the open-source SDD microchip!\"}"], ["created_at", "2016-10-07 18:56:43.779025"], ["updated_at", "2016-10-07 18:56:43.779025"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem aut commodi voluptatem qui aperiam et quis.\",\"body\":\"I'll transmit the mobile CSS transmitter, that should microchip the SAS microchip!\"}"], ["created_at", "2016-10-07 18:56:43.779943"], ["updated_at", "2016-10-07 18:56:43.779943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut est inventore aliquid.\",\"body\":\"The AGP interface is down, synthesize the open-source transmitter so we can override the AGP bus!\"}"], ["created_at", "2016-10-07 18:56:43.780956"], ["updated_at", "2016-10-07 18:56:43.780956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab quaerat dignissimos omnis delectus.\",\"body\":\"I'll transmit the bluetooth RSS microchip, that should circuit the XSS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.781868"], ["updated_at", "2016-10-07 18:56:43.781868"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed veritatis fuga aliquam ad hic.\",\"body\":\"I'll parse the cross-platform PNG driver, that should panel the SDD system!\"}"], ["created_at", "2016-10-07 18:56:43.782776"], ["updated_at", "2016-10-07 18:56:43.782776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste quo consequuntur.\",\"body\":\"Try to parse the AGP protocol, maybe it will navigate the mobile hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.783636"], ["updated_at", "2016-10-07 18:56:43.783636"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur molestiae quam.\",\"body\":\"You can't copy the matrix without synthesizing the bluetooth TCP hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.784485"], ["updated_at", "2016-10-07 18:56:43.784485"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui omnis distinctio.\",\"body\":\"We need to parse the neural JSON firewall!\"}"], ["created_at", "2016-10-07 18:56:43.785334"], ["updated_at", "2016-10-07 18:56:43.785334"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi quo facilis eveniet placeat rerum.\",\"body\":\"I'll input the open-source XML port, that should pixel the THX pixel!\"}"], ["created_at", "2016-10-07 18:56:43.786188"], ["updated_at", "2016-10-07 18:56:43.786188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus quibusdam officia quia veritatis voluptatem.\",\"body\":\"Bypassing the port won't do anything, we need to synthesize the digital sas system!\"}"], ["created_at", "2016-10-07 18:56:43.787110"], ["updated_at", "2016-10-07 18:56:43.787110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit porro est aut quo omnis voluptatem quidem.\",\"body\":\"Use the online ADP pixel, then you can input the bluetooth microchip!\"}"], ["created_at", "2016-10-07 18:56:43.787972"], ["updated_at", "2016-10-07 18:56:43.787972"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A occaecati ullam.\",\"body\":\"Use the haptic IB bandwidth, then you can bypass the mobile hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.788823"], ["updated_at", "2016-10-07 18:56:43.788823"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores ipsum nesciunt deserunt laborum recusandae porro.\",\"body\":\"You can't override the sensor without copying the mobile SAS firewall!\"}"], ["created_at", "2016-10-07 18:56:43.789667"], ["updated_at", "2016-10-07 18:56:43.789667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis rerum temporibus iusto quo qui neque modi.\",\"body\":\"Calculating the bandwidth won't do anything, we need to connect the cross-platform com driver!\"}"], ["created_at", "2016-10-07 18:56:43.790568"], ["updated_at", "2016-10-07 18:56:43.790568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit iusto odio aspernatur ullam beatae distinctio.\",\"body\":\"Copying the alarm won't do anything, we need to index the haptic ai transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.791435"], ["updated_at", "2016-10-07 18:56:43.791435"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore et veritatis atque.\",\"body\":\"You can't generate the system without navigating the open-source EXE circuit!\"}"], ["created_at", "2016-10-07 18:56:43.792287"], ["updated_at", "2016-10-07 18:56:43.792287"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nobis nihil corrupti corporis voluptatem quo culpa.\",\"body\":\"If we parse the port, we can get to the RAM protocol through the primary JSON bus!\"}"], ["created_at", "2016-10-07 18:56:43.793167"], ["updated_at", "2016-10-07 18:56:43.793167"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit labore expedita dolores sit provident repellat libero.\",\"body\":\"Overriding the hard drive won't do anything, we need to index the mobile sas bus!\"}"], ["created_at", "2016-10-07 18:56:43.794033"], ["updated_at", "2016-10-07 18:56:43.794033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur et ex distinctio.\",\"body\":\"Transmitting the pixel won't do anything, we need to compress the cross-platform sas hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.794896"], ["updated_at", "2016-10-07 18:56:43.794896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed perferendis a quidem molestiae asperiores alias autem.\",\"body\":\"I'll hack the multi-byte SMTP protocol, that should feed the HDD pixel!\"}"], ["created_at", "2016-10-07 18:56:43.795757"], ["updated_at", "2016-10-07 18:56:43.795757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt omnis tempora autem recusandae dolores ut dolores.\",\"body\":\"We need to transmit the bluetooth HDD system!\"}"], ["created_at", "2016-10-07 18:56:43.796604"], ["updated_at", "2016-10-07 18:56:43.796604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis voluptatem beatae rerum.\",\"body\":\"The JBOD application is down, synthesize the back-end microchip so we can parse the ADP protocol!\"}"], ["created_at", "2016-10-07 18:56:43.797455"], ["updated_at", "2016-10-07 18:56:43.797455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit magni molestias.\",\"body\":\"We need to program the bluetooth SAS application!\"}"], ["created_at", "2016-10-07 18:56:43.798302"], ["updated_at", "2016-10-07 18:56:43.798302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta ab excepturi sed eum consequatur.\",\"body\":\"Use the multi-byte EXE matrix, then you can navigate the primary interface!\"}"], ["created_at", "2016-10-07 18:56:43.799210"], ["updated_at", "2016-10-07 18:56:43.799210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit illo qui laboriosam incidunt est.\",\"body\":\"Try to quantify the COM matrix, maybe it will bypass the haptic microchip!\"}"], ["created_at", "2016-10-07 18:56:43.800070"], ["updated_at", "2016-10-07 18:56:43.800070"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum totam omnis est facere rerum.\",\"body\":\"Try to copy the SMS monitor, maybe it will synthesize the primary driver!\"}"], ["created_at", "2016-10-07 18:56:43.800921"], ["updated_at", "2016-10-07 18:56:43.800921"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit non laudantium sint eos.\",\"body\":\"Copying the hard drive won't do anything, we need to hack the cross-platform agp transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.801778"], ["updated_at", "2016-10-07 18:56:43.801778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus est enim cumque aliquam explicabo sunt.\",\"body\":\"Try to hack the USB monitor, maybe it will navigate the mobile hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.802698"], ["updated_at", "2016-10-07 18:56:43.802698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio placeat itaque ea consequuntur repudiandae quod et.\",\"body\":\"Try to index the EXE driver, maybe it will generate the neural panel!\"}"], ["created_at", "2016-10-07 18:56:43.803574"], ["updated_at", "2016-10-07 18:56:43.803574"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis labore error quis incidunt nesciunt ut.\",\"body\":\"The SMS firewall is down, parse the neural monitor so we can connect the CSS firewall!\"}"], ["created_at", "2016-10-07 18:56:43.804442"], ["updated_at", "2016-10-07 18:56:43.804442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus corrupti et deserunt et molestias ut eum.\",\"body\":\"Try to reboot the XSS pixel, maybe it will input the digital interface!\"}"], ["created_at", "2016-10-07 18:56:43.805294"], ["updated_at", "2016-10-07 18:56:43.805294"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem sunt laudantium architecto id illum.\",\"body\":\"Try to copy the SSL bus, maybe it will compress the cross-platform driver!\"}"], ["created_at", "2016-10-07 18:56:43.806148"], ["updated_at", "2016-10-07 18:56:43.806148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id distinctio numquam ut cumque excepturi.\",\"body\":\"If we override the driver, we can get to the RSS program through the neural JSON hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.807044"], ["updated_at", "2016-10-07 18:56:43.807044"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam et illo dolores.\",\"body\":\"The CSS firewall is down, compress the 1080p alarm so we can synthesize the SMS pixel!\"}"], ["created_at", "2016-10-07 18:56:43.807901"], ["updated_at", "2016-10-07 18:56:43.807901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem aut minus maxime.\",\"body\":\"Copying the matrix won't do anything, we need to synthesize the back-end xml firewall!\"}"], ["created_at", "2016-10-07 18:56:43.808779"], ["updated_at", "2016-10-07 18:56:43.808779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non eveniet in neque possimus reiciendis.\",\"body\":\"Transmitting the bandwidth won't do anything, we need to navigate the solid state hdd protocol!\"}"], ["created_at", "2016-10-07 18:56:43.809640"], ["updated_at", "2016-10-07 18:56:43.809640"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque esse quo ea.\",\"body\":\"Use the wireless XSS capacitor, then you can generate the haptic matrix!\"}"], ["created_at", "2016-10-07 18:56:43.810493"], ["updated_at", "2016-10-07 18:56:43.810493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor libero veniam ea delectus rerum asperiores magnam.\",\"body\":\"Use the digital ADP program, then you can index the redundant port!\"}"], ["created_at", "2016-10-07 18:56:43.811381"], ["updated_at", "2016-10-07 18:56:43.811381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem rerum dolorem voluptas vel ut minima.\",\"body\":\"The IB firewall is down, compress the back-end port so we can connect the AI transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.812237"], ["updated_at", "2016-10-07 18:56:43.812237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo voluptatibus excepturi repellendus unde.\",\"body\":\"I'll synthesize the solid state SCSI firewall, that should hard drive the JSON bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.813085"], ["updated_at", "2016-10-07 18:56:43.813085"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum perspiciatis dolorum repellat non.\",\"body\":\"If we parse the circuit, we can get to the EXE hard drive through the bluetooth XSS pixel!\"}"], ["created_at", "2016-10-07 18:56:43.813930"], ["updated_at", "2016-10-07 18:56:43.813930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit aut excepturi iusto aliquid.\",\"body\":\"You can't program the system without hacking the open-source FTP feed!\"}"], ["created_at", "2016-10-07 18:56:43.814790"], ["updated_at", "2016-10-07 18:56:43.814790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In ab et ut error qui consequatur ipsam.\",\"body\":\"The SSL bandwidth is down, quantify the neural pixel so we can navigate the PCI alarm!\"}"], ["created_at", "2016-10-07 18:56:43.815725"], ["updated_at", "2016-10-07 18:56:43.815725"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates iusto at et iure molestias.\",\"body\":\"We need to input the digital AGP application!\"}"], ["created_at", "2016-10-07 18:56:43.816549"], ["updated_at", "2016-10-07 18:56:43.816549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione repellat beatae neque.\",\"body\":\"We need to copy the online SMS circuit!\"}"], ["created_at", "2016-10-07 18:56:43.817401"], ["updated_at", "2016-10-07 18:56:43.817401"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptatem aut ut dolorem debitis.\",\"body\":\"Quantifying the application won't do anything, we need to compress the wireless pci interface!\"}"], ["created_at", "2016-10-07 18:56:43.818253"], ["updated_at", "2016-10-07 18:56:43.818253"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam consequatur voluptatum vero totam similique non alias.\",\"body\":\"Use the primary PCI feed, then you can synthesize the virtual interface!\"}"], ["created_at", "2016-10-07 18:56:43.819151"], ["updated_at", "2016-10-07 18:56:43.819151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis et eligendi et incidunt quo.\",\"body\":\"We need to transmit the auxiliary JSON program!\"}"], ["created_at", "2016-10-07 18:56:43.820020"], ["updated_at", "2016-10-07 18:56:43.820020"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis reiciendis aliquid sed voluptatem explicabo et.\",\"body\":\"You can't input the application without navigating the bluetooth EXE monitor!\"}"], ["created_at", "2016-10-07 18:56:43.820923"], ["updated_at", "2016-10-07 18:56:43.820923"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis possimus cupiditate.\",\"body\":\"The EXE matrix is down, copy the mobile sensor so we can synthesize the SDD port!\"}"], ["created_at", "2016-10-07 18:56:43.821918"], ["updated_at", "2016-10-07 18:56:43.821918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus at assumenda ex et deleniti a.\",\"body\":\"We need to index the redundant SCSI pixel!\"}"], ["created_at", "2016-10-07 18:56:43.822881"], ["updated_at", "2016-10-07 18:56:43.822881"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam occaecati incidunt.\",\"body\":\"We need to index the virtual HDD bus!\"}"], ["created_at", "2016-10-07 18:56:43.823810"], ["updated_at", "2016-10-07 18:56:43.823810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit eos inventore sit.\",\"body\":\"You can't hack the system without synthesizing the haptic HTTP array!\"}"], ["created_at", "2016-10-07 18:56:43.824709"], ["updated_at", "2016-10-07 18:56:43.824709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora dolorem voluptatibus.\",\"body\":\"We need to override the bluetooth GB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.825551"], ["updated_at", "2016-10-07 18:56:43.825551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur ut qui minus.\",\"body\":\"Try to override the IB microchip, maybe it will reboot the neural circuit!\"}"], ["created_at", "2016-10-07 18:56:43.826414"], ["updated_at", "2016-10-07 18:56:43.826414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id eveniet sed vero.\",\"body\":\"Use the haptic XML microchip, then you can compress the neural sensor!\"}"], ["created_at", "2016-10-07 18:56:43.827280"], ["updated_at", "2016-10-07 18:56:43.827280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum dolor aut reiciendis fugit similique.\",\"body\":\"I'll override the back-end SSL panel, that should alarm the CSS program!\"}"], ["created_at", "2016-10-07 18:56:43.828133"], ["updated_at", "2016-10-07 18:56:43.828133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit a officiis placeat magni dolorem.\",\"body\":\"The JBOD monitor is down, transmit the bluetooth sensor so we can index the SMS alarm!\"}"], ["created_at", "2016-10-07 18:56:43.828983"], ["updated_at", "2016-10-07 18:56:43.828983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum autem quis impedit atque dolores.\",\"body\":\"If we connect the firewall, we can get to the SAS microchip through the primary SMTP bus!\"}"], ["created_at", "2016-10-07 18:56:43.829838"], ["updated_at", "2016-10-07 18:56:43.829838"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur eveniet dolor praesentium optio cupiditate voluptate.\",\"body\":\"We need to navigate the redundant RAM pixel!\"}"], ["created_at", "2016-10-07 18:56:43.830697"], ["updated_at", "2016-10-07 18:56:43.830697"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim vel doloremque magni sequi ut officiis occaecati.\",\"body\":\"The AGP application is down, quantify the 1080p microchip so we can override the XSS application!\"}"], ["created_at", "2016-10-07 18:56:43.831549"], ["updated_at", "2016-10-07 18:56:43.831549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia fuga rem quis minima recusandae.\",\"body\":\"We need to calculate the primary GB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.832423"], ["updated_at", "2016-10-07 18:56:43.832423"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus temporibus commodi et dolores.\",\"body\":\"We need to program the redundant GB alarm!\"}"], ["created_at", "2016-10-07 18:56:43.833274"], ["updated_at", "2016-10-07 18:56:43.833274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ipsam suscipit.\",\"body\":\"We need to hack the primary SSL port!\"}"], ["created_at", "2016-10-07 18:56:43.834122"], ["updated_at", "2016-10-07 18:56:43.834122"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum corporis velit est non qui accusamus deleniti.\",\"body\":\"Use the redundant JSON sensor, then you can compress the multi-byte pixel!\"}"], ["created_at", "2016-10-07 18:56:43.834982"], ["updated_at", "2016-10-07 18:56:43.834982"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut error necessitatibus amet tenetur et quia.\",\"body\":\"Use the open-source SMS interface, then you can program the 1080p hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.835870"], ["updated_at", "2016-10-07 18:56:43.835870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis possimus voluptatem fugiat laboriosam voluptatum qui.\",\"body\":\"I'll copy the optical EXE hard drive, that should bandwidth the ADP interface!\"}"], ["created_at", "2016-10-07 18:56:43.836785"], ["updated_at", "2016-10-07 18:56:43.836785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim harum vel est et reiciendis nostrum.\",\"body\":\"Indexing the firewall won't do anything, we need to override the mobile http feed!\"}"], ["created_at", "2016-10-07 18:56:43.837657"], ["updated_at", "2016-10-07 18:56:43.837657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam accusamus autem.\",\"body\":\"You can't connect the monitor without compressing the online AGP transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.838557"], ["updated_at", "2016-10-07 18:56:43.838557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium asperiores sint ut.\",\"body\":\"Try to override the COM panel, maybe it will index the redundant hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.839426"], ["updated_at", "2016-10-07 18:56:43.839426"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe nobis dolore iusto corrupti cupiditate.\",\"body\":\"Use the primary COM matrix, then you can program the bluetooth application!\"}"], ["created_at", "2016-10-07 18:56:43.840279"], ["updated_at", "2016-10-07 18:56:43.840279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ad amet omnis at autem sunt qui.\",\"body\":\"I'll copy the online XSS application, that should sensor the CSS application!\"}"], ["created_at", "2016-10-07 18:56:43.841122"], ["updated_at", "2016-10-07 18:56:43.841122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci dignissimos ut iusto dicta accusantium accusamus ipsa.\",\"body\":\"We need to generate the open-source SMS alarm!\"}"], ["created_at", "2016-10-07 18:56:43.841983"], ["updated_at", "2016-10-07 18:56:43.841983"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non et ab commodi possimus sunt.\",\"body\":\"Transmitting the microchip won't do anything, we need to navigate the digital json transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.842853"], ["updated_at", "2016-10-07 18:56:43.842853"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut corporis molestias quasi dolor fugiat possimus quia.\",\"body\":\"If we override the port, we can get to the GB microchip through the cross-platform FTP bus!\"}"], ["created_at", "2016-10-07 18:56:43.843947"], ["updated_at", "2016-10-07 18:56:43.843947"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi voluptas dicta nemo voluptatem.\",\"body\":\"We need to synthesize the cross-platform RAM card!\"}"], ["created_at", "2016-10-07 18:56:43.845123"], ["updated_at", "2016-10-07 18:56:43.845123"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ullam consequatur sunt et enim.\",\"body\":\"Calculating the alarm won't do anything, we need to synthesize the open-source http bus!\"}"], ["created_at", "2016-10-07 18:56:43.846791"], ["updated_at", "2016-10-07 18:56:43.846791"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum et qui.\",\"body\":\"We need to transmit the virtual TCP program!\"}"], ["created_at", "2016-10-07 18:56:43.848920"], ["updated_at", "2016-10-07 18:56:43.848920"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis magni id beatae.\",\"body\":\"Use the bluetooth AI alarm, then you can navigate the bluetooth firewall!\"}"], ["created_at", "2016-10-07 18:56:43.851195"], ["updated_at", "2016-10-07 18:56:43.851195"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore nesciunt est.\",\"body\":\"I'll input the multi-byte IB hard drive, that should driver the PNG application!\"}"], ["created_at", "2016-10-07 18:56:43.854110"], ["updated_at", "2016-10-07 18:56:43.854110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui adipisci fuga quas eum rerum.\",\"body\":\"The TCP circuit is down, index the redundant hard drive so we can calculate the AGP interface!\"}"], ["created_at", "2016-10-07 18:56:43.855271"], ["updated_at", "2016-10-07 18:56:43.855271"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis nihil alias molestiae sunt.\",\"body\":\"We need to bypass the bluetooth CSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.856171"], ["updated_at", "2016-10-07 18:56:43.856171"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab nostrum quo est doloremque est a voluptatem.\",\"body\":\"If we program the firewall, we can get to the SCSI bus through the haptic PCI hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.857034"], ["updated_at", "2016-10-07 18:56:43.857034"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime sed quia pariatur fuga voluptas minus quam.\",\"body\":\"Try to copy the SMS microchip, maybe it will quantify the 1080p monitor!\"}"], ["created_at", "2016-10-07 18:56:43.857888"], ["updated_at", "2016-10-07 18:56:43.857888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt voluptas iure velit ratione quia dolores.\",\"body\":\"I'll calculate the haptic AI pixel, that should firewall the HDD driver!\"}"], ["created_at", "2016-10-07 18:56:43.858770"], ["updated_at", "2016-10-07 18:56:43.858770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non totam ea quis rerum dolores consequatur veniam.\",\"body\":\"Connecting the matrix won't do anything, we need to override the multi-byte hdd feed!\"}"], ["created_at", "2016-10-07 18:56:43.859634"], ["updated_at", "2016-10-07 18:56:43.859634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex voluptatem soluta voluptas totam repellendus.\",\"body\":\"I'll back up the virtual SAS capacitor, that should capacitor the SMS system!\"}"], ["created_at", "2016-10-07 18:56:43.860488"], ["updated_at", "2016-10-07 18:56:43.860488"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur labore quisquam dolorem quaerat voluptates.\",\"body\":\"The RSS sensor is down, reboot the auxiliary protocol so we can program the CSS hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.861335"], ["updated_at", "2016-10-07 18:56:43.861335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus sed consequuntur mollitia aut porro odio debitis.\",\"body\":\"Use the mobile IB bandwidth, then you can input the digital hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.862209"], ["updated_at", "2016-10-07 18:56:43.862209"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id blanditiis provident ea.\",\"body\":\"Try to parse the HTTP application, maybe it will bypass the mobile capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.863080"], ["updated_at", "2016-10-07 18:56:43.863080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae adipisci laboriosam.\",\"body\":\"The ADP bus is down, hack the open-source driver so we can input the THX circuit!\"}"], ["created_at", "2016-10-07 18:56:43.863961"], ["updated_at", "2016-10-07 18:56:43.863961"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita minus harum eum dignissimos sint accusantium impedit.\",\"body\":\"We need to generate the neural SMTP driver!\"}"], ["created_at", "2016-10-07 18:56:43.864830"], ["updated_at", "2016-10-07 18:56:43.864830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum in impedit quos odio eum officiis.\",\"body\":\"Try to generate the XSS card, maybe it will generate the optical hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.865699"], ["updated_at", "2016-10-07 18:56:43.865699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non enim impedit nesciunt et sed sed.\",\"body\":\"Synthesizing the interface won't do anything, we need to compress the wireless ftp sensor!\"}"], ["created_at", "2016-10-07 18:56:43.866553"], ["updated_at", "2016-10-07 18:56:43.866553"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias sunt repellat ducimus officiis.\",\"body\":\"The SDD feed is down, compress the 1080p bandwidth so we can program the CSS system!\"}"], ["created_at", "2016-10-07 18:56:43.867418"], ["updated_at", "2016-10-07 18:56:43.867418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus eligendi rerum.\",\"body\":\"If we override the program, we can get to the SMTP firewall through the open-source PCI pixel!\"}"], ["created_at", "2016-10-07 18:56:43.868271"], ["updated_at", "2016-10-07 18:56:43.868271"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed amet qui quia.\",\"body\":\"I'll connect the cross-platform TCP bandwidth, that should feed the SQL sensor!\"}"], ["created_at", "2016-10-07 18:56:43.869127"], ["updated_at", "2016-10-07 18:56:43.869127"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea et accusamus et asperiores.\",\"body\":\"Try to connect the PCI matrix, maybe it will reboot the open-source capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.870155"], ["updated_at", "2016-10-07 18:56:43.870155"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt aspernatur autem placeat.\",\"body\":\"We need to index the multi-byte THX capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.871131"], ["updated_at", "2016-10-07 18:56:43.871131"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut veniam provident incidunt.\",\"body\":\"We need to calculate the 1080p RAM monitor!\"}"], ["created_at", "2016-10-07 18:56:43.871998"], ["updated_at", "2016-10-07 18:56:43.871998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem voluptate dicta quisquam omnis.\",\"body\":\"We need to index the virtual GB array!\"}"], ["created_at", "2016-10-07 18:56:43.872848"], ["updated_at", "2016-10-07 18:56:43.872848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit molestiae delectus commodi distinctio qui.\",\"body\":\"Try to back up the XSS application, maybe it will program the primary monitor!\"}"], ["created_at", "2016-10-07 18:56:43.873703"], ["updated_at", "2016-10-07 18:56:43.873703"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt perferendis ut in soluta deleniti.\",\"body\":\"Copying the bandwidth won't do anything, we need to program the mobile jbod program!\"}"], ["created_at", "2016-10-07 18:56:43.874620"], ["updated_at", "2016-10-07 18:56:43.874620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In expedita id esse error.\",\"body\":\"Navigating the hard drive won't do anything, we need to back up the redundant jbod array!\"}"], ["created_at", "2016-10-07 18:56:43.875508"], ["updated_at", "2016-10-07 18:56:43.875508"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio inventore aut recusandae ut.\",\"body\":\"If we parse the hard drive, we can get to the USB system through the neural PCI program!\"}"], ["created_at", "2016-10-07 18:56:43.876362"], ["updated_at", "2016-10-07 18:56:43.876362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias omnis doloremque eos ea consectetur ut consequatur.\",\"body\":\"I'll transmit the open-source JSON transmitter, that should port the FTP matrix!\"}"], ["created_at", "2016-10-07 18:56:43.877228"], ["updated_at", "2016-10-07 18:56:43.877228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet occaecati veniam nihil.\",\"body\":\"Hacking the bandwidth won't do anything, we need to navigate the 1080p smtp sensor!\"}"], ["created_at", "2016-10-07 18:56:43.878087"], ["updated_at", "2016-10-07 18:56:43.878087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo eum amet sequi deleniti voluptatum ut.\",\"body\":\"If we synthesize the hard drive, we can get to the FTP card through the bluetooth RSS array!\"}"], ["created_at", "2016-10-07 18:56:43.878953"], ["updated_at", "2016-10-07 18:56:43.878953"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum voluptatem dolore repudiandae earum dignissimos.\",\"body\":\"We need to generate the mobile SCSI transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.879813"], ["updated_at", "2016-10-07 18:56:43.879813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut odit et quis non rem molestiae.\",\"body\":\"Navigating the monitor won't do anything, we need to connect the bluetooth sms port!\"}"], ["created_at", "2016-10-07 18:56:43.880665"], ["updated_at", "2016-10-07 18:56:43.880665"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto beatae aut in animi dolor quas.\",\"body\":\"If we input the capacitor, we can get to the PNG microchip through the solid state RSS array!\"}"], ["created_at", "2016-10-07 18:56:43.881520"], ["updated_at", "2016-10-07 18:56:43.881520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est natus nihil.\",\"body\":\"We need to hack the primary SCSI microchip!\"}"], ["created_at", "2016-10-07 18:56:43.882374"], ["updated_at", "2016-10-07 18:56:43.882374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam eveniet ut expedita.\",\"body\":\"I'll transmit the back-end AI array, that should interface the USB port!\"}"], ["created_at", "2016-10-07 18:56:43.883262"], ["updated_at", "2016-10-07 18:56:43.883262"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem maxime culpa ut sunt qui eligendi consequatur.\",\"body\":\"Try to parse the HDD matrix, maybe it will index the auxiliary driver!\"}"], ["created_at", "2016-10-07 18:56:43.884115"], ["updated_at", "2016-10-07 18:56:43.884115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab aut qui et itaque velit sapiente quidem.\",\"body\":\"We need to back up the digital SCSI application!\"}"], ["created_at", "2016-10-07 18:56:43.884965"], ["updated_at", "2016-10-07 18:56:43.884965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolorem ipsa commodi voluptatem.\",\"body\":\"Indexing the interface won't do anything, we need to transmit the auxiliary json sensor!\"}"], ["created_at", "2016-10-07 18:56:43.885827"], ["updated_at", "2016-10-07 18:56:43.885827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia sed iste et in quam.\",\"body\":\"We need to calculate the open-source RSS sensor!\"}"], ["created_at", "2016-10-07 18:56:43.886729"], ["updated_at", "2016-10-07 18:56:43.886729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sed omnis.\",\"body\":\"You can't parse the pixel without programming the virtual SSL transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.887603"], ["updated_at", "2016-10-07 18:56:43.887603"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit voluptatum dicta fuga.\",\"body\":\"If we hack the program, we can get to the IB transmitter through the mobile PCI application!\"}"], ["created_at", "2016-10-07 18:56:43.888460"], ["updated_at", "2016-10-07 18:56:43.888460"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis in atque et saepe id.\",\"body\":\"I'll reboot the auxiliary RSS hard drive, that should circuit the AI firewall!\"}"], ["created_at", "2016-10-07 18:56:43.889314"], ["updated_at", "2016-10-07 18:56:43.889314"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum debitis labore nihil.\",\"body\":\"You can't synthesize the interface without programming the cross-platform SDD system!\"}"], ["created_at", "2016-10-07 18:56:43.890162"], ["updated_at", "2016-10-07 18:56:43.890162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores aut corrupti.\",\"body\":\"We need to transmit the cross-platform SSL card!\"}"], ["created_at", "2016-10-07 18:56:43.891048"], ["updated_at", "2016-10-07 18:56:43.891048"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit eligendi consequatur quasi laborum dolores esse.\",\"body\":\"If we connect the matrix, we can get to the FTP microchip through the mobile SMS transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.891896"], ["updated_at", "2016-10-07 18:56:43.891896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error velit molestias doloremque.\",\"body\":\"You can't index the sensor without generating the back-end SSL system!\"}"], ["created_at", "2016-10-07 18:56:43.892743"], ["updated_at", "2016-10-07 18:56:43.892743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere omnis laborum et.\",\"body\":\"Use the redundant AGP matrix, then you can reboot the redundant capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.893607"], ["updated_at", "2016-10-07 18:56:43.893607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est repellat libero minus maiores architecto molestiae consequatur.\",\"body\":\"If we calculate the circuit, we can get to the TCP program through the optical RAM system!\"}"], ["created_at", "2016-10-07 18:56:43.894464"], ["updated_at", "2016-10-07 18:56:43.894464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error hic voluptatem nam sit ut.\",\"body\":\"You can't copy the matrix without compressing the open-source GB matrix!\"}"], ["created_at", "2016-10-07 18:56:43.895368"], ["updated_at", "2016-10-07 18:56:43.895368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus corporis dolores ut velit quia.\",\"body\":\"If we navigate the system, we can get to the SCSI interface through the bluetooth USB system!\"}"], ["created_at", "2016-10-07 18:56:43.896216"], ["updated_at", "2016-10-07 18:56:43.896216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea non quas tempora veritatis pariatur omnis.\",\"body\":\"You can't navigate the microchip without transmitting the digital SAS transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.897072"], ["updated_at", "2016-10-07 18:56:43.897072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic consequatur quos aliquam molestiae.\",\"body\":\"We need to index the primary AGP transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.897918"], ["updated_at", "2016-10-07 18:56:43.897918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem voluptatem perspiciatis.\",\"body\":\"The USB card is down, generate the solid state microchip so we can navigate the SSL panel!\"}"], ["created_at", "2016-10-07 18:56:43.898789"], ["updated_at", "2016-10-07 18:56:43.898789"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur nostrum dolor.\",\"body\":\"The PCI firewall is down, program the digital bus so we can bypass the ADP system!\"}"], ["created_at", "2016-10-07 18:56:43.899632"], ["updated_at", "2016-10-07 18:56:43.899632"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia et animi placeat assumenda numquam voluptatem.\",\"body\":\"I'll copy the 1080p XML capacitor, that should firewall the SAS driver!\"}"], ["created_at", "2016-10-07 18:56:43.900486"], ["updated_at", "2016-10-07 18:56:43.900486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea qui in assumenda dolorem et eum.\",\"body\":\"We need to generate the solid state AI interface!\"}"], ["created_at", "2016-10-07 18:56:43.901326"], ["updated_at", "2016-10-07 18:56:43.901326"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut nobis molestias ratione.\",\"body\":\"We need to input the cross-platform HTTP monitor!\"}"], ["created_at", "2016-10-07 18:56:43.902174"], ["updated_at", "2016-10-07 18:56:43.902174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique exercitationem ut dolore delectus distinctio cumque assumenda.\",\"body\":\"You can't copy the alarm without indexing the online HDD interface!\"}"], ["created_at", "2016-10-07 18:56:43.903124"], ["updated_at", "2016-10-07 18:56:43.903124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex vel unde aut eius.\",\"body\":\"Try to transmit the ADP capacitor, maybe it will copy the haptic array!\"}"], ["created_at", "2016-10-07 18:56:43.903997"], ["updated_at", "2016-10-07 18:56:43.903997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem molestiae voluptas sit autem suscipit ipsum.\",\"body\":\"We need to reboot the multi-byte PCI pixel!\"}"], ["created_at", "2016-10-07 18:56:43.904851"], ["updated_at", "2016-10-07 18:56:43.904851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam consequatur quidem maxime est eius.\",\"body\":\"Use the bluetooth SCSI driver, then you can bypass the open-source hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.905705"], ["updated_at", "2016-10-07 18:56:43.905705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nostrum ipsa distinctio sapiente aperiam nam architecto.\",\"body\":\"Indexing the system won't do anything, we need to program the neural ftp transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.906575"], ["updated_at", "2016-10-07 18:56:43.906575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem cupiditate voluptatem voluptatem aut tempore et.\",\"body\":\"The RSS microchip is down, back up the mobile bandwidth so we can input the XML pixel!\"}"], ["created_at", "2016-10-07 18:56:43.907447"], ["updated_at", "2016-10-07 18:56:43.907447"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et accusamus autem.\",\"body\":\"Copying the driver won't do anything, we need to compress the cross-platform exe application!\"}"], ["created_at", "2016-10-07 18:56:43.908305"], ["updated_at", "2016-10-07 18:56:43.908305"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero quas expedita laudantium non consequatur quidem.\",\"body\":\"Transmitting the microchip won't do anything, we need to program the solid state adp monitor!\"}"], ["created_at", "2016-10-07 18:56:43.909154"], ["updated_at", "2016-10-07 18:56:43.909154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit voluptate ad est molestias.\",\"body\":\"You can't quantify the array without calculating the solid state XML protocol!\"}"], ["created_at", "2016-10-07 18:56:43.909997"], ["updated_at", "2016-10-07 18:56:43.909997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos quae voluptate sint voluptatem numquam voluptatum illum.\",\"body\":\"Programming the panel won't do anything, we need to transmit the wireless xss circuit!\"}"], ["created_at", "2016-10-07 18:56:43.910878"], ["updated_at", "2016-10-07 18:56:43.910878"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam nihil inventore unde.\",\"body\":\"The AGP pixel is down, input the primary matrix so we can bypass the FTP pixel!\"}"], ["created_at", "2016-10-07 18:56:43.911738"], ["updated_at", "2016-10-07 18:56:43.911738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam commodi dolores harum.\",\"body\":\"You can't input the alarm without copying the primary ADP system!\"}"], ["created_at", "2016-10-07 18:56:43.912589"], ["updated_at", "2016-10-07 18:56:43.912589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi et reiciendis eos non architecto aliquid.\",\"body\":\"You can't program the port without parsing the back-end COM sensor!\"}"], ["created_at", "2016-10-07 18:56:43.913456"], ["updated_at", "2016-10-07 18:56:43.913456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem animi voluptatibus consequatur perspiciatis eum recusandae.\",\"body\":\"Copying the card won't do anything, we need to back up the neural thx transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.914307"], ["updated_at", "2016-10-07 18:56:43.914307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem quod in dicta maiores.\",\"body\":\"Generating the bus won't do anything, we need to bypass the online xss pixel!\"}"], ["created_at", "2016-10-07 18:56:43.915182"], ["updated_at", "2016-10-07 18:56:43.915182"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas doloremque esse voluptates et.\",\"body\":\"Try to connect the SMTP system, maybe it will override the back-end driver!\"}"], ["created_at", "2016-10-07 18:56:43.916059"], ["updated_at", "2016-10-07 18:56:43.916059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo et voluptatem commodi natus et quisquam est.\",\"body\":\"I'll copy the mobile SDD transmitter, that should matrix the HDD bus!\"}"], ["created_at", "2016-10-07 18:56:43.916907"], ["updated_at", "2016-10-07 18:56:43.916907"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id repellat voluptatem architecto accusamus.\",\"body\":\"Bypassing the protocol won't do anything, we need to navigate the haptic sql feed!\"}"], ["created_at", "2016-10-07 18:56:43.917761"], ["updated_at", "2016-10-07 18:56:43.917761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum placeat pariatur aut repudiandae laboriosam sit eaque.\",\"body\":\"Use the back-end EXE application, then you can index the auxiliary alarm!\"}"], ["created_at", "2016-10-07 18:56:43.918665"], ["updated_at", "2016-10-07 18:56:43.918665"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint autem consequatur iste.\",\"body\":\"Use the cross-platform THX alarm, then you can bypass the haptic capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.919536"], ["updated_at", "2016-10-07 18:56:43.919536"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas repellendus voluptatem dolor delectus molestias quia nam.\",\"body\":\"Parsing the pixel won't do anything, we need to index the multi-byte usb sensor!\"}"], ["created_at", "2016-10-07 18:56:43.920425"], ["updated_at", "2016-10-07 18:56:43.920425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt voluptatem aperiam quasi in quaerat assumenda.\",\"body\":\"The TCP panel is down, connect the haptic array so we can input the PNG monitor!\"}"], ["created_at", "2016-10-07 18:56:43.921282"], ["updated_at", "2016-10-07 18:56:43.921282"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse rerum dolor rerum officiis velit laboriosam illo.\",\"body\":\"Backing up the application won't do anything, we need to navigate the haptic http port!\"}"], ["created_at", "2016-10-07 18:56:43.922194"], ["updated_at", "2016-10-07 18:56:43.922194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia est voluptas ipsam rerum ad earum.\",\"body\":\"Use the neural XSS monitor, then you can transmit the mobile interface!\"}"], ["created_at", "2016-10-07 18:56:43.923108"], ["updated_at", "2016-10-07 18:56:43.923108"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae blanditiis delectus recusandae soluta facilis nobis laborum.\",\"body\":\"We need to quantify the digital RSS array!\"}"], ["created_at", "2016-10-07 18:56:43.923960"], ["updated_at", "2016-10-07 18:56:43.923960"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut eveniet explicabo aut eos ut.\",\"body\":\"I'll hack the auxiliary HTTP system, that should hard drive the HTTP panel!\"}"], ["created_at", "2016-10-07 18:56:43.924814"], ["updated_at", "2016-10-07 18:56:43.924814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt nobis tempora id maiores quo eos.\",\"body\":\"We need to parse the bluetooth SMTP system!\"}"], ["created_at", "2016-10-07 18:56:43.925681"], ["updated_at", "2016-10-07 18:56:43.925681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil voluptas qui omnis nesciunt laborum.\",\"body\":\"Use the bluetooth JBOD sensor, then you can quantify the redundant program!\"}"], ["created_at", "2016-10-07 18:56:43.926532"], ["updated_at", "2016-10-07 18:56:43.926532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis earum rerum cumque.\",\"body\":\"Try to synthesize the THX system, maybe it will navigate the neural bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.927388"], ["updated_at", "2016-10-07 18:56:43.927388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque eos voluptatem inventore sit minus velit sint.\",\"body\":\"The JBOD firewall is down, reboot the redundant panel so we can compress the ADP application!\"}"], ["created_at", "2016-10-07 18:56:43.928250"], ["updated_at", "2016-10-07 18:56:43.928250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptatem officiis cupiditate et quia odit.\",\"body\":\"Use the auxiliary PNG pixel, then you can hack the back-end port!\"}"], ["created_at", "2016-10-07 18:56:43.929109"], ["updated_at", "2016-10-07 18:56:43.929109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum aut voluptates similique.\",\"body\":\"Navigating the protocol won't do anything, we need to calculate the neural jbod bus!\"}"], ["created_at", "2016-10-07 18:56:43.929984"], ["updated_at", "2016-10-07 18:56:43.929984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet ut et illum.\",\"body\":\"The SAS alarm is down, synthesize the online transmitter so we can calculate the XSS bus!\"}"], ["created_at", "2016-10-07 18:56:43.930848"], ["updated_at", "2016-10-07 18:56:43.930848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis aperiam debitis laudantium.\",\"body\":\"Generating the microchip won't do anything, we need to quantify the wireless ftp application!\"}"], ["created_at", "2016-10-07 18:56:43.931715"], ["updated_at", "2016-10-07 18:56:43.931715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat labore autem quo delectus doloribus similique.\",\"body\":\"I'll navigate the optical IB microchip, that should monitor the PNG matrix!\"}"], ["created_at", "2016-10-07 18:56:43.932577"], ["updated_at", "2016-10-07 18:56:43.932577"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas ut qui hic et.\",\"body\":\"Use the multi-byte USB microchip, then you can transmit the wireless panel!\"}"], ["created_at", "2016-10-07 18:56:43.933439"], ["updated_at", "2016-10-07 18:56:43.933439"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt quaerat voluptatem nihil tempora eveniet laboriosam illo.\",\"body\":\"If we input the system, we can get to the HTTP circuit through the multi-byte PNG bus!\"}"], ["created_at", "2016-10-07 18:56:43.934292"], ["updated_at", "2016-10-07 18:56:43.934292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut amet hic et.\",\"body\":\"We need to compress the 1080p XSS driver!\"}"], ["created_at", "2016-10-07 18:56:43.935150"], ["updated_at", "2016-10-07 18:56:43.935150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos nobis voluptatem rerum beatae.\",\"body\":\"I'll generate the digital JSON array, that should sensor the JBOD matrix!\"}"], ["created_at", "2016-10-07 18:56:43.936007"], ["updated_at", "2016-10-07 18:56:43.936007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint ipsam optio.\",\"body\":\"We need to transmit the auxiliary PCI hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.936872"], ["updated_at", "2016-10-07 18:56:43.936872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus quis quo.\",\"body\":\"You can't parse the card without connecting the digital RAM capacitor!\"}"], ["created_at", "2016-10-07 18:56:43.937739"], ["updated_at", "2016-10-07 18:56:43.937739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit aut perferendis quia aut culpa.\",\"body\":\"I'll parse the online FTP capacitor, that should microchip the EXE bus!\"}"], ["created_at", "2016-10-07 18:56:43.938592"], ["updated_at", "2016-10-07 18:56:43.938592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis eos expedita eaque iste.\",\"body\":\"If we back up the driver, we can get to the SMS circuit through the back-end SAS matrix!\"}"], ["created_at", "2016-10-07 18:56:43.939446"], ["updated_at", "2016-10-07 18:56:43.939446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur tempore suscipit quo veniam commodi eos.\",\"body\":\"You can't generate the array without connecting the online RSS feed!\"}"], ["created_at", "2016-10-07 18:56:43.940292"], ["updated_at", "2016-10-07 18:56:43.940292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic consequatur non alias enim.\",\"body\":\"If we copy the sensor, we can get to the TCP program through the online AGP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.941149"], ["updated_at", "2016-10-07 18:56:43.941149"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint quaerat delectus incidunt voluptates.\",\"body\":\"I'll override the back-end PNG capacitor, that should capacitor the XML array!\"}"], ["created_at", "2016-10-07 18:56:43.941998"], ["updated_at", "2016-10-07 18:56:43.941998"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo alias sed fugit velit.\",\"body\":\"Use the digital SQL protocol, then you can quantify the redundant hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.942888"], ["updated_at", "2016-10-07 18:56:43.942888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi autem porro id nihil.\",\"body\":\"Copying the protocol won't do anything, we need to navigate the digital ram protocol!\"}"], ["created_at", "2016-10-07 18:56:43.943791"], ["updated_at", "2016-10-07 18:56:43.943791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto accusamus repellendus tenetur sint omnis aut sunt.\",\"body\":\"You can't generate the alarm without copying the online SMTP panel!\"}"], ["created_at", "2016-10-07 18:56:43.944644"], ["updated_at", "2016-10-07 18:56:43.944644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptatem vel quibusdam non id voluptas fugiat.\",\"body\":\"Use the haptic SDD capacitor, then you can compress the virtual panel!\"}"], ["created_at", "2016-10-07 18:56:43.945486"], ["updated_at", "2016-10-07 18:56:43.945486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error atque nam ex eaque in.\",\"body\":\"Use the multi-byte XML hard drive, then you can bypass the mobile matrix!\"}"], ["created_at", "2016-10-07 18:56:43.946341"], ["updated_at", "2016-10-07 18:56:43.946341"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In aliquid et.\",\"body\":\"Compressing the bandwidth won't do anything, we need to copy the haptic com port!\"}"], ["created_at", "2016-10-07 18:56:43.947206"], ["updated_at", "2016-10-07 18:56:43.947206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis adipisci eaque rerum quo eligendi et.\",\"body\":\"I'll parse the online PCI card, that should array the JBOD sensor!\"}"], ["created_at", "2016-10-07 18:56:43.948053"], ["updated_at", "2016-10-07 18:56:43.948053"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita corrupti odio.\",\"body\":\"You can't override the capacitor without calculating the 1080p PNG program!\"}"], ["created_at", "2016-10-07 18:56:43.948923"], ["updated_at", "2016-10-07 18:56:43.948923"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus ab fugit in tempora eum non.\",\"body\":\"Generating the application won't do anything, we need to parse the open-source css transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.949770"], ["updated_at", "2016-10-07 18:56:43.949770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio eligendi non accusamus reiciendis quod id odio.\",\"body\":\"Use the primary RAM program, then you can parse the online program!\"}"], ["created_at", "2016-10-07 18:56:43.950626"], ["updated_at", "2016-10-07 18:56:43.950626"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa id fuga exercitationem et assumenda eos libero.\",\"body\":\"Use the primary PCI application, then you can bypass the cross-platform microchip!\"}"], ["created_at", "2016-10-07 18:56:43.951486"], ["updated_at", "2016-10-07 18:56:43.951486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt minima corrupti vitae qui voluptatem.\",\"body\":\"Use the wireless ADP bandwidth, then you can transmit the multi-byte transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.952332"], ["updated_at", "2016-10-07 18:56:43.952332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A nisi qui omnis harum tempore quam.\",\"body\":\"Calculating the protocol won't do anything, we need to bypass the digital ssl driver!\"}"], ["created_at", "2016-10-07 18:56:43.953201"], ["updated_at", "2016-10-07 18:56:43.953201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore vel et quo quod.\",\"body\":\"If we generate the capacitor, we can get to the PNG array through the auxiliary XML application!\"}"], ["created_at", "2016-10-07 18:56:43.954133"], ["updated_at", "2016-10-07 18:56:43.954133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate eum corrupti impedit vitae voluptate.\",\"body\":\"We need to synthesize the back-end PNG program!\"}"], ["created_at", "2016-10-07 18:56:43.955102"], ["updated_at", "2016-10-07 18:56:43.955102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor quia sint fuga corporis praesentium fugiat.\",\"body\":\"Try to index the PCI bandwidth, maybe it will copy the neural hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.955966"], ["updated_at", "2016-10-07 18:56:43.955966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae repellat odit non fuga ut est maiores.\",\"body\":\"I'll navigate the 1080p PNG alarm, that should system the USB interface!\"}"], ["created_at", "2016-10-07 18:56:43.956827"], ["updated_at", "2016-10-07 18:56:43.956827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus vitae dolorum inventore esse aperiam consectetur autem.\",\"body\":\"We need to navigate the neural FTP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.957669"], ["updated_at", "2016-10-07 18:56:43.957669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident vel sequi eum.\",\"body\":\"The JSON transmitter is down, back up the virtual application so we can generate the SQL sensor!\"}"], ["created_at", "2016-10-07 18:56:43.958539"], ["updated_at", "2016-10-07 18:56:43.958539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate eveniet blanditiis consectetur placeat facilis.\",\"body\":\"You can't quantify the driver without transmitting the auxiliary SSL card!\"}"], ["created_at", "2016-10-07 18:56:43.959411"], ["updated_at", "2016-10-07 18:56:43.959411"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti molestias magni.\",\"body\":\"I'll reboot the optical GB hard drive, that should array the SAS system!\"}"], ["created_at", "2016-10-07 18:56:43.960259"], ["updated_at", "2016-10-07 18:56:43.960259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio alias voluptas quia repellendus nihil.\",\"body\":\"We need to calculate the open-source SMS card!\"}"], ["created_at", "2016-10-07 18:56:43.961105"], ["updated_at", "2016-10-07 18:56:43.961105"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel et assumenda sapiente ut quia.\",\"body\":\"I'll compress the cross-platform XML system, that should monitor the SAS driver!\"}"], ["created_at", "2016-10-07 18:56:43.961950"], ["updated_at", "2016-10-07 18:56:43.961950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione voluptatem excepturi eos velit voluptas.\",\"body\":\"Transmitting the sensor won't do anything, we need to quantify the bluetooth pci transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.962825"], ["updated_at", "2016-10-07 18:56:43.962825"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab ut nihil nesciunt amet rerum nulla quo.\",\"body\":\"You can't navigate the sensor without connecting the mobile PCI monitor!\"}"], ["created_at", "2016-10-07 18:56:43.963686"], ["updated_at", "2016-10-07 18:56:43.963686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo odio voluptatem repellat facere.\",\"body\":\"The SMTP alarm is down, copy the multi-byte firewall so we can transmit the EXE driver!\"}"], ["created_at", "2016-10-07 18:56:43.964543"], ["updated_at", "2016-10-07 18:56:43.964543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci ut saepe id officia quam.\",\"body\":\"Copying the port won't do anything, we need to back up the 1080p usb hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.965415"], ["updated_at", "2016-10-07 18:56:43.965415"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate numquam est et in.\",\"body\":\"Try to connect the SMTP alarm, maybe it will transmit the cross-platform alarm!\"}"], ["created_at", "2016-10-07 18:56:43.966261"], ["updated_at", "2016-10-07 18:56:43.966261"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quia sit nostrum consectetur iusto.\",\"body\":\"Use the primary GB port, then you can calculate the digital port!\"}"], ["created_at", "2016-10-07 18:56:43.967143"], ["updated_at", "2016-10-07 18:56:43.967143"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia dolorem voluptatum aut iste corrupti ullam.\",\"body\":\"If we copy the alarm, we can get to the XML circuit through the neural AGP alarm!\"}"], ["created_at", "2016-10-07 18:56:43.968000"], ["updated_at", "2016-10-07 18:56:43.968000"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur voluptatem est reiciendis voluptas saepe rem.\",\"body\":\"You can't connect the microchip without navigating the open-source AGP application!\"}"], ["created_at", "2016-10-07 18:56:43.968848"], ["updated_at", "2016-10-07 18:56:43.968848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit dolor sit exercitationem.\",\"body\":\"You can't input the capacitor without programming the back-end SMS feed!\"}"], ["created_at", "2016-10-07 18:56:43.969719"], ["updated_at", "2016-10-07 18:56:43.969719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur accusantium vero qui qui quaerat distinctio.\",\"body\":\"We need to navigate the mobile SDD hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.970625"], ["updated_at", "2016-10-07 18:56:43.970625"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea autem provident incidunt dolore et aut dolores.\",\"body\":\"We need to calculate the cross-platform SDD bus!\"}"], ["created_at", "2016-10-07 18:56:43.971512"], ["updated_at", "2016-10-07 18:56:43.971512"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni neque aperiam quisquam dignissimos occaecati delectus temporibus.\",\"body\":\"If we navigate the hard drive, we can get to the THX driver through the open-source SCSI firewall!\"}"], ["created_at", "2016-10-07 18:56:43.972366"], ["updated_at", "2016-10-07 18:56:43.972366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident rerum qui iusto consequuntur nostrum explicabo occaecati.\",\"body\":\"Use the solid state SQL application, then you can override the 1080p panel!\"}"], ["created_at", "2016-10-07 18:56:43.973228"], ["updated_at", "2016-10-07 18:56:43.973228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos reprehenderit veritatis perspiciatis velit.\",\"body\":\"You can't bypass the microchip without connecting the bluetooth EXE application!\"}"], ["created_at", "2016-10-07 18:56:43.974073"], ["updated_at", "2016-10-07 18:56:43.974073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic deserunt consectetur temporibus et.\",\"body\":\"Use the primary SMTP protocol, then you can compress the redundant panel!\"}"], ["created_at", "2016-10-07 18:56:43.974964"], ["updated_at", "2016-10-07 18:56:43.974964"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et architecto consequatur qui sunt.\",\"body\":\"The SSL panel is down, input the online system so we can hack the SAS feed!\"}"], ["created_at", "2016-10-07 18:56:43.975817"], ["updated_at", "2016-10-07 18:56:43.975817"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod laudantium ea at natus voluptatem.\",\"body\":\"We need to reboot the wireless ADP system!\"}"], ["created_at", "2016-10-07 18:56:43.976701"], ["updated_at", "2016-10-07 18:56:43.976701"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates in ratione veritatis.\",\"body\":\"I'll override the redundant AGP hard drive, that should port the HDD feed!\"}"], ["created_at", "2016-10-07 18:56:43.977997"], ["updated_at", "2016-10-07 18:56:43.977997"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint vitae enim amet molestias delectus tempora exercitationem.\",\"body\":\"If we hack the port, we can get to the XSS program through the bluetooth XML microchip!\"}"], ["created_at", "2016-10-07 18:56:43.979662"], ["updated_at", "2016-10-07 18:56:43.979662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo ex id sapiente occaecati nihil.\",\"body\":\"The SCSI monitor is down, generate the cross-platform sensor so we can override the TCP circuit!\"}"], ["created_at", "2016-10-07 18:56:43.980758"], ["updated_at", "2016-10-07 18:56:43.980758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ipsum doloremque inventore ad at.\",\"body\":\"You can't override the card without quantifying the neural PNG sensor!\"}"], ["created_at", "2016-10-07 18:56:43.981664"], ["updated_at", "2016-10-07 18:56:43.981664"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et fugiat rerum distinctio error fuga sunt iusto.\",\"body\":\"Try to index the AI matrix, maybe it will quantify the neural driver!\"}"], ["created_at", "2016-10-07 18:56:43.982566"], ["updated_at", "2016-10-07 18:56:43.982566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea dicta aut possimus nihil facilis et.\",\"body\":\"Try to synthesize the GB protocol, maybe it will quantify the solid state program!\"}"], ["created_at", "2016-10-07 18:56:43.983437"], ["updated_at", "2016-10-07 18:56:43.983437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolor beatae quidem perspiciatis eum nemo.\",\"body\":\"I'll copy the cross-platform EXE sensor, that should feed the SSL firewall!\"}"], ["created_at", "2016-10-07 18:56:43.984288"], ["updated_at", "2016-10-07 18:56:43.984288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt officia reiciendis cum qui et illum.\",\"body\":\"If we connect the bandwidth, we can get to the XSS driver through the cross-platform SSL interface!\"}"], ["created_at", "2016-10-07 18:56:43.985148"], ["updated_at", "2016-10-07 18:56:43.985148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa dolore sint eos blanditiis voluptatibus.\",\"body\":\"Use the 1080p SDD bus, then you can program the auxiliary driver!\"}"], ["created_at", "2016-10-07 18:56:43.986004"], ["updated_at", "2016-10-07 18:56:43.986004"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium fugit qui quo sit placeat.\",\"body\":\"Try to synthesize the SCSI panel, maybe it will bypass the solid state transmitter!\"}"], ["created_at", "2016-10-07 18:56:43.986908"], ["updated_at", "2016-10-07 18:56:43.986908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui a sit provident iste quam et non.\",\"body\":\"The SMS feed is down, copy the digital microchip so we can navigate the PCI microchip!\"}"], ["created_at", "2016-10-07 18:56:43.987781"], ["updated_at", "2016-10-07 18:56:43.987781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa ipsam ut harum consectetur quam esse.\",\"body\":\"You can't reboot the matrix without connecting the neural SAS card!\"}"], ["created_at", "2016-10-07 18:56:43.988653"], ["updated_at", "2016-10-07 18:56:43.988653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit sunt a deserunt recusandae atque blanditiis.\",\"body\":\"I'll calculate the solid state SSL microchip, that should hard drive the HDD bus!\"}"], ["created_at", "2016-10-07 18:56:43.989506"], ["updated_at", "2016-10-07 18:56:43.989506"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia est blanditiis sed voluptatem mollitia sint.\",\"body\":\"We need to reboot the wireless JSON bandwidth!\"}"], ["created_at", "2016-10-07 18:56:43.990363"], ["updated_at", "2016-10-07 18:56:43.990363"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In animi fugiat.\",\"body\":\"Parsing the port won't do anything, we need to program the wireless pci array!\"}"], ["created_at", "2016-10-07 18:56:43.991263"], ["updated_at", "2016-10-07 18:56:43.991263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias sed est quis enim rerum et pariatur.\",\"body\":\"Try to back up the AI capacitor, maybe it will generate the mobile hard drive!\"}"], ["created_at", "2016-10-07 18:56:43.992120"], ["updated_at", "2016-10-07 18:56:43.992120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem consequatur sed quisquam incidunt.\",\"body\":\"I'll input the redundant JSON protocol, that should pixel the COM firewall!\"}"], ["created_at", "2016-10-07 18:56:43.992973"], ["updated_at", "2016-10-07 18:56:43.992973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis praesentium et voluptatibus soluta nam.\",\"body\":\"If we hack the bus, we can get to the RAM port through the online COM array!\"}"], ["created_at", "2016-10-07 18:56:43.993826"], ["updated_at", "2016-10-07 18:56:43.993826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde eum officia quod molestias consequatur.\",\"body\":\"You can't transmit the feed without transmitting the back-end ADP application!\"}"], ["created_at", "2016-10-07 18:56:43.994713"], ["updated_at", "2016-10-07 18:56:43.994713"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente optio sint temporibus consequatur dolorem dolore.\",\"body\":\"Copying the feed won't do anything, we need to navigate the 1080p pci application!\"}"], ["created_at", "2016-10-07 18:56:43.995569"], ["updated_at", "2016-10-07 18:56:43.995569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab harum quo.\",\"body\":\"We need to connect the cross-platform SAS system!\"}"], ["created_at", "2016-10-07 18:56:43.996429"], ["updated_at", "2016-10-07 18:56:43.996429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita ipsa nesciunt maxime ullam.\",\"body\":\"Try to copy the HDD transmitter, maybe it will navigate the primary program!\"}"], ["created_at", "2016-10-07 18:56:43.997280"], ["updated_at", "2016-10-07 18:56:43.997280"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci eos ipsam aliquid quidem dolore.\",\"body\":\"Try to bypass the IB application, maybe it will hack the bluetooth matrix!\"}"], ["created_at", "2016-10-07 18:56:43.998208"], ["updated_at", "2016-10-07 18:56:43.998208"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque cupiditate cum velit.\",\"body\":\"Copying the panel won't do anything, we need to calculate the multi-byte css feed!\"}"], ["created_at", "2016-10-07 18:56:43.999318"], ["updated_at", "2016-10-07 18:56:43.999318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque ut quo est molestiae aut.\",\"body\":\"We need to synthesize the online ADP protocol!\"}"], ["created_at", "2016-10-07 18:56:44.000261"], ["updated_at", "2016-10-07 18:56:44.000261"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt sit rerum hic itaque unde deleniti ut.\",\"body\":\"The THX driver is down, parse the cross-platform bus so we can parse the FTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.001128"], ["updated_at", "2016-10-07 18:56:44.001128"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem est debitis beatae voluptas ipsum.\",\"body\":\"Try to navigate the SQL panel, maybe it will bypass the auxiliary driver!\"}"], ["created_at", "2016-10-07 18:56:44.001975"], ["updated_at", "2016-10-07 18:56:44.001975"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic dolor aliquam aut voluptate animi.\",\"body\":\"Try to back up the TCP bandwidth, maybe it will transmit the wireless sensor!\"}"], ["created_at", "2016-10-07 18:56:44.002868"], ["updated_at", "2016-10-07 18:56:44.002868"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas assumenda quia nesciunt at veritatis culpa.\",\"body\":\"I'll input the optical RAM feed, that should hard drive the GB system!\"}"], ["created_at", "2016-10-07 18:56:44.003878"], ["updated_at", "2016-10-07 18:56:44.003878"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores autem consequatur ducimus aliquam et quia architecto.\",\"body\":\"Use the multi-byte IB bus, then you can back up the solid state microchip!\"}"], ["created_at", "2016-10-07 18:56:44.005042"], ["updated_at", "2016-10-07 18:56:44.005042"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem vero voluptate temporibus voluptatem esse.\",\"body\":\"Navigating the microchip won't do anything, we need to compress the neural ssl bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.006235"], ["updated_at", "2016-10-07 18:56:44.006235"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore nostrum ut dolores laboriosam nihil qui vero.\",\"body\":\"Try to parse the FTP pixel, maybe it will generate the solid state system!\"}"], ["created_at", "2016-10-07 18:56:44.007811"], ["updated_at", "2016-10-07 18:56:44.007811"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non sit est nemo ab temporibus eum.\",\"body\":\"The FTP alarm is down, synthesize the neural protocol so we can compress the COM array!\"}"], ["created_at", "2016-10-07 18:56:44.010114"], ["updated_at", "2016-10-07 18:56:44.010114"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis ab accusantium fugit et odit.\",\"body\":\"We need to transmit the bluetooth HDD panel!\"}"], ["created_at", "2016-10-07 18:56:44.012714"], ["updated_at", "2016-10-07 18:56:44.012714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quis aut consequatur eligendi.\",\"body\":\"If we connect the driver, we can get to the RSS circuit through the redundant SQL bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.013820"], ["updated_at", "2016-10-07 18:56:44.013820"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi voluptatem est incidunt explicabo quo quisquam laudantium.\",\"body\":\"Use the wireless CSS program, then you can override the neural array!\"}"], ["created_at", "2016-10-07 18:56:44.014736"], ["updated_at", "2016-10-07 18:56:44.014736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et excepturi illum earum tempore architecto ipsam.\",\"body\":\"I'll bypass the mobile USB matrix, that should pixel the SCSI protocol!\"}"], ["created_at", "2016-10-07 18:56:44.015620"], ["updated_at", "2016-10-07 18:56:44.015620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat similique ullam.\",\"body\":\"Try to program the RAM monitor, maybe it will synthesize the haptic system!\"}"], ["created_at", "2016-10-07 18:56:44.016482"], ["updated_at", "2016-10-07 18:56:44.016482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati vel in voluptatem odit non est nisi.\",\"body\":\"We need to hack the primary HTTP firewall!\"}"], ["created_at", "2016-10-07 18:56:44.017346"], ["updated_at", "2016-10-07 18:56:44.017346"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis ratione dignissimos natus.\",\"body\":\"You can't hack the port without quantifying the mobile SAS interface!\"}"], ["created_at", "2016-10-07 18:56:44.018204"], ["updated_at", "2016-10-07 18:56:44.018204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit eum rem.\",\"body\":\"Use the back-end PNG microchip, then you can input the cross-platform pixel!\"}"], ["created_at", "2016-10-07 18:56:44.019086"], ["updated_at", "2016-10-07 18:56:44.019086"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque sit hic provident sequi.\",\"body\":\"The RAM array is down, parse the haptic panel so we can navigate the SAS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.020076"], ["updated_at", "2016-10-07 18:56:44.020076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id velit voluptas qui facilis labore dolorem.\",\"body\":\"Try to hack the USB application, maybe it will bypass the bluetooth firewall!\"}"], ["created_at", "2016-10-07 18:56:44.020999"], ["updated_at", "2016-10-07 18:56:44.020999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus eius eligendi.\",\"body\":\"Use the primary RAM array, then you can navigate the cross-platform interface!\"}"], ["created_at", "2016-10-07 18:56:44.021919"], ["updated_at", "2016-10-07 18:56:44.021919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut non aperiam nihil sint magni deleniti sit.\",\"body\":\"Synthesizing the interface won't do anything, we need to parse the multi-byte usb monitor!\"}"], ["created_at", "2016-10-07 18:56:44.022826"], ["updated_at", "2016-10-07 18:56:44.022826"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quo ipsa quia perferendis laudantium.\",\"body\":\"Try to hack the SQL system, maybe it will connect the multi-byte card!\"}"], ["created_at", "2016-10-07 18:56:44.023828"], ["updated_at", "2016-10-07 18:56:44.023828"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti quis similique molestiae itaque sapiente et iusto.\",\"body\":\"If we generate the port, we can get to the ADP bus through the mobile SDD protocol!\"}"], ["created_at", "2016-10-07 18:56:44.024797"], ["updated_at", "2016-10-07 18:56:44.024797"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero omnis ut qui perferendis quaerat sunt.\",\"body\":\"If we back up the firewall, we can get to the USB bandwidth through the back-end USB pixel!\"}"], ["created_at", "2016-10-07 18:56:44.025733"], ["updated_at", "2016-10-07 18:56:44.025733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque et consequuntur voluptates corporis.\",\"body\":\"Try to program the RAM microchip, maybe it will transmit the cross-platform port!\"}"], ["created_at", "2016-10-07 18:56:44.026660"], ["updated_at", "2016-10-07 18:56:44.026660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure eum alias corrupti iste consequatur.\",\"body\":\"I'll override the haptic COM capacitor, that should feed the COM port!\"}"], ["created_at", "2016-10-07 18:56:44.027593"], ["updated_at", "2016-10-07 18:56:44.027593"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores cupiditate quidem dolorum et odio.\",\"body\":\"The PCI bus is down, compress the primary pixel so we can back up the GB feed!\"}"], ["created_at", "2016-10-07 18:56:44.028523"], ["updated_at", "2016-10-07 18:56:44.028523"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad itaque dignissimos tenetur qui alias.\",\"body\":\"Try to program the SQL bus, maybe it will navigate the virtual sensor!\"}"], ["created_at", "2016-10-07 18:56:44.029440"], ["updated_at", "2016-10-07 18:56:44.029440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae iste ad officiis.\",\"body\":\"You can't back up the driver without indexing the digital THX hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.030373"], ["updated_at", "2016-10-07 18:56:44.030373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit est velit.\",\"body\":\"Try to transmit the PNG card, maybe it will program the optical firewall!\"}"], ["created_at", "2016-10-07 18:56:44.031390"], ["updated_at", "2016-10-07 18:56:44.031390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor maiores expedita id non consectetur.\",\"body\":\"Try to quantify the TCP alarm, maybe it will input the open-source array!\"}"], ["created_at", "2016-10-07 18:56:44.032291"], ["updated_at", "2016-10-07 18:56:44.032291"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo dicta pariatur possimus.\",\"body\":\"Programming the hard drive won't do anything, we need to quantify the neural agp hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.033151"], ["updated_at", "2016-10-07 18:56:44.033151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt nostrum explicabo quas.\",\"body\":\"Try to transmit the AI monitor, maybe it will generate the wireless protocol!\"}"], ["created_at", "2016-10-07 18:56:44.034006"], ["updated_at", "2016-10-07 18:56:44.034006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore dolor possimus.\",\"body\":\"You can't program the bus without compressing the multi-byte SQL matrix!\"}"], ["created_at", "2016-10-07 18:56:44.034874"], ["updated_at", "2016-10-07 18:56:44.034874"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit dolores quaerat impedit molestias.\",\"body\":\"We need to copy the redundant XML capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.035729"], ["updated_at", "2016-10-07 18:56:44.035729"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime ut neque rerum.\",\"body\":\"Compressing the microchip won't do anything, we need to back up the multi-byte scsi program!\"}"], ["created_at", "2016-10-07 18:56:44.036634"], ["updated_at", "2016-10-07 18:56:44.036634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni dignissimos soluta ea ad consequatur.\",\"body\":\"Calculating the bandwidth won't do anything, we need to synthesize the digital sms card!\"}"], ["created_at", "2016-10-07 18:56:44.037668"], ["updated_at", "2016-10-07 18:56:44.037668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo autem neque.\",\"body\":\"If we calculate the sensor, we can get to the CSS pixel through the bluetooth GB pixel!\"}"], ["created_at", "2016-10-07 18:56:44.038538"], ["updated_at", "2016-10-07 18:56:44.038538"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut fuga ut nesciunt.\",\"body\":\"If we copy the array, we can get to the ADP array through the open-source GB hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.039395"], ["updated_at", "2016-10-07 18:56:44.039395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos laboriosam id ducimus aut quia optio.\",\"body\":\"Hacking the sensor won't do anything, we need to parse the back-end xss monitor!\"}"], ["created_at", "2016-10-07 18:56:44.040263"], ["updated_at", "2016-10-07 18:56:44.040263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores quis qui praesentium laboriosam.\",\"body\":\"If we generate the array, we can get to the THX monitor through the back-end JSON hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.041129"], ["updated_at", "2016-10-07 18:56:44.041129"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed praesentium nihil accusamus voluptatum ut animi tempora.\",\"body\":\"If we generate the program, we can get to the FTP system through the auxiliary JSON system!\"}"], ["created_at", "2016-10-07 18:56:44.041987"], ["updated_at", "2016-10-07 18:56:44.041987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non rerum harum architecto id illum illo sequi.\",\"body\":\"We need to reboot the auxiliary THX bus!\"}"], ["created_at", "2016-10-07 18:56:44.042851"], ["updated_at", "2016-10-07 18:56:44.042851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur repellendus qui nisi.\",\"body\":\"We need to transmit the bluetooth JBOD matrix!\"}"], ["created_at", "2016-10-07 18:56:44.043702"], ["updated_at", "2016-10-07 18:56:44.043702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis ea nihil.\",\"body\":\"If we parse the application, we can get to the HTTP bandwidth through the auxiliary XML application!\"}"], ["created_at", "2016-10-07 18:56:44.044556"], ["updated_at", "2016-10-07 18:56:44.044556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam est natus.\",\"body\":\"If we input the monitor, we can get to the SQL bandwidth through the cross-platform SMTP panel!\"}"], ["created_at", "2016-10-07 18:56:44.045404"], ["updated_at", "2016-10-07 18:56:44.045404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem aliquam voluptatem et aut quos.\",\"body\":\"If we program the panel, we can get to the JBOD circuit through the solid state SMS program!\"}"], ["created_at", "2016-10-07 18:56:44.046254"], ["updated_at", "2016-10-07 18:56:44.046254"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias eligendi laborum et sit.\",\"body\":\"Use the wireless ADP panel, then you can quantify the online bus!\"}"], ["created_at", "2016-10-07 18:56:44.047126"], ["updated_at", "2016-10-07 18:56:44.047126"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum qui maiores minima id ut voluptas quos.\",\"body\":\"The TCP pixel is down, bypass the bluetooth system so we can hack the JBOD hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.047990"], ["updated_at", "2016-10-07 18:56:44.047990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea sed aut nemo qui.\",\"body\":\"Try to calculate the SQL port, maybe it will parse the open-source panel!\"}"], ["created_at", "2016-10-07 18:56:44.048872"], ["updated_at", "2016-10-07 18:56:44.048872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia qui magnam et quisquam impedit.\",\"body\":\"I'll parse the cross-platform SMTP transmitter, that should port the HTTP system!\"}"], ["created_at", "2016-10-07 18:56:44.049726"], ["updated_at", "2016-10-07 18:56:44.049726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dolorem omnis animi.\",\"body\":\"You can't copy the driver without hacking the wireless IB system!\"}"], ["created_at", "2016-10-07 18:56:44.050578"], ["updated_at", "2016-10-07 18:56:44.050578"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ipsam quaerat architecto non.\",\"body\":\"The RSS capacitor is down, generate the optical monitor so we can program the AGP hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.051442"], ["updated_at", "2016-10-07 18:56:44.051442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum ut nam ratione quia iusto odit modi.\",\"body\":\"Overriding the microchip won't do anything, we need to quantify the mobile sas protocol!\"}"], ["created_at", "2016-10-07 18:56:44.052290"], ["updated_at", "2016-10-07 18:56:44.052290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi aperiam soluta quasi.\",\"body\":\"I'll hack the cross-platform PCI pixel, that should monitor the EXE system!\"}"], ["created_at", "2016-10-07 18:56:44.053163"], ["updated_at", "2016-10-07 18:56:44.053163"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet nulla occaecati ut aut et eveniet a.\",\"body\":\"Try to copy the AI alarm, maybe it will quantify the haptic panel!\"}"], ["created_at", "2016-10-07 18:56:44.054030"], ["updated_at", "2016-10-07 18:56:44.054030"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum saepe architecto sunt qui aut.\",\"body\":\"If we transmit the application, we can get to the SDD system through the haptic SMTP system!\"}"], ["created_at", "2016-10-07 18:56:44.054906"], ["updated_at", "2016-10-07 18:56:44.054906"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia non consequatur harum error dolorem esse.\",\"body\":\"The JSON matrix is down, hack the 1080p program so we can bypass the TCP system!\"}"], ["created_at", "2016-10-07 18:56:44.055769"], ["updated_at", "2016-10-07 18:56:44.055769"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis natus vero exercitationem et neque et.\",\"body\":\"The XML system is down, navigate the optical sensor so we can generate the SMTP panel!\"}"], ["created_at", "2016-10-07 18:56:44.056634"], ["updated_at", "2016-10-07 18:56:44.056634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat corporis vero.\",\"body\":\"You can't hack the sensor without overriding the auxiliary COM system!\"}"], ["created_at", "2016-10-07 18:56:44.057504"], ["updated_at", "2016-10-07 18:56:44.057504"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto ea numquam fugit.\",\"body\":\"Use the mobile HDD firewall, then you can calculate the neural microchip!\"}"], ["created_at", "2016-10-07 18:56:44.058353"], ["updated_at", "2016-10-07 18:56:44.058353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam expedita repellendus ad consequatur rem et et.\",\"body\":\"If we hack the program, we can get to the CSS alarm through the open-source SAS card!\"}"], ["created_at", "2016-10-07 18:56:44.059221"], ["updated_at", "2016-10-07 18:56:44.059221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur beatae perferendis sint animi est.\",\"body\":\"The PNG hard drive is down, reboot the neural system so we can quantify the AGP panel!\"}"], ["created_at", "2016-10-07 18:56:44.060083"], ["updated_at", "2016-10-07 18:56:44.060083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti assumenda sequi.\",\"body\":\"If we quantify the bus, we can get to the USB feed through the online HTTP bus!\"}"], ["created_at", "2016-10-07 18:56:44.060941"], ["updated_at", "2016-10-07 18:56:44.060941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam laborum excepturi.\",\"body\":\"If we parse the interface, we can get to the AI sensor through the digital SMS sensor!\"}"], ["created_at", "2016-10-07 18:56:44.061786"], ["updated_at", "2016-10-07 18:56:44.061786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat sunt suscipit qui.\",\"body\":\"We need to hack the cross-platform SMTP interface!\"}"], ["created_at", "2016-10-07 18:56:44.062642"], ["updated_at", "2016-10-07 18:56:44.062642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum atque est.\",\"body\":\"Indexing the array won't do anything, we need to override the haptic ib panel!\"}"], ["created_at", "2016-10-07 18:56:44.063497"], ["updated_at", "2016-10-07 18:56:44.063497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis dignissimos beatae suscipit reiciendis nihil.\",\"body\":\"If we reboot the driver, we can get to the RSS transmitter through the solid state COM monitor!\"}"], ["created_at", "2016-10-07 18:56:44.064355"], ["updated_at", "2016-10-07 18:56:44.064355"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi ipsam laboriosam asperiores eligendi numquam vel.\",\"body\":\"Use the wireless XML program, then you can transmit the cross-platform microchip!\"}"], ["created_at", "2016-10-07 18:56:44.065215"], ["updated_at", "2016-10-07 18:56:44.065215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae laborum optio omnis quibusdam in iure.\",\"body\":\"You can't quantify the alarm without quantifying the virtual SDD microchip!\"}"], ["created_at", "2016-10-07 18:56:44.066076"], ["updated_at", "2016-10-07 18:56:44.066076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure a asperiores rerum culpa.\",\"body\":\"You can't hack the array without calculating the 1080p SMS interface!\"}"], ["created_at", "2016-10-07 18:56:44.066940"], ["updated_at", "2016-10-07 18:56:44.066940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus facere assumenda laboriosam.\",\"body\":\"The COM pixel is down, parse the digital program so we can calculate the EXE driver!\"}"], ["created_at", "2016-10-07 18:56:44.067807"], ["updated_at", "2016-10-07 18:56:44.067807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium ut similique aut.\",\"body\":\"We need to reboot the optical JBOD system!\"}"], ["created_at", "2016-10-07 18:56:44.068695"], ["updated_at", "2016-10-07 18:56:44.068695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius non autem odio velit voluptas.\",\"body\":\"Calculating the capacitor won't do anything, we need to override the optical sdd panel!\"}"], ["created_at", "2016-10-07 18:56:44.069564"], ["updated_at", "2016-10-07 18:56:44.069564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse odit et aut.\",\"body\":\"You can't quantify the circuit without parsing the bluetooth HTTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.070423"], ["updated_at", "2016-10-07 18:56:44.070423"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus cupiditate aut consequatur.\",\"body\":\"Try to quantify the ADP card, maybe it will reboot the mobile monitor!\"}"], ["created_at", "2016-10-07 18:56:44.071304"], ["updated_at", "2016-10-07 18:56:44.071304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita perferendis fuga quam.\",\"body\":\"Use the open-source SMTP monitor, then you can input the back-end card!\"}"], ["created_at", "2016-10-07 18:56:44.072179"], ["updated_at", "2016-10-07 18:56:44.072179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut optio omnis voluptate illo deleniti corporis.\",\"body\":\"Use the optical PNG capacitor, then you can back up the solid state matrix!\"}"], ["created_at", "2016-10-07 18:56:44.073053"], ["updated_at", "2016-10-07 18:56:44.073053"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum et ipsam omnis officiis assumenda est.\",\"body\":\"The EXE application is down, input the optical driver so we can copy the THX matrix!\"}"], ["created_at", "2016-10-07 18:56:44.073921"], ["updated_at", "2016-10-07 18:56:44.073921"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio est sapiente placeat quod.\",\"body\":\"We need to synthesize the bluetooth THX interface!\"}"], ["created_at", "2016-10-07 18:56:44.074824"], ["updated_at", "2016-10-07 18:56:44.074824"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi quod hic.\",\"body\":\"If we override the hard drive, we can get to the COM array through the neural AGP system!\"}"], ["created_at", "2016-10-07 18:56:44.075698"], ["updated_at", "2016-10-07 18:56:44.075698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae quos doloribus et.\",\"body\":\"I'll calculate the cross-platform TCP bus, that should firewall the XML firewall!\"}"], ["created_at", "2016-10-07 18:56:44.076563"], ["updated_at", "2016-10-07 18:56:44.076563"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit hic molestiae aut tenetur.\",\"body\":\"You can't compress the system without calculating the back-end XSS alarm!\"}"], ["created_at", "2016-10-07 18:56:44.077418"], ["updated_at", "2016-10-07 18:56:44.077418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro magnam facilis eaque a.\",\"body\":\"I'll navigate the back-end SCSI hard drive, that should bus the RAM capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.078289"], ["updated_at", "2016-10-07 18:56:44.078289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo sequi omnis repudiandae.\",\"body\":\"If we quantify the port, we can get to the CSS system through the auxiliary USB monitor!\"}"], ["created_at", "2016-10-07 18:56:44.079201"], ["updated_at", "2016-10-07 18:56:44.079201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat voluptates eius sequi.\",\"body\":\"We need to navigate the open-source JSON panel!\"}"], ["created_at", "2016-10-07 18:56:44.080060"], ["updated_at", "2016-10-07 18:56:44.080060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto quod est quia possimus explicabo asperiores error.\",\"body\":\"You can't override the circuit without quantifying the bluetooth ADP matrix!\"}"], ["created_at", "2016-10-07 18:56:44.080907"], ["updated_at", "2016-10-07 18:56:44.080907"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius quae et dolorem.\",\"body\":\"The XSS panel is down, navigate the open-source bandwidth so we can synthesize the SAS port!\"}"], ["created_at", "2016-10-07 18:56:44.081780"], ["updated_at", "2016-10-07 18:56:44.081780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae error quas sit.\",\"body\":\"We need to navigate the auxiliary THX panel!\"}"], ["created_at", "2016-10-07 18:56:44.082663"], ["updated_at", "2016-10-07 18:56:44.082663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut totam odit inventore dolore maiores.\",\"body\":\"You can't input the panel without hacking the wireless COM protocol!\"}"], ["created_at", "2016-10-07 18:56:44.083517"], ["updated_at", "2016-10-07 18:56:44.083517"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quisquam corrupti rerum facere eveniet.\",\"body\":\"The SAS system is down, bypass the primary microchip so we can input the SDD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.084373"], ["updated_at", "2016-10-07 18:56:44.084373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam consequatur veritatis eius corporis.\",\"body\":\"Use the primary USB microchip, then you can back up the open-source panel!\"}"], ["created_at", "2016-10-07 18:56:44.085234"], ["updated_at", "2016-10-07 18:56:44.085234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ratione libero est.\",\"body\":\"You can't generate the hard drive without compressing the neural FTP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.086082"], ["updated_at", "2016-10-07 18:56:44.086082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint mollitia voluptatem ipsam sint harum et vitae.\",\"body\":\"You can't quantify the interface without generating the primary TCP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.087023"], ["updated_at", "2016-10-07 18:56:44.087023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis ut corporis nisi magnam repellendus.\",\"body\":\"The SMTP hard drive is down, reboot the bluetooth driver so we can generate the HTTP bus!\"}"], ["created_at", "2016-10-07 18:56:44.087894"], ["updated_at", "2016-10-07 18:56:44.087894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel atque aspernatur ullam earum quam hic repellat.\",\"body\":\"Use the redundant CSS transmitter, then you can input the wireless system!\"}"], ["created_at", "2016-10-07 18:56:44.088759"], ["updated_at", "2016-10-07 18:56:44.088759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero in ab qui.\",\"body\":\"The USB application is down, parse the solid state capacitor so we can calculate the FTP array!\"}"], ["created_at", "2016-10-07 18:56:44.089604"], ["updated_at", "2016-10-07 18:56:44.089604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae voluptatem rerum minus adipisci aut.\",\"body\":\"The HDD system is down, parse the auxiliary pixel so we can input the CSS microchip!\"}"], ["created_at", "2016-10-07 18:56:44.090455"], ["updated_at", "2016-10-07 18:56:44.090455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed in sequi aut voluptatem quae itaque quam.\",\"body\":\"Try to navigate the JBOD microchip, maybe it will reboot the 1080p firewall!\"}"], ["created_at", "2016-10-07 18:56:44.091352"], ["updated_at", "2016-10-07 18:56:44.091352"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam molestiae ex tempora.\",\"body\":\"Try to compress the HTTP hard drive, maybe it will hack the wireless array!\"}"], ["created_at", "2016-10-07 18:56:44.092212"], ["updated_at", "2016-10-07 18:56:44.092212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui esse fuga placeat dolor eligendi quia.\",\"body\":\"The EXE card is down, synthesize the open-source firewall so we can navigate the CSS protocol!\"}"], ["created_at", "2016-10-07 18:56:44.093061"], ["updated_at", "2016-10-07 18:56:44.093061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis dignissimos quae laborum aut eius eligendi.\",\"body\":\"I'll synthesize the online PCI microchip, that should array the SSL application!\"}"], ["created_at", "2016-10-07 18:56:44.093916"], ["updated_at", "2016-10-07 18:56:44.093916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat minima ipsa.\",\"body\":\"You can't index the monitor without indexing the auxiliary PNG card!\"}"], ["created_at", "2016-10-07 18:56:44.094787"], ["updated_at", "2016-10-07 18:56:44.094787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis sit odit voluptatibus quis vel quidem.\",\"body\":\"You can't hack the protocol without bypassing the online RAM card!\"}"], ["created_at", "2016-10-07 18:56:44.095652"], ["updated_at", "2016-10-07 18:56:44.095652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui modi sit incidunt.\",\"body\":\"Synthesizing the microchip won't do anything, we need to navigate the open-source usb system!\"}"], ["created_at", "2016-10-07 18:56:44.096508"], ["updated_at", "2016-10-07 18:56:44.096508"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse rem odit omnis cumque deleniti.\",\"body\":\"We need to connect the digital JSON sensor!\"}"], ["created_at", "2016-10-07 18:56:44.097353"], ["updated_at", "2016-10-07 18:56:44.097353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit adipisci nisi.\",\"body\":\"Try to index the GB pixel, maybe it will bypass the neural firewall!\"}"], ["created_at", "2016-10-07 18:56:44.098198"], ["updated_at", "2016-10-07 18:56:44.098198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus neque saepe magnam.\",\"body\":\"You can't connect the pixel without backing up the optical SMS transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.099086"], ["updated_at", "2016-10-07 18:56:44.099086"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque a ullam.\",\"body\":\"Try to index the SSL application, maybe it will navigate the virtual alarm!\"}"], ["created_at", "2016-10-07 18:56:44.099935"], ["updated_at", "2016-10-07 18:56:44.099935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus aut et commodi et.\",\"body\":\"Calculating the interface won't do anything, we need to override the virtual exe interface!\"}"], ["created_at", "2016-10-07 18:56:44.100783"], ["updated_at", "2016-10-07 18:56:44.100783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut laudantium exercitationem omnis.\",\"body\":\"You can't bypass the protocol without generating the mobile HTTP transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.101648"], ["updated_at", "2016-10-07 18:56:44.101648"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi similique voluptates voluptatibus a.\",\"body\":\"If we override the transmitter, we can get to the JSON array through the optical FTP application!\"}"], ["created_at", "2016-10-07 18:56:44.102570"], ["updated_at", "2016-10-07 18:56:44.102570"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam nam et natus.\",\"body\":\"Compressing the driver won't do anything, we need to bypass the bluetooth exe interface!\"}"], ["created_at", "2016-10-07 18:56:44.103627"], ["updated_at", "2016-10-07 18:56:44.103627"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem magnam molestiae non.\",\"body\":\"You can't back up the alarm without bypassing the auxiliary JSON driver!\"}"], ["created_at", "2016-10-07 18:56:44.104803"], ["updated_at", "2016-10-07 18:56:44.104803"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut temporibus repellendus eum non fuga.\",\"body\":\"Transmitting the hard drive won't do anything, we need to calculate the mobile rss sensor!\"}"], ["created_at", "2016-10-07 18:56:44.106175"], ["updated_at", "2016-10-07 18:56:44.106175"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa qui consequatur ipsum esse dicta labore.\",\"body\":\"The XML capacitor is down, navigate the wireless panel so we can generate the XML hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.107859"], ["updated_at", "2016-10-07 18:56:44.107859"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui odio a facere saepe sapiente.\",\"body\":\"I'll compress the open-source SMTP program, that should firewall the SCSI bus!\"}"], ["created_at", "2016-10-07 18:56:44.110273"], ["updated_at", "2016-10-07 18:56:44.110273"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos asperiores suscipit qui.\",\"body\":\"Try to connect the HTTP array, maybe it will copy the 1080p feed!\"}"], ["created_at", "2016-10-07 18:56:44.111920"], ["updated_at", "2016-10-07 18:56:44.111920"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sapiente nemo.\",\"body\":\"I'll hack the 1080p IB capacitor, that should bus the CSS hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.113992"], ["updated_at", "2016-10-07 18:56:44.113992"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quia eveniet recusandae perspiciatis omnis voluptatem.\",\"body\":\"You can't program the interface without navigating the back-end PCI port!\"}"], ["created_at", "2016-10-07 18:56:44.115021"], ["updated_at", "2016-10-07 18:56:44.115021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia quo aut.\",\"body\":\"If we reboot the sensor, we can get to the JSON feed through the mobile TCP panel!\"}"], ["created_at", "2016-10-07 18:56:44.115963"], ["updated_at", "2016-10-07 18:56:44.115963"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea dolore accusantium consequatur repudiandae esse quis nobis.\",\"body\":\"Try to connect the PNG program, maybe it will calculate the neural protocol!\"}"], ["created_at", "2016-10-07 18:56:44.116902"], ["updated_at", "2016-10-07 18:56:44.116902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum ut consequatur nisi.\",\"body\":\"We need to copy the redundant HTTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.117834"], ["updated_at", "2016-10-07 18:56:44.117834"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit repellendus magnam.\",\"body\":\"Use the multi-byte SMTP firewall, then you can override the bluetooth interface!\"}"], ["created_at", "2016-10-07 18:56:44.118762"], ["updated_at", "2016-10-07 18:56:44.118762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In aliquid eum.\",\"body\":\"You can't reboot the panel without generating the primary EXE bus!\"}"], ["created_at", "2016-10-07 18:56:44.119776"], ["updated_at", "2016-10-07 18:56:44.119776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores animi est laudantium.\",\"body\":\"If we navigate the microchip, we can get to the RAM feed through the redundant CSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.120746"], ["updated_at", "2016-10-07 18:56:44.120746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui suscipit deleniti veritatis.\",\"body\":\"Use the open-source THX transmitter, then you can compress the back-end sensor!\"}"], ["created_at", "2016-10-07 18:56:44.121624"], ["updated_at", "2016-10-07 18:56:44.121624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur eos vel non.\",\"body\":\"Hacking the sensor won't do anything, we need to program the wireless ai feed!\"}"], ["created_at", "2016-10-07 18:56:44.122475"], ["updated_at", "2016-10-07 18:56:44.122475"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis eos consequuntur temporibus iure eveniet qui.\",\"body\":\"Overriding the port won't do anything, we need to connect the wireless rss matrix!\"}"], ["created_at", "2016-10-07 18:56:44.123402"], ["updated_at", "2016-10-07 18:56:44.123402"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente suscipit aut aliquid.\",\"body\":\"I'll generate the cross-platform SMTP system, that should panel the XSS system!\"}"], ["created_at", "2016-10-07 18:56:44.124354"], ["updated_at", "2016-10-07 18:56:44.124354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex nulla eum sapiente.\",\"body\":\"You can't bypass the bus without hacking the primary CSS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.125235"], ["updated_at", "2016-10-07 18:56:44.125235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa minima ratione et adipisci vel cupiditate enim.\",\"body\":\"Try to synthesize the USB system, maybe it will hack the auxiliary transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.126092"], ["updated_at", "2016-10-07 18:56:44.126092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis similique rerum id consequatur adipisci consequuntur.\",\"body\":\"Calculating the microchip won't do anything, we need to generate the optical ssl hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.126948"], ["updated_at", "2016-10-07 18:56:44.126948"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda perferendis ratione placeat quis voluptates.\",\"body\":\"You can't compress the feed without copying the open-source RAM array!\"}"], ["created_at", "2016-10-07 18:56:44.127804"], ["updated_at", "2016-10-07 18:56:44.127804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum consequatur aliquam blanditiis.\",\"body\":\"I'll program the neural SSL firewall, that should monitor the SSL application!\"}"], ["created_at", "2016-10-07 18:56:44.128663"], ["updated_at", "2016-10-07 18:56:44.128663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore est reiciendis dicta qui aperiam et maxime.\",\"body\":\"You can't calculate the system without bypassing the open-source RSS program!\"}"], ["created_at", "2016-10-07 18:56:44.129524"], ["updated_at", "2016-10-07 18:56:44.129524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt voluptatem at velit cumque dolor.\",\"body\":\"We need to connect the redundant SQL capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.130392"], ["updated_at", "2016-10-07 18:56:44.130392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit enim voluptas cupiditate beatae inventore.\",\"body\":\"Transmitting the hard drive won't do anything, we need to program the neural http alarm!\"}"], ["created_at", "2016-10-07 18:56:44.131256"], ["updated_at", "2016-10-07 18:56:44.131256"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestias nam sapiente qui molestiae similique.\",\"body\":\"We need to transmit the 1080p SAS panel!\"}"], ["created_at", "2016-10-07 18:56:44.132124"], ["updated_at", "2016-10-07 18:56:44.132124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde sunt sit eum enim maiores veniam aliquid.\",\"body\":\"You can't bypass the monitor without generating the auxiliary SAS interface!\"}"], ["created_at", "2016-10-07 18:56:44.132964"], ["updated_at", "2016-10-07 18:56:44.132964"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat itaque corporis sed voluptatem neque consectetur.\",\"body\":\"We need to navigate the online JBOD matrix!\"}"], ["created_at", "2016-10-07 18:56:44.133816"], ["updated_at", "2016-10-07 18:56:44.133816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum sed qui.\",\"body\":\"The SQL card is down, hack the optical alarm so we can index the IB application!\"}"], ["created_at", "2016-10-07 18:56:44.134679"], ["updated_at", "2016-10-07 18:56:44.134679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum necessitatibus quae sed ea voluptas.\",\"body\":\"If we navigate the array, we can get to the SMTP firewall through the haptic AI application!\"}"], ["created_at", "2016-10-07 18:56:44.135526"], ["updated_at", "2016-10-07 18:56:44.135526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore dicta voluptatem veniam numquam debitis.\",\"body\":\"You can't back up the driver without compressing the 1080p ADP feed!\"}"], ["created_at", "2016-10-07 18:56:44.136426"], ["updated_at", "2016-10-07 18:56:44.136426"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut vel et doloremque similique impedit reprehenderit.\",\"body\":\"Use the digital COM microchip, then you can compress the optical port!\"}"], ["created_at", "2016-10-07 18:56:44.137488"], ["updated_at", "2016-10-07 18:56:44.137488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum eos inventore cum nostrum.\",\"body\":\"I'll compress the digital HTTP port, that should interface the FTP pixel!\"}"], ["created_at", "2016-10-07 18:56:44.138348"], ["updated_at", "2016-10-07 18:56:44.138348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae unde eum libero voluptatem atque.\",\"body\":\"If we compress the matrix, we can get to the RSS matrix through the bluetooth EXE feed!\"}"], ["created_at", "2016-10-07 18:56:44.139210"], ["updated_at", "2016-10-07 18:56:44.139210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut rerum porro voluptatem inventore ipsam eius.\",\"body\":\"Bypassing the application won't do anything, we need to calculate the primary pci circuit!\"}"], ["created_at", "2016-10-07 18:56:44.140081"], ["updated_at", "2016-10-07 18:56:44.140081"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut asperiores perspiciatis molestiae quasi nihil.\",\"body\":\"You can't hack the panel without bypassing the haptic GB sensor!\"}"], ["created_at", "2016-10-07 18:56:44.140931"], ["updated_at", "2016-10-07 18:56:44.140931"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum exercitationem similique consequatur rerum expedita illum.\",\"body\":\"Try to connect the RSS bandwidth, maybe it will compress the solid state transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.141797"], ["updated_at", "2016-10-07 18:56:44.141797"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam provident voluptatem non aut et.\",\"body\":\"You can't calculate the hard drive without generating the neural PCI card!\"}"], ["created_at", "2016-10-07 18:56:44.142652"], ["updated_at", "2016-10-07 18:56:44.142652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam est modi temporibus ipsa ut nihil veritatis.\",\"body\":\"The SMTP feed is down, bypass the neural array so we can input the XML driver!\"}"], ["created_at", "2016-10-07 18:56:44.143515"], ["updated_at", "2016-10-07 18:56:44.143515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum est facilis molestiae architecto et.\",\"body\":\"Use the solid state IB port, then you can bypass the mobile application!\"}"], ["created_at", "2016-10-07 18:56:44.144385"], ["updated_at", "2016-10-07 18:56:44.144385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis odio ut error sit rerum.\",\"body\":\"We need to generate the cross-platform JSON capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.145227"], ["updated_at", "2016-10-07 18:56:44.145227"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto minima rem totam quasi.\",\"body\":\"I'll reboot the primary HDD panel, that should array the AGP panel!\"}"], ["created_at", "2016-10-07 18:56:44.146066"], ["updated_at", "2016-10-07 18:56:44.146066"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati aspernatur molestiae sit similique dolores ad minus.\",\"body\":\"Use the virtual XML hard drive, then you can calculate the 1080p bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.146916"], ["updated_at", "2016-10-07 18:56:44.146916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur soluta facilis natus temporibus veritatis ea.\",\"body\":\"Use the solid state FTP program, then you can back up the solid state transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.147786"], ["updated_at", "2016-10-07 18:56:44.147786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem quo autem nemo inventore delectus.\",\"body\":\"Use the solid state HDD pixel, then you can copy the 1080p card!\"}"], ["created_at", "2016-10-07 18:56:44.148648"], ["updated_at", "2016-10-07 18:56:44.148648"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim voluptatem temporibus quam quidem inventore numquam non.\",\"body\":\"Use the open-source JSON capacitor, then you can copy the cross-platform system!\"}"], ["created_at", "2016-10-07 18:56:44.149509"], ["updated_at", "2016-10-07 18:56:44.149509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis et veritatis.\",\"body\":\"The SSL application is down, input the back-end port so we can index the AI card!\"}"], ["created_at", "2016-10-07 18:56:44.150361"], ["updated_at", "2016-10-07 18:56:44.150361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus ipsam fugiat.\",\"body\":\"I'll calculate the auxiliary FTP hard drive, that should bandwidth the HTTP monitor!\"}"], ["created_at", "2016-10-07 18:56:44.151226"], ["updated_at", "2016-10-07 18:56:44.151226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur aut in commodi maiores enim facere.\",\"body\":\"If we program the protocol, we can get to the HDD bus through the cross-platform HTTP panel!\"}"], ["created_at", "2016-10-07 18:56:44.152079"], ["updated_at", "2016-10-07 18:56:44.152079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque corporis eos consequatur laboriosam eveniet ullam.\",\"body\":\"Use the solid state SAS feed, then you can generate the optical program!\"}"], ["created_at", "2016-10-07 18:56:44.152939"], ["updated_at", "2016-10-07 18:56:44.152939"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non soluta molestias et.\",\"body\":\"We need to copy the neural COM hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.153798"], ["updated_at", "2016-10-07 18:56:44.153798"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum ut veritatis amet consectetur.\",\"body\":\"You can't bypass the port without transmitting the 1080p ADP panel!\"}"], ["created_at", "2016-10-07 18:56:44.154684"], ["updated_at", "2016-10-07 18:56:44.154684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident molestiae quia.\",\"body\":\"Try to compress the SAS matrix, maybe it will override the virtual capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.155540"], ["updated_at", "2016-10-07 18:56:44.155540"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam omnis quaerat sequi.\",\"body\":\"Use the haptic SMTP protocol, then you can calculate the cross-platform sensor!\"}"], ["created_at", "2016-10-07 18:56:44.156393"], ["updated_at", "2016-10-07 18:56:44.156393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi quibusdam et voluptatum quo a autem.\",\"body\":\"You can't back up the alarm without quantifying the bluetooth AGP array!\"}"], ["created_at", "2016-10-07 18:56:44.157239"], ["updated_at", "2016-10-07 18:56:44.157239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta expedita quisquam.\",\"body\":\"We need to input the optical EXE pixel!\"}"], ["created_at", "2016-10-07 18:56:44.158086"], ["updated_at", "2016-10-07 18:56:44.158086"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae maxime hic.\",\"body\":\"You can't parse the microchip without parsing the neural JSON feed!\"}"], ["created_at", "2016-10-07 18:56:44.158939"], ["updated_at", "2016-10-07 18:56:44.158939"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem minima quam molestias veritatis fugiat.\",\"body\":\"Connecting the sensor won't do anything, we need to reboot the virtual css alarm!\"}"], ["created_at", "2016-10-07 18:56:44.159795"], ["updated_at", "2016-10-07 18:56:44.159795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel vero sed sed qui qui aliquid.\",\"body\":\"If we calculate the application, we can get to the ADP driver through the wireless GB system!\"}"], ["created_at", "2016-10-07 18:56:44.160653"], ["updated_at", "2016-10-07 18:56:44.160653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda eius temporibus sed.\",\"body\":\"I'll generate the neural XML program, that should panel the GB port!\"}"], ["created_at", "2016-10-07 18:56:44.161503"], ["updated_at", "2016-10-07 18:56:44.161503"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga dicta dolorem expedita provident.\",\"body\":\"Use the neural XML hard drive, then you can generate the optical microchip!\"}"], ["created_at", "2016-10-07 18:56:44.162367"], ["updated_at", "2016-10-07 18:56:44.162367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis enim quisquam.\",\"body\":\"You can't copy the bus without transmitting the auxiliary JBOD application!\"}"], ["created_at", "2016-10-07 18:56:44.163229"], ["updated_at", "2016-10-07 18:56:44.163229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus quae ratione eius repellat quo.\",\"body\":\"The XSS program is down, parse the 1080p alarm so we can compress the RAM protocol!\"}"], ["created_at", "2016-10-07 18:56:44.164084"], ["updated_at", "2016-10-07 18:56:44.164084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio dolor est distinctio aliquid praesentium voluptatem deserunt.\",\"body\":\"If we quantify the circuit, we can get to the GB program through the online HTTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.164952"], ["updated_at", "2016-10-07 18:56:44.164952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere minima recusandae.\",\"body\":\"Use the virtual FTP transmitter, then you can back up the redundant matrix!\"}"], ["created_at", "2016-10-07 18:56:44.165807"], ["updated_at", "2016-10-07 18:56:44.165807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum quaerat minima ut ea aspernatur.\",\"body\":\"Backing up the application won't do anything, we need to compress the mobile png pixel!\"}"], ["created_at", "2016-10-07 18:56:44.166692"], ["updated_at", "2016-10-07 18:56:44.166692"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque qui ipsam sint quasi.\",\"body\":\"If we override the transmitter, we can get to the IB sensor through the mobile IB microchip!\"}"], ["created_at", "2016-10-07 18:56:44.167560"], ["updated_at", "2016-10-07 18:56:44.167560"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim veritatis iste est veniam ullam atque.\",\"body\":\"I'll transmit the cross-platform RSS card, that should microchip the EXE hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.168411"], ["updated_at", "2016-10-07 18:56:44.168411"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem quisquam et voluptatem.\",\"body\":\"Try to calculate the HDD card, maybe it will connect the mobile monitor!\"}"], ["created_at", "2016-10-07 18:56:44.169273"], ["updated_at", "2016-10-07 18:56:44.169273"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit odio ipsam eius qui.\",\"body\":\"If we generate the pixel, we can get to the ADP card through the solid state PNG pixel!\"}"], ["created_at", "2016-10-07 18:56:44.170145"], ["updated_at", "2016-10-07 18:56:44.170145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis eos sapiente fugiat mollitia perferendis maiores incidunt.\",\"body\":\"You can't connect the capacitor without transmitting the online SMS system!\"}"], ["created_at", "2016-10-07 18:56:44.171057"], ["updated_at", "2016-10-07 18:56:44.171057"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum amet debitis.\",\"body\":\"Use the back-end GB card, then you can transmit the auxiliary application!\"}"], ["created_at", "2016-10-07 18:56:44.171913"], ["updated_at", "2016-10-07 18:56:44.171913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel facere a pariatur est.\",\"body\":\"You can't compress the firewall without overriding the bluetooth USB bus!\"}"], ["created_at", "2016-10-07 18:56:44.172779"], ["updated_at", "2016-10-07 18:56:44.172779"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci exercitationem excepturi et ab.\",\"body\":\"Try to bypass the SMTP system, maybe it will compress the multi-byte bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.173619"], ["updated_at", "2016-10-07 18:56:44.173619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ut voluptates natus sunt.\",\"body\":\"Try to input the GB capacitor, maybe it will synthesize the wireless interface!\"}"], ["created_at", "2016-10-07 18:56:44.174470"], ["updated_at", "2016-10-07 18:56:44.174470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur sit dolorem sed vel quaerat porro itaque.\",\"body\":\"Synthesizing the sensor won't do anything, we need to connect the redundant exe transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.175347"], ["updated_at", "2016-10-07 18:56:44.175347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ut rerum sint ut non dolores explicabo.\",\"body\":\"If we index the microchip, we can get to the SAS interface through the neural COM program!\"}"], ["created_at", "2016-10-07 18:56:44.176212"], ["updated_at", "2016-10-07 18:56:44.176212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi et voluptatem perspiciatis soluta.\",\"body\":\"Use the solid state ADP transmitter, then you can connect the back-end panel!\"}"], ["created_at", "2016-10-07 18:56:44.177057"], ["updated_at", "2016-10-07 18:56:44.177057"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi quisquam hic.\",\"body\":\"I'll program the auxiliary SAS card, that should port the JSON application!\"}"], ["created_at", "2016-10-07 18:56:44.177905"], ["updated_at", "2016-10-07 18:56:44.177905"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et similique omnis.\",\"body\":\"Use the digital XSS alarm, then you can back up the optical application!\"}"], ["created_at", "2016-10-07 18:56:44.178764"], ["updated_at", "2016-10-07 18:56:44.178764"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis vero modi voluptatem qui non molestiae.\",\"body\":\"Use the optical CSS card, then you can program the digital sensor!\"}"], ["created_at", "2016-10-07 18:56:44.179653"], ["updated_at", "2016-10-07 18:56:44.179653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos quis quo autem alias voluptatibus sit ipsam.\",\"body\":\"We need to bypass the virtual AI panel!\"}"], ["created_at", "2016-10-07 18:56:44.180667"], ["updated_at", "2016-10-07 18:56:44.180667"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem accusantium ducimus saepe cupiditate repellendus.\",\"body\":\"Compressing the feed won't do anything, we need to calculate the haptic jbod capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.181540"], ["updated_at", "2016-10-07 18:56:44.181540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius eos non fuga.\",\"body\":\"If we generate the protocol, we can get to the TCP circuit through the haptic HTTP pixel!\"}"], ["created_at", "2016-10-07 18:56:44.182388"], ["updated_at", "2016-10-07 18:56:44.182388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In aut quibusdam numquam ipsam.\",\"body\":\"Try to generate the SMS microchip, maybe it will calculate the solid state application!\"}"], ["created_at", "2016-10-07 18:56:44.183277"], ["updated_at", "2016-10-07 18:56:44.183277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate omnis voluptatem pariatur.\",\"body\":\"Bypassing the alarm won't do anything, we need to input the back-end xml application!\"}"], ["created_at", "2016-10-07 18:56:44.184132"], ["updated_at", "2016-10-07 18:56:44.184132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab est distinctio adipisci totam et magnam deserunt.\",\"body\":\"Use the cross-platform SCSI hard drive, then you can copy the haptic port!\"}"], ["created_at", "2016-10-07 18:56:44.185008"], ["updated_at", "2016-10-07 18:56:44.185008"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam repellat in natus.\",\"body\":\"Use the 1080p EXE bandwidth, then you can compress the multi-byte pixel!\"}"], ["created_at", "2016-10-07 18:56:44.185858"], ["updated_at", "2016-10-07 18:56:44.185858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident laboriosam excepturi doloremque ut dicta.\",\"body\":\"We need to index the digital AI matrix!\"}"], ["created_at", "2016-10-07 18:56:44.186746"], ["updated_at", "2016-10-07 18:56:44.186746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque cumque est veritatis ad voluptas quos autem.\",\"body\":\"Try to index the RAM bandwidth, maybe it will override the optical circuit!\"}"], ["created_at", "2016-10-07 18:56:44.187596"], ["updated_at", "2016-10-07 18:56:44.187596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero voluptas vel qui dignissimos quisquam omnis.\",\"body\":\"If we hack the program, we can get to the TCP feed through the auxiliary AI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.188465"], ["updated_at", "2016-10-07 18:56:44.188465"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa aut nostrum quo fuga odit.\",\"body\":\"We need to copy the online THX driver!\"}"], ["created_at", "2016-10-07 18:56:44.189310"], ["updated_at", "2016-10-07 18:56:44.189310"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et minima et.\",\"body\":\"The CSS program is down, program the back-end program so we can input the EXE feed!\"}"], ["created_at", "2016-10-07 18:56:44.190160"], ["updated_at", "2016-10-07 18:56:44.190160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni ipsa quo aut ratione modi deleniti.\",\"body\":\"Try to calculate the PNG bus, maybe it will program the mobile microchip!\"}"], ["created_at", "2016-10-07 18:56:44.191046"], ["updated_at", "2016-10-07 18:56:44.191046"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus accusamus nam quibusdam.\",\"body\":\"Use the virtual HDD driver, then you can compress the neural driver!\"}"], ["created_at", "2016-10-07 18:56:44.191912"], ["updated_at", "2016-10-07 18:56:44.191912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum molestias velit beatae tenetur corrupti numquam necessitatibus.\",\"body\":\"We need to reboot the open-source PNG pixel!\"}"], ["created_at", "2016-10-07 18:56:44.192757"], ["updated_at", "2016-10-07 18:56:44.192757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo enim ratione molestias ut qui.\",\"body\":\"Calculating the sensor won't do anything, we need to input the virtual usb firewall!\"}"], ["created_at", "2016-10-07 18:56:44.193612"], ["updated_at", "2016-10-07 18:56:44.193612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit nihil est est.\",\"body\":\"The XSS hard drive is down, transmit the neural sensor so we can navigate the FTP array!\"}"], ["created_at", "2016-10-07 18:56:44.194456"], ["updated_at", "2016-10-07 18:56:44.194456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam perferendis fuga ab voluptates excepturi.\",\"body\":\"Use the neural SCSI interface, then you can compress the primary firewall!\"}"], ["created_at", "2016-10-07 18:56:44.195366"], ["updated_at", "2016-10-07 18:56:44.195366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos non quidem voluptatibus nihil.\",\"body\":\"Programming the microchip won't do anything, we need to copy the neural http capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.196224"], ["updated_at", "2016-10-07 18:56:44.196224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum assumenda eum est molestias.\",\"body\":\"I'll bypass the optical HTTP sensor, that should port the HDD panel!\"}"], ["created_at", "2016-10-07 18:56:44.197074"], ["updated_at", "2016-10-07 18:56:44.197074"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente totam quam est impedit mollitia laudantium.\",\"body\":\"The JBOD circuit is down, navigate the mobile card so we can back up the SQL microchip!\"}"], ["created_at", "2016-10-07 18:56:44.197937"], ["updated_at", "2016-10-07 18:56:44.197937"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore in rem ullam.\",\"body\":\"Try to bypass the SDD bus, maybe it will copy the redundant firewall!\"}"], ["created_at", "2016-10-07 18:56:44.198813"], ["updated_at", "2016-10-07 18:56:44.198813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste eum est enim non fugit.\",\"body\":\"I'll transmit the neural SQL bus, that should array the PNG port!\"}"], ["created_at", "2016-10-07 18:56:44.199663"], ["updated_at", "2016-10-07 18:56:44.199663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus quasi corporis perspiciatis sed dolore quaerat.\",\"body\":\"Use the back-end THX driver, then you can back up the digital sensor!\"}"], ["created_at", "2016-10-07 18:56:44.200505"], ["updated_at", "2016-10-07 18:56:44.200505"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil tempora est dolorem ipsa possimus ipsam.\",\"body\":\"Use the neural HTTP card, then you can input the virtual transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.201370"], ["updated_at", "2016-10-07 18:56:44.201370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et commodi tenetur qui reiciendis labore.\",\"body\":\"We need to program the back-end SAS system!\"}"], ["created_at", "2016-10-07 18:56:44.202244"], ["updated_at", "2016-10-07 18:56:44.202244"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas impedit voluptas est eveniet est ab autem.\",\"body\":\"I'll connect the mobile SSL bus, that should driver the PNG firewall!\"}"], ["created_at", "2016-10-07 18:56:44.203140"], ["updated_at", "2016-10-07 18:56:44.203140"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non maxime delectus fuga ratione amet natus optio.\",\"body\":\"Use the 1080p PNG card, then you can transmit the haptic circuit!\"}"], ["created_at", "2016-10-07 18:56:44.204038"], ["updated_at", "2016-10-07 18:56:44.204038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum iure molestias ducimus.\",\"body\":\"I'll hack the open-source AI capacitor, that should hard drive the SCSI capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.204878"], ["updated_at", "2016-10-07 18:56:44.204878"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id et eius pariatur voluptatibus modi.\",\"body\":\"I'll back up the cross-platform IB transmitter, that should sensor the PCI circuit!\"}"], ["created_at", "2016-10-07 18:56:44.205722"], ["updated_at", "2016-10-07 18:56:44.205722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti reiciendis inventore non blanditiis aut.\",\"body\":\"I'll transmit the haptic XML interface, that should card the RAM capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.206612"], ["updated_at", "2016-10-07 18:56:44.206612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At maxime unde excepturi adipisci.\",\"body\":\"You can't input the firewall without programming the multi-byte HTTP microchip!\"}"], ["created_at", "2016-10-07 18:56:44.207458"], ["updated_at", "2016-10-07 18:56:44.207458"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium voluptatibus vero consequatur vel a quia sed.\",\"body\":\"Compressing the microchip won't do anything, we need to program the solid state hdd monitor!\"}"], ["created_at", "2016-10-07 18:56:44.208308"], ["updated_at", "2016-10-07 18:56:44.208308"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure quia ipsa accusamus voluptatem accusantium nesciunt dolorem.\",\"body\":\"Copying the hard drive won't do anything, we need to quantify the online css circuit!\"}"], ["created_at", "2016-10-07 18:56:44.209209"], ["updated_at", "2016-10-07 18:56:44.209209"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus voluptates quasi nesciunt.\",\"body\":\"The SCSI feed is down, connect the optical microchip so we can generate the PNG matrix!\"}"], ["created_at", "2016-10-07 18:56:44.210090"], ["updated_at", "2016-10-07 18:56:44.210090"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et consequatur sunt accusamus deleniti reprehenderit.\",\"body\":\"Indexing the feed won't do anything, we need to parse the online smtp circuit!\"}"], ["created_at", "2016-10-07 18:56:44.210988"], ["updated_at", "2016-10-07 18:56:44.210988"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos laudantium sed non tempore ut.\",\"body\":\"Navigating the alarm won't do anything, we need to program the back-end png matrix!\"}"], ["created_at", "2016-10-07 18:56:44.211854"], ["updated_at", "2016-10-07 18:56:44.211854"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi voluptatibus rerum rerum sapiente.\",\"body\":\"Connecting the bus won't do anything, we need to calculate the mobile sql port!\"}"], ["created_at", "2016-10-07 18:56:44.212701"], ["updated_at", "2016-10-07 18:56:44.212701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolores voluptatem aut est.\",\"body\":\"Use the open-source EXE monitor, then you can override the back-end pixel!\"}"], ["created_at", "2016-10-07 18:56:44.213543"], ["updated_at", "2016-10-07 18:56:44.213543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus autem ullam beatae.\",\"body\":\"The RSS alarm is down, navigate the online system so we can override the USB matrix!\"}"], ["created_at", "2016-10-07 18:56:44.214405"], ["updated_at", "2016-10-07 18:56:44.214405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero iusto magni.\",\"body\":\"Use the neural PCI array, then you can back up the mobile sensor!\"}"], ["created_at", "2016-10-07 18:56:44.215331"], ["updated_at", "2016-10-07 18:56:44.215331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis autem aut quia architecto dolores expedita.\",\"body\":\"I'll synthesize the digital USB monitor, that should sensor the AI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.216180"], ["updated_at", "2016-10-07 18:56:44.216180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut debitis possimus sed quibusdam soluta ea.\",\"body\":\"If we transmit the bandwidth, we can get to the SMS application through the haptic SCSI pixel!\"}"], ["created_at", "2016-10-07 18:56:44.217022"], ["updated_at", "2016-10-07 18:56:44.217022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolores porro aliquam tempora.\",\"body\":\"I'll transmit the bluetooth SMTP protocol, that should matrix the RAM alarm!\"}"], ["created_at", "2016-10-07 18:56:44.217864"], ["updated_at", "2016-10-07 18:56:44.217864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid expedita culpa.\",\"body\":\"Programming the bandwidth won't do anything, we need to program the primary css transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.218754"], ["updated_at", "2016-10-07 18:56:44.218754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda ipsa eaque tempore.\",\"body\":\"Try to program the CSS port, maybe it will hack the wireless transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.219636"], ["updated_at", "2016-10-07 18:56:44.219636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit optio consectetur ducimus voluptate tenetur.\",\"body\":\"I'll compress the solid state SQL program, that should microchip the GB application!\"}"], ["created_at", "2016-10-07 18:56:44.220533"], ["updated_at", "2016-10-07 18:56:44.220533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et adipisci aut minus dolores iste est voluptatem.\",\"body\":\"Use the neural JSON sensor, then you can connect the virtual interface!\"}"], ["created_at", "2016-10-07 18:56:44.221409"], ["updated_at", "2016-10-07 18:56:44.221409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ut suscipit vitae.\",\"body\":\"Compressing the port won't do anything, we need to connect the solid state http firewall!\"}"], ["created_at", "2016-10-07 18:56:44.222272"], ["updated_at", "2016-10-07 18:56:44.222272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci culpa sed suscipit corrupti aliquam atque quia.\",\"body\":\"Quantifying the alarm won't do anything, we need to compress the cross-platform gb protocol!\"}"], ["created_at", "2016-10-07 18:56:44.223159"], ["updated_at", "2016-10-07 18:56:44.223159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id cum distinctio rerum aspernatur et aperiam.\",\"body\":\"Transmitting the sensor won't do anything, we need to parse the wireless css port!\"}"], ["created_at", "2016-10-07 18:56:44.224059"], ["updated_at", "2016-10-07 18:56:44.224059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex sit sit exercitationem eligendi quidem.\",\"body\":\"Use the cross-platform SMS bandwidth, then you can transmit the 1080p capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.225017"], ["updated_at", "2016-10-07 18:56:44.225017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui aut fugiat repudiandae ut debitis voluptatibus.\",\"body\":\"If we transmit the bus, we can get to the PCI card through the solid state RAM system!\"}"], ["created_at", "2016-10-07 18:56:44.225969"], ["updated_at", "2016-10-07 18:56:44.225969"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt laborum voluptas dolor.\",\"body\":\"Use the solid state PNG firewall, then you can reboot the bluetooth transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.226956"], ["updated_at", "2016-10-07 18:56:44.226956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita velit eos voluptatem cum optio recusandae ut.\",\"body\":\"I'll copy the virtual PNG feed, that should panel the SMS array!\"}"], ["created_at", "2016-10-07 18:56:44.227922"], ["updated_at", "2016-10-07 18:56:44.227922"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod repudiandae et.\",\"body\":\"You can't reboot the sensor without hacking the redundant XML array!\"}"], ["created_at", "2016-10-07 18:56:44.228852"], ["updated_at", "2016-10-07 18:56:44.228852"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab incidunt ut quam.\",\"body\":\"If we hack the panel, we can get to the FTP microchip through the optical XML bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.229763"], ["updated_at", "2016-10-07 18:56:44.229763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut enim dolor repellat non officiis ut magni.\",\"body\":\"Try to program the EXE application, maybe it will program the online circuit!\"}"], ["created_at", "2016-10-07 18:56:44.230696"], ["updated_at", "2016-10-07 18:56:44.230696"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat temporibus aut voluptatem magnam.\",\"body\":\"Try to generate the SDD circuit, maybe it will connect the online protocol!\"}"], ["created_at", "2016-10-07 18:56:44.231638"], ["updated_at", "2016-10-07 18:56:44.231638"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi qui magni.\",\"body\":\"Copying the sensor won't do anything, we need to reboot the cross-platform ssl hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.232555"], ["updated_at", "2016-10-07 18:56:44.232555"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum consequatur doloribus quidem alias voluptas.\",\"body\":\"Copying the system won't do anything, we need to compress the mobile jbod card!\"}"], ["created_at", "2016-10-07 18:56:44.233661"], ["updated_at", "2016-10-07 18:56:44.233661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus ea tempore sed deleniti velit enim ipsa.\",\"body\":\"Use the redundant SMTP array, then you can back up the haptic feed!\"}"], ["created_at", "2016-10-07 18:56:44.234899"], ["updated_at", "2016-10-07 18:56:44.234899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure commodi perferendis eaque quis id in occaecati.\",\"body\":\"The SDD monitor is down, quantify the 1080p array so we can connect the FTP program!\"}"], ["created_at", "2016-10-07 18:56:44.235822"], ["updated_at", "2016-10-07 18:56:44.235822"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel eaque dolor sequi.\",\"body\":\"I'll connect the wireless SQL capacitor, that should interface the SCSI application!\"}"], ["created_at", "2016-10-07 18:56:44.236696"], ["updated_at", "2016-10-07 18:56:44.236696"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia expedita et et.\",\"body\":\"The TCP port is down, bypass the optical driver so we can generate the SDD interface!\"}"], ["created_at", "2016-10-07 18:56:44.238044"], ["updated_at", "2016-10-07 18:56:44.238044"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati ratione unde.\",\"body\":\"I'll parse the back-end IB transmitter, that should port the SSL driver!\"}"], ["created_at", "2016-10-07 18:56:44.239531"], ["updated_at", "2016-10-07 18:56:44.239531"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non id nisi repellendus ut.\",\"body\":\"The SMTP bus is down, synthesize the virtual circuit so we can bypass the AGP protocol!\"}"], ["created_at", "2016-10-07 18:56:44.241332"], ["updated_at", "2016-10-07 18:56:44.241332"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae unde aut eligendi nulla blanditiis.\",\"body\":\"Use the virtual SSL transmitter, then you can parse the online alarm!\"}"], ["created_at", "2016-10-07 18:56:44.243041"], ["updated_at", "2016-10-07 18:56:44.243041"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et consectetur aut sed fuga nulla.\",\"body\":\"If we copy the protocol, we can get to the JSON panel through the back-end SAS firewall!\"}"], ["created_at", "2016-10-07 18:56:44.244962"], ["updated_at", "2016-10-07 18:56:44.244962"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam dolorem quo rerum et necessitatibus quisquam.\",\"body\":\"Try to generate the XSS microchip, maybe it will index the mobile array!\"}"], ["created_at", "2016-10-07 18:56:44.246976"], ["updated_at", "2016-10-07 18:56:44.246976"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus temporibus assumenda.\",\"body\":\"You can't copy the circuit without backing up the back-end PCI matrix!\"}"], ["created_at", "2016-10-07 18:56:44.248804"], ["updated_at", "2016-10-07 18:56:44.248804"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt ullam quod sint.\",\"body\":\"Synthesizing the hard drive won't do anything, we need to quantify the 1080p adp system!\"}"], ["created_at", "2016-10-07 18:56:44.250407"], ["updated_at", "2016-10-07 18:56:44.250407"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore facere eos adipisci.\",\"body\":\"The SDD feed is down, calculate the bluetooth interface so we can transmit the SMTP array!\"}"], ["created_at", "2016-10-07 18:56:44.251932"], ["updated_at", "2016-10-07 18:56:44.251932"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In et commodi consequatur ipsa non repudiandae quas.\",\"body\":\"Use the primary RAM sensor, then you can navigate the digital program!\"}"], ["created_at", "2016-10-07 18:56:44.253428"], ["updated_at", "2016-10-07 18:56:44.253428"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptas dolorum nisi.\",\"body\":\"Compressing the pixel won't do anything, we need to calculate the 1080p ram card!\"}"], ["created_at", "2016-10-07 18:56:44.254862"], ["updated_at", "2016-10-07 18:56:44.254862"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae eligendi perferendis ut quam.\",\"body\":\"Try to parse the SQL panel, maybe it will navigate the cross-platform application!\"}"], ["created_at", "2016-10-07 18:56:44.256195"], ["updated_at", "2016-10-07 18:56:44.256195"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum incidunt similique sed labore commodi.\",\"body\":\"Bypassing the sensor won't do anything, we need to quantify the optical gb firewall!\"}"], ["created_at", "2016-10-07 18:56:44.257488"], ["updated_at", "2016-10-07 18:56:44.257488"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus ratione soluta dolor.\",\"body\":\"You can't copy the protocol without connecting the 1080p FTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.258822"], ["updated_at", "2016-10-07 18:56:44.258822"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit sapiente a magnam sit ipsa similique.\",\"body\":\"Try to reboot the COM application, maybe it will reboot the haptic card!\"}"], ["created_at", "2016-10-07 18:56:44.259949"], ["updated_at", "2016-10-07 18:56:44.259949"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quae facilis assumenda omnis molestiae vel dolorem.\",\"body\":\"Indexing the sensor won't do anything, we need to bypass the back-end sms driver!\"}"], ["created_at", "2016-10-07 18:56:44.261361"], ["updated_at", "2016-10-07 18:56:44.261361"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione sequi et optio nemo ex ullam.\",\"body\":\"Try to reboot the XSS matrix, maybe it will input the redundant sensor!\"}"], ["created_at", "2016-10-07 18:56:44.262828"], ["updated_at", "2016-10-07 18:56:44.262828"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium ut ipsum ad.\",\"body\":\"The XSS array is down, quantify the primary protocol so we can synthesize the PCI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.264175"], ["updated_at", "2016-10-07 18:56:44.264175"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est repellendus facilis est voluptate perspiciatis porro reprehenderit.\",\"body\":\"Copying the protocol won't do anything, we need to connect the solid state rss array!\"}"], ["created_at", "2016-10-07 18:56:44.265516"], ["updated_at", "2016-10-07 18:56:44.265516"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti illo quae quidem enim et exercitationem nobis.\",\"body\":\"Compressing the interface won't do anything, we need to compress the mobile sql firewall!\"}"], ["created_at", "2016-10-07 18:56:44.267061"], ["updated_at", "2016-10-07 18:56:44.267061"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et placeat aut minus.\",\"body\":\"If we parse the microchip, we can get to the XSS program through the digital JBOD transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.268456"], ["updated_at", "2016-10-07 18:56:44.268456"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In sapiente sed atque adipisci qui dolore quia.\",\"body\":\"You can't calculate the firewall without generating the bluetooth HTTP pixel!\"}"], ["created_at", "2016-10-07 18:56:44.270090"], ["updated_at", "2016-10-07 18:56:44.270090"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas aut cupiditate sequi itaque est.\",\"body\":\"Use the multi-byte HDD circuit, then you can calculate the optical bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.272476"], ["updated_at", "2016-10-07 18:56:44.272476"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam occaecati enim consequatur blanditiis ut alias vitae.\",\"body\":\"Use the cross-platform SAS port, then you can reboot the primary circuit!\"}"], ["created_at", "2016-10-07 18:56:44.274429"], ["updated_at", "2016-10-07 18:56:44.274429"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus eveniet nostrum ut iure.\",\"body\":\"The PNG firewall is down, index the haptic monitor so we can bypass the AI array!\"}"], ["created_at", "2016-10-07 18:56:44.275937"], ["updated_at", "2016-10-07 18:56:44.275937"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed eveniet officiis ex commodi molestiae voluptatum est.\",\"body\":\"If we index the interface, we can get to the FTP application through the online XSS sensor!\"}"], ["created_at", "2016-10-07 18:56:44.277118"], ["updated_at", "2016-10-07 18:56:44.277118"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sunt odit animi voluptatem eos.\",\"body\":\"I'll bypass the 1080p RAM matrix, that should system the FTP port!\"}"], ["created_at", "2016-10-07 18:56:44.278273"], ["updated_at", "2016-10-07 18:56:44.278273"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quia a ducimus id.\",\"body\":\"If we navigate the microchip, we can get to the CSS firewall through the online HDD circuit!\"}"], ["created_at", "2016-10-07 18:56:44.279416"], ["updated_at", "2016-10-07 18:56:44.279416"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates cupiditate et reiciendis et et repellendus consequuntur.\",\"body\":\"If we reboot the array, we can get to the SMTP transmitter through the optical JSON interface!\"}"], ["created_at", "2016-10-07 18:56:44.280510"], ["updated_at", "2016-10-07 18:56:44.280510"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi quaerat et distinctio consequatur quam et.\",\"body\":\"We need to generate the optical SDD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.281580"], ["updated_at", "2016-10-07 18:56:44.281580"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate est omnis voluptatem dolor et.\",\"body\":\"The ADP transmitter is down, navigate the cross-platform application so we can quantify the JSON monitor!\"}"], ["created_at", "2016-10-07 18:56:44.282650"], ["updated_at", "2016-10-07 18:56:44.282650"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa repellat libero officiis quia quaerat ratione temporibus.\",\"body\":\"The JSON panel is down, connect the bluetooth transmitter so we can copy the SMS alarm!\"}"], ["created_at", "2016-10-07 18:56:44.283689"], ["updated_at", "2016-10-07 18:56:44.283689"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum quod quasi autem omnis incidunt consectetur ut.\",\"body\":\"Try to bypass the RSS transmitter, maybe it will transmit the multi-byte bus!\"}"], ["created_at", "2016-10-07 18:56:44.284687"], ["updated_at", "2016-10-07 18:56:44.284687"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non libero ab ullam earum.\",\"body\":\"Compressing the program won't do anything, we need to back up the open-source com transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.285781"], ["updated_at", "2016-10-07 18:56:44.285781"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae magni ratione ut.\",\"body\":\"You can't calculate the pixel without generating the virtual GB port!\"}"], ["created_at", "2016-10-07 18:56:44.286886"], ["updated_at", "2016-10-07 18:56:44.286886"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ad consequatur nostrum dolorum qui beatae.\",\"body\":\"Use the wireless COM alarm, then you can override the bluetooth protocol!\"}"], ["created_at", "2016-10-07 18:56:44.287913"], ["updated_at", "2016-10-07 18:56:44.287913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat vero sequi minus sunt harum.\",\"body\":\"You can't input the panel without generating the neural SCSI interface!\"}"], ["created_at", "2016-10-07 18:56:44.288892"], ["updated_at", "2016-10-07 18:56:44.288892"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse quis voluptatem sunt et.\",\"body\":\"If we synthesize the program, we can get to the XML system through the online TCP card!\"}"], ["created_at", "2016-10-07 18:56:44.289869"], ["updated_at", "2016-10-07 18:56:44.289869"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente deleniti nesciunt tempora quam.\",\"body\":\"Backing up the bandwidth won't do anything, we need to program the haptic scsi matrix!\"}"], ["created_at", "2016-10-07 18:56:44.290882"], ["updated_at", "2016-10-07 18:56:44.290882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ipsum voluptatem nostrum quia aut velit.\",\"body\":\"We need to calculate the mobile TCP interface!\"}"], ["created_at", "2016-10-07 18:56:44.291875"], ["updated_at", "2016-10-07 18:56:44.291875"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis quasi amet adipisci delectus.\",\"body\":\"You can't index the program without bypassing the wireless AGP card!\"}"], ["created_at", "2016-10-07 18:56:44.292850"], ["updated_at", "2016-10-07 18:56:44.292850"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio enim asperiores quia aut maiores ipsa hic.\",\"body\":\"If we navigate the feed, we can get to the PNG protocol through the redundant JSON card!\"}"], ["created_at", "2016-10-07 18:56:44.293824"], ["updated_at", "2016-10-07 18:56:44.293824"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint inventore veniam ut id ut eligendi.\",\"body\":\"If we parse the transmitter, we can get to the COM feed through the online HDD microchip!\"}"], ["created_at", "2016-10-07 18:56:44.294809"], ["updated_at", "2016-10-07 18:56:44.294809"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis esse vel veniam.\",\"body\":\"You can't bypass the hard drive without bypassing the 1080p EXE alarm!\"}"], ["created_at", "2016-10-07 18:56:44.295786"], ["updated_at", "2016-10-07 18:56:44.295786"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas aliquam dolor.\",\"body\":\"The XSS microchip is down, input the redundant pixel so we can calculate the JSON driver!\"}"], ["created_at", "2016-10-07 18:56:44.296807"], ["updated_at", "2016-10-07 18:56:44.296807"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id est voluptatem nisi aliquid officiis quam.\",\"body\":\"Try to navigate the SSL transmitter, maybe it will navigate the open-source transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.297970"], ["updated_at", "2016-10-07 18:56:44.297970"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia perferendis architecto dolorem eaque modi.\",\"body\":\"We need to back up the back-end TCP port!\"}"], ["created_at", "2016-10-07 18:56:44.299613"], ["updated_at", "2016-10-07 18:56:44.299613"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta temporibus aut qui placeat.\",\"body\":\"If we generate the transmitter, we can get to the XSS monitor through the redundant THX array!\"}"], ["created_at", "2016-10-07 18:56:44.301385"], ["updated_at", "2016-10-07 18:56:44.301385"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem unde a dolores aliquid possimus.\",\"body\":\"Try to quantify the SSL alarm, maybe it will generate the cross-platform bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.303273"], ["updated_at", "2016-10-07 18:56:44.303273"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam sit vitae.\",\"body\":\"If we compress the program, we can get to the XML card through the back-end ADP card!\"}"], ["created_at", "2016-10-07 18:56:44.305141"], ["updated_at", "2016-10-07 18:56:44.305141"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus voluptate adipisci deleniti omnis.\",\"body\":\"Try to override the XSS alarm, maybe it will connect the redundant matrix!\"}"], ["created_at", "2016-10-07 18:56:44.307049"], ["updated_at", "2016-10-07 18:56:44.307049"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis accusantium facere quas laborum sunt.\",\"body\":\"Try to compress the HDD bandwidth, maybe it will compress the multi-byte bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.308638"], ["updated_at", "2016-10-07 18:56:44.308638"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum non laborum consequuntur perspiciatis.\",\"body\":\"If we compress the transmitter, we can get to the TCP hard drive through the auxiliary HDD application!\"}"], ["created_at", "2016-10-07 18:56:44.309906"], ["updated_at", "2016-10-07 18:56:44.309906"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis laborum voluptatem voluptatem et et excepturi unde.\",\"body\":\"The HDD monitor is down, back up the neural program so we can program the THX pixel!\"}"], ["created_at", "2016-10-07 18:56:44.311153"], ["updated_at", "2016-10-07 18:56:44.311153"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore perspiciatis quo.\",\"body\":\"We need to override the haptic SSL feed!\"}"], ["created_at", "2016-10-07 18:56:44.312298"], ["updated_at", "2016-10-07 18:56:44.312298"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut porro voluptates.\",\"body\":\"Use the haptic SDD array, then you can synthesize the cross-platform card!\"}"], ["created_at", "2016-10-07 18:56:44.313349"], ["updated_at", "2016-10-07 18:56:44.313349"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti perspiciatis et ad occaecati aliquid.\",\"body\":\"Use the redundant IB bandwidth, then you can hack the neural application!\"}"], ["created_at", "2016-10-07 18:56:44.314448"], ["updated_at", "2016-10-07 18:56:44.314448"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem amet molestiae sed suscipit ea quia.\",\"body\":\"I'll quantify the bluetooth AI sensor, that should feed the SMTP application!\"}"], ["created_at", "2016-10-07 18:56:44.315722"], ["updated_at", "2016-10-07 18:56:44.315722"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et expedita totam.\",\"body\":\"The JBOD transmitter is down, synthesize the online bus so we can input the IB system!\"}"], ["created_at", "2016-10-07 18:56:44.316960"], ["updated_at", "2016-10-07 18:56:44.316960"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias sapiente sint temporibus veritatis ut et dolore.\",\"body\":\"I'll calculate the cross-platform IB port, that should circuit the THX array!\"}"], ["created_at", "2016-10-07 18:56:44.318291"], ["updated_at", "2016-10-07 18:56:44.318291"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet minus est veniam at commodi.\",\"body\":\"The ADP bus is down, synthesize the 1080p monitor so we can quantify the SMTP pixel!\"}"], ["created_at", "2016-10-07 18:56:44.320004"], ["updated_at", "2016-10-07 18:56:44.320004"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit totam eligendi aut earum sit.\",\"body\":\"We need to input the primary USB hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.322295"], ["updated_at", "2016-10-07 18:56:44.322295"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis est id qui hic aut natus.\",\"body\":\"The SDD card is down, parse the cross-platform capacitor so we can parse the SQL hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.324171"], ["updated_at", "2016-10-07 18:56:44.324171"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora at illum quis delectus est ipsam modi.\",\"body\":\"Transmitting the bandwidth won't do anything, we need to input the mobile rss system!\"}"], ["created_at", "2016-10-07 18:56:44.326098"], ["updated_at", "2016-10-07 18:56:44.326098"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum et facere esse ut molestiae.\",\"body\":\"The HDD panel is down, index the neural array so we can program the RSS sensor!\"}"], ["created_at", "2016-10-07 18:56:44.328253"], ["updated_at", "2016-10-07 18:56:44.328253"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione corrupti ullam aut quam est sint saepe.\",\"body\":\"If we transmit the firewall, we can get to the RAM alarm through the optical SCSI array!\"}"], ["created_at", "2016-10-07 18:56:44.330641"], ["updated_at", "2016-10-07 18:56:44.330641"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quidem ut.\",\"body\":\"If we reboot the program, we can get to the SSL pixel through the auxiliary EXE alarm!\"}"], ["created_at", "2016-10-07 18:56:44.332875"], ["updated_at", "2016-10-07 18:56:44.332875"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus velit eius deserunt molestiae maxime.\",\"body\":\"I'll calculate the multi-byte RSS bandwidth, that should feed the JSON application!\"}"], ["created_at", "2016-10-07 18:56:44.335027"], ["updated_at", "2016-10-07 18:56:44.335027"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et est dignissimos rerum dolor.\",\"body\":\"Parsing the card won't do anything, we need to back up the 1080p ib hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.337122"], ["updated_at", "2016-10-07 18:56:44.337122"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla maiores ipsam nihil reiciendis culpa voluptas repellendus.\",\"body\":\"I'll hack the wireless SDD alarm, that should system the RAM firewall!\"}"], ["created_at", "2016-10-07 18:56:44.339088"], ["updated_at", "2016-10-07 18:56:44.339088"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid distinctio recusandae maxime quis quis.\",\"body\":\"Connecting the sensor won't do anything, we need to bypass the mobile ib driver!\"}"], ["created_at", "2016-10-07 18:56:44.340899"], ["updated_at", "2016-10-07 18:56:44.340899"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique architecto molestiae soluta sint.\",\"body\":\"I'll override the digital HTTP card, that should interface the USB bus!\"}"], ["created_at", "2016-10-07 18:56:44.342686"], ["updated_at", "2016-10-07 18:56:44.342686"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et fuga aut consectetur illo.\",\"body\":\"Try to reboot the USB application, maybe it will quantify the cross-platform interface!\"}"], ["created_at", "2016-10-07 18:56:44.344559"], ["updated_at", "2016-10-07 18:56:44.344559"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed temporibus recusandae et reiciendis consequuntur deleniti.\",\"body\":\"The JSON capacitor is down, index the haptic driver so we can compress the HDD microchip!\"}"], ["created_at", "2016-10-07 18:56:44.346255"], ["updated_at", "2016-10-07 18:56:44.346255"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum maiores id aspernatur veniam deserunt.\",\"body\":\"Try to index the SSL firewall, maybe it will synthesize the bluetooth firewall!\"}"], ["created_at", "2016-10-07 18:56:44.348400"], ["updated_at", "2016-10-07 18:56:44.348400"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic in quo inventore tenetur temporibus porro perferendis.\",\"body\":\"I'll calculate the haptic TCP application, that should feed the THX feed!\"}"], ["created_at", "2016-10-07 18:56:44.350889"], ["updated_at", "2016-10-07 18:56:44.350889"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus qui omnis optio accusamus quam nobis.\",\"body\":\"I'll hack the wireless SCSI feed, that should card the SQL monitor!\"}"], ["created_at", "2016-10-07 18:56:44.353128"], ["updated_at", "2016-10-07 18:56:44.353128"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et laboriosam.\",\"body\":\"If we reboot the microchip, we can get to the RSS capacitor through the mobile RSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.355785"], ["updated_at", "2016-10-07 18:56:44.355785"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia provident temporibus rerum et hic minima asperiores.\",\"body\":\"If we index the pixel, we can get to the AGP sensor through the primary SDD port!\"}"], ["created_at", "2016-10-07 18:56:44.358315"], ["updated_at", "2016-10-07 18:56:44.358315"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse quia enim dolorum nulla repellendus aperiam.\",\"body\":\"If we parse the port, we can get to the AI matrix through the online HTTP sensor!\"}"], ["created_at", "2016-10-07 18:56:44.362413"], ["updated_at", "2016-10-07 18:56:44.362413"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In laborum ut quae fugiat et sint.\",\"body\":\"You can't copy the system without synthesizing the neural CSS program!\"}"], ["created_at", "2016-10-07 18:56:44.364456"], ["updated_at", "2016-10-07 18:56:44.364456"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae ullam quis tempore ipsa accusantium totam.\",\"body\":\"Parsing the panel won't do anything, we need to copy the wireless pci firewall!\"}"], ["created_at", "2016-10-07 18:56:44.366404"], ["updated_at", "2016-10-07 18:56:44.366404"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat eveniet voluptate odio inventore labore reiciendis.\",\"body\":\"We need to parse the back-end SQL bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.367998"], ["updated_at", "2016-10-07 18:56:44.367998"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur aut iste necessitatibus fugit consequuntur mollitia animi.\",\"body\":\"You can't program the port without compressing the multi-byte FTP circuit!\"}"], ["created_at", "2016-10-07 18:56:44.369722"], ["updated_at", "2016-10-07 18:56:44.369722"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam non iste eligendi exercitationem esse.\",\"body\":\"You can't back up the array without parsing the digital AI card!\"}"], ["created_at", "2016-10-07 18:56:44.371425"], ["updated_at", "2016-10-07 18:56:44.371425"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et iusto ad aut.\",\"body\":\"You can't compress the matrix without connecting the neural SMTP program!\"}"], ["created_at", "2016-10-07 18:56:44.372966"], ["updated_at", "2016-10-07 18:56:44.372966"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque suscipit est ut qui dignissimos.\",\"body\":\"Use the online FTP alarm, then you can transmit the mobile card!\"}"], ["created_at", "2016-10-07 18:56:44.374707"], ["updated_at", "2016-10-07 18:56:44.374707"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas nam modi velit consequuntur assumenda.\",\"body\":\"I'll input the back-end SMS matrix, that should panel the FTP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.376973"], ["updated_at", "2016-10-07 18:56:44.376973"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum est voluptatem id beatae.\",\"body\":\"If we back up the bandwidth, we can get to the SCSI alarm through the digital GB microchip!\"}"], ["created_at", "2016-10-07 18:56:44.378355"], ["updated_at", "2016-10-07 18:56:44.378355"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque id sint a.\",\"body\":\"Synthesizing the system won't do anything, we need to program the back-end json microchip!\"}"], ["created_at", "2016-10-07 18:56:44.379905"], ["updated_at", "2016-10-07 18:56:44.379905"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut rerum ut ut non impedit.\",\"body\":\"You can't calculate the monitor without calculating the bluetooth SSL feed!\"}"], ["created_at", "2016-10-07 18:56:44.381454"], ["updated_at", "2016-10-07 18:56:44.381454"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum consequatur in qui esse.\",\"body\":\"You can't connect the protocol without calculating the back-end JBOD sensor!\"}"], ["created_at", "2016-10-07 18:56:44.383220"], ["updated_at", "2016-10-07 18:56:44.383220"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem sunt corrupti adipisci tempore.\",\"body\":\"We need to program the back-end CSS interface!\"}"], ["created_at", "2016-10-07 18:56:44.387272"], ["updated_at", "2016-10-07 18:56:44.387272"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut repellat aliquid voluptates possimus ea neque.\",\"body\":\"I'll program the online ADP firewall, that should panel the HDD transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.389404"], ["updated_at", "2016-10-07 18:56:44.389404"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo dolore ea placeat aut voluptatum et voluptatem.\",\"body\":\"If we input the alarm, we can get to the THX bandwidth through the bluetooth USB circuit!\"}"], ["created_at", "2016-10-07 18:56:44.391527"], ["updated_at", "2016-10-07 18:56:44.391527"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed aut ratione aspernatur quod est dolore incidunt.\",\"body\":\"Use the digital ADP program, then you can quantify the digital panel!\"}"], ["created_at", "2016-10-07 18:56:44.392902"], ["updated_at", "2016-10-07 18:56:44.392902"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus dolores quia voluptatum consequatur commodi.\",\"body\":\"If we transmit the alarm, we can get to the JSON card through the open-source SQL monitor!\"}"], ["created_at", "2016-10-07 18:56:44.394674"], ["updated_at", "2016-10-07 18:56:44.394674"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem iste alias.\",\"body\":\"We need to quantify the online SQL transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.395962"], ["updated_at", "2016-10-07 18:56:44.395962"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste ea totam inventore suscipit dolor cum quia.\",\"body\":\"Use the multi-byte AI protocol, then you can compress the bluetooth alarm!\"}"], ["created_at", "2016-10-07 18:56:44.397213"], ["updated_at", "2016-10-07 18:56:44.397213"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo modi repudiandae qui voluptate facere consequatur dolorem.\",\"body\":\"You can't bypass the application without overriding the open-source SAS hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.398607"], ["updated_at", "2016-10-07 18:56:44.398607"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium qui est vel voluptatem iusto at.\",\"body\":\"The COM interface is down, program the optical capacitor so we can reboot the EXE interface!\"}"], ["created_at", "2016-10-07 18:56:44.400012"], ["updated_at", "2016-10-07 18:56:44.400012"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et corrupti voluptatem voluptas ab.\",\"body\":\"I'll navigate the wireless RSS microchip, that should pixel the AI alarm!\"}"], ["created_at", "2016-10-07 18:56:44.401409"], ["updated_at", "2016-10-07 18:56:44.401409"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis libero assumenda odit est.\",\"body\":\"The EXE driver is down, transmit the mobile microchip so we can synthesize the CSS interface!\"}"], ["created_at", "2016-10-07 18:56:44.403433"], ["updated_at", "2016-10-07 18:56:44.403433"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quia eveniet autem vel delectus.\",\"body\":\"If we copy the transmitter, we can get to the JSON firewall through the online PCI hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.406796"], ["updated_at", "2016-10-07 18:56:44.406796"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id quo quidem accusamus odio.\",\"body\":\"I'll synthesize the open-source RAM monitor, that should interface the JBOD monitor!\"}"], ["created_at", "2016-10-07 18:56:44.408580"], ["updated_at", "2016-10-07 18:56:44.408580"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro rerum omnis dolore at vero.\",\"body\":\"Use the 1080p USB protocol, then you can parse the digital bus!\"}"], ["created_at", "2016-10-07 18:56:44.409784"], ["updated_at", "2016-10-07 18:56:44.409784"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas ad impedit laborum repudiandae esse nam fugiat.\",\"body\":\"I'll bypass the neural RAM alarm, that should port the CSS matrix!\"}"], ["created_at", "2016-10-07 18:56:44.410835"], ["updated_at", "2016-10-07 18:56:44.410835"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum quam et odio omnis sequi eaque.\",\"body\":\"You can't transmit the alarm without generating the auxiliary USB application!\"}"], ["created_at", "2016-10-07 18:56:44.411831"], ["updated_at", "2016-10-07 18:56:44.411831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt quidem natus corrupti non aut maxime nemo.\",\"body\":\"Use the mobile USB circuit, then you can reboot the bluetooth microchip!\"}"], ["created_at", "2016-10-07 18:56:44.412809"], ["updated_at", "2016-10-07 18:56:44.412809"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui labore itaque fuga aut dolores.\",\"body\":\"I'll parse the redundant HDD system, that should transmitter the AGP card!\"}"], ["created_at", "2016-10-07 18:56:44.413751"], ["updated_at", "2016-10-07 18:56:44.413751"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam aut blanditiis et.\",\"body\":\"Use the optical HTTP sensor, then you can reboot the optical card!\"}"], ["created_at", "2016-10-07 18:56:44.414960"], ["updated_at", "2016-10-07 18:56:44.414960"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui rerum nemo.\",\"body\":\"Try to reboot the JBOD circuit, maybe it will parse the solid state driver!\"}"], ["created_at", "2016-10-07 18:56:44.416069"], ["updated_at", "2016-10-07 18:56:44.416069"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint corrupti fugit.\",\"body\":\"We need to copy the mobile AI matrix!\"}"], ["created_at", "2016-10-07 18:56:44.417311"], ["updated_at", "2016-10-07 18:56:44.417311"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut reiciendis molestias debitis sed voluptas quae.\",\"body\":\"We need to parse the auxiliary HDD capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.418806"], ["updated_at", "2016-10-07 18:56:44.418806"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit temporibus cumque natus commodi repudiandae.\",\"body\":\"If we quantify the sensor, we can get to the SQL pixel through the optical CSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.422636"], ["updated_at", "2016-10-07 18:56:44.422636"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam voluptas optio minus cumque aut ducimus molestiae.\",\"body\":\"We need to compress the optical SAS sensor!\"}"], ["created_at", "2016-10-07 18:56:44.424397"], ["updated_at", "2016-10-07 18:56:44.424397"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In delectus eius quaerat temporibus tempora dolorem.\",\"body\":\"Use the virtual AGP program, then you can hack the neural transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.425889"], ["updated_at", "2016-10-07 18:56:44.425889"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos et ex.\",\"body\":\"Copying the transmitter won't do anything, we need to connect the mobile adp hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.427762"], ["updated_at", "2016-10-07 18:56:44.427762"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non et velit repudiandae reiciendis iure.\",\"body\":\"You can't quantify the protocol without hacking the primary SQL transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.429090"], ["updated_at", "2016-10-07 18:56:44.429090"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut deleniti doloribus voluptas.\",\"body\":\"We need to bypass the solid state CSS port!\"}"], ["created_at", "2016-10-07 18:56:44.430311"], ["updated_at", "2016-10-07 18:56:44.430311"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit quam quia culpa magni eligendi porro possimus.\",\"body\":\"Use the neural THX monitor, then you can reboot the optical array!\"}"], ["created_at", "2016-10-07 18:56:44.431787"], ["updated_at", "2016-10-07 18:56:44.431787"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo dolor odit.\",\"body\":\"We need to compress the neural HDD interface!\"}"], ["created_at", "2016-10-07 18:56:44.432962"], ["updated_at", "2016-10-07 18:56:44.432962"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate molestiae eum ipsa unde.\",\"body\":\"Use the digital IB application, then you can compress the optical circuit!\"}"], ["created_at", "2016-10-07 18:56:44.434051"], ["updated_at", "2016-10-07 18:56:44.434051"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint nam modi ut.\",\"body\":\"You can't compress the bandwidth without overriding the primary XML monitor!\"}"], ["created_at", "2016-10-07 18:56:44.435163"], ["updated_at", "2016-10-07 18:56:44.435163"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem dolore sint et.\",\"body\":\"You can't quantify the hard drive without bypassing the multi-byte SMTP transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.437141"], ["updated_at", "2016-10-07 18:56:44.437141"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque numquam et.\",\"body\":\"We need to compress the optical AGP driver!\"}"], ["created_at", "2016-10-07 18:56:44.440658"], ["updated_at", "2016-10-07 18:56:44.440658"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A neque et vitae distinctio debitis.\",\"body\":\"The SAS microchip is down, compress the online bus so we can compress the PCI firewall!\"}"], ["created_at", "2016-10-07 18:56:44.443119"], ["updated_at", "2016-10-07 18:56:44.443119"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem voluptatem repudiandae distinctio maxime aut laborum.\",\"body\":\"If we bypass the array, we can get to the THX card through the wireless SQL bus!\"}"], ["created_at", "2016-10-07 18:56:44.444566"], ["updated_at", "2016-10-07 18:56:44.444566"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit deleniti quis.\",\"body\":\"I'll parse the multi-byte AGP circuit, that should alarm the HDD feed!\"}"], ["created_at", "2016-10-07 18:56:44.445766"], ["updated_at", "2016-10-07 18:56:44.445766"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita officia sit.\",\"body\":\"Try to index the HDD microchip, maybe it will synthesize the redundant card!\"}"], ["created_at", "2016-10-07 18:56:44.447125"], ["updated_at", "2016-10-07 18:56:44.447125"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis veniam aspernatur architecto saepe qui rerum voluptas.\",\"body\":\"If we input the port, we can get to the XML pixel through the bluetooth SAS firewall!\"}"], ["created_at", "2016-10-07 18:56:44.448415"], ["updated_at", "2016-10-07 18:56:44.448415"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et in et laborum voluptatem.\",\"body\":\"You can't connect the array without calculating the open-source USB card!\"}"], ["created_at", "2016-10-07 18:56:44.449555"], ["updated_at", "2016-10-07 18:56:44.449555"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo aliquam temporibus rerum necessitatibus.\",\"body\":\"We need to quantify the digital AGP firewall!\"}"], ["created_at", "2016-10-07 18:56:44.450765"], ["updated_at", "2016-10-07 18:56:44.450765"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus voluptas ab omnis voluptas nobis recusandae.\",\"body\":\"We need to program the virtual USB monitor!\"}"], ["created_at", "2016-10-07 18:56:44.451928"], ["updated_at", "2016-10-07 18:56:44.451928"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab eum ad expedita consectetur esse in.\",\"body\":\"Parsing the alarm won't do anything, we need to index the redundant com driver!\"}"], ["created_at", "2016-10-07 18:56:44.453791"], ["updated_at", "2016-10-07 18:56:44.453791"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi omnis ut eaque voluptatem facere ea.\",\"body\":\"Try to bypass the HTTP firewall, maybe it will quantify the solid state system!\"}"], ["created_at", "2016-10-07 18:56:44.456840"], ["updated_at", "2016-10-07 18:56:44.456840"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima deleniti commodi.\",\"body\":\"The PNG port is down, bypass the mobile matrix so we can back up the AGP firewall!\"}"], ["created_at", "2016-10-07 18:56:44.458682"], ["updated_at", "2016-10-07 18:56:44.458682"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure ut officia occaecati totam.\",\"body\":\"If we transmit the microchip, we can get to the PCI feed through the haptic RSS array!\"}"], ["created_at", "2016-10-07 18:56:44.460754"], ["updated_at", "2016-10-07 18:56:44.460754"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt ad ducimus ut.\",\"body\":\"The XML array is down, override the haptic application so we can navigate the COM pixel!\"}"], ["created_at", "2016-10-07 18:56:44.461895"], ["updated_at", "2016-10-07 18:56:44.461895"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil aut distinctio tempore temporibus.\",\"body\":\"You can't bypass the panel without transmitting the neural GB protocol!\"}"], ["created_at", "2016-10-07 18:56:44.463203"], ["updated_at", "2016-10-07 18:56:44.463203"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas in ut velit fugiat iure voluptatem non.\",\"body\":\"Compressing the panel won't do anything, we need to quantify the solid state sql capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.464541"], ["updated_at", "2016-10-07 18:56:44.464541"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos consequatur culpa eos modi.\",\"body\":\"Try to parse the ADP alarm, maybe it will quantify the wireless panel!\"}"], ["created_at", "2016-10-07 18:56:44.465708"], ["updated_at", "2016-10-07 18:56:44.465708"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam consequatur ipsum expedita voluptas.\",\"body\":\"Use the optical SCSI capacitor, then you can bypass the neural feed!\"}"], ["created_at", "2016-10-07 18:56:44.466827"], ["updated_at", "2016-10-07 18:56:44.466827"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem qui dolor repellat.\",\"body\":\"I'll compress the digital HTTP application, that should bandwidth the ADP circuit!\"}"], ["created_at", "2016-10-07 18:56:44.467900"], ["updated_at", "2016-10-07 18:56:44.467900"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem consequuntur adipisci nobis iste soluta vel veritatis.\",\"body\":\"Try to bypass the CSS firewall, maybe it will connect the neural bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.469016"], ["updated_at", "2016-10-07 18:56:44.469016"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea repellendus possimus delectus.\",\"body\":\"We need to generate the primary SMS interface!\"}"], ["created_at", "2016-10-07 18:56:44.471726"], ["updated_at", "2016-10-07 18:56:44.471726"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat ab ea enim ipsa delectus.\",\"body\":\"Try to compress the AI array, maybe it will compress the virtual transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.474144"], ["updated_at", "2016-10-07 18:56:44.474144"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed facere molestiae repellendus quibusdam tempore.\",\"body\":\"If we back up the pixel, we can get to the SAS array through the haptic SAS pixel!\"}"], ["created_at", "2016-10-07 18:56:44.475394"], ["updated_at", "2016-10-07 18:56:44.475394"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae dolorem sequi aliquam dolores ex dignissimos blanditiis.\",\"body\":\"If we transmit the array, we can get to the PCI bus through the solid state XSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.476531"], ["updated_at", "2016-10-07 18:56:44.476531"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur labore tenetur temporibus excepturi.\",\"body\":\"Try to back up the THX interface, maybe it will quantify the open-source transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.477632"], ["updated_at", "2016-10-07 18:56:44.477632"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem quisquam non saepe voluptatem magni.\",\"body\":\"Bypassing the card won't do anything, we need to quantify the back-end rss matrix!\"}"], ["created_at", "2016-10-07 18:56:44.478683"], ["updated_at", "2016-10-07 18:56:44.478683"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est exercitationem necessitatibus repellat ea incidunt sed.\",\"body\":\"Use the online COM firewall, then you can hack the redundant firewall!\"}"], ["created_at", "2016-10-07 18:56:44.479770"], ["updated_at", "2016-10-07 18:56:44.479770"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea doloremque vel aut pariatur iusto dolorem accusantium.\",\"body\":\"You can't program the bandwidth without calculating the online SSL application!\"}"], ["created_at", "2016-10-07 18:56:44.480912"], ["updated_at", "2016-10-07 18:56:44.480912"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur quae quos laborum aperiam ut.\",\"body\":\"Use the wireless SMS port, then you can bypass the online bus!\"}"], ["created_at", "2016-10-07 18:56:44.481905"], ["updated_at", "2016-10-07 18:56:44.481905"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam earum molestiae ut ipsa placeat reprehenderit nulla.\",\"body\":\"I'll connect the open-source SSL interface, that should hard drive the CSS firewall!\"}"], ["created_at", "2016-10-07 18:56:44.483072"], ["updated_at", "2016-10-07 18:56:44.483072"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat enim commodi aut consequatur vel quam.\",\"body\":\"If we generate the sensor, we can get to the JBOD bus through the open-source JSON protocol!\"}"], ["created_at", "2016-10-07 18:56:44.484285"], ["updated_at", "2016-10-07 18:56:44.484285"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur iure qui inventore consectetur.\",\"body\":\"Generating the driver won't do anything, we need to input the neural gb bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.485353"], ["updated_at", "2016-10-07 18:56:44.485353"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A consequatur aliquam earum accusamus aspernatur quia.\",\"body\":\"I'll navigate the 1080p IB application, that should hard drive the SCSI microchip!\"}"], ["created_at", "2016-10-07 18:56:44.486949"], ["updated_at", "2016-10-07 18:56:44.486949"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti quae dignissimos illo nihil possimus sapiente eum.\",\"body\":\"We need to parse the cross-platform HDD alarm!\"}"], ["created_at", "2016-10-07 18:56:44.490119"], ["updated_at", "2016-10-07 18:56:44.490119"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi qui itaque iusto aut laudantium asperiores.\",\"body\":\"Overriding the bus won't do anything, we need to connect the optical adp array!\"}"], ["created_at", "2016-10-07 18:56:44.491402"], ["updated_at", "2016-10-07 18:56:44.491402"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum et voluptate exercitationem.\",\"body\":\"Try to index the ADP program, maybe it will generate the online interface!\"}"], ["created_at", "2016-10-07 18:56:44.492538"], ["updated_at", "2016-10-07 18:56:44.492538"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed sapiente illo sunt aliquid.\",\"body\":\"Try to synthesize the COM sensor, maybe it will calculate the wireless capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.493628"], ["updated_at", "2016-10-07 18:56:44.493628"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit nostrum quae ea tempore rerum repellendus non.\",\"body\":\"I'll transmit the redundant USB monitor, that should sensor the HDD feed!\"}"], ["created_at", "2016-10-07 18:56:44.494690"], ["updated_at", "2016-10-07 18:56:44.494690"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad odio animi unde quo.\",\"body\":\"We need to override the multi-byte XSS system!\"}"], ["created_at", "2016-10-07 18:56:44.495763"], ["updated_at", "2016-10-07 18:56:44.495763"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad perferendis est assumenda ut ullam.\",\"body\":\"You can't back up the array without quantifying the online THX matrix!\"}"], ["created_at", "2016-10-07 18:56:44.496883"], ["updated_at", "2016-10-07 18:56:44.496883"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique saepe cum quia eos expedita sit necessitatibus.\",\"body\":\"Try to calculate the GB alarm, maybe it will transmit the wireless feed!\"}"], ["created_at", "2016-10-07 18:56:44.497971"], ["updated_at", "2016-10-07 18:56:44.497971"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et officia et.\",\"body\":\"You can't bypass the port without calculating the digital HDD matrix!\"}"], ["created_at", "2016-10-07 18:56:44.499086"], ["updated_at", "2016-10-07 18:56:44.499086"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et autem pariatur.\",\"body\":\"Parsing the pixel won't do anything, we need to bypass the virtual sdd driver!\"}"], ["created_at", "2016-10-07 18:56:44.500317"], ["updated_at", "2016-10-07 18:56:44.500317"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae repellendus excepturi sapiente voluptatem labore.\",\"body\":\"The SMS panel is down, hack the primary interface so we can override the JBOD port!\"}"], ["created_at", "2016-10-07 18:56:44.501479"], ["updated_at", "2016-10-07 18:56:44.501479"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus aut eaque.\",\"body\":\"You can't compress the driver without navigating the auxiliary XSS interface!\"}"], ["created_at", "2016-10-07 18:56:44.502618"], ["updated_at", "2016-10-07 18:56:44.502618"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga possimus mollitia ut voluptas.\",\"body\":\"I'll copy the virtual EXE transmitter, that should firewall the PNG monitor!\"}"], ["created_at", "2016-10-07 18:56:44.503880"], ["updated_at", "2016-10-07 18:56:44.503880"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptas earum ut vitae repudiandae.\",\"body\":\"The XML port is down, quantify the neural port so we can compress the XSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.504970"], ["updated_at", "2016-10-07 18:56:44.504970"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut nisi dignissimos.\",\"body\":\"Try to copy the HDD panel, maybe it will calculate the digital microchip!\"}"], ["created_at", "2016-10-07 18:56:44.505994"], ["updated_at", "2016-10-07 18:56:44.505994"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A quibusdam eos quidem.\",\"body\":\"Try to connect the JSON bus, maybe it will program the back-end matrix!\"}"], ["created_at", "2016-10-07 18:56:44.507037"], ["updated_at", "2016-10-07 18:56:44.507037"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ex qui deserunt.\",\"body\":\"We need to bypass the 1080p PNG circuit!\"}"], ["created_at", "2016-10-07 18:56:44.508058"], ["updated_at", "2016-10-07 18:56:44.508058"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In odit necessitatibus.\",\"body\":\"Try to back up the THX feed, maybe it will program the bluetooth hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.509078"], ["updated_at", "2016-10-07 18:56:44.509078"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque magni quidem placeat dolores.\",\"body\":\"Copying the protocol won't do anything, we need to input the bluetooth adp interface!\"}"], ["created_at", "2016-10-07 18:56:44.510118"], ["updated_at", "2016-10-07 18:56:44.510118"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor expedita perspiciatis reprehenderit.\",\"body\":\"You can't navigate the pixel without hacking the cross-platform SAS sensor!\"}"], ["created_at", "2016-10-07 18:56:44.511175"], ["updated_at", "2016-10-07 18:56:44.511175"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut pariatur est aliquid.\",\"body\":\"Try to navigate the ADP pixel, maybe it will calculate the neural card!\"}"], ["created_at", "2016-10-07 18:56:44.512183"], ["updated_at", "2016-10-07 18:56:44.512183"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed vel consequatur delectus dolore iure numquam.\",\"body\":\"The JBOD circuit is down, index the digital microchip so we can copy the SMTP monitor!\"}"], ["created_at", "2016-10-07 18:56:44.513189"], ["updated_at", "2016-10-07 18:56:44.513189"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus asperiores consequatur.\",\"body\":\"We need to navigate the neural SMS driver!\"}"], ["created_at", "2016-10-07 18:56:44.514253"], ["updated_at", "2016-10-07 18:56:44.514253"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias magni aut.\",\"body\":\"We need to calculate the wireless TCP system!\"}"], ["created_at", "2016-10-07 18:56:44.515552"], ["updated_at", "2016-10-07 18:56:44.515552"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem aut illo iusto.\",\"body\":\"If we navigate the firewall, we can get to the EXE microchip through the cross-platform COM capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.516882"], ["updated_at", "2016-10-07 18:56:44.516882"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente distinctio aut natus tempore est.\",\"body\":\"Use the redundant PNG microchip, then you can bypass the online program!\"}"], ["created_at", "2016-10-07 18:56:44.518046"], ["updated_at", "2016-10-07 18:56:44.518046"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi non sint ab dolorum facere repudiandae.\",\"body\":\"You can't bypass the port without transmitting the mobile PCI protocol!\"}"], ["created_at", "2016-10-07 18:56:44.519370"], ["updated_at", "2016-10-07 18:56:44.519370"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum accusamus recusandae nesciunt.\",\"body\":\"You can't back up the firewall without programming the virtual PNG firewall!\"}"], ["created_at", "2016-10-07 18:56:44.521530"], ["updated_at", "2016-10-07 18:56:44.521530"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod architecto laudantium.\",\"body\":\"Try to calculate the PNG matrix, maybe it will synthesize the bluetooth matrix!\"}"], ["created_at", "2016-10-07 18:56:44.523556"], ["updated_at", "2016-10-07 18:56:44.523556"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta reiciendis qui.\",\"body\":\"You can't copy the capacitor without generating the back-end SMTP program!\"}"], ["created_at", "2016-10-07 18:56:44.525014"], ["updated_at", "2016-10-07 18:56:44.525014"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam non dolor ipsa quas modi quia.\",\"body\":\"The HTTP monitor is down, index the haptic array so we can index the SAS monitor!\"}"], ["created_at", "2016-10-07 18:56:44.526863"], ["updated_at", "2016-10-07 18:56:44.526863"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos ut possimus totam.\",\"body\":\"The PNG matrix is down, copy the solid state interface so we can hack the HTTP system!\"}"], ["created_at", "2016-10-07 18:56:44.528800"], ["updated_at", "2016-10-07 18:56:44.528800"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda voluptatem delectus sunt expedita est a.\",\"body\":\"The PCI transmitter is down, calculate the digital firewall so we can index the XML bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.529906"], ["updated_at", "2016-10-07 18:56:44.529906"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod minima perspiciatis enim aut in.\",\"body\":\"Use the mobile IB panel, then you can bypass the haptic alarm!\"}"], ["created_at", "2016-10-07 18:56:44.531013"], ["updated_at", "2016-10-07 18:56:44.531013"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos eligendi ut porro assumenda fugit quia similique.\",\"body\":\"You can't index the monitor without transmitting the neural SAS capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.532064"], ["updated_at", "2016-10-07 18:56:44.532064"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta aliquid praesentium quasi aut neque tempora.\",\"body\":\"Use the cross-platform SSL card, then you can quantify the solid state system!\"}"], ["created_at", "2016-10-07 18:56:44.533077"], ["updated_at", "2016-10-07 18:56:44.533077"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure quas est nostrum adipisci.\",\"body\":\"If we reboot the matrix, we can get to the USB program through the primary SQL application!\"}"], ["created_at", "2016-10-07 18:56:44.534139"], ["updated_at", "2016-10-07 18:56:44.534139"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non dolorum quaerat.\",\"body\":\"Try to calculate the TCP monitor, maybe it will navigate the solid state matrix!\"}"], ["created_at", "2016-10-07 18:56:44.535434"], ["updated_at", "2016-10-07 18:56:44.535434"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam et dolorum sed id fugit.\",\"body\":\"The COM microchip is down, transmit the cross-platform alarm so we can hack the ADP pixel!\"}"], ["created_at", "2016-10-07 18:56:44.536771"], ["updated_at", "2016-10-07 18:56:44.536771"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut laborum doloremque nihil exercitationem omnis ut delectus.\",\"body\":\"Use the neural JBOD monitor, then you can transmit the optical array!\"}"], ["created_at", "2016-10-07 18:56:44.538716"], ["updated_at", "2016-10-07 18:56:44.538716"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum voluptatem delectus deleniti non.\",\"body\":\"Try to bypass the PNG transmitter, maybe it will input the neural system!\"}"], ["created_at", "2016-10-07 18:56:44.540861"], ["updated_at", "2016-10-07 18:56:44.540861"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas optio voluptatem consectetur consequatur aut.\",\"body\":\"Quantifying the array won't do anything, we need to connect the online pci feed!\"}"], ["created_at", "2016-10-07 18:56:44.542185"], ["updated_at", "2016-10-07 18:56:44.542185"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia excepturi minima animi et.\",\"body\":\"If we copy the circuit, we can get to the SCSI firewall through the open-source RSS pixel!\"}"], ["created_at", "2016-10-07 18:56:44.544830"], ["updated_at", "2016-10-07 18:56:44.544830"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum aliquid quod libero eum rerum.\",\"body\":\"I'll navigate the virtual SAS card, that should system the XML sensor!\"}"], ["created_at", "2016-10-07 18:56:44.546294"], ["updated_at", "2016-10-07 18:56:44.546294"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste hic excepturi illum autem perferendis aliquam similique.\",\"body\":\"You can't reboot the card without bypassing the solid state SQL array!\"}"], ["created_at", "2016-10-07 18:56:44.547623"], ["updated_at", "2016-10-07 18:56:44.547623"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem modi doloribus.\",\"body\":\"If we generate the protocol, we can get to the SMTP panel through the haptic THX bus!\"}"], ["created_at", "2016-10-07 18:56:44.548898"], ["updated_at", "2016-10-07 18:56:44.548898"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab odit provident quo est nobis dolor fugit.\",\"body\":\"Programming the interface won't do anything, we need to override the solid state ai card!\"}"], ["created_at", "2016-10-07 18:56:44.550253"], ["updated_at", "2016-10-07 18:56:44.550253"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id esse earum.\",\"body\":\"Connecting the circuit won't do anything, we need to synthesize the digital png application!\"}"], ["created_at", "2016-10-07 18:56:44.551424"], ["updated_at", "2016-10-07 18:56:44.551424"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem nulla voluptatem autem laboriosam ut sint exercitationem.\",\"body\":\"If we reboot the protocol, we can get to the HDD pixel through the optical USB capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.552644"], ["updated_at", "2016-10-07 18:56:44.552644"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique et voluptatum sit est.\",\"body\":\"If we reboot the card, we can get to the COM port through the cross-platform ADP capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.554117"], ["updated_at", "2016-10-07 18:56:44.554117"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium sed in sit mollitia.\",\"body\":\"You can't back up the matrix without overriding the online FTP interface!\"}"], ["created_at", "2016-10-07 18:56:44.555426"], ["updated_at", "2016-10-07 18:56:44.555426"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi suscipit vel magni dolorem commodi id voluptatibus.\",\"body\":\"If we calculate the driver, we can get to the IB interface through the virtual PCI capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.556561"], ["updated_at", "2016-10-07 18:56:44.556561"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed hic dolorem aliquam dicta quia veritatis.\",\"body\":\"Use the auxiliary SMTP pixel, then you can copy the back-end hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.557668"], ["updated_at", "2016-10-07 18:56:44.557668"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum deserunt reprehenderit error ipsa sunt consequatur rerum.\",\"body\":\"If we back up the program, we can get to the XSS interface through the neural EXE array!\"}"], ["created_at", "2016-10-07 18:56:44.558976"], ["updated_at", "2016-10-07 18:56:44.558976"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi dignissimos doloribus neque.\",\"body\":\"Use the mobile HTTP port, then you can program the digital matrix!\"}"], ["created_at", "2016-10-07 18:56:44.560166"], ["updated_at", "2016-10-07 18:56:44.560166"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et numquam atque velit quos sit.\",\"body\":\"You can't parse the sensor without transmitting the primary COM circuit!\"}"], ["created_at", "2016-10-07 18:56:44.561287"], ["updated_at", "2016-10-07 18:56:44.561287"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate at fugiat.\",\"body\":\"Use the haptic USB circuit, then you can parse the neural firewall!\"}"], ["created_at", "2016-10-07 18:56:44.562417"], ["updated_at", "2016-10-07 18:56:44.562417"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dolore soluta et molestiae nesciunt est.\",\"body\":\"Try to compress the SMTP array, maybe it will hack the optical firewall!\"}"], ["created_at", "2016-10-07 18:56:44.563571"], ["updated_at", "2016-10-07 18:56:44.563571"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus eaque hic.\",\"body\":\"If we calculate the sensor, we can get to the HTTP alarm through the back-end GB application!\"}"], ["created_at", "2016-10-07 18:56:44.564681"], ["updated_at", "2016-10-07 18:56:44.564681"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore quis quod consectetur.\",\"body\":\"We need to transmit the open-source PCI hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.565820"], ["updated_at", "2016-10-07 18:56:44.565820"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis sit voluptatem non officia.\",\"body\":\"We need to override the open-source FTP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.566937"], ["updated_at", "2016-10-07 18:56:44.566937"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque consectetur et non quos excepturi culpa.\",\"body\":\"Programming the port won't do anything, we need to copy the solid state gb protocol!\"}"], ["created_at", "2016-10-07 18:56:44.568050"], ["updated_at", "2016-10-07 18:56:44.568050"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut recusandae perspiciatis.\",\"body\":\"The AGP driver is down, bypass the primary driver so we can quantify the JBOD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.569549"], ["updated_at", "2016-10-07 18:56:44.569549"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi fuga occaecati rerum.\",\"body\":\"You can't back up the bus without transmitting the mobile RAM firewall!\"}"], ["created_at", "2016-10-07 18:56:44.571692"], ["updated_at", "2016-10-07 18:56:44.571692"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut possimus sit aperiam.\",\"body\":\"Use the redundant HDD system, then you can navigate the neural program!\"}"], ["created_at", "2016-10-07 18:56:44.573456"], ["updated_at", "2016-10-07 18:56:44.573456"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id molestiae est aut natus et.\",\"body\":\"Programming the transmitter won't do anything, we need to index the redundant ftp matrix!\"}"], ["created_at", "2016-10-07 18:56:44.574950"], ["updated_at", "2016-10-07 18:56:44.574950"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum ut fugiat explicabo rerum ipsam.\",\"body\":\"If we generate the array, we can get to the HDD circuit through the redundant SMTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.576641"], ["updated_at", "2016-10-07 18:56:44.576641"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates voluptatem eveniet aliquid officiis.\",\"body\":\"Copying the circuit won't do anything, we need to quantify the 1080p http bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.579503"], ["updated_at", "2016-10-07 18:56:44.579503"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio et aut.\",\"body\":\"Try to connect the AGP panel, maybe it will bypass the 1080p bus!\"}"], ["created_at", "2016-10-07 18:56:44.581331"], ["updated_at", "2016-10-07 18:56:44.581331"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis ut totam sunt voluptas.\",\"body\":\"We need to synthesize the digital XML driver!\"}"], ["created_at", "2016-10-07 18:56:44.582583"], ["updated_at", "2016-10-07 18:56:44.582583"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut veniam.\",\"body\":\"Calculating the bandwidth won't do anything, we need to parse the haptic sas driver!\"}"], ["created_at", "2016-10-07 18:56:44.583741"], ["updated_at", "2016-10-07 18:56:44.583741"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius facere nam magni aliquam fugit consectetur.\",\"body\":\"Overriding the matrix won't do anything, we need to parse the back-end scsi application!\"}"], ["created_at", "2016-10-07 18:56:44.584905"], ["updated_at", "2016-10-07 18:56:44.584905"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore a omnis animi sed odit similique.\",\"body\":\"I'll quantify the virtual PCI alarm, that should matrix the SMS array!\"}"], ["created_at", "2016-10-07 18:56:44.586327"], ["updated_at", "2016-10-07 18:56:44.586327"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit inventore est accusamus dolorem non vero molestias.\",\"body\":\"You can't override the interface without connecting the mobile IB sensor!\"}"], ["created_at", "2016-10-07 18:56:44.587819"], ["updated_at", "2016-10-07 18:56:44.587819"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga nihil odit dolore nostrum perspiciatis neque eveniet.\",\"body\":\"Try to input the USB interface, maybe it will parse the 1080p port!\"}"], ["created_at", "2016-10-07 18:56:44.589012"], ["updated_at", "2016-10-07 18:56:44.589012"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel ullam facilis repellendus aliquid.\",\"body\":\"We need to quantify the primary HDD microchip!\"}"], ["created_at", "2016-10-07 18:56:44.590227"], ["updated_at", "2016-10-07 18:56:44.590227"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia consequatur ullam quia nisi ex et.\",\"body\":\"Backing up the microchip won't do anything, we need to program the primary rss driver!\"}"], ["created_at", "2016-10-07 18:56:44.591414"], ["updated_at", "2016-10-07 18:56:44.591414"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut error consectetur libero quia nisi repellat.\",\"body\":\"You can't hack the array without parsing the digital PCI bus!\"}"], ["created_at", "2016-10-07 18:56:44.593813"], ["updated_at", "2016-10-07 18:56:44.593813"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis voluptatem et voluptatum doloremque eligendi ut.\",\"body\":\"Compressing the matrix won't do anything, we need to copy the auxiliary css driver!\"}"], ["created_at", "2016-10-07 18:56:44.595391"], ["updated_at", "2016-10-07 18:56:44.595391"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed voluptas fugiat doloremque.\",\"body\":\"If we quantify the monitor, we can get to the CSS microchip through the multi-byte CSS program!\"}"], ["created_at", "2016-10-07 18:56:44.596862"], ["updated_at", "2016-10-07 18:56:44.596862"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ad cupiditate non laboriosam.\",\"body\":\"The SQL bus is down, navigate the primary microchip so we can transmit the SAS transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.598220"], ["updated_at", "2016-10-07 18:56:44.598220"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis tempora excepturi qui.\",\"body\":\"Use the digital PCI array, then you can generate the haptic firewall!\"}"], ["created_at", "2016-10-07 18:56:44.599431"], ["updated_at", "2016-10-07 18:56:44.599431"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptas est impedit.\",\"body\":\"I'll program the primary FTP port, that should feed the HDD port!\"}"], ["created_at", "2016-10-07 18:56:44.600611"], ["updated_at", "2016-10-07 18:56:44.600611"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta voluptatibus in autem ea.\",\"body\":\"Use the bluetooth SMS microchip, then you can generate the virtual bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.601850"], ["updated_at", "2016-10-07 18:56:44.601850"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea alias ducimus.\",\"body\":\"You can't generate the microchip without backing up the 1080p PNG array!\"}"], ["created_at", "2016-10-07 18:56:44.603352"], ["updated_at", "2016-10-07 18:56:44.603352"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam voluptatem consequuntur.\",\"body\":\"Try to transmit the ADP panel, maybe it will parse the haptic hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.604871"], ["updated_at", "2016-10-07 18:56:44.604871"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum numquam fugiat sunt.\",\"body\":\"The JSON transmitter is down, generate the open-source interface so we can reboot the CSS application!\"}"], ["created_at", "2016-10-07 18:56:44.606184"], ["updated_at", "2016-10-07 18:56:44.606184"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim provident rem laboriosam veritatis non quas.\",\"body\":\"You can't navigate the circuit without quantifying the haptic SCSI card!\"}"], ["created_at", "2016-10-07 18:56:44.607563"], ["updated_at", "2016-10-07 18:56:44.607563"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et rerum quas consequatur.\",\"body\":\"Try to quantify the SMS hard drive, maybe it will program the multi-byte array!\"}"], ["created_at", "2016-10-07 18:56:44.608857"], ["updated_at", "2016-10-07 18:56:44.608857"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam sint accusamus.\",\"body\":\"I'll calculate the multi-byte XML transmitter, that should feed the ADP array!\"}"], ["created_at", "2016-10-07 18:56:44.610209"], ["updated_at", "2016-10-07 18:56:44.610209"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit voluptas nobis totam nemo repudiandae.\",\"body\":\"I'll compress the multi-byte SAS monitor, that should interface the HTTP transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.612172"], ["updated_at", "2016-10-07 18:56:44.612172"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque tenetur quam dolorum autem esse.\",\"body\":\"I'll reboot the mobile IB port, that should firewall the EXE monitor!\"}"], ["created_at", "2016-10-07 18:56:44.613626"], ["updated_at", "2016-10-07 18:56:44.613626"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia qui esse fugit et ipsum voluptatem.\",\"body\":\"I'll reboot the 1080p SAS sensor, that should matrix the CSS card!\"}"], ["created_at", "2016-10-07 18:56:44.614912"], ["updated_at", "2016-10-07 18:56:44.614912"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi aut ut aut non.\",\"body\":\"Programming the capacitor won't do anything, we need to index the primary jbod pixel!\"}"], ["created_at", "2016-10-07 18:56:44.616336"], ["updated_at", "2016-10-07 18:56:44.616336"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi placeat fuga cumque porro est ipsum.\",\"body\":\"I'll bypass the solid state SAS bandwidth, that should system the SQL matrix!\"}"], ["created_at", "2016-10-07 18:56:44.617962"], ["updated_at", "2016-10-07 18:56:44.617962"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi veniam et eos.\",\"body\":\"Bypassing the monitor won't do anything, we need to reboot the back-end scsi interface!\"}"], ["created_at", "2016-10-07 18:56:44.619691"], ["updated_at", "2016-10-07 18:56:44.619691"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique ut dolore.\",\"body\":\"You can't program the application without overriding the digital USB transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.621176"], ["updated_at", "2016-10-07 18:56:44.621176"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet quisquam quasi.\",\"body\":\"Try to calculate the RAM port, maybe it will calculate the virtual application!\"}"], ["created_at", "2016-10-07 18:56:44.622455"], ["updated_at", "2016-10-07 18:56:44.622455"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea consequatur magnam quia non soluta ea ipsa.\",\"body\":\"Try to generate the CSS capacitor, maybe it will back up the back-end port!\"}"], ["created_at", "2016-10-07 18:56:44.624481"], ["updated_at", "2016-10-07 18:56:44.624481"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit labore omnis illo eos fugit omnis mollitia.\",\"body\":\"Try to connect the RSS matrix, maybe it will program the primary array!\"}"], ["created_at", "2016-10-07 18:56:44.626619"], ["updated_at", "2016-10-07 18:56:44.626619"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus libero quis.\",\"body\":\"I'll calculate the virtual SAS capacitor, that should matrix the COM bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.628267"], ["updated_at", "2016-10-07 18:56:44.628267"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quis provident dolores incidunt iure quas.\",\"body\":\"Use the digital THX sensor, then you can connect the bluetooth transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.629492"], ["updated_at", "2016-10-07 18:56:44.629492"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque possimus quia rerum qui quo.\",\"body\":\"You can't parse the panel without backing up the bluetooth AGP transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.630825"], ["updated_at", "2016-10-07 18:56:44.630825"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae dolorem dolores quis reiciendis nulla deleniti et.\",\"body\":\"Overriding the card won't do anything, we need to connect the back-end smtp bus!\"}"], ["created_at", "2016-10-07 18:56:44.632883"], ["updated_at", "2016-10-07 18:56:44.632883"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas dolorem saepe tempora.\",\"body\":\"The GB program is down, compress the mobile monitor so we can parse the TCP bus!\"}"], ["created_at", "2016-10-07 18:56:44.634280"], ["updated_at", "2016-10-07 18:56:44.634280"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi sed voluptas aut omnis porro.\",\"body\":\"Use the auxiliary PCI panel, then you can override the 1080p application!\"}"], ["created_at", "2016-10-07 18:56:44.635671"], ["updated_at", "2016-10-07 18:56:44.635671"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolor voluptate sed nam distinctio ut qui.\",\"body\":\"We need to compress the virtual SMTP program!\"}"], ["created_at", "2016-10-07 18:56:44.637420"], ["updated_at", "2016-10-07 18:56:44.637420"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem iure saepe recusandae qui delectus.\",\"body\":\"You can't synthesize the bandwidth without connecting the bluetooth SAS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.640682"], ["updated_at", "2016-10-07 18:56:44.640682"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus dolorum ut.\",\"body\":\"Use the wireless CSS matrix, then you can generate the back-end system!\"}"], ["created_at", "2016-10-07 18:56:44.643191"], ["updated_at", "2016-10-07 18:56:44.643191"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod est expedita quam in earum nulla.\",\"body\":\"Try to override the TCP firewall, maybe it will generate the haptic bus!\"}"], ["created_at", "2016-10-07 18:56:44.644670"], ["updated_at", "2016-10-07 18:56:44.644670"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque quia voluptatem velit quo quod cupiditate officiis.\",\"body\":\"If we index the circuit, we can get to the XSS monitor through the online XSS port!\"}"], ["created_at", "2016-10-07 18:56:44.646270"], ["updated_at", "2016-10-07 18:56:44.646270"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi aliquid ex quod ducimus at.\",\"body\":\"If we bypass the microchip, we can get to the AI application through the mobile SQL transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.649591"], ["updated_at", "2016-10-07 18:56:44.649591"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui possimus doloremque quod.\",\"body\":\"Try to generate the SQL alarm, maybe it will synthesize the auxiliary application!\"}"], ["created_at", "2016-10-07 18:56:44.653433"], ["updated_at", "2016-10-07 18:56:44.653433"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur debitis dolor voluptatem libero minus consequatur cum.\",\"body\":\"The HTTP application is down, back up the online capacitor so we can compress the SQL monitor!\"}"], ["created_at", "2016-10-07 18:56:44.655120"], ["updated_at", "2016-10-07 18:56:44.655120"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo provident doloribus adipisci error consectetur nihil.\",\"body\":\"Use the cross-platform GB protocol, then you can copy the online bus!\"}"], ["created_at", "2016-10-07 18:56:44.656456"], ["updated_at", "2016-10-07 18:56:44.656456"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae qui dignissimos.\",\"body\":\"If we bypass the bus, we can get to the SAS driver through the digital COM port!\"}"], ["created_at", "2016-10-07 18:56:44.657698"], ["updated_at", "2016-10-07 18:56:44.657698"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam occaecati optio quod alias quia minima.\",\"body\":\"I'll hack the optical CSS bus, that should interface the JSON array!\"}"], ["created_at", "2016-10-07 18:56:44.659071"], ["updated_at", "2016-10-07 18:56:44.659071"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci et tempore esse sit qui et qui.\",\"body\":\"We need to generate the solid state SMS panel!\"}"], ["created_at", "2016-10-07 18:56:44.660350"], ["updated_at", "2016-10-07 18:56:44.660350"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus animi sed beatae occaecati aut et aut.\",\"body\":\"Navigating the firewall won't do anything, we need to transmit the optical com sensor!\"}"], ["created_at", "2016-10-07 18:56:44.661444"], ["updated_at", "2016-10-07 18:56:44.661444"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit est ut natus corporis.\",\"body\":\"I'll synthesize the auxiliary THX monitor, that should pixel the PNG driver!\"}"], ["created_at", "2016-10-07 18:56:44.662708"], ["updated_at", "2016-10-07 18:56:44.662708"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In nesciunt praesentium exercitationem qui animi reiciendis enim.\",\"body\":\"I'll compress the auxiliary SCSI circuit, that should system the SSL microchip!\"}"], ["created_at", "2016-10-07 18:56:44.663770"], ["updated_at", "2016-10-07 18:56:44.663770"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis possimus nobis nulla ducimus voluptates a ut.\",\"body\":\"Try to index the SDD program, maybe it will compress the digital transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.664833"], ["updated_at", "2016-10-07 18:56:44.664833"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error sint reiciendis ducimus harum et architecto consequatur.\",\"body\":\"Try to calculate the TCP panel, maybe it will index the virtual microchip!\"}"], ["created_at", "2016-10-07 18:56:44.666048"], ["updated_at", "2016-10-07 18:56:44.666048"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis ducimus repudiandae sapiente eligendi quae.\",\"body\":\"Indexing the bus won't do anything, we need to connect the neural png matrix!\"}"], ["created_at", "2016-10-07 18:56:44.667186"], ["updated_at", "2016-10-07 18:56:44.667186"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit velit quasi animi voluptate.\",\"body\":\"Use the multi-byte SCSI application, then you can bypass the primary bus!\"}"], ["created_at", "2016-10-07 18:56:44.668230"], ["updated_at", "2016-10-07 18:56:44.668230"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non qui modi.\",\"body\":\"I'll copy the auxiliary PNG program, that should application the HTTP array!\"}"], ["created_at", "2016-10-07 18:56:44.669303"], ["updated_at", "2016-10-07 18:56:44.669303"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam voluptates quisquam ut.\",\"body\":\"We need to override the auxiliary FTP firewall!\"}"], ["created_at", "2016-10-07 18:56:44.670793"], ["updated_at", "2016-10-07 18:56:44.670793"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi ab et et eius ea totam earum.\",\"body\":\"Calculating the capacitor won't do anything, we need to transmit the primary xml port!\"}"], ["created_at", "2016-10-07 18:56:44.672586"], ["updated_at", "2016-10-07 18:56:44.672586"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem rerum molestiae minus sequi error saepe corrupti.\",\"body\":\"I'll reboot the online XML application, that should protocol the SSL matrix!\"}"], ["created_at", "2016-10-07 18:56:44.675042"], ["updated_at", "2016-10-07 18:56:44.675042"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit voluptas quo nemo.\",\"body\":\"You can't quantify the system without hacking the digital HDD microchip!\"}"], ["created_at", "2016-10-07 18:56:44.676152"], ["updated_at", "2016-10-07 18:56:44.676152"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus sed earum animi numquam.\",\"body\":\"If we reboot the protocol, we can get to the PCI microchip through the wireless THX bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.677177"], ["updated_at", "2016-10-07 18:56:44.677177"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui corrupti incidunt veritatis.\",\"body\":\"We need to generate the back-end JBOD panel!\"}"], ["created_at", "2016-10-07 18:56:44.678164"], ["updated_at", "2016-10-07 18:56:44.678164"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est delectus tempora deleniti non iusto qui.\",\"body\":\"I'll transmit the primary USB panel, that should driver the SCSI alarm!\"}"], ["created_at", "2016-10-07 18:56:44.679245"], ["updated_at", "2016-10-07 18:56:44.679245"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat dolores error cum molestiae voluptatem pariatur.\",\"body\":\"Use the open-source AGP system, then you can parse the optical pixel!\"}"], ["created_at", "2016-10-07 18:56:44.680393"], ["updated_at", "2016-10-07 18:56:44.680393"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur dolores nostrum quibusdam mollitia.\",\"body\":\"If we override the feed, we can get to the SMS panel through the mobile GB alarm!\"}"], ["created_at", "2016-10-07 18:56:44.681474"], ["updated_at", "2016-10-07 18:56:44.681474"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime et dolorem.\",\"body\":\"Hacking the panel won't do anything, we need to parse the haptic gb matrix!\"}"], ["created_at", "2016-10-07 18:56:44.682539"], ["updated_at", "2016-10-07 18:56:44.682539"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente et ducimus cum nobis.\",\"body\":\"If we synthesize the interface, we can get to the XML hard drive through the multi-byte USB pixel!\"}"], ["created_at", "2016-10-07 18:56:44.683625"], ["updated_at", "2016-10-07 18:56:44.683625"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed non qui animi qui.\",\"body\":\"You can't quantify the system without generating the auxiliary XML card!\"}"], ["created_at", "2016-10-07 18:56:44.684732"], ["updated_at", "2016-10-07 18:56:44.684732"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id nihil et.\",\"body\":\"Try to hack the SMTP system, maybe it will navigate the primary bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.686042"], ["updated_at", "2016-10-07 18:56:44.686042"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est est voluptatibus.\",\"body\":\"Generating the protocol won't do anything, we need to input the open-source jbod transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.689166"], ["updated_at", "2016-10-07 18:56:44.689166"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis voluptate totam vel dolore ullam.\",\"body\":\"Use the virtual TCP protocol, then you can input the primary alarm!\"}"], ["created_at", "2016-10-07 18:56:44.691795"], ["updated_at", "2016-10-07 18:56:44.691795"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed harum nam.\",\"body\":\"I'll connect the cross-platform SMS bus, that should pixel the XSS application!\"}"], ["created_at", "2016-10-07 18:56:44.693063"], ["updated_at", "2016-10-07 18:56:44.693063"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nesciunt fuga quam.\",\"body\":\"We need to generate the auxiliary PCI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.694130"], ["updated_at", "2016-10-07 18:56:44.694130"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum dicta repellendus velit.\",\"body\":\"Try to input the SAS hard drive, maybe it will override the back-end monitor!\"}"], ["created_at", "2016-10-07 18:56:44.695431"], ["updated_at", "2016-10-07 18:56:44.695431"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et in a ullam modi est.\",\"body\":\"Try to quantify the SSL circuit, maybe it will reboot the multi-byte capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.696524"], ["updated_at", "2016-10-07 18:56:44.696524"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus temporibus dolor.\",\"body\":\"Try to synthesize the RSS pixel, maybe it will quantify the back-end sensor!\"}"], ["created_at", "2016-10-07 18:56:44.697523"], ["updated_at", "2016-10-07 18:56:44.697523"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui vel eligendi aspernatur quam distinctio maxime.\",\"body\":\"If we generate the bus, we can get to the RAM capacitor through the online IB driver!\"}"], ["created_at", "2016-10-07 18:56:44.698775"], ["updated_at", "2016-10-07 18:56:44.698775"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A dolor iusto dolorem distinctio sunt nemo aut.\",\"body\":\"Try to parse the CSS card, maybe it will copy the multi-byte monitor!\"}"], ["created_at", "2016-10-07 18:56:44.699980"], ["updated_at", "2016-10-07 18:56:44.699980"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil eos sunt esse minima animi.\",\"body\":\"Try to hack the CSS port, maybe it will synthesize the solid state feed!\"}"], ["created_at", "2016-10-07 18:56:44.701025"], ["updated_at", "2016-10-07 18:56:44.701025"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam excepturi sequi.\",\"body\":\"If we program the bandwidth, we can get to the JSON application through the back-end FTP card!\"}"], ["created_at", "2016-10-07 18:56:44.702120"], ["updated_at", "2016-10-07 18:56:44.702120"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione possimus doloribus.\",\"body\":\"Hacking the bandwidth won't do anything, we need to compress the auxiliary smtp feed!\"}"], ["created_at", "2016-10-07 18:56:44.703586"], ["updated_at", "2016-10-07 18:56:44.703586"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At et vero.\",\"body\":\"You can't synthesize the bus without hacking the multi-byte RSS firewall!\"}"], ["created_at", "2016-10-07 18:56:44.706426"], ["updated_at", "2016-10-07 18:56:44.706426"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus a necessitatibus.\",\"body\":\"I'll program the solid state RSS matrix, that should microchip the SMS panel!\"}"], ["created_at", "2016-10-07 18:56:44.708821"], ["updated_at", "2016-10-07 18:56:44.708821"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis velit exercitationem qui debitis vitae officia.\",\"body\":\"You can't override the bandwidth without quantifying the auxiliary JBOD sensor!\"}"], ["created_at", "2016-10-07 18:56:44.710481"], ["updated_at", "2016-10-07 18:56:44.710481"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem at ut eius.\",\"body\":\"You can't reboot the application without navigating the virtual XSS monitor!\"}"], ["created_at", "2016-10-07 18:56:44.711652"], ["updated_at", "2016-10-07 18:56:44.711652"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sequi quia et.\",\"body\":\"You can't override the bus without overriding the cross-platform PCI protocol!\"}"], ["created_at", "2016-10-07 18:56:44.712639"], ["updated_at", "2016-10-07 18:56:44.712639"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque assumenda ad repellat fugiat tempore aperiam qui.\",\"body\":\"The ADP feed is down, transmit the wireless sensor so we can compress the AI monitor!\"}"], ["created_at", "2016-10-07 18:56:44.713737"], ["updated_at", "2016-10-07 18:56:44.713737"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati ea omnis.\",\"body\":\"If we bypass the array, we can get to the GB matrix through the back-end GB panel!\"}"], ["created_at", "2016-10-07 18:56:44.714791"], ["updated_at", "2016-10-07 18:56:44.714791"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro dolorum laboriosam unde aspernatur ipsa.\",\"body\":\"You can't compress the monitor without indexing the bluetooth SMTP bus!\"}"], ["created_at", "2016-10-07 18:56:44.715794"], ["updated_at", "2016-10-07 18:56:44.715794"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad eum aut.\",\"body\":\"We need to input the auxiliary GB microchip!\"}"], ["created_at", "2016-10-07 18:56:44.716761"], ["updated_at", "2016-10-07 18:56:44.716761"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda qui et.\",\"body\":\"You can't connect the capacitor without indexing the haptic HDD circuit!\"}"], ["created_at", "2016-10-07 18:56:44.717772"], ["updated_at", "2016-10-07 18:56:44.717772"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium et fugit vitae accusamus sunt.\",\"body\":\"You can't calculate the driver without hacking the open-source XML driver!\"}"], ["created_at", "2016-10-07 18:56:44.718883"], ["updated_at", "2016-10-07 18:56:44.718883"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima voluptatem dolorum debitis inventore est aut.\",\"body\":\"Try to override the XML protocol, maybe it will override the auxiliary pixel!\"}"], ["created_at", "2016-10-07 18:56:44.720044"], ["updated_at", "2016-10-07 18:56:44.720044"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et assumenda ullam enim provident.\",\"body\":\"The AGP monitor is down, override the bluetooth program so we can connect the JBOD array!\"}"], ["created_at", "2016-10-07 18:56:44.721276"], ["updated_at", "2016-10-07 18:56:44.721276"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur maxime optio quibusdam rerum placeat.\",\"body\":\"Try to synthesize the SQL sensor, maybe it will index the virtual capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.722441"], ["updated_at", "2016-10-07 18:56:44.722441"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia suscipit et corrupti dolorem aliquam et.\",\"body\":\"Generating the microchip won't do anything, we need to generate the multi-byte jbod program!\"}"], ["created_at", "2016-10-07 18:56:44.723610"], ["updated_at", "2016-10-07 18:56:44.723610"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse reprehenderit unde totam quibusdam maxime.\",\"body\":\"We need to hack the 1080p TCP transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.736417"], ["updated_at", "2016-10-07 18:56:44.736417"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae dolores consequatur mollitia.\",\"body\":\"Use the wireless SAS capacitor, then you can connect the auxiliary pixel!\"}"], ["created_at", "2016-10-07 18:56:44.738009"], ["updated_at", "2016-10-07 18:56:44.738009"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel molestiae atque odio nostrum animi omnis.\",\"body\":\"Try to parse the AGP application, maybe it will transmit the back-end sensor!\"}"], ["created_at", "2016-10-07 18:56:44.739452"], ["updated_at", "2016-10-07 18:56:44.739452"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem fuga aut ea.\",\"body\":\"You can't copy the panel without compressing the virtual THX bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.742868"], ["updated_at", "2016-10-07 18:56:44.742868"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa quasi temporibus aperiam commodi deserunt.\",\"body\":\"If we navigate the application, we can get to the COM monitor through the primary THX circuit!\"}"], ["created_at", "2016-10-07 18:56:44.744362"], ["updated_at", "2016-10-07 18:56:44.744362"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et tempore impedit porro.\",\"body\":\"I'll connect the virtual RAM program, that should matrix the ADP card!\"}"], ["created_at", "2016-10-07 18:56:44.745590"], ["updated_at", "2016-10-07 18:56:44.745590"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid voluptatibus cum.\",\"body\":\"Use the back-end CSS driver, then you can hack the digital hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.746731"], ["updated_at", "2016-10-07 18:56:44.746731"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aperiam optio.\",\"body\":\"The XSS interface is down, generate the bluetooth panel so we can override the RAM driver!\"}"], ["created_at", "2016-10-07 18:56:44.748071"], ["updated_at", "2016-10-07 18:56:44.748071"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut est non dolorum doloremque molestias tempora voluptas.\",\"body\":\"I'll input the auxiliary CSS alarm, that should bandwidth the XML capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.750062"], ["updated_at", "2016-10-07 18:56:44.750062"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nam dolore.\",\"body\":\"I'll bypass the optical COM capacitor, that should panel the HTTP circuit!\"}"], ["created_at", "2016-10-07 18:56:44.752105"], ["updated_at", "2016-10-07 18:56:44.752105"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas aut dolorem.\",\"body\":\"I'll synthesize the online SDD port, that should protocol the USB array!\"}"], ["created_at", "2016-10-07 18:56:44.754069"], ["updated_at", "2016-10-07 18:56:44.754069"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui qui iure deserunt facilis similique.\",\"body\":\"I'll index the optical USB protocol, that should protocol the USB microchip!\"}"], ["created_at", "2016-10-07 18:56:44.755957"], ["updated_at", "2016-10-07 18:56:44.755957"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore molestiae in natus laboriosam.\",\"body\":\"Transmitting the matrix won't do anything, we need to transmit the redundant tcp pixel!\"}"], ["created_at", "2016-10-07 18:56:44.757884"], ["updated_at", "2016-10-07 18:56:44.757884"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia autem alias.\",\"body\":\"I'll copy the virtual THX microchip, that should alarm the AGP system!\"}"], ["created_at", "2016-10-07 18:56:44.759571"], ["updated_at", "2016-10-07 18:56:44.759571"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestiae accusantium.\",\"body\":\"I'll input the 1080p GB hard drive, that should pixel the JSON microchip!\"}"], ["created_at", "2016-10-07 18:56:44.765161"], ["updated_at", "2016-10-07 18:56:44.765161"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus odit ipsa.\",\"body\":\"Try to transmit the XML interface, maybe it will index the wireless pixel!\"}"], ["created_at", "2016-10-07 18:56:44.767332"], ["updated_at", "2016-10-07 18:56:44.767332"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis non commodi omnis voluptatem.\",\"body\":\"Backing up the hard drive won't do anything, we need to copy the 1080p xss capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.769644"], ["updated_at", "2016-10-07 18:56:44.769644"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique debitis beatae qui voluptatem doloremque laborum.\",\"body\":\"I'll synthesize the 1080p USB driver, that should monitor the AGP hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.774043"], ["updated_at", "2016-10-07 18:56:44.774043"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur ullam omnis.\",\"body\":\"I'll reboot the haptic AGP system, that should system the SSL capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.776433"], ["updated_at", "2016-10-07 18:56:44.776433"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et modi aperiam cumque.\",\"body\":\"We need to copy the digital PNG bus!\"}"], ["created_at", "2016-10-07 18:56:44.778748"], ["updated_at", "2016-10-07 18:56:44.778748"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi aut quo assumenda sint nesciunt.\",\"body\":\"Try to compress the RSS card, maybe it will index the solid state driver!\"}"], ["created_at", "2016-10-07 18:56:44.780468"], ["updated_at", "2016-10-07 18:56:44.780468"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt cupiditate et quis.\",\"body\":\"I'll bypass the multi-byte AI bandwidth, that should system the FTP microchip!\"}"], ["created_at", "2016-10-07 18:56:44.781882"], ["updated_at", "2016-10-07 18:56:44.781882"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi voluptatem aut.\",\"body\":\"Try to bypass the SQL array, maybe it will parse the open-source pixel!\"}"], ["created_at", "2016-10-07 18:56:44.783148"], ["updated_at", "2016-10-07 18:56:44.783148"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat porro et pariatur asperiores ut nihil ea.\",\"body\":\"Try to override the PNG bandwidth, maybe it will connect the open-source system!\"}"], ["created_at", "2016-10-07 18:56:44.784348"], ["updated_at", "2016-10-07 18:56:44.784348"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus dolores minus sed.\",\"body\":\"I'll connect the redundant USB monitor, that should pixel the RSS pixel!\"}"], ["created_at", "2016-10-07 18:56:44.788441"], ["updated_at", "2016-10-07 18:56:44.788441"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos voluptatem dolore.\",\"body\":\"Use the online ADP firewall, then you can reboot the redundant capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.790651"], ["updated_at", "2016-10-07 18:56:44.790651"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo velit nulla.\",\"body\":\"Use the neural SSL microchip, then you can back up the primary array!\"}"], ["created_at", "2016-10-07 18:56:44.791849"], ["updated_at", "2016-10-07 18:56:44.791849"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod at excepturi vel dignissimos.\",\"body\":\"The AGP transmitter is down, hack the neural port so we can index the EXE alarm!\"}"], ["created_at", "2016-10-07 18:56:44.792959"], ["updated_at", "2016-10-07 18:56:44.792959"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est autem placeat.\",\"body\":\"Use the multi-byte HDD hard drive, then you can override the online pixel!\"}"], ["created_at", "2016-10-07 18:56:44.794170"], ["updated_at", "2016-10-07 18:56:44.794170"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto id facere amet esse molestiae ipsa vel.\",\"body\":\"Connecting the panel won't do anything, we need to bypass the wireless xml system!\"}"], ["created_at", "2016-10-07 18:56:44.795323"], ["updated_at", "2016-10-07 18:56:44.795323"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quia perspiciatis quisquam.\",\"body\":\"Try to quantify the HDD monitor, maybe it will bypass the solid state sensor!\"}"], ["created_at", "2016-10-07 18:56:44.796421"], ["updated_at", "2016-10-07 18:56:44.796421"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet deleniti nam assumenda.\",\"body\":\"Use the open-source HDD monitor, then you can input the redundant matrix!\"}"], ["created_at", "2016-10-07 18:56:44.797529"], ["updated_at", "2016-10-07 18:56:44.797529"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt nulla nihil dolor aliquam.\",\"body\":\"If we copy the program, we can get to the ADP alarm through the 1080p SDD array!\"}"], ["created_at", "2016-10-07 18:56:44.798757"], ["updated_at", "2016-10-07 18:56:44.798757"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum neque maiores ut quia quaerat.\",\"body\":\"Try to transmit the ADP firewall, maybe it will index the bluetooth driver!\"}"], ["created_at", "2016-10-07 18:56:44.800071"], ["updated_at", "2016-10-07 18:56:44.800071"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus harum voluptatem.\",\"body\":\"You can't input the program without indexing the optical SQL feed!\"}"], ["created_at", "2016-10-07 18:56:44.801384"], ["updated_at", "2016-10-07 18:56:44.801384"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit eum earum ut repudiandae corporis et tempore.\",\"body\":\"You can't reboot the alarm without compressing the digital ADP capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.803594"], ["updated_at", "2016-10-07 18:56:44.803594"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus quibusdam qui enim.\",\"body\":\"Use the cross-platform JBOD monitor, then you can reboot the 1080p transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.808583"], ["updated_at", "2016-10-07 18:56:44.808583"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam quisquam nesciunt aperiam.\",\"body\":\"If we calculate the sensor, we can get to the AI sensor through the solid state PCI microchip!\"}"], ["created_at", "2016-10-07 18:56:44.810781"], ["updated_at", "2016-10-07 18:56:44.810781"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas dignissimos est doloribus sed cum neque veritatis.\",\"body\":\"I'll hack the online COM protocol, that should hard drive the RSS feed!\"}"], ["created_at", "2016-10-07 18:56:44.812947"], ["updated_at", "2016-10-07 18:56:44.812947"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui modi autem.\",\"body\":\"If we hack the panel, we can get to the AI driver through the auxiliary JSON sensor!\"}"], ["created_at", "2016-10-07 18:56:44.814592"], ["updated_at", "2016-10-07 18:56:44.814592"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt asperiores eaque nobis.\",\"body\":\"Try to program the JSON sensor, maybe it will parse the cross-platform bus!\"}"], ["created_at", "2016-10-07 18:56:44.818033"], ["updated_at", "2016-10-07 18:56:44.818033"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis quod vel quaerat minus ut laboriosam.\",\"body\":\"Try to program the JSON protocol, maybe it will connect the redundant card!\"}"], ["created_at", "2016-10-07 18:56:44.820754"], ["updated_at", "2016-10-07 18:56:44.820754"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam autem sequi.\",\"body\":\"You can't program the port without quantifying the cross-platform SMS monitor!\"}"], ["created_at", "2016-10-07 18:56:44.822061"], ["updated_at", "2016-10-07 18:56:44.822061"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut rerum veritatis non hic consequuntur fuga.\",\"body\":\"The HTTP application is down, bypass the neural monitor so we can copy the AI interface!\"}"], ["created_at", "2016-10-07 18:56:44.823500"], ["updated_at", "2016-10-07 18:56:44.823500"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima expedita cupiditate dolorem qui.\",\"body\":\"Hacking the pixel won't do anything, we need to quantify the wireless hdd application!\"}"], ["created_at", "2016-10-07 18:56:44.825506"], ["updated_at", "2016-10-07 18:56:44.825506"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius rerum occaecati explicabo aperiam soluta.\",\"body\":\"Use the multi-byte PCI sensor, then you can copy the redundant monitor!\"}"], ["created_at", "2016-10-07 18:56:44.827084"], ["updated_at", "2016-10-07 18:56:44.827084"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore cupiditate blanditiis in totam.\",\"body\":\"Synthesizing the firewall won't do anything, we need to hack the auxiliary http protocol!\"}"], ["created_at", "2016-10-07 18:56:44.828784"], ["updated_at", "2016-10-07 18:56:44.828784"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto est sed optio.\",\"body\":\"We need to generate the 1080p USB firewall!\"}"], ["created_at", "2016-10-07 18:56:44.830786"], ["updated_at", "2016-10-07 18:56:44.830786"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi aut amet et.\",\"body\":\"Use the auxiliary SMS microchip, then you can reboot the online application!\"}"], ["created_at", "2016-10-07 18:56:44.832699"], ["updated_at", "2016-10-07 18:56:44.832699"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae doloremque aut reiciendis.\",\"body\":\"We need to synthesize the open-source RAM panel!\"}"], ["created_at", "2016-10-07 18:56:44.834330"], ["updated_at", "2016-10-07 18:56:44.834330"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut ut.\",\"body\":\"I'll quantify the optical FTP array, that should array the THX matrix!\"}"], ["created_at", "2016-10-07 18:56:44.836270"], ["updated_at", "2016-10-07 18:56:44.836270"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut in deserunt velit omnis.\",\"body\":\"If we back up the monitor, we can get to the HTTP system through the mobile PNG pixel!\"}"], ["created_at", "2016-10-07 18:56:44.840364"], ["updated_at", "2016-10-07 18:56:44.840364"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores maxime est et dolorem ut et voluptas.\",\"body\":\"Try to override the AI pixel, maybe it will index the primary program!\"}"], ["created_at", "2016-10-07 18:56:44.842198"], ["updated_at", "2016-10-07 18:56:44.842198"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius et est necessitatibus iste.\",\"body\":\"The SMS transmitter is down, override the 1080p alarm so we can copy the SAS sensor!\"}"], ["created_at", "2016-10-07 18:56:44.844196"], ["updated_at", "2016-10-07 18:56:44.844196"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate fuga qui ex tempora saepe.\",\"body\":\"Hacking the hard drive won't do anything, we need to bypass the cross-platform tcp protocol!\"}"], ["created_at", "2016-10-07 18:56:44.846636"], ["updated_at", "2016-10-07 18:56:44.846636"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam quas nihil officia odio est sit inventore.\",\"body\":\"You can't quantify the port without indexing the neural EXE monitor!\"}"], ["created_at", "2016-10-07 18:56:44.850615"], ["updated_at", "2016-10-07 18:56:44.850615"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est esse ipsa.\",\"body\":\"Try to calculate the SAS capacitor, maybe it will transmit the cross-platform transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.854327"], ["updated_at", "2016-10-07 18:56:44.854327"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem eaque libero quidem.\",\"body\":\"We need to back up the optical JSON sensor!\"}"], ["created_at", "2016-10-07 18:56:44.856957"], ["updated_at", "2016-10-07 18:56:44.856957"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ipsa quia fuga.\",\"body\":\"If we synthesize the bandwidth, we can get to the HDD matrix through the mobile FTP driver!\"}"], ["created_at", "2016-10-07 18:56:44.858528"], ["updated_at", "2016-10-07 18:56:44.858528"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex voluptates qui consequatur quo maxime odio illum.\",\"body\":\"The PCI interface is down, copy the bluetooth transmitter so we can generate the PCI bus!\"}"], ["created_at", "2016-10-07 18:56:44.859874"], ["updated_at", "2016-10-07 18:56:44.859874"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore temporibus ab commodi aut placeat esse aut.\",\"body\":\"I'll navigate the solid state TCP monitor, that should system the SMS application!\"}"], ["created_at", "2016-10-07 18:56:44.861283"], ["updated_at", "2016-10-07 18:56:44.861283"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sunt ea autem vel.\",\"body\":\"Use the primary FTP application, then you can program the solid state bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.862498"], ["updated_at", "2016-10-07 18:56:44.862498"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem dolor harum voluptates eius quos.\",\"body\":\"The EXE feed is down, reboot the bluetooth pixel so we can compress the XML bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.863708"], ["updated_at", "2016-10-07 18:56:44.863708"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut qui aliquam sapiente qui possimus accusamus.\",\"body\":\"Compressing the port won't do anything, we need to override the auxiliary ib pixel!\"}"], ["created_at", "2016-10-07 18:56:44.864904"], ["updated_at", "2016-10-07 18:56:44.864904"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit quod vel similique.\",\"body\":\"Use the primary XSS interface, then you can transmit the online port!\"}"], ["created_at", "2016-10-07 18:56:44.865993"], ["updated_at", "2016-10-07 18:56:44.865993"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum inventore aut consequatur sit commodi.\",\"body\":\"Try to compress the SMTP hard drive, maybe it will quantify the mobile alarm!\"}"], ["created_at", "2016-10-07 18:56:44.867117"], ["updated_at", "2016-10-07 18:56:44.867117"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem aut omnis similique ut qui veniam impedit.\",\"body\":\"If we connect the port, we can get to the SCSI monitor through the wireless THX matrix!\"}"], ["created_at", "2016-10-07 18:56:44.868196"], ["updated_at", "2016-10-07 18:56:44.868196"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ad accusantium in soluta optio porro.\",\"body\":\"We need to index the cross-platform SCSI sensor!\"}"], ["created_at", "2016-10-07 18:56:44.869722"], ["updated_at", "2016-10-07 18:56:44.869722"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor rerum quas blanditiis eveniet.\",\"body\":\"The SCSI sensor is down, reboot the cross-platform program so we can override the RAM bus!\"}"], ["created_at", "2016-10-07 18:56:44.873209"], ["updated_at", "2016-10-07 18:56:44.873209"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur dolore consequatur eum quam.\",\"body\":\"Use the back-end AI system, then you can compress the neural application!\"}"], ["created_at", "2016-10-07 18:56:44.874683"], ["updated_at", "2016-10-07 18:56:44.874683"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint excepturi velit dolore.\",\"body\":\"I'll compress the mobile AI microchip, that should microchip the RAM feed!\"}"], ["created_at", "2016-10-07 18:56:44.876236"], ["updated_at", "2016-10-07 18:56:44.876236"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio sit dolorem omnis quam id.\",\"body\":\"Hacking the interface won't do anything, we need to bypass the virtual usb protocol!\"}"], ["created_at", "2016-10-07 18:56:44.877950"], ["updated_at", "2016-10-07 18:56:44.877950"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium sed aut ut.\",\"body\":\"Try to bypass the FTP port, maybe it will hack the haptic array!\"}"], ["created_at", "2016-10-07 18:56:44.879448"], ["updated_at", "2016-10-07 18:56:44.879448"]] SQL (0.6ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias animi modi natus.\",\"body\":\"Try to synthesize the AI feed, maybe it will compress the auxiliary microchip!\"}"], ["created_at", "2016-10-07 18:56:44.881796"], ["updated_at", "2016-10-07 18:56:44.881796"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore eligendi voluptatibus et in illum est tempora.\",\"body\":\"The SMS alarm is down, transmit the neural driver so we can override the PCI circuit!\"}"], ["created_at", "2016-10-07 18:56:44.885983"], ["updated_at", "2016-10-07 18:56:44.885983"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae consectetur repellat.\",\"body\":\"We need to generate the bluetooth XML card!\"}"], ["created_at", "2016-10-07 18:56:44.888413"], ["updated_at", "2016-10-07 18:56:44.888413"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At eveniet et assumenda perferendis aliquam voluptate qui.\",\"body\":\"The RSS driver is down, parse the haptic bus so we can hack the SCSI capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.892966"], ["updated_at", "2016-10-07 18:56:44.892966"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non provident est magni velit quaerat a est.\",\"body\":\"I'll parse the primary GB card, that should firewall the THX application!\"}"], ["created_at", "2016-10-07 18:56:44.895178"], ["updated_at", "2016-10-07 18:56:44.895178"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti voluptate molestiae ut.\",\"body\":\"Copying the interface won't do anything, we need to input the solid state sql panel!\"}"], ["created_at", "2016-10-07 18:56:44.896857"], ["updated_at", "2016-10-07 18:56:44.896857"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est velit exercitationem.\",\"body\":\"The HTTP monitor is down, navigate the haptic sensor so we can copy the THX feed!\"}"], ["created_at", "2016-10-07 18:56:44.898218"], ["updated_at", "2016-10-07 18:56:44.898218"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente omnis dolorem ut aperiam est voluptatem recusandae.\",\"body\":\"Parsing the circuit won't do anything, we need to parse the auxiliary xml matrix!\"}"], ["created_at", "2016-10-07 18:56:44.899627"], ["updated_at", "2016-10-07 18:56:44.899627"]] SQL (0.6ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis ipsa minima.\",\"body\":\"I'll index the digital TCP alarm, that should hard drive the EXE sensor!\"}"], ["created_at", "2016-10-07 18:56:44.902658"], ["updated_at", "2016-10-07 18:56:44.902658"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit facilis ut ducimus quis aliquam provident nobis.\",\"body\":\"I'll connect the auxiliary SDD bandwidth, that should matrix the RAM capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.907038"], ["updated_at", "2016-10-07 18:56:44.907038"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla tenetur quas.\",\"body\":\"Use the haptic FTP driver, then you can generate the digital monitor!\"}"], ["created_at", "2016-10-07 18:56:44.908769"], ["updated_at", "2016-10-07 18:56:44.908769"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident ut qui ut earum totam voluptas aut.\",\"body\":\"If we index the array, we can get to the AI program through the digital PNG sensor!\"}"], ["created_at", "2016-10-07 18:56:44.910027"], ["updated_at", "2016-10-07 18:56:44.910027"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure veritatis animi earum sed fugit.\",\"body\":\"We need to parse the digital SMS microchip!\"}"], ["created_at", "2016-10-07 18:56:44.911392"], ["updated_at", "2016-10-07 18:56:44.911392"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi eius aut optio in.\",\"body\":\"We need to hack the solid state AI feed!\"}"], ["created_at", "2016-10-07 18:56:44.912520"], ["updated_at", "2016-10-07 18:56:44.912520"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde voluptas maxime nulla.\",\"body\":\"Connecting the panel won't do anything, we need to copy the primary scsi circuit!\"}"], ["created_at", "2016-10-07 18:56:44.913807"], ["updated_at", "2016-10-07 18:56:44.913807"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt architecto voluptas.\",\"body\":\"Compressing the feed won't do anything, we need to quantify the haptic sms microchip!\"}"], ["created_at", "2016-10-07 18:56:44.915096"], ["updated_at", "2016-10-07 18:56:44.915096"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore dolorem accusamus laudantium magnam officiis.\",\"body\":\"The HTTP port is down, reboot the wireless application so we can override the JBOD port!\"}"], ["created_at", "2016-10-07 18:56:44.916375"], ["updated_at", "2016-10-07 18:56:44.916375"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure ea ratione odit voluptas.\",\"body\":\"Use the wireless AI card, then you can copy the haptic program!\"}"], ["created_at", "2016-10-07 18:56:44.917606"], ["updated_at", "2016-10-07 18:56:44.917606"]] SQL (0.7ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam libero minima earum dicta autem in accusamus.\",\"body\":\"We need to parse the neural PNG program!\"}"], ["created_at", "2016-10-07 18:56:44.919137"], ["updated_at", "2016-10-07 18:56:44.919137"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente sint veniam enim.\",\"body\":\"I'll override the primary XSS card, that should alarm the SCSI protocol!\"}"], ["created_at", "2016-10-07 18:56:44.924007"], ["updated_at", "2016-10-07 18:56:44.924007"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet maiores earum nobis ipsum.\",\"body\":\"You can't copy the matrix without transmitting the primary SCSI hard drive!\"}"], ["created_at", "2016-10-07 18:56:44.925748"], ["updated_at", "2016-10-07 18:56:44.925748"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem ullam nisi quis rerum cum.\",\"body\":\"Use the open-source RAM bandwidth, then you can compress the open-source protocol!\"}"], ["created_at", "2016-10-07 18:56:44.927509"], ["updated_at", "2016-10-07 18:56:44.927509"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis soluta est porro qui quis.\",\"body\":\"Use the optical JBOD capacitor, then you can copy the redundant driver!\"}"], ["created_at", "2016-10-07 18:56:44.928800"], ["updated_at", "2016-10-07 18:56:44.928800"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel qui sunt libero blanditiis eum nam eos.\",\"body\":\"You can't quantify the transmitter without backing up the bluetooth SMS feed!\"}"], ["created_at", "2016-10-07 18:56:44.929973"], ["updated_at", "2016-10-07 18:56:44.929973"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil aliquam voluptatem accusantium pariatur ullam alias ipsam.\",\"body\":\"You can't transmit the feed without backing up the online THX array!\"}"], ["created_at", "2016-10-07 18:56:44.931184"], ["updated_at", "2016-10-07 18:56:44.931184"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae voluptatem dolorem est non cumque.\",\"body\":\"You can't back up the system without quantifying the optical XSS card!\"}"], ["created_at", "2016-10-07 18:56:44.934868"], ["updated_at", "2016-10-07 18:56:44.934868"]] SQL (0.9ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt error veritatis sunt.\",\"body\":\"If we index the pixel, we can get to the THX application through the optical SCSI sensor!\"}"], ["created_at", "2016-10-07 18:56:44.938305"], ["updated_at", "2016-10-07 18:56:44.938305"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque quas alias illo ex.\",\"body\":\"We need to parse the neural SMTP pixel!\"}"], ["created_at", "2016-10-07 18:56:44.944528"], ["updated_at", "2016-10-07 18:56:44.944528"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui consequatur libero qui porro est placeat.\",\"body\":\"Use the 1080p SAS bus, then you can override the 1080p panel!\"}"], ["created_at", "2016-10-07 18:56:44.947560"], ["updated_at", "2016-10-07 18:56:44.947560"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur voluptatem sed in.\",\"body\":\"Try to generate the GB program, maybe it will hack the virtual transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.950101"], ["updated_at", "2016-10-07 18:56:44.950101"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut exercitationem qui qui.\",\"body\":\"I'll calculate the bluetooth XSS interface, that should pixel the SQL capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.952575"], ["updated_at", "2016-10-07 18:56:44.952575"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga architecto sunt consequatur.\",\"body\":\"Use the optical SDD monitor, then you can override the optical card!\"}"], ["created_at", "2016-10-07 18:56:44.954556"], ["updated_at", "2016-10-07 18:56:44.954556"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur ad quia commodi rerum.\",\"body\":\"If we calculate the application, we can get to the USB application through the primary AI alarm!\"}"], ["created_at", "2016-10-07 18:56:44.956666"], ["updated_at", "2016-10-07 18:56:44.956666"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui non repudiandae quia.\",\"body\":\"The SAS pixel is down, index the open-source circuit so we can hack the SAS driver!\"}"], ["created_at", "2016-10-07 18:56:44.958587"], ["updated_at", "2016-10-07 18:56:44.958587"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum dolore aut maxime quis quas sunt repellat.\",\"body\":\"If we parse the matrix, we can get to the SAS protocol through the wireless TCP circuit!\"}"], ["created_at", "2016-10-07 18:56:44.962236"], ["updated_at", "2016-10-07 18:56:44.962236"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos et animi voluptatem iure.\",\"body\":\"The RAM card is down, connect the open-source firewall so we can connect the USB transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.965074"], ["updated_at", "2016-10-07 18:56:44.965074"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos accusamus minus.\",\"body\":\"If we override the alarm, we can get to the PCI monitor through the multi-byte SMTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:44.967002"], ["updated_at", "2016-10-07 18:56:44.967002"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia accusamus aliquid quod quasi dignissimos natus aspernatur.\",\"body\":\"You can't index the pixel without bypassing the cross-platform SAS pixel!\"}"], ["created_at", "2016-10-07 18:56:44.969168"], ["updated_at", "2016-10-07 18:56:44.969168"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa autem cum mollitia eaque unde ab at.\",\"body\":\"Try to hack the XML hard drive, maybe it will hack the online transmitter!\"}"], ["created_at", "2016-10-07 18:56:44.971165"], ["updated_at", "2016-10-07 18:56:44.971165"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non neque error voluptate hic.\",\"body\":\"If we index the program, we can get to the XSS bus through the bluetooth COM alarm!\"}"], ["created_at", "2016-10-07 18:56:44.975373"], ["updated_at", "2016-10-07 18:56:44.975373"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus perferendis unde optio magnam rerum.\",\"body\":\"Use the bluetooth CSS capacitor, then you can back up the 1080p firewall!\"}"], ["created_at", "2016-10-07 18:56:44.977285"], ["updated_at", "2016-10-07 18:56:44.977285"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste soluta quo.\",\"body\":\"You can't program the system without programming the virtual SMTP pixel!\"}"], ["created_at", "2016-10-07 18:56:44.979115"], ["updated_at", "2016-10-07 18:56:44.979115"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto nobis officiis dolorem vero perferendis reprehenderit.\",\"body\":\"We need to parse the online HDD system!\"}"], ["created_at", "2016-10-07 18:56:44.980905"], ["updated_at", "2016-10-07 18:56:44.980905"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem voluptatem ipsam quisquam laudantium.\",\"body\":\"You can't reboot the matrix without calculating the online XSS firewall!\"}"], ["created_at", "2016-10-07 18:56:44.982704"], ["updated_at", "2016-10-07 18:56:44.982704"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores doloribus et.\",\"body\":\"You can't generate the card without copying the open-source SAS system!\"}"], ["created_at", "2016-10-07 18:56:44.984404"], ["updated_at", "2016-10-07 18:56:44.984404"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et alias consequatur in quia.\",\"body\":\"You can't navigate the alarm without compressing the primary SMS port!\"}"], ["created_at", "2016-10-07 18:56:44.987259"], ["updated_at", "2016-10-07 18:56:44.987259"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex ducimus debitis aut aut hic.\",\"body\":\"If we synthesize the hard drive, we can get to the USB matrix through the online SDD circuit!\"}"], ["created_at", "2016-10-07 18:56:44.989120"], ["updated_at", "2016-10-07 18:56:44.989120"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt facere excepturi.\",\"body\":\"We need to override the auxiliary XML matrix!\"}"], ["created_at", "2016-10-07 18:56:44.990916"], ["updated_at", "2016-10-07 18:56:44.990916"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit molestiae itaque odit.\",\"body\":\"Use the mobile SSL program, then you can reboot the mobile pixel!\"}"], ["created_at", "2016-10-07 18:56:44.992652"], ["updated_at", "2016-10-07 18:56:44.992652"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum exercitationem est incidunt sint sequi.\",\"body\":\"You can't program the port without connecting the mobile PCI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:44.994519"], ["updated_at", "2016-10-07 18:56:44.994519"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta voluptate vero labore quaerat.\",\"body\":\"Overriding the bandwidth won't do anything, we need to index the cross-platform ai bus!\"}"], ["created_at", "2016-10-07 18:56:44.996238"], ["updated_at", "2016-10-07 18:56:44.996238"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At et doloribus beatae consequatur sint.\",\"body\":\"Parsing the protocol won't do anything, we need to navigate the online http port!\"}"], ["created_at", "2016-10-07 18:56:44.997975"], ["updated_at", "2016-10-07 18:56:44.997975"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi occaecati atque non praesentium.\",\"body\":\"If we transmit the matrix, we can get to the JSON alarm through the auxiliary HTTP firewall!\"}"], ["created_at", "2016-10-07 18:56:44.999752"], ["updated_at", "2016-10-07 18:56:44.999752"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores repellat deserunt.\",\"body\":\"The RSS bus is down, parse the wireless program so we can synthesize the AI application!\"}"], ["created_at", "2016-10-07 18:56:45.001728"], ["updated_at", "2016-10-07 18:56:45.001728"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum qui laboriosam odit debitis.\",\"body\":\"Use the haptic XSS matrix, then you can transmit the auxiliary circuit!\"}"], ["created_at", "2016-10-07 18:56:45.004763"], ["updated_at", "2016-10-07 18:56:45.004763"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima officia numquam qui occaecati.\",\"body\":\"You can't generate the interface without indexing the digital JBOD panel!\"}"], ["created_at", "2016-10-07 18:56:45.006710"], ["updated_at", "2016-10-07 18:56:45.006710"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis omnis atque totam consequatur.\",\"body\":\"You can't input the firewall without calculating the auxiliary IB microchip!\"}"], ["created_at", "2016-10-07 18:56:45.008654"], ["updated_at", "2016-10-07 18:56:45.008654"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut culpa cupiditate consequatur quae officiis.\",\"body\":\"You can't index the card without transmitting the open-source SMTP sensor!\"}"], ["created_at", "2016-10-07 18:56:45.010810"], ["updated_at", "2016-10-07 18:56:45.010810"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis earum exercitationem.\",\"body\":\"Use the haptic SCSI program, then you can quantify the bluetooth bus!\"}"], ["created_at", "2016-10-07 18:56:45.013611"], ["updated_at", "2016-10-07 18:56:45.013611"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quo a eos maiores et quam inventore.\",\"body\":\"The HTTP bus is down, copy the redundant bus so we can connect the JSON bandwidth!\"}"], ["created_at", "2016-10-07 18:56:45.017406"], ["updated_at", "2016-10-07 18:56:45.017406"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium aut veniam tempora officia.\",\"body\":\"Use the redundant CSS capacitor, then you can hack the digital protocol!\"}"], ["created_at", "2016-10-07 18:56:45.020624"], ["updated_at", "2016-10-07 18:56:45.020624"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque quod cum harum sed expedita.\",\"body\":\"Connecting the bus won't do anything, we need to calculate the 1080p rss transmitter!\"}"], ["created_at", "2016-10-07 18:56:45.022572"], ["updated_at", "2016-10-07 18:56:45.022572"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores provident enim in ab corrupti.\",\"body\":\"Calculating the application won't do anything, we need to connect the cross-platform png protocol!\"}"], ["created_at", "2016-10-07 18:56:45.024583"], ["updated_at", "2016-10-07 18:56:45.024583"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea in quae nam dolorum temporibus.\",\"body\":\"We need to transmit the bluetooth RSS driver!\"}"], ["created_at", "2016-10-07 18:56:45.026639"], ["updated_at", "2016-10-07 18:56:45.026639"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus qui error quae.\",\"body\":\"You can't calculate the bus without generating the back-end XSS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:45.028992"], ["updated_at", "2016-10-07 18:56:45.028992"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore et molestiae.\",\"body\":\"Calculating the interface won't do anything, we need to connect the open-source ib program!\"}"], ["created_at", "2016-10-07 18:56:45.031093"], ["updated_at", "2016-10-07 18:56:45.031093"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate dolore velit dolorum deserunt.\",\"body\":\"Try to bypass the SCSI monitor, maybe it will input the virtual pixel!\"}"], ["created_at", "2016-10-07 18:56:45.033105"], ["updated_at", "2016-10-07 18:56:45.033105"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur ut voluptatem facere dolores ut et nostrum.\",\"body\":\"If we navigate the port, we can get to the ADP port through the mobile XML application!\"}"], ["created_at", "2016-10-07 18:56:45.035386"], ["updated_at", "2016-10-07 18:56:45.035386"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptas illo.\",\"body\":\"I'll generate the optical AI microchip, that should transmitter the SQL bandwidth!\"}"], ["created_at", "2016-10-07 18:56:45.039963"], ["updated_at", "2016-10-07 18:56:45.039963"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et architecto id assumenda.\",\"body\":\"You can't navigate the card without synthesizing the virtual SCSI program!\"}"], ["created_at", "2016-10-07 18:56:45.042766"], ["updated_at", "2016-10-07 18:56:45.042766"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi eos aperiam cupiditate.\",\"body\":\"We need to parse the redundant PNG program!\"}"], ["created_at", "2016-10-07 18:56:45.044573"], ["updated_at", "2016-10-07 18:56:45.044573"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta est molestias consequuntur quam.\",\"body\":\"The SSL feed is down, connect the multi-byte feed so we can transmit the SMTP monitor!\"}"], ["created_at", "2016-10-07 18:56:45.046282"], ["updated_at", "2016-10-07 18:56:45.046282"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque quisquam architecto modi accusamus minus.\",\"body\":\"We need to bypass the back-end COM hard drive!\"}"], ["created_at", "2016-10-07 18:56:45.047867"], ["updated_at", "2016-10-07 18:56:45.047867"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et commodi qui eum voluptatem.\",\"body\":\"Use the virtual EXE bus, then you can parse the digital alarm!\"}"], ["created_at", "2016-10-07 18:56:45.049287"], ["updated_at", "2016-10-07 18:56:45.049287"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque qui ipsam sapiente accusamus consectetur nesciunt culpa.\",\"body\":\"We need to generate the mobile HDD panel!\"}"], ["created_at", "2016-10-07 18:56:45.051349"], ["updated_at", "2016-10-07 18:56:45.051349"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam voluptas aut et quibusdam.\",\"body\":\"If we override the circuit, we can get to the PCI transmitter through the digital SMS pixel!\"}"], ["created_at", "2016-10-07 18:56:45.054851"], ["updated_at", "2016-10-07 18:56:45.054851"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam velit deleniti eum odio.\",\"body\":\"If we calculate the application, we can get to the PCI alarm through the 1080p USB monitor!\"}"], ["created_at", "2016-10-07 18:56:45.056313"], ["updated_at", "2016-10-07 18:56:45.056313"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis voluptatem rerum deleniti consequatur beatae.\",\"body\":\"We need to generate the redundant ADP driver!\"}"], ["created_at", "2016-10-07 18:56:45.057564"], ["updated_at", "2016-10-07 18:56:45.057564"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ipsum non.\",\"body\":\"Use the optical USB card, then you can navigate the haptic port!\"}"], ["created_at", "2016-10-07 18:56:45.058830"], ["updated_at", "2016-10-07 18:56:45.058830"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit tempore blanditiis totam eum.\",\"body\":\"You can't connect the circuit without synthesizing the bluetooth THX hard drive!\"}"], ["created_at", "2016-10-07 18:56:45.060073"], ["updated_at", "2016-10-07 18:56:45.060073"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui totam nobis sed.\",\"body\":\"Compressing the hard drive won't do anything, we need to connect the bluetooth tcp matrix!\"}"], ["created_at", "2016-10-07 18:56:45.061344"], ["updated_at", "2016-10-07 18:56:45.061344"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe animi voluptatem ipsum cumque deleniti similique eaque.\",\"body\":\"The PCI feed is down, copy the primary array so we can reboot the EXE hard drive!\"}"], ["created_at", "2016-10-07 18:56:45.062644"], ["updated_at", "2016-10-07 18:56:45.062644"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore repellat iste est rerum cum aut autem.\",\"body\":\"The GB driver is down, override the bluetooth firewall so we can bypass the ADP hard drive!\"}"], ["created_at", "2016-10-07 18:56:45.064047"], ["updated_at", "2016-10-07 18:56:45.064047"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat quae quia pariatur temporibus dolor rerum ipsum.\",\"body\":\"Use the primary XML alarm, then you can connect the neural application!\"}"], ["created_at", "2016-10-07 18:56:45.065449"], ["updated_at", "2016-10-07 18:56:45.065449"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque praesentium aut.\",\"body\":\"I'll calculate the multi-byte XSS protocol, that should system the CSS alarm!\"}"], ["created_at", "2016-10-07 18:56:45.066702"], ["updated_at", "2016-10-07 18:56:45.066702"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quaerat dolor distinctio voluptatem deleniti.\",\"body\":\"Use the redundant SAS bus, then you can transmit the multi-byte system!\"}"], ["created_at", "2016-10-07 18:56:45.067960"], ["updated_at", "2016-10-07 18:56:45.067960"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi aut nobis.\",\"body\":\"Try to compress the SSL panel, maybe it will transmit the redundant firewall!\"}"], ["created_at", "2016-10-07 18:56:45.070395"], ["updated_at", "2016-10-07 18:56:45.070395"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit eos est rerum voluptatem fuga necessitatibus ea.\",\"body\":\"If we quantify the array, we can get to the SMTP bus through the online SMS feed!\"}"], ["created_at", "2016-10-07 18:56:45.071882"], ["updated_at", "2016-10-07 18:56:45.071882"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum autem tempore ea eos incidunt sint.\",\"body\":\"We need to navigate the redundant GB hard drive!\"}"], ["created_at", "2016-10-07 18:56:45.073404"], ["updated_at", "2016-10-07 18:56:45.073404"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam a ea tempore debitis.\",\"body\":\"Use the open-source SDD matrix, then you can transmit the auxiliary bandwidth!\"}"], ["created_at", "2016-10-07 18:56:45.074737"], ["updated_at", "2016-10-07 18:56:45.074737"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et mollitia alias eligendi delectus iure.\",\"body\":\"Try to quantify the AI panel, maybe it will program the bluetooth driver!\"}"], ["created_at", "2016-10-07 18:56:45.076000"], ["updated_at", "2016-10-07 18:56:45.076000"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolorum distinctio fuga saepe labore.\",\"body\":\"Use the virtual AI microchip, then you can compress the wireless protocol!\"}"], ["created_at", "2016-10-07 18:56:45.077446"], ["updated_at", "2016-10-07 18:56:45.077446"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati rem quibusdam.\",\"body\":\"You can't index the system without indexing the back-end HTTP port!\"}"], ["created_at", "2016-10-07 18:56:45.078786"], ["updated_at", "2016-10-07 18:56:45.078786"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea nam expedita quasi.\",\"body\":\"Use the redundant USB protocol, then you can calculate the neural matrix!\"}"], ["created_at", "2016-10-07 18:56:45.080102"], ["updated_at", "2016-10-07 18:56:45.080102"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt cum hic quo ipsa.\",\"body\":\"Try to program the COM driver, maybe it will compress the online monitor!\"}"], ["created_at", "2016-10-07 18:56:45.081427"], ["updated_at", "2016-10-07 18:56:45.081427"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut mollitia sed deserunt debitis optio aliquam.\",\"body\":\"I'll back up the virtual RAM capacitor, that should driver the SQL bus!\"}"], ["created_at", "2016-10-07 18:56:45.082705"], ["updated_at", "2016-10-07 18:56:45.082705"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus eum nesciunt odit.\",\"body\":\"I'll connect the neural SQL sensor, that should interface the CSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:45.083988"], ["updated_at", "2016-10-07 18:56:45.083988"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi et natus quo dignissimos molestiae et consequuntur.\",\"body\":\"If we back up the matrix, we can get to the RSS transmitter through the multi-byte AGP card!\"}"], ["created_at", "2016-10-07 18:56:45.086046"], ["updated_at", "2016-10-07 18:56:45.086046"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum et id.\",\"body\":\"The SMTP protocol is down, parse the neural hard drive so we can transmit the AGP interface!\"}"], ["created_at", "2016-10-07 18:56:45.087727"], ["updated_at", "2016-10-07 18:56:45.087727"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque et eveniet.\",\"body\":\"The ADP feed is down, index the primary system so we can connect the HDD port!\"}"], ["created_at", "2016-10-07 18:56:45.089174"], ["updated_at", "2016-10-07 18:56:45.089174"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit consequatur nostrum similique.\",\"body\":\"Synthesizing the hard drive won't do anything, we need to back up the cross-platform ram feed!\"}"], ["created_at", "2016-10-07 18:56:45.090845"], ["updated_at", "2016-10-07 18:56:45.090845"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas illum eveniet quo.\",\"body\":\"The COM port is down, bypass the haptic alarm so we can back up the SDD port!\"}"], ["created_at", "2016-10-07 18:56:45.092722"], ["updated_at", "2016-10-07 18:56:45.092722"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero non aspernatur quaerat quis.\",\"body\":\"The TCP capacitor is down, transmit the mobile matrix so we can index the FTP pixel!\"}"], ["created_at", "2016-10-07 18:56:45.094772"], ["updated_at", "2016-10-07 18:56:45.094772"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum a voluptatum non qui qui qui.\",\"body\":\"We need to quantify the cross-platform XML circuit!\"}"], ["created_at", "2016-10-07 18:56:45.096501"], ["updated_at", "2016-10-07 18:56:45.096501"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ipsa saepe totam voluptate aperiam.\",\"body\":\"The EXE microchip is down, hack the optical microchip so we can navigate the AGP feed!\"}"], ["created_at", "2016-10-07 18:56:45.098212"], ["updated_at", "2016-10-07 18:56:45.098212"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet illum qui accusantium.\",\"body\":\"If we back up the program, we can get to the RSS bandwidth through the virtual EXE firewall!\"}"], ["created_at", "2016-10-07 18:56:45.100140"], ["updated_at", "2016-10-07 18:56:45.100140"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio quia totam et dolore fugiat dolorum.\",\"body\":\"You can't bypass the firewall without compressing the redundant CSS firewall!\"}"], ["created_at", "2016-10-07 18:56:45.102865"], ["updated_at", "2016-10-07 18:56:45.102865"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et nihil nobis natus dolores quaerat.\",\"body\":\"We need to transmit the neural JBOD monitor!\"}"], ["created_at", "2016-10-07 18:56:45.104729"], ["updated_at", "2016-10-07 18:56:45.104729"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt quia maxime et omnis sed aliquam.\",\"body\":\"Calculating the transmitter won't do anything, we need to reboot the multi-byte smtp feed!\"}"], ["created_at", "2016-10-07 18:56:45.106466"], ["updated_at", "2016-10-07 18:56:45.106466"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae sit reiciendis expedita quisquam odit repellat.\",\"body\":\"The SMS transmitter is down, calculate the bluetooth system so we can back up the FTP protocol!\"}"], ["created_at", "2016-10-07 18:56:45.108403"], ["updated_at", "2016-10-07 18:56:45.108403"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil neque est nisi.\",\"body\":\"If we back up the transmitter, we can get to the JSON transmitter through the neural SCSI system!\"}"], ["created_at", "2016-10-07 18:56:45.110399"], ["updated_at", "2016-10-07 18:56:45.110399"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo mollitia sapiente omnis.\",\"body\":\"We need to compress the 1080p SDD alarm!\"}"], ["created_at", "2016-10-07 18:56:45.112142"], ["updated_at", "2016-10-07 18:56:45.112142"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis autem quis ad id nobis asperiores.\",\"body\":\"If we transmit the microchip, we can get to the SSL feed through the optical XSS protocol!\"}"], ["created_at", "2016-10-07 18:56:45.113863"], ["updated_at", "2016-10-07 18:56:45.113863"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut odit quaerat sit est est.\",\"body\":\"The USB panel is down, generate the online card so we can back up the CSS hard drive!\"}"], ["created_at", "2016-10-07 18:56:45.116066"], ["updated_at", "2016-10-07 18:56:45.116066"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores harum aut debitis hic blanditiis similique.\",\"body\":\"We need to connect the back-end SSL port!\"}"], ["created_at", "2016-10-07 18:56:45.118001"], ["updated_at", "2016-10-07 18:56:45.118001"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae fuga dolor ipsa quibusdam error nisi.\",\"body\":\"We need to back up the multi-byte SQL sensor!\"}"], ["created_at", "2016-10-07 18:56:45.120864"], ["updated_at", "2016-10-07 18:56:45.120864"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde exercitationem non non earum ullam soluta.\",\"body\":\"If we index the transmitter, we can get to the PCI pixel through the virtual AI panel!\"}"], ["created_at", "2016-10-07 18:56:45.122751"], ["updated_at", "2016-10-07 18:56:45.122751"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt et veritatis laboriosam dolores porro sunt mollitia.\",\"body\":\"Use the solid state HDD circuit, then you can index the cross-platform feed!\"}"], ["created_at", "2016-10-07 18:56:45.125198"], ["updated_at", "2016-10-07 18:56:45.125198"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi aut dignissimos hic.\",\"body\":\"Use the optical SCSI driver, then you can compress the digital hard drive!\"}"], ["created_at", "2016-10-07 18:56:45.127189"], ["updated_at", "2016-10-07 18:56:45.127189"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti vel neque molestiae quia.\",\"body\":\"We need to synthesize the virtual USB capacitor!\"}"], ["created_at", "2016-10-07 18:56:45.129356"], ["updated_at", "2016-10-07 18:56:45.129356"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto totam dolores libero quia assumenda qui corrupti.\",\"body\":\"I'll synthesize the mobile AGP circuit, that should card the THX monitor!\"}"], ["created_at", "2016-10-07 18:56:45.131631"], ["updated_at", "2016-10-07 18:56:45.131631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam architecto excepturi rem deserunt aut maxime non.\",\"body\":\"Use the primary AI array, then you can override the haptic transmitter!\"}"], ["created_at", "2016-10-07 18:56:45.132985"], ["updated_at", "2016-10-07 18:56:45.132985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus ut possimus quibusdam.\",\"body\":\"I'll back up the neural SMTP matrix, that should transmitter the TCP firewall!\"}"], ["created_at", "2016-10-07 18:56:45.134020"], ["updated_at", "2016-10-07 18:56:45.134020"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio quis voluptas aliquam fuga.\",\"body\":\"Try to reboot the SAS pixel, maybe it will connect the solid state monitor!\"}"], ["created_at", "2016-10-07 18:56:45.135824"], ["updated_at", "2016-10-07 18:56:45.135824"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae amet sit suscipit facere.\",\"body\":\"Use the cross-platform XML monitor, then you can back up the neural pixel!\"}"], ["created_at", "2016-10-07 18:56:45.137936"], ["updated_at", "2016-10-07 18:56:45.137936"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut saepe aut quidem ut veniam voluptatem rerum.\",\"body\":\"Generating the circuit won't do anything, we need to hack the open-source pci array!\"}"], ["created_at", "2016-10-07 18:56:45.139388"], ["updated_at", "2016-10-07 18:56:45.139388"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sequi repellat.\",\"body\":\"The XSS driver is down, parse the redundant sensor so we can hack the COM array!\"}"], ["created_at", "2016-10-07 18:56:45.141191"], ["updated_at", "2016-10-07 18:56:45.141191"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis dolor minima amet laudantium sunt quisquam dolorum.\",\"body\":\"I'll input the optical TCP monitor, that should monitor the JSON alarm!\"}"], ["created_at", "2016-10-07 18:56:45.143657"], ["updated_at", "2016-10-07 18:56:45.143657"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum autem assumenda.\",\"body\":\"You can't parse the driver without quantifying the mobile XML circuit!\"}"], ["created_at", "2016-10-07 18:56:45.146032"], ["updated_at", "2016-10-07 18:56:45.146032"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus accusamus nam nihil.\",\"body\":\"We need to quantify the mobile XSS program!\"}"], ["created_at", "2016-10-07 18:56:45.149585"], ["updated_at", "2016-10-07 18:56:45.149585"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam facilis qui officiis.\",\"body\":\"The USB driver is down, synthesize the online system so we can connect the CSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:45.151044"], ["updated_at", "2016-10-07 18:56:45.151044"]] SQL (0.6ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui magnam voluptas ad animi fuga earum est.\",\"body\":\"Use the virtual SMTP capacitor, then you can compress the auxiliary feed!\"}"], ["created_at", "2016-10-07 18:56:45.152759"], ["updated_at", "2016-10-07 18:56:45.152759"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quod sequi itaque quaerat.\",\"body\":\"I'll generate the digital SQL alarm, that should application the AI sensor!\"}"], ["created_at", "2016-10-07 18:56:45.157153"], ["updated_at", "2016-10-07 18:56:45.157153"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur veritatis hic fuga.\",\"body\":\"Overriding the alarm won't do anything, we need to quantify the cross-platform sdd panel!\"}"], ["created_at", "2016-10-07 18:56:45.159312"], ["updated_at", "2016-10-07 18:56:45.159312"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem dicta sequi recusandae est voluptas.\",\"body\":\"Try to synthesize the AGP bandwidth, maybe it will hack the open-source sensor!\"}"], ["created_at", "2016-10-07 18:56:45.160521"], ["updated_at", "2016-10-07 18:56:45.160521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti est autem temporibus earum.\",\"body\":\"We need to synthesize the virtual XSS interface!\"}"], ["created_at", "2016-10-07 18:56:45.161423"], ["updated_at", "2016-10-07 18:56:45.161423"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis quia cupiditate dolor animi.\",\"body\":\"I'll synthesize the online CSS port, that should firewall the SMS pixel!\"}"], ["created_at", "2016-10-07 18:56:45.162340"], ["updated_at", "2016-10-07 18:56:45.162340"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sunt sint earum qui dolorem suscipit inventore.\",\"body\":\"Quantifying the bus won't do anything, we need to synthesize the wireless agp port!\"}"], ["created_at", "2016-10-07 18:56:45.163753"], ["updated_at", "2016-10-07 18:56:45.163753"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut suscipit minima.\",\"body\":\"I'll hack the neural TCP firewall, that should bandwidth the THX matrix!\"}"], ["created_at", "2016-10-07 18:56:45.166432"], ["updated_at", "2016-10-07 18:56:45.166432"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui illum cum ipsa quaerat harum hic.\",\"body\":\"The FTP transmitter is down, connect the optical driver so we can override the THX system!\"}"], ["created_at", "2016-10-07 18:56:45.170941"], ["updated_at", "2016-10-07 18:56:45.170941"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum optio odio ut libero distinctio esse.\",\"body\":\"I'll synthesize the digital IB transmitter, that should alarm the XSS card!\"}"], ["created_at", "2016-10-07 18:56:45.176309"], ["updated_at", "2016-10-07 18:56:45.176309"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi illo rem ea.\",\"body\":\"You can't reboot the capacitor without compressing the 1080p XSS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:45.177981"], ["updated_at", "2016-10-07 18:56:45.177981"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores non explicabo dolor fuga.\",\"body\":\"Programming the array won't do anything, we need to override the haptic ssl microchip!\"}"], ["created_at", "2016-10-07 18:56:45.179193"], ["updated_at", "2016-10-07 18:56:45.179193"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga est exercitationem.\",\"body\":\"You can't bypass the application without generating the virtual SDD matrix!\"}"], ["created_at", "2016-10-07 18:56:45.180573"], ["updated_at", "2016-10-07 18:56:45.180573"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio et accusamus.\",\"body\":\"You can't quantify the panel without overriding the solid state IB system!\"}"], ["created_at", "2016-10-07 18:56:45.181673"], ["updated_at", "2016-10-07 18:56:45.181673"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est adipisci qui.\",\"body\":\"We need to compress the redundant ADP matrix!\"}"], ["created_at", "2016-10-07 18:56:45.182709"], ["updated_at", "2016-10-07 18:56:45.182709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quidem necessitatibus rerum.\",\"body\":\"If we navigate the hard drive, we can get to the SAS circuit through the redundant AGP circuit!\"}"], ["created_at", "2016-10-07 18:56:45.183671"], ["updated_at", "2016-10-07 18:56:45.183671"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et non doloremque id.\",\"body\":\"You can't generate the bus without generating the wireless PNG application!\"}"], ["created_at", "2016-10-07 18:56:45.184629"], ["updated_at", "2016-10-07 18:56:45.184629"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolor odit dolorum placeat et magnam nihil.\",\"body\":\"You can't reboot the bandwidth without hacking the auxiliary GB microchip!\"}"], ["created_at", "2016-10-07 18:56:45.186082"], ["updated_at", "2016-10-07 18:56:45.186082"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quia non et.\",\"body\":\"Try to calculate the PNG matrix, maybe it will copy the back-end monitor!\"}"], ["created_at", "2016-10-07 18:56:45.189244"], ["updated_at", "2016-10-07 18:56:45.189244"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur maxime explicabo.\",\"body\":\"I'll bypass the multi-byte TCP system, that should monitor the SCSI pixel!\"}"], ["created_at", "2016-10-07 18:56:45.192159"], ["updated_at", "2016-10-07 18:56:45.192159"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ipsa eos sunt.\",\"body\":\"The SQL hard drive is down, index the back-end card so we can hack the COM microchip!\"}"], ["created_at", "2016-10-07 18:56:45.197872"], ["updated_at", "2016-10-07 18:56:45.197872"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur consequatur ullam.\",\"body\":\"Try to connect the THX firewall, maybe it will calculate the virtual hard drive!\"}"], ["created_at", "2016-10-07 18:56:45.199448"], ["updated_at", "2016-10-07 18:56:45.199448"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam nihil natus veniam facere voluptatibus officia.\",\"body\":\"I'll reboot the open-source AI card, that should matrix the ADP application!\"}"], ["created_at", "2016-10-07 18:56:45.200533"], ["updated_at", "2016-10-07 18:56:45.200533"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis minima quaerat cum voluptas sint ullam.\",\"body\":\"I'll quantify the auxiliary EXE driver, that should capacitor the GB array!\"}"], ["created_at", "2016-10-07 18:56:45.201693"], ["updated_at", "2016-10-07 18:56:45.201693"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique maxime voluptatibus tempore asperiores aliquam velit.\",\"body\":\"Use the solid state FTP system, then you can compress the primary matrix!\"}"], ["created_at", "2016-10-07 18:56:45.204632"], ["updated_at", "2016-10-07 18:56:45.204632"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda animi quae.\",\"body\":\"I'll calculate the virtual HTTP matrix, that should bandwidth the EXE bus!\"}"], ["created_at", "2016-10-07 18:56:45.210678"], ["updated_at", "2016-10-07 18:56:45.210678"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium eaque et quia veniam voluptas voluptas repudiandae.\",\"body\":\"I'll bypass the optical EXE card, that should port the CSS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:45.214029"], ["updated_at", "2016-10-07 18:56:45.214029"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi amet beatae omnis.\",\"body\":\"The PNG capacitor is down, program the wireless application so we can parse the XML hard drive!\"}"], ["created_at", "2016-10-07 18:56:45.215326"], ["updated_at", "2016-10-07 18:56:45.215326"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis sit dolorem ea vel sed expedita non.\",\"body\":\"I'll program the neural AI port, that should system the SAS card!\"}"], ["created_at", "2016-10-07 18:56:45.216375"], ["updated_at", "2016-10-07 18:56:45.216375"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur molestiae ad consequatur.\",\"body\":\"You can't transmit the hard drive without overriding the primary THX microchip!\"}"], ["created_at", "2016-10-07 18:56:45.217379"], ["updated_at", "2016-10-07 18:56:45.217379"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo facere iusto expedita architecto nemo.\",\"body\":\"We need to program the solid state EXE microchip!\"}"], ["created_at", "2016-10-07 18:56:45.218581"], ["updated_at", "2016-10-07 18:56:45.218581"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor laudantium rerum voluptatem reiciendis perspiciatis hic voluptatum.\",\"body\":\"I'll hack the neural PCI program, that should matrix the AI program!\"}"], ["created_at", "2016-10-07 18:56:45.221715"], ["updated_at", "2016-10-07 18:56:45.221715"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et excepturi ut.\",\"body\":\"You can't connect the pixel without hacking the solid state COM transmitter!\"}"], ["created_at", "2016-10-07 18:56:45.223889"], ["updated_at", "2016-10-07 18:56:45.223889"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non et sint cupiditate sapiente dolorem.\",\"body\":\"You can't hack the pixel without parsing the online HTTP system!\"}"], ["created_at", "2016-10-07 18:56:45.226933"], ["updated_at", "2016-10-07 18:56:45.226933"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur modi deleniti.\",\"body\":\"If we bypass the program, we can get to the SDD sensor through the 1080p PNG pixel!\"}"], ["created_at", "2016-10-07 18:56:45.231357"], ["updated_at", "2016-10-07 18:56:45.231357"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo quaerat quas et repellat.\",\"body\":\"Generating the system won't do anything, we need to transmit the online exe program!\"}"], ["created_at", "2016-10-07 18:56:45.232707"], ["updated_at", "2016-10-07 18:56:45.232707"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius qui provident corporis voluptatem.\",\"body\":\"I'll back up the open-source AI capacitor, that should circuit the FTP panel!\"}"], ["created_at", "2016-10-07 18:56:45.233862"], ["updated_at", "2016-10-07 18:56:45.233862"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores voluptatem autem inventore possimus.\",\"body\":\"Programming the interface won't do anything, we need to bypass the multi-byte xml program!\"}"], ["created_at", "2016-10-07 18:56:45.235124"], ["updated_at", "2016-10-07 18:56:45.235124"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum esse quia eos quae dolor sed rerum.\",\"body\":\"Navigating the feed won't do anything, we need to transmit the 1080p sql monitor!\"}"], ["created_at", "2016-10-07 18:56:45.238354"], ["updated_at", "2016-10-07 18:56:45.238354"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae incidunt ut.\",\"body\":\"Hacking the port won't do anything, we need to quantify the bluetooth json matrix!\"}"], ["created_at", "2016-10-07 18:56:45.245015"], ["updated_at", "2016-10-07 18:56:45.245015"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus voluptatem recusandae et magnam.\",\"body\":\"Use the cross-platform ADP pixel, then you can back up the mobile sensor!\"}"], ["created_at", "2016-10-07 18:56:45.248089"], ["updated_at", "2016-10-07 18:56:45.248089"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus qui praesentium expedita.\",\"body\":\"If we navigate the circuit, we can get to the FTP card through the mobile SMS pixel!\"}"], ["created_at", "2016-10-07 18:56:45.249298"], ["updated_at", "2016-10-07 18:56:45.249298"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem aut impedit.\",\"body\":\"I'll hack the primary THX array, that should panel the AI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:45.250374"], ["updated_at", "2016-10-07 18:56:45.250374"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sunt quas aliquam labore aut inventore vero.\",\"body\":\"If we reboot the firewall, we can get to the SSL bus through the redundant SCSI monitor!\"}"], ["created_at", "2016-10-07 18:56:45.251534"], ["updated_at", "2016-10-07 18:56:45.251534"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum dolorum quaerat deserunt quo fuga.\",\"body\":\"We need to calculate the back-end TCP program!\"}"], ["created_at", "2016-10-07 18:56:45.253680"], ["updated_at", "2016-10-07 18:56:45.253680"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt ipsam ullam eos.\",\"body\":\"The JSON interface is down, calculate the cross-platform pixel so we can bypass the SSL monitor!\"}"], ["created_at", "2016-10-07 18:56:45.255991"], ["updated_at", "2016-10-07 18:56:45.255991"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos omnis pariatur delectus dolorem enim quod fuga.\",\"body\":\"If we bypass the port, we can get to the XML firewall through the cross-platform RSS bus!\"}"], ["created_at", "2016-10-07 18:56:45.259027"], ["updated_at", "2016-10-07 18:56:45.259027"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore nihil illum mollitia molestias repellat.\",\"body\":\"Indexing the firewall won't do anything, we need to compress the back-end thx feed!\"}"], ["created_at", "2016-10-07 18:56:45.261040"], ["updated_at", "2016-10-07 18:56:45.261040"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam incidunt et sit.\",\"body\":\"The SMTP alarm is down, bypass the multi-byte port so we can copy the RAM bus!\"}"], ["created_at", "2016-10-07 18:56:45.264059"], ["updated_at", "2016-10-07 18:56:45.264059"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore magnam odio et dicta et.\",\"body\":\"Quantifying the system won't do anything, we need to hack the multi-byte tcp card!\"}"], ["created_at", "2016-10-07 18:56:45.265546"], ["updated_at", "2016-10-07 18:56:45.265546"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque commodi voluptas ea et nesciunt blanditiis ipsa.\",\"body\":\"You can't navigate the matrix without overriding the wireless IB driver!\"}"], ["created_at", "2016-10-07 18:56:45.266690"], ["updated_at", "2016-10-07 18:56:45.266690"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi saepe est vel.\",\"body\":\"Use the neural THX feed, then you can index the solid state alarm!\"}"], ["created_at", "2016-10-07 18:56:45.267719"], ["updated_at", "2016-10-07 18:56:45.267719"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis voluptatibus sit velit iusto deserunt magni.\",\"body\":\"We need to back up the solid state THX capacitor!\"}"], ["created_at", "2016-10-07 18:56:45.268879"], ["updated_at", "2016-10-07 18:56:45.268879"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet non dicta sed sunt velit quisquam est.\",\"body\":\"I'll reboot the redundant CSS bus, that should pixel the PNG hard drive!\"}"], ["created_at", "2016-10-07 18:56:45.272422"], ["updated_at", "2016-10-07 18:56:45.272422"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ab cum deleniti.\",\"body\":\"If we index the interface, we can get to the PCI interface through the virtual SQL bus!\"}"], ["created_at", "2016-10-07 18:56:45.276274"], ["updated_at", "2016-10-07 18:56:45.276274"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error porro molestiae in praesentium.\",\"body\":\"The COM matrix is down, hack the back-end interface so we can reboot the PNG protocol!\"}"], ["created_at", "2016-10-07 18:56:45.278939"], ["updated_at", "2016-10-07 18:56:45.278939"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In modi perspiciatis officiis commodi dolor.\",\"body\":\"The RSS port is down, override the optical microchip so we can copy the SCSI panel!\"}"], ["created_at", "2016-10-07 18:56:45.280369"], ["updated_at", "2016-10-07 18:56:45.280369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam ut ut natus.\",\"body\":\"If we copy the panel, we can get to the IB card through the cross-platform HDD hard drive!\"}"], ["created_at", "2016-10-07 18:56:45.281343"], ["updated_at", "2016-10-07 18:56:45.281343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo earum aliquid nostrum quae consequatur libero.\",\"body\":\"If we navigate the card, we can get to the XSS monitor through the back-end SCSI card!\"}"], ["created_at", "2016-10-07 18:56:45.282234"], ["updated_at", "2016-10-07 18:56:45.282234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id deleniti saepe qui possimus.\",\"body\":\"The ADP circuit is down, reboot the open-source application so we can program the PCI driver!\"}"], ["created_at", "2016-10-07 18:56:45.283111"], ["updated_at", "2016-10-07 18:56:45.283111"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas id alias qui corrupti.\",\"body\":\"I'll compress the solid state USB pixel, that should microchip the CSS pixel!\"}"], ["created_at", "2016-10-07 18:56:45.283982"], ["updated_at", "2016-10-07 18:56:45.283982"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt ut voluptas animi dolores voluptatum possimus.\",\"body\":\"If we generate the system, we can get to the RAM program through the cross-platform RAM circuit!\"}"], ["created_at", "2016-10-07 18:56:45.285153"], ["updated_at", "2016-10-07 18:56:45.285153"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dolores non sapiente sed in qui.\",\"body\":\"We need to copy the digital ADP system!\"}"], ["created_at", "2016-10-07 18:56:45.288779"], ["updated_at", "2016-10-07 18:56:45.288779"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum iste ipsum.\",\"body\":\"I'll synthesize the cross-platform ADP driver, that should monitor the FTP alarm!\"}"], ["created_at", "2016-10-07 18:56:45.293279"], ["updated_at", "2016-10-07 18:56:45.293279"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut vitae odit.\",\"body\":\"The THX driver is down, parse the redundant capacitor so we can navigate the SCSI circuit!\"}"], ["created_at", "2016-10-07 18:56:45.296603"], ["updated_at", "2016-10-07 18:56:45.296603"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam saepe eius molestiae.\",\"body\":\"If we parse the driver, we can get to the HTTP matrix through the solid state SAS pixel!\"}"], ["created_at", "2016-10-07 18:56:45.298218"], ["updated_at", "2016-10-07 18:56:45.298218"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam minus corporis id.\",\"body\":\"Try to bypass the SDD driver, maybe it will hack the online pixel!\"}"], ["created_at", "2016-10-07 18:56:45.299442"], ["updated_at", "2016-10-07 18:56:45.299442"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus doloribus fuga.\",\"body\":\"You can't index the panel without calculating the bluetooth SSL microchip!\"}"], ["created_at", "2016-10-07 18:56:45.300502"], ["updated_at", "2016-10-07 18:56:45.300502"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti sunt qui laboriosam delectus et occaecati.\",\"body\":\"If we bypass the alarm, we can get to the CSS microchip through the 1080p SMS firewall!\"}"], ["created_at", "2016-10-07 18:56:45.301664"], ["updated_at", "2016-10-07 18:56:45.301664"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora vel et doloremque et commodi asperiores.\",\"body\":\"If we program the matrix, we can get to the THX sensor through the 1080p SCSI matrix!\"}"], ["created_at", "2016-10-07 18:56:45.305000"], ["updated_at", "2016-10-07 18:56:45.305000"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint nulla ad tenetur natus.\",\"body\":\"I'll connect the mobile EXE alarm, that should system the EXE interface!\"}"], ["created_at", "2016-10-07 18:56:45.308926"], ["updated_at", "2016-10-07 18:56:45.308926"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem tempore cumque architecto et qui non.\",\"body\":\"If we connect the port, we can get to the SMTP hard drive through the back-end IB array!\"}"], ["created_at", "2016-10-07 18:56:45.311483"], ["updated_at", "2016-10-07 18:56:45.311483"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias cupiditate incidunt nihil ullam facere.\",\"body\":\"If we copy the monitor, we can get to the HTTP program through the cross-platform SQL application!\"}"], ["created_at", "2016-10-07 18:56:45.313796"], ["updated_at", "2016-10-07 18:56:45.313796"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sequi dolor saepe ut quia voluptas.\",\"body\":\"You can't synthesize the driver without quantifying the auxiliary AGP program!\"}"], ["created_at", "2016-10-07 18:56:45.315804"], ["updated_at", "2016-10-07 18:56:45.315804"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia sed inventore voluptas et est.\",\"body\":\"Try to connect the SQL firewall, maybe it will back up the primary firewall!\"}"], ["created_at", "2016-10-07 18:56:45.317614"], ["updated_at", "2016-10-07 18:56:45.317614"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore officiis similique error rerum.\",\"body\":\"Use the multi-byte SQL pixel, then you can generate the digital system!\"}"], ["created_at", "2016-10-07 18:56:45.319746"], ["updated_at", "2016-10-07 18:56:45.319746"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id excepturi quam qui.\",\"body\":\"If we connect the firewall, we can get to the SMS monitor through the solid state EXE hard drive!\"}"], ["created_at", "2016-10-07 18:56:45.321647"], ["updated_at", "2016-10-07 18:56:45.321647"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi et excepturi at sint qui odio.\",\"body\":\"Use the 1080p AI alarm, then you can copy the neural system!\"}"], ["created_at", "2016-10-07 18:56:45.323795"], ["updated_at", "2016-10-07 18:56:45.323795"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias enim exercitationem mollitia placeat suscipit at.\",\"body\":\"I'll hack the solid state EXE bandwidth, that should microchip the SCSI hard drive!\"}"], ["created_at", "2016-10-07 18:56:45.326123"], ["updated_at", "2016-10-07 18:56:45.326123"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis minima quibusdam quos sapiente similique fuga tenetur.\",\"body\":\"Try to generate the SMS matrix, maybe it will bypass the wireless protocol!\"}"], ["created_at", "2016-10-07 18:56:45.328492"], ["updated_at", "2016-10-07 18:56:45.328492"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ex necessitatibus provident.\",\"body\":\"We need to back up the cross-platform SMTP system!\"}"], ["created_at", "2016-10-07 18:56:45.331050"], ["updated_at", "2016-10-07 18:56:45.331050"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut deserunt molestiae labore quibusdam minus soluta.\",\"body\":\"If we override the application, we can get to the SCSI capacitor through the haptic PCI card!\"}"], ["created_at", "2016-10-07 18:56:45.333295"], ["updated_at", "2016-10-07 18:56:45.333295"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit facilis qui exercitationem id earum.\",\"body\":\"Use the open-source PCI firewall, then you can back up the mobile monitor!\"}"], ["created_at", "2016-10-07 18:56:45.335508"], ["updated_at", "2016-10-07 18:56:45.335508"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus at omnis.\",\"body\":\"We need to program the back-end IB array!\"}"], ["created_at", "2016-10-07 18:56:45.337556"], ["updated_at", "2016-10-07 18:56:45.337556"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid eligendi quisquam voluptatem vero at optio aut.\",\"body\":\"You can't program the circuit without transmitting the virtual AI monitor!\"}"], ["created_at", "2016-10-07 18:56:45.339760"], ["updated_at", "2016-10-07 18:56:45.339760"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam temporibus omnis vel minus ratione libero.\",\"body\":\"If we calculate the hard drive, we can get to the RAM circuit through the bluetooth HTTP application!\"}"], ["created_at", "2016-10-07 18:56:45.342422"], ["updated_at", "2016-10-07 18:56:45.342422"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex molestiae maiores neque accusantium assumenda amet.\",\"body\":\"Programming the alarm won't do anything, we need to parse the redundant hdd transmitter!\"}"], ["created_at", "2016-10-07 18:56:45.345806"], ["updated_at", "2016-10-07 18:56:45.345806"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae reiciendis quia.\",\"body\":\"You can't calculate the circuit without quantifying the optical GB card!\"}"], ["created_at", "2016-10-07 18:56:45.349228"], ["updated_at", "2016-10-07 18:56:45.349228"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor quia modi explicabo.\",\"body\":\"You can't back up the microchip without parsing the neural FTP microchip!\"}"], ["created_at", "2016-10-07 18:56:45.351749"], ["updated_at", "2016-10-07 18:56:45.351749"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero saepe culpa quidem delectus tenetur.\",\"body\":\"Transmitting the program won't do anything, we need to calculate the bluetooth xss card!\"}"], ["created_at", "2016-10-07 18:56:45.354134"], ["updated_at", "2016-10-07 18:56:45.354134"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis reprehenderit nesciunt.\",\"body\":\"The THX transmitter is down, bypass the bluetooth monitor so we can synthesize the SAS protocol!\"}"], ["created_at", "2016-10-07 18:56:45.357102"], ["updated_at", "2016-10-07 18:56:45.357102"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur omnis quo inventore fugit et autem.\",\"body\":\"Bypassing the card won't do anything, we need to hack the cross-platform xml alarm!\"}"], ["created_at", "2016-10-07 18:56:45.359317"], ["updated_at", "2016-10-07 18:56:45.359317"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos magnam quia nulla quasi qui.\",\"body\":\"Try to transmit the EXE pixel, maybe it will calculate the cross-platform pixel!\"}"], ["created_at", "2016-10-07 18:56:45.363509"], ["updated_at", "2016-10-07 18:56:45.363509"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus possimus adipisci iure officiis et sit.\",\"body\":\"We need to transmit the virtual SQL hard drive!\"}"], ["created_at", "2016-10-07 18:56:45.365644"], ["updated_at", "2016-10-07 18:56:45.365644"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui placeat dolorum.\",\"body\":\"Use the online RAM transmitter, then you can quantify the online monitor!\"}"], ["created_at", "2016-10-07 18:56:45.368085"], ["updated_at", "2016-10-07 18:56:45.368085"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque adipisci tenetur.\",\"body\":\"Try to quantify the SCSI panel, maybe it will parse the open-source panel!\"}"], ["created_at", "2016-10-07 18:56:45.371118"], ["updated_at", "2016-10-07 18:56:45.371118"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et facere consequatur velit.\",\"body\":\"You can't synthesize the circuit without navigating the haptic JBOD panel!\"}"], ["created_at", "2016-10-07 18:56:45.373309"], ["updated_at", "2016-10-07 18:56:45.373309"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto deleniti perspiciatis.\",\"body\":\"You can't generate the hard drive without backing up the mobile RAM card!\"}"], ["created_at", "2016-10-07 18:56:45.375387"], ["updated_at", "2016-10-07 18:56:45.375387"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum laboriosam culpa ipsam a esse non.\",\"body\":\"Navigating the bus won't do anything, we need to quantify the virtual sms sensor!\"}"], ["created_at", "2016-10-07 18:56:45.379144"], ["updated_at", "2016-10-07 18:56:45.379144"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci quam totam.\",\"body\":\"I'll back up the back-end COM transmitter, that should protocol the SAS port!\"}"], ["created_at", "2016-10-07 18:56:45.381099"], ["updated_at", "2016-10-07 18:56:45.381099"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore consequatur nostrum veniam.\",\"body\":\"Bypassing the transmitter won't do anything, we need to bypass the solid state ram firewall!\"}"], ["created_at", "2016-10-07 18:56:45.384210"], ["updated_at", "2016-10-07 18:56:45.384210"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga cum sunt et et et est rem.\",\"body\":\"Connecting the feed won't do anything, we need to generate the primary sdd feed!\"}"], ["created_at", "2016-10-07 18:56:45.386536"], ["updated_at", "2016-10-07 18:56:45.386536"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit eum qui labore ab.\",\"body\":\"Navigating the pixel won't do anything, we need to reboot the open-source http application!\"}"], ["created_at", "2016-10-07 18:56:45.388907"], ["updated_at", "2016-10-07 18:56:45.388907"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et maxime non porro dignissimos.\",\"body\":\"We need to quantify the primary FTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:45.391176"], ["updated_at", "2016-10-07 18:56:45.391176"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem cupiditate rem sunt sit.\",\"body\":\"The THX bus is down, compress the mobile transmitter so we can connect the PCI alarm!\"}"], ["created_at", "2016-10-07 18:56:45.393701"], ["updated_at", "2016-10-07 18:56:45.393701"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid repellendus error modi beatae dolore.\",\"body\":\"I'll program the back-end EXE program, that should bandwidth the XSS pixel!\"}"], ["created_at", "2016-10-07 18:56:45.397444"], ["updated_at", "2016-10-07 18:56:45.397444"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dolores ad quasi aliquam autem.\",\"body\":\"If we generate the microchip, we can get to the RSS sensor through the digital FTP card!\"}"], ["created_at", "2016-10-07 18:56:45.400452"], ["updated_at", "2016-10-07 18:56:45.400452"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut eum recusandae molestias.\",\"body\":\"If we compress the card, we can get to the XSS system through the solid state HTTP feed!\"}"], ["created_at", "2016-10-07 18:56:45.403205"], ["updated_at", "2016-10-07 18:56:45.403205"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt ut repudiandae illo quos est.\",\"body\":\"Use the open-source PNG array, then you can transmit the digital monitor!\"}"], ["created_at", "2016-10-07 18:56:45.408112"], ["updated_at", "2016-10-07 18:56:45.408112"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore culpa suscipit laudantium libero eveniet.\",\"body\":\"Compressing the port won't do anything, we need to navigate the primary tcp port!\"}"], ["created_at", "2016-10-07 18:56:45.410708"], ["updated_at", "2016-10-07 18:56:45.410708"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam incidunt autem molestias dolorum quisquam.\",\"body\":\"We need to navigate the virtual FTP application!\"}"], ["created_at", "2016-10-07 18:56:45.412977"], ["updated_at", "2016-10-07 18:56:45.412977"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat exercitationem et libero.\",\"body\":\"Use the cross-platform SDD panel, then you can bypass the 1080p interface!\"}"], ["created_at", "2016-10-07 18:56:45.417237"], ["updated_at", "2016-10-07 18:56:45.417237"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae dolorem doloremque et at.\",\"body\":\"Navigating the driver won't do anything, we need to compress the auxiliary pci program!\"}"], ["created_at", "2016-10-07 18:56:45.422583"], ["updated_at", "2016-10-07 18:56:45.422583"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam asperiores esse.\",\"body\":\"You can't index the firewall without synthesizing the virtual SDD card!\"}"], ["created_at", "2016-10-07 18:56:45.426959"], ["updated_at", "2016-10-07 18:56:45.426959"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint quisquam non sit.\",\"body\":\"I'll generate the mobile AGP capacitor, that should application the PNG feed!\"}"], ["created_at", "2016-10-07 18:56:45.431256"], ["updated_at", "2016-10-07 18:56:45.431256"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus odit cum.\",\"body\":\"Use the mobile JSON hard drive, then you can override the open-source protocol!\"}"], ["created_at", "2016-10-07 18:56:45.434959"], ["updated_at", "2016-10-07 18:56:45.434959"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae aut corporis.\",\"body\":\"The HDD array is down, compress the online bus so we can synthesize the RSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:45.438120"], ["updated_at", "2016-10-07 18:56:45.438120"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat deserunt eum et aliquid aut.\",\"body\":\"Try to synthesize the AI bandwidth, maybe it will compress the virtual transmitter!\"}"], ["created_at", "2016-10-07 18:56:45.439563"], ["updated_at", "2016-10-07 18:56:45.439563"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid cupiditate itaque omnis illum nemo asperiores at.\",\"body\":\"If we hack the card, we can get to the SDD pixel through the redundant JSON transmitter!\"}"], ["created_at", "2016-10-07 18:56:45.440936"], ["updated_at", "2016-10-07 18:56:45.440936"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium laudantium totam ea dolor.\",\"body\":\"We need to hack the virtual JBOD circuit!\"}"], ["created_at", "2016-10-07 18:56:45.443294"], ["updated_at", "2016-10-07 18:56:45.443294"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis consequatur et similique sed.\",\"body\":\"The ADP sensor is down, parse the multi-byte program so we can compress the CSS card!\"}"], ["created_at", "2016-10-07 18:56:45.447452"], ["updated_at", "2016-10-07 18:56:45.447452"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat quia voluptatem.\",\"body\":\"You can't back up the panel without calculating the cross-platform JSON sensor!\"}"], ["created_at", "2016-10-07 18:56:45.449421"], ["updated_at", "2016-10-07 18:56:45.449421"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis unde quia minima amet ullam.\",\"body\":\"Use the cross-platform CSS monitor, then you can input the multi-byte circuit!\"}"], ["created_at", "2016-10-07 18:56:45.451093"], ["updated_at", "2016-10-07 18:56:45.451093"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi voluptas accusantium sunt illum incidunt sed.\",\"body\":\"You can't bypass the bandwidth without quantifying the auxiliary EXE array!\"}"], ["created_at", "2016-10-07 18:56:45.453194"], ["updated_at", "2016-10-07 18:56:45.453194"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti aliquam quia illo eos.\",\"body\":\"If we transmit the bandwidth, we can get to the GB array through the solid state AI panel!\"}"], ["created_at", "2016-10-07 18:56:45.458580"], ["updated_at", "2016-10-07 18:56:45.458580"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas minima nisi quasi vel.\",\"body\":\"Try to program the SDD panel, maybe it will reboot the virtual bus!\"}"], ["created_at", "2016-10-07 18:56:45.462517"], ["updated_at", "2016-10-07 18:56:45.462517"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam doloremque velit aliquid.\",\"body\":\"Use the primary XML panel, then you can calculate the neural array!\"}"], ["created_at", "2016-10-07 18:56:45.465687"], ["updated_at", "2016-10-07 18:56:45.465687"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste veritatis maiores.\",\"body\":\"The HTTP bandwidth is down, quantify the optical card so we can compress the CSS port!\"}"], ["created_at", "2016-10-07 18:56:45.467611"], ["updated_at", "2016-10-07 18:56:45.467611"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quia eaque placeat et omnis quam.\",\"body\":\"If we hack the application, we can get to the RAM card through the cross-platform TCP microchip!\"}"], ["created_at", "2016-10-07 18:56:45.470868"], ["updated_at", "2016-10-07 18:56:45.470868"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptas illum magnam.\",\"body\":\"The SCSI hard drive is down, back up the neural application so we can program the IB system!\"}"], ["created_at", "2016-10-07 18:56:45.476123"], ["updated_at", "2016-10-07 18:56:45.476123"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut a placeat quia.\",\"body\":\"I'll index the online USB microchip, that should firewall the SSL application!\"}"], ["created_at", "2016-10-07 18:56:45.480535"], ["updated_at", "2016-10-07 18:56:45.480535"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum sint quidem.\",\"body\":\"We need to parse the cross-platform SSL monitor!\"}"], ["created_at", "2016-10-07 18:56:45.483631"], ["updated_at", "2016-10-07 18:56:45.483631"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum nesciunt qui earum nobis dolore.\",\"body\":\"Try to override the GB monitor, maybe it will navigate the wireless sensor!\"}"], ["created_at", "2016-10-07 18:56:45.485878"], ["updated_at", "2016-10-07 18:56:45.485878"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo maxime id ipsum ut eum sit.\",\"body\":\"Use the wireless JSON firewall, then you can input the neural card!\"}"], ["created_at", "2016-10-07 18:56:45.488160"], ["updated_at", "2016-10-07 18:56:45.488160"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis et blanditiis.\",\"body\":\"The XSS circuit is down, input the bluetooth sensor so we can input the SMTP matrix!\"}"], ["created_at", "2016-10-07 18:56:45.495293"], ["updated_at", "2016-10-07 18:56:45.495293"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam quia officiis qui velit et molestias tempore.\",\"body\":\"Try to calculate the JBOD capacitor, maybe it will reboot the wireless program!\"}"], ["created_at", "2016-10-07 18:56:45.497300"], ["updated_at", "2016-10-07 18:56:45.497300"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem vel omnis repellat veritatis sint.\",\"body\":\"I'll hack the open-source HTTP protocol, that should driver the HDD alarm!\"}"], ["created_at", "2016-10-07 18:56:45.498869"], ["updated_at", "2016-10-07 18:56:45.498869"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci maiores sit repellat qui quasi ea quo.\",\"body\":\"Try to back up the RSS port, maybe it will hack the optical system!\"}"], ["created_at", "2016-10-07 18:56:45.500032"], ["updated_at", "2016-10-07 18:56:45.500032"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur facere rerum.\",\"body\":\"We need to navigate the open-source GB microchip!\"}"], ["created_at", "2016-10-07 18:56:45.501239"], ["updated_at", "2016-10-07 18:56:45.501239"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi illum dicta vero sint est aliquid dolorem.\",\"body\":\"I'll parse the primary SDD sensor, that should port the SDD card!\"}"], ["created_at", "2016-10-07 18:56:45.502900"], ["updated_at", "2016-10-07 18:56:45.502900"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt quod aperiam veritatis expedita.\",\"body\":\"You can't bypass the circuit without overriding the open-source EXE bandwidth!\"}"], ["created_at", "2016-10-07 18:56:45.504534"], ["updated_at", "2016-10-07 18:56:45.504534"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est nam quo.\",\"body\":\"Calculating the matrix won't do anything, we need to reboot the auxiliary com matrix!\"}"], ["created_at", "2016-10-07 18:56:45.509204"], ["updated_at", "2016-10-07 18:56:45.509204"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum repudiandae non explicabo voluptate tenetur.\",\"body\":\"I'll reboot the multi-byte EXE program, that should alarm the ADP bus!\"}"], ["created_at", "2016-10-07 18:56:45.512524"], ["updated_at", "2016-10-07 18:56:45.512524"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam distinctio ducimus.\",\"body\":\"You can't parse the interface without programming the online PCI card!\"}"], ["created_at", "2016-10-07 18:56:45.513837"], ["updated_at", "2016-10-07 18:56:45.513837"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum laudantium aspernatur enim ipsam aut nesciunt non.\",\"body\":\"Indexing the alarm won't do anything, we need to calculate the 1080p json bandwidth!\"}"], ["created_at", "2016-10-07 18:56:45.515091"], ["updated_at", "2016-10-07 18:56:45.515091"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi dolore molestiae dolores aut atque at.\",\"body\":\"The AI alarm is down, program the 1080p driver so we can program the FTP port!\"}"], ["created_at", "2016-10-07 18:56:45.516357"], ["updated_at", "2016-10-07 18:56:45.516357"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vel voluptatem aut alias eos perferendis sunt.\",\"body\":\"The RAM protocol is down, connect the open-source program so we can reboot the THX bus!\"}"], ["created_at", "2016-10-07 18:56:45.517562"], ["updated_at", "2016-10-07 18:56:45.517562"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt ut et eligendi ullam et officia ipsam.\",\"body\":\"Transmitting the transmitter won't do anything, we need to reboot the online json capacitor!\"}"], ["created_at", "2016-10-07 18:56:45.519105"], ["updated_at", "2016-10-07 18:56:45.519105"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia eum quas doloremque.\",\"body\":\"Quantifying the array won't do anything, we need to hack the bluetooth thx bandwidth!\"}"], ["created_at", "2016-10-07 18:56:45.520536"], ["updated_at", "2016-10-07 18:56:45.520536"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis omnis nostrum error et cupiditate dolores porro.\",\"body\":\"The SAS matrix is down, synthesize the solid state array so we can compress the USB interface!\"}"], ["created_at", "2016-10-07 18:56:45.524048"], ["updated_at", "2016-10-07 18:56:45.524048"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil dignissimos veniam.\",\"body\":\"Use the back-end HDD circuit, then you can copy the neural bus!\"}"], ["created_at", "2016-10-07 18:56:45.528468"], ["updated_at", "2016-10-07 18:56:45.528468"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum maxime fugit.\",\"body\":\"Use the virtual SMTP driver, then you can synthesize the primary bus!\"}"], ["created_at", "2016-10-07 18:56:45.529789"], ["updated_at", "2016-10-07 18:56:45.529789"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure magni esse id aut dolores voluptas quis.\",\"body\":\"We need to generate the cross-platform HTTP protocol!\"}"], ["created_at", "2016-10-07 18:56:45.530936"], ["updated_at", "2016-10-07 18:56:45.530936"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est laudantium eligendi eveniet.\",\"body\":\"Try to generate the SAS pixel, maybe it will transmit the open-source panel!\"}"], ["created_at", "2016-10-07 18:56:45.532011"], ["updated_at", "2016-10-07 18:56:45.532011"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa mollitia adipisci atque ut dolor.\",\"body\":\"Hacking the circuit won't do anything, we need to connect the neural smtp monitor!\"}"], ["created_at", "2016-10-07 18:56:45.533194"], ["updated_at", "2016-10-07 18:56:45.533194"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ullam nihil.\",\"body\":\"I'll parse the cross-platform AGP matrix, that should hard drive the RAM protocol!\"}"], ["created_at", "2016-10-07 18:56:45.534394"], ["updated_at", "2016-10-07 18:56:45.534394"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque itaque ut suscipit aut.\",\"body\":\"We need to input the solid state SQL feed!\"}"], ["created_at", "2016-10-07 18:56:45.535998"], ["updated_at", "2016-10-07 18:56:45.535998"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia ad ea totam nesciunt sed in soluta.\",\"body\":\"Use the wireless COM capacitor, then you can back up the neural alarm!\"}"], ["created_at", "2016-10-07 18:56:45.538572"], ["updated_at", "2016-10-07 18:56:45.538572"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit tenetur amet qui et laborum.\",\"body\":\"The FTP card is down, compress the auxiliary protocol so we can synthesize the RSS monitor!\"}"], ["created_at", "2016-10-07 18:56:45.540128"], ["updated_at", "2016-10-07 18:56:45.540128"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia animi voluptates eligendi.\",\"body\":\"Use the open-source TCP capacitor, then you can generate the redundant port!\"}"], ["created_at", "2016-10-07 18:56:45.541234"], ["updated_at", "2016-10-07 18:56:45.541234"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti totam praesentium est voluptatibus amet.\",\"body\":\"If we quantify the microchip, we can get to the JSON panel through the haptic SAS interface!\"}"], ["created_at", "2016-10-07 18:56:45.542968"], ["updated_at", "2016-10-07 18:56:45.542968"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus nulla non voluptatem ipsam.\",\"body\":\"Try to compress the TCP transmitter, maybe it will index the auxiliary interface!\"}"], ["created_at", "2016-10-07 18:56:45.546548"], ["updated_at", "2016-10-07 18:56:45.546548"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic velit accusantium nisi.\",\"body\":\"If we reboot the firewall, we can get to the HDD microchip through the auxiliary SQL system!\"}"], ["created_at", "2016-10-07 18:56:45.548511"], ["updated_at", "2016-10-07 18:56:45.548511"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro eveniet sed odio quas quia.\",\"body\":\"Try to generate the GB application, maybe it will input the haptic driver!\"}"], ["created_at", "2016-10-07 18:56:45.549865"], ["updated_at", "2016-10-07 18:56:45.549865"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla laborum quam.\",\"body\":\"Use the cross-platform SMS transmitter, then you can parse the bluetooth protocol!\"}"], ["created_at", "2016-10-07 18:56:45.551168"], ["updated_at", "2016-10-07 18:56:45.551168"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores non dignissimos et doloremque ipsa cumque.\",\"body\":\"I'll index the solid state SCSI driver, that should monitor the SQL hard drive!\"}"], ["created_at", "2016-10-07 18:56:45.552669"], ["updated_at", "2016-10-07 18:56:45.552669"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo culpa necessitatibus modi unde saepe quidem dolorum.\",\"body\":\"I'll compress the 1080p XSS sensor, that should system the JBOD card!\"}"], ["created_at", "2016-10-07 18:56:45.554302"], ["updated_at", "2016-10-07 18:56:45.554302"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum et eum labore autem in quae.\",\"body\":\"The SQL system is down, back up the multi-byte firewall so we can generate the SSL port!\"}"], ["created_at", "2016-10-07 18:56:45.558320"], ["updated_at", "2016-10-07 18:56:45.558320"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo accusamus eum nobis natus ad corrupti.\",\"body\":\"If we synthesize the array, we can get to the FTP bandwidth through the solid state RAM application!\"}"], ["created_at", "2016-10-07 18:56:45.561502"], ["updated_at", "2016-10-07 18:56:45.561502"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore accusamus exercitationem sunt autem iusto aut.\",\"body\":\"We need to synthesize the primary PNG system!\"}"], ["created_at", "2016-10-07 18:56:45.562739"], ["updated_at", "2016-10-07 18:56:45.562739"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio autem molestiae quas.\",\"body\":\"If we calculate the system, we can get to the HTTP circuit through the open-source THX matrix!\"}"], ["created_at", "2016-10-07 18:56:45.563934"], ["updated_at", "2016-10-07 18:56:45.563934"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quia rerum praesentium aliquid vel repellat.\",\"body\":\"You can't connect the bus without parsing the redundant SAS port!\"}"], ["created_at", "2016-10-07 18:56:45.565104"], ["updated_at", "2016-10-07 18:56:45.565104"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima ut aliquam quo est dolores.\",\"body\":\"We need to copy the haptic SMS feed!\"}"], ["created_at", "2016-10-07 18:56:45.566151"], ["updated_at", "2016-10-07 18:56:45.566151"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius neque accusamus et natus sint.\",\"body\":\"You can't parse the transmitter without bypassing the bluetooth JSON driver!\"}"], ["created_at", "2016-10-07 18:56:45.567231"], ["updated_at", "2016-10-07 18:56:45.567231"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita quisquam beatae est voluptatem cupiditate.\",\"body\":\"You can't copy the sensor without indexing the solid state PCI interface!\"}"], ["created_at", "2016-10-07 18:56:45.568716"], ["updated_at", "2016-10-07 18:56:45.568716"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores a eaque consequatur sunt quas est.\",\"body\":\"You can't copy the feed without indexing the mobile JBOD application!\"}"], ["created_at", "2016-10-07 18:56:45.571612"], ["updated_at", "2016-10-07 18:56:45.571612"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic veniam omnis in rerum minus.\",\"body\":\"You can't connect the transmitter without programming the back-end SSL matrix!\"}"], ["created_at", "2016-10-07 18:56:45.573091"], ["updated_at", "2016-10-07 18:56:45.573091"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi nostrum quia deleniti culpa nobis eum accusamus.\",\"body\":\"I'll copy the cross-platform HTTP hard drive, that should program the USB system!\"}"], ["created_at", "2016-10-07 18:56:45.574211"], ["updated_at", "2016-10-07 18:56:45.574211"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem totam distinctio nemo aut ea laborum.\",\"body\":\"Try to parse the JBOD system, maybe it will quantify the haptic port!\"}"], ["created_at", "2016-10-07 18:56:45.575573"], ["updated_at", "2016-10-07 18:56:45.575573"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae temporibus velit.\",\"body\":\"If we override the hard drive, we can get to the SAS program through the open-source JSON alarm!\"}"], ["created_at", "2016-10-07 18:56:45.578357"], ["updated_at", "2016-10-07 18:56:45.578357"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem consequatur at iure enim error vel.\",\"body\":\"I'll back up the auxiliary SSL protocol, that should alarm the SMS matrix!\"}"], ["created_at", "2016-10-07 18:56:45.581325"], ["updated_at", "2016-10-07 18:56:45.581325"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum cumque deserunt itaque ut debitis.\",\"body\":\"I'll navigate the primary EXE transmitter, that should protocol the COM matrix!\"}"], ["created_at", "2016-10-07 18:56:45.582908"], ["updated_at", "2016-10-07 18:56:45.582908"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut numquam voluptas dolorem reiciendis.\",\"body\":\"You can't override the driver without copying the optical TCP system!\"}"], ["created_at", "2016-10-07 18:56:45.584249"], ["updated_at", "2016-10-07 18:56:45.584249"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum autem voluptas ut voluptatibus officia.\",\"body\":\"The ADP pixel is down, index the cross-platform hard drive so we can transmit the GB application!\"}"], ["created_at", "2016-10-07 18:56:45.586110"], ["updated_at", "2016-10-07 18:56:45.586110"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis nihil ipsam est vel aut odio dolore.\",\"body\":\"Try to back up the HDD array, maybe it will compress the cross-platform monitor!\"}"], ["created_at", "2016-10-07 18:56:45.589150"], ["updated_at", "2016-10-07 18:56:45.589150"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur est et occaecati dolor dicta doloremque.\",\"body\":\"Try to compress the XSS array, maybe it will navigate the digital capacitor!\"}"], ["created_at", "2016-10-07 18:56:45.590468"], ["updated_at", "2016-10-07 18:56:45.590468"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque illum similique qui nam nostrum.\",\"body\":\"Use the auxiliary IB protocol, then you can override the back-end firewall!\"}"], ["created_at", "2016-10-07 18:56:45.592699"], ["updated_at", "2016-10-07 18:56:45.592699"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates fugiat et occaecati dolor repellat.\",\"body\":\"You can't quantify the driver without backing up the mobile HTTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:45.597384"], ["updated_at", "2016-10-07 18:56:45.597384"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam totam minima similique aliquam suscipit aspernatur.\",\"body\":\"I'll calculate the 1080p USB alarm, that should circuit the IB card!\"}"], ["created_at", "2016-10-07 18:56:45.598909"], ["updated_at", "2016-10-07 18:56:45.598909"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptates dolor perspiciatis eveniet corporis veniam.\",\"body\":\"You can't parse the application without overriding the redundant HTTP port!\"}"], ["created_at", "2016-10-07 18:56:45.600504"], ["updated_at", "2016-10-07 18:56:45.600504"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta autem velit consequatur molestiae repellat.\",\"body\":\"You can't program the panel without generating the solid state SAS driver!\"}"], ["created_at", "2016-10-07 18:56:45.602104"], ["updated_at", "2016-10-07 18:56:45.602104"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate provident in at quod nostrum.\",\"body\":\"The RSS alarm is down, transmit the mobile sensor so we can parse the SQL circuit!\"}"], ["created_at", "2016-10-07 18:56:45.604763"], ["updated_at", "2016-10-07 18:56:45.604763"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat et ut occaecati.\",\"body\":\"The ADP feed is down, transmit the redundant feed so we can copy the JBOD port!\"}"], ["created_at", "2016-10-07 18:56:45.609741"], ["updated_at", "2016-10-07 18:56:45.609741"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione culpa enim omnis.\",\"body\":\"You can't compress the microchip without compressing the bluetooth RSS interface!\"}"], ["created_at", "2016-10-07 18:56:45.611981"], ["updated_at", "2016-10-07 18:56:45.611981"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem fugit vitae.\",\"body\":\"Try to parse the THX transmitter, maybe it will bypass the multi-byte bandwidth!\"}"], ["created_at", "2016-10-07 18:56:45.613311"], ["updated_at", "2016-10-07 18:56:45.613311"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum dolore ut sapiente cupiditate sit velit assumenda.\",\"body\":\"We need to index the virtual PCI array!\"}"], ["created_at", "2016-10-07 18:56:45.614859"], ["updated_at", "2016-10-07 18:56:45.614859"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui beatae aut quia dolor et quo quis.\",\"body\":\"If we index the port, we can get to the HDD protocol through the bluetooth AGP application!\"}"], ["created_at", "2016-10-07 18:56:45.616155"], ["updated_at", "2016-10-07 18:56:45.616155"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur rem debitis enim.\",\"body\":\"Backing up the feed won't do anything, we need to hack the redundant smtp matrix!\"}"], ["created_at", "2016-10-07 18:56:45.617380"], ["updated_at", "2016-10-07 18:56:45.617380"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aut nisi ipsa nam ratione.\",\"body\":\"We need to hack the multi-byte AGP application!\"}"], ["created_at", "2016-10-07 18:56:45.619240"], ["updated_at", "2016-10-07 18:56:45.619240"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem tenetur ut ut veritatis vel animi.\",\"body\":\"The TCP panel is down, calculate the virtual matrix so we can connect the RAM interface!\"}"], ["created_at", "2016-10-07 18:56:45.625603"], ["updated_at", "2016-10-07 18:56:45.625603"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aspernatur nulla temporibus consequatur saepe ut incidunt.\",\"body\":\"Try to compress the RAM array, maybe it will connect the mobile feed!\"}"], ["created_at", "2016-10-07 18:56:45.629038"], ["updated_at", "2016-10-07 18:56:45.629038"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit tempore qui.\",\"body\":\"We need to index the 1080p RAM capacitor!\"}"], ["created_at", "2016-10-07 18:56:45.630429"], ["updated_at", "2016-10-07 18:56:45.630429"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam nam culpa.\",\"body\":\"Try to copy the IB transmitter, maybe it will compress the primary capacitor!\"}"], ["created_at", "2016-10-07 18:56:45.631895"], ["updated_at", "2016-10-07 18:56:45.631895"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe est ipsam unde quia reprehenderit illum.\",\"body\":\"The SQL application is down, quantify the cross-platform system so we can calculate the XML monitor!\"}"], ["created_at", "2016-10-07 18:56:45.633099"], ["updated_at", "2016-10-07 18:56:45.633099"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel beatae unde nihil quae.\",\"body\":\"Use the mobile SMTP matrix, then you can copy the digital microchip!\"}"], ["created_at", "2016-10-07 18:56:45.634255"], ["updated_at", "2016-10-07 18:56:45.634255"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione quis harum laborum dolores.\",\"body\":\"We need to generate the neural PNG transmitter!\"}"], ["created_at", "2016-10-07 18:56:45.636570"], ["updated_at", "2016-10-07 18:56:45.636570"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis fuga voluptatibus non.\",\"body\":\"If we compress the bus, we can get to the THX bandwidth through the neural HDD system!\"}"], ["created_at", "2016-10-07 18:56:45.641457"], ["updated_at", "2016-10-07 18:56:45.641457"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis et delectus voluptatibus est qui quia commodi.\",\"body\":\"We need to input the neural RAM circuit!\"}"], ["created_at", "2016-10-07 18:56:45.644435"], ["updated_at", "2016-10-07 18:56:45.644435"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia sunt et.\",\"body\":\"The RAM hard drive is down, bypass the cross-platform sensor so we can override the XML firewall!\"}"], ["created_at", "2016-10-07 18:56:45.645704"], ["updated_at", "2016-10-07 18:56:45.645704"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime aut blanditiis est architecto fuga odit inventore.\",\"body\":\"Generating the monitor won't do anything, we need to transmit the multi-byte hdd bus!\"}"], ["created_at", "2016-10-07 18:56:45.646952"], ["updated_at", "2016-10-07 18:56:45.646952"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque animi saepe et aut.\",\"body\":\"You can't hack the microchip without programming the cross-platform PCI driver!\"}"], ["created_at", "2016-10-07 18:56:45.648422"], ["updated_at", "2016-10-07 18:56:45.648422"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui modi molestias atque corporis et et.\",\"body\":\"I'll navigate the digital IB bandwidth, that should pixel the RAM card!\"}"], ["created_at", "2016-10-07 18:56:45.649918"], ["updated_at", "2016-10-07 18:56:45.649918"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil autem dicta qui maxime labore ipsum vel.\",\"body\":\"The SCSI card is down, index the online driver so we can parse the JSON alarm!\"}"], ["created_at", "2016-10-07 18:56:45.651272"], ["updated_at", "2016-10-07 18:56:45.651272"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo distinctio ullam ea ipsam facere.\",\"body\":\"The SDD array is down, calculate the virtual feed so we can compress the ADP array!\"}"], ["created_at", "2016-10-07 18:56:45.654935"], ["updated_at", "2016-10-07 18:56:45.654935"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident laudantium est eaque esse velit nisi aut.\",\"body\":\"I'll reboot the neural XSS driver, that should sensor the JSON bus!\"}"], ["created_at", "2016-10-07 18:56:45.658435"], ["updated_at", "2016-10-07 18:56:45.658435"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam porro enim totam qui facere dolores.\",\"body\":\"Try to input the AGP panel, maybe it will parse the auxiliary interface!\"}"], ["created_at", "2016-10-07 18:56:45.661138"], ["updated_at", "2016-10-07 18:56:45.661138"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem corporis animi laborum pariatur amet consequuntur.\",\"body\":\"Try to input the AI protocol, maybe it will program the back-end application!\"}"], ["created_at", "2016-10-07 18:56:45.663614"], ["updated_at", "2016-10-07 18:56:45.663614"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sequi quod.\",\"body\":\"Connecting the system won't do anything, we need to index the primary usb feed!\"}"], ["created_at", "2016-10-07 18:56:45.666315"], ["updated_at", "2016-10-07 18:56:45.666315"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem quisquam ut mollitia qui sit animi.\",\"body\":\"I'll copy the optical HTTP panel, that should sensor the JBOD matrix!\"}"], ["created_at", "2016-10-07 18:56:45.672370"], ["updated_at", "2016-10-07 18:56:45.672370"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo maiores aut cupiditate ut expedita quidem.\",\"body\":\"Transmitting the array won't do anything, we need to generate the auxiliary adp circuit!\"}"], ["created_at", "2016-10-07 18:56:45.678578"], ["updated_at", "2016-10-07 18:56:45.678578"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non molestias harum ad earum.\",\"body\":\"If we bypass the driver, we can get to the AI firewall through the solid state SSL feed!\"}"], ["created_at", "2016-10-07 18:56:45.682359"], ["updated_at", "2016-10-07 18:56:45.682359"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo tempore doloribus repellat cupiditate cum est.\",\"body\":\"Overriding the interface won't do anything, we need to synthesize the redundant sas application!\"}"], ["created_at", "2016-10-07 18:56:45.688592"], ["updated_at", "2016-10-07 18:56:45.688592"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum sit vero dignissimos et doloribus est.\",\"body\":\"The SMS microchip is down, copy the online transmitter so we can input the GB pixel!\"}"], ["created_at", "2016-10-07 18:56:45.692353"], ["updated_at", "2016-10-07 18:56:45.692353"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quae voluptas.\",\"body\":\"I'll generate the virtual ADP capacitor, that should feed the PNG matrix!\"}"], ["created_at", "2016-10-07 18:56:45.695303"], ["updated_at", "2016-10-07 18:56:45.695303"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptatem quia quos.\",\"body\":\"Try to generate the SMTP feed, maybe it will program the primary firewall!\"}"], ["created_at", "2016-10-07 18:56:45.699721"], ["updated_at", "2016-10-07 18:56:45.699721"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod reprehenderit architecto laborum est quas.\",\"body\":\"Backing up the panel won't do anything, we need to navigate the optical scsi system!\"}"], ["created_at", "2016-10-07 18:56:45.705400"], ["updated_at", "2016-10-07 18:56:45.705400"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium quis consectetur nesciunt sequi officia molestiae.\",\"body\":\"I'll index the cross-platform PCI driver, that should bandwidth the EXE hard drive!\"}"], ["created_at", "2016-10-07 18:56:45.707762"], ["updated_at", "2016-10-07 18:56:45.707762"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam eius voluptas necessitatibus vero modi et architecto.\",\"body\":\"The XSS card is down, calculate the primary driver so we can calculate the ADP system!\"}"], ["created_at", "2016-10-07 18:56:45.709778"], ["updated_at", "2016-10-07 18:56:45.709778"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero harum id veritatis perferendis.\",\"body\":\"Try to index the HTTP protocol, maybe it will input the wireless bandwidth!\"}"], ["created_at", "2016-10-07 18:56:45.711742"], ["updated_at", "2016-10-07 18:56:45.711742"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex suscipit neque corporis.\",\"body\":\"I'll bypass the mobile SMS hard drive, that should hard drive the SQL panel!\"}"], ["created_at", "2016-10-07 18:56:45.713741"], ["updated_at", "2016-10-07 18:56:45.713741"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis minima nisi neque qui.\",\"body\":\"We need to generate the open-source IB program!\"}"], ["created_at", "2016-10-07 18:56:45.715697"], ["updated_at", "2016-10-07 18:56:45.715697"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium blanditiis voluptate dolor sed.\",\"body\":\"Use the multi-byte TCP program, then you can input the cross-platform monitor!\"}"], ["created_at", "2016-10-07 18:56:45.717995"], ["updated_at", "2016-10-07 18:56:45.717995"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto deleniti qui neque dolorem.\",\"body\":\"We need to program the haptic SQL bus!\"}"], ["created_at", "2016-10-07 18:56:45.722204"], ["updated_at", "2016-10-07 18:56:45.722204"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat quis non iste eligendi sed totam.\",\"body\":\"I'll copy the open-source TCP pixel, that should bus the XSS microchip!\"}"], ["created_at", "2016-10-07 18:56:45.724135"], ["updated_at", "2016-10-07 18:56:45.724135"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At aliquid assumenda consequatur quia non.\",\"body\":\"We need to quantify the wireless SQL interface!\"}"], ["created_at", "2016-10-07 18:56:45.726084"], ["updated_at", "2016-10-07 18:56:45.726084"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo nihil et.\",\"body\":\"We need to calculate the primary ADP application!\"}"], ["created_at", "2016-10-07 18:56:45.728322"], ["updated_at", "2016-10-07 18:56:45.728322"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non aperiam culpa voluptas id.\",\"body\":\"The CSS pixel is down, parse the primary monitor so we can index the SQL monitor!\"}"], ["created_at", "2016-10-07 18:56:45.730605"], ["updated_at", "2016-10-07 18:56:45.730605"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non tempore asperiores et.\",\"body\":\"Hacking the feed won't do anything, we need to parse the digital smtp port!\"}"], ["created_at", "2016-10-07 18:56:45.732812"], ["updated_at", "2016-10-07 18:56:45.732812"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure illo amet aut nobis est earum voluptas.\",\"body\":\"We need to copy the solid state EXE protocol!\"}"], ["created_at", "2016-10-07 18:56:45.738348"], ["updated_at", "2016-10-07 18:56:45.738348"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid dolorem a molestiae quidem voluptatem natus sunt.\",\"body\":\"Try to compress the RAM sensor, maybe it will copy the solid state feed!\"}"], ["created_at", "2016-10-07 18:56:45.741105"], ["updated_at", "2016-10-07 18:56:45.741105"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil alias iusto est ut et itaque sit.\",\"body\":\"I'll parse the online GB circuit, that should card the AI circuit!\"}"], ["created_at", "2016-10-07 18:56:45.744122"], ["updated_at", "2016-10-07 18:56:45.744122"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel sapiente dolores quis aut maiores.\",\"body\":\"If we input the card, we can get to the THX alarm through the 1080p GB array!\"}"], ["created_at", "2016-10-07 18:56:45.746058"], ["updated_at", "2016-10-07 18:56:45.746058"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum aspernatur minus.\",\"body\":\"You can't index the program without calculating the bluetooth SSL transmitter!\"}"], ["created_at", "2016-10-07 18:56:45.747900"], ["updated_at", "2016-10-07 18:56:45.747900"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem totam beatae animi ut.\",\"body\":\"We need to hack the haptic HDD circuit!\"}"], ["created_at", "2016-10-07 18:56:45.749657"], ["updated_at", "2016-10-07 18:56:45.749657"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione voluptatum est dolorum vel.\",\"body\":\"Transmitting the monitor won't do anything, we need to connect the redundant ai pixel!\"}"], ["created_at", "2016-10-07 18:56:45.751665"], ["updated_at", "2016-10-07 18:56:45.751665"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium enim dolorem consequatur.\",\"body\":\"We need to transmit the haptic ADP monitor!\"}"], ["created_at", "2016-10-07 18:56:45.753702"], ["updated_at", "2016-10-07 18:56:45.753702"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit odit accusamus iure quas.\",\"body\":\"We need to calculate the 1080p SCSI panel!\"}"], ["created_at", "2016-10-07 18:56:45.756288"], ["updated_at", "2016-10-07 18:56:45.756288"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti eum quas dolorem voluptas voluptas.\",\"body\":\"Use the haptic USB panel, then you can parse the online monitor!\"}"], ["created_at", "2016-10-07 18:56:45.761396"], ["updated_at", "2016-10-07 18:56:45.761396"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus pariatur dolores rerum.\",\"body\":\"You can't input the pixel without connecting the haptic RSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:45.764759"], ["updated_at", "2016-10-07 18:56:45.764759"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In aut optio ut totam quas perspiciatis quis.\",\"body\":\"Try to program the RSS panel, maybe it will input the 1080p monitor!\"}"], ["created_at", "2016-10-07 18:56:45.766280"], ["updated_at", "2016-10-07 18:56:45.766280"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et autem eveniet molestiae ducimus et cupiditate.\",\"body\":\"If we input the array, we can get to the RAM application through the primary IB card!\"}"], ["created_at", "2016-10-07 18:56:45.767660"], ["updated_at", "2016-10-07 18:56:45.767660"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem illo perferendis deserunt quaerat.\",\"body\":\"If we hack the transmitter, we can get to the CSS driver through the digital SMS panel!\"}"], ["created_at", "2016-10-07 18:56:45.769085"], ["updated_at", "2016-10-07 18:56:45.769085"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel beatae non omnis.\",\"body\":\"Use the back-end USB transmitter, then you can back up the multi-byte capacitor!\"}"], ["created_at", "2016-10-07 18:56:45.770292"], ["updated_at", "2016-10-07 18:56:45.770292"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta mollitia hic tempora minima.\",\"body\":\"Programming the array won't do anything, we need to hack the auxiliary ai circuit!\"}"], ["created_at", "2016-10-07 18:56:45.771387"], ["updated_at", "2016-10-07 18:56:45.771387"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro eveniet ut.\",\"body\":\"You can't parse the program without hacking the multi-byte RAM driver!\"}"], ["created_at", "2016-10-07 18:56:45.772508"], ["updated_at", "2016-10-07 18:56:45.772508"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem voluptate exercitationem rerum et cupiditate ut laboriosam.\",\"body\":\"You can't override the circuit without compressing the haptic HDD port!\"}"], ["created_at", "2016-10-07 18:56:45.773716"], ["updated_at", "2016-10-07 18:56:45.773716"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae qui fugit.\",\"body\":\"You can't generate the system without generating the back-end SMTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:45.774842"], ["updated_at", "2016-10-07 18:56:45.774842"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut culpa dignissimos dolores sapiente incidunt exercitationem.\",\"body\":\"Use the mobile CSS capacitor, then you can quantify the virtual application!\"}"], ["created_at", "2016-10-07 18:56:45.775892"], ["updated_at", "2016-10-07 18:56:45.775892"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae impedit optio a.\",\"body\":\"If we synthesize the feed, we can get to the CSS alarm through the bluetooth AGP application!\"}"], ["created_at", "2016-10-07 18:56:45.776925"], ["updated_at", "2016-10-07 18:56:45.776925"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe occaecati officiis voluptas non.\",\"body\":\"Use the virtual EXE alarm, then you can generate the wireless driver!\"}"], ["created_at", "2016-10-07 18:56:45.777958"], ["updated_at", "2016-10-07 18:56:45.777958"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse debitis quo nihil.\",\"body\":\"Use the open-source PCI application, then you can navigate the open-source protocol!\"}"], ["created_at", "2016-10-07 18:56:45.779207"], ["updated_at", "2016-10-07 18:56:45.779207"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem odit et possimus est ad esse.\",\"body\":\"You can't synthesize the sensor without compressing the optical HDD feed!\"}"], ["created_at", "2016-10-07 18:56:45.780362"], ["updated_at", "2016-10-07 18:56:45.780362"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam aut est iusto quae ullam.\",\"body\":\"Synthesizing the card won't do anything, we need to bypass the solid state ai circuit!\"}"], ["created_at", "2016-10-07 18:56:45.781617"], ["updated_at", "2016-10-07 18:56:45.781617"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident qui consequatur nam.\",\"body\":\"I'll compress the haptic SDD alarm, that should capacitor the HTTP sensor!\"}"], ["created_at", "2016-10-07 18:56:45.782929"], ["updated_at", "2016-10-07 18:56:45.782929"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam ipsa sit.\",\"body\":\"We need to synthesize the 1080p SQL card!\"}"], ["created_at", "2016-10-07 18:56:45.785026"], ["updated_at", "2016-10-07 18:56:45.785026"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure expedita fugiat et occaecati.\",\"body\":\"We need to hack the auxiliary SMTP port!\"}"], ["created_at", "2016-10-07 18:56:45.786263"], ["updated_at", "2016-10-07 18:56:45.786263"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo qui natus ad adipisci dolores alias.\",\"body\":\"You can't transmit the sensor without backing up the online FTP pixel!\"}"], ["created_at", "2016-10-07 18:56:45.787394"], ["updated_at", "2016-10-07 18:56:45.787394"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut qui laudantium.\",\"body\":\"I'll compress the solid state AI monitor, that should microchip the FTP monitor!\"}"], ["created_at", "2016-10-07 18:56:45.788601"], ["updated_at", "2016-10-07 18:56:45.788601"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem debitis excepturi aut.\",\"body\":\"I'll synthesize the redundant AI capacitor, that should card the SSL bus!\"}"], ["created_at", "2016-10-07 18:56:45.789854"], ["updated_at", "2016-10-07 18:56:45.789854"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed iusto eos sit eveniet.\",\"body\":\"You can't quantify the program without backing up the auxiliary AI pixel!\"}"], ["created_at", "2016-10-07 18:56:45.791040"], ["updated_at", "2016-10-07 18:56:45.791040"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ut id repudiandae facilis.\",\"body\":\"Compressing the capacitor won't do anything, we need to quantify the virtual sas protocol!\"}"], ["created_at", "2016-10-07 18:56:45.792094"], ["updated_at", "2016-10-07 18:56:45.792094"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In omnis nesciunt consequatur quibusdam.\",\"body\":\"You can't compress the matrix without navigating the primary JSON feed!\"}"], ["created_at", "2016-10-07 18:56:45.793222"], ["updated_at", "2016-10-07 18:56:45.793222"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed eos eveniet iure ut ea quibusdam sint.\",\"body\":\"You can't back up the microchip without synthesizing the virtual PNG capacitor!\"}"], ["created_at", "2016-10-07 18:56:45.794341"], ["updated_at", "2016-10-07 18:56:45.794341"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi aut debitis voluptatem et pariatur perferendis commodi.\",\"body\":\"We need to connect the 1080p JSON transmitter!\"}"], ["created_at", "2016-10-07 18:56:45.795445"], ["updated_at", "2016-10-07 18:56:45.795445"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis dolor rerum qui et quia.\",\"body\":\"Backing up the monitor won't do anything, we need to hack the bluetooth sql system!\"}"], ["created_at", "2016-10-07 18:56:45.796629"], ["updated_at", "2016-10-07 18:56:45.796629"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam expedita est in dolor.\",\"body\":\"I'll parse the cross-platform HTTP alarm, that should sensor the USB bus!\"}"], ["created_at", "2016-10-07 18:56:45.797816"], ["updated_at", "2016-10-07 18:56:45.797816"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam et deserunt voluptatum omnis dicta.\",\"body\":\"I'll bypass the cross-platform XML card, that should hard drive the SQL panel!\"}"], ["created_at", "2016-10-07 18:56:45.798972"], ["updated_at", "2016-10-07 18:56:45.798972"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut laudantium dolores impedit ipsam numquam laboriosam.\",\"body\":\"Programming the hard drive won't do anything, we need to input the primary smtp hard drive!\"}"], ["created_at", "2016-10-07 18:56:45.800072"], ["updated_at", "2016-10-07 18:56:45.800072"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut tempora ipsum temporibus recusandae architecto sed minus.\",\"body\":\"I'll generate the online SMS capacitor, that should monitor the THX interface!\"}"], ["created_at", "2016-10-07 18:56:45.801424"], ["updated_at", "2016-10-07 18:56:45.801424"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptate dignissimos non aut.\",\"body\":\"We need to override the primary XSS pixel!\"}"], ["created_at", "2016-10-07 18:56:45.802787"], ["updated_at", "2016-10-07 18:56:45.802787"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui aut quas vero.\",\"body\":\"If we transmit the bus, we can get to the HTTP program through the virtual COM system!\"}"], ["created_at", "2016-10-07 18:56:45.803956"], ["updated_at", "2016-10-07 18:56:45.803956"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi hic neque perspiciatis est ratione esse.\",\"body\":\"I'll bypass the multi-byte SSL pixel, that should bus the USB pixel!\"}"], ["created_at", "2016-10-07 18:56:45.805032"], ["updated_at", "2016-10-07 18:56:45.805032"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo ad aspernatur a dolorum.\",\"body\":\"Try to reboot the CSS transmitter, maybe it will index the mobile pixel!\"}"], ["created_at", "2016-10-07 18:56:45.806089"], ["updated_at", "2016-10-07 18:56:45.806089"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim enim aspernatur repellendus possimus.\",\"body\":\"Quantifying the matrix won't do anything, we need to copy the multi-byte com transmitter!\"}"], ["created_at", "2016-10-07 18:56:45.807247"], ["updated_at", "2016-10-07 18:56:45.807247"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo saepe iusto.\",\"body\":\"You can't back up the port without compressing the open-source RAM transmitter!\"}"], ["created_at", "2016-10-07 18:56:45.808456"], ["updated_at", "2016-10-07 18:56:45.808456"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum qui consequatur est numquam beatae qui tenetur.\",\"body\":\"The EXE alarm is down, calculate the bluetooth port so we can generate the JBOD protocol!\"}"], ["created_at", "2016-10-07 18:56:45.809828"], ["updated_at", "2016-10-07 18:56:45.809828"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa eum sint perspiciatis et a aliquam.\",\"body\":\"You can't generate the firewall without hacking the 1080p JBOD driver!\"}"], ["created_at", "2016-10-07 18:56:45.811603"], ["updated_at", "2016-10-07 18:56:45.811603"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus laborum eaque a.\",\"body\":\"The AGP application is down, bypass the online driver so we can calculate the USB array!\"}"], ["created_at", "2016-10-07 18:56:45.813541"], ["updated_at", "2016-10-07 18:56:45.813541"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum illo temporibus harum aperiam possimus error.\",\"body\":\"We need to back up the solid state IB application!\"}"], ["created_at", "2016-10-07 18:56:45.816139"], ["updated_at", "2016-10-07 18:56:45.816139"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut est assumenda dignissimos labore consequatur.\",\"body\":\"If we hack the protocol, we can get to the FTP driver through the 1080p EXE alarm!\"}"], ["created_at", "2016-10-07 18:56:45.817679"], ["updated_at", "2016-10-07 18:56:45.817679"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et enim non aliquam quasi officia.\",\"body\":\"We need to navigate the back-end JBOD transmitter!\"}"], ["created_at", "2016-10-07 18:56:45.819373"], ["updated_at", "2016-10-07 18:56:45.819373"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem ut voluptatum quis.\",\"body\":\"Use the auxiliary XSS port, then you can compress the multi-byte capacitor!\"}"], ["created_at", "2016-10-07 18:56:45.821535"], ["updated_at", "2016-10-07 18:56:45.821535"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id error est asperiores.\",\"body\":\"You can't quantify the port without connecting the back-end FTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:45.823933"], ["updated_at", "2016-10-07 18:56:45.823933"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut optio assumenda sunt corporis fugiat.\",\"body\":\"We need to index the haptic SDD hard drive!\"}"], ["created_at", "2016-10-07 18:56:45.825962"], ["updated_at", "2016-10-07 18:56:45.825962"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit asperiores est minima unde.\",\"body\":\"We need to index the bluetooth RAM feed!\"}"], ["created_at", "2016-10-07 18:56:45.827486"], ["updated_at", "2016-10-07 18:56:45.827486"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid dolor illo voluptatem quo qui.\",\"body\":\"We need to copy the 1080p HTTP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:45.828938"], ["updated_at", "2016-10-07 18:56:45.828938"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo dolor quasi qui.\",\"body\":\"The PNG protocol is down, compress the redundant system so we can override the TCP sensor!\"}"], ["created_at", "2016-10-07 18:56:45.830337"], ["updated_at", "2016-10-07 18:56:45.830337"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa consectetur dignissimos itaque minima quas.\",\"body\":\"You can't calculate the microchip without hacking the wireless TCP microchip!\"}"], ["created_at", "2016-10-07 18:56:45.832134"], ["updated_at", "2016-10-07 18:56:45.832134"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quis enim porro.\",\"body\":\"I'll program the mobile SMS bus, that should array the IB port!\"}"], ["created_at", "2016-10-07 18:56:45.834202"], ["updated_at", "2016-10-07 18:56:45.834202"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt iusto autem et veritatis ut.\",\"body\":\"Try to generate the IB driver, maybe it will synthesize the haptic pixel!\"}"], ["created_at", "2016-10-07 18:56:45.837053"], ["updated_at", "2016-10-07 18:56:45.837053"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis aut ut.\",\"body\":\"I'll hack the optical HTTP driver, that should feed the EXE bus!\"}"], ["created_at", "2016-10-07 18:56:45.841350"], ["updated_at", "2016-10-07 18:56:45.841350"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo similique dolor tempore aut a fugiat quisquam.\",\"body\":\"You can't calculate the capacitor without programming the multi-byte AI circuit!\"}"], ["created_at", "2016-10-07 18:56:45.844036"], ["updated_at", "2016-10-07 18:56:45.844036"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi voluptates enim.\",\"body\":\"I'll index the multi-byte FTP capacitor, that should matrix the JSON feed!\"}"], ["created_at", "2016-10-07 18:56:45.847152"], ["updated_at", "2016-10-07 18:56:45.847152"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde voluptas vel saepe voluptatem.\",\"body\":\"Use the back-end PNG system, then you can index the wireless pixel!\"}"], ["created_at", "2016-10-07 18:56:45.850178"], ["updated_at", "2016-10-07 18:56:45.850178"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit consequatur id autem.\",\"body\":\"Quantifying the card won't do anything, we need to synthesize the redundant ssl driver!\"}"], ["created_at", "2016-10-07 18:56:45.853671"], ["updated_at", "2016-10-07 18:56:45.853671"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis rerum voluptas dolorem ratione possimus quia ut.\",\"body\":\"Calculating the card won't do anything, we need to quantify the optical gb hard drive!\"}"], ["created_at", "2016-10-07 18:56:45.855458"], ["updated_at", "2016-10-07 18:56:45.855458"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem libero doloremque odit omnis qui et ut.\",\"body\":\"Programming the panel won't do anything, we need to input the back-end ssl microchip!\"}"], ["created_at", "2016-10-07 18:56:45.857330"], ["updated_at", "2016-10-07 18:56:45.857330"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id omnis alias neque eveniet hic et minus.\",\"body\":\"We need to quantify the haptic IB protocol!\"}"], ["created_at", "2016-10-07 18:56:45.861056"], ["updated_at", "2016-10-07 18:56:45.861056"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quia odio laborum impedit est.\",\"body\":\"I'll synthesize the haptic PNG system, that should hard drive the FTP sensor!\"}"], ["created_at", "2016-10-07 18:56:45.863343"], ["updated_at", "2016-10-07 18:56:45.863343"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores velit odio.\",\"body\":\"Try to index the AI program, maybe it will index the cross-platform transmitter!\"}"], ["created_at", "2016-10-07 18:56:45.865440"], ["updated_at", "2016-10-07 18:56:45.865440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam in qui dolores blanditiis odit sed nihil.\",\"body\":\"The SSL microchip is down, transmit the haptic bandwidth so we can copy the SQL microchip!\"}"], ["created_at", "2016-10-07 18:56:45.866818"], ["updated_at", "2016-10-07 18:56:45.866818"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis vero omnis illum deleniti iste.\",\"body\":\"Try to synthesize the SMTP transmitter, maybe it will compress the haptic capacitor!\"}"], ["created_at", "2016-10-07 18:56:45.867896"], ["updated_at", "2016-10-07 18:56:45.867896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius et sint repellat assumenda.\",\"body\":\"Generating the protocol won't do anything, we need to connect the online ram port!\"}"], ["created_at", "2016-10-07 18:56:45.869073"], ["updated_at", "2016-10-07 18:56:45.869073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam officiis pariatur.\",\"body\":\"You can't navigate the system without copying the cross-platform HDD alarm!\"}"], ["created_at", "2016-10-07 18:56:45.869989"], ["updated_at", "2016-10-07 18:56:45.869989"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam dignissimos quo fuga repudiandae quia eveniet.\",\"body\":\"We need to input the haptic USB pixel!\"}"], ["created_at", "2016-10-07 18:56:45.870899"], ["updated_at", "2016-10-07 18:56:45.870899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui consequatur quo est.\",\"body\":\"The PNG system is down, compress the online card so we can input the COM system!\"}"], ["created_at", "2016-10-07 18:56:45.871777"], ["updated_at", "2016-10-07 18:56:45.871777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto minima corporis ut.\",\"body\":\"If we copy the monitor, we can get to the JBOD program through the redundant SQL sensor!\"}"], ["created_at", "2016-10-07 18:56:45.872660"], ["updated_at", "2016-10-07 18:56:45.872660"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non possimus est blanditiis et id rem.\",\"body\":\"I'll reboot the open-source FTP array, that should transmitter the HTTP program!\"}"], ["created_at", "2016-10-07 18:56:45.873508"], ["updated_at", "2016-10-07 18:56:45.873508"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem est id harum vitae nulla.\",\"body\":\"Connecting the pixel won't do anything, we need to reboot the digital http port!\"}"], ["created_at", "2016-10-07 18:56:45.875102"], ["updated_at", "2016-10-07 18:56:45.875102"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem sit aut quibusdam iusto.\",\"body\":\"Overriding the monitor won't do anything, we need to generate the virtual jbod port!\"}"], ["created_at", "2016-10-07 18:56:45.878757"], ["updated_at", "2016-10-07 18:56:45.878757"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas et beatae.\",\"body\":\"If we transmit the transmitter, we can get to the SMS circuit through the neural SMS microchip!\"}"], ["created_at", "2016-10-07 18:56:45.881439"], ["updated_at", "2016-10-07 18:56:45.881439"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut accusantium magni unde autem voluptatum.\",\"body\":\"I'll generate the 1080p EXE program, that should protocol the IB program!\"}"], ["created_at", "2016-10-07 18:56:45.882775"], ["updated_at", "2016-10-07 18:56:45.882775"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt dolore rerum natus.\",\"body\":\"Use the online SQL system, then you can quantify the back-end pixel!\"}"], ["created_at", "2016-10-07 18:56:45.883960"], ["updated_at", "2016-10-07 18:56:45.883960"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat iusto est libero dolorem beatae.\",\"body\":\"You can't reboot the monitor without indexing the mobile ADP sensor!\"}"], ["created_at", "2016-10-07 18:56:45.885596"], ["updated_at", "2016-10-07 18:56:45.885596"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis quis aut similique numquam cupiditate.\",\"body\":\"I'll program the auxiliary EXE transmitter, that should array the PCI transmitter!\"}"], ["created_at", "2016-10-07 18:56:45.887318"], ["updated_at", "2016-10-07 18:56:45.887318"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi consequuntur architecto.\",\"body\":\"I'll program the multi-byte HDD hard drive, that should alarm the SQL protocol!\"}"], ["created_at", "2016-10-07 18:56:45.890253"], ["updated_at", "2016-10-07 18:56:45.890253"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et atque enim et.\",\"body\":\"The TCP sensor is down, hack the neural interface so we can connect the SQL hard drive!\"}"], ["created_at", "2016-10-07 18:56:45.892243"], ["updated_at", "2016-10-07 18:56:45.892243"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est ab consequatur et perferendis officia.\",\"body\":\"Use the 1080p GB transmitter, then you can reboot the digital bandwidth!\"}"], ["created_at", "2016-10-07 18:56:45.895421"], ["updated_at", "2016-10-07 18:56:45.895421"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat vel magnam ut omnis voluptatibus.\",\"body\":\"Use the redundant SSL array, then you can calculate the virtual driver!\"}"], ["created_at", "2016-10-07 18:56:45.896795"], ["updated_at", "2016-10-07 18:56:45.896795"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto quo cupiditate corporis consequatur qui iure.\",\"body\":\"Use the mobile CSS matrix, then you can navigate the solid state program!\"}"], ["created_at", "2016-10-07 18:56:45.898264"], ["updated_at", "2016-10-07 18:56:45.898264"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque et dolorum vitae earum.\",\"body\":\"Try to override the RAM firewall, maybe it will program the neural bus!\"}"], ["created_at", "2016-10-07 18:56:45.899551"], ["updated_at", "2016-10-07 18:56:45.899551"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non officia beatae iste.\",\"body\":\"Use the digital XML matrix, then you can copy the haptic hard drive!\"}"], ["created_at", "2016-10-07 18:56:45.900547"], ["updated_at", "2016-10-07 18:56:45.900547"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut similique sint et corrupti.\",\"body\":\"Try to override the HTTP bus, maybe it will bypass the digital card!\"}"], ["created_at", "2016-10-07 18:56:45.901685"], ["updated_at", "2016-10-07 18:56:45.901685"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur aut veniam non laborum rem.\",\"body\":\"Try to input the COM port, maybe it will compress the redundant application!\"}"], ["created_at", "2016-10-07 18:56:45.903590"], ["updated_at", "2016-10-07 18:56:45.903590"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quia et.\",\"body\":\"If we parse the driver, we can get to the RSS bandwidth through the bluetooth TCP microchip!\"}"], ["created_at", "2016-10-07 18:56:45.905917"], ["updated_at", "2016-10-07 18:56:45.905917"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste aut quibusdam laborum explicabo.\",\"body\":\"The FTP bus is down, override the solid state capacitor so we can parse the SQL card!\"}"], ["created_at", "2016-10-07 18:56:45.907782"], ["updated_at", "2016-10-07 18:56:45.907782"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum iure repellendus laborum est quae facere.\",\"body\":\"If we transmit the circuit, we can get to the JSON hard drive through the solid state SCSI driver!\"}"], ["created_at", "2016-10-07 18:56:45.910626"], ["updated_at", "2016-10-07 18:56:45.910626"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim non voluptate eaque aliquam velit odio nesciunt.\",\"body\":\"You can't synthesize the transmitter without indexing the multi-byte XSS microchip!\"}"], ["created_at", "2016-10-07 18:56:45.911840"], ["updated_at", "2016-10-07 18:56:45.911840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus nesciunt eaque voluptas repudiandae quasi fugit necessitatibus.\",\"body\":\"The SMTP panel is down, program the digital port so we can input the RAM monitor!\"}"], ["created_at", "2016-10-07 18:56:45.912804"], ["updated_at", "2016-10-07 18:56:45.912804"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate rem quibusdam.\",\"body\":\"We need to transmit the mobile USB firewall!\"}"], ["created_at", "2016-10-07 18:56:45.913696"], ["updated_at", "2016-10-07 18:56:45.913696"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis sed veniam ab.\",\"body\":\"Calculating the bus won't do anything, we need to synthesize the multi-byte pci microchip!\"}"], ["created_at", "2016-10-07 18:56:45.914821"], ["updated_at", "2016-10-07 18:56:45.914821"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium repudiandae aspernatur autem et doloremque cumque.\",\"body\":\"Use the bluetooth SDD interface, then you can override the solid state program!\"}"], ["created_at", "2016-10-07 18:56:45.915787"], ["updated_at", "2016-10-07 18:56:45.915787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem sequi et aliquid id adipisci voluptatem.\",\"body\":\"Try to program the PNG hard drive, maybe it will index the auxiliary pixel!\"}"], ["created_at", "2016-10-07 18:56:45.916691"], ["updated_at", "2016-10-07 18:56:45.916691"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore est vitae enim a.\",\"body\":\"The SDD program is down, override the wireless bus so we can parse the HTTP panel!\"}"], ["created_at", "2016-10-07 18:56:45.917657"], ["updated_at", "2016-10-07 18:56:45.917657"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis possimus inventore quisquam asperiores est numquam.\",\"body\":\"Use the mobile RSS bus, then you can transmit the multi-byte bus!\"}"], ["created_at", "2016-10-07 18:56:45.918861"], ["updated_at", "2016-10-07 18:56:45.918861"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptatibus quos.\",\"body\":\"You can't navigate the interface without bypassing the wireless JBOD transmitter!\"}"], ["created_at", "2016-10-07 18:56:45.920946"], ["updated_at", "2016-10-07 18:56:45.920946"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis ipsa non repellendus.\",\"body\":\"Connecting the monitor won't do anything, we need to generate the haptic agp circuit!\"}"], ["created_at", "2016-10-07 18:56:45.924662"], ["updated_at", "2016-10-07 18:56:45.924662"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sequi eos itaque.\",\"body\":\"I'll parse the wireless PNG program, that should bus the HDD matrix!\"}"], ["created_at", "2016-10-07 18:56:45.926199"], ["updated_at", "2016-10-07 18:56:45.926199"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam suscipit ut unde nihil doloribus.\",\"body\":\"Synthesizing the feed won't do anything, we need to parse the multi-byte smtp matrix!\"}"], ["created_at", "2016-10-07 18:56:45.928953"], ["updated_at", "2016-10-07 18:56:45.928953"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem aliquid nulla.\",\"body\":\"The SCSI panel is down, quantify the wireless hard drive so we can override the CSS protocol!\"}"], ["created_at", "2016-10-07 18:56:45.931989"], ["updated_at", "2016-10-07 18:56:45.931989"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem rerum quis sed facilis sed.\",\"body\":\"Navigating the capacitor won't do anything, we need to program the redundant ib transmitter!\"}"], ["created_at", "2016-10-07 18:56:45.933140"], ["updated_at", "2016-10-07 18:56:45.933140"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere et ratione ad quisquam dolor distinctio.\",\"body\":\"You can't quantify the panel without quantifying the auxiliary SCSI hard drive!\"}"], ["created_at", "2016-10-07 18:56:45.934143"], ["updated_at", "2016-10-07 18:56:45.934143"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores repellat dignissimos totam soluta commodi modi.\",\"body\":\"Try to synthesize the COM alarm, maybe it will generate the cross-platform bus!\"}"], ["created_at", "2016-10-07 18:56:45.935423"], ["updated_at", "2016-10-07 18:56:45.935423"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt dolorem est eos autem est hic.\",\"body\":\"Bypassing the monitor won't do anything, we need to compress the open-source ib transmitter!\"}"], ["created_at", "2016-10-07 18:56:45.937921"], ["updated_at", "2016-10-07 18:56:45.937921"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos quaerat officia et error.\",\"body\":\"The USB bandwidth is down, copy the back-end interface so we can override the SMS panel!\"}"], ["created_at", "2016-10-07 18:56:45.940130"], ["updated_at", "2016-10-07 18:56:45.940130"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem odio enim dolore minus dolores.\",\"body\":\"Try to parse the THX bus, maybe it will hack the multi-byte interface!\"}"], ["created_at", "2016-10-07 18:56:45.942187"], ["updated_at", "2016-10-07 18:56:45.942187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium accusamus omnis accusantium sit aut et laudantium.\",\"body\":\"You can't index the array without transmitting the online GB firewall!\"}"], ["created_at", "2016-10-07 18:56:45.944432"], ["updated_at", "2016-10-07 18:56:45.944432"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet labore repellat et similique eos tempore necessitatibus.\",\"body\":\"The CSS alarm is down, navigate the haptic sensor so we can back up the SMTP system!\"}"], ["created_at", "2016-10-07 18:56:45.945391"], ["updated_at", "2016-10-07 18:56:45.945391"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat error sunt dolorem iure.\",\"body\":\"You can't quantify the driver without copying the mobile PNG capacitor!\"}"], ["created_at", "2016-10-07 18:56:45.946287"], ["updated_at", "2016-10-07 18:56:45.946287"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis iure sit aliquid.\",\"body\":\"I'll reboot the redundant SQL hard drive, that should microchip the THX program!\"}"], ["created_at", "2016-10-07 18:56:45.947279"], ["updated_at", "2016-10-07 18:56:45.947279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo est qui et debitis sed.\",\"body\":\"The TCP hard drive is down, parse the redundant bandwidth so we can parse the CSS feed!\"}"], ["created_at", "2016-10-07 18:56:45.948279"], ["updated_at", "2016-10-07 18:56:45.948279"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque beatae eos cupiditate.\",\"body\":\"If we reboot the interface, we can get to the EXE array through the virtual PCI sensor!\"}"], ["created_at", "2016-10-07 18:56:45.949150"], ["updated_at", "2016-10-07 18:56:45.949150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat qui molestiae adipisci et alias qui.\",\"body\":\"I'll input the back-end AI driver, that should program the SQL interface!\"}"], ["created_at", "2016-10-07 18:56:45.949997"], ["updated_at", "2016-10-07 18:56:45.949997"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus quis cupiditate qui consequuntur iste animi.\",\"body\":\"Calculating the feed won't do anything, we need to hack the online usb protocol!\"}"], ["created_at", "2016-10-07 18:56:45.950997"], ["updated_at", "2016-10-07 18:56:45.950997"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit deserunt ducimus itaque tempora ut id.\",\"body\":\"Parsing the bus won't do anything, we need to transmit the back-end rss panel!\"}"], ["created_at", "2016-10-07 18:56:45.952327"], ["updated_at", "2016-10-07 18:56:45.952327"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis quidem sequi non inventore aspernatur facilis qui.\",\"body\":\"I'll generate the primary SMTP firewall, that should panel the SDD pixel!\"}"], ["created_at", "2016-10-07 18:56:45.954820"], ["updated_at", "2016-10-07 18:56:45.954820"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat ratione et.\",\"body\":\"We need to override the optical PCI card!\"}"], ["created_at", "2016-10-07 18:56:45.956893"], ["updated_at", "2016-10-07 18:56:45.956893"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea qui rerum explicabo quidem pariatur.\",\"body\":\"Use the neural THX hard drive, then you can back up the online driver!\"}"], ["created_at", "2016-10-07 18:56:45.958798"], ["updated_at", "2016-10-07 18:56:45.958798"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem consequatur ut qui quis.\",\"body\":\"Try to navigate the JSON system, maybe it will copy the online driver!\"}"], ["created_at", "2016-10-07 18:56:45.961108"], ["updated_at", "2016-10-07 18:56:45.961108"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aut libero praesentium ducimus.\",\"body\":\"Backing up the bus won't do anything, we need to input the digital xml matrix!\"}"], ["created_at", "2016-10-07 18:56:45.962178"], ["updated_at", "2016-10-07 18:56:45.962178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae facere vero qui incidunt in repudiandae nostrum.\",\"body\":\"I'll override the optical RSS firewall, that should bandwidth the AGP interface!\"}"], ["created_at", "2016-10-07 18:56:45.963132"], ["updated_at", "2016-10-07 18:56:45.963132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum repellendus illum facilis.\",\"body\":\"We need to synthesize the wireless JSON sensor!\"}"], ["created_at", "2016-10-07 18:56:45.963976"], ["updated_at", "2016-10-07 18:56:45.963976"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias officia vero vel.\",\"body\":\"Try to synthesize the CSS protocol, maybe it will bypass the online pixel!\"}"], ["created_at", "2016-10-07 18:56:45.964831"], ["updated_at", "2016-10-07 18:56:45.964831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet officia qui voluptatibus quo nisi officiis qui.\",\"body\":\"I'll index the auxiliary CSS driver, that should sensor the FTP feed!\"}"], ["created_at", "2016-10-07 18:56:45.965692"], ["updated_at", "2016-10-07 18:56:45.965692"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed perspiciatis eaque.\",\"body\":\"The SDD interface is down, synthesize the auxiliary sensor so we can override the CSS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:45.966556"], ["updated_at", "2016-10-07 18:56:45.966556"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis eligendi possimus.\",\"body\":\"Transmitting the system won't do anything, we need to index the online json port!\"}"], ["created_at", "2016-10-07 18:56:45.967540"], ["updated_at", "2016-10-07 18:56:45.967540"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente est architecto quibusdam odio similique quidem consectetur.\",\"body\":\"The EXE matrix is down, transmit the wireless array so we can program the SQL bus!\"}"], ["created_at", "2016-10-07 18:56:45.968700"], ["updated_at", "2016-10-07 18:56:45.968700"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui a dicta et fugiat beatae.\",\"body\":\"The XML program is down, calculate the open-source circuit so we can calculate the XSS application!\"}"], ["created_at", "2016-10-07 18:56:45.970944"], ["updated_at", "2016-10-07 18:56:45.970944"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis repudiandae et voluptate aut.\",\"body\":\"If we back up the panel, we can get to the XML matrix through the auxiliary HDD feed!\"}"], ["created_at", "2016-10-07 18:56:45.972991"], ["updated_at", "2016-10-07 18:56:45.972991"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat ea sapiente occaecati id quia.\",\"body\":\"The USB application is down, synthesize the wireless transmitter so we can generate the SCSI pixel!\"}"], ["created_at", "2016-10-07 18:56:45.974578"], ["updated_at", "2016-10-07 18:56:45.974578"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit qui eum molestias consequatur iste illum fugit.\",\"body\":\"Use the primary PCI array, then you can index the solid state port!\"}"], ["created_at", "2016-10-07 18:56:45.977550"], ["updated_at", "2016-10-07 18:56:45.977550"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis harum dolor.\",\"body\":\"You can't program the microchip without backing up the mobile RAM alarm!\"}"], ["created_at", "2016-10-07 18:56:45.979340"], ["updated_at", "2016-10-07 18:56:45.979340"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam deleniti qui et fugiat.\",\"body\":\"Overriding the hard drive won't do anything, we need to bypass the optical gb application!\"}"], ["created_at", "2016-10-07 18:56:45.980625"], ["updated_at", "2016-10-07 18:56:45.980625"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis facilis quo.\",\"body\":\"Use the online XSS capacitor, then you can parse the primary program!\"}"], ["created_at", "2016-10-07 18:56:45.981874"], ["updated_at", "2016-10-07 18:56:45.981874"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime doloremque voluptatibus.\",\"body\":\"Use the 1080p THX interface, then you can navigate the back-end circuit!\"}"], ["created_at", "2016-10-07 18:56:45.982992"], ["updated_at", "2016-10-07 18:56:45.982992"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In aliquam doloremque sunt.\",\"body\":\"Try to back up the SMTP array, maybe it will override the online hard drive!\"}"], ["created_at", "2016-10-07 18:56:45.984247"], ["updated_at", "2016-10-07 18:56:45.984247"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum rerum asperiores et sequi et praesentium accusamus.\",\"body\":\"You can't compress the card without indexing the solid state AI circuit!\"}"], ["created_at", "2016-10-07 18:56:45.986364"], ["updated_at", "2016-10-07 18:56:45.986364"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores praesentium rerum ullam expedita rerum.\",\"body\":\"I'll override the auxiliary SAS application, that should bandwidth the SMTP program!\"}"], ["created_at", "2016-10-07 18:56:45.990429"], ["updated_at", "2016-10-07 18:56:45.990429"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus dolor quae exercitationem dolorum quis delectus.\",\"body\":\"Try to synthesize the CSS feed, maybe it will copy the solid state capacitor!\"}"], ["created_at", "2016-10-07 18:56:45.992405"], ["updated_at", "2016-10-07 18:56:45.992405"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut incidunt modi.\",\"body\":\"We need to transmit the optical ADP interface!\"}"], ["created_at", "2016-10-07 18:56:45.995615"], ["updated_at", "2016-10-07 18:56:45.995615"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat sunt laudantium.\",\"body\":\"If we input the monitor, we can get to the HTTP transmitter through the open-source USB alarm!\"}"], ["created_at", "2016-10-07 18:56:45.998172"], ["updated_at", "2016-10-07 18:56:45.998172"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi saepe totam et quos laudantium.\",\"body\":\"Connecting the bandwidth won't do anything, we need to compress the solid state ram firewall!\"}"], ["created_at", "2016-10-07 18:56:46.000720"], ["updated_at", "2016-10-07 18:56:46.000720"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores nesciunt rerum.\",\"body\":\"We need to index the open-source HTTP bus!\"}"], ["created_at", "2016-10-07 18:56:46.002652"], ["updated_at", "2016-10-07 18:56:46.002652"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eum est cumque repellat ut facere.\",\"body\":\"You can't input the microchip without calculating the multi-byte PNG hard drive!\"}"], ["created_at", "2016-10-07 18:56:46.004333"], ["updated_at", "2016-10-07 18:56:46.004333"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam adipisci suscipit nisi quos rerum.\",\"body\":\"Try to compress the HDD sensor, maybe it will compress the online matrix!\"}"], ["created_at", "2016-10-07 18:56:46.005937"], ["updated_at", "2016-10-07 18:56:46.005937"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas cumque perspiciatis debitis molestias ut eos quo.\",\"body\":\"Try to back up the TCP capacitor, maybe it will copy the primary array!\"}"], ["created_at", "2016-10-07 18:56:46.008700"], ["updated_at", "2016-10-07 18:56:46.008700"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis vero et voluptatibus blanditiis quos ut qui.\",\"body\":\"You can't synthesize the protocol without generating the haptic SDD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:46.012512"], ["updated_at", "2016-10-07 18:56:46.012512"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit autem sint autem.\",\"body\":\"The SMS panel is down, parse the virtual feed so we can back up the SCSI matrix!\"}"], ["created_at", "2016-10-07 18:56:46.015567"], ["updated_at", "2016-10-07 18:56:46.015567"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore nostrum quis suscipit.\",\"body\":\"I'll program the auxiliary HTTP transmitter, that should bandwidth the TCP port!\"}"], ["created_at", "2016-10-07 18:56:46.017348"], ["updated_at", "2016-10-07 18:56:46.017348"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut tempore dicta expedita quibusdam autem quia.\",\"body\":\"Copying the card won't do anything, we need to override the online scsi driver!\"}"], ["created_at", "2016-10-07 18:56:46.018975"], ["updated_at", "2016-10-07 18:56:46.018975"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere architecto enim at quidem.\",\"body\":\"Compressing the card won't do anything, we need to hack the auxiliary scsi circuit!\"}"], ["created_at", "2016-10-07 18:56:46.020562"], ["updated_at", "2016-10-07 18:56:46.020562"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor voluptate sunt culpa maxime magni.\",\"body\":\"If we navigate the driver, we can get to the ADP monitor through the cross-platform SMTP port!\"}"], ["created_at", "2016-10-07 18:56:46.023409"], ["updated_at", "2016-10-07 18:56:46.023409"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta sunt quia similique.\",\"body\":\"Try to back up the JBOD port, maybe it will parse the primary panel!\"}"], ["created_at", "2016-10-07 18:56:46.024981"], ["updated_at", "2016-10-07 18:56:46.024981"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ipsum id omnis nulla in culpa minima.\",\"body\":\"You can't connect the transmitter without hacking the mobile THX program!\"}"], ["created_at", "2016-10-07 18:56:46.026015"], ["updated_at", "2016-10-07 18:56:46.026015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero sed sed vel quis assumenda in ea.\",\"body\":\"Bypassing the protocol won't do anything, we need to bypass the mobile gb port!\"}"], ["created_at", "2016-10-07 18:56:46.027033"], ["updated_at", "2016-10-07 18:56:46.027033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sapiente atque velit.\",\"body\":\"Try to override the RSS microchip, maybe it will reboot the open-source panel!\"}"], ["created_at", "2016-10-07 18:56:46.028013"], ["updated_at", "2016-10-07 18:56:46.028013"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis enim accusantium aut incidunt.\",\"body\":\"Synthesizing the system won't do anything, we need to hack the auxiliary ssl port!\"}"], ["created_at", "2016-10-07 18:56:46.029088"], ["updated_at", "2016-10-07 18:56:46.029088"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus et esse.\",\"body\":\"We need to calculate the back-end AGP sensor!\"}"], ["created_at", "2016-10-07 18:56:46.031252"], ["updated_at", "2016-10-07 18:56:46.031252"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia in quae enim.\",\"body\":\"Try to compress the JBOD capacitor, maybe it will back up the wireless port!\"}"], ["created_at", "2016-10-07 18:56:46.032766"], ["updated_at", "2016-10-07 18:56:46.032766"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed occaecati labore.\",\"body\":\"Generating the protocol won't do anything, we need to bypass the back-end rss array!\"}"], ["created_at", "2016-10-07 18:56:46.033735"], ["updated_at", "2016-10-07 18:56:46.033735"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates nemo quibusdam suscipit.\",\"body\":\"I'll index the online USB bus, that should capacitor the AI panel!\"}"], ["created_at", "2016-10-07 18:56:46.035324"], ["updated_at", "2016-10-07 18:56:46.035324"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque molestiae enim sapiente.\",\"body\":\"We need to index the digital HTTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:46.036943"], ["updated_at", "2016-10-07 18:56:46.036943"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum maxime temporibus expedita.\",\"body\":\"Hacking the microchip won't do anything, we need to input the auxiliary jbod monitor!\"}"], ["created_at", "2016-10-07 18:56:46.039176"], ["updated_at", "2016-10-07 18:56:46.039176"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga odit officiis repellendus omnis consequatur quasi.\",\"body\":\"The SAS interface is down, synthesize the wireless hard drive so we can quantify the PNG port!\"}"], ["created_at", "2016-10-07 18:56:46.042051"], ["updated_at", "2016-10-07 18:56:46.042051"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui facilis sint nihil aspernatur.\",\"body\":\"Programming the port won't do anything, we need to generate the online rss feed!\"}"], ["created_at", "2016-10-07 18:56:46.043624"], ["updated_at", "2016-10-07 18:56:46.043624"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem architecto dolores vero vel aspernatur deleniti dolores.\",\"body\":\"You can't quantify the microchip without indexing the auxiliary AGP sensor!\"}"], ["created_at", "2016-10-07 18:56:46.044649"], ["updated_at", "2016-10-07 18:56:46.044649"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut pariatur iste consequuntur assumenda maiores vel.\",\"body\":\"Use the wireless SDD bandwidth, then you can index the auxiliary application!\"}"], ["created_at", "2016-10-07 18:56:46.045694"], ["updated_at", "2016-10-07 18:56:46.045694"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea iure ut illum ratione illo et.\",\"body\":\"If we copy the monitor, we can get to the HTTP bus through the haptic XSS bus!\"}"], ["created_at", "2016-10-07 18:56:46.048274"], ["updated_at", "2016-10-07 18:56:46.048274"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur dolorem sequi occaecati quod.\",\"body\":\"Try to back up the JSON driver, maybe it will parse the neural monitor!\"}"], ["created_at", "2016-10-07 18:56:46.049968"], ["updated_at", "2016-10-07 18:56:46.049968"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam beatae facere laboriosam laudantium voluptas.\",\"body\":\"You can't synthesize the port without backing up the haptic RSS driver!\"}"], ["created_at", "2016-10-07 18:56:46.051962"], ["updated_at", "2016-10-07 18:56:46.051962"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit corporis quia numquam accusamus voluptate.\",\"body\":\"I'll index the wireless JSON transmitter, that should bus the RSS circuit!\"}"], ["created_at", "2016-10-07 18:56:46.053911"], ["updated_at", "2016-10-07 18:56:46.053911"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia provident ut assumenda quisquam architecto quia vel.\",\"body\":\"Try to parse the XSS driver, maybe it will program the haptic alarm!\"}"], ["created_at", "2016-10-07 18:56:46.057566"], ["updated_at", "2016-10-07 18:56:46.057566"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis atque esse sequi incidunt.\",\"body\":\"The SQL sensor is down, program the digital protocol so we can input the AGP card!\"}"], ["created_at", "2016-10-07 18:56:46.058992"], ["updated_at", "2016-10-07 18:56:46.058992"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et tenetur sit aut perspiciatis.\",\"body\":\"Use the solid state HTTP transmitter, then you can back up the 1080p matrix!\"}"], ["created_at", "2016-10-07 18:56:46.062081"], ["updated_at", "2016-10-07 18:56:46.062081"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis qui reprehenderit vero.\",\"body\":\"You can't synthesize the circuit without navigating the neural AI program!\"}"], ["created_at", "2016-10-07 18:56:46.064530"], ["updated_at", "2016-10-07 18:56:46.064530"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis fugiat enim minima earum non optio.\",\"body\":\"I'll index the back-end THX bandwidth, that should microchip the XSS card!\"}"], ["created_at", "2016-10-07 18:56:46.066363"], ["updated_at", "2016-10-07 18:56:46.066363"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla nihil qui reiciendis molestias aspernatur distinctio perspiciatis.\",\"body\":\"If we generate the interface, we can get to the SDD interface through the cross-platform SAS firewall!\"}"], ["created_at", "2016-10-07 18:56:46.068364"], ["updated_at", "2016-10-07 18:56:46.068364"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat et quisquam sit libero ea deleniti ipsum.\",\"body\":\"You can't back up the application without backing up the multi-byte JBOD hard drive!\"}"], ["created_at", "2016-10-07 18:56:46.070195"], ["updated_at", "2016-10-07 18:56:46.070195"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint distinctio et qui et odio asperiores pariatur.\",\"body\":\"We need to hack the online GB matrix!\"}"], ["created_at", "2016-10-07 18:56:46.072006"], ["updated_at", "2016-10-07 18:56:46.072006"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur est saepe omnis.\",\"body\":\"I'll navigate the primary SCSI system, that should application the XML monitor!\"}"], ["created_at", "2016-10-07 18:56:46.073897"], ["updated_at", "2016-10-07 18:56:46.073897"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates eligendi et sunt et rerum.\",\"body\":\"The XML protocol is down, navigate the digital circuit so we can override the HTTP circuit!\"}"], ["created_at", "2016-10-07 18:56:46.075715"], ["updated_at", "2016-10-07 18:56:46.075715"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores eum velit.\",\"body\":\"Parsing the application won't do anything, we need to index the cross-platform sdd capacitor!\"}"], ["created_at", "2016-10-07 18:56:46.077735"], ["updated_at", "2016-10-07 18:56:46.077735"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil dolor ea fugiat et provident a.\",\"body\":\"If we index the bus, we can get to the RSS feed through the digital USB feed!\"}"], ["created_at", "2016-10-07 18:56:46.081415"], ["updated_at", "2016-10-07 18:56:46.081415"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis quis odit explicabo ad voluptate numquam.\",\"body\":\"I'll index the online XML firewall, that should transmitter the HTTP array!\"}"], ["created_at", "2016-10-07 18:56:46.084264"], ["updated_at", "2016-10-07 18:56:46.084264"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis laudantium mollitia.\",\"body\":\"Try to compress the RAM panel, maybe it will reboot the wireless panel!\"}"], ["created_at", "2016-10-07 18:56:46.086189"], ["updated_at", "2016-10-07 18:56:46.086189"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium placeat excepturi fugit modi aspernatur aperiam velit.\",\"body\":\"The AI feed is down, connect the open-source pixel so we can reboot the CSS application!\"}"], ["created_at", "2016-10-07 18:56:46.089679"], ["updated_at", "2016-10-07 18:56:46.089679"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure et ab officia optio animi ut sapiente.\",\"body\":\"Generating the bandwidth won't do anything, we need to synthesize the optical ftp bus!\"}"], ["created_at", "2016-10-07 18:56:46.093014"], ["updated_at", "2016-10-07 18:56:46.093014"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam quis nostrum minus explicabo quia.\",\"body\":\"The RAM system is down, connect the primary pixel so we can generate the HTTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:46.094978"], ["updated_at", "2016-10-07 18:56:46.094978"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati laborum molestiae autem quibusdam ratione.\",\"body\":\"The JBOD application is down, generate the solid state application so we can compress the HDD firewall!\"}"], ["created_at", "2016-10-07 18:56:46.097889"], ["updated_at", "2016-10-07 18:56:46.097889"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore quisquam omnis quis enim.\",\"body\":\"Connecting the program won't do anything, we need to program the back-end sms panel!\"}"], ["created_at", "2016-10-07 18:56:46.102363"], ["updated_at", "2016-10-07 18:56:46.102363"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia non ea officiis molestias ad est.\",\"body\":\"If we program the system, we can get to the SDD firewall through the mobile XSS driver!\"}"], ["created_at", "2016-10-07 18:56:46.104698"], ["updated_at", "2016-10-07 18:56:46.104698"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci quia quaerat.\",\"body\":\"You can't quantify the microchip without hacking the wireless GB panel!\"}"], ["created_at", "2016-10-07 18:56:46.106766"], ["updated_at", "2016-10-07 18:56:46.106766"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet ut recusandae aliquam nostrum rerum nobis.\",\"body\":\"I'll parse the wireless SDD bus, that should sensor the ADP circuit!\"}"], ["created_at", "2016-10-07 18:56:46.108910"], ["updated_at", "2016-10-07 18:56:46.108910"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quos suscipit ut dignissimos id aut.\",\"body\":\"You can't bypass the array without backing up the wireless JBOD pixel!\"}"], ["created_at", "2016-10-07 18:56:46.111005"], ["updated_at", "2016-10-07 18:56:46.111005"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui molestias vel sint voluptates.\",\"body\":\"Use the neural IB sensor, then you can hack the digital port!\"}"], ["created_at", "2016-10-07 18:56:46.112812"], ["updated_at", "2016-10-07 18:56:46.112812"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sunt sint voluptatem.\",\"body\":\"The PCI array is down, index the multi-byte alarm so we can transmit the GB panel!\"}"], ["created_at", "2016-10-07 18:56:46.114556"], ["updated_at", "2016-10-07 18:56:46.114556"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis ducimus qui et.\",\"body\":\"The HTTP matrix is down, input the auxiliary hard drive so we can generate the XSS array!\"}"], ["created_at", "2016-10-07 18:56:46.116565"], ["updated_at", "2016-10-07 18:56:46.116565"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias facilis molestiae nam consectetur quis voluptatem accusantium.\",\"body\":\"You can't hack the card without copying the wireless XML system!\"}"], ["created_at", "2016-10-07 18:56:46.118857"], ["updated_at", "2016-10-07 18:56:46.118857"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum sapiente esse voluptas.\",\"body\":\"The RAM system is down, navigate the primary program so we can compress the XML microchip!\"}"], ["created_at", "2016-10-07 18:56:46.120939"], ["updated_at", "2016-10-07 18:56:46.120939"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed aperiam voluptas in.\",\"body\":\"You can't quantify the matrix without transmitting the auxiliary SAS matrix!\"}"], ["created_at", "2016-10-07 18:56:46.123865"], ["updated_at", "2016-10-07 18:56:46.123865"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptas earum exercitationem expedita natus.\",\"body\":\"We need to transmit the back-end SQL protocol!\"}"], ["created_at", "2016-10-07 18:56:46.128252"], ["updated_at", "2016-10-07 18:56:46.128252"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur tempora deserunt accusamus soluta numquam.\",\"body\":\"Use the wireless RSS microchip, then you can copy the digital capacitor!\"}"], ["created_at", "2016-10-07 18:56:46.132048"], ["updated_at", "2016-10-07 18:56:46.132048"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit delectus laudantium voluptate.\",\"body\":\"We need to transmit the redundant ADP monitor!\"}"], ["created_at", "2016-10-07 18:56:46.134720"], ["updated_at", "2016-10-07 18:56:46.134720"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non veritatis vel provident sed in numquam sit.\",\"body\":\"If we index the monitor, we can get to the XSS circuit through the virtual SMTP system!\"}"], ["created_at", "2016-10-07 18:56:46.138741"], ["updated_at", "2016-10-07 18:56:46.138741"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo soluta nemo qui odit.\",\"body\":\"If we connect the hard drive, we can get to the COM interface through the bluetooth SDD card!\"}"], ["created_at", "2016-10-07 18:56:46.142885"], ["updated_at", "2016-10-07 18:56:46.142885"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi temporibus vitae sit.\",\"body\":\"We need to parse the digital RSS system!\"}"], ["created_at", "2016-10-07 18:56:46.146062"], ["updated_at", "2016-10-07 18:56:46.146062"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto cum occaecati explicabo eaque.\",\"body\":\"Use the virtual RAM monitor, then you can override the redundant protocol!\"}"], ["created_at", "2016-10-07 18:56:46.147548"], ["updated_at", "2016-10-07 18:56:46.147548"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque eos veritatis aut.\",\"body\":\"Use the redundant FTP panel, then you can generate the haptic driver!\"}"], ["created_at", "2016-10-07 18:56:46.148621"], ["updated_at", "2016-10-07 18:56:46.148621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae qui dolor nemo voluptas minus.\",\"body\":\"Try to copy the IB program, maybe it will generate the virtual circuit!\"}"], ["created_at", "2016-10-07 18:56:46.149662"], ["updated_at", "2016-10-07 18:56:46.149662"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi consequatur aliquam doloremque delectus.\",\"body\":\"Synthesizing the monitor won't do anything, we need to index the wireless css transmitter!\"}"], ["created_at", "2016-10-07 18:56:46.150811"], ["updated_at", "2016-10-07 18:56:46.150811"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur ea qui.\",\"body\":\"Try to index the SQL firewall, maybe it will parse the multi-byte program!\"}"], ["created_at", "2016-10-07 18:56:46.154697"], ["updated_at", "2016-10-07 18:56:46.154697"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis qui ut placeat sit amet ut.\",\"body\":\"We need to hack the wireless SSL application!\"}"], ["created_at", "2016-10-07 18:56:46.158795"], ["updated_at", "2016-10-07 18:56:46.158795"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque adipisci ex non aut.\",\"body\":\"Try to copy the COM program, maybe it will override the solid state sensor!\"}"], ["created_at", "2016-10-07 18:56:46.162584"], ["updated_at", "2016-10-07 18:56:46.162584"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem molestiae atque modi.\",\"body\":\"You can't compress the firewall without hacking the solid state XML array!\"}"], ["created_at", "2016-10-07 18:56:46.163840"], ["updated_at", "2016-10-07 18:56:46.163840"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam iure doloremque dignissimos error.\",\"body\":\"Try to index the SMS bus, maybe it will compress the optical transmitter!\"}"], ["created_at", "2016-10-07 18:56:46.164864"], ["updated_at", "2016-10-07 18:56:46.164864"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente numquam veniam.\",\"body\":\"We need to synthesize the bluetooth THX bus!\"}"], ["created_at", "2016-10-07 18:56:46.165865"], ["updated_at", "2016-10-07 18:56:46.165865"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui non molestiae ut ut sequi.\",\"body\":\"Try to connect the COM system, maybe it will compress the solid state sensor!\"}"], ["created_at", "2016-10-07 18:56:46.166914"], ["updated_at", "2016-10-07 18:56:46.166914"]] SQL (0.6ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quis sed.\",\"body\":\"Try to compress the CSS circuit, maybe it will connect the solid state circuit!\"}"], ["created_at", "2016-10-07 18:56:46.168689"], ["updated_at", "2016-10-07 18:56:46.168689"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque ratione placeat quo.\",\"body\":\"I'll quantify the online GB bandwidth, that should circuit the IB circuit!\"}"], ["created_at", "2016-10-07 18:56:46.172227"], ["updated_at", "2016-10-07 18:56:46.172227"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit aut quae qui cumque.\",\"body\":\"If we compress the bus, we can get to the TCP monitor through the wireless TCP transmitter!\"}"], ["created_at", "2016-10-07 18:56:46.173418"], ["updated_at", "2016-10-07 18:56:46.173418"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo quibusdam consequatur qui voluptas et error.\",\"body\":\"Indexing the protocol won't do anything, we need to navigate the online http circuit!\"}"], ["created_at", "2016-10-07 18:56:46.175288"], ["updated_at", "2016-10-07 18:56:46.175288"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas nihil praesentium quia et.\",\"body\":\"I'll input the auxiliary CSS card, that should array the XSS port!\"}"], ["created_at", "2016-10-07 18:56:46.177346"], ["updated_at", "2016-10-07 18:56:46.177346"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda nulla laborum eum eveniet.\",\"body\":\"You can't program the port without bypassing the 1080p RSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:46.179066"], ["updated_at", "2016-10-07 18:56:46.179066"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum voluptas impedit modi illum quas.\",\"body\":\"The SDD monitor is down, copy the open-source port so we can bypass the SQL application!\"}"], ["created_at", "2016-10-07 18:56:46.181152"], ["updated_at", "2016-10-07 18:56:46.181152"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat nemo molestiae consequatur est.\",\"body\":\"The HDD array is down, generate the cross-platform bandwidth so we can index the IB microchip!\"}"], ["created_at", "2016-10-07 18:56:46.183122"], ["updated_at", "2016-10-07 18:56:46.183122"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum ad ipsam accusamus totam pariatur eos voluptate.\",\"body\":\"You can't program the system without hacking the 1080p PNG matrix!\"}"], ["created_at", "2016-10-07 18:56:46.185195"], ["updated_at", "2016-10-07 18:56:46.185195"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id molestias esse est nostrum error.\",\"body\":\"Compressing the feed won't do anything, we need to input the multi-byte http capacitor!\"}"], ["created_at", "2016-10-07 18:56:46.187213"], ["updated_at", "2016-10-07 18:56:46.187213"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita ipsa nihil ut.\",\"body\":\"You can't compress the alarm without transmitting the primary IB system!\"}"], ["created_at", "2016-10-07 18:56:46.190439"], ["updated_at", "2016-10-07 18:56:46.190439"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam consequatur reprehenderit.\",\"body\":\"If we calculate the capacitor, we can get to the AI firewall through the solid state RAM bus!\"}"], ["created_at", "2016-10-07 18:56:46.196694"], ["updated_at", "2016-10-07 18:56:46.196694"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus saepe ipsa.\",\"body\":\"We need to parse the cross-platform COM hard drive!\"}"], ["created_at", "2016-10-07 18:56:46.202705"], ["updated_at", "2016-10-07 18:56:46.202705"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est unde occaecati porro aspernatur facere error velit.\",\"body\":\"We need to compress the optical XML bus!\"}"], ["created_at", "2016-10-07 18:56:46.206321"], ["updated_at", "2016-10-07 18:56:46.206321"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis quo voluptatem.\",\"body\":\"Parsing the circuit won't do anything, we need to input the mobile xml driver!\"}"], ["created_at", "2016-10-07 18:56:46.210449"], ["updated_at", "2016-10-07 18:56:46.210449"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et neque harum facere aperiam.\",\"body\":\"I'll generate the open-source ADP bandwidth, that should circuit the RAM monitor!\"}"], ["created_at", "2016-10-07 18:56:46.212097"], ["updated_at", "2016-10-07 18:56:46.212097"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere asperiores quia iste voluptas qui aut quia.\",\"body\":\"Try to index the SCSI program, maybe it will back up the virtual driver!\"}"], ["created_at", "2016-10-07 18:56:46.213352"], ["updated_at", "2016-10-07 18:56:46.213352"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni voluptatem aspernatur adipisci sequi autem veniam.\",\"body\":\"The XSS program is down, copy the cross-platform microchip so we can bypass the JBOD capacitor!\"}"], ["created_at", "2016-10-07 18:56:46.214440"], ["updated_at", "2016-10-07 18:56:46.214440"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed voluptates exercitationem et et laudantium praesentium.\",\"body\":\"The COM hard drive is down, input the back-end interface so we can copy the SCSI pixel!\"}"], ["created_at", "2016-10-07 18:56:46.215572"], ["updated_at", "2016-10-07 18:56:46.215572"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat voluptas laborum.\",\"body\":\"I'll index the cross-platform SMTP pixel, that should program the RSS firewall!\"}"], ["created_at", "2016-10-07 18:56:46.216693"], ["updated_at", "2016-10-07 18:56:46.216693"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum et voluptas quam.\",\"body\":\"If we navigate the protocol, we can get to the SAS transmitter through the haptic PNG protocol!\"}"], ["created_at", "2016-10-07 18:56:46.218285"], ["updated_at", "2016-10-07 18:56:46.218285"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus est omnis et commodi adipisci magnam.\",\"body\":\"Programming the driver won't do anything, we need to quantify the haptic css alarm!\"}"], ["created_at", "2016-10-07 18:56:46.220306"], ["updated_at", "2016-10-07 18:56:46.220306"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit doloribus pariatur ex.\",\"body\":\"If we hack the sensor, we can get to the SSL program through the haptic HTTP matrix!\"}"], ["created_at", "2016-10-07 18:56:46.221510"], ["updated_at", "2016-10-07 18:56:46.221510"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi non ab recusandae sed delectus explicabo.\",\"body\":\"Try to compress the CSS system, maybe it will synthesize the haptic bus!\"}"], ["created_at", "2016-10-07 18:56:46.223084"], ["updated_at", "2016-10-07 18:56:46.223084"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores qui qui aliquid.\",\"body\":\"You can't override the array without generating the back-end AGP sensor!\"}"], ["created_at", "2016-10-07 18:56:46.227425"], ["updated_at", "2016-10-07 18:56:46.227425"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis alias dolores saepe ipsa accusantium laboriosam.\",\"body\":\"Use the primary RSS driver, then you can generate the multi-byte array!\"}"], ["created_at", "2016-10-07 18:56:46.231966"], ["updated_at", "2016-10-07 18:56:46.231966"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus unde ipsam.\",\"body\":\"The SCSI circuit is down, index the mobile monitor so we can connect the SMS panel!\"}"], ["created_at", "2016-10-07 18:56:46.235402"], ["updated_at", "2016-10-07 18:56:46.235402"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores tempore libero.\",\"body\":\"Use the back-end AI bus, then you can navigate the multi-byte hard drive!\"}"], ["created_at", "2016-10-07 18:56:46.239043"], ["updated_at", "2016-10-07 18:56:46.239043"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente repellendus illum sed accusamus et pariatur.\",\"body\":\"Try to parse the SMTP panel, maybe it will compress the 1080p bandwidth!\"}"], ["created_at", "2016-10-07 18:56:46.240309"], ["updated_at", "2016-10-07 18:56:46.240309"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est rem est repellat ea consequatur ab voluptatem.\",\"body\":\"We need to calculate the open-source FTP program!\"}"], ["created_at", "2016-10-07 18:56:46.242337"], ["updated_at", "2016-10-07 18:56:46.242337"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ut autem dolores suscipit voluptatem est.\",\"body\":\"Try to back up the HTTP firewall, maybe it will quantify the solid state interface!\"}"], ["created_at", "2016-10-07 18:56:46.244494"], ["updated_at", "2016-10-07 18:56:46.244494"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui accusantium itaque amet excepturi.\",\"body\":\"Use the virtual SAS card, then you can back up the online firewall!\"}"], ["created_at", "2016-10-07 18:56:46.246609"], ["updated_at", "2016-10-07 18:56:46.246609"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus nesciunt eius.\",\"body\":\"If we synthesize the sensor, we can get to the JBOD alarm through the mobile RAM application!\"}"], ["created_at", "2016-10-07 18:56:46.248335"], ["updated_at", "2016-10-07 18:56:46.248335"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quia pariatur quam et consequatur.\",\"body\":\"Use the wireless SMTP firewall, then you can generate the optical firewall!\"}"], ["created_at", "2016-10-07 18:56:46.251353"], ["updated_at", "2016-10-07 18:56:46.251353"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam laborum officia quia.\",\"body\":\"Compressing the transmitter won't do anything, we need to parse the cross-platform ram bus!\"}"], ["created_at", "2016-10-07 18:56:46.257341"], ["updated_at", "2016-10-07 18:56:46.257341"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni omnis tempora occaecati.\",\"body\":\"You can't transmit the driver without hacking the neural SCSI monitor!\"}"], ["created_at", "2016-10-07 18:56:46.261985"], ["updated_at", "2016-10-07 18:56:46.261985"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit magni voluptates veritatis.\",\"body\":\"Copying the port won't do anything, we need to input the solid state scsi feed!\"}"], ["created_at", "2016-10-07 18:56:46.266059"], ["updated_at", "2016-10-07 18:56:46.266059"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas porro quia distinctio eius necessitatibus.\",\"body\":\"We need to bypass the auxiliary HTTP driver!\"}"], ["created_at", "2016-10-07 18:56:46.267439"], ["updated_at", "2016-10-07 18:56:46.267439"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui beatae sit accusamus suscipit laborum quisquam.\",\"body\":\"Try to input the CSS bandwidth, maybe it will hack the solid state interface!\"}"], ["created_at", "2016-10-07 18:56:46.271667"], ["updated_at", "2016-10-07 18:56:46.271667"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio doloremque ducimus.\",\"body\":\"Synthesizing the pixel won't do anything, we need to compress the redundant pci hard drive!\"}"], ["created_at", "2016-10-07 18:56:46.273748"], ["updated_at", "2016-10-07 18:56:46.273748"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis nam tenetur dolores.\",\"body\":\"The HTTP driver is down, bypass the 1080p pixel so we can compress the XSS bus!\"}"], ["created_at", "2016-10-07 18:56:46.275197"], ["updated_at", "2016-10-07 18:56:46.275197"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam a culpa laboriosam neque quia explicabo.\",\"body\":\"You can't index the card without generating the solid state USB program!\"}"], ["created_at", "2016-10-07 18:56:46.276404"], ["updated_at", "2016-10-07 18:56:46.276404"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus et ullam fugiat.\",\"body\":\"The SMS card is down, hack the auxiliary program so we can back up the XSS bus!\"}"], ["created_at", "2016-10-07 18:56:46.277447"], ["updated_at", "2016-10-07 18:56:46.277447"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit velit et est et minima consequuntur.\",\"body\":\"If we generate the bandwidth, we can get to the PNG hard drive through the mobile EXE card!\"}"], ["created_at", "2016-10-07 18:56:46.278518"], ["updated_at", "2016-10-07 18:56:46.278518"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum placeat sapiente et sunt sint.\",\"body\":\"I'll back up the digital JSON panel, that should transmitter the FTP transmitter!\"}"], ["created_at", "2016-10-07 18:56:46.279630"], ["updated_at", "2016-10-07 18:56:46.279630"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam pariatur dignissimos.\",\"body\":\"The JBOD interface is down, navigate the primary circuit so we can input the SSL driver!\"}"], ["created_at", "2016-10-07 18:56:46.282079"], ["updated_at", "2016-10-07 18:56:46.282079"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est impedit aut repellendus.\",\"body\":\"I'll back up the wireless THX application, that should system the RAM microchip!\"}"], ["created_at", "2016-10-07 18:56:46.287724"], ["updated_at", "2016-10-07 18:56:46.287724"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dolor cum sit dolore amet voluptatem sapiente.\",\"body\":\"We need to calculate the open-source TCP array!\"}"], ["created_at", "2016-10-07 18:56:46.291795"], ["updated_at", "2016-10-07 18:56:46.291795"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus non dolor asperiores eligendi enim dolorem beatae.\",\"body\":\"If we generate the hard drive, we can get to the XML alarm through the primary RSS microchip!\"}"], ["created_at", "2016-10-07 18:56:46.293468"], ["updated_at", "2016-10-07 18:56:46.293468"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo repellat eum.\",\"body\":\"The IB port is down, reboot the primary panel so we can connect the EXE circuit!\"}"], ["created_at", "2016-10-07 18:56:46.294964"], ["updated_at", "2016-10-07 18:56:46.294964"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque est voluptatem.\",\"body\":\"I'll compress the digital SMS system, that should system the TCP protocol!\"}"], ["created_at", "2016-10-07 18:56:46.296373"], ["updated_at", "2016-10-07 18:56:46.296373"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non reiciendis minus soluta molestias iste magni recusandae.\",\"body\":\"We need to quantify the multi-byte XML program!\"}"], ["created_at", "2016-10-07 18:56:46.297504"], ["updated_at", "2016-10-07 18:56:46.297504"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos dolor nostrum id aut.\",\"body\":\"I'll back up the optical SSL pixel, that should sensor the HDD firewall!\"}"], ["created_at", "2016-10-07 18:56:46.298919"], ["updated_at", "2016-10-07 18:56:46.298919"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus quidem earum et hic laudantium.\",\"body\":\"The HTTP bandwidth is down, reboot the digital card so we can copy the SSL matrix!\"}"], ["created_at", "2016-10-07 18:56:46.302096"], ["updated_at", "2016-10-07 18:56:46.302096"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio est dolores dolorem voluptas sequi perferendis.\",\"body\":\"You can't generate the pixel without compressing the 1080p PNG interface!\"}"], ["created_at", "2016-10-07 18:56:46.308052"], ["updated_at", "2016-10-07 18:56:46.308052"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est occaecati quasi et.\",\"body\":\"Try to hack the EXE feed, maybe it will program the open-source bandwidth!\"}"], ["created_at", "2016-10-07 18:56:46.312293"], ["updated_at", "2016-10-07 18:56:46.312293"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel et corrupti sed consequatur quia.\",\"body\":\"I'll calculate the online AI port, that should bandwidth the HDD port!\"}"], ["created_at", "2016-10-07 18:56:46.313958"], ["updated_at", "2016-10-07 18:56:46.313958"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora non et eos est soluta qui.\",\"body\":\"We need to reboot the solid state XML alarm!\"}"], ["created_at", "2016-10-07 18:56:46.315475"], ["updated_at", "2016-10-07 18:56:46.315475"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et blanditiis quasi vel.\",\"body\":\"Parsing the feed won't do anything, we need to reboot the auxiliary tcp transmitter!\"}"], ["created_at", "2016-10-07 18:56:46.316589"], ["updated_at", "2016-10-07 18:56:46.316589"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel numquam debitis asperiores iusto sequi nisi et.\",\"body\":\"We need to back up the primary SDD array!\"}"], ["created_at", "2016-10-07 18:56:46.317988"], ["updated_at", "2016-10-07 18:56:46.317988"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores vel velit.\",\"body\":\"The RAM card is down, transmit the back-end capacitor so we can hack the XML hard drive!\"}"], ["created_at", "2016-10-07 18:56:46.321625"], ["updated_at", "2016-10-07 18:56:46.321625"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae sed nulla autem qui perspiciatis.\",\"body\":\"We need to calculate the auxiliary EXE port!\"}"], ["created_at", "2016-10-07 18:56:46.322981"], ["updated_at", "2016-10-07 18:56:46.322981"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ullam error ducimus sit illo qui.\",\"body\":\"If we navigate the program, we can get to the RSS firewall through the solid state USB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:46.324476"], ["updated_at", "2016-10-07 18:56:46.324476"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum dolore cumque magni porro.\",\"body\":\"We need to program the haptic JSON capacitor!\"}"], ["created_at", "2016-10-07 18:56:46.326006"], ["updated_at", "2016-10-07 18:56:46.326006"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque delectus optio minima molestiae.\",\"body\":\"I'll bypass the bluetooth SDD transmitter, that should array the HDD pixel!\"}"], ["created_at", "2016-10-07 18:56:46.327297"], ["updated_at", "2016-10-07 18:56:46.327297"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum sed ut quas ducimus fugiat suscipit amet.\",\"body\":\"If we generate the circuit, we can get to the JSON application through the neural IB circuit!\"}"], ["created_at", "2016-10-07 18:56:46.328410"], ["updated_at", "2016-10-07 18:56:46.328410"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut dicta eligendi alias eum.\",\"body\":\"I'll generate the redundant XML capacitor, that should driver the FTP firewall!\"}"], ["created_at", "2016-10-07 18:56:46.329504"], ["updated_at", "2016-10-07 18:56:46.329504"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum omnis qui provident molestiae culpa.\",\"body\":\"If we bypass the interface, we can get to the RAM alarm through the 1080p RAM system!\"}"], ["created_at", "2016-10-07 18:56:46.333845"], ["updated_at", "2016-10-07 18:56:46.333845"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium incidunt officiis.\",\"body\":\"We need to navigate the wireless JBOD bus!\"}"], ["created_at", "2016-10-07 18:56:46.338547"], ["updated_at", "2016-10-07 18:56:46.338547"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere quidem vero consequatur illum.\",\"body\":\"The SMTP protocol is down, compress the open-source firewall so we can bypass the FTP card!\"}"], ["created_at", "2016-10-07 18:56:46.343189"], ["updated_at", "2016-10-07 18:56:46.343189"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo quos incidunt saepe repellat voluptas consectetur.\",\"body\":\"The PNG pixel is down, input the bluetooth panel so we can program the THX card!\"}"], ["created_at", "2016-10-07 18:56:46.344576"], ["updated_at", "2016-10-07 18:56:46.344576"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum eveniet optio et quis quod consequatur qui.\",\"body\":\"Compressing the alarm won't do anything, we need to override the multi-byte json bus!\"}"], ["created_at", "2016-10-07 18:56:46.345713"], ["updated_at", "2016-10-07 18:56:46.345713"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt ea quo aut qui unde error.\",\"body\":\"I'll calculate the bluetooth RSS array, that should array the SDD array!\"}"], ["created_at", "2016-10-07 18:56:46.346747"], ["updated_at", "2016-10-07 18:56:46.346747"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae quas hic sunt perferendis.\",\"body\":\"You can't parse the bandwidth without overriding the solid state RAM circuit!\"}"], ["created_at", "2016-10-07 18:56:46.347835"], ["updated_at", "2016-10-07 18:56:46.347835"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est nemo et et sunt ut numquam.\",\"body\":\"We need to parse the primary SMTP application!\"}"], ["created_at", "2016-10-07 18:56:46.348798"], ["updated_at", "2016-10-07 18:56:46.348798"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In aut reprehenderit ducimus.\",\"body\":\"Try to bypass the SAS application, maybe it will transmit the multi-byte microchip!\"}"], ["created_at", "2016-10-07 18:56:46.349714"], ["updated_at", "2016-10-07 18:56:46.349714"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In libero et rerum nulla.\",\"body\":\"Use the haptic XML sensor, then you can parse the bluetooth matrix!\"}"], ["created_at", "2016-10-07 18:56:46.350863"], ["updated_at", "2016-10-07 18:56:46.350863"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus necessitatibus eaque omnis.\",\"body\":\"You can't index the system without synthesizing the online RSS array!\"}"], ["created_at", "2016-10-07 18:56:46.354849"], ["updated_at", "2016-10-07 18:56:46.354849"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis perferendis asperiores reprehenderit sunt ullam tempora consequatur.\",\"body\":\"I'll quantify the bluetooth SQL bus, that should monitor the RAM alarm!\"}"], ["created_at", "2016-10-07 18:56:46.356473"], ["updated_at", "2016-10-07 18:56:46.356473"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem voluptas earum nihil.\",\"body\":\"Use the redundant IB capacitor, then you can generate the virtual program!\"}"], ["created_at", "2016-10-07 18:56:46.357579"], ["updated_at", "2016-10-07 18:56:46.357579"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates repellendus quae hic pariatur cum sed sint.\",\"body\":\"If we program the system, we can get to the THX array through the primary EXE array!\"}"], ["created_at", "2016-10-07 18:56:46.358652"], ["updated_at", "2016-10-07 18:56:46.358652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem dolores nulla nobis maiores ea quibusdam.\",\"body\":\"You can't bypass the array without bypassing the back-end HTTP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:46.359666"], ["updated_at", "2016-10-07 18:56:46.359666"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et consequatur dicta perspiciatis distinctio.\",\"body\":\"You can't input the feed without programming the multi-byte SSL interface!\"}"], ["created_at", "2016-10-07 18:56:46.360597"], ["updated_at", "2016-10-07 18:56:46.360597"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat omnis est quis quia.\",\"body\":\"Use the wireless SDD pixel, then you can compress the haptic hard drive!\"}"], ["created_at", "2016-10-07 18:56:46.361548"], ["updated_at", "2016-10-07 18:56:46.361548"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quisquam voluptates earum a et dignissimos minus.\",\"body\":\"I'll generate the haptic JSON capacitor, that should card the SQL capacitor!\"}"], ["created_at", "2016-10-07 18:56:46.362480"], ["updated_at", "2016-10-07 18:56:46.362480"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit voluptas voluptatem nostrum assumenda molestiae.\",\"body\":\"If we copy the monitor, we can get to the EXE monitor through the haptic USB program!\"}"], ["created_at", "2016-10-07 18:56:46.364696"], ["updated_at", "2016-10-07 18:56:46.364696"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi possimus optio voluptates totam voluptas enim.\",\"body\":\"If we quantify the pixel, we can get to the JSON pixel through the virtual RAM interface!\"}"], ["created_at", "2016-10-07 18:56:46.368488"], ["updated_at", "2016-10-07 18:56:46.368488"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima sint consequatur distinctio placeat eum aut.\",\"body\":\"If we parse the sensor, we can get to the IB transmitter through the 1080p FTP driver!\"}"], ["created_at", "2016-10-07 18:56:46.371933"], ["updated_at", "2016-10-07 18:56:46.371933"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui est aut.\",\"body\":\"You can't parse the feed without copying the auxiliary SMTP program!\"}"], ["created_at", "2016-10-07 18:56:46.375262"], ["updated_at", "2016-10-07 18:56:46.375262"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias dolorem rerum.\",\"body\":\"I'll quantify the virtual SDD array, that should hard drive the JBOD monitor!\"}"], ["created_at", "2016-10-07 18:56:46.376485"], ["updated_at", "2016-10-07 18:56:46.376485"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus quis nihil et non accusantium aut itaque.\",\"body\":\"Programming the system won't do anything, we need to generate the 1080p http bus!\"}"], ["created_at", "2016-10-07 18:56:46.377521"], ["updated_at", "2016-10-07 18:56:46.377521"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque qui et minus rem amet.\",\"body\":\"Use the online COM firewall, then you can compress the virtual panel!\"}"], ["created_at", "2016-10-07 18:56:46.378681"], ["updated_at", "2016-10-07 18:56:46.378681"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum veritatis aut eos qui.\",\"body\":\"Synthesizing the array won't do anything, we need to synthesize the back-end exe port!\"}"], ["created_at", "2016-10-07 18:56:46.380436"], ["updated_at", "2016-10-07 18:56:46.380436"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem perferendis praesentium laborum natus.\",\"body\":\"If we parse the interface, we can get to the TCP matrix through the wireless CSS pixel!\"}"], ["created_at", "2016-10-07 18:56:46.381950"], ["updated_at", "2016-10-07 18:56:46.381950"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa quia in eos expedita exercitationem corporis.\",\"body\":\"We need to parse the online PCI card!\"}"], ["created_at", "2016-10-07 18:56:46.384985"], ["updated_at", "2016-10-07 18:56:46.384985"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni sit laboriosam est officiis molestias placeat dolorem.\",\"body\":\"I'll bypass the optical XSS alarm, that should monitor the XML program!\"}"], ["created_at", "2016-10-07 18:56:46.390104"], ["updated_at", "2016-10-07 18:56:46.390104"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et tempore expedita eos eligendi non nobis dolores.\",\"body\":\"You can't synthesize the alarm without bypassing the virtual AI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:46.394424"], ["updated_at", "2016-10-07 18:56:46.394424"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum quisquam distinctio quo.\",\"body\":\"I'll input the redundant SMTP interface, that should transmitter the SAS feed!\"}"], ["created_at", "2016-10-07 18:56:46.395921"], ["updated_at", "2016-10-07 18:56:46.395921"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis quia cum quas ex ut reiciendis.\",\"body\":\"I'll hack the virtual RSS monitor, that should firewall the COM pixel!\"}"], ["created_at", "2016-10-07 18:56:46.396895"], ["updated_at", "2016-10-07 18:56:46.396895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut nisi nulla est eius perspiciatis iusto.\",\"body\":\"Try to synthesize the PCI capacitor, maybe it will hack the back-end monitor!\"}"], ["created_at", "2016-10-07 18:56:46.397795"], ["updated_at", "2016-10-07 18:56:46.397795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint illo qui.\",\"body\":\"Use the digital AI capacitor, then you can parse the cross-platform transmitter!\"}"], ["created_at", "2016-10-07 18:56:46.398776"], ["updated_at", "2016-10-07 18:56:46.398776"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum architecto dolores.\",\"body\":\"You can't bypass the array without connecting the optical AI hard drive!\"}"], ["created_at", "2016-10-07 18:56:46.399787"], ["updated_at", "2016-10-07 18:56:46.399787"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est impedit natus iste.\",\"body\":\"Use the digital FTP capacitor, then you can quantify the neural sensor!\"}"], ["created_at", "2016-10-07 18:56:46.400987"], ["updated_at", "2016-10-07 18:56:46.400987"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et mollitia aspernatur repellat id.\",\"body\":\"If we copy the application, we can get to the HTTP sensor through the back-end JSON transmitter!\"}"], ["created_at", "2016-10-07 18:56:46.405031"], ["updated_at", "2016-10-07 18:56:46.405031"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quia dolorem dolores inventore architecto modi quasi.\",\"body\":\"We need to hack the wireless COM hard drive!\"}"], ["created_at", "2016-10-07 18:56:46.406573"], ["updated_at", "2016-10-07 18:56:46.406573"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore a deserunt laborum sint.\",\"body\":\"Navigating the circuit won't do anything, we need to synthesize the online agp protocol!\"}"], ["created_at", "2016-10-07 18:56:46.407729"], ["updated_at", "2016-10-07 18:56:46.407729"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae quia nam iusto perferendis sed totam.\",\"body\":\"Use the cross-platform EXE transmitter, then you can program the 1080p driver!\"}"], ["created_at", "2016-10-07 18:56:46.408872"], ["updated_at", "2016-10-07 18:56:46.408872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas suscipit labore rerum id perspiciatis nisi fugit.\",\"body\":\"Use the neural SQL card, then you can synthesize the redundant monitor!\"}"], ["created_at", "2016-10-07 18:56:46.409937"], ["updated_at", "2016-10-07 18:56:46.409937"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam fugiat earum facilis provident labore.\",\"body\":\"The EXE monitor is down, synthesize the digital application so we can parse the SAS transmitter!\"}"], ["created_at", "2016-10-07 18:56:46.411010"], ["updated_at", "2016-10-07 18:56:46.411010"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi ut similique quibusdam libero quidem et.\",\"body\":\"Navigating the alarm won't do anything, we need to synthesize the 1080p pci sensor!\"}"], ["created_at", "2016-10-07 18:56:46.412029"], ["updated_at", "2016-10-07 18:56:46.412029"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quaerat eos pariatur ipsa vero et alias.\",\"body\":\"The AGP alarm is down, bypass the wireless pixel so we can connect the USB system!\"}"], ["created_at", "2016-10-07 18:56:46.413478"], ["updated_at", "2016-10-07 18:56:46.413478"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptate et dicta alias delectus earum.\",\"body\":\"Hacking the bus won't do anything, we need to program the mobile xml hard drive!\"}"], ["created_at", "2016-10-07 18:56:46.416500"], ["updated_at", "2016-10-07 18:56:46.416500"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id aut non molestiae.\",\"body\":\"Use the optical FTP card, then you can override the open-source capacitor!\"}"], ["created_at", "2016-10-07 18:56:46.420649"], ["updated_at", "2016-10-07 18:56:46.420649"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque illo optio at ut est.\",\"body\":\"Generating the system won't do anything, we need to copy the haptic sms protocol!\"}"], ["created_at", "2016-10-07 18:56:46.424894"], ["updated_at", "2016-10-07 18:56:46.424894"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit dolores quidem.\",\"body\":\"I'll calculate the neural AGP microchip, that should transmitter the HTTP pixel!\"}"], ["created_at", "2016-10-07 18:56:46.429420"], ["updated_at", "2016-10-07 18:56:46.429420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo quibusdam asperiores voluptatum.\",\"body\":\"I'll override the multi-byte SMTP program, that should circuit the CSS sensor!\"}"], ["created_at", "2016-10-07 18:56:46.430785"], ["updated_at", "2016-10-07 18:56:46.430785"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptatibus voluptatem vel voluptatum debitis.\",\"body\":\"If we index the application, we can get to the SDD port through the multi-byte SDD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:46.431809"], ["updated_at", "2016-10-07 18:56:46.431809"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nam hic aliquid eligendi.\",\"body\":\"We need to index the neural ADP alarm!\"}"], ["created_at", "2016-10-07 18:56:46.432848"], ["updated_at", "2016-10-07 18:56:46.432848"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt dignissimos et rerum omnis esse.\",\"body\":\"We need to quantify the digital XML array!\"}"], ["created_at", "2016-10-07 18:56:46.433990"], ["updated_at", "2016-10-07 18:56:46.433990"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut occaecati neque magnam fugit odio fugiat cum.\",\"body\":\"Calculating the circuit won't do anything, we need to generate the neural thx program!\"}"], ["created_at", "2016-10-07 18:56:46.438403"], ["updated_at", "2016-10-07 18:56:46.438403"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque beatae veritatis tempora quo magni.\",\"body\":\"Connecting the feed won't do anything, we need to override the bluetooth exe application!\"}"], ["created_at", "2016-10-07 18:56:46.440384"], ["updated_at", "2016-10-07 18:56:46.440384"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit fuga earum hic placeat vel doloribus.\",\"body\":\"You can't copy the system without programming the virtual THX hard drive!\"}"], ["created_at", "2016-10-07 18:56:46.441964"], ["updated_at", "2016-10-07 18:56:46.441964"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus in sapiente deleniti est.\",\"body\":\"Try to connect the JSON bus, maybe it will copy the bluetooth driver!\"}"], ["created_at", "2016-10-07 18:56:46.443573"], ["updated_at", "2016-10-07 18:56:46.443573"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ab aliquid reprehenderit et enim.\",\"body\":\"The PCI card is down, quantify the auxiliary system so we can index the SQL microchip!\"}"], ["created_at", "2016-10-07 18:56:46.444837"], ["updated_at", "2016-10-07 18:56:46.444837"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ex vitae ut quasi sed enim molestias.\",\"body\":\"We need to transmit the neural HTTP panel!\"}"], ["created_at", "2016-10-07 18:56:46.445910"], ["updated_at", "2016-10-07 18:56:46.445910"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti aut animi consectetur.\",\"body\":\"I'll override the 1080p XSS hard drive, that should microchip the HTTP port!\"}"], ["created_at", "2016-10-07 18:56:46.447452"], ["updated_at", "2016-10-07 18:56:46.447452"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui blanditiis vel deserunt in.\",\"body\":\"The ADP interface is down, parse the primary alarm so we can compress the XSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:46.451034"], ["updated_at", "2016-10-07 18:56:46.451034"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum doloribus qui autem.\",\"body\":\"I'll bypass the neural PCI alarm, that should circuit the HDD transmitter!\"}"], ["created_at", "2016-10-07 18:56:46.457843"], ["updated_at", "2016-10-07 18:56:46.457843"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim omnis et iste aut in.\",\"body\":\"If we index the monitor, we can get to the ADP matrix through the primary JBOD matrix!\"}"], ["created_at", "2016-10-07 18:56:46.460457"], ["updated_at", "2016-10-07 18:56:46.460457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora quaerat qui sunt pariatur non iusto velit.\",\"body\":\"You can't transmit the port without overriding the primary PNG panel!\"}"], ["created_at", "2016-10-07 18:56:46.461638"], ["updated_at", "2016-10-07 18:56:46.461638"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque sed ut.\",\"body\":\"We need to calculate the haptic SSL pixel!\"}"], ["created_at", "2016-10-07 18:56:46.462613"], ["updated_at", "2016-10-07 18:56:46.462613"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis beatae doloribus debitis.\",\"body\":\"Use the optical ADP hard drive, then you can calculate the bluetooth array!\"}"], ["created_at", "2016-10-07 18:56:46.463581"], ["updated_at", "2016-10-07 18:56:46.463581"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur et corporis vero neque non consequatur.\",\"body\":\"Calculating the monitor won't do anything, we need to transmit the neural rss port!\"}"], ["created_at", "2016-10-07 18:56:46.464825"], ["updated_at", "2016-10-07 18:56:46.464825"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quisquam minus laudantium itaque labore consequatur et.\",\"body\":\"You can't index the matrix without hacking the solid state USB bus!\"}"], ["created_at", "2016-10-07 18:56:46.465952"], ["updated_at", "2016-10-07 18:56:46.465952"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem omnis in.\",\"body\":\"I'll back up the auxiliary SQL pixel, that should bandwidth the XSS microchip!\"}"], ["created_at", "2016-10-07 18:56:46.466987"], ["updated_at", "2016-10-07 18:56:46.466987"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed unde maiores similique adipisci provident.\",\"body\":\"We need to reboot the wireless SAS capacitor!\"}"], ["created_at", "2016-10-07 18:56:46.469965"], ["updated_at", "2016-10-07 18:56:46.469965"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas nisi quaerat atque impedit minus assumenda perferendis.\",\"body\":\"You can't override the protocol without programming the redundant SMTP application!\"}"], ["created_at", "2016-10-07 18:56:46.475219"], ["updated_at", "2016-10-07 18:56:46.475219"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi exercitationem corporis natus doloribus aut voluptas.\",\"body\":\"I'll back up the virtual CSS feed, that should hard drive the SSL matrix!\"}"], ["created_at", "2016-10-07 18:56:46.478880"], ["updated_at", "2016-10-07 18:56:46.478880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim qui occaecati sed tenetur dignissimos eius sit.\",\"body\":\"The THX bus is down, generate the multi-byte protocol so we can back up the SAS matrix!\"}"], ["created_at", "2016-10-07 18:56:46.480226"], ["updated_at", "2016-10-07 18:56:46.480226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed adipisci consectetur architecto.\",\"body\":\"We need to back up the neural CSS port!\"}"], ["created_at", "2016-10-07 18:56:46.481171"], ["updated_at", "2016-10-07 18:56:46.481171"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic voluptas omnis.\",\"body\":\"The USB pixel is down, reboot the optical feed so we can compress the AGP card!\"}"], ["created_at", "2016-10-07 18:56:46.482077"], ["updated_at", "2016-10-07 18:56:46.482077"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae dolore sit dignissimos ex ut ipsam.\",\"body\":\"I'll bypass the cross-platform RAM program, that should feed the SMS sensor!\"}"], ["created_at", "2016-10-07 18:56:46.483039"], ["updated_at", "2016-10-07 18:56:46.483039"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto eligendi cupiditate cumque velit nihil modi.\",\"body\":\"Use the redundant PNG protocol, then you can quantify the online capacitor!\"}"], ["created_at", "2016-10-07 18:56:46.484196"], ["updated_at", "2016-10-07 18:56:46.484196"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat qui quo ut et odit inventore quam.\",\"body\":\"You can't index the circuit without generating the mobile CSS interface!\"}"], ["created_at", "2016-10-07 18:56:46.488335"], ["updated_at", "2016-10-07 18:56:46.488335"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam consequatur odio quaerat non nisi.\",\"body\":\"You can't generate the microchip without navigating the auxiliary SSL bus!\"}"], ["created_at", "2016-10-07 18:56:46.489887"], ["updated_at", "2016-10-07 18:56:46.489887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui saepe vitae eum et sit exercitationem.\",\"body\":\"Use the wireless SDD pixel, then you can generate the open-source sensor!\"}"], ["created_at", "2016-10-07 18:56:46.491131"], ["updated_at", "2016-10-07 18:56:46.491131"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt tempora voluptate.\",\"body\":\"Use the multi-byte AGP transmitter, then you can reboot the online circuit!\"}"], ["created_at", "2016-10-07 18:56:46.492259"], ["updated_at", "2016-10-07 18:56:46.492259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas culpa aut repellat tenetur dolore dolorum autem.\",\"body\":\"We need to index the solid state EXE alarm!\"}"], ["created_at", "2016-10-07 18:56:46.493199"], ["updated_at", "2016-10-07 18:56:46.493199"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab aut repudiandae illum aspernatur enim.\",\"body\":\"We need to connect the neural XML monitor!\"}"], ["created_at", "2016-10-07 18:56:46.494166"], ["updated_at", "2016-10-07 18:56:46.494166"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui velit ea qui nihil debitis laborum expedita.\",\"body\":\"You can't navigate the interface without bypassing the haptic AI bus!\"}"], ["created_at", "2016-10-07 18:56:46.495166"], ["updated_at", "2016-10-07 18:56:46.495166"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati qui blanditiis voluptatem dicta.\",\"body\":\"If we connect the array, we can get to the TCP bus through the virtual SAS program!\"}"], ["created_at", "2016-10-07 18:56:46.496283"], ["updated_at", "2016-10-07 18:56:46.496283"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo necessitatibus vero sed asperiores facere.\",\"body\":\"Try to bypass the PNG array, maybe it will quantify the primary circuit!\"}"], ["created_at", "2016-10-07 18:56:46.498702"], ["updated_at", "2016-10-07 18:56:46.498702"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel exercitationem numquam nisi cumque.\",\"body\":\"Try to override the COM pixel, maybe it will transmit the primary program!\"}"], ["created_at", "2016-10-07 18:56:46.503262"], ["updated_at", "2016-10-07 18:56:46.503262"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id et maxime ut fugiat consectetur illo.\",\"body\":\"The HDD card is down, index the bluetooth hard drive so we can generate the XML alarm!\"}"], ["created_at", "2016-10-07 18:56:46.507900"], ["updated_at", "2016-10-07 18:56:46.507900"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id culpa expedita voluptatem quae vel.\",\"body\":\"I'll copy the multi-byte PNG application, that should panel the AGP application!\"}"], ["created_at", "2016-10-07 18:56:46.509947"], ["updated_at", "2016-10-07 18:56:46.509947"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit necessitatibus accusantium nobis eveniet saepe est.\",\"body\":\"You can't reboot the firewall without calculating the wireless JBOD system!\"}"], ["created_at", "2016-10-07 18:56:46.511462"], ["updated_at", "2016-10-07 18:56:46.511462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis voluptas culpa.\",\"body\":\"We need to index the optical SSL port!\"}"], ["created_at", "2016-10-07 18:56:46.531726"], ["updated_at", "2016-10-07 18:56:46.531726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea nostrum porro enim minima occaecati sed.\",\"body\":\"The HDD panel is down, hack the digital sensor so we can quantify the COM bus!\"}"], ["created_at", "2016-10-07 18:56:46.532685"], ["updated_at", "2016-10-07 18:56:46.532685"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut facere praesentium.\",\"body\":\"Overriding the alarm won't do anything, we need to calculate the wireless ftp bus!\"}"], ["created_at", "2016-10-07 18:56:46.533692"], ["updated_at", "2016-10-07 18:56:46.533692"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita minus quia fuga temporibus recusandae et.\",\"body\":\"Try to override the SSL application, maybe it will index the wireless sensor!\"}"], ["created_at", "2016-10-07 18:56:46.537052"], ["updated_at", "2016-10-07 18:56:46.537052"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est repellendus neque sit omnis atque aut.\",\"body\":\"If we synthesize the bandwidth, we can get to the SQL card through the online ADP hard drive!\"}"], ["created_at", "2016-10-07 18:56:46.539543"], ["updated_at", "2016-10-07 18:56:46.539543"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint omnis alias impedit natus quasi est modi.\",\"body\":\"Try to quantify the SQL card, maybe it will connect the wireless matrix!\"}"], ["created_at", "2016-10-07 18:56:46.540647"], ["updated_at", "2016-10-07 18:56:46.540647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt amet et ut quaerat.\",\"body\":\"If we back up the monitor, we can get to the RAM system through the solid state RAM protocol!\"}"], ["created_at", "2016-10-07 18:56:46.541656"], ["updated_at", "2016-10-07 18:56:46.541656"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae voluptate vel ipsum autem nihil laboriosam.\",\"body\":\"You can't transmit the protocol without bypassing the auxiliary SMTP sensor!\"}"], ["created_at", "2016-10-07 18:56:46.542669"], ["updated_at", "2016-10-07 18:56:46.542669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi voluptatem aliquam magni atque fugiat.\",\"body\":\"We need to generate the mobile THX transmitter!\"}"], ["created_at", "2016-10-07 18:56:46.543622"], ["updated_at", "2016-10-07 18:56:46.543622"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et magnam vel autem nulla ex harum impedit.\",\"body\":\"We need to compress the redundant GB microchip!\"}"], ["created_at", "2016-10-07 18:56:46.544504"], ["updated_at", "2016-10-07 18:56:46.544504"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic eos deleniti praesentium cumque sit nesciunt.\",\"body\":\"Copying the bus won't do anything, we need to index the bluetooth ai program!\"}"], ["created_at", "2016-10-07 18:56:46.545392"], ["updated_at", "2016-10-07 18:56:46.545392"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit sit molestiae laborum.\",\"body\":\"I'll hack the solid state USB program, that should program the PCI program!\"}"], ["created_at", "2016-10-07 18:56:46.546557"], ["updated_at", "2016-10-07 18:56:46.546557"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum et blanditiis unde impedit et ea sed.\",\"body\":\"Copying the feed won't do anything, we need to transmit the optical gb pixel!\"}"], ["created_at", "2016-10-07 18:56:46.549076"], ["updated_at", "2016-10-07 18:56:46.549076"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor doloremque modi.\",\"body\":\"Use the haptic RAM firewall, then you can quantify the digital sensor!\"}"], ["created_at", "2016-10-07 18:56:46.553334"], ["updated_at", "2016-10-07 18:56:46.553334"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum qui ullam molestiae.\",\"body\":\"The SMTP card is down, back up the multi-byte monitor so we can calculate the SAS panel!\"}"], ["created_at", "2016-10-07 18:56:46.557704"], ["updated_at", "2016-10-07 18:56:46.557704"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et enim in molestiae tempora.\",\"body\":\"I'll reboot the digital XSS protocol, that should matrix the AGP pixel!\"}"], ["created_at", "2016-10-07 18:56:46.559102"], ["updated_at", "2016-10-07 18:56:46.559102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia excepturi maxime voluptas est a dignissimos beatae.\",\"body\":\"Try to generate the AI driver, maybe it will parse the online pixel!\"}"], ["created_at", "2016-10-07 18:56:46.560138"], ["updated_at", "2016-10-07 18:56:46.560138"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores nobis inventore iure quasi voluptas quibusdam vitae.\",\"body\":\"We need to back up the neural USB program!\"}"], ["created_at", "2016-10-07 18:56:46.561139"], ["updated_at", "2016-10-07 18:56:46.561139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae voluptatibus et earum.\",\"body\":\"You can't compress the microchip without overriding the solid state SCSI protocol!\"}"], ["created_at", "2016-10-07 18:56:46.562152"], ["updated_at", "2016-10-07 18:56:46.562152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum debitis optio accusantium.\",\"body\":\"Use the 1080p PNG monitor, then you can override the digital panel!\"}"], ["created_at", "2016-10-07 18:56:46.563124"], ["updated_at", "2016-10-07 18:56:46.563124"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente nostrum enim.\",\"body\":\"I'll back up the solid state AGP alarm, that should monitor the IB hard drive!\"}"], ["created_at", "2016-10-07 18:56:46.564059"], ["updated_at", "2016-10-07 18:56:46.564059"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed aut illo.\",\"body\":\"The EXE matrix is down, transmit the open-source bus so we can transmit the SMS interface!\"}"], ["created_at", "2016-10-07 18:56:46.565003"], ["updated_at", "2016-10-07 18:56:46.565003"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus molestiae nobis et doloremque quia.\",\"body\":\"I'll back up the redundant SMS transmitter, that should program the COM capacitor!\"}"], ["created_at", "2016-10-07 18:56:46.567917"], ["updated_at", "2016-10-07 18:56:46.567917"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ipsa nam explicabo quo.\",\"body\":\"The CSS protocol is down, compress the digital port so we can compress the THX matrix!\"}"], ["created_at", "2016-10-07 18:56:46.572332"], ["updated_at", "2016-10-07 18:56:46.572332"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore soluta ut qui explicabo.\",\"body\":\"If we hack the pixel, we can get to the PCI panel through the cross-platform SMTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:46.576845"], ["updated_at", "2016-10-07 18:56:46.576845"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia illo et ea maiores placeat rerum.\",\"body\":\"You can't transmit the panel without synthesizing the primary AGP driver!\"}"], ["created_at", "2016-10-07 18:56:46.578646"], ["updated_at", "2016-10-07 18:56:46.578646"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A placeat molestiae sit non deserunt ad voluptas.\",\"body\":\"We need to quantify the redundant XML alarm!\"}"], ["created_at", "2016-10-07 18:56:46.579861"], ["updated_at", "2016-10-07 18:56:46.579861"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem sit consequuntur nobis.\",\"body\":\"Use the optical PCI program, then you can navigate the 1080p transmitter!\"}"], ["created_at", "2016-10-07 18:56:46.580930"], ["updated_at", "2016-10-07 18:56:46.580930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi amet et quia ut velit.\",\"body\":\"The SQL panel is down, compress the bluetooth firewall so we can bypass the FTP application!\"}"], ["created_at", "2016-10-07 18:56:46.581848"], ["updated_at", "2016-10-07 18:56:46.581848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eveniet omnis.\",\"body\":\"Use the multi-byte ADP sensor, then you can parse the auxiliary card!\"}"], ["created_at", "2016-10-07 18:56:46.582753"], ["updated_at", "2016-10-07 18:56:46.582753"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas adipisci sunt recusandae ut id nam.\",\"body\":\"Copying the interface won't do anything, we need to copy the haptic ftp bus!\"}"], ["created_at", "2016-10-07 18:56:46.583823"], ["updated_at", "2016-10-07 18:56:46.583823"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo corporis sunt ullam autem ea aliquid.\",\"body\":\"If we back up the protocol, we can get to the SSL driver through the virtual ADP circuit!\"}"], ["created_at", "2016-10-07 18:56:46.586074"], ["updated_at", "2016-10-07 18:56:46.586074"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sunt voluptatem.\",\"body\":\"We need to transmit the redundant EXE pixel!\"}"], ["created_at", "2016-10-07 18:56:46.588887"], ["updated_at", "2016-10-07 18:56:46.588887"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error illum asperiores rerum et praesentium eum.\",\"body\":\"Try to quantify the RAM bandwidth, maybe it will connect the neural array!\"}"], ["created_at", "2016-10-07 18:56:46.590296"], ["updated_at", "2016-10-07 18:56:46.590296"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste illum fuga omnis voluptatem placeat dolor exercitationem.\",\"body\":\"The SQL driver is down, navigate the solid state capacitor so we can input the ADP system!\"}"], ["created_at", "2016-10-07 18:56:46.591363"], ["updated_at", "2016-10-07 18:56:46.591363"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo totam dolore quo eaque iusto.\",\"body\":\"If we navigate the capacitor, we can get to the HTTP transmitter through the back-end HDD hard drive!\"}"], ["created_at", "2016-10-07 18:56:46.592414"], ["updated_at", "2016-10-07 18:56:46.592414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas sint tenetur rerum corrupti optio.\",\"body\":\"I'll copy the multi-byte FTP hard drive, that should capacitor the JSON protocol!\"}"], ["created_at", "2016-10-07 18:56:46.593355"], ["updated_at", "2016-10-07 18:56:46.593355"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo dolorem fugiat deleniti.\",\"body\":\"We need to hack the mobile ADP panel!\"}"], ["created_at", "2016-10-07 18:56:46.594338"], ["updated_at", "2016-10-07 18:56:46.594338"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium eveniet enim.\",\"body\":\"I'll connect the cross-platform PCI array, that should system the IB alarm!\"}"], ["created_at", "2016-10-07 18:56:46.595372"], ["updated_at", "2016-10-07 18:56:46.595372"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum inventore numquam tempore minus nesciunt sint doloremque.\",\"body\":\"The PNG program is down, navigate the wireless firewall so we can program the AI circuit!\"}"], ["created_at", "2016-10-07 18:56:46.596778"], ["updated_at", "2016-10-07 18:56:46.596778"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis enim quidem labore eum animi.\",\"body\":\"You can't synthesize the program without programming the virtual SDD sensor!\"}"], ["created_at", "2016-10-07 18:56:46.599552"], ["updated_at", "2016-10-07 18:56:46.599552"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem aperiam vero.\",\"body\":\"I'll transmit the auxiliary GB program, that should driver the COM circuit!\"}"], ["created_at", "2016-10-07 18:56:46.603809"], ["updated_at", "2016-10-07 18:56:46.603809"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas recusandae quaerat est sequi quae.\",\"body\":\"You can't calculate the pixel without bypassing the redundant HTTP card!\"}"], ["created_at", "2016-10-07 18:56:46.607425"], ["updated_at", "2016-10-07 18:56:46.607425"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia placeat odit atque ut.\",\"body\":\"You can't back up the monitor without synthesizing the primary PCI interface!\"}"], ["created_at", "2016-10-07 18:56:46.611231"], ["updated_at", "2016-10-07 18:56:46.611231"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum quaerat qui ex.\",\"body\":\"Use the auxiliary IB array, then you can navigate the primary driver!\"}"], ["created_at", "2016-10-07 18:56:46.612920"], ["updated_at", "2016-10-07 18:56:46.612920"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita quae voluptates quis molestiae ad.\",\"body\":\"We need to program the cross-platform EXE matrix!\"}"], ["created_at", "2016-10-07 18:56:46.615265"], ["updated_at", "2016-10-07 18:56:46.615265"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis illum illo sit delectus.\",\"body\":\"If we back up the capacitor, we can get to the JSON interface through the optical HTTP matrix!\"}"], ["created_at", "2016-10-07 18:56:46.617539"], ["updated_at", "2016-10-07 18:56:46.617539"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor nesciunt ab ipsa ut exercitationem fugit nobis.\",\"body\":\"If we override the bus, we can get to the SQL bandwidth through the optical AI port!\"}"], ["created_at", "2016-10-07 18:56:46.621768"], ["updated_at", "2016-10-07 18:56:46.621768"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam quia repellendus dolores in sint.\",\"body\":\"We need to synthesize the neural ADP port!\"}"], ["created_at", "2016-10-07 18:56:46.625376"], ["updated_at", "2016-10-07 18:56:46.625376"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem cumque facere minus omnis voluptatibus.\",\"body\":\"We need to quantify the digital SMTP pixel!\"}"], ["created_at", "2016-10-07 18:56:46.627660"], ["updated_at", "2016-10-07 18:56:46.627660"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto consectetur tempore.\",\"body\":\"Use the online PNG capacitor, then you can program the mobile sensor!\"}"], ["created_at", "2016-10-07 18:56:46.629863"], ["updated_at", "2016-10-07 18:56:46.629863"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque laboriosam sit.\",\"body\":\"Use the mobile TCP feed, then you can synthesize the cross-platform capacitor!\"}"], ["created_at", "2016-10-07 18:56:46.632014"], ["updated_at", "2016-10-07 18:56:46.632014"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quisquam ipsam nemo qui veritatis.\",\"body\":\"You can't override the interface without hacking the haptic GB firewall!\"}"], ["created_at", "2016-10-07 18:56:46.634368"], ["updated_at", "2016-10-07 18:56:46.634368"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci soluta iste corporis maiores omnis incidunt quia.\",\"body\":\"We need to input the neural FTP interface!\"}"], ["created_at", "2016-10-07 18:56:46.636576"], ["updated_at", "2016-10-07 18:56:46.636576"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus expedita inventore excepturi a qui alias.\",\"body\":\"You can't compress the capacitor without hacking the neural GB matrix!\"}"], ["created_at", "2016-10-07 18:56:46.639488"], ["updated_at", "2016-10-07 18:56:46.639488"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet harum est.\",\"body\":\"If we connect the bandwidth, we can get to the SQL hard drive through the neural RAM panel!\"}"], ["created_at", "2016-10-07 18:56:46.641866"], ["updated_at", "2016-10-07 18:56:46.641866"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat aut voluptates.\",\"body\":\"Navigating the microchip won't do anything, we need to transmit the cross-platform http card!\"}"], ["created_at", "2016-10-07 18:56:46.643932"], ["updated_at", "2016-10-07 18:56:46.643932"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore et nihil explicabo eaque.\",\"body\":\"We need to input the 1080p PCI application!\"}"], ["created_at", "2016-10-07 18:56:46.645791"], ["updated_at", "2016-10-07 18:56:46.645791"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In itaque est aut consectetur deserunt eum.\",\"body\":\"I'll transmit the auxiliary GB alarm, that should firewall the SMTP card!\"}"], ["created_at", "2016-10-07 18:56:46.647709"], ["updated_at", "2016-10-07 18:56:46.647709"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis aspernatur repellat similique quaerat mollitia.\",\"body\":\"If we calculate the sensor, we can get to the EXE port through the solid state AGP card!\"}"], ["created_at", "2016-10-07 18:56:46.649730"], ["updated_at", "2016-10-07 18:56:46.649730"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt impedit adipisci minus ipsum excepturi accusantium eos.\",\"body\":\"Try to index the PCI monitor, maybe it will index the virtual bus!\"}"], ["created_at", "2016-10-07 18:56:46.653384"], ["updated_at", "2016-10-07 18:56:46.653384"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti provident aut non officiis.\",\"body\":\"Try to copy the GB matrix, maybe it will override the online firewall!\"}"], ["created_at", "2016-10-07 18:56:46.655646"], ["updated_at", "2016-10-07 18:56:46.655646"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti aut sed ea aut sequi fuga ut.\",\"body\":\"If we program the alarm, we can get to the SMS system through the bluetooth SAS bus!\"}"], ["created_at", "2016-10-07 18:56:46.657546"], ["updated_at", "2016-10-07 18:56:46.657546"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla esse fugit minima occaecati id unde in.\",\"body\":\"Use the 1080p CSS card, then you can generate the multi-byte matrix!\"}"], ["created_at", "2016-10-07 18:56:46.662003"], ["updated_at", "2016-10-07 18:56:46.662003"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum alias aut sit est dicta.\",\"body\":\"Use the 1080p JBOD feed, then you can navigate the digital bandwidth!\"}"], ["created_at", "2016-10-07 18:56:46.664209"], ["updated_at", "2016-10-07 18:56:46.664209"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur est aut.\",\"body\":\"Use the wireless SDD card, then you can program the redundant interface!\"}"], ["created_at", "2016-10-07 18:56:46.666098"], ["updated_at", "2016-10-07 18:56:46.666098"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem omnis architecto repellendus quos atque.\",\"body\":\"Overriding the capacitor won't do anything, we need to connect the wireless ftp monitor!\"}"], ["created_at", "2016-10-07 18:56:46.668016"], ["updated_at", "2016-10-07 18:56:46.668016"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem sint sit molestiae aliquid aut delectus.\",\"body\":\"Use the primary RAM matrix, then you can synthesize the cross-platform card!\"}"], ["created_at", "2016-10-07 18:56:46.669816"], ["updated_at", "2016-10-07 18:56:46.669816"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non velit sit quam.\",\"body\":\"Bypassing the matrix won't do anything, we need to copy the wireless gb circuit!\"}"], ["created_at", "2016-10-07 18:56:46.671521"], ["updated_at", "2016-10-07 18:56:46.671521"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia qui nemo inventore quis.\",\"body\":\"Use the wireless PNG program, then you can connect the digital panel!\"}"], ["created_at", "2016-10-07 18:56:46.673175"], ["updated_at", "2016-10-07 18:56:46.673175"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe perferendis harum et nihil qui vel in.\",\"body\":\"I'll navigate the primary RAM interface, that should bus the JBOD driver!\"}"], ["created_at", "2016-10-07 18:56:46.674879"], ["updated_at", "2016-10-07 18:56:46.674879"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque aliquam praesentium placeat est tempora delectus corporis.\",\"body\":\"I'll index the mobile SDD capacitor, that should sensor the COM system!\"}"], ["created_at", "2016-10-07 18:56:46.676679"], ["updated_at", "2016-10-07 18:56:46.676679"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates et voluptatibus vel laudantium.\",\"body\":\"Try to reboot the THX interface, maybe it will hack the neural bandwidth!\"}"], ["created_at", "2016-10-07 18:56:46.678394"], ["updated_at", "2016-10-07 18:56:46.678394"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo voluptatem aut enim laboriosam quod iure.\",\"body\":\"Use the wireless PNG driver, then you can navigate the back-end microchip!\"}"], ["created_at", "2016-10-07 18:56:46.680087"], ["updated_at", "2016-10-07 18:56:46.680087"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium ducimus voluptate nihil laudantium sed velit.\",\"body\":\"Try to connect the FTP firewall, maybe it will connect the neural alarm!\"}"], ["created_at", "2016-10-07 18:56:46.681746"], ["updated_at", "2016-10-07 18:56:46.681746"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus aut voluptas reprehenderit autem voluptatem at qui.\",\"body\":\"You can't input the feed without calculating the neural SMS monitor!\"}"], ["created_at", "2016-10-07 18:56:46.685893"], ["updated_at", "2016-10-07 18:56:46.685893"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur eaque dolores blanditiis et sunt qui.\",\"body\":\"If we connect the feed, we can get to the SMS panel through the online RAM interface!\"}"], ["created_at", "2016-10-07 18:56:46.687899"], ["updated_at", "2016-10-07 18:56:46.687899"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem molestiae nemo.\",\"body\":\"Try to calculate the HTTP hard drive, maybe it will input the wireless capacitor!\"}"], ["created_at", "2016-10-07 18:56:46.690234"], ["updated_at", "2016-10-07 18:56:46.690234"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab soluta voluptatibus in neque.\",\"body\":\"Use the 1080p SSL microchip, then you can reboot the primary sensor!\"}"], ["created_at", "2016-10-07 18:56:46.693540"], ["updated_at", "2016-10-07 18:56:46.693540"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat itaque natus aut amet.\",\"body\":\"If we input the bandwidth, we can get to the HDD port through the cross-platform SMTP driver!\"}"], ["created_at", "2016-10-07 18:56:46.695695"], ["updated_at", "2016-10-07 18:56:46.695695"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam qui corrupti.\",\"body\":\"I'll back up the open-source EXE alarm, that should hard drive the COM sensor!\"}"], ["created_at", "2016-10-07 18:56:46.697709"], ["updated_at", "2016-10-07 18:56:46.697709"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis rerum dolor et aliquid.\",\"body\":\"Try to reboot the AI array, maybe it will calculate the mobile transmitter!\"}"], ["created_at", "2016-10-07 18:56:46.699720"], ["updated_at", "2016-10-07 18:56:46.699720"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste id dolorem voluptas.\",\"body\":\"Use the mobile IB pixel, then you can override the 1080p port!\"}"], ["created_at", "2016-10-07 18:56:46.701747"], ["updated_at", "2016-10-07 18:56:46.701747"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum unde velit aut voluptates et in.\",\"body\":\"The SMTP port is down, back up the back-end protocol so we can connect the SAS port!\"}"], ["created_at", "2016-10-07 18:56:46.706903"], ["updated_at", "2016-10-07 18:56:46.706903"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut asperiores et animi.\",\"body\":\"The JSON port is down, copy the open-source array so we can synthesize the USB driver!\"}"], ["created_at", "2016-10-07 18:56:46.709295"], ["updated_at", "2016-10-07 18:56:46.709295"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis voluptas vitae porro ad.\",\"body\":\"Compressing the driver won't do anything, we need to calculate the digital ssl bus!\"}"], ["created_at", "2016-10-07 18:56:46.711659"], ["updated_at", "2016-10-07 18:56:46.711659"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum alias quia molestias consequatur.\",\"body\":\"Calculating the application won't do anything, we need to generate the multi-byte com monitor!\"}"], ["created_at", "2016-10-07 18:56:46.713929"], ["updated_at", "2016-10-07 18:56:46.713929"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae nam facilis.\",\"body\":\"Try to reboot the SMS driver, maybe it will program the primary matrix!\"}"], ["created_at", "2016-10-07 18:56:46.716185"], ["updated_at", "2016-10-07 18:56:46.716185"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore iste saepe.\",\"body\":\"Use the redundant RSS alarm, then you can bypass the 1080p matrix!\"}"], ["created_at", "2016-10-07 18:56:46.718619"], ["updated_at", "2016-10-07 18:56:46.718619"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio dolorum facilis ipsa illum quis harum.\",\"body\":\"The SSL hard drive is down, index the mobile circuit so we can parse the SMTP circuit!\"}"], ["created_at", "2016-10-07 18:56:46.720821"], ["updated_at", "2016-10-07 18:56:46.720821"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus sed at aut.\",\"body\":\"Use the neural IB bandwidth, then you can reboot the redundant program!\"}"], ["created_at", "2016-10-07 18:56:46.722913"], ["updated_at", "2016-10-07 18:56:46.722913"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel rerum sed ab.\",\"body\":\"Try to reboot the HTTP feed, maybe it will parse the mobile panel!\"}"], ["created_at", "2016-10-07 18:56:46.724906"], ["updated_at", "2016-10-07 18:56:46.724906"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem et quibusdam modi a ut.\",\"body\":\"Use the optical GB program, then you can calculate the mobile driver!\"}"], ["created_at", "2016-10-07 18:56:46.728431"], ["updated_at", "2016-10-07 18:56:46.728431"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab ut quis laborum dolor sed unde voluptas.\",\"body\":\"Use the online RSS microchip, then you can compress the primary monitor!\"}"], ["created_at", "2016-10-07 18:56:46.731303"], ["updated_at", "2016-10-07 18:56:46.731303"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ea eaque voluptatem et.\",\"body\":\"You can't compress the application without hacking the mobile SMS alarm!\"}"], ["created_at", "2016-10-07 18:56:46.734465"], ["updated_at", "2016-10-07 18:56:46.734465"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae doloremque enim et.\",\"body\":\"I'll transmit the haptic RAM array, that should capacitor the RAM circuit!\"}"], ["created_at", "2016-10-07 18:56:46.737590"], ["updated_at", "2016-10-07 18:56:46.737590"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut accusamus esse porro aliquam facilis.\",\"body\":\"If we override the interface, we can get to the CSS protocol through the mobile JSON protocol!\"}"], ["created_at", "2016-10-07 18:56:46.740012"], ["updated_at", "2016-10-07 18:56:46.740012"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aut perferendis cupiditate neque omnis esse.\",\"body\":\"If we program the alarm, we can get to the JBOD circuit through the back-end AGP circuit!\"}"], ["created_at", "2016-10-07 18:56:46.743421"], ["updated_at", "2016-10-07 18:56:46.743421"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum et ut temporibus corporis debitis et.\",\"body\":\"If we back up the driver, we can get to the JSON hard drive through the mobile SCSI application!\"}"], ["created_at", "2016-10-07 18:56:46.745783"], ["updated_at", "2016-10-07 18:56:46.745783"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos accusamus magnam qui modi.\",\"body\":\"I'll navigate the optical EXE transmitter, that should card the JSON sensor!\"}"], ["created_at", "2016-10-07 18:56:46.747866"], ["updated_at", "2016-10-07 18:56:46.747866"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui omnis asperiores.\",\"body\":\"Use the neural JBOD matrix, then you can quantify the open-source application!\"}"], ["created_at", "2016-10-07 18:56:46.749978"], ["updated_at", "2016-10-07 18:56:46.749978"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi dolor illo dolorum ducimus voluptatem qui architecto.\",\"body\":\"Try to quantify the HTTP panel, maybe it will copy the virtual pixel!\"}"], ["created_at", "2016-10-07 18:56:46.753287"], ["updated_at", "2016-10-07 18:56:46.753287"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi non magni architecto ut.\",\"body\":\"If we reboot the microchip, we can get to the SQL alarm through the mobile COM firewall!\"}"], ["created_at", "2016-10-07 18:56:46.757372"], ["updated_at", "2016-10-07 18:56:46.757372"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat ullam voluptatem sit eos repellendus blanditiis.\",\"body\":\"If we transmit the array, we can get to the THX bus through the virtual TCP array!\"}"], ["created_at", "2016-10-07 18:56:46.761791"], ["updated_at", "2016-10-07 18:56:46.761791"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum sit similique libero a.\",\"body\":\"You can't input the program without copying the 1080p TCP array!\"}"], ["created_at", "2016-10-07 18:56:46.765668"], ["updated_at", "2016-10-07 18:56:46.765668"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere sint optio iure ex veniam illum sint.\",\"body\":\"You can't transmit the microchip without bypassing the 1080p SCSI panel!\"}"], ["created_at", "2016-10-07 18:56:46.768163"], ["updated_at", "2016-10-07 18:56:46.768163"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis nihil iste.\",\"body\":\"Try to input the RSS protocol, maybe it will compress the optical firewall!\"}"], ["created_at", "2016-10-07 18:56:46.770350"], ["updated_at", "2016-10-07 18:56:46.770350"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero distinctio hic suscipit tempore eaque occaecati commodi.\",\"body\":\"The PCI panel is down, input the cross-platform program so we can copy the SMTP port!\"}"], ["created_at", "2016-10-07 18:56:46.772610"], ["updated_at", "2016-10-07 18:56:46.772610"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa ratione ab aliquam.\",\"body\":\"I'll bypass the haptic SAS feed, that should bandwidth the SMS card!\"}"], ["created_at", "2016-10-07 18:56:46.774850"], ["updated_at", "2016-10-07 18:56:46.774850"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos sed officia excepturi explicabo suscipit sunt aperiam.\",\"body\":\"If we copy the array, we can get to the RSS bus through the mobile COM port!\"}"], ["created_at", "2016-10-07 18:56:46.777131"], ["updated_at", "2016-10-07 18:56:46.777131"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus eum omnis incidunt distinctio voluptatem sit quia.\",\"body\":\"You can't quantify the hard drive without calculating the redundant SCSI card!\"}"], ["created_at", "2016-10-07 18:56:46.779280"], ["updated_at", "2016-10-07 18:56:46.779280"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas et illum error sit.\",\"body\":\"Bypassing the system won't do anything, we need to connect the multi-byte sas protocol!\"}"], ["created_at", "2016-10-07 18:56:46.781237"], ["updated_at", "2016-10-07 18:56:46.781237"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et iure eum.\",\"body\":\"Try to bypass the HTTP transmitter, maybe it will generate the solid state matrix!\"}"], ["created_at", "2016-10-07 18:56:46.785697"], ["updated_at", "2016-10-07 18:56:46.785697"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae et quasi sint.\",\"body\":\"The ADP bandwidth is down, override the cross-platform circuit so we can parse the SMTP bus!\"}"], ["created_at", "2016-10-07 18:56:46.787700"], ["updated_at", "2016-10-07 18:56:46.787700"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut magni quia.\",\"body\":\"If we override the panel, we can get to the HTTP firewall through the mobile EXE hard drive!\"}"], ["created_at", "2016-10-07 18:56:46.789372"], ["updated_at", "2016-10-07 18:56:46.789372"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium quaerat consequatur.\",\"body\":\"Try to transmit the FTP system, maybe it will parse the cross-platform bus!\"}"], ["created_at", "2016-10-07 18:56:46.791187"], ["updated_at", "2016-10-07 18:56:46.791187"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat et in et cum neque molestiae qui.\",\"body\":\"Calculating the sensor won't do anything, we need to back up the open-source ai array!\"}"], ["created_at", "2016-10-07 18:56:46.793393"], ["updated_at", "2016-10-07 18:56:46.793393"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore esse voluptate ducimus inventore rem.\",\"body\":\"We need to quantify the online RAM port!\"}"], ["created_at", "2016-10-07 18:56:46.797449"], ["updated_at", "2016-10-07 18:56:46.797449"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit aut temporibus nemo ad iure voluptatem aut.\",\"body\":\"I'll copy the bluetooth PCI sensor, that should firewall the IB protocol!\"}"], ["created_at", "2016-10-07 18:56:46.802247"], ["updated_at", "2016-10-07 18:56:46.802247"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum modi voluptas magni ex enim nihil omnis.\",\"body\":\"Backing up the feed won't do anything, we need to connect the neural agp feed!\"}"], ["created_at", "2016-10-07 18:56:46.805418"], ["updated_at", "2016-10-07 18:56:46.805418"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto voluptatem autem.\",\"body\":\"Use the wireless ADP array, then you can parse the auxiliary bandwidth!\"}"], ["created_at", "2016-10-07 18:56:46.810396"], ["updated_at", "2016-10-07 18:56:46.810396"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore et consectetur voluptatibus officia vero quia.\",\"body\":\"I'll back up the haptic CSS capacitor, that should protocol the XML array!\"}"], ["created_at", "2016-10-07 18:56:46.812864"], ["updated_at", "2016-10-07 18:56:46.812864"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus earum aliquid aut excepturi.\",\"body\":\"I'll calculate the virtual CSS driver, that should matrix the XML array!\"}"], ["created_at", "2016-10-07 18:56:46.814841"], ["updated_at", "2016-10-07 18:56:46.814841"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt quod dolores sunt est et blanditiis sed.\",\"body\":\"The GB bandwidth is down, compress the auxiliary alarm so we can program the EXE array!\"}"], ["created_at", "2016-10-07 18:56:46.816938"], ["updated_at", "2016-10-07 18:56:46.816938"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In repudiandae ipsa animi consequuntur ut.\",\"body\":\"The SCSI program is down, override the haptic capacitor so we can index the SMS circuit!\"}"], ["created_at", "2016-10-07 18:56:46.818949"], ["updated_at", "2016-10-07 18:56:46.818949"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab aut aliquid consequuntur ducimus nobis ut.\",\"body\":\"Use the redundant AGP protocol, then you can hack the multi-byte capacitor!\"}"], ["created_at", "2016-10-07 18:56:46.820889"], ["updated_at", "2016-10-07 18:56:46.820889"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia error eos distinctio neque aut.\",\"body\":\"The RAM program is down, reboot the haptic interface so we can override the CSS card!\"}"], ["created_at", "2016-10-07 18:56:46.823059"], ["updated_at", "2016-10-07 18:56:46.823059"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit consequatur ab mollitia facere recusandae.\",\"body\":\"You can't calculate the transmitter without bypassing the mobile SAS hard drive!\"}"], ["created_at", "2016-10-07 18:56:46.825064"], ["updated_at", "2016-10-07 18:56:46.825064"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut hic eligendi quae eius saepe incidunt ipsum.\",\"body\":\"The IB alarm is down, override the redundant bus so we can quantify the IB pixel!\"}"], ["created_at", "2016-10-07 18:56:46.827151"], ["updated_at", "2016-10-07 18:56:46.827151"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis aut voluptatum esse nulla consequuntur voluptatem.\",\"body\":\"I'll navigate the 1080p USB firewall, that should protocol the SCSI panel!\"}"], ["created_at", "2016-10-07 18:56:46.829113"], ["updated_at", "2016-10-07 18:56:46.829113"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum voluptatem ipsum.\",\"body\":\"Parsing the protocol won't do anything, we need to hack the 1080p com panel!\"}"], ["created_at", "2016-10-07 18:56:46.831052"], ["updated_at", "2016-10-07 18:56:46.831052"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestiae consectetur suscipit.\",\"body\":\"We need to parse the auxiliary SQL circuit!\"}"], ["created_at", "2016-10-07 18:56:46.832948"], ["updated_at", "2016-10-07 18:56:46.832948"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque aliquid exercitationem nisi possimus sit minus quibusdam.\",\"body\":\"We need to back up the primary PNG bus!\"}"], ["created_at", "2016-10-07 18:56:46.834988"], ["updated_at", "2016-10-07 18:56:46.834988"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem aut tenetur.\",\"body\":\"I'll bypass the multi-byte USB circuit, that should protocol the FTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:46.836908"], ["updated_at", "2016-10-07 18:56:46.836908"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit qui placeat molestiae possimus ab doloremque.\",\"body\":\"Use the 1080p HDD program, then you can calculate the mobile port!\"}"], ["created_at", "2016-10-07 18:56:46.838878"], ["updated_at", "2016-10-07 18:56:46.838878"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores quidem sed qui ex porro.\",\"body\":\"Try to bypass the HDD interface, maybe it will connect the online card!\"}"], ["created_at", "2016-10-07 18:56:46.840842"], ["updated_at", "2016-10-07 18:56:46.840842"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus facere quidem voluptatibus praesentium.\",\"body\":\"The SMS monitor is down, calculate the multi-byte firewall so we can program the FTP circuit!\"}"], ["created_at", "2016-10-07 18:56:46.842913"], ["updated_at", "2016-10-07 18:56:46.842913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores repudiandae et enim nobis sint.\",\"body\":\"If we calculate the system, we can get to the SSL interface through the redundant XSS bus!\"}"], ["created_at", "2016-10-07 18:56:46.844929"], ["updated_at", "2016-10-07 18:56:46.844929"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum et facilis.\",\"body\":\"We need to reboot the redundant THX sensor!\"}"], ["created_at", "2016-10-07 18:56:46.847602"], ["updated_at", "2016-10-07 18:56:46.847602"]] SQL (0.6ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cupiditate veniam odio consequuntur voluptas ea.\",\"body\":\"The THX port is down, connect the mobile pixel so we can reboot the SMTP program!\"}"], ["created_at", "2016-10-07 18:56:46.852293"], ["updated_at", "2016-10-07 18:56:46.852293"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo eligendi doloremque dicta.\",\"body\":\"You can't parse the transmitter without navigating the cross-platform XML firewall!\"}"], ["created_at", "2016-10-07 18:56:46.855936"], ["updated_at", "2016-10-07 18:56:46.855936"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci aut enim voluptas iste quaerat sint accusantium.\",\"body\":\"If we generate the panel, we can get to the EXE bandwidth through the cross-platform THX hard drive!\"}"], ["created_at", "2016-10-07 18:56:46.859163"], ["updated_at", "2016-10-07 18:56:46.859163"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae aliquam vel labore aut ratione quia ullam.\",\"body\":\"We need to generate the redundant SAS pixel!\"}"], ["created_at", "2016-10-07 18:56:46.863296"], ["updated_at", "2016-10-07 18:56:46.863296"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero ipsa et fugiat ut consectetur cum.\",\"body\":\"I'll back up the 1080p SDD matrix, that should port the GB alarm!\"}"], ["created_at", "2016-10-07 18:56:46.866120"], ["updated_at", "2016-10-07 18:56:46.866120"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit blanditiis rerum.\",\"body\":\"If we compress the hard drive, we can get to the USB circuit through the redundant AI card!\"}"], ["created_at", "2016-10-07 18:56:46.868281"], ["updated_at", "2016-10-07 18:56:46.868281"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis modi enim beatae aut rerum ipsum totam.\",\"body\":\"I'll quantify the wireless PCI microchip, that should transmitter the IB port!\"}"], ["created_at", "2016-10-07 18:56:46.871686"], ["updated_at", "2016-10-07 18:56:46.871686"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione molestias beatae repudiandae animi minima dolor mollitia.\",\"body\":\"You can't program the pixel without parsing the bluetooth SMTP sensor!\"}"], ["created_at", "2016-10-07 18:56:46.873712"], ["updated_at", "2016-10-07 18:56:46.873712"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut corrupti illum omnis dolores ut sapiente ex.\",\"body\":\"Parsing the microchip won't do anything, we need to connect the primary xml matrix!\"}"], ["created_at", "2016-10-07 18:56:46.875747"], ["updated_at", "2016-10-07 18:56:46.875747"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil eum ut dolor facilis porro.\",\"body\":\"We need to parse the neural FTP monitor!\"}"], ["created_at", "2016-10-07 18:56:46.877611"], ["updated_at", "2016-10-07 18:56:46.877611"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cupiditate nulla.\",\"body\":\"Bypassing the port won't do anything, we need to reboot the redundant pci alarm!\"}"], ["created_at", "2016-10-07 18:56:46.879575"], ["updated_at", "2016-10-07 18:56:46.879575"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo quasi quia.\",\"body\":\"If we synthesize the hard drive, we can get to the SDD transmitter through the open-source SSL panel!\"}"], ["created_at", "2016-10-07 18:56:46.881500"], ["updated_at", "2016-10-07 18:56:46.881500"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi et asperiores dolor numquam assumenda sit.\",\"body\":\"The USB array is down, copy the cross-platform bus so we can hack the AI feed!\"}"], ["created_at", "2016-10-07 18:56:46.883571"], ["updated_at", "2016-10-07 18:56:46.883571"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe a debitis.\",\"body\":\"You can't synthesize the bus without generating the haptic PNG capacitor!\"}"], ["created_at", "2016-10-07 18:56:46.886604"], ["updated_at", "2016-10-07 18:56:46.886604"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit omnis ut aut dolorem exercitationem eius.\",\"body\":\"I'll hack the digital SCSI matrix, that should bandwidth the IB alarm!\"}"], ["created_at", "2016-10-07 18:56:46.889154"], ["updated_at", "2016-10-07 18:56:46.889154"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores mollitia dolorem.\",\"body\":\"The GB monitor is down, back up the auxiliary sensor so we can program the SAS port!\"}"], ["created_at", "2016-10-07 18:56:46.891487"], ["updated_at", "2016-10-07 18:56:46.891487"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla quod numquam quae vel.\",\"body\":\"Use the haptic SCSI card, then you can bypass the online hard drive!\"}"], ["created_at", "2016-10-07 18:56:46.893854"], ["updated_at", "2016-10-07 18:56:46.893854"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium qui eveniet.\",\"body\":\"If we hack the panel, we can get to the GB pixel through the wireless ADP application!\"}"], ["created_at", "2016-10-07 18:56:46.895640"], ["updated_at", "2016-10-07 18:56:46.895640"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque dolorum harum distinctio fugit inventore minima.\",\"body\":\"I'll bypass the cross-platform FTP hard drive, that should firewall the AI hard drive!\"}"], ["created_at", "2016-10-07 18:56:46.897052"], ["updated_at", "2016-10-07 18:56:46.897052"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis porro exercitationem sequi voluptatibus aspernatur.\",\"body\":\"You can't synthesize the driver without quantifying the back-end RSS program!\"}"], ["created_at", "2016-10-07 18:56:46.898190"], ["updated_at", "2016-10-07 18:56:46.898190"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae perspiciatis quis non esse qui aut.\",\"body\":\"We need to generate the bluetooth EXE firewall!\"}"], ["created_at", "2016-10-07 18:56:46.899377"], ["updated_at", "2016-10-07 18:56:46.899377"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis exercitationem odit harum.\",\"body\":\"Use the auxiliary PCI card, then you can bypass the 1080p card!\"}"], ["created_at", "2016-10-07 18:56:46.900875"], ["updated_at", "2016-10-07 18:56:46.900875"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur dolor harum in et numquam autem.\",\"body\":\"You can't calculate the bandwidth without calculating the virtual PCI monitor!\"}"], ["created_at", "2016-10-07 18:56:46.903773"], ["updated_at", "2016-10-07 18:56:46.903773"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore tempore dolorem in perspiciatis dolor.\",\"body\":\"We need to bypass the auxiliary THX system!\"}"], ["created_at", "2016-10-07 18:56:46.905186"], ["updated_at", "2016-10-07 18:56:46.905186"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui velit rerum autem.\",\"body\":\"Try to program the SSL firewall, maybe it will index the optical capacitor!\"}"], ["created_at", "2016-10-07 18:56:46.906328"], ["updated_at", "2016-10-07 18:56:46.906328"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero dolorem nam.\",\"body\":\"We need to compress the virtual JSON bus!\"}"], ["created_at", "2016-10-07 18:56:46.907528"], ["updated_at", "2016-10-07 18:56:46.907528"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut fugit qui sapiente ipsum cumque.\",\"body\":\"The JSON matrix is down, quantify the auxiliary pixel so we can transmit the EXE interface!\"}"], ["created_at", "2016-10-07 18:56:46.908676"], ["updated_at", "2016-10-07 18:56:46.908676"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis non ut.\",\"body\":\"You can't index the application without copying the 1080p COM array!\"}"], ["created_at", "2016-10-07 18:56:46.909885"], ["updated_at", "2016-10-07 18:56:46.909885"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolorem consequatur ut.\",\"body\":\"The FTP monitor is down, transmit the back-end protocol so we can calculate the SMS program!\"}"], ["created_at", "2016-10-07 18:56:46.911058"], ["updated_at", "2016-10-07 18:56:46.911058"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum quis id earum repudiandae enim et.\",\"body\":\"We need to copy the redundant AI circuit!\"}"], ["created_at", "2016-10-07 18:56:46.912179"], ["updated_at", "2016-10-07 18:56:46.912179"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias in dolorem voluptatem harum.\",\"body\":\"I'll synthesize the bluetooth THX monitor, that should matrix the SAS program!\"}"], ["created_at", "2016-10-07 18:56:46.913263"], ["updated_at", "2016-10-07 18:56:46.913263"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad libero porro explicabo at molestiae.\",\"body\":\"Copying the monitor won't do anything, we need to navigate the online ftp circuit!\"}"], ["created_at", "2016-10-07 18:56:46.914296"], ["updated_at", "2016-10-07 18:56:46.914296"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea veniam dolorem.\",\"body\":\"Try to calculate the ADP pixel, maybe it will input the auxiliary microchip!\"}"], ["created_at", "2016-10-07 18:56:46.915539"], ["updated_at", "2016-10-07 18:56:46.915539"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae nihil aut harum reprehenderit tempore.\",\"body\":\"Use the open-source IB feed, then you can navigate the back-end microchip!\"}"], ["created_at", "2016-10-07 18:56:46.916825"], ["updated_at", "2016-10-07 18:56:46.916825"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In quod perspiciatis nihil ut dignissimos ab veniam.\",\"body\":\"The USB panel is down, copy the virtual firewall so we can transmit the AI application!\"}"], ["created_at", "2016-10-07 18:56:46.918188"], ["updated_at", "2016-10-07 18:56:46.918188"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est nobis blanditiis ut a in.\",\"body\":\"If we quantify the monitor, we can get to the HDD array through the solid state PCI microchip!\"}"], ["created_at", "2016-10-07 18:56:46.920249"], ["updated_at", "2016-10-07 18:56:46.920249"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore voluptatum placeat quis eum voluptates asperiores.\",\"body\":\"I'll generate the bluetooth CSS driver, that should system the EXE alarm!\"}"], ["created_at", "2016-10-07 18:56:46.921333"], ["updated_at", "2016-10-07 18:56:46.921333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut velit doloribus quam adipisci.\",\"body\":\"Hacking the firewall won't do anything, we need to compress the back-end sms port!\"}"], ["created_at", "2016-10-07 18:56:46.922307"], ["updated_at", "2016-10-07 18:56:46.922307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate ab sed.\",\"body\":\"The SMS sensor is down, navigate the multi-byte alarm so we can program the SCSI application!\"}"], ["created_at", "2016-10-07 18:56:46.923299"], ["updated_at", "2016-10-07 18:56:46.923299"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus et fugit qui eaque incidunt aut.\",\"body\":\"If we navigate the alarm, we can get to the XSS protocol through the redundant RAM transmitter!\"}"], ["created_at", "2016-10-07 18:56:46.924283"], ["updated_at", "2016-10-07 18:56:46.924283"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est est et eos non quia consequatur beatae.\",\"body\":\"If we program the panel, we can get to the SAS application through the primary RAM matrix!\"}"], ["created_at", "2016-10-07 18:56:46.925234"], ["updated_at", "2016-10-07 18:56:46.925234"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam rem corporis occaecati optio adipisci aut.\",\"body\":\"If we hack the card, we can get to the AGP microchip through the auxiliary RSS alarm!\"}"], ["created_at", "2016-10-07 18:56:46.926252"], ["updated_at", "2016-10-07 18:56:46.926252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde ut autem deleniti quae.\",\"body\":\"I'll navigate the back-end FTP matrix, that should firewall the IB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:46.927275"], ["updated_at", "2016-10-07 18:56:46.927275"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates sint quibusdam corrupti.\",\"body\":\"Try to transmit the GB pixel, maybe it will program the bluetooth bandwidth!\"}"], ["created_at", "2016-10-07 18:56:46.928251"], ["updated_at", "2016-10-07 18:56:46.928251"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam officia deleniti molestias maxime et nesciunt rerum.\",\"body\":\"We need to parse the cross-platform SMS program!\"}"], ["created_at", "2016-10-07 18:56:46.929193"], ["updated_at", "2016-10-07 18:56:46.929193"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum maxime ut ipsam.\",\"body\":\"Overriding the panel won't do anything, we need to copy the primary jbod program!\"}"], ["created_at", "2016-10-07 18:56:46.930176"], ["updated_at", "2016-10-07 18:56:46.930176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde repellat excepturi.\",\"body\":\"Compressing the card won't do anything, we need to connect the bluetooth sms system!\"}"], ["created_at", "2016-10-07 18:56:46.931161"], ["updated_at", "2016-10-07 18:56:46.931161"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem eos esse aut voluptates.\",\"body\":\"We need to generate the auxiliary TCP hard drive!\"}"], ["created_at", "2016-10-07 18:56:46.932132"], ["updated_at", "2016-10-07 18:56:46.932132"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis temporibus minima.\",\"body\":\"We need to transmit the cross-platform AI sensor!\"}"], ["created_at", "2016-10-07 18:56:46.933176"], ["updated_at", "2016-10-07 18:56:46.933176"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias excepturi possimus.\",\"body\":\"You can't input the application without hacking the virtual RAM microchip!\"}"], ["created_at", "2016-10-07 18:56:46.934233"], ["updated_at", "2016-10-07 18:56:46.934233"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam fugit deleniti labore qui accusantium totam.\",\"body\":\"I'll bypass the haptic EXE capacitor, that should transmitter the FTP interface!\"}"], ["created_at", "2016-10-07 18:56:46.935404"], ["updated_at", "2016-10-07 18:56:46.935404"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate tenetur quas voluptas molestiae vel.\",\"body\":\"The XML array is down, navigate the open-source application so we can index the RSS sensor!\"}"], ["created_at", "2016-10-07 18:56:46.936461"], ["updated_at", "2016-10-07 18:56:46.936461"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus rerum rerum est minus.\",\"body\":\"The RAM program is down, transmit the primary sensor so we can connect the TCP microchip!\"}"], ["created_at", "2016-10-07 18:56:46.937490"], ["updated_at", "2016-10-07 18:56:46.937490"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique consequatur occaecati.\",\"body\":\"If we back up the application, we can get to the FTP firewall through the multi-byte SSL bandwidth!\"}"], ["created_at", "2016-10-07 18:56:46.938494"], ["updated_at", "2016-10-07 18:56:46.938494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum esse aspernatur et eos rerum sed nisi.\",\"body\":\"Use the online RSS bandwidth, then you can synthesize the neural bus!\"}"], ["created_at", "2016-10-07 18:56:46.939548"], ["updated_at", "2016-10-07 18:56:46.939548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero officiis veritatis.\",\"body\":\"You can't synthesize the microchip without bypassing the cross-platform CSS protocol!\"}"], ["created_at", "2016-10-07 18:56:46.940555"], ["updated_at", "2016-10-07 18:56:46.940555"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia necessitatibus sequi quibusdam delectus fugit.\",\"body\":\"The EXE monitor is down, quantify the haptic transmitter so we can index the COM sensor!\"}"], ["created_at", "2016-10-07 18:56:46.941541"], ["updated_at", "2016-10-07 18:56:46.941541"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis libero commodi animi dolor architecto.\",\"body\":\"You can't back up the driver without programming the redundant USB bus!\"}"], ["created_at", "2016-10-07 18:56:46.942548"], ["updated_at", "2016-10-07 18:56:46.942548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis est eos.\",\"body\":\"Try to generate the AI feed, maybe it will override the back-end capacitor!\"}"], ["created_at", "2016-10-07 18:56:46.943544"], ["updated_at", "2016-10-07 18:56:46.943544"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis ullam occaecati voluptas.\",\"body\":\"If we calculate the matrix, we can get to the HTTP port through the bluetooth EXE application!\"}"], ["created_at", "2016-10-07 18:56:46.944498"], ["updated_at", "2016-10-07 18:56:46.944498"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis culpa et.\",\"body\":\"Compressing the bandwidth won't do anything, we need to input the online xss array!\"}"], ["created_at", "2016-10-07 18:56:46.945460"], ["updated_at", "2016-10-07 18:56:46.945460"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid aut optio architecto eos et.\",\"body\":\"You can't transmit the circuit without copying the virtual THX capacitor!\"}"], ["created_at", "2016-10-07 18:56:46.946438"], ["updated_at", "2016-10-07 18:56:46.946438"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum animi qui.\",\"body\":\"We need to calculate the cross-platform TCP microchip!\"}"], ["created_at", "2016-10-07 18:56:46.947431"], ["updated_at", "2016-10-07 18:56:46.947431"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel ut inventore consequatur in.\",\"body\":\"Backing up the array won't do anything, we need to navigate the wireless rss transmitter!\"}"], ["created_at", "2016-10-07 18:56:46.948425"], ["updated_at", "2016-10-07 18:56:46.948425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio possimus id cum autem id ex.\",\"body\":\"You can't quantify the circuit without copying the back-end HTTP application!\"}"], ["created_at", "2016-10-07 18:56:46.949386"], ["updated_at", "2016-10-07 18:56:46.949386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam culpa atque mollitia consectetur maxime.\",\"body\":\"Connecting the alarm won't do anything, we need to generate the primary usb system!\"}"], ["created_at", "2016-10-07 18:56:46.950389"], ["updated_at", "2016-10-07 18:56:46.950389"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa soluta aut et consequatur maxime vel.\",\"body\":\"Generating the feed won't do anything, we need to hack the 1080p com card!\"}"], ["created_at", "2016-10-07 18:56:46.951429"], ["updated_at", "2016-10-07 18:56:46.951429"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus omnis ratione molestiae nisi.\",\"body\":\"If we quantify the microchip, we can get to the USB port through the neural USB microchip!\"}"], ["created_at", "2016-10-07 18:56:46.952758"], ["updated_at", "2016-10-07 18:56:46.952758"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui aperiam corporis.\",\"body\":\"Try to hack the SSL interface, maybe it will input the virtual firewall!\"}"], ["created_at", "2016-10-07 18:56:46.953998"], ["updated_at", "2016-10-07 18:56:46.953998"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem dolorum consequuntur.\",\"body\":\"I'll index the auxiliary SSL port, that should monitor the PCI sensor!\"}"], ["created_at", "2016-10-07 18:56:46.955233"], ["updated_at", "2016-10-07 18:56:46.955233"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui assumenda voluptas illum nulla esse molestias et.\",\"body\":\"Backing up the port won't do anything, we need to transmit the cross-platform http bus!\"}"], ["created_at", "2016-10-07 18:56:46.956523"], ["updated_at", "2016-10-07 18:56:46.956523"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur iste similique omnis laudantium aut libero ad.\",\"body\":\"You can't transmit the port without synthesizing the haptic ADP program!\"}"], ["created_at", "2016-10-07 18:56:46.958057"], ["updated_at", "2016-10-07 18:56:46.958057"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci at fuga corporis sunt ut.\",\"body\":\"The JBOD protocol is down, navigate the online driver so we can calculate the IB alarm!\"}"], ["created_at", "2016-10-07 18:56:46.960557"], ["updated_at", "2016-10-07 18:56:46.960557"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum rem asperiores et labore molestiae aut.\",\"body\":\"The SCSI matrix is down, copy the auxiliary monitor so we can compress the EXE circuit!\"}"], ["created_at", "2016-10-07 18:56:46.962165"], ["updated_at", "2016-10-07 18:56:46.962165"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo ut nulla cumque.\",\"body\":\"Try to copy the SDD bus, maybe it will program the back-end system!\"}"], ["created_at", "2016-10-07 18:56:46.963424"], ["updated_at", "2016-10-07 18:56:46.963424"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis eum impedit corporis.\",\"body\":\"Use the back-end IB firewall, then you can synthesize the mobile firewall!\"}"], ["created_at", "2016-10-07 18:56:46.966007"], ["updated_at", "2016-10-07 18:56:46.966007"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam repellat dolorem ad est eos vitae sunt.\",\"body\":\"The JSON microchip is down, transmit the redundant program so we can reboot the ADP transmitter!\"}"], ["created_at", "2016-10-07 18:56:46.967357"], ["updated_at", "2016-10-07 18:56:46.967357"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum autem tempora distinctio et voluptas beatae omnis.\",\"body\":\"The AI firewall is down, navigate the solid state pixel so we can synthesize the USB array!\"}"], ["created_at", "2016-10-07 18:56:46.968418"], ["updated_at", "2016-10-07 18:56:46.968418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore voluptates quia natus vero dolores est eius.\",\"body\":\"Try to transmit the AI monitor, maybe it will override the virtual panel!\"}"], ["created_at", "2016-10-07 18:56:46.969416"], ["updated_at", "2016-10-07 18:56:46.969416"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo sit tempora atque ex id ut et.\",\"body\":\"You can't program the transmitter without programming the auxiliary PNG port!\"}"], ["created_at", "2016-10-07 18:56:46.970366"], ["updated_at", "2016-10-07 18:56:46.970366"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo nihil soluta porro temporibus.\",\"body\":\"We need to transmit the neural ADP driver!\"}"], ["created_at", "2016-10-07 18:56:46.971370"], ["updated_at", "2016-10-07 18:56:46.971370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id dicta expedita non qui vel mollitia.\",\"body\":\"Try to bypass the SQL panel, maybe it will override the back-end panel!\"}"], ["created_at", "2016-10-07 18:56:46.972373"], ["updated_at", "2016-10-07 18:56:46.972373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi enim voluptatem sed ab dolorem.\",\"body\":\"The JBOD capacitor is down, generate the back-end program so we can compress the AGP alarm!\"}"], ["created_at", "2016-10-07 18:56:46.973360"], ["updated_at", "2016-10-07 18:56:46.973360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea libero pariatur dignissimos.\",\"body\":\"Use the neural PNG sensor, then you can parse the virtual application!\"}"], ["created_at", "2016-10-07 18:56:46.974314"], ["updated_at", "2016-10-07 18:56:46.974314"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vel adipisci et est ut laudantium eum.\",\"body\":\"If we copy the hard drive, we can get to the PNG pixel through the multi-byte XML firewall!\"}"], ["created_at", "2016-10-07 18:56:46.975269"], ["updated_at", "2016-10-07 18:56:46.975269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum eveniet inventore.\",\"body\":\"If we compress the array, we can get to the TCP panel through the bluetooth SQL alarm!\"}"], ["created_at", "2016-10-07 18:56:46.976269"], ["updated_at", "2016-10-07 18:56:46.976269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis ducimus sit ea dolore ipsam laborum veritatis.\",\"body\":\"Try to navigate the AGP bus, maybe it will hack the primary transmitter!\"}"], ["created_at", "2016-10-07 18:56:46.977223"], ["updated_at", "2016-10-07 18:56:46.977223"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta voluptatibus enim dolorem.\",\"body\":\"Quantifying the protocol won't do anything, we need to program the virtual gb matrix!\"}"], ["created_at", "2016-10-07 18:56:46.978173"], ["updated_at", "2016-10-07 18:56:46.978173"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem et beatae omnis.\",\"body\":\"I'll generate the multi-byte XML sensor, that should transmitter the SAS bus!\"}"], ["created_at", "2016-10-07 18:56:46.979118"], ["updated_at", "2016-10-07 18:56:46.979118"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit animi quas nihil quia aspernatur.\",\"body\":\"The PCI bandwidth is down, quantify the multi-byte sensor so we can connect the USB transmitter!\"}"], ["created_at", "2016-10-07 18:56:46.980100"], ["updated_at", "2016-10-07 18:56:46.980100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In asperiores odio culpa provident.\",\"body\":\"Try to index the AGP card, maybe it will copy the wireless pixel!\"}"], ["created_at", "2016-10-07 18:56:46.981148"], ["updated_at", "2016-10-07 18:56:46.981148"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor repellendus unde et voluptatum.\",\"body\":\"Overriding the array won't do anything, we need to program the mobile png circuit!\"}"], ["created_at", "2016-10-07 18:56:46.982129"], ["updated_at", "2016-10-07 18:56:46.982129"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda blanditiis atque perferendis.\",\"body\":\"The IB capacitor is down, quantify the open-source matrix so we can hack the RSS firewall!\"}"], ["created_at", "2016-10-07 18:56:46.983118"], ["updated_at", "2016-10-07 18:56:46.983118"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed totam modi saepe doloremque ea sunt ut.\",\"body\":\"Indexing the array won't do anything, we need to generate the online ib port!\"}"], ["created_at", "2016-10-07 18:56:46.984168"], ["updated_at", "2016-10-07 18:56:46.984168"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem omnis quia sed vel id maxime.\",\"body\":\"Parsing the feed won't do anything, we need to bypass the virtual http hard drive!\"}"], ["created_at", "2016-10-07 18:56:46.985299"], ["updated_at", "2016-10-07 18:56:46.985299"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sit qui dicta sint.\",\"body\":\"You can't transmit the sensor without transmitting the wireless COM panel!\"}"], ["created_at", "2016-10-07 18:56:46.986340"], ["updated_at", "2016-10-07 18:56:46.986340"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis facere sunt.\",\"body\":\"You can't program the driver without synthesizing the haptic JBOD interface!\"}"], ["created_at", "2016-10-07 18:56:46.987345"], ["updated_at", "2016-10-07 18:56:46.987345"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo quae et quis.\",\"body\":\"Try to parse the PNG transmitter, maybe it will program the online alarm!\"}"], ["created_at", "2016-10-07 18:56:46.988359"], ["updated_at", "2016-10-07 18:56:46.988359"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur hic est et cumque ea quos corrupti.\",\"body\":\"I'll synthesize the primary ADP transmitter, that should application the COM application!\"}"], ["created_at", "2016-10-07 18:56:46.989475"], ["updated_at", "2016-10-07 18:56:46.989475"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut sit corporis provident et.\",\"body\":\"If we transmit the array, we can get to the RAM microchip through the cross-platform CSS array!\"}"], ["created_at", "2016-10-07 18:56:46.990593"], ["updated_at", "2016-10-07 18:56:46.990593"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda ab magni a facilis.\",\"body\":\"I'll synthesize the 1080p AGP system, that should capacitor the CSS matrix!\"}"], ["created_at", "2016-10-07 18:56:46.991699"], ["updated_at", "2016-10-07 18:56:46.991699"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis illum molestiae porro ut.\",\"body\":\"You can't bypass the bus without hacking the back-end SCSI pixel!\"}"], ["created_at", "2016-10-07 18:56:46.992856"], ["updated_at", "2016-10-07 18:56:46.992856"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima doloremque omnis.\",\"body\":\"I'll hack the redundant XML circuit, that should bus the HTTP bus!\"}"], ["created_at", "2016-10-07 18:56:46.993984"], ["updated_at", "2016-10-07 18:56:46.993984"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur tenetur temporibus expedita voluptatem.\",\"body\":\"We need to quantify the open-source JBOD transmitter!\"}"], ["created_at", "2016-10-07 18:56:46.995107"], ["updated_at", "2016-10-07 18:56:46.995107"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis tenetur quidem.\",\"body\":\"Use the open-source JSON pixel, then you can override the wireless firewall!\"}"], ["created_at", "2016-10-07 18:56:46.996201"], ["updated_at", "2016-10-07 18:56:46.996201"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum assumenda voluptate.\",\"body\":\"You can't program the firewall without copying the mobile USB circuit!\"}"], ["created_at", "2016-10-07 18:56:46.997279"], ["updated_at", "2016-10-07 18:56:46.997279"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et rerum ipsa quo quo at numquam molestiae.\",\"body\":\"Navigating the circuit won't do anything, we need to program the solid state rss sensor!\"}"], ["created_at", "2016-10-07 18:56:46.998408"], ["updated_at", "2016-10-07 18:56:46.998408"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat fuga est enim est consectetur doloribus deserunt.\",\"body\":\"I'll synthesize the wireless SMS firewall, that should sensor the COM card!\"}"], ["created_at", "2016-10-07 18:56:46.999601"], ["updated_at", "2016-10-07 18:56:46.999601"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi eius enim.\",\"body\":\"I'll reboot the multi-byte SAS program, that should sensor the USB port!\"}"], ["created_at", "2016-10-07 18:56:47.000897"], ["updated_at", "2016-10-07 18:56:47.000897"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet dolor asperiores suscipit.\",\"body\":\"You can't generate the protocol without synthesizing the redundant SSL capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.002182"], ["updated_at", "2016-10-07 18:56:47.002182"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa qui impedit dolorum.\",\"body\":\"You can't back up the monitor without calculating the bluetooth AGP port!\"}"], ["created_at", "2016-10-07 18:56:47.003436"], ["updated_at", "2016-10-07 18:56:47.003436"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed aliquid placeat illum maiores.\",\"body\":\"You can't generate the interface without indexing the auxiliary AGP program!\"}"], ["created_at", "2016-10-07 18:56:47.004697"], ["updated_at", "2016-10-07 18:56:47.004697"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni iure culpa cupiditate.\",\"body\":\"Use the redundant EXE pixel, then you can input the optical alarm!\"}"], ["created_at", "2016-10-07 18:56:47.006255"], ["updated_at", "2016-10-07 18:56:47.006255"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi ut et aspernatur consequatur quaerat quia delectus.\",\"body\":\"Bypassing the port won't do anything, we need to program the online gb feed!\"}"], ["created_at", "2016-10-07 18:56:47.009145"], ["updated_at", "2016-10-07 18:56:47.009145"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos praesentium ut doloribus sunt.\",\"body\":\"The JSON protocol is down, bypass the cross-platform microchip so we can override the SQL array!\"}"], ["created_at", "2016-10-07 18:56:47.010919"], ["updated_at", "2016-10-07 18:56:47.010919"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut vel voluptate.\",\"body\":\"If we navigate the microchip, we can get to the COM transmitter through the multi-byte SDD panel!\"}"], ["created_at", "2016-10-07 18:56:47.013904"], ["updated_at", "2016-10-07 18:56:47.013904"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis aliquid sed est et ea velit ipsum.\",\"body\":\"Programming the monitor won't do anything, we need to quantify the 1080p exe array!\"}"], ["created_at", "2016-10-07 18:56:47.015106"], ["updated_at", "2016-10-07 18:56:47.015106"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam blanditiis dolorum quae iure aut reprehenderit.\",\"body\":\"The GB protocol is down, override the mobile panel so we can synthesize the SDD program!\"}"], ["created_at", "2016-10-07 18:56:47.016250"], ["updated_at", "2016-10-07 18:56:47.016250"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas provident et officiis qui quod fugit.\",\"body\":\"Overriding the interface won't do anything, we need to transmit the online ib firewall!\"}"], ["created_at", "2016-10-07 18:56:47.017587"], ["updated_at", "2016-10-07 18:56:47.017587"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus aut error nobis exercitationem autem quia saepe.\",\"body\":\"Indexing the system won't do anything, we need to generate the mobile ram firewall!\"}"], ["created_at", "2016-10-07 18:56:47.018742"], ["updated_at", "2016-10-07 18:56:47.018742"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed omnis voluptas eum voluptas.\",\"body\":\"Try to parse the SCSI driver, maybe it will input the primary pixel!\"}"], ["created_at", "2016-10-07 18:56:47.019867"], ["updated_at", "2016-10-07 18:56:47.019867"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas accusantium illum.\",\"body\":\"Generating the card won't do anything, we need to compress the digital gb firewall!\"}"], ["created_at", "2016-10-07 18:56:47.020961"], ["updated_at", "2016-10-07 18:56:47.020961"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia voluptas ullam.\",\"body\":\"The SMTP bandwidth is down, generate the neural driver so we can hack the AI hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.022086"], ["updated_at", "2016-10-07 18:56:47.022086"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam voluptas suscipit minus et id non nam.\",\"body\":\"We need to reboot the wireless SMTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.023192"], ["updated_at", "2016-10-07 18:56:47.023192"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio voluptatem delectus quod omnis.\",\"body\":\"I'll bypass the bluetooth USB monitor, that should program the PNG firewall!\"}"], ["created_at", "2016-10-07 18:56:47.024321"], ["updated_at", "2016-10-07 18:56:47.024321"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae totam atque vel quia quidem.\",\"body\":\"Try to copy the EXE card, maybe it will override the multi-byte driver!\"}"], ["created_at", "2016-10-07 18:56:47.025500"], ["updated_at", "2016-10-07 18:56:47.025500"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur asperiores ipsa placeat voluptas.\",\"body\":\"We need to calculate the open-source SCSI microchip!\"}"], ["created_at", "2016-10-07 18:56:47.026644"], ["updated_at", "2016-10-07 18:56:47.026644"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A velit dolor praesentium consequatur.\",\"body\":\"We need to override the optical TCP bus!\"}"], ["created_at", "2016-10-07 18:56:47.027689"], ["updated_at", "2016-10-07 18:56:47.027689"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis qui rem veniam.\",\"body\":\"Calculating the hard drive won't do anything, we need to back up the optical gb bus!\"}"], ["created_at", "2016-10-07 18:56:47.028697"], ["updated_at", "2016-10-07 18:56:47.028697"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione sed ipsam ut.\",\"body\":\"You can't program the application without transmitting the optical SMS program!\"}"], ["created_at", "2016-10-07 18:56:47.029655"], ["updated_at", "2016-10-07 18:56:47.029655"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia labore animi ut repellendus et ullam vel.\",\"body\":\"Backing up the port won't do anything, we need to copy the cross-platform ssl microchip!\"}"], ["created_at", "2016-10-07 18:56:47.030648"], ["updated_at", "2016-10-07 18:56:47.030648"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis vel voluptates ipsa autem reprehenderit.\",\"body\":\"I'll connect the auxiliary SSL transmitter, that should alarm the JSON bus!\"}"], ["created_at", "2016-10-07 18:56:47.031620"], ["updated_at", "2016-10-07 18:56:47.031620"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed possimus laborum nisi alias ut ut nam.\",\"body\":\"We need to override the mobile SMS system!\"}"], ["created_at", "2016-10-07 18:56:47.032551"], ["updated_at", "2016-10-07 18:56:47.032551"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo voluptatum fugit.\",\"body\":\"Use the solid state FTP protocol, then you can reboot the digital bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.033558"], ["updated_at", "2016-10-07 18:56:47.033558"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora nulla qui sit molestiae ea voluptate ullam.\",\"body\":\"We need to override the solid state COM transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.034678"], ["updated_at", "2016-10-07 18:56:47.034678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur dolorem assumenda illo beatae.\",\"body\":\"The THX bus is down, calculate the online panel so we can override the RSS bus!\"}"], ["created_at", "2016-10-07 18:56:47.035740"], ["updated_at", "2016-10-07 18:56:47.035740"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus voluptatem architecto officia maxime ipsum soluta dolorem.\",\"body\":\"I'll compress the virtual SMTP array, that should bus the SAS transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.036704"], ["updated_at", "2016-10-07 18:56:47.036704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum sit velit.\",\"body\":\"Try to reboot the SQL panel, maybe it will connect the bluetooth array!\"}"], ["created_at", "2016-10-07 18:56:47.037711"], ["updated_at", "2016-10-07 18:56:47.037711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea aut aut.\",\"body\":\"We need to index the solid state PCI microchip!\"}"], ["created_at", "2016-10-07 18:56:47.038700"], ["updated_at", "2016-10-07 18:56:47.038700"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit et error minus in a suscipit animi.\",\"body\":\"I'll hack the cross-platform JBOD circuit, that should panel the SSL panel!\"}"], ["created_at", "2016-10-07 18:56:47.039678"], ["updated_at", "2016-10-07 18:56:47.039678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique praesentium et dolorum odit maiores aut ipsa.\",\"body\":\"If we quantify the monitor, we can get to the THX hard drive through the primary GB application!\"}"], ["created_at", "2016-10-07 18:56:47.040630"], ["updated_at", "2016-10-07 18:56:47.040630"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque eveniet sed similique assumenda repudiandae aut.\",\"body\":\"Try to connect the CSS array, maybe it will generate the virtual transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.041600"], ["updated_at", "2016-10-07 18:56:47.041600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In enim voluptatibus totam nobis facilis pariatur.\",\"body\":\"We need to override the bluetooth JSON application!\"}"], ["created_at", "2016-10-07 18:56:47.042622"], ["updated_at", "2016-10-07 18:56:47.042622"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit repellat quia.\",\"body\":\"I'll generate the mobile COM program, that should pixel the XSS sensor!\"}"], ["created_at", "2016-10-07 18:56:47.043599"], ["updated_at", "2016-10-07 18:56:47.043599"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam et asperiores natus ratione.\",\"body\":\"I'll connect the 1080p USB program, that should circuit the USB alarm!\"}"], ["created_at", "2016-10-07 18:56:47.044573"], ["updated_at", "2016-10-07 18:56:47.044573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est architecto consequuntur dicta ut odit eos nemo.\",\"body\":\"I'll navigate the online PNG firewall, that should transmitter the HTTP port!\"}"], ["created_at", "2016-10-07 18:56:47.045524"], ["updated_at", "2016-10-07 18:56:47.045524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam quia illo assumenda molestiae voluptatem sequi.\",\"body\":\"We need to transmit the multi-byte RAM port!\"}"], ["created_at", "2016-10-07 18:56:47.046473"], ["updated_at", "2016-10-07 18:56:47.046473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti ut et.\",\"body\":\"Use the multi-byte USB bus, then you can calculate the haptic interface!\"}"], ["created_at", "2016-10-07 18:56:47.047445"], ["updated_at", "2016-10-07 18:56:47.047445"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex corporis cumque quo ratione.\",\"body\":\"The SSL system is down, bypass the virtual port so we can reboot the COM port!\"}"], ["created_at", "2016-10-07 18:56:47.048375"], ["updated_at", "2016-10-07 18:56:47.048375"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium ipsa non aperiam dolorem quia.\",\"body\":\"I'll generate the auxiliary SMTP microchip, that should sensor the CSS protocol!\"}"], ["created_at", "2016-10-07 18:56:47.049351"], ["updated_at", "2016-10-07 18:56:47.049351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In officia est totam et nostrum quia.\",\"body\":\"Use the wireless JSON bus, then you can back up the multi-byte feed!\"}"], ["created_at", "2016-10-07 18:56:47.050378"], ["updated_at", "2016-10-07 18:56:47.050378"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut eos quisquam maiores dolorum ullam.\",\"body\":\"Synthesizing the application won't do anything, we need to parse the redundant sql capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.051397"], ["updated_at", "2016-10-07 18:56:47.051397"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo eum laudantium temporibus et reprehenderit sit.\",\"body\":\"Navigating the system won't do anything, we need to index the solid state http monitor!\"}"], ["created_at", "2016-10-07 18:56:47.052399"], ["updated_at", "2016-10-07 18:56:47.052399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et assumenda eveniet ut.\",\"body\":\"Try to program the XSS firewall, maybe it will back up the optical application!\"}"], ["created_at", "2016-10-07 18:56:47.053357"], ["updated_at", "2016-10-07 18:56:47.053357"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae deserunt qui nobis ab sunt quis error.\",\"body\":\"If we navigate the capacitor, we can get to the HDD protocol through the primary RSS alarm!\"}"], ["created_at", "2016-10-07 18:56:47.054324"], ["updated_at", "2016-10-07 18:56:47.054324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ducimus quibusdam.\",\"body\":\"If we calculate the application, we can get to the FTP sensor through the wireless XSS microchip!\"}"], ["created_at", "2016-10-07 18:56:47.055328"], ["updated_at", "2016-10-07 18:56:47.055328"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt eos est consequuntur molestiae odit.\",\"body\":\"I'll synthesize the neural CSS capacitor, that should feed the COM matrix!\"}"], ["created_at", "2016-10-07 18:56:47.056304"], ["updated_at", "2016-10-07 18:56:47.056304"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et similique adipisci atque nesciunt maxime est.\",\"body\":\"I'll input the multi-byte SCSI system, that should microchip the CSS card!\"}"], ["created_at", "2016-10-07 18:56:47.057366"], ["updated_at", "2016-10-07 18:56:47.057366"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est earum ut repellat velit.\",\"body\":\"We need to copy the redundant SMS driver!\"}"], ["created_at", "2016-10-07 18:56:47.058466"], ["updated_at", "2016-10-07 18:56:47.058466"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In consequatur quaerat.\",\"body\":\"Use the cross-platform JBOD firewall, then you can copy the cross-platform program!\"}"], ["created_at", "2016-10-07 18:56:47.059631"], ["updated_at", "2016-10-07 18:56:47.059631"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur officia itaque laboriosam at quis sed.\",\"body\":\"We need to copy the digital USB card!\"}"], ["created_at", "2016-10-07 18:56:47.060720"], ["updated_at", "2016-10-07 18:56:47.060720"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto nemo aperiam est facilis nihil adipisci earum.\",\"body\":\"We need to index the digital SDD sensor!\"}"], ["created_at", "2016-10-07 18:56:47.061782"], ["updated_at", "2016-10-07 18:56:47.061782"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut fugiat et provident pariatur nobis ut qui.\",\"body\":\"The SSL pixel is down, transmit the virtual monitor so we can index the SCSI circuit!\"}"], ["created_at", "2016-10-07 18:56:47.062899"], ["updated_at", "2016-10-07 18:56:47.062899"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum dolor alias exercitationem.\",\"body\":\"We need to back up the solid state USB matrix!\"}"], ["created_at", "2016-10-07 18:56:47.064012"], ["updated_at", "2016-10-07 18:56:47.064012"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa fuga harum sint.\",\"body\":\"I'll reboot the primary RSS microchip, that should application the SCSI array!\"}"], ["created_at", "2016-10-07 18:56:47.065103"], ["updated_at", "2016-10-07 18:56:47.065103"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis et qui delectus quisquam est.\",\"body\":\"You can't compress the sensor without hacking the haptic JSON sensor!\"}"], ["created_at", "2016-10-07 18:56:47.066201"], ["updated_at", "2016-10-07 18:56:47.066201"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora excepturi qui.\",\"body\":\"Programming the hard drive won't do anything, we need to calculate the open-source xml feed!\"}"], ["created_at", "2016-10-07 18:56:47.067376"], ["updated_at", "2016-10-07 18:56:47.067376"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque perspiciatis aut illo et.\",\"body\":\"Use the back-end SCSI alarm, then you can index the solid state bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.068505"], ["updated_at", "2016-10-07 18:56:47.068505"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat aut consequatur deserunt in porro consequuntur nesciunt.\",\"body\":\"You can't quantify the application without quantifying the haptic HTTP matrix!\"}"], ["created_at", "2016-10-07 18:56:47.069610"], ["updated_at", "2016-10-07 18:56:47.069610"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis dolor cumque harum excepturi dicta magnam consequatur.\",\"body\":\"I'll input the multi-byte CSS card, that should interface the SSL card!\"}"], ["created_at", "2016-10-07 18:56:47.070734"], ["updated_at", "2016-10-07 18:56:47.070734"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptatum dicta saepe ut quas corrupti.\",\"body\":\"If we calculate the alarm, we can get to the SCSI capacitor through the primary ADP bus!\"}"], ["created_at", "2016-10-07 18:56:47.071816"], ["updated_at", "2016-10-07 18:56:47.071816"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat sint ipsam praesentium aspernatur corporis dignissimos nihil.\",\"body\":\"Connecting the panel won't do anything, we need to index the wireless sdd driver!\"}"], ["created_at", "2016-10-07 18:56:47.072903"], ["updated_at", "2016-10-07 18:56:47.072903"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem natus repellat harum.\",\"body\":\"The COM pixel is down, override the mobile interface so we can generate the HDD monitor!\"}"], ["created_at", "2016-10-07 18:56:47.073998"], ["updated_at", "2016-10-07 18:56:47.073998"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum et iure ut nulla beatae quis inventore.\",\"body\":\"Use the multi-byte HTTP bandwidth, then you can transmit the virtual system!\"}"], ["created_at", "2016-10-07 18:56:47.075133"], ["updated_at", "2016-10-07 18:56:47.075133"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel eligendi quibusdam doloremque eius temporibus commodi.\",\"body\":\"Use the mobile SCSI alarm, then you can compress the optical panel!\"}"], ["created_at", "2016-10-07 18:56:47.076307"], ["updated_at", "2016-10-07 18:56:47.076307"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora nemo eaque vitae ut.\",\"body\":\"We need to navigate the virtual ADP array!\"}"], ["created_at", "2016-10-07 18:56:47.077454"], ["updated_at", "2016-10-07 18:56:47.077454"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis et sit possimus.\",\"body\":\"I'll reboot the 1080p XML feed, that should monitor the SMTP pixel!\"}"], ["created_at", "2016-10-07 18:56:47.078553"], ["updated_at", "2016-10-07 18:56:47.078553"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ut est repellendus.\",\"body\":\"I'll hack the wireless ADP circuit, that should interface the SCSI circuit!\"}"], ["created_at", "2016-10-07 18:56:47.079652"], ["updated_at", "2016-10-07 18:56:47.079652"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat error ipsum veniam.\",\"body\":\"We need to calculate the neural RAM program!\"}"], ["created_at", "2016-10-07 18:56:47.080729"], ["updated_at", "2016-10-07 18:56:47.080729"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque quasi vel ea sit vitae.\",\"body\":\"Try to copy the SSL program, maybe it will index the bluetooth sensor!\"}"], ["created_at", "2016-10-07 18:56:47.081791"], ["updated_at", "2016-10-07 18:56:47.081791"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quia illum deleniti modi reprehenderit.\",\"body\":\"Use the primary EXE array, then you can bypass the solid state system!\"}"], ["created_at", "2016-10-07 18:56:47.082905"], ["updated_at", "2016-10-07 18:56:47.082905"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque non quo voluptatum molestias dolor.\",\"body\":\"You can't input the monitor without backing up the optical SDD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.084064"], ["updated_at", "2016-10-07 18:56:47.084064"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore illum ullam in est et et doloremque.\",\"body\":\"I'll program the open-source SSL feed, that should alarm the COM transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.085194"], ["updated_at", "2016-10-07 18:56:47.085194"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore quia animi.\",\"body\":\"I'll back up the haptic IB bandwidth, that should bandwidth the COM monitor!\"}"], ["created_at", "2016-10-07 18:56:47.086275"], ["updated_at", "2016-10-07 18:56:47.086275"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim exercitationem eos commodi.\",\"body\":\"You can't bypass the firewall without copying the optical SQL card!\"}"], ["created_at", "2016-10-07 18:56:47.087351"], ["updated_at", "2016-10-07 18:56:47.087351"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero consequatur et ut quas.\",\"body\":\"The COM interface is down, input the cross-platform card so we can synthesize the JSON panel!\"}"], ["created_at", "2016-10-07 18:56:47.088390"], ["updated_at", "2016-10-07 18:56:47.088390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et earum quisquam.\",\"body\":\"If we index the microchip, we can get to the THX matrix through the haptic AGP array!\"}"], ["created_at", "2016-10-07 18:56:47.089405"], ["updated_at", "2016-10-07 18:56:47.089405"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et magnam nostrum doloremque ipsum nihil itaque saepe.\",\"body\":\"The TCP driver is down, synthesize the multi-byte system so we can generate the EXE bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.090403"], ["updated_at", "2016-10-07 18:56:47.090403"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In ducimus qui provident nihil.\",\"body\":\"I'll back up the virtual AGP bus, that should circuit the CSS application!\"}"], ["created_at", "2016-10-07 18:56:47.091403"], ["updated_at", "2016-10-07 18:56:47.091403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora voluptatem non eum nostrum consequatur reprehenderit.\",\"body\":\"We need to quantify the back-end FTP driver!\"}"], ["created_at", "2016-10-07 18:56:47.092417"], ["updated_at", "2016-10-07 18:56:47.092417"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non reiciendis rerum reprehenderit magni sequi repellat.\",\"body\":\"Quantifying the application won't do anything, we need to connect the virtual css card!\"}"], ["created_at", "2016-10-07 18:56:47.093394"], ["updated_at", "2016-10-07 18:56:47.093394"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem enim tempore quidem.\",\"body\":\"Programming the protocol won't do anything, we need to reboot the open-source png firewall!\"}"], ["created_at", "2016-10-07 18:56:47.094382"], ["updated_at", "2016-10-07 18:56:47.094382"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem recusandae voluptates aut sit officiis est et.\",\"body\":\"The SMTP application is down, synthesize the virtual hard drive so we can quantify the COM microchip!\"}"], ["created_at", "2016-10-07 18:56:47.095397"], ["updated_at", "2016-10-07 18:56:47.095397"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non nihil blanditiis.\",\"body\":\"Use the digital RAM feed, then you can program the primary driver!\"}"], ["created_at", "2016-10-07 18:56:47.096382"], ["updated_at", "2016-10-07 18:56:47.096382"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus aut alias error adipisci omnis suscipit.\",\"body\":\"You can't quantify the application without navigating the auxiliary ADP transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.097362"], ["updated_at", "2016-10-07 18:56:47.097362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi iure tenetur.\",\"body\":\"The SCSI bandwidth is down, bypass the redundant bandwidth so we can parse the THX alarm!\"}"], ["created_at", "2016-10-07 18:56:47.098327"], ["updated_at", "2016-10-07 18:56:47.098327"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam et ipsum mollitia perferendis provident.\",\"body\":\"Calculating the application won't do anything, we need to program the primary agp hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.099321"], ["updated_at", "2016-10-07 18:56:47.099321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas itaque corporis alias quia et cumque.\",\"body\":\"Bypassing the circuit won't do anything, we need to hack the back-end sas bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.100340"], ["updated_at", "2016-10-07 18:56:47.100340"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil quod sed earum commodi.\",\"body\":\"Use the cross-platform AGP card, then you can generate the optical alarm!\"}"], ["created_at", "2016-10-07 18:56:47.101309"], ["updated_at", "2016-10-07 18:56:47.101309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit numquam eveniet.\",\"body\":\"Try to connect the SMTP array, maybe it will back up the bluetooth hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.102316"], ["updated_at", "2016-10-07 18:56:47.102316"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam aperiam consequatur quia aliquam.\",\"body\":\"You can't copy the bus without quantifying the primary ADP transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.103336"], ["updated_at", "2016-10-07 18:56:47.103336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis qui eos cum aut.\",\"body\":\"You can't compress the card without compressing the online SQL port!\"}"], ["created_at", "2016-10-07 18:56:47.104324"], ["updated_at", "2016-10-07 18:56:47.104324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum neque odit autem qui cumque sunt ut.\",\"body\":\"If we parse the application, we can get to the CSS hard drive through the primary SSL bus!\"}"], ["created_at", "2016-10-07 18:56:47.105278"], ["updated_at", "2016-10-07 18:56:47.105278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut tempora molestiae consequatur impedit omnis maiores.\",\"body\":\"If we synthesize the capacitor, we can get to the PNG feed through the wireless FTP protocol!\"}"], ["created_at", "2016-10-07 18:56:47.106230"], ["updated_at", "2016-10-07 18:56:47.106230"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo possimus sequi ex beatae maxime et qui.\",\"body\":\"If we calculate the monitor, we can get to the ADP sensor through the auxiliary THX firewall!\"}"], ["created_at", "2016-10-07 18:56:47.107174"], ["updated_at", "2016-10-07 18:56:47.107174"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur distinctio quam natus atque eum asperiores.\",\"body\":\"We need to compress the haptic XSS array!\"}"], ["created_at", "2016-10-07 18:56:47.108148"], ["updated_at", "2016-10-07 18:56:47.108148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque rerum aut dolores quidem et quia.\",\"body\":\"We need to copy the online GB firewall!\"}"], ["created_at", "2016-10-07 18:56:47.109171"], ["updated_at", "2016-10-07 18:56:47.109171"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt necessitatibus eum libero et dolor rerum.\",\"body\":\"The THX system is down, parse the multi-byte bus so we can copy the SSL transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.110175"], ["updated_at", "2016-10-07 18:56:47.110175"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab culpa quidem ut.\",\"body\":\"Use the primary XML interface, then you can synthesize the redundant protocol!\"}"], ["created_at", "2016-10-07 18:56:47.111140"], ["updated_at", "2016-10-07 18:56:47.111140"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat sunt nulla excepturi non et vero saepe.\",\"body\":\"Use the wireless SQL card, then you can parse the cross-platform system!\"}"], ["created_at", "2016-10-07 18:56:47.112114"], ["updated_at", "2016-10-07 18:56:47.112114"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere dolores quod repellat nobis.\",\"body\":\"Connecting the monitor won't do anything, we need to synthesize the primary css array!\"}"], ["created_at", "2016-10-07 18:56:47.113102"], ["updated_at", "2016-10-07 18:56:47.113102"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi incidunt ipsam rerum consequatur tenetur dolores maxime.\",\"body\":\"The RAM application is down, back up the virtual capacitor so we can parse the USB protocol!\"}"], ["created_at", "2016-10-07 18:56:47.114062"], ["updated_at", "2016-10-07 18:56:47.114062"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est reiciendis tempore qui occaecati ea quo quia.\",\"body\":\"Use the solid state HTTP firewall, then you can reboot the mobile alarm!\"}"], ["created_at", "2016-10-07 18:56:47.115069"], ["updated_at", "2016-10-07 18:56:47.115069"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque asperiores impedit consequatur.\",\"body\":\"You can't compress the pixel without copying the cross-platform SCSI driver!\"}"], ["created_at", "2016-10-07 18:56:47.116081"], ["updated_at", "2016-10-07 18:56:47.116081"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus earum eaque tempore magni omnis.\",\"body\":\"Try to input the CSS hard drive, maybe it will calculate the back-end program!\"}"], ["created_at", "2016-10-07 18:56:47.117101"], ["updated_at", "2016-10-07 18:56:47.117101"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa iusto atque eius.\",\"body\":\"You can't bypass the monitor without navigating the primary SDD firewall!\"}"], ["created_at", "2016-10-07 18:56:47.118072"], ["updated_at", "2016-10-07 18:56:47.118072"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia est totam libero cumque sapiente corporis et.\",\"body\":\"The RAM circuit is down, quantify the optical circuit so we can connect the THX driver!\"}"], ["created_at", "2016-10-07 18:56:47.119291"], ["updated_at", "2016-10-07 18:56:47.119291"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet minima eum.\",\"body\":\"Try to navigate the RSS bus, maybe it will copy the online bus!\"}"], ["created_at", "2016-10-07 18:56:47.120318"], ["updated_at", "2016-10-07 18:56:47.120318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit cumque similique.\",\"body\":\"Transmitting the protocol won't do anything, we need to transmit the auxiliary thx sensor!\"}"], ["created_at", "2016-10-07 18:56:47.121168"], ["updated_at", "2016-10-07 18:56:47.121168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum et autem qui.\",\"body\":\"Use the multi-byte SCSI alarm, then you can index the redundant sensor!\"}"], ["created_at", "2016-10-07 18:56:47.122031"], ["updated_at", "2016-10-07 18:56:47.122031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi laudantium velit distinctio voluptas.\",\"body\":\"You can't transmit the port without indexing the mobile COM program!\"}"], ["created_at", "2016-10-07 18:56:47.122912"], ["updated_at", "2016-10-07 18:56:47.122912"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur ipsa ut voluptatum ab rerum rerum aut.\",\"body\":\"Quantifying the pixel won't do anything, we need to input the wireless rss circuit!\"}"], ["created_at", "2016-10-07 18:56:47.123773"], ["updated_at", "2016-10-07 18:56:47.123773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ipsum beatae culpa ipsa.\",\"body\":\"I'll back up the virtual SSL firewall, that should firewall the RSS monitor!\"}"], ["created_at", "2016-10-07 18:56:47.124630"], ["updated_at", "2016-10-07 18:56:47.124630"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident aut delectus voluptas perspiciatis maxime.\",\"body\":\"You can't connect the transmitter without copying the online AGP interface!\"}"], ["created_at", "2016-10-07 18:56:47.125512"], ["updated_at", "2016-10-07 18:56:47.125512"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum ab ut suscipit qui consequatur rerum quia.\",\"body\":\"Try to hack the GB interface, maybe it will calculate the virtual matrix!\"}"], ["created_at", "2016-10-07 18:56:47.126393"], ["updated_at", "2016-10-07 18:56:47.126393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque sit mollitia exercitationem odit.\",\"body\":\"Backing up the bus won't do anything, we need to hack the open-source sdd program!\"}"], ["created_at", "2016-10-07 18:56:47.127308"], ["updated_at", "2016-10-07 18:56:47.127308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis placeat corporis illum non corrupti.\",\"body\":\"We need to navigate the digital AGP system!\"}"], ["created_at", "2016-10-07 18:56:47.128191"], ["updated_at", "2016-10-07 18:56:47.128191"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero unde voluptates eligendi nostrum repellendus consectetur eaque.\",\"body\":\"Use the wireless TCP alarm, then you can quantify the wireless system!\"}"], ["created_at", "2016-10-07 18:56:47.129078"], ["updated_at", "2016-10-07 18:56:47.129078"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab quisquam ipsam facilis non.\",\"body\":\"You can't synthesize the transmitter without hacking the solid state AI program!\"}"], ["created_at", "2016-10-07 18:56:47.129957"], ["updated_at", "2016-10-07 18:56:47.129957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet dolore aspernatur hic magni.\",\"body\":\"Indexing the firewall won't do anything, we need to input the haptic sql interface!\"}"], ["created_at", "2016-10-07 18:56:47.130821"], ["updated_at", "2016-10-07 18:56:47.130821"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestias fugiat placeat aperiam.\",\"body\":\"I'll reboot the 1080p PCI bus, that should protocol the FTP port!\"}"], ["created_at", "2016-10-07 18:56:47.131692"], ["updated_at", "2016-10-07 18:56:47.131692"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint ut voluptas facere.\",\"body\":\"I'll quantify the optical FTP transmitter, that should transmitter the ADP feed!\"}"], ["created_at", "2016-10-07 18:56:47.132552"], ["updated_at", "2016-10-07 18:56:47.132552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non temporibus harum minima aut aut.\",\"body\":\"The SCSI bus is down, override the back-end protocol so we can copy the SSL panel!\"}"], ["created_at", "2016-10-07 18:56:47.133436"], ["updated_at", "2016-10-07 18:56:47.133436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia sit quod vero non.\",\"body\":\"The SQL transmitter is down, parse the auxiliary feed so we can hack the EXE monitor!\"}"], ["created_at", "2016-10-07 18:56:47.134285"], ["updated_at", "2016-10-07 18:56:47.134285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et illum blanditiis consequatur.\",\"body\":\"The HTTP hard drive is down, transmit the wireless protocol so we can generate the FTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.135220"], ["updated_at", "2016-10-07 18:56:47.135220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores dolores optio consequatur rem animi nulla et.\",\"body\":\"Use the primary SSL firewall, then you can bypass the optical firewall!\"}"], ["created_at", "2016-10-07 18:56:47.136111"], ["updated_at", "2016-10-07 18:56:47.136111"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo officia minus.\",\"body\":\"Quantifying the matrix won't do anything, we need to override the back-end exe matrix!\"}"], ["created_at", "2016-10-07 18:56:47.136979"], ["updated_at", "2016-10-07 18:56:47.136979"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta ut animi voluptates.\",\"body\":\"Use the wireless RAM panel, then you can program the optical array!\"}"], ["created_at", "2016-10-07 18:56:47.137827"], ["updated_at", "2016-10-07 18:56:47.137827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis exercitationem magni quia.\",\"body\":\"The XML protocol is down, compress the online sensor so we can back up the SDD driver!\"}"], ["created_at", "2016-10-07 18:56:47.138711"], ["updated_at", "2016-10-07 18:56:47.138711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident laboriosam suscipit quam.\",\"body\":\"We need to bypass the 1080p RAM alarm!\"}"], ["created_at", "2016-10-07 18:56:47.139580"], ["updated_at", "2016-10-07 18:56:47.139580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nihil adipisci veritatis.\",\"body\":\"We need to index the haptic XSS pixel!\"}"], ["created_at", "2016-10-07 18:56:47.140435"], ["updated_at", "2016-10-07 18:56:47.140435"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate voluptatem eligendi ea officiis.\",\"body\":\"The USB circuit is down, navigate the multi-byte program so we can bypass the IB panel!\"}"], ["created_at", "2016-10-07 18:56:47.141369"], ["updated_at", "2016-10-07 18:56:47.141369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum et reprehenderit exercitationem eius dignissimos.\",\"body\":\"The HTTP capacitor is down, compress the redundant protocol so we can back up the COM feed!\"}"], ["created_at", "2016-10-07 18:56:47.142248"], ["updated_at", "2016-10-07 18:56:47.142248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores at aliquid omnis.\",\"body\":\"If we input the firewall, we can get to the PCI capacitor through the 1080p THX alarm!\"}"], ["created_at", "2016-10-07 18:56:47.143134"], ["updated_at", "2016-10-07 18:56:47.143134"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex at qui nesciunt sint.\",\"body\":\"Try to hack the TCP matrix, maybe it will copy the solid state application!\"}"], ["created_at", "2016-10-07 18:56:47.143991"], ["updated_at", "2016-10-07 18:56:47.143991"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo aut delectus est temporibus consequatur.\",\"body\":\"Use the multi-byte COM transmitter, then you can reboot the digital circuit!\"}"], ["created_at", "2016-10-07 18:56:47.144859"], ["updated_at", "2016-10-07 18:56:47.144859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere sed corrupti rerum voluptas.\",\"body\":\"Transmitting the panel won't do anything, we need to parse the digital scsi monitor!\"}"], ["created_at", "2016-10-07 18:56:47.145723"], ["updated_at", "2016-10-07 18:56:47.145723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae perspiciatis voluptate voluptatem magnam hic.\",\"body\":\"Use the virtual CSS program, then you can hack the auxiliary pixel!\"}"], ["created_at", "2016-10-07 18:56:47.146595"], ["updated_at", "2016-10-07 18:56:47.146595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita impedit odit quis facere saepe.\",\"body\":\"Use the cross-platform USB application, then you can override the redundant application!\"}"], ["created_at", "2016-10-07 18:56:47.147466"], ["updated_at", "2016-10-07 18:56:47.147466"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo alias sequi.\",\"body\":\"The USB firewall is down, back up the wireless pixel so we can parse the IB protocol!\"}"], ["created_at", "2016-10-07 18:56:47.148303"], ["updated_at", "2016-10-07 18:56:47.148303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem sequi molestias aut libero ipsa autem voluptatem.\",\"body\":\"We need to hack the haptic HDD capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.149163"], ["updated_at", "2016-10-07 18:56:47.149163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum quas odit enim.\",\"body\":\"Try to program the JSON card, maybe it will synthesize the solid state application!\"}"], ["created_at", "2016-10-07 18:56:47.150035"], ["updated_at", "2016-10-07 18:56:47.150035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptatum ut velit nemo dolores mollitia optio.\",\"body\":\"I'll connect the multi-byte JSON array, that should firewall the PCI interface!\"}"], ["created_at", "2016-10-07 18:56:47.150912"], ["updated_at", "2016-10-07 18:56:47.150912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat eos similique ut.\",\"body\":\"Parsing the interface won't do anything, we need to reboot the haptic sas system!\"}"], ["created_at", "2016-10-07 18:56:47.151807"], ["updated_at", "2016-10-07 18:56:47.151807"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut eum rerum voluptas voluptates unde.\",\"body\":\"You can't connect the card without bypassing the redundant ADP capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.152684"], ["updated_at", "2016-10-07 18:56:47.152684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam pariatur officiis.\",\"body\":\"The SSL alarm is down, override the mobile system so we can synthesize the THX bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.153576"], ["updated_at", "2016-10-07 18:56:47.153576"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae sunt perspiciatis.\",\"body\":\"You can't index the system without calculating the digital GB port!\"}"], ["created_at", "2016-10-07 18:56:47.154518"], ["updated_at", "2016-10-07 18:56:47.154518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed recusandae omnis fuga.\",\"body\":\"We need to connect the digital PCI panel!\"}"], ["created_at", "2016-10-07 18:56:47.155377"], ["updated_at", "2016-10-07 18:56:47.155377"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga et qui dignissimos explicabo.\",\"body\":\"We need to connect the optical SSL port!\"}"], ["created_at", "2016-10-07 18:56:47.156234"], ["updated_at", "2016-10-07 18:56:47.156234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam ut omnis non.\",\"body\":\"Use the mobile SCSI application, then you can generate the optical monitor!\"}"], ["created_at", "2016-10-07 18:56:47.157089"], ["updated_at", "2016-10-07 18:56:47.157089"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque nostrum aut officia voluptatem deserunt.\",\"body\":\"If we compress the system, we can get to the PCI hard drive through the online HTTP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.157937"], ["updated_at", "2016-10-07 18:56:47.157937"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis accusantium laudantium quam dicta.\",\"body\":\"If we hack the program, we can get to the COM array through the mobile HTTP microchip!\"}"], ["created_at", "2016-10-07 18:56:47.158830"], ["updated_at", "2016-10-07 18:56:47.158830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut odit quam autem neque dolorem.\",\"body\":\"Use the 1080p THX transmitter, then you can calculate the bluetooth circuit!\"}"], ["created_at", "2016-10-07 18:56:47.159701"], ["updated_at", "2016-10-07 18:56:47.159701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora rem est.\",\"body\":\"The USB driver is down, compress the solid state program so we can navigate the SDD application!\"}"], ["created_at", "2016-10-07 18:56:47.160562"], ["updated_at", "2016-10-07 18:56:47.160562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi est possimus excepturi.\",\"body\":\"We need to calculate the neural RAM program!\"}"], ["created_at", "2016-10-07 18:56:47.161410"], ["updated_at", "2016-10-07 18:56:47.161410"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui mollitia ut possimus numquam quo ipsam.\",\"body\":\"Try to bypass the CSS protocol, maybe it will calculate the primary monitor!\"}"], ["created_at", "2016-10-07 18:56:47.162268"], ["updated_at", "2016-10-07 18:56:47.162268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit aut illum reiciendis voluptatem.\",\"body\":\"Use the virtual AGP capacitor, then you can quantify the multi-byte program!\"}"], ["created_at", "2016-10-07 18:56:47.163149"], ["updated_at", "2016-10-07 18:56:47.163149"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid sint voluptas nam nobis laboriosam.\",\"body\":\"Hacking the transmitter won't do anything, we need to index the redundant exe port!\"}"], ["created_at", "2016-10-07 18:56:47.164012"], ["updated_at", "2016-10-07 18:56:47.164012"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ut expedita sit quis sunt et unde.\",\"body\":\"We need to back up the digital AGP firewall!\"}"], ["created_at", "2016-10-07 18:56:47.164853"], ["updated_at", "2016-10-07 18:56:47.164853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et consectetur illo.\",\"body\":\"I'll program the 1080p CSS monitor, that should alarm the FTP bus!\"}"], ["created_at", "2016-10-07 18:56:47.165730"], ["updated_at", "2016-10-07 18:56:47.165730"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus corrupti quibusdam fuga dolorum numquam ut odit.\",\"body\":\"You can't connect the protocol without transmitting the multi-byte THX sensor!\"}"], ["created_at", "2016-10-07 18:56:47.166654"], ["updated_at", "2016-10-07 18:56:47.166654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam adipisci consequatur.\",\"body\":\"I'll navigate the digital PCI matrix, that should protocol the HTTP monitor!\"}"], ["created_at", "2016-10-07 18:56:47.167607"], ["updated_at", "2016-10-07 18:56:47.167607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum natus officiis mollitia eligendi.\",\"body\":\"Hacking the port won't do anything, we need to quantify the neural scsi application!\"}"], ["created_at", "2016-10-07 18:56:47.168456"], ["updated_at", "2016-10-07 18:56:47.168456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui quia.\",\"body\":\"Connecting the interface won't do anything, we need to input the cross-platform xml application!\"}"], ["created_at", "2016-10-07 18:56:47.169318"], ["updated_at", "2016-10-07 18:56:47.169318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio dolore assumenda quam veniam.\",\"body\":\"If we transmit the capacitor, we can get to the PCI array through the open-source PNG port!\"}"], ["created_at", "2016-10-07 18:56:47.170202"], ["updated_at", "2016-10-07 18:56:47.170202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad aut sint dolor quibusdam ex est ut.\",\"body\":\"You can't compress the circuit without parsing the primary PNG microchip!\"}"], ["created_at", "2016-10-07 18:56:47.171077"], ["updated_at", "2016-10-07 18:56:47.171077"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint a rerum et.\",\"body\":\"Try to compress the USB port, maybe it will quantify the bluetooth monitor!\"}"], ["created_at", "2016-10-07 18:56:47.171942"], ["updated_at", "2016-10-07 18:56:47.171942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias rem molestiae autem.\",\"body\":\"Try to synthesize the THX protocol, maybe it will copy the primary protocol!\"}"], ["created_at", "2016-10-07 18:56:47.172835"], ["updated_at", "2016-10-07 18:56:47.172835"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta unde dolores dolor officia labore.\",\"body\":\"I'll calculate the multi-byte XSS transmitter, that should microchip the SAS feed!\"}"], ["created_at", "2016-10-07 18:56:47.173698"], ["updated_at", "2016-10-07 18:56:47.173698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et sint.\",\"body\":\"Generating the firewall won't do anything, we need to reboot the primary sas transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.174618"], ["updated_at", "2016-10-07 18:56:47.174618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel sit nobis officiis.\",\"body\":\"You can't synthesize the card without bypassing the auxiliary PNG hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.175510"], ["updated_at", "2016-10-07 18:56:47.175510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus id dolor ut aut perspiciatis.\",\"body\":\"The SSL sensor is down, copy the online pixel so we can quantify the SDD transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.176383"], ["updated_at", "2016-10-07 18:56:47.176383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos sint in.\",\"body\":\"Use the cross-platform USB feed, then you can hack the multi-byte transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.177234"], ["updated_at", "2016-10-07 18:56:47.177234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis veniam tempora dolor et adipisci facere.\",\"body\":\"Try to override the SDD microchip, maybe it will synthesize the haptic feed!\"}"], ["created_at", "2016-10-07 18:56:47.178077"], ["updated_at", "2016-10-07 18:56:47.178077"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni accusantium reiciendis quia.\",\"body\":\"You can't reboot the bus without transmitting the haptic SAS system!\"}"], ["created_at", "2016-10-07 18:56:47.179020"], ["updated_at", "2016-10-07 18:56:47.179020"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia odio quaerat commodi.\",\"body\":\"Transmitting the firewall won't do anything, we need to reboot the neural png microchip!\"}"], ["created_at", "2016-10-07 18:56:47.179935"], ["updated_at", "2016-10-07 18:56:47.179935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id quibusdam voluptatem in quia distinctio nam.\",\"body\":\"Copying the transmitter won't do anything, we need to connect the haptic exe sensor!\"}"], ["created_at", "2016-10-07 18:56:47.180936"], ["updated_at", "2016-10-07 18:56:47.180936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur quasi illum perspiciatis rem repudiandae.\",\"body\":\"Programming the alarm won't do anything, we need to synthesize the solid state sas pixel!\"}"], ["created_at", "2016-10-07 18:56:47.181816"], ["updated_at", "2016-10-07 18:56:47.181816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt nesciunt impedit a voluptate totam sed nam.\",\"body\":\"I'll copy the virtual HDD circuit, that should alarm the THX port!\"}"], ["created_at", "2016-10-07 18:56:47.182718"], ["updated_at", "2016-10-07 18:56:47.182718"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos nesciunt voluptatem deleniti rem facilis corporis.\",\"body\":\"You can't back up the sensor without generating the haptic GB capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.183616"], ["updated_at", "2016-10-07 18:56:47.183616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit et voluptatum quidem eum repellat.\",\"body\":\"Use the redundant EXE program, then you can back up the virtual interface!\"}"], ["created_at", "2016-10-07 18:56:47.184485"], ["updated_at", "2016-10-07 18:56:47.184485"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia qui esse.\",\"body\":\"If we quantify the port, we can get to the JSON sensor through the haptic RSS array!\"}"], ["created_at", "2016-10-07 18:56:47.185379"], ["updated_at", "2016-10-07 18:56:47.185379"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eveniet aspernatur.\",\"body\":\"You can't quantify the matrix without programming the redundant ADP pixel!\"}"], ["created_at", "2016-10-07 18:56:47.186231"], ["updated_at", "2016-10-07 18:56:47.186231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores ratione fuga.\",\"body\":\"If we input the circuit, we can get to the RAM monitor through the auxiliary XML circuit!\"}"], ["created_at", "2016-10-07 18:56:47.187131"], ["updated_at", "2016-10-07 18:56:47.187131"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est excepturi qui recusandae.\",\"body\":\"If we calculate the array, we can get to the RAM interface through the bluetooth ADP bus!\"}"], ["created_at", "2016-10-07 18:56:47.188000"], ["updated_at", "2016-10-07 18:56:47.188000"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam autem aut.\",\"body\":\"Synthesizing the matrix won't do anything, we need to bypass the back-end adp circuit!\"}"], ["created_at", "2016-10-07 18:56:47.188859"], ["updated_at", "2016-10-07 18:56:47.188859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut maiores sapiente vel nemo.\",\"body\":\"Use the haptic CSS card, then you can navigate the auxiliary matrix!\"}"], ["created_at", "2016-10-07 18:56:47.189740"], ["updated_at", "2016-10-07 18:56:47.189740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur excepturi quia iusto nemo quibusdam sed.\",\"body\":\"Synthesizing the feed won't do anything, we need to override the auxiliary sas protocol!\"}"], ["created_at", "2016-10-07 18:56:47.190648"], ["updated_at", "2016-10-07 18:56:47.190648"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui unde quam quo molestiae esse ut.\",\"body\":\"We need to connect the haptic JSON port!\"}"], ["created_at", "2016-10-07 18:56:47.191518"], ["updated_at", "2016-10-07 18:56:47.191518"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id necessitatibus est aut dolores sunt.\",\"body\":\"You can't input the sensor without indexing the primary SAS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.192384"], ["updated_at", "2016-10-07 18:56:47.192384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta incidunt eum maiores.\",\"body\":\"If we input the feed, we can get to the COM interface through the multi-byte JBOD hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.193318"], ["updated_at", "2016-10-07 18:56:47.193318"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem vel voluptas ut.\",\"body\":\"Indexing the application won't do anything, we need to input the multi-byte ai system!\"}"], ["created_at", "2016-10-07 18:56:47.194198"], ["updated_at", "2016-10-07 18:56:47.194198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ab et unde non at ducimus.\",\"body\":\"We need to bypass the auxiliary PCI matrix!\"}"], ["created_at", "2016-10-07 18:56:47.195159"], ["updated_at", "2016-10-07 18:56:47.195159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde suscipit totam rerum.\",\"body\":\"If we synthesize the alarm, we can get to the HTTP alarm through the cross-platform HTTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.196133"], ["updated_at", "2016-10-07 18:56:47.196133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit ea est reprehenderit explicabo veniam blanditiis perferendis.\",\"body\":\"Parsing the program won't do anything, we need to program the solid state gb protocol!\"}"], ["created_at", "2016-10-07 18:56:47.197084"], ["updated_at", "2016-10-07 18:56:47.197084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et nobis tempora quia tenetur.\",\"body\":\"Try to navigate the GB driver, maybe it will synthesize the auxiliary capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.198031"], ["updated_at", "2016-10-07 18:56:47.198031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet inventore facilis in totam delectus molestiae veritatis.\",\"body\":\"Use the digital IB driver, then you can index the online pixel!\"}"], ["created_at", "2016-10-07 18:56:47.198987"], ["updated_at", "2016-10-07 18:56:47.198987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos dolor vel qui.\",\"body\":\"The SDD monitor is down, input the solid state bandwidth so we can hack the ADP port!\"}"], ["created_at", "2016-10-07 18:56:47.199940"], ["updated_at", "2016-10-07 18:56:47.199940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum commodi dolorem architecto cumque cupiditate distinctio.\",\"body\":\"I'll input the optical HTTP program, that should pixel the ADP pixel!\"}"], ["created_at", "2016-10-07 18:56:47.200888"], ["updated_at", "2016-10-07 18:56:47.200888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam consequatur cum autem aut ipsum ratione est.\",\"body\":\"Compressing the card won't do anything, we need to hack the optical tcp panel!\"}"], ["created_at", "2016-10-07 18:56:47.201822"], ["updated_at", "2016-10-07 18:56:47.201822"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque repellendus veniam doloremque libero et.\",\"body\":\"Try to transmit the SAS array, maybe it will navigate the haptic sensor!\"}"], ["created_at", "2016-10-07 18:56:47.202783"], ["updated_at", "2016-10-07 18:56:47.202783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae qui architecto dolor quod qui enim.\",\"body\":\"The SSL feed is down, override the wireless array so we can hack the EXE system!\"}"], ["created_at", "2016-10-07 18:56:47.203702"], ["updated_at", "2016-10-07 18:56:47.203702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam et dolores sequi.\",\"body\":\"Copying the interface won't do anything, we need to calculate the haptic ssl panel!\"}"], ["created_at", "2016-10-07 18:56:47.204639"], ["updated_at", "2016-10-07 18:56:47.204639"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sint hic qui dignissimos aut.\",\"body\":\"You can't quantify the protocol without calculating the open-source AI system!\"}"], ["created_at", "2016-10-07 18:56:47.205582"], ["updated_at", "2016-10-07 18:56:47.205582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cupiditate eum.\",\"body\":\"You can't reboot the transmitter without hacking the open-source RAM pixel!\"}"], ["created_at", "2016-10-07 18:56:47.206587"], ["updated_at", "2016-10-07 18:56:47.206587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit placeat voluptatem ipsum perferendis totam et commodi.\",\"body\":\"Indexing the panel won't do anything, we need to navigate the digital pci circuit!\"}"], ["created_at", "2016-10-07 18:56:47.207543"], ["updated_at", "2016-10-07 18:56:47.207543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis dolores sit quam.\",\"body\":\"Use the optical USB feed, then you can bypass the bluetooth bus!\"}"], ["created_at", "2016-10-07 18:56:47.208472"], ["updated_at", "2016-10-07 18:56:47.208472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam illo natus.\",\"body\":\"Try to quantify the COM alarm, maybe it will calculate the haptic port!\"}"], ["created_at", "2016-10-07 18:56:47.209414"], ["updated_at", "2016-10-07 18:56:47.209414"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis asperiores et facilis.\",\"body\":\"If we parse the program, we can get to the TCP panel through the haptic EXE panel!\"}"], ["created_at", "2016-10-07 18:56:47.210400"], ["updated_at", "2016-10-07 18:56:47.210400"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi natus et ut.\",\"body\":\"The SAS alarm is down, copy the mobile application so we can program the PCI microchip!\"}"], ["created_at", "2016-10-07 18:56:47.211576"], ["updated_at", "2016-10-07 18:56:47.211576"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id odit sed quis.\",\"body\":\"The SAS panel is down, calculate the bluetooth bandwidth so we can parse the SMS bus!\"}"], ["created_at", "2016-10-07 18:56:47.212715"], ["updated_at", "2016-10-07 18:56:47.212715"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est blanditiis animi est qui nihil a.\",\"body\":\"If we quantify the circuit, we can get to the SCSI program through the redundant AGP pixel!\"}"], ["created_at", "2016-10-07 18:56:47.214178"], ["updated_at", "2016-10-07 18:56:47.214178"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus consequuntur quam enim quia aut est.\",\"body\":\"Use the solid state SQL feed, then you can parse the wireless sensor!\"}"], ["created_at", "2016-10-07 18:56:47.216998"], ["updated_at", "2016-10-07 18:56:47.216998"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi inventore quam autem.\",\"body\":\"I'll connect the haptic GB capacitor, that should firewall the FTP card!\"}"], ["created_at", "2016-10-07 18:56:47.219490"], ["updated_at", "2016-10-07 18:56:47.219490"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem eius officia minima veniam culpa.\",\"body\":\"Use the open-source PCI card, then you can override the multi-byte circuit!\"}"], ["created_at", "2016-10-07 18:56:47.221313"], ["updated_at", "2016-10-07 18:56:47.221313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi in autem nulla consequuntur blanditiis aut.\",\"body\":\"We need to reboot the multi-byte PNG system!\"}"], ["created_at", "2016-10-07 18:56:47.222217"], ["updated_at", "2016-10-07 18:56:47.222217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti iste dignissimos rerum similique.\",\"body\":\"If we transmit the port, we can get to the JBOD matrix through the online GB feed!\"}"], ["created_at", "2016-10-07 18:56:47.223138"], ["updated_at", "2016-10-07 18:56:47.223138"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius harum dolorem sint vitae quam dolorum.\",\"body\":\"I'll copy the 1080p JBOD microchip, that should driver the CSS application!\"}"], ["created_at", "2016-10-07 18:56:47.224006"], ["updated_at", "2016-10-07 18:56:47.224006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est explicabo nisi dicta.\",\"body\":\"You can't back up the panel without connecting the solid state CSS program!\"}"], ["created_at", "2016-10-07 18:56:47.224890"], ["updated_at", "2016-10-07 18:56:47.224890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil asperiores dignissimos dolor quis consequuntur.\",\"body\":\"Use the wireless COM matrix, then you can reboot the solid state panel!\"}"], ["created_at", "2016-10-07 18:56:47.225765"], ["updated_at", "2016-10-07 18:56:47.225765"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo quidem molestias cum eveniet nulla.\",\"body\":\"The RAM matrix is down, navigate the back-end firewall so we can index the FTP bus!\"}"], ["created_at", "2016-10-07 18:56:47.226636"], ["updated_at", "2016-10-07 18:56:47.226636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum et fugiat quam.\",\"body\":\"Try to quantify the AI card, maybe it will quantify the mobile monitor!\"}"], ["created_at", "2016-10-07 18:56:47.227515"], ["updated_at", "2016-10-07 18:56:47.227515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro architecto ut id.\",\"body\":\"You can't input the capacitor without indexing the cross-platform RAM application!\"}"], ["created_at", "2016-10-07 18:56:47.228377"], ["updated_at", "2016-10-07 18:56:47.228377"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae commodi aut voluptates.\",\"body\":\"The HTTP hard drive is down, navigate the optical transmitter so we can program the SMTP system!\"}"], ["created_at", "2016-10-07 18:56:47.229250"], ["updated_at", "2016-10-07 18:56:47.229250"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non veniam dignissimos est voluptatem ut.\",\"body\":\"Try to compress the JSON bus, maybe it will synthesize the solid state application!\"}"], ["created_at", "2016-10-07 18:56:47.230091"], ["updated_at", "2016-10-07 18:56:47.230091"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id numquam sunt commodi.\",\"body\":\"We need to synthesize the primary HDD capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.231059"], ["updated_at", "2016-10-07 18:56:47.231059"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit cum eos quo.\",\"body\":\"The EXE program is down, calculate the primary driver so we can program the XML panel!\"}"], ["created_at", "2016-10-07 18:56:47.231947"], ["updated_at", "2016-10-07 18:56:47.231947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores quia a.\",\"body\":\"You can't connect the driver without backing up the wireless XML panel!\"}"], ["created_at", "2016-10-07 18:56:47.232853"], ["updated_at", "2016-10-07 18:56:47.232853"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex molestias aspernatur praesentium natus consequatur.\",\"body\":\"If we program the circuit, we can get to the SSL application through the mobile SAS panel!\"}"], ["created_at", "2016-10-07 18:56:47.233838"], ["updated_at", "2016-10-07 18:56:47.233838"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia repellendus velit voluptatem molestiae ut deleniti.\",\"body\":\"I'll generate the haptic SMTP array, that should monitor the IB interface!\"}"], ["created_at", "2016-10-07 18:56:47.234877"], ["updated_at", "2016-10-07 18:56:47.234877"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati incidunt ut vel reiciendis sit pariatur minima.\",\"body\":\"You can't copy the transmitter without overriding the multi-byte PNG panel!\"}"], ["created_at", "2016-10-07 18:56:47.235956"], ["updated_at", "2016-10-07 18:56:47.235956"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia repellat tempora veritatis autem.\",\"body\":\"We need to connect the haptic SSL bus!\"}"], ["created_at", "2016-10-07 18:56:47.237283"], ["updated_at", "2016-10-07 18:56:47.237283"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus consequatur beatae.\",\"body\":\"The SAS matrix is down, index the back-end feed so we can index the RAM capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.238906"], ["updated_at", "2016-10-07 18:56:47.238906"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni et dicta omnis.\",\"body\":\"Connecting the protocol won't do anything, we need to transmit the virtual ib bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.240126"], ["updated_at", "2016-10-07 18:56:47.240126"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus itaque rerum illum nihil accusantium aut.\",\"body\":\"Programming the matrix won't do anything, we need to hack the virtual ai driver!\"}"], ["created_at", "2016-10-07 18:56:47.242139"], ["updated_at", "2016-10-07 18:56:47.242139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et inventore eaque.\",\"body\":\"We need to back up the back-end AGP transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.243177"], ["updated_at", "2016-10-07 18:56:47.243177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi possimus alias ad odit dolorem.\",\"body\":\"If we back up the microchip, we can get to the XML sensor through the cross-platform EXE firewall!\"}"], ["created_at", "2016-10-07 18:56:47.244070"], ["updated_at", "2016-10-07 18:56:47.244070"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem voluptatum eum.\",\"body\":\"Calculating the hard drive won't do anything, we need to back up the virtual ib port!\"}"], ["created_at", "2016-10-07 18:56:47.244918"], ["updated_at", "2016-10-07 18:56:47.244918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae quia suscipit ipsum voluptatem.\",\"body\":\"You can't quantify the alarm without transmitting the redundant COM alarm!\"}"], ["created_at", "2016-10-07 18:56:47.245770"], ["updated_at", "2016-10-07 18:56:47.245770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut rerum ad.\",\"body\":\"We need to quantify the haptic EXE microchip!\"}"], ["created_at", "2016-10-07 18:56:47.246637"], ["updated_at", "2016-10-07 18:56:47.246637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quidem quasi.\",\"body\":\"We need to synthesize the wireless FTP pixel!\"}"], ["created_at", "2016-10-07 18:56:47.247490"], ["updated_at", "2016-10-07 18:56:47.247490"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint qui aliquid eum excepturi odio.\",\"body\":\"The JBOD hard drive is down, transmit the haptic interface so we can parse the SCSI panel!\"}"], ["created_at", "2016-10-07 18:56:47.248324"], ["updated_at", "2016-10-07 18:56:47.248324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum consectetur amet.\",\"body\":\"We need to input the neural SSL microchip!\"}"], ["created_at", "2016-10-07 18:56:47.249187"], ["updated_at", "2016-10-07 18:56:47.249187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet est dolore laborum.\",\"body\":\"Use the neural PCI pixel, then you can generate the auxiliary driver!\"}"], ["created_at", "2016-10-07 18:56:47.250162"], ["updated_at", "2016-10-07 18:56:47.250162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt velit ut cum.\",\"body\":\"If we copy the driver, we can get to the AI protocol through the solid state TCP system!\"}"], ["created_at", "2016-10-07 18:56:47.251081"], ["updated_at", "2016-10-07 18:56:47.251081"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta debitis eos et maiores ad mollitia odio.\",\"body\":\"I'll compress the primary JSON hard drive, that should feed the USB array!\"}"], ["created_at", "2016-10-07 18:56:47.252005"], ["updated_at", "2016-10-07 18:56:47.252005"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At accusantium voluptatem.\",\"body\":\"Try to program the ADP capacitor, maybe it will compress the primary circuit!\"}"], ["created_at", "2016-10-07 18:56:47.252875"], ["updated_at", "2016-10-07 18:56:47.252875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores consequatur minus ex.\",\"body\":\"The GB port is down, override the wireless array so we can compress the USB capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.253739"], ["updated_at", "2016-10-07 18:56:47.253739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae cumque dolor.\",\"body\":\"Overriding the driver won't do anything, we need to bypass the auxiliary agp bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.254665"], ["updated_at", "2016-10-07 18:56:47.254665"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed debitis velit.\",\"body\":\"You can't transmit the application without synthesizing the primary EXE circuit!\"}"], ["created_at", "2016-10-07 18:56:47.255711"], ["updated_at", "2016-10-07 18:56:47.255711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse et numquam earum aut neque inventore et.\",\"body\":\"If we parse the bus, we can get to the JBOD capacitor through the redundant SSL feed!\"}"], ["created_at", "2016-10-07 18:56:47.256589"], ["updated_at", "2016-10-07 18:56:47.256589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit iste exercitationem.\",\"body\":\"You can't transmit the monitor without copying the mobile HTTP interface!\"}"], ["created_at", "2016-10-07 18:56:47.257475"], ["updated_at", "2016-10-07 18:56:47.257475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates amet et laborum debitis est.\",\"body\":\"The GB firewall is down, compress the redundant protocol so we can synthesize the PNG sensor!\"}"], ["created_at", "2016-10-07 18:56:47.258460"], ["updated_at", "2016-10-07 18:56:47.258460"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas iure voluptatem quo.\",\"body\":\"You can't navigate the matrix without backing up the multi-byte JSON transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.259400"], ["updated_at", "2016-10-07 18:56:47.259400"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque consequuntur doloribus sunt vero maiores quidem recusandae.\",\"body\":\"Use the back-end SSL port, then you can generate the haptic pixel!\"}"], ["created_at", "2016-10-07 18:56:47.260274"], ["updated_at", "2016-10-07 18:56:47.260274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci eos quod.\",\"body\":\"If we parse the program, we can get to the HTTP capacitor through the haptic AI firewall!\"}"], ["created_at", "2016-10-07 18:56:47.261136"], ["updated_at", "2016-10-07 18:56:47.261136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto quaerat dolorem in.\",\"body\":\"You can't copy the matrix without synthesizing the redundant AI program!\"}"], ["created_at", "2016-10-07 18:56:47.262017"], ["updated_at", "2016-10-07 18:56:47.262017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sunt possimus.\",\"body\":\"Use the 1080p PNG feed, then you can bypass the multi-byte alarm!\"}"], ["created_at", "2016-10-07 18:56:47.262897"], ["updated_at", "2016-10-07 18:56:47.262897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi autem eligendi harum.\",\"body\":\"The XML circuit is down, generate the optical program so we can input the SSL circuit!\"}"], ["created_at", "2016-10-07 18:56:47.263761"], ["updated_at", "2016-10-07 18:56:47.263761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem adipisci et doloribus quasi.\",\"body\":\"We need to parse the wireless HDD program!\"}"], ["created_at", "2016-10-07 18:56:47.264628"], ["updated_at", "2016-10-07 18:56:47.264628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nisi sequi et sed laudantium.\",\"body\":\"You can't quantify the panel without calculating the cross-platform XSS alarm!\"}"], ["created_at", "2016-10-07 18:56:47.265500"], ["updated_at", "2016-10-07 18:56:47.265500"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam iusto earum aut aut.\",\"body\":\"Use the back-end XML array, then you can index the haptic pixel!\"}"], ["created_at", "2016-10-07 18:56:47.266378"], ["updated_at", "2016-10-07 18:56:47.266378"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et illo dolores.\",\"body\":\"Use the redundant SQL array, then you can back up the digital array!\"}"], ["created_at", "2016-10-07 18:56:47.267300"], ["updated_at", "2016-10-07 18:56:47.267300"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi ab eos quidem eveniet aut.\",\"body\":\"The SCSI matrix is down, program the open-source feed so we can back up the SQL bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.268148"], ["updated_at", "2016-10-07 18:56:47.268148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sit fuga voluptates aperiam recusandae mollitia.\",\"body\":\"Copying the pixel won't do anything, we need to transmit the primary usb transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.269149"], ["updated_at", "2016-10-07 18:56:47.269149"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi porro voluptate dolor quis.\",\"body\":\"We need to generate the mobile SMS panel!\"}"], ["created_at", "2016-10-07 18:56:47.270023"], ["updated_at", "2016-10-07 18:56:47.270023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est in doloremque numquam nulla illo mollitia.\",\"body\":\"Try to program the GB driver, maybe it will navigate the mobile sensor!\"}"], ["created_at", "2016-10-07 18:56:47.270912"], ["updated_at", "2016-10-07 18:56:47.270912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero architecto aperiam sint reprehenderit.\",\"body\":\"Navigating the port won't do anything, we need to hack the neural jbod interface!\"}"], ["created_at", "2016-10-07 18:56:47.271766"], ["updated_at", "2016-10-07 18:56:47.271766"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta quos aut enim.\",\"body\":\"Use the open-source CSS protocol, then you can compress the neural firewall!\"}"], ["created_at", "2016-10-07 18:56:47.272634"], ["updated_at", "2016-10-07 18:56:47.272634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui in quibusdam excepturi rerum consequatur aut.\",\"body\":\"Calculating the card won't do anything, we need to hack the open-source thx application!\"}"], ["created_at", "2016-10-07 18:56:47.273503"], ["updated_at", "2016-10-07 18:56:47.273503"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam quia vitae ut nemo eaque aperiam.\",\"body\":\"Parsing the feed won't do anything, we need to generate the neural adp capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.274392"], ["updated_at", "2016-10-07 18:56:47.274392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus odio sed dolores sed eveniet fugiat.\",\"body\":\"We need to transmit the optical AI card!\"}"], ["created_at", "2016-10-07 18:56:47.275303"], ["updated_at", "2016-10-07 18:56:47.275303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas et velit doloribus corrupti neque sint.\",\"body\":\"Try to generate the HDD system, maybe it will back up the redundant program!\"}"], ["created_at", "2016-10-07 18:56:47.276181"], ["updated_at", "2016-10-07 18:56:47.276181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae recusandae quis.\",\"body\":\"I'll parse the cross-platform RSS capacitor, that should sensor the EXE capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.277039"], ["updated_at", "2016-10-07 18:56:47.277039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea autem architecto consequatur repellat.\",\"body\":\"Use the primary PCI panel, then you can transmit the virtual matrix!\"}"], ["created_at", "2016-10-07 18:56:47.277873"], ["updated_at", "2016-10-07 18:56:47.277873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis ex error culpa.\",\"body\":\"If we connect the transmitter, we can get to the COM microchip through the cross-platform RSS circuit!\"}"], ["created_at", "2016-10-07 18:56:47.278749"], ["updated_at", "2016-10-07 18:56:47.278749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium voluptatem quae illum aliquid in.\",\"body\":\"You can't generate the monitor without overriding the mobile PCI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.279659"], ["updated_at", "2016-10-07 18:56:47.279659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi dolorem at expedita et eos et reprehenderit.\",\"body\":\"The AI capacitor is down, transmit the digital bus so we can quantify the PNG microchip!\"}"], ["created_at", "2016-10-07 18:56:47.280533"], ["updated_at", "2016-10-07 18:56:47.280533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo deserunt quasi aliquam delectus illo sed.\",\"body\":\"Hacking the array won't do anything, we need to parse the digital scsi array!\"}"], ["created_at", "2016-10-07 18:56:47.281377"], ["updated_at", "2016-10-07 18:56:47.281377"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui explicabo odio repudiandae incidunt dolores.\",\"body\":\"If we quantify the circuit, we can get to the HDD program through the haptic HDD system!\"}"], ["created_at", "2016-10-07 18:56:47.282242"], ["updated_at", "2016-10-07 18:56:47.282242"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et maxime officiis nihil.\",\"body\":\"If we generate the protocol, we can get to the SCSI array through the mobile XML matrix!\"}"], ["created_at", "2016-10-07 18:56:47.283143"], ["updated_at", "2016-10-07 18:56:47.283143"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique voluptas reiciendis maiores atque quo.\",\"body\":\"The SSL interface is down, reboot the haptic bandwidth so we can generate the AGP system!\"}"], ["created_at", "2016-10-07 18:56:47.284006"], ["updated_at", "2016-10-07 18:56:47.284006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi dolor provident voluptate ut.\",\"body\":\"The ADP application is down, input the open-source panel so we can connect the SMTP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.284869"], ["updated_at", "2016-10-07 18:56:47.284869"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et distinctio cumque consequatur sit soluta eius.\",\"body\":\"The EXE transmitter is down, hack the neural alarm so we can input the SAS system!\"}"], ["created_at", "2016-10-07 18:56:47.285745"], ["updated_at", "2016-10-07 18:56:47.285745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum iste velit aut.\",\"body\":\"Quantifying the panel won't do anything, we need to input the wireless ram alarm!\"}"], ["created_at", "2016-10-07 18:56:47.286619"], ["updated_at", "2016-10-07 18:56:47.286619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima soluta quia voluptate dolore quisquam.\",\"body\":\"You can't back up the capacitor without calculating the virtual HTTP protocol!\"}"], ["created_at", "2016-10-07 18:56:47.287466"], ["updated_at", "2016-10-07 18:56:47.287466"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora dolores aliquid dolorem.\",\"body\":\"I'll compress the back-end SMTP system, that should feed the JSON card!\"}"], ["created_at", "2016-10-07 18:56:47.288340"], ["updated_at", "2016-10-07 18:56:47.288340"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores praesentium velit excepturi repudiandae.\",\"body\":\"I'll navigate the neural SDD bandwidth, that should pixel the SQL hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.289276"], ["updated_at", "2016-10-07 18:56:47.289276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque iste vel repudiandae quo.\",\"body\":\"The IB monitor is down, generate the open-source feed so we can hack the SAS array!\"}"], ["created_at", "2016-10-07 18:56:47.290175"], ["updated_at", "2016-10-07 18:56:47.290175"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi animi officiis.\",\"body\":\"If we bypass the panel, we can get to the CSS firewall through the neural RAM system!\"}"], ["created_at", "2016-10-07 18:56:47.291050"], ["updated_at", "2016-10-07 18:56:47.291050"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad non eum reiciendis nisi.\",\"body\":\"You can't copy the firewall without backing up the auxiliary COM array!\"}"], ["created_at", "2016-10-07 18:56:47.291935"], ["updated_at", "2016-10-07 18:56:47.291935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro ducimus reiciendis eum.\",\"body\":\"We need to copy the haptic GB application!\"}"], ["created_at", "2016-10-07 18:56:47.292792"], ["updated_at", "2016-10-07 18:56:47.292792"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam sit optio.\",\"body\":\"We need to quantify the neural JSON card!\"}"], ["created_at", "2016-10-07 18:56:47.293650"], ["updated_at", "2016-10-07 18:56:47.293650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aspernatur eum quae et eos repellendus et.\",\"body\":\"Try to hack the SSL monitor, maybe it will connect the bluetooth transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.294539"], ["updated_at", "2016-10-07 18:56:47.294539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam aut fugiat sit ratione in commodi.\",\"body\":\"The CSS bandwidth is down, back up the redundant array so we can input the GB bus!\"}"], ["created_at", "2016-10-07 18:56:47.295450"], ["updated_at", "2016-10-07 18:56:47.295450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum repellat perspiciatis autem illo aspernatur.\",\"body\":\"Use the solid state XML feed, then you can transmit the open-source program!\"}"], ["created_at", "2016-10-07 18:56:47.296382"], ["updated_at", "2016-10-07 18:56:47.296382"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa amet voluptatem quis sit commodi.\",\"body\":\"If we parse the pixel, we can get to the EXE transmitter through the redundant PNG application!\"}"], ["created_at", "2016-10-07 18:56:47.297246"], ["updated_at", "2016-10-07 18:56:47.297246"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus sunt et et quia nostrum esse.\",\"body\":\"We need to compress the multi-byte IB port!\"}"], ["created_at", "2016-10-07 18:56:47.298101"], ["updated_at", "2016-10-07 18:56:47.298101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet neque magnam nulla consectetur.\",\"body\":\"I'll calculate the multi-byte SDD program, that should array the SMS firewall!\"}"], ["created_at", "2016-10-07 18:56:47.298985"], ["updated_at", "2016-10-07 18:56:47.298985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aut omnis libero est.\",\"body\":\"Use the wireless USB sensor, then you can transmit the bluetooth monitor!\"}"], ["created_at", "2016-10-07 18:56:47.299857"], ["updated_at", "2016-10-07 18:56:47.299857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque dignissimos et nihil et.\",\"body\":\"If we input the capacitor, we can get to the PCI pixel through the redundant XML hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.300723"], ["updated_at", "2016-10-07 18:56:47.300723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi voluptatem totam quos non aliquam molestias.\",\"body\":\"The AI pixel is down, parse the 1080p bandwidth so we can quantify the FTP panel!\"}"], ["created_at", "2016-10-07 18:56:47.301592"], ["updated_at", "2016-10-07 18:56:47.301592"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus dolorem reiciendis necessitatibus et.\",\"body\":\"Try to hack the HDD card, maybe it will bypass the solid state protocol!\"}"], ["created_at", "2016-10-07 18:56:47.302433"], ["updated_at", "2016-10-07 18:56:47.302433"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus consequatur labore.\",\"body\":\"The HDD feed is down, calculate the primary panel so we can calculate the SCSI program!\"}"], ["created_at", "2016-10-07 18:56:47.303444"], ["updated_at", "2016-10-07 18:56:47.303444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea numquam voluptate.\",\"body\":\"Try to parse the TCP firewall, maybe it will program the multi-byte circuit!\"}"], ["created_at", "2016-10-07 18:56:47.304301"], ["updated_at", "2016-10-07 18:56:47.304301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi ab recusandae amet qui autem.\",\"body\":\"Backing up the bandwidth won't do anything, we need to program the 1080p jbod capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.305164"], ["updated_at", "2016-10-07 18:56:47.305164"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt id est aut velit.\",\"body\":\"We need to quantify the solid state EXE interface!\"}"], ["created_at", "2016-10-07 18:56:47.305997"], ["updated_at", "2016-10-07 18:56:47.305997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia saepe rerum.\",\"body\":\"Use the redundant SCSI feed, then you can navigate the online system!\"}"], ["created_at", "2016-10-07 18:56:47.306874"], ["updated_at", "2016-10-07 18:56:47.306874"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta consequatur nihil est enim qui laborum et.\",\"body\":\"If we override the pixel, we can get to the SMTP interface through the auxiliary SAS array!\"}"], ["created_at", "2016-10-07 18:56:47.307736"], ["updated_at", "2016-10-07 18:56:47.307736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam fugiat rem ut qui consectetur.\",\"body\":\"The HDD transmitter is down, index the auxiliary alarm so we can synthesize the JSON protocol!\"}"], ["created_at", "2016-10-07 18:56:47.308608"], ["updated_at", "2016-10-07 18:56:47.308608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit iste voluptate saepe ea voluptatem facilis.\",\"body\":\"We need to generate the redundant SAS circuit!\"}"], ["created_at", "2016-10-07 18:56:47.309460"], ["updated_at", "2016-10-07 18:56:47.309460"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus perferendis odit.\",\"body\":\"Use the solid state SAS panel, then you can navigate the bluetooth monitor!\"}"], ["created_at", "2016-10-07 18:56:47.310353"], ["updated_at", "2016-10-07 18:56:47.310353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi sit vel culpa rem velit voluptas voluptatem.\",\"body\":\"The XSS interface is down, bypass the bluetooth bandwidth so we can override the SSL system!\"}"], ["created_at", "2016-10-07 18:56:47.311278"], ["updated_at", "2016-10-07 18:56:47.311278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus id accusantium possimus.\",\"body\":\"Navigating the panel won't do anything, we need to compress the auxiliary pci bus!\"}"], ["created_at", "2016-10-07 18:56:47.312130"], ["updated_at", "2016-10-07 18:56:47.312130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos voluptatem sint corporis aut doloremque atque.\",\"body\":\"If we navigate the system, we can get to the SDD protocol through the neural ADP microchip!\"}"], ["created_at", "2016-10-07 18:56:47.312992"], ["updated_at", "2016-10-07 18:56:47.312992"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem laboriosam rerum accusantium quam totam ratione.\",\"body\":\"We need to hack the neural FTP system!\"}"], ["created_at", "2016-10-07 18:56:47.313862"], ["updated_at", "2016-10-07 18:56:47.313862"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure vel voluptas dolores doloribus.\",\"body\":\"The PCI capacitor is down, input the back-end sensor so we can hack the HDD pixel!\"}"], ["created_at", "2016-10-07 18:56:47.314769"], ["updated_at", "2016-10-07 18:56:47.314769"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis explicabo quibusdam et velit.\",\"body\":\"The XML feed is down, transmit the auxiliary circuit so we can generate the RSS pixel!\"}"], ["created_at", "2016-10-07 18:56:47.315632"], ["updated_at", "2016-10-07 18:56:47.315632"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut laborum iure iusto nemo.\",\"body\":\"I'll calculate the wireless TCP microchip, that should feed the JSON program!\"}"], ["created_at", "2016-10-07 18:56:47.316506"], ["updated_at", "2016-10-07 18:56:47.316506"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut provident commodi qui consectetur eum aliquid vel.\",\"body\":\"The XML bandwidth is down, compress the bluetooth microchip so we can override the SAS bus!\"}"], ["created_at", "2016-10-07 18:56:47.317384"], ["updated_at", "2016-10-07 18:56:47.317384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur id illo.\",\"body\":\"I'll compress the solid state IB feed, that should feed the USB application!\"}"], ["created_at", "2016-10-07 18:56:47.318248"], ["updated_at", "2016-10-07 18:56:47.318248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque aperiam animi quidem.\",\"body\":\"If we compress the driver, we can get to the JBOD sensor through the mobile SMTP system!\"}"], ["created_at", "2016-10-07 18:56:47.319213"], ["updated_at", "2016-10-07 18:56:47.319213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore voluptatem magni laboriosam porro quod sed.\",\"body\":\"If we reboot the program, we can get to the SAS microchip through the open-source HTTP monitor!\"}"], ["created_at", "2016-10-07 18:56:47.320101"], ["updated_at", "2016-10-07 18:56:47.320101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum minus in consequuntur fugiat eius.\",\"body\":\"Synthesizing the driver won't do anything, we need to calculate the open-source sas pixel!\"}"], ["created_at", "2016-10-07 18:56:47.320999"], ["updated_at", "2016-10-07 18:56:47.320999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit non laborum rerum nesciunt optio aut.\",\"body\":\"The XSS interface is down, copy the solid state protocol so we can copy the SDD capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.321873"], ["updated_at", "2016-10-07 18:56:47.321873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui molestiae est consequuntur.\",\"body\":\"Indexing the firewall won't do anything, we need to hack the open-source css panel!\"}"], ["created_at", "2016-10-07 18:56:47.322782"], ["updated_at", "2016-10-07 18:56:47.322782"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore quam magnam eum ad blanditiis repellendus neque.\",\"body\":\"If we calculate the program, we can get to the SAS matrix through the solid state SMS array!\"}"], ["created_at", "2016-10-07 18:56:47.323669"], ["updated_at", "2016-10-07 18:56:47.323669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est autem ipsam quam eos.\",\"body\":\"Try to transmit the USB system, maybe it will reboot the back-end application!\"}"], ["created_at", "2016-10-07 18:56:47.324555"], ["updated_at", "2016-10-07 18:56:47.324555"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti sunt architecto cumque.\",\"body\":\"You can't quantify the protocol without compressing the primary SCSI monitor!\"}"], ["created_at", "2016-10-07 18:56:47.325461"], ["updated_at", "2016-10-07 18:56:47.325461"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde quis doloribus voluptatem.\",\"body\":\"We need to synthesize the bluetooth RSS alarm!\"}"], ["created_at", "2016-10-07 18:56:47.326335"], ["updated_at", "2016-10-07 18:56:47.326335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque ipsa qui eligendi cupiditate asperiores nesciunt est.\",\"body\":\"Transmitting the capacitor won't do anything, we need to quantify the solid state hdd port!\"}"], ["created_at", "2016-10-07 18:56:47.327252"], ["updated_at", "2016-10-07 18:56:47.327252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit nulla provident voluptatem.\",\"body\":\"If we quantify the protocol, we can get to the JBOD firewall through the redundant SSL panel!\"}"], ["created_at", "2016-10-07 18:56:47.328126"], ["updated_at", "2016-10-07 18:56:47.328126"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident ea voluptatem modi unde.\",\"body\":\"If we bypass the array, we can get to the JSON card through the wireless JBOD bus!\"}"], ["created_at", "2016-10-07 18:56:47.328995"], ["updated_at", "2016-10-07 18:56:47.328995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit sint architecto aut.\",\"body\":\"I'll back up the bluetooth SCSI transmitter, that should application the SCSI program!\"}"], ["created_at", "2016-10-07 18:56:47.329882"], ["updated_at", "2016-10-07 18:56:47.329882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab omnis est aut eligendi nemo.\",\"body\":\"Use the multi-byte HDD system, then you can transmit the primary application!\"}"], ["created_at", "2016-10-07 18:56:47.330779"], ["updated_at", "2016-10-07 18:56:47.330779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores doloribus aliquam sunt exercitationem.\",\"body\":\"I'll connect the optical AGP hard drive, that should interface the RAM program!\"}"], ["created_at", "2016-10-07 18:56:47.331651"], ["updated_at", "2016-10-07 18:56:47.331651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis est fugit rerum necessitatibus voluptatum deleniti impedit.\",\"body\":\"Use the wireless RAM sensor, then you can copy the primary alarm!\"}"], ["created_at", "2016-10-07 18:56:47.332538"], ["updated_at", "2016-10-07 18:56:47.332538"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque doloribus adipisci vero dignissimos.\",\"body\":\"I'll bypass the optical COM application, that should system the PCI sensor!\"}"], ["created_at", "2016-10-07 18:56:47.333443"], ["updated_at", "2016-10-07 18:56:47.333443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur commodi sit ut voluptatibus.\",\"body\":\"You can't calculate the alarm without navigating the auxiliary ADP hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.334330"], ["updated_at", "2016-10-07 18:56:47.334330"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel et et fugit tenetur.\",\"body\":\"Try to bypass the EXE transmitter, maybe it will index the auxiliary pixel!\"}"], ["created_at", "2016-10-07 18:56:47.335240"], ["updated_at", "2016-10-07 18:56:47.335240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim facere voluptate amet eos.\",\"body\":\"If we calculate the card, we can get to the HTTP hard drive through the neural GB interface!\"}"], ["created_at", "2016-10-07 18:56:47.336116"], ["updated_at", "2016-10-07 18:56:47.336116"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut nostrum.\",\"body\":\"Use the open-source SSL circuit, then you can quantify the auxiliary card!\"}"], ["created_at", "2016-10-07 18:56:47.336985"], ["updated_at", "2016-10-07 18:56:47.336985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda enim velit consequuntur voluptatem.\",\"body\":\"I'll compress the 1080p JBOD program, that should pixel the SDD sensor!\"}"], ["created_at", "2016-10-07 18:56:47.337871"], ["updated_at", "2016-10-07 18:56:47.337871"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel a aut inventore.\",\"body\":\"We need to back up the haptic FTP pixel!\"}"], ["created_at", "2016-10-07 18:56:47.338778"], ["updated_at", "2016-10-07 18:56:47.338778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat natus ea doloremque est quo cumque nihil.\",\"body\":\"You can't back up the feed without quantifying the solid state SCSI panel!\"}"], ["created_at", "2016-10-07 18:56:47.339652"], ["updated_at", "2016-10-07 18:56:47.339652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor rerum consequatur et et totam earum.\",\"body\":\"You can't input the monitor without overriding the digital FTP panel!\"}"], ["created_at", "2016-10-07 18:56:47.340526"], ["updated_at", "2016-10-07 18:56:47.340526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla alias fuga hic dolorem.\",\"body\":\"I'll connect the online SMS matrix, that should bandwidth the HDD panel!\"}"], ["created_at", "2016-10-07 18:56:47.341412"], ["updated_at", "2016-10-07 18:56:47.341412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex earum rerum sapiente dolorem corrupti.\",\"body\":\"We need to override the digital HTTP card!\"}"], ["created_at", "2016-10-07 18:56:47.342333"], ["updated_at", "2016-10-07 18:56:47.342333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit explicabo praesentium soluta nihil qui.\",\"body\":\"The ADP card is down, parse the 1080p pixel so we can synthesize the PCI pixel!\"}"], ["created_at", "2016-10-07 18:56:47.343242"], ["updated_at", "2016-10-07 18:56:47.343242"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum eos sapiente laboriosam assumenda qui.\",\"body\":\"We need to transmit the wireless HTTP firewall!\"}"], ["created_at", "2016-10-07 18:56:47.344124"], ["updated_at", "2016-10-07 18:56:47.344124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum enim reprehenderit cumque.\",\"body\":\"I'll connect the 1080p CSS application, that should port the ADP application!\"}"], ["created_at", "2016-10-07 18:56:47.345001"], ["updated_at", "2016-10-07 18:56:47.345001"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab voluptatem repellat similique accusantium cum et.\",\"body\":\"Use the multi-byte SMS panel, then you can synthesize the auxiliary sensor!\"}"], ["created_at", "2016-10-07 18:56:47.345891"], ["updated_at", "2016-10-07 18:56:47.345891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia molestiae voluptas voluptas mollitia et tempora quo.\",\"body\":\"I'll reboot the wireless FTP sensor, that should driver the ADP array!\"}"], ["created_at", "2016-10-07 18:56:47.346779"], ["updated_at", "2016-10-07 18:56:47.346779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ipsum possimus consequatur id impedit eos.\",\"body\":\"Use the auxiliary SMTP feed, then you can reboot the solid state program!\"}"], ["created_at", "2016-10-07 18:56:47.347646"], ["updated_at", "2016-10-07 18:56:47.347646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut harum corporis odit et itaque cupiditate.\",\"body\":\"Use the wireless SDD card, then you can back up the back-end array!\"}"], ["created_at", "2016-10-07 18:56:47.348525"], ["updated_at", "2016-10-07 18:56:47.348525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi voluptate vitae laboriosam.\",\"body\":\"Try to calculate the HTTP firewall, maybe it will bypass the back-end capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.349419"], ["updated_at", "2016-10-07 18:56:47.349419"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed praesentium ut mollitia ut aspernatur quos beatae.\",\"body\":\"Try to hack the PCI feed, maybe it will override the solid state card!\"}"], ["created_at", "2016-10-07 18:56:47.350304"], ["updated_at", "2016-10-07 18:56:47.350304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam ipsam ut sequi dolorem qui.\",\"body\":\"If we quantify the feed, we can get to the ADP program through the back-end JBOD circuit!\"}"], ["created_at", "2016-10-07 18:56:47.351195"], ["updated_at", "2016-10-07 18:56:47.351195"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid vitae quaerat quo voluptatem et.\",\"body\":\"I'll back up the redundant AGP matrix, that should monitor the AI feed!\"}"], ["created_at", "2016-10-07 18:56:47.352085"], ["updated_at", "2016-10-07 18:56:47.352085"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis natus autem.\",\"body\":\"Generating the bandwidth won't do anything, we need to input the multi-byte ftp array!\"}"], ["created_at", "2016-10-07 18:56:47.352965"], ["updated_at", "2016-10-07 18:56:47.352965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ut fugiat autem voluptatum.\",\"body\":\"You can't program the system without compressing the primary CSS firewall!\"}"], ["created_at", "2016-10-07 18:56:47.353836"], ["updated_at", "2016-10-07 18:56:47.353836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis ut iure accusamus autem libero consequatur impedit.\",\"body\":\"Use the neural JBOD bandwidth, then you can connect the optical bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.354717"], ["updated_at", "2016-10-07 18:56:47.354717"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et unde dignissimos incidunt ipsa in repellat.\",\"body\":\"Overriding the protocol won't do anything, we need to reboot the multi-byte tcp sensor!\"}"], ["created_at", "2016-10-07 18:56:47.355600"], ["updated_at", "2016-10-07 18:56:47.355600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima quibusdam rerum.\",\"body\":\"If we copy the array, we can get to the SDD pixel through the haptic TCP interface!\"}"], ["created_at", "2016-10-07 18:56:47.356481"], ["updated_at", "2016-10-07 18:56:47.356481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ratione delectus.\",\"body\":\"I'll program the haptic SQL firewall, that should port the AGP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.357345"], ["updated_at", "2016-10-07 18:56:47.357345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi quaerat aspernatur id.\",\"body\":\"You can't back up the driver without generating the redundant SQL program!\"}"], ["created_at", "2016-10-07 18:56:47.358234"], ["updated_at", "2016-10-07 18:56:47.358234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti velit qui ipsa eveniet.\",\"body\":\"We need to bypass the cross-platform JBOD firewall!\"}"], ["created_at", "2016-10-07 18:56:47.359133"], ["updated_at", "2016-10-07 18:56:47.359133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit dolorem libero ea illo molestiae.\",\"body\":\"We need to quantify the wireless PNG array!\"}"], ["created_at", "2016-10-07 18:56:47.360007"], ["updated_at", "2016-10-07 18:56:47.360007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi quam harum accusamus asperiores dolorem odio qui.\",\"body\":\"Use the digital ADP application, then you can quantify the 1080p bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.360891"], ["updated_at", "2016-10-07 18:56:47.360891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id ullam repudiandae omnis omnis vel voluptatibus.\",\"body\":\"We need to back up the bluetooth FTP array!\"}"], ["created_at", "2016-10-07 18:56:47.361774"], ["updated_at", "2016-10-07 18:56:47.361774"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda eum quo omnis porro.\",\"body\":\"We need to quantify the redundant RAM microchip!\"}"], ["created_at", "2016-10-07 18:56:47.362654"], ["updated_at", "2016-10-07 18:56:47.362654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit provident et blanditiis nemo ullam.\",\"body\":\"The CSS system is down, back up the multi-byte alarm so we can transmit the HDD application!\"}"], ["created_at", "2016-10-07 18:56:47.363518"], ["updated_at", "2016-10-07 18:56:47.363518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus nesciunt excepturi et inventore.\",\"body\":\"Indexing the interface won't do anything, we need to program the open-source exe firewall!\"}"], ["created_at", "2016-10-07 18:56:47.364398"], ["updated_at", "2016-10-07 18:56:47.364398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia voluptatem et eaque.\",\"body\":\"The PCI interface is down, reboot the haptic card so we can copy the CSS hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.365280"], ["updated_at", "2016-10-07 18:56:47.365280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus et alias expedita consectetur.\",\"body\":\"We need to back up the bluetooth XSS alarm!\"}"], ["created_at", "2016-10-07 18:56:47.366164"], ["updated_at", "2016-10-07 18:56:47.366164"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eaque quibusdam.\",\"body\":\"I'll synthesize the auxiliary HTTP bus, that should port the JSON alarm!\"}"], ["created_at", "2016-10-07 18:56:47.367078"], ["updated_at", "2016-10-07 18:56:47.367078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci impedit ut quae quasi tenetur odit.\",\"body\":\"Try to reboot the XSS panel, maybe it will navigate the redundant microchip!\"}"], ["created_at", "2016-10-07 18:56:47.367947"], ["updated_at", "2016-10-07 18:56:47.367947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto id iure soluta necessitatibus ab.\",\"body\":\"We need to parse the optical CSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.368828"], ["updated_at", "2016-10-07 18:56:47.368828"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae eligendi qui atque debitis fugit tempora.\",\"body\":\"Use the multi-byte PCI program, then you can calculate the digital monitor!\"}"], ["created_at", "2016-10-07 18:56:47.369701"], ["updated_at", "2016-10-07 18:56:47.369701"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod officia reprehenderit eum.\",\"body\":\"I'll program the cross-platform XML panel, that should monitor the AGP microchip!\"}"], ["created_at", "2016-10-07 18:56:47.370609"], ["updated_at", "2016-10-07 18:56:47.370609"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni aut sint quia qui quaerat.\",\"body\":\"Try to program the SMTP firewall, maybe it will quantify the open-source transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.371499"], ["updated_at", "2016-10-07 18:56:47.371499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sunt a enim.\",\"body\":\"Connecting the feed won't do anything, we need to connect the haptic ssl transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.372374"], ["updated_at", "2016-10-07 18:56:47.372374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est atque et aut.\",\"body\":\"I'll reboot the open-source SMS panel, that should interface the RSS firewall!\"}"], ["created_at", "2016-10-07 18:56:47.373242"], ["updated_at", "2016-10-07 18:56:47.373242"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo officia molestias occaecati.\",\"body\":\"The FTP protocol is down, program the virtual microchip so we can program the HDD hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.374116"], ["updated_at", "2016-10-07 18:56:47.374116"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate sed et repellat consequatur mollitia.\",\"body\":\"Use the multi-byte USB firewall, then you can parse the back-end firewall!\"}"], ["created_at", "2016-10-07 18:56:47.375024"], ["updated_at", "2016-10-07 18:56:47.375024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem est totam eligendi.\",\"body\":\"The CSS hard drive is down, override the wireless transmitter so we can input the SCSI protocol!\"}"], ["created_at", "2016-10-07 18:56:47.375908"], ["updated_at", "2016-10-07 18:56:47.375908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates sit doloremque dolor.\",\"body\":\"The JBOD bandwidth is down, copy the neural bus so we can copy the SQL transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.376800"], ["updated_at", "2016-10-07 18:56:47.376800"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam dolorem et veritatis officiis.\",\"body\":\"The EXE monitor is down, program the auxiliary feed so we can connect the COM transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.377695"], ["updated_at", "2016-10-07 18:56:47.377695"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos quia dolores quia tempore soluta.\",\"body\":\"You can't synthesize the microchip without copying the primary SCSI system!\"}"], ["created_at", "2016-10-07 18:56:47.378624"], ["updated_at", "2016-10-07 18:56:47.378624"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero perferendis autem facilis doloremque accusamus.\",\"body\":\"I'll reboot the solid state AI array, that should monitor the COM interface!\"}"], ["created_at", "2016-10-07 18:56:47.380690"], ["updated_at", "2016-10-07 18:56:47.380690"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum molestias et quis explicabo debitis consectetur delectus.\",\"body\":\"Overriding the driver won't do anything, we need to back up the haptic css port!\"}"], ["created_at", "2016-10-07 18:56:47.382772"], ["updated_at", "2016-10-07 18:56:47.382772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus quia ut animi sint.\",\"body\":\"Use the redundant PNG array, then you can quantify the redundant system!\"}"], ["created_at", "2016-10-07 18:56:47.384116"], ["updated_at", "2016-10-07 18:56:47.384116"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est doloremque quae in ea enim aspernatur.\",\"body\":\"If we navigate the card, we can get to the IB driver through the neural SCSI application!\"}"], ["created_at", "2016-10-07 18:56:47.385019"], ["updated_at", "2016-10-07 18:56:47.385019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ut quis rerum id.\",\"body\":\"We need to override the neural HTTP application!\"}"], ["created_at", "2016-10-07 18:56:47.385903"], ["updated_at", "2016-10-07 18:56:47.385903"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea quia similique.\",\"body\":\"If we compress the bandwidth, we can get to the JSON feed through the neural CSS feed!\"}"], ["created_at", "2016-10-07 18:56:47.386804"], ["updated_at", "2016-10-07 18:56:47.386804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus necessitatibus voluptatem asperiores distinctio.\",\"body\":\"We need to calculate the neural FTP array!\"}"], ["created_at", "2016-10-07 18:56:47.387690"], ["updated_at", "2016-10-07 18:56:47.387690"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex a quis et.\",\"body\":\"You can't compress the sensor without calculating the virtual AI card!\"}"], ["created_at", "2016-10-07 18:56:47.388603"], ["updated_at", "2016-10-07 18:56:47.388603"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias sed incidunt eos.\",\"body\":\"Use the multi-byte SQL transmitter, then you can input the back-end card!\"}"], ["created_at", "2016-10-07 18:56:47.389537"], ["updated_at", "2016-10-07 18:56:47.389537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit rerum labore.\",\"body\":\"You can't program the pixel without bypassing the virtual RSS firewall!\"}"], ["created_at", "2016-10-07 18:56:47.390434"], ["updated_at", "2016-10-07 18:56:47.390434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quam est deserunt corrupti nihil non.\",\"body\":\"Use the virtual SSL microchip, then you can copy the open-source alarm!\"}"], ["created_at", "2016-10-07 18:56:47.391324"], ["updated_at", "2016-10-07 18:56:47.391324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo expedita et.\",\"body\":\"I'll transmit the bluetooth SQL hard drive, that should matrix the PCI alarm!\"}"], ["created_at", "2016-10-07 18:56:47.392234"], ["updated_at", "2016-10-07 18:56:47.392234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit aut harum earum commodi.\",\"body\":\"You can't parse the application without backing up the redundant SMTP sensor!\"}"], ["created_at", "2016-10-07 18:56:47.393110"], ["updated_at", "2016-10-07 18:56:47.393110"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sed accusamus.\",\"body\":\"If we generate the bus, we can get to the JBOD port through the open-source PCI protocol!\"}"], ["created_at", "2016-10-07 18:56:47.393997"], ["updated_at", "2016-10-07 18:56:47.393997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id id facere et vitae sit enim.\",\"body\":\"I'll calculate the primary JBOD array, that should transmitter the AGP card!\"}"], ["created_at", "2016-10-07 18:56:47.394876"], ["updated_at", "2016-10-07 18:56:47.394876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem sit beatae in sit quia.\",\"body\":\"Use the neural IB capacitor, then you can program the neural transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.395754"], ["updated_at", "2016-10-07 18:56:47.395754"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate in sit quam ut et et nulla.\",\"body\":\"The THX feed is down, connect the neural pixel so we can synthesize the SMS sensor!\"}"], ["created_at", "2016-10-07 18:56:47.396749"], ["updated_at", "2016-10-07 18:56:47.396749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe sunt ipsam amet dicta enim consectetur eius.\",\"body\":\"Calculating the alarm won't do anything, we need to navigate the auxiliary pci bus!\"}"], ["created_at", "2016-10-07 18:56:47.397732"], ["updated_at", "2016-10-07 18:56:47.397732"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et officiis corrupti animi.\",\"body\":\"Use the open-source TCP hard drive, then you can hack the primary port!\"}"], ["created_at", "2016-10-07 18:56:47.398708"], ["updated_at", "2016-10-07 18:56:47.398708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem ipsam voluptatibus quisquam.\",\"body\":\"If we calculate the microchip, we can get to the CSS array through the cross-platform ADP firewall!\"}"], ["created_at", "2016-10-07 18:56:47.399672"], ["updated_at", "2016-10-07 18:56:47.399672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga assumenda libero eos modi omnis.\",\"body\":\"Try to compress the SSL pixel, maybe it will navigate the bluetooth program!\"}"], ["created_at", "2016-10-07 18:56:47.400644"], ["updated_at", "2016-10-07 18:56:47.400644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi et consequatur.\",\"body\":\"Use the virtual SMS protocol, then you can index the redundant bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.401596"], ["updated_at", "2016-10-07 18:56:47.401596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem sunt rerum quia ea.\",\"body\":\"Use the primary SSL firewall, then you can generate the 1080p pixel!\"}"], ["created_at", "2016-10-07 18:56:47.402568"], ["updated_at", "2016-10-07 18:56:47.402568"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui aut sequi aut provident natus consectetur.\",\"body\":\"Use the bluetooth SCSI hard drive, then you can compress the solid state array!\"}"], ["created_at", "2016-10-07 18:56:47.403538"], ["updated_at", "2016-10-07 18:56:47.403538"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam magnam odio delectus quisquam animi sit asperiores.\",\"body\":\"Indexing the port won't do anything, we need to navigate the wireless thx hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.404489"], ["updated_at", "2016-10-07 18:56:47.404489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur hic iure ea illo unde.\",\"body\":\"We need to navigate the virtual SMTP program!\"}"], ["created_at", "2016-10-07 18:56:47.405470"], ["updated_at", "2016-10-07 18:56:47.405470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia inventore eos.\",\"body\":\"The TCP program is down, bypass the optical system so we can back up the IB sensor!\"}"], ["created_at", "2016-10-07 18:56:47.406413"], ["updated_at", "2016-10-07 18:56:47.406413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt et odit illum ex.\",\"body\":\"We need to back up the 1080p ADP matrix!\"}"], ["created_at", "2016-10-07 18:56:47.407375"], ["updated_at", "2016-10-07 18:56:47.407375"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem aliquid enim beatae.\",\"body\":\"Use the auxiliary SCSI feed, then you can navigate the redundant feed!\"}"], ["created_at", "2016-10-07 18:56:47.408326"], ["updated_at", "2016-10-07 18:56:47.408326"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi consequuntur qui ut quo quia ea numquam.\",\"body\":\"The SMTP bus is down, bypass the open-source bandwidth so we can calculate the TCP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.409293"], ["updated_at", "2016-10-07 18:56:47.409293"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quis incidunt dolor.\",\"body\":\"You can't transmit the protocol without synthesizing the auxiliary PCI alarm!\"}"], ["created_at", "2016-10-07 18:56:47.410288"], ["updated_at", "2016-10-07 18:56:47.410288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus est et soluta odit ab sunt aut.\",\"body\":\"You can't synthesize the bandwidth without copying the mobile ADP application!\"}"], ["created_at", "2016-10-07 18:56:47.411263"], ["updated_at", "2016-10-07 18:56:47.411263"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo nisi nesciunt deserunt.\",\"body\":\"Programming the transmitter won't do anything, we need to generate the multi-byte png pixel!\"}"], ["created_at", "2016-10-07 18:56:47.412227"], ["updated_at", "2016-10-07 18:56:47.412227"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab corporis minus qui consequuntur ipsum consectetur totam.\",\"body\":\"Use the 1080p SDD system, then you can back up the redundant system!\"}"], ["created_at", "2016-10-07 18:56:47.413186"], ["updated_at", "2016-10-07 18:56:47.413186"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam ducimus molestias aut vel sunt.\",\"body\":\"You can't quantify the array without copying the mobile XML matrix!\"}"], ["created_at", "2016-10-07 18:56:47.414147"], ["updated_at", "2016-10-07 18:56:47.414147"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi et consequuntur.\",\"body\":\"Try to program the RSS sensor, maybe it will generate the open-source monitor!\"}"], ["created_at", "2016-10-07 18:56:47.415132"], ["updated_at", "2016-10-07 18:56:47.415132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos est consequatur perferendis.\",\"body\":\"I'll back up the primary ADP matrix, that should sensor the RAM driver!\"}"], ["created_at", "2016-10-07 18:56:47.416114"], ["updated_at", "2016-10-07 18:56:47.416114"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem odio autem quia rem.\",\"body\":\"Navigating the array won't do anything, we need to transmit the open-source smtp microchip!\"}"], ["created_at", "2016-10-07 18:56:47.417042"], ["updated_at", "2016-10-07 18:56:47.417042"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In autem rem rerum nam ab pariatur.\",\"body\":\"I'll override the mobile IB monitor, that should firewall the GB alarm!\"}"], ["created_at", "2016-10-07 18:56:47.417936"], ["updated_at", "2016-10-07 18:56:47.417936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia voluptatem aspernatur voluptate neque.\",\"body\":\"We need to index the wireless THX panel!\"}"], ["created_at", "2016-10-07 18:56:47.418860"], ["updated_at", "2016-10-07 18:56:47.418860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe at aut cum.\",\"body\":\"You can't override the system without parsing the cross-platform XSS program!\"}"], ["created_at", "2016-10-07 18:56:47.419776"], ["updated_at", "2016-10-07 18:56:47.419776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque deserunt velit.\",\"body\":\"Use the haptic THX monitor, then you can back up the open-source panel!\"}"], ["created_at", "2016-10-07 18:56:47.420658"], ["updated_at", "2016-10-07 18:56:47.420658"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur nihil unde temporibus.\",\"body\":\"Use the bluetooth SCSI application, then you can hack the open-source transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.421536"], ["updated_at", "2016-10-07 18:56:47.421536"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia voluptatem aliquam optio et cupiditate incidunt.\",\"body\":\"If we index the hard drive, we can get to the XML alarm through the cross-platform SMTP bus!\"}"], ["created_at", "2016-10-07 18:56:47.422419"], ["updated_at", "2016-10-07 18:56:47.422419"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error eius nihil est odit aut provident.\",\"body\":\"I'll connect the redundant FTP monitor, that should card the SSL port!\"}"], ["created_at", "2016-10-07 18:56:47.423359"], ["updated_at", "2016-10-07 18:56:47.423359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis quo quia expedita dolorem.\",\"body\":\"Try to back up the ADP system, maybe it will synthesize the optical bus!\"}"], ["created_at", "2016-10-07 18:56:47.424227"], ["updated_at", "2016-10-07 18:56:47.424227"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut qui id.\",\"body\":\"You can't connect the alarm without bypassing the redundant SDD transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.425125"], ["updated_at", "2016-10-07 18:56:47.425125"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet vitae alias.\",\"body\":\"We need to connect the redundant HTTP port!\"}"], ["created_at", "2016-10-07 18:56:47.426045"], ["updated_at", "2016-10-07 18:56:47.426045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium recusandae quasi ex.\",\"body\":\"Try to generate the JSON monitor, maybe it will parse the cross-platform circuit!\"}"], ["created_at", "2016-10-07 18:56:47.426941"], ["updated_at", "2016-10-07 18:56:47.426941"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime qui dolore aut porro esse.\",\"body\":\"The FTP protocol is down, reboot the neural bus so we can program the IB pixel!\"}"], ["created_at", "2016-10-07 18:56:47.427852"], ["updated_at", "2016-10-07 18:56:47.427852"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui est enim asperiores deleniti facere sunt.\",\"body\":\"Bypassing the capacitor won't do anything, we need to index the neural json circuit!\"}"], ["created_at", "2016-10-07 18:56:47.428738"], ["updated_at", "2016-10-07 18:56:47.428738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime optio consectetur est rerum ullam ex.\",\"body\":\"If we generate the application, we can get to the SMS sensor through the 1080p PNG interface!\"}"], ["created_at", "2016-10-07 18:56:47.429633"], ["updated_at", "2016-10-07 18:56:47.429633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident amet corrupti recusandae cumque.\",\"body\":\"Try to back up the JBOD circuit, maybe it will parse the virtual circuit!\"}"], ["created_at", "2016-10-07 18:56:47.430528"], ["updated_at", "2016-10-07 18:56:47.430528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut inventore iusto tempora sed.\",\"body\":\"You can't parse the bandwidth without programming the wireless THX program!\"}"], ["created_at", "2016-10-07 18:56:47.431421"], ["updated_at", "2016-10-07 18:56:47.431421"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni quia facere.\",\"body\":\"You can't synthesize the feed without generating the 1080p AI panel!\"}"], ["created_at", "2016-10-07 18:56:47.432304"], ["updated_at", "2016-10-07 18:56:47.432304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque quis debitis.\",\"body\":\"The COM sensor is down, transmit the multi-byte pixel so we can index the SMTP feed!\"}"], ["created_at", "2016-10-07 18:56:47.433209"], ["updated_at", "2016-10-07 18:56:47.433209"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis atque sunt deserunt veritatis ipsam.\",\"body\":\"Backing up the port won't do anything, we need to program the virtual xml feed!\"}"], ["created_at", "2016-10-07 18:56:47.434117"], ["updated_at", "2016-10-07 18:56:47.434117"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis assumenda quod ut eos dicta.\",\"body\":\"Calculating the pixel won't do anything, we need to back up the online ftp bus!\"}"], ["created_at", "2016-10-07 18:56:47.435081"], ["updated_at", "2016-10-07 18:56:47.435081"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit molestiae non.\",\"body\":\"Copying the circuit won't do anything, we need to calculate the digital png microchip!\"}"], ["created_at", "2016-10-07 18:56:47.435973"], ["updated_at", "2016-10-07 18:56:47.435973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore ullam hic et et et ipsum vero.\",\"body\":\"Indexing the port won't do anything, we need to hack the wireless png array!\"}"], ["created_at", "2016-10-07 18:56:47.436871"], ["updated_at", "2016-10-07 18:56:47.436871"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut consectetur est vitae sit assumenda.\",\"body\":\"We need to parse the wireless PNG capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.437758"], ["updated_at", "2016-10-07 18:56:47.437758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid distinctio voluptas.\",\"body\":\"Use the online HDD port, then you can navigate the solid state application!\"}"], ["created_at", "2016-10-07 18:56:47.438695"], ["updated_at", "2016-10-07 18:56:47.438695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam doloremque laborum corrupti sed saepe sit.\",\"body\":\"I'll back up the primary SAS hard drive, that should matrix the RAM circuit!\"}"], ["created_at", "2016-10-07 18:56:47.439603"], ["updated_at", "2016-10-07 18:56:47.439603"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo et sequi qui placeat.\",\"body\":\"The SQL system is down, copy the haptic interface so we can input the HDD sensor!\"}"], ["created_at", "2016-10-07 18:56:47.440530"], ["updated_at", "2016-10-07 18:56:47.440530"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor quia amet.\",\"body\":\"Parsing the monitor won't do anything, we need to parse the 1080p ssl circuit!\"}"], ["created_at", "2016-10-07 18:56:47.441430"], ["updated_at", "2016-10-07 18:56:47.441430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita est aspernatur nesciunt sunt dolor aliquam.\",\"body\":\"The GB interface is down, synthesize the haptic transmitter so we can connect the SCSI pixel!\"}"], ["created_at", "2016-10-07 18:56:47.442352"], ["updated_at", "2016-10-07 18:56:47.442352"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quod eaque reiciendis sed debitis.\",\"body\":\"I'll synthesize the neural XML sensor, that should hard drive the AGP driver!\"}"], ["created_at", "2016-10-07 18:56:47.443310"], ["updated_at", "2016-10-07 18:56:47.443310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit illum libero perferendis commodi.\",\"body\":\"If we transmit the firewall, we can get to the FTP system through the redundant FTP transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.444257"], ["updated_at", "2016-10-07 18:56:47.444257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint beatae sequi.\",\"body\":\"The GB matrix is down, parse the multi-byte matrix so we can copy the AGP circuit!\"}"], ["created_at", "2016-10-07 18:56:47.445147"], ["updated_at", "2016-10-07 18:56:47.445147"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut rerum excepturi est dolorum eaque qui molestias.\",\"body\":\"Try to compress the PCI system, maybe it will bypass the virtual capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.446042"], ["updated_at", "2016-10-07 18:56:47.446042"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem neque qui qui.\",\"body\":\"I'll back up the multi-byte AGP driver, that should transmitter the EXE card!\"}"], ["created_at", "2016-10-07 18:56:47.447060"], ["updated_at", "2016-10-07 18:56:47.447060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores perspiciatis dolorum impedit vitae.\",\"body\":\"The THX protocol is down, transmit the open-source driver so we can transmit the USB protocol!\"}"], ["created_at", "2016-10-07 18:56:47.448135"], ["updated_at", "2016-10-07 18:56:47.448135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias magnam enim dolorum labore.\",\"body\":\"Try to reboot the THX interface, maybe it will bypass the open-source alarm!\"}"], ["created_at", "2016-10-07 18:56:47.449061"], ["updated_at", "2016-10-07 18:56:47.449061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex voluptatum corporis voluptas.\",\"body\":\"Use the optical ADP array, then you can override the bluetooth panel!\"}"], ["created_at", "2016-10-07 18:56:47.450033"], ["updated_at", "2016-10-07 18:56:47.450033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum omnis esse.\",\"body\":\"Hacking the bandwidth won't do anything, we need to connect the wireless json system!\"}"], ["created_at", "2016-10-07 18:56:47.450963"], ["updated_at", "2016-10-07 18:56:47.450963"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed quis voluptate labore sit.\",\"body\":\"If we navigate the bus, we can get to the CSS system through the wireless SCSI microchip!\"}"], ["created_at", "2016-10-07 18:56:47.451868"], ["updated_at", "2016-10-07 18:56:47.451868"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil iure quas qui laudantium.\",\"body\":\"We need to connect the haptic SMS array!\"}"], ["created_at", "2016-10-07 18:56:47.452783"], ["updated_at", "2016-10-07 18:56:47.452783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui qui modi.\",\"body\":\"The COM pixel is down, calculate the multi-byte capacitor so we can input the SCSI protocol!\"}"], ["created_at", "2016-10-07 18:56:47.453682"], ["updated_at", "2016-10-07 18:56:47.453682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et qui ut.\",\"body\":\"I'll back up the solid state COM program, that should panel the SSL matrix!\"}"], ["created_at", "2016-10-07 18:56:47.454600"], ["updated_at", "2016-10-07 18:56:47.454600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores eligendi at facilis.\",\"body\":\"If we hack the matrix, we can get to the USB card through the optical RAM matrix!\"}"], ["created_at", "2016-10-07 18:56:47.455512"], ["updated_at", "2016-10-07 18:56:47.455512"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta iure saepe et sunt aut dolorem.\",\"body\":\"If we navigate the array, we can get to the RAM bus through the primary IB capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.456397"], ["updated_at", "2016-10-07 18:56:47.456397"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel aut veniam vitae itaque eum qui quod.\",\"body\":\"Try to bypass the RSS capacitor, maybe it will bypass the redundant card!\"}"], ["created_at", "2016-10-07 18:56:47.457303"], ["updated_at", "2016-10-07 18:56:47.457303"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni ipsum dolores voluptas veniam.\",\"body\":\"I'll navigate the online GB alarm, that should card the AI array!\"}"], ["created_at", "2016-10-07 18:56:47.458255"], ["updated_at", "2016-10-07 18:56:47.458255"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque aut qui modi.\",\"body\":\"Try to reboot the PNG program, maybe it will hack the cross-platform system!\"}"], ["created_at", "2016-10-07 18:56:47.459213"], ["updated_at", "2016-10-07 18:56:47.459213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil nostrum in ipsum impedit possimus.\",\"body\":\"You can't input the system without compressing the bluetooth IB array!\"}"], ["created_at", "2016-10-07 18:56:47.460109"], ["updated_at", "2016-10-07 18:56:47.460109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium maiores rerum.\",\"body\":\"The JBOD port is down, reboot the solid state monitor so we can bypass the SCSI port!\"}"], ["created_at", "2016-10-07 18:56:47.460986"], ["updated_at", "2016-10-07 18:56:47.460986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil quisquam ut repudiandae iure possimus ut laborum.\",\"body\":\"We need to program the open-source AI matrix!\"}"], ["created_at", "2016-10-07 18:56:47.461897"], ["updated_at", "2016-10-07 18:56:47.461897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis reprehenderit accusamus excepturi.\",\"body\":\"We need to override the wireless FTP driver!\"}"], ["created_at", "2016-10-07 18:56:47.462848"], ["updated_at", "2016-10-07 18:56:47.462848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore ut expedita qui doloremque in.\",\"body\":\"We need to hack the primary RAM transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.463739"], ["updated_at", "2016-10-07 18:56:47.463739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non soluta quasi atque excepturi et qui amet.\",\"body\":\"Compressing the sensor won't do anything, we need to override the neural xss circuit!\"}"], ["created_at", "2016-10-07 18:56:47.464645"], ["updated_at", "2016-10-07 18:56:47.464645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem cum maxime enim aut.\",\"body\":\"I'll quantify the cross-platform XSS feed, that should bandwidth the XSS array!\"}"], ["created_at", "2016-10-07 18:56:47.465533"], ["updated_at", "2016-10-07 18:56:47.465533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed dolores aliquam.\",\"body\":\"Use the 1080p XSS port, then you can copy the optical sensor!\"}"], ["created_at", "2016-10-07 18:56:47.466444"], ["updated_at", "2016-10-07 18:56:47.466444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor est et.\",\"body\":\"I'll parse the digital SMS driver, that should monitor the RAM hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.467390"], ["updated_at", "2016-10-07 18:56:47.467390"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi eos itaque in ducimus velit.\",\"body\":\"Use the back-end JBOD application, then you can synthesize the back-end array!\"}"], ["created_at", "2016-10-07 18:56:47.468269"], ["updated_at", "2016-10-07 18:56:47.468269"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque sunt quia.\",\"body\":\"Try to connect the TCP system, maybe it will bypass the primary application!\"}"], ["created_at", "2016-10-07 18:56:47.469196"], ["updated_at", "2016-10-07 18:56:47.469196"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non sapiente temporibus modi ipsum cupiditate nihil.\",\"body\":\"Quantifying the firewall won't do anything, we need to quantify the neural ram transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.470346"], ["updated_at", "2016-10-07 18:56:47.470346"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati autem ut.\",\"body\":\"I'll reboot the neural IB matrix, that should bandwidth the JSON driver!\"}"], ["created_at", "2016-10-07 18:56:47.471625"], ["updated_at", "2016-10-07 18:56:47.471625"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui perferendis id ea expedita.\",\"body\":\"You can't generate the firewall without hacking the auxiliary SMS card!\"}"], ["created_at", "2016-10-07 18:56:47.473116"], ["updated_at", "2016-10-07 18:56:47.473116"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non ut neque voluptatem sit tempore libero.\",\"body\":\"Generating the matrix won't do anything, we need to input the mobile xss sensor!\"}"], ["created_at", "2016-10-07 18:56:47.475225"], ["updated_at", "2016-10-07 18:56:47.475225"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita nam ea quia ullam fugiat voluptatum itaque.\",\"body\":\"We need to compress the wireless FTP firewall!\"}"], ["created_at", "2016-10-07 18:56:47.477488"], ["updated_at", "2016-10-07 18:56:47.477488"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui molestias minima dicta.\",\"body\":\"Use the haptic TCP array, then you can reboot the haptic interface!\"}"], ["created_at", "2016-10-07 18:56:47.480278"], ["updated_at", "2016-10-07 18:56:47.480278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat ut iure impedit ut praesentium.\",\"body\":\"We need to navigate the optical SCSI feed!\"}"], ["created_at", "2016-10-07 18:56:47.481416"], ["updated_at", "2016-10-07 18:56:47.481416"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo doloremque veniam.\",\"body\":\"I'll compress the haptic EXE panel, that should port the GB transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.482349"], ["updated_at", "2016-10-07 18:56:47.482349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam officia eaque incidunt eveniet quis sit.\",\"body\":\"The TCP circuit is down, reboot the cross-platform pixel so we can navigate the SDD application!\"}"], ["created_at", "2016-10-07 18:56:47.483486"], ["updated_at", "2016-10-07 18:56:47.483486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti eum ullam velit id id non voluptatem.\",\"body\":\"We need to program the auxiliary FTP panel!\"}"], ["created_at", "2016-10-07 18:56:47.484448"], ["updated_at", "2016-10-07 18:56:47.484448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam veritatis aut doloribus quo autem.\",\"body\":\"The IB application is down, reboot the optical bandwidth so we can back up the SMTP microchip!\"}"], ["created_at", "2016-10-07 18:56:47.485379"], ["updated_at", "2016-10-07 18:56:47.485379"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate accusantium enim nihil repellendus.\",\"body\":\"If we index the matrix, we can get to the USB hard drive through the cross-platform JSON circuit!\"}"], ["created_at", "2016-10-07 18:56:47.486290"], ["updated_at", "2016-10-07 18:56:47.486290"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci ex impedit quos.\",\"body\":\"If we parse the system, we can get to the HTTP firewall through the optical AGP capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.487253"], ["updated_at", "2016-10-07 18:56:47.487253"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae excepturi distinctio.\",\"body\":\"We need to synthesize the solid state THX system!\"}"], ["created_at", "2016-10-07 18:56:47.488181"], ["updated_at", "2016-10-07 18:56:47.488181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit animi sed et eaque.\",\"body\":\"The THX bandwidth is down, copy the virtual hard drive so we can parse the HDD application!\"}"], ["created_at", "2016-10-07 18:56:47.489146"], ["updated_at", "2016-10-07 18:56:47.489146"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic aut sed tempora.\",\"body\":\"We need to index the primary GB port!\"}"], ["created_at", "2016-10-07 18:56:47.490066"], ["updated_at", "2016-10-07 18:56:47.490066"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ut et doloremque.\",\"body\":\"You can't parse the monitor without compressing the 1080p FTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.491026"], ["updated_at", "2016-10-07 18:56:47.491026"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint assumenda quia autem.\",\"body\":\"Use the back-end SSL bandwidth, then you can index the mobile matrix!\"}"], ["created_at", "2016-10-07 18:56:47.491987"], ["updated_at", "2016-10-07 18:56:47.491987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sapiente expedita unde enim.\",\"body\":\"The ADP bandwidth is down, generate the digital hard drive so we can program the FTP alarm!\"}"], ["created_at", "2016-10-07 18:56:47.492919"], ["updated_at", "2016-10-07 18:56:47.492919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa est nisi.\",\"body\":\"We need to input the wireless GB interface!\"}"], ["created_at", "2016-10-07 18:56:47.493827"], ["updated_at", "2016-10-07 18:56:47.493827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt ea nostrum.\",\"body\":\"Use the optical COM port, then you can reboot the neural transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.494773"], ["updated_at", "2016-10-07 18:56:47.494773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quam nulla aliquid et.\",\"body\":\"If we program the bandwidth, we can get to the IB bandwidth through the 1080p AI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.495712"], ["updated_at", "2016-10-07 18:56:47.495712"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sint similique perspiciatis illum distinctio eos est.\",\"body\":\"Use the solid state IB application, then you can index the redundant transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.496699"], ["updated_at", "2016-10-07 18:56:47.496699"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit modi qui sint sunt qui tenetur.\",\"body\":\"The SSL protocol is down, back up the multi-byte interface so we can index the HDD pixel!\"}"], ["created_at", "2016-10-07 18:56:47.497732"], ["updated_at", "2016-10-07 18:56:47.497732"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum deleniti suscipit numquam omnis minus illo nulla.\",\"body\":\"The AGP port is down, bypass the mobile circuit so we can connect the JSON system!\"}"], ["created_at", "2016-10-07 18:56:47.507879"], ["updated_at", "2016-10-07 18:56:47.507879"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi ut sed fuga alias.\",\"body\":\"Try to connect the SDD bus, maybe it will transmit the redundant monitor!\"}"], ["created_at", "2016-10-07 18:56:47.508861"], ["updated_at", "2016-10-07 18:56:47.508861"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum et iste ut ipsa nemo exercitationem error.\",\"body\":\"The SDD bus is down, back up the multi-byte bandwidth so we can hack the PCI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.509731"], ["updated_at", "2016-10-07 18:56:47.509731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus unde consectetur dolores beatae quasi.\",\"body\":\"We need to index the haptic JBOD sensor!\"}"], ["created_at", "2016-10-07 18:56:47.510670"], ["updated_at", "2016-10-07 18:56:47.510670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ipsam voluptatibus vel.\",\"body\":\"Try to calculate the SQL port, maybe it will index the digital panel!\"}"], ["created_at", "2016-10-07 18:56:47.511538"], ["updated_at", "2016-10-07 18:56:47.511538"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias qui consequatur odit quos.\",\"body\":\"Try to copy the AI monitor, maybe it will transmit the redundant card!\"}"], ["created_at", "2016-10-07 18:56:47.512397"], ["updated_at", "2016-10-07 18:56:47.512397"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit rerum est amet architecto vero.\",\"body\":\"The XSS matrix is down, synthesize the mobile pixel so we can reboot the SSL panel!\"}"], ["created_at", "2016-10-07 18:56:47.513257"], ["updated_at", "2016-10-07 18:56:47.513257"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed harum esse quasi voluptatem voluptate.\",\"body\":\"If we parse the system, we can get to the USB system through the 1080p SMTP program!\"}"], ["created_at", "2016-10-07 18:56:47.514120"], ["updated_at", "2016-10-07 18:56:47.514120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et excepturi similique consequatur quis dolores cumque.\",\"body\":\"Generating the system won't do anything, we need to calculate the cross-platform xss card!\"}"], ["created_at", "2016-10-07 18:56:47.515026"], ["updated_at", "2016-10-07 18:56:47.515026"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam aspernatur numquam illum quam repudiandae qui.\",\"body\":\"We need to copy the wireless PNG feed!\"}"], ["created_at", "2016-10-07 18:56:47.515890"], ["updated_at", "2016-10-07 18:56:47.515890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et tenetur ut.\",\"body\":\"Use the mobile CSS transmitter, then you can calculate the primary card!\"}"], ["created_at", "2016-10-07 18:56:47.516759"], ["updated_at", "2016-10-07 18:56:47.516759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi commodi et ea.\",\"body\":\"Try to quantify the ADP array, maybe it will calculate the primary matrix!\"}"], ["created_at", "2016-10-07 18:56:47.517635"], ["updated_at", "2016-10-07 18:56:47.517635"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum et rerum voluptate laudantium enim rerum.\",\"body\":\"I'll override the back-end FTP program, that should driver the ADP panel!\"}"], ["created_at", "2016-10-07 18:56:47.518473"], ["updated_at", "2016-10-07 18:56:47.518473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt ea et sunt.\",\"body\":\"The RSS port is down, quantify the mobile interface so we can program the GB application!\"}"], ["created_at", "2016-10-07 18:56:47.519387"], ["updated_at", "2016-10-07 18:56:47.519387"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis quae corrupti.\",\"body\":\"If we reboot the array, we can get to the SSL feed through the back-end HTTP application!\"}"], ["created_at", "2016-10-07 18:56:47.520243"], ["updated_at", "2016-10-07 18:56:47.520243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea quia at enim et.\",\"body\":\"We need to copy the redundant PNG bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.521134"], ["updated_at", "2016-10-07 18:56:47.521134"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum quia non ea.\",\"body\":\"We need to program the auxiliary SMS microchip!\"}"], ["created_at", "2016-10-07 18:56:47.522047"], ["updated_at", "2016-10-07 18:56:47.522047"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum animi qui eaque recusandae assumenda aliquam.\",\"body\":\"Try to bypass the XML matrix, maybe it will override the open-source microchip!\"}"], ["created_at", "2016-10-07 18:56:47.522931"], ["updated_at", "2016-10-07 18:56:47.522931"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis quidem sunt.\",\"body\":\"Use the solid state USB port, then you can generate the back-end microchip!\"}"], ["created_at", "2016-10-07 18:56:47.523802"], ["updated_at", "2016-10-07 18:56:47.523802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio ratione atque adipisci amet in itaque.\",\"body\":\"Try to reboot the USB matrix, maybe it will program the auxiliary panel!\"}"], ["created_at", "2016-10-07 18:56:47.524660"], ["updated_at", "2016-10-07 18:56:47.524660"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ad vero.\",\"body\":\"You can't compress the bus without hacking the mobile ADP capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.525520"], ["updated_at", "2016-10-07 18:56:47.525520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam qui et minima.\",\"body\":\"We need to hack the auxiliary USB alarm!\"}"], ["created_at", "2016-10-07 18:56:47.526379"], ["updated_at", "2016-10-07 18:56:47.526379"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit sunt asperiores consequatur aliquam nihil corrupti alias.\",\"body\":\"The JBOD driver is down, bypass the redundant hard drive so we can navigate the COM monitor!\"}"], ["created_at", "2016-10-07 18:56:47.527271"], ["updated_at", "2016-10-07 18:56:47.527271"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis cupiditate sed odit sapiente id dignissimos dolore.\",\"body\":\"You can't copy the panel without navigating the haptic PNG transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.528142"], ["updated_at", "2016-10-07 18:56:47.528142"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas illo et vero architecto modi.\",\"body\":\"Use the bluetooth ADP array, then you can bypass the bluetooth microchip!\"}"], ["created_at", "2016-10-07 18:56:47.529000"], ["updated_at", "2016-10-07 18:56:47.529000"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae voluptatum ipsum.\",\"body\":\"Use the back-end FTP protocol, then you can back up the solid state bus!\"}"], ["created_at", "2016-10-07 18:56:47.529854"], ["updated_at", "2016-10-07 18:56:47.529854"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio vel qui.\",\"body\":\"The SCSI port is down, input the neural microchip so we can copy the USB port!\"}"], ["created_at", "2016-10-07 18:56:47.530721"], ["updated_at", "2016-10-07 18:56:47.530721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id et reiciendis quam.\",\"body\":\"If we parse the matrix, we can get to the ADP transmitter through the 1080p PNG feed!\"}"], ["created_at", "2016-10-07 18:56:47.531593"], ["updated_at", "2016-10-07 18:56:47.531593"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum sunt aspernatur.\",\"body\":\"I'll back up the 1080p SAS monitor, that should application the PCI matrix!\"}"], ["created_at", "2016-10-07 18:56:47.532452"], ["updated_at", "2016-10-07 18:56:47.532452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis quos quia repellendus.\",\"body\":\"Connecting the program won't do anything, we need to override the primary http program!\"}"], ["created_at", "2016-10-07 18:56:47.533336"], ["updated_at", "2016-10-07 18:56:47.533336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis nihil a minus qui id esse non.\",\"body\":\"Try to synthesize the HDD panel, maybe it will calculate the wireless hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.534197"], ["updated_at", "2016-10-07 18:56:47.534197"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa voluptate sed dolorem amet molestias.\",\"body\":\"We need to bypass the redundant JSON application!\"}"], ["created_at", "2016-10-07 18:56:47.535102"], ["updated_at", "2016-10-07 18:56:47.535102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis quo ut.\",\"body\":\"Use the primary SQL program, then you can synthesize the 1080p driver!\"}"], ["created_at", "2016-10-07 18:56:47.535966"], ["updated_at", "2016-10-07 18:56:47.535966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus animi consequuntur veniam.\",\"body\":\"Use the haptic FTP capacitor, then you can copy the primary pixel!\"}"], ["created_at", "2016-10-07 18:56:47.536816"], ["updated_at", "2016-10-07 18:56:47.536816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos sint cumque aut et quas recusandae.\",\"body\":\"We need to override the redundant PNG microchip!\"}"], ["created_at", "2016-10-07 18:56:47.537662"], ["updated_at", "2016-10-07 18:56:47.537662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit voluptatum nesciunt distinctio similique.\",\"body\":\"Indexing the transmitter won't do anything, we need to override the open-source sql hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.538542"], ["updated_at", "2016-10-07 18:56:47.538542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita quia sed.\",\"body\":\"We need to input the digital USB microchip!\"}"], ["created_at", "2016-10-07 18:56:47.539419"], ["updated_at", "2016-10-07 18:56:47.539419"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur eligendi aut voluptatem tempore sequi rerum soluta.\",\"body\":\"Overriding the port won't do anything, we need to reboot the primary ram bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.540284"], ["updated_at", "2016-10-07 18:56:47.540284"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad aut maxime autem corporis.\",\"body\":\"Try to override the PCI array, maybe it will compress the haptic interface!\"}"], ["created_at", "2016-10-07 18:56:47.541144"], ["updated_at", "2016-10-07 18:56:47.541144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit et mollitia corporis.\",\"body\":\"The JBOD port is down, reboot the wireless bus so we can bypass the SMTP matrix!\"}"], ["created_at", "2016-10-07 18:56:47.542012"], ["updated_at", "2016-10-07 18:56:47.542012"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci repellendus voluptatibus est tempore.\",\"body\":\"The SQL bandwidth is down, compress the primary microchip so we can synthesize the XSS panel!\"}"], ["created_at", "2016-10-07 18:56:47.542877"], ["updated_at", "2016-10-07 18:56:47.542877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum non ut optio.\",\"body\":\"Navigating the feed won't do anything, we need to hack the cross-platform ib array!\"}"], ["created_at", "2016-10-07 18:56:47.543729"], ["updated_at", "2016-10-07 18:56:47.543729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur vel sed recusandae quidem quos ducimus dolore.\",\"body\":\"The AI capacitor is down, quantify the virtual bus so we can back up the HTTP pixel!\"}"], ["created_at", "2016-10-07 18:56:47.544594"], ["updated_at", "2016-10-07 18:56:47.544594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit qui nam autem iste.\",\"body\":\"You can't override the application without quantifying the optical CSS driver!\"}"], ["created_at", "2016-10-07 18:56:47.545450"], ["updated_at", "2016-10-07 18:56:47.545450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis sunt nobis repudiandae rerum.\",\"body\":\"Use the cross-platform SSL card, then you can quantify the primary system!\"}"], ["created_at", "2016-10-07 18:56:47.546299"], ["updated_at", "2016-10-07 18:56:47.546299"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt laboriosam repudiandae dolorem neque delectus a accusantium.\",\"body\":\"Try to compress the SMS capacitor, maybe it will copy the mobile array!\"}"], ["created_at", "2016-10-07 18:56:47.547169"], ["updated_at", "2016-10-07 18:56:47.547169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum porro sunt tempora.\",\"body\":\"Backing up the card won't do anything, we need to back up the digital exe matrix!\"}"], ["created_at", "2016-10-07 18:56:47.548037"], ["updated_at", "2016-10-07 18:56:47.548037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt exercitationem vel error rem.\",\"body\":\"Try to index the TCP protocol, maybe it will navigate the digital bus!\"}"], ["created_at", "2016-10-07 18:56:47.548900"], ["updated_at", "2016-10-07 18:56:47.548900"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quos saepe laboriosam.\",\"body\":\"Calculating the matrix won't do anything, we need to program the online http card!\"}"], ["created_at", "2016-10-07 18:56:47.549777"], ["updated_at", "2016-10-07 18:56:47.549777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum odio quis error placeat quo.\",\"body\":\"You can't hack the circuit without connecting the solid state IB driver!\"}"], ["created_at", "2016-10-07 18:56:47.550706"], ["updated_at", "2016-10-07 18:56:47.550706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur omnis ipsum est ratione quos.\",\"body\":\"Parsing the alarm won't do anything, we need to calculate the primary ssl array!\"}"], ["created_at", "2016-10-07 18:56:47.551577"], ["updated_at", "2016-10-07 18:56:47.551577"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel reiciendis libero sed facere in deserunt aut.\",\"body\":\"We need to program the 1080p PNG bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.552445"], ["updated_at", "2016-10-07 18:56:47.552445"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo corporis reiciendis id expedita.\",\"body\":\"Use the 1080p PNG transmitter, then you can index the digital capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.553292"], ["updated_at", "2016-10-07 18:56:47.553292"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error qui et numquam ex nostrum.\",\"body\":\"Use the cross-platform SSL alarm, then you can quantify the digital system!\"}"], ["created_at", "2016-10-07 18:56:47.554152"], ["updated_at", "2016-10-07 18:56:47.554152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem omnis dolorem cupiditate.\",\"body\":\"Generating the transmitter won't do anything, we need to index the back-end gb matrix!\"}"], ["created_at", "2016-10-07 18:56:47.555081"], ["updated_at", "2016-10-07 18:56:47.555081"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum enim vero.\",\"body\":\"If we input the firewall, we can get to the SDD monitor through the redundant SQL matrix!\"}"], ["created_at", "2016-10-07 18:56:47.555945"], ["updated_at", "2016-10-07 18:56:47.555945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos autem id temporibus ut quia.\",\"body\":\"I'll transmit the solid state EXE system, that should port the HTTP matrix!\"}"], ["created_at", "2016-10-07 18:56:47.556776"], ["updated_at", "2016-10-07 18:56:47.556776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita quis qui nemo sunt quia rerum harum.\",\"body\":\"We need to reboot the online HDD firewall!\"}"], ["created_at", "2016-10-07 18:56:47.557629"], ["updated_at", "2016-10-07 18:56:47.557629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quos non ratione sint qui.\",\"body\":\"I'll connect the primary PCI transmitter, that should transmitter the SQL driver!\"}"], ["created_at", "2016-10-07 18:56:47.558490"], ["updated_at", "2016-10-07 18:56:47.558490"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque sint architecto rerum perspiciatis doloremque odio.\",\"body\":\"If we compress the system, we can get to the TCP program through the auxiliary JSON program!\"}"], ["created_at", "2016-10-07 18:56:47.559397"], ["updated_at", "2016-10-07 18:56:47.559397"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus non provident dolores corrupti eos tempore.\",\"body\":\"We need to navigate the 1080p SQL transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.560260"], ["updated_at", "2016-10-07 18:56:47.560260"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel officiis nulla accusantium adipisci voluptatem unde.\",\"body\":\"Overriding the panel won't do anything, we need to index the primary sas port!\"}"], ["created_at", "2016-10-07 18:56:47.561130"], ["updated_at", "2016-10-07 18:56:47.561130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum quis fuga ipsam nam vel culpa et.\",\"body\":\"You can't navigate the program without hacking the online AGP circuit!\"}"], ["created_at", "2016-10-07 18:56:47.561993"], ["updated_at", "2016-10-07 18:56:47.561993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo iusto voluptas dolor molestiae.\",\"body\":\"If we calculate the monitor, we can get to the SMS pixel through the cross-platform SAS interface!\"}"], ["created_at", "2016-10-07 18:56:47.562859"], ["updated_at", "2016-10-07 18:56:47.562859"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto laudantium tempore reprehenderit.\",\"body\":\"Use the redundant GB panel, then you can connect the mobile array!\"}"], ["created_at", "2016-10-07 18:56:47.563719"], ["updated_at", "2016-10-07 18:56:47.563719"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis sit tempora rerum omnis.\",\"body\":\"Backing up the monitor won't do anything, we need to generate the digital http bus!\"}"], ["created_at", "2016-10-07 18:56:47.564569"], ["updated_at", "2016-10-07 18:56:47.564569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem asperiores nam laudantium accusamus nobis et velit.\",\"body\":\"Use the mobile TCP program, then you can input the digital driver!\"}"], ["created_at", "2016-10-07 18:56:47.565425"], ["updated_at", "2016-10-07 18:56:47.565425"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut cumque nisi doloremque dignissimos iure praesentium dicta.\",\"body\":\"The JBOD microchip is down, quantify the solid state system so we can program the XML card!\"}"], ["created_at", "2016-10-07 18:56:47.566303"], ["updated_at", "2016-10-07 18:56:47.566303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam incidunt corporis maiores magnam iure inventore beatae.\",\"body\":\"We need to copy the 1080p SDD bus!\"}"], ["created_at", "2016-10-07 18:56:47.567250"], ["updated_at", "2016-10-07 18:56:47.567250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima culpa asperiores doloremque est non.\",\"body\":\"Try to back up the SSL bandwidth, maybe it will parse the multi-byte feed!\"}"], ["created_at", "2016-10-07 18:56:47.568120"], ["updated_at", "2016-10-07 18:56:47.568120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum cupiditate error asperiores totam.\",\"body\":\"Compressing the driver won't do anything, we need to override the primary json array!\"}"], ["created_at", "2016-10-07 18:56:47.569029"], ["updated_at", "2016-10-07 18:56:47.569029"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt quaerat vel ut facilis dolor qui rerum.\",\"body\":\"Calculating the alarm won't do anything, we need to index the online png sensor!\"}"], ["created_at", "2016-10-07 18:56:47.569889"], ["updated_at", "2016-10-07 18:56:47.569889"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur earum labore nemo sit a et.\",\"body\":\"If we calculate the alarm, we can get to the USB circuit through the virtual SCSI feed!\"}"], ["created_at", "2016-10-07 18:56:47.570763"], ["updated_at", "2016-10-07 18:56:47.570763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit optio eum quae.\",\"body\":\"The CSS array is down, hack the cross-platform capacitor so we can connect the TCP feed!\"}"], ["created_at", "2016-10-07 18:56:47.571629"], ["updated_at", "2016-10-07 18:56:47.571629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores et eum id.\",\"body\":\"Try to quantify the IB panel, maybe it will compress the wireless bus!\"}"], ["created_at", "2016-10-07 18:56:47.572487"], ["updated_at", "2016-10-07 18:56:47.572487"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum magni culpa.\",\"body\":\"Try to index the SMTP array, maybe it will bypass the virtual interface!\"}"], ["created_at", "2016-10-07 18:56:47.573335"], ["updated_at", "2016-10-07 18:56:47.573335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias velit non ducimus quasi.\",\"body\":\"Try to generate the FTP matrix, maybe it will reboot the wireless protocol!\"}"], ["created_at", "2016-10-07 18:56:47.574189"], ["updated_at", "2016-10-07 18:56:47.574189"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores enim voluptatem praesentium.\",\"body\":\"Try to transmit the GB panel, maybe it will bypass the cross-platform protocol!\"}"], ["created_at", "2016-10-07 18:56:47.575084"], ["updated_at", "2016-10-07 18:56:47.575084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione dolores enim ab voluptate.\",\"body\":\"You can't program the capacitor without synthesizing the mobile AGP application!\"}"], ["created_at", "2016-10-07 18:56:47.575949"], ["updated_at", "2016-10-07 18:56:47.575949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur nisi consequatur quod asperiores officia qui.\",\"body\":\"You can't quantify the pixel without hacking the virtual SDD hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.576801"], ["updated_at", "2016-10-07 18:56:47.576801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis sed cumque eligendi nihil.\",\"body\":\"Use the haptic SDD interface, then you can navigate the solid state sensor!\"}"], ["created_at", "2016-10-07 18:56:47.577657"], ["updated_at", "2016-10-07 18:56:47.577657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut aliquid architecto sint velit consequatur aut.\",\"body\":\"You can't navigate the hard drive without backing up the bluetooth USB monitor!\"}"], ["created_at", "2016-10-07 18:56:47.578532"], ["updated_at", "2016-10-07 18:56:47.578532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam nam at.\",\"body\":\"Try to input the AI microchip, maybe it will quantify the cross-platform feed!\"}"], ["created_at", "2016-10-07 18:56:47.579418"], ["updated_at", "2016-10-07 18:56:47.579418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni reiciendis at et sit odio.\",\"body\":\"If we generate the port, we can get to the SCSI firewall through the digital USB hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.580387"], ["updated_at", "2016-10-07 18:56:47.580387"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo et minima consequuntur.\",\"body\":\"If we reboot the sensor, we can get to the ADP feed through the multi-byte RSS program!\"}"], ["created_at", "2016-10-07 18:56:47.581295"], ["updated_at", "2016-10-07 18:56:47.581295"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis non nihil a perspiciatis quaerat.\",\"body\":\"Try to override the SMTP sensor, maybe it will parse the wireless application!\"}"], ["created_at", "2016-10-07 18:56:47.582243"], ["updated_at", "2016-10-07 18:56:47.582243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur debitis voluptatem nam assumenda quis.\",\"body\":\"We need to back up the haptic GB alarm!\"}"], ["created_at", "2016-10-07 18:56:47.583134"], ["updated_at", "2016-10-07 18:56:47.583134"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam vero dolorem fugit est ipsam laudantium.\",\"body\":\"If we calculate the bus, we can get to the HDD driver through the 1080p EXE driver!\"}"], ["created_at", "2016-10-07 18:56:47.584008"], ["updated_at", "2016-10-07 18:56:47.584008"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum praesentium eligendi repudiandae.\",\"body\":\"You can't compress the transmitter without parsing the back-end USB port!\"}"], ["created_at", "2016-10-07 18:56:47.584887"], ["updated_at", "2016-10-07 18:56:47.584887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sint rerum commodi tempora vel magni.\",\"body\":\"Programming the microchip won't do anything, we need to copy the auxiliary png system!\"}"], ["created_at", "2016-10-07 18:56:47.585755"], ["updated_at", "2016-10-07 18:56:47.585755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum suscipit vel mollitia est corrupti.\",\"body\":\"Use the neural GB transmitter, then you can navigate the back-end driver!\"}"], ["created_at", "2016-10-07 18:56:47.586623"], ["updated_at", "2016-10-07 18:56:47.586623"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas vitae aperiam aliquam itaque qui dolores quia.\",\"body\":\"Calculating the card won't do anything, we need to program the 1080p png capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.587496"], ["updated_at", "2016-10-07 18:56:47.587496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem quia nisi aliquam magnam sunt.\",\"body\":\"Try to override the AGP pixel, maybe it will transmit the 1080p matrix!\"}"], ["created_at", "2016-10-07 18:56:47.588375"], ["updated_at", "2016-10-07 18:56:47.588375"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores in ut eveniet modi.\",\"body\":\"Programming the array won't do anything, we need to index the primary xss bus!\"}"], ["created_at", "2016-10-07 18:56:47.589334"], ["updated_at", "2016-10-07 18:56:47.589334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat blanditiis autem et consequatur impedit maxime repellendus.\",\"body\":\"The AI sensor is down, navigate the mobile protocol so we can parse the AGP panel!\"}"], ["created_at", "2016-10-07 18:56:47.590247"], ["updated_at", "2016-10-07 18:56:47.590247"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam aut necessitatibus laudantium minima.\",\"body\":\"We need to index the online THX microchip!\"}"], ["created_at", "2016-10-07 18:56:47.591166"], ["updated_at", "2016-10-07 18:56:47.591166"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur dignissimos quam quis.\",\"body\":\"Calculating the card won't do anything, we need to input the multi-byte http bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.592417"], ["updated_at", "2016-10-07 18:56:47.592417"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione dicta similique.\",\"body\":\"I'll generate the neural SCSI array, that should microchip the SSL firewall!\"}"], ["created_at", "2016-10-07 18:56:47.593411"], ["updated_at", "2016-10-07 18:56:47.593411"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque autem consectetur et cupiditate quo similique.\",\"body\":\"We need to input the primary CSS port!\"}"], ["created_at", "2016-10-07 18:56:47.594270"], ["updated_at", "2016-10-07 18:56:47.594270"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus quam accusamus.\",\"body\":\"We need to parse the open-source SMTP driver!\"}"], ["created_at", "2016-10-07 18:56:47.595172"], ["updated_at", "2016-10-07 18:56:47.595172"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum nemo sunt voluptatum quia.\",\"body\":\"We need to back up the virtual JBOD monitor!\"}"], ["created_at", "2016-10-07 18:56:47.596028"], ["updated_at", "2016-10-07 18:56:47.596028"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis eos esse.\",\"body\":\"If we index the port, we can get to the USB interface through the digital SSL matrix!\"}"], ["created_at", "2016-10-07 18:56:47.596891"], ["updated_at", "2016-10-07 18:56:47.596891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum soluta cumque enim explicabo unde.\",\"body\":\"If we parse the matrix, we can get to the USB feed through the redundant HTTP matrix!\"}"], ["created_at", "2016-10-07 18:56:47.597801"], ["updated_at", "2016-10-07 18:56:47.597801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro omnis iure natus.\",\"body\":\"We need to input the neural HTTP card!\"}"], ["created_at", "2016-10-07 18:56:47.598785"], ["updated_at", "2016-10-07 18:56:47.598785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam ullam impedit laborum molestiae.\",\"body\":\"The RAM monitor is down, quantify the solid state protocol so we can generate the PNG protocol!\"}"], ["created_at", "2016-10-07 18:56:47.599752"], ["updated_at", "2016-10-07 18:56:47.599752"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In eligendi quod sit.\",\"body\":\"Try to connect the AI panel, maybe it will parse the back-end bus!\"}"], ["created_at", "2016-10-07 18:56:47.600689"], ["updated_at", "2016-10-07 18:56:47.600689"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim ut molestiae minima deleniti explicabo vitae.\",\"body\":\"Use the virtual SQL transmitter, then you can calculate the 1080p driver!\"}"], ["created_at", "2016-10-07 18:56:47.601620"], ["updated_at", "2016-10-07 18:56:47.601620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et odit ad aperiam est deserunt.\",\"body\":\"Try to quantify the TCP bus, maybe it will input the primary matrix!\"}"], ["created_at", "2016-10-07 18:56:47.602570"], ["updated_at", "2016-10-07 18:56:47.602570"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur ab voluptas ea incidunt.\",\"body\":\"Use the optical EXE sensor, then you can bypass the digital alarm!\"}"], ["created_at", "2016-10-07 18:56:47.603504"], ["updated_at", "2016-10-07 18:56:47.603504"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus earum error ea dicta et minima deserunt.\",\"body\":\"Synthesizing the port won't do anything, we need to calculate the wireless com card!\"}"], ["created_at", "2016-10-07 18:56:47.604437"], ["updated_at", "2016-10-07 18:56:47.604437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos rerum iste voluptatem.\",\"body\":\"Use the bluetooth JBOD pixel, then you can copy the cross-platform protocol!\"}"], ["created_at", "2016-10-07 18:56:47.605363"], ["updated_at", "2016-10-07 18:56:47.605363"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut minima praesentium inventore laudantium et.\",\"body\":\"The GB array is down, back up the digital circuit so we can navigate the SAS monitor!\"}"], ["created_at", "2016-10-07 18:56:47.606301"], ["updated_at", "2016-10-07 18:56:47.606301"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In ut commodi aut rerum molestiae et corporis.\",\"body\":\"You can't program the circuit without calculating the haptic ADP alarm!\"}"], ["created_at", "2016-10-07 18:56:47.607232"], ["updated_at", "2016-10-07 18:56:47.607232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio laboriosam inventore aliquam nemo fuga earum aut.\",\"body\":\"Try to connect the RAM port, maybe it will override the haptic bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.608160"], ["updated_at", "2016-10-07 18:56:47.608160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia molestiae est asperiores nihil nesciunt.\",\"body\":\"You can't navigate the program without connecting the mobile COM card!\"}"], ["created_at", "2016-10-07 18:56:47.609038"], ["updated_at", "2016-10-07 18:56:47.609038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non qui odio.\",\"body\":\"The SCSI microchip is down, navigate the cross-platform circuit so we can index the FTP feed!\"}"], ["created_at", "2016-10-07 18:56:47.609895"], ["updated_at", "2016-10-07 18:56:47.609895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint officiis magni blanditiis.\",\"body\":\"The JSON monitor is down, synthesize the auxiliary matrix so we can override the HTTP driver!\"}"], ["created_at", "2016-10-07 18:56:47.610836"], ["updated_at", "2016-10-07 18:56:47.610836"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam odio voluptatibus provident nam et voluptatum.\",\"body\":\"Try to calculate the XSS hard drive, maybe it will copy the haptic port!\"}"], ["created_at", "2016-10-07 18:56:47.611688"], ["updated_at", "2016-10-07 18:56:47.611688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis et facilis recusandae a qui nemo.\",\"body\":\"If we navigate the monitor, we can get to the SMS capacitor through the back-end SSL protocol!\"}"], ["created_at", "2016-10-07 18:56:47.612582"], ["updated_at", "2016-10-07 18:56:47.612582"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi distinctio amet.\",\"body\":\"You can't parse the panel without backing up the solid state PNG alarm!\"}"], ["created_at", "2016-10-07 18:56:47.613452"], ["updated_at", "2016-10-07 18:56:47.613452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et neque harum consequatur doloremque et.\",\"body\":\"I'll transmit the cross-platform CSS port, that should microchip the XML system!\"}"], ["created_at", "2016-10-07 18:56:47.614323"], ["updated_at", "2016-10-07 18:56:47.614323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit nostrum omnis at quae voluptatem.\",\"body\":\"We need to compress the auxiliary TCP pixel!\"}"], ["created_at", "2016-10-07 18:56:47.615230"], ["updated_at", "2016-10-07 18:56:47.615230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas maiores qui consequuntur.\",\"body\":\"If we back up the application, we can get to the XML card through the bluetooth THX bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.616105"], ["updated_at", "2016-10-07 18:56:47.616105"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos distinctio non consequatur aut numquam cupiditate quis.\",\"body\":\"Parsing the port won't do anything, we need to generate the neural ftp matrix!\"}"], ["created_at", "2016-10-07 18:56:47.616984"], ["updated_at", "2016-10-07 18:56:47.616984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut occaecati architecto quibusdam sed voluptatem.\",\"body\":\"Use the auxiliary USB array, then you can copy the multi-byte monitor!\"}"], ["created_at", "2016-10-07 18:56:47.617851"], ["updated_at", "2016-10-07 18:56:47.617851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci iure mollitia.\",\"body\":\"Use the 1080p JSON monitor, then you can index the back-end interface!\"}"], ["created_at", "2016-10-07 18:56:47.618752"], ["updated_at", "2016-10-07 18:56:47.618752"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut consequatur repellat veritatis consequatur ea dolorem atque.\",\"body\":\"I'll bypass the multi-byte RSS bus, that should sensor the SMS monitor!\"}"], ["created_at", "2016-10-07 18:56:47.619617"], ["updated_at", "2016-10-07 18:56:47.619617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non est sequi sit.\",\"body\":\"If we quantify the monitor, we can get to the EXE sensor through the cross-platform SCSI driver!\"}"], ["created_at", "2016-10-07 18:56:47.620517"], ["updated_at", "2016-10-07 18:56:47.620517"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia repellat nobis rerum.\",\"body\":\"The JBOD capacitor is down, quantify the multi-byte card so we can parse the RSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.621383"], ["updated_at", "2016-10-07 18:56:47.621383"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo aut accusantium.\",\"body\":\"Try to generate the IB hard drive, maybe it will reboot the open-source program!\"}"], ["created_at", "2016-10-07 18:56:47.622479"], ["updated_at", "2016-10-07 18:56:47.622479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit minima facere soluta consequatur.\",\"body\":\"I'll reboot the haptic SDD matrix, that should driver the PCI transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.623580"], ["updated_at", "2016-10-07 18:56:47.623580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente molestiae vel est.\",\"body\":\"We need to input the back-end XML interface!\"}"], ["created_at", "2016-10-07 18:56:47.624469"], ["updated_at", "2016-10-07 18:56:47.624469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident facere dolore qui magnam sit perspiciatis ipsum.\",\"body\":\"If we calculate the capacitor, we can get to the USB sensor through the 1080p PNG card!\"}"], ["created_at", "2016-10-07 18:56:47.625358"], ["updated_at", "2016-10-07 18:56:47.625358"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas ea vel.\",\"body\":\"I'll hack the digital ADP sensor, that should card the SCSI port!\"}"], ["created_at", "2016-10-07 18:56:47.626200"], ["updated_at", "2016-10-07 18:56:47.626200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus ut quo porro repellendus odit.\",\"body\":\"Use the mobile SMTP transmitter, then you can input the digital firewall!\"}"], ["created_at", "2016-10-07 18:56:47.627103"], ["updated_at", "2016-10-07 18:56:47.627103"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit consectetur explicabo labore voluptatibus et quis dicta.\",\"body\":\"Use the neural XML capacitor, then you can compress the auxiliary microchip!\"}"], ["created_at", "2016-10-07 18:56:47.627967"], ["updated_at", "2016-10-07 18:56:47.627967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor architecto dicta quam.\",\"body\":\"If we input the interface, we can get to the COM sensor through the neural SMTP monitor!\"}"], ["created_at", "2016-10-07 18:56:47.628830"], ["updated_at", "2016-10-07 18:56:47.628830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem qui ipsa.\",\"body\":\"I'll calculate the bluetooth ADP feed, that should driver the XSS alarm!\"}"], ["created_at", "2016-10-07 18:56:47.629687"], ["updated_at", "2016-10-07 18:56:47.629687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit consequatur deserunt in reiciendis pariatur.\",\"body\":\"The SCSI bus is down, copy the multi-byte capacitor so we can program the CSS protocol!\"}"], ["created_at", "2016-10-07 18:56:47.630587"], ["updated_at", "2016-10-07 18:56:47.630587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa debitis ut.\",\"body\":\"We need to generate the primary USB protocol!\"}"], ["created_at", "2016-10-07 18:56:47.631450"], ["updated_at", "2016-10-07 18:56:47.631450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis praesentium molestiae ut impedit.\",\"body\":\"Try to program the SMTP sensor, maybe it will bypass the haptic program!\"}"], ["created_at", "2016-10-07 18:56:47.632304"], ["updated_at", "2016-10-07 18:56:47.632304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est totam nostrum sed itaque.\",\"body\":\"You can't quantify the bandwidth without calculating the 1080p PCI capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.633179"], ["updated_at", "2016-10-07 18:56:47.633179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed nesciunt eligendi vel impedit et.\",\"body\":\"You can't transmit the card without programming the online XSS sensor!\"}"], ["created_at", "2016-10-07 18:56:47.634058"], ["updated_at", "2016-10-07 18:56:47.634058"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore assumenda molestiae qui magnam.\",\"body\":\"Use the online RSS hard drive, then you can back up the virtual interface!\"}"], ["created_at", "2016-10-07 18:56:47.634969"], ["updated_at", "2016-10-07 18:56:47.634969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In voluptate cumque.\",\"body\":\"Try to copy the IB matrix, maybe it will parse the optical card!\"}"], ["created_at", "2016-10-07 18:56:47.635844"], ["updated_at", "2016-10-07 18:56:47.635844"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A in hic magnam.\",\"body\":\"Programming the system won't do anything, we need to navigate the virtual sql alarm!\"}"], ["created_at", "2016-10-07 18:56:47.636708"], ["updated_at", "2016-10-07 18:56:47.636708"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum quis voluptatem.\",\"body\":\"You can't calculate the pixel without parsing the redundant PNG interface!\"}"], ["created_at", "2016-10-07 18:56:47.637567"], ["updated_at", "2016-10-07 18:56:47.637567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam consectetur et amet ullam ad vel cumque.\",\"body\":\"If we override the alarm, we can get to the IB circuit through the digital SAS port!\"}"], ["created_at", "2016-10-07 18:56:47.638441"], ["updated_at", "2016-10-07 18:56:47.638441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id quae pariatur dolor.\",\"body\":\"I'll compress the open-source XML program, that should circuit the GB card!\"}"], ["created_at", "2016-10-07 18:56:47.639342"], ["updated_at", "2016-10-07 18:56:47.639342"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel repudiandae rem exercitationem libero voluptas eius.\",\"body\":\"Try to parse the FTP program, maybe it will calculate the auxiliary sensor!\"}"], ["created_at", "2016-10-07 18:56:47.640204"], ["updated_at", "2016-10-07 18:56:47.640204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum dicta impedit labore recusandae.\",\"body\":\"Try to quantify the EXE transmitter, maybe it will bypass the virtual card!\"}"], ["created_at", "2016-10-07 18:56:47.641044"], ["updated_at", "2016-10-07 18:56:47.641044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem illum quasi.\",\"body\":\"You can't index the alarm without bypassing the wireless THX protocol!\"}"], ["created_at", "2016-10-07 18:56:47.641930"], ["updated_at", "2016-10-07 18:56:47.641930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo sint dolorem.\",\"body\":\"We need to hack the digital SAS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.642812"], ["updated_at", "2016-10-07 18:56:47.642812"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt nam dolore.\",\"body\":\"Try to input the FTP interface, maybe it will navigate the virtual capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.643673"], ["updated_at", "2016-10-07 18:56:47.643673"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam quisquam fugiat.\",\"body\":\"The THX port is down, transmit the optical panel so we can index the EXE feed!\"}"], ["created_at", "2016-10-07 18:56:47.644528"], ["updated_at", "2016-10-07 18:56:47.644528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus ea ex non est vel et consequatur.\",\"body\":\"I'll input the mobile GB driver, that should card the SAS protocol!\"}"], ["created_at", "2016-10-07 18:56:47.645381"], ["updated_at", "2016-10-07 18:56:47.645381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cupiditate quasi aperiam et.\",\"body\":\"The RSS pixel is down, input the digital pixel so we can navigate the HDD hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.646244"], ["updated_at", "2016-10-07 18:56:47.646244"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam et dolorum suscipit et vel voluptas.\",\"body\":\"Connecting the array won't do anything, we need to calculate the haptic smtp hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.647154"], ["updated_at", "2016-10-07 18:56:47.647154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit aut iste incidunt sit voluptatum accusantium.\",\"body\":\"Use the primary PCI port, then you can override the redundant monitor!\"}"], ["created_at", "2016-10-07 18:56:47.648020"], ["updated_at", "2016-10-07 18:56:47.648020"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium omnis et.\",\"body\":\"You can't reboot the driver without overriding the multi-byte GB alarm!\"}"], ["created_at", "2016-10-07 18:56:47.648882"], ["updated_at", "2016-10-07 18:56:47.648882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut doloribus eum voluptas.\",\"body\":\"Try to program the SAS bandwidth, maybe it will generate the cross-platform system!\"}"], ["created_at", "2016-10-07 18:56:47.649787"], ["updated_at", "2016-10-07 18:56:47.649787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque et est aliquam fugit.\",\"body\":\"We need to quantify the digital AGP monitor!\"}"], ["created_at", "2016-10-07 18:56:47.650661"], ["updated_at", "2016-10-07 18:56:47.650661"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam cum ut eius.\",\"body\":\"I'll copy the digital SCSI matrix, that should circuit the XSS array!\"}"], ["created_at", "2016-10-07 18:56:47.651518"], ["updated_at", "2016-10-07 18:56:47.651518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et ullam quibusdam aut quisquam exercitationem harum.\",\"body\":\"Try to connect the GB alarm, maybe it will index the mobile driver!\"}"], ["created_at", "2016-10-07 18:56:47.652378"], ["updated_at", "2016-10-07 18:56:47.652378"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad et expedita vel et et.\",\"body\":\"If we synthesize the interface, we can get to the COM application through the back-end SAS hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.653237"], ["updated_at", "2016-10-07 18:56:47.653237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error vel consequuntur consequatur.\",\"body\":\"I'll index the mobile SMS capacitor, that should protocol the RAM bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.654082"], ["updated_at", "2016-10-07 18:56:47.654082"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis et ad assumenda magnam.\",\"body\":\"You can't bypass the application without quantifying the neural XSS array!\"}"], ["created_at", "2016-10-07 18:56:47.654936"], ["updated_at", "2016-10-07 18:56:47.654936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam dolores vel facilis aliquid omnis explicabo.\",\"body\":\"If we transmit the port, we can get to the EXE alarm through the auxiliary SMS program!\"}"], ["created_at", "2016-10-07 18:56:47.655836"], ["updated_at", "2016-10-07 18:56:47.655836"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore voluptatem ea adipisci atque vel.\",\"body\":\"Use the cross-platform XML array, then you can copy the primary system!\"}"], ["created_at", "2016-10-07 18:56:47.656693"], ["updated_at", "2016-10-07 18:56:47.656693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut excepturi consectetur aut quisquam.\",\"body\":\"If we quantify the microchip, we can get to the SCSI bandwidth through the cross-platform ADP alarm!\"}"], ["created_at", "2016-10-07 18:56:47.657605"], ["updated_at", "2016-10-07 18:56:47.657605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis est sit totam nam quia qui.\",\"body\":\"Indexing the capacitor won't do anything, we need to generate the primary ai firewall!\"}"], ["created_at", "2016-10-07 18:56:47.658486"], ["updated_at", "2016-10-07 18:56:47.658486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat qui iusto ipsa quibusdam eius similique.\",\"body\":\"Use the haptic JBOD hard drive, then you can quantify the multi-byte microchip!\"}"], ["created_at", "2016-10-07 18:56:47.659399"], ["updated_at", "2016-10-07 18:56:47.659399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore et id.\",\"body\":\"I'll bypass the bluetooth PNG capacitor, that should bandwidth the TCP alarm!\"}"], ["created_at", "2016-10-07 18:56:47.660269"], ["updated_at", "2016-10-07 18:56:47.660269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo illo laudantium minus.\",\"body\":\"Try to bypass the AI system, maybe it will connect the online system!\"}"], ["created_at", "2016-10-07 18:56:47.661143"], ["updated_at", "2016-10-07 18:56:47.661143"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae molestiae vel nisi.\",\"body\":\"We need to calculate the 1080p GB card!\"}"], ["created_at", "2016-10-07 18:56:47.661999"], ["updated_at", "2016-10-07 18:56:47.661999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione voluptates est exercitationem ipsa et.\",\"body\":\"I'll copy the neural TCP feed, that should array the XML circuit!\"}"], ["created_at", "2016-10-07 18:56:47.662858"], ["updated_at", "2016-10-07 18:56:47.662858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis voluptas fugit facere nulla accusantium veniam.\",\"body\":\"If we program the matrix, we can get to the EXE pixel through the cross-platform XML panel!\"}"], ["created_at", "2016-10-07 18:56:47.663729"], ["updated_at", "2016-10-07 18:56:47.663729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut tempore soluta eos.\",\"body\":\"We need to index the bluetooth RAM circuit!\"}"], ["created_at", "2016-10-07 18:56:47.664586"], ["updated_at", "2016-10-07 18:56:47.664586"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora deserunt officia in modi.\",\"body\":\"We need to back up the virtual PCI transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.665446"], ["updated_at", "2016-10-07 18:56:47.665446"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae veritatis consectetur doloribus sed ut vel.\",\"body\":\"Try to quantify the SDD alarm, maybe it will bypass the bluetooth alarm!\"}"], ["created_at", "2016-10-07 18:56:47.666304"], ["updated_at", "2016-10-07 18:56:47.666304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem in consectetur.\",\"body\":\"The SMS application is down, bypass the cross-platform sensor so we can connect the TCP system!\"}"], ["created_at", "2016-10-07 18:56:47.667226"], ["updated_at", "2016-10-07 18:56:47.667226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel architecto enim et et dolor.\",\"body\":\"Transmitting the microchip won't do anything, we need to copy the back-end exe transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.668083"], ["updated_at", "2016-10-07 18:56:47.668083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat quidem consequatur aut consectetur dolorem.\",\"body\":\"Indexing the hard drive won't do anything, we need to transmit the auxiliary ai circuit!\"}"], ["created_at", "2016-10-07 18:56:47.668969"], ["updated_at", "2016-10-07 18:56:47.668969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et exercitationem.\",\"body\":\"We need to quantify the cross-platform AGP array!\"}"], ["created_at", "2016-10-07 18:56:47.669843"], ["updated_at", "2016-10-07 18:56:47.669843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae delectus quam.\",\"body\":\"You can't override the transmitter without calculating the neural THX matrix!\"}"], ["created_at", "2016-10-07 18:56:47.670710"], ["updated_at", "2016-10-07 18:56:47.670710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non expedita qui tenetur reiciendis voluptatem voluptatibus.\",\"body\":\"We need to transmit the haptic RSS pixel!\"}"], ["created_at", "2016-10-07 18:56:47.671607"], ["updated_at", "2016-10-07 18:56:47.671607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod perspiciatis qui.\",\"body\":\"We need to calculate the optical SQL circuit!\"}"], ["created_at", "2016-10-07 18:56:47.672459"], ["updated_at", "2016-10-07 18:56:47.672459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aliquid quia eum explicabo architecto repellendus iure.\",\"body\":\"Try to reboot the COM card, maybe it will synthesize the neural sensor!\"}"], ["created_at", "2016-10-07 18:56:47.673322"], ["updated_at", "2016-10-07 18:56:47.673322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates iure porro officiis corporis exercitationem temporibus dicta.\",\"body\":\"I'll transmit the digital PNG card, that should alarm the PCI array!\"}"], ["created_at", "2016-10-07 18:56:47.674214"], ["updated_at", "2016-10-07 18:56:47.674214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam reiciendis doloribus quidem vero similique.\",\"body\":\"You can't transmit the program without parsing the bluetooth THX interface!\"}"], ["created_at", "2016-10-07 18:56:47.675116"], ["updated_at", "2016-10-07 18:56:47.675116"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam sint quas dolor non enim recusandae voluptatibus.\",\"body\":\"We need to override the primary AGP system!\"}"], ["created_at", "2016-10-07 18:56:47.675995"], ["updated_at", "2016-10-07 18:56:47.675995"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum error soluta architecto consequatur cupiditate minima ut.\",\"body\":\"If we navigate the panel, we can get to the GB sensor through the wireless GB system!\"}"], ["created_at", "2016-10-07 18:56:47.676846"], ["updated_at", "2016-10-07 18:56:47.676846"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt dicta illo labore et sunt.\",\"body\":\"Indexing the driver won't do anything, we need to hack the neural scsi card!\"}"], ["created_at", "2016-10-07 18:56:47.677744"], ["updated_at", "2016-10-07 18:56:47.677744"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae harum earum omnis.\",\"body\":\"The SQL application is down, synthesize the open-source port so we can index the HTTP alarm!\"}"], ["created_at", "2016-10-07 18:56:47.678619"], ["updated_at", "2016-10-07 18:56:47.678619"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore ea officia nesciunt consequatur illum ipsum.\",\"body\":\"We need to transmit the multi-byte JSON array!\"}"], ["created_at", "2016-10-07 18:56:47.679479"], ["updated_at", "2016-10-07 18:56:47.679479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo vero similique repudiandae eos.\",\"body\":\"Try to generate the GB array, maybe it will quantify the back-end alarm!\"}"], ["created_at", "2016-10-07 18:56:47.680327"], ["updated_at", "2016-10-07 18:56:47.680327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sit ipsum sint et impedit.\",\"body\":\"If we parse the monitor, we can get to the CSS bus through the redundant SDD system!\"}"], ["created_at", "2016-10-07 18:56:47.681226"], ["updated_at", "2016-10-07 18:56:47.681226"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur in iure animi laborum nam.\",\"body\":\"The PCI sensor is down, index the virtual capacitor so we can copy the ADP bus!\"}"], ["created_at", "2016-10-07 18:56:47.682118"], ["updated_at", "2016-10-07 18:56:47.682118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident perspiciatis id.\",\"body\":\"If we generate the feed, we can get to the EXE bus through the multi-byte XSS monitor!\"}"], ["created_at", "2016-10-07 18:56:47.683064"], ["updated_at", "2016-10-07 18:56:47.683064"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis quia et qui harum veniam est.\",\"body\":\"You can't copy the circuit without programming the optical EXE circuit!\"}"], ["created_at", "2016-10-07 18:56:47.684036"], ["updated_at", "2016-10-07 18:56:47.684036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque et nostrum.\",\"body\":\"If we quantify the feed, we can get to the JBOD system through the online HTTP circuit!\"}"], ["created_at", "2016-10-07 18:56:47.684944"], ["updated_at", "2016-10-07 18:56:47.684944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum aut omnis quasi quis et.\",\"body\":\"If we back up the circuit, we can get to the SAS sensor through the 1080p AI interface!\"}"], ["created_at", "2016-10-07 18:56:47.685803"], ["updated_at", "2016-10-07 18:56:47.685803"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut assumenda iure rerum.\",\"body\":\"If we quantify the protocol, we can get to the SCSI system through the neural THX card!\"}"], ["created_at", "2016-10-07 18:56:47.686680"], ["updated_at", "2016-10-07 18:56:47.686680"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est consequatur minus reprehenderit ullam.\",\"body\":\"Overriding the sensor won't do anything, we need to reboot the back-end ai array!\"}"], ["created_at", "2016-10-07 18:56:47.687541"], ["updated_at", "2016-10-07 18:56:47.687541"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi aspernatur placeat eaque dolorum.\",\"body\":\"The GB protocol is down, reboot the neural program so we can index the COM bus!\"}"], ["created_at", "2016-10-07 18:56:47.688410"], ["updated_at", "2016-10-07 18:56:47.688410"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique et esse aut.\",\"body\":\"We need to generate the auxiliary AGP sensor!\"}"], ["created_at", "2016-10-07 18:56:47.689333"], ["updated_at", "2016-10-07 18:56:47.689333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga voluptatibus corporis.\",\"body\":\"The COM program is down, transmit the redundant port so we can override the GB interface!\"}"], ["created_at", "2016-10-07 18:56:47.690192"], ["updated_at", "2016-10-07 18:56:47.690192"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut tempora commodi quo dicta iure.\",\"body\":\"If we parse the hard drive, we can get to the SAS hard drive through the primary XSS firewall!\"}"], ["created_at", "2016-10-07 18:56:47.691065"], ["updated_at", "2016-10-07 18:56:47.691065"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis sint odit.\",\"body\":\"We need to hack the redundant EXE circuit!\"}"], ["created_at", "2016-10-07 18:56:47.691944"], ["updated_at", "2016-10-07 18:56:47.691944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quisquam aliquam dolores ut id.\",\"body\":\"If we index the array, we can get to the TCP system through the cross-platform SMTP program!\"}"], ["created_at", "2016-10-07 18:56:47.692815"], ["updated_at", "2016-10-07 18:56:47.692815"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore labore similique eum molestias.\",\"body\":\"Parsing the sensor won't do anything, we need to index the optical ftp port!\"}"], ["created_at", "2016-10-07 18:56:47.693657"], ["updated_at", "2016-10-07 18:56:47.693657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga autem dolores.\",\"body\":\"Try to quantify the JSON driver, maybe it will program the mobile port!\"}"], ["created_at", "2016-10-07 18:56:47.694533"], ["updated_at", "2016-10-07 18:56:47.694533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam dolor et incidunt dicta illum nam illo.\",\"body\":\"Try to navigate the RSS system, maybe it will copy the cross-platform array!\"}"], ["created_at", "2016-10-07 18:56:47.695399"], ["updated_at", "2016-10-07 18:56:47.695399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui est magnam.\",\"body\":\"The JBOD system is down, reboot the primary pixel so we can connect the SCSI hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.696256"], ["updated_at", "2016-10-07 18:56:47.696256"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus at quis sit.\",\"body\":\"You can't generate the sensor without navigating the wireless EXE protocol!\"}"], ["created_at", "2016-10-07 18:56:47.697119"], ["updated_at", "2016-10-07 18:56:47.697119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum reiciendis esse voluptas maiores similique.\",\"body\":\"We need to copy the primary CSS port!\"}"], ["created_at", "2016-10-07 18:56:47.697983"], ["updated_at", "2016-10-07 18:56:47.697983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis et incidunt nulla corporis quia nihil earum.\",\"body\":\"Indexing the pixel won't do anything, we need to index the cross-platform xss hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.698950"], ["updated_at", "2016-10-07 18:56:47.698950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut rem assumenda ab.\",\"body\":\"Use the redundant SSL alarm, then you can generate the digital interface!\"}"], ["created_at", "2016-10-07 18:56:47.699856"], ["updated_at", "2016-10-07 18:56:47.699856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus quia omnis omnis culpa fugit rerum et.\",\"body\":\"Try to index the SAS array, maybe it will reboot the bluetooth firewall!\"}"], ["created_at", "2016-10-07 18:56:47.700720"], ["updated_at", "2016-10-07 18:56:47.700720"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores et optio illum eos.\",\"body\":\"I'll index the virtual FTP port, that should program the SMTP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.701589"], ["updated_at", "2016-10-07 18:56:47.701589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor commodi dolores quasi et fuga error quae.\",\"body\":\"The EXE port is down, back up the multi-byte array so we can program the RSS card!\"}"], ["created_at", "2016-10-07 18:56:47.702457"], ["updated_at", "2016-10-07 18:56:47.702457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus delectus fugiat fugit corporis est consectetur deserunt.\",\"body\":\"The PCI application is down, override the haptic card so we can navigate the USB microchip!\"}"], ["created_at", "2016-10-07 18:56:47.703345"], ["updated_at", "2016-10-07 18:56:47.703345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel et mollitia.\",\"body\":\"Use the digital RSS transmitter, then you can transmit the back-end array!\"}"], ["created_at", "2016-10-07 18:56:47.704206"], ["updated_at", "2016-10-07 18:56:47.704206"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis aliquam est.\",\"body\":\"Try to calculate the IB firewall, maybe it will override the primary matrix!\"}"], ["created_at", "2016-10-07 18:56:47.705055"], ["updated_at", "2016-10-07 18:56:47.705055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum quis vel sed dignissimos.\",\"body\":\"We need to program the multi-byte SAS circuit!\"}"], ["created_at", "2016-10-07 18:56:47.705918"], ["updated_at", "2016-10-07 18:56:47.705918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor velit quis et rerum.\",\"body\":\"Backing up the card won't do anything, we need to input the 1080p sql bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.706789"], ["updated_at", "2016-10-07 18:56:47.706789"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id ad error maiores quas eum.\",\"body\":\"We need to transmit the mobile THX capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.707650"], ["updated_at", "2016-10-07 18:56:47.707650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis quibusdam sit dolorem velit sapiente praesentium.\",\"body\":\"If we index the array, we can get to the TCP panel through the virtual HTTP program!\"}"], ["created_at", "2016-10-07 18:56:47.708523"], ["updated_at", "2016-10-07 18:56:47.708523"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam quo voluptas dolorem debitis dolor.\",\"body\":\"If we generate the bus, we can get to the SSL circuit through the virtual HDD pixel!\"}"], ["created_at", "2016-10-07 18:56:47.709392"], ["updated_at", "2016-10-07 18:56:47.709392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam ut qui quia error voluptatem.\",\"body\":\"I'll reboot the wireless SQL array, that should hard drive the XSS sensor!\"}"], ["created_at", "2016-10-07 18:56:47.710257"], ["updated_at", "2016-10-07 18:56:47.710257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta quidem doloribus cum ducimus.\",\"body\":\"I'll connect the open-source HTTP hard drive, that should microchip the THX alarm!\"}"], ["created_at", "2016-10-07 18:56:47.711188"], ["updated_at", "2016-10-07 18:56:47.711188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea repellat quae nemo.\",\"body\":\"We need to compress the open-source AI alarm!\"}"], ["created_at", "2016-10-07 18:56:47.712047"], ["updated_at", "2016-10-07 18:56:47.712047"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum quia officiis repellat sunt.\",\"body\":\"Generating the firewall won't do anything, we need to parse the primary ib sensor!\"}"], ["created_at", "2016-10-07 18:56:47.712905"], ["updated_at", "2016-10-07 18:56:47.712905"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia maxime culpa.\",\"body\":\"The GB program is down, connect the optical application so we can override the USB matrix!\"}"], ["created_at", "2016-10-07 18:56:47.713777"], ["updated_at", "2016-10-07 18:56:47.713777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis mollitia qui recusandae soluta.\",\"body\":\"Use the solid state THX capacitor, then you can reboot the solid state driver!\"}"], ["created_at", "2016-10-07 18:56:47.714686"], ["updated_at", "2016-10-07 18:56:47.714686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus sit tenetur recusandae sint quae est totam.\",\"body\":\"Use the cross-platform CSS sensor, then you can reboot the 1080p capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.715595"], ["updated_at", "2016-10-07 18:56:47.715595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolor quas et impedit.\",\"body\":\"If we synthesize the monitor, we can get to the AGP sensor through the digital JBOD program!\"}"], ["created_at", "2016-10-07 18:56:47.716480"], ["updated_at", "2016-10-07 18:56:47.716480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quo et porro quis mollitia.\",\"body\":\"The RSS interface is down, program the open-source program so we can quantify the IB transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.717346"], ["updated_at", "2016-10-07 18:56:47.717346"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt laudantium provident ad ut fugit magni id.\",\"body\":\"Try to transmit the HTTP protocol, maybe it will hack the open-source transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.718202"], ["updated_at", "2016-10-07 18:56:47.718202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis repellat quas sint commodi consectetur.\",\"body\":\"The HTTP pixel is down, back up the back-end monitor so we can compress the TCP protocol!\"}"], ["created_at", "2016-10-07 18:56:47.719097"], ["updated_at", "2016-10-07 18:56:47.719097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit rerum magnam.\",\"body\":\"You can't copy the application without parsing the solid state JSON monitor!\"}"], ["created_at", "2016-10-07 18:56:47.719953"], ["updated_at", "2016-10-07 18:56:47.719953"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus esse est.\",\"body\":\"I'll input the auxiliary SMS transmitter, that should monitor the COM microchip!\"}"], ["created_at", "2016-10-07 18:56:47.720815"], ["updated_at", "2016-10-07 18:56:47.720815"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti et mollitia nemo expedita voluptas quasi accusamus.\",\"body\":\"Synthesizing the program won't do anything, we need to compress the primary scsi bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.721675"], ["updated_at", "2016-10-07 18:56:47.721675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum et quae consequuntur et deleniti hic.\",\"body\":\"Backing up the hard drive won't do anything, we need to generate the neural rss alarm!\"}"], ["created_at", "2016-10-07 18:56:47.722575"], ["updated_at", "2016-10-07 18:56:47.722575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam exercitationem dolore aut nihil laudantium sunt.\",\"body\":\"I'll reboot the multi-byte CSS feed, that should protocol the COM matrix!\"}"], ["created_at", "2016-10-07 18:56:47.723448"], ["updated_at", "2016-10-07 18:56:47.723448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium cum provident aut rerum voluptas.\",\"body\":\"We need to bypass the neural USB firewall!\"}"], ["created_at", "2016-10-07 18:56:47.724307"], ["updated_at", "2016-10-07 18:56:47.724307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti ut optio enim sed ut et impedit.\",\"body\":\"Try to reboot the CSS firewall, maybe it will connect the redundant protocol!\"}"], ["created_at", "2016-10-07 18:56:47.725222"], ["updated_at", "2016-10-07 18:56:47.725222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium commodi sunt autem.\",\"body\":\"Use the auxiliary SSL program, then you can navigate the mobile bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.726112"], ["updated_at", "2016-10-07 18:56:47.726112"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure sed ea natus rerum id.\",\"body\":\"You can't parse the microchip without compressing the back-end GB circuit!\"}"], ["created_at", "2016-10-07 18:56:47.727010"], ["updated_at", "2016-10-07 18:56:47.727010"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga autem molestiae.\",\"body\":\"I'll synthesize the mobile HDD interface, that should transmitter the SQL port!\"}"], ["created_at", "2016-10-07 18:56:47.727869"], ["updated_at", "2016-10-07 18:56:47.727869"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo sapiente omnis.\",\"body\":\"We need to bypass the haptic JSON pixel!\"}"], ["created_at", "2016-10-07 18:56:47.728798"], ["updated_at", "2016-10-07 18:56:47.728798"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque commodi voluptas ullam harum enim possimus dolor.\",\"body\":\"Try to copy the JBOD port, maybe it will connect the solid state interface!\"}"], ["created_at", "2016-10-07 18:56:47.729712"], ["updated_at", "2016-10-07 18:56:47.729712"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore voluptates perferendis rerum.\",\"body\":\"Transmitting the application won't do anything, we need to transmit the open-source xss panel!\"}"], ["created_at", "2016-10-07 18:56:47.730623"], ["updated_at", "2016-10-07 18:56:47.730623"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas odio similique molestiae soluta placeat quod velit.\",\"body\":\"If we navigate the hard drive, we can get to the THX transmitter through the neural EXE program!\"}"], ["created_at", "2016-10-07 18:56:47.731499"], ["updated_at", "2016-10-07 18:56:47.731499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro necessitatibus quis molestias ea voluptatum rerum officia.\",\"body\":\"The SDD firewall is down, program the back-end feed so we can back up the FTP alarm!\"}"], ["created_at", "2016-10-07 18:56:47.732361"], ["updated_at", "2016-10-07 18:56:47.732361"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias sequi quia veritatis excepturi.\",\"body\":\"We need to quantify the virtual USB program!\"}"], ["created_at", "2016-10-07 18:56:47.733307"], ["updated_at", "2016-10-07 18:56:47.733307"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum sed voluptatem deserunt nihil est.\",\"body\":\"Try to hack the XML feed, maybe it will quantify the haptic bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.734426"], ["updated_at", "2016-10-07 18:56:47.734426"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam illum possimus ad quis neque omnis voluptates.\",\"body\":\"Synthesizing the circuit won't do anything, we need to program the virtual hdd panel!\"}"], ["created_at", "2016-10-07 18:56:47.735652"], ["updated_at", "2016-10-07 18:56:47.735652"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ratione alias hic.\",\"body\":\"You can't quantify the system without synthesizing the cross-platform THX transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.737083"], ["updated_at", "2016-10-07 18:56:47.737083"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vitae dolores accusantium ut reiciendis.\",\"body\":\"If we calculate the alarm, we can get to the TCP bus through the auxiliary XSS sensor!\"}"], ["created_at", "2016-10-07 18:56:47.739243"], ["updated_at", "2016-10-07 18:56:47.739243"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat maiores illo.\",\"body\":\"Try to connect the SQL panel, maybe it will index the virtual system!\"}"], ["created_at", "2016-10-07 18:56:47.741835"], ["updated_at", "2016-10-07 18:56:47.741835"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet praesentium aperiam accusantium fugiat velit id voluptates.\",\"body\":\"If we input the sensor, we can get to the PNG driver through the auxiliary THX pixel!\"}"], ["created_at", "2016-10-07 18:56:47.744475"], ["updated_at", "2016-10-07 18:56:47.744475"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique voluptas voluptatibus rem numquam.\",\"body\":\"You can't compress the sensor without hacking the back-end RAM program!\"}"], ["created_at", "2016-10-07 18:56:47.746053"], ["updated_at", "2016-10-07 18:56:47.746053"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi numquam maiores ut et placeat accusantium autem.\",\"body\":\"If we bypass the circuit, we can get to the THX firewall through the multi-byte EXE protocol!\"}"], ["created_at", "2016-10-07 18:56:47.747044"], ["updated_at", "2016-10-07 18:56:47.747044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus saepe asperiores.\",\"body\":\"I'll connect the online XSS array, that should hard drive the AI firewall!\"}"], ["created_at", "2016-10-07 18:56:47.747910"], ["updated_at", "2016-10-07 18:56:47.747910"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente omnis occaecati.\",\"body\":\"The ADP microchip is down, parse the virtual circuit so we can back up the PCI hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.748785"], ["updated_at", "2016-10-07 18:56:47.748785"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt voluptas praesentium architecto occaecati consequatur iusto.\",\"body\":\"Try to program the XML matrix, maybe it will quantify the solid state protocol!\"}"], ["created_at", "2016-10-07 18:56:47.749816"], ["updated_at", "2016-10-07 18:56:47.749816"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga dolor aperiam eum.\",\"body\":\"We need to bypass the bluetooth PNG program!\"}"], ["created_at", "2016-10-07 18:56:47.750783"], ["updated_at", "2016-10-07 18:56:47.750783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur dolore labore sit.\",\"body\":\"Use the online CSS matrix, then you can quantify the back-end program!\"}"], ["created_at", "2016-10-07 18:56:47.751661"], ["updated_at", "2016-10-07 18:56:47.751661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum facere nisi.\",\"body\":\"Use the virtual TCP microchip, then you can back up the virtual bus!\"}"], ["created_at", "2016-10-07 18:56:47.752554"], ["updated_at", "2016-10-07 18:56:47.752554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae est quo voluptatum eligendi ut vel quos.\",\"body\":\"I'll back up the haptic SMTP transmitter, that should capacitor the CSS pixel!\"}"], ["created_at", "2016-10-07 18:56:47.753440"], ["updated_at", "2016-10-07 18:56:47.753440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex explicabo excepturi est.\",\"body\":\"Overriding the monitor won't do anything, we need to bypass the back-end ftp bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.754330"], ["updated_at", "2016-10-07 18:56:47.754330"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea maxime accusantium temporibus dolor qui qui.\",\"body\":\"If we index the application, we can get to the COM alarm through the neural XML monitor!\"}"], ["created_at", "2016-10-07 18:56:47.755200"], ["updated_at", "2016-10-07 18:56:47.755200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea omnis exercitationem vel autem quae quod.\",\"body\":\"The JBOD transmitter is down, input the haptic circuit so we can input the JBOD system!\"}"], ["created_at", "2016-10-07 18:56:47.756074"], ["updated_at", "2016-10-07 18:56:47.756074"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et explicabo facere officiis sint et eveniet id.\",\"body\":\"If we calculate the program, we can get to the PNG hard drive through the primary SDD bus!\"}"], ["created_at", "2016-10-07 18:56:47.756944"], ["updated_at", "2016-10-07 18:56:47.756944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sint libero quis est.\",\"body\":\"You can't hack the hard drive without connecting the multi-byte USB sensor!\"}"], ["created_at", "2016-10-07 18:56:47.757826"], ["updated_at", "2016-10-07 18:56:47.757826"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quisquam quia non et.\",\"body\":\"Indexing the feed won't do anything, we need to calculate the cross-platform xss bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.758716"], ["updated_at", "2016-10-07 18:56:47.758716"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ab dolores explicabo quibusdam.\",\"body\":\"Navigating the protocol won't do anything, we need to input the neural smtp microchip!\"}"], ["created_at", "2016-10-07 18:56:47.760190"], ["updated_at", "2016-10-07 18:56:47.760190"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat dolores aperiam omnis aut ut quis.\",\"body\":\"If we parse the array, we can get to the SMTP application through the mobile TCP bus!\"}"], ["created_at", "2016-10-07 18:56:47.762130"], ["updated_at", "2016-10-07 18:56:47.762130"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sunt illo omnis eos.\",\"body\":\"Calculating the panel won't do anything, we need to hack the haptic gb array!\"}"], ["created_at", "2016-10-07 18:56:47.764227"], ["updated_at", "2016-10-07 18:56:47.764227"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex odio doloremque qui alias animi eveniet placeat.\",\"body\":\"If we program the feed, we can get to the SSL bandwidth through the digital RAM monitor!\"}"], ["created_at", "2016-10-07 18:56:47.766277"], ["updated_at", "2016-10-07 18:56:47.766277"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati nesciunt qui accusamus autem ea.\",\"body\":\"If we bypass the array, we can get to the JSON card through the back-end SDD protocol!\"}"], ["created_at", "2016-10-07 18:56:47.768141"], ["updated_at", "2016-10-07 18:56:47.768141"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint animi tempora.\",\"body\":\"The SMS matrix is down, generate the mobile alarm so we can program the SMS array!\"}"], ["created_at", "2016-10-07 18:56:47.769522"], ["updated_at", "2016-10-07 18:56:47.769522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil dolorem dolores est alias qui provident dolore.\",\"body\":\"We need to compress the virtual SMS driver!\"}"], ["created_at", "2016-10-07 18:56:47.770540"], ["updated_at", "2016-10-07 18:56:47.770540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti et nulla labore.\",\"body\":\"Use the mobile HDD port, then you can index the back-end system!\"}"], ["created_at", "2016-10-07 18:56:47.771416"], ["updated_at", "2016-10-07 18:56:47.771416"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit temporibus aut ut officiis quos eaque est.\",\"body\":\"If we synthesize the system, we can get to the AI matrix through the mobile RSS bus!\"}"], ["created_at", "2016-10-07 18:56:47.772279"], ["updated_at", "2016-10-07 18:56:47.772279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus adipisci qui est quasi et hic.\",\"body\":\"The XML bus is down, compress the wireless panel so we can input the SCSI protocol!\"}"], ["created_at", "2016-10-07 18:56:47.773136"], ["updated_at", "2016-10-07 18:56:47.773136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum iure voluptas quibusdam minus est omnis eligendi.\",\"body\":\"If we program the card, we can get to the SCSI bus through the auxiliary HTTP interface!\"}"], ["created_at", "2016-10-07 18:56:47.773997"], ["updated_at", "2016-10-07 18:56:47.773997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui debitis perspiciatis sequi necessitatibus magni labore.\",\"body\":\"Use the auxiliary XSS port, then you can index the redundant firewall!\"}"], ["created_at", "2016-10-07 18:56:47.774898"], ["updated_at", "2016-10-07 18:56:47.774898"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi labore amet.\",\"body\":\"I'll parse the virtual THX hard drive, that should capacitor the XML application!\"}"], ["created_at", "2016-10-07 18:56:47.775781"], ["updated_at", "2016-10-07 18:56:47.775781"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex vel soluta aut.\",\"body\":\"Use the open-source TCP bus, then you can copy the auxiliary capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.777313"], ["updated_at", "2016-10-07 18:56:47.777313"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quo laudantium voluptatum voluptas et aspernatur.\",\"body\":\"You can't back up the card without quantifying the neural COM array!\"}"], ["created_at", "2016-10-07 18:56:47.779413"], ["updated_at", "2016-10-07 18:56:47.779413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi dolore omnis vitae.\",\"body\":\"The SSL matrix is down, copy the mobile microchip so we can copy the PNG microchip!\"}"], ["created_at", "2016-10-07 18:56:47.780536"], ["updated_at", "2016-10-07 18:56:47.780536"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur maiores ab.\",\"body\":\"We need to quantify the auxiliary IB interface!\"}"], ["created_at", "2016-10-07 18:56:47.781453"], ["updated_at", "2016-10-07 18:56:47.781453"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem dignissimos accusamus non a porro.\",\"body\":\"Try to connect the SQL microchip, maybe it will quantify the solid state array!\"}"], ["created_at", "2016-10-07 18:56:47.782420"], ["updated_at", "2016-10-07 18:56:47.782420"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut doloribus deleniti rem nam.\",\"body\":\"Backing up the protocol won't do anything, we need to copy the digital ftp transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.783375"], ["updated_at", "2016-10-07 18:56:47.783375"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem et dolorem voluptatem nostrum.\",\"body\":\"Try to override the IB sensor, maybe it will quantify the digital transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.784269"], ["updated_at", "2016-10-07 18:56:47.784269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit impedit sint omnis esse recusandae repudiandae earum.\",\"body\":\"Connecting the transmitter won't do anything, we need to reboot the 1080p ai microchip!\"}"], ["created_at", "2016-10-07 18:56:47.785138"], ["updated_at", "2016-10-07 18:56:47.785138"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim quam dicta nostrum.\",\"body\":\"Use the solid state AGP capacitor, then you can navigate the redundant matrix!\"}"], ["created_at", "2016-10-07 18:56:47.786006"], ["updated_at", "2016-10-07 18:56:47.786006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quia neque omnis aut culpa id adipisci.\",\"body\":\"If we compress the monitor, we can get to the EXE transmitter through the digital ADP firewall!\"}"], ["created_at", "2016-10-07 18:56:47.786897"], ["updated_at", "2016-10-07 18:56:47.786897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem nemo alias repellat neque libero mollitia.\",\"body\":\"Use the wireless AI panel, then you can calculate the optical driver!\"}"], ["created_at", "2016-10-07 18:56:47.787799"], ["updated_at", "2016-10-07 18:56:47.787799"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto et tempore.\",\"body\":\"The USB driver is down, connect the neural protocol so we can parse the SMS capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.788724"], ["updated_at", "2016-10-07 18:56:47.788724"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus beatae qui reiciendis nisi quas.\",\"body\":\"You can't program the transmitter without bypassing the cross-platform RAM monitor!\"}"], ["created_at", "2016-10-07 18:56:47.789627"], ["updated_at", "2016-10-07 18:56:47.789627"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos dolore ut omnis id repudiandae cupiditate ut.\",\"body\":\"If we compress the feed, we can get to the RSS driver through the mobile SCSI system!\"}"], ["created_at", "2016-10-07 18:56:47.790497"], ["updated_at", "2016-10-07 18:56:47.790497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et id iure vel.\",\"body\":\"If we index the system, we can get to the XML matrix through the haptic RSS alarm!\"}"], ["created_at", "2016-10-07 18:56:47.791386"], ["updated_at", "2016-10-07 18:56:47.791386"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab neque harum est architecto provident.\",\"body\":\"I'll override the neural SQL interface, that should bandwidth the XML circuit!\"}"], ["created_at", "2016-10-07 18:56:47.792268"], ["updated_at", "2016-10-07 18:56:47.792268"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem atque ut.\",\"body\":\"If we calculate the firewall, we can get to the RSS feed through the solid state AI circuit!\"}"], ["created_at", "2016-10-07 18:56:47.793425"], ["updated_at", "2016-10-07 18:56:47.793425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt vel nostrum placeat et.\",\"body\":\"We need to quantify the optical GB capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.795446"], ["updated_at", "2016-10-07 18:56:47.795446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium vel in mollitia laboriosam est sint.\",\"body\":\"We need to program the bluetooth SMTP port!\"}"], ["created_at", "2016-10-07 18:56:47.796383"], ["updated_at", "2016-10-07 18:56:47.796383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus numquam fugiat ratione.\",\"body\":\"We need to reboot the open-source SAS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.797258"], ["updated_at", "2016-10-07 18:56:47.797258"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda nihil qui nemo veniam excepturi repudiandae.\",\"body\":\"If we transmit the card, we can get to the XSS protocol through the auxiliary RAM protocol!\"}"], ["created_at", "2016-10-07 18:56:47.798128"], ["updated_at", "2016-10-07 18:56:47.798128"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores est pariatur voluptatem ducimus dolorem harum.\",\"body\":\"Programming the feed won't do anything, we need to override the primary gb feed!\"}"], ["created_at", "2016-10-07 18:56:47.799116"], ["updated_at", "2016-10-07 18:56:47.799116"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum itaque et nulla est voluptatem dolorum.\",\"body\":\"If we back up the pixel, we can get to the USB feed through the 1080p CSS matrix!\"}"], ["created_at", "2016-10-07 18:56:47.800202"], ["updated_at", "2016-10-07 18:56:47.800202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum dolores voluptas et.\",\"body\":\"Try to synthesize the SMTP card, maybe it will reboot the online transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.801158"], ["updated_at", "2016-10-07 18:56:47.801158"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum error facere est distinctio fugit ratione quisquam.\",\"body\":\"Copying the protocol won't do anything, we need to generate the redundant sql program!\"}"], ["created_at", "2016-10-07 18:56:47.802107"], ["updated_at", "2016-10-07 18:56:47.802107"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis quo sapiente iste harum.\",\"body\":\"Try to calculate the PNG card, maybe it will override the digital capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.803232"], ["updated_at", "2016-10-07 18:56:47.803232"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui ut consequuntur explicabo dolorum.\",\"body\":\"Quantifying the driver won't do anything, we need to back up the neural ssl protocol!\"}"], ["created_at", "2016-10-07 18:56:47.804605"], ["updated_at", "2016-10-07 18:56:47.804605"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur voluptate consequatur officia.\",\"body\":\"Try to generate the SMTP matrix, maybe it will compress the haptic transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.805650"], ["updated_at", "2016-10-07 18:56:47.805650"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit molestiae officia.\",\"body\":\"If we bypass the monitor, we can get to the SMS port through the optical HDD firewall!\"}"], ["created_at", "2016-10-07 18:56:47.806934"], ["updated_at", "2016-10-07 18:56:47.806934"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit rerum quia voluptates consequuntur soluta officiis ea.\",\"body\":\"The CSS circuit is down, transmit the haptic capacitor so we can back up the FTP alarm!\"}"], ["created_at", "2016-10-07 18:56:47.808336"], ["updated_at", "2016-10-07 18:56:47.808336"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis est natus ratione sit ab commodi libero.\",\"body\":\"We need to program the 1080p SQL transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.809577"], ["updated_at", "2016-10-07 18:56:47.809577"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est facilis aut beatae.\",\"body\":\"Use the redundant SCSI capacitor, then you can bypass the mobile port!\"}"], ["created_at", "2016-10-07 18:56:47.810749"], ["updated_at", "2016-10-07 18:56:47.810749"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam est eaque natus et assumenda quae.\",\"body\":\"I'll copy the digital SAS sensor, that should matrix the SDD application!\"}"], ["created_at", "2016-10-07 18:56:47.812638"], ["updated_at", "2016-10-07 18:56:47.812638"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quod quidem aspernatur.\",\"body\":\"Transmitting the application won't do anything, we need to copy the auxiliary xss hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.813974"], ["updated_at", "2016-10-07 18:56:47.813974"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est earum voluptatem doloremque illum.\",\"body\":\"The GB alarm is down, bypass the auxiliary interface so we can parse the PNG transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.815193"], ["updated_at", "2016-10-07 18:56:47.815193"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur odit asperiores rerum numquam.\",\"body\":\"You can't copy the monitor without calculating the auxiliary USB monitor!\"}"], ["created_at", "2016-10-07 18:56:47.816392"], ["updated_at", "2016-10-07 18:56:47.816392"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque qui similique doloribus.\",\"body\":\"Use the haptic SMS card, then you can input the neural firewall!\"}"], ["created_at", "2016-10-07 18:56:47.817695"], ["updated_at", "2016-10-07 18:56:47.817695"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non dignissimos voluptates modi optio ut.\",\"body\":\"You can't bypass the hard drive without transmitting the redundant RSS microchip!\"}"], ["created_at", "2016-10-07 18:56:47.819004"], ["updated_at", "2016-10-07 18:56:47.819004"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi et voluptas soluta sapiente quo repellendus minima.\",\"body\":\"We need to copy the primary SMS capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.820356"], ["updated_at", "2016-10-07 18:56:47.820356"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam cumque sit repudiandae officia rem doloremque.\",\"body\":\"You can't back up the port without bypassing the mobile SDD sensor!\"}"], ["created_at", "2016-10-07 18:56:47.821693"], ["updated_at", "2016-10-07 18:56:47.821693"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum voluptas exercitationem quas beatae sed.\",\"body\":\"Use the back-end HDD pixel, then you can parse the redundant matrix!\"}"], ["created_at", "2016-10-07 18:56:47.823099"], ["updated_at", "2016-10-07 18:56:47.823099"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi dolor vero omnis.\",\"body\":\"Try to hack the HDD monitor, maybe it will quantify the 1080p capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.824616"], ["updated_at", "2016-10-07 18:56:47.824616"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis aliquam ab nesciunt dolorum explicabo.\",\"body\":\"Use the redundant COM hard drive, then you can quantify the multi-byte feed!\"}"], ["created_at", "2016-10-07 18:56:47.826040"], ["updated_at", "2016-10-07 18:56:47.826040"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptas quibusdam voluptatem sapiente voluptatem.\",\"body\":\"The SMS interface is down, index the optical array so we can connect the SCSI circuit!\"}"], ["created_at", "2016-10-07 18:56:47.827295"], ["updated_at", "2016-10-07 18:56:47.827295"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio sint asperiores voluptates nemo ut.\",\"body\":\"Try to program the SDD card, maybe it will hack the bluetooth bus!\"}"], ["created_at", "2016-10-07 18:56:47.828356"], ["updated_at", "2016-10-07 18:56:47.828356"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio omnis voluptate fugit culpa nisi consectetur.\",\"body\":\"I'll reboot the bluetooth THX alarm, that should microchip the HTTP array!\"}"], ["created_at", "2016-10-07 18:56:47.829675"], ["updated_at", "2016-10-07 18:56:47.829675"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae soluta aperiam dicta reiciendis nostrum similique fugiat.\",\"body\":\"I'll hack the redundant HTTP transmitter, that should feed the JBOD matrix!\"}"], ["created_at", "2016-10-07 18:56:47.830888"], ["updated_at", "2016-10-07 18:56:47.830888"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nisi hic quaerat.\",\"body\":\"Try to calculate the USB protocol, maybe it will calculate the haptic bus!\"}"], ["created_at", "2016-10-07 18:56:47.832353"], ["updated_at", "2016-10-07 18:56:47.832353"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem pariatur corporis reprehenderit necessitatibus.\",\"body\":\"The IB alarm is down, transmit the virtual alarm so we can quantify the SSL capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.834595"], ["updated_at", "2016-10-07 18:56:47.834595"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique et officia nostrum corrupti.\",\"body\":\"Synthesizing the panel won't do anything, we need to bypass the neural agp feed!\"}"], ["created_at", "2016-10-07 18:56:47.837387"], ["updated_at", "2016-10-07 18:56:47.837387"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum consectetur voluptatem voluptatem rerum.\",\"body\":\"You can't program the alarm without compressing the neural JBOD port!\"}"], ["created_at", "2016-10-07 18:56:47.838798"], ["updated_at", "2016-10-07 18:56:47.838798"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus quae quis qui.\",\"body\":\"I'll navigate the primary USB card, that should program the AI microchip!\"}"], ["created_at", "2016-10-07 18:56:47.840094"], ["updated_at", "2016-10-07 18:56:47.840094"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur eum corrupti omnis distinctio cupiditate atque rerum.\",\"body\":\"Generating the application won't do anything, we need to compress the cross-platform scsi program!\"}"], ["created_at", "2016-10-07 18:56:47.841931"], ["updated_at", "2016-10-07 18:56:47.841931"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus voluptatum dignissimos consectetur repellendus minus autem.\",\"body\":\"Programming the array won't do anything, we need to copy the online smtp driver!\"}"], ["created_at", "2016-10-07 18:56:47.843781"], ["updated_at", "2016-10-07 18:56:47.843781"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta temporibus inventore necessitatibus velit.\",\"body\":\"Use the online TCP transmitter, then you can override the wireless circuit!\"}"], ["created_at", "2016-10-07 18:56:47.845355"], ["updated_at", "2016-10-07 18:56:47.845355"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quis alias molestiae fuga architecto dolorum consequatur.\",\"body\":\"I'll index the solid state SMS protocol, that should port the JBOD program!\"}"], ["created_at", "2016-10-07 18:56:47.846395"], ["updated_at", "2016-10-07 18:56:47.846395"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis corrupti ullam voluptas repellat.\",\"body\":\"If we compress the microchip, we can get to the JBOD program through the online GB sensor!\"}"], ["created_at", "2016-10-07 18:56:47.847412"], ["updated_at", "2016-10-07 18:56:47.847412"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia earum rem.\",\"body\":\"If we quantify the capacitor, we can get to the SDD feed through the mobile JBOD alarm!\"}"], ["created_at", "2016-10-07 18:56:47.848389"], ["updated_at", "2016-10-07 18:56:47.848389"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto cum eos quidem omnis illum ad exercitationem.\",\"body\":\"Try to reboot the SDD array, maybe it will index the back-end transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.849796"], ["updated_at", "2016-10-07 18:56:47.849796"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid consequatur saepe.\",\"body\":\"The SAS feed is down, connect the digital microchip so we can transmit the JSON matrix!\"}"], ["created_at", "2016-10-07 18:56:47.851273"], ["updated_at", "2016-10-07 18:56:47.851273"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est similique dicta in.\",\"body\":\"I'll navigate the neural RSS matrix, that should circuit the SSL firewall!\"}"], ["created_at", "2016-10-07 18:56:47.852948"], ["updated_at", "2016-10-07 18:56:47.852948"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim molestiae consequatur beatae iste deserunt delectus in.\",\"body\":\"Programming the bandwidth won't do anything, we need to reboot the multi-byte sms circuit!\"}"], ["created_at", "2016-10-07 18:56:47.854859"], ["updated_at", "2016-10-07 18:56:47.854859"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi alias quae aut iusto labore.\",\"body\":\"We need to index the primary SCSI application!\"}"], ["created_at", "2016-10-07 18:56:47.858257"], ["updated_at", "2016-10-07 18:56:47.858257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit recusandae praesentium omnis rerum et fugit.\",\"body\":\"Try to back up the CSS pixel, maybe it will input the bluetooth panel!\"}"], ["created_at", "2016-10-07 18:56:47.859449"], ["updated_at", "2016-10-07 18:56:47.859449"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et porro iure consequuntur.\",\"body\":\"Try to hack the HTTP panel, maybe it will calculate the digital transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.860416"], ["updated_at", "2016-10-07 18:56:47.860416"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi sed error at est aut.\",\"body\":\"Use the neural SSL panel, then you can hack the wireless panel!\"}"], ["created_at", "2016-10-07 18:56:47.861363"], ["updated_at", "2016-10-07 18:56:47.861363"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut laborum deleniti minus distinctio.\",\"body\":\"Hacking the capacitor won't do anything, we need to transmit the wireless agp card!\"}"], ["created_at", "2016-10-07 18:56:47.862312"], ["updated_at", "2016-10-07 18:56:47.862312"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde dolore id commodi.\",\"body\":\"I'll transmit the multi-byte RSS capacitor, that should microchip the SSL driver!\"}"], ["created_at", "2016-10-07 18:56:47.863249"], ["updated_at", "2016-10-07 18:56:47.863249"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem numquam possimus quidem.\",\"body\":\"If we compress the driver, we can get to the FTP protocol through the solid state COM port!\"}"], ["created_at", "2016-10-07 18:56:47.864096"], ["updated_at", "2016-10-07 18:56:47.864096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis nemo perspiciatis quo molestiae laudantium ullam.\",\"body\":\"You can't generate the firewall without copying the mobile GB microchip!\"}"], ["created_at", "2016-10-07 18:56:47.864959"], ["updated_at", "2016-10-07 18:56:47.864959"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid vitae vel ea voluptatum qui voluptas dolorem.\",\"body\":\"You can't bypass the card without overriding the online HTTP system!\"}"], ["created_at", "2016-10-07 18:56:47.865854"], ["updated_at", "2016-10-07 18:56:47.865854"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio dolores sint atque consequuntur fugiat harum.\",\"body\":\"You can't calculate the alarm without transmitting the primary SQL bus!\"}"], ["created_at", "2016-10-07 18:56:47.866776"], ["updated_at", "2016-10-07 18:56:47.866776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum libero expedita quo quia ducimus ab.\",\"body\":\"Try to quantify the PNG hard drive, maybe it will copy the mobile protocol!\"}"], ["created_at", "2016-10-07 18:56:47.867688"], ["updated_at", "2016-10-07 18:56:47.867688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At aliquid et.\",\"body\":\"We need to generate the open-source HDD transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.868558"], ["updated_at", "2016-10-07 18:56:47.868558"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa itaque eum dolores dolor consequatur.\",\"body\":\"If we calculate the program, we can get to the AI firewall through the bluetooth USB capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.869427"], ["updated_at", "2016-10-07 18:56:47.869427"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi quo aut.\",\"body\":\"I'll navigate the open-source GB hard drive, that should pixel the SDD circuit!\"}"], ["created_at", "2016-10-07 18:56:47.870431"], ["updated_at", "2016-10-07 18:56:47.870431"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas qui aut.\",\"body\":\"We need to quantify the redundant PNG hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.871413"], ["updated_at", "2016-10-07 18:56:47.871413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A impedit repudiandae sit eaque ut laboriosam.\",\"body\":\"Connecting the protocol won't do anything, we need to input the neural rss program!\"}"], ["created_at", "2016-10-07 18:56:47.872293"], ["updated_at", "2016-10-07 18:56:47.872293"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam autem quis ut architecto nesciunt reprehenderit.\",\"body\":\"Try to index the PNG hard drive, maybe it will calculate the open-source application!\"}"], ["created_at", "2016-10-07 18:56:47.873168"], ["updated_at", "2016-10-07 18:56:47.873168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt labore veniam.\",\"body\":\"Use the multi-byte TCP capacitor, then you can program the redundant bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.874041"], ["updated_at", "2016-10-07 18:56:47.874041"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit saepe quia aut ullam.\",\"body\":\"Use the mobile GB driver, then you can connect the digital sensor!\"}"], ["created_at", "2016-10-07 18:56:47.874945"], ["updated_at", "2016-10-07 18:56:47.874945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur rerum expedita eligendi quas reiciendis aliquid.\",\"body\":\"Navigating the feed won't do anything, we need to connect the digital tcp transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.875824"], ["updated_at", "2016-10-07 18:56:47.875824"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque dicta enim perspiciatis repudiandae eaque ducimus quos.\",\"body\":\"Use the auxiliary GB capacitor, then you can calculate the auxiliary monitor!\"}"], ["created_at", "2016-10-07 18:56:47.876890"], ["updated_at", "2016-10-07 18:56:47.876890"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus esse in.\",\"body\":\"Use the back-end CSS pixel, then you can calculate the back-end circuit!\"}"], ["created_at", "2016-10-07 18:56:47.877988"], ["updated_at", "2016-10-07 18:56:47.877988"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque quibusdam totam suscipit aut.\",\"body\":\"I'll transmit the open-source TCP alarm, that should matrix the GB driver!\"}"], ["created_at", "2016-10-07 18:56:47.879990"], ["updated_at", "2016-10-07 18:56:47.879990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut iure non enim tempore ipsam quia.\",\"body\":\"Use the online GB microchip, then you can synthesize the virtual protocol!\"}"], ["created_at", "2016-10-07 18:56:47.880983"], ["updated_at", "2016-10-07 18:56:47.880983"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et consectetur nihil.\",\"body\":\"We need to back up the open-source IB alarm!\"}"], ["created_at", "2016-10-07 18:56:47.881863"], ["updated_at", "2016-10-07 18:56:47.881863"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur officia omnis dolorem itaque omnis voluptatem.\",\"body\":\"The AGP firewall is down, connect the digital hard drive so we can navigate the SMS circuit!\"}"], ["created_at", "2016-10-07 18:56:47.883180"], ["updated_at", "2016-10-07 18:56:47.883180"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio et maiores error ratione quasi occaecati.\",\"body\":\"If we bypass the transmitter, we can get to the JSON feed through the bluetooth COM driver!\"}"], ["created_at", "2016-10-07 18:56:47.886185"], ["updated_at", "2016-10-07 18:56:47.886185"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse distinctio dignissimos rem accusamus deserunt et.\",\"body\":\"The USB interface is down, generate the online program so we can connect the GB hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.888677"], ["updated_at", "2016-10-07 18:56:47.888677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam expedita corrupti.\",\"body\":\"Use the haptic JSON feed, then you can reboot the digital pixel!\"}"], ["created_at", "2016-10-07 18:56:47.889929"], ["updated_at", "2016-10-07 18:56:47.889929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut maxime eum.\",\"body\":\"If we synthesize the program, we can get to the JSON microchip through the cross-platform SCSI firewall!\"}"], ["created_at", "2016-10-07 18:56:47.890870"], ["updated_at", "2016-10-07 18:56:47.890870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam ut ipsum eum.\",\"body\":\"You can't program the array without quantifying the auxiliary AI feed!\"}"], ["created_at", "2016-10-07 18:56:47.891761"], ["updated_at", "2016-10-07 18:56:47.891761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia dolorem eaque.\",\"body\":\"Hacking the port won't do anything, we need to bypass the auxiliary exe capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.892669"], ["updated_at", "2016-10-07 18:56:47.892669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam ratione libero et.\",\"body\":\"I'll override the solid state XSS capacitor, that should system the FTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.893533"], ["updated_at", "2016-10-07 18:56:47.893533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id et nobis accusantium.\",\"body\":\"You can't synthesize the circuit without indexing the 1080p SMS application!\"}"], ["created_at", "2016-10-07 18:56:47.894394"], ["updated_at", "2016-10-07 18:56:47.894394"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni neque accusantium laborum amet sit quidem id.\",\"body\":\"I'll hack the online AGP circuit, that should interface the ADP port!\"}"], ["created_at", "2016-10-07 18:56:47.895270"], ["updated_at", "2016-10-07 18:56:47.895270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit ipsum nihil cumque iure.\",\"body\":\"We need to bypass the wireless RSS firewall!\"}"], ["created_at", "2016-10-07 18:56:47.896137"], ["updated_at", "2016-10-07 18:56:47.896137"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quod quaerat officia quae eum nihil quos.\",\"body\":\"The SSL interface is down, synthesize the auxiliary panel so we can transmit the SMTP application!\"}"], ["created_at", "2016-10-07 18:56:47.896994"], ["updated_at", "2016-10-07 18:56:47.896994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas et consectetur.\",\"body\":\"Calculating the alarm won't do anything, we need to synthesize the wireless sms transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.897842"], ["updated_at", "2016-10-07 18:56:47.897842"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut natus dolor officia.\",\"body\":\"Use the optical TCP bus, then you can index the mobile interface!\"}"], ["created_at", "2016-10-07 18:56:47.898699"], ["updated_at", "2016-10-07 18:56:47.898699"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem laborum autem voluptatem minima nemo.\",\"body\":\"The CSS matrix is down, connect the online microchip so we can parse the THX system!\"}"], ["created_at", "2016-10-07 18:56:47.900067"], ["updated_at", "2016-10-07 18:56:47.900067"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore nemo quis enim deleniti voluptas doloribus.\",\"body\":\"The COM bandwidth is down, parse the online pixel so we can hack the HDD card!\"}"], ["created_at", "2016-10-07 18:56:47.903062"], ["updated_at", "2016-10-07 18:56:47.903062"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel iure maxime est.\",\"body\":\"If we parse the interface, we can get to the SSL port through the haptic SCSI transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.905344"], ["updated_at", "2016-10-07 18:56:47.905344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum culpa nam sit minima.\",\"body\":\"Navigating the interface won't do anything, we need to copy the mobile ftp monitor!\"}"], ["created_at", "2016-10-07 18:56:47.906582"], ["updated_at", "2016-10-07 18:56:47.906582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt molestiae sed tenetur animi maxime et.\",\"body\":\"Transmitting the array won't do anything, we need to override the digital com card!\"}"], ["created_at", "2016-10-07 18:56:47.907476"], ["updated_at", "2016-10-07 18:56:47.907476"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem incidunt possimus.\",\"body\":\"Use the neural RSS circuit, then you can synthesize the cross-platform bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.908340"], ["updated_at", "2016-10-07 18:56:47.908340"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere non nulla.\",\"body\":\"Try to calculate the COM bus, maybe it will compress the optical application!\"}"], ["created_at", "2016-10-07 18:56:47.909202"], ["updated_at", "2016-10-07 18:56:47.909202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae qui et veritatis corporis suscipit repellat.\",\"body\":\"Use the auxiliary PCI firewall, then you can transmit the back-end matrix!\"}"], ["created_at", "2016-10-07 18:56:47.910042"], ["updated_at", "2016-10-07 18:56:47.910042"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur tempora doloribus quod cupiditate.\",\"body\":\"I'll transmit the primary JSON capacitor, that should interface the XML driver!\"}"], ["created_at", "2016-10-07 18:56:47.910932"], ["updated_at", "2016-10-07 18:56:47.910932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit assumenda et numquam.\",\"body\":\"The RSS pixel is down, override the mobile microchip so we can calculate the SMTP feed!\"}"], ["created_at", "2016-10-07 18:56:47.911809"], ["updated_at", "2016-10-07 18:56:47.911809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore eos ut deserunt.\",\"body\":\"Try to transmit the RSS alarm, maybe it will override the haptic firewall!\"}"], ["created_at", "2016-10-07 18:56:47.912672"], ["updated_at", "2016-10-07 18:56:47.912672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita nulla autem.\",\"body\":\"The ADP transmitter is down, parse the virtual hard drive so we can reboot the RAM alarm!\"}"], ["created_at", "2016-10-07 18:56:47.913536"], ["updated_at", "2016-10-07 18:56:47.913536"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut possimus eos.\",\"body\":\"If we program the panel, we can get to the THX program through the open-source USB alarm!\"}"], ["created_at", "2016-10-07 18:56:47.914392"], ["updated_at", "2016-10-07 18:56:47.914392"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut eum nesciunt aliquid earum.\",\"body\":\"Use the virtual SMS application, then you can calculate the optical firewall!\"}"], ["created_at", "2016-10-07 18:56:47.915292"], ["updated_at", "2016-10-07 18:56:47.915292"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quaerat vel.\",\"body\":\"Try to program the AI driver, maybe it will back up the wireless protocol!\"}"], ["created_at", "2016-10-07 18:56:47.916658"], ["updated_at", "2016-10-07 18:56:47.916658"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit vel odio ut totam accusantium corporis.\",\"body\":\"Use the bluetooth IB microchip, then you can navigate the neural monitor!\"}"], ["created_at", "2016-10-07 18:56:47.919582"], ["updated_at", "2016-10-07 18:56:47.919582"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat laboriosam nesciunt qui est saepe odit.\",\"body\":\"Programming the program won't do anything, we need to reboot the neural sql array!\"}"], ["created_at", "2016-10-07 18:56:47.921818"], ["updated_at", "2016-10-07 18:56:47.921818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis dolorem reprehenderit in animi occaecati ut magnam.\",\"body\":\"I'll synthesize the wireless JSON matrix, that should program the PNG circuit!\"}"], ["created_at", "2016-10-07 18:56:47.922942"], ["updated_at", "2016-10-07 18:56:47.922942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto libero sapiente eligendi quia cupiditate.\",\"body\":\"If we bypass the protocol, we can get to the COM array through the redundant FTP monitor!\"}"], ["created_at", "2016-10-07 18:56:47.923855"], ["updated_at", "2016-10-07 18:56:47.923855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus expedita corrupti ducimus dignissimos illo.\",\"body\":\"If we override the panel, we can get to the CSS application through the primary JBOD circuit!\"}"], ["created_at", "2016-10-07 18:56:47.924726"], ["updated_at", "2016-10-07 18:56:47.924726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis ducimus sed aliquam.\",\"body\":\"Indexing the monitor won't do anything, we need to parse the neural thx panel!\"}"], ["created_at", "2016-10-07 18:56:47.925600"], ["updated_at", "2016-10-07 18:56:47.925600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo quisquam qui ad omnis similique enim.\",\"body\":\"If we input the circuit, we can get to the FTP monitor through the digital THX sensor!\"}"], ["created_at", "2016-10-07 18:56:47.926488"], ["updated_at", "2016-10-07 18:56:47.926488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit aperiam quas minus qui illo maiores.\",\"body\":\"We need to reboot the haptic AGP bus!\"}"], ["created_at", "2016-10-07 18:56:47.927393"], ["updated_at", "2016-10-07 18:56:47.927393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo possimus voluptatem itaque.\",\"body\":\"Backing up the bandwidth won't do anything, we need to hack the digital sas hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.928254"], ["updated_at", "2016-10-07 18:56:47.928254"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est vel earum ullam saepe consequatur.\",\"body\":\"We need to back up the bluetooth HTTP interface!\"}"], ["created_at", "2016-10-07 18:56:47.929119"], ["updated_at", "2016-10-07 18:56:47.929119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus nobis suscipit sunt ut sed.\",\"body\":\"The AGP application is down, program the mobile protocol so we can index the HDD card!\"}"], ["created_at", "2016-10-07 18:56:47.929972"], ["updated_at", "2016-10-07 18:56:47.929972"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur quia quidem debitis consectetur.\",\"body\":\"I'll parse the neural FTP pixel, that should bus the SMS transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.930855"], ["updated_at", "2016-10-07 18:56:47.930855"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ipsam culpa consequatur facere sit earum.\",\"body\":\"Try to bypass the TCP card, maybe it will transmit the solid state interface!\"}"], ["created_at", "2016-10-07 18:56:47.931728"], ["updated_at", "2016-10-07 18:56:47.931728"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut rem vel aut dolorem fugit aut.\",\"body\":\"Try to navigate the PNG port, maybe it will connect the digital array!\"}"], ["created_at", "2016-10-07 18:56:47.932916"], ["updated_at", "2016-10-07 18:56:47.932916"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius sunt perspiciatis laborum.\",\"body\":\"Try to parse the SMTP microchip, maybe it will synthesize the wireless array!\"}"], ["created_at", "2016-10-07 18:56:47.935913"], ["updated_at", "2016-10-07 18:56:47.935913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum laborum iusto dicta error nostrum porro.\",\"body\":\"If we transmit the protocol, we can get to the CSS card through the primary SMTP system!\"}"], ["created_at", "2016-10-07 18:56:47.937338"], ["updated_at", "2016-10-07 18:56:47.937338"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic voluptas ipsam labore excepturi.\",\"body\":\"We need to quantify the 1080p XSS monitor!\"}"], ["created_at", "2016-10-07 18:56:47.939120"], ["updated_at", "2016-10-07 18:56:47.939120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et adipisci placeat fuga assumenda.\",\"body\":\"Try to navigate the JSON bus, maybe it will copy the redundant firewall!\"}"], ["created_at", "2016-10-07 18:56:47.940131"], ["updated_at", "2016-10-07 18:56:47.940131"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum sapiente est pariatur eaque commodi est id.\",\"body\":\"Bypassing the transmitter won't do anything, we need to parse the open-source sdd program!\"}"], ["created_at", "2016-10-07 18:56:47.941002"], ["updated_at", "2016-10-07 18:56:47.941002"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem temporibus reiciendis nostrum doloremque dignissimos.\",\"body\":\"The AGP bandwidth is down, override the back-end card so we can generate the FTP driver!\"}"], ["created_at", "2016-10-07 18:56:47.941874"], ["updated_at", "2016-10-07 18:56:47.941874"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est harum non consectetur omnis est eum.\",\"body\":\"If we copy the monitor, we can get to the SCSI program through the digital COM hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.942819"], ["updated_at", "2016-10-07 18:56:47.942819"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In non et ut ut laborum sit.\",\"body\":\"Use the neural COM capacitor, then you can compress the cross-platform bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.943701"], ["updated_at", "2016-10-07 18:56:47.943701"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur autem dolorum aliquam est suscipit quo.\",\"body\":\"Try to synthesize the JBOD circuit, maybe it will parse the auxiliary monitor!\"}"], ["created_at", "2016-10-07 18:56:47.944561"], ["updated_at", "2016-10-07 18:56:47.944561"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae velit sed.\",\"body\":\"If we override the sensor, we can get to the JBOD capacitor through the digital COM system!\"}"], ["created_at", "2016-10-07 18:56:47.945425"], ["updated_at", "2016-10-07 18:56:47.945425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aspernatur dolorem ipsum et ipsam qui.\",\"body\":\"I'll generate the solid state JBOD system, that should application the EXE card!\"}"], ["created_at", "2016-10-07 18:56:47.946298"], ["updated_at", "2016-10-07 18:56:47.946298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint voluptatem nihil labore ut doloribus.\",\"body\":\"Quantifying the array won't do anything, we need to synthesize the mobile tcp application!\"}"], ["created_at", "2016-10-07 18:56:47.947205"], ["updated_at", "2016-10-07 18:56:47.947205"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus dolores quae in dolores nesciunt alias mollitia.\",\"body\":\"You can't input the sensor without hacking the digital SAS application!\"}"], ["created_at", "2016-10-07 18:56:47.948081"], ["updated_at", "2016-10-07 18:56:47.948081"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea sunt ex inventore reiciendis molestiae.\",\"body\":\"Quantifying the driver won't do anything, we need to connect the wireless jbod feed!\"}"], ["created_at", "2016-10-07 18:56:47.949064"], ["updated_at", "2016-10-07 18:56:47.949064"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga et totam omnis aliquid qui delectus.\",\"body\":\"We need to reboot the digital SQL alarm!\"}"], ["created_at", "2016-10-07 18:56:47.949971"], ["updated_at", "2016-10-07 18:56:47.949971"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias hic ut molestiae aliquid.\",\"body\":\"If we back up the bandwidth, we can get to the SMTP card through the cross-platform AGP driver!\"}"], ["created_at", "2016-10-07 18:56:47.950877"], ["updated_at", "2016-10-07 18:56:47.950877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga qui aut exercitationem similique.\",\"body\":\"We need to reboot the auxiliary AGP alarm!\"}"], ["created_at", "2016-10-07 18:56:47.951723"], ["updated_at", "2016-10-07 18:56:47.951723"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et in dolor molestiae.\",\"body\":\"If we override the array, we can get to the SQL array through the primary AI capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.952585"], ["updated_at", "2016-10-07 18:56:47.952585"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi consequatur ut quidem.\",\"body\":\"If we program the interface, we can get to the FTP bus through the primary RAM system!\"}"], ["created_at", "2016-10-07 18:56:47.953724"], ["updated_at", "2016-10-07 18:56:47.953724"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel nulla et doloremque qui recusandae officiis.\",\"body\":\"The GB pixel is down, quantify the digital firewall so we can synthesize the TCP alarm!\"}"], ["created_at", "2016-10-07 18:56:47.954832"], ["updated_at", "2016-10-07 18:56:47.954832"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quisquam rerum est dolorum molestiae itaque et.\",\"body\":\"Copying the monitor won't do anything, we need to hack the redundant gb transmitter!\"}"], ["created_at", "2016-10-07 18:56:47.957047"], ["updated_at", "2016-10-07 18:56:47.957047"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint sit in quia sapiente quia placeat.\",\"body\":\"Connecting the hard drive won't do anything, we need to synthesize the primary json array!\"}"], ["created_at", "2016-10-07 18:56:47.959121"], ["updated_at", "2016-10-07 18:56:47.959121"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores qui alias.\",\"body\":\"Bypassing the pixel won't do anything, we need to back up the neural png capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.960174"], ["updated_at", "2016-10-07 18:56:47.960174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis adipisci quo est deserunt ut qui dignissimos.\",\"body\":\"You can't reboot the sensor without overriding the optical IB program!\"}"], ["created_at", "2016-10-07 18:56:47.961063"], ["updated_at", "2016-10-07 18:56:47.961063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet et possimus magni perspiciatis iure.\",\"body\":\"We need to quantify the virtual AGP alarm!\"}"], ["created_at", "2016-10-07 18:56:47.961933"], ["updated_at", "2016-10-07 18:56:47.961933"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro est et sequi.\",\"body\":\"Synthesizing the panel won't do anything, we need to transmit the cross-platform agp firewall!\"}"], ["created_at", "2016-10-07 18:56:47.962848"], ["updated_at", "2016-10-07 18:56:47.962848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut repellendus perferendis.\",\"body\":\"If we index the program, we can get to the SMS sensor through the open-source COM firewall!\"}"], ["created_at", "2016-10-07 18:56:47.963729"], ["updated_at", "2016-10-07 18:56:47.963729"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia vel at nobis est recusandae est.\",\"body\":\"The JSON hard drive is down, reboot the virtual port so we can parse the PCI feed!\"}"], ["created_at", "2016-10-07 18:56:47.964603"], ["updated_at", "2016-10-07 18:56:47.964603"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit sunt unde dolor quas iusto.\",\"body\":\"The SSL interface is down, transmit the online sensor so we can hack the ADP pixel!\"}"], ["created_at", "2016-10-07 18:56:47.965508"], ["updated_at", "2016-10-07 18:56:47.965508"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit rerum in voluptates quaerat quo.\",\"body\":\"You can't synthesize the interface without compressing the haptic SDD matrix!\"}"], ["created_at", "2016-10-07 18:56:47.966395"], ["updated_at", "2016-10-07 18:56:47.966395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt explicabo optio voluptate sit.\",\"body\":\"The FTP microchip is down, input the haptic matrix so we can parse the USB monitor!\"}"], ["created_at", "2016-10-07 18:56:47.967319"], ["updated_at", "2016-10-07 18:56:47.967319"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt id repellat doloremque similique ut.\",\"body\":\"Use the wireless AI protocol, then you can compress the primary array!\"}"], ["created_at", "2016-10-07 18:56:47.968212"], ["updated_at", "2016-10-07 18:56:47.968212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa est ipsam est error.\",\"body\":\"You can't back up the bus without generating the open-source AI interface!\"}"], ["created_at", "2016-10-07 18:56:47.969098"], ["updated_at", "2016-10-07 18:56:47.969098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia praesentium quo qui ut est magnam similique.\",\"body\":\"Use the multi-byte CSS panel, then you can back up the digital hard drive!\"}"], ["created_at", "2016-10-07 18:56:47.969966"], ["updated_at", "2016-10-07 18:56:47.969966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et similique dolores debitis voluptatem.\",\"body\":\"Use the cross-platform RAM protocol, then you can program the optical port!\"}"], ["created_at", "2016-10-07 18:56:47.970885"], ["updated_at", "2016-10-07 18:56:47.970885"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab animi atque est.\",\"body\":\"The FTP microchip is down, calculate the back-end array so we can quantify the THX port!\"}"], ["created_at", "2016-10-07 18:56:47.971758"], ["updated_at", "2016-10-07 18:56:47.971758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam minima voluptates totam perspiciatis fuga.\",\"body\":\"The PCI port is down, generate the mobile interface so we can input the HTTP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:47.972652"], ["updated_at", "2016-10-07 18:56:47.972652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi sunt rerum eligendi.\",\"body\":\"The FTP card is down, connect the multi-byte card so we can program the FTP system!\"}"], ["created_at", "2016-10-07 18:56:47.973553"], ["updated_at", "2016-10-07 18:56:47.973553"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit perferendis placeat quia veniam necessitatibus.\",\"body\":\"Use the open-source AI panel, then you can index the multi-byte circuit!\"}"], ["created_at", "2016-10-07 18:56:47.974420"], ["updated_at", "2016-10-07 18:56:47.974420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet assumenda at hic aut et aut.\",\"body\":\"If we index the matrix, we can get to the PCI pixel through the redundant COM panel!\"}"], ["created_at", "2016-10-07 18:56:47.975349"], ["updated_at", "2016-10-07 18:56:47.975349"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut necessitatibus aliquid.\",\"body\":\"I'll calculate the primary CSS pixel, that should interface the EXE port!\"}"], ["created_at", "2016-10-07 18:56:47.976226"], ["updated_at", "2016-10-07 18:56:47.976226"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut tenetur nihil assumenda voluptas enim.\",\"body\":\"You can't calculate the pixel without indexing the 1080p RAM bus!\"}"], ["created_at", "2016-10-07 18:56:47.977304"], ["updated_at", "2016-10-07 18:56:47.977304"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod necessitatibus facilis fuga iusto.\",\"body\":\"Use the online HTTP driver, then you can navigate the auxiliary array!\"}"], ["created_at", "2016-10-07 18:56:47.978389"], ["updated_at", "2016-10-07 18:56:47.978389"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat aliquid illum ut reprehenderit ad.\",\"body\":\"Use the bluetooth AGP firewall, then you can connect the redundant card!\"}"], ["created_at", "2016-10-07 18:56:47.980463"], ["updated_at", "2016-10-07 18:56:47.980463"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere eum veniam omnis quidem in.\",\"body\":\"I'll program the 1080p RSS alarm, that should application the JSON system!\"}"], ["created_at", "2016-10-07 18:56:47.981589"], ["updated_at", "2016-10-07 18:56:47.981589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut autem et qui rerum.\",\"body\":\"We need to navigate the solid state FTP program!\"}"], ["created_at", "2016-10-07 18:56:47.982659"], ["updated_at", "2016-10-07 18:56:47.982659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius odio molestiae explicabo ut quae ut.\",\"body\":\"I'll reboot the optical RAM port, that should panel the SQL feed!\"}"], ["created_at", "2016-10-07 18:56:47.983563"], ["updated_at", "2016-10-07 18:56:47.983563"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut mollitia optio deserunt.\",\"body\":\"If we compress the capacitor, we can get to the PNG application through the bluetooth RAM driver!\"}"], ["created_at", "2016-10-07 18:56:47.984430"], ["updated_at", "2016-10-07 18:56:47.984430"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro omnis officia quisquam.\",\"body\":\"If we copy the bandwidth, we can get to the SSL matrix through the auxiliary SSL firewall!\"}"], ["created_at", "2016-10-07 18:56:47.985315"], ["updated_at", "2016-10-07 18:56:47.985315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore voluptas voluptatem quidem ad.\",\"body\":\"You can't calculate the card without compressing the wireless XSS driver!\"}"], ["created_at", "2016-10-07 18:56:47.986165"], ["updated_at", "2016-10-07 18:56:47.986165"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aut repellat nihil optio possimus.\",\"body\":\"Use the multi-byte SSL port, then you can program the wireless program!\"}"], ["created_at", "2016-10-07 18:56:47.987034"], ["updated_at", "2016-10-07 18:56:47.987034"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe itaque et harum porro quo quidem sed.\",\"body\":\"Use the optical USB card, then you can reboot the auxiliary capacitor!\"}"], ["created_at", "2016-10-07 18:56:47.988498"], ["updated_at", "2016-10-07 18:56:47.988498"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam et occaecati ut.\",\"body\":\"Try to bypass the THX feed, maybe it will navigate the neural panel!\"}"], ["created_at", "2016-10-07 18:56:47.990134"], ["updated_at", "2016-10-07 18:56:47.990134"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum dolores corporis iusto dolorem quaerat eos quibusdam.\",\"body\":\"Use the bluetooth PCI microchip, then you can generate the haptic driver!\"}"], ["created_at", "2016-10-07 18:56:47.991454"], ["updated_at", "2016-10-07 18:56:47.991454"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui reprehenderit quaerat voluptatem soluta officiis sed pariatur.\",\"body\":\"We need to parse the open-source CSS feed!\"}"], ["created_at", "2016-10-07 18:56:47.993017"], ["updated_at", "2016-10-07 18:56:47.993017"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quo occaecati et voluptatibus esse consequatur ut.\",\"body\":\"The FTP microchip is down, hack the mobile application so we can copy the GB protocol!\"}"], ["created_at", "2016-10-07 18:56:47.995585"], ["updated_at", "2016-10-07 18:56:47.995585"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut rerum et voluptatibus itaque modi ad atque.\",\"body\":\"Try to bypass the XML capacitor, maybe it will synthesize the wireless panel!\"}"], ["created_at", "2016-10-07 18:56:47.997177"], ["updated_at", "2016-10-07 18:56:47.997177"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sapiente doloremque dolores qui quibusdam aut.\",\"body\":\"The THX port is down, synthesize the auxiliary circuit so we can hack the THX driver!\"}"], ["created_at", "2016-10-07 18:56:48.000767"], ["updated_at", "2016-10-07 18:56:48.000767"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt pariatur temporibus ex voluptatem nam praesentium.\",\"body\":\"Parsing the bandwidth won't do anything, we need to override the digital ftp feed!\"}"], ["created_at", "2016-10-07 18:56:48.002585"], ["updated_at", "2016-10-07 18:56:48.002585"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur aut est eos hic odio odit dolorem.\",\"body\":\"Try to quantify the FTP panel, maybe it will parse the auxiliary application!\"}"], ["created_at", "2016-10-07 18:56:48.004028"], ["updated_at", "2016-10-07 18:56:48.004028"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi perferendis sunt possimus.\",\"body\":\"We need to transmit the multi-byte TCP hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.005493"], ["updated_at", "2016-10-07 18:56:48.005493"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam nobis iste quo.\",\"body\":\"Quantifying the application won't do anything, we need to input the solid state ib transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.006887"], ["updated_at", "2016-10-07 18:56:48.006887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut temporibus voluptatibus est molestiae.\",\"body\":\"You can't quantify the protocol without connecting the online SQL sensor!\"}"], ["created_at", "2016-10-07 18:56:48.007973"], ["updated_at", "2016-10-07 18:56:48.007973"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores quae et.\",\"body\":\"I'll reboot the 1080p CSS bus, that should feed the SSL hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.008902"], ["updated_at", "2016-10-07 18:56:48.008902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam facilis quia.\",\"body\":\"Try to parse the THX interface, maybe it will back up the back-end matrix!\"}"], ["created_at", "2016-10-07 18:56:48.009871"], ["updated_at", "2016-10-07 18:56:48.009871"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quasi qui id voluptates cum.\",\"body\":\"Indexing the bus won't do anything, we need to reboot the haptic xml circuit!\"}"], ["created_at", "2016-10-07 18:56:48.010820"], ["updated_at", "2016-10-07 18:56:48.010820"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit rerum unde eligendi vitae officia non occaecati.\",\"body\":\"If we reboot the protocol, we can get to the SMS alarm through the auxiliary SCSI program!\"}"], ["created_at", "2016-10-07 18:56:48.011722"], ["updated_at", "2016-10-07 18:56:48.011722"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non est voluptatem minima quo.\",\"body\":\"Use the 1080p RAM array, then you can input the mobile sensor!\"}"], ["created_at", "2016-10-07 18:56:48.012743"], ["updated_at", "2016-10-07 18:56:48.012743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam quidem impedit fugit.\",\"body\":\"If we connect the sensor, we can get to the RAM interface through the primary JBOD hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.013725"], ["updated_at", "2016-10-07 18:56:48.013725"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde voluptatem ducimus velit atque quia.\",\"body\":\"If we copy the monitor, we can get to the XSS system through the 1080p RSS card!\"}"], ["created_at", "2016-10-07 18:56:48.014677"], ["updated_at", "2016-10-07 18:56:48.014677"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis expedita officia quis consequatur quae quaerat et.\",\"body\":\"Try to generate the AI bus, maybe it will calculate the 1080p capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.015718"], ["updated_at", "2016-10-07 18:56:48.015718"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil fugit voluptatum tenetur non.\",\"body\":\"We need to input the online SQL capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.016770"], ["updated_at", "2016-10-07 18:56:48.016770"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate repellendus incidunt ipsam sed placeat occaecati.\",\"body\":\"I'll hack the optical SAS bandwidth, that should driver the SCSI card!\"}"], ["created_at", "2016-10-07 18:56:48.018731"], ["updated_at", "2016-10-07 18:56:48.018731"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et delectus sunt nesciunt quisquam.\",\"body\":\"I'll program the online SMS monitor, that should capacitor the XML feed!\"}"], ["created_at", "2016-10-07 18:56:48.021784"], ["updated_at", "2016-10-07 18:56:48.021784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt libero aliquam tenetur et et velit.\",\"body\":\"I'll hack the haptic THX card, that should array the COM bus!\"}"], ["created_at", "2016-10-07 18:56:48.022900"], ["updated_at", "2016-10-07 18:56:48.022900"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente qui voluptas rem pariatur.\",\"body\":\"Try to program the EXE circuit, maybe it will connect the haptic circuit!\"}"], ["created_at", "2016-10-07 18:56:48.023802"], ["updated_at", "2016-10-07 18:56:48.023802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis similique optio voluptas.\",\"body\":\"I'll hack the solid state SQL bandwidth, that should circuit the RAM microchip!\"}"], ["created_at", "2016-10-07 18:56:48.024670"], ["updated_at", "2016-10-07 18:56:48.024670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores et explicabo corporis occaecati.\",\"body\":\"If we quantify the bandwidth, we can get to the SCSI bus through the primary GB feed!\"}"], ["created_at", "2016-10-07 18:56:48.025547"], ["updated_at", "2016-10-07 18:56:48.025547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem provident id eum omnis dignissimos nemo rerum.\",\"body\":\"The SMTP card is down, connect the optical monitor so we can bypass the ADP capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.026424"], ["updated_at", "2016-10-07 18:56:48.026424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A eligendi dolorem dolores dolorum ea minima voluptate.\",\"body\":\"Transmitting the interface won't do anything, we need to back up the digital xml bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.027353"], ["updated_at", "2016-10-07 18:56:48.027353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor reiciendis praesentium debitis dicta.\",\"body\":\"Try to reboot the FTP system, maybe it will navigate the wireless driver!\"}"], ["created_at", "2016-10-07 18:56:48.028220"], ["updated_at", "2016-10-07 18:56:48.028220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem reiciendis est sit esse voluptatibus neque impedit.\",\"body\":\"Try to navigate the THX array, maybe it will program the optical array!\"}"], ["created_at", "2016-10-07 18:56:48.029088"], ["updated_at", "2016-10-07 18:56:48.029088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quidem commodi aut aut illo corrupti consectetur.\",\"body\":\"I'll quantify the neural ADP microchip, that should firewall the AGP application!\"}"], ["created_at", "2016-10-07 18:56:48.029959"], ["updated_at", "2016-10-07 18:56:48.029959"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus odit nemo non blanditiis in veritatis velit.\",\"body\":\"The HTTP microchip is down, parse the virtual pixel so we can copy the SMTP microchip!\"}"], ["created_at", "2016-10-07 18:56:48.030909"], ["updated_at", "2016-10-07 18:56:48.030909"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptate est ut incidunt.\",\"body\":\"We need to program the multi-byte JSON sensor!\"}"], ["created_at", "2016-10-07 18:56:48.031804"], ["updated_at", "2016-10-07 18:56:48.031804"]] SQL (0.6ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem nihil ullam et.\",\"body\":\"Try to copy the AI system, maybe it will synthesize the neural protocol!\"}"], ["created_at", "2016-10-07 18:56:48.033175"], ["updated_at", "2016-10-07 18:56:48.033175"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt delectus quas sint eveniet.\",\"body\":\"The XSS panel is down, copy the mobile interface so we can quantify the SCSI microchip!\"}"], ["created_at", "2016-10-07 18:56:48.036634"], ["updated_at", "2016-10-07 18:56:48.036634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam tempore laborum et sit repudiandae et.\",\"body\":\"Backing up the feed won't do anything, we need to input the solid state xss capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.037696"], ["updated_at", "2016-10-07 18:56:48.037696"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam rerum dicta.\",\"body\":\"Try to generate the COM firewall, maybe it will reboot the bluetooth alarm!\"}"], ["created_at", "2016-10-07 18:56:48.038638"], ["updated_at", "2016-10-07 18:56:48.038638"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi aperiam voluptatum.\",\"body\":\"We need to index the auxiliary THX pixel!\"}"], ["created_at", "2016-10-07 18:56:48.039528"], ["updated_at", "2016-10-07 18:56:48.039528"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatum assumenda.\",\"body\":\"The USB bus is down, back up the redundant panel so we can quantify the ADP bus!\"}"], ["created_at", "2016-10-07 18:56:48.040493"], ["updated_at", "2016-10-07 18:56:48.040493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et veritatis facere incidunt atque earum enim.\",\"body\":\"We need to connect the 1080p EXE transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.041348"], ["updated_at", "2016-10-07 18:56:48.041348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit sint quia ipsum ut.\",\"body\":\"The PCI panel is down, compress the auxiliary transmitter so we can navigate the PNG panel!\"}"], ["created_at", "2016-10-07 18:56:48.042230"], ["updated_at", "2016-10-07 18:56:48.042230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem illum ut sint quidem et sint et.\",\"body\":\"You can't calculate the system without programming the online SQL monitor!\"}"], ["created_at", "2016-10-07 18:56:48.043173"], ["updated_at", "2016-10-07 18:56:48.043173"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas repellendus explicabo provident voluptas soluta quo nesciunt.\",\"body\":\"We need to override the 1080p PNG feed!\"}"], ["created_at", "2016-10-07 18:56:48.044051"], ["updated_at", "2016-10-07 18:56:48.044051"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia tempore totam alias nihil voluptatem.\",\"body\":\"Use the primary GB feed, then you can compress the wireless hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.045414"], ["updated_at", "2016-10-07 18:56:48.045414"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor ad ut quia voluptates voluptatem quaerat.\",\"body\":\"Hacking the port won't do anything, we need to input the auxiliary json feed!\"}"], ["created_at", "2016-10-07 18:56:48.047716"], ["updated_at", "2016-10-07 18:56:48.047716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima maiores laudantium.\",\"body\":\"You can't parse the microchip without bypassing the back-end AGP feed!\"}"], ["created_at", "2016-10-07 18:56:48.048829"], ["updated_at", "2016-10-07 18:56:48.048829"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero autem cumque voluptas.\",\"body\":\"The SAS system is down, navigate the virtual alarm so we can override the SCSI circuit!\"}"], ["created_at", "2016-10-07 18:56:48.049742"], ["updated_at", "2016-10-07 18:56:48.049742"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam id qui natus.\",\"body\":\"If we index the monitor, we can get to the CSS circuit through the haptic COM bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.050672"], ["updated_at", "2016-10-07 18:56:48.050672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi voluptatem voluptatem maxime suscipit earum et.\",\"body\":\"I'll back up the solid state ADP program, that should card the CSS program!\"}"], ["created_at", "2016-10-07 18:56:48.051551"], ["updated_at", "2016-10-07 18:56:48.051551"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ut mollitia aut ut aspernatur.\",\"body\":\"I'll quantify the solid state IB card, that should port the SSL protocol!\"}"], ["created_at", "2016-10-07 18:56:48.052416"], ["updated_at", "2016-10-07 18:56:48.052416"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo esse ducimus harum.\",\"body\":\"Use the online JBOD array, then you can program the virtual protocol!\"}"], ["created_at", "2016-10-07 18:56:48.053290"], ["updated_at", "2016-10-07 18:56:48.053290"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit repellendus non aut delectus.\",\"body\":\"The PCI hard drive is down, calculate the redundant alarm so we can index the AI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.054150"], ["updated_at", "2016-10-07 18:56:48.054150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem nulla aliquid facere minima consectetur modi.\",\"body\":\"You can't connect the circuit without quantifying the open-source FTP interface!\"}"], ["created_at", "2016-10-07 18:56:48.055059"], ["updated_at", "2016-10-07 18:56:48.055059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae excepturi et impedit.\",\"body\":\"The HTTP circuit is down, calculate the open-source alarm so we can bypass the PNG panel!\"}"], ["created_at", "2016-10-07 18:56:48.055929"], ["updated_at", "2016-10-07 18:56:48.055929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatem accusamus sed.\",\"body\":\"The HTTP program is down, connect the 1080p microchip so we can connect the SDD feed!\"}"], ["created_at", "2016-10-07 18:56:48.056807"], ["updated_at", "2016-10-07 18:56:48.056807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam officiis quam eaque rem ut ab.\",\"body\":\"You can't input the system without backing up the auxiliary TCP array!\"}"], ["created_at", "2016-10-07 18:56:48.057687"], ["updated_at", "2016-10-07 18:56:48.057687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium distinctio eligendi ut saepe quasi quia quidem.\",\"body\":\"Parsing the panel won't do anything, we need to input the bluetooth sdd microchip!\"}"], ["created_at", "2016-10-07 18:56:48.058605"], ["updated_at", "2016-10-07 18:56:48.058605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit voluptatibus vitae est officiis rerum id qui.\",\"body\":\"Try to back up the XML circuit, maybe it will override the optical transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.059492"], ["updated_at", "2016-10-07 18:56:48.059492"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores rerum iste.\",\"body\":\"You can't program the feed without hacking the online IB port!\"}"], ["created_at", "2016-10-07 18:56:48.060380"], ["updated_at", "2016-10-07 18:56:48.060380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam et alias occaecati qui quod dolores.\",\"body\":\"We need to calculate the redundant SMTP alarm!\"}"], ["created_at", "2016-10-07 18:56:48.061260"], ["updated_at", "2016-10-07 18:56:48.061260"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non sunt et et.\",\"body\":\"We need to back up the optical GB transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.062183"], ["updated_at", "2016-10-07 18:56:48.062183"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet odio corrupti dolore autem.\",\"body\":\"Use the multi-byte EXE capacitor, then you can copy the mobile matrix!\"}"], ["created_at", "2016-10-07 18:56:48.063102"], ["updated_at", "2016-10-07 18:56:48.063102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur neque et praesentium.\",\"body\":\"If we reboot the panel, we can get to the JSON monitor through the virtual SMTP feed!\"}"], ["created_at", "2016-10-07 18:56:48.063983"], ["updated_at", "2016-10-07 18:56:48.063983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid at rem aut.\",\"body\":\"We need to reboot the optical SMS sensor!\"}"], ["created_at", "2016-10-07 18:56:48.064856"], ["updated_at", "2016-10-07 18:56:48.064856"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo quia sed laborum aspernatur ducimus.\",\"body\":\"Use the 1080p THX card, then you can override the online bus!\"}"], ["created_at", "2016-10-07 18:56:48.065726"], ["updated_at", "2016-10-07 18:56:48.065726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat repellendus est ut sed qui cupiditate.\",\"body\":\"You can't copy the protocol without overriding the digital USB panel!\"}"], ["created_at", "2016-10-07 18:56:48.066620"], ["updated_at", "2016-10-07 18:56:48.066620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut esse veritatis dolorem.\",\"body\":\"You can't parse the matrix without programming the primary HDD card!\"}"], ["created_at", "2016-10-07 18:56:48.067503"], ["updated_at", "2016-10-07 18:56:48.067503"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit voluptatum et iste.\",\"body\":\"You can't index the application without calculating the 1080p RAM bus!\"}"], ["created_at", "2016-10-07 18:56:48.068406"], ["updated_at", "2016-10-07 18:56:48.068406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa et enim magni.\",\"body\":\"Try to override the FTP port, maybe it will navigate the haptic driver!\"}"], ["created_at", "2016-10-07 18:56:48.069288"], ["updated_at", "2016-10-07 18:56:48.069288"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat ea et eaque nobis quis ea ipsum.\",\"body\":\"Use the auxiliary SCSI alarm, then you can program the auxiliary capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.070159"], ["updated_at", "2016-10-07 18:56:48.070159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem dolorum non est qui doloribus.\",\"body\":\"I'll copy the haptic JBOD program, that should sensor the PCI interface!\"}"], ["created_at", "2016-10-07 18:56:48.071055"], ["updated_at", "2016-10-07 18:56:48.071055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad neque porro suscipit quo fuga eveniet odio.\",\"body\":\"Use the redundant RAM driver, then you can override the primary hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.071946"], ["updated_at", "2016-10-07 18:56:48.071946"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro odit aperiam in fugiat deleniti corrupti similique.\",\"body\":\"The XML array is down, override the bluetooth hard drive so we can bypass the COM sensor!\"}"], ["created_at", "2016-10-07 18:56:48.072811"], ["updated_at", "2016-10-07 18:56:48.072811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi eum sit eius iste quam numquam fugiat.\",\"body\":\"Try to bypass the PCI interface, maybe it will transmit the virtual circuit!\"}"], ["created_at", "2016-10-07 18:56:48.073688"], ["updated_at", "2016-10-07 18:56:48.073688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut occaecati molestiae quibusdam ea voluptates inventore eaque.\",\"body\":\"I'll override the virtual IB microchip, that should matrix the IB array!\"}"], ["created_at", "2016-10-07 18:56:48.074573"], ["updated_at", "2016-10-07 18:56:48.074573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam minima repellat deserunt laudantium.\",\"body\":\"We need to override the auxiliary USB card!\"}"], ["created_at", "2016-10-07 18:56:48.075455"], ["updated_at", "2016-10-07 18:56:48.075455"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos neque facilis ipsum libero blanditiis sed et.\",\"body\":\"I'll compress the primary RAM card, that should system the COM interface!\"}"], ["created_at", "2016-10-07 18:56:48.076353"], ["updated_at", "2016-10-07 18:56:48.076353"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis occaecati velit dicta earum.\",\"body\":\"Try to copy the SSL application, maybe it will synthesize the cross-platform application!\"}"], ["created_at", "2016-10-07 18:56:48.077257"], ["updated_at", "2016-10-07 18:56:48.077257"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum earum laborum quia.\",\"body\":\"You can't override the card without backing up the redundant AI firewall!\"}"], ["created_at", "2016-10-07 18:56:48.078149"], ["updated_at", "2016-10-07 18:56:48.078149"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit neque porro magnam asperiores repellat repellendus qui.\",\"body\":\"Copying the transmitter won't do anything, we need to calculate the cross-platform jbod pixel!\"}"], ["created_at", "2016-10-07 18:56:48.079060"], ["updated_at", "2016-10-07 18:56:48.079060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos ut id quibusdam possimus rerum.\",\"body\":\"Use the bluetooth PCI protocol, then you can generate the optical program!\"}"], ["created_at", "2016-10-07 18:56:48.079939"], ["updated_at", "2016-10-07 18:56:48.079939"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut iure at earum qui.\",\"body\":\"Try to copy the SDD matrix, maybe it will reboot the 1080p alarm!\"}"], ["created_at", "2016-10-07 18:56:48.080831"], ["updated_at", "2016-10-07 18:56:48.080831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum dolor ullam voluptatem et.\",\"body\":\"Try to input the TCP matrix, maybe it will bypass the neural alarm!\"}"], ["created_at", "2016-10-07 18:56:48.081699"], ["updated_at", "2016-10-07 18:56:48.081699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus cum consequatur.\",\"body\":\"Synthesizing the circuit won't do anything, we need to copy the auxiliary rss pixel!\"}"], ["created_at", "2016-10-07 18:56:48.082615"], ["updated_at", "2016-10-07 18:56:48.082615"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae inventore ut voluptatum voluptatibus praesentium.\",\"body\":\"Programming the monitor won't do anything, we need to override the open-source sms circuit!\"}"], ["created_at", "2016-10-07 18:56:48.083502"], ["updated_at", "2016-10-07 18:56:48.083502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda voluptatem illo modi vitae.\",\"body\":\"You can't reboot the bus without connecting the mobile SQL pixel!\"}"], ["created_at", "2016-10-07 18:56:48.084371"], ["updated_at", "2016-10-07 18:56:48.084371"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus voluptatem ullam qui autem libero beatae dicta.\",\"body\":\"Use the online XML transmitter, then you can generate the auxiliary application!\"}"], ["created_at", "2016-10-07 18:56:48.085247"], ["updated_at", "2016-10-07 18:56:48.085247"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis pariatur debitis ut sunt corrupti.\",\"body\":\"We need to reboot the optical USB array!\"}"], ["created_at", "2016-10-07 18:56:48.086176"], ["updated_at", "2016-10-07 18:56:48.086176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et deserunt doloremque pariatur sed.\",\"body\":\"Try to navigate the AI program, maybe it will program the wireless circuit!\"}"], ["created_at", "2016-10-07 18:56:48.087087"], ["updated_at", "2016-10-07 18:56:48.087087"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur eos ipsa exercitationem sed excepturi sed.\",\"body\":\"You can't transmit the transmitter without bypassing the multi-byte IB port!\"}"], ["created_at", "2016-10-07 18:56:48.087968"], ["updated_at", "2016-10-07 18:56:48.087968"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur nostrum exercitationem.\",\"body\":\"Synthesizing the card won't do anything, we need to reboot the haptic ram transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.088885"], ["updated_at", "2016-10-07 18:56:48.088885"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet quia occaecati accusamus doloremque sit ut.\",\"body\":\"Use the online USB bus, then you can navigate the mobile microchip!\"}"], ["created_at", "2016-10-07 18:56:48.089809"], ["updated_at", "2016-10-07 18:56:48.089809"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam excepturi velit eveniet.\",\"body\":\"Try to connect the XSS interface, maybe it will back up the wireless port!\"}"], ["created_at", "2016-10-07 18:56:48.090737"], ["updated_at", "2016-10-07 18:56:48.090737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam magni rerum adipisci laborum.\",\"body\":\"I'll generate the open-source SAS panel, that should protocol the SSL firewall!\"}"], ["created_at", "2016-10-07 18:56:48.091618"], ["updated_at", "2016-10-07 18:56:48.091618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur soluta rem eum quia est.\",\"body\":\"Use the neural SMS program, then you can override the 1080p application!\"}"], ["created_at", "2016-10-07 18:56:48.092477"], ["updated_at", "2016-10-07 18:56:48.092477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio accusamus saepe facere repellat sed.\",\"body\":\"The EXE protocol is down, back up the virtual microchip so we can reboot the AI sensor!\"}"], ["created_at", "2016-10-07 18:56:48.093388"], ["updated_at", "2016-10-07 18:56:48.093388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut doloremque pariatur et iure rerum excepturi aliquam.\",\"body\":\"We need to bypass the auxiliary HDD application!\"}"], ["created_at", "2016-10-07 18:56:48.094303"], ["updated_at", "2016-10-07 18:56:48.094303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum commodi optio recusandae numquam ipsum.\",\"body\":\"Try to hack the RSS program, maybe it will compress the bluetooth matrix!\"}"], ["created_at", "2016-10-07 18:56:48.095248"], ["updated_at", "2016-10-07 18:56:48.095248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias blanditiis et voluptatem.\",\"body\":\"We need to bypass the bluetooth SCSI application!\"}"], ["created_at", "2016-10-07 18:56:48.096128"], ["updated_at", "2016-10-07 18:56:48.096128"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut rem id.\",\"body\":\"I'll generate the wireless PCI program, that should circuit the SSL hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.096992"], ["updated_at", "2016-10-07 18:56:48.096992"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda velit non et sit officia dignissimos aut.\",\"body\":\"We need to bypass the online SMTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.097879"], ["updated_at", "2016-10-07 18:56:48.097879"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos quod deserunt sed.\",\"body\":\"Use the multi-byte COM alarm, then you can generate the wireless hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.098794"], ["updated_at", "2016-10-07 18:56:48.098794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae exercitationem quisquam.\",\"body\":\"I'll connect the redundant EXE interface, that should bandwidth the JSON array!\"}"], ["created_at", "2016-10-07 18:56:48.099703"], ["updated_at", "2016-10-07 18:56:48.099703"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut libero ea.\",\"body\":\"You can't synthesize the pixel without copying the multi-byte JBOD alarm!\"}"], ["created_at", "2016-10-07 18:56:48.100587"], ["updated_at", "2016-10-07 18:56:48.100587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae quasi voluptates aperiam culpa.\",\"body\":\"Indexing the protocol won't do anything, we need to program the back-end sms bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.101503"], ["updated_at", "2016-10-07 18:56:48.101503"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero qui maiores repellendus vitae.\",\"body\":\"We need to override the optical HDD feed!\"}"], ["created_at", "2016-10-07 18:56:48.102465"], ["updated_at", "2016-10-07 18:56:48.102465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque cum minus dolorem fuga eos ea aperiam.\",\"body\":\"Try to input the PCI bandwidth, maybe it will connect the bluetooth sensor!\"}"], ["created_at", "2016-10-07 18:56:48.103395"], ["updated_at", "2016-10-07 18:56:48.103395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut provident illo deserunt voluptatem molestias.\",\"body\":\"If we transmit the port, we can get to the SQL matrix through the auxiliary THX pixel!\"}"], ["created_at", "2016-10-07 18:56:48.104273"], ["updated_at", "2016-10-07 18:56:48.104273"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam vel distinctio qui.\",\"body\":\"I'll override the multi-byte GB circuit, that should transmitter the XML port!\"}"], ["created_at", "2016-10-07 18:56:48.105148"], ["updated_at", "2016-10-07 18:56:48.105148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure qui magnam voluptatem excepturi ut ratione fugit.\",\"body\":\"I'll quantify the auxiliary SCSI driver, that should circuit the TCP sensor!\"}"], ["created_at", "2016-10-07 18:56:48.106037"], ["updated_at", "2016-10-07 18:56:48.106037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas nemo a minus vitae repudiandae.\",\"body\":\"Try to connect the ADP driver, maybe it will hack the solid state bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.106943"], ["updated_at", "2016-10-07 18:56:48.106943"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident odio maxime omnis minima.\",\"body\":\"I'll reboot the solid state SMTP interface, that should program the SQL feed!\"}"], ["created_at", "2016-10-07 18:56:48.107818"], ["updated_at", "2016-10-07 18:56:48.107818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias rerum expedita aspernatur quia ipsam voluptatum dolor.\",\"body\":\"Try to index the XSS system, maybe it will hack the open-source bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.108705"], ["updated_at", "2016-10-07 18:56:48.108705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae vitae dolore voluptas.\",\"body\":\"I'll transmit the bluetooth JSON alarm, that should feed the SAS circuit!\"}"], ["created_at", "2016-10-07 18:56:48.109592"], ["updated_at", "2016-10-07 18:56:48.109592"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel earum id.\",\"body\":\"You can't generate the interface without parsing the multi-byte HTTP interface!\"}"], ["created_at", "2016-10-07 18:56:48.110469"], ["updated_at", "2016-10-07 18:56:48.110469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et eius corrupti.\",\"body\":\"The SMTP bus is down, connect the redundant bandwidth so we can quantify the FTP monitor!\"}"], ["created_at", "2016-10-07 18:56:48.111387"], ["updated_at", "2016-10-07 18:56:48.111387"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut vel autem repudiandae ex veritatis.\",\"body\":\"Try to calculate the CSS microchip, maybe it will override the wireless panel!\"}"], ["created_at", "2016-10-07 18:56:48.112265"], ["updated_at", "2016-10-07 18:56:48.112265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque consequatur id et.\",\"body\":\"If we quantify the microchip, we can get to the SSL transmitter through the online PNG feed!\"}"], ["created_at", "2016-10-07 18:56:48.113160"], ["updated_at", "2016-10-07 18:56:48.113160"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi rerum ratione ipsam.\",\"body\":\"We need to connect the open-source SQL interface!\"}"], ["created_at", "2016-10-07 18:56:48.114096"], ["updated_at", "2016-10-07 18:56:48.114096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae eaque nulla distinctio tenetur at consequatur.\",\"body\":\"Use the back-end SDD feed, then you can input the redundant transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.115070"], ["updated_at", "2016-10-07 18:56:48.115070"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam corrupti quod quae qui.\",\"body\":\"The PNG capacitor is down, copy the auxiliary bus so we can connect the SCSI sensor!\"}"], ["created_at", "2016-10-07 18:56:48.115997"], ["updated_at", "2016-10-07 18:56:48.115997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit excepturi modi et.\",\"body\":\"The RSS circuit is down, synthesize the virtual system so we can hack the ADP capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.116889"], ["updated_at", "2016-10-07 18:56:48.116889"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde numquam iusto qui a reprehenderit itaque.\",\"body\":\"Try to bypass the GB matrix, maybe it will index the online feed!\"}"], ["created_at", "2016-10-07 18:56:48.117767"], ["updated_at", "2016-10-07 18:56:48.117767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores sint neque delectus nobis quis.\",\"body\":\"I'll quantify the cross-platform FTP alarm, that should capacitor the SMS port!\"}"], ["created_at", "2016-10-07 18:56:48.118686"], ["updated_at", "2016-10-07 18:56:48.118686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum rem ex in dolor optio nemo repellat.\",\"body\":\"Compressing the application won't do anything, we need to parse the solid state adp port!\"}"], ["created_at", "2016-10-07 18:56:48.119582"], ["updated_at", "2016-10-07 18:56:48.119582"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis non consequatur veniam rem consequatur.\",\"body\":\"We need to input the neural USB protocol!\"}"], ["created_at", "2016-10-07 18:56:48.120454"], ["updated_at", "2016-10-07 18:56:48.120454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo perferendis autem temporibus eligendi nulla mollitia vero.\",\"body\":\"I'll back up the cross-platform XSS pixel, that should feed the RSS card!\"}"], ["created_at", "2016-10-07 18:56:48.121334"], ["updated_at", "2016-10-07 18:56:48.121334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias qui rerum perferendis fugiat omnis id laborum.\",\"body\":\"The RSS alarm is down, copy the solid state bus so we can override the PCI microchip!\"}"], ["created_at", "2016-10-07 18:56:48.122215"], ["updated_at", "2016-10-07 18:56:48.122215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem architecto iste eligendi vel.\",\"body\":\"Bypassing the firewall won't do anything, we need to connect the optical ib bus!\"}"], ["created_at", "2016-10-07 18:56:48.123144"], ["updated_at", "2016-10-07 18:56:48.123144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores ut debitis nihil placeat.\",\"body\":\"I'll generate the redundant SSL driver, that should hard drive the FTP matrix!\"}"], ["created_at", "2016-10-07 18:56:48.124034"], ["updated_at", "2016-10-07 18:56:48.124034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quaerat qui magni dolorum rerum.\",\"body\":\"If we parse the microchip, we can get to the HDD hard drive through the multi-byte AI matrix!\"}"], ["created_at", "2016-10-07 18:56:48.124916"], ["updated_at", "2016-10-07 18:56:48.124916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id labore pariatur voluptas amet.\",\"body\":\"Indexing the array won't do anything, we need to program the redundant thx bus!\"}"], ["created_at", "2016-10-07 18:56:48.125809"], ["updated_at", "2016-10-07 18:56:48.125809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui soluta excepturi est dolor voluptate ea molestiae.\",\"body\":\"Backing up the port won't do anything, we need to quantify the cross-platform hdd pixel!\"}"], ["created_at", "2016-10-07 18:56:48.126746"], ["updated_at", "2016-10-07 18:56:48.126746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis repellendus non ut voluptas rerum.\",\"body\":\"We need to transmit the auxiliary TCP port!\"}"], ["created_at", "2016-10-07 18:56:48.127645"], ["updated_at", "2016-10-07 18:56:48.127645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro et dolor nostrum quod.\",\"body\":\"Try to quantify the SCSI driver, maybe it will back up the solid state application!\"}"], ["created_at", "2016-10-07 18:56:48.128530"], ["updated_at", "2016-10-07 18:56:48.128530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus quae dolores quisquam.\",\"body\":\"We need to compress the solid state RAM bus!\"}"], ["created_at", "2016-10-07 18:56:48.129420"], ["updated_at", "2016-10-07 18:56:48.129420"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quia non illo facere repellat qui.\",\"body\":\"If we index the bandwidth, we can get to the FTP firewall through the cross-platform PNG firewall!\"}"], ["created_at", "2016-10-07 18:56:48.130291"], ["updated_at", "2016-10-07 18:56:48.130291"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui expedita neque distinctio ut minus.\",\"body\":\"We need to back up the neural PCI firewall!\"}"], ["created_at", "2016-10-07 18:56:48.131206"], ["updated_at", "2016-10-07 18:56:48.131206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta ab corrupti veniam eveniet quia aut.\",\"body\":\"Use the primary SQL program, then you can copy the multi-byte bus!\"}"], ["created_at", "2016-10-07 18:56:48.132074"], ["updated_at", "2016-10-07 18:56:48.132074"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci et quae atque ea.\",\"body\":\"Parsing the driver won't do anything, we need to bypass the redundant ssl sensor!\"}"], ["created_at", "2016-10-07 18:56:48.132982"], ["updated_at", "2016-10-07 18:56:48.132982"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sapiente quis esse magni aut ut.\",\"body\":\"If we connect the array, we can get to the PNG sensor through the digital USB system!\"}"], ["created_at", "2016-10-07 18:56:48.133877"], ["updated_at", "2016-10-07 18:56:48.133877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi commodi repudiandae fugiat occaecati.\",\"body\":\"The HTTP application is down, parse the back-end system so we can navigate the XML interface!\"}"], ["created_at", "2016-10-07 18:56:48.134767"], ["updated_at", "2016-10-07 18:56:48.134767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima commodi eos.\",\"body\":\"We need to back up the solid state SMS array!\"}"], ["created_at", "2016-10-07 18:56:48.135658"], ["updated_at", "2016-10-07 18:56:48.135658"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat provident voluptatem at sequi.\",\"body\":\"Try to override the JSON card, maybe it will quantify the mobile application!\"}"], ["created_at", "2016-10-07 18:56:48.136561"], ["updated_at", "2016-10-07 18:56:48.136561"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum illo explicabo eius perspiciatis exercitationem beatae.\",\"body\":\"If we index the bus, we can get to the HTTP array through the redundant USB microchip!\"}"], ["created_at", "2016-10-07 18:56:48.137478"], ["updated_at", "2016-10-07 18:56:48.137478"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui delectus vero perferendis eum dicta accusantium.\",\"body\":\"The JSON feed is down, index the solid state microchip so we can transmit the PNG transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.138368"], ["updated_at", "2016-10-07 18:56:48.138368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo consequatur aperiam qui et ducimus quisquam.\",\"body\":\"You can't hack the program without transmitting the haptic ADP firewall!\"}"], ["created_at", "2016-10-07 18:56:48.139299"], ["updated_at", "2016-10-07 18:56:48.139299"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus sunt earum officiis voluptatem omnis ut aut.\",\"body\":\"Try to parse the SQL bandwidth, maybe it will override the mobile sensor!\"}"], ["created_at", "2016-10-07 18:56:48.140190"], ["updated_at", "2016-10-07 18:56:48.140190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime repellat vel id est odit omnis et.\",\"body\":\"We need to input the digital PCI card!\"}"], ["created_at", "2016-10-07 18:56:48.141074"], ["updated_at", "2016-10-07 18:56:48.141074"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus nostrum id.\",\"body\":\"You can't synthesize the array without copying the wireless HDD feed!\"}"], ["created_at", "2016-10-07 18:56:48.141954"], ["updated_at", "2016-10-07 18:56:48.141954"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut cum ut quae.\",\"body\":\"If we quantify the circuit, we can get to the PCI array through the bluetooth TCP panel!\"}"], ["created_at", "2016-10-07 18:56:48.142875"], ["updated_at", "2016-10-07 18:56:48.142875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et doloribus eum error vitae.\",\"body\":\"Try to back up the TCP feed, maybe it will calculate the solid state matrix!\"}"], ["created_at", "2016-10-07 18:56:48.143772"], ["updated_at", "2016-10-07 18:56:48.143772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quia soluta accusamus labore sint enim.\",\"body\":\"Use the neural CSS feed, then you can transmit the open-source capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.144646"], ["updated_at", "2016-10-07 18:56:48.144646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa voluptatem voluptas id ipsam similique illo ea.\",\"body\":\"Indexing the sensor won't do anything, we need to bypass the optical scsi alarm!\"}"], ["created_at", "2016-10-07 18:56:48.145530"], ["updated_at", "2016-10-07 18:56:48.145530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quas adipisci ab dolor dolor consequatur.\",\"body\":\"Calculating the port won't do anything, we need to bypass the mobile xss feed!\"}"], ["created_at", "2016-10-07 18:56:48.146419"], ["updated_at", "2016-10-07 18:56:48.146419"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia aliquam doloremque qui debitis doloribus nam.\",\"body\":\"We need to compress the online ADP feed!\"}"], ["created_at", "2016-10-07 18:56:48.147339"], ["updated_at", "2016-10-07 18:56:48.147339"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores dolor omnis iusto enim id.\",\"body\":\"Try to connect the SDD system, maybe it will synthesize the auxiliary bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.148208"], ["updated_at", "2016-10-07 18:56:48.148208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita enim et optio accusamus.\",\"body\":\"Use the 1080p JBOD program, then you can synthesize the digital system!\"}"], ["created_at", "2016-10-07 18:56:48.149106"], ["updated_at", "2016-10-07 18:56:48.149106"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere est odit ut ut dolores enim autem.\",\"body\":\"You can't bypass the system without navigating the online PCI pixel!\"}"], ["created_at", "2016-10-07 18:56:48.150007"], ["updated_at", "2016-10-07 18:56:48.150007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique veritatis voluptatibus dolor dolorem rerum magni.\",\"body\":\"You can't navigate the card without hacking the mobile IB bus!\"}"], ["created_at", "2016-10-07 18:56:48.150896"], ["updated_at", "2016-10-07 18:56:48.150896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et repellendus delectus placeat ut.\",\"body\":\"Try to synthesize the XSS application, maybe it will index the open-source interface!\"}"], ["created_at", "2016-10-07 18:56:48.151790"], ["updated_at", "2016-10-07 18:56:48.151790"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit fugiat ipsam voluptate est numquam ea.\",\"body\":\"Try to connect the CSS capacitor, maybe it will generate the neural capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.152678"], ["updated_at", "2016-10-07 18:56:48.152678"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci sed dolor quis excepturi.\",\"body\":\"Use the online SSL sensor, then you can hack the 1080p driver!\"}"], ["created_at", "2016-10-07 18:56:48.153765"], ["updated_at", "2016-10-07 18:56:48.153765"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem ipsa est sint.\",\"body\":\"Indexing the application won't do anything, we need to compress the neural thx circuit!\"}"], ["created_at", "2016-10-07 18:56:48.155208"], ["updated_at", "2016-10-07 18:56:48.155208"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt sint adipisci dolorum molestiae.\",\"body\":\"You can't calculate the panel without indexing the 1080p TCP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.156693"], ["updated_at", "2016-10-07 18:56:48.156693"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi ut occaecati laborum.\",\"body\":\"If we hack the monitor, we can get to the COM matrix through the back-end AGP capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.158176"], ["updated_at", "2016-10-07 18:56:48.158176"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem cum fugiat sed itaque quia dolor debitis.\",\"body\":\"Compressing the circuit won't do anything, we need to transmit the back-end xss capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.159690"], ["updated_at", "2016-10-07 18:56:48.159690"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut unde quia exercitationem.\",\"body\":\"Synthesizing the matrix won't do anything, we need to calculate the back-end ram application!\"}"], ["created_at", "2016-10-07 18:56:48.160720"], ["updated_at", "2016-10-07 18:56:48.160720"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non debitis doloremque impedit quo quia nobis.\",\"body\":\"I'll synthesize the solid state EXE port, that should transmitter the SCSI monitor!\"}"], ["created_at", "2016-10-07 18:56:48.161632"], ["updated_at", "2016-10-07 18:56:48.161632"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et ut.\",\"body\":\"We need to generate the bluetooth HDD pixel!\"}"], ["created_at", "2016-10-07 18:56:48.162508"], ["updated_at", "2016-10-07 18:56:48.162508"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate labore quo dolores illo ea quia esse.\",\"body\":\"If we back up the array, we can get to the IB pixel through the digital SMTP matrix!\"}"], ["created_at", "2016-10-07 18:56:48.163414"], ["updated_at", "2016-10-07 18:56:48.163414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus dolor pariatur.\",\"body\":\"Use the multi-byte HDD hard drive, then you can synthesize the redundant feed!\"}"], ["created_at", "2016-10-07 18:56:48.164292"], ["updated_at", "2016-10-07 18:56:48.164292"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit tempora nesciunt molestiae officia.\",\"body\":\"I'll synthesize the virtual SCSI sensor, that should matrix the XML port!\"}"], ["created_at", "2016-10-07 18:56:48.165179"], ["updated_at", "2016-10-07 18:56:48.165179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nihil est ad totam architecto.\",\"body\":\"Use the neural HDD pixel, then you can back up the auxiliary port!\"}"], ["created_at", "2016-10-07 18:56:48.166085"], ["updated_at", "2016-10-07 18:56:48.166085"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae non nostrum similique maxime hic.\",\"body\":\"Try to hack the SDD matrix, maybe it will transmit the open-source sensor!\"}"], ["created_at", "2016-10-07 18:56:48.167017"], ["updated_at", "2016-10-07 18:56:48.167017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime facere accusamus qui.\",\"body\":\"Try to override the PNG pixel, maybe it will bypass the haptic alarm!\"}"], ["created_at", "2016-10-07 18:56:48.167924"], ["updated_at", "2016-10-07 18:56:48.167924"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat facere vel quia.\",\"body\":\"If we parse the system, we can get to the GB bandwidth through the virtual SCSI port!\"}"], ["created_at", "2016-10-07 18:56:48.168813"], ["updated_at", "2016-10-07 18:56:48.168813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta necessitatibus qui.\",\"body\":\"The TCP panel is down, synthesize the optical program so we can parse the SSL bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.169713"], ["updated_at", "2016-10-07 18:56:48.169713"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt quae quos maxime velit.\",\"body\":\"Use the digital GB protocol, then you can back up the back-end program!\"}"], ["created_at", "2016-10-07 18:56:48.170626"], ["updated_at", "2016-10-07 18:56:48.170626"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est non voluptatem inventore assumenda quibusdam natus eum.\",\"body\":\"The XSS array is down, index the virtual panel so we can parse the THX transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.171545"], ["updated_at", "2016-10-07 18:56:48.171545"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ipsam amet ex vitae.\",\"body\":\"Indexing the bandwidth won't do anything, we need to transmit the primary css system!\"}"], ["created_at", "2016-10-07 18:56:48.172512"], ["updated_at", "2016-10-07 18:56:48.172512"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut corrupti commodi.\",\"body\":\"Use the cross-platform CSS system, then you can back up the haptic bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.173465"], ["updated_at", "2016-10-07 18:56:48.173465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab dignissimos placeat architecto est.\",\"body\":\"We need to back up the solid state JSON driver!\"}"], ["created_at", "2016-10-07 18:56:48.174391"], ["updated_at", "2016-10-07 18:56:48.174391"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut nisi error vel cum magnam aliquid quia.\",\"body\":\"If we back up the transmitter, we can get to the AI firewall through the multi-byte SSL monitor!\"}"], ["created_at", "2016-10-07 18:56:48.175306"], ["updated_at", "2016-10-07 18:56:48.175306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam fugit ut accusamus provident dolor.\",\"body\":\"I'll override the bluetooth JBOD matrix, that should circuit the XML microchip!\"}"], ["created_at", "2016-10-07 18:56:48.176204"], ["updated_at", "2016-10-07 18:56:48.176204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum esse tempora dolores voluptate molestiae suscipit.\",\"body\":\"If we input the application, we can get to the HTTP interface through the 1080p SDD feed!\"}"], ["created_at", "2016-10-07 18:56:48.177110"], ["updated_at", "2016-10-07 18:56:48.177110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum reprehenderit nihil.\",\"body\":\"Try to compress the THX monitor, maybe it will bypass the multi-byte program!\"}"], ["created_at", "2016-10-07 18:56:48.178009"], ["updated_at", "2016-10-07 18:56:48.178009"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui minus natus pariatur nihil et expedita veritatis.\",\"body\":\"You can't copy the application without transmitting the bluetooth HDD array!\"}"], ["created_at", "2016-10-07 18:56:48.178927"], ["updated_at", "2016-10-07 18:56:48.178927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ullam iste odit.\",\"body\":\"Try to synthesize the FTP firewall, maybe it will copy the primary alarm!\"}"], ["created_at", "2016-10-07 18:56:48.179998"], ["updated_at", "2016-10-07 18:56:48.179998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio sed aut ullam.\",\"body\":\"I'll override the optical COM array, that should card the RSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.180951"], ["updated_at", "2016-10-07 18:56:48.180951"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit amet ut repellendus.\",\"body\":\"Navigating the card won't do anything, we need to connect the online ssl system!\"}"], ["created_at", "2016-10-07 18:56:48.181834"], ["updated_at", "2016-10-07 18:56:48.181834"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque ut officiis unde.\",\"body\":\"Bypassing the bandwidth won't do anything, we need to override the neural json interface!\"}"], ["created_at", "2016-10-07 18:56:48.182865"], ["updated_at", "2016-10-07 18:56:48.182865"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum omnis aliquid enim totam.\",\"body\":\"If we transmit the interface, we can get to the SQL driver through the virtual FTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.183780"], ["updated_at", "2016-10-07 18:56:48.183780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et velit necessitatibus sit officiis aut ad eos.\",\"body\":\"Overriding the feed won't do anything, we need to index the solid state hdd monitor!\"}"], ["created_at", "2016-10-07 18:56:48.184687"], ["updated_at", "2016-10-07 18:56:48.184687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non labore distinctio.\",\"body\":\"Try to parse the SMTP firewall, maybe it will transmit the virtual array!\"}"], ["created_at", "2016-10-07 18:56:48.185568"], ["updated_at", "2016-10-07 18:56:48.185568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quae ut eum voluptatibus voluptate repellendus est.\",\"body\":\"Use the wireless JBOD interface, then you can connect the open-source port!\"}"], ["created_at", "2016-10-07 18:56:48.186463"], ["updated_at", "2016-10-07 18:56:48.186463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo libero voluptatem architecto totam natus recusandae voluptas.\",\"body\":\"If we hack the protocol, we can get to the JBOD card through the cross-platform HDD matrix!\"}"], ["created_at", "2016-10-07 18:56:48.187378"], ["updated_at", "2016-10-07 18:56:48.187378"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum eaque sunt commodi repellat provident.\",\"body\":\"If we transmit the bus, we can get to the TCP bandwidth through the open-source PNG card!\"}"], ["created_at", "2016-10-07 18:56:48.188290"], ["updated_at", "2016-10-07 18:56:48.188290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde officia amet et explicabo.\",\"body\":\"I'll index the optical THX alarm, that should array the TCP pixel!\"}"], ["created_at", "2016-10-07 18:56:48.189246"], ["updated_at", "2016-10-07 18:56:48.189246"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas id qui eius hic.\",\"body\":\"Use the redundant COM application, then you can quantify the solid state bus!\"}"], ["created_at", "2016-10-07 18:56:48.190151"], ["updated_at", "2016-10-07 18:56:48.190151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit tempore assumenda.\",\"body\":\"Overriding the protocol won't do anything, we need to navigate the mobile sql port!\"}"], ["created_at", "2016-10-07 18:56:48.191100"], ["updated_at", "2016-10-07 18:56:48.191100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti inventore sed.\",\"body\":\"We need to index the solid state XSS sensor!\"}"], ["created_at", "2016-10-07 18:56:48.192010"], ["updated_at", "2016-10-07 18:56:48.192010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum est eos nam.\",\"body\":\"Use the 1080p EXE alarm, then you can connect the optical hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.192894"], ["updated_at", "2016-10-07 18:56:48.192894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id inventore error eaque ipsam.\",\"body\":\"You can't quantify the card without indexing the virtual RAM feed!\"}"], ["created_at", "2016-10-07 18:56:48.193802"], ["updated_at", "2016-10-07 18:56:48.193802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam inventore et ipsum.\",\"body\":\"You can't connect the system without bypassing the 1080p RAM card!\"}"], ["created_at", "2016-10-07 18:56:48.194747"], ["updated_at", "2016-10-07 18:56:48.194747"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt dolorum consequatur sed.\",\"body\":\"You can't transmit the array without overriding the multi-byte ADP protocol!\"}"], ["created_at", "2016-10-07 18:56:48.195636"], ["updated_at", "2016-10-07 18:56:48.195636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum voluptate molestias veritatis doloribus fuga.\",\"body\":\"You can't override the matrix without calculating the neural HDD program!\"}"], ["created_at", "2016-10-07 18:56:48.196561"], ["updated_at", "2016-10-07 18:56:48.196561"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi voluptatem blanditiis qui.\",\"body\":\"You can't index the bus without parsing the neural JSON transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.197465"], ["updated_at", "2016-10-07 18:56:48.197465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia hic nostrum fuga iure recusandae molestiae.\",\"body\":\"If we copy the firewall, we can get to the SSL transmitter through the auxiliary THX program!\"}"], ["created_at", "2016-10-07 18:56:48.198344"], ["updated_at", "2016-10-07 18:56:48.198344"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At ex expedita error et inventore.\",\"body\":\"I'll hack the primary AI sensor, that should interface the XSS alarm!\"}"], ["created_at", "2016-10-07 18:56:48.199311"], ["updated_at", "2016-10-07 18:56:48.199311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit animi et tempore minus pariatur.\",\"body\":\"Generating the microchip won't do anything, we need to transmit the virtual exe interface!\"}"], ["created_at", "2016-10-07 18:56:48.200245"], ["updated_at", "2016-10-07 18:56:48.200245"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia at temporibus facilis omnis.\",\"body\":\"Try to quantify the AGP panel, maybe it will copy the wireless application!\"}"], ["created_at", "2016-10-07 18:56:48.201160"], ["updated_at", "2016-10-07 18:56:48.201160"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius consequatur odio at molestias.\",\"body\":\"Quantifying the transmitter won't do anything, we need to hack the virtual tcp system!\"}"], ["created_at", "2016-10-07 18:56:48.202058"], ["updated_at", "2016-10-07 18:56:48.202058"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint sunt qui repudiandae ut.\",\"body\":\"We need to navigate the neural THX driver!\"}"], ["created_at", "2016-10-07 18:56:48.203096"], ["updated_at", "2016-10-07 18:56:48.203096"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor non fuga vel qui occaecati optio.\",\"body\":\"If we back up the application, we can get to the RAM program through the digital XML port!\"}"], ["created_at", "2016-10-07 18:56:48.204154"], ["updated_at", "2016-10-07 18:56:48.204154"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit consequuntur voluptates.\",\"body\":\"The XML matrix is down, connect the virtual microchip so we can reboot the GB hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.205220"], ["updated_at", "2016-10-07 18:56:48.205220"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae illo cupiditate ut repellendus saepe.\",\"body\":\"The GB monitor is down, input the optical feed so we can reboot the SDD capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.206223"], ["updated_at", "2016-10-07 18:56:48.206223"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem inventore vel quibusdam.\",\"body\":\"Use the mobile AI monitor, then you can quantify the multi-byte interface!\"}"], ["created_at", "2016-10-07 18:56:48.207251"], ["updated_at", "2016-10-07 18:56:48.207251"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ea distinctio qui aperiam.\",\"body\":\"The TCP protocol is down, input the auxiliary array so we can synthesize the SSL driver!\"}"], ["created_at", "2016-10-07 18:56:48.208254"], ["updated_at", "2016-10-07 18:56:48.208254"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo illum et.\",\"body\":\"Bypassing the sensor won't do anything, we need to quantify the digital xml interface!\"}"], ["created_at", "2016-10-07 18:56:48.209288"], ["updated_at", "2016-10-07 18:56:48.209288"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut suscipit magni tempore deserunt vero et.\",\"body\":\"We need to bypass the solid state XSS pixel!\"}"], ["created_at", "2016-10-07 18:56:48.210338"], ["updated_at", "2016-10-07 18:56:48.210338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quia dolor enim.\",\"body\":\"If we copy the feed, we can get to the JBOD interface through the bluetooth SAS protocol!\"}"], ["created_at", "2016-10-07 18:56:48.220596"], ["updated_at", "2016-10-07 18:56:48.220596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia molestias dolores.\",\"body\":\"Generating the hard drive won't do anything, we need to bypass the neural css pixel!\"}"], ["created_at", "2016-10-07 18:56:48.221618"], ["updated_at", "2016-10-07 18:56:48.221618"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta iusto officiis dolorem minima blanditiis.\",\"body\":\"We need to program the cross-platform ADP matrix!\"}"], ["created_at", "2016-10-07 18:56:48.222568"], ["updated_at", "2016-10-07 18:56:48.222568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium voluptatem sequi qui ratione magnam voluptatem.\",\"body\":\"I'll bypass the digital SDD panel, that should interface the SMTP circuit!\"}"], ["created_at", "2016-10-07 18:56:48.223534"], ["updated_at", "2016-10-07 18:56:48.223534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit eligendi libero in qui rerum laboriosam natus.\",\"body\":\"If we program the feed, we can get to the THX capacitor through the redundant SAS bus!\"}"], ["created_at", "2016-10-07 18:56:48.224471"], ["updated_at", "2016-10-07 18:56:48.224471"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et est dolorem nostrum dolor cupiditate.\",\"body\":\"We need to index the open-source USB interface!\"}"], ["created_at", "2016-10-07 18:56:48.225398"], ["updated_at", "2016-10-07 18:56:48.225398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui porro voluptatibus qui est labore eius.\",\"body\":\"You can't navigate the driver without calculating the virtual USB interface!\"}"], ["created_at", "2016-10-07 18:56:48.226331"], ["updated_at", "2016-10-07 18:56:48.226331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad harum occaecati.\",\"body\":\"Try to index the SMTP application, maybe it will generate the mobile circuit!\"}"], ["created_at", "2016-10-07 18:56:48.227278"], ["updated_at", "2016-10-07 18:56:48.227278"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt sequi ratione possimus sint.\",\"body\":\"We need to navigate the mobile IB feed!\"}"], ["created_at", "2016-10-07 18:56:48.228223"], ["updated_at", "2016-10-07 18:56:48.228223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium ut perspiciatis quia saepe explicabo.\",\"body\":\"You can't program the hard drive without overriding the haptic PCI protocol!\"}"], ["created_at", "2016-10-07 18:56:48.229152"], ["updated_at", "2016-10-07 18:56:48.229152"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus ab unde impedit ut a.\",\"body\":\"I'll parse the mobile USB driver, that should program the SQL monitor!\"}"], ["created_at", "2016-10-07 18:56:48.230093"], ["updated_at", "2016-10-07 18:56:48.230093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quo exercitationem ipsam quis.\",\"body\":\"I'll back up the 1080p XSS matrix, that should firewall the CSS firewall!\"}"], ["created_at", "2016-10-07 18:56:48.231038"], ["updated_at", "2016-10-07 18:56:48.231038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut non nulla dolorum dignissimos sapiente.\",\"body\":\"I'll hack the multi-byte SQL alarm, that should bandwidth the RSS feed!\"}"], ["created_at", "2016-10-07 18:56:48.231979"], ["updated_at", "2016-10-07 18:56:48.231979"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati voluptates repellendus sit.\",\"body\":\"I'll compress the optical TCP microchip, that should transmitter the THX protocol!\"}"], ["created_at", "2016-10-07 18:56:48.232913"], ["updated_at", "2016-10-07 18:56:48.232913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident quasi molestias natus eligendi et exercitationem aliquam.\",\"body\":\"I'll parse the primary IB firewall, that should bandwidth the AI driver!\"}"], ["created_at", "2016-10-07 18:56:48.233839"], ["updated_at", "2016-10-07 18:56:48.233839"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur necessitatibus nisi perspiciatis maiores minima soluta vitae.\",\"body\":\"I'll hack the optical PNG pixel, that should card the SSL driver!\"}"], ["created_at", "2016-10-07 18:56:48.234816"], ["updated_at", "2016-10-07 18:56:48.234816"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas maxime ab neque.\",\"body\":\"The CSS application is down, calculate the wireless panel so we can parse the PCI protocol!\"}"], ["created_at", "2016-10-07 18:56:48.235874"], ["updated_at", "2016-10-07 18:56:48.235874"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem ex ipsam qui asperiores magnam maiores et.\",\"body\":\"I'll quantify the neural XML sensor, that should bus the THX panel!\"}"], ["created_at", "2016-10-07 18:56:48.237046"], ["updated_at", "2016-10-07 18:56:48.237046"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium dolor commodi.\",\"body\":\"We need to synthesize the haptic RSS application!\"}"], ["created_at", "2016-10-07 18:56:48.238493"], ["updated_at", "2016-10-07 18:56:48.238493"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sit aut veniam nobis error.\",\"body\":\"Overriding the firewall won't do anything, we need to back up the wireless agp interface!\"}"], ["created_at", "2016-10-07 18:56:48.239777"], ["updated_at", "2016-10-07 18:56:48.239777"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum omnis quos inventore occaecati consequatur nulla reprehenderit.\",\"body\":\"If we override the card, we can get to the SQL circuit through the redundant RSS protocol!\"}"], ["created_at", "2016-10-07 18:56:48.241894"], ["updated_at", "2016-10-07 18:56:48.241894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque possimus et occaecati quasi.\",\"body\":\"You can't parse the monitor without bypassing the optical PNG sensor!\"}"], ["created_at", "2016-10-07 18:56:48.243891"], ["updated_at", "2016-10-07 18:56:48.243891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam laudantium voluptas quo molestiae accusamus repellat.\",\"body\":\"I'll hack the optical PNG port, that should sensor the RSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.244862"], ["updated_at", "2016-10-07 18:56:48.244862"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe culpa consequatur quidem aut et dolore.\",\"body\":\"Programming the program won't do anything, we need to calculate the auxiliary sas monitor!\"}"], ["created_at", "2016-10-07 18:56:48.245731"], ["updated_at", "2016-10-07 18:56:48.245731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto aperiam consequatur temporibus.\",\"body\":\"Use the virtual SAS monitor, then you can compress the primary pixel!\"}"], ["created_at", "2016-10-07 18:56:48.246710"], ["updated_at", "2016-10-07 18:56:48.246710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor maxime facere.\",\"body\":\"The COM bus is down, back up the 1080p array so we can calculate the PCI matrix!\"}"], ["created_at", "2016-10-07 18:56:48.247596"], ["updated_at", "2016-10-07 18:56:48.247596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quia eligendi aut et.\",\"body\":\"If we transmit the pixel, we can get to the XML microchip through the optical USB capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.248563"], ["updated_at", "2016-10-07 18:56:48.248563"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur est voluptatibus eveniet reiciendis reprehenderit suscipit voluptas.\",\"body\":\"The SMS matrix is down, index the digital program so we can reboot the SCSI monitor!\"}"], ["created_at", "2016-10-07 18:56:48.249682"], ["updated_at", "2016-10-07 18:56:48.249682"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus quis aut commodi.\",\"body\":\"Backing up the monitor won't do anything, we need to hack the haptic com alarm!\"}"], ["created_at", "2016-10-07 18:56:48.251217"], ["updated_at", "2016-10-07 18:56:48.251217"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui possimus vel sit.\",\"body\":\"Use the open-source PNG transmitter, then you can quantify the bluetooth firewall!\"}"], ["created_at", "2016-10-07 18:56:48.252621"], ["updated_at", "2016-10-07 18:56:48.252621"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse est ut voluptate omnis.\",\"body\":\"Use the auxiliary HDD capacitor, then you can reboot the back-end monitor!\"}"], ["created_at", "2016-10-07 18:56:48.253988"], ["updated_at", "2016-10-07 18:56:48.253988"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo praesentium necessitatibus non ab reiciendis quis.\",\"body\":\"I'll index the online AGP card, that should program the XML application!\"}"], ["created_at", "2016-10-07 18:56:48.256443"], ["updated_at", "2016-10-07 18:56:48.256443"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum quas numquam et officiis reiciendis.\",\"body\":\"Use the auxiliary JBOD system, then you can index the back-end sensor!\"}"], ["created_at", "2016-10-07 18:56:48.258212"], ["updated_at", "2016-10-07 18:56:48.258212"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit cupiditate ad commodi illum tenetur qui.\",\"body\":\"Transmitting the interface won't do anything, we need to hack the open-source sas application!\"}"], ["created_at", "2016-10-07 18:56:48.261465"], ["updated_at", "2016-10-07 18:56:48.261465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur earum est amet.\",\"body\":\"We need to quantify the multi-byte AGP card!\"}"], ["created_at", "2016-10-07 18:56:48.262932"], ["updated_at", "2016-10-07 18:56:48.262932"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea id vero quia deserunt.\",\"body\":\"If we quantify the port, we can get to the SMTP matrix through the solid state THX bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.263913"], ["updated_at", "2016-10-07 18:56:48.263913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit fugiat et.\",\"body\":\"You can't connect the array without overriding the auxiliary RSS interface!\"}"], ["created_at", "2016-10-07 18:56:48.264860"], ["updated_at", "2016-10-07 18:56:48.264860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores dolore perferendis illo.\",\"body\":\"We need to program the mobile ADP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.265892"], ["updated_at", "2016-10-07 18:56:48.265892"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque et ea temporibus sunt excepturi veniam dicta.\",\"body\":\"I'll transmit the multi-byte SCSI bandwidth, that should protocol the XML sensor!\"}"], ["created_at", "2016-10-07 18:56:48.266879"], ["updated_at", "2016-10-07 18:56:48.266879"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint aut consectetur natus quasi quidem quia.\",\"body\":\"If we calculate the capacitor, we can get to the FTP port through the solid state IB program!\"}"], ["created_at", "2016-10-07 18:56:48.267826"], ["updated_at", "2016-10-07 18:56:48.267826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id modi et porro voluptate sequi.\",\"body\":\"The JBOD application is down, hack the cross-platform firewall so we can back up the GB sensor!\"}"], ["created_at", "2016-10-07 18:56:48.268795"], ["updated_at", "2016-10-07 18:56:48.268795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem sunt tenetur reiciendis.\",\"body\":\"The IB card is down, program the wireless driver so we can input the ADP array!\"}"], ["created_at", "2016-10-07 18:56:48.269708"], ["updated_at", "2016-10-07 18:56:48.269708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque eligendi natus ullam ut sunt.\",\"body\":\"Bypassing the array won't do anything, we need to transmit the primary com port!\"}"], ["created_at", "2016-10-07 18:56:48.270649"], ["updated_at", "2016-10-07 18:56:48.270649"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit autem eos voluptatem aliquam dolorum.\",\"body\":\"Try to hack the JSON sensor, maybe it will quantify the open-source bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.271554"], ["updated_at", "2016-10-07 18:56:48.271554"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam voluptas voluptatem dolores ut.\",\"body\":\"I'll copy the auxiliary SQL firewall, that should transmitter the XML driver!\"}"], ["created_at", "2016-10-07 18:56:48.272417"], ["updated_at", "2016-10-07 18:56:48.272417"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim placeat est eum provident voluptas.\",\"body\":\"Use the redundant GB array, then you can copy the multi-byte monitor!\"}"], ["created_at", "2016-10-07 18:56:48.273315"], ["updated_at", "2016-10-07 18:56:48.273315"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit qui fugiat incidunt dicta.\",\"body\":\"Backing up the protocol won't do anything, we need to generate the primary com monitor!\"}"], ["created_at", "2016-10-07 18:56:48.274168"], ["updated_at", "2016-10-07 18:56:48.274168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem sit autem perferendis quia sint.\",\"body\":\"Try to quantify the THX sensor, maybe it will transmit the digital driver!\"}"], ["created_at", "2016-10-07 18:56:48.275084"], ["updated_at", "2016-10-07 18:56:48.275084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem illo eum laudantium quis.\",\"body\":\"We need to reboot the optical IB bus!\"}"], ["created_at", "2016-10-07 18:56:48.275957"], ["updated_at", "2016-10-07 18:56:48.275957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus nihil repellat id labore aliquid aut.\",\"body\":\"Try to parse the SCSI pixel, maybe it will connect the primary port!\"}"], ["created_at", "2016-10-07 18:56:48.276818"], ["updated_at", "2016-10-07 18:56:48.276818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eum consequatur officiis et.\",\"body\":\"The FTP panel is down, compress the solid state transmitter so we can quantify the SMS sensor!\"}"], ["created_at", "2016-10-07 18:56:48.277681"], ["updated_at", "2016-10-07 18:56:48.277681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga numquam et blanditiis.\",\"body\":\"If we parse the bus, we can get to the AI panel through the neural PCI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.278613"], ["updated_at", "2016-10-07 18:56:48.278613"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti eum error dolor.\",\"body\":\"You can't reboot the transmitter without synthesizing the virtual JSON bus!\"}"], ["created_at", "2016-10-07 18:56:48.279480"], ["updated_at", "2016-10-07 18:56:48.279480"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis eos veritatis quasi.\",\"body\":\"I'll hack the primary EXE panel, that should alarm the PNG bus!\"}"], ["created_at", "2016-10-07 18:56:48.280352"], ["updated_at", "2016-10-07 18:56:48.280352"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eos vel consequatur ea aut quia accusantium.\",\"body\":\"Try to hack the SMTP protocol, maybe it will hack the auxiliary hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.281502"], ["updated_at", "2016-10-07 18:56:48.281502"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos quia odit.\",\"body\":\"Use the back-end RSS protocol, then you can generate the primary capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.284098"], ["updated_at", "2016-10-07 18:56:48.284098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero ut sint quo.\",\"body\":\"You can't back up the transmitter without navigating the online XML card!\"}"], ["created_at", "2016-10-07 18:56:48.285245"], ["updated_at", "2016-10-07 18:56:48.285245"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis magnam dolore ut voluptas voluptate.\",\"body\":\"Calculating the pixel won't do anything, we need to transmit the redundant usb bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.286154"], ["updated_at", "2016-10-07 18:56:48.286154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam est qui quasi quisquam et.\",\"body\":\"Try to reboot the HDD program, maybe it will index the 1080p alarm!\"}"], ["created_at", "2016-10-07 18:56:48.287073"], ["updated_at", "2016-10-07 18:56:48.287073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit sit aut pariatur dignissimos dolor.\",\"body\":\"We need to program the back-end GB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.287934"], ["updated_at", "2016-10-07 18:56:48.287934"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt officia amet iusto laborum ea illum.\",\"body\":\"Overriding the transmitter won't do anything, we need to hack the open-source gb card!\"}"], ["created_at", "2016-10-07 18:56:48.288837"], ["updated_at", "2016-10-07 18:56:48.288837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae totam quo sint explicabo aliquam.\",\"body\":\"Use the neural TCP microchip, then you can navigate the auxiliary bus!\"}"], ["created_at", "2016-10-07 18:56:48.289738"], ["updated_at", "2016-10-07 18:56:48.289738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat et iste est pariatur dolorem magnam qui.\",\"body\":\"The FTP hard drive is down, compress the haptic microchip so we can back up the SQL transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.290622"], ["updated_at", "2016-10-07 18:56:48.290622"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium a minima.\",\"body\":\"If we parse the transmitter, we can get to the HTTP hard drive through the multi-byte IB bus!\"}"], ["created_at", "2016-10-07 18:56:48.291501"], ["updated_at", "2016-10-07 18:56:48.291501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis beatae et id.\",\"body\":\"Use the solid state THX program, then you can synthesize the wireless pixel!\"}"], ["created_at", "2016-10-07 18:56:48.292368"], ["updated_at", "2016-10-07 18:56:48.292368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis rem vel consequatur et praesentium qui hic.\",\"body\":\"Backing up the sensor won't do anything, we need to connect the wireless ftp capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.293251"], ["updated_at", "2016-10-07 18:56:48.293251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas nostrum est a ab at.\",\"body\":\"Use the solid state PCI bus, then you can compress the optical feed!\"}"], ["created_at", "2016-10-07 18:56:48.294110"], ["updated_at", "2016-10-07 18:56:48.294110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque sunt aliquid dolorem omnis libero sapiente.\",\"body\":\"Synthesizing the interface won't do anything, we need to calculate the auxiliary png bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.294976"], ["updated_at", "2016-10-07 18:56:48.294976"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque sunt nobis in sit distinctio.\",\"body\":\"Copying the card won't do anything, we need to bypass the bluetooth thx hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.295842"], ["updated_at", "2016-10-07 18:56:48.295842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et minus corporis inventore natus aut rerum aut.\",\"body\":\"If we connect the sensor, we can get to the TCP application through the cross-platform RAM protocol!\"}"], ["created_at", "2016-10-07 18:56:48.296697"], ["updated_at", "2016-10-07 18:56:48.296697"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam vel enim in facilis.\",\"body\":\"We need to transmit the online TCP interface!\"}"], ["created_at", "2016-10-07 18:56:48.297566"], ["updated_at", "2016-10-07 18:56:48.297566"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit quis id nisi nesciunt eos.\",\"body\":\"You can't back up the panel without calculating the cross-platform AI alarm!\"}"], ["created_at", "2016-10-07 18:56:48.298533"], ["updated_at", "2016-10-07 18:56:48.298533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus cupiditate et.\",\"body\":\"Use the auxiliary TCP driver, then you can copy the redundant card!\"}"], ["created_at", "2016-10-07 18:56:48.299475"], ["updated_at", "2016-10-07 18:56:48.299475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero quas culpa.\",\"body\":\"Use the wireless SMS matrix, then you can calculate the haptic monitor!\"}"], ["created_at", "2016-10-07 18:56:48.300335"], ["updated_at", "2016-10-07 18:56:48.300335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto laudantium magnam maiores sapiente et.\",\"body\":\"We need to program the auxiliary CSS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.301189"], ["updated_at", "2016-10-07 18:56:48.301189"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolor eos quos quaerat.\",\"body\":\"We need to transmit the back-end THX interface!\"}"], ["created_at", "2016-10-07 18:56:48.302047"], ["updated_at", "2016-10-07 18:56:48.302047"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit omnis error voluptatem ipsa sed quo et.\",\"body\":\"You can't bypass the card without parsing the haptic AI sensor!\"}"], ["created_at", "2016-10-07 18:56:48.302943"], ["updated_at", "2016-10-07 18:56:48.302943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora cumque harum.\",\"body\":\"The SAS card is down, connect the online application so we can compress the AI alarm!\"}"], ["created_at", "2016-10-07 18:56:48.303904"], ["updated_at", "2016-10-07 18:56:48.303904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quia reprehenderit voluptatem asperiores quia modi consequatur.\",\"body\":\"If we reboot the bus, we can get to the IB feed through the virtual GB application!\"}"], ["created_at", "2016-10-07 18:56:48.304780"], ["updated_at", "2016-10-07 18:56:48.304780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam occaecati officiis nisi inventore praesentium dolores odio.\",\"body\":\"We need to override the auxiliary SAS monitor!\"}"], ["created_at", "2016-10-07 18:56:48.305641"], ["updated_at", "2016-10-07 18:56:48.305641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis eum sed saepe voluptatem.\",\"body\":\"If we hack the sensor, we can get to the COM card through the multi-byte HTTP bus!\"}"], ["created_at", "2016-10-07 18:56:48.306541"], ["updated_at", "2016-10-07 18:56:48.306541"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae omnis accusantium aut.\",\"body\":\"If we calculate the port, we can get to the JBOD microchip through the virtual USB panel!\"}"], ["created_at", "2016-10-07 18:56:48.307407"], ["updated_at", "2016-10-07 18:56:48.307407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis quibusdam assumenda qui eius.\",\"body\":\"I'll parse the auxiliary PNG port, that should interface the SMS bus!\"}"], ["created_at", "2016-10-07 18:56:48.308266"], ["updated_at", "2016-10-07 18:56:48.308266"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed et quidem sint iure.\",\"body\":\"We need to synthesize the solid state GB bus!\"}"], ["created_at", "2016-10-07 18:56:48.309136"], ["updated_at", "2016-10-07 18:56:48.309136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam voluptates assumenda.\",\"body\":\"If we back up the pixel, we can get to the EXE card through the multi-byte HDD application!\"}"], ["created_at", "2016-10-07 18:56:48.310000"], ["updated_at", "2016-10-07 18:56:48.310000"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora est et adipisci.\",\"body\":\"Compressing the system won't do anything, we need to bypass the auxiliary hdd interface!\"}"], ["created_at", "2016-10-07 18:56:48.310868"], ["updated_at", "2016-10-07 18:56:48.310868"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit corporis sit et error porro.\",\"body\":\"The SAS application is down, parse the solid state circuit so we can input the ADP circuit!\"}"], ["created_at", "2016-10-07 18:56:48.311763"], ["updated_at", "2016-10-07 18:56:48.311763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque nemo tempora.\",\"body\":\"Use the virtual GB system, then you can back up the auxiliary microchip!\"}"], ["created_at", "2016-10-07 18:56:48.312624"], ["updated_at", "2016-10-07 18:56:48.312624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur sint voluptate.\",\"body\":\"If we generate the matrix, we can get to the EXE protocol through the bluetooth SMTP transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.313478"], ["updated_at", "2016-10-07 18:56:48.313478"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo quod enim deleniti occaecati dolor in.\",\"body\":\"Use the primary EXE bandwidth, then you can parse the back-end alarm!\"}"], ["created_at", "2016-10-07 18:56:48.314327"], ["updated_at", "2016-10-07 18:56:48.314327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas distinctio esse.\",\"body\":\"The XSS port is down, program the redundant monitor so we can synthesize the SCSI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.315313"], ["updated_at", "2016-10-07 18:56:48.315313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel officiis sit itaque omnis.\",\"body\":\"Use the auxiliary SCSI monitor, then you can override the mobile driver!\"}"], ["created_at", "2016-10-07 18:56:48.316196"], ["updated_at", "2016-10-07 18:56:48.316196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint quasi eaque beatae corrupti.\",\"body\":\"We need to compress the auxiliary SMTP protocol!\"}"], ["created_at", "2016-10-07 18:56:48.317055"], ["updated_at", "2016-10-07 18:56:48.317055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed reiciendis dolor voluptatem.\",\"body\":\"I'll synthesize the bluetooth XSS panel, that should application the SMS interface!\"}"], ["created_at", "2016-10-07 18:56:48.317904"], ["updated_at", "2016-10-07 18:56:48.317904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi qui voluptatum unde maiores.\",\"body\":\"I'll transmit the neural SAS system, that should application the JBOD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.318790"], ["updated_at", "2016-10-07 18:56:48.318790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo minima aspernatur nisi sunt suscipit repudiandae fugit.\",\"body\":\"If we transmit the bandwidth, we can get to the PNG circuit through the digital TCP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.319659"], ["updated_at", "2016-10-07 18:56:48.319659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel ut officia.\",\"body\":\"You can't synthesize the circuit without indexing the primary PNG transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.320520"], ["updated_at", "2016-10-07 18:56:48.320520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio iusto corporis et natus qui commodi.\",\"body\":\"You can't navigate the transmitter without quantifying the back-end XSS alarm!\"}"], ["created_at", "2016-10-07 18:56:48.321372"], ["updated_at", "2016-10-07 18:56:48.321372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis consequatur perferendis autem et repellendus facilis quisquam.\",\"body\":\"Try to input the SMS application, maybe it will reboot the back-end microchip!\"}"], ["created_at", "2016-10-07 18:56:48.322248"], ["updated_at", "2016-10-07 18:56:48.322248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et tenetur accusamus et qui consequatur quidem.\",\"body\":\"Try to compress the XML protocol, maybe it will calculate the bluetooth array!\"}"], ["created_at", "2016-10-07 18:56:48.323193"], ["updated_at", "2016-10-07 18:56:48.323193"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis nisi maxime odit.\",\"body\":\"If we parse the matrix, we can get to the THX feed through the mobile TCP capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.324066"], ["updated_at", "2016-10-07 18:56:48.324066"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil id similique laudantium qui quos.\",\"body\":\"The GB interface is down, connect the primary sensor so we can synthesize the XSS program!\"}"], ["created_at", "2016-10-07 18:56:48.324922"], ["updated_at", "2016-10-07 18:56:48.324922"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque veritatis optio eos.\",\"body\":\"The XML interface is down, hack the neural card so we can compress the SMTP protocol!\"}"], ["created_at", "2016-10-07 18:56:48.325787"], ["updated_at", "2016-10-07 18:56:48.325787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error odit ut.\",\"body\":\"If we generate the interface, we can get to the THX application through the wireless RSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.326700"], ["updated_at", "2016-10-07 18:56:48.326700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam explicabo voluptas.\",\"body\":\"Navigating the monitor won't do anything, we need to copy the online gb pixel!\"}"], ["created_at", "2016-10-07 18:56:48.327571"], ["updated_at", "2016-10-07 18:56:48.327571"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident atque aut et praesentium sint dolorem eum.\",\"body\":\"Parsing the pixel won't do anything, we need to hack the haptic xml protocol!\"}"], ["created_at", "2016-10-07 18:56:48.328429"], ["updated_at", "2016-10-07 18:56:48.328429"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos impedit possimus.\",\"body\":\"We need to override the neural PNG port!\"}"], ["created_at", "2016-10-07 18:56:48.329596"], ["updated_at", "2016-10-07 18:56:48.329596"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut iste voluptatem.\",\"body\":\"Try to parse the AGP application, maybe it will parse the virtual capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.330810"], ["updated_at", "2016-10-07 18:56:48.330810"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia animi hic ea.\",\"body\":\"If we connect the monitor, we can get to the ADP firewall through the primary RAM program!\"}"], ["created_at", "2016-10-07 18:56:48.332100"], ["updated_at", "2016-10-07 18:56:48.332100"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae dolores eum.\",\"body\":\"You can't hack the program without hacking the multi-byte ADP monitor!\"}"], ["created_at", "2016-10-07 18:56:48.335212"], ["updated_at", "2016-10-07 18:56:48.335212"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At quae labore.\",\"body\":\"I'll compress the mobile HTTP sensor, that should card the HTTP matrix!\"}"], ["created_at", "2016-10-07 18:56:48.337217"], ["updated_at", "2016-10-07 18:56:48.337217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem similique incidunt nihil possimus.\",\"body\":\"You can't connect the panel without quantifying the solid state JSON card!\"}"], ["created_at", "2016-10-07 18:56:48.338172"], ["updated_at", "2016-10-07 18:56:48.338172"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto consequatur iure laboriosam facere et aut.\",\"body\":\"I'll compress the back-end TCP card, that should hard drive the GB driver!\"}"], ["created_at", "2016-10-07 18:56:48.339073"], ["updated_at", "2016-10-07 18:56:48.339073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis fugiat voluptatibus.\",\"body\":\"Use the online COM array, then you can input the auxiliary pixel!\"}"], ["created_at", "2016-10-07 18:56:48.339980"], ["updated_at", "2016-10-07 18:56:48.339980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti qui odit.\",\"body\":\"If we bypass the circuit, we can get to the PCI driver through the multi-byte SSL hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.340865"], ["updated_at", "2016-10-07 18:56:48.340865"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse molestiae ullam deleniti temporibus tenetur voluptas.\",\"body\":\"Use the 1080p SDD protocol, then you can back up the neural interface!\"}"], ["created_at", "2016-10-07 18:56:48.341726"], ["updated_at", "2016-10-07 18:56:48.341726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia voluptatem est ipsa minima sint ex quaerat.\",\"body\":\"The AI program is down, compress the cross-platform microchip so we can connect the SCSI sensor!\"}"], ["created_at", "2016-10-07 18:56:48.342654"], ["updated_at", "2016-10-07 18:56:48.342654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis veritatis qui aspernatur.\",\"body\":\"Try to compress the SCSI protocol, maybe it will synthesize the online alarm!\"}"], ["created_at", "2016-10-07 18:56:48.343542"], ["updated_at", "2016-10-07 18:56:48.343542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas iure distinctio ab.\",\"body\":\"The TCP port is down, navigate the digital sensor so we can bypass the USB circuit!\"}"], ["created_at", "2016-10-07 18:56:48.344404"], ["updated_at", "2016-10-07 18:56:48.344404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut rerum omnis et in facere repellendus.\",\"body\":\"The USB bandwidth is down, copy the primary monitor so we can transmit the SDD bus!\"}"], ["created_at", "2016-10-07 18:56:48.345264"], ["updated_at", "2016-10-07 18:56:48.345264"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem soluta vitae quibusdam.\",\"body\":\"The COM array is down, back up the digital hard drive so we can index the CSS panel!\"}"], ["created_at", "2016-10-07 18:56:48.346128"], ["updated_at", "2016-10-07 18:56:48.346128"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quo aliquam laborum omnis est cum mollitia.\",\"body\":\"Parsing the capacitor won't do anything, we need to transmit the back-end jbod transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.347039"], ["updated_at", "2016-10-07 18:56:48.347039"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae sed est eaque assumenda.\",\"body\":\"Use the mobile THX circuit, then you can index the wireless circuit!\"}"], ["created_at", "2016-10-07 18:56:48.348024"], ["updated_at", "2016-10-07 18:56:48.348024"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque deleniti minus et qui.\",\"body\":\"Use the 1080p EXE protocol, then you can generate the redundant capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.349547"], ["updated_at", "2016-10-07 18:56:48.349547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis delectus omnis nobis qui qui qui.\",\"body\":\"We need to quantify the redundant IB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.352484"], ["updated_at", "2016-10-07 18:56:48.352484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet aut quam.\",\"body\":\"If we back up the sensor, we can get to the JSON transmitter through the neural SSL bus!\"}"], ["created_at", "2016-10-07 18:56:48.353453"], ["updated_at", "2016-10-07 18:56:48.353453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non magnam aut exercitationem dolor quia praesentium.\",\"body\":\"We need to bypass the haptic SAS interface!\"}"], ["created_at", "2016-10-07 18:56:48.354341"], ["updated_at", "2016-10-07 18:56:48.354341"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sit voluptatem laborum rem.\",\"body\":\"I'll compress the wireless SDD feed, that should matrix the XML system!\"}"], ["created_at", "2016-10-07 18:56:48.355268"], ["updated_at", "2016-10-07 18:56:48.355268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quibusdam et ipsa.\",\"body\":\"Use the optical SSL interface, then you can override the cross-platform hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.356154"], ["updated_at", "2016-10-07 18:56:48.356154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum quam non.\",\"body\":\"If we copy the program, we can get to the JBOD driver through the open-source TCP alarm!\"}"], ["created_at", "2016-10-07 18:56:48.357087"], ["updated_at", "2016-10-07 18:56:48.357087"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla sit nostrum sapiente ullam.\",\"body\":\"The THX sensor is down, calculate the redundant firewall so we can generate the SQL interface!\"}"], ["created_at", "2016-10-07 18:56:48.357978"], ["updated_at", "2016-10-07 18:56:48.357978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam explicabo molestiae possimus vitae dignissimos sit.\",\"body\":\"Try to back up the SSL system, maybe it will synthesize the solid state program!\"}"], ["created_at", "2016-10-07 18:56:48.358880"], ["updated_at", "2016-10-07 18:56:48.358880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit voluptatem enim similique molestiae.\",\"body\":\"Indexing the circuit won't do anything, we need to override the haptic usb system!\"}"], ["created_at", "2016-10-07 18:56:48.359787"], ["updated_at", "2016-10-07 18:56:48.359787"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere quidem illo sit qui omnis et officia.\",\"body\":\"The AGP program is down, compress the online port so we can synthesize the GB sensor!\"}"], ["created_at", "2016-10-07 18:56:48.360649"], ["updated_at", "2016-10-07 18:56:48.360649"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum aliquam ut non consequatur vitae expedita.\",\"body\":\"Quantifying the sensor won't do anything, we need to input the wireless ftp port!\"}"], ["created_at", "2016-10-07 18:56:48.361623"], ["updated_at", "2016-10-07 18:56:48.361623"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas accusantium reiciendis et.\",\"body\":\"We need to index the auxiliary COM circuit!\"}"], ["created_at", "2016-10-07 18:56:48.363310"], ["updated_at", "2016-10-07 18:56:48.363310"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores tenetur tempore amet est consequatur illum.\",\"body\":\"You can't generate the interface without bypassing the 1080p ADP alarm!\"}"], ["created_at", "2016-10-07 18:56:48.366006"], ["updated_at", "2016-10-07 18:56:48.366006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum quia asperiores sed laudantium.\",\"body\":\"Use the optical SQL application, then you can navigate the optical bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.367339"], ["updated_at", "2016-10-07 18:56:48.367339"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis impedit enim.\",\"body\":\"Use the primary IB bandwidth, then you can transmit the solid state array!\"}"], ["created_at", "2016-10-07 18:56:48.368260"], ["updated_at", "2016-10-07 18:56:48.368260"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde rerum veniam.\",\"body\":\"The COM program is down, bypass the neural panel so we can calculate the SMTP microchip!\"}"], ["created_at", "2016-10-07 18:56:48.369116"], ["updated_at", "2016-10-07 18:56:48.369116"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis blanditiis quisquam modi debitis distinctio nesciunt.\",\"body\":\"Try to back up the SSL card, maybe it will quantify the cross-platform bus!\"}"], ["created_at", "2016-10-07 18:56:48.369982"], ["updated_at", "2016-10-07 18:56:48.369982"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit vero amet qui omnis autem.\",\"body\":\"I'll compress the open-source JSON microchip, that should system the IB matrix!\"}"], ["created_at", "2016-10-07 18:56:48.370867"], ["updated_at", "2016-10-07 18:56:48.370867"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga est voluptatem consequuntur.\",\"body\":\"The EXE feed is down, reboot the back-end array so we can calculate the PNG alarm!\"}"], ["created_at", "2016-10-07 18:56:48.371754"], ["updated_at", "2016-10-07 18:56:48.371754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit reprehenderit minus.\",\"body\":\"Use the primary SMS program, then you can generate the back-end bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.372637"], ["updated_at", "2016-10-07 18:56:48.372637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quo iure consequatur hic fuga eius.\",\"body\":\"The SQL system is down, index the online protocol so we can input the SDD firewall!\"}"], ["created_at", "2016-10-07 18:56:48.373513"], ["updated_at", "2016-10-07 18:56:48.373513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quia dolores voluptatum adipisci dicta voluptates.\",\"body\":\"If we copy the interface, we can get to the JBOD feed through the haptic SMTP sensor!\"}"], ["created_at", "2016-10-07 18:56:48.374375"], ["updated_at", "2016-10-07 18:56:48.374375"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et deserunt libero eveniet culpa.\",\"body\":\"The RSS microchip is down, back up the cross-platform card so we can calculate the THX microchip!\"}"], ["created_at", "2016-10-07 18:56:48.375246"], ["updated_at", "2016-10-07 18:56:48.375246"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est in repellendus accusantium est culpa.\",\"body\":\"You can't compress the array without bypassing the primary IB protocol!\"}"], ["created_at", "2016-10-07 18:56:48.376119"], ["updated_at", "2016-10-07 18:56:48.376119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error voluptates commodi unde est.\",\"body\":\"Connecting the port won't do anything, we need to navigate the multi-byte adp program!\"}"], ["created_at", "2016-10-07 18:56:48.376992"], ["updated_at", "2016-10-07 18:56:48.376992"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur totam voluptatum quae soluta explicabo molestiae veniam.\",\"body\":\"The COM bus is down, program the auxiliary transmitter so we can reboot the SQL matrix!\"}"], ["created_at", "2016-10-07 18:56:48.377851"], ["updated_at", "2016-10-07 18:56:48.377851"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor vitae dolore eaque ut.\",\"body\":\"Use the virtual RAM port, then you can program the auxiliary hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.378828"], ["updated_at", "2016-10-07 18:56:48.378828"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quia veniam voluptas qui ducimus.\",\"body\":\"You can't copy the capacitor without calculating the redundant CSS pixel!\"}"], ["created_at", "2016-10-07 18:56:48.379986"], ["updated_at", "2016-10-07 18:56:48.379986"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni voluptate est sequi.\",\"body\":\"You can't generate the monitor without copying the back-end IB alarm!\"}"], ["created_at", "2016-10-07 18:56:48.381119"], ["updated_at", "2016-10-07 18:56:48.381119"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta sed voluptatem voluptas atque.\",\"body\":\"The IB circuit is down, index the haptic matrix so we can back up the THX panel!\"}"], ["created_at", "2016-10-07 18:56:48.383307"], ["updated_at", "2016-10-07 18:56:48.383307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis culpa aut voluptas enim nesciunt repellat.\",\"body\":\"You can't bypass the firewall without parsing the 1080p PCI circuit!\"}"], ["created_at", "2016-10-07 18:56:48.384296"], ["updated_at", "2016-10-07 18:56:48.384296"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel minus dolorum vel excepturi.\",\"body\":\"You can't calculate the pixel without compressing the neural GB microchip!\"}"], ["created_at", "2016-10-07 18:56:48.385162"], ["updated_at", "2016-10-07 18:56:48.385162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sit nostrum ea ab magnam dolorum.\",\"body\":\"We need to override the optical XML monitor!\"}"], ["created_at", "2016-10-07 18:56:48.386049"], ["updated_at", "2016-10-07 18:56:48.386049"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim incidunt error.\",\"body\":\"Use the primary SSL application, then you can input the haptic transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.386933"], ["updated_at", "2016-10-07 18:56:48.386933"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad consequatur quod dignissimos nam non quam.\",\"body\":\"The CSS circuit is down, navigate the wireless bandwidth so we can input the TCP program!\"}"], ["created_at", "2016-10-07 18:56:48.387796"], ["updated_at", "2016-10-07 18:56:48.387796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem tenetur dolorum est ea.\",\"body\":\"You can't bypass the bus without parsing the wireless EXE hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.388704"], ["updated_at", "2016-10-07 18:56:48.388704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quam dignissimos vitae ullam temporibus soluta.\",\"body\":\"Use the 1080p SMS system, then you can quantify the digital microchip!\"}"], ["created_at", "2016-10-07 18:56:48.389639"], ["updated_at", "2016-10-07 18:56:48.389639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum et dignissimos blanditiis quisquam.\",\"body\":\"Use the auxiliary JBOD driver, then you can copy the cross-platform system!\"}"], ["created_at", "2016-10-07 18:56:48.390524"], ["updated_at", "2016-10-07 18:56:48.390524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum corporis fuga laudantium sapiente.\",\"body\":\"Compressing the alarm won't do anything, we need to copy the bluetooth adp monitor!\"}"], ["created_at", "2016-10-07 18:56:48.391456"], ["updated_at", "2016-10-07 18:56:48.391456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint atque perferendis eveniet iusto sapiente.\",\"body\":\"If we bypass the feed, we can get to the EXE feed through the bluetooth EXE hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.392345"], ["updated_at", "2016-10-07 18:56:48.392345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt dolores rerum.\",\"body\":\"Try to back up the HTTP panel, maybe it will hack the digital system!\"}"], ["created_at", "2016-10-07 18:56:48.393219"], ["updated_at", "2016-10-07 18:56:48.393219"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum et facilis sit voluptas distinctio.\",\"body\":\"Try to parse the TCP protocol, maybe it will program the multi-byte alarm!\"}"], ["created_at", "2016-10-07 18:56:48.394073"], ["updated_at", "2016-10-07 18:56:48.394073"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae magni quas autem omnis sit.\",\"body\":\"Bypassing the hard drive won't do anything, we need to synthesize the solid state ib panel!\"}"], ["created_at", "2016-10-07 18:56:48.394944"], ["updated_at", "2016-10-07 18:56:48.394944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est vel quam pariatur.\",\"body\":\"Overriding the array won't do anything, we need to index the virtual xml capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.395800"], ["updated_at", "2016-10-07 18:56:48.395800"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa ducimus quis quo.\",\"body\":\"The AGP feed is down, back up the cross-platform program so we can navigate the RSS program!\"}"], ["created_at", "2016-10-07 18:56:48.396662"], ["updated_at", "2016-10-07 18:56:48.396662"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut veniam sit voluptas.\",\"body\":\"The JSON panel is down, back up the wireless interface so we can override the XML alarm!\"}"], ["created_at", "2016-10-07 18:56:48.397541"], ["updated_at", "2016-10-07 18:56:48.397541"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt pariatur aspernatur rerum.\",\"body\":\"If we copy the array, we can get to the SSL pixel through the online FTP interface!\"}"], ["created_at", "2016-10-07 18:56:48.399596"], ["updated_at", "2016-10-07 18:56:48.399596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt optio alias esse.\",\"body\":\"If we quantify the alarm, we can get to the JBOD system through the redundant PNG card!\"}"], ["created_at", "2016-10-07 18:56:48.400683"], ["updated_at", "2016-10-07 18:56:48.400683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid et ducimus ex molestiae reprehenderit.\",\"body\":\"I'll compress the haptic SSL array, that should protocol the AI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.401597"], ["updated_at", "2016-10-07 18:56:48.401597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore ullam vitae est dignissimos quia dolorum.\",\"body\":\"The SMS application is down, hack the online sensor so we can calculate the IB interface!\"}"], ["created_at", "2016-10-07 18:56:48.402458"], ["updated_at", "2016-10-07 18:56:48.402458"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis repellendus ea et qui sed.\",\"body\":\"If we program the bus, we can get to the THX microchip through the open-source HTTP pixel!\"}"], ["created_at", "2016-10-07 18:56:48.403355"], ["updated_at", "2016-10-07 18:56:48.403355"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit molestiae voluptate nesciunt ipsa est facere recusandae.\",\"body\":\"We need to quantify the back-end SAS feed!\"}"], ["created_at", "2016-10-07 18:56:48.404282"], ["updated_at", "2016-10-07 18:56:48.404282"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo aut accusamus.\",\"body\":\"The AGP application is down, synthesize the virtual panel so we can generate the CSS firewall!\"}"], ["created_at", "2016-10-07 18:56:48.405256"], ["updated_at", "2016-10-07 18:56:48.405256"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore aut temporibus quaerat.\",\"body\":\"Hacking the interface won't do anything, we need to index the mobile thx firewall!\"}"], ["created_at", "2016-10-07 18:56:48.406197"], ["updated_at", "2016-10-07 18:56:48.406197"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam quis repudiandae ut iure similique harum.\",\"body\":\"The SDD program is down, synthesize the haptic circuit so we can program the FTP microchip!\"}"], ["created_at", "2016-10-07 18:56:48.407165"], ["updated_at", "2016-10-07 18:56:48.407165"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque quae et fugiat sit.\",\"body\":\"Quantifying the microchip won't do anything, we need to back up the optical hdd panel!\"}"], ["created_at", "2016-10-07 18:56:48.408097"], ["updated_at", "2016-10-07 18:56:48.408097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In est voluptas.\",\"body\":\"Use the multi-byte SSL protocol, then you can generate the open-source port!\"}"], ["created_at", "2016-10-07 18:56:48.409052"], ["updated_at", "2016-10-07 18:56:48.409052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quis ut ratione ipsum qui ipsam dolorem.\",\"body\":\"You can't navigate the panel without backing up the wireless AGP system!\"}"], ["created_at", "2016-10-07 18:56:48.409995"], ["updated_at", "2016-10-07 18:56:48.409995"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo quos accusamus nihil quas ad corrupti quaerat.\",\"body\":\"Use the mobile SSL port, then you can compress the auxiliary feed!\"}"], ["created_at", "2016-10-07 18:56:48.410947"], ["updated_at", "2016-10-07 18:56:48.410947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem commodi error vero ab aliquam et vel.\",\"body\":\"Use the multi-byte PCI hard drive, then you can bypass the redundant bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.411916"], ["updated_at", "2016-10-07 18:56:48.411916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem quia inventore eaque.\",\"body\":\"If we index the panel, we can get to the RAM sensor through the cross-platform XML capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.412854"], ["updated_at", "2016-10-07 18:56:48.412854"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque quo fuga neque iste delectus quasi architecto.\",\"body\":\"We need to bypass the solid state AGP driver!\"}"], ["created_at", "2016-10-07 18:56:48.413785"], ["updated_at", "2016-10-07 18:56:48.413785"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat enim modi et.\",\"body\":\"If we override the feed, we can get to the SMTP driver through the digital CSS circuit!\"}"], ["created_at", "2016-10-07 18:56:48.414813"], ["updated_at", "2016-10-07 18:56:48.414813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui rerum dolorem vel consequuntur eos voluptatem.\",\"body\":\"Generating the monitor won't do anything, we need to navigate the multi-byte ai driver!\"}"], ["created_at", "2016-10-07 18:56:48.416873"], ["updated_at", "2016-10-07 18:56:48.416873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et corporis voluptatum quis consequatur quos.\",\"body\":\"The JSON sensor is down, synthesize the mobile program so we can navigate the RAM pixel!\"}"], ["created_at", "2016-10-07 18:56:48.417822"], ["updated_at", "2016-10-07 18:56:48.417822"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt eius necessitatibus non.\",\"body\":\"You can't transmit the feed without compressing the optical HDD application!\"}"], ["created_at", "2016-10-07 18:56:48.418741"], ["updated_at", "2016-10-07 18:56:48.418741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta expedita iure ut veniam.\",\"body\":\"Parsing the hard drive won't do anything, we need to compress the redundant http capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.419634"], ["updated_at", "2016-10-07 18:56:48.419634"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quo sunt illum quidem sed vero.\",\"body\":\"If we calculate the sensor, we can get to the FTP microchip through the wireless CSS matrix!\"}"], ["created_at", "2016-10-07 18:56:48.420497"], ["updated_at", "2016-10-07 18:56:48.420497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit fuga ut illo.\",\"body\":\"Backing up the system won't do anything, we need to connect the bluetooth png sensor!\"}"], ["created_at", "2016-10-07 18:56:48.421359"], ["updated_at", "2016-10-07 18:56:48.421359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea distinctio nisi unde debitis architecto.\",\"body\":\"You can't program the driver without backing up the primary RAM feed!\"}"], ["created_at", "2016-10-07 18:56:48.422225"], ["updated_at", "2016-10-07 18:56:48.422225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum nulla fuga et odit nihil cumque qui.\",\"body\":\"Try to compress the AGP microchip, maybe it will input the bluetooth capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.423155"], ["updated_at", "2016-10-07 18:56:48.423155"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero et est.\",\"body\":\"We need to copy the solid state TCP card!\"}"], ["created_at", "2016-10-07 18:56:48.424010"], ["updated_at", "2016-10-07 18:56:48.424010"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero asperiores dolore architecto necessitatibus illo.\",\"body\":\"You can't navigate the microchip without indexing the auxiliary AI panel!\"}"], ["created_at", "2016-10-07 18:56:48.424866"], ["updated_at", "2016-10-07 18:56:48.424866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda dolor autem sunt.\",\"body\":\"I'll hack the wireless PNG matrix, that should bandwidth the TCP card!\"}"], ["created_at", "2016-10-07 18:56:48.425744"], ["updated_at", "2016-10-07 18:56:48.425744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque sit aut et architecto.\",\"body\":\"The THX program is down, override the multi-byte protocol so we can copy the THX microchip!\"}"], ["created_at", "2016-10-07 18:56:48.426656"], ["updated_at", "2016-10-07 18:56:48.426656"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem voluptas libero qui culpa maxime modi eum.\",\"body\":\"Try to calculate the RAM application, maybe it will transmit the open-source feed!\"}"], ["created_at", "2016-10-07 18:56:48.427530"], ["updated_at", "2016-10-07 18:56:48.427530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae sunt culpa omnis ea sint inventore assumenda.\",\"body\":\"Try to transmit the JSON bus, maybe it will hack the optical application!\"}"], ["created_at", "2016-10-07 18:56:48.428413"], ["updated_at", "2016-10-07 18:56:48.428413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi suscipit voluptas reiciendis.\",\"body\":\"The ADP alarm is down, override the neural program so we can index the SMS application!\"}"], ["created_at", "2016-10-07 18:56:48.429271"], ["updated_at", "2016-10-07 18:56:48.429271"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit et necessitatibus doloremque ea dignissimos.\",\"body\":\"Try to compress the PNG capacitor, maybe it will compress the 1080p bus!\"}"], ["created_at", "2016-10-07 18:56:48.430142"], ["updated_at", "2016-10-07 18:56:48.430142"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur velit dicta sit sit.\",\"body\":\"If we reboot the bandwidth, we can get to the SAS program through the optical TCP card!\"}"], ["created_at", "2016-10-07 18:56:48.431165"], ["updated_at", "2016-10-07 18:56:48.431165"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum temporibus maxime quas.\",\"body\":\"If we calculate the matrix, we can get to the AGP transmitter through the solid state HTTP protocol!\"}"], ["created_at", "2016-10-07 18:56:48.433111"], ["updated_at", "2016-10-07 18:56:48.433111"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestiae sequi velit perspiciatis dolorem.\",\"body\":\"We need to synthesize the virtual XML driver!\"}"], ["created_at", "2016-10-07 18:56:48.434217"], ["updated_at", "2016-10-07 18:56:48.434217"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione sit et et qui quasi.\",\"body\":\"Try to synthesize the PCI matrix, maybe it will transmit the solid state application!\"}"], ["created_at", "2016-10-07 18:56:48.435137"], ["updated_at", "2016-10-07 18:56:48.435137"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum deserunt dolore voluptatem voluptates rem.\",\"body\":\"We need to reboot the auxiliary GB driver!\"}"], ["created_at", "2016-10-07 18:56:48.436002"], ["updated_at", "2016-10-07 18:56:48.436002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam numquam aspernatur.\",\"body\":\"We need to index the primary AGP hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.436865"], ["updated_at", "2016-10-07 18:56:48.436865"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore exercitationem qui rerum fugit repudiandae aliquid nulla.\",\"body\":\"If we navigate the transmitter, we can get to the PNG capacitor through the mobile SDD circuit!\"}"], ["created_at", "2016-10-07 18:56:48.437728"], ["updated_at", "2016-10-07 18:56:48.437728"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quia ullam.\",\"body\":\"If we back up the program, we can get to the USB alarm through the solid state XSS monitor!\"}"], ["created_at", "2016-10-07 18:56:48.438619"], ["updated_at", "2016-10-07 18:56:48.438619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure amet ducimus.\",\"body\":\"I'll back up the optical SSL program, that should array the JSON program!\"}"], ["created_at", "2016-10-07 18:56:48.439489"], ["updated_at", "2016-10-07 18:56:48.439489"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam inventore odio eum.\",\"body\":\"You can't index the driver without transmitting the bluetooth AI application!\"}"], ["created_at", "2016-10-07 18:56:48.440344"], ["updated_at", "2016-10-07 18:56:48.440344"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi voluptatibus autem praesentium excepturi ipsam.\",\"body\":\"I'll generate the 1080p SSL interface, that should array the CSS sensor!\"}"], ["created_at", "2016-10-07 18:56:48.441415"], ["updated_at", "2016-10-07 18:56:48.441415"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt fugit ex qui saepe deserunt.\",\"body\":\"I'll index the haptic SDD card, that should bandwidth the THX card!\"}"], ["created_at", "2016-10-07 18:56:48.442425"], ["updated_at", "2016-10-07 18:56:48.442425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione rerum error aut fugiat molestiae.\",\"body\":\"If we compress the card, we can get to the COM bandwidth through the solid state HDD monitor!\"}"], ["created_at", "2016-10-07 18:56:48.443386"], ["updated_at", "2016-10-07 18:56:48.443386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia consequuntur quam occaecati quidem impedit aut.\",\"body\":\"I'll calculate the auxiliary HDD panel, that should sensor the IB card!\"}"], ["created_at", "2016-10-07 18:56:48.444277"], ["updated_at", "2016-10-07 18:56:48.444277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente eveniet voluptas natus vero inventore.\",\"body\":\"Backing up the monitor won't do anything, we need to program the wireless sql bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.445147"], ["updated_at", "2016-10-07 18:56:48.445147"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem quia voluptas aut sed vel quia.\",\"body\":\"If we input the panel, we can get to the ADP port through the optical PCI microchip!\"}"], ["created_at", "2016-10-07 18:56:48.446008"], ["updated_at", "2016-10-07 18:56:48.446008"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque officia laboriosam dolore quos.\",\"body\":\"I'll input the auxiliary RAM protocol, that should capacitor the FTP sensor!\"}"], ["created_at", "2016-10-07 18:56:48.446918"], ["updated_at", "2016-10-07 18:56:48.446918"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At enim numquam eaque.\",\"body\":\"Generating the firewall won't do anything, we need to connect the mobile ssl feed!\"}"], ["created_at", "2016-10-07 18:56:48.447905"], ["updated_at", "2016-10-07 18:56:48.447905"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi quas et voluptas illum enim perferendis.\",\"body\":\"Synthesizing the capacitor won't do anything, we need to transmit the open-source ai alarm!\"}"], ["created_at", "2016-10-07 18:56:48.449806"], ["updated_at", "2016-10-07 18:56:48.449806"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit occaecati omnis quas quibusdam illum.\",\"body\":\"Try to connect the SQL firewall, maybe it will bypass the back-end feed!\"}"], ["created_at", "2016-10-07 18:56:48.450812"], ["updated_at", "2016-10-07 18:56:48.450812"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt sit ab.\",\"body\":\"The RAM array is down, index the cross-platform panel so we can compress the RAM driver!\"}"], ["created_at", "2016-10-07 18:56:48.451711"], ["updated_at", "2016-10-07 18:56:48.451711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nemo omnis est et facilis.\",\"body\":\"If we hack the sensor, we can get to the TCP sensor through the optical XML monitor!\"}"], ["created_at", "2016-10-07 18:56:48.452591"], ["updated_at", "2016-10-07 18:56:48.452591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed maxime error amet exercitationem et doloremque.\",\"body\":\"The SQL system is down, transmit the redundant protocol so we can copy the PCI array!\"}"], ["created_at", "2016-10-07 18:56:48.453460"], ["updated_at", "2016-10-07 18:56:48.453460"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt tempora accusamus.\",\"body\":\"I'll synthesize the mobile FTP transmitter, that should capacitor the COM microchip!\"}"], ["created_at", "2016-10-07 18:56:48.454319"], ["updated_at", "2016-10-07 18:56:48.454319"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vitae non voluptatem saepe quaerat.\",\"body\":\"I'll connect the wireless USB program, that should matrix the PCI application!\"}"], ["created_at", "2016-10-07 18:56:48.455210"], ["updated_at", "2016-10-07 18:56:48.455210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores ut reiciendis consequuntur voluptatem possimus officiis.\",\"body\":\"Use the mobile SAS protocol, then you can back up the virtual interface!\"}"], ["created_at", "2016-10-07 18:56:48.456075"], ["updated_at", "2016-10-07 18:56:48.456075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quas placeat.\",\"body\":\"Try to program the IB pixel, maybe it will transmit the solid state protocol!\"}"], ["created_at", "2016-10-07 18:56:48.456941"], ["updated_at", "2016-10-07 18:56:48.456941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis non aliquid placeat voluptatem.\",\"body\":\"Use the solid state TCP bus, then you can copy the open-source circuit!\"}"], ["created_at", "2016-10-07 18:56:48.457804"], ["updated_at", "2016-10-07 18:56:48.457804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis ut consequatur.\",\"body\":\"You can't compress the pixel without compressing the primary RSS driver!\"}"], ["created_at", "2016-10-07 18:56:48.458693"], ["updated_at", "2016-10-07 18:56:48.458693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore minus itaque quisquam dolorem odit magni.\",\"body\":\"If we synthesize the alarm, we can get to the IB interface through the bluetooth TCP pixel!\"}"], ["created_at", "2016-10-07 18:56:48.459580"], ["updated_at", "2016-10-07 18:56:48.459580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam minus quam.\",\"body\":\"Try to input the HDD pixel, maybe it will quantify the multi-byte circuit!\"}"], ["created_at", "2016-10-07 18:56:48.460456"], ["updated_at", "2016-10-07 18:56:48.460456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum animi nam voluptatem.\",\"body\":\"Try to index the AI sensor, maybe it will compress the open-source capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.461315"], ["updated_at", "2016-10-07 18:56:48.461315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est nihil doloremque atque mollitia vel quis.\",\"body\":\"Backing up the transmitter won't do anything, we need to index the auxiliary exe matrix!\"}"], ["created_at", "2016-10-07 18:56:48.462172"], ["updated_at", "2016-10-07 18:56:48.462172"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam perspiciatis et voluptatem tempora.\",\"body\":\"I'll synthesize the virtual SDD card, that should array the HDD firewall!\"}"], ["created_at", "2016-10-07 18:56:48.463046"], ["updated_at", "2016-10-07 18:56:48.463046"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem natus qui.\",\"body\":\"We need to hack the back-end TCP monitor!\"}"], ["created_at", "2016-10-07 18:56:48.463908"], ["updated_at", "2016-10-07 18:56:48.463908"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est rem explicabo sed.\",\"body\":\"We need to program the digital AGP card!\"}"], ["created_at", "2016-10-07 18:56:48.464936"], ["updated_at", "2016-10-07 18:56:48.464936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet et repellendus facere architecto.\",\"body\":\"I'll reboot the neural SQL hard drive, that should port the AGP array!\"}"], ["created_at", "2016-10-07 18:56:48.466933"], ["updated_at", "2016-10-07 18:56:48.466933"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui non in.\",\"body\":\"If we hack the bandwidth, we can get to the PCI card through the virtual IB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.467877"], ["updated_at", "2016-10-07 18:56:48.467877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis perspiciatis quaerat eaque delectus expedita.\",\"body\":\"Use the primary AGP interface, then you can override the digital firewall!\"}"], ["created_at", "2016-10-07 18:56:48.468738"], ["updated_at", "2016-10-07 18:56:48.468738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut illum aut ipsum aspernatur ad exercitationem iste.\",\"body\":\"If we connect the program, we can get to the THX bus through the bluetooth JBOD bus!\"}"], ["created_at", "2016-10-07 18:56:48.469604"], ["updated_at", "2016-10-07 18:56:48.469604"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam aut sunt pariatur reiciendis vel aut.\",\"body\":\"Bypassing the microchip won't do anything, we need to transmit the virtual http microchip!\"}"], ["created_at", "2016-10-07 18:56:48.470459"], ["updated_at", "2016-10-07 18:56:48.470459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur tempore optio rem tempora pariatur incidunt modi.\",\"body\":\"I'll transmit the primary USB driver, that should pixel the ADP circuit!\"}"], ["created_at", "2016-10-07 18:56:48.471347"], ["updated_at", "2016-10-07 18:56:48.471347"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima nostrum sed.\",\"body\":\"Try to override the SMS transmitter, maybe it will navigate the virtual bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.472203"], ["updated_at", "2016-10-07 18:56:48.472203"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat qui expedita.\",\"body\":\"Use the cross-platform COM hard drive, then you can generate the 1080p bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.473407"], ["updated_at", "2016-10-07 18:56:48.473407"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim beatae maxime rerum suscipit minima aliquam.\",\"body\":\"I'll copy the mobile JBOD sensor, that should pixel the GB alarm!\"}"], ["created_at", "2016-10-07 18:56:48.475080"], ["updated_at", "2016-10-07 18:56:48.475080"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam nihil mollitia magni dolore quis.\",\"body\":\"I'll navigate the optical IB bus, that should card the ADP system!\"}"], ["created_at", "2016-10-07 18:56:48.477236"], ["updated_at", "2016-10-07 18:56:48.477236"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In tempore adipisci officia labore illo doloribus quam.\",\"body\":\"You can't navigate the application without connecting the primary USB program!\"}"], ["created_at", "2016-10-07 18:56:48.479167"], ["updated_at", "2016-10-07 18:56:48.479167"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi nihil ea vel.\",\"body\":\"Try to parse the SAS circuit, maybe it will copy the open-source firewall!\"}"], ["created_at", "2016-10-07 18:56:48.481068"], ["updated_at", "2016-10-07 18:56:48.481068"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem non natus necessitatibus est.\",\"body\":\"If we hack the transmitter, we can get to the RAM hard drive through the solid state COM circuit!\"}"], ["created_at", "2016-10-07 18:56:48.482957"], ["updated_at", "2016-10-07 18:56:48.482957"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae impedit suscipit aut.\",\"body\":\"I'll quantify the cross-platform FTP hard drive, that should feed the SDD capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.484150"], ["updated_at", "2016-10-07 18:56:48.484150"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore unde necessitatibus quia deserunt sed ut.\",\"body\":\"If we navigate the firewall, we can get to the USB firewall through the primary USB transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.486205"], ["updated_at", "2016-10-07 18:56:48.486205"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates id vero incidunt.\",\"body\":\"Synthesizing the sensor won't do anything, we need to override the 1080p jbod circuit!\"}"], ["created_at", "2016-10-07 18:56:48.488317"], ["updated_at", "2016-10-07 18:56:48.488317"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum sed qui.\",\"body\":\"Try to bypass the TCP bus, maybe it will parse the digital protocol!\"}"], ["created_at", "2016-10-07 18:56:48.491060"], ["updated_at", "2016-10-07 18:56:48.491060"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui earum inventore.\",\"body\":\"If we input the feed, we can get to the AGP bandwidth through the bluetooth TCP pixel!\"}"], ["created_at", "2016-10-07 18:56:48.493651"], ["updated_at", "2016-10-07 18:56:48.493651"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus dolorem illum atque nemo voluptatem in.\",\"body\":\"Use the redundant TCP card, then you can navigate the multi-byte pixel!\"}"], ["created_at", "2016-10-07 18:56:48.495917"], ["updated_at", "2016-10-07 18:56:48.495917"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate necessitatibus ut enim corrupti dolorum nam.\",\"body\":\"Generating the circuit won't do anything, we need to back up the digital sas hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.497836"], ["updated_at", "2016-10-07 18:56:48.497836"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil nihil earum.\",\"body\":\"I'll generate the wireless PCI transmitter, that should transmitter the SDD hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.499983"], ["updated_at", "2016-10-07 18:56:48.499983"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos ipsam quos.\",\"body\":\"You can't generate the array without calculating the multi-byte FTP program!\"}"], ["created_at", "2016-10-07 18:56:48.502305"], ["updated_at", "2016-10-07 18:56:48.502305"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui excepturi illo minima neque.\",\"body\":\"Generating the bandwidth won't do anything, we need to reboot the optical ai firewall!\"}"], ["created_at", "2016-10-07 18:56:48.504717"], ["updated_at", "2016-10-07 18:56:48.504717"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam pariatur voluptatem.\",\"body\":\"Use the redundant SDD bandwidth, then you can back up the wireless alarm!\"}"], ["created_at", "2016-10-07 18:56:48.506891"], ["updated_at", "2016-10-07 18:56:48.506891"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione enim dolores repellendus.\",\"body\":\"I'll back up the virtual SAS program, that should bandwidth the GB program!\"}"], ["created_at", "2016-10-07 18:56:48.509046"], ["updated_at", "2016-10-07 18:56:48.509046"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis rerum dolorum nulla sunt dicta in aut.\",\"body\":\"Use the auxiliary SAS bus, then you can parse the wireless program!\"}"], ["created_at", "2016-10-07 18:56:48.511472"], ["updated_at", "2016-10-07 18:56:48.511472"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate soluta accusantium minus voluptatem est et.\",\"body\":\"If we generate the card, we can get to the SQL transmitter through the auxiliary SDD firewall!\"}"], ["created_at", "2016-10-07 18:56:48.513787"], ["updated_at", "2016-10-07 18:56:48.513787"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum esse similique quae aliquam dignissimos aut.\",\"body\":\"Synthesizing the hard drive won't do anything, we need to navigate the redundant hdd driver!\"}"], ["created_at", "2016-10-07 18:56:48.516179"], ["updated_at", "2016-10-07 18:56:48.516179"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut totam eius eligendi labore vel.\",\"body\":\"Try to calculate the SSL monitor, maybe it will parse the cross-platform card!\"}"], ["created_at", "2016-10-07 18:56:48.518690"], ["updated_at", "2016-10-07 18:56:48.518690"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit aut consequatur vel ea eligendi sed in.\",\"body\":\"I'll index the cross-platform HDD system, that should matrix the THX array!\"}"], ["created_at", "2016-10-07 18:56:48.521065"], ["updated_at", "2016-10-07 18:56:48.521065"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore aut laborum autem est.\",\"body\":\"The SMTP bus is down, bypass the auxiliary bandwidth so we can hack the FTP card!\"}"], ["created_at", "2016-10-07 18:56:48.523285"], ["updated_at", "2016-10-07 18:56:48.523285"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam perspiciatis voluptas nesciunt tempora aut asperiores.\",\"body\":\"Use the bluetooth GB program, then you can reboot the auxiliary protocol!\"}"], ["created_at", "2016-10-07 18:56:48.525461"], ["updated_at", "2016-10-07 18:56:48.525461"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quibusdam ex.\",\"body\":\"Indexing the application won't do anything, we need to transmit the mobile http program!\"}"], ["created_at", "2016-10-07 18:56:48.528683"], ["updated_at", "2016-10-07 18:56:48.528683"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse mollitia expedita dolorum ut sit.\",\"body\":\"Try to hack the EXE card, maybe it will parse the cross-platform system!\"}"], ["created_at", "2016-10-07 18:56:48.530862"], ["updated_at", "2016-10-07 18:56:48.530862"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus odit velit placeat dolor quae ut sint.\",\"body\":\"I'll parse the auxiliary USB bus, that should transmitter the USB monitor!\"}"], ["created_at", "2016-10-07 18:56:48.533146"], ["updated_at", "2016-10-07 18:56:48.533146"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum quia qui quis.\",\"body\":\"If we connect the feed, we can get to the IB protocol through the redundant ADP matrix!\"}"], ["created_at", "2016-10-07 18:56:48.535352"], ["updated_at", "2016-10-07 18:56:48.535352"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis sint placeat assumenda.\",\"body\":\"Try to bypass the GB pixel, maybe it will index the mobile capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.538307"], ["updated_at", "2016-10-07 18:56:48.538307"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat ut voluptatum necessitatibus quidem rerum repudiandae.\",\"body\":\"We need to back up the haptic PNG driver!\"}"], ["created_at", "2016-10-07 18:56:48.540452"], ["updated_at", "2016-10-07 18:56:48.540452"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et ut porro ut.\",\"body\":\"If we navigate the firewall, we can get to the PNG alarm through the back-end THX hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.542250"], ["updated_at", "2016-10-07 18:56:48.542250"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis dolore quo.\",\"body\":\"Use the optical SMS matrix, then you can back up the open-source system!\"}"], ["created_at", "2016-10-07 18:56:48.544031"], ["updated_at", "2016-10-07 18:56:48.544031"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In molestiae molestiae aut provident voluptatem mollitia veritatis.\",\"body\":\"I'll input the mobile AGP pixel, that should application the XML sensor!\"}"], ["created_at", "2016-10-07 18:56:48.545638"], ["updated_at", "2016-10-07 18:56:48.545638"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae delectus molestias.\",\"body\":\"We need to bypass the haptic RAM capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.547170"], ["updated_at", "2016-10-07 18:56:48.547170"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique quia error tempore rerum explicabo commodi.\",\"body\":\"If we calculate the hard drive, we can get to the SAS microchip through the bluetooth SSL microchip!\"}"], ["created_at", "2016-10-07 18:56:48.548717"], ["updated_at", "2016-10-07 18:56:48.548717"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique distinctio veritatis quis cum.\",\"body\":\"The SCSI bus is down, navigate the open-source port so we can reboot the SCSI capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.550319"], ["updated_at", "2016-10-07 18:56:48.550319"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta repellendus non vel sunt.\",\"body\":\"Try to navigate the CSS protocol, maybe it will input the mobile interface!\"}"], ["created_at", "2016-10-07 18:56:48.551871"], ["updated_at", "2016-10-07 18:56:48.551871"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et modi quo facilis nostrum debitis alias.\",\"body\":\"I'll back up the wireless TCP feed, that should card the HTTP driver!\"}"], ["created_at", "2016-10-07 18:56:48.553764"], ["updated_at", "2016-10-07 18:56:48.553764"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est non exercitationem.\",\"body\":\"The SDD circuit is down, calculate the haptic sensor so we can transmit the THX array!\"}"], ["created_at", "2016-10-07 18:56:48.555910"], ["updated_at", "2016-10-07 18:56:48.555910"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti et quia fuga necessitatibus qui est aut.\",\"body\":\"The HDD protocol is down, navigate the online card so we can generate the JBOD matrix!\"}"], ["created_at", "2016-10-07 18:56:48.559780"], ["updated_at", "2016-10-07 18:56:48.559780"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In quas veritatis.\",\"body\":\"Use the bluetooth SAS bandwidth, then you can program the optical matrix!\"}"], ["created_at", "2016-10-07 18:56:48.561444"], ["updated_at", "2016-10-07 18:56:48.561444"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam dolorem fuga id fugit voluptas aspernatur.\",\"body\":\"I'll calculate the redundant FTP matrix, that should feed the SAS matrix!\"}"], ["created_at", "2016-10-07 18:56:48.562813"], ["updated_at", "2016-10-07 18:56:48.562813"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt assumenda qui corrupti sint asperiores et.\",\"body\":\"Use the neural THX firewall, then you can back up the mobile pixel!\"}"], ["created_at", "2016-10-07 18:56:48.563993"], ["updated_at", "2016-10-07 18:56:48.563993"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet at molestiae et vero.\",\"body\":\"The PNG protocol is down, connect the open-source matrix so we can parse the SDD system!\"}"], ["created_at", "2016-10-07 18:56:48.565266"], ["updated_at", "2016-10-07 18:56:48.565266"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem placeat adipisci.\",\"body\":\"Try to index the GB sensor, maybe it will copy the back-end driver!\"}"], ["created_at", "2016-10-07 18:56:48.566311"], ["updated_at", "2016-10-07 18:56:48.566311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia dicta iure sint sed aut ut.\",\"body\":\"Use the primary IB sensor, then you can navigate the optical firewall!\"}"], ["created_at", "2016-10-07 18:56:48.567240"], ["updated_at", "2016-10-07 18:56:48.567240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur eos doloribus nobis.\",\"body\":\"Try to program the USB transmitter, maybe it will index the redundant microchip!\"}"], ["created_at", "2016-10-07 18:56:48.568125"], ["updated_at", "2016-10-07 18:56:48.568125"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id fugit dolorem sed vel.\",\"body\":\"I'll connect the mobile ADP panel, that should transmitter the IB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.569068"], ["updated_at", "2016-10-07 18:56:48.569068"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aliquam rerum ut id.\",\"body\":\"You can't compress the sensor without synthesizing the digital COM protocol!\"}"], ["created_at", "2016-10-07 18:56:48.570536"], ["updated_at", "2016-10-07 18:56:48.570536"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum reiciendis nulla.\",\"body\":\"Use the solid state SMTP panel, then you can calculate the haptic transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.571904"], ["updated_at", "2016-10-07 18:56:48.571904"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus quod doloribus.\",\"body\":\"Try to quantify the CSS sensor, maybe it will bypass the auxiliary matrix!\"}"], ["created_at", "2016-10-07 18:56:48.573975"], ["updated_at", "2016-10-07 18:56:48.573975"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint molestiae tempora veniam.\",\"body\":\"Use the digital PNG transmitter, then you can compress the mobile application!\"}"], ["created_at", "2016-10-07 18:56:48.576238"], ["updated_at", "2016-10-07 18:56:48.576238"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis voluptatem et doloribus rerum.\",\"body\":\"Navigating the card won't do anything, we need to quantify the online sms card!\"}"], ["created_at", "2016-10-07 18:56:48.577200"], ["updated_at", "2016-10-07 18:56:48.577200"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad et est dolor voluptatem id laboriosam.\",\"body\":\"You can't bypass the transmitter without compressing the back-end COM application!\"}"], ["created_at", "2016-10-07 18:56:48.578081"], ["updated_at", "2016-10-07 18:56:48.578081"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad explicabo et sunt rerum ipsum.\",\"body\":\"I'll navigate the solid state THX circuit, that should port the RAM monitor!\"}"], ["created_at", "2016-10-07 18:56:48.579039"], ["updated_at", "2016-10-07 18:56:48.579039"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quo qui suscipit debitis.\",\"body\":\"If we parse the card, we can get to the XML capacitor through the open-source AI microchip!\"}"], ["created_at", "2016-10-07 18:56:48.579958"], ["updated_at", "2016-10-07 18:56:48.579958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat necessitatibus consequuntur veniam.\",\"body\":\"We need to hack the neural USB hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.580934"], ["updated_at", "2016-10-07 18:56:48.580934"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore distinctio quia velit deserunt.\",\"body\":\"You can't reboot the driver without navigating the online RSS system!\"}"], ["created_at", "2016-10-07 18:56:48.581898"], ["updated_at", "2016-10-07 18:56:48.581898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt impedit eaque.\",\"body\":\"If we calculate the microchip, we can get to the ADP microchip through the open-source COM pixel!\"}"], ["created_at", "2016-10-07 18:56:48.582811"], ["updated_at", "2016-10-07 18:56:48.582811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sint placeat.\",\"body\":\"If we parse the card, we can get to the RSS array through the digital SMTP bus!\"}"], ["created_at", "2016-10-07 18:56:48.583682"], ["updated_at", "2016-10-07 18:56:48.583682"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet ut optio dignissimos fugit.\",\"body\":\"Use the 1080p GB capacitor, then you can back up the bluetooth microchip!\"}"], ["created_at", "2016-10-07 18:56:48.584545"], ["updated_at", "2016-10-07 18:56:48.584545"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid excepturi est consequatur.\",\"body\":\"I'll override the multi-byte THX program, that should bandwidth the HDD monitor!\"}"], ["created_at", "2016-10-07 18:56:48.585440"], ["updated_at", "2016-10-07 18:56:48.585440"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non nihil voluptatem in quasi earum quae.\",\"body\":\"Compressing the bandwidth won't do anything, we need to calculate the wireless ssl alarm!\"}"], ["created_at", "2016-10-07 18:56:48.586542"], ["updated_at", "2016-10-07 18:56:48.586542"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sed temporibus aperiam dolore molestiae.\",\"body\":\"If we navigate the hard drive, we can get to the SCSI hard drive through the redundant SMTP bus!\"}"], ["created_at", "2016-10-07 18:56:48.587955"], ["updated_at", "2016-10-07 18:56:48.587955"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui minus minima sit placeat aliquam.\",\"body\":\"The SCSI matrix is down, copy the cross-platform feed so we can synthesize the ADP transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.589225"], ["updated_at", "2016-10-07 18:56:48.589225"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur dignissimos qui laboriosam.\",\"body\":\"We need to navigate the haptic COM card!\"}"], ["created_at", "2016-10-07 18:56:48.591456"], ["updated_at", "2016-10-07 18:56:48.591456"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit voluptas in sint.\",\"body\":\"If we calculate the matrix, we can get to the JBOD transmitter through the virtual SMTP microchip!\"}"], ["created_at", "2016-10-07 18:56:48.592501"], ["updated_at", "2016-10-07 18:56:48.592501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id nostrum natus.\",\"body\":\"If we quantify the bandwidth, we can get to the THX firewall through the bluetooth SQL pixel!\"}"], ["created_at", "2016-10-07 18:56:48.593404"], ["updated_at", "2016-10-07 18:56:48.593404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi voluptatem quia iusto facere quae tempore.\",\"body\":\"The THX interface is down, parse the wireless capacitor so we can connect the SQL circuit!\"}"], ["created_at", "2016-10-07 18:56:48.594281"], ["updated_at", "2016-10-07 18:56:48.594281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate est commodi voluptatem accusamus vitae ducimus optio.\",\"body\":\"You can't generate the sensor without hacking the cross-platform SCSI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.595212"], ["updated_at", "2016-10-07 18:56:48.595212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae reprehenderit rerum optio ipsum.\",\"body\":\"I'll copy the cross-platform SQL system, that should panel the AI application!\"}"], ["created_at", "2016-10-07 18:56:48.596083"], ["updated_at", "2016-10-07 18:56:48.596083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi nihil reiciendis iusto harum vel voluptas voluptate.\",\"body\":\"I'll generate the 1080p RSS hard drive, that should protocol the GB circuit!\"}"], ["created_at", "2016-10-07 18:56:48.596945"], ["updated_at", "2016-10-07 18:56:48.596945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore magnam est molestias esse quis dolore.\",\"body\":\"If we bypass the hard drive, we can get to the SAS firewall through the back-end JSON capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.597807"], ["updated_at", "2016-10-07 18:56:48.597807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum natus dolorum quaerat.\",\"body\":\"You can't override the transmitter without compressing the haptic EXE protocol!\"}"], ["created_at", "2016-10-07 18:56:48.598837"], ["updated_at", "2016-10-07 18:56:48.598837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem aut ut dolores ipsam.\",\"body\":\"Try to override the ADP firewall, maybe it will synthesize the online bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.599714"], ["updated_at", "2016-10-07 18:56:48.599714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim incidunt alias a asperiores dolores pariatur.\",\"body\":\"Use the haptic AI pixel, then you can synthesize the redundant monitor!\"}"], ["created_at", "2016-10-07 18:56:48.600578"], ["updated_at", "2016-10-07 18:56:48.600578"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere eveniet impedit saepe accusantium sed adipisci.\",\"body\":\"The XSS protocol is down, navigate the bluetooth bandwidth so we can input the SDD system!\"}"], ["created_at", "2016-10-07 18:56:48.601441"], ["updated_at", "2016-10-07 18:56:48.601441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt impedit in eum.\",\"body\":\"Use the back-end RAM pixel, then you can connect the auxiliary interface!\"}"], ["created_at", "2016-10-07 18:56:48.602404"], ["updated_at", "2016-10-07 18:56:48.602404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quo perferendis qui.\",\"body\":\"The XSS bus is down, calculate the cross-platform pixel so we can generate the RSS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.603301"], ["updated_at", "2016-10-07 18:56:48.603301"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis id quo.\",\"body\":\"We need to compress the mobile THX card!\"}"], ["created_at", "2016-10-07 18:56:48.604181"], ["updated_at", "2016-10-07 18:56:48.604181"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque est fugit repellat fugiat similique repellendus consequatur.\",\"body\":\"Backing up the transmitter won't do anything, we need to generate the multi-byte json panel!\"}"], ["created_at", "2016-10-07 18:56:48.605384"], ["updated_at", "2016-10-07 18:56:48.605384"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil molestiae porro id voluptatem aut repudiandae inventore.\",\"body\":\"You can't navigate the matrix without parsing the multi-byte TCP bus!\"}"], ["created_at", "2016-10-07 18:56:48.607549"], ["updated_at", "2016-10-07 18:56:48.607549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio quasi quia dignissimos.\",\"body\":\"You can't connect the matrix without overriding the digital AI transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.608651"], ["updated_at", "2016-10-07 18:56:48.608651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam ea maxime eius.\",\"body\":\"Use the haptic PNG bus, then you can quantify the back-end alarm!\"}"], ["created_at", "2016-10-07 18:56:48.609539"], ["updated_at", "2016-10-07 18:56:48.609539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta eaque aspernatur commodi quas expedita.\",\"body\":\"You can't copy the system without programming the solid state HTTP pixel!\"}"], ["created_at", "2016-10-07 18:56:48.610404"], ["updated_at", "2016-10-07 18:56:48.610404"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quos ducimus aliquam magnam qui.\",\"body\":\"We need to navigate the redundant SCSI circuit!\"}"], ["created_at", "2016-10-07 18:56:48.611297"], ["updated_at", "2016-10-07 18:56:48.611297"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates quasi amet odio rerum laboriosam.\",\"body\":\"Compressing the bus won't do anything, we need to index the solid state ai monitor!\"}"], ["created_at", "2016-10-07 18:56:48.612221"], ["updated_at", "2016-10-07 18:56:48.612221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem et consequatur.\",\"body\":\"If we parse the monitor, we can get to the JSON card through the haptic JBOD panel!\"}"], ["created_at", "2016-10-07 18:56:48.613093"], ["updated_at", "2016-10-07 18:56:48.613093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur architecto dolor necessitatibus repellendus tempore sed.\",\"body\":\"Try to parse the RSS array, maybe it will calculate the optical protocol!\"}"], ["created_at", "2016-10-07 18:56:48.613954"], ["updated_at", "2016-10-07 18:56:48.613954"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio hic iure beatae labore porro.\",\"body\":\"We need to back up the back-end JBOD protocol!\"}"], ["created_at", "2016-10-07 18:56:48.614962"], ["updated_at", "2016-10-07 18:56:48.614962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut dolor illum libero.\",\"body\":\"The EXE transmitter is down, synthesize the haptic system so we can transmit the HTTP feed!\"}"], ["created_at", "2016-10-07 18:56:48.615858"], ["updated_at", "2016-10-07 18:56:48.615858"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet quia rem minus voluptates id.\",\"body\":\"The AGP system is down, hack the neural transmitter so we can override the COM firewall!\"}"], ["created_at", "2016-10-07 18:56:48.616720"], ["updated_at", "2016-10-07 18:56:48.616720"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint repellendus ut est dolorem qui quibusdam.\",\"body\":\"Try to calculate the COM array, maybe it will navigate the bluetooth pixel!\"}"], ["created_at", "2016-10-07 18:56:48.617583"], ["updated_at", "2016-10-07 18:56:48.617583"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure itaque et enim nesciunt rem.\",\"body\":\"If we transmit the program, we can get to the JBOD interface through the wireless TCP hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.618543"], ["updated_at", "2016-10-07 18:56:48.618543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem et adipisci.\",\"body\":\"The SCSI matrix is down, override the redundant system so we can synthesize the CSS matrix!\"}"], ["created_at", "2016-10-07 18:56:48.619476"], ["updated_at", "2016-10-07 18:56:48.619476"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum doloribus beatae cum voluptas voluptatem.\",\"body\":\"The HDD firewall is down, navigate the haptic system so we can bypass the ADP array!\"}"], ["created_at", "2016-10-07 18:56:48.620363"], ["updated_at", "2016-10-07 18:56:48.620363"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis quae ut modi et perferendis.\",\"body\":\"Compressing the program won't do anything, we need to program the redundant ib port!\"}"], ["created_at", "2016-10-07 18:56:48.621360"], ["updated_at", "2016-10-07 18:56:48.621360"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse repellat delectus.\",\"body\":\"You can't program the program without connecting the neural JBOD driver!\"}"], ["created_at", "2016-10-07 18:56:48.623060"], ["updated_at", "2016-10-07 18:56:48.623060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum nobis adipisci alias ipsam non.\",\"body\":\"Hacking the pixel won't do anything, we need to quantify the haptic com bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.624731"], ["updated_at", "2016-10-07 18:56:48.624731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque est aut.\",\"body\":\"The COM feed is down, generate the virtual hard drive so we can connect the SMS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.625675"], ["updated_at", "2016-10-07 18:56:48.625675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et non enim dolor rerum et.\",\"body\":\"If we override the firewall, we can get to the XML system through the solid state COM card!\"}"], ["created_at", "2016-10-07 18:56:48.626586"], ["updated_at", "2016-10-07 18:56:48.626586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis atque labore non dolores tempora et ea.\",\"body\":\"If we parse the transmitter, we can get to the THX pixel through the optical XSS array!\"}"], ["created_at", "2016-10-07 18:56:48.627453"], ["updated_at", "2016-10-07 18:56:48.627453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta aut ab est consequatur voluptas.\",\"body\":\"Use the neural SQL microchip, then you can index the bluetooth feed!\"}"], ["created_at", "2016-10-07 18:56:48.628337"], ["updated_at", "2016-10-07 18:56:48.628337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel corporis recusandae voluptatem.\",\"body\":\"Overriding the array won't do anything, we need to connect the auxiliary png feed!\"}"], ["created_at", "2016-10-07 18:56:48.629204"], ["updated_at", "2016-10-07 18:56:48.629204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et libero aut maiores et quia molestiae.\",\"body\":\"Use the digital CSS matrix, then you can calculate the primary matrix!\"}"], ["created_at", "2016-10-07 18:56:48.630073"], ["updated_at", "2016-10-07 18:56:48.630073"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore inventore est quibusdam ipsam autem error ipsum.\",\"body\":\"You can't connect the monitor without navigating the cross-platform PCI panel!\"}"], ["created_at", "2016-10-07 18:56:48.630955"], ["updated_at", "2016-10-07 18:56:48.630955"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea et est quis ipsam ut suscipit.\",\"body\":\"The HDD pixel is down, index the multi-byte pixel so we can generate the COM bus!\"}"], ["created_at", "2016-10-07 18:56:48.631952"], ["updated_at", "2016-10-07 18:56:48.631952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam quaerat sed.\",\"body\":\"We need to copy the back-end EXE card!\"}"], ["created_at", "2016-10-07 18:56:48.632837"], ["updated_at", "2016-10-07 18:56:48.632837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab ratione voluptate.\",\"body\":\"You can't index the program without parsing the redundant SSL bus!\"}"], ["created_at", "2016-10-07 18:56:48.633693"], ["updated_at", "2016-10-07 18:56:48.633693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed qui nihil optio dolore qui reiciendis laborum.\",\"body\":\"I'll bypass the multi-byte ADP monitor, that should port the JBOD pixel!\"}"], ["created_at", "2016-10-07 18:56:48.634565"], ["updated_at", "2016-10-07 18:56:48.634565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex quasi minima dicta.\",\"body\":\"I'll override the online XSS circuit, that should firewall the FTP card!\"}"], ["created_at", "2016-10-07 18:56:48.635458"], ["updated_at", "2016-10-07 18:56:48.635458"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere rerum reprehenderit et aspernatur doloremque aut repellat.\",\"body\":\"You can't program the bandwidth without navigating the wireless TCP capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.636325"], ["updated_at", "2016-10-07 18:56:48.636325"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat sint quia architecto laudantium.\",\"body\":\"We need to bypass the cross-platform SAS transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.637477"], ["updated_at", "2016-10-07 18:56:48.637477"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio placeat qui.\",\"body\":\"Overriding the array won't do anything, we need to compress the multi-byte png monitor!\"}"], ["created_at", "2016-10-07 18:56:48.639607"], ["updated_at", "2016-10-07 18:56:48.639607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque quidem quo praesentium rerum.\",\"body\":\"Use the solid state FTP transmitter, then you can reboot the multi-byte port!\"}"], ["created_at", "2016-10-07 18:56:48.640747"], ["updated_at", "2016-10-07 18:56:48.640747"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem odio labore nobis iste optio fugiat.\",\"body\":\"The HTTP firewall is down, synthesize the cross-platform bus so we can program the USB card!\"}"], ["created_at", "2016-10-07 18:56:48.641622"], ["updated_at", "2016-10-07 18:56:48.641622"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores iste aperiam omnis cum nemo.\",\"body\":\"Try to input the ADP driver, maybe it will back up the digital pixel!\"}"], ["created_at", "2016-10-07 18:56:48.642534"], ["updated_at", "2016-10-07 18:56:48.642534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam asperiores placeat quis animi aut enim distinctio.\",\"body\":\"We need to bypass the wireless XSS port!\"}"], ["created_at", "2016-10-07 18:56:48.643413"], ["updated_at", "2016-10-07 18:56:48.643413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quisquam ut et.\",\"body\":\"I'll calculate the auxiliary SMS pixel, that should pixel the THX feed!\"}"], ["created_at", "2016-10-07 18:56:48.644330"], ["updated_at", "2016-10-07 18:56:48.644330"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum nisi rerum et atque illo.\",\"body\":\"The RSS application is down, back up the solid state program so we can program the SMS microchip!\"}"], ["created_at", "2016-10-07 18:56:48.645228"], ["updated_at", "2016-10-07 18:56:48.645228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt dicta quam.\",\"body\":\"If we index the system, we can get to the CSS system through the virtual EXE program!\"}"], ["created_at", "2016-10-07 18:56:48.646103"], ["updated_at", "2016-10-07 18:56:48.646103"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet id provident repellat.\",\"body\":\"Use the wireless XML matrix, then you can bypass the mobile circuit!\"}"], ["created_at", "2016-10-07 18:56:48.647018"], ["updated_at", "2016-10-07 18:56:48.647018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit excepturi praesentium debitis animi veritatis aperiam.\",\"body\":\"The RAM circuit is down, connect the back-end port so we can calculate the FTP matrix!\"}"], ["created_at", "2016-10-07 18:56:48.647890"], ["updated_at", "2016-10-07 18:56:48.647890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe possimus omnis quis rerum.\",\"body\":\"You can't bypass the feed without quantifying the multi-byte PCI microchip!\"}"], ["created_at", "2016-10-07 18:56:48.648899"], ["updated_at", "2016-10-07 18:56:48.648899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est alias inventore tempore dolores esse.\",\"body\":\"You can't compress the capacitor without quantifying the open-source SDD monitor!\"}"], ["created_at", "2016-10-07 18:56:48.649763"], ["updated_at", "2016-10-07 18:56:48.649763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor et eos ipsa quis commodi sed qui.\",\"body\":\"Synthesizing the bandwidth won't do anything, we need to copy the auxiliary sas monitor!\"}"], ["created_at", "2016-10-07 18:56:48.650678"], ["updated_at", "2016-10-07 18:56:48.650678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia voluptatem est sint sint doloribus.\",\"body\":\"If we program the port, we can get to the TCP microchip through the redundant SMS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.651553"], ["updated_at", "2016-10-07 18:56:48.651553"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatem et.\",\"body\":\"The XSS monitor is down, bypass the multi-byte interface so we can calculate the HTTP bus!\"}"], ["created_at", "2016-10-07 18:56:48.652421"], ["updated_at", "2016-10-07 18:56:48.652421"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum et itaque occaecati nobis ut.\",\"body\":\"You can't connect the hard drive without overriding the auxiliary RAM feed!\"}"], ["created_at", "2016-10-07 18:56:48.653305"], ["updated_at", "2016-10-07 18:56:48.653305"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum ratione praesentium perspiciatis ad reprehenderit.\",\"body\":\"Try to bypass the AGP panel, maybe it will compress the neural system!\"}"], ["created_at", "2016-10-07 18:56:48.654705"], ["updated_at", "2016-10-07 18:56:48.654705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium non similique fuga voluptas libero eum perferendis.\",\"body\":\"Use the online SCSI card, then you can calculate the digital transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.656693"], ["updated_at", "2016-10-07 18:56:48.656693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut nostrum eius nesciunt et ullam.\",\"body\":\"We need to navigate the auxiliary SDD transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.657704"], ["updated_at", "2016-10-07 18:56:48.657704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quae quia cumque.\",\"body\":\"Try to compress the JSON interface, maybe it will back up the virtual sensor!\"}"], ["created_at", "2016-10-07 18:56:48.658618"], ["updated_at", "2016-10-07 18:56:48.658618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium quaerat vel dolores deserunt.\",\"body\":\"I'll back up the mobile EXE capacitor, that should protocol the EXE microchip!\"}"], ["created_at", "2016-10-07 18:56:48.659502"], ["updated_at", "2016-10-07 18:56:48.659502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam consequatur consequatur excepturi at a.\",\"body\":\"I'll index the virtual FTP panel, that should card the IB microchip!\"}"], ["created_at", "2016-10-07 18:56:48.660377"], ["updated_at", "2016-10-07 18:56:48.660377"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo debitis recusandae harum officia.\",\"body\":\"Parsing the alarm won't do anything, we need to input the haptic adp circuit!\"}"], ["created_at", "2016-10-07 18:56:48.661242"], ["updated_at", "2016-10-07 18:56:48.661242"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis et repudiandae voluptatibus numquam et.\",\"body\":\"Use the back-end PNG array, then you can copy the back-end hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.662119"], ["updated_at", "2016-10-07 18:56:48.662119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad nemo eum sunt dolor in reprehenderit.\",\"body\":\"I'll index the haptic TCP bandwidth, that should bus the ADP array!\"}"], ["created_at", "2016-10-07 18:56:48.663023"], ["updated_at", "2016-10-07 18:56:48.663023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae saepe debitis nostrum ea porro quis.\",\"body\":\"Use the back-end EXE application, then you can reboot the wireless program!\"}"], ["created_at", "2016-10-07 18:56:48.663892"], ["updated_at", "2016-10-07 18:56:48.663892"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et odio voluptate blanditiis ut laudantium quidem praesentium.\",\"body\":\"If we compress the feed, we can get to the SMTP port through the solid state IB transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.664853"], ["updated_at", "2016-10-07 18:56:48.664853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium velit sequi dolores quibusdam suscipit sed.\",\"body\":\"Generating the application won't do anything, we need to copy the back-end agp firewall!\"}"], ["created_at", "2016-10-07 18:56:48.665751"], ["updated_at", "2016-10-07 18:56:48.665751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim cumque neque deleniti asperiores ut.\",\"body\":\"We need to quantify the online JBOD firewall!\"}"], ["created_at", "2016-10-07 18:56:48.666622"], ["updated_at", "2016-10-07 18:56:48.666622"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus nisi quia.\",\"body\":\"The IB transmitter is down, quantify the virtual monitor so we can reboot the FTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.667483"], ["updated_at", "2016-10-07 18:56:48.667483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque sunt eos amet ut.\",\"body\":\"If we quantify the matrix, we can get to the AI panel through the solid state RAM pixel!\"}"], ["created_at", "2016-10-07 18:56:48.668351"], ["updated_at", "2016-10-07 18:56:48.668351"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et impedit quidem voluptatem nihil sed.\",\"body\":\"The GB port is down, synthesize the 1080p firewall so we can reboot the SMTP pixel!\"}"], ["created_at", "2016-10-07 18:56:48.669212"], ["updated_at", "2016-10-07 18:56:48.669212"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam et non.\",\"body\":\"I'll input the 1080p AGP array, that should matrix the SDD circuit!\"}"], ["created_at", "2016-10-07 18:56:48.670175"], ["updated_at", "2016-10-07 18:56:48.670175"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint reprehenderit mollitia.\",\"body\":\"I'll generate the solid state SQL circuit, that should bandwidth the FTP circuit!\"}"], ["created_at", "2016-10-07 18:56:48.671592"], ["updated_at", "2016-10-07 18:56:48.671592"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero sit dolor.\",\"body\":\"If we hack the microchip, we can get to the AGP array through the virtual XML sensor!\"}"], ["created_at", "2016-10-07 18:56:48.673887"], ["updated_at", "2016-10-07 18:56:48.673887"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste voluptas sequi.\",\"body\":\"Try to parse the HTTP driver, maybe it will calculate the solid state application!\"}"], ["created_at", "2016-10-07 18:56:48.675530"], ["updated_at", "2016-10-07 18:56:48.675530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis pariatur odit.\",\"body\":\"Try to navigate the CSS hard drive, maybe it will back up the cross-platform system!\"}"], ["created_at", "2016-10-07 18:56:48.676764"], ["updated_at", "2016-10-07 18:56:48.676764"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eveniet eligendi molestiae dolorem.\",\"body\":\"Use the digital USB firewall, then you can hack the haptic feed!\"}"], ["created_at", "2016-10-07 18:56:48.677775"], ["updated_at", "2016-10-07 18:56:48.677775"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores et omnis aspernatur ut tenetur quia.\",\"body\":\"I'll generate the neural SMTP array, that should monitor the AGP matrix!\"}"], ["created_at", "2016-10-07 18:56:48.678803"], ["updated_at", "2016-10-07 18:56:48.678803"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla quam vero sed.\",\"body\":\"You can't hack the panel without hacking the neural XSS interface!\"}"], ["created_at", "2016-10-07 18:56:48.679763"], ["updated_at", "2016-10-07 18:56:48.679763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil at vel.\",\"body\":\"Try to navigate the GB bus, maybe it will compress the haptic microchip!\"}"], ["created_at", "2016-10-07 18:56:48.680712"], ["updated_at", "2016-10-07 18:56:48.680712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit facere maiores.\",\"body\":\"Try to input the AI array, maybe it will hack the wireless microchip!\"}"], ["created_at", "2016-10-07 18:56:48.681722"], ["updated_at", "2016-10-07 18:56:48.681722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quis laudantium.\",\"body\":\"We need to index the primary CSS monitor!\"}"], ["created_at", "2016-10-07 18:56:48.682680"], ["updated_at", "2016-10-07 18:56:48.682680"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia distinctio laboriosam qui veniam in velit.\",\"body\":\"If we override the driver, we can get to the AGP alarm through the virtual TCP alarm!\"}"], ["created_at", "2016-10-07 18:56:48.683541"], ["updated_at", "2016-10-07 18:56:48.683541"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam consectetur adipisci distinctio ducimus nihil mollitia.\",\"body\":\"Try to back up the USB driver, maybe it will back up the digital sensor!\"}"], ["created_at", "2016-10-07 18:56:48.684418"], ["updated_at", "2016-10-07 18:56:48.684418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem soluta dolores.\",\"body\":\"Use the solid state HTTP firewall, then you can calculate the back-end application!\"}"], ["created_at", "2016-10-07 18:56:48.685280"], ["updated_at", "2016-10-07 18:56:48.685280"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus illo dolores fugit nemo pariatur dolor.\",\"body\":\"You can't navigate the system without copying the redundant USB monitor!\"}"], ["created_at", "2016-10-07 18:56:48.686144"], ["updated_at", "2016-10-07 18:56:48.686144"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio et labore ut fugit.\",\"body\":\"Compressing the pixel won't do anything, we need to quantify the bluetooth com protocol!\"}"], ["created_at", "2016-10-07 18:56:48.687267"], ["updated_at", "2016-10-07 18:56:48.687267"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse commodi aliquid magni qui illum consequuntur doloremque.\",\"body\":\"If we back up the interface, we can get to the IB microchip through the primary SMTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.689435"], ["updated_at", "2016-10-07 18:56:48.689435"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est possimus esse nam tempore.\",\"body\":\"Use the open-source IB capacitor, then you can index the bluetooth hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.690676"], ["updated_at", "2016-10-07 18:56:48.690676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vel distinctio quia consequatur nulla quibusdam.\",\"body\":\"Try to synthesize the HTTP driver, maybe it will back up the multi-byte matrix!\"}"], ["created_at", "2016-10-07 18:56:48.691556"], ["updated_at", "2016-10-07 18:56:48.691556"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis enim exercitationem sapiente autem.\",\"body\":\"Use the wireless THX interface, then you can copy the solid state panel!\"}"], ["created_at", "2016-10-07 18:56:48.692417"], ["updated_at", "2016-10-07 18:56:48.692417"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum facere illum doloribus recusandae et ex harum.\",\"body\":\"The JSON alarm is down, calculate the neural pixel so we can override the ADP pixel!\"}"], ["created_at", "2016-10-07 18:56:48.693293"], ["updated_at", "2016-10-07 18:56:48.693293"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur ab inventore in aut.\",\"body\":\"The SAS interface is down, quantify the auxiliary capacitor so we can index the RSS card!\"}"], ["created_at", "2016-10-07 18:56:48.694174"], ["updated_at", "2016-10-07 18:56:48.694174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit aspernatur nesciunt.\",\"body\":\"Backing up the alarm won't do anything, we need to connect the 1080p jbod microchip!\"}"], ["created_at", "2016-10-07 18:56:48.695070"], ["updated_at", "2016-10-07 18:56:48.695070"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum voluptatibus assumenda.\",\"body\":\"Try to hack the AI capacitor, maybe it will reboot the 1080p sensor!\"}"], ["created_at", "2016-10-07 18:56:48.695921"], ["updated_at", "2016-10-07 18:56:48.695921"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut atque magni earum.\",\"body\":\"We need to navigate the redundant HTTP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.696849"], ["updated_at", "2016-10-07 18:56:48.696849"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus vitae eius reiciendis iste sunt itaque.\",\"body\":\"We need to connect the 1080p SMS system!\"}"], ["created_at", "2016-10-07 18:56:48.697720"], ["updated_at", "2016-10-07 18:56:48.697720"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis expedita unde numquam aut voluptates.\",\"body\":\"Try to navigate the RSS firewall, maybe it will synthesize the haptic microchip!\"}"], ["created_at", "2016-10-07 18:56:48.698750"], ["updated_at", "2016-10-07 18:56:48.698750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci voluptatem magnam aliquam at suscipit ipsam neque.\",\"body\":\"Backing up the firewall won't do anything, we need to reboot the bluetooth ftp application!\"}"], ["created_at", "2016-10-07 18:56:48.699624"], ["updated_at", "2016-10-07 18:56:48.699624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis sequi et itaque consequatur qui.\",\"body\":\"The COM bus is down, input the neural bus so we can reboot the ADP application!\"}"], ["created_at", "2016-10-07 18:56:48.700485"], ["updated_at", "2016-10-07 18:56:48.700485"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero ut cupiditate doloribus.\",\"body\":\"Use the 1080p SDD port, then you can copy the haptic matrix!\"}"], ["created_at", "2016-10-07 18:56:48.701352"], ["updated_at", "2016-10-07 18:56:48.701352"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero quas et minus.\",\"body\":\"We need to synthesize the mobile SQL driver!\"}"], ["created_at", "2016-10-07 18:56:48.702209"], ["updated_at", "2016-10-07 18:56:48.702209"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti dolorem quaerat.\",\"body\":\"Try to calculate the SAS pixel, maybe it will override the 1080p program!\"}"], ["created_at", "2016-10-07 18:56:48.703071"], ["updated_at", "2016-10-07 18:56:48.703071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In eos sed autem.\",\"body\":\"I'll parse the primary THX hard drive, that should alarm the SSL protocol!\"}"], ["created_at", "2016-10-07 18:56:48.703949"], ["updated_at", "2016-10-07 18:56:48.703949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo corporis qui minus tempora dolorem aut consequuntur.\",\"body\":\"Try to hack the SMS panel, maybe it will generate the online matrix!\"}"], ["created_at", "2016-10-07 18:56:48.704798"], ["updated_at", "2016-10-07 18:56:48.704798"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint ipsam assumenda delectus minima.\",\"body\":\"Try to back up the TCP application, maybe it will compress the solid state capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.705656"], ["updated_at", "2016-10-07 18:56:48.705656"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident et delectus quia dicta voluptas.\",\"body\":\"Overriding the panel won't do anything, we need to back up the wireless json port!\"}"], ["created_at", "2016-10-07 18:56:48.706537"], ["updated_at", "2016-10-07 18:56:48.706537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis at accusamus exercitationem.\",\"body\":\"We need to input the mobile AI application!\"}"], ["created_at", "2016-10-07 18:56:48.707576"], ["updated_at", "2016-10-07 18:56:48.707576"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et optio ut.\",\"body\":\"The USB port is down, bypass the solid state microchip so we can compress the AI capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.708442"], ["updated_at", "2016-10-07 18:56:48.708442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam quia dolor rerum minima dolorem consequatur excepturi.\",\"body\":\"Use the bluetooth JBOD monitor, then you can synthesize the 1080p capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.709323"], ["updated_at", "2016-10-07 18:56:48.709323"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum error fugit reiciendis qui.\",\"body\":\"Try to quantify the GB circuit, maybe it will reboot the optical bus!\"}"], ["created_at", "2016-10-07 18:56:48.710178"], ["updated_at", "2016-10-07 18:56:48.710178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem nobis tempora minus quia.\",\"body\":\"We need to parse the virtual HDD card!\"}"], ["created_at", "2016-10-07 18:56:48.711078"], ["updated_at", "2016-10-07 18:56:48.711078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo dolores ea.\",\"body\":\"Try to override the SQL bandwidth, maybe it will back up the digital port!\"}"], ["created_at", "2016-10-07 18:56:48.711941"], ["updated_at", "2016-10-07 18:56:48.711941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur voluptatem tempore esse deserunt veniam expedita.\",\"body\":\"You can't generate the microchip without transmitting the neural SCSI array!\"}"], ["created_at", "2016-10-07 18:56:48.712806"], ["updated_at", "2016-10-07 18:56:48.712806"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur non molestiae expedita voluptatibus molestias.\",\"body\":\"I'll back up the digital HDD protocol, that should protocol the XML alarm!\"}"], ["created_at", "2016-10-07 18:56:48.713659"], ["updated_at", "2016-10-07 18:56:48.713659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut est a quis.\",\"body\":\"Hacking the pixel won't do anything, we need to navigate the virtual http hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.714572"], ["updated_at", "2016-10-07 18:56:48.714572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit corporis aut est deserunt qui neque.\",\"body\":\"If we navigate the program, we can get to the SAS microchip through the online ADP alarm!\"}"], ["created_at", "2016-10-07 18:56:48.715450"], ["updated_at", "2016-10-07 18:56:48.715450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero doloribus quis.\",\"body\":\"Quantifying the monitor won't do anything, we need to override the back-end ib port!\"}"], ["created_at", "2016-10-07 18:56:48.716304"], ["updated_at", "2016-10-07 18:56:48.716304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas animi placeat dicta rerum qui minus.\",\"body\":\"Backing up the pixel won't do anything, we need to synthesize the 1080p sdd microchip!\"}"], ["created_at", "2016-10-07 18:56:48.717152"], ["updated_at", "2016-10-07 18:56:48.717152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos praesentium aut illum.\",\"body\":\"The IB port is down, index the neural card so we can synthesize the JSON transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.718015"], ["updated_at", "2016-10-07 18:56:48.718015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim sit omnis dolorem.\",\"body\":\"Use the primary AGP driver, then you can input the wireless alarm!\"}"], ["created_at", "2016-10-07 18:56:48.718918"], ["updated_at", "2016-10-07 18:56:48.718918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus harum expedita aliquid fugiat ipsa.\",\"body\":\"If we synthesize the panel, we can get to the USB bandwidth through the redundant SDD circuit!\"}"], ["created_at", "2016-10-07 18:56:48.719776"], ["updated_at", "2016-10-07 18:56:48.719776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet consequatur et rerum minus a dolorem.\",\"body\":\"We need to copy the optical GB panel!\"}"], ["created_at", "2016-10-07 18:56:48.720628"], ["updated_at", "2016-10-07 18:56:48.720628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente fuga quo maiores numquam similique doloremque dolor.\",\"body\":\"I'll index the haptic SAS protocol, that should hard drive the JBOD transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.721514"], ["updated_at", "2016-10-07 18:56:48.721514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam ex praesentium et et ut dolorum voluptas.\",\"body\":\"Use the virtual GB sensor, then you can index the redundant interface!\"}"], ["created_at", "2016-10-07 18:56:48.722372"], ["updated_at", "2016-10-07 18:56:48.722372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore possimus voluptates voluptate ut dolorem.\",\"body\":\"I'll hack the back-end SSL protocol, that should program the PCI sensor!\"}"], ["created_at", "2016-10-07 18:56:48.723280"], ["updated_at", "2016-10-07 18:56:48.723280"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque rerum perferendis qui labore ipsa est pariatur.\",\"body\":\"The COM sensor is down, program the neural card so we can generate the TCP card!\"}"], ["created_at", "2016-10-07 18:56:48.724137"], ["updated_at", "2016-10-07 18:56:48.724137"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus a alias aperiam similique quia.\",\"body\":\"Synthesizing the alarm won't do anything, we need to quantify the mobile adp bus!\"}"], ["created_at", "2016-10-07 18:56:48.725006"], ["updated_at", "2016-10-07 18:56:48.725006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et inventore ut placeat rerum rerum.\",\"body\":\"Try to quantify the SQL sensor, maybe it will calculate the auxiliary bus!\"}"], ["created_at", "2016-10-07 18:56:48.725882"], ["updated_at", "2016-10-07 18:56:48.725882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti dolores esse impedit omnis dolore.\",\"body\":\"I'll back up the auxiliary RSS system, that should application the THX panel!\"}"], ["created_at", "2016-10-07 18:56:48.726784"], ["updated_at", "2016-10-07 18:56:48.726784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati earum repudiandae est est.\",\"body\":\"Compressing the interface won't do anything, we need to override the cross-platform gb program!\"}"], ["created_at", "2016-10-07 18:56:48.727647"], ["updated_at", "2016-10-07 18:56:48.727647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum nostrum tempora asperiores facere possimus.\",\"body\":\"The XSS pixel is down, compress the haptic pixel so we can index the EXE program!\"}"], ["created_at", "2016-10-07 18:56:48.728505"], ["updated_at", "2016-10-07 18:56:48.728505"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas voluptas ut.\",\"body\":\"We need to synthesize the wireless THX panel!\"}"], ["created_at", "2016-10-07 18:56:48.729362"], ["updated_at", "2016-10-07 18:56:48.729362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem vel neque.\",\"body\":\"You can't reboot the circuit without transmitting the primary SCSI microchip!\"}"], ["created_at", "2016-10-07 18:56:48.730224"], ["updated_at", "2016-10-07 18:56:48.730224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A iste consequatur officia.\",\"body\":\"Use the mobile AGP interface, then you can program the 1080p panel!\"}"], ["created_at", "2016-10-07 18:56:48.731118"], ["updated_at", "2016-10-07 18:56:48.731118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam harum porro incidunt maiores facilis quidem.\",\"body\":\"Try to parse the AGP bandwidth, maybe it will connect the solid state capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.731986"], ["updated_at", "2016-10-07 18:56:48.731986"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum cupiditate voluptatibus beatae molestias facilis.\",\"body\":\"Programming the bandwidth won't do anything, we need to quantify the online ram interface!\"}"], ["created_at", "2016-10-07 18:56:48.732836"], ["updated_at", "2016-10-07 18:56:48.732836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam nulla a.\",\"body\":\"Use the cross-platform THX sensor, then you can navigate the wireless interface!\"}"], ["created_at", "2016-10-07 18:56:48.733703"], ["updated_at", "2016-10-07 18:56:48.733703"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores minima incidunt non aliquam et voluptatem ab.\",\"body\":\"Use the online HDD pixel, then you can input the solid state bus!\"}"], ["created_at", "2016-10-07 18:56:48.734633"], ["updated_at", "2016-10-07 18:56:48.734633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut delectus illo velit dolorem.\",\"body\":\"We need to connect the solid state IB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.735520"], ["updated_at", "2016-10-07 18:56:48.735520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo quaerat ullam.\",\"body\":\"If we index the array, we can get to the AI feed through the primary SMTP alarm!\"}"], ["created_at", "2016-10-07 18:56:48.736396"], ["updated_at", "2016-10-07 18:56:48.736396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed cupiditate tenetur ipsam nisi dolores.\",\"body\":\"The RSS monitor is down, override the cross-platform bandwidth so we can bypass the EXE feed!\"}"], ["created_at", "2016-10-07 18:56:48.737262"], ["updated_at", "2016-10-07 18:56:48.737262"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam sequi maiores minus non error quis saepe.\",\"body\":\"You can't bypass the alarm without transmitting the cross-platform SCSI bus!\"}"], ["created_at", "2016-10-07 18:56:48.738122"], ["updated_at", "2016-10-07 18:56:48.738122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolorum numquam rerum praesentium ut.\",\"body\":\"Quantifying the array won't do anything, we need to override the primary thx sensor!\"}"], ["created_at", "2016-10-07 18:56:48.738981"], ["updated_at", "2016-10-07 18:56:48.738981"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate perspiciatis labore.\",\"body\":\"If we hack the hard drive, we can get to the SCSI microchip through the optical FTP system!\"}"], ["created_at", "2016-10-07 18:56:48.739831"], ["updated_at", "2016-10-07 18:56:48.739831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A sed ipsam quidem molestiae dolorum ullam voluptas.\",\"body\":\"Try to hack the SCSI interface, maybe it will navigate the 1080p monitor!\"}"], ["created_at", "2016-10-07 18:56:48.740681"], ["updated_at", "2016-10-07 18:56:48.740681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem nihil id nihil.\",\"body\":\"You can't back up the driver without indexing the online SQL hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.741540"], ["updated_at", "2016-10-07 18:56:48.741540"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio sed odit.\",\"body\":\"We need to override the cross-platform RAM array!\"}"], ["created_at", "2016-10-07 18:56:48.742385"], ["updated_at", "2016-10-07 18:56:48.742385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error aut veniam.\",\"body\":\"If we index the microchip, we can get to the XSS circuit through the primary IB panel!\"}"], ["created_at", "2016-10-07 18:56:48.743249"], ["updated_at", "2016-10-07 18:56:48.743249"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae nam non alias est et.\",\"body\":\"You can't index the matrix without indexing the redundant RSS sensor!\"}"], ["created_at", "2016-10-07 18:56:48.744118"], ["updated_at", "2016-10-07 18:56:48.744118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus molestias vitae odit qui.\",\"body\":\"If we copy the bandwidth, we can get to the RSS hard drive through the cross-platform CSS driver!\"}"], ["created_at", "2016-10-07 18:56:48.745118"], ["updated_at", "2016-10-07 18:56:48.745118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi nostrum quo.\",\"body\":\"Try to reboot the PCI panel, maybe it will index the cross-platform bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.746050"], ["updated_at", "2016-10-07 18:56:48.746050"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio consequatur est omnis.\",\"body\":\"If we generate the system, we can get to the SDD system through the redundant XML monitor!\"}"], ["created_at", "2016-10-07 18:56:48.746939"], ["updated_at", "2016-10-07 18:56:48.746939"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente placeat fugiat nostrum velit dolor facere non.\",\"body\":\"Programming the protocol won't do anything, we need to input the digital exe microchip!\"}"], ["created_at", "2016-10-07 18:56:48.747802"], ["updated_at", "2016-10-07 18:56:48.747802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt eum officia error assumenda consequatur eos repellendus.\",\"body\":\"Use the neural HDD system, then you can back up the online bus!\"}"], ["created_at", "2016-10-07 18:56:48.748671"], ["updated_at", "2016-10-07 18:56:48.748671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam sunt dignissimos id perferendis.\",\"body\":\"I'll connect the neural PCI bus, that should panel the JSON card!\"}"], ["created_at", "2016-10-07 18:56:48.749538"], ["updated_at", "2016-10-07 18:56:48.749538"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores ut qui suscipit perspiciatis sit.\",\"body\":\"Synthesizing the firewall won't do anything, we need to program the digital ftp driver!\"}"], ["created_at", "2016-10-07 18:56:48.750390"], ["updated_at", "2016-10-07 18:56:48.750390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi sit eligendi laudantium.\",\"body\":\"Hacking the driver won't do anything, we need to hack the multi-byte xml protocol!\"}"], ["created_at", "2016-10-07 18:56:48.751281"], ["updated_at", "2016-10-07 18:56:48.751281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium voluptatem vel quia.\",\"body\":\"Overriding the array won't do anything, we need to connect the optical hdd application!\"}"], ["created_at", "2016-10-07 18:56:48.752142"], ["updated_at", "2016-10-07 18:56:48.752142"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non veniam ipsam tempora.\",\"body\":\"We need to calculate the bluetooth SMTP program!\"}"], ["created_at", "2016-10-07 18:56:48.753013"], ["updated_at", "2016-10-07 18:56:48.753013"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est minus doloremque.\",\"body\":\"Use the auxiliary IB transmitter, then you can reboot the neural bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.753863"], ["updated_at", "2016-10-07 18:56:48.753863"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium labore dolores vero a.\",\"body\":\"I'll compress the primary IB system, that should monitor the RSS microchip!\"}"], ["created_at", "2016-10-07 18:56:48.754767"], ["updated_at", "2016-10-07 18:56:48.754767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam dolorem et.\",\"body\":\"You can't calculate the card without overriding the online ADP matrix!\"}"], ["created_at", "2016-10-07 18:56:48.755636"], ["updated_at", "2016-10-07 18:56:48.755636"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui possimus asperiores.\",\"body\":\"If we hack the bandwidth, we can get to the USB firewall through the redundant SMS program!\"}"], ["created_at", "2016-10-07 18:56:48.756502"], ["updated_at", "2016-10-07 18:56:48.756502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum animi omnis eligendi pariatur.\",\"body\":\"Use the 1080p SMTP circuit, then you can quantify the open-source monitor!\"}"], ["created_at", "2016-10-07 18:56:48.757388"], ["updated_at", "2016-10-07 18:56:48.757388"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis omnis ipsa.\",\"body\":\"Use the auxiliary SMS feed, then you can synthesize the open-source system!\"}"], ["created_at", "2016-10-07 18:56:48.758248"], ["updated_at", "2016-10-07 18:56:48.758248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum quas doloribus voluptas.\",\"body\":\"I'll reboot the mobile HTTP port, that should capacitor the SMS program!\"}"], ["created_at", "2016-10-07 18:56:48.759172"], ["updated_at", "2016-10-07 18:56:48.759172"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor perspiciatis magni et.\",\"body\":\"We need to input the virtual PCI application!\"}"], ["created_at", "2016-10-07 18:56:48.760042"], ["updated_at", "2016-10-07 18:56:48.760042"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus impedit ipsum sit nesciunt vero quia.\",\"body\":\"Use the digital SSL protocol, then you can override the auxiliary interface!\"}"], ["created_at", "2016-10-07 18:56:48.760918"], ["updated_at", "2016-10-07 18:56:48.760918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem quisquam ducimus eos rerum consequuntur officiis quia.\",\"body\":\"The COM firewall is down, input the wireless sensor so we can hack the RSS card!\"}"], ["created_at", "2016-10-07 18:56:48.761820"], ["updated_at", "2016-10-07 18:56:48.761820"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum veritatis praesentium odio impedit cum repellat.\",\"body\":\"If we program the circuit, we can get to the SDD protocol through the back-end SMTP panel!\"}"], ["created_at", "2016-10-07 18:56:48.762741"], ["updated_at", "2016-10-07 18:56:48.762741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo et non dolores.\",\"body\":\"I'll bypass the auxiliary AI feed, that should bandwidth the ADP transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.763610"], ["updated_at", "2016-10-07 18:56:48.763610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis inventore id repellat est provident.\",\"body\":\"Parsing the matrix won't do anything, we need to override the auxiliary json microchip!\"}"], ["created_at", "2016-10-07 18:56:48.764530"], ["updated_at", "2016-10-07 18:56:48.764530"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur ipsa numquam non et distinctio.\",\"body\":\"Try to hack the SMTP capacitor, maybe it will quantify the multi-byte matrix!\"}"], ["created_at", "2016-10-07 18:56:48.765499"], ["updated_at", "2016-10-07 18:56:48.765499"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos sed laborum occaecati.\",\"body\":\"If we calculate the capacitor, we can get to the EXE microchip through the online FTP panel!\"}"], ["created_at", "2016-10-07 18:56:48.766673"], ["updated_at", "2016-10-07 18:56:48.766673"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit non reprehenderit.\",\"body\":\"You can't transmit the monitor without generating the digital THX bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.767873"], ["updated_at", "2016-10-07 18:56:48.767873"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim dignissimos ex deserunt quod aliquid minus.\",\"body\":\"Bypassing the monitor won't do anything, we need to index the open-source sdd monitor!\"}"], ["created_at", "2016-10-07 18:56:48.769329"], ["updated_at", "2016-10-07 18:56:48.769329"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam fugiat dolorem omnis dolorum.\",\"body\":\"We need to input the 1080p SCSI feed!\"}"], ["created_at", "2016-10-07 18:56:48.771907"], ["updated_at", "2016-10-07 18:56:48.771907"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi quaerat dicta quibusdam.\",\"body\":\"Use the cross-platform RSS hard drive, then you can transmit the primary microchip!\"}"], ["created_at", "2016-10-07 18:56:48.773822"], ["updated_at", "2016-10-07 18:56:48.773822"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eum tempore ullam deleniti aut.\",\"body\":\"We need to calculate the bluetooth ADP transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.776436"], ["updated_at", "2016-10-07 18:56:48.776436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus illo aut iure.\",\"body\":\"The ADP monitor is down, transmit the virtual program so we can input the FTP matrix!\"}"], ["created_at", "2016-10-07 18:56:48.777459"], ["updated_at", "2016-10-07 18:56:48.777459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel adipisci eum eum molestias sequi.\",\"body\":\"You can't parse the microchip without copying the cross-platform HTTP circuit!\"}"], ["created_at", "2016-10-07 18:56:48.778395"], ["updated_at", "2016-10-07 18:56:48.778395"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum doloremque itaque vel dolor nihil.\",\"body\":\"If we calculate the protocol, we can get to the SSL application through the auxiliary JSON microchip!\"}"], ["created_at", "2016-10-07 18:56:48.779354"], ["updated_at", "2016-10-07 18:56:48.779354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque eaque soluta facilis sit vitae.\",\"body\":\"Programming the hard drive won't do anything, we need to hack the online pci application!\"}"], ["created_at", "2016-10-07 18:56:48.780372"], ["updated_at", "2016-10-07 18:56:48.780372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti rem sunt eum quasi.\",\"body\":\"Try to transmit the AGP pixel, maybe it will bypass the digital application!\"}"], ["created_at", "2016-10-07 18:56:48.781354"], ["updated_at", "2016-10-07 18:56:48.781354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam esse cupiditate quidem vero.\",\"body\":\"We need to calculate the auxiliary CSS feed!\"}"], ["created_at", "2016-10-07 18:56:48.782276"], ["updated_at", "2016-10-07 18:56:48.782276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo et distinctio et enim odit.\",\"body\":\"We need to bypass the 1080p ADP protocol!\"}"], ["created_at", "2016-10-07 18:56:48.783228"], ["updated_at", "2016-10-07 18:56:48.783228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum voluptas quam corrupti.\",\"body\":\"Try to copy the USB port, maybe it will compress the redundant bus!\"}"], ["created_at", "2016-10-07 18:56:48.784117"], ["updated_at", "2016-10-07 18:56:48.784117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae et ut.\",\"body\":\"Use the haptic SMTP driver, then you can back up the optical pixel!\"}"], ["created_at", "2016-10-07 18:56:48.784999"], ["updated_at", "2016-10-07 18:56:48.784999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores cumque et molestiae.\",\"body\":\"If we program the alarm, we can get to the AGP array through the back-end HDD alarm!\"}"], ["created_at", "2016-10-07 18:56:48.785911"], ["updated_at", "2016-10-07 18:56:48.785911"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate perspiciatis sed sapiente aut provident ullam quod.\",\"body\":\"I'll bypass the open-source RAM capacitor, that should array the COM driver!\"}"], ["created_at", "2016-10-07 18:56:48.786841"], ["updated_at", "2016-10-07 18:56:48.786841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi possimus qui libero molestias omnis non fugiat.\",\"body\":\"I'll back up the neural SDD monitor, that should protocol the HDD matrix!\"}"], ["created_at", "2016-10-07 18:56:48.787737"], ["updated_at", "2016-10-07 18:56:48.787737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam temporibus corrupti soluta.\",\"body\":\"Hacking the capacitor won't do anything, we need to calculate the multi-byte sdd capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.788650"], ["updated_at", "2016-10-07 18:56:48.788650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est rerum ipsa libero magni et quibusdam.\",\"body\":\"You can't calculate the protocol without overriding the haptic RSS pixel!\"}"], ["created_at", "2016-10-07 18:56:48.789570"], ["updated_at", "2016-10-07 18:56:48.789570"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias modi culpa consectetur amet officia.\",\"body\":\"I'll parse the open-source USB circuit, that should card the RAM capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.790442"], ["updated_at", "2016-10-07 18:56:48.790442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et autem velit.\",\"body\":\"We need to transmit the optical XML feed!\"}"], ["created_at", "2016-10-07 18:56:48.791340"], ["updated_at", "2016-10-07 18:56:48.791340"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde soluta pariatur quaerat dolorem atque ea.\",\"body\":\"You can't compress the feed without transmitting the online SSL panel!\"}"], ["created_at", "2016-10-07 18:56:48.792211"], ["updated_at", "2016-10-07 18:56:48.792211"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium nesciunt odio eum nisi non.\",\"body\":\"I'll copy the back-end SMTP bandwidth, that should array the HTTP circuit!\"}"], ["created_at", "2016-10-07 18:56:48.793099"], ["updated_at", "2016-10-07 18:56:48.793099"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia voluptatum velit enim nobis aut.\",\"body\":\"We need to program the redundant USB feed!\"}"], ["created_at", "2016-10-07 18:56:48.793968"], ["updated_at", "2016-10-07 18:56:48.793968"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam quas deserunt voluptate dolorum harum sunt.\",\"body\":\"Use the 1080p TCP driver, then you can reboot the haptic bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.794869"], ["updated_at", "2016-10-07 18:56:48.794869"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae sed architecto ut aliquid nisi praesentium.\",\"body\":\"We need to program the 1080p USB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.795761"], ["updated_at", "2016-10-07 18:56:48.795761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit sed fuga adipisci iusto sed aliquid.\",\"body\":\"The COM program is down, quantify the open-source system so we can input the ADP interface!\"}"], ["created_at", "2016-10-07 18:56:48.796649"], ["updated_at", "2016-10-07 18:56:48.796649"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate libero qui nulla molestiae enim quia magni.\",\"body\":\"We need to calculate the mobile RAM transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.797523"], ["updated_at", "2016-10-07 18:56:48.797523"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet culpa ut et iure iste.\",\"body\":\"The AGP driver is down, hack the digital transmitter so we can synthesize the FTP alarm!\"}"], ["created_at", "2016-10-07 18:56:48.798431"], ["updated_at", "2016-10-07 18:56:48.798431"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima facere magni veritatis.\",\"body\":\"You can't calculate the circuit without copying the auxiliary HDD firewall!\"}"], ["created_at", "2016-10-07 18:56:48.799433"], ["updated_at", "2016-10-07 18:56:48.799433"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sunt dolorem qui enim laudantium.\",\"body\":\"You can't hack the program without backing up the 1080p XSS application!\"}"], ["created_at", "2016-10-07 18:56:48.800328"], ["updated_at", "2016-10-07 18:56:48.800328"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi quae magnam distinctio deserunt aut error dolorem.\",\"body\":\"If we quantify the firewall, we can get to the FTP pixel through the mobile EXE bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.801222"], ["updated_at", "2016-10-07 18:56:48.801222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio exercitationem voluptatum non molestias quia voluptatem.\",\"body\":\"I'll override the bluetooth RAM pixel, that should microchip the SCSI program!\"}"], ["created_at", "2016-10-07 18:56:48.802126"], ["updated_at", "2016-10-07 18:56:48.802126"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas quis fuga enim et inventore incidunt eum.\",\"body\":\"If we compress the port, we can get to the HDD array through the primary HDD panel!\"}"], ["created_at", "2016-10-07 18:56:48.803052"], ["updated_at", "2016-10-07 18:56:48.803052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem veritatis et quia.\",\"body\":\"I'll back up the redundant SQL interface, that should card the COM port!\"}"], ["created_at", "2016-10-07 18:56:48.803957"], ["updated_at", "2016-10-07 18:56:48.803957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores modi consequatur quia soluta quia velit.\",\"body\":\"You can't calculate the program without overriding the neural RAM capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.804849"], ["updated_at", "2016-10-07 18:56:48.804849"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo ut minima laboriosam commodi.\",\"body\":\"The SMTP array is down, copy the online card so we can reboot the AGP array!\"}"], ["created_at", "2016-10-07 18:56:48.805729"], ["updated_at", "2016-10-07 18:56:48.805729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error atque ipsum neque et quis illum eius.\",\"body\":\"Try to quantify the AI driver, maybe it will navigate the digital interface!\"}"], ["created_at", "2016-10-07 18:56:48.806621"], ["updated_at", "2016-10-07 18:56:48.806621"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem porro possimus placeat ipsum pariatur doloribus.\",\"body\":\"I'll connect the primary AI pixel, that should driver the SDD bus!\"}"], ["created_at", "2016-10-07 18:56:48.807548"], ["updated_at", "2016-10-07 18:56:48.807548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quibusdam eos.\",\"body\":\"Try to parse the SMTP application, maybe it will program the cross-platform system!\"}"], ["created_at", "2016-10-07 18:56:48.808577"], ["updated_at", "2016-10-07 18:56:48.808577"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur suscipit sint distinctio qui voluptates eum rerum.\",\"body\":\"You can't calculate the protocol without connecting the wireless SCSI pixel!\"}"], ["created_at", "2016-10-07 18:56:48.809541"], ["updated_at", "2016-10-07 18:56:48.809541"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique facilis voluptatibus.\",\"body\":\"We need to hack the optical HTTP alarm!\"}"], ["created_at", "2016-10-07 18:56:48.810494"], ["updated_at", "2016-10-07 18:56:48.810494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores dolorum numquam dolores ratione sunt.\",\"body\":\"Try to program the GB driver, maybe it will index the online interface!\"}"], ["created_at", "2016-10-07 18:56:48.811476"], ["updated_at", "2016-10-07 18:56:48.811476"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui animi ducimus.\",\"body\":\"If we program the array, we can get to the SQL card through the redundant IB pixel!\"}"], ["created_at", "2016-10-07 18:56:48.812462"], ["updated_at", "2016-10-07 18:56:48.812462"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis aliquam maiores.\",\"body\":\"If we quantify the matrix, we can get to the ADP card through the virtual AI application!\"}"], ["created_at", "2016-10-07 18:56:48.813441"], ["updated_at", "2016-10-07 18:56:48.813441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil placeat quia consequatur ut libero.\",\"body\":\"If we generate the interface, we can get to the JSON hard drive through the optical AGP matrix!\"}"], ["created_at", "2016-10-07 18:56:48.814423"], ["updated_at", "2016-10-07 18:56:48.814423"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus et nisi repudiandae eum nulla quos voluptas.\",\"body\":\"Transmitting the monitor won't do anything, we need to connect the online xml protocol!\"}"], ["created_at", "2016-10-07 18:56:48.815429"], ["updated_at", "2016-10-07 18:56:48.815429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates alias consectetur ut ex.\",\"body\":\"Generating the sensor won't do anything, we need to connect the primary rss feed!\"}"], ["created_at", "2016-10-07 18:56:48.816388"], ["updated_at", "2016-10-07 18:56:48.816388"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis consequatur et quis magni et.\",\"body\":\"You can't reboot the system without overriding the virtual THX port!\"}"], ["created_at", "2016-10-07 18:56:48.817288"], ["updated_at", "2016-10-07 18:56:48.817288"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate mollitia inventore.\",\"body\":\"If we reboot the circuit, we can get to the SAS array through the open-source SMS bus!\"}"], ["created_at", "2016-10-07 18:56:48.818168"], ["updated_at", "2016-10-07 18:56:48.818168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur consequatur sit.\",\"body\":\"Try to bypass the JBOD hard drive, maybe it will quantify the solid state hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.819096"], ["updated_at", "2016-10-07 18:56:48.819096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde nihil labore asperiores.\",\"body\":\"I'll calculate the back-end SDD capacitor, that should protocol the JBOD port!\"}"], ["created_at", "2016-10-07 18:56:48.819978"], ["updated_at", "2016-10-07 18:56:48.819978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam quibusdam est.\",\"body\":\"We need to generate the primary JBOD program!\"}"], ["created_at", "2016-10-07 18:56:48.820871"], ["updated_at", "2016-10-07 18:56:48.820871"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ut sit voluptas.\",\"body\":\"If we back up the microchip, we can get to the SQL system through the multi-byte SMS microchip!\"}"], ["created_at", "2016-10-07 18:56:48.821746"], ["updated_at", "2016-10-07 18:56:48.821746"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem voluptatem voluptas sit ea tempore voluptas.\",\"body\":\"Use the haptic TCP driver, then you can synthesize the back-end program!\"}"], ["created_at", "2016-10-07 18:56:48.822669"], ["updated_at", "2016-10-07 18:56:48.822669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In odio molestiae dicta corporis sit.\",\"body\":\"Compressing the interface won't do anything, we need to bypass the wireless png transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.823577"], ["updated_at", "2016-10-07 18:56:48.823577"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A blanditiis illum ipsam rerum nobis maiores vel.\",\"body\":\"Try to transmit the USB system, maybe it will compress the online system!\"}"], ["created_at", "2016-10-07 18:56:48.824469"], ["updated_at", "2016-10-07 18:56:48.824469"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi voluptatem et.\",\"body\":\"If we bypass the card, we can get to the GB matrix through the wireless SDD firewall!\"}"], ["created_at", "2016-10-07 18:56:48.825362"], ["updated_at", "2016-10-07 18:56:48.825362"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio eligendi hic tempora autem.\",\"body\":\"The RSS pixel is down, calculate the primary card so we can override the FTP system!\"}"], ["created_at", "2016-10-07 18:56:48.826386"], ["updated_at", "2016-10-07 18:56:48.826386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt itaque fugiat et.\",\"body\":\"You can't synthesize the monitor without transmitting the redundant CSS feed!\"}"], ["created_at", "2016-10-07 18:56:48.827374"], ["updated_at", "2016-10-07 18:56:48.827374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam delectus ut consequatur voluptates architecto.\",\"body\":\"Backing up the monitor won't do anything, we need to transmit the open-source exe program!\"}"], ["created_at", "2016-10-07 18:56:48.828282"], ["updated_at", "2016-10-07 18:56:48.828282"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quae ipsa sunt natus laudantium nemo.\",\"body\":\"You can't parse the driver without bypassing the redundant FTP driver!\"}"], ["created_at", "2016-10-07 18:56:48.829233"], ["updated_at", "2016-10-07 18:56:48.829233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo ex quis omnis.\",\"body\":\"We need to reboot the primary SDD system!\"}"], ["created_at", "2016-10-07 18:56:48.830201"], ["updated_at", "2016-10-07 18:56:48.830201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum fugiat molestiae tenetur animi rerum ut.\",\"body\":\"You can't quantify the alarm without indexing the redundant ADP protocol!\"}"], ["created_at", "2016-10-07 18:56:48.831187"], ["updated_at", "2016-10-07 18:56:48.831187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt cum voluptatem beatae quia magnam officiis.\",\"body\":\"Try to connect the SSL protocol, maybe it will back up the mobile array!\"}"], ["created_at", "2016-10-07 18:56:48.832093"], ["updated_at", "2016-10-07 18:56:48.832093"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos quibusdam quaerat quasi id omnis omnis.\",\"body\":\"Use the solid state SAS alarm, then you can compress the 1080p bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.832973"], ["updated_at", "2016-10-07 18:56:48.832973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate veritatis accusantium illum quo beatae in rerum.\",\"body\":\"Try to calculate the GB sensor, maybe it will transmit the 1080p card!\"}"], ["created_at", "2016-10-07 18:56:48.833863"], ["updated_at", "2016-10-07 18:56:48.833863"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione reiciendis est.\",\"body\":\"The SCSI matrix is down, bypass the 1080p application so we can compress the AGP pixel!\"}"], ["created_at", "2016-10-07 18:56:48.834777"], ["updated_at", "2016-10-07 18:56:48.834777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias quod iste adipisci impedit quaerat.\",\"body\":\"Use the solid state USB array, then you can parse the open-source circuit!\"}"], ["created_at", "2016-10-07 18:56:48.835670"], ["updated_at", "2016-10-07 18:56:48.835670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id cum neque quas expedita et aut consequatur.\",\"body\":\"If we program the port, we can get to the JBOD alarm through the wireless PNG port!\"}"], ["created_at", "2016-10-07 18:56:48.836552"], ["updated_at", "2016-10-07 18:56:48.836552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas aut nisi.\",\"body\":\"I'll override the primary CSS sensor, that should hard drive the HDD sensor!\"}"], ["created_at", "2016-10-07 18:56:48.837456"], ["updated_at", "2016-10-07 18:56:48.837456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed rerum nam at corporis.\",\"body\":\"If we parse the firewall, we can get to the XSS firewall through the neural SMTP interface!\"}"], ["created_at", "2016-10-07 18:56:48.838319"], ["updated_at", "2016-10-07 18:56:48.838319"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat mollitia omnis asperiores culpa.\",\"body\":\"Try to compress the EXE array, maybe it will override the primary driver!\"}"], ["created_at", "2016-10-07 18:56:48.839276"], ["updated_at", "2016-10-07 18:56:48.839276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore perferendis reiciendis minima molestias consequatur officiis est.\",\"body\":\"Programming the panel won't do anything, we need to connect the optical ai bus!\"}"], ["created_at", "2016-10-07 18:56:48.840176"], ["updated_at", "2016-10-07 18:56:48.840176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis expedita dolor voluptates ut nisi.\",\"body\":\"I'll connect the open-source ADP microchip, that should microchip the FTP microchip!\"}"], ["created_at", "2016-10-07 18:56:48.841078"], ["updated_at", "2016-10-07 18:56:48.841078"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit est ad blanditiis dolores suscipit.\",\"body\":\"You can't override the bandwidth without synthesizing the solid state USB matrix!\"}"], ["created_at", "2016-10-07 18:56:48.842009"], ["updated_at", "2016-10-07 18:56:48.842009"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate porro sed voluptatem cupiditate quo.\",\"body\":\"You can't calculate the application without bypassing the haptic USB circuit!\"}"], ["created_at", "2016-10-07 18:56:48.842918"], ["updated_at", "2016-10-07 18:56:48.842918"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui officiis quo enim optio vero.\",\"body\":\"I'll calculate the virtual GB capacitor, that should pixel the AGP monitor!\"}"], ["created_at", "2016-10-07 18:56:48.843816"], ["updated_at", "2016-10-07 18:56:48.843816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor alias in voluptatem officiis occaecati vitae.\",\"body\":\"Try to navigate the SAS pixel, maybe it will calculate the online interface!\"}"], ["created_at", "2016-10-07 18:56:48.844702"], ["updated_at", "2016-10-07 18:56:48.844702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas vel molestias aut.\",\"body\":\"I'll quantify the open-source SCSI application, that should sensor the USB hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.845574"], ["updated_at", "2016-10-07 18:56:48.845574"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ut aut natus.\",\"body\":\"I'll reboot the neural SSL sensor, that should transmitter the FTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.846481"], ["updated_at", "2016-10-07 18:56:48.846481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio velit reiciendis.\",\"body\":\"Hacking the program won't do anything, we need to override the bluetooth json capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.847452"], ["updated_at", "2016-10-07 18:56:48.847452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae earum amet reprehenderit pariatur.\",\"body\":\"You can't input the port without parsing the auxiliary RSS feed!\"}"], ["created_at", "2016-10-07 18:56:48.848349"], ["updated_at", "2016-10-07 18:56:48.848349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A ducimus distinctio quia laborum.\",\"body\":\"The HDD bandwidth is down, back up the solid state protocol so we can navigate the HDD driver!\"}"], ["created_at", "2016-10-07 18:56:48.849234"], ["updated_at", "2016-10-07 18:56:48.849234"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum nisi officiis quos libero impedit mollitia provident.\",\"body\":\"Use the neural HTTP alarm, then you can synthesize the solid state microchip!\"}"], ["created_at", "2016-10-07 18:56:48.850130"], ["updated_at", "2016-10-07 18:56:48.850130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae aspernatur voluptate.\",\"body\":\"You can't navigate the hard drive without generating the redundant COM system!\"}"], ["created_at", "2016-10-07 18:56:48.851067"], ["updated_at", "2016-10-07 18:56:48.851067"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus quam nostrum sunt.\",\"body\":\"We need to index the 1080p CSS array!\"}"], ["created_at", "2016-10-07 18:56:48.851962"], ["updated_at", "2016-10-07 18:56:48.851962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro quis dolorem rerum sit est.\",\"body\":\"The TCP bandwidth is down, calculate the wireless panel so we can back up the TCP hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.852843"], ["updated_at", "2016-10-07 18:56:48.852843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente tempora alias labore explicabo dicta et quis.\",\"body\":\"We need to copy the solid state FTP protocol!\"}"], ["created_at", "2016-10-07 18:56:48.853726"], ["updated_at", "2016-10-07 18:56:48.853726"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla rerum non.\",\"body\":\"You can't compress the monitor without copying the online GB program!\"}"], ["created_at", "2016-10-07 18:56:48.854647"], ["updated_at", "2016-10-07 18:56:48.854647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium esse quae rerum maxime rerum aut praesentium.\",\"body\":\"Copying the pixel won't do anything, we need to calculate the haptic scsi protocol!\"}"], ["created_at", "2016-10-07 18:56:48.855583"], ["updated_at", "2016-10-07 18:56:48.855583"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ex aliquam quia numquam.\",\"body\":\"I'll back up the cross-platform SMS card, that should alarm the AI program!\"}"], ["created_at", "2016-10-07 18:56:48.856488"], ["updated_at", "2016-10-07 18:56:48.856488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem numquam itaque quasi facilis molestiae.\",\"body\":\"Use the cross-platform SMTP alarm, then you can quantify the back-end interface!\"}"], ["created_at", "2016-10-07 18:56:48.857378"], ["updated_at", "2016-10-07 18:56:48.857378"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi vitae qui odit eligendi fuga commodi.\",\"body\":\"The HDD panel is down, reboot the back-end card so we can connect the SMTP interface!\"}"], ["created_at", "2016-10-07 18:56:48.858269"], ["updated_at", "2016-10-07 18:56:48.858269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est veritatis magni ea corrupti.\",\"body\":\"If we override the driver, we can get to the AGP capacitor through the back-end RAM panel!\"}"], ["created_at", "2016-10-07 18:56:48.859202"], ["updated_at", "2016-10-07 18:56:48.859202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum omnis voluptatem quasi culpa eos autem.\",\"body\":\"If we hack the bandwidth, we can get to the PNG sensor through the 1080p GB system!\"}"], ["created_at", "2016-10-07 18:56:48.860105"], ["updated_at", "2016-10-07 18:56:48.860105"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim et recusandae sunt accusantium officiis earum.\",\"body\":\"You can't connect the circuit without generating the haptic CSS port!\"}"], ["created_at", "2016-10-07 18:56:48.860997"], ["updated_at", "2016-10-07 18:56:48.860997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita nihil iste et odit illo vero.\",\"body\":\"Use the open-source FTP application, then you can quantify the multi-byte transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.861933"], ["updated_at", "2016-10-07 18:56:48.861933"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis ut accusamus hic exercitationem dolor et velit.\",\"body\":\"The EXE interface is down, parse the cross-platform bus so we can calculate the AGP application!\"}"], ["created_at", "2016-10-07 18:56:48.862864"], ["updated_at", "2016-10-07 18:56:48.862864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quis est nihil similique.\",\"body\":\"We need to back up the open-source SDD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.863813"], ["updated_at", "2016-10-07 18:56:48.863813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta dolor consequatur laudantium.\",\"body\":\"If we input the bandwidth, we can get to the THX system through the neural JBOD sensor!\"}"], ["created_at", "2016-10-07 18:56:48.864743"], ["updated_at", "2016-10-07 18:56:48.864743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore quam est et doloribus qui.\",\"body\":\"The SSL sensor is down, quantify the online alarm so we can connect the THX bus!\"}"], ["created_at", "2016-10-07 18:56:48.865651"], ["updated_at", "2016-10-07 18:56:48.865651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi molestiae reiciendis aut dolores.\",\"body\":\"Use the multi-byte SMS bandwidth, then you can quantify the optical sensor!\"}"], ["created_at", "2016-10-07 18:56:48.866562"], ["updated_at", "2016-10-07 18:56:48.866562"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore in magnam sunt tenetur et modi tempora.\",\"body\":\"I'll reboot the primary SQL feed, that should microchip the XML capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.867477"], ["updated_at", "2016-10-07 18:56:48.867477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium omnis dolores eum ea.\",\"body\":\"I'll navigate the primary AGP interface, that should monitor the XSS program!\"}"], ["created_at", "2016-10-07 18:56:48.868386"], ["updated_at", "2016-10-07 18:56:48.868386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste ut dicta dolores sed.\",\"body\":\"The GB firewall is down, connect the multi-byte application so we can synthesize the COM microchip!\"}"], ["created_at", "2016-10-07 18:56:48.869297"], ["updated_at", "2016-10-07 18:56:48.869297"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis et dolorem quo.\",\"body\":\"Try to calculate the PNG card, maybe it will back up the online matrix!\"}"], ["created_at", "2016-10-07 18:56:48.870191"], ["updated_at", "2016-10-07 18:56:48.870191"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum inventore non saepe quia.\",\"body\":\"You can't calculate the feed without overriding the 1080p SSL program!\"}"], ["created_at", "2016-10-07 18:56:48.871096"], ["updated_at", "2016-10-07 18:56:48.871096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil voluptates ut iste labore laboriosam iure.\",\"body\":\"I'll back up the digital RAM application, that should bus the SMS hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.872001"], ["updated_at", "2016-10-07 18:56:48.872001"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis fugit quo molestias.\",\"body\":\"If we quantify the bandwidth, we can get to the SMS panel through the haptic XSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.872916"], ["updated_at", "2016-10-07 18:56:48.872916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde excepturi debitis in quod rerum dolorem temporibus.\",\"body\":\"I'll transmit the digital RSS interface, that should panel the XSS driver!\"}"], ["created_at", "2016-10-07 18:56:48.873826"], ["updated_at", "2016-10-07 18:56:48.873826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut esse ratione saepe sunt accusantium voluptates.\",\"body\":\"You can't navigate the system without synthesizing the digital USB program!\"}"], ["created_at", "2016-10-07 18:56:48.874715"], ["updated_at", "2016-10-07 18:56:48.874715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum sunt voluptatem ut ipsa omnis.\",\"body\":\"I'll navigate the primary SQL hard drive, that should circuit the CSS hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.875631"], ["updated_at", "2016-10-07 18:56:48.875631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat exercitationem quis omnis et et.\",\"body\":\"If we quantify the matrix, we can get to the JBOD interface through the online TCP interface!\"}"], ["created_at", "2016-10-07 18:56:48.876537"], ["updated_at", "2016-10-07 18:56:48.876537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nesciunt possimus ipsam est explicabo sed dolor.\",\"body\":\"We need to bypass the wireless ADP feed!\"}"], ["created_at", "2016-10-07 18:56:48.877435"], ["updated_at", "2016-10-07 18:56:48.877435"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos et nemo ea enim libero.\",\"body\":\"I'll hack the back-end JBOD hard drive, that should microchip the USB port!\"}"], ["created_at", "2016-10-07 18:56:48.878361"], ["updated_at", "2016-10-07 18:56:48.878361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero impedit perferendis ipsam in voluptates et laborum.\",\"body\":\"Use the virtual AGP matrix, then you can quantify the neural protocol!\"}"], ["created_at", "2016-10-07 18:56:48.879282"], ["updated_at", "2016-10-07 18:56:48.879282"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis alias vel nulla voluptas facilis.\",\"body\":\"You can't index the driver without connecting the multi-byte XML interface!\"}"], ["created_at", "2016-10-07 18:56:48.880174"], ["updated_at", "2016-10-07 18:56:48.880174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A eos itaque repellendus alias.\",\"body\":\"If we hack the array, we can get to the XSS array through the multi-byte SMTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:48.881063"], ["updated_at", "2016-10-07 18:56:48.881063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas iusto aut perspiciatis id voluptatibus.\",\"body\":\"You can't reboot the pixel without backing up the cross-platform JSON application!\"}"], ["created_at", "2016-10-07 18:56:48.881993"], ["updated_at", "2016-10-07 18:56:48.881993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore tempora ipsam et fugiat atque.\",\"body\":\"I'll parse the redundant COM interface, that should capacitor the HDD transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.882894"], ["updated_at", "2016-10-07 18:56:48.882894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam nostrum blanditiis.\",\"body\":\"I'll generate the open-source SDD firewall, that should protocol the JSON bus!\"}"], ["created_at", "2016-10-07 18:56:48.883786"], ["updated_at", "2016-10-07 18:56:48.883786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius tempora ad fugit.\",\"body\":\"The SMTP protocol is down, index the online sensor so we can reboot the ADP pixel!\"}"], ["created_at", "2016-10-07 18:56:48.884694"], ["updated_at", "2016-10-07 18:56:48.884694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et corrupti quas voluptatem officiis mollitia optio eligendi.\",\"body\":\"We need to synthesize the digital XML matrix!\"}"], ["created_at", "2016-10-07 18:56:48.885595"], ["updated_at", "2016-10-07 18:56:48.885595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non voluptas reprehenderit.\",\"body\":\"The EXE application is down, navigate the online port so we can compress the TCP array!\"}"], ["created_at", "2016-10-07 18:56:48.886481"], ["updated_at", "2016-10-07 18:56:48.886481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non veniam ut.\",\"body\":\"If we synthesize the application, we can get to the SDD interface through the wireless AGP monitor!\"}"], ["created_at", "2016-10-07 18:56:48.887404"], ["updated_at", "2016-10-07 18:56:48.887404"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ut et expedita aut rem ad quos.\",\"body\":\"If we parse the alarm, we can get to the PCI card through the solid state FTP protocol!\"}"], ["created_at", "2016-10-07 18:56:48.888310"], ["updated_at", "2016-10-07 18:56:48.888310"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id illo commodi assumenda voluptas est eius.\",\"body\":\"If we program the alarm, we can get to the IB port through the auxiliary GB panel!\"}"], ["created_at", "2016-10-07 18:56:48.889432"], ["updated_at", "2016-10-07 18:56:48.889432"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sed sit soluta ut qui sapiente.\",\"body\":\"Connecting the feed won't do anything, we need to navigate the back-end rss card!\"}"], ["created_at", "2016-10-07 18:56:48.890873"], ["updated_at", "2016-10-07 18:56:48.890873"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut iste distinctio ipsam.\",\"body\":\"I'll copy the neural COM transmitter, that should application the FTP port!\"}"], ["created_at", "2016-10-07 18:56:48.892384"], ["updated_at", "2016-10-07 18:56:48.892384"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est occaecati esse quia omnis temporibus.\",\"body\":\"Backing up the matrix won't do anything, we need to navigate the wireless jbod firewall!\"}"], ["created_at", "2016-10-07 18:56:48.894379"], ["updated_at", "2016-10-07 18:56:48.894379"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam magnam illo illum et commodi nulla.\",\"body\":\"If we input the protocol, we can get to the XSS driver through the wireless FTP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.896754"], ["updated_at", "2016-10-07 18:56:48.896754"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia adipisci voluptatibus sequi est odio molestiae vel.\",\"body\":\"We need to copy the solid state SMS driver!\"}"], ["created_at", "2016-10-07 18:56:48.899141"], ["updated_at", "2016-10-07 18:56:48.899141"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas dicta exercitationem sunt.\",\"body\":\"You can't reboot the bus without copying the primary SCSI microchip!\"}"], ["created_at", "2016-10-07 18:56:48.901232"], ["updated_at", "2016-10-07 18:56:48.901232"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias et pariatur.\",\"body\":\"We need to synthesize the solid state THX feed!\"}"], ["created_at", "2016-10-07 18:56:48.902833"], ["updated_at", "2016-10-07 18:56:48.902833"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi consequatur praesentium.\",\"body\":\"If we compress the protocol, we can get to the SSL alarm through the wireless SAS monitor!\"}"], ["created_at", "2016-10-07 18:56:48.904166"], ["updated_at", "2016-10-07 18:56:48.904166"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum sapiente natus.\",\"body\":\"If we navigate the alarm, we can get to the SMS monitor through the virtual EXE application!\"}"], ["created_at", "2016-10-07 18:56:48.907088"], ["updated_at", "2016-10-07 18:56:48.907088"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In ratione error.\",\"body\":\"Try to input the SCSI panel, maybe it will quantify the wireless circuit!\"}"], ["created_at", "2016-10-07 18:56:48.908691"], ["updated_at", "2016-10-07 18:56:48.908691"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui adipisci quidem molestias odit recusandae qui eum.\",\"body\":\"The RAM alarm is down, hack the primary hard drive so we can connect the RAM monitor!\"}"], ["created_at", "2016-10-07 18:56:48.910255"], ["updated_at", "2016-10-07 18:56:48.910255"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut repellat reprehenderit qui aliquam.\",\"body\":\"If we index the matrix, we can get to the SDD feed through the bluetooth SSL interface!\"}"], ["created_at", "2016-10-07 18:56:48.926888"], ["updated_at", "2016-10-07 18:56:48.926888"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores repudiandae eius iste numquam fugit optio.\",\"body\":\"Parsing the driver won't do anything, we need to parse the multi-byte agp feed!\"}"], ["created_at", "2016-10-07 18:56:48.929163"], ["updated_at", "2016-10-07 18:56:48.929163"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nihil quidem non.\",\"body\":\"We need to program the neural SQL port!\"}"], ["created_at", "2016-10-07 18:56:48.931260"], ["updated_at", "2016-10-07 18:56:48.931260"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia molestiae saepe enim ut voluptatem.\",\"body\":\"I'll compress the bluetooth FTP feed, that should port the AI transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.933382"], ["updated_at", "2016-10-07 18:56:48.933382"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum aut aperiam sed doloremque.\",\"body\":\"I'll synthesize the primary ADP bus, that should card the SMTP pixel!\"}"], ["created_at", "2016-10-07 18:56:48.935449"], ["updated_at", "2016-10-07 18:56:48.935449"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia aut eveniet aut ut quia qui reiciendis.\",\"body\":\"Use the haptic GB protocol, then you can navigate the 1080p hard drive!\"}"], ["created_at", "2016-10-07 18:56:48.937323"], ["updated_at", "2016-10-07 18:56:48.937323"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates nesciunt dolorem rem.\",\"body\":\"We need to program the wireless XML sensor!\"}"], ["created_at", "2016-10-07 18:56:48.939308"], ["updated_at", "2016-10-07 18:56:48.939308"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nihil sint consectetur ipsa.\",\"body\":\"Transmitting the bandwidth won't do anything, we need to program the back-end ftp port!\"}"], ["created_at", "2016-10-07 18:56:48.941304"], ["updated_at", "2016-10-07 18:56:48.941304"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus nemo iure voluptas et.\",\"body\":\"You can't copy the interface without generating the virtual JSON matrix!\"}"], ["created_at", "2016-10-07 18:56:48.943249"], ["updated_at", "2016-10-07 18:56:48.943249"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas repellat et.\",\"body\":\"Overriding the port won't do anything, we need to input the wireless rss protocol!\"}"], ["created_at", "2016-10-07 18:56:48.945145"], ["updated_at", "2016-10-07 18:56:48.945145"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae voluptates tempore repellendus et perspiciatis ea.\",\"body\":\"I'll override the solid state JBOD microchip, that should protocol the JSON application!\"}"], ["created_at", "2016-10-07 18:56:48.946642"], ["updated_at", "2016-10-07 18:56:48.946642"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi et esse quisquam.\",\"body\":\"We need to reboot the mobile XSS feed!\"}"], ["created_at", "2016-10-07 18:56:48.948081"], ["updated_at", "2016-10-07 18:56:48.948081"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum rerum est.\",\"body\":\"Try to override the SCSI circuit, maybe it will generate the haptic system!\"}"], ["created_at", "2016-10-07 18:56:48.949398"], ["updated_at", "2016-10-07 18:56:48.949398"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut reprehenderit amet fuga.\",\"body\":\"Try to navigate the FTP bandwidth, maybe it will synthesize the haptic application!\"}"], ["created_at", "2016-10-07 18:56:48.950675"], ["updated_at", "2016-10-07 18:56:48.950675"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus perferendis corporis consectetur et ut voluptas.\",\"body\":\"Overriding the transmitter won't do anything, we need to copy the multi-byte ram pixel!\"}"], ["created_at", "2016-10-07 18:56:48.952074"], ["updated_at", "2016-10-07 18:56:48.952074"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae voluptatibus totam.\",\"body\":\"You can't hack the driver without indexing the auxiliary PCI protocol!\"}"], ["created_at", "2016-10-07 18:56:48.953253"], ["updated_at", "2016-10-07 18:56:48.953253"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et a est voluptatem.\",\"body\":\"Hacking the panel won't do anything, we need to reboot the primary scsi bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.954481"], ["updated_at", "2016-10-07 18:56:48.954481"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil vel sit est.\",\"body\":\"Try to navigate the CSS panel, maybe it will quantify the online transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.955985"], ["updated_at", "2016-10-07 18:56:48.955985"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit voluptate eius qui cupiditate.\",\"body\":\"Hacking the system won't do anything, we need to synthesize the cross-platform ib system!\"}"], ["created_at", "2016-10-07 18:56:48.957472"], ["updated_at", "2016-10-07 18:56:48.957472"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem neque ut deleniti modi voluptas est sapiente.\",\"body\":\"Use the bluetooth HTTP sensor, then you can bypass the 1080p transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.959038"], ["updated_at", "2016-10-07 18:56:48.959038"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt quidem quia.\",\"body\":\"Use the mobile SAS interface, then you can program the mobile bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.960451"], ["updated_at", "2016-10-07 18:56:48.960451"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat aspernatur sint.\",\"body\":\"I'll parse the online SQL driver, that should alarm the HDD application!\"}"], ["created_at", "2016-10-07 18:56:48.961888"], ["updated_at", "2016-10-07 18:56:48.961888"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis in aut.\",\"body\":\"You can't bypass the microchip without parsing the back-end ADP port!\"}"], ["created_at", "2016-10-07 18:56:48.963230"], ["updated_at", "2016-10-07 18:56:48.963230"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum placeat et aspernatur.\",\"body\":\"I'll index the open-source SMS monitor, that should microchip the JSON application!\"}"], ["created_at", "2016-10-07 18:56:48.964486"], ["updated_at", "2016-10-07 18:56:48.964486"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur similique fugiat porro odit modi sit aperiam.\",\"body\":\"The EXE application is down, program the digital protocol so we can reboot the FTP matrix!\"}"], ["created_at", "2016-10-07 18:56:48.965817"], ["updated_at", "2016-10-07 18:56:48.965817"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla fugiat aut autem molestiae non.\",\"body\":\"Try to transmit the SDD microchip, maybe it will compress the optical driver!\"}"], ["created_at", "2016-10-07 18:56:48.967167"], ["updated_at", "2016-10-07 18:56:48.967167"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas consequatur veniam blanditiis asperiores omnis cum.\",\"body\":\"Try to hack the THX pixel, maybe it will synthesize the primary matrix!\"}"], ["created_at", "2016-10-07 18:56:48.968535"], ["updated_at", "2016-10-07 18:56:48.968535"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum commodi id dicta.\",\"body\":\"We need to quantify the virtual USB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:48.970381"], ["updated_at", "2016-10-07 18:56:48.970381"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis veniam in.\",\"body\":\"I'll synthesize the auxiliary AGP bandwidth, that should array the JBOD feed!\"}"], ["created_at", "2016-10-07 18:56:48.972541"], ["updated_at", "2016-10-07 18:56:48.972541"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti totam hic in dolores a dignissimos.\",\"body\":\"You can't parse the protocol without connecting the multi-byte TCP monitor!\"}"], ["created_at", "2016-10-07 18:56:48.974245"], ["updated_at", "2016-10-07 18:56:48.974245"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo illum qui.\",\"body\":\"If we bypass the driver, we can get to the GB transmitter through the bluetooth AI array!\"}"], ["created_at", "2016-10-07 18:56:48.975696"], ["updated_at", "2016-10-07 18:56:48.975696"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam non atque pariatur tempore vel praesentium.\",\"body\":\"Use the open-source AGP program, then you can hack the wireless system!\"}"], ["created_at", "2016-10-07 18:56:48.977590"], ["updated_at", "2016-10-07 18:56:48.977590"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias voluptas ducimus.\",\"body\":\"We need to generate the neural XSS application!\"}"], ["created_at", "2016-10-07 18:56:48.979074"], ["updated_at", "2016-10-07 18:56:48.979074"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sed eum libero dignissimos ut sunt.\",\"body\":\"We need to bypass the neural PCI bus!\"}"], ["created_at", "2016-10-07 18:56:48.981994"], ["updated_at", "2016-10-07 18:56:48.981994"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum eum ipsam alias tenetur eaque et laborum.\",\"body\":\"I'll transmit the 1080p HTTP matrix, that should firewall the SQL pixel!\"}"], ["created_at", "2016-10-07 18:56:48.983319"], ["updated_at", "2016-10-07 18:56:48.983319"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa aut quae est officia.\",\"body\":\"I'll bypass the digital ADP circuit, that should sensor the SQL firewall!\"}"], ["created_at", "2016-10-07 18:56:48.984782"], ["updated_at", "2016-10-07 18:56:48.984782"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa qui est.\",\"body\":\"We need to bypass the multi-byte COM application!\"}"], ["created_at", "2016-10-07 18:56:48.986755"], ["updated_at", "2016-10-07 18:56:48.986755"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur aut et pariatur impedit.\",\"body\":\"You can't navigate the matrix without indexing the primary AGP driver!\"}"], ["created_at", "2016-10-07 18:56:48.987932"], ["updated_at", "2016-10-07 18:56:48.987932"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam aut tempore voluptas consequatur.\",\"body\":\"I'll input the wireless XML monitor, that should hard drive the ADP microchip!\"}"], ["created_at", "2016-10-07 18:56:48.988971"], ["updated_at", "2016-10-07 18:56:48.988971"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam et corporis fugit.\",\"body\":\"We need to transmit the primary ADP feed!\"}"], ["created_at", "2016-10-07 18:56:48.990036"], ["updated_at", "2016-10-07 18:56:48.990036"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint sint distinctio voluptatem tempore nam tenetur.\",\"body\":\"Overriding the port won't do anything, we need to back up the mobile exe transmitter!\"}"], ["created_at", "2016-10-07 18:56:48.991287"], ["updated_at", "2016-10-07 18:56:48.991287"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore commodi saepe est eligendi.\",\"body\":\"You can't program the capacitor without copying the virtual TCP interface!\"}"], ["created_at", "2016-10-07 18:56:48.992741"], ["updated_at", "2016-10-07 18:56:48.992741"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi sed blanditiis.\",\"body\":\"I'll generate the wireless SCSI hard drive, that should pixel the HTTP panel!\"}"], ["created_at", "2016-10-07 18:56:48.993886"], ["updated_at", "2016-10-07 18:56:48.993886"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ut et aspernatur vel nesciunt.\",\"body\":\"Compressing the pixel won't do anything, we need to transmit the optical adp pixel!\"}"], ["created_at", "2016-10-07 18:56:48.995022"], ["updated_at", "2016-10-07 18:56:48.995022"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim distinctio omnis qui.\",\"body\":\"Use the primary GB pixel, then you can hack the open-source system!\"}"], ["created_at", "2016-10-07 18:56:48.996189"], ["updated_at", "2016-10-07 18:56:48.996189"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae voluptas quibusdam dolor.\",\"body\":\"If we hack the protocol, we can get to the PCI system through the cross-platform FTP sensor!\"}"], ["created_at", "2016-10-07 18:56:48.997214"], ["updated_at", "2016-10-07 18:56:48.997214"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt beatae temporibus.\",\"body\":\"Use the open-source XSS capacitor, then you can synthesize the bluetooth program!\"}"], ["created_at", "2016-10-07 18:56:48.998630"], ["updated_at", "2016-10-07 18:56:48.998630"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut dignissimos nisi sunt ut.\",\"body\":\"Try to parse the RAM protocol, maybe it will override the cross-platform hard drive!\"}"], ["created_at", "2016-10-07 18:56:49.002626"], ["updated_at", "2016-10-07 18:56:49.002626"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi et libero molestiae unde tempora.\",\"body\":\"Try to reboot the RAM port, maybe it will transmit the digital matrix!\"}"], ["created_at", "2016-10-07 18:56:49.004659"], ["updated_at", "2016-10-07 18:56:49.004659"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quibusdam voluptatum dolorum nihil nihil.\",\"body\":\"You can't bypass the sensor without synthesizing the back-end ADP panel!\"}"], ["created_at", "2016-10-07 18:56:49.006774"], ["updated_at", "2016-10-07 18:56:49.006774"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic odit in ex iusto ad quidem.\",\"body\":\"You can't calculate the array without indexing the multi-byte XSS interface!\"}"], ["created_at", "2016-10-07 18:56:49.009417"], ["updated_at", "2016-10-07 18:56:49.009417"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem numquam placeat dolore.\",\"body\":\"We need to calculate the digital XML alarm!\"}"], ["created_at", "2016-10-07 18:56:49.011779"], ["updated_at", "2016-10-07 18:56:49.011779"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum placeat vel ut corporis quia nisi.\",\"body\":\"Try to index the GB driver, maybe it will bypass the wireless pixel!\"}"], ["created_at", "2016-10-07 18:56:49.016033"], ["updated_at", "2016-10-07 18:56:49.016033"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet temporibus quibusdam voluptatem non repudiandae asperiores.\",\"body\":\"You can't compress the monitor without bypassing the haptic COM protocol!\"}"], ["created_at", "2016-10-07 18:56:49.019846"], ["updated_at", "2016-10-07 18:56:49.019846"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga quam eos facere labore necessitatibus aperiam.\",\"body\":\"If we override the port, we can get to the HDD feed through the back-end SMTP protocol!\"}"], ["created_at", "2016-10-07 18:56:49.022045"], ["updated_at", "2016-10-07 18:56:49.022045"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut vel quia est neque.\",\"body\":\"Calculating the monitor won't do anything, we need to bypass the virtual sas port!\"}"], ["created_at", "2016-10-07 18:56:49.024460"], ["updated_at", "2016-10-07 18:56:49.024460"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla excepturi doloremque perspiciatis suscipit fugit eius.\",\"body\":\"Copying the feed won't do anything, we need to input the neural sdd monitor!\"}"], ["created_at", "2016-10-07 18:56:49.026762"], ["updated_at", "2016-10-07 18:56:49.026762"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptates rerum est.\",\"body\":\"You can't generate the firewall without parsing the digital SAS capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.029058"], ["updated_at", "2016-10-07 18:56:49.029058"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque ipsam voluptatibus et.\",\"body\":\"You can't input the array without generating the open-source RSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.031421"], ["updated_at", "2016-10-07 18:56:49.031421"]] SQL (0.7ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias ut quasi natus ad esse perferendis.\",\"body\":\"If we calculate the interface, we can get to the SSL application through the multi-byte EXE array!\"}"], ["created_at", "2016-10-07 18:56:49.034135"], ["updated_at", "2016-10-07 18:56:49.034135"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nobis eum quisquam iure velit consequatur.\",\"body\":\"We need to reboot the optical SDD microchip!\"}"], ["created_at", "2016-10-07 18:56:49.038378"], ["updated_at", "2016-10-07 18:56:49.038378"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut expedita sit.\",\"body\":\"Use the optical SDD program, then you can navigate the solid state capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.040870"], ["updated_at", "2016-10-07 18:56:49.040870"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem tenetur illum est.\",\"body\":\"The THX interface is down, reboot the optical transmitter so we can transmit the TCP driver!\"}"], ["created_at", "2016-10-07 18:56:49.043281"], ["updated_at", "2016-10-07 18:56:49.043281"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum ut mollitia expedita.\",\"body\":\"If we back up the alarm, we can get to the AI monitor through the open-source XML transmitter!\"}"], ["created_at", "2016-10-07 18:56:49.047698"], ["updated_at", "2016-10-07 18:56:49.047698"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid culpa aut est.\",\"body\":\"Transmitting the microchip won't do anything, we need to index the redundant tcp bus!\"}"], ["created_at", "2016-10-07 18:56:49.050660"], ["updated_at", "2016-10-07 18:56:49.050660"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nesciunt labore explicabo occaecati qui atque repudiandae.\",\"body\":\"We need to copy the solid state FTP feed!\"}"], ["created_at", "2016-10-07 18:56:49.054768"], ["updated_at", "2016-10-07 18:56:49.054768"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quam asperiores eaque quod.\",\"body\":\"Try to index the RSS firewall, maybe it will parse the back-end program!\"}"], ["created_at", "2016-10-07 18:56:49.056991"], ["updated_at", "2016-10-07 18:56:49.056991"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut architecto ad eveniet aut non repellendus quae.\",\"body\":\"Use the open-source HTTP driver, then you can back up the virtual transmitter!\"}"], ["created_at", "2016-10-07 18:56:49.059348"], ["updated_at", "2016-10-07 18:56:49.059348"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis impedit quibusdam quaerat.\",\"body\":\"If we override the bus, we can get to the XML alarm through the online CSS firewall!\"}"], ["created_at", "2016-10-07 18:56:49.061698"], ["updated_at", "2016-10-07 18:56:49.061698"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eaque iure accusamus ea.\",\"body\":\"You can't program the protocol without indexing the redundant EXE circuit!\"}"], ["created_at", "2016-10-07 18:56:49.064132"], ["updated_at", "2016-10-07 18:56:49.064132"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt omnis ea hic molestias dolores quia rerum.\",\"body\":\"I'll program the wireless SMTP hard drive, that should panel the SMS array!\"}"], ["created_at", "2016-10-07 18:56:49.067682"], ["updated_at", "2016-10-07 18:56:49.067682"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A sunt deleniti assumenda repellat aut autem et.\",\"body\":\"The EXE sensor is down, input the bluetooth sensor so we can bypass the GB array!\"}"], ["created_at", "2016-10-07 18:56:49.071747"], ["updated_at", "2016-10-07 18:56:49.071747"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque accusamus est.\",\"body\":\"If we override the feed, we can get to the GB array through the back-end THX panel!\"}"], ["created_at", "2016-10-07 18:56:49.074988"], ["updated_at", "2016-10-07 18:56:49.074988"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste voluptatum quidem.\",\"body\":\"The SDD system is down, compress the primary pixel so we can synthesize the SCSI system!\"}"], ["created_at", "2016-10-07 18:56:49.076461"], ["updated_at", "2016-10-07 18:56:49.076461"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis perspiciatis et ipsum necessitatibus reprehenderit in fugiat.\",\"body\":\"If we synthesize the sensor, we can get to the AI pixel through the haptic AI application!\"}"], ["created_at", "2016-10-07 18:56:49.077922"], ["updated_at", "2016-10-07 18:56:49.077922"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis sit facere fugit commodi unde.\",\"body\":\"Copying the transmitter won't do anything, we need to generate the 1080p com matrix!\"}"], ["created_at", "2016-10-07 18:56:49.079430"], ["updated_at", "2016-10-07 18:56:49.079430"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima aut dolorem ad mollitia.\",\"body\":\"If we navigate the sensor, we can get to the XML microchip through the multi-byte USB panel!\"}"], ["created_at", "2016-10-07 18:56:49.080892"], ["updated_at", "2016-10-07 18:56:49.080892"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In accusamus perspiciatis.\",\"body\":\"Use the haptic TCP card, then you can transmit the optical transmitter!\"}"], ["created_at", "2016-10-07 18:56:49.082877"], ["updated_at", "2016-10-07 18:56:49.082877"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur omnis debitis provident voluptatem iusto.\",\"body\":\"I'll input the cross-platform JSON bus, that should microchip the EXE program!\"}"], ["created_at", "2016-10-07 18:56:49.084794"], ["updated_at", "2016-10-07 18:56:49.084794"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt natus repellendus illo non omnis.\",\"body\":\"You can't quantify the card without hacking the mobile PNG capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.088420"], ["updated_at", "2016-10-07 18:56:49.088420"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur officiis adipisci reprehenderit autem corporis.\",\"body\":\"The SMTP monitor is down, bypass the solid state port so we can quantify the RSS interface!\"}"], ["created_at", "2016-10-07 18:56:49.091415"], ["updated_at", "2016-10-07 18:56:49.091415"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione minus dicta commodi.\",\"body\":\"We need to transmit the mobile RSS array!\"}"], ["created_at", "2016-10-07 18:56:49.092947"], ["updated_at", "2016-10-07 18:56:49.092947"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde aut non et.\",\"body\":\"We need to quantify the cross-platform RSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:49.095314"], ["updated_at", "2016-10-07 18:56:49.095314"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt at unde nihil esse est repellendus sed.\",\"body\":\"We need to back up the primary JBOD interface!\"}"], ["created_at", "2016-10-07 18:56:49.097158"], ["updated_at", "2016-10-07 18:56:49.097158"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At aut aut consequatur quam quia velit.\",\"body\":\"You can't connect the pixel without parsing the primary PCI alarm!\"}"], ["created_at", "2016-10-07 18:56:49.099451"], ["updated_at", "2016-10-07 18:56:49.099451"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptatem amet aut.\",\"body\":\"If we bypass the protocol, we can get to the HTTP interface through the haptic SMS capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.101423"], ["updated_at", "2016-10-07 18:56:49.101423"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum magnam quod voluptate repudiandae alias et sed.\",\"body\":\"I'll compress the optical COM matrix, that should pixel the TCP circuit!\"}"], ["created_at", "2016-10-07 18:56:49.105272"], ["updated_at", "2016-10-07 18:56:49.105272"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo corporis tempora ad repellendus magni nostrum rerum.\",\"body\":\"Use the online THX bus, then you can parse the neural hard drive!\"}"], ["created_at", "2016-10-07 18:56:49.107451"], ["updated_at", "2016-10-07 18:56:49.107451"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita ad natus enim.\",\"body\":\"The HDD application is down, index the primary port so we can quantify the THX interface!\"}"], ["created_at", "2016-10-07 18:56:49.109614"], ["updated_at", "2016-10-07 18:56:49.109614"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non illo animi veritatis qui.\",\"body\":\"Bypassing the transmitter won't do anything, we need to index the optical ftp sensor!\"}"], ["created_at", "2016-10-07 18:56:49.111938"], ["updated_at", "2016-10-07 18:56:49.111938"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro dolores similique labore.\",\"body\":\"You can't reboot the hard drive without parsing the optical COM hard drive!\"}"], ["created_at", "2016-10-07 18:56:49.114039"], ["updated_at", "2016-10-07 18:56:49.114039"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores aut aut nostrum amet architecto iusto sint.\",\"body\":\"Use the auxiliary USB card, then you can calculate the 1080p pixel!\"}"], ["created_at", "2016-10-07 18:56:49.117031"], ["updated_at", "2016-10-07 18:56:49.117031"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium nihil facilis ab ut corrupti iusto eos.\",\"body\":\"Use the primary TCP interface, then you can calculate the primary card!\"}"], ["created_at", "2016-10-07 18:56:49.119448"], ["updated_at", "2016-10-07 18:56:49.119448"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis ducimus voluptas ad.\",\"body\":\"Use the wireless SAS sensor, then you can quantify the haptic program!\"}"], ["created_at", "2016-10-07 18:56:49.121472"], ["updated_at", "2016-10-07 18:56:49.121472"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat aut dignissimos vel molestias.\",\"body\":\"Hacking the driver won't do anything, we need to navigate the open-source jbod capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.123976"], ["updated_at", "2016-10-07 18:56:49.123976"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolorum consequatur.\",\"body\":\"We need to reboot the back-end AGP system!\"}"], ["created_at", "2016-10-07 18:56:49.127182"], ["updated_at", "2016-10-07 18:56:49.127182"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis illum porro eum.\",\"body\":\"The TCP pixel is down, program the bluetooth hard drive so we can transmit the RAM array!\"}"], ["created_at", "2016-10-07 18:56:49.130972"], ["updated_at", "2016-10-07 18:56:49.130972"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem blanditiis minima reprehenderit ut nihil magnam.\",\"body\":\"The SMS circuit is down, connect the auxiliary firewall so we can quantify the SCSI microchip!\"}"], ["created_at", "2016-10-07 18:56:49.133922"], ["updated_at", "2016-10-07 18:56:49.133922"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem tempora eum.\",\"body\":\"Use the virtual GB sensor, then you can calculate the optical card!\"}"], ["created_at", "2016-10-07 18:56:49.138072"], ["updated_at", "2016-10-07 18:56:49.138072"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere sed voluptatum neque ipsa id.\",\"body\":\"Navigating the capacitor won't do anything, we need to input the solid state rss circuit!\"}"], ["created_at", "2016-10-07 18:56:49.140482"], ["updated_at", "2016-10-07 18:56:49.140482"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam corrupti exercitationem et nostrum ut ipsum.\",\"body\":\"Try to reboot the CSS alarm, maybe it will synthesize the multi-byte circuit!\"}"], ["created_at", "2016-10-07 18:56:49.144004"], ["updated_at", "2016-10-07 18:56:49.144004"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod dolorem voluptates mollitia rerum.\",\"body\":\"The GB port is down, synthesize the solid state alarm so we can parse the JBOD card!\"}"], ["created_at", "2016-10-07 18:56:49.146633"], ["updated_at", "2016-10-07 18:56:49.146633"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id quo qui repellendus odit.\",\"body\":\"The PNG monitor is down, compress the neural firewall so we can parse the HDD panel!\"}"], ["created_at", "2016-10-07 18:56:49.149415"], ["updated_at", "2016-10-07 18:56:49.149415"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio sunt consequatur quibusdam voluptatem praesentium modi temporibus.\",\"body\":\"We need to connect the digital HTTP firewall!\"}"], ["created_at", "2016-10-07 18:56:49.153359"], ["updated_at", "2016-10-07 18:56:49.153359"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur non ut.\",\"body\":\"I'll back up the redundant JSON panel, that should bus the JBOD alarm!\"}"], ["created_at", "2016-10-07 18:56:49.155560"], ["updated_at", "2016-10-07 18:56:49.155560"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A expedita quasi.\",\"body\":\"I'll generate the neural HTTP alarm, that should feed the PCI matrix!\"}"], ["created_at", "2016-10-07 18:56:49.157682"], ["updated_at", "2016-10-07 18:56:49.157682"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui placeat voluptas dolore iusto aut et.\",\"body\":\"I'll reboot the digital TCP interface, that should panel the CSS protocol!\"}"], ["created_at", "2016-10-07 18:56:49.159761"], ["updated_at", "2016-10-07 18:56:49.159761"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam rerum rem.\",\"body\":\"I'll override the neural SCSI feed, that should circuit the JBOD port!\"}"], ["created_at", "2016-10-07 18:56:49.162000"], ["updated_at", "2016-10-07 18:56:49.162000"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur deserunt voluptatem quod culpa cumque molestiae.\",\"body\":\"I'll compress the optical EXE transmitter, that should array the ADP card!\"}"], ["created_at", "2016-10-07 18:56:49.163385"], ["updated_at", "2016-10-07 18:56:49.163385"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum laudantium magni accusamus impedit non.\",\"body\":\"Indexing the alarm won't do anything, we need to quantify the redundant xml monitor!\"}"], ["created_at", "2016-10-07 18:56:49.164905"], ["updated_at", "2016-10-07 18:56:49.164905"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut necessitatibus ad.\",\"body\":\"Use the auxiliary RSS panel, then you can navigate the wireless interface!\"}"], ["created_at", "2016-10-07 18:56:49.166822"], ["updated_at", "2016-10-07 18:56:49.166822"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum temporibus sed numquam aspernatur.\",\"body\":\"If we bypass the microchip, we can get to the RAM hard drive through the virtual EXE microchip!\"}"], ["created_at", "2016-10-07 18:56:49.168497"], ["updated_at", "2016-10-07 18:56:49.168497"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed deleniti quisquam et soluta voluptatem laudantium facere.\",\"body\":\"Try to program the FTP pixel, maybe it will hack the open-source circuit!\"}"], ["created_at", "2016-10-07 18:56:49.170235"], ["updated_at", "2016-10-07 18:56:49.170235"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptatem officiis quaerat.\",\"body\":\"Parsing the alarm won't do anything, we need to compress the haptic ftp application!\"}"], ["created_at", "2016-10-07 18:56:49.172073"], ["updated_at", "2016-10-07 18:56:49.172073"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem natus error eveniet molestias.\",\"body\":\"I'll back up the virtual RSS pixel, that should monitor the PNG port!\"}"], ["created_at", "2016-10-07 18:56:49.173838"], ["updated_at", "2016-10-07 18:56:49.173838"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto dicta sit eum tempore consequatur ratione accusamus.\",\"body\":\"I'll parse the open-source PNG panel, that should monitor the SCSI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:49.175667"], ["updated_at", "2016-10-07 18:56:49.175667"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus facilis voluptas ipsam.\",\"body\":\"You can't navigate the circuit without indexing the digital FTP microchip!\"}"], ["created_at", "2016-10-07 18:56:49.177858"], ["updated_at", "2016-10-07 18:56:49.177858"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid et quis aut delectus corporis voluptatem labore.\",\"body\":\"Use the wireless THX program, then you can index the 1080p program!\"}"], ["created_at", "2016-10-07 18:56:49.180086"], ["updated_at", "2016-10-07 18:56:49.180086"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti nostrum corrupti voluptas tempore.\",\"body\":\"Synthesizing the program won't do anything, we need to generate the cross-platform adp sensor!\"}"], ["created_at", "2016-10-07 18:56:49.182526"], ["updated_at", "2016-10-07 18:56:49.182526"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae excepturi et.\",\"body\":\"I'll program the primary JSON port, that should application the EXE microchip!\"}"], ["created_at", "2016-10-07 18:56:49.184763"], ["updated_at", "2016-10-07 18:56:49.184763"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse quo qui.\",\"body\":\"The SMTP protocol is down, override the open-source microchip so we can input the SDD transmitter!\"}"], ["created_at", "2016-10-07 18:56:49.186850"], ["updated_at", "2016-10-07 18:56:49.186850"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil voluptatem rerum fugiat cumque quos.\",\"body\":\"The CSS panel is down, program the open-source bus so we can reboot the SDD panel!\"}"], ["created_at", "2016-10-07 18:56:49.188866"], ["updated_at", "2016-10-07 18:56:49.188866"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas aliquam magni explicabo inventore aut.\",\"body\":\"Try to override the XSS feed, maybe it will copy the optical bus!\"}"], ["created_at", "2016-10-07 18:56:49.191061"], ["updated_at", "2016-10-07 18:56:49.191061"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam sunt rerum qui ipsa vel occaecati.\",\"body\":\"We need to copy the bluetooth THX driver!\"}"], ["created_at", "2016-10-07 18:56:49.193114"], ["updated_at", "2016-10-07 18:56:49.193114"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed enim quaerat pariatur architecto tempora alias.\",\"body\":\"If we quantify the pixel, we can get to the USB array through the solid state XSS feed!\"}"], ["created_at", "2016-10-07 18:56:49.195266"], ["updated_at", "2016-10-07 18:56:49.195266"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias sed distinctio.\",\"body\":\"Use the back-end HTTP matrix, then you can compress the 1080p sensor!\"}"], ["created_at", "2016-10-07 18:56:49.197671"], ["updated_at", "2016-10-07 18:56:49.197671"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit est vitae mollitia placeat.\",\"body\":\"If we override the transmitter, we can get to the ADP program through the neural GB hard drive!\"}"], ["created_at", "2016-10-07 18:56:49.200213"], ["updated_at", "2016-10-07 18:56:49.200213"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium dolorem dolorum est nostrum est.\",\"body\":\"If we parse the hard drive, we can get to the SMS monitor through the wireless XML capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.202394"], ["updated_at", "2016-10-07 18:56:49.202394"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima iusto saepe ut harum aut.\",\"body\":\"The SDD bus is down, connect the 1080p transmitter so we can reboot the TCP matrix!\"}"], ["created_at", "2016-10-07 18:56:49.204521"], ["updated_at", "2016-10-07 18:56:49.204521"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae asperiores ipsam quas velit ipsum tempore.\",\"body\":\"If we quantify the application, we can get to the THX application through the auxiliary USB matrix!\"}"], ["created_at", "2016-10-07 18:56:49.206882"], ["updated_at", "2016-10-07 18:56:49.206882"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quas eum blanditiis ad et.\",\"body\":\"I'll calculate the cross-platform XSS monitor, that should microchip the JBOD hard drive!\"}"], ["created_at", "2016-10-07 18:56:49.210108"], ["updated_at", "2016-10-07 18:56:49.210108"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates alias ut dolor aut.\",\"body\":\"We need to connect the mobile FTP port!\"}"], ["created_at", "2016-10-07 18:56:49.211768"], ["updated_at", "2016-10-07 18:56:49.211768"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos et sit beatae nemo aliquam est est.\",\"body\":\"Use the 1080p SCSI matrix, then you can parse the bluetooth feed!\"}"], ["created_at", "2016-10-07 18:56:49.213280"], ["updated_at", "2016-10-07 18:56:49.213280"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis asperiores velit sapiente ratione voluptatum.\",\"body\":\"The GB alarm is down, transmit the cross-platform pixel so we can hack the RAM matrix!\"}"], ["created_at", "2016-10-07 18:56:49.214697"], ["updated_at", "2016-10-07 18:56:49.214697"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur fugiat nihil assumenda voluptates aut voluptatem.\",\"body\":\"The XSS card is down, synthesize the open-source interface so we can bypass the HDD firewall!\"}"], ["created_at", "2016-10-07 18:56:49.215782"], ["updated_at", "2016-10-07 18:56:49.215782"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem eius porro facere qui est quia.\",\"body\":\"Try to transmit the COM microchip, maybe it will parse the digital bandwidth!\"}"], ["created_at", "2016-10-07 18:56:49.216869"], ["updated_at", "2016-10-07 18:56:49.216869"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor mollitia quasi magnam magni tempore ut iusto.\",\"body\":\"I'll override the bluetooth SSL card, that should matrix the COM interface!\"}"], ["created_at", "2016-10-07 18:56:49.217838"], ["updated_at", "2016-10-07 18:56:49.217838"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum est expedita.\",\"body\":\"Quantifying the protocol won't do anything, we need to override the auxiliary json port!\"}"], ["created_at", "2016-10-07 18:56:49.218809"], ["updated_at", "2016-10-07 18:56:49.218809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto omnis sunt.\",\"body\":\"You can't transmit the pixel without navigating the auxiliary SQL driver!\"}"], ["created_at", "2016-10-07 18:56:49.219801"], ["updated_at", "2016-10-07 18:56:49.219801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et facilis voluptatum ut fugiat.\",\"body\":\"I'll quantify the back-end AGP bus, that should interface the SDD capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.220762"], ["updated_at", "2016-10-07 18:56:49.220762"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit possimus velit ut.\",\"body\":\"We need to connect the 1080p RAM feed!\"}"], ["created_at", "2016-10-07 18:56:49.221732"], ["updated_at", "2016-10-07 18:56:49.221732"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum inventore cum tempora rerum qui deleniti.\",\"body\":\"If we compress the bus, we can get to the FTP transmitter through the cross-platform PNG alarm!\"}"], ["created_at", "2016-10-07 18:56:49.222763"], ["updated_at", "2016-10-07 18:56:49.222763"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam sint in.\",\"body\":\"Try to parse the GB firewall, maybe it will parse the 1080p port!\"}"], ["created_at", "2016-10-07 18:56:49.223924"], ["updated_at", "2016-10-07 18:56:49.223924"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione culpa quisquam eligendi dolor voluptatem quis deleniti.\",\"body\":\"Copying the card won't do anything, we need to parse the optical sms application!\"}"], ["created_at", "2016-10-07 18:56:49.225077"], ["updated_at", "2016-10-07 18:56:49.225077"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique quos nostrum beatae quasi necessitatibus aliquid velit.\",\"body\":\"The HDD microchip is down, compress the digital bus so we can bypass the PNG program!\"}"], ["created_at", "2016-10-07 18:56:49.226264"], ["updated_at", "2016-10-07 18:56:49.226264"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate suscipit sint nam possimus ea nihil eum.\",\"body\":\"The JSON driver is down, back up the digital array so we can parse the RAM pixel!\"}"], ["created_at", "2016-10-07 18:56:49.227342"], ["updated_at", "2016-10-07 18:56:49.227342"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente quo recusandae maxime assumenda.\",\"body\":\"Compressing the program won't do anything, we need to copy the multi-byte css capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.228358"], ["updated_at", "2016-10-07 18:56:49.228358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi minima pariatur asperiores.\",\"body\":\"Use the optical JSON circuit, then you can quantify the solid state sensor!\"}"], ["created_at", "2016-10-07 18:56:49.229355"], ["updated_at", "2016-10-07 18:56:49.229355"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et architecto quae incidunt.\",\"body\":\"We need to transmit the digital XML interface!\"}"], ["created_at", "2016-10-07 18:56:49.230367"], ["updated_at", "2016-10-07 18:56:49.230367"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur modi aut voluptas suscipit est doloremque natus.\",\"body\":\"Try to input the AGP application, maybe it will input the virtual application!\"}"], ["created_at", "2016-10-07 18:56:49.231826"], ["updated_at", "2016-10-07 18:56:49.231826"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint incidunt nulla pariatur ut et aliquam cum.\",\"body\":\"Use the back-end XML card, then you can quantify the primary port!\"}"], ["created_at", "2016-10-07 18:56:49.233059"], ["updated_at", "2016-10-07 18:56:49.233059"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit molestias voluptates nam aliquid.\",\"body\":\"You can't hack the array without generating the solid state GB alarm!\"}"], ["created_at", "2016-10-07 18:56:49.234110"], ["updated_at", "2016-10-07 18:56:49.234110"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla et nemo.\",\"body\":\"We need to bypass the redundant RSS firewall!\"}"], ["created_at", "2016-10-07 18:56:49.235124"], ["updated_at", "2016-10-07 18:56:49.235124"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius eligendi saepe nobis quidem.\",\"body\":\"The PCI card is down, hack the redundant port so we can navigate the SMTP protocol!\"}"], ["created_at", "2016-10-07 18:56:49.236129"], ["updated_at", "2016-10-07 18:56:49.236129"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur ut esse doloremque.\",\"body\":\"The CSS matrix is down, synthesize the redundant bandwidth so we can quantify the USB application!\"}"], ["created_at", "2016-10-07 18:56:49.237156"], ["updated_at", "2016-10-07 18:56:49.237156"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci accusantium animi eligendi officia et assumenda natus.\",\"body\":\"Generating the circuit won't do anything, we need to navigate the multi-byte xss sensor!\"}"], ["created_at", "2016-10-07 18:56:49.238180"], ["updated_at", "2016-10-07 18:56:49.238180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit nostrum sapiente inventore.\",\"body\":\"I'll synthesize the virtual TCP interface, that should interface the GB system!\"}"], ["created_at", "2016-10-07 18:56:49.239200"], ["updated_at", "2016-10-07 18:56:49.239200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint aut natus sit culpa.\",\"body\":\"You can't index the monitor without navigating the open-source FTP interface!\"}"], ["created_at", "2016-10-07 18:56:49.240195"], ["updated_at", "2016-10-07 18:56:49.240195"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nesciunt error.\",\"body\":\"Use the auxiliary FTP sensor, then you can back up the virtual application!\"}"], ["created_at", "2016-10-07 18:56:49.241179"], ["updated_at", "2016-10-07 18:56:49.241179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur maiores possimus explicabo dolores id.\",\"body\":\"The SQL protocol is down, navigate the 1080p hard drive so we can connect the CSS program!\"}"], ["created_at", "2016-10-07 18:56:49.242148"], ["updated_at", "2016-10-07 18:56:49.242148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil voluptatum voluptates nesciunt dolores quasi.\",\"body\":\"Try to hack the SMS circuit, maybe it will index the online feed!\"}"], ["created_at", "2016-10-07 18:56:49.243137"], ["updated_at", "2016-10-07 18:56:49.243137"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate reprehenderit harum.\",\"body\":\"You can't index the monitor without programming the primary XML driver!\"}"], ["created_at", "2016-10-07 18:56:49.244116"], ["updated_at", "2016-10-07 18:56:49.244116"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam quia dicta consequatur consequatur est est.\",\"body\":\"Use the optical EXE microchip, then you can input the auxiliary microchip!\"}"], ["created_at", "2016-10-07 18:56:49.245067"], ["updated_at", "2016-10-07 18:56:49.245067"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem et delectus et assumenda ad et.\",\"body\":\"The COM circuit is down, program the bluetooth bus so we can program the AI driver!\"}"], ["created_at", "2016-10-07 18:56:49.246040"], ["updated_at", "2016-10-07 18:56:49.246040"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non inventore omnis aliquid eveniet.\",\"body\":\"The USB monitor is down, input the open-source matrix so we can generate the THX card!\"}"], ["created_at", "2016-10-07 18:56:49.247027"], ["updated_at", "2016-10-07 18:56:49.247027"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis debitis architecto.\",\"body\":\"Try to override the XML microchip, maybe it will navigate the multi-byte firewall!\"}"], ["created_at", "2016-10-07 18:56:49.248010"], ["updated_at", "2016-10-07 18:56:49.248010"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus nisi tempore repellat.\",\"body\":\"I'll calculate the optical RAM interface, that should circuit the EXE matrix!\"}"], ["created_at", "2016-10-07 18:56:49.249013"], ["updated_at", "2016-10-07 18:56:49.249013"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi consequatur hic at ea et.\",\"body\":\"We need to program the haptic FTP port!\"}"], ["created_at", "2016-10-07 18:56:49.250039"], ["updated_at", "2016-10-07 18:56:49.250039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora consectetur quod enim vel assumenda ab.\",\"body\":\"Use the neural COM system, then you can index the cross-platform alarm!\"}"], ["created_at", "2016-10-07 18:56:49.251062"], ["updated_at", "2016-10-07 18:56:49.251062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores provident sint distinctio.\",\"body\":\"If we override the transmitter, we can get to the EXE panel through the primary SAS protocol!\"}"], ["created_at", "2016-10-07 18:56:49.252019"], ["updated_at", "2016-10-07 18:56:49.252019"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non omnis itaque similique adipisci minima culpa et.\",\"body\":\"I'll compress the wireless AGP panel, that should feed the HTTP program!\"}"], ["created_at", "2016-10-07 18:56:49.252974"], ["updated_at", "2016-10-07 18:56:49.252974"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate harum hic.\",\"body\":\"You can't calculate the monitor without programming the open-source SSL feed!\"}"], ["created_at", "2016-10-07 18:56:49.253949"], ["updated_at", "2016-10-07 18:56:49.253949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus aut eveniet esse aut atque.\",\"body\":\"Try to input the SDD port, maybe it will copy the open-source capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.254928"], ["updated_at", "2016-10-07 18:56:49.254928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis eos velit voluptas distinctio.\",\"body\":\"If we copy the port, we can get to the XSS bandwidth through the open-source PNG protocol!\"}"], ["created_at", "2016-10-07 18:56:49.255894"], ["updated_at", "2016-10-07 18:56:49.255894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit mollitia ullam quis.\",\"body\":\"Try to override the TCP sensor, maybe it will back up the neural hard drive!\"}"], ["created_at", "2016-10-07 18:56:49.256878"], ["updated_at", "2016-10-07 18:56:49.256878"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas commodi maxime repellat dolor.\",\"body\":\"You can't synthesize the system without hacking the haptic CSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:49.257829"], ["updated_at", "2016-10-07 18:56:49.257829"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt inventore temporibus dolores tempora reiciendis.\",\"body\":\"Use the virtual SMS alarm, then you can compress the cross-platform pixel!\"}"], ["created_at", "2016-10-07 18:56:49.259231"], ["updated_at", "2016-10-07 18:56:49.259231"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus aspernatur ea rerum eius repellat qui.\",\"body\":\"You can't program the sensor without generating the virtual EXE application!\"}"], ["created_at", "2016-10-07 18:56:49.261324"], ["updated_at", "2016-10-07 18:56:49.261324"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio accusamus laborum perspiciatis voluptate fuga sint.\",\"body\":\"The RAM feed is down, back up the cross-platform microchip so we can connect the IB system!\"}"], ["created_at", "2016-10-07 18:56:49.263411"], ["updated_at", "2016-10-07 18:56:49.263411"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quia similique blanditiis.\",\"body\":\"We need to parse the multi-byte HDD alarm!\"}"], ["created_at", "2016-10-07 18:56:49.265648"], ["updated_at", "2016-10-07 18:56:49.265648"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit et repudiandae tenetur impedit vel omnis.\",\"body\":\"Bypassing the bandwidth won't do anything, we need to generate the cross-platform ram program!\"}"], ["created_at", "2016-10-07 18:56:49.267746"], ["updated_at", "2016-10-07 18:56:49.267746"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium voluptas et magni est natus nulla error.\",\"body\":\"The CSS pixel is down, synthesize the multi-byte port so we can index the ADP matrix!\"}"], ["created_at", "2016-10-07 18:56:49.269761"], ["updated_at", "2016-10-07 18:56:49.269761"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam aut qui officiis.\",\"body\":\"You can't program the protocol without indexing the multi-byte TCP array!\"}"], ["created_at", "2016-10-07 18:56:49.271868"], ["updated_at", "2016-10-07 18:56:49.271868"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed blanditiis cum error.\",\"body\":\"If we bypass the matrix, we can get to the CSS port through the auxiliary COM array!\"}"], ["created_at", "2016-10-07 18:56:49.273851"], ["updated_at", "2016-10-07 18:56:49.273851"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga a quas facere quis.\",\"body\":\"The ADP alarm is down, compress the bluetooth panel so we can back up the RAM interface!\"}"], ["created_at", "2016-10-07 18:56:49.275839"], ["updated_at", "2016-10-07 18:56:49.275839"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci sed dolores.\",\"body\":\"Try to bypass the TCP matrix, maybe it will index the virtual circuit!\"}"], ["created_at", "2016-10-07 18:56:49.277289"], ["updated_at", "2016-10-07 18:56:49.277289"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo molestiae est.\",\"body\":\"Overriding the hard drive won't do anything, we need to input the digital sas panel!\"}"], ["created_at", "2016-10-07 18:56:49.278815"], ["updated_at", "2016-10-07 18:56:49.278815"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo veniam aliquam quia delectus.\",\"body\":\"If we bypass the monitor, we can get to the TCP panel through the wireless ADP feed!\"}"], ["created_at", "2016-10-07 18:56:49.280143"], ["updated_at", "2016-10-07 18:56:49.280143"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic tempora sit.\",\"body\":\"Use the open-source SQL microchip, then you can program the optical matrix!\"}"], ["created_at", "2016-10-07 18:56:49.281539"], ["updated_at", "2016-10-07 18:56:49.281539"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati animi omnis et molestias quod.\",\"body\":\"You can't synthesize the card without programming the virtual HTTP application!\"}"], ["created_at", "2016-10-07 18:56:49.283371"], ["updated_at", "2016-10-07 18:56:49.283371"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas perferendis laborum dolore consequatur aliquam amet.\",\"body\":\"Synthesizing the panel won't do anything, we need to parse the multi-byte scsi application!\"}"], ["created_at", "2016-10-07 18:56:49.285500"], ["updated_at", "2016-10-07 18:56:49.285500"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex cum deleniti ut recusandae et quisquam nihil.\",\"body\":\"I'll compress the neural JSON sensor, that should microchip the PCI card!\"}"], ["created_at", "2016-10-07 18:56:49.287876"], ["updated_at", "2016-10-07 18:56:49.287876"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda esse est ab deserunt officia quis delectus.\",\"body\":\"Use the optical JBOD program, then you can reboot the virtual circuit!\"}"], ["created_at", "2016-10-07 18:56:49.290253"], ["updated_at", "2016-10-07 18:56:49.290253"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis est eum voluptates.\",\"body\":\"Use the digital USB transmitter, then you can calculate the online application!\"}"], ["created_at", "2016-10-07 18:56:49.293995"], ["updated_at", "2016-10-07 18:56:49.293995"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id vel velit.\",\"body\":\"You can't index the feed without quantifying the back-end PCI array!\"}"], ["created_at", "2016-10-07 18:56:49.297858"], ["updated_at", "2016-10-07 18:56:49.297858"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia perferendis quia.\",\"body\":\"Try to hack the RAM sensor, maybe it will input the optical firewall!\"}"], ["created_at", "2016-10-07 18:56:49.300731"], ["updated_at", "2016-10-07 18:56:49.300731"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos et aut.\",\"body\":\"If we override the circuit, we can get to the HTTP array through the 1080p EXE panel!\"}"], ["created_at", "2016-10-07 18:56:49.303392"], ["updated_at", "2016-10-07 18:56:49.303392"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam omnis soluta.\",\"body\":\"Use the multi-byte JBOD program, then you can input the multi-byte bus!\"}"], ["created_at", "2016-10-07 18:56:49.306340"], ["updated_at", "2016-10-07 18:56:49.306340"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis sapiente optio nobis temporibus possimus reiciendis incidunt.\",\"body\":\"Try to index the SQL protocol, maybe it will calculate the neural interface!\"}"], ["created_at", "2016-10-07 18:56:49.308539"], ["updated_at", "2016-10-07 18:56:49.308539"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium ratione est alias sint.\",\"body\":\"Try to quantify the RAM alarm, maybe it will hack the primary transmitter!\"}"], ["created_at", "2016-10-07 18:56:49.311235"], ["updated_at", "2016-10-07 18:56:49.311235"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque ea quis.\",\"body\":\"You can't synthesize the port without calculating the redundant SCSI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:49.313136"], ["updated_at", "2016-10-07 18:56:49.313136"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus assumenda minus animi id dicta.\",\"body\":\"Try to index the SMS capacitor, maybe it will input the primary port!\"}"], ["created_at", "2016-10-07 18:56:49.315242"], ["updated_at", "2016-10-07 18:56:49.315242"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias delectus fugit magni doloremque sint.\",\"body\":\"Try to hack the IB card, maybe it will override the back-end interface!\"}"], ["created_at", "2016-10-07 18:56:49.319124"], ["updated_at", "2016-10-07 18:56:49.319124"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta illum a et exercitationem qui enim.\",\"body\":\"You can't generate the card without overriding the digital THX protocol!\"}"], ["created_at", "2016-10-07 18:56:49.320661"], ["updated_at", "2016-10-07 18:56:49.320661"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis nemo enim impedit.\",\"body\":\"Overriding the monitor won't do anything, we need to quantify the cross-platform css matrix!\"}"], ["created_at", "2016-10-07 18:56:49.322071"], ["updated_at", "2016-10-07 18:56:49.322071"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero mollitia ab soluta et a et et.\",\"body\":\"If we transmit the feed, we can get to the PCI monitor through the solid state XML monitor!\"}"], ["created_at", "2016-10-07 18:56:49.323700"], ["updated_at", "2016-10-07 18:56:49.323700"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum impedit veniam sunt autem ipsam hic.\",\"body\":\"If we reboot the feed, we can get to the COM capacitor through the neural THX driver!\"}"], ["created_at", "2016-10-07 18:56:49.325191"], ["updated_at", "2016-10-07 18:56:49.325191"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta pariatur vel aut nemo qui.\",\"body\":\"We need to calculate the neural SDD firewall!\"}"], ["created_at", "2016-10-07 18:56:49.326746"], ["updated_at", "2016-10-07 18:56:49.326746"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptas magni et dolorum commodi in.\",\"body\":\"I'll index the digital JSON driver, that should bus the RSS panel!\"}"], ["created_at", "2016-10-07 18:56:49.328461"], ["updated_at", "2016-10-07 18:56:49.328461"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo aut dolores minima.\",\"body\":\"The SMS system is down, navigate the back-end panel so we can reboot the HTTP transmitter!\"}"], ["created_at", "2016-10-07 18:56:49.329908"], ["updated_at", "2016-10-07 18:56:49.329908"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga accusantium omnis molestiae.\",\"body\":\"If we input the application, we can get to the JBOD panel through the auxiliary FTP feed!\"}"], ["created_at", "2016-10-07 18:56:49.333027"], ["updated_at", "2016-10-07 18:56:49.333027"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate beatae nostrum doloribus.\",\"body\":\"Generating the feed won't do anything, we need to navigate the wireless exe hard drive!\"}"], ["created_at", "2016-10-07 18:56:49.335716"], ["updated_at", "2016-10-07 18:56:49.335716"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam laudantium error et repellat aut assumenda et.\",\"body\":\"Use the wireless JSON hard drive, then you can index the wireless circuit!\"}"], ["created_at", "2016-10-07 18:56:49.338378"], ["updated_at", "2016-10-07 18:56:49.338378"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem quisquam molestias dolorum soluta provident ut.\",\"body\":\"We need to parse the mobile SQL array!\"}"], ["created_at", "2016-10-07 18:56:49.339468"], ["updated_at", "2016-10-07 18:56:49.339468"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero culpa dolorum corrupti in sit et vel.\",\"body\":\"The PNG capacitor is down, hack the neural matrix so we can hack the XSS firewall!\"}"], ["created_at", "2016-10-07 18:56:49.340675"], ["updated_at", "2016-10-07 18:56:49.340675"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos iste dolores libero qui harum ipsa voluptatibus.\",\"body\":\"Use the haptic CSS transmitter, then you can connect the multi-byte protocol!\"}"], ["created_at", "2016-10-07 18:56:49.342539"], ["updated_at", "2016-10-07 18:56:49.342539"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut nisi in nesciunt et placeat.\",\"body\":\"I'll synthesize the back-end HDD circuit, that should transmitter the JBOD monitor!\"}"], ["created_at", "2016-10-07 18:56:49.344997"], ["updated_at", "2016-10-07 18:56:49.344997"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos iure non ut.\",\"body\":\"We need to override the 1080p THX bandwidth!\"}"], ["created_at", "2016-10-07 18:56:49.348814"], ["updated_at", "2016-10-07 18:56:49.348814"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et velit.\",\"body\":\"We need to override the optical FTP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:49.350984"], ["updated_at", "2016-10-07 18:56:49.350984"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel sunt impedit.\",\"body\":\"Use the cross-platform IB circuit, then you can back up the 1080p matrix!\"}"], ["created_at", "2016-10-07 18:56:49.352813"], ["updated_at", "2016-10-07 18:56:49.352813"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque nihil iusto.\",\"body\":\"Hacking the bus won't do anything, we need to override the virtual xss interface!\"}"], ["created_at", "2016-10-07 18:56:49.356358"], ["updated_at", "2016-10-07 18:56:49.356358"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto odit maxime saepe deserunt eos magnam nemo.\",\"body\":\"The JSON application is down, synthesize the digital bus so we can input the PNG feed!\"}"], ["created_at", "2016-10-07 18:56:49.357766"], ["updated_at", "2016-10-07 18:56:49.357766"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam asperiores alias placeat reprehenderit voluptates vel pariatur.\",\"body\":\"You can't program the system without hacking the solid state PCI application!\"}"], ["created_at", "2016-10-07 18:56:49.359204"], ["updated_at", "2016-10-07 18:56:49.359204"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam rerum blanditiis iure.\",\"body\":\"I'll reboot the virtual HDD program, that should array the HDD transmitter!\"}"], ["created_at", "2016-10-07 18:56:49.360791"], ["updated_at", "2016-10-07 18:56:49.360791"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil beatae delectus nesciunt quae reiciendis.\",\"body\":\"Hacking the protocol won't do anything, we need to synthesize the online sms system!\"}"], ["created_at", "2016-10-07 18:56:49.365314"], ["updated_at", "2016-10-07 18:56:49.365314"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quo aperiam ab sit voluptate voluptatem nam.\",\"body\":\"If we connect the card, we can get to the COM sensor through the optical JSON monitor!\"}"], ["created_at", "2016-10-07 18:56:49.367225"], ["updated_at", "2016-10-07 18:56:49.367225"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste molestiae temporibus consectetur ullam ut.\",\"body\":\"Programming the protocol won't do anything, we need to quantify the mobile exe sensor!\"}"], ["created_at", "2016-10-07 18:56:49.369324"], ["updated_at", "2016-10-07 18:56:49.369324"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam et quia.\",\"body\":\"You can't synthesize the circuit without programming the mobile SMS interface!\"}"], ["created_at", "2016-10-07 18:56:49.372608"], ["updated_at", "2016-10-07 18:56:49.372608"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate laudantium cum quae et tempore recusandae.\",\"body\":\"If we copy the capacitor, we can get to the AI panel through the back-end AI port!\"}"], ["created_at", "2016-10-07 18:56:49.374435"], ["updated_at", "2016-10-07 18:56:49.374435"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus quaerat voluptatum temporibus.\",\"body\":\"I'll transmit the online HDD application, that should feed the AGP application!\"}"], ["created_at", "2016-10-07 18:56:49.376712"], ["updated_at", "2016-10-07 18:56:49.376712"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo in excepturi.\",\"body\":\"I'll synthesize the virtual SSL firewall, that should driver the SMTP feed!\"}"], ["created_at", "2016-10-07 18:56:49.378698"], ["updated_at", "2016-10-07 18:56:49.378698"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia omnis rem sint cumque iste incidunt.\",\"body\":\"If we synthesize the sensor, we can get to the JBOD array through the online SCSI hard drive!\"}"], ["created_at", "2016-10-07 18:56:49.380918"], ["updated_at", "2016-10-07 18:56:49.380918"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur incidunt culpa.\",\"body\":\"I'll hack the cross-platform RAM application, that should system the HDD alarm!\"}"], ["created_at", "2016-10-07 18:56:49.383009"], ["updated_at", "2016-10-07 18:56:49.383009"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum nulla molestiae quia molestiae reiciendis et.\",\"body\":\"You can't generate the array without hacking the primary XSS array!\"}"], ["created_at", "2016-10-07 18:56:49.384820"], ["updated_at", "2016-10-07 18:56:49.384820"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum voluptatibus culpa sequi eum.\",\"body\":\"If we transmit the protocol, we can get to the HDD transmitter through the multi-byte JSON array!\"}"], ["created_at", "2016-10-07 18:56:49.386610"], ["updated_at", "2016-10-07 18:56:49.386610"]] SQL (0.6ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo cum temporibus quo quis.\",\"body\":\"The SQL panel is down, generate the online capacitor so we can hack the AGP array!\"}"], ["created_at", "2016-10-07 18:56:49.391962"], ["updated_at", "2016-10-07 18:56:49.391962"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit labore impedit.\",\"body\":\"I'll program the 1080p HDD interface, that should sensor the RAM matrix!\"}"], ["created_at", "2016-10-07 18:56:49.396252"], ["updated_at", "2016-10-07 18:56:49.396252"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ea qui.\",\"body\":\"Use the mobile PCI bandwidth, then you can transmit the solid state system!\"}"], ["created_at", "2016-10-07 18:56:49.398889"], ["updated_at", "2016-10-07 18:56:49.398889"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum deleniti velit et necessitatibus est quas aut.\",\"body\":\"The JSON alarm is down, navigate the optical panel so we can index the JSON microchip!\"}"], ["created_at", "2016-10-07 18:56:49.402898"], ["updated_at", "2016-10-07 18:56:49.402898"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere voluptatem nobis recusandae quia explicabo.\",\"body\":\"Use the auxiliary TCP hard drive, then you can reboot the redundant interface!\"}"], ["created_at", "2016-10-07 18:56:49.406286"], ["updated_at", "2016-10-07 18:56:49.406286"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum id nemo qui unde ut.\",\"body\":\"Try to reboot the IB capacitor, maybe it will program the 1080p driver!\"}"], ["created_at", "2016-10-07 18:56:49.411807"], ["updated_at", "2016-10-07 18:56:49.411807"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto molestias eum molestiae consequatur minus omnis perferendis.\",\"body\":\"The GB card is down, navigate the 1080p application so we can bypass the SDD program!\"}"], ["created_at", "2016-10-07 18:56:49.417162"], ["updated_at", "2016-10-07 18:56:49.417162"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ut eos et fugiat aperiam porro nihil.\",\"body\":\"The SQL pixel is down, back up the auxiliary hard drive so we can input the SAS firewall!\"}"], ["created_at", "2016-10-07 18:56:49.420047"], ["updated_at", "2016-10-07 18:56:49.420047"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt sit qui.\",\"body\":\"If we override the circuit, we can get to the JBOD hard drive through the multi-byte SAS driver!\"}"], ["created_at", "2016-10-07 18:56:49.422551"], ["updated_at", "2016-10-07 18:56:49.422551"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium tempora sit eveniet rerum temporibus odio perspiciatis.\",\"body\":\"The ADP alarm is down, program the wireless circuit so we can calculate the GB panel!\"}"], ["created_at", "2016-10-07 18:56:49.428044"], ["updated_at", "2016-10-07 18:56:49.428044"]] SQL (0.6ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur enim voluptatum deleniti sunt quo.\",\"body\":\"I'll index the cross-platform AGP interface, that should system the GB port!\"}"], ["created_at", "2016-10-07 18:56:49.430876"], ["updated_at", "2016-10-07 18:56:49.430876"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quos omnis fuga molestias ratione esse eum.\",\"body\":\"The SMTP sensor is down, bypass the bluetooth system so we can hack the GB program!\"}"], ["created_at", "2016-10-07 18:56:49.435863"], ["updated_at", "2016-10-07 18:56:49.435863"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis inventore illo.\",\"body\":\"We need to navigate the primary SMTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.438531"], ["updated_at", "2016-10-07 18:56:49.438531"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla eligendi molestiae quas.\",\"body\":\"If we connect the program, we can get to the FTP bandwidth through the primary XML bandwidth!\"}"], ["created_at", "2016-10-07 18:56:49.440474"], ["updated_at", "2016-10-07 18:56:49.440474"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia quia quis delectus quod.\",\"body\":\"The EXE port is down, calculate the digital firewall so we can reboot the THX microchip!\"}"], ["created_at", "2016-10-07 18:56:49.444039"], ["updated_at", "2016-10-07 18:56:49.444039"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi tempora voluptates iure fuga et voluptatem perspiciatis.\",\"body\":\"Synthesizing the feed won't do anything, we need to program the primary sql alarm!\"}"], ["created_at", "2016-10-07 18:56:49.446265"], ["updated_at", "2016-10-07 18:56:49.446265"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod iure corporis libero.\",\"body\":\"You can't navigate the feed without quantifying the wireless FTP sensor!\"}"], ["created_at", "2016-10-07 18:56:49.447398"], ["updated_at", "2016-10-07 18:56:49.447398"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam eveniet a iure dolorem voluptatem cum.\",\"body\":\"You can't hack the alarm without synthesizing the redundant RAM microchip!\"}"], ["created_at", "2016-10-07 18:56:49.449327"], ["updated_at", "2016-10-07 18:56:49.449327"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolore esse labore.\",\"body\":\"If we transmit the panel, we can get to the SCSI interface through the auxiliary THX card!\"}"], ["created_at", "2016-10-07 18:56:49.451561"], ["updated_at", "2016-10-07 18:56:49.451561"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse id omnis blanditiis.\",\"body\":\"You can't synthesize the program without parsing the multi-byte ADP panel!\"}"], ["created_at", "2016-10-07 18:56:49.452901"], ["updated_at", "2016-10-07 18:56:49.452901"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi distinctio aut nisi est corrupti cumque iure.\",\"body\":\"If we reboot the circuit, we can get to the FTP microchip through the online SSL system!\"}"], ["created_at", "2016-10-07 18:56:49.454444"], ["updated_at", "2016-10-07 18:56:49.454444"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio quo nobis consectetur aliquid molestias sunt corrupti.\",\"body\":\"The RAM firewall is down, back up the open-source sensor so we can copy the SAS microchip!\"}"], ["created_at", "2016-10-07 18:56:49.458025"], ["updated_at", "2016-10-07 18:56:49.458025"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est qui officiis corporis.\",\"body\":\"If we bypass the hard drive, we can get to the RAM program through the solid state IB firewall!\"}"], ["created_at", "2016-10-07 18:56:49.460879"], ["updated_at", "2016-10-07 18:56:49.460879"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In ut ea.\",\"body\":\"We need to synthesize the bluetooth TCP card!\"}"], ["created_at", "2016-10-07 18:56:49.462616"], ["updated_at", "2016-10-07 18:56:49.462616"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas numquam et a.\",\"body\":\"We need to reboot the neural HDD port!\"}"], ["created_at", "2016-10-07 18:56:49.464917"], ["updated_at", "2016-10-07 18:56:49.464917"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium earum quod.\",\"body\":\"We need to hack the solid state SMS sensor!\"}"], ["created_at", "2016-10-07 18:56:49.468511"], ["updated_at", "2016-10-07 18:56:49.468511"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis modi ut.\",\"body\":\"Calculating the system won't do anything, we need to calculate the mobile thx monitor!\"}"], ["created_at", "2016-10-07 18:56:49.470294"], ["updated_at", "2016-10-07 18:56:49.470294"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita esse quam et et aspernatur fuga.\",\"body\":\"You can't synthesize the matrix without overriding the optical PNG firewall!\"}"], ["created_at", "2016-10-07 18:56:49.474012"], ["updated_at", "2016-10-07 18:56:49.474012"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit consequatur id magnam modi asperiores.\",\"body\":\"I'll copy the haptic TCP firewall, that should monitor the SMTP transmitter!\"}"], ["created_at", "2016-10-07 18:56:49.477977"], ["updated_at", "2016-10-07 18:56:49.477977"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam doloribus ratione sit a qui.\",\"body\":\"Use the redundant AGP hard drive, then you can quantify the virtual microchip!\"}"], ["created_at", "2016-10-07 18:56:49.480360"], ["updated_at", "2016-10-07 18:56:49.480360"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur et ea officia reiciendis rerum cum voluptas.\",\"body\":\"Try to quantify the JBOD capacitor, maybe it will index the back-end bandwidth!\"}"], ["created_at", "2016-10-07 18:56:49.482262"], ["updated_at", "2016-10-07 18:56:49.482262"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem in ut praesentium amet.\",\"body\":\"You can't connect the application without connecting the mobile PNG card!\"}"], ["created_at", "2016-10-07 18:56:49.485810"], ["updated_at", "2016-10-07 18:56:49.485810"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit non optio.\",\"body\":\"The CSS system is down, calculate the open-source feed so we can calculate the EXE pixel!\"}"], ["created_at", "2016-10-07 18:56:49.488164"], ["updated_at", "2016-10-07 18:56:49.488164"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptate pariatur consectetur quia praesentium consequatur.\",\"body\":\"Try to bypass the SMTP protocol, maybe it will copy the wireless system!\"}"], ["created_at", "2016-10-07 18:56:49.492448"], ["updated_at", "2016-10-07 18:56:49.492448"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis tempore minus aut sapiente molestias rem.\",\"body\":\"We need to parse the bluetooth HTTP array!\"}"], ["created_at", "2016-10-07 18:56:49.495637"], ["updated_at", "2016-10-07 18:56:49.495637"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus et quis.\",\"body\":\"Hacking the panel won't do anything, we need to reboot the haptic usb protocol!\"}"], ["created_at", "2016-10-07 18:56:49.497341"], ["updated_at", "2016-10-07 18:56:49.497341"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid vel laborum dicta qui maxime.\",\"body\":\"You can't reboot the feed without copying the bluetooth HDD feed!\"}"], ["created_at", "2016-10-07 18:56:49.500779"], ["updated_at", "2016-10-07 18:56:49.500779"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ut totam.\",\"body\":\"If we override the system, we can get to the SQL capacitor through the cross-platform FTP protocol!\"}"], ["created_at", "2016-10-07 18:56:49.503478"], ["updated_at", "2016-10-07 18:56:49.503478"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est praesentium necessitatibus occaecati et quae laboriosam quos.\",\"body\":\"Try to copy the SMTP protocol, maybe it will bypass the virtual array!\"}"], ["created_at", "2016-10-07 18:56:49.505155"], ["updated_at", "2016-10-07 18:56:49.505155"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad dolor inventore incidunt.\",\"body\":\"You can't input the hard drive without transmitting the primary PNG firewall!\"}"], ["created_at", "2016-10-07 18:56:49.508419"], ["updated_at", "2016-10-07 18:56:49.508419"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati sit quo est.\",\"body\":\"If we bypass the hard drive, we can get to the SDD array through the cross-platform HTTP card!\"}"], ["created_at", "2016-10-07 18:56:49.512537"], ["updated_at", "2016-10-07 18:56:49.512537"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit est repudiandae recusandae autem voluptas.\",\"body\":\"I'll quantify the bluetooth TCP driver, that should system the PNG firewall!\"}"], ["created_at", "2016-10-07 18:56:49.514388"], ["updated_at", "2016-10-07 18:56:49.514388"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium qui maiores.\",\"body\":\"Try to parse the XSS transmitter, maybe it will bypass the online program!\"}"], ["created_at", "2016-10-07 18:56:49.518747"], ["updated_at", "2016-10-07 18:56:49.518747"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad illo odio omnis et pariatur.\",\"body\":\"We need to reboot the solid state HDD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:49.520475"], ["updated_at", "2016-10-07 18:56:49.520475"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed dolor modi sit nostrum quia aut.\",\"body\":\"If we synthesize the matrix, we can get to the RSS circuit through the optical SCSI alarm!\"}"], ["created_at", "2016-10-07 18:56:49.522618"], ["updated_at", "2016-10-07 18:56:49.522618"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium dolore iste reiciendis incidunt.\",\"body\":\"Backing up the transmitter won't do anything, we need to back up the bluetooth tcp bandwidth!\"}"], ["created_at", "2016-10-07 18:56:49.528431"], ["updated_at", "2016-10-07 18:56:49.528431"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut esse commodi.\",\"body\":\"The TCP bandwidth is down, input the auxiliary application so we can navigate the CSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.530338"], ["updated_at", "2016-10-07 18:56:49.530338"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam et enim et.\",\"body\":\"Compressing the program won't do anything, we need to reboot the redundant ib monitor!\"}"], ["created_at", "2016-10-07 18:56:49.534683"], ["updated_at", "2016-10-07 18:56:49.534683"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex ipsa consectetur.\",\"body\":\"Use the 1080p COM alarm, then you can program the haptic system!\"}"], ["created_at", "2016-10-07 18:56:49.537078"], ["updated_at", "2016-10-07 18:56:49.537078"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste vero praesentium ratione eos fugiat eligendi.\",\"body\":\"We need to override the neural JSON system!\"}"], ["created_at", "2016-10-07 18:56:49.543484"], ["updated_at", "2016-10-07 18:56:49.543484"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis recusandae sunt magnam nesciunt velit deleniti aut.\",\"body\":\"Transmitting the bus won't do anything, we need to input the online ai panel!\"}"], ["created_at", "2016-10-07 18:56:49.545862"], ["updated_at", "2016-10-07 18:56:49.545862"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia sed cum doloremque similique quis dolores quo.\",\"body\":\"Backing up the array won't do anything, we need to hack the online rss application!\"}"], ["created_at", "2016-10-07 18:56:49.548554"], ["updated_at", "2016-10-07 18:56:49.548554"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium quod consequuntur.\",\"body\":\"Hacking the pixel won't do anything, we need to reboot the digital tcp system!\"}"], ["created_at", "2016-10-07 18:56:49.552266"], ["updated_at", "2016-10-07 18:56:49.552266"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non distinctio eius molestiae.\",\"body\":\"The COM sensor is down, compress the redundant driver so we can hack the SCSI bus!\"}"], ["created_at", "2016-10-07 18:56:49.556609"], ["updated_at", "2016-10-07 18:56:49.556609"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat consectetur beatae tempora natus vel.\",\"body\":\"We need to program the cross-platform SQL sensor!\"}"], ["created_at", "2016-10-07 18:56:49.561811"], ["updated_at", "2016-10-07 18:56:49.561811"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A id asperiores sequi culpa doloremque est et.\",\"body\":\"The HTTP feed is down, parse the redundant hard drive so we can calculate the GB transmitter!\"}"], ["created_at", "2016-10-07 18:56:49.563580"], ["updated_at", "2016-10-07 18:56:49.563580"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum dolor ut suscipit voluptatibus et optio.\",\"body\":\"The COM capacitor is down, generate the digital card so we can bypass the IB monitor!\"}"], ["created_at", "2016-10-07 18:56:49.566204"], ["updated_at", "2016-10-07 18:56:49.566204"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta eligendi atque.\",\"body\":\"Compressing the sensor won't do anything, we need to hack the virtual gb circuit!\"}"], ["created_at", "2016-10-07 18:56:49.570149"], ["updated_at", "2016-10-07 18:56:49.570149"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita ut eaque sit nesciunt tempore sed consequuntur.\",\"body\":\"Parsing the protocol won't do anything, we need to reboot the open-source jbod port!\"}"], ["created_at", "2016-10-07 18:56:49.572912"], ["updated_at", "2016-10-07 18:56:49.572912"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti porro sint doloremque cumque rem.\",\"body\":\"Try to index the USB interface, maybe it will index the neural capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.574307"], ["updated_at", "2016-10-07 18:56:49.574307"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui saepe voluptatem error maxime quas.\",\"body\":\"If we navigate the circuit, we can get to the PNG bus through the wireless RAM microchip!\"}"], ["created_at", "2016-10-07 18:56:49.575483"], ["updated_at", "2016-10-07 18:56:49.575483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor et et accusantium.\",\"body\":\"You can't transmit the circuit without calculating the wireless PCI interface!\"}"], ["created_at", "2016-10-07 18:56:49.576563"], ["updated_at", "2016-10-07 18:56:49.576563"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus quod eum non mollitia.\",\"body\":\"You can't override the panel without bypassing the wireless RAM panel!\"}"], ["created_at", "2016-10-07 18:56:49.577583"], ["updated_at", "2016-10-07 18:56:49.577583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id et nemo fugiat facere architecto et.\",\"body\":\"If we transmit the bus, we can get to the USB monitor through the primary ADP feed!\"}"], ["created_at", "2016-10-07 18:56:49.578588"], ["updated_at", "2016-10-07 18:56:49.578588"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates tempora animi officiis mollitia consequatur sequi.\",\"body\":\"Use the open-source SCSI feed, then you can index the auxiliary transmitter!\"}"], ["created_at", "2016-10-07 18:56:49.579586"], ["updated_at", "2016-10-07 18:56:49.579586"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque quae necessitatibus aut.\",\"body\":\"We need to bypass the back-end RSS circuit!\"}"], ["created_at", "2016-10-07 18:56:49.580826"], ["updated_at", "2016-10-07 18:56:49.580826"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus consequatur libero molestiae eum blanditiis.\",\"body\":\"Copying the microchip won't do anything, we need to navigate the cross-platform exe hard drive!\"}"], ["created_at", "2016-10-07 18:56:49.584347"], ["updated_at", "2016-10-07 18:56:49.584347"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque quas necessitatibus eum et.\",\"body\":\"We need to parse the primary AI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:49.587848"], ["updated_at", "2016-10-07 18:56:49.587848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos voluptatem quisquam sit aut enim quia.\",\"body\":\"The SQL card is down, generate the wireless bandwidth so we can override the XML sensor!\"}"], ["created_at", "2016-10-07 18:56:49.589563"], ["updated_at", "2016-10-07 18:56:49.589563"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius ipsam omnis rerum officia aut.\",\"body\":\"Calculating the capacitor won't do anything, we need to parse the primary adp alarm!\"}"], ["created_at", "2016-10-07 18:56:49.590582"], ["updated_at", "2016-10-07 18:56:49.590582"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus nisi omnis repellat.\",\"body\":\"If we program the matrix, we can get to the AI feed through the redundant CSS pixel!\"}"], ["created_at", "2016-10-07 18:56:49.591695"], ["updated_at", "2016-10-07 18:56:49.591695"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui pariatur ut velit.\",\"body\":\"If we program the firewall, we can get to the USB firewall through the solid state ADP card!\"}"], ["created_at", "2016-10-07 18:56:49.592697"], ["updated_at", "2016-10-07 18:56:49.592697"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia amet libero consequatur delectus nisi ipsa ut.\",\"body\":\"We need to navigate the optical SDD card!\"}"], ["created_at", "2016-10-07 18:56:49.594088"], ["updated_at", "2016-10-07 18:56:49.594088"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt repellat unde nobis dolore.\",\"body\":\"Try to parse the XML panel, maybe it will input the auxiliary protocol!\"}"], ["created_at", "2016-10-07 18:56:49.595520"], ["updated_at", "2016-10-07 18:56:49.595520"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo vel mollitia error.\",\"body\":\"The CSS array is down, index the solid state application so we can reboot the XSS circuit!\"}"], ["created_at", "2016-10-07 18:56:49.597166"], ["updated_at", "2016-10-07 18:56:49.597166"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere rerum facilis velit.\",\"body\":\"Use the open-source SAS monitor, then you can quantify the bluetooth transmitter!\"}"], ["created_at", "2016-10-07 18:56:49.599075"], ["updated_at", "2016-10-07 18:56:49.599075"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque dolor et ea facilis.\",\"body\":\"We need to index the solid state RAM driver!\"}"], ["created_at", "2016-10-07 18:56:49.600958"], ["updated_at", "2016-10-07 18:56:49.600958"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio maiores harum qui.\",\"body\":\"Overriding the circuit won't do anything, we need to hack the bluetooth pci program!\"}"], ["created_at", "2016-10-07 18:56:49.605004"], ["updated_at", "2016-10-07 18:56:49.605004"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem ad consectetur recusandae.\",\"body\":\"If we connect the circuit, we can get to the AI bus through the mobile USB driver!\"}"], ["created_at", "2016-10-07 18:56:49.610148"], ["updated_at", "2016-10-07 18:56:49.610148"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti reiciendis saepe quam eius facere.\",\"body\":\"Programming the driver won't do anything, we need to input the 1080p exe firewall!\"}"], ["created_at", "2016-10-07 18:56:49.612208"], ["updated_at", "2016-10-07 18:56:49.612208"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem quidem voluptatem quis ut.\",\"body\":\"Try to input the THX microchip, maybe it will compress the redundant card!\"}"], ["created_at", "2016-10-07 18:56:49.613744"], ["updated_at", "2016-10-07 18:56:49.613744"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam et dolor.\",\"body\":\"We need to connect the primary USB program!\"}"], ["created_at", "2016-10-07 18:56:49.616817"], ["updated_at", "2016-10-07 18:56:49.616817"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur nostrum rem voluptatem qui qui voluptatum ullam.\",\"body\":\"The AGP transmitter is down, navigate the mobile alarm so we can program the PCI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:49.619499"], ["updated_at", "2016-10-07 18:56:49.619499"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos temporibus sint natus voluptas est qui.\",\"body\":\"I'll input the neural RSS port, that should feed the GB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:49.621228"], ["updated_at", "2016-10-07 18:56:49.621228"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est expedita est optio et voluptatem.\",\"body\":\"Try to generate the EXE protocol, maybe it will quantify the bluetooth circuit!\"}"], ["created_at", "2016-10-07 18:56:49.623190"], ["updated_at", "2016-10-07 18:56:49.623190"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis non provident quis aut earum aspernatur.\",\"body\":\"If we compress the interface, we can get to the PCI matrix through the auxiliary PNG pixel!\"}"], ["created_at", "2016-10-07 18:56:49.625317"], ["updated_at", "2016-10-07 18:56:49.625317"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid occaecati corrupti ea mollitia consequatur ipsa ratione.\",\"body\":\"Calculating the firewall won't do anything, we need to quantify the multi-byte json panel!\"}"], ["created_at", "2016-10-07 18:56:49.627368"], ["updated_at", "2016-10-07 18:56:49.627368"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus assumenda explicabo tempora distinctio veritatis iusto.\",\"body\":\"We need to generate the online FTP pixel!\"}"], ["created_at", "2016-10-07 18:56:49.629255"], ["updated_at", "2016-10-07 18:56:49.629255"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet sunt quisquam.\",\"body\":\"Try to reboot the USB driver, maybe it will input the optical bandwidth!\"}"], ["created_at", "2016-10-07 18:56:49.631035"], ["updated_at", "2016-10-07 18:56:49.631035"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis id praesentium possimus.\",\"body\":\"If we connect the interface, we can get to the AI alarm through the wireless RAM program!\"}"], ["created_at", "2016-10-07 18:56:49.634246"], ["updated_at", "2016-10-07 18:56:49.634246"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa facere consequatur porro laudantium fuga.\",\"body\":\"Try to parse the GB microchip, maybe it will bypass the 1080p feed!\"}"], ["created_at", "2016-10-07 18:56:49.636140"], ["updated_at", "2016-10-07 18:56:49.636140"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem itaque error vel pariatur natus.\",\"body\":\"We need to synthesize the 1080p CSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.638211"], ["updated_at", "2016-10-07 18:56:49.638211"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum reiciendis alias ut voluptas aliquid nihil quis.\",\"body\":\"The SQL alarm is down, quantify the solid state port so we can transmit the SMS port!\"}"], ["created_at", "2016-10-07 18:56:49.640350"], ["updated_at", "2016-10-07 18:56:49.640350"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates cupiditate qui illo ut non dolore est.\",\"body\":\"We need to navigate the mobile SMS monitor!\"}"], ["created_at", "2016-10-07 18:56:49.642396"], ["updated_at", "2016-10-07 18:56:49.642396"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur earum maiores non est.\",\"body\":\"Try to override the XML system, maybe it will connect the redundant capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.644481"], ["updated_at", "2016-10-07 18:56:49.644481"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed rerum qui minima.\",\"body\":\"You can't synthesize the bandwidth without compressing the cross-platform JSON circuit!\"}"], ["created_at", "2016-10-07 18:56:49.647347"], ["updated_at", "2016-10-07 18:56:49.647347"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque sed possimus et.\",\"body\":\"You can't back up the program without backing up the online RSS bus!\"}"], ["created_at", "2016-10-07 18:56:49.650990"], ["updated_at", "2016-10-07 18:56:49.650990"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium officia molestias alias omnis dolorum dolores eos.\",\"body\":\"Compressing the interface won't do anything, we need to transmit the primary ib hard drive!\"}"], ["created_at", "2016-10-07 18:56:49.653206"], ["updated_at", "2016-10-07 18:56:49.653206"]] SQL (0.7ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus ducimus repellat aut iusto.\",\"body\":\"Connecting the driver won't do anything, we need to quantify the back-end jbod microchip!\"}"], ["created_at", "2016-10-07 18:56:49.655400"], ["updated_at", "2016-10-07 18:56:49.655400"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum error laboriosam.\",\"body\":\"You can't transmit the microchip without navigating the haptic PCI transmitter!\"}"], ["created_at", "2016-10-07 18:56:49.659602"], ["updated_at", "2016-10-07 18:56:49.659602"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aut quaerat voluptatum ducimus dolorem qui placeat.\",\"body\":\"If we bypass the bandwidth, we can get to the AGP microchip through the 1080p XSS pixel!\"}"], ["created_at", "2016-10-07 18:56:49.661583"], ["updated_at", "2016-10-07 18:56:49.661583"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit accusamus dolore officia.\",\"body\":\"Use the neural TCP bus, then you can hack the multi-byte microchip!\"}"], ["created_at", "2016-10-07 18:56:49.663235"], ["updated_at", "2016-10-07 18:56:49.663235"]] SQL (0.6ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi et distinctio.\",\"body\":\"Compressing the firewall won't do anything, we need to connect the haptic agp protocol!\"}"], ["created_at", "2016-10-07 18:56:49.664897"], ["updated_at", "2016-10-07 18:56:49.664897"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias culpa placeat molestiae quis.\",\"body\":\"If we input the alarm, we can get to the GB bandwidth through the auxiliary RSS pixel!\"}"], ["created_at", "2016-10-07 18:56:49.668596"], ["updated_at", "2016-10-07 18:56:49.668596"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum omnis et expedita eos iure.\",\"body\":\"You can't generate the circuit without hacking the bluetooth XSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:49.671012"], ["updated_at", "2016-10-07 18:56:49.671012"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio ut sit.\",\"body\":\"Try to synthesize the JBOD monitor, maybe it will parse the neural interface!\"}"], ["created_at", "2016-10-07 18:56:49.673407"], ["updated_at", "2016-10-07 18:56:49.673407"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt quidem et omnis.\",\"body\":\"We need to program the neural JSON transmitter!\"}"], ["created_at", "2016-10-07 18:56:49.676234"], ["updated_at", "2016-10-07 18:56:49.676234"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus necessitatibus et est rerum soluta quam facere.\",\"body\":\"If we bypass the interface, we can get to the SMS bus through the optical SCSI system!\"}"], ["created_at", "2016-10-07 18:56:49.678490"], ["updated_at", "2016-10-07 18:56:49.678490"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit at eum sint odit.\",\"body\":\"The HDD microchip is down, connect the solid state alarm so we can hack the SQL monitor!\"}"], ["created_at", "2016-10-07 18:56:49.680058"], ["updated_at", "2016-10-07 18:56:49.680058"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem veritatis rerum.\",\"body\":\"Generating the bandwidth won't do anything, we need to back up the multi-byte exe capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.681565"], ["updated_at", "2016-10-07 18:56:49.681565"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates accusantium saepe sed qui tempore.\",\"body\":\"If we copy the sensor, we can get to the FTP capacitor through the digital CSS driver!\"}"], ["created_at", "2016-10-07 18:56:49.682987"], ["updated_at", "2016-10-07 18:56:49.682987"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero maxime enim et tempore repellat iure unde.\",\"body\":\"The GB microchip is down, back up the multi-byte bandwidth so we can back up the SCSI card!\"}"], ["created_at", "2016-10-07 18:56:49.684354"], ["updated_at", "2016-10-07 18:56:49.684354"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab nesciunt id.\",\"body\":\"If we compress the bus, we can get to the JSON system through the wireless SDD circuit!\"}"], ["created_at", "2016-10-07 18:56:49.685671"], ["updated_at", "2016-10-07 18:56:49.685671"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui odit commodi amet enim corporis.\",\"body\":\"If we index the application, we can get to the JBOD application through the virtual HTTP circuit!\"}"], ["created_at", "2016-10-07 18:56:49.688727"], ["updated_at", "2016-10-07 18:56:49.688727"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam ut nostrum suscipit dolore repellat rerum.\",\"body\":\"Try to reboot the JSON program, maybe it will generate the back-end bus!\"}"], ["created_at", "2016-10-07 18:56:49.690114"], ["updated_at", "2016-10-07 18:56:49.690114"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci consequatur id molestias omnis placeat dolor.\",\"body\":\"Try to calculate the PCI array, maybe it will back up the neural pixel!\"}"], ["created_at", "2016-10-07 18:56:49.692156"], ["updated_at", "2016-10-07 18:56:49.692156"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam quae blanditiis et.\",\"body\":\"Try to calculate the SMS bandwidth, maybe it will calculate the solid state matrix!\"}"], ["created_at", "2016-10-07 18:56:49.693310"], ["updated_at", "2016-10-07 18:56:49.693310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt illum ut iusto dolorem error ipsa voluptate.\",\"body\":\"You can't navigate the array without overriding the mobile ADP matrix!\"}"], ["created_at", "2016-10-07 18:56:49.694269"], ["updated_at", "2016-10-07 18:56:49.694269"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum libero ad et eos.\",\"body\":\"The XML sensor is down, generate the redundant protocol so we can connect the SCSI pixel!\"}"], ["created_at", "2016-10-07 18:56:49.695201"], ["updated_at", "2016-10-07 18:56:49.695201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut pariatur cum.\",\"body\":\"Use the haptic EXE transmitter, then you can program the solid state pixel!\"}"], ["created_at", "2016-10-07 18:56:49.696097"], ["updated_at", "2016-10-07 18:56:49.696097"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum quibusdam cumque quis laboriosam.\",\"body\":\"Synthesizing the pixel won't do anything, we need to hack the bluetooth ftp circuit!\"}"], ["created_at", "2016-10-07 18:56:49.697108"], ["updated_at", "2016-10-07 18:56:49.697108"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum sit ut molestiae alias.\",\"body\":\"We need to quantify the multi-byte PNG capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.698593"], ["updated_at", "2016-10-07 18:56:49.698593"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur asperiores quia quis laboriosam sint quia.\",\"body\":\"Try to calculate the AGP card, maybe it will index the wireless interface!\"}"], ["created_at", "2016-10-07 18:56:49.699894"], ["updated_at", "2016-10-07 18:56:49.699894"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed officiis amet ut reprehenderit.\",\"body\":\"We need to transmit the haptic AGP array!\"}"], ["created_at", "2016-10-07 18:56:49.702060"], ["updated_at", "2016-10-07 18:56:49.702060"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo rerum ullam consectetur officiis.\",\"body\":\"Try to input the GB protocol, maybe it will override the 1080p program!\"}"], ["created_at", "2016-10-07 18:56:49.704243"], ["updated_at", "2016-10-07 18:56:49.704243"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est veniam ea aut quidem culpa sit.\",\"body\":\"The XSS port is down, transmit the digital feed so we can synthesize the TCP feed!\"}"], ["created_at", "2016-10-07 18:56:49.706283"], ["updated_at", "2016-10-07 18:56:49.706283"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta labore molestiae.\",\"body\":\"We need to calculate the back-end EXE program!\"}"], ["created_at", "2016-10-07 18:56:49.707637"], ["updated_at", "2016-10-07 18:56:49.707637"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio est at.\",\"body\":\"Use the optical AI system, then you can compress the online system!\"}"], ["created_at", "2016-10-07 18:56:49.708714"], ["updated_at", "2016-10-07 18:56:49.708714"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem velit dolore sit id doloremque.\",\"body\":\"Connecting the driver won't do anything, we need to program the solid state thx array!\"}"], ["created_at", "2016-10-07 18:56:49.709751"], ["updated_at", "2016-10-07 18:56:49.709751"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo voluptate quaerat.\",\"body\":\"Navigating the system won't do anything, we need to program the mobile exe feed!\"}"], ["created_at", "2016-10-07 18:56:49.710803"], ["updated_at", "2016-10-07 18:56:49.710803"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui numquam iste voluptas totam qui sed.\",\"body\":\"Use the wireless GB circuit, then you can compress the bluetooth monitor!\"}"], ["created_at", "2016-10-07 18:56:49.711862"], ["updated_at", "2016-10-07 18:56:49.711862"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem minima esse et enim.\",\"body\":\"Parsing the alarm won't do anything, we need to quantify the wireless ai panel!\"}"], ["created_at", "2016-10-07 18:56:49.712947"], ["updated_at", "2016-10-07 18:56:49.712947"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate non nihil.\",\"body\":\"Use the auxiliary XSS bandwidth, then you can index the wireless bus!\"}"], ["created_at", "2016-10-07 18:56:49.714185"], ["updated_at", "2016-10-07 18:56:49.714185"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae et harum mollitia tempore occaecati quae.\",\"body\":\"If we copy the feed, we can get to the HDD capacitor through the optical COM driver!\"}"], ["created_at", "2016-10-07 18:56:49.715426"], ["updated_at", "2016-10-07 18:56:49.715426"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In aut ea possimus.\",\"body\":\"The HTTP application is down, connect the neural interface so we can input the GB circuit!\"}"], ["created_at", "2016-10-07 18:56:49.716771"], ["updated_at", "2016-10-07 18:56:49.716771"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel adipisci omnis.\",\"body\":\"Indexing the driver won't do anything, we need to copy the auxiliary jbod interface!\"}"], ["created_at", "2016-10-07 18:56:49.718191"], ["updated_at", "2016-10-07 18:56:49.718191"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi fugiat cupiditate impedit dolor ab et.\",\"body\":\"If we generate the interface, we can get to the HTTP transmitter through the solid state HDD microchip!\"}"], ["created_at", "2016-10-07 18:56:49.721268"], ["updated_at", "2016-10-07 18:56:49.721268"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum consequatur quo natus nihil voluptatibus officiis.\",\"body\":\"Try to reboot the ADP protocol, maybe it will reboot the neural array!\"}"], ["created_at", "2016-10-07 18:56:49.724163"], ["updated_at", "2016-10-07 18:56:49.724163"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et similique tempore illo at.\",\"body\":\"The TCP matrix is down, transmit the haptic microchip so we can connect the JSON bandwidth!\"}"], ["created_at", "2016-10-07 18:56:49.725718"], ["updated_at", "2016-10-07 18:56:49.725718"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis velit molestias quod.\",\"body\":\"If we generate the driver, we can get to the RSS panel through the optical JBOD protocol!\"}"], ["created_at", "2016-10-07 18:56:49.727143"], ["updated_at", "2016-10-07 18:56:49.727143"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis eum earum aut.\",\"body\":\"I'll hack the cross-platform HDD driver, that should system the SCSI feed!\"}"], ["created_at", "2016-10-07 18:56:49.728368"], ["updated_at", "2016-10-07 18:56:49.728368"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime ratione voluptatum non veniam.\",\"body\":\"Try to index the THX sensor, maybe it will connect the mobile protocol!\"}"], ["created_at", "2016-10-07 18:56:49.729476"], ["updated_at", "2016-10-07 18:56:49.729476"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique labore nam quia velit molestiae assumenda aut.\",\"body\":\"Try to hack the XML pixel, maybe it will calculate the primary firewall!\"}"], ["created_at", "2016-10-07 18:56:49.730618"], ["updated_at", "2016-10-07 18:56:49.730618"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam quia saepe ut autem.\",\"body\":\"We need to reboot the virtual PCI microchip!\"}"], ["created_at", "2016-10-07 18:56:49.731780"], ["updated_at", "2016-10-07 18:56:49.731780"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae dolorum natus illo quis recusandae.\",\"body\":\"Hacking the hard drive won't do anything, we need to hack the solid state css firewall!\"}"], ["created_at", "2016-10-07 18:56:49.733348"], ["updated_at", "2016-10-07 18:56:49.733348"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae sit asperiores quis.\",\"body\":\"I'll connect the primary EXE system, that should hard drive the GB sensor!\"}"], ["created_at", "2016-10-07 18:56:49.736932"], ["updated_at", "2016-10-07 18:56:49.736932"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum corrupti nulla ut labore reprehenderit.\",\"body\":\"Overriding the sensor won't do anything, we need to calculate the optical scsi firewall!\"}"], ["created_at", "2016-10-07 18:56:49.738936"], ["updated_at", "2016-10-07 18:56:49.738936"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab nesciunt nulla molestiae.\",\"body\":\"Synthesizing the application won't do anything, we need to transmit the online smtp port!\"}"], ["created_at", "2016-10-07 18:56:49.740079"], ["updated_at", "2016-10-07 18:56:49.740079"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem eum et ut voluptas est mollitia et.\",\"body\":\"You can't transmit the pixel without hacking the multi-byte HDD driver!\"}"], ["created_at", "2016-10-07 18:56:49.741187"], ["updated_at", "2016-10-07 18:56:49.741187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa voluptatem ea harum.\",\"body\":\"Programming the card won't do anything, we need to program the solid state json transmitter!\"}"], ["created_at", "2016-10-07 18:56:49.742181"], ["updated_at", "2016-10-07 18:56:49.742181"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos laboriosam omnis dolores ut dolor eum animi.\",\"body\":\"I'll navigate the wireless HTTP firewall, that should protocol the SMTP panel!\"}"], ["created_at", "2016-10-07 18:56:49.743126"], ["updated_at", "2016-10-07 18:56:49.743126"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora omnis placeat.\",\"body\":\"Try to generate the TCP protocol, maybe it will bypass the optical bus!\"}"], ["created_at", "2016-10-07 18:56:49.744015"], ["updated_at", "2016-10-07 18:56:49.744015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum et ullam officiis rerum aut nihil.\",\"body\":\"I'll hack the digital JBOD hard drive, that should microchip the CSS firewall!\"}"], ["created_at", "2016-10-07 18:56:49.744886"], ["updated_at", "2016-10-07 18:56:49.744886"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut libero eos.\",\"body\":\"We need to parse the solid state SAS system!\"}"], ["created_at", "2016-10-07 18:56:49.745801"], ["updated_at", "2016-10-07 18:56:49.745801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis iste aliquam.\",\"body\":\"Try to program the SAS array, maybe it will generate the bluetooth port!\"}"], ["created_at", "2016-10-07 18:56:49.746726"], ["updated_at", "2016-10-07 18:56:49.746726"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed quasi veritatis commodi nam illum.\",\"body\":\"If we quantify the alarm, we can get to the FTP circuit through the optical PNG array!\"}"], ["created_at", "2016-10-07 18:56:49.747688"], ["updated_at", "2016-10-07 18:56:49.747688"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quidem dolores dolorum et.\",\"body\":\"If we parse the hard drive, we can get to the CSS bandwidth through the mobile CSS alarm!\"}"], ["created_at", "2016-10-07 18:56:49.749030"], ["updated_at", "2016-10-07 18:56:49.749030"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit dolor aspernatur.\",\"body\":\"Use the mobile EXE capacitor, then you can synthesize the auxiliary matrix!\"}"], ["created_at", "2016-10-07 18:56:49.750600"], ["updated_at", "2016-10-07 18:56:49.750600"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aut necessitatibus quidem quis voluptatem.\",\"body\":\"Try to navigate the AGP panel, maybe it will reboot the virtual system!\"}"], ["created_at", "2016-10-07 18:56:49.754587"], ["updated_at", "2016-10-07 18:56:49.754587"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut qui perspiciatis facere et nobis.\",\"body\":\"We need to reboot the primary HDD matrix!\"}"], ["created_at", "2016-10-07 18:56:49.756153"], ["updated_at", "2016-10-07 18:56:49.756153"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed eum fuga quia.\",\"body\":\"The COM feed is down, index the bluetooth firewall so we can navigate the IB bus!\"}"], ["created_at", "2016-10-07 18:56:49.757606"], ["updated_at", "2016-10-07 18:56:49.757606"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem soluta minus maiores pariatur mollitia quia fugit.\",\"body\":\"Use the cross-platform AGP pixel, then you can parse the mobile hard drive!\"}"], ["created_at", "2016-10-07 18:56:49.758851"], ["updated_at", "2016-10-07 18:56:49.758851"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium minima animi ut dolor ex.\",\"body\":\"You can't generate the card without navigating the optical JSON bus!\"}"], ["created_at", "2016-10-07 18:56:49.759962"], ["updated_at", "2016-10-07 18:56:49.759962"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet atque harum quia soluta.\",\"body\":\"I'll connect the auxiliary HDD protocol, that should protocol the JBOD bus!\"}"], ["created_at", "2016-10-07 18:56:49.761023"], ["updated_at", "2016-10-07 18:56:49.761023"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit odit debitis sequi quae.\",\"body\":\"I'll input the mobile AGP hard drive, that should transmitter the HDD interface!\"}"], ["created_at", "2016-10-07 18:56:49.762021"], ["updated_at", "2016-10-07 18:56:49.762021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut molestias exercitationem voluptates temporibus magnam error.\",\"body\":\"Use the online HTTP firewall, then you can program the primary firewall!\"}"], ["created_at", "2016-10-07 18:56:49.763034"], ["updated_at", "2016-10-07 18:56:49.763034"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est quis quo harum maiores vitae.\",\"body\":\"Try to input the XSS protocol, maybe it will compress the multi-byte panel!\"}"], ["created_at", "2016-10-07 18:56:49.764050"], ["updated_at", "2016-10-07 18:56:49.764050"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem laboriosam dolorem.\",\"body\":\"We need to back up the cross-platform ADP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:49.765011"], ["updated_at", "2016-10-07 18:56:49.765011"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur sit exercitationem ratione.\",\"body\":\"I'll copy the bluetooth EXE pixel, that should matrix the SDD program!\"}"], ["created_at", "2016-10-07 18:56:49.766547"], ["updated_at", "2016-10-07 18:56:49.766547"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid maxime veniam quod.\",\"body\":\"Try to synthesize the TCP panel, maybe it will reboot the redundant monitor!\"}"], ["created_at", "2016-10-07 18:56:49.768010"], ["updated_at", "2016-10-07 18:56:49.768010"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem est omnis.\",\"body\":\"Backing up the array won't do anything, we need to navigate the wireless rss transmitter!\"}"], ["created_at", "2016-10-07 18:56:49.771624"], ["updated_at", "2016-10-07 18:56:49.771624"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt vel minima vero.\",\"body\":\"You can't navigate the capacitor without compressing the multi-byte HDD feed!\"}"], ["created_at", "2016-10-07 18:56:49.772847"], ["updated_at", "2016-10-07 18:56:49.772847"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non ad qui praesentium aliquam sequi.\",\"body\":\"Try to quantify the CSS program, maybe it will connect the bluetooth driver!\"}"], ["created_at", "2016-10-07 18:56:49.773829"], ["updated_at", "2016-10-07 18:56:49.773829"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis labore iusto in rerum.\",\"body\":\"The XSS hard drive is down, copy the back-end application so we can navigate the SSL bus!\"}"], ["created_at", "2016-10-07 18:56:49.774729"], ["updated_at", "2016-10-07 18:56:49.774729"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui libero rerum aut dolorem.\",\"body\":\"We need to override the 1080p SAS application!\"}"], ["created_at", "2016-10-07 18:56:49.775597"], ["updated_at", "2016-10-07 18:56:49.775597"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quo sunt laboriosam.\",\"body\":\"The COM system is down, navigate the 1080p bandwidth so we can reboot the THX transmitter!\"}"], ["created_at", "2016-10-07 18:56:49.776455"], ["updated_at", "2016-10-07 18:56:49.776455"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos qui quam adipisci dolore.\",\"body\":\"If we program the driver, we can get to the XSS card through the multi-byte HDD feed!\"}"], ["created_at", "2016-10-07 18:56:49.777339"], ["updated_at", "2016-10-07 18:56:49.777339"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae voluptatum ipsum modi dicta non maiores ducimus.\",\"body\":\"We need to bypass the digital ADP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:49.778311"], ["updated_at", "2016-10-07 18:56:49.778311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla repellat dicta esse maiores consectetur laborum et.\",\"body\":\"The PNG protocol is down, synthesize the 1080p protocol so we can index the TCP alarm!\"}"], ["created_at", "2016-10-07 18:56:49.779295"], ["updated_at", "2016-10-07 18:56:49.779295"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum sed voluptatibus sapiente illo velit.\",\"body\":\"You can't quantify the driver without calculating the back-end XSS program!\"}"], ["created_at", "2016-10-07 18:56:49.780265"], ["updated_at", "2016-10-07 18:56:49.780265"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut est aut vel.\",\"body\":\"We need to override the wireless TCP pixel!\"}"], ["created_at", "2016-10-07 18:56:49.781385"], ["updated_at", "2016-10-07 18:56:49.781385"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem tempore quia occaecati.\",\"body\":\"The RSS pixel is down, index the mobile interface so we can input the SCSI microchip!\"}"], ["created_at", "2016-10-07 18:56:49.782469"], ["updated_at", "2016-10-07 18:56:49.782469"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum quas nihil.\",\"body\":\"If we back up the sensor, we can get to the COM port through the online SMS driver!\"}"], ["created_at", "2016-10-07 18:56:49.785010"], ["updated_at", "2016-10-07 18:56:49.785010"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem exercitationem hic neque dolor.\",\"body\":\"Try to parse the CSS driver, maybe it will program the open-source system!\"}"], ["created_at", "2016-10-07 18:56:49.788052"], ["updated_at", "2016-10-07 18:56:49.788052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam quo molestias reiciendis.\",\"body\":\"The AI program is down, reboot the haptic alarm so we can generate the XML port!\"}"], ["created_at", "2016-10-07 18:56:49.789202"], ["updated_at", "2016-10-07 18:56:49.789202"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia in sit.\",\"body\":\"If we back up the bandwidth, we can get to the PCI feed through the haptic EXE circuit!\"}"], ["created_at", "2016-10-07 18:56:49.790121"], ["updated_at", "2016-10-07 18:56:49.790121"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure cum quis minima quia.\",\"body\":\"I'll index the bluetooth SMTP card, that should matrix the AI transmitter!\"}"], ["created_at", "2016-10-07 18:56:49.791044"], ["updated_at", "2016-10-07 18:56:49.791044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quis iusto.\",\"body\":\"You can't hack the array without compressing the wireless PNG application!\"}"], ["created_at", "2016-10-07 18:56:49.791921"], ["updated_at", "2016-10-07 18:56:49.791921"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ex enim similique ea eius.\",\"body\":\"Try to connect the XSS protocol, maybe it will override the redundant card!\"}"], ["created_at", "2016-10-07 18:56:49.792794"], ["updated_at", "2016-10-07 18:56:49.792794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam sunt sequi et.\",\"body\":\"Navigating the monitor won't do anything, we need to input the virtual hdd panel!\"}"], ["created_at", "2016-10-07 18:56:49.793658"], ["updated_at", "2016-10-07 18:56:49.793658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam unde et.\",\"body\":\"Try to calculate the SMTP card, maybe it will quantify the open-source feed!\"}"], ["created_at", "2016-10-07 18:56:49.794544"], ["updated_at", "2016-10-07 18:56:49.794544"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis voluptate et dolore et enim.\",\"body\":\"If we transmit the protocol, we can get to the PCI matrix through the digital SMS matrix!\"}"], ["created_at", "2016-10-07 18:56:49.795414"], ["updated_at", "2016-10-07 18:56:49.795414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus vel quos eum ratione voluptatem rerum ad.\",\"body\":\"Try to bypass the IB interface, maybe it will reboot the mobile capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.796290"], ["updated_at", "2016-10-07 18:56:49.796290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed eaque ducimus omnis amet.\",\"body\":\"Try to connect the ADP monitor, maybe it will connect the wireless program!\"}"], ["created_at", "2016-10-07 18:56:49.797299"], ["updated_at", "2016-10-07 18:56:49.797299"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nobis cupiditate velit deserunt.\",\"body\":\"I'll quantify the multi-byte AGP feed, that should bus the PNG feed!\"}"], ["created_at", "2016-10-07 18:56:49.798235"], ["updated_at", "2016-10-07 18:56:49.798235"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam tempore aliquid sit omnis deserunt veritatis.\",\"body\":\"The PNG card is down, input the cross-platform program so we can copy the HDD driver!\"}"], ["created_at", "2016-10-07 18:56:49.799209"], ["updated_at", "2016-10-07 18:56:49.799209"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto nesciunt fuga.\",\"body\":\"Try to generate the EXE feed, maybe it will transmit the mobile card!\"}"], ["created_at", "2016-10-07 18:56:49.800403"], ["updated_at", "2016-10-07 18:56:49.800403"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem aliquid consequuntur.\",\"body\":\"The SDD bus is down, quantify the open-source feed so we can hack the XML system!\"}"], ["created_at", "2016-10-07 18:56:49.802578"], ["updated_at", "2016-10-07 18:56:49.802578"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ab est.\",\"body\":\"I'll input the redundant SDD firewall, that should sensor the JSON interface!\"}"], ["created_at", "2016-10-07 18:56:49.806232"], ["updated_at", "2016-10-07 18:56:49.806232"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis accusamus amet voluptas illum.\",\"body\":\"I'll override the redundant SDD hard drive, that should bandwidth the XSS protocol!\"}"], ["created_at", "2016-10-07 18:56:49.807724"], ["updated_at", "2016-10-07 18:56:49.807724"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque qui voluptatem labore odio.\",\"body\":\"I'll transmit the neural AGP protocol, that should hard drive the CSS bus!\"}"], ["created_at", "2016-10-07 18:56:49.810086"], ["updated_at", "2016-10-07 18:56:49.810086"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis corrupti modi amet cupiditate id eligendi ullam.\",\"body\":\"If we quantify the capacitor, we can get to the JBOD bus through the multi-byte JSON sensor!\"}"], ["created_at", "2016-10-07 18:56:49.811630"], ["updated_at", "2016-10-07 18:56:49.811630"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit rem amet.\",\"body\":\"I'll generate the multi-byte FTP pixel, that should panel the XML firewall!\"}"], ["created_at", "2016-10-07 18:56:49.812615"], ["updated_at", "2016-10-07 18:56:49.812615"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe non possimus aut.\",\"body\":\"The SSL firewall is down, compress the primary microchip so we can program the HTTP interface!\"}"], ["created_at", "2016-10-07 18:56:49.813591"], ["updated_at", "2016-10-07 18:56:49.813591"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis sapiente modi quia.\",\"body\":\"The FTP feed is down, input the multi-byte microchip so we can hack the RAM capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.814621"], ["updated_at", "2016-10-07 18:56:49.814621"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia voluptatem praesentium illo asperiores dicta deserunt cum.\",\"body\":\"I'll transmit the optical THX port, that should microchip the XSS circuit!\"}"], ["created_at", "2016-10-07 18:56:49.815783"], ["updated_at", "2016-10-07 18:56:49.815783"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit ipsum voluptas delectus et nihil ea.\",\"body\":\"Try to connect the XML circuit, maybe it will navigate the neural hard drive!\"}"], ["created_at", "2016-10-07 18:56:49.817229"], ["updated_at", "2016-10-07 18:56:49.817229"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sit excepturi ut rerum.\",\"body\":\"Try to navigate the CSS monitor, maybe it will calculate the back-end circuit!\"}"], ["created_at", "2016-10-07 18:56:49.820850"], ["updated_at", "2016-10-07 18:56:49.820850"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat magnam tempora.\",\"body\":\"If we hack the matrix, we can get to the SCSI matrix through the neural SCSI hard drive!\"}"], ["created_at", "2016-10-07 18:56:49.822238"], ["updated_at", "2016-10-07 18:56:49.822238"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo alias ipsum qui molestias.\",\"body\":\"Overriding the bandwidth won't do anything, we need to transmit the open-source tcp microchip!\"}"], ["created_at", "2016-10-07 18:56:49.823263"], ["updated_at", "2016-10-07 18:56:49.823263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem labore voluptas.\",\"body\":\"Transmitting the protocol won't do anything, we need to index the open-source smtp monitor!\"}"], ["created_at", "2016-10-07 18:56:49.824157"], ["updated_at", "2016-10-07 18:56:49.824157"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit alias dolores.\",\"body\":\"Quantifying the application won't do anything, we need to parse the open-source adp application!\"}"], ["created_at", "2016-10-07 18:56:49.825079"], ["updated_at", "2016-10-07 18:56:49.825079"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi sit beatae necessitatibus.\",\"body\":\"The CSS feed is down, reboot the online array so we can generate the COM hard drive!\"}"], ["created_at", "2016-10-07 18:56:49.826119"], ["updated_at", "2016-10-07 18:56:49.826119"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat facilis vitae tempora laborum sed error.\",\"body\":\"We need to compress the primary IB circuit!\"}"], ["created_at", "2016-10-07 18:56:49.827134"], ["updated_at", "2016-10-07 18:56:49.827134"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo maxime facilis doloremque voluptatibus iure sed sequi.\",\"body\":\"I'll bypass the digital RAM panel, that should panel the RAM matrix!\"}"], ["created_at", "2016-10-07 18:56:49.828106"], ["updated_at", "2016-10-07 18:56:49.828106"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quidem asperiores facilis non.\",\"body\":\"Try to quantify the AGP hard drive, maybe it will override the haptic matrix!\"}"], ["created_at", "2016-10-07 18:56:49.829068"], ["updated_at", "2016-10-07 18:56:49.829068"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad fugit id cupiditate id neque quia.\",\"body\":\"You can't hack the capacitor without quantifying the optical JSON sensor!\"}"], ["created_at", "2016-10-07 18:56:49.830043"], ["updated_at", "2016-10-07 18:56:49.830043"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit sunt tenetur sit dolores corrupti.\",\"body\":\"I'll quantify the online SCSI hard drive, that should pixel the FTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:49.831162"], ["updated_at", "2016-10-07 18:56:49.831162"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem porro illo.\",\"body\":\"Try to back up the JSON circuit, maybe it will back up the solid state bus!\"}"], ["created_at", "2016-10-07 18:56:49.832105"], ["updated_at", "2016-10-07 18:56:49.832105"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate atque asperiores quidem distinctio.\",\"body\":\"You can't connect the protocol without overriding the digital SMTP microchip!\"}"], ["created_at", "2016-10-07 18:56:49.833181"], ["updated_at", "2016-10-07 18:56:49.833181"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et repellendus quos facilis est.\",\"body\":\"We need to transmit the virtual SMS application!\"}"], ["created_at", "2016-10-07 18:56:49.835716"], ["updated_at", "2016-10-07 18:56:49.835716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis facilis et ut ipsa omnis aut sit.\",\"body\":\"You can't hack the monitor without bypassing the optical SAS interface!\"}"], ["created_at", "2016-10-07 18:56:49.836835"], ["updated_at", "2016-10-07 18:56:49.836835"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda commodi aut quis.\",\"body\":\"You can't generate the panel without synthesizing the open-source THX driver!\"}"], ["created_at", "2016-10-07 18:56:49.837773"], ["updated_at", "2016-10-07 18:56:49.837773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem porro quibusdam.\",\"body\":\"We need to bypass the digital SAS interface!\"}"], ["created_at", "2016-10-07 18:56:49.838723"], ["updated_at", "2016-10-07 18:56:49.838723"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum voluptates magni deserunt nemo.\",\"body\":\"Transmitting the protocol won't do anything, we need to synthesize the neural ib hard drive!\"}"], ["created_at", "2016-10-07 18:56:49.839619"], ["updated_at", "2016-10-07 18:56:49.839619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium dolor autem labore aut ratione fuga.\",\"body\":\"Try to bypass the CSS array, maybe it will connect the wireless system!\"}"], ["created_at", "2016-10-07 18:56:49.840509"], ["updated_at", "2016-10-07 18:56:49.840509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam quos odit alias cum sed ipsa.\",\"body\":\"We need to synthesize the optical EXE interface!\"}"], ["created_at", "2016-10-07 18:56:49.841414"], ["updated_at", "2016-10-07 18:56:49.841414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eos id.\",\"body\":\"If we synthesize the card, we can get to the SQL firewall through the back-end THX application!\"}"], ["created_at", "2016-10-07 18:56:49.842335"], ["updated_at", "2016-10-07 18:56:49.842335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem quis hic.\",\"body\":\"You can't synthesize the transmitter without indexing the solid state HDD card!\"}"], ["created_at", "2016-10-07 18:56:49.843232"], ["updated_at", "2016-10-07 18:56:49.843232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim vitae a animi dolorem accusantium molestias asperiores.\",\"body\":\"We need to index the solid state SDD program!\"}"], ["created_at", "2016-10-07 18:56:49.844123"], ["updated_at", "2016-10-07 18:56:49.844123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero consequuntur quia quas.\",\"body\":\"We need to copy the digital COM system!\"}"], ["created_at", "2016-10-07 18:56:49.845021"], ["updated_at", "2016-10-07 18:56:49.845021"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut sit.\",\"body\":\"Use the back-end SMTP hard drive, then you can override the optical bus!\"}"], ["created_at", "2016-10-07 18:56:49.845894"], ["updated_at", "2016-10-07 18:56:49.845894"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam sed deserunt aperiam corporis.\",\"body\":\"The RAM firewall is down, back up the cross-platform bandwidth so we can reboot the HDD sensor!\"}"], ["created_at", "2016-10-07 18:56:49.846783"], ["updated_at", "2016-10-07 18:56:49.846783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem dolores nemo sit dolorem dolor.\",\"body\":\"The AGP feed is down, connect the haptic bus so we can parse the GB card!\"}"], ["created_at", "2016-10-07 18:56:49.847835"], ["updated_at", "2016-10-07 18:56:49.847835"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia accusamus dolores.\",\"body\":\"You can't input the panel without connecting the neural USB sensor!\"}"], ["created_at", "2016-10-07 18:56:49.848809"], ["updated_at", "2016-10-07 18:56:49.848809"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et facere dolor occaecati rerum.\",\"body\":\"The CSS matrix is down, hack the cross-platform interface so we can input the PCI monitor!\"}"], ["created_at", "2016-10-07 18:56:49.849708"], ["updated_at", "2016-10-07 18:56:49.849708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias aut et in eaque.\",\"body\":\"The THX port is down, hack the virtual card so we can transmit the SQL application!\"}"], ["created_at", "2016-10-07 18:56:49.850611"], ["updated_at", "2016-10-07 18:56:49.850611"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto nostrum doloribus sint iure eum quo.\",\"body\":\"Quantifying the monitor won't do anything, we need to quantify the haptic ftp alarm!\"}"], ["created_at", "2016-10-07 18:56:49.851516"], ["updated_at", "2016-10-07 18:56:49.851516"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis et possimus rerum aut.\",\"body\":\"We need to copy the auxiliary XSS system!\"}"], ["created_at", "2016-10-07 18:56:49.852432"], ["updated_at", "2016-10-07 18:56:49.852432"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui hic ducimus sed aliquam quia.\",\"body\":\"Use the primary SDD transmitter, then you can index the wireless program!\"}"], ["created_at", "2016-10-07 18:56:49.853327"], ["updated_at", "2016-10-07 18:56:49.853327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis numquam optio sit sunt veritatis.\",\"body\":\"We need to copy the neural XSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.854204"], ["updated_at", "2016-10-07 18:56:49.854204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas eveniet libero aut ipsa et.\",\"body\":\"Use the 1080p RAM array, then you can connect the cross-platform matrix!\"}"], ["created_at", "2016-10-07 18:56:49.855094"], ["updated_at", "2016-10-07 18:56:49.855094"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa rem qui laborum delectus dolor ea.\",\"body\":\"We need to override the auxiliary JSON port!\"}"], ["created_at", "2016-10-07 18:56:49.856020"], ["updated_at", "2016-10-07 18:56:49.856020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati fugiat animi quia a quia quis vero.\",\"body\":\"We need to hack the auxiliary HDD alarm!\"}"], ["created_at", "2016-10-07 18:56:49.856913"], ["updated_at", "2016-10-07 18:56:49.856913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque laudantium a.\",\"body\":\"Indexing the pixel won't do anything, we need to override the wireless sas array!\"}"], ["created_at", "2016-10-07 18:56:49.857804"], ["updated_at", "2016-10-07 18:56:49.857804"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint eius in eligendi est laborum possimus illum.\",\"body\":\"Use the solid state XML microchip, then you can generate the bluetooth matrix!\"}"], ["created_at", "2016-10-07 18:56:49.858708"], ["updated_at", "2016-10-07 18:56:49.858708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem vero ratione.\",\"body\":\"I'll compress the redundant USB matrix, that should bus the SDD circuit!\"}"], ["created_at", "2016-10-07 18:56:49.859603"], ["updated_at", "2016-10-07 18:56:49.859603"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A rem dignissimos.\",\"body\":\"If we synthesize the protocol, we can get to the XSS alarm through the auxiliary TCP card!\"}"], ["created_at", "2016-10-07 18:56:49.860490"], ["updated_at", "2016-10-07 18:56:49.860490"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea tempore et cum odio perspiciatis officiis.\",\"body\":\"If we synthesize the capacitor, we can get to the SSL panel through the haptic SMS panel!\"}"], ["created_at", "2016-10-07 18:56:49.861371"], ["updated_at", "2016-10-07 18:56:49.861371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum non aut impedit nam sit.\",\"body\":\"I'll bypass the open-source PNG alarm, that should hard drive the SDD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:49.862259"], ["updated_at", "2016-10-07 18:56:49.862259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem error et dolores aut est repellendus eum.\",\"body\":\"Use the open-source SMTP alarm, then you can override the 1080p sensor!\"}"], ["created_at", "2016-10-07 18:56:49.863155"], ["updated_at", "2016-10-07 18:56:49.863155"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium quaerat quia deleniti voluptatibus omnis qui.\",\"body\":\"I'll synthesize the haptic RAM interface, that should matrix the GB card!\"}"], ["created_at", "2016-10-07 18:56:49.864052"], ["updated_at", "2016-10-07 18:56:49.864052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus cupiditate aliquam consequuntur quibusdam facere.\",\"body\":\"I'll override the wireless HTTP card, that should monitor the EXE circuit!\"}"], ["created_at", "2016-10-07 18:56:49.864946"], ["updated_at", "2016-10-07 18:56:49.864946"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum sint dolor.\",\"body\":\"You can't connect the pixel without bypassing the bluetooth EXE program!\"}"], ["created_at", "2016-10-07 18:56:49.865870"], ["updated_at", "2016-10-07 18:56:49.865870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam earum ut molestiae expedita harum iusto.\",\"body\":\"I'll input the 1080p AGP array, that should program the SMS pixel!\"}"], ["created_at", "2016-10-07 18:56:49.866804"], ["updated_at", "2016-10-07 18:56:49.866804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci eligendi officiis.\",\"body\":\"You can't copy the monitor without parsing the cross-platform EXE panel!\"}"], ["created_at", "2016-10-07 18:56:49.867710"], ["updated_at", "2016-10-07 18:56:49.867710"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi id sint delectus.\",\"body\":\"If we index the panel, we can get to the SDD card through the redundant COM protocol!\"}"], ["created_at", "2016-10-07 18:56:49.868604"], ["updated_at", "2016-10-07 18:56:49.868604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quas voluptate delectus rem velit.\",\"body\":\"If we parse the driver, we can get to the XSS port through the wireless XML application!\"}"], ["created_at", "2016-10-07 18:56:49.869488"], ["updated_at", "2016-10-07 18:56:49.869488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam quae harum.\",\"body\":\"Try to generate the GB interface, maybe it will transmit the wireless matrix!\"}"], ["created_at", "2016-10-07 18:56:49.870365"], ["updated_at", "2016-10-07 18:56:49.870365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident repudiandae expedita distinctio et voluptatibus iste.\",\"body\":\"Use the digital AI program, then you can program the solid state matrix!\"}"], ["created_at", "2016-10-07 18:56:49.871297"], ["updated_at", "2016-10-07 18:56:49.871297"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae in natus expedita ut velit nemo.\",\"body\":\"Navigating the capacitor won't do anything, we need to calculate the digital ram panel!\"}"], ["created_at", "2016-10-07 18:56:49.872191"], ["updated_at", "2016-10-07 18:56:49.872191"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa distinctio iusto corrupti ut quis dolorum et.\",\"body\":\"I'll index the optical FTP capacitor, that should port the PNG card!\"}"], ["created_at", "2016-10-07 18:56:49.873075"], ["updated_at", "2016-10-07 18:56:49.873075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta sed enim maxime officiis ex perferendis.\",\"body\":\"Use the bluetooth AGP program, then you can quantify the multi-byte circuit!\"}"], ["created_at", "2016-10-07 18:56:49.873962"], ["updated_at", "2016-10-07 18:56:49.873962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus nisi magnam ad aspernatur optio.\",\"body\":\"I'll calculate the haptic TCP application, that should port the IB sensor!\"}"], ["created_at", "2016-10-07 18:56:49.874889"], ["updated_at", "2016-10-07 18:56:49.874889"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi quo quia doloremque.\",\"body\":\"Programming the port won't do anything, we need to copy the neural sdd firewall!\"}"], ["created_at", "2016-10-07 18:56:49.875774"], ["updated_at", "2016-10-07 18:56:49.875774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium molestiae recusandae est.\",\"body\":\"The PNG driver is down, reboot the solid state application so we can synthesize the PCI bus!\"}"], ["created_at", "2016-10-07 18:56:49.876714"], ["updated_at", "2016-10-07 18:56:49.876714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In ipsum quis ducimus qui.\",\"body\":\"If we index the microchip, we can get to the XSS array through the mobile CSS hard drive!\"}"], ["created_at", "2016-10-07 18:56:49.877616"], ["updated_at", "2016-10-07 18:56:49.877616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et exercitationem sit provident reiciendis similique.\",\"body\":\"Try to connect the TCP hard drive, maybe it will copy the auxiliary card!\"}"], ["created_at", "2016-10-07 18:56:49.878498"], ["updated_at", "2016-10-07 18:56:49.878498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem ea quam.\",\"body\":\"We need to index the online THX protocol!\"}"], ["created_at", "2016-10-07 18:56:49.879441"], ["updated_at", "2016-10-07 18:56:49.879441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate et facere accusantium.\",\"body\":\"I'll bypass the 1080p SMTP alarm, that should driver the THX firewall!\"}"], ["created_at", "2016-10-07 18:56:49.880373"], ["updated_at", "2016-10-07 18:56:49.880373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit voluptatem possimus accusantium debitis dolorem totam.\",\"body\":\"I'll parse the cross-platform SQL bandwidth, that should feed the COM alarm!\"}"], ["created_at", "2016-10-07 18:56:49.881264"], ["updated_at", "2016-10-07 18:56:49.881264"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores debitis dolores est est.\",\"body\":\"Overriding the program won't do anything, we need to connect the open-source smtp driver!\"}"], ["created_at", "2016-10-07 18:56:49.882146"], ["updated_at", "2016-10-07 18:56:49.882146"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti non numquam qui.\",\"body\":\"Try to transmit the PCI circuit, maybe it will parse the bluetooth panel!\"}"], ["created_at", "2016-10-07 18:56:49.883069"], ["updated_at", "2016-10-07 18:56:49.883069"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora repudiandae doloremque perferendis.\",\"body\":\"I'll navigate the online RSS pixel, that should alarm the JBOD port!\"}"], ["created_at", "2016-10-07 18:56:49.883973"], ["updated_at", "2016-10-07 18:56:49.883973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus est et ullam eos nesciunt.\",\"body\":\"The AI monitor is down, parse the multi-byte pixel so we can input the EXE application!\"}"], ["created_at", "2016-10-07 18:56:49.884878"], ["updated_at", "2016-10-07 18:56:49.884878"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae maxime est omnis et vel reiciendis.\",\"body\":\"You can't calculate the protocol without overriding the mobile IB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:49.885767"], ["updated_at", "2016-10-07 18:56:49.885767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum eius magnam architecto animi.\",\"body\":\"If we generate the microchip, we can get to the PNG feed through the cross-platform JBOD hard drive!\"}"], ["created_at", "2016-10-07 18:56:49.886661"], ["updated_at", "2016-10-07 18:56:49.886661"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae veniam porro ut et nam.\",\"body\":\"Navigating the hard drive won't do anything, we need to override the haptic ai array!\"}"], ["created_at", "2016-10-07 18:56:49.887566"], ["updated_at", "2016-10-07 18:56:49.887566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor quam ut aut qui illo.\",\"body\":\"I'll generate the online HTTP microchip, that should driver the SCSI port!\"}"], ["created_at", "2016-10-07 18:56:49.888445"], ["updated_at", "2016-10-07 18:56:49.888445"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cumque dolor quos veniam doloremque aliquid autem.\",\"body\":\"Use the 1080p SCSI firewall, then you can override the haptic bandwidth!\"}"], ["created_at", "2016-10-07 18:56:49.889405"], ["updated_at", "2016-10-07 18:56:49.889405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet vel et dignissimos minima.\",\"body\":\"If we parse the system, we can get to the USB microchip through the auxiliary USB application!\"}"], ["created_at", "2016-10-07 18:56:49.890309"], ["updated_at", "2016-10-07 18:56:49.890309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus qui aut placeat laboriosam ullam corrupti et.\",\"body\":\"The IB array is down, bypass the wireless sensor so we can synthesize the RSS firewall!\"}"], ["created_at", "2016-10-07 18:56:49.891206"], ["updated_at", "2016-10-07 18:56:49.891206"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim consectetur eum laudantium.\",\"body\":\"If we quantify the capacitor, we can get to the AGP protocol through the wireless JSON card!\"}"], ["created_at", "2016-10-07 18:56:49.892101"], ["updated_at", "2016-10-07 18:56:49.892101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur aut similique eligendi aut deserunt rerum rerum.\",\"body\":\"The SSL program is down, index the multi-byte microchip so we can program the RAM array!\"}"], ["created_at", "2016-10-07 18:56:49.893020"], ["updated_at", "2016-10-07 18:56:49.893020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab esse quia asperiores.\",\"body\":\"Use the online USB card, then you can hack the solid state card!\"}"], ["created_at", "2016-10-07 18:56:49.893905"], ["updated_at", "2016-10-07 18:56:49.893905"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est libero odit.\",\"body\":\"The SAS circuit is down, input the solid state system so we can transmit the CSS panel!\"}"], ["created_at", "2016-10-07 18:56:49.894826"], ["updated_at", "2016-10-07 18:56:49.894826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed sunt vitae sunt quas at ut voluptatem.\",\"body\":\"The SDD application is down, override the digital protocol so we can compress the USB firewall!\"}"], ["created_at", "2016-10-07 18:56:49.895713"], ["updated_at", "2016-10-07 18:56:49.895713"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae recusandae et et sapiente.\",\"body\":\"The XML array is down, input the online capacitor so we can override the HTTP monitor!\"}"], ["created_at", "2016-10-07 18:56:49.896590"], ["updated_at", "2016-10-07 18:56:49.896590"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora aut eius est hic ullam vitae sed.\",\"body\":\"If we calculate the bus, we can get to the SQL capacitor through the primary SDD interface!\"}"], ["created_at", "2016-10-07 18:56:49.897487"], ["updated_at", "2016-10-07 18:56:49.897487"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim occaecati corrupti ipsa laudantium consequatur sequi.\",\"body\":\"Try to index the COM system, maybe it will calculate the cross-platform application!\"}"], ["created_at", "2016-10-07 18:56:49.898376"], ["updated_at", "2016-10-07 18:56:49.898376"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti qui iusto pariatur et quod suscipit.\",\"body\":\"The IB panel is down, calculate the mobile microchip so we can connect the XML program!\"}"], ["created_at", "2016-10-07 18:56:49.899323"], ["updated_at", "2016-10-07 18:56:49.899323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis saepe aliquam dignissimos similique.\",\"body\":\"Use the open-source COM capacitor, then you can hack the 1080p alarm!\"}"], ["created_at", "2016-10-07 18:56:49.900202"], ["updated_at", "2016-10-07 18:56:49.900202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae necessitatibus voluptate id ullam officiis voluptatibus eos.\",\"body\":\"Try to synthesize the AGP sensor, maybe it will input the back-end card!\"}"], ["created_at", "2016-10-07 18:56:49.901100"], ["updated_at", "2016-10-07 18:56:49.901100"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In amet doloribus vel cupiditate.\",\"body\":\"Use the bluetooth HDD driver, then you can hack the virtual application!\"}"], ["created_at", "2016-10-07 18:56:49.901987"], ["updated_at", "2016-10-07 18:56:49.901987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque delectus cum fuga est quia.\",\"body\":\"Use the digital PCI matrix, then you can transmit the digital interface!\"}"], ["created_at", "2016-10-07 18:56:49.902887"], ["updated_at", "2016-10-07 18:56:49.902887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae suscipit earum qui.\",\"body\":\"I'll override the cross-platform RAM firewall, that should card the IB matrix!\"}"], ["created_at", "2016-10-07 18:56:49.903774"], ["updated_at", "2016-10-07 18:56:49.903774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla illo nisi incidunt magnam quae amet dolor.\",\"body\":\"Try to parse the CSS program, maybe it will connect the haptic sensor!\"}"], ["created_at", "2016-10-07 18:56:49.904666"], ["updated_at", "2016-10-07 18:56:49.904666"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus velit magnam at ut enim quod.\",\"body\":\"We need to back up the neural AI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:49.905547"], ["updated_at", "2016-10-07 18:56:49.905547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus maxime quo esse qui quibusdam id ut.\",\"body\":\"Hacking the port won't do anything, we need to back up the bluetooth xss alarm!\"}"], ["created_at", "2016-10-07 18:56:49.906446"], ["updated_at", "2016-10-07 18:56:49.906446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis id velit accusamus aliquid.\",\"body\":\"I'll calculate the digital SMTP driver, that should bus the XML matrix!\"}"], ["created_at", "2016-10-07 18:56:49.907350"], ["updated_at", "2016-10-07 18:56:49.907350"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum possimus velit consequatur cum soluta.\",\"body\":\"I'll input the open-source RAM bus, that should bandwidth the SAS pixel!\"}"], ["created_at", "2016-10-07 18:56:49.908233"], ["updated_at", "2016-10-07 18:56:49.908233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde sit voluptatem in ut.\",\"body\":\"I'll input the wireless XSS protocol, that should driver the SMTP matrix!\"}"], ["created_at", "2016-10-07 18:56:49.909109"], ["updated_at", "2016-10-07 18:56:49.909109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt earum non consequuntur autem tempore qui.\",\"body\":\"Try to override the FTP alarm, maybe it will parse the multi-byte interface!\"}"], ["created_at", "2016-10-07 18:56:49.910003"], ["updated_at", "2016-10-07 18:56:49.910003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem eum iste qui eius.\",\"body\":\"We need to connect the solid state XSS firewall!\"}"], ["created_at", "2016-10-07 18:56:49.910956"], ["updated_at", "2016-10-07 18:56:49.910956"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae dolorum labore nemo.\",\"body\":\"If we parse the bandwidth, we can get to the IB card through the virtual TCP port!\"}"], ["created_at", "2016-10-07 18:56:49.911871"], ["updated_at", "2016-10-07 18:56:49.911871"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente eius assumenda reiciendis voluptatibus.\",\"body\":\"The JSON hard drive is down, copy the neural monitor so we can input the JSON bus!\"}"], ["created_at", "2016-10-07 18:56:49.912757"], ["updated_at", "2016-10-07 18:56:49.912757"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas est occaecati ut facere sunt rerum maiores.\",\"body\":\"I'll connect the solid state USB alarm, that should pixel the ADP matrix!\"}"], ["created_at", "2016-10-07 18:56:49.913657"], ["updated_at", "2016-10-07 18:56:49.913657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem consectetur a cum cumque odio.\",\"body\":\"We need to reboot the open-source USB monitor!\"}"], ["created_at", "2016-10-07 18:56:49.914613"], ["updated_at", "2016-10-07 18:56:49.914613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque ut et tenetur dolorem voluptatem nobis.\",\"body\":\"Use the open-source SMTP capacitor, then you can reboot the wireless protocol!\"}"], ["created_at", "2016-10-07 18:56:49.915526"], ["updated_at", "2016-10-07 18:56:49.915526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim provident vel dolore qui aut corporis.\",\"body\":\"The SCSI feed is down, program the 1080p protocol so we can copy the SDD capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.916416"], ["updated_at", "2016-10-07 18:56:49.916416"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas sed voluptatem possimus.\",\"body\":\"If we program the feed, we can get to the RAM application through the neural SDD monitor!\"}"], ["created_at", "2016-10-07 18:56:49.917323"], ["updated_at", "2016-10-07 18:56:49.917323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum ut quidem.\",\"body\":\"I'll hack the auxiliary HTTP panel, that should interface the FTP port!\"}"], ["created_at", "2016-10-07 18:56:49.918237"], ["updated_at", "2016-10-07 18:56:49.918237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque et sapiente.\",\"body\":\"I'll program the virtual SQL hard drive, that should application the THX bandwidth!\"}"], ["created_at", "2016-10-07 18:56:49.919185"], ["updated_at", "2016-10-07 18:56:49.919185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat sed consectetur aut facere voluptatum saepe at.\",\"body\":\"Use the virtual FTP driver, then you can override the primary sensor!\"}"], ["created_at", "2016-10-07 18:56:49.920095"], ["updated_at", "2016-10-07 18:56:49.920095"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sit a quibusdam incidunt eveniet et dolores.\",\"body\":\"If we hack the alarm, we can get to the PCI bus through the primary GB program!\"}"], ["created_at", "2016-10-07 18:56:49.921130"], ["updated_at", "2016-10-07 18:56:49.921130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt est est quis velit.\",\"body\":\"If we navigate the sensor, we can get to the IB monitor through the wireless EXE capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.922580"], ["updated_at", "2016-10-07 18:56:49.922580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui minus quam ut quae et eum.\",\"body\":\"I'll parse the online SAS bandwidth, that should interface the TCP capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.923582"], ["updated_at", "2016-10-07 18:56:49.923582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi exercitationem inventore minima quisquam.\",\"body\":\"We need to override the haptic ADP protocol!\"}"], ["created_at", "2016-10-07 18:56:49.924481"], ["updated_at", "2016-10-07 18:56:49.924481"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut cum amet architecto consequuntur doloremque dolorum.\",\"body\":\"You can't quantify the pixel without indexing the multi-byte SSL card!\"}"], ["created_at", "2016-10-07 18:56:49.925411"], ["updated_at", "2016-10-07 18:56:49.925411"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur et quo voluptates ea earum.\",\"body\":\"I'll transmit the back-end SQL feed, that should program the IB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:49.926405"], ["updated_at", "2016-10-07 18:56:49.926405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta autem voluptatibus asperiores incidunt dicta repellat.\",\"body\":\"We need to quantify the open-source XML feed!\"}"], ["created_at", "2016-10-07 18:56:49.927389"], ["updated_at", "2016-10-07 18:56:49.927389"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim accusantium facilis maiores distinctio quisquam in.\",\"body\":\"The HTTP card is down, bypass the back-end monitor so we can connect the XML feed!\"}"], ["created_at", "2016-10-07 18:56:49.928286"], ["updated_at", "2016-10-07 18:56:49.928286"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita non deleniti.\",\"body\":\"You can't parse the system without overriding the virtual EXE bandwidth!\"}"], ["created_at", "2016-10-07 18:56:49.929206"], ["updated_at", "2016-10-07 18:56:49.929206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui vitae accusamus totam et voluptas quo.\",\"body\":\"Use the mobile CSS application, then you can generate the mobile program!\"}"], ["created_at", "2016-10-07 18:56:49.930162"], ["updated_at", "2016-10-07 18:56:49.930162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi repudiandae sint deleniti.\",\"body\":\"You can't compress the alarm without generating the wireless XSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:49.931118"], ["updated_at", "2016-10-07 18:56:49.931118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil nulla rerum quo commodi.\",\"body\":\"If we calculate the hard drive, we can get to the SAS driver through the digital IB program!\"}"], ["created_at", "2016-10-07 18:56:49.932006"], ["updated_at", "2016-10-07 18:56:49.932006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae ducimus debitis praesentium.\",\"body\":\"I'll program the multi-byte SAS pixel, that should monitor the JBOD monitor!\"}"], ["created_at", "2016-10-07 18:56:49.932898"], ["updated_at", "2016-10-07 18:56:49.932898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt nobis quod excepturi magnam reiciendis exercitationem.\",\"body\":\"You can't synthesize the driver without quantifying the digital SMS hard drive!\"}"], ["created_at", "2016-10-07 18:56:49.933793"], ["updated_at", "2016-10-07 18:56:49.933793"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est temporibus nam velit.\",\"body\":\"You can't override the array without indexing the optical SAS alarm!\"}"], ["created_at", "2016-10-07 18:56:49.934745"], ["updated_at", "2016-10-07 18:56:49.934745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni itaque quia qui voluptatem quas fuga.\",\"body\":\"I'll calculate the 1080p SQL sensor, that should card the AGP matrix!\"}"], ["created_at", "2016-10-07 18:56:49.935677"], ["updated_at", "2016-10-07 18:56:49.935677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia expedita esse iure atque ratione.\",\"body\":\"If we program the interface, we can get to the SAS sensor through the solid state GB sensor!\"}"], ["created_at", "2016-10-07 18:56:49.936579"], ["updated_at", "2016-10-07 18:56:49.936579"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nihil deserunt saepe aut.\",\"body\":\"Copying the protocol won't do anything, we need to program the mobile ftp sensor!\"}"], ["created_at", "2016-10-07 18:56:49.937484"], ["updated_at", "2016-10-07 18:56:49.937484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed corrupti earum voluptatem iusto.\",\"body\":\"I'll calculate the haptic COM transmitter, that should driver the XSS circuit!\"}"], ["created_at", "2016-10-07 18:56:49.938422"], ["updated_at", "2016-10-07 18:56:49.938422"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia perferendis voluptatum sit aut.\",\"body\":\"Use the auxiliary JBOD port, then you can input the cross-platform bus!\"}"], ["created_at", "2016-10-07 18:56:49.939393"], ["updated_at", "2016-10-07 18:56:49.939393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas et et laudantium quia exercitationem et dolorem.\",\"body\":\"The TCP application is down, calculate the back-end application so we can connect the HDD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:49.940314"], ["updated_at", "2016-10-07 18:56:49.940314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci est qui rem ut est.\",\"body\":\"The CSS matrix is down, parse the primary pixel so we can navigate the PNG hard drive!\"}"], ["created_at", "2016-10-07 18:56:49.941222"], ["updated_at", "2016-10-07 18:56:49.941222"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos laboriosam aliquam sunt adipisci.\",\"body\":\"Try to copy the TCP capacitor, maybe it will quantify the wireless microchip!\"}"], ["created_at", "2016-10-07 18:56:49.942118"], ["updated_at", "2016-10-07 18:56:49.942118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nesciunt assumenda et.\",\"body\":\"If we synthesize the circuit, we can get to the FTP monitor through the haptic TCP pixel!\"}"], ["created_at", "2016-10-07 18:56:49.943095"], ["updated_at", "2016-10-07 18:56:49.943095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore maxime magnam at nobis.\",\"body\":\"Use the mobile ADP pixel, then you can hack the wireless microchip!\"}"], ["created_at", "2016-10-07 18:56:49.944037"], ["updated_at", "2016-10-07 18:56:49.944037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam voluptate a.\",\"body\":\"You can't bypass the alarm without compressing the wireless SMS protocol!\"}"], ["created_at", "2016-10-07 18:56:49.945006"], ["updated_at", "2016-10-07 18:56:49.945006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis ut perspiciatis quasi molestiae.\",\"body\":\"If we copy the array, we can get to the CSS port through the neural CSS panel!\"}"], ["created_at", "2016-10-07 18:56:49.945945"], ["updated_at", "2016-10-07 18:56:49.945945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis commodi sint et aliquam et.\",\"body\":\"Use the online HTTP hard drive, then you can index the solid state interface!\"}"], ["created_at", "2016-10-07 18:56:49.946886"], ["updated_at", "2016-10-07 18:56:49.946886"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium omnis officia ipsa officiis.\",\"body\":\"Try to navigate the SMS capacitor, maybe it will parse the neural driver!\"}"], ["created_at", "2016-10-07 18:56:49.947826"], ["updated_at", "2016-10-07 18:56:49.947826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque ea cum consequatur harum.\",\"body\":\"Try to bypass the SMS panel, maybe it will override the mobile port!\"}"], ["created_at", "2016-10-07 18:56:49.948780"], ["updated_at", "2016-10-07 18:56:49.948780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis quam architecto.\",\"body\":\"The GB interface is down, bypass the mobile interface so we can bypass the THX matrix!\"}"], ["created_at", "2016-10-07 18:56:49.949695"], ["updated_at", "2016-10-07 18:56:49.949695"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe est distinctio porro deleniti esse et et.\",\"body\":\"Try to generate the RSS alarm, maybe it will transmit the online sensor!\"}"], ["created_at", "2016-10-07 18:56:49.950647"], ["updated_at", "2016-10-07 18:56:49.950647"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe quod dolorem.\",\"body\":\"I'll transmit the neural SMTP port, that should array the RAM capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.951650"], ["updated_at", "2016-10-07 18:56:49.951650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ducimus numquam amet debitis accusamus iure.\",\"body\":\"Use the auxiliary RSS pixel, then you can input the online card!\"}"], ["created_at", "2016-10-07 18:56:49.961233"], ["updated_at", "2016-10-07 18:56:49.961233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam quia error voluptatem quo et et.\",\"body\":\"The USB feed is down, input the redundant monitor so we can reboot the USB interface!\"}"], ["created_at", "2016-10-07 18:56:49.962257"], ["updated_at", "2016-10-07 18:56:49.962257"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis quia architecto officia aut.\",\"body\":\"Navigating the transmitter won't do anything, we need to connect the wireless adp sensor!\"}"], ["created_at", "2016-10-07 18:56:49.963188"], ["updated_at", "2016-10-07 18:56:49.963188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi ut dolor accusantium vitae facere dignissimos.\",\"body\":\"I'll hack the open-source JSON protocol, that should system the PCI driver!\"}"], ["created_at", "2016-10-07 18:56:49.964078"], ["updated_at", "2016-10-07 18:56:49.964078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum corrupti sint ducimus tenetur sed rerum.\",\"body\":\"The GB panel is down, override the redundant system so we can transmit the RAM sensor!\"}"], ["created_at", "2016-10-07 18:56:49.964942"], ["updated_at", "2016-10-07 18:56:49.964942"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum aut eaque ut est dolores consequatur.\",\"body\":\"The SMTP hard drive is down, program the multi-byte bandwidth so we can program the HTTP feed!\"}"], ["created_at", "2016-10-07 18:56:49.965809"], ["updated_at", "2016-10-07 18:56:49.965809"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia natus veritatis sapiente.\",\"body\":\"The SMS sensor is down, program the mobile system so we can input the IB pixel!\"}"], ["created_at", "2016-10-07 18:56:49.966720"], ["updated_at", "2016-10-07 18:56:49.966720"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse quia ducimus placeat totam magni aut.\",\"body\":\"Compressing the array won't do anything, we need to input the digital ram alarm!\"}"], ["created_at", "2016-10-07 18:56:49.967633"], ["updated_at", "2016-10-07 18:56:49.967633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In impedit earum.\",\"body\":\"If we reboot the application, we can get to the SQL array through the wireless SMS transmitter!\"}"], ["created_at", "2016-10-07 18:56:49.968487"], ["updated_at", "2016-10-07 18:56:49.968487"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde impedit qui quae optio earum illo.\",\"body\":\"I'll copy the auxiliary JBOD pixel, that should card the CSS program!\"}"], ["created_at", "2016-10-07 18:56:49.969356"], ["updated_at", "2016-10-07 18:56:49.969356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia dicta rerum sapiente quas tempore minus velit.\",\"body\":\"Try to connect the SMTP hard drive, maybe it will program the back-end panel!\"}"], ["created_at", "2016-10-07 18:56:49.970210"], ["updated_at", "2016-10-07 18:56:49.970210"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo enim et voluptatem veniam ab et tenetur.\",\"body\":\"The XML matrix is down, quantify the haptic system so we can quantify the RAM capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.971136"], ["updated_at", "2016-10-07 18:56:49.971136"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis assumenda velit et consequatur.\",\"body\":\"I'll compress the back-end IB matrix, that should driver the SAS panel!\"}"], ["created_at", "2016-10-07 18:56:49.971992"], ["updated_at", "2016-10-07 18:56:49.971992"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati aperiam vel odit reiciendis atque quidem.\",\"body\":\"You can't bypass the bandwidth without synthesizing the neural AI program!\"}"], ["created_at", "2016-10-07 18:56:49.972872"], ["updated_at", "2016-10-07 18:56:49.972872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quis eum amet et.\",\"body\":\"Use the bluetooth EXE microchip, then you can hack the primary interface!\"}"], ["created_at", "2016-10-07 18:56:49.973725"], ["updated_at", "2016-10-07 18:56:49.973725"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut assumenda veritatis.\",\"body\":\"Try to compress the JSON port, maybe it will transmit the neural capacitor!\"}"], ["created_at", "2016-10-07 18:56:49.974633"], ["updated_at", "2016-10-07 18:56:49.974633"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id corrupti est harum.\",\"body\":\"If we reboot the bandwidth, we can get to the CSS system through the haptic ADP program!\"}"], ["created_at", "2016-10-07 18:56:49.975498"], ["updated_at", "2016-10-07 18:56:49.975498"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis dignissimos fuga.\",\"body\":\"You can't reboot the system without connecting the primary COM pixel!\"}"], ["created_at", "2016-10-07 18:56:49.976397"], ["updated_at", "2016-10-07 18:56:49.976397"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique deleniti quae.\",\"body\":\"If we parse the transmitter, we can get to the GB transmitter through the digital CSS system!\"}"], ["created_at", "2016-10-07 18:56:49.977589"], ["updated_at", "2016-10-07 18:56:49.977589"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere officiis explicabo tenetur nobis amet.\",\"body\":\"Backing up the monitor won't do anything, we need to generate the cross-platform rss circuit!\"}"], ["created_at", "2016-10-07 18:56:49.979008"], ["updated_at", "2016-10-07 18:56:49.979008"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur ut corporis.\",\"body\":\"I'll override the solid state SAS card, that should card the USB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:49.980427"], ["updated_at", "2016-10-07 18:56:49.980427"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa quisquam quia eligendi est recusandae.\",\"body\":\"We need to hack the redundant USB transmitter!\"}"], ["created_at", "2016-10-07 18:56:49.981685"], ["updated_at", "2016-10-07 18:56:49.981685"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum aut voluptatem.\",\"body\":\"We need to generate the neural CSS alarm!\"}"], ["created_at", "2016-10-07 18:56:49.982786"], ["updated_at", "2016-10-07 18:56:49.982786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum voluptates beatae ea laudantium voluptatibus nesciunt vel.\",\"body\":\"Use the haptic JBOD driver, then you can connect the optical pixel!\"}"], ["created_at", "2016-10-07 18:56:49.983831"], ["updated_at", "2016-10-07 18:56:49.983831"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius ipsam aspernatur.\",\"body\":\"If we navigate the port, we can get to the SSL interface through the solid state JSON array!\"}"], ["created_at", "2016-10-07 18:56:49.984800"], ["updated_at", "2016-10-07 18:56:49.984800"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint animi porro.\",\"body\":\"I'll connect the wireless ADP circuit, that should pixel the JSON card!\"}"], ["created_at", "2016-10-07 18:56:49.985791"], ["updated_at", "2016-10-07 18:56:49.985791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis dolor nulla nihil ea id.\",\"body\":\"I'll transmit the wireless SQL pixel, that should hard drive the SAS hard drive!\"}"], ["created_at", "2016-10-07 18:56:49.986766"], ["updated_at", "2016-10-07 18:56:49.986766"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat saepe enim.\",\"body\":\"If we parse the monitor, we can get to the PNG circuit through the back-end AI application!\"}"], ["created_at", "2016-10-07 18:56:49.987759"], ["updated_at", "2016-10-07 18:56:49.987759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur sit vel illo facilis eos.\",\"body\":\"Use the virtual JBOD panel, then you can reboot the neural application!\"}"], ["created_at", "2016-10-07 18:56:49.988758"], ["updated_at", "2016-10-07 18:56:49.988758"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sed nam minima aut.\",\"body\":\"Try to reboot the JBOD panel, maybe it will input the auxiliary port!\"}"], ["created_at", "2016-10-07 18:56:49.989806"], ["updated_at", "2016-10-07 18:56:49.989806"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut illum aut sit.\",\"body\":\"Transmitting the alarm won't do anything, we need to index the wireless xss port!\"}"], ["created_at", "2016-10-07 18:56:49.990962"], ["updated_at", "2016-10-07 18:56:49.990962"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab eum voluptatem sint.\",\"body\":\"If we parse the capacitor, we can get to the ADP application through the haptic FTP application!\"}"], ["created_at", "2016-10-07 18:56:49.992093"], ["updated_at", "2016-10-07 18:56:49.992093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est amet velit aut.\",\"body\":\"If we index the capacitor, we can get to the SDD program through the primary ADP matrix!\"}"], ["created_at", "2016-10-07 18:56:49.993148"], ["updated_at", "2016-10-07 18:56:49.993148"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia neque at autem ipsam exercitationem amet saepe.\",\"body\":\"Use the back-end ADP array, then you can reboot the digital panel!\"}"], ["created_at", "2016-10-07 18:56:49.994194"], ["updated_at", "2016-10-07 18:56:49.994194"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo qui voluptatum saepe eos consequatur fuga ducimus.\",\"body\":\"Connecting the alarm won't do anything, we need to back up the back-end agp monitor!\"}"], ["created_at", "2016-10-07 18:56:49.995259"], ["updated_at", "2016-10-07 18:56:49.995259"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nulla est id consectetur rerum.\",\"body\":\"The FTP sensor is down, generate the cross-platform matrix so we can transmit the ADP interface!\"}"], ["created_at", "2016-10-07 18:56:49.996342"], ["updated_at", "2016-10-07 18:56:49.996342"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut est vel ipsum quisquam dolor velit aliquid.\",\"body\":\"Try to program the XML monitor, maybe it will program the redundant alarm!\"}"], ["created_at", "2016-10-07 18:56:49.997474"], ["updated_at", "2016-10-07 18:56:49.997474"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam pariatur distinctio molestiae.\",\"body\":\"Try to input the TCP system, maybe it will back up the 1080p driver!\"}"], ["created_at", "2016-10-07 18:56:49.998573"], ["updated_at", "2016-10-07 18:56:49.998573"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis laudantium voluptatum illum est sed.\",\"body\":\"Try to back up the HTTP card, maybe it will program the digital pixel!\"}"], ["created_at", "2016-10-07 18:56:49.999681"], ["updated_at", "2016-10-07 18:56:49.999681"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et voluptate.\",\"body\":\"You can't input the application without backing up the online ADP capacitor!\"}"], ["created_at", "2016-10-07 18:56:50.000743"], ["updated_at", "2016-10-07 18:56:50.000743"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint perspiciatis dicta quis dolores iste.\",\"body\":\"The XSS capacitor is down, program the bluetooth bandwidth so we can program the SSL monitor!\"}"], ["created_at", "2016-10-07 18:56:50.001959"], ["updated_at", "2016-10-07 18:56:50.001959"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem consequatur saepe quisquam.\",\"body\":\"We need to bypass the virtual AGP microchip!\"}"], ["created_at", "2016-10-07 18:56:50.003229"], ["updated_at", "2016-10-07 18:56:50.003229"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut nihil optio modi numquam iste.\",\"body\":\"Try to input the XML panel, maybe it will index the redundant system!\"}"], ["created_at", "2016-10-07 18:56:50.004386"], ["updated_at", "2016-10-07 18:56:50.004386"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id cupiditate ut non laudantium.\",\"body\":\"You can't navigate the card without navigating the 1080p TCP alarm!\"}"], ["created_at", "2016-10-07 18:56:50.005482"], ["updated_at", "2016-10-07 18:56:50.005482"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non laboriosam atque voluptatem.\",\"body\":\"If we navigate the circuit, we can get to the RAM hard drive through the virtual AI application!\"}"], ["created_at", "2016-10-07 18:56:50.006743"], ["updated_at", "2016-10-07 18:56:50.006743"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto nihil qui asperiores.\",\"body\":\"I'll calculate the virtual HTTP microchip, that should program the PNG application!\"}"], ["created_at", "2016-10-07 18:56:50.008626"], ["updated_at", "2016-10-07 18:56:50.008626"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis et earum.\",\"body\":\"We need to quantify the digital PCI array!\"}"], ["created_at", "2016-10-07 18:56:50.011461"], ["updated_at", "2016-10-07 18:56:50.011461"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius eum assumenda laborum quia.\",\"body\":\"The FTP hard drive is down, input the solid state transmitter so we can reboot the XML monitor!\"}"], ["created_at", "2016-10-07 18:56:50.013216"], ["updated_at", "2016-10-07 18:56:50.013216"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia fuga culpa vel eos.\",\"body\":\"Use the auxiliary FTP interface, then you can calculate the redundant system!\"}"], ["created_at", "2016-10-07 18:56:50.016299"], ["updated_at", "2016-10-07 18:56:50.016299"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore eius quasi sit.\",\"body\":\"I'll back up the back-end CSS circuit, that should port the SAS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.017911"], ["updated_at", "2016-10-07 18:56:50.017911"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet veritatis nulla vel assumenda.\",\"body\":\"We need to input the virtual AI firewall!\"}"], ["created_at", "2016-10-07 18:56:50.020206"], ["updated_at", "2016-10-07 18:56:50.020206"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo minus aut non sequi omnis suscipit.\",\"body\":\"The XML array is down, input the digital capacitor so we can generate the SSL panel!\"}"], ["created_at", "2016-10-07 18:56:50.021835"], ["updated_at", "2016-10-07 18:56:50.021835"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae maiores eum error neque et.\",\"body\":\"Use the online HDD firewall, then you can calculate the digital capacitor!\"}"], ["created_at", "2016-10-07 18:56:50.023195"], ["updated_at", "2016-10-07 18:56:50.023195"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam illum est aut et dolorem quam.\",\"body\":\"If we index the protocol, we can get to the USB driver through the wireless AI port!\"}"], ["created_at", "2016-10-07 18:56:50.024440"], ["updated_at", "2016-10-07 18:56:50.024440"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum et sunt.\",\"body\":\"Hacking the driver won't do anything, we need to bypass the mobile com card!\"}"], ["created_at", "2016-10-07 18:56:50.025827"], ["updated_at", "2016-10-07 18:56:50.025827"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum blanditiis quo voluptatem dolor et.\",\"body\":\"Synthesizing the protocol won't do anything, we need to copy the mobile http application!\"}"], ["created_at", "2016-10-07 18:56:50.027217"], ["updated_at", "2016-10-07 18:56:50.027217"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos sequi et quae aliquam ex voluptatem officiis.\",\"body\":\"If we program the alarm, we can get to the USB firewall through the virtual SSL port!\"}"], ["created_at", "2016-10-07 18:56:50.028820"], ["updated_at", "2016-10-07 18:56:50.028820"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis voluptas earum.\",\"body\":\"Use the cross-platform SCSI hard drive, then you can transmit the 1080p port!\"}"], ["created_at", "2016-10-07 18:56:50.030971"], ["updated_at", "2016-10-07 18:56:50.030971"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores qui eos iure voluptatem nisi.\",\"body\":\"We need to calculate the wireless RSS panel!\"}"], ["created_at", "2016-10-07 18:56:50.034093"], ["updated_at", "2016-10-07 18:56:50.034093"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas est repellat et.\",\"body\":\"Compressing the microchip won't do anything, we need to generate the solid state pci program!\"}"], ["created_at", "2016-10-07 18:56:50.037772"], ["updated_at", "2016-10-07 18:56:50.037772"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi modi facilis voluptatem.\",\"body\":\"Use the open-source SMS microchip, then you can generate the wireless transmitter!\"}"], ["created_at", "2016-10-07 18:56:50.039335"], ["updated_at", "2016-10-07 18:56:50.039335"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et provident cumque dicta.\",\"body\":\"Synthesizing the interface won't do anything, we need to input the multi-byte tcp array!\"}"], ["created_at", "2016-10-07 18:56:50.040558"], ["updated_at", "2016-10-07 18:56:50.040558"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam excepturi suscipit facilis.\",\"body\":\"Use the auxiliary XML program, then you can generate the solid state capacitor!\"}"], ["created_at", "2016-10-07 18:56:50.041706"], ["updated_at", "2016-10-07 18:56:50.041706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime molestias dolores nostrum similique possimus reprehenderit a.\",\"body\":\"Use the open-source RAM firewall, then you can reboot the primary panel!\"}"], ["created_at", "2016-10-07 18:56:50.042834"], ["updated_at", "2016-10-07 18:56:50.042834"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel est eum voluptas vel.\",\"body\":\"Programming the bus won't do anything, we need to reboot the multi-byte rss microchip!\"}"], ["created_at", "2016-10-07 18:56:50.043886"], ["updated_at", "2016-10-07 18:56:50.043886"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nihil corporis.\",\"body\":\"Use the wireless RAM transmitter, then you can index the auxiliary panel!\"}"], ["created_at", "2016-10-07 18:56:50.044979"], ["updated_at", "2016-10-07 18:56:50.044979"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor voluptatum delectus et.\",\"body\":\"The JBOD pixel is down, transmit the bluetooth panel so we can quantify the SCSI hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.046019"], ["updated_at", "2016-10-07 18:56:50.046019"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum sequi quas occaecati qui qui nisi nobis.\",\"body\":\"Use the digital IB port, then you can bypass the online card!\"}"], ["created_at", "2016-10-07 18:56:50.047197"], ["updated_at", "2016-10-07 18:56:50.047197"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque recusandae repellendus provident.\",\"body\":\"If we program the port, we can get to the JBOD bus through the back-end SQL card!\"}"], ["created_at", "2016-10-07 18:56:50.048301"], ["updated_at", "2016-10-07 18:56:50.048301"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim et quis ut quia.\",\"body\":\"Use the multi-byte CSS pixel, then you can input the primary feed!\"}"], ["created_at", "2016-10-07 18:56:50.049332"], ["updated_at", "2016-10-07 18:56:50.049332"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non facilis reprehenderit inventore.\",\"body\":\"Calculating the application won't do anything, we need to index the multi-byte rss firewall!\"}"], ["created_at", "2016-10-07 18:56:50.050401"], ["updated_at", "2016-10-07 18:56:50.050401"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas dolores labore adipisci fugiat.\",\"body\":\"The FTP panel is down, compress the open-source firewall so we can transmit the JBOD driver!\"}"], ["created_at", "2016-10-07 18:56:50.051464"], ["updated_at", "2016-10-07 18:56:50.051464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum amet qui repellat qui.\",\"body\":\"Generating the driver won't do anything, we need to navigate the solid state xml microchip!\"}"], ["created_at", "2016-10-07 18:56:50.052474"], ["updated_at", "2016-10-07 18:56:50.052474"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione qui et consectetur repellat earum voluptates.\",\"body\":\"Use the mobile XML panel, then you can back up the haptic transmitter!\"}"], ["created_at", "2016-10-07 18:56:50.053460"], ["updated_at", "2016-10-07 18:56:50.053460"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente autem eius est voluptatem a quibusdam.\",\"body\":\"We need to transmit the virtual RAM hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.054467"], ["updated_at", "2016-10-07 18:56:50.054467"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa voluptatibus nulla quos illo ipsam inventore blanditiis.\",\"body\":\"Copying the monitor won't do anything, we need to navigate the redundant rss capacitor!\"}"], ["created_at", "2016-10-07 18:56:50.055505"], ["updated_at", "2016-10-07 18:56:50.055505"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus sed minus.\",\"body\":\"We need to generate the virtual ADP circuit!\"}"], ["created_at", "2016-10-07 18:56:50.056535"], ["updated_at", "2016-10-07 18:56:50.056535"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus ut laborum modi officiis soluta repellat.\",\"body\":\"The GB interface is down, parse the back-end matrix so we can back up the AI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.057539"], ["updated_at", "2016-10-07 18:56:50.057539"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut consequatur quis esse omnis harum.\",\"body\":\"Try to connect the PNG interface, maybe it will generate the open-source pixel!\"}"], ["created_at", "2016-10-07 18:56:50.058571"], ["updated_at", "2016-10-07 18:56:50.058571"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi ab et.\",\"body\":\"Use the haptic CSS capacitor, then you can connect the digital sensor!\"}"], ["created_at", "2016-10-07 18:56:50.059641"], ["updated_at", "2016-10-07 18:56:50.059641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum id consequatur omnis autem laboriosam ut.\",\"body\":\"Try to input the JBOD bandwidth, maybe it will compress the neural array!\"}"], ["created_at", "2016-10-07 18:56:50.060638"], ["updated_at", "2016-10-07 18:56:50.060638"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem sed et ut.\",\"body\":\"You can't hack the bus without overriding the haptic XSS pixel!\"}"], ["created_at", "2016-10-07 18:56:50.061641"], ["updated_at", "2016-10-07 18:56:50.061641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis at quia.\",\"body\":\"We need to hack the primary CSS hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.062680"], ["updated_at", "2016-10-07 18:56:50.062680"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi perspiciatis provident.\",\"body\":\"Use the back-end SMTP firewall, then you can synthesize the multi-byte alarm!\"}"], ["created_at", "2016-10-07 18:56:50.063690"], ["updated_at", "2016-10-07 18:56:50.063690"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo tempora sunt numquam illo neque nihil.\",\"body\":\"You can't reboot the array without connecting the optical JSON sensor!\"}"], ["created_at", "2016-10-07 18:56:50.064816"], ["updated_at", "2016-10-07 18:56:50.064816"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum totam eligendi illo voluptatibus maxime vitae.\",\"body\":\"We need to input the multi-byte PCI system!\"}"], ["created_at", "2016-10-07 18:56:50.066042"], ["updated_at", "2016-10-07 18:56:50.066042"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui qui aperiam voluptatem natus ab ad.\",\"body\":\"Use the redundant AGP microchip, then you can quantify the auxiliary bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.067327"], ["updated_at", "2016-10-07 18:56:50.067327"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae et accusantium ad et ea.\",\"body\":\"The IB circuit is down, transmit the mobile alarm so we can hack the SQL program!\"}"], ["created_at", "2016-10-07 18:56:50.069287"], ["updated_at", "2016-10-07 18:56:50.069287"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et iusto suscipit expedita ea.\",\"body\":\"The FTP firewall is down, synthesize the bluetooth interface so we can quantify the RAM circuit!\"}"], ["created_at", "2016-10-07 18:56:50.072701"], ["updated_at", "2016-10-07 18:56:50.072701"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit iure repellendus aliquam non.\",\"body\":\"Try to calculate the RSS sensor, maybe it will calculate the virtual bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.074651"], ["updated_at", "2016-10-07 18:56:50.074651"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae ut aut.\",\"body\":\"Use the primary HDD panel, then you can generate the solid state program!\"}"], ["created_at", "2016-10-07 18:56:50.077436"], ["updated_at", "2016-10-07 18:56:50.077436"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium quidem ipsum nemo voluptatem architecto.\",\"body\":\"You can't copy the monitor without bypassing the online USB system!\"}"], ["created_at", "2016-10-07 18:56:50.078770"], ["updated_at", "2016-10-07 18:56:50.078770"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed aspernatur beatae.\",\"body\":\"The EXE protocol is down, synthesize the redundant driver so we can synthesize the SCSI matrix!\"}"], ["created_at", "2016-10-07 18:56:50.080050"], ["updated_at", "2016-10-07 18:56:50.080050"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore cumque voluptatum.\",\"body\":\"Use the open-source JSON panel, then you can compress the wireless transmitter!\"}"], ["created_at", "2016-10-07 18:56:50.081463"], ["updated_at", "2016-10-07 18:56:50.081463"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut possimus sunt qui iusto.\",\"body\":\"You can't navigate the driver without calculating the auxiliary XML feed!\"}"], ["created_at", "2016-10-07 18:56:50.082635"], ["updated_at", "2016-10-07 18:56:50.082635"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis pariatur aut accusamus iusto.\",\"body\":\"The GB circuit is down, compress the online firewall so we can input the SDD monitor!\"}"], ["created_at", "2016-10-07 18:56:50.084025"], ["updated_at", "2016-10-07 18:56:50.084025"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam et unde saepe exercitationem nostrum eveniet.\",\"body\":\"Use the solid state SQL matrix, then you can index the cross-platform hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.085487"], ["updated_at", "2016-10-07 18:56:50.085487"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut accusamus et.\",\"body\":\"The SMS port is down, input the primary array so we can connect the SSL hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.088026"], ["updated_at", "2016-10-07 18:56:50.088026"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus blanditiis quod eius ab nobis.\",\"body\":\"Try to override the IB application, maybe it will override the bluetooth feed!\"}"], ["created_at", "2016-10-07 18:56:50.089358"], ["updated_at", "2016-10-07 18:56:50.089358"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur corrupti sit voluptatibus est.\",\"body\":\"The SMS monitor is down, transmit the cross-platform sensor so we can transmit the IB pixel!\"}"], ["created_at", "2016-10-07 18:56:50.090800"], ["updated_at", "2016-10-07 18:56:50.090800"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum et dolore quis harum a quam et.\",\"body\":\"Try to parse the CSS matrix, maybe it will bypass the 1080p microchip!\"}"], ["created_at", "2016-10-07 18:56:50.093800"], ["updated_at", "2016-10-07 18:56:50.093800"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores aut accusamus culpa nesciunt velit dolore illum.\",\"body\":\"If we transmit the driver, we can get to the FTP interface through the online RAM port!\"}"], ["created_at", "2016-10-07 18:56:50.095019"], ["updated_at", "2016-10-07 18:56:50.095019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit aut et ullam cumque non.\",\"body\":\"The XML array is down, bypass the 1080p port so we can reboot the AGP feed!\"}"], ["created_at", "2016-10-07 18:56:50.096049"], ["updated_at", "2016-10-07 18:56:50.096049"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea inventore consectetur.\",\"body\":\"You can't copy the capacitor without calculating the open-source COM array!\"}"], ["created_at", "2016-10-07 18:56:50.097149"], ["updated_at", "2016-10-07 18:56:50.097149"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque veritatis dolor fugit aut hic qui.\",\"body\":\"If we navigate the interface, we can get to the IB bus through the online EXE bus!\"}"], ["created_at", "2016-10-07 18:56:50.098361"], ["updated_at", "2016-10-07 18:56:50.098361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum delectus velit sit assumenda.\",\"body\":\"We need to parse the digital XML circuit!\"}"], ["created_at", "2016-10-07 18:56:50.099380"], ["updated_at", "2016-10-07 18:56:50.099380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam iusto ut et.\",\"body\":\"Use the neural SMTP card, then you can transmit the online hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.100337"], ["updated_at", "2016-10-07 18:56:50.100337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus quod ad non consequuntur veritatis nemo repellendus.\",\"body\":\"We need to back up the back-end XML panel!\"}"], ["created_at", "2016-10-07 18:56:50.101278"], ["updated_at", "2016-10-07 18:56:50.101278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque temporibus consequatur corporis consectetur.\",\"body\":\"Try to back up the FTP port, maybe it will quantify the 1080p panel!\"}"], ["created_at", "2016-10-07 18:56:50.102215"], ["updated_at", "2016-10-07 18:56:50.102215"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quisquam a adipisci soluta eum temporibus quo.\",\"body\":\"I'll navigate the haptic SQL firewall, that should interface the AI port!\"}"], ["created_at", "2016-10-07 18:56:50.103178"], ["updated_at", "2016-10-07 18:56:50.103178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident repellendus sapiente quasi sed voluptatem.\",\"body\":\"Hacking the panel won't do anything, we need to quantify the auxiliary tcp interface!\"}"], ["created_at", "2016-10-07 18:56:50.104120"], ["updated_at", "2016-10-07 18:56:50.104120"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero harum quia est.\",\"body\":\"The IB bandwidth is down, calculate the haptic bandwidth so we can connect the FTP firewall!\"}"], ["created_at", "2016-10-07 18:56:50.105244"], ["updated_at", "2016-10-07 18:56:50.105244"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error voluptatem quis perspiciatis sint.\",\"body\":\"Try to override the HTTP bandwidth, maybe it will override the 1080p transmitter!\"}"], ["created_at", "2016-10-07 18:56:50.106663"], ["updated_at", "2016-10-07 18:56:50.106663"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis rerum est nesciunt aspernatur sapiente.\",\"body\":\"Try to index the IB transmitter, maybe it will override the back-end pixel!\"}"], ["created_at", "2016-10-07 18:56:50.107796"], ["updated_at", "2016-10-07 18:56:50.107796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus quis voluptatem labore ut non non.\",\"body\":\"You can't program the hard drive without bypassing the online PCI card!\"}"], ["created_at", "2016-10-07 18:56:50.108759"], ["updated_at", "2016-10-07 18:56:50.108759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit sunt culpa nihil dolor.\",\"body\":\"Navigating the program won't do anything, we need to connect the redundant hdd application!\"}"], ["created_at", "2016-10-07 18:56:50.109620"], ["updated_at", "2016-10-07 18:56:50.109620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita dolor perferendis rerum quisquam aut totam dolores.\",\"body\":\"If we connect the panel, we can get to the SMTP monitor through the digital SAS card!\"}"], ["created_at", "2016-10-07 18:56:50.110554"], ["updated_at", "2016-10-07 18:56:50.110554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim facilis id.\",\"body\":\"If we index the card, we can get to the XML protocol through the wireless JBOD feed!\"}"], ["created_at", "2016-10-07 18:56:50.111434"], ["updated_at", "2016-10-07 18:56:50.111434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio iusto eos voluptatem veniam libero ut.\",\"body\":\"Use the solid state AI driver, then you can synthesize the neural transmitter!\"}"], ["created_at", "2016-10-07 18:56:50.112319"], ["updated_at", "2016-10-07 18:56:50.112319"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae inventore et id ut ad rem.\",\"body\":\"Use the cross-platform EXE microchip, then you can transmit the auxiliary panel!\"}"], ["created_at", "2016-10-07 18:56:50.113177"], ["updated_at", "2016-10-07 18:56:50.113177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis id maxime.\",\"body\":\"We need to back up the cross-platform RAM interface!\"}"], ["created_at", "2016-10-07 18:56:50.114080"], ["updated_at", "2016-10-07 18:56:50.114080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet quia qui aut.\",\"body\":\"We need to generate the digital HTTP interface!\"}"], ["created_at", "2016-10-07 18:56:50.115038"], ["updated_at", "2016-10-07 18:56:50.115038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et doloremque ut rem dolor ipsa omnis impedit.\",\"body\":\"The PCI card is down, hack the back-end application so we can synthesize the EXE transmitter!\"}"], ["created_at", "2016-10-07 18:56:50.115929"], ["updated_at", "2016-10-07 18:56:50.115929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro aut saepe soluta.\",\"body\":\"You can't compress the panel without parsing the optical HDD array!\"}"], ["created_at", "2016-10-07 18:56:50.116807"], ["updated_at", "2016-10-07 18:56:50.116807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque eum velit qui sunt consequatur fuga.\",\"body\":\"You can't calculate the sensor without overriding the 1080p SMTP card!\"}"], ["created_at", "2016-10-07 18:56:50.117680"], ["updated_at", "2016-10-07 18:56:50.117680"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure sunt delectus nemo.\",\"body\":\"You can't copy the bus without indexing the redundant EXE pixel!\"}"], ["created_at", "2016-10-07 18:56:50.118608"], ["updated_at", "2016-10-07 18:56:50.118608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque commodi quis dignissimos sint earum nemo odio.\",\"body\":\"Try to generate the JBOD bus, maybe it will connect the mobile array!\"}"], ["created_at", "2016-10-07 18:56:50.119489"], ["updated_at", "2016-10-07 18:56:50.119489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi veniam adipisci.\",\"body\":\"Try to transmit the USB hard drive, maybe it will transmit the virtual system!\"}"], ["created_at", "2016-10-07 18:56:50.120355"], ["updated_at", "2016-10-07 18:56:50.120355"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quam ab harum.\",\"body\":\"You can't quantify the feed without hacking the 1080p SCSI pixel!\"}"], ["created_at", "2016-10-07 18:56:50.121244"], ["updated_at", "2016-10-07 18:56:50.121244"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis aut aut quisquam.\",\"body\":\"I'll hack the back-end SSL monitor, that should bandwidth the SAS card!\"}"], ["created_at", "2016-10-07 18:56:50.122107"], ["updated_at", "2016-10-07 18:56:50.122107"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam quibusdam eligendi nostrum explicabo quae cupiditate consequatur.\",\"body\":\"You can't transmit the driver without parsing the online SMS system!\"}"], ["created_at", "2016-10-07 18:56:50.123025"], ["updated_at", "2016-10-07 18:56:50.123025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse sed qui consequatur est iusto nulla quia.\",\"body\":\"Copying the program won't do anything, we need to navigate the haptic sql array!\"}"], ["created_at", "2016-10-07 18:56:50.123902"], ["updated_at", "2016-10-07 18:56:50.123902"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero deleniti distinctio.\",\"body\":\"We need to navigate the back-end GB matrix!\"}"], ["created_at", "2016-10-07 18:56:50.124752"], ["updated_at", "2016-10-07 18:56:50.124752"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit et aspernatur pariatur aliquid vero consequuntur voluptate.\",\"body\":\"If we synthesize the protocol, we can get to the RSS bandwidth through the wireless PCI hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.125648"], ["updated_at", "2016-10-07 18:56:50.125648"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur qui et aspernatur et quaerat nemo.\",\"body\":\"I'll reboot the neural PNG array, that should panel the PNG firewall!\"}"], ["created_at", "2016-10-07 18:56:50.126523"], ["updated_at", "2016-10-07 18:56:50.126523"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis qui excepturi.\",\"body\":\"If we compress the panel, we can get to the AGP bus through the cross-platform TCP port!\"}"], ["created_at", "2016-10-07 18:56:50.127459"], ["updated_at", "2016-10-07 18:56:50.127459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum dolores quidem.\",\"body\":\"I'll compress the auxiliary EXE driver, that should port the AI transmitter!\"}"], ["created_at", "2016-10-07 18:56:50.128385"], ["updated_at", "2016-10-07 18:56:50.128385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga non modi.\",\"body\":\"I'll copy the wireless RAM protocol, that should matrix the USB system!\"}"], ["created_at", "2016-10-07 18:56:50.129271"], ["updated_at", "2016-10-07 18:56:50.129271"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo sed non doloremque et ratione modi delectus.\",\"body\":\"If we connect the panel, we can get to the RAM hard drive through the auxiliary SMS driver!\"}"], ["created_at", "2016-10-07 18:56:50.130147"], ["updated_at", "2016-10-07 18:56:50.130147"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius quia quis.\",\"body\":\"I'll connect the auxiliary GB microchip, that should card the COM application!\"}"], ["created_at", "2016-10-07 18:56:50.131072"], ["updated_at", "2016-10-07 18:56:50.131072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero et quae molestias tempora qui.\",\"body\":\"Try to calculate the JSON hard drive, maybe it will copy the primary protocol!\"}"], ["created_at", "2016-10-07 18:56:50.131928"], ["updated_at", "2016-10-07 18:56:50.131928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam quod magnam.\",\"body\":\"I'll generate the virtual TCP system, that should bandwidth the ADP firewall!\"}"], ["created_at", "2016-10-07 18:56:50.132796"], ["updated_at", "2016-10-07 18:56:50.132796"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quidem quas consequatur autem quo dolore.\",\"body\":\"The FTP array is down, connect the solid state application so we can hack the HTTP system!\"}"], ["created_at", "2016-10-07 18:56:50.133646"], ["updated_at", "2016-10-07 18:56:50.133646"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis hic sed cumque nam maiores et.\",\"body\":\"Bypassing the application won't do anything, we need to compress the wireless png circuit!\"}"], ["created_at", "2016-10-07 18:56:50.134569"], ["updated_at", "2016-10-07 18:56:50.134569"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore doloribus debitis et ratione.\",\"body\":\"Try to index the SSL circuit, maybe it will navigate the wireless card!\"}"], ["created_at", "2016-10-07 18:56:50.135436"], ["updated_at", "2016-10-07 18:56:50.135436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aut omnis a corporis consequuntur dolorem.\",\"body\":\"Try to reboot the PNG bus, maybe it will hack the virtual capacitor!\"}"], ["created_at", "2016-10-07 18:56:50.136314"], ["updated_at", "2016-10-07 18:56:50.136314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem temporibus dolor quidem iusto quam nesciunt eum.\",\"body\":\"You can't index the application without navigating the digital COM transmitter!\"}"], ["created_at", "2016-10-07 18:56:50.137173"], ["updated_at", "2016-10-07 18:56:50.137173"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui maxime tempore.\",\"body\":\"Try to copy the AGP array, maybe it will override the online sensor!\"}"], ["created_at", "2016-10-07 18:56:50.138061"], ["updated_at", "2016-10-07 18:56:50.138061"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio et consequuntur aspernatur.\",\"body\":\"Programming the microchip won't do anything, we need to connect the bluetooth usb panel!\"}"], ["created_at", "2016-10-07 18:56:50.138931"], ["updated_at", "2016-10-07 18:56:50.138931"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut esse qui illo nihil.\",\"body\":\"Calculating the circuit won't do anything, we need to synthesize the primary hdd sensor!\"}"], ["created_at", "2016-10-07 18:56:50.139812"], ["updated_at", "2016-10-07 18:56:50.139812"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint omnis quia doloremque unde.\",\"body\":\"The THX transmitter is down, compress the bluetooth matrix so we can input the CSS sensor!\"}"], ["created_at", "2016-10-07 18:56:50.140675"], ["updated_at", "2016-10-07 18:56:50.140675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam et sit sed.\",\"body\":\"If we generate the system, we can get to the SMTP card through the wireless RSS feed!\"}"], ["created_at", "2016-10-07 18:56:50.141586"], ["updated_at", "2016-10-07 18:56:50.141586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus aut asperiores.\",\"body\":\"You can't transmit the protocol without generating the virtual XML capacitor!\"}"], ["created_at", "2016-10-07 18:56:50.142442"], ["updated_at", "2016-10-07 18:56:50.142442"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto voluptatem aut quis non.\",\"body\":\"I'll parse the primary IB interface, that should microchip the SMTP array!\"}"], ["created_at", "2016-10-07 18:56:50.143333"], ["updated_at", "2016-10-07 18:56:50.143333"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure voluptatum sit consequuntur.\",\"body\":\"The SDD port is down, synthesize the virtual matrix so we can calculate the XML hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.144195"], ["updated_at", "2016-10-07 18:56:50.144195"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At tenetur quam voluptatibus saepe eius consequuntur.\",\"body\":\"We need to synthesize the back-end XSS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.145063"], ["updated_at", "2016-10-07 18:56:50.145063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea dolorem incidunt eum dolores reprehenderit ut officiis.\",\"body\":\"If we index the hard drive, we can get to the XSS firewall through the multi-byte SQL panel!\"}"], ["created_at", "2016-10-07 18:56:50.145927"], ["updated_at", "2016-10-07 18:56:50.145927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima mollitia qui quam corrupti sit nihil ut.\",\"body\":\"I'll calculate the mobile FTP card, that should system the PCI matrix!\"}"], ["created_at", "2016-10-07 18:56:50.146835"], ["updated_at", "2016-10-07 18:56:50.146835"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab unde eum accusantium ipsum.\",\"body\":\"Use the multi-byte THX driver, then you can transmit the digital sensor!\"}"], ["created_at", "2016-10-07 18:56:50.147709"], ["updated_at", "2016-10-07 18:56:50.147709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda inventore harum exercitationem minus.\",\"body\":\"Calculating the program won't do anything, we need to input the 1080p xss panel!\"}"], ["created_at", "2016-10-07 18:56:50.148585"], ["updated_at", "2016-10-07 18:56:50.148585"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae perspiciatis corporis.\",\"body\":\"We need to input the primary CSS port!\"}"], ["created_at", "2016-10-07 18:56:50.149461"], ["updated_at", "2016-10-07 18:56:50.149461"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum ea et repudiandae voluptate possimus illo labore.\",\"body\":\"Quantifying the capacitor won't do anything, we need to calculate the online adp bus!\"}"], ["created_at", "2016-10-07 18:56:50.150315"], ["updated_at", "2016-10-07 18:56:50.150315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem in nihil et.\",\"body\":\"Try to connect the RAM port, maybe it will navigate the primary card!\"}"], ["created_at", "2016-10-07 18:56:50.151195"], ["updated_at", "2016-10-07 18:56:50.151195"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim fugiat ipsa eos delectus explicabo fugit.\",\"body\":\"If we quantify the microchip, we can get to the JSON driver through the neural AI matrix!\"}"], ["created_at", "2016-10-07 18:56:50.152051"], ["updated_at", "2016-10-07 18:56:50.152051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quae autem voluptates aliquam qui.\",\"body\":\"We need to index the mobile IB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.152930"], ["updated_at", "2016-10-07 18:56:50.152930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit sint laboriosam numquam eveniet.\",\"body\":\"I'll quantify the open-source HDD circuit, that should transmitter the SQL monitor!\"}"], ["created_at", "2016-10-07 18:56:50.153788"], ["updated_at", "2016-10-07 18:56:50.153788"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis et et illum quo.\",\"body\":\"Backing up the pixel won't do anything, we need to compress the multi-byte xss monitor!\"}"], ["created_at", "2016-10-07 18:56:50.154932"], ["updated_at", "2016-10-07 18:56:50.154932"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit minus alias.\",\"body\":\"You can't generate the bandwidth without quantifying the 1080p ADP transmitter!\"}"], ["created_at", "2016-10-07 18:56:50.156075"], ["updated_at", "2016-10-07 18:56:50.156075"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad labore aliquid omnis.\",\"body\":\"Navigating the capacitor won't do anything, we need to connect the bluetooth sas interface!\"}"], ["created_at", "2016-10-07 18:56:50.157296"], ["updated_at", "2016-10-07 18:56:50.157296"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum quis dolor delectus fugit beatae.\",\"body\":\"We need to generate the redundant RAM system!\"}"], ["created_at", "2016-10-07 18:56:50.158754"], ["updated_at", "2016-10-07 18:56:50.158754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi voluptate ipsum nihil aut.\",\"body\":\"I'll transmit the open-source COM application, that should monitor the RAM array!\"}"], ["created_at", "2016-10-07 18:56:50.159813"], ["updated_at", "2016-10-07 18:56:50.159813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nobis blanditiis et voluptatum unde.\",\"body\":\"Copying the system won't do anything, we need to synthesize the multi-byte sms port!\"}"], ["created_at", "2016-10-07 18:56:50.160694"], ["updated_at", "2016-10-07 18:56:50.160694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt corrupti culpa perspiciatis et quibusdam fugiat sit.\",\"body\":\"Try to parse the SQL application, maybe it will override the wireless microchip!\"}"], ["created_at", "2016-10-07 18:56:50.161572"], ["updated_at", "2016-10-07 18:56:50.161572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque nesciunt est atque repellendus soluta temporibus.\",\"body\":\"I'll bypass the redundant EXE firewall, that should driver the JBOD driver!\"}"], ["created_at", "2016-10-07 18:56:50.162438"], ["updated_at", "2016-10-07 18:56:50.162438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias neque omnis doloremque non sed.\",\"body\":\"We need to navigate the solid state TCP feed!\"}"], ["created_at", "2016-10-07 18:56:50.163372"], ["updated_at", "2016-10-07 18:56:50.163372"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et provident.\",\"body\":\"If we bypass the feed, we can get to the JSON array through the online COM bus!\"}"], ["created_at", "2016-10-07 18:56:50.164236"], ["updated_at", "2016-10-07 18:56:50.164236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut assumenda consequatur.\",\"body\":\"Try to connect the SDD feed, maybe it will copy the redundant protocol!\"}"], ["created_at", "2016-10-07 18:56:50.165107"], ["updated_at", "2016-10-07 18:56:50.165107"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum nulla occaecati.\",\"body\":\"If we synthesize the card, we can get to the EXE array through the wireless SDD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.165975"], ["updated_at", "2016-10-07 18:56:50.165975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et suscipit qui optio debitis doloribus nulla.\",\"body\":\"We need to hack the bluetooth HTTP system!\"}"], ["created_at", "2016-10-07 18:56:50.166871"], ["updated_at", "2016-10-07 18:56:50.166871"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed laboriosam et cumque sit rerum in quaerat.\",\"body\":\"I'll input the online GB application, that should system the SMTP transmitter!\"}"], ["created_at", "2016-10-07 18:56:50.167735"], ["updated_at", "2016-10-07 18:56:50.167735"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit blanditiis voluptates non sunt commodi quia.\",\"body\":\"You can't index the panel without quantifying the open-source SMTP application!\"}"], ["created_at", "2016-10-07 18:56:50.168607"], ["updated_at", "2016-10-07 18:56:50.168607"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio velit deserunt accusamus.\",\"body\":\"If we index the microchip, we can get to the JBOD feed through the solid state CSS circuit!\"}"], ["created_at", "2016-10-07 18:56:50.169868"], ["updated_at", "2016-10-07 18:56:50.169868"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis illo alias.\",\"body\":\"You can't connect the hard drive without indexing the open-source EXE interface!\"}"], ["created_at", "2016-10-07 18:56:50.171234"], ["updated_at", "2016-10-07 18:56:50.171234"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo sit quisquam non.\",\"body\":\"Use the haptic FTP array, then you can override the solid state monitor!\"}"], ["created_at", "2016-10-07 18:56:50.172957"], ["updated_at", "2016-10-07 18:56:50.172957"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum ut quod velit ad sit impedit ea.\",\"body\":\"If we calculate the capacitor, we can get to the SQL capacitor through the neural THX capacitor!\"}"], ["created_at", "2016-10-07 18:56:50.174559"], ["updated_at", "2016-10-07 18:56:50.174559"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut explicabo animi rerum sunt alias.\",\"body\":\"The IB program is down, input the optical program so we can reboot the SSL bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.176022"], ["updated_at", "2016-10-07 18:56:50.176022"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex aliquid nesciunt adipisci sunt pariatur fugit.\",\"body\":\"Use the virtual XML feed, then you can connect the online sensor!\"}"], ["created_at", "2016-10-07 18:56:50.177503"], ["updated_at", "2016-10-07 18:56:50.177503"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque dolor et.\",\"body\":\"Use the optical GB protocol, then you can generate the multi-byte circuit!\"}"], ["created_at", "2016-10-07 18:56:50.178979"], ["updated_at", "2016-10-07 18:56:50.178979"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor quia illo qui illum dolores.\",\"body\":\"Use the online HDD firewall, then you can input the online circuit!\"}"], ["created_at", "2016-10-07 18:56:50.180477"], ["updated_at", "2016-10-07 18:56:50.180477"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas perspiciatis nisi velit consequatur.\",\"body\":\"I'll generate the 1080p IB panel, that should array the JBOD application!\"}"], ["created_at", "2016-10-07 18:56:50.181770"], ["updated_at", "2016-10-07 18:56:50.181770"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias qui est consequatur necessitatibus temporibus voluptate.\",\"body\":\"If we generate the port, we can get to the XSS interface through the wireless USB monitor!\"}"], ["created_at", "2016-10-07 18:56:50.183679"], ["updated_at", "2016-10-07 18:56:50.183679"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam ut et odio ea pariatur.\",\"body\":\"If we compress the bandwidth, we can get to the JSON driver through the mobile AGP array!\"}"], ["created_at", "2016-10-07 18:56:50.185874"], ["updated_at", "2016-10-07 18:56:50.185874"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti ab sed vel.\",\"body\":\"Hacking the circuit won't do anything, we need to connect the solid state sql driver!\"}"], ["created_at", "2016-10-07 18:56:50.187813"], ["updated_at", "2016-10-07 18:56:50.187813"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt doloremque itaque laboriosam.\",\"body\":\"Compressing the transmitter won't do anything, we need to back up the 1080p png feed!\"}"], ["created_at", "2016-10-07 18:56:50.189106"], ["updated_at", "2016-10-07 18:56:50.189106"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis dignissimos enim officia vel autem pariatur.\",\"body\":\"You can't reboot the firewall without copying the neural SQL capacitor!\"}"], ["created_at", "2016-10-07 18:56:50.190356"], ["updated_at", "2016-10-07 18:56:50.190356"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum sit molestias voluptatum eligendi impedit excepturi.\",\"body\":\"We need to generate the cross-platform GB hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.191776"], ["updated_at", "2016-10-07 18:56:50.191776"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus impedit dicta.\",\"body\":\"We need to navigate the digital SMS microchip!\"}"], ["created_at", "2016-10-07 18:56:50.193325"], ["updated_at", "2016-10-07 18:56:50.193325"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste ad qui nulla suscipit veritatis.\",\"body\":\"We need to connect the digital USB port!\"}"], ["created_at", "2016-10-07 18:56:50.194812"], ["updated_at", "2016-10-07 18:56:50.194812"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum omnis nemo quo similique nulla aut atque.\",\"body\":\"Try to compress the USB bus, maybe it will back up the neural pixel!\"}"], ["created_at", "2016-10-07 18:56:50.197462"], ["updated_at", "2016-10-07 18:56:50.197462"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque eos sed et.\",\"body\":\"We need to index the redundant SSL circuit!\"}"], ["created_at", "2016-10-07 18:56:50.200335"], ["updated_at", "2016-10-07 18:56:50.200335"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas numquam facere sunt eligendi.\",\"body\":\"The IB firewall is down, program the online capacitor so we can parse the EXE monitor!\"}"], ["created_at", "2016-10-07 18:56:50.201670"], ["updated_at", "2016-10-07 18:56:50.201670"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos atque at nisi.\",\"body\":\"Try to calculate the RSS circuit, maybe it will generate the solid state driver!\"}"], ["created_at", "2016-10-07 18:56:50.203028"], ["updated_at", "2016-10-07 18:56:50.203028"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque aut eligendi consequatur et totam.\",\"body\":\"Try to input the GB application, maybe it will override the mobile card!\"}"], ["created_at", "2016-10-07 18:56:50.204399"], ["updated_at", "2016-10-07 18:56:50.204399"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum voluptas id ut excepturi eos inventore.\",\"body\":\"Try to back up the JSON interface, maybe it will transmit the back-end bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.205617"], ["updated_at", "2016-10-07 18:56:50.205617"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto labore ea non totam consequatur quia perferendis.\",\"body\":\"You can't quantify the bandwidth without bypassing the neural COM matrix!\"}"], ["created_at", "2016-10-07 18:56:50.206867"], ["updated_at", "2016-10-07 18:56:50.206867"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut impedit qui nisi quas.\",\"body\":\"We need to parse the virtual SMS capacitor!\"}"], ["created_at", "2016-10-07 18:56:50.208088"], ["updated_at", "2016-10-07 18:56:50.208088"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et distinctio eos ut.\",\"body\":\"Try to index the USB card, maybe it will reboot the cross-platform sensor!\"}"], ["created_at", "2016-10-07 18:56:50.209212"], ["updated_at", "2016-10-07 18:56:50.209212"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et inventore aspernatur.\",\"body\":\"Try to compress the ADP transmitter, maybe it will connect the 1080p circuit!\"}"], ["created_at", "2016-10-07 18:56:50.210329"], ["updated_at", "2016-10-07 18:56:50.210329"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum saepe soluta veritatis aut.\",\"body\":\"The AI interface is down, quantify the online sensor so we can override the GB application!\"}"], ["created_at", "2016-10-07 18:56:50.211447"], ["updated_at", "2016-10-07 18:56:50.211447"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam sint recusandae voluptates nihil.\",\"body\":\"Use the multi-byte THX circuit, then you can navigate the wireless monitor!\"}"], ["created_at", "2016-10-07 18:56:50.212461"], ["updated_at", "2016-10-07 18:56:50.212461"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus et adipisci error odio in quo aspernatur.\",\"body\":\"If we hack the firewall, we can get to the GB alarm through the redundant USB bus!\"}"], ["created_at", "2016-10-07 18:56:50.213554"], ["updated_at", "2016-10-07 18:56:50.213554"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus consequatur nobis.\",\"body\":\"We need to reboot the cross-platform ADP matrix!\"}"], ["created_at", "2016-10-07 18:56:50.214602"], ["updated_at", "2016-10-07 18:56:50.214602"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam optio delectus sunt dignissimos voluptas ex minima.\",\"body\":\"I'll override the virtual CSS transmitter, that should matrix the JSON system!\"}"], ["created_at", "2016-10-07 18:56:50.215695"], ["updated_at", "2016-10-07 18:56:50.215695"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci eaque ex aut vero ut illo.\",\"body\":\"I'll synthesize the auxiliary GB bandwidth, that should interface the RAM matrix!\"}"], ["created_at", "2016-10-07 18:56:50.216740"], ["updated_at", "2016-10-07 18:56:50.216740"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id incidunt qui optio.\",\"body\":\"Try to quantify the CSS protocol, maybe it will input the mobile protocol!\"}"], ["created_at", "2016-10-07 18:56:50.217761"], ["updated_at", "2016-10-07 18:56:50.217761"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate nobis soluta et est aperiam aut.\",\"body\":\"Use the virtual HTTP monitor, then you can reboot the cross-platform monitor!\"}"], ["created_at", "2016-10-07 18:56:50.218777"], ["updated_at", "2016-10-07 18:56:50.218777"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas inventore ut quas voluptatum illum molestiae et.\",\"body\":\"If we override the circuit, we can get to the USB circuit through the cross-platform IB interface!\"}"], ["created_at", "2016-10-07 18:56:50.219772"], ["updated_at", "2016-10-07 18:56:50.219772"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum maxime officia delectus.\",\"body\":\"Quantifying the capacitor won't do anything, we need to synthesize the open-source usb interface!\"}"], ["created_at", "2016-10-07 18:56:50.220765"], ["updated_at", "2016-10-07 18:56:50.220765"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi aut eius quia nihil.\",\"body\":\"If we generate the application, we can get to the COM system through the 1080p XML card!\"}"], ["created_at", "2016-10-07 18:56:50.221774"], ["updated_at", "2016-10-07 18:56:50.221774"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum omnis commodi.\",\"body\":\"You can't override the firewall without backing up the neural HDD port!\"}"], ["created_at", "2016-10-07 18:56:50.222805"], ["updated_at", "2016-10-07 18:56:50.222805"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error deserunt consequatur eveniet quia sapiente voluptatem autem.\",\"body\":\"You can't back up the protocol without connecting the neural HDD hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.223800"], ["updated_at", "2016-10-07 18:56:50.223800"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum repellendus saepe enim dolores voluptatibus quia.\",\"body\":\"If we hack the card, we can get to the USB sensor through the solid state RAM alarm!\"}"], ["created_at", "2016-10-07 18:56:50.224820"], ["updated_at", "2016-10-07 18:56:50.224820"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et accusantium veniam.\",\"body\":\"We need to index the online AI firewall!\"}"], ["created_at", "2016-10-07 18:56:50.225801"], ["updated_at", "2016-10-07 18:56:50.225801"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut unde facere at.\",\"body\":\"The SCSI application is down, generate the 1080p microchip so we can program the ADP hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.226822"], ["updated_at", "2016-10-07 18:56:50.226822"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam quis deleniti.\",\"body\":\"Bypassing the feed won't do anything, we need to override the auxiliary ai array!\"}"], ["created_at", "2016-10-07 18:56:50.227927"], ["updated_at", "2016-10-07 18:56:50.227927"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit id sint et et.\",\"body\":\"I'll generate the optical ADP protocol, that should pixel the RSS application!\"}"], ["created_at", "2016-10-07 18:56:50.229187"], ["updated_at", "2016-10-07 18:56:50.229187"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non rerum qui.\",\"body\":\"Try to hack the SMTP microchip, maybe it will program the digital circuit!\"}"], ["created_at", "2016-10-07 18:56:50.230465"], ["updated_at", "2016-10-07 18:56:50.230465"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi nihil eum quia.\",\"body\":\"Use the redundant SSL alarm, then you can calculate the cross-platform application!\"}"], ["created_at", "2016-10-07 18:56:50.231646"], ["updated_at", "2016-10-07 18:56:50.231646"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora reprehenderit excepturi doloribus vitae asperiores.\",\"body\":\"If we back up the interface, we can get to the SDD panel through the mobile AI capacitor!\"}"], ["created_at", "2016-10-07 18:56:50.232884"], ["updated_at", "2016-10-07 18:56:50.232884"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem rem voluptas quis qui.\",\"body\":\"Use the multi-byte SCSI pixel, then you can copy the primary matrix!\"}"], ["created_at", "2016-10-07 18:56:50.234184"], ["updated_at", "2016-10-07 18:56:50.234184"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab omnis sint reiciendis molestiae ea.\",\"body\":\"Try to bypass the RSS transmitter, maybe it will connect the auxiliary application!\"}"], ["created_at", "2016-10-07 18:56:50.235505"], ["updated_at", "2016-10-07 18:56:50.235505"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam laborum impedit consequatur.\",\"body\":\"If we index the feed, we can get to the CSS bandwidth through the neural AI application!\"}"], ["created_at", "2016-10-07 18:56:50.236687"], ["updated_at", "2016-10-07 18:56:50.236687"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda quis temporibus.\",\"body\":\"You can't reboot the firewall without hacking the mobile SMS protocol!\"}"], ["created_at", "2016-10-07 18:56:50.238058"], ["updated_at", "2016-10-07 18:56:50.238058"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo est qui at ipsa.\",\"body\":\"If we reboot the bus, we can get to the RSS capacitor through the auxiliary TCP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.239614"], ["updated_at", "2016-10-07 18:56:50.239614"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia magni at quod.\",\"body\":\"Copying the pixel won't do anything, we need to parse the auxiliary ftp sensor!\"}"], ["created_at", "2016-10-07 18:56:50.240996"], ["updated_at", "2016-10-07 18:56:50.240996"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea culpa enim suscipit qui.\",\"body\":\"Use the cross-platform THX driver, then you can program the auxiliary array!\"}"], ["created_at", "2016-10-07 18:56:50.242287"], ["updated_at", "2016-10-07 18:56:50.242287"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit consequatur quia vel natus exercitationem minus.\",\"body\":\"You can't parse the alarm without indexing the virtual TCP sensor!\"}"], ["created_at", "2016-10-07 18:56:50.243675"], ["updated_at", "2016-10-07 18:56:50.243675"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed dolor a inventore tempore cupiditate.\",\"body\":\"If we transmit the application, we can get to the RAM driver through the digital COM circuit!\"}"], ["created_at", "2016-10-07 18:56:50.245015"], ["updated_at", "2016-10-07 18:56:50.245015"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed illum voluptatem velit aspernatur nihil explicabo.\",\"body\":\"You can't synthesize the interface without overriding the neural CSS microchip!\"}"], ["created_at", "2016-10-07 18:56:50.246233"], ["updated_at", "2016-10-07 18:56:50.246233"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic in illo totam.\",\"body\":\"We need to reboot the solid state XSS circuit!\"}"], ["created_at", "2016-10-07 18:56:50.247556"], ["updated_at", "2016-10-07 18:56:50.247556"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit in et id illo assumenda eos.\",\"body\":\"You can't parse the pixel without quantifying the virtual SSL monitor!\"}"], ["created_at", "2016-10-07 18:56:50.248855"], ["updated_at", "2016-10-07 18:56:50.248855"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident vero et placeat cumque ipsum maxime laudantium.\",\"body\":\"We need to reboot the optical THX bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.250301"], ["updated_at", "2016-10-07 18:56:50.250301"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim consequatur itaque vel quia dolorum at sit.\",\"body\":\"I'll input the haptic AGP firewall, that should driver the SDD transmitter!\"}"], ["created_at", "2016-10-07 18:56:50.251988"], ["updated_at", "2016-10-07 18:56:50.251988"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores ullam aut.\",\"body\":\"Use the bluetooth JBOD transmitter, then you can hack the optical monitor!\"}"], ["created_at", "2016-10-07 18:56:50.253500"], ["updated_at", "2016-10-07 18:56:50.253500"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae architecto odit magnam excepturi.\",\"body\":\"If we copy the card, we can get to the SCSI alarm through the online COM driver!\"}"], ["created_at", "2016-10-07 18:56:50.255006"], ["updated_at", "2016-10-07 18:56:50.255006"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque rem quisquam quos.\",\"body\":\"If we reboot the alarm, we can get to the SQL application through the open-source TCP feed!\"}"], ["created_at", "2016-10-07 18:56:50.256415"], ["updated_at", "2016-10-07 18:56:50.256415"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta magnam sunt ut illum beatae aut repudiandae.\",\"body\":\"Try to calculate the CSS program, maybe it will back up the 1080p interface!\"}"], ["created_at", "2016-10-07 18:56:50.258068"], ["updated_at", "2016-10-07 18:56:50.258068"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti qui est praesentium.\",\"body\":\"You can't bypass the array without connecting the digital AGP matrix!\"}"], ["created_at", "2016-10-07 18:56:50.259499"], ["updated_at", "2016-10-07 18:56:50.259499"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed et qui sit provident distinctio ex vero.\",\"body\":\"The SSL port is down, compress the back-end panel so we can synthesize the JBOD pixel!\"}"], ["created_at", "2016-10-07 18:56:50.260819"], ["updated_at", "2016-10-07 18:56:50.260819"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores nemo voluptas et fuga aut non.\",\"body\":\"Connecting the alarm won't do anything, we need to synthesize the auxiliary thx driver!\"}"], ["created_at", "2016-10-07 18:56:50.262273"], ["updated_at", "2016-10-07 18:56:50.262273"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed temporibus architecto rerum.\",\"body\":\"We need to generate the neural SDD port!\"}"], ["created_at", "2016-10-07 18:56:50.264027"], ["updated_at", "2016-10-07 18:56:50.264027"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et iusto facere deserunt repellat.\",\"body\":\"If we program the port, we can get to the FTP interface through the redundant AGP firewall!\"}"], ["created_at", "2016-10-07 18:56:50.265884"], ["updated_at", "2016-10-07 18:56:50.265884"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem non reprehenderit dolor cupiditate.\",\"body\":\"I'll override the optical PCI alarm, that should driver the HTTP panel!\"}"], ["created_at", "2016-10-07 18:56:50.267984"], ["updated_at", "2016-10-07 18:56:50.267984"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio qui tenetur cupiditate sit illo temporibus ut.\",\"body\":\"You can't compress the system without transmitting the multi-byte SCSI panel!\"}"], ["created_at", "2016-10-07 18:56:50.269998"], ["updated_at", "2016-10-07 18:56:50.269998"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam iusto beatae assumenda facere voluptatibus.\",\"body\":\"We need to navigate the haptic XML monitor!\"}"], ["created_at", "2016-10-07 18:56:50.272091"], ["updated_at", "2016-10-07 18:56:50.272091"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cumque tempore id ea consequatur odit.\",\"body\":\"Parsing the sensor won't do anything, we need to override the multi-byte xml alarm!\"}"], ["created_at", "2016-10-07 18:56:50.274122"], ["updated_at", "2016-10-07 18:56:50.274122"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis ipsa nihil consectetur.\",\"body\":\"Navigating the matrix won't do anything, we need to back up the mobile ai array!\"}"], ["created_at", "2016-10-07 18:56:50.276093"], ["updated_at", "2016-10-07 18:56:50.276093"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur delectus ullam eos saepe pariatur iste.\",\"body\":\"You can't quantify the application without calculating the bluetooth SSL driver!\"}"], ["created_at", "2016-10-07 18:56:50.278102"], ["updated_at", "2016-10-07 18:56:50.278102"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ab nihil eaque eum.\",\"body\":\"Use the open-source JSON protocol, then you can index the solid state sensor!\"}"], ["created_at", "2016-10-07 18:56:50.280322"], ["updated_at", "2016-10-07 18:56:50.280322"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque numquam aut.\",\"body\":\"Compressing the hard drive won't do anything, we need to reboot the 1080p smtp circuit!\"}"], ["created_at", "2016-10-07 18:56:50.282189"], ["updated_at", "2016-10-07 18:56:50.282189"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit voluptates ratione animi in.\",\"body\":\"If we bypass the protocol, we can get to the SAS hard drive through the digital RAM application!\"}"], ["created_at", "2016-10-07 18:56:50.283965"], ["updated_at", "2016-10-07 18:56:50.283965"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos odio et aut nulla ea qui.\",\"body\":\"Try to connect the AI bus, maybe it will compress the cross-platform circuit!\"}"], ["created_at", "2016-10-07 18:56:50.285700"], ["updated_at", "2016-10-07 18:56:50.285700"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat assumenda eos neque.\",\"body\":\"Try to quantify the SSL driver, maybe it will input the auxiliary feed!\"}"], ["created_at", "2016-10-07 18:56:50.287425"], ["updated_at", "2016-10-07 18:56:50.287425"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus a magnam ab ullam doloribus saepe.\",\"body\":\"Try to compress the HDD circuit, maybe it will parse the back-end microchip!\"}"], ["created_at", "2016-10-07 18:56:50.289269"], ["updated_at", "2016-10-07 18:56:50.289269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus enim vel tempora corrupti nulla fugit accusantium.\",\"body\":\"Use the digital SQL card, then you can input the bluetooth system!\"}"], ["created_at", "2016-10-07 18:56:50.290600"], ["updated_at", "2016-10-07 18:56:50.290600"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda aspernatur veritatis voluptas quia.\",\"body\":\"Use the cross-platform SDD interface, then you can override the open-source application!\"}"], ["created_at", "2016-10-07 18:56:50.291573"], ["updated_at", "2016-10-07 18:56:50.291573"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque optio ex illo in.\",\"body\":\"Use the cross-platform RSS port, then you can calculate the mobile bus!\"}"], ["created_at", "2016-10-07 18:56:50.292464"], ["updated_at", "2016-10-07 18:56:50.292464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae sunt minus eum neque porro eaque.\",\"body\":\"The SDD monitor is down, index the online capacitor so we can synthesize the FTP pixel!\"}"], ["created_at", "2016-10-07 18:56:50.293439"], ["updated_at", "2016-10-07 18:56:50.293439"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sed nam et at.\",\"body\":\"Generating the feed won't do anything, we need to program the mobile agp matrix!\"}"], ["created_at", "2016-10-07 18:56:50.294384"], ["updated_at", "2016-10-07 18:56:50.294384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea deserunt molestiae commodi sunt culpa.\",\"body\":\"You can't bypass the driver without connecting the wireless RAM application!\"}"], ["created_at", "2016-10-07 18:56:50.295363"], ["updated_at", "2016-10-07 18:56:50.295363"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint molestiae et eum quo nostrum voluptas delectus.\",\"body\":\"We need to override the haptic SQL firewall!\"}"], ["created_at", "2016-10-07 18:56:50.296247"], ["updated_at", "2016-10-07 18:56:50.296247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae et ducimus doloremque.\",\"body\":\"Try to synthesize the RSS capacitor, maybe it will compress the open-source pixel!\"}"], ["created_at", "2016-10-07 18:56:50.297187"], ["updated_at", "2016-10-07 18:56:50.297187"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam in officia id et.\",\"body\":\"Try to connect the HDD microchip, maybe it will transmit the virtual card!\"}"], ["created_at", "2016-10-07 18:56:50.298132"], ["updated_at", "2016-10-07 18:56:50.298132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo possimus perferendis sit minima quisquam nesciunt.\",\"body\":\"I'll override the mobile AI program, that should protocol the HTTP monitor!\"}"], ["created_at", "2016-10-07 18:56:50.299036"], ["updated_at", "2016-10-07 18:56:50.299036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti et soluta ab voluptas distinctio facilis.\",\"body\":\"If we back up the driver, we can get to the IB hard drive through the optical IB port!\"}"], ["created_at", "2016-10-07 18:56:50.299912"], ["updated_at", "2016-10-07 18:56:50.299912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium modi ea voluptatem quia et nesciunt dolor.\",\"body\":\"Try to connect the EXE sensor, maybe it will reboot the cross-platform bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.300763"], ["updated_at", "2016-10-07 18:56:50.300763"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero iure nulla aperiam omnis.\",\"body\":\"I'll override the online AI protocol, that should transmitter the TCP microchip!\"}"], ["created_at", "2016-10-07 18:56:50.301676"], ["updated_at", "2016-10-07 18:56:50.301676"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et omnis reprehenderit maxime incidunt illo voluptas.\",\"body\":\"Use the wireless SMS panel, then you can compress the open-source card!\"}"], ["created_at", "2016-10-07 18:56:50.302862"], ["updated_at", "2016-10-07 18:56:50.302862"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus qui dolorem animi.\",\"body\":\"Calculating the matrix won't do anything, we need to index the primary hdd system!\"}"], ["created_at", "2016-10-07 18:56:50.304176"], ["updated_at", "2016-10-07 18:56:50.304176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui odit dolorum cumque qui.\",\"body\":\"We need to calculate the neural HTTP panel!\"}"], ["created_at", "2016-10-07 18:56:50.305078"], ["updated_at", "2016-10-07 18:56:50.305078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt perferendis quo eos nihil quisquam voluptatem.\",\"body\":\"If we input the circuit, we can get to the THX program through the mobile GB alarm!\"}"], ["created_at", "2016-10-07 18:56:50.305948"], ["updated_at", "2016-10-07 18:56:50.305948"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor aut inventore ducimus accusantium dolorem officiis.\",\"body\":\"We need to synthesize the bluetooth XML protocol!\"}"], ["created_at", "2016-10-07 18:56:50.306836"], ["updated_at", "2016-10-07 18:56:50.306836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dignissimos laborum neque.\",\"body\":\"We need to transmit the neural HDD hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.307715"], ["updated_at", "2016-10-07 18:56:50.307715"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem incidunt ipsa.\",\"body\":\"I'll parse the digital PNG protocol, that should firewall the JSON sensor!\"}"], ["created_at", "2016-10-07 18:56:50.308636"], ["updated_at", "2016-10-07 18:56:50.308636"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed odit hic perferendis reiciendis unde quod.\",\"body\":\"You can't navigate the panel without hacking the auxiliary FTP microchip!\"}"], ["created_at", "2016-10-07 18:56:50.309833"], ["updated_at", "2016-10-07 18:56:50.309833"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste corporis in quis accusamus.\",\"body\":\"Backing up the panel won't do anything, we need to back up the multi-byte json transmitter!\"}"], ["created_at", "2016-10-07 18:56:50.311081"], ["updated_at", "2016-10-07 18:56:50.311081"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla sit excepturi eum voluptas inventore.\",\"body\":\"If we quantify the feed, we can get to the SAS interface through the digital JSON panel!\"}"], ["created_at", "2016-10-07 18:56:50.312498"], ["updated_at", "2016-10-07 18:56:50.312498"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi vero rerum est.\",\"body\":\"We need to program the back-end XSS interface!\"}"], ["created_at", "2016-10-07 18:56:50.314036"], ["updated_at", "2016-10-07 18:56:50.314036"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat atque maxime eligendi qui qui fugiat.\",\"body\":\"The ADP monitor is down, copy the auxiliary pixel so we can parse the THX program!\"}"], ["created_at", "2016-10-07 18:56:50.315641"], ["updated_at", "2016-10-07 18:56:50.315641"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum blanditiis autem est ipsa vero est.\",\"body\":\"The FTP system is down, input the virtual program so we can hack the SCSI circuit!\"}"], ["created_at", "2016-10-07 18:56:50.317229"], ["updated_at", "2016-10-07 18:56:50.317229"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet labore ea corrupti.\",\"body\":\"I'll transmit the neural JSON panel, that should system the GB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.318757"], ["updated_at", "2016-10-07 18:56:50.318757"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui a nam numquam ex.\",\"body\":\"We need to copy the solid state EXE microchip!\"}"], ["created_at", "2016-10-07 18:56:50.320065"], ["updated_at", "2016-10-07 18:56:50.320065"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio eos et deserunt numquam nihil cumque dignissimos.\",\"body\":\"Navigating the card won't do anything, we need to transmit the open-source ram port!\"}"], ["created_at", "2016-10-07 18:56:50.321713"], ["updated_at", "2016-10-07 18:56:50.321713"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas voluptatem laborum itaque est quisquam.\",\"body\":\"We need to calculate the online HDD circuit!\"}"], ["created_at", "2016-10-07 18:56:50.323876"], ["updated_at", "2016-10-07 18:56:50.323876"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis officiis sit.\",\"body\":\"The SCSI hard drive is down, reboot the primary application so we can back up the COM microchip!\"}"], ["created_at", "2016-10-07 18:56:50.326554"], ["updated_at", "2016-10-07 18:56:50.326554"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem officiis repudiandae et consequatur odit.\",\"body\":\"Try to navigate the TCP driver, maybe it will bypass the digital port!\"}"], ["created_at", "2016-10-07 18:56:50.329616"], ["updated_at", "2016-10-07 18:56:50.329616"]] SQL (0.6ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non dicta vitae quod illum veniam voluptatum.\",\"body\":\"The AGP program is down, bypass the haptic hard drive so we can index the EXE hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.331739"], ["updated_at", "2016-10-07 18:56:50.331739"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum dolorem minima.\",\"body\":\"The RAM array is down, parse the auxiliary bandwidth so we can quantify the EXE alarm!\"}"], ["created_at", "2016-10-07 18:56:50.337495"], ["updated_at", "2016-10-07 18:56:50.337495"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit unde accusantium possimus.\",\"body\":\"Calculating the panel won't do anything, we need to program the multi-byte sql protocol!\"}"], ["created_at", "2016-10-07 18:56:50.339883"], ["updated_at", "2016-10-07 18:56:50.339883"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores consequatur eum unde voluptas harum.\",\"body\":\"You can't index the capacitor without quantifying the wireless GB system!\"}"], ["created_at", "2016-10-07 18:56:50.342282"], ["updated_at", "2016-10-07 18:56:50.342282"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia explicabo est.\",\"body\":\"Bypassing the panel won't do anything, we need to bypass the bluetooth hdd alarm!\"}"], ["created_at", "2016-10-07 18:56:50.344632"], ["updated_at", "2016-10-07 18:56:50.344632"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum excepturi amet dolore ut eveniet optio culpa.\",\"body\":\"I'll connect the virtual SQL system, that should circuit the SQL system!\"}"], ["created_at", "2016-10-07 18:56:50.346728"], ["updated_at", "2016-10-07 18:56:50.346728"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eaque maiores doloribus amet sequi hic.\",\"body\":\"We need to override the redundant JBOD capacitor!\"}"], ["created_at", "2016-10-07 18:56:50.348904"], ["updated_at", "2016-10-07 18:56:50.348904"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa vel deleniti asperiores pariatur voluptatem.\",\"body\":\"You can't navigate the pixel without compressing the open-source JBOD microchip!\"}"], ["created_at", "2016-10-07 18:56:50.352858"], ["updated_at", "2016-10-07 18:56:50.352858"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt fuga ipsam et sit ea.\",\"body\":\"We need to parse the virtual XSS driver!\"}"], ["created_at", "2016-10-07 18:56:50.355103"], ["updated_at", "2016-10-07 18:56:50.355103"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut rerum eligendi et.\",\"body\":\"If we back up the hard drive, we can get to the HDD firewall through the back-end CSS microchip!\"}"], ["created_at", "2016-10-07 18:56:50.357073"], ["updated_at", "2016-10-07 18:56:50.357073"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit velit id enim tempora.\",\"body\":\"You can't reboot the feed without indexing the mobile AGP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.359628"], ["updated_at", "2016-10-07 18:56:50.359628"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis cupiditate odit sed sit nostrum dolores ad.\",\"body\":\"If we program the transmitter, we can get to the PCI monitor through the haptic AI circuit!\"}"], ["created_at", "2016-10-07 18:56:50.362047"], ["updated_at", "2016-10-07 18:56:50.362047"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse minima cupiditate ipsum sapiente voluptas veniam eligendi.\",\"body\":\"We need to generate the bluetooth RSS interface!\"}"], ["created_at", "2016-10-07 18:56:50.365446"], ["updated_at", "2016-10-07 18:56:50.365446"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores eveniet placeat facere magnam fuga illo illum.\",\"body\":\"You can't navigate the circuit without indexing the back-end AGP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.368934"], ["updated_at", "2016-10-07 18:56:50.368934"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi veniam ipsum saepe ex est.\",\"body\":\"The SMTP monitor is down, generate the multi-byte capacitor so we can input the COM bus!\"}"], ["created_at", "2016-10-07 18:56:50.371947"], ["updated_at", "2016-10-07 18:56:50.371947"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut mollitia nihil praesentium maiores ut iusto.\",\"body\":\"Try to reboot the AGP bus, maybe it will program the solid state bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.374628"], ["updated_at", "2016-10-07 18:56:50.374628"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas consectetur exercitationem sint.\",\"body\":\"I'll synthesize the optical SDD microchip, that should sensor the PCI protocol!\"}"], ["created_at", "2016-10-07 18:56:50.377974"], ["updated_at", "2016-10-07 18:56:50.377974"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et non illum commodi.\",\"body\":\"The SMTP card is down, copy the solid state circuit so we can hack the SMS protocol!\"}"], ["created_at", "2016-10-07 18:56:50.380236"], ["updated_at", "2016-10-07 18:56:50.380236"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non ea assumenda nostrum est ut cumque sunt.\",\"body\":\"You can't bypass the panel without backing up the virtual SAS circuit!\"}"], ["created_at", "2016-10-07 18:56:50.382348"], ["updated_at", "2016-10-07 18:56:50.382348"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis fuga ullam dolorum qui.\",\"body\":\"If we program the program, we can get to the IB circuit through the primary XSS alarm!\"}"], ["created_at", "2016-10-07 18:56:50.384514"], ["updated_at", "2016-10-07 18:56:50.384514"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit molestiae quis incidunt non ipsum quod enim.\",\"body\":\"I'll reboot the virtual SMS bus, that should bandwidth the HTTP alarm!\"}"], ["created_at", "2016-10-07 18:56:50.388091"], ["updated_at", "2016-10-07 18:56:50.388091"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos sit ut eos.\",\"body\":\"If we input the firewall, we can get to the JSON driver through the optical FTP circuit!\"}"], ["created_at", "2016-10-07 18:56:50.389966"], ["updated_at", "2016-10-07 18:56:50.389966"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit vitae et eum nemo officiis.\",\"body\":\"We need to override the redundant EXE hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.392000"], ["updated_at", "2016-10-07 18:56:50.392000"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quis autem at perspiciatis magnam.\",\"body\":\"I'll connect the haptic SCSI monitor, that should port the SSL protocol!\"}"], ["created_at", "2016-10-07 18:56:50.393424"], ["updated_at", "2016-10-07 18:56:50.393424"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa cumque vitae.\",\"body\":\"The EXE alarm is down, calculate the optical protocol so we can index the SDD protocol!\"}"], ["created_at", "2016-10-07 18:56:50.394889"], ["updated_at", "2016-10-07 18:56:50.394889"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis esse saepe inventore quis molestias.\",\"body\":\"I'll copy the neural CSS transmitter, that should card the GB alarm!\"}"], ["created_at", "2016-10-07 18:56:50.396249"], ["updated_at", "2016-10-07 18:56:50.396249"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita et non minima blanditiis culpa quo.\",\"body\":\"We need to transmit the digital USB panel!\"}"], ["created_at", "2016-10-07 18:56:50.397652"], ["updated_at", "2016-10-07 18:56:50.397652"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est eos doloribus rem velit.\",\"body\":\"Try to quantify the SCSI circuit, maybe it will program the mobile array!\"}"], ["created_at", "2016-10-07 18:56:50.398946"], ["updated_at", "2016-10-07 18:56:50.398946"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem molestiae inventore.\",\"body\":\"I'll synthesize the bluetooth FTP hard drive, that should system the HTTP transmitter!\"}"], ["created_at", "2016-10-07 18:56:50.400181"], ["updated_at", "2016-10-07 18:56:50.400181"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem aut modi quos libero.\",\"body\":\"We need to index the virtual HDD feed!\"}"], ["created_at", "2016-10-07 18:56:50.401455"], ["updated_at", "2016-10-07 18:56:50.401455"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit harum sed dolorem ab fugiat dolore assumenda.\",\"body\":\"I'll bypass the haptic SMS driver, that should bandwidth the THX feed!\"}"], ["created_at", "2016-10-07 18:56:50.403011"], ["updated_at", "2016-10-07 18:56:50.403011"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem vero ratione asperiores et cumque.\",\"body\":\"Calculating the circuit won't do anything, we need to copy the redundant sql interface!\"}"], ["created_at", "2016-10-07 18:56:50.405025"], ["updated_at", "2016-10-07 18:56:50.405025"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti nesciunt voluptate qui dicta quia.\",\"body\":\"You can't synthesize the array without generating the redundant SSL driver!\"}"], ["created_at", "2016-10-07 18:56:50.406689"], ["updated_at", "2016-10-07 18:56:50.406689"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur in laudantium accusamus.\",\"body\":\"You can't hack the microchip without navigating the virtual ADP circuit!\"}"], ["created_at", "2016-10-07 18:56:50.408667"], ["updated_at", "2016-10-07 18:56:50.408667"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda porro repellendus omnis.\",\"body\":\"Use the multi-byte JBOD circuit, then you can calculate the wireless sensor!\"}"], ["created_at", "2016-10-07 18:56:50.410485"], ["updated_at", "2016-10-07 18:56:50.410485"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est omnis quod voluptatem dignissimos.\",\"body\":\"Use the bluetooth PCI capacitor, then you can reboot the multi-byte hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.412002"], ["updated_at", "2016-10-07 18:56:50.412002"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur aut dolorum minus vel.\",\"body\":\"The IB system is down, generate the digital array so we can compress the HTTP sensor!\"}"], ["created_at", "2016-10-07 18:56:50.413652"], ["updated_at", "2016-10-07 18:56:50.413652"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis sit sequi voluptatem.\",\"body\":\"Compressing the pixel won't do anything, we need to compress the neural tcp system!\"}"], ["created_at", "2016-10-07 18:56:50.415825"], ["updated_at", "2016-10-07 18:56:50.415825"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non molestias vitae.\",\"body\":\"Backing up the pixel won't do anything, we need to program the optical sms protocol!\"}"], ["created_at", "2016-10-07 18:56:50.418611"], ["updated_at", "2016-10-07 18:56:50.418611"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis maiores blanditiis.\",\"body\":\"If we calculate the driver, we can get to the SDD port through the online SCSI monitor!\"}"], ["created_at", "2016-10-07 18:56:50.422191"], ["updated_at", "2016-10-07 18:56:50.422191"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit natus suscipit quis delectus deleniti et.\",\"body\":\"Try to override the EXE matrix, maybe it will transmit the redundant monitor!\"}"], ["created_at", "2016-10-07 18:56:50.424399"], ["updated_at", "2016-10-07 18:56:50.424399"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae dicta aut.\",\"body\":\"Use the digital PCI system, then you can parse the back-end driver!\"}"], ["created_at", "2016-10-07 18:56:50.426596"], ["updated_at", "2016-10-07 18:56:50.426596"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere animi nam quaerat dolorem alias.\",\"body\":\"If we transmit the bus, we can get to the CSS application through the optical RAM feed!\"}"], ["created_at", "2016-10-07 18:56:50.429034"], ["updated_at", "2016-10-07 18:56:50.429034"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit sed nostrum aut suscipit quo consequatur eaque.\",\"body\":\"I'll hack the primary SMS port, that should transmitter the THX microchip!\"}"], ["created_at", "2016-10-07 18:56:50.431660"], ["updated_at", "2016-10-07 18:56:50.431660"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur sapiente harum velit.\",\"body\":\"If we transmit the circuit, we can get to the RSS interface through the cross-platform IB monitor!\"}"], ["created_at", "2016-10-07 18:56:50.434200"], ["updated_at", "2016-10-07 18:56:50.434200"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel accusantium temporibus est at et.\",\"body\":\"I'll calculate the digital HDD application, that should panel the SMS monitor!\"}"], ["created_at", "2016-10-07 18:56:50.436522"], ["updated_at", "2016-10-07 18:56:50.436522"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem aperiam est laborum sunt rerum.\",\"body\":\"I'll navigate the virtual SQL capacitor, that should card the JBOD firewall!\"}"], ["created_at", "2016-10-07 18:56:50.438767"], ["updated_at", "2016-10-07 18:56:50.438767"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi excepturi aliquid voluptatem dicta.\",\"body\":\"We need to navigate the multi-byte GB matrix!\"}"], ["created_at", "2016-10-07 18:56:50.441009"], ["updated_at", "2016-10-07 18:56:50.441009"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem minima suscipit consectetur eligendi optio deserunt dignissimos.\",\"body\":\"We need to compress the back-end JSON card!\"}"], ["created_at", "2016-10-07 18:56:50.443358"], ["updated_at", "2016-10-07 18:56:50.443358"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum harum est.\",\"body\":\"You can't back up the monitor without navigating the back-end SQL bus!\"}"], ["created_at", "2016-10-07 18:56:50.445593"], ["updated_at", "2016-10-07 18:56:50.445593"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et repellendus id nisi perferendis.\",\"body\":\"Copying the feed won't do anything, we need to index the multi-byte ram feed!\"}"], ["created_at", "2016-10-07 18:56:50.447944"], ["updated_at", "2016-10-07 18:56:50.447944"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores debitis ut dolor qui velit.\",\"body\":\"We need to synthesize the digital AI alarm!\"}"], ["created_at", "2016-10-07 18:56:50.450387"], ["updated_at", "2016-10-07 18:56:50.450387"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et reprehenderit corporis.\",\"body\":\"If we parse the application, we can get to the SAS program through the back-end RSS driver!\"}"], ["created_at", "2016-10-07 18:56:50.452698"], ["updated_at", "2016-10-07 18:56:50.452698"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aut dolore nobis placeat consequuntur.\",\"body\":\"I'll input the redundant IB sensor, that should firewall the RSS array!\"}"], ["created_at", "2016-10-07 18:56:50.455003"], ["updated_at", "2016-10-07 18:56:50.455003"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est qui occaecati animi porro illum tempora sunt.\",\"body\":\"We need to bypass the back-end IB protocol!\"}"], ["created_at", "2016-10-07 18:56:50.457637"], ["updated_at", "2016-10-07 18:56:50.457637"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est eum et.\",\"body\":\"Use the wireless JSON panel, then you can input the redundant matrix!\"}"], ["created_at", "2016-10-07 18:56:50.459883"], ["updated_at", "2016-10-07 18:56:50.459883"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint ad doloribus rerum quaerat minus explicabo.\",\"body\":\"The PCI interface is down, compress the redundant sensor so we can override the SCSI card!\"}"], ["created_at", "2016-10-07 18:56:50.461820"], ["updated_at", "2016-10-07 18:56:50.461820"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus sint corporis.\",\"body\":\"I'll parse the primary COM protocol, that should system the AGP microchip!\"}"], ["created_at", "2016-10-07 18:56:50.463376"], ["updated_at", "2016-10-07 18:56:50.463376"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel cumque eum est in nostrum.\",\"body\":\"Try to quantify the AGP capacitor, maybe it will quantify the back-end monitor!\"}"], ["created_at", "2016-10-07 18:56:50.464787"], ["updated_at", "2016-10-07 18:56:50.464787"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est expedita molestiae consectetur atque quo nobis molestias.\",\"body\":\"The HDD hard drive is down, bypass the back-end feed so we can synthesize the EXE hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.466050"], ["updated_at", "2016-10-07 18:56:50.466050"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab quo eos id animi nobis.\",\"body\":\"I'll index the bluetooth CSS hard drive, that should feed the GB protocol!\"}"], ["created_at", "2016-10-07 18:56:50.467331"], ["updated_at", "2016-10-07 18:56:50.467331"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus nemo optio nesciunt velit non.\",\"body\":\"Navigating the circuit won't do anything, we need to hack the cross-platform pci interface!\"}"], ["created_at", "2016-10-07 18:56:50.468601"], ["updated_at", "2016-10-07 18:56:50.468601"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui mollitia facilis rerum neque.\",\"body\":\"I'll compress the haptic COM hard drive, that should bus the SMTP microchip!\"}"], ["created_at", "2016-10-07 18:56:50.469809"], ["updated_at", "2016-10-07 18:56:50.469809"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem totam quo.\",\"body\":\"Overriding the sensor won't do anything, we need to reboot the online json matrix!\"}"], ["created_at", "2016-10-07 18:56:50.470969"], ["updated_at", "2016-10-07 18:56:50.470969"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis suscipit sapiente.\",\"body\":\"We need to parse the open-source RAM sensor!\"}"], ["created_at", "2016-10-07 18:56:50.472157"], ["updated_at", "2016-10-07 18:56:50.472157"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque aut sit sed soluta autem.\",\"body\":\"The JSON bus is down, transmit the bluetooth matrix so we can transmit the THX application!\"}"], ["created_at", "2016-10-07 18:56:50.473405"], ["updated_at", "2016-10-07 18:56:50.473405"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quaerat neque numquam possimus voluptatem.\",\"body\":\"Try to navigate the XML bandwidth, maybe it will program the primary program!\"}"], ["created_at", "2016-10-07 18:56:50.474624"], ["updated_at", "2016-10-07 18:56:50.474624"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur est quae.\",\"body\":\"Use the online HTTP protocol, then you can generate the solid state driver!\"}"], ["created_at", "2016-10-07 18:56:50.476589"], ["updated_at", "2016-10-07 18:56:50.476589"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur ut eos et dolorum.\",\"body\":\"I'll override the auxiliary SDD alarm, that should firewall the RAM program!\"}"], ["created_at", "2016-10-07 18:56:50.478788"], ["updated_at", "2016-10-07 18:56:50.478788"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione voluptates beatae ut qui ut.\",\"body\":\"The SMTP driver is down, hack the virtual application so we can compress the AI circuit!\"}"], ["created_at", "2016-10-07 18:56:50.481587"], ["updated_at", "2016-10-07 18:56:50.481587"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est non aspernatur vel ut itaque.\",\"body\":\"The SCSI matrix is down, back up the wireless bandwidth so we can copy the SAS monitor!\"}"], ["created_at", "2016-10-07 18:56:50.484409"], ["updated_at", "2016-10-07 18:56:50.484409"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta nulla omnis quod aut accusamus accusantium vel.\",\"body\":\"The HDD array is down, navigate the primary sensor so we can reboot the FTP matrix!\"}"], ["created_at", "2016-10-07 18:56:50.486964"], ["updated_at", "2016-10-07 18:56:50.486964"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed suscipit qui animi blanditiis autem ea quod.\",\"body\":\"Backing up the microchip won't do anything, we need to index the optical gb port!\"}"], ["created_at", "2016-10-07 18:56:50.489395"], ["updated_at", "2016-10-07 18:56:50.489395"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut illo perspiciatis quae alias.\",\"body\":\"The GB program is down, compress the multi-byte port so we can input the JSON card!\"}"], ["created_at", "2016-10-07 18:56:50.491827"], ["updated_at", "2016-10-07 18:56:50.491827"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam praesentium sunt ut.\",\"body\":\"You can't override the bandwidth without bypassing the virtual GB hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.493714"], ["updated_at", "2016-10-07 18:56:50.493714"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis ipsa et incidunt porro.\",\"body\":\"Use the primary CSS protocol, then you can navigate the solid state application!\"}"], ["created_at", "2016-10-07 18:56:50.495758"], ["updated_at", "2016-10-07 18:56:50.495758"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint illo dolores.\",\"body\":\"I'll index the solid state SMTP panel, that should port the PCI capacitor!\"}"], ["created_at", "2016-10-07 18:56:50.497853"], ["updated_at", "2016-10-07 18:56:50.497853"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt consequatur laboriosam quae.\",\"body\":\"Use the bluetooth XML program, then you can input the mobile microchip!\"}"], ["created_at", "2016-10-07 18:56:50.500154"], ["updated_at", "2016-10-07 18:56:50.500154"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe qui provident mollitia aut aspernatur placeat.\",\"body\":\"I'll index the primary USB system, that should array the RSS system!\"}"], ["created_at", "2016-10-07 18:56:50.502384"], ["updated_at", "2016-10-07 18:56:50.502384"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est velit odio sunt mollitia optio et.\",\"body\":\"Try to hack the SSL microchip, maybe it will input the haptic application!\"}"], ["created_at", "2016-10-07 18:56:50.504312"], ["updated_at", "2016-10-07 18:56:50.504312"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti reprehenderit aut iste recusandae facere.\",\"body\":\"The SSL sensor is down, quantify the open-source monitor so we can override the COM feed!\"}"], ["created_at", "2016-10-07 18:56:50.506277"], ["updated_at", "2016-10-07 18:56:50.506277"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor praesentium cumque.\",\"body\":\"I'll parse the online RSS transmitter, that should bus the COM program!\"}"], ["created_at", "2016-10-07 18:56:50.508869"], ["updated_at", "2016-10-07 18:56:50.508869"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem mollitia sequi nobis nam veniam qui.\",\"body\":\"Try to transmit the PCI matrix, maybe it will navigate the online bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.511500"], ["updated_at", "2016-10-07 18:56:50.511500"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo dolores est dolores fuga.\",\"body\":\"The EXE protocol is down, synthesize the auxiliary sensor so we can quantify the AI monitor!\"}"], ["created_at", "2016-10-07 18:56:50.514016"], ["updated_at", "2016-10-07 18:56:50.514016"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat soluta enim alias aut nobis eius et.\",\"body\":\"I'll connect the bluetooth HTTP microchip, that should program the PCI hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.516510"], ["updated_at", "2016-10-07 18:56:50.516510"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit est quo est tempore et maxime amet.\",\"body\":\"Use the cross-platform CSS firewall, then you can input the redundant bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.517795"], ["updated_at", "2016-10-07 18:56:50.517795"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium consequatur provident officiis quia porro commodi.\",\"body\":\"Use the multi-byte XSS port, then you can reboot the 1080p port!\"}"], ["created_at", "2016-10-07 18:56:50.518897"], ["updated_at", "2016-10-07 18:56:50.518897"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse nihil accusamus eius labore.\",\"body\":\"Compressing the application won't do anything, we need to bypass the optical json protocol!\"}"], ["created_at", "2016-10-07 18:56:50.519968"], ["updated_at", "2016-10-07 18:56:50.519968"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem laboriosam sunt voluptatum atque.\",\"body\":\"Use the back-end PNG protocol, then you can synthesize the bluetooth card!\"}"], ["created_at", "2016-10-07 18:56:50.521032"], ["updated_at", "2016-10-07 18:56:50.521032"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ducimus velit deserunt.\",\"body\":\"Use the neural RSS pixel, then you can quantify the 1080p interface!\"}"], ["created_at", "2016-10-07 18:56:50.522046"], ["updated_at", "2016-10-07 18:56:50.522046"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim rerum qui.\",\"body\":\"We need to copy the online SSL matrix!\"}"], ["created_at", "2016-10-07 18:56:50.523237"], ["updated_at", "2016-10-07 18:56:50.523237"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis ipsa autem dolorum.\",\"body\":\"Use the neural HTTP monitor, then you can hack the cross-platform monitor!\"}"], ["created_at", "2016-10-07 18:56:50.524597"], ["updated_at", "2016-10-07 18:56:50.524597"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut velit et.\",\"body\":\"If we transmit the panel, we can get to the AGP port through the wireless XSS firewall!\"}"], ["created_at", "2016-10-07 18:56:50.526109"], ["updated_at", "2016-10-07 18:56:50.526109"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quisquam ut maiores veritatis ducimus.\",\"body\":\"Try to parse the IB hard drive, maybe it will copy the haptic sensor!\"}"], ["created_at", "2016-10-07 18:56:50.528983"], ["updated_at", "2016-10-07 18:56:50.528983"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus dolorem quis fugit quia ut.\",\"body\":\"You can't synthesize the bus without hacking the primary AGP pixel!\"}"], ["created_at", "2016-10-07 18:56:50.530164"], ["updated_at", "2016-10-07 18:56:50.530164"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui aut sunt sequi ut.\",\"body\":\"Copying the transmitter won't do anything, we need to calculate the haptic ftp circuit!\"}"], ["created_at", "2016-10-07 18:56:50.531350"], ["updated_at", "2016-10-07 18:56:50.531350"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam aut repellat maxime.\",\"body\":\"The COM monitor is down, bypass the digital transmitter so we can hack the JBOD application!\"}"], ["created_at", "2016-10-07 18:56:50.532425"], ["updated_at", "2016-10-07 18:56:50.532425"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam dolorem id esse enim in.\",\"body\":\"Transmitting the circuit won't do anything, we need to override the open-source usb microchip!\"}"], ["created_at", "2016-10-07 18:56:50.533505"], ["updated_at", "2016-10-07 18:56:50.533505"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed adipisci autem.\",\"body\":\"I'll parse the redundant USB system, that should interface the USB hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.534720"], ["updated_at", "2016-10-07 18:56:50.534720"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam aspernatur excepturi.\",\"body\":\"You can't hack the interface without connecting the mobile RAM interface!\"}"], ["created_at", "2016-10-07 18:56:50.535849"], ["updated_at", "2016-10-07 18:56:50.535849"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat ipsum ad dolore est dicta.\",\"body\":\"You can't calculate the monitor without overriding the 1080p FTP sensor!\"}"], ["created_at", "2016-10-07 18:56:50.536906"], ["updated_at", "2016-10-07 18:56:50.536906"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quis facilis.\",\"body\":\"If we program the transmitter, we can get to the AGP bandwidth through the online AI feed!\"}"], ["created_at", "2016-10-07 18:56:50.537941"], ["updated_at", "2016-10-07 18:56:50.537941"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae reprehenderit velit qui.\",\"body\":\"I'll navigate the neural XSS interface, that should panel the RSS alarm!\"}"], ["created_at", "2016-10-07 18:56:50.539469"], ["updated_at", "2016-10-07 18:56:50.539469"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui accusamus qui.\",\"body\":\"You can't quantify the panel without hacking the optical FTP feed!\"}"], ["created_at", "2016-10-07 18:56:50.541408"], ["updated_at", "2016-10-07 18:56:50.541408"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos quo blanditiis quo fuga voluptate.\",\"body\":\"Use the wireless EXE port, then you can program the auxiliary bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.542636"], ["updated_at", "2016-10-07 18:56:50.542636"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa architecto quia.\",\"body\":\"Overriding the circuit won't do anything, we need to compress the digital exe alarm!\"}"], ["created_at", "2016-10-07 18:56:50.544983"], ["updated_at", "2016-10-07 18:56:50.544983"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas aut dolorem similique.\",\"body\":\"You can't reboot the bandwidth without quantifying the wireless COM monitor!\"}"], ["created_at", "2016-10-07 18:56:50.546644"], ["updated_at", "2016-10-07 18:56:50.546644"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem rem qui omnis.\",\"body\":\"You can't back up the protocol without indexing the multi-byte SMS hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.547874"], ["updated_at", "2016-10-07 18:56:50.547874"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum voluptatibus enim eveniet quia et doloremque est.\",\"body\":\"Try to navigate the SDD monitor, maybe it will back up the auxiliary monitor!\"}"], ["created_at", "2016-10-07 18:56:50.549111"], ["updated_at", "2016-10-07 18:56:50.549111"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi sint tempore quo sint.\",\"body\":\"We need to connect the virtual FTP feed!\"}"], ["created_at", "2016-10-07 18:56:50.550242"], ["updated_at", "2016-10-07 18:56:50.550242"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci consequatur cumque at nostrum iure id.\",\"body\":\"The SAS bus is down, copy the mobile panel so we can connect the AGP matrix!\"}"], ["created_at", "2016-10-07 18:56:50.551327"], ["updated_at", "2016-10-07 18:56:50.551327"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam consequatur sunt natus error eius possimus.\",\"body\":\"Try to back up the SSL panel, maybe it will copy the haptic port!\"}"], ["created_at", "2016-10-07 18:56:50.552556"], ["updated_at", "2016-10-07 18:56:50.552556"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed eum velit dignissimos.\",\"body\":\"The AI driver is down, back up the wireless transmitter so we can override the USB port!\"}"], ["created_at", "2016-10-07 18:56:50.553825"], ["updated_at", "2016-10-07 18:56:50.553825"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil cumque aut voluptatum odit.\",\"body\":\"The THX application is down, parse the auxiliary program so we can synthesize the AGP matrix!\"}"], ["created_at", "2016-10-07 18:56:50.554965"], ["updated_at", "2016-10-07 18:56:50.554965"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim nihil non aperiam eaque qui.\",\"body\":\"Try to copy the JBOD program, maybe it will transmit the multi-byte driver!\"}"], ["created_at", "2016-10-07 18:56:50.556018"], ["updated_at", "2016-10-07 18:56:50.556018"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis ullam temporibus voluptatum vel commodi iste consequatur.\",\"body\":\"Copying the matrix won't do anything, we need to quantify the open-source thx alarm!\"}"], ["created_at", "2016-10-07 18:56:50.557109"], ["updated_at", "2016-10-07 18:56:50.557109"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt qui et est voluptas vitae omnis.\",\"body\":\"Try to hack the THX application, maybe it will compress the haptic transmitter!\"}"], ["created_at", "2016-10-07 18:56:50.558175"], ["updated_at", "2016-10-07 18:56:50.558175"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure quia repellat exercitationem facilis voluptatibus.\",\"body\":\"You can't program the system without quantifying the haptic JBOD microchip!\"}"], ["created_at", "2016-10-07 18:56:50.559241"], ["updated_at", "2016-10-07 18:56:50.559241"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet blanditiis aut id harum.\",\"body\":\"We need to back up the virtual PNG panel!\"}"], ["created_at", "2016-10-07 18:56:50.560323"], ["updated_at", "2016-10-07 18:56:50.560323"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor quis itaque quaerat.\",\"body\":\"You can't back up the application without calculating the online SCSI firewall!\"}"], ["created_at", "2016-10-07 18:56:50.561525"], ["updated_at", "2016-10-07 18:56:50.561525"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos incidunt eaque et doloremque quae aut.\",\"body\":\"The SAS port is down, bypass the neural card so we can program the SQL bus!\"}"], ["created_at", "2016-10-07 18:56:50.562604"], ["updated_at", "2016-10-07 18:56:50.562604"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error totam ullam illo odio et voluptas deleniti.\",\"body\":\"I'll transmit the online PCI port, that should program the GB sensor!\"}"], ["created_at", "2016-10-07 18:56:50.563702"], ["updated_at", "2016-10-07 18:56:50.563702"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus eaque dignissimos unde autem.\",\"body\":\"Try to connect the COM port, maybe it will reboot the open-source protocol!\"}"], ["created_at", "2016-10-07 18:56:50.564846"], ["updated_at", "2016-10-07 18:56:50.564846"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis nisi nulla voluptatibus dolorum possimus adipisci.\",\"body\":\"I'll back up the open-source HTTP feed, that should microchip the THX panel!\"}"], ["created_at", "2016-10-07 18:56:50.565932"], ["updated_at", "2016-10-07 18:56:50.565932"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos dolor sapiente cum.\",\"body\":\"Indexing the feed won't do anything, we need to back up the haptic ram circuit!\"}"], ["created_at", "2016-10-07 18:56:50.567009"], ["updated_at", "2016-10-07 18:56:50.567009"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique accusamus perspiciatis odio.\",\"body\":\"If we program the array, we can get to the AGP bandwidth through the online RAM monitor!\"}"], ["created_at", "2016-10-07 18:56:50.568080"], ["updated_at", "2016-10-07 18:56:50.568080"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat vitae quas sequi.\",\"body\":\"Calculating the application won't do anything, we need to bypass the auxiliary sdd bus!\"}"], ["created_at", "2016-10-07 18:56:50.569470"], ["updated_at", "2016-10-07 18:56:50.569470"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et amet nesciunt corrupti incidunt quo occaecati sint.\",\"body\":\"Quantifying the monitor won't do anything, we need to input the wireless scsi driver!\"}"], ["created_at", "2016-10-07 18:56:50.571906"], ["updated_at", "2016-10-07 18:56:50.571906"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque voluptate neque tempora possimus.\",\"body\":\"Connecting the application won't do anything, we need to connect the multi-byte sas panel!\"}"], ["created_at", "2016-10-07 18:56:50.574357"], ["updated_at", "2016-10-07 18:56:50.574357"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima id eos optio et quae commodi sint.\",\"body\":\"Use the auxiliary PCI bandwidth, then you can reboot the mobile program!\"}"], ["created_at", "2016-10-07 18:56:50.576527"], ["updated_at", "2016-10-07 18:56:50.576527"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis ex aut expedita quis et.\",\"body\":\"Use the 1080p SAS sensor, then you can hack the back-end sensor!\"}"], ["created_at", "2016-10-07 18:56:50.577952"], ["updated_at", "2016-10-07 18:56:50.577952"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste unde similique exercitationem.\",\"body\":\"I'll back up the wireless RAM transmitter, that should port the RSS monitor!\"}"], ["created_at", "2016-10-07 18:56:50.579329"], ["updated_at", "2016-10-07 18:56:50.579329"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt asperiores expedita et similique id aliquam.\",\"body\":\"I'll copy the digital PNG system, that should alarm the EXE transmitter!\"}"], ["created_at", "2016-10-07 18:56:50.581632"], ["updated_at", "2016-10-07 18:56:50.581632"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit velit modi fuga praesentium esse laboriosam temporibus.\",\"body\":\"If we hack the monitor, we can get to the SAS array through the open-source JSON application!\"}"], ["created_at", "2016-10-07 18:56:50.583909"], ["updated_at", "2016-10-07 18:56:50.583909"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et rerum eos ea neque qui atque consequatur.\",\"body\":\"We need to reboot the optical RAM protocol!\"}"], ["created_at", "2016-10-07 18:56:50.586138"], ["updated_at", "2016-10-07 18:56:50.586138"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi ducimus nostrum suscipit.\",\"body\":\"Use the mobile IB circuit, then you can parse the primary driver!\"}"], ["created_at", "2016-10-07 18:56:50.588482"], ["updated_at", "2016-10-07 18:56:50.588482"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quam sed sit sequi eos.\",\"body\":\"Try to compress the XSS driver, maybe it will reboot the back-end microchip!\"}"], ["created_at", "2016-10-07 18:56:50.590692"], ["updated_at", "2016-10-07 18:56:50.590692"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem non rerum veniam.\",\"body\":\"Use the primary JBOD feed, then you can transmit the optical monitor!\"}"], ["created_at", "2016-10-07 18:56:50.593406"], ["updated_at", "2016-10-07 18:56:50.593406"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ipsa est sed officiis minus.\",\"body\":\"I'll synthesize the open-source EXE bus, that should sensor the SDD firewall!\"}"], ["created_at", "2016-10-07 18:56:50.597636"], ["updated_at", "2016-10-07 18:56:50.597636"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem et porro fugit veniam dolor deleniti qui.\",\"body\":\"We need to hack the digital SSL monitor!\"}"], ["created_at", "2016-10-07 18:56:50.602338"], ["updated_at", "2016-10-07 18:56:50.602338"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident optio ipsum deserunt.\",\"body\":\"You can't generate the firewall without synthesizing the mobile JBOD transmitter!\"}"], ["created_at", "2016-10-07 18:56:50.605039"], ["updated_at", "2016-10-07 18:56:50.605039"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo molestiae soluta commodi magnam recusandae.\",\"body\":\"We need to generate the back-end CSS matrix!\"}"], ["created_at", "2016-10-07 18:56:50.607979"], ["updated_at", "2016-10-07 18:56:50.607979"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum illum ratione repellendus.\",\"body\":\"If we calculate the hard drive, we can get to the SCSI bandwidth through the 1080p ADP firewall!\"}"], ["created_at", "2016-10-07 18:56:50.609494"], ["updated_at", "2016-10-07 18:56:50.609494"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem et accusantium repellat aut iure maxime voluptatum.\",\"body\":\"I'll bypass the multi-byte HDD system, that should program the GB matrix!\"}"], ["created_at", "2016-10-07 18:56:50.610874"], ["updated_at", "2016-10-07 18:56:50.610874"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero qui ut omnis.\",\"body\":\"Try to generate the JSON bus, maybe it will synthesize the online transmitter!\"}"], ["created_at", "2016-10-07 18:56:50.612183"], ["updated_at", "2016-10-07 18:56:50.612183"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus error quia.\",\"body\":\"If we navigate the hard drive, we can get to the HTTP protocol through the solid state USB array!\"}"], ["created_at", "2016-10-07 18:56:50.614016"], ["updated_at", "2016-10-07 18:56:50.614016"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis beatae dolores velit est sint repudiandae iusto.\",\"body\":\"The XML array is down, generate the virtual hard drive so we can reboot the EXE system!\"}"], ["created_at", "2016-10-07 18:56:50.617984"], ["updated_at", "2016-10-07 18:56:50.617984"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et deleniti repellendus.\",\"body\":\"Try to reboot the AGP alarm, maybe it will generate the digital card!\"}"], ["created_at", "2016-10-07 18:56:50.619679"], ["updated_at", "2016-10-07 18:56:50.619679"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae qui neque voluptatem ea.\",\"body\":\"Use the multi-byte SMTP circuit, then you can copy the cross-platform monitor!\"}"], ["created_at", "2016-10-07 18:56:50.621088"], ["updated_at", "2016-10-07 18:56:50.621088"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim sunt sunt aut.\",\"body\":\"Try to transmit the PCI firewall, maybe it will bypass the optical circuit!\"}"], ["created_at", "2016-10-07 18:56:50.622485"], ["updated_at", "2016-10-07 18:56:50.622485"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit qui officiis et adipisci numquam.\",\"body\":\"I'll copy the virtual PCI panel, that should matrix the HTTP bus!\"}"], ["created_at", "2016-10-07 18:56:50.623943"], ["updated_at", "2016-10-07 18:56:50.623943"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia sapiente molestiae consequatur aliquid vel ad rerum.\",\"body\":\"I'll compress the optical ADP array, that should protocol the JSON card!\"}"], ["created_at", "2016-10-07 18:56:50.625250"], ["updated_at", "2016-10-07 18:56:50.625250"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo necessitatibus minima nobis ea quam.\",\"body\":\"If we quantify the transmitter, we can get to the PNG interface through the solid state HTTP pixel!\"}"], ["created_at", "2016-10-07 18:56:50.626549"], ["updated_at", "2016-10-07 18:56:50.626549"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis dolores vero minima molestiae maxime.\",\"body\":\"I'll override the digital PCI program, that should array the IB capacitor!\"}"], ["created_at", "2016-10-07 18:56:50.627834"], ["updated_at", "2016-10-07 18:56:50.627834"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint sed libero.\",\"body\":\"If we back up the bus, we can get to the EXE hard drive through the primary XML sensor!\"}"], ["created_at", "2016-10-07 18:56:50.629061"], ["updated_at", "2016-10-07 18:56:50.629061"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non sed ea molestiae perferendis eos.\",\"body\":\"You can't transmit the system without navigating the optical COM firewall!\"}"], ["created_at", "2016-10-07 18:56:50.630530"], ["updated_at", "2016-10-07 18:56:50.630530"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit vitae quasi vero et.\",\"body\":\"Try to program the PCI alarm, maybe it will copy the wireless system!\"}"], ["created_at", "2016-10-07 18:56:50.631911"], ["updated_at", "2016-10-07 18:56:50.631911"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia est odio ea inventore possimus consequatur.\",\"body\":\"Synthesizing the protocol won't do anything, we need to index the digital sms matrix!\"}"], ["created_at", "2016-10-07 18:56:50.633084"], ["updated_at", "2016-10-07 18:56:50.633084"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam aut error corrupti et.\",\"body\":\"I'll parse the multi-byte TCP transmitter, that should circuit the SDD pixel!\"}"], ["created_at", "2016-10-07 18:56:50.634251"], ["updated_at", "2016-10-07 18:56:50.634251"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut accusantium ea.\",\"body\":\"We need to program the neural JBOD feed!\"}"], ["created_at", "2016-10-07 18:56:50.636588"], ["updated_at", "2016-10-07 18:56:50.636588"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis possimus alias vitae amet.\",\"body\":\"Use the 1080p EXE application, then you can calculate the back-end driver!\"}"], ["created_at", "2016-10-07 18:56:50.640996"], ["updated_at", "2016-10-07 18:56:50.640996"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil doloribus eum non eius quibusdam repudiandae.\",\"body\":\"We need to back up the wireless XSS driver!\"}"], ["created_at", "2016-10-07 18:56:50.643716"], ["updated_at", "2016-10-07 18:56:50.643716"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis est harum et est quasi libero aut.\",\"body\":\"Use the open-source AI panel, then you can navigate the open-source panel!\"}"], ["created_at", "2016-10-07 18:56:50.646941"], ["updated_at", "2016-10-07 18:56:50.646941"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo omnis similique.\",\"body\":\"I'll copy the multi-byte PNG port, that should transmitter the JSON alarm!\"}"], ["created_at", "2016-10-07 18:56:50.650529"], ["updated_at", "2016-10-07 18:56:50.650529"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit veniam inventore illo.\",\"body\":\"If we navigate the program, we can get to the AI circuit through the 1080p SAS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.653341"], ["updated_at", "2016-10-07 18:56:50.653341"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto ratione est rerum.\",\"body\":\"We need to hack the solid state RAM system!\"}"], ["created_at", "2016-10-07 18:56:50.656318"], ["updated_at", "2016-10-07 18:56:50.656318"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti libero modi animi nobis sed nesciunt.\",\"body\":\"If we bypass the system, we can get to the PCI pixel through the primary SAS card!\"}"], ["created_at", "2016-10-07 18:56:50.659924"], ["updated_at", "2016-10-07 18:56:50.659924"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus dolorem placeat quos.\",\"body\":\"Overriding the bus won't do anything, we need to connect the auxiliary tcp panel!\"}"], ["created_at", "2016-10-07 18:56:50.662994"], ["updated_at", "2016-10-07 18:56:50.662994"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste rerum non saepe cupiditate ad ipsa quo.\",\"body\":\"I'll reboot the virtual USB hard drive, that should circuit the SCSI sensor!\"}"], ["created_at", "2016-10-07 18:56:50.665717"], ["updated_at", "2016-10-07 18:56:50.665717"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit voluptatibus fuga voluptates mollitia necessitatibus quas.\",\"body\":\"If we navigate the hard drive, we can get to the RAM hard drive through the cross-platform SCSI bus!\"}"], ["created_at", "2016-10-07 18:56:50.668949"], ["updated_at", "2016-10-07 18:56:50.668949"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium sequi adipisci nisi illo molestiae amet.\",\"body\":\"Use the online SQL transmitter, then you can program the mobile monitor!\"}"], ["created_at", "2016-10-07 18:56:50.670868"], ["updated_at", "2016-10-07 18:56:50.670868"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et autem dolorum consequatur voluptatem.\",\"body\":\"Use the mobile SMS sensor, then you can calculate the digital driver!\"}"], ["created_at", "2016-10-07 18:56:50.674801"], ["updated_at", "2016-10-07 18:56:50.674801"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt quia nostrum labore magnam mollitia pariatur nihil.\",\"body\":\"We need to override the redundant SCSI firewall!\"}"], ["created_at", "2016-10-07 18:56:50.676499"], ["updated_at", "2016-10-07 18:56:50.676499"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda dolorem cum.\",\"body\":\"Indexing the interface won't do anything, we need to override the solid state hdd port!\"}"], ["created_at", "2016-10-07 18:56:50.678433"], ["updated_at", "2016-10-07 18:56:50.678433"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim eligendi fugiat.\",\"body\":\"Connecting the port won't do anything, we need to program the multi-byte pci circuit!\"}"], ["created_at", "2016-10-07 18:56:50.680595"], ["updated_at", "2016-10-07 18:56:50.680595"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et alias perferendis rerum laborum mollitia sed.\",\"body\":\"If we reboot the pixel, we can get to the THX protocol through the neural XSS feed!\"}"], ["created_at", "2016-10-07 18:56:50.683480"], ["updated_at", "2016-10-07 18:56:50.683480"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio sapiente ut expedita qui.\",\"body\":\"If we generate the transmitter, we can get to the ADP program through the 1080p SDD driver!\"}"], ["created_at", "2016-10-07 18:56:50.685703"], ["updated_at", "2016-10-07 18:56:50.685703"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem est quia est.\",\"body\":\"Try to index the SSL bus, maybe it will input the bluetooth bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.687855"], ["updated_at", "2016-10-07 18:56:50.687855"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur maxime facere natus at.\",\"body\":\"Use the bluetooth HDD feed, then you can back up the haptic monitor!\"}"], ["created_at", "2016-10-07 18:56:50.691670"], ["updated_at", "2016-10-07 18:56:50.691670"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum adipisci expedita architecto facere laborum dolorem.\",\"body\":\"The SQL program is down, generate the open-source microchip so we can compress the SAS capacitor!\"}"], ["created_at", "2016-10-07 18:56:50.694359"], ["updated_at", "2016-10-07 18:56:50.694359"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus dolorem mollitia facilis.\",\"body\":\"If we connect the alarm, we can get to the HDD firewall through the open-source SCSI microchip!\"}"], ["created_at", "2016-10-07 18:56:50.695893"], ["updated_at", "2016-10-07 18:56:50.695893"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo deserunt omnis ipsa.\",\"body\":\"Copying the microchip won't do anything, we need to navigate the online json driver!\"}"], ["created_at", "2016-10-07 18:56:50.697560"], ["updated_at", "2016-10-07 18:56:50.697560"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas itaque architecto odit et vero quae.\",\"body\":\"Compressing the panel won't do anything, we need to reboot the virtual gb protocol!\"}"], ["created_at", "2016-10-07 18:56:50.700186"], ["updated_at", "2016-10-07 18:56:50.700186"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id aut omnis nihil sed repellat rerum.\",\"body\":\"The RSS panel is down, parse the redundant capacitor so we can connect the XSS alarm!\"}"], ["created_at", "2016-10-07 18:56:50.702030"], ["updated_at", "2016-10-07 18:56:50.702030"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut omnis ullam hic sit.\",\"body\":\"The GB protocol is down, generate the bluetooth driver so we can copy the JSON transmitter!\"}"], ["created_at", "2016-10-07 18:56:50.703930"], ["updated_at", "2016-10-07 18:56:50.703930"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias laudantium adipisci.\",\"body\":\"We need to generate the primary USB interface!\"}"], ["created_at", "2016-10-07 18:56:50.705851"], ["updated_at", "2016-10-07 18:56:50.705851"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et esse velit.\",\"body\":\"If we copy the interface, we can get to the CSS capacitor through the open-source PCI panel!\"}"], ["created_at", "2016-10-07 18:56:50.709734"], ["updated_at", "2016-10-07 18:56:50.709734"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse accusamus blanditiis explicabo soluta laborum et.\",\"body\":\"You can't parse the microchip without calculating the back-end HDD driver!\"}"], ["created_at", "2016-10-07 18:56:50.711726"], ["updated_at", "2016-10-07 18:56:50.711726"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit laboriosam quibusdam repellat placeat rerum.\",\"body\":\"Try to index the COM program, maybe it will connect the solid state feed!\"}"], ["created_at", "2016-10-07 18:56:50.713716"], ["updated_at", "2016-10-07 18:56:50.713716"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum sequi molestiae.\",\"body\":\"We need to program the cross-platform SCSI system!\"}"], ["created_at", "2016-10-07 18:56:50.715298"], ["updated_at", "2016-10-07 18:56:50.715298"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis minima quidem pariatur.\",\"body\":\"If we copy the panel, we can get to the THX hard drive through the digital PCI capacitor!\"}"], ["created_at", "2016-10-07 18:56:50.716565"], ["updated_at", "2016-10-07 18:56:50.716565"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum qui tempora qui quis laboriosam aspernatur enim.\",\"body\":\"We need to copy the multi-byte SMS driver!\"}"], ["created_at", "2016-10-07 18:56:50.717793"], ["updated_at", "2016-10-07 18:56:50.717793"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius in quae architecto suscipit tempora.\",\"body\":\"Use the optical HTTP matrix, then you can calculate the back-end port!\"}"], ["created_at", "2016-10-07 18:56:50.719020"], ["updated_at", "2016-10-07 18:56:50.719020"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam non sunt fugiat modi et eligendi.\",\"body\":\"You can't override the hard drive without navigating the virtual RSS microchip!\"}"], ["created_at", "2016-10-07 18:56:50.720598"], ["updated_at", "2016-10-07 18:56:50.720598"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis rem animi.\",\"body\":\"You can't index the interface without calculating the neural FTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.723144"], ["updated_at", "2016-10-07 18:56:50.723144"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam sint molestias corporis odio dicta ut.\",\"body\":\"If we copy the driver, we can get to the AI driver through the virtual TCP panel!\"}"], ["created_at", "2016-10-07 18:56:50.726914"], ["updated_at", "2016-10-07 18:56:50.726914"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos aut vel officiis error non maxime ut.\",\"body\":\"Use the primary AI application, then you can bypass the back-end transmitter!\"}"], ["created_at", "2016-10-07 18:56:50.728287"], ["updated_at", "2016-10-07 18:56:50.728287"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quia aliquid aut voluptatem.\",\"body\":\"If we calculate the panel, we can get to the TCP hard drive through the neural RAM monitor!\"}"], ["created_at", "2016-10-07 18:56:50.729660"], ["updated_at", "2016-10-07 18:56:50.729660"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam qui autem delectus voluptas.\",\"body\":\"You can't synthesize the matrix without overriding the cross-platform FTP transmitter!\"}"], ["created_at", "2016-10-07 18:56:50.731158"], ["updated_at", "2016-10-07 18:56:50.731158"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta quis eius ex consequatur ut ut.\",\"body\":\"Try to calculate the SDD panel, maybe it will transmit the neural bus!\"}"], ["created_at", "2016-10-07 18:56:50.733267"], ["updated_at", "2016-10-07 18:56:50.733267"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur nemo tenetur dolore.\",\"body\":\"We need to override the mobile THX driver!\"}"], ["created_at", "2016-10-07 18:56:50.734552"], ["updated_at", "2016-10-07 18:56:50.734552"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia aperiam quibusdam et nostrum.\",\"body\":\"Try to connect the HTTP card, maybe it will parse the online pixel!\"}"], ["created_at", "2016-10-07 18:56:50.735902"], ["updated_at", "2016-10-07 18:56:50.735902"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias aut reiciendis unde consectetur.\",\"body\":\"Quantifying the sensor won't do anything, we need to back up the mobile ssl pixel!\"}"], ["created_at", "2016-10-07 18:56:50.737206"], ["updated_at", "2016-10-07 18:56:50.737206"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas nobis blanditiis est cum.\",\"body\":\"I'll hack the solid state IB monitor, that should protocol the SCSI protocol!\"}"], ["created_at", "2016-10-07 18:56:50.738569"], ["updated_at", "2016-10-07 18:56:50.738569"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est cumque quidem rerum labore aut distinctio.\",\"body\":\"If we bypass the bus, we can get to the TCP transmitter through the 1080p EXE circuit!\"}"], ["created_at", "2016-10-07 18:56:50.740029"], ["updated_at", "2016-10-07 18:56:50.740029"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem in tempore.\",\"body\":\"We need to generate the cross-platform SMTP matrix!\"}"], ["created_at", "2016-10-07 18:56:50.743301"], ["updated_at", "2016-10-07 18:56:50.743301"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore ut consectetur quibusdam perferendis.\",\"body\":\"We need to synthesize the back-end SMTP interface!\"}"], ["created_at", "2016-10-07 18:56:50.744547"], ["updated_at", "2016-10-07 18:56:50.744547"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde quam cumque delectus.\",\"body\":\"Generating the feed won't do anything, we need to quantify the mobile xss port!\"}"], ["created_at", "2016-10-07 18:56:50.745680"], ["updated_at", "2016-10-07 18:56:50.745680"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta possimus cupiditate.\",\"body\":\"If we navigate the matrix, we can get to the USB transmitter through the bluetooth HDD microchip!\"}"], ["created_at", "2016-10-07 18:56:50.747086"], ["updated_at", "2016-10-07 18:56:50.747086"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem iste quidem iure nihil.\",\"body\":\"Try to synthesize the GB firewall, maybe it will bypass the auxiliary matrix!\"}"], ["created_at", "2016-10-07 18:56:50.748518"], ["updated_at", "2016-10-07 18:56:50.748518"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum omnis ipsam iusto placeat nisi illo.\",\"body\":\"We need to bypass the haptic EXE monitor!\"}"], ["created_at", "2016-10-07 18:56:50.749913"], ["updated_at", "2016-10-07 18:56:50.749913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non et ab.\",\"body\":\"Try to calculate the PNG array, maybe it will program the digital application!\"}"], ["created_at", "2016-10-07 18:56:50.751173"], ["updated_at", "2016-10-07 18:56:50.751173"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore repellendus ullam excepturi enim accusantium molestiae fugit.\",\"body\":\"The SDD transmitter is down, bypass the open-source panel so we can compress the PNG driver!\"}"], ["created_at", "2016-10-07 18:56:50.752479"], ["updated_at", "2016-10-07 18:56:50.752479"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda repellat et sunt omnis in dignissimos sint.\",\"body\":\"I'll index the auxiliary JBOD bus, that should array the FTP alarm!\"}"], ["created_at", "2016-10-07 18:56:50.754697"], ["updated_at", "2016-10-07 18:56:50.754697"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt quis explicabo.\",\"body\":\"Quantifying the hard drive won't do anything, we need to compress the mobile hdd firewall!\"}"], ["created_at", "2016-10-07 18:56:50.756432"], ["updated_at", "2016-10-07 18:56:50.756432"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quis et pariatur sed.\",\"body\":\"Try to transmit the SDD sensor, maybe it will hack the wireless program!\"}"], ["created_at", "2016-10-07 18:56:50.759230"], ["updated_at", "2016-10-07 18:56:50.759230"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus est delectus ipsum eos.\",\"body\":\"Use the virtual TCP card, then you can override the solid state hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.761012"], ["updated_at", "2016-10-07 18:56:50.761012"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum fugiat id sed.\",\"body\":\"Backing up the monitor won't do anything, we need to calculate the 1080p smtp sensor!\"}"], ["created_at", "2016-10-07 18:56:50.762166"], ["updated_at", "2016-10-07 18:56:50.762166"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic sed voluptate tempore est.\",\"body\":\"We need to parse the bluetooth USB circuit!\"}"], ["created_at", "2016-10-07 18:56:50.763443"], ["updated_at", "2016-10-07 18:56:50.763443"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam eos omnis ut repellendus vel nemo unde.\",\"body\":\"You can't navigate the monitor without bypassing the digital FTP protocol!\"}"], ["created_at", "2016-10-07 18:56:50.765817"], ["updated_at", "2016-10-07 18:56:50.765817"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus explicabo incidunt voluptatibus voluptas.\",\"body\":\"I'll program the back-end JBOD microchip, that should transmitter the SMS driver!\"}"], ["created_at", "2016-10-07 18:56:50.767141"], ["updated_at", "2016-10-07 18:56:50.767141"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint sunt repudiandae.\",\"body\":\"You can't index the matrix without synthesizing the bluetooth TCP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.768376"], ["updated_at", "2016-10-07 18:56:50.768376"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita distinctio esse blanditiis quia debitis.\",\"body\":\"Use the auxiliary RAM monitor, then you can bypass the 1080p port!\"}"], ["created_at", "2016-10-07 18:56:50.769573"], ["updated_at", "2016-10-07 18:56:50.769573"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore maiores nihil.\",\"body\":\"I'll quantify the digital THX card, that should sensor the HDD protocol!\"}"], ["created_at", "2016-10-07 18:56:50.770789"], ["updated_at", "2016-10-07 18:56:50.770789"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate ut aspernatur accusantium molestias id.\",\"body\":\"Backing up the sensor won't do anything, we need to copy the open-source http alarm!\"}"], ["created_at", "2016-10-07 18:56:50.771968"], ["updated_at", "2016-10-07 18:56:50.771968"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit et distinctio.\",\"body\":\"You can't parse the hard drive without generating the cross-platform SMS sensor!\"}"], ["created_at", "2016-10-07 18:56:50.773211"], ["updated_at", "2016-10-07 18:56:50.773211"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum quaerat illum vel ut.\",\"body\":\"Use the mobile TCP system, then you can navigate the cross-platform driver!\"}"], ["created_at", "2016-10-07 18:56:50.774637"], ["updated_at", "2016-10-07 18:56:50.774637"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In earum quia.\",\"body\":\"If we quantify the matrix, we can get to the XML matrix through the redundant HDD port!\"}"], ["created_at", "2016-10-07 18:56:50.777577"], ["updated_at", "2016-10-07 18:56:50.777577"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis ut eum.\",\"body\":\"You can't synthesize the array without backing up the cross-platform HDD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.778945"], ["updated_at", "2016-10-07 18:56:50.778945"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil quia mollitia.\",\"body\":\"I'll quantify the neural RSS interface, that should feed the HDD capacitor!\"}"], ["created_at", "2016-10-07 18:56:50.780436"], ["updated_at", "2016-10-07 18:56:50.780436"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea sed aut consequuntur corporis eum consequatur quis.\",\"body\":\"I'll generate the wireless PNG array, that should program the SQL protocol!\"}"], ["created_at", "2016-10-07 18:56:50.781782"], ["updated_at", "2016-10-07 18:56:50.781782"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut saepe porro et.\",\"body\":\"The XSS array is down, navigate the neural feed so we can connect the FTP circuit!\"}"], ["created_at", "2016-10-07 18:56:50.783058"], ["updated_at", "2016-10-07 18:56:50.783058"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est vero temporibus quia provident.\",\"body\":\"Generating the bus won't do anything, we need to quantify the solid state pci hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.784360"], ["updated_at", "2016-10-07 18:56:50.784360"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quia aut ex beatae unde perspiciatis dolor.\",\"body\":\"The RAM array is down, parse the digital interface so we can compress the AGP sensor!\"}"], ["created_at", "2016-10-07 18:56:50.785821"], ["updated_at", "2016-10-07 18:56:50.785821"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate minima quia quod dolores.\",\"body\":\"Backing up the bus won't do anything, we need to hack the auxiliary thx alarm!\"}"], ["created_at", "2016-10-07 18:56:50.788384"], ["updated_at", "2016-10-07 18:56:50.788384"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dicta tempora totam consequuntur animi quaerat.\",\"body\":\"Use the mobile IB circuit, then you can reboot the optical alarm!\"}"], ["created_at", "2016-10-07 18:56:50.790133"], ["updated_at", "2016-10-07 18:56:50.790133"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat nihil natus.\",\"body\":\"If we transmit the alarm, we can get to the PCI interface through the virtual TCP port!\"}"], ["created_at", "2016-10-07 18:56:50.792111"], ["updated_at", "2016-10-07 18:56:50.792111"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam alias pariatur totam.\",\"body\":\"We need to hack the redundant TCP application!\"}"], ["created_at", "2016-10-07 18:56:50.804195"], ["updated_at", "2016-10-07 18:56:50.804195"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora necessitatibus qui delectus asperiores repellat sint.\",\"body\":\"Try to index the SMS alarm, maybe it will back up the optical protocol!\"}"], ["created_at", "2016-10-07 18:56:50.806195"], ["updated_at", "2016-10-07 18:56:50.806195"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta eius et nulla cupiditate sed aut.\",\"body\":\"We need to synthesize the virtual SCSI driver!\"}"], ["created_at", "2016-10-07 18:56:50.807757"], ["updated_at", "2016-10-07 18:56:50.807757"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia illo repellat enim dolores asperiores eos et.\",\"body\":\"Use the mobile AGP driver, then you can index the cross-platform program!\"}"], ["created_at", "2016-10-07 18:56:50.811130"], ["updated_at", "2016-10-07 18:56:50.811130"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum est ea fugit voluptas voluptas eius et.\",\"body\":\"Programming the system won't do anything, we need to back up the haptic thx circuit!\"}"], ["created_at", "2016-10-07 18:56:50.812366"], ["updated_at", "2016-10-07 18:56:50.812366"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est odio laborum nesciunt et et eos debitis.\",\"body\":\"If we compress the array, we can get to the JBOD feed through the neural RSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:50.813913"], ["updated_at", "2016-10-07 18:56:50.813913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt facilis autem reprehenderit.\",\"body\":\"Use the multi-byte GB pixel, then you can synthesize the back-end panel!\"}"], ["created_at", "2016-10-07 18:56:50.816474"], ["updated_at", "2016-10-07 18:56:50.816474"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore ut sint distinctio dolorem cumque.\",\"body\":\"Use the neural JSON port, then you can compress the redundant hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.817953"], ["updated_at", "2016-10-07 18:56:50.817953"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius quia eum officiis.\",\"body\":\"Try to input the SQL interface, maybe it will input the solid state bus!\"}"], ["created_at", "2016-10-07 18:56:50.819177"], ["updated_at", "2016-10-07 18:56:50.819177"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut non facere sunt ut sit et repudiandae.\",\"body\":\"The GB feed is down, calculate the auxiliary driver so we can reboot the TCP circuit!\"}"], ["created_at", "2016-10-07 18:56:50.820387"], ["updated_at", "2016-10-07 18:56:50.820387"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed natus et quia consequatur quia dolorem ex.\",\"body\":\"The ADP capacitor is down, quantify the primary microchip so we can compress the CSS microchip!\"}"], ["created_at", "2016-10-07 18:56:50.821521"], ["updated_at", "2016-10-07 18:56:50.821521"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo iusto expedita itaque eos facere illum.\",\"body\":\"Use the digital HDD matrix, then you can connect the bluetooth application!\"}"], ["created_at", "2016-10-07 18:56:50.822687"], ["updated_at", "2016-10-07 18:56:50.822687"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quae consequuntur possimus.\",\"body\":\"I'll compress the wireless FTP application, that should circuit the RSS card!\"}"], ["created_at", "2016-10-07 18:56:50.823991"], ["updated_at", "2016-10-07 18:56:50.823991"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut perferendis repudiandae minima rerum voluptatem occaecati et.\",\"body\":\"We need to index the online SQL port!\"}"], ["created_at", "2016-10-07 18:56:50.827069"], ["updated_at", "2016-10-07 18:56:50.827069"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam debitis distinctio nihil iure blanditiis.\",\"body\":\"Use the back-end HTTP hard drive, then you can copy the digital panel!\"}"], ["created_at", "2016-10-07 18:56:50.828565"], ["updated_at", "2016-10-07 18:56:50.828565"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores quibusdam dolor occaecati iusto.\",\"body\":\"We need to back up the multi-byte RAM panel!\"}"], ["created_at", "2016-10-07 18:56:50.829780"], ["updated_at", "2016-10-07 18:56:50.829780"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam blanditiis aliquid ab vel mollitia sed.\",\"body\":\"Try to calculate the FTP hard drive, maybe it will index the wireless bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.831355"], ["updated_at", "2016-10-07 18:56:50.831355"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae cum veniam dolore maxime incidunt eveniet.\",\"body\":\"If we navigate the alarm, we can get to the JBOD pixel through the virtual AGP capacitor!\"}"], ["created_at", "2016-10-07 18:56:50.833620"], ["updated_at", "2016-10-07 18:56:50.833620"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio velit odit sint.\",\"body\":\"Try to parse the GB interface, maybe it will bypass the optical alarm!\"}"], ["created_at", "2016-10-07 18:56:50.834866"], ["updated_at", "2016-10-07 18:56:50.834866"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla incidunt voluptas fugit omnis est ut.\",\"body\":\"Overriding the panel won't do anything, we need to input the online com matrix!\"}"], ["created_at", "2016-10-07 18:56:50.835973"], ["updated_at", "2016-10-07 18:56:50.835973"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus ullam perferendis voluptates nostrum aperiam neque eveniet.\",\"body\":\"The AI microchip is down, index the solid state transmitter so we can calculate the AI hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.837146"], ["updated_at", "2016-10-07 18:56:50.837146"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam et omnis.\",\"body\":\"We need to reboot the virtual XSS matrix!\"}"], ["created_at", "2016-10-07 18:56:50.838334"], ["updated_at", "2016-10-07 18:56:50.838334"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque sapiente aut autem inventore.\",\"body\":\"Quantifying the sensor won't do anything, we need to synthesize the wireless sms interface!\"}"], ["created_at", "2016-10-07 18:56:50.839535"], ["updated_at", "2016-10-07 18:56:50.839535"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum inventore magnam enim quaerat.\",\"body\":\"Indexing the driver won't do anything, we need to input the 1080p ai matrix!\"}"], ["created_at", "2016-10-07 18:56:50.840949"], ["updated_at", "2016-10-07 18:56:50.840949"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod rem quia ad.\",\"body\":\"Try to connect the SQL bus, maybe it will calculate the wireless sensor!\"}"], ["created_at", "2016-10-07 18:56:50.844852"], ["updated_at", "2016-10-07 18:56:50.844852"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero rerum illo.\",\"body\":\"Indexing the interface won't do anything, we need to back up the multi-byte rss firewall!\"}"], ["created_at", "2016-10-07 18:56:50.846901"], ["updated_at", "2016-10-07 18:56:50.846901"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero quia non sed cum.\",\"body\":\"We need to index the solid state PCI capacitor!\"}"], ["created_at", "2016-10-07 18:56:50.850221"], ["updated_at", "2016-10-07 18:56:50.850221"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate blanditiis itaque autem voluptatem.\",\"body\":\"I'll generate the cross-platform IB sensor, that should microchip the EXE matrix!\"}"], ["created_at", "2016-10-07 18:56:50.852562"], ["updated_at", "2016-10-07 18:56:50.852562"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui aliquam voluptatem ipsum aut voluptas debitis.\",\"body\":\"The GB alarm is down, copy the neural application so we can back up the RSS matrix!\"}"], ["created_at", "2016-10-07 18:56:50.853856"], ["updated_at", "2016-10-07 18:56:50.853856"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae placeat assumenda enim repudiandae.\",\"body\":\"I'll navigate the wireless GB pixel, that should system the RAM application!\"}"], ["created_at", "2016-10-07 18:56:50.854968"], ["updated_at", "2016-10-07 18:56:50.854968"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores dignissimos aperiam.\",\"body\":\"We need to synthesize the redundant TCP circuit!\"}"], ["created_at", "2016-10-07 18:56:50.856051"], ["updated_at", "2016-10-07 18:56:50.856051"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa nemo labore et dolores sint ullam.\",\"body\":\"Hacking the sensor won't do anything, we need to parse the 1080p smtp panel!\"}"], ["created_at", "2016-10-07 18:56:50.857301"], ["updated_at", "2016-10-07 18:56:50.857301"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia itaque sed rerum accusamus officia assumenda.\",\"body\":\"I'll synthesize the open-source CSS system, that should alarm the USB program!\"}"], ["created_at", "2016-10-07 18:56:50.858774"], ["updated_at", "2016-10-07 18:56:50.858774"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sint dolorum consequuntur id ipsa delectus.\",\"body\":\"The XSS feed is down, program the multi-byte application so we can reboot the SCSI hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.861817"], ["updated_at", "2016-10-07 18:56:50.861817"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptatem saepe iusto ut tempora.\",\"body\":\"We need to hack the redundant RSS application!\"}"], ["created_at", "2016-10-07 18:56:50.863238"], ["updated_at", "2016-10-07 18:56:50.863238"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam omnis dolorem dignissimos natus.\",\"body\":\"Use the mobile JBOD firewall, then you can calculate the multi-byte bus!\"}"], ["created_at", "2016-10-07 18:56:50.864726"], ["updated_at", "2016-10-07 18:56:50.864726"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum excepturi ratione voluptatem ut corrupti dolorem.\",\"body\":\"Use the solid state SCSI program, then you can hack the auxiliary card!\"}"], ["created_at", "2016-10-07 18:56:50.865917"], ["updated_at", "2016-10-07 18:56:50.865917"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem aspernatur provident maiores corrupti nobis.\",\"body\":\"Overriding the capacitor won't do anything, we need to back up the digital exe port!\"}"], ["created_at", "2016-10-07 18:56:50.866996"], ["updated_at", "2016-10-07 18:56:50.866996"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe modi omnis accusamus explicabo animi et nobis.\",\"body\":\"You can't reboot the feed without bypassing the cross-platform SAS matrix!\"}"], ["created_at", "2016-10-07 18:56:50.868078"], ["updated_at", "2016-10-07 18:56:50.868078"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia omnis est dolorem eligendi.\",\"body\":\"I'll reboot the online SMTP card, that should system the SCSI driver!\"}"], ["created_at", "2016-10-07 18:56:50.869277"], ["updated_at", "2016-10-07 18:56:50.869277"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit possimus qui totam corrupti.\",\"body\":\"Connecting the pixel won't do anything, we need to compress the mobile adp transmitter!\"}"], ["created_at", "2016-10-07 18:56:50.871606"], ["updated_at", "2016-10-07 18:56:50.871606"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente accusantium qui ullam magni voluptas sit.\",\"body\":\"Bypassing the card won't do anything, we need to synthesize the redundant xml driver!\"}"], ["created_at", "2016-10-07 18:56:50.872865"], ["updated_at", "2016-10-07 18:56:50.872865"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ut quam consequuntur nostrum omnis eligendi blanditiis.\",\"body\":\"Try to input the SMTP feed, maybe it will override the neural sensor!\"}"], ["created_at", "2016-10-07 18:56:50.874202"], ["updated_at", "2016-10-07 18:56:50.874202"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro qui adipisci quod nostrum.\",\"body\":\"Try to transmit the IB capacitor, maybe it will synthesize the cross-platform bus!\"}"], ["created_at", "2016-10-07 18:56:50.876534"], ["updated_at", "2016-10-07 18:56:50.876534"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis ut magnam sunt occaecati.\",\"body\":\"We need to calculate the multi-byte IB microchip!\"}"], ["created_at", "2016-10-07 18:56:50.878545"], ["updated_at", "2016-10-07 18:56:50.878545"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt dignissimos dolor non animi dolorem optio.\",\"body\":\"Use the primary SQL card, then you can index the neural hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.879856"], ["updated_at", "2016-10-07 18:56:50.879856"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum ratione aut cumque eius.\",\"body\":\"Copying the capacitor won't do anything, we need to back up the primary sas panel!\"}"], ["created_at", "2016-10-07 18:56:50.881609"], ["updated_at", "2016-10-07 18:56:50.881609"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum quasi officiis.\",\"body\":\"You can't program the microchip without connecting the optical SCSI transmitter!\"}"], ["created_at", "2016-10-07 18:56:50.883773"], ["updated_at", "2016-10-07 18:56:50.883773"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum est explicabo reprehenderit aliquid suscipit quidem porro.\",\"body\":\"Try to quantify the SMS bandwidth, maybe it will quantify the mobile array!\"}"], ["created_at", "2016-10-07 18:56:50.885150"], ["updated_at", "2016-10-07 18:56:50.885150"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae ducimus consequatur.\",\"body\":\"If we copy the system, we can get to the COM feed through the wireless AGP program!\"}"], ["created_at", "2016-10-07 18:56:50.886271"], ["updated_at", "2016-10-07 18:56:50.886271"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est excepturi recusandae nemo et.\",\"body\":\"Use the auxiliary SMS alarm, then you can calculate the optical port!\"}"], ["created_at", "2016-10-07 18:56:50.887664"], ["updated_at", "2016-10-07 18:56:50.887664"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore iure voluptatem ut animi dolorum veritatis.\",\"body\":\"We need to generate the online PNG interface!\"}"], ["created_at", "2016-10-07 18:56:50.888895"], ["updated_at", "2016-10-07 18:56:50.888895"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates quidem consequuntur esse quia officiis doloremque vitae.\",\"body\":\"Try to synthesize the THX matrix, maybe it will bypass the mobile panel!\"}"], ["created_at", "2016-10-07 18:56:50.890144"], ["updated_at", "2016-10-07 18:56:50.890144"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut magni omnis voluptatem ipsum inventore ab.\",\"body\":\"You can't index the interface without programming the redundant IB port!\"}"], ["created_at", "2016-10-07 18:56:50.891634"], ["updated_at", "2016-10-07 18:56:50.891634"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem dolores aut voluptas laborum facere.\",\"body\":\"If we override the bus, we can get to the CSS port through the mobile COM bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.894475"], ["updated_at", "2016-10-07 18:56:50.894475"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id autem laudantium neque odio eveniet voluptatem porro.\",\"body\":\"Overriding the matrix won't do anything, we need to index the redundant ssl circuit!\"}"], ["created_at", "2016-10-07 18:56:50.895700"], ["updated_at", "2016-10-07 18:56:50.895700"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima provident aliquid accusantium error sed voluptatem.\",\"body\":\"If we hack the port, we can get to the THX firewall through the multi-byte ADP feed!\"}"], ["created_at", "2016-10-07 18:56:50.897095"], ["updated_at", "2016-10-07 18:56:50.897095"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis id commodi a labore.\",\"body\":\"Compressing the system won't do anything, we need to reboot the 1080p scsi card!\"}"], ["created_at", "2016-10-07 18:56:50.898366"], ["updated_at", "2016-10-07 18:56:50.898366"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus non quidem nostrum.\",\"body\":\"Use the digital SDD monitor, then you can hack the digital port!\"}"], ["created_at", "2016-10-07 18:56:50.899509"], ["updated_at", "2016-10-07 18:56:50.899509"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae mollitia pariatur.\",\"body\":\"Bypassing the panel won't do anything, we need to bypass the solid state jbod bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.900705"], ["updated_at", "2016-10-07 18:56:50.900705"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed est nihil.\",\"body\":\"Compressing the bus won't do anything, we need to index the wireless tcp microchip!\"}"], ["created_at", "2016-10-07 18:56:50.901929"], ["updated_at", "2016-10-07 18:56:50.901929"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat ad aut animi.\",\"body\":\"We need to navigate the digital EXE circuit!\"}"], ["created_at", "2016-10-07 18:56:50.903624"], ["updated_at", "2016-10-07 18:56:50.903624"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique accusantium maxime.\",\"body\":\"Indexing the feed won't do anything, we need to calculate the online com port!\"}"], ["created_at", "2016-10-07 18:56:50.905914"], ["updated_at", "2016-10-07 18:56:50.905914"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est corrupti qui sed.\",\"body\":\"The XML matrix is down, reboot the optical array so we can copy the JSON hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.907921"], ["updated_at", "2016-10-07 18:56:50.907921"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem dolorem enim.\",\"body\":\"I'll generate the multi-byte IB card, that should hard drive the JSON sensor!\"}"], ["created_at", "2016-10-07 18:56:50.909728"], ["updated_at", "2016-10-07 18:56:50.909728"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis tempore architecto fugiat.\",\"body\":\"We need to transmit the optical SSL transmitter!\"}"], ["created_at", "2016-10-07 18:56:50.912979"], ["updated_at", "2016-10-07 18:56:50.912979"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam consequatur et quia voluptas quibusdam.\",\"body\":\"Try to compress the COM system, maybe it will bypass the multi-byte sensor!\"}"], ["created_at", "2016-10-07 18:56:50.914938"], ["updated_at", "2016-10-07 18:56:50.914938"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus hic exercitationem consequatur perferendis.\",\"body\":\"Use the optical ADP program, then you can input the mobile application!\"}"], ["created_at", "2016-10-07 18:56:50.917310"], ["updated_at", "2016-10-07 18:56:50.917310"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae voluptatum dolor quia quam.\",\"body\":\"We need to parse the wireless RSS feed!\"}"], ["created_at", "2016-10-07 18:56:50.918963"], ["updated_at", "2016-10-07 18:56:50.918963"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat in velit at.\",\"body\":\"The RAM feed is down, override the online bus so we can program the FTP alarm!\"}"], ["created_at", "2016-10-07 18:56:50.920640"], ["updated_at", "2016-10-07 18:56:50.920640"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id quia et eum deserunt consequatur tempora.\",\"body\":\"You can't override the port without quantifying the virtual SMS transmitter!\"}"], ["created_at", "2016-10-07 18:56:50.922178"], ["updated_at", "2016-10-07 18:56:50.922178"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non vel quo nesciunt sit expedita consequatur perspiciatis.\",\"body\":\"We need to generate the haptic SMS protocol!\"}"], ["created_at", "2016-10-07 18:56:50.923875"], ["updated_at", "2016-10-07 18:56:50.923875"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt sunt voluptatum odit consectetur maiores eveniet quis.\",\"body\":\"The PCI protocol is down, connect the virtual application so we can hack the PCI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:50.925725"], ["updated_at", "2016-10-07 18:56:50.925725"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui recusandae magnam provident asperiores accusamus magni.\",\"body\":\"We need to hack the primary PCI hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.928975"], ["updated_at", "2016-10-07 18:56:50.928975"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam dolorem et.\",\"body\":\"I'll calculate the multi-byte RSS feed, that should array the ADP interface!\"}"], ["created_at", "2016-10-07 18:56:50.930866"], ["updated_at", "2016-10-07 18:56:50.930866"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex soluta tempore atque nihil qui repellendus esse.\",\"body\":\"Try to bypass the PCI array, maybe it will copy the wireless firewall!\"}"], ["created_at", "2016-10-07 18:56:50.932607"], ["updated_at", "2016-10-07 18:56:50.932607"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint culpa earum maxime ratione enim dolores tempore.\",\"body\":\"We need to generate the neural GB pixel!\"}"], ["created_at", "2016-10-07 18:56:50.934133"], ["updated_at", "2016-10-07 18:56:50.934133"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime autem quia non quidem enim.\",\"body\":\"We need to input the digital SAS protocol!\"}"], ["created_at", "2016-10-07 18:56:50.935375"], ["updated_at", "2016-10-07 18:56:50.935375"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et illo qui et sit.\",\"body\":\"You can't override the firewall without parsing the multi-byte USB program!\"}"], ["created_at", "2016-10-07 18:56:50.936546"], ["updated_at", "2016-10-07 18:56:50.936546"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas est praesentium ut.\",\"body\":\"Try to generate the AGP feed, maybe it will back up the redundant alarm!\"}"], ["created_at", "2016-10-07 18:56:50.938323"], ["updated_at", "2016-10-07 18:56:50.938323"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo nihil omnis.\",\"body\":\"We need to connect the online EXE circuit!\"}"], ["created_at", "2016-10-07 18:56:50.939877"], ["updated_at", "2016-10-07 18:56:50.939877"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia voluptas ut laborum eum unde quisquam aliquid.\",\"body\":\"Try to quantify the CSS firewall, maybe it will hack the open-source bus!\"}"], ["created_at", "2016-10-07 18:56:50.941184"], ["updated_at", "2016-10-07 18:56:50.941184"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aut possimus pariatur ut.\",\"body\":\"I'll compress the neural ADP transmitter, that should panel the XML array!\"}"], ["created_at", "2016-10-07 18:56:50.943434"], ["updated_at", "2016-10-07 18:56:50.943434"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel magni qui labore optio modi et veniam.\",\"body\":\"Use the neural XML bus, then you can override the mobile pixel!\"}"], ["created_at", "2016-10-07 18:56:50.945663"], ["updated_at", "2016-10-07 18:56:50.945663"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium ut est doloremque quisquam qui itaque omnis.\",\"body\":\"I'll input the neural CSS transmitter, that should array the SCSI application!\"}"], ["created_at", "2016-10-07 18:56:50.947547"], ["updated_at", "2016-10-07 18:56:50.947547"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa nobis alias praesentium ducimus aut et.\",\"body\":\"You can't input the interface without compressing the bluetooth CSS port!\"}"], ["created_at", "2016-10-07 18:56:50.949850"], ["updated_at", "2016-10-07 18:56:50.949850"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum alias dolorem modi sed.\",\"body\":\"Backing up the protocol won't do anything, we need to hack the redundant pci application!\"}"], ["created_at", "2016-10-07 18:56:50.951600"], ["updated_at", "2016-10-07 18:56:50.951600"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa qui voluptas aut vitae quae.\",\"body\":\"If we copy the card, we can get to the XSS microchip through the open-source CSS system!\"}"], ["created_at", "2016-10-07 18:56:50.953166"], ["updated_at", "2016-10-07 18:56:50.953166"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia exercitationem similique optio placeat accusamus dolorum ad.\",\"body\":\"Use the digital PNG alarm, then you can override the wireless panel!\"}"], ["created_at", "2016-10-07 18:56:50.954764"], ["updated_at", "2016-10-07 18:56:50.954764"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor est dolores.\",\"body\":\"We need to copy the redundant AGP port!\"}"], ["created_at", "2016-10-07 18:56:50.956301"], ["updated_at", "2016-10-07 18:56:50.956301"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit possimus ut.\",\"body\":\"We need to copy the haptic AI card!\"}"], ["created_at", "2016-10-07 18:56:50.958146"], ["updated_at", "2016-10-07 18:56:50.958146"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam iusto voluptatum provident.\",\"body\":\"Try to connect the RSS driver, maybe it will transmit the open-source alarm!\"}"], ["created_at", "2016-10-07 18:56:50.961337"], ["updated_at", "2016-10-07 18:56:50.961337"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti deserunt porro et iure praesentium neque minima.\",\"body\":\"The XSS matrix is down, program the open-source pixel so we can program the HDD bus!\"}"], ["created_at", "2016-10-07 18:56:50.963125"], ["updated_at", "2016-10-07 18:56:50.963125"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum in reiciendis aut asperiores fuga delectus.\",\"body\":\"Use the mobile SCSI transmitter, then you can copy the wireless alarm!\"}"], ["created_at", "2016-10-07 18:56:50.964969"], ["updated_at", "2016-10-07 18:56:50.964969"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est dolorem placeat.\",\"body\":\"I'll synthesize the cross-platform PCI card, that should capacitor the SCSI transmitter!\"}"], ["created_at", "2016-10-07 18:56:50.966484"], ["updated_at", "2016-10-07 18:56:50.966484"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime fugiat nam minima reiciendis quia animi velit.\",\"body\":\"You can't generate the firewall without bypassing the virtual AGP panel!\"}"], ["created_at", "2016-10-07 18:56:50.968088"], ["updated_at", "2016-10-07 18:56:50.968088"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia tempora cupiditate minima sit.\",\"body\":\"I'll bypass the mobile SMS array, that should capacitor the HTTP monitor!\"}"], ["created_at", "2016-10-07 18:56:50.969728"], ["updated_at", "2016-10-07 18:56:50.969728"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati ea odio distinctio blanditiis.\",\"body\":\"Use the back-end IB capacitor, then you can transmit the 1080p microchip!\"}"], ["created_at", "2016-10-07 18:56:50.971526"], ["updated_at", "2016-10-07 18:56:50.971526"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut non ut quidem harum quas.\",\"body\":\"Hacking the card won't do anything, we need to program the multi-byte xml sensor!\"}"], ["created_at", "2016-10-07 18:56:50.973800"], ["updated_at", "2016-10-07 18:56:50.973800"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam quo velit.\",\"body\":\"We need to synthesize the multi-byte COM program!\"}"], ["created_at", "2016-10-07 18:56:50.976585"], ["updated_at", "2016-10-07 18:56:50.976585"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui temporibus mollitia dolores.\",\"body\":\"Quantifying the matrix won't do anything, we need to parse the multi-byte thx protocol!\"}"], ["created_at", "2016-10-07 18:56:50.978898"], ["updated_at", "2016-10-07 18:56:50.978898"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus labore est aut id quisquam enim minus.\",\"body\":\"Use the online XSS application, then you can parse the primary panel!\"}"], ["created_at", "2016-10-07 18:56:50.981094"], ["updated_at", "2016-10-07 18:56:50.981094"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem animi in.\",\"body\":\"Transmitting the microchip won't do anything, we need to override the 1080p http firewall!\"}"], ["created_at", "2016-10-07 18:56:50.983040"], ["updated_at", "2016-10-07 18:56:50.983040"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas illo et velit omnis iusto quos sed.\",\"body\":\"Use the haptic SDD interface, then you can override the redundant interface!\"}"], ["created_at", "2016-10-07 18:56:50.984787"], ["updated_at", "2016-10-07 18:56:50.984787"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In a sit.\",\"body\":\"If we program the circuit, we can get to the USB card through the redundant USB matrix!\"}"], ["created_at", "2016-10-07 18:56:50.986284"], ["updated_at", "2016-10-07 18:56:50.986284"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus ut beatae omnis.\",\"body\":\"Programming the hard drive won't do anything, we need to compress the neural usb hard drive!\"}"], ["created_at", "2016-10-07 18:56:50.988559"], ["updated_at", "2016-10-07 18:56:50.988559"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex dolor reiciendis unde perspiciatis.\",\"body\":\"The RAM sensor is down, calculate the 1080p bus so we can reboot the THX bus!\"}"], ["created_at", "2016-10-07 18:56:50.990271"], ["updated_at", "2016-10-07 18:56:50.990271"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat ab autem praesentium in recusandae expedita totam.\",\"body\":\"Use the digital ADP firewall, then you can program the 1080p sensor!\"}"], ["created_at", "2016-10-07 18:56:50.993063"], ["updated_at", "2016-10-07 18:56:50.993063"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non tenetur eum qui.\",\"body\":\"I'll bypass the online JSON protocol, that should driver the SQL sensor!\"}"], ["created_at", "2016-10-07 18:56:50.995200"], ["updated_at", "2016-10-07 18:56:50.995200"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam ab voluptas nulla.\",\"body\":\"You can't input the driver without compressing the mobile CSS card!\"}"], ["created_at", "2016-10-07 18:56:50.996889"], ["updated_at", "2016-10-07 18:56:50.996889"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quam in quidem in dolor.\",\"body\":\"Use the open-source JSON alarm, then you can back up the redundant circuit!\"}"], ["created_at", "2016-10-07 18:56:50.998788"], ["updated_at", "2016-10-07 18:56:50.998788"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias nihil maiores.\",\"body\":\"If we index the alarm, we can get to the SDD feed through the optical JSON feed!\"}"], ["created_at", "2016-10-07 18:56:51.001006"], ["updated_at", "2016-10-07 18:56:51.001006"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ut consectetur assumenda aut error.\",\"body\":\"Calculating the panel won't do anything, we need to navigate the optical scsi hard drive!\"}"], ["created_at", "2016-10-07 18:56:51.002773"], ["updated_at", "2016-10-07 18:56:51.002773"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem numquam ratione voluptatem ut in.\",\"body\":\"We need to quantify the neural HDD monitor!\"}"], ["created_at", "2016-10-07 18:56:51.004700"], ["updated_at", "2016-10-07 18:56:51.004700"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et fugit velit rem.\",\"body\":\"I'll generate the back-end EXE monitor, that should hard drive the ADP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:51.006541"], ["updated_at", "2016-10-07 18:56:51.006541"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam culpa harum hic sint impedit eos.\",\"body\":\"We need to generate the haptic HDD microchip!\"}"], ["created_at", "2016-10-07 18:56:51.009791"], ["updated_at", "2016-10-07 18:56:51.009791"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam aut ut architecto et.\",\"body\":\"You can't connect the circuit without compressing the solid state THX interface!\"}"], ["created_at", "2016-10-07 18:56:51.012565"], ["updated_at", "2016-10-07 18:56:51.012565"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et cupiditate fuga et delectus voluptas.\",\"body\":\"You can't generate the alarm without navigating the optical ADP sensor!\"}"], ["created_at", "2016-10-07 18:56:51.016202"], ["updated_at", "2016-10-07 18:56:51.016202"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non vero et earum accusantium magnam dignissimos fugit.\",\"body\":\"If we transmit the card, we can get to the SSL firewall through the auxiliary CSS panel!\"}"], ["created_at", "2016-10-07 18:56:51.018584"], ["updated_at", "2016-10-07 18:56:51.018584"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quia assumenda nostrum eos qui nihil rem.\",\"body\":\"If we connect the application, we can get to the GB monitor through the haptic SMS feed!\"}"], ["created_at", "2016-10-07 18:56:51.019842"], ["updated_at", "2016-10-07 18:56:51.019842"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus sint et et.\",\"body\":\"I'll transmit the multi-byte SMTP bandwidth, that should firewall the FTP bus!\"}"], ["created_at", "2016-10-07 18:56:51.020959"], ["updated_at", "2016-10-07 18:56:51.020959"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam ex molestiae soluta illo.\",\"body\":\"We need to override the solid state TCP sensor!\"}"], ["created_at", "2016-10-07 18:56:51.022051"], ["updated_at", "2016-10-07 18:56:51.022051"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio at et.\",\"body\":\"You can't input the matrix without parsing the auxiliary THX capacitor!\"}"], ["created_at", "2016-10-07 18:56:51.023302"], ["updated_at", "2016-10-07 18:56:51.023302"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde facere molestias occaecati quo.\",\"body\":\"I'll reboot the auxiliary SAS sensor, that should matrix the AI microchip!\"}"], ["created_at", "2016-10-07 18:56:51.024737"], ["updated_at", "2016-10-07 18:56:51.024737"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et vitae temporibus nemo suscipit quod sit.\",\"body\":\"The XML driver is down, input the back-end card so we can parse the EXE matrix!\"}"], ["created_at", "2016-10-07 18:56:51.027996"], ["updated_at", "2016-10-07 18:56:51.027996"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint dolor excepturi sit rerum.\",\"body\":\"If we transmit the transmitter, we can get to the SDD interface through the mobile AI interface!\"}"], ["created_at", "2016-10-07 18:56:51.030122"], ["updated_at", "2016-10-07 18:56:51.030122"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis laborum ratione fuga consequatur nemo.\",\"body\":\"I'll program the mobile FTP system, that should interface the THX alarm!\"}"], ["created_at", "2016-10-07 18:56:51.032058"], ["updated_at", "2016-10-07 18:56:51.032058"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit dolore neque explicabo.\",\"body\":\"If we transmit the microchip, we can get to the XSS microchip through the neural RSS port!\"}"], ["created_at", "2016-10-07 18:56:51.033959"], ["updated_at", "2016-10-07 18:56:51.033959"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam similique ex minus.\",\"body\":\"We need to synthesize the solid state SSL circuit!\"}"], ["created_at", "2016-10-07 18:56:51.035153"], ["updated_at", "2016-10-07 18:56:51.035153"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut saepe excepturi et veritatis.\",\"body\":\"The COM array is down, override the multi-byte bandwidth so we can reboot the HDD feed!\"}"], ["created_at", "2016-10-07 18:56:51.036391"], ["updated_at", "2016-10-07 18:56:51.036391"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora iste quia.\",\"body\":\"The PCI port is down, hack the primary system so we can quantify the TCP panel!\"}"], ["created_at", "2016-10-07 18:56:51.037626"], ["updated_at", "2016-10-07 18:56:51.037626"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut molestiae quia.\",\"body\":\"Try to bypass the PNG circuit, maybe it will reboot the bluetooth bandwidth!\"}"], ["created_at", "2016-10-07 18:56:51.039217"], ["updated_at", "2016-10-07 18:56:51.039217"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae eos architecto aspernatur magnam necessitatibus sapiente dolor.\",\"body\":\"If we bypass the matrix, we can get to the SAS program through the haptic THX pixel!\"}"], ["created_at", "2016-10-07 18:56:51.041178"], ["updated_at", "2016-10-07 18:56:51.041178"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo et nulla beatae quibusdam consequatur perferendis.\",\"body\":\"I'll hack the solid state HTTP driver, that should transmitter the COM array!\"}"], ["created_at", "2016-10-07 18:56:51.042991"], ["updated_at", "2016-10-07 18:56:51.042991"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut pariatur est.\",\"body\":\"The RSS application is down, quantify the multi-byte panel so we can bypass the AGP capacitor!\"}"], ["created_at", "2016-10-07 18:56:51.046218"], ["updated_at", "2016-10-07 18:56:51.046218"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium voluptatem dicta itaque et non odit soluta.\",\"body\":\"Try to transmit the AI feed, maybe it will bypass the solid state panel!\"}"], ["created_at", "2016-10-07 18:56:51.047745"], ["updated_at", "2016-10-07 18:56:51.047745"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et placeat sit officia esse quidem vitae natus.\",\"body\":\"Copying the feed won't do anything, we need to navigate the virtual jbod interface!\"}"], ["created_at", "2016-10-07 18:56:51.048971"], ["updated_at", "2016-10-07 18:56:51.048971"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus id eveniet consectetur.\",\"body\":\"Try to connect the SDD firewall, maybe it will override the multi-byte pixel!\"}"], ["created_at", "2016-10-07 18:56:51.050137"], ["updated_at", "2016-10-07 18:56:51.050137"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit doloribus est inventore.\",\"body\":\"Use the virtual SCSI capacitor, then you can compress the multi-byte capacitor!\"}"], ["created_at", "2016-10-07 18:56:51.051317"], ["updated_at", "2016-10-07 18:56:51.051317"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui possimus id a veritatis voluptas labore.\",\"body\":\"If we quantify the circuit, we can get to the ADP array through the redundant HTTP circuit!\"}"], ["created_at", "2016-10-07 18:56:51.052477"], ["updated_at", "2016-10-07 18:56:51.052477"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil rerum impedit laboriosam sed ex.\",\"body\":\"Try to bypass the XML protocol, maybe it will override the mobile card!\"}"], ["created_at", "2016-10-07 18:56:51.054388"], ["updated_at", "2016-10-07 18:56:51.054388"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum et autem exercitationem ut dolores quia sequi.\",\"body\":\"Try to back up the SCSI feed, maybe it will bypass the open-source feed!\"}"], ["created_at", "2016-10-07 18:56:51.056881"], ["updated_at", "2016-10-07 18:56:51.056881"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut corrupti dolores placeat voluptatibus voluptatum.\",\"body\":\"I'll parse the mobile USB sensor, that should bandwidth the FTP feed!\"}"], ["created_at", "2016-10-07 18:56:51.058998"], ["updated_at", "2016-10-07 18:56:51.058998"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni deleniti quo nostrum commodi.\",\"body\":\"I'll synthesize the redundant GB feed, that should application the FTP pixel!\"}"], ["created_at", "2016-10-07 18:56:51.060723"], ["updated_at", "2016-10-07 18:56:51.060723"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis temporibus fugiat corrupti consequatur ratione dolores explicabo.\",\"body\":\"Use the neural HDD circuit, then you can compress the online feed!\"}"], ["created_at", "2016-10-07 18:56:51.062382"], ["updated_at", "2016-10-07 18:56:51.062382"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis vel in placeat eligendi.\",\"body\":\"I'll connect the redundant PCI bandwidth, that should bus the RSS circuit!\"}"], ["created_at", "2016-10-07 18:56:51.065646"], ["updated_at", "2016-10-07 18:56:51.065646"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non eaque illum soluta debitis.\",\"body\":\"Use the redundant XSS system, then you can transmit the bluetooth sensor!\"}"], ["created_at", "2016-10-07 18:56:51.068612"], ["updated_at", "2016-10-07 18:56:51.068612"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptates animi qui.\",\"body\":\"Use the bluetooth AGP sensor, then you can quantify the auxiliary sensor!\"}"], ["created_at", "2016-10-07 18:56:51.069927"], ["updated_at", "2016-10-07 18:56:51.069927"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam ipsa quia.\",\"body\":\"Use the haptic HTTP microchip, then you can parse the redundant capacitor!\"}"], ["created_at", "2016-10-07 18:56:51.071188"], ["updated_at", "2016-10-07 18:56:51.071188"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus eveniet et repellat debitis.\",\"body\":\"If we synthesize the alarm, we can get to the THX bus through the virtual AI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:51.072385"], ["updated_at", "2016-10-07 18:56:51.072385"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius quia est dignissimos numquam qui asperiores voluptatum.\",\"body\":\"The IB port is down, hack the multi-byte alarm so we can copy the AI bus!\"}"], ["created_at", "2016-10-07 18:56:51.073690"], ["updated_at", "2016-10-07 18:56:51.073690"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab non ut doloremque autem.\",\"body\":\"Try to connect the AI firewall, maybe it will navigate the optical port!\"}"], ["created_at", "2016-10-07 18:56:51.074952"], ["updated_at", "2016-10-07 18:56:51.074952"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem enim modi.\",\"body\":\"You can't calculate the sensor without generating the mobile AI matrix!\"}"], ["created_at", "2016-10-07 18:56:51.076217"], ["updated_at", "2016-10-07 18:56:51.076217"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur earum facilis omnis voluptas vero.\",\"body\":\"Transmitting the feed won't do anything, we need to copy the digital json port!\"}"], ["created_at", "2016-10-07 18:56:51.077544"], ["updated_at", "2016-10-07 18:56:51.077544"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem velit quam temporibus et.\",\"body\":\"If we quantify the port, we can get to the RSS firewall through the mobile USB array!\"}"], ["created_at", "2016-10-07 18:56:51.078794"], ["updated_at", "2016-10-07 18:56:51.078794"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit aliquam voluptas.\",\"body\":\"I'll copy the virtual RSS port, that should monitor the AGP card!\"}"], ["created_at", "2016-10-07 18:56:51.080559"], ["updated_at", "2016-10-07 18:56:51.080559"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil esse et voluptatibus nisi beatae ad rerum.\",\"body\":\"You can't back up the circuit without generating the virtual USB program!\"}"], ["created_at", "2016-10-07 18:56:51.083613"], ["updated_at", "2016-10-07 18:56:51.083613"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt iusto et et sint est debitis.\",\"body\":\"If we hack the array, we can get to the SMTP sensor through the bluetooth AGP firewall!\"}"], ["created_at", "2016-10-07 18:56:51.084882"], ["updated_at", "2016-10-07 18:56:51.084882"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat deleniti ipsum aut ratione autem tempore molestiae.\",\"body\":\"I'll reboot the open-source JBOD capacitor, that should bandwidth the SMTP sensor!\"}"], ["created_at", "2016-10-07 18:56:51.086182"], ["updated_at", "2016-10-07 18:56:51.086182"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est alias soluta deleniti sint velit ut.\",\"body\":\"I'll compress the digital THX system, that should alarm the AI driver!\"}"], ["created_at", "2016-10-07 18:56:51.088281"], ["updated_at", "2016-10-07 18:56:51.088281"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita cum dolor illum et voluptas quidem quia.\",\"body\":\"The SMTP feed is down, program the wireless interface so we can hack the SSL panel!\"}"], ["created_at", "2016-10-07 18:56:51.089516"], ["updated_at", "2016-10-07 18:56:51.089516"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam earum eum.\",\"body\":\"We need to override the online JSON interface!\"}"], ["created_at", "2016-10-07 18:56:51.090907"], ["updated_at", "2016-10-07 18:56:51.090907"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui repellat soluta vel fugiat et.\",\"body\":\"Try to compress the GB interface, maybe it will override the online array!\"}"], ["created_at", "2016-10-07 18:56:51.092520"], ["updated_at", "2016-10-07 18:56:51.092520"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sint non voluptatem nisi.\",\"body\":\"If we hack the driver, we can get to the HDD feed through the optical XML hard drive!\"}"], ["created_at", "2016-10-07 18:56:51.093877"], ["updated_at", "2016-10-07 18:56:51.093877"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi sint quia est repellendus beatae ratione quo.\",\"body\":\"If we navigate the array, we can get to the CSS bus through the auxiliary PCI pixel!\"}"], ["created_at", "2016-10-07 18:56:51.095095"], ["updated_at", "2016-10-07 18:56:51.095095"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere itaque sed ullam.\",\"body\":\"Try to quantify the SAS feed, maybe it will compress the cross-platform microchip!\"}"], ["created_at", "2016-10-07 18:56:51.097034"], ["updated_at", "2016-10-07 18:56:51.097034"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam est itaque libero quod distinctio sit omnis.\",\"body\":\"Use the bluetooth SMTP matrix, then you can input the neural program!\"}"], ["created_at", "2016-10-07 18:56:51.099122"], ["updated_at", "2016-10-07 18:56:51.099122"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum fugit sunt.\",\"body\":\"If we back up the driver, we can get to the FTP capacitor through the redundant THX transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.102365"], ["updated_at", "2016-10-07 18:56:51.102365"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla sed quia atque aut aut ratione veritatis.\",\"body\":\"I'll override the neural CSS bus, that should protocol the COM array!\"}"], ["created_at", "2016-10-07 18:56:51.104726"], ["updated_at", "2016-10-07 18:56:51.104726"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et autem nisi cumque sint porro accusamus.\",\"body\":\"I'll synthesize the wireless SQL monitor, that should transmitter the HTTP array!\"}"], ["created_at", "2016-10-07 18:56:51.106252"], ["updated_at", "2016-10-07 18:56:51.106252"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore voluptas blanditiis.\",\"body\":\"We need to bypass the mobile SDD matrix!\"}"], ["created_at", "2016-10-07 18:56:51.108733"], ["updated_at", "2016-10-07 18:56:51.108733"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores vero voluptatibus qui dolore.\",\"body\":\"If we hack the alarm, we can get to the TCP port through the open-source HTTP alarm!\"}"], ["created_at", "2016-10-07 18:56:51.110604"], ["updated_at", "2016-10-07 18:56:51.110604"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut vel deserunt.\",\"body\":\"If we connect the monitor, we can get to the RSS transmitter through the redundant XSS microchip!\"}"], ["created_at", "2016-10-07 18:56:51.111790"], ["updated_at", "2016-10-07 18:56:51.111790"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum tenetur fuga vel dolorem et in nulla.\",\"body\":\"Use the haptic SSL program, then you can parse the wireless interface!\"}"], ["created_at", "2016-10-07 18:56:51.113379"], ["updated_at", "2016-10-07 18:56:51.113379"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A est repellat sint fugit quia consequuntur veniam.\",\"body\":\"Navigating the system won't do anything, we need to override the optical json pixel!\"}"], ["created_at", "2016-10-07 18:56:51.116837"], ["updated_at", "2016-10-07 18:56:51.116837"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo qui nihil nemo harum sed animi.\",\"body\":\"The COM protocol is down, input the wireless firewall so we can input the TCP port!\"}"], ["created_at", "2016-10-07 18:56:51.118165"], ["updated_at", "2016-10-07 18:56:51.118165"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolorem officia iusto.\",\"body\":\"You can't hack the circuit without indexing the auxiliary SQL monitor!\"}"], ["created_at", "2016-10-07 18:56:51.119520"], ["updated_at", "2016-10-07 18:56:51.119520"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis cum voluptate fugiat dicta vel.\",\"body\":\"I'll quantify the haptic HDD port, that should matrix the GB firewall!\"}"], ["created_at", "2016-10-07 18:56:51.121607"], ["updated_at", "2016-10-07 18:56:51.121607"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et illum quia accusantium laudantium.\",\"body\":\"You can't input the hard drive without synthesizing the multi-byte PNG system!\"}"], ["created_at", "2016-10-07 18:56:51.123233"], ["updated_at", "2016-10-07 18:56:51.123233"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem nostrum incidunt et quia earum.\",\"body\":\"We need to connect the back-end SDD panel!\"}"], ["created_at", "2016-10-07 18:56:51.124636"], ["updated_at", "2016-10-07 18:56:51.124636"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi cupiditate sint.\",\"body\":\"We need to reboot the cross-platform SDD transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.126110"], ["updated_at", "2016-10-07 18:56:51.126110"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere aliquam dicta in eos autem amet quibusdam.\",\"body\":\"I'll transmit the online RAM bus, that should interface the XML application!\"}"], ["created_at", "2016-10-07 18:56:51.127376"], ["updated_at", "2016-10-07 18:56:51.127376"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias distinctio voluptas ab tempore consequuntur animi.\",\"body\":\"You can't index the system without synthesizing the auxiliary GB circuit!\"}"], ["created_at", "2016-10-07 18:56:51.128604"], ["updated_at", "2016-10-07 18:56:51.128604"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur officia iusto rem in error illum.\",\"body\":\"Try to navigate the HTTP pixel, maybe it will input the optical panel!\"}"], ["created_at", "2016-10-07 18:56:51.130248"], ["updated_at", "2016-10-07 18:56:51.130248"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos et quo ducimus laboriosam quod.\",\"body\":\"If we compress the bandwidth, we can get to the SMTP protocol through the neural AGP monitor!\"}"], ["created_at", "2016-10-07 18:56:51.132703"], ["updated_at", "2016-10-07 18:56:51.132703"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum officia quo esse.\",\"body\":\"Calculating the system won't do anything, we need to hack the neural rss bus!\"}"], ["created_at", "2016-10-07 18:56:51.135814"], ["updated_at", "2016-10-07 18:56:51.135814"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ad molestiae magnam debitis.\",\"body\":\"Use the multi-byte HDD array, then you can quantify the optical program!\"}"], ["created_at", "2016-10-07 18:56:51.137151"], ["updated_at", "2016-10-07 18:56:51.137151"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit voluptas eum quia animi et molestiae magni.\",\"body\":\"We need to hack the multi-byte RAM microchip!\"}"], ["created_at", "2016-10-07 18:56:51.138361"], ["updated_at", "2016-10-07 18:56:51.138361"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi a qui ullam.\",\"body\":\"You can't transmit the firewall without transmitting the optical TCP alarm!\"}"], ["created_at", "2016-10-07 18:56:51.139720"], ["updated_at", "2016-10-07 18:56:51.139720"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus inventore illum sit quae reiciendis iure dolorem.\",\"body\":\"Try to generate the TCP matrix, maybe it will back up the virtual capacitor!\"}"], ["created_at", "2016-10-07 18:56:51.141157"], ["updated_at", "2016-10-07 18:56:51.141157"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit et consequatur dolor et corporis fugit.\",\"body\":\"You can't connect the microchip without hacking the 1080p SMS transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.142651"], ["updated_at", "2016-10-07 18:56:51.142651"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem eum dolorum.\",\"body\":\"We need to navigate the cross-platform THX protocol!\"}"], ["created_at", "2016-10-07 18:56:51.144006"], ["updated_at", "2016-10-07 18:56:51.144006"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus veniam corporis non ut sapiente eos aut.\",\"body\":\"Use the optical SQL port, then you can copy the back-end transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.145283"], ["updated_at", "2016-10-07 18:56:51.145283"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sit expedita.\",\"body\":\"The SQL circuit is down, hack the wireless matrix so we can input the SAS microchip!\"}"], ["created_at", "2016-10-07 18:56:51.147797"], ["updated_at", "2016-10-07 18:56:51.147797"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut facilis sint voluptatem.\",\"body\":\"We need to synthesize the haptic JBOD array!\"}"], ["created_at", "2016-10-07 18:56:51.150191"], ["updated_at", "2016-10-07 18:56:51.150191"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sit sequi et.\",\"body\":\"I'll copy the solid state SAS program, that should capacitor the PCI capacitor!\"}"], ["created_at", "2016-10-07 18:56:51.151480"], ["updated_at", "2016-10-07 18:56:51.151480"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas asperiores odio sit voluptates dolore.\",\"body\":\"Try to calculate the HDD firewall, maybe it will input the cross-platform bandwidth!\"}"], ["created_at", "2016-10-07 18:56:51.152916"], ["updated_at", "2016-10-07 18:56:51.152916"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam sit aperiam excepturi alias nemo.\",\"body\":\"Synthesizing the bus won't do anything, we need to transmit the mobile xss matrix!\"}"], ["created_at", "2016-10-07 18:56:51.155498"], ["updated_at", "2016-10-07 18:56:51.155498"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus rem officia.\",\"body\":\"If we bypass the system, we can get to the SMTP firewall through the haptic SQL system!\"}"], ["created_at", "2016-10-07 18:56:51.156990"], ["updated_at", "2016-10-07 18:56:51.156990"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quisquam minus quidem non.\",\"body\":\"The TCP capacitor is down, hack the back-end card so we can navigate the EXE hard drive!\"}"], ["created_at", "2016-10-07 18:56:51.158356"], ["updated_at", "2016-10-07 18:56:51.158356"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui maiores itaque illo maxime quas consequuntur.\",\"body\":\"I'll input the 1080p AI alarm, that should bandwidth the XML hard drive!\"}"], ["created_at", "2016-10-07 18:56:51.159780"], ["updated_at", "2016-10-07 18:56:51.159780"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi ea quae saepe recusandae.\",\"body\":\"Synthesizing the panel won't do anything, we need to navigate the solid state ftp bus!\"}"], ["created_at", "2016-10-07 18:56:51.161047"], ["updated_at", "2016-10-07 18:56:51.161047"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam et ipsam aut voluptates voluptatem aut et.\",\"body\":\"If we bypass the monitor, we can get to the USB sensor through the open-source SSL bandwidth!\"}"], ["created_at", "2016-10-07 18:56:51.162403"], ["updated_at", "2016-10-07 18:56:51.162403"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit voluptatem incidunt mollitia molestiae fuga maiores dolor.\",\"body\":\"Use the neural IB monitor, then you can index the neural sensor!\"}"], ["created_at", "2016-10-07 18:56:51.166188"], ["updated_at", "2016-10-07 18:56:51.166188"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore amet reiciendis animi qui consequatur ea.\",\"body\":\"Use the open-source IB circuit, then you can calculate the haptic matrix!\"}"], ["created_at", "2016-10-07 18:56:51.168400"], ["updated_at", "2016-10-07 18:56:51.168400"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae provident sequi voluptatibus sed.\",\"body\":\"We need to hack the optical FTP interface!\"}"], ["created_at", "2016-10-07 18:56:51.169799"], ["updated_at", "2016-10-07 18:56:51.169799"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea ratione vel at sint fugit.\",\"body\":\"If we back up the program, we can get to the FTP application through the multi-byte COM system!\"}"], ["created_at", "2016-10-07 18:56:51.171059"], ["updated_at", "2016-10-07 18:56:51.171059"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio odio est et occaecati inventore quibusdam.\",\"body\":\"You can't input the bus without generating the open-source XSS card!\"}"], ["created_at", "2016-10-07 18:56:51.172266"], ["updated_at", "2016-10-07 18:56:51.172266"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam praesentium quod maiores tempora architecto qui qui.\",\"body\":\"The SAS card is down, navigate the neural array so we can navigate the SCSI microchip!\"}"], ["created_at", "2016-10-07 18:56:51.173588"], ["updated_at", "2016-10-07 18:56:51.173588"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit reiciendis qui ut.\",\"body\":\"You can't program the interface without bypassing the 1080p FTP card!\"}"], ["created_at", "2016-10-07 18:56:51.174718"], ["updated_at", "2016-10-07 18:56:51.174718"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia qui reprehenderit sed totam rem.\",\"body\":\"We need to copy the virtual XSS alarm!\"}"], ["created_at", "2016-10-07 18:56:51.175880"], ["updated_at", "2016-10-07 18:56:51.175880"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae voluptas ducimus iste vero.\",\"body\":\"Compressing the protocol won't do anything, we need to connect the haptic adp hard drive!\"}"], ["created_at", "2016-10-07 18:56:51.177035"], ["updated_at", "2016-10-07 18:56:51.177035"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus velit soluta aut fugiat minima.\",\"body\":\"The CSS driver is down, connect the haptic transmitter so we can navigate the EXE program!\"}"], ["created_at", "2016-10-07 18:56:51.178423"], ["updated_at", "2016-10-07 18:56:51.178423"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis corporis necessitatibus molestias et.\",\"body\":\"Transmitting the bandwidth won't do anything, we need to override the open-source http panel!\"}"], ["created_at", "2016-10-07 18:56:51.180059"], ["updated_at", "2016-10-07 18:56:51.180059"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque amet tenetur similique et.\",\"body\":\"I'll input the wireless USB firewall, that should array the TCP interface!\"}"], ["created_at", "2016-10-07 18:56:51.181487"], ["updated_at", "2016-10-07 18:56:51.181487"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente quidem quos mollitia aut qui sunt.\",\"body\":\"The RSS system is down, synthesize the neural card so we can back up the SMS array!\"}"], ["created_at", "2016-10-07 18:56:51.183283"], ["updated_at", "2016-10-07 18:56:51.183283"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas dolore amet vel inventore ut.\",\"body\":\"If we parse the alarm, we can get to the RSS feed through the back-end HTTP array!\"}"], ["created_at", "2016-10-07 18:56:51.186861"], ["updated_at", "2016-10-07 18:56:51.186861"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptate eaque consequatur non voluptatem molestiae.\",\"body\":\"The SSL protocol is down, synthesize the mobile alarm so we can copy the AGP interface!\"}"], ["created_at", "2016-10-07 18:56:51.189130"], ["updated_at", "2016-10-07 18:56:51.189130"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam repudiandae rerum nulla aut deserunt vitae et.\",\"body\":\"Try to bypass the XML capacitor, maybe it will connect the multi-byte circuit!\"}"], ["created_at", "2016-10-07 18:56:51.190714"], ["updated_at", "2016-10-07 18:56:51.190714"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id repudiandae illum est vel.\",\"body\":\"We need to synthesize the wireless TCP monitor!\"}"], ["created_at", "2016-10-07 18:56:51.192073"], ["updated_at", "2016-10-07 18:56:51.192073"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et tempore eos totam nisi quia corrupti cumque.\",\"body\":\"Hacking the bandwidth won't do anything, we need to program the cross-platform adp interface!\"}"], ["created_at", "2016-10-07 18:56:51.193350"], ["updated_at", "2016-10-07 18:56:51.193350"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis eos ducimus ab pariatur.\",\"body\":\"Programming the protocol won't do anything, we need to input the auxiliary sms panel!\"}"], ["created_at", "2016-10-07 18:56:51.194577"], ["updated_at", "2016-10-07 18:56:51.194577"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint consequatur rem.\",\"body\":\"We need to bypass the mobile IB driver!\"}"], ["created_at", "2016-10-07 18:56:51.195951"], ["updated_at", "2016-10-07 18:56:51.195951"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto illo ut earum sequi.\",\"body\":\"You can't copy the alarm without parsing the 1080p HDD firewall!\"}"], ["created_at", "2016-10-07 18:56:51.199457"], ["updated_at", "2016-10-07 18:56:51.199457"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint quo officia id rerum rerum hic.\",\"body\":\"I'll generate the cross-platform PCI circuit, that should sensor the SSL monitor!\"}"], ["created_at", "2016-10-07 18:56:51.200785"], ["updated_at", "2016-10-07 18:56:51.200785"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur velit cupiditate non maxime nihil rerum inventore.\",\"body\":\"If we bypass the port, we can get to the AI application through the optical AI application!\"}"], ["created_at", "2016-10-07 18:56:51.202038"], ["updated_at", "2016-10-07 18:56:51.202038"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati molestiae itaque consequuntur.\",\"body\":\"We need to parse the virtual PCI program!\"}"], ["created_at", "2016-10-07 18:56:51.204613"], ["updated_at", "2016-10-07 18:56:51.204613"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus praesentium voluptatem non et eum voluptatem.\",\"body\":\"Use the solid state SCSI hard drive, then you can program the optical microchip!\"}"], ["created_at", "2016-10-07 18:56:51.206164"], ["updated_at", "2016-10-07 18:56:51.206164"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi assumenda mollitia.\",\"body\":\"Use the multi-byte TCP card, then you can bypass the digital monitor!\"}"], ["created_at", "2016-10-07 18:56:51.207669"], ["updated_at", "2016-10-07 18:56:51.207669"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas necessitatibus sunt debitis odio nisi.\",\"body\":\"If we navigate the system, we can get to the ADP capacitor through the open-source IB transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.209083"], ["updated_at", "2016-10-07 18:56:51.209083"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptas velit voluptates qui.\",\"body\":\"You can't back up the matrix without copying the auxiliary ADP pixel!\"}"], ["created_at", "2016-10-07 18:56:51.210332"], ["updated_at", "2016-10-07 18:56:51.210332"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur quos autem autem.\",\"body\":\"Calculating the microchip won't do anything, we need to synthesize the mobile sas pixel!\"}"], ["created_at", "2016-10-07 18:56:51.211579"], ["updated_at", "2016-10-07 18:56:51.211579"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium labore in suscipit.\",\"body\":\"I'll calculate the solid state GB driver, that should panel the PCI circuit!\"}"], ["created_at", "2016-10-07 18:56:51.213209"], ["updated_at", "2016-10-07 18:56:51.213209"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo consequatur consequuntur.\",\"body\":\"Compressing the sensor won't do anything, we need to input the optical exe matrix!\"}"], ["created_at", "2016-10-07 18:56:51.217745"], ["updated_at", "2016-10-07 18:56:51.217745"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quae deserunt delectus.\",\"body\":\"We need to transmit the auxiliary FTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:51.219355"], ["updated_at", "2016-10-07 18:56:51.219355"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi et unde.\",\"body\":\"We need to bypass the auxiliary ADP pixel!\"}"], ["created_at", "2016-10-07 18:56:51.220717"], ["updated_at", "2016-10-07 18:56:51.220717"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit magnam voluptas molestias.\",\"body\":\"Use the multi-byte CSS panel, then you can program the haptic pixel!\"}"], ["created_at", "2016-10-07 18:56:51.221963"], ["updated_at", "2016-10-07 18:56:51.221963"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia velit quam molestiae dolor perspiciatis.\",\"body\":\"If we connect the interface, we can get to the JBOD microchip through the redundant USB sensor!\"}"], ["created_at", "2016-10-07 18:56:51.223533"], ["updated_at", "2016-10-07 18:56:51.223533"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid nostrum est ut odio est.\",\"body\":\"If we back up the microchip, we can get to the JBOD port through the wireless EXE card!\"}"], ["created_at", "2016-10-07 18:56:51.225782"], ["updated_at", "2016-10-07 18:56:51.225782"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia voluptatibus quaerat unde sint labore autem accusantium.\",\"body\":\"If we synthesize the card, we can get to the HDD microchip through the mobile PNG sensor!\"}"], ["created_at", "2016-10-07 18:56:51.227813"], ["updated_at", "2016-10-07 18:56:51.227813"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis numquam occaecati dolor.\",\"body\":\"If we navigate the microchip, we can get to the GB sensor through the wireless SMTP firewall!\"}"], ["created_at", "2016-10-07 18:56:51.229685"], ["updated_at", "2016-10-07 18:56:51.229685"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim consequatur incidunt voluptatibus quia.\",\"body\":\"Hacking the alarm won't do anything, we need to synthesize the optical ib system!\"}"], ["created_at", "2016-10-07 18:56:51.234160"], ["updated_at", "2016-10-07 18:56:51.234160"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta consectetur et quasi minus explicabo repellat deleniti.\",\"body\":\"If we parse the capacitor, we can get to the AGP feed through the optical EXE sensor!\"}"], ["created_at", "2016-10-07 18:56:51.235699"], ["updated_at", "2016-10-07 18:56:51.235699"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores laborum nobis nam in.\",\"body\":\"We need to generate the mobile SMTP monitor!\"}"], ["created_at", "2016-10-07 18:56:51.237069"], ["updated_at", "2016-10-07 18:56:51.237069"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus sint facere nulla molestiae repellendus.\",\"body\":\"The THX interface is down, program the digital capacitor so we can parse the JSON card!\"}"], ["created_at", "2016-10-07 18:56:51.238359"], ["updated_at", "2016-10-07 18:56:51.238359"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit id et quo.\",\"body\":\"Indexing the matrix won't do anything, we need to calculate the neural sdd pixel!\"}"], ["created_at", "2016-10-07 18:56:51.239799"], ["updated_at", "2016-10-07 18:56:51.239799"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint non veritatis sed voluptas voluptatem eveniet.\",\"body\":\"Use the neural SAS firewall, then you can reboot the haptic sensor!\"}"], ["created_at", "2016-10-07 18:56:51.241186"], ["updated_at", "2016-10-07 18:56:51.241186"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur velit cupiditate ut corrupti voluptates tenetur odit.\",\"body\":\"I'll copy the virtual GB monitor, that should hard drive the HTTP firewall!\"}"], ["created_at", "2016-10-07 18:56:51.242608"], ["updated_at", "2016-10-07 18:56:51.242608"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam sint tempora error.\",\"body\":\"We need to calculate the wireless GB circuit!\"}"], ["created_at", "2016-10-07 18:56:51.243902"], ["updated_at", "2016-10-07 18:56:51.243902"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente odit officia et.\",\"body\":\"I'll back up the open-source SMS circuit, that should bus the SDD port!\"}"], ["created_at", "2016-10-07 18:56:51.245184"], ["updated_at", "2016-10-07 18:56:51.245184"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos fugit asperiores ut sapiente voluptatibus cumque non.\",\"body\":\"If we index the sensor, we can get to the PNG microchip through the mobile GB transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.247345"], ["updated_at", "2016-10-07 18:56:51.247345"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et delectus molestiae omnis nesciunt voluptas est reprehenderit.\",\"body\":\"We need to navigate the open-source AI interface!\"}"], ["created_at", "2016-10-07 18:56:51.251361"], ["updated_at", "2016-10-07 18:56:51.251361"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem nesciunt rerum ut exercitationem.\",\"body\":\"If we connect the application, we can get to the JSON circuit through the multi-byte SMTP alarm!\"}"], ["created_at", "2016-10-07 18:56:51.253872"], ["updated_at", "2016-10-07 18:56:51.253872"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos laborum suscipit consequuntur consectetur necessitatibus fuga.\",\"body\":\"I'll connect the wireless XSS panel, that should application the ADP program!\"}"], ["created_at", "2016-10-07 18:56:51.255242"], ["updated_at", "2016-10-07 18:56:51.255242"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis voluptas commodi quia excepturi laudantium voluptatibus at.\",\"body\":\"We need to parse the optical JSON protocol!\"}"], ["created_at", "2016-10-07 18:56:51.256529"], ["updated_at", "2016-10-07 18:56:51.256529"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi natus molestiae dignissimos molestiae corrupti est blanditiis.\",\"body\":\"I'll synthesize the primary RSS sensor, that should program the FTP program!\"}"], ["created_at", "2016-10-07 18:56:51.257908"], ["updated_at", "2016-10-07 18:56:51.257908"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ad et impedit quo.\",\"body\":\"If we bypass the monitor, we can get to the XSS protocol through the wireless RAM bus!\"}"], ["created_at", "2016-10-07 18:56:51.259471"], ["updated_at", "2016-10-07 18:56:51.259471"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure placeat ullam et asperiores hic enim nemo.\",\"body\":\"Try to copy the ADP protocol, maybe it will copy the bluetooth protocol!\"}"], ["created_at", "2016-10-07 18:56:51.260816"], ["updated_at", "2016-10-07 18:56:51.260816"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quod delectus eius qui officia.\",\"body\":\"The PNG transmitter is down, generate the redundant program so we can parse the IB microchip!\"}"], ["created_at", "2016-10-07 18:56:51.262403"], ["updated_at", "2016-10-07 18:56:51.262403"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum laborum quod exercitationem inventore sed est.\",\"body\":\"I'll connect the optical RAM pixel, that should pixel the IB microchip!\"}"], ["created_at", "2016-10-07 18:56:51.266053"], ["updated_at", "2016-10-07 18:56:51.266053"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae autem sint dolorum harum rem recusandae.\",\"body\":\"The AGP protocol is down, connect the 1080p driver so we can override the RSS application!\"}"], ["created_at", "2016-10-07 18:56:51.267733"], ["updated_at", "2016-10-07 18:56:51.267733"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quisquam cupiditate omnis.\",\"body\":\"If we input the hard drive, we can get to the PNG circuit through the online AGP pixel!\"}"], ["created_at", "2016-10-07 18:56:51.269426"], ["updated_at", "2016-10-07 18:56:51.269426"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque itaque quaerat distinctio sit.\",\"body\":\"Try to copy the IB alarm, maybe it will hack the multi-byte transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.271914"], ["updated_at", "2016-10-07 18:56:51.271914"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In blanditiis tempora vero dignissimos.\",\"body\":\"Use the neural PCI pixel, then you can transmit the mobile hard drive!\"}"], ["created_at", "2016-10-07 18:56:51.274096"], ["updated_at", "2016-10-07 18:56:51.274096"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis fugit officiis aliquam voluptatem temporibus autem eos.\",\"body\":\"Transmitting the bandwidth won't do anything, we need to index the back-end exe sensor!\"}"], ["created_at", "2016-10-07 18:56:51.276373"], ["updated_at", "2016-10-07 18:56:51.276373"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id et tempora sit molestiae magni sequi repellendus.\",\"body\":\"We need to back up the digital JSON array!\"}"], ["created_at", "2016-10-07 18:56:51.278570"], ["updated_at", "2016-10-07 18:56:51.278570"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos dolorem rerum magni doloribus labore et id.\",\"body\":\"We need to copy the wireless CSS protocol!\"}"], ["created_at", "2016-10-07 18:56:51.281819"], ["updated_at", "2016-10-07 18:56:51.281819"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi reiciendis qui.\",\"body\":\"If we input the hard drive, we can get to the XSS card through the auxiliary XML array!\"}"], ["created_at", "2016-10-07 18:56:51.284786"], ["updated_at", "2016-10-07 18:56:51.284786"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit atque dolorum consectetur numquam voluptatem voluptatum.\",\"body\":\"Try to copy the AI firewall, maybe it will program the 1080p alarm!\"}"], ["created_at", "2016-10-07 18:56:51.287055"], ["updated_at", "2016-10-07 18:56:51.287055"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati tempore pariatur eius fuga harum.\",\"body\":\"You can't transmit the monitor without navigating the back-end XML transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.289501"], ["updated_at", "2016-10-07 18:56:51.289501"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate ea non rerum sapiente qui totam.\",\"body\":\"If we generate the monitor, we can get to the PNG system through the online SQL protocol!\"}"], ["created_at", "2016-10-07 18:56:51.291965"], ["updated_at", "2016-10-07 18:56:51.291965"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa dolorem voluptas laboriosam voluptatibus ab maiores aperiam.\",\"body\":\"The XSS firewall is down, copy the digital matrix so we can bypass the SAS transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.293434"], ["updated_at", "2016-10-07 18:56:51.293434"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam ad aut suscipit id nostrum architecto harum.\",\"body\":\"Use the primary SCSI application, then you can generate the primary application!\"}"], ["created_at", "2016-10-07 18:56:51.294765"], ["updated_at", "2016-10-07 18:56:51.294765"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At a reiciendis temporibus.\",\"body\":\"We need to back up the solid state GB panel!\"}"], ["created_at", "2016-10-07 18:56:51.296458"], ["updated_at", "2016-10-07 18:56:51.296458"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At unde dolor mollitia exercitationem dolores facere occaecati.\",\"body\":\"I'll program the digital JSON bandwidth, that should interface the SCSI sensor!\"}"], ["created_at", "2016-10-07 18:56:51.299740"], ["updated_at", "2016-10-07 18:56:51.299740"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum repellat error.\",\"body\":\"I'll program the 1080p RSS interface, that should capacitor the IB system!\"}"], ["created_at", "2016-10-07 18:56:51.301052"], ["updated_at", "2016-10-07 18:56:51.301052"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem architecto tenetur quidem dignissimos reprehenderit saepe.\",\"body\":\"We need to navigate the multi-byte XML pixel!\"}"], ["created_at", "2016-10-07 18:56:51.302345"], ["updated_at", "2016-10-07 18:56:51.302345"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit aut non dolorum rerum alias laborum.\",\"body\":\"I'll synthesize the mobile IB panel, that should matrix the HTTP monitor!\"}"], ["created_at", "2016-10-07 18:56:51.304774"], ["updated_at", "2016-10-07 18:56:51.304774"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor ut dolorum voluptatem architecto aperiam voluptas et.\",\"body\":\"We need to reboot the redundant USB panel!\"}"], ["created_at", "2016-10-07 18:56:51.306581"], ["updated_at", "2016-10-07 18:56:51.306581"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem et repudiandae facere voluptas reprehenderit aut officia.\",\"body\":\"Use the multi-byte TCP program, then you can parse the optical array!\"}"], ["created_at", "2016-10-07 18:56:51.307888"], ["updated_at", "2016-10-07 18:56:51.307888"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea ipsa rerum accusantium vel voluptatum.\",\"body\":\"Use the online TCP interface, then you can bypass the multi-byte capacitor!\"}"], ["created_at", "2016-10-07 18:56:51.309170"], ["updated_at", "2016-10-07 18:56:51.309170"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa quia sint.\",\"body\":\"The CSS circuit is down, connect the neural alarm so we can input the SSL alarm!\"}"], ["created_at", "2016-10-07 18:56:51.310760"], ["updated_at", "2016-10-07 18:56:51.310760"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum qui deserunt provident ab impedit dolorem odit.\",\"body\":\"We need to copy the primary AI monitor!\"}"], ["created_at", "2016-10-07 18:56:51.313339"], ["updated_at", "2016-10-07 18:56:51.313339"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint aliquid aspernatur et.\",\"body\":\"If we index the card, we can get to the SMS bus through the auxiliary CSS alarm!\"}"], ["created_at", "2016-10-07 18:56:51.317905"], ["updated_at", "2016-10-07 18:56:51.317905"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae minus vero porro enim vel et quaerat.\",\"body\":\"The RSS monitor is down, program the open-source circuit so we can generate the SSL port!\"}"], ["created_at", "2016-10-07 18:56:51.319288"], ["updated_at", "2016-10-07 18:56:51.319288"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus enim perferendis et ullam.\",\"body\":\"I'll calculate the primary SMS matrix, that should matrix the FTP driver!\"}"], ["created_at", "2016-10-07 18:56:51.320512"], ["updated_at", "2016-10-07 18:56:51.320512"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur eos magni non fugit molestiae est.\",\"body\":\"Try to bypass the SSL sensor, maybe it will input the digital bandwidth!\"}"], ["created_at", "2016-10-07 18:56:51.321662"], ["updated_at", "2016-10-07 18:56:51.321662"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto quia perspiciatis.\",\"body\":\"If we bypass the transmitter, we can get to the SMS card through the 1080p JSON matrix!\"}"], ["created_at", "2016-10-07 18:56:51.322951"], ["updated_at", "2016-10-07 18:56:51.322951"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur ex voluptatem impedit provident voluptatem quia sit.\",\"body\":\"The GB bus is down, compress the optical application so we can input the JBOD array!\"}"], ["created_at", "2016-10-07 18:56:51.324182"], ["updated_at", "2016-10-07 18:56:51.324182"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia iusto commodi natus pariatur dolorem.\",\"body\":\"Generating the application won't do anything, we need to program the multi-byte gb feed!\"}"], ["created_at", "2016-10-07 18:56:51.325308"], ["updated_at", "2016-10-07 18:56:51.325308"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam et magni unde quasi cumque expedita.\",\"body\":\"We need to override the cross-platform XSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.326583"], ["updated_at", "2016-10-07 18:56:51.326583"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ipsa dignissimos sapiente vel.\",\"body\":\"The XSS bus is down, connect the optical program so we can connect the CSS bus!\"}"], ["created_at", "2016-10-07 18:56:51.327716"], ["updated_at", "2016-10-07 18:56:51.327716"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi distinctio quia omnis natus.\",\"body\":\"You can't generate the driver without navigating the online RAM capacitor!\"}"], ["created_at", "2016-10-07 18:56:51.328911"], ["updated_at", "2016-10-07 18:56:51.328911"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda aut qui ducimus eos velit minus.\",\"body\":\"If we input the alarm, we can get to the XSS hard drive through the multi-byte JBOD circuit!\"}"], ["created_at", "2016-10-07 18:56:51.331684"], ["updated_at", "2016-10-07 18:56:51.331684"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ducimus eum est quis voluptatem asperiores.\",\"body\":\"I'll navigate the bluetooth SSL capacitor, that should pixel the FTP protocol!\"}"], ["created_at", "2016-10-07 18:56:51.334170"], ["updated_at", "2016-10-07 18:56:51.334170"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ipsa et voluptas in aut voluptate unde.\",\"body\":\"Use the optical ADP panel, then you can override the cross-platform system!\"}"], ["created_at", "2016-10-07 18:56:51.336195"], ["updated_at", "2016-10-07 18:56:51.336195"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis est iure possimus incidunt.\",\"body\":\"We need to index the bluetooth AGP panel!\"}"], ["created_at", "2016-10-07 18:56:51.337356"], ["updated_at", "2016-10-07 18:56:51.337356"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia veritatis et est facilis.\",\"body\":\"If we transmit the panel, we can get to the SQL capacitor through the solid state TCP interface!\"}"], ["created_at", "2016-10-07 18:56:51.338561"], ["updated_at", "2016-10-07 18:56:51.338561"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ipsam voluptatem omnis fugiat quia.\",\"body\":\"I'll navigate the auxiliary THX system, that should sensor the XML feed!\"}"], ["created_at", "2016-10-07 18:56:51.339967"], ["updated_at", "2016-10-07 18:56:51.339967"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et iure et non aperiam sit.\",\"body\":\"The RAM application is down, copy the redundant array so we can hack the ADP transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.341186"], ["updated_at", "2016-10-07 18:56:51.341186"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus quisquam dolor.\",\"body\":\"Use the wireless PNG matrix, then you can navigate the optical matrix!\"}"], ["created_at", "2016-10-07 18:56:51.342333"], ["updated_at", "2016-10-07 18:56:51.342333"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id beatae neque fuga itaque.\",\"body\":\"If we compress the sensor, we can get to the SMS array through the solid state FTP circuit!\"}"], ["created_at", "2016-10-07 18:56:51.343591"], ["updated_at", "2016-10-07 18:56:51.343591"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia beatae aut et.\",\"body\":\"If we program the port, we can get to the SCSI transmitter through the redundant RSS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:51.344832"], ["updated_at", "2016-10-07 18:56:51.344832"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur reiciendis neque ratione est.\",\"body\":\"Bypassing the card won't do anything, we need to override the primary pci card!\"}"], ["created_at", "2016-10-07 18:56:51.346658"], ["updated_at", "2016-10-07 18:56:51.346658"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio mollitia sed impedit.\",\"body\":\"Use the solid state RSS sensor, then you can transmit the cross-platform system!\"}"], ["created_at", "2016-10-07 18:56:51.350450"], ["updated_at", "2016-10-07 18:56:51.350450"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus est doloremque voluptate.\",\"body\":\"Try to input the PCI interface, maybe it will calculate the back-end hard drive!\"}"], ["created_at", "2016-10-07 18:56:51.352815"], ["updated_at", "2016-10-07 18:56:51.352815"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quia excepturi illum.\",\"body\":\"Hacking the transmitter won't do anything, we need to transmit the virtual ib port!\"}"], ["created_at", "2016-10-07 18:56:51.354150"], ["updated_at", "2016-10-07 18:56:51.354150"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur et excepturi est.\",\"body\":\"I'll navigate the 1080p COM system, that should capacitor the EXE panel!\"}"], ["created_at", "2016-10-07 18:56:51.356205"], ["updated_at", "2016-10-07 18:56:51.356205"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci ea pariatur autem.\",\"body\":\"You can't input the application without copying the cross-platform SMTP protocol!\"}"], ["created_at", "2016-10-07 18:56:51.358156"], ["updated_at", "2016-10-07 18:56:51.358156"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque tempore consequatur.\",\"body\":\"You can't hack the firewall without generating the bluetooth GB application!\"}"], ["created_at", "2016-10-07 18:56:51.359558"], ["updated_at", "2016-10-07 18:56:51.359558"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quidem et.\",\"body\":\"Navigating the capacitor won't do anything, we need to navigate the optical ram port!\"}"], ["created_at", "2016-10-07 18:56:51.361578"], ["updated_at", "2016-10-07 18:56:51.361578"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis laboriosam dignissimos voluptatem quo.\",\"body\":\"Use the redundant AI program, then you can generate the wireless pixel!\"}"], ["created_at", "2016-10-07 18:56:51.363877"], ["updated_at", "2016-10-07 18:56:51.363877"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto omnis culpa nam.\",\"body\":\"The XML card is down, copy the bluetooth protocol so we can generate the XML pixel!\"}"], ["created_at", "2016-10-07 18:56:51.368887"], ["updated_at", "2016-10-07 18:56:51.368887"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores qui vitae quia.\",\"body\":\"The PNG microchip is down, program the cross-platform transmitter so we can reboot the SCSI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:51.371266"], ["updated_at", "2016-10-07 18:56:51.371266"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos ab cum dolor.\",\"body\":\"I'll parse the mobile RAM bandwidth, that should pixel the RAM matrix!\"}"], ["created_at", "2016-10-07 18:56:51.372768"], ["updated_at", "2016-10-07 18:56:51.372768"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit ullam libero quibusdam.\",\"body\":\"Use the haptic AGP driver, then you can navigate the neural panel!\"}"], ["created_at", "2016-10-07 18:56:51.374486"], ["updated_at", "2016-10-07 18:56:51.374486"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet cum porro necessitatibus.\",\"body\":\"I'll index the digital FTP monitor, that should driver the XML program!\"}"], ["created_at", "2016-10-07 18:56:51.376653"], ["updated_at", "2016-10-07 18:56:51.376653"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis qui tempore numquam.\",\"body\":\"I'll input the mobile PCI circuit, that should hard drive the SMS program!\"}"], ["created_at", "2016-10-07 18:56:51.379353"], ["updated_at", "2016-10-07 18:56:51.379353"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo consequuntur blanditiis culpa ut.\",\"body\":\"Try to index the HTTP protocol, maybe it will back up the multi-byte interface!\"}"], ["created_at", "2016-10-07 18:56:51.381947"], ["updated_at", "2016-10-07 18:56:51.381947"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aut consequatur necessitatibus et rerum incidunt.\",\"body\":\"The EXE port is down, override the auxiliary matrix so we can quantify the SCSI sensor!\"}"], ["created_at", "2016-10-07 18:56:51.384526"], ["updated_at", "2016-10-07 18:56:51.384526"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint sit saepe magnam aut.\",\"body\":\"The COM port is down, quantify the auxiliary firewall so we can index the SMS monitor!\"}"], ["created_at", "2016-10-07 18:56:51.386889"], ["updated_at", "2016-10-07 18:56:51.386889"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus odit in.\",\"body\":\"Try to connect the PNG circuit, maybe it will calculate the optical system!\"}"], ["created_at", "2016-10-07 18:56:51.388624"], ["updated_at", "2016-10-07 18:56:51.388624"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam autem vero atque debitis et consequuntur.\",\"body\":\"Indexing the capacitor won't do anything, we need to input the optical adp transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.390260"], ["updated_at", "2016-10-07 18:56:51.390260"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique non impedit.\",\"body\":\"Use the mobile SSL matrix, then you can connect the haptic protocol!\"}"], ["created_at", "2016-10-07 18:56:51.392502"], ["updated_at", "2016-10-07 18:56:51.392502"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem quia consequuntur omnis amet.\",\"body\":\"You can't generate the array without programming the mobile AI circuit!\"}"], ["created_at", "2016-10-07 18:56:51.394307"], ["updated_at", "2016-10-07 18:56:51.394307"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus dignissimos eaque possimus aut porro.\",\"body\":\"You can't navigate the panel without generating the online AI pixel!\"}"], ["created_at", "2016-10-07 18:56:51.396440"], ["updated_at", "2016-10-07 18:56:51.396440"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et adipisci iste.\",\"body\":\"Try to parse the TCP feed, maybe it will override the wireless program!\"}"], ["created_at", "2016-10-07 18:56:51.398364"], ["updated_at", "2016-10-07 18:56:51.398364"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe nulla ex voluptatem et ipsum maxime.\",\"body\":\"I'll override the neural IB capacitor, that should microchip the RSS circuit!\"}"], ["created_at", "2016-10-07 18:56:51.400213"], ["updated_at", "2016-10-07 18:56:51.400213"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non cumque omnis.\",\"body\":\"I'll copy the mobile TCP protocol, that should transmitter the SMTP firewall!\"}"], ["created_at", "2016-10-07 18:56:51.401800"], ["updated_at", "2016-10-07 18:56:51.401800"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum est deleniti odio occaecati voluptate molestiae quisquam.\",\"body\":\"You can't navigate the program without connecting the virtual AI circuit!\"}"], ["created_at", "2016-10-07 18:56:51.405594"], ["updated_at", "2016-10-07 18:56:51.405594"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima nihil ut dignissimos ea.\",\"body\":\"The XSS transmitter is down, compress the cross-platform program so we can transmit the HTTP sensor!\"}"], ["created_at", "2016-10-07 18:56:51.407864"], ["updated_at", "2016-10-07 18:56:51.407864"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit accusantium beatae eos inventore deleniti voluptatem.\",\"body\":\"You can't connect the card without programming the neural SMTP protocol!\"}"], ["created_at", "2016-10-07 18:56:51.409475"], ["updated_at", "2016-10-07 18:56:51.409475"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos rerum impedit harum in ut nihil.\",\"body\":\"Quantifying the driver won't do anything, we need to parse the open-source thx monitor!\"}"], ["created_at", "2016-10-07 18:56:51.411079"], ["updated_at", "2016-10-07 18:56:51.411079"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quia eius debitis nihil.\",\"body\":\"I'll override the wireless JBOD bandwidth, that should hard drive the ADP circuit!\"}"], ["created_at", "2016-10-07 18:56:51.413355"], ["updated_at", "2016-10-07 18:56:51.413355"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia fugit tempora accusantium aspernatur beatae enim totam.\",\"body\":\"We need to input the haptic AGP monitor!\"}"], ["created_at", "2016-10-07 18:56:51.417552"], ["updated_at", "2016-10-07 18:56:51.417552"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae aliquam consequatur quo accusantium nobis expedita.\",\"body\":\"The XSS port is down, compress the online monitor so we can program the IB alarm!\"}"], ["created_at", "2016-10-07 18:56:51.419652"], ["updated_at", "2016-10-07 18:56:51.419652"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus ut debitis unde maiores sint aut.\",\"body\":\"The FTP array is down, index the open-source monitor so we can parse the COM driver!\"}"], ["created_at", "2016-10-07 18:56:51.421430"], ["updated_at", "2016-10-07 18:56:51.421430"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium quisquam at.\",\"body\":\"If we program the microchip, we can get to the JBOD driver through the back-end AGP capacitor!\"}"], ["created_at", "2016-10-07 18:56:51.423534"], ["updated_at", "2016-10-07 18:56:51.423534"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque nesciunt suscipit odit.\",\"body\":\"If we navigate the monitor, we can get to the IB circuit through the redundant SSL application!\"}"], ["created_at", "2016-10-07 18:56:51.426234"], ["updated_at", "2016-10-07 18:56:51.426234"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat qui explicabo exercitationem.\",\"body\":\"Quantifying the panel won't do anything, we need to connect the digital tcp protocol!\"}"], ["created_at", "2016-10-07 18:56:51.428759"], ["updated_at", "2016-10-07 18:56:51.428759"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam nostrum harum quod.\",\"body\":\"Use the auxiliary AGP card, then you can copy the 1080p monitor!\"}"], ["created_at", "2016-10-07 18:56:51.431337"], ["updated_at", "2016-10-07 18:56:51.431337"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat voluptatem aspernatur accusantium excepturi voluptas unde.\",\"body\":\"I'll synthesize the multi-byte SMTP firewall, that should bus the SQL application!\"}"], ["created_at", "2016-10-07 18:56:51.435455"], ["updated_at", "2016-10-07 18:56:51.435455"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias eius aliquid voluptatem.\",\"body\":\"The HTTP application is down, generate the haptic panel so we can reboot the TCP monitor!\"}"], ["created_at", "2016-10-07 18:56:51.437862"], ["updated_at", "2016-10-07 18:56:51.437862"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam assumenda velit nobis sit optio et.\",\"body\":\"Try to connect the RAM pixel, maybe it will hack the mobile monitor!\"}"], ["created_at", "2016-10-07 18:56:51.439797"], ["updated_at", "2016-10-07 18:56:51.439797"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus quia et laudantium deserunt.\",\"body\":\"We need to reboot the auxiliary XML firewall!\"}"], ["created_at", "2016-10-07 18:56:51.441757"], ["updated_at", "2016-10-07 18:56:51.441757"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore a nihil.\",\"body\":\"If we connect the array, we can get to the RAM driver through the open-source AI port!\"}"], ["created_at", "2016-10-07 18:56:51.444323"], ["updated_at", "2016-10-07 18:56:51.444323"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id quia sint sunt explicabo.\",\"body\":\"You can't index the interface without indexing the 1080p IB feed!\"}"], ["created_at", "2016-10-07 18:56:51.449004"], ["updated_at", "2016-10-07 18:56:51.449004"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur deleniti vel laboriosam.\",\"body\":\"Try to synthesize the TCP program, maybe it will index the mobile array!\"}"], ["created_at", "2016-10-07 18:56:51.451895"], ["updated_at", "2016-10-07 18:56:51.451895"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit rerum sint est.\",\"body\":\"I'll compress the neural COM microchip, that should feed the SMS driver!\"}"], ["created_at", "2016-10-07 18:56:51.454492"], ["updated_at", "2016-10-07 18:56:51.454492"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui omnis dolorum quibusdam repellat rerum.\",\"body\":\"Bypassing the monitor won't do anything, we need to input the mobile sms hard drive!\"}"], ["created_at", "2016-10-07 18:56:51.457432"], ["updated_at", "2016-10-07 18:56:51.457432"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis voluptatum est atque.\",\"body\":\"I'll compress the optical EXE hard drive, that should pixel the XSS microchip!\"}"], ["created_at", "2016-10-07 18:56:51.461125"], ["updated_at", "2016-10-07 18:56:51.461125"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ratione impedit ex.\",\"body\":\"Try to program the SDD transmitter, maybe it will calculate the optical bus!\"}"], ["created_at", "2016-10-07 18:56:51.462931"], ["updated_at", "2016-10-07 18:56:51.462931"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores qui veritatis enim dolores.\",\"body\":\"Try to parse the PNG matrix, maybe it will compress the 1080p feed!\"}"], ["created_at", "2016-10-07 18:56:51.464450"], ["updated_at", "2016-10-07 18:56:51.464450"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi debitis eveniet.\",\"body\":\"If we hack the microchip, we can get to the HDD feed through the redundant SMS system!\"}"], ["created_at", "2016-10-07 18:56:51.465828"], ["updated_at", "2016-10-07 18:56:51.465828"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus nam excepturi nemo.\",\"body\":\"The THX protocol is down, quantify the online monitor so we can connect the PNG sensor!\"}"], ["created_at", "2016-10-07 18:56:51.467379"], ["updated_at", "2016-10-07 18:56:51.467379"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum omnis itaque assumenda dignissimos.\",\"body\":\"You can't quantify the capacitor without transmitting the optical EXE capacitor!\"}"], ["created_at", "2016-10-07 18:56:51.469133"], ["updated_at", "2016-10-07 18:56:51.469133"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla suscipit ullam aut consequatur.\",\"body\":\"Use the mobile AI microchip, then you can parse the haptic interface!\"}"], ["created_at", "2016-10-07 18:56:51.472391"], ["updated_at", "2016-10-07 18:56:51.472391"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur esse ad.\",\"body\":\"You can't transmit the hard drive without quantifying the haptic JSON application!\"}"], ["created_at", "2016-10-07 18:56:51.476369"], ["updated_at", "2016-10-07 18:56:51.476369"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus eligendi illum et dolor.\",\"body\":\"You can't override the bandwidth without synthesizing the auxiliary RAM feed!\"}"], ["created_at", "2016-10-07 18:56:51.479248"], ["updated_at", "2016-10-07 18:56:51.479248"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit sequi ducimus illo et natus.\",\"body\":\"I'll bypass the multi-byte GB hard drive, that should pixel the EXE array!\"}"], ["created_at", "2016-10-07 18:56:51.482084"], ["updated_at", "2016-10-07 18:56:51.482084"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non maxime dolorem eos.\",\"body\":\"Calculating the program won't do anything, we need to copy the open-source http monitor!\"}"], ["created_at", "2016-10-07 18:56:51.483574"], ["updated_at", "2016-10-07 18:56:51.483574"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur accusantium ipsam sapiente.\",\"body\":\"The SAS feed is down, back up the primary driver so we can hack the GB panel!\"}"], ["created_at", "2016-10-07 18:56:51.485182"], ["updated_at", "2016-10-07 18:56:51.485182"]] SQL (0.6ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora rem voluptatem ab adipisci eligendi.\",\"body\":\"You can't program the bandwidth without hacking the solid state TCP interface!\"}"], ["created_at", "2016-10-07 18:56:51.487595"], ["updated_at", "2016-10-07 18:56:51.487595"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe qui nostrum placeat.\",\"body\":\"You can't synthesize the sensor without generating the neural AI interface!\"}"], ["created_at", "2016-10-07 18:56:51.491663"], ["updated_at", "2016-10-07 18:56:51.491663"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia blanditiis molestias ipsa.\",\"body\":\"Try to calculate the SCSI interface, maybe it will back up the virtual card!\"}"], ["created_at", "2016-10-07 18:56:51.493850"], ["updated_at", "2016-10-07 18:56:51.493850"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab repellendus assumenda.\",\"body\":\"The COM transmitter is down, index the 1080p transmitter so we can index the PCI bus!\"}"], ["created_at", "2016-10-07 18:56:51.496421"], ["updated_at", "2016-10-07 18:56:51.496421"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quia expedita eaque ut fuga molestias facilis.\",\"body\":\"I'll parse the solid state SSL alarm, that should transmitter the USB program!\"}"], ["created_at", "2016-10-07 18:56:51.499385"], ["updated_at", "2016-10-07 18:56:51.499385"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit recusandae sit.\",\"body\":\"If we input the system, we can get to the FTP microchip through the cross-platform PNG interface!\"}"], ["created_at", "2016-10-07 18:56:51.501598"], ["updated_at", "2016-10-07 18:56:51.501598"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem est molestiae atque impedit facilis et.\",\"body\":\"If we input the firewall, we can get to the TCP application through the 1080p EXE circuit!\"}"], ["created_at", "2016-10-07 18:56:51.503627"], ["updated_at", "2016-10-07 18:56:51.503627"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et animi architecto quia sed perspiciatis numquam et.\",\"body\":\"Hacking the hard drive won't do anything, we need to back up the multi-byte http feed!\"}"], ["created_at", "2016-10-07 18:56:51.507801"], ["updated_at", "2016-10-07 18:56:51.507801"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt dicta eum et.\",\"body\":\"Use the cross-platform SAS capacitor, then you can override the open-source transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.509746"], ["updated_at", "2016-10-07 18:56:51.509746"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae provident sequi aut omnis aperiam omnis.\",\"body\":\"We need to compress the multi-byte TCP pixel!\"}"], ["created_at", "2016-10-07 18:56:51.511545"], ["updated_at", "2016-10-07 18:56:51.511545"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis sint nisi.\",\"body\":\"Bypassing the circuit won't do anything, we need to connect the wireless hdd interface!\"}"], ["created_at", "2016-10-07 18:56:51.513549"], ["updated_at", "2016-10-07 18:56:51.513549"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus qui quis amet esse dolorem.\",\"body\":\"You can't navigate the matrix without transmitting the neural HDD bus!\"}"], ["created_at", "2016-10-07 18:56:51.515277"], ["updated_at", "2016-10-07 18:56:51.515277"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat aut doloremque et tenetur autem.\",\"body\":\"Try to compress the XSS circuit, maybe it will hack the open-source application!\"}"], ["created_at", "2016-10-07 18:56:51.516809"], ["updated_at", "2016-10-07 18:56:51.516809"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil sint voluptatem numquam earum.\",\"body\":\"Use the solid state HTTP bus, then you can copy the online pixel!\"}"], ["created_at", "2016-10-07 18:56:51.518348"], ["updated_at", "2016-10-07 18:56:51.518348"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus cum omnis et est et.\",\"body\":\"Use the open-source PCI application, then you can navigate the mobile application!\"}"], ["created_at", "2016-10-07 18:56:51.520393"], ["updated_at", "2016-10-07 18:56:51.520393"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus et quia.\",\"body\":\"If we override the program, we can get to the XML card through the redundant CSS card!\"}"], ["created_at", "2016-10-07 18:56:51.525423"], ["updated_at", "2016-10-07 18:56:51.525423"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quaerat ut sed.\",\"body\":\"I'll transmit the primary SAS bandwidth, that should capacitor the THX card!\"}"], ["created_at", "2016-10-07 18:56:51.528409"], ["updated_at", "2016-10-07 18:56:51.528409"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae reiciendis nemo dolores autem quo qui.\",\"body\":\"You can't generate the bus without bypassing the primary THX firewall!\"}"], ["created_at", "2016-10-07 18:56:51.531044"], ["updated_at", "2016-10-07 18:56:51.531044"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus qui et.\",\"body\":\"We need to back up the primary TCP protocol!\"}"], ["created_at", "2016-10-07 18:56:51.533674"], ["updated_at", "2016-10-07 18:56:51.533674"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem dignissimos et autem sunt.\",\"body\":\"Try to calculate the COM application, maybe it will reboot the auxiliary matrix!\"}"], ["created_at", "2016-10-07 18:56:51.535426"], ["updated_at", "2016-10-07 18:56:51.535426"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor explicabo culpa hic.\",\"body\":\"The ADP protocol is down, parse the haptic port so we can navigate the SCSI panel!\"}"], ["created_at", "2016-10-07 18:56:51.537099"], ["updated_at", "2016-10-07 18:56:51.537099"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi excepturi et optio veniam dolorem est.\",\"body\":\"We need to synthesize the 1080p TCP protocol!\"}"], ["created_at", "2016-10-07 18:56:51.540894"], ["updated_at", "2016-10-07 18:56:51.540894"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis nihil voluptas vel labore quibusdam omnis.\",\"body\":\"I'll copy the virtual SSL capacitor, that should circuit the JSON microchip!\"}"], ["created_at", "2016-10-07 18:56:51.542454"], ["updated_at", "2016-10-07 18:56:51.542454"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos suscipit qui et vel commodi sint.\",\"body\":\"I'll quantify the 1080p HTTP sensor, that should interface the SCSI firewall!\"}"], ["created_at", "2016-10-07 18:56:51.543850"], ["updated_at", "2016-10-07 18:56:51.543850"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas aut aut voluptatem mollitia minima et.\",\"body\":\"If we calculate the system, we can get to the SMS bandwidth through the mobile ADP program!\"}"], ["created_at", "2016-10-07 18:56:51.545372"], ["updated_at", "2016-10-07 18:56:51.545372"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero dolores expedita.\",\"body\":\"Try to synthesize the GB hard drive, maybe it will input the solid state protocol!\"}"], ["created_at", "2016-10-07 18:56:51.547478"], ["updated_at", "2016-10-07 18:56:51.547478"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti aliquid ullam possimus ex.\",\"body\":\"We need to transmit the wireless PNG transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.549700"], ["updated_at", "2016-10-07 18:56:51.549700"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint ea maiores vel voluptate.\",\"body\":\"Use the auxiliary ADP system, then you can copy the back-end alarm!\"}"], ["created_at", "2016-10-07 18:56:51.551096"], ["updated_at", "2016-10-07 18:56:51.551096"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam quo qui.\",\"body\":\"The SDD monitor is down, parse the mobile capacitor so we can hack the HDD application!\"}"], ["created_at", "2016-10-07 18:56:51.552421"], ["updated_at", "2016-10-07 18:56:51.552421"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus et odio eos molestiae illum.\",\"body\":\"I'll calculate the bluetooth AGP microchip, that should protocol the RAM system!\"}"], ["created_at", "2016-10-07 18:56:51.554246"], ["updated_at", "2016-10-07 18:56:51.554246"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolorum voluptas enim fugit.\",\"body\":\"If we compress the transmitter, we can get to the EXE bandwidth through the redundant SQL circuit!\"}"], ["created_at", "2016-10-07 18:56:51.557881"], ["updated_at", "2016-10-07 18:56:51.557881"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est a laudantium quo voluptatibus aut consequatur.\",\"body\":\"Indexing the port won't do anything, we need to program the bluetooth sms transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.559304"], ["updated_at", "2016-10-07 18:56:51.559304"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum omnis voluptate illo amet consequatur ut ut.\",\"body\":\"Compressing the matrix won't do anything, we need to calculate the primary json capacitor!\"}"], ["created_at", "2016-10-07 18:56:51.560627"], ["updated_at", "2016-10-07 18:56:51.560627"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti vel veniam non aut.\",\"body\":\"You can't transmit the protocol without copying the primary RSS driver!\"}"], ["created_at", "2016-10-07 18:56:51.562039"], ["updated_at", "2016-10-07 18:56:51.562039"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptates non recusandae unde et.\",\"body\":\"The SDD firewall is down, hack the wireless transmitter so we can synthesize the RSS program!\"}"], ["created_at", "2016-10-07 18:56:51.563898"], ["updated_at", "2016-10-07 18:56:51.563898"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia harum sunt quibusdam.\",\"body\":\"Connecting the bandwidth won't do anything, we need to hack the redundant json alarm!\"}"], ["created_at", "2016-10-07 18:56:51.566360"], ["updated_at", "2016-10-07 18:56:51.566360"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente eum pariatur ab reprehenderit.\",\"body\":\"We need to quantify the open-source SMS circuit!\"}"], ["created_at", "2016-10-07 18:56:51.568478"], ["updated_at", "2016-10-07 18:56:51.568478"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur qui occaecati rem.\",\"body\":\"I'll override the solid state SAS capacitor, that should array the HTTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:51.569955"], ["updated_at", "2016-10-07 18:56:51.569955"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut deserunt dolor ut.\",\"body\":\"Copying the capacitor won't do anything, we need to compress the neural ib system!\"}"], ["created_at", "2016-10-07 18:56:51.572470"], ["updated_at", "2016-10-07 18:56:51.572470"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut consequatur qui sit amet at.\",\"body\":\"Try to calculate the SCSI interface, maybe it will back up the open-source firewall!\"}"], ["created_at", "2016-10-07 18:56:51.575917"], ["updated_at", "2016-10-07 18:56:51.575917"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati alias ab et ullam similique quod.\",\"body\":\"We need to copy the haptic XML array!\"}"], ["created_at", "2016-10-07 18:56:51.577907"], ["updated_at", "2016-10-07 18:56:51.577907"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident quia qui culpa.\",\"body\":\"If we reboot the protocol, we can get to the JSON matrix through the mobile TCP firewall!\"}"], ["created_at", "2016-10-07 18:56:51.580082"], ["updated_at", "2016-10-07 18:56:51.580082"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda architecto quibusdam explicabo at expedita autem veniam.\",\"body\":\"If we input the card, we can get to the COM program through the 1080p RSS application!\"}"], ["created_at", "2016-10-07 18:56:51.581752"], ["updated_at", "2016-10-07 18:56:51.581752"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et adipisci enim quibusdam.\",\"body\":\"Copying the capacitor won't do anything, we need to synthesize the open-source png microchip!\"}"], ["created_at", "2016-10-07 18:56:51.583697"], ["updated_at", "2016-10-07 18:56:51.583697"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet aut officia voluptatem odit nihil non.\",\"body\":\"You can't transmit the bus without transmitting the virtual AI monitor!\"}"], ["created_at", "2016-10-07 18:56:51.585803"], ["updated_at", "2016-10-07 18:56:51.585803"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias qui in.\",\"body\":\"Try to connect the SAS sensor, maybe it will navigate the 1080p bandwidth!\"}"], ["created_at", "2016-10-07 18:56:51.588136"], ["updated_at", "2016-10-07 18:56:51.588136"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint fugit voluptatem repellendus minima odit.\",\"body\":\"If we index the bus, we can get to the HDD bandwidth through the wireless RSS application!\"}"], ["created_at", "2016-10-07 18:56:51.589659"], ["updated_at", "2016-10-07 18:56:51.589659"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor delectus sed esse debitis.\",\"body\":\"You can't hack the monitor without overriding the back-end RAM bandwidth!\"}"], ["created_at", "2016-10-07 18:56:51.591638"], ["updated_at", "2016-10-07 18:56:51.591638"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim eius voluptates temporibus dolor tempore officiis.\",\"body\":\"The THX panel is down, back up the cross-platform protocol so we can navigate the COM panel!\"}"], ["created_at", "2016-10-07 18:56:51.593406"], ["updated_at", "2016-10-07 18:56:51.593406"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde aliquid illum est iste fugit non voluptatem.\",\"body\":\"Overriding the interface won't do anything, we need to index the auxiliary rss interface!\"}"], ["created_at", "2016-10-07 18:56:51.595743"], ["updated_at", "2016-10-07 18:56:51.595743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente ut expedita est.\",\"body\":\"We need to input the 1080p SAS capacitor!\"}"], ["created_at", "2016-10-07 18:56:51.597006"], ["updated_at", "2016-10-07 18:56:51.597006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi pariatur dolore dolorem odio sequi doloremque.\",\"body\":\"The SAS matrix is down, reboot the wireless hard drive so we can parse the JBOD feed!\"}"], ["created_at", "2016-10-07 18:56:51.597919"], ["updated_at", "2016-10-07 18:56:51.597919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et laudantium corrupti quia magni in rem.\",\"body\":\"We need to navigate the bluetooth THX alarm!\"}"], ["created_at", "2016-10-07 18:56:51.598858"], ["updated_at", "2016-10-07 18:56:51.598858"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis excepturi ut minus et.\",\"body\":\"The PCI monitor is down, parse the mobile bus so we can quantify the SMS panel!\"}"], ["created_at", "2016-10-07 18:56:51.599761"], ["updated_at", "2016-10-07 18:56:51.599761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum excepturi nulla facilis.\",\"body\":\"We need to override the online AGP circuit!\"}"], ["created_at", "2016-10-07 18:56:51.600636"], ["updated_at", "2016-10-07 18:56:51.600636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam vel a incidunt.\",\"body\":\"You can't transmit the port without programming the solid state SCSI firewall!\"}"], ["created_at", "2016-10-07 18:56:51.601528"], ["updated_at", "2016-10-07 18:56:51.601528"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero earum quia voluptas sunt.\",\"body\":\"We need to compress the mobile SMTP system!\"}"], ["created_at", "2016-10-07 18:56:51.602710"], ["updated_at", "2016-10-07 18:56:51.602710"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod aspernatur vel molestiae in sint.\",\"body\":\"If we hack the sensor, we can get to the SSL microchip through the virtual ADP microchip!\"}"], ["created_at", "2016-10-07 18:56:51.605226"], ["updated_at", "2016-10-07 18:56:51.605226"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia optio nemo alias modi dignissimos.\",\"body\":\"Backing up the array won't do anything, we need to parse the cross-platform css port!\"}"], ["created_at", "2016-10-07 18:56:51.606899"], ["updated_at", "2016-10-07 18:56:51.606899"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis aut itaque consequatur quae distinctio rerum.\",\"body\":\"Use the optical SDD program, then you can connect the 1080p bus!\"}"], ["created_at", "2016-10-07 18:56:51.608360"], ["updated_at", "2016-10-07 18:56:51.608360"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod quae sed.\",\"body\":\"Try to override the RSS monitor, maybe it will transmit the primary pixel!\"}"], ["created_at", "2016-10-07 18:56:51.611436"], ["updated_at", "2016-10-07 18:56:51.611436"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam pariatur dolorem.\",\"body\":\"The GB protocol is down, synthesize the wireless bus so we can connect the XSS program!\"}"], ["created_at", "2016-10-07 18:56:51.612782"], ["updated_at", "2016-10-07 18:56:51.612782"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In provident est voluptatem iure sed.\",\"body\":\"We need to parse the online XSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.615345"], ["updated_at", "2016-10-07 18:56:51.615345"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis et velit delectus provident rerum.\",\"body\":\"We need to synthesize the primary HDD interface!\"}"], ["created_at", "2016-10-07 18:56:51.617111"], ["updated_at", "2016-10-07 18:56:51.617111"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error corporis vel.\",\"body\":\"Use the bluetooth SQL panel, then you can bypass the 1080p driver!\"}"], ["created_at", "2016-10-07 18:56:51.619155"], ["updated_at", "2016-10-07 18:56:51.619155"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit minima dolorem magnam porro mollitia quo ut.\",\"body\":\"If we calculate the interface, we can get to the SQL driver through the digital TCP system!\"}"], ["created_at", "2016-10-07 18:56:51.621393"], ["updated_at", "2016-10-07 18:56:51.621393"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati consectetur ut sint molestiae ipsam quae sit.\",\"body\":\"Use the mobile RSS sensor, then you can connect the bluetooth bus!\"}"], ["created_at", "2016-10-07 18:56:51.624200"], ["updated_at", "2016-10-07 18:56:51.624200"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque incidunt repellat cumque aut assumenda sit quo.\",\"body\":\"Programming the interface won't do anything, we need to reboot the digital json monitor!\"}"], ["created_at", "2016-10-07 18:56:51.626093"], ["updated_at", "2016-10-07 18:56:51.626093"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste qui et vero cupiditate voluptatem veniam.\",\"body\":\"If we reboot the card, we can get to the PCI array through the open-source CSS panel!\"}"], ["created_at", "2016-10-07 18:56:51.629696"], ["updated_at", "2016-10-07 18:56:51.629696"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil cumque vel eum eum non.\",\"body\":\"If we hack the program, we can get to the HTTP card through the back-end RAM bus!\"}"], ["created_at", "2016-10-07 18:56:51.632298"], ["updated_at", "2016-10-07 18:56:51.632298"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis nostrum laboriosam ea.\",\"body\":\"The AI array is down, override the solid state circuit so we can transmit the PCI alarm!\"}"], ["created_at", "2016-10-07 18:56:51.634247"], ["updated_at", "2016-10-07 18:56:51.634247"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam voluptatum voluptatem aut dolore accusamus nisi.\",\"body\":\"You can't synthesize the interface without compressing the back-end SSL system!\"}"], ["created_at", "2016-10-07 18:56:51.636111"], ["updated_at", "2016-10-07 18:56:51.636111"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate expedita est.\",\"body\":\"If we calculate the pixel, we can get to the SCSI monitor through the multi-byte TCP monitor!\"}"], ["created_at", "2016-10-07 18:56:51.637830"], ["updated_at", "2016-10-07 18:56:51.637830"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis aliquam non.\",\"body\":\"Transmitting the pixel won't do anything, we need to hack the auxiliary com pixel!\"}"], ["created_at", "2016-10-07 18:56:51.639725"], ["updated_at", "2016-10-07 18:56:51.639725"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta iure quidem aut nisi nihil.\",\"body\":\"Indexing the bus won't do anything, we need to index the virtual xml hard drive!\"}"], ["created_at", "2016-10-07 18:56:51.641143"], ["updated_at", "2016-10-07 18:56:51.641143"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni in blanditiis.\",\"body\":\"The EXE feed is down, parse the optical feed so we can override the AGP capacitor!\"}"], ["created_at", "2016-10-07 18:56:51.642207"], ["updated_at", "2016-10-07 18:56:51.642207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem molestiae et.\",\"body\":\"You can't synthesize the interface without calculating the neural HTTP card!\"}"], ["created_at", "2016-10-07 18:56:51.643309"], ["updated_at", "2016-10-07 18:56:51.643309"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis minus sunt provident omnis.\",\"body\":\"Try to connect the AI capacitor, maybe it will bypass the solid state port!\"}"], ["created_at", "2016-10-07 18:56:51.644220"], ["updated_at", "2016-10-07 18:56:51.644220"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et possimus autem libero rerum laudantium numquam accusamus.\",\"body\":\"I'll reboot the haptic HDD driver, that should application the JSON program!\"}"], ["created_at", "2016-10-07 18:56:51.645211"], ["updated_at", "2016-10-07 18:56:51.645211"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi blanditiis voluptates debitis tempore.\",\"body\":\"The JSON bandwidth is down, generate the neural matrix so we can compress the AI firewall!\"}"], ["created_at", "2016-10-07 18:56:51.648854"], ["updated_at", "2016-10-07 18:56:51.648854"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti nihil dolore placeat consequatur.\",\"body\":\"You can't hack the pixel without copying the virtual EXE panel!\"}"], ["created_at", "2016-10-07 18:56:51.651101"], ["updated_at", "2016-10-07 18:56:51.651101"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia aliquid voluptas.\",\"body\":\"Hacking the feed won't do anything, we need to navigate the 1080p http capacitor!\"}"], ["created_at", "2016-10-07 18:56:51.653072"], ["updated_at", "2016-10-07 18:56:51.653072"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam aut et.\",\"body\":\"Try to override the SSL microchip, maybe it will input the online program!\"}"], ["created_at", "2016-10-07 18:56:51.655448"], ["updated_at", "2016-10-07 18:56:51.655448"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur fugit et.\",\"body\":\"Use the auxiliary JSON program, then you can parse the mobile application!\"}"], ["created_at", "2016-10-07 18:56:51.656996"], ["updated_at", "2016-10-07 18:56:51.656996"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate autem nam amet.\",\"body\":\"Synthesizing the feed won't do anything, we need to synthesize the primary pci transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.658431"], ["updated_at", "2016-10-07 18:56:51.658431"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet qui laboriosam ut temporibus dolor cupiditate ut.\",\"body\":\"We need to synthesize the solid state IB system!\"}"], ["created_at", "2016-10-07 18:56:51.659558"], ["updated_at", "2016-10-07 18:56:51.659558"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione voluptas officia totam eveniet veniam.\",\"body\":\"The USB alarm is down, program the optical matrix so we can navigate the RSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:51.660525"], ["updated_at", "2016-10-07 18:56:51.660525"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi hic atque.\",\"body\":\"I'll hack the auxiliary PNG circuit, that should panel the PCI matrix!\"}"], ["created_at", "2016-10-07 18:56:51.661469"], ["updated_at", "2016-10-07 18:56:51.661469"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit hic quia.\",\"body\":\"Try to program the TCP capacitor, maybe it will hack the online card!\"}"], ["created_at", "2016-10-07 18:56:51.662952"], ["updated_at", "2016-10-07 18:56:51.662952"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia molestiae necessitatibus magnam.\",\"body\":\"We need to copy the auxiliary AI array!\"}"], ["created_at", "2016-10-07 18:56:51.667337"], ["updated_at", "2016-10-07 18:56:51.667337"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur dolorem at deleniti vel itaque quos ducimus.\",\"body\":\"Try to calculate the HTTP bus, maybe it will navigate the digital monitor!\"}"], ["created_at", "2016-10-07 18:56:51.668679"], ["updated_at", "2016-10-07 18:56:51.668679"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At officiis et corrupti libero sint porro et.\",\"body\":\"I'll bypass the bluetooth SAS card, that should panel the IB driver!\"}"], ["created_at", "2016-10-07 18:56:51.669856"], ["updated_at", "2016-10-07 18:56:51.669856"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A aliquid est repellat sit ut.\",\"body\":\"If we back up the bandwidth, we can get to the HDD monitor through the virtual SAS hard drive!\"}"], ["created_at", "2016-10-07 18:56:51.670860"], ["updated_at", "2016-10-07 18:56:51.670860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione aut et ut et.\",\"body\":\"We need to index the haptic PNG interface!\"}"], ["created_at", "2016-10-07 18:56:51.671767"], ["updated_at", "2016-10-07 18:56:51.671767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium exercitationem similique quam quia dolore.\",\"body\":\"Try to index the SSL transmitter, maybe it will copy the haptic driver!\"}"], ["created_at", "2016-10-07 18:56:51.672690"], ["updated_at", "2016-10-07 18:56:51.672690"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In qui quo ut dignissimos et nobis non.\",\"body\":\"Try to transmit the ADP panel, maybe it will quantify the open-source system!\"}"], ["created_at", "2016-10-07 18:56:51.673607"], ["updated_at", "2016-10-07 18:56:51.673607"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde eveniet labore est necessitatibus omnis.\",\"body\":\"If we connect the circuit, we can get to the SSL pixel through the optical THX application!\"}"], ["created_at", "2016-10-07 18:56:51.674586"], ["updated_at", "2016-10-07 18:56:51.674586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias aliquam rem accusamus.\",\"body\":\"The COM array is down, bypass the haptic transmitter so we can navigate the SDD pixel!\"}"], ["created_at", "2016-10-07 18:56:51.675657"], ["updated_at", "2016-10-07 18:56:51.675657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum accusantium rerum.\",\"body\":\"Use the mobile SMS array, then you can transmit the online system!\"}"], ["created_at", "2016-10-07 18:56:51.676627"], ["updated_at", "2016-10-07 18:56:51.676627"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et inventore magni incidunt et voluptatum autem.\",\"body\":\"If we index the program, we can get to the HDD bandwidth through the digital XSS firewall!\"}"], ["created_at", "2016-10-07 18:56:51.677549"], ["updated_at", "2016-10-07 18:56:51.677549"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit ut incidunt et aut ullam at voluptas.\",\"body\":\"Use the back-end SMS driver, then you can calculate the wireless application!\"}"], ["created_at", "2016-10-07 18:56:51.678632"], ["updated_at", "2016-10-07 18:56:51.678632"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut vero dignissimos.\",\"body\":\"I'll reboot the solid state HTTP system, that should panel the USB circuit!\"}"], ["created_at", "2016-10-07 18:56:51.681891"], ["updated_at", "2016-10-07 18:56:51.681891"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae velit provident eius.\",\"body\":\"You can't back up the system without copying the mobile JSON bandwidth!\"}"], ["created_at", "2016-10-07 18:56:51.684121"], ["updated_at", "2016-10-07 18:56:51.684121"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur veniam ea est mollitia sed.\",\"body\":\"Bypassing the circuit won't do anything, we need to hack the multi-byte xss panel!\"}"], ["created_at", "2016-10-07 18:56:51.685186"], ["updated_at", "2016-10-07 18:56:51.685186"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur eos non.\",\"body\":\"Try to index the AI port, maybe it will copy the 1080p array!\"}"], ["created_at", "2016-10-07 18:56:51.686166"], ["updated_at", "2016-10-07 18:56:51.686166"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dolores commodi dicta nesciunt beatae corrupti aspernatur.\",\"body\":\"Try to reboot the SQL card, maybe it will compress the solid state matrix!\"}"], ["created_at", "2016-10-07 18:56:51.687187"], ["updated_at", "2016-10-07 18:56:51.687187"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos modi aliquam sunt aspernatur sed.\",\"body\":\"We need to input the online SDD circuit!\"}"], ["created_at", "2016-10-07 18:56:51.688234"], ["updated_at", "2016-10-07 18:56:51.688234"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid deserunt sed sed.\",\"body\":\"You can't copy the sensor without overriding the redundant SAS microchip!\"}"], ["created_at", "2016-10-07 18:56:51.689211"], ["updated_at", "2016-10-07 18:56:51.689211"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat non dolorem.\",\"body\":\"We need to copy the wireless COM transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.690103"], ["updated_at", "2016-10-07 18:56:51.690103"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit id quo dolore.\",\"body\":\"I'll bypass the back-end GB circuit, that should monitor the AGP interface!\"}"], ["created_at", "2016-10-07 18:56:51.691001"], ["updated_at", "2016-10-07 18:56:51.691001"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis sequi alias enim ea reprehenderit.\",\"body\":\"You can't index the feed without copying the wireless TCP feed!\"}"], ["created_at", "2016-10-07 18:56:51.691990"], ["updated_at", "2016-10-07 18:56:51.691990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias laudantium et officiis nisi est repudiandae facilis.\",\"body\":\"Try to reboot the HDD port, maybe it will override the auxiliary feed!\"}"], ["created_at", "2016-10-07 18:56:51.693046"], ["updated_at", "2016-10-07 18:56:51.693046"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui suscipit sit nihil.\",\"body\":\"The GB alarm is down, reboot the bluetooth bandwidth so we can quantify the ADP array!\"}"], ["created_at", "2016-10-07 18:56:51.693992"], ["updated_at", "2016-10-07 18:56:51.693992"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum cupiditate placeat officiis sapiente.\",\"body\":\"Overriding the circuit won't do anything, we need to input the wireless smtp sensor!\"}"], ["created_at", "2016-10-07 18:56:51.694946"], ["updated_at", "2016-10-07 18:56:51.694946"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa illum soluta delectus voluptatem eius deleniti voluptatibus.\",\"body\":\"Use the cross-platform RSS card, then you can quantify the redundant hard drive!\"}"], ["created_at", "2016-10-07 18:56:51.697390"], ["updated_at", "2016-10-07 18:56:51.697390"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius voluptate ut accusantium at itaque.\",\"body\":\"You can't back up the capacitor without quantifying the multi-byte HTTP protocol!\"}"], ["created_at", "2016-10-07 18:56:51.700412"], ["updated_at", "2016-10-07 18:56:51.700412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea cum mollitia aut veniam sit quibusdam.\",\"body\":\"We need to override the bluetooth SDD pixel!\"}"], ["created_at", "2016-10-07 18:56:51.701724"], ["updated_at", "2016-10-07 18:56:51.701724"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ut sit consequatur sit maxime molestias.\",\"body\":\"Use the cross-platform SMS feed, then you can quantify the haptic matrix!\"}"], ["created_at", "2016-10-07 18:56:51.702775"], ["updated_at", "2016-10-07 18:56:51.702775"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut assumenda velit et repellat sapiente quia voluptate.\",\"body\":\"Transmitting the alarm won't do anything, we need to quantify the mobile http circuit!\"}"], ["created_at", "2016-10-07 18:56:51.703713"], ["updated_at", "2016-10-07 18:56:51.703713"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quis enim.\",\"body\":\"Try to compress the JBOD hard drive, maybe it will override the open-source port!\"}"], ["created_at", "2016-10-07 18:56:51.704639"], ["updated_at", "2016-10-07 18:56:51.704639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat consectetur magni ea voluptatem.\",\"body\":\"We need to copy the virtual COM matrix!\"}"], ["created_at", "2016-10-07 18:56:51.705559"], ["updated_at", "2016-10-07 18:56:51.705559"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos iure neque velit molestiae.\",\"body\":\"You can't program the feed without backing up the haptic PNG pixel!\"}"], ["created_at", "2016-10-07 18:56:51.706499"], ["updated_at", "2016-10-07 18:56:51.706499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis qui eos culpa.\",\"body\":\"I'll parse the wireless SSL feed, that should monitor the USB microchip!\"}"], ["created_at", "2016-10-07 18:56:51.707554"], ["updated_at", "2016-10-07 18:56:51.707554"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum aut molestiae voluptatem.\",\"body\":\"The JBOD system is down, transmit the auxiliary interface so we can input the ADP circuit!\"}"], ["created_at", "2016-10-07 18:56:51.708619"], ["updated_at", "2016-10-07 18:56:51.708619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia eveniet aliquid sunt repudiandae.\",\"body\":\"I'll hack the bluetooth USB monitor, that should application the SSL array!\"}"], ["created_at", "2016-10-07 18:56:51.709691"], ["updated_at", "2016-10-07 18:56:51.709691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo et nam aut excepturi.\",\"body\":\"You can't navigate the alarm without calculating the digital FTP system!\"}"], ["created_at", "2016-10-07 18:56:51.710715"], ["updated_at", "2016-10-07 18:56:51.710715"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni et dolores fuga libero doloribus qui saepe.\",\"body\":\"I'll navigate the haptic HDD hard drive, that should bandwidth the SAS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:51.722975"], ["updated_at", "2016-10-07 18:56:51.722975"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque sit aliquid consequatur sint amet.\",\"body\":\"You can't reboot the firewall without backing up the bluetooth RSS application!\"}"], ["created_at", "2016-10-07 18:56:51.724152"], ["updated_at", "2016-10-07 18:56:51.724152"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem nesciunt consequuntur voluptatibus.\",\"body\":\"If we generate the pixel, we can get to the ADP capacitor through the optical AGP alarm!\"}"], ["created_at", "2016-10-07 18:56:51.725216"], ["updated_at", "2016-10-07 18:56:51.725216"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit qui eius facilis deleniti rem.\",\"body\":\"The XML panel is down, index the bluetooth hard drive so we can connect the SQL transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.726202"], ["updated_at", "2016-10-07 18:56:51.726202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam aliquid ad laboriosam asperiores est porro possimus.\",\"body\":\"The SAS panel is down, program the digital circuit so we can program the GB feed!\"}"], ["created_at", "2016-10-07 18:56:51.727220"], ["updated_at", "2016-10-07 18:56:51.727220"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui recusandae atque qui voluptates non.\",\"body\":\"Use the digital IB system, then you can compress the optical protocol!\"}"], ["created_at", "2016-10-07 18:56:51.728280"], ["updated_at", "2016-10-07 18:56:51.728280"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem accusantium voluptatem a tenetur quia sed enim.\",\"body\":\"If we synthesize the system, we can get to the THX pixel through the neural AGP protocol!\"}"], ["created_at", "2016-10-07 18:56:51.731106"], ["updated_at", "2016-10-07 18:56:51.731106"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quae recusandae.\",\"body\":\"Hacking the alarm won't do anything, we need to navigate the bluetooth json microchip!\"}"], ["created_at", "2016-10-07 18:56:51.733887"], ["updated_at", "2016-10-07 18:56:51.733887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum commodi exercitationem aut esse et reiciendis ea.\",\"body\":\"Copying the alarm won't do anything, we need to parse the redundant xml capacitor!\"}"], ["created_at", "2016-10-07 18:56:51.735106"], ["updated_at", "2016-10-07 18:56:51.735106"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id saepe voluptate sint expedita.\",\"body\":\"The PNG protocol is down, bypass the redundant matrix so we can program the XSS protocol!\"}"], ["created_at", "2016-10-07 18:56:51.736184"], ["updated_at", "2016-10-07 18:56:51.736184"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores cupiditate repellat rerum repellendus nam et.\",\"body\":\"You can't parse the array without copying the mobile HDD bus!\"}"], ["created_at", "2016-10-07 18:56:51.737133"], ["updated_at", "2016-10-07 18:56:51.737133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea consequatur culpa totam dolore qui facere.\",\"body\":\"Try to back up the COM transmitter, maybe it will calculate the wireless program!\"}"], ["created_at", "2016-10-07 18:56:51.738053"], ["updated_at", "2016-10-07 18:56:51.738053"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa cumque iure natus.\",\"body\":\"If we transmit the transmitter, we can get to the SSL matrix through the open-source SMS panel!\"}"], ["created_at", "2016-10-07 18:56:51.738986"], ["updated_at", "2016-10-07 18:56:51.738986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla adipisci nam deserunt rerum exercitationem.\",\"body\":\"You can't program the hard drive without parsing the optical XSS feed!\"}"], ["created_at", "2016-10-07 18:56:51.739906"], ["updated_at", "2016-10-07 18:56:51.739906"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore explicabo occaecati consequatur debitis ut aperiam.\",\"body\":\"You can't index the application without transmitting the virtual XSS hard drive!\"}"], ["created_at", "2016-10-07 18:56:51.740860"], ["updated_at", "2016-10-07 18:56:51.740860"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis et hic dolorem et ratione eligendi.\",\"body\":\"Try to navigate the GB card, maybe it will override the wireless transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.741983"], ["updated_at", "2016-10-07 18:56:51.741983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi minus alias dolore dolores.\",\"body\":\"The HDD bus is down, back up the optical port so we can override the GB card!\"}"], ["created_at", "2016-10-07 18:56:51.743027"], ["updated_at", "2016-10-07 18:56:51.743027"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut qui sed ea sequi.\",\"body\":\"Programming the alarm won't do anything, we need to parse the neural hdd capacitor!\"}"], ["created_at", "2016-10-07 18:56:51.744003"], ["updated_at", "2016-10-07 18:56:51.744003"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim et et.\",\"body\":\"If we parse the program, we can get to the RAM monitor through the optical ADP driver!\"}"], ["created_at", "2016-10-07 18:56:51.744897"], ["updated_at", "2016-10-07 18:56:51.744897"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vel consectetur.\",\"body\":\"Try to compress the SMTP sensor, maybe it will input the cross-platform monitor!\"}"], ["created_at", "2016-10-07 18:56:51.747425"], ["updated_at", "2016-10-07 18:56:51.747425"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse commodi reiciendis.\",\"body\":\"You can't override the driver without connecting the solid state SAS feed!\"}"], ["created_at", "2016-10-07 18:56:51.750035"], ["updated_at", "2016-10-07 18:56:51.750035"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ullam id eos architecto maiores cupiditate autem.\",\"body\":\"I'll hack the open-source SQL array, that should panel the SDD circuit!\"}"], ["created_at", "2016-10-07 18:56:51.751600"], ["updated_at", "2016-10-07 18:56:51.751600"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos voluptatum ut voluptas.\",\"body\":\"The SQL transmitter is down, hack the mobile driver so we can connect the SQL capacitor!\"}"], ["created_at", "2016-10-07 18:56:51.752670"], ["updated_at", "2016-10-07 18:56:51.752670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod blanditiis molestiae et.\",\"body\":\"The XSS alarm is down, navigate the primary monitor so we can hack the SSL port!\"}"], ["created_at", "2016-10-07 18:56:51.753689"], ["updated_at", "2016-10-07 18:56:51.753689"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit ut nesciunt deleniti blanditiis sint ratione.\",\"body\":\"Hacking the matrix won't do anything, we need to hack the mobile smtp bandwidth!\"}"], ["created_at", "2016-10-07 18:56:51.754705"], ["updated_at", "2016-10-07 18:56:51.754705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi a eum nostrum est et.\",\"body\":\"The IB driver is down, connect the multi-byte circuit so we can parse the IB array!\"}"], ["created_at", "2016-10-07 18:56:51.755679"], ["updated_at", "2016-10-07 18:56:51.755679"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo et itaque velit ut sit qui qui.\",\"body\":\"Use the virtual IB system, then you can program the online driver!\"}"], ["created_at", "2016-10-07 18:56:51.756670"], ["updated_at", "2016-10-07 18:56:51.756670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut molestiae nisi molestias eum est aut.\",\"body\":\"We need to override the cross-platform RAM microchip!\"}"], ["created_at", "2016-10-07 18:56:51.757674"], ["updated_at", "2016-10-07 18:56:51.757674"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum nisi necessitatibus quaerat dolor sequi molestiae.\",\"body\":\"You can't override the port without indexing the auxiliary SMS card!\"}"], ["created_at", "2016-10-07 18:56:51.758739"], ["updated_at", "2016-10-07 18:56:51.758739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos illum saepe nihil in mollitia a.\",\"body\":\"I'll program the virtual PNG system, that should pixel the EXE transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.759710"], ["updated_at", "2016-10-07 18:56:51.759710"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim libero omnis commodi laboriosam dolores.\",\"body\":\"Try to reboot the SDD driver, maybe it will bypass the mobile port!\"}"], ["created_at", "2016-10-07 18:56:51.760651"], ["updated_at", "2016-10-07 18:56:51.760651"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias vero quae mollitia animi nulla molestiae.\",\"body\":\"You can't calculate the driver without indexing the online IB array!\"}"], ["created_at", "2016-10-07 18:56:51.761562"], ["updated_at", "2016-10-07 18:56:51.761562"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur adipisci eum ut.\",\"body\":\"If we override the system, we can get to the SQL panel through the multi-byte SMS microchip!\"}"], ["created_at", "2016-10-07 18:56:51.763966"], ["updated_at", "2016-10-07 18:56:51.763966"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia dolore ea fuga enim adipisci alias eveniet.\",\"body\":\"The SAS interface is down, quantify the back-end bus so we can back up the SCSI microchip!\"}"], ["created_at", "2016-10-07 18:56:51.766573"], ["updated_at", "2016-10-07 18:56:51.766573"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque vel nobis molestiae aliquid non.\",\"body\":\"The TCP firewall is down, hack the online bus so we can compress the XML sensor!\"}"], ["created_at", "2016-10-07 18:56:51.767971"], ["updated_at", "2016-10-07 18:56:51.767971"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam velit voluptatem expedita consequatur cum aut quis.\",\"body\":\"The SDD bus is down, copy the virtual application so we can override the PCI bus!\"}"], ["created_at", "2016-10-07 18:56:51.769285"], ["updated_at", "2016-10-07 18:56:51.769285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et pariatur non.\",\"body\":\"Try to input the JBOD feed, maybe it will compress the solid state alarm!\"}"], ["created_at", "2016-10-07 18:56:51.770514"], ["updated_at", "2016-10-07 18:56:51.770514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia placeat autem voluptatum ratione laborum.\",\"body\":\"If we parse the hard drive, we can get to the AI bandwidth through the 1080p THX card!\"}"], ["created_at", "2016-10-07 18:56:51.771459"], ["updated_at", "2016-10-07 18:56:51.771459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut distinctio est ipsam.\",\"body\":\"You can't synthesize the microchip without generating the redundant XSS bus!\"}"], ["created_at", "2016-10-07 18:56:51.772411"], ["updated_at", "2016-10-07 18:56:51.772411"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At illum perferendis in dolor quibusdam.\",\"body\":\"Try to calculate the SMTP matrix, maybe it will back up the primary feed!\"}"], ["created_at", "2016-10-07 18:56:51.773353"], ["updated_at", "2016-10-07 18:56:51.773353"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae aut alias in ut.\",\"body\":\"I'll program the primary SMTP array, that should alarm the JBOD driver!\"}"], ["created_at", "2016-10-07 18:56:51.774288"], ["updated_at", "2016-10-07 18:56:51.774288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere omnis quod aut perspiciatis.\",\"body\":\"Use the optical COM microchip, then you can hack the online port!\"}"], ["created_at", "2016-10-07 18:56:51.775417"], ["updated_at", "2016-10-07 18:56:51.775417"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem minus illo tenetur.\",\"body\":\"I'll index the virtual IB panel, that should bus the USB matrix!\"}"], ["created_at", "2016-10-07 18:56:51.776460"], ["updated_at", "2016-10-07 18:56:51.776460"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum enim assumenda perferendis architecto non consequatur quia.\",\"body\":\"Use the digital SQL transmitter, then you can input the online pixel!\"}"], ["created_at", "2016-10-07 18:56:51.777418"], ["updated_at", "2016-10-07 18:56:51.777418"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci beatae aut aut harum quis.\",\"body\":\"Backing up the transmitter won't do anything, we need to input the multi-byte gb transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.778487"], ["updated_at", "2016-10-07 18:56:51.778487"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque praesentium quia perspiciatis vel ratione nostrum ea.\",\"body\":\"Try to back up the SQL system, maybe it will calculate the solid state transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.781819"], ["updated_at", "2016-10-07 18:56:51.781819"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio necessitatibus aliquid aperiam sequi dolorum debitis.\",\"body\":\"Indexing the driver won't do anything, we need to input the online css matrix!\"}"], ["created_at", "2016-10-07 18:56:51.784366"], ["updated_at", "2016-10-07 18:56:51.784366"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis corrupti voluptatem repellendus ipsa sint.\",\"body\":\"Copying the circuit won't do anything, we need to transmit the solid state sas transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.785760"], ["updated_at", "2016-10-07 18:56:51.785760"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ullam cum sint rerum consequatur.\",\"body\":\"Navigating the feed won't do anything, we need to compress the cross-platform sdd protocol!\"}"], ["created_at", "2016-10-07 18:56:51.787628"], ["updated_at", "2016-10-07 18:56:51.787628"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime necessitatibus ex rem cumque.\",\"body\":\"I'll navigate the solid state AGP bus, that should hard drive the SQL program!\"}"], ["created_at", "2016-10-07 18:56:51.789201"], ["updated_at", "2016-10-07 18:56:51.789201"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum omnis id quis aperiam.\",\"body\":\"Try to bypass the SCSI driver, maybe it will navigate the haptic program!\"}"], ["created_at", "2016-10-07 18:56:51.790520"], ["updated_at", "2016-10-07 18:56:51.790520"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut amet adipisci aut vitae blanditiis et enim.\",\"body\":\"The TCP array is down, index the digital hard drive so we can hack the SDD firewall!\"}"], ["created_at", "2016-10-07 18:56:51.791803"], ["updated_at", "2016-10-07 18:56:51.791803"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil pariatur molestias temporibus.\",\"body\":\"I'll synthesize the online JBOD system, that should feed the JSON driver!\"}"], ["created_at", "2016-10-07 18:56:51.793300"], ["updated_at", "2016-10-07 18:56:51.793300"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum tenetur deserunt.\",\"body\":\"Calculating the capacitor won't do anything, we need to hack the multi-byte usb system!\"}"], ["created_at", "2016-10-07 18:56:51.794418"], ["updated_at", "2016-10-07 18:56:51.794418"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non fugit ea totam possimus animi explicabo.\",\"body\":\"If we synthesize the microchip, we can get to the SMS alarm through the bluetooth SMTP program!\"}"], ["created_at", "2016-10-07 18:56:51.795803"], ["updated_at", "2016-10-07 18:56:51.795803"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis eum repellat veniam quae fuga.\",\"body\":\"If we back up the firewall, we can get to the SQL hard drive through the back-end RSS system!\"}"], ["created_at", "2016-10-07 18:56:51.798829"], ["updated_at", "2016-10-07 18:56:51.798829"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit est iusto.\",\"body\":\"The JSON panel is down, bypass the primary panel so we can index the RSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:51.799935"], ["updated_at", "2016-10-07 18:56:51.799935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem recusandae omnis.\",\"body\":\"If we quantify the system, we can get to the SMS interface through the mobile PNG microchip!\"}"], ["created_at", "2016-10-07 18:56:51.800875"], ["updated_at", "2016-10-07 18:56:51.800875"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa voluptatem error deserunt corrupti non sunt rerum.\",\"body\":\"Use the primary SAS driver, then you can quantify the haptic driver!\"}"], ["created_at", "2016-10-07 18:56:51.801897"], ["updated_at", "2016-10-07 18:56:51.801897"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut illum consequatur error repellendus.\",\"body\":\"If we transmit the interface, we can get to the EXE microchip through the redundant RSS hard drive!\"}"], ["created_at", "2016-10-07 18:56:51.804145"], ["updated_at", "2016-10-07 18:56:51.804145"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit eum mollitia ut odit consequatur ea nesciunt.\",\"body\":\"The CSS circuit is down, synthesize the auxiliary sensor so we can navigate the RSS panel!\"}"], ["created_at", "2016-10-07 18:56:51.805438"], ["updated_at", "2016-10-07 18:56:51.805438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere omnis nostrum aut quae blanditiis.\",\"body\":\"Bypassing the hard drive won't do anything, we need to calculate the haptic pci circuit!\"}"], ["created_at", "2016-10-07 18:56:51.806471"], ["updated_at", "2016-10-07 18:56:51.806471"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis deserunt et ut id.\",\"body\":\"I'll program the haptic THX alarm, that should transmitter the SQL feed!\"}"], ["created_at", "2016-10-07 18:56:51.807455"], ["updated_at", "2016-10-07 18:56:51.807455"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores esse rerum beatae.\",\"body\":\"Try to quantify the AI port, maybe it will index the back-end sensor!\"}"], ["created_at", "2016-10-07 18:56:51.808494"], ["updated_at", "2016-10-07 18:56:51.808494"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat unde quidem explicabo ipsum dignissimos qui.\",\"body\":\"I'll bypass the haptic THX alarm, that should protocol the CSS circuit!\"}"], ["created_at", "2016-10-07 18:56:51.809438"], ["updated_at", "2016-10-07 18:56:51.809438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates qui rem exercitationem eum maxime dignissimos.\",\"body\":\"Try to hack the RSS transmitter, maybe it will copy the virtual hard drive!\"}"], ["created_at", "2016-10-07 18:56:51.810550"], ["updated_at", "2016-10-07 18:56:51.810550"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum explicabo ut illum ipsum quo sequi.\",\"body\":\"Use the solid state JSON monitor, then you can synthesize the bluetooth capacitor!\"}"], ["created_at", "2016-10-07 18:56:51.811548"], ["updated_at", "2016-10-07 18:56:51.811548"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit voluptates quaerat mollitia voluptatem ratione.\",\"body\":\"The SDD system is down, copy the open-source firewall so we can copy the RSS system!\"}"], ["created_at", "2016-10-07 18:56:51.814981"], ["updated_at", "2016-10-07 18:56:51.814981"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti vel et accusantium sunt id voluptatem.\",\"body\":\"I'll generate the optical PNG card, that should card the GB microchip!\"}"], ["created_at", "2016-10-07 18:56:51.817098"], ["updated_at", "2016-10-07 18:56:51.817098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus ut earum voluptas.\",\"body\":\"I'll transmit the digital SAS microchip, that should protocol the XML application!\"}"], ["created_at", "2016-10-07 18:56:51.818426"], ["updated_at", "2016-10-07 18:56:51.818426"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quam dolores et necessitatibus est consequatur error.\",\"body\":\"You can't program the monitor without synthesizing the multi-byte ADP matrix!\"}"], ["created_at", "2016-10-07 18:56:51.819488"], ["updated_at", "2016-10-07 18:56:51.819488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro quibusdam rerum.\",\"body\":\"You can't calculate the port without bypassing the bluetooth SMTP program!\"}"], ["created_at", "2016-10-07 18:56:51.820389"], ["updated_at", "2016-10-07 18:56:51.820389"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque architecto numquam eos ut sit dolorum suscipit.\",\"body\":\"I'll navigate the mobile HTTP matrix, that should port the SAS card!\"}"], ["created_at", "2016-10-07 18:56:51.821337"], ["updated_at", "2016-10-07 18:56:51.821337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis eos cum.\",\"body\":\"If we copy the monitor, we can get to the SAS feed through the bluetooth TCP pixel!\"}"], ["created_at", "2016-10-07 18:56:51.822255"], ["updated_at", "2016-10-07 18:56:51.822255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum id provident quidem saepe qui sed.\",\"body\":\"We need to compress the back-end JSON application!\"}"], ["created_at", "2016-10-07 18:56:51.823223"], ["updated_at", "2016-10-07 18:56:51.823223"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi rerum molestiae totam.\",\"body\":\"We need to index the mobile SDD interface!\"}"], ["created_at", "2016-10-07 18:56:51.824137"], ["updated_at", "2016-10-07 18:56:51.824137"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae quia magni.\",\"body\":\"We need to bypass the open-source THX array!\"}"], ["created_at", "2016-10-07 18:56:51.825129"], ["updated_at", "2016-10-07 18:56:51.825129"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur enim illo facilis.\",\"body\":\"Hacking the array won't do anything, we need to connect the 1080p ai port!\"}"], ["created_at", "2016-10-07 18:56:51.826101"], ["updated_at", "2016-10-07 18:56:51.826101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos vel animi dolorem numquam.\",\"body\":\"You can't override the card without synthesizing the bluetooth IB transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.827105"], ["updated_at", "2016-10-07 18:56:51.827105"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit ut consequuntur facere autem.\",\"body\":\"If we input the application, we can get to the SMS hard drive through the neural ADP bus!\"}"], ["created_at", "2016-10-07 18:56:51.828060"], ["updated_at", "2016-10-07 18:56:51.828060"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure amet qui ipsum.\",\"body\":\"If we calculate the microchip, we can get to the HTTP array through the neural SMTP port!\"}"], ["created_at", "2016-10-07 18:56:51.830830"], ["updated_at", "2016-10-07 18:56:51.830830"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatem eligendi molestiae error qui.\",\"body\":\"We need to back up the 1080p AGP firewall!\"}"], ["created_at", "2016-10-07 18:56:51.833844"], ["updated_at", "2016-10-07 18:56:51.833844"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui inventore voluptas.\",\"body\":\"Quantifying the driver won't do anything, we need to program the open-source ssl pixel!\"}"], ["created_at", "2016-10-07 18:56:51.835061"], ["updated_at", "2016-10-07 18:56:51.835061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis eligendi accusamus nihil nobis ducimus quod.\",\"body\":\"You can't hack the circuit without navigating the cross-platform SAS circuit!\"}"], ["created_at", "2016-10-07 18:56:51.836068"], ["updated_at", "2016-10-07 18:56:51.836068"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor aliquam tempora est sint dolor.\",\"body\":\"I'll input the digital HDD driver, that should program the HTTP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:51.837000"], ["updated_at", "2016-10-07 18:56:51.837000"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita voluptas aut et soluta.\",\"body\":\"Try to bypass the SDD firewall, maybe it will reboot the open-source feed!\"}"], ["created_at", "2016-10-07 18:56:51.837917"], ["updated_at", "2016-10-07 18:56:51.837917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet voluptate quam.\",\"body\":\"I'll override the bluetooth XML panel, that should matrix the PCI protocol!\"}"], ["created_at", "2016-10-07 18:56:51.838855"], ["updated_at", "2016-10-07 18:56:51.838855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor ducimus ullam et consequatur vitae.\",\"body\":\"Connecting the monitor won't do anything, we need to override the neural sql firewall!\"}"], ["created_at", "2016-10-07 18:56:51.839802"], ["updated_at", "2016-10-07 18:56:51.839802"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate accusantium iste qui nisi ipsa.\",\"body\":\"Compressing the interface won't do anything, we need to program the wireless sms card!\"}"], ["created_at", "2016-10-07 18:56:51.840703"], ["updated_at", "2016-10-07 18:56:51.840703"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam enim ut commodi perferendis dolorum sed.\",\"body\":\"We need to compress the wireless RAM protocol!\"}"], ["created_at", "2016-10-07 18:56:51.841758"], ["updated_at", "2016-10-07 18:56:51.841758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam ut provident qui.\",\"body\":\"You can't reboot the capacitor without transmitting the solid state SMTP sensor!\"}"], ["created_at", "2016-10-07 18:56:51.842731"], ["updated_at", "2016-10-07 18:56:51.842731"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur voluptas qui fuga.\",\"body\":\"If we hack the capacitor, we can get to the HDD microchip through the digital RSS pixel!\"}"], ["created_at", "2016-10-07 18:56:51.843694"], ["updated_at", "2016-10-07 18:56:51.843694"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolorem velit quasi nesciunt ut.\",\"body\":\"You can't parse the port without indexing the auxiliary AGP hard drive!\"}"], ["created_at", "2016-10-07 18:56:51.844739"], ["updated_at", "2016-10-07 18:56:51.844739"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt culpa nihil.\",\"body\":\"I'll generate the multi-byte USB system, that should driver the ADP bus!\"}"], ["created_at", "2016-10-07 18:56:51.847190"], ["updated_at", "2016-10-07 18:56:51.847190"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias nostrum soluta libero fugit voluptates officia.\",\"body\":\"You can't copy the capacitor without indexing the neural SMS protocol!\"}"], ["created_at", "2016-10-07 18:56:51.850063"], ["updated_at", "2016-10-07 18:56:51.850063"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam consequatur ratione doloribus.\",\"body\":\"If we calculate the card, we can get to the XML interface through the neural JSON array!\"}"], ["created_at", "2016-10-07 18:56:51.851306"], ["updated_at", "2016-10-07 18:56:51.851306"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates quia est explicabo doloribus a ut.\",\"body\":\"I'll calculate the haptic XML matrix, that should firewall the EXE sensor!\"}"], ["created_at", "2016-10-07 18:56:51.852548"], ["updated_at", "2016-10-07 18:56:51.852548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod eum nostrum.\",\"body\":\"Try to hack the JSON protocol, maybe it will quantify the solid state port!\"}"], ["created_at", "2016-10-07 18:56:51.853567"], ["updated_at", "2016-10-07 18:56:51.853567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus omnis labore eveniet aut reprehenderit autem.\",\"body\":\"The SAS panel is down, override the virtual transmitter so we can override the PNG circuit!\"}"], ["created_at", "2016-10-07 18:56:51.854629"], ["updated_at", "2016-10-07 18:56:51.854629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate tenetur enim fugit.\",\"body\":\"You can't copy the program without programming the online AGP program!\"}"], ["created_at", "2016-10-07 18:56:51.855608"], ["updated_at", "2016-10-07 18:56:51.855608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In et deleniti.\",\"body\":\"We need to input the back-end AGP capacitor!\"}"], ["created_at", "2016-10-07 18:56:51.856571"], ["updated_at", "2016-10-07 18:56:51.856571"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores ex ad ab cumque eum et.\",\"body\":\"Synthesizing the array won't do anything, we need to back up the open-source smtp card!\"}"], ["created_at", "2016-10-07 18:56:51.857496"], ["updated_at", "2016-10-07 18:56:51.857496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut consequuntur blanditiis aut sed.\",\"body\":\"Try to connect the AI alarm, maybe it will synthesize the optical capacitor!\"}"], ["created_at", "2016-10-07 18:56:51.858476"], ["updated_at", "2016-10-07 18:56:51.858476"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ducimus ab perferendis aut dolores.\",\"body\":\"We need to connect the primary GB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:51.859436"], ["updated_at", "2016-10-07 18:56:51.859436"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio ipsam placeat non.\",\"body\":\"We need to program the digital ADP panel!\"}"], ["created_at", "2016-10-07 18:56:51.860365"], ["updated_at", "2016-10-07 18:56:51.860365"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex consectetur fugiat amet.\",\"body\":\"The AI port is down, calculate the online capacitor so we can copy the XML driver!\"}"], ["created_at", "2016-10-07 18:56:51.861312"], ["updated_at", "2016-10-07 18:56:51.861312"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed molestias impedit consequuntur incidunt.\",\"body\":\"You can't bypass the alarm without programming the neural RAM pixel!\"}"], ["created_at", "2016-10-07 18:56:51.862695"], ["updated_at", "2016-10-07 18:56:51.862695"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat deleniti ut vel veniam voluptatem nam sequi.\",\"body\":\"Use the digital AGP interface, then you can synthesize the primary transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.866206"], ["updated_at", "2016-10-07 18:56:51.866206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit vitae sint consequuntur.\",\"body\":\"Try to copy the SSL driver, maybe it will back up the cross-platform microchip!\"}"], ["created_at", "2016-10-07 18:56:51.867939"], ["updated_at", "2016-10-07 18:56:51.867939"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia et quasi quas.\",\"body\":\"We need to hack the haptic EXE circuit!\"}"], ["created_at", "2016-10-07 18:56:51.868993"], ["updated_at", "2016-10-07 18:56:51.868993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut aut et quaerat assumenda dolore autem.\",\"body\":\"You can't synthesize the feed without hacking the auxiliary SQL system!\"}"], ["created_at", "2016-10-07 18:56:51.869983"], ["updated_at", "2016-10-07 18:56:51.869983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo natus quos.\",\"body\":\"If we hack the program, we can get to the EXE transmitter through the 1080p TCP program!\"}"], ["created_at", "2016-10-07 18:56:51.871014"], ["updated_at", "2016-10-07 18:56:51.871014"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore repudiandae similique dolores voluptatem provident aliquid.\",\"body\":\"The USB feed is down, navigate the virtual interface so we can connect the XML monitor!\"}"], ["created_at", "2016-10-07 18:56:51.872132"], ["updated_at", "2016-10-07 18:56:51.872132"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor corporis omnis nihil debitis eos cumque.\",\"body\":\"We need to hack the online SAS interface!\"}"], ["created_at", "2016-10-07 18:56:51.873533"], ["updated_at", "2016-10-07 18:56:51.873533"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi libero quo.\",\"body\":\"Use the solid state SDD bandwidth, then you can index the open-source alarm!\"}"], ["created_at", "2016-10-07 18:56:51.874863"], ["updated_at", "2016-10-07 18:56:51.874863"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem perspiciatis voluptatem aliquid quas quo ut in.\",\"body\":\"Try to compress the AGP array, maybe it will hack the virtual circuit!\"}"], ["created_at", "2016-10-07 18:56:51.876306"], ["updated_at", "2016-10-07 18:56:51.876306"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi voluptatem et.\",\"body\":\"You can't reboot the transmitter without transmitting the auxiliary SDD feed!\"}"], ["created_at", "2016-10-07 18:56:51.877772"], ["updated_at", "2016-10-07 18:56:51.877772"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt veniam vero tempore.\",\"body\":\"If we connect the matrix, we can get to the AGP protocol through the virtual USB microchip!\"}"], ["created_at", "2016-10-07 18:56:51.881901"], ["updated_at", "2016-10-07 18:56:51.881901"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta eius praesentium quia soluta et enim.\",\"body\":\"Try to navigate the RSS card, maybe it will copy the online circuit!\"}"], ["created_at", "2016-10-07 18:56:51.884949"], ["updated_at", "2016-10-07 18:56:51.884949"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque debitis qui dolor enim.\",\"body\":\"Try to back up the THX microchip, maybe it will hack the solid state alarm!\"}"], ["created_at", "2016-10-07 18:56:51.886224"], ["updated_at", "2016-10-07 18:56:51.886224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero rerum qui sit.\",\"body\":\"Try to index the XML port, maybe it will input the virtual panel!\"}"], ["created_at", "2016-10-07 18:56:51.887298"], ["updated_at", "2016-10-07 18:56:51.887298"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id debitis culpa natus vero repellendus et minima.\",\"body\":\"Parsing the capacitor won't do anything, we need to navigate the cross-platform pci system!\"}"], ["created_at", "2016-10-07 18:56:51.888315"], ["updated_at", "2016-10-07 18:56:51.888315"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim et quia.\",\"body\":\"Try to input the EXE port, maybe it will copy the auxiliary sensor!\"}"], ["created_at", "2016-10-07 18:56:51.889347"], ["updated_at", "2016-10-07 18:56:51.889347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis ipsam doloribus quod.\",\"body\":\"If we reboot the capacitor, we can get to the AGP card through the primary FTP sensor!\"}"], ["created_at", "2016-10-07 18:56:51.890342"], ["updated_at", "2016-10-07 18:56:51.890342"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae quidem facilis id ipsum ut.\",\"body\":\"Generating the program won't do anything, we need to back up the optical exe pixel!\"}"], ["created_at", "2016-10-07 18:56:51.891394"], ["updated_at", "2016-10-07 18:56:51.891394"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptatem eveniet molestiae.\",\"body\":\"We need to navigate the mobile USB circuit!\"}"], ["created_at", "2016-10-07 18:56:51.892495"], ["updated_at", "2016-10-07 18:56:51.892495"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos quaerat odit consectetur vitae voluptatem aperiam quo.\",\"body\":\"Use the open-source PCI panel, then you can back up the back-end matrix!\"}"], ["created_at", "2016-10-07 18:56:51.893645"], ["updated_at", "2016-10-07 18:56:51.893645"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia labore dolor voluptate.\",\"body\":\"I'll back up the multi-byte USB pixel, that should sensor the TCP system!\"}"], ["created_at", "2016-10-07 18:56:51.894647"], ["updated_at", "2016-10-07 18:56:51.894647"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore est dicta molestiae facilis ut eum.\",\"body\":\"You can't connect the driver without connecting the mobile HDD transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.896150"], ["updated_at", "2016-10-07 18:56:51.896150"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed repudiandae voluptatem quia qui.\",\"body\":\"We need to override the bluetooth ADP port!\"}"], ["created_at", "2016-10-07 18:56:51.899948"], ["updated_at", "2016-10-07 18:56:51.899948"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quo esse consequuntur autem.\",\"body\":\"We need to reboot the multi-byte PNG application!\"}"], ["created_at", "2016-10-07 18:56:51.901192"], ["updated_at", "2016-10-07 18:56:51.901192"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quia deleniti labore laudantium.\",\"body\":\"I'll bypass the 1080p ADP bandwidth, that should driver the FTP sensor!\"}"], ["created_at", "2016-10-07 18:56:51.902311"], ["updated_at", "2016-10-07 18:56:51.902311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis rerum non repellendus.\",\"body\":\"Try to generate the SQL system, maybe it will connect the optical sensor!\"}"], ["created_at", "2016-10-07 18:56:51.903308"], ["updated_at", "2016-10-07 18:56:51.903308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod sit quasi cupiditate dolores molestias libero.\",\"body\":\"The SDD port is down, calculate the cross-platform bandwidth so we can connect the SMS feed!\"}"], ["created_at", "2016-10-07 18:56:51.904246"], ["updated_at", "2016-10-07 18:56:51.904246"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem autem qui quos iusto.\",\"body\":\"We need to copy the primary AGP application!\"}"], ["created_at", "2016-10-07 18:56:51.905205"], ["updated_at", "2016-10-07 18:56:51.905205"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sunt voluptatem quam.\",\"body\":\"Use the primary GB pixel, then you can hack the open-source panel!\"}"], ["created_at", "2016-10-07 18:56:51.906139"], ["updated_at", "2016-10-07 18:56:51.906139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio itaque et iste accusantium optio quam.\",\"body\":\"We need to program the wireless CSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.907109"], ["updated_at", "2016-10-07 18:56:51.907109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores quibusdam animi consequatur aliquam alias.\",\"body\":\"We need to synthesize the cross-platform PCI firewall!\"}"], ["created_at", "2016-10-07 18:56:51.908096"], ["updated_at", "2016-10-07 18:56:51.908096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias saepe officiis magnam cum voluptas.\",\"body\":\"I'll transmit the open-source PCI program, that should monitor the RAM monitor!\"}"], ["created_at", "2016-10-07 18:56:51.909066"], ["updated_at", "2016-10-07 18:56:51.909066"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut tempora fuga.\",\"body\":\"The SCSI driver is down, override the bluetooth matrix so we can calculate the XML bus!\"}"], ["created_at", "2016-10-07 18:56:51.909996"], ["updated_at", "2016-10-07 18:56:51.909996"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae asperiores labore et sint reiciendis molestiae.\",\"body\":\"We need to navigate the 1080p SQL transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.910963"], ["updated_at", "2016-10-07 18:56:51.910963"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil nesciunt corrupti.\",\"body\":\"We need to transmit the solid state SMTP protocol!\"}"], ["created_at", "2016-10-07 18:56:51.912452"], ["updated_at", "2016-10-07 18:56:51.912452"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam quia fugiat quasi eos ratione sequi eveniet.\",\"body\":\"I'll quantify the haptic RAM capacitor, that should system the SMS monitor!\"}"], ["created_at", "2016-10-07 18:56:51.916220"], ["updated_at", "2016-10-07 18:56:51.916220"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt quis porro ut est totam enim.\",\"body\":\"Quantifying the bandwidth won't do anything, we need to hack the bluetooth tcp panel!\"}"], ["created_at", "2016-10-07 18:56:51.918602"], ["updated_at", "2016-10-07 18:56:51.918602"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste vero consequatur repellat est quae aut.\",\"body\":\"If we parse the port, we can get to the SMTP card through the primary JSON program!\"}"], ["created_at", "2016-10-07 18:56:51.919706"], ["updated_at", "2016-10-07 18:56:51.919706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam ut excepturi.\",\"body\":\"You can't generate the driver without hacking the neural IB bus!\"}"], ["created_at", "2016-10-07 18:56:51.920754"], ["updated_at", "2016-10-07 18:56:51.920754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut cum eos.\",\"body\":\"If we parse the matrix, we can get to the USB hard drive through the open-source XSS circuit!\"}"], ["created_at", "2016-10-07 18:56:51.921725"], ["updated_at", "2016-10-07 18:56:51.921725"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem aut maiores nulla occaecati.\",\"body\":\"Indexing the driver won't do anything, we need to input the cross-platform ftp pixel!\"}"], ["created_at", "2016-10-07 18:56:51.922744"], ["updated_at", "2016-10-07 18:56:51.922744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut non ut porro eos vel vel eveniet.\",\"body\":\"You can't quantify the port without compressing the bluetooth SDD alarm!\"}"], ["created_at", "2016-10-07 18:56:51.923653"], ["updated_at", "2016-10-07 18:56:51.923653"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut ad voluptate.\",\"body\":\"Copying the firewall won't do anything, we need to quantify the back-end jbod monitor!\"}"], ["created_at", "2016-10-07 18:56:51.924699"], ["updated_at", "2016-10-07 18:56:51.924699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam omnis et dicta quia.\",\"body\":\"The SMS pixel is down, back up the online card so we can program the JBOD pixel!\"}"], ["created_at", "2016-10-07 18:56:51.925741"], ["updated_at", "2016-10-07 18:56:51.925741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas nulla dolores iste rerum temporibus repellat.\",\"body\":\"Try to connect the AGP bus, maybe it will reboot the back-end alarm!\"}"], ["created_at", "2016-10-07 18:56:51.926736"], ["updated_at", "2016-10-07 18:56:51.926736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus sed non tempora voluptas voluptatem magnam.\",\"body\":\"You can't transmit the pixel without compressing the open-source USB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:51.927671"], ["updated_at", "2016-10-07 18:56:51.927671"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis ut consectetur.\",\"body\":\"We need to transmit the neural SQL pixel!\"}"], ["created_at", "2016-10-07 18:56:51.928916"], ["updated_at", "2016-10-07 18:56:51.928916"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et accusamus et.\",\"body\":\"Try to reboot the HTTP protocol, maybe it will back up the back-end application!\"}"], ["created_at", "2016-10-07 18:56:51.932341"], ["updated_at", "2016-10-07 18:56:51.932341"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit magnam et.\",\"body\":\"Generating the hard drive won't do anything, we need to bypass the mobile adp system!\"}"], ["created_at", "2016-10-07 18:56:51.934148"], ["updated_at", "2016-10-07 18:56:51.934148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus suscipit laboriosam cupiditate ipsum.\",\"body\":\"Use the solid state SAS transmitter, then you can input the optical system!\"}"], ["created_at", "2016-10-07 18:56:51.935356"], ["updated_at", "2016-10-07 18:56:51.935356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In omnis et voluptatem aut qui amet.\",\"body\":\"Use the virtual SQL panel, then you can override the solid state card!\"}"], ["created_at", "2016-10-07 18:56:51.936306"], ["updated_at", "2016-10-07 18:56:51.936306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit nesciunt ullam fugiat consequatur nihil.\",\"body\":\"Generating the hard drive won't do anything, we need to bypass the haptic adp hard drive!\"}"], ["created_at", "2016-10-07 18:56:51.937257"], ["updated_at", "2016-10-07 18:56:51.937257"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus cupiditate nulla a.\",\"body\":\"If we generate the transmitter, we can get to the COM bandwidth through the virtual COM driver!\"}"], ["created_at", "2016-10-07 18:56:51.938180"], ["updated_at", "2016-10-07 18:56:51.938180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore quod quaerat deserunt voluptas est aut.\",\"body\":\"If we input the pixel, we can get to the SMS bandwidth through the open-source FTP sensor!\"}"], ["created_at", "2016-10-07 18:56:51.939174"], ["updated_at", "2016-10-07 18:56:51.939174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum voluptas et ipsa a.\",\"body\":\"I'll synthesize the 1080p PCI panel, that should protocol the HTTP alarm!\"}"], ["created_at", "2016-10-07 18:56:51.940147"], ["updated_at", "2016-10-07 18:56:51.940147"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia modi qui est.\",\"body\":\"You can't quantify the system without synthesizing the online SAS transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.941178"], ["updated_at", "2016-10-07 18:56:51.941178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam vero voluptatem sint ad.\",\"body\":\"Navigating the bus won't do anything, we need to bypass the 1080p exe system!\"}"], ["created_at", "2016-10-07 18:56:51.942213"], ["updated_at", "2016-10-07 18:56:51.942213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum praesentium beatae.\",\"body\":\"We need to synthesize the neural TCP card!\"}"], ["created_at", "2016-10-07 18:56:51.943197"], ["updated_at", "2016-10-07 18:56:51.943197"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate vel optio omnis saepe qui.\",\"body\":\"I'll transmit the haptic PNG sensor, that should application the HTTP interface!\"}"], ["created_at", "2016-10-07 18:56:51.944171"], ["updated_at", "2016-10-07 18:56:51.944171"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati aperiam voluptatibus dolores nam et velit.\",\"body\":\"Navigating the alarm won't do anything, we need to hack the haptic sql panel!\"}"], ["created_at", "2016-10-07 18:56:51.945460"], ["updated_at", "2016-10-07 18:56:51.945460"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus repudiandae dolores a aut ut commodi similique.\",\"body\":\"Try to navigate the PNG protocol, maybe it will program the online alarm!\"}"], ["created_at", "2016-10-07 18:56:51.949190"], ["updated_at", "2016-10-07 18:56:51.949190"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus dolorem enim dolorum voluptatum expedita est.\",\"body\":\"You can't calculate the array without calculating the cross-platform USB sensor!\"}"], ["created_at", "2016-10-07 18:56:51.951006"], ["updated_at", "2016-10-07 18:56:51.951006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem saepe id inventore adipisci nobis dolorem corporis.\",\"body\":\"The SAS program is down, reboot the bluetooth system so we can hack the TCP sensor!\"}"], ["created_at", "2016-10-07 18:56:51.952111"], ["updated_at", "2016-10-07 18:56:51.952111"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex ipsa deleniti pariatur soluta sed facere nam.\",\"body\":\"Parsing the driver won't do anything, we need to generate the open-source rss monitor!\"}"], ["created_at", "2016-10-07 18:56:51.953120"], ["updated_at", "2016-10-07 18:56:51.953120"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem molestias perferendis iusto id expedita saepe.\",\"body\":\"I'll calculate the wireless SMTP driver, that should matrix the IB monitor!\"}"], ["created_at", "2016-10-07 18:56:51.954113"], ["updated_at", "2016-10-07 18:56:51.954113"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis hic velit et fugit eum culpa.\",\"body\":\"I'll compress the virtual JSON hard drive, that should alarm the GB circuit!\"}"], ["created_at", "2016-10-07 18:56:51.955229"], ["updated_at", "2016-10-07 18:56:51.955229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis consectetur consequatur illum repellendus eligendi.\",\"body\":\"Use the cross-platform XML hard drive, then you can calculate the virtual transmitter!\"}"], ["created_at", "2016-10-07 18:56:51.956241"], ["updated_at", "2016-10-07 18:56:51.956241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium ipsam eaque.\",\"body\":\"The XML hard drive is down, calculate the open-source protocol so we can bypass the SMS program!\"}"], ["created_at", "2016-10-07 18:56:51.957182"], ["updated_at", "2016-10-07 18:56:51.957182"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum aut minus blanditiis architecto facere dolor ut.\",\"body\":\"The AGP matrix is down, copy the bluetooth microchip so we can compress the SCSI card!\"}"], ["created_at", "2016-10-07 18:56:51.958210"], ["updated_at", "2016-10-07 18:56:51.958210"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi vel et minus nobis.\",\"body\":\"You can't compress the transmitter without programming the multi-byte PCI microchip!\"}"], ["created_at", "2016-10-07 18:56:51.959233"], ["updated_at", "2016-10-07 18:56:51.959233"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi quibusdam et omnis minima qui enim.\",\"body\":\"Use the mobile RSS card, then you can override the optical sensor!\"}"], ["created_at", "2016-10-07 18:56:51.960209"], ["updated_at", "2016-10-07 18:56:51.960209"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid ipsa deleniti illum.\",\"body\":\"You can't navigate the program without generating the optical TCP application!\"}"], ["created_at", "2016-10-07 18:56:51.961144"], ["updated_at", "2016-10-07 18:56:51.961144"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem dolorem omnis autem enim odit.\",\"body\":\"We need to connect the redundant ADP system!\"}"], ["created_at", "2016-10-07 18:56:51.962569"], ["updated_at", "2016-10-07 18:56:51.962569"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis repellendus modi voluptatum earum nam.\",\"body\":\"I'll bypass the wireless EXE capacitor, that should matrix the SDD hard drive!\"}"], ["created_at", "2016-10-07 18:56:51.966705"], ["updated_at", "2016-10-07 18:56:51.966705"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed nihil nisi aut soluta aliquid quis.\",\"body\":\"Transmitting the interface won't do anything, we need to synthesize the back-end exe monitor!\"}"], ["created_at", "2016-10-07 18:56:51.967943"], ["updated_at", "2016-10-07 18:56:51.967943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae eum labore.\",\"body\":\"Generating the port won't do anything, we need to connect the redundant smtp interface!\"}"], ["created_at", "2016-10-07 18:56:51.969001"], ["updated_at", "2016-10-07 18:56:51.969001"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa qui rerum dolores voluptatibus sint.\",\"body\":\"Try to navigate the SMS system, maybe it will synthesize the redundant feed!\"}"], ["created_at", "2016-10-07 18:56:51.969962"], ["updated_at", "2016-10-07 18:56:51.969962"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita non dignissimos enim eos.\",\"body\":\"Calculating the capacitor won't do anything, we need to calculate the bluetooth tcp feed!\"}"], ["created_at", "2016-10-07 18:56:51.970929"], ["updated_at", "2016-10-07 18:56:51.970929"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis culpa et nobis est.\",\"body\":\"Use the 1080p PNG alarm, then you can bypass the auxiliary pixel!\"}"], ["created_at", "2016-10-07 18:56:51.971906"], ["updated_at", "2016-10-07 18:56:51.971906"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et asperiores corrupti dignissimos illo.\",\"body\":\"The SCSI pixel is down, parse the virtual panel so we can compress the PNG alarm!\"}"], ["created_at", "2016-10-07 18:56:51.972857"], ["updated_at", "2016-10-07 18:56:51.972857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione doloremque consequatur eligendi molestiae beatae dolorem.\",\"body\":\"We need to transmit the digital SCSI monitor!\"}"], ["created_at", "2016-10-07 18:56:51.973802"], ["updated_at", "2016-10-07 18:56:51.973802"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore est in debitis dolore quibusdam rerum.\",\"body\":\"The ADP card is down, connect the auxiliary feed so we can copy the PNG application!\"}"], ["created_at", "2016-10-07 18:56:51.974874"], ["updated_at", "2016-10-07 18:56:51.974874"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore tenetur vero quia et aliquid et nihil.\",\"body\":\"The JSON matrix is down, copy the primary protocol so we can override the JBOD card!\"}"], ["created_at", "2016-10-07 18:56:51.976076"], ["updated_at", "2016-10-07 18:56:51.976076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem quidem repellat soluta reprehenderit officiis.\",\"body\":\"I'll back up the 1080p JSON panel, that should transmitter the SMS interface!\"}"], ["created_at", "2016-10-07 18:56:51.977072"], ["updated_at", "2016-10-07 18:56:51.977072"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim autem beatae sed cumque eos ea non.\",\"body\":\"The SDD port is down, copy the redundant array so we can calculate the SMS hard drive!\"}"], ["created_at", "2016-10-07 18:56:51.978031"], ["updated_at", "2016-10-07 18:56:51.978031"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga pariatur omnis rem qui harum velit.\",\"body\":\"Bypassing the panel won't do anything, we need to calculate the primary adp circuit!\"}"], ["created_at", "2016-10-07 18:56:51.979882"], ["updated_at", "2016-10-07 18:56:51.979882"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae impedit quam debitis assumenda.\",\"body\":\"You can't copy the bandwidth without backing up the digital SCSI microchip!\"}"], ["created_at", "2016-10-07 18:56:51.983855"], ["updated_at", "2016-10-07 18:56:51.983855"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione voluptatem ab.\",\"body\":\"I'll reboot the bluetooth SQL microchip, that should alarm the AI firewall!\"}"], ["created_at", "2016-10-07 18:56:51.985064"], ["updated_at", "2016-10-07 18:56:51.985064"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem repellat omnis placeat neque velit.\",\"body\":\"If we synthesize the port, we can get to the RSS pixel through the online SSL pixel!\"}"], ["created_at", "2016-10-07 18:56:51.986176"], ["updated_at", "2016-10-07 18:56:51.986176"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut dolor et velit quos omnis sint sed.\",\"body\":\"Quantifying the microchip won't do anything, we need to calculate the haptic exe hard drive!\"}"], ["created_at", "2016-10-07 18:56:51.987259"], ["updated_at", "2016-10-07 18:56:51.987259"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ab voluptatem.\",\"body\":\"The GB sensor is down, input the cross-platform firewall so we can reboot the HDD array!\"}"], ["created_at", "2016-10-07 18:56:51.988291"], ["updated_at", "2016-10-07 18:56:51.988291"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui iste ducimus nesciunt unde.\",\"body\":\"Use the bluetooth PNG transmitter, then you can index the online microchip!\"}"], ["created_at", "2016-10-07 18:56:51.989371"], ["updated_at", "2016-10-07 18:56:51.989371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt facere ipsam.\",\"body\":\"The JBOD matrix is down, quantify the mobile monitor so we can compress the XML program!\"}"], ["created_at", "2016-10-07 18:56:51.990392"], ["updated_at", "2016-10-07 18:56:51.990392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi aspernatur autem eveniet voluptatem sapiente.\",\"body\":\"I'll input the haptic FTP hard drive, that should bus the FTP bus!\"}"], ["created_at", "2016-10-07 18:56:51.991464"], ["updated_at", "2016-10-07 18:56:51.991464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores ipsum voluptas qui sint.\",\"body\":\"I'll transmit the redundant CSS bandwidth, that should feed the PNG system!\"}"], ["created_at", "2016-10-07 18:56:51.992464"], ["updated_at", "2016-10-07 18:56:51.992464"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit sint repudiandae amet accusamus.\",\"body\":\"Connecting the feed won't do anything, we need to bypass the mobile json interface!\"}"], ["created_at", "2016-10-07 18:56:51.993429"], ["updated_at", "2016-10-07 18:56:51.993429"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea assumenda facere et saepe laborum asperiores.\",\"body\":\"I'll navigate the bluetooth HTTP port, that should interface the FTP sensor!\"}"], ["created_at", "2016-10-07 18:56:51.994364"], ["updated_at", "2016-10-07 18:56:51.994364"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos facilis voluptatem pariatur.\",\"body\":\"Navigating the driver won't do anything, we need to generate the neural ib driver!\"}"], ["created_at", "2016-10-07 18:56:51.995684"], ["updated_at", "2016-10-07 18:56:51.995684"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit ea nemo sapiente culpa eius.\",\"body\":\"Use the open-source PCI panel, then you can quantify the bluetooth program!\"}"], ["created_at", "2016-10-07 18:56:51.999980"], ["updated_at", "2016-10-07 18:56:51.999980"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime deleniti eaque repellendus voluptas provident debitis.\",\"body\":\"The ADP program is down, program the haptic alarm so we can compress the HTTP sensor!\"}"], ["created_at", "2016-10-07 18:56:52.001372"], ["updated_at", "2016-10-07 18:56:52.001372"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat voluptatem fuga.\",\"body\":\"The FTP driver is down, compress the auxiliary microchip so we can bypass the SDD firewall!\"}"], ["created_at", "2016-10-07 18:56:52.002530"], ["updated_at", "2016-10-07 18:56:52.002530"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate qui aliquid neque vel tempora sit.\",\"body\":\"Try to compress the ADP port, maybe it will back up the cross-platform panel!\"}"], ["created_at", "2016-10-07 18:56:52.003916"], ["updated_at", "2016-10-07 18:56:52.003916"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quidem et accusantium.\",\"body\":\"You can't bypass the system without parsing the neural JBOD card!\"}"], ["created_at", "2016-10-07 18:56:52.005344"], ["updated_at", "2016-10-07 18:56:52.005344"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus quisquam nulla tempore.\",\"body\":\"If we quantify the driver, we can get to the AGP bus through the optical JSON hard drive!\"}"], ["created_at", "2016-10-07 18:56:52.006765"], ["updated_at", "2016-10-07 18:56:52.006765"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae ducimus cumque eveniet recusandae aut minus in.\",\"body\":\"If we program the alarm, we can get to the FTP interface through the cross-platform ADP system!\"}"], ["created_at", "2016-10-07 18:56:52.009581"], ["updated_at", "2016-10-07 18:56:52.009581"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto aut accusamus tenetur illo.\",\"body\":\"Navigating the bus won't do anything, we need to parse the cross-platform sdd pixel!\"}"], ["created_at", "2016-10-07 18:56:52.010873"], ["updated_at", "2016-10-07 18:56:52.010873"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus quae suscipit dolor ratione quia non.\",\"body\":\"You can't input the alarm without synthesizing the cross-platform EXE monitor!\"}"], ["created_at", "2016-10-07 18:56:52.012433"], ["updated_at", "2016-10-07 18:56:52.012433"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id necessitatibus nihil vel.\",\"body\":\"If we synthesize the firewall, we can get to the SSL circuit through the 1080p RSS card!\"}"], ["created_at", "2016-10-07 18:56:52.016047"], ["updated_at", "2016-10-07 18:56:52.016047"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit numquam quasi quae enim quibusdam labore cupiditate.\",\"body\":\"If we synthesize the program, we can get to the EXE application through the open-source RAM microchip!\"}"], ["created_at", "2016-10-07 18:56:52.017980"], ["updated_at", "2016-10-07 18:56:52.017980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque harum qui id aut iure distinctio atque.\",\"body\":\"Use the open-source AI hard drive, then you can parse the cross-platform circuit!\"}"], ["created_at", "2016-10-07 18:56:52.019188"], ["updated_at", "2016-10-07 18:56:52.019188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit est sit nemo sed autem.\",\"body\":\"We need to generate the optical RSS system!\"}"], ["created_at", "2016-10-07 18:56:52.020224"], ["updated_at", "2016-10-07 18:56:52.020224"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur molestiae magni corporis quis veritatis exercitationem eveniet.\",\"body\":\"Try to back up the FTP hard drive, maybe it will program the primary circuit!\"}"], ["created_at", "2016-10-07 18:56:52.021163"], ["updated_at", "2016-10-07 18:56:52.021163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut doloribus aut facilis.\",\"body\":\"The FTP feed is down, index the open-source driver so we can program the JSON protocol!\"}"], ["created_at", "2016-10-07 18:56:52.022164"], ["updated_at", "2016-10-07 18:56:52.022164"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero doloremque sunt ut quo et repellat.\",\"body\":\"Try to input the AI transmitter, maybe it will generate the solid state program!\"}"], ["created_at", "2016-10-07 18:56:52.023309"], ["updated_at", "2016-10-07 18:56:52.023309"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse quo at quidem perferendis qui est tenetur.\",\"body\":\"We need to parse the optical JSON driver!\"}"], ["created_at", "2016-10-07 18:56:52.024403"], ["updated_at", "2016-10-07 18:56:52.024403"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit ut qui tempore voluptatem harum aut.\",\"body\":\"I'll transmit the bluetooth SAS port, that should firewall the SMTP panel!\"}"], ["created_at", "2016-10-07 18:56:52.025618"], ["updated_at", "2016-10-07 18:56:52.025618"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt quod et qui ea.\",\"body\":\"We need to calculate the primary COM alarm!\"}"], ["created_at", "2016-10-07 18:56:52.026729"], ["updated_at", "2016-10-07 18:56:52.026729"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt at odit beatae.\",\"body\":\"Hacking the firewall won't do anything, we need to input the cross-platform pci interface!\"}"], ["created_at", "2016-10-07 18:56:52.029440"], ["updated_at", "2016-10-07 18:56:52.029440"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sint eius accusantium qui quod iure.\",\"body\":\"If we transmit the bus, we can get to the HDD bandwidth through the digital SQL firewall!\"}"], ["created_at", "2016-10-07 18:56:52.034096"], ["updated_at", "2016-10-07 18:56:52.034096"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim qui repellat.\",\"body\":\"The PNG matrix is down, reboot the optical protocol so we can reboot the FTP firewall!\"}"], ["created_at", "2016-10-07 18:56:52.036105"], ["updated_at", "2016-10-07 18:56:52.036105"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam aut inventore.\",\"body\":\"If we synthesize the array, we can get to the SSL bus through the bluetooth SMTP pixel!\"}"], ["created_at", "2016-10-07 18:56:52.037697"], ["updated_at", "2016-10-07 18:56:52.037697"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem vel officia.\",\"body\":\"If we parse the port, we can get to the JSON protocol through the neural CSS circuit!\"}"], ["created_at", "2016-10-07 18:56:52.039116"], ["updated_at", "2016-10-07 18:56:52.039116"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam eum nihil laborum.\",\"body\":\"I'll override the redundant XML hard drive, that should transmitter the SDD driver!\"}"], ["created_at", "2016-10-07 18:56:52.040661"], ["updated_at", "2016-10-07 18:56:52.040661"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit praesentium et voluptatum fugiat pariatur animi.\",\"body\":\"You can't generate the microchip without overriding the mobile AGP array!\"}"], ["created_at", "2016-10-07 18:56:52.041973"], ["updated_at", "2016-10-07 18:56:52.041973"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id at ad sunt sit reprehenderit tempore rerum.\",\"body\":\"Copying the transmitter won't do anything, we need to input the wireless jbod program!\"}"], ["created_at", "2016-10-07 18:56:52.043337"], ["updated_at", "2016-10-07 18:56:52.043337"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex sapiente vel.\",\"body\":\"You can't compress the pixel without bypassing the mobile USB interface!\"}"], ["created_at", "2016-10-07 18:56:52.044974"], ["updated_at", "2016-10-07 18:56:52.044974"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui est magnam rerum iusto suscipit.\",\"body\":\"Parsing the monitor won't do anything, we need to generate the wireless png card!\"}"], ["created_at", "2016-10-07 18:56:52.049761"], ["updated_at", "2016-10-07 18:56:52.049761"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt dolorem quis.\",\"body\":\"We need to connect the virtual PNG hard drive!\"}"], ["created_at", "2016-10-07 18:56:52.051541"], ["updated_at", "2016-10-07 18:56:52.051541"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In quo est.\",\"body\":\"We need to calculate the neural SDD interface!\"}"], ["created_at", "2016-10-07 18:56:52.053384"], ["updated_at", "2016-10-07 18:56:52.053384"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque repellat reprehenderit et soluta ullam placeat doloremque.\",\"body\":\"The RAM sensor is down, quantify the wireless transmitter so we can override the SDD application!\"}"], ["created_at", "2016-10-07 18:56:52.054800"], ["updated_at", "2016-10-07 18:56:52.054800"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo commodi sit.\",\"body\":\"Use the open-source PNG interface, then you can index the multi-byte application!\"}"], ["created_at", "2016-10-07 18:56:52.056492"], ["updated_at", "2016-10-07 18:56:52.056492"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatem veniam sequi possimus blanditiis dolor.\",\"body\":\"If we copy the system, we can get to the USB bus through the auxiliary ADP card!\"}"], ["created_at", "2016-10-07 18:56:52.057990"], ["updated_at", "2016-10-07 18:56:52.057990"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae dolore et.\",\"body\":\"We need to generate the back-end EXE interface!\"}"], ["created_at", "2016-10-07 18:56:52.059451"], ["updated_at", "2016-10-07 18:56:52.059451"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum voluptatem id.\",\"body\":\"I'll navigate the neural EXE hard drive, that should alarm the JSON transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.060866"], ["updated_at", "2016-10-07 18:56:52.060866"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam pariatur laboriosam.\",\"body\":\"We need to navigate the solid state PNG firewall!\"}"], ["created_at", "2016-10-07 18:56:52.063397"], ["updated_at", "2016-10-07 18:56:52.063397"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sit aut quasi laudantium cumque est.\",\"body\":\"You can't copy the transmitter without indexing the virtual RAM firewall!\"}"], ["created_at", "2016-10-07 18:56:52.067269"], ["updated_at", "2016-10-07 18:56:52.067269"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At atque dolores eos quia fugiat.\",\"body\":\"I'll connect the solid state EXE monitor, that should interface the EXE matrix!\"}"], ["created_at", "2016-10-07 18:56:52.069285"], ["updated_at", "2016-10-07 18:56:52.069285"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi cumque ut.\",\"body\":\"Use the mobile SSL driver, then you can back up the auxiliary interface!\"}"], ["created_at", "2016-10-07 18:56:52.070890"], ["updated_at", "2016-10-07 18:56:52.070890"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt quidem modi.\",\"body\":\"We need to override the auxiliary XML monitor!\"}"], ["created_at", "2016-10-07 18:56:52.072416"], ["updated_at", "2016-10-07 18:56:52.072416"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aut sit quae.\",\"body\":\"You can't back up the transmitter without overriding the virtual COM matrix!\"}"], ["created_at", "2016-10-07 18:56:52.074165"], ["updated_at", "2016-10-07 18:56:52.074165"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error blanditiis quia aut dignissimos culpa.\",\"body\":\"The RSS microchip is down, index the neural matrix so we can transmit the IB firewall!\"}"], ["created_at", "2016-10-07 18:56:52.075712"], ["updated_at", "2016-10-07 18:56:52.075712"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias numquam minima voluptates similique saepe sint voluptatum.\",\"body\":\"You can't connect the firewall without transmitting the cross-platform RSS program!\"}"], ["created_at", "2016-10-07 18:56:52.077165"], ["updated_at", "2016-10-07 18:56:52.077165"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed omnis autem non qui accusamus at.\",\"body\":\"Hacking the protocol won't do anything, we need to navigate the optical thx driver!\"}"], ["created_at", "2016-10-07 18:56:52.079430"], ["updated_at", "2016-10-07 18:56:52.079430"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit vitae qui enim ipsam vel non omnis.\",\"body\":\"Calculating the microchip won't do anything, we need to calculate the haptic agp driver!\"}"], ["created_at", "2016-10-07 18:56:52.084398"], ["updated_at", "2016-10-07 18:56:52.084398"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi et id sint voluptatibus fugit est qui.\",\"body\":\"Copying the alarm won't do anything, we need to index the online http capacitor!\"}"], ["created_at", "2016-10-07 18:56:52.085843"], ["updated_at", "2016-10-07 18:56:52.085843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum sit qui.\",\"body\":\"Overriding the panel won't do anything, we need to copy the multi-byte rss system!\"}"], ["created_at", "2016-10-07 18:56:52.087196"], ["updated_at", "2016-10-07 18:56:52.087196"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni aliquam doloribus omnis dolores.\",\"body\":\"The JBOD bandwidth is down, reboot the back-end panel so we can input the JSON driver!\"}"], ["created_at", "2016-10-07 18:56:52.088739"], ["updated_at", "2016-10-07 18:56:52.088739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex voluptas omnis quo.\",\"body\":\"We need to calculate the haptic COM hard drive!\"}"], ["created_at", "2016-10-07 18:56:52.089981"], ["updated_at", "2016-10-07 18:56:52.089981"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum explicabo dolor exercitationem laudantium dolores.\",\"body\":\"We need to override the neural RAM hard drive!\"}"], ["created_at", "2016-10-07 18:56:52.091525"], ["updated_at", "2016-10-07 18:56:52.091525"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur et laudantium aut rerum tenetur nobis.\",\"body\":\"We need to copy the haptic USB circuit!\"}"], ["created_at", "2016-10-07 18:56:52.092935"], ["updated_at", "2016-10-07 18:56:52.092935"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis id quam aut delectus sit.\",\"body\":\"We need to bypass the multi-byte FTP monitor!\"}"], ["created_at", "2016-10-07 18:56:52.094178"], ["updated_at", "2016-10-07 18:56:52.094178"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis quaerat maxime ut in voluptatem non.\",\"body\":\"I'll synthesize the primary SSL bus, that should driver the GB system!\"}"], ["created_at", "2016-10-07 18:56:52.098515"], ["updated_at", "2016-10-07 18:56:52.098515"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta ut ullam sit qui velit asperiores ut.\",\"body\":\"Try to connect the JBOD port, maybe it will parse the cross-platform feed!\"}"], ["created_at", "2016-10-07 18:56:52.101100"], ["updated_at", "2016-10-07 18:56:52.101100"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni ut quibusdam delectus ea sed.\",\"body\":\"If we generate the system, we can get to the HDD transmitter through the open-source AGP firewall!\"}"], ["created_at", "2016-10-07 18:56:52.102321"], ["updated_at", "2016-10-07 18:56:52.102321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque enim molestias repudiandae.\",\"body\":\"Try to reboot the SDD circuit, maybe it will back up the neural interface!\"}"], ["created_at", "2016-10-07 18:56:52.103534"], ["updated_at", "2016-10-07 18:56:52.103534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem autem ut alias sunt ex rerum.\",\"body\":\"Synthesizing the capacitor won't do anything, we need to generate the auxiliary exe microchip!\"}"], ["created_at", "2016-10-07 18:56:52.104526"], ["updated_at", "2016-10-07 18:56:52.104526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis placeat saepe.\",\"body\":\"Try to override the USB protocol, maybe it will reboot the redundant bus!\"}"], ["created_at", "2016-10-07 18:56:52.105543"], ["updated_at", "2016-10-07 18:56:52.105543"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum suscipit dolorem modi magni odio aspernatur rerum.\",\"body\":\"You can't navigate the matrix without parsing the open-source SCSI capacitor!\"}"], ["created_at", "2016-10-07 18:56:52.106722"], ["updated_at", "2016-10-07 18:56:52.106722"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum neque maiores veniam commodi.\",\"body\":\"We need to reboot the multi-byte JBOD circuit!\"}"], ["created_at", "2016-10-07 18:56:52.107728"], ["updated_at", "2016-10-07 18:56:52.107728"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad sed exercitationem magni adipisci laboriosam facere.\",\"body\":\"Use the redundant SDD alarm, then you can back up the mobile interface!\"}"], ["created_at", "2016-10-07 18:56:52.108887"], ["updated_at", "2016-10-07 18:56:52.108887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut alias est autem.\",\"body\":\"Programming the feed won't do anything, we need to back up the redundant tcp port!\"}"], ["created_at", "2016-10-07 18:56:52.110086"], ["updated_at", "2016-10-07 18:56:52.110086"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente blanditiis natus accusantium qui saepe nam.\",\"body\":\"You can't copy the capacitor without parsing the open-source SDD capacitor!\"}"], ["created_at", "2016-10-07 18:56:52.111172"], ["updated_at", "2016-10-07 18:56:52.111172"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere accusamus debitis nemo quasi.\",\"body\":\"The RSS alarm is down, hack the haptic sensor so we can calculate the IB interface!\"}"], ["created_at", "2016-10-07 18:56:52.114619"], ["updated_at", "2016-10-07 18:56:52.114619"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum sunt eaque cupiditate fugiat nam maiores quibusdam.\",\"body\":\"Try to parse the PNG application, maybe it will back up the open-source transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.117647"], ["updated_at", "2016-10-07 18:56:52.117647"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ipsa quia quas.\",\"body\":\"We need to generate the 1080p PNG alarm!\"}"], ["created_at", "2016-10-07 18:56:52.119238"], ["updated_at", "2016-10-07 18:56:52.119238"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt libero doloremque porro.\",\"body\":\"I'll navigate the digital XML hard drive, that should bus the COM array!\"}"], ["created_at", "2016-10-07 18:56:52.120816"], ["updated_at", "2016-10-07 18:56:52.120816"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi ea distinctio velit vel nesciunt voluptatem.\",\"body\":\"If we compress the bandwidth, we can get to the XSS microchip through the mobile JSON bus!\"}"], ["created_at", "2016-10-07 18:56:52.122189"], ["updated_at", "2016-10-07 18:56:52.122189"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit veniam debitis id.\",\"body\":\"Use the auxiliary AGP driver, then you can parse the haptic protocol!\"}"], ["created_at", "2016-10-07 18:56:52.123625"], ["updated_at", "2016-10-07 18:56:52.123625"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut a quas.\",\"body\":\"Try to compress the PCI hard drive, maybe it will quantify the solid state bandwidth!\"}"], ["created_at", "2016-10-07 18:56:52.125350"], ["updated_at", "2016-10-07 18:56:52.125350"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos voluptate consequuntur optio enim vitae.\",\"body\":\"You can't generate the driver without bypassing the solid state HDD microchip!\"}"], ["created_at", "2016-10-07 18:56:52.127013"], ["updated_at", "2016-10-07 18:56:52.127013"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora et numquam.\",\"body\":\"If we parse the microchip, we can get to the AI firewall through the wireless PCI pixel!\"}"], ["created_at", "2016-10-07 18:56:52.128927"], ["updated_at", "2016-10-07 18:56:52.128927"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum quisquam at.\",\"body\":\"The SQL bus is down, hack the bluetooth panel so we can parse the COM matrix!\"}"], ["created_at", "2016-10-07 18:56:52.133865"], ["updated_at", "2016-10-07 18:56:52.133865"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus maxime suscipit rerum.\",\"body\":\"Try to hack the HDD pixel, maybe it will reboot the redundant transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.135737"], ["updated_at", "2016-10-07 18:56:52.135737"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos ipsum odit.\",\"body\":\"Overriding the card won't do anything, we need to compress the wireless sas interface!\"}"], ["created_at", "2016-10-07 18:56:52.137746"], ["updated_at", "2016-10-07 18:56:52.137746"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit alias ut earum sapiente quibusdam.\",\"body\":\"If we compress the matrix, we can get to the PCI protocol through the haptic CSS pixel!\"}"], ["created_at", "2016-10-07 18:56:52.139661"], ["updated_at", "2016-10-07 18:56:52.139661"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum quia placeat reprehenderit saepe eius voluptatem et.\",\"body\":\"The SMS circuit is down, program the redundant monitor so we can back up the XSS sensor!\"}"], ["created_at", "2016-10-07 18:56:52.143651"], ["updated_at", "2016-10-07 18:56:52.143651"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae quam vel modi.\",\"body\":\"I'll quantify the multi-byte GB transmitter, that should transmitter the HDD application!\"}"], ["created_at", "2016-10-07 18:56:52.148495"], ["updated_at", "2016-10-07 18:56:52.148495"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus ipsum amet mollitia magni voluptate.\",\"body\":\"You can't parse the array without connecting the multi-byte USB monitor!\"}"], ["created_at", "2016-10-07 18:56:52.151709"], ["updated_at", "2016-10-07 18:56:52.151709"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt esse ut rem nobis odio omnis occaecati.\",\"body\":\"Try to parse the IB capacitor, maybe it will synthesize the mobile interface!\"}"], ["created_at", "2016-10-07 18:56:52.153203"], ["updated_at", "2016-10-07 18:56:52.153203"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum odio excepturi accusamus dolorem dignissimos.\",\"body\":\"We need to override the digital SSL port!\"}"], ["created_at", "2016-10-07 18:56:52.154592"], ["updated_at", "2016-10-07 18:56:52.154592"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est eum deserunt distinctio.\",\"body\":\"Try to bypass the AI hard drive, maybe it will quantify the mobile application!\"}"], ["created_at", "2016-10-07 18:56:52.156461"], ["updated_at", "2016-10-07 18:56:52.156461"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel et laudantium.\",\"body\":\"I'll quantify the redundant USB transmitter, that should bus the CSS microchip!\"}"], ["created_at", "2016-10-07 18:56:52.157800"], ["updated_at", "2016-10-07 18:56:52.157800"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum esse quis perferendis ipsam.\",\"body\":\"If we connect the card, we can get to the TCP sensor through the 1080p SCSI sensor!\"}"], ["created_at", "2016-10-07 18:56:52.159129"], ["updated_at", "2016-10-07 18:56:52.159129"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum ut assumenda.\",\"body\":\"The SAS sensor is down, program the solid state transmitter so we can calculate the SDD capacitor!\"}"], ["created_at", "2016-10-07 18:56:52.161019"], ["updated_at", "2016-10-07 18:56:52.161019"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores ipsa et nemo.\",\"body\":\"Quantifying the monitor won't do anything, we need to synthesize the optical hdd pixel!\"}"], ["created_at", "2016-10-07 18:56:52.165898"], ["updated_at", "2016-10-07 18:56:52.165898"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero sed corporis aspernatur et perspiciatis et cupiditate.\",\"body\":\"I'll generate the back-end AI program, that should array the JBOD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:52.167624"], ["updated_at", "2016-10-07 18:56:52.167624"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam vel nobis voluptatibus.\",\"body\":\"Try to calculate the COM circuit, maybe it will synthesize the cross-platform transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.169095"], ["updated_at", "2016-10-07 18:56:52.169095"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi inventore maxime quas accusantium.\",\"body\":\"Quantifying the panel won't do anything, we need to bypass the haptic exe microchip!\"}"], ["created_at", "2016-10-07 18:56:52.170620"], ["updated_at", "2016-10-07 18:56:52.170620"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo earum rerum soluta quis.\",\"body\":\"We need to quantify the multi-byte HTTP matrix!\"}"], ["created_at", "2016-10-07 18:56:52.171994"], ["updated_at", "2016-10-07 18:56:52.171994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non aliquid velit.\",\"body\":\"Backing up the feed won't do anything, we need to reboot the 1080p gb driver!\"}"], ["created_at", "2016-10-07 18:56:52.173500"], ["updated_at", "2016-10-07 18:56:52.173500"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti dolores quia voluptas tempore asperiores enim.\",\"body\":\"Use the digital SQL panel, then you can connect the neural microchip!\"}"], ["created_at", "2016-10-07 18:56:52.174582"], ["updated_at", "2016-10-07 18:56:52.174582"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et natus illo architecto esse qui enim.\",\"body\":\"If we input the firewall, we can get to the SMS pixel through the back-end AI alarm!\"}"], ["created_at", "2016-10-07 18:56:52.175780"], ["updated_at", "2016-10-07 18:56:52.175780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eligendi corrupti quia enim.\",\"body\":\"I'll input the optical PNG sensor, that should capacitor the SQL pixel!\"}"], ["created_at", "2016-10-07 18:56:52.177066"], ["updated_at", "2016-10-07 18:56:52.177066"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores officia voluptate saepe dolore voluptas aut nihil.\",\"body\":\"The CSS array is down, navigate the open-source application so we can quantify the SCSI system!\"}"], ["created_at", "2016-10-07 18:56:52.178546"], ["updated_at", "2016-10-07 18:56:52.178546"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores et sunt modi velit.\",\"body\":\"If we compress the microchip, we can get to the SSL firewall through the haptic RAM sensor!\"}"], ["created_at", "2016-10-07 18:56:52.183341"], ["updated_at", "2016-10-07 18:56:52.183341"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam sed reiciendis accusamus dicta.\",\"body\":\"The EXE interface is down, generate the back-end matrix so we can override the SQL hard drive!\"}"], ["created_at", "2016-10-07 18:56:52.184809"], ["updated_at", "2016-10-07 18:56:52.184809"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita quia ducimus culpa ipsam.\",\"body\":\"You can't navigate the array without calculating the back-end JBOD bus!\"}"], ["created_at", "2016-10-07 18:56:52.186039"], ["updated_at", "2016-10-07 18:56:52.186039"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam sint aut recusandae unde assumenda.\",\"body\":\"We need to index the solid state CSS protocol!\"}"], ["created_at", "2016-10-07 18:56:52.187255"], ["updated_at", "2016-10-07 18:56:52.187255"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur velit enim dolor veritatis fuga iste voluptatem.\",\"body\":\"I'll hack the 1080p SDD hard drive, that should system the SAS port!\"}"], ["created_at", "2016-10-07 18:56:52.188815"], ["updated_at", "2016-10-07 18:56:52.188815"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea iusto in.\",\"body\":\"The SCSI port is down, compress the solid state firewall so we can back up the PNG matrix!\"}"], ["created_at", "2016-10-07 18:56:52.190086"], ["updated_at", "2016-10-07 18:56:52.190086"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus illum omnis qui sed sit vero.\",\"body\":\"Try to override the THX pixel, maybe it will connect the mobile bandwidth!\"}"], ["created_at", "2016-10-07 18:56:52.191448"], ["updated_at", "2016-10-07 18:56:52.191448"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum incidunt neque hic non voluptatem pariatur ipsa.\",\"body\":\"The USB bandwidth is down, input the back-end feed so we can connect the CSS microchip!\"}"], ["created_at", "2016-10-07 18:56:52.192783"], ["updated_at", "2016-10-07 18:56:52.192783"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nulla voluptas quisquam explicabo sit qui.\",\"body\":\"Navigating the card won't do anything, we need to back up the haptic adp feed!\"}"], ["created_at", "2016-10-07 18:56:52.199658"], ["updated_at", "2016-10-07 18:56:52.199658"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem enim unde accusantium molestias aut iure neque.\",\"body\":\"I'll navigate the online RAM application, that should monitor the THX card!\"}"], ["created_at", "2016-10-07 18:56:52.201330"], ["updated_at", "2016-10-07 18:56:52.201330"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam enim culpa.\",\"body\":\"I'll index the bluetooth HDD circuit, that should alarm the PNG panel!\"}"], ["created_at", "2016-10-07 18:56:52.202866"], ["updated_at", "2016-10-07 18:56:52.202866"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et adipisci iste.\",\"body\":\"If we synthesize the program, we can get to the TCP system through the mobile IB microchip!\"}"], ["created_at", "2016-10-07 18:56:52.204149"], ["updated_at", "2016-10-07 18:56:52.204149"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus illum ea vero accusantium pariatur qui nesciunt.\",\"body\":\"The RAM bandwidth is down, connect the redundant sensor so we can copy the EXE sensor!\"}"], ["created_at", "2016-10-07 18:56:52.205827"], ["updated_at", "2016-10-07 18:56:52.205827"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere ullam quia quibusdam praesentium.\",\"body\":\"The XML hard drive is down, compress the back-end alarm so we can synthesize the RAM circuit!\"}"], ["created_at", "2016-10-07 18:56:52.207108"], ["updated_at", "2016-10-07 18:56:52.207108"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate maxime sunt id.\",\"body\":\"If we back up the matrix, we can get to the SMTP bus through the virtual JBOD microchip!\"}"], ["created_at", "2016-10-07 18:56:52.208367"], ["updated_at", "2016-10-07 18:56:52.208367"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum asperiores beatae suscipit aliquam adipisci error molestiae.\",\"body\":\"We need to input the mobile SAS sensor!\"}"], ["created_at", "2016-10-07 18:56:52.210204"], ["updated_at", "2016-10-07 18:56:52.210204"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem error dicta id nihil ut molestiae.\",\"body\":\"We need to navigate the auxiliary SMS interface!\"}"], ["created_at", "2016-10-07 18:56:52.212302"], ["updated_at", "2016-10-07 18:56:52.212302"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo facilis amet atque.\",\"body\":\"I'll override the bluetooth SQL circuit, that should firewall the FTP driver!\"}"], ["created_at", "2016-10-07 18:56:52.216369"], ["updated_at", "2016-10-07 18:56:52.216369"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet molestiae quis enim velit est magni.\",\"body\":\"I'll input the neural XML microchip, that should capacitor the CSS matrix!\"}"], ["created_at", "2016-10-07 18:56:52.218311"], ["updated_at", "2016-10-07 18:56:52.218311"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At quia est.\",\"body\":\"The XSS pixel is down, hack the primary driver so we can connect the SSL bus!\"}"], ["created_at", "2016-10-07 18:56:52.219685"], ["updated_at", "2016-10-07 18:56:52.219685"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed reiciendis accusantium ea maiores consequuntur.\",\"body\":\"You can't hack the matrix without transmitting the 1080p AGP pixel!\"}"], ["created_at", "2016-10-07 18:56:52.220972"], ["updated_at", "2016-10-07 18:56:52.220972"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio vero facilis maxime.\",\"body\":\"We need to quantify the open-source RAM alarm!\"}"], ["created_at", "2016-10-07 18:56:52.222569"], ["updated_at", "2016-10-07 18:56:52.222569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio aut aspernatur iure ut.\",\"body\":\"I'll synthesize the bluetooth USB matrix, that should transmitter the ADP pixel!\"}"], ["created_at", "2016-10-07 18:56:52.223789"], ["updated_at", "2016-10-07 18:56:52.223789"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit deleniti vel omnis laboriosam consequatur.\",\"body\":\"Use the haptic AI firewall, then you can override the digital array!\"}"], ["created_at", "2016-10-07 18:56:52.224995"], ["updated_at", "2016-10-07 18:56:52.224995"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro velit numquam vel corrupti quis magni similique.\",\"body\":\"The GB circuit is down, override the optical card so we can navigate the JSON transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.226286"], ["updated_at", "2016-10-07 18:56:52.226286"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure vitae tempore in porro aperiam omnis.\",\"body\":\"I'll input the cross-platform HDD protocol, that should array the CSS protocol!\"}"], ["created_at", "2016-10-07 18:56:52.228526"], ["updated_at", "2016-10-07 18:56:52.228526"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem eos neque aliquid debitis laboriosam.\",\"body\":\"Try to bypass the AI bus, maybe it will back up the mobile pixel!\"}"], ["created_at", "2016-10-07 18:56:52.232546"], ["updated_at", "2016-10-07 18:56:52.232546"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio voluptas sed iste necessitatibus laboriosam ullam quae.\",\"body\":\"We need to navigate the haptic CSS pixel!\"}"], ["created_at", "2016-10-07 18:56:52.234597"], ["updated_at", "2016-10-07 18:56:52.234597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt impedit ad.\",\"body\":\"Connecting the application won't do anything, we need to navigate the primary tcp program!\"}"], ["created_at", "2016-10-07 18:56:52.235866"], ["updated_at", "2016-10-07 18:56:52.235866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel ipsum possimus.\",\"body\":\"Try to generate the SMTP interface, maybe it will override the 1080p circuit!\"}"], ["created_at", "2016-10-07 18:56:52.237062"], ["updated_at", "2016-10-07 18:56:52.237062"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem modi inventore enim unde.\",\"body\":\"You can't quantify the protocol without compressing the online SMS pixel!\"}"], ["created_at", "2016-10-07 18:56:52.238671"], ["updated_at", "2016-10-07 18:56:52.238671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi odit sit consequatur quo itaque.\",\"body\":\"If we hack the hard drive, we can get to the AGP application through the haptic COM matrix!\"}"], ["created_at", "2016-10-07 18:56:52.239922"], ["updated_at", "2016-10-07 18:56:52.239922"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus aperiam quas voluptatem et adipisci quos.\",\"body\":\"You can't transmit the microchip without bypassing the neural EXE circuit!\"}"], ["created_at", "2016-10-07 18:56:52.241108"], ["updated_at", "2016-10-07 18:56:52.241108"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non odio eaque et sit ea ut.\",\"body\":\"The SDD transmitter is down, generate the 1080p panel so we can program the EXE circuit!\"}"], ["created_at", "2016-10-07 18:56:52.242296"], ["updated_at", "2016-10-07 18:56:52.242296"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae iusto explicabo expedita ex adipisci.\",\"body\":\"Use the wireless JBOD program, then you can override the cross-platform circuit!\"}"], ["created_at", "2016-10-07 18:56:52.244045"], ["updated_at", "2016-10-07 18:56:52.244045"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia enim expedita unde.\",\"body\":\"If we quantify the pixel, we can get to the XSS protocol through the auxiliary TCP bus!\"}"], ["created_at", "2016-10-07 18:56:52.247820"], ["updated_at", "2016-10-07 18:56:52.247820"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem odit labore et.\",\"body\":\"Navigating the bus won't do anything, we need to parse the haptic sdd alarm!\"}"], ["created_at", "2016-10-07 18:56:52.250572"], ["updated_at", "2016-10-07 18:56:52.250572"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate expedita distinctio voluptatem quam aperiam.\",\"body\":\"Hacking the hard drive won't do anything, we need to index the online ai interface!\"}"], ["created_at", "2016-10-07 18:56:52.252075"], ["updated_at", "2016-10-07 18:56:52.252075"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui ea minus dolorum dicta corrupti officia.\",\"body\":\"You can't override the bandwidth without programming the auxiliary JBOD monitor!\"}"], ["created_at", "2016-10-07 18:56:52.253448"], ["updated_at", "2016-10-07 18:56:52.253448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam earum atque ut eos voluptates quia.\",\"body\":\"You can't bypass the pixel without backing up the open-source HTTP feed!\"}"], ["created_at", "2016-10-07 18:56:52.254811"], ["updated_at", "2016-10-07 18:56:52.254811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo veniam blanditiis esse odit omnis quisquam.\",\"body\":\"Try to navigate the SMS matrix, maybe it will compress the back-end interface!\"}"], ["created_at", "2016-10-07 18:56:52.256042"], ["updated_at", "2016-10-07 18:56:52.256042"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni hic eos sint odio eius minima et.\",\"body\":\"Copying the card won't do anything, we need to input the back-end ssl driver!\"}"], ["created_at", "2016-10-07 18:56:52.257228"], ["updated_at", "2016-10-07 18:56:52.257228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem qui omnis amet consequuntur porro et autem.\",\"body\":\"You can't reboot the transmitter without parsing the online SAS bus!\"}"], ["created_at", "2016-10-07 18:56:52.258769"], ["updated_at", "2016-10-07 18:56:52.258769"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis optio non adipisci qui sunt unde.\",\"body\":\"The COM system is down, compress the mobile hard drive so we can program the FTP card!\"}"], ["created_at", "2016-10-07 18:56:52.260033"], ["updated_at", "2016-10-07 18:56:52.260033"]] SQL (1.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore veritatis quo culpa officia.\",\"body\":\"We need to reboot the primary FTP array!\"}"], ["created_at", "2016-10-07 18:56:52.261878"], ["updated_at", "2016-10-07 18:56:52.261878"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium aut earum ut et labore velit.\",\"body\":\"I'll compress the online USB array, that should port the SMS panel!\"}"], ["created_at", "2016-10-07 18:56:52.266406"], ["updated_at", "2016-10-07 18:56:52.266406"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam voluptatum et ullam dolores sint.\",\"body\":\"If we back up the pixel, we can get to the AGP firewall through the digital USB program!\"}"], ["created_at", "2016-10-07 18:56:52.267813"], ["updated_at", "2016-10-07 18:56:52.267813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis saepe itaque dolorem est.\",\"body\":\"You can't calculate the panel without synthesizing the bluetooth SMTP port!\"}"], ["created_at", "2016-10-07 18:56:52.269561"], ["updated_at", "2016-10-07 18:56:52.269561"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus odit aut sapiente architecto et harum a.\",\"body\":\"The JBOD circuit is down, hack the back-end pixel so we can parse the JSON interface!\"}"], ["created_at", "2016-10-07 18:56:52.270857"], ["updated_at", "2016-10-07 18:56:52.270857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente et quia doloribus totam voluptates.\",\"body\":\"I'll input the wireless JSON protocol, that should feed the HTTP firewall!\"}"], ["created_at", "2016-10-07 18:56:52.272150"], ["updated_at", "2016-10-07 18:56:52.272150"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sint aliquid maiores aut vel.\",\"body\":\"Backing up the panel won't do anything, we need to navigate the mobile sas port!\"}"], ["created_at", "2016-10-07 18:56:52.273454"], ["updated_at", "2016-10-07 18:56:52.273454"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam ut est qui dolores ut.\",\"body\":\"Copying the alarm won't do anything, we need to generate the virtual adp matrix!\"}"], ["created_at", "2016-10-07 18:56:52.275185"], ["updated_at", "2016-10-07 18:56:52.275185"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas suscipit occaecati dolorem error ut esse.\",\"body\":\"If we hack the port, we can get to the SMS port through the open-source TCP feed!\"}"], ["created_at", "2016-10-07 18:56:52.276408"], ["updated_at", "2016-10-07 18:56:52.276408"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod itaque neque deleniti dicta.\",\"body\":\"We need to transmit the online GB monitor!\"}"], ["created_at", "2016-10-07 18:56:52.277967"], ["updated_at", "2016-10-07 18:56:52.277967"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum asperiores veniam qui.\",\"body\":\"Programming the circuit won't do anything, we need to reboot the auxiliary agp array!\"}"], ["created_at", "2016-10-07 18:56:52.282735"], ["updated_at", "2016-10-07 18:56:52.282735"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe harum libero quidem.\",\"body\":\"You can't parse the program without parsing the digital HTTP application!\"}"], ["created_at", "2016-10-07 18:56:52.285544"], ["updated_at", "2016-10-07 18:56:52.285544"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo et possimus repellat non.\",\"body\":\"You can't navigate the protocol without overriding the mobile AI protocol!\"}"], ["created_at", "2016-10-07 18:56:52.287010"], ["updated_at", "2016-10-07 18:56:52.287010"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque ducimus excepturi et quod.\",\"body\":\"If we synthesize the panel, we can get to the ADP bandwidth through the bluetooth HDD system!\"}"], ["created_at", "2016-10-07 18:56:52.289410"], ["updated_at", "2016-10-07 18:56:52.289410"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id blanditiis aliquam iste neque quisquam.\",\"body\":\"We need to quantify the multi-byte PNG feed!\"}"], ["created_at", "2016-10-07 18:56:52.291343"], ["updated_at", "2016-10-07 18:56:52.291343"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi rerum dolore.\",\"body\":\"Use the mobile THX capacitor, then you can override the online pixel!\"}"], ["created_at", "2016-10-07 18:56:52.293384"], ["updated_at", "2016-10-07 18:56:52.293384"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum aut nihil quaerat sint aut.\",\"body\":\"Navigating the pixel won't do anything, we need to input the back-end smtp microchip!\"}"], ["created_at", "2016-10-07 18:56:52.296099"], ["updated_at", "2016-10-07 18:56:52.296099"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis qui est nihil velit.\",\"body\":\"Use the redundant EXE card, then you can synthesize the 1080p hard drive!\"}"], ["created_at", "2016-10-07 18:56:52.300779"], ["updated_at", "2016-10-07 18:56:52.300779"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis possimus sunt nam.\",\"body\":\"I'll navigate the neural TCP hard drive, that should capacitor the SMTP pixel!\"}"], ["created_at", "2016-10-07 18:56:52.303393"], ["updated_at", "2016-10-07 18:56:52.303393"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint illum magni quis sit adipisci blanditiis ipsam.\",\"body\":\"Bypassing the protocol won't do anything, we need to compress the digital smtp firewall!\"}"], ["created_at", "2016-10-07 18:56:52.305454"], ["updated_at", "2016-10-07 18:56:52.305454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam velit modi.\",\"body\":\"I'll parse the mobile USB alarm, that should bus the RAM alarm!\"}"], ["created_at", "2016-10-07 18:56:52.307119"], ["updated_at", "2016-10-07 18:56:52.307119"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ullam nemo tempora.\",\"body\":\"I'll synthesize the neural ADP hard drive, that should sensor the SAS port!\"}"], ["created_at", "2016-10-07 18:56:52.308338"], ["updated_at", "2016-10-07 18:56:52.308338"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium voluptate quisquam provident omnis nam.\",\"body\":\"I'll compress the wireless AGP bus, that should program the USB feed!\"}"], ["created_at", "2016-10-07 18:56:52.309892"], ["updated_at", "2016-10-07 18:56:52.309892"]] SQL (0.6ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem quia deserunt.\",\"body\":\"If we hack the monitor, we can get to the SAS interface through the mobile THX transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.311490"], ["updated_at", "2016-10-07 18:56:52.311490"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui autem a inventore molestiae repellendus corrupti sunt.\",\"body\":\"The ADP driver is down, compress the bluetooth system so we can override the AGP program!\"}"], ["created_at", "2016-10-07 18:56:52.316223"], ["updated_at", "2016-10-07 18:56:52.316223"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad voluptate tempore doloremque dolores culpa.\",\"body\":\"I'll copy the mobile JBOD transmitter, that should monitor the ADP matrix!\"}"], ["created_at", "2016-10-07 18:56:52.317870"], ["updated_at", "2016-10-07 18:56:52.317870"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus omnis aperiam in molestiae minus sunt mollitia.\",\"body\":\"If we input the microchip, we can get to the XML panel through the wireless SMS interface!\"}"], ["created_at", "2016-10-07 18:56:52.319583"], ["updated_at", "2016-10-07 18:56:52.319583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum sed facere optio cum non iure qui.\",\"body\":\"Try to index the SAS transmitter, maybe it will index the virtual sensor!\"}"], ["created_at", "2016-10-07 18:56:52.320899"], ["updated_at", "2016-10-07 18:56:52.320899"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum molestiae voluptas.\",\"body\":\"We need to transmit the digital TCP pixel!\"}"], ["created_at", "2016-10-07 18:56:52.322121"], ["updated_at", "2016-10-07 18:56:52.322121"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur minus rerum et illum.\",\"body\":\"If we program the sensor, we can get to the PCI driver through the haptic TCP alarm!\"}"], ["created_at", "2016-10-07 18:56:52.323336"], ["updated_at", "2016-10-07 18:56:52.323336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis voluptatibus quos.\",\"body\":\"Indexing the bus won't do anything, we need to calculate the online smtp panel!\"}"], ["created_at", "2016-10-07 18:56:52.324539"], ["updated_at", "2016-10-07 18:56:52.324539"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe id sed nihil in.\",\"body\":\"You can't bypass the card without compressing the neural AI capacitor!\"}"], ["created_at", "2016-10-07 18:56:52.325788"], ["updated_at", "2016-10-07 18:56:52.325788"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut saepe odit.\",\"body\":\"Try to navigate the ADP array, maybe it will navigate the multi-byte microchip!\"}"], ["created_at", "2016-10-07 18:56:52.327661"], ["updated_at", "2016-10-07 18:56:52.327661"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi eum suscipit expedita at facere est.\",\"body\":\"Use the back-end JBOD card, then you can program the optical card!\"}"], ["created_at", "2016-10-07 18:56:52.331005"], ["updated_at", "2016-10-07 18:56:52.331005"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur et tempora ducimus quo et vero.\",\"body\":\"We need to compress the auxiliary AGP transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.333849"], ["updated_at", "2016-10-07 18:56:52.333849"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem sint ut.\",\"body\":\"You can't hack the driver without hacking the mobile HDD program!\"}"], ["created_at", "2016-10-07 18:56:52.335279"], ["updated_at", "2016-10-07 18:56:52.335279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae incidunt et optio.\",\"body\":\"Try to input the PNG panel, maybe it will calculate the redundant system!\"}"], ["created_at", "2016-10-07 18:56:52.336566"], ["updated_at", "2016-10-07 18:56:52.336566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et occaecati et et alias.\",\"body\":\"The SQL driver is down, program the solid state program so we can transmit the EXE matrix!\"}"], ["created_at", "2016-10-07 18:56:52.337760"], ["updated_at", "2016-10-07 18:56:52.337760"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptatibus molestiae eligendi sunt debitis.\",\"body\":\"Try to index the HTTP array, maybe it will index the primary program!\"}"], ["created_at", "2016-10-07 18:56:52.339303"], ["updated_at", "2016-10-07 18:56:52.339303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque veritatis beatae non voluptatem et saepe.\",\"body\":\"Try to back up the ADP system, maybe it will program the solid state feed!\"}"], ["created_at", "2016-10-07 18:56:52.340479"], ["updated_at", "2016-10-07 18:56:52.340479"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo porro praesentium.\",\"body\":\"I'll synthesize the bluetooth USB monitor, that should hard drive the SDD protocol!\"}"], ["created_at", "2016-10-07 18:56:52.341646"], ["updated_at", "2016-10-07 18:56:52.341646"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui tempore aut explicabo ex.\",\"body\":\"Indexing the bus won't do anything, we need to program the mobile ftp sensor!\"}"], ["created_at", "2016-10-07 18:56:52.343030"], ["updated_at", "2016-10-07 18:56:52.343030"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam voluptas corporis facere id aut ipsum repudiandae.\",\"body\":\"We need to calculate the haptic CSS pixel!\"}"], ["created_at", "2016-10-07 18:56:52.344261"], ["updated_at", "2016-10-07 18:56:52.344261"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit quia et qui ut est.\",\"body\":\"Use the optical JBOD firewall, then you can quantify the online sensor!\"}"], ["created_at", "2016-10-07 18:56:52.347909"], ["updated_at", "2016-10-07 18:56:52.347909"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem voluptatem quidem minus rerum magnam consequuntur doloribus.\",\"body\":\"You can't index the hard drive without bypassing the cross-platform SQL protocol!\"}"], ["created_at", "2016-10-07 18:56:52.350600"], ["updated_at", "2016-10-07 18:56:52.350600"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi qui pariatur.\",\"body\":\"I'll copy the mobile CSS bus, that should application the IB alarm!\"}"], ["created_at", "2016-10-07 18:56:52.352523"], ["updated_at", "2016-10-07 18:56:52.352523"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem ratione modi quas iste non numquam ut.\",\"body\":\"I'll override the solid state AGP array, that should port the SQL capacitor!\"}"], ["created_at", "2016-10-07 18:56:52.354710"], ["updated_at", "2016-10-07 18:56:52.354710"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id consectetur ipsa.\",\"body\":\"Use the digital SMTP port, then you can generate the digital port!\"}"], ["created_at", "2016-10-07 18:56:52.356340"], ["updated_at", "2016-10-07 18:56:52.356340"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint et et velit similique officia tempore aut.\",\"body\":\"Use the wireless HTTP capacitor, then you can synthesize the solid state bus!\"}"], ["created_at", "2016-10-07 18:56:52.358038"], ["updated_at", "2016-10-07 18:56:52.358038"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur earum deleniti recusandae officiis laudantium et qui.\",\"body\":\"Try to quantify the AGP card, maybe it will parse the neural array!\"}"], ["created_at", "2016-10-07 18:56:52.360160"], ["updated_at", "2016-10-07 18:56:52.360160"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque non qui quidem voluptas error.\",\"body\":\"Try to generate the SSL bus, maybe it will back up the bluetooth bandwidth!\"}"], ["created_at", "2016-10-07 18:56:52.361551"], ["updated_at", "2016-10-07 18:56:52.361551"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta cumque saepe aut ut animi autem.\",\"body\":\"Use the wireless USB interface, then you can calculate the bluetooth feed!\"}"], ["created_at", "2016-10-07 18:56:52.366494"], ["updated_at", "2016-10-07 18:56:52.366494"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga omnis blanditiis ut quis laborum repudiandae.\",\"body\":\"Use the bluetooth JSON card, then you can connect the mobile panel!\"}"], ["created_at", "2016-10-07 18:56:52.368147"], ["updated_at", "2016-10-07 18:56:52.368147"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam omnis odit eos est delectus vel.\",\"body\":\"Try to reboot the SQL matrix, maybe it will override the back-end bus!\"}"], ["created_at", "2016-10-07 18:56:52.369642"], ["updated_at", "2016-10-07 18:56:52.369642"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A quisquam aspernatur quaerat quo repudiandae.\",\"body\":\"We need to navigate the wireless HTTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:52.371287"], ["updated_at", "2016-10-07 18:56:52.371287"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis cumque assumenda qui ipsam et provident.\",\"body\":\"We need to connect the mobile RAM bandwidth!\"}"], ["created_at", "2016-10-07 18:56:52.372942"], ["updated_at", "2016-10-07 18:56:52.372942"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur dignissimos aliquam maiores molestiae et aut rerum.\",\"body\":\"Use the multi-byte RAM card, then you can transmit the redundant application!\"}"], ["created_at", "2016-10-07 18:56:52.374870"], ["updated_at", "2016-10-07 18:56:52.374870"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem qui minus modi sint.\",\"body\":\"I'll hack the neural CSS protocol, that should driver the HTTP program!\"}"], ["created_at", "2016-10-07 18:56:52.376556"], ["updated_at", "2016-10-07 18:56:52.376556"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis dolor qui eos voluptas quibusdam non.\",\"body\":\"We need to override the redundant COM circuit!\"}"], ["created_at", "2016-10-07 18:56:52.378271"], ["updated_at", "2016-10-07 18:56:52.378271"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat eum iste inventore excepturi debitis.\",\"body\":\"Try to reboot the HTTP capacitor, maybe it will transmit the primary feed!\"}"], ["created_at", "2016-10-07 18:56:52.381588"], ["updated_at", "2016-10-07 18:56:52.381588"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum distinctio voluptas perspiciatis sapiente voluptates repudiandae est.\",\"body\":\"Use the cross-platform PNG program, then you can override the haptic hard drive!\"}"], ["created_at", "2016-10-07 18:56:52.385879"], ["updated_at", "2016-10-07 18:56:52.385879"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit recusandae architecto reprehenderit.\",\"body\":\"Quantifying the system won't do anything, we need to synthesize the virtual ssl card!\"}"], ["created_at", "2016-10-07 18:56:52.387554"], ["updated_at", "2016-10-07 18:56:52.387554"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque ut vitae error quibusdam.\",\"body\":\"I'll reboot the open-source SQL alarm, that should array the SDD program!\"}"], ["created_at", "2016-10-07 18:56:52.389351"], ["updated_at", "2016-10-07 18:56:52.389351"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A dignissimos eius veritatis laboriosam temporibus.\",\"body\":\"I'll quantify the auxiliary XML alarm, that should bus the USB bus!\"}"], ["created_at", "2016-10-07 18:56:52.390945"], ["updated_at", "2016-10-07 18:56:52.390945"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat occaecati enim in recusandae inventore.\",\"body\":\"We need to compress the solid state SQL circuit!\"}"], ["created_at", "2016-10-07 18:56:52.393066"], ["updated_at", "2016-10-07 18:56:52.393066"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo doloremque explicabo quas voluptate ipsa nostrum voluptatem.\",\"body\":\"Try to calculate the RSS monitor, maybe it will back up the open-source bus!\"}"], ["created_at", "2016-10-07 18:56:52.394767"], ["updated_at", "2016-10-07 18:56:52.394767"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti sit earum aut.\",\"body\":\"If we reboot the application, we can get to the ADP panel through the wireless EXE card!\"}"], ["created_at", "2016-10-07 18:56:52.397277"], ["updated_at", "2016-10-07 18:56:52.397277"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero unde doloribus veniam placeat et odit repellendus.\",\"body\":\"If we transmit the circuit, we can get to the CSS firewall through the cross-platform USB program!\"}"], ["created_at", "2016-10-07 18:56:52.401925"], ["updated_at", "2016-10-07 18:56:52.401925"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim harum velit perspiciatis consequatur.\",\"body\":\"Transmitting the sensor won't do anything, we need to generate the haptic css sensor!\"}"], ["created_at", "2016-10-07 18:56:52.403794"], ["updated_at", "2016-10-07 18:56:52.403794"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi aut quo.\",\"body\":\"The USB port is down, compress the optical firewall so we can input the SMTP system!\"}"], ["created_at", "2016-10-07 18:56:52.406074"], ["updated_at", "2016-10-07 18:56:52.406074"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel et optio quia ut quasi necessitatibus temporibus.\",\"body\":\"You can't navigate the monitor without calculating the primary EXE array!\"}"], ["created_at", "2016-10-07 18:56:52.410306"], ["updated_at", "2016-10-07 18:56:52.410306"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint quisquam excepturi voluptas.\",\"body\":\"We need to program the multi-byte COM protocol!\"}"], ["created_at", "2016-10-07 18:56:52.414091"], ["updated_at", "2016-10-07 18:56:52.414091"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste sit ipsum animi fugit qui.\",\"body\":\"If we reboot the panel, we can get to the SSL panel through the redundant XML protocol!\"}"], ["created_at", "2016-10-07 18:56:52.417400"], ["updated_at", "2016-10-07 18:56:52.417400"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero voluptatem dolorum tenetur molestiae.\",\"body\":\"Use the cross-platform FTP interface, then you can input the bluetooth alarm!\"}"], ["created_at", "2016-10-07 18:56:52.419013"], ["updated_at", "2016-10-07 18:56:52.419013"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur saepe nesciunt ut.\",\"body\":\"I'll reboot the multi-byte XML alarm, that should panel the RSS system!\"}"], ["created_at", "2016-10-07 18:56:52.420545"], ["updated_at", "2016-10-07 18:56:52.420545"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia quia nulla sunt eos.\",\"body\":\"You can't transmit the transmitter without overriding the primary GB port!\"}"], ["created_at", "2016-10-07 18:56:52.422645"], ["updated_at", "2016-10-07 18:56:52.422645"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam eum nulla consequatur porro.\",\"body\":\"You can't reboot the interface without bypassing the open-source SAS capacitor!\"}"], ["created_at", "2016-10-07 18:56:52.424182"], ["updated_at", "2016-10-07 18:56:52.424182"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo et aut.\",\"body\":\"I'll index the cross-platform SQL program, that should monitor the AGP monitor!\"}"], ["created_at", "2016-10-07 18:56:52.425931"], ["updated_at", "2016-10-07 18:56:52.425931"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum possimus sequi quia ipsam aliquam qui.\",\"body\":\"Use the cross-platform SSL protocol, then you can back up the bluetooth bandwidth!\"}"], ["created_at", "2016-10-07 18:56:52.427509"], ["updated_at", "2016-10-07 18:56:52.427509"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis accusantium voluptate recusandae culpa quae.\",\"body\":\"You can't transmit the bandwidth without compressing the auxiliary SAS alarm!\"}"], ["created_at", "2016-10-07 18:56:52.432786"], ["updated_at", "2016-10-07 18:56:52.432786"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis nobis impedit repellat in molestiae.\",\"body\":\"You can't calculate the firewall without backing up the auxiliary HTTP application!\"}"], ["created_at", "2016-10-07 18:56:52.434599"], ["updated_at", "2016-10-07 18:56:52.434599"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse eum laborum sed repellendus mollitia quia.\",\"body\":\"Use the auxiliary XML port, then you can override the 1080p alarm!\"}"], ["created_at", "2016-10-07 18:56:52.436515"], ["updated_at", "2016-10-07 18:56:52.436515"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti voluptas deserunt odit qui.\",\"body\":\"I'll reboot the auxiliary THX port, that should driver the RAM interface!\"}"], ["created_at", "2016-10-07 18:56:52.438152"], ["updated_at", "2016-10-07 18:56:52.438152"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis reiciendis provident velit aliquid voluptatem eos non.\",\"body\":\"The USB feed is down, parse the open-source driver so we can calculate the PCI card!\"}"], ["created_at", "2016-10-07 18:56:52.439800"], ["updated_at", "2016-10-07 18:56:52.439800"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam pariatur minima dolorum illum.\",\"body\":\"The XSS firewall is down, transmit the cross-platform circuit so we can index the RSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.441383"], ["updated_at", "2016-10-07 18:56:52.441383"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae nesciunt velit commodi vel voluptates ea.\",\"body\":\"If we program the array, we can get to the EXE card through the 1080p PCI sensor!\"}"], ["created_at", "2016-10-07 18:56:52.443177"], ["updated_at", "2016-10-07 18:56:52.443177"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas itaque laboriosam quia voluptas ex suscipit.\",\"body\":\"The EXE hard drive is down, quantify the online transmitter so we can navigate the EXE feed!\"}"], ["created_at", "2016-10-07 18:56:52.445106"], ["updated_at", "2016-10-07 18:56:52.445106"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet ex enim molestiae id cum eos sit.\",\"body\":\"The JSON panel is down, transmit the 1080p protocol so we can override the JBOD interface!\"}"], ["created_at", "2016-10-07 18:56:52.450164"], ["updated_at", "2016-10-07 18:56:52.450164"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum accusamus sint.\",\"body\":\"I'll synthesize the multi-byte SQL protocol, that should microchip the SMS system!\"}"], ["created_at", "2016-10-07 18:56:52.452021"], ["updated_at", "2016-10-07 18:56:52.452021"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores vel sed necessitatibus aut.\",\"body\":\"Use the primary FTP bandwidth, then you can navigate the auxiliary microchip!\"}"], ["created_at", "2016-10-07 18:56:52.453627"], ["updated_at", "2016-10-07 18:56:52.453627"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci laudantium commodi quia velit.\",\"body\":\"Use the wireless AI firewall, then you can index the digital hard drive!\"}"], ["created_at", "2016-10-07 18:56:52.455471"], ["updated_at", "2016-10-07 18:56:52.455471"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et expedita voluptatum et.\",\"body\":\"Try to program the PNG driver, maybe it will calculate the virtual driver!\"}"], ["created_at", "2016-10-07 18:56:52.457133"], ["updated_at", "2016-10-07 18:56:52.457133"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas nobis praesentium eaque ab aut.\",\"body\":\"I'll navigate the cross-platform SMTP sensor, that should card the XSS pixel!\"}"], ["created_at", "2016-10-07 18:56:52.459223"], ["updated_at", "2016-10-07 18:56:52.459223"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur vero illum ea dolorum culpa recusandae.\",\"body\":\"You can't navigate the card without hacking the neural SMTP protocol!\"}"], ["created_at", "2016-10-07 18:56:52.460859"], ["updated_at", "2016-10-07 18:56:52.460859"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nobis nostrum id.\",\"body\":\"Indexing the transmitter won't do anything, we need to transmit the digital ai bus!\"}"], ["created_at", "2016-10-07 18:56:52.465977"], ["updated_at", "2016-10-07 18:56:52.465977"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ea deleniti.\",\"body\":\"If we copy the driver, we can get to the USB transmitter through the redundant EXE card!\"}"], ["created_at", "2016-10-07 18:56:52.467899"], ["updated_at", "2016-10-07 18:56:52.467899"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius et omnis officiis asperiores dolorum veritatis assumenda.\",\"body\":\"Try to input the FTP firewall, maybe it will navigate the online transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.469587"], ["updated_at", "2016-10-07 18:56:52.469587"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati omnis similique consectetur quia qui nemo.\",\"body\":\"Generating the transmitter won't do anything, we need to quantify the multi-byte com monitor!\"}"], ["created_at", "2016-10-07 18:56:52.471710"], ["updated_at", "2016-10-07 18:56:52.471710"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ea eos cupiditate repellendus.\",\"body\":\"Connecting the pixel won't do anything, we need to index the open-source ssl application!\"}"], ["created_at", "2016-10-07 18:56:52.473347"], ["updated_at", "2016-10-07 18:56:52.473347"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores quia nam neque velit velit laboriosam voluptatem.\",\"body\":\"We need to reboot the haptic SDD microchip!\"}"], ["created_at", "2016-10-07 18:56:52.474960"], ["updated_at", "2016-10-07 18:56:52.474960"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis itaque quisquam sit.\",\"body\":\"I'll copy the 1080p JBOD port, that should card the EXE pixel!\"}"], ["created_at", "2016-10-07 18:56:52.476659"], ["updated_at", "2016-10-07 18:56:52.476659"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis natus voluptas vero iusto voluptate consequatur.\",\"body\":\"Bypassing the sensor won't do anything, we need to program the back-end com card!\"}"], ["created_at", "2016-10-07 18:56:52.478783"], ["updated_at", "2016-10-07 18:56:52.478783"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas suscipit qui facilis vel doloremque.\",\"body\":\"You can't back up the transmitter without synthesizing the online PNG program!\"}"], ["created_at", "2016-10-07 18:56:52.483484"], ["updated_at", "2016-10-07 18:56:52.483484"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam voluptas ad maiores ab labore.\",\"body\":\"If we input the alarm, we can get to the TCP pixel through the solid state IB sensor!\"}"], ["created_at", "2016-10-07 18:56:52.522174"], ["updated_at", "2016-10-07 18:56:52.522174"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id eos sit enim repellat.\",\"body\":\"The USB interface is down, copy the cross-platform pixel so we can copy the SMTP transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.523385"], ["updated_at", "2016-10-07 18:56:52.523385"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia quaerat voluptatibus aut recusandae consequatur et minus.\",\"body\":\"The ADP firewall is down, override the virtual sensor so we can bypass the EXE hard drive!\"}"], ["created_at", "2016-10-07 18:56:52.524501"], ["updated_at", "2016-10-07 18:56:52.524501"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis et unde id quia non reiciendis magnam.\",\"body\":\"I'll bypass the mobile AI microchip, that should transmitter the JSON circuit!\"}"], ["created_at", "2016-10-07 18:56:52.525729"], ["updated_at", "2016-10-07 18:56:52.525729"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum enim perferendis veniam sunt minus itaque.\",\"body\":\"You can't synthesize the protocol without generating the bluetooth FTP array!\"}"], ["created_at", "2016-10-07 18:56:52.526925"], ["updated_at", "2016-10-07 18:56:52.526925"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore magni sit ut vel adipisci.\",\"body\":\"I'll reboot the optical USB system, that should program the CSS port!\"}"], ["created_at", "2016-10-07 18:56:52.528222"], ["updated_at", "2016-10-07 18:56:52.528222"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptas ducimus accusantium ut non odit.\",\"body\":\"If we override the transmitter, we can get to the USB circuit through the open-source XML capacitor!\"}"], ["created_at", "2016-10-07 18:56:52.532509"], ["updated_at", "2016-10-07 18:56:52.532509"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti ex ducimus dicta inventore error maxime et.\",\"body\":\"Connecting the matrix won't do anything, we need to calculate the 1080p pci hard drive!\"}"], ["created_at", "2016-10-07 18:56:52.533796"], ["updated_at", "2016-10-07 18:56:52.533796"]] SQL (4.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id doloremque aut ipsam.\",\"body\":\"Transmitting the pixel won't do anything, we need to transmit the primary tcp application!\"}"], ["created_at", "2016-10-07 18:56:52.534925"], ["updated_at", "2016-10-07 18:56:52.534925"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque accusantium asperiores ea voluptatibus atque laboriosam vel.\",\"body\":\"If we input the hard drive, we can get to the JBOD driver through the 1080p SDD hard drive!\"}"], ["created_at", "2016-10-07 18:56:52.540131"], ["updated_at", "2016-10-07 18:56:52.540131"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia sequi neque atque perspiciatis aspernatur voluptas.\",\"body\":\"I'll connect the online JBOD circuit, that should hard drive the RSS system!\"}"], ["created_at", "2016-10-07 18:56:52.541315"], ["updated_at", "2016-10-07 18:56:52.541315"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde accusantium aut similique.\",\"body\":\"You can't generate the card without bypassing the cross-platform XML interface!\"}"], ["created_at", "2016-10-07 18:56:52.542530"], ["updated_at", "2016-10-07 18:56:52.542530"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique neque omnis qui.\",\"body\":\"Use the online XML panel, then you can program the neural transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.543786"], ["updated_at", "2016-10-07 18:56:52.543786"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi ab et.\",\"body\":\"Try to back up the IB feed, maybe it will program the online transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.546277"], ["updated_at", "2016-10-07 18:56:52.546277"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum ea magni ipsam eaque sint.\",\"body\":\"I'll override the neural SMTP system, that should transmitter the FTP feed!\"}"], ["created_at", "2016-10-07 18:56:52.549008"], ["updated_at", "2016-10-07 18:56:52.549008"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus sapiente laudantium dignissimos rerum.\",\"body\":\"The XML port is down, bypass the redundant card so we can parse the CSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:52.552701"], ["updated_at", "2016-10-07 18:56:52.552701"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam rerum inventore non aut in veritatis.\",\"body\":\"The RSS firewall is down, bypass the back-end transmitter so we can program the JSON matrix!\"}"], ["created_at", "2016-10-07 18:56:52.554890"], ["updated_at", "2016-10-07 18:56:52.554890"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate sed aliquam dolor minus.\",\"body\":\"We need to connect the primary SMTP monitor!\"}"], ["created_at", "2016-10-07 18:56:52.556359"], ["updated_at", "2016-10-07 18:56:52.556359"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut expedita dolorem sit eaque laboriosam sit autem.\",\"body\":\"We need to reboot the multi-byte AGP transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.558065"], ["updated_at", "2016-10-07 18:56:52.558065"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas vel et.\",\"body\":\"You can't back up the application without quantifying the bluetooth TCP microchip!\"}"], ["created_at", "2016-10-07 18:56:52.559373"], ["updated_at", "2016-10-07 18:56:52.559373"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis possimus non placeat.\",\"body\":\"Try to connect the COM alarm, maybe it will compress the open-source hard drive!\"}"], ["created_at", "2016-10-07 18:56:52.560722"], ["updated_at", "2016-10-07 18:56:52.560722"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa sunt accusantium quis commodi ea et.\",\"body\":\"The PCI monitor is down, override the solid state firewall so we can synthesize the SQL capacitor!\"}"], ["created_at", "2016-10-07 18:56:52.564663"], ["updated_at", "2016-10-07 18:56:52.564663"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi animi nemo et molestiae non.\",\"body\":\"You can't connect the bandwidth without transmitting the virtual THX transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.566457"], ["updated_at", "2016-10-07 18:56:52.566457"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eos iure culpa expedita.\",\"body\":\"Try to input the USB alarm, maybe it will override the multi-byte transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.568611"], ["updated_at", "2016-10-07 18:56:52.568611"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam est maxime quo pariatur.\",\"body\":\"Try to quantify the AI application, maybe it will navigate the online port!\"}"], ["created_at", "2016-10-07 18:56:52.569784"], ["updated_at", "2016-10-07 18:56:52.569784"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum minus quis.\",\"body\":\"Use the digital JBOD firewall, then you can compress the 1080p microchip!\"}"], ["created_at", "2016-10-07 18:56:52.570885"], ["updated_at", "2016-10-07 18:56:52.570885"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum iure officia ut ut.\",\"body\":\"If we hack the array, we can get to the PCI feed through the solid state SSL system!\"}"], ["created_at", "2016-10-07 18:56:52.571900"], ["updated_at", "2016-10-07 18:56:52.571900"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor mollitia sint explicabo molestiae.\",\"body\":\"The IB bandwidth is down, copy the wireless capacitor so we can calculate the THX hard drive!\"}"], ["created_at", "2016-10-07 18:56:52.572816"], ["updated_at", "2016-10-07 18:56:52.572816"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae modi esse aut ex perspiciatis.\",\"body\":\"If we generate the driver, we can get to the IB matrix through the open-source SSL transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.573820"], ["updated_at", "2016-10-07 18:56:52.573820"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit vel optio saepe sed aliquam doloribus non.\",\"body\":\"Copying the feed won't do anything, we need to compress the online png capacitor!\"}"], ["created_at", "2016-10-07 18:56:52.574987"], ["updated_at", "2016-10-07 18:56:52.574987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam qui nobis qui sunt eligendi.\",\"body\":\"We need to quantify the auxiliary ADP capacitor!\"}"], ["created_at", "2016-10-07 18:56:52.576031"], ["updated_at", "2016-10-07 18:56:52.576031"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et natus dolorum deserunt nostrum.\",\"body\":\"Use the auxiliary SSL application, then you can transmit the back-end feed!\"}"], ["created_at", "2016-10-07 18:56:52.577049"], ["updated_at", "2016-10-07 18:56:52.577049"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit incidunt laudantium autem praesentium.\",\"body\":\"I'll quantify the back-end GB alarm, that should application the SMTP monitor!\"}"], ["created_at", "2016-10-07 18:56:52.578498"], ["updated_at", "2016-10-07 18:56:52.578498"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed eum inventore fuga minus iusto aut rem.\",\"body\":\"Use the wireless XSS card, then you can hack the redundant program!\"}"], ["created_at", "2016-10-07 18:56:52.582123"], ["updated_at", "2016-10-07 18:56:52.582123"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates saepe tempore et.\",\"body\":\"I'll index the open-source COM firewall, that should sensor the SMTP firewall!\"}"], ["created_at", "2016-10-07 18:56:52.584082"], ["updated_at", "2016-10-07 18:56:52.584082"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit eos eaque numquam modi est et aut.\",\"body\":\"We need to connect the mobile AI port!\"}"], ["created_at", "2016-10-07 18:56:52.585200"], ["updated_at", "2016-10-07 18:56:52.585200"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa error explicabo et rem libero.\",\"body\":\"We need to input the haptic SQL driver!\"}"], ["created_at", "2016-10-07 18:56:52.586346"], ["updated_at", "2016-10-07 18:56:52.586346"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam non dolor porro sit minus doloribus.\",\"body\":\"You can't bypass the bandwidth without transmitting the bluetooth FTP driver!\"}"], ["created_at", "2016-10-07 18:56:52.587473"], ["updated_at", "2016-10-07 18:56:52.587473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet officia laborum porro quis modi adipisci blanditiis.\",\"body\":\"Programming the capacitor won't do anything, we need to connect the online ib transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.588463"], ["updated_at", "2016-10-07 18:56:52.588463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut omnis sed.\",\"body\":\"You can't quantify the pixel without programming the neural XML circuit!\"}"], ["created_at", "2016-10-07 18:56:52.589410"], ["updated_at", "2016-10-07 18:56:52.589410"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et omnis aliquam.\",\"body\":\"I'll generate the digital FTP hard drive, that should feed the PCI interface!\"}"], ["created_at", "2016-10-07 18:56:52.590335"], ["updated_at", "2016-10-07 18:56:52.590335"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores molestiae officia iusto.\",\"body\":\"Try to override the AGP bus, maybe it will copy the redundant panel!\"}"], ["created_at", "2016-10-07 18:56:52.591361"], ["updated_at", "2016-10-07 18:56:52.591361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium quia aspernatur minus rerum quidem tempore.\",\"body\":\"I'll back up the virtual GB transmitter, that should sensor the RAM protocol!\"}"], ["created_at", "2016-10-07 18:56:52.592341"], ["updated_at", "2016-10-07 18:56:52.592341"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur deserunt suscipit iure sint aut.\",\"body\":\"I'll override the neural AGP firewall, that should program the XML pixel!\"}"], ["created_at", "2016-10-07 18:56:52.593216"], ["updated_at", "2016-10-07 18:56:52.593216"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem est voluptate ipsa rem eligendi dolores ducimus.\",\"body\":\"If we quantify the bandwidth, we can get to the COM protocol through the optical ADP bus!\"}"], ["created_at", "2016-10-07 18:56:52.594070"], ["updated_at", "2016-10-07 18:56:52.594070"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste cum repudiandae perspiciatis qui similique.\",\"body\":\"The AGP alarm is down, back up the solid state bus so we can quantify the SSL bandwidth!\"}"], ["created_at", "2016-10-07 18:56:52.596345"], ["updated_at", "2016-10-07 18:56:52.596345"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem distinctio quis autem molestias.\",\"body\":\"We need to parse the cross-platform SSL pixel!\"}"], ["created_at", "2016-10-07 18:56:52.599560"], ["updated_at", "2016-10-07 18:56:52.599560"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum ut labore qui recusandae esse voluptatum.\",\"body\":\"Try to quantify the XSS hard drive, maybe it will bypass the digital transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.600836"], ["updated_at", "2016-10-07 18:56:52.600836"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit id harum enim.\",\"body\":\"Use the cross-platform RSS feed, then you can back up the open-source sensor!\"}"], ["created_at", "2016-10-07 18:56:52.601921"], ["updated_at", "2016-10-07 18:56:52.601921"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas voluptatem commodi sapiente quas.\",\"body\":\"Try to transmit the ADP matrix, maybe it will copy the bluetooth bus!\"}"], ["created_at", "2016-10-07 18:56:52.603022"], ["updated_at", "2016-10-07 18:56:52.603022"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non iste et et numquam.\",\"body\":\"We need to index the haptic SSL pixel!\"}"], ["created_at", "2016-10-07 18:56:52.604386"], ["updated_at", "2016-10-07 18:56:52.604386"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sed explicabo aut aut.\",\"body\":\"Use the neural EXE capacitor, then you can reboot the auxiliary application!\"}"], ["created_at", "2016-10-07 18:56:52.605968"], ["updated_at", "2016-10-07 18:56:52.605968"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis veritatis deleniti autem.\",\"body\":\"The CSS matrix is down, calculate the 1080p matrix so we can calculate the SCSI sensor!\"}"], ["created_at", "2016-10-07 18:56:52.607242"], ["updated_at", "2016-10-07 18:56:52.607242"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error veritatis eos qui minus quasi et.\",\"body\":\"You can't reboot the matrix without transmitting the primary HTTP driver!\"}"], ["created_at", "2016-10-07 18:56:52.608277"], ["updated_at", "2016-10-07 18:56:52.608277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ea aspernatur necessitatibus sint nostrum.\",\"body\":\"If we synthesize the card, we can get to the TCP protocol through the cross-platform SSL array!\"}"], ["created_at", "2016-10-07 18:56:52.609147"], ["updated_at", "2016-10-07 18:56:52.609147"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem omnis et voluptatem ipsam.\",\"body\":\"Try to compress the GB bus, maybe it will quantify the primary bandwidth!\"}"], ["created_at", "2016-10-07 18:56:52.609995"], ["updated_at", "2016-10-07 18:56:52.609995"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos accusamus eveniet possimus nobis magnam odio.\",\"body\":\"Use the 1080p THX card, then you can transmit the multi-byte hard drive!\"}"], ["created_at", "2016-10-07 18:56:52.611024"], ["updated_at", "2016-10-07 18:56:52.611024"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos enim error.\",\"body\":\"The AGP hard drive is down, bypass the primary driver so we can reboot the RSS protocol!\"}"], ["created_at", "2016-10-07 18:56:52.613905"], ["updated_at", "2016-10-07 18:56:52.613905"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dolor ab architecto quo ut quia.\",\"body\":\"I'll index the optical EXE panel, that should protocol the XSS array!\"}"], ["created_at", "2016-10-07 18:56:52.616144"], ["updated_at", "2016-10-07 18:56:52.616144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis fugit consequuntur.\",\"body\":\"I'll transmit the virtual RSS port, that should matrix the ADP port!\"}"], ["created_at", "2016-10-07 18:56:52.617287"], ["updated_at", "2016-10-07 18:56:52.617287"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis sit quo voluptas vel.\",\"body\":\"I'll navigate the optical SDD circuit, that should pixel the SCSI application!\"}"], ["created_at", "2016-10-07 18:56:52.618224"], ["updated_at", "2016-10-07 18:56:52.618224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus facilis in excepturi consequatur.\",\"body\":\"Use the back-end JSON alarm, then you can back up the virtual panel!\"}"], ["created_at", "2016-10-07 18:56:52.619241"], ["updated_at", "2016-10-07 18:56:52.619241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quo deleniti et ea debitis at.\",\"body\":\"We need to index the mobile PCI system!\"}"], ["created_at", "2016-10-07 18:56:52.620107"], ["updated_at", "2016-10-07 18:56:52.620107"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt illum vel laborum beatae est tempore.\",\"body\":\"Try to bypass the THX bandwidth, maybe it will index the back-end application!\"}"], ["created_at", "2016-10-07 18:56:52.620960"], ["updated_at", "2016-10-07 18:56:52.620960"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi architecto perspiciatis sit aut minus iure et.\",\"body\":\"The THX driver is down, copy the wireless feed so we can generate the AI feed!\"}"], ["created_at", "2016-10-07 18:56:52.621851"], ["updated_at", "2016-10-07 18:56:52.621851"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ut quae aspernatur asperiores mollitia rerum sed.\",\"body\":\"If we reboot the hard drive, we can get to the GB port through the haptic USB firewall!\"}"], ["created_at", "2016-10-07 18:56:52.622757"], ["updated_at", "2016-10-07 18:56:52.622757"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio pariatur sed ut fugit.\",\"body\":\"You can't bypass the system without bypassing the solid state RSS protocol!\"}"], ["created_at", "2016-10-07 18:56:52.623704"], ["updated_at", "2016-10-07 18:56:52.623704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid porro illo beatae odit.\",\"body\":\"We need to calculate the multi-byte FTP system!\"}"], ["created_at", "2016-10-07 18:56:52.624694"], ["updated_at", "2016-10-07 18:56:52.624694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum deleniti ipsam vero et non itaque.\",\"body\":\"Hacking the port won't do anything, we need to copy the solid state ftp pixel!\"}"], ["created_at", "2016-10-07 18:56:52.625565"], ["updated_at", "2016-10-07 18:56:52.625565"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium quam aut minus qui nostrum vitae omnis.\",\"body\":\"If we navigate the feed, we can get to the PNG bandwidth through the mobile SSL program!\"}"], ["created_at", "2016-10-07 18:56:52.626600"], ["updated_at", "2016-10-07 18:56:52.626600"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi voluptas maxime dolorum qui possimus.\",\"body\":\"Use the bluetooth AGP panel, then you can input the online application!\"}"], ["created_at", "2016-10-07 18:56:52.627743"], ["updated_at", "2016-10-07 18:56:52.627743"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt aliquid sunt quibusdam non tenetur odio molestias.\",\"body\":\"Hacking the interface won't do anything, we need to copy the optical ftp interface!\"}"], ["created_at", "2016-10-07 18:56:52.630624"], ["updated_at", "2016-10-07 18:56:52.630624"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt aut in.\",\"body\":\"The SSL sensor is down, copy the wireless sensor so we can input the GB driver!\"}"], ["created_at", "2016-10-07 18:56:52.633007"], ["updated_at", "2016-10-07 18:56:52.633007"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium ducimus dolores sit harum eos autem.\",\"body\":\"I'll compress the haptic JBOD circuit, that should microchip the XML system!\"}"], ["created_at", "2016-10-07 18:56:52.634123"], ["updated_at", "2016-10-07 18:56:52.634123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus vero excepturi libero ea sint animi est.\",\"body\":\"I'll synthesize the cross-platform COM protocol, that should driver the SSL microchip!\"}"], ["created_at", "2016-10-07 18:56:52.635159"], ["updated_at", "2016-10-07 18:56:52.635159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim repellat tempora explicabo porro sequi nulla laborum.\",\"body\":\"If we navigate the feed, we can get to the IB protocol through the digital FTP program!\"}"], ["created_at", "2016-10-07 18:56:52.636106"], ["updated_at", "2016-10-07 18:56:52.636106"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit recusandae rem ut sed molestias repellat illo.\",\"body\":\"I'll hack the solid state IB system, that should feed the CSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:52.637040"], ["updated_at", "2016-10-07 18:56:52.637040"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt est et molestias excepturi aperiam occaecati voluptates.\",\"body\":\"We need to connect the neural AI matrix!\"}"], ["created_at", "2016-10-07 18:56:52.637928"], ["updated_at", "2016-10-07 18:56:52.637928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo quis mollitia illo.\",\"body\":\"You can't program the capacitor without compressing the open-source RAM matrix!\"}"], ["created_at", "2016-10-07 18:56:52.638822"], ["updated_at", "2016-10-07 18:56:52.638822"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem quia sed delectus temporibus.\",\"body\":\"You can't override the feed without parsing the open-source AI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:52.639668"], ["updated_at", "2016-10-07 18:56:52.639668"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel exercitationem voluptatibus est dolorem dolor quae velit.\",\"body\":\"I'll index the optical SMS array, that should firewall the IB microchip!\"}"], ["created_at", "2016-10-07 18:56:52.640560"], ["updated_at", "2016-10-07 18:56:52.640560"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam deserunt assumenda.\",\"body\":\"The RAM firewall is down, calculate the neural system so we can calculate the SCSI system!\"}"], ["created_at", "2016-10-07 18:56:52.641579"], ["updated_at", "2016-10-07 18:56:52.641579"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor consectetur et voluptatibus praesentium omnis.\",\"body\":\"Parsing the array won't do anything, we need to copy the bluetooth hdd driver!\"}"], ["created_at", "2016-10-07 18:56:52.642525"], ["updated_at", "2016-10-07 18:56:52.642525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum est quia nostrum dignissimos.\",\"body\":\"Use the multi-byte IB alarm, then you can connect the auxiliary program!\"}"], ["created_at", "2016-10-07 18:56:52.643403"], ["updated_at", "2016-10-07 18:56:52.643403"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore quasi iure hic eum aperiam.\",\"body\":\"We need to input the bluetooth SMTP driver!\"}"], ["created_at", "2016-10-07 18:56:52.644379"], ["updated_at", "2016-10-07 18:56:52.644379"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam minima expedita fugiat alias voluptatem quos esse.\",\"body\":\"Bypassing the hard drive won't do anything, we need to input the mobile sms hard drive!\"}"], ["created_at", "2016-10-07 18:56:52.647504"], ["updated_at", "2016-10-07 18:56:52.647504"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos perspiciatis consequatur quia sapiente ut.\",\"body\":\"Hacking the firewall won't do anything, we need to input the online sql driver!\"}"], ["created_at", "2016-10-07 18:56:52.649849"], ["updated_at", "2016-10-07 18:56:52.649849"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime dolores magnam a.\",\"body\":\"Try to quantify the GB program, maybe it will bypass the bluetooth firewall!\"}"], ["created_at", "2016-10-07 18:56:52.651105"], ["updated_at", "2016-10-07 18:56:52.651105"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis non veritatis dolorem quos.\",\"body\":\"You can't parse the protocol without compressing the optical ADP bus!\"}"], ["created_at", "2016-10-07 18:56:52.652267"], ["updated_at", "2016-10-07 18:56:52.652267"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et maxime exercitationem ut.\",\"body\":\"The RSS interface is down, transmit the multi-byte pixel so we can override the XSS card!\"}"], ["created_at", "2016-10-07 18:56:52.653541"], ["updated_at", "2016-10-07 18:56:52.653541"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi a omnis.\",\"body\":\"The JSON transmitter is down, back up the neural transmitter so we can connect the GB system!\"}"], ["created_at", "2016-10-07 18:56:52.654889"], ["updated_at", "2016-10-07 18:56:52.654889"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non vel ratione reiciendis amet quis.\",\"body\":\"Try to compress the ADP program, maybe it will compress the mobile application!\"}"], ["created_at", "2016-10-07 18:56:52.657240"], ["updated_at", "2016-10-07 18:56:52.657240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima et vero voluptas facilis tempora.\",\"body\":\"I'll generate the digital SAS bandwidth, that should system the SMTP program!\"}"], ["created_at", "2016-10-07 18:56:52.658436"], ["updated_at", "2016-10-07 18:56:52.658436"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime in sapiente qui minima ut.\",\"body\":\"Compressing the program won't do anything, we need to transmit the virtual json system!\"}"], ["created_at", "2016-10-07 18:56:52.659370"], ["updated_at", "2016-10-07 18:56:52.659370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas aut hic.\",\"body\":\"If we navigate the transmitter, we can get to the ADP bandwidth through the primary JBOD feed!\"}"], ["created_at", "2016-10-07 18:56:52.660265"], ["updated_at", "2016-10-07 18:56:52.660265"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil est ut.\",\"body\":\"You can't bypass the circuit without transmitting the solid state FTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:52.661339"], ["updated_at", "2016-10-07 18:56:52.661339"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates alias rem.\",\"body\":\"Use the virtual RAM array, then you can navigate the neural panel!\"}"], ["created_at", "2016-10-07 18:56:52.664654"], ["updated_at", "2016-10-07 18:56:52.664654"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero saepe doloribus omnis dignissimos rerum voluptate accusamus.\",\"body\":\"We need to compress the optical AGP capacitor!\"}"], ["created_at", "2016-10-07 18:56:52.666422"], ["updated_at", "2016-10-07 18:56:52.666422"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo in delectus velit minus.\",\"body\":\"The SCSI interface is down, connect the online bandwidth so we can compress the SCSI feed!\"}"], ["created_at", "2016-10-07 18:56:52.667387"], ["updated_at", "2016-10-07 18:56:52.667387"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio ut facere.\",\"body\":\"The XSS transmitter is down, transmit the wireless protocol so we can connect the SQL port!\"}"], ["created_at", "2016-10-07 18:56:52.668539"], ["updated_at", "2016-10-07 18:56:52.668539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti officiis sint tenetur ipsa.\",\"body\":\"You can't compress the microchip without indexing the bluetooth AI protocol!\"}"], ["created_at", "2016-10-07 18:56:52.669431"], ["updated_at", "2016-10-07 18:56:52.669431"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio atque non qui in unde.\",\"body\":\"Parsing the port won't do anything, we need to synthesize the multi-byte ftp firewall!\"}"], ["created_at", "2016-10-07 18:56:52.670283"], ["updated_at", "2016-10-07 18:56:52.670283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto impedit laboriosam.\",\"body\":\"We need to calculate the mobile SMS panel!\"}"], ["created_at", "2016-10-07 18:56:52.671176"], ["updated_at", "2016-10-07 18:56:52.671176"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda quia cum quas fuga dolorem sunt.\",\"body\":\"Use the open-source RSS driver, then you can connect the haptic interface!\"}"], ["created_at", "2016-10-07 18:56:52.672041"], ["updated_at", "2016-10-07 18:56:52.672041"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum perferendis est corporis quas dolores aut dignissimos.\",\"body\":\"Use the digital SMS capacitor, then you can back up the neural card!\"}"], ["created_at", "2016-10-07 18:56:52.672951"], ["updated_at", "2016-10-07 18:56:52.672951"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea facilis dolor fugiat fugit.\",\"body\":\"You can't transmit the feed without compressing the optical PCI card!\"}"], ["created_at", "2016-10-07 18:56:52.674000"], ["updated_at", "2016-10-07 18:56:52.674000"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam repellat vitae pariatur labore unde hic.\",\"body\":\"Try to navigate the XSS port, maybe it will index the auxiliary bandwidth!\"}"], ["created_at", "2016-10-07 18:56:52.674901"], ["updated_at", "2016-10-07 18:56:52.674901"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quod maiores unde.\",\"body\":\"Compressing the matrix won't do anything, we need to compress the online css capacitor!\"}"], ["created_at", "2016-10-07 18:56:52.675777"], ["updated_at", "2016-10-07 18:56:52.675777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est iure eaque ad.\",\"body\":\"We need to parse the multi-byte GB circuit!\"}"], ["created_at", "2016-10-07 18:56:52.676675"], ["updated_at", "2016-10-07 18:56:52.676675"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam sit consequatur eos.\",\"body\":\"The HDD interface is down, back up the virtual driver so we can program the SMS circuit!\"}"], ["created_at", "2016-10-07 18:56:52.677596"], ["updated_at", "2016-10-07 18:56:52.677596"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur aliquam neque similique vero.\",\"body\":\"Use the bluetooth TCP firewall, then you can back up the auxiliary matrix!\"}"], ["created_at", "2016-10-07 18:56:52.680661"], ["updated_at", "2016-10-07 18:56:52.680661"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate adipisci occaecati vitae tempore voluptate magni eum.\",\"body\":\"Use the virtual XML circuit, then you can index the online hard drive!\"}"], ["created_at", "2016-10-07 18:56:52.682744"], ["updated_at", "2016-10-07 18:56:52.682744"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis nisi distinctio.\",\"body\":\"You can't compress the driver without backing up the multi-byte USB pixel!\"}"], ["created_at", "2016-10-07 18:56:52.683757"], ["updated_at", "2016-10-07 18:56:52.683757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus culpa cupiditate perspiciatis magni nostrum.\",\"body\":\"You can't connect the array without quantifying the digital THX alarm!\"}"], ["created_at", "2016-10-07 18:56:52.684696"], ["updated_at", "2016-10-07 18:56:52.684696"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam minus ut voluptas ea id non nobis.\",\"body\":\"Try to compress the AGP array, maybe it will program the digital driver!\"}"], ["created_at", "2016-10-07 18:56:52.685568"], ["updated_at", "2016-10-07 18:56:52.685568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit eaque ipsam molestias nam.\",\"body\":\"Overriding the hard drive won't do anything, we need to transmit the haptic pci pixel!\"}"], ["created_at", "2016-10-07 18:56:52.686429"], ["updated_at", "2016-10-07 18:56:52.686429"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos laudantium ea sed et corrupti et.\",\"body\":\"Hacking the sensor won't do anything, we need to generate the multi-byte css driver!\"}"], ["created_at", "2016-10-07 18:56:52.687313"], ["updated_at", "2016-10-07 18:56:52.687313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates repellendus quis praesentium est sunt.\",\"body\":\"Backing up the panel won't do anything, we need to generate the mobile css transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.688360"], ["updated_at", "2016-10-07 18:56:52.688360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque facere ex ratione voluptatum ut.\",\"body\":\"Try to program the SDD capacitor, maybe it will bypass the digital matrix!\"}"], ["created_at", "2016-10-07 18:56:52.689289"], ["updated_at", "2016-10-07 18:56:52.689289"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat consequatur est fugit aut iusto odit.\",\"body\":\"The AGP monitor is down, parse the bluetooth bus so we can calculate the JBOD driver!\"}"], ["created_at", "2016-10-07 18:56:52.690218"], ["updated_at", "2016-10-07 18:56:52.690218"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae ut ex et placeat.\",\"body\":\"Try to synthesize the SMTP array, maybe it will override the back-end sensor!\"}"], ["created_at", "2016-10-07 18:56:52.691212"], ["updated_at", "2016-10-07 18:56:52.691212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam autem qui quia sint.\",\"body\":\"Use the online THX pixel, then you can bypass the virtual pixel!\"}"], ["created_at", "2016-10-07 18:56:52.692175"], ["updated_at", "2016-10-07 18:56:52.692175"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis molestias deleniti voluptatem nobis aut similique explicabo.\",\"body\":\"Try to calculate the HTTP firewall, maybe it will index the bluetooth firewall!\"}"], ["created_at", "2016-10-07 18:56:52.693102"], ["updated_at", "2016-10-07 18:56:52.693102"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas qui error sapiente maiores tempora.\",\"body\":\"The SQL matrix is down, copy the digital driver so we can compress the GB card!\"}"], ["created_at", "2016-10-07 18:56:52.694049"], ["updated_at", "2016-10-07 18:56:52.694049"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In reiciendis incidunt magnam aut eligendi necessitatibus eum.\",\"body\":\"Try to hack the ADP feed, maybe it will parse the 1080p bandwidth!\"}"], ["created_at", "2016-10-07 18:56:52.696664"], ["updated_at", "2016-10-07 18:56:52.696664"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio ipsa maiores ea.\",\"body\":\"Use the virtual SCSI program, then you can synthesize the optical firewall!\"}"], ["created_at", "2016-10-07 18:56:52.699346"], ["updated_at", "2016-10-07 18:56:52.699346"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid quis ut iusto est cupiditate perspiciatis omnis.\",\"body\":\"The PNG array is down, bypass the cross-platform pixel so we can override the RSS monitor!\"}"], ["created_at", "2016-10-07 18:56:52.700693"], ["updated_at", "2016-10-07 18:56:52.700693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa harum voluptatem dolorum deleniti cumque.\",\"body\":\"Try to index the COM port, maybe it will hack the mobile protocol!\"}"], ["created_at", "2016-10-07 18:56:52.701659"], ["updated_at", "2016-10-07 18:56:52.701659"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit in rem saepe doloribus quos.\",\"body\":\"I'll index the multi-byte TCP bus, that should sensor the JBOD driver!\"}"], ["created_at", "2016-10-07 18:56:52.702515"], ["updated_at", "2016-10-07 18:56:52.702515"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quisquam non.\",\"body\":\"You can't copy the firewall without bypassing the haptic PNG panel!\"}"], ["created_at", "2016-10-07 18:56:52.703430"], ["updated_at", "2016-10-07 18:56:52.703430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia accusantium omnis aut.\",\"body\":\"We need to calculate the digital XML pixel!\"}"], ["created_at", "2016-10-07 18:56:52.704308"], ["updated_at", "2016-10-07 18:56:52.704308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum eveniet qui.\",\"body\":\"Try to hack the RAM port, maybe it will parse the haptic firewall!\"}"], ["created_at", "2016-10-07 18:56:52.705158"], ["updated_at", "2016-10-07 18:56:52.705158"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores libero nesciunt inventore ab vero officia.\",\"body\":\"If we generate the panel, we can get to the SDD port through the digital FTP application!\"}"], ["created_at", "2016-10-07 18:56:52.705994"], ["updated_at", "2016-10-07 18:56:52.705994"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et commodi et aspernatur velit iure voluptas nemo.\",\"body\":\"You can't compress the monitor without indexing the auxiliary SDD protocol!\"}"], ["created_at", "2016-10-07 18:56:52.706960"], ["updated_at", "2016-10-07 18:56:52.706960"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est iusto est doloremque magni nihil in.\",\"body\":\"You can't reboot the bandwidth without quantifying the digital GB array!\"}"], ["created_at", "2016-10-07 18:56:52.707923"], ["updated_at", "2016-10-07 18:56:52.707923"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum fugit quo id officia similique.\",\"body\":\"Try to connect the CSS card, maybe it will index the redundant protocol!\"}"], ["created_at", "2016-10-07 18:56:52.708884"], ["updated_at", "2016-10-07 18:56:52.708884"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium ab est ut mollitia ut vel dicta.\",\"body\":\"Try to index the HTTP monitor, maybe it will input the multi-byte protocol!\"}"], ["created_at", "2016-10-07 18:56:52.709797"], ["updated_at", "2016-10-07 18:56:52.709797"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit animi sed ipsa.\",\"body\":\"Synthesizing the system won't do anything, we need to hack the open-source json transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.710711"], ["updated_at", "2016-10-07 18:56:52.710711"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi voluptatem labore.\",\"body\":\"I'll index the online PNG hard drive, that should port the SCSI feed!\"}"], ["created_at", "2016-10-07 18:56:52.713174"], ["updated_at", "2016-10-07 18:56:52.713174"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error est atque est voluptas.\",\"body\":\"Hacking the port won't do anything, we need to input the bluetooth sql system!\"}"], ["created_at", "2016-10-07 18:56:52.715846"], ["updated_at", "2016-10-07 18:56:52.715846"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe blanditiis molestiae sit expedita.\",\"body\":\"You can't calculate the system without generating the mobile CSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:52.717263"], ["updated_at", "2016-10-07 18:56:52.717263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum dolorum non harum magni molestiae sit.\",\"body\":\"You can't navigate the bandwidth without bypassing the auxiliary TCP interface!\"}"], ["created_at", "2016-10-07 18:56:52.718243"], ["updated_at", "2016-10-07 18:56:52.718243"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam soluta recusandae neque sit dolores.\",\"body\":\"If we transmit the driver, we can get to the AGP interface through the cross-platform XSS feed!\"}"], ["created_at", "2016-10-07 18:56:52.719169"], ["updated_at", "2016-10-07 18:56:52.719169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui non id unde qui occaecati voluptatem.\",\"body\":\"You can't bypass the firewall without backing up the cross-platform PNG alarm!\"}"], ["created_at", "2016-10-07 18:56:52.720128"], ["updated_at", "2016-10-07 18:56:52.720128"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque ad sequi commodi.\",\"body\":\"Parsing the array won't do anything, we need to generate the redundant sql bandwidth!\"}"], ["created_at", "2016-10-07 18:56:52.721003"], ["updated_at", "2016-10-07 18:56:52.721003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium necessitatibus quae qui corrupti.\",\"body\":\"The CSS card is down, generate the cross-platform hard drive so we can generate the SCSI interface!\"}"], ["created_at", "2016-10-07 18:56:52.721862"], ["updated_at", "2016-10-07 18:56:52.721862"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae repudiandae temporibus ea.\",\"body\":\"I'll compress the cross-platform SCSI alarm, that should application the JBOD array!\"}"], ["created_at", "2016-10-07 18:56:52.722751"], ["updated_at", "2016-10-07 18:56:52.722751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et harum qui.\",\"body\":\"You can't program the sensor without synthesizing the haptic SMTP circuit!\"}"], ["created_at", "2016-10-07 18:56:52.723724"], ["updated_at", "2016-10-07 18:56:52.723724"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus similique in sit consequuntur sunt nesciunt.\",\"body\":\"If we index the microchip, we can get to the IB sensor through the bluetooth IB capacitor!\"}"], ["created_at", "2016-10-07 18:56:52.724650"], ["updated_at", "2016-10-07 18:56:52.724650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi eum repellendus.\",\"body\":\"You can't program the program without navigating the wireless CSS protocol!\"}"], ["created_at", "2016-10-07 18:56:52.725539"], ["updated_at", "2016-10-07 18:56:52.725539"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae dolorum pariatur ipsa maxime numquam vero et.\",\"body\":\"If we program the microchip, we can get to the PNG transmitter through the cross-platform SQL monitor!\"}"], ["created_at", "2016-10-07 18:56:52.726382"], ["updated_at", "2016-10-07 18:56:52.726382"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio aliquam quibusdam qui eius inventore eos.\",\"body\":\"Generating the panel won't do anything, we need to connect the virtual pci system!\"}"], ["created_at", "2016-10-07 18:56:52.727361"], ["updated_at", "2016-10-07 18:56:52.727361"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia corporis et.\",\"body\":\"The HTTP array is down, transmit the optical circuit so we can index the IB microchip!\"}"], ["created_at", "2016-10-07 18:56:52.729583"], ["updated_at", "2016-10-07 18:56:52.729583"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias corporis pariatur est commodi natus dolor aut.\",\"body\":\"Connecting the program won't do anything, we need to compress the wireless png array!\"}"], ["created_at", "2016-10-07 18:56:52.732499"], ["updated_at", "2016-10-07 18:56:52.732499"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores ab natus nesciunt non voluptas officiis consequatur.\",\"body\":\"I'll index the redundant PCI card, that should firewall the AGP monitor!\"}"], ["created_at", "2016-10-07 18:56:52.733929"], ["updated_at", "2016-10-07 18:56:52.733929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit adipisci hic repellendus.\",\"body\":\"Use the cross-platform SQL array, then you can compress the cross-platform pixel!\"}"], ["created_at", "2016-10-07 18:56:52.734936"], ["updated_at", "2016-10-07 18:56:52.734936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate ea ducimus tempore corrupti dolorum perferendis.\",\"body\":\"You can't navigate the alarm without copying the 1080p JSON bandwidth!\"}"], ["created_at", "2016-10-07 18:56:52.735819"], ["updated_at", "2016-10-07 18:56:52.735819"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos repudiandae fuga eos.\",\"body\":\"We need to compress the mobile AGP application!\"}"], ["created_at", "2016-10-07 18:56:52.736671"], ["updated_at", "2016-10-07 18:56:52.736671"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus ipsum totam.\",\"body\":\"We need to compress the wireless JBOD driver!\"}"], ["created_at", "2016-10-07 18:56:52.737534"], ["updated_at", "2016-10-07 18:56:52.737534"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore qui eos et qui consequuntur ad.\",\"body\":\"Overriding the panel won't do anything, we need to program the primary adp feed!\"}"], ["created_at", "2016-10-07 18:56:52.738381"], ["updated_at", "2016-10-07 18:56:52.738381"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae iure illum consequatur et in explicabo maiores.\",\"body\":\"Try to index the USB alarm, maybe it will parse the mobile firewall!\"}"], ["created_at", "2016-10-07 18:56:52.739328"], ["updated_at", "2016-10-07 18:56:52.739328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit labore placeat adipisci.\",\"body\":\"Navigating the circuit won't do anything, we need to back up the neural hdd application!\"}"], ["created_at", "2016-10-07 18:56:52.740271"], ["updated_at", "2016-10-07 18:56:52.740271"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aperiam repellat rerum rem inventore.\",\"body\":\"The PCI driver is down, reboot the auxiliary circuit so we can back up the AI feed!\"}"], ["created_at", "2016-10-07 18:56:52.741168"], ["updated_at", "2016-10-07 18:56:52.741168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim vero iusto assumenda.\",\"body\":\"We need to quantify the virtual CSS circuit!\"}"], ["created_at", "2016-10-07 18:56:52.742034"], ["updated_at", "2016-10-07 18:56:52.742034"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptatem quia quo dolor et similique deserunt.\",\"body\":\"Compressing the firewall won't do anything, we need to hack the open-source gb monitor!\"}"], ["created_at", "2016-10-07 18:56:52.742898"], ["updated_at", "2016-10-07 18:56:52.742898"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non aliquid aut ullam.\",\"body\":\"I'll program the virtual GB bus, that should circuit the IB system!\"}"], ["created_at", "2016-10-07 18:56:52.743794"], ["updated_at", "2016-10-07 18:56:52.743794"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga delectus amet nisi.\",\"body\":\"The SMTP bandwidth is down, input the primary panel so we can calculate the IB capacitor!\"}"], ["created_at", "2016-10-07 18:56:52.745462"], ["updated_at", "2016-10-07 18:56:52.745462"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum velit et molestiae eos.\",\"body\":\"Try to override the XSS interface, maybe it will bypass the auxiliary feed!\"}"], ["created_at", "2016-10-07 18:56:52.748637"], ["updated_at", "2016-10-07 18:56:52.748637"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut tempore quod nobis sint.\",\"body\":\"I'll generate the open-source XSS transmitter, that should monitor the SCSI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:52.750132"], ["updated_at", "2016-10-07 18:56:52.750132"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptas possimus facere numquam repellendus.\",\"body\":\"The PNG firewall is down, parse the bluetooth program so we can hack the SSL monitor!\"}"], ["created_at", "2016-10-07 18:56:52.751283"], ["updated_at", "2016-10-07 18:56:52.751283"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit qui aut non tenetur ipsam rem.\",\"body\":\"The AGP bus is down, connect the mobile firewall so we can program the SQL application!\"}"], ["created_at", "2016-10-07 18:56:52.752352"], ["updated_at", "2016-10-07 18:56:52.752352"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A illo est.\",\"body\":\"The FTP sensor is down, program the back-end microchip so we can back up the USB interface!\"}"], ["created_at", "2016-10-07 18:56:52.753290"], ["updated_at", "2016-10-07 18:56:52.753290"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quibusdam consequatur est quidem omnis.\",\"body\":\"Overriding the sensor won't do anything, we need to override the mobile xss pixel!\"}"], ["created_at", "2016-10-07 18:56:52.754258"], ["updated_at", "2016-10-07 18:56:52.754258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel est enim.\",\"body\":\"The XML port is down, bypass the optical circuit so we can input the USB alarm!\"}"], ["created_at", "2016-10-07 18:56:52.755259"], ["updated_at", "2016-10-07 18:56:52.755259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas repellendus magnam eos harum molestiae.\",\"body\":\"You can't synthesize the application without navigating the auxiliary PCI feed!\"}"], ["created_at", "2016-10-07 18:56:52.756207"], ["updated_at", "2016-10-07 18:56:52.756207"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi ea magni eveniet.\",\"body\":\"I'll program the virtual RSS transmitter, that should program the EXE card!\"}"], ["created_at", "2016-10-07 18:56:52.757135"], ["updated_at", "2016-10-07 18:56:52.757135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sint dolor enim cumque.\",\"body\":\"Use the bluetooth PCI firewall, then you can transmit the neural array!\"}"], ["created_at", "2016-10-07 18:56:52.758003"], ["updated_at", "2016-10-07 18:56:52.758003"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis eveniet odit voluptatem qui natus.\",\"body\":\"You can't synthesize the system without navigating the neural JSON feed!\"}"], ["created_at", "2016-10-07 18:56:52.758864"], ["updated_at", "2016-10-07 18:56:52.758864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci praesentium ea a.\",\"body\":\"You can't connect the matrix without programming the digital USB program!\"}"], ["created_at", "2016-10-07 18:56:52.759780"], ["updated_at", "2016-10-07 18:56:52.759780"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam vel qui quia et voluptatem accusantium.\",\"body\":\"I'll hack the digital TCP hard drive, that should bus the XML hard drive!\"}"], ["created_at", "2016-10-07 18:56:52.760629"], ["updated_at", "2016-10-07 18:56:52.760629"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus fugiat rem aut.\",\"body\":\"If we hack the transmitter, we can get to the ADP panel through the primary GB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:52.763702"], ["updated_at", "2016-10-07 18:56:52.763702"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque est velit provident.\",\"body\":\"Hacking the microchip won't do anything, we need to quantify the wireless sql panel!\"}"], ["created_at", "2016-10-07 18:56:52.765879"], ["updated_at", "2016-10-07 18:56:52.765879"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo minus qui eveniet.\",\"body\":\"If we compress the sensor, we can get to the HDD capacitor through the primary TCP system!\"}"], ["created_at", "2016-10-07 18:56:52.767098"], ["updated_at", "2016-10-07 18:56:52.767098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum deserunt quia veritatis ipsa aut totam beatae.\",\"body\":\"The SCSI pixel is down, navigate the neural card so we can bypass the AI circuit!\"}"], ["created_at", "2016-10-07 18:56:52.768102"], ["updated_at", "2016-10-07 18:56:52.768102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem deserunt ipsum ullam commodi officiis sapiente.\",\"body\":\"Use the primary EXE feed, then you can synthesize the digital driver!\"}"], ["created_at", "2016-10-07 18:56:52.769036"], ["updated_at", "2016-10-07 18:56:52.769036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit laudantium incidunt a sit reiciendis non.\",\"body\":\"Use the auxiliary AGP pixel, then you can quantify the auxiliary sensor!\"}"], ["created_at", "2016-10-07 18:56:52.770045"], ["updated_at", "2016-10-07 18:56:52.770045"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos quod ut.\",\"body\":\"Navigating the application won't do anything, we need to copy the open-source smtp system!\"}"], ["created_at", "2016-10-07 18:56:52.770993"], ["updated_at", "2016-10-07 18:56:52.770993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor impedit iure mollitia eaque in est.\",\"body\":\"We need to calculate the haptic HTTP application!\"}"], ["created_at", "2016-10-07 18:56:52.772063"], ["updated_at", "2016-10-07 18:56:52.772063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus a adipisci ut eius.\",\"body\":\"You can't calculate the circuit without backing up the auxiliary GB interface!\"}"], ["created_at", "2016-10-07 18:56:52.773040"], ["updated_at", "2016-10-07 18:56:52.773040"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni nam officiis ipsam dolores placeat hic sed.\",\"body\":\"You can't hack the matrix without copying the online XML system!\"}"], ["created_at", "2016-10-07 18:56:52.773945"], ["updated_at", "2016-10-07 18:56:52.773945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis at et veritatis quaerat in.\",\"body\":\"Synthesizing the card won't do anything, we need to hack the 1080p hdd microchip!\"}"], ["created_at", "2016-10-07 18:56:52.774815"], ["updated_at", "2016-10-07 18:56:52.774815"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est amet neque facilis recusandae.\",\"body\":\"I'll bypass the solid state PCI circuit, that should firewall the HTTP system!\"}"], ["created_at", "2016-10-07 18:56:52.775672"], ["updated_at", "2016-10-07 18:56:52.775672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi dolorem quasi laborum sequi accusamus.\",\"body\":\"If we compress the microchip, we can get to the PNG pixel through the neural SAS panel!\"}"], ["created_at", "2016-10-07 18:56:52.776580"], ["updated_at", "2016-10-07 18:56:52.776580"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos dolore eius.\",\"body\":\"The PCI port is down, bypass the auxiliary bus so we can quantify the CSS hard drive!\"}"], ["created_at", "2016-10-07 18:56:52.777560"], ["updated_at", "2016-10-07 18:56:52.777560"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ullam necessitatibus labore sed molestiae.\",\"body\":\"We need to copy the bluetooth PCI port!\"}"], ["created_at", "2016-10-07 18:56:52.780954"], ["updated_at", "2016-10-07 18:56:52.780954"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam doloribus molestias quidem repellendus earum.\",\"body\":\"We need to connect the haptic COM driver!\"}"], ["created_at", "2016-10-07 18:56:52.783028"], ["updated_at", "2016-10-07 18:56:52.783028"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates incidunt est officiis harum.\",\"body\":\"The HTTP panel is down, quantify the solid state alarm so we can program the XSS driver!\"}"], ["created_at", "2016-10-07 18:56:52.784178"], ["updated_at", "2016-10-07 18:56:52.784178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit totam tempora libero.\",\"body\":\"We need to hack the open-source EXE transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.785113"], ["updated_at", "2016-10-07 18:56:52.785113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui rerum deleniti cum nisi doloremque.\",\"body\":\"Use the auxiliary XML application, then you can connect the mobile circuit!\"}"], ["created_at", "2016-10-07 18:56:52.785985"], ["updated_at", "2016-10-07 18:56:52.785985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium modi eum.\",\"body\":\"If we generate the matrix, we can get to the PNG circuit through the digital HDD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:52.786844"], ["updated_at", "2016-10-07 18:56:52.786844"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis natus doloribus.\",\"body\":\"I'll hack the open-source HDD bus, that should system the SAS firewall!\"}"], ["created_at", "2016-10-07 18:56:52.787737"], ["updated_at", "2016-10-07 18:56:52.787737"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae sed soluta beatae quas.\",\"body\":\"We need to compress the haptic CSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:52.788585"], ["updated_at", "2016-10-07 18:56:52.788585"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias qui reprehenderit sed tempora.\",\"body\":\"Try to calculate the SAS protocol, maybe it will bypass the auxiliary application!\"}"], ["created_at", "2016-10-07 18:56:52.789570"], ["updated_at", "2016-10-07 18:56:52.789570"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis deleniti temporibus aut quisquam.\",\"body\":\"We need to reboot the auxiliary AI application!\"}"], ["created_at", "2016-10-07 18:56:52.790544"], ["updated_at", "2016-10-07 18:56:52.790544"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vel quod corporis nihil aut.\",\"body\":\"Backing up the microchip won't do anything, we need to reboot the wireless thx feed!\"}"], ["created_at", "2016-10-07 18:56:52.791445"], ["updated_at", "2016-10-07 18:56:52.791445"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed doloribus et rem voluptatibus.\",\"body\":\"Calculating the monitor won't do anything, we need to override the neural ram feed!\"}"], ["created_at", "2016-10-07 18:56:52.792503"], ["updated_at", "2016-10-07 18:56:52.792503"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident ipsam asperiores voluptatem eveniet deleniti.\",\"body\":\"We need to reboot the neural XML port!\"}"], ["created_at", "2016-10-07 18:56:52.793388"], ["updated_at", "2016-10-07 18:56:52.793388"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem aut omnis omnis eveniet assumenda vel aliquid.\",\"body\":\"Try to transmit the USB monitor, maybe it will reboot the mobile capacitor!\"}"], ["created_at", "2016-10-07 18:56:52.794572"], ["updated_at", "2016-10-07 18:56:52.794572"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur aut necessitatibus ad distinctio repellat.\",\"body\":\"The SQL program is down, connect the mobile interface so we can bypass the XSS panel!\"}"], ["created_at", "2016-10-07 18:56:52.798077"], ["updated_at", "2016-10-07 18:56:52.798077"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere beatae mollitia quod illum.\",\"body\":\"If we quantify the driver, we can get to the USB alarm through the open-source XSS application!\"}"], ["created_at", "2016-10-07 18:56:52.799978"], ["updated_at", "2016-10-07 18:56:52.799978"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam quam ut quidem.\",\"body\":\"Try to copy the PCI protocol, maybe it will reboot the digital circuit!\"}"], ["created_at", "2016-10-07 18:56:52.801014"], ["updated_at", "2016-10-07 18:56:52.801014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam et provident iste eius.\",\"body\":\"We need to compress the solid state SAS pixel!\"}"], ["created_at", "2016-10-07 18:56:52.801969"], ["updated_at", "2016-10-07 18:56:52.801969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vitae eum sequi earum dolores autem cum.\",\"body\":\"I'll transmit the cross-platform ADP bus, that should driver the GB array!\"}"], ["created_at", "2016-10-07 18:56:52.802854"], ["updated_at", "2016-10-07 18:56:52.802854"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex blanditiis perspiciatis vel eaque aut.\",\"body\":\"We need to transmit the redundant RAM panel!\"}"], ["created_at", "2016-10-07 18:56:52.803726"], ["updated_at", "2016-10-07 18:56:52.803726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam aut saepe ratione totam.\",\"body\":\"Connecting the monitor won't do anything, we need to calculate the neural sdd monitor!\"}"], ["created_at", "2016-10-07 18:56:52.804622"], ["updated_at", "2016-10-07 18:56:52.804622"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum rerum minima reiciendis itaque.\",\"body\":\"You can't back up the microchip without overriding the digital HDD driver!\"}"], ["created_at", "2016-10-07 18:56:52.805526"], ["updated_at", "2016-10-07 18:56:52.805526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In est necessitatibus.\",\"body\":\"Use the back-end HDD driver, then you can generate the online bus!\"}"], ["created_at", "2016-10-07 18:56:52.806517"], ["updated_at", "2016-10-07 18:56:52.806517"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure eligendi esse laboriosam non explicabo eos.\",\"body\":\"Use the neural SDD sensor, then you can copy the open-source hard drive!\"}"], ["created_at", "2016-10-07 18:56:52.807394"], ["updated_at", "2016-10-07 18:56:52.807394"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam aut nihil eum.\",\"body\":\"The THX port is down, program the back-end port so we can program the XSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.808251"], ["updated_at", "2016-10-07 18:56:52.808251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo expedita perferendis quasi repellat.\",\"body\":\"Navigating the feed won't do anything, we need to generate the optical ib system!\"}"], ["created_at", "2016-10-07 18:56:52.809111"], ["updated_at", "2016-10-07 18:56:52.809111"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt fugiat placeat.\",\"body\":\"I'll input the optical SAS system, that should capacitor the RSS firewall!\"}"], ["created_at", "2016-10-07 18:56:52.809962"], ["updated_at", "2016-10-07 18:56:52.809962"]] SQL (0.7ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione perspiciatis inventore sit occaecati necessitatibus magnam.\",\"body\":\"I'll synthesize the bluetooth ADP driver, that should microchip the SMS transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.810972"], ["updated_at", "2016-10-07 18:56:52.810972"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non veritatis molestiae commodi doloremque.\",\"body\":\"The THX bus is down, copy the 1080p transmitter so we can generate the HTTP port!\"}"], ["created_at", "2016-10-07 18:56:52.814471"], ["updated_at", "2016-10-07 18:56:52.814471"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum aliquid dolore.\",\"body\":\"If we program the sensor, we can get to the PCI hard drive through the open-source COM firewall!\"}"], ["created_at", "2016-10-07 18:56:52.816348"], ["updated_at", "2016-10-07 18:56:52.816348"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus totam voluptas.\",\"body\":\"I'll override the bluetooth SAS card, that should capacitor the THX array!\"}"], ["created_at", "2016-10-07 18:56:52.817447"], ["updated_at", "2016-10-07 18:56:52.817447"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt expedita reiciendis quasi distinctio cumque.\",\"body\":\"Use the haptic RSS panel, then you can quantify the wireless bus!\"}"], ["created_at", "2016-10-07 18:56:52.818451"], ["updated_at", "2016-10-07 18:56:52.818451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo sapiente perspiciatis nostrum id.\",\"body\":\"If we override the protocol, we can get to the PNG alarm through the back-end SSL monitor!\"}"], ["created_at", "2016-10-07 18:56:52.819438"], ["updated_at", "2016-10-07 18:56:52.819438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aut autem est quis omnis sed.\",\"body\":\"Parsing the driver won't do anything, we need to hack the mobile ssl interface!\"}"], ["created_at", "2016-10-07 18:56:52.820332"], ["updated_at", "2016-10-07 18:56:52.820332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est enim omnis ut.\",\"body\":\"I'll copy the multi-byte SCSI capacitor, that should card the XML port!\"}"], ["created_at", "2016-10-07 18:56:52.821202"], ["updated_at", "2016-10-07 18:56:52.821202"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est eos et repellendus at dolor quaerat a.\",\"body\":\"Backing up the matrix won't do anything, we need to compress the primary sas application!\"}"], ["created_at", "2016-10-07 18:56:52.822078"], ["updated_at", "2016-10-07 18:56:52.822078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores repudiandae neque sint repellendus.\",\"body\":\"You can't index the driver without copying the redundant SAS feed!\"}"], ["created_at", "2016-10-07 18:56:52.823126"], ["updated_at", "2016-10-07 18:56:52.823126"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga sed nam debitis ab dolorem pariatur cumque.\",\"body\":\"We need to back up the cross-platform SCSI card!\"}"], ["created_at", "2016-10-07 18:56:52.823993"], ["updated_at", "2016-10-07 18:56:52.823993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit laboriosam odio consequatur alias id.\",\"body\":\"I'll reboot the mobile RAM circuit, that should system the EXE bus!\"}"], ["created_at", "2016-10-07 18:56:52.824851"], ["updated_at", "2016-10-07 18:56:52.824851"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus dolor accusamus ut et aut.\",\"body\":\"If we program the sensor, we can get to the USB sensor through the wireless SMS sensor!\"}"], ["created_at", "2016-10-07 18:56:52.825696"], ["updated_at", "2016-10-07 18:56:52.825696"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti quidem veniam aut nesciunt iste.\",\"body\":\"If we back up the matrix, we can get to the IB alarm through the open-source CSS sensor!\"}"], ["created_at", "2016-10-07 18:56:52.826652"], ["updated_at", "2016-10-07 18:56:52.826652"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt exercitationem ut dolores qui.\",\"body\":\"The SCSI firewall is down, program the 1080p driver so we can synthesize the RSS panel!\"}"], ["created_at", "2016-10-07 18:56:52.827785"], ["updated_at", "2016-10-07 18:56:52.827785"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptas eveniet deserunt et quia autem.\",\"body\":\"If we copy the capacitor, we can get to the ADP circuit through the back-end PCI monitor!\"}"], ["created_at", "2016-10-07 18:56:52.831353"], ["updated_at", "2016-10-07 18:56:52.831353"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis voluptatem provident sunt harum consequatur id consequuntur.\",\"body\":\"Quantifying the monitor won't do anything, we need to input the virtual css card!\"}"], ["created_at", "2016-10-07 18:56:52.833339"], ["updated_at", "2016-10-07 18:56:52.833339"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem ipsa voluptas voluptatem ea itaque.\",\"body\":\"We need to connect the primary XML driver!\"}"], ["created_at", "2016-10-07 18:56:52.834618"], ["updated_at", "2016-10-07 18:56:52.834618"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt molestiae dolorem nemo earum et deleniti itaque.\",\"body\":\"The RSS capacitor is down, hack the multi-byte panel so we can copy the RAM sensor!\"}"], ["created_at", "2016-10-07 18:56:52.835613"], ["updated_at", "2016-10-07 18:56:52.835613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore et iure veritatis iste earum.\",\"body\":\"Synthesizing the monitor won't do anything, we need to navigate the redundant ram program!\"}"], ["created_at", "2016-10-07 18:56:52.836480"], ["updated_at", "2016-10-07 18:56:52.836480"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt adipisci laborum cum velit tempore nam quasi.\",\"body\":\"Synthesizing the card won't do anything, we need to navigate the auxiliary hdd application!\"}"], ["created_at", "2016-10-07 18:56:52.837377"], ["updated_at", "2016-10-07 18:56:52.837377"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis architecto aut doloremque consequatur.\",\"body\":\"Try to copy the THX capacitor, maybe it will back up the digital panel!\"}"], ["created_at", "2016-10-07 18:56:52.838263"], ["updated_at", "2016-10-07 18:56:52.838263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis et quia.\",\"body\":\"Programming the alarm won't do anything, we need to input the mobile thx feed!\"}"], ["created_at", "2016-10-07 18:56:52.839269"], ["updated_at", "2016-10-07 18:56:52.839269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa natus eius ut.\",\"body\":\"You can't bypass the array without transmitting the mobile SDD microchip!\"}"], ["created_at", "2016-10-07 18:56:52.840157"], ["updated_at", "2016-10-07 18:56:52.840157"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus facilis quo sed.\",\"body\":\"Copying the feed won't do anything, we need to navigate the back-end css array!\"}"], ["created_at", "2016-10-07 18:56:52.841006"], ["updated_at", "2016-10-07 18:56:52.841006"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias et veniam delectus.\",\"body\":\"Try to index the GB port, maybe it will hack the virtual feed!\"}"], ["created_at", "2016-10-07 18:56:52.841863"], ["updated_at", "2016-10-07 18:56:52.841863"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non placeat qui a quo eos molestias voluptas.\",\"body\":\"The SDD driver is down, bypass the 1080p microchip so we can bypass the SMTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:52.842788"], ["updated_at", "2016-10-07 18:56:52.842788"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga quia dolor perferendis nisi iure.\",\"body\":\"Try to generate the RSS port, maybe it will copy the optical firewall!\"}"], ["created_at", "2016-10-07 18:56:52.843651"], ["updated_at", "2016-10-07 18:56:52.843651"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus quia et voluptas nulla consequatur.\",\"body\":\"I'll synthesize the auxiliary HTTP capacitor, that should transmitter the XSS sensor!\"}"], ["created_at", "2016-10-07 18:56:52.845367"], ["updated_at", "2016-10-07 18:56:52.845367"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit sint animi nesciunt voluptatibus quia eligendi ipsa.\",\"body\":\"You can't parse the array without copying the open-source SCSI hard drive!\"}"], ["created_at", "2016-10-07 18:56:52.848641"], ["updated_at", "2016-10-07 18:56:52.848641"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit dolor non vitae similique.\",\"body\":\"Try to synthesize the RSS circuit, maybe it will connect the 1080p firewall!\"}"], ["created_at", "2016-10-07 18:56:52.850263"], ["updated_at", "2016-10-07 18:56:52.850263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio culpa dolore aperiam.\",\"body\":\"You can't bypass the microchip without generating the bluetooth FTP card!\"}"], ["created_at", "2016-10-07 18:56:52.851298"], ["updated_at", "2016-10-07 18:56:52.851298"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore recusandae et aut minus aliquid.\",\"body\":\"I'll quantify the 1080p SMS driver, that should transmitter the FTP feed!\"}"], ["created_at", "2016-10-07 18:56:52.852231"], ["updated_at", "2016-10-07 18:56:52.852231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia est ea ut quae nesciunt.\",\"body\":\"Use the wireless JBOD microchip, then you can reboot the optical microchip!\"}"], ["created_at", "2016-10-07 18:56:52.853173"], ["updated_at", "2016-10-07 18:56:52.853173"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum impedit quas aut esse.\",\"body\":\"I'll transmit the online THX bandwidth, that should system the HTTP protocol!\"}"], ["created_at", "2016-10-07 18:56:52.854116"], ["updated_at", "2016-10-07 18:56:52.854116"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa consequatur quidem voluptatem sed.\",\"body\":\"We need to calculate the redundant EXE capacitor!\"}"], ["created_at", "2016-10-07 18:56:52.855169"], ["updated_at", "2016-10-07 18:56:52.855169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente numquam repellat quod voluptas molestias.\",\"body\":\"The PCI transmitter is down, override the back-end monitor so we can bypass the USB protocol!\"}"], ["created_at", "2016-10-07 18:56:52.856269"], ["updated_at", "2016-10-07 18:56:52.856269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum illum officiis laborum voluptatem.\",\"body\":\"The EXE matrix is down, synthesize the 1080p capacitor so we can program the THX sensor!\"}"], ["created_at", "2016-10-07 18:56:52.857219"], ["updated_at", "2016-10-07 18:56:52.857219"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem minus mollitia dolor ab adipisci.\",\"body\":\"You can't copy the matrix without copying the bluetooth ADP port!\"}"], ["created_at", "2016-10-07 18:56:52.858153"], ["updated_at", "2016-10-07 18:56:52.858153"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis mollitia ipsam ut quo veritatis accusamus.\",\"body\":\"We need to compress the open-source HTTP program!\"}"], ["created_at", "2016-10-07 18:56:52.859110"], ["updated_at", "2016-10-07 18:56:52.859110"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad aut impedit temporibus.\",\"body\":\"We need to program the multi-byte IB protocol!\"}"], ["created_at", "2016-10-07 18:56:52.860044"], ["updated_at", "2016-10-07 18:56:52.860044"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga voluptatem ut dolores.\",\"body\":\"If we compress the feed, we can get to the JBOD program through the optical RSS matrix!\"}"], ["created_at", "2016-10-07 18:56:52.861230"], ["updated_at", "2016-10-07 18:56:52.861230"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam qui ipsum ut quidem.\",\"body\":\"You can't quantify the capacitor without generating the bluetooth SMTP program!\"}"], ["created_at", "2016-10-07 18:56:52.864802"], ["updated_at", "2016-10-07 18:56:52.864802"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores laboriosam possimus odio repellat esse.\",\"body\":\"The PCI array is down, program the solid state program so we can copy the AI monitor!\"}"], ["created_at", "2016-10-07 18:56:52.866619"], ["updated_at", "2016-10-07 18:56:52.866619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam a eos fugit nemo.\",\"body\":\"You can't program the pixel without synthesizing the 1080p XML circuit!\"}"], ["created_at", "2016-10-07 18:56:52.867636"], ["updated_at", "2016-10-07 18:56:52.867636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea qui necessitatibus fugiat mollitia placeat.\",\"body\":\"Use the optical PCI application, then you can program the digital interface!\"}"], ["created_at", "2016-10-07 18:56:52.868506"], ["updated_at", "2016-10-07 18:56:52.868506"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure beatae provident ut id facilis debitis odit.\",\"body\":\"Use the virtual ADP card, then you can hack the online alarm!\"}"], ["created_at", "2016-10-07 18:56:52.869356"], ["updated_at", "2016-10-07 18:56:52.869356"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis officiis aut aspernatur.\",\"body\":\"Generating the system won't do anything, we need to input the digital smtp bandwidth!\"}"], ["created_at", "2016-10-07 18:56:52.870198"], ["updated_at", "2016-10-07 18:56:52.870198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint a maiores ex eaque.\",\"body\":\"Try to copy the SQL system, maybe it will synthesize the haptic protocol!\"}"], ["created_at", "2016-10-07 18:56:52.871110"], ["updated_at", "2016-10-07 18:56:52.871110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ut possimus.\",\"body\":\"We need to bypass the wireless HTTP monitor!\"}"], ["created_at", "2016-10-07 18:56:52.872024"], ["updated_at", "2016-10-07 18:56:52.872024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut doloribus adipisci enim debitis et.\",\"body\":\"You can't navigate the transmitter without bypassing the digital AI microchip!\"}"], ["created_at", "2016-10-07 18:56:52.872918"], ["updated_at", "2016-10-07 18:56:52.872918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio et nostrum possimus ducimus labore sed.\",\"body\":\"Use the auxiliary EXE interface, then you can hack the neural hard drive!\"}"], ["created_at", "2016-10-07 18:56:52.873767"], ["updated_at", "2016-10-07 18:56:52.873767"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque voluptate recusandae illum.\",\"body\":\"Try to reboot the JSON alarm, maybe it will navigate the optical monitor!\"}"], ["created_at", "2016-10-07 18:56:52.874621"], ["updated_at", "2016-10-07 18:56:52.874621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto quia ducimus mollitia.\",\"body\":\"Try to calculate the XSS driver, maybe it will parse the wireless bus!\"}"], ["created_at", "2016-10-07 18:56:52.875616"], ["updated_at", "2016-10-07 18:56:52.875616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia qui animi voluptas voluptatibus accusantium et.\",\"body\":\"The PCI interface is down, program the redundant firewall so we can connect the SSL feed!\"}"], ["created_at", "2016-10-07 18:56:52.876515"], ["updated_at", "2016-10-07 18:56:52.876515"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis quod asperiores.\",\"body\":\"We need to calculate the neural JSON interface!\"}"], ["created_at", "2016-10-07 18:56:52.877502"], ["updated_at", "2016-10-07 18:56:52.877502"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum omnis ut quo nihil facilis inventore.\",\"body\":\"You can't generate the port without indexing the primary AGP firewall!\"}"], ["created_at", "2016-10-07 18:56:52.880262"], ["updated_at", "2016-10-07 18:56:52.880262"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel et sapiente porro maxime doloremque repellat placeat.\",\"body\":\"Quantifying the pixel won't do anything, we need to program the haptic smtp microchip!\"}"], ["created_at", "2016-10-07 18:56:52.882709"], ["updated_at", "2016-10-07 18:56:52.882709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas similique nam officia adipisci quaerat non.\",\"body\":\"Use the open-source SQL bandwidth, then you can synthesize the online card!\"}"], ["created_at", "2016-10-07 18:56:52.883877"], ["updated_at", "2016-10-07 18:56:52.883877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi in et ab.\",\"body\":\"Programming the firewall won't do anything, we need to index the bluetooth ai feed!\"}"], ["created_at", "2016-10-07 18:56:52.884801"], ["updated_at", "2016-10-07 18:56:52.884801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt quod neque nihil placeat consequatur eum.\",\"body\":\"The SDD feed is down, synthesize the back-end transmitter so we can calculate the ADP port!\"}"], ["created_at", "2016-10-07 18:56:52.885660"], ["updated_at", "2016-10-07 18:56:52.885660"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque et doloremque enim.\",\"body\":\"Try to override the USB matrix, maybe it will reboot the redundant pixel!\"}"], ["created_at", "2016-10-07 18:56:52.886521"], ["updated_at", "2016-10-07 18:56:52.886521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda officiis dolorem cumque ipsam tempora.\",\"body\":\"Use the neural USB protocol, then you can back up the primary card!\"}"], ["created_at", "2016-10-07 18:56:52.887448"], ["updated_at", "2016-10-07 18:56:52.887448"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia laudantium ut quia sint.\",\"body\":\"If we calculate the driver, we can get to the USB circuit through the optical PCI system!\"}"], ["created_at", "2016-10-07 18:56:52.888342"], ["updated_at", "2016-10-07 18:56:52.888342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos et error possimus magni quod aspernatur quidem.\",\"body\":\"Connecting the monitor won't do anything, we need to program the auxiliary ftp sensor!\"}"], ["created_at", "2016-10-07 18:56:52.889310"], ["updated_at", "2016-10-07 18:56:52.889310"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A corrupti dolor vitae dolores.\",\"body\":\"Try to input the JBOD interface, maybe it will parse the auxiliary application!\"}"], ["created_at", "2016-10-07 18:56:52.890191"], ["updated_at", "2016-10-07 18:56:52.890191"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia tempore qui iure.\",\"body\":\"If we hack the driver, we can get to the ADP circuit through the virtual SCSI circuit!\"}"], ["created_at", "2016-10-07 18:56:52.891113"], ["updated_at", "2016-10-07 18:56:52.891113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quibusdam voluptate voluptas omnis qui earum.\",\"body\":\"Use the optical TCP matrix, then you can copy the auxiliary array!\"}"], ["created_at", "2016-10-07 18:56:52.891994"], ["updated_at", "2016-10-07 18:56:52.891994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora aperiam sit doloribus ad dolor dolorem totam.\",\"body\":\"Synthesizing the protocol won't do anything, we need to generate the optical scsi port!\"}"], ["created_at", "2016-10-07 18:56:52.892824"], ["updated_at", "2016-10-07 18:56:52.892824"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam eveniet sed recusandae facilis dolor autem dignissimos.\",\"body\":\"If we generate the panel, we can get to the THX microchip through the digital SMS circuit!\"}"], ["created_at", "2016-10-07 18:56:52.893712"], ["updated_at", "2016-10-07 18:56:52.893712"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam sunt occaecati voluptatum ut vero.\",\"body\":\"Use the optical RSS driver, then you can transmit the primary alarm!\"}"], ["created_at", "2016-10-07 18:56:52.896119"], ["updated_at", "2016-10-07 18:56:52.896119"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo ducimus reprehenderit aut sequi magni.\",\"body\":\"We need to parse the primary SSL panel!\"}"], ["created_at", "2016-10-07 18:56:52.898913"], ["updated_at", "2016-10-07 18:56:52.898913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero impedit magni corrupti cupiditate occaecati sint.\",\"body\":\"Use the auxiliary EXE protocol, then you can bypass the wireless monitor!\"}"], ["created_at", "2016-10-07 18:56:52.900350"], ["updated_at", "2016-10-07 18:56:52.900350"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam maiores aut laudantium sed adipisci neque ea.\",\"body\":\"I'll copy the redundant ADP application, that should card the FTP system!\"}"], ["created_at", "2016-10-07 18:56:52.901340"], ["updated_at", "2016-10-07 18:56:52.901340"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur aut hic voluptatibus voluptatem.\",\"body\":\"The XML monitor is down, quantify the haptic interface so we can back up the CSS application!\"}"], ["created_at", "2016-10-07 18:56:52.902307"], ["updated_at", "2016-10-07 18:56:52.902307"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta et consequatur et autem sit fugit magnam.\",\"body\":\"We need to calculate the cross-platform AGP driver!\"}"], ["created_at", "2016-10-07 18:56:52.903258"], ["updated_at", "2016-10-07 18:56:52.903258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur minima est nulla veniam autem dolor.\",\"body\":\"I'll copy the back-end JSON application, that should firewall the AI card!\"}"], ["created_at", "2016-10-07 18:56:52.904201"], ["updated_at", "2016-10-07 18:56:52.904201"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus provident ut quam.\",\"body\":\"The RAM sensor is down, input the neural program so we can reboot the SMS sensor!\"}"], ["created_at", "2016-10-07 18:56:52.905127"], ["updated_at", "2016-10-07 18:56:52.905127"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est non quia.\",\"body\":\"I'll generate the 1080p ADP protocol, that should alarm the EXE alarm!\"}"], ["created_at", "2016-10-07 18:56:52.906146"], ["updated_at", "2016-10-07 18:56:52.906146"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas quisquam rerum ea enim aliquam illum.\",\"body\":\"Try to hack the HDD alarm, maybe it will connect the mobile interface!\"}"], ["created_at", "2016-10-07 18:56:52.907112"], ["updated_at", "2016-10-07 18:56:52.907112"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis ipsam iste quis corporis.\",\"body\":\"I'll index the mobile PCI capacitor, that should hard drive the SQL port!\"}"], ["created_at", "2016-10-07 18:56:52.908035"], ["updated_at", "2016-10-07 18:56:52.908035"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias ullam vitae earum et.\",\"body\":\"Copying the bandwidth won't do anything, we need to copy the open-source usb transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.908943"], ["updated_at", "2016-10-07 18:56:52.908943"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate voluptatem aut velit enim occaecati.\",\"body\":\"If we connect the application, we can get to the XSS bandwidth through the auxiliary COM system!\"}"], ["created_at", "2016-10-07 18:56:52.909802"], ["updated_at", "2016-10-07 18:56:52.909802"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque odit quia cum cupiditate maxime enim.\",\"body\":\"If we transmit the matrix, we can get to the PCI application through the optical SQL microchip!\"}"], ["created_at", "2016-10-07 18:56:52.910886"], ["updated_at", "2016-10-07 18:56:52.910886"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas sit consequatur facere est.\",\"body\":\"Hacking the feed won't do anything, we need to navigate the redundant adp pixel!\"}"], ["created_at", "2016-10-07 18:56:52.913814"], ["updated_at", "2016-10-07 18:56:52.913814"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam laboriosam earum consequuntur.\",\"body\":\"The USB panel is down, connect the neural pixel so we can navigate the XSS alarm!\"}"], ["created_at", "2016-10-07 18:56:52.916705"], ["updated_at", "2016-10-07 18:56:52.916705"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa cupiditate qui quo ex commodi.\",\"body\":\"We need to generate the back-end GB transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.918166"], ["updated_at", "2016-10-07 18:56:52.918166"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi reiciendis sit.\",\"body\":\"Try to hack the RSS firewall, maybe it will bypass the digital card!\"}"], ["created_at", "2016-10-07 18:56:52.919561"], ["updated_at", "2016-10-07 18:56:52.919561"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum omnis quibusdam ut voluptates illum.\",\"body\":\"You can't calculate the interface without hacking the haptic SDD feed!\"}"], ["created_at", "2016-10-07 18:56:52.922296"], ["updated_at", "2016-10-07 18:56:52.922296"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quis pariatur ut impedit voluptas.\",\"body\":\"Use the online SAS bandwidth, then you can calculate the 1080p feed!\"}"], ["created_at", "2016-10-07 18:56:52.923588"], ["updated_at", "2016-10-07 18:56:52.923588"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non et blanditiis doloribus iure consequatur.\",\"body\":\"Use the solid state XSS panel, then you can parse the haptic alarm!\"}"], ["created_at", "2016-10-07 18:56:52.924638"], ["updated_at", "2016-10-07 18:56:52.924638"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem maiores consectetur sit nemo vel est ut.\",\"body\":\"Use the auxiliary RAM monitor, then you can program the redundant bandwidth!\"}"], ["created_at", "2016-10-07 18:56:52.925496"], ["updated_at", "2016-10-07 18:56:52.925496"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos quibusdam neque vero rem.\",\"body\":\"Use the redundant SDD firewall, then you can input the neural sensor!\"}"], ["created_at", "2016-10-07 18:56:52.926399"], ["updated_at", "2016-10-07 18:56:52.926399"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum nulla beatae.\",\"body\":\"I'll override the virtual GB monitor, that should protocol the RSS application!\"}"], ["created_at", "2016-10-07 18:56:52.927434"], ["updated_at", "2016-10-07 18:56:52.927434"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit labore maiores.\",\"body\":\"We need to bypass the optical SMTP interface!\"}"], ["created_at", "2016-10-07 18:56:52.931166"], ["updated_at", "2016-10-07 18:56:52.931166"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum omnis ut.\",\"body\":\"You can't copy the interface without quantifying the digital THX alarm!\"}"], ["created_at", "2016-10-07 18:56:52.933191"], ["updated_at", "2016-10-07 18:56:52.933191"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut deserunt veniam voluptatem consequatur commodi.\",\"body\":\"You can't copy the feed without backing up the haptic JSON firewall!\"}"], ["created_at", "2016-10-07 18:56:52.934261"], ["updated_at", "2016-10-07 18:56:52.934261"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis ut laudantium dolores blanditiis.\",\"body\":\"The SMTP feed is down, override the open-source port so we can navigate the SMTP interface!\"}"], ["created_at", "2016-10-07 18:56:52.935267"], ["updated_at", "2016-10-07 18:56:52.935267"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ratione autem.\",\"body\":\"Try to synthesize the GB protocol, maybe it will override the open-source protocol!\"}"], ["created_at", "2016-10-07 18:56:52.936191"], ["updated_at", "2016-10-07 18:56:52.936191"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores maiores ad soluta distinctio tempore.\",\"body\":\"We need to input the redundant SSL program!\"}"], ["created_at", "2016-10-07 18:56:52.937112"], ["updated_at", "2016-10-07 18:56:52.937112"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum aperiam deleniti qui repellendus consectetur minima.\",\"body\":\"The SSL firewall is down, synthesize the 1080p driver so we can back up the ADP circuit!\"}"], ["created_at", "2016-10-07 18:56:52.938182"], ["updated_at", "2016-10-07 18:56:52.938182"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat officiis aut distinctio sed ut.\",\"body\":\"If we compress the monitor, we can get to the PNG matrix through the wireless SQL program!\"}"], ["created_at", "2016-10-07 18:56:52.939193"], ["updated_at", "2016-10-07 18:56:52.939193"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa similique voluptate deleniti voluptates.\",\"body\":\"We need to calculate the neural SAS firewall!\"}"], ["created_at", "2016-10-07 18:56:52.940185"], ["updated_at", "2016-10-07 18:56:52.940185"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed magnam molestiae ut nihil aut.\",\"body\":\"We need to hack the open-source CSS program!\"}"], ["created_at", "2016-10-07 18:56:52.941059"], ["updated_at", "2016-10-07 18:56:52.941059"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione inventore nam eius.\",\"body\":\"Indexing the protocol won't do anything, we need to input the auxiliary rss port!\"}"], ["created_at", "2016-10-07 18:56:52.941918"], ["updated_at", "2016-10-07 18:56:52.941918"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam quibusdam enim vitae omnis provident qui est.\",\"body\":\"Use the neural FTP transmitter, then you can copy the cross-platform feed!\"}"], ["created_at", "2016-10-07 18:56:52.942801"], ["updated_at", "2016-10-07 18:56:52.942801"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea dolor provident quis.\",\"body\":\"Use the digital SCSI sensor, then you can calculate the primary circuit!\"}"], ["created_at", "2016-10-07 18:56:52.943740"], ["updated_at", "2016-10-07 18:56:52.943740"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos sint quia aut nihil tenetur.\",\"body\":\"We need to reboot the neural RSS driver!\"}"], ["created_at", "2016-10-07 18:56:52.946777"], ["updated_at", "2016-10-07 18:56:52.946777"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam libero ipsa esse saepe velit quae.\",\"body\":\"The SSL circuit is down, compress the auxiliary hard drive so we can index the HTTP protocol!\"}"], ["created_at", "2016-10-07 18:56:52.949033"], ["updated_at", "2016-10-07 18:56:52.949033"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A dolores illum sunt ut possimus.\",\"body\":\"We need to reboot the online XML bus!\"}"], ["created_at", "2016-10-07 18:56:52.950297"], ["updated_at", "2016-10-07 18:56:52.950297"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem quisquam non sit.\",\"body\":\"Try to synthesize the XSS panel, maybe it will input the primary program!\"}"], ["created_at", "2016-10-07 18:56:52.951272"], ["updated_at", "2016-10-07 18:56:52.951272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et corrupti sit itaque.\",\"body\":\"Use the solid state CSS protocol, then you can copy the 1080p feed!\"}"], ["created_at", "2016-10-07 18:56:52.952232"], ["updated_at", "2016-10-07 18:56:52.952232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum consectetur eligendi aliquid et ut iusto officia.\",\"body\":\"I'll calculate the wireless ADP feed, that should driver the XML panel!\"}"], ["created_at", "2016-10-07 18:56:52.953193"], ["updated_at", "2016-10-07 18:56:52.953193"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad voluptas inventore ex ducimus eveniet.\",\"body\":\"Use the back-end EXE microchip, then you can bypass the virtual transmitter!\"}"], ["created_at", "2016-10-07 18:56:52.954225"], ["updated_at", "2016-10-07 18:56:52.954225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam error ratione eaque.\",\"body\":\"Try to program the AI microchip, maybe it will navigate the neural bus!\"}"], ["created_at", "2016-10-07 18:56:52.955287"], ["updated_at", "2016-10-07 18:56:52.955287"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam nostrum iste beatae.\",\"body\":\"You can't quantify the protocol without overriding the back-end SSL system!\"}"], ["created_at", "2016-10-07 18:56:52.956222"], ["updated_at", "2016-10-07 18:56:52.956222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus omnis eum harum ut est facilis.\",\"body\":\"The XML monitor is down, program the cross-platform alarm so we can calculate the RSS array!\"}"], ["created_at", "2016-10-07 18:56:52.957145"], ["updated_at", "2016-10-07 18:56:52.957145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi ab dolor qui rerum qui aut.\",\"body\":\"I'll index the online RSS port, that should application the SQL pixel!\"}"], ["created_at", "2016-10-07 18:56:52.958006"], ["updated_at", "2016-10-07 18:56:52.958006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem molestiae suscipit.\",\"body\":\"We need to bypass the wireless XSS card!\"}"], ["created_at", "2016-10-07 18:56:52.958873"], ["updated_at", "2016-10-07 18:56:52.958873"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto placeat est porro et nobis beatae vel.\",\"body\":\"Use the online EXE firewall, then you can connect the auxiliary sensor!\"}"], ["created_at", "2016-10-07 18:56:52.959795"], ["updated_at", "2016-10-07 18:56:52.959795"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error non iusto sed tempore amet aut libero.\",\"body\":\"Try to calculate the JBOD firewall, maybe it will input the cross-platform system!\"}"], ["created_at", "2016-10-07 18:56:52.960942"], ["updated_at", "2016-10-07 18:56:52.960942"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur consectetur dolorem et nihil rerum sint.\",\"body\":\"Parsing the bandwidth won't do anything, we need to synthesize the wireless com pixel!\"}"], ["created_at", "2016-10-07 18:56:52.964282"], ["updated_at", "2016-10-07 18:56:52.964282"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem officia rerum delectus sunt.\",\"body\":\"Use the back-end PNG protocol, then you can connect the primary protocol!\"}"], ["created_at", "2016-10-07 18:56:52.966095"], ["updated_at", "2016-10-07 18:56:52.966095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi qui ut labore modi est sit earum.\",\"body\":\"If we compress the card, we can get to the AGP hard drive through the neural JSON alarm!\"}"], ["created_at", "2016-10-07 18:56:52.967284"], ["updated_at", "2016-10-07 18:56:52.967284"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus impedit sed ex adipisci dicta saepe.\",\"body\":\"Use the bluetooth USB transmitter, then you can quantify the redundant port!\"}"], ["created_at", "2016-10-07 18:56:52.968239"], ["updated_at", "2016-10-07 18:56:52.968239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci ipsa esse.\",\"body\":\"The JSON port is down, copy the bluetooth transmitter so we can input the SQL matrix!\"}"], ["created_at", "2016-10-07 18:56:52.969184"], ["updated_at", "2016-10-07 18:56:52.969184"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero hic cumque quia sed est est.\",\"body\":\"If we hack the bus, we can get to the PNG pixel through the auxiliary JSON array!\"}"], ["created_at", "2016-10-07 18:56:52.970111"], ["updated_at", "2016-10-07 18:56:52.970111"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore et commodi.\",\"body\":\"You can't back up the driver without compressing the online AGP sensor!\"}"], ["created_at", "2016-10-07 18:56:52.971133"], ["updated_at", "2016-10-07 18:56:52.971133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio explicabo quo aliquid ipsum iusto est.\",\"body\":\"You can't hack the array without connecting the optical ADP microchip!\"}"], ["created_at", "2016-10-07 18:56:52.972054"], ["updated_at", "2016-10-07 18:56:52.972054"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id minima excepturi amet enim assumenda fugiat ut.\",\"body\":\"We need to input the mobile RSS port!\"}"], ["created_at", "2016-10-07 18:56:52.972917"], ["updated_at", "2016-10-07 18:56:52.972917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus quibusdam error maiores libero et.\",\"body\":\"You can't connect the interface without navigating the haptic SMS port!\"}"], ["created_at", "2016-10-07 18:56:52.973816"], ["updated_at", "2016-10-07 18:56:52.973816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime commodi distinctio sed atque optio.\",\"body\":\"We need to connect the wireless SSL alarm!\"}"], ["created_at", "2016-10-07 18:56:52.974709"], ["updated_at", "2016-10-07 18:56:52.974709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem est cum dolorum consectetur aliquid perspiciatis unde.\",\"body\":\"Try to reboot the HTTP monitor, maybe it will reboot the open-source circuit!\"}"], ["created_at", "2016-10-07 18:56:52.975569"], ["updated_at", "2016-10-07 18:56:52.975569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque cumque delectus placeat.\",\"body\":\"The IB bandwidth is down, calculate the bluetooth pixel so we can input the IB firewall!\"}"], ["created_at", "2016-10-07 18:56:52.976440"], ["updated_at", "2016-10-07 18:56:52.976440"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci commodi et sed veritatis.\",\"body\":\"I'll compress the 1080p COM monitor, that should sensor the THX alarm!\"}"], ["created_at", "2016-10-07 18:56:52.977429"], ["updated_at", "2016-10-07 18:56:52.977429"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum minima vel quia aut aliquid eligendi et.\",\"body\":\"Try to index the RSS panel, maybe it will connect the open-source feed!\"}"], ["created_at", "2016-10-07 18:56:52.980811"], ["updated_at", "2016-10-07 18:56:52.980811"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ut ex.\",\"body\":\"Synthesizing the array won't do anything, we need to program the haptic smtp matrix!\"}"], ["created_at", "2016-10-07 18:56:52.982947"], ["updated_at", "2016-10-07 18:56:52.982947"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quia asperiores ut.\",\"body\":\"Use the 1080p FTP matrix, then you can transmit the mobile alarm!\"}"], ["created_at", "2016-10-07 18:56:52.984208"], ["updated_at", "2016-10-07 18:56:52.984208"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam velit ea porro beatae blanditiis.\",\"body\":\"The SQL capacitor is down, override the mobile alarm so we can reboot the XSS firewall!\"}"], ["created_at", "2016-10-07 18:56:52.985172"], ["updated_at", "2016-10-07 18:56:52.985172"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum asperiores dolorem sit aut accusantium.\",\"body\":\"If we input the microchip, we can get to the CSS monitor through the primary RSS port!\"}"], ["created_at", "2016-10-07 18:56:52.986112"], ["updated_at", "2016-10-07 18:56:52.986112"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias nostrum voluptatibus quo dolor voluptas modi quos.\",\"body\":\"I'll quantify the multi-byte USB alarm, that should application the PCI feed!\"}"], ["created_at", "2016-10-07 18:56:52.987092"], ["updated_at", "2016-10-07 18:56:52.987092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis debitis tempora itaque esse cupiditate voluptas.\",\"body\":\"I'll calculate the wireless AGP firewall, that should monitor the ADP protocol!\"}"], ["created_at", "2016-10-07 18:56:52.988079"], ["updated_at", "2016-10-07 18:56:52.988079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem id quas quia explicabo.\",\"body\":\"Synthesizing the panel won't do anything, we need to connect the redundant rss sensor!\"}"], ["created_at", "2016-10-07 18:56:52.989010"], ["updated_at", "2016-10-07 18:56:52.989010"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum amet veritatis fuga laborum hic et.\",\"body\":\"The TCP alarm is down, connect the auxiliary port so we can connect the JBOD card!\"}"], ["created_at", "2016-10-07 18:56:52.989954"], ["updated_at", "2016-10-07 18:56:52.989954"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit qui est nam quo cumque et.\",\"body\":\"I'll bypass the online COM sensor, that should protocol the AGP application!\"}"], ["created_at", "2016-10-07 18:56:52.990919"], ["updated_at", "2016-10-07 18:56:52.990919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia accusamus praesentium dolores.\",\"body\":\"Compressing the card won't do anything, we need to override the back-end xml panel!\"}"], ["created_at", "2016-10-07 18:56:52.991846"], ["updated_at", "2016-10-07 18:56:52.991846"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla tenetur temporibus.\",\"body\":\"You can't transmit the firewall without navigating the primary COM feed!\"}"], ["created_at", "2016-10-07 18:56:52.992766"], ["updated_at", "2016-10-07 18:56:52.992766"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur aspernatur laudantium.\",\"body\":\"Try to connect the HDD protocol, maybe it will hack the wireless pixel!\"}"], ["created_at", "2016-10-07 18:56:52.993691"], ["updated_at", "2016-10-07 18:56:52.993691"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam et explicabo facilis sed necessitatibus.\",\"body\":\"Bypassing the transmitter won't do anything, we need to bypass the online pci card!\"}"], ["created_at", "2016-10-07 18:56:52.995247"], ["updated_at", "2016-10-07 18:56:52.995247"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia corporis deserunt dolor iure quae.\",\"body\":\"Try to synthesize the PCI driver, maybe it will index the multi-byte firewall!\"}"], ["created_at", "2016-10-07 18:56:52.998752"], ["updated_at", "2016-10-07 18:56:52.998752"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptatibus dolorem beatae illo veniam.\",\"body\":\"The SMS card is down, back up the primary capacitor so we can generate the AGP interface!\"}"], ["created_at", "2016-10-07 18:56:53.000103"], ["updated_at", "2016-10-07 18:56:53.000103"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto hic ratione rerum.\",\"body\":\"If we calculate the monitor, we can get to the AI firewall through the multi-byte AGP panel!\"}"], ["created_at", "2016-10-07 18:56:53.001074"], ["updated_at", "2016-10-07 18:56:53.001074"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis est dolore nihil explicabo.\",\"body\":\"I'll navigate the virtual JBOD sensor, that should monitor the XSS panel!\"}"], ["created_at", "2016-10-07 18:56:53.002085"], ["updated_at", "2016-10-07 18:56:53.002085"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam omnis alias perspiciatis explicabo exercitationem error.\",\"body\":\"Use the open-source ADP protocol, then you can transmit the haptic circuit!\"}"], ["created_at", "2016-10-07 18:56:53.003127"], ["updated_at", "2016-10-07 18:56:53.003127"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo exercitationem quasi omnis mollitia ratione est repudiandae.\",\"body\":\"Try to index the SDD driver, maybe it will navigate the redundant protocol!\"}"], ["created_at", "2016-10-07 18:56:53.004349"], ["updated_at", "2016-10-07 18:56:53.004349"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat culpa nihil non in.\",\"body\":\"Try to index the PNG hard drive, maybe it will bypass the solid state array!\"}"], ["created_at", "2016-10-07 18:56:53.005526"], ["updated_at", "2016-10-07 18:56:53.005526"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus reiciendis nemo pariatur aut natus.\",\"body\":\"I'll parse the auxiliary RSS bandwidth, that should array the XSS driver!\"}"], ["created_at", "2016-10-07 18:56:53.006743"], ["updated_at", "2016-10-07 18:56:53.006743"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem dolorum similique reiciendis dicta.\",\"body\":\"Use the mobile PCI matrix, then you can input the back-end alarm!\"}"], ["created_at", "2016-10-07 18:56:53.008942"], ["updated_at", "2016-10-07 18:56:53.008942"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium accusamus blanditiis ipsum consequatur.\",\"body\":\"You can't parse the port without bypassing the 1080p XML application!\"}"], ["created_at", "2016-10-07 18:56:53.010739"], ["updated_at", "2016-10-07 18:56:53.010739"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et iusto eligendi voluptatem laudantium.\",\"body\":\"I'll generate the back-end SQL protocol, that should alarm the USB microchip!\"}"], ["created_at", "2016-10-07 18:56:53.014278"], ["updated_at", "2016-10-07 18:56:53.014278"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis et est sed adipisci.\",\"body\":\"You can't index the monitor without programming the haptic CSS firewall!\"}"], ["created_at", "2016-10-07 18:56:53.016154"], ["updated_at", "2016-10-07 18:56:53.016154"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem rem pariatur qui nihil iure.\",\"body\":\"I'll copy the multi-byte RAM program, that should circuit the EXE capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.017888"], ["updated_at", "2016-10-07 18:56:53.017888"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem est numquam deleniti.\",\"body\":\"You can't index the microchip without quantifying the digital SDD protocol!\"}"], ["created_at", "2016-10-07 18:56:53.019679"], ["updated_at", "2016-10-07 18:56:53.019679"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla magni dolores distinctio ut.\",\"body\":\"I'll copy the auxiliary RAM microchip, that should circuit the SMTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.021339"], ["updated_at", "2016-10-07 18:56:53.021339"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti rem a deleniti sed.\",\"body\":\"The SDD matrix is down, program the primary alarm so we can generate the COM monitor!\"}"], ["created_at", "2016-10-07 18:56:53.022764"], ["updated_at", "2016-10-07 18:56:53.022764"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam rerum id.\",\"body\":\"Use the redundant PCI capacitor, then you can compress the open-source panel!\"}"], ["created_at", "2016-10-07 18:56:53.023828"], ["updated_at", "2016-10-07 18:56:53.023828"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quidem doloribus hic vero voluptas consequatur omnis.\",\"body\":\"I'll calculate the open-source HTTP microchip, that should transmitter the USB bus!\"}"], ["created_at", "2016-10-07 18:56:53.024754"], ["updated_at", "2016-10-07 18:56:53.024754"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit dolores facilis eos et.\",\"body\":\"Use the online GB driver, then you can override the open-source panel!\"}"], ["created_at", "2016-10-07 18:56:53.025613"], ["updated_at", "2016-10-07 18:56:53.025613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit quia quo.\",\"body\":\"If we transmit the port, we can get to the RAM bandwidth through the cross-platform SMS array!\"}"], ["created_at", "2016-10-07 18:56:53.026466"], ["updated_at", "2016-10-07 18:56:53.026466"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus voluptatem aut recusandae.\",\"body\":\"Use the haptic SSL pixel, then you can hack the 1080p driver!\"}"], ["created_at", "2016-10-07 18:56:53.027489"], ["updated_at", "2016-10-07 18:56:53.027489"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium inventore velit.\",\"body\":\"Use the multi-byte HDD circuit, then you can copy the 1080p program!\"}"], ["created_at", "2016-10-07 18:56:53.030954"], ["updated_at", "2016-10-07 18:56:53.030954"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat sed modi quia ab amet quisquam.\",\"body\":\"Try to reboot the XSS feed, maybe it will program the neural transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.032933"], ["updated_at", "2016-10-07 18:56:53.032933"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est architecto officia soluta neque doloribus.\",\"body\":\"The JBOD panel is down, input the haptic program so we can connect the RSS circuit!\"}"], ["created_at", "2016-10-07 18:56:53.034086"], ["updated_at", "2016-10-07 18:56:53.034086"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id omnis qui doloremque et sequi et.\",\"body\":\"You can't copy the hard drive without compressing the open-source JSON array!\"}"], ["created_at", "2016-10-07 18:56:53.035050"], ["updated_at", "2016-10-07 18:56:53.035050"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quidem culpa officiis ea natus repellat incidunt.\",\"body\":\"Indexing the capacitor won't do anything, we need to copy the wireless com firewall!\"}"], ["created_at", "2016-10-07 18:56:53.035910"], ["updated_at", "2016-10-07 18:56:53.035910"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis iure eaque provident soluta quo.\",\"body\":\"Try to parse the RAM bandwidth, maybe it will program the back-end circuit!\"}"], ["created_at", "2016-10-07 18:56:53.036807"], ["updated_at", "2016-10-07 18:56:53.036807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut deleniti ducimus.\",\"body\":\"You can't connect the array without transmitting the primary THX bus!\"}"], ["created_at", "2016-10-07 18:56:53.037678"], ["updated_at", "2016-10-07 18:56:53.037678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut cum voluptas.\",\"body\":\"Use the redundant SQL hard drive, then you can index the solid state driver!\"}"], ["created_at", "2016-10-07 18:56:53.038691"], ["updated_at", "2016-10-07 18:56:53.038691"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem earum aliquam architecto perspiciatis beatae nihil.\",\"body\":\"We need to navigate the open-source SSL monitor!\"}"], ["created_at", "2016-10-07 18:56:53.039576"], ["updated_at", "2016-10-07 18:56:53.039576"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut itaque autem atque vero maiores.\",\"body\":\"Overriding the program won't do anything, we need to index the back-end thx card!\"}"], ["created_at", "2016-10-07 18:56:53.040427"], ["updated_at", "2016-10-07 18:56:53.040427"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio beatae consequatur nisi.\",\"body\":\"We need to index the cross-platform SSL matrix!\"}"], ["created_at", "2016-10-07 18:56:53.041333"], ["updated_at", "2016-10-07 18:56:53.041333"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas aliquam officiis numquam et.\",\"body\":\"If we navigate the application, we can get to the USB panel through the multi-byte USB bus!\"}"], ["created_at", "2016-10-07 18:56:53.042343"], ["updated_at", "2016-10-07 18:56:53.042343"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio sed animi voluptatem tenetur eos veritatis impedit.\",\"body\":\"The FTP application is down, input the wireless feed so we can transmit the PNG capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.043339"], ["updated_at", "2016-10-07 18:56:53.043339"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci eum in et vel.\",\"body\":\"Parsing the sensor won't do anything, we need to bypass the redundant gb protocol!\"}"], ["created_at", "2016-10-07 18:56:53.044425"], ["updated_at", "2016-10-07 18:56:53.044425"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam sed distinctio corrupti nulla natus laboriosam.\",\"body\":\"I'll compress the wireless JBOD bandwidth, that should protocol the JSON firewall!\"}"], ["created_at", "2016-10-07 18:56:53.047870"], ["updated_at", "2016-10-07 18:56:53.047870"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt placeat magnam qui excepturi.\",\"body\":\"The GB circuit is down, transmit the wireless port so we can navigate the USB array!\"}"], ["created_at", "2016-10-07 18:56:53.049545"], ["updated_at", "2016-10-07 18:56:53.049545"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores temporibus exercitationem aut distinctio vero in.\",\"body\":\"Try to copy the SCSI bandwidth, maybe it will reboot the virtual feed!\"}"], ["created_at", "2016-10-07 18:56:53.050578"], ["updated_at", "2016-10-07 18:56:53.050578"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia dolorum suscipit neque tempora aut.\",\"body\":\"You can't reboot the matrix without copying the 1080p AGP protocol!\"}"], ["created_at", "2016-10-07 18:56:53.051528"], ["updated_at", "2016-10-07 18:56:53.051528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ullam modi vel veniam tenetur quia cupiditate.\",\"body\":\"Programming the card won't do anything, we need to compress the virtual sql array!\"}"], ["created_at", "2016-10-07 18:56:53.052500"], ["updated_at", "2016-10-07 18:56:53.052500"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium explicabo voluptatum et et.\",\"body\":\"The XML matrix is down, input the haptic transmitter so we can input the PNG capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.053430"], ["updated_at", "2016-10-07 18:56:53.053430"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid tempora nemo ratione.\",\"body\":\"We need to program the virtual FTP driver!\"}"], ["created_at", "2016-10-07 18:56:53.054382"], ["updated_at", "2016-10-07 18:56:53.054382"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta laboriosam minus aspernatur sit.\",\"body\":\"I'll reboot the virtual AGP pixel, that should panel the HDD interface!\"}"], ["created_at", "2016-10-07 18:56:53.055359"], ["updated_at", "2016-10-07 18:56:53.055359"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati earum sit est fugit omnis corporis dolores.\",\"body\":\"We need to compress the open-source RSS panel!\"}"], ["created_at", "2016-10-07 18:56:53.056336"], ["updated_at", "2016-10-07 18:56:53.056336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum et nisi ratione et expedita eligendi.\",\"body\":\"Try to override the HDD program, maybe it will back up the mobile driver!\"}"], ["created_at", "2016-10-07 18:56:53.057339"], ["updated_at", "2016-10-07 18:56:53.057339"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus vel alias sapiente debitis autem tempora.\",\"body\":\"I'll parse the primary XSS circuit, that should system the JSON bus!\"}"], ["created_at", "2016-10-07 18:56:53.058281"], ["updated_at", "2016-10-07 18:56:53.058281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias omnis quis nemo est blanditiis.\",\"body\":\"I'll calculate the bluetooth SMTP application, that should circuit the XSS feed!\"}"], ["created_at", "2016-10-07 18:56:53.059220"], ["updated_at", "2016-10-07 18:56:53.059220"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit ad eum omnis illo veritatis aut.\",\"body\":\"I'll input the online EXE panel, that should port the JBOD transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.060151"], ["updated_at", "2016-10-07 18:56:53.060151"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga dolores nobis corrupti assumenda.\",\"body\":\"You can't synthesize the array without overriding the open-source CSS system!\"}"], ["created_at", "2016-10-07 18:56:53.062001"], ["updated_at", "2016-10-07 18:56:53.062001"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo quia voluptas harum corporis maiores.\",\"body\":\"If we reboot the card, we can get to the RSS matrix through the mobile AI matrix!\"}"], ["created_at", "2016-10-07 18:56:53.065011"], ["updated_at", "2016-10-07 18:56:53.065011"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et autem rerum qui deleniti corporis.\",\"body\":\"The RAM bus is down, input the bluetooth alarm so we can calculate the USB system!\"}"], ["created_at", "2016-10-07 18:56:53.066605"], ["updated_at", "2016-10-07 18:56:53.066605"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut rem perferendis.\",\"body\":\"You can't copy the capacitor without overriding the solid state RAM capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.067619"], ["updated_at", "2016-10-07 18:56:53.067619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat nam quod non.\",\"body\":\"You can't hack the program without hacking the haptic PNG system!\"}"], ["created_at", "2016-10-07 18:56:53.068572"], ["updated_at", "2016-10-07 18:56:53.068572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus vero aut et dolorum iusto qui ipsa.\",\"body\":\"You can't transmit the application without backing up the online HTTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.069508"], ["updated_at", "2016-10-07 18:56:53.069508"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure dolorem quae eum ratione tenetur vel.\",\"body\":\"The ADP array is down, connect the open-source application so we can quantify the FTP interface!\"}"], ["created_at", "2016-10-07 18:56:53.070477"], ["updated_at", "2016-10-07 18:56:53.070477"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem non doloribus.\",\"body\":\"Try to back up the SCSI program, maybe it will synthesize the haptic protocol!\"}"], ["created_at", "2016-10-07 18:56:53.071419"], ["updated_at", "2016-10-07 18:56:53.071419"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam ad aut tempora est commodi corporis et.\",\"body\":\"If we quantify the hard drive, we can get to the AI array through the cross-platform THX protocol!\"}"], ["created_at", "2016-10-07 18:56:53.072363"], ["updated_at", "2016-10-07 18:56:53.072363"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero quia ad sit.\",\"body\":\"You can't override the microchip without overriding the cross-platform CSS firewall!\"}"], ["created_at", "2016-10-07 18:56:53.073308"], ["updated_at", "2016-10-07 18:56:53.073308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At facere inventore a.\",\"body\":\"The JSON port is down, synthesize the online system so we can override the EXE firewall!\"}"], ["created_at", "2016-10-07 18:56:53.074180"], ["updated_at", "2016-10-07 18:56:53.074180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio quis fugit.\",\"body\":\"The HDD capacitor is down, parse the haptic pixel so we can quantify the SAS system!\"}"], ["created_at", "2016-10-07 18:56:53.075039"], ["updated_at", "2016-10-07 18:56:53.075039"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ad corporis asperiores pariatur.\",\"body\":\"The COM pixel is down, quantify the neural transmitter so we can generate the JSON microchip!\"}"], ["created_at", "2016-10-07 18:56:53.075885"], ["updated_at", "2016-10-07 18:56:53.075885"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo velit atque sit et.\",\"body\":\"I'll hack the redundant SDD port, that should hard drive the IB monitor!\"}"], ["created_at", "2016-10-07 18:56:53.076805"], ["updated_at", "2016-10-07 18:56:53.076805"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia qui unde.\",\"body\":\"I'll bypass the cross-platform SMS transmitter, that should transmitter the AI panel!\"}"], ["created_at", "2016-10-07 18:56:53.078621"], ["updated_at", "2016-10-07 18:56:53.078621"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti earum veniam repudiandae commodi ad.\",\"body\":\"We need to program the mobile CSS circuit!\"}"], ["created_at", "2016-10-07 18:56:53.081455"], ["updated_at", "2016-10-07 18:56:53.081455"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores qui et laborum cumque atque quia.\",\"body\":\"You can't compress the pixel without quantifying the open-source AGP protocol!\"}"], ["created_at", "2016-10-07 18:56:53.083267"], ["updated_at", "2016-10-07 18:56:53.083267"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt ut id ipsum cum omnis.\",\"body\":\"You can't index the bandwidth without overriding the digital AGP matrix!\"}"], ["created_at", "2016-10-07 18:56:53.084255"], ["updated_at", "2016-10-07 18:56:53.084255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro earum sint sint illo aut facere.\",\"body\":\"If we bypass the alarm, we can get to the IB microchip through the neural XML interface!\"}"], ["created_at", "2016-10-07 18:56:53.085385"], ["updated_at", "2016-10-07 18:56:53.085385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui temporibus dignissimos architecto quaerat.\",\"body\":\"I'll navigate the virtual ADP feed, that should array the SMTP microchip!\"}"], ["created_at", "2016-10-07 18:56:53.086299"], ["updated_at", "2016-10-07 18:56:53.086299"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt aut molestiae fuga tempore.\",\"body\":\"You can't program the matrix without overriding the bluetooth FTP circuit!\"}"], ["created_at", "2016-10-07 18:56:53.087200"], ["updated_at", "2016-10-07 18:56:53.087200"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita aspernatur nesciunt fuga consectetur voluptas velit et.\",\"body\":\"If we synthesize the microchip, we can get to the CSS transmitter through the primary RSS driver!\"}"], ["created_at", "2016-10-07 18:56:53.088056"], ["updated_at", "2016-10-07 18:56:53.088056"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem sit eum.\",\"body\":\"I'll connect the digital JBOD driver, that should sensor the JBOD program!\"}"], ["created_at", "2016-10-07 18:56:53.089090"], ["updated_at", "2016-10-07 18:56:53.089090"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum quidem rerum porro quam vitae.\",\"body\":\"Use the virtual TCP feed, then you can generate the haptic firewall!\"}"], ["created_at", "2016-10-07 18:56:53.089983"], ["updated_at", "2016-10-07 18:56:53.089983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam laborum illo reprehenderit nulla quibusdam voluptates qui.\",\"body\":\"Connecting the circuit won't do anything, we need to override the cross-platform exe bus!\"}"], ["created_at", "2016-10-07 18:56:53.090864"], ["updated_at", "2016-10-07 18:56:53.090864"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque modi qui natus voluptate.\",\"body\":\"The JSON interface is down, parse the mobile monitor so we can parse the SSL protocol!\"}"], ["created_at", "2016-10-07 18:56:53.091720"], ["updated_at", "2016-10-07 18:56:53.091720"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptatem et est.\",\"body\":\"Parsing the port won't do anything, we need to back up the 1080p ai bandwidth!\"}"], ["created_at", "2016-10-07 18:56:53.092643"], ["updated_at", "2016-10-07 18:56:53.092643"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga fugit maiores eos nam enim ex delectus.\",\"body\":\"You can't index the monitor without compressing the virtual JBOD panel!\"}"], ["created_at", "2016-10-07 18:56:53.093495"], ["updated_at", "2016-10-07 18:56:53.093495"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At perferendis cum maiores natus ad non.\",\"body\":\"The PCI application is down, navigate the optical system so we can calculate the ADP hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.095315"], ["updated_at", "2016-10-07 18:56:53.095315"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quia libero dolores enim.\",\"body\":\"I'll synthesize the cross-platform EXE interface, that should sensor the XSS protocol!\"}"], ["created_at", "2016-10-07 18:56:53.098106"], ["updated_at", "2016-10-07 18:56:53.098106"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse est porro non molestiae deleniti laudantium excepturi.\",\"body\":\"Compressing the bus won't do anything, we need to bypass the multi-byte usb card!\"}"], ["created_at", "2016-10-07 18:56:53.099880"], ["updated_at", "2016-10-07 18:56:53.099880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla quo natus.\",\"body\":\"Try to copy the COM card, maybe it will index the wireless array!\"}"], ["created_at", "2016-10-07 18:56:53.100881"], ["updated_at", "2016-10-07 18:56:53.100881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis consequatur est asperiores quisquam est voluptas.\",\"body\":\"We need to bypass the solid state SMTP monitor!\"}"], ["created_at", "2016-10-07 18:56:53.101810"], ["updated_at", "2016-10-07 18:56:53.101810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos est voluptas iste nemo esse non.\",\"body\":\"I'll transmit the bluetooth RSS transmitter, that should array the GB application!\"}"], ["created_at", "2016-10-07 18:56:53.102757"], ["updated_at", "2016-10-07 18:56:53.102757"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus labore quia optio.\",\"body\":\"If we reboot the port, we can get to the PCI protocol through the mobile XML sensor!\"}"], ["created_at", "2016-10-07 18:56:53.103702"], ["updated_at", "2016-10-07 18:56:53.103702"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae molestiae quis qui sed cupiditate.\",\"body\":\"If we index the protocol, we can get to the COM transmitter through the wireless SMTP circuit!\"}"], ["created_at", "2016-10-07 18:56:53.104619"], ["updated_at", "2016-10-07 18:56:53.104619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia excepturi commodi qui eveniet.\",\"body\":\"You can't bypass the microchip without generating the cross-platform HDD card!\"}"], ["created_at", "2016-10-07 18:56:53.105866"], ["updated_at", "2016-10-07 18:56:53.105866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente possimus aut quidem rerum ducimus.\",\"body\":\"You can't program the system without copying the digital GB firewall!\"}"], ["created_at", "2016-10-07 18:56:53.106804"], ["updated_at", "2016-10-07 18:56:53.106804"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo ut qui.\",\"body\":\"The HDD alarm is down, override the multi-byte feed so we can transmit the AGP protocol!\"}"], ["created_at", "2016-10-07 18:56:53.107711"], ["updated_at", "2016-10-07 18:56:53.107711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse dicta optio.\",\"body\":\"If we calculate the circuit, we can get to the HTTP monitor through the virtual RAM array!\"}"], ["created_at", "2016-10-07 18:56:53.108640"], ["updated_at", "2016-10-07 18:56:53.108640"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt ducimus vitae sapiente aperiam quam ab.\",\"body\":\"We need to calculate the bluetooth EXE bandwidth!\"}"], ["created_at", "2016-10-07 18:56:53.109508"], ["updated_at", "2016-10-07 18:56:53.109508"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel laboriosam dolor consequatur molestias atque animi.\",\"body\":\"The PCI alarm is down, program the mobile microchip so we can navigate the GB array!\"}"], ["created_at", "2016-10-07 18:56:53.110452"], ["updated_at", "2016-10-07 18:56:53.110452"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et iste magnam in est.\",\"body\":\"Use the bluetooth SCSI card, then you can copy the neural matrix!\"}"], ["created_at", "2016-10-07 18:56:53.113242"], ["updated_at", "2016-10-07 18:56:53.113242"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta asperiores minus modi libero quae et.\",\"body\":\"Use the mobile SAS port, then you can connect the auxiliary interface!\"}"], ["created_at", "2016-10-07 18:56:53.115337"], ["updated_at", "2016-10-07 18:56:53.115337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam magnam repudiandae dignissimos sit inventore consequatur in.\",\"body\":\"Try to reboot the ADP hard drive, maybe it will calculate the open-source array!\"}"], ["created_at", "2016-10-07 18:56:53.116745"], ["updated_at", "2016-10-07 18:56:53.116745"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio veniam voluptatum quia illo id quia.\",\"body\":\"The PCI feed is down, generate the cross-platform bus so we can generate the TCP circuit!\"}"], ["created_at", "2016-10-07 18:56:53.117712"], ["updated_at", "2016-10-07 18:56:53.117712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam odit distinctio.\",\"body\":\"If we index the hard drive, we can get to the JBOD system through the bluetooth IB feed!\"}"], ["created_at", "2016-10-07 18:56:53.118666"], ["updated_at", "2016-10-07 18:56:53.118666"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea ducimus excepturi.\",\"body\":\"The JSON circuit is down, generate the redundant matrix so we can input the CSS application!\"}"], ["created_at", "2016-10-07 18:56:53.119602"], ["updated_at", "2016-10-07 18:56:53.119602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla vel id dolorem praesentium hic.\",\"body\":\"If we input the matrix, we can get to the PCI firewall through the multi-byte PNG monitor!\"}"], ["created_at", "2016-10-07 18:56:53.120549"], ["updated_at", "2016-10-07 18:56:53.120549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere reiciendis voluptatum possimus aut.\",\"body\":\"We need to hack the digital HDD sensor!\"}"], ["created_at", "2016-10-07 18:56:53.121430"], ["updated_at", "2016-10-07 18:56:53.121430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui est sunt minus dolorum distinctio odio ex.\",\"body\":\"We need to transmit the mobile XML hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.122459"], ["updated_at", "2016-10-07 18:56:53.122459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia error voluptas omnis adipisci.\",\"body\":\"If we bypass the alarm, we can get to the FTP system through the bluetooth PNG array!\"}"], ["created_at", "2016-10-07 18:56:53.123381"], ["updated_at", "2016-10-07 18:56:53.123381"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut qui autem et voluptates dolores ut.\",\"body\":\"The PCI pixel is down, connect the 1080p protocol so we can compress the SDD array!\"}"], ["created_at", "2016-10-07 18:56:53.124235"], ["updated_at", "2016-10-07 18:56:53.124235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit dolor sunt facilis non.\",\"body\":\"Try to synthesize the EXE array, maybe it will navigate the optical alarm!\"}"], ["created_at", "2016-10-07 18:56:53.125241"], ["updated_at", "2016-10-07 18:56:53.125241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim hic est quas.\",\"body\":\"If we calculate the program, we can get to the SMS circuit through the redundant RSS microchip!\"}"], ["created_at", "2016-10-07 18:56:53.126222"], ["updated_at", "2016-10-07 18:56:53.126222"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores saepe quia voluptas ut.\",\"body\":\"Calculating the sensor won't do anything, we need to hack the redundant http capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.127327"], ["updated_at", "2016-10-07 18:56:53.127327"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus numquam natus ex magni omnis.\",\"body\":\"I'll bypass the virtual SSL interface, that should monitor the HDD matrix!\"}"], ["created_at", "2016-10-07 18:56:53.130655"], ["updated_at", "2016-10-07 18:56:53.130655"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et atque ex ad perspiciatis et officiis.\",\"body\":\"If we transmit the bus, we can get to the TCP port through the optical COM microchip!\"}"], ["created_at", "2016-10-07 18:56:53.132776"], ["updated_at", "2016-10-07 18:56:53.132776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed dolores tempora eos accusamus consequatur.\",\"body\":\"You can't transmit the application without parsing the primary XSS monitor!\"}"], ["created_at", "2016-10-07 18:56:53.133934"], ["updated_at", "2016-10-07 18:56:53.133934"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda ipsa rerum sint libero.\",\"body\":\"Navigating the panel won't do anything, we need to copy the open-source png driver!\"}"], ["created_at", "2016-10-07 18:56:53.134897"], ["updated_at", "2016-10-07 18:56:53.134897"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sequi quis similique.\",\"body\":\"You can't input the circuit without transmitting the optical HDD port!\"}"], ["created_at", "2016-10-07 18:56:53.135835"], ["updated_at", "2016-10-07 18:56:53.135835"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quaerat molestias vel officia neque sed dolorem.\",\"body\":\"Use the solid state THX pixel, then you can bypass the wireless bandwidth!\"}"], ["created_at", "2016-10-07 18:56:53.136776"], ["updated_at", "2016-10-07 18:56:53.136776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum assumenda at.\",\"body\":\"We need to copy the cross-platform AGP alarm!\"}"], ["created_at", "2016-10-07 18:56:53.137663"], ["updated_at", "2016-10-07 18:56:53.137663"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum dolor dolorem quis distinctio laborum eos ducimus.\",\"body\":\"Use the wireless COM sensor, then you can copy the cross-platform port!\"}"], ["created_at", "2016-10-07 18:56:53.138599"], ["updated_at", "2016-10-07 18:56:53.138599"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error sit repellendus quibusdam.\",\"body\":\"The SMS pixel is down, copy the multi-byte sensor so we can copy the PNG bandwidth!\"}"], ["created_at", "2016-10-07 18:56:53.139510"], ["updated_at", "2016-10-07 18:56:53.139510"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae sit placeat ut occaecati.\",\"body\":\"Use the digital XSS microchip, then you can parse the bluetooth interface!\"}"], ["created_at", "2016-10-07 18:56:53.140374"], ["updated_at", "2016-10-07 18:56:53.140374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas odit quos.\",\"body\":\"You can't navigate the driver without overriding the neural JBOD circuit!\"}"], ["created_at", "2016-10-07 18:56:53.141288"], ["updated_at", "2016-10-07 18:56:53.141288"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus modi aliquid vel.\",\"body\":\"Transmitting the microchip won't do anything, we need to calculate the online sdd port!\"}"], ["created_at", "2016-10-07 18:56:53.142152"], ["updated_at", "2016-10-07 18:56:53.142152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi et alias atque incidunt qui dolores.\",\"body\":\"If we navigate the capacitor, we can get to the FTP capacitor through the multi-byte THX sensor!\"}"], ["created_at", "2016-10-07 18:56:53.143056"], ["updated_at", "2016-10-07 18:56:53.143056"]] SQL (0.7ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio accusamus sed magnam.\",\"body\":\"Transmitting the system won't do anything, we need to bypass the online ssl pixel!\"}"], ["created_at", "2016-10-07 18:56:53.144073"], ["updated_at", "2016-10-07 18:56:53.144073"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia eos voluptas eligendi.\",\"body\":\"The PNG hard drive is down, input the auxiliary hard drive so we can input the HTTP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:53.147646"], ["updated_at", "2016-10-07 18:56:53.147646"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam voluptas dolor blanditiis recusandae.\",\"body\":\"We need to quantify the cross-platform SDD transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.149649"], ["updated_at", "2016-10-07 18:56:53.149649"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut at eos veniam ut aliquam qui voluptatem.\",\"body\":\"You can't connect the program without parsing the 1080p SCSI protocol!\"}"], ["created_at", "2016-10-07 18:56:53.150747"], ["updated_at", "2016-10-07 18:56:53.150747"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem itaque molestias hic.\",\"body\":\"Bypassing the interface won't do anything, we need to back up the open-source ib protocol!\"}"], ["created_at", "2016-10-07 18:56:53.151700"], ["updated_at", "2016-10-07 18:56:53.151700"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis odio vel quia nam suscipit.\",\"body\":\"Use the neural JBOD matrix, then you can index the wireless alarm!\"}"], ["created_at", "2016-10-07 18:56:53.152659"], ["updated_at", "2016-10-07 18:56:53.152659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae eos beatae magnam.\",\"body\":\"We need to connect the bluetooth SMTP application!\"}"], ["created_at", "2016-10-07 18:56:53.153595"], ["updated_at", "2016-10-07 18:56:53.153595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde totam soluta voluptate.\",\"body\":\"If we override the capacitor, we can get to the FTP driver through the primary RSS interface!\"}"], ["created_at", "2016-10-07 18:56:53.154565"], ["updated_at", "2016-10-07 18:56:53.154565"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam asperiores ea nesciunt repellendus voluptatem dolor numquam.\",\"body\":\"The RSS pixel is down, quantify the redundant circuit so we can connect the SMS alarm!\"}"], ["created_at", "2016-10-07 18:56:53.155512"], ["updated_at", "2016-10-07 18:56:53.155512"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non autem harum dignissimos quibusdam fuga.\",\"body\":\"We need to input the haptic AGP array!\"}"], ["created_at", "2016-10-07 18:56:53.156508"], ["updated_at", "2016-10-07 18:56:53.156508"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque aspernatur autem quisquam nisi veniam.\",\"body\":\"Try to program the XSS alarm, maybe it will hack the bluetooth monitor!\"}"], ["created_at", "2016-10-07 18:56:53.157454"], ["updated_at", "2016-10-07 18:56:53.157454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur aut perspiciatis maxime.\",\"body\":\"I'll synthesize the mobile EXE array, that should transmitter the CSS microchip!\"}"], ["created_at", "2016-10-07 18:56:53.158311"], ["updated_at", "2016-10-07 18:56:53.158311"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita unde alias.\",\"body\":\"The GB driver is down, input the online bandwidth so we can compress the AGP protocol!\"}"], ["created_at", "2016-10-07 18:56:53.159222"], ["updated_at", "2016-10-07 18:56:53.159222"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem cum commodi.\",\"body\":\"I'll override the haptic COM circuit, that should card the HDD panel!\"}"], ["created_at", "2016-10-07 18:56:53.160184"], ["updated_at", "2016-10-07 18:56:53.160184"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem aut vel facere assumenda.\",\"body\":\"Navigating the monitor won't do anything, we need to program the cross-platform hdd card!\"}"], ["created_at", "2016-10-07 18:56:53.161883"], ["updated_at", "2016-10-07 18:56:53.161883"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quibusdam reprehenderit rerum.\",\"body\":\"We need to override the mobile EXE capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.164943"], ["updated_at", "2016-10-07 18:56:53.164943"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate harum et commodi rerum deleniti est veritatis.\",\"body\":\"Use the 1080p RAM port, then you can copy the online system!\"}"], ["created_at", "2016-10-07 18:56:53.166577"], ["updated_at", "2016-10-07 18:56:53.166577"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente et est accusamus dolore.\",\"body\":\"If we copy the firewall, we can get to the RAM protocol through the redundant GB microchip!\"}"], ["created_at", "2016-10-07 18:56:53.168471"], ["updated_at", "2016-10-07 18:56:53.168471"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem velit odit.\",\"body\":\"We need to generate the 1080p EXE sensor!\"}"], ["created_at", "2016-10-07 18:56:53.169814"], ["updated_at", "2016-10-07 18:56:53.169814"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi quo et consequatur similique.\",\"body\":\"If we copy the capacitor, we can get to the SCSI program through the cross-platform TCP program!\"}"], ["created_at", "2016-10-07 18:56:53.171598"], ["updated_at", "2016-10-07 18:56:53.171598"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem eaque neque ea minus nesciunt.\",\"body\":\"Try to program the SMTP driver, maybe it will connect the redundant pixel!\"}"], ["created_at", "2016-10-07 18:56:53.173276"], ["updated_at", "2016-10-07 18:56:53.173276"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit dolorem culpa.\",\"body\":\"Try to navigate the JBOD hard drive, maybe it will transmit the bluetooth matrix!\"}"], ["created_at", "2016-10-07 18:56:53.175656"], ["updated_at", "2016-10-07 18:56:53.175656"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia harum possimus voluptatibus.\",\"body\":\"The PNG monitor is down, override the virtual port so we can transmit the PNG array!\"}"], ["created_at", "2016-10-07 18:56:53.176713"], ["updated_at", "2016-10-07 18:56:53.176713"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque corporis eum voluptatum est.\",\"body\":\"If we parse the capacitor, we can get to the SMTP protocol through the mobile AI interface!\"}"], ["created_at", "2016-10-07 18:56:53.178081"], ["updated_at", "2016-10-07 18:56:53.178081"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit maxime minus explicabo dolorem rem quod eaque.\",\"body\":\"If we connect the capacitor, we can get to the SQL sensor through the redundant RSS program!\"}"], ["created_at", "2016-10-07 18:56:53.181173"], ["updated_at", "2016-10-07 18:56:53.181173"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit ipsum architecto sed sit nemo odit.\",\"body\":\"We need to parse the auxiliary JBOD protocol!\"}"], ["created_at", "2016-10-07 18:56:53.183250"], ["updated_at", "2016-10-07 18:56:53.183250"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint dolor dolorum minus.\",\"body\":\"If we hack the firewall, we can get to the TCP alarm through the wireless PNG microchip!\"}"], ["created_at", "2016-10-07 18:56:53.184488"], ["updated_at", "2016-10-07 18:56:53.184488"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores non labore sed.\",\"body\":\"We need to compress the online JBOD capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.185620"], ["updated_at", "2016-10-07 18:56:53.185620"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis similique laborum.\",\"body\":\"Quantifying the matrix won't do anything, we need to navigate the redundant ftp interface!\"}"], ["created_at", "2016-10-07 18:56:53.186677"], ["updated_at", "2016-10-07 18:56:53.186677"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae voluptatibus incidunt distinctio quis maxime.\",\"body\":\"I'll index the mobile RAM capacitor, that should hard drive the PCI interface!\"}"], ["created_at", "2016-10-07 18:56:53.187626"], ["updated_at", "2016-10-07 18:56:53.187626"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam voluptatibus vel magnam sunt et.\",\"body\":\"If we quantify the firewall, we can get to the SQL firewall through the neural PCI capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.188829"], ["updated_at", "2016-10-07 18:56:53.188829"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ea laboriosam.\",\"body\":\"We need to generate the solid state RSS monitor!\"}"], ["created_at", "2016-10-07 18:56:53.189822"], ["updated_at", "2016-10-07 18:56:53.189822"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit eveniet voluptates illum id reprehenderit.\",\"body\":\"Overriding the array won't do anything, we need to navigate the open-source scsi driver!\"}"], ["created_at", "2016-10-07 18:56:53.190768"], ["updated_at", "2016-10-07 18:56:53.190768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam veritatis illum.\",\"body\":\"You can't compress the driver without synthesizing the bluetooth XSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.191695"], ["updated_at", "2016-10-07 18:56:53.191695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum maxime enim doloribus soluta.\",\"body\":\"Try to index the GB feed, maybe it will reboot the auxiliary bus!\"}"], ["created_at", "2016-10-07 18:56:53.192639"], ["updated_at", "2016-10-07 18:56:53.192639"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima hic facilis repellat voluptatem.\",\"body\":\"Try to override the TCP array, maybe it will generate the haptic array!\"}"], ["created_at", "2016-10-07 18:56:53.193589"], ["updated_at", "2016-10-07 18:56:53.193589"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi nisi doloribus omnis corrupti cumque et.\",\"body\":\"Use the cross-platform JBOD system, then you can synthesize the auxiliary panel!\"}"], ["created_at", "2016-10-07 18:56:53.196085"], ["updated_at", "2016-10-07 18:56:53.196085"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora voluptatibus omnis eum.\",\"body\":\"Use the neural IB bandwidth, then you can generate the open-source card!\"}"], ["created_at", "2016-10-07 18:56:53.198950"], ["updated_at", "2016-10-07 18:56:53.198950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quia culpa repudiandae pariatur.\",\"body\":\"Navigating the system won't do anything, we need to index the back-end exe panel!\"}"], ["created_at", "2016-10-07 18:56:53.200198"], ["updated_at", "2016-10-07 18:56:53.200198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius aut eum.\",\"body\":\"You can't compress the circuit without compressing the 1080p USB sensor!\"}"], ["created_at", "2016-10-07 18:56:53.201187"], ["updated_at", "2016-10-07 18:56:53.201187"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore tempora sequi.\",\"body\":\"You can't bypass the panel without overriding the haptic EXE pixel!\"}"], ["created_at", "2016-10-07 18:56:53.202113"], ["updated_at", "2016-10-07 18:56:53.202113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In dolores omnis quae rerum.\",\"body\":\"The COM hard drive is down, connect the solid state bandwidth so we can calculate the SMS system!\"}"], ["created_at", "2016-10-07 18:56:53.203072"], ["updated_at", "2016-10-07 18:56:53.203072"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum expedita cupiditate incidunt officia.\",\"body\":\"I'll navigate the neural RSS array, that should capacitor the HDD program!\"}"], ["created_at", "2016-10-07 18:56:53.204015"], ["updated_at", "2016-10-07 18:56:53.204015"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est id nobis.\",\"body\":\"We need to generate the open-source COM interface!\"}"], ["created_at", "2016-10-07 18:56:53.204994"], ["updated_at", "2016-10-07 18:56:53.204994"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est beatae nihil aliquam sint.\",\"body\":\"Use the mobile EXE array, then you can back up the 1080p matrix!\"}"], ["created_at", "2016-10-07 18:56:53.205932"], ["updated_at", "2016-10-07 18:56:53.205932"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis quos dolore dolorum nesciunt.\",\"body\":\"You can't program the microchip without calculating the digital PCI array!\"}"], ["created_at", "2016-10-07 18:56:53.206876"], ["updated_at", "2016-10-07 18:56:53.206876"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut deleniti ducimus nesciunt sed.\",\"body\":\"We need to program the haptic JSON panel!\"}"], ["created_at", "2016-10-07 18:56:53.207853"], ["updated_at", "2016-10-07 18:56:53.207853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam facere necessitatibus vel nihil et.\",\"body\":\"If we hack the port, we can get to the GB capacitor through the online ADP bus!\"}"], ["created_at", "2016-10-07 18:56:53.208995"], ["updated_at", "2016-10-07 18:56:53.208995"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quasi id.\",\"body\":\"The RSS card is down, quantify the open-source sensor so we can override the ADP protocol!\"}"], ["created_at", "2016-10-07 18:56:53.209959"], ["updated_at", "2016-10-07 18:56:53.209959"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam aut repellendus eligendi.\",\"body\":\"The ADP alarm is down, hack the cross-platform firewall so we can calculate the IB application!\"}"], ["created_at", "2016-10-07 18:56:53.211574"], ["updated_at", "2016-10-07 18:56:53.211574"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora laudantium sed ipsum exercitationem.\",\"body\":\"We need to generate the primary SMTP panel!\"}"], ["created_at", "2016-10-07 18:56:53.214910"], ["updated_at", "2016-10-07 18:56:53.214910"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor nihil expedita perferendis voluptate officiis eius.\",\"body\":\"We need to override the virtual SQL firewall!\"}"], ["created_at", "2016-10-07 18:56:53.216582"], ["updated_at", "2016-10-07 18:56:53.216582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem eius sed neque veritatis pariatur laboriosam quia.\",\"body\":\"You can't input the protocol without copying the solid state HTTP program!\"}"], ["created_at", "2016-10-07 18:56:53.217586"], ["updated_at", "2016-10-07 18:56:53.217586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro deleniti id in.\",\"body\":\"The SCSI circuit is down, copy the back-end matrix so we can quantify the JBOD pixel!\"}"], ["created_at", "2016-10-07 18:56:53.218536"], ["updated_at", "2016-10-07 18:56:53.218536"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel dolor occaecati doloribus id sit.\",\"body\":\"I'll calculate the digital TCP bandwidth, that should firewall the CSS card!\"}"], ["created_at", "2016-10-07 18:56:53.219467"], ["updated_at", "2016-10-07 18:56:53.219467"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus cupiditate rerum est soluta architecto vel.\",\"body\":\"Copying the transmitter won't do anything, we need to navigate the optical hdd port!\"}"], ["created_at", "2016-10-07 18:56:53.220400"], ["updated_at", "2016-10-07 18:56:53.220400"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus aliquid quo consequuntur.\",\"body\":\"Try to calculate the XSS driver, maybe it will program the digital firewall!\"}"], ["created_at", "2016-10-07 18:56:53.221469"], ["updated_at", "2016-10-07 18:56:53.221469"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum et dolorem voluptatem aut explicabo perferendis.\",\"body\":\"Use the open-source RSS circuit, then you can hack the 1080p protocol!\"}"], ["created_at", "2016-10-07 18:56:53.222355"], ["updated_at", "2016-10-07 18:56:53.222355"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad assumenda velit esse nihil pariatur eum.\",\"body\":\"Use the neural JSON transmitter, then you can program the online application!\"}"], ["created_at", "2016-10-07 18:56:53.223278"], ["updated_at", "2016-10-07 18:56:53.223278"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum eaque dolor omnis et dolorum.\",\"body\":\"You can't navigate the firewall without connecting the redundant ADP pixel!\"}"], ["created_at", "2016-10-07 18:56:53.224142"], ["updated_at", "2016-10-07 18:56:53.224142"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur rem quas et.\",\"body\":\"Try to generate the TCP card, maybe it will parse the cross-platform transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.225041"], ["updated_at", "2016-10-07 18:56:53.225041"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam perspiciatis earum illo assumenda quas blanditiis sint.\",\"body\":\"The HDD sensor is down, navigate the digital bandwidth so we can index the AGP capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.225898"], ["updated_at", "2016-10-07 18:56:53.225898"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam nihil illum et recusandae cumque ullam.\",\"body\":\"Try to parse the JSON bus, maybe it will reboot the primary application!\"}"], ["created_at", "2016-10-07 18:56:53.226777"], ["updated_at", "2016-10-07 18:56:53.226777"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus illo enim asperiores dolore voluptatem numquam.\",\"body\":\"The HTTP card is down, reboot the online alarm so we can connect the SSL sensor!\"}"], ["created_at", "2016-10-07 18:56:53.229272"], ["updated_at", "2016-10-07 18:56:53.229272"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure dicta sit est vel molestiae.\",\"body\":\"If we parse the hard drive, we can get to the CSS bandwidth through the 1080p GB matrix!\"}"], ["created_at", "2016-10-07 18:56:53.231815"], ["updated_at", "2016-10-07 18:56:53.231815"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta porro et ipsa qui commodi ducimus.\",\"body\":\"Use the solid state SMS hard drive, then you can navigate the haptic monitor!\"}"], ["created_at", "2016-10-07 18:56:53.233465"], ["updated_at", "2016-10-07 18:56:53.233465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eum corporis tempore.\",\"body\":\"I'll compress the solid state USB transmitter, that should panel the SQL monitor!\"}"], ["created_at", "2016-10-07 18:56:53.234482"], ["updated_at", "2016-10-07 18:56:53.234482"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sint nihil est voluptatibus impedit et.\",\"body\":\"If we synthesize the card, we can get to the SQL panel through the multi-byte TCP capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.235421"], ["updated_at", "2016-10-07 18:56:53.235421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil molestiae ipsa est doloremque est.\",\"body\":\"Use the solid state COM sensor, then you can override the primary monitor!\"}"], ["created_at", "2016-10-07 18:56:53.236344"], ["updated_at", "2016-10-07 18:56:53.236344"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores rerum nesciunt voluptatem nihil voluptas dolore.\",\"body\":\"Connecting the bus won't do anything, we need to calculate the online scsi card!\"}"], ["created_at", "2016-10-07 18:56:53.237219"], ["updated_at", "2016-10-07 18:56:53.237219"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos quidem consequatur.\",\"body\":\"The COM system is down, connect the multi-byte circuit so we can synthesize the XSS alarm!\"}"], ["created_at", "2016-10-07 18:56:53.238212"], ["updated_at", "2016-10-07 18:56:53.238212"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur ut repudiandae eaque voluptas aliquam.\",\"body\":\"If we calculate the microchip, we can get to the USB capacitor through the haptic ADP system!\"}"], ["created_at", "2016-10-07 18:56:53.239133"], ["updated_at", "2016-10-07 18:56:53.239133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam ad voluptas eveniet aut repellendus dolore.\",\"body\":\"I'll copy the multi-byte SAS hard drive, that should interface the ADP system!\"}"], ["created_at", "2016-10-07 18:56:53.240044"], ["updated_at", "2016-10-07 18:56:53.240044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis delectus qui quam.\",\"body\":\"Try to reboot the AGP protocol, maybe it will compress the mobile circuit!\"}"], ["created_at", "2016-10-07 18:56:53.240910"], ["updated_at", "2016-10-07 18:56:53.240910"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores et ipsa error.\",\"body\":\"We need to calculate the multi-byte AGP pixel!\"}"], ["created_at", "2016-10-07 18:56:53.241767"], ["updated_at", "2016-10-07 18:56:53.241767"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate omnis aut nam et nemo exercitationem est.\",\"body\":\"If we parse the microchip, we can get to the USB pixel through the bluetooth JBOD circuit!\"}"], ["created_at", "2016-10-07 18:56:53.242654"], ["updated_at", "2016-10-07 18:56:53.242654"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos eos rem modi repellendus est consequuntur.\",\"body\":\"If we hack the alarm, we can get to the IB hard drive through the mobile EXE array!\"}"], ["created_at", "2016-10-07 18:56:53.243585"], ["updated_at", "2016-10-07 18:56:53.243585"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio occaecati autem nisi laboriosam sed tempora.\",\"body\":\"Try to reboot the AGP alarm, maybe it will back up the auxiliary alarm!\"}"], ["created_at", "2016-10-07 18:56:53.246876"], ["updated_at", "2016-10-07 18:56:53.246876"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas necessitatibus explicabo ut inventore dolores.\",\"body\":\"You can't transmit the interface without overriding the bluetooth SDD circuit!\"}"], ["created_at", "2016-10-07 18:56:53.248762"], ["updated_at", "2016-10-07 18:56:53.248762"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia error assumenda.\",\"body\":\"We need to copy the 1080p SQL circuit!\"}"], ["created_at", "2016-10-07 18:56:53.249910"], ["updated_at", "2016-10-07 18:56:53.249910"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati odio quis accusantium.\",\"body\":\"Try to reboot the PCI microchip, maybe it will copy the mobile feed!\"}"], ["created_at", "2016-10-07 18:56:53.251062"], ["updated_at", "2016-10-07 18:56:53.251062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et autem non nemo eos rem ratione libero.\",\"body\":\"We need to hack the cross-platform THX program!\"}"], ["created_at", "2016-10-07 18:56:53.252052"], ["updated_at", "2016-10-07 18:56:53.252052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum dolorem impedit aspernatur.\",\"body\":\"I'll reboot the optical THX sensor, that should feed the USB application!\"}"], ["created_at", "2016-10-07 18:56:53.252918"], ["updated_at", "2016-10-07 18:56:53.252918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint veniam est et.\",\"body\":\"We need to parse the multi-byte IB driver!\"}"], ["created_at", "2016-10-07 18:56:53.253857"], ["updated_at", "2016-10-07 18:56:53.253857"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed rerum ut est fugit facere reiciendis.\",\"body\":\"I'll parse the bluetooth RSS panel, that should application the AGP transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.254794"], ["updated_at", "2016-10-07 18:56:53.254794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro culpa sit et repellat velit quis adipisci.\",\"body\":\"I'll override the mobile SDD array, that should feed the SMS hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.255747"], ["updated_at", "2016-10-07 18:56:53.255747"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis tenetur sunt odio.\",\"body\":\"Copying the feed won't do anything, we need to bypass the bluetooth hdd circuit!\"}"], ["created_at", "2016-10-07 18:56:53.256604"], ["updated_at", "2016-10-07 18:56:53.256604"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident magnam doloribus molestiae deleniti aut aut.\",\"body\":\"If we override the system, we can get to the SQL array through the neural HDD pixel!\"}"], ["created_at", "2016-10-07 18:56:53.257509"], ["updated_at", "2016-10-07 18:56:53.257509"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos non in neque quasi.\",\"body\":\"Overriding the microchip won't do anything, we need to parse the multi-byte com bandwidth!\"}"], ["created_at", "2016-10-07 18:56:53.258484"], ["updated_at", "2016-10-07 18:56:53.258484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et dolorem qui dicta consequatur aspernatur sint.\",\"body\":\"You can't input the matrix without indexing the bluetooth SMS hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.259433"], ["updated_at", "2016-10-07 18:56:53.259433"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum et omnis suscipit doloremque quaerat est.\",\"body\":\"I'll compress the haptic SCSI interface, that should panel the HTTP card!\"}"], ["created_at", "2016-10-07 18:56:53.260348"], ["updated_at", "2016-10-07 18:56:53.260348"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus odio veniam velit a molestias voluptates.\",\"body\":\"The THX firewall is down, quantify the online microchip so we can generate the SMS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:53.263606"], ["updated_at", "2016-10-07 18:56:53.263606"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis doloribus facere.\",\"body\":\"We need to reboot the 1080p PCI port!\"}"], ["created_at", "2016-10-07 18:56:53.265404"], ["updated_at", "2016-10-07 18:56:53.265404"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam velit debitis eius.\",\"body\":\"We need to reboot the neural SMTP microchip!\"}"], ["created_at", "2016-10-07 18:56:53.266593"], ["updated_at", "2016-10-07 18:56:53.266593"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi fuga voluptate iure dolor tempora.\",\"body\":\"Overriding the matrix won't do anything, we need to calculate the multi-byte png system!\"}"], ["created_at", "2016-10-07 18:56:53.268222"], ["updated_at", "2016-10-07 18:56:53.268222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et iure maxime.\",\"body\":\"Backing up the firewall won't do anything, we need to input the cross-platform jbod driver!\"}"], ["created_at", "2016-10-07 18:56:53.269352"], ["updated_at", "2016-10-07 18:56:53.269352"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident praesentium labore sit voluptatem molestiae ut impedit.\",\"body\":\"If we quantify the transmitter, we can get to the SMTP system through the back-end IB pixel!\"}"], ["created_at", "2016-10-07 18:56:53.270355"], ["updated_at", "2016-10-07 18:56:53.270355"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In dignissimos officiis suscipit perspiciatis animi sunt reiciendis.\",\"body\":\"You can't program the panel without generating the online SMS interface!\"}"], ["created_at", "2016-10-07 18:56:53.271810"], ["updated_at", "2016-10-07 18:56:53.271810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt sapiente saepe in.\",\"body\":\"If we back up the transmitter, we can get to the HTTP port through the back-end TCP interface!\"}"], ["created_at", "2016-10-07 18:56:53.272935"], ["updated_at", "2016-10-07 18:56:53.272935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae qui aperiam eveniet fugit.\",\"body\":\"We need to connect the primary JSON panel!\"}"], ["created_at", "2016-10-07 18:56:53.273812"], ["updated_at", "2016-10-07 18:56:53.273812"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est vel eveniet quasi sunt tenetur soluta velit.\",\"body\":\"Transmitting the matrix won't do anything, we need to index the primary thx hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.274698"], ["updated_at", "2016-10-07 18:56:53.274698"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident adipisci maxime omnis.\",\"body\":\"We need to input the neural SCSI array!\"}"], ["created_at", "2016-10-07 18:56:53.275552"], ["updated_at", "2016-10-07 18:56:53.275552"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa recusandae quidem sit esse impedit earum maxime.\",\"body\":\"If we generate the transmitter, we can get to the SDD alarm through the digital RAM driver!\"}"], ["created_at", "2016-10-07 18:56:53.276401"], ["updated_at", "2016-10-07 18:56:53.276401"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ea quis ex fugiat perferendis corporis odio.\",\"body\":\"Use the bluetooth JSON protocol, then you can hack the virtual program!\"}"], ["created_at", "2016-10-07 18:56:53.277593"], ["updated_at", "2016-10-07 18:56:53.277593"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem quos molestias ea earum et.\",\"body\":\"Try to copy the SQL firewall, maybe it will hack the back-end monitor!\"}"], ["created_at", "2016-10-07 18:56:53.280878"], ["updated_at", "2016-10-07 18:56:53.280878"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus repudiandae impedit.\",\"body\":\"I'll quantify the open-source HTTP application, that should capacitor the SMS card!\"}"], ["created_at", "2016-10-07 18:56:53.282728"], ["updated_at", "2016-10-07 18:56:53.282728"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est neque sapiente nihil aspernatur id.\",\"body\":\"The COM protocol is down, transmit the solid state alarm so we can bypass the PNG array!\"}"], ["created_at", "2016-10-07 18:56:53.283807"], ["updated_at", "2016-10-07 18:56:53.283807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab ad suscipit qui eligendi similique et et.\",\"body\":\"The GB driver is down, generate the digital feed so we can index the PCI sensor!\"}"], ["created_at", "2016-10-07 18:56:53.284741"], ["updated_at", "2016-10-07 18:56:53.284741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt id magni sit tenetur reprehenderit quasi eum.\",\"body\":\"Try to synthesize the PNG firewall, maybe it will quantify the open-source matrix!\"}"], ["created_at", "2016-10-07 18:56:53.285613"], ["updated_at", "2016-10-07 18:56:53.285613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad quisquam qui ipsum.\",\"body\":\"Use the online SAS protocol, then you can input the back-end microchip!\"}"], ["created_at", "2016-10-07 18:56:53.286468"], ["updated_at", "2016-10-07 18:56:53.286468"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem est necessitatibus sed unde.\",\"body\":\"I'll synthesize the mobile SAS system, that should capacitor the HDD protocol!\"}"], ["created_at", "2016-10-07 18:56:53.287539"], ["updated_at", "2016-10-07 18:56:53.287539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quis est vel illo.\",\"body\":\"Copying the protocol won't do anything, we need to back up the bluetooth http array!\"}"], ["created_at", "2016-10-07 18:56:53.288509"], ["updated_at", "2016-10-07 18:56:53.288509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et consequatur aut est quia iste laudantium.\",\"body\":\"Use the primary RSS port, then you can back up the open-source capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.289378"], ["updated_at", "2016-10-07 18:56:53.289378"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim voluptates quia ea perspiciatis.\",\"body\":\"The SSL application is down, program the wireless system so we can index the ADP circuit!\"}"], ["created_at", "2016-10-07 18:56:53.290225"], ["updated_at", "2016-10-07 18:56:53.290225"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque earum necessitatibus exercitationem voluptas.\",\"body\":\"If we navigate the system, we can get to the XSS alarm through the open-source IB protocol!\"}"], ["created_at", "2016-10-07 18:56:53.291118"], ["updated_at", "2016-10-07 18:56:53.291118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore enim eaque necessitatibus est.\",\"body\":\"Use the multi-byte PNG bus, then you can compress the auxiliary program!\"}"], ["created_at", "2016-10-07 18:56:53.292103"], ["updated_at", "2016-10-07 18:56:53.292103"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quod sit at et.\",\"body\":\"If we back up the transmitter, we can get to the JSON array through the haptic RAM sensor!\"}"], ["created_at", "2016-10-07 18:56:53.292990"], ["updated_at", "2016-10-07 18:56:53.292990"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea quia sit sapiente.\",\"body\":\"You can't synthesize the driver without compressing the cross-platform EXE bus!\"}"], ["created_at", "2016-10-07 18:56:53.294072"], ["updated_at", "2016-10-07 18:56:53.294072"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore ut maiores id voluptas sed necessitatibus et.\",\"body\":\"You can't hack the card without quantifying the redundant COM hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.297291"], ["updated_at", "2016-10-07 18:56:53.297291"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui recusandae alias.\",\"body\":\"I'll override the bluetooth ADP array, that should port the EXE microchip!\"}"], ["created_at", "2016-10-07 18:56:53.299135"], ["updated_at", "2016-10-07 18:56:53.299135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae est occaecati voluptatibus ex corrupti hic qui.\",\"body\":\"I'll index the auxiliary SSL panel, that should protocol the SAS alarm!\"}"], ["created_at", "2016-10-07 18:56:53.300215"], ["updated_at", "2016-10-07 18:56:53.300215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis aperiam impedit dolores eveniet.\",\"body\":\"Hacking the bandwidth won't do anything, we need to compress the neural ram bandwidth!\"}"], ["created_at", "2016-10-07 18:56:53.301155"], ["updated_at", "2016-10-07 18:56:53.301155"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut soluta nisi perspiciatis nulla quod cupiditate.\",\"body\":\"We need to calculate the auxiliary XSS sensor!\"}"], ["created_at", "2016-10-07 18:56:53.302090"], ["updated_at", "2016-10-07 18:56:53.302090"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid repellat aut vel doloribus.\",\"body\":\"The SSL application is down, back up the bluetooth panel so we can program the SCSI port!\"}"], ["created_at", "2016-10-07 18:56:53.303061"], ["updated_at", "2016-10-07 18:56:53.303061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt vero beatae iusto hic quod quae.\",\"body\":\"We need to calculate the digital HTTP card!\"}"], ["created_at", "2016-10-07 18:56:53.304166"], ["updated_at", "2016-10-07 18:56:53.304166"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint nihil impedit sint adipisci.\",\"body\":\"Use the optical HTTP driver, then you can quantify the neural array!\"}"], ["created_at", "2016-10-07 18:56:53.305079"], ["updated_at", "2016-10-07 18:56:53.305079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In nobis et temporibus consequuntur quia est.\",\"body\":\"Connecting the program won't do anything, we need to transmit the open-source adp bandwidth!\"}"], ["created_at", "2016-10-07 18:56:53.305949"], ["updated_at", "2016-10-07 18:56:53.305949"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui qui est.\",\"body\":\"You can't compress the system without parsing the 1080p COM pixel!\"}"], ["created_at", "2016-10-07 18:56:53.306836"], ["updated_at", "2016-10-07 18:56:53.306836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis voluptatibus minima iste.\",\"body\":\"Programming the card won't do anything, we need to connect the bluetooth sql alarm!\"}"], ["created_at", "2016-10-07 18:56:53.307777"], ["updated_at", "2016-10-07 18:56:53.307777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore nesciunt est dicta eum.\",\"body\":\"Try to parse the CSS hard drive, maybe it will back up the digital alarm!\"}"], ["created_at", "2016-10-07 18:56:53.308639"], ["updated_at", "2016-10-07 18:56:53.308639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse voluptatem nesciunt doloribus.\",\"body\":\"I'll transmit the 1080p PNG card, that should card the AI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:53.309491"], ["updated_at", "2016-10-07 18:56:53.309491"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum eos voluptates repudiandae et ut dolores aut.\",\"body\":\"We need to compress the neural IB hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.310571"], ["updated_at", "2016-10-07 18:56:53.310571"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In ut nihil.\",\"body\":\"If we compress the circuit, we can get to the TCP circuit through the 1080p SSL bus!\"}"], ["created_at", "2016-10-07 18:56:53.313971"], ["updated_at", "2016-10-07 18:56:53.313971"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic sit sed voluptas et.\",\"body\":\"Try to calculate the RAM card, maybe it will calculate the wireless microchip!\"}"], ["created_at", "2016-10-07 18:56:53.315428"], ["updated_at", "2016-10-07 18:56:53.315428"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta velit quibusdam sit praesentium porro.\",\"body\":\"You can't input the microchip without synthesizing the open-source SMTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.316908"], ["updated_at", "2016-10-07 18:56:53.316908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis fuga voluptatibus.\",\"body\":\"We need to hack the haptic RAM feed!\"}"], ["created_at", "2016-10-07 18:56:53.317869"], ["updated_at", "2016-10-07 18:56:53.317869"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex aspernatur quo facilis commodi laboriosam consequatur autem.\",\"body\":\"I'll compress the 1080p USB bandwidth, that should monitor the USB protocol!\"}"], ["created_at", "2016-10-07 18:56:53.318831"], ["updated_at", "2016-10-07 18:56:53.318831"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti minus hic necessitatibus.\",\"body\":\"Try to back up the ADP interface, maybe it will bypass the cross-platform feed!\"}"], ["created_at", "2016-10-07 18:56:53.319814"], ["updated_at", "2016-10-07 18:56:53.319814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae optio possimus.\",\"body\":\"I'll hack the wireless SMS monitor, that should protocol the PNG pixel!\"}"], ["created_at", "2016-10-07 18:56:53.320954"], ["updated_at", "2016-10-07 18:56:53.320954"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae odio sunt qui temporibus.\",\"body\":\"Try to synthesize the CSS program, maybe it will calculate the back-end bandwidth!\"}"], ["created_at", "2016-10-07 18:56:53.321848"], ["updated_at", "2016-10-07 18:56:53.321848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit perferendis minima praesentium velit nam deleniti possimus.\",\"body\":\"If we connect the card, we can get to the XML driver through the cross-platform AI microchip!\"}"], ["created_at", "2016-10-07 18:56:53.322756"], ["updated_at", "2016-10-07 18:56:53.322756"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae nesciunt repudiandae.\",\"body\":\"You can't quantify the pixel without quantifying the 1080p SAS alarm!\"}"], ["created_at", "2016-10-07 18:56:53.323630"], ["updated_at", "2016-10-07 18:56:53.323630"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti aliquid eos.\",\"body\":\"You can't back up the hard drive without indexing the auxiliary GB sensor!\"}"], ["created_at", "2016-10-07 18:56:53.324535"], ["updated_at", "2016-10-07 18:56:53.324535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero natus impedit.\",\"body\":\"The PNG capacitor is down, navigate the auxiliary port so we can reboot the USB alarm!\"}"], ["created_at", "2016-10-07 18:56:53.325396"], ["updated_at", "2016-10-07 18:56:53.325396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel aliquid et voluptatem.\",\"body\":\"Use the mobile XSS firewall, then you can override the redundant hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.326250"], ["updated_at", "2016-10-07 18:56:53.326250"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque numquam aspernatur labore magni blanditiis.\",\"body\":\"I'll parse the primary ADP monitor, that should monitor the SAS transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.327501"], ["updated_at", "2016-10-07 18:56:53.327501"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit recusandae nihil.\",\"body\":\"I'll compress the online SQL program, that should card the SMS capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.330766"], ["updated_at", "2016-10-07 18:56:53.330766"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui asperiores mollitia officia ea eligendi porro dolor.\",\"body\":\"Navigating the protocol won't do anything, we need to bypass the online ib port!\"}"], ["created_at", "2016-10-07 18:56:53.332482"], ["updated_at", "2016-10-07 18:56:53.332482"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos et ut omnis.\",\"body\":\"If we input the feed, we can get to the SMS port through the multi-byte JBOD alarm!\"}"], ["created_at", "2016-10-07 18:56:53.333576"], ["updated_at", "2016-10-07 18:56:53.333576"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque sunt illum nobis non quis dicta commodi.\",\"body\":\"Backing up the port won't do anything, we need to override the cross-platform smtp transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.334632"], ["updated_at", "2016-10-07 18:56:53.334632"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non aut reprehenderit dolorem totam.\",\"body\":\"I'll generate the online AI array, that should application the USB firewall!\"}"], ["created_at", "2016-10-07 18:56:53.335596"], ["updated_at", "2016-10-07 18:56:53.335596"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi mollitia voluptas sunt nihil.\",\"body\":\"If we synthesize the pixel, we can get to the SQL interface through the mobile CSS circuit!\"}"], ["created_at", "2016-10-07 18:56:53.336725"], ["updated_at", "2016-10-07 18:56:53.336725"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sequi doloribus exercitationem esse pariatur praesentium.\",\"body\":\"Use the auxiliary SQL bus, then you can program the neural capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.337677"], ["updated_at", "2016-10-07 18:56:53.337677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate quisquam cumque dolore quia.\",\"body\":\"The IB bandwidth is down, compress the virtual transmitter so we can connect the PCI panel!\"}"], ["created_at", "2016-10-07 18:56:53.338580"], ["updated_at", "2016-10-07 18:56:53.338580"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique provident consequuntur beatae.\",\"body\":\"Use the open-source RAM firewall, then you can copy the bluetooth system!\"}"], ["created_at", "2016-10-07 18:56:53.339440"], ["updated_at", "2016-10-07 18:56:53.339440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque voluptatem et quos corrupti.\",\"body\":\"Use the mobile AI application, then you can copy the wireless program!\"}"], ["created_at", "2016-10-07 18:56:53.340353"], ["updated_at", "2016-10-07 18:56:53.340353"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quisquam repellat at similique distinctio ex quia.\",\"body\":\"We need to connect the multi-byte IB card!\"}"], ["created_at", "2016-10-07 18:56:53.341213"], ["updated_at", "2016-10-07 18:56:53.341213"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem iste accusamus omnis.\",\"body\":\"Backing up the port won't do anything, we need to navigate the mobile com array!\"}"], ["created_at", "2016-10-07 18:56:53.342066"], ["updated_at", "2016-10-07 18:56:53.342066"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo consectetur voluptas voluptate necessitatibus corporis sed velit.\",\"body\":\"You can't input the sensor without calculating the 1080p RSS port!\"}"], ["created_at", "2016-10-07 18:56:53.342945"], ["updated_at", "2016-10-07 18:56:53.342945"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores at culpa et modi odio dolores.\",\"body\":\"Use the mobile GB array, then you can index the virtual microchip!\"}"], ["created_at", "2016-10-07 18:56:53.344297"], ["updated_at", "2016-10-07 18:56:53.344297"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda quos ut qui qui et rerum ex.\",\"body\":\"Try to generate the TCP matrix, maybe it will compress the back-end firewall!\"}"], ["created_at", "2016-10-07 18:56:53.347745"], ["updated_at", "2016-10-07 18:56:53.347745"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt et tempore vel sapiente quisquam.\",\"body\":\"We need to calculate the neural JBOD transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.349438"], ["updated_at", "2016-10-07 18:56:53.349438"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi animi velit quos qui veritatis doloribus exercitationem.\",\"body\":\"You can't reboot the transmitter without overriding the cross-platform EXE capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.350443"], ["updated_at", "2016-10-07 18:56:53.350443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit consequatur et facilis et dolor.\",\"body\":\"We need to reboot the back-end RSS matrix!\"}"], ["created_at", "2016-10-07 18:56:53.351396"], ["updated_at", "2016-10-07 18:56:53.351396"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore saepe recusandae sint in et perferendis repellat.\",\"body\":\"We need to bypass the neural SMS program!\"}"], ["created_at", "2016-10-07 18:56:53.352243"], ["updated_at", "2016-10-07 18:56:53.352243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis atque veritatis saepe corporis.\",\"body\":\"Try to program the SQL card, maybe it will bypass the digital feed!\"}"], ["created_at", "2016-10-07 18:56:53.353351"], ["updated_at", "2016-10-07 18:56:53.353351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis similique adipisci.\",\"body\":\"If we back up the pixel, we can get to the RAM pixel through the digital XSS interface!\"}"], ["created_at", "2016-10-07 18:56:53.354393"], ["updated_at", "2016-10-07 18:56:53.354393"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod saepe necessitatibus assumenda ea minima ducimus.\",\"body\":\"You can't bypass the alarm without programming the online PNG system!\"}"], ["created_at", "2016-10-07 18:56:53.355415"], ["updated_at", "2016-10-07 18:56:53.355415"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem veritatis labore ipsa asperiores eum id.\",\"body\":\"The RAM firewall is down, calculate the online array so we can copy the FTP pixel!\"}"], ["created_at", "2016-10-07 18:56:53.356345"], ["updated_at", "2016-10-07 18:56:53.356345"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio soluta voluptate excepturi at.\",\"body\":\"Use the primary SQL driver, then you can program the mobile array!\"}"], ["created_at", "2016-10-07 18:56:53.357204"], ["updated_at", "2016-10-07 18:56:53.357204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas amet alias quo.\",\"body\":\"We need to quantify the digital SDD bus!\"}"], ["created_at", "2016-10-07 18:56:53.358105"], ["updated_at", "2016-10-07 18:56:53.358105"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos magni aliquid veniam id cumque laudantium sed.\",\"body\":\"You can't back up the application without navigating the bluetooth IB alarm!\"}"], ["created_at", "2016-10-07 18:56:53.359055"], ["updated_at", "2016-10-07 18:56:53.359055"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores eum quae quo nam odio sed.\",\"body\":\"You can't transmit the feed without bypassing the redundant IB interface!\"}"], ["created_at", "2016-10-07 18:56:53.359912"], ["updated_at", "2016-10-07 18:56:53.359912"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur vitae est qui blanditiis eius temporibus.\",\"body\":\"Generating the monitor won't do anything, we need to navigate the cross-platform xss microchip!\"}"], ["created_at", "2016-10-07 18:56:53.362354"], ["updated_at", "2016-10-07 18:56:53.362354"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatem animi est asperiores fuga fugit dolor.\",\"body\":\"I'll copy the auxiliary SCSI port, that should protocol the IB protocol!\"}"], ["created_at", "2016-10-07 18:56:53.365051"], ["updated_at", "2016-10-07 18:56:53.365051"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod amet ipsum sunt asperiores.\",\"body\":\"The RSS array is down, back up the neural circuit so we can parse the AI alarm!\"}"], ["created_at", "2016-10-07 18:56:53.366432"], ["updated_at", "2016-10-07 18:56:53.366432"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum ullam ipsum dicta nemo commodi quis sunt.\",\"body\":\"You can't parse the application without indexing the solid state AGP monitor!\"}"], ["created_at", "2016-10-07 18:56:53.367450"], ["updated_at", "2016-10-07 18:56:53.367450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum quia quam deleniti dolores.\",\"body\":\"Backing up the array won't do anything, we need to connect the mobile jbod port!\"}"], ["created_at", "2016-10-07 18:56:53.368399"], ["updated_at", "2016-10-07 18:56:53.368399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam adipisci ullam.\",\"body\":\"Use the virtual HTTP card, then you can program the redundant monitor!\"}"], ["created_at", "2016-10-07 18:56:53.369290"], ["updated_at", "2016-10-07 18:56:53.369290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente deserunt deleniti illum aperiam eum quos esse.\",\"body\":\"Try to reboot the RSS driver, maybe it will navigate the haptic firewall!\"}"], ["created_at", "2016-10-07 18:56:53.370263"], ["updated_at", "2016-10-07 18:56:53.370263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum laboriosam ipsum minima.\",\"body\":\"Try to parse the XSS monitor, maybe it will generate the neural card!\"}"], ["created_at", "2016-10-07 18:56:53.371161"], ["updated_at", "2016-10-07 18:56:53.371161"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur excepturi rerum est consequatur qui.\",\"body\":\"The SQL feed is down, reboot the online hard drive so we can navigate the SDD pixel!\"}"], ["created_at", "2016-10-07 18:56:53.372016"], ["updated_at", "2016-10-07 18:56:53.372016"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum repellat placeat.\",\"body\":\"You can't connect the protocol without quantifying the redundant FTP card!\"}"], ["created_at", "2016-10-07 18:56:53.372932"], ["updated_at", "2016-10-07 18:56:53.372932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat voluptas sit vitae.\",\"body\":\"Try to parse the FTP driver, maybe it will input the online system!\"}"], ["created_at", "2016-10-07 18:56:53.373807"], ["updated_at", "2016-10-07 18:56:53.373807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus sit aut pariatur recusandae est.\",\"body\":\"We need to generate the back-end SDD application!\"}"], ["created_at", "2016-10-07 18:56:53.374834"], ["updated_at", "2016-10-07 18:56:53.374834"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique beatae est voluptatem dolor.\",\"body\":\"I'll index the wireless SDD alarm, that should matrix the SAS monitor!\"}"], ["created_at", "2016-10-07 18:56:53.375784"], ["updated_at", "2016-10-07 18:56:53.375784"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed iste alias saepe suscipit soluta.\",\"body\":\"Calculating the hard drive won't do anything, we need to copy the virtual sdd program!\"}"], ["created_at", "2016-10-07 18:56:53.376658"], ["updated_at", "2016-10-07 18:56:53.376658"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis perferendis esse quae voluptates voluptas fugit aliquid.\",\"body\":\"I'll generate the cross-platform XML card, that should hard drive the FTP alarm!\"}"], ["created_at", "2016-10-07 18:56:53.379658"], ["updated_at", "2016-10-07 18:56:53.379658"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas repudiandae ut omnis officiis reiciendis.\",\"body\":\"The HDD protocol is down, override the bluetooth port so we can transmit the XSS monitor!\"}"], ["created_at", "2016-10-07 18:56:53.382051"], ["updated_at", "2016-10-07 18:56:53.382051"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur suscipit soluta eos.\",\"body\":\"The FTP sensor is down, input the redundant pixel so we can index the SQL transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.384180"], ["updated_at", "2016-10-07 18:56:53.384180"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptate voluptates asperiores odio.\",\"body\":\"The SMTP bandwidth is down, calculate the back-end protocol so we can override the ADP array!\"}"], ["created_at", "2016-10-07 18:56:53.385209"], ["updated_at", "2016-10-07 18:56:53.385209"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto necessitatibus sed inventore deleniti temporibus ut.\",\"body\":\"Use the cross-platform PCI driver, then you can compress the multi-byte alarm!\"}"], ["created_at", "2016-10-07 18:56:53.386137"], ["updated_at", "2016-10-07 18:56:53.386137"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio sit dolores sit exercitationem impedit totam praesentium.\",\"body\":\"If we copy the capacitor, we can get to the PCI array through the redundant COM bus!\"}"], ["created_at", "2016-10-07 18:56:53.387138"], ["updated_at", "2016-10-07 18:56:53.387138"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cumque aut expedita ipsum.\",\"body\":\"If we parse the alarm, we can get to the AGP alarm through the wireless USB driver!\"}"], ["created_at", "2016-10-07 18:56:53.388037"], ["updated_at", "2016-10-07 18:56:53.388037"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora illo fugit consequatur in id.\",\"body\":\"We need to override the virtual CSS monitor!\"}"], ["created_at", "2016-10-07 18:56:53.388886"], ["updated_at", "2016-10-07 18:56:53.388886"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia aut quis.\",\"body\":\"We need to bypass the auxiliary AGP port!\"}"], ["created_at", "2016-10-07 18:56:53.389795"], ["updated_at", "2016-10-07 18:56:53.389795"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore deserunt beatae facere sit voluptatem.\",\"body\":\"Try to program the THX firewall, maybe it will index the redundant protocol!\"}"], ["created_at", "2016-10-07 18:56:53.390690"], ["updated_at", "2016-10-07 18:56:53.390690"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quia molestiae sequi ea dignissimos ipsum.\",\"body\":\"Try to hack the JBOD alarm, maybe it will copy the mobile port!\"}"], ["created_at", "2016-10-07 18:56:53.391559"], ["updated_at", "2016-10-07 18:56:53.391559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus et doloribus numquam est nobis officia.\",\"body\":\"You can't index the array without indexing the open-source XML monitor!\"}"], ["created_at", "2016-10-07 18:56:53.392425"], ["updated_at", "2016-10-07 18:56:53.392425"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem tenetur consequatur illum.\",\"body\":\"The SMS driver is down, copy the solid state driver so we can calculate the SMTP interface!\"}"], ["created_at", "2016-10-07 18:56:53.393287"], ["updated_at", "2016-10-07 18:56:53.393287"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem iusto rerum et neque corrupti iste.\",\"body\":\"If we parse the capacitor, we can get to the IB program through the haptic HTTP sensor!\"}"], ["created_at", "2016-10-07 18:56:53.396016"], ["updated_at", "2016-10-07 18:56:53.396016"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa voluptas asperiores enim similique deleniti ut.\",\"body\":\"Use the optical AGP bandwidth, then you can index the 1080p capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.398280"], ["updated_at", "2016-10-07 18:56:53.398280"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut corrupti magni.\",\"body\":\"You can't copy the panel without connecting the redundant AGP hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.399914"], ["updated_at", "2016-10-07 18:56:53.399914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint error atque consequatur quibusdam.\",\"body\":\"We need to synthesize the wireless SCSI firewall!\"}"], ["created_at", "2016-10-07 18:56:53.400914"], ["updated_at", "2016-10-07 18:56:53.400914"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet quidem reprehenderit perspiciatis et qui doloremque dolore.\",\"body\":\"We need to hack the digital SQL microchip!\"}"], ["created_at", "2016-10-07 18:56:53.401840"], ["updated_at", "2016-10-07 18:56:53.401840"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis omnis facere quia et.\",\"body\":\"We need to override the multi-byte EXE alarm!\"}"], ["created_at", "2016-10-07 18:56:53.402853"], ["updated_at", "2016-10-07 18:56:53.402853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui cum eveniet quia maxime eos enim consequatur.\",\"body\":\"The RSS bus is down, parse the cross-platform card so we can hack the XML interface!\"}"], ["created_at", "2016-10-07 18:56:53.403857"], ["updated_at", "2016-10-07 18:56:53.403857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est praesentium corporis qui voluptas non.\",\"body\":\"We need to calculate the virtual RSS application!\"}"], ["created_at", "2016-10-07 18:56:53.404768"], ["updated_at", "2016-10-07 18:56:53.404768"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste autem consectetur et.\",\"body\":\"You can't calculate the bus without copying the wireless SAS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:53.405622"], ["updated_at", "2016-10-07 18:56:53.405622"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis fuga veritatis quia ad fugit ea est.\",\"body\":\"You can't back up the protocol without indexing the haptic EXE protocol!\"}"], ["created_at", "2016-10-07 18:56:53.406478"], ["updated_at", "2016-10-07 18:56:53.406478"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum ipsum aut sint quae.\",\"body\":\"If we quantify the microchip, we can get to the TCP circuit through the redundant SSL transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.407407"], ["updated_at", "2016-10-07 18:56:53.407407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique amet non est.\",\"body\":\"If we copy the protocol, we can get to the JSON capacitor through the multi-byte CSS application!\"}"], ["created_at", "2016-10-07 18:56:53.408267"], ["updated_at", "2016-10-07 18:56:53.408267"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo tempore tempora est repellat ut sequi eos.\",\"body\":\"If we parse the firewall, we can get to the RSS firewall through the mobile SCSI alarm!\"}"], ["created_at", "2016-10-07 18:56:53.409121"], ["updated_at", "2016-10-07 18:56:53.409121"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quis ut pariatur nostrum autem quo sequi.\",\"body\":\"If we synthesize the firewall, we can get to the THX port through the online SMTP pixel!\"}"], ["created_at", "2016-10-07 18:56:53.409970"], ["updated_at", "2016-10-07 18:56:53.409970"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi rem reprehenderit ipsam tempora.\",\"body\":\"Try to index the PNG port, maybe it will generate the auxiliary monitor!\"}"], ["created_at", "2016-10-07 18:56:53.412912"], ["updated_at", "2016-10-07 18:56:53.412912"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero ratione necessitatibus.\",\"body\":\"Generating the matrix won't do anything, we need to hack the multi-byte scsi port!\"}"], ["created_at", "2016-10-07 18:56:53.415001"], ["updated_at", "2016-10-07 18:56:53.415001"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere officia sint.\",\"body\":\"We need to hack the multi-byte SAS interface!\"}"], ["created_at", "2016-10-07 18:56:53.416396"], ["updated_at", "2016-10-07 18:56:53.416396"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At ducimus in harum provident et dolorum aut.\",\"body\":\"If we quantify the transmitter, we can get to the XML matrix through the solid state JSON firewall!\"}"], ["created_at", "2016-10-07 18:56:53.417531"], ["updated_at", "2016-10-07 18:56:53.417531"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias nemo rem odit libero aut omnis.\",\"body\":\"I'll hack the cross-platform HTTP circuit, that should alarm the XML matrix!\"}"], ["created_at", "2016-10-07 18:56:53.418613"], ["updated_at", "2016-10-07 18:56:53.418613"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam ad fuga.\",\"body\":\"I'll copy the cross-platform TCP card, that should array the JSON program!\"}"], ["created_at", "2016-10-07 18:56:53.419595"], ["updated_at", "2016-10-07 18:56:53.419595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit eum dolores voluptates dignissimos reprehenderit.\",\"body\":\"Try to program the PNG capacitor, maybe it will connect the redundant microchip!\"}"], ["created_at", "2016-10-07 18:56:53.420578"], ["updated_at", "2016-10-07 18:56:53.420578"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est qui praesentium omnis deserunt officia mollitia.\",\"body\":\"Use the haptic SAS bus, then you can transmit the optical capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.421454"], ["updated_at", "2016-10-07 18:56:53.421454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero corrupti qui rerum deleniti non.\",\"body\":\"I'll override the bluetooth RAM application, that should array the HDD bus!\"}"], ["created_at", "2016-10-07 18:56:53.422355"], ["updated_at", "2016-10-07 18:56:53.422355"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas est a iste voluptatibus aliquam et.\",\"body\":\"If we override the card, we can get to the PNG port through the cross-platform RSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.423252"], ["updated_at", "2016-10-07 18:56:53.423252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos nesciunt hic ducimus placeat.\",\"body\":\"The USB matrix is down, reboot the back-end transmitter so we can reboot the HTTP alarm!\"}"], ["created_at", "2016-10-07 18:56:53.424097"], ["updated_at", "2016-10-07 18:56:53.424097"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum est doloremque.\",\"body\":\"Navigating the feed won't do anything, we need to bypass the auxiliary jbod transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.424956"], ["updated_at", "2016-10-07 18:56:53.424956"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam nesciunt quod suscipit odio.\",\"body\":\"You can't transmit the bus without connecting the primary THX interface!\"}"], ["created_at", "2016-10-07 18:56:53.425843"], ["updated_at", "2016-10-07 18:56:53.425843"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe quo rerum ullam.\",\"body\":\"Compressing the circuit won't do anything, we need to hack the wireless thx microchip!\"}"], ["created_at", "2016-10-07 18:56:53.426921"], ["updated_at", "2016-10-07 18:56:53.426921"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et libero ex inventore totam aut distinctio.\",\"body\":\"Calculating the bandwidth won't do anything, we need to compress the multi-byte json firewall!\"}"], ["created_at", "2016-10-07 18:56:53.430633"], ["updated_at", "2016-10-07 18:56:53.430633"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut unde exercitationem dolore voluptatem numquam.\",\"body\":\"The JSON system is down, connect the redundant sensor so we can generate the RAM microchip!\"}"], ["created_at", "2016-10-07 18:56:53.432749"], ["updated_at", "2016-10-07 18:56:53.432749"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus in quasi temporibus quia quis.\",\"body\":\"I'll bypass the 1080p SCSI transmitter, that should matrix the XML sensor!\"}"], ["created_at", "2016-10-07 18:56:53.434295"], ["updated_at", "2016-10-07 18:56:53.434295"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam repudiandae doloremque explicabo soluta.\",\"body\":\"If we bypass the capacitor, we can get to the XML interface through the neural JSON bandwidth!\"}"], ["created_at", "2016-10-07 18:56:53.436082"], ["updated_at", "2016-10-07 18:56:53.436082"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi quis ipsa alias.\",\"body\":\"The SAS array is down, back up the 1080p circuit so we can reboot the SAS protocol!\"}"], ["created_at", "2016-10-07 18:56:53.439001"], ["updated_at", "2016-10-07 18:56:53.439001"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos quos nihil.\",\"body\":\"Parsing the hard drive won't do anything, we need to synthesize the auxiliary png port!\"}"], ["created_at", "2016-10-07 18:56:53.440058"], ["updated_at", "2016-10-07 18:56:53.440058"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus fuga rerum et doloribus.\",\"body\":\"The TCP transmitter is down, compress the mobile microchip so we can compress the TCP interface!\"}"], ["created_at", "2016-10-07 18:56:53.441021"], ["updated_at", "2016-10-07 18:56:53.441021"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat quasi ab.\",\"body\":\"You can't connect the panel without navigating the back-end IB interface!\"}"], ["created_at", "2016-10-07 18:56:53.441875"], ["updated_at", "2016-10-07 18:56:53.441875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem sit saepe quos repudiandae molestiae.\",\"body\":\"The SMS transmitter is down, compress the digital driver so we can hack the PNG alarm!\"}"], ["created_at", "2016-10-07 18:56:53.442755"], ["updated_at", "2016-10-07 18:56:53.442755"]] SQL (0.6ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia eveniet quo quis maxime ut non provident.\",\"body\":\"Synthesizing the port won't do anything, we need to copy the digital xss system!\"}"], ["created_at", "2016-10-07 18:56:53.443855"], ["updated_at", "2016-10-07 18:56:53.443855"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint veniam dolor.\",\"body\":\"Navigating the alarm won't do anything, we need to synthesize the solid state sms sensor!\"}"], ["created_at", "2016-10-07 18:56:53.447460"], ["updated_at", "2016-10-07 18:56:53.447460"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum qui magni consequatur.\",\"body\":\"Use the virtual SDD hard drive, then you can quantify the open-source application!\"}"], ["created_at", "2016-10-07 18:56:53.449339"], ["updated_at", "2016-10-07 18:56:53.449339"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam consequatur quia enim ab.\",\"body\":\"If we generate the card, we can get to the SQL circuit through the back-end SSL firewall!\"}"], ["created_at", "2016-10-07 18:56:53.450384"], ["updated_at", "2016-10-07 18:56:53.450384"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi nemo et.\",\"body\":\"Bypassing the sensor won't do anything, we need to quantify the multi-byte ai pixel!\"}"], ["created_at", "2016-10-07 18:56:53.451364"], ["updated_at", "2016-10-07 18:56:53.451364"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores aspernatur omnis quaerat rerum natus aut ipsa.\",\"body\":\"Use the mobile AI program, then you can index the digital application!\"}"], ["created_at", "2016-10-07 18:56:53.452318"], ["updated_at", "2016-10-07 18:56:53.452318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio voluptatum autem molestiae.\",\"body\":\"If we input the circuit, we can get to the AI transmitter through the virtual JBOD circuit!\"}"], ["created_at", "2016-10-07 18:56:53.453275"], ["updated_at", "2016-10-07 18:56:53.453275"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum beatae perferendis.\",\"body\":\"I'll program the wireless EXE system, that should port the COM hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.454190"], ["updated_at", "2016-10-07 18:56:53.454190"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet voluptas voluptatem accusamus dolor autem tempora impedit.\",\"body\":\"The EXE transmitter is down, calculate the haptic alarm so we can connect the SDD feed!\"}"], ["created_at", "2016-10-07 18:56:53.455088"], ["updated_at", "2016-10-07 18:56:53.455088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo autem nihil nobis porro omnis mollitia.\",\"body\":\"Overriding the port won't do anything, we need to bypass the primary exe matrix!\"}"], ["created_at", "2016-10-07 18:56:53.455993"], ["updated_at", "2016-10-07 18:56:53.455993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quae velit rem.\",\"body\":\"You can't synthesize the feed without navigating the digital AGP program!\"}"], ["created_at", "2016-10-07 18:56:53.456860"], ["updated_at", "2016-10-07 18:56:53.456860"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum enim alias consequuntur iure aut.\",\"body\":\"Use the mobile SDD hard drive, then you can back up the online feed!\"}"], ["created_at", "2016-10-07 18:56:53.457719"], ["updated_at", "2016-10-07 18:56:53.457719"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In quisquam earum accusantium voluptatum quia.\",\"body\":\"Try to compress the AGP interface, maybe it will bypass the back-end driver!\"}"], ["created_at", "2016-10-07 18:56:53.458786"], ["updated_at", "2016-10-07 18:56:53.458786"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae quis repudiandae sint dicta nostrum dolor unde.\",\"body\":\"You can't bypass the program without generating the auxiliary PNG panel!\"}"], ["created_at", "2016-10-07 18:56:53.459918"], ["updated_at", "2016-10-07 18:56:53.459918"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi cum deleniti qui sint quo itaque sit.\",\"body\":\"We need to generate the 1080p RAM hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.461730"], ["updated_at", "2016-10-07 18:56:53.461730"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem fugiat magni ex et voluptatem suscipit occaecati.\",\"body\":\"If we copy the firewall, we can get to the HTTP port through the open-source THX monitor!\"}"], ["created_at", "2016-10-07 18:56:53.465055"], ["updated_at", "2016-10-07 18:56:53.465055"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem tempore voluptatibus cum numquam repellat ut.\",\"body\":\"We need to override the 1080p XML matrix!\"}"], ["created_at", "2016-10-07 18:56:53.466450"], ["updated_at", "2016-10-07 18:56:53.466450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae possimus fugiat necessitatibus minus voluptatem ut.\",\"body\":\"You can't index the sensor without programming the wireless JSON protocol!\"}"], ["created_at", "2016-10-07 18:56:53.467463"], ["updated_at", "2016-10-07 18:56:53.467463"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut neque laboriosam exercitationem enim officiis rerum.\",\"body\":\"Use the virtual FTP bandwidth, then you can connect the back-end alarm!\"}"], ["created_at", "2016-10-07 18:56:53.468323"], ["updated_at", "2016-10-07 18:56:53.468323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor debitis impedit sequi totam vel.\",\"body\":\"The SDD protocol is down, copy the mobile sensor so we can parse the SAS microchip!\"}"], ["created_at", "2016-10-07 18:56:53.469190"], ["updated_at", "2016-10-07 18:56:53.469190"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum non modi cupiditate tenetur dolorem voluptates ducimus.\",\"body\":\"Try to synthesize the THX firewall, maybe it will calculate the mobile driver!\"}"], ["created_at", "2016-10-07 18:56:53.470234"], ["updated_at", "2016-10-07 18:56:53.470234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum cupiditate asperiores sit et aut et.\",\"body\":\"Try to index the SCSI interface, maybe it will compress the redundant hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.471169"], ["updated_at", "2016-10-07 18:56:53.471169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam sit at veniam.\",\"body\":\"We need to index the redundant SMS array!\"}"], ["created_at", "2016-10-07 18:56:53.472034"], ["updated_at", "2016-10-07 18:56:53.472034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At est ut et aut.\",\"body\":\"I'll parse the solid state HTTP firewall, that should system the USB pixel!\"}"], ["created_at", "2016-10-07 18:56:53.472864"], ["updated_at", "2016-10-07 18:56:53.472864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam praesentium similique at voluptas possimus incidunt dolor.\",\"body\":\"Try to input the HTTP pixel, maybe it will calculate the solid state alarm!\"}"], ["created_at", "2016-10-07 18:56:53.473714"], ["updated_at", "2016-10-07 18:56:53.473714"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem iusto id.\",\"body\":\"Try to hack the AI card, maybe it will reboot the mobile port!\"}"], ["created_at", "2016-10-07 18:56:53.474570"], ["updated_at", "2016-10-07 18:56:53.474570"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias dolores ducimus quia fugit porro.\",\"body\":\"You can't navigate the card without compressing the 1080p SAS alarm!\"}"], ["created_at", "2016-10-07 18:56:53.475464"], ["updated_at", "2016-10-07 18:56:53.475464"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione laudantium voluptatibus ab et fugit totam voluptate.\",\"body\":\"We need to bypass the neural RSS microchip!\"}"], ["created_at", "2016-10-07 18:56:53.476316"], ["updated_at", "2016-10-07 18:56:53.476316"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora quas quia voluptas provident consequuntur.\",\"body\":\"Backing up the pixel won't do anything, we need to hack the multi-byte xss card!\"}"], ["created_at", "2016-10-07 18:56:53.477617"], ["updated_at", "2016-10-07 18:56:53.477617"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non explicabo placeat ullam in sequi error quo.\",\"body\":\"You can't quantify the pixel without generating the virtual JBOD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:53.480997"], ["updated_at", "2016-10-07 18:56:53.480997"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id quo officia eligendi praesentium.\",\"body\":\"We need to input the mobile SMS system!\"}"], ["created_at", "2016-10-07 18:56:53.482919"], ["updated_at", "2016-10-07 18:56:53.482919"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam doloremque numquam necessitatibus ut id deserunt.\",\"body\":\"We need to input the digital RAM array!\"}"], ["created_at", "2016-10-07 18:56:53.484047"], ["updated_at", "2016-10-07 18:56:53.484047"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate vel rerum eum quia ab quidem fuga.\",\"body\":\"I'll connect the virtual XSS card, that should system the XML matrix!\"}"], ["created_at", "2016-10-07 18:56:53.484929"], ["updated_at", "2016-10-07 18:56:53.484929"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut facere officia at.\",\"body\":\"The XML hard drive is down, quantify the bluetooth card so we can reboot the EXE bus!\"}"], ["created_at", "2016-10-07 18:56:53.485772"], ["updated_at", "2016-10-07 18:56:53.485772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil molestiae recusandae nemo.\",\"body\":\"If we calculate the alarm, we can get to the TCP driver through the back-end PNG pixel!\"}"], ["created_at", "2016-10-07 18:56:53.486774"], ["updated_at", "2016-10-07 18:56:53.486774"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis voluptas voluptas aut.\",\"body\":\"If we input the interface, we can get to the PCI sensor through the mobile ADP interface!\"}"], ["created_at", "2016-10-07 18:56:53.487706"], ["updated_at", "2016-10-07 18:56:53.487706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore sint perferendis explicabo corporis dolor omnis non.\",\"body\":\"You can't quantify the transmitter without backing up the cross-platform TCP array!\"}"], ["created_at", "2016-10-07 18:56:53.488631"], ["updated_at", "2016-10-07 18:56:53.488631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In vero id dicta consequuntur perspiciatis quam.\",\"body\":\"You can't calculate the protocol without parsing the redundant COM microchip!\"}"], ["created_at", "2016-10-07 18:56:53.489492"], ["updated_at", "2016-10-07 18:56:53.489492"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quia velit quos illo.\",\"body\":\"You can't bypass the firewall without transmitting the online SAS microchip!\"}"], ["created_at", "2016-10-07 18:56:53.490347"], ["updated_at", "2016-10-07 18:56:53.490347"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae quos dignissimos et fuga.\",\"body\":\"Try to reboot the JBOD transmitter, maybe it will copy the multi-byte driver!\"}"], ["created_at", "2016-10-07 18:56:53.491212"], ["updated_at", "2016-10-07 18:56:53.491212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus quisquam voluptas sed modi nostrum.\",\"body\":\"The CSS microchip is down, back up the primary transmitter so we can connect the CSS hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.492109"], ["updated_at", "2016-10-07 18:56:53.492109"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui optio quaerat aut vitae non totam aut.\",\"body\":\"The THX alarm is down, generate the optical bandwidth so we can generate the RSS hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.492980"], ["updated_at", "2016-10-07 18:56:53.492980"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti ut aut vel veritatis sed.\",\"body\":\"I'll calculate the online SMS feed, that should feed the XML system!\"}"], ["created_at", "2016-10-07 18:56:53.494285"], ["updated_at", "2016-10-07 18:56:53.494285"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est omnis placeat soluta dolorum.\",\"body\":\"The PCI capacitor is down, quantify the online panel so we can parse the FTP firewall!\"}"], ["created_at", "2016-10-07 18:56:53.497748"], ["updated_at", "2016-10-07 18:56:53.497748"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores ipsam et minus voluptates similique.\",\"body\":\"The EXE array is down, input the neural bus so we can hack the SDD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:53.499668"], ["updated_at", "2016-10-07 18:56:53.499668"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident veritatis quae voluptatibus.\",\"body\":\"I'll reboot the haptic RAM matrix, that should protocol the AI program!\"}"], ["created_at", "2016-10-07 18:56:53.500714"], ["updated_at", "2016-10-07 18:56:53.500714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto harum debitis eum quae sed ullam.\",\"body\":\"I'll compress the optical CSS array, that should circuit the PNG program!\"}"], ["created_at", "2016-10-07 18:56:53.501752"], ["updated_at", "2016-10-07 18:56:53.501752"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non atque voluptatem.\",\"body\":\"If we synthesize the driver, we can get to the GB driver through the mobile SCSI monitor!\"}"], ["created_at", "2016-10-07 18:56:53.502711"], ["updated_at", "2016-10-07 18:56:53.502711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi adipisci est perferendis qui.\",\"body\":\"I'll reboot the back-end JBOD feed, that should card the COM panel!\"}"], ["created_at", "2016-10-07 18:56:53.503731"], ["updated_at", "2016-10-07 18:56:53.503731"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam exercitationem ut tempore.\",\"body\":\"I'll quantify the primary HDD circuit, that should bandwidth the THX port!\"}"], ["created_at", "2016-10-07 18:56:53.504603"], ["updated_at", "2016-10-07 18:56:53.504603"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda est pariatur.\",\"body\":\"Use the solid state SCSI matrix, then you can generate the back-end interface!\"}"], ["created_at", "2016-10-07 18:56:53.505457"], ["updated_at", "2016-10-07 18:56:53.505457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut accusantium tenetur sit qui.\",\"body\":\"You can't parse the protocol without navigating the mobile SMS hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.506351"], ["updated_at", "2016-10-07 18:56:53.506351"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium accusantium voluptatem eligendi similique non.\",\"body\":\"We need to synthesize the open-source SSL firewall!\"}"], ["created_at", "2016-10-07 18:56:53.507247"], ["updated_at", "2016-10-07 18:56:53.507247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aspernatur saepe omnis.\",\"body\":\"Generating the transmitter won't do anything, we need to input the multi-byte ftp microchip!\"}"], ["created_at", "2016-10-07 18:56:53.508148"], ["updated_at", "2016-10-07 18:56:53.508148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor dolores nemo dolores.\",\"body\":\"Try to synthesize the HTTP matrix, maybe it will navigate the solid state hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.509000"], ["updated_at", "2016-10-07 18:56:53.509000"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et eum velit saepe veritatis quae quia.\",\"body\":\"We need to index the neural FTP array!\"}"], ["created_at", "2016-10-07 18:56:53.509850"], ["updated_at", "2016-10-07 18:56:53.509850"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere aliquid est et veniam aperiam.\",\"body\":\"You can't copy the microchip without backing up the multi-byte SCSI circuit!\"}"], ["created_at", "2016-10-07 18:56:53.512410"], ["updated_at", "2016-10-07 18:56:53.512410"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui fuga explicabo sunt omnis aut ex.\",\"body\":\"You can't transmit the application without copying the solid state SQL panel!\"}"], ["created_at", "2016-10-07 18:56:53.515028"], ["updated_at", "2016-10-07 18:56:53.515028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim et eum nostrum et ex eius.\",\"body\":\"I'll index the wireless SDD firewall, that should circuit the RAM microchip!\"}"], ["created_at", "2016-10-07 18:56:53.516231"], ["updated_at", "2016-10-07 18:56:53.516231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In quae et.\",\"body\":\"You can't generate the port without bypassing the mobile XML interface!\"}"], ["created_at", "2016-10-07 18:56:53.517183"], ["updated_at", "2016-10-07 18:56:53.517183"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem nisi nostrum tempore aut.\",\"body\":\"Parsing the system won't do anything, we need to generate the 1080p usb program!\"}"], ["created_at", "2016-10-07 18:56:53.518121"], ["updated_at", "2016-10-07 18:56:53.518121"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta dolores sed voluptatem magnam dolor labore quibusdam.\",\"body\":\"We need to calculate the optical AI hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.519147"], ["updated_at", "2016-10-07 18:56:53.519147"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab assumenda non voluptatem dolores.\",\"body\":\"We need to transmit the cross-platform THX matrix!\"}"], ["created_at", "2016-10-07 18:56:53.520120"], ["updated_at", "2016-10-07 18:56:53.520120"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis similique reprehenderit voluptatem illo.\",\"body\":\"Try to transmit the THX system, maybe it will navigate the virtual alarm!\"}"], ["created_at", "2016-10-07 18:56:53.521208"], ["updated_at", "2016-10-07 18:56:53.521208"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat voluptatem libero deleniti et pariatur.\",\"body\":\"Try to transmit the TCP port, maybe it will override the online program!\"}"], ["created_at", "2016-10-07 18:56:53.522148"], ["updated_at", "2016-10-07 18:56:53.522148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui cupiditate dolorem atque aut et.\",\"body\":\"We need to index the online RAM capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.523109"], ["updated_at", "2016-10-07 18:56:53.523109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cum reiciendis.\",\"body\":\"Backing up the card won't do anything, we need to generate the haptic png bus!\"}"], ["created_at", "2016-10-07 18:56:53.523979"], ["updated_at", "2016-10-07 18:56:53.523979"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem consequuntur laborum.\",\"body\":\"If we compress the feed, we can get to the ADP bus through the digital SMTP protocol!\"}"], ["created_at", "2016-10-07 18:56:53.524831"], ["updated_at", "2016-10-07 18:56:53.524831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem enim magni.\",\"body\":\"I'll hack the multi-byte SCSI interface, that should program the GB array!\"}"], ["created_at", "2016-10-07 18:56:53.525723"], ["updated_at", "2016-10-07 18:56:53.525723"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus voluptatum delectus dolore quidem.\",\"body\":\"The COM protocol is down, bypass the haptic sensor so we can bypass the IB driver!\"}"], ["created_at", "2016-10-07 18:56:53.526629"], ["updated_at", "2016-10-07 18:56:53.526629"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia debitis et dolorum possimus.\",\"body\":\"We need to quantify the cross-platform SQL bus!\"}"], ["created_at", "2016-10-07 18:56:53.528854"], ["updated_at", "2016-10-07 18:56:53.528854"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi exercitationem consectetur repellat ea.\",\"body\":\"Copying the application won't do anything, we need to back up the primary usb circuit!\"}"], ["created_at", "2016-10-07 18:56:53.531486"], ["updated_at", "2016-10-07 18:56:53.531486"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non consequuntur maxime quos velit aut.\",\"body\":\"The SQL alarm is down, synthesize the mobile alarm so we can program the SMTP microchip!\"}"], ["created_at", "2016-10-07 18:56:53.532877"], ["updated_at", "2016-10-07 18:56:53.532877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque dolorum est voluptates consequatur fugit.\",\"body\":\"The GB transmitter is down, quantify the cross-platform port so we can hack the COM card!\"}"], ["created_at", "2016-10-07 18:56:53.533861"], ["updated_at", "2016-10-07 18:56:53.533861"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat explicabo cum molestiae corrupti odit.\",\"body\":\"If we hack the bus, we can get to the XSS panel through the auxiliary RAM driver!\"}"], ["created_at", "2016-10-07 18:56:53.534817"], ["updated_at", "2016-10-07 18:56:53.534817"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut libero ea error sapiente.\",\"body\":\"The SMS matrix is down, transmit the neural driver so we can hack the THX interface!\"}"], ["created_at", "2016-10-07 18:56:53.535796"], ["updated_at", "2016-10-07 18:56:53.535796"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor enim rerum repellendus architecto quis.\",\"body\":\"Use the optical THX circuit, then you can reboot the mobile pixel!\"}"], ["created_at", "2016-10-07 18:56:53.536695"], ["updated_at", "2016-10-07 18:56:53.536695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit aut quae sit quam occaecati animi corrupti.\",\"body\":\"We need to copy the online AI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:53.537636"], ["updated_at", "2016-10-07 18:56:53.537636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque nihil praesentium molestias dolorum est eveniet impedit.\",\"body\":\"We need to back up the optical FTP protocol!\"}"], ["created_at", "2016-10-07 18:56:53.538493"], ["updated_at", "2016-10-07 18:56:53.538493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus accusantium omnis rerum a nostrum magnam molestiae.\",\"body\":\"I'll parse the wireless JBOD pixel, that should matrix the IB system!\"}"], ["created_at", "2016-10-07 18:56:53.539425"], ["updated_at", "2016-10-07 18:56:53.539425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique sit ratione dolorem temporibus.\",\"body\":\"Use the virtual PCI pixel, then you can bypass the cross-platform bus!\"}"], ["created_at", "2016-10-07 18:56:53.540309"], ["updated_at", "2016-10-07 18:56:53.540309"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et tempore molestiae error sit.\",\"body\":\"The HTTP bandwidth is down, copy the wireless feed so we can input the PCI transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.541276"], ["updated_at", "2016-10-07 18:56:53.541276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque qui et.\",\"body\":\"We need to back up the 1080p FTP feed!\"}"], ["created_at", "2016-10-07 18:56:53.542305"], ["updated_at", "2016-10-07 18:56:53.542305"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor similique cumque molestiae perspiciatis quia omnis.\",\"body\":\"Bypassing the application won't do anything, we need to program the back-end css port!\"}"], ["created_at", "2016-10-07 18:56:53.543243"], ["updated_at", "2016-10-07 18:56:53.543243"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea maiores blanditiis.\",\"body\":\"Use the online IB system, then you can transmit the back-end capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.545783"], ["updated_at", "2016-10-07 18:56:53.545783"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis architecto quia rem.\",\"body\":\"If we copy the application, we can get to the PNG interface through the cross-platform JBOD matrix!\"}"], ["created_at", "2016-10-07 18:56:53.548238"], ["updated_at", "2016-10-07 18:56:53.548238"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime doloribus maiores aut.\",\"body\":\"Try to back up the THX port, maybe it will compress the auxiliary hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.549501"], ["updated_at", "2016-10-07 18:56:53.549501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet soluta harum rerum.\",\"body\":\"Try to transmit the AGP program, maybe it will parse the redundant pixel!\"}"], ["created_at", "2016-10-07 18:56:53.550494"], ["updated_at", "2016-10-07 18:56:53.550494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos saepe porro magni fuga.\",\"body\":\"You can't copy the program without connecting the optical GB microchip!\"}"], ["created_at", "2016-10-07 18:56:53.551447"], ["updated_at", "2016-10-07 18:56:53.551447"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut cumque quod.\",\"body\":\"The IB sensor is down, back up the online microchip so we can index the SAS alarm!\"}"], ["created_at", "2016-10-07 18:56:53.552385"], ["updated_at", "2016-10-07 18:56:53.552385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae hic in explicabo natus aspernatur.\",\"body\":\"We need to override the optical JSON application!\"}"], ["created_at", "2016-10-07 18:56:53.553375"], ["updated_at", "2016-10-07 18:56:53.553375"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil cupiditate blanditiis vel ea repellendus omnis.\",\"body\":\"We need to quantify the solid state HDD transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.554323"], ["updated_at", "2016-10-07 18:56:53.554323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum veniam sed molestiae illum fugiat ut nihil.\",\"body\":\"Transmitting the microchip won't do anything, we need to synthesize the cross-platform sql microchip!\"}"], ["created_at", "2016-10-07 18:56:53.555297"], ["updated_at", "2016-10-07 18:56:53.555297"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et non itaque.\",\"body\":\"Use the haptic SMS microchip, then you can hack the open-source circuit!\"}"], ["created_at", "2016-10-07 18:56:53.556231"], ["updated_at", "2016-10-07 18:56:53.556231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum fuga delectus perspiciatis voluptas non voluptates aliquam.\",\"body\":\"I'll navigate the optical PCI panel, that should firewall the RSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.557154"], ["updated_at", "2016-10-07 18:56:53.557154"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut iure et.\",\"body\":\"Try to reboot the THX driver, maybe it will bypass the bluetooth alarm!\"}"], ["created_at", "2016-10-07 18:56:53.558080"], ["updated_at", "2016-10-07 18:56:53.558080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero expedita asperiores laborum omnis fugit.\",\"body\":\"You can't reboot the circuit without hacking the redundant RSS bus!\"}"], ["created_at", "2016-10-07 18:56:53.559033"], ["updated_at", "2016-10-07 18:56:53.559033"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed autem sed ut eos ea.\",\"body\":\"The USB firewall is down, program the optical hard drive so we can compress the AGP microchip!\"}"], ["created_at", "2016-10-07 18:56:53.560040"], ["updated_at", "2016-10-07 18:56:53.560040"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae laboriosam assumenda perspiciatis.\",\"body\":\"Try to override the EXE protocol, maybe it will hack the redundant monitor!\"}"], ["created_at", "2016-10-07 18:56:53.563343"], ["updated_at", "2016-10-07 18:56:53.563343"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro quia veritatis veniam reiciendis labore dolorum voluptatibus.\",\"body\":\"Try to connect the XML microchip, maybe it will copy the back-end array!\"}"], ["created_at", "2016-10-07 18:56:53.565670"], ["updated_at", "2016-10-07 18:56:53.565670"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut atque explicabo modi voluptatum voluptate earum.\",\"body\":\"I'll bypass the neural SCSI alarm, that should sensor the SMTP sensor!\"}"], ["created_at", "2016-10-07 18:56:53.566917"], ["updated_at", "2016-10-07 18:56:53.566917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At labore est nam aut.\",\"body\":\"I'll quantify the open-source SDD matrix, that should capacitor the SMTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.567862"], ["updated_at", "2016-10-07 18:56:53.567862"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A excepturi nostrum praesentium sunt et et.\",\"body\":\"The JBOD circuit is down, index the virtual panel so we can input the SMS card!\"}"], ["created_at", "2016-10-07 18:56:53.568768"], ["updated_at", "2016-10-07 18:56:53.568768"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia expedita et soluta qui sed.\",\"body\":\"You can't input the microchip without programming the solid state SMS system!\"}"], ["created_at", "2016-10-07 18:56:53.569692"], ["updated_at", "2016-10-07 18:56:53.569692"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum id dolore repellendus.\",\"body\":\"The RAM microchip is down, navigate the haptic port so we can navigate the TCP capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.570649"], ["updated_at", "2016-10-07 18:56:53.570649"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur mollitia consequatur doloribus sed et.\",\"body\":\"I'll compress the redundant XSS bandwidth, that should bandwidth the SAS monitor!\"}"], ["created_at", "2016-10-07 18:56:53.571509"], ["updated_at", "2016-10-07 18:56:53.571509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo voluptatem aliquam.\",\"body\":\"You can't input the protocol without overriding the auxiliary XSS application!\"}"], ["created_at", "2016-10-07 18:56:53.572366"], ["updated_at", "2016-10-07 18:56:53.572366"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet rerum ut.\",\"body\":\"If we input the sensor, we can get to the THX hard drive through the bluetooth HDD interface!\"}"], ["created_at", "2016-10-07 18:56:53.573215"], ["updated_at", "2016-10-07 18:56:53.573215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus minima nihil molestiae quod cumque.\",\"body\":\"Overriding the array won't do anything, we need to index the auxiliary sas application!\"}"], ["created_at", "2016-10-07 18:56:53.574107"], ["updated_at", "2016-10-07 18:56:53.574107"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias vero eligendi id rerum sequi maiores voluptates.\",\"body\":\"We need to quantify the wireless COM firewall!\"}"], ["created_at", "2016-10-07 18:56:53.574959"], ["updated_at", "2016-10-07 18:56:53.574959"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid impedit eum quam possimus.\",\"body\":\"I'll generate the digital PCI alarm, that should array the HTTP alarm!\"}"], ["created_at", "2016-10-07 18:56:53.575812"], ["updated_at", "2016-10-07 18:56:53.575812"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non occaecati debitis omnis.\",\"body\":\"We need to navigate the redundant PCI capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.576817"], ["updated_at", "2016-10-07 18:56:53.576817"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem perferendis ratione porro et officiis sunt.\",\"body\":\"Use the haptic THX driver, then you can navigate the open-source panel!\"}"], ["created_at", "2016-10-07 18:56:53.580243"], ["updated_at", "2016-10-07 18:56:53.580243"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam sint voluptatem doloribus velit modi.\",\"body\":\"We need to input the open-source SSL hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.582268"], ["updated_at", "2016-10-07 18:56:53.582268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus libero neque a rerum ipsa quaerat enim.\",\"body\":\"If we input the pixel, we can get to the ADP sensor through the cross-platform TCP bus!\"}"], ["created_at", "2016-10-07 18:56:53.583400"], ["updated_at", "2016-10-07 18:56:53.583400"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati ut atque est aut.\",\"body\":\"You can't bypass the pixel without backing up the digital AI feed!\"}"], ["created_at", "2016-10-07 18:56:53.584531"], ["updated_at", "2016-10-07 18:56:53.584531"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium est laborum architecto ducimus deserunt.\",\"body\":\"I'll synthesize the redundant SSL firewall, that should pixel the RSS hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.585670"], ["updated_at", "2016-10-07 18:56:53.585670"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia molestiae ut molestiae in soluta cupiditate non.\",\"body\":\"The CSS card is down, compress the redundant pixel so we can input the HTTP pixel!\"}"], ["created_at", "2016-10-07 18:56:53.586693"], ["updated_at", "2016-10-07 18:56:53.586693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat inventore dolor veniam et praesentium qui similique.\",\"body\":\"You can't reboot the program without hacking the cross-platform SQL bus!\"}"], ["created_at", "2016-10-07 18:56:53.587638"], ["updated_at", "2016-10-07 18:56:53.587638"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut animi et praesentium repudiandae autem.\",\"body\":\"I'll copy the open-source CSS feed, that should capacitor the SSL alarm!\"}"], ["created_at", "2016-10-07 18:56:53.588561"], ["updated_at", "2016-10-07 18:56:53.588561"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil neque voluptas ullam et rerum.\",\"body\":\"I'll copy the neural IB feed, that should microchip the FTP interface!\"}"], ["created_at", "2016-10-07 18:56:53.589494"], ["updated_at", "2016-10-07 18:56:53.589494"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi architecto enim culpa enim impedit atque.\",\"body\":\"You can't hack the bandwidth without overriding the open-source AGP interface!\"}"], ["created_at", "2016-10-07 18:56:53.590447"], ["updated_at", "2016-10-07 18:56:53.590447"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non esse alias dolorem.\",\"body\":\"If we generate the sensor, we can get to the PCI hard drive through the mobile PCI protocol!\"}"], ["created_at", "2016-10-07 18:56:53.591399"], ["updated_at", "2016-10-07 18:56:53.591399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit unde aut dolorem.\",\"body\":\"Use the neural EXE matrix, then you can bypass the solid state panel!\"}"], ["created_at", "2016-10-07 18:56:53.592319"], ["updated_at", "2016-10-07 18:56:53.592319"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nesciunt voluptas exercitationem.\",\"body\":\"If we hack the card, we can get to the AGP matrix through the open-source USB array!\"}"], ["created_at", "2016-10-07 18:56:53.593293"], ["updated_at", "2016-10-07 18:56:53.593293"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim nostrum perspiciatis id consequatur laboriosam molestiae aliquam.\",\"body\":\"We need to parse the cross-platform CSS firewall!\"}"], ["created_at", "2016-10-07 18:56:53.596595"], ["updated_at", "2016-10-07 18:56:53.596595"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur ut error.\",\"body\":\"The HDD card is down, index the solid state hard drive so we can connect the GB protocol!\"}"], ["created_at", "2016-10-07 18:56:53.598685"], ["updated_at", "2016-10-07 18:56:53.598685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi eos ut ea necessitatibus sint incidunt quia.\",\"body\":\"Try to back up the USB pixel, maybe it will quantify the redundant matrix!\"}"], ["created_at", "2016-10-07 18:56:53.599853"], ["updated_at", "2016-10-07 18:56:53.599853"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam accusantium adipisci.\",\"body\":\"You can't compress the monitor without backing up the open-source SQL feed!\"}"], ["created_at", "2016-10-07 18:56:53.600804"], ["updated_at", "2016-10-07 18:56:53.600804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed tenetur nihil consequatur aut illum reiciendis.\",\"body\":\"Try to input the HTTP protocol, maybe it will compress the 1080p driver!\"}"], ["created_at", "2016-10-07 18:56:53.601878"], ["updated_at", "2016-10-07 18:56:53.601878"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas harum ex nobis accusantium.\",\"body\":\"You can't hack the sensor without bypassing the auxiliary PCI alarm!\"}"], ["created_at", "2016-10-07 18:56:53.602804"], ["updated_at", "2016-10-07 18:56:53.602804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil natus cupiditate aut voluptas non id qui.\",\"body\":\"You can't transmit the bandwidth without programming the haptic RSS program!\"}"], ["created_at", "2016-10-07 18:56:53.603712"], ["updated_at", "2016-10-07 18:56:53.603712"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt sit sint esse officia similique.\",\"body\":\"If we navigate the matrix, we can get to the FTP application through the 1080p FTP matrix!\"}"], ["created_at", "2016-10-07 18:56:53.604636"], ["updated_at", "2016-10-07 18:56:53.604636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cum voluptas maiores consectetur aut libero ut.\",\"body\":\"We need to transmit the cross-platform FTP feed!\"}"], ["created_at", "2016-10-07 18:56:53.605611"], ["updated_at", "2016-10-07 18:56:53.605611"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex sit ut quasi dolorum assumenda magnam.\",\"body\":\"Generating the circuit won't do anything, we need to copy the mobile ai pixel!\"}"], ["created_at", "2016-10-07 18:56:53.606480"], ["updated_at", "2016-10-07 18:56:53.606480"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti facere non.\",\"body\":\"We need to program the auxiliary SCSI monitor!\"}"], ["created_at", "2016-10-07 18:56:53.607366"], ["updated_at", "2016-10-07 18:56:53.607366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At nihil expedita iusto est odit omnis.\",\"body\":\"I'll quantify the primary PCI array, that should transmitter the COM bandwidth!\"}"], ["created_at", "2016-10-07 18:56:53.608221"], ["updated_at", "2016-10-07 18:56:53.608221"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia non et amet sapiente vel perspiciatis.\",\"body\":\"I'll program the neural PNG matrix, that should matrix the RAM protocol!\"}"], ["created_at", "2016-10-07 18:56:53.609081"], ["updated_at", "2016-10-07 18:56:53.609081"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam consequuntur vero enim unde maxime repellat quis.\",\"body\":\"The SDD alarm is down, index the digital system so we can reboot the XML circuit!\"}"], ["created_at", "2016-10-07 18:56:53.610154"], ["updated_at", "2016-10-07 18:56:53.610154"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In id nulla necessitatibus fugit consequatur at ad.\",\"body\":\"If we index the system, we can get to the SSL bus through the optical IB program!\"}"], ["created_at", "2016-10-07 18:56:53.612691"], ["updated_at", "2016-10-07 18:56:53.612691"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta perspiciatis autem explicabo.\",\"body\":\"If we hack the capacitor, we can get to the JSON bus through the digital ADP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:53.614852"], ["updated_at", "2016-10-07 18:56:53.614852"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa voluptatem molestiae rerum laudantium.\",\"body\":\"We need to quantify the back-end IB firewall!\"}"], ["created_at", "2016-10-07 18:56:53.616374"], ["updated_at", "2016-10-07 18:56:53.616374"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia explicabo quo aut repudiandae quo minima.\",\"body\":\"You can't input the microchip without connecting the open-source RSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.617371"], ["updated_at", "2016-10-07 18:56:53.617371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere nisi et ipsam provident sed odit.\",\"body\":\"If we compress the program, we can get to the XSS matrix through the virtual CSS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:53.618324"], ["updated_at", "2016-10-07 18:56:53.618324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque quae eaque nesciunt dolor.\",\"body\":\"We need to reboot the mobile PCI circuit!\"}"], ["created_at", "2016-10-07 18:56:53.619378"], ["updated_at", "2016-10-07 18:56:53.619378"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit ipsum eligendi quia id doloribus ut.\",\"body\":\"We need to reboot the redundant SMTP matrix!\"}"], ["created_at", "2016-10-07 18:56:53.620254"], ["updated_at", "2016-10-07 18:56:53.620254"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In sed omnis.\",\"body\":\"Bypassing the program won't do anything, we need to input the primary tcp bandwidth!\"}"], ["created_at", "2016-10-07 18:56:53.621161"], ["updated_at", "2016-10-07 18:56:53.621161"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit qui et.\",\"body\":\"I'll copy the wireless PCI firewall, that should interface the COM bandwidth!\"}"], ["created_at", "2016-10-07 18:56:53.622078"], ["updated_at", "2016-10-07 18:56:53.622078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia velit deleniti optio sint ab.\",\"body\":\"You can't synthesize the array without hacking the neural PCI pixel!\"}"], ["created_at", "2016-10-07 18:56:53.622994"], ["updated_at", "2016-10-07 18:56:53.622994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam dicta qui est ut iure dolor.\",\"body\":\"If we connect the protocol, we can get to the AI program through the back-end RAM monitor!\"}"], ["created_at", "2016-10-07 18:56:53.623877"], ["updated_at", "2016-10-07 18:56:53.623877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestiae voluptates aut cumque amet.\",\"body\":\"You can't navigate the bus without backing up the primary AI port!\"}"], ["created_at", "2016-10-07 18:56:53.624779"], ["updated_at", "2016-10-07 18:56:53.624779"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus ad nemo voluptatem placeat aut.\",\"body\":\"The SAS circuit is down, index the 1080p panel so we can navigate the XSS driver!\"}"], ["created_at", "2016-10-07 18:56:53.625737"], ["updated_at", "2016-10-07 18:56:53.625737"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ducimus dolorem nihil deserunt eos quidem.\",\"body\":\"If we index the port, we can get to the USB firewall through the mobile PCI program!\"}"], ["created_at", "2016-10-07 18:56:53.626809"], ["updated_at", "2016-10-07 18:56:53.626809"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis aliquam nihil voluptatem aut tenetur.\",\"body\":\"Copying the system won't do anything, we need to back up the 1080p sas matrix!\"}"], ["created_at", "2016-10-07 18:56:53.630055"], ["updated_at", "2016-10-07 18:56:53.630055"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis rem voluptatem dolores.\",\"body\":\"We need to compress the bluetooth COM alarm!\"}"], ["created_at", "2016-10-07 18:56:53.632144"], ["updated_at", "2016-10-07 18:56:53.632144"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et inventore sunt cum omnis.\",\"body\":\"I'll input the haptic SQL application, that should port the XSS application!\"}"], ["created_at", "2016-10-07 18:56:53.634240"], ["updated_at", "2016-10-07 18:56:53.634240"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima rerum a molestias illum.\",\"body\":\"I'll back up the redundant AI firewall, that should firewall the RAM system!\"}"], ["created_at", "2016-10-07 18:56:53.635595"], ["updated_at", "2016-10-07 18:56:53.635595"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus et maxime ut.\",\"body\":\"Generating the capacitor won't do anything, we need to navigate the auxiliary sas card!\"}"], ["created_at", "2016-10-07 18:56:53.636891"], ["updated_at", "2016-10-07 18:56:53.636891"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos aperiam magni omnis optio sunt.\",\"body\":\"We need to calculate the online SMTP transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.638051"], ["updated_at", "2016-10-07 18:56:53.638051"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sint et.\",\"body\":\"Try to hack the COM pixel, maybe it will synthesize the cross-platform hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.639212"], ["updated_at", "2016-10-07 18:56:53.639212"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat rem officiis architecto doloremque.\",\"body\":\"Generating the system won't do anything, we need to input the wireless ib interface!\"}"], ["created_at", "2016-10-07 18:56:53.640350"], ["updated_at", "2016-10-07 18:56:53.640350"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quae ratione laudantium repellendus minima dolor aliquid.\",\"body\":\"We need to quantify the digital SDD hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.641479"], ["updated_at", "2016-10-07 18:56:53.641479"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam et at.\",\"body\":\"We need to back up the 1080p EXE transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.642800"], ["updated_at", "2016-10-07 18:56:53.642800"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed sint assumenda.\",\"body\":\"The CSS panel is down, compress the optical array so we can calculate the HTTP driver!\"}"], ["created_at", "2016-10-07 18:56:53.644689"], ["updated_at", "2016-10-07 18:56:53.644689"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut pariatur enim corporis commodi sed est.\",\"body\":\"Quantifying the program won't do anything, we need to connect the primary sms sensor!\"}"], ["created_at", "2016-10-07 18:56:53.647672"], ["updated_at", "2016-10-07 18:56:53.647672"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque id aut ut maiores.\",\"body\":\"Use the back-end PCI array, then you can connect the neural interface!\"}"], ["created_at", "2016-10-07 18:56:53.648848"], ["updated_at", "2016-10-07 18:56:53.648848"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore saepe voluptatum.\",\"body\":\"Try to override the XSS panel, maybe it will synthesize the neural card!\"}"], ["created_at", "2016-10-07 18:56:53.649931"], ["updated_at", "2016-10-07 18:56:53.649931"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint nam rerum distinctio molestiae beatae.\",\"body\":\"If we reboot the matrix, we can get to the SQL card through the 1080p THX firewall!\"}"], ["created_at", "2016-10-07 18:56:53.651051"], ["updated_at", "2016-10-07 18:56:53.651051"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et necessitatibus ea.\",\"body\":\"I'll parse the online JBOD sensor, that should circuit the SAS card!\"}"], ["created_at", "2016-10-07 18:56:53.652183"], ["updated_at", "2016-10-07 18:56:53.652183"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor quas et.\",\"body\":\"You can't calculate the interface without generating the mobile HDD interface!\"}"], ["created_at", "2016-10-07 18:56:53.653366"], ["updated_at", "2016-10-07 18:56:53.653366"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea soluta facilis est officia dicta.\",\"body\":\"If we index the firewall, we can get to the HDD microchip through the open-source THX transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.655691"], ["updated_at", "2016-10-07 18:56:53.655691"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil unde aut dignissimos facilis.\",\"body\":\"The SDD port is down, override the auxiliary transmitter so we can bypass the SMS microchip!\"}"], ["created_at", "2016-10-07 18:56:53.657186"], ["updated_at", "2016-10-07 18:56:53.657186"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui iusto expedita et aut quidem sapiente.\",\"body\":\"The SDD array is down, index the digital matrix so we can quantify the USB interface!\"}"], ["created_at", "2016-10-07 18:56:53.658412"], ["updated_at", "2016-10-07 18:56:53.658412"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut deleniti ducimus est aut qui rerum.\",\"body\":\"We need to reboot the redundant JBOD application!\"}"], ["created_at", "2016-10-07 18:56:53.659505"], ["updated_at", "2016-10-07 18:56:53.659505"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit ad eius pariatur non corrupti sunt ut.\",\"body\":\"Try to navigate the THX capacitor, maybe it will back up the 1080p interface!\"}"], ["created_at", "2016-10-07 18:56:53.660926"], ["updated_at", "2016-10-07 18:56:53.660926"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur sit recusandae distinctio.\",\"body\":\"Backing up the driver won't do anything, we need to override the solid state png protocol!\"}"], ["created_at", "2016-10-07 18:56:53.662380"], ["updated_at", "2016-10-07 18:56:53.662380"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea commodi eos illum rem cum.\",\"body\":\"We need to bypass the multi-byte SQL panel!\"}"], ["created_at", "2016-10-07 18:56:53.665543"], ["updated_at", "2016-10-07 18:56:53.665543"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus eveniet exercitationem sed beatae.\",\"body\":\"You can't calculate the circuit without bypassing the cross-platform PCI hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.666800"], ["updated_at", "2016-10-07 18:56:53.666800"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit sint explicabo aperiam praesentium mollitia.\",\"body\":\"If we bypass the interface, we can get to the RSS card through the 1080p ADP program!\"}"], ["created_at", "2016-10-07 18:56:53.667994"], ["updated_at", "2016-10-07 18:56:53.667994"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius sint eaque minima sapiente.\",\"body\":\"Indexing the firewall won't do anything, we need to calculate the virtual agp firewall!\"}"], ["created_at", "2016-10-07 18:56:53.669158"], ["updated_at", "2016-10-07 18:56:53.669158"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut dignissimos esse quaerat placeat.\",\"body\":\"The SMS pixel is down, synthesize the back-end sensor so we can index the HTTP microchip!\"}"], ["created_at", "2016-10-07 18:56:53.670719"], ["updated_at", "2016-10-07 18:56:53.670719"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis quasi est non libero et aliquam.\",\"body\":\"Copying the monitor won't do anything, we need to program the wireless tcp driver!\"}"], ["created_at", "2016-10-07 18:56:53.673247"], ["updated_at", "2016-10-07 18:56:53.673247"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui optio asperiores.\",\"body\":\"Try to back up the GB hard drive, maybe it will parse the virtual bandwidth!\"}"], ["created_at", "2016-10-07 18:56:53.674941"], ["updated_at", "2016-10-07 18:56:53.674941"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis autem harum consectetur quis qui.\",\"body\":\"Bypassing the matrix won't do anything, we need to hack the virtual adp pixel!\"}"], ["created_at", "2016-10-07 18:56:53.676296"], ["updated_at", "2016-10-07 18:56:53.676296"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus optio magnam commodi.\",\"body\":\"Hacking the microchip won't do anything, we need to transmit the auxiliary xss feed!\"}"], ["created_at", "2016-10-07 18:56:53.679555"], ["updated_at", "2016-10-07 18:56:53.679555"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed dolorum quos architecto illum.\",\"body\":\"Try to generate the USB microchip, maybe it will transmit the open-source system!\"}"], ["created_at", "2016-10-07 18:56:53.682288"], ["updated_at", "2016-10-07 18:56:53.682288"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit est voluptas.\",\"body\":\"We need to compress the bluetooth JBOD panel!\"}"], ["created_at", "2016-10-07 18:56:53.683713"], ["updated_at", "2016-10-07 18:56:53.683713"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et tempore quod.\",\"body\":\"We need to bypass the bluetooth COM circuit!\"}"], ["created_at", "2016-10-07 18:56:53.685033"], ["updated_at", "2016-10-07 18:56:53.685033"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptas deleniti et nam sequi.\",\"body\":\"Use the primary JBOD bus, then you can compress the auxiliary system!\"}"], ["created_at", "2016-10-07 18:56:53.686730"], ["updated_at", "2016-10-07 18:56:53.686730"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae et recusandae in libero laudantium repellat perspiciatis.\",\"body\":\"If we synthesize the circuit, we can get to the SMS firewall through the mobile ADP sensor!\"}"], ["created_at", "2016-10-07 18:56:53.689729"], ["updated_at", "2016-10-07 18:56:53.689729"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est architecto eos excepturi quos.\",\"body\":\"Programming the capacitor won't do anything, we need to program the auxiliary scsi alarm!\"}"], ["created_at", "2016-10-07 18:56:53.691921"], ["updated_at", "2016-10-07 18:56:53.691921"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto quod maxime ut.\",\"body\":\"You can't transmit the sensor without bypassing the virtual JBOD port!\"}"], ["created_at", "2016-10-07 18:56:53.694294"], ["updated_at", "2016-10-07 18:56:53.694294"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto repellendus aliquid consequatur illo fugit modi.\",\"body\":\"We need to index the multi-byte RSS microchip!\"}"], ["created_at", "2016-10-07 18:56:53.699671"], ["updated_at", "2016-10-07 18:56:53.699671"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel at ut aut voluptatem quia reiciendis saepe.\",\"body\":\"Hacking the application won't do anything, we need to calculate the auxiliary ram pixel!\"}"], ["created_at", "2016-10-07 18:56:53.701239"], ["updated_at", "2016-10-07 18:56:53.701239"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam ipsum voluptates inventore quia.\",\"body\":\"Use the redundant SMTP bandwidth, then you can override the digital program!\"}"], ["created_at", "2016-10-07 18:56:53.702717"], ["updated_at", "2016-10-07 18:56:53.702717"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis explicabo animi aut est repellendus.\",\"body\":\"Try to calculate the XML feed, maybe it will copy the optical transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.704600"], ["updated_at", "2016-10-07 18:56:53.704600"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed eum aut accusantium qui nostrum ea.\",\"body\":\"You can't hack the card without copying the cross-platform RSS monitor!\"}"], ["created_at", "2016-10-07 18:56:53.707179"], ["updated_at", "2016-10-07 18:56:53.707179"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum officia numquam eum.\",\"body\":\"Try to input the RSS panel, maybe it will compress the haptic system!\"}"], ["created_at", "2016-10-07 18:56:53.709142"], ["updated_at", "2016-10-07 18:56:53.709142"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut enim sapiente natus aliquid distinctio veritatis.\",\"body\":\"We need to quantify the redundant THX bus!\"}"], ["created_at", "2016-10-07 18:56:53.712040"], ["updated_at", "2016-10-07 18:56:53.712040"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In voluptatem maxime minus quis ea.\",\"body\":\"I'll compress the haptic ADP capacitor, that should sensor the PNG application!\"}"], ["created_at", "2016-10-07 18:56:53.714876"], ["updated_at", "2016-10-07 18:56:53.714876"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem iusto qui corporis dolor libero.\",\"body\":\"I'll reboot the redundant ADP application, that should firewall the JSON transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.716645"], ["updated_at", "2016-10-07 18:56:53.716645"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est nobis et molestiae impedit ipsa.\",\"body\":\"You can't compress the circuit without synthesizing the haptic HDD array!\"}"], ["created_at", "2016-10-07 18:56:53.718113"], ["updated_at", "2016-10-07 18:56:53.718113"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non minus est veniam tempora qui temporibus.\",\"body\":\"We need to compress the open-source AGP application!\"}"], ["created_at", "2016-10-07 18:56:53.719638"], ["updated_at", "2016-10-07 18:56:53.719638"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eos at deserunt minus.\",\"body\":\"I'll compress the primary HTTP port, that should transmitter the AI protocol!\"}"], ["created_at", "2016-10-07 18:56:53.721701"], ["updated_at", "2016-10-07 18:56:53.721701"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum est minima.\",\"body\":\"You can't compress the port without hacking the solid state XML application!\"}"], ["created_at", "2016-10-07 18:56:53.723704"], ["updated_at", "2016-10-07 18:56:53.723704"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum qui dolores rerum dignissimos voluptatem.\",\"body\":\"The SMS microchip is down, bypass the open-source card so we can parse the XSS feed!\"}"], ["created_at", "2016-10-07 18:56:53.724845"], ["updated_at", "2016-10-07 18:56:53.724845"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil vel quisquam aut eius placeat.\",\"body\":\"We need to hack the open-source SQL transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.725970"], ["updated_at", "2016-10-07 18:56:53.725970"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et id in atque.\",\"body\":\"Compressing the program won't do anything, we need to program the cross-platform agp transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.728757"], ["updated_at", "2016-10-07 18:56:53.728757"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio magni est.\",\"body\":\"Hacking the bus won't do anything, we need to override the digital ftp matrix!\"}"], ["created_at", "2016-10-07 18:56:53.731349"], ["updated_at", "2016-10-07 18:56:53.731349"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur accusamus fugiat et nihil nisi dolores fugit.\",\"body\":\"Backing up the feed won't do anything, we need to compress the digital xml port!\"}"], ["created_at", "2016-10-07 18:56:53.733207"], ["updated_at", "2016-10-07 18:56:53.733207"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error sit voluptatem quo fuga et.\",\"body\":\"The SMTP circuit is down, connect the virtual sensor so we can bypass the TCP feed!\"}"], ["created_at", "2016-10-07 18:56:53.735114"], ["updated_at", "2016-10-07 18:56:53.735114"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet consectetur esse cumque asperiores.\",\"body\":\"You can't calculate the pixel without copying the redundant SMS protocol!\"}"], ["created_at", "2016-10-07 18:56:53.737228"], ["updated_at", "2016-10-07 18:56:53.737228"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor ex quia qui ut laboriosam.\",\"body\":\"We need to input the wireless SMS alarm!\"}"], ["created_at", "2016-10-07 18:56:53.739029"], ["updated_at", "2016-10-07 18:56:53.739029"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque voluptas sapiente quia expedita.\",\"body\":\"Synthesizing the monitor won't do anything, we need to hack the virtual xss sensor!\"}"], ["created_at", "2016-10-07 18:56:53.741143"], ["updated_at", "2016-10-07 18:56:53.741143"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quo accusantium.\",\"body\":\"If we bypass the application, we can get to the XML feed through the neural CSS panel!\"}"], ["created_at", "2016-10-07 18:56:53.742523"], ["updated_at", "2016-10-07 18:56:53.742523"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni aliquid labore esse excepturi repellat ut.\",\"body\":\"Try to synthesize the PNG transmitter, maybe it will program the bluetooth feed!\"}"], ["created_at", "2016-10-07 18:56:53.744112"], ["updated_at", "2016-10-07 18:56:53.744112"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae consequatur voluptas explicabo et non cupiditate.\",\"body\":\"We need to quantify the optical JSON system!\"}"], ["created_at", "2016-10-07 18:56:53.747600"], ["updated_at", "2016-10-07 18:56:53.747600"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim id alias expedita necessitatibus similique quod.\",\"body\":\"Use the primary COM array, then you can synthesize the multi-byte array!\"}"], ["created_at", "2016-10-07 18:56:53.749716"], ["updated_at", "2016-10-07 18:56:53.749716"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas fugit accusamus sed rerum laborum in ipsum.\",\"body\":\"If we quantify the microchip, we can get to the SSL capacitor through the open-source IB pixel!\"}"], ["created_at", "2016-10-07 18:56:53.751540"], ["updated_at", "2016-10-07 18:56:53.751540"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla quis et est assumenda eos numquam modi.\",\"body\":\"Use the wireless EXE system, then you can quantify the wireless panel!\"}"], ["created_at", "2016-10-07 18:56:53.752901"], ["updated_at", "2016-10-07 18:56:53.752901"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A est dolores.\",\"body\":\"Use the primary HTTP transmitter, then you can transmit the 1080p system!\"}"], ["created_at", "2016-10-07 18:56:53.754754"], ["updated_at", "2016-10-07 18:56:53.754754"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate tempora incidunt asperiores ut.\",\"body\":\"You can't override the application without quantifying the redundant THX pixel!\"}"], ["created_at", "2016-10-07 18:56:53.757036"], ["updated_at", "2016-10-07 18:56:53.757036"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas maxime nobis et.\",\"body\":\"The THX bandwidth is down, quantify the 1080p matrix so we can program the GB array!\"}"], ["created_at", "2016-10-07 18:56:53.758574"], ["updated_at", "2016-10-07 18:56:53.758574"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet suscipit aut repellat sequi sed voluptatem.\",\"body\":\"I'll reboot the mobile THX sensor, that should application the HTTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.760088"], ["updated_at", "2016-10-07 18:56:53.760088"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia aut animi laborum nihil corrupti repellendus dolorem.\",\"body\":\"Use the online SMS driver, then you can copy the mobile array!\"}"], ["created_at", "2016-10-07 18:56:53.765005"], ["updated_at", "2016-10-07 18:56:53.765005"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae consequatur perferendis quam sequi id corrupti quo.\",\"body\":\"We need to bypass the cross-platform FTP transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.766658"], ["updated_at", "2016-10-07 18:56:53.766658"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur eaque labore.\",\"body\":\"Use the multi-byte FTP port, then you can bypass the neural program!\"}"], ["created_at", "2016-10-07 18:56:53.768030"], ["updated_at", "2016-10-07 18:56:53.768030"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto eos dolorum praesentium.\",\"body\":\"The SCSI microchip is down, hack the online bandwidth so we can override the AI sensor!\"}"], ["created_at", "2016-10-07 18:56:53.769345"], ["updated_at", "2016-10-07 18:56:53.769345"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt distinctio voluptatibus sint eum qui numquam.\",\"body\":\"Navigating the microchip won't do anything, we need to override the wireless thx microchip!\"}"], ["created_at", "2016-10-07 18:56:53.770683"], ["updated_at", "2016-10-07 18:56:53.770683"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia accusantium totam quibusdam et.\",\"body\":\"I'll synthesize the 1080p ADP alarm, that should microchip the GB feed!\"}"], ["created_at", "2016-10-07 18:56:53.771869"], ["updated_at", "2016-10-07 18:56:53.771869"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut totam non omnis.\",\"body\":\"Use the bluetooth SMS protocol, then you can parse the auxiliary bandwidth!\"}"], ["created_at", "2016-10-07 18:56:53.772968"], ["updated_at", "2016-10-07 18:56:53.772968"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui aspernatur architecto veritatis totam.\",\"body\":\"I'll generate the back-end AI array, that should hard drive the EXE driver!\"}"], ["created_at", "2016-10-07 18:56:53.774014"], ["updated_at", "2016-10-07 18:56:53.774014"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab veritatis quas exercitationem est.\",\"body\":\"Use the open-source SQL transmitter, then you can calculate the primary program!\"}"], ["created_at", "2016-10-07 18:56:53.775125"], ["updated_at", "2016-10-07 18:56:53.775125"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et hic excepturi quibusdam voluptatem fugiat.\",\"body\":\"Try to override the IB alarm, maybe it will calculate the cross-platform capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.776242"], ["updated_at", "2016-10-07 18:56:53.776242"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint vel ut voluptas nesciunt labore at nobis.\",\"body\":\"Overriding the sensor won't do anything, we need to copy the online gb firewall!\"}"], ["created_at", "2016-10-07 18:56:53.779558"], ["updated_at", "2016-10-07 18:56:53.779558"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi quae ratione perspiciatis omnis.\",\"body\":\"Try to hack the RSS bandwidth, maybe it will parse the cross-platform transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.782850"], ["updated_at", "2016-10-07 18:56:53.782850"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto voluptatum culpa rerum tempora.\",\"body\":\"I'll copy the digital GB alarm, that should pixel the JSON program!\"}"], ["created_at", "2016-10-07 18:56:53.784398"], ["updated_at", "2016-10-07 18:56:53.784398"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem et vitae.\",\"body\":\"Try to program the AGP program, maybe it will connect the multi-byte bus!\"}"], ["created_at", "2016-10-07 18:56:53.785819"], ["updated_at", "2016-10-07 18:56:53.785819"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis reiciendis ut quasi quod quia similique nostrum.\",\"body\":\"The THX circuit is down, generate the back-end firewall so we can compress the SSL circuit!\"}"], ["created_at", "2016-10-07 18:56:53.787214"], ["updated_at", "2016-10-07 18:56:53.787214"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis vel eos esse quis.\",\"body\":\"Use the neural COM pixel, then you can parse the haptic card!\"}"], ["created_at", "2016-10-07 18:56:53.788367"], ["updated_at", "2016-10-07 18:56:53.788367"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus ut asperiores omnis.\",\"body\":\"Use the virtual TCP microchip, then you can reboot the bluetooth array!\"}"], ["created_at", "2016-10-07 18:56:53.789397"], ["updated_at", "2016-10-07 18:56:53.789397"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione vero ea odit et.\",\"body\":\"You can't navigate the sensor without quantifying the multi-byte SSL hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.790388"], ["updated_at", "2016-10-07 18:56:53.790388"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum deserunt distinctio aut sit reiciendis placeat.\",\"body\":\"I'll bypass the online AI bandwidth, that should interface the USB feed!\"}"], ["created_at", "2016-10-07 18:56:53.791546"], ["updated_at", "2016-10-07 18:56:53.791546"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum sequi dignissimos unde.\",\"body\":\"I'll transmit the online HDD transmitter, that should transmitter the FTP port!\"}"], ["created_at", "2016-10-07 18:56:53.792584"], ["updated_at", "2016-10-07 18:56:53.792584"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos ullam quis.\",\"body\":\"We need to compress the wireless XSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.794044"], ["updated_at", "2016-10-07 18:56:53.794044"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic culpa reprehenderit aut perferendis voluptatem id.\",\"body\":\"Use the virtual IB matrix, then you can override the 1080p hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.797791"], ["updated_at", "2016-10-07 18:56:53.797791"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur suscipit aspernatur aut aliquid quia sint.\",\"body\":\"If we input the port, we can get to the XSS monitor through the virtual CSS alarm!\"}"], ["created_at", "2016-10-07 18:56:53.799676"], ["updated_at", "2016-10-07 18:56:53.799676"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate voluptatem consequuntur sapiente doloribus distinctio ducimus.\",\"body\":\"Use the wireless IB application, then you can back up the auxiliary firewall!\"}"], ["created_at", "2016-10-07 18:56:53.800861"], ["updated_at", "2016-10-07 18:56:53.800861"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam occaecati dolores in facilis.\",\"body\":\"The SSL firewall is down, generate the bluetooth panel so we can calculate the TCP capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.801945"], ["updated_at", "2016-10-07 18:56:53.801945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto beatae odit.\",\"body\":\"I'll generate the multi-byte GB hard drive, that should program the COM bus!\"}"], ["created_at", "2016-10-07 18:56:53.803005"], ["updated_at", "2016-10-07 18:56:53.803005"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem repellat voluptate nemo nam occaecati qui.\",\"body\":\"You can't override the firewall without generating the optical GB capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.803974"], ["updated_at", "2016-10-07 18:56:53.803974"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit mollitia exercitationem rem unde id.\",\"body\":\"We need to input the online HTTP transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.804910"], ["updated_at", "2016-10-07 18:56:53.804910"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam corrupti minus quia eos quam possimus.\",\"body\":\"You can't navigate the card without backing up the auxiliary JSON panel!\"}"], ["created_at", "2016-10-07 18:56:53.805851"], ["updated_at", "2016-10-07 18:56:53.805851"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quaerat a praesentium.\",\"body\":\"I'll back up the online SQL circuit, that should alarm the PNG driver!\"}"], ["created_at", "2016-10-07 18:56:53.806792"], ["updated_at", "2016-10-07 18:56:53.806792"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa eveniet neque labore.\",\"body\":\"Use the redundant HDD circuit, then you can generate the multi-byte card!\"}"], ["created_at", "2016-10-07 18:56:53.807836"], ["updated_at", "2016-10-07 18:56:53.807836"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla ullam ut.\",\"body\":\"Use the primary SMS card, then you can override the multi-byte card!\"}"], ["created_at", "2016-10-07 18:56:53.808791"], ["updated_at", "2016-10-07 18:56:53.808791"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit at consequatur excepturi voluptatem ab.\",\"body\":\"If we copy the matrix, we can get to the CSS firewall through the online SQL pixel!\"}"], ["created_at", "2016-10-07 18:56:53.809818"], ["updated_at", "2016-10-07 18:56:53.809818"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia voluptatem eveniet nobis itaque.\",\"body\":\"You can't copy the bandwidth without transmitting the digital JSON array!\"}"], ["created_at", "2016-10-07 18:56:53.812890"], ["updated_at", "2016-10-07 18:56:53.812890"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi ea officiis nostrum sapiente.\",\"body\":\"Backing up the program won't do anything, we need to connect the open-source exe array!\"}"], ["created_at", "2016-10-07 18:56:53.815036"], ["updated_at", "2016-10-07 18:56:53.815036"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque nam et adipisci quod dignissimos sit.\",\"body\":\"The SMS capacitor is down, input the back-end pixel so we can reboot the EXE capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.816165"], ["updated_at", "2016-10-07 18:56:53.816165"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id voluptas ea vero quia.\",\"body\":\"We need to override the primary COM firewall!\"}"], ["created_at", "2016-10-07 18:56:53.817142"], ["updated_at", "2016-10-07 18:56:53.817142"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque quam et assumenda illum nisi.\",\"body\":\"Connecting the transmitter won't do anything, we need to transmit the digital sql monitor!\"}"], ["created_at", "2016-10-07 18:56:53.818121"], ["updated_at", "2016-10-07 18:56:53.818121"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In explicabo qui est unde dolor dolorem.\",\"body\":\"The SDD interface is down, reboot the solid state hard drive so we can override the GB array!\"}"], ["created_at", "2016-10-07 18:56:53.819038"], ["updated_at", "2016-10-07 18:56:53.819038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et harum ipsum.\",\"body\":\"The XML port is down, copy the open-source capacitor so we can connect the SMTP matrix!\"}"], ["created_at", "2016-10-07 18:56:53.819896"], ["updated_at", "2016-10-07 18:56:53.819896"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti necessitatibus illum reprehenderit perspiciatis.\",\"body\":\"You can't override the system without calculating the 1080p TCP card!\"}"], ["created_at", "2016-10-07 18:56:53.820752"], ["updated_at", "2016-10-07 18:56:53.820752"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque magnam qui eos necessitatibus quidem.\",\"body\":\"If we hack the microchip, we can get to the SMS port through the solid state HDD interface!\"}"], ["created_at", "2016-10-07 18:56:53.821694"], ["updated_at", "2016-10-07 18:56:53.821694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis veniam porro tenetur sit.\",\"body\":\"I'll input the bluetooth AI bandwidth, that should driver the EXE protocol!\"}"], ["created_at", "2016-10-07 18:56:53.822592"], ["updated_at", "2016-10-07 18:56:53.822592"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et itaque inventore sint sunt.\",\"body\":\"You can't index the driver without overriding the neural HTTP monitor!\"}"], ["created_at", "2016-10-07 18:56:53.823456"], ["updated_at", "2016-10-07 18:56:53.823456"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis magni molestiae ut illum exercitationem neque excepturi.\",\"body\":\"Synthesizing the driver won't do anything, we need to copy the virtual png pixel!\"}"], ["created_at", "2016-10-07 18:56:53.824484"], ["updated_at", "2016-10-07 18:56:53.824484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur aut qui expedita.\",\"body\":\"You can't navigate the matrix without synthesizing the bluetooth XSS system!\"}"], ["created_at", "2016-10-07 18:56:53.825418"], ["updated_at", "2016-10-07 18:56:53.825418"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo quia quas at et perferendis qui.\",\"body\":\"Programming the feed won't do anything, we need to parse the neural pci firewall!\"}"], ["created_at", "2016-10-07 18:56:53.826356"], ["updated_at", "2016-10-07 18:56:53.826356"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic ea aspernatur at.\",\"body\":\"The PNG array is down, navigate the optical alarm so we can program the COM monitor!\"}"], ["created_at", "2016-10-07 18:56:53.829284"], ["updated_at", "2016-10-07 18:56:53.829284"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur asperiores assumenda quibusdam fugit eos necessitatibus quidem.\",\"body\":\"You can't quantify the matrix without copying the auxiliary JSON driver!\"}"], ["created_at", "2016-10-07 18:56:53.831572"], ["updated_at", "2016-10-07 18:56:53.831572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae suscipit iste.\",\"body\":\"The EXE program is down, compress the neural pixel so we can parse the IB alarm!\"}"], ["created_at", "2016-10-07 18:56:53.832763"], ["updated_at", "2016-10-07 18:56:53.832763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde eveniet nostrum ipsa nesciunt ut.\",\"body\":\"The SQL monitor is down, reboot the solid state application so we can reboot the THX alarm!\"}"], ["created_at", "2016-10-07 18:56:53.833728"], ["updated_at", "2016-10-07 18:56:53.833728"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio sunt repudiandae.\",\"body\":\"Backing up the port won't do anything, we need to connect the open-source ftp bus!\"}"], ["created_at", "2016-10-07 18:56:53.834704"], ["updated_at", "2016-10-07 18:56:53.834704"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa nesciunt itaque quae nobis iusto.\",\"body\":\"Use the redundant JSON panel, then you can parse the primary transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.835636"], ["updated_at", "2016-10-07 18:56:53.835636"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A molestiae unde expedita autem nisi est sapiente.\",\"body\":\"If we index the bandwidth, we can get to the XSS application through the mobile SMTP pixel!\"}"], ["created_at", "2016-10-07 18:56:53.836596"], ["updated_at", "2016-10-07 18:56:53.836596"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error dolor sapiente rerum.\",\"body\":\"The GB array is down, index the auxiliary card so we can generate the RSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.837528"], ["updated_at", "2016-10-07 18:56:53.837528"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore saepe labore praesentium totam natus rerum quia.\",\"body\":\"We need to override the multi-byte HTTP driver!\"}"], ["created_at", "2016-10-07 18:56:53.838552"], ["updated_at", "2016-10-07 18:56:53.838552"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex similique libero ab dolores eos.\",\"body\":\"I'll index the multi-byte RAM transmitter, that should circuit the SDD circuit!\"}"], ["created_at", "2016-10-07 18:56:53.839509"], ["updated_at", "2016-10-07 18:56:53.839509"]] SQL (0.6ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui incidunt dolorum soluta occaecati esse omnis laboriosam.\",\"body\":\"Indexing the circuit won't do anything, we need to bypass the primary gb application!\"}"], ["created_at", "2016-10-07 18:56:53.850476"], ["updated_at", "2016-10-07 18:56:53.850476"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum sint reprehenderit ut repellat illo dolorem quas.\",\"body\":\"I'll hack the cross-platform PNG program, that should matrix the RSS card!\"}"], ["created_at", "2016-10-07 18:56:53.854472"], ["updated_at", "2016-10-07 18:56:53.854472"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia qui ex repudiandae quaerat.\",\"body\":\"The TCP bandwidth is down, copy the mobile program so we can back up the CSS array!\"}"], ["created_at", "2016-10-07 18:56:53.855911"], ["updated_at", "2016-10-07 18:56:53.855911"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptate molestias quisquam sed sed modi.\",\"body\":\"Synthesizing the alarm won't do anything, we need to program the solid state rss array!\"}"], ["created_at", "2016-10-07 18:56:53.857521"], ["updated_at", "2016-10-07 18:56:53.857521"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum qui ut veritatis velit dolore.\",\"body\":\"You can't navigate the capacitor without connecting the multi-byte GB matrix!\"}"], ["created_at", "2016-10-07 18:56:53.858905"], ["updated_at", "2016-10-07 18:56:53.858905"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis quo in pariatur eum velit.\",\"body\":\"I'll hack the digital AI port, that should pixel the SMTP circuit!\"}"], ["created_at", "2016-10-07 18:56:53.860600"], ["updated_at", "2016-10-07 18:56:53.860600"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem sapiente eius suscipit enim molestiae beatae fugiat.\",\"body\":\"The RAM pixel is down, input the multi-byte capacitor so we can navigate the SMTP driver!\"}"], ["created_at", "2016-10-07 18:56:53.863915"], ["updated_at", "2016-10-07 18:56:53.863915"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit non nisi vel alias consequatur corrupti non.\",\"body\":\"You can't generate the interface without synthesizing the optical SAS hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.865167"], ["updated_at", "2016-10-07 18:56:53.865167"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur et dolor possimus.\",\"body\":\"Use the 1080p SQL capacitor, then you can transmit the solid state driver!\"}"], ["created_at", "2016-10-07 18:56:53.866354"], ["updated_at", "2016-10-07 18:56:53.866354"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam perferendis distinctio est eaque.\",\"body\":\"If we program the hard drive, we can get to the SAS card through the multi-byte ADP sensor!\"}"], ["created_at", "2016-10-07 18:56:53.868072"], ["updated_at", "2016-10-07 18:56:53.868072"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae excepturi vel dignissimos.\",\"body\":\"We need to hack the 1080p SMS transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.870011"], ["updated_at", "2016-10-07 18:56:53.870011"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi est dolorem aut sed corrupti omnis.\",\"body\":\"We need to input the bluetooth AI monitor!\"}"], ["created_at", "2016-10-07 18:56:53.872367"], ["updated_at", "2016-10-07 18:56:53.872367"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis id perspiciatis quae est nostrum in.\",\"body\":\"I'll hack the wireless GB panel, that should sensor the PNG matrix!\"}"], ["created_at", "2016-10-07 18:56:53.873638"], ["updated_at", "2016-10-07 18:56:53.873638"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod laboriosam est culpa ut quis nemo.\",\"body\":\"Use the online CSS firewall, then you can index the digital hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.875065"], ["updated_at", "2016-10-07 18:56:53.875065"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo eos dicta quasi qui deserunt ab.\",\"body\":\"We need to hack the mobile USB port!\"}"], ["created_at", "2016-10-07 18:56:53.876306"], ["updated_at", "2016-10-07 18:56:53.876306"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis accusantium dolores doloremque.\",\"body\":\"You can't calculate the bandwidth without bypassing the back-end COM sensor!\"}"], ["created_at", "2016-10-07 18:56:53.879592"], ["updated_at", "2016-10-07 18:56:53.879592"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui repellat esse voluptatem est.\",\"body\":\"Transmitting the port won't do anything, we need to copy the solid state jbod application!\"}"], ["created_at", "2016-10-07 18:56:53.881279"], ["updated_at", "2016-10-07 18:56:53.881279"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nihil nemo.\",\"body\":\"Connecting the port won't do anything, we need to synthesize the neural adp panel!\"}"], ["created_at", "2016-10-07 18:56:53.882582"], ["updated_at", "2016-10-07 18:56:53.882582"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure similique accusantium ullam explicabo aut.\",\"body\":\"If we navigate the matrix, we can get to the THX bus through the cross-platform IB feed!\"}"], ["created_at", "2016-10-07 18:56:53.883838"], ["updated_at", "2016-10-07 18:56:53.883838"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui iste molestiae commodi pariatur quidem.\",\"body\":\"We need to program the neural PCI panel!\"}"], ["created_at", "2016-10-07 18:56:53.885020"], ["updated_at", "2016-10-07 18:56:53.885020"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim optio ut omnis deserunt possimus cum.\",\"body\":\"We need to input the 1080p SDD alarm!\"}"], ["created_at", "2016-10-07 18:56:53.886250"], ["updated_at", "2016-10-07 18:56:53.886250"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem tempora harum voluptatem.\",\"body\":\"Use the cross-platform ADP panel, then you can parse the mobile circuit!\"}"], ["created_at", "2016-10-07 18:56:53.888758"], ["updated_at", "2016-10-07 18:56:53.888758"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum qui eius sed quia fuga.\",\"body\":\"I'll quantify the multi-byte IB application, that should circuit the USB array!\"}"], ["created_at", "2016-10-07 18:56:53.890433"], ["updated_at", "2016-10-07 18:56:53.890433"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi commodi accusamus suscipit vel blanditiis vitae.\",\"body\":\"Try to override the ADP array, maybe it will input the wireless alarm!\"}"], ["created_at", "2016-10-07 18:56:53.892153"], ["updated_at", "2016-10-07 18:56:53.892153"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut enim enim dolores.\",\"body\":\"Use the cross-platform SCSI driver, then you can parse the solid state matrix!\"}"], ["created_at", "2016-10-07 18:56:53.893896"], ["updated_at", "2016-10-07 18:56:53.893896"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint optio adipisci praesentium quia.\",\"body\":\"The AI alarm is down, reboot the haptic application so we can reboot the GB bus!\"}"], ["created_at", "2016-10-07 18:56:53.897210"], ["updated_at", "2016-10-07 18:56:53.897210"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos adipisci odio minus sed fugiat.\",\"body\":\"You can't synthesize the system without backing up the back-end EXE driver!\"}"], ["created_at", "2016-10-07 18:56:53.898542"], ["updated_at", "2016-10-07 18:56:53.898542"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio quisquam rerum tenetur dolores et.\",\"body\":\"The JSON microchip is down, index the solid state interface so we can bypass the COM interface!\"}"], ["created_at", "2016-10-07 18:56:53.899806"], ["updated_at", "2016-10-07 18:56:53.899806"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae magni iste consequuntur aspernatur.\",\"body\":\"Indexing the matrix won't do anything, we need to transmit the auxiliary sms panel!\"}"], ["created_at", "2016-10-07 18:56:53.901721"], ["updated_at", "2016-10-07 18:56:53.901721"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates dolor natus.\",\"body\":\"You can't quantify the panel without backing up the auxiliary AI monitor!\"}"], ["created_at", "2016-10-07 18:56:53.903391"], ["updated_at", "2016-10-07 18:56:53.903391"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis error aliquid.\",\"body\":\"If we input the bandwidth, we can get to the JSON interface through the 1080p PNG system!\"}"], ["created_at", "2016-10-07 18:56:53.905778"], ["updated_at", "2016-10-07 18:56:53.905778"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut dignissimos molestiae.\",\"body\":\"We need to parse the digital JBOD alarm!\"}"], ["created_at", "2016-10-07 18:56:53.907146"], ["updated_at", "2016-10-07 18:56:53.907146"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum quod voluptates explicabo autem.\",\"body\":\"Try to hack the SCSI circuit, maybe it will connect the cross-platform panel!\"}"], ["created_at", "2016-10-07 18:56:53.908542"], ["updated_at", "2016-10-07 18:56:53.908542"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In ut labore provident assumenda.\",\"body\":\"If we hack the interface, we can get to the SSL circuit through the online THX microchip!\"}"], ["created_at", "2016-10-07 18:56:53.910058"], ["updated_at", "2016-10-07 18:56:53.910058"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur nihil dolores.\",\"body\":\"Use the neural SMS feed, then you can calculate the mobile array!\"}"], ["created_at", "2016-10-07 18:56:53.913444"], ["updated_at", "2016-10-07 18:56:53.913444"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi non vel voluptatibus.\",\"body\":\"We need to reboot the neural XML system!\"}"], ["created_at", "2016-10-07 18:56:53.914902"], ["updated_at", "2016-10-07 18:56:53.914902"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod ducimus iure numquam laboriosam soluta quasi.\",\"body\":\"We need to program the haptic SSL microchip!\"}"], ["created_at", "2016-10-07 18:56:53.916499"], ["updated_at", "2016-10-07 18:56:53.916499"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident aut est non quo.\",\"body\":\"I'll compress the bluetooth SDD feed, that should hard drive the HTTP matrix!\"}"], ["created_at", "2016-10-07 18:56:53.918084"], ["updated_at", "2016-10-07 18:56:53.918084"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet sapiente facere.\",\"body\":\"Overriding the application won't do anything, we need to calculate the online gb array!\"}"], ["created_at", "2016-10-07 18:56:53.919504"], ["updated_at", "2016-10-07 18:56:53.919504"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem quis quasi quam dolorum.\",\"body\":\"Use the digital HDD sensor, then you can reboot the virtual card!\"}"], ["created_at", "2016-10-07 18:56:53.921933"], ["updated_at", "2016-10-07 18:56:53.921933"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae consequuntur ut repudiandae aut sit dolorum repellendus.\",\"body\":\"The SMS program is down, index the redundant feed so we can connect the CSS pixel!\"}"], ["created_at", "2016-10-07 18:56:53.923391"], ["updated_at", "2016-10-07 18:56:53.923391"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis commodi fugiat.\",\"body\":\"Bypassing the feed won't do anything, we need to index the solid state thx pixel!\"}"], ["created_at", "2016-10-07 18:56:53.924899"], ["updated_at", "2016-10-07 18:56:53.924899"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio architecto rerum soluta sit reprehenderit aut.\",\"body\":\"The CSS program is down, synthesize the multi-byte matrix so we can transmit the XML firewall!\"}"], ["created_at", "2016-10-07 18:56:53.926240"], ["updated_at", "2016-10-07 18:56:53.926240"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt et nemo.\",\"body\":\"The RSS monitor is down, index the 1080p bandwidth so we can reboot the GB feed!\"}"], ["created_at", "2016-10-07 18:56:53.929060"], ["updated_at", "2016-10-07 18:56:53.929060"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores corporis velit at asperiores modi ad.\",\"body\":\"If we override the alarm, we can get to the SCSI pixel through the digital EXE feed!\"}"], ["created_at", "2016-10-07 18:56:53.931431"], ["updated_at", "2016-10-07 18:56:53.931431"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quibusdam ea.\",\"body\":\"You can't connect the transmitter without indexing the haptic JSON system!\"}"], ["created_at", "2016-10-07 18:56:53.933110"], ["updated_at", "2016-10-07 18:56:53.933110"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus ipsa voluptas culpa omnis sequi ut soluta.\",\"body\":\"I'll back up the mobile RSS protocol, that should alarm the AI card!\"}"], ["created_at", "2016-10-07 18:56:53.934395"], ["updated_at", "2016-10-07 18:56:53.934395"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi atque deleniti.\",\"body\":\"We need to calculate the multi-byte JBOD system!\"}"], ["created_at", "2016-10-07 18:56:53.935695"], ["updated_at", "2016-10-07 18:56:53.935695"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam ut mollitia dolore dolorem et harum explicabo.\",\"body\":\"Parsing the firewall won't do anything, we need to bypass the multi-byte http capacitor!\"}"], ["created_at", "2016-10-07 18:56:53.937431"], ["updated_at", "2016-10-07 18:56:53.937431"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sed ut omnis sunt et ut.\",\"body\":\"We need to generate the neural SMTP sensor!\"}"], ["created_at", "2016-10-07 18:56:53.939555"], ["updated_at", "2016-10-07 18:56:53.939555"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae quasi aut.\",\"body\":\"If we generate the protocol, we can get to the PCI application through the online THX matrix!\"}"], ["created_at", "2016-10-07 18:56:53.940963"], ["updated_at", "2016-10-07 18:56:53.940963"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id velit odio minus inventore impedit.\",\"body\":\"You can't transmit the driver without navigating the online SMS program!\"}"], ["created_at", "2016-10-07 18:56:53.942241"], ["updated_at", "2016-10-07 18:56:53.942241"]] SQL (0.7ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam eveniet quia cumque minima ab.\",\"body\":\"If we reboot the system, we can get to the THX bandwidth through the 1080p THX microchip!\"}"], ["created_at", "2016-10-07 18:56:53.943928"], ["updated_at", "2016-10-07 18:56:53.943928"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur eveniet velit alias eligendi.\",\"body\":\"Try to navigate the XML program, maybe it will copy the optical sensor!\"}"], ["created_at", "2016-10-07 18:56:53.948048"], ["updated_at", "2016-10-07 18:56:53.948048"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima itaque aperiam cum.\",\"body\":\"We need to navigate the cross-platform THX firewall!\"}"], ["created_at", "2016-10-07 18:56:53.950092"], ["updated_at", "2016-10-07 18:56:53.950092"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et voluptatum maiores perferendis sunt.\",\"body\":\"You can't quantify the feed without hacking the online ADP firewall!\"}"], ["created_at", "2016-10-07 18:56:53.951649"], ["updated_at", "2016-10-07 18:56:53.951649"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut possimus dolor fugiat ea corporis.\",\"body\":\"The SQL transmitter is down, override the virtual card so we can transmit the COM array!\"}"], ["created_at", "2016-10-07 18:56:53.953508"], ["updated_at", "2016-10-07 18:56:53.953508"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta doloremque adipisci quis.\",\"body\":\"I'll calculate the haptic COM hard drive, that should matrix the SCSI circuit!\"}"], ["created_at", "2016-10-07 18:56:53.957997"], ["updated_at", "2016-10-07 18:56:53.957997"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem et alias eos voluptate quo officiis.\",\"body\":\"We need to override the primary PNG transmitter!\"}"], ["created_at", "2016-10-07 18:56:53.960399"], ["updated_at", "2016-10-07 18:56:53.960399"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio voluptatem omnis.\",\"body\":\"Use the wireless GB driver, then you can bypass the digital matrix!\"}"], ["created_at", "2016-10-07 18:56:53.964244"], ["updated_at", "2016-10-07 18:56:53.964244"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio quaerat nihil recusandae.\",\"body\":\"You can't input the firewall without compressing the redundant HDD alarm!\"}"], ["created_at", "2016-10-07 18:56:53.966225"], ["updated_at", "2016-10-07 18:56:53.966225"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique tempora molestias sunt nostrum aut rem.\",\"body\":\"You can't synthesize the system without navigating the 1080p COM hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.968170"], ["updated_at", "2016-10-07 18:56:53.968170"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque dicta voluptas praesentium.\",\"body\":\"Use the optical PNG capacitor, then you can hack the optical hard drive!\"}"], ["created_at", "2016-10-07 18:56:53.970410"], ["updated_at", "2016-10-07 18:56:53.970410"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus soluta dolor occaecati dolore animi.\",\"body\":\"Try to reboot the SDD sensor, maybe it will generate the auxiliary monitor!\"}"], ["created_at", "2016-10-07 18:56:53.973152"], ["updated_at", "2016-10-07 18:56:53.973152"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta harum omnis beatae occaecati.\",\"body\":\"You can't hack the pixel without transmitting the open-source RAM pixel!\"}"], ["created_at", "2016-10-07 18:56:53.975143"], ["updated_at", "2016-10-07 18:56:53.975143"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos ex et.\",\"body\":\"If we connect the array, we can get to the ADP array through the back-end PCI protocol!\"}"], ["created_at", "2016-10-07 18:56:53.977475"], ["updated_at", "2016-10-07 18:56:53.977475"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem sit et qui.\",\"body\":\"Use the back-end JBOD hard drive, then you can index the bluetooth pixel!\"}"], ["created_at", "2016-10-07 18:56:53.981375"], ["updated_at", "2016-10-07 18:56:53.981375"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat minima natus aspernatur provident.\",\"body\":\"The SDD feed is down, parse the wireless system so we can calculate the RSS application!\"}"], ["created_at", "2016-10-07 18:56:53.983267"], ["updated_at", "2016-10-07 18:56:53.983267"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto corrupti distinctio.\",\"body\":\"The GB card is down, override the online panel so we can input the HTTP firewall!\"}"], ["created_at", "2016-10-07 18:56:53.985012"], ["updated_at", "2016-10-07 18:56:53.985012"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus quia quos est repudiandae consequatur natus.\",\"body\":\"Try to reboot the SSL system, maybe it will quantify the back-end matrix!\"}"], ["created_at", "2016-10-07 18:56:53.987011"], ["updated_at", "2016-10-07 18:56:53.987011"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem aliquid laudantium id blanditiis dolor.\",\"body\":\"The PNG card is down, generate the online transmitter so we can calculate the SMTP protocol!\"}"], ["created_at", "2016-10-07 18:56:53.990090"], ["updated_at", "2016-10-07 18:56:53.990090"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero officiis eos deleniti.\",\"body\":\"Use the wireless HDD card, then you can bypass the multi-byte bandwidth!\"}"], ["created_at", "2016-10-07 18:56:53.992660"], ["updated_at", "2016-10-07 18:56:53.992660"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa praesentium officia sequi est saepe commodi sapiente.\",\"body\":\"You can't override the application without backing up the online JBOD monitor!\"}"], ["created_at", "2016-10-07 18:56:53.997232"], ["updated_at", "2016-10-07 18:56:53.997232"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus perferendis veritatis sed.\",\"body\":\"If we generate the feed, we can get to the RAM card through the neural XSS array!\"}"], ["created_at", "2016-10-07 18:56:53.999649"], ["updated_at", "2016-10-07 18:56:53.999649"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque voluptatem molestiae ut est aut quos.\",\"body\":\"The AGP card is down, quantify the solid state bandwidth so we can input the AI transmitter!\"}"], ["created_at", "2016-10-07 18:56:54.001877"], ["updated_at", "2016-10-07 18:56:54.001877"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et enim molestias et deserunt.\",\"body\":\"Use the wireless AGP capacitor, then you can synthesize the open-source card!\"}"], ["created_at", "2016-10-07 18:56:54.003902"], ["updated_at", "2016-10-07 18:56:54.003902"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut rerum id dolorem quis excepturi ipsum.\",\"body\":\"You can't index the circuit without programming the auxiliary FTP application!\"}"], ["created_at", "2016-10-07 18:56:54.006822"], ["updated_at", "2016-10-07 18:56:54.006822"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia excepturi inventore dolorem ea dignissimos aut.\",\"body\":\"The IB panel is down, copy the primary circuit so we can calculate the SCSI hard drive!\"}"], ["created_at", "2016-10-07 18:56:54.009381"], ["updated_at", "2016-10-07 18:56:54.009381"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ex nostrum facilis eaque.\",\"body\":\"You can't copy the driver without backing up the 1080p SQL bandwidth!\"}"], ["created_at", "2016-10-07 18:56:54.014768"], ["updated_at", "2016-10-07 18:56:54.014768"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor velit itaque repudiandae eos ut sit fugit.\",\"body\":\"Use the neural FTP monitor, then you can index the auxiliary bus!\"}"], ["created_at", "2016-10-07 18:56:54.017566"], ["updated_at", "2016-10-07 18:56:54.017566"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta ullam consectetur cum veniam qui.\",\"body\":\"You can't input the array without calculating the digital PCI circuit!\"}"], ["created_at", "2016-10-07 18:56:54.019425"], ["updated_at", "2016-10-07 18:56:54.019425"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi autem non eaque dolore aut similique.\",\"body\":\"Try to compress the AGP bus, maybe it will bypass the primary feed!\"}"], ["created_at", "2016-10-07 18:56:54.022178"], ["updated_at", "2016-10-07 18:56:54.022178"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur maiores officia est.\",\"body\":\"We need to program the mobile SAS pixel!\"}"], ["created_at", "2016-10-07 18:56:54.024150"], ["updated_at", "2016-10-07 18:56:54.024150"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non vel quia praesentium alias eum.\",\"body\":\"We need to reboot the cross-platform SMS card!\"}"], ["created_at", "2016-10-07 18:56:54.026045"], ["updated_at", "2016-10-07 18:56:54.026045"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ea atque molestias autem voluptatem.\",\"body\":\"Parsing the bus won't do anything, we need to hack the haptic http card!\"}"], ["created_at", "2016-10-07 18:56:54.030250"], ["updated_at", "2016-10-07 18:56:54.030250"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut unde ea molestiae.\",\"body\":\"Use the mobile PCI pixel, then you can calculate the bluetooth matrix!\"}"], ["created_at", "2016-10-07 18:56:54.032133"], ["updated_at", "2016-10-07 18:56:54.032133"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis voluptatum sequi quia aut quis.\",\"body\":\"Use the haptic CSS program, then you can calculate the primary circuit!\"}"], ["created_at", "2016-10-07 18:56:54.034002"], ["updated_at", "2016-10-07 18:56:54.034002"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse ullam reprehenderit praesentium iusto est quisquam quae.\",\"body\":\"If we navigate the program, we can get to the AI array through the online EXE microchip!\"}"], ["created_at", "2016-10-07 18:56:54.058668"], ["updated_at", "2016-10-07 18:56:54.058668"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eaque cupiditate eum aliquam eius.\",\"body\":\"You can't quantify the array without backing up the open-source SQL sensor!\"}"], ["created_at", "2016-10-07 18:56:54.061541"], ["updated_at", "2016-10-07 18:56:54.061541"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat soluta voluptatem quidem fugit.\",\"body\":\"If we compress the interface, we can get to the FTP capacitor through the virtual HDD interface!\"}"], ["created_at", "2016-10-07 18:56:54.065561"], ["updated_at", "2016-10-07 18:56:54.065561"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui maxime molestiae quas.\",\"body\":\"Try to bypass the JSON hard drive, maybe it will program the haptic capacitor!\"}"], ["created_at", "2016-10-07 18:56:54.067684"], ["updated_at", "2016-10-07 18:56:54.067684"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas laborum distinctio sit dolorem cumque.\",\"body\":\"Overriding the interface won't do anything, we need to reboot the mobile png port!\"}"], ["created_at", "2016-10-07 18:56:54.069679"], ["updated_at", "2016-10-07 18:56:54.069679"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt ut suscipit non ea.\",\"body\":\"I'll parse the cross-platform PCI application, that should system the GB alarm!\"}"], ["created_at", "2016-10-07 18:56:54.072509"], ["updated_at", "2016-10-07 18:56:54.072509"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla voluptas quis tempore nobis ullam.\",\"body\":\"Quantifying the card won't do anything, we need to quantify the 1080p jbod pixel!\"}"], ["created_at", "2016-10-07 18:56:54.074622"], ["updated_at", "2016-10-07 18:56:54.074622"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident in architecto ipsa est vel odio error.\",\"body\":\"The FTP protocol is down, quantify the optical bandwidth so we can calculate the EXE capacitor!\"}"], ["created_at", "2016-10-07 18:56:54.077845"], ["updated_at", "2016-10-07 18:56:54.077845"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident distinctio ducimus odio.\",\"body\":\"We need to override the 1080p JBOD system!\"}"], ["created_at", "2016-10-07 18:56:54.081341"], ["updated_at", "2016-10-07 18:56:54.081341"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo reiciendis ad.\",\"body\":\"You can't transmit the protocol without hacking the digital COM port!\"}"], ["created_at", "2016-10-07 18:56:54.083427"], ["updated_at", "2016-10-07 18:56:54.083427"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur est nemo aut quia.\",\"body\":\"We need to input the mobile EXE firewall!\"}"], ["created_at", "2016-10-07 18:56:54.085316"], ["updated_at", "2016-10-07 18:56:54.085316"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos placeat earum dolor odio.\",\"body\":\"You can't back up the microchip without hacking the multi-byte ADP system!\"}"], ["created_at", "2016-10-07 18:56:54.087883"], ["updated_at", "2016-10-07 18:56:54.087883"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis eos officiis et a.\",\"body\":\"If we quantify the pixel, we can get to the AI firewall through the neural FTP feed!\"}"], ["created_at", "2016-10-07 18:56:54.090038"], ["updated_at", "2016-10-07 18:56:54.090038"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit consequatur ut iusto nesciunt sed magnam eos.\",\"body\":\"Use the primary PNG application, then you can index the auxiliary bus!\"}"], ["created_at", "2016-10-07 18:56:54.092079"], ["updated_at", "2016-10-07 18:56:54.092079"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil explicabo facere quisquam alias maiores tenetur.\",\"body\":\"Use the digital SAS bandwidth, then you can index the redundant matrix!\"}"], ["created_at", "2016-10-07 18:56:54.096027"], ["updated_at", "2016-10-07 18:56:54.096027"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur sint sint officia dolores.\",\"body\":\"If we copy the system, we can get to the THX sensor through the cross-platform SDD port!\"}"], ["created_at", "2016-10-07 18:56:54.098286"], ["updated_at", "2016-10-07 18:56:54.098286"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis voluptas voluptatibus est quod.\",\"body\":\"We need to navigate the optical FTP matrix!\"}"], ["created_at", "2016-10-07 18:56:54.100116"], ["updated_at", "2016-10-07 18:56:54.100116"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores minus eius eum et culpa repellat reprehenderit.\",\"body\":\"If we override the program, we can get to the FTP hard drive through the cross-platform GB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:54.101656"], ["updated_at", "2016-10-07 18:56:54.101656"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem nisi voluptatum voluptas.\",\"body\":\"If we transmit the program, we can get to the JSON panel through the neural SSL transmitter!\"}"], ["created_at", "2016-10-07 18:56:54.103667"], ["updated_at", "2016-10-07 18:56:54.103667"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est consequatur beatae libero et.\",\"body\":\"Use the optical SMTP protocol, then you can quantify the back-end interface!\"}"], ["created_at", "2016-10-07 18:56:54.106271"], ["updated_at", "2016-10-07 18:56:54.106271"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit voluptatibus eum tempora nulla deleniti.\",\"body\":\"Try to program the PCI driver, maybe it will program the redundant card!\"}"], ["created_at", "2016-10-07 18:56:54.108290"], ["updated_at", "2016-10-07 18:56:54.108290"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed corporis eligendi minus.\",\"body\":\"I'll program the cross-platform XML pixel, that should port the AI monitor!\"}"], ["created_at", "2016-10-07 18:56:54.111421"], ["updated_at", "2016-10-07 18:56:54.111421"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore neque dolor.\",\"body\":\"I'll synthesize the online COM monitor, that should bus the THX microchip!\"}"], ["created_at", "2016-10-07 18:56:54.114688"], ["updated_at", "2016-10-07 18:56:54.114688"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque quia rerum aliquid nemo ducimus error.\",\"body\":\"Use the digital JSON array, then you can generate the solid state capacitor!\"}"], ["created_at", "2016-10-07 18:56:54.116546"], ["updated_at", "2016-10-07 18:56:54.116546"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et provident aut ut consequatur sed sed.\",\"body\":\"You can't reboot the capacitor without programming the back-end AGP program!\"}"], ["created_at", "2016-10-07 18:56:54.118346"], ["updated_at", "2016-10-07 18:56:54.118346"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis quos ut quis consequatur voluptatem pariatur.\",\"body\":\"Navigating the driver won't do anything, we need to input the solid state xss array!\"}"], ["created_at", "2016-10-07 18:56:54.120376"], ["updated_at", "2016-10-07 18:56:54.120376"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad est veniam est eligendi ea aut et.\",\"body\":\"Use the auxiliary IB matrix, then you can hack the solid state program!\"}"], ["created_at", "2016-10-07 18:56:54.123038"], ["updated_at", "2016-10-07 18:56:54.123038"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda enim ut.\",\"body\":\"If we quantify the driver, we can get to the PCI system through the haptic HTTP circuit!\"}"], ["created_at", "2016-10-07 18:56:54.124968"], ["updated_at", "2016-10-07 18:56:54.124968"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis fuga fugiat natus.\",\"body\":\"We need to reboot the optical TCP matrix!\"}"], ["created_at", "2016-10-07 18:56:54.127146"], ["updated_at", "2016-10-07 18:56:54.127146"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa et alias necessitatibus.\",\"body\":\"We need to connect the bluetooth SQL interface!\"}"], ["created_at", "2016-10-07 18:56:54.130800"], ["updated_at", "2016-10-07 18:56:54.130800"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia distinctio at ducimus similique deleniti.\",\"body\":\"Try to override the ADP pixel, maybe it will compress the haptic monitor!\"}"], ["created_at", "2016-10-07 18:56:54.132592"], ["updated_at", "2016-10-07 18:56:54.132592"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis voluptatem quia est magni rerum ipsa.\",\"body\":\"Indexing the capacitor won't do anything, we need to input the haptic gb sensor!\"}"], ["created_at", "2016-10-07 18:56:54.134578"], ["updated_at", "2016-10-07 18:56:54.134578"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint sed nam occaecati aut.\",\"body\":\"You can't compress the feed without indexing the open-source HDD sensor!\"}"], ["created_at", "2016-10-07 18:56:54.136513"], ["updated_at", "2016-10-07 18:56:54.136513"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero quia consequuntur ut autem.\",\"body\":\"The SMS alarm is down, parse the haptic interface so we can quantify the ADP card!\"}"], ["created_at", "2016-10-07 18:56:54.139261"], ["updated_at", "2016-10-07 18:56:54.139261"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis placeat facere.\",\"body\":\"We need to connect the haptic HTTP interface!\"}"], ["created_at", "2016-10-07 18:56:54.141255"], ["updated_at", "2016-10-07 18:56:54.141255"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit nihil quod voluptas.\",\"body\":\"Synthesizing the array won't do anything, we need to copy the digital pci bus!\"}"], ["created_at", "2016-10-07 18:56:54.143473"], ["updated_at", "2016-10-07 18:56:54.143473"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed velit dolores eligendi ipsa magni.\",\"body\":\"I'll input the redundant THX hard drive, that should array the SAS firewall!\"}"], ["created_at", "2016-10-07 18:56:54.147426"], ["updated_at", "2016-10-07 18:56:54.147426"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae voluptatem expedita.\",\"body\":\"Use the solid state SSL matrix, then you can connect the haptic circuit!\"}"], ["created_at", "2016-10-07 18:56:54.149214"], ["updated_at", "2016-10-07 18:56:54.149214"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut autem eos.\",\"body\":\"I'll bypass the digital HDD system, that should panel the XSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:54.150969"], ["updated_at", "2016-10-07 18:56:54.150969"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero et eos beatae iure dolores.\",\"body\":\"I'll reboot the auxiliary SSL matrix, that should monitor the COM card!\"}"], ["created_at", "2016-10-07 18:56:54.152644"], ["updated_at", "2016-10-07 18:56:54.152644"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis culpa ut deleniti sunt sint et.\",\"body\":\"The SQL card is down, compress the auxiliary firewall so we can bypass the XML array!\"}"], ["created_at", "2016-10-07 18:56:54.155510"], ["updated_at", "2016-10-07 18:56:54.155510"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In cum sit ullam.\",\"body\":\"I'll calculate the primary TCP port, that should bus the USB pixel!\"}"], ["created_at", "2016-10-07 18:56:54.157498"], ["updated_at", "2016-10-07 18:56:54.157498"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem consequatur doloribus nihil sed magnam nesciunt voluptas.\",\"body\":\"You can't back up the microchip without transmitting the solid state TCP panel!\"}"], ["created_at", "2016-10-07 18:56:54.159552"], ["updated_at", "2016-10-07 18:56:54.159552"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia sint reprehenderit cupiditate.\",\"body\":\"The SAS program is down, program the primary transmitter so we can transmit the SMS alarm!\"}"], ["created_at", "2016-10-07 18:56:54.163632"], ["updated_at", "2016-10-07 18:56:54.163632"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui aperiam est.\",\"body\":\"We need to navigate the auxiliary SDD panel!\"}"], ["created_at", "2016-10-07 18:56:54.165541"], ["updated_at", "2016-10-07 18:56:54.165541"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis occaecati nihil aut dolor voluptas.\",\"body\":\"If we synthesize the system, we can get to the TCP card through the wireless RAM transmitter!\"}"], ["created_at", "2016-10-07 18:56:54.167548"], ["updated_at", "2016-10-07 18:56:54.167548"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis et fugit consequatur omnis inventore et culpa.\",\"body\":\"We need to reboot the virtual THX application!\"}"], ["created_at", "2016-10-07 18:56:54.169384"], ["updated_at", "2016-10-07 18:56:54.169384"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat officia qui dolorum quae tempora mollitia et.\",\"body\":\"I'll synthesize the 1080p PNG sensor, that should interface the RAM array!\"}"], ["created_at", "2016-10-07 18:56:54.172294"], ["updated_at", "2016-10-07 18:56:54.172294"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati rerum dolor.\",\"body\":\"Use the bluetooth SAS application, then you can bypass the open-source bandwidth!\"}"], ["created_at", "2016-10-07 18:56:54.174230"], ["updated_at", "2016-10-07 18:56:54.174230"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem velit doloremque quis repellendus.\",\"body\":\"If we input the driver, we can get to the PCI panel through the multi-byte SQL system!\"}"], ["created_at", "2016-10-07 18:56:54.176327"], ["updated_at", "2016-10-07 18:56:54.176327"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui iste ipsum odit dolorem et consequatur voluptatem.\",\"body\":\"Try to input the XSS circuit, maybe it will quantify the online port!\"}"], ["created_at", "2016-10-07 18:56:54.180481"], ["updated_at", "2016-10-07 18:56:54.180481"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quas doloremque.\",\"body\":\"Use the auxiliary XML firewall, then you can synthesize the bluetooth program!\"}"], ["created_at", "2016-10-07 18:56:54.182433"], ["updated_at", "2016-10-07 18:56:54.182433"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est temporibus qui quas beatae iure molestiae.\",\"body\":\"The SMTP microchip is down, parse the wireless sensor so we can synthesize the PCI bus!\"}"], ["created_at", "2016-10-07 18:56:54.183740"], ["updated_at", "2016-10-07 18:56:54.183740"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit et quia qui.\",\"body\":\"We need to copy the haptic HTTP microchip!\"}"], ["created_at", "2016-10-07 18:56:54.185007"], ["updated_at", "2016-10-07 18:56:54.185007"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id voluptatibus consequatur.\",\"body\":\"You can't reboot the program without quantifying the multi-byte XSS port!\"}"], ["created_at", "2016-10-07 18:56:54.186261"], ["updated_at", "2016-10-07 18:56:54.186261"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam sit iusto dolor ab facilis.\",\"body\":\"If we synthesize the program, we can get to the HDD card through the mobile AGP monitor!\"}"], ["created_at", "2016-10-07 18:56:54.187652"], ["updated_at", "2016-10-07 18:56:54.187652"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore doloribus consequatur temporibus at reprehenderit odit reiciendis.\",\"body\":\"Try to override the RAM feed, maybe it will quantify the mobile matrix!\"}"], ["created_at", "2016-10-07 18:56:54.189506"], ["updated_at", "2016-10-07 18:56:54.189506"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui aut quia porro.\",\"body\":\"Try to copy the JSON bus, maybe it will quantify the open-source panel!\"}"], ["created_at", "2016-10-07 18:56:54.190837"], ["updated_at", "2016-10-07 18:56:54.190837"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore impedit velit et.\",\"body\":\"If we transmit the sensor, we can get to the IB interface through the digital AI bus!\"}"], ["created_at", "2016-10-07 18:56:54.192198"], ["updated_at", "2016-10-07 18:56:54.192198"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius sint qui non corrupti voluptatum ex.\",\"body\":\"We need to generate the back-end RSS monitor!\"}"], ["created_at", "2016-10-07 18:56:54.193913"], ["updated_at", "2016-10-07 18:56:54.193913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo rem voluptas laborum.\",\"body\":\"We need to parse the neural EXE feed!\"}"], ["created_at", "2016-10-07 18:56:54.197124"], ["updated_at", "2016-10-07 18:56:54.197124"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio voluptas quas iste ad consequuntur fugiat aut.\",\"body\":\"Use the primary JSON panel, then you can index the digital protocol!\"}"], ["created_at", "2016-10-07 18:56:54.198497"], ["updated_at", "2016-10-07 18:56:54.198497"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo quos non laborum rem.\",\"body\":\"You can't program the bus without connecting the auxiliary EXE capacitor!\"}"], ["created_at", "2016-10-07 18:56:54.199811"], ["updated_at", "2016-10-07 18:56:54.199811"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat perspiciatis tempore perferendis voluptas.\",\"body\":\"You can't synthesize the matrix without copying the back-end SMS interface!\"}"], ["created_at", "2016-10-07 18:56:54.201082"], ["updated_at", "2016-10-07 18:56:54.201082"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore itaque tenetur.\",\"body\":\"We need to override the auxiliary USB firewall!\"}"], ["created_at", "2016-10-07 18:56:54.202314"], ["updated_at", "2016-10-07 18:56:54.202314"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore corporis aut.\",\"body\":\"We need to input the neural RSS driver!\"}"], ["created_at", "2016-10-07 18:56:54.203680"], ["updated_at", "2016-10-07 18:56:54.203680"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique soluta voluptatem.\",\"body\":\"The HDD bus is down, override the redundant system so we can index the JBOD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:54.206061"], ["updated_at", "2016-10-07 18:56:54.206061"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit asperiores expedita nulla odit eum inventore corrupti.\",\"body\":\"Try to generate the TCP capacitor, maybe it will copy the haptic driver!\"}"], ["created_at", "2016-10-07 18:56:54.207525"], ["updated_at", "2016-10-07 18:56:54.207525"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi voluptatem non.\",\"body\":\"If we navigate the alarm, we can get to the SSL alarm through the digital EXE bandwidth!\"}"], ["created_at", "2016-10-07 18:56:54.208985"], ["updated_at", "2016-10-07 18:56:54.208985"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis quia adipisci neque consequatur.\",\"body\":\"We need to override the cross-platform AI feed!\"}"], ["created_at", "2016-10-07 18:56:54.212610"], ["updated_at", "2016-10-07 18:56:54.212610"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat explicabo vitae dolorem.\",\"body\":\"Use the back-end RAM driver, then you can back up the cross-platform driver!\"}"], ["created_at", "2016-10-07 18:56:54.216500"], ["updated_at", "2016-10-07 18:56:54.216500"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis quas sit placeat sint nulla voluptatibus harum.\",\"body\":\"I'll index the auxiliary PCI array, that should sensor the CSS circuit!\"}"], ["created_at", "2016-10-07 18:56:54.218029"], ["updated_at", "2016-10-07 18:56:54.218029"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis odit corrupti laboriosam aut nulla tempora.\",\"body\":\"If we navigate the firewall, we can get to the THX circuit through the wireless THX system!\"}"], ["created_at", "2016-10-07 18:56:54.219433"], ["updated_at", "2016-10-07 18:56:54.219433"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis provident sed quod et.\",\"body\":\"I'll hack the haptic CSS transmitter, that should hard drive the HDD hard drive!\"}"], ["created_at", "2016-10-07 18:56:54.221889"], ["updated_at", "2016-10-07 18:56:54.221889"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aut odit et autem et qui ullam.\",\"body\":\"Try to compress the XSS protocol, maybe it will copy the optical system!\"}"], ["created_at", "2016-10-07 18:56:54.223336"], ["updated_at", "2016-10-07 18:56:54.223336"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo id qui magni molestiae aspernatur consequatur.\",\"body\":\"Try to calculate the ADP microchip, maybe it will generate the mobile port!\"}"], ["created_at", "2016-10-07 18:56:54.224596"], ["updated_at", "2016-10-07 18:56:54.224596"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam blanditiis consectetur quam.\",\"body\":\"You can't override the monitor without overriding the back-end THX sensor!\"}"], ["created_at", "2016-10-07 18:56:54.225915"], ["updated_at", "2016-10-07 18:56:54.225915"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias optio quo expedita blanditiis et quis.\",\"body\":\"If we bypass the monitor, we can get to the PCI application through the mobile THX microchip!\"}"], ["created_at", "2016-10-07 18:56:54.229191"], ["updated_at", "2016-10-07 18:56:54.229191"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo recusandae voluptas repellendus consequatur.\",\"body\":\"Try to override the SMTP transmitter, maybe it will compress the cross-platform firewall!\"}"], ["created_at", "2016-10-07 18:56:54.231432"], ["updated_at", "2016-10-07 18:56:54.231432"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores expedita in et.\",\"body\":\"If we reboot the feed, we can get to the HDD array through the solid state RAM array!\"}"], ["created_at", "2016-10-07 18:56:54.232737"], ["updated_at", "2016-10-07 18:56:54.232737"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi dicta perferendis ullam.\",\"body\":\"The PNG circuit is down, connect the mobile circuit so we can transmit the FTP driver!\"}"], ["created_at", "2016-10-07 18:56:54.234105"], ["updated_at", "2016-10-07 18:56:54.234105"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id eum soluta voluptatem.\",\"body\":\"I'll index the primary USB capacitor, that should interface the USB array!\"}"], ["created_at", "2016-10-07 18:56:54.235430"], ["updated_at", "2016-10-07 18:56:54.235430"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa cumque tempore doloremque ex beatae.\",\"body\":\"Hacking the interface won't do anything, we need to program the open-source usb port!\"}"], ["created_at", "2016-10-07 18:56:54.237087"], ["updated_at", "2016-10-07 18:56:54.237087"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus molestiae possimus dolores.\",\"body\":\"Try to synthesize the AGP sensor, maybe it will back up the haptic interface!\"}"], ["created_at", "2016-10-07 18:56:54.239589"], ["updated_at", "2016-10-07 18:56:54.239589"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur animi quia nobis at et iusto fugit.\",\"body\":\"Try to calculate the IB monitor, maybe it will override the bluetooth alarm!\"}"], ["created_at", "2016-10-07 18:56:54.241000"], ["updated_at", "2016-10-07 18:56:54.241000"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores numquam quo culpa quam.\",\"body\":\"You can't hack the feed without programming the digital SMTP panel!\"}"], ["created_at", "2016-10-07 18:56:54.242300"], ["updated_at", "2016-10-07 18:56:54.242300"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero dolorem enim fuga earum.\",\"body\":\"If we input the system, we can get to the SSL bus through the neural SDD sensor!\"}"], ["created_at", "2016-10-07 18:56:54.245992"], ["updated_at", "2016-10-07 18:56:54.245992"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis commodi ullam.\",\"body\":\"If we copy the port, we can get to the AI feed through the redundant PCI protocol!\"}"], ["created_at", "2016-10-07 18:56:54.248193"], ["updated_at", "2016-10-07 18:56:54.248193"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea deserunt ipsam et.\",\"body\":\"Parsing the feed won't do anything, we need to input the mobile css system!\"}"], ["created_at", "2016-10-07 18:56:54.249566"], ["updated_at", "2016-10-07 18:56:54.249566"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae ut sunt iusto rerum quia.\",\"body\":\"Parsing the array won't do anything, we need to hack the solid state exe application!\"}"], ["created_at", "2016-10-07 18:56:54.250980"], ["updated_at", "2016-10-07 18:56:54.250980"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam harum ab.\",\"body\":\"The USB program is down, override the wireless pixel so we can program the THX program!\"}"], ["created_at", "2016-10-07 18:56:54.252360"], ["updated_at", "2016-10-07 18:56:54.252360"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit minima cum quas omnis harum consectetur iure.\",\"body\":\"Use the wireless SDD interface, then you can connect the neural bandwidth!\"}"], ["created_at", "2016-10-07 18:56:54.254379"], ["updated_at", "2016-10-07 18:56:54.254379"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores et fugiat quia ipsum est iure temporibus.\",\"body\":\"The ADP alarm is down, program the neural panel so we can back up the AI microchip!\"}"], ["created_at", "2016-10-07 18:56:54.256425"], ["updated_at", "2016-10-07 18:56:54.256425"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero dolore dolorem adipisci distinctio amet harum.\",\"body\":\"If we bypass the matrix, we can get to the PNG transmitter through the 1080p HDD circuit!\"}"], ["created_at", "2016-10-07 18:56:54.257763"], ["updated_at", "2016-10-07 18:56:54.257763"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nihil aspernatur ipsa facilis temporibus quia similique.\",\"body\":\"Try to program the TCP bandwidth, maybe it will synthesize the mobile sensor!\"}"], ["created_at", "2016-10-07 18:56:54.259062"], ["updated_at", "2016-10-07 18:56:54.259062"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptatem esse.\",\"body\":\"You can't synthesize the hard drive without parsing the back-end PNG bandwidth!\"}"], ["created_at", "2016-10-07 18:56:54.263272"], ["updated_at", "2016-10-07 18:56:54.263272"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est eaque pariatur quisquam nemo iusto minima.\",\"body\":\"The PCI card is down, parse the back-end bus so we can compress the PNG microchip!\"}"], ["created_at", "2016-10-07 18:56:54.266141"], ["updated_at", "2016-10-07 18:56:54.266141"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aperiam consequatur sunt veniam at architecto.\",\"body\":\"If we parse the port, we can get to the RSS pixel through the cross-platform AGP transmitter!\"}"], ["created_at", "2016-10-07 18:56:54.267565"], ["updated_at", "2016-10-07 18:56:54.267565"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id natus deserunt possimus molestiae corporis.\",\"body\":\"I'll compress the wireless SSL protocol, that should capacitor the RSS hard drive!\"}"], ["created_at", "2016-10-07 18:56:54.268725"], ["updated_at", "2016-10-07 18:56:54.268725"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque ut recusandae asperiores unde non.\",\"body\":\"You can't connect the driver without copying the open-source JSON protocol!\"}"], ["created_at", "2016-10-07 18:56:54.269835"], ["updated_at", "2016-10-07 18:56:54.269835"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut commodi ut.\",\"body\":\"We need to index the optical IB program!\"}"], ["created_at", "2016-10-07 18:56:54.270874"], ["updated_at", "2016-10-07 18:56:54.270874"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta sint qui eum.\",\"body\":\"If we generate the transmitter, we can get to the XML alarm through the online IB sensor!\"}"], ["created_at", "2016-10-07 18:56:54.271949"], ["updated_at", "2016-10-07 18:56:54.271949"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut consequuntur neque consectetur porro aut.\",\"body\":\"Use the primary AGP microchip, then you can override the neural microchip!\"}"], ["created_at", "2016-10-07 18:56:54.272965"], ["updated_at", "2016-10-07 18:56:54.272965"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae et rerum temporibus eos.\",\"body\":\"The COM system is down, reboot the multi-byte monitor so we can reboot the GB system!\"}"], ["created_at", "2016-10-07 18:56:54.273983"], ["updated_at", "2016-10-07 18:56:54.273983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta aliquid quia voluptas voluptas.\",\"body\":\"You can't reboot the driver without synthesizing the multi-byte IB alarm!\"}"], ["created_at", "2016-10-07 18:56:54.274986"], ["updated_at", "2016-10-07 18:56:54.274986"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem in at voluptatem molestias praesentium numquam eveniet.\",\"body\":\"Try to navigate the SCSI system, maybe it will navigate the virtual port!\"}"], ["created_at", "2016-10-07 18:56:54.276003"], ["updated_at", "2016-10-07 18:56:54.276003"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui est vel molestiae.\",\"body\":\"If we calculate the application, we can get to the SDD panel through the wireless SQL bus!\"}"], ["created_at", "2016-10-07 18:56:54.278768"], ["updated_at", "2016-10-07 18:56:54.278768"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam molestiae ex.\",\"body\":\"If we index the system, we can get to the AGP monitor through the bluetooth SAS capacitor!\"}"], ["created_at", "2016-10-07 18:56:54.281794"], ["updated_at", "2016-10-07 18:56:54.281794"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis animi qui neque autem inventore.\",\"body\":\"Hacking the application won't do anything, we need to calculate the multi-byte rss system!\"}"], ["created_at", "2016-10-07 18:56:54.283065"], ["updated_at", "2016-10-07 18:56:54.283065"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est maxime optio qui qui accusantium sit.\",\"body\":\"The SDD panel is down, generate the optical feed so we can override the PNG microchip!\"}"], ["created_at", "2016-10-07 18:56:54.284145"], ["updated_at", "2016-10-07 18:56:54.284145"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi architecto sit repudiandae recusandae temporibus magnam.\",\"body\":\"Try to hack the JBOD hard drive, maybe it will quantify the open-source driver!\"}"], ["created_at", "2016-10-07 18:56:54.285232"], ["updated_at", "2016-10-07 18:56:54.285232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta voluptatem aliquam non.\",\"body\":\"I'll generate the back-end COM system, that should application the CSS panel!\"}"], ["created_at", "2016-10-07 18:56:54.286348"], ["updated_at", "2016-10-07 18:56:54.286348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure est illum rem.\",\"body\":\"Try to input the HDD capacitor, maybe it will copy the cross-platform interface!\"}"], ["created_at", "2016-10-07 18:56:54.287374"], ["updated_at", "2016-10-07 18:56:54.287374"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores quidem occaecati.\",\"body\":\"I'll hack the digital FTP pixel, that should sensor the FTP protocol!\"}"], ["created_at", "2016-10-07 18:56:54.288290"], ["updated_at", "2016-10-07 18:56:54.288290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In reiciendis praesentium ipsam est et et.\",\"body\":\"You can't index the sensor without backing up the solid state XSS port!\"}"], ["created_at", "2016-10-07 18:56:54.289266"], ["updated_at", "2016-10-07 18:56:54.289266"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel repudiandae qui et.\",\"body\":\"Try to navigate the FTP sensor, maybe it will back up the primary transmitter!\"}"], ["created_at", "2016-10-07 18:56:54.290182"], ["updated_at", "2016-10-07 18:56:54.290182"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur impedit id cumque autem.\",\"body\":\"We need to quantify the neural HDD firewall!\"}"], ["created_at", "2016-10-07 18:56:54.291070"], ["updated_at", "2016-10-07 18:56:54.291070"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem velit et pariatur rem rerum.\",\"body\":\"You can't calculate the protocol without hacking the mobile AI card!\"}"], ["created_at", "2016-10-07 18:56:54.291932"], ["updated_at", "2016-10-07 18:56:54.291932"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora eos dolore eveniet quaerat ratione.\",\"body\":\"We need to index the optical COM hard drive!\"}"], ["created_at", "2016-10-07 18:56:54.293085"], ["updated_at", "2016-10-07 18:56:54.293085"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor dicta ullam.\",\"body\":\"The PCI monitor is down, override the open-source card so we can copy the SAS application!\"}"], ["created_at", "2016-10-07 18:56:54.296573"], ["updated_at", "2016-10-07 18:56:54.296573"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et earum ducimus at.\",\"body\":\"The CSS firewall is down, index the redundant circuit so we can override the SMTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:54.298581"], ["updated_at", "2016-10-07 18:56:54.298581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore laudantium totam.\",\"body\":\"Try to reboot the SCSI microchip, maybe it will synthesize the optical bus!\"}"], ["created_at", "2016-10-07 18:56:54.299699"], ["updated_at", "2016-10-07 18:56:54.299699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil atque ipsa ab repudiandae.\",\"body\":\"If we transmit the capacitor, we can get to the JBOD sensor through the optical RSS driver!\"}"], ["created_at", "2016-10-07 18:56:54.300619"], ["updated_at", "2016-10-07 18:56:54.300619"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt nemo natus rerum dicta voluptate.\",\"body\":\"Use the optical PCI port, then you can reboot the redundant matrix!\"}"], ["created_at", "2016-10-07 18:56:54.301544"], ["updated_at", "2016-10-07 18:56:54.301544"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam sunt omnis.\",\"body\":\"We need to navigate the cross-platform COM bus!\"}"], ["created_at", "2016-10-07 18:56:54.302493"], ["updated_at", "2016-10-07 18:56:54.302493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati nihil ea deserunt et aut.\",\"body\":\"If we override the application, we can get to the SAS array through the virtual PCI capacitor!\"}"], ["created_at", "2016-10-07 18:56:54.303468"], ["updated_at", "2016-10-07 18:56:54.303468"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore qui rerum cupiditate et inventore.\",\"body\":\"The AI firewall is down, override the auxiliary application so we can generate the FTP feed!\"}"], ["created_at", "2016-10-07 18:56:54.304381"], ["updated_at", "2016-10-07 18:56:54.304381"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id hic voluptatem eveniet tempora autem quia.\",\"body\":\"The HTTP pixel is down, program the virtual monitor so we can calculate the SMS system!\"}"], ["created_at", "2016-10-07 18:56:54.305311"], ["updated_at", "2016-10-07 18:56:54.305311"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque et eaque aut.\",\"body\":\"We need to input the auxiliary COM port!\"}"], ["created_at", "2016-10-07 18:56:54.306488"], ["updated_at", "2016-10-07 18:56:54.306488"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore similique natus tempore iste ut.\",\"body\":\"The THX firewall is down, quantify the open-source transmitter so we can reboot the PCI feed!\"}"], ["created_at", "2016-10-07 18:56:54.307469"], ["updated_at", "2016-10-07 18:56:54.307469"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus minus est pariatur voluptas sit.\",\"body\":\"The PNG system is down, generate the virtual protocol so we can navigate the SDD matrix!\"}"], ["created_at", "2016-10-07 18:56:54.308372"], ["updated_at", "2016-10-07 18:56:54.308372"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias eaque qui.\",\"body\":\"Hacking the monitor won't do anything, we need to compress the cross-platform thx firewall!\"}"], ["created_at", "2016-10-07 18:56:54.309409"], ["updated_at", "2016-10-07 18:56:54.309409"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est exercitationem ab soluta eum ullam.\",\"body\":\"I'll hack the multi-byte GB sensor, that should driver the THX sensor!\"}"], ["created_at", "2016-10-07 18:56:54.312674"], ["updated_at", "2016-10-07 18:56:54.312674"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam similique ullam.\",\"body\":\"I'll quantify the primary SAS capacitor, that should panel the HDD firewall!\"}"], ["created_at", "2016-10-07 18:56:54.314830"], ["updated_at", "2016-10-07 18:56:54.314830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse modi est.\",\"body\":\"Parsing the array won't do anything, we need to quantify the auxiliary scsi matrix!\"}"], ["created_at", "2016-10-07 18:56:54.316025"], ["updated_at", "2016-10-07 18:56:54.316025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ad voluptatibus fuga distinctio fugit ipsa sit.\",\"body\":\"You can't bypass the transmitter without hacking the optical ADP sensor!\"}"], ["created_at", "2016-10-07 18:56:54.316925"], ["updated_at", "2016-10-07 18:56:54.316925"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo laborum quia sit autem eos id voluptatem.\",\"body\":\"We need to copy the digital RSS driver!\"}"], ["created_at", "2016-10-07 18:56:54.317785"], ["updated_at", "2016-10-07 18:56:54.317785"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa delectus non odio magnam incidunt libero.\",\"body\":\"You can't generate the microchip without navigating the primary RSS card!\"}"], ["created_at", "2016-10-07 18:56:54.318709"], ["updated_at", "2016-10-07 18:56:54.318709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam facilis iste nisi non.\",\"body\":\"Try to input the FTP program, maybe it will index the optical interface!\"}"], ["created_at", "2016-10-07 18:56:54.319612"], ["updated_at", "2016-10-07 18:56:54.319612"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam eum libero.\",\"body\":\"The HTTP hard drive is down, copy the redundant panel so we can calculate the TCP matrix!\"}"], ["created_at", "2016-10-07 18:56:54.320446"], ["updated_at", "2016-10-07 18:56:54.320446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit rerum explicabo sapiente nihil consequuntur totam.\",\"body\":\"We need to bypass the 1080p THX microchip!\"}"], ["created_at", "2016-10-07 18:56:54.321335"], ["updated_at", "2016-10-07 18:56:54.321335"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid iusto ut quis.\",\"body\":\"Use the multi-byte SSL pixel, then you can hack the wireless alarm!\"}"], ["created_at", "2016-10-07 18:56:54.322230"], ["updated_at", "2016-10-07 18:56:54.322230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem culpa officia dignissimos sequi laboriosam quisquam est.\",\"body\":\"Use the optical SCSI alarm, then you can transmit the digital program!\"}"], ["created_at", "2016-10-07 18:56:54.323197"], ["updated_at", "2016-10-07 18:56:54.323197"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut consequatur omnis minus et quo qui.\",\"body\":\"You can't reboot the firewall without transmitting the solid state JBOD firewall!\"}"], ["created_at", "2016-10-07 18:56:54.324061"], ["updated_at", "2016-10-07 18:56:54.324061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem doloribus qui.\",\"body\":\"We need to compress the back-end XSS hard drive!\"}"], ["created_at", "2016-10-07 18:56:54.324883"], ["updated_at", "2016-10-07 18:56:54.324883"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus debitis molestias officiis inventore et quia.\",\"body\":\"If we synthesize the card, we can get to the EXE interface through the multi-byte FTP application!\"}"], ["created_at", "2016-10-07 18:56:54.325930"], ["updated_at", "2016-10-07 18:56:54.325930"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque officia sint dolor dicta adipisci doloremque harum.\",\"body\":\"You can't compress the card without overriding the auxiliary XSS driver!\"}"], ["created_at", "2016-10-07 18:56:54.329710"], ["updated_at", "2016-10-07 18:56:54.329710"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et delectus veniam nostrum libero provident.\",\"body\":\"We need to synthesize the open-source AGP pixel!\"}"], ["created_at", "2016-10-07 18:56:54.331694"], ["updated_at", "2016-10-07 18:56:54.331694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis molestiae enim sed facere soluta.\",\"body\":\"Try to override the HTTP program, maybe it will compress the solid state interface!\"}"], ["created_at", "2016-10-07 18:56:54.332716"], ["updated_at", "2016-10-07 18:56:54.332716"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas culpa est debitis provident.\",\"body\":\"Try to generate the SSL bandwidth, maybe it will copy the digital bandwidth!\"}"], ["created_at", "2016-10-07 18:56:54.333655"], ["updated_at", "2016-10-07 18:56:54.333655"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quasi sunt eligendi est.\",\"body\":\"The EXE bus is down, override the solid state system so we can transmit the XML port!\"}"], ["created_at", "2016-10-07 18:56:54.334625"], ["updated_at", "2016-10-07 18:56:54.334625"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam adipisci hic vel nobis.\",\"body\":\"Use the mobile TCP application, then you can calculate the virtual transmitter!\"}"], ["created_at", "2016-10-07 18:56:54.335567"], ["updated_at", "2016-10-07 18:56:54.335567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis commodi dolor officiis deleniti eius.\",\"body\":\"Use the virtual ADP alarm, then you can back up the bluetooth matrix!\"}"], ["created_at", "2016-10-07 18:56:54.336511"], ["updated_at", "2016-10-07 18:56:54.336511"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam fugiat qui.\",\"body\":\"The XSS interface is down, reboot the wireless hard drive so we can connect the HTTP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:54.337403"], ["updated_at", "2016-10-07 18:56:54.337403"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum fugit placeat.\",\"body\":\"We need to navigate the online PNG monitor!\"}"], ["created_at", "2016-10-07 18:56:54.338326"], ["updated_at", "2016-10-07 18:56:54.338326"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio eum dicta ducimus id tenetur voluptas.\",\"body\":\"If we program the bandwidth, we can get to the HDD transmitter through the cross-platform CSS hard drive!\"}"], ["created_at", "2016-10-07 18:56:54.339295"], ["updated_at", "2016-10-07 18:56:54.339295"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati ut doloremque qui aliquid quidem mollitia earum.\",\"body\":\"Indexing the feed won't do anything, we need to generate the 1080p ib driver!\"}"], ["created_at", "2016-10-07 18:56:54.340239"], ["updated_at", "2016-10-07 18:56:54.340239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius et quidem est repellat hic ut.\",\"body\":\"If we transmit the pixel, we can get to the ADP firewall through the bluetooth PNG circuit!\"}"], ["created_at", "2016-10-07 18:56:54.341177"], ["updated_at", "2016-10-07 18:56:54.341177"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aliquam magnam quibusdam explicabo voluptatem.\",\"body\":\"I'll quantify the mobile COM hard drive, that should alarm the THX interface!\"}"], ["created_at", "2016-10-07 18:56:54.342084"], ["updated_at", "2016-10-07 18:56:54.342084"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eum ad corrupti.\",\"body\":\"We need to back up the open-source SMTP array!\"}"], ["created_at", "2016-10-07 18:56:54.343513"], ["updated_at", "2016-10-07 18:56:54.343513"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae officia eveniet at minima amet quidem.\",\"body\":\"If we quantify the port, we can get to the SSL alarm through the auxiliary PCI monitor!\"}"], ["created_at", "2016-10-07 18:56:54.346984"], ["updated_at", "2016-10-07 18:56:54.346984"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum nisi aspernatur optio.\",\"body\":\"We need to synthesize the solid state TCP interface!\"}"], ["created_at", "2016-10-07 18:56:54.348669"], ["updated_at", "2016-10-07 18:56:54.348669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur aut eaque alias nobis velit.\",\"body\":\"Use the mobile SCSI card, then you can generate the online program!\"}"], ["created_at", "2016-10-07 18:56:54.349675"], ["updated_at", "2016-10-07 18:56:54.349675"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quas dignissimos consequatur quia.\",\"body\":\"The XML bandwidth is down, bypass the haptic transmitter so we can transmit the SDD system!\"}"], ["created_at", "2016-10-07 18:56:54.350585"], ["updated_at", "2016-10-07 18:56:54.350585"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam beatae quos et qui qui quae.\",\"body\":\"Use the bluetooth PCI system, then you can connect the haptic firewall!\"}"], ["created_at", "2016-10-07 18:56:54.351548"], ["updated_at", "2016-10-07 18:56:54.351548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt iure voluptas pariatur aspernatur perferendis.\",\"body\":\"I'll back up the virtual PNG matrix, that should matrix the FTP transmitter!\"}"], ["created_at", "2016-10-07 18:56:54.352486"], ["updated_at", "2016-10-07 18:56:54.352486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates culpa quis et.\",\"body\":\"You can't quantify the driver without synthesizing the cross-platform GB feed!\"}"], ["created_at", "2016-10-07 18:56:54.353427"], ["updated_at", "2016-10-07 18:56:54.353427"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias suscipit iste assumenda.\",\"body\":\"The TCP monitor is down, reboot the bluetooth system so we can bypass the RSS array!\"}"], ["created_at", "2016-10-07 18:56:54.354320"], ["updated_at", "2016-10-07 18:56:54.354320"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex tempora ut non placeat.\",\"body\":\"I'll program the mobile AI feed, that should microchip the SSL firewall!\"}"], ["created_at", "2016-10-07 18:56:54.355284"], ["updated_at", "2016-10-07 18:56:54.355284"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut blanditiis nesciunt corporis natus omnis reiciendis omnis.\",\"body\":\"Navigating the circuit won't do anything, we need to hack the 1080p jbod alarm!\"}"], ["created_at", "2016-10-07 18:56:54.356209"], ["updated_at", "2016-10-07 18:56:54.356209"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque perferendis assumenda tempora repellendus.\",\"body\":\"Try to generate the SCSI interface, maybe it will back up the open-source sensor!\"}"], ["created_at", "2016-10-07 18:56:54.357136"], ["updated_at", "2016-10-07 18:56:54.357136"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus soluta sit.\",\"body\":\"You can't input the bus without quantifying the wireless JSON alarm!\"}"], ["created_at", "2016-10-07 18:56:54.358054"], ["updated_at", "2016-10-07 18:56:54.358054"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ipsa ut sint perferendis autem.\",\"body\":\"We need to connect the bluetooth HTTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:54.359036"], ["updated_at", "2016-10-07 18:56:54.359036"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam magni quisquam rem.\",\"body\":\"The JSON port is down, override the auxiliary transmitter so we can program the XSS card!\"}"], ["created_at", "2016-10-07 18:56:54.361784"], ["updated_at", "2016-10-07 18:56:54.361784"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae aliquam non occaecati et soluta sunt nisi.\",\"body\":\"We need to compress the optical JSON array!\"}"], ["created_at", "2016-10-07 18:56:54.364376"], ["updated_at", "2016-10-07 18:56:54.364376"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea optio iusto.\",\"body\":\"Try to program the SQL sensor, maybe it will program the virtual driver!\"}"], ["created_at", "2016-10-07 18:56:54.365609"], ["updated_at", "2016-10-07 18:56:54.365609"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur recusandae eius aliquam dolore perferendis occaecati necessitatibus.\",\"body\":\"You can't quantify the card without overriding the auxiliary SMS firewall!\"}"], ["created_at", "2016-10-07 18:56:54.366497"], ["updated_at", "2016-10-07 18:56:54.366497"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus ea enim labore modi.\",\"body\":\"The HDD feed is down, copy the optical circuit so we can override the SSL panel!\"}"], ["created_at", "2016-10-07 18:56:54.367519"], ["updated_at", "2016-10-07 18:56:54.367519"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ut accusantium in voluptatem ab ratione tempore.\",\"body\":\"I'll back up the digital COM microchip, that should system the JSON panel!\"}"], ["created_at", "2016-10-07 18:56:54.368523"], ["updated_at", "2016-10-07 18:56:54.368523"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus debitis sunt nesciunt voluptas.\",\"body\":\"Try to transmit the AGP hard drive, maybe it will connect the multi-byte port!\"}"], ["created_at", "2016-10-07 18:56:54.369429"], ["updated_at", "2016-10-07 18:56:54.369429"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse eveniet laboriosam.\",\"body\":\"I'll input the multi-byte THX matrix, that should bandwidth the GB matrix!\"}"], ["created_at", "2016-10-07 18:56:54.370258"], ["updated_at", "2016-10-07 18:56:54.370258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate inventore numquam aliquid ea error.\",\"body\":\"The CSS matrix is down, reboot the haptic port so we can index the SAS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:54.371206"], ["updated_at", "2016-10-07 18:56:54.371206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum non beatae.\",\"body\":\"Navigating the monitor won't do anything, we need to back up the auxiliary sql monitor!\"}"], ["created_at", "2016-10-07 18:56:54.372063"], ["updated_at", "2016-10-07 18:56:54.372063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto soluta veritatis dolorum.\",\"body\":\"We need to parse the back-end PCI protocol!\"}"], ["created_at", "2016-10-07 18:56:54.372916"], ["updated_at", "2016-10-07 18:56:54.372916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni dolorem commodi sunt voluptatibus.\",\"body\":\"Try to index the EXE panel, maybe it will input the redundant driver!\"}"], ["created_at", "2016-10-07 18:56:54.373767"], ["updated_at", "2016-10-07 18:56:54.373767"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas qui excepturi et mollitia et autem non.\",\"body\":\"Use the mobile SMS bandwidth, then you can copy the back-end feed!\"}"], ["created_at", "2016-10-07 18:56:54.374624"], ["updated_at", "2016-10-07 18:56:54.374624"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore eos molestias necessitatibus quis voluptas.\",\"body\":\"The AGP application is down, program the solid state feed so we can calculate the SSL application!\"}"], ["created_at", "2016-10-07 18:56:54.375672"], ["updated_at", "2016-10-07 18:56:54.375672"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sed amet.\",\"body\":\"Connecting the interface won't do anything, we need to hack the back-end gb transmitter!\"}"], ["created_at", "2016-10-07 18:56:54.378165"], ["updated_at", "2016-10-07 18:56:54.378165"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci perferendis repudiandae molestias dolor placeat doloribus nihil.\",\"body\":\"If we input the bus, we can get to the GB circuit through the digital XML card!\"}"], ["created_at", "2016-10-07 18:56:54.381088"], ["updated_at", "2016-10-07 18:56:54.381088"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium ipsa repellat nulla aut.\",\"body\":\"I'll copy the online SMS card, that should system the XML transmitter!\"}"], ["created_at", "2016-10-07 18:56:54.382809"], ["updated_at", "2016-10-07 18:56:54.382809"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe ut illo et molestiae debitis facilis laboriosam.\",\"body\":\"You can't back up the firewall without connecting the 1080p AGP feed!\"}"], ["created_at", "2016-10-07 18:56:54.384662"], ["updated_at", "2016-10-07 18:56:54.384662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum omnis similique amet qui quam assumenda.\",\"body\":\"The FTP protocol is down, quantify the wireless microchip so we can input the COM system!\"}"], ["created_at", "2016-10-07 18:56:54.385669"], ["updated_at", "2016-10-07 18:56:54.385669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum enim ut aliquid.\",\"body\":\"Use the digital SAS interface, then you can override the back-end bus!\"}"], ["created_at", "2016-10-07 18:56:54.386626"], ["updated_at", "2016-10-07 18:56:54.386626"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo laudantium culpa est corrupti aliquid eaque.\",\"body\":\"We need to copy the digital SMTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:54.387612"], ["updated_at", "2016-10-07 18:56:54.387612"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium repellat ipsum quia consequuntur rerum laudantium.\",\"body\":\"Use the solid state PNG bandwidth, then you can hack the redundant hard drive!\"}"], ["created_at", "2016-10-07 18:56:54.388541"], ["updated_at", "2016-10-07 18:56:54.388541"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur nesciunt voluptatum repellendus molestias ut ea recusandae.\",\"body\":\"If we hack the firewall, we can get to the JSON interface through the cross-platform AI array!\"}"], ["created_at", "2016-10-07 18:56:54.389457"], ["updated_at", "2016-10-07 18:56:54.389457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque maxime aperiam soluta aut amet repudiandae.\",\"body\":\"Try to reboot the EXE panel, maybe it will compress the solid state capacitor!\"}"], ["created_at", "2016-10-07 18:56:54.390328"], ["updated_at", "2016-10-07 18:56:54.390328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur culpa ullam sequi est.\",\"body\":\"If we hack the monitor, we can get to the HTTP sensor through the online SDD feed!\"}"], ["created_at", "2016-10-07 18:56:54.391233"], ["updated_at", "2016-10-07 18:56:54.391233"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam hic vel quos culpa sint inventore dolorem.\",\"body\":\"You can't reboot the panel without synthesizing the solid state SAS driver!\"}"], ["created_at", "2016-10-07 18:56:54.392176"], ["updated_at", "2016-10-07 18:56:54.392176"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt soluta distinctio excepturi est reiciendis sit rerum.\",\"body\":\"I'll override the optical XSS circuit, that should panel the SMS panel!\"}"], ["created_at", "2016-10-07 18:56:54.394739"], ["updated_at", "2016-10-07 18:56:54.394739"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi aperiam pariatur deserunt distinctio labore.\",\"body\":\"The HDD firewall is down, back up the online monitor so we can hack the JSON feed!\"}"], ["created_at", "2016-10-07 18:56:54.397037"], ["updated_at", "2016-10-07 18:56:54.397037"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit nemo consequatur nihil rerum.\",\"body\":\"If we quantify the bandwidth, we can get to the TCP interface through the auxiliary CSS monitor!\"}"], ["created_at", "2016-10-07 18:56:54.398469"], ["updated_at", "2016-10-07 18:56:54.398469"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ut natus.\",\"body\":\"Use the solid state TCP panel, then you can transmit the neural protocol!\"}"], ["created_at", "2016-10-07 18:56:54.399444"], ["updated_at", "2016-10-07 18:56:54.399444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam officia velit sed sed aut omnis.\",\"body\":\"I'll reboot the back-end SQL application, that should protocol the ADP driver!\"}"], ["created_at", "2016-10-07 18:56:54.400333"], ["updated_at", "2016-10-07 18:56:54.400333"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium ipsam beatae culpa aut nisi.\",\"body\":\"Indexing the application won't do anything, we need to input the haptic ram driver!\"}"], ["created_at", "2016-10-07 18:56:54.401182"], ["updated_at", "2016-10-07 18:56:54.401182"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem laborum est beatae adipisci est enim dolorem.\",\"body\":\"If we synthesize the driver, we can get to the FTP panel through the cross-platform HTTP feed!\"}"], ["created_at", "2016-10-07 18:56:54.402044"], ["updated_at", "2016-10-07 18:56:54.402044"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima aut dignissimos fuga.\",\"body\":\"Try to back up the SMS driver, maybe it will synthesize the bluetooth driver!\"}"], ["created_at", "2016-10-07 18:56:54.402969"], ["updated_at", "2016-10-07 18:56:54.402969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos itaque sed.\",\"body\":\"Programming the protocol won't do anything, we need to copy the solid state ai alarm!\"}"], ["created_at", "2016-10-07 18:56:54.403863"], ["updated_at", "2016-10-07 18:56:54.403863"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi et repudiandae quaerat quod asperiores sint rerum.\",\"body\":\"We need to calculate the neural PCI protocol!\"}"], ["created_at", "2016-10-07 18:56:54.404734"], ["updated_at", "2016-10-07 18:56:54.404734"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum sint cumque eveniet fuga non porro rerum.\",\"body\":\"You can't back up the bandwidth without indexing the redundant XML port!\"}"], ["created_at", "2016-10-07 18:56:54.405582"], ["updated_at", "2016-10-07 18:56:54.405582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut optio culpa incidunt.\",\"body\":\"The CSS monitor is down, input the virtual transmitter so we can override the GB transmitter!\"}"], ["created_at", "2016-10-07 18:56:54.406436"], ["updated_at", "2016-10-07 18:56:54.406436"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus excepturi sequi est.\",\"body\":\"I'll index the back-end XSS capacitor, that should system the SSL interface!\"}"], ["created_at", "2016-10-07 18:56:54.407339"], ["updated_at", "2016-10-07 18:56:54.407339"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique et et velit ab et numquam.\",\"body\":\"Use the online CSS bus, then you can input the optical panel!\"}"], ["created_at", "2016-10-07 18:56:54.408428"], ["updated_at", "2016-10-07 18:56:54.408428"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est earum ratione ipsam adipisci.\",\"body\":\"Synthesizing the bus won't do anything, we need to override the neural jbod matrix!\"}"], ["created_at", "2016-10-07 18:56:54.409733"], ["updated_at", "2016-10-07 18:56:54.409733"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque sunt veniam libero.\",\"body\":\"You can't hack the transmitter without bypassing the cross-platform HTTP card!\"}"], ["created_at", "2016-10-07 18:56:54.413206"], ["updated_at", "2016-10-07 18:56:54.413206"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint veritatis nam architecto aut qui similique.\",\"body\":\"Try to synthesize the SSL port, maybe it will synthesize the 1080p pixel!\"}"], ["created_at", "2016-10-07 18:56:54.415011"], ["updated_at", "2016-10-07 18:56:54.415011"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus velit architecto facere est quibusdam.\",\"body\":\"Try to bypass the RAM capacitor, maybe it will reboot the back-end interface!\"}"], ["created_at", "2016-10-07 18:56:54.416120"], ["updated_at", "2016-10-07 18:56:54.416120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam officia fugiat nobis maxime dolor culpa.\",\"body\":\"Try to override the PNG system, maybe it will program the digital feed!\"}"], ["created_at", "2016-10-07 18:56:54.417150"], ["updated_at", "2016-10-07 18:56:54.417150"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores iste quia iusto dolores ipsum.\",\"body\":\"I'll synthesize the cross-platform HDD protocol, that should transmitter the IB pixel!\"}"], ["created_at", "2016-10-07 18:56:54.418096"], ["updated_at", "2016-10-07 18:56:54.418096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit reprehenderit non aut.\",\"body\":\"We need to calculate the multi-byte COM driver!\"}"], ["created_at", "2016-10-07 18:56:54.419044"], ["updated_at", "2016-10-07 18:56:54.419044"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim consequatur aut perspiciatis praesentium distinctio non.\",\"body\":\"We need to reboot the solid state GB system!\"}"], ["created_at", "2016-10-07 18:56:54.419985"], ["updated_at", "2016-10-07 18:56:54.419985"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse voluptas consequatur ullam quidem deleniti aut enim.\",\"body\":\"Try to generate the SDD panel, maybe it will calculate the redundant protocol!\"}"], ["created_at", "2016-10-07 18:56:54.421017"], ["updated_at", "2016-10-07 18:56:54.421017"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi dolor dolore.\",\"body\":\"You can't program the capacitor without indexing the neural IB circuit!\"}"], ["created_at", "2016-10-07 18:56:54.422001"], ["updated_at", "2016-10-07 18:56:54.422001"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est cum sed ab praesentium consequatur expedita.\",\"body\":\"We need to bypass the cross-platform ADP firewall!\"}"], ["created_at", "2016-10-07 18:56:54.422954"], ["updated_at", "2016-10-07 18:56:54.422954"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit cupiditate mollitia.\",\"body\":\"Use the primary SSL bandwidth, then you can parse the digital bus!\"}"], ["created_at", "2016-10-07 18:56:54.423852"], ["updated_at", "2016-10-07 18:56:54.423852"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae qui vel.\",\"body\":\"You can't index the feed without parsing the optical COM bandwidth!\"}"], ["created_at", "2016-10-07 18:56:54.424751"], ["updated_at", "2016-10-07 18:56:54.424751"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt excepturi harum.\",\"body\":\"If we program the microchip, we can get to the AI panel through the back-end SMTP circuit!\"}"], ["created_at", "2016-10-07 18:56:54.425877"], ["updated_at", "2016-10-07 18:56:54.425877"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia rem voluptatem blanditiis aut quis id soluta.\",\"body\":\"You can't program the monitor without programming the solid state GB pixel!\"}"], ["created_at", "2016-10-07 18:56:54.429408"], ["updated_at", "2016-10-07 18:56:54.429408"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis velit ipsa eveniet.\",\"body\":\"We need to bypass the virtual CSS panel!\"}"], ["created_at", "2016-10-07 18:56:54.431467"], ["updated_at", "2016-10-07 18:56:54.431467"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci velit ut esse recusandae nam qui.\",\"body\":\"You can't bypass the driver without overriding the primary SDD circuit!\"}"], ["created_at", "2016-10-07 18:56:54.433862"], ["updated_at", "2016-10-07 18:56:54.433862"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique totam voluptas accusamus ipsam est quae deleniti.\",\"body\":\"Try to copy the GB monitor, maybe it will input the 1080p hard drive!\"}"], ["created_at", "2016-10-07 18:56:54.435757"], ["updated_at", "2016-10-07 18:56:54.435757"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non modi optio voluptas dolor soluta expedita fugit.\",\"body\":\"I'll navigate the optical SDD matrix, that should interface the HTTP port!\"}"], ["created_at", "2016-10-07 18:56:54.437548"], ["updated_at", "2016-10-07 18:56:54.437548"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat beatae quo sunt vel et.\",\"body\":\"We need to reboot the back-end CSS microchip!\"}"], ["created_at", "2016-10-07 18:56:54.439301"], ["updated_at", "2016-10-07 18:56:54.439301"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eum debitis facere nihil maxime quis sit.\",\"body\":\"You can't copy the matrix without calculating the open-source SAS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:54.440976"], ["updated_at", "2016-10-07 18:56:54.440976"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor exercitationem minima.\",\"body\":\"You can't quantify the sensor without parsing the optical SCSI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:54.442683"], ["updated_at", "2016-10-07 18:56:54.442683"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque nisi accusamus quis eligendi consequuntur sint.\",\"body\":\"Try to copy the HDD bus, maybe it will reboot the auxiliary monitor!\"}"], ["created_at", "2016-10-07 18:56:54.446685"], ["updated_at", "2016-10-07 18:56:54.446685"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur totam ipsa enim.\",\"body\":\"Try to compress the RAM system, maybe it will bypass the virtual microchip!\"}"], ["created_at", "2016-10-07 18:56:54.448805"], ["updated_at", "2016-10-07 18:56:54.448805"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem sapiente ad voluptatum velit.\",\"body\":\"We need to reboot the digital AGP application!\"}"], ["created_at", "2016-10-07 18:56:54.450692"], ["updated_at", "2016-10-07 18:56:54.450692"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium asperiores eum ut.\",\"body\":\"If we override the matrix, we can get to the HTTP bandwidth through the bluetooth IB card!\"}"], ["created_at", "2016-10-07 18:56:54.452588"], ["updated_at", "2016-10-07 18:56:54.452588"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ut porro cupiditate nisi ea omnis.\",\"body\":\"Use the cross-platform XML sensor, then you can override the mobile panel!\"}"], ["created_at", "2016-10-07 18:56:54.455083"], ["updated_at", "2016-10-07 18:56:54.455083"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit aspernatur ducimus id commodi.\",\"body\":\"The PCI program is down, synthesize the auxiliary array so we can transmit the SDD array!\"}"], ["created_at", "2016-10-07 18:56:54.456868"], ["updated_at", "2016-10-07 18:56:54.456868"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem quibusdam et quia blanditiis eius.\",\"body\":\"The SAS pixel is down, program the digital pixel so we can parse the ADP application!\"}"], ["created_at", "2016-10-07 18:56:54.458440"], ["updated_at", "2016-10-07 18:56:54.458440"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit qui est animi illum quam omnis.\",\"body\":\"Generating the firewall won't do anything, we need to input the multi-byte exe bus!\"}"], ["created_at", "2016-10-07 18:56:54.460497"], ["updated_at", "2016-10-07 18:56:54.460497"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit aut sed beatae sint incidunt.\",\"body\":\"Use the solid state SMS capacitor, then you can parse the online pixel!\"}"], ["created_at", "2016-10-07 18:56:54.464051"], ["updated_at", "2016-10-07 18:56:54.464051"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum dolorem recusandae tempore numquam delectus.\",\"body\":\"Use the open-source RSS bandwidth, then you can calculate the bluetooth matrix!\"}"], ["created_at", "2016-10-07 18:56:54.466040"], ["updated_at", "2016-10-07 18:56:54.466040"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt error esse et quo et velit est.\",\"body\":\"Navigating the card won't do anything, we need to connect the back-end pci alarm!\"}"], ["created_at", "2016-10-07 18:56:54.468269"], ["updated_at", "2016-10-07 18:56:54.468269"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In quia aut enim quis.\",\"body\":\"If we calculate the capacitor, we can get to the RAM alarm through the cross-platform XML system!\"}"], ["created_at", "2016-10-07 18:56:54.470370"], ["updated_at", "2016-10-07 18:56:54.470370"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi corporis ut.\",\"body\":\"Quantifying the array won't do anything, we need to compress the wireless usb driver!\"}"], ["created_at", "2016-10-07 18:56:54.474576"], ["updated_at", "2016-10-07 18:56:54.474576"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa tempore repudiandae.\",\"body\":\"You can't synthesize the feed without copying the digital AI card!\"}"], ["created_at", "2016-10-07 18:56:54.476908"], ["updated_at", "2016-10-07 18:56:54.476908"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum in assumenda et quo.\",\"body\":\"The SCSI alarm is down, input the primary array so we can connect the XML application!\"}"], ["created_at", "2016-10-07 18:56:54.480331"], ["updated_at", "2016-10-07 18:56:54.480331"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia et debitis quam.\",\"body\":\"Backing up the circuit won't do anything, we need to back up the mobile exe monitor!\"}"], ["created_at", "2016-10-07 18:56:54.481960"], ["updated_at", "2016-10-07 18:56:54.481960"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam velit quisquam.\",\"body\":\"We need to synthesize the wireless CSS bus!\"}"], ["created_at", "2016-10-07 18:56:54.483765"], ["updated_at", "2016-10-07 18:56:54.483765"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere et et dolores ea ipsum voluptatem.\",\"body\":\"If we generate the transmitter, we can get to the SSL alarm through the neural HTTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:54.485560"], ["updated_at", "2016-10-07 18:56:54.485560"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid culpa omnis eveniet libero nihil.\",\"body\":\"You can't quantify the protocol without bypassing the cross-platform PNG sensor!\"}"], ["created_at", "2016-10-07 18:56:54.488286"], ["updated_at", "2016-10-07 18:56:54.488286"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est est dolore explicabo qui id.\",\"body\":\"If we calculate the sensor, we can get to the XSS interface through the neural SAS hard drive!\"}"], ["created_at", "2016-10-07 18:56:54.490299"], ["updated_at", "2016-10-07 18:56:54.490299"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam fugiat sit.\",\"body\":\"You can't reboot the monitor without transmitting the optical XSS bus!\"}"], ["created_at", "2016-10-07 18:56:54.492068"], ["updated_at", "2016-10-07 18:56:54.492068"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione quaerat veniam natus quibusdam maiores consequatur.\",\"body\":\"Use the multi-byte EXE panel, then you can program the cross-platform bandwidth!\"}"], ["created_at", "2016-10-07 18:56:54.495914"], ["updated_at", "2016-10-07 18:56:54.495914"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint et saepe assumenda architecto quae.\",\"body\":\"Bypassing the panel won't do anything, we need to quantify the optical ram system!\"}"], ["created_at", "2016-10-07 18:56:54.497752"], ["updated_at", "2016-10-07 18:56:54.497752"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et laudantium nobis necessitatibus distinctio molestiae et.\",\"body\":\"I'll generate the optical SDD alarm, that should program the JBOD driver!\"}"], ["created_at", "2016-10-07 18:56:54.499824"], ["updated_at", "2016-10-07 18:56:54.499824"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores dolor laboriosam ut.\",\"body\":\"You can't generate the bus without generating the bluetooth PCI application!\"}"], ["created_at", "2016-10-07 18:56:54.501522"], ["updated_at", "2016-10-07 18:56:54.501522"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti a distinctio et numquam eveniet ut.\",\"body\":\"I'll bypass the 1080p PCI pixel, that should transmitter the FTP port!\"}"], ["created_at", "2016-10-07 18:56:54.503484"], ["updated_at", "2016-10-07 18:56:54.503484"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos voluptatem ut deleniti ipsum.\",\"body\":\"We need to override the open-source XML monitor!\"}"], ["created_at", "2016-10-07 18:56:54.505943"], ["updated_at", "2016-10-07 18:56:54.505943"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae aspernatur est neque repellendus.\",\"body\":\"The JBOD system is down, generate the solid state protocol so we can synthesize the COM hard drive!\"}"], ["created_at", "2016-10-07 18:56:54.507741"], ["updated_at", "2016-10-07 18:56:54.507741"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis minus odio sint.\",\"body\":\"Use the online SAS bus, then you can synthesize the solid state array!\"}"], ["created_at", "2016-10-07 18:56:54.509808"], ["updated_at", "2016-10-07 18:56:54.509808"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse voluptates tenetur odio ut maxime.\",\"body\":\"Navigating the card won't do anything, we need to compress the open-source gb interface!\"}"], ["created_at", "2016-10-07 18:56:54.513477"], ["updated_at", "2016-10-07 18:56:54.513477"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad consequuntur exercitationem non.\",\"body\":\"Use the multi-byte SMTP program, then you can calculate the mobile sensor!\"}"], ["created_at", "2016-10-07 18:56:54.515256"], ["updated_at", "2016-10-07 18:56:54.515256"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum quas eligendi.\",\"body\":\"Use the virtual AI matrix, then you can parse the digital sensor!\"}"], ["created_at", "2016-10-07 18:56:54.516909"], ["updated_at", "2016-10-07 18:56:54.516909"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure nulla placeat in repellendus quia non minima.\",\"body\":\"You can't calculate the panel without parsing the multi-byte CSS driver!\"}"], ["created_at", "2016-10-07 18:56:54.518627"], ["updated_at", "2016-10-07 18:56:54.518627"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia sed maiores temporibus praesentium amet voluptatem ipsam.\",\"body\":\"The CSS panel is down, connect the 1080p bus so we can copy the ADP program!\"}"], ["created_at", "2016-10-07 18:56:54.520894"], ["updated_at", "2016-10-07 18:56:54.520894"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo nemo quos quis nulla est.\",\"body\":\"Navigating the capacitor won't do anything, we need to transmit the online pci application!\"}"], ["created_at", "2016-10-07 18:56:54.523354"], ["updated_at", "2016-10-07 18:56:54.523354"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus vel et ab labore.\",\"body\":\"Use the back-end EXE microchip, then you can generate the wireless bandwidth!\"}"], ["created_at", "2016-10-07 18:56:54.525130"], ["updated_at", "2016-10-07 18:56:54.525130"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae possimus ut et explicabo qui tempora.\",\"body\":\"You can't bypass the capacitor without navigating the mobile HTTP sensor!\"}"], ["created_at", "2016-10-07 18:56:54.529044"], ["updated_at", "2016-10-07 18:56:54.529044"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit natus voluptatem exercitationem aut rerum in magnam.\",\"body\":\"The SMS pixel is down, reboot the back-end microchip so we can reboot the XSS port!\"}"], ["created_at", "2016-10-07 18:56:54.530970"], ["updated_at", "2016-10-07 18:56:54.530970"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus provident quis odit voluptatibus et eum.\",\"body\":\"Use the mobile FTP matrix, then you can compress the multi-byte monitor!\"}"], ["created_at", "2016-10-07 18:56:54.532740"], ["updated_at", "2016-10-07 18:56:54.532740"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quia cum voluptate.\",\"body\":\"I'll override the wireless RSS sensor, that should pixel the JBOD application!\"}"], ["created_at", "2016-10-07 18:56:54.534381"], ["updated_at", "2016-10-07 18:56:54.534381"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut facilis ex quae eveniet.\",\"body\":\"Try to index the SQL interface, maybe it will back up the primary circuit!\"}"], ["created_at", "2016-10-07 18:56:54.536220"], ["updated_at", "2016-10-07 18:56:54.536220"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi cumque sunt facilis minus corrupti voluptatem nemo.\",\"body\":\"Use the online HTTP port, then you can back up the mobile panel!\"}"], ["created_at", "2016-10-07 18:56:54.538948"], ["updated_at", "2016-10-07 18:56:54.538948"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ab dolor molestias iste voluptatem.\",\"body\":\"Try to compress the AGP hard drive, maybe it will back up the auxiliary circuit!\"}"], ["created_at", "2016-10-07 18:56:54.540928"], ["updated_at", "2016-10-07 18:56:54.540928"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt ut aut similique et nihil et.\",\"body\":\"If we quantify the firewall, we can get to the AGP pixel through the online SSL hard drive!\"}"], ["created_at", "2016-10-07 18:56:54.544068"], ["updated_at", "2016-10-07 18:56:54.544068"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque ullam est ratione enim molestias.\",\"body\":\"You can't calculate the program without hacking the open-source SCSI monitor!\"}"], ["created_at", "2016-10-07 18:56:54.547244"], ["updated_at", "2016-10-07 18:56:54.547244"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque sequi amet ipsa consectetur eaque.\",\"body\":\"The RAM card is down, navigate the 1080p circuit so we can generate the IB bus!\"}"], ["created_at", "2016-10-07 18:56:54.549072"], ["updated_at", "2016-10-07 18:56:54.549072"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam aut doloribus aperiam id.\",\"body\":\"You can't calculate the array without compressing the solid state EXE panel!\"}"], ["created_at", "2016-10-07 18:56:54.550895"], ["updated_at", "2016-10-07 18:56:54.550895"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis quidem hic illo vel.\",\"body\":\"Try to navigate the TCP monitor, maybe it will bypass the haptic array!\"}"], ["created_at", "2016-10-07 18:56:54.552818"], ["updated_at", "2016-10-07 18:56:54.552818"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis ipsum et.\",\"body\":\"You can't back up the panel without backing up the optical EXE bus!\"}"], ["created_at", "2016-10-07 18:56:54.555578"], ["updated_at", "2016-10-07 18:56:54.555578"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel dolor voluptatem facilis assumenda temporibus quia.\",\"body\":\"Try to copy the SQL sensor, maybe it will override the online protocol!\"}"], ["created_at", "2016-10-07 18:56:54.557749"], ["updated_at", "2016-10-07 18:56:54.557749"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias sint voluptatem quod.\",\"body\":\"Use the virtual IB array, then you can parse the solid state sensor!\"}"], ["created_at", "2016-10-07 18:56:54.561240"], ["updated_at", "2016-10-07 18:56:54.561240"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem libero est voluptas perferendis quia voluptatibus.\",\"body\":\"Use the mobile SQL capacitor, then you can program the solid state circuit!\"}"], ["created_at", "2016-10-07 18:56:54.564348"], ["updated_at", "2016-10-07 18:56:54.564348"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius cumque illum ipsa atque.\",\"body\":\"I'll index the virtual AI bandwidth, that should microchip the SMS driver!\"}"], ["created_at", "2016-10-07 18:56:54.566236"], ["updated_at", "2016-10-07 18:56:54.566236"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam quo facilis accusamus.\",\"body\":\"I'll calculate the cross-platform IB sensor, that should driver the HTTP driver!\"}"], ["created_at", "2016-10-07 18:56:54.568353"], ["updated_at", "2016-10-07 18:56:54.568353"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia nobis cupiditate fuga dignissimos possimus voluptate voluptas.\",\"body\":\"I'll transmit the back-end IB monitor, that should circuit the TCP card!\"}"], ["created_at", "2016-10-07 18:56:54.571083"], ["updated_at", "2016-10-07 18:56:54.571083"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit doloribus et aut expedita qui ipsa eos.\",\"body\":\"If we parse the card, we can get to the FTP card through the neural SSL panel!\"}"], ["created_at", "2016-10-07 18:56:54.574274"], ["updated_at", "2016-10-07 18:56:54.574274"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore provident consequatur impedit.\",\"body\":\"Try to copy the TCP program, maybe it will bypass the haptic transmitter!\"}"], ["created_at", "2016-10-07 18:56:54.577060"], ["updated_at", "2016-10-07 18:56:54.577060"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eum vel.\",\"body\":\"We need to quantify the haptic SAS driver!\"}"], ["created_at", "2016-10-07 18:56:54.581376"], ["updated_at", "2016-10-07 18:56:54.581376"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit pariatur eveniet animi beatae et ipsum.\",\"body\":\"If we connect the program, we can get to the AGP microchip through the virtual IB protocol!\"}"], ["created_at", "2016-10-07 18:56:54.583038"], ["updated_at", "2016-10-07 18:56:54.583038"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem atque dignissimos autem.\",\"body\":\"I'll parse the virtual AGP bus, that should bandwidth the RAM driver!\"}"], ["created_at", "2016-10-07 18:56:54.584405"], ["updated_at", "2016-10-07 18:56:54.584405"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam velit perferendis unde ipsam expedita.\",\"body\":\"You can't program the panel without indexing the 1080p XML hard drive!\"}"], ["created_at", "2016-10-07 18:56:54.585724"], ["updated_at", "2016-10-07 18:56:54.585724"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque odio voluptatem iusto eligendi.\",\"body\":\"You can't index the feed without navigating the cross-platform SSL interface!\"}"], ["created_at", "2016-10-07 18:56:54.587144"], ["updated_at", "2016-10-07 18:56:54.587144"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis suscipit quo consequatur dolorem excepturi dolor magni.\",\"body\":\"Transmitting the port won't do anything, we need to transmit the haptic ssl array!\"}"], ["created_at", "2016-10-07 18:56:54.589083"], ["updated_at", "2016-10-07 18:56:54.589083"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis voluptas autem reiciendis perspiciatis iste eaque.\",\"body\":\"Try to index the SQL firewall, maybe it will synthesize the mobile application!\"}"], ["created_at", "2016-10-07 18:56:54.590341"], ["updated_at", "2016-10-07 18:56:54.590341"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque iure molestias et dolores non corrupti ipsa.\",\"body\":\"You can't override the system without copying the solid state XML firewall!\"}"], ["created_at", "2016-10-07 18:56:54.591666"], ["updated_at", "2016-10-07 18:56:54.591666"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum molestiae voluptatum magni dolor ut.\",\"body\":\"Indexing the transmitter won't do anything, we need to reboot the digital sql firewall!\"}"], ["created_at", "2016-10-07 18:56:54.593382"], ["updated_at", "2016-10-07 18:56:54.593382"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est et perferendis repellat reprehenderit assumenda.\",\"body\":\"Try to parse the JBOD program, maybe it will copy the open-source panel!\"}"], ["created_at", "2016-10-07 18:56:54.596685"], ["updated_at", "2016-10-07 18:56:54.596685"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur voluptas numquam illum maxime ut accusantium in.\",\"body\":\"Parsing the pixel won't do anything, we need to input the mobile adp matrix!\"}"], ["created_at", "2016-10-07 18:56:54.598038"], ["updated_at", "2016-10-07 18:56:54.598038"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut deserunt consequatur eos nulla id.\",\"body\":\"Use the haptic SSL feed, then you can transmit the solid state driver!\"}"], ["created_at", "2016-10-07 18:56:54.599334"], ["updated_at", "2016-10-07 18:56:54.599334"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam iste deserunt.\",\"body\":\"If we reboot the bandwidth, we can get to the SAS system through the 1080p XML feed!\"}"], ["created_at", "2016-10-07 18:56:54.600523"], ["updated_at", "2016-10-07 18:56:54.600523"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla a quasi quas qui est dolor placeat.\",\"body\":\"We need to synthesize the virtual HTTP panel!\"}"], ["created_at", "2016-10-07 18:56:54.601728"], ["updated_at", "2016-10-07 18:56:54.601728"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae quasi occaecati amet accusamus.\",\"body\":\"Calculating the port won't do anything, we need to override the multi-byte smtp card!\"}"], ["created_at", "2016-10-07 18:56:54.603299"], ["updated_at", "2016-10-07 18:56:54.603299"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A aut non iste.\",\"body\":\"I'll synthesize the digital XSS panel, that should microchip the EXE panel!\"}"], ["created_at", "2016-10-07 18:56:54.605568"], ["updated_at", "2016-10-07 18:56:54.605568"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint et distinctio voluptates quod natus et.\",\"body\":\"You can't parse the alarm without generating the online TCP firewall!\"}"], ["created_at", "2016-10-07 18:56:54.607053"], ["updated_at", "2016-10-07 18:56:54.607053"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati blanditiis placeat dolorem autem dolorum necessitatibus explicabo.\",\"body\":\"I'll navigate the 1080p HDD bandwidth, that should card the SDD firewall!\"}"], ["created_at", "2016-10-07 18:56:54.608513"], ["updated_at", "2016-10-07 18:56:54.608513"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta reiciendis sunt sint porro.\",\"body\":\"Overriding the system won't do anything, we need to back up the solid state png capacitor!\"}"], ["created_at", "2016-10-07 18:56:54.611592"], ["updated_at", "2016-10-07 18:56:54.611592"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur et qui facere odit placeat.\",\"body\":\"Use the primary RSS program, then you can input the cross-platform array!\"}"], ["created_at", "2016-10-07 18:56:54.614011"], ["updated_at", "2016-10-07 18:56:54.614011"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur velit facilis ut.\",\"body\":\"I'll parse the auxiliary CSS application, that should card the SAS system!\"}"], ["created_at", "2016-10-07 18:56:54.615327"], ["updated_at", "2016-10-07 18:56:54.615327"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quaerat aliquam et amet qui eius.\",\"body\":\"The THX bus is down, bypass the digital circuit so we can calculate the SDD card!\"}"], ["created_at", "2016-10-07 18:56:54.616556"], ["updated_at", "2016-10-07 18:56:54.616556"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores ut quia et eos qui nam.\",\"body\":\"We need to quantify the auxiliary ADP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:54.617772"], ["updated_at", "2016-10-07 18:56:54.617772"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et recusandae molestiae aut placeat enim.\",\"body\":\"Use the 1080p THX capacitor, then you can bypass the mobile application!\"}"], ["created_at", "2016-10-07 18:56:54.619037"], ["updated_at", "2016-10-07 18:56:54.619037"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque sit distinctio maiores blanditiis sit.\",\"body\":\"I'll transmit the online AI panel, that should bandwidth the CSS microchip!\"}"], ["created_at", "2016-10-07 18:56:54.621196"], ["updated_at", "2016-10-07 18:56:54.621196"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo occaecati quaerat quia.\",\"body\":\"If we synthesize the driver, we can get to the AI capacitor through the optical USB monitor!\"}"], ["created_at", "2016-10-07 18:56:54.622729"], ["updated_at", "2016-10-07 18:56:54.622729"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem commodi saepe.\",\"body\":\"We need to copy the back-end USB circuit!\"}"], ["created_at", "2016-10-07 18:56:54.624026"], ["updated_at", "2016-10-07 18:56:54.624026"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe eum quis recusandae facilis.\",\"body\":\"Use the solid state SCSI pixel, then you can connect the open-source matrix!\"}"], ["created_at", "2016-10-07 18:56:54.625544"], ["updated_at", "2016-10-07 18:56:54.625544"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti ducimus ut a nisi perferendis qui sed.\",\"body\":\"The PNG application is down, parse the wireless protocol so we can copy the FTP protocol!\"}"], ["created_at", "2016-10-07 18:56:54.629012"], ["updated_at", "2016-10-07 18:56:54.629012"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem sit beatae.\",\"body\":\"Try to input the USB interface, maybe it will parse the cross-platform monitor!\"}"], ["created_at", "2016-10-07 18:56:54.630408"], ["updated_at", "2016-10-07 18:56:54.630408"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad quia ullam.\",\"body\":\"I'll connect the bluetooth SMTP card, that should bandwidth the COM panel!\"}"], ["created_at", "2016-10-07 18:56:54.632083"], ["updated_at", "2016-10-07 18:56:54.632083"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam et magnam.\",\"body\":\"I'll synthesize the 1080p EXE system, that should alarm the THX panel!\"}"], ["created_at", "2016-10-07 18:56:54.633467"], ["updated_at", "2016-10-07 18:56:54.633467"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit necessitatibus sit.\",\"body\":\"Try to back up the XML system, maybe it will quantify the virtual transmitter!\"}"], ["created_at", "2016-10-07 18:56:54.635036"], ["updated_at", "2016-10-07 18:56:54.635036"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est est nihil tempore amet fugiat inventore.\",\"body\":\"I'll compress the neural SQL port, that should program the AGP capacitor!\"}"], ["created_at", "2016-10-07 18:56:54.637141"], ["updated_at", "2016-10-07 18:56:54.637141"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti natus laudantium blanditiis fugiat qui asperiores et.\",\"body\":\"If we compress the circuit, we can get to the CSS card through the redundant HTTP driver!\"}"], ["created_at", "2016-10-07 18:56:54.639577"], ["updated_at", "2016-10-07 18:56:54.639577"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore id occaecati voluptatem qui.\",\"body\":\"Try to generate the CSS hard drive, maybe it will parse the open-source bus!\"}"], ["created_at", "2016-10-07 18:56:54.641082"], ["updated_at", "2016-10-07 18:56:54.641082"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum soluta debitis.\",\"body\":\"The ADP alarm is down, reboot the primary microchip so we can quantify the EXE interface!\"}"], ["created_at", "2016-10-07 18:56:54.642530"], ["updated_at", "2016-10-07 18:56:54.642530"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit est corporis.\",\"body\":\"I'll calculate the 1080p SCSI panel, that should monitor the JBOD pixel!\"}"], ["created_at", "2016-10-07 18:56:54.645928"], ["updated_at", "2016-10-07 18:56:54.645928"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis cum placeat quasi perferendis veniam.\",\"body\":\"We need to copy the multi-byte CSS monitor!\"}"], ["created_at", "2016-10-07 18:56:54.647278"], ["updated_at", "2016-10-07 18:56:54.647278"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas debitis earum molestias laudantium necessitatibus doloribus iure.\",\"body\":\"Navigating the firewall won't do anything, we need to navigate the online sql array!\"}"], ["created_at", "2016-10-07 18:56:54.648441"], ["updated_at", "2016-10-07 18:56:54.648441"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ad quas rerum sint consequatur repudiandae eligendi.\",\"body\":\"I'll program the mobile HDD protocol, that should alarm the COM bus!\"}"], ["created_at", "2016-10-07 18:56:54.649631"], ["updated_at", "2016-10-07 18:56:54.649631"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam eos at qui et aut magnam vel.\",\"body\":\"If we override the driver, we can get to the AI bus through the back-end TCP alarm!\"}"], ["created_at", "2016-10-07 18:56:54.650847"], ["updated_at", "2016-10-07 18:56:54.650847"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut non totam hic.\",\"body\":\"We need to quantify the solid state SQL bus!\"}"], ["created_at", "2016-10-07 18:56:54.652080"], ["updated_at", "2016-10-07 18:56:54.652080"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero deleniti corrupti laudantium expedita reprehenderit vel.\",\"body\":\"I'll quantify the optical HDD system, that should panel the JBOD driver!\"}"], ["created_at", "2016-10-07 18:56:54.654155"], ["updated_at", "2016-10-07 18:56:54.654155"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem in eius aut sed.\",\"body\":\"I'll connect the cross-platform PNG program, that should circuit the PCI sensor!\"}"], ["created_at", "2016-10-07 18:56:54.656064"], ["updated_at", "2016-10-07 18:56:54.656064"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis quia fugiat maxime quod ut architecto.\",\"body\":\"We need to calculate the neural EXE array!\"}"], ["created_at", "2016-10-07 18:56:54.657374"], ["updated_at", "2016-10-07 18:56:54.657374"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A veritatis quo autem aperiam.\",\"body\":\"You can't synthesize the bandwidth without copying the virtual HDD program!\"}"], ["created_at", "2016-10-07 18:56:54.659728"], ["updated_at", "2016-10-07 18:56:54.659728"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates ducimus aut.\",\"body\":\"I'll transmit the haptic PCI panel, that should bandwidth the JSON port!\"}"], ["created_at", "2016-10-07 18:56:54.663861"], ["updated_at", "2016-10-07 18:56:54.663861"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et omnis corrupti.\",\"body\":\"We need to bypass the digital XML panel!\"}"], ["created_at", "2016-10-07 18:56:54.666176"], ["updated_at", "2016-10-07 18:56:54.666176"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam quos tenetur voluptatibus quia aperiam.\",\"body\":\"We need to input the redundant RAM alarm!\"}"], ["created_at", "2016-10-07 18:56:54.668606"], ["updated_at", "2016-10-07 18:56:54.668606"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores sit voluptatem.\",\"body\":\"We need to connect the open-source TCP program!\"}"], ["created_at", "2016-10-07 18:56:54.671003"], ["updated_at", "2016-10-07 18:56:54.671003"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta inventore ut ad et eum aperiam reprehenderit.\",\"body\":\"The JBOD application is down, back up the open-source protocol so we can calculate the JBOD array!\"}"], ["created_at", "2016-10-07 18:56:54.673424"], ["updated_at", "2016-10-07 18:56:54.673424"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum aliquid et quis.\",\"body\":\"We need to navigate the solid state AI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:54.675953"], ["updated_at", "2016-10-07 18:56:54.675953"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor ut quo voluptas culpa molestiae ut.\",\"body\":\"I'll synthesize the 1080p SMS bus, that should microchip the COM capacitor!\"}"], ["created_at", "2016-10-07 18:56:54.679698"], ["updated_at", "2016-10-07 18:56:54.679698"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet porro id repudiandae tempora.\",\"body\":\"You can't synthesize the sensor without quantifying the redundant SAS application!\"}"], ["created_at", "2016-10-07 18:56:54.682142"], ["updated_at", "2016-10-07 18:56:54.682142"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum assumenda maiores necessitatibus dolorum aliquid beatae.\",\"body\":\"Use the digital SMTP circuit, then you can transmit the auxiliary microchip!\"}"], ["created_at", "2016-10-07 18:56:54.684624"], ["updated_at", "2016-10-07 18:56:54.684624"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur vel rem.\",\"body\":\"Try to compress the RAM interface, maybe it will reboot the bluetooth microchip!\"}"], ["created_at", "2016-10-07 18:56:54.687443"], ["updated_at", "2016-10-07 18:56:54.687443"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque neque temporibus ipsum doloremque quo.\",\"body\":\"Quantifying the program won't do anything, we need to reboot the wireless json system!\"}"], ["created_at", "2016-10-07 18:56:54.689697"], ["updated_at", "2016-10-07 18:56:54.689697"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur iure quis.\",\"body\":\"Programming the card won't do anything, we need to generate the back-end sms microchip!\"}"], ["created_at", "2016-10-07 18:56:54.692066"], ["updated_at", "2016-10-07 18:56:54.692066"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quo nihil aut voluptatum quisquam labore eum.\",\"body\":\"Try to copy the PCI capacitor, maybe it will input the open-source transmitter!\"}"], ["created_at", "2016-10-07 18:56:54.696532"], ["updated_at", "2016-10-07 18:56:54.696532"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum totam cupiditate voluptate.\",\"body\":\"I'll program the multi-byte SAS bus, that should hard drive the SSL circuit!\"}"], ["created_at", "2016-10-07 18:56:54.699178"], ["updated_at", "2016-10-07 18:56:54.699178"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet amet quos.\",\"body\":\"Use the bluetooth FTP bus, then you can generate the multi-byte program!\"}"], ["created_at", "2016-10-07 18:56:54.700547"], ["updated_at", "2016-10-07 18:56:54.700547"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam vero enim est qui dolores consectetur harum.\",\"body\":\"Try to bypass the AI array, maybe it will reboot the multi-byte card!\"}"], ["created_at", "2016-10-07 18:56:54.701832"], ["updated_at", "2016-10-07 18:56:54.701832"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil tenetur itaque in omnis dolor.\",\"body\":\"The JBOD monitor is down, connect the multi-byte protocol so we can navigate the SMTP program!\"}"], ["created_at", "2016-10-07 18:56:54.703217"], ["updated_at", "2016-10-07 18:56:54.703217"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit commodi sapiente quisquam sit consequatur vitae.\",\"body\":\"The RAM sensor is down, copy the haptic firewall so we can generate the AI capacitor!\"}"], ["created_at", "2016-10-07 18:56:54.704409"], ["updated_at", "2016-10-07 18:56:54.704409"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam ut doloribus occaecati ut consequatur.\",\"body\":\"The SMS matrix is down, copy the solid state firewall so we can navigate the THX microchip!\"}"], ["created_at", "2016-10-07 18:56:54.705589"], ["updated_at", "2016-10-07 18:56:54.705589"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla odio numquam quam magnam atque.\",\"body\":\"Use the haptic EXE bus, then you can hack the auxiliary bus!\"}"], ["created_at", "2016-10-07 18:56:54.706778"], ["updated_at", "2016-10-07 18:56:54.706778"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia et nobis.\",\"body\":\"We need to bypass the multi-byte HTTP sensor!\"}"], ["created_at", "2016-10-07 18:56:54.708029"], ["updated_at", "2016-10-07 18:56:54.708029"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui asperiores delectus natus odit.\",\"body\":\"Try to program the EXE bus, maybe it will transmit the haptic application!\"}"], ["created_at", "2016-10-07 18:56:54.709600"], ["updated_at", "2016-10-07 18:56:54.709600"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor quaerat rerum amet laudantium cupiditate ad.\",\"body\":\"You can't override the firewall without backing up the online SQL feed!\"}"], ["created_at", "2016-10-07 18:56:54.711217"], ["updated_at", "2016-10-07 18:56:54.711217"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus pariatur doloremque nobis consequatur sint.\",\"body\":\"You can't compress the alarm without programming the virtual AGP bus!\"}"], ["created_at", "2016-10-07 18:56:54.714367"], ["updated_at", "2016-10-07 18:56:54.714367"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt recusandae rerum ratione magnam.\",\"body\":\"You can't hack the transmitter without copying the neural COM protocol!\"}"], ["created_at", "2016-10-07 18:56:54.716021"], ["updated_at", "2016-10-07 18:56:54.716021"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et fugiat incidunt.\",\"body\":\"I'll reboot the mobile SAS protocol, that should panel the EXE matrix!\"}"], ["created_at", "2016-10-07 18:56:54.718777"], ["updated_at", "2016-10-07 18:56:54.718777"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime iure temporibus.\",\"body\":\"We need to transmit the optical THX capacitor!\"}"], ["created_at", "2016-10-07 18:56:54.720386"], ["updated_at", "2016-10-07 18:56:54.720386"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident mollitia quia amet a quis.\",\"body\":\"Try to bypass the SMTP card, maybe it will calculate the 1080p pixel!\"}"], ["created_at", "2016-10-07 18:56:54.721683"], ["updated_at", "2016-10-07 18:56:54.721683"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut rem eligendi ipsam ratione.\",\"body\":\"If we program the microchip, we can get to the RAM card through the optical IB sensor!\"}"], ["created_at", "2016-10-07 18:56:54.722934"], ["updated_at", "2016-10-07 18:56:54.722934"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis temporibus qui.\",\"body\":\"Try to copy the IB array, maybe it will synthesize the digital alarm!\"}"], ["created_at", "2016-10-07 18:56:54.724312"], ["updated_at", "2016-10-07 18:56:54.724312"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum iusto aut aliquam.\",\"body\":\"The SCSI driver is down, bypass the auxiliary alarm so we can calculate the SAS panel!\"}"], ["created_at", "2016-10-07 18:56:54.725803"], ["updated_at", "2016-10-07 18:56:54.725803"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt perspiciatis magni suscipit.\",\"body\":\"Parsing the circuit won't do anything, we need to override the 1080p ai protocol!\"}"], ["created_at", "2016-10-07 18:56:54.729053"], ["updated_at", "2016-10-07 18:56:54.729053"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem sunt velit qui ipsum et.\",\"body\":\"I'll generate the online SMTP microchip, that should feed the HTTP alarm!\"}"], ["created_at", "2016-10-07 18:56:54.733066"], ["updated_at", "2016-10-07 18:56:54.733066"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente numquam in.\",\"body\":\"The AI program is down, override the mobile driver so we can hack the SMS port!\"}"], ["created_at", "2016-10-07 18:56:54.736694"], ["updated_at", "2016-10-07 18:56:54.736694"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus voluptatum accusantium ducimus vel.\",\"body\":\"If we navigate the transmitter, we can get to the EXE bus through the wireless HTTP bus!\"}"], ["created_at", "2016-10-07 18:56:54.738987"], ["updated_at", "2016-10-07 18:56:54.738987"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci sit ab ducimus veniam.\",\"body\":\"You can't connect the interface without indexing the virtual SMS alarm!\"}"], ["created_at", "2016-10-07 18:56:54.740337"], ["updated_at", "2016-10-07 18:56:54.740337"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem in recusandae quo aperiam laudantium voluptas.\",\"body\":\"Use the solid state PNG transmitter, then you can quantify the back-end microchip!\"}"], ["created_at", "2016-10-07 18:56:54.741899"], ["updated_at", "2016-10-07 18:56:54.741899"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga corporis praesentium magni.\",\"body\":\"Use the redundant RAM monitor, then you can parse the neural system!\"}"], ["created_at", "2016-10-07 18:56:54.746242"], ["updated_at", "2016-10-07 18:56:54.746242"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident ea non molestiae corrupti illum iste.\",\"body\":\"Bypassing the panel won't do anything, we need to compress the solid state css matrix!\"}"], ["created_at", "2016-10-07 18:56:54.749566"], ["updated_at", "2016-10-07 18:56:54.749566"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis vel accusantium.\",\"body\":\"Try to synthesize the PCI system, maybe it will quantify the virtual protocol!\"}"], ["created_at", "2016-10-07 18:56:54.751296"], ["updated_at", "2016-10-07 18:56:54.751296"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt qui architecto omnis quia nisi dolorem excepturi.\",\"body\":\"Use the mobile FTP matrix, then you can parse the primary bandwidth!\"}"], ["created_at", "2016-10-07 18:56:54.752720"], ["updated_at", "2016-10-07 18:56:54.752720"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero nam magni ut voluptate.\",\"body\":\"I'll transmit the optical TCP circuit, that should port the HTTP bus!\"}"], ["created_at", "2016-10-07 18:56:54.754134"], ["updated_at", "2016-10-07 18:56:54.754134"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae repellendus et voluptas.\",\"body\":\"Try to index the TCP alarm, maybe it will synthesize the open-source capacitor!\"}"], ["created_at", "2016-10-07 18:56:54.755880"], ["updated_at", "2016-10-07 18:56:54.755880"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt magnam ut eveniet quia.\",\"body\":\"Navigating the card won't do anything, we need to navigate the bluetooth sms feed!\"}"], ["created_at", "2016-10-07 18:56:54.757594"], ["updated_at", "2016-10-07 18:56:54.757594"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil perspiciatis quia delectus.\",\"body\":\"Try to override the USB array, maybe it will synthesize the solid state monitor!\"}"], ["created_at", "2016-10-07 18:56:54.759568"], ["updated_at", "2016-10-07 18:56:54.759568"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat amet enim earum sequi aut.\",\"body\":\"We need to parse the cross-platform TCP driver!\"}"], ["created_at", "2016-10-07 18:56:54.764384"], ["updated_at", "2016-10-07 18:56:54.764384"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque quia repellendus fugit eveniet.\",\"body\":\"We need to calculate the digital SQL interface!\"}"], ["created_at", "2016-10-07 18:56:54.766373"], ["updated_at", "2016-10-07 18:56:54.766373"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil molestiae laudantium assumenda sit.\",\"body\":\"Use the mobile SQL circuit, then you can navigate the neural matrix!\"}"], ["created_at", "2016-10-07 18:56:54.768383"], ["updated_at", "2016-10-07 18:56:54.768383"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo impedit cupiditate fuga repellendus qui itaque.\",\"body\":\"We need to navigate the optical SSL application!\"}"], ["created_at", "2016-10-07 18:56:54.770003"], ["updated_at", "2016-10-07 18:56:54.770003"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui temporibus labore at et nesciunt repudiandae eius.\",\"body\":\"We need to program the neural IB driver!\"}"], ["created_at", "2016-10-07 18:56:54.771548"], ["updated_at", "2016-10-07 18:56:54.771548"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus beatae soluta voluptatem consequatur distinctio dolores.\",\"body\":\"Try to bypass the EXE program, maybe it will copy the auxiliary port!\"}"], ["created_at", "2016-10-07 18:56:54.772812"], ["updated_at", "2016-10-07 18:56:54.772812"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At et cumque possimus minus qui velit ut.\",\"body\":\"Calculating the pixel won't do anything, we need to calculate the bluetooth thx microchip!\"}"], ["created_at", "2016-10-07 18:56:54.774681"], ["updated_at", "2016-10-07 18:56:54.774681"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet molestias est.\",\"body\":\"If we connect the pixel, we can get to the COM feed through the open-source USB bus!\"}"], ["created_at", "2016-10-07 18:56:54.778010"], ["updated_at", "2016-10-07 18:56:54.778010"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero est dolores ea quisquam.\",\"body\":\"Try to calculate the SDD program, maybe it will input the open-source feed!\"}"], ["created_at", "2016-10-07 18:56:54.781753"], ["updated_at", "2016-10-07 18:56:54.781753"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis molestiae voluptatem molestiae placeat vel magni et.\",\"body\":\"You can't copy the bandwidth without calculating the back-end AGP protocol!\"}"], ["created_at", "2016-10-07 18:56:54.783265"], ["updated_at", "2016-10-07 18:56:54.783265"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi quae facere eum ratione sed necessitatibus.\",\"body\":\"You can't copy the transmitter without bypassing the solid state CSS interface!\"}"], ["created_at", "2016-10-07 18:56:54.784552"], ["updated_at", "2016-10-07 18:56:54.784552"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate excepturi sunt nostrum consequatur.\",\"body\":\"I'll bypass the auxiliary XSS system, that should sensor the XML application!\"}"], ["created_at", "2016-10-07 18:56:54.785920"], ["updated_at", "2016-10-07 18:56:54.785920"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et unde assumenda reprehenderit.\",\"body\":\"Try to copy the AGP matrix, maybe it will hack the bluetooth bus!\"}"], ["created_at", "2016-10-07 18:56:54.787385"], ["updated_at", "2016-10-07 18:56:54.787385"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis cum est voluptates maxime excepturi hic quidem.\",\"body\":\"The GB protocol is down, input the multi-byte application so we can bypass the PCI monitor!\"}"], ["created_at", "2016-10-07 18:56:54.788682"], ["updated_at", "2016-10-07 18:56:54.788682"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima omnis quas vero.\",\"body\":\"The USB firewall is down, generate the bluetooth hard drive so we can override the SMS bandwidth!\"}"], ["created_at", "2016-10-07 18:56:54.789889"], ["updated_at", "2016-10-07 18:56:54.789889"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae numquam modi sed nisi.\",\"body\":\"I'll reboot the redundant SQL array, that should feed the SQL application!\"}"], ["created_at", "2016-10-07 18:56:54.791354"], ["updated_at", "2016-10-07 18:56:54.791354"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur itaque magnam voluptas quos est.\",\"body\":\"Use the 1080p SMTP bandwidth, then you can hack the virtual program!\"}"], ["created_at", "2016-10-07 18:56:54.793163"], ["updated_at", "2016-10-07 18:56:54.793163"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus eos eius quisquam earum ut doloribus.\",\"body\":\"We need to compress the solid state SQL system!\"}"], ["created_at", "2016-10-07 18:56:54.797476"], ["updated_at", "2016-10-07 18:56:54.797476"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi voluptatem voluptatem.\",\"body\":\"Use the digital IB monitor, then you can synthesize the open-source monitor!\"}"], ["created_at", "2016-10-07 18:56:54.798911"], ["updated_at", "2016-10-07 18:56:54.798911"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut nobis et molestias eum esse tenetur saepe.\",\"body\":\"The SAS circuit is down, synthesize the neural system so we can parse the AI monitor!\"}"], ["created_at", "2016-10-07 18:56:54.800310"], ["updated_at", "2016-10-07 18:56:54.800310"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima eius et quis dolor.\",\"body\":\"The PNG capacitor is down, transmit the optical program so we can quantify the HTTP transmitter!\"}"], ["created_at", "2016-10-07 18:56:54.801711"], ["updated_at", "2016-10-07 18:56:54.801711"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione sit earum accusantium asperiores impedit cumque.\",\"body\":\"The GB alarm is down, calculate the neural panel so we can navigate the PNG hard drive!\"}"], ["created_at", "2016-10-07 18:56:54.803195"], ["updated_at", "2016-10-07 18:56:54.803195"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto corrupti voluptas sed quas aut.\",\"body\":\"Hacking the alarm won't do anything, we need to compress the 1080p hdd program!\"}"], ["created_at", "2016-10-07 18:56:54.804602"], ["updated_at", "2016-10-07 18:56:54.804602"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem nesciunt cumque sit molestiae.\",\"body\":\"I'll program the primary HDD feed, that should hard drive the HTTP program!\"}"], ["created_at", "2016-10-07 18:56:54.805922"], ["updated_at", "2016-10-07 18:56:54.805922"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus perferendis accusamus vero quibusdam sint.\",\"body\":\"You can't bypass the program without calculating the redundant FTP feed!\"}"], ["created_at", "2016-10-07 18:56:54.807224"], ["updated_at", "2016-10-07 18:56:54.807224"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id omnis mollitia magni.\",\"body\":\"Bypassing the bandwidth won't do anything, we need to calculate the haptic pci firewall!\"}"], ["created_at", "2016-10-07 18:56:54.808682"], ["updated_at", "2016-10-07 18:56:54.808682"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia amet expedita.\",\"body\":\"The SSL bandwidth is down, index the bluetooth feed so we can bypass the SAS pixel!\"}"], ["created_at", "2016-10-07 18:56:54.813103"], ["updated_at", "2016-10-07 18:56:54.813103"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum dolorum eos iusto deleniti consequatur.\",\"body\":\"Use the haptic AI feed, then you can navigate the 1080p firewall!\"}"], ["created_at", "2016-10-07 18:56:54.815701"], ["updated_at", "2016-10-07 18:56:54.815701"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio in ut temporibus.\",\"body\":\"Connecting the matrix won't do anything, we need to override the back-end scsi card!\"}"], ["created_at", "2016-10-07 18:56:54.817072"], ["updated_at", "2016-10-07 18:56:54.817072"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga corrupti corporis ducimus est.\",\"body\":\"Use the auxiliary EXE capacitor, then you can compress the bluetooth application!\"}"], ["created_at", "2016-10-07 18:56:54.818556"], ["updated_at", "2016-10-07 18:56:54.818556"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur quia aut.\",\"body\":\"We need to generate the open-source GB program!\"}"], ["created_at", "2016-10-07 18:56:54.820274"], ["updated_at", "2016-10-07 18:56:54.820274"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ea consectetur ducimus quibusdam quaerat.\",\"body\":\"We need to back up the virtual IB port!\"}"], ["created_at", "2016-10-07 18:56:54.821603"], ["updated_at", "2016-10-07 18:56:54.821603"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate sint quas est possimus alias amet provident.\",\"body\":\"Try to compress the HDD sensor, maybe it will hack the virtual hard drive!\"}"], ["created_at", "2016-10-07 18:56:54.823247"], ["updated_at", "2016-10-07 18:56:54.823247"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa non natus quasi est.\",\"body\":\"You can't connect the panel without bypassing the 1080p THX application!\"}"], ["created_at", "2016-10-07 18:56:54.824711"], ["updated_at", "2016-10-07 18:56:54.824711"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam dicta debitis laudantium quis.\",\"body\":\"Try to program the HDD sensor, maybe it will index the wireless transmitter!\"}"], ["created_at", "2016-10-07 18:56:54.826909"], ["updated_at", "2016-10-07 18:56:54.826909"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et enim minima iste harum hic libero dolor.\",\"body\":\"We need to program the 1080p SSL hard drive!\"}"], ["created_at", "2016-10-07 18:56:54.831397"], ["updated_at", "2016-10-07 18:56:54.831397"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cupiditate ad est error facilis.\",\"body\":\"Indexing the monitor won't do anything, we need to back up the neural adp circuit!\"}"], ["created_at", "2016-10-07 18:56:54.835031"], ["updated_at", "2016-10-07 18:56:54.835031"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt dolorem maxime veniam.\",\"body\":\"If we override the card, we can get to the FTP circuit through the virtual SCSI capacitor!\"}"], ["created_at", "2016-10-07 18:56:54.837041"], ["updated_at", "2016-10-07 18:56:54.837041"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum cumque occaecati inventore fuga laboriosam.\",\"body\":\"Try to program the RSS driver, maybe it will index the virtual application!\"}"], ["created_at", "2016-10-07 18:56:54.838522"], ["updated_at", "2016-10-07 18:56:54.838522"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor et animi dolor.\",\"body\":\"If we connect the system, we can get to the HDD firewall through the solid state COM protocol!\"}"], ["created_at", "2016-10-07 18:56:54.839945"], ["updated_at", "2016-10-07 18:56:54.839945"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem reprehenderit officia minus quos et.\",\"body\":\"I'll parse the 1080p HDD driver, that should transmitter the SDD pixel!\"}"], ["created_at", "2016-10-07 18:56:54.841520"], ["updated_at", "2016-10-07 18:56:54.841520"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem unde vero qui adipisci.\",\"body\":\"Try to calculate the TCP microchip, maybe it will connect the back-end application!\"}"], ["created_at", "2016-10-07 18:56:54.845611"], ["updated_at", "2016-10-07 18:56:54.845611"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis deleniti totam impedit sit iure.\",\"body\":\"If we index the program, we can get to the EXE array through the virtual JBOD system!\"}"], ["created_at", "2016-10-07 18:56:54.848501"], ["updated_at", "2016-10-07 18:56:54.848501"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic et est.\",\"body\":\"We need to transmit the back-end RAM driver!\"}"], ["created_at", "2016-10-07 18:56:54.850020"], ["updated_at", "2016-10-07 18:56:54.850020"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati sunt atque autem.\",\"body\":\"The AGP feed is down, reboot the digital sensor so we can index the SCSI array!\"}"], ["created_at", "2016-10-07 18:56:54.851546"], ["updated_at", "2016-10-07 18:56:54.851546"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus et optio consectetur.\",\"body\":\"Try to compress the CSS bandwidth, maybe it will connect the mobile program!\"}"], ["created_at", "2016-10-07 18:56:54.853150"], ["updated_at", "2016-10-07 18:56:54.853150"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo assumenda architecto quod est.\",\"body\":\"We need to connect the auxiliary SAS alarm!\"}"], ["created_at", "2016-10-07 18:56:54.854460"], ["updated_at", "2016-10-07 18:56:54.854460"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos ab consequatur at eligendi.\",\"body\":\"Connecting the card won't do anything, we need to program the redundant tcp sensor!\"}"], ["created_at", "2016-10-07 18:56:54.855839"], ["updated_at", "2016-10-07 18:56:54.855839"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim et est.\",\"body\":\"You can't bypass the circuit without parsing the bluetooth USB feed!\"}"], ["created_at", "2016-10-07 18:56:54.857239"], ["updated_at", "2016-10-07 18:56:54.857239"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero aut excepturi ipsum nemo magnam et.\",\"body\":\"Use the optical USB panel, then you can bypass the haptic microchip!\"}"], ["created_at", "2016-10-07 18:56:54.859090"], ["updated_at", "2016-10-07 18:56:54.859090"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam cum sit et odio quae delectus quis.\",\"body\":\"You can't copy the system without parsing the back-end FTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:54.862877"], ["updated_at", "2016-10-07 18:56:54.862877"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas aut quae consequatur architecto.\",\"body\":\"Use the neural RSS monitor, then you can parse the optical driver!\"}"], ["created_at", "2016-10-07 18:56:54.864123"], ["updated_at", "2016-10-07 18:56:54.864123"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In nemo tenetur earum aut.\",\"body\":\"Use the primary SCSI driver, then you can override the digital microchip!\"}"], ["created_at", "2016-10-07 18:56:54.865769"], ["updated_at", "2016-10-07 18:56:54.865769"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt vel rerum temporibus debitis magni.\",\"body\":\"You can't compress the hard drive without navigating the bluetooth SMS matrix!\"}"], ["created_at", "2016-10-07 18:56:54.868755"], ["updated_at", "2016-10-07 18:56:54.868755"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quia maiores.\",\"body\":\"Try to synthesize the SCSI firewall, maybe it will calculate the 1080p pixel!\"}"], ["created_at", "2016-10-07 18:56:54.870344"], ["updated_at", "2016-10-07 18:56:54.870344"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A id molestiae facere omnis aperiam.\",\"body\":\"Try to bypass the FTP program, maybe it will quantify the digital matrix!\"}"], ["created_at", "2016-10-07 18:56:54.871722"], ["updated_at", "2016-10-07 18:56:54.871722"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim et iusto mollitia nulla laudantium omnis dolor.\",\"body\":\"If we reboot the panel, we can get to the XSS microchip through the open-source USB bus!\"}"], ["created_at", "2016-10-07 18:56:54.872915"], ["updated_at", "2016-10-07 18:56:54.872915"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem dolores occaecati dolor.\",\"body\":\"You can't compress the protocol without calculating the haptic COM feed!\"}"], ["created_at", "2016-10-07 18:56:54.874207"], ["updated_at", "2016-10-07 18:56:54.874207"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro suscipit ea quia beatae tempore.\",\"body\":\"Use the primary RAM pixel, then you can compress the multi-byte card!\"}"], ["created_at", "2016-10-07 18:56:54.875745"], ["updated_at", "2016-10-07 18:56:54.875745"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi consequatur quo corrupti voluptatibus sed explicabo.\",\"body\":\"Use the neural HDD alarm, then you can navigate the primary panel!\"}"], ["created_at", "2016-10-07 18:56:54.879682"], ["updated_at", "2016-10-07 18:56:54.879682"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis qui natus placeat exercitationem.\",\"body\":\"You can't back up the array without copying the cross-platform HTTP card!\"}"], ["created_at", "2016-10-07 18:56:54.882086"], ["updated_at", "2016-10-07 18:56:54.882086"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure quis exercitationem nihil quia natus.\",\"body\":\"You can't bypass the array without transmitting the cross-platform JBOD alarm!\"}"], ["created_at", "2016-10-07 18:56:54.884262"], ["updated_at", "2016-10-07 18:56:54.884262"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati ad pariatur et maxime eligendi.\",\"body\":\"Try to back up the XML microchip, maybe it will generate the back-end monitor!\"}"], ["created_at", "2016-10-07 18:56:54.886426"], ["updated_at", "2016-10-07 18:56:54.886426"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt eligendi optio.\",\"body\":\"If we parse the hard drive, we can get to the SSL microchip through the back-end THX card!\"}"], ["created_at", "2016-10-07 18:56:54.888440"], ["updated_at", "2016-10-07 18:56:54.888440"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed maxime eos alias aut porro ut.\",\"body\":\"Use the mobile JSON feed, then you can override the wireless bandwidth!\"}"], ["created_at", "2016-10-07 18:56:54.890544"], ["updated_at", "2016-10-07 18:56:54.890544"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit ipsum delectus optio numquam voluptatibus nulla.\",\"body\":\"Use the auxiliary SMTP sensor, then you can parse the 1080p array!\"}"], ["created_at", "2016-10-07 18:56:54.892958"], ["updated_at", "2016-10-07 18:56:54.892958"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur non illum.\",\"body\":\"We need to compress the 1080p SAS microchip!\"}"], ["created_at", "2016-10-07 18:56:54.895421"], ["updated_at", "2016-10-07 18:56:54.895421"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum qui rerum dolorum architecto est vero.\",\"body\":\"You can't input the alarm without navigating the wireless SDD transmitter!\"}"], ["created_at", "2016-10-07 18:56:54.898200"], ["updated_at", "2016-10-07 18:56:54.898200"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta impedit officia aut magnam at dolor dolor.\",\"body\":\"You can't parse the hard drive without calculating the haptic AI program!\"}"], ["created_at", "2016-10-07 18:56:54.902006"], ["updated_at", "2016-10-07 18:56:54.902006"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde laudantium quia culpa.\",\"body\":\"Connecting the bus won't do anything, we need to program the bluetooth thx firewall!\"}"], ["created_at", "2016-10-07 18:56:54.904223"], ["updated_at", "2016-10-07 18:56:54.904223"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis aut quia dolor impedit dolorem laudantium optio.\",\"body\":\"Try to calculate the EXE protocol, maybe it will navigate the virtual circuit!\"}"], ["created_at", "2016-10-07 18:56:54.906409"], ["updated_at", "2016-10-07 18:56:54.906409"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur nisi omnis.\",\"body\":\"You can't transmit the firewall without transmitting the bluetooth SSL interface!\"}"], ["created_at", "2016-10-07 18:56:54.908699"], ["updated_at", "2016-10-07 18:56:54.908699"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga quam laborum rerum nesciunt adipisci necessitatibus distinctio.\",\"body\":\"You can't bypass the array without connecting the open-source IB system!\"}"], ["created_at", "2016-10-07 18:56:54.910979"], ["updated_at", "2016-10-07 18:56:54.910979"]] SQL (0.7ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro aut a.\",\"body\":\"The RSS port is down, reboot the redundant bandwidth so we can compress the SQL hard drive!\"}"], ["created_at", "2016-10-07 18:56:54.913789"], ["updated_at", "2016-10-07 18:56:54.913789"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis voluptas sit.\",\"body\":\"If we transmit the panel, we can get to the AI program through the online RAM circuit!\"}"], ["created_at", "2016-10-07 18:56:54.917596"], ["updated_at", "2016-10-07 18:56:54.917596"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam dicta ex temporibus amet.\",\"body\":\"You can't quantify the bandwidth without navigating the primary XML circuit!\"}"], ["created_at", "2016-10-07 18:56:54.919756"], ["updated_at", "2016-10-07 18:56:54.919756"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad tenetur ratione ea quia.\",\"body\":\"I'll copy the digital HDD bus, that should firewall the SQL driver!\"}"], ["created_at", "2016-10-07 18:56:54.921839"], ["updated_at", "2016-10-07 18:56:54.921839"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum nostrum sint impedit doloremque quibusdam culpa et.\",\"body\":\"The SMS system is down, parse the auxiliary matrix so we can bypass the HTTP protocol!\"}"], ["created_at", "2016-10-07 18:56:54.923957"], ["updated_at", "2016-10-07 18:56:54.923957"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae saepe beatae eos.\",\"body\":\"Indexing the hard drive won't do anything, we need to navigate the multi-byte ram port!\"}"], ["created_at", "2016-10-07 18:56:54.926210"], ["updated_at", "2016-10-07 18:56:54.926210"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam nihil placeat asperiores.\",\"body\":\"You can't copy the interface without navigating the open-source GB port!\"}"], ["created_at", "2016-10-07 18:56:54.929090"], ["updated_at", "2016-10-07 18:56:54.929090"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et explicabo neque.\",\"body\":\"Use the virtual SQL interface, then you can parse the bluetooth system!\"}"], ["created_at", "2016-10-07 18:56:54.932327"], ["updated_at", "2016-10-07 18:56:54.932327"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cupiditate officiis quidem.\",\"body\":\"I'll back up the online PCI system, that should application the GB capacitor!\"}"], ["created_at", "2016-10-07 18:56:54.934645"], ["updated_at", "2016-10-07 18:56:54.934645"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex perferendis ab est ut quae voluptas architecto.\",\"body\":\"You can't override the array without bypassing the solid state FTP matrix!\"}"], ["created_at", "2016-10-07 18:56:54.936488"], ["updated_at", "2016-10-07 18:56:54.936488"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem assumenda distinctio.\",\"body\":\"I'll calculate the open-source PNG array, that should microchip the AI alarm!\"}"], ["created_at", "2016-10-07 18:56:54.938285"], ["updated_at", "2016-10-07 18:56:54.938285"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus qui molestias id est.\",\"body\":\"Transmitting the program won't do anything, we need to parse the virtual css hard drive!\"}"], ["created_at", "2016-10-07 18:56:54.940328"], ["updated_at", "2016-10-07 18:56:54.940328"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis voluptatem dolorem voluptatem dolor quia et.\",\"body\":\"The FTP firewall is down, reboot the digital feed so we can program the TCP sensor!\"}"], ["created_at", "2016-10-07 18:56:54.942432"], ["updated_at", "2016-10-07 18:56:54.942432"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate velit omnis sed nulla facilis.\",\"body\":\"If we input the hard drive, we can get to the EXE port through the auxiliary ADP alarm!\"}"], ["created_at", "2016-10-07 18:56:54.944807"], ["updated_at", "2016-10-07 18:56:54.944807"]] SQL (0.7ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum ipsum in omnis ducimus.\",\"body\":\"The PCI alarm is down, calculate the redundant bandwidth so we can calculate the THX feed!\"}"], ["created_at", "2016-10-07 18:56:54.947792"], ["updated_at", "2016-10-07 18:56:54.947792"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quas praesentium ratione eaque.\",\"body\":\"The FTP program is down, copy the optical microchip so we can compress the EXE feed!\"}"], ["created_at", "2016-10-07 18:56:54.952076"], ["updated_at", "2016-10-07 18:56:54.952076"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum ut ad nihil deserunt.\",\"body\":\"The FTP transmitter is down, calculate the 1080p circuit so we can navigate the THX array!\"}"], ["created_at", "2016-10-07 18:56:54.954422"], ["updated_at", "2016-10-07 18:56:54.954422"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione quis sed consectetur totam.\",\"body\":\"If we transmit the matrix, we can get to the SDD port through the online JSON card!\"}"], ["created_at", "2016-10-07 18:56:54.956787"], ["updated_at", "2016-10-07 18:56:54.956787"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui vel accusantium.\",\"body\":\"Navigating the system won't do anything, we need to reboot the auxiliary ram firewall!\"}"], ["created_at", "2016-10-07 18:56:54.958976"], ["updated_at", "2016-10-07 18:56:54.958976"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et est sunt ea incidunt.\",\"body\":\"We need to transmit the digital EXE transmitter!\"}"], ["created_at", "2016-10-07 18:56:54.961532"], ["updated_at", "2016-10-07 18:56:54.961532"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae labore et nostrum ipsa.\",\"body\":\"Try to bypass the EXE matrix, maybe it will compress the digital hard drive!\"}"], ["created_at", "2016-10-07 18:56:54.964658"], ["updated_at", "2016-10-07 18:56:54.964658"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quae explicabo dolor.\",\"body\":\"You can't parse the panel without copying the bluetooth PNG application!\"}"], ["created_at", "2016-10-07 18:56:54.968847"], ["updated_at", "2016-10-07 18:56:54.968847"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam ut impedit saepe voluptate magni sint minima.\",\"body\":\"Try to program the XML matrix, maybe it will back up the redundant circuit!\"}"], ["created_at", "2016-10-07 18:56:54.971161"], ["updated_at", "2016-10-07 18:56:54.971161"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum expedita exercitationem aut enim amet fugiat aperiam.\",\"body\":\"The SMTP capacitor is down, transmit the virtual protocol so we can compress the TCP bus!\"}"], ["created_at", "2016-10-07 18:56:54.973298"], ["updated_at", "2016-10-07 18:56:54.973298"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut eos quo iste commodi.\",\"body\":\"You can't input the sensor without hacking the 1080p AI panel!\"}"], ["created_at", "2016-10-07 18:56:54.975679"], ["updated_at", "2016-10-07 18:56:54.975679"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius aliquam esse voluptatibus eum inventore.\",\"body\":\"Try to index the EXE transmitter, maybe it will quantify the multi-byte panel!\"}"], ["created_at", "2016-10-07 18:56:54.978353"], ["updated_at", "2016-10-07 18:56:54.978353"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae atque ut earum.\",\"body\":\"Generating the matrix won't do anything, we need to connect the open-source usb monitor!\"}"], ["created_at", "2016-10-07 18:56:54.981389"], ["updated_at", "2016-10-07 18:56:54.981389"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A et commodi quae minus quod.\",\"body\":\"We need to copy the online JSON panel!\"}"], ["created_at", "2016-10-07 18:56:54.985755"], ["updated_at", "2016-10-07 18:56:54.985755"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est odit amet sequi sint cum.\",\"body\":\"The RSS card is down, copy the multi-byte monitor so we can override the GB bus!\"}"], ["created_at", "2016-10-07 18:56:54.988592"], ["updated_at", "2016-10-07 18:56:54.988592"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas velit aspernatur fugit facilis.\",\"body\":\"You can't quantify the pixel without compressing the wireless AI interface!\"}"], ["created_at", "2016-10-07 18:56:54.992786"], ["updated_at", "2016-10-07 18:56:54.992786"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum consequuntur culpa minus architecto libero.\",\"body\":\"Use the multi-byte HDD sensor, then you can calculate the multi-byte bus!\"}"], ["created_at", "2016-10-07 18:56:54.996038"], ["updated_at", "2016-10-07 18:56:54.996038"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut fuga sed inventore illum id.\",\"body\":\"You can't copy the monitor without indexing the redundant AGP program!\"}"], ["created_at", "2016-10-07 18:56:54.998430"], ["updated_at", "2016-10-07 18:56:54.998430"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit doloribus modi et deserunt.\",\"body\":\"Try to hack the XSS application, maybe it will connect the primary firewall!\"}"], ["created_at", "2016-10-07 18:56:55.002410"], ["updated_at", "2016-10-07 18:56:55.002410"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur sequi nobis numquam et molestiae voluptatem recusandae.\",\"body\":\"Hacking the array won't do anything, we need to generate the multi-byte tcp card!\"}"], ["created_at", "2016-10-07 18:56:55.004969"], ["updated_at", "2016-10-07 18:56:55.004969"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure ipsum minus.\",\"body\":\"You can't connect the feed without backing up the primary TCP feed!\"}"], ["created_at", "2016-10-07 18:56:55.007450"], ["updated_at", "2016-10-07 18:56:55.007450"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima atque aut quis.\",\"body\":\"I'll hack the multi-byte XSS bandwidth, that should hard drive the COM sensor!\"}"], ["created_at", "2016-10-07 18:56:55.010132"], ["updated_at", "2016-10-07 18:56:55.010132"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi eveniet non delectus nisi eum ut qui.\",\"body\":\"The JSON bandwidth is down, navigate the 1080p pixel so we can bypass the SDD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:55.013215"], ["updated_at", "2016-10-07 18:56:55.013215"]] SQL (0.6ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse aut natus eum in fugit error tempora.\",\"body\":\"Compressing the application won't do anything, we need to hack the solid state com circuit!\"}"], ["created_at", "2016-10-07 18:56:55.017203"], ["updated_at", "2016-10-07 18:56:55.017203"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum beatae itaque sed veritatis repellendus.\",\"body\":\"You can't navigate the bandwidth without copying the digital JSON feed!\"}"], ["created_at", "2016-10-07 18:56:55.021563"], ["updated_at", "2016-10-07 18:56:55.021563"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos eos tenetur et est.\",\"body\":\"You can't connect the system without programming the open-source CSS microchip!\"}"], ["created_at", "2016-10-07 18:56:55.023995"], ["updated_at", "2016-10-07 18:56:55.023995"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga corrupti unde sit.\",\"body\":\"You can't connect the interface without overriding the 1080p XML program!\"}"], ["created_at", "2016-10-07 18:56:55.026576"], ["updated_at", "2016-10-07 18:56:55.026576"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et omnis ut ea aut occaecati.\",\"body\":\"Try to input the HTTP program, maybe it will synthesize the bluetooth feed!\"}"], ["created_at", "2016-10-07 18:56:55.029779"], ["updated_at", "2016-10-07 18:56:55.029779"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In aut maiores.\",\"body\":\"Try to connect the AGP matrix, maybe it will transmit the auxiliary firewall!\"}"], ["created_at", "2016-10-07 18:56:55.032228"], ["updated_at", "2016-10-07 18:56:55.032228"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos commodi occaecati delectus dolor.\",\"body\":\"Try to back up the THX driver, maybe it will connect the back-end circuit!\"}"], ["created_at", "2016-10-07 18:56:55.034579"], ["updated_at", "2016-10-07 18:56:55.034579"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore possimus nihil eum at voluptates ut.\",\"body\":\"The AI application is down, navigate the virtual bandwidth so we can calculate the XML array!\"}"], ["created_at", "2016-10-07 18:56:55.038737"], ["updated_at", "2016-10-07 18:56:55.038737"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum totam magni veniam voluptas.\",\"body\":\"You can't copy the monitor without parsing the digital SMS card!\"}"], ["created_at", "2016-10-07 18:56:55.041213"], ["updated_at", "2016-10-07 18:56:55.041213"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut deleniti aut ut voluptates.\",\"body\":\"If we parse the microchip, we can get to the FTP monitor through the 1080p XML sensor!\"}"], ["created_at", "2016-10-07 18:56:55.043975"], ["updated_at", "2016-10-07 18:56:55.043975"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est facilis sapiente fugit molestiae.\",\"body\":\"The ADP card is down, bypass the neural array so we can copy the HTTP card!\"}"], ["created_at", "2016-10-07 18:56:55.046303"], ["updated_at", "2016-10-07 18:56:55.046303"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi omnis labore similique et.\",\"body\":\"Indexing the circuit won't do anything, we need to transmit the auxiliary hdd matrix!\"}"], ["created_at", "2016-10-07 18:56:55.049237"], ["updated_at", "2016-10-07 18:56:55.049237"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur veritatis adipisci quos eaque.\",\"body\":\"I'll connect the back-end FTP firewall, that should firewall the RAM alarm!\"}"], ["created_at", "2016-10-07 18:56:55.051451"], ["updated_at", "2016-10-07 18:56:55.051451"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores ducimus recusandae.\",\"body\":\"You can't transmit the transmitter without parsing the neural HDD bandwidth!\"}"], ["created_at", "2016-10-07 18:56:55.055498"], ["updated_at", "2016-10-07 18:56:55.055498"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente omnis dolorem.\",\"body\":\"Use the open-source SAS system, then you can copy the digital array!\"}"], ["created_at", "2016-10-07 18:56:55.057785"], ["updated_at", "2016-10-07 18:56:55.057785"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam recusandae non qui iste voluptates amet commodi.\",\"body\":\"Try to synthesize the JBOD matrix, maybe it will copy the bluetooth pixel!\"}"], ["created_at", "2016-10-07 18:56:55.060455"], ["updated_at", "2016-10-07 18:56:55.060455"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit ipsam necessitatibus quas non.\",\"body\":\"The XSS feed is down, reboot the virtual pixel so we can transmit the JSON pixel!\"}"], ["created_at", "2016-10-07 18:56:55.063472"], ["updated_at", "2016-10-07 18:56:55.063472"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique aut commodi non.\",\"body\":\"You can't program the transmitter without calculating the redundant RSS feed!\"}"], ["created_at", "2016-10-07 18:56:55.065795"], ["updated_at", "2016-10-07 18:56:55.065795"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam quibusdam qui voluptatem quam totam.\",\"body\":\"I'll input the open-source ADP matrix, that should application the PCI port!\"}"], ["created_at", "2016-10-07 18:56:55.068209"], ["updated_at", "2016-10-07 18:56:55.068209"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta pariatur eos.\",\"body\":\"The COM bus is down, parse the multi-byte program so we can parse the SSL bus!\"}"], ["created_at", "2016-10-07 18:56:55.072560"], ["updated_at", "2016-10-07 18:56:55.072560"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis consequatur laudantium excepturi.\",\"body\":\"Try to program the TCP program, maybe it will input the digital transmitter!\"}"], ["created_at", "2016-10-07 18:56:55.075305"], ["updated_at", "2016-10-07 18:56:55.075305"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint earum et porro sed voluptatem quo.\",\"body\":\"You can't calculate the program without transmitting the solid state HDD matrix!\"}"], ["created_at", "2016-10-07 18:56:55.077957"], ["updated_at", "2016-10-07 18:56:55.077957"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut a voluptas dolores consequuntur voluptas ea.\",\"body\":\"You can't input the system without synthesizing the solid state RAM hard drive!\"}"], ["created_at", "2016-10-07 18:56:55.080822"], ["updated_at", "2016-10-07 18:56:55.080822"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod fuga in soluta possimus.\",\"body\":\"Try to parse the AI matrix, maybe it will compress the cross-platform circuit!\"}"], ["created_at", "2016-10-07 18:56:55.082836"], ["updated_at", "2016-10-07 18:56:55.082836"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus qui molestiae sint debitis eum doloribus.\",\"body\":\"If we synthesize the system, we can get to the TCP panel through the back-end XML matrix!\"}"], ["created_at", "2016-10-07 18:56:55.084999"], ["updated_at", "2016-10-07 18:56:55.084999"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia laborum libero nesciunt vel quaerat voluptas soluta.\",\"body\":\"We need to quantify the redundant RSS feed!\"}"], ["created_at", "2016-10-07 18:56:55.089157"], ["updated_at", "2016-10-07 18:56:55.089157"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat omnis sit ratione perferendis.\",\"body\":\"You can't copy the interface without connecting the solid state USB alarm!\"}"], ["created_at", "2016-10-07 18:56:55.091518"], ["updated_at", "2016-10-07 18:56:55.091518"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis dolores aut sequi sit excepturi et.\",\"body\":\"Try to override the JBOD firewall, maybe it will back up the digital system!\"}"], ["created_at", "2016-10-07 18:56:55.094084"], ["updated_at", "2016-10-07 18:56:55.094084"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci illo sed eius.\",\"body\":\"We need to bypass the bluetooth SSL panel!\"}"], ["created_at", "2016-10-07 18:56:55.096409"], ["updated_at", "2016-10-07 18:56:55.096409"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In optio voluptas et sint.\",\"body\":\"You can't navigate the transmitter without programming the bluetooth EXE matrix!\"}"], ["created_at", "2016-10-07 18:56:55.098679"], ["updated_at", "2016-10-07 18:56:55.098679"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque iusto aut aliquid.\",\"body\":\"Try to bypass the IB matrix, maybe it will connect the virtual port!\"}"], ["created_at", "2016-10-07 18:56:55.101932"], ["updated_at", "2016-10-07 18:56:55.101932"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni voluptatem aut.\",\"body\":\"Try to bypass the PCI bus, maybe it will bypass the virtual pixel!\"}"], ["created_at", "2016-10-07 18:56:55.105123"], ["updated_at", "2016-10-07 18:56:55.105123"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aut quis et voluptatibus et hic quis.\",\"body\":\"I'll program the redundant SDD microchip, that should card the JBOD bus!\"}"], ["created_at", "2016-10-07 18:56:55.108958"], ["updated_at", "2016-10-07 18:56:55.108958"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ipsa in.\",\"body\":\"You can't reboot the interface without quantifying the primary JSON pixel!\"}"], ["created_at", "2016-10-07 18:56:55.112638"], ["updated_at", "2016-10-07 18:56:55.112638"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam dicta itaque excepturi.\",\"body\":\"We need to input the back-end RSS system!\"}"], ["created_at", "2016-10-07 18:56:55.114642"], ["updated_at", "2016-10-07 18:56:55.114642"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo error magni esse provident.\",\"body\":\"Try to connect the XSS monitor, maybe it will input the 1080p system!\"}"], ["created_at", "2016-10-07 18:56:55.116533"], ["updated_at", "2016-10-07 18:56:55.116533"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque adipisci vel.\",\"body\":\"You can't hack the driver without indexing the solid state GB circuit!\"}"], ["created_at", "2016-10-07 18:56:55.118526"], ["updated_at", "2016-10-07 18:56:55.118526"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam dignissimos iste consequatur.\",\"body\":\"You can't back up the interface without indexing the primary FTP microchip!\"}"], ["created_at", "2016-10-07 18:56:55.121942"], ["updated_at", "2016-10-07 18:56:55.121942"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos ducimus quaerat et dolores sit accusamus officiis.\",\"body\":\"If we connect the system, we can get to the SMS array through the virtual HDD protocol!\"}"], ["created_at", "2016-10-07 18:56:55.123766"], ["updated_at", "2016-10-07 18:56:55.123766"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nobis magni.\",\"body\":\"You can't calculate the bandwidth without compressing the 1080p PNG pixel!\"}"], ["created_at", "2016-10-07 18:56:55.125548"], ["updated_at", "2016-10-07 18:56:55.125548"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut non ea praesentium sunt in accusamus qui.\",\"body\":\"I'll index the open-source AI bandwidth, that should capacitor the SQL array!\"}"], ["created_at", "2016-10-07 18:56:55.127890"], ["updated_at", "2016-10-07 18:56:55.127890"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sapiente quidem qui accusamus id.\",\"body\":\"The SCSI card is down, parse the digital alarm so we can copy the HTTP driver!\"}"], ["created_at", "2016-10-07 18:56:55.130706"], ["updated_at", "2016-10-07 18:56:55.130706"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente nesciunt ab.\",\"body\":\"The USB bus is down, back up the multi-byte monitor so we can program the PNG capacitor!\"}"], ["created_at", "2016-10-07 18:56:55.133002"], ["updated_at", "2016-10-07 18:56:55.133002"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem est sit fuga reprehenderit vero.\",\"body\":\"You can't parse the capacitor without synthesizing the virtual JSON circuit!\"}"], ["created_at", "2016-10-07 18:56:55.135267"], ["updated_at", "2016-10-07 18:56:55.135267"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut vero nihil harum reprehenderit.\",\"body\":\"If we quantify the application, we can get to the HTTP application through the primary HDD microchip!\"}"], ["created_at", "2016-10-07 18:56:55.137371"], ["updated_at", "2016-10-07 18:56:55.137371"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus velit eligendi nihil.\",\"body\":\"If we bypass the sensor, we can get to the CSS program through the redundant SAS pixel!\"}"], ["created_at", "2016-10-07 18:56:55.141149"], ["updated_at", "2016-10-07 18:56:55.141149"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque distinctio numquam et temporibus.\",\"body\":\"If we generate the panel, we can get to the SMS array through the cross-platform SCSI panel!\"}"], ["created_at", "2016-10-07 18:56:55.143867"], ["updated_at", "2016-10-07 18:56:55.143867"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos temporibus natus maxime.\",\"body\":\"Generating the transmitter won't do anything, we need to compress the 1080p ssl transmitter!\"}"], ["created_at", "2016-10-07 18:56:55.146001"], ["updated_at", "2016-10-07 18:56:55.146001"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste libero doloribus eligendi aut qui.\",\"body\":\"If we reboot the transmitter, we can get to the PNG protocol through the online TCP program!\"}"], ["created_at", "2016-10-07 18:56:55.148184"], ["updated_at", "2016-10-07 18:56:55.148184"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem et soluta iure similique qui blanditiis deleniti.\",\"body\":\"Transmitting the capacitor won't do anything, we need to transmit the auxiliary http firewall!\"}"], ["created_at", "2016-10-07 18:56:55.150029"], ["updated_at", "2016-10-07 18:56:55.150029"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione ducimus nihil.\",\"body\":\"You can't navigate the interface without bypassing the online AI bandwidth!\"}"], ["created_at", "2016-10-07 18:56:55.151789"], ["updated_at", "2016-10-07 18:56:55.151789"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut amet voluptatibus fugiat.\",\"body\":\"You can't copy the array without navigating the neural SMS interface!\"}"], ["created_at", "2016-10-07 18:56:55.153808"], ["updated_at", "2016-10-07 18:56:55.153808"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae eos est.\",\"body\":\"You can't synthesize the alarm without generating the primary SMTP transmitter!\"}"], ["created_at", "2016-10-07 18:56:55.156376"], ["updated_at", "2016-10-07 18:56:55.156376"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptatem fuga veritatis et sed.\",\"body\":\"If we override the application, we can get to the FTP driver through the haptic RAM bandwidth!\"}"], ["created_at", "2016-10-07 18:56:55.158849"], ["updated_at", "2016-10-07 18:56:55.158849"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis voluptate quis minus quo reiciendis nisi asperiores.\",\"body\":\"You can't bypass the system without parsing the haptic TCP application!\"}"], ["created_at", "2016-10-07 18:56:55.165237"], ["updated_at", "2016-10-07 18:56:55.165237"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium totam modi quis dicta quo.\",\"body\":\"If we navigate the microchip, we can get to the USB alarm through the optical HTTP monitor!\"}"], ["created_at", "2016-10-07 18:56:55.168281"], ["updated_at", "2016-10-07 18:56:55.168281"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit ullam delectus voluptate.\",\"body\":\"Parsing the transmitter won't do anything, we need to calculate the back-end xss feed!\"}"], ["created_at", "2016-10-07 18:56:55.170702"], ["updated_at", "2016-10-07 18:56:55.170702"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aut inventore et rerum eos.\",\"body\":\"We need to reboot the neural RAM pixel!\"}"], ["created_at", "2016-10-07 18:56:55.172842"], ["updated_at", "2016-10-07 18:56:55.172842"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem sit occaecati quia tenetur.\",\"body\":\"The XML program is down, quantify the bluetooth array so we can quantify the SMTP capacitor!\"}"], ["created_at", "2016-10-07 18:56:55.175053"], ["updated_at", "2016-10-07 18:56:55.175053"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur sequi nihil accusantium alias.\",\"body\":\"We need to hack the cross-platform IB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:55.179470"], ["updated_at", "2016-10-07 18:56:55.179470"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sapiente quia molestias.\",\"body\":\"If we override the firewall, we can get to the PCI firewall through the optical JBOD driver!\"}"], ["created_at", "2016-10-07 18:56:55.181637"], ["updated_at", "2016-10-07 18:56:55.181637"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam nulla consequuntur rerum maiores.\",\"body\":\"Try to override the JBOD bus, maybe it will connect the optical feed!\"}"], ["created_at", "2016-10-07 18:56:55.183836"], ["updated_at", "2016-10-07 18:56:55.183836"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod quo aut rerum est hic quo qui.\",\"body\":\"I'll connect the virtual HTTP feed, that should bus the JSON hard drive!\"}"], ["created_at", "2016-10-07 18:56:55.186008"], ["updated_at", "2016-10-07 18:56:55.186008"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel doloribus culpa omnis quibusdam veniam.\",\"body\":\"You can't calculate the alarm without generating the mobile USB card!\"}"], ["created_at", "2016-10-07 18:56:55.188095"], ["updated_at", "2016-10-07 18:56:55.188095"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt aut quos dolorem reiciendis et officiis.\",\"body\":\"Programming the alarm won't do anything, we need to reboot the digital sdd interface!\"}"], ["created_at", "2016-10-07 18:56:55.190675"], ["updated_at", "2016-10-07 18:56:55.190675"]] SQL (0.8ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit incidunt aut et et.\",\"body\":\"I'll parse the redundant AI card, that should port the HDD alarm!\"}"], ["created_at", "2016-10-07 18:56:55.193243"], ["updated_at", "2016-10-07 18:56:55.193243"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut velit et illo ad omnis.\",\"body\":\"You can't hack the hard drive without navigating the primary TCP feed!\"}"], ["created_at", "2016-10-07 18:56:55.196426"], ["updated_at", "2016-10-07 18:56:55.196426"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa corrupti quo doloribus temporibus fugiat.\",\"body\":\"The RAM card is down, parse the digital microchip so we can index the JSON alarm!\"}"], ["created_at", "2016-10-07 18:56:55.200215"], ["updated_at", "2016-10-07 18:56:55.200215"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut temporibus minus natus.\",\"body\":\"You can't program the bandwidth without generating the back-end USB alarm!\"}"], ["created_at", "2016-10-07 18:56:55.202725"], ["updated_at", "2016-10-07 18:56:55.202725"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste consequatur qui eligendi occaecati officia quia impedit.\",\"body\":\"You can't calculate the feed without overriding the 1080p SAS bus!\"}"], ["created_at", "2016-10-07 18:56:55.205279"], ["updated_at", "2016-10-07 18:56:55.205279"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut tenetur libero consequatur nihil vel consectetur.\",\"body\":\"If we calculate the firewall, we can get to the SSL bandwidth through the primary COM card!\"}"], ["created_at", "2016-10-07 18:56:55.207806"], ["updated_at", "2016-10-07 18:56:55.207806"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed cupiditate et nemo quae assumenda qui.\",\"body\":\"If we input the hard drive, we can get to the SMS capacitor through the cross-platform ADP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:55.210602"], ["updated_at", "2016-10-07 18:56:55.210602"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae id consequatur.\",\"body\":\"Hacking the capacitor won't do anything, we need to input the open-source pci matrix!\"}"], ["created_at", "2016-10-07 18:56:55.212618"], ["updated_at", "2016-10-07 18:56:55.212618"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur repellendus aut reiciendis qui.\",\"body\":\"Copying the sensor won't do anything, we need to reboot the wireless hdd alarm!\"}"], ["created_at", "2016-10-07 18:56:55.214655"], ["updated_at", "2016-10-07 18:56:55.214655"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam ipsam consequatur in nam magnam quia.\",\"body\":\"We need to bypass the back-end PCI firewall!\"}"], ["created_at", "2016-10-07 18:56:55.216762"], ["updated_at", "2016-10-07 18:56:55.216762"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad quia sunt dolores sed aut.\",\"body\":\"I'll program the neural SCSI circuit, that should card the SAS pixel!\"}"], ["created_at", "2016-10-07 18:56:55.220212"], ["updated_at", "2016-10-07 18:56:55.220212"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium voluptatem sint et incidunt.\",\"body\":\"Use the neural XML panel, then you can override the wireless alarm!\"}"], ["created_at", "2016-10-07 18:56:55.224215"], ["updated_at", "2016-10-07 18:56:55.224215"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et incidunt ea ea fugiat neque.\",\"body\":\"I'll bypass the virtual JSON circuit, that should microchip the CSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:55.226065"], ["updated_at", "2016-10-07 18:56:55.226065"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id reprehenderit ex deleniti tempore incidunt reiciendis quis.\",\"body\":\"We need to reboot the wireless GB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:55.227867"], ["updated_at", "2016-10-07 18:56:55.227867"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse expedita molestiae voluptatibus quibusdam neque qui.\",\"body\":\"I'll override the back-end XSS alarm, that should system the SAS circuit!\"}"], ["created_at", "2016-10-07 18:56:55.229335"], ["updated_at", "2016-10-07 18:56:55.229335"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis dignissimos rerum numquam omnis enim.\",\"body\":\"Use the cross-platform TCP sensor, then you can input the mobile monitor!\"}"], ["created_at", "2016-10-07 18:56:55.230816"], ["updated_at", "2016-10-07 18:56:55.230816"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem dolor voluptas eos ipsum totam nihil vitae.\",\"body\":\"You can't copy the sensor without indexing the open-source RAM hard drive!\"}"], ["created_at", "2016-10-07 18:56:55.232224"], ["updated_at", "2016-10-07 18:56:55.232224"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt nulla ullam magnam ducimus rerum.\",\"body\":\"Try to connect the ADP interface, maybe it will synthesize the online protocol!\"}"], ["created_at", "2016-10-07 18:56:55.233772"], ["updated_at", "2016-10-07 18:56:55.233772"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis eos magnam et non est est.\",\"body\":\"Use the haptic JSON driver, then you can reboot the neural sensor!\"}"], ["created_at", "2016-10-07 18:56:55.235454"], ["updated_at", "2016-10-07 18:56:55.235454"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi et necessitatibus qui dignissimos repellendus.\",\"body\":\"Use the redundant SMTP firewall, then you can program the bluetooth circuit!\"}"], ["created_at", "2016-10-07 18:56:55.237265"], ["updated_at", "2016-10-07 18:56:55.237265"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia rerum facilis vero aliquam officiis rerum.\",\"body\":\"You can't program the alarm without quantifying the multi-byte COM system!\"}"], ["created_at", "2016-10-07 18:56:55.239043"], ["updated_at", "2016-10-07 18:56:55.239043"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae animi distinctio nihil reprehenderit facilis et.\",\"body\":\"I'll bypass the 1080p HTTP pixel, that should hard drive the JSON firewall!\"}"], ["created_at", "2016-10-07 18:56:55.240777"], ["updated_at", "2016-10-07 18:56:55.240777"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit repudiandae ea iure quidem.\",\"body\":\"Use the optical JSON card, then you can synthesize the wireless transmitter!\"}"], ["created_at", "2016-10-07 18:56:55.242628"], ["updated_at", "2016-10-07 18:56:55.242628"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo occaecati sed.\",\"body\":\"We need to copy the haptic SCSI sensor!\"}"], ["created_at", "2016-10-07 18:56:55.244915"], ["updated_at", "2016-10-07 18:56:55.244915"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore iusto nostrum voluptatem.\",\"body\":\"The AGP driver is down, compress the mobile card so we can override the EXE array!\"}"], ["created_at", "2016-10-07 18:56:55.248114"], ["updated_at", "2016-10-07 18:56:55.248114"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In omnis ut quas quod repudiandae delectus dicta.\",\"body\":\"You can't copy the driver without generating the open-source JSON matrix!\"}"], ["created_at", "2016-10-07 18:56:55.250417"], ["updated_at", "2016-10-07 18:56:55.250417"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta at iusto.\",\"body\":\"Transmitting the sensor won't do anything, we need to quantify the auxiliary usb monitor!\"}"], ["created_at", "2016-10-07 18:56:55.252355"], ["updated_at", "2016-10-07 18:56:55.252355"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam et ipsam.\",\"body\":\"Synthesizing the bandwidth won't do anything, we need to reboot the bluetooth sas alarm!\"}"], ["created_at", "2016-10-07 18:56:55.255675"], ["updated_at", "2016-10-07 18:56:55.255675"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut voluptas sed placeat ex.\",\"body\":\"I'll program the redundant AI port, that should program the TCP sensor!\"}"], ["created_at", "2016-10-07 18:56:55.259433"], ["updated_at", "2016-10-07 18:56:55.259433"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores sunt officia quam.\",\"body\":\"I'll program the virtual THX panel, that should feed the SDD pixel!\"}"], ["created_at", "2016-10-07 18:56:55.261837"], ["updated_at", "2016-10-07 18:56:55.261837"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque ullam autem cupiditate omnis non.\",\"body\":\"The AI application is down, override the auxiliary driver so we can transmit the SDD array!\"}"], ["created_at", "2016-10-07 18:56:55.263776"], ["updated_at", "2016-10-07 18:56:55.263776"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam voluptatem provident minus molestiae omnis.\",\"body\":\"Try to parse the HTTP bandwidth, maybe it will connect the optical circuit!\"}"], ["created_at", "2016-10-07 18:56:55.265814"], ["updated_at", "2016-10-07 18:56:55.265814"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores amet cupiditate magnam quibusdam.\",\"body\":\"I'll reboot the cross-platform SAS driver, that should protocol the USB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:55.267892"], ["updated_at", "2016-10-07 18:56:55.267892"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora sunt ea nobis dicta enim doloribus ipsam.\",\"body\":\"Use the primary FTP firewall, then you can program the wireless bandwidth!\"}"], ["created_at", "2016-10-07 18:56:55.270065"], ["updated_at", "2016-10-07 18:56:55.270065"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem ut accusamus non id.\",\"body\":\"We need to quantify the solid state RSS microchip!\"}"], ["created_at", "2016-10-07 18:56:55.272165"], ["updated_at", "2016-10-07 18:56:55.272165"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore quasi soluta culpa velit dolor.\",\"body\":\"If we program the capacitor, we can get to the CSS bus through the mobile HTTP alarm!\"}"], ["created_at", "2016-10-07 18:56:55.274563"], ["updated_at", "2016-10-07 18:56:55.274563"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio aspernatur laboriosam quidem ducimus nemo enim.\",\"body\":\"Use the optical SMS port, then you can reboot the multi-byte monitor!\"}"], ["created_at", "2016-10-07 18:56:55.277129"], ["updated_at", "2016-10-07 18:56:55.277129"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae distinctio rerum odio.\",\"body\":\"Try to program the AGP bandwidth, maybe it will copy the digital monitor!\"}"], ["created_at", "2016-10-07 18:56:55.280479"], ["updated_at", "2016-10-07 18:56:55.280479"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae rerum ut inventore dolorem et eveniet accusamus.\",\"body\":\"We need to navigate the 1080p TCP system!\"}"], ["created_at", "2016-10-07 18:56:55.282928"], ["updated_at", "2016-10-07 18:56:55.282928"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet minima qui qui optio.\",\"body\":\"I'll reboot the bluetooth HTTP feed, that should pixel the CSS alarm!\"}"], ["created_at", "2016-10-07 18:56:55.286084"], ["updated_at", "2016-10-07 18:56:55.286084"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatem ipsa.\",\"body\":\"We need to generate the auxiliary RAM transmitter!\"}"], ["created_at", "2016-10-07 18:56:55.288136"], ["updated_at", "2016-10-07 18:56:55.288136"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aut vitae similique facilis quae.\",\"body\":\"The AGP array is down, compress the digital protocol so we can navigate the SSL protocol!\"}"], ["created_at", "2016-10-07 18:56:55.290692"], ["updated_at", "2016-10-07 18:56:55.290692"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error ut impedit.\",\"body\":\"Backing up the microchip won't do anything, we need to transmit the haptic sql bus!\"}"], ["created_at", "2016-10-07 18:56:55.292940"], ["updated_at", "2016-10-07 18:56:55.292940"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae qui consectetur nesciunt.\",\"body\":\"You can't quantify the panel without compressing the solid state SSL firewall!\"}"], ["created_at", "2016-10-07 18:56:55.295171"], ["updated_at", "2016-10-07 18:56:55.295171"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut molestiae sed voluptas laudantium earum nostrum.\",\"body\":\"Try to quantify the AI protocol, maybe it will navigate the 1080p alarm!\"}"], ["created_at", "2016-10-07 18:56:55.297610"], ["updated_at", "2016-10-07 18:56:55.297610"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit quibusdam natus aliquam voluptatem labore autem.\",\"body\":\"You can't generate the program without hacking the open-source XML array!\"}"], ["created_at", "2016-10-07 18:56:55.299690"], ["updated_at", "2016-10-07 18:56:55.299690"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure placeat quae eveniet quam repudiandae quibusdam.\",\"body\":\"We need to generate the bluetooth FTP monitor!\"}"], ["created_at", "2016-10-07 18:56:55.301217"], ["updated_at", "2016-10-07 18:56:55.301217"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit est molestiae quia eveniet esse perferendis.\",\"body\":\"The FTP system is down, parse the solid state bandwidth so we can calculate the IB hard drive!\"}"], ["created_at", "2016-10-07 18:56:55.302534"], ["updated_at", "2016-10-07 18:56:55.302534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque non et esse eius asperiores.\",\"body\":\"Use the neural JBOD port, then you can input the optical sensor!\"}"], ["created_at", "2016-10-07 18:56:55.303540"], ["updated_at", "2016-10-07 18:56:55.303540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores doloribus nisi.\",\"body\":\"Try to navigate the CSS array, maybe it will index the back-end port!\"}"], ["created_at", "2016-10-07 18:56:55.304474"], ["updated_at", "2016-10-07 18:56:55.304474"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus quia similique est.\",\"body\":\"If we index the interface, we can get to the JSON program through the haptic JBOD interface!\"}"], ["created_at", "2016-10-07 18:56:55.305421"], ["updated_at", "2016-10-07 18:56:55.305421"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus voluptate aliquid.\",\"body\":\"If we program the port, we can get to the SCSI capacitor through the wireless XSS program!\"}"], ["created_at", "2016-10-07 18:56:55.306381"], ["updated_at", "2016-10-07 18:56:55.306381"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit quis tenetur neque qui.\",\"body\":\"We need to synthesize the digital THX sensor!\"}"], ["created_at", "2016-10-07 18:56:55.307335"], ["updated_at", "2016-10-07 18:56:55.307335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut rerum labore sapiente quam temporibus deserunt laudantium.\",\"body\":\"You can't reboot the panel without navigating the wireless COM interface!\"}"], ["created_at", "2016-10-07 18:56:55.308239"], ["updated_at", "2016-10-07 18:56:55.308239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores provident cum.\",\"body\":\"Synthesizing the card won't do anything, we need to transmit the virtual com driver!\"}"], ["created_at", "2016-10-07 18:56:55.309237"], ["updated_at", "2016-10-07 18:56:55.309237"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam in delectus maiores.\",\"body\":\"I'll connect the multi-byte PNG port, that should interface the USB interface!\"}"], ["created_at", "2016-10-07 18:56:55.310256"], ["updated_at", "2016-10-07 18:56:55.310256"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil tempora consequuntur ducimus rerum dolorum.\",\"body\":\"Try to input the RAM application, maybe it will calculate the solid state array!\"}"], ["created_at", "2016-10-07 18:56:55.311273"], ["updated_at", "2016-10-07 18:56:55.311273"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem iure pariatur hic ab.\",\"body\":\"You can't override the monitor without transmitting the back-end THX sensor!\"}"], ["created_at", "2016-10-07 18:56:55.312307"], ["updated_at", "2016-10-07 18:56:55.312307"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque iure omnis ut voluptates.\",\"body\":\"You can't back up the program without generating the solid state PNG matrix!\"}"], ["created_at", "2016-10-07 18:56:55.313467"], ["updated_at", "2016-10-07 18:56:55.313467"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit esse nam est perferendis.\",\"body\":\"Quantifying the system won't do anything, we need to program the primary ram panel!\"}"], ["created_at", "2016-10-07 18:56:55.314482"], ["updated_at", "2016-10-07 18:56:55.314482"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi animi autem quasi consequatur aliquam quaerat id.\",\"body\":\"Try to bypass the RSS system, maybe it will copy the bluetooth system!\"}"], ["created_at", "2016-10-07 18:56:55.315558"], ["updated_at", "2016-10-07 18:56:55.315558"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure vitae et facilis veniam incidunt ut atque.\",\"body\":\"If we reboot the alarm, we can get to the FTP card through the open-source HTTP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:55.316537"], ["updated_at", "2016-10-07 18:56:55.316537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias excepturi natus.\",\"body\":\"Try to input the SMTP system, maybe it will hack the cross-platform bandwidth!\"}"], ["created_at", "2016-10-07 18:56:55.317514"], ["updated_at", "2016-10-07 18:56:55.317514"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id optio maiores.\",\"body\":\"Use the auxiliary TCP pixel, then you can generate the auxiliary circuit!\"}"], ["created_at", "2016-10-07 18:56:55.318540"], ["updated_at", "2016-10-07 18:56:55.318540"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas deleniti hic fugiat.\",\"body\":\"We need to bypass the auxiliary SMS capacitor!\"}"], ["created_at", "2016-10-07 18:56:55.319672"], ["updated_at", "2016-10-07 18:56:55.319672"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi sit et.\",\"body\":\"Try to copy the CSS port, maybe it will navigate the haptic array!\"}"], ["created_at", "2016-10-07 18:56:55.320918"], ["updated_at", "2016-10-07 18:56:55.320918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A necessitatibus ratione voluptatibus quos animi natus voluptas.\",\"body\":\"You can't parse the driver without overriding the haptic AI matrix!\"}"], ["created_at", "2016-10-07 18:56:55.321926"], ["updated_at", "2016-10-07 18:56:55.321926"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus aliquam tempora rem facere sapiente reiciendis.\",\"body\":\"You can't quantify the bus without copying the virtual ADP protocol!\"}"], ["created_at", "2016-10-07 18:56:55.322997"], ["updated_at", "2016-10-07 18:56:55.322997"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed sed perspiciatis laudantium commodi.\",\"body\":\"The ADP protocol is down, override the cross-platform capacitor so we can input the SCSI matrix!\"}"], ["created_at", "2016-10-07 18:56:55.324031"], ["updated_at", "2016-10-07 18:56:55.324031"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut inventore voluptates explicabo iure.\",\"body\":\"You can't transmit the array without generating the digital IB card!\"}"], ["created_at", "2016-10-07 18:56:55.325553"], ["updated_at", "2016-10-07 18:56:55.325553"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque ea dolorem.\",\"body\":\"Navigating the interface won't do anything, we need to bypass the multi-byte xss monitor!\"}"], ["created_at", "2016-10-07 18:56:55.327808"], ["updated_at", "2016-10-07 18:56:55.327808"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus placeat enim voluptatem maxime facere omnis.\",\"body\":\"The HDD capacitor is down, input the virtual card so we can input the EXE program!\"}"], ["created_at", "2016-10-07 18:56:55.329205"], ["updated_at", "2016-10-07 18:56:55.329205"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis neque exercitationem.\",\"body\":\"The TCP card is down, input the wireless microchip so we can reboot the JBOD protocol!\"}"], ["created_at", "2016-10-07 18:56:55.330268"], ["updated_at", "2016-10-07 18:56:55.330268"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia similique qui ab molestiae.\",\"body\":\"I'll generate the neural HTTP port, that should driver the PNG protocol!\"}"], ["created_at", "2016-10-07 18:56:55.331391"], ["updated_at", "2016-10-07 18:56:55.331391"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ad et quod.\",\"body\":\"You can't connect the bus without parsing the multi-byte GB sensor!\"}"], ["created_at", "2016-10-07 18:56:55.332500"], ["updated_at", "2016-10-07 18:56:55.332500"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam laboriosam eos quo placeat rem sint aut.\",\"body\":\"Compressing the microchip won't do anything, we need to override the bluetooth sdd circuit!\"}"], ["created_at", "2016-10-07 18:56:55.333542"], ["updated_at", "2016-10-07 18:56:55.333542"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi consequatur harum ut provident blanditiis molestiae et.\",\"body\":\"Use the optical COM firewall, then you can quantify the neural pixel!\"}"], ["created_at", "2016-10-07 18:56:55.334598"], ["updated_at", "2016-10-07 18:56:55.334598"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem alias labore cum id omnis expedita delectus.\",\"body\":\"We need to connect the back-end JSON application!\"}"], ["created_at", "2016-10-07 18:56:55.335699"], ["updated_at", "2016-10-07 18:56:55.335699"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt quas quae accusamus tempore.\",\"body\":\"I'll navigate the bluetooth RAM firewall, that should transmitter the AGP microchip!\"}"], ["created_at", "2016-10-07 18:56:55.336740"], ["updated_at", "2016-10-07 18:56:55.336740"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate ut nesciunt consequuntur itaque.\",\"body\":\"Try to hack the PNG bus, maybe it will index the multi-byte firewall!\"}"], ["created_at", "2016-10-07 18:56:55.337749"], ["updated_at", "2016-10-07 18:56:55.337749"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur itaque dignissimos aut ut velit dolor laborum.\",\"body\":\"We need to program the optical GB bus!\"}"], ["created_at", "2016-10-07 18:56:55.338861"], ["updated_at", "2016-10-07 18:56:55.338861"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo et non repellat.\",\"body\":\"Try to program the JSON array, maybe it will program the solid state program!\"}"], ["created_at", "2016-10-07 18:56:55.339916"], ["updated_at", "2016-10-07 18:56:55.339916"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur quos et aperiam dolorem id quia.\",\"body\":\"Try to index the HDD bus, maybe it will index the cross-platform matrix!\"}"], ["created_at", "2016-10-07 18:56:55.341042"], ["updated_at", "2016-10-07 18:56:55.341042"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia qui eius quos.\",\"body\":\"I'll compress the redundant XSS matrix, that should panel the USB protocol!\"}"], ["created_at", "2016-10-07 18:56:55.342166"], ["updated_at", "2016-10-07 18:56:55.342166"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium sed occaecati eum recusandae assumenda.\",\"body\":\"If we quantify the protocol, we can get to the FTP port through the 1080p PNG driver!\"}"], ["created_at", "2016-10-07 18:56:55.343267"], ["updated_at", "2016-10-07 18:56:55.343267"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod voluptatem dolores blanditiis similique quia eius.\",\"body\":\"Use the primary JSON card, then you can generate the auxiliary matrix!\"}"], ["created_at", "2016-10-07 18:56:55.344330"], ["updated_at", "2016-10-07 18:56:55.344330"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet quia sit molestiae quod.\",\"body\":\"You can't override the program without copying the primary COM program!\"}"], ["created_at", "2016-10-07 18:56:55.345321"], ["updated_at", "2016-10-07 18:56:55.345321"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam nobis at aliquam quia.\",\"body\":\"If we input the interface, we can get to the HTTP capacitor through the virtual HTTP circuit!\"}"], ["created_at", "2016-10-07 18:56:55.346353"], ["updated_at", "2016-10-07 18:56:55.346353"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis at officiis sed ut dicta soluta officia.\",\"body\":\"The SMS panel is down, index the neural bandwidth so we can navigate the XSS system!\"}"], ["created_at", "2016-10-07 18:56:55.347372"], ["updated_at", "2016-10-07 18:56:55.347372"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum sed et.\",\"body\":\"I'll parse the multi-byte RSS protocol, that should application the CSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:55.348415"], ["updated_at", "2016-10-07 18:56:55.348415"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit ipsum molestias sit corporis.\",\"body\":\"I'll quantify the optical HTTP application, that should interface the FTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:55.349908"], ["updated_at", "2016-10-07 18:56:55.349908"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est sunt qui nulla quo minus accusantium.\",\"body\":\"Compressing the driver won't do anything, we need to transmit the bluetooth pci pixel!\"}"], ["created_at", "2016-10-07 18:56:55.352597"], ["updated_at", "2016-10-07 18:56:55.352597"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur praesentium nisi dolores itaque.\",\"body\":\"Parsing the hard drive won't do anything, we need to parse the wireless agp monitor!\"}"], ["created_at", "2016-10-07 18:56:55.356410"], ["updated_at", "2016-10-07 18:56:55.356410"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit amet id magnam quia sapiente soluta nulla.\",\"body\":\"You can't hack the driver without bypassing the redundant XSS application!\"}"], ["created_at", "2016-10-07 18:56:55.359585"], ["updated_at", "2016-10-07 18:56:55.359585"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est assumenda non illo hic necessitatibus molestiae.\",\"body\":\"The HTTP driver is down, input the open-source pixel so we can quantify the EXE matrix!\"}"], ["created_at", "2016-10-07 18:56:55.360913"], ["updated_at", "2016-10-07 18:56:55.360913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum similique a aut.\",\"body\":\"If we input the application, we can get to the COM bandwidth through the haptic SQL panel!\"}"], ["created_at", "2016-10-07 18:56:55.362247"], ["updated_at", "2016-10-07 18:56:55.362247"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis voluptas sit odit.\",\"body\":\"Try to compress the SMS monitor, maybe it will quantify the mobile program!\"}"], ["created_at", "2016-10-07 18:56:55.363702"], ["updated_at", "2016-10-07 18:56:55.363702"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum qui quae cum.\",\"body\":\"I'll index the optical EXE capacitor, that should capacitor the USB bus!\"}"], ["created_at", "2016-10-07 18:56:55.366652"], ["updated_at", "2016-10-07 18:56:55.366652"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui fugiat explicabo totam.\",\"body\":\"We need to compress the bluetooth HTTP interface!\"}"], ["created_at", "2016-10-07 18:56:55.371601"], ["updated_at", "2016-10-07 18:56:55.371601"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore magnam ea rerum nulla voluptatum mollitia.\",\"body\":\"Generating the sensor won't do anything, we need to synthesize the multi-byte thx program!\"}"], ["created_at", "2016-10-07 18:56:55.374136"], ["updated_at", "2016-10-07 18:56:55.374136"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi enim id hic sed esse.\",\"body\":\"Try to index the HDD bus, maybe it will parse the bluetooth capacitor!\"}"], ["created_at", "2016-10-07 18:56:55.376972"], ["updated_at", "2016-10-07 18:56:55.376972"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse quam quibusdam perspiciatis sed quae dolorum.\",\"body\":\"We need to back up the auxiliary SMS port!\"}"], ["created_at", "2016-10-07 18:56:55.379799"], ["updated_at", "2016-10-07 18:56:55.379799"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui pariatur inventore quae commodi veritatis.\",\"body\":\"Hacking the capacitor won't do anything, we need to override the mobile tcp application!\"}"], ["created_at", "2016-10-07 18:56:55.381691"], ["updated_at", "2016-10-07 18:56:55.381691"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda perferendis iste molestiae quibusdam sit distinctio et.\",\"body\":\"The SMTP application is down, hack the cross-platform hard drive so we can bypass the COM application!\"}"], ["created_at", "2016-10-07 18:56:55.383544"], ["updated_at", "2016-10-07 18:56:55.383544"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab possimus ipsa corrupti.\",\"body\":\"Try to back up the PNG capacitor, maybe it will connect the multi-byte sensor!\"}"], ["created_at", "2016-10-07 18:56:55.385238"], ["updated_at", "2016-10-07 18:56:55.385238"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui aut odit et et sit.\",\"body\":\"If we navigate the bandwidth, we can get to the SQL capacitor through the digital EXE application!\"}"], ["created_at", "2016-10-07 18:56:55.387478"], ["updated_at", "2016-10-07 18:56:55.387478"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore quia quae maiores aliquid.\",\"body\":\"The XSS application is down, navigate the open-source firewall so we can transmit the HTTP application!\"}"], ["created_at", "2016-10-07 18:56:55.389631"], ["updated_at", "2016-10-07 18:56:55.389631"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae est suscipit recusandae et.\",\"body\":\"You can't quantify the circuit without calculating the optical FTP bus!\"}"], ["created_at", "2016-10-07 18:56:55.391460"], ["updated_at", "2016-10-07 18:56:55.391460"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat ullam officia.\",\"body\":\"Try to override the SDD port, maybe it will back up the multi-byte feed!\"}"], ["created_at", "2016-10-07 18:56:55.393151"], ["updated_at", "2016-10-07 18:56:55.393151"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis autem omnis necessitatibus est neque explicabo a.\",\"body\":\"Use the online AGP bandwidth, then you can generate the wireless firewall!\"}"], ["created_at", "2016-10-07 18:56:55.394606"], ["updated_at", "2016-10-07 18:56:55.394606"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam aut sit maiores sed quis quod nisi.\",\"body\":\"The IB panel is down, index the digital system so we can navigate the SDD bus!\"}"], ["created_at", "2016-10-07 18:56:55.396344"], ["updated_at", "2016-10-07 18:56:55.396344"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi voluptatem magnam quae officiis qui.\",\"body\":\"I'll connect the auxiliary AGP port, that should matrix the IB application!\"}"], ["created_at", "2016-10-07 18:56:55.398580"], ["updated_at", "2016-10-07 18:56:55.398580"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea inventore dolores vero tempore.\",\"body\":\"We need to synthesize the auxiliary XML driver!\"}"], ["created_at", "2016-10-07 18:56:55.404723"], ["updated_at", "2016-10-07 18:56:55.404723"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates omnis et modi rem dicta voluptatum.\",\"body\":\"The GB transmitter is down, compress the neural driver so we can index the GB protocol!\"}"], ["created_at", "2016-10-07 18:56:55.408446"], ["updated_at", "2016-10-07 18:56:55.408446"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi asperiores possimus alias vitae cumque.\",\"body\":\"The RSS microchip is down, calculate the digital pixel so we can calculate the GB hard drive!\"}"], ["created_at", "2016-10-07 18:56:55.410716"], ["updated_at", "2016-10-07 18:56:55.410716"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit vel sequi quaerat.\",\"body\":\"Try to calculate the JBOD bus, maybe it will quantify the auxiliary circuit!\"}"], ["created_at", "2016-10-07 18:56:55.415187"], ["updated_at", "2016-10-07 18:56:55.415187"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi nihil architecto quis at.\",\"body\":\"The COM sensor is down, copy the optical hard drive so we can parse the XSS feed!\"}"], ["created_at", "2016-10-07 18:56:55.418059"], ["updated_at", "2016-10-07 18:56:55.418059"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro beatae fuga.\",\"body\":\"If we calculate the circuit, we can get to the SSL bus through the auxiliary SQL alarm!\"}"], ["created_at", "2016-10-07 18:56:55.420487"], ["updated_at", "2016-10-07 18:56:55.420487"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit praesentium sint consequuntur qui voluptas voluptatem aperiam.\",\"body\":\"Try to compress the PNG pixel, maybe it will back up the primary port!\"}"], ["created_at", "2016-10-07 18:56:55.422834"], ["updated_at", "2016-10-07 18:56:55.422834"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam et corporis explicabo temporibus.\",\"body\":\"Use the haptic SAS panel, then you can parse the digital monitor!\"}"], ["created_at", "2016-10-07 18:56:55.425025"], ["updated_at", "2016-10-07 18:56:55.425025"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque molestiae eos consequatur.\",\"body\":\"If we parse the application, we can get to the COM interface through the primary IB protocol!\"}"], ["created_at", "2016-10-07 18:56:55.427400"], ["updated_at", "2016-10-07 18:56:55.427400"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione omnis harum nihil sequi temporibus quisquam.\",\"body\":\"The FTP card is down, copy the primary driver so we can input the CSS interface!\"}"], ["created_at", "2016-10-07 18:56:55.429791"], ["updated_at", "2016-10-07 18:56:55.429791"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptas molestiae unde natus sint facere dolores.\",\"body\":\"We need to bypass the open-source SAS circuit!\"}"], ["created_at", "2016-10-07 18:56:55.434370"], ["updated_at", "2016-10-07 18:56:55.434370"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut corporis blanditiis.\",\"body\":\"If we parse the card, we can get to the XSS panel through the multi-byte THX bus!\"}"], ["created_at", "2016-10-07 18:56:55.436469"], ["updated_at", "2016-10-07 18:56:55.436469"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi culpa quisquam.\",\"body\":\"Connecting the protocol won't do anything, we need to navigate the online sms feed!\"}"], ["created_at", "2016-10-07 18:56:55.438949"], ["updated_at", "2016-10-07 18:56:55.438949"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni soluta pariatur.\",\"body\":\"Try to bypass the GB interface, maybe it will compress the primary firewall!\"}"], ["created_at", "2016-10-07 18:56:55.441367"], ["updated_at", "2016-10-07 18:56:55.441367"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit accusamus in est nostrum dolorem ut.\",\"body\":\"I'll synthesize the haptic HTTP array, that should protocol the SCSI alarm!\"}"], ["created_at", "2016-10-07 18:56:55.443931"], ["updated_at", "2016-10-07 18:56:55.443931"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates qui praesentium.\",\"body\":\"If we copy the system, we can get to the EXE bus through the primary IB sensor!\"}"], ["created_at", "2016-10-07 18:56:55.448624"], ["updated_at", "2016-10-07 18:56:55.448624"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eligendi quaerat enim maxime quis aliquid deserunt.\",\"body\":\"Backing up the bandwidth won't do anything, we need to calculate the wireless xml interface!\"}"], ["created_at", "2016-10-07 18:56:55.456104"], ["updated_at", "2016-10-07 18:56:55.456104"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora dignissimos et.\",\"body\":\"The AGP pixel is down, parse the online sensor so we can reboot the PNG card!\"}"], ["created_at", "2016-10-07 18:56:55.457892"], ["updated_at", "2016-10-07 18:56:55.457892"]] SQL (0.6ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi ut non dolores saepe autem eum.\",\"body\":\"Connecting the array won't do anything, we need to synthesize the solid state jbod protocol!\"}"], ["created_at", "2016-10-07 18:56:55.462611"], ["updated_at", "2016-10-07 18:56:55.462611"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat ut animi.\",\"body\":\"Try to synthesize the GB interface, maybe it will hack the mobile panel!\"}"], ["created_at", "2016-10-07 18:56:55.468431"], ["updated_at", "2016-10-07 18:56:55.468431"]] SQL (0.6ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos voluptates sit quidem tenetur rem iste.\",\"body\":\"The TCP driver is down, program the bluetooth bus so we can transmit the IB driver!\"}"], ["created_at", "2016-10-07 18:56:55.471537"], ["updated_at", "2016-10-07 18:56:55.471537"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas eligendi praesentium perspiciatis.\",\"body\":\"The HDD capacitor is down, copy the bluetooth protocol so we can parse the HDD capacitor!\"}"], ["created_at", "2016-10-07 18:56:55.476006"], ["updated_at", "2016-10-07 18:56:55.476006"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum temporibus aut.\",\"body\":\"Indexing the sensor won't do anything, we need to program the auxiliary hdd protocol!\"}"], ["created_at", "2016-10-07 18:56:55.477889"], ["updated_at", "2016-10-07 18:56:55.477889"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae et aut odit cum enim.\",\"body\":\"Backing up the port won't do anything, we need to synthesize the primary gb firewall!\"}"], ["created_at", "2016-10-07 18:56:55.480170"], ["updated_at", "2016-10-07 18:56:55.480170"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut iste dolore nulla voluptates ut placeat.\",\"body\":\"We need to navigate the online XSS interface!\"}"], ["created_at", "2016-10-07 18:56:55.485077"], ["updated_at", "2016-10-07 18:56:55.485077"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et architecto at dignissimos aut alias.\",\"body\":\"I'll calculate the wireless CSS application, that should circuit the USB port!\"}"], ["created_at", "2016-10-07 18:56:55.488023"], ["updated_at", "2016-10-07 18:56:55.488023"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum corporis optio.\",\"body\":\"You can't calculate the system without parsing the back-end PNG hard drive!\"}"], ["created_at", "2016-10-07 18:56:55.490538"], ["updated_at", "2016-10-07 18:56:55.490538"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda voluptatem error minima debitis consequatur.\",\"body\":\"Use the redundant RSS system, then you can synthesize the back-end system!\"}"], ["created_at", "2016-10-07 18:56:55.493127"], ["updated_at", "2016-10-07 18:56:55.493127"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil voluptas tempora consectetur laudantium.\",\"body\":\"Try to transmit the HTTP pixel, maybe it will program the primary circuit!\"}"], ["created_at", "2016-10-07 18:56:55.495821"], ["updated_at", "2016-10-07 18:56:55.495821"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed vel est architecto.\",\"body\":\"The SDD interface is down, parse the haptic array so we can override the USB card!\"}"], ["created_at", "2016-10-07 18:56:55.497983"], ["updated_at", "2016-10-07 18:56:55.497983"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis harum sit accusamus.\",\"body\":\"We need to compress the open-source PNG application!\"}"], ["created_at", "2016-10-07 18:56:55.501361"], ["updated_at", "2016-10-07 18:56:55.501361"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam placeat quia in.\",\"body\":\"We need to program the digital FTP panel!\"}"], ["created_at", "2016-10-07 18:56:55.502735"], ["updated_at", "2016-10-07 18:56:55.502735"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est consequatur beatae perspiciatis consequuntur nostrum.\",\"body\":\"Try to input the GB system, maybe it will quantify the open-source driver!\"}"], ["created_at", "2016-10-07 18:56:55.504092"], ["updated_at", "2016-10-07 18:56:55.504092"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse voluptas id earum placeat numquam voluptates dolor.\",\"body\":\"Use the haptic ADP port, then you can hack the haptic port!\"}"], ["created_at", "2016-10-07 18:56:55.506197"], ["updated_at", "2016-10-07 18:56:55.506197"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero nisi dicta sit eum porro voluptatibus.\",\"body\":\"Use the open-source CSS capacitor, then you can index the auxiliary alarm!\"}"], ["created_at", "2016-10-07 18:56:55.509327"], ["updated_at", "2016-10-07 18:56:55.509327"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur qui fuga voluptas vero et ipsum aliquam.\",\"body\":\"We need to synthesize the auxiliary SDD system!\"}"], ["created_at", "2016-10-07 18:56:55.513799"], ["updated_at", "2016-10-07 18:56:55.513799"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem laudantium est.\",\"body\":\"If we hack the program, we can get to the HDD port through the multi-byte PCI alarm!\"}"], ["created_at", "2016-10-07 18:56:55.516828"], ["updated_at", "2016-10-07 18:56:55.516828"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui in et et beatae at.\",\"body\":\"We need to synthesize the bluetooth GB protocol!\"}"], ["created_at", "2016-10-07 18:56:55.520708"], ["updated_at", "2016-10-07 18:56:55.520708"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque et placeat facere qui.\",\"body\":\"We need to hack the online USB port!\"}"], ["created_at", "2016-10-07 18:56:55.523282"], ["updated_at", "2016-10-07 18:56:55.523282"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia minus minima labore libero natus.\",\"body\":\"I'll synthesize the bluetooth IB alarm, that should bus the FTP driver!\"}"], ["created_at", "2016-10-07 18:56:55.525562"], ["updated_at", "2016-10-07 18:56:55.525562"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed error voluptatem aut molestiae id optio.\",\"body\":\"Try to index the EXE microchip, maybe it will override the mobile card!\"}"], ["created_at", "2016-10-07 18:56:55.529138"], ["updated_at", "2016-10-07 18:56:55.529138"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi qui aut quae.\",\"body\":\"The SQL feed is down, connect the multi-byte bus so we can copy the COM microchip!\"}"], ["created_at", "2016-10-07 18:56:55.533835"], ["updated_at", "2016-10-07 18:56:55.533835"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam magnam perferendis necessitatibus autem blanditiis.\",\"body\":\"Backing up the system won't do anything, we need to generate the redundant thx system!\"}"], ["created_at", "2016-10-07 18:56:55.536583"], ["updated_at", "2016-10-07 18:56:55.536583"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus voluptatem eligendi excepturi corrupti.\",\"body\":\"Try to compress the IB alarm, maybe it will override the digital hard drive!\"}"], ["created_at", "2016-10-07 18:56:55.538783"], ["updated_at", "2016-10-07 18:56:55.538783"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde magni exercitationem nihil sint.\",\"body\":\"Use the 1080p AGP card, then you can quantify the optical matrix!\"}"], ["created_at", "2016-10-07 18:56:55.542861"], ["updated_at", "2016-10-07 18:56:55.542861"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem in expedita similique harum.\",\"body\":\"Try to copy the CSS application, maybe it will transmit the wireless pixel!\"}"], ["created_at", "2016-10-07 18:56:55.549195"], ["updated_at", "2016-10-07 18:56:55.549195"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam ipsam maiores quia quibusdam illo quis.\",\"body\":\"You can't transmit the matrix without compressing the multi-byte THX port!\"}"], ["created_at", "2016-10-07 18:56:55.551779"], ["updated_at", "2016-10-07 18:56:55.551779"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam aliquam quo ullam amet.\",\"body\":\"I'll calculate the digital IB card, that should alarm the XSS bus!\"}"], ["created_at", "2016-10-07 18:56:55.557083"], ["updated_at", "2016-10-07 18:56:55.557083"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium asperiores dicta.\",\"body\":\"The JBOD bus is down, calculate the open-source array so we can back up the XSS port!\"}"], ["created_at", "2016-10-07 18:56:55.562051"], ["updated_at", "2016-10-07 18:56:55.562051"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit ipsum sed perferendis ut molestiae dicta nihil.\",\"body\":\"Try to synthesize the ADP driver, maybe it will quantify the virtual pixel!\"}"], ["created_at", "2016-10-07 18:56:55.565440"], ["updated_at", "2016-10-07 18:56:55.565440"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga ab minus ipsum necessitatibus autem aut.\",\"body\":\"I'll quantify the multi-byte CSS transmitter, that should system the COM circuit!\"}"], ["created_at", "2016-10-07 18:56:55.567782"], ["updated_at", "2016-10-07 18:56:55.567782"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae odit soluta deserunt.\",\"body\":\"Transmitting the application won't do anything, we need to parse the digital rss circuit!\"}"], ["created_at", "2016-10-07 18:56:55.569918"], ["updated_at", "2016-10-07 18:56:55.569918"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus animi sit.\",\"body\":\"Use the open-source GB array, then you can reboot the auxiliary port!\"}"], ["created_at", "2016-10-07 18:56:55.572356"], ["updated_at", "2016-10-07 18:56:55.572356"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In natus sint.\",\"body\":\"We need to parse the optical SMTP bandwidth!\"}"], ["created_at", "2016-10-07 18:56:55.574593"], ["updated_at", "2016-10-07 18:56:55.574593"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui doloremque quas.\",\"body\":\"Try to quantify the SSL firewall, maybe it will index the wireless card!\"}"], ["created_at", "2016-10-07 18:56:55.578720"], ["updated_at", "2016-10-07 18:56:55.578720"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores iusto quia facilis cupiditate non error accusamus.\",\"body\":\"We need to parse the wireless SSL array!\"}"], ["created_at", "2016-10-07 18:56:55.580999"], ["updated_at", "2016-10-07 18:56:55.580999"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et laudantium earum numquam quos qui nemo.\",\"body\":\"You can't reboot the transmitter without compressing the optical HTTP panel!\"}"], ["created_at", "2016-10-07 18:56:55.583157"], ["updated_at", "2016-10-07 18:56:55.583157"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti quis vel voluptatum doloremque assumenda vero qui.\",\"body\":\"If we connect the feed, we can get to the AGP pixel through the solid state EXE bus!\"}"], ["created_at", "2016-10-07 18:56:55.585054"], ["updated_at", "2016-10-07 18:56:55.585054"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum sit eos dolores ratione voluptate necessitatibus blanditiis.\",\"body\":\"You can't transmit the firewall without transmitting the primary PNG driver!\"}"], ["created_at", "2016-10-07 18:56:55.587101"], ["updated_at", "2016-10-07 18:56:55.587101"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ratione provident et non distinctio dolor aut.\",\"body\":\"Use the cross-platform SMS sensor, then you can index the wireless capacitor!\"}"], ["created_at", "2016-10-07 18:56:55.589412"], ["updated_at", "2016-10-07 18:56:55.589412"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam eos veniam quis explicabo.\",\"body\":\"The SDD alarm is down, back up the cross-platform card so we can quantify the SDD application!\"}"], ["created_at", "2016-10-07 18:56:55.591859"], ["updated_at", "2016-10-07 18:56:55.591859"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis qui distinctio nam sunt sint ipsa.\",\"body\":\"We need to bypass the digital EXE alarm!\"}"], ["created_at", "2016-10-07 18:56:55.593985"], ["updated_at", "2016-10-07 18:56:55.593985"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam eum consequuntur placeat.\",\"body\":\"If we hack the array, we can get to the JBOD circuit through the optical SMTP alarm!\"}"], ["created_at", "2016-10-07 18:56:55.595933"], ["updated_at", "2016-10-07 18:56:55.595933"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At doloribus aut dolores et.\",\"body\":\"Compressing the program won't do anything, we need to reboot the open-source gb pixel!\"}"], ["created_at", "2016-10-07 18:56:55.597728"], ["updated_at", "2016-10-07 18:56:55.597728"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores voluptatem similique explicabo eum et neque et.\",\"body\":\"You can't override the card without compressing the wireless AGP array!\"}"], ["created_at", "2016-10-07 18:56:55.599622"], ["updated_at", "2016-10-07 18:56:55.599622"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium et ut in dolor.\",\"body\":\"The TCP matrix is down, index the multi-byte protocol so we can input the EXE system!\"}"], ["created_at", "2016-10-07 18:56:55.601616"], ["updated_at", "2016-10-07 18:56:55.601616"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam dicta qui.\",\"body\":\"We need to index the mobile JSON firewall!\"}"], ["created_at", "2016-10-07 18:56:55.603628"], ["updated_at", "2016-10-07 18:56:55.603628"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima dignissimos cum quia.\",\"body\":\"Overriding the monitor won't do anything, we need to reboot the wireless ram application!\"}"], ["created_at", "2016-10-07 18:56:55.605546"], ["updated_at", "2016-10-07 18:56:55.605546"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ipsam quidem sit a voluptatibus eveniet.\",\"body\":\"If we navigate the capacitor, we can get to the JBOD feed through the back-end HTTP program!\"}"], ["created_at", "2016-10-07 18:56:55.607386"], ["updated_at", "2016-10-07 18:56:55.607386"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime quos quis minima.\",\"body\":\"Use the bluetooth JSON firewall, then you can program the haptic firewall!\"}"], ["created_at", "2016-10-07 18:56:55.609507"], ["updated_at", "2016-10-07 18:56:55.609507"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio quis vitae nihil adipisci nihil dolores.\",\"body\":\"I'll connect the neural SMTP matrix, that should driver the XML transmitter!\"}"], ["created_at", "2016-10-07 18:56:55.611498"], ["updated_at", "2016-10-07 18:56:55.611498"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex incidunt molestiae molestiae pariatur ullam dolorum.\",\"body\":\"You can't input the hard drive without overriding the auxiliary EXE application!\"}"], ["created_at", "2016-10-07 18:56:55.613644"], ["updated_at", "2016-10-07 18:56:55.613644"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil tempore et.\",\"body\":\"We need to hack the multi-byte XML transmitter!\"}"], ["created_at", "2016-10-07 18:56:55.616277"], ["updated_at", "2016-10-07 18:56:55.616277"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore qui dolores id nulla perferendis a.\",\"body\":\"Use the mobile SSL panel, then you can hack the bluetooth system!\"}"], ["created_at", "2016-10-07 18:56:55.618805"], ["updated_at", "2016-10-07 18:56:55.618805"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur aut temporibus.\",\"body\":\"Try to back up the XSS panel, maybe it will parse the solid state port!\"}"], ["created_at", "2016-10-07 18:56:55.620665"], ["updated_at", "2016-10-07 18:56:55.620665"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas et ut nihil blanditiis earum.\",\"body\":\"Try to copy the SMS system, maybe it will program the open-source bus!\"}"], ["created_at", "2016-10-07 18:56:55.622173"], ["updated_at", "2016-10-07 18:56:55.622173"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim consequatur aut.\",\"body\":\"We need to index the online FTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:55.623711"], ["updated_at", "2016-10-07 18:56:55.623711"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut dolorem et omnis laboriosam ipsam.\",\"body\":\"Use the primary AI card, then you can parse the wireless protocol!\"}"], ["created_at", "2016-10-07 18:56:55.625163"], ["updated_at", "2016-10-07 18:56:55.625163"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero quia porro qui at laboriosam sit rerum.\",\"body\":\"I'll connect the online GB capacitor, that should driver the JSON port!\"}"], ["created_at", "2016-10-07 18:56:55.627464"], ["updated_at", "2016-10-07 18:56:55.627464"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur ad deleniti quo dolor.\",\"body\":\"We need to parse the neural HDD circuit!\"}"], ["created_at", "2016-10-07 18:56:55.630286"], ["updated_at", "2016-10-07 18:56:55.630286"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In ut eius laudantium illum ullam totam.\",\"body\":\"The IB array is down, calculate the primary bandwidth so we can navigate the XSS panel!\"}"], ["created_at", "2016-10-07 18:56:55.632474"], ["updated_at", "2016-10-07 18:56:55.632474"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis maiores quis beatae quod placeat.\",\"body\":\"The SSL feed is down, bypass the open-source system so we can override the SAS protocol!\"}"], ["created_at", "2016-10-07 18:56:55.634667"], ["updated_at", "2016-10-07 18:56:55.634667"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex culpa praesentium neque nam.\",\"body\":\"You can't connect the capacitor without navigating the auxiliary HDD program!\"}"], ["created_at", "2016-10-07 18:56:55.636702"], ["updated_at", "2016-10-07 18:56:55.636702"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas minima vel quia eius.\",\"body\":\"I'll synthesize the mobile RSS firewall, that should circuit the PNG monitor!\"}"], ["created_at", "2016-10-07 18:56:55.638785"], ["updated_at", "2016-10-07 18:56:55.638785"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium accusamus voluptatem adipisci ut velit hic.\",\"body\":\"Try to synthesize the SMTP bus, maybe it will quantify the 1080p matrix!\"}"], ["created_at", "2016-10-07 18:56:55.641285"], ["updated_at", "2016-10-07 18:56:55.641285"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima ad repudiandae dolores ut enim quis ipsa.\",\"body\":\"Use the bluetooth FTP application, then you can generate the digital pixel!\"}"], ["created_at", "2016-10-07 18:56:55.644130"], ["updated_at", "2016-10-07 18:56:55.644130"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In tempore blanditiis nostrum iste dolores quia recusandae.\",\"body\":\"I'll reboot the online GB capacitor, that should bandwidth the XSS capacitor!\"}"], ["created_at", "2016-10-07 18:56:55.646307"], ["updated_at", "2016-10-07 18:56:55.646307"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut tenetur vel ullam non sunt.\",\"body\":\"You can't back up the capacitor without backing up the optical FTP transmitter!\"}"], ["created_at", "2016-10-07 18:56:55.648634"], ["updated_at", "2016-10-07 18:56:55.648634"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto dolorum est.\",\"body\":\"We need to program the digital SMTP panel!\"}"], ["created_at", "2016-10-07 18:56:55.650961"], ["updated_at", "2016-10-07 18:56:55.650961"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ea earum aliquam quam dicta et possimus.\",\"body\":\"I'll reboot the digital XML application, that should system the IB port!\"}"], ["created_at", "2016-10-07 18:56:55.653388"], ["updated_at", "2016-10-07 18:56:55.653388"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet recusandae aperiam.\",\"body\":\"Try to hack the HDD capacitor, maybe it will copy the cross-platform capacitor!\"}"], ["created_at", "2016-10-07 18:56:55.655578"], ["updated_at", "2016-10-07 18:56:55.655578"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eaque voluptate explicabo amet.\",\"body\":\"If we transmit the alarm, we can get to the USB driver through the mobile JSON matrix!\"}"], ["created_at", "2016-10-07 18:56:55.657510"], ["updated_at", "2016-10-07 18:56:55.657510"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere aperiam sit sunt ut et modi tenetur.\",\"body\":\"You can't override the hard drive without hacking the open-source SMS interface!\"}"], ["created_at", "2016-10-07 18:56:55.659665"], ["updated_at", "2016-10-07 18:56:55.659665"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt molestiae consectetur maiores.\",\"body\":\"The XSS feed is down, calculate the virtual monitor so we can index the SSL circuit!\"}"], ["created_at", "2016-10-07 18:56:55.661568"], ["updated_at", "2016-10-07 18:56:55.661568"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur distinctio repellat.\",\"body\":\"The SAS card is down, calculate the optical matrix so we can parse the RAM sensor!\"}"], ["created_at", "2016-10-07 18:56:55.663619"], ["updated_at", "2016-10-07 18:56:55.663619"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quo sequi facilis nulla quia.\",\"body\":\"You can't calculate the bus without copying the neural PCI capacitor!\"}"], ["created_at", "2016-10-07 18:56:55.666113"], ["updated_at", "2016-10-07 18:56:55.666113"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit ab maiores eos modi sint rerum est.\",\"body\":\"Bypassing the array won't do anything, we need to index the mobile ai card!\"}"], ["created_at", "2016-10-07 18:56:55.668411"], ["updated_at", "2016-10-07 18:56:55.668411"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis quibusdam autem amet numquam.\",\"body\":\"Parsing the monitor won't do anything, we need to bypass the virtual thx hard drive!\"}"], ["created_at", "2016-10-07 18:56:55.670850"], ["updated_at", "2016-10-07 18:56:55.670850"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum odio aut.\",\"body\":\"Try to override the CSS driver, maybe it will bypass the digital feed!\"}"], ["created_at", "2016-10-07 18:56:55.673291"], ["updated_at", "2016-10-07 18:56:55.673291"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis adipisci sint iste ut.\",\"body\":\"If we hack the port, we can get to the SDD application through the back-end IB monitor!\"}"], ["created_at", "2016-10-07 18:56:55.675975"], ["updated_at", "2016-10-07 18:56:55.675975"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus reiciendis distinctio eos.\",\"body\":\"Try to transmit the SDD hard drive, maybe it will copy the redundant application!\"}"], ["created_at", "2016-10-07 18:56:55.678354"], ["updated_at", "2016-10-07 18:56:55.678354"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur qui aut numquam similique.\",\"body\":\"Indexing the microchip won't do anything, we need to back up the mobile adp card!\"}"], ["created_at", "2016-10-07 18:56:55.680814"], ["updated_at", "2016-10-07 18:56:55.680814"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis quia ut harum optio.\",\"body\":\"You can't bypass the card without calculating the virtual AGP hard drive!\"}"], ["created_at", "2016-10-07 18:56:55.683391"], ["updated_at", "2016-10-07 18:56:55.683391"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolores minima eos.\",\"body\":\"Try to generate the XSS bandwidth, maybe it will calculate the back-end card!\"}"], ["created_at", "2016-10-07 18:56:55.685853"], ["updated_at", "2016-10-07 18:56:55.685853"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut iure quasi ut.\",\"body\":\"The XML application is down, parse the optical driver so we can navigate the SMS hard drive!\"}"], ["created_at", "2016-10-07 18:56:55.688369"], ["updated_at", "2016-10-07 18:56:55.688369"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci et consequatur sed a eaque voluptatem quia.\",\"body\":\"You can't navigate the program without generating the bluetooth HTTP application!\"}"], ["created_at", "2016-10-07 18:56:55.690924"], ["updated_at", "2016-10-07 18:56:55.690924"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla dignissimos voluptatum saepe dolores aut eum molestiae.\",\"body\":\"Quantifying the alarm won't do anything, we need to parse the neural css matrix!\"}"], ["created_at", "2016-10-07 18:56:55.693589"], ["updated_at", "2016-10-07 18:56:55.693589"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia autem fugit.\",\"body\":\"I'll transmit the open-source SQL card, that should bus the SSL panel!\"}"], ["created_at", "2016-10-07 18:56:55.695982"], ["updated_at", "2016-10-07 18:56:55.695982"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae in aut placeat et natus.\",\"body\":\"Programming the capacitor won't do anything, we need to generate the haptic agp protocol!\"}"], ["created_at", "2016-10-07 18:56:55.698225"], ["updated_at", "2016-10-07 18:56:55.698225"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam accusantium a.\",\"body\":\"You can't quantify the microchip without programming the solid state AI driver!\"}"], ["created_at", "2016-10-07 18:56:55.700573"], ["updated_at", "2016-10-07 18:56:55.700573"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel enim sapiente voluptatem voluptatibus voluptas laborum odit.\",\"body\":\"I'll hack the virtual AI capacitor, that should feed the PNG card!\"}"], ["created_at", "2016-10-07 18:56:55.702661"], ["updated_at", "2016-10-07 18:56:55.702661"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et inventore est dolorum exercitationem officiis repellat non.\",\"body\":\"Use the haptic GB port, then you can copy the cross-platform hard drive!\"}"], ["created_at", "2016-10-07 18:56:55.704549"], ["updated_at", "2016-10-07 18:56:55.704549"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus nisi sunt assumenda velit ad est optio.\",\"body\":\"You can't program the driver without transmitting the cross-platform AI transmitter!\"}"], ["created_at", "2016-10-07 18:56:55.706443"], ["updated_at", "2016-10-07 18:56:55.706443"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus autem quod.\",\"body\":\"Use the solid state XSS alarm, then you can synthesize the multi-byte application!\"}"], ["created_at", "2016-10-07 18:56:55.708857"], ["updated_at", "2016-10-07 18:56:55.708857"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima earum quidem quibusdam accusamus nemo aut non.\",\"body\":\"Try to back up the RSS bandwidth, maybe it will synthesize the optical transmitter!\"}"], ["created_at", "2016-10-07 18:56:55.711150"], ["updated_at", "2016-10-07 18:56:55.711150"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum dolorem consequatur nam et voluptas harum.\",\"body\":\"Try to compress the USB application, maybe it will synthesize the digital pixel!\"}"], ["created_at", "2016-10-07 18:56:55.713129"], ["updated_at", "2016-10-07 18:56:55.713129"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia fuga tempora eius unde et.\",\"body\":\"Copying the panel won't do anything, we need to program the mobile png array!\"}"], ["created_at", "2016-10-07 18:56:55.715030"], ["updated_at", "2016-10-07 18:56:55.715030"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut atque deserunt adipisci.\",\"body\":\"Try to back up the SSL application, maybe it will copy the cross-platform microchip!\"}"], ["created_at", "2016-10-07 18:56:55.716944"], ["updated_at", "2016-10-07 18:56:55.716944"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam ipsa magni consequatur accusamus architecto maxime et.\",\"body\":\"The SDD card is down, back up the back-end hard drive so we can generate the SMS alarm!\"}"], ["created_at", "2016-10-07 18:56:55.718859"], ["updated_at", "2016-10-07 18:56:55.718859"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nesciunt maxime.\",\"body\":\"I'll parse the wireless AI transmitter, that should bus the RSS feed!\"}"], ["created_at", "2016-10-07 18:56:55.720547"], ["updated_at", "2016-10-07 18:56:55.720547"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut laudantium sint vel quis nostrum.\",\"body\":\"You can't compress the circuit without synthesizing the online IB sensor!\"}"], ["created_at", "2016-10-07 18:56:55.722321"], ["updated_at", "2016-10-07 18:56:55.722321"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quae porro.\",\"body\":\"We need to input the auxiliary COM interface!\"}"], ["created_at", "2016-10-07 18:56:55.724429"], ["updated_at", "2016-10-07 18:56:55.724429"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates nam esse.\",\"body\":\"The HTTP panel is down, compress the multi-byte port so we can back up the JSON monitor!\"}"], ["created_at", "2016-10-07 18:56:55.726779"], ["updated_at", "2016-10-07 18:56:55.726779"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet sit tenetur deleniti velit non.\",\"body\":\"If we input the hard drive, we can get to the USB protocol through the neural TCP pixel!\"}"], ["created_at", "2016-10-07 18:56:55.728789"], ["updated_at", "2016-10-07 18:56:55.728789"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia totam et ducimus.\",\"body\":\"The EXE matrix is down, connect the mobile alarm so we can input the RAM pixel!\"}"], ["created_at", "2016-10-07 18:56:55.730746"], ["updated_at", "2016-10-07 18:56:55.730746"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam dolor id ipsum quod laudantium ducimus animi.\",\"body\":\"You can't compress the bus without connecting the multi-byte PCI interface!\"}"], ["created_at", "2016-10-07 18:56:55.732662"], ["updated_at", "2016-10-07 18:56:55.732662"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas sint molestiae qui beatae voluptate ut.\",\"body\":\"The JSON firewall is down, bypass the neural program so we can index the AGP feed!\"}"], ["created_at", "2016-10-07 18:56:55.734591"], ["updated_at", "2016-10-07 18:56:55.734591"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi vel id vero.\",\"body\":\"The JSON matrix is down, quantify the digital capacitor so we can connect the XSS sensor!\"}"], ["created_at", "2016-10-07 18:56:55.736505"], ["updated_at", "2016-10-07 18:56:55.736505"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas minima dicta recusandae mollitia nesciunt est.\",\"body\":\"Try to back up the RSS array, maybe it will connect the bluetooth transmitter!\"}"], ["created_at", "2016-10-07 18:56:55.738209"], ["updated_at", "2016-10-07 18:56:55.738209"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus labore id reiciendis minima dolores sequi cupiditate.\",\"body\":\"The USB alarm is down, input the redundant array so we can connect the HDD alarm!\"}"], ["created_at", "2016-10-07 18:56:55.739981"], ["updated_at", "2016-10-07 18:56:55.739981"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut qui tempore deleniti.\",\"body\":\"Use the back-end JBOD program, then you can override the 1080p system!\"}"], ["created_at", "2016-10-07 18:56:55.741913"], ["updated_at", "2016-10-07 18:56:55.741913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam unde ea qui.\",\"body\":\"Use the cross-platform COM transmitter, then you can back up the online sensor!\"}"], ["created_at", "2016-10-07 18:56:55.743758"], ["updated_at", "2016-10-07 18:56:55.743758"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis quo temporibus tempora.\",\"body\":\"The PNG matrix is down, back up the online protocol so we can program the COM microchip!\"}"], ["created_at", "2016-10-07 18:56:55.745464"], ["updated_at", "2016-10-07 18:56:55.745464"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed velit nam sed sit.\",\"body\":\"The IB microchip is down, input the cross-platform interface so we can transmit the COM bus!\"}"], ["created_at", "2016-10-07 18:56:55.747406"], ["updated_at", "2016-10-07 18:56:55.747406"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit consequatur et.\",\"body\":\"We need to synthesize the multi-byte JSON alarm!\"}"], ["created_at", "2016-10-07 18:56:55.749479"], ["updated_at", "2016-10-07 18:56:55.749479"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis et dolorem.\",\"body\":\"I'll parse the cross-platform SAS pixel, that should monitor the AI protocol!\"}"], ["created_at", "2016-10-07 18:56:55.751875"], ["updated_at", "2016-10-07 18:56:55.751875"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus nobis ut facilis.\",\"body\":\"If we calculate the protocol, we can get to the ADP protocol through the redundant AI firewall!\"}"], ["created_at", "2016-10-07 18:56:55.754278"], ["updated_at", "2016-10-07 18:56:55.754278"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint voluptate et temporibus quasi quas quos nostrum.\",\"body\":\"We need to calculate the cross-platform XSS system!\"}"], ["created_at", "2016-10-07 18:56:55.757003"], ["updated_at", "2016-10-07 18:56:55.757003"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint recusandae quas optio earum autem totam.\",\"body\":\"Use the neural SMTP pixel, then you can hack the solid state feed!\"}"], ["created_at", "2016-10-07 18:56:55.759632"], ["updated_at", "2016-10-07 18:56:55.759632"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt accusamus qui recusandae minima placeat aliquam.\",\"body\":\"We need to back up the virtual SQL capacitor!\"}"], ["created_at", "2016-10-07 18:56:55.761168"], ["updated_at", "2016-10-07 18:56:55.761168"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis architecto et nihil.\",\"body\":\"Try to override the HTTP program, maybe it will back up the 1080p circuit!\"}"], ["created_at", "2016-10-07 18:56:55.762627"], ["updated_at", "2016-10-07 18:56:55.762627"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptatum itaque at molestiae qui nam.\",\"body\":\"Generating the bandwidth won't do anything, we need to quantify the redundant hdd sensor!\"}"], ["created_at", "2016-10-07 18:56:55.765829"], ["updated_at", "2016-10-07 18:56:55.765829"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non et culpa perferendis quidem a ipsum.\",\"body\":\"You can't hack the capacitor without bypassing the primary XSS firewall!\"}"], ["created_at", "2016-10-07 18:56:55.767333"], ["updated_at", "2016-10-07 18:56:55.767333"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem fugiat natus ratione animi architecto.\",\"body\":\"Transmitting the card won't do anything, we need to navigate the haptic pci matrix!\"}"], ["created_at", "2016-10-07 18:56:55.769290"], ["updated_at", "2016-10-07 18:56:55.769290"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum similique animi et qui.\",\"body\":\"If we parse the feed, we can get to the XSS panel through the 1080p PNG microchip!\"}"], ["created_at", "2016-10-07 18:56:55.771867"], ["updated_at", "2016-10-07 18:56:55.771867"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam non distinctio enim numquam ea.\",\"body\":\"The HDD system is down, hack the redundant sensor so we can connect the TCP program!\"}"], ["created_at", "2016-10-07 18:56:55.775817"], ["updated_at", "2016-10-07 18:56:55.775817"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores totam nisi aut omnis.\",\"body\":\"I'll back up the auxiliary PCI monitor, that should circuit the PNG sensor!\"}"], ["created_at", "2016-10-07 18:56:55.777417"], ["updated_at", "2016-10-07 18:56:55.777417"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit et voluptatem laborum eaque.\",\"body\":\"If we index the protocol, we can get to the SSL array through the back-end SDD hard drive!\"}"], ["created_at", "2016-10-07 18:56:55.780807"], ["updated_at", "2016-10-07 18:56:55.780807"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam aut sed placeat.\",\"body\":\"We need to connect the solid state SSL feed!\"}"], ["created_at", "2016-10-07 18:56:55.782321"], ["updated_at", "2016-10-07 18:56:55.782321"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vitae porro aut vel ut ut saepe.\",\"body\":\"We need to back up the redundant USB application!\"}"], ["created_at", "2016-10-07 18:56:55.783682"], ["updated_at", "2016-10-07 18:56:55.783682"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo amet atque vitae officiis libero.\",\"body\":\"We need to navigate the online XML circuit!\"}"], ["created_at", "2016-10-07 18:56:55.784968"], ["updated_at", "2016-10-07 18:56:55.784968"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor vero rerum numquam voluptatem sapiente ducimus ea.\",\"body\":\"Use the primary EXE application, then you can input the open-source matrix!\"}"], ["created_at", "2016-10-07 18:56:55.786232"], ["updated_at", "2016-10-07 18:56:55.786232"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia libero consequatur deleniti qui possimus vitae ut.\",\"body\":\"I'll input the virtual CSS firewall, that should sensor the SQL alarm!\"}"], ["created_at", "2016-10-07 18:56:55.787656"], ["updated_at", "2016-10-07 18:56:55.787656"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ipsam voluptatem qui illo similique.\",\"body\":\"You can't reboot the hard drive without compressing the haptic THX port!\"}"], ["created_at", "2016-10-07 18:56:55.788930"], ["updated_at", "2016-10-07 18:56:55.788930"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui fugiat non aliquid.\",\"body\":\"I'll copy the bluetooth CSS system, that should matrix the XML sensor!\"}"], ["created_at", "2016-10-07 18:56:55.790280"], ["updated_at", "2016-10-07 18:56:55.790280"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate dolores eligendi iusto.\",\"body\":\"I'll quantify the back-end IB panel, that should port the SMS transmitter!\"}"], ["created_at", "2016-10-07 18:56:55.792533"], ["updated_at", "2016-10-07 18:56:55.792533"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et molestiae quibusdam in reprehenderit assumenda veritatis.\",\"body\":\"If we back up the program, we can get to the CSS monitor through the haptic USB matrix!\"}"], ["created_at", "2016-10-07 18:56:55.794666"], ["updated_at", "2016-10-07 18:56:55.794666"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum nulla et qui.\",\"body\":\"If we back up the interface, we can get to the XSS microchip through the 1080p HDD monitor!\"}"], ["created_at", "2016-10-07 18:56:55.796158"], ["updated_at", "2016-10-07 18:56:55.796158"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et et dignissimos praesentium doloremque dolore molestiae.\",\"body\":\"If we compress the pixel, we can get to the PNG bus through the online SAS application!\"}"], ["created_at", "2016-10-07 18:56:55.797431"], ["updated_at", "2016-10-07 18:56:55.797431"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae aliquam voluptatem consequuntur.\",\"body\":\"We need to bypass the multi-byte THX sensor!\"}"], ["created_at", "2016-10-07 18:56:55.798795"], ["updated_at", "2016-10-07 18:56:55.798795"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolorem natus autem aut molestias maxime.\",\"body\":\"You can't calculate the panel without generating the redundant ADP matrix!\"}"], ["created_at", "2016-10-07 18:56:55.800146"], ["updated_at", "2016-10-07 18:56:55.800146"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam nisi eius nihil sint reiciendis distinctio.\",\"body\":\"You can't quantify the driver without programming the multi-byte PCI circuit!\"}"], ["created_at", "2016-10-07 18:56:55.801470"], ["updated_at", "2016-10-07 18:56:55.801470"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi itaque voluptas pariatur repudiandae voluptatibus.\",\"body\":\"I'll program the mobile COM pixel, that should program the THX port!\"}"], ["created_at", "2016-10-07 18:56:55.802837"], ["updated_at", "2016-10-07 18:56:55.802837"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur rem reprehenderit error aut repellendus ut maiores.\",\"body\":\"The SMS program is down, calculate the primary microchip so we can hack the PNG capacitor!\"}"], ["created_at", "2016-10-07 18:56:55.804391"], ["updated_at", "2016-10-07 18:56:55.804391"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores cum consequuntur quaerat.\",\"body\":\"We need to hack the mobile CSS monitor!\"}"], ["created_at", "2016-10-07 18:56:55.805714"], ["updated_at", "2016-10-07 18:56:55.805714"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id aspernatur quidem omnis.\",\"body\":\"Backing up the protocol won't do anything, we need to quantify the primary tcp array!\"}"], ["created_at", "2016-10-07 18:56:55.807866"], ["updated_at", "2016-10-07 18:56:55.807866"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quo quos.\",\"body\":\"Use the bluetooth HDD application, then you can transmit the cross-platform circuit!\"}"], ["created_at", "2016-10-07 18:56:55.810318"], ["updated_at", "2016-10-07 18:56:55.810318"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi excepturi deleniti itaque ut.\",\"body\":\"I'll input the virtual EXE matrix, that should circuit the PNG transmitter!\"}"], ["created_at", "2016-10-07 18:56:55.813975"], ["updated_at", "2016-10-07 18:56:55.813975"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam quis dolores.\",\"body\":\"Try to reboot the THX port, maybe it will back up the bluetooth interface!\"}"], ["created_at", "2016-10-07 18:56:55.815772"], ["updated_at", "2016-10-07 18:56:55.815772"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis nihil qui eaque repellendus numquam tempore deserunt.\",\"body\":\"If we hack the array, we can get to the PCI firewall through the cross-platform FTP feed!\"}"], ["created_at", "2016-10-07 18:56:55.817169"], ["updated_at", "2016-10-07 18:56:55.817169"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse aut accusamus ipsum voluptates maxime minima.\",\"body\":\"You can't hack the alarm without copying the haptic GB feed!\"}"], ["created_at", "2016-10-07 18:56:55.818494"], ["updated_at", "2016-10-07 18:56:55.818494"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere laudantium quo veniam excepturi voluptate est.\",\"body\":\"Use the back-end IB alarm, then you can synthesize the redundant feed!\"}"], ["created_at", "2016-10-07 18:56:55.820042"], ["updated_at", "2016-10-07 18:56:55.820042"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quas quia est voluptas sed rem similique.\",\"body\":\"The JBOD application is down, override the redundant monitor so we can back up the SQL driver!\"}"], ["created_at", "2016-10-07 18:56:55.823276"], ["updated_at", "2016-10-07 18:56:55.823276"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam nostrum similique.\",\"body\":\"We need to generate the optical SQL interface!\"}"], ["created_at", "2016-10-07 18:56:55.825442"], ["updated_at", "2016-10-07 18:56:55.825442"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi non dolore nulla tenetur modi molestiae ipsum.\",\"body\":\"We need to bypass the neural THX circuit!\"}"], ["created_at", "2016-10-07 18:56:55.827394"], ["updated_at", "2016-10-07 18:56:55.827394"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum et amet sit odio omnis.\",\"body\":\"You can't synthesize the firewall without parsing the neural SSL interface!\"}"], ["created_at", "2016-10-07 18:56:55.828764"], ["updated_at", "2016-10-07 18:56:55.828764"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit maxime quia aspernatur reprehenderit accusamus sapiente.\",\"body\":\"You can't override the monitor without backing up the redundant JSON pixel!\"}"], ["created_at", "2016-10-07 18:56:55.830063"], ["updated_at", "2016-10-07 18:56:55.830063"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis ad pariatur dolores ratione autem.\",\"body\":\"If we program the microchip, we can get to the PCI protocol through the back-end ADP pixel!\"}"], ["created_at", "2016-10-07 18:56:55.831699"], ["updated_at", "2016-10-07 18:56:55.831699"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores fugit commodi rem.\",\"body\":\"Try to program the EXE feed, maybe it will transmit the redundant capacitor!\"}"], ["created_at", "2016-10-07 18:56:55.834330"], ["updated_at", "2016-10-07 18:56:55.834330"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor facilis reprehenderit.\",\"body\":\"If we compress the sensor, we can get to the THX pixel through the mobile HTTP pixel!\"}"], ["created_at", "2016-10-07 18:56:55.836929"], ["updated_at", "2016-10-07 18:56:55.836929"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur et aliquid deleniti repellat inventore totam.\",\"body\":\"The SCSI application is down, parse the neural bandwidth so we can generate the USB system!\"}"], ["created_at", "2016-10-07 18:56:55.839471"], ["updated_at", "2016-10-07 18:56:55.839471"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum modi omnis.\",\"body\":\"We need to input the mobile PNG capacitor!\"}"], ["created_at", "2016-10-07 18:56:55.841969"], ["updated_at", "2016-10-07 18:56:55.841969"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut autem id et porro dolores reprehenderit.\",\"body\":\"I'll input the haptic HTTP system, that should sensor the SQL transmitter!\"}"], ["created_at", "2016-10-07 18:56:55.844765"], ["updated_at", "2016-10-07 18:56:55.844765"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem incidunt eos aut totam et voluptate ratione.\",\"body\":\"I'll override the back-end THX panel, that should pixel the PNG pixel!\"}"], ["created_at", "2016-10-07 18:56:55.847091"], ["updated_at", "2016-10-07 18:56:55.847091"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto voluptatem non.\",\"body\":\"Quantifying the bandwidth won't do anything, we need to generate the auxiliary sdd transmitter!\"}"], ["created_at", "2016-10-07 18:56:55.849532"], ["updated_at", "2016-10-07 18:56:55.849532"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus expedita voluptatem ex.\",\"body\":\"Try to navigate the COM firewall, maybe it will parse the multi-byte capacitor!\"}"], ["created_at", "2016-10-07 18:56:55.852053"], ["updated_at", "2016-10-07 18:56:55.852053"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas dolor delectus totam aut provident quia quasi.\",\"body\":\"We need to transmit the haptic SQL hard drive!\"}"], ["created_at", "2016-10-07 18:56:55.854410"], ["updated_at", "2016-10-07 18:56:55.854410"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem eos qui natus animi quisquam esse eum.\",\"body\":\"If we generate the application, we can get to the AI feed through the neural USB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:55.856394"], ["updated_at", "2016-10-07 18:56:55.856394"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit vel facilis.\",\"body\":\"I'll bypass the back-end IB firewall, that should interface the HTTP matrix!\"}"], ["created_at", "2016-10-07 18:56:55.857859"], ["updated_at", "2016-10-07 18:56:55.857859"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt qui voluptate velit officiis vel aperiam.\",\"body\":\"Try to reboot the SCSI circuit, maybe it will reboot the multi-byte capacitor!\"}"], ["created_at", "2016-10-07 18:56:55.859719"], ["updated_at", "2016-10-07 18:56:55.859719"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam esse atque non delectus rem veritatis illo.\",\"body\":\"Use the virtual GB hard drive, then you can calculate the redundant microchip!\"}"], ["created_at", "2016-10-07 18:56:55.862221"], ["updated_at", "2016-10-07 18:56:55.862221"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed fugit expedita at eveniet voluptatum laborum voluptatibus.\",\"body\":\"Navigating the monitor won't do anything, we need to index the optical ssl transmitter!\"}"], ["created_at", "2016-10-07 18:56:55.865091"], ["updated_at", "2016-10-07 18:56:55.865091"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id recusandae cupiditate officiis reprehenderit.\",\"body\":\"The SQL system is down, input the optical bus so we can compress the IB capacitor!\"}"], ["created_at", "2016-10-07 18:56:55.868912"], ["updated_at", "2016-10-07 18:56:55.868912"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut est atque dolore qui quia qui natus.\",\"body\":\"I'll compress the bluetooth JBOD transmitter, that should transmitter the COM port!\"}"], ["created_at", "2016-10-07 18:56:55.873035"], ["updated_at", "2016-10-07 18:56:55.873035"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero deleniti dolores.\",\"body\":\"I'll bypass the bluetooth TCP capacitor, that should bus the SMS protocol!\"}"], ["created_at", "2016-10-07 18:56:55.875739"], ["updated_at", "2016-10-07 18:56:55.875739"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis voluptatum voluptas ipsam harum.\",\"body\":\"I'll bypass the multi-byte FTP interface, that should capacitor the GB capacitor!\"}"], ["created_at", "2016-10-07 18:56:55.877803"], ["updated_at", "2016-10-07 18:56:55.877803"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae qui dolores explicabo distinctio.\",\"body\":\"The SCSI capacitor is down, reboot the 1080p bandwidth so we can transmit the SCSI bus!\"}"], ["created_at", "2016-10-07 18:56:55.879557"], ["updated_at", "2016-10-07 18:56:55.879557"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur sed velit.\",\"body\":\"I'll synthesize the neural GB circuit, that should array the SMS application!\"}"], ["created_at", "2016-10-07 18:56:55.881210"], ["updated_at", "2016-10-07 18:56:55.881210"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus ratione ut dolores doloremque.\",\"body\":\"Use the virtual SQL array, then you can hack the redundant protocol!\"}"], ["created_at", "2016-10-07 18:56:55.882987"], ["updated_at", "2016-10-07 18:56:55.882987"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus qui facere.\",\"body\":\"The TCP monitor is down, navigate the neural bandwidth so we can transmit the JSON firewall!\"}"], ["created_at", "2016-10-07 18:56:55.884498"], ["updated_at", "2016-10-07 18:56:55.884498"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum corrupti sed tenetur.\",\"body\":\"Quantifying the array won't do anything, we need to synthesize the haptic sql alarm!\"}"], ["created_at", "2016-10-07 18:56:55.885992"], ["updated_at", "2016-10-07 18:56:55.885992"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio totam sint.\",\"body\":\"We need to connect the multi-byte SSL panel!\"}"], ["created_at", "2016-10-07 18:56:55.887491"], ["updated_at", "2016-10-07 18:56:55.887491"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est qui fugit dolore omnis.\",\"body\":\"Indexing the pixel won't do anything, we need to input the digital exe driver!\"}"], ["created_at", "2016-10-07 18:56:55.888893"], ["updated_at", "2016-10-07 18:56:55.888893"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat cum dolores quisquam.\",\"body\":\"Indexing the bandwidth won't do anything, we need to bypass the 1080p thx bandwidth!\"}"], ["created_at", "2016-10-07 18:56:55.890225"], ["updated_at", "2016-10-07 18:56:55.890225"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur rerum veniam laborum.\",\"body\":\"The FTP panel is down, copy the open-source application so we can index the USB bandwidth!\"}"], ["created_at", "2016-10-07 18:56:55.892437"], ["updated_at", "2016-10-07 18:56:55.892437"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem debitis et repellat labore.\",\"body\":\"You can't compress the protocol without backing up the digital XSS array!\"}"], ["created_at", "2016-10-07 18:56:55.894611"], ["updated_at", "2016-10-07 18:56:55.894611"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis dolores sequi aliquam.\",\"body\":\"Calculating the driver won't do anything, we need to calculate the solid state json firewall!\"}"], ["created_at", "2016-10-07 18:56:55.895975"], ["updated_at", "2016-10-07 18:56:55.895975"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam rem unde doloremque temporibus veritatis illum tenetur.\",\"body\":\"Use the mobile RSS pixel, then you can copy the haptic capacitor!\"}"], ["created_at", "2016-10-07 18:56:55.897237"], ["updated_at", "2016-10-07 18:56:55.897237"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit quod eum.\",\"body\":\"The ADP matrix is down, index the bluetooth bandwidth so we can synthesize the IB interface!\"}"], ["created_at", "2016-10-07 18:56:55.898563"], ["updated_at", "2016-10-07 18:56:55.898563"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex veritatis dicta dolorem.\",\"body\":\"If we generate the monitor, we can get to the GB panel through the primary EXE microchip!\"}"], ["created_at", "2016-10-07 18:56:55.900364"], ["updated_at", "2016-10-07 18:56:55.900364"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui id eaque debitis est ex et.\",\"body\":\"If we bypass the card, we can get to the EXE port through the wireless FTP interface!\"}"], ["created_at", "2016-10-07 18:56:55.902608"], ["updated_at", "2016-10-07 18:56:55.902608"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ab cum repellendus consectetur sit veritatis quos.\",\"body\":\"We need to quantify the neural JBOD card!\"}"], ["created_at", "2016-10-07 18:56:55.904142"], ["updated_at", "2016-10-07 18:56:55.904142"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed dicta voluptas suscipit voluptatem itaque aut.\",\"body\":\"We need to copy the neural SQL bandwidth!\"}"], ["created_at", "2016-10-07 18:56:55.905661"], ["updated_at", "2016-10-07 18:56:55.905661"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt aut occaecati quia.\",\"body\":\"Use the neural PCI panel, then you can hack the optical hard drive!\"}"], ["created_at", "2016-10-07 18:56:55.907043"], ["updated_at", "2016-10-07 18:56:55.907043"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam placeat quidem minus eaque alias accusamus.\",\"body\":\"If we input the capacitor, we can get to the COM hard drive through the solid state THX card!\"}"], ["created_at", "2016-10-07 18:56:55.908535"], ["updated_at", "2016-10-07 18:56:55.908535"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam dolor nihil maxime officiis suscipit non.\",\"body\":\"The HTTP sensor is down, connect the cross-platform alarm so we can input the RAM transmitter!\"}"], ["created_at", "2016-10-07 18:56:55.910149"], ["updated_at", "2016-10-07 18:56:55.910149"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis nemo voluptatum.\",\"body\":\"Overriding the feed won't do anything, we need to transmit the auxiliary pci alarm!\"}"], ["created_at", "2016-10-07 18:56:55.911769"], ["updated_at", "2016-10-07 18:56:55.911769"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos nulla architecto omnis at officia aspernatur minus.\",\"body\":\"The RSS panel is down, hack the online firewall so we can synthesize the XML bandwidth!\"}"], ["created_at", "2016-10-07 18:56:55.913126"], ["updated_at", "2016-10-07 18:56:55.913126"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut id ut.\",\"body\":\"If we transmit the feed, we can get to the PNG bandwidth through the primary AGP array!\"}"], ["created_at", "2016-10-07 18:56:55.914385"], ["updated_at", "2016-10-07 18:56:55.914385"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia rem ut iusto nihil corporis sapiente.\",\"body\":\"Use the bluetooth XSS capacitor, then you can override the wireless firewall!\"}"], ["created_at", "2016-10-07 18:56:55.915586"], ["updated_at", "2016-10-07 18:56:55.915586"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis ullam atque.\",\"body\":\"I'll connect the multi-byte AI protocol, that should firewall the SQL interface!\"}"], ["created_at", "2016-10-07 18:56:55.916868"], ["updated_at", "2016-10-07 18:56:55.916868"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis qui unde id consequuntur.\",\"body\":\"Try to generate the THX bus, maybe it will connect the mobile application!\"}"], ["created_at", "2016-10-07 18:56:55.918156"], ["updated_at", "2016-10-07 18:56:55.918156"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam ut voluptatem asperiores commodi et illo nemo.\",\"body\":\"We need to connect the neural SDD card!\"}"], ["created_at", "2016-10-07 18:56:55.919677"], ["updated_at", "2016-10-07 18:56:55.919677"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero laudantium sunt fuga ut qui eum ut.\",\"body\":\"If we input the application, we can get to the SCSI feed through the neural RAM feed!\"}"], ["created_at", "2016-10-07 18:56:55.921792"], ["updated_at", "2016-10-07 18:56:55.921792"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis eos iste quae quaerat quos maxime minima.\",\"body\":\"If we navigate the panel, we can get to the RAM transmitter through the cross-platform AGP card!\"}"], ["created_at", "2016-10-07 18:56:55.924515"], ["updated_at", "2016-10-07 18:56:55.924515"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et laudantium at dignissimos consequuntur.\",\"body\":\"Use the online AI array, then you can program the open-source feed!\"}"], ["created_at", "2016-10-07 18:56:55.928405"], ["updated_at", "2016-10-07 18:56:55.928405"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut deserunt ratione inventore.\",\"body\":\"I'll bypass the auxiliary RAM panel, that should system the SMTP feed!\"}"], ["created_at", "2016-10-07 18:56:55.932430"], ["updated_at", "2016-10-07 18:56:55.932430"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus voluptas deserunt quas nisi vel qui ad.\",\"body\":\"I'll bypass the primary SCSI matrix, that should system the TCP microchip!\"}"], ["created_at", "2016-10-07 18:56:55.934403"], ["updated_at", "2016-10-07 18:56:55.934403"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta officia delectus architecto itaque.\",\"body\":\"The HDD matrix is down, synthesize the redundant pixel so we can parse the CSS panel!\"}"], ["created_at", "2016-10-07 18:56:55.936841"], ["updated_at", "2016-10-07 18:56:55.936841"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et veritatis ut repellat in omnis vel.\",\"body\":\"Backing up the pixel won't do anything, we need to parse the wireless sql circuit!\"}"], ["created_at", "2016-10-07 18:56:55.938499"], ["updated_at", "2016-10-07 18:56:55.938499"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores in vel error.\",\"body\":\"You can't generate the driver without parsing the auxiliary CSS sensor!\"}"], ["created_at", "2016-10-07 18:56:55.941983"], ["updated_at", "2016-10-07 18:56:55.941983"]] SQL (0.5ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non excepturi minima recusandae quisquam delectus voluptatem.\",\"body\":\"Use the redundant AI protocol, then you can input the mobile sensor!\"}"], ["created_at", "2016-10-07 18:56:55.944691"], ["updated_at", "2016-10-07 18:56:55.944691"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum maxime provident blanditiis vel hic.\",\"body\":\"I'll copy the haptic AI transmitter, that should bus the XSS pixel!\"}"], ["created_at", "2016-10-07 18:56:55.949807"], ["updated_at", "2016-10-07 18:56:55.949807"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum eligendi ducimus vel harum veniam iusto et.\",\"body\":\"Try to hack the ADP feed, maybe it will transmit the cross-platform capacitor!\"}"], ["created_at", "2016-10-07 18:56:55.951866"], ["updated_at", "2016-10-07 18:56:55.951866"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In eos nobis voluptatibus incidunt.\",\"body\":\"The XSS alarm is down, calculate the solid state card so we can quantify the PNG interface!\"}"], ["created_at", "2016-10-07 18:56:55.953136"], ["updated_at", "2016-10-07 18:56:55.953136"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe qui autem dolor id voluptas.\",\"body\":\"Use the neural RSS protocol, then you can copy the optical application!\"}"], ["created_at", "2016-10-07 18:56:55.954252"], ["updated_at", "2016-10-07 18:56:55.954252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores doloremque error quis praesentium nihil asperiores.\",\"body\":\"If we index the feed, we can get to the HDD card through the virtual SDD driver!\"}"], ["created_at", "2016-10-07 18:56:55.955324"], ["updated_at", "2016-10-07 18:56:55.955324"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia mollitia qui eveniet dolore.\",\"body\":\"Try to copy the EXE port, maybe it will transmit the online firewall!\"}"], ["created_at", "2016-10-07 18:56:55.956288"], ["updated_at", "2016-10-07 18:56:55.956288"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed veritatis totam assumenda.\",\"body\":\"The SMS card is down, synthesize the mobile bus so we can input the TCP hard drive!\"}"], ["created_at", "2016-10-07 18:56:55.957369"], ["updated_at", "2016-10-07 18:56:55.957369"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et deserunt reiciendis culpa.\",\"body\":\"You can't calculate the bandwidth without indexing the optical HDD panel!\"}"], ["created_at", "2016-10-07 18:56:55.958878"], ["updated_at", "2016-10-07 18:56:55.958878"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati aperiam amet eius debitis.\",\"body\":\"Bypassing the port won't do anything, we need to transmit the optical xml array!\"}"], ["created_at", "2016-10-07 18:56:55.960732"], ["updated_at", "2016-10-07 18:56:55.960732"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint ut modi omnis qui odit.\",\"body\":\"The SMS driver is down, compress the virtual panel so we can program the JBOD hard drive!\"}"], ["created_at", "2016-10-07 18:56:55.965616"], ["updated_at", "2016-10-07 18:56:55.965616"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis porro quam quod nihil nostrum officiis.\",\"body\":\"We need to hack the multi-byte CSS pixel!\"}"], ["created_at", "2016-10-07 18:56:55.967311"], ["updated_at", "2016-10-07 18:56:55.967311"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis aliquid nihil doloremque.\",\"body\":\"I'll parse the online HDD card, that should program the GB protocol!\"}"], ["created_at", "2016-10-07 18:56:55.969125"], ["updated_at", "2016-10-07 18:56:55.969125"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit quo fugit eum natus est quisquam.\",\"body\":\"We need to input the mobile JSON monitor!\"}"], ["created_at", "2016-10-07 18:56:55.970981"], ["updated_at", "2016-10-07 18:56:55.970981"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam eos in.\",\"body\":\"You can't transmit the transmitter without copying the virtual COM card!\"}"], ["created_at", "2016-10-07 18:56:55.972251"], ["updated_at", "2016-10-07 18:56:55.972251"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam culpa est ut neque laborum quis.\",\"body\":\"If we synthesize the circuit, we can get to the XML bandwidth through the digital SSL bus!\"}"], ["created_at", "2016-10-07 18:56:55.973360"], ["updated_at", "2016-10-07 18:56:55.973360"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed rem velit beatae molestiae.\",\"body\":\"We need to transmit the primary TCP protocol!\"}"], ["created_at", "2016-10-07 18:56:55.974497"], ["updated_at", "2016-10-07 18:56:55.974497"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat commodi sunt corrupti.\",\"body\":\"I'll connect the mobile SSL program, that should hard drive the TCP matrix!\"}"], ["created_at", "2016-10-07 18:56:55.976173"], ["updated_at", "2016-10-07 18:56:55.976173"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus dolorem doloremque quae asperiores nesciunt.\",\"body\":\"Use the open-source SQL protocol, then you can input the cross-platform monitor!\"}"], ["created_at", "2016-10-07 18:56:55.978577"], ["updated_at", "2016-10-07 18:56:55.978577"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis voluptatem atque dignissimos eaque minus quis earum.\",\"body\":\"Use the wireless SQL alarm, then you can reboot the open-source matrix!\"}"], ["created_at", "2016-10-07 18:56:55.981539"], ["updated_at", "2016-10-07 18:56:55.981539"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta voluptatum et delectus fugit officiis assumenda.\",\"body\":\"The ADP pixel is down, input the auxiliary card so we can reboot the COM sensor!\"}"], ["created_at", "2016-10-07 18:56:55.983281"], ["updated_at", "2016-10-07 18:56:55.983281"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut atque voluptatem commodi at.\",\"body\":\"I'll navigate the auxiliary XML system, that should sensor the THX interface!\"}"], ["created_at", "2016-10-07 18:56:55.984248"], ["updated_at", "2016-10-07 18:56:55.984248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed pariatur ratione alias eligendi atque velit quam.\",\"body\":\"You can't synthesize the capacitor without parsing the bluetooth SQL program!\"}"], ["created_at", "2016-10-07 18:56:55.985148"], ["updated_at", "2016-10-07 18:56:55.985148"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus omnis nihil hic.\",\"body\":\"Use the haptic JSON circuit, then you can transmit the online interface!\"}"], ["created_at", "2016-10-07 18:56:55.986031"], ["updated_at", "2016-10-07 18:56:55.986031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia dignissimos dolor sed.\",\"body\":\"We need to input the primary SMTP driver!\"}"], ["created_at", "2016-10-07 18:56:55.987036"], ["updated_at", "2016-10-07 18:56:55.987036"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae nam est iste et et.\",\"body\":\"The RAM system is down, calculate the multi-byte pixel so we can hack the SMS capacitor!\"}"], ["created_at", "2016-10-07 18:56:55.987874"], ["updated_at", "2016-10-07 18:56:55.987874"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab ut dolore quis modi neque eum officia.\",\"body\":\"Use the 1080p CSS port, then you can hack the wireless hard drive!\"}"], ["created_at", "2016-10-07 18:56:55.988786"], ["updated_at", "2016-10-07 18:56:55.988786"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia et neque aut quo facere quia.\",\"body\":\"Overriding the monitor won't do anything, we need to program the open-source com panel!\"}"], ["created_at", "2016-10-07 18:56:55.989647"], ["updated_at", "2016-10-07 18:56:55.989647"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur ullam deleniti est voluptatem.\",\"body\":\"If we synthesize the circuit, we can get to the AGP pixel through the online TCP protocol!\"}"], ["created_at", "2016-10-07 18:56:55.990554"], ["updated_at", "2016-10-07 18:56:55.990554"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus enim fuga voluptatem.\",\"body\":\"If we synthesize the bandwidth, we can get to the AGP capacitor through the solid state PNG hard drive!\"}"], ["created_at", "2016-10-07 18:56:55.991652"], ["updated_at", "2016-10-07 18:56:55.991652"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa omnis nulla velit amet aspernatur in.\",\"body\":\"The SMTP bandwidth is down, program the auxiliary hard drive so we can program the FTP hard drive!\"}"], ["created_at", "2016-10-07 18:56:55.993826"], ["updated_at", "2016-10-07 18:56:55.993826"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae in repellendus facilis praesentium.\",\"body\":\"The JSON system is down, reboot the redundant circuit so we can hack the RSS protocol!\"}"], ["created_at", "2016-10-07 18:56:55.997383"], ["updated_at", "2016-10-07 18:56:55.997383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non et fugit qui maxime neque.\",\"body\":\"Try to connect the GB protocol, maybe it will connect the 1080p bus!\"}"], ["created_at", "2016-10-07 18:56:56.000225"], ["updated_at", "2016-10-07 18:56:56.000225"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem ipsam dolor necessitatibus.\",\"body\":\"We need to navigate the optical PCI protocol!\"}"], ["created_at", "2016-10-07 18:56:56.001203"], ["updated_at", "2016-10-07 18:56:56.001203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam enim ea ut debitis reprehenderit cupiditate nisi.\",\"body\":\"Transmitting the circuit won't do anything, we need to program the open-source usb card!\"}"], ["created_at", "2016-10-07 18:56:56.002083"], ["updated_at", "2016-10-07 18:56:56.002083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam voluptas autem porro cumque repellat sit.\",\"body\":\"If we back up the protocol, we can get to the RAM capacitor through the 1080p AGP transmitter!\"}"], ["created_at", "2016-10-07 18:56:56.002986"], ["updated_at", "2016-10-07 18:56:56.002986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi iste id at esse.\",\"body\":\"Use the cross-platform JSON protocol, then you can program the primary program!\"}"], ["created_at", "2016-10-07 18:56:56.003932"], ["updated_at", "2016-10-07 18:56:56.003932"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ratione velit vero ut tempora sed.\",\"body\":\"Try to index the SQL protocol, maybe it will bypass the haptic transmitter!\"}"], ["created_at", "2016-10-07 18:56:56.004889"], ["updated_at", "2016-10-07 18:56:56.004889"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero voluptas eos quia voluptatum qui alias odit.\",\"body\":\"I'll compress the bluetooth SQL interface, that should monitor the SSL sensor!\"}"], ["created_at", "2016-10-07 18:56:56.005777"], ["updated_at", "2016-10-07 18:56:56.005777"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat reiciendis amet earum.\",\"body\":\"The RSS bandwidth is down, quantify the 1080p matrix so we can transmit the RSS transmitter!\"}"], ["created_at", "2016-10-07 18:56:56.006734"], ["updated_at", "2016-10-07 18:56:56.006734"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor sapiente voluptas harum sint culpa.\",\"body\":\"Try to compress the SSL microchip, maybe it will input the open-source transmitter!\"}"], ["created_at", "2016-10-07 18:56:56.007782"], ["updated_at", "2016-10-07 18:56:56.007782"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat iure voluptates praesentium voluptatem.\",\"body\":\"Use the cross-platform RAM pixel, then you can reboot the cross-platform panel!\"}"], ["created_at", "2016-10-07 18:56:56.009409"], ["updated_at", "2016-10-07 18:56:56.009409"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat in esse aliquid.\",\"body\":\"Try to navigate the HTTP firewall, maybe it will calculate the virtual microchip!\"}"], ["created_at", "2016-10-07 18:56:56.011590"], ["updated_at", "2016-10-07 18:56:56.011590"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et voluptas voluptatem culpa perspiciatis.\",\"body\":\"Try to reboot the RSS protocol, maybe it will back up the haptic alarm!\"}"], ["created_at", "2016-10-07 18:56:56.014806"], ["updated_at", "2016-10-07 18:56:56.014806"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi saepe sapiente quae et perferendis.\",\"body\":\"Try to navigate the TCP program, maybe it will copy the primary pixel!\"}"], ["created_at", "2016-10-07 18:56:56.017234"], ["updated_at", "2016-10-07 18:56:56.017234"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est itaque provident optio possimus quam officiis quis.\",\"body\":\"Use the optical GB panel, then you can program the bluetooth circuit!\"}"], ["created_at", "2016-10-07 18:56:56.020166"], ["updated_at", "2016-10-07 18:56:56.020166"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum officia odit magnam.\",\"body\":\"Parsing the application won't do anything, we need to override the mobile ram panel!\"}"], ["created_at", "2016-10-07 18:56:56.023065"], ["updated_at", "2016-10-07 18:56:56.023065"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil vel doloribus sequi porro.\",\"body\":\"Synthesizing the microchip won't do anything, we need to navigate the haptic png firewall!\"}"], ["created_at", "2016-10-07 18:56:56.024167"], ["updated_at", "2016-10-07 18:56:56.024167"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus impedit harum provident.\",\"body\":\"Quantifying the sensor won't do anything, we need to bypass the haptic thx program!\"}"], ["created_at", "2016-10-07 18:56:56.025368"], ["updated_at", "2016-10-07 18:56:56.025368"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero officia cumque accusamus rerum odit consequuntur eum.\",\"body\":\"You can't hack the pixel without hacking the auxiliary USB panel!\"}"], ["created_at", "2016-10-07 18:56:56.027552"], ["updated_at", "2016-10-07 18:56:56.027552"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit animi et beatae quis iure voluptatem.\",\"body\":\"Navigating the driver won't do anything, we need to generate the back-end css microchip!\"}"], ["created_at", "2016-10-07 18:56:56.029719"], ["updated_at", "2016-10-07 18:56:56.029719"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto minima dolor itaque nihil nisi magni.\",\"body\":\"The JSON application is down, bypass the solid state application so we can parse the SDD matrix!\"}"], ["created_at", "2016-10-07 18:56:56.032937"], ["updated_at", "2016-10-07 18:56:56.032937"]] SQL (0.4ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi deleniti aliquid sint aperiam ratione.\",\"body\":\"Use the digital PCI interface, then you can navigate the auxiliary sensor!\"}"], ["created_at", "2016-10-07 18:56:56.036680"], ["updated_at", "2016-10-07 18:56:56.036680"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis sit dolore eos numquam veritatis et.\",\"body\":\"Use the primary THX card, then you can connect the neural alarm!\"}"], ["created_at", "2016-10-07 18:56:56.040053"], ["updated_at", "2016-10-07 18:56:56.040053"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas repellendus quis consequuntur non.\",\"body\":\"I'll connect the digital HDD array, that should pixel the SDD transmitter!\"}"], ["created_at", "2016-10-07 18:56:56.041555"], ["updated_at", "2016-10-07 18:56:56.041555"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore quae quisquam.\",\"body\":\"If we copy the feed, we can get to the SDD bandwidth through the back-end ADP driver!\"}"], ["created_at", "2016-10-07 18:56:56.044132"], ["updated_at", "2016-10-07 18:56:56.044132"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore ex corrupti expedita labore.\",\"body\":\"Use the back-end GB bandwidth, then you can generate the online sensor!\"}"], ["created_at", "2016-10-07 18:56:56.046541"], ["updated_at", "2016-10-07 18:56:56.046541"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed consectetur iste error sit sapiente.\",\"body\":\"I'll transmit the back-end HDD matrix, that should array the SQL program!\"}"], ["created_at", "2016-10-07 18:56:56.048371"], ["updated_at", "2016-10-07 18:56:56.048371"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est velit consequatur aliquam et dolore et.\",\"body\":\"If we transmit the protocol, we can get to the USB driver through the digital ADP system!\"}"], ["created_at", "2016-10-07 18:56:56.049470"], ["updated_at", "2016-10-07 18:56:56.049470"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nulla nisi dolore sapiente quas.\",\"body\":\"We need to compress the cross-platform XML panel!\"}"], ["created_at", "2016-10-07 18:56:56.050710"], ["updated_at", "2016-10-07 18:56:56.050710"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo delectus est deleniti autem maiores rerum.\",\"body\":\"The HTTP card is down, compress the digital card so we can compress the SMTP driver!\"}"], ["created_at", "2016-10-07 18:56:56.053454"], ["updated_at", "2016-10-07 18:56:56.053454"]]  (22.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" JeraPush::Device Load (0.3ms) SELECT "jera_push_devices".* FROM "jera_push_devices"  (0.3ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 0  (0.3ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 166  (0.3ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 332  (0.3ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 498  (0.3ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 664  (0.3ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 830  (0.3ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 996  (0.3ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 1162  (0.3ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 1328  (0.4ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 1494  (0.3ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 1660  (0.3ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 1826  (0.3ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 1992  (0.4ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 2158  (0.4ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 2324  (0.4ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 2490  (0.4ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 2656  (0.4ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 2822  (0.4ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 2988  (0.4ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 3154  (0.4ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 3320  (0.4ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 3486  (0.4ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 3652  (0.4ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 3818  (0.4ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 3984  (0.4ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 4150  (0.5ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 4316  (0.4ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 4482  (0.4ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 4648  (0.4ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 4814  (0.4ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 4980  (0.4ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 5146  (0.4ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 5312  (0.5ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 5478  (0.6ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 5644  (0.5ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 5810  (0.5ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 5976  (0.5ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 6142  (0.5ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 6308  (0.5ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 6474  (0.5ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 6640  (0.6ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 6806  (0.5ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 6972  (0.5ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 7138  (0.5ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 7304  (0.6ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 7470  (0.5ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 7636  (0.5ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 7802  (0.6ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 7968  (0.6ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 8134  (0.7ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 8300  (0.7ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 8466  (0.7ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 8632  (0.6ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 8798  (2.2ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 8964  (2.3ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 9130  (2.3ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 9296  (3.2ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 9462  (2.3ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 9628  (2.2ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages" LIMIT 166 OFFSET 9794  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 1], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.511325"], ["updated_at", "2016-10-07 18:58:06.511325"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 2], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.514465"], ["updated_at", "2016-10-07 18:58:06.514465"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 3], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.515615"], ["updated_at", "2016-10-07 18:58:06.515615"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 4], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.516625"], ["updated_at", "2016-10-07 18:58:06.516625"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 5], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.517533"], ["updated_at", "2016-10-07 18:58:06.517533"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 6], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.518436"], ["updated_at", "2016-10-07 18:58:06.518436"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 7], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.519382"], ["updated_at", "2016-10-07 18:58:06.519382"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 8], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.520246"], ["updated_at", "2016-10-07 18:58:06.520246"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 9], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.521129"], ["updated_at", "2016-10-07 18:58:06.521129"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 10], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.522013"], ["updated_at", "2016-10-07 18:58:06.522013"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 11], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.522924"], ["updated_at", "2016-10-07 18:58:06.522924"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 12], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.523784"], ["updated_at", "2016-10-07 18:58:06.523784"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 13], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.524647"], ["updated_at", "2016-10-07 18:58:06.524647"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 14], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.525489"], ["updated_at", "2016-10-07 18:58:06.525489"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 15], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.526325"], ["updated_at", "2016-10-07 18:58:06.526325"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 16], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.527280"], ["updated_at", "2016-10-07 18:58:06.527280"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 17], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.528120"], ["updated_at", "2016-10-07 18:58:06.528120"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 18], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.528954"], ["updated_at", "2016-10-07 18:58:06.528954"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 19], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.529796"], ["updated_at", "2016-10-07 18:58:06.529796"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 20], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.530680"], ["updated_at", "2016-10-07 18:58:06.530680"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 21], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.531543"], ["updated_at", "2016-10-07 18:58:06.531543"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 22], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.532443"], ["updated_at", "2016-10-07 18:58:06.532443"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 23], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.533387"], ["updated_at", "2016-10-07 18:58:06.533387"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 24], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.534220"], ["updated_at", "2016-10-07 18:58:06.534220"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 25], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.535112"], ["updated_at", "2016-10-07 18:58:06.535112"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 26], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.535993"], ["updated_at", "2016-10-07 18:58:06.535993"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 27], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.536892"], ["updated_at", "2016-10-07 18:58:06.536892"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 28], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.537761"], ["updated_at", "2016-10-07 18:58:06.537761"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 29], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.538663"], ["updated_at", "2016-10-07 18:58:06.538663"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 30], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.539538"], ["updated_at", "2016-10-07 18:58:06.539538"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 31], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.540376"], ["updated_at", "2016-10-07 18:58:06.540376"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 32], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.541327"], ["updated_at", "2016-10-07 18:58:06.541327"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 33], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.542171"], ["updated_at", "2016-10-07 18:58:06.542171"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 34], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.543068"], ["updated_at", "2016-10-07 18:58:06.543068"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 35], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.543937"], ["updated_at", "2016-10-07 18:58:06.543937"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 36], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.544768"], ["updated_at", "2016-10-07 18:58:06.544768"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 37], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.545638"], ["updated_at", "2016-10-07 18:58:06.545638"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 38], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.551804"], ["updated_at", "2016-10-07 18:58:06.551804"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 39], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.552835"], ["updated_at", "2016-10-07 18:58:06.552835"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 40], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.553761"], ["updated_at", "2016-10-07 18:58:06.553761"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 41], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.554619"], ["updated_at", "2016-10-07 18:58:06.554619"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 42], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.555497"], ["updated_at", "2016-10-07 18:58:06.555497"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 43], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.556371"], ["updated_at", "2016-10-07 18:58:06.556371"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 44], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.557206"], ["updated_at", "2016-10-07 18:58:06.557206"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 45], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.558039"], ["updated_at", "2016-10-07 18:58:06.558039"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 46], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.558864"], ["updated_at", "2016-10-07 18:58:06.558864"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 47], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.559781"], ["updated_at", "2016-10-07 18:58:06.559781"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 48], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.560607"], ["updated_at", "2016-10-07 18:58:06.560607"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 49], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.561435"], ["updated_at", "2016-10-07 18:58:06.561435"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 50], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.562232"], ["updated_at", "2016-10-07 18:58:06.562232"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 51], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.563083"], ["updated_at", "2016-10-07 18:58:06.563083"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 52], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.563986"], ["updated_at", "2016-10-07 18:58:06.563986"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 53], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.564882"], ["updated_at", "2016-10-07 18:58:06.564882"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 54], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.565741"], ["updated_at", "2016-10-07 18:58:06.565741"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 55], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.566582"], ["updated_at", "2016-10-07 18:58:06.566582"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 56], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.567447"], ["updated_at", "2016-10-07 18:58:06.567447"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 57], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.568277"], ["updated_at", "2016-10-07 18:58:06.568277"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 58], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.569100"], ["updated_at", "2016-10-07 18:58:06.569100"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 59], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.569916"], ["updated_at", "2016-10-07 18:58:06.569916"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 60], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.570774"], ["updated_at", "2016-10-07 18:58:06.570774"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 61], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.571599"], ["updated_at", "2016-10-07 18:58:06.571599"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 62], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.572431"], ["updated_at", "2016-10-07 18:58:06.572431"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 63], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.573258"], ["updated_at", "2016-10-07 18:58:06.573258"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 64], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.574128"], ["updated_at", "2016-10-07 18:58:06.574128"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 65], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.574988"], ["updated_at", "2016-10-07 18:58:06.574988"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 66], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.575785"], ["updated_at", "2016-10-07 18:58:06.575785"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 67], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.576606"], ["updated_at", "2016-10-07 18:58:06.576606"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 68], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.577446"], ["updated_at", "2016-10-07 18:58:06.577446"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 69], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.578254"], ["updated_at", "2016-10-07 18:58:06.578254"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 70], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.579106"], ["updated_at", "2016-10-07 18:58:06.579106"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 71], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.579929"], ["updated_at", "2016-10-07 18:58:06.579929"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 72], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.580725"], ["updated_at", "2016-10-07 18:58:06.580725"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 73], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.581556"], ["updated_at", "2016-10-07 18:58:06.581556"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 74], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.582376"], ["updated_at", "2016-10-07 18:58:06.582376"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 75], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.583231"], ["updated_at", "2016-10-07 18:58:06.583231"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 76], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.584038"], ["updated_at", "2016-10-07 18:58:06.584038"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 77], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.584880"], ["updated_at", "2016-10-07 18:58:06.584880"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 78], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.585657"], ["updated_at", "2016-10-07 18:58:06.585657"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 79], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.586443"], ["updated_at", "2016-10-07 18:58:06.586443"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 80], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.587288"], ["updated_at", "2016-10-07 18:58:06.587288"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 81], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.588147"], ["updated_at", "2016-10-07 18:58:06.588147"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 82], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.588947"], ["updated_at", "2016-10-07 18:58:06.588947"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 83], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.589773"], ["updated_at", "2016-10-07 18:58:06.589773"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 84], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.590577"], ["updated_at", "2016-10-07 18:58:06.590577"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 85], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.591388"], ["updated_at", "2016-10-07 18:58:06.591388"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 86], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.592199"], ["updated_at", "2016-10-07 18:58:06.592199"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 87], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.593011"], ["updated_at", "2016-10-07 18:58:06.593011"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 88], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.593808"], ["updated_at", "2016-10-07 18:58:06.593808"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 89], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.594836"], ["updated_at", "2016-10-07 18:58:06.594836"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 90], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.595691"], ["updated_at", "2016-10-07 18:58:06.595691"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 91], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.596524"], ["updated_at", "2016-10-07 18:58:06.596524"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 92], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.597326"], ["updated_at", "2016-10-07 18:58:06.597326"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 93], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.598157"], ["updated_at", "2016-10-07 18:58:06.598157"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 94], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.599008"], ["updated_at", "2016-10-07 18:58:06.599008"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 95], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.599822"], ["updated_at", "2016-10-07 18:58:06.599822"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 96], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.600619"], ["updated_at", "2016-10-07 18:58:06.600619"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 97], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.601459"], ["updated_at", "2016-10-07 18:58:06.601459"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 98], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.602255"], ["updated_at", "2016-10-07 18:58:06.602255"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 99], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.603110"], ["updated_at", "2016-10-07 18:58:06.603110"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 100], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.603945"], ["updated_at", "2016-10-07 18:58:06.603945"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 101], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.604761"], ["updated_at", "2016-10-07 18:58:06.604761"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 102], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.605582"], ["updated_at", "2016-10-07 18:58:06.605582"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 103], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.606423"], ["updated_at", "2016-10-07 18:58:06.606423"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 104], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.607262"], ["updated_at", "2016-10-07 18:58:06.607262"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 105], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.608089"], ["updated_at", "2016-10-07 18:58:06.608089"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 106], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.608881"], ["updated_at", "2016-10-07 18:58:06.608881"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 107], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.609706"], ["updated_at", "2016-10-07 18:58:06.609706"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 108], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.610529"], ["updated_at", "2016-10-07 18:58:06.610529"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 109], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.611367"], ["updated_at", "2016-10-07 18:58:06.611367"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 110], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.612170"], ["updated_at", "2016-10-07 18:58:06.612170"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 111], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.612989"], ["updated_at", "2016-10-07 18:58:06.612989"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 112], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.613805"], ["updated_at", "2016-10-07 18:58:06.613805"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 113], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.614643"], ["updated_at", "2016-10-07 18:58:06.614643"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 114], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.615479"], ["updated_at", "2016-10-07 18:58:06.615479"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 115], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.616294"], ["updated_at", "2016-10-07 18:58:06.616294"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 116], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.617107"], ["updated_at", "2016-10-07 18:58:06.617107"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 117], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.617912"], ["updated_at", "2016-10-07 18:58:06.617912"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 118], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.618753"], ["updated_at", "2016-10-07 18:58:06.618753"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 119], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.619551"], ["updated_at", "2016-10-07 18:58:06.619551"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 120], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.620378"], ["updated_at", "2016-10-07 18:58:06.620378"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 121], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.621181"], ["updated_at", "2016-10-07 18:58:06.621181"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 122], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.622003"], ["updated_at", "2016-10-07 18:58:06.622003"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 123], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.622829"], ["updated_at", "2016-10-07 18:58:06.622829"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 124], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.623651"], ["updated_at", "2016-10-07 18:58:06.623651"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 125], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.624441"], ["updated_at", "2016-10-07 18:58:06.624441"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 126], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.625252"], ["updated_at", "2016-10-07 18:58:06.625252"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 127], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.626046"], ["updated_at", "2016-10-07 18:58:06.626046"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 128], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.626875"], ["updated_at", "2016-10-07 18:58:06.626875"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 129], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.627687"], ["updated_at", "2016-10-07 18:58:06.627687"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 130], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.628500"], ["updated_at", "2016-10-07 18:58:06.628500"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 131], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.629291"], ["updated_at", "2016-10-07 18:58:06.629291"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 132], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.630105"], ["updated_at", "2016-10-07 18:58:06.630105"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 133], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.630907"], ["updated_at", "2016-10-07 18:58:06.630907"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 134], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.631732"], ["updated_at", "2016-10-07 18:58:06.631732"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 135], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.632520"], ["updated_at", "2016-10-07 18:58:06.632520"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 136], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.633327"], ["updated_at", "2016-10-07 18:58:06.633327"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 137], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.634220"], ["updated_at", "2016-10-07 18:58:06.634220"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 138], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.635098"], ["updated_at", "2016-10-07 18:58:06.635098"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 139], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.635914"], ["updated_at", "2016-10-07 18:58:06.635914"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 140], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.636743"], ["updated_at", "2016-10-07 18:58:06.636743"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 141], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.637541"], ["updated_at", "2016-10-07 18:58:06.637541"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 142], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.638376"], ["updated_at", "2016-10-07 18:58:06.638376"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 143], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.639366"], ["updated_at", "2016-10-07 18:58:06.639366"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 144], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.640728"], ["updated_at", "2016-10-07 18:58:06.640728"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 145], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.642146"], ["updated_at", "2016-10-07 18:58:06.642146"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 146], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.643321"], ["updated_at", "2016-10-07 18:58:06.643321"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 147], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.644902"], ["updated_at", "2016-10-07 18:58:06.644902"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 148], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.647616"], ["updated_at", "2016-10-07 18:58:06.647616"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 149], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.650459"], ["updated_at", "2016-10-07 18:58:06.650459"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 150], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.652437"], ["updated_at", "2016-10-07 18:58:06.652437"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 151], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.653436"], ["updated_at", "2016-10-07 18:58:06.653436"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 152], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.654364"], ["updated_at", "2016-10-07 18:58:06.654364"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 153], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.655422"], ["updated_at", "2016-10-07 18:58:06.655422"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 154], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.656411"], ["updated_at", "2016-10-07 18:58:06.656411"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 155], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.657311"], ["updated_at", "2016-10-07 18:58:06.657311"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 156], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.658179"], ["updated_at", "2016-10-07 18:58:06.658179"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 157], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.659089"], ["updated_at", "2016-10-07 18:58:06.659089"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 158], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.659988"], ["updated_at", "2016-10-07 18:58:06.659988"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 159], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.660860"], ["updated_at", "2016-10-07 18:58:06.660860"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 160], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.661705"], ["updated_at", "2016-10-07 18:58:06.661705"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 161], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.662597"], ["updated_at", "2016-10-07 18:58:06.662597"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 162], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.663437"], ["updated_at", "2016-10-07 18:58:06.663437"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 163], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.664299"], ["updated_at", "2016-10-07 18:58:06.664299"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 164], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.665224"], ["updated_at", "2016-10-07 18:58:06.665224"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 165], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.666069"], ["updated_at", "2016-10-07 18:58:06.666069"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 1], ["message_id", 166], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.666906"], ["updated_at", "2016-10-07 18:58:06.666906"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 167], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.667747"], ["updated_at", "2016-10-07 18:58:06.667747"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 168], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.668588"], ["updated_at", "2016-10-07 18:58:06.668588"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 169], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.669434"], ["updated_at", "2016-10-07 18:58:06.669434"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 170], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.670247"], ["updated_at", "2016-10-07 18:58:06.670247"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 171], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.671120"], ["updated_at", "2016-10-07 18:58:06.671120"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 172], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.671932"], ["updated_at", "2016-10-07 18:58:06.671932"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 173], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.672865"], ["updated_at", "2016-10-07 18:58:06.672865"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 174], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.673761"], ["updated_at", "2016-10-07 18:58:06.673761"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 175], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.674632"], ["updated_at", "2016-10-07 18:58:06.674632"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 176], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.675471"], ["updated_at", "2016-10-07 18:58:06.675471"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 177], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.676286"], ["updated_at", "2016-10-07 18:58:06.676286"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 178], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.677117"], ["updated_at", "2016-10-07 18:58:06.677117"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 179], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.677934"], ["updated_at", "2016-10-07 18:58:06.677934"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 180], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.678797"], ["updated_at", "2016-10-07 18:58:06.678797"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 181], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.679693"], ["updated_at", "2016-10-07 18:58:06.679693"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 182], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.680630"], ["updated_at", "2016-10-07 18:58:06.680630"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 183], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.681496"], ["updated_at", "2016-10-07 18:58:06.681496"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 184], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.682349"], ["updated_at", "2016-10-07 18:58:06.682349"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 185], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.683204"], ["updated_at", "2016-10-07 18:58:06.683204"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 186], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.684051"], ["updated_at", "2016-10-07 18:58:06.684051"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 187], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.684862"], ["updated_at", "2016-10-07 18:58:06.684862"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 188], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.685698"], ["updated_at", "2016-10-07 18:58:06.685698"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 189], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.686538"], ["updated_at", "2016-10-07 18:58:06.686538"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 190], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.687393"], ["updated_at", "2016-10-07 18:58:06.687393"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 191], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.688218"], ["updated_at", "2016-10-07 18:58:06.688218"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 192], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.689076"], ["updated_at", "2016-10-07 18:58:06.689076"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 193], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.689906"], ["updated_at", "2016-10-07 18:58:06.689906"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 194], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.690778"], ["updated_at", "2016-10-07 18:58:06.690778"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 195], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.691678"], ["updated_at", "2016-10-07 18:58:06.691678"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 196], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.692540"], ["updated_at", "2016-10-07 18:58:06.692540"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 197], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.693418"], ["updated_at", "2016-10-07 18:58:06.693418"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 198], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.694249"], ["updated_at", "2016-10-07 18:58:06.694249"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 199], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.695140"], ["updated_at", "2016-10-07 18:58:06.695140"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 200], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.695998"], ["updated_at", "2016-10-07 18:58:06.695998"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 201], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.696860"], ["updated_at", "2016-10-07 18:58:06.696860"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 202], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.697758"], ["updated_at", "2016-10-07 18:58:06.697758"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 203], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.698672"], ["updated_at", "2016-10-07 18:58:06.698672"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 204], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.699539"], ["updated_at", "2016-10-07 18:58:06.699539"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 205], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.700407"], ["updated_at", "2016-10-07 18:58:06.700407"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 206], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.701258"], ["updated_at", "2016-10-07 18:58:06.701258"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 207], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.702119"], ["updated_at", "2016-10-07 18:58:06.702119"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 208], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.703000"], ["updated_at", "2016-10-07 18:58:06.703000"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 209], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.703841"], ["updated_at", "2016-10-07 18:58:06.703841"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 210], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.704665"], ["updated_at", "2016-10-07 18:58:06.704665"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 211], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.705530"], ["updated_at", "2016-10-07 18:58:06.705530"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 212], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.706380"], ["updated_at", "2016-10-07 18:58:06.706380"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 213], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.707241"], ["updated_at", "2016-10-07 18:58:06.707241"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 214], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.708079"], ["updated_at", "2016-10-07 18:58:06.708079"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 215], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.708903"], ["updated_at", "2016-10-07 18:58:06.708903"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 216], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.709726"], ["updated_at", "2016-10-07 18:58:06.709726"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 217], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.710597"], ["updated_at", "2016-10-07 18:58:06.710597"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 218], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.711436"], ["updated_at", "2016-10-07 18:58:06.711436"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 219], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.712266"], ["updated_at", "2016-10-07 18:58:06.712266"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 220], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.713143"], ["updated_at", "2016-10-07 18:58:06.713143"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 221], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.713972"], ["updated_at", "2016-10-07 18:58:06.713972"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 222], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.714832"], ["updated_at", "2016-10-07 18:58:06.714832"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 223], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.715673"], ["updated_at", "2016-10-07 18:58:06.715673"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 224], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.716499"], ["updated_at", "2016-10-07 18:58:06.716499"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 225], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.717346"], ["updated_at", "2016-10-07 18:58:06.717346"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 226], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.718201"], ["updated_at", "2016-10-07 18:58:06.718201"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 227], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.719103"], ["updated_at", "2016-10-07 18:58:06.719103"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 228], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.719949"], ["updated_at", "2016-10-07 18:58:06.719949"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 229], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.720821"], ["updated_at", "2016-10-07 18:58:06.720821"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 230], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.721663"], ["updated_at", "2016-10-07 18:58:06.721663"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 231], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.722576"], ["updated_at", "2016-10-07 18:58:06.722576"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 232], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.723423"], ["updated_at", "2016-10-07 18:58:06.723423"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 233], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.724283"], ["updated_at", "2016-10-07 18:58:06.724283"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 234], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.725133"], ["updated_at", "2016-10-07 18:58:06.725133"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 235], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.725990"], ["updated_at", "2016-10-07 18:58:06.725990"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 236], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.726881"], ["updated_at", "2016-10-07 18:58:06.726881"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 237], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.727752"], ["updated_at", "2016-10-07 18:58:06.727752"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 238], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.728603"], ["updated_at", "2016-10-07 18:58:06.728603"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 239], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.729450"], ["updated_at", "2016-10-07 18:58:06.729450"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 240], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.730543"], ["updated_at", "2016-10-07 18:58:06.730543"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 241], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.739070"], ["updated_at", "2016-10-07 18:58:06.739070"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 242], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.740237"], ["updated_at", "2016-10-07 18:58:06.740237"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 243], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.741203"], ["updated_at", "2016-10-07 18:58:06.741203"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 244], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.742130"], ["updated_at", "2016-10-07 18:58:06.742130"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 245], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.743074"], ["updated_at", "2016-10-07 18:58:06.743074"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 246], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.743966"], ["updated_at", "2016-10-07 18:58:06.743966"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 247], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.744847"], ["updated_at", "2016-10-07 18:58:06.744847"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 248], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.745726"], ["updated_at", "2016-10-07 18:58:06.745726"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 249], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.746628"], ["updated_at", "2016-10-07 18:58:06.746628"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 250], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.747535"], ["updated_at", "2016-10-07 18:58:06.747535"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 251], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.748418"], ["updated_at", "2016-10-07 18:58:06.748418"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 252], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.749270"], ["updated_at", "2016-10-07 18:58:06.749270"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 253], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.750125"], ["updated_at", "2016-10-07 18:58:06.750125"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 254], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.751006"], ["updated_at", "2016-10-07 18:58:06.751006"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 255], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.751860"], ["updated_at", "2016-10-07 18:58:06.751860"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 256], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.752703"], ["updated_at", "2016-10-07 18:58:06.752703"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 257], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.753545"], ["updated_at", "2016-10-07 18:58:06.753545"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 258], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.754379"], ["updated_at", "2016-10-07 18:58:06.754379"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 259], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.755294"], ["updated_at", "2016-10-07 18:58:06.755294"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 260], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.756129"], ["updated_at", "2016-10-07 18:58:06.756129"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 261], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.756964"], ["updated_at", "2016-10-07 18:58:06.756964"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 262], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.757810"], ["updated_at", "2016-10-07 18:58:06.757810"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 263], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.758668"], ["updated_at", "2016-10-07 18:58:06.758668"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 264], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.759491"], ["updated_at", "2016-10-07 18:58:06.759491"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 265], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.760317"], ["updated_at", "2016-10-07 18:58:06.760317"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 266], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.761128"], ["updated_at", "2016-10-07 18:58:06.761128"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 267], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.761947"], ["updated_at", "2016-10-07 18:58:06.761947"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 268], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.762832"], ["updated_at", "2016-10-07 18:58:06.762832"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 269], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.763661"], ["updated_at", "2016-10-07 18:58:06.763661"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 270], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.764476"], ["updated_at", "2016-10-07 18:58:06.764476"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 271], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.765491"], ["updated_at", "2016-10-07 18:58:06.765491"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 272], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.766481"], ["updated_at", "2016-10-07 18:58:06.766481"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 273], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.767402"], ["updated_at", "2016-10-07 18:58:06.767402"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 274], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.768294"], ["updated_at", "2016-10-07 18:58:06.768294"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 275], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.769187"], ["updated_at", "2016-10-07 18:58:06.769187"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 276], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.770074"], ["updated_at", "2016-10-07 18:58:06.770074"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 277], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.770992"], ["updated_at", "2016-10-07 18:58:06.770992"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 278], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.771905"], ["updated_at", "2016-10-07 18:58:06.771905"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 279], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.772837"], ["updated_at", "2016-10-07 18:58:06.772837"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 280], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.773719"], ["updated_at", "2016-10-07 18:58:06.773719"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 281], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.774628"], ["updated_at", "2016-10-07 18:58:06.774628"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 282], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.775449"], ["updated_at", "2016-10-07 18:58:06.775449"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 283], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.776300"], ["updated_at", "2016-10-07 18:58:06.776300"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 284], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.777123"], ["updated_at", "2016-10-07 18:58:06.777123"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 285], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.777954"], ["updated_at", "2016-10-07 18:58:06.777954"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 286], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.778793"], ["updated_at", "2016-10-07 18:58:06.778793"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 287], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.779619"], ["updated_at", "2016-10-07 18:58:06.779619"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 288], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.780468"], ["updated_at", "2016-10-07 18:58:06.780468"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 289], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.781291"], ["updated_at", "2016-10-07 18:58:06.781291"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 290], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.782127"], ["updated_at", "2016-10-07 18:58:06.782127"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 291], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.783032"], ["updated_at", "2016-10-07 18:58:06.783032"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 292], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.783871"], ["updated_at", "2016-10-07 18:58:06.783871"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 293], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.784685"], ["updated_at", "2016-10-07 18:58:06.784685"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 294], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.785508"], ["updated_at", "2016-10-07 18:58:06.785508"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 295], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.786329"], ["updated_at", "2016-10-07 18:58:06.786329"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 296], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.787177"], ["updated_at", "2016-10-07 18:58:06.787177"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 297], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.787995"], ["updated_at", "2016-10-07 18:58:06.787995"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 298], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.788830"], ["updated_at", "2016-10-07 18:58:06.788830"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 299], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.789669"], ["updated_at", "2016-10-07 18:58:06.789669"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 300], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.790480"], ["updated_at", "2016-10-07 18:58:06.790480"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 301], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.791339"], ["updated_at", "2016-10-07 18:58:06.791339"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 302], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.792154"], ["updated_at", "2016-10-07 18:58:06.792154"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 303], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.792971"], ["updated_at", "2016-10-07 18:58:06.792971"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 304], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.793786"], ["updated_at", "2016-10-07 18:58:06.793786"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 305], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.794629"], ["updated_at", "2016-10-07 18:58:06.794629"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 306], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.795453"], ["updated_at", "2016-10-07 18:58:06.795453"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 307], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.796293"], ["updated_at", "2016-10-07 18:58:06.796293"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 308], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.797116"], ["updated_at", "2016-10-07 18:58:06.797116"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 309], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.798004"], ["updated_at", "2016-10-07 18:58:06.798004"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 310], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.798845"], ["updated_at", "2016-10-07 18:58:06.798845"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 311], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.799692"], ["updated_at", "2016-10-07 18:58:06.799692"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 312], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.800514"], ["updated_at", "2016-10-07 18:58:06.800514"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 313], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.801339"], ["updated_at", "2016-10-07 18:58:06.801339"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 314], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.802162"], ["updated_at", "2016-10-07 18:58:06.802162"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 315], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.803026"], ["updated_at", "2016-10-07 18:58:06.803026"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 316], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.803836"], ["updated_at", "2016-10-07 18:58:06.803836"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 317], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.804658"], ["updated_at", "2016-10-07 18:58:06.804658"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 318], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.805504"], ["updated_at", "2016-10-07 18:58:06.805504"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 319], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.806332"], ["updated_at", "2016-10-07 18:58:06.806332"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 320], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.807202"], ["updated_at", "2016-10-07 18:58:06.807202"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 321], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.808019"], ["updated_at", "2016-10-07 18:58:06.808019"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 322], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.808854"], ["updated_at", "2016-10-07 18:58:06.808854"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 323], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.809677"], ["updated_at", "2016-10-07 18:58:06.809677"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 324], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.810498"], ["updated_at", "2016-10-07 18:58:06.810498"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 325], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.811345"], ["updated_at", "2016-10-07 18:58:06.811345"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 326], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.812155"], ["updated_at", "2016-10-07 18:58:06.812155"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 327], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.812967"], ["updated_at", "2016-10-07 18:58:06.812967"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 328], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.813803"], ["updated_at", "2016-10-07 18:58:06.813803"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 329], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.814676"], ["updated_at", "2016-10-07 18:58:06.814676"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 330], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.815494"], ["updated_at", "2016-10-07 18:58:06.815494"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 331], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.816324"], ["updated_at", "2016-10-07 18:58:06.816324"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 2], ["message_id", 332], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.817142"], ["updated_at", "2016-10-07 18:58:06.817142"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 333], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.817984"], ["updated_at", "2016-10-07 18:58:06.817984"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 334], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.818814"], ["updated_at", "2016-10-07 18:58:06.818814"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 335], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.819638"], ["updated_at", "2016-10-07 18:58:06.819638"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 336], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.820453"], ["updated_at", "2016-10-07 18:58:06.820453"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 337], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.821270"], ["updated_at", "2016-10-07 18:58:06.821270"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 338], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.822093"], ["updated_at", "2016-10-07 18:58:06.822093"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 339], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.822972"], ["updated_at", "2016-10-07 18:58:06.822972"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 340], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.823785"], ["updated_at", "2016-10-07 18:58:06.823785"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 341], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.824654"], ["updated_at", "2016-10-07 18:58:06.824654"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 342], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.825481"], ["updated_at", "2016-10-07 18:58:06.825481"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 343], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.826295"], ["updated_at", "2016-10-07 18:58:06.826295"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 344], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.827124"], ["updated_at", "2016-10-07 18:58:06.827124"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 345], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.827934"], ["updated_at", "2016-10-07 18:58:06.827934"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 346], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.828751"], ["updated_at", "2016-10-07 18:58:06.828751"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 347], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.829585"], ["updated_at", "2016-10-07 18:58:06.829585"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 348], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.830403"], ["updated_at", "2016-10-07 18:58:06.830403"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 349], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.831234"], ["updated_at", "2016-10-07 18:58:06.831234"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 350], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.832061"], ["updated_at", "2016-10-07 18:58:06.832061"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 351], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.832894"], ["updated_at", "2016-10-07 18:58:06.832894"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 352], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.833704"], ["updated_at", "2016-10-07 18:58:06.833704"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 353], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.834530"], ["updated_at", "2016-10-07 18:58:06.834530"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 354], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.835334"], ["updated_at", "2016-10-07 18:58:06.835334"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 355], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.836148"], ["updated_at", "2016-10-07 18:58:06.836148"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 356], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.836972"], ["updated_at", "2016-10-07 18:58:06.836972"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 357], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.837784"], ["updated_at", "2016-10-07 18:58:06.837784"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 358], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.838613"], ["updated_at", "2016-10-07 18:58:06.838613"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 359], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.839430"], ["updated_at", "2016-10-07 18:58:06.839430"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 360], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.840243"], ["updated_at", "2016-10-07 18:58:06.840243"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 361], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.841062"], ["updated_at", "2016-10-07 18:58:06.841062"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 362], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.841867"], ["updated_at", "2016-10-07 18:58:06.841867"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 363], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.842725"], ["updated_at", "2016-10-07 18:58:06.842725"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 364], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.843541"], ["updated_at", "2016-10-07 18:58:06.843541"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 365], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.844367"], ["updated_at", "2016-10-07 18:58:06.844367"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 366], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.845205"], ["updated_at", "2016-10-07 18:58:06.845205"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 367], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.846016"], ["updated_at", "2016-10-07 18:58:06.846016"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 368], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.846839"], ["updated_at", "2016-10-07 18:58:06.846839"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 369], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.847658"], ["updated_at", "2016-10-07 18:58:06.847658"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 370], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.848458"], ["updated_at", "2016-10-07 18:58:06.848458"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 371], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.849266"], ["updated_at", "2016-10-07 18:58:06.849266"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 372], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.850084"], ["updated_at", "2016-10-07 18:58:06.850084"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 373], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.850940"], ["updated_at", "2016-10-07 18:58:06.850940"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 374], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.851761"], ["updated_at", "2016-10-07 18:58:06.851761"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 375], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.852574"], ["updated_at", "2016-10-07 18:58:06.852574"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 376], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.853387"], ["updated_at", "2016-10-07 18:58:06.853387"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 377], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.854200"], ["updated_at", "2016-10-07 18:58:06.854200"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 378], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.855026"], ["updated_at", "2016-10-07 18:58:06.855026"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 379], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.855855"], ["updated_at", "2016-10-07 18:58:06.855855"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 380], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.856684"], ["updated_at", "2016-10-07 18:58:06.856684"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 381], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.857493"], ["updated_at", "2016-10-07 18:58:06.857493"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 382], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.858307"], ["updated_at", "2016-10-07 18:58:06.858307"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 383], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.859137"], ["updated_at", "2016-10-07 18:58:06.859137"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 384], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.859950"], ["updated_at", "2016-10-07 18:58:06.859950"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 385], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.860778"], ["updated_at", "2016-10-07 18:58:06.860778"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 386], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.861610"], ["updated_at", "2016-10-07 18:58:06.861610"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 387], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.862426"], ["updated_at", "2016-10-07 18:58:06.862426"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 388], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.863260"], ["updated_at", "2016-10-07 18:58:06.863260"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 389], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.864107"], ["updated_at", "2016-10-07 18:58:06.864107"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 390], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.864938"], ["updated_at", "2016-10-07 18:58:06.864938"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 391], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.865791"], ["updated_at", "2016-10-07 18:58:06.865791"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 392], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.866706"], ["updated_at", "2016-10-07 18:58:06.866706"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 393], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.867533"], ["updated_at", "2016-10-07 18:58:06.867533"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 394], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.868375"], ["updated_at", "2016-10-07 18:58:06.868375"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 395], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.869264"], ["updated_at", "2016-10-07 18:58:06.869264"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 396], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.870096"], ["updated_at", "2016-10-07 18:58:06.870096"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 397], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.870951"], ["updated_at", "2016-10-07 18:58:06.870951"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 398], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.871802"], ["updated_at", "2016-10-07 18:58:06.871802"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 399], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.872678"], ["updated_at", "2016-10-07 18:58:06.872678"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 400], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.873498"], ["updated_at", "2016-10-07 18:58:06.873498"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 401], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.874325"], ["updated_at", "2016-10-07 18:58:06.874325"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 402], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.875201"], ["updated_at", "2016-10-07 18:58:06.875201"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 403], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.876030"], ["updated_at", "2016-10-07 18:58:06.876030"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 404], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.876852"], ["updated_at", "2016-10-07 18:58:06.876852"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 405], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.877697"], ["updated_at", "2016-10-07 18:58:06.877697"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 406], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.878564"], ["updated_at", "2016-10-07 18:58:06.878564"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 407], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.879453"], ["updated_at", "2016-10-07 18:58:06.879453"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 408], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.880410"], ["updated_at", "2016-10-07 18:58:06.880410"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 409], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.881328"], ["updated_at", "2016-10-07 18:58:06.881328"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 410], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.882177"], ["updated_at", "2016-10-07 18:58:06.882177"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 411], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.883058"], ["updated_at", "2016-10-07 18:58:06.883058"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 412], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.883909"], ["updated_at", "2016-10-07 18:58:06.883909"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 413], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.884747"], ["updated_at", "2016-10-07 18:58:06.884747"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 414], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.885592"], ["updated_at", "2016-10-07 18:58:06.885592"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 415], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.886467"], ["updated_at", "2016-10-07 18:58:06.886467"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 416], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.887358"], ["updated_at", "2016-10-07 18:58:06.887358"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 417], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.888217"], ["updated_at", "2016-10-07 18:58:06.888217"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 418], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.889094"], ["updated_at", "2016-10-07 18:58:06.889094"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 419], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.889944"], ["updated_at", "2016-10-07 18:58:06.889944"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 420], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.890842"], ["updated_at", "2016-10-07 18:58:06.890842"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 421], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.891694"], ["updated_at", "2016-10-07 18:58:06.891694"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 422], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.892548"], ["updated_at", "2016-10-07 18:58:06.892548"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 423], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.893448"], ["updated_at", "2016-10-07 18:58:06.893448"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 424], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.894337"], ["updated_at", "2016-10-07 18:58:06.894337"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 425], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.895245"], ["updated_at", "2016-10-07 18:58:06.895245"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 426], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.896099"], ["updated_at", "2016-10-07 18:58:06.896099"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 427], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.896957"], ["updated_at", "2016-10-07 18:58:06.896957"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 428], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.897867"], ["updated_at", "2016-10-07 18:58:06.897867"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 429], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.905193"], ["updated_at", "2016-10-07 18:58:06.905193"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 430], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.906547"], ["updated_at", "2016-10-07 18:58:06.906547"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 431], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.907612"], ["updated_at", "2016-10-07 18:58:06.907612"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 432], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.908540"], ["updated_at", "2016-10-07 18:58:06.908540"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 433], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.909448"], ["updated_at", "2016-10-07 18:58:06.909448"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 434], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.910352"], ["updated_at", "2016-10-07 18:58:06.910352"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 435], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.911284"], ["updated_at", "2016-10-07 18:58:06.911284"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 436], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.912166"], ["updated_at", "2016-10-07 18:58:06.912166"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 437], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.913039"], ["updated_at", "2016-10-07 18:58:06.913039"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 438], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.913920"], ["updated_at", "2016-10-07 18:58:06.913920"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 439], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.914840"], ["updated_at", "2016-10-07 18:58:06.914840"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 440], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.915718"], ["updated_at", "2016-10-07 18:58:06.915718"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 441], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.916589"], ["updated_at", "2016-10-07 18:58:06.916589"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 442], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.917448"], ["updated_at", "2016-10-07 18:58:06.917448"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 443], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.918302"], ["updated_at", "2016-10-07 18:58:06.918302"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 444], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.919278"], ["updated_at", "2016-10-07 18:58:06.919278"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 445], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.920139"], ["updated_at", "2016-10-07 18:58:06.920139"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 446], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.920983"], ["updated_at", "2016-10-07 18:58:06.920983"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 447], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.921837"], ["updated_at", "2016-10-07 18:58:06.921837"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 448], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.923078"], ["updated_at", "2016-10-07 18:58:06.923078"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 449], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.924533"], ["updated_at", "2016-10-07 18:58:06.924533"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 450], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.925789"], ["updated_at", "2016-10-07 18:58:06.925789"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 451], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.927170"], ["updated_at", "2016-10-07 18:58:06.927170"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 452], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.929946"], ["updated_at", "2016-10-07 18:58:06.929946"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 453], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.932784"], ["updated_at", "2016-10-07 18:58:06.932784"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 454], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.935111"], ["updated_at", "2016-10-07 18:58:06.935111"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 455], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.936201"], ["updated_at", "2016-10-07 18:58:06.936201"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 456], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.937171"], ["updated_at", "2016-10-07 18:58:06.937171"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 457], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.938167"], ["updated_at", "2016-10-07 18:58:06.938167"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 458], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.939194"], ["updated_at", "2016-10-07 18:58:06.939194"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 459], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.940100"], ["updated_at", "2016-10-07 18:58:06.940100"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 460], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.940984"], ["updated_at", "2016-10-07 18:58:06.940984"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 461], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.941876"], ["updated_at", "2016-10-07 18:58:06.941876"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 462], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.942787"], ["updated_at", "2016-10-07 18:58:06.942787"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 463], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.943708"], ["updated_at", "2016-10-07 18:58:06.943708"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 464], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.944592"], ["updated_at", "2016-10-07 18:58:06.944592"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 465], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.945444"], ["updated_at", "2016-10-07 18:58:06.945444"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 466], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.946306"], ["updated_at", "2016-10-07 18:58:06.946306"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 467], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.947183"], ["updated_at", "2016-10-07 18:58:06.947183"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 468], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.948057"], ["updated_at", "2016-10-07 18:58:06.948057"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 469], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.948901"], ["updated_at", "2016-10-07 18:58:06.948901"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 470], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.949752"], ["updated_at", "2016-10-07 18:58:06.949752"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 471], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.950596"], ["updated_at", "2016-10-07 18:58:06.950596"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 472], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.951428"], ["updated_at", "2016-10-07 18:58:06.951428"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 473], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.952278"], ["updated_at", "2016-10-07 18:58:06.952278"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 474], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.953130"], ["updated_at", "2016-10-07 18:58:06.953130"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 475], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.953975"], ["updated_at", "2016-10-07 18:58:06.953975"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 476], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.954811"], ["updated_at", "2016-10-07 18:58:06.954811"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 477], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.955729"], ["updated_at", "2016-10-07 18:58:06.955729"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 478], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.956628"], ["updated_at", "2016-10-07 18:58:06.956628"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 479], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.957469"], ["updated_at", "2016-10-07 18:58:06.957469"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 480], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.958307"], ["updated_at", "2016-10-07 18:58:06.958307"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 481], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.959143"], ["updated_at", "2016-10-07 18:58:06.959143"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 482], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.959973"], ["updated_at", "2016-10-07 18:58:06.959973"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 483], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.960806"], ["updated_at", "2016-10-07 18:58:06.960806"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 484], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.961660"], ["updated_at", "2016-10-07 18:58:06.961660"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 485], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.962484"], ["updated_at", "2016-10-07 18:58:06.962484"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 486], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.963310"], ["updated_at", "2016-10-07 18:58:06.963310"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 487], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.964141"], ["updated_at", "2016-10-07 18:58:06.964141"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 488], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.964983"], ["updated_at", "2016-10-07 18:58:06.964983"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 489], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.965866"], ["updated_at", "2016-10-07 18:58:06.965866"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 490], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.966786"], ["updated_at", "2016-10-07 18:58:06.966786"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 491], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.967825"], ["updated_at", "2016-10-07 18:58:06.967825"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 492], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.968742"], ["updated_at", "2016-10-07 18:58:06.968742"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 493], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.969657"], ["updated_at", "2016-10-07 18:58:06.969657"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 494], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.970571"], ["updated_at", "2016-10-07 18:58:06.970571"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 495], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.971489"], ["updated_at", "2016-10-07 18:58:06.971489"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 496], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.972418"], ["updated_at", "2016-10-07 18:58:06.972418"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 497], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.973320"], ["updated_at", "2016-10-07 18:58:06.973320"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 3], ["message_id", 498], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.974215"], ["updated_at", "2016-10-07 18:58:06.974215"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 499], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.975146"], ["updated_at", "2016-10-07 18:58:06.975146"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 500], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.976044"], ["updated_at", "2016-10-07 18:58:06.976044"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 501], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.976960"], ["updated_at", "2016-10-07 18:58:06.976960"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 502], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.977839"], ["updated_at", "2016-10-07 18:58:06.977839"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 503], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.978739"], ["updated_at", "2016-10-07 18:58:06.978739"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 504], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.979627"], ["updated_at", "2016-10-07 18:58:06.979627"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 505], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.980545"], ["updated_at", "2016-10-07 18:58:06.980545"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 506], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.981454"], ["updated_at", "2016-10-07 18:58:06.981454"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 507], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.982342"], ["updated_at", "2016-10-07 18:58:06.982342"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 508], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.983237"], ["updated_at", "2016-10-07 18:58:06.983237"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 509], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.984140"], ["updated_at", "2016-10-07 18:58:06.984140"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 510], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.985042"], ["updated_at", "2016-10-07 18:58:06.985042"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 511], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.985927"], ["updated_at", "2016-10-07 18:58:06.985927"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 512], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.986834"], ["updated_at", "2016-10-07 18:58:06.986834"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 513], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.987770"], ["updated_at", "2016-10-07 18:58:06.987770"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 514], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.988667"], ["updated_at", "2016-10-07 18:58:06.988667"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 515], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.989568"], ["updated_at", "2016-10-07 18:58:06.989568"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 516], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.990462"], ["updated_at", "2016-10-07 18:58:06.990462"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 517], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.991363"], ["updated_at", "2016-10-07 18:58:06.991363"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 518], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.992244"], ["updated_at", "2016-10-07 18:58:06.992244"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 519], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.993150"], ["updated_at", "2016-10-07 18:58:06.993150"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 520], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.994039"], ["updated_at", "2016-10-07 18:58:06.994039"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 521], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.994927"], ["updated_at", "2016-10-07 18:58:06.994927"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 522], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.995829"], ["updated_at", "2016-10-07 18:58:06.995829"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 523], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.996730"], ["updated_at", "2016-10-07 18:58:06.996730"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 524], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.997613"], ["updated_at", "2016-10-07 18:58:06.997613"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 525], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.998516"], ["updated_at", "2016-10-07 18:58:06.998516"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 526], ["status", "sent"], ["created_at", "2016-10-07 18:58:06.999413"], ["updated_at", "2016-10-07 18:58:06.999413"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 527], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.000297"], ["updated_at", "2016-10-07 18:58:07.000297"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 528], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.001168"], ["updated_at", "2016-10-07 18:58:07.001168"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 529], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.002049"], ["updated_at", "2016-10-07 18:58:07.002049"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 530], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.002958"], ["updated_at", "2016-10-07 18:58:07.002958"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 531], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.003843"], ["updated_at", "2016-10-07 18:58:07.003843"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 532], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.004736"], ["updated_at", "2016-10-07 18:58:07.004736"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 533], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.005660"], ["updated_at", "2016-10-07 18:58:07.005660"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 534], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.006564"], ["updated_at", "2016-10-07 18:58:07.006564"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 535], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.007474"], ["updated_at", "2016-10-07 18:58:07.007474"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 536], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.008361"], ["updated_at", "2016-10-07 18:58:07.008361"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 537], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.009254"], ["updated_at", "2016-10-07 18:58:07.009254"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 538], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.010133"], ["updated_at", "2016-10-07 18:58:07.010133"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 539], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.011019"], ["updated_at", "2016-10-07 18:58:07.011019"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 540], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.011824"], ["updated_at", "2016-10-07 18:58:07.011824"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 541], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.012625"], ["updated_at", "2016-10-07 18:58:07.012625"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 542], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.013438"], ["updated_at", "2016-10-07 18:58:07.013438"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 543], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.014245"], ["updated_at", "2016-10-07 18:58:07.014245"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 544], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.015116"], ["updated_at", "2016-10-07 18:58:07.015116"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 545], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.015940"], ["updated_at", "2016-10-07 18:58:07.015940"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 546], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.016757"], ["updated_at", "2016-10-07 18:58:07.016757"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 547], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.017573"], ["updated_at", "2016-10-07 18:58:07.017573"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 548], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.018394"], ["updated_at", "2016-10-07 18:58:07.018394"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 549], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.019253"], ["updated_at", "2016-10-07 18:58:07.019253"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 550], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.020069"], ["updated_at", "2016-10-07 18:58:07.020069"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 551], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.020880"], ["updated_at", "2016-10-07 18:58:07.020880"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 552], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.021695"], ["updated_at", "2016-10-07 18:58:07.021695"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 553], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.022576"], ["updated_at", "2016-10-07 18:58:07.022576"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 554], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.023404"], ["updated_at", "2016-10-07 18:58:07.023404"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 555], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.024218"], ["updated_at", "2016-10-07 18:58:07.024218"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 556], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.025037"], ["updated_at", "2016-10-07 18:58:07.025037"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 557], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.025863"], ["updated_at", "2016-10-07 18:58:07.025863"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 558], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.026699"], ["updated_at", "2016-10-07 18:58:07.026699"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 559], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.027545"], ["updated_at", "2016-10-07 18:58:07.027545"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 560], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.028372"], ["updated_at", "2016-10-07 18:58:07.028372"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 561], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.029186"], ["updated_at", "2016-10-07 18:58:07.029186"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 562], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.030007"], ["updated_at", "2016-10-07 18:58:07.030007"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 563], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.030849"], ["updated_at", "2016-10-07 18:58:07.030849"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 564], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.031708"], ["updated_at", "2016-10-07 18:58:07.031708"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 565], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.032543"], ["updated_at", "2016-10-07 18:58:07.032543"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 566], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.033364"], ["updated_at", "2016-10-07 18:58:07.033364"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 567], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.034188"], ["updated_at", "2016-10-07 18:58:07.034188"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 568], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.035026"], ["updated_at", "2016-10-07 18:58:07.035026"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 569], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.035859"], ["updated_at", "2016-10-07 18:58:07.035859"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 570], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.036696"], ["updated_at", "2016-10-07 18:58:07.036696"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 571], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.037600"], ["updated_at", "2016-10-07 18:58:07.037600"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 572], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.038704"], ["updated_at", "2016-10-07 18:58:07.038704"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 573], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.040172"], ["updated_at", "2016-10-07 18:58:07.040172"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 574], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.041629"], ["updated_at", "2016-10-07 18:58:07.041629"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 575], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.042874"], ["updated_at", "2016-10-07 18:58:07.042874"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 576], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.044785"], ["updated_at", "2016-10-07 18:58:07.044785"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 577], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.046945"], ["updated_at", "2016-10-07 18:58:07.046945"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 578], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.049546"], ["updated_at", "2016-10-07 18:58:07.049546"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 579], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.051853"], ["updated_at", "2016-10-07 18:58:07.051853"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 580], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.052919"], ["updated_at", "2016-10-07 18:58:07.052919"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 581], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.053887"], ["updated_at", "2016-10-07 18:58:07.053887"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 582], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.054955"], ["updated_at", "2016-10-07 18:58:07.054955"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 583], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.055995"], ["updated_at", "2016-10-07 18:58:07.055995"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 584], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.056937"], ["updated_at", "2016-10-07 18:58:07.056937"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 585], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.057850"], ["updated_at", "2016-10-07 18:58:07.057850"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 586], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.058787"], ["updated_at", "2016-10-07 18:58:07.058787"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 587], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.059703"], ["updated_at", "2016-10-07 18:58:07.059703"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 588], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.060600"], ["updated_at", "2016-10-07 18:58:07.060600"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 589], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.061491"], ["updated_at", "2016-10-07 18:58:07.061491"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 590], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.062417"], ["updated_at", "2016-10-07 18:58:07.062417"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 591], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.063349"], ["updated_at", "2016-10-07 18:58:07.063349"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 592], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.064247"], ["updated_at", "2016-10-07 18:58:07.064247"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 593], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.065144"], ["updated_at", "2016-10-07 18:58:07.065144"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 594], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.065998"], ["updated_at", "2016-10-07 18:58:07.065998"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 595], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.066883"], ["updated_at", "2016-10-07 18:58:07.066883"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 596], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.067805"], ["updated_at", "2016-10-07 18:58:07.067805"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 597], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.068708"], ["updated_at", "2016-10-07 18:58:07.068708"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 598], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.069604"], ["updated_at", "2016-10-07 18:58:07.069604"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 599], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.070467"], ["updated_at", "2016-10-07 18:58:07.070467"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 600], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.071403"], ["updated_at", "2016-10-07 18:58:07.071403"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 601], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.072387"], ["updated_at", "2016-10-07 18:58:07.072387"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 602], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.076739"], ["updated_at", "2016-10-07 18:58:07.076739"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 603], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.077759"], ["updated_at", "2016-10-07 18:58:07.077759"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 604], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.078677"], ["updated_at", "2016-10-07 18:58:07.078677"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 605], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.079768"], ["updated_at", "2016-10-07 18:58:07.079768"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 606], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.080686"], ["updated_at", "2016-10-07 18:58:07.080686"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 607], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.081618"], ["updated_at", "2016-10-07 18:58:07.081618"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 608], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.082477"], ["updated_at", "2016-10-07 18:58:07.082477"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 609], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.083412"], ["updated_at", "2016-10-07 18:58:07.083412"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 610], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.084287"], ["updated_at", "2016-10-07 18:58:07.084287"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 611], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.085155"], ["updated_at", "2016-10-07 18:58:07.085155"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 612], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.086029"], ["updated_at", "2016-10-07 18:58:07.086029"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 613], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.086977"], ["updated_at", "2016-10-07 18:58:07.086977"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 614], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.087822"], ["updated_at", "2016-10-07 18:58:07.087822"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 615], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.088726"], ["updated_at", "2016-10-07 18:58:07.088726"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 616], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.089566"], ["updated_at", "2016-10-07 18:58:07.089566"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 617], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.090451"], ["updated_at", "2016-10-07 18:58:07.090451"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 618], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.091349"], ["updated_at", "2016-10-07 18:58:07.091349"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 619], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.092210"], ["updated_at", "2016-10-07 18:58:07.092210"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 620], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.093075"], ["updated_at", "2016-10-07 18:58:07.093075"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 621], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.093958"], ["updated_at", "2016-10-07 18:58:07.093958"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 622], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.094872"], ["updated_at", "2016-10-07 18:58:07.094872"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 623], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.095927"], ["updated_at", "2016-10-07 18:58:07.095927"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 624], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.097078"], ["updated_at", "2016-10-07 18:58:07.097078"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 625], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.099325"], ["updated_at", "2016-10-07 18:58:07.099325"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 626], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.100438"], ["updated_at", "2016-10-07 18:58:07.100438"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 627], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.101551"], ["updated_at", "2016-10-07 18:58:07.101551"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 628], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.102546"], ["updated_at", "2016-10-07 18:58:07.102546"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 629], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.103476"], ["updated_at", "2016-10-07 18:58:07.103476"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 630], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.104802"], ["updated_at", "2016-10-07 18:58:07.104802"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 631], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.105790"], ["updated_at", "2016-10-07 18:58:07.105790"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 632], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.106742"], ["updated_at", "2016-10-07 18:58:07.106742"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 633], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.107681"], ["updated_at", "2016-10-07 18:58:07.107681"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 634], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.108642"], ["updated_at", "2016-10-07 18:58:07.108642"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 635], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.109540"], ["updated_at", "2016-10-07 18:58:07.109540"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 636], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.110442"], ["updated_at", "2016-10-07 18:58:07.110442"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 637], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.111373"], ["updated_at", "2016-10-07 18:58:07.111373"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 638], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.112257"], ["updated_at", "2016-10-07 18:58:07.112257"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 639], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.113155"], ["updated_at", "2016-10-07 18:58:07.113155"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 640], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.114061"], ["updated_at", "2016-10-07 18:58:07.114061"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 641], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.114964"], ["updated_at", "2016-10-07 18:58:07.114964"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 642], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.115854"], ["updated_at", "2016-10-07 18:58:07.115854"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 643], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.116698"], ["updated_at", "2016-10-07 18:58:07.116698"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 644], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.117567"], ["updated_at", "2016-10-07 18:58:07.117567"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 645], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.118449"], ["updated_at", "2016-10-07 18:58:07.118449"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 646], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.119357"], ["updated_at", "2016-10-07 18:58:07.119357"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 647], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.120225"], ["updated_at", "2016-10-07 18:58:07.120225"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 648], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.121092"], ["updated_at", "2016-10-07 18:58:07.121092"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 649], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.122002"], ["updated_at", "2016-10-07 18:58:07.122002"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 650], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.122906"], ["updated_at", "2016-10-07 18:58:07.122906"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 651], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.123953"], ["updated_at", "2016-10-07 18:58:07.123953"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 652], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.124827"], ["updated_at", "2016-10-07 18:58:07.124827"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 653], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.125694"], ["updated_at", "2016-10-07 18:58:07.125694"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 654], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.126572"], ["updated_at", "2016-10-07 18:58:07.126572"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 655], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.127413"], ["updated_at", "2016-10-07 18:58:07.127413"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 656], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.128253"], ["updated_at", "2016-10-07 18:58:07.128253"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 657], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.129122"], ["updated_at", "2016-10-07 18:58:07.129122"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 658], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.130010"], ["updated_at", "2016-10-07 18:58:07.130010"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 659], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.130914"], ["updated_at", "2016-10-07 18:58:07.130914"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 660], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.131802"], ["updated_at", "2016-10-07 18:58:07.131802"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 661], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.132656"], ["updated_at", "2016-10-07 18:58:07.132656"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 662], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.133513"], ["updated_at", "2016-10-07 18:58:07.133513"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 663], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.134426"], ["updated_at", "2016-10-07 18:58:07.134426"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 4], ["message_id", 664], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.135279"], ["updated_at", "2016-10-07 18:58:07.135279"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 665], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.136190"], ["updated_at", "2016-10-07 18:58:07.136190"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 666], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.137096"], ["updated_at", "2016-10-07 18:58:07.137096"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 667], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.137975"], ["updated_at", "2016-10-07 18:58:07.137975"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 668], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.138941"], ["updated_at", "2016-10-07 18:58:07.138941"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 669], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.139803"], ["updated_at", "2016-10-07 18:58:07.139803"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 670], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.140679"], ["updated_at", "2016-10-07 18:58:07.140679"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 671], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.141625"], ["updated_at", "2016-10-07 18:58:07.141625"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 672], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.142556"], ["updated_at", "2016-10-07 18:58:07.142556"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 673], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.143422"], ["updated_at", "2016-10-07 18:58:07.143422"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 674], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.144308"], ["updated_at", "2016-10-07 18:58:07.144308"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 675], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.145247"], ["updated_at", "2016-10-07 18:58:07.145247"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 676], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.146144"], ["updated_at", "2016-10-07 18:58:07.146144"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 677], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.147164"], ["updated_at", "2016-10-07 18:58:07.147164"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 678], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.148082"], ["updated_at", "2016-10-07 18:58:07.148082"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 679], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.148998"], ["updated_at", "2016-10-07 18:58:07.148998"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 680], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.149926"], ["updated_at", "2016-10-07 18:58:07.149926"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 681], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.150862"], ["updated_at", "2016-10-07 18:58:07.150862"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 682], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.152599"], ["updated_at", "2016-10-07 18:58:07.152599"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 683], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.153601"], ["updated_at", "2016-10-07 18:58:07.153601"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 684], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.154646"], ["updated_at", "2016-10-07 18:58:07.154646"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 685], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.155907"], ["updated_at", "2016-10-07 18:58:07.155907"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 686], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.156895"], ["updated_at", "2016-10-07 18:58:07.156895"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 687], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.157882"], ["updated_at", "2016-10-07 18:58:07.157882"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 688], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.158899"], ["updated_at", "2016-10-07 18:58:07.158899"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 689], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.160092"], ["updated_at", "2016-10-07 18:58:07.160092"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 690], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.161081"], ["updated_at", "2016-10-07 18:58:07.161081"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 691], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.162217"], ["updated_at", "2016-10-07 18:58:07.162217"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 692], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.163550"], ["updated_at", "2016-10-07 18:58:07.163550"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 693], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.164806"], ["updated_at", "2016-10-07 18:58:07.164806"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 694], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.165972"], ["updated_at", "2016-10-07 18:58:07.165972"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 695], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.167408"], ["updated_at", "2016-10-07 18:58:07.167408"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 696], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.168756"], ["updated_at", "2016-10-07 18:58:07.168756"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 697], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.170035"], ["updated_at", "2016-10-07 18:58:07.170035"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 698], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.171293"], ["updated_at", "2016-10-07 18:58:07.171293"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 699], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.172953"], ["updated_at", "2016-10-07 18:58:07.172953"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 700], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.174205"], ["updated_at", "2016-10-07 18:58:07.174205"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 701], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.175474"], ["updated_at", "2016-10-07 18:58:07.175474"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 702], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.176724"], ["updated_at", "2016-10-07 18:58:07.176724"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 703], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.177923"], ["updated_at", "2016-10-07 18:58:07.177923"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 704], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.179194"], ["updated_at", "2016-10-07 18:58:07.179194"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 705], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.180373"], ["updated_at", "2016-10-07 18:58:07.180373"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 706], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.181640"], ["updated_at", "2016-10-07 18:58:07.181640"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 707], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.182860"], ["updated_at", "2016-10-07 18:58:07.182860"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 708], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.184065"], ["updated_at", "2016-10-07 18:58:07.184065"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 709], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.185285"], ["updated_at", "2016-10-07 18:58:07.185285"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 710], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.186467"], ["updated_at", "2016-10-07 18:58:07.186467"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 711], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.187717"], ["updated_at", "2016-10-07 18:58:07.187717"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 712], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.189012"], ["updated_at", "2016-10-07 18:58:07.189012"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 713], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.190234"], ["updated_at", "2016-10-07 18:58:07.190234"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 714], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.191380"], ["updated_at", "2016-10-07 18:58:07.191380"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 715], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.192512"], ["updated_at", "2016-10-07 18:58:07.192512"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 716], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.193637"], ["updated_at", "2016-10-07 18:58:07.193637"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 717], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.194782"], ["updated_at", "2016-10-07 18:58:07.194782"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 718], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.195885"], ["updated_at", "2016-10-07 18:58:07.195885"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 719], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.197367"], ["updated_at", "2016-10-07 18:58:07.197367"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 720], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.198531"], ["updated_at", "2016-10-07 18:58:07.198531"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 721], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.199660"], ["updated_at", "2016-10-07 18:58:07.199660"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 722], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.200771"], ["updated_at", "2016-10-07 18:58:07.200771"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 723], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.201878"], ["updated_at", "2016-10-07 18:58:07.201878"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 724], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.202967"], ["updated_at", "2016-10-07 18:58:07.202967"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 725], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.204219"], ["updated_at", "2016-10-07 18:58:07.204219"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 726], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.205552"], ["updated_at", "2016-10-07 18:58:07.205552"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 727], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.207960"], ["updated_at", "2016-10-07 18:58:07.207960"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 728], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.209697"], ["updated_at", "2016-10-07 18:58:07.209697"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 729], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.212700"], ["updated_at", "2016-10-07 18:58:07.212700"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 730], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.215951"], ["updated_at", "2016-10-07 18:58:07.215951"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 731], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.218580"], ["updated_at", "2016-10-07 18:58:07.218580"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 732], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.219908"], ["updated_at", "2016-10-07 18:58:07.219908"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 733], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.221629"], ["updated_at", "2016-10-07 18:58:07.221629"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 734], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.223061"], ["updated_at", "2016-10-07 18:58:07.223061"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 735], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.224291"], ["updated_at", "2016-10-07 18:58:07.224291"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 736], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.225529"], ["updated_at", "2016-10-07 18:58:07.225529"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 737], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.226736"], ["updated_at", "2016-10-07 18:58:07.226736"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 738], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.227951"], ["updated_at", "2016-10-07 18:58:07.227951"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 739], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.229121"], ["updated_at", "2016-10-07 18:58:07.229121"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 740], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.230602"], ["updated_at", "2016-10-07 18:58:07.230602"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 741], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.231795"], ["updated_at", "2016-10-07 18:58:07.231795"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 742], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.232851"], ["updated_at", "2016-10-07 18:58:07.232851"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 743], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.233927"], ["updated_at", "2016-10-07 18:58:07.233927"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 744], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.235055"], ["updated_at", "2016-10-07 18:58:07.235055"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 745], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.236196"], ["updated_at", "2016-10-07 18:58:07.236196"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 746], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.237381"], ["updated_at", "2016-10-07 18:58:07.237381"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 747], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.238573"], ["updated_at", "2016-10-07 18:58:07.238573"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 748], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.239799"], ["updated_at", "2016-10-07 18:58:07.239799"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 749], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.241270"], ["updated_at", "2016-10-07 18:58:07.241270"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 750], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.242425"], ["updated_at", "2016-10-07 18:58:07.242425"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 751], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.243558"], ["updated_at", "2016-10-07 18:58:07.243558"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 752], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.244663"], ["updated_at", "2016-10-07 18:58:07.244663"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 753], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.245756"], ["updated_at", "2016-10-07 18:58:07.245756"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 754], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.246901"], ["updated_at", "2016-10-07 18:58:07.246901"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 755], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.248195"], ["updated_at", "2016-10-07 18:58:07.248195"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 756], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.249384"], ["updated_at", "2016-10-07 18:58:07.249384"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 757], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.250578"], ["updated_at", "2016-10-07 18:58:07.250578"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 758], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.251812"], ["updated_at", "2016-10-07 18:58:07.251812"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 759], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.252986"], ["updated_at", "2016-10-07 18:58:07.252986"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 760], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.254133"], ["updated_at", "2016-10-07 18:58:07.254133"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 761], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.255371"], ["updated_at", "2016-10-07 18:58:07.255371"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 762], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.264662"], ["updated_at", "2016-10-07 18:58:07.264662"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 763], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.265742"], ["updated_at", "2016-10-07 18:58:07.265742"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 764], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.266663"], ["updated_at", "2016-10-07 18:58:07.266663"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 765], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.267564"], ["updated_at", "2016-10-07 18:58:07.267564"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 766], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.268434"], ["updated_at", "2016-10-07 18:58:07.268434"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 767], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.269378"], ["updated_at", "2016-10-07 18:58:07.269378"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 768], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.270260"], ["updated_at", "2016-10-07 18:58:07.270260"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 769], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.271131"], ["updated_at", "2016-10-07 18:58:07.271131"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 770], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.272057"], ["updated_at", "2016-10-07 18:58:07.272057"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 771], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.272924"], ["updated_at", "2016-10-07 18:58:07.272924"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 772], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.273763"], ["updated_at", "2016-10-07 18:58:07.273763"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 773], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.274611"], ["updated_at", "2016-10-07 18:58:07.274611"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 774], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.275455"], ["updated_at", "2016-10-07 18:58:07.275455"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 775], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.276299"], ["updated_at", "2016-10-07 18:58:07.276299"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 776], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.277125"], ["updated_at", "2016-10-07 18:58:07.277125"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 777], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.277946"], ["updated_at", "2016-10-07 18:58:07.277946"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 778], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.278778"], ["updated_at", "2016-10-07 18:58:07.278778"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 779], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.279607"], ["updated_at", "2016-10-07 18:58:07.279607"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 780], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.280445"], ["updated_at", "2016-10-07 18:58:07.280445"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 781], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.281290"], ["updated_at", "2016-10-07 18:58:07.281290"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 782], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.282117"], ["updated_at", "2016-10-07 18:58:07.282117"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 783], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.282955"], ["updated_at", "2016-10-07 18:58:07.282955"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 784], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.283778"], ["updated_at", "2016-10-07 18:58:07.283778"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 785], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.284594"], ["updated_at", "2016-10-07 18:58:07.284594"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 786], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.285408"], ["updated_at", "2016-10-07 18:58:07.285408"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 787], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.286232"], ["updated_at", "2016-10-07 18:58:07.286232"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 788], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.287076"], ["updated_at", "2016-10-07 18:58:07.287076"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 789], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.287887"], ["updated_at", "2016-10-07 18:58:07.287887"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 790], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.288703"], ["updated_at", "2016-10-07 18:58:07.288703"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 791], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.289531"], ["updated_at", "2016-10-07 18:58:07.289531"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 792], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.290354"], ["updated_at", "2016-10-07 18:58:07.290354"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 793], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.291214"], ["updated_at", "2016-10-07 18:58:07.291214"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 794], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.292026"], ["updated_at", "2016-10-07 18:58:07.292026"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 795], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.292837"], ["updated_at", "2016-10-07 18:58:07.292837"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 796], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.293624"], ["updated_at", "2016-10-07 18:58:07.293624"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 797], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.294440"], ["updated_at", "2016-10-07 18:58:07.294440"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 798], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.295292"], ["updated_at", "2016-10-07 18:58:07.295292"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 799], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.296124"], ["updated_at", "2016-10-07 18:58:07.296124"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 800], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.296909"], ["updated_at", "2016-10-07 18:58:07.296909"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 801], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.297734"], ["updated_at", "2016-10-07 18:58:07.297734"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 802], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.298556"], ["updated_at", "2016-10-07 18:58:07.298556"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 803], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.299382"], ["updated_at", "2016-10-07 18:58:07.299382"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 804], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.300377"], ["updated_at", "2016-10-07 18:58:07.300377"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 805], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.301316"], ["updated_at", "2016-10-07 18:58:07.301316"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 806], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.302163"], ["updated_at", "2016-10-07 18:58:07.302163"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 807], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.303025"], ["updated_at", "2016-10-07 18:58:07.303025"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 808], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.303865"], ["updated_at", "2016-10-07 18:58:07.303865"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 809], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.304683"], ["updated_at", "2016-10-07 18:58:07.304683"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 810], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.305527"], ["updated_at", "2016-10-07 18:58:07.305527"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 811], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.306357"], ["updated_at", "2016-10-07 18:58:07.306357"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 812], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.307194"], ["updated_at", "2016-10-07 18:58:07.307194"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 813], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.308028"], ["updated_at", "2016-10-07 18:58:07.308028"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 814], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.308845"], ["updated_at", "2016-10-07 18:58:07.308845"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 815], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.309665"], ["updated_at", "2016-10-07 18:58:07.309665"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 816], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.310509"], ["updated_at", "2016-10-07 18:58:07.310509"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 817], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.311332"], ["updated_at", "2016-10-07 18:58:07.311332"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 818], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.312127"], ["updated_at", "2016-10-07 18:58:07.312127"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 819], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.312983"], ["updated_at", "2016-10-07 18:58:07.312983"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 820], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.313819"], ["updated_at", "2016-10-07 18:58:07.313819"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 821], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.314692"], ["updated_at", "2016-10-07 18:58:07.314692"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 822], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.315522"], ["updated_at", "2016-10-07 18:58:07.315522"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 823], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.316323"], ["updated_at", "2016-10-07 18:58:07.316323"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 824], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.317132"], ["updated_at", "2016-10-07 18:58:07.317132"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 825], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.317951"], ["updated_at", "2016-10-07 18:58:07.317951"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 826], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.318778"], ["updated_at", "2016-10-07 18:58:07.318778"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 827], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.319594"], ["updated_at", "2016-10-07 18:58:07.319594"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 828], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.320432"], ["updated_at", "2016-10-07 18:58:07.320432"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 829], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.321255"], ["updated_at", "2016-10-07 18:58:07.321255"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 5], ["message_id", 830], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.322082"], ["updated_at", "2016-10-07 18:58:07.322082"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 831], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.322932"], ["updated_at", "2016-10-07 18:58:07.322932"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 832], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.323737"], ["updated_at", "2016-10-07 18:58:07.323737"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 833], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.324548"], ["updated_at", "2016-10-07 18:58:07.324548"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 834], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.325363"], ["updated_at", "2016-10-07 18:58:07.325363"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 835], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.326184"], ["updated_at", "2016-10-07 18:58:07.326184"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 836], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.327028"], ["updated_at", "2016-10-07 18:58:07.327028"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 837], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.327851"], ["updated_at", "2016-10-07 18:58:07.327851"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 838], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.328654"], ["updated_at", "2016-10-07 18:58:07.328654"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 839], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.329442"], ["updated_at", "2016-10-07 18:58:07.329442"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 840], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.330266"], ["updated_at", "2016-10-07 18:58:07.330266"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 841], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.331133"], ["updated_at", "2016-10-07 18:58:07.331133"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 842], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.331947"], ["updated_at", "2016-10-07 18:58:07.331947"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 843], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.332750"], ["updated_at", "2016-10-07 18:58:07.332750"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 844], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.333562"], ["updated_at", "2016-10-07 18:58:07.333562"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 845], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.334386"], ["updated_at", "2016-10-07 18:58:07.334386"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 846], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.335204"], ["updated_at", "2016-10-07 18:58:07.335204"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 847], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.336008"], ["updated_at", "2016-10-07 18:58:07.336008"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 848], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.336810"], ["updated_at", "2016-10-07 18:58:07.336810"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 849], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.337633"], ["updated_at", "2016-10-07 18:58:07.337633"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 850], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.338476"], ["updated_at", "2016-10-07 18:58:07.338476"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 851], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.339305"], ["updated_at", "2016-10-07 18:58:07.339305"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 852], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.340112"], ["updated_at", "2016-10-07 18:58:07.340112"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 853], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.340922"], ["updated_at", "2016-10-07 18:58:07.340922"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 854], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.341728"], ["updated_at", "2016-10-07 18:58:07.341728"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 855], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.342553"], ["updated_at", "2016-10-07 18:58:07.342553"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 856], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.343365"], ["updated_at", "2016-10-07 18:58:07.343365"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 857], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.344178"], ["updated_at", "2016-10-07 18:58:07.344178"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 858], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.344992"], ["updated_at", "2016-10-07 18:58:07.344992"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 859], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.345807"], ["updated_at", "2016-10-07 18:58:07.345807"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 860], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.346632"], ["updated_at", "2016-10-07 18:58:07.346632"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 861], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.347472"], ["updated_at", "2016-10-07 18:58:07.347472"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 862], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.348288"], ["updated_at", "2016-10-07 18:58:07.348288"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 863], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.349097"], ["updated_at", "2016-10-07 18:58:07.349097"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 864], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.349900"], ["updated_at", "2016-10-07 18:58:07.349900"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 865], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.350732"], ["updated_at", "2016-10-07 18:58:07.350732"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 866], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.351551"], ["updated_at", "2016-10-07 18:58:07.351551"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 867], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.352413"], ["updated_at", "2016-10-07 18:58:07.352413"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 868], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.353231"], ["updated_at", "2016-10-07 18:58:07.353231"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 869], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.354053"], ["updated_at", "2016-10-07 18:58:07.354053"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 870], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.354921"], ["updated_at", "2016-10-07 18:58:07.354921"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 871], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.355746"], ["updated_at", "2016-10-07 18:58:07.355746"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 872], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.356556"], ["updated_at", "2016-10-07 18:58:07.356556"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 873], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.357382"], ["updated_at", "2016-10-07 18:58:07.357382"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 874], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.358163"], ["updated_at", "2016-10-07 18:58:07.358163"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 875], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.359020"], ["updated_at", "2016-10-07 18:58:07.359020"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 876], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.359839"], ["updated_at", "2016-10-07 18:58:07.359839"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 877], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.360653"], ["updated_at", "2016-10-07 18:58:07.360653"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 878], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.361459"], ["updated_at", "2016-10-07 18:58:07.361459"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 879], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.362268"], ["updated_at", "2016-10-07 18:58:07.362268"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 880], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.363113"], ["updated_at", "2016-10-07 18:58:07.363113"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 881], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.363930"], ["updated_at", "2016-10-07 18:58:07.363930"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 882], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.364760"], ["updated_at", "2016-10-07 18:58:07.364760"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 883], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.365579"], ["updated_at", "2016-10-07 18:58:07.365579"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 884], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.366393"], ["updated_at", "2016-10-07 18:58:07.366393"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 885], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.367247"], ["updated_at", "2016-10-07 18:58:07.367247"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 886], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.368055"], ["updated_at", "2016-10-07 18:58:07.368055"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 887], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.368874"], ["updated_at", "2016-10-07 18:58:07.368874"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 888], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.369761"], ["updated_at", "2016-10-07 18:58:07.369761"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 889], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.370775"], ["updated_at", "2016-10-07 18:58:07.370775"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 890], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.371733"], ["updated_at", "2016-10-07 18:58:07.371733"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 891], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.372661"], ["updated_at", "2016-10-07 18:58:07.372661"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 892], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.373555"], ["updated_at", "2016-10-07 18:58:07.373555"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 893], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.374455"], ["updated_at", "2016-10-07 18:58:07.374455"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 894], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.375298"], ["updated_at", "2016-10-07 18:58:07.375298"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 895], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.376116"], ["updated_at", "2016-10-07 18:58:07.376116"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 896], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.376925"], ["updated_at", "2016-10-07 18:58:07.376925"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 897], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.377708"], ["updated_at", "2016-10-07 18:58:07.377708"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 898], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.378551"], ["updated_at", "2016-10-07 18:58:07.378551"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 899], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.381165"], ["updated_at", "2016-10-07 18:58:07.381165"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 900], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.382229"], ["updated_at", "2016-10-07 18:58:07.382229"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 901], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.383291"], ["updated_at", "2016-10-07 18:58:07.383291"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 902], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.384202"], ["updated_at", "2016-10-07 18:58:07.384202"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 903], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.385096"], ["updated_at", "2016-10-07 18:58:07.385096"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 904], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.385972"], ["updated_at", "2016-10-07 18:58:07.385972"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 905], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.386860"], ["updated_at", "2016-10-07 18:58:07.386860"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 906], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.387735"], ["updated_at", "2016-10-07 18:58:07.387735"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 907], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.388632"], ["updated_at", "2016-10-07 18:58:07.388632"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 908], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.389488"], ["updated_at", "2016-10-07 18:58:07.389488"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 909], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.390335"], ["updated_at", "2016-10-07 18:58:07.390335"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 910], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.391207"], ["updated_at", "2016-10-07 18:58:07.391207"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 911], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.392062"], ["updated_at", "2016-10-07 18:58:07.392062"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 912], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.392890"], ["updated_at", "2016-10-07 18:58:07.392890"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 913], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.393713"], ["updated_at", "2016-10-07 18:58:07.393713"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 914], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.394550"], ["updated_at", "2016-10-07 18:58:07.394550"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 915], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.395378"], ["updated_at", "2016-10-07 18:58:07.395378"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 916], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.396209"], ["updated_at", "2016-10-07 18:58:07.396209"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 917], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.397035"], ["updated_at", "2016-10-07 18:58:07.397035"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 918], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.397857"], ["updated_at", "2016-10-07 18:58:07.397857"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 919], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.398689"], ["updated_at", "2016-10-07 18:58:07.398689"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 920], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.399498"], ["updated_at", "2016-10-07 18:58:07.399498"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 921], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.400296"], ["updated_at", "2016-10-07 18:58:07.400296"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 922], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.401124"], ["updated_at", "2016-10-07 18:58:07.401124"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 923], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.401930"], ["updated_at", "2016-10-07 18:58:07.401930"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 924], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.402748"], ["updated_at", "2016-10-07 18:58:07.402748"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 925], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.403566"], ["updated_at", "2016-10-07 18:58:07.403566"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 926], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.404394"], ["updated_at", "2016-10-07 18:58:07.404394"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 927], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.405239"], ["updated_at", "2016-10-07 18:58:07.405239"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 928], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.406051"], ["updated_at", "2016-10-07 18:58:07.406051"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 929], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.406871"], ["updated_at", "2016-10-07 18:58:07.406871"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 930], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.407677"], ["updated_at", "2016-10-07 18:58:07.407677"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 931], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.408482"], ["updated_at", "2016-10-07 18:58:07.408482"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 932], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.409303"], ["updated_at", "2016-10-07 18:58:07.409303"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 933], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.410106"], ["updated_at", "2016-10-07 18:58:07.410106"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 934], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.410920"], ["updated_at", "2016-10-07 18:58:07.410920"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 935], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.411732"], ["updated_at", "2016-10-07 18:58:07.411732"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 936], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.412534"], ["updated_at", "2016-10-07 18:58:07.412534"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 937], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.413351"], ["updated_at", "2016-10-07 18:58:07.413351"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 938], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.414219"], ["updated_at", "2016-10-07 18:58:07.414219"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 939], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.415089"], ["updated_at", "2016-10-07 18:58:07.415089"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 940], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.415908"], ["updated_at", "2016-10-07 18:58:07.415908"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 941], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.416721"], ["updated_at", "2016-10-07 18:58:07.416721"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 942], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.417536"], ["updated_at", "2016-10-07 18:58:07.417536"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 943], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.418349"], ["updated_at", "2016-10-07 18:58:07.418349"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 944], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.419197"], ["updated_at", "2016-10-07 18:58:07.419197"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 945], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.420016"], ["updated_at", "2016-10-07 18:58:07.420016"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 946], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.420797"], ["updated_at", "2016-10-07 18:58:07.420797"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 947], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.421627"], ["updated_at", "2016-10-07 18:58:07.421627"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 948], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.422456"], ["updated_at", "2016-10-07 18:58:07.422456"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 949], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.423321"], ["updated_at", "2016-10-07 18:58:07.423321"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 950], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.424148"], ["updated_at", "2016-10-07 18:58:07.424148"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 951], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.424976"], ["updated_at", "2016-10-07 18:58:07.424976"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 952], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.425790"], ["updated_at", "2016-10-07 18:58:07.425790"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 953], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.426650"], ["updated_at", "2016-10-07 18:58:07.426650"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 954], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.427465"], ["updated_at", "2016-10-07 18:58:07.427465"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 955], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.428287"], ["updated_at", "2016-10-07 18:58:07.428287"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 956], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.429105"], ["updated_at", "2016-10-07 18:58:07.429105"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 957], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.429905"], ["updated_at", "2016-10-07 18:58:07.429905"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 958], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.430766"], ["updated_at", "2016-10-07 18:58:07.430766"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 959], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.431593"], ["updated_at", "2016-10-07 18:58:07.431593"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 960], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.432414"], ["updated_at", "2016-10-07 18:58:07.432414"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 961], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.433238"], ["updated_at", "2016-10-07 18:58:07.433238"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 962], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.434044"], ["updated_at", "2016-10-07 18:58:07.434044"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 963], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.434897"], ["updated_at", "2016-10-07 18:58:07.434897"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 964], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.435701"], ["updated_at", "2016-10-07 18:58:07.435701"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 965], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.436527"], ["updated_at", "2016-10-07 18:58:07.436527"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 966], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.437347"], ["updated_at", "2016-10-07 18:58:07.437347"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 967], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.438162"], ["updated_at", "2016-10-07 18:58:07.438162"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 968], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.439013"], ["updated_at", "2016-10-07 18:58:07.439013"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 969], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.439829"], ["updated_at", "2016-10-07 18:58:07.439829"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 970], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.440632"], ["updated_at", "2016-10-07 18:58:07.440632"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 971], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.441444"], ["updated_at", "2016-10-07 18:58:07.441444"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 972], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.442245"], ["updated_at", "2016-10-07 18:58:07.442245"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 973], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.443094"], ["updated_at", "2016-10-07 18:58:07.443094"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 974], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.443913"], ["updated_at", "2016-10-07 18:58:07.443913"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 975], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.444722"], ["updated_at", "2016-10-07 18:58:07.444722"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 976], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.445525"], ["updated_at", "2016-10-07 18:58:07.445525"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 977], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.446338"], ["updated_at", "2016-10-07 18:58:07.446338"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 978], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.447165"], ["updated_at", "2016-10-07 18:58:07.447165"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 979], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.447986"], ["updated_at", "2016-10-07 18:58:07.447986"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 980], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.448766"], ["updated_at", "2016-10-07 18:58:07.448766"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 981], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.449575"], ["updated_at", "2016-10-07 18:58:07.449575"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 982], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.450380"], ["updated_at", "2016-10-07 18:58:07.450380"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 983], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.451211"], ["updated_at", "2016-10-07 18:58:07.451211"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 984], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.452018"], ["updated_at", "2016-10-07 18:58:07.452018"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 985], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.452824"], ["updated_at", "2016-10-07 18:58:07.452824"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 986], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.453664"], ["updated_at", "2016-10-07 18:58:07.453664"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 987], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.454478"], ["updated_at", "2016-10-07 18:58:07.454478"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 988], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.455319"], ["updated_at", "2016-10-07 18:58:07.455319"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 989], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.456124"], ["updated_at", "2016-10-07 18:58:07.456124"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 990], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.456930"], ["updated_at", "2016-10-07 18:58:07.456930"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 991], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.457733"], ["updated_at", "2016-10-07 18:58:07.457733"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 992], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.458548"], ["updated_at", "2016-10-07 18:58:07.458548"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 993], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.459372"], ["updated_at", "2016-10-07 18:58:07.459372"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 994], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.460176"], ["updated_at", "2016-10-07 18:58:07.460176"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 995], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.460987"], ["updated_at", "2016-10-07 18:58:07.460987"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 6], ["message_id", 996], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.461786"], ["updated_at", "2016-10-07 18:58:07.461786"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 997], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.462604"], ["updated_at", "2016-10-07 18:58:07.462604"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 998], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.463420"], ["updated_at", "2016-10-07 18:58:07.463420"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 999], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.464240"], ["updated_at", "2016-10-07 18:58:07.464240"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1000], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.465058"], ["updated_at", "2016-10-07 18:58:07.465058"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1001], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.465890"], ["updated_at", "2016-10-07 18:58:07.465890"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1002], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.466720"], ["updated_at", "2016-10-07 18:58:07.466720"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1003], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.467532"], ["updated_at", "2016-10-07 18:58:07.467532"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1004], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.468344"], ["updated_at", "2016-10-07 18:58:07.468344"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1005], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.469153"], ["updated_at", "2016-10-07 18:58:07.469153"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1006], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.469959"], ["updated_at", "2016-10-07 18:58:07.469959"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1007], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.470860"], ["updated_at", "2016-10-07 18:58:07.470860"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1008], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.471779"], ["updated_at", "2016-10-07 18:58:07.471779"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1009], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.472639"], ["updated_at", "2016-10-07 18:58:07.472639"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1010], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.473459"], ["updated_at", "2016-10-07 18:58:07.473459"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1011], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.474267"], ["updated_at", "2016-10-07 18:58:07.474267"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1012], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.475117"], ["updated_at", "2016-10-07 18:58:07.475117"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1013], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.475935"], ["updated_at", "2016-10-07 18:58:07.475935"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1014], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.476754"], ["updated_at", "2016-10-07 18:58:07.476754"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1015], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.477582"], ["updated_at", "2016-10-07 18:58:07.477582"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1016], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.478380"], ["updated_at", "2016-10-07 18:58:07.478380"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1017], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.479259"], ["updated_at", "2016-10-07 18:58:07.479259"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1018], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.480286"], ["updated_at", "2016-10-07 18:58:07.480286"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1019], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.481171"], ["updated_at", "2016-10-07 18:58:07.481171"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1020], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.481996"], ["updated_at", "2016-10-07 18:58:07.481996"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1021], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.482838"], ["updated_at", "2016-10-07 18:58:07.482838"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1022], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.483659"], ["updated_at", "2016-10-07 18:58:07.483659"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1023], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.484479"], ["updated_at", "2016-10-07 18:58:07.484479"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1024], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.485322"], ["updated_at", "2016-10-07 18:58:07.485322"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1025], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.486132"], ["updated_at", "2016-10-07 18:58:07.486132"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1026], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.487002"], ["updated_at", "2016-10-07 18:58:07.487002"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1027], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.487831"], ["updated_at", "2016-10-07 18:58:07.487831"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1028], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.488803"], ["updated_at", "2016-10-07 18:58:07.488803"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1029], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.490191"], ["updated_at", "2016-10-07 18:58:07.490191"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1030], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.491634"], ["updated_at", "2016-10-07 18:58:07.491634"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1031], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.492768"], ["updated_at", "2016-10-07 18:58:07.492768"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1032], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.494122"], ["updated_at", "2016-10-07 18:58:07.494122"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1033], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.496830"], ["updated_at", "2016-10-07 18:58:07.496830"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1034], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.499561"], ["updated_at", "2016-10-07 18:58:07.499561"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1035], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.501789"], ["updated_at", "2016-10-07 18:58:07.501789"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1036], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.502894"], ["updated_at", "2016-10-07 18:58:07.502894"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1037], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.503912"], ["updated_at", "2016-10-07 18:58:07.503912"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1038], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.505032"], ["updated_at", "2016-10-07 18:58:07.505032"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1039], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.506019"], ["updated_at", "2016-10-07 18:58:07.506019"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1040], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.506939"], ["updated_at", "2016-10-07 18:58:07.506939"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1041], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.507818"], ["updated_at", "2016-10-07 18:58:07.507818"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1042], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.508698"], ["updated_at", "2016-10-07 18:58:07.508698"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1043], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.509583"], ["updated_at", "2016-10-07 18:58:07.509583"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1044], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.510438"], ["updated_at", "2016-10-07 18:58:07.510438"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1045], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.511312"], ["updated_at", "2016-10-07 18:58:07.511312"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1046], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.512149"], ["updated_at", "2016-10-07 18:58:07.512149"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1047], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.512986"], ["updated_at", "2016-10-07 18:58:07.512986"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1048], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.513853"], ["updated_at", "2016-10-07 18:58:07.513853"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1049], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.514740"], ["updated_at", "2016-10-07 18:58:07.514740"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1050], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.515609"], ["updated_at", "2016-10-07 18:58:07.515609"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1051], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.516435"], ["updated_at", "2016-10-07 18:58:07.516435"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1052], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.517276"], ["updated_at", "2016-10-07 18:58:07.517276"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1053], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.518120"], ["updated_at", "2016-10-07 18:58:07.518120"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1054], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.518984"], ["updated_at", "2016-10-07 18:58:07.518984"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1055], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.519813"], ["updated_at", "2016-10-07 18:58:07.519813"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1056], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.520620"], ["updated_at", "2016-10-07 18:58:07.520620"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1057], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.521448"], ["updated_at", "2016-10-07 18:58:07.521448"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1058], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.522450"], ["updated_at", "2016-10-07 18:58:07.522450"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1059], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.523326"], ["updated_at", "2016-10-07 18:58:07.523326"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1060], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.524160"], ["updated_at", "2016-10-07 18:58:07.524160"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1061], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.524986"], ["updated_at", "2016-10-07 18:58:07.524986"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1062], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.525807"], ["updated_at", "2016-10-07 18:58:07.525807"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1063], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.526662"], ["updated_at", "2016-10-07 18:58:07.526662"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1064], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.527490"], ["updated_at", "2016-10-07 18:58:07.527490"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1065], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.528324"], ["updated_at", "2016-10-07 18:58:07.528324"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1066], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.529122"], ["updated_at", "2016-10-07 18:58:07.529122"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1067], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.529958"], ["updated_at", "2016-10-07 18:58:07.529958"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1068], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.530817"], ["updated_at", "2016-10-07 18:58:07.530817"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1069], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.531634"], ["updated_at", "2016-10-07 18:58:07.531634"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1070], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.532446"], ["updated_at", "2016-10-07 18:58:07.532446"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1071], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.533278"], ["updated_at", "2016-10-07 18:58:07.533278"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1072], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.534093"], ["updated_at", "2016-10-07 18:58:07.534093"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1073], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.534907"], ["updated_at", "2016-10-07 18:58:07.534907"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1074], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.535708"], ["updated_at", "2016-10-07 18:58:07.535708"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1075], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.536518"], ["updated_at", "2016-10-07 18:58:07.536518"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1076], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.537364"], ["updated_at", "2016-10-07 18:58:07.537364"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1077], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.538173"], ["updated_at", "2016-10-07 18:58:07.538173"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1078], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.539009"], ["updated_at", "2016-10-07 18:58:07.539009"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1079], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.539827"], ["updated_at", "2016-10-07 18:58:07.539827"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1080], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.540638"], ["updated_at", "2016-10-07 18:58:07.540638"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1081], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.541439"], ["updated_at", "2016-10-07 18:58:07.541439"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1082], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.542258"], ["updated_at", "2016-10-07 18:58:07.542258"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1083], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.543083"], ["updated_at", "2016-10-07 18:58:07.543083"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1084], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.543903"], ["updated_at", "2016-10-07 18:58:07.543903"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1085], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.544688"], ["updated_at", "2016-10-07 18:58:07.544688"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1086], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.545484"], ["updated_at", "2016-10-07 18:58:07.545484"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1087], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.546299"], ["updated_at", "2016-10-07 18:58:07.546299"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1088], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.547133"], ["updated_at", "2016-10-07 18:58:07.547133"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1089], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.547944"], ["updated_at", "2016-10-07 18:58:07.547944"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1090], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.548755"], ["updated_at", "2016-10-07 18:58:07.548755"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1091], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.549566"], ["updated_at", "2016-10-07 18:58:07.549566"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1092], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.550375"], ["updated_at", "2016-10-07 18:58:07.550375"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1093], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.551203"], ["updated_at", "2016-10-07 18:58:07.551203"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1094], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.552059"], ["updated_at", "2016-10-07 18:58:07.552059"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1095], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.552851"], ["updated_at", "2016-10-07 18:58:07.552851"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1096], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.553663"], ["updated_at", "2016-10-07 18:58:07.553663"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1097], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.554480"], ["updated_at", "2016-10-07 18:58:07.554480"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1098], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.555301"], ["updated_at", "2016-10-07 18:58:07.555301"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1099], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.556150"], ["updated_at", "2016-10-07 18:58:07.556150"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1100], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.556954"], ["updated_at", "2016-10-07 18:58:07.556954"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1101], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.557778"], ["updated_at", "2016-10-07 18:58:07.557778"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1102], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.558592"], ["updated_at", "2016-10-07 18:58:07.558592"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1103], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.559408"], ["updated_at", "2016-10-07 18:58:07.559408"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1104], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.560236"], ["updated_at", "2016-10-07 18:58:07.560236"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1105], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.561031"], ["updated_at", "2016-10-07 18:58:07.561031"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1106], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.561876"], ["updated_at", "2016-10-07 18:58:07.561876"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1107], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.562701"], ["updated_at", "2016-10-07 18:58:07.562701"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1108], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.563526"], ["updated_at", "2016-10-07 18:58:07.563526"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1109], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.564360"], ["updated_at", "2016-10-07 18:58:07.564360"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1110], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.565179"], ["updated_at", "2016-10-07 18:58:07.565179"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1111], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.565979"], ["updated_at", "2016-10-07 18:58:07.565979"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1112], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.566801"], ["updated_at", "2016-10-07 18:58:07.566801"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1113], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.567623"], ["updated_at", "2016-10-07 18:58:07.567623"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1114], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.568431"], ["updated_at", "2016-10-07 18:58:07.568431"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1115], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.569252"], ["updated_at", "2016-10-07 18:58:07.569252"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1116], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.570068"], ["updated_at", "2016-10-07 18:58:07.570068"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1117], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.570889"], ["updated_at", "2016-10-07 18:58:07.570889"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1118], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.571961"], ["updated_at", "2016-10-07 18:58:07.571961"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1119], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.572901"], ["updated_at", "2016-10-07 18:58:07.572901"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1120], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.573802"], ["updated_at", "2016-10-07 18:58:07.573802"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1121], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.574703"], ["updated_at", "2016-10-07 18:58:07.574703"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1122], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.575597"], ["updated_at", "2016-10-07 18:58:07.575597"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1123], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.576493"], ["updated_at", "2016-10-07 18:58:07.576493"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1124], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.577375"], ["updated_at", "2016-10-07 18:58:07.577375"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1125], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.578287"], ["updated_at", "2016-10-07 18:58:07.578287"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1126], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.579172"], ["updated_at", "2016-10-07 18:58:07.579172"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1127], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.580060"], ["updated_at", "2016-10-07 18:58:07.580060"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1128], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.580952"], ["updated_at", "2016-10-07 18:58:07.580952"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1129], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.581829"], ["updated_at", "2016-10-07 18:58:07.581829"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1130], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.583652"], ["updated_at", "2016-10-07 18:58:07.583652"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1131], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.585717"], ["updated_at", "2016-10-07 18:58:07.585717"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1132], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.587275"], ["updated_at", "2016-10-07 18:58:07.587275"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1133], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.588359"], ["updated_at", "2016-10-07 18:58:07.588359"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1134], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.589382"], ["updated_at", "2016-10-07 18:58:07.589382"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1135], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.590346"], ["updated_at", "2016-10-07 18:58:07.590346"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1136], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.591296"], ["updated_at", "2016-10-07 18:58:07.591296"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1137], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.592173"], ["updated_at", "2016-10-07 18:58:07.592173"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1138], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.593048"], ["updated_at", "2016-10-07 18:58:07.593048"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1139], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.593935"], ["updated_at", "2016-10-07 18:58:07.593935"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1140], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.594821"], ["updated_at", "2016-10-07 18:58:07.594821"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1141], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.595670"], ["updated_at", "2016-10-07 18:58:07.595670"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1142], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.596535"], ["updated_at", "2016-10-07 18:58:07.596535"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1143], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.597431"], ["updated_at", "2016-10-07 18:58:07.597431"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1144], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.598262"], ["updated_at", "2016-10-07 18:58:07.598262"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1145], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.599129"], ["updated_at", "2016-10-07 18:58:07.599129"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1146], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.599952"], ["updated_at", "2016-10-07 18:58:07.599952"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1147], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.600814"], ["updated_at", "2016-10-07 18:58:07.600814"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1148], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.601688"], ["updated_at", "2016-10-07 18:58:07.601688"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1149], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.602561"], ["updated_at", "2016-10-07 18:58:07.602561"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1150], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.603391"], ["updated_at", "2016-10-07 18:58:07.603391"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1151], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.604227"], ["updated_at", "2016-10-07 18:58:07.604227"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1152], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.605064"], ["updated_at", "2016-10-07 18:58:07.605064"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1153], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.605879"], ["updated_at", "2016-10-07 18:58:07.605879"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1154], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.606704"], ["updated_at", "2016-10-07 18:58:07.606704"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1155], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.607512"], ["updated_at", "2016-10-07 18:58:07.607512"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1156], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.608330"], ["updated_at", "2016-10-07 18:58:07.608330"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1157], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.609150"], ["updated_at", "2016-10-07 18:58:07.609150"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1158], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.609973"], ["updated_at", "2016-10-07 18:58:07.609973"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1159], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.610797"], ["updated_at", "2016-10-07 18:58:07.610797"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1160], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.611605"], ["updated_at", "2016-10-07 18:58:07.611605"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1161], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.612415"], ["updated_at", "2016-10-07 18:58:07.612415"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 7], ["message_id", 1162], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.613216"], ["updated_at", "2016-10-07 18:58:07.613216"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1163], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.614051"], ["updated_at", "2016-10-07 18:58:07.614051"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1164], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.614871"], ["updated_at", "2016-10-07 18:58:07.614871"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1165], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.615722"], ["updated_at", "2016-10-07 18:58:07.615722"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1166], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.616558"], ["updated_at", "2016-10-07 18:58:07.616558"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1167], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.617388"], ["updated_at", "2016-10-07 18:58:07.617388"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1168], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.618196"], ["updated_at", "2016-10-07 18:58:07.618196"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1169], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.619057"], ["updated_at", "2016-10-07 18:58:07.619057"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1170], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.619867"], ["updated_at", "2016-10-07 18:58:07.619867"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1171], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.620676"], ["updated_at", "2016-10-07 18:58:07.620676"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1172], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.621505"], ["updated_at", "2016-10-07 18:58:07.621505"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1173], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.622583"], ["updated_at", "2016-10-07 18:58:07.622583"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1174], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.623628"], ["updated_at", "2016-10-07 18:58:07.623628"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1175], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.624550"], ["updated_at", "2016-10-07 18:58:07.624550"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1176], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.625425"], ["updated_at", "2016-10-07 18:58:07.625425"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1177], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.626289"], ["updated_at", "2016-10-07 18:58:07.626289"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1178], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.627188"], ["updated_at", "2016-10-07 18:58:07.627188"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1179], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.628031"], ["updated_at", "2016-10-07 18:58:07.628031"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1180], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.628875"], ["updated_at", "2016-10-07 18:58:07.628875"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1181], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.629702"], ["updated_at", "2016-10-07 18:58:07.629702"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1182], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.630672"], ["updated_at", "2016-10-07 18:58:07.630672"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1183], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.631505"], ["updated_at", "2016-10-07 18:58:07.631505"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1184], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.632342"], ["updated_at", "2016-10-07 18:58:07.632342"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1185], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.633173"], ["updated_at", "2016-10-07 18:58:07.633173"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1186], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.633991"], ["updated_at", "2016-10-07 18:58:07.633991"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1187], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.634830"], ["updated_at", "2016-10-07 18:58:07.634830"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1188], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.635668"], ["updated_at", "2016-10-07 18:58:07.635668"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1189], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.636479"], ["updated_at", "2016-10-07 18:58:07.636479"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1190], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.637290"], ["updated_at", "2016-10-07 18:58:07.637290"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1191], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.638144"], ["updated_at", "2016-10-07 18:58:07.638144"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1192], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.638993"], ["updated_at", "2016-10-07 18:58:07.638993"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1193], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.639794"], ["updated_at", "2016-10-07 18:58:07.639794"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1194], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.640596"], ["updated_at", "2016-10-07 18:58:07.640596"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1195], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.641432"], ["updated_at", "2016-10-07 18:58:07.641432"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1196], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.642236"], ["updated_at", "2016-10-07 18:58:07.642236"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1197], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.643119"], ["updated_at", "2016-10-07 18:58:07.643119"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1198], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.643916"], ["updated_at", "2016-10-07 18:58:07.643916"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1199], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.644724"], ["updated_at", "2016-10-07 18:58:07.644724"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1200], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.645528"], ["updated_at", "2016-10-07 18:58:07.645528"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1201], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.646335"], ["updated_at", "2016-10-07 18:58:07.646335"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1202], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.647171"], ["updated_at", "2016-10-07 18:58:07.647171"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1203], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.647979"], ["updated_at", "2016-10-07 18:58:07.647979"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1204], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.648778"], ["updated_at", "2016-10-07 18:58:07.648778"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1205], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.649577"], ["updated_at", "2016-10-07 18:58:07.649577"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1206], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.650377"], ["updated_at", "2016-10-07 18:58:07.650377"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1207], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.651189"], ["updated_at", "2016-10-07 18:58:07.651189"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1208], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.651998"], ["updated_at", "2016-10-07 18:58:07.651998"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1209], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.652819"], ["updated_at", "2016-10-07 18:58:07.652819"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1210], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.653616"], ["updated_at", "2016-10-07 18:58:07.653616"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1211], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.654430"], ["updated_at", "2016-10-07 18:58:07.654430"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1212], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.655257"], ["updated_at", "2016-10-07 18:58:07.655257"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1213], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.656052"], ["updated_at", "2016-10-07 18:58:07.656052"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1214], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.656849"], ["updated_at", "2016-10-07 18:58:07.656849"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1215], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.657665"], ["updated_at", "2016-10-07 18:58:07.657665"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1216], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.658469"], ["updated_at", "2016-10-07 18:58:07.658469"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1217], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.659319"], ["updated_at", "2016-10-07 18:58:07.659319"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1218], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.660117"], ["updated_at", "2016-10-07 18:58:07.660117"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1219], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.661016"], ["updated_at", "2016-10-07 18:58:07.661016"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1220], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.661842"], ["updated_at", "2016-10-07 18:58:07.661842"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1221], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.662685"], ["updated_at", "2016-10-07 18:58:07.662685"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1222], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.663497"], ["updated_at", "2016-10-07 18:58:07.663497"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1223], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.664340"], ["updated_at", "2016-10-07 18:58:07.664340"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1224], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.665152"], ["updated_at", "2016-10-07 18:58:07.665152"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1225], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.665977"], ["updated_at", "2016-10-07 18:58:07.665977"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1226], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.666791"], ["updated_at", "2016-10-07 18:58:07.666791"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1227], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.667602"], ["updated_at", "2016-10-07 18:58:07.667602"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1228], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.668408"], ["updated_at", "2016-10-07 18:58:07.668408"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1229], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.669214"], ["updated_at", "2016-10-07 18:58:07.669214"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1230], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.670061"], ["updated_at", "2016-10-07 18:58:07.670061"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1231], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.670886"], ["updated_at", "2016-10-07 18:58:07.670886"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1232], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.671732"], ["updated_at", "2016-10-07 18:58:07.671732"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1233], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.672719"], ["updated_at", "2016-10-07 18:58:07.672719"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1234], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.673742"], ["updated_at", "2016-10-07 18:58:07.673742"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1235], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.674673"], ["updated_at", "2016-10-07 18:58:07.674673"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1236], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.675576"], ["updated_at", "2016-10-07 18:58:07.675576"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1237], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.676491"], ["updated_at", "2016-10-07 18:58:07.676491"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1238], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.677389"], ["updated_at", "2016-10-07 18:58:07.677389"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1239], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.678273"], ["updated_at", "2016-10-07 18:58:07.678273"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1240], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.679182"], ["updated_at", "2016-10-07 18:58:07.679182"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1241], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.680116"], ["updated_at", "2016-10-07 18:58:07.680116"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1242], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.681031"], ["updated_at", "2016-10-07 18:58:07.681031"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1243], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.681853"], ["updated_at", "2016-10-07 18:58:07.681853"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1244], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.682701"], ["updated_at", "2016-10-07 18:58:07.682701"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1245], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.683517"], ["updated_at", "2016-10-07 18:58:07.683517"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1246], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.684333"], ["updated_at", "2016-10-07 18:58:07.684333"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1247], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.685145"], ["updated_at", "2016-10-07 18:58:07.685145"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1248], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.685971"], ["updated_at", "2016-10-07 18:58:07.685971"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1249], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.686791"], ["updated_at", "2016-10-07 18:58:07.686791"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1250], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.687607"], ["updated_at", "2016-10-07 18:58:07.687607"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1251], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.688440"], ["updated_at", "2016-10-07 18:58:07.688440"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1252], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.689258"], ["updated_at", "2016-10-07 18:58:07.689258"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1253], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.690068"], ["updated_at", "2016-10-07 18:58:07.690068"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1254], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.690933"], ["updated_at", "2016-10-07 18:58:07.690933"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1255], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.691735"], ["updated_at", "2016-10-07 18:58:07.691735"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1256], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.692577"], ["updated_at", "2016-10-07 18:58:07.692577"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1257], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.693378"], ["updated_at", "2016-10-07 18:58:07.693378"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1258], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.694175"], ["updated_at", "2016-10-07 18:58:07.694175"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1259], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.695026"], ["updated_at", "2016-10-07 18:58:07.695026"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1260], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.695978"], ["updated_at", "2016-10-07 18:58:07.695978"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1261], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.696968"], ["updated_at", "2016-10-07 18:58:07.696968"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1262], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.698125"], ["updated_at", "2016-10-07 18:58:07.698125"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1263], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.700216"], ["updated_at", "2016-10-07 18:58:07.700216"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1264], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.701268"], ["updated_at", "2016-10-07 18:58:07.701268"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1265], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.702217"], ["updated_at", "2016-10-07 18:58:07.702217"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1266], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.703187"], ["updated_at", "2016-10-07 18:58:07.703187"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1267], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.704168"], ["updated_at", "2016-10-07 18:58:07.704168"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1268], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.705090"], ["updated_at", "2016-10-07 18:58:07.705090"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1269], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.705958"], ["updated_at", "2016-10-07 18:58:07.705958"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1270], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.706840"], ["updated_at", "2016-10-07 18:58:07.706840"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1271], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.707732"], ["updated_at", "2016-10-07 18:58:07.707732"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1272], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.708570"], ["updated_at", "2016-10-07 18:58:07.708570"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1273], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.709422"], ["updated_at", "2016-10-07 18:58:07.709422"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1274], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.710271"], ["updated_at", "2016-10-07 18:58:07.710271"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1275], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.711144"], ["updated_at", "2016-10-07 18:58:07.711144"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1276], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.711977"], ["updated_at", "2016-10-07 18:58:07.711977"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1277], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.712802"], ["updated_at", "2016-10-07 18:58:07.712802"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1278], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.713655"], ["updated_at", "2016-10-07 18:58:07.713655"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1279], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.714531"], ["updated_at", "2016-10-07 18:58:07.714531"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1280], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.715365"], ["updated_at", "2016-10-07 18:58:07.715365"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1281], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.716179"], ["updated_at", "2016-10-07 18:58:07.716179"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1282], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.717014"], ["updated_at", "2016-10-07 18:58:07.717014"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1283], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.717850"], ["updated_at", "2016-10-07 18:58:07.717850"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1284], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.718705"], ["updated_at", "2016-10-07 18:58:07.718705"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1285], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.719543"], ["updated_at", "2016-10-07 18:58:07.719543"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1286], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.720362"], ["updated_at", "2016-10-07 18:58:07.720362"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1287], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.721209"], ["updated_at", "2016-10-07 18:58:07.721209"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1288], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.722040"], ["updated_at", "2016-10-07 18:58:07.722040"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1289], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.722855"], ["updated_at", "2016-10-07 18:58:07.722855"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1290], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.723654"], ["updated_at", "2016-10-07 18:58:07.723654"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1291], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.724482"], ["updated_at", "2016-10-07 18:58:07.724482"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1292], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.725287"], ["updated_at", "2016-10-07 18:58:07.725287"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1293], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.726095"], ["updated_at", "2016-10-07 18:58:07.726095"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1294], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.726930"], ["updated_at", "2016-10-07 18:58:07.726930"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1295], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.727746"], ["updated_at", "2016-10-07 18:58:07.727746"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1296], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.728562"], ["updated_at", "2016-10-07 18:58:07.728562"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1297], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.729361"], ["updated_at", "2016-10-07 18:58:07.729361"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1298], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.730165"], ["updated_at", "2016-10-07 18:58:07.730165"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1299], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.731043"], ["updated_at", "2016-10-07 18:58:07.731043"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1300], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.731865"], ["updated_at", "2016-10-07 18:58:07.731865"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1301], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.732689"], ["updated_at", "2016-10-07 18:58:07.732689"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1302], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.733485"], ["updated_at", "2016-10-07 18:58:07.733485"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1303], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.734297"], ["updated_at", "2016-10-07 18:58:07.734297"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1304], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.735153"], ["updated_at", "2016-10-07 18:58:07.735153"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1305], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.735958"], ["updated_at", "2016-10-07 18:58:07.735958"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1306], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.736758"], ["updated_at", "2016-10-07 18:58:07.736758"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1307], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.737592"], ["updated_at", "2016-10-07 18:58:07.737592"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1308], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.738412"], ["updated_at", "2016-10-07 18:58:07.738412"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1309], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.739236"], ["updated_at", "2016-10-07 18:58:07.739236"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1310], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.740036"], ["updated_at", "2016-10-07 18:58:07.740036"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1311], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.740862"], ["updated_at", "2016-10-07 18:58:07.740862"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1312], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.741672"], ["updated_at", "2016-10-07 18:58:07.741672"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1313], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.742468"], ["updated_at", "2016-10-07 18:58:07.742468"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1314], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.743281"], ["updated_at", "2016-10-07 18:58:07.743281"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1315], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.744094"], ["updated_at", "2016-10-07 18:58:07.744094"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1316], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.744907"], ["updated_at", "2016-10-07 18:58:07.744907"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1317], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.745708"], ["updated_at", "2016-10-07 18:58:07.745708"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1318], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.746520"], ["updated_at", "2016-10-07 18:58:07.746520"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1319], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.747350"], ["updated_at", "2016-10-07 18:58:07.747350"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1320], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.748188"], ["updated_at", "2016-10-07 18:58:07.748188"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1321], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.748990"], ["updated_at", "2016-10-07 18:58:07.748990"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1322], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.749798"], ["updated_at", "2016-10-07 18:58:07.749798"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1323], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.750641"], ["updated_at", "2016-10-07 18:58:07.750641"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1324], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.751466"], ["updated_at", "2016-10-07 18:58:07.751466"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1325], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.752309"], ["updated_at", "2016-10-07 18:58:07.752309"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1326], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.753214"], ["updated_at", "2016-10-07 18:58:07.753214"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1327], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.754045"], ["updated_at", "2016-10-07 18:58:07.754045"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 8], ["message_id", 1328], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.754885"], ["updated_at", "2016-10-07 18:58:07.754885"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1329], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.755698"], ["updated_at", "2016-10-07 18:58:07.755698"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1330], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.756501"], ["updated_at", "2016-10-07 18:58:07.756501"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1331], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.757361"], ["updated_at", "2016-10-07 18:58:07.757361"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1332], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.758172"], ["updated_at", "2016-10-07 18:58:07.758172"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1333], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.758982"], ["updated_at", "2016-10-07 18:58:07.758982"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1334], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.759820"], ["updated_at", "2016-10-07 18:58:07.759820"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1335], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.760622"], ["updated_at", "2016-10-07 18:58:07.760622"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1336], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.761434"], ["updated_at", "2016-10-07 18:58:07.761434"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1337], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.762245"], ["updated_at", "2016-10-07 18:58:07.762245"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1338], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.763093"], ["updated_at", "2016-10-07 18:58:07.763093"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1339], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.763949"], ["updated_at", "2016-10-07 18:58:07.763949"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1340], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.764753"], ["updated_at", "2016-10-07 18:58:07.764753"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1341], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.765570"], ["updated_at", "2016-10-07 18:58:07.765570"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1342], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.766397"], ["updated_at", "2016-10-07 18:58:07.766397"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1343], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.767440"], ["updated_at", "2016-10-07 18:58:07.767440"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1344], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.768590"], ["updated_at", "2016-10-07 18:58:07.768590"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1345], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.769638"], ["updated_at", "2016-10-07 18:58:07.769638"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1346], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.770665"], ["updated_at", "2016-10-07 18:58:07.770665"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1347], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.771727"], ["updated_at", "2016-10-07 18:58:07.771727"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1348], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.772712"], ["updated_at", "2016-10-07 18:58:07.772712"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1349], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.773745"], ["updated_at", "2016-10-07 18:58:07.773745"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1350], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.775016"], ["updated_at", "2016-10-07 18:58:07.775016"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1351], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.776355"], ["updated_at", "2016-10-07 18:58:07.776355"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1352], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.778027"], ["updated_at", "2016-10-07 18:58:07.778027"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1353], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.781054"], ["updated_at", "2016-10-07 18:58:07.781054"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1354], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.783669"], ["updated_at", "2016-10-07 18:58:07.783669"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1355], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.786109"], ["updated_at", "2016-10-07 18:58:07.786109"]] SQL (5.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1356], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.787401"], ["updated_at", "2016-10-07 18:58:07.787401"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1357], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.793903"], ["updated_at", "2016-10-07 18:58:07.793903"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1358], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.795000"], ["updated_at", "2016-10-07 18:58:07.795000"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1359], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.795950"], ["updated_at", "2016-10-07 18:58:07.795950"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1360], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.796898"], ["updated_at", "2016-10-07 18:58:07.796898"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1361], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.797810"], ["updated_at", "2016-10-07 18:58:07.797810"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1362], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.798683"], ["updated_at", "2016-10-07 18:58:07.798683"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1363], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.799560"], ["updated_at", "2016-10-07 18:58:07.799560"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1364], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.800419"], ["updated_at", "2016-10-07 18:58:07.800419"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1365], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.801282"], ["updated_at", "2016-10-07 18:58:07.801282"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1366], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.802114"], ["updated_at", "2016-10-07 18:58:07.802114"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1367], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.802975"], ["updated_at", "2016-10-07 18:58:07.802975"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1368], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.803798"], ["updated_at", "2016-10-07 18:58:07.803798"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1369], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.804740"], ["updated_at", "2016-10-07 18:58:07.804740"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1370], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.805649"], ["updated_at", "2016-10-07 18:58:07.805649"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1371], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.806508"], ["updated_at", "2016-10-07 18:58:07.806508"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1372], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.807329"], ["updated_at", "2016-10-07 18:58:07.807329"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1373], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.808166"], ["updated_at", "2016-10-07 18:58:07.808166"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1374], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.808981"], ["updated_at", "2016-10-07 18:58:07.808981"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1375], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.809817"], ["updated_at", "2016-10-07 18:58:07.809817"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1376], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.810640"], ["updated_at", "2016-10-07 18:58:07.810640"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1377], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.811446"], ["updated_at", "2016-10-07 18:58:07.811446"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1378], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.812262"], ["updated_at", "2016-10-07 18:58:07.812262"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1379], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.813072"], ["updated_at", "2016-10-07 18:58:07.813072"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1380], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.813907"], ["updated_at", "2016-10-07 18:58:07.813907"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1381], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.814723"], ["updated_at", "2016-10-07 18:58:07.814723"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1382], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.815557"], ["updated_at", "2016-10-07 18:58:07.815557"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1383], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.816357"], ["updated_at", "2016-10-07 18:58:07.816357"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1384], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.817190"], ["updated_at", "2016-10-07 18:58:07.817190"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1385], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.818022"], ["updated_at", "2016-10-07 18:58:07.818022"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1386], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.818865"], ["updated_at", "2016-10-07 18:58:07.818865"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1387], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.819675"], ["updated_at", "2016-10-07 18:58:07.819675"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1388], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.820505"], ["updated_at", "2016-10-07 18:58:07.820505"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1389], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.821351"], ["updated_at", "2016-10-07 18:58:07.821351"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1390], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.822202"], ["updated_at", "2016-10-07 18:58:07.822202"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1391], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.823036"], ["updated_at", "2016-10-07 18:58:07.823036"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1392], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.823859"], ["updated_at", "2016-10-07 18:58:07.823859"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1393], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.824660"], ["updated_at", "2016-10-07 18:58:07.824660"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1394], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.825453"], ["updated_at", "2016-10-07 18:58:07.825453"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1395], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.826279"], ["updated_at", "2016-10-07 18:58:07.826279"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1396], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.827112"], ["updated_at", "2016-10-07 18:58:07.827112"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1397], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.827927"], ["updated_at", "2016-10-07 18:58:07.827927"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1398], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.828721"], ["updated_at", "2016-10-07 18:58:07.828721"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1399], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.829539"], ["updated_at", "2016-10-07 18:58:07.829539"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1400], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.830342"], ["updated_at", "2016-10-07 18:58:07.830342"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1401], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.831212"], ["updated_at", "2016-10-07 18:58:07.831212"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1402], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.832019"], ["updated_at", "2016-10-07 18:58:07.832019"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1403], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.832847"], ["updated_at", "2016-10-07 18:58:07.832847"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1404], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.833685"], ["updated_at", "2016-10-07 18:58:07.833685"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1405], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.834535"], ["updated_at", "2016-10-07 18:58:07.834535"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1406], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.835348"], ["updated_at", "2016-10-07 18:58:07.835348"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1407], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.836166"], ["updated_at", "2016-10-07 18:58:07.836166"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1408], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.836962"], ["updated_at", "2016-10-07 18:58:07.836962"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1409], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.837819"], ["updated_at", "2016-10-07 18:58:07.837819"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1410], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.838648"], ["updated_at", "2016-10-07 18:58:07.838648"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1411], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.839468"], ["updated_at", "2016-10-07 18:58:07.839468"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1412], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.840268"], ["updated_at", "2016-10-07 18:58:07.840268"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1413], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.841081"], ["updated_at", "2016-10-07 18:58:07.841081"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1414], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.841893"], ["updated_at", "2016-10-07 18:58:07.841893"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1415], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.842712"], ["updated_at", "2016-10-07 18:58:07.842712"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1416], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.843535"], ["updated_at", "2016-10-07 18:58:07.843535"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1417], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.844328"], ["updated_at", "2016-10-07 18:58:07.844328"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1418], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.845139"], ["updated_at", "2016-10-07 18:58:07.845139"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1419], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.845934"], ["updated_at", "2016-10-07 18:58:07.845934"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1420], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.846758"], ["updated_at", "2016-10-07 18:58:07.846758"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1421], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.847570"], ["updated_at", "2016-10-07 18:58:07.847570"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1422], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.848394"], ["updated_at", "2016-10-07 18:58:07.848394"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1423], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.849191"], ["updated_at", "2016-10-07 18:58:07.849191"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1424], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.850005"], ["updated_at", "2016-10-07 18:58:07.850005"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1425], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.850808"], ["updated_at", "2016-10-07 18:58:07.850808"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1426], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.851618"], ["updated_at", "2016-10-07 18:58:07.851618"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1427], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.852415"], ["updated_at", "2016-10-07 18:58:07.852415"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1428], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.853223"], ["updated_at", "2016-10-07 18:58:07.853223"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1429], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.854044"], ["updated_at", "2016-10-07 18:58:07.854044"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1430], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.854863"], ["updated_at", "2016-10-07 18:58:07.854863"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1431], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.855683"], ["updated_at", "2016-10-07 18:58:07.855683"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1432], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.856474"], ["updated_at", "2016-10-07 18:58:07.856474"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1433], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.857283"], ["updated_at", "2016-10-07 18:58:07.857283"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1434], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.858075"], ["updated_at", "2016-10-07 18:58:07.858075"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1435], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.858888"], ["updated_at", "2016-10-07 18:58:07.858888"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1436], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.859684"], ["updated_at", "2016-10-07 18:58:07.859684"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1437], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.860505"], ["updated_at", "2016-10-07 18:58:07.860505"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1438], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.861292"], ["updated_at", "2016-10-07 18:58:07.861292"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1439], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.862100"], ["updated_at", "2016-10-07 18:58:07.862100"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1440], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.862910"], ["updated_at", "2016-10-07 18:58:07.862910"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1441], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.863745"], ["updated_at", "2016-10-07 18:58:07.863745"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1442], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.864561"], ["updated_at", "2016-10-07 18:58:07.864561"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1443], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.865381"], ["updated_at", "2016-10-07 18:58:07.865381"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1444], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.866192"], ["updated_at", "2016-10-07 18:58:07.866192"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1445], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.867012"], ["updated_at", "2016-10-07 18:58:07.867012"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1446], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.867807"], ["updated_at", "2016-10-07 18:58:07.867807"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1447], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.868598"], ["updated_at", "2016-10-07 18:58:07.868598"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1448], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.869403"], ["updated_at", "2016-10-07 18:58:07.869403"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1449], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.870195"], ["updated_at", "2016-10-07 18:58:07.870195"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1450], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.871026"], ["updated_at", "2016-10-07 18:58:07.871026"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1451], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.871822"], ["updated_at", "2016-10-07 18:58:07.871822"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1452], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.872658"], ["updated_at", "2016-10-07 18:58:07.872658"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1453], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.873463"], ["updated_at", "2016-10-07 18:58:07.873463"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1454], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.874287"], ["updated_at", "2016-10-07 18:58:07.874287"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1455], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.875140"], ["updated_at", "2016-10-07 18:58:07.875140"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1456], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.875954"], ["updated_at", "2016-10-07 18:58:07.875954"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1457], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.876750"], ["updated_at", "2016-10-07 18:58:07.876750"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1458], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.877556"], ["updated_at", "2016-10-07 18:58:07.877556"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1459], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.878358"], ["updated_at", "2016-10-07 18:58:07.878358"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1460], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.879200"], ["updated_at", "2016-10-07 18:58:07.879200"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1461], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.880216"], ["updated_at", "2016-10-07 18:58:07.880216"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1462], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.881065"], ["updated_at", "2016-10-07 18:58:07.881065"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1463], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.881908"], ["updated_at", "2016-10-07 18:58:07.881908"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1464], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.882753"], ["updated_at", "2016-10-07 18:58:07.882753"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1465], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.883581"], ["updated_at", "2016-10-07 18:58:07.883581"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1466], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.884379"], ["updated_at", "2016-10-07 18:58:07.884379"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1467], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.885206"], ["updated_at", "2016-10-07 18:58:07.885206"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1468], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.886000"], ["updated_at", "2016-10-07 18:58:07.886000"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1469], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.886833"], ["updated_at", "2016-10-07 18:58:07.886833"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1470], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.887682"], ["updated_at", "2016-10-07 18:58:07.887682"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1471], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.888513"], ["updated_at", "2016-10-07 18:58:07.888513"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1472], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.889311"], ["updated_at", "2016-10-07 18:58:07.889311"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1473], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.890122"], ["updated_at", "2016-10-07 18:58:07.890122"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1474], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.890954"], ["updated_at", "2016-10-07 18:58:07.890954"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1475], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.891774"], ["updated_at", "2016-10-07 18:58:07.891774"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1476], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.892596"], ["updated_at", "2016-10-07 18:58:07.892596"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1477], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.893399"], ["updated_at", "2016-10-07 18:58:07.893399"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1478], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.894206"], ["updated_at", "2016-10-07 18:58:07.894206"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1479], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.895056"], ["updated_at", "2016-10-07 18:58:07.895056"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1480], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.895860"], ["updated_at", "2016-10-07 18:58:07.895860"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1481], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.896666"], ["updated_at", "2016-10-07 18:58:07.896666"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1482], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.897495"], ["updated_at", "2016-10-07 18:58:07.897495"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1483], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.898287"], ["updated_at", "2016-10-07 18:58:07.898287"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1484], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.899183"], ["updated_at", "2016-10-07 18:58:07.899183"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1485], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.900004"], ["updated_at", "2016-10-07 18:58:07.900004"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1486], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.900817"], ["updated_at", "2016-10-07 18:58:07.900817"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1487], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.901648"], ["updated_at", "2016-10-07 18:58:07.901648"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1488], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.902472"], ["updated_at", "2016-10-07 18:58:07.902472"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1489], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.903308"], ["updated_at", "2016-10-07 18:58:07.903308"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1490], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.904136"], ["updated_at", "2016-10-07 18:58:07.904136"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1491], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.904959"], ["updated_at", "2016-10-07 18:58:07.904959"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1492], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.905775"], ["updated_at", "2016-10-07 18:58:07.905775"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1493], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.906609"], ["updated_at", "2016-10-07 18:58:07.906609"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 9], ["message_id", 1494], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.907432"], ["updated_at", "2016-10-07 18:58:07.907432"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1495], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.908246"], ["updated_at", "2016-10-07 18:58:07.908246"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1496], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.909057"], ["updated_at", "2016-10-07 18:58:07.909057"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1497], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.909844"], ["updated_at", "2016-10-07 18:58:07.909844"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1498], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.910677"], ["updated_at", "2016-10-07 18:58:07.910677"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1499], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.911491"], ["updated_at", "2016-10-07 18:58:07.911491"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1500], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.912299"], ["updated_at", "2016-10-07 18:58:07.912299"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1501], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.913123"], ["updated_at", "2016-10-07 18:58:07.913123"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1502], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.913944"], ["updated_at", "2016-10-07 18:58:07.913944"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1503], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.914789"], ["updated_at", "2016-10-07 18:58:07.914789"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1504], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.915581"], ["updated_at", "2016-10-07 18:58:07.915581"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1505], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.916398"], ["updated_at", "2016-10-07 18:58:07.916398"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1506], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.917206"], ["updated_at", "2016-10-07 18:58:07.917206"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1507], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.918039"], ["updated_at", "2016-10-07 18:58:07.918039"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1508], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.918886"], ["updated_at", "2016-10-07 18:58:07.918886"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1509], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.919726"], ["updated_at", "2016-10-07 18:58:07.919726"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1510], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.920543"], ["updated_at", "2016-10-07 18:58:07.920543"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1511], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.921381"], ["updated_at", "2016-10-07 18:58:07.921381"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1512], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.922186"], ["updated_at", "2016-10-07 18:58:07.922186"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1513], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.923037"], ["updated_at", "2016-10-07 18:58:07.923037"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1514], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.923839"], ["updated_at", "2016-10-07 18:58:07.923839"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1515], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.924652"], ["updated_at", "2016-10-07 18:58:07.924652"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1516], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.925445"], ["updated_at", "2016-10-07 18:58:07.925445"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1517], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.926241"], ["updated_at", "2016-10-07 18:58:07.926241"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1518], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.927086"], ["updated_at", "2016-10-07 18:58:07.927086"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1519], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.927893"], ["updated_at", "2016-10-07 18:58:07.927893"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1520], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.928697"], ["updated_at", "2016-10-07 18:58:07.928697"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1521], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.929510"], ["updated_at", "2016-10-07 18:58:07.929510"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1522], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.930338"], ["updated_at", "2016-10-07 18:58:07.930338"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1523], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.931170"], ["updated_at", "2016-10-07 18:58:07.931170"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1524], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.931982"], ["updated_at", "2016-10-07 18:58:07.931982"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1525], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.932780"], ["updated_at", "2016-10-07 18:58:07.932780"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1526], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.933587"], ["updated_at", "2016-10-07 18:58:07.933587"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1527], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.934382"], ["updated_at", "2016-10-07 18:58:07.934382"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1528], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.935232"], ["updated_at", "2016-10-07 18:58:07.935232"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1529], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.936028"], ["updated_at", "2016-10-07 18:58:07.936028"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1530], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.936839"], ["updated_at", "2016-10-07 18:58:07.936839"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1531], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.937644"], ["updated_at", "2016-10-07 18:58:07.937644"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1532], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.938570"], ["updated_at", "2016-10-07 18:58:07.938570"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1533], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.941693"], ["updated_at", "2016-10-07 18:58:07.941693"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1534], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.943122"], ["updated_at", "2016-10-07 18:58:07.943122"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1535], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.944027"], ["updated_at", "2016-10-07 18:58:07.944027"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1536], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.944879"], ["updated_at", "2016-10-07 18:58:07.944879"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1537], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.945683"], ["updated_at", "2016-10-07 18:58:07.945683"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1538], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.946480"], ["updated_at", "2016-10-07 18:58:07.946480"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1539], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.947349"], ["updated_at", "2016-10-07 18:58:07.947349"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1540], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.948133"], ["updated_at", "2016-10-07 18:58:07.948133"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1541], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.948936"], ["updated_at", "2016-10-07 18:58:07.948936"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1542], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.949726"], ["updated_at", "2016-10-07 18:58:07.949726"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1543], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.950574"], ["updated_at", "2016-10-07 18:58:07.950574"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1544], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.951368"], ["updated_at", "2016-10-07 18:58:07.951368"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1545], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.952162"], ["updated_at", "2016-10-07 18:58:07.952162"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1546], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.952967"], ["updated_at", "2016-10-07 18:58:07.952967"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1547], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.953757"], ["updated_at", "2016-10-07 18:58:07.953757"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1548], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.954611"], ["updated_at", "2016-10-07 18:58:07.954611"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1549], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.955408"], ["updated_at", "2016-10-07 18:58:07.955408"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1550], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.956207"], ["updated_at", "2016-10-07 18:58:07.956207"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1551], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.957008"], ["updated_at", "2016-10-07 18:58:07.957008"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1552], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.957805"], ["updated_at", "2016-10-07 18:58:07.957805"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1553], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.958626"], ["updated_at", "2016-10-07 18:58:07.958626"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1554], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.959448"], ["updated_at", "2016-10-07 18:58:07.959448"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1555], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.960248"], ["updated_at", "2016-10-07 18:58:07.960248"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1556], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.961047"], ["updated_at", "2016-10-07 18:58:07.961047"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1557], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.961833"], ["updated_at", "2016-10-07 18:58:07.961833"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1558], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.962689"], ["updated_at", "2016-10-07 18:58:07.962689"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1559], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.963668"], ["updated_at", "2016-10-07 18:58:07.963668"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1560], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.964581"], ["updated_at", "2016-10-07 18:58:07.964581"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1561], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.965502"], ["updated_at", "2016-10-07 18:58:07.965502"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1562], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.966440"], ["updated_at", "2016-10-07 18:58:07.966440"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1563], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.967314"], ["updated_at", "2016-10-07 18:58:07.967314"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1564], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.968101"], ["updated_at", "2016-10-07 18:58:07.968101"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1565], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.968961"], ["updated_at", "2016-10-07 18:58:07.968961"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1566], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.969768"], ["updated_at", "2016-10-07 18:58:07.969768"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1567], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.970616"], ["updated_at", "2016-10-07 18:58:07.970616"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1568], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.971425"], ["updated_at", "2016-10-07 18:58:07.971425"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1569], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.972230"], ["updated_at", "2016-10-07 18:58:07.972230"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1570], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.973046"], ["updated_at", "2016-10-07 18:58:07.973046"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1571], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.974358"], ["updated_at", "2016-10-07 18:58:07.974358"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1572], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.975305"], ["updated_at", "2016-10-07 18:58:07.975305"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1573], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.976216"], ["updated_at", "2016-10-07 18:58:07.976216"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1574], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.977099"], ["updated_at", "2016-10-07 18:58:07.977099"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1575], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.977994"], ["updated_at", "2016-10-07 18:58:07.977994"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1576], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.978918"], ["updated_at", "2016-10-07 18:58:07.978918"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1577], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.979810"], ["updated_at", "2016-10-07 18:58:07.979810"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1578], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.980730"], ["updated_at", "2016-10-07 18:58:07.980730"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1579], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.981617"], ["updated_at", "2016-10-07 18:58:07.981617"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1580], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.982609"], ["updated_at", "2016-10-07 18:58:07.982609"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1581], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.983420"], ["updated_at", "2016-10-07 18:58:07.983420"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1582], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.984225"], ["updated_at", "2016-10-07 18:58:07.984225"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1583], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.985030"], ["updated_at", "2016-10-07 18:58:07.985030"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1584], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.985836"], ["updated_at", "2016-10-07 18:58:07.985836"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1585], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.986682"], ["updated_at", "2016-10-07 18:58:07.986682"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1586], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.987498"], ["updated_at", "2016-10-07 18:58:07.987498"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1587], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.988294"], ["updated_at", "2016-10-07 18:58:07.988294"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1588], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.989095"], ["updated_at", "2016-10-07 18:58:07.989095"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1589], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.989879"], ["updated_at", "2016-10-07 18:58:07.989879"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1590], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.990748"], ["updated_at", "2016-10-07 18:58:07.990748"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1591], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.991539"], ["updated_at", "2016-10-07 18:58:07.991539"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1592], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.992346"], ["updated_at", "2016-10-07 18:58:07.992346"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1593], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.993155"], ["updated_at", "2016-10-07 18:58:07.993155"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1594], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.993958"], ["updated_at", "2016-10-07 18:58:07.993958"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1595], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.994781"], ["updated_at", "2016-10-07 18:58:07.994781"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1596], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.995594"], ["updated_at", "2016-10-07 18:58:07.995594"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1597], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.996387"], ["updated_at", "2016-10-07 18:58:07.996387"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1598], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.997204"], ["updated_at", "2016-10-07 18:58:07.997204"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1599], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.997988"], ["updated_at", "2016-10-07 18:58:07.997988"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1600], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.998806"], ["updated_at", "2016-10-07 18:58:07.998806"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1601], ["status", "sent"], ["created_at", "2016-10-07 18:58:07.999612"], ["updated_at", "2016-10-07 18:58:07.999612"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1602], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.000395"], ["updated_at", "2016-10-07 18:58:08.000395"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1603], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.001203"], ["updated_at", "2016-10-07 18:58:08.001203"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1604], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.001995"], ["updated_at", "2016-10-07 18:58:08.001995"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1605], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.002825"], ["updated_at", "2016-10-07 18:58:08.002825"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1606], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.003608"], ["updated_at", "2016-10-07 18:58:08.003608"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1607], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.004427"], ["updated_at", "2016-10-07 18:58:08.004427"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1608], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.005218"], ["updated_at", "2016-10-07 18:58:08.005218"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1609], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.006041"], ["updated_at", "2016-10-07 18:58:08.006041"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1610], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.006869"], ["updated_at", "2016-10-07 18:58:08.006869"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1611], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.007682"], ["updated_at", "2016-10-07 18:58:08.007682"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1612], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.008465"], ["updated_at", "2016-10-07 18:58:08.008465"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1613], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.009266"], ["updated_at", "2016-10-07 18:58:08.009266"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1614], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.010087"], ["updated_at", "2016-10-07 18:58:08.010087"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1615], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.010881"], ["updated_at", "2016-10-07 18:58:08.010881"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1616], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.011685"], ["updated_at", "2016-10-07 18:58:08.011685"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1617], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.012471"], ["updated_at", "2016-10-07 18:58:08.012471"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1618], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.013276"], ["updated_at", "2016-10-07 18:58:08.013276"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1619], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.014088"], ["updated_at", "2016-10-07 18:58:08.014088"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1620], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.014910"], ["updated_at", "2016-10-07 18:58:08.014910"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1621], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.015700"], ["updated_at", "2016-10-07 18:58:08.015700"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1622], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.016504"], ["updated_at", "2016-10-07 18:58:08.016504"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1623], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.017289"], ["updated_at", "2016-10-07 18:58:08.017289"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1624], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.018093"], ["updated_at", "2016-10-07 18:58:08.018093"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1625], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.018888"], ["updated_at", "2016-10-07 18:58:08.018888"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1626], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.019708"], ["updated_at", "2016-10-07 18:58:08.019708"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1627], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.020499"], ["updated_at", "2016-10-07 18:58:08.020499"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1628], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.021488"], ["updated_at", "2016-10-07 18:58:08.021488"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1629], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.022308"], ["updated_at", "2016-10-07 18:58:08.022308"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1630], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.023172"], ["updated_at", "2016-10-07 18:58:08.023172"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1631], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.023963"], ["updated_at", "2016-10-07 18:58:08.023963"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1632], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.024757"], ["updated_at", "2016-10-07 18:58:08.024757"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1633], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.025545"], ["updated_at", "2016-10-07 18:58:08.025545"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1634], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.026340"], ["updated_at", "2016-10-07 18:58:08.026340"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1635], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.027194"], ["updated_at", "2016-10-07 18:58:08.027194"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1636], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.027973"], ["updated_at", "2016-10-07 18:58:08.027973"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1637], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.028777"], ["updated_at", "2016-10-07 18:58:08.028777"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1638], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.029576"], ["updated_at", "2016-10-07 18:58:08.029576"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1639], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.030387"], ["updated_at", "2016-10-07 18:58:08.030387"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1640], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.031223"], ["updated_at", "2016-10-07 18:58:08.031223"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1641], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.032039"], ["updated_at", "2016-10-07 18:58:08.032039"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1642], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.032832"], ["updated_at", "2016-10-07 18:58:08.032832"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1643], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.033639"], ["updated_at", "2016-10-07 18:58:08.033639"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1644], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.034423"], ["updated_at", "2016-10-07 18:58:08.034423"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1645], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.035288"], ["updated_at", "2016-10-07 18:58:08.035288"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1646], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.036072"], ["updated_at", "2016-10-07 18:58:08.036072"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1647], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.036875"], ["updated_at", "2016-10-07 18:58:08.036875"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1648], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.037787"], ["updated_at", "2016-10-07 18:58:08.037787"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1649], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.038668"], ["updated_at", "2016-10-07 18:58:08.038668"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1650], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.039717"], ["updated_at", "2016-10-07 18:58:08.039717"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1651], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.040760"], ["updated_at", "2016-10-07 18:58:08.040760"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1652], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.041955"], ["updated_at", "2016-10-07 18:58:08.041955"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1653], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.043580"], ["updated_at", "2016-10-07 18:58:08.043580"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1654], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.046233"], ["updated_at", "2016-10-07 18:58:08.046233"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1655], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.048116"], ["updated_at", "2016-10-07 18:58:08.048116"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1656], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.050201"], ["updated_at", "2016-10-07 18:58:08.050201"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1657], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.051421"], ["updated_at", "2016-10-07 18:58:08.051421"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1658], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.052291"], ["updated_at", "2016-10-07 18:58:08.052291"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1659], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.053104"], ["updated_at", "2016-10-07 18:58:08.053104"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 10], ["message_id", 1660], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.053960"], ["updated_at", "2016-10-07 18:58:08.053960"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1661], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.054876"], ["updated_at", "2016-10-07 18:58:08.054876"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1662], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.055754"], ["updated_at", "2016-10-07 18:58:08.055754"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1663], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.056556"], ["updated_at", "2016-10-07 18:58:08.056556"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1664], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.057377"], ["updated_at", "2016-10-07 18:58:08.057377"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1665], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.058186"], ["updated_at", "2016-10-07 18:58:08.058186"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1666], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.059124"], ["updated_at", "2016-10-07 18:58:08.059124"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1667], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.060118"], ["updated_at", "2016-10-07 18:58:08.060118"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1668], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.061218"], ["updated_at", "2016-10-07 18:58:08.061218"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1669], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.062728"], ["updated_at", "2016-10-07 18:58:08.062728"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1670], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.064586"], ["updated_at", "2016-10-07 18:58:08.064586"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1671], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.066400"], ["updated_at", "2016-10-07 18:58:08.066400"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1672], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.068119"], ["updated_at", "2016-10-07 18:58:08.068119"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1673], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.069936"], ["updated_at", "2016-10-07 18:58:08.069936"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1674], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.071539"], ["updated_at", "2016-10-07 18:58:08.071539"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1675], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.072494"], ["updated_at", "2016-10-07 18:58:08.072494"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1676], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.073330"], ["updated_at", "2016-10-07 18:58:08.073330"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1677], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.074183"], ["updated_at", "2016-10-07 18:58:08.074183"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1678], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.075085"], ["updated_at", "2016-10-07 18:58:08.075085"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1679], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.075914"], ["updated_at", "2016-10-07 18:58:08.075914"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1680], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.076764"], ["updated_at", "2016-10-07 18:58:08.076764"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1681], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.077584"], ["updated_at", "2016-10-07 18:58:08.077584"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1682], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.078391"], ["updated_at", "2016-10-07 18:58:08.078391"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1683], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.079271"], ["updated_at", "2016-10-07 18:58:08.079271"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1684], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.080413"], ["updated_at", "2016-10-07 18:58:08.080413"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1685], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.081284"], ["updated_at", "2016-10-07 18:58:08.081284"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1686], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.082087"], ["updated_at", "2016-10-07 18:58:08.082087"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1687], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.082917"], ["updated_at", "2016-10-07 18:58:08.082917"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1688], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.083729"], ["updated_at", "2016-10-07 18:58:08.083729"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1689], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.084527"], ["updated_at", "2016-10-07 18:58:08.084527"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1690], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.085342"], ["updated_at", "2016-10-07 18:58:08.085342"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1691], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.086145"], ["updated_at", "2016-10-07 18:58:08.086145"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1692], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.087036"], ["updated_at", "2016-10-07 18:58:08.087036"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1693], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.088028"], ["updated_at", "2016-10-07 18:58:08.088028"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1694], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.088885"], ["updated_at", "2016-10-07 18:58:08.088885"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1695], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.089682"], ["updated_at", "2016-10-07 18:58:08.089682"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1696], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.090526"], ["updated_at", "2016-10-07 18:58:08.090526"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1697], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.091333"], ["updated_at", "2016-10-07 18:58:08.091333"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1698], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.092146"], ["updated_at", "2016-10-07 18:58:08.092146"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1699], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.092940"], ["updated_at", "2016-10-07 18:58:08.092940"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1700], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.093758"], ["updated_at", "2016-10-07 18:58:08.093758"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1701], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.094581"], ["updated_at", "2016-10-07 18:58:08.094581"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1702], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.095403"], ["updated_at", "2016-10-07 18:58:08.095403"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1703], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.096200"], ["updated_at", "2016-10-07 18:58:08.096200"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1704], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.097007"], ["updated_at", "2016-10-07 18:58:08.097007"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1705], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.097818"], ["updated_at", "2016-10-07 18:58:08.097818"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1706], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.098618"], ["updated_at", "2016-10-07 18:58:08.098618"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1707], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.099438"], ["updated_at", "2016-10-07 18:58:08.099438"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1708], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.100232"], ["updated_at", "2016-10-07 18:58:08.100232"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1709], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.101054"], ["updated_at", "2016-10-07 18:58:08.101054"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1710], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.101859"], ["updated_at", "2016-10-07 18:58:08.101859"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1711], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.102671"], ["updated_at", "2016-10-07 18:58:08.102671"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1712], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.103478"], ["updated_at", "2016-10-07 18:58:08.103478"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1713], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.104316"], ["updated_at", "2016-10-07 18:58:08.104316"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1714], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.105140"], ["updated_at", "2016-10-07 18:58:08.105140"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1715], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.105946"], ["updated_at", "2016-10-07 18:58:08.105946"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1716], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.106780"], ["updated_at", "2016-10-07 18:58:08.106780"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1717], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.107578"], ["updated_at", "2016-10-07 18:58:08.107578"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1718], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.108392"], ["updated_at", "2016-10-07 18:58:08.108392"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1719], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.109210"], ["updated_at", "2016-10-07 18:58:08.109210"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1720], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.109999"], ["updated_at", "2016-10-07 18:58:08.109999"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1721], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.110829"], ["updated_at", "2016-10-07 18:58:08.110829"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1722], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.111640"], ["updated_at", "2016-10-07 18:58:08.111640"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1723], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.112431"], ["updated_at", "2016-10-07 18:58:08.112431"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1724], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.113235"], ["updated_at", "2016-10-07 18:58:08.113235"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1725], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.114061"], ["updated_at", "2016-10-07 18:58:08.114061"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1726], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.114870"], ["updated_at", "2016-10-07 18:58:08.114870"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1727], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.115684"], ["updated_at", "2016-10-07 18:58:08.115684"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1728], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.116477"], ["updated_at", "2016-10-07 18:58:08.116477"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1729], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.117287"], ["updated_at", "2016-10-07 18:58:08.117287"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1730], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.118088"], ["updated_at", "2016-10-07 18:58:08.118088"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1731], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.118911"], ["updated_at", "2016-10-07 18:58:08.118911"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1732], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.119706"], ["updated_at", "2016-10-07 18:58:08.119706"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1733], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.120526"], ["updated_at", "2016-10-07 18:58:08.120526"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1734], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.121331"], ["updated_at", "2016-10-07 18:58:08.121331"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1735], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.122211"], ["updated_at", "2016-10-07 18:58:08.122211"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1736], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.123078"], ["updated_at", "2016-10-07 18:58:08.123078"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1737], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.123902"], ["updated_at", "2016-10-07 18:58:08.123902"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1738], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.124708"], ["updated_at", "2016-10-07 18:58:08.124708"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1739], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.125528"], ["updated_at", "2016-10-07 18:58:08.125528"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1740], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.126320"], ["updated_at", "2016-10-07 18:58:08.126320"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1741], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.127196"], ["updated_at", "2016-10-07 18:58:08.127196"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1742], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.127998"], ["updated_at", "2016-10-07 18:58:08.127998"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1743], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.128814"], ["updated_at", "2016-10-07 18:58:08.128814"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1744], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.129614"], ["updated_at", "2016-10-07 18:58:08.129614"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1745], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.130437"], ["updated_at", "2016-10-07 18:58:08.130437"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1746], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.131277"], ["updated_at", "2016-10-07 18:58:08.131277"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1747], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.132093"], ["updated_at", "2016-10-07 18:58:08.132093"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1748], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.132889"], ["updated_at", "2016-10-07 18:58:08.132889"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1749], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.133683"], ["updated_at", "2016-10-07 18:58:08.133683"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1750], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.134485"], ["updated_at", "2016-10-07 18:58:08.134485"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1751], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.135339"], ["updated_at", "2016-10-07 18:58:08.135339"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1752], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.136168"], ["updated_at", "2016-10-07 18:58:08.136168"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1753], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.136969"], ["updated_at", "2016-10-07 18:58:08.136969"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1754], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.137799"], ["updated_at", "2016-10-07 18:58:08.137799"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1755], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.138634"], ["updated_at", "2016-10-07 18:58:08.138634"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1756], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.139455"], ["updated_at", "2016-10-07 18:58:08.139455"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1757], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.140266"], ["updated_at", "2016-10-07 18:58:08.140266"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1758], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.141076"], ["updated_at", "2016-10-07 18:58:08.141076"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1759], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.141884"], ["updated_at", "2016-10-07 18:58:08.141884"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1760], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.142713"], ["updated_at", "2016-10-07 18:58:08.142713"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1761], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.143525"], ["updated_at", "2016-10-07 18:58:08.143525"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1762], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.144340"], ["updated_at", "2016-10-07 18:58:08.144340"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1763], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.145137"], ["updated_at", "2016-10-07 18:58:08.145137"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1764], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.145955"], ["updated_at", "2016-10-07 18:58:08.145955"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1765], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.146783"], ["updated_at", "2016-10-07 18:58:08.146783"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1766], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.147577"], ["updated_at", "2016-10-07 18:58:08.147577"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1767], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.148386"], ["updated_at", "2016-10-07 18:58:08.148386"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1768], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.149179"], ["updated_at", "2016-10-07 18:58:08.149179"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1769], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.149995"], ["updated_at", "2016-10-07 18:58:08.149995"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1770], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.150849"], ["updated_at", "2016-10-07 18:58:08.150849"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1771], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.151668"], ["updated_at", "2016-10-07 18:58:08.151668"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1772], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.152486"], ["updated_at", "2016-10-07 18:58:08.152486"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1773], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.153326"], ["updated_at", "2016-10-07 18:58:08.153326"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1774], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.154155"], ["updated_at", "2016-10-07 18:58:08.154155"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1775], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.155026"], ["updated_at", "2016-10-07 18:58:08.155026"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1776], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.155860"], ["updated_at", "2016-10-07 18:58:08.155860"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1777], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.156694"], ["updated_at", "2016-10-07 18:58:08.156694"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1778], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.157516"], ["updated_at", "2016-10-07 18:58:08.157516"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1779], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.158344"], ["updated_at", "2016-10-07 18:58:08.158344"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1780], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.159180"], ["updated_at", "2016-10-07 18:58:08.159180"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1781], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.160004"], ["updated_at", "2016-10-07 18:58:08.160004"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1782], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.160833"], ["updated_at", "2016-10-07 18:58:08.160833"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1783], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.161655"], ["updated_at", "2016-10-07 18:58:08.161655"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1784], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.162494"], ["updated_at", "2016-10-07 18:58:08.162494"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1785], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.163348"], ["updated_at", "2016-10-07 18:58:08.163348"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1786], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.164177"], ["updated_at", "2016-10-07 18:58:08.164177"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1787], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.164995"], ["updated_at", "2016-10-07 18:58:08.164995"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1788], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.165826"], ["updated_at", "2016-10-07 18:58:08.165826"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1789], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.166687"], ["updated_at", "2016-10-07 18:58:08.166687"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1790], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.167532"], ["updated_at", "2016-10-07 18:58:08.167532"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1791], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.168361"], ["updated_at", "2016-10-07 18:58:08.168361"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1792], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.169191"], ["updated_at", "2016-10-07 18:58:08.169191"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1793], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.170002"], ["updated_at", "2016-10-07 18:58:08.170002"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1794], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.170932"], ["updated_at", "2016-10-07 18:58:08.170932"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1795], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.171820"], ["updated_at", "2016-10-07 18:58:08.171820"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1796], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.172651"], ["updated_at", "2016-10-07 18:58:08.172651"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1797], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.173511"], ["updated_at", "2016-10-07 18:58:08.173511"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1798], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.174359"], ["updated_at", "2016-10-07 18:58:08.174359"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1799], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.175626"], ["updated_at", "2016-10-07 18:58:08.175626"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1800], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.176556"], ["updated_at", "2016-10-07 18:58:08.176556"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1801], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.177454"], ["updated_at", "2016-10-07 18:58:08.177454"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1802], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.178357"], ["updated_at", "2016-10-07 18:58:08.178357"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1803], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.179283"], ["updated_at", "2016-10-07 18:58:08.179283"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1804], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.180185"], ["updated_at", "2016-10-07 18:58:08.180185"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1805], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.181080"], ["updated_at", "2016-10-07 18:58:08.181080"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1806], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.181992"], ["updated_at", "2016-10-07 18:58:08.181992"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1807], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.182909"], ["updated_at", "2016-10-07 18:58:08.182909"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1808], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.183805"], ["updated_at", "2016-10-07 18:58:08.183805"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1809], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.184680"], ["updated_at", "2016-10-07 18:58:08.184680"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1810], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.185564"], ["updated_at", "2016-10-07 18:58:08.185564"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1811], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.186459"], ["updated_at", "2016-10-07 18:58:08.186459"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1812], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.187396"], ["updated_at", "2016-10-07 18:58:08.187396"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1813], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.188307"], ["updated_at", "2016-10-07 18:58:08.188307"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1814], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.189196"], ["updated_at", "2016-10-07 18:58:08.189196"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1815], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.190093"], ["updated_at", "2016-10-07 18:58:08.190093"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1816], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.191041"], ["updated_at", "2016-10-07 18:58:08.191041"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1817], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.191940"], ["updated_at", "2016-10-07 18:58:08.191940"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1818], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.192868"], ["updated_at", "2016-10-07 18:58:08.192868"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1819], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.193768"], ["updated_at", "2016-10-07 18:58:08.193768"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1820], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.194694"], ["updated_at", "2016-10-07 18:58:08.194694"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1821], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.195578"], ["updated_at", "2016-10-07 18:58:08.195578"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1822], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.196477"], ["updated_at", "2016-10-07 18:58:08.196477"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1823], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.197367"], ["updated_at", "2016-10-07 18:58:08.197367"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1824], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.198262"], ["updated_at", "2016-10-07 18:58:08.198262"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1825], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.199185"], ["updated_at", "2016-10-07 18:58:08.199185"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 11], ["message_id", 1826], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.200069"], ["updated_at", "2016-10-07 18:58:08.200069"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1827], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.200980"], ["updated_at", "2016-10-07 18:58:08.200980"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1828], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.201875"], ["updated_at", "2016-10-07 18:58:08.201875"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1829], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.202792"], ["updated_at", "2016-10-07 18:58:08.202792"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1830], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.203690"], ["updated_at", "2016-10-07 18:58:08.203690"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1831], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.204601"], ["updated_at", "2016-10-07 18:58:08.204601"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1832], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.205481"], ["updated_at", "2016-10-07 18:58:08.205481"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1833], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.206375"], ["updated_at", "2016-10-07 18:58:08.206375"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1834], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.207304"], ["updated_at", "2016-10-07 18:58:08.207304"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1835], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.208208"], ["updated_at", "2016-10-07 18:58:08.208208"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1836], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.209120"], ["updated_at", "2016-10-07 18:58:08.209120"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1837], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.210019"], ["updated_at", "2016-10-07 18:58:08.210019"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1838], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.210924"], ["updated_at", "2016-10-07 18:58:08.210924"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1839], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.211821"], ["updated_at", "2016-10-07 18:58:08.211821"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1840], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.212734"], ["updated_at", "2016-10-07 18:58:08.212734"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1841], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.213629"], ["updated_at", "2016-10-07 18:58:08.213629"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1842], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.214541"], ["updated_at", "2016-10-07 18:58:08.214541"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1843], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.215445"], ["updated_at", "2016-10-07 18:58:08.215445"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1844], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.216339"], ["updated_at", "2016-10-07 18:58:08.216339"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1845], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.217252"], ["updated_at", "2016-10-07 18:58:08.217252"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1846], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.218141"], ["updated_at", "2016-10-07 18:58:08.218141"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1847], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.219059"], ["updated_at", "2016-10-07 18:58:08.219059"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1848], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.220136"], ["updated_at", "2016-10-07 18:58:08.220136"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1849], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.221421"], ["updated_at", "2016-10-07 18:58:08.221421"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1850], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.222587"], ["updated_at", "2016-10-07 18:58:08.222587"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1851], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.223607"], ["updated_at", "2016-10-07 18:58:08.223607"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1852], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.224464"], ["updated_at", "2016-10-07 18:58:08.224464"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1853], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.225284"], ["updated_at", "2016-10-07 18:58:08.225284"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1854], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.226096"], ["updated_at", "2016-10-07 18:58:08.226096"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1855], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.226970"], ["updated_at", "2016-10-07 18:58:08.226970"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1856], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.227812"], ["updated_at", "2016-10-07 18:58:08.227812"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1857], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.228644"], ["updated_at", "2016-10-07 18:58:08.228644"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1858], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.229454"], ["updated_at", "2016-10-07 18:58:08.229454"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1859], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.230309"], ["updated_at", "2016-10-07 18:58:08.230309"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1860], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.231191"], ["updated_at", "2016-10-07 18:58:08.231191"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1861], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.232030"], ["updated_at", "2016-10-07 18:58:08.232030"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1862], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.232875"], ["updated_at", "2016-10-07 18:58:08.232875"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1863], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.233713"], ["updated_at", "2016-10-07 18:58:08.233713"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1864], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.234560"], ["updated_at", "2016-10-07 18:58:08.234560"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1865], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.235394"], ["updated_at", "2016-10-07 18:58:08.235394"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1866], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.236241"], ["updated_at", "2016-10-07 18:58:08.236241"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1867], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.237072"], ["updated_at", "2016-10-07 18:58:08.237072"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1868], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.237920"], ["updated_at", "2016-10-07 18:58:08.237920"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1869], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.238805"], ["updated_at", "2016-10-07 18:58:08.238805"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1870], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.239643"], ["updated_at", "2016-10-07 18:58:08.239643"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1871], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.240487"], ["updated_at", "2016-10-07 18:58:08.240487"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1872], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.241302"], ["updated_at", "2016-10-07 18:58:08.241302"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1873], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.242134"], ["updated_at", "2016-10-07 18:58:08.242134"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1874], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.243016"], ["updated_at", "2016-10-07 18:58:08.243016"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1875], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.243847"], ["updated_at", "2016-10-07 18:58:08.243847"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1876], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.244685"], ["updated_at", "2016-10-07 18:58:08.244685"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1877], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.245529"], ["updated_at", "2016-10-07 18:58:08.245529"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1878], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.246373"], ["updated_at", "2016-10-07 18:58:08.246373"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1879], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.247270"], ["updated_at", "2016-10-07 18:58:08.247270"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1880], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.248100"], ["updated_at", "2016-10-07 18:58:08.248100"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1881], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.248958"], ["updated_at", "2016-10-07 18:58:08.248958"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1882], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.249804"], ["updated_at", "2016-10-07 18:58:08.249804"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1883], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.250680"], ["updated_at", "2016-10-07 18:58:08.250680"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1884], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.251522"], ["updated_at", "2016-10-07 18:58:08.251522"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1885], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.252379"], ["updated_at", "2016-10-07 18:58:08.252379"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1886], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.253223"], ["updated_at", "2016-10-07 18:58:08.253223"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1887], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.254125"], ["updated_at", "2016-10-07 18:58:08.254125"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1888], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.255020"], ["updated_at", "2016-10-07 18:58:08.255020"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1889], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.255863"], ["updated_at", "2016-10-07 18:58:08.255863"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1890], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.256698"], ["updated_at", "2016-10-07 18:58:08.256698"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1891], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.257548"], ["updated_at", "2016-10-07 18:58:08.257548"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1892], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.258384"], ["updated_at", "2016-10-07 18:58:08.258384"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1893], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.259290"], ["updated_at", "2016-10-07 18:58:08.259290"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1894], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.260133"], ["updated_at", "2016-10-07 18:58:08.260133"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1895], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.260966"], ["updated_at", "2016-10-07 18:58:08.260966"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1896], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.261839"], ["updated_at", "2016-10-07 18:58:08.261839"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1897], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.262727"], ["updated_at", "2016-10-07 18:58:08.262727"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1898], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.263607"], ["updated_at", "2016-10-07 18:58:08.263607"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1899], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.264519"], ["updated_at", "2016-10-07 18:58:08.264519"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1900], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.265382"], ["updated_at", "2016-10-07 18:58:08.265382"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1901], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.266265"], ["updated_at", "2016-10-07 18:58:08.266265"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1902], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.267167"], ["updated_at", "2016-10-07 18:58:08.267167"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1903], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.268019"], ["updated_at", "2016-10-07 18:58:08.268019"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1904], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.268891"], ["updated_at", "2016-10-07 18:58:08.268891"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1905], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.269760"], ["updated_at", "2016-10-07 18:58:08.269760"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1906], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.270676"], ["updated_at", "2016-10-07 18:58:08.270676"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1907], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.277528"], ["updated_at", "2016-10-07 18:58:08.277528"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1908], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.278567"], ["updated_at", "2016-10-07 18:58:08.278567"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1909], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.279400"], ["updated_at", "2016-10-07 18:58:08.279400"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1910], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.280544"], ["updated_at", "2016-10-07 18:58:08.280544"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1911], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.281400"], ["updated_at", "2016-10-07 18:58:08.281400"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1912], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.282211"], ["updated_at", "2016-10-07 18:58:08.282211"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1913], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.283054"], ["updated_at", "2016-10-07 18:58:08.283054"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1914], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.283852"], ["updated_at", "2016-10-07 18:58:08.283852"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1915], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.284681"], ["updated_at", "2016-10-07 18:58:08.284681"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1916], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.285479"], ["updated_at", "2016-10-07 18:58:08.285479"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1917], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.286309"], ["updated_at", "2016-10-07 18:58:08.286309"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1918], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.287149"], ["updated_at", "2016-10-07 18:58:08.287149"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1919], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.287980"], ["updated_at", "2016-10-07 18:58:08.287980"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1920], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.288802"], ["updated_at", "2016-10-07 18:58:08.288802"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1921], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.289602"], ["updated_at", "2016-10-07 18:58:08.289602"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1922], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.290407"], ["updated_at", "2016-10-07 18:58:08.290407"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1923], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.291253"], ["updated_at", "2016-10-07 18:58:08.291253"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1924], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.292049"], ["updated_at", "2016-10-07 18:58:08.292049"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1925], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.292859"], ["updated_at", "2016-10-07 18:58:08.292859"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1926], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.293666"], ["updated_at", "2016-10-07 18:58:08.293666"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1927], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.294480"], ["updated_at", "2016-10-07 18:58:08.294480"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1928], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.295286"], ["updated_at", "2016-10-07 18:58:08.295286"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1929], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.296111"], ["updated_at", "2016-10-07 18:58:08.296111"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1930], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.297033"], ["updated_at", "2016-10-07 18:58:08.297033"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1931], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.297924"], ["updated_at", "2016-10-07 18:58:08.297924"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1932], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.298917"], ["updated_at", "2016-10-07 18:58:08.298917"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1933], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.300932"], ["updated_at", "2016-10-07 18:58:08.300932"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1934], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.301929"], ["updated_at", "2016-10-07 18:58:08.301929"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1935], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.302782"], ["updated_at", "2016-10-07 18:58:08.302782"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1936], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.303627"], ["updated_at", "2016-10-07 18:58:08.303627"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1937], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.304478"], ["updated_at", "2016-10-07 18:58:08.304478"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1938], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.305284"], ["updated_at", "2016-10-07 18:58:08.305284"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1939], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.306118"], ["updated_at", "2016-10-07 18:58:08.306118"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1940], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.306952"], ["updated_at", "2016-10-07 18:58:08.306952"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1941], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.307765"], ["updated_at", "2016-10-07 18:58:08.307765"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1942], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.308577"], ["updated_at", "2016-10-07 18:58:08.308577"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1943], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.309375"], ["updated_at", "2016-10-07 18:58:08.309375"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1944], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.310188"], ["updated_at", "2016-10-07 18:58:08.310188"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1945], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.311039"], ["updated_at", "2016-10-07 18:58:08.311039"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1946], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.311843"], ["updated_at", "2016-10-07 18:58:08.311843"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1947], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.312663"], ["updated_at", "2016-10-07 18:58:08.312663"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1948], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.313468"], ["updated_at", "2016-10-07 18:58:08.313468"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1949], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.314281"], ["updated_at", "2016-10-07 18:58:08.314281"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1950], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.315111"], ["updated_at", "2016-10-07 18:58:08.315111"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1951], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.315912"], ["updated_at", "2016-10-07 18:58:08.315912"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1952], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.316741"], ["updated_at", "2016-10-07 18:58:08.316741"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1953], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.317554"], ["updated_at", "2016-10-07 18:58:08.317554"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1954], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.318365"], ["updated_at", "2016-10-07 18:58:08.318365"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1955], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.319215"], ["updated_at", "2016-10-07 18:58:08.319215"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1956], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.320009"], ["updated_at", "2016-10-07 18:58:08.320009"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1957], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.320834"], ["updated_at", "2016-10-07 18:58:08.320834"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1958], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.321656"], ["updated_at", "2016-10-07 18:58:08.321656"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1959], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.322487"], ["updated_at", "2016-10-07 18:58:08.322487"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1960], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.323294"], ["updated_at", "2016-10-07 18:58:08.323294"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1961], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.324106"], ["updated_at", "2016-10-07 18:58:08.324106"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1962], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.324980"], ["updated_at", "2016-10-07 18:58:08.324980"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1963], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.325795"], ["updated_at", "2016-10-07 18:58:08.325795"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1964], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.326657"], ["updated_at", "2016-10-07 18:58:08.326657"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1965], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.327456"], ["updated_at", "2016-10-07 18:58:08.327456"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1966], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.328272"], ["updated_at", "2016-10-07 18:58:08.328272"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1967], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.329094"], ["updated_at", "2016-10-07 18:58:08.329094"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1968], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.329902"], ["updated_at", "2016-10-07 18:58:08.329902"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1969], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.330747"], ["updated_at", "2016-10-07 18:58:08.330747"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1970], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.331550"], ["updated_at", "2016-10-07 18:58:08.331550"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1971], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.332374"], ["updated_at", "2016-10-07 18:58:08.332374"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1972], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.333193"], ["updated_at", "2016-10-07 18:58:08.333193"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1973], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.333990"], ["updated_at", "2016-10-07 18:58:08.333990"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1974], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.334822"], ["updated_at", "2016-10-07 18:58:08.334822"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1975], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.335627"], ["updated_at", "2016-10-07 18:58:08.335627"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1976], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.336447"], ["updated_at", "2016-10-07 18:58:08.336447"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1977], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.337280"], ["updated_at", "2016-10-07 18:58:08.337280"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1978], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.338108"], ["updated_at", "2016-10-07 18:58:08.338108"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1979], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.338961"], ["updated_at", "2016-10-07 18:58:08.338961"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1980], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.339759"], ["updated_at", "2016-10-07 18:58:08.339759"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1981], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.340576"], ["updated_at", "2016-10-07 18:58:08.340576"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1982], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.341369"], ["updated_at", "2016-10-07 18:58:08.341369"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1983], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.342180"], ["updated_at", "2016-10-07 18:58:08.342180"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1984], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.343049"], ["updated_at", "2016-10-07 18:58:08.343049"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1985], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.343940"], ["updated_at", "2016-10-07 18:58:08.343940"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1986], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.345000"], ["updated_at", "2016-10-07 18:58:08.345000"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1987], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.346167"], ["updated_at", "2016-10-07 18:58:08.346167"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1988], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.347575"], ["updated_at", "2016-10-07 18:58:08.347575"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1989], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.349373"], ["updated_at", "2016-10-07 18:58:08.349373"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1990], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.351138"], ["updated_at", "2016-10-07 18:58:08.351138"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1991], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.353227"], ["updated_at", "2016-10-07 18:58:08.353227"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 12], ["message_id", 1992], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.355657"], ["updated_at", "2016-10-07 18:58:08.355657"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 1993], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.356718"], ["updated_at", "2016-10-07 18:58:08.356718"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 1994], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.357541"], ["updated_at", "2016-10-07 18:58:08.357541"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 1995], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.358342"], ["updated_at", "2016-10-07 18:58:08.358342"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 1996], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.359190"], ["updated_at", "2016-10-07 18:58:08.359190"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 1997], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.360009"], ["updated_at", "2016-10-07 18:58:08.360009"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 1998], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.360826"], ["updated_at", "2016-10-07 18:58:08.360826"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 1999], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.361628"], ["updated_at", "2016-10-07 18:58:08.361628"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2000], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.362481"], ["updated_at", "2016-10-07 18:58:08.362481"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2001], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.363338"], ["updated_at", "2016-10-07 18:58:08.363338"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2002], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.364158"], ["updated_at", "2016-10-07 18:58:08.364158"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2003], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.364989"], ["updated_at", "2016-10-07 18:58:08.364989"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2004], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.365820"], ["updated_at", "2016-10-07 18:58:08.365820"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2005], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.366659"], ["updated_at", "2016-10-07 18:58:08.366659"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2006], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.367481"], ["updated_at", "2016-10-07 18:58:08.367481"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2007], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.368279"], ["updated_at", "2016-10-07 18:58:08.368279"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2008], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.369089"], ["updated_at", "2016-10-07 18:58:08.369089"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2009], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.369894"], ["updated_at", "2016-10-07 18:58:08.369894"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2010], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.370908"], ["updated_at", "2016-10-07 18:58:08.370908"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2011], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.371840"], ["updated_at", "2016-10-07 18:58:08.371840"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2012], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.372647"], ["updated_at", "2016-10-07 18:58:08.372647"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2013], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.373502"], ["updated_at", "2016-10-07 18:58:08.373502"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2014], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.374305"], ["updated_at", "2016-10-07 18:58:08.374305"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2015], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.375177"], ["updated_at", "2016-10-07 18:58:08.375177"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2016], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.376030"], ["updated_at", "2016-10-07 18:58:08.376030"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2017], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.377241"], ["updated_at", "2016-10-07 18:58:08.377241"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2018], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.378145"], ["updated_at", "2016-10-07 18:58:08.378145"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2019], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.379797"], ["updated_at", "2016-10-07 18:58:08.379797"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2020], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.380978"], ["updated_at", "2016-10-07 18:58:08.380978"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2021], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.381922"], ["updated_at", "2016-10-07 18:58:08.381922"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2022], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.382774"], ["updated_at", "2016-10-07 18:58:08.382774"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2023], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.383607"], ["updated_at", "2016-10-07 18:58:08.383607"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2024], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.384400"], ["updated_at", "2016-10-07 18:58:08.384400"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2025], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.385230"], ["updated_at", "2016-10-07 18:58:08.385230"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2026], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.386023"], ["updated_at", "2016-10-07 18:58:08.386023"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2027], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.386863"], ["updated_at", "2016-10-07 18:58:08.386863"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2028], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.387710"], ["updated_at", "2016-10-07 18:58:08.387710"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2029], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.388512"], ["updated_at", "2016-10-07 18:58:08.388512"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2030], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.389325"], ["updated_at", "2016-10-07 18:58:08.389325"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2031], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.390128"], ["updated_at", "2016-10-07 18:58:08.390128"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2032], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.390966"], ["updated_at", "2016-10-07 18:58:08.390966"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2033], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.391827"], ["updated_at", "2016-10-07 18:58:08.391827"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2034], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.392633"], ["updated_at", "2016-10-07 18:58:08.392633"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2035], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.393468"], ["updated_at", "2016-10-07 18:58:08.393468"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2036], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.394270"], ["updated_at", "2016-10-07 18:58:08.394270"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2037], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.395101"], ["updated_at", "2016-10-07 18:58:08.395101"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2038], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.395918"], ["updated_at", "2016-10-07 18:58:08.395918"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2039], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.396759"], ["updated_at", "2016-10-07 18:58:08.396759"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2040], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.397579"], ["updated_at", "2016-10-07 18:58:08.397579"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2041], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.398389"], ["updated_at", "2016-10-07 18:58:08.398389"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2042], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.399222"], ["updated_at", "2016-10-07 18:58:08.399222"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2043], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.400057"], ["updated_at", "2016-10-07 18:58:08.400057"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2044], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.400859"], ["updated_at", "2016-10-07 18:58:08.400859"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2045], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.401676"], ["updated_at", "2016-10-07 18:58:08.401676"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2046], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.402472"], ["updated_at", "2016-10-07 18:58:08.402472"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2047], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.403300"], ["updated_at", "2016-10-07 18:58:08.403300"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2048], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.404125"], ["updated_at", "2016-10-07 18:58:08.404125"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2049], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.404972"], ["updated_at", "2016-10-07 18:58:08.404972"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2050], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.405784"], ["updated_at", "2016-10-07 18:58:08.405784"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2051], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.406586"], ["updated_at", "2016-10-07 18:58:08.406586"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2052], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.407400"], ["updated_at", "2016-10-07 18:58:08.407400"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2053], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.408217"], ["updated_at", "2016-10-07 18:58:08.408217"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2054], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.409028"], ["updated_at", "2016-10-07 18:58:08.409028"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2055], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.409846"], ["updated_at", "2016-10-07 18:58:08.409846"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2056], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.410649"], ["updated_at", "2016-10-07 18:58:08.410649"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2057], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.411478"], ["updated_at", "2016-10-07 18:58:08.411478"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2058], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.412304"], ["updated_at", "2016-10-07 18:58:08.412304"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2059], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.413136"], ["updated_at", "2016-10-07 18:58:08.413136"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2060], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.413962"], ["updated_at", "2016-10-07 18:58:08.413962"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2061], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.414777"], ["updated_at", "2016-10-07 18:58:08.414777"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2062], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.415601"], ["updated_at", "2016-10-07 18:58:08.415601"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2063], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.416404"], ["updated_at", "2016-10-07 18:58:08.416404"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2064], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.417214"], ["updated_at", "2016-10-07 18:58:08.417214"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2065], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.418022"], ["updated_at", "2016-10-07 18:58:08.418022"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2066], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.418838"], ["updated_at", "2016-10-07 18:58:08.418838"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2067], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.419661"], ["updated_at", "2016-10-07 18:58:08.419661"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2068], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.420470"], ["updated_at", "2016-10-07 18:58:08.420470"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2069], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.421300"], ["updated_at", "2016-10-07 18:58:08.421300"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2070], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.422117"], ["updated_at", "2016-10-07 18:58:08.422117"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2071], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.422924"], ["updated_at", "2016-10-07 18:58:08.422924"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2072], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.423735"], ["updated_at", "2016-10-07 18:58:08.423735"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2073], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.424531"], ["updated_at", "2016-10-07 18:58:08.424531"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2074], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.425357"], ["updated_at", "2016-10-07 18:58:08.425357"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2075], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.426223"], ["updated_at", "2016-10-07 18:58:08.426223"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2076], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.427108"], ["updated_at", "2016-10-07 18:58:08.427108"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2077], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.427923"], ["updated_at", "2016-10-07 18:58:08.427923"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2078], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.428714"], ["updated_at", "2016-10-07 18:58:08.428714"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2079], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.429531"], ["updated_at", "2016-10-07 18:58:08.429531"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2080], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.430321"], ["updated_at", "2016-10-07 18:58:08.430321"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2081], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.431172"], ["updated_at", "2016-10-07 18:58:08.431172"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2082], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.431971"], ["updated_at", "2016-10-07 18:58:08.431971"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2083], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.432789"], ["updated_at", "2016-10-07 18:58:08.432789"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2084], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.433626"], ["updated_at", "2016-10-07 18:58:08.433626"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2085], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.434421"], ["updated_at", "2016-10-07 18:58:08.434421"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2086], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.435278"], ["updated_at", "2016-10-07 18:58:08.435278"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2087], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.436078"], ["updated_at", "2016-10-07 18:58:08.436078"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2088], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.436913"], ["updated_at", "2016-10-07 18:58:08.436913"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2089], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.437745"], ["updated_at", "2016-10-07 18:58:08.437745"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2090], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.438596"], ["updated_at", "2016-10-07 18:58:08.438596"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2091], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.439427"], ["updated_at", "2016-10-07 18:58:08.439427"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2092], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.440220"], ["updated_at", "2016-10-07 18:58:08.440220"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2093], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.441031"], ["updated_at", "2016-10-07 18:58:08.441031"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2094], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.441844"], ["updated_at", "2016-10-07 18:58:08.441844"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2095], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.442687"], ["updated_at", "2016-10-07 18:58:08.442687"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2096], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.443509"], ["updated_at", "2016-10-07 18:58:08.443509"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2097], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.444305"], ["updated_at", "2016-10-07 18:58:08.444305"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2098], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.445121"], ["updated_at", "2016-10-07 18:58:08.445121"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2099], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.445922"], ["updated_at", "2016-10-07 18:58:08.445922"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2100], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.446780"], ["updated_at", "2016-10-07 18:58:08.446780"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2101], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.447601"], ["updated_at", "2016-10-07 18:58:08.447601"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2102], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.448405"], ["updated_at", "2016-10-07 18:58:08.448405"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2103], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.449261"], ["updated_at", "2016-10-07 18:58:08.449261"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2104], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.450064"], ["updated_at", "2016-10-07 18:58:08.450064"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2105], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.450903"], ["updated_at", "2016-10-07 18:58:08.450903"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2106], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.451732"], ["updated_at", "2016-10-07 18:58:08.451732"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2107], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.452536"], ["updated_at", "2016-10-07 18:58:08.452536"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2108], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.453355"], ["updated_at", "2016-10-07 18:58:08.453355"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2109], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.454157"], ["updated_at", "2016-10-07 18:58:08.454157"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2110], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.455001"], ["updated_at", "2016-10-07 18:58:08.455001"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2111], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.455801"], ["updated_at", "2016-10-07 18:58:08.455801"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2112], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.456621"], ["updated_at", "2016-10-07 18:58:08.456621"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2113], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.457437"], ["updated_at", "2016-10-07 18:58:08.457437"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2114], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.458232"], ["updated_at", "2016-10-07 18:58:08.458232"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2115], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.459082"], ["updated_at", "2016-10-07 18:58:08.459082"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2116], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.459906"], ["updated_at", "2016-10-07 18:58:08.459906"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2117], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.460702"], ["updated_at", "2016-10-07 18:58:08.460702"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2118], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.461525"], ["updated_at", "2016-10-07 18:58:08.461525"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2119], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.462326"], ["updated_at", "2016-10-07 18:58:08.462326"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2120], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.463189"], ["updated_at", "2016-10-07 18:58:08.463189"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2121], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.464019"], ["updated_at", "2016-10-07 18:58:08.464019"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2122], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.464818"], ["updated_at", "2016-10-07 18:58:08.464818"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2123], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.465631"], ["updated_at", "2016-10-07 18:58:08.465631"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2124], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.466437"], ["updated_at", "2016-10-07 18:58:08.466437"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2125], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.467289"], ["updated_at", "2016-10-07 18:58:08.467289"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2126], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.468117"], ["updated_at", "2016-10-07 18:58:08.468117"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2127], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.468920"], ["updated_at", "2016-10-07 18:58:08.468920"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2128], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.469733"], ["updated_at", "2016-10-07 18:58:08.469733"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2129], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.470559"], ["updated_at", "2016-10-07 18:58:08.470559"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2130], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.471410"], ["updated_at", "2016-10-07 18:58:08.471410"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2131], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.472209"], ["updated_at", "2016-10-07 18:58:08.472209"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2132], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.473036"], ["updated_at", "2016-10-07 18:58:08.473036"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2133], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.473886"], ["updated_at", "2016-10-07 18:58:08.473886"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2134], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.474719"], ["updated_at", "2016-10-07 18:58:08.474719"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2135], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.475533"], ["updated_at", "2016-10-07 18:58:08.475533"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2136], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.476331"], ["updated_at", "2016-10-07 18:58:08.476331"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2137], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.477198"], ["updated_at", "2016-10-07 18:58:08.477198"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2138], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.478082"], ["updated_at", "2016-10-07 18:58:08.478082"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2139], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.478912"], ["updated_at", "2016-10-07 18:58:08.478912"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2140], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.480008"], ["updated_at", "2016-10-07 18:58:08.480008"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2141], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.480914"], ["updated_at", "2016-10-07 18:58:08.480914"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2142], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.481723"], ["updated_at", "2016-10-07 18:58:08.481723"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2143], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.482562"], ["updated_at", "2016-10-07 18:58:08.482562"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2144], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.483388"], ["updated_at", "2016-10-07 18:58:08.483388"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2145], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.484202"], ["updated_at", "2016-10-07 18:58:08.484202"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2146], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.485000"], ["updated_at", "2016-10-07 18:58:08.485000"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2147], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.485813"], ["updated_at", "2016-10-07 18:58:08.485813"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2148], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.486652"], ["updated_at", "2016-10-07 18:58:08.486652"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2149], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.487487"], ["updated_at", "2016-10-07 18:58:08.487487"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2150], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.488306"], ["updated_at", "2016-10-07 18:58:08.488306"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2151], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.489129"], ["updated_at", "2016-10-07 18:58:08.489129"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2152], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.489953"], ["updated_at", "2016-10-07 18:58:08.489953"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2153], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.490806"], ["updated_at", "2016-10-07 18:58:08.490806"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2154], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.491603"], ["updated_at", "2016-10-07 18:58:08.491603"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2155], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.492440"], ["updated_at", "2016-10-07 18:58:08.492440"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2156], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.493254"], ["updated_at", "2016-10-07 18:58:08.493254"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2157], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.494085"], ["updated_at", "2016-10-07 18:58:08.494085"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 13], ["message_id", 2158], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.494916"], ["updated_at", "2016-10-07 18:58:08.494916"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2159], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.495729"], ["updated_at", "2016-10-07 18:58:08.495729"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2160], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.496559"], ["updated_at", "2016-10-07 18:58:08.496559"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2161], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.497355"], ["updated_at", "2016-10-07 18:58:08.497355"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2162], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.498165"], ["updated_at", "2016-10-07 18:58:08.498165"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2163], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.498998"], ["updated_at", "2016-10-07 18:58:08.498998"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2164], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.499793"], ["updated_at", "2016-10-07 18:58:08.499793"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2165], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.500637"], ["updated_at", "2016-10-07 18:58:08.500637"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2166], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.501445"], ["updated_at", "2016-10-07 18:58:08.501445"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2167], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.502260"], ["updated_at", "2016-10-07 18:58:08.502260"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2168], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.503061"], ["updated_at", "2016-10-07 18:58:08.503061"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2169], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.503890"], ["updated_at", "2016-10-07 18:58:08.503890"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2170], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.504697"], ["updated_at", "2016-10-07 18:58:08.504697"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2171], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.505515"], ["updated_at", "2016-10-07 18:58:08.505515"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2172], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.506329"], ["updated_at", "2016-10-07 18:58:08.506329"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2173], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.507131"], ["updated_at", "2016-10-07 18:58:08.507131"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2174], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.507944"], ["updated_at", "2016-10-07 18:58:08.507944"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2175], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.508759"], ["updated_at", "2016-10-07 18:58:08.508759"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2176], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.509555"], ["updated_at", "2016-10-07 18:58:08.509555"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2177], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.510365"], ["updated_at", "2016-10-07 18:58:08.510365"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2178], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.511216"], ["updated_at", "2016-10-07 18:58:08.511216"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2179], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.512015"], ["updated_at", "2016-10-07 18:58:08.512015"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2180], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.512834"], ["updated_at", "2016-10-07 18:58:08.512834"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2181], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.513637"], ["updated_at", "2016-10-07 18:58:08.513637"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2182], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.514457"], ["updated_at", "2016-10-07 18:58:08.514457"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2183], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.515262"], ["updated_at", "2016-10-07 18:58:08.515262"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2184], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.516086"], ["updated_at", "2016-10-07 18:58:08.516086"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2185], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.516901"], ["updated_at", "2016-10-07 18:58:08.516901"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2186], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.517720"], ["updated_at", "2016-10-07 18:58:08.517720"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2187], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.518539"], ["updated_at", "2016-10-07 18:58:08.518539"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2188], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.519344"], ["updated_at", "2016-10-07 18:58:08.519344"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2189], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.520157"], ["updated_at", "2016-10-07 18:58:08.520157"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2190], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.520981"], ["updated_at", "2016-10-07 18:58:08.520981"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2191], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.521846"], ["updated_at", "2016-10-07 18:58:08.521846"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2192], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.522676"], ["updated_at", "2016-10-07 18:58:08.522676"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2193], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.523481"], ["updated_at", "2016-10-07 18:58:08.523481"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2194], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.524291"], ["updated_at", "2016-10-07 18:58:08.524291"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2195], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.525107"], ["updated_at", "2016-10-07 18:58:08.525107"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2196], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.525901"], ["updated_at", "2016-10-07 18:58:08.525901"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2197], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.526717"], ["updated_at", "2016-10-07 18:58:08.526717"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2198], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.527562"], ["updated_at", "2016-10-07 18:58:08.527562"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2199], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.528393"], ["updated_at", "2016-10-07 18:58:08.528393"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2200], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.529201"], ["updated_at", "2016-10-07 18:58:08.529201"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2201], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.530028"], ["updated_at", "2016-10-07 18:58:08.530028"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2202], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.530870"], ["updated_at", "2016-10-07 18:58:08.530870"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2203], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.531673"], ["updated_at", "2016-10-07 18:58:08.531673"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2204], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.532505"], ["updated_at", "2016-10-07 18:58:08.532505"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2205], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.533322"], ["updated_at", "2016-10-07 18:58:08.533322"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2206], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.534137"], ["updated_at", "2016-10-07 18:58:08.534137"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2207], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.535005"], ["updated_at", "2016-10-07 18:58:08.535005"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2208], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.535801"], ["updated_at", "2016-10-07 18:58:08.535801"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2209], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.536629"], ["updated_at", "2016-10-07 18:58:08.536629"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2210], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.537470"], ["updated_at", "2016-10-07 18:58:08.537470"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2211], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.538283"], ["updated_at", "2016-10-07 18:58:08.538283"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2212], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.539142"], ["updated_at", "2016-10-07 18:58:08.539142"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2213], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.539943"], ["updated_at", "2016-10-07 18:58:08.539943"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2214], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.540806"], ["updated_at", "2016-10-07 18:58:08.540806"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2215], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.541614"], ["updated_at", "2016-10-07 18:58:08.541614"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2216], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.542427"], ["updated_at", "2016-10-07 18:58:08.542427"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2217], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.543317"], ["updated_at", "2016-10-07 18:58:08.543317"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2218], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.544148"], ["updated_at", "2016-10-07 18:58:08.544148"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2219], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.544964"], ["updated_at", "2016-10-07 18:58:08.544964"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2220], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.545783"], ["updated_at", "2016-10-07 18:58:08.545783"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2221], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.546634"], ["updated_at", "2016-10-07 18:58:08.546634"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2222], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.547465"], ["updated_at", "2016-10-07 18:58:08.547465"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2223], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.548278"], ["updated_at", "2016-10-07 18:58:08.548278"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2224], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.549088"], ["updated_at", "2016-10-07 18:58:08.549088"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2225], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.549887"], ["updated_at", "2016-10-07 18:58:08.549887"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2226], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.550724"], ["updated_at", "2016-10-07 18:58:08.550724"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2227], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.551523"], ["updated_at", "2016-10-07 18:58:08.551523"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2228], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.552330"], ["updated_at", "2016-10-07 18:58:08.552330"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2229], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.553191"], ["updated_at", "2016-10-07 18:58:08.553191"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2230], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.554005"], ["updated_at", "2016-10-07 18:58:08.554005"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2231], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.554844"], ["updated_at", "2016-10-07 18:58:08.554844"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2232], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.555650"], ["updated_at", "2016-10-07 18:58:08.555650"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2233], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.556464"], ["updated_at", "2016-10-07 18:58:08.556464"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2234], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.557272"], ["updated_at", "2016-10-07 18:58:08.557272"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2235], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.558086"], ["updated_at", "2016-10-07 18:58:08.558086"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2236], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.558907"], ["updated_at", "2016-10-07 18:58:08.558907"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2237], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.559719"], ["updated_at", "2016-10-07 18:58:08.559719"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2238], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.560532"], ["updated_at", "2016-10-07 18:58:08.560532"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2239], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.561341"], ["updated_at", "2016-10-07 18:58:08.561341"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2240], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.562161"], ["updated_at", "2016-10-07 18:58:08.562161"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2241], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.562996"], ["updated_at", "2016-10-07 18:58:08.562996"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2242], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.563829"], ["updated_at", "2016-10-07 18:58:08.563829"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2243], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.564628"], ["updated_at", "2016-10-07 18:58:08.564628"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2244], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.565448"], ["updated_at", "2016-10-07 18:58:08.565448"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2245], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.566257"], ["updated_at", "2016-10-07 18:58:08.566257"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2246], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.567064"], ["updated_at", "2016-10-07 18:58:08.567064"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2247], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.567893"], ["updated_at", "2016-10-07 18:58:08.567893"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2248], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.568686"], ["updated_at", "2016-10-07 18:58:08.568686"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2249], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.569498"], ["updated_at", "2016-10-07 18:58:08.569498"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2250], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.570318"], ["updated_at", "2016-10-07 18:58:08.570318"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2251], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.571135"], ["updated_at", "2016-10-07 18:58:08.571135"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2252], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.571967"], ["updated_at", "2016-10-07 18:58:08.571967"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2253], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.572764"], ["updated_at", "2016-10-07 18:58:08.572764"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2254], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.573570"], ["updated_at", "2016-10-07 18:58:08.573570"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2255], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.574432"], ["updated_at", "2016-10-07 18:58:08.574432"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2256], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.575294"], ["updated_at", "2016-10-07 18:58:08.575294"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2257], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.576106"], ["updated_at", "2016-10-07 18:58:08.576106"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2258], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.576900"], ["updated_at", "2016-10-07 18:58:08.576900"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2259], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.577730"], ["updated_at", "2016-10-07 18:58:08.577730"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2260], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.579040"], ["updated_at", "2016-10-07 18:58:08.579040"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2261], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.579953"], ["updated_at", "2016-10-07 18:58:08.579953"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2262], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.580857"], ["updated_at", "2016-10-07 18:58:08.580857"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2263], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.581725"], ["updated_at", "2016-10-07 18:58:08.581725"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2264], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.582635"], ["updated_at", "2016-10-07 18:58:08.582635"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2265], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.583533"], ["updated_at", "2016-10-07 18:58:08.583533"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2266], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.584400"], ["updated_at", "2016-10-07 18:58:08.584400"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2267], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.585286"], ["updated_at", "2016-10-07 18:58:08.585286"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2268], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.586163"], ["updated_at", "2016-10-07 18:58:08.586163"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2269], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.587087"], ["updated_at", "2016-10-07 18:58:08.587087"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2270], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.587983"], ["updated_at", "2016-10-07 18:58:08.587983"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2271], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.588851"], ["updated_at", "2016-10-07 18:58:08.588851"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2272], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.589749"], ["updated_at", "2016-10-07 18:58:08.589749"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2273], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.590645"], ["updated_at", "2016-10-07 18:58:08.590645"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2274], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.591534"], ["updated_at", "2016-10-07 18:58:08.591534"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2275], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.592453"], ["updated_at", "2016-10-07 18:58:08.592453"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2276], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.593324"], ["updated_at", "2016-10-07 18:58:08.593324"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2277], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.594207"], ["updated_at", "2016-10-07 18:58:08.594207"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2278], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.595083"], ["updated_at", "2016-10-07 18:58:08.595083"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2279], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.595981"], ["updated_at", "2016-10-07 18:58:08.595981"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2280], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.596869"], ["updated_at", "2016-10-07 18:58:08.596869"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2281], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.597739"], ["updated_at", "2016-10-07 18:58:08.597739"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2282], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.598650"], ["updated_at", "2016-10-07 18:58:08.598650"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2283], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.599514"], ["updated_at", "2016-10-07 18:58:08.599514"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2284], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.600410"], ["updated_at", "2016-10-07 18:58:08.600410"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2285], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.601292"], ["updated_at", "2016-10-07 18:58:08.601292"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2286], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.602174"], ["updated_at", "2016-10-07 18:58:08.602174"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2287], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.603076"], ["updated_at", "2016-10-07 18:58:08.603076"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2288], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.603968"], ["updated_at", "2016-10-07 18:58:08.603968"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2289], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.604867"], ["updated_at", "2016-10-07 18:58:08.604867"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2290], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.605760"], ["updated_at", "2016-10-07 18:58:08.605760"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2291], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.606657"], ["updated_at", "2016-10-07 18:58:08.606657"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2292], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.607557"], ["updated_at", "2016-10-07 18:58:08.607557"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2293], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.608447"], ["updated_at", "2016-10-07 18:58:08.608447"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2294], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.609345"], ["updated_at", "2016-10-07 18:58:08.609345"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2295], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.610249"], ["updated_at", "2016-10-07 18:58:08.610249"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2296], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.611150"], ["updated_at", "2016-10-07 18:58:08.611150"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2297], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.612046"], ["updated_at", "2016-10-07 18:58:08.612046"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2298], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.612966"], ["updated_at", "2016-10-07 18:58:08.612966"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2299], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.613868"], ["updated_at", "2016-10-07 18:58:08.613868"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2300], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.614771"], ["updated_at", "2016-10-07 18:58:08.614771"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2301], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.615696"], ["updated_at", "2016-10-07 18:58:08.615696"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2302], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.616589"], ["updated_at", "2016-10-07 18:58:08.616589"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2303], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.617481"], ["updated_at", "2016-10-07 18:58:08.617481"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2304], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.618401"], ["updated_at", "2016-10-07 18:58:08.618401"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2305], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.619315"], ["updated_at", "2016-10-07 18:58:08.619315"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2306], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.620217"], ["updated_at", "2016-10-07 18:58:08.620217"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2307], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.621132"], ["updated_at", "2016-10-07 18:58:08.621132"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2308], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.622015"], ["updated_at", "2016-10-07 18:58:08.622015"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2309], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.622935"], ["updated_at", "2016-10-07 18:58:08.622935"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2310], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.623834"], ["updated_at", "2016-10-07 18:58:08.623834"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2311], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.624733"], ["updated_at", "2016-10-07 18:58:08.624733"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2312], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.625636"], ["updated_at", "2016-10-07 18:58:08.625636"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2313], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.626571"], ["updated_at", "2016-10-07 18:58:08.626571"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2314], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.627478"], ["updated_at", "2016-10-07 18:58:08.627478"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2315], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.628393"], ["updated_at", "2016-10-07 18:58:08.628393"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2316], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.629873"], ["updated_at", "2016-10-07 18:58:08.629873"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2317], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.631360"], ["updated_at", "2016-10-07 18:58:08.631360"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2318], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.632591"], ["updated_at", "2016-10-07 18:58:08.632591"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2319], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.633969"], ["updated_at", "2016-10-07 18:58:08.633969"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2320], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.636472"], ["updated_at", "2016-10-07 18:58:08.636472"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2321], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.638144"], ["updated_at", "2016-10-07 18:58:08.638144"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2322], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.640533"], ["updated_at", "2016-10-07 18:58:08.640533"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2323], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.641950"], ["updated_at", "2016-10-07 18:58:08.641950"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 14], ["message_id", 2324], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.642837"], ["updated_at", "2016-10-07 18:58:08.642837"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2325], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.643671"], ["updated_at", "2016-10-07 18:58:08.643671"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2326], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.644500"], ["updated_at", "2016-10-07 18:58:08.644500"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2327], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.645328"], ["updated_at", "2016-10-07 18:58:08.645328"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2328], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.646179"], ["updated_at", "2016-10-07 18:58:08.646179"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2329], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.647053"], ["updated_at", "2016-10-07 18:58:08.647053"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2330], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.647878"], ["updated_at", "2016-10-07 18:58:08.647878"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2331], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.648704"], ["updated_at", "2016-10-07 18:58:08.648704"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2332], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.649547"], ["updated_at", "2016-10-07 18:58:08.649547"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2333], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.650378"], ["updated_at", "2016-10-07 18:58:08.650378"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2334], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.651229"], ["updated_at", "2016-10-07 18:58:08.651229"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2335], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.652070"], ["updated_at", "2016-10-07 18:58:08.652070"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2336], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.652890"], ["updated_at", "2016-10-07 18:58:08.652890"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2337], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.653833"], ["updated_at", "2016-10-07 18:58:08.653833"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2338], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.654829"], ["updated_at", "2016-10-07 18:58:08.654829"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2339], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.655660"], ["updated_at", "2016-10-07 18:58:08.655660"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2340], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.656489"], ["updated_at", "2016-10-07 18:58:08.656489"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2341], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.657352"], ["updated_at", "2016-10-07 18:58:08.657352"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2342], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.658180"], ["updated_at", "2016-10-07 18:58:08.658180"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2343], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.659017"], ["updated_at", "2016-10-07 18:58:08.659017"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2344], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.659845"], ["updated_at", "2016-10-07 18:58:08.659845"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2345], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.660671"], ["updated_at", "2016-10-07 18:58:08.660671"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2346], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.661518"], ["updated_at", "2016-10-07 18:58:08.661518"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2347], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.662346"], ["updated_at", "2016-10-07 18:58:08.662346"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2348], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.663198"], ["updated_at", "2016-10-07 18:58:08.663198"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2349], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.664024"], ["updated_at", "2016-10-07 18:58:08.664024"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2350], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.664844"], ["updated_at", "2016-10-07 18:58:08.664844"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2351], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.665687"], ["updated_at", "2016-10-07 18:58:08.665687"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2352], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.666519"], ["updated_at", "2016-10-07 18:58:08.666519"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2353], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.667348"], ["updated_at", "2016-10-07 18:58:08.667348"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2354], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.668180"], ["updated_at", "2016-10-07 18:58:08.668180"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2355], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.669010"], ["updated_at", "2016-10-07 18:58:08.669010"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2356], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.669842"], ["updated_at", "2016-10-07 18:58:08.669842"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2357], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.670698"], ["updated_at", "2016-10-07 18:58:08.670698"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2358], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.671533"], ["updated_at", "2016-10-07 18:58:08.671533"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2359], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.672371"], ["updated_at", "2016-10-07 18:58:08.672371"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2360], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.673197"], ["updated_at", "2016-10-07 18:58:08.673197"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2361], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.674046"], ["updated_at", "2016-10-07 18:58:08.674046"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2362], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.674894"], ["updated_at", "2016-10-07 18:58:08.674894"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2363], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.675733"], ["updated_at", "2016-10-07 18:58:08.675733"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2364], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.676572"], ["updated_at", "2016-10-07 18:58:08.676572"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2365], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.677405"], ["updated_at", "2016-10-07 18:58:08.677405"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2366], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.678228"], ["updated_at", "2016-10-07 18:58:08.678228"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2367], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.679173"], ["updated_at", "2016-10-07 18:58:08.679173"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2368], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.680297"], ["updated_at", "2016-10-07 18:58:08.680297"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2369], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.681184"], ["updated_at", "2016-10-07 18:58:08.681184"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2370], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.681993"], ["updated_at", "2016-10-07 18:58:08.681993"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2371], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.682874"], ["updated_at", "2016-10-07 18:58:08.682874"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2372], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.683719"], ["updated_at", "2016-10-07 18:58:08.683719"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2373], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.684556"], ["updated_at", "2016-10-07 18:58:08.684556"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2374], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.685386"], ["updated_at", "2016-10-07 18:58:08.685386"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2375], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.686215"], ["updated_at", "2016-10-07 18:58:08.686215"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2376], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.687097"], ["updated_at", "2016-10-07 18:58:08.687097"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2377], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.687937"], ["updated_at", "2016-10-07 18:58:08.687937"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2378], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.688764"], ["updated_at", "2016-10-07 18:58:08.688764"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2379], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.689589"], ["updated_at", "2016-10-07 18:58:08.689589"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2380], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.690416"], ["updated_at", "2016-10-07 18:58:08.690416"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2381], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.691281"], ["updated_at", "2016-10-07 18:58:08.691281"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2382], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.692158"], ["updated_at", "2016-10-07 18:58:08.692158"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2383], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.692989"], ["updated_at", "2016-10-07 18:58:08.692989"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2384], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.693827"], ["updated_at", "2016-10-07 18:58:08.693827"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2385], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.694715"], ["updated_at", "2016-10-07 18:58:08.694715"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2386], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.695555"], ["updated_at", "2016-10-07 18:58:08.695555"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2387], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.696466"], ["updated_at", "2016-10-07 18:58:08.696466"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2388], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.697323"], ["updated_at", "2016-10-07 18:58:08.697323"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2389], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.698176"], ["updated_at", "2016-10-07 18:58:08.698176"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2390], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.699062"], ["updated_at", "2016-10-07 18:58:08.699062"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2391], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.699918"], ["updated_at", "2016-10-07 18:58:08.699918"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2392], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.700767"], ["updated_at", "2016-10-07 18:58:08.700767"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2393], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.701606"], ["updated_at", "2016-10-07 18:58:08.701606"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2394], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.702446"], ["updated_at", "2016-10-07 18:58:08.702446"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2395], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.703410"], ["updated_at", "2016-10-07 18:58:08.703410"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2396], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.704290"], ["updated_at", "2016-10-07 18:58:08.704290"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2397], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.705137"], ["updated_at", "2016-10-07 18:58:08.705137"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2398], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.706015"], ["updated_at", "2016-10-07 18:58:08.706015"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2399], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.706869"], ["updated_at", "2016-10-07 18:58:08.706869"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2400], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.707721"], ["updated_at", "2016-10-07 18:58:08.707721"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2401], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.708571"], ["updated_at", "2016-10-07 18:58:08.708571"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2402], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.709421"], ["updated_at", "2016-10-07 18:58:08.709421"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2403], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.710276"], ["updated_at", "2016-10-07 18:58:08.710276"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2404], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.711176"], ["updated_at", "2016-10-07 18:58:08.711176"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2405], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.712033"], ["updated_at", "2016-10-07 18:58:08.712033"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2406], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.712943"], ["updated_at", "2016-10-07 18:58:08.712943"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2407], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.713846"], ["updated_at", "2016-10-07 18:58:08.713846"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2408], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.714753"], ["updated_at", "2016-10-07 18:58:08.714753"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2409], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.715642"], ["updated_at", "2016-10-07 18:58:08.715642"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2410], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.716512"], ["updated_at", "2016-10-07 18:58:08.716512"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2411], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.717375"], ["updated_at", "2016-10-07 18:58:08.717375"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2412], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.718243"], ["updated_at", "2016-10-07 18:58:08.718243"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2413], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.719157"], ["updated_at", "2016-10-07 18:58:08.719157"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2414], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.720025"], ["updated_at", "2016-10-07 18:58:08.720025"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2415], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.726981"], ["updated_at", "2016-10-07 18:58:08.726981"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2416], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.728152"], ["updated_at", "2016-10-07 18:58:08.728152"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2417], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.729011"], ["updated_at", "2016-10-07 18:58:08.729011"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2418], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.729878"], ["updated_at", "2016-10-07 18:58:08.729878"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2419], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.730734"], ["updated_at", "2016-10-07 18:58:08.730734"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2420], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.731549"], ["updated_at", "2016-10-07 18:58:08.731549"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2421], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.732366"], ["updated_at", "2016-10-07 18:58:08.732366"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2422], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.733300"], ["updated_at", "2016-10-07 18:58:08.733300"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2423], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.734469"], ["updated_at", "2016-10-07 18:58:08.734469"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2424], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.735391"], ["updated_at", "2016-10-07 18:58:08.735391"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2425], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.736275"], ["updated_at", "2016-10-07 18:58:08.736275"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2426], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.737169"], ["updated_at", "2016-10-07 18:58:08.737169"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2427], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.738032"], ["updated_at", "2016-10-07 18:58:08.738032"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2428], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.738918"], ["updated_at", "2016-10-07 18:58:08.738918"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2429], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.739792"], ["updated_at", "2016-10-07 18:58:08.739792"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2430], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.740675"], ["updated_at", "2016-10-07 18:58:08.740675"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2431], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.741540"], ["updated_at", "2016-10-07 18:58:08.741540"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2432], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.742419"], ["updated_at", "2016-10-07 18:58:08.742419"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2433], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.743262"], ["updated_at", "2016-10-07 18:58:08.743262"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2434], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.744084"], ["updated_at", "2016-10-07 18:58:08.744084"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2435], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.744894"], ["updated_at", "2016-10-07 18:58:08.744894"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2436], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.745718"], ["updated_at", "2016-10-07 18:58:08.745718"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2437], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.746576"], ["updated_at", "2016-10-07 18:58:08.746576"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2438], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.747376"], ["updated_at", "2016-10-07 18:58:08.747376"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2439], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.748193"], ["updated_at", "2016-10-07 18:58:08.748193"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2440], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.749001"], ["updated_at", "2016-10-07 18:58:08.749001"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2441], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.749793"], ["updated_at", "2016-10-07 18:58:08.749793"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2442], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.750644"], ["updated_at", "2016-10-07 18:58:08.750644"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2443], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.751456"], ["updated_at", "2016-10-07 18:58:08.751456"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2444], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.752272"], ["updated_at", "2016-10-07 18:58:08.752272"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2445], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.753093"], ["updated_at", "2016-10-07 18:58:08.753093"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2446], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.753916"], ["updated_at", "2016-10-07 18:58:08.753916"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2447], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.754739"], ["updated_at", "2016-10-07 18:58:08.754739"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2448], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.755545"], ["updated_at", "2016-10-07 18:58:08.755545"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2449], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.756346"], ["updated_at", "2016-10-07 18:58:08.756346"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2450], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.757167"], ["updated_at", "2016-10-07 18:58:08.757167"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2451], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.757989"], ["updated_at", "2016-10-07 18:58:08.757989"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2452], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.758791"], ["updated_at", "2016-10-07 18:58:08.758791"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2453], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.759633"], ["updated_at", "2016-10-07 18:58:08.759633"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2454], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.760454"], ["updated_at", "2016-10-07 18:58:08.760454"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2455], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.761273"], ["updated_at", "2016-10-07 18:58:08.761273"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2456], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.762075"], ["updated_at", "2016-10-07 18:58:08.762075"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2457], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.762921"], ["updated_at", "2016-10-07 18:58:08.762921"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2458], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.763735"], ["updated_at", "2016-10-07 18:58:08.763735"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2459], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.764562"], ["updated_at", "2016-10-07 18:58:08.764562"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2460], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.765393"], ["updated_at", "2016-10-07 18:58:08.765393"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2461], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.766212"], ["updated_at", "2016-10-07 18:58:08.766212"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2462], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.767046"], ["updated_at", "2016-10-07 18:58:08.767046"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2463], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.767858"], ["updated_at", "2016-10-07 18:58:08.767858"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2464], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.768703"], ["updated_at", "2016-10-07 18:58:08.768703"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2465], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.769532"], ["updated_at", "2016-10-07 18:58:08.769532"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2466], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.770360"], ["updated_at", "2016-10-07 18:58:08.770360"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2467], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.771191"], ["updated_at", "2016-10-07 18:58:08.771191"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2468], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.771998"], ["updated_at", "2016-10-07 18:58:08.771998"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2469], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.772816"], ["updated_at", "2016-10-07 18:58:08.772816"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2470], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.773615"], ["updated_at", "2016-10-07 18:58:08.773615"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2471], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.774454"], ["updated_at", "2016-10-07 18:58:08.774454"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2472], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.775319"], ["updated_at", "2016-10-07 18:58:08.775319"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2473], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.776128"], ["updated_at", "2016-10-07 18:58:08.776128"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2474], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.777307"], ["updated_at", "2016-10-07 18:58:08.777307"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2475], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.778616"], ["updated_at", "2016-10-07 18:58:08.778616"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2476], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.779720"], ["updated_at", "2016-10-07 18:58:08.779720"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2477], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.780613"], ["updated_at", "2016-10-07 18:58:08.780613"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2478], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.781439"], ["updated_at", "2016-10-07 18:58:08.781439"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2479], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.782245"], ["updated_at", "2016-10-07 18:58:08.782245"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2480], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.783143"], ["updated_at", "2016-10-07 18:58:08.783143"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2481], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.783960"], ["updated_at", "2016-10-07 18:58:08.783960"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2482], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.784775"], ["updated_at", "2016-10-07 18:58:08.784775"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2483], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.785644"], ["updated_at", "2016-10-07 18:58:08.785644"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2484], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.786470"], ["updated_at", "2016-10-07 18:58:08.786470"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2485], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.787375"], ["updated_at", "2016-10-07 18:58:08.787375"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2486], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.788191"], ["updated_at", "2016-10-07 18:58:08.788191"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2487], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.789003"], ["updated_at", "2016-10-07 18:58:08.789003"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2488], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.789805"], ["updated_at", "2016-10-07 18:58:08.789805"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2489], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.790661"], ["updated_at", "2016-10-07 18:58:08.790661"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 15], ["message_id", 2490], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.791491"], ["updated_at", "2016-10-07 18:58:08.791491"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2491], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.792305"], ["updated_at", "2016-10-07 18:58:08.792305"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2492], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.793116"], ["updated_at", "2016-10-07 18:58:08.793116"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2493], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.793939"], ["updated_at", "2016-10-07 18:58:08.793939"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2494], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.794783"], ["updated_at", "2016-10-07 18:58:08.794783"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2495], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.795595"], ["updated_at", "2016-10-07 18:58:08.795595"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2496], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.796429"], ["updated_at", "2016-10-07 18:58:08.796429"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2497], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.797242"], ["updated_at", "2016-10-07 18:58:08.797242"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2498], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.798064"], ["updated_at", "2016-10-07 18:58:08.798064"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2499], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.798882"], ["updated_at", "2016-10-07 18:58:08.798882"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2500], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.799704"], ["updated_at", "2016-10-07 18:58:08.799704"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2501], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.800534"], ["updated_at", "2016-10-07 18:58:08.800534"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2502], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.801328"], ["updated_at", "2016-10-07 18:58:08.801328"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2503], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.802136"], ["updated_at", "2016-10-07 18:58:08.802136"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2504], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.802988"], ["updated_at", "2016-10-07 18:58:08.802988"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2505], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.803820"], ["updated_at", "2016-10-07 18:58:08.803820"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2506], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.804617"], ["updated_at", "2016-10-07 18:58:08.804617"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2507], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.805434"], ["updated_at", "2016-10-07 18:58:08.805434"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2508], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.806249"], ["updated_at", "2016-10-07 18:58:08.806249"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2509], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.807111"], ["updated_at", "2016-10-07 18:58:08.807111"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2510], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.807910"], ["updated_at", "2016-10-07 18:58:08.807910"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2511], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.808738"], ["updated_at", "2016-10-07 18:58:08.808738"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2512], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.809551"], ["updated_at", "2016-10-07 18:58:08.809551"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2513], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.810344"], ["updated_at", "2016-10-07 18:58:08.810344"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2514], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.811174"], ["updated_at", "2016-10-07 18:58:08.811174"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2515], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.811984"], ["updated_at", "2016-10-07 18:58:08.811984"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2516], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.812810"], ["updated_at", "2016-10-07 18:58:08.812810"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2517], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.813605"], ["updated_at", "2016-10-07 18:58:08.813605"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2518], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.814412"], ["updated_at", "2016-10-07 18:58:08.814412"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2519], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.815240"], ["updated_at", "2016-10-07 18:58:08.815240"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2520], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.816037"], ["updated_at", "2016-10-07 18:58:08.816037"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2521], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.816844"], ["updated_at", "2016-10-07 18:58:08.816844"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2522], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.817663"], ["updated_at", "2016-10-07 18:58:08.817663"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2523], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.818472"], ["updated_at", "2016-10-07 18:58:08.818472"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2524], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.819279"], ["updated_at", "2016-10-07 18:58:08.819279"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2525], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.820101"], ["updated_at", "2016-10-07 18:58:08.820101"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2526], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.820941"], ["updated_at", "2016-10-07 18:58:08.820941"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2527], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.821761"], ["updated_at", "2016-10-07 18:58:08.821761"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2528], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.822564"], ["updated_at", "2016-10-07 18:58:08.822564"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2529], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.823381"], ["updated_at", "2016-10-07 18:58:08.823381"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2530], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.824195"], ["updated_at", "2016-10-07 18:58:08.824195"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2531], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.824993"], ["updated_at", "2016-10-07 18:58:08.824993"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2532], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.825817"], ["updated_at", "2016-10-07 18:58:08.825817"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2533], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.826654"], ["updated_at", "2016-10-07 18:58:08.826654"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2534], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.827480"], ["updated_at", "2016-10-07 18:58:08.827480"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2535], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.828275"], ["updated_at", "2016-10-07 18:58:08.828275"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2536], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.829091"], ["updated_at", "2016-10-07 18:58:08.829091"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2537], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.829907"], ["updated_at", "2016-10-07 18:58:08.829907"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2538], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.830778"], ["updated_at", "2016-10-07 18:58:08.830778"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2539], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.831621"], ["updated_at", "2016-10-07 18:58:08.831621"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2540], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.832461"], ["updated_at", "2016-10-07 18:58:08.832461"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2541], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.833290"], ["updated_at", "2016-10-07 18:58:08.833290"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2542], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.834087"], ["updated_at", "2016-10-07 18:58:08.834087"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2543], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.834940"], ["updated_at", "2016-10-07 18:58:08.834940"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2544], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.835768"], ["updated_at", "2016-10-07 18:58:08.835768"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2545], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.836630"], ["updated_at", "2016-10-07 18:58:08.836630"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2546], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.837446"], ["updated_at", "2016-10-07 18:58:08.837446"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2547], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.838256"], ["updated_at", "2016-10-07 18:58:08.838256"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2548], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.839107"], ["updated_at", "2016-10-07 18:58:08.839107"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2549], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.839936"], ["updated_at", "2016-10-07 18:58:08.839936"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2550], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.840736"], ["updated_at", "2016-10-07 18:58:08.840736"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2551], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.841545"], ["updated_at", "2016-10-07 18:58:08.841545"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2552], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.842375"], ["updated_at", "2016-10-07 18:58:08.842375"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2553], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.843226"], ["updated_at", "2016-10-07 18:58:08.843226"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2554], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.844042"], ["updated_at", "2016-10-07 18:58:08.844042"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2555], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.844851"], ["updated_at", "2016-10-07 18:58:08.844851"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2556], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.845712"], ["updated_at", "2016-10-07 18:58:08.845712"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2557], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.846539"], ["updated_at", "2016-10-07 18:58:08.846539"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2558], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.847377"], ["updated_at", "2016-10-07 18:58:08.847377"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2559], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.848193"], ["updated_at", "2016-10-07 18:58:08.848193"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2560], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.848991"], ["updated_at", "2016-10-07 18:58:08.848991"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2561], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.849798"], ["updated_at", "2016-10-07 18:58:08.849798"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2562], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.850620"], ["updated_at", "2016-10-07 18:58:08.850620"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2563], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.851433"], ["updated_at", "2016-10-07 18:58:08.851433"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2564], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.852225"], ["updated_at", "2016-10-07 18:58:08.852225"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2565], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.853065"], ["updated_at", "2016-10-07 18:58:08.853065"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2566], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.853893"], ["updated_at", "2016-10-07 18:58:08.853893"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2567], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.854718"], ["updated_at", "2016-10-07 18:58:08.854718"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2568], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.855517"], ["updated_at", "2016-10-07 18:58:08.855517"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2569], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.856329"], ["updated_at", "2016-10-07 18:58:08.856329"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2570], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.857141"], ["updated_at", "2016-10-07 18:58:08.857141"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2571], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.857939"], ["updated_at", "2016-10-07 18:58:08.857939"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2572], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.858758"], ["updated_at", "2016-10-07 18:58:08.858758"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2573], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.859580"], ["updated_at", "2016-10-07 18:58:08.859580"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2574], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.860374"], ["updated_at", "2016-10-07 18:58:08.860374"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2575], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.861198"], ["updated_at", "2016-10-07 18:58:08.861198"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2576], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.862012"], ["updated_at", "2016-10-07 18:58:08.862012"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2577], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.862854"], ["updated_at", "2016-10-07 18:58:08.862854"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2578], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.863674"], ["updated_at", "2016-10-07 18:58:08.863674"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2579], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.864494"], ["updated_at", "2016-10-07 18:58:08.864494"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2580], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.865327"], ["updated_at", "2016-10-07 18:58:08.865327"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2581], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.866131"], ["updated_at", "2016-10-07 18:58:08.866131"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2582], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.866968"], ["updated_at", "2016-10-07 18:58:08.866968"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2583], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.867938"], ["updated_at", "2016-10-07 18:58:08.867938"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2584], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.868944"], ["updated_at", "2016-10-07 18:58:08.868944"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2585], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.869778"], ["updated_at", "2016-10-07 18:58:08.869778"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2586], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.870663"], ["updated_at", "2016-10-07 18:58:08.870663"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2587], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.871554"], ["updated_at", "2016-10-07 18:58:08.871554"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2588], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.872364"], ["updated_at", "2016-10-07 18:58:08.872364"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2589], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.873217"], ["updated_at", "2016-10-07 18:58:08.873217"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2590], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.874031"], ["updated_at", "2016-10-07 18:58:08.874031"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2591], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.874938"], ["updated_at", "2016-10-07 18:58:08.874938"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2592], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.875744"], ["updated_at", "2016-10-07 18:58:08.875744"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2593], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.876561"], ["updated_at", "2016-10-07 18:58:08.876561"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2594], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.877383"], ["updated_at", "2016-10-07 18:58:08.877383"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2595], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.878179"], ["updated_at", "2016-10-07 18:58:08.878179"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2596], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.879048"], ["updated_at", "2016-10-07 18:58:08.879048"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2597], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.880315"], ["updated_at", "2016-10-07 18:58:08.880315"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2598], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.881467"], ["updated_at", "2016-10-07 18:58:08.881467"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2599], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.882358"], ["updated_at", "2016-10-07 18:58:08.882358"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2600], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.883246"], ["updated_at", "2016-10-07 18:58:08.883246"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2601], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.884066"], ["updated_at", "2016-10-07 18:58:08.884066"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2602], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.884854"], ["updated_at", "2016-10-07 18:58:08.884854"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2603], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.885659"], ["updated_at", "2016-10-07 18:58:08.885659"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2604], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.886490"], ["updated_at", "2016-10-07 18:58:08.886490"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2605], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.887406"], ["updated_at", "2016-10-07 18:58:08.887406"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2606], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.888211"], ["updated_at", "2016-10-07 18:58:08.888211"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2607], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.889058"], ["updated_at", "2016-10-07 18:58:08.889058"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2608], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.889870"], ["updated_at", "2016-10-07 18:58:08.889870"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2609], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.890746"], ["updated_at", "2016-10-07 18:58:08.890746"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2610], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.891561"], ["updated_at", "2016-10-07 18:58:08.891561"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2611], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.892375"], ["updated_at", "2016-10-07 18:58:08.892375"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2612], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.893187"], ["updated_at", "2016-10-07 18:58:08.893187"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2613], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.894010"], ["updated_at", "2016-10-07 18:58:08.894010"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2614], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.894822"], ["updated_at", "2016-10-07 18:58:08.894822"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2615], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.895664"], ["updated_at", "2016-10-07 18:58:08.895664"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2616], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.896502"], ["updated_at", "2016-10-07 18:58:08.896502"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2617], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.897327"], ["updated_at", "2016-10-07 18:58:08.897327"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2618], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.898239"], ["updated_at", "2016-10-07 18:58:08.898239"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2619], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.899178"], ["updated_at", "2016-10-07 18:58:08.899178"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2620], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.900380"], ["updated_at", "2016-10-07 18:58:08.900380"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2621], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.902097"], ["updated_at", "2016-10-07 18:58:08.902097"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2622], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.903081"], ["updated_at", "2016-10-07 18:58:08.903081"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2623], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.903950"], ["updated_at", "2016-10-07 18:58:08.903950"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2624], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.904749"], ["updated_at", "2016-10-07 18:58:08.904749"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2625], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.905576"], ["updated_at", "2016-10-07 18:58:08.905576"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2626], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.906388"], ["updated_at", "2016-10-07 18:58:08.906388"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2627], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.907258"], ["updated_at", "2016-10-07 18:58:08.907258"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2628], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.908056"], ["updated_at", "2016-10-07 18:58:08.908056"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2629], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.908874"], ["updated_at", "2016-10-07 18:58:08.908874"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2630], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.909699"], ["updated_at", "2016-10-07 18:58:08.909699"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2631], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.910542"], ["updated_at", "2016-10-07 18:58:08.910542"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2632], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.911399"], ["updated_at", "2016-10-07 18:58:08.911399"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2633], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.912217"], ["updated_at", "2016-10-07 18:58:08.912217"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2634], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.913048"], ["updated_at", "2016-10-07 18:58:08.913048"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2635], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.913964"], ["updated_at", "2016-10-07 18:58:08.913964"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2636], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.914994"], ["updated_at", "2016-10-07 18:58:08.914994"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2637], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.916022"], ["updated_at", "2016-10-07 18:58:08.916022"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2638], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.917519"], ["updated_at", "2016-10-07 18:58:08.917519"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2639], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.919150"], ["updated_at", "2016-10-07 18:58:08.919150"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2640], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.921670"], ["updated_at", "2016-10-07 18:58:08.921670"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2641], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.923081"], ["updated_at", "2016-10-07 18:58:08.923081"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2642], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.925252"], ["updated_at", "2016-10-07 18:58:08.925252"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2643], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.926757"], ["updated_at", "2016-10-07 18:58:08.926757"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2644], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.927674"], ["updated_at", "2016-10-07 18:58:08.927674"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2645], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.928576"], ["updated_at", "2016-10-07 18:58:08.928576"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2646], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.929482"], ["updated_at", "2016-10-07 18:58:08.929482"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2647], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.930354"], ["updated_at", "2016-10-07 18:58:08.930354"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2648], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.931275"], ["updated_at", "2016-10-07 18:58:08.931275"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2649], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.932166"], ["updated_at", "2016-10-07 18:58:08.932166"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2650], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.932997"], ["updated_at", "2016-10-07 18:58:08.932997"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2651], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.933813"], ["updated_at", "2016-10-07 18:58:08.933813"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2652], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.934706"], ["updated_at", "2016-10-07 18:58:08.934706"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2653], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.935515"], ["updated_at", "2016-10-07 18:58:08.935515"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2654], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.936403"], ["updated_at", "2016-10-07 18:58:08.936403"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2655], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.937335"], ["updated_at", "2016-10-07 18:58:08.937335"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 16], ["message_id", 2656], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.938195"], ["updated_at", "2016-10-07 18:58:08.938195"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2657], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.939060"], ["updated_at", "2016-10-07 18:58:08.939060"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2658], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.939873"], ["updated_at", "2016-10-07 18:58:08.939873"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2659], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.940708"], ["updated_at", "2016-10-07 18:58:08.940708"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2660], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.941509"], ["updated_at", "2016-10-07 18:58:08.941509"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2661], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.942324"], ["updated_at", "2016-10-07 18:58:08.942324"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2662], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.943392"], ["updated_at", "2016-10-07 18:58:08.943392"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2663], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.944565"], ["updated_at", "2016-10-07 18:58:08.944565"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2664], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.945695"], ["updated_at", "2016-10-07 18:58:08.945695"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2665], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.946847"], ["updated_at", "2016-10-07 18:58:08.946847"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2666], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.947948"], ["updated_at", "2016-10-07 18:58:08.947948"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2667], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.949017"], ["updated_at", "2016-10-07 18:58:08.949017"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2668], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.950037"], ["updated_at", "2016-10-07 18:58:08.950037"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2669], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.951257"], ["updated_at", "2016-10-07 18:58:08.951257"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2670], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.952374"], ["updated_at", "2016-10-07 18:58:08.952374"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2671], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.953446"], ["updated_at", "2016-10-07 18:58:08.953446"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2672], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.954792"], ["updated_at", "2016-10-07 18:58:08.954792"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2673], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.956538"], ["updated_at", "2016-10-07 18:58:08.956538"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2674], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.959168"], ["updated_at", "2016-10-07 18:58:08.959168"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2675], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.960253"], ["updated_at", "2016-10-07 18:58:08.960253"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2676], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.962159"], ["updated_at", "2016-10-07 18:58:08.962159"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2677], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.964462"], ["updated_at", "2016-10-07 18:58:08.964462"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2678], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.965460"], ["updated_at", "2016-10-07 18:58:08.965460"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2679], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.966328"], ["updated_at", "2016-10-07 18:58:08.966328"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2680], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.967185"], ["updated_at", "2016-10-07 18:58:08.967185"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2681], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.968019"], ["updated_at", "2016-10-07 18:58:08.968019"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2682], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.968856"], ["updated_at", "2016-10-07 18:58:08.968856"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2683], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.969719"], ["updated_at", "2016-10-07 18:58:08.969719"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2684], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.970736"], ["updated_at", "2016-10-07 18:58:08.970736"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2685], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.971805"], ["updated_at", "2016-10-07 18:58:08.971805"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2686], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.973150"], ["updated_at", "2016-10-07 18:58:08.973150"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2687], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.975425"], ["updated_at", "2016-10-07 18:58:08.975425"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2688], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.976440"], ["updated_at", "2016-10-07 18:58:08.976440"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2689], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.977464"], ["updated_at", "2016-10-07 18:58:08.977464"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2690], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.979854"], ["updated_at", "2016-10-07 18:58:08.979854"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2691], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.981656"], ["updated_at", "2016-10-07 18:58:08.981656"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2692], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.982693"], ["updated_at", "2016-10-07 18:58:08.982693"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2693], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.983521"], ["updated_at", "2016-10-07 18:58:08.983521"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2694], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.984318"], ["updated_at", "2016-10-07 18:58:08.984318"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2695], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.985137"], ["updated_at", "2016-10-07 18:58:08.985137"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2696], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.985958"], ["updated_at", "2016-10-07 18:58:08.985958"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2697], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.986926"], ["updated_at", "2016-10-07 18:58:08.986926"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2698], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.987975"], ["updated_at", "2016-10-07 18:58:08.987975"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2699], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.989354"], ["updated_at", "2016-10-07 18:58:08.989354"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2700], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.991673"], ["updated_at", "2016-10-07 18:58:08.991673"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2701], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.992779"], ["updated_at", "2016-10-07 18:58:08.992779"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2702], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.994025"], ["updated_at", "2016-10-07 18:58:08.994025"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2703], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.996579"], ["updated_at", "2016-10-07 18:58:08.996579"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2704], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.998430"], ["updated_at", "2016-10-07 18:58:08.998430"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2705], ["status", "sent"], ["created_at", "2016-10-07 18:58:08.999483"], ["updated_at", "2016-10-07 18:58:08.999483"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2706], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.000344"], ["updated_at", "2016-10-07 18:58:09.000344"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2707], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.001158"], ["updated_at", "2016-10-07 18:58:09.001158"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2708], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.001962"], ["updated_at", "2016-10-07 18:58:09.001962"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2709], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.002887"], ["updated_at", "2016-10-07 18:58:09.002887"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2710], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.003843"], ["updated_at", "2016-10-07 18:58:09.003843"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2711], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.005146"], ["updated_at", "2016-10-07 18:58:09.005146"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2712], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.006766"], ["updated_at", "2016-10-07 18:58:09.006766"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2713], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.008681"], ["updated_at", "2016-10-07 18:58:09.008681"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2714], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.009682"], ["updated_at", "2016-10-07 18:58:09.009682"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2715], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.011415"], ["updated_at", "2016-10-07 18:58:09.011415"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2716], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.013727"], ["updated_at", "2016-10-07 18:58:09.013727"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2717], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.015179"], ["updated_at", "2016-10-07 18:58:09.015179"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2718], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.016093"], ["updated_at", "2016-10-07 18:58:09.016093"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2719], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.016991"], ["updated_at", "2016-10-07 18:58:09.016991"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2720], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.017873"], ["updated_at", "2016-10-07 18:58:09.017873"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2721], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.018771"], ["updated_at", "2016-10-07 18:58:09.018771"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2722], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.019697"], ["updated_at", "2016-10-07 18:58:09.019697"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2723], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.020772"], ["updated_at", "2016-10-07 18:58:09.020772"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2724], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.022233"], ["updated_at", "2016-10-07 18:58:09.022233"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2725], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.024491"], ["updated_at", "2016-10-07 18:58:09.024491"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2726], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.025731"], ["updated_at", "2016-10-07 18:58:09.025731"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2727], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.026796"], ["updated_at", "2016-10-07 18:58:09.026796"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2728], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.028809"], ["updated_at", "2016-10-07 18:58:09.028809"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2729], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.031095"], ["updated_at", "2016-10-07 18:58:09.031095"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2730], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.032256"], ["updated_at", "2016-10-07 18:58:09.032256"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2731], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.033109"], ["updated_at", "2016-10-07 18:58:09.033109"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2732], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.033946"], ["updated_at", "2016-10-07 18:58:09.033946"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2733], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.034793"], ["updated_at", "2016-10-07 18:58:09.034793"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2734], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.035623"], ["updated_at", "2016-10-07 18:58:09.035623"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2735], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.036504"], ["updated_at", "2016-10-07 18:58:09.036504"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2736], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.037587"], ["updated_at", "2016-10-07 18:58:09.037587"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2737], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.038998"], ["updated_at", "2016-10-07 18:58:09.038998"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2738], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.041112"], ["updated_at", "2016-10-07 18:58:09.041112"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2739], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.042344"], ["updated_at", "2016-10-07 18:58:09.042344"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2740], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.043436"], ["updated_at", "2016-10-07 18:58:09.043436"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2741], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.045487"], ["updated_at", "2016-10-07 18:58:09.045487"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2742], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.047817"], ["updated_at", "2016-10-07 18:58:09.047817"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2743], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.048821"], ["updated_at", "2016-10-07 18:58:09.048821"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2744], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.049645"], ["updated_at", "2016-10-07 18:58:09.049645"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2745], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.050485"], ["updated_at", "2016-10-07 18:58:09.050485"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2746], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.051351"], ["updated_at", "2016-10-07 18:58:09.051351"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2747], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.052193"], ["updated_at", "2016-10-07 18:58:09.052193"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2748], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.053063"], ["updated_at", "2016-10-07 18:58:09.053063"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2749], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.054162"], ["updated_at", "2016-10-07 18:58:09.054162"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2750], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.055308"], ["updated_at", "2016-10-07 18:58:09.055308"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2751], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.056533"], ["updated_at", "2016-10-07 18:58:09.056533"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2752], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.058032"], ["updated_at", "2016-10-07 18:58:09.058032"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2753], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.059793"], ["updated_at", "2016-10-07 18:58:09.059793"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2754], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.061658"], ["updated_at", "2016-10-07 18:58:09.061658"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2755], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.063926"], ["updated_at", "2016-10-07 18:58:09.063926"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2756], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.065949"], ["updated_at", "2016-10-07 18:58:09.065949"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2757], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.067336"], ["updated_at", "2016-10-07 18:58:09.067336"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2758], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.068255"], ["updated_at", "2016-10-07 18:58:09.068255"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2759], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.069124"], ["updated_at", "2016-10-07 18:58:09.069124"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2760], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.070104"], ["updated_at", "2016-10-07 18:58:09.070104"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2761], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.071489"], ["updated_at", "2016-10-07 18:58:09.071489"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2762], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.072738"], ["updated_at", "2016-10-07 18:58:09.072738"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2763], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.075041"], ["updated_at", "2016-10-07 18:58:09.075041"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2764], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.076169"], ["updated_at", "2016-10-07 18:58:09.076169"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2765], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.077031"], ["updated_at", "2016-10-07 18:58:09.077031"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2766], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.077878"], ["updated_at", "2016-10-07 18:58:09.077878"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2767], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.079520"], ["updated_at", "2016-10-07 18:58:09.079520"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2768], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.082918"], ["updated_at", "2016-10-07 18:58:09.082918"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2769], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.084177"], ["updated_at", "2016-10-07 18:58:09.084177"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2770], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.085098"], ["updated_at", "2016-10-07 18:58:09.085098"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2771], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.086000"], ["updated_at", "2016-10-07 18:58:09.086000"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2772], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.087247"], ["updated_at", "2016-10-07 18:58:09.087247"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2773], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.088578"], ["updated_at", "2016-10-07 18:58:09.088578"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2774], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.089892"], ["updated_at", "2016-10-07 18:58:09.089892"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2775], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.092131"], ["updated_at", "2016-10-07 18:58:09.092131"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2776], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.093179"], ["updated_at", "2016-10-07 18:58:09.093179"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2777], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.094083"], ["updated_at", "2016-10-07 18:58:09.094083"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2778], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.095514"], ["updated_at", "2016-10-07 18:58:09.095514"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2779], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.097930"], ["updated_at", "2016-10-07 18:58:09.097930"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2780], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.099646"], ["updated_at", "2016-10-07 18:58:09.099646"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2781], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.100657"], ["updated_at", "2016-10-07 18:58:09.100657"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2782], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.101587"], ["updated_at", "2016-10-07 18:58:09.101587"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2783], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.102550"], ["updated_at", "2016-10-07 18:58:09.102550"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2784], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.103616"], ["updated_at", "2016-10-07 18:58:09.103616"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2785], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.105010"], ["updated_at", "2016-10-07 18:58:09.105010"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2786], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.106179"], ["updated_at", "2016-10-07 18:58:09.106179"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2787], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.108346"], ["updated_at", "2016-10-07 18:58:09.108346"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2788], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.109460"], ["updated_at", "2016-10-07 18:58:09.109460"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2789], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.110352"], ["updated_at", "2016-10-07 18:58:09.110352"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2790], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.111246"], ["updated_at", "2016-10-07 18:58:09.111246"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2791], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.112639"], ["updated_at", "2016-10-07 18:58:09.112639"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2792], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.114650"], ["updated_at", "2016-10-07 18:58:09.114650"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2793], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.116277"], ["updated_at", "2016-10-07 18:58:09.116277"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2794], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.117212"], ["updated_at", "2016-10-07 18:58:09.117212"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2795], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.118071"], ["updated_at", "2016-10-07 18:58:09.118071"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2796], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.118921"], ["updated_at", "2016-10-07 18:58:09.118921"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2797], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.119846"], ["updated_at", "2016-10-07 18:58:09.119846"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2798], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.121209"], ["updated_at", "2016-10-07 18:58:09.121209"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2799], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.122552"], ["updated_at", "2016-10-07 18:58:09.122552"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2800], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.123837"], ["updated_at", "2016-10-07 18:58:09.123837"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2801], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.126050"], ["updated_at", "2016-10-07 18:58:09.126050"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2802], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.127284"], ["updated_at", "2016-10-07 18:58:09.127284"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2803], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.128203"], ["updated_at", "2016-10-07 18:58:09.128203"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2804], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.130096"], ["updated_at", "2016-10-07 18:58:09.130096"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2805], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.132412"], ["updated_at", "2016-10-07 18:58:09.132412"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2806], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.133450"], ["updated_at", "2016-10-07 18:58:09.133450"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2807], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.134318"], ["updated_at", "2016-10-07 18:58:09.134318"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2808], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.135233"], ["updated_at", "2016-10-07 18:58:09.135233"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2809], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.136136"], ["updated_at", "2016-10-07 18:58:09.136136"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2810], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.137267"], ["updated_at", "2016-10-07 18:58:09.137267"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2811], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.138629"], ["updated_at", "2016-10-07 18:58:09.138629"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2812], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.139989"], ["updated_at", "2016-10-07 18:58:09.139989"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2813], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.142005"], ["updated_at", "2016-10-07 18:58:09.142005"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2814], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.143054"], ["updated_at", "2016-10-07 18:58:09.143054"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2815], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.143973"], ["updated_at", "2016-10-07 18:58:09.143973"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2816], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.144869"], ["updated_at", "2016-10-07 18:58:09.144869"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2817], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.146861"], ["updated_at", "2016-10-07 18:58:09.146861"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2818], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.148951"], ["updated_at", "2016-10-07 18:58:09.148951"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2819], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.149999"], ["updated_at", "2016-10-07 18:58:09.149999"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2820], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.150898"], ["updated_at", "2016-10-07 18:58:09.150898"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2821], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.151746"], ["updated_at", "2016-10-07 18:58:09.151746"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 17], ["message_id", 2822], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.152598"], ["updated_at", "2016-10-07 18:58:09.152598"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2823], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.153643"], ["updated_at", "2016-10-07 18:58:09.153643"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2824], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.155051"], ["updated_at", "2016-10-07 18:58:09.155051"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2825], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.156262"], ["updated_at", "2016-10-07 18:58:09.156262"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2826], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.158396"], ["updated_at", "2016-10-07 18:58:09.158396"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2827], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.159523"], ["updated_at", "2016-10-07 18:58:09.159523"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2828], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.160356"], ["updated_at", "2016-10-07 18:58:09.160356"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2829], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.161216"], ["updated_at", "2016-10-07 18:58:09.161216"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2830], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.163479"], ["updated_at", "2016-10-07 18:58:09.163479"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2831], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.165987"], ["updated_at", "2016-10-07 18:58:09.165987"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2832], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.167266"], ["updated_at", "2016-10-07 18:58:09.167266"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2833], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.168261"], ["updated_at", "2016-10-07 18:58:09.168261"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2834], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.169185"], ["updated_at", "2016-10-07 18:58:09.169185"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2835], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.170393"], ["updated_at", "2016-10-07 18:58:09.170393"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2836], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.171825"], ["updated_at", "2016-10-07 18:58:09.171825"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2837], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.173453"], ["updated_at", "2016-10-07 18:58:09.173453"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2838], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.175583"], ["updated_at", "2016-10-07 18:58:09.175583"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2839], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.176675"], ["updated_at", "2016-10-07 18:58:09.176675"]] SQL (0.5ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2840], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.177746"], ["updated_at", "2016-10-07 18:58:09.177746"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2841], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.180286"], ["updated_at", "2016-10-07 18:58:09.180286"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2842], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.182642"], ["updated_at", "2016-10-07 18:58:09.182642"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2843], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.183767"], ["updated_at", "2016-10-07 18:58:09.183767"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2844], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.184781"], ["updated_at", "2016-10-07 18:58:09.184781"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2845], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.185739"], ["updated_at", "2016-10-07 18:58:09.185739"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2846], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.186902"], ["updated_at", "2016-10-07 18:58:09.186902"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2847], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.188386"], ["updated_at", "2016-10-07 18:58:09.188386"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2848], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.189846"], ["updated_at", "2016-10-07 18:58:09.189846"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2849], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.192102"], ["updated_at", "2016-10-07 18:58:09.192102"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2850], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.193246"], ["updated_at", "2016-10-07 18:58:09.193246"]] SQL (0.5ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2851], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.194316"], ["updated_at", "2016-10-07 18:58:09.194316"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2852], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.197090"], ["updated_at", "2016-10-07 18:58:09.197090"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2853], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.199252"], ["updated_at", "2016-10-07 18:58:09.199252"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2854], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.200318"], ["updated_at", "2016-10-07 18:58:09.200318"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2855], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.201300"], ["updated_at", "2016-10-07 18:58:09.201300"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2856], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.202234"], ["updated_at", "2016-10-07 18:58:09.202234"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2857], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.203282"], ["updated_at", "2016-10-07 18:58:09.203282"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2858], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.204810"], ["updated_at", "2016-10-07 18:58:09.204810"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2859], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.206338"], ["updated_at", "2016-10-07 18:58:09.206338"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2860], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.207655"], ["updated_at", "2016-10-07 18:58:09.207655"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2861], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.208936"], ["updated_at", "2016-10-07 18:58:09.208936"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2862], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.211335"], ["updated_at", "2016-10-07 18:58:09.211335"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2863], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.212863"], ["updated_at", "2016-10-07 18:58:09.212863"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2864], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.215844"], ["updated_at", "2016-10-07 18:58:09.215844"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2865], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.217481"], ["updated_at", "2016-10-07 18:58:09.217481"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2866], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.218648"], ["updated_at", "2016-10-07 18:58:09.218648"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2867], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.219668"], ["updated_at", "2016-10-07 18:58:09.219668"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2868], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.221212"], ["updated_at", "2016-10-07 18:58:09.221212"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2869], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.222600"], ["updated_at", "2016-10-07 18:58:09.222600"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2870], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.225117"], ["updated_at", "2016-10-07 18:58:09.225117"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2871], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.226303"], ["updated_at", "2016-10-07 18:58:09.226303"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2872], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.227407"], ["updated_at", "2016-10-07 18:58:09.227407"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2873], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.228454"], ["updated_at", "2016-10-07 18:58:09.228454"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2874], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.229632"], ["updated_at", "2016-10-07 18:58:09.229632"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2875], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.232168"], ["updated_at", "2016-10-07 18:58:09.232168"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2876], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.234158"], ["updated_at", "2016-10-07 18:58:09.234158"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2877], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.235288"], ["updated_at", "2016-10-07 18:58:09.235288"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2878], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.236345"], ["updated_at", "2016-10-07 18:58:09.236345"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2879], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.237894"], ["updated_at", "2016-10-07 18:58:09.237894"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2880], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.239327"], ["updated_at", "2016-10-07 18:58:09.239327"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2881], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.241775"], ["updated_at", "2016-10-07 18:58:09.241775"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2882], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.242956"], ["updated_at", "2016-10-07 18:58:09.242956"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2883], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.244041"], ["updated_at", "2016-10-07 18:58:09.244041"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2884], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.245173"], ["updated_at", "2016-10-07 18:58:09.245173"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2885], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.256161"], ["updated_at", "2016-10-07 18:58:09.256161"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2886], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.258749"], ["updated_at", "2016-10-07 18:58:09.258749"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2887], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.259879"], ["updated_at", "2016-10-07 18:58:09.259879"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2888], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.260847"], ["updated_at", "2016-10-07 18:58:09.260847"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2889], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.261872"], ["updated_at", "2016-10-07 18:58:09.261872"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2890], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.264520"], ["updated_at", "2016-10-07 18:58:09.264520"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2891], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.266778"], ["updated_at", "2016-10-07 18:58:09.266778"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2892], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.267893"], ["updated_at", "2016-10-07 18:58:09.267893"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2893], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.268822"], ["updated_at", "2016-10-07 18:58:09.268822"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2894], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.269831"], ["updated_at", "2016-10-07 18:58:09.269831"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2895], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.271383"], ["updated_at", "2016-10-07 18:58:09.271383"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2896], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.272664"], ["updated_at", "2016-10-07 18:58:09.272664"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2897], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.275113"], ["updated_at", "2016-10-07 18:58:09.275113"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2898], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.276241"], ["updated_at", "2016-10-07 18:58:09.276241"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2899], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.277238"], ["updated_at", "2016-10-07 18:58:09.277238"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2900], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.278187"], ["updated_at", "2016-10-07 18:58:09.278187"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2901], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.279499"], ["updated_at", "2016-10-07 18:58:09.279499"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2902], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.282948"], ["updated_at", "2016-10-07 18:58:09.282948"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2903], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.284147"], ["updated_at", "2016-10-07 18:58:09.284147"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2904], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.285436"], ["updated_at", "2016-10-07 18:58:09.285436"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2905], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.286604"], ["updated_at", "2016-10-07 18:58:09.286604"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2906], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.288253"], ["updated_at", "2016-10-07 18:58:09.288253"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2907], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.289542"], ["updated_at", "2016-10-07 18:58:09.289542"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2908], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.291540"], ["updated_at", "2016-10-07 18:58:09.291540"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2909], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.293203"], ["updated_at", "2016-10-07 18:58:09.293203"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2910], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.294286"], ["updated_at", "2016-10-07 18:58:09.294286"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2911], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.295370"], ["updated_at", "2016-10-07 18:58:09.295370"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2912], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.297346"], ["updated_at", "2016-10-07 18:58:09.297346"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2913], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.299917"], ["updated_at", "2016-10-07 18:58:09.299917"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2914], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.301015"], ["updated_at", "2016-10-07 18:58:09.301015"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2915], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.302029"], ["updated_at", "2016-10-07 18:58:09.302029"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2916], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.303102"], ["updated_at", "2016-10-07 18:58:09.303102"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2917], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.304626"], ["updated_at", "2016-10-07 18:58:09.304626"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2918], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.305911"], ["updated_at", "2016-10-07 18:58:09.305911"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2919], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.308316"], ["updated_at", "2016-10-07 18:58:09.308316"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2920], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.309458"], ["updated_at", "2016-10-07 18:58:09.309458"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2921], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.310452"], ["updated_at", "2016-10-07 18:58:09.310452"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2922], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.311419"], ["updated_at", "2016-10-07 18:58:09.311419"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2923], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.312611"], ["updated_at", "2016-10-07 18:58:09.312611"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2924], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.315070"], ["updated_at", "2016-10-07 18:58:09.315070"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2925], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.317037"], ["updated_at", "2016-10-07 18:58:09.317037"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2926], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.318107"], ["updated_at", "2016-10-07 18:58:09.318107"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2927], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.319095"], ["updated_at", "2016-10-07 18:58:09.319095"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2928], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.320281"], ["updated_at", "2016-10-07 18:58:09.320281"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2929], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.321767"], ["updated_at", "2016-10-07 18:58:09.321767"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2930], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.323802"], ["updated_at", "2016-10-07 18:58:09.323802"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2931], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.325502"], ["updated_at", "2016-10-07 18:58:09.325502"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2932], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.326544"], ["updated_at", "2016-10-07 18:58:09.326544"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2933], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.327496"], ["updated_at", "2016-10-07 18:58:09.327496"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2934], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.328489"], ["updated_at", "2016-10-07 18:58:09.328489"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2935], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.330526"], ["updated_at", "2016-10-07 18:58:09.330526"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2936], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.333036"], ["updated_at", "2016-10-07 18:58:09.333036"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2937], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.334188"], ["updated_at", "2016-10-07 18:58:09.334188"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2938], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.335250"], ["updated_at", "2016-10-07 18:58:09.335250"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2939], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.336243"], ["updated_at", "2016-10-07 18:58:09.336243"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2940], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.337451"], ["updated_at", "2016-10-07 18:58:09.337451"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2941], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.339029"], ["updated_at", "2016-10-07 18:58:09.339029"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2942], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.341452"], ["updated_at", "2016-10-07 18:58:09.341452"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2943], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.342631"], ["updated_at", "2016-10-07 18:58:09.342631"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2944], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.343665"], ["updated_at", "2016-10-07 18:58:09.343665"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2945], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.344694"], ["updated_at", "2016-10-07 18:58:09.344694"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2946], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.347091"], ["updated_at", "2016-10-07 18:58:09.347091"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2947], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.349480"], ["updated_at", "2016-10-07 18:58:09.349480"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2948], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.350722"], ["updated_at", "2016-10-07 18:58:09.350722"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2949], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.351732"], ["updated_at", "2016-10-07 18:58:09.351732"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2950], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.352699"], ["updated_at", "2016-10-07 18:58:09.352699"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2951], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.353817"], ["updated_at", "2016-10-07 18:58:09.353817"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2952], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.355390"], ["updated_at", "2016-10-07 18:58:09.355390"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2953], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.357990"], ["updated_at", "2016-10-07 18:58:09.357990"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2954], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.359181"], ["updated_at", "2016-10-07 18:58:09.359181"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2955], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.360222"], ["updated_at", "2016-10-07 18:58:09.360222"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2956], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.361249"], ["updated_at", "2016-10-07 18:58:09.361249"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2957], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.363298"], ["updated_at", "2016-10-07 18:58:09.363298"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2958], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.365902"], ["updated_at", "2016-10-07 18:58:09.365902"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2959], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.367140"], ["updated_at", "2016-10-07 18:58:09.367140"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2960], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.368151"], ["updated_at", "2016-10-07 18:58:09.368151"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2961], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.369089"], ["updated_at", "2016-10-07 18:58:09.369089"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2962], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.370161"], ["updated_at", "2016-10-07 18:58:09.370161"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2963], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.371664"], ["updated_at", "2016-10-07 18:58:09.371664"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2964], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.374094"], ["updated_at", "2016-10-07 18:58:09.374094"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2965], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.375451"], ["updated_at", "2016-10-07 18:58:09.375451"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2966], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.376518"], ["updated_at", "2016-10-07 18:58:09.376518"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2967], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.377502"], ["updated_at", "2016-10-07 18:58:09.377502"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2968], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.378870"], ["updated_at", "2016-10-07 18:58:09.378870"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2969], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.382260"], ["updated_at", "2016-10-07 18:58:09.382260"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2970], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.385124"], ["updated_at", "2016-10-07 18:58:09.385124"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2971], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.386443"], ["updated_at", "2016-10-07 18:58:09.386443"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2972], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.387849"], ["updated_at", "2016-10-07 18:58:09.387849"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2973], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.389689"], ["updated_at", "2016-10-07 18:58:09.389689"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2974], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.391923"], ["updated_at", "2016-10-07 18:58:09.391923"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2975], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.393028"], ["updated_at", "2016-10-07 18:58:09.393028"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2976], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.393978"], ["updated_at", "2016-10-07 18:58:09.393978"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2977], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.395014"], ["updated_at", "2016-10-07 18:58:09.395014"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2978], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.397251"], ["updated_at", "2016-10-07 18:58:09.397251"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2979], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.399702"], ["updated_at", "2016-10-07 18:58:09.399702"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2980], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.400842"], ["updated_at", "2016-10-07 18:58:09.400842"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2981], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.401825"], ["updated_at", "2016-10-07 18:58:09.401825"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2982], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.402810"], ["updated_at", "2016-10-07 18:58:09.402810"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2983], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.403984"], ["updated_at", "2016-10-07 18:58:09.403984"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2984], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.405589"], ["updated_at", "2016-10-07 18:58:09.405589"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2985], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.408274"], ["updated_at", "2016-10-07 18:58:09.408274"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2986], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.409414"], ["updated_at", "2016-10-07 18:58:09.409414"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2987], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.410447"], ["updated_at", "2016-10-07 18:58:09.410447"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 18], ["message_id", 2988], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.411544"], ["updated_at", "2016-10-07 18:58:09.411544"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 2989], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.413552"], ["updated_at", "2016-10-07 18:58:09.413552"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 2990], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.416161"], ["updated_at", "2016-10-07 18:58:09.416161"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 2991], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.417245"], ["updated_at", "2016-10-07 18:58:09.417245"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 2992], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.418204"], ["updated_at", "2016-10-07 18:58:09.418204"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 2993], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.419245"], ["updated_at", "2016-10-07 18:58:09.419245"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 2994], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.420301"], ["updated_at", "2016-10-07 18:58:09.420301"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 2995], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.421453"], ["updated_at", "2016-10-07 18:58:09.421453"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 2996], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.423353"], ["updated_at", "2016-10-07 18:58:09.423353"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 2997], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.425213"], ["updated_at", "2016-10-07 18:58:09.425213"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 2998], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.426287"], ["updated_at", "2016-10-07 18:58:09.426287"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 2999], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.427232"], ["updated_at", "2016-10-07 18:58:09.427232"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3000], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.428165"], ["updated_at", "2016-10-07 18:58:09.428165"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3001], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.429409"], ["updated_at", "2016-10-07 18:58:09.429409"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3002], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.432111"], ["updated_at", "2016-10-07 18:58:09.432111"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3003], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.433831"], ["updated_at", "2016-10-07 18:58:09.433831"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3004], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.434828"], ["updated_at", "2016-10-07 18:58:09.434828"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3005], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.435850"], ["updated_at", "2016-10-07 18:58:09.435850"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3006], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.436923"], ["updated_at", "2016-10-07 18:58:09.436923"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3007], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.438037"], ["updated_at", "2016-10-07 18:58:09.438037"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3008], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.439238"], ["updated_at", "2016-10-07 18:58:09.439238"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3009], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.441126"], ["updated_at", "2016-10-07 18:58:09.441126"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3010], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.443086"], ["updated_at", "2016-10-07 18:58:09.443086"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3011], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.444177"], ["updated_at", "2016-10-07 18:58:09.444177"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3012], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.445290"], ["updated_at", "2016-10-07 18:58:09.445290"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3013], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.447399"], ["updated_at", "2016-10-07 18:58:09.447399"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3014], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.449865"], ["updated_at", "2016-10-07 18:58:09.449865"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3015], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.451122"], ["updated_at", "2016-10-07 18:58:09.451122"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3016], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.452094"], ["updated_at", "2016-10-07 18:58:09.452094"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3017], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.453164"], ["updated_at", "2016-10-07 18:58:09.453164"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3018], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.454285"], ["updated_at", "2016-10-07 18:58:09.454285"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3019], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.455527"], ["updated_at", "2016-10-07 18:58:09.455527"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3020], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.457853"], ["updated_at", "2016-10-07 18:58:09.457853"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3021], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.459016"], ["updated_at", "2016-10-07 18:58:09.459016"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3022], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.460065"], ["updated_at", "2016-10-07 18:58:09.460065"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3023], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.461043"], ["updated_at", "2016-10-07 18:58:09.461043"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3024], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.462078"], ["updated_at", "2016-10-07 18:58:09.462078"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3025], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.464188"], ["updated_at", "2016-10-07 18:58:09.464188"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3026], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.466518"], ["updated_at", "2016-10-07 18:58:09.466518"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3027], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.467649"], ["updated_at", "2016-10-07 18:58:09.467649"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3028], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.468627"], ["updated_at", "2016-10-07 18:58:09.468627"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3029], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.469655"], ["updated_at", "2016-10-07 18:58:09.469655"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3030], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.470802"], ["updated_at", "2016-10-07 18:58:09.470802"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3031], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.472006"], ["updated_at", "2016-10-07 18:58:09.472006"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3032], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.474262"], ["updated_at", "2016-10-07 18:58:09.474262"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3033], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.475530"], ["updated_at", "2016-10-07 18:58:09.475530"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3034], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.476555"], ["updated_at", "2016-10-07 18:58:09.476555"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3035], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.477483"], ["updated_at", "2016-10-07 18:58:09.477483"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3036], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.478686"], ["updated_at", "2016-10-07 18:58:09.478686"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3037], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.482083"], ["updated_at", "2016-10-07 18:58:09.482083"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3038], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.483595"], ["updated_at", "2016-10-07 18:58:09.483595"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3039], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.484676"], ["updated_at", "2016-10-07 18:58:09.484676"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3040], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.485707"], ["updated_at", "2016-10-07 18:58:09.485707"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3041], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.487071"], ["updated_at", "2016-10-07 18:58:09.487071"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3042], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.488208"], ["updated_at", "2016-10-07 18:58:09.488208"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3043], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.489312"], ["updated_at", "2016-10-07 18:58:09.489312"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3044], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.490472"], ["updated_at", "2016-10-07 18:58:09.490472"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3045], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.491978"], ["updated_at", "2016-10-07 18:58:09.491978"]] SQL (0.5ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3046], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.494200"], ["updated_at", "2016-10-07 18:58:09.494200"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3047], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.496876"], ["updated_at", "2016-10-07 18:58:09.496876"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3048], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.499241"], ["updated_at", "2016-10-07 18:58:09.499241"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3049], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.500423"], ["updated_at", "2016-10-07 18:58:09.500423"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3050], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.501433"], ["updated_at", "2016-10-07 18:58:09.501433"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3051], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.502521"], ["updated_at", "2016-10-07 18:58:09.502521"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3052], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.503613"], ["updated_at", "2016-10-07 18:58:09.503613"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3053], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.504747"], ["updated_at", "2016-10-07 18:58:09.504747"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3054], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.506173"], ["updated_at", "2016-10-07 18:58:09.506173"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3055], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.508297"], ["updated_at", "2016-10-07 18:58:09.508297"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3056], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.509381"], ["updated_at", "2016-10-07 18:58:09.509381"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3057], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.510380"], ["updated_at", "2016-10-07 18:58:09.510380"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3058], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.512670"], ["updated_at", "2016-10-07 18:58:09.512670"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3059], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.515172"], ["updated_at", "2016-10-07 18:58:09.515172"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3060], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.516299"], ["updated_at", "2016-10-07 18:58:09.516299"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3061], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.517276"], ["updated_at", "2016-10-07 18:58:09.517276"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3062], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.518184"], ["updated_at", "2016-10-07 18:58:09.518184"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3063], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.519196"], ["updated_at", "2016-10-07 18:58:09.519196"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3064], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.520264"], ["updated_at", "2016-10-07 18:58:09.520264"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3065], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.521475"], ["updated_at", "2016-10-07 18:58:09.521475"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3066], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.523667"], ["updated_at", "2016-10-07 18:58:09.523667"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3067], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.525075"], ["updated_at", "2016-10-07 18:58:09.525075"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3068], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.526143"], ["updated_at", "2016-10-07 18:58:09.526143"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3069], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.527213"], ["updated_at", "2016-10-07 18:58:09.527213"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3070], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.529687"], ["updated_at", "2016-10-07 18:58:09.529687"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3071], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.532058"], ["updated_at", "2016-10-07 18:58:09.532058"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3072], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.533133"], ["updated_at", "2016-10-07 18:58:09.533133"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3073], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.534074"], ["updated_at", "2016-10-07 18:58:09.534074"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3074], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.535028"], ["updated_at", "2016-10-07 18:58:09.535028"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3075], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.535975"], ["updated_at", "2016-10-07 18:58:09.535975"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3076], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.537063"], ["updated_at", "2016-10-07 18:58:09.537063"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3077], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.538323"], ["updated_at", "2016-10-07 18:58:09.538323"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3078], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.540248"], ["updated_at", "2016-10-07 18:58:09.540248"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3079], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.541835"], ["updated_at", "2016-10-07 18:58:09.541835"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3080], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.542927"], ["updated_at", "2016-10-07 18:58:09.542927"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3081], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.543968"], ["updated_at", "2016-10-07 18:58:09.543968"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3082], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.546117"], ["updated_at", "2016-10-07 18:58:09.546117"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3083], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.548557"], ["updated_at", "2016-10-07 18:58:09.548557"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3084], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.549804"], ["updated_at", "2016-10-07 18:58:09.549804"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3085], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.550839"], ["updated_at", "2016-10-07 18:58:09.550839"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3086], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.551740"], ["updated_at", "2016-10-07 18:58:09.551740"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3087], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.552726"], ["updated_at", "2016-10-07 18:58:09.552726"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3088], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.553849"], ["updated_at", "2016-10-07 18:58:09.553849"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3089], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.555080"], ["updated_at", "2016-10-07 18:58:09.555080"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3090], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.557328"], ["updated_at", "2016-10-07 18:58:09.557328"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3091], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.558600"], ["updated_at", "2016-10-07 18:58:09.558600"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3092], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.559652"], ["updated_at", "2016-10-07 18:58:09.559652"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3093], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.560635"], ["updated_at", "2016-10-07 18:58:09.560635"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3094], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.562883"], ["updated_at", "2016-10-07 18:58:09.562883"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3095], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.565281"], ["updated_at", "2016-10-07 18:58:09.565281"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3096], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.566455"], ["updated_at", "2016-10-07 18:58:09.566455"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3097], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.567443"], ["updated_at", "2016-10-07 18:58:09.567443"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3098], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.568536"], ["updated_at", "2016-10-07 18:58:09.568536"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3099], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.569858"], ["updated_at", "2016-10-07 18:58:09.569858"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3100], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.571150"], ["updated_at", "2016-10-07 18:58:09.571150"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3101], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.572710"], ["updated_at", "2016-10-07 18:58:09.572710"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3102], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.574758"], ["updated_at", "2016-10-07 18:58:09.574758"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3103], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.575876"], ["updated_at", "2016-10-07 18:58:09.575876"]] SQL (0.5ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3104], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.576946"], ["updated_at", "2016-10-07 18:58:09.576946"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3105], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.579716"], ["updated_at", "2016-10-07 18:58:09.579716"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3106], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.581730"], ["updated_at", "2016-10-07 18:58:09.581730"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3107], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.582806"], ["updated_at", "2016-10-07 18:58:09.582806"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3108], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.583797"], ["updated_at", "2016-10-07 18:58:09.583797"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3109], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.584731"], ["updated_at", "2016-10-07 18:58:09.584731"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3110], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.585680"], ["updated_at", "2016-10-07 18:58:09.585680"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3111], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.586742"], ["updated_at", "2016-10-07 18:58:09.586742"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3112], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.587843"], ["updated_at", "2016-10-07 18:58:09.587843"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3113], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.589057"], ["updated_at", "2016-10-07 18:58:09.589057"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3114], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.591452"], ["updated_at", "2016-10-07 18:58:09.591452"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3115], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.593296"], ["updated_at", "2016-10-07 18:58:09.593296"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3116], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.595974"], ["updated_at", "2016-10-07 18:58:09.595974"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3117], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.598166"], ["updated_at", "2016-10-07 18:58:09.598166"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3118], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.599308"], ["updated_at", "2016-10-07 18:58:09.599308"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3119], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.600329"], ["updated_at", "2016-10-07 18:58:09.600329"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3120], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.601342"], ["updated_at", "2016-10-07 18:58:09.601342"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3121], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.602423"], ["updated_at", "2016-10-07 18:58:09.602423"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3122], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.603633"], ["updated_at", "2016-10-07 18:58:09.603633"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3123], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.604861"], ["updated_at", "2016-10-07 18:58:09.604861"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3124], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.606435"], ["updated_at", "2016-10-07 18:58:09.606435"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3125], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.609042"], ["updated_at", "2016-10-07 18:58:09.609042"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3126], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.610345"], ["updated_at", "2016-10-07 18:58:09.610345"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3127], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.612842"], ["updated_at", "2016-10-07 18:58:09.612842"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3128], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.615001"], ["updated_at", "2016-10-07 18:58:09.615001"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3129], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.616049"], ["updated_at", "2016-10-07 18:58:09.616049"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3130], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.616922"], ["updated_at", "2016-10-07 18:58:09.616922"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3131], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.617726"], ["updated_at", "2016-10-07 18:58:09.617726"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3132], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.618590"], ["updated_at", "2016-10-07 18:58:09.618590"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3133], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.619568"], ["updated_at", "2016-10-07 18:58:09.619568"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3134], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.620736"], ["updated_at", "2016-10-07 18:58:09.620736"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3135], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.622067"], ["updated_at", "2016-10-07 18:58:09.622067"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3136], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.624336"], ["updated_at", "2016-10-07 18:58:09.624336"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3137], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.625381"], ["updated_at", "2016-10-07 18:58:09.625381"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3138], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.626307"], ["updated_at", "2016-10-07 18:58:09.626307"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3139], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.627644"], ["updated_at", "2016-10-07 18:58:09.627644"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3140], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.630053"], ["updated_at", "2016-10-07 18:58:09.630053"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3141], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.631891"], ["updated_at", "2016-10-07 18:58:09.631891"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3142], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.632820"], ["updated_at", "2016-10-07 18:58:09.632820"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3143], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.633720"], ["updated_at", "2016-10-07 18:58:09.633720"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3144], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.634625"], ["updated_at", "2016-10-07 18:58:09.634625"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3145], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.635565"], ["updated_at", "2016-10-07 18:58:09.635565"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3146], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.636494"], ["updated_at", "2016-10-07 18:58:09.636494"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3147], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.637612"], ["updated_at", "2016-10-07 18:58:09.637612"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3148], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.638956"], ["updated_at", "2016-10-07 18:58:09.638956"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3149], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.641194"], ["updated_at", "2016-10-07 18:58:09.641194"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3150], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.642214"], ["updated_at", "2016-10-07 18:58:09.642214"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3151], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.643106"], ["updated_at", "2016-10-07 18:58:09.643106"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3152], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.644317"], ["updated_at", "2016-10-07 18:58:09.644317"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3153], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.646718"], ["updated_at", "2016-10-07 18:58:09.646718"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 19], ["message_id", 3154], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.648554"], ["updated_at", "2016-10-07 18:58:09.648554"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3155], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.649519"], ["updated_at", "2016-10-07 18:58:09.649519"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3156], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.650351"], ["updated_at", "2016-10-07 18:58:09.650351"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3157], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.651215"], ["updated_at", "2016-10-07 18:58:09.651215"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3158], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.652074"], ["updated_at", "2016-10-07 18:58:09.652074"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3159], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.653032"], ["updated_at", "2016-10-07 18:58:09.653032"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3160], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.654205"], ["updated_at", "2016-10-07 18:58:09.654205"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3161], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.655719"], ["updated_at", "2016-10-07 18:58:09.655719"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3162], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.657852"], ["updated_at", "2016-10-07 18:58:09.657852"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3163], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.658869"], ["updated_at", "2016-10-07 18:58:09.658869"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3164], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.659761"], ["updated_at", "2016-10-07 18:58:09.659761"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3165], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.661003"], ["updated_at", "2016-10-07 18:58:09.661003"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3166], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.663501"], ["updated_at", "2016-10-07 18:58:09.663501"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3167], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.665239"], ["updated_at", "2016-10-07 18:58:09.665239"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3168], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.666099"], ["updated_at", "2016-10-07 18:58:09.666099"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3169], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.666955"], ["updated_at", "2016-10-07 18:58:09.666955"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3170], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.667772"], ["updated_at", "2016-10-07 18:58:09.667772"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3171], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.668571"], ["updated_at", "2016-10-07 18:58:09.668571"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3172], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.669572"], ["updated_at", "2016-10-07 18:58:09.669572"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3173], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.670723"], ["updated_at", "2016-10-07 18:58:09.670723"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3174], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.672136"], ["updated_at", "2016-10-07 18:58:09.672136"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3175], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.673546"], ["updated_at", "2016-10-07 18:58:09.673546"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3176], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.675834"], ["updated_at", "2016-10-07 18:58:09.675834"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3177], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.676830"], ["updated_at", "2016-10-07 18:58:09.676830"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3178], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.678177"], ["updated_at", "2016-10-07 18:58:09.678177"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3179], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.680756"], ["updated_at", "2016-10-07 18:58:09.680756"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3180], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.682554"], ["updated_at", "2016-10-07 18:58:09.682554"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3181], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.683477"], ["updated_at", "2016-10-07 18:58:09.683477"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3182], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.684322"], ["updated_at", "2016-10-07 18:58:09.684322"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3183], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.685138"], ["updated_at", "2016-10-07 18:58:09.685138"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3184], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.686110"], ["updated_at", "2016-10-07 18:58:09.686110"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3185], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.687215"], ["updated_at", "2016-10-07 18:58:09.687215"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3186], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.688400"], ["updated_at", "2016-10-07 18:58:09.688400"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3187], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.689314"], ["updated_at", "2016-10-07 18:58:09.689314"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3188], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.690203"], ["updated_at", "2016-10-07 18:58:09.690203"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3189], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.691106"], ["updated_at", "2016-10-07 18:58:09.691106"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3190], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.691986"], ["updated_at", "2016-10-07 18:58:09.691986"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3191], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.692902"], ["updated_at", "2016-10-07 18:58:09.692902"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3192], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.693785"], ["updated_at", "2016-10-07 18:58:09.693785"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3193], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.694681"], ["updated_at", "2016-10-07 18:58:09.694681"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3194], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.695590"], ["updated_at", "2016-10-07 18:58:09.695590"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3195], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.696471"], ["updated_at", "2016-10-07 18:58:09.696471"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3196], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.697351"], ["updated_at", "2016-10-07 18:58:09.697351"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3197], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.698235"], ["updated_at", "2016-10-07 18:58:09.698235"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3198], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.699136"], ["updated_at", "2016-10-07 18:58:09.699136"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3199], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.700024"], ["updated_at", "2016-10-07 18:58:09.700024"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3200], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.700909"], ["updated_at", "2016-10-07 18:58:09.700909"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3201], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.701807"], ["updated_at", "2016-10-07 18:58:09.701807"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3202], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.702697"], ["updated_at", "2016-10-07 18:58:09.702697"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3203], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.703763"], ["updated_at", "2016-10-07 18:58:09.703763"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3204], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.704753"], ["updated_at", "2016-10-07 18:58:09.704753"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3205], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.705657"], ["updated_at", "2016-10-07 18:58:09.705657"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3206], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.706552"], ["updated_at", "2016-10-07 18:58:09.706552"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3207], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.707445"], ["updated_at", "2016-10-07 18:58:09.707445"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3208], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.708332"], ["updated_at", "2016-10-07 18:58:09.708332"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3209], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.709230"], ["updated_at", "2016-10-07 18:58:09.709230"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3210], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.710101"], ["updated_at", "2016-10-07 18:58:09.710101"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3211], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.711015"], ["updated_at", "2016-10-07 18:58:09.711015"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3212], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.711933"], ["updated_at", "2016-10-07 18:58:09.711933"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3213], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.712850"], ["updated_at", "2016-10-07 18:58:09.712850"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3214], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.713738"], ["updated_at", "2016-10-07 18:58:09.713738"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3215], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.714656"], ["updated_at", "2016-10-07 18:58:09.714656"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3216], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.715563"], ["updated_at", "2016-10-07 18:58:09.715563"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3217], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.716452"], ["updated_at", "2016-10-07 18:58:09.716452"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3218], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.717343"], ["updated_at", "2016-10-07 18:58:09.717343"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3219], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.718253"], ["updated_at", "2016-10-07 18:58:09.718253"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3220], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.719187"], ["updated_at", "2016-10-07 18:58:09.719187"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3221], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.720195"], ["updated_at", "2016-10-07 18:58:09.720195"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3222], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.721102"], ["updated_at", "2016-10-07 18:58:09.721102"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3223], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.721932"], ["updated_at", "2016-10-07 18:58:09.721932"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3224], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.722773"], ["updated_at", "2016-10-07 18:58:09.722773"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3225], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.723599"], ["updated_at", "2016-10-07 18:58:09.723599"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3226], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.724434"], ["updated_at", "2016-10-07 18:58:09.724434"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3227], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.725270"], ["updated_at", "2016-10-07 18:58:09.725270"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3228], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.726076"], ["updated_at", "2016-10-07 18:58:09.726076"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3229], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.726905"], ["updated_at", "2016-10-07 18:58:09.726905"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3230], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.727724"], ["updated_at", "2016-10-07 18:58:09.727724"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3231], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.728566"], ["updated_at", "2016-10-07 18:58:09.728566"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3232], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.729419"], ["updated_at", "2016-10-07 18:58:09.729419"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3233], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.730245"], ["updated_at", "2016-10-07 18:58:09.730245"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3234], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.731089"], ["updated_at", "2016-10-07 18:58:09.731089"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3235], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.731917"], ["updated_at", "2016-10-07 18:58:09.731917"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3236], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.732740"], ["updated_at", "2016-10-07 18:58:09.732740"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3237], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.733584"], ["updated_at", "2016-10-07 18:58:09.733584"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3238], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.734418"], ["updated_at", "2016-10-07 18:58:09.734418"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3239], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.735252"], ["updated_at", "2016-10-07 18:58:09.735252"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3240], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.736122"], ["updated_at", "2016-10-07 18:58:09.736122"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3241], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.737150"], ["updated_at", "2016-10-07 18:58:09.737150"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3242], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.738046"], ["updated_at", "2016-10-07 18:58:09.738046"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3243], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.738880"], ["updated_at", "2016-10-07 18:58:09.738880"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3244], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.739730"], ["updated_at", "2016-10-07 18:58:09.739730"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3245], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.740587"], ["updated_at", "2016-10-07 18:58:09.740587"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3246], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.741442"], ["updated_at", "2016-10-07 18:58:09.741442"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3247], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.742296"], ["updated_at", "2016-10-07 18:58:09.742296"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3248], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.743151"], ["updated_at", "2016-10-07 18:58:09.743151"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3249], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.743979"], ["updated_at", "2016-10-07 18:58:09.743979"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3250], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.744822"], ["updated_at", "2016-10-07 18:58:09.744822"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3251], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.745661"], ["updated_at", "2016-10-07 18:58:09.745661"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3252], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.746484"], ["updated_at", "2016-10-07 18:58:09.746484"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3253], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.747355"], ["updated_at", "2016-10-07 18:58:09.747355"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3254], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.748171"], ["updated_at", "2016-10-07 18:58:09.748171"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3255], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.748995"], ["updated_at", "2016-10-07 18:58:09.748995"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3256], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.749832"], ["updated_at", "2016-10-07 18:58:09.749832"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3257], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.750698"], ["updated_at", "2016-10-07 18:58:09.750698"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3258], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.751528"], ["updated_at", "2016-10-07 18:58:09.751528"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3259], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.752373"], ["updated_at", "2016-10-07 18:58:09.752373"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3260], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.753348"], ["updated_at", "2016-10-07 18:58:09.753348"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3261], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.754317"], ["updated_at", "2016-10-07 18:58:09.754317"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3262], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.755194"], ["updated_at", "2016-10-07 18:58:09.755194"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3263], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.756037"], ["updated_at", "2016-10-07 18:58:09.756037"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3264], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.756862"], ["updated_at", "2016-10-07 18:58:09.756862"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3265], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.757717"], ["updated_at", "2016-10-07 18:58:09.757717"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3266], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.758571"], ["updated_at", "2016-10-07 18:58:09.758571"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3267], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.759404"], ["updated_at", "2016-10-07 18:58:09.759404"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3268], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.760231"], ["updated_at", "2016-10-07 18:58:09.760231"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3269], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.761065"], ["updated_at", "2016-10-07 18:58:09.761065"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3270], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.761908"], ["updated_at", "2016-10-07 18:58:09.761908"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3271], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.762742"], ["updated_at", "2016-10-07 18:58:09.762742"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3272], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.763567"], ["updated_at", "2016-10-07 18:58:09.763567"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3273], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.764388"], ["updated_at", "2016-10-07 18:58:09.764388"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3274], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.765212"], ["updated_at", "2016-10-07 18:58:09.765212"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3275], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.766034"], ["updated_at", "2016-10-07 18:58:09.766034"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3276], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.766933"], ["updated_at", "2016-10-07 18:58:09.766933"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3277], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.767769"], ["updated_at", "2016-10-07 18:58:09.767769"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3278], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.768632"], ["updated_at", "2016-10-07 18:58:09.768632"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3279], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.769545"], ["updated_at", "2016-10-07 18:58:09.769545"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3280], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.770663"], ["updated_at", "2016-10-07 18:58:09.770663"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3281], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.771764"], ["updated_at", "2016-10-07 18:58:09.771764"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3282], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.772852"], ["updated_at", "2016-10-07 18:58:09.772852"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3283], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.774260"], ["updated_at", "2016-10-07 18:58:09.774260"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3284], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.776789"], ["updated_at", "2016-10-07 18:58:09.776789"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3285], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.778659"], ["updated_at", "2016-10-07 18:58:09.778659"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3286], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.780824"], ["updated_at", "2016-10-07 18:58:09.780824"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3287], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.782477"], ["updated_at", "2016-10-07 18:58:09.782477"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3288], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.783422"], ["updated_at", "2016-10-07 18:58:09.783422"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3289], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.784265"], ["updated_at", "2016-10-07 18:58:09.784265"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3290], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.785102"], ["updated_at", "2016-10-07 18:58:09.785102"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3291], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.786139"], ["updated_at", "2016-10-07 18:58:09.786139"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3292], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.787442"], ["updated_at", "2016-10-07 18:58:09.787442"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3293], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.788396"], ["updated_at", "2016-10-07 18:58:09.788396"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3294], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.789305"], ["updated_at", "2016-10-07 18:58:09.789305"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3295], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.790193"], ["updated_at", "2016-10-07 18:58:09.790193"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3296], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.791102"], ["updated_at", "2016-10-07 18:58:09.791102"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3297], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.791943"], ["updated_at", "2016-10-07 18:58:09.791943"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3298], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.792778"], ["updated_at", "2016-10-07 18:58:09.792778"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3299], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.793631"], ["updated_at", "2016-10-07 18:58:09.793631"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3300], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.794491"], ["updated_at", "2016-10-07 18:58:09.794491"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3301], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.795404"], ["updated_at", "2016-10-07 18:58:09.795404"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3302], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.796279"], ["updated_at", "2016-10-07 18:58:09.796279"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3303], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.797148"], ["updated_at", "2016-10-07 18:58:09.797148"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3304], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.797992"], ["updated_at", "2016-10-07 18:58:09.797992"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3305], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.798849"], ["updated_at", "2016-10-07 18:58:09.798849"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3306], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.799702"], ["updated_at", "2016-10-07 18:58:09.799702"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3307], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.800547"], ["updated_at", "2016-10-07 18:58:09.800547"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3308], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.801415"], ["updated_at", "2016-10-07 18:58:09.801415"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3309], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.802309"], ["updated_at", "2016-10-07 18:58:09.802309"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3310], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.803359"], ["updated_at", "2016-10-07 18:58:09.803359"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3311], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.804399"], ["updated_at", "2016-10-07 18:58:09.804399"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3312], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.805273"], ["updated_at", "2016-10-07 18:58:09.805273"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3313], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.806144"], ["updated_at", "2016-10-07 18:58:09.806144"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3314], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.807010"], ["updated_at", "2016-10-07 18:58:09.807010"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3315], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.807872"], ["updated_at", "2016-10-07 18:58:09.807872"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3316], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.808731"], ["updated_at", "2016-10-07 18:58:09.808731"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3317], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.809637"], ["updated_at", "2016-10-07 18:58:09.809637"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3318], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.810499"], ["updated_at", "2016-10-07 18:58:09.810499"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3319], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.811414"], ["updated_at", "2016-10-07 18:58:09.811414"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 20], ["message_id", 3320], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.817960"], ["updated_at", "2016-10-07 18:58:09.817960"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3321], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.818944"], ["updated_at", "2016-10-07 18:58:09.818944"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3322], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.819943"], ["updated_at", "2016-10-07 18:58:09.819943"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3323], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.820915"], ["updated_at", "2016-10-07 18:58:09.820915"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3324], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.821742"], ["updated_at", "2016-10-07 18:58:09.821742"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3325], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.822609"], ["updated_at", "2016-10-07 18:58:09.822609"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3326], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.823431"], ["updated_at", "2016-10-07 18:58:09.823431"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3327], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.824245"], ["updated_at", "2016-10-07 18:58:09.824245"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3328], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.825072"], ["updated_at", "2016-10-07 18:58:09.825072"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3329], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.825894"], ["updated_at", "2016-10-07 18:58:09.825894"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3330], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.826735"], ["updated_at", "2016-10-07 18:58:09.826735"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3331], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.827557"], ["updated_at", "2016-10-07 18:58:09.827557"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3332], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.828378"], ["updated_at", "2016-10-07 18:58:09.828378"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3333], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.829194"], ["updated_at", "2016-10-07 18:58:09.829194"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3334], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.830013"], ["updated_at", "2016-10-07 18:58:09.830013"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3335], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.830834"], ["updated_at", "2016-10-07 18:58:09.830834"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3336], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.831658"], ["updated_at", "2016-10-07 18:58:09.831658"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3337], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.832474"], ["updated_at", "2016-10-07 18:58:09.832474"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3338], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.833288"], ["updated_at", "2016-10-07 18:58:09.833288"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3339], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.834099"], ["updated_at", "2016-10-07 18:58:09.834099"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3340], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.834916"], ["updated_at", "2016-10-07 18:58:09.834916"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3341], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.835767"], ["updated_at", "2016-10-07 18:58:09.835767"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3342], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.836787"], ["updated_at", "2016-10-07 18:58:09.836787"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3343], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.837702"], ["updated_at", "2016-10-07 18:58:09.837702"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3344], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.838552"], ["updated_at", "2016-10-07 18:58:09.838552"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3345], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.839386"], ["updated_at", "2016-10-07 18:58:09.839386"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3346], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.840195"], ["updated_at", "2016-10-07 18:58:09.840195"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3347], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.841035"], ["updated_at", "2016-10-07 18:58:09.841035"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3348], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.841864"], ["updated_at", "2016-10-07 18:58:09.841864"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3349], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.842713"], ["updated_at", "2016-10-07 18:58:09.842713"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3350], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.843535"], ["updated_at", "2016-10-07 18:58:09.843535"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3351], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.844371"], ["updated_at", "2016-10-07 18:58:09.844371"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3352], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.845193"], ["updated_at", "2016-10-07 18:58:09.845193"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3353], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.846008"], ["updated_at", "2016-10-07 18:58:09.846008"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3354], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.846838"], ["updated_at", "2016-10-07 18:58:09.846838"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3355], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.847669"], ["updated_at", "2016-10-07 18:58:09.847669"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3356], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.848488"], ["updated_at", "2016-10-07 18:58:09.848488"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3357], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.849297"], ["updated_at", "2016-10-07 18:58:09.849297"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3358], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.850106"], ["updated_at", "2016-10-07 18:58:09.850106"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3359], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.850976"], ["updated_at", "2016-10-07 18:58:09.850976"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3360], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.851792"], ["updated_at", "2016-10-07 18:58:09.851792"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3361], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.852643"], ["updated_at", "2016-10-07 18:58:09.852643"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3362], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.853664"], ["updated_at", "2016-10-07 18:58:09.853664"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3363], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.854598"], ["updated_at", "2016-10-07 18:58:09.854598"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3364], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.855418"], ["updated_at", "2016-10-07 18:58:09.855418"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3365], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.856237"], ["updated_at", "2016-10-07 18:58:09.856237"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3366], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.857065"], ["updated_at", "2016-10-07 18:58:09.857065"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3367], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.857886"], ["updated_at", "2016-10-07 18:58:09.857886"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3368], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.858738"], ["updated_at", "2016-10-07 18:58:09.858738"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3369], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.859577"], ["updated_at", "2016-10-07 18:58:09.859577"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3370], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.860394"], ["updated_at", "2016-10-07 18:58:09.860394"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3371], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.861212"], ["updated_at", "2016-10-07 18:58:09.861212"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3372], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.862040"], ["updated_at", "2016-10-07 18:58:09.862040"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3373], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.862861"], ["updated_at", "2016-10-07 18:58:09.862861"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3374], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.863671"], ["updated_at", "2016-10-07 18:58:09.863671"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3375], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.864514"], ["updated_at", "2016-10-07 18:58:09.864514"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3376], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.865337"], ["updated_at", "2016-10-07 18:58:09.865337"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3377], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.866155"], ["updated_at", "2016-10-07 18:58:09.866155"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3378], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.867000"], ["updated_at", "2016-10-07 18:58:09.867000"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3379], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.867820"], ["updated_at", "2016-10-07 18:58:09.867820"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3380], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.868626"], ["updated_at", "2016-10-07 18:58:09.868626"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3381], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.869492"], ["updated_at", "2016-10-07 18:58:09.869492"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3382], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.870526"], ["updated_at", "2016-10-07 18:58:09.870526"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3383], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.871398"], ["updated_at", "2016-10-07 18:58:09.871398"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3384], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.872221"], ["updated_at", "2016-10-07 18:58:09.872221"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3385], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.873053"], ["updated_at", "2016-10-07 18:58:09.873053"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3386], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.873855"], ["updated_at", "2016-10-07 18:58:09.873855"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3387], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.874682"], ["updated_at", "2016-10-07 18:58:09.874682"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3388], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.875516"], ["updated_at", "2016-10-07 18:58:09.875516"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3389], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.876343"], ["updated_at", "2016-10-07 18:58:09.876343"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3390], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.877207"], ["updated_at", "2016-10-07 18:58:09.877207"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3391], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.878479"], ["updated_at", "2016-10-07 18:58:09.878479"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3392], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.880039"], ["updated_at", "2016-10-07 18:58:09.880039"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3393], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.881340"], ["updated_at", "2016-10-07 18:58:09.881340"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3394], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.882206"], ["updated_at", "2016-10-07 18:58:09.882206"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3395], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.883075"], ["updated_at", "2016-10-07 18:58:09.883075"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3396], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.883896"], ["updated_at", "2016-10-07 18:58:09.883896"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3397], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.884717"], ["updated_at", "2016-10-07 18:58:09.884717"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3398], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.885533"], ["updated_at", "2016-10-07 18:58:09.885533"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3399], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.886456"], ["updated_at", "2016-10-07 18:58:09.886456"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3400], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.887477"], ["updated_at", "2016-10-07 18:58:09.887477"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3401], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.888311"], ["updated_at", "2016-10-07 18:58:09.888311"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3402], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.889175"], ["updated_at", "2016-10-07 18:58:09.889175"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3403], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.890108"], ["updated_at", "2016-10-07 18:58:09.890108"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3404], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.891011"], ["updated_at", "2016-10-07 18:58:09.891011"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3405], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.891830"], ["updated_at", "2016-10-07 18:58:09.891830"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3406], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.892639"], ["updated_at", "2016-10-07 18:58:09.892639"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3407], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.893448"], ["updated_at", "2016-10-07 18:58:09.893448"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3408], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.894260"], ["updated_at", "2016-10-07 18:58:09.894260"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3409], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.895156"], ["updated_at", "2016-10-07 18:58:09.895156"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3410], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.895978"], ["updated_at", "2016-10-07 18:58:09.895978"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3411], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.896792"], ["updated_at", "2016-10-07 18:58:09.896792"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3412], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.897607"], ["updated_at", "2016-10-07 18:58:09.897607"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3413], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.898421"], ["updated_at", "2016-10-07 18:58:09.898421"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3414], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.899277"], ["updated_at", "2016-10-07 18:58:09.899277"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3415], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.900093"], ["updated_at", "2016-10-07 18:58:09.900093"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3416], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.900909"], ["updated_at", "2016-10-07 18:58:09.900909"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3417], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.901718"], ["updated_at", "2016-10-07 18:58:09.901718"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3418], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.902594"], ["updated_at", "2016-10-07 18:58:09.902594"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3419], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.903638"], ["updated_at", "2016-10-07 18:58:09.903638"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3420], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.904585"], ["updated_at", "2016-10-07 18:58:09.904585"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3421], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.905481"], ["updated_at", "2016-10-07 18:58:09.905481"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3422], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.906422"], ["updated_at", "2016-10-07 18:58:09.906422"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3423], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.907273"], ["updated_at", "2016-10-07 18:58:09.907273"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3424], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.908099"], ["updated_at", "2016-10-07 18:58:09.908099"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3425], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.908913"], ["updated_at", "2016-10-07 18:58:09.908913"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3426], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.909736"], ["updated_at", "2016-10-07 18:58:09.909736"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3427], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.910586"], ["updated_at", "2016-10-07 18:58:09.910586"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3428], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.911410"], ["updated_at", "2016-10-07 18:58:09.911410"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3429], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.912278"], ["updated_at", "2016-10-07 18:58:09.912278"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3430], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.913093"], ["updated_at", "2016-10-07 18:58:09.913093"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3431], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.913919"], ["updated_at", "2016-10-07 18:58:09.913919"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3432], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.914749"], ["updated_at", "2016-10-07 18:58:09.914749"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3433], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.915566"], ["updated_at", "2016-10-07 18:58:09.915566"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3434], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.916411"], ["updated_at", "2016-10-07 18:58:09.916411"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3435], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.917225"], ["updated_at", "2016-10-07 18:58:09.917225"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3436], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.918034"], ["updated_at", "2016-10-07 18:58:09.918034"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3437], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.918855"], ["updated_at", "2016-10-07 18:58:09.918855"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3438], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.919823"], ["updated_at", "2016-10-07 18:58:09.919823"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3439], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.920954"], ["updated_at", "2016-10-07 18:58:09.920954"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3440], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.922358"], ["updated_at", "2016-10-07 18:58:09.922358"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3441], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.924871"], ["updated_at", "2016-10-07 18:58:09.924871"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3442], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.926932"], ["updated_at", "2016-10-07 18:58:09.926932"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3443], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.929335"], ["updated_at", "2016-10-07 18:58:09.929335"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3444], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.930767"], ["updated_at", "2016-10-07 18:58:09.930767"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3445], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.931684"], ["updated_at", "2016-10-07 18:58:09.931684"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3446], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.932553"], ["updated_at", "2016-10-07 18:58:09.932553"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3447], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.933353"], ["updated_at", "2016-10-07 18:58:09.933353"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3448], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.934184"], ["updated_at", "2016-10-07 18:58:09.934184"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3449], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.935011"], ["updated_at", "2016-10-07 18:58:09.935011"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3450], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.936046"], ["updated_at", "2016-10-07 18:58:09.936046"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3451], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.937058"], ["updated_at", "2016-10-07 18:58:09.937058"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3452], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.937916"], ["updated_at", "2016-10-07 18:58:09.937916"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3453], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.938748"], ["updated_at", "2016-10-07 18:58:09.938748"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3454], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.939567"], ["updated_at", "2016-10-07 18:58:09.939567"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3455], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.940382"], ["updated_at", "2016-10-07 18:58:09.940382"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3456], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.941192"], ["updated_at", "2016-10-07 18:58:09.941192"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3457], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.942044"], ["updated_at", "2016-10-07 18:58:09.942044"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3458], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.942893"], ["updated_at", "2016-10-07 18:58:09.942893"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3459], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.943719"], ["updated_at", "2016-10-07 18:58:09.943719"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3460], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.944545"], ["updated_at", "2016-10-07 18:58:09.944545"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3461], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.945374"], ["updated_at", "2016-10-07 18:58:09.945374"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3462], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.946174"], ["updated_at", "2016-10-07 18:58:09.946174"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3463], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.947054"], ["updated_at", "2016-10-07 18:58:09.947054"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3464], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.947869"], ["updated_at", "2016-10-07 18:58:09.947869"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3465], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.948694"], ["updated_at", "2016-10-07 18:58:09.948694"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3466], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.949509"], ["updated_at", "2016-10-07 18:58:09.949509"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3467], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.950331"], ["updated_at", "2016-10-07 18:58:09.950331"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3468], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.951207"], ["updated_at", "2016-10-07 18:58:09.951207"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3469], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.952025"], ["updated_at", "2016-10-07 18:58:09.952025"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3470], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.952935"], ["updated_at", "2016-10-07 18:58:09.952935"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3471], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.953992"], ["updated_at", "2016-10-07 18:58:09.953992"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3472], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.954876"], ["updated_at", "2016-10-07 18:58:09.954876"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3473], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.955802"], ["updated_at", "2016-10-07 18:58:09.955802"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3474], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.956634"], ["updated_at", "2016-10-07 18:58:09.956634"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3475], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.957466"], ["updated_at", "2016-10-07 18:58:09.957466"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3476], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.958281"], ["updated_at", "2016-10-07 18:58:09.958281"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3477], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.959129"], ["updated_at", "2016-10-07 18:58:09.959129"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3478], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.959940"], ["updated_at", "2016-10-07 18:58:09.959940"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3479], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.960744"], ["updated_at", "2016-10-07 18:58:09.960744"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3480], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.961577"], ["updated_at", "2016-10-07 18:58:09.961577"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3481], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.962391"], ["updated_at", "2016-10-07 18:58:09.962391"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3482], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.963255"], ["updated_at", "2016-10-07 18:58:09.963255"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3483], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.964094"], ["updated_at", "2016-10-07 18:58:09.964094"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3484], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.964919"], ["updated_at", "2016-10-07 18:58:09.964919"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3485], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.965735"], ["updated_at", "2016-10-07 18:58:09.965735"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 21], ["message_id", 3486], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.966591"], ["updated_at", "2016-10-07 18:58:09.966591"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3487], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.967415"], ["updated_at", "2016-10-07 18:58:09.967415"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3488], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.968242"], ["updated_at", "2016-10-07 18:58:09.968242"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3489], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.969132"], ["updated_at", "2016-10-07 18:58:09.969132"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3490], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.970135"], ["updated_at", "2016-10-07 18:58:09.970135"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3491], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.971045"], ["updated_at", "2016-10-07 18:58:09.971045"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3492], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.971868"], ["updated_at", "2016-10-07 18:58:09.971868"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3493], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.972686"], ["updated_at", "2016-10-07 18:58:09.972686"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3494], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.973509"], ["updated_at", "2016-10-07 18:58:09.973509"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3495], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.974329"], ["updated_at", "2016-10-07 18:58:09.974329"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3496], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.975199"], ["updated_at", "2016-10-07 18:58:09.975199"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3497], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.976020"], ["updated_at", "2016-10-07 18:58:09.976020"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3498], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.976870"], ["updated_at", "2016-10-07 18:58:09.976870"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3499], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.977691"], ["updated_at", "2016-10-07 18:58:09.977691"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3500], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.978544"], ["updated_at", "2016-10-07 18:58:09.978544"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3501], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.979395"], ["updated_at", "2016-10-07 18:58:09.979395"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3502], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.980217"], ["updated_at", "2016-10-07 18:58:09.980217"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3503], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.981033"], ["updated_at", "2016-10-07 18:58:09.981033"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3504], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.981863"], ["updated_at", "2016-10-07 18:58:09.981863"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3505], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.982706"], ["updated_at", "2016-10-07 18:58:09.982706"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3506], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.983509"], ["updated_at", "2016-10-07 18:58:09.983509"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3507], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.984336"], ["updated_at", "2016-10-07 18:58:09.984336"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3508], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.985150"], ["updated_at", "2016-10-07 18:58:09.985150"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3509], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.986052"], ["updated_at", "2016-10-07 18:58:09.986052"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3510], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.987078"], ["updated_at", "2016-10-07 18:58:09.987078"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3511], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.987927"], ["updated_at", "2016-10-07 18:58:09.987927"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3512], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.988742"], ["updated_at", "2016-10-07 18:58:09.988742"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3513], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.989608"], ["updated_at", "2016-10-07 18:58:09.989608"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3514], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.990533"], ["updated_at", "2016-10-07 18:58:09.990533"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3515], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.991384"], ["updated_at", "2016-10-07 18:58:09.991384"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3516], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.992213"], ["updated_at", "2016-10-07 18:58:09.992213"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3517], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.993027"], ["updated_at", "2016-10-07 18:58:09.993027"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3518], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.993839"], ["updated_at", "2016-10-07 18:58:09.993839"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3519], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.994692"], ["updated_at", "2016-10-07 18:58:09.994692"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3520], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.995516"], ["updated_at", "2016-10-07 18:58:09.995516"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3521], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.996333"], ["updated_at", "2016-10-07 18:58:09.996333"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3522], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.997151"], ["updated_at", "2016-10-07 18:58:09.997151"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3523], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.997983"], ["updated_at", "2016-10-07 18:58:09.997983"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3524], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.998802"], ["updated_at", "2016-10-07 18:58:09.998802"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3525], ["status", "sent"], ["created_at", "2016-10-07 18:58:09.999616"], ["updated_at", "2016-10-07 18:58:09.999616"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3526], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.000425"], ["updated_at", "2016-10-07 18:58:10.000425"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3527], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.001229"], ["updated_at", "2016-10-07 18:58:10.001229"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3528], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.002037"], ["updated_at", "2016-10-07 18:58:10.002037"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3529], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.002971"], ["updated_at", "2016-10-07 18:58:10.002971"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3530], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.003930"], ["updated_at", "2016-10-07 18:58:10.003930"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3531], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.004761"], ["updated_at", "2016-10-07 18:58:10.004761"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3532], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.005578"], ["updated_at", "2016-10-07 18:58:10.005578"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3533], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.006396"], ["updated_at", "2016-10-07 18:58:10.006396"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3534], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.007270"], ["updated_at", "2016-10-07 18:58:10.007270"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3535], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.008110"], ["updated_at", "2016-10-07 18:58:10.008110"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3536], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.008922"], ["updated_at", "2016-10-07 18:58:10.008922"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3537], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.009733"], ["updated_at", "2016-10-07 18:58:10.009733"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3538], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.010552"], ["updated_at", "2016-10-07 18:58:10.010552"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3539], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.011395"], ["updated_at", "2016-10-07 18:58:10.011395"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3540], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.012222"], ["updated_at", "2016-10-07 18:58:10.012222"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3541], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.013031"], ["updated_at", "2016-10-07 18:58:10.013031"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3542], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.013849"], ["updated_at", "2016-10-07 18:58:10.013849"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3543], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.014726"], ["updated_at", "2016-10-07 18:58:10.014726"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3544], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.015557"], ["updated_at", "2016-10-07 18:58:10.015557"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3545], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.016369"], ["updated_at", "2016-10-07 18:58:10.016369"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3546], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.017180"], ["updated_at", "2016-10-07 18:58:10.017180"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3547], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.018003"], ["updated_at", "2016-10-07 18:58:10.018003"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3548], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.018836"], ["updated_at", "2016-10-07 18:58:10.018836"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3549], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.019787"], ["updated_at", "2016-10-07 18:58:10.019787"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3550], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.020691"], ["updated_at", "2016-10-07 18:58:10.020691"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3551], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.021519"], ["updated_at", "2016-10-07 18:58:10.021519"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3552], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.022329"], ["updated_at", "2016-10-07 18:58:10.022329"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3553], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.023169"], ["updated_at", "2016-10-07 18:58:10.023169"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3554], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.023986"], ["updated_at", "2016-10-07 18:58:10.023986"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3555], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.024841"], ["updated_at", "2016-10-07 18:58:10.024841"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3556], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.025661"], ["updated_at", "2016-10-07 18:58:10.025661"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3557], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.026493"], ["updated_at", "2016-10-07 18:58:10.026493"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3558], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.027321"], ["updated_at", "2016-10-07 18:58:10.027321"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3559], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.028149"], ["updated_at", "2016-10-07 18:58:10.028149"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3560], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.028974"], ["updated_at", "2016-10-07 18:58:10.028974"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3561], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.029790"], ["updated_at", "2016-10-07 18:58:10.029790"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3562], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.030621"], ["updated_at", "2016-10-07 18:58:10.030621"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3563], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.031434"], ["updated_at", "2016-10-07 18:58:10.031434"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3564], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.032252"], ["updated_at", "2016-10-07 18:58:10.032252"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3565], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.033084"], ["updated_at", "2016-10-07 18:58:10.033084"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3566], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.033904"], ["updated_at", "2016-10-07 18:58:10.033904"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3567], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.034727"], ["updated_at", "2016-10-07 18:58:10.034727"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3568], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.035558"], ["updated_at", "2016-10-07 18:58:10.035558"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3569], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.036527"], ["updated_at", "2016-10-07 18:58:10.036527"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3570], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.037490"], ["updated_at", "2016-10-07 18:58:10.037490"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3571], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.038326"], ["updated_at", "2016-10-07 18:58:10.038326"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3572], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.039196"], ["updated_at", "2016-10-07 18:58:10.039196"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3573], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.040093"], ["updated_at", "2016-10-07 18:58:10.040093"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3574], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.040919"], ["updated_at", "2016-10-07 18:58:10.040919"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3575], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.041722"], ["updated_at", "2016-10-07 18:58:10.041722"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3576], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.042564"], ["updated_at", "2016-10-07 18:58:10.042564"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3577], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.043414"], ["updated_at", "2016-10-07 18:58:10.043414"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3578], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.044257"], ["updated_at", "2016-10-07 18:58:10.044257"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3579], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.045092"], ["updated_at", "2016-10-07 18:58:10.045092"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3580], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.045910"], ["updated_at", "2016-10-07 18:58:10.045910"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3581], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.046769"], ["updated_at", "2016-10-07 18:58:10.046769"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3582], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.047583"], ["updated_at", "2016-10-07 18:58:10.047583"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3583], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.048403"], ["updated_at", "2016-10-07 18:58:10.048403"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3584], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.049225"], ["updated_at", "2016-10-07 18:58:10.049225"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3585], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.050043"], ["updated_at", "2016-10-07 18:58:10.050043"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3586], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.050874"], ["updated_at", "2016-10-07 18:58:10.050874"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3587], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.051688"], ["updated_at", "2016-10-07 18:58:10.051688"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3588], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.052567"], ["updated_at", "2016-10-07 18:58:10.052567"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3589], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.053595"], ["updated_at", "2016-10-07 18:58:10.053595"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3590], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.054736"], ["updated_at", "2016-10-07 18:58:10.054736"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3591], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.055810"], ["updated_at", "2016-10-07 18:58:10.055810"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3592], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.057213"], ["updated_at", "2016-10-07 18:58:10.057213"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3593], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.059673"], ["updated_at", "2016-10-07 18:58:10.059673"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3594], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.061224"], ["updated_at", "2016-10-07 18:58:10.061224"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3595], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.063660"], ["updated_at", "2016-10-07 18:58:10.063660"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3596], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.065314"], ["updated_at", "2016-10-07 18:58:10.065314"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3597], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.066230"], ["updated_at", "2016-10-07 18:58:10.066230"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3598], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.067116"], ["updated_at", "2016-10-07 18:58:10.067116"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3599], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.067946"], ["updated_at", "2016-10-07 18:58:10.067946"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3600], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.068889"], ["updated_at", "2016-10-07 18:58:10.068889"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3601], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.069977"], ["updated_at", "2016-10-07 18:58:10.069977"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3602], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.071111"], ["updated_at", "2016-10-07 18:58:10.071111"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3603], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.072188"], ["updated_at", "2016-10-07 18:58:10.072188"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3604], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.073563"], ["updated_at", "2016-10-07 18:58:10.073563"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3605], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.075979"], ["updated_at", "2016-10-07 18:58:10.075979"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3606], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.077329"], ["updated_at", "2016-10-07 18:58:10.077329"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3607], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.079849"], ["updated_at", "2016-10-07 18:58:10.079849"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3608], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.081969"], ["updated_at", "2016-10-07 18:58:10.081969"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3609], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.083004"], ["updated_at", "2016-10-07 18:58:10.083004"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3610], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.083844"], ["updated_at", "2016-10-07 18:58:10.083844"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3611], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.084666"], ["updated_at", "2016-10-07 18:58:10.084666"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3612], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.085606"], ["updated_at", "2016-10-07 18:58:10.085606"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3613], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.086694"], ["updated_at", "2016-10-07 18:58:10.086694"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3614], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.087888"], ["updated_at", "2016-10-07 18:58:10.087888"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3615], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.089526"], ["updated_at", "2016-10-07 18:58:10.089526"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3616], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.091911"], ["updated_at", "2016-10-07 18:58:10.091911"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3617], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.092932"], ["updated_at", "2016-10-07 18:58:10.092932"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3618], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.094996"], ["updated_at", "2016-10-07 18:58:10.094996"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3619], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.097031"], ["updated_at", "2016-10-07 18:58:10.097031"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3620], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.098431"], ["updated_at", "2016-10-07 18:58:10.098431"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3621], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.099309"], ["updated_at", "2016-10-07 18:58:10.099309"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3622], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.100304"], ["updated_at", "2016-10-07 18:58:10.100304"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3623], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.101193"], ["updated_at", "2016-10-07 18:58:10.101193"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3624], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.102138"], ["updated_at", "2016-10-07 18:58:10.102138"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3625], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.103292"], ["updated_at", "2016-10-07 18:58:10.103292"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3626], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.104226"], ["updated_at", "2016-10-07 18:58:10.104226"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3627], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.105055"], ["updated_at", "2016-10-07 18:58:10.105055"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3628], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.105895"], ["updated_at", "2016-10-07 18:58:10.105895"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3629], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.106750"], ["updated_at", "2016-10-07 18:58:10.106750"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3630], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.107577"], ["updated_at", "2016-10-07 18:58:10.107577"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3631], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.108403"], ["updated_at", "2016-10-07 18:58:10.108403"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3632], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.109439"], ["updated_at", "2016-10-07 18:58:10.109439"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3633], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.111732"], ["updated_at", "2016-10-07 18:58:10.111732"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3634], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.112784"], ["updated_at", "2016-10-07 18:58:10.112784"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3635], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.113622"], ["updated_at", "2016-10-07 18:58:10.113622"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3636], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.114459"], ["updated_at", "2016-10-07 18:58:10.114459"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3637], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.115327"], ["updated_at", "2016-10-07 18:58:10.115327"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3638], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.116211"], ["updated_at", "2016-10-07 18:58:10.116211"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3639], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.117052"], ["updated_at", "2016-10-07 18:58:10.117052"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3640], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.117881"], ["updated_at", "2016-10-07 18:58:10.117881"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3641], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.118834"], ["updated_at", "2016-10-07 18:58:10.118834"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3642], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.120037"], ["updated_at", "2016-10-07 18:58:10.120037"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3643], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.120999"], ["updated_at", "2016-10-07 18:58:10.120999"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3644], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.121846"], ["updated_at", "2016-10-07 18:58:10.121846"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3645], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.122710"], ["updated_at", "2016-10-07 18:58:10.122710"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3646], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.123546"], ["updated_at", "2016-10-07 18:58:10.123546"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3647], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.124374"], ["updated_at", "2016-10-07 18:58:10.124374"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3648], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.125206"], ["updated_at", "2016-10-07 18:58:10.125206"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3649], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.126063"], ["updated_at", "2016-10-07 18:58:10.126063"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3650], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.126909"], ["updated_at", "2016-10-07 18:58:10.126909"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3651], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.127765"], ["updated_at", "2016-10-07 18:58:10.127765"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 22], ["message_id", 3652], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.128609"], ["updated_at", "2016-10-07 18:58:10.128609"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3653], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.129443"], ["updated_at", "2016-10-07 18:58:10.129443"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3654], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.130277"], ["updated_at", "2016-10-07 18:58:10.130277"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3655], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.131139"], ["updated_at", "2016-10-07 18:58:10.131139"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3656], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.131964"], ["updated_at", "2016-10-07 18:58:10.131964"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3657], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.132795"], ["updated_at", "2016-10-07 18:58:10.132795"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3658], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.133627"], ["updated_at", "2016-10-07 18:58:10.133627"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3659], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.134475"], ["updated_at", "2016-10-07 18:58:10.134475"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3660], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.135342"], ["updated_at", "2016-10-07 18:58:10.135342"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3661], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.136344"], ["updated_at", "2016-10-07 18:58:10.136344"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3662], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.137306"], ["updated_at", "2016-10-07 18:58:10.137306"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3663], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.138187"], ["updated_at", "2016-10-07 18:58:10.138187"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3664], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.139038"], ["updated_at", "2016-10-07 18:58:10.139038"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3665], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.139885"], ["updated_at", "2016-10-07 18:58:10.139885"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3666], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.140730"], ["updated_at", "2016-10-07 18:58:10.140730"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3667], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.141568"], ["updated_at", "2016-10-07 18:58:10.141568"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3668], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.142394"], ["updated_at", "2016-10-07 18:58:10.142394"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3669], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.143242"], ["updated_at", "2016-10-07 18:58:10.143242"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3670], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.144122"], ["updated_at", "2016-10-07 18:58:10.144122"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3671], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.144999"], ["updated_at", "2016-10-07 18:58:10.144999"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3672], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.145839"], ["updated_at", "2016-10-07 18:58:10.145839"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3673], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.146702"], ["updated_at", "2016-10-07 18:58:10.146702"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3674], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.147540"], ["updated_at", "2016-10-07 18:58:10.147540"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3675], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.148367"], ["updated_at", "2016-10-07 18:58:10.148367"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3676], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.149197"], ["updated_at", "2016-10-07 18:58:10.149197"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3677], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.150038"], ["updated_at", "2016-10-07 18:58:10.150038"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3678], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.150879"], ["updated_at", "2016-10-07 18:58:10.150879"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3679], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.151753"], ["updated_at", "2016-10-07 18:58:10.151753"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3680], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.152665"], ["updated_at", "2016-10-07 18:58:10.152665"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3681], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.153678"], ["updated_at", "2016-10-07 18:58:10.153678"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3682], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.154581"], ["updated_at", "2016-10-07 18:58:10.154581"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3683], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.155449"], ["updated_at", "2016-10-07 18:58:10.155449"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3684], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.156291"], ["updated_at", "2016-10-07 18:58:10.156291"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3685], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.157113"], ["updated_at", "2016-10-07 18:58:10.157113"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3686], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.157940"], ["updated_at", "2016-10-07 18:58:10.157940"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3687], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.158823"], ["updated_at", "2016-10-07 18:58:10.158823"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3688], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.159653"], ["updated_at", "2016-10-07 18:58:10.159653"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3689], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.160479"], ["updated_at", "2016-10-07 18:58:10.160479"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3690], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.161337"], ["updated_at", "2016-10-07 18:58:10.161337"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3691], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.162188"], ["updated_at", "2016-10-07 18:58:10.162188"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3692], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.163065"], ["updated_at", "2016-10-07 18:58:10.163065"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3693], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.163903"], ["updated_at", "2016-10-07 18:58:10.163903"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3694], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.164740"], ["updated_at", "2016-10-07 18:58:10.164740"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3695], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.165570"], ["updated_at", "2016-10-07 18:58:10.165570"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3696], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.166407"], ["updated_at", "2016-10-07 18:58:10.166407"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3697], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.167295"], ["updated_at", "2016-10-07 18:58:10.167295"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3698], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.168139"], ["updated_at", "2016-10-07 18:58:10.168139"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3699], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.169117"], ["updated_at", "2016-10-07 18:58:10.169117"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3700], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.170148"], ["updated_at", "2016-10-07 18:58:10.170148"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3701], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.171047"], ["updated_at", "2016-10-07 18:58:10.171047"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3702], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.171913"], ["updated_at", "2016-10-07 18:58:10.171913"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3703], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.172766"], ["updated_at", "2016-10-07 18:58:10.172766"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3704], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.173603"], ["updated_at", "2016-10-07 18:58:10.173603"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3705], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.174445"], ["updated_at", "2016-10-07 18:58:10.174445"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3706], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.175301"], ["updated_at", "2016-10-07 18:58:10.175301"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3707], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.176147"], ["updated_at", "2016-10-07 18:58:10.176147"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3708], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.177019"], ["updated_at", "2016-10-07 18:58:10.177019"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3709], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.177900"], ["updated_at", "2016-10-07 18:58:10.177900"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3710], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.178787"], ["updated_at", "2016-10-07 18:58:10.178787"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3711], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.179646"], ["updated_at", "2016-10-07 18:58:10.179646"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3712], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.180490"], ["updated_at", "2016-10-07 18:58:10.180490"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3713], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.181350"], ["updated_at", "2016-10-07 18:58:10.181350"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3714], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.182234"], ["updated_at", "2016-10-07 18:58:10.182234"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3715], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.183159"], ["updated_at", "2016-10-07 18:58:10.183159"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3716], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.184010"], ["updated_at", "2016-10-07 18:58:10.184010"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3717], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.184862"], ["updated_at", "2016-10-07 18:58:10.184862"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3718], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.185826"], ["updated_at", "2016-10-07 18:58:10.185826"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3719], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.186892"], ["updated_at", "2016-10-07 18:58:10.186892"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3720], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.187802"], ["updated_at", "2016-10-07 18:58:10.187802"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3721], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.194920"], ["updated_at", "2016-10-07 18:58:10.194920"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3722], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.195913"], ["updated_at", "2016-10-07 18:58:10.195913"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3723], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.196773"], ["updated_at", "2016-10-07 18:58:10.196773"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3724], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.197621"], ["updated_at", "2016-10-07 18:58:10.197621"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3725], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.198457"], ["updated_at", "2016-10-07 18:58:10.198457"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3726], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.199305"], ["updated_at", "2016-10-07 18:58:10.199305"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3727], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.200119"], ["updated_at", "2016-10-07 18:58:10.200119"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3728], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.200945"], ["updated_at", "2016-10-07 18:58:10.200945"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3729], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.201768"], ["updated_at", "2016-10-07 18:58:10.201768"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3730], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.202742"], ["updated_at", "2016-10-07 18:58:10.202742"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3731], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.203762"], ["updated_at", "2016-10-07 18:58:10.203762"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3732], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.204617"], ["updated_at", "2016-10-07 18:58:10.204617"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3733], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.205431"], ["updated_at", "2016-10-07 18:58:10.205431"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3734], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.206248"], ["updated_at", "2016-10-07 18:58:10.206248"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3735], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.207087"], ["updated_at", "2016-10-07 18:58:10.207087"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3736], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.207921"], ["updated_at", "2016-10-07 18:58:10.207921"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3737], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.208766"], ["updated_at", "2016-10-07 18:58:10.208766"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3738], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.209590"], ["updated_at", "2016-10-07 18:58:10.209590"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3739], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.210404"], ["updated_at", "2016-10-07 18:58:10.210404"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3740], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.211261"], ["updated_at", "2016-10-07 18:58:10.211261"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3741], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.212133"], ["updated_at", "2016-10-07 18:58:10.212133"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3742], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.212955"], ["updated_at", "2016-10-07 18:58:10.212955"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3743], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.213774"], ["updated_at", "2016-10-07 18:58:10.213774"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3744], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.214604"], ["updated_at", "2016-10-07 18:58:10.214604"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3745], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.215433"], ["updated_at", "2016-10-07 18:58:10.215433"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3746], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.216249"], ["updated_at", "2016-10-07 18:58:10.216249"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3747], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.217077"], ["updated_at", "2016-10-07 18:58:10.217077"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3748], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.217883"], ["updated_at", "2016-10-07 18:58:10.217883"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3749], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.218729"], ["updated_at", "2016-10-07 18:58:10.218729"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3750], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.219773"], ["updated_at", "2016-10-07 18:58:10.219773"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3751], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.220681"], ["updated_at", "2016-10-07 18:58:10.220681"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3752], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.221531"], ["updated_at", "2016-10-07 18:58:10.221531"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3753], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.222361"], ["updated_at", "2016-10-07 18:58:10.222361"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3754], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.223204"], ["updated_at", "2016-10-07 18:58:10.223204"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3755], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.224030"], ["updated_at", "2016-10-07 18:58:10.224030"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3756], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.224845"], ["updated_at", "2016-10-07 18:58:10.224845"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3757], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.225661"], ["updated_at", "2016-10-07 18:58:10.225661"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3758], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.226493"], ["updated_at", "2016-10-07 18:58:10.226493"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3759], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.227324"], ["updated_at", "2016-10-07 18:58:10.227324"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3760], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.228161"], ["updated_at", "2016-10-07 18:58:10.228161"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3761], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.228982"], ["updated_at", "2016-10-07 18:58:10.228982"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3762], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.229809"], ["updated_at", "2016-10-07 18:58:10.229809"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3763], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.230641"], ["updated_at", "2016-10-07 18:58:10.230641"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3764], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.231460"], ["updated_at", "2016-10-07 18:58:10.231460"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3765], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.232275"], ["updated_at", "2016-10-07 18:58:10.232275"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3766], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.233097"], ["updated_at", "2016-10-07 18:58:10.233097"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3767], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.233925"], ["updated_at", "2016-10-07 18:58:10.233925"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3768], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.234798"], ["updated_at", "2016-10-07 18:58:10.234798"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3769], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.235713"], ["updated_at", "2016-10-07 18:58:10.235713"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3770], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.236743"], ["updated_at", "2016-10-07 18:58:10.236743"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3771], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.238259"], ["updated_at", "2016-10-07 18:58:10.238259"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3772], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.240272"], ["updated_at", "2016-10-07 18:58:10.240272"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3773], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.242769"], ["updated_at", "2016-10-07 18:58:10.242769"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3774], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.245511"], ["updated_at", "2016-10-07 18:58:10.245511"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3775], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.247214"], ["updated_at", "2016-10-07 18:58:10.247214"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3776], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.248133"], ["updated_at", "2016-10-07 18:58:10.248133"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3777], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.248954"], ["updated_at", "2016-10-07 18:58:10.248954"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3778], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.249772"], ["updated_at", "2016-10-07 18:58:10.249772"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3779], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.250637"], ["updated_at", "2016-10-07 18:58:10.250637"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3780], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.251501"], ["updated_at", "2016-10-07 18:58:10.251501"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3781], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.252529"], ["updated_at", "2016-10-07 18:58:10.252529"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3782], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.253619"], ["updated_at", "2016-10-07 18:58:10.253619"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3783], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.254465"], ["updated_at", "2016-10-07 18:58:10.254465"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3784], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.255344"], ["updated_at", "2016-10-07 18:58:10.255344"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3785], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.256175"], ["updated_at", "2016-10-07 18:58:10.256175"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3786], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.256988"], ["updated_at", "2016-10-07 18:58:10.256988"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3787], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.257801"], ["updated_at", "2016-10-07 18:58:10.257801"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3788], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.258648"], ["updated_at", "2016-10-07 18:58:10.258648"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3789], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.259461"], ["updated_at", "2016-10-07 18:58:10.259461"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3790], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.260294"], ["updated_at", "2016-10-07 18:58:10.260294"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3791], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.261120"], ["updated_at", "2016-10-07 18:58:10.261120"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3792], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.261945"], ["updated_at", "2016-10-07 18:58:10.261945"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3793], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.262791"], ["updated_at", "2016-10-07 18:58:10.262791"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3794], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.263616"], ["updated_at", "2016-10-07 18:58:10.263616"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3795], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.264431"], ["updated_at", "2016-10-07 18:58:10.264431"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3796], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.265257"], ["updated_at", "2016-10-07 18:58:10.265257"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3797], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.266069"], ["updated_at", "2016-10-07 18:58:10.266069"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3798], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.266918"], ["updated_at", "2016-10-07 18:58:10.266918"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3799], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.267737"], ["updated_at", "2016-10-07 18:58:10.267737"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3800], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.268559"], ["updated_at", "2016-10-07 18:58:10.268559"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3801], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.269716"], ["updated_at", "2016-10-07 18:58:10.269716"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3802], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.270724"], ["updated_at", "2016-10-07 18:58:10.270724"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3803], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.271593"], ["updated_at", "2016-10-07 18:58:10.271593"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3804], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.272410"], ["updated_at", "2016-10-07 18:58:10.272410"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3805], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.273246"], ["updated_at", "2016-10-07 18:58:10.273246"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3806], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.274071"], ["updated_at", "2016-10-07 18:58:10.274071"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3807], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.274910"], ["updated_at", "2016-10-07 18:58:10.274910"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3808], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.275722"], ["updated_at", "2016-10-07 18:58:10.275722"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3809], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.276542"], ["updated_at", "2016-10-07 18:58:10.276542"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3810], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.277394"], ["updated_at", "2016-10-07 18:58:10.277394"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3811], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.278224"], ["updated_at", "2016-10-07 18:58:10.278224"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3812], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.279090"], ["updated_at", "2016-10-07 18:58:10.279090"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3813], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.279954"], ["updated_at", "2016-10-07 18:58:10.279954"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3814], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.280882"], ["updated_at", "2016-10-07 18:58:10.280882"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3815], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.281726"], ["updated_at", "2016-10-07 18:58:10.281726"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3816], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.282584"], ["updated_at", "2016-10-07 18:58:10.282584"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3817], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.283392"], ["updated_at", "2016-10-07 18:58:10.283392"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 23], ["message_id", 3818], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.284231"], ["updated_at", "2016-10-07 18:58:10.284231"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3819], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.285076"], ["updated_at", "2016-10-07 18:58:10.285076"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3820], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.286026"], ["updated_at", "2016-10-07 18:58:10.286026"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3821], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.287080"], ["updated_at", "2016-10-07 18:58:10.287080"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3822], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.287910"], ["updated_at", "2016-10-07 18:58:10.287910"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3823], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.288737"], ["updated_at", "2016-10-07 18:58:10.288737"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3824], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.289552"], ["updated_at", "2016-10-07 18:58:10.289552"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3825], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.290398"], ["updated_at", "2016-10-07 18:58:10.290398"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3826], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.291251"], ["updated_at", "2016-10-07 18:58:10.291251"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3827], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.292067"], ["updated_at", "2016-10-07 18:58:10.292067"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3828], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.292914"], ["updated_at", "2016-10-07 18:58:10.292914"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3829], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.293859"], ["updated_at", "2016-10-07 18:58:10.293859"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3830], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.294795"], ["updated_at", "2016-10-07 18:58:10.294795"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3831], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.295700"], ["updated_at", "2016-10-07 18:58:10.295700"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3832], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.296592"], ["updated_at", "2016-10-07 18:58:10.296592"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3833], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.297478"], ["updated_at", "2016-10-07 18:58:10.297478"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3834], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.298356"], ["updated_at", "2016-10-07 18:58:10.298356"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3835], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.299282"], ["updated_at", "2016-10-07 18:58:10.299282"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3836], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.300180"], ["updated_at", "2016-10-07 18:58:10.300180"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3837], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.301066"], ["updated_at", "2016-10-07 18:58:10.301066"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3838], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.301959"], ["updated_at", "2016-10-07 18:58:10.301959"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3839], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.303057"], ["updated_at", "2016-10-07 18:58:10.303057"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3840], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.304091"], ["updated_at", "2016-10-07 18:58:10.304091"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3841], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.304990"], ["updated_at", "2016-10-07 18:58:10.304990"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3842], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.305910"], ["updated_at", "2016-10-07 18:58:10.305910"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3843], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.306829"], ["updated_at", "2016-10-07 18:58:10.306829"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3844], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.307724"], ["updated_at", "2016-10-07 18:58:10.307724"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3845], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.308626"], ["updated_at", "2016-10-07 18:58:10.308626"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3846], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.309525"], ["updated_at", "2016-10-07 18:58:10.309525"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3847], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.310415"], ["updated_at", "2016-10-07 18:58:10.310415"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3848], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.311326"], ["updated_at", "2016-10-07 18:58:10.311326"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3849], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.312262"], ["updated_at", "2016-10-07 18:58:10.312262"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3850], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.313182"], ["updated_at", "2016-10-07 18:58:10.313182"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3851], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.314069"], ["updated_at", "2016-10-07 18:58:10.314069"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3852], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.314990"], ["updated_at", "2016-10-07 18:58:10.314990"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3853], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.315878"], ["updated_at", "2016-10-07 18:58:10.315878"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3854], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.316761"], ["updated_at", "2016-10-07 18:58:10.316761"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3855], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.317645"], ["updated_at", "2016-10-07 18:58:10.317645"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3856], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.318548"], ["updated_at", "2016-10-07 18:58:10.318548"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3857], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.319593"], ["updated_at", "2016-10-07 18:58:10.319593"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3858], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.320609"], ["updated_at", "2016-10-07 18:58:10.320609"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3859], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.321530"], ["updated_at", "2016-10-07 18:58:10.321530"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3860], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.322427"], ["updated_at", "2016-10-07 18:58:10.322427"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3861], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.323334"], ["updated_at", "2016-10-07 18:58:10.323334"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3862], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.324229"], ["updated_at", "2016-10-07 18:58:10.324229"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3863], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.325132"], ["updated_at", "2016-10-07 18:58:10.325132"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3864], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.326024"], ["updated_at", "2016-10-07 18:58:10.326024"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3865], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.326919"], ["updated_at", "2016-10-07 18:58:10.326919"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3866], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.327821"], ["updated_at", "2016-10-07 18:58:10.327821"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3867], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.328714"], ["updated_at", "2016-10-07 18:58:10.328714"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3868], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.329599"], ["updated_at", "2016-10-07 18:58:10.329599"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3869], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.330481"], ["updated_at", "2016-10-07 18:58:10.330481"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3870], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.331396"], ["updated_at", "2016-10-07 18:58:10.331396"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3871], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.332223"], ["updated_at", "2016-10-07 18:58:10.332223"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3872], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.333034"], ["updated_at", "2016-10-07 18:58:10.333034"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3873], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.333847"], ["updated_at", "2016-10-07 18:58:10.333847"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3874], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.334711"], ["updated_at", "2016-10-07 18:58:10.334711"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3875], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.335615"], ["updated_at", "2016-10-07 18:58:10.335615"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3876], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.336695"], ["updated_at", "2016-10-07 18:58:10.336695"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3877], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.337572"], ["updated_at", "2016-10-07 18:58:10.337572"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3878], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.338391"], ["updated_at", "2016-10-07 18:58:10.338391"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3879], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.339303"], ["updated_at", "2016-10-07 18:58:10.339303"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3880], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.340133"], ["updated_at", "2016-10-07 18:58:10.340133"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3881], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.340942"], ["updated_at", "2016-10-07 18:58:10.340942"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3882], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.341751"], ["updated_at", "2016-10-07 18:58:10.341751"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3883], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.342590"], ["updated_at", "2016-10-07 18:58:10.342590"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3884], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.343432"], ["updated_at", "2016-10-07 18:58:10.343432"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3885], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.344262"], ["updated_at", "2016-10-07 18:58:10.344262"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3886], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.345078"], ["updated_at", "2016-10-07 18:58:10.345078"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3887], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.345886"], ["updated_at", "2016-10-07 18:58:10.345886"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3888], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.346750"], ["updated_at", "2016-10-07 18:58:10.346750"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3889], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.347586"], ["updated_at", "2016-10-07 18:58:10.347586"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3890], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.348429"], ["updated_at", "2016-10-07 18:58:10.348429"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3891], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.349251"], ["updated_at", "2016-10-07 18:58:10.349251"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3892], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.350069"], ["updated_at", "2016-10-07 18:58:10.350069"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3893], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.350911"], ["updated_at", "2016-10-07 18:58:10.350911"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3894], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.351727"], ["updated_at", "2016-10-07 18:58:10.351727"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3895], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.352714"], ["updated_at", "2016-10-07 18:58:10.352714"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3896], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.353836"], ["updated_at", "2016-10-07 18:58:10.353836"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3897], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.355077"], ["updated_at", "2016-10-07 18:58:10.355077"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3898], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.356638"], ["updated_at", "2016-10-07 18:58:10.356638"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3899], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.358841"], ["updated_at", "2016-10-07 18:58:10.358841"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3900], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.360264"], ["updated_at", "2016-10-07 18:58:10.360264"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3901], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.362466"], ["updated_at", "2016-10-07 18:58:10.362466"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3902], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.364659"], ["updated_at", "2016-10-07 18:58:10.364659"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3903], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.365754"], ["updated_at", "2016-10-07 18:58:10.365754"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3904], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.366624"], ["updated_at", "2016-10-07 18:58:10.366624"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3905], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.367448"], ["updated_at", "2016-10-07 18:58:10.367448"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3906], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.368378"], ["updated_at", "2016-10-07 18:58:10.368378"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3907], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.369420"], ["updated_at", "2016-10-07 18:58:10.369420"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3908], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.370428"], ["updated_at", "2016-10-07 18:58:10.370428"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3909], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.371290"], ["updated_at", "2016-10-07 18:58:10.371290"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3910], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.372113"], ["updated_at", "2016-10-07 18:58:10.372113"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3911], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.372936"], ["updated_at", "2016-10-07 18:58:10.372936"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3912], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.373752"], ["updated_at", "2016-10-07 18:58:10.373752"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3913], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.374615"], ["updated_at", "2016-10-07 18:58:10.374615"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3914], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.375427"], ["updated_at", "2016-10-07 18:58:10.375427"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3915], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.376255"], ["updated_at", "2016-10-07 18:58:10.376255"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3916], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.377083"], ["updated_at", "2016-10-07 18:58:10.377083"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3917], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.377950"], ["updated_at", "2016-10-07 18:58:10.377950"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3918], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.379516"], ["updated_at", "2016-10-07 18:58:10.379516"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3919], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.380691"], ["updated_at", "2016-10-07 18:58:10.380691"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3920], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.381586"], ["updated_at", "2016-10-07 18:58:10.381586"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3921], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.382414"], ["updated_at", "2016-10-07 18:58:10.382414"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3922], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.383292"], ["updated_at", "2016-10-07 18:58:10.383292"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3923], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.384136"], ["updated_at", "2016-10-07 18:58:10.384136"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3924], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.384965"], ["updated_at", "2016-10-07 18:58:10.384965"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3925], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.385991"], ["updated_at", "2016-10-07 18:58:10.385991"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3926], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.387112"], ["updated_at", "2016-10-07 18:58:10.387112"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3927], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.387966"], ["updated_at", "2016-10-07 18:58:10.387966"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3928], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.388797"], ["updated_at", "2016-10-07 18:58:10.388797"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3929], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.389616"], ["updated_at", "2016-10-07 18:58:10.389616"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3930], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.390446"], ["updated_at", "2016-10-07 18:58:10.390446"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3931], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.391338"], ["updated_at", "2016-10-07 18:58:10.391338"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3932], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.392277"], ["updated_at", "2016-10-07 18:58:10.392277"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3933], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.393132"], ["updated_at", "2016-10-07 18:58:10.393132"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3934], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.394048"], ["updated_at", "2016-10-07 18:58:10.394048"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3935], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.394956"], ["updated_at", "2016-10-07 18:58:10.394956"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3936], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.395789"], ["updated_at", "2016-10-07 18:58:10.395789"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3937], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.396610"], ["updated_at", "2016-10-07 18:58:10.396610"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3938], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.397441"], ["updated_at", "2016-10-07 18:58:10.397441"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3939], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.398291"], ["updated_at", "2016-10-07 18:58:10.398291"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3940], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.399118"], ["updated_at", "2016-10-07 18:58:10.399118"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3941], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.399939"], ["updated_at", "2016-10-07 18:58:10.399939"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3942], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.400751"], ["updated_at", "2016-10-07 18:58:10.400751"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3943], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.401572"], ["updated_at", "2016-10-07 18:58:10.401572"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3944], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.402487"], ["updated_at", "2016-10-07 18:58:10.402487"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3945], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.403889"], ["updated_at", "2016-10-07 18:58:10.403889"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3946], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.405377"], ["updated_at", "2016-10-07 18:58:10.405377"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3947], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.407694"], ["updated_at", "2016-10-07 18:58:10.407694"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3948], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.409144"], ["updated_at", "2016-10-07 18:58:10.409144"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3949], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.411615"], ["updated_at", "2016-10-07 18:58:10.411615"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3950], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.413731"], ["updated_at", "2016-10-07 18:58:10.413731"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3951], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.414778"], ["updated_at", "2016-10-07 18:58:10.414778"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3952], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.415605"], ["updated_at", "2016-10-07 18:58:10.415605"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3953], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.416429"], ["updated_at", "2016-10-07 18:58:10.416429"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3954], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.417245"], ["updated_at", "2016-10-07 18:58:10.417245"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3955], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.418153"], ["updated_at", "2016-10-07 18:58:10.418153"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3956], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.419140"], ["updated_at", "2016-10-07 18:58:10.419140"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3957], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.420232"], ["updated_at", "2016-10-07 18:58:10.420232"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3958], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.421071"], ["updated_at", "2016-10-07 18:58:10.421071"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3959], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.421903"], ["updated_at", "2016-10-07 18:58:10.421903"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3960], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.422737"], ["updated_at", "2016-10-07 18:58:10.422737"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3961], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.423603"], ["updated_at", "2016-10-07 18:58:10.423603"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3962], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.424428"], ["updated_at", "2016-10-07 18:58:10.424428"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3963], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.425276"], ["updated_at", "2016-10-07 18:58:10.425276"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3964], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.426088"], ["updated_at", "2016-10-07 18:58:10.426088"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3965], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.426924"], ["updated_at", "2016-10-07 18:58:10.426924"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3966], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.427773"], ["updated_at", "2016-10-07 18:58:10.427773"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3967], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.428588"], ["updated_at", "2016-10-07 18:58:10.428588"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3968], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.429395"], ["updated_at", "2016-10-07 18:58:10.429395"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3969], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.430222"], ["updated_at", "2016-10-07 18:58:10.430222"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3970], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.431044"], ["updated_at", "2016-10-07 18:58:10.431044"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3971], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.431860"], ["updated_at", "2016-10-07 18:58:10.431860"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3972], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.432675"], ["updated_at", "2016-10-07 18:58:10.432675"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3973], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.433495"], ["updated_at", "2016-10-07 18:58:10.433495"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3974], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.434331"], ["updated_at", "2016-10-07 18:58:10.434331"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3975], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.435163"], ["updated_at", "2016-10-07 18:58:10.435163"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3976], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.436338"], ["updated_at", "2016-10-07 18:58:10.436338"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3977], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.437314"], ["updated_at", "2016-10-07 18:58:10.437314"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3978], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.438141"], ["updated_at", "2016-10-07 18:58:10.438141"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3979], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.438980"], ["updated_at", "2016-10-07 18:58:10.438980"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3980], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.439801"], ["updated_at", "2016-10-07 18:58:10.439801"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3981], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.440616"], ["updated_at", "2016-10-07 18:58:10.440616"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3982], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.441423"], ["updated_at", "2016-10-07 18:58:10.441423"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3983], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.442247"], ["updated_at", "2016-10-07 18:58:10.442247"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 24], ["message_id", 3984], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.443128"], ["updated_at", "2016-10-07 18:58:10.443128"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 3985], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.443980"], ["updated_at", "2016-10-07 18:58:10.443980"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 3986], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.444806"], ["updated_at", "2016-10-07 18:58:10.444806"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 3987], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.445625"], ["updated_at", "2016-10-07 18:58:10.445625"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 3988], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.446438"], ["updated_at", "2016-10-07 18:58:10.446438"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 3989], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.447279"], ["updated_at", "2016-10-07 18:58:10.447279"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 3990], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.448087"], ["updated_at", "2016-10-07 18:58:10.448087"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 3991], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.448928"], ["updated_at", "2016-10-07 18:58:10.448928"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 3992], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.449763"], ["updated_at", "2016-10-07 18:58:10.449763"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 3993], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.450620"], ["updated_at", "2016-10-07 18:58:10.450620"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 3994], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.451458"], ["updated_at", "2016-10-07 18:58:10.451458"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 3995], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.452409"], ["updated_at", "2016-10-07 18:58:10.452409"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 3996], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.453482"], ["updated_at", "2016-10-07 18:58:10.453482"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 3997], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.454319"], ["updated_at", "2016-10-07 18:58:10.454319"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 3998], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.455179"], ["updated_at", "2016-10-07 18:58:10.455179"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 3999], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.456003"], ["updated_at", "2016-10-07 18:58:10.456003"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4000], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.456834"], ["updated_at", "2016-10-07 18:58:10.456834"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4001], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.457666"], ["updated_at", "2016-10-07 18:58:10.457666"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4002], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.458491"], ["updated_at", "2016-10-07 18:58:10.458491"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4003], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.459363"], ["updated_at", "2016-10-07 18:58:10.459363"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4004], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.460185"], ["updated_at", "2016-10-07 18:58:10.460185"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4005], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.461058"], ["updated_at", "2016-10-07 18:58:10.461058"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4006], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.461912"], ["updated_at", "2016-10-07 18:58:10.461912"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4007], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.462768"], ["updated_at", "2016-10-07 18:58:10.462768"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4008], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.463604"], ["updated_at", "2016-10-07 18:58:10.463604"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4009], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.464447"], ["updated_at", "2016-10-07 18:58:10.464447"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4010], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.465284"], ["updated_at", "2016-10-07 18:58:10.465284"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4011], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.466107"], ["updated_at", "2016-10-07 18:58:10.466107"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4012], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.466984"], ["updated_at", "2016-10-07 18:58:10.466984"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4013], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.467827"], ["updated_at", "2016-10-07 18:58:10.467827"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4014], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.468718"], ["updated_at", "2016-10-07 18:58:10.468718"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4015], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.469781"], ["updated_at", "2016-10-07 18:58:10.469781"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4016], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.470777"], ["updated_at", "2016-10-07 18:58:10.470777"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4017], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.471626"], ["updated_at", "2016-10-07 18:58:10.471626"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4018], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.472481"], ["updated_at", "2016-10-07 18:58:10.472481"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4019], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.473311"], ["updated_at", "2016-10-07 18:58:10.473311"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4020], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.474165"], ["updated_at", "2016-10-07 18:58:10.474165"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4021], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.475048"], ["updated_at", "2016-10-07 18:58:10.475048"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4022], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.475903"], ["updated_at", "2016-10-07 18:58:10.475903"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4023], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.476749"], ["updated_at", "2016-10-07 18:58:10.476749"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4024], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.477624"], ["updated_at", "2016-10-07 18:58:10.477624"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4025], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.478486"], ["updated_at", "2016-10-07 18:58:10.478486"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4026], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.479373"], ["updated_at", "2016-10-07 18:58:10.479373"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4027], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.480234"], ["updated_at", "2016-10-07 18:58:10.480234"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4028], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.481148"], ["updated_at", "2016-10-07 18:58:10.481148"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4029], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.481997"], ["updated_at", "2016-10-07 18:58:10.481997"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4030], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.482854"], ["updated_at", "2016-10-07 18:58:10.482854"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4031], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.483686"], ["updated_at", "2016-10-07 18:58:10.483686"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4032], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.484516"], ["updated_at", "2016-10-07 18:58:10.484516"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4033], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.485418"], ["updated_at", "2016-10-07 18:58:10.485418"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4034], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.486486"], ["updated_at", "2016-10-07 18:58:10.486486"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4035], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.487435"], ["updated_at", "2016-10-07 18:58:10.487435"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4036], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.488269"], ["updated_at", "2016-10-07 18:58:10.488269"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4037], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.489117"], ["updated_at", "2016-10-07 18:58:10.489117"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4038], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.489970"], ["updated_at", "2016-10-07 18:58:10.489970"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4039], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.490829"], ["updated_at", "2016-10-07 18:58:10.490829"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4040], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.491678"], ["updated_at", "2016-10-07 18:58:10.491678"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4041], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.492523"], ["updated_at", "2016-10-07 18:58:10.492523"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4042], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.493355"], ["updated_at", "2016-10-07 18:58:10.493355"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4043], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.494238"], ["updated_at", "2016-10-07 18:58:10.494238"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4044], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.495201"], ["updated_at", "2016-10-07 18:58:10.495201"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4045], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.496131"], ["updated_at", "2016-10-07 18:58:10.496131"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4046], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.497048"], ["updated_at", "2016-10-07 18:58:10.497048"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4047], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.497952"], ["updated_at", "2016-10-07 18:58:10.497952"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4048], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.498855"], ["updated_at", "2016-10-07 18:58:10.498855"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4049], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.499776"], ["updated_at", "2016-10-07 18:58:10.499776"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4050], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.500692"], ["updated_at", "2016-10-07 18:58:10.500692"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4051], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.501614"], ["updated_at", "2016-10-07 18:58:10.501614"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4052], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.502683"], ["updated_at", "2016-10-07 18:58:10.502683"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4053], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.503741"], ["updated_at", "2016-10-07 18:58:10.503741"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4054], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.504653"], ["updated_at", "2016-10-07 18:58:10.504653"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4055], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.505559"], ["updated_at", "2016-10-07 18:58:10.505559"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4056], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.506461"], ["updated_at", "2016-10-07 18:58:10.506461"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4057], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.507378"], ["updated_at", "2016-10-07 18:58:10.507378"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4058], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.508278"], ["updated_at", "2016-10-07 18:58:10.508278"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4059], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.509178"], ["updated_at", "2016-10-07 18:58:10.509178"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4060], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.510083"], ["updated_at", "2016-10-07 18:58:10.510083"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4061], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.511020"], ["updated_at", "2016-10-07 18:58:10.511020"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4062], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.511920"], ["updated_at", "2016-10-07 18:58:10.511920"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4063], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.512828"], ["updated_at", "2016-10-07 18:58:10.512828"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4064], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.513742"], ["updated_at", "2016-10-07 18:58:10.513742"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4065], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.514646"], ["updated_at", "2016-10-07 18:58:10.514646"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4066], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.515560"], ["updated_at", "2016-10-07 18:58:10.515560"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4067], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.516469"], ["updated_at", "2016-10-07 18:58:10.516469"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4068], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.517376"], ["updated_at", "2016-10-07 18:58:10.517376"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4069], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.518301"], ["updated_at", "2016-10-07 18:58:10.518301"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4070], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.519385"], ["updated_at", "2016-10-07 18:58:10.519385"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4071], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.520423"], ["updated_at", "2016-10-07 18:58:10.520423"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4072], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.521378"], ["updated_at", "2016-10-07 18:58:10.521378"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4073], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.522348"], ["updated_at", "2016-10-07 18:58:10.522348"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4074], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.523289"], ["updated_at", "2016-10-07 18:58:10.523289"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4075], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.524275"], ["updated_at", "2016-10-07 18:58:10.524275"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4076], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.525201"], ["updated_at", "2016-10-07 18:58:10.525201"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4077], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.526145"], ["updated_at", "2016-10-07 18:58:10.526145"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4078], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.527084"], ["updated_at", "2016-10-07 18:58:10.527084"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4079], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.528064"], ["updated_at", "2016-10-07 18:58:10.528064"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4080], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.529047"], ["updated_at", "2016-10-07 18:58:10.529047"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4081], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.530008"], ["updated_at", "2016-10-07 18:58:10.530008"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4082], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.530978"], ["updated_at", "2016-10-07 18:58:10.530978"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4083], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.531968"], ["updated_at", "2016-10-07 18:58:10.531968"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4084], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.532951"], ["updated_at", "2016-10-07 18:58:10.532951"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4085], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.533885"], ["updated_at", "2016-10-07 18:58:10.533885"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4086], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.534844"], ["updated_at", "2016-10-07 18:58:10.534844"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4087], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.535927"], ["updated_at", "2016-10-07 18:58:10.535927"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4088], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.536924"], ["updated_at", "2016-10-07 18:58:10.536924"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4089], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.537859"], ["updated_at", "2016-10-07 18:58:10.537859"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4090], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.538797"], ["updated_at", "2016-10-07 18:58:10.538797"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4091], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.539675"], ["updated_at", "2016-10-07 18:58:10.539675"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4092], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.545953"], ["updated_at", "2016-10-07 18:58:10.545953"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4093], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.546860"], ["updated_at", "2016-10-07 18:58:10.546860"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4094], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.547678"], ["updated_at", "2016-10-07 18:58:10.547678"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4095], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.548551"], ["updated_at", "2016-10-07 18:58:10.548551"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4096], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.549372"], ["updated_at", "2016-10-07 18:58:10.549372"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4097], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.550213"], ["updated_at", "2016-10-07 18:58:10.550213"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4098], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.551093"], ["updated_at", "2016-10-07 18:58:10.551093"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4099], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.551971"], ["updated_at", "2016-10-07 18:58:10.551971"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4100], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.553016"], ["updated_at", "2016-10-07 18:58:10.553016"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4101], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.553911"], ["updated_at", "2016-10-07 18:58:10.553911"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4102], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.554772"], ["updated_at", "2016-10-07 18:58:10.554772"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4103], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.555633"], ["updated_at", "2016-10-07 18:58:10.555633"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4104], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.556466"], ["updated_at", "2016-10-07 18:58:10.556466"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4105], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.557305"], ["updated_at", "2016-10-07 18:58:10.557305"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4106], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.558144"], ["updated_at", "2016-10-07 18:58:10.558144"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4107], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.559002"], ["updated_at", "2016-10-07 18:58:10.559002"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4108], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.559813"], ["updated_at", "2016-10-07 18:58:10.559813"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4109], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.560655"], ["updated_at", "2016-10-07 18:58:10.560655"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4110], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.561490"], ["updated_at", "2016-10-07 18:58:10.561490"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4111], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.562304"], ["updated_at", "2016-10-07 18:58:10.562304"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4112], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.563179"], ["updated_at", "2016-10-07 18:58:10.563179"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4113], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.564016"], ["updated_at", "2016-10-07 18:58:10.564016"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4114], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.564824"], ["updated_at", "2016-10-07 18:58:10.564824"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4115], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.565658"], ["updated_at", "2016-10-07 18:58:10.565658"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4116], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.566520"], ["updated_at", "2016-10-07 18:58:10.566520"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4117], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.567418"], ["updated_at", "2016-10-07 18:58:10.567418"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4118], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.568573"], ["updated_at", "2016-10-07 18:58:10.568573"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4119], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.569851"], ["updated_at", "2016-10-07 18:58:10.569851"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4120], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.571458"], ["updated_at", "2016-10-07 18:58:10.571458"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4121], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.573342"], ["updated_at", "2016-10-07 18:58:10.573342"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4122], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.575697"], ["updated_at", "2016-10-07 18:58:10.575697"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4123], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.577429"], ["updated_at", "2016-10-07 18:58:10.577429"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4124], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.581185"], ["updated_at", "2016-10-07 18:58:10.581185"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4125], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.582496"], ["updated_at", "2016-10-07 18:58:10.582496"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4126], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.584063"], ["updated_at", "2016-10-07 18:58:10.584063"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4127], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.585054"], ["updated_at", "2016-10-07 18:58:10.585054"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4128], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.586199"], ["updated_at", "2016-10-07 18:58:10.586199"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4129], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.587176"], ["updated_at", "2016-10-07 18:58:10.587176"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4130], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.588003"], ["updated_at", "2016-10-07 18:58:10.588003"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4131], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.588835"], ["updated_at", "2016-10-07 18:58:10.588835"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4132], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.589646"], ["updated_at", "2016-10-07 18:58:10.589646"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4133], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.590484"], ["updated_at", "2016-10-07 18:58:10.590484"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4134], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.591356"], ["updated_at", "2016-10-07 18:58:10.591356"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4135], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.592173"], ["updated_at", "2016-10-07 18:58:10.592173"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4136], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.593166"], ["updated_at", "2016-10-07 18:58:10.593166"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4137], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.595548"], ["updated_at", "2016-10-07 18:58:10.595548"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4138], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.596662"], ["updated_at", "2016-10-07 18:58:10.596662"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4139], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.597564"], ["updated_at", "2016-10-07 18:58:10.597564"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4140], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.598444"], ["updated_at", "2016-10-07 18:58:10.598444"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4141], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.599328"], ["updated_at", "2016-10-07 18:58:10.599328"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4142], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.600185"], ["updated_at", "2016-10-07 18:58:10.600185"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4143], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.601002"], ["updated_at", "2016-10-07 18:58:10.601002"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4144], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.602029"], ["updated_at", "2016-10-07 18:58:10.602029"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4145], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.603241"], ["updated_at", "2016-10-07 18:58:10.603241"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4146], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.604127"], ["updated_at", "2016-10-07 18:58:10.604127"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4147], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.604946"], ["updated_at", "2016-10-07 18:58:10.604946"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4148], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.605763"], ["updated_at", "2016-10-07 18:58:10.605763"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4149], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.606601"], ["updated_at", "2016-10-07 18:58:10.606601"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 25], ["message_id", 4150], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.607412"], ["updated_at", "2016-10-07 18:58:10.607412"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4151], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.608259"], ["updated_at", "2016-10-07 18:58:10.608259"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4152], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.609068"], ["updated_at", "2016-10-07 18:58:10.609068"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4153], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.609879"], ["updated_at", "2016-10-07 18:58:10.609879"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4154], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.610721"], ["updated_at", "2016-10-07 18:58:10.610721"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4155], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.611559"], ["updated_at", "2016-10-07 18:58:10.611559"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4156], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.612375"], ["updated_at", "2016-10-07 18:58:10.612375"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4157], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.613200"], ["updated_at", "2016-10-07 18:58:10.613200"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4158], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.614016"], ["updated_at", "2016-10-07 18:58:10.614016"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4159], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.614862"], ["updated_at", "2016-10-07 18:58:10.614862"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4160], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.615749"], ["updated_at", "2016-10-07 18:58:10.615749"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4161], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.616566"], ["updated_at", "2016-10-07 18:58:10.616566"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4162], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.617386"], ["updated_at", "2016-10-07 18:58:10.617386"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4163], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.618206"], ["updated_at", "2016-10-07 18:58:10.618206"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4164], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.619256"], ["updated_at", "2016-10-07 18:58:10.619256"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4165], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.620245"], ["updated_at", "2016-10-07 18:58:10.620245"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4166], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.621077"], ["updated_at", "2016-10-07 18:58:10.621077"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4167], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.621931"], ["updated_at", "2016-10-07 18:58:10.621931"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4168], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.622776"], ["updated_at", "2016-10-07 18:58:10.622776"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4169], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.623622"], ["updated_at", "2016-10-07 18:58:10.623622"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4170], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.624481"], ["updated_at", "2016-10-07 18:58:10.624481"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4171], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.625298"], ["updated_at", "2016-10-07 18:58:10.625298"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4172], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.626099"], ["updated_at", "2016-10-07 18:58:10.626099"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4173], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.626946"], ["updated_at", "2016-10-07 18:58:10.626946"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4174], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.627772"], ["updated_at", "2016-10-07 18:58:10.627772"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4175], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.628617"], ["updated_at", "2016-10-07 18:58:10.628617"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4176], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.629452"], ["updated_at", "2016-10-07 18:58:10.629452"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4177], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.630266"], ["updated_at", "2016-10-07 18:58:10.630266"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4178], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.631126"], ["updated_at", "2016-10-07 18:58:10.631126"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4179], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.631939"], ["updated_at", "2016-10-07 18:58:10.631939"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4180], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.632750"], ["updated_at", "2016-10-07 18:58:10.632750"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4181], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.633589"], ["updated_at", "2016-10-07 18:58:10.633589"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4182], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.634401"], ["updated_at", "2016-10-07 18:58:10.634401"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4183], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.635334"], ["updated_at", "2016-10-07 18:58:10.635334"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4184], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.636444"], ["updated_at", "2016-10-07 18:58:10.636444"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4185], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.637544"], ["updated_at", "2016-10-07 18:58:10.637544"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4186], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.639035"], ["updated_at", "2016-10-07 18:58:10.639035"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4187], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.640637"], ["updated_at", "2016-10-07 18:58:10.640637"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4188], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.642881"], ["updated_at", "2016-10-07 18:58:10.642881"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4189], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.645132"], ["updated_at", "2016-10-07 18:58:10.645132"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4190], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.647070"], ["updated_at", "2016-10-07 18:58:10.647070"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4191], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.648406"], ["updated_at", "2016-10-07 18:58:10.648406"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4192], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.649320"], ["updated_at", "2016-10-07 18:58:10.649320"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4193], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.650220"], ["updated_at", "2016-10-07 18:58:10.650220"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4194], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.651203"], ["updated_at", "2016-10-07 18:58:10.651203"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4195], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.652283"], ["updated_at", "2016-10-07 18:58:10.652283"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4196], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.653452"], ["updated_at", "2016-10-07 18:58:10.653452"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4197], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.654296"], ["updated_at", "2016-10-07 18:58:10.654296"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4198], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.655169"], ["updated_at", "2016-10-07 18:58:10.655169"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4199], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.656004"], ["updated_at", "2016-10-07 18:58:10.656004"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4200], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.656848"], ["updated_at", "2016-10-07 18:58:10.656848"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4201], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.657666"], ["updated_at", "2016-10-07 18:58:10.657666"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4202], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.658493"], ["updated_at", "2016-10-07 18:58:10.658493"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4203], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.659369"], ["updated_at", "2016-10-07 18:58:10.659369"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4204], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.660180"], ["updated_at", "2016-10-07 18:58:10.660180"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4205], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.661007"], ["updated_at", "2016-10-07 18:58:10.661007"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4206], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.661868"], ["updated_at", "2016-10-07 18:58:10.661868"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4207], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.662773"], ["updated_at", "2016-10-07 18:58:10.662773"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4208], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.663591"], ["updated_at", "2016-10-07 18:58:10.663591"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4209], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.664416"], ["updated_at", "2016-10-07 18:58:10.664416"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4210], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.665235"], ["updated_at", "2016-10-07 18:58:10.665235"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4211], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.666042"], ["updated_at", "2016-10-07 18:58:10.666042"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4212], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.666889"], ["updated_at", "2016-10-07 18:58:10.666889"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4213], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.667707"], ["updated_at", "2016-10-07 18:58:10.667707"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4214], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.668603"], ["updated_at", "2016-10-07 18:58:10.668603"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4215], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.669956"], ["updated_at", "2016-10-07 18:58:10.669956"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4216], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.670865"], ["updated_at", "2016-10-07 18:58:10.670865"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4217], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.671693"], ["updated_at", "2016-10-07 18:58:10.671693"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4218], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.672526"], ["updated_at", "2016-10-07 18:58:10.672526"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4219], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.673356"], ["updated_at", "2016-10-07 18:58:10.673356"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4220], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.674173"], ["updated_at", "2016-10-07 18:58:10.674173"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4221], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.675010"], ["updated_at", "2016-10-07 18:58:10.675010"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4222], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.675829"], ["updated_at", "2016-10-07 18:58:10.675829"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4223], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.676655"], ["updated_at", "2016-10-07 18:58:10.676655"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4224], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.677515"], ["updated_at", "2016-10-07 18:58:10.677515"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4225], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.678355"], ["updated_at", "2016-10-07 18:58:10.678355"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4226], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.679218"], ["updated_at", "2016-10-07 18:58:10.679218"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4227], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.680086"], ["updated_at", "2016-10-07 18:58:10.680086"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4228], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.681031"], ["updated_at", "2016-10-07 18:58:10.681031"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4229], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.681941"], ["updated_at", "2016-10-07 18:58:10.681941"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4230], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.682861"], ["updated_at", "2016-10-07 18:58:10.682861"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4231], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.683754"], ["updated_at", "2016-10-07 18:58:10.683754"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4232], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.684680"], ["updated_at", "2016-10-07 18:58:10.684680"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4233], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.685798"], ["updated_at", "2016-10-07 18:58:10.685798"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4234], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.686915"], ["updated_at", "2016-10-07 18:58:10.686915"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4235], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.687761"], ["updated_at", "2016-10-07 18:58:10.687761"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4236], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.688604"], ["updated_at", "2016-10-07 18:58:10.688604"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4237], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.689428"], ["updated_at", "2016-10-07 18:58:10.689428"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4238], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.690240"], ["updated_at", "2016-10-07 18:58:10.690240"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4239], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.691100"], ["updated_at", "2016-10-07 18:58:10.691100"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4240], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.691910"], ["updated_at", "2016-10-07 18:58:10.691910"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4241], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.692725"], ["updated_at", "2016-10-07 18:58:10.692725"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4242], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.693539"], ["updated_at", "2016-10-07 18:58:10.693539"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4243], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.694386"], ["updated_at", "2016-10-07 18:58:10.694386"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4244], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.695241"], ["updated_at", "2016-10-07 18:58:10.695241"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4245], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.696057"], ["updated_at", "2016-10-07 18:58:10.696057"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4246], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.696929"], ["updated_at", "2016-10-07 18:58:10.696929"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4247], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.697804"], ["updated_at", "2016-10-07 18:58:10.697804"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4248], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.698648"], ["updated_at", "2016-10-07 18:58:10.698648"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4249], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.699466"], ["updated_at", "2016-10-07 18:58:10.699466"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4250], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.700297"], ["updated_at", "2016-10-07 18:58:10.700297"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4251], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.701246"], ["updated_at", "2016-10-07 18:58:10.701246"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4252], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.702433"], ["updated_at", "2016-10-07 18:58:10.702433"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4253], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.704430"], ["updated_at", "2016-10-07 18:58:10.704430"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4254], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.705708"], ["updated_at", "2016-10-07 18:58:10.705708"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4255], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.706628"], ["updated_at", "2016-10-07 18:58:10.706628"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4256], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.707491"], ["updated_at", "2016-10-07 18:58:10.707491"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4257], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.708306"], ["updated_at", "2016-10-07 18:58:10.708306"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4258], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.709126"], ["updated_at", "2016-10-07 18:58:10.709126"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4259], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.709967"], ["updated_at", "2016-10-07 18:58:10.709967"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4260], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.710792"], ["updated_at", "2016-10-07 18:58:10.710792"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4261], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.711619"], ["updated_at", "2016-10-07 18:58:10.711619"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4262], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.712424"], ["updated_at", "2016-10-07 18:58:10.712424"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4263], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.713246"], ["updated_at", "2016-10-07 18:58:10.713246"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4264], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.714054"], ["updated_at", "2016-10-07 18:58:10.714054"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4265], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.714899"], ["updated_at", "2016-10-07 18:58:10.714899"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4266], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.715720"], ["updated_at", "2016-10-07 18:58:10.715720"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4267], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.716526"], ["updated_at", "2016-10-07 18:58:10.716526"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4268], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.717345"], ["updated_at", "2016-10-07 18:58:10.717345"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4269], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.718250"], ["updated_at", "2016-10-07 18:58:10.718250"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4270], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.719534"], ["updated_at", "2016-10-07 18:58:10.719534"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4271], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.720738"], ["updated_at", "2016-10-07 18:58:10.720738"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4272], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.721925"], ["updated_at", "2016-10-07 18:58:10.721925"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4273], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.724128"], ["updated_at", "2016-10-07 18:58:10.724128"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4274], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.725367"], ["updated_at", "2016-10-07 18:58:10.725367"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4275], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.727859"], ["updated_at", "2016-10-07 18:58:10.727859"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4276], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.729794"], ["updated_at", "2016-10-07 18:58:10.729794"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4277], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.730762"], ["updated_at", "2016-10-07 18:58:10.730762"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4278], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.731624"], ["updated_at", "2016-10-07 18:58:10.731624"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4279], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.732461"], ["updated_at", "2016-10-07 18:58:10.732461"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4280], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.733281"], ["updated_at", "2016-10-07 18:58:10.733281"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4281], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.734116"], ["updated_at", "2016-10-07 18:58:10.734116"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4282], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.735070"], ["updated_at", "2016-10-07 18:58:10.735070"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4283], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.736382"], ["updated_at", "2016-10-07 18:58:10.736382"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4284], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.737283"], ["updated_at", "2016-10-07 18:58:10.737283"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4285], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.738112"], ["updated_at", "2016-10-07 18:58:10.738112"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4286], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.738952"], ["updated_at", "2016-10-07 18:58:10.738952"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4287], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.739765"], ["updated_at", "2016-10-07 18:58:10.739765"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4288], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.740580"], ["updated_at", "2016-10-07 18:58:10.740580"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4289], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.741434"], ["updated_at", "2016-10-07 18:58:10.741434"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4290], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.742260"], ["updated_at", "2016-10-07 18:58:10.742260"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4291], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.743112"], ["updated_at", "2016-10-07 18:58:10.743112"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4292], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.743960"], ["updated_at", "2016-10-07 18:58:10.743960"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4293], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.744797"], ["updated_at", "2016-10-07 18:58:10.744797"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4294], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.745603"], ["updated_at", "2016-10-07 18:58:10.745603"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4295], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.746420"], ["updated_at", "2016-10-07 18:58:10.746420"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4296], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.747268"], ["updated_at", "2016-10-07 18:58:10.747268"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4297], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.748096"], ["updated_at", "2016-10-07 18:58:10.748096"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4298], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.748902"], ["updated_at", "2016-10-07 18:58:10.748902"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4299], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.749711"], ["updated_at", "2016-10-07 18:58:10.749711"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4300], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.750576"], ["updated_at", "2016-10-07 18:58:10.750576"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4301], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.751393"], ["updated_at", "2016-10-07 18:58:10.751393"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4302], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.752524"], ["updated_at", "2016-10-07 18:58:10.752524"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4303], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.753687"], ["updated_at", "2016-10-07 18:58:10.753687"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4304], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.754555"], ["updated_at", "2016-10-07 18:58:10.754555"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4305], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.755391"], ["updated_at", "2016-10-07 18:58:10.755391"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4306], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.756236"], ["updated_at", "2016-10-07 18:58:10.756236"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4307], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.757053"], ["updated_at", "2016-10-07 18:58:10.757053"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4308], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.757866"], ["updated_at", "2016-10-07 18:58:10.757866"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4309], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.758730"], ["updated_at", "2016-10-07 18:58:10.758730"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4310], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.759556"], ["updated_at", "2016-10-07 18:58:10.759556"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4311], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.760377"], ["updated_at", "2016-10-07 18:58:10.760377"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4312], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.761216"], ["updated_at", "2016-10-07 18:58:10.761216"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4313], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.762028"], ["updated_at", "2016-10-07 18:58:10.762028"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4314], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.762862"], ["updated_at", "2016-10-07 18:58:10.762862"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4315], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.763692"], ["updated_at", "2016-10-07 18:58:10.763692"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 26], ["message_id", 4316], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.764526"], ["updated_at", "2016-10-07 18:58:10.764526"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4317], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.765345"], ["updated_at", "2016-10-07 18:58:10.765345"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4318], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.766178"], ["updated_at", "2016-10-07 18:58:10.766178"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4319], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.767032"], ["updated_at", "2016-10-07 18:58:10.767032"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4320], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.767884"], ["updated_at", "2016-10-07 18:58:10.767884"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4321], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.768951"], ["updated_at", "2016-10-07 18:58:10.768951"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4322], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.770059"], ["updated_at", "2016-10-07 18:58:10.770059"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4323], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.770963"], ["updated_at", "2016-10-07 18:58:10.770963"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4324], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.771797"], ["updated_at", "2016-10-07 18:58:10.771797"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4325], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.772628"], ["updated_at", "2016-10-07 18:58:10.772628"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4326], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.773492"], ["updated_at", "2016-10-07 18:58:10.773492"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4327], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.774305"], ["updated_at", "2016-10-07 18:58:10.774305"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4328], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.775156"], ["updated_at", "2016-10-07 18:58:10.775156"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4329], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.775982"], ["updated_at", "2016-10-07 18:58:10.775982"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4330], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.776789"], ["updated_at", "2016-10-07 18:58:10.776789"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4331], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.777652"], ["updated_at", "2016-10-07 18:58:10.777652"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4332], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.778481"], ["updated_at", "2016-10-07 18:58:10.778481"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4333], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.779331"], ["updated_at", "2016-10-07 18:58:10.779331"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4334], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.780168"], ["updated_at", "2016-10-07 18:58:10.780168"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4335], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.780990"], ["updated_at", "2016-10-07 18:58:10.780990"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4336], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.781808"], ["updated_at", "2016-10-07 18:58:10.781808"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4337], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.782674"], ["updated_at", "2016-10-07 18:58:10.782674"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4338], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.783499"], ["updated_at", "2016-10-07 18:58:10.783499"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4339], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.784311"], ["updated_at", "2016-10-07 18:58:10.784311"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4340], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.785281"], ["updated_at", "2016-10-07 18:58:10.785281"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4341], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.786443"], ["updated_at", "2016-10-07 18:58:10.786443"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4342], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.787344"], ["updated_at", "2016-10-07 18:58:10.787344"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4343], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.788181"], ["updated_at", "2016-10-07 18:58:10.788181"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4344], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.788993"], ["updated_at", "2016-10-07 18:58:10.788993"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4345], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.789839"], ["updated_at", "2016-10-07 18:58:10.789839"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4346], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.790686"], ["updated_at", "2016-10-07 18:58:10.790686"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4347], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.791507"], ["updated_at", "2016-10-07 18:58:10.791507"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4348], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.792333"], ["updated_at", "2016-10-07 18:58:10.792333"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4349], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.793156"], ["updated_at", "2016-10-07 18:58:10.793156"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4350], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.794006"], ["updated_at", "2016-10-07 18:58:10.794006"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4351], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.794855"], ["updated_at", "2016-10-07 18:58:10.794855"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4352], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.795694"], ["updated_at", "2016-10-07 18:58:10.795694"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4353], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.796514"], ["updated_at", "2016-10-07 18:58:10.796514"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4354], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.797370"], ["updated_at", "2016-10-07 18:58:10.797370"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4355], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.798244"], ["updated_at", "2016-10-07 18:58:10.798244"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4356], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.799123"], ["updated_at", "2016-10-07 18:58:10.799123"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4357], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.799981"], ["updated_at", "2016-10-07 18:58:10.799981"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4358], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.800823"], ["updated_at", "2016-10-07 18:58:10.800823"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4359], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.801792"], ["updated_at", "2016-10-07 18:58:10.801792"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4360], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.803080"], ["updated_at", "2016-10-07 18:58:10.803080"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4361], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.803959"], ["updated_at", "2016-10-07 18:58:10.803959"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4362], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.804800"], ["updated_at", "2016-10-07 18:58:10.804800"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4363], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.805642"], ["updated_at", "2016-10-07 18:58:10.805642"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4364], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.806493"], ["updated_at", "2016-10-07 18:58:10.806493"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4365], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.807349"], ["updated_at", "2016-10-07 18:58:10.807349"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4366], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.808182"], ["updated_at", "2016-10-07 18:58:10.808182"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4367], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.809023"], ["updated_at", "2016-10-07 18:58:10.809023"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4368], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.809854"], ["updated_at", "2016-10-07 18:58:10.809854"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4369], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.810720"], ["updated_at", "2016-10-07 18:58:10.810720"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4370], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.811556"], ["updated_at", "2016-10-07 18:58:10.811556"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4371], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.812382"], ["updated_at", "2016-10-07 18:58:10.812382"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4372], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.813224"], ["updated_at", "2016-10-07 18:58:10.813224"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4373], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.814064"], ["updated_at", "2016-10-07 18:58:10.814064"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4374], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.814945"], ["updated_at", "2016-10-07 18:58:10.814945"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4375], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.815799"], ["updated_at", "2016-10-07 18:58:10.815799"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4376], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.816627"], ["updated_at", "2016-10-07 18:58:10.816627"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4377], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.817468"], ["updated_at", "2016-10-07 18:58:10.817468"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4378], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.818375"], ["updated_at", "2016-10-07 18:58:10.818375"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4379], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.819648"], ["updated_at", "2016-10-07 18:58:10.819648"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4380], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.820546"], ["updated_at", "2016-10-07 18:58:10.820546"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4381], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.821393"], ["updated_at", "2016-10-07 18:58:10.821393"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4382], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.822241"], ["updated_at", "2016-10-07 18:58:10.822241"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4383], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.823105"], ["updated_at", "2016-10-07 18:58:10.823105"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4384], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.823947"], ["updated_at", "2016-10-07 18:58:10.823947"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4385], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.824787"], ["updated_at", "2016-10-07 18:58:10.824787"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4386], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.825621"], ["updated_at", "2016-10-07 18:58:10.825621"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4387], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.826458"], ["updated_at", "2016-10-07 18:58:10.826458"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4388], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.827325"], ["updated_at", "2016-10-07 18:58:10.827325"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4389], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.828169"], ["updated_at", "2016-10-07 18:58:10.828169"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4390], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.829008"], ["updated_at", "2016-10-07 18:58:10.829008"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4391], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.829847"], ["updated_at", "2016-10-07 18:58:10.829847"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4392], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.830694"], ["updated_at", "2016-10-07 18:58:10.830694"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4393], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.831526"], ["updated_at", "2016-10-07 18:58:10.831526"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4394], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.832365"], ["updated_at", "2016-10-07 18:58:10.832365"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4395], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.833245"], ["updated_at", "2016-10-07 18:58:10.833245"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4396], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.834084"], ["updated_at", "2016-10-07 18:58:10.834084"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4397], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.835016"], ["updated_at", "2016-10-07 18:58:10.835016"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4398], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.836294"], ["updated_at", "2016-10-07 18:58:10.836294"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4399], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.837173"], ["updated_at", "2016-10-07 18:58:10.837173"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4400], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.838032"], ["updated_at", "2016-10-07 18:58:10.838032"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4401], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.838912"], ["updated_at", "2016-10-07 18:58:10.838912"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4402], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.839735"], ["updated_at", "2016-10-07 18:58:10.839735"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4403], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.840578"], ["updated_at", "2016-10-07 18:58:10.840578"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4404], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.841402"], ["updated_at", "2016-10-07 18:58:10.841402"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4405], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.842239"], ["updated_at", "2016-10-07 18:58:10.842239"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4406], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.843098"], ["updated_at", "2016-10-07 18:58:10.843098"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4407], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.843951"], ["updated_at", "2016-10-07 18:58:10.843951"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4408], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.844795"], ["updated_at", "2016-10-07 18:58:10.844795"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4409], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.845648"], ["updated_at", "2016-10-07 18:58:10.845648"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4410], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.846479"], ["updated_at", "2016-10-07 18:58:10.846479"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4411], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.847349"], ["updated_at", "2016-10-07 18:58:10.847349"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4412], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.848197"], ["updated_at", "2016-10-07 18:58:10.848197"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4413], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.849058"], ["updated_at", "2016-10-07 18:58:10.849058"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4414], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.849910"], ["updated_at", "2016-10-07 18:58:10.849910"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4415], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.850798"], ["updated_at", "2016-10-07 18:58:10.850798"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4416], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.851810"], ["updated_at", "2016-10-07 18:58:10.851810"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4417], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.853052"], ["updated_at", "2016-10-07 18:58:10.853052"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4418], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.853973"], ["updated_at", "2016-10-07 18:58:10.853973"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4419], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.854869"], ["updated_at", "2016-10-07 18:58:10.854869"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4420], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.855738"], ["updated_at", "2016-10-07 18:58:10.855738"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4421], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.856587"], ["updated_at", "2016-10-07 18:58:10.856587"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4422], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.857459"], ["updated_at", "2016-10-07 18:58:10.857459"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4423], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.858342"], ["updated_at", "2016-10-07 18:58:10.858342"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4424], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.859225"], ["updated_at", "2016-10-07 18:58:10.859225"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4425], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.860097"], ["updated_at", "2016-10-07 18:58:10.860097"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4426], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.860997"], ["updated_at", "2016-10-07 18:58:10.860997"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4427], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.861851"], ["updated_at", "2016-10-07 18:58:10.861851"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4428], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.862751"], ["updated_at", "2016-10-07 18:58:10.862751"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4429], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.863614"], ["updated_at", "2016-10-07 18:58:10.863614"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4430], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.864477"], ["updated_at", "2016-10-07 18:58:10.864477"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4431], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.865335"], ["updated_at", "2016-10-07 18:58:10.865335"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4432], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.866205"], ["updated_at", "2016-10-07 18:58:10.866205"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4433], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.867119"], ["updated_at", "2016-10-07 18:58:10.867119"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4434], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.873879"], ["updated_at", "2016-10-07 18:58:10.873879"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4435], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.875013"], ["updated_at", "2016-10-07 18:58:10.875013"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4436], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.875848"], ["updated_at", "2016-10-07 18:58:10.875848"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4437], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.876665"], ["updated_at", "2016-10-07 18:58:10.876665"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4438], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.877520"], ["updated_at", "2016-10-07 18:58:10.877520"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4439], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.878383"], ["updated_at", "2016-10-07 18:58:10.878383"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4440], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.879304"], ["updated_at", "2016-10-07 18:58:10.879304"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4441], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.880169"], ["updated_at", "2016-10-07 18:58:10.880169"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4442], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.880990"], ["updated_at", "2016-10-07 18:58:10.880990"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4443], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.881813"], ["updated_at", "2016-10-07 18:58:10.881813"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4444], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.882654"], ["updated_at", "2016-10-07 18:58:10.882654"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4445], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.883484"], ["updated_at", "2016-10-07 18:58:10.883484"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4446], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.884298"], ["updated_at", "2016-10-07 18:58:10.884298"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4447], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.885268"], ["updated_at", "2016-10-07 18:58:10.885268"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4448], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.886574"], ["updated_at", "2016-10-07 18:58:10.886574"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4449], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.887854"], ["updated_at", "2016-10-07 18:58:10.887854"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4450], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.890131"], ["updated_at", "2016-10-07 18:58:10.890131"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4451], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.891476"], ["updated_at", "2016-10-07 18:58:10.891476"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4452], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.893347"], ["updated_at", "2016-10-07 18:58:10.893347"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4453], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.895775"], ["updated_at", "2016-10-07 18:58:10.895775"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4454], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.896817"], ["updated_at", "2016-10-07 18:58:10.896817"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4455], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.897658"], ["updated_at", "2016-10-07 18:58:10.897658"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4456], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.898610"], ["updated_at", "2016-10-07 18:58:10.898610"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4457], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.899515"], ["updated_at", "2016-10-07 18:58:10.899515"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4458], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.900406"], ["updated_at", "2016-10-07 18:58:10.900406"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4459], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.901424"], ["updated_at", "2016-10-07 18:58:10.901424"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4460], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.902724"], ["updated_at", "2016-10-07 18:58:10.902724"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4461], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.903628"], ["updated_at", "2016-10-07 18:58:10.903628"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4462], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.904470"], ["updated_at", "2016-10-07 18:58:10.904470"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4463], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.905337"], ["updated_at", "2016-10-07 18:58:10.905337"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4464], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.906173"], ["updated_at", "2016-10-07 18:58:10.906173"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4465], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.907101"], ["updated_at", "2016-10-07 18:58:10.907101"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4466], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.907962"], ["updated_at", "2016-10-07 18:58:10.907962"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4467], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.908827"], ["updated_at", "2016-10-07 18:58:10.908827"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4468], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.909707"], ["updated_at", "2016-10-07 18:58:10.909707"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4469], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.910580"], ["updated_at", "2016-10-07 18:58:10.910580"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4470], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.911449"], ["updated_at", "2016-10-07 18:58:10.911449"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4471], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.912279"], ["updated_at", "2016-10-07 18:58:10.912279"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4472], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.913127"], ["updated_at", "2016-10-07 18:58:10.913127"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4473], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.913966"], ["updated_at", "2016-10-07 18:58:10.913966"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4474], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.914811"], ["updated_at", "2016-10-07 18:58:10.914811"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4475], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.915634"], ["updated_at", "2016-10-07 18:58:10.915634"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4476], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.916482"], ["updated_at", "2016-10-07 18:58:10.916482"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4477], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.917303"], ["updated_at", "2016-10-07 18:58:10.917303"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4478], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.918179"], ["updated_at", "2016-10-07 18:58:10.918179"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4479], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.919339"], ["updated_at", "2016-10-07 18:58:10.919339"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4480], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.920468"], ["updated_at", "2016-10-07 18:58:10.920468"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4481], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.921726"], ["updated_at", "2016-10-07 18:58:10.921726"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 27], ["message_id", 4482], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.923449"], ["updated_at", "2016-10-07 18:58:10.923449"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4483], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.926201"], ["updated_at", "2016-10-07 18:58:10.926201"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4484], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.928372"], ["updated_at", "2016-10-07 18:58:10.928372"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4485], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.931028"], ["updated_at", "2016-10-07 18:58:10.931028"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4486], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.932217"], ["updated_at", "2016-10-07 18:58:10.932217"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4487], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.933203"], ["updated_at", "2016-10-07 18:58:10.933203"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4488], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.934193"], ["updated_at", "2016-10-07 18:58:10.934193"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4489], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.935374"], ["updated_at", "2016-10-07 18:58:10.935374"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4490], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.936503"], ["updated_at", "2016-10-07 18:58:10.936503"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4491], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.937536"], ["updated_at", "2016-10-07 18:58:10.937536"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4492], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.938468"], ["updated_at", "2016-10-07 18:58:10.938468"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4493], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.939405"], ["updated_at", "2016-10-07 18:58:10.939405"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4494], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.940302"], ["updated_at", "2016-10-07 18:58:10.940302"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4495], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.941178"], ["updated_at", "2016-10-07 18:58:10.941178"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4496], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.942049"], ["updated_at", "2016-10-07 18:58:10.942049"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4497], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.942972"], ["updated_at", "2016-10-07 18:58:10.942972"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4498], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.943851"], ["updated_at", "2016-10-07 18:58:10.943851"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4499], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.944730"], ["updated_at", "2016-10-07 18:58:10.944730"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4500], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.945574"], ["updated_at", "2016-10-07 18:58:10.945574"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4501], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.946430"], ["updated_at", "2016-10-07 18:58:10.946430"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4502], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.947273"], ["updated_at", "2016-10-07 18:58:10.947273"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4503], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.948127"], ["updated_at", "2016-10-07 18:58:10.948127"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4504], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.948962"], ["updated_at", "2016-10-07 18:58:10.948962"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4505], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.949795"], ["updated_at", "2016-10-07 18:58:10.949795"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4506], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.950646"], ["updated_at", "2016-10-07 18:58:10.950646"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4507], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.951508"], ["updated_at", "2016-10-07 18:58:10.951508"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4508], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.952592"], ["updated_at", "2016-10-07 18:58:10.952592"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4509], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.953549"], ["updated_at", "2016-10-07 18:58:10.953549"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4510], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.954461"], ["updated_at", "2016-10-07 18:58:10.954461"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4511], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.955380"], ["updated_at", "2016-10-07 18:58:10.955380"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4512], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.956264"], ["updated_at", "2016-10-07 18:58:10.956264"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4513], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.957155"], ["updated_at", "2016-10-07 18:58:10.957155"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4514], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.958004"], ["updated_at", "2016-10-07 18:58:10.958004"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4515], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.958865"], ["updated_at", "2016-10-07 18:58:10.958865"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4516], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.959703"], ["updated_at", "2016-10-07 18:58:10.959703"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4517], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.960585"], ["updated_at", "2016-10-07 18:58:10.960585"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4518], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.961425"], ["updated_at", "2016-10-07 18:58:10.961425"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4519], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.962260"], ["updated_at", "2016-10-07 18:58:10.962260"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4520], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.963127"], ["updated_at", "2016-10-07 18:58:10.963127"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4521], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.963965"], ["updated_at", "2016-10-07 18:58:10.963965"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4522], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.964801"], ["updated_at", "2016-10-07 18:58:10.964801"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4523], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.965636"], ["updated_at", "2016-10-07 18:58:10.965636"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4524], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.966495"], ["updated_at", "2016-10-07 18:58:10.966495"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4525], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.967353"], ["updated_at", "2016-10-07 18:58:10.967353"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4526], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.968228"], ["updated_at", "2016-10-07 18:58:10.968228"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4527], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.969268"], ["updated_at", "2016-10-07 18:58:10.969268"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4528], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.970176"], ["updated_at", "2016-10-07 18:58:10.970176"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4529], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.971158"], ["updated_at", "2016-10-07 18:58:10.971158"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4530], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.972048"], ["updated_at", "2016-10-07 18:58:10.972048"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4531], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.972908"], ["updated_at", "2016-10-07 18:58:10.972908"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4532], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.973774"], ["updated_at", "2016-10-07 18:58:10.973774"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4533], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.974666"], ["updated_at", "2016-10-07 18:58:10.974666"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4534], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.975525"], ["updated_at", "2016-10-07 18:58:10.975525"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4535], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.976373"], ["updated_at", "2016-10-07 18:58:10.976373"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4536], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.977222"], ["updated_at", "2016-10-07 18:58:10.977222"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4537], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.978087"], ["updated_at", "2016-10-07 18:58:10.978087"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4538], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.978951"], ["updated_at", "2016-10-07 18:58:10.978951"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4539], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.979783"], ["updated_at", "2016-10-07 18:58:10.979783"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4540], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.980618"], ["updated_at", "2016-10-07 18:58:10.980618"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4541], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.981435"], ["updated_at", "2016-10-07 18:58:10.981435"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4542], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.982267"], ["updated_at", "2016-10-07 18:58:10.982267"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4543], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.983155"], ["updated_at", "2016-10-07 18:58:10.983155"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4544], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.983986"], ["updated_at", "2016-10-07 18:58:10.983986"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4545], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.984862"], ["updated_at", "2016-10-07 18:58:10.984862"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4546], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.985909"], ["updated_at", "2016-10-07 18:58:10.985909"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4547], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.986817"], ["updated_at", "2016-10-07 18:58:10.986817"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4548], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.987708"], ["updated_at", "2016-10-07 18:58:10.987708"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4549], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.988575"], ["updated_at", "2016-10-07 18:58:10.988575"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4550], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.989437"], ["updated_at", "2016-10-07 18:58:10.989437"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4551], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.990316"], ["updated_at", "2016-10-07 18:58:10.990316"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4552], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.991198"], ["updated_at", "2016-10-07 18:58:10.991198"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4553], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.992034"], ["updated_at", "2016-10-07 18:58:10.992034"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4554], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.992878"], ["updated_at", "2016-10-07 18:58:10.992878"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4555], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.993748"], ["updated_at", "2016-10-07 18:58:10.993748"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4556], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.994622"], ["updated_at", "2016-10-07 18:58:10.994622"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4557], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.995466"], ["updated_at", "2016-10-07 18:58:10.995466"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4558], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.996287"], ["updated_at", "2016-10-07 18:58:10.996287"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4559], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.997134"], ["updated_at", "2016-10-07 18:58:10.997134"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4560], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.997957"], ["updated_at", "2016-10-07 18:58:10.997957"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4561], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.998858"], ["updated_at", "2016-10-07 18:58:10.998858"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4562], ["status", "sent"], ["created_at", "2016-10-07 18:58:10.999732"], ["updated_at", "2016-10-07 18:58:10.999732"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4563], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.000590"], ["updated_at", "2016-10-07 18:58:11.000590"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4564], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.001447"], ["updated_at", "2016-10-07 18:58:11.001447"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4565], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.002496"], ["updated_at", "2016-10-07 18:58:11.002496"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4566], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.003491"], ["updated_at", "2016-10-07 18:58:11.003491"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4567], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.004370"], ["updated_at", "2016-10-07 18:58:11.004370"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4568], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.005244"], ["updated_at", "2016-10-07 18:58:11.005244"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4569], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.006110"], ["updated_at", "2016-10-07 18:58:11.006110"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4570], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.006993"], ["updated_at", "2016-10-07 18:58:11.006993"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4571], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.007850"], ["updated_at", "2016-10-07 18:58:11.007850"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4572], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.008690"], ["updated_at", "2016-10-07 18:58:11.008690"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4573], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.009546"], ["updated_at", "2016-10-07 18:58:11.009546"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4574], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.010394"], ["updated_at", "2016-10-07 18:58:11.010394"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4575], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.011264"], ["updated_at", "2016-10-07 18:58:11.011264"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4576], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.012091"], ["updated_at", "2016-10-07 18:58:11.012091"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4577], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.012932"], ["updated_at", "2016-10-07 18:58:11.012932"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4578], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.013749"], ["updated_at", "2016-10-07 18:58:11.013749"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4579], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.014597"], ["updated_at", "2016-10-07 18:58:11.014597"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4580], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.015443"], ["updated_at", "2016-10-07 18:58:11.015443"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4581], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.016271"], ["updated_at", "2016-10-07 18:58:11.016271"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4582], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.017113"], ["updated_at", "2016-10-07 18:58:11.017113"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4583], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.017943"], ["updated_at", "2016-10-07 18:58:11.017943"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4584], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.018995"], ["updated_at", "2016-10-07 18:58:11.018995"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4585], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.019912"], ["updated_at", "2016-10-07 18:58:11.019912"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4586], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.020808"], ["updated_at", "2016-10-07 18:58:11.020808"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4587], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.021667"], ["updated_at", "2016-10-07 18:58:11.021667"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4588], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.022538"], ["updated_at", "2016-10-07 18:58:11.022538"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4589], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.023435"], ["updated_at", "2016-10-07 18:58:11.023435"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4590], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.024287"], ["updated_at", "2016-10-07 18:58:11.024287"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4591], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.025139"], ["updated_at", "2016-10-07 18:58:11.025139"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4592], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.025969"], ["updated_at", "2016-10-07 18:58:11.025969"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4593], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.026840"], ["updated_at", "2016-10-07 18:58:11.026840"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4594], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.027706"], ["updated_at", "2016-10-07 18:58:11.027706"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4595], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.028555"], ["updated_at", "2016-10-07 18:58:11.028555"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4596], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.029380"], ["updated_at", "2016-10-07 18:58:11.029380"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4597], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.030225"], ["updated_at", "2016-10-07 18:58:11.030225"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4598], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.031065"], ["updated_at", "2016-10-07 18:58:11.031065"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4599], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.031902"], ["updated_at", "2016-10-07 18:58:11.031902"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4600], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.032732"], ["updated_at", "2016-10-07 18:58:11.032732"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4601], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.033543"], ["updated_at", "2016-10-07 18:58:11.033543"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4602], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.034379"], ["updated_at", "2016-10-07 18:58:11.034379"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4603], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.035342"], ["updated_at", "2016-10-07 18:58:11.035342"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4604], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.036490"], ["updated_at", "2016-10-07 18:58:11.036490"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4605], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.037973"], ["updated_at", "2016-10-07 18:58:11.037973"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4606], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.040870"], ["updated_at", "2016-10-07 18:58:11.040870"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4607], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.043710"], ["updated_at", "2016-10-07 18:58:11.043710"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4608], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.045919"], ["updated_at", "2016-10-07 18:58:11.045919"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4609], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.046961"], ["updated_at", "2016-10-07 18:58:11.046961"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4610], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.047918"], ["updated_at", "2016-10-07 18:58:11.047918"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4611], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.048848"], ["updated_at", "2016-10-07 18:58:11.048848"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4612], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.049754"], ["updated_at", "2016-10-07 18:58:11.049754"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4613], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.050666"], ["updated_at", "2016-10-07 18:58:11.050666"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4614], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.051796"], ["updated_at", "2016-10-07 18:58:11.051796"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4615], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.052969"], ["updated_at", "2016-10-07 18:58:11.052969"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4616], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.054218"], ["updated_at", "2016-10-07 18:58:11.054218"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4617], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.055988"], ["updated_at", "2016-10-07 18:58:11.055988"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4618], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.058692"], ["updated_at", "2016-10-07 18:58:11.058692"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4619], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.060735"], ["updated_at", "2016-10-07 18:58:11.060735"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4620], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.063836"], ["updated_at", "2016-10-07 18:58:11.063836"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4621], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.065063"], ["updated_at", "2016-10-07 18:58:11.065063"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4622], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.066091"], ["updated_at", "2016-10-07 18:58:11.066091"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4623], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.067103"], ["updated_at", "2016-10-07 18:58:11.067103"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4624], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.068287"], ["updated_at", "2016-10-07 18:58:11.068287"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4625], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.069598"], ["updated_at", "2016-10-07 18:58:11.069598"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4626], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.070584"], ["updated_at", "2016-10-07 18:58:11.070584"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4627], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.071509"], ["updated_at", "2016-10-07 18:58:11.071509"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4628], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.072425"], ["updated_at", "2016-10-07 18:58:11.072425"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4629], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.073320"], ["updated_at", "2016-10-07 18:58:11.073320"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4630], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.074185"], ["updated_at", "2016-10-07 18:58:11.074185"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4631], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.075105"], ["updated_at", "2016-10-07 18:58:11.075105"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4632], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.075997"], ["updated_at", "2016-10-07 18:58:11.075997"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4633], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.076877"], ["updated_at", "2016-10-07 18:58:11.076877"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4634], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.077782"], ["updated_at", "2016-10-07 18:58:11.077782"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4635], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.078715"], ["updated_at", "2016-10-07 18:58:11.078715"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4636], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.079585"], ["updated_at", "2016-10-07 18:58:11.079585"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4637], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.080534"], ["updated_at", "2016-10-07 18:58:11.080534"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4638], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.081410"], ["updated_at", "2016-10-07 18:58:11.081410"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4639], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.082252"], ["updated_at", "2016-10-07 18:58:11.082252"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4640], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.083134"], ["updated_at", "2016-10-07 18:58:11.083134"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4641], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.084018"], ["updated_at", "2016-10-07 18:58:11.084018"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4642], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.084994"], ["updated_at", "2016-10-07 18:58:11.084994"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4643], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.086302"], ["updated_at", "2016-10-07 18:58:11.086302"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4644], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.087294"], ["updated_at", "2016-10-07 18:58:11.087294"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4645], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.088198"], ["updated_at", "2016-10-07 18:58:11.088198"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4646], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.089090"], ["updated_at", "2016-10-07 18:58:11.089090"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4647], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.089950"], ["updated_at", "2016-10-07 18:58:11.089950"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 28], ["message_id", 4648], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.090829"], ["updated_at", "2016-10-07 18:58:11.090829"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4649], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.091694"], ["updated_at", "2016-10-07 18:58:11.091694"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4650], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.092552"], ["updated_at", "2016-10-07 18:58:11.092552"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4651], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.093423"], ["updated_at", "2016-10-07 18:58:11.093423"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4652], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.094289"], ["updated_at", "2016-10-07 18:58:11.094289"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4653], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.095189"], ["updated_at", "2016-10-07 18:58:11.095189"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4654], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.096016"], ["updated_at", "2016-10-07 18:58:11.096016"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4655], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.096856"], ["updated_at", "2016-10-07 18:58:11.096856"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4656], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.097699"], ["updated_at", "2016-10-07 18:58:11.097699"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4657], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.098556"], ["updated_at", "2016-10-07 18:58:11.098556"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4658], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.099447"], ["updated_at", "2016-10-07 18:58:11.099447"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4659], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.100379"], ["updated_at", "2016-10-07 18:58:11.100379"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4660], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.101348"], ["updated_at", "2016-10-07 18:58:11.101348"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4661], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.102714"], ["updated_at", "2016-10-07 18:58:11.102714"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4662], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.103634"], ["updated_at", "2016-10-07 18:58:11.103634"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4663], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.104513"], ["updated_at", "2016-10-07 18:58:11.104513"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4664], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.105392"], ["updated_at", "2016-10-07 18:58:11.105392"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4665], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.106248"], ["updated_at", "2016-10-07 18:58:11.106248"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4666], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.107136"], ["updated_at", "2016-10-07 18:58:11.107136"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4667], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.108031"], ["updated_at", "2016-10-07 18:58:11.108031"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4668], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.108867"], ["updated_at", "2016-10-07 18:58:11.108867"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4669], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.109727"], ["updated_at", "2016-10-07 18:58:11.109727"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4670], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.110616"], ["updated_at", "2016-10-07 18:58:11.110616"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4671], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.111508"], ["updated_at", "2016-10-07 18:58:11.111508"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4672], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.112355"], ["updated_at", "2016-10-07 18:58:11.112355"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4673], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.113202"], ["updated_at", "2016-10-07 18:58:11.113202"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4674], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.114044"], ["updated_at", "2016-10-07 18:58:11.114044"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4675], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.114903"], ["updated_at", "2016-10-07 18:58:11.114903"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4676], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.115742"], ["updated_at", "2016-10-07 18:58:11.115742"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4677], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.116584"], ["updated_at", "2016-10-07 18:58:11.116584"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4678], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.117439"], ["updated_at", "2016-10-07 18:58:11.117439"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4679], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.118457"], ["updated_at", "2016-10-07 18:58:11.118457"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4680], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.119680"], ["updated_at", "2016-10-07 18:58:11.119680"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4681], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.120585"], ["updated_at", "2016-10-07 18:58:11.120585"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4682], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.121459"], ["updated_at", "2016-10-07 18:58:11.121459"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4683], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.122334"], ["updated_at", "2016-10-07 18:58:11.122334"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4684], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.123223"], ["updated_at", "2016-10-07 18:58:11.123223"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4685], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.124072"], ["updated_at", "2016-10-07 18:58:11.124072"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4686], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.124924"], ["updated_at", "2016-10-07 18:58:11.124924"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4687], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.125804"], ["updated_at", "2016-10-07 18:58:11.125804"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4688], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.126673"], ["updated_at", "2016-10-07 18:58:11.126673"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4689], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.127557"], ["updated_at", "2016-10-07 18:58:11.127557"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4690], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.128407"], ["updated_at", "2016-10-07 18:58:11.128407"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4691], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.129248"], ["updated_at", "2016-10-07 18:58:11.129248"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4692], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.130098"], ["updated_at", "2016-10-07 18:58:11.130098"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4693], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.131016"], ["updated_at", "2016-10-07 18:58:11.131016"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4694], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.131882"], ["updated_at", "2016-10-07 18:58:11.131882"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4695], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.132731"], ["updated_at", "2016-10-07 18:58:11.132731"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4696], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.133572"], ["updated_at", "2016-10-07 18:58:11.133572"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4697], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.134441"], ["updated_at", "2016-10-07 18:58:11.134441"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4698], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.135758"], ["updated_at", "2016-10-07 18:58:11.135758"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4699], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.136690"], ["updated_at", "2016-10-07 18:58:11.136690"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4700], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.137571"], ["updated_at", "2016-10-07 18:58:11.137571"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4701], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.138465"], ["updated_at", "2016-10-07 18:58:11.138465"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4702], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.139390"], ["updated_at", "2016-10-07 18:58:11.139390"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4703], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.140262"], ["updated_at", "2016-10-07 18:58:11.140262"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4704], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.141143"], ["updated_at", "2016-10-07 18:58:11.141143"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4705], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.141999"], ["updated_at", "2016-10-07 18:58:11.141999"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4706], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.142871"], ["updated_at", "2016-10-07 18:58:11.142871"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4707], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.143742"], ["updated_at", "2016-10-07 18:58:11.143742"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4708], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.144613"], ["updated_at", "2016-10-07 18:58:11.144613"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4709], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.145465"], ["updated_at", "2016-10-07 18:58:11.145465"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4710], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.146317"], ["updated_at", "2016-10-07 18:58:11.146317"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4711], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.147214"], ["updated_at", "2016-10-07 18:58:11.147214"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4712], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.148046"], ["updated_at", "2016-10-07 18:58:11.148046"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4713], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.148894"], ["updated_at", "2016-10-07 18:58:11.148894"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4714], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.149730"], ["updated_at", "2016-10-07 18:58:11.149730"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4715], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.150622"], ["updated_at", "2016-10-07 18:58:11.150622"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4716], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.151646"], ["updated_at", "2016-10-07 18:58:11.151646"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4717], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.152847"], ["updated_at", "2016-10-07 18:58:11.152847"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4718], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.153748"], ["updated_at", "2016-10-07 18:58:11.153748"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4719], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.154689"], ["updated_at", "2016-10-07 18:58:11.154689"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4720], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.155560"], ["updated_at", "2016-10-07 18:58:11.155560"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4721], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.156418"], ["updated_at", "2016-10-07 18:58:11.156418"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4722], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.157283"], ["updated_at", "2016-10-07 18:58:11.157283"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4723], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.158173"], ["updated_at", "2016-10-07 18:58:11.158173"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4724], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.159088"], ["updated_at", "2016-10-07 18:58:11.159088"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4725], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.159960"], ["updated_at", "2016-10-07 18:58:11.159960"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4726], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.160831"], ["updated_at", "2016-10-07 18:58:11.160831"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4727], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.161694"], ["updated_at", "2016-10-07 18:58:11.161694"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4728], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.162551"], ["updated_at", "2016-10-07 18:58:11.162551"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4729], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.163404"], ["updated_at", "2016-10-07 18:58:11.163404"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4730], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.164287"], ["updated_at", "2016-10-07 18:58:11.164287"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4731], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.165170"], ["updated_at", "2016-10-07 18:58:11.165170"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4732], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.166018"], ["updated_at", "2016-10-07 18:58:11.166018"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4733], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.166887"], ["updated_at", "2016-10-07 18:58:11.166887"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4734], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.167775"], ["updated_at", "2016-10-07 18:58:11.167775"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4735], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.169091"], ["updated_at", "2016-10-07 18:58:11.169091"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4736], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.170048"], ["updated_at", "2016-10-07 18:58:11.170048"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4737], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.171044"], ["updated_at", "2016-10-07 18:58:11.171044"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4738], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.171936"], ["updated_at", "2016-10-07 18:58:11.171936"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4739], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.172822"], ["updated_at", "2016-10-07 18:58:11.172822"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4740], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.173715"], ["updated_at", "2016-10-07 18:58:11.173715"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4741], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.174636"], ["updated_at", "2016-10-07 18:58:11.174636"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4742], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.175567"], ["updated_at", "2016-10-07 18:58:11.175567"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4743], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.176458"], ["updated_at", "2016-10-07 18:58:11.176458"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4744], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.177354"], ["updated_at", "2016-10-07 18:58:11.177354"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4745], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.178269"], ["updated_at", "2016-10-07 18:58:11.178269"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4746], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.179207"], ["updated_at", "2016-10-07 18:58:11.179207"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4747], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.180088"], ["updated_at", "2016-10-07 18:58:11.180088"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4748], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.180954"], ["updated_at", "2016-10-07 18:58:11.180954"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4749], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.181848"], ["updated_at", "2016-10-07 18:58:11.181848"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4750], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.182764"], ["updated_at", "2016-10-07 18:58:11.182764"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4751], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.189626"], ["updated_at", "2016-10-07 18:58:11.189626"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4752], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.190784"], ["updated_at", "2016-10-07 18:58:11.190784"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4753], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.191769"], ["updated_at", "2016-10-07 18:58:11.191769"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4754], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.192717"], ["updated_at", "2016-10-07 18:58:11.192717"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4755], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.193722"], ["updated_at", "2016-10-07 18:58:11.193722"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4756], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.194708"], ["updated_at", "2016-10-07 18:58:11.194708"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4757], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.195632"], ["updated_at", "2016-10-07 18:58:11.195632"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4758], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.196528"], ["updated_at", "2016-10-07 18:58:11.196528"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4759], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.197496"], ["updated_at", "2016-10-07 18:58:11.197496"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4760], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.198367"], ["updated_at", "2016-10-07 18:58:11.198367"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4761], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.199300"], ["updated_at", "2016-10-07 18:58:11.199300"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4762], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.200205"], ["updated_at", "2016-10-07 18:58:11.200205"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4763], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.201191"], ["updated_at", "2016-10-07 18:58:11.201191"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4764], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.202733"], ["updated_at", "2016-10-07 18:58:11.202733"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4765], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.204231"], ["updated_at", "2016-10-07 18:58:11.204231"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4766], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.205603"], ["updated_at", "2016-10-07 18:58:11.205603"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4767], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.207210"], ["updated_at", "2016-10-07 18:58:11.207210"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4768], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.210182"], ["updated_at", "2016-10-07 18:58:11.210182"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4769], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.212932"], ["updated_at", "2016-10-07 18:58:11.212932"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4770], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.215084"], ["updated_at", "2016-10-07 18:58:11.215084"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4771], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.216215"], ["updated_at", "2016-10-07 18:58:11.216215"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4772], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.217327"], ["updated_at", "2016-10-07 18:58:11.217327"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4773], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.218497"], ["updated_at", "2016-10-07 18:58:11.218497"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4774], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.219660"], ["updated_at", "2016-10-07 18:58:11.219660"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4775], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.220697"], ["updated_at", "2016-10-07 18:58:11.220697"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4776], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.221752"], ["updated_at", "2016-10-07 18:58:11.221752"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4777], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.222715"], ["updated_at", "2016-10-07 18:58:11.222715"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4778], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.223679"], ["updated_at", "2016-10-07 18:58:11.223679"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4779], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.224599"], ["updated_at", "2016-10-07 18:58:11.224599"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4780], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.225512"], ["updated_at", "2016-10-07 18:58:11.225512"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4781], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.226398"], ["updated_at", "2016-10-07 18:58:11.226398"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4782], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.227355"], ["updated_at", "2016-10-07 18:58:11.227355"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4783], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.228249"], ["updated_at", "2016-10-07 18:58:11.228249"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4784], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.229193"], ["updated_at", "2016-10-07 18:58:11.229193"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4785], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.230085"], ["updated_at", "2016-10-07 18:58:11.230085"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4786], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.230979"], ["updated_at", "2016-10-07 18:58:11.230979"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4787], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.231860"], ["updated_at", "2016-10-07 18:58:11.231860"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4788], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.232801"], ["updated_at", "2016-10-07 18:58:11.232801"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4789], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.233681"], ["updated_at", "2016-10-07 18:58:11.233681"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4790], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.234651"], ["updated_at", "2016-10-07 18:58:11.234651"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4791], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.235793"], ["updated_at", "2016-10-07 18:58:11.235793"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4792], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.236743"], ["updated_at", "2016-10-07 18:58:11.236743"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4793], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.237664"], ["updated_at", "2016-10-07 18:58:11.237664"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4794], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.238585"], ["updated_at", "2016-10-07 18:58:11.238585"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4795], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.239540"], ["updated_at", "2016-10-07 18:58:11.239540"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4796], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.240438"], ["updated_at", "2016-10-07 18:58:11.240438"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4797], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.241337"], ["updated_at", "2016-10-07 18:58:11.241337"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4798], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.242199"], ["updated_at", "2016-10-07 18:58:11.242199"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4799], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.243170"], ["updated_at", "2016-10-07 18:58:11.243170"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4800], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.244090"], ["updated_at", "2016-10-07 18:58:11.244090"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4801], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.244971"], ["updated_at", "2016-10-07 18:58:11.244971"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4802], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.245852"], ["updated_at", "2016-10-07 18:58:11.245852"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4803], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.246736"], ["updated_at", "2016-10-07 18:58:11.246736"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4804], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.247622"], ["updated_at", "2016-10-07 18:58:11.247622"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4805], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.248496"], ["updated_at", "2016-10-07 18:58:11.248496"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4806], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.249370"], ["updated_at", "2016-10-07 18:58:11.249370"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4807], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.250218"], ["updated_at", "2016-10-07 18:58:11.250218"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4808], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.251164"], ["updated_at", "2016-10-07 18:58:11.251164"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4809], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.252247"], ["updated_at", "2016-10-07 18:58:11.252247"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4810], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.253296"], ["updated_at", "2016-10-07 18:58:11.253296"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4811], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.254172"], ["updated_at", "2016-10-07 18:58:11.254172"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4812], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.255116"], ["updated_at", "2016-10-07 18:58:11.255116"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4813], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.256007"], ["updated_at", "2016-10-07 18:58:11.256007"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 29], ["message_id", 4814], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.256906"], ["updated_at", "2016-10-07 18:58:11.256906"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4815], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.257805"], ["updated_at", "2016-10-07 18:58:11.257805"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4816], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.258705"], ["updated_at", "2016-10-07 18:58:11.258705"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4817], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.259623"], ["updated_at", "2016-10-07 18:58:11.259623"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4818], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.260556"], ["updated_at", "2016-10-07 18:58:11.260556"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4819], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.261413"], ["updated_at", "2016-10-07 18:58:11.261413"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4820], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.262284"], ["updated_at", "2016-10-07 18:58:11.262284"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4821], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.263238"], ["updated_at", "2016-10-07 18:58:11.263238"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4822], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.264085"], ["updated_at", "2016-10-07 18:58:11.264085"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4823], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.264969"], ["updated_at", "2016-10-07 18:58:11.264969"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4824], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.265835"], ["updated_at", "2016-10-07 18:58:11.265835"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4825], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.266780"], ["updated_at", "2016-10-07 18:58:11.266780"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4826], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.267656"], ["updated_at", "2016-10-07 18:58:11.267656"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4827], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.268794"], ["updated_at", "2016-10-07 18:58:11.268794"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4828], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.269864"], ["updated_at", "2016-10-07 18:58:11.269864"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4829], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.270900"], ["updated_at", "2016-10-07 18:58:11.270900"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4830], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.271858"], ["updated_at", "2016-10-07 18:58:11.271858"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4831], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.272782"], ["updated_at", "2016-10-07 18:58:11.272782"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4832], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.273712"], ["updated_at", "2016-10-07 18:58:11.273712"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4833], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.274670"], ["updated_at", "2016-10-07 18:58:11.274670"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4834], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.275589"], ["updated_at", "2016-10-07 18:58:11.275589"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4835], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.276491"], ["updated_at", "2016-10-07 18:58:11.276491"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4836], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.277412"], ["updated_at", "2016-10-07 18:58:11.277412"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4837], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.278312"], ["updated_at", "2016-10-07 18:58:11.278312"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4838], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.279253"], ["updated_at", "2016-10-07 18:58:11.279253"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4839], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.280217"], ["updated_at", "2016-10-07 18:58:11.280217"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4840], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.281197"], ["updated_at", "2016-10-07 18:58:11.281197"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4841], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.282102"], ["updated_at", "2016-10-07 18:58:11.282102"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4842], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.283036"], ["updated_at", "2016-10-07 18:58:11.283036"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4843], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.283938"], ["updated_at", "2016-10-07 18:58:11.283938"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4844], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.284881"], ["updated_at", "2016-10-07 18:58:11.284881"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4845], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.285962"], ["updated_at", "2016-10-07 18:58:11.285962"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4846], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.286931"], ["updated_at", "2016-10-07 18:58:11.286931"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4847], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.287864"], ["updated_at", "2016-10-07 18:58:11.287864"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4848], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.288779"], ["updated_at", "2016-10-07 18:58:11.288779"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4849], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.289692"], ["updated_at", "2016-10-07 18:58:11.289692"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4850], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.290639"], ["updated_at", "2016-10-07 18:58:11.290639"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4851], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.291691"], ["updated_at", "2016-10-07 18:58:11.291691"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4852], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.292578"], ["updated_at", "2016-10-07 18:58:11.292578"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4853], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.293514"], ["updated_at", "2016-10-07 18:58:11.293514"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4854], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.294386"], ["updated_at", "2016-10-07 18:58:11.294386"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4855], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.295311"], ["updated_at", "2016-10-07 18:58:11.295311"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4856], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.296191"], ["updated_at", "2016-10-07 18:58:11.296191"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4857], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.297073"], ["updated_at", "2016-10-07 18:58:11.297073"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4858], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.297921"], ["updated_at", "2016-10-07 18:58:11.297921"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4859], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.298841"], ["updated_at", "2016-10-07 18:58:11.298841"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4860], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.299739"], ["updated_at", "2016-10-07 18:58:11.299739"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4861], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.300642"], ["updated_at", "2016-10-07 18:58:11.300642"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4862], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.301715"], ["updated_at", "2016-10-07 18:58:11.301715"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4863], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.303341"], ["updated_at", "2016-10-07 18:58:11.303341"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4864], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.304863"], ["updated_at", "2016-10-07 18:58:11.304863"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4865], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.307058"], ["updated_at", "2016-10-07 18:58:11.307058"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4866], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.308271"], ["updated_at", "2016-10-07 18:58:11.308271"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4867], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.309313"], ["updated_at", "2016-10-07 18:58:11.309313"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4868], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.310386"], ["updated_at", "2016-10-07 18:58:11.310386"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4869], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.311374"], ["updated_at", "2016-10-07 18:58:11.311374"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4870], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.312330"], ["updated_at", "2016-10-07 18:58:11.312330"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4871], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.313274"], ["updated_at", "2016-10-07 18:58:11.313274"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4872], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.314242"], ["updated_at", "2016-10-07 18:58:11.314242"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4873], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.315177"], ["updated_at", "2016-10-07 18:58:11.315177"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4874], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.316117"], ["updated_at", "2016-10-07 18:58:11.316117"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4875], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.317037"], ["updated_at", "2016-10-07 18:58:11.317037"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4876], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.318164"], ["updated_at", "2016-10-07 18:58:11.318164"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4877], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.319322"], ["updated_at", "2016-10-07 18:58:11.319322"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4878], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.320369"], ["updated_at", "2016-10-07 18:58:11.320369"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4879], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.321353"], ["updated_at", "2016-10-07 18:58:11.321353"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4880], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.322298"], ["updated_at", "2016-10-07 18:58:11.322298"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4881], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.323268"], ["updated_at", "2016-10-07 18:58:11.323268"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4882], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.324200"], ["updated_at", "2016-10-07 18:58:11.324200"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4883], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.325113"], ["updated_at", "2016-10-07 18:58:11.325113"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4884], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.326048"], ["updated_at", "2016-10-07 18:58:11.326048"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4885], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.327210"], ["updated_at", "2016-10-07 18:58:11.327210"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4886], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.328104"], ["updated_at", "2016-10-07 18:58:11.328104"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4887], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.329068"], ["updated_at", "2016-10-07 18:58:11.329068"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4888], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.330019"], ["updated_at", "2016-10-07 18:58:11.330019"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4889], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.330963"], ["updated_at", "2016-10-07 18:58:11.330963"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4890], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.331895"], ["updated_at", "2016-10-07 18:58:11.331895"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4891], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.332812"], ["updated_at", "2016-10-07 18:58:11.332812"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4892], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.333762"], ["updated_at", "2016-10-07 18:58:11.333762"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4893], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.334763"], ["updated_at", "2016-10-07 18:58:11.334763"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4894], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.335945"], ["updated_at", "2016-10-07 18:58:11.335945"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4895], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.337017"], ["updated_at", "2016-10-07 18:58:11.337017"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4896], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.338827"], ["updated_at", "2016-10-07 18:58:11.338827"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4897], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.339920"], ["updated_at", "2016-10-07 18:58:11.339920"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4898], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.340955"], ["updated_at", "2016-10-07 18:58:11.340955"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4899], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.342150"], ["updated_at", "2016-10-07 18:58:11.342150"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4900], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.343205"], ["updated_at", "2016-10-07 18:58:11.343205"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4901], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.344277"], ["updated_at", "2016-10-07 18:58:11.344277"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4902], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.345313"], ["updated_at", "2016-10-07 18:58:11.345313"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4903], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.346491"], ["updated_at", "2016-10-07 18:58:11.346491"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4904], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.347540"], ["updated_at", "2016-10-07 18:58:11.347540"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4905], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.348549"], ["updated_at", "2016-10-07 18:58:11.348549"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4906], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.350211"], ["updated_at", "2016-10-07 18:58:11.350211"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4907], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.351610"], ["updated_at", "2016-10-07 18:58:11.351610"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4908], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.353017"], ["updated_at", "2016-10-07 18:58:11.353017"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4909], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.354249"], ["updated_at", "2016-10-07 18:58:11.354249"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4910], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.355428"], ["updated_at", "2016-10-07 18:58:11.355428"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4911], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.356619"], ["updated_at", "2016-10-07 18:58:11.356619"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4912], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.358116"], ["updated_at", "2016-10-07 18:58:11.358116"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4913], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.359296"], ["updated_at", "2016-10-07 18:58:11.359296"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4914], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.360579"], ["updated_at", "2016-10-07 18:58:11.360579"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4915], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.361765"], ["updated_at", "2016-10-07 18:58:11.361765"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4916], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.362973"], ["updated_at", "2016-10-07 18:58:11.362973"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4917], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.364465"], ["updated_at", "2016-10-07 18:58:11.364465"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4918], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.365599"], ["updated_at", "2016-10-07 18:58:11.365599"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4919], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.366757"], ["updated_at", "2016-10-07 18:58:11.366757"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4920], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.368052"], ["updated_at", "2016-10-07 18:58:11.368052"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4921], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.369678"], ["updated_at", "2016-10-07 18:58:11.369678"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4922], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.373453"], ["updated_at", "2016-10-07 18:58:11.373453"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4923], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.377040"], ["updated_at", "2016-10-07 18:58:11.377040"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4924], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.380357"], ["updated_at", "2016-10-07 18:58:11.380357"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4925], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.382557"], ["updated_at", "2016-10-07 18:58:11.382557"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4926], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.384236"], ["updated_at", "2016-10-07 18:58:11.384236"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4927], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.386084"], ["updated_at", "2016-10-07 18:58:11.386084"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4928], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.387609"], ["updated_at", "2016-10-07 18:58:11.387609"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4929], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.389010"], ["updated_at", "2016-10-07 18:58:11.389010"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4930], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.390328"], ["updated_at", "2016-10-07 18:58:11.390328"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4931], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.391913"], ["updated_at", "2016-10-07 18:58:11.391913"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4932], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.393147"], ["updated_at", "2016-10-07 18:58:11.393147"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4933], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.394459"], ["updated_at", "2016-10-07 18:58:11.394459"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4934], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.395712"], ["updated_at", "2016-10-07 18:58:11.395712"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4935], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.396911"], ["updated_at", "2016-10-07 18:58:11.396911"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4936], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.398084"], ["updated_at", "2016-10-07 18:58:11.398084"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4937], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.399277"], ["updated_at", "2016-10-07 18:58:11.399277"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4938], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.400435"], ["updated_at", "2016-10-07 18:58:11.400435"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4939], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.402028"], ["updated_at", "2016-10-07 18:58:11.402028"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4940], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.403449"], ["updated_at", "2016-10-07 18:58:11.403449"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4941], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.404815"], ["updated_at", "2016-10-07 18:58:11.404815"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4942], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.406025"], ["updated_at", "2016-10-07 18:58:11.406025"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4943], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.407462"], ["updated_at", "2016-10-07 18:58:11.407462"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4944], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.408689"], ["updated_at", "2016-10-07 18:58:11.408689"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4945], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.409912"], ["updated_at", "2016-10-07 18:58:11.409912"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4946], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.411136"], ["updated_at", "2016-10-07 18:58:11.411136"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4947], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.412293"], ["updated_at", "2016-10-07 18:58:11.412293"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4948], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.413458"], ["updated_at", "2016-10-07 18:58:11.413458"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4949], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.414608"], ["updated_at", "2016-10-07 18:58:11.414608"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4950], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.415745"], ["updated_at", "2016-10-07 18:58:11.415745"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4951], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.417117"], ["updated_at", "2016-10-07 18:58:11.417117"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4952], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.418605"], ["updated_at", "2016-10-07 18:58:11.418605"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4953], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.419961"], ["updated_at", "2016-10-07 18:58:11.419961"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4954], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.421167"], ["updated_at", "2016-10-07 18:58:11.421167"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4955], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.422317"], ["updated_at", "2016-10-07 18:58:11.422317"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4956], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.423559"], ["updated_at", "2016-10-07 18:58:11.423559"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4957], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.424637"], ["updated_at", "2016-10-07 18:58:11.424637"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4958], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.425786"], ["updated_at", "2016-10-07 18:58:11.425786"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4959], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.427399"], ["updated_at", "2016-10-07 18:58:11.427399"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4960], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.428532"], ["updated_at", "2016-10-07 18:58:11.428532"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4961], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.429595"], ["updated_at", "2016-10-07 18:58:11.429595"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4962], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.430736"], ["updated_at", "2016-10-07 18:58:11.430736"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4963], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.431890"], ["updated_at", "2016-10-07 18:58:11.431890"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4964], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.433032"], ["updated_at", "2016-10-07 18:58:11.433032"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4965], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.434452"], ["updated_at", "2016-10-07 18:58:11.434452"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4966], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.435839"], ["updated_at", "2016-10-07 18:58:11.435839"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4967], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.437115"], ["updated_at", "2016-10-07 18:58:11.437115"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4968], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.438404"], ["updated_at", "2016-10-07 18:58:11.438404"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4969], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.439601"], ["updated_at", "2016-10-07 18:58:11.439601"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4970], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.440774"], ["updated_at", "2016-10-07 18:58:11.440774"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4971], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.441934"], ["updated_at", "2016-10-07 18:58:11.441934"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4972], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.443260"], ["updated_at", "2016-10-07 18:58:11.443260"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4973], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.444869"], ["updated_at", "2016-10-07 18:58:11.444869"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4974], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.445713"], ["updated_at", "2016-10-07 18:58:11.445713"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4975], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.446920"], ["updated_at", "2016-10-07 18:58:11.446920"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4976], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.448087"], ["updated_at", "2016-10-07 18:58:11.448087"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4977], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.449214"], ["updated_at", "2016-10-07 18:58:11.449214"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4978], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.450752"], ["updated_at", "2016-10-07 18:58:11.450752"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4979], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.452175"], ["updated_at", "2016-10-07 18:58:11.452175"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 30], ["message_id", 4980], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.453496"], ["updated_at", "2016-10-07 18:58:11.453496"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 4981], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.454868"], ["updated_at", "2016-10-07 18:58:11.454868"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 4982], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.456054"], ["updated_at", "2016-10-07 18:58:11.456054"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 4983], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.457220"], ["updated_at", "2016-10-07 18:58:11.457220"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 4984], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.458383"], ["updated_at", "2016-10-07 18:58:11.458383"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 4985], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.459634"], ["updated_at", "2016-10-07 18:58:11.459634"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 4986], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.460857"], ["updated_at", "2016-10-07 18:58:11.460857"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 4987], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.462042"], ["updated_at", "2016-10-07 18:58:11.462042"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 4988], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.463319"], ["updated_at", "2016-10-07 18:58:11.463319"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 4989], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.464475"], ["updated_at", "2016-10-07 18:58:11.464475"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 4990], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.465607"], ["updated_at", "2016-10-07 18:58:11.465607"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 4991], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.467124"], ["updated_at", "2016-10-07 18:58:11.467124"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 4992], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.468464"], ["updated_at", "2016-10-07 18:58:11.468464"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 4993], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.469784"], ["updated_at", "2016-10-07 18:58:11.469784"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 4994], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.471102"], ["updated_at", "2016-10-07 18:58:11.471102"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 4995], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.472437"], ["updated_at", "2016-10-07 18:58:11.472437"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 4996], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.473640"], ["updated_at", "2016-10-07 18:58:11.473640"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 4997], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.474823"], ["updated_at", "2016-10-07 18:58:11.474823"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 4998], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.476014"], ["updated_at", "2016-10-07 18:58:11.476014"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 4999], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.477242"], ["updated_at", "2016-10-07 18:58:11.477242"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5000], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.478378"], ["updated_at", "2016-10-07 18:58:11.478378"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5001], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.479771"], ["updated_at", "2016-10-07 18:58:11.479771"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5002], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.480952"], ["updated_at", "2016-10-07 18:58:11.480952"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5003], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.482493"], ["updated_at", "2016-10-07 18:58:11.482493"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5004], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.483819"], ["updated_at", "2016-10-07 18:58:11.483819"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5005], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.485302"], ["updated_at", "2016-10-07 18:58:11.485302"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5006], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.486808"], ["updated_at", "2016-10-07 18:58:11.486808"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5007], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.488914"], ["updated_at", "2016-10-07 18:58:11.488914"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5008], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.492278"], ["updated_at", "2016-10-07 18:58:11.492278"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5009], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.496555"], ["updated_at", "2016-10-07 18:58:11.496555"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5010], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.498074"], ["updated_at", "2016-10-07 18:58:11.498074"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5011], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.499810"], ["updated_at", "2016-10-07 18:58:11.499810"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5012], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.501432"], ["updated_at", "2016-10-07 18:58:11.501432"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5013], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.503021"], ["updated_at", "2016-10-07 18:58:11.503021"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5014], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.504454"], ["updated_at", "2016-10-07 18:58:11.504454"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5015], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.505762"], ["updated_at", "2016-10-07 18:58:11.505762"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5016], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.507063"], ["updated_at", "2016-10-07 18:58:11.507063"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5017], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.508394"], ["updated_at", "2016-10-07 18:58:11.508394"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5018], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.510029"], ["updated_at", "2016-10-07 18:58:11.510029"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5019], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.511340"], ["updated_at", "2016-10-07 18:58:11.511340"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5020], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.512656"], ["updated_at", "2016-10-07 18:58:11.512656"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5021], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.513889"], ["updated_at", "2016-10-07 18:58:11.513889"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5022], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.515220"], ["updated_at", "2016-10-07 18:58:11.515220"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5023], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.516553"], ["updated_at", "2016-10-07 18:58:11.516553"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5024], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.518077"], ["updated_at", "2016-10-07 18:58:11.518077"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5025], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.519969"], ["updated_at", "2016-10-07 18:58:11.519969"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5026], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.523269"], ["updated_at", "2016-10-07 18:58:11.523269"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5027], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.526570"], ["updated_at", "2016-10-07 18:58:11.526570"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5028], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.529134"], ["updated_at", "2016-10-07 18:58:11.529134"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5029], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.530872"], ["updated_at", "2016-10-07 18:58:11.530872"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5030], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.532182"], ["updated_at", "2016-10-07 18:58:11.532182"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5031], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.533467"], ["updated_at", "2016-10-07 18:58:11.533467"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5032], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.534763"], ["updated_at", "2016-10-07 18:58:11.534763"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5033], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.536659"], ["updated_at", "2016-10-07 18:58:11.536659"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5034], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.537713"], ["updated_at", "2016-10-07 18:58:11.537713"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5035], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.538934"], ["updated_at", "2016-10-07 18:58:11.538934"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5036], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.540130"], ["updated_at", "2016-10-07 18:58:11.540130"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5037], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.541666"], ["updated_at", "2016-10-07 18:58:11.541666"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5038], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.542880"], ["updated_at", "2016-10-07 18:58:11.542880"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5039], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.544088"], ["updated_at", "2016-10-07 18:58:11.544088"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5040], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.545285"], ["updated_at", "2016-10-07 18:58:11.545285"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5041], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.546430"], ["updated_at", "2016-10-07 18:58:11.546430"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5042], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.547578"], ["updated_at", "2016-10-07 18:58:11.547578"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5043], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.548708"], ["updated_at", "2016-10-07 18:58:11.548708"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5044], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.564595"], ["updated_at", "2016-10-07 18:58:11.564595"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5045], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.565619"], ["updated_at", "2016-10-07 18:58:11.565619"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5046], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.566602"], ["updated_at", "2016-10-07 18:58:11.566602"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5047], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.567589"], ["updated_at", "2016-10-07 18:58:11.567589"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5048], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.568947"], ["updated_at", "2016-10-07 18:58:11.568947"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5049], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.569879"], ["updated_at", "2016-10-07 18:58:11.569879"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5050], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.570802"], ["updated_at", "2016-10-07 18:58:11.570802"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5051], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.571694"], ["updated_at", "2016-10-07 18:58:11.571694"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5052], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.572565"], ["updated_at", "2016-10-07 18:58:11.572565"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5053], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.573432"], ["updated_at", "2016-10-07 18:58:11.573432"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5054], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.574385"], ["updated_at", "2016-10-07 18:58:11.574385"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5055], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.575495"], ["updated_at", "2016-10-07 18:58:11.575495"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5056], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.576475"], ["updated_at", "2016-10-07 18:58:11.576475"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5057], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.577409"], ["updated_at", "2016-10-07 18:58:11.577409"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5058], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.578278"], ["updated_at", "2016-10-07 18:58:11.578278"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5059], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.579258"], ["updated_at", "2016-10-07 18:58:11.579258"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5060], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.580122"], ["updated_at", "2016-10-07 18:58:11.580122"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5061], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.580989"], ["updated_at", "2016-10-07 18:58:11.580989"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5062], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.581840"], ["updated_at", "2016-10-07 18:58:11.581840"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5063], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.582754"], ["updated_at", "2016-10-07 18:58:11.582754"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5064], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.583597"], ["updated_at", "2016-10-07 18:58:11.583597"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5065], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.584660"], ["updated_at", "2016-10-07 18:58:11.584660"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5066], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.585817"], ["updated_at", "2016-10-07 18:58:11.585817"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5067], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.586754"], ["updated_at", "2016-10-07 18:58:11.586754"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5068], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.587626"], ["updated_at", "2016-10-07 18:58:11.587626"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5069], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.588484"], ["updated_at", "2016-10-07 18:58:11.588484"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5070], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.589341"], ["updated_at", "2016-10-07 18:58:11.589341"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5071], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.590187"], ["updated_at", "2016-10-07 18:58:11.590187"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5072], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.591069"], ["updated_at", "2016-10-07 18:58:11.591069"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5073], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.591906"], ["updated_at", "2016-10-07 18:58:11.591906"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5074], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.592748"], ["updated_at", "2016-10-07 18:58:11.592748"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5075], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.593612"], ["updated_at", "2016-10-07 18:58:11.593612"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5076], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.594438"], ["updated_at", "2016-10-07 18:58:11.594438"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5077], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.595312"], ["updated_at", "2016-10-07 18:58:11.595312"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5078], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.596137"], ["updated_at", "2016-10-07 18:58:11.596137"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5079], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.596932"], ["updated_at", "2016-10-07 18:58:11.596932"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5080], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.597746"], ["updated_at", "2016-10-07 18:58:11.597746"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5081], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.598620"], ["updated_at", "2016-10-07 18:58:11.598620"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5082], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.599439"], ["updated_at", "2016-10-07 18:58:11.599439"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5083], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.600252"], ["updated_at", "2016-10-07 18:58:11.600252"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5084], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.601212"], ["updated_at", "2016-10-07 18:58:11.601212"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5085], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.602433"], ["updated_at", "2016-10-07 18:58:11.602433"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5086], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.603407"], ["updated_at", "2016-10-07 18:58:11.603407"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5087], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.604334"], ["updated_at", "2016-10-07 18:58:11.604334"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5088], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.605200"], ["updated_at", "2016-10-07 18:58:11.605200"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5089], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.606049"], ["updated_at", "2016-10-07 18:58:11.606049"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5090], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.606902"], ["updated_at", "2016-10-07 18:58:11.606902"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5091], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.607774"], ["updated_at", "2016-10-07 18:58:11.607774"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5092], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.608605"], ["updated_at", "2016-10-07 18:58:11.608605"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5093], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.609441"], ["updated_at", "2016-10-07 18:58:11.609441"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5094], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.610268"], ["updated_at", "2016-10-07 18:58:11.610268"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5095], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.611107"], ["updated_at", "2016-10-07 18:58:11.611107"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5096], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.611932"], ["updated_at", "2016-10-07 18:58:11.611932"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5097], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.612761"], ["updated_at", "2016-10-07 18:58:11.612761"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5098], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.613589"], ["updated_at", "2016-10-07 18:58:11.613589"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5099], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.614402"], ["updated_at", "2016-10-07 18:58:11.614402"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5100], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.615226"], ["updated_at", "2016-10-07 18:58:11.615226"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5101], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.616043"], ["updated_at", "2016-10-07 18:58:11.616043"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5102], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.616883"], ["updated_at", "2016-10-07 18:58:11.616883"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5103], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.617818"], ["updated_at", "2016-10-07 18:58:11.617818"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5104], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.619025"], ["updated_at", "2016-10-07 18:58:11.619025"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5105], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.619902"], ["updated_at", "2016-10-07 18:58:11.619902"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5106], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.620757"], ["updated_at", "2016-10-07 18:58:11.620757"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5107], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.621618"], ["updated_at", "2016-10-07 18:58:11.621618"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5108], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.622463"], ["updated_at", "2016-10-07 18:58:11.622463"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5109], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.623293"], ["updated_at", "2016-10-07 18:58:11.623293"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5110], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.624124"], ["updated_at", "2016-10-07 18:58:11.624124"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5111], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.624968"], ["updated_at", "2016-10-07 18:58:11.624968"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5112], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.625798"], ["updated_at", "2016-10-07 18:58:11.625798"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5113], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.626666"], ["updated_at", "2016-10-07 18:58:11.626666"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5114], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.627492"], ["updated_at", "2016-10-07 18:58:11.627492"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5115], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.628314"], ["updated_at", "2016-10-07 18:58:11.628314"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5116], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.629124"], ["updated_at", "2016-10-07 18:58:11.629124"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5117], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.629942"], ["updated_at", "2016-10-07 18:58:11.629942"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5118], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.630778"], ["updated_at", "2016-10-07 18:58:11.630778"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5119], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.631596"], ["updated_at", "2016-10-07 18:58:11.631596"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5120], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.632415"], ["updated_at", "2016-10-07 18:58:11.632415"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5121], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.633230"], ["updated_at", "2016-10-07 18:58:11.633230"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5122], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.634053"], ["updated_at", "2016-10-07 18:58:11.634053"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5123], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.635374"], ["updated_at", "2016-10-07 18:58:11.635374"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5124], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.636294"], ["updated_at", "2016-10-07 18:58:11.636294"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5125], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.637146"], ["updated_at", "2016-10-07 18:58:11.637146"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5126], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.638015"], ["updated_at", "2016-10-07 18:58:11.638015"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5127], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.638905"], ["updated_at", "2016-10-07 18:58:11.638905"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5128], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.639745"], ["updated_at", "2016-10-07 18:58:11.639745"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5129], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.640591"], ["updated_at", "2016-10-07 18:58:11.640591"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5130], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.641421"], ["updated_at", "2016-10-07 18:58:11.641421"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5131], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.642248"], ["updated_at", "2016-10-07 18:58:11.642248"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5132], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.643104"], ["updated_at", "2016-10-07 18:58:11.643104"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5133], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.643946"], ["updated_at", "2016-10-07 18:58:11.643946"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5134], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.644792"], ["updated_at", "2016-10-07 18:58:11.644792"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5135], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.645611"], ["updated_at", "2016-10-07 18:58:11.645611"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5136], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.646431"], ["updated_at", "2016-10-07 18:58:11.646431"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5137], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.647272"], ["updated_at", "2016-10-07 18:58:11.647272"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5138], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.648092"], ["updated_at", "2016-10-07 18:58:11.648092"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5139], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.648917"], ["updated_at", "2016-10-07 18:58:11.648917"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5140], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.649721"], ["updated_at", "2016-10-07 18:58:11.649721"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5141], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.650557"], ["updated_at", "2016-10-07 18:58:11.650557"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5142], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.651786"], ["updated_at", "2016-10-07 18:58:11.651786"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5143], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.652772"], ["updated_at", "2016-10-07 18:58:11.652772"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5144], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.653651"], ["updated_at", "2016-10-07 18:58:11.653651"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5145], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.654544"], ["updated_at", "2016-10-07 18:58:11.654544"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 31], ["message_id", 5146], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.655405"], ["updated_at", "2016-10-07 18:58:11.655405"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5147], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.656260"], ["updated_at", "2016-10-07 18:58:11.656260"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5148], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.657094"], ["updated_at", "2016-10-07 18:58:11.657094"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5149], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.657933"], ["updated_at", "2016-10-07 18:58:11.657933"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5150], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.658794"], ["updated_at", "2016-10-07 18:58:11.658794"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5151], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.659654"], ["updated_at", "2016-10-07 18:58:11.659654"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5152], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.660497"], ["updated_at", "2016-10-07 18:58:11.660497"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5153], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.661328"], ["updated_at", "2016-10-07 18:58:11.661328"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5154], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.662155"], ["updated_at", "2016-10-07 18:58:11.662155"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5155], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.663029"], ["updated_at", "2016-10-07 18:58:11.663029"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5156], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.663826"], ["updated_at", "2016-10-07 18:58:11.663826"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5157], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.664667"], ["updated_at", "2016-10-07 18:58:11.664667"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5158], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.665506"], ["updated_at", "2016-10-07 18:58:11.665506"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5159], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.666328"], ["updated_at", "2016-10-07 18:58:11.666328"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5160], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.667232"], ["updated_at", "2016-10-07 18:58:11.667232"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5161], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.668495"], ["updated_at", "2016-10-07 18:58:11.668495"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5162], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.669430"], ["updated_at", "2016-10-07 18:58:11.669430"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5163], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.670318"], ["updated_at", "2016-10-07 18:58:11.670318"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5164], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.671261"], ["updated_at", "2016-10-07 18:58:11.671261"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5165], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.672132"], ["updated_at", "2016-10-07 18:58:11.672132"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5166], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.672995"], ["updated_at", "2016-10-07 18:58:11.672995"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5167], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.673843"], ["updated_at", "2016-10-07 18:58:11.673843"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5168], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.674715"], ["updated_at", "2016-10-07 18:58:11.674715"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5169], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.675554"], ["updated_at", "2016-10-07 18:58:11.675554"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5170], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.676408"], ["updated_at", "2016-10-07 18:58:11.676408"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5171], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.677263"], ["updated_at", "2016-10-07 18:58:11.677263"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5172], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.678065"], ["updated_at", "2016-10-07 18:58:11.678065"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5173], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.678929"], ["updated_at", "2016-10-07 18:58:11.678929"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5174], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.679822"], ["updated_at", "2016-10-07 18:58:11.679822"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5175], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.680734"], ["updated_at", "2016-10-07 18:58:11.680734"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5176], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.681577"], ["updated_at", "2016-10-07 18:58:11.681577"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5177], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.682422"], ["updated_at", "2016-10-07 18:58:11.682422"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5178], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.683288"], ["updated_at", "2016-10-07 18:58:11.683288"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5179], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.684189"], ["updated_at", "2016-10-07 18:58:11.684189"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5180], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.685558"], ["updated_at", "2016-10-07 18:58:11.685558"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5181], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.686837"], ["updated_at", "2016-10-07 18:58:11.686837"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5182], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.689457"], ["updated_at", "2016-10-07 18:58:11.689457"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5183], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.691096"], ["updated_at", "2016-10-07 18:58:11.691096"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5184], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.694476"], ["updated_at", "2016-10-07 18:58:11.694476"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5185], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.696020"], ["updated_at", "2016-10-07 18:58:11.696020"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5186], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.697029"], ["updated_at", "2016-10-07 18:58:11.697029"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5187], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.697980"], ["updated_at", "2016-10-07 18:58:11.697980"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5188], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.698927"], ["updated_at", "2016-10-07 18:58:11.698927"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5189], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.699822"], ["updated_at", "2016-10-07 18:58:11.699822"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5190], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.700912"], ["updated_at", "2016-10-07 18:58:11.700912"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5191], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.702239"], ["updated_at", "2016-10-07 18:58:11.702239"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5192], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.703232"], ["updated_at", "2016-10-07 18:58:11.703232"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5193], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.704160"], ["updated_at", "2016-10-07 18:58:11.704160"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5194], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.705136"], ["updated_at", "2016-10-07 18:58:11.705136"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5195], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.706090"], ["updated_at", "2016-10-07 18:58:11.706090"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5196], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.707046"], ["updated_at", "2016-10-07 18:58:11.707046"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5197], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.707997"], ["updated_at", "2016-10-07 18:58:11.707997"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5198], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.708915"], ["updated_at", "2016-10-07 18:58:11.708915"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5199], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.709867"], ["updated_at", "2016-10-07 18:58:11.709867"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5200], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.710795"], ["updated_at", "2016-10-07 18:58:11.710795"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5201], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.711690"], ["updated_at", "2016-10-07 18:58:11.711690"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5202], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.712603"], ["updated_at", "2016-10-07 18:58:11.712603"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5203], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.713526"], ["updated_at", "2016-10-07 18:58:11.713526"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5204], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.714429"], ["updated_at", "2016-10-07 18:58:11.714429"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5205], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.715344"], ["updated_at", "2016-10-07 18:58:11.715344"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5206], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.716254"], ["updated_at", "2016-10-07 18:58:11.716254"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5207], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.717164"], ["updated_at", "2016-10-07 18:58:11.717164"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5208], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.718441"], ["updated_at", "2016-10-07 18:58:11.718441"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5209], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.719560"], ["updated_at", "2016-10-07 18:58:11.719560"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5210], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.720529"], ["updated_at", "2016-10-07 18:58:11.720529"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5211], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.721475"], ["updated_at", "2016-10-07 18:58:11.721475"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5212], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.722401"], ["updated_at", "2016-10-07 18:58:11.722401"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5213], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.723355"], ["updated_at", "2016-10-07 18:58:11.723355"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5214], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.724279"], ["updated_at", "2016-10-07 18:58:11.724279"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5215], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.725226"], ["updated_at", "2016-10-07 18:58:11.725226"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5216], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.726084"], ["updated_at", "2016-10-07 18:58:11.726084"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5217], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.726977"], ["updated_at", "2016-10-07 18:58:11.726977"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5218], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.727784"], ["updated_at", "2016-10-07 18:58:11.727784"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5219], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.728619"], ["updated_at", "2016-10-07 18:58:11.728619"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5220], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.729449"], ["updated_at", "2016-10-07 18:58:11.729449"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5221], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.730271"], ["updated_at", "2016-10-07 18:58:11.730271"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5222], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.731109"], ["updated_at", "2016-10-07 18:58:11.731109"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5223], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.731932"], ["updated_at", "2016-10-07 18:58:11.731932"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5224], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.732761"], ["updated_at", "2016-10-07 18:58:11.732761"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5225], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.733595"], ["updated_at", "2016-10-07 18:58:11.733595"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5226], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.734680"], ["updated_at", "2016-10-07 18:58:11.734680"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5227], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.735833"], ["updated_at", "2016-10-07 18:58:11.735833"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5228], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.736726"], ["updated_at", "2016-10-07 18:58:11.736726"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5229], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.737592"], ["updated_at", "2016-10-07 18:58:11.737592"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5230], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.738440"], ["updated_at", "2016-10-07 18:58:11.738440"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5231], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.739299"], ["updated_at", "2016-10-07 18:58:11.739299"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5232], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.740114"], ["updated_at", "2016-10-07 18:58:11.740114"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5233], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.740959"], ["updated_at", "2016-10-07 18:58:11.740959"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5234], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.741838"], ["updated_at", "2016-10-07 18:58:11.741838"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5235], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.742719"], ["updated_at", "2016-10-07 18:58:11.742719"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5236], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.743557"], ["updated_at", "2016-10-07 18:58:11.743557"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5237], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.744384"], ["updated_at", "2016-10-07 18:58:11.744384"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5238], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.745215"], ["updated_at", "2016-10-07 18:58:11.745215"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5239], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.746041"], ["updated_at", "2016-10-07 18:58:11.746041"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5240], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.746885"], ["updated_at", "2016-10-07 18:58:11.746885"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5241], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.747723"], ["updated_at", "2016-10-07 18:58:11.747723"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5242], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.748536"], ["updated_at", "2016-10-07 18:58:11.748536"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5243], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.749354"], ["updated_at", "2016-10-07 18:58:11.749354"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5244], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.750190"], ["updated_at", "2016-10-07 18:58:11.750190"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5245], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.751267"], ["updated_at", "2016-10-07 18:58:11.751267"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5246], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.752395"], ["updated_at", "2016-10-07 18:58:11.752395"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5247], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.753255"], ["updated_at", "2016-10-07 18:58:11.753255"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5248], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.754112"], ["updated_at", "2016-10-07 18:58:11.754112"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5249], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.755012"], ["updated_at", "2016-10-07 18:58:11.755012"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5250], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.755899"], ["updated_at", "2016-10-07 18:58:11.755899"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5251], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.756746"], ["updated_at", "2016-10-07 18:58:11.756746"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5252], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.757595"], ["updated_at", "2016-10-07 18:58:11.757595"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5253], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.758422"], ["updated_at", "2016-10-07 18:58:11.758422"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5254], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.759295"], ["updated_at", "2016-10-07 18:58:11.759295"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5255], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.760154"], ["updated_at", "2016-10-07 18:58:11.760154"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5256], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.760976"], ["updated_at", "2016-10-07 18:58:11.760976"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5257], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.761794"], ["updated_at", "2016-10-07 18:58:11.761794"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5258], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.762642"], ["updated_at", "2016-10-07 18:58:11.762642"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5259], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.763471"], ["updated_at", "2016-10-07 18:58:11.763471"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5260], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.764370"], ["updated_at", "2016-10-07 18:58:11.764370"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5261], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.765191"], ["updated_at", "2016-10-07 18:58:11.765191"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5262], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.766017"], ["updated_at", "2016-10-07 18:58:11.766017"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5263], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.766864"], ["updated_at", "2016-10-07 18:58:11.766864"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5264], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.767875"], ["updated_at", "2016-10-07 18:58:11.767875"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5265], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.769338"], ["updated_at", "2016-10-07 18:58:11.769338"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5266], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.770838"], ["updated_at", "2016-10-07 18:58:11.770838"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5267], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.772138"], ["updated_at", "2016-10-07 18:58:11.772138"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5268], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.774547"], ["updated_at", "2016-10-07 18:58:11.774547"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5269], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.776332"], ["updated_at", "2016-10-07 18:58:11.776332"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5270], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.779466"], ["updated_at", "2016-10-07 18:58:11.779466"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5271], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.780997"], ["updated_at", "2016-10-07 18:58:11.780997"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5272], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.782007"], ["updated_at", "2016-10-07 18:58:11.782007"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5273], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.783008"], ["updated_at", "2016-10-07 18:58:11.783008"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5274], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.784071"], ["updated_at", "2016-10-07 18:58:11.784071"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5275], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.785165"], ["updated_at", "2016-10-07 18:58:11.785165"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5276], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.786107"], ["updated_at", "2016-10-07 18:58:11.786107"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5277], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.787049"], ["updated_at", "2016-10-07 18:58:11.787049"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5278], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.787943"], ["updated_at", "2016-10-07 18:58:11.787943"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5279], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.788839"], ["updated_at", "2016-10-07 18:58:11.788839"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5280], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.789714"], ["updated_at", "2016-10-07 18:58:11.789714"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5281], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.790608"], ["updated_at", "2016-10-07 18:58:11.790608"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5282], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.791473"], ["updated_at", "2016-10-07 18:58:11.791473"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5283], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.792338"], ["updated_at", "2016-10-07 18:58:11.792338"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5284], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.793217"], ["updated_at", "2016-10-07 18:58:11.793217"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5285], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.794057"], ["updated_at", "2016-10-07 18:58:11.794057"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5286], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.794935"], ["updated_at", "2016-10-07 18:58:11.794935"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5287], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.795788"], ["updated_at", "2016-10-07 18:58:11.795788"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5288], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.796616"], ["updated_at", "2016-10-07 18:58:11.796616"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5289], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.797446"], ["updated_at", "2016-10-07 18:58:11.797446"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5290], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.798264"], ["updated_at", "2016-10-07 18:58:11.798264"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5291], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.799135"], ["updated_at", "2016-10-07 18:58:11.799135"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5292], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.799971"], ["updated_at", "2016-10-07 18:58:11.799971"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5293], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.800824"], ["updated_at", "2016-10-07 18:58:11.800824"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5294], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.801866"], ["updated_at", "2016-10-07 18:58:11.801866"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5295], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.802797"], ["updated_at", "2016-10-07 18:58:11.802797"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5296], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.803662"], ["updated_at", "2016-10-07 18:58:11.803662"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5297], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.804516"], ["updated_at", "2016-10-07 18:58:11.804516"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5298], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.805438"], ["updated_at", "2016-10-07 18:58:11.805438"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5299], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.806318"], ["updated_at", "2016-10-07 18:58:11.806318"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5300], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.807268"], ["updated_at", "2016-10-07 18:58:11.807268"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5301], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.808385"], ["updated_at", "2016-10-07 18:58:11.808385"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5302], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.809310"], ["updated_at", "2016-10-07 18:58:11.809310"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5303], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.810247"], ["updated_at", "2016-10-07 18:58:11.810247"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5304], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.811158"], ["updated_at", "2016-10-07 18:58:11.811158"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5305], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.812035"], ["updated_at", "2016-10-07 18:58:11.812035"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5306], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.812886"], ["updated_at", "2016-10-07 18:58:11.812886"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5307], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.813701"], ["updated_at", "2016-10-07 18:58:11.813701"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5308], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.814588"], ["updated_at", "2016-10-07 18:58:11.814588"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5309], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.815451"], ["updated_at", "2016-10-07 18:58:11.815451"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5310], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.816291"], ["updated_at", "2016-10-07 18:58:11.816291"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5311], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.817138"], ["updated_at", "2016-10-07 18:58:11.817138"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 32], ["message_id", 5312], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.818126"], ["updated_at", "2016-10-07 18:58:11.818126"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5313], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.819100"], ["updated_at", "2016-10-07 18:58:11.819100"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5314], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.819969"], ["updated_at", "2016-10-07 18:58:11.819969"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5315], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.820818"], ["updated_at", "2016-10-07 18:58:11.820818"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5316], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.821690"], ["updated_at", "2016-10-07 18:58:11.821690"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5317], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.822548"], ["updated_at", "2016-10-07 18:58:11.822548"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5318], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.823404"], ["updated_at", "2016-10-07 18:58:11.823404"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5319], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.824238"], ["updated_at", "2016-10-07 18:58:11.824238"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5320], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.825073"], ["updated_at", "2016-10-07 18:58:11.825073"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5321], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.825914"], ["updated_at", "2016-10-07 18:58:11.825914"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5322], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.826777"], ["updated_at", "2016-10-07 18:58:11.826777"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5323], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.827603"], ["updated_at", "2016-10-07 18:58:11.827603"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5324], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.828407"], ["updated_at", "2016-10-07 18:58:11.828407"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5325], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.829250"], ["updated_at", "2016-10-07 18:58:11.829250"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5326], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.830100"], ["updated_at", "2016-10-07 18:58:11.830100"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5327], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.830953"], ["updated_at", "2016-10-07 18:58:11.830953"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5328], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.831768"], ["updated_at", "2016-10-07 18:58:11.831768"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5329], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.832591"], ["updated_at", "2016-10-07 18:58:11.832591"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5330], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.833416"], ["updated_at", "2016-10-07 18:58:11.833416"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5331], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.834300"], ["updated_at", "2016-10-07 18:58:11.834300"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5332], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.835430"], ["updated_at", "2016-10-07 18:58:11.835430"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5333], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.836950"], ["updated_at", "2016-10-07 18:58:11.836950"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5334], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.839600"], ["updated_at", "2016-10-07 18:58:11.839600"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5335], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.841994"], ["updated_at", "2016-10-07 18:58:11.841994"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5336], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.844745"], ["updated_at", "2016-10-07 18:58:11.844745"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5337], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.845833"], ["updated_at", "2016-10-07 18:58:11.845833"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5338], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.846829"], ["updated_at", "2016-10-07 18:58:11.846829"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5339], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.847732"], ["updated_at", "2016-10-07 18:58:11.847732"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5340], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.848649"], ["updated_at", "2016-10-07 18:58:11.848649"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5341], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.849531"], ["updated_at", "2016-10-07 18:58:11.849531"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5342], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.850548"], ["updated_at", "2016-10-07 18:58:11.850548"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5343], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.851656"], ["updated_at", "2016-10-07 18:58:11.851656"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5344], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.852651"], ["updated_at", "2016-10-07 18:58:11.852651"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5345], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.853564"], ["updated_at", "2016-10-07 18:58:11.853564"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5346], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.854440"], ["updated_at", "2016-10-07 18:58:11.854440"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5347], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.855320"], ["updated_at", "2016-10-07 18:58:11.855320"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5348], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.856178"], ["updated_at", "2016-10-07 18:58:11.856178"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5349], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.857029"], ["updated_at", "2016-10-07 18:58:11.857029"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5350], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.857931"], ["updated_at", "2016-10-07 18:58:11.857931"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5351], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.858789"], ["updated_at", "2016-10-07 18:58:11.858789"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5352], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.859649"], ["updated_at", "2016-10-07 18:58:11.859649"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5353], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.860500"], ["updated_at", "2016-10-07 18:58:11.860500"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5354], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.861309"], ["updated_at", "2016-10-07 18:58:11.861309"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5355], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.862151"], ["updated_at", "2016-10-07 18:58:11.862151"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5356], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.863006"], ["updated_at", "2016-10-07 18:58:11.863006"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5357], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.863837"], ["updated_at", "2016-10-07 18:58:11.863837"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5358], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.864658"], ["updated_at", "2016-10-07 18:58:11.864658"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5359], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.865493"], ["updated_at", "2016-10-07 18:58:11.865493"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5360], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.866314"], ["updated_at", "2016-10-07 18:58:11.866314"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5361], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.867169"], ["updated_at", "2016-10-07 18:58:11.867169"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5362], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.868185"], ["updated_at", "2016-10-07 18:58:11.868185"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5363], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.869178"], ["updated_at", "2016-10-07 18:58:11.869178"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5364], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.870066"], ["updated_at", "2016-10-07 18:58:11.870066"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5365], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.871002"], ["updated_at", "2016-10-07 18:58:11.871002"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5366], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.871867"], ["updated_at", "2016-10-07 18:58:11.871867"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5367], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.872719"], ["updated_at", "2016-10-07 18:58:11.872719"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5368], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.873539"], ["updated_at", "2016-10-07 18:58:11.873539"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5369], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.874391"], ["updated_at", "2016-10-07 18:58:11.874391"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5370], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.875282"], ["updated_at", "2016-10-07 18:58:11.875282"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5371], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.876137"], ["updated_at", "2016-10-07 18:58:11.876137"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5372], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.876984"], ["updated_at", "2016-10-07 18:58:11.876984"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5373], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.877824"], ["updated_at", "2016-10-07 18:58:11.877824"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5374], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.878685"], ["updated_at", "2016-10-07 18:58:11.878685"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5375], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.879546"], ["updated_at", "2016-10-07 18:58:11.879546"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5376], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.880503"], ["updated_at", "2016-10-07 18:58:11.880503"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5377], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.881355"], ["updated_at", "2016-10-07 18:58:11.881355"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5378], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.882188"], ["updated_at", "2016-10-07 18:58:11.882188"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5379], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.883063"], ["updated_at", "2016-10-07 18:58:11.883063"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5380], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.883933"], ["updated_at", "2016-10-07 18:58:11.883933"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5381], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.884952"], ["updated_at", "2016-10-07 18:58:11.884952"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5382], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.885853"], ["updated_at", "2016-10-07 18:58:11.885853"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5383], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.886738"], ["updated_at", "2016-10-07 18:58:11.886738"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5384], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.887569"], ["updated_at", "2016-10-07 18:58:11.887569"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5385], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.888412"], ["updated_at", "2016-10-07 18:58:11.888412"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5386], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.889263"], ["updated_at", "2016-10-07 18:58:11.889263"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5387], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.890100"], ["updated_at", "2016-10-07 18:58:11.890100"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5388], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.890972"], ["updated_at", "2016-10-07 18:58:11.890972"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5389], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.891801"], ["updated_at", "2016-10-07 18:58:11.891801"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5390], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.892644"], ["updated_at", "2016-10-07 18:58:11.892644"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5391], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.893508"], ["updated_at", "2016-10-07 18:58:11.893508"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5392], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.894327"], ["updated_at", "2016-10-07 18:58:11.894327"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5393], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.895186"], ["updated_at", "2016-10-07 18:58:11.895186"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5394], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.895997"], ["updated_at", "2016-10-07 18:58:11.895997"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5395], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.896823"], ["updated_at", "2016-10-07 18:58:11.896823"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5396], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.897658"], ["updated_at", "2016-10-07 18:58:11.897658"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5397], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.898475"], ["updated_at", "2016-10-07 18:58:11.898475"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5398], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.899321"], ["updated_at", "2016-10-07 18:58:11.899321"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5399], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.900145"], ["updated_at", "2016-10-07 18:58:11.900145"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5400], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.901024"], ["updated_at", "2016-10-07 18:58:11.901024"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5401], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.901985"], ["updated_at", "2016-10-07 18:58:11.901985"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5402], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.902867"], ["updated_at", "2016-10-07 18:58:11.902867"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5403], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.903990"], ["updated_at", "2016-10-07 18:58:11.903990"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5404], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.904918"], ["updated_at", "2016-10-07 18:58:11.904918"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5405], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.906859"], ["updated_at", "2016-10-07 18:58:11.906859"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5406], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.908103"], ["updated_at", "2016-10-07 18:58:11.908103"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5407], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.909178"], ["updated_at", "2016-10-07 18:58:11.909178"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5408], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.910230"], ["updated_at", "2016-10-07 18:58:11.910230"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5409], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.911226"], ["updated_at", "2016-10-07 18:58:11.911226"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5410], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.912192"], ["updated_at", "2016-10-07 18:58:11.912192"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5411], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.913158"], ["updated_at", "2016-10-07 18:58:11.913158"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5412], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.914094"], ["updated_at", "2016-10-07 18:58:11.914094"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5413], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.915044"], ["updated_at", "2016-10-07 18:58:11.915044"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5414], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.915964"], ["updated_at", "2016-10-07 18:58:11.915964"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5415], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.916919"], ["updated_at", "2016-10-07 18:58:11.916919"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5416], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.917908"], ["updated_at", "2016-10-07 18:58:11.917908"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5417], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.918902"], ["updated_at", "2016-10-07 18:58:11.918902"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5418], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.919790"], ["updated_at", "2016-10-07 18:58:11.919790"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5419], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.920650"], ["updated_at", "2016-10-07 18:58:11.920650"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5420], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.921513"], ["updated_at", "2016-10-07 18:58:11.921513"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5421], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.922376"], ["updated_at", "2016-10-07 18:58:11.922376"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5422], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.923237"], ["updated_at", "2016-10-07 18:58:11.923237"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5423], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.924090"], ["updated_at", "2016-10-07 18:58:11.924090"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5424], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.924941"], ["updated_at", "2016-10-07 18:58:11.924941"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5425], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.925793"], ["updated_at", "2016-10-07 18:58:11.925793"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5426], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.926675"], ["updated_at", "2016-10-07 18:58:11.926675"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5427], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.927514"], ["updated_at", "2016-10-07 18:58:11.927514"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5428], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.928335"], ["updated_at", "2016-10-07 18:58:11.928335"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5429], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.929154"], ["updated_at", "2016-10-07 18:58:11.929154"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5430], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.929952"], ["updated_at", "2016-10-07 18:58:11.929952"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5431], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.930854"], ["updated_at", "2016-10-07 18:58:11.930854"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5432], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.931691"], ["updated_at", "2016-10-07 18:58:11.931691"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5433], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.932528"], ["updated_at", "2016-10-07 18:58:11.932528"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5434], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.933373"], ["updated_at", "2016-10-07 18:58:11.933373"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5435], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.934274"], ["updated_at", "2016-10-07 18:58:11.934274"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5436], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.935319"], ["updated_at", "2016-10-07 18:58:11.935319"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5437], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.936213"], ["updated_at", "2016-10-07 18:58:11.936213"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5438], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.937094"], ["updated_at", "2016-10-07 18:58:11.937094"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5439], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.937962"], ["updated_at", "2016-10-07 18:58:11.937962"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5440], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.938830"], ["updated_at", "2016-10-07 18:58:11.938830"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5441], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.939669"], ["updated_at", "2016-10-07 18:58:11.939669"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5442], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.940514"], ["updated_at", "2016-10-07 18:58:11.940514"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5443], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.941357"], ["updated_at", "2016-10-07 18:58:11.941357"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5444], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.942192"], ["updated_at", "2016-10-07 18:58:11.942192"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5445], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.943103"], ["updated_at", "2016-10-07 18:58:11.943103"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5446], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.943914"], ["updated_at", "2016-10-07 18:58:11.943914"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5447], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.944751"], ["updated_at", "2016-10-07 18:58:11.944751"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5448], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.945583"], ["updated_at", "2016-10-07 18:58:11.945583"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5449], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.946415"], ["updated_at", "2016-10-07 18:58:11.946415"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5450], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.947250"], ["updated_at", "2016-10-07 18:58:11.947250"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5451], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.948085"], ["updated_at", "2016-10-07 18:58:11.948085"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5452], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.948912"], ["updated_at", "2016-10-07 18:58:11.948912"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5453], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.949728"], ["updated_at", "2016-10-07 18:58:11.949728"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5454], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.950607"], ["updated_at", "2016-10-07 18:58:11.950607"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5455], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.951655"], ["updated_at", "2016-10-07 18:58:11.951655"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5456], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.952557"], ["updated_at", "2016-10-07 18:58:11.952557"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5457], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.953436"], ["updated_at", "2016-10-07 18:58:11.953436"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5458], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.954308"], ["updated_at", "2016-10-07 18:58:11.954308"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5459], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.955194"], ["updated_at", "2016-10-07 18:58:11.955194"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5460], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.956036"], ["updated_at", "2016-10-07 18:58:11.956036"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5461], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.956885"], ["updated_at", "2016-10-07 18:58:11.956885"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5462], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.957729"], ["updated_at", "2016-10-07 18:58:11.957729"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5463], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.958591"], ["updated_at", "2016-10-07 18:58:11.958591"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5464], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.959442"], ["updated_at", "2016-10-07 18:58:11.959442"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5465], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.960291"], ["updated_at", "2016-10-07 18:58:11.960291"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5466], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.961127"], ["updated_at", "2016-10-07 18:58:11.961127"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5467], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.961947"], ["updated_at", "2016-10-07 18:58:11.961947"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5468], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.962772"], ["updated_at", "2016-10-07 18:58:11.962772"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5469], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.963605"], ["updated_at", "2016-10-07 18:58:11.963605"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5470], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.964428"], ["updated_at", "2016-10-07 18:58:11.964428"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5471], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.965245"], ["updated_at", "2016-10-07 18:58:11.965245"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5472], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.966055"], ["updated_at", "2016-10-07 18:58:11.966055"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5473], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.966898"], ["updated_at", "2016-10-07 18:58:11.966898"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5474], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.967872"], ["updated_at", "2016-10-07 18:58:11.967872"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5475], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.968838"], ["updated_at", "2016-10-07 18:58:11.968838"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5476], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.969728"], ["updated_at", "2016-10-07 18:58:11.969728"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5477], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.970640"], ["updated_at", "2016-10-07 18:58:11.970640"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 33], ["message_id", 5478], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.971493"], ["updated_at", "2016-10-07 18:58:11.971493"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5479], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.972394"], ["updated_at", "2016-10-07 18:58:11.972394"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5480], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.973260"], ["updated_at", "2016-10-07 18:58:11.973260"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5481], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.974106"], ["updated_at", "2016-10-07 18:58:11.974106"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5482], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.974974"], ["updated_at", "2016-10-07 18:58:11.974974"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5483], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.975820"], ["updated_at", "2016-10-07 18:58:11.975820"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5484], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.976674"], ["updated_at", "2016-10-07 18:58:11.976674"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5485], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.977513"], ["updated_at", "2016-10-07 18:58:11.977513"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5486], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.978336"], ["updated_at", "2016-10-07 18:58:11.978336"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5487], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.979196"], ["updated_at", "2016-10-07 18:58:11.979196"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5488], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.980047"], ["updated_at", "2016-10-07 18:58:11.980047"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5489], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.980873"], ["updated_at", "2016-10-07 18:58:11.980873"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5490], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.981671"], ["updated_at", "2016-10-07 18:58:11.981671"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5491], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.982488"], ["updated_at", "2016-10-07 18:58:11.982488"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5492], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.983345"], ["updated_at", "2016-10-07 18:58:11.983345"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5493], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.984257"], ["updated_at", "2016-10-07 18:58:11.984257"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5494], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.985257"], ["updated_at", "2016-10-07 18:58:11.985257"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5495], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.986141"], ["updated_at", "2016-10-07 18:58:11.986141"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5496], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.987072"], ["updated_at", "2016-10-07 18:58:11.987072"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5497], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.987936"], ["updated_at", "2016-10-07 18:58:11.987936"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5498], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.988787"], ["updated_at", "2016-10-07 18:58:11.988787"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5499], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.989634"], ["updated_at", "2016-10-07 18:58:11.989634"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5500], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.990471"], ["updated_at", "2016-10-07 18:58:11.990471"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5501], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.991347"], ["updated_at", "2016-10-07 18:58:11.991347"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5502], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.992185"], ["updated_at", "2016-10-07 18:58:11.992185"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5503], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.993051"], ["updated_at", "2016-10-07 18:58:11.993051"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5504], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.993878"], ["updated_at", "2016-10-07 18:58:11.993878"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5505], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.994727"], ["updated_at", "2016-10-07 18:58:11.994727"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5506], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.995561"], ["updated_at", "2016-10-07 18:58:11.995561"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5507], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.996361"], ["updated_at", "2016-10-07 18:58:11.996361"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5508], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.997185"], ["updated_at", "2016-10-07 18:58:11.997185"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5509], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.998010"], ["updated_at", "2016-10-07 18:58:11.998010"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5510], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.998838"], ["updated_at", "2016-10-07 18:58:11.998838"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5511], ["status", "sent"], ["created_at", "2016-10-07 18:58:11.999663"], ["updated_at", "2016-10-07 18:58:11.999663"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5512], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.000527"], ["updated_at", "2016-10-07 18:58:12.000527"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5513], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.001634"], ["updated_at", "2016-10-07 18:58:12.001634"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5514], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.003069"], ["updated_at", "2016-10-07 18:58:12.003069"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5515], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.005884"], ["updated_at", "2016-10-07 18:58:12.005884"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5516], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.007408"], ["updated_at", "2016-10-07 18:58:12.007408"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5517], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.010260"], ["updated_at", "2016-10-07 18:58:12.010260"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5518], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.012183"], ["updated_at", "2016-10-07 18:58:12.012183"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5519], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.013241"], ["updated_at", "2016-10-07 18:58:12.013241"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5520], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.014175"], ["updated_at", "2016-10-07 18:58:12.014175"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5521], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.015099"], ["updated_at", "2016-10-07 18:58:12.015099"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5522], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.016004"], ["updated_at", "2016-10-07 18:58:12.016004"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5523], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.017051"], ["updated_at", "2016-10-07 18:58:12.017051"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5524], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.018167"], ["updated_at", "2016-10-07 18:58:12.018167"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5525], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.019113"], ["updated_at", "2016-10-07 18:58:12.019113"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5526], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.020007"], ["updated_at", "2016-10-07 18:58:12.020007"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5527], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.020888"], ["updated_at", "2016-10-07 18:58:12.020888"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5528], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.021803"], ["updated_at", "2016-10-07 18:58:12.021803"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5529], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.022671"], ["updated_at", "2016-10-07 18:58:12.022671"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5530], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.023556"], ["updated_at", "2016-10-07 18:58:12.023556"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5531], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.024412"], ["updated_at", "2016-10-07 18:58:12.024412"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5532], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.025262"], ["updated_at", "2016-10-07 18:58:12.025262"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5533], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.026137"], ["updated_at", "2016-10-07 18:58:12.026137"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5534], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.027005"], ["updated_at", "2016-10-07 18:58:12.027005"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5535], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.027852"], ["updated_at", "2016-10-07 18:58:12.027852"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5536], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.028683"], ["updated_at", "2016-10-07 18:58:12.028683"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5537], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.029520"], ["updated_at", "2016-10-07 18:58:12.029520"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5538], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.030330"], ["updated_at", "2016-10-07 18:58:12.030330"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5539], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.031179"], ["updated_at", "2016-10-07 18:58:12.031179"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5540], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.032013"], ["updated_at", "2016-10-07 18:58:12.032013"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5541], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.032845"], ["updated_at", "2016-10-07 18:58:12.032845"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5542], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.033673"], ["updated_at", "2016-10-07 18:58:12.033673"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5543], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.034723"], ["updated_at", "2016-10-07 18:58:12.034723"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5544], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.035678"], ["updated_at", "2016-10-07 18:58:12.035678"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5545], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.036554"], ["updated_at", "2016-10-07 18:58:12.036554"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5546], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.037412"], ["updated_at", "2016-10-07 18:58:12.037412"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5547], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.038314"], ["updated_at", "2016-10-07 18:58:12.038314"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5548], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.039169"], ["updated_at", "2016-10-07 18:58:12.039169"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5549], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.040021"], ["updated_at", "2016-10-07 18:58:12.040021"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5550], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.040959"], ["updated_at", "2016-10-07 18:58:12.040959"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5551], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.041802"], ["updated_at", "2016-10-07 18:58:12.041802"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5552], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.042671"], ["updated_at", "2016-10-07 18:58:12.042671"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5553], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.043507"], ["updated_at", "2016-10-07 18:58:12.043507"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5554], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.044341"], ["updated_at", "2016-10-07 18:58:12.044341"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5555], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.045183"], ["updated_at", "2016-10-07 18:58:12.045183"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5556], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.046000"], ["updated_at", "2016-10-07 18:58:12.046000"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5557], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.046836"], ["updated_at", "2016-10-07 18:58:12.046836"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5558], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.047648"], ["updated_at", "2016-10-07 18:58:12.047648"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5559], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.048473"], ["updated_at", "2016-10-07 18:58:12.048473"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5560], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.049348"], ["updated_at", "2016-10-07 18:58:12.049348"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5561], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.050194"], ["updated_at", "2016-10-07 18:58:12.050194"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5562], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.051196"], ["updated_at", "2016-10-07 18:58:12.051196"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5563], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.052239"], ["updated_at", "2016-10-07 18:58:12.052239"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5564], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.053258"], ["updated_at", "2016-10-07 18:58:12.053258"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5565], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.054638"], ["updated_at", "2016-10-07 18:58:12.054638"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5566], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.057242"], ["updated_at", "2016-10-07 18:58:12.057242"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5567], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.058977"], ["updated_at", "2016-10-07 18:58:12.058977"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5568], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.061387"], ["updated_at", "2016-10-07 18:58:12.061387"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5569], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.063602"], ["updated_at", "2016-10-07 18:58:12.063602"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5570], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.064671"], ["updated_at", "2016-10-07 18:58:12.064671"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5571], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.065662"], ["updated_at", "2016-10-07 18:58:12.065662"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5572], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.066683"], ["updated_at", "2016-10-07 18:58:12.066683"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5573], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.067788"], ["updated_at", "2016-10-07 18:58:12.067788"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5574], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.068849"], ["updated_at", "2016-10-07 18:58:12.068849"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5575], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.069807"], ["updated_at", "2016-10-07 18:58:12.069807"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5576], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.070746"], ["updated_at", "2016-10-07 18:58:12.070746"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5577], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.071681"], ["updated_at", "2016-10-07 18:58:12.071681"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5578], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.072561"], ["updated_at", "2016-10-07 18:58:12.072561"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5579], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.073443"], ["updated_at", "2016-10-07 18:58:12.073443"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5580], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.074319"], ["updated_at", "2016-10-07 18:58:12.074319"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5581], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.075207"], ["updated_at", "2016-10-07 18:58:12.075207"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5582], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.076093"], ["updated_at", "2016-10-07 18:58:12.076093"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5583], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.076971"], ["updated_at", "2016-10-07 18:58:12.076971"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5584], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.077823"], ["updated_at", "2016-10-07 18:58:12.077823"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5585], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.078694"], ["updated_at", "2016-10-07 18:58:12.078694"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5586], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.079572"], ["updated_at", "2016-10-07 18:58:12.079572"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5587], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.080510"], ["updated_at", "2016-10-07 18:58:12.080510"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5588], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.081376"], ["updated_at", "2016-10-07 18:58:12.081376"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5589], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.082242"], ["updated_at", "2016-10-07 18:58:12.082242"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5590], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.083125"], ["updated_at", "2016-10-07 18:58:12.083125"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5591], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.084055"], ["updated_at", "2016-10-07 18:58:12.084055"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5592], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.085071"], ["updated_at", "2016-10-07 18:58:12.085071"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5593], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.085965"], ["updated_at", "2016-10-07 18:58:12.085965"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5594], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.086849"], ["updated_at", "2016-10-07 18:58:12.086849"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5595], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.087724"], ["updated_at", "2016-10-07 18:58:12.087724"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5596], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.088590"], ["updated_at", "2016-10-07 18:58:12.088590"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5597], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.089414"], ["updated_at", "2016-10-07 18:58:12.089414"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5598], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.090260"], ["updated_at", "2016-10-07 18:58:12.090260"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5599], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.091137"], ["updated_at", "2016-10-07 18:58:12.091137"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5600], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.091969"], ["updated_at", "2016-10-07 18:58:12.091969"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5601], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.092831"], ["updated_at", "2016-10-07 18:58:12.092831"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5602], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.093694"], ["updated_at", "2016-10-07 18:58:12.093694"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5603], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.094544"], ["updated_at", "2016-10-07 18:58:12.094544"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5604], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.095395"], ["updated_at", "2016-10-07 18:58:12.095395"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5605], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.096225"], ["updated_at", "2016-10-07 18:58:12.096225"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5606], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.097054"], ["updated_at", "2016-10-07 18:58:12.097054"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5607], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.097882"], ["updated_at", "2016-10-07 18:58:12.097882"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5608], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.098744"], ["updated_at", "2016-10-07 18:58:12.098744"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5609], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.099574"], ["updated_at", "2016-10-07 18:58:12.099574"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5610], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.100424"], ["updated_at", "2016-10-07 18:58:12.100424"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5611], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.101396"], ["updated_at", "2016-10-07 18:58:12.101396"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5612], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.102285"], ["updated_at", "2016-10-07 18:58:12.102285"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5613], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.103184"], ["updated_at", "2016-10-07 18:58:12.103184"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5614], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.104022"], ["updated_at", "2016-10-07 18:58:12.104022"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5615], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.104879"], ["updated_at", "2016-10-07 18:58:12.104879"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5616], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.105729"], ["updated_at", "2016-10-07 18:58:12.105729"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5617], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.106561"], ["updated_at", "2016-10-07 18:58:12.106561"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5618], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.107405"], ["updated_at", "2016-10-07 18:58:12.107405"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5619], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.108227"], ["updated_at", "2016-10-07 18:58:12.108227"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5620], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.109086"], ["updated_at", "2016-10-07 18:58:12.109086"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5621], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.110044"], ["updated_at", "2016-10-07 18:58:12.110044"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5622], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.110981"], ["updated_at", "2016-10-07 18:58:12.110981"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5623], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.111904"], ["updated_at", "2016-10-07 18:58:12.111904"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5624], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.112796"], ["updated_at", "2016-10-07 18:58:12.112796"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5625], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.113701"], ["updated_at", "2016-10-07 18:58:12.113701"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5626], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.114604"], ["updated_at", "2016-10-07 18:58:12.114604"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5627], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.115474"], ["updated_at", "2016-10-07 18:58:12.115474"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5628], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.116384"], ["updated_at", "2016-10-07 18:58:12.116384"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5629], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.117331"], ["updated_at", "2016-10-07 18:58:12.117331"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5630], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.118333"], ["updated_at", "2016-10-07 18:58:12.118333"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5631], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.119283"], ["updated_at", "2016-10-07 18:58:12.119283"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5632], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.120203"], ["updated_at", "2016-10-07 18:58:12.120203"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5633], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.121117"], ["updated_at", "2016-10-07 18:58:12.121117"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5634], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.122048"], ["updated_at", "2016-10-07 18:58:12.122048"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5635], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.122976"], ["updated_at", "2016-10-07 18:58:12.122976"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5636], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.123866"], ["updated_at", "2016-10-07 18:58:12.123866"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5637], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.124760"], ["updated_at", "2016-10-07 18:58:12.124760"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5638], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.125665"], ["updated_at", "2016-10-07 18:58:12.125665"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5639], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.126609"], ["updated_at", "2016-10-07 18:58:12.126609"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5640], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.127510"], ["updated_at", "2016-10-07 18:58:12.127510"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5641], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.128413"], ["updated_at", "2016-10-07 18:58:12.128413"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5642], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.129287"], ["updated_at", "2016-10-07 18:58:12.129287"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5643], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.130190"], ["updated_at", "2016-10-07 18:58:12.130190"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 34], ["message_id", 5644], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.131094"], ["updated_at", "2016-10-07 18:58:12.131094"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5645], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.131999"], ["updated_at", "2016-10-07 18:58:12.131999"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5646], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.132884"], ["updated_at", "2016-10-07 18:58:12.132884"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5647], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.133796"], ["updated_at", "2016-10-07 18:58:12.133796"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5648], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.134793"], ["updated_at", "2016-10-07 18:58:12.134793"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5649], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.135737"], ["updated_at", "2016-10-07 18:58:12.135737"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5650], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.136663"], ["updated_at", "2016-10-07 18:58:12.136663"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5651], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.137571"], ["updated_at", "2016-10-07 18:58:12.137571"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5652], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.138476"], ["updated_at", "2016-10-07 18:58:12.138476"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5653], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.139386"], ["updated_at", "2016-10-07 18:58:12.139386"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5654], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.140294"], ["updated_at", "2016-10-07 18:58:12.140294"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5655], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.141208"], ["updated_at", "2016-10-07 18:58:12.141208"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5656], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.142102"], ["updated_at", "2016-10-07 18:58:12.142102"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5657], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.142997"], ["updated_at", "2016-10-07 18:58:12.142997"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5658], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.143891"], ["updated_at", "2016-10-07 18:58:12.143891"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5659], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.144794"], ["updated_at", "2016-10-07 18:58:12.144794"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5660], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.145686"], ["updated_at", "2016-10-07 18:58:12.145686"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5661], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.146593"], ["updated_at", "2016-10-07 18:58:12.146593"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5662], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.147486"], ["updated_at", "2016-10-07 18:58:12.147486"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5663], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.148372"], ["updated_at", "2016-10-07 18:58:12.148372"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5664], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.149265"], ["updated_at", "2016-10-07 18:58:12.149265"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5665], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.150164"], ["updated_at", "2016-10-07 18:58:12.150164"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5666], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.151180"], ["updated_at", "2016-10-07 18:58:12.151180"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5667], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.152068"], ["updated_at", "2016-10-07 18:58:12.152068"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5668], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.152920"], ["updated_at", "2016-10-07 18:58:12.152920"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5669], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.153762"], ["updated_at", "2016-10-07 18:58:12.153762"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5670], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.154626"], ["updated_at", "2016-10-07 18:58:12.154626"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5671], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.155476"], ["updated_at", "2016-10-07 18:58:12.155476"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5672], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.156305"], ["updated_at", "2016-10-07 18:58:12.156305"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5673], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.157126"], ["updated_at", "2016-10-07 18:58:12.157126"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5674], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.157927"], ["updated_at", "2016-10-07 18:58:12.157927"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5675], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.158798"], ["updated_at", "2016-10-07 18:58:12.158798"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5676], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.159667"], ["updated_at", "2016-10-07 18:58:12.159667"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5677], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.160500"], ["updated_at", "2016-10-07 18:58:12.160500"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5678], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.161323"], ["updated_at", "2016-10-07 18:58:12.161323"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5679], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.162157"], ["updated_at", "2016-10-07 18:58:12.162157"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5680], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.163042"], ["updated_at", "2016-10-07 18:58:12.163042"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5681], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.163869"], ["updated_at", "2016-10-07 18:58:12.163869"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5682], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.164699"], ["updated_at", "2016-10-07 18:58:12.164699"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5683], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.165549"], ["updated_at", "2016-10-07 18:58:12.165549"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5684], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.166382"], ["updated_at", "2016-10-07 18:58:12.166382"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5685], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.167320"], ["updated_at", "2016-10-07 18:58:12.167320"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5686], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.168462"], ["updated_at", "2016-10-07 18:58:12.168462"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5687], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.169902"], ["updated_at", "2016-10-07 18:58:12.169902"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5688], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.172526"], ["updated_at", "2016-10-07 18:58:12.172526"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5689], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.173738"], ["updated_at", "2016-10-07 18:58:12.173738"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5690], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.176509"], ["updated_at", "2016-10-07 18:58:12.176509"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5691], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.178411"], ["updated_at", "2016-10-07 18:58:12.178411"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5692], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.179565"], ["updated_at", "2016-10-07 18:58:12.179565"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5693], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.180538"], ["updated_at", "2016-10-07 18:58:12.180538"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5694], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.181448"], ["updated_at", "2016-10-07 18:58:12.181448"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5695], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.182364"], ["updated_at", "2016-10-07 18:58:12.182364"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5696], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.183389"], ["updated_at", "2016-10-07 18:58:12.183389"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5697], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.184539"], ["updated_at", "2016-10-07 18:58:12.184539"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5698], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.185509"], ["updated_at", "2016-10-07 18:58:12.185509"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5699], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.186414"], ["updated_at", "2016-10-07 18:58:12.186414"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5700], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.187355"], ["updated_at", "2016-10-07 18:58:12.187355"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5701], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.188253"], ["updated_at", "2016-10-07 18:58:12.188253"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5702], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.189115"], ["updated_at", "2016-10-07 18:58:12.189115"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5703], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.189970"], ["updated_at", "2016-10-07 18:58:12.189970"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5704], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.190839"], ["updated_at", "2016-10-07 18:58:12.190839"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5705], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.191724"], ["updated_at", "2016-10-07 18:58:12.191724"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5706], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.192601"], ["updated_at", "2016-10-07 18:58:12.192601"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5707], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.193459"], ["updated_at", "2016-10-07 18:58:12.193459"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5708], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.194290"], ["updated_at", "2016-10-07 18:58:12.194290"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5709], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.195154"], ["updated_at", "2016-10-07 18:58:12.195154"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5710], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.195996"], ["updated_at", "2016-10-07 18:58:12.195996"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5711], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.196822"], ["updated_at", "2016-10-07 18:58:12.196822"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5712], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.197649"], ["updated_at", "2016-10-07 18:58:12.197649"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5713], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.198472"], ["updated_at", "2016-10-07 18:58:12.198472"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5714], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.199337"], ["updated_at", "2016-10-07 18:58:12.199337"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5715], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.200205"], ["updated_at", "2016-10-07 18:58:12.200205"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5716], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.201399"], ["updated_at", "2016-10-07 18:58:12.201399"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5717], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.202349"], ["updated_at", "2016-10-07 18:58:12.202349"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5718], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.203253"], ["updated_at", "2016-10-07 18:58:12.203253"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5719], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.204145"], ["updated_at", "2016-10-07 18:58:12.204145"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5720], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.205015"], ["updated_at", "2016-10-07 18:58:12.205015"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5721], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.205873"], ["updated_at", "2016-10-07 18:58:12.205873"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5722], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.206726"], ["updated_at", "2016-10-07 18:58:12.206726"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5723], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.207574"], ["updated_at", "2016-10-07 18:58:12.207574"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5724], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.208438"], ["updated_at", "2016-10-07 18:58:12.208438"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5725], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.209308"], ["updated_at", "2016-10-07 18:58:12.209308"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5726], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.210239"], ["updated_at", "2016-10-07 18:58:12.210239"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5727], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.211097"], ["updated_at", "2016-10-07 18:58:12.211097"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5728], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.211941"], ["updated_at", "2016-10-07 18:58:12.211941"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5729], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.212768"], ["updated_at", "2016-10-07 18:58:12.212768"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5730], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.213600"], ["updated_at", "2016-10-07 18:58:12.213600"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5731], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.214424"], ["updated_at", "2016-10-07 18:58:12.214424"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5732], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.215288"], ["updated_at", "2016-10-07 18:58:12.215288"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5733], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.216122"], ["updated_at", "2016-10-07 18:58:12.216122"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5734], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.217035"], ["updated_at", "2016-10-07 18:58:12.217035"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5735], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.218090"], ["updated_at", "2016-10-07 18:58:12.218090"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5736], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.218998"], ["updated_at", "2016-10-07 18:58:12.218998"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5737], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.219871"], ["updated_at", "2016-10-07 18:58:12.219871"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5738], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.220736"], ["updated_at", "2016-10-07 18:58:12.220736"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5739], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.221580"], ["updated_at", "2016-10-07 18:58:12.221580"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5740], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.222424"], ["updated_at", "2016-10-07 18:58:12.222424"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5741], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.223305"], ["updated_at", "2016-10-07 18:58:12.223305"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5742], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.224131"], ["updated_at", "2016-10-07 18:58:12.224131"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5743], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.224955"], ["updated_at", "2016-10-07 18:58:12.224955"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5744], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.225817"], ["updated_at", "2016-10-07 18:58:12.225817"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5745], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.226679"], ["updated_at", "2016-10-07 18:58:12.226679"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5746], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.227502"], ["updated_at", "2016-10-07 18:58:12.227502"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5747], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.228329"], ["updated_at", "2016-10-07 18:58:12.228329"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5748], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.229147"], ["updated_at", "2016-10-07 18:58:12.229147"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5749], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.229964"], ["updated_at", "2016-10-07 18:58:12.229964"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5750], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.230811"], ["updated_at", "2016-10-07 18:58:12.230811"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5751], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.231623"], ["updated_at", "2016-10-07 18:58:12.231623"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5752], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.232431"], ["updated_at", "2016-10-07 18:58:12.232431"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5753], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.233257"], ["updated_at", "2016-10-07 18:58:12.233257"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5754], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.234257"], ["updated_at", "2016-10-07 18:58:12.234257"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5755], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.235267"], ["updated_at", "2016-10-07 18:58:12.235267"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5756], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.236180"], ["updated_at", "2016-10-07 18:58:12.236180"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5757], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.237083"], ["updated_at", "2016-10-07 18:58:12.237083"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5758], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.237940"], ["updated_at", "2016-10-07 18:58:12.237940"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5759], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.238804"], ["updated_at", "2016-10-07 18:58:12.238804"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5760], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.239650"], ["updated_at", "2016-10-07 18:58:12.239650"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5761], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.240490"], ["updated_at", "2016-10-07 18:58:12.240490"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5762], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.241313"], ["updated_at", "2016-10-07 18:58:12.241313"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5763], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.242144"], ["updated_at", "2016-10-07 18:58:12.242144"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5764], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.243033"], ["updated_at", "2016-10-07 18:58:12.243033"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5765], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.243864"], ["updated_at", "2016-10-07 18:58:12.243864"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5766], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.244697"], ["updated_at", "2016-10-07 18:58:12.244697"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5767], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.245516"], ["updated_at", "2016-10-07 18:58:12.245516"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5768], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.246340"], ["updated_at", "2016-10-07 18:58:12.246340"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5769], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.247165"], ["updated_at", "2016-10-07 18:58:12.247165"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5770], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.247993"], ["updated_at", "2016-10-07 18:58:12.247993"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5771], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.248827"], ["updated_at", "2016-10-07 18:58:12.248827"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5772], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.249644"], ["updated_at", "2016-10-07 18:58:12.249644"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5773], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.250577"], ["updated_at", "2016-10-07 18:58:12.250577"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5774], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.251618"], ["updated_at", "2016-10-07 18:58:12.251618"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5775], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.252500"], ["updated_at", "2016-10-07 18:58:12.252500"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5776], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.253361"], ["updated_at", "2016-10-07 18:58:12.253361"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5777], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.254245"], ["updated_at", "2016-10-07 18:58:12.254245"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5778], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.255102"], ["updated_at", "2016-10-07 18:58:12.255102"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5779], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.255945"], ["updated_at", "2016-10-07 18:58:12.255945"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5780], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.256791"], ["updated_at", "2016-10-07 18:58:12.256791"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5781], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.257636"], ["updated_at", "2016-10-07 18:58:12.257636"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5782], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.258458"], ["updated_at", "2016-10-07 18:58:12.258458"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5783], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.259340"], ["updated_at", "2016-10-07 18:58:12.259340"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5784], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.260183"], ["updated_at", "2016-10-07 18:58:12.260183"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5785], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.261014"], ["updated_at", "2016-10-07 18:58:12.261014"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5786], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.261827"], ["updated_at", "2016-10-07 18:58:12.261827"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5787], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.262653"], ["updated_at", "2016-10-07 18:58:12.262653"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5788], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.263484"], ["updated_at", "2016-10-07 18:58:12.263484"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5789], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.264311"], ["updated_at", "2016-10-07 18:58:12.264311"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5790], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.265125"], ["updated_at", "2016-10-07 18:58:12.265125"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5791], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.265938"], ["updated_at", "2016-10-07 18:58:12.265938"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5792], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.266817"], ["updated_at", "2016-10-07 18:58:12.266817"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5793], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.267919"], ["updated_at", "2016-10-07 18:58:12.267919"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5794], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.268864"], ["updated_at", "2016-10-07 18:58:12.268864"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5795], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.269756"], ["updated_at", "2016-10-07 18:58:12.269756"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5796], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.270658"], ["updated_at", "2016-10-07 18:58:12.270658"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5797], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.271513"], ["updated_at", "2016-10-07 18:58:12.271513"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5798], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.272372"], ["updated_at", "2016-10-07 18:58:12.272372"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5799], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.273211"], ["updated_at", "2016-10-07 18:58:12.273211"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5800], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.274042"], ["updated_at", "2016-10-07 18:58:12.274042"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5801], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.274907"], ["updated_at", "2016-10-07 18:58:12.274907"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5802], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.275762"], ["updated_at", "2016-10-07 18:58:12.275762"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5803], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.276644"], ["updated_at", "2016-10-07 18:58:12.276644"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5804], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.277472"], ["updated_at", "2016-10-07 18:58:12.277472"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5805], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.278302"], ["updated_at", "2016-10-07 18:58:12.278302"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5806], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.279159"], ["updated_at", "2016-10-07 18:58:12.279159"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5807], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.280060"], ["updated_at", "2016-10-07 18:58:12.280060"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5808], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.280928"], ["updated_at", "2016-10-07 18:58:12.280928"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5809], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.281784"], ["updated_at", "2016-10-07 18:58:12.281784"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 35], ["message_id", 5810], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.282680"], ["updated_at", "2016-10-07 18:58:12.282680"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5811], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.283584"], ["updated_at", "2016-10-07 18:58:12.283584"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5812], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.284633"], ["updated_at", "2016-10-07 18:58:12.284633"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5813], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.285542"], ["updated_at", "2016-10-07 18:58:12.285542"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5814], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.286405"], ["updated_at", "2016-10-07 18:58:12.286405"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5815], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.287324"], ["updated_at", "2016-10-07 18:58:12.287324"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5816], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.288171"], ["updated_at", "2016-10-07 18:58:12.288171"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5817], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.289031"], ["updated_at", "2016-10-07 18:58:12.289031"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5818], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.289869"], ["updated_at", "2016-10-07 18:58:12.289869"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5819], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.290742"], ["updated_at", "2016-10-07 18:58:12.290742"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5820], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.291589"], ["updated_at", "2016-10-07 18:58:12.291589"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5821], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.292429"], ["updated_at", "2016-10-07 18:58:12.292429"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5822], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.293281"], ["updated_at", "2016-10-07 18:58:12.293281"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5823], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.294115"], ["updated_at", "2016-10-07 18:58:12.294115"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5824], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.294998"], ["updated_at", "2016-10-07 18:58:12.294998"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5825], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.295829"], ["updated_at", "2016-10-07 18:58:12.295829"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5826], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.296658"], ["updated_at", "2016-10-07 18:58:12.296658"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5827], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.297468"], ["updated_at", "2016-10-07 18:58:12.297468"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5828], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.298281"], ["updated_at", "2016-10-07 18:58:12.298281"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5829], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.299130"], ["updated_at", "2016-10-07 18:58:12.299130"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5830], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.299958"], ["updated_at", "2016-10-07 18:58:12.299958"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5831], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.301020"], ["updated_at", "2016-10-07 18:58:12.301020"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5832], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.301960"], ["updated_at", "2016-10-07 18:58:12.301960"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5833], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.302852"], ["updated_at", "2016-10-07 18:58:12.302852"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5834], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.303734"], ["updated_at", "2016-10-07 18:58:12.303734"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5835], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.304582"], ["updated_at", "2016-10-07 18:58:12.304582"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5836], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.305421"], ["updated_at", "2016-10-07 18:58:12.305421"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5837], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.306264"], ["updated_at", "2016-10-07 18:58:12.306264"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5838], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.307111"], ["updated_at", "2016-10-07 18:58:12.307111"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5839], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.307959"], ["updated_at", "2016-10-07 18:58:12.307959"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5840], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.308806"], ["updated_at", "2016-10-07 18:58:12.308806"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5841], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.309696"], ["updated_at", "2016-10-07 18:58:12.309696"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5842], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.310564"], ["updated_at", "2016-10-07 18:58:12.310564"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5843], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.311483"], ["updated_at", "2016-10-07 18:58:12.311483"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5844], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.312400"], ["updated_at", "2016-10-07 18:58:12.312400"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5845], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.313313"], ["updated_at", "2016-10-07 18:58:12.313313"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5846], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.314212"], ["updated_at", "2016-10-07 18:58:12.314212"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5847], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.315122"], ["updated_at", "2016-10-07 18:58:12.315122"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5848], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.316006"], ["updated_at", "2016-10-07 18:58:12.316006"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5849], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.316971"], ["updated_at", "2016-10-07 18:58:12.316971"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5850], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.318187"], ["updated_at", "2016-10-07 18:58:12.318187"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5851], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.319776"], ["updated_at", "2016-10-07 18:58:12.319776"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5852], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.322433"], ["updated_at", "2016-10-07 18:58:12.322433"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5853], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.323820"], ["updated_at", "2016-10-07 18:58:12.323820"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5854], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.327084"], ["updated_at", "2016-10-07 18:58:12.327084"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5855], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.328617"], ["updated_at", "2016-10-07 18:58:12.328617"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5856], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.329655"], ["updated_at", "2016-10-07 18:58:12.329655"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5857], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.330639"], ["updated_at", "2016-10-07 18:58:12.330639"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5858], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.331547"], ["updated_at", "2016-10-07 18:58:12.331547"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5859], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.332476"], ["updated_at", "2016-10-07 18:58:12.332476"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5860], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.333538"], ["updated_at", "2016-10-07 18:58:12.333538"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5861], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.334936"], ["updated_at", "2016-10-07 18:58:12.334936"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5862], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.335882"], ["updated_at", "2016-10-07 18:58:12.335882"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5863], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.336790"], ["updated_at", "2016-10-07 18:58:12.336790"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5864], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.337669"], ["updated_at", "2016-10-07 18:58:12.337669"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5865], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.338591"], ["updated_at", "2016-10-07 18:58:12.338591"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5866], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.339449"], ["updated_at", "2016-10-07 18:58:12.339449"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5867], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.340303"], ["updated_at", "2016-10-07 18:58:12.340303"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5868], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.341148"], ["updated_at", "2016-10-07 18:58:12.341148"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5869], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.341985"], ["updated_at", "2016-10-07 18:58:12.341985"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5870], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.342859"], ["updated_at", "2016-10-07 18:58:12.342859"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5871], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.343693"], ["updated_at", "2016-10-07 18:58:12.343693"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5872], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.344547"], ["updated_at", "2016-10-07 18:58:12.344547"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5873], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.345384"], ["updated_at", "2016-10-07 18:58:12.345384"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5874], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.346202"], ["updated_at", "2016-10-07 18:58:12.346202"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5875], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.347038"], ["updated_at", "2016-10-07 18:58:12.347038"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5876], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.347858"], ["updated_at", "2016-10-07 18:58:12.347858"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5877], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.348674"], ["updated_at", "2016-10-07 18:58:12.348674"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5878], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.349496"], ["updated_at", "2016-10-07 18:58:12.349496"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5879], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.350444"], ["updated_at", "2016-10-07 18:58:12.350444"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5880], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.351895"], ["updated_at", "2016-10-07 18:58:12.351895"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5881], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.353320"], ["updated_at", "2016-10-07 18:58:12.353320"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5882], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.354553"], ["updated_at", "2016-10-07 18:58:12.354553"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5883], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.355918"], ["updated_at", "2016-10-07 18:58:12.355918"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5884], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.358594"], ["updated_at", "2016-10-07 18:58:12.358594"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5885], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.361240"], ["updated_at", "2016-10-07 18:58:12.361240"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5886], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.363663"], ["updated_at", "2016-10-07 18:58:12.363663"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5887], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.364740"], ["updated_at", "2016-10-07 18:58:12.364740"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5888], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.365731"], ["updated_at", "2016-10-07 18:58:12.365731"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5889], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.366906"], ["updated_at", "2016-10-07 18:58:12.366906"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5890], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.368231"], ["updated_at", "2016-10-07 18:58:12.368231"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5891], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.369188"], ["updated_at", "2016-10-07 18:58:12.369188"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5892], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.370101"], ["updated_at", "2016-10-07 18:58:12.370101"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5893], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.371060"], ["updated_at", "2016-10-07 18:58:12.371060"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5894], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.371969"], ["updated_at", "2016-10-07 18:58:12.371969"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5895], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.372846"], ["updated_at", "2016-10-07 18:58:12.372846"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5896], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.373710"], ["updated_at", "2016-10-07 18:58:12.373710"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5897], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.374570"], ["updated_at", "2016-10-07 18:58:12.374570"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5898], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.375437"], ["updated_at", "2016-10-07 18:58:12.375437"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5899], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.376377"], ["updated_at", "2016-10-07 18:58:12.376377"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5900], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.377232"], ["updated_at", "2016-10-07 18:58:12.377232"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5901], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.378104"], ["updated_at", "2016-10-07 18:58:12.378104"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5902], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.379358"], ["updated_at", "2016-10-07 18:58:12.379358"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5903], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.380852"], ["updated_at", "2016-10-07 18:58:12.380852"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5904], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.381823"], ["updated_at", "2016-10-07 18:58:12.381823"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5905], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.382776"], ["updated_at", "2016-10-07 18:58:12.382776"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5906], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.383887"], ["updated_at", "2016-10-07 18:58:12.383887"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5907], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.385134"], ["updated_at", "2016-10-07 18:58:12.385134"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5908], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.386060"], ["updated_at", "2016-10-07 18:58:12.386060"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5909], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.387008"], ["updated_at", "2016-10-07 18:58:12.387008"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5910], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.387893"], ["updated_at", "2016-10-07 18:58:12.387893"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5911], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.388777"], ["updated_at", "2016-10-07 18:58:12.388777"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5912], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.389650"], ["updated_at", "2016-10-07 18:58:12.389650"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5913], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.390538"], ["updated_at", "2016-10-07 18:58:12.390538"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5914], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.391444"], ["updated_at", "2016-10-07 18:58:12.391444"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5915], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.392349"], ["updated_at", "2016-10-07 18:58:12.392349"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5916], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.393226"], ["updated_at", "2016-10-07 18:58:12.393226"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5917], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.394063"], ["updated_at", "2016-10-07 18:58:12.394063"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5918], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.394927"], ["updated_at", "2016-10-07 18:58:12.394927"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5919], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.395764"], ["updated_at", "2016-10-07 18:58:12.395764"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5920], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.396620"], ["updated_at", "2016-10-07 18:58:12.396620"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5921], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.397452"], ["updated_at", "2016-10-07 18:58:12.397452"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5922], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.398267"], ["updated_at", "2016-10-07 18:58:12.398267"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5923], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.399128"], ["updated_at", "2016-10-07 18:58:12.399128"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5924], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.399968"], ["updated_at", "2016-10-07 18:58:12.399968"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5925], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.401248"], ["updated_at", "2016-10-07 18:58:12.401248"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5926], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.402169"], ["updated_at", "2016-10-07 18:58:12.402169"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5927], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.403089"], ["updated_at", "2016-10-07 18:58:12.403089"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5928], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.403954"], ["updated_at", "2016-10-07 18:58:12.403954"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5929], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.404808"], ["updated_at", "2016-10-07 18:58:12.404808"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5930], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.405681"], ["updated_at", "2016-10-07 18:58:12.405681"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5931], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.406521"], ["updated_at", "2016-10-07 18:58:12.406521"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5932], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.407348"], ["updated_at", "2016-10-07 18:58:12.407348"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5933], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.408204"], ["updated_at", "2016-10-07 18:58:12.408204"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5934], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.409055"], ["updated_at", "2016-10-07 18:58:12.409055"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5935], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.409898"], ["updated_at", "2016-10-07 18:58:12.409898"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5936], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.410724"], ["updated_at", "2016-10-07 18:58:12.410724"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5937], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.411629"], ["updated_at", "2016-10-07 18:58:12.411629"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5938], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.412492"], ["updated_at", "2016-10-07 18:58:12.412492"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5939], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.413311"], ["updated_at", "2016-10-07 18:58:12.413311"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5940], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.414139"], ["updated_at", "2016-10-07 18:58:12.414139"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5941], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.414983"], ["updated_at", "2016-10-07 18:58:12.414983"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5942], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.415804"], ["updated_at", "2016-10-07 18:58:12.415804"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5943], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.416626"], ["updated_at", "2016-10-07 18:58:12.416626"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5944], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.417867"], ["updated_at", "2016-10-07 18:58:12.417867"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5945], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.418783"], ["updated_at", "2016-10-07 18:58:12.418783"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5946], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.419655"], ["updated_at", "2016-10-07 18:58:12.419655"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5947], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.420498"], ["updated_at", "2016-10-07 18:58:12.420498"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5948], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.421355"], ["updated_at", "2016-10-07 18:58:12.421355"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5949], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.422201"], ["updated_at", "2016-10-07 18:58:12.422201"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5950], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.423053"], ["updated_at", "2016-10-07 18:58:12.423053"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5951], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.423897"], ["updated_at", "2016-10-07 18:58:12.423897"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5952], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.424727"], ["updated_at", "2016-10-07 18:58:12.424727"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5953], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.425560"], ["updated_at", "2016-10-07 18:58:12.425560"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5954], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.426392"], ["updated_at", "2016-10-07 18:58:12.426392"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5955], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.427227"], ["updated_at", "2016-10-07 18:58:12.427227"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5956], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.428035"], ["updated_at", "2016-10-07 18:58:12.428035"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5957], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.428877"], ["updated_at", "2016-10-07 18:58:12.428877"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5958], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.429725"], ["updated_at", "2016-10-07 18:58:12.429725"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5959], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.430571"], ["updated_at", "2016-10-07 18:58:12.430571"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5960], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.431385"], ["updated_at", "2016-10-07 18:58:12.431385"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5961], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.432199"], ["updated_at", "2016-10-07 18:58:12.432199"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5962], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.433008"], ["updated_at", "2016-10-07 18:58:12.433008"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5963], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.434120"], ["updated_at", "2016-10-07 18:58:12.434120"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5964], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.435198"], ["updated_at", "2016-10-07 18:58:12.435198"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5965], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.436090"], ["updated_at", "2016-10-07 18:58:12.436090"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5966], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.436945"], ["updated_at", "2016-10-07 18:58:12.436945"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5967], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.437795"], ["updated_at", "2016-10-07 18:58:12.437795"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5968], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.438684"], ["updated_at", "2016-10-07 18:58:12.438684"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5969], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.439523"], ["updated_at", "2016-10-07 18:58:12.439523"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5970], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.440352"], ["updated_at", "2016-10-07 18:58:12.440352"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5971], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.441182"], ["updated_at", "2016-10-07 18:58:12.441182"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5972], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.442030"], ["updated_at", "2016-10-07 18:58:12.442030"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5973], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.442888"], ["updated_at", "2016-10-07 18:58:12.442888"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5974], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.443702"], ["updated_at", "2016-10-07 18:58:12.443702"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5975], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.444525"], ["updated_at", "2016-10-07 18:58:12.444525"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 36], ["message_id", 5976], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.445353"], ["updated_at", "2016-10-07 18:58:12.445353"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 5977], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.446204"], ["updated_at", "2016-10-07 18:58:12.446204"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 5978], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.447037"], ["updated_at", "2016-10-07 18:58:12.447037"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 5979], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.447855"], ["updated_at", "2016-10-07 18:58:12.447855"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 5980], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.448666"], ["updated_at", "2016-10-07 18:58:12.448666"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 5981], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.449488"], ["updated_at", "2016-10-07 18:58:12.449488"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 5982], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.450446"], ["updated_at", "2016-10-07 18:58:12.450446"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 5983], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.451620"], ["updated_at", "2016-10-07 18:58:12.451620"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 5984], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.452512"], ["updated_at", "2016-10-07 18:58:12.452512"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 5985], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.453371"], ["updated_at", "2016-10-07 18:58:12.453371"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 5986], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.454221"], ["updated_at", "2016-10-07 18:58:12.454221"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 5987], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.455093"], ["updated_at", "2016-10-07 18:58:12.455093"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 5988], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.455928"], ["updated_at", "2016-10-07 18:58:12.455928"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 5989], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.456771"], ["updated_at", "2016-10-07 18:58:12.456771"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 5990], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.457610"], ["updated_at", "2016-10-07 18:58:12.457610"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 5991], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.458459"], ["updated_at", "2016-10-07 18:58:12.458459"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 5992], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.459309"], ["updated_at", "2016-10-07 18:58:12.459309"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 5993], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.460149"], ["updated_at", "2016-10-07 18:58:12.460149"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 5994], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.460958"], ["updated_at", "2016-10-07 18:58:12.460958"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 5995], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.461773"], ["updated_at", "2016-10-07 18:58:12.461773"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 5996], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.462588"], ["updated_at", "2016-10-07 18:58:12.462588"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 5997], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.463430"], ["updated_at", "2016-10-07 18:58:12.463430"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 5998], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.464253"], ["updated_at", "2016-10-07 18:58:12.464253"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 5999], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.465066"], ["updated_at", "2016-10-07 18:58:12.465066"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6000], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.465873"], ["updated_at", "2016-10-07 18:58:12.465873"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6001], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.466758"], ["updated_at", "2016-10-07 18:58:12.466758"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6002], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.468022"], ["updated_at", "2016-10-07 18:58:12.468022"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6003], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.468916"], ["updated_at", "2016-10-07 18:58:12.468916"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6004], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.469765"], ["updated_at", "2016-10-07 18:58:12.469765"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6005], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.470622"], ["updated_at", "2016-10-07 18:58:12.470622"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6006], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.471492"], ["updated_at", "2016-10-07 18:58:12.471492"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6007], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.472350"], ["updated_at", "2016-10-07 18:58:12.472350"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6008], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.473192"], ["updated_at", "2016-10-07 18:58:12.473192"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6009], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.474024"], ["updated_at", "2016-10-07 18:58:12.474024"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6010], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.474877"], ["updated_at", "2016-10-07 18:58:12.474877"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6011], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.475716"], ["updated_at", "2016-10-07 18:58:12.475716"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6012], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.476558"], ["updated_at", "2016-10-07 18:58:12.476558"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6013], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.477385"], ["updated_at", "2016-10-07 18:58:12.477385"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6014], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.478229"], ["updated_at", "2016-10-07 18:58:12.478229"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6015], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.479093"], ["updated_at", "2016-10-07 18:58:12.479093"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6016], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.480004"], ["updated_at", "2016-10-07 18:58:12.480004"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6017], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.480890"], ["updated_at", "2016-10-07 18:58:12.480890"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6018], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.481747"], ["updated_at", "2016-10-07 18:58:12.481747"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6019], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.482637"], ["updated_at", "2016-10-07 18:58:12.482637"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6020], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.483587"], ["updated_at", "2016-10-07 18:58:12.483587"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6021], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.484937"], ["updated_at", "2016-10-07 18:58:12.484937"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6022], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.486165"], ["updated_at", "2016-10-07 18:58:12.486165"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6023], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.488622"], ["updated_at", "2016-10-07 18:58:12.488622"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6024], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.490205"], ["updated_at", "2016-10-07 18:58:12.490205"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6025], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.493513"], ["updated_at", "2016-10-07 18:58:12.493513"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6026], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.494919"], ["updated_at", "2016-10-07 18:58:12.494919"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6027], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.495884"], ["updated_at", "2016-10-07 18:58:12.495884"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6028], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.496812"], ["updated_at", "2016-10-07 18:58:12.496812"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6029], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.497716"], ["updated_at", "2016-10-07 18:58:12.497716"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6030], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.498651"], ["updated_at", "2016-10-07 18:58:12.498651"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6031], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.499656"], ["updated_at", "2016-10-07 18:58:12.499656"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6032], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.500968"], ["updated_at", "2016-10-07 18:58:12.500968"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6033], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.501971"], ["updated_at", "2016-10-07 18:58:12.501971"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6034], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.502910"], ["updated_at", "2016-10-07 18:58:12.502910"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6035], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.503810"], ["updated_at", "2016-10-07 18:58:12.503810"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6036], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.504904"], ["updated_at", "2016-10-07 18:58:12.504904"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6037], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.505836"], ["updated_at", "2016-10-07 18:58:12.505836"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6038], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.507104"], ["updated_at", "2016-10-07 18:58:12.507104"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6039], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.508877"], ["updated_at", "2016-10-07 18:58:12.508877"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6040], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.509947"], ["updated_at", "2016-10-07 18:58:12.509947"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6041], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.510913"], ["updated_at", "2016-10-07 18:58:12.510913"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6042], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.511824"], ["updated_at", "2016-10-07 18:58:12.511824"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6043], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.512810"], ["updated_at", "2016-10-07 18:58:12.512810"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6044], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.513756"], ["updated_at", "2016-10-07 18:58:12.513756"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6045], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.514711"], ["updated_at", "2016-10-07 18:58:12.514711"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6046], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.515664"], ["updated_at", "2016-10-07 18:58:12.515664"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6047], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.516661"], ["updated_at", "2016-10-07 18:58:12.516661"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6048], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.518063"], ["updated_at", "2016-10-07 18:58:12.518063"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6049], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.518992"], ["updated_at", "2016-10-07 18:58:12.518992"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6050], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.519896"], ["updated_at", "2016-10-07 18:58:12.519896"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6051], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.520770"], ["updated_at", "2016-10-07 18:58:12.520770"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6052], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.521630"], ["updated_at", "2016-10-07 18:58:12.521630"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6053], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.522462"], ["updated_at", "2016-10-07 18:58:12.522462"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6054], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.523323"], ["updated_at", "2016-10-07 18:58:12.523323"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6055], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.524171"], ["updated_at", "2016-10-07 18:58:12.524171"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6056], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.524998"], ["updated_at", "2016-10-07 18:58:12.524998"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6057], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.525852"], ["updated_at", "2016-10-07 18:58:12.525852"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6058], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.526712"], ["updated_at", "2016-10-07 18:58:12.526712"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6059], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.527539"], ["updated_at", "2016-10-07 18:58:12.527539"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6060], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.528358"], ["updated_at", "2016-10-07 18:58:12.528358"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6061], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.529180"], ["updated_at", "2016-10-07 18:58:12.529180"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6062], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.530014"], ["updated_at", "2016-10-07 18:58:12.530014"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6063], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.530838"], ["updated_at", "2016-10-07 18:58:12.530838"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6064], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.531649"], ["updated_at", "2016-10-07 18:58:12.531649"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6065], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.532460"], ["updated_at", "2016-10-07 18:58:12.532460"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6066], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.533341"], ["updated_at", "2016-10-07 18:58:12.533341"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6067], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.534628"], ["updated_at", "2016-10-07 18:58:12.534628"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6068], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.535525"], ["updated_at", "2016-10-07 18:58:12.535525"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6069], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.536402"], ["updated_at", "2016-10-07 18:58:12.536402"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6070], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.537252"], ["updated_at", "2016-10-07 18:58:12.537252"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6071], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.538135"], ["updated_at", "2016-10-07 18:58:12.538135"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6072], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.538983"], ["updated_at", "2016-10-07 18:58:12.538983"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6073], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.539816"], ["updated_at", "2016-10-07 18:58:12.539816"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6074], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.540671"], ["updated_at", "2016-10-07 18:58:12.540671"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6075], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.541508"], ["updated_at", "2016-10-07 18:58:12.541508"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6076], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.542342"], ["updated_at", "2016-10-07 18:58:12.542342"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6077], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.543180"], ["updated_at", "2016-10-07 18:58:12.543180"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6078], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.544019"], ["updated_at", "2016-10-07 18:58:12.544019"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6079], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.544831"], ["updated_at", "2016-10-07 18:58:12.544831"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6080], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.545642"], ["updated_at", "2016-10-07 18:58:12.545642"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6081], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.546478"], ["updated_at", "2016-10-07 18:58:12.546478"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6082], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.547294"], ["updated_at", "2016-10-07 18:58:12.547294"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6083], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.548102"], ["updated_at", "2016-10-07 18:58:12.548102"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6084], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.548912"], ["updated_at", "2016-10-07 18:58:12.548912"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6085], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.549756"], ["updated_at", "2016-10-07 18:58:12.549756"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6086], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.551011"], ["updated_at", "2016-10-07 18:58:12.551011"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6087], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.551927"], ["updated_at", "2016-10-07 18:58:12.551927"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6088], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.552786"], ["updated_at", "2016-10-07 18:58:12.552786"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6089], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.553662"], ["updated_at", "2016-10-07 18:58:12.553662"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6090], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.554519"], ["updated_at", "2016-10-07 18:58:12.554519"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6091], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.555354"], ["updated_at", "2016-10-07 18:58:12.555354"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6092], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.556187"], ["updated_at", "2016-10-07 18:58:12.556187"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6093], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.557030"], ["updated_at", "2016-10-07 18:58:12.557030"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6094], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.557902"], ["updated_at", "2016-10-07 18:58:12.557902"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6095], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.558746"], ["updated_at", "2016-10-07 18:58:12.558746"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6096], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.559568"], ["updated_at", "2016-10-07 18:58:12.559568"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6097], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.560425"], ["updated_at", "2016-10-07 18:58:12.560425"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6098], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.561266"], ["updated_at", "2016-10-07 18:58:12.561266"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6099], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.562078"], ["updated_at", "2016-10-07 18:58:12.562078"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6100], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.562896"], ["updated_at", "2016-10-07 18:58:12.562896"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6101], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.563702"], ["updated_at", "2016-10-07 18:58:12.563702"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6102], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.564536"], ["updated_at", "2016-10-07 18:58:12.564536"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6103], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.565343"], ["updated_at", "2016-10-07 18:58:12.565343"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6104], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.566154"], ["updated_at", "2016-10-07 18:58:12.566154"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6105], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.567218"], ["updated_at", "2016-10-07 18:58:12.567218"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6106], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.568356"], ["updated_at", "2016-10-07 18:58:12.568356"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6107], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.569226"], ["updated_at", "2016-10-07 18:58:12.569226"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6108], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.570071"], ["updated_at", "2016-10-07 18:58:12.570071"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6109], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.570925"], ["updated_at", "2016-10-07 18:58:12.570925"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6110], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.571796"], ["updated_at", "2016-10-07 18:58:12.571796"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6111], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.572694"], ["updated_at", "2016-10-07 18:58:12.572694"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6112], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.573600"], ["updated_at", "2016-10-07 18:58:12.573600"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6113], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.574514"], ["updated_at", "2016-10-07 18:58:12.574514"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6114], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.575442"], ["updated_at", "2016-10-07 18:58:12.575442"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6115], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.576348"], ["updated_at", "2016-10-07 18:58:12.576348"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6116], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.577249"], ["updated_at", "2016-10-07 18:58:12.577249"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6117], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.578186"], ["updated_at", "2016-10-07 18:58:12.578186"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6118], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.590311"], ["updated_at", "2016-10-07 18:58:12.590311"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6119], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.591945"], ["updated_at", "2016-10-07 18:58:12.591945"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6120], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.593904"], ["updated_at", "2016-10-07 18:58:12.593904"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6121], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.596029"], ["updated_at", "2016-10-07 18:58:12.596029"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6122], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.598800"], ["updated_at", "2016-10-07 18:58:12.598800"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6123], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.600717"], ["updated_at", "2016-10-07 18:58:12.600717"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6124], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.602096"], ["updated_at", "2016-10-07 18:58:12.602096"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6125], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.603448"], ["updated_at", "2016-10-07 18:58:12.603448"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6126], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.604564"], ["updated_at", "2016-10-07 18:58:12.604564"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6127], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.605692"], ["updated_at", "2016-10-07 18:58:12.605692"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6128], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.606799"], ["updated_at", "2016-10-07 18:58:12.606799"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6129], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.607956"], ["updated_at", "2016-10-07 18:58:12.607956"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6130], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.609245"], ["updated_at", "2016-10-07 18:58:12.609245"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6131], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.610339"], ["updated_at", "2016-10-07 18:58:12.610339"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6132], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.611443"], ["updated_at", "2016-10-07 18:58:12.611443"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6133], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.612481"], ["updated_at", "2016-10-07 18:58:12.612481"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6134], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.613525"], ["updated_at", "2016-10-07 18:58:12.613525"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6135], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.614617"], ["updated_at", "2016-10-07 18:58:12.614617"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6136], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.615654"], ["updated_at", "2016-10-07 18:58:12.615654"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6137], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.616641"], ["updated_at", "2016-10-07 18:58:12.616641"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6138], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.617944"], ["updated_at", "2016-10-07 18:58:12.617944"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6139], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.618944"], ["updated_at", "2016-10-07 18:58:12.618944"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6140], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.619852"], ["updated_at", "2016-10-07 18:58:12.619852"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6141], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.620728"], ["updated_at", "2016-10-07 18:58:12.620728"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 37], ["message_id", 6142], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.621597"], ["updated_at", "2016-10-07 18:58:12.621597"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6143], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.622442"], ["updated_at", "2016-10-07 18:58:12.622442"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6144], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.623330"], ["updated_at", "2016-10-07 18:58:12.623330"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6145], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.624186"], ["updated_at", "2016-10-07 18:58:12.624186"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6146], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.625020"], ["updated_at", "2016-10-07 18:58:12.625020"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6147], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.625892"], ["updated_at", "2016-10-07 18:58:12.625892"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6148], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.626749"], ["updated_at", "2016-10-07 18:58:12.626749"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6149], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.627588"], ["updated_at", "2016-10-07 18:58:12.627588"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6150], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.628400"], ["updated_at", "2016-10-07 18:58:12.628400"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6151], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.629225"], ["updated_at", "2016-10-07 18:58:12.629225"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6152], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.630031"], ["updated_at", "2016-10-07 18:58:12.630031"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6153], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.630865"], ["updated_at", "2016-10-07 18:58:12.630865"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6154], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.631676"], ["updated_at", "2016-10-07 18:58:12.631676"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6155], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.632495"], ["updated_at", "2016-10-07 18:58:12.632495"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6156], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.633407"], ["updated_at", "2016-10-07 18:58:12.633407"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6157], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.634820"], ["updated_at", "2016-10-07 18:58:12.634820"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6158], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.636232"], ["updated_at", "2016-10-07 18:58:12.636232"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6159], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.637452"], ["updated_at", "2016-10-07 18:58:12.637452"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6160], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.638745"], ["updated_at", "2016-10-07 18:58:12.638745"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6161], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.641381"], ["updated_at", "2016-10-07 18:58:12.641381"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6162], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.643455"], ["updated_at", "2016-10-07 18:58:12.643455"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6163], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.646235"], ["updated_at", "2016-10-07 18:58:12.646235"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6164], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.647398"], ["updated_at", "2016-10-07 18:58:12.647398"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6165], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.648384"], ["updated_at", "2016-10-07 18:58:12.648384"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6166], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.649460"], ["updated_at", "2016-10-07 18:58:12.649460"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6167], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.650762"], ["updated_at", "2016-10-07 18:58:12.650762"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6168], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.652104"], ["updated_at", "2016-10-07 18:58:12.652104"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6169], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.653446"], ["updated_at", "2016-10-07 18:58:12.653446"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6170], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.656123"], ["updated_at", "2016-10-07 18:58:12.656123"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6171], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.657271"], ["updated_at", "2016-10-07 18:58:12.657271"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6172], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.658423"], ["updated_at", "2016-10-07 18:58:12.658423"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6173], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.660735"], ["updated_at", "2016-10-07 18:58:12.660735"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6174], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.663036"], ["updated_at", "2016-10-07 18:58:12.663036"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6175], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.664043"], ["updated_at", "2016-10-07 18:58:12.664043"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6176], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.664990"], ["updated_at", "2016-10-07 18:58:12.664990"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6177], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.665988"], ["updated_at", "2016-10-07 18:58:12.665988"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6178], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.667067"], ["updated_at", "2016-10-07 18:58:12.667067"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6179], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.668131"], ["updated_at", "2016-10-07 18:58:12.668131"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6180], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.669104"], ["updated_at", "2016-10-07 18:58:12.669104"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6181], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.669986"], ["updated_at", "2016-10-07 18:58:12.669986"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6182], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.670871"], ["updated_at", "2016-10-07 18:58:12.670871"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6183], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.671774"], ["updated_at", "2016-10-07 18:58:12.671774"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6184], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.672625"], ["updated_at", "2016-10-07 18:58:12.672625"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6185], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.673488"], ["updated_at", "2016-10-07 18:58:12.673488"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6186], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.674320"], ["updated_at", "2016-10-07 18:58:12.674320"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6187], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.675180"], ["updated_at", "2016-10-07 18:58:12.675180"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6188], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.676022"], ["updated_at", "2016-10-07 18:58:12.676022"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6189], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.676898"], ["updated_at", "2016-10-07 18:58:12.676898"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6190], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.677714"], ["updated_at", "2016-10-07 18:58:12.677714"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6191], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.678595"], ["updated_at", "2016-10-07 18:58:12.678595"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6192], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.679454"], ["updated_at", "2016-10-07 18:58:12.679454"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6193], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.680359"], ["updated_at", "2016-10-07 18:58:12.680359"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6194], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.681225"], ["updated_at", "2016-10-07 18:58:12.681225"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6195], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.682064"], ["updated_at", "2016-10-07 18:58:12.682064"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6196], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.682975"], ["updated_at", "2016-10-07 18:58:12.682975"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6197], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.683986"], ["updated_at", "2016-10-07 18:58:12.683986"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6198], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.684960"], ["updated_at", "2016-10-07 18:58:12.684960"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6199], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.685835"], ["updated_at", "2016-10-07 18:58:12.685835"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6200], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.686738"], ["updated_at", "2016-10-07 18:58:12.686738"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6201], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.687604"], ["updated_at", "2016-10-07 18:58:12.687604"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6202], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.688456"], ["updated_at", "2016-10-07 18:58:12.688456"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6203], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.689286"], ["updated_at", "2016-10-07 18:58:12.689286"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6204], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.690157"], ["updated_at", "2016-10-07 18:58:12.690157"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6205], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.691037"], ["updated_at", "2016-10-07 18:58:12.691037"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6206], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.691909"], ["updated_at", "2016-10-07 18:58:12.691909"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6207], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.692767"], ["updated_at", "2016-10-07 18:58:12.692767"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6208], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.693598"], ["updated_at", "2016-10-07 18:58:12.693598"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6209], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.694425"], ["updated_at", "2016-10-07 18:58:12.694425"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6210], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.695310"], ["updated_at", "2016-10-07 18:58:12.695310"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6211], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.696124"], ["updated_at", "2016-10-07 18:58:12.696124"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6212], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.696963"], ["updated_at", "2016-10-07 18:58:12.696963"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6213], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.697784"], ["updated_at", "2016-10-07 18:58:12.697784"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6214], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.698616"], ["updated_at", "2016-10-07 18:58:12.698616"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6215], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.699495"], ["updated_at", "2016-10-07 18:58:12.699495"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6216], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.700504"], ["updated_at", "2016-10-07 18:58:12.700504"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6217], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.701463"], ["updated_at", "2016-10-07 18:58:12.701463"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6218], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.702334"], ["updated_at", "2016-10-07 18:58:12.702334"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6219], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.703249"], ["updated_at", "2016-10-07 18:58:12.703249"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6220], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.704105"], ["updated_at", "2016-10-07 18:58:12.704105"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6221], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.704952"], ["updated_at", "2016-10-07 18:58:12.704952"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6222], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.705790"], ["updated_at", "2016-10-07 18:58:12.705790"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6223], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.706682"], ["updated_at", "2016-10-07 18:58:12.706682"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6224], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.707508"], ["updated_at", "2016-10-07 18:58:12.707508"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6225], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.708346"], ["updated_at", "2016-10-07 18:58:12.708346"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6226], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.709192"], ["updated_at", "2016-10-07 18:58:12.709192"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6227], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.710054"], ["updated_at", "2016-10-07 18:58:12.710054"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6228], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.710876"], ["updated_at", "2016-10-07 18:58:12.710876"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6229], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.711690"], ["updated_at", "2016-10-07 18:58:12.711690"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6230], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.712515"], ["updated_at", "2016-10-07 18:58:12.712515"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6231], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.713318"], ["updated_at", "2016-10-07 18:58:12.713318"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6232], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.714234"], ["updated_at", "2016-10-07 18:58:12.714234"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6233], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.715147"], ["updated_at", "2016-10-07 18:58:12.715147"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6234], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.716063"], ["updated_at", "2016-10-07 18:58:12.716063"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6235], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.717067"], ["updated_at", "2016-10-07 18:58:12.717067"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6236], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.718083"], ["updated_at", "2016-10-07 18:58:12.718083"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6237], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.719041"], ["updated_at", "2016-10-07 18:58:12.719041"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6238], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.719982"], ["updated_at", "2016-10-07 18:58:12.719982"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6239], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.720891"], ["updated_at", "2016-10-07 18:58:12.720891"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6240], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.721814"], ["updated_at", "2016-10-07 18:58:12.721814"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6241], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.722742"], ["updated_at", "2016-10-07 18:58:12.722742"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6242], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.723651"], ["updated_at", "2016-10-07 18:58:12.723651"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6243], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.724543"], ["updated_at", "2016-10-07 18:58:12.724543"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6244], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.725469"], ["updated_at", "2016-10-07 18:58:12.725469"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6245], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.726367"], ["updated_at", "2016-10-07 18:58:12.726367"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6246], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.727301"], ["updated_at", "2016-10-07 18:58:12.727301"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6247], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.728179"], ["updated_at", "2016-10-07 18:58:12.728179"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6248], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.729069"], ["updated_at", "2016-10-07 18:58:12.729069"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6249], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.729975"], ["updated_at", "2016-10-07 18:58:12.729975"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6250], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.730808"], ["updated_at", "2016-10-07 18:58:12.730808"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6251], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.731637"], ["updated_at", "2016-10-07 18:58:12.731637"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6252], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.732440"], ["updated_at", "2016-10-07 18:58:12.732440"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6253], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.733319"], ["updated_at", "2016-10-07 18:58:12.733319"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6254], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.734337"], ["updated_at", "2016-10-07 18:58:12.734337"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6255], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.735256"], ["updated_at", "2016-10-07 18:58:12.735256"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6256], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.736126"], ["updated_at", "2016-10-07 18:58:12.736126"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6257], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.736986"], ["updated_at", "2016-10-07 18:58:12.736986"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6258], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.737833"], ["updated_at", "2016-10-07 18:58:12.737833"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6259], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.738704"], ["updated_at", "2016-10-07 18:58:12.738704"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6260], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.739526"], ["updated_at", "2016-10-07 18:58:12.739526"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6261], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.740362"], ["updated_at", "2016-10-07 18:58:12.740362"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6262], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.741199"], ["updated_at", "2016-10-07 18:58:12.741199"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6263], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.742029"], ["updated_at", "2016-10-07 18:58:12.742029"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6264], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.742880"], ["updated_at", "2016-10-07 18:58:12.742880"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6265], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.743705"], ["updated_at", "2016-10-07 18:58:12.743705"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6266], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.744518"], ["updated_at", "2016-10-07 18:58:12.744518"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6267], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.745325"], ["updated_at", "2016-10-07 18:58:12.745325"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6268], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.746151"], ["updated_at", "2016-10-07 18:58:12.746151"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6269], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.746964"], ["updated_at", "2016-10-07 18:58:12.746964"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6270], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.747800"], ["updated_at", "2016-10-07 18:58:12.747800"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6271], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.748600"], ["updated_at", "2016-10-07 18:58:12.748600"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6272], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.749436"], ["updated_at", "2016-10-07 18:58:12.749436"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6273], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.750439"], ["updated_at", "2016-10-07 18:58:12.750439"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6274], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.751440"], ["updated_at", "2016-10-07 18:58:12.751440"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6275], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.752313"], ["updated_at", "2016-10-07 18:58:12.752313"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6276], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.753178"], ["updated_at", "2016-10-07 18:58:12.753178"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6277], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.754036"], ["updated_at", "2016-10-07 18:58:12.754036"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6278], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.754870"], ["updated_at", "2016-10-07 18:58:12.754870"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6279], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.755714"], ["updated_at", "2016-10-07 18:58:12.755714"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6280], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.756533"], ["updated_at", "2016-10-07 18:58:12.756533"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6281], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.757376"], ["updated_at", "2016-10-07 18:58:12.757376"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6282], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.758197"], ["updated_at", "2016-10-07 18:58:12.758197"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6283], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.759062"], ["updated_at", "2016-10-07 18:58:12.759062"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6284], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.759888"], ["updated_at", "2016-10-07 18:58:12.759888"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6285], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.760717"], ["updated_at", "2016-10-07 18:58:12.760717"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6286], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.761524"], ["updated_at", "2016-10-07 18:58:12.761524"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6287], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.762355"], ["updated_at", "2016-10-07 18:58:12.762355"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6288], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.763183"], ["updated_at", "2016-10-07 18:58:12.763183"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6289], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.763987"], ["updated_at", "2016-10-07 18:58:12.763987"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6290], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.764817"], ["updated_at", "2016-10-07 18:58:12.764817"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6291], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.765650"], ["updated_at", "2016-10-07 18:58:12.765650"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6292], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.766510"], ["updated_at", "2016-10-07 18:58:12.766510"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6293], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.767547"], ["updated_at", "2016-10-07 18:58:12.767547"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6294], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.768465"], ["updated_at", "2016-10-07 18:58:12.768465"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6295], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.769352"], ["updated_at", "2016-10-07 18:58:12.769352"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6296], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.770240"], ["updated_at", "2016-10-07 18:58:12.770240"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6297], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.771093"], ["updated_at", "2016-10-07 18:58:12.771093"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6298], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.771943"], ["updated_at", "2016-10-07 18:58:12.771943"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6299], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.772770"], ["updated_at", "2016-10-07 18:58:12.772770"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6300], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.773625"], ["updated_at", "2016-10-07 18:58:12.773625"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6301], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.774450"], ["updated_at", "2016-10-07 18:58:12.774450"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6302], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.775318"], ["updated_at", "2016-10-07 18:58:12.775318"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6303], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.776153"], ["updated_at", "2016-10-07 18:58:12.776153"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6304], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.776991"], ["updated_at", "2016-10-07 18:58:12.776991"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6305], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.777799"], ["updated_at", "2016-10-07 18:58:12.777799"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6306], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.778676"], ["updated_at", "2016-10-07 18:58:12.778676"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6307], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.779483"], ["updated_at", "2016-10-07 18:58:12.779483"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 38], ["message_id", 6308], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.780302"], ["updated_at", "2016-10-07 18:58:12.780302"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6309], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.781121"], ["updated_at", "2016-10-07 18:58:12.781121"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6310], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.781928"], ["updated_at", "2016-10-07 18:58:12.781928"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6311], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.782808"], ["updated_at", "2016-10-07 18:58:12.782808"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6312], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.783770"], ["updated_at", "2016-10-07 18:58:12.783770"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6313], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.784721"], ["updated_at", "2016-10-07 18:58:12.784721"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6314], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.785591"], ["updated_at", "2016-10-07 18:58:12.785591"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6315], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.786463"], ["updated_at", "2016-10-07 18:58:12.786463"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6316], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.787491"], ["updated_at", "2016-10-07 18:58:12.787491"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6317], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.788345"], ["updated_at", "2016-10-07 18:58:12.788345"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6318], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.789172"], ["updated_at", "2016-10-07 18:58:12.789172"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6319], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.790010"], ["updated_at", "2016-10-07 18:58:12.790010"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6320], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.790874"], ["updated_at", "2016-10-07 18:58:12.790874"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6321], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.791745"], ["updated_at", "2016-10-07 18:58:12.791745"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6322], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.792583"], ["updated_at", "2016-10-07 18:58:12.792583"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6323], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.793406"], ["updated_at", "2016-10-07 18:58:12.793406"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6324], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.794211"], ["updated_at", "2016-10-07 18:58:12.794211"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6325], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.795113"], ["updated_at", "2016-10-07 18:58:12.795113"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6326], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.795924"], ["updated_at", "2016-10-07 18:58:12.795924"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6327], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.796732"], ["updated_at", "2016-10-07 18:58:12.796732"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6328], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.797551"], ["updated_at", "2016-10-07 18:58:12.797551"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6329], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.798349"], ["updated_at", "2016-10-07 18:58:12.798349"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6330], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.799216"], ["updated_at", "2016-10-07 18:58:12.799216"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6331], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.800087"], ["updated_at", "2016-10-07 18:58:12.800087"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6332], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.801101"], ["updated_at", "2016-10-07 18:58:12.801101"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6333], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.802594"], ["updated_at", "2016-10-07 18:58:12.802594"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6334], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.805399"], ["updated_at", "2016-10-07 18:58:12.805399"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6335], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.807078"], ["updated_at", "2016-10-07 18:58:12.807078"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6336], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.810171"], ["updated_at", "2016-10-07 18:58:12.810171"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6337], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.811388"], ["updated_at", "2016-10-07 18:58:12.811388"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6338], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.812363"], ["updated_at", "2016-10-07 18:58:12.812363"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6339], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.813281"], ["updated_at", "2016-10-07 18:58:12.813281"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6340], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.814209"], ["updated_at", "2016-10-07 18:58:12.814209"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6341], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.815168"], ["updated_at", "2016-10-07 18:58:12.815168"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6342], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.816094"], ["updated_at", "2016-10-07 18:58:12.816094"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6343], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.817272"], ["updated_at", "2016-10-07 18:58:12.817272"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6344], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.818208"], ["updated_at", "2016-10-07 18:58:12.818208"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6345], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.819125"], ["updated_at", "2016-10-07 18:58:12.819125"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6346], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.819984"], ["updated_at", "2016-10-07 18:58:12.819984"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6347], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.820854"], ["updated_at", "2016-10-07 18:58:12.820854"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6348], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.821698"], ["updated_at", "2016-10-07 18:58:12.821698"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6349], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.822576"], ["updated_at", "2016-10-07 18:58:12.822576"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6350], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.823408"], ["updated_at", "2016-10-07 18:58:12.823408"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6351], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.824277"], ["updated_at", "2016-10-07 18:58:12.824277"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6352], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.825123"], ["updated_at", "2016-10-07 18:58:12.825123"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6353], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.825989"], ["updated_at", "2016-10-07 18:58:12.825989"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6354], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.826812"], ["updated_at", "2016-10-07 18:58:12.826812"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6355], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.827658"], ["updated_at", "2016-10-07 18:58:12.827658"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6356], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.828506"], ["updated_at", "2016-10-07 18:58:12.828506"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6357], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.829355"], ["updated_at", "2016-10-07 18:58:12.829355"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6358], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.830174"], ["updated_at", "2016-10-07 18:58:12.830174"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6359], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.831023"], ["updated_at", "2016-10-07 18:58:12.831023"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6360], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.831845"], ["updated_at", "2016-10-07 18:58:12.831845"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6361], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.832675"], ["updated_at", "2016-10-07 18:58:12.832675"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6362], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.833755"], ["updated_at", "2016-10-07 18:58:12.833755"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6363], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.835213"], ["updated_at", "2016-10-07 18:58:12.835213"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6364], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.836509"], ["updated_at", "2016-10-07 18:58:12.836509"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6365], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.837641"], ["updated_at", "2016-10-07 18:58:12.837641"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6366], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.838766"], ["updated_at", "2016-10-07 18:58:12.838766"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6367], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.839842"], ["updated_at", "2016-10-07 18:58:12.839842"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6368], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.840950"], ["updated_at", "2016-10-07 18:58:12.840950"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6369], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.842020"], ["updated_at", "2016-10-07 18:58:12.842020"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6370], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.843009"], ["updated_at", "2016-10-07 18:58:12.843009"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6371], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.843942"], ["updated_at", "2016-10-07 18:58:12.843942"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6372], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.844851"], ["updated_at", "2016-10-07 18:58:12.844851"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6373], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.845715"], ["updated_at", "2016-10-07 18:58:12.845715"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6374], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.846633"], ["updated_at", "2016-10-07 18:58:12.846633"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6375], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.847491"], ["updated_at", "2016-10-07 18:58:12.847491"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6376], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.848333"], ["updated_at", "2016-10-07 18:58:12.848333"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6377], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.849204"], ["updated_at", "2016-10-07 18:58:12.849204"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6378], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.850172"], ["updated_at", "2016-10-07 18:58:12.850172"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6379], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.851213"], ["updated_at", "2016-10-07 18:58:12.851213"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6380], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.852083"], ["updated_at", "2016-10-07 18:58:12.852083"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6381], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.852957"], ["updated_at", "2016-10-07 18:58:12.852957"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6382], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.853794"], ["updated_at", "2016-10-07 18:58:12.853794"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6383], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.854690"], ["updated_at", "2016-10-07 18:58:12.854690"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6384], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.855517"], ["updated_at", "2016-10-07 18:58:12.855517"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6385], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.856359"], ["updated_at", "2016-10-07 18:58:12.856359"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6386], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.857182"], ["updated_at", "2016-10-07 18:58:12.857182"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6387], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.858012"], ["updated_at", "2016-10-07 18:58:12.858012"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6388], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.858874"], ["updated_at", "2016-10-07 18:58:12.858874"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6389], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.859728"], ["updated_at", "2016-10-07 18:58:12.859728"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6390], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.860554"], ["updated_at", "2016-10-07 18:58:12.860554"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6391], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.861388"], ["updated_at", "2016-10-07 18:58:12.861388"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6392], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.862197"], ["updated_at", "2016-10-07 18:58:12.862197"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6393], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.863068"], ["updated_at", "2016-10-07 18:58:12.863068"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6394], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.863885"], ["updated_at", "2016-10-07 18:58:12.863885"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6395], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.864686"], ["updated_at", "2016-10-07 18:58:12.864686"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6396], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.865499"], ["updated_at", "2016-10-07 18:58:12.865499"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6397], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.866361"], ["updated_at", "2016-10-07 18:58:12.866361"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6398], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.867420"], ["updated_at", "2016-10-07 18:58:12.867420"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6399], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.868316"], ["updated_at", "2016-10-07 18:58:12.868316"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6400], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.869176"], ["updated_at", "2016-10-07 18:58:12.869176"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6401], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.870012"], ["updated_at", "2016-10-07 18:58:12.870012"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6402], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.870870"], ["updated_at", "2016-10-07 18:58:12.870870"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6403], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.871703"], ["updated_at", "2016-10-07 18:58:12.871703"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6404], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.872536"], ["updated_at", "2016-10-07 18:58:12.872536"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6405], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.873363"], ["updated_at", "2016-10-07 18:58:12.873363"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6406], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.874190"], ["updated_at", "2016-10-07 18:58:12.874190"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6407], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.875027"], ["updated_at", "2016-10-07 18:58:12.875027"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6408], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.875864"], ["updated_at", "2016-10-07 18:58:12.875864"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6409], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.876702"], ["updated_at", "2016-10-07 18:58:12.876702"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6410], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.877525"], ["updated_at", "2016-10-07 18:58:12.877525"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6411], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.878345"], ["updated_at", "2016-10-07 18:58:12.878345"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6412], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.879165"], ["updated_at", "2016-10-07 18:58:12.879165"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6413], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.880106"], ["updated_at", "2016-10-07 18:58:12.880106"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6414], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.880980"], ["updated_at", "2016-10-07 18:58:12.880980"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6415], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.881896"], ["updated_at", "2016-10-07 18:58:12.881896"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6416], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.882790"], ["updated_at", "2016-10-07 18:58:12.882790"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6417], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.883853"], ["updated_at", "2016-10-07 18:58:12.883853"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6418], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.884737"], ["updated_at", "2016-10-07 18:58:12.884737"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6419], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.885587"], ["updated_at", "2016-10-07 18:58:12.885587"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6420], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.886442"], ["updated_at", "2016-10-07 18:58:12.886442"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6421], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.887323"], ["updated_at", "2016-10-07 18:58:12.887323"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6422], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.888146"], ["updated_at", "2016-10-07 18:58:12.888146"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6423], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.888964"], ["updated_at", "2016-10-07 18:58:12.888964"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6424], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.889794"], ["updated_at", "2016-10-07 18:58:12.889794"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6425], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.890645"], ["updated_at", "2016-10-07 18:58:12.890645"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6426], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.891496"], ["updated_at", "2016-10-07 18:58:12.891496"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6427], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.892358"], ["updated_at", "2016-10-07 18:58:12.892358"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6428], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.893193"], ["updated_at", "2016-10-07 18:58:12.893193"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6429], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.894006"], ["updated_at", "2016-10-07 18:58:12.894006"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6430], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.894841"], ["updated_at", "2016-10-07 18:58:12.894841"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6431], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.895648"], ["updated_at", "2016-10-07 18:58:12.895648"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6432], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.896470"], ["updated_at", "2016-10-07 18:58:12.896470"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6433], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.897275"], ["updated_at", "2016-10-07 18:58:12.897275"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6434], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.898108"], ["updated_at", "2016-10-07 18:58:12.898108"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6435], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.898960"], ["updated_at", "2016-10-07 18:58:12.898960"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6436], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.899880"], ["updated_at", "2016-10-07 18:58:12.899880"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6437], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.900872"], ["updated_at", "2016-10-07 18:58:12.900872"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6438], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.901751"], ["updated_at", "2016-10-07 18:58:12.901751"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6439], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.902613"], ["updated_at", "2016-10-07 18:58:12.902613"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6440], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.903471"], ["updated_at", "2016-10-07 18:58:12.903471"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6441], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.904374"], ["updated_at", "2016-10-07 18:58:12.904374"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6442], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.905203"], ["updated_at", "2016-10-07 18:58:12.905203"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6443], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.906036"], ["updated_at", "2016-10-07 18:58:12.906036"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6444], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.906889"], ["updated_at", "2016-10-07 18:58:12.906889"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6445], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.907737"], ["updated_at", "2016-10-07 18:58:12.907737"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6446], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.908567"], ["updated_at", "2016-10-07 18:58:12.908567"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6447], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.909402"], ["updated_at", "2016-10-07 18:58:12.909402"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6448], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.910217"], ["updated_at", "2016-10-07 18:58:12.910217"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6449], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.911084"], ["updated_at", "2016-10-07 18:58:12.911084"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6450], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.911910"], ["updated_at", "2016-10-07 18:58:12.911910"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6451], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.912729"], ["updated_at", "2016-10-07 18:58:12.912729"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6452], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.913543"], ["updated_at", "2016-10-07 18:58:12.913543"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6453], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.914385"], ["updated_at", "2016-10-07 18:58:12.914385"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6454], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.915265"], ["updated_at", "2016-10-07 18:58:12.915265"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6455], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.916232"], ["updated_at", "2016-10-07 18:58:12.916232"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6456], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.917324"], ["updated_at", "2016-10-07 18:58:12.917324"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6457], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.918338"], ["updated_at", "2016-10-07 18:58:12.918338"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6458], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.919620"], ["updated_at", "2016-10-07 18:58:12.919620"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6459], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.921146"], ["updated_at", "2016-10-07 18:58:12.921146"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6460], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.923716"], ["updated_at", "2016-10-07 18:58:12.923716"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6461], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.925065"], ["updated_at", "2016-10-07 18:58:12.925065"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6462], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.927772"], ["updated_at", "2016-10-07 18:58:12.927772"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6463], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.929572"], ["updated_at", "2016-10-07 18:58:12.929572"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6464], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.930628"], ["updated_at", "2016-10-07 18:58:12.930628"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6465], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.931550"], ["updated_at", "2016-10-07 18:58:12.931550"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6466], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.932582"], ["updated_at", "2016-10-07 18:58:12.932582"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6467], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.933740"], ["updated_at", "2016-10-07 18:58:12.933740"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6468], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.934759"], ["updated_at", "2016-10-07 18:58:12.934759"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6469], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.935675"], ["updated_at", "2016-10-07 18:58:12.935675"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6470], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.936574"], ["updated_at", "2016-10-07 18:58:12.936574"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6471], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.937486"], ["updated_at", "2016-10-07 18:58:12.937486"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6472], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.938359"], ["updated_at", "2016-10-07 18:58:12.938359"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6473], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.939216"], ["updated_at", "2016-10-07 18:58:12.939216"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 39], ["message_id", 6474], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.940053"], ["updated_at", "2016-10-07 18:58:12.940053"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6475], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.940921"], ["updated_at", "2016-10-07 18:58:12.940921"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6476], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.941772"], ["updated_at", "2016-10-07 18:58:12.941772"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6477], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.942685"], ["updated_at", "2016-10-07 18:58:12.942685"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6478], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.943518"], ["updated_at", "2016-10-07 18:58:12.943518"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6479], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.944367"], ["updated_at", "2016-10-07 18:58:12.944367"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6480], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.945181"], ["updated_at", "2016-10-07 18:58:12.945181"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6481], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.946023"], ["updated_at", "2016-10-07 18:58:12.946023"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6482], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.946837"], ["updated_at", "2016-10-07 18:58:12.946837"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6483], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.947669"], ["updated_at", "2016-10-07 18:58:12.947669"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6484], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.948493"], ["updated_at", "2016-10-07 18:58:12.948493"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6485], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.949337"], ["updated_at", "2016-10-07 18:58:12.949337"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6486], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.950534"], ["updated_at", "2016-10-07 18:58:12.950534"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6487], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.951541"], ["updated_at", "2016-10-07 18:58:12.951541"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6488], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.952438"], ["updated_at", "2016-10-07 18:58:12.952438"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6489], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.953327"], ["updated_at", "2016-10-07 18:58:12.953327"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6490], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.954179"], ["updated_at", "2016-10-07 18:58:12.954179"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6491], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.955049"], ["updated_at", "2016-10-07 18:58:12.955049"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6492], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.955885"], ["updated_at", "2016-10-07 18:58:12.955885"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6493], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.956737"], ["updated_at", "2016-10-07 18:58:12.956737"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6494], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.957575"], ["updated_at", "2016-10-07 18:58:12.957575"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6495], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.958414"], ["updated_at", "2016-10-07 18:58:12.958414"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6496], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.959271"], ["updated_at", "2016-10-07 18:58:12.959271"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6497], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.960085"], ["updated_at", "2016-10-07 18:58:12.960085"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6498], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.960921"], ["updated_at", "2016-10-07 18:58:12.960921"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6499], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.961739"], ["updated_at", "2016-10-07 18:58:12.961739"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6500], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.962577"], ["updated_at", "2016-10-07 18:58:12.962577"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6501], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.963412"], ["updated_at", "2016-10-07 18:58:12.963412"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6502], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.964236"], ["updated_at", "2016-10-07 18:58:12.964236"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6503], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.965047"], ["updated_at", "2016-10-07 18:58:12.965047"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6504], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.965898"], ["updated_at", "2016-10-07 18:58:12.965898"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6505], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.966936"], ["updated_at", "2016-10-07 18:58:12.966936"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6506], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.968445"], ["updated_at", "2016-10-07 18:58:12.968445"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6507], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.969979"], ["updated_at", "2016-10-07 18:58:12.969979"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6508], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.972513"], ["updated_at", "2016-10-07 18:58:12.972513"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6509], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.975557"], ["updated_at", "2016-10-07 18:58:12.975557"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6510], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.977576"], ["updated_at", "2016-10-07 18:58:12.977576"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6511], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.978642"], ["updated_at", "2016-10-07 18:58:12.978642"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6512], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.979592"], ["updated_at", "2016-10-07 18:58:12.979592"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6513], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.980531"], ["updated_at", "2016-10-07 18:58:12.980531"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6514], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.981425"], ["updated_at", "2016-10-07 18:58:12.981425"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6515], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.982453"], ["updated_at", "2016-10-07 18:58:12.982453"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6516], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.983475"], ["updated_at", "2016-10-07 18:58:12.983475"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6517], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.984364"], ["updated_at", "2016-10-07 18:58:12.984364"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6518], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.985218"], ["updated_at", "2016-10-07 18:58:12.985218"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6519], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.986086"], ["updated_at", "2016-10-07 18:58:12.986086"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6520], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.986963"], ["updated_at", "2016-10-07 18:58:12.986963"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6521], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.987812"], ["updated_at", "2016-10-07 18:58:12.987812"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6522], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.988640"], ["updated_at", "2016-10-07 18:58:12.988640"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6523], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.989469"], ["updated_at", "2016-10-07 18:58:12.989469"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6524], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.990311"], ["updated_at", "2016-10-07 18:58:12.990311"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6525], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.991211"], ["updated_at", "2016-10-07 18:58:12.991211"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6526], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.992081"], ["updated_at", "2016-10-07 18:58:12.992081"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6527], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.992928"], ["updated_at", "2016-10-07 18:58:12.992928"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6528], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.993777"], ["updated_at", "2016-10-07 18:58:12.993777"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6529], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.994625"], ["updated_at", "2016-10-07 18:58:12.994625"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6530], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.995451"], ["updated_at", "2016-10-07 18:58:12.995451"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6531], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.996267"], ["updated_at", "2016-10-07 18:58:12.996267"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6532], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.997095"], ["updated_at", "2016-10-07 18:58:12.997095"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6533], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.997923"], ["updated_at", "2016-10-07 18:58:12.997923"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6534], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.998786"], ["updated_at", "2016-10-07 18:58:12.998786"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6535], ["status", "sent"], ["created_at", "2016-10-07 18:58:12.999754"], ["updated_at", "2016-10-07 18:58:12.999754"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6536], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.000663"], ["updated_at", "2016-10-07 18:58:13.000663"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6537], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.001490"], ["updated_at", "2016-10-07 18:58:13.001490"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6538], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.002316"], ["updated_at", "2016-10-07 18:58:13.002316"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6539], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.003171"], ["updated_at", "2016-10-07 18:58:13.003171"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6540], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.004011"], ["updated_at", "2016-10-07 18:58:13.004011"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6541], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.004823"], ["updated_at", "2016-10-07 18:58:13.004823"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6542], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.005645"], ["updated_at", "2016-10-07 18:58:13.005645"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6543], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.006480"], ["updated_at", "2016-10-07 18:58:13.006480"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6544], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.007333"], ["updated_at", "2016-10-07 18:58:13.007333"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6545], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.008175"], ["updated_at", "2016-10-07 18:58:13.008175"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6546], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.008995"], ["updated_at", "2016-10-07 18:58:13.008995"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6547], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.009814"], ["updated_at", "2016-10-07 18:58:13.009814"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6548], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.010646"], ["updated_at", "2016-10-07 18:58:13.010646"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6549], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.011467"], ["updated_at", "2016-10-07 18:58:13.011467"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6550], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.012273"], ["updated_at", "2016-10-07 18:58:13.012273"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6551], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.013093"], ["updated_at", "2016-10-07 18:58:13.013093"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6552], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.013900"], ["updated_at", "2016-10-07 18:58:13.013900"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6553], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.014745"], ["updated_at", "2016-10-07 18:58:13.014745"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6554], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.015549"], ["updated_at", "2016-10-07 18:58:13.015549"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6555], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.016503"], ["updated_at", "2016-10-07 18:58:13.016503"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6556], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.017318"], ["updated_at", "2016-10-07 18:58:13.017318"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6557], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.018142"], ["updated_at", "2016-10-07 18:58:13.018142"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6558], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.018987"], ["updated_at", "2016-10-07 18:58:13.018987"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6559], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.019821"], ["updated_at", "2016-10-07 18:58:13.019821"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6560], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.020616"], ["updated_at", "2016-10-07 18:58:13.020616"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6561], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.021423"], ["updated_at", "2016-10-07 18:58:13.021423"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6562], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.022232"], ["updated_at", "2016-10-07 18:58:13.022232"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6563], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.023089"], ["updated_at", "2016-10-07 18:58:13.023089"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6564], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.023915"], ["updated_at", "2016-10-07 18:58:13.023915"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6565], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.024719"], ["updated_at", "2016-10-07 18:58:13.024719"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6566], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.025539"], ["updated_at", "2016-10-07 18:58:13.025539"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6567], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.026336"], ["updated_at", "2016-10-07 18:58:13.026336"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6568], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.027162"], ["updated_at", "2016-10-07 18:58:13.027162"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6569], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.027961"], ["updated_at", "2016-10-07 18:58:13.027961"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6570], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.028790"], ["updated_at", "2016-10-07 18:58:13.028790"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6571], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.029593"], ["updated_at", "2016-10-07 18:58:13.029593"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6572], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.030406"], ["updated_at", "2016-10-07 18:58:13.030406"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6573], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.031211"], ["updated_at", "2016-10-07 18:58:13.031211"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6574], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.032030"], ["updated_at", "2016-10-07 18:58:13.032030"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6575], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.032837"], ["updated_at", "2016-10-07 18:58:13.032837"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6576], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.033675"], ["updated_at", "2016-10-07 18:58:13.033675"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6577], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.034471"], ["updated_at", "2016-10-07 18:58:13.034471"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6578], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.035291"], ["updated_at", "2016-10-07 18:58:13.035291"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6579], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.036095"], ["updated_at", "2016-10-07 18:58:13.036095"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6580], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.036887"], ["updated_at", "2016-10-07 18:58:13.036887"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6581], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.037698"], ["updated_at", "2016-10-07 18:58:13.037698"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6582], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.038548"], ["updated_at", "2016-10-07 18:58:13.038548"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6583], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.039369"], ["updated_at", "2016-10-07 18:58:13.039369"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6584], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.040199"], ["updated_at", "2016-10-07 18:58:13.040199"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6585], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.041284"], ["updated_at", "2016-10-07 18:58:13.041284"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6586], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.042471"], ["updated_at", "2016-10-07 18:58:13.042471"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6587], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.043981"], ["updated_at", "2016-10-07 18:58:13.043981"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6588], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.045599"], ["updated_at", "2016-10-07 18:58:13.045599"]] SQL (0.7ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6589], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.047952"], ["updated_at", "2016-10-07 18:58:13.047952"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6590], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.050810"], ["updated_at", "2016-10-07 18:58:13.050810"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6591], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.052839"], ["updated_at", "2016-10-07 18:58:13.052839"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6592], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.053870"], ["updated_at", "2016-10-07 18:58:13.053870"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6593], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.054879"], ["updated_at", "2016-10-07 18:58:13.054879"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6594], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.055775"], ["updated_at", "2016-10-07 18:58:13.055775"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6595], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.056696"], ["updated_at", "2016-10-07 18:58:13.056696"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6596], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.057576"], ["updated_at", "2016-10-07 18:58:13.057576"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6597], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.058518"], ["updated_at", "2016-10-07 18:58:13.058518"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6598], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.059397"], ["updated_at", "2016-10-07 18:58:13.059397"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6599], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.060237"], ["updated_at", "2016-10-07 18:58:13.060237"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6600], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.061123"], ["updated_at", "2016-10-07 18:58:13.061123"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6601], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.061961"], ["updated_at", "2016-10-07 18:58:13.061961"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6602], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.062819"], ["updated_at", "2016-10-07 18:58:13.062819"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6603], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.063667"], ["updated_at", "2016-10-07 18:58:13.063667"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6604], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.064514"], ["updated_at", "2016-10-07 18:58:13.064514"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6605], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.065339"], ["updated_at", "2016-10-07 18:58:13.065339"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6606], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.066455"], ["updated_at", "2016-10-07 18:58:13.066455"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6607], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.067328"], ["updated_at", "2016-10-07 18:58:13.067328"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6608], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.068187"], ["updated_at", "2016-10-07 18:58:13.068187"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6609], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.069009"], ["updated_at", "2016-10-07 18:58:13.069009"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6610], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.069838"], ["updated_at", "2016-10-07 18:58:13.069838"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6611], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.070698"], ["updated_at", "2016-10-07 18:58:13.070698"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6612], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.071570"], ["updated_at", "2016-10-07 18:58:13.071570"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6613], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.072427"], ["updated_at", "2016-10-07 18:58:13.072427"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6614], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.073585"], ["updated_at", "2016-10-07 18:58:13.073585"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6615], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.074684"], ["updated_at", "2016-10-07 18:58:13.074684"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6616], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.075659"], ["updated_at", "2016-10-07 18:58:13.075659"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6617], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.076562"], ["updated_at", "2016-10-07 18:58:13.076562"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6618], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.077432"], ["updated_at", "2016-10-07 18:58:13.077432"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6619], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.078303"], ["updated_at", "2016-10-07 18:58:13.078303"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6620], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.079225"], ["updated_at", "2016-10-07 18:58:13.079225"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6621], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.080189"], ["updated_at", "2016-10-07 18:58:13.080189"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6622], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.081050"], ["updated_at", "2016-10-07 18:58:13.081050"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6623], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.081963"], ["updated_at", "2016-10-07 18:58:13.081963"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6624], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.082864"], ["updated_at", "2016-10-07 18:58:13.082864"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6625], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.083754"], ["updated_at", "2016-10-07 18:58:13.083754"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6626], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.084586"], ["updated_at", "2016-10-07 18:58:13.084586"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6627], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.085413"], ["updated_at", "2016-10-07 18:58:13.085413"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6628], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.086277"], ["updated_at", "2016-10-07 18:58:13.086277"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6629], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.087167"], ["updated_at", "2016-10-07 18:58:13.087167"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6630], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.088018"], ["updated_at", "2016-10-07 18:58:13.088018"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6631], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.088840"], ["updated_at", "2016-10-07 18:58:13.088840"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6632], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.089690"], ["updated_at", "2016-10-07 18:58:13.089690"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6633], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.090546"], ["updated_at", "2016-10-07 18:58:13.090546"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6634], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.091409"], ["updated_at", "2016-10-07 18:58:13.091409"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6635], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.092242"], ["updated_at", "2016-10-07 18:58:13.092242"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6636], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.093066"], ["updated_at", "2016-10-07 18:58:13.093066"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6637], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.093896"], ["updated_at", "2016-10-07 18:58:13.093896"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6638], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.094756"], ["updated_at", "2016-10-07 18:58:13.094756"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6639], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.095565"], ["updated_at", "2016-10-07 18:58:13.095565"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 40], ["message_id", 6640], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.096384"], ["updated_at", "2016-10-07 18:58:13.096384"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6641], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.097197"], ["updated_at", "2016-10-07 18:58:13.097197"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6642], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.098025"], ["updated_at", "2016-10-07 18:58:13.098025"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6643], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.098855"], ["updated_at", "2016-10-07 18:58:13.098855"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6644], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.099695"], ["updated_at", "2016-10-07 18:58:13.099695"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6645], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.100502"], ["updated_at", "2016-10-07 18:58:13.100502"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6646], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.101298"], ["updated_at", "2016-10-07 18:58:13.101298"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6647], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.102116"], ["updated_at", "2016-10-07 18:58:13.102116"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6648], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.102979"], ["updated_at", "2016-10-07 18:58:13.102979"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6649], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.103809"], ["updated_at", "2016-10-07 18:58:13.103809"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6650], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.104616"], ["updated_at", "2016-10-07 18:58:13.104616"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6651], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.105679"], ["updated_at", "2016-10-07 18:58:13.105679"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6652], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.106594"], ["updated_at", "2016-10-07 18:58:13.106594"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6653], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.107641"], ["updated_at", "2016-10-07 18:58:13.107641"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6654], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.109751"], ["updated_at", "2016-10-07 18:58:13.109751"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6655], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.110844"], ["updated_at", "2016-10-07 18:58:13.110844"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6656], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.111790"], ["updated_at", "2016-10-07 18:58:13.111790"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6657], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.112690"], ["updated_at", "2016-10-07 18:58:13.112690"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6658], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.113552"], ["updated_at", "2016-10-07 18:58:13.113552"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6659], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.114427"], ["updated_at", "2016-10-07 18:58:13.114427"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6660], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.115338"], ["updated_at", "2016-10-07 18:58:13.115338"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6661], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.116282"], ["updated_at", "2016-10-07 18:58:13.116282"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6662], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.117253"], ["updated_at", "2016-10-07 18:58:13.117253"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6663], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.118191"], ["updated_at", "2016-10-07 18:58:13.118191"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6664], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.119128"], ["updated_at", "2016-10-07 18:58:13.119128"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6665], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.120042"], ["updated_at", "2016-10-07 18:58:13.120042"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6666], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.120972"], ["updated_at", "2016-10-07 18:58:13.120972"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6667], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.121864"], ["updated_at", "2016-10-07 18:58:13.121864"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6668], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.122787"], ["updated_at", "2016-10-07 18:58:13.122787"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6669], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.123694"], ["updated_at", "2016-10-07 18:58:13.123694"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6670], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.124612"], ["updated_at", "2016-10-07 18:58:13.124612"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6671], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.125521"], ["updated_at", "2016-10-07 18:58:13.125521"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6672], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.126426"], ["updated_at", "2016-10-07 18:58:13.126426"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6673], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.127316"], ["updated_at", "2016-10-07 18:58:13.127316"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6674], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.128219"], ["updated_at", "2016-10-07 18:58:13.128219"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6675], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.129095"], ["updated_at", "2016-10-07 18:58:13.129095"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6676], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.129970"], ["updated_at", "2016-10-07 18:58:13.129970"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6677], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.130871"], ["updated_at", "2016-10-07 18:58:13.130871"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6678], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.131745"], ["updated_at", "2016-10-07 18:58:13.131745"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6679], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.132656"], ["updated_at", "2016-10-07 18:58:13.132656"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6680], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.133543"], ["updated_at", "2016-10-07 18:58:13.133543"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6681], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.134433"], ["updated_at", "2016-10-07 18:58:13.134433"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6682], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.135318"], ["updated_at", "2016-10-07 18:58:13.135318"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6683], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.136213"], ["updated_at", "2016-10-07 18:58:13.136213"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6684], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.137074"], ["updated_at", "2016-10-07 18:58:13.137074"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6685], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.137978"], ["updated_at", "2016-10-07 18:58:13.137978"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6686], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.138854"], ["updated_at", "2016-10-07 18:58:13.138854"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6687], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.139750"], ["updated_at", "2016-10-07 18:58:13.139750"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6688], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.140613"], ["updated_at", "2016-10-07 18:58:13.140613"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6689], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.141519"], ["updated_at", "2016-10-07 18:58:13.141519"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6690], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.142397"], ["updated_at", "2016-10-07 18:58:13.142397"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6691], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.143316"], ["updated_at", "2016-10-07 18:58:13.143316"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6692], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.144181"], ["updated_at", "2016-10-07 18:58:13.144181"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6693], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.145070"], ["updated_at", "2016-10-07 18:58:13.145070"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6694], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.145937"], ["updated_at", "2016-10-07 18:58:13.145937"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6695], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.146814"], ["updated_at", "2016-10-07 18:58:13.146814"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6696], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.147707"], ["updated_at", "2016-10-07 18:58:13.147707"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6697], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.148584"], ["updated_at", "2016-10-07 18:58:13.148584"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6698], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.149476"], ["updated_at", "2016-10-07 18:58:13.149476"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6699], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.150359"], ["updated_at", "2016-10-07 18:58:13.150359"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6700], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.151259"], ["updated_at", "2016-10-07 18:58:13.151259"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6701], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.152124"], ["updated_at", "2016-10-07 18:58:13.152124"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6702], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.153022"], ["updated_at", "2016-10-07 18:58:13.153022"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6703], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.153894"], ["updated_at", "2016-10-07 18:58:13.153894"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6704], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.154796"], ["updated_at", "2016-10-07 18:58:13.154796"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6705], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.155677"], ["updated_at", "2016-10-07 18:58:13.155677"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6706], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.156568"], ["updated_at", "2016-10-07 18:58:13.156568"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6707], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.157446"], ["updated_at", "2016-10-07 18:58:13.157446"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6708], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.158347"], ["updated_at", "2016-10-07 18:58:13.158347"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6709], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.159244"], ["updated_at", "2016-10-07 18:58:13.159244"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6710], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.160139"], ["updated_at", "2016-10-07 18:58:13.160139"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6711], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.161018"], ["updated_at", "2016-10-07 18:58:13.161018"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6712], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.161902"], ["updated_at", "2016-10-07 18:58:13.161902"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6713], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.162787"], ["updated_at", "2016-10-07 18:58:13.162787"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6714], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.163659"], ["updated_at", "2016-10-07 18:58:13.163659"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6715], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.164552"], ["updated_at", "2016-10-07 18:58:13.164552"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6716], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.165423"], ["updated_at", "2016-10-07 18:58:13.165423"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6717], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.166329"], ["updated_at", "2016-10-07 18:58:13.166329"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6718], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.167218"], ["updated_at", "2016-10-07 18:58:13.167218"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6719], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.168111"], ["updated_at", "2016-10-07 18:58:13.168111"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6720], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.168994"], ["updated_at", "2016-10-07 18:58:13.168994"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6721], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.169875"], ["updated_at", "2016-10-07 18:58:13.169875"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6722], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.170783"], ["updated_at", "2016-10-07 18:58:13.170783"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6723], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.171687"], ["updated_at", "2016-10-07 18:58:13.171687"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6724], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.172557"], ["updated_at", "2016-10-07 18:58:13.172557"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6725], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.173435"], ["updated_at", "2016-10-07 18:58:13.173435"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6726], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.174335"], ["updated_at", "2016-10-07 18:58:13.174335"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6727], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.175237"], ["updated_at", "2016-10-07 18:58:13.175237"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6728], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.176138"], ["updated_at", "2016-10-07 18:58:13.176138"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6729], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.177010"], ["updated_at", "2016-10-07 18:58:13.177010"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6730], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.177894"], ["updated_at", "2016-10-07 18:58:13.177894"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6731], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.178781"], ["updated_at", "2016-10-07 18:58:13.178781"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6732], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.179663"], ["updated_at", "2016-10-07 18:58:13.179663"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6733], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.180528"], ["updated_at", "2016-10-07 18:58:13.180528"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6734], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.181422"], ["updated_at", "2016-10-07 18:58:13.181422"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6735], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.182308"], ["updated_at", "2016-10-07 18:58:13.182308"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6736], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.183214"], ["updated_at", "2016-10-07 18:58:13.183214"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6737], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.184088"], ["updated_at", "2016-10-07 18:58:13.184088"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6738], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.184990"], ["updated_at", "2016-10-07 18:58:13.184990"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6739], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.185872"], ["updated_at", "2016-10-07 18:58:13.185872"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6740], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.186767"], ["updated_at", "2016-10-07 18:58:13.186767"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6741], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.187584"], ["updated_at", "2016-10-07 18:58:13.187584"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6742], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.188420"], ["updated_at", "2016-10-07 18:58:13.188420"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6743], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.189444"], ["updated_at", "2016-10-07 18:58:13.189444"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6744], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.190445"], ["updated_at", "2016-10-07 18:58:13.190445"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6745], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.191745"], ["updated_at", "2016-10-07 18:58:13.191745"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6746], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.193242"], ["updated_at", "2016-10-07 18:58:13.193242"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6747], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.195676"], ["updated_at", "2016-10-07 18:58:13.195676"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6748], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.197085"], ["updated_at", "2016-10-07 18:58:13.197085"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6749], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.199906"], ["updated_at", "2016-10-07 18:58:13.199906"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6750], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.201988"], ["updated_at", "2016-10-07 18:58:13.201988"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6751], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.203026"], ["updated_at", "2016-10-07 18:58:13.203026"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6752], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.203961"], ["updated_at", "2016-10-07 18:58:13.203961"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6753], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.204873"], ["updated_at", "2016-10-07 18:58:13.204873"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6754], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.205756"], ["updated_at", "2016-10-07 18:58:13.205756"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6755], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.206685"], ["updated_at", "2016-10-07 18:58:13.206685"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6756], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.207543"], ["updated_at", "2016-10-07 18:58:13.207543"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6757], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.208454"], ["updated_at", "2016-10-07 18:58:13.208454"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6758], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.209342"], ["updated_at", "2016-10-07 18:58:13.209342"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6759], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.210200"], ["updated_at", "2016-10-07 18:58:13.210200"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6760], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.211064"], ["updated_at", "2016-10-07 18:58:13.211064"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6761], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.211908"], ["updated_at", "2016-10-07 18:58:13.211908"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6762], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.212725"], ["updated_at", "2016-10-07 18:58:13.212725"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6763], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.213546"], ["updated_at", "2016-10-07 18:58:13.213546"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6764], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.214401"], ["updated_at", "2016-10-07 18:58:13.214401"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6765], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.215311"], ["updated_at", "2016-10-07 18:58:13.215311"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6766], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.216396"], ["updated_at", "2016-10-07 18:58:13.216396"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6767], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.217276"], ["updated_at", "2016-10-07 18:58:13.217276"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6768], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.218209"], ["updated_at", "2016-10-07 18:58:13.218209"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6769], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.219081"], ["updated_at", "2016-10-07 18:58:13.219081"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6770], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.219918"], ["updated_at", "2016-10-07 18:58:13.219918"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6771], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.220735"], ["updated_at", "2016-10-07 18:58:13.220735"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6772], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.221561"], ["updated_at", "2016-10-07 18:58:13.221561"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6773], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.222367"], ["updated_at", "2016-10-07 18:58:13.222367"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6774], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.223234"], ["updated_at", "2016-10-07 18:58:13.223234"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6775], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.224068"], ["updated_at", "2016-10-07 18:58:13.224068"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6776], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.224898"], ["updated_at", "2016-10-07 18:58:13.224898"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6777], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.225720"], ["updated_at", "2016-10-07 18:58:13.225720"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6778], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.226562"], ["updated_at", "2016-10-07 18:58:13.226562"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6779], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.227372"], ["updated_at", "2016-10-07 18:58:13.227372"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6780], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.228192"], ["updated_at", "2016-10-07 18:58:13.228192"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6781], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.228994"], ["updated_at", "2016-10-07 18:58:13.228994"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6782], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.229798"], ["updated_at", "2016-10-07 18:58:13.229798"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6783], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.230618"], ["updated_at", "2016-10-07 18:58:13.230618"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6784], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.231444"], ["updated_at", "2016-10-07 18:58:13.231444"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6785], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.232272"], ["updated_at", "2016-10-07 18:58:13.232272"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6786], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.233083"], ["updated_at", "2016-10-07 18:58:13.233083"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6787], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.233909"], ["updated_at", "2016-10-07 18:58:13.233909"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6788], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.234736"], ["updated_at", "2016-10-07 18:58:13.234736"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6789], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.235554"], ["updated_at", "2016-10-07 18:58:13.235554"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6790], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.236365"], ["updated_at", "2016-10-07 18:58:13.236365"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6791], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.237182"], ["updated_at", "2016-10-07 18:58:13.237182"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6792], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.237983"], ["updated_at", "2016-10-07 18:58:13.237983"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6793], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.238801"], ["updated_at", "2016-10-07 18:58:13.238801"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6794], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.239599"], ["updated_at", "2016-10-07 18:58:13.239599"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6795], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.240413"], ["updated_at", "2016-10-07 18:58:13.240413"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6796], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.241225"], ["updated_at", "2016-10-07 18:58:13.241225"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6797], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.242038"], ["updated_at", "2016-10-07 18:58:13.242038"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6798], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.242866"], ["updated_at", "2016-10-07 18:58:13.242866"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6799], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.243681"], ["updated_at", "2016-10-07 18:58:13.243681"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6800], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.244476"], ["updated_at", "2016-10-07 18:58:13.244476"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6801], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.245288"], ["updated_at", "2016-10-07 18:58:13.245288"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6802], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.246098"], ["updated_at", "2016-10-07 18:58:13.246098"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6803], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.246904"], ["updated_at", "2016-10-07 18:58:13.246904"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6804], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.247727"], ["updated_at", "2016-10-07 18:58:13.247727"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6805], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.248545"], ["updated_at", "2016-10-07 18:58:13.248545"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 41], ["message_id", 6806], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.249396"], ["updated_at", "2016-10-07 18:58:13.249396"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6807], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.250203"], ["updated_at", "2016-10-07 18:58:13.250203"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6808], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.251027"], ["updated_at", "2016-10-07 18:58:13.251027"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6809], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.251843"], ["updated_at", "2016-10-07 18:58:13.251843"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6810], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.252664"], ["updated_at", "2016-10-07 18:58:13.252664"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6811], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.253463"], ["updated_at", "2016-10-07 18:58:13.253463"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6812], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.254279"], ["updated_at", "2016-10-07 18:58:13.254279"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6813], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.255097"], ["updated_at", "2016-10-07 18:58:13.255097"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6814], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.255894"], ["updated_at", "2016-10-07 18:58:13.255894"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6815], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.256719"], ["updated_at", "2016-10-07 18:58:13.256719"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6816], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.257538"], ["updated_at", "2016-10-07 18:58:13.257538"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6817], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.258367"], ["updated_at", "2016-10-07 18:58:13.258367"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6818], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.259173"], ["updated_at", "2016-10-07 18:58:13.259173"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6819], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.259987"], ["updated_at", "2016-10-07 18:58:13.259987"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6820], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.260785"], ["updated_at", "2016-10-07 18:58:13.260785"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6821], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.262188"], ["updated_at", "2016-10-07 18:58:13.262188"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6822], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.263692"], ["updated_at", "2016-10-07 18:58:13.263692"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6823], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.264972"], ["updated_at", "2016-10-07 18:58:13.264972"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6824], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.266043"], ["updated_at", "2016-10-07 18:58:13.266043"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6825], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.267054"], ["updated_at", "2016-10-07 18:58:13.267054"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6826], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.267944"], ["updated_at", "2016-10-07 18:58:13.267944"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6827], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.268839"], ["updated_at", "2016-10-07 18:58:13.268839"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6828], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.269698"], ["updated_at", "2016-10-07 18:58:13.269698"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6829], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.270612"], ["updated_at", "2016-10-07 18:58:13.270612"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6830], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.271475"], ["updated_at", "2016-10-07 18:58:13.271475"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6831], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.272333"], ["updated_at", "2016-10-07 18:58:13.272333"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6832], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.273168"], ["updated_at", "2016-10-07 18:58:13.273168"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6833], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.274002"], ["updated_at", "2016-10-07 18:58:13.274002"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6834], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.274882"], ["updated_at", "2016-10-07 18:58:13.274882"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6835], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.275729"], ["updated_at", "2016-10-07 18:58:13.275729"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6836], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.276564"], ["updated_at", "2016-10-07 18:58:13.276564"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6837], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.277388"], ["updated_at", "2016-10-07 18:58:13.277388"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6838], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.278217"], ["updated_at", "2016-10-07 18:58:13.278217"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6839], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.279060"], ["updated_at", "2016-10-07 18:58:13.279060"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6840], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.279881"], ["updated_at", "2016-10-07 18:58:13.279881"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6841], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.280692"], ["updated_at", "2016-10-07 18:58:13.280692"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6842], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.281522"], ["updated_at", "2016-10-07 18:58:13.281522"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6843], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.282382"], ["updated_at", "2016-10-07 18:58:13.282382"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6844], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.283265"], ["updated_at", "2016-10-07 18:58:13.283265"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6845], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.284084"], ["updated_at", "2016-10-07 18:58:13.284084"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6846], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.284911"], ["updated_at", "2016-10-07 18:58:13.284911"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6847], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.285712"], ["updated_at", "2016-10-07 18:58:13.285712"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6848], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.286578"], ["updated_at", "2016-10-07 18:58:13.286578"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6849], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.287380"], ["updated_at", "2016-10-07 18:58:13.287380"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6850], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.288177"], ["updated_at", "2016-10-07 18:58:13.288177"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6851], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.288990"], ["updated_at", "2016-10-07 18:58:13.288990"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6852], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.289784"], ["updated_at", "2016-10-07 18:58:13.289784"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6853], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.290631"], ["updated_at", "2016-10-07 18:58:13.290631"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6854], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.291633"], ["updated_at", "2016-10-07 18:58:13.291633"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6855], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.292530"], ["updated_at", "2016-10-07 18:58:13.292530"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6856], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.293353"], ["updated_at", "2016-10-07 18:58:13.293353"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6857], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.294190"], ["updated_at", "2016-10-07 18:58:13.294190"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6858], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.295039"], ["updated_at", "2016-10-07 18:58:13.295039"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6859], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.295878"], ["updated_at", "2016-10-07 18:58:13.295878"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6860], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.296684"], ["updated_at", "2016-10-07 18:58:13.296684"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6861], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.297545"], ["updated_at", "2016-10-07 18:58:13.297545"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6862], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.298381"], ["updated_at", "2016-10-07 18:58:13.298381"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6863], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.299275"], ["updated_at", "2016-10-07 18:58:13.299275"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6864], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.300151"], ["updated_at", "2016-10-07 18:58:13.300151"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6865], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.300997"], ["updated_at", "2016-10-07 18:58:13.300997"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6866], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.301822"], ["updated_at", "2016-10-07 18:58:13.301822"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6867], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.302700"], ["updated_at", "2016-10-07 18:58:13.302700"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6868], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.303521"], ["updated_at", "2016-10-07 18:58:13.303521"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6869], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.304363"], ["updated_at", "2016-10-07 18:58:13.304363"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6870], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.305185"], ["updated_at", "2016-10-07 18:58:13.305185"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6871], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.306008"], ["updated_at", "2016-10-07 18:58:13.306008"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6872], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.306842"], ["updated_at", "2016-10-07 18:58:13.306842"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6873], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.307692"], ["updated_at", "2016-10-07 18:58:13.307692"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6874], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.308527"], ["updated_at", "2016-10-07 18:58:13.308527"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6875], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.309353"], ["updated_at", "2016-10-07 18:58:13.309353"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6876], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.310183"], ["updated_at", "2016-10-07 18:58:13.310183"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6877], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.311055"], ["updated_at", "2016-10-07 18:58:13.311055"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6878], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.311882"], ["updated_at", "2016-10-07 18:58:13.311882"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6879], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.312701"], ["updated_at", "2016-10-07 18:58:13.312701"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6880], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.313536"], ["updated_at", "2016-10-07 18:58:13.313536"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6881], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.314360"], ["updated_at", "2016-10-07 18:58:13.314360"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6882], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.315241"], ["updated_at", "2016-10-07 18:58:13.315241"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6883], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.316081"], ["updated_at", "2016-10-07 18:58:13.316081"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6884], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.316933"], ["updated_at", "2016-10-07 18:58:13.316933"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6885], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.317761"], ["updated_at", "2016-10-07 18:58:13.317761"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6886], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.318689"], ["updated_at", "2016-10-07 18:58:13.318689"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6887], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.319633"], ["updated_at", "2016-10-07 18:58:13.319633"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6888], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.320559"], ["updated_at", "2016-10-07 18:58:13.320559"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6889], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.321500"], ["updated_at", "2016-10-07 18:58:13.321500"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6890], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.322418"], ["updated_at", "2016-10-07 18:58:13.322418"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6891], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.323370"], ["updated_at", "2016-10-07 18:58:13.323370"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6892], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.324277"], ["updated_at", "2016-10-07 18:58:13.324277"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6893], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.325204"], ["updated_at", "2016-10-07 18:58:13.325204"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6894], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.326111"], ["updated_at", "2016-10-07 18:58:13.326111"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6895], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.327042"], ["updated_at", "2016-10-07 18:58:13.327042"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6896], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.327949"], ["updated_at", "2016-10-07 18:58:13.327949"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6897], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.328861"], ["updated_at", "2016-10-07 18:58:13.328861"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6898], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.329758"], ["updated_at", "2016-10-07 18:58:13.329758"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6899], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.330667"], ["updated_at", "2016-10-07 18:58:13.330667"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6900], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.331580"], ["updated_at", "2016-10-07 18:58:13.331580"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6901], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.332505"], ["updated_at", "2016-10-07 18:58:13.332505"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6902], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.333427"], ["updated_at", "2016-10-07 18:58:13.333427"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6903], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.334344"], ["updated_at", "2016-10-07 18:58:13.334344"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6904], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.335272"], ["updated_at", "2016-10-07 18:58:13.335272"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6905], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.336185"], ["updated_at", "2016-10-07 18:58:13.336185"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6906], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.337086"], ["updated_at", "2016-10-07 18:58:13.337086"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6907], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.337982"], ["updated_at", "2016-10-07 18:58:13.337982"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6908], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.338908"], ["updated_at", "2016-10-07 18:58:13.338908"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6909], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.339868"], ["updated_at", "2016-10-07 18:58:13.339868"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6910], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.340847"], ["updated_at", "2016-10-07 18:58:13.340847"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6911], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.341817"], ["updated_at", "2016-10-07 18:58:13.341817"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6912], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.342782"], ["updated_at", "2016-10-07 18:58:13.342782"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6913], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.343690"], ["updated_at", "2016-10-07 18:58:13.343690"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6914], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.344596"], ["updated_at", "2016-10-07 18:58:13.344596"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6915], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.345483"], ["updated_at", "2016-10-07 18:58:13.345483"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6916], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.346369"], ["updated_at", "2016-10-07 18:58:13.346369"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6917], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.347282"], ["updated_at", "2016-10-07 18:58:13.347282"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6918], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.348194"], ["updated_at", "2016-10-07 18:58:13.348194"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6919], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.349109"], ["updated_at", "2016-10-07 18:58:13.349109"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6920], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.350012"], ["updated_at", "2016-10-07 18:58:13.350012"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6921], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.350914"], ["updated_at", "2016-10-07 18:58:13.350914"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6922], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.351807"], ["updated_at", "2016-10-07 18:58:13.351807"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6923], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.352714"], ["updated_at", "2016-10-07 18:58:13.352714"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6924], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.353596"], ["updated_at", "2016-10-07 18:58:13.353596"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6925], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.354513"], ["updated_at", "2016-10-07 18:58:13.354513"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6926], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.355423"], ["updated_at", "2016-10-07 18:58:13.355423"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6927], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.356383"], ["updated_at", "2016-10-07 18:58:13.356383"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6928], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.357348"], ["updated_at", "2016-10-07 18:58:13.357348"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6929], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.358322"], ["updated_at", "2016-10-07 18:58:13.358322"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6930], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.359269"], ["updated_at", "2016-10-07 18:58:13.359269"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6931], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.360174"], ["updated_at", "2016-10-07 18:58:13.360174"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6932], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.361079"], ["updated_at", "2016-10-07 18:58:13.361079"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6933], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.361974"], ["updated_at", "2016-10-07 18:58:13.361974"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6934], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.362894"], ["updated_at", "2016-10-07 18:58:13.362894"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6935], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.363796"], ["updated_at", "2016-10-07 18:58:13.363796"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6936], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.364698"], ["updated_at", "2016-10-07 18:58:13.364698"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6937], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.365597"], ["updated_at", "2016-10-07 18:58:13.365597"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6938], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.366493"], ["updated_at", "2016-10-07 18:58:13.366493"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6939], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.367394"], ["updated_at", "2016-10-07 18:58:13.367394"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6940], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.368294"], ["updated_at", "2016-10-07 18:58:13.368294"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6941], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.369196"], ["updated_at", "2016-10-07 18:58:13.369196"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6942], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.370089"], ["updated_at", "2016-10-07 18:58:13.370089"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6943], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.370977"], ["updated_at", "2016-10-07 18:58:13.370977"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6944], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.371798"], ["updated_at", "2016-10-07 18:58:13.371798"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6945], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.372632"], ["updated_at", "2016-10-07 18:58:13.372632"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6946], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.373476"], ["updated_at", "2016-10-07 18:58:13.373476"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6947], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.374301"], ["updated_at", "2016-10-07 18:58:13.374301"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6948], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.375157"], ["updated_at", "2016-10-07 18:58:13.375157"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6949], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.375978"], ["updated_at", "2016-10-07 18:58:13.375978"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6950], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.376809"], ["updated_at", "2016-10-07 18:58:13.376809"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6951], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.377642"], ["updated_at", "2016-10-07 18:58:13.377642"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6952], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.378465"], ["updated_at", "2016-10-07 18:58:13.378465"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6953], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.379836"], ["updated_at", "2016-10-07 18:58:13.379836"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6954], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.381585"], ["updated_at", "2016-10-07 18:58:13.381585"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6955], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.383423"], ["updated_at", "2016-10-07 18:58:13.383423"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6956], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.384659"], ["updated_at", "2016-10-07 18:58:13.384659"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6957], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.385817"], ["updated_at", "2016-10-07 18:58:13.385817"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6958], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.386950"], ["updated_at", "2016-10-07 18:58:13.386950"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6959], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.388200"], ["updated_at", "2016-10-07 18:58:13.388200"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6960], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.389337"], ["updated_at", "2016-10-07 18:58:13.389337"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6961], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.390412"], ["updated_at", "2016-10-07 18:58:13.390412"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6962], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.391492"], ["updated_at", "2016-10-07 18:58:13.391492"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6963], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.392508"], ["updated_at", "2016-10-07 18:58:13.392508"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6964], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.393472"], ["updated_at", "2016-10-07 18:58:13.393472"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6965], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.394452"], ["updated_at", "2016-10-07 18:58:13.394452"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6966], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.395395"], ["updated_at", "2016-10-07 18:58:13.395395"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6967], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.396272"], ["updated_at", "2016-10-07 18:58:13.396272"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6968], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.397147"], ["updated_at", "2016-10-07 18:58:13.397147"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6969], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.397993"], ["updated_at", "2016-10-07 18:58:13.397993"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6970], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.398938"], ["updated_at", "2016-10-07 18:58:13.398938"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6971], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.399839"], ["updated_at", "2016-10-07 18:58:13.399839"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 42], ["message_id", 6972], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.400692"], ["updated_at", "2016-10-07 18:58:13.400692"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6973], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.401550"], ["updated_at", "2016-10-07 18:58:13.401550"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6974], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.402396"], ["updated_at", "2016-10-07 18:58:13.402396"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6975], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.403305"], ["updated_at", "2016-10-07 18:58:13.403305"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6976], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.404138"], ["updated_at", "2016-10-07 18:58:13.404138"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6977], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.404992"], ["updated_at", "2016-10-07 18:58:13.404992"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6978], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.405825"], ["updated_at", "2016-10-07 18:58:13.405825"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6979], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.406728"], ["updated_at", "2016-10-07 18:58:13.406728"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6980], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.407573"], ["updated_at", "2016-10-07 18:58:13.407573"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6981], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.408428"], ["updated_at", "2016-10-07 18:58:13.408428"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6982], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.409274"], ["updated_at", "2016-10-07 18:58:13.409274"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6983], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.410111"], ["updated_at", "2016-10-07 18:58:13.410111"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6984], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.410987"], ["updated_at", "2016-10-07 18:58:13.410987"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6985], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.411841"], ["updated_at", "2016-10-07 18:58:13.411841"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6986], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.412663"], ["updated_at", "2016-10-07 18:58:13.412663"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6987], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.413486"], ["updated_at", "2016-10-07 18:58:13.413486"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6988], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.414336"], ["updated_at", "2016-10-07 18:58:13.414336"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6989], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.415207"], ["updated_at", "2016-10-07 18:58:13.415207"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6990], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.416071"], ["updated_at", "2016-10-07 18:58:13.416071"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6991], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.416900"], ["updated_at", "2016-10-07 18:58:13.416900"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6992], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.417742"], ["updated_at", "2016-10-07 18:58:13.417742"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6993], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.418619"], ["updated_at", "2016-10-07 18:58:13.418619"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6994], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.419547"], ["updated_at", "2016-10-07 18:58:13.419547"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6995], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.420393"], ["updated_at", "2016-10-07 18:58:13.420393"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6996], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.421255"], ["updated_at", "2016-10-07 18:58:13.421255"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6997], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.422093"], ["updated_at", "2016-10-07 18:58:13.422093"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6998], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.422958"], ["updated_at", "2016-10-07 18:58:13.422958"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 6999], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.423807"], ["updated_at", "2016-10-07 18:58:13.423807"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7000], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.424653"], ["updated_at", "2016-10-07 18:58:13.424653"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7001], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.425498"], ["updated_at", "2016-10-07 18:58:13.425498"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7002], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.426363"], ["updated_at", "2016-10-07 18:58:13.426363"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7003], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.427235"], ["updated_at", "2016-10-07 18:58:13.427235"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7004], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.428074"], ["updated_at", "2016-10-07 18:58:13.428074"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7005], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.428918"], ["updated_at", "2016-10-07 18:58:13.428918"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7006], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.429743"], ["updated_at", "2016-10-07 18:58:13.429743"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7007], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.430599"], ["updated_at", "2016-10-07 18:58:13.430599"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7008], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.431438"], ["updated_at", "2016-10-07 18:58:13.431438"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7009], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.432281"], ["updated_at", "2016-10-07 18:58:13.432281"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7010], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.433135"], ["updated_at", "2016-10-07 18:58:13.433135"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7011], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.433958"], ["updated_at", "2016-10-07 18:58:13.433958"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7012], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.434799"], ["updated_at", "2016-10-07 18:58:13.434799"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7013], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.435624"], ["updated_at", "2016-10-07 18:58:13.435624"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7014], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.436447"], ["updated_at", "2016-10-07 18:58:13.436447"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7015], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.437274"], ["updated_at", "2016-10-07 18:58:13.437274"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7016], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.438108"], ["updated_at", "2016-10-07 18:58:13.438108"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7017], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.438938"], ["updated_at", "2016-10-07 18:58:13.438938"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7018], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.439769"], ["updated_at", "2016-10-07 18:58:13.439769"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7019], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.440594"], ["updated_at", "2016-10-07 18:58:13.440594"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7020], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.441429"], ["updated_at", "2016-10-07 18:58:13.441429"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7021], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.442265"], ["updated_at", "2016-10-07 18:58:13.442265"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7022], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.443140"], ["updated_at", "2016-10-07 18:58:13.443140"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7023], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.443987"], ["updated_at", "2016-10-07 18:58:13.443987"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7024], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.444813"], ["updated_at", "2016-10-07 18:58:13.444813"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7025], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.445629"], ["updated_at", "2016-10-07 18:58:13.445629"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7026], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.446471"], ["updated_at", "2016-10-07 18:58:13.446471"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7027], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.447311"], ["updated_at", "2016-10-07 18:58:13.447311"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7028], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.448147"], ["updated_at", "2016-10-07 18:58:13.448147"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7029], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.448986"], ["updated_at", "2016-10-07 18:58:13.448986"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7030], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.449811"], ["updated_at", "2016-10-07 18:58:13.449811"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7031], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.450642"], ["updated_at", "2016-10-07 18:58:13.450642"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7032], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.451479"], ["updated_at", "2016-10-07 18:58:13.451479"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7033], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.452303"], ["updated_at", "2016-10-07 18:58:13.452303"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7034], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.453150"], ["updated_at", "2016-10-07 18:58:13.453150"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7035], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.453988"], ["updated_at", "2016-10-07 18:58:13.453988"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7036], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.454830"], ["updated_at", "2016-10-07 18:58:13.454830"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7037], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.455656"], ["updated_at", "2016-10-07 18:58:13.455656"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7038], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.456515"], ["updated_at", "2016-10-07 18:58:13.456515"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7039], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.457338"], ["updated_at", "2016-10-07 18:58:13.457338"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7040], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.458193"], ["updated_at", "2016-10-07 18:58:13.458193"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7041], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.459049"], ["updated_at", "2016-10-07 18:58:13.459049"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7042], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.459879"], ["updated_at", "2016-10-07 18:58:13.459879"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7043], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.460702"], ["updated_at", "2016-10-07 18:58:13.460702"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7044], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.461524"], ["updated_at", "2016-10-07 18:58:13.461524"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7045], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.462374"], ["updated_at", "2016-10-07 18:58:13.462374"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7046], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.463230"], ["updated_at", "2016-10-07 18:58:13.463230"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7047], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.464050"], ["updated_at", "2016-10-07 18:58:13.464050"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7048], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.464861"], ["updated_at", "2016-10-07 18:58:13.464861"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7049], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.465725"], ["updated_at", "2016-10-07 18:58:13.465725"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7050], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.466591"], ["updated_at", "2016-10-07 18:58:13.466591"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7051], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.467443"], ["updated_at", "2016-10-07 18:58:13.467443"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7052], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.468273"], ["updated_at", "2016-10-07 18:58:13.468273"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7053], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.469129"], ["updated_at", "2016-10-07 18:58:13.469129"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7054], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.469973"], ["updated_at", "2016-10-07 18:58:13.469973"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7055], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.470826"], ["updated_at", "2016-10-07 18:58:13.470826"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7056], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.471670"], ["updated_at", "2016-10-07 18:58:13.471670"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7057], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.472523"], ["updated_at", "2016-10-07 18:58:13.472523"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7058], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.473354"], ["updated_at", "2016-10-07 18:58:13.473354"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7059], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.474493"], ["updated_at", "2016-10-07 18:58:13.474493"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7060], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.475710"], ["updated_at", "2016-10-07 18:58:13.475710"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7061], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.477273"], ["updated_at", "2016-10-07 18:58:13.477273"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7062], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.479700"], ["updated_at", "2016-10-07 18:58:13.479700"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7063], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.481684"], ["updated_at", "2016-10-07 18:58:13.481684"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7064], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.484255"], ["updated_at", "2016-10-07 18:58:13.484255"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7065], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.486730"], ["updated_at", "2016-10-07 18:58:13.486730"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7066], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.487855"], ["updated_at", "2016-10-07 18:58:13.487855"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7067], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.488892"], ["updated_at", "2016-10-07 18:58:13.488892"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7068], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.489844"], ["updated_at", "2016-10-07 18:58:13.489844"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7069], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.490825"], ["updated_at", "2016-10-07 18:58:13.490825"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7070], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.491796"], ["updated_at", "2016-10-07 18:58:13.491796"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7071], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.492702"], ["updated_at", "2016-10-07 18:58:13.492702"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7072], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.493607"], ["updated_at", "2016-10-07 18:58:13.493607"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7073], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.494545"], ["updated_at", "2016-10-07 18:58:13.494545"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7074], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.495482"], ["updated_at", "2016-10-07 18:58:13.495482"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7075], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.496389"], ["updated_at", "2016-10-07 18:58:13.496389"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7076], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.497273"], ["updated_at", "2016-10-07 18:58:13.497273"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7077], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.498139"], ["updated_at", "2016-10-07 18:58:13.498139"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7078], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.499310"], ["updated_at", "2016-10-07 18:58:13.499310"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7079], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.500296"], ["updated_at", "2016-10-07 18:58:13.500296"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7080], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.501193"], ["updated_at", "2016-10-07 18:58:13.501193"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7081], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.502075"], ["updated_at", "2016-10-07 18:58:13.502075"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7082], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.502998"], ["updated_at", "2016-10-07 18:58:13.502998"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7083], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.503879"], ["updated_at", "2016-10-07 18:58:13.503879"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7084], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.504756"], ["updated_at", "2016-10-07 18:58:13.504756"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7085], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.505613"], ["updated_at", "2016-10-07 18:58:13.505613"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7086], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.506466"], ["updated_at", "2016-10-07 18:58:13.506466"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7087], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.507377"], ["updated_at", "2016-10-07 18:58:13.507377"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7088], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.508271"], ["updated_at", "2016-10-07 18:58:13.508271"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7089], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.509119"], ["updated_at", "2016-10-07 18:58:13.509119"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7090], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.509957"], ["updated_at", "2016-10-07 18:58:13.509957"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7091], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.510810"], ["updated_at", "2016-10-07 18:58:13.510810"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7092], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.511687"], ["updated_at", "2016-10-07 18:58:13.511687"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7093], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.512526"], ["updated_at", "2016-10-07 18:58:13.512526"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7094], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.513381"], ["updated_at", "2016-10-07 18:58:13.513381"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7095], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.514234"], ["updated_at", "2016-10-07 18:58:13.514234"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7096], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.515127"], ["updated_at", "2016-10-07 18:58:13.515127"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7097], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.516018"], ["updated_at", "2016-10-07 18:58:13.516018"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7098], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.516890"], ["updated_at", "2016-10-07 18:58:13.516890"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7099], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.517764"], ["updated_at", "2016-10-07 18:58:13.517764"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7100], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.518660"], ["updated_at", "2016-10-07 18:58:13.518660"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7101], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.519540"], ["updated_at", "2016-10-07 18:58:13.519540"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7102], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.520507"], ["updated_at", "2016-10-07 18:58:13.520507"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7103], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.521474"], ["updated_at", "2016-10-07 18:58:13.521474"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7104], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.522460"], ["updated_at", "2016-10-07 18:58:13.522460"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7105], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.523440"], ["updated_at", "2016-10-07 18:58:13.523440"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7106], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.524340"], ["updated_at", "2016-10-07 18:58:13.524340"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7107], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.525256"], ["updated_at", "2016-10-07 18:58:13.525256"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7108], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.526131"], ["updated_at", "2016-10-07 18:58:13.526131"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7109], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.527038"], ["updated_at", "2016-10-07 18:58:13.527038"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7110], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.539002"], ["updated_at", "2016-10-07 18:58:13.539002"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7111], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.540259"], ["updated_at", "2016-10-07 18:58:13.540259"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7112], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.541358"], ["updated_at", "2016-10-07 18:58:13.541358"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7113], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.542368"], ["updated_at", "2016-10-07 18:58:13.542368"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7114], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.543360"], ["updated_at", "2016-10-07 18:58:13.543360"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7115], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.544351"], ["updated_at", "2016-10-07 18:58:13.544351"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7116], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.545322"], ["updated_at", "2016-10-07 18:58:13.545322"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7117], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.546296"], ["updated_at", "2016-10-07 18:58:13.546296"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7118], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.547263"], ["updated_at", "2016-10-07 18:58:13.547263"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7119], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.548234"], ["updated_at", "2016-10-07 18:58:13.548234"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7120], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.549250"], ["updated_at", "2016-10-07 18:58:13.549250"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7121], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.550221"], ["updated_at", "2016-10-07 18:58:13.550221"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7122], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.551194"], ["updated_at", "2016-10-07 18:58:13.551194"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7123], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.552129"], ["updated_at", "2016-10-07 18:58:13.552129"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7124], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.553083"], ["updated_at", "2016-10-07 18:58:13.553083"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7125], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.554014"], ["updated_at", "2016-10-07 18:58:13.554014"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7126], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.554981"], ["updated_at", "2016-10-07 18:58:13.554981"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7127], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.555948"], ["updated_at", "2016-10-07 18:58:13.555948"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7128], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.556875"], ["updated_at", "2016-10-07 18:58:13.556875"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7129], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.557868"], ["updated_at", "2016-10-07 18:58:13.557868"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7130], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.558859"], ["updated_at", "2016-10-07 18:58:13.558859"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7131], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.559732"], ["updated_at", "2016-10-07 18:58:13.559732"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7132], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.560578"], ["updated_at", "2016-10-07 18:58:13.560578"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7133], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.561406"], ["updated_at", "2016-10-07 18:58:13.561406"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7134], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.562241"], ["updated_at", "2016-10-07 18:58:13.562241"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7135], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.563105"], ["updated_at", "2016-10-07 18:58:13.563105"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7136], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.563938"], ["updated_at", "2016-10-07 18:58:13.563938"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7137], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.564771"], ["updated_at", "2016-10-07 18:58:13.564771"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 43], ["message_id", 7138], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.565599"], ["updated_at", "2016-10-07 18:58:13.565599"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7139], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.566454"], ["updated_at", "2016-10-07 18:58:13.566454"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7140], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.567279"], ["updated_at", "2016-10-07 18:58:13.567279"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7141], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.568098"], ["updated_at", "2016-10-07 18:58:13.568098"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7142], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.568910"], ["updated_at", "2016-10-07 18:58:13.568910"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7143], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.569731"], ["updated_at", "2016-10-07 18:58:13.569731"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7144], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.570565"], ["updated_at", "2016-10-07 18:58:13.570565"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7145], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.571374"], ["updated_at", "2016-10-07 18:58:13.571374"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7146], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.572197"], ["updated_at", "2016-10-07 18:58:13.572197"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7147], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.572994"], ["updated_at", "2016-10-07 18:58:13.572994"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7148], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.573812"], ["updated_at", "2016-10-07 18:58:13.573812"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7149], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.574649"], ["updated_at", "2016-10-07 18:58:13.574649"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7150], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.575452"], ["updated_at", "2016-10-07 18:58:13.575452"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7151], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.576272"], ["updated_at", "2016-10-07 18:58:13.576272"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7152], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.577076"], ["updated_at", "2016-10-07 18:58:13.577076"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7153], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.577894"], ["updated_at", "2016-10-07 18:58:13.577894"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7154], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.578724"], ["updated_at", "2016-10-07 18:58:13.578724"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7155], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.579539"], ["updated_at", "2016-10-07 18:58:13.579539"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7156], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.580385"], ["updated_at", "2016-10-07 18:58:13.580385"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7157], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.581186"], ["updated_at", "2016-10-07 18:58:13.581186"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7158], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.582008"], ["updated_at", "2016-10-07 18:58:13.582008"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7159], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.582906"], ["updated_at", "2016-10-07 18:58:13.582906"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7160], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.583707"], ["updated_at", "2016-10-07 18:58:13.583707"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7161], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.584518"], ["updated_at", "2016-10-07 18:58:13.584518"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7162], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.585307"], ["updated_at", "2016-10-07 18:58:13.585307"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7163], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.586125"], ["updated_at", "2016-10-07 18:58:13.586125"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7164], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.586989"], ["updated_at", "2016-10-07 18:58:13.586989"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7165], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.587804"], ["updated_at", "2016-10-07 18:58:13.587804"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7166], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.588621"], ["updated_at", "2016-10-07 18:58:13.588621"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7167], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.589430"], ["updated_at", "2016-10-07 18:58:13.589430"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7168], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.590236"], ["updated_at", "2016-10-07 18:58:13.590236"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7169], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.591095"], ["updated_at", "2016-10-07 18:58:13.591095"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7170], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.591937"], ["updated_at", "2016-10-07 18:58:13.591937"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7171], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.592752"], ["updated_at", "2016-10-07 18:58:13.592752"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7172], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.593560"], ["updated_at", "2016-10-07 18:58:13.593560"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7173], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.594389"], ["updated_at", "2016-10-07 18:58:13.594389"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7174], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.595219"], ["updated_at", "2016-10-07 18:58:13.595219"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7175], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.596039"], ["updated_at", "2016-10-07 18:58:13.596039"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7176], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.596864"], ["updated_at", "2016-10-07 18:58:13.596864"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7177], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.597665"], ["updated_at", "2016-10-07 18:58:13.597665"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7178], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.598552"], ["updated_at", "2016-10-07 18:58:13.598552"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7179], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.599377"], ["updated_at", "2016-10-07 18:58:13.599377"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7180], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.600190"], ["updated_at", "2016-10-07 18:58:13.600190"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7181], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.601034"], ["updated_at", "2016-10-07 18:58:13.601034"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7182], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.601833"], ["updated_at", "2016-10-07 18:58:13.601833"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7183], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.602701"], ["updated_at", "2016-10-07 18:58:13.602701"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7184], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.603519"], ["updated_at", "2016-10-07 18:58:13.603519"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7185], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.604340"], ["updated_at", "2016-10-07 18:58:13.604340"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7186], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.605151"], ["updated_at", "2016-10-07 18:58:13.605151"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7187], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.605960"], ["updated_at", "2016-10-07 18:58:13.605960"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7188], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.606795"], ["updated_at", "2016-10-07 18:58:13.606795"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7189], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.607604"], ["updated_at", "2016-10-07 18:58:13.607604"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7190], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.608442"], ["updated_at", "2016-10-07 18:58:13.608442"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7191], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.609263"], ["updated_at", "2016-10-07 18:58:13.609263"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7192], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.610075"], ["updated_at", "2016-10-07 18:58:13.610075"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7193], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.610926"], ["updated_at", "2016-10-07 18:58:13.610926"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7194], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.611723"], ["updated_at", "2016-10-07 18:58:13.611723"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7195], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.612539"], ["updated_at", "2016-10-07 18:58:13.612539"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7196], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.613332"], ["updated_at", "2016-10-07 18:58:13.613332"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7197], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.614156"], ["updated_at", "2016-10-07 18:58:13.614156"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7198], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.615020"], ["updated_at", "2016-10-07 18:58:13.615020"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7199], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.615838"], ["updated_at", "2016-10-07 18:58:13.615838"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7200], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.616648"], ["updated_at", "2016-10-07 18:58:13.616648"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7201], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.617446"], ["updated_at", "2016-10-07 18:58:13.617446"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7202], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.618265"], ["updated_at", "2016-10-07 18:58:13.618265"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7203], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.619113"], ["updated_at", "2016-10-07 18:58:13.619113"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7204], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.619917"], ["updated_at", "2016-10-07 18:58:13.619917"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7205], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.620806"], ["updated_at", "2016-10-07 18:58:13.620806"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7206], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.621651"], ["updated_at", "2016-10-07 18:58:13.621651"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7207], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.622475"], ["updated_at", "2016-10-07 18:58:13.622475"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7208], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.623320"], ["updated_at", "2016-10-07 18:58:13.623320"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7209], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.624147"], ["updated_at", "2016-10-07 18:58:13.624147"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7210], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.624985"], ["updated_at", "2016-10-07 18:58:13.624985"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7211], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.625783"], ["updated_at", "2016-10-07 18:58:13.625783"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7212], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.626614"], ["updated_at", "2016-10-07 18:58:13.626614"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7213], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.627413"], ["updated_at", "2016-10-07 18:58:13.627413"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7214], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.628225"], ["updated_at", "2016-10-07 18:58:13.628225"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7215], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.629042"], ["updated_at", "2016-10-07 18:58:13.629042"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7216], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.629837"], ["updated_at", "2016-10-07 18:58:13.629837"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7217], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.630666"], ["updated_at", "2016-10-07 18:58:13.630666"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7218], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.631467"], ["updated_at", "2016-10-07 18:58:13.631467"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7219], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.632311"], ["updated_at", "2016-10-07 18:58:13.632311"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7220], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.633146"], ["updated_at", "2016-10-07 18:58:13.633146"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7221], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.633946"], ["updated_at", "2016-10-07 18:58:13.633946"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7222], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.634765"], ["updated_at", "2016-10-07 18:58:13.634765"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7223], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.635563"], ["updated_at", "2016-10-07 18:58:13.635563"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7224], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.636375"], ["updated_at", "2016-10-07 18:58:13.636375"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7225], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.637221"], ["updated_at", "2016-10-07 18:58:13.637221"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7226], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.638021"], ["updated_at", "2016-10-07 18:58:13.638021"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7227], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.638848"], ["updated_at", "2016-10-07 18:58:13.638848"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7228], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.639649"], ["updated_at", "2016-10-07 18:58:13.639649"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7229], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.640465"], ["updated_at", "2016-10-07 18:58:13.640465"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7230], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.641301"], ["updated_at", "2016-10-07 18:58:13.641301"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7231], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.642105"], ["updated_at", "2016-10-07 18:58:13.642105"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7232], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.642931"], ["updated_at", "2016-10-07 18:58:13.642931"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7233], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.643729"], ["updated_at", "2016-10-07 18:58:13.643729"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7234], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.644552"], ["updated_at", "2016-10-07 18:58:13.644552"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7235], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.645350"], ["updated_at", "2016-10-07 18:58:13.645350"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7236], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.646159"], ["updated_at", "2016-10-07 18:58:13.646159"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7237], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.646977"], ["updated_at", "2016-10-07 18:58:13.646977"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7238], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.647780"], ["updated_at", "2016-10-07 18:58:13.647780"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7239], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.648603"], ["updated_at", "2016-10-07 18:58:13.648603"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7240], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.649409"], ["updated_at", "2016-10-07 18:58:13.649409"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7241], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.650225"], ["updated_at", "2016-10-07 18:58:13.650225"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7242], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.651032"], ["updated_at", "2016-10-07 18:58:13.651032"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7243], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.651853"], ["updated_at", "2016-10-07 18:58:13.651853"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7244], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.652674"], ["updated_at", "2016-10-07 18:58:13.652674"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7245], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.653481"], ["updated_at", "2016-10-07 18:58:13.653481"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7246], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.654295"], ["updated_at", "2016-10-07 18:58:13.654295"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7247], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.655100"], ["updated_at", "2016-10-07 18:58:13.655100"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7248], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.655913"], ["updated_at", "2016-10-07 18:58:13.655913"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7249], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.656729"], ["updated_at", "2016-10-07 18:58:13.656729"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7250], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.657532"], ["updated_at", "2016-10-07 18:58:13.657532"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7251], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.658376"], ["updated_at", "2016-10-07 18:58:13.658376"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7252], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.659176"], ["updated_at", "2016-10-07 18:58:13.659176"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7253], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.659989"], ["updated_at", "2016-10-07 18:58:13.659989"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7254], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.660804"], ["updated_at", "2016-10-07 18:58:13.660804"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7255], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.661609"], ["updated_at", "2016-10-07 18:58:13.661609"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7256], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.662429"], ["updated_at", "2016-10-07 18:58:13.662429"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7257], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.663273"], ["updated_at", "2016-10-07 18:58:13.663273"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7258], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.664110"], ["updated_at", "2016-10-07 18:58:13.664110"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7259], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.664933"], ["updated_at", "2016-10-07 18:58:13.664933"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7260], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.665785"], ["updated_at", "2016-10-07 18:58:13.665785"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7261], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.666621"], ["updated_at", "2016-10-07 18:58:13.666621"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7262], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.667444"], ["updated_at", "2016-10-07 18:58:13.667444"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7263], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.668287"], ["updated_at", "2016-10-07 18:58:13.668287"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7264], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.669127"], ["updated_at", "2016-10-07 18:58:13.669127"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7265], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.669957"], ["updated_at", "2016-10-07 18:58:13.669957"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7266], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.670793"], ["updated_at", "2016-10-07 18:58:13.670793"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7267], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.671595"], ["updated_at", "2016-10-07 18:58:13.671595"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7268], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.672414"], ["updated_at", "2016-10-07 18:58:13.672414"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7269], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.673221"], ["updated_at", "2016-10-07 18:58:13.673221"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7270], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.674048"], ["updated_at", "2016-10-07 18:58:13.674048"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7271], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.674889"], ["updated_at", "2016-10-07 18:58:13.674889"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7272], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.675690"], ["updated_at", "2016-10-07 18:58:13.675690"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7273], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.676507"], ["updated_at", "2016-10-07 18:58:13.676507"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7274], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.677311"], ["updated_at", "2016-10-07 18:58:13.677311"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7275], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.678129"], ["updated_at", "2016-10-07 18:58:13.678129"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7276], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.678972"], ["updated_at", "2016-10-07 18:58:13.678972"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7277], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.679905"], ["updated_at", "2016-10-07 18:58:13.679905"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7278], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.680828"], ["updated_at", "2016-10-07 18:58:13.680828"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7279], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.681735"], ["updated_at", "2016-10-07 18:58:13.681735"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7280], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.682675"], ["updated_at", "2016-10-07 18:58:13.682675"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7281], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.683587"], ["updated_at", "2016-10-07 18:58:13.683587"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7282], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.684478"], ["updated_at", "2016-10-07 18:58:13.684478"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7283], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.685383"], ["updated_at", "2016-10-07 18:58:13.685383"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7284], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.686257"], ["updated_at", "2016-10-07 18:58:13.686257"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7285], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.687146"], ["updated_at", "2016-10-07 18:58:13.687146"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7286], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.687950"], ["updated_at", "2016-10-07 18:58:13.687950"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7287], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.688763"], ["updated_at", "2016-10-07 18:58:13.688763"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7288], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.689588"], ["updated_at", "2016-10-07 18:58:13.689588"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7289], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.690415"], ["updated_at", "2016-10-07 18:58:13.690415"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7290], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.691288"], ["updated_at", "2016-10-07 18:58:13.691288"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7291], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.692099"], ["updated_at", "2016-10-07 18:58:13.692099"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7292], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.692909"], ["updated_at", "2016-10-07 18:58:13.692909"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7293], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.693725"], ["updated_at", "2016-10-07 18:58:13.693725"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7294], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.694542"], ["updated_at", "2016-10-07 18:58:13.694542"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7295], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.695381"], ["updated_at", "2016-10-07 18:58:13.695381"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7296], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.696195"], ["updated_at", "2016-10-07 18:58:13.696195"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7297], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.697007"], ["updated_at", "2016-10-07 18:58:13.697007"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7298], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.697819"], ["updated_at", "2016-10-07 18:58:13.697819"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7299], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.698670"], ["updated_at", "2016-10-07 18:58:13.698670"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7300], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.699490"], ["updated_at", "2016-10-07 18:58:13.699490"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7301], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.700302"], ["updated_at", "2016-10-07 18:58:13.700302"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7302], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.701122"], ["updated_at", "2016-10-07 18:58:13.701122"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7303], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.701945"], ["updated_at", "2016-10-07 18:58:13.701945"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 44], ["message_id", 7304], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.702797"], ["updated_at", "2016-10-07 18:58:13.702797"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7305], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.703635"], ["updated_at", "2016-10-07 18:58:13.703635"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7306], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.704434"], ["updated_at", "2016-10-07 18:58:13.704434"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7307], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.705256"], ["updated_at", "2016-10-07 18:58:13.705256"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7308], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.706071"], ["updated_at", "2016-10-07 18:58:13.706071"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7309], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.707189"], ["updated_at", "2016-10-07 18:58:13.707189"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7310], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.708148"], ["updated_at", "2016-10-07 18:58:13.708148"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7311], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.710138"], ["updated_at", "2016-10-07 18:58:13.710138"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7312], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.711335"], ["updated_at", "2016-10-07 18:58:13.711335"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7313], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.712323"], ["updated_at", "2016-10-07 18:58:13.712323"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7314], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.713253"], ["updated_at", "2016-10-07 18:58:13.713253"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7315], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.714191"], ["updated_at", "2016-10-07 18:58:13.714191"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7316], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.715185"], ["updated_at", "2016-10-07 18:58:13.715185"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7317], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.716118"], ["updated_at", "2016-10-07 18:58:13.716118"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7318], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.716974"], ["updated_at", "2016-10-07 18:58:13.716974"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7319], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.717850"], ["updated_at", "2016-10-07 18:58:13.717850"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7320], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.718760"], ["updated_at", "2016-10-07 18:58:13.718760"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7321], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.719608"], ["updated_at", "2016-10-07 18:58:13.719608"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7322], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.720460"], ["updated_at", "2016-10-07 18:58:13.720460"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7323], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.721327"], ["updated_at", "2016-10-07 18:58:13.721327"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7324], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.722258"], ["updated_at", "2016-10-07 18:58:13.722258"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7325], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.723124"], ["updated_at", "2016-10-07 18:58:13.723124"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7326], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.723965"], ["updated_at", "2016-10-07 18:58:13.723965"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7327], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.724835"], ["updated_at", "2016-10-07 18:58:13.724835"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7328], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.725657"], ["updated_at", "2016-10-07 18:58:13.725657"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7329], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.726482"], ["updated_at", "2016-10-07 18:58:13.726482"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7330], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.727307"], ["updated_at", "2016-10-07 18:58:13.727307"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7331], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.728130"], ["updated_at", "2016-10-07 18:58:13.728130"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7332], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.728956"], ["updated_at", "2016-10-07 18:58:13.728956"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7333], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.729765"], ["updated_at", "2016-10-07 18:58:13.729765"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7334], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.730610"], ["updated_at", "2016-10-07 18:58:13.730610"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7335], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.731435"], ["updated_at", "2016-10-07 18:58:13.731435"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7336], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.732274"], ["updated_at", "2016-10-07 18:58:13.732274"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7337], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.733112"], ["updated_at", "2016-10-07 18:58:13.733112"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7338], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.733927"], ["updated_at", "2016-10-07 18:58:13.733927"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7339], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.734756"], ["updated_at", "2016-10-07 18:58:13.734756"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7340], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.735561"], ["updated_at", "2016-10-07 18:58:13.735561"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7341], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.736399"], ["updated_at", "2016-10-07 18:58:13.736399"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7342], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.737215"], ["updated_at", "2016-10-07 18:58:13.737215"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7343], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.738016"], ["updated_at", "2016-10-07 18:58:13.738016"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7344], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.738846"], ["updated_at", "2016-10-07 18:58:13.738846"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7345], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.739656"], ["updated_at", "2016-10-07 18:58:13.739656"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7346], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.740477"], ["updated_at", "2016-10-07 18:58:13.740477"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7347], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.741294"], ["updated_at", "2016-10-07 18:58:13.741294"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7348], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.742112"], ["updated_at", "2016-10-07 18:58:13.742112"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7349], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.742943"], ["updated_at", "2016-10-07 18:58:13.742943"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7350], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.743755"], ["updated_at", "2016-10-07 18:58:13.743755"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7351], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.744569"], ["updated_at", "2016-10-07 18:58:13.744569"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7352], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.745384"], ["updated_at", "2016-10-07 18:58:13.745384"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7353], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.746217"], ["updated_at", "2016-10-07 18:58:13.746217"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7354], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.747056"], ["updated_at", "2016-10-07 18:58:13.747056"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7355], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.747857"], ["updated_at", "2016-10-07 18:58:13.747857"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7356], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.748681"], ["updated_at", "2016-10-07 18:58:13.748681"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7357], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.749482"], ["updated_at", "2016-10-07 18:58:13.749482"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7358], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.750288"], ["updated_at", "2016-10-07 18:58:13.750288"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7359], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.751108"], ["updated_at", "2016-10-07 18:58:13.751108"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7360], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.751898"], ["updated_at", "2016-10-07 18:58:13.751898"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7361], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.752712"], ["updated_at", "2016-10-07 18:58:13.752712"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7362], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.753526"], ["updated_at", "2016-10-07 18:58:13.753526"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7363], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.754337"], ["updated_at", "2016-10-07 18:58:13.754337"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7364], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.755157"], ["updated_at", "2016-10-07 18:58:13.755157"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7365], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.755958"], ["updated_at", "2016-10-07 18:58:13.755958"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7366], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.756768"], ["updated_at", "2016-10-07 18:58:13.756768"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7367], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.757563"], ["updated_at", "2016-10-07 18:58:13.757563"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7368], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.758379"], ["updated_at", "2016-10-07 18:58:13.758379"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7369], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.759654"], ["updated_at", "2016-10-07 18:58:13.759654"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7370], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.761085"], ["updated_at", "2016-10-07 18:58:13.761085"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7371], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.762315"], ["updated_at", "2016-10-07 18:58:13.762315"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7372], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.763595"], ["updated_at", "2016-10-07 18:58:13.763595"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7373], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.766543"], ["updated_at", "2016-10-07 18:58:13.766543"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7374], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.768526"], ["updated_at", "2016-10-07 18:58:13.768526"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7375], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.771501"], ["updated_at", "2016-10-07 18:58:13.771501"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7376], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.772765"], ["updated_at", "2016-10-07 18:58:13.772765"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7377], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.773768"], ["updated_at", "2016-10-07 18:58:13.773768"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7378], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.774780"], ["updated_at", "2016-10-07 18:58:13.774780"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7379], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.775676"], ["updated_at", "2016-10-07 18:58:13.775676"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7380], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.776576"], ["updated_at", "2016-10-07 18:58:13.776576"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7381], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.777447"], ["updated_at", "2016-10-07 18:58:13.777447"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7382], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.778325"], ["updated_at", "2016-10-07 18:58:13.778325"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7383], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.779206"], ["updated_at", "2016-10-07 18:58:13.779206"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7384], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.780116"], ["updated_at", "2016-10-07 18:58:13.780116"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7385], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.780984"], ["updated_at", "2016-10-07 18:58:13.780984"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7386], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.781960"], ["updated_at", "2016-10-07 18:58:13.781960"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7387], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.783078"], ["updated_at", "2016-10-07 18:58:13.783078"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7388], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.783949"], ["updated_at", "2016-10-07 18:58:13.783949"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7389], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.784788"], ["updated_at", "2016-10-07 18:58:13.784788"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7390], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.785642"], ["updated_at", "2016-10-07 18:58:13.785642"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7391], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.786464"], ["updated_at", "2016-10-07 18:58:13.786464"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7392], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.787343"], ["updated_at", "2016-10-07 18:58:13.787343"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7393], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.788181"], ["updated_at", "2016-10-07 18:58:13.788181"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7394], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.789006"], ["updated_at", "2016-10-07 18:58:13.789006"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7395], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.789852"], ["updated_at", "2016-10-07 18:58:13.789852"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7396], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.790704"], ["updated_at", "2016-10-07 18:58:13.790704"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7397], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.791552"], ["updated_at", "2016-10-07 18:58:13.791552"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7398], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.792382"], ["updated_at", "2016-10-07 18:58:13.792382"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7399], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.793195"], ["updated_at", "2016-10-07 18:58:13.793195"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7400], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.794027"], ["updated_at", "2016-10-07 18:58:13.794027"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7401], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.794852"], ["updated_at", "2016-10-07 18:58:13.794852"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7402], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.795681"], ["updated_at", "2016-10-07 18:58:13.795681"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7403], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.796500"], ["updated_at", "2016-10-07 18:58:13.796500"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7404], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.797348"], ["updated_at", "2016-10-07 18:58:13.797348"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7405], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.798190"], ["updated_at", "2016-10-07 18:58:13.798190"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7406], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.799061"], ["updated_at", "2016-10-07 18:58:13.799061"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7407], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.799881"], ["updated_at", "2016-10-07 18:58:13.799881"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7408], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.800690"], ["updated_at", "2016-10-07 18:58:13.800690"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7409], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.801521"], ["updated_at", "2016-10-07 18:58:13.801521"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7410], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.802334"], ["updated_at", "2016-10-07 18:58:13.802334"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7411], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.803188"], ["updated_at", "2016-10-07 18:58:13.803188"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7412], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.804029"], ["updated_at", "2016-10-07 18:58:13.804029"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7413], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.804855"], ["updated_at", "2016-10-07 18:58:13.804855"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7414], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.805677"], ["updated_at", "2016-10-07 18:58:13.805677"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7415], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.806496"], ["updated_at", "2016-10-07 18:58:13.806496"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7416], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.807385"], ["updated_at", "2016-10-07 18:58:13.807385"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7417], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.808231"], ["updated_at", "2016-10-07 18:58:13.808231"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7418], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.809025"], ["updated_at", "2016-10-07 18:58:13.809025"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7419], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.809838"], ["updated_at", "2016-10-07 18:58:13.809838"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7420], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.810670"], ["updated_at", "2016-10-07 18:58:13.810670"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7421], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.811488"], ["updated_at", "2016-10-07 18:58:13.811488"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7422], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.812312"], ["updated_at", "2016-10-07 18:58:13.812312"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7423], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.813115"], ["updated_at", "2016-10-07 18:58:13.813115"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7424], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.813937"], ["updated_at", "2016-10-07 18:58:13.813937"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7425], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.814773"], ["updated_at", "2016-10-07 18:58:13.814773"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7426], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.815612"], ["updated_at", "2016-10-07 18:58:13.815612"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7427], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.816433"], ["updated_at", "2016-10-07 18:58:13.816433"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7428], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.817230"], ["updated_at", "2016-10-07 18:58:13.817230"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7429], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.818041"], ["updated_at", "2016-10-07 18:58:13.818041"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7430], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.818852"], ["updated_at", "2016-10-07 18:58:13.818852"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7431], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.819676"], ["updated_at", "2016-10-07 18:58:13.819676"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7432], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.820494"], ["updated_at", "2016-10-07 18:58:13.820494"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7433], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.821301"], ["updated_at", "2016-10-07 18:58:13.821301"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7434], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.822156"], ["updated_at", "2016-10-07 18:58:13.822156"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7435], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.823027"], ["updated_at", "2016-10-07 18:58:13.823027"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7436], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.823857"], ["updated_at", "2016-10-07 18:58:13.823857"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7437], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.824702"], ["updated_at", "2016-10-07 18:58:13.824702"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7438], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.825497"], ["updated_at", "2016-10-07 18:58:13.825497"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7439], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.826316"], ["updated_at", "2016-10-07 18:58:13.826316"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7440], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.827144"], ["updated_at", "2016-10-07 18:58:13.827144"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7441], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.827965"], ["updated_at", "2016-10-07 18:58:13.827965"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7442], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.828776"], ["updated_at", "2016-10-07 18:58:13.828776"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7443], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.829601"], ["updated_at", "2016-10-07 18:58:13.829601"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7444], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.830419"], ["updated_at", "2016-10-07 18:58:13.830419"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7445], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.831233"], ["updated_at", "2016-10-07 18:58:13.831233"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7446], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.832062"], ["updated_at", "2016-10-07 18:58:13.832062"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7447], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.832883"], ["updated_at", "2016-10-07 18:58:13.832883"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7448], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.833684"], ["updated_at", "2016-10-07 18:58:13.833684"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7449], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.834506"], ["updated_at", "2016-10-07 18:58:13.834506"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7450], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.835319"], ["updated_at", "2016-10-07 18:58:13.835319"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7451], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.836138"], ["updated_at", "2016-10-07 18:58:13.836138"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7452], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.836941"], ["updated_at", "2016-10-07 18:58:13.836941"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7453], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.837764"], ["updated_at", "2016-10-07 18:58:13.837764"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7454], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.838609"], ["updated_at", "2016-10-07 18:58:13.838609"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7455], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.839407"], ["updated_at", "2016-10-07 18:58:13.839407"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7456], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.840225"], ["updated_at", "2016-10-07 18:58:13.840225"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7457], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.841119"], ["updated_at", "2016-10-07 18:58:13.841119"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7458], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.841943"], ["updated_at", "2016-10-07 18:58:13.841943"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7459], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.842789"], ["updated_at", "2016-10-07 18:58:13.842789"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7460], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.843637"], ["updated_at", "2016-10-07 18:58:13.843637"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7461], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.844469"], ["updated_at", "2016-10-07 18:58:13.844469"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7462], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.845269"], ["updated_at", "2016-10-07 18:58:13.845269"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7463], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.846100"], ["updated_at", "2016-10-07 18:58:13.846100"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7464], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.846973"], ["updated_at", "2016-10-07 18:58:13.846973"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7465], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.847784"], ["updated_at", "2016-10-07 18:58:13.847784"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7466], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.848621"], ["updated_at", "2016-10-07 18:58:13.848621"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7467], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.849439"], ["updated_at", "2016-10-07 18:58:13.849439"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7468], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.850248"], ["updated_at", "2016-10-07 18:58:13.850248"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7469], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.851089"], ["updated_at", "2016-10-07 18:58:13.851089"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 45], ["message_id", 7470], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.851907"], ["updated_at", "2016-10-07 18:58:13.851907"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7471], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.852732"], ["updated_at", "2016-10-07 18:58:13.852732"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7472], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.853534"], ["updated_at", "2016-10-07 18:58:13.853534"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7473], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.854348"], ["updated_at", "2016-10-07 18:58:13.854348"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7474], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.855194"], ["updated_at", "2016-10-07 18:58:13.855194"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7475], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.856023"], ["updated_at", "2016-10-07 18:58:13.856023"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7476], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.856852"], ["updated_at", "2016-10-07 18:58:13.856852"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7477], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.857669"], ["updated_at", "2016-10-07 18:58:13.857669"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7478], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.858497"], ["updated_at", "2016-10-07 18:58:13.858497"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7479], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.859333"], ["updated_at", "2016-10-07 18:58:13.859333"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7480], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.860150"], ["updated_at", "2016-10-07 18:58:13.860150"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7481], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.860965"], ["updated_at", "2016-10-07 18:58:13.860965"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7482], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.861761"], ["updated_at", "2016-10-07 18:58:13.861761"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7483], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.862626"], ["updated_at", "2016-10-07 18:58:13.862626"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7484], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.863436"], ["updated_at", "2016-10-07 18:58:13.863436"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7485], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.864253"], ["updated_at", "2016-10-07 18:58:13.864253"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7486], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.865060"], ["updated_at", "2016-10-07 18:58:13.865060"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7487], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.865886"], ["updated_at", "2016-10-07 18:58:13.865886"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7488], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.866758"], ["updated_at", "2016-10-07 18:58:13.866758"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7489], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.867560"], ["updated_at", "2016-10-07 18:58:13.867560"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7490], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.868391"], ["updated_at", "2016-10-07 18:58:13.868391"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7491], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.869217"], ["updated_at", "2016-10-07 18:58:13.869217"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7492], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.870015"], ["updated_at", "2016-10-07 18:58:13.870015"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7493], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.870837"], ["updated_at", "2016-10-07 18:58:13.870837"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7494], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.871654"], ["updated_at", "2016-10-07 18:58:13.871654"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7495], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.872475"], ["updated_at", "2016-10-07 18:58:13.872475"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7496], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.873291"], ["updated_at", "2016-10-07 18:58:13.873291"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7497], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.874099"], ["updated_at", "2016-10-07 18:58:13.874099"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7498], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.874960"], ["updated_at", "2016-10-07 18:58:13.874960"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7499], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.875769"], ["updated_at", "2016-10-07 18:58:13.875769"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7500], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.876580"], ["updated_at", "2016-10-07 18:58:13.876580"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7501], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.877380"], ["updated_at", "2016-10-07 18:58:13.877380"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7502], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.878202"], ["updated_at", "2016-10-07 18:58:13.878202"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7503], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.879024"], ["updated_at", "2016-10-07 18:58:13.879024"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7504], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.879972"], ["updated_at", "2016-10-07 18:58:13.879972"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7505], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.880833"], ["updated_at", "2016-10-07 18:58:13.880833"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7506], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.881689"], ["updated_at", "2016-10-07 18:58:13.881689"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7507], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.882556"], ["updated_at", "2016-10-07 18:58:13.882556"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7508], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.883413"], ["updated_at", "2016-10-07 18:58:13.883413"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7509], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.884264"], ["updated_at", "2016-10-07 18:58:13.884264"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7510], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.885088"], ["updated_at", "2016-10-07 18:58:13.885088"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7511], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.885902"], ["updated_at", "2016-10-07 18:58:13.885902"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7512], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.886743"], ["updated_at", "2016-10-07 18:58:13.886743"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7513], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.887554"], ["updated_at", "2016-10-07 18:58:13.887554"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7514], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.888385"], ["updated_at", "2016-10-07 18:58:13.888385"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7515], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.889225"], ["updated_at", "2016-10-07 18:58:13.889225"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7516], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.890025"], ["updated_at", "2016-10-07 18:58:13.890025"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7517], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.890856"], ["updated_at", "2016-10-07 18:58:13.890856"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7518], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.891683"], ["updated_at", "2016-10-07 18:58:13.891683"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7519], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.892485"], ["updated_at", "2016-10-07 18:58:13.892485"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7520], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.893309"], ["updated_at", "2016-10-07 18:58:13.893309"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7521], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.894110"], ["updated_at", "2016-10-07 18:58:13.894110"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7522], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.894960"], ["updated_at", "2016-10-07 18:58:13.894960"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7523], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.895765"], ["updated_at", "2016-10-07 18:58:13.895765"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7524], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.896586"], ["updated_at", "2016-10-07 18:58:13.896586"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7525], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.897423"], ["updated_at", "2016-10-07 18:58:13.897423"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7526], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.898222"], ["updated_at", "2016-10-07 18:58:13.898222"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7527], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.899095"], ["updated_at", "2016-10-07 18:58:13.899095"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7528], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.899898"], ["updated_at", "2016-10-07 18:58:13.899898"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7529], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.900713"], ["updated_at", "2016-10-07 18:58:13.900713"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7530], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.901524"], ["updated_at", "2016-10-07 18:58:13.901524"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7531], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.902341"], ["updated_at", "2016-10-07 18:58:13.902341"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7532], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.903208"], ["updated_at", "2016-10-07 18:58:13.903208"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7533], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.904048"], ["updated_at", "2016-10-07 18:58:13.904048"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7534], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.904889"], ["updated_at", "2016-10-07 18:58:13.904889"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7535], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.905749"], ["updated_at", "2016-10-07 18:58:13.905749"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7536], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.906605"], ["updated_at", "2016-10-07 18:58:13.906605"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7537], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.907447"], ["updated_at", "2016-10-07 18:58:13.907447"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7538], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.908262"], ["updated_at", "2016-10-07 18:58:13.908262"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7539], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.909087"], ["updated_at", "2016-10-07 18:58:13.909087"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7540], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.909890"], ["updated_at", "2016-10-07 18:58:13.909890"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7541], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.910738"], ["updated_at", "2016-10-07 18:58:13.910738"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7542], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.911565"], ["updated_at", "2016-10-07 18:58:13.911565"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7543], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.912368"], ["updated_at", "2016-10-07 18:58:13.912368"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7544], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.913216"], ["updated_at", "2016-10-07 18:58:13.913216"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7545], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.914025"], ["updated_at", "2016-10-07 18:58:13.914025"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7546], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.914868"], ["updated_at", "2016-10-07 18:58:13.914868"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7547], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.915709"], ["updated_at", "2016-10-07 18:58:13.915709"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7548], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.916512"], ["updated_at", "2016-10-07 18:58:13.916512"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7549], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.917328"], ["updated_at", "2016-10-07 18:58:13.917328"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7550], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.918125"], ["updated_at", "2016-10-07 18:58:13.918125"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7551], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.918994"], ["updated_at", "2016-10-07 18:58:13.918994"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7552], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.919806"], ["updated_at", "2016-10-07 18:58:13.919806"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7553], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.920611"], ["updated_at", "2016-10-07 18:58:13.920611"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7554], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.921423"], ["updated_at", "2016-10-07 18:58:13.921423"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7555], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.922230"], ["updated_at", "2016-10-07 18:58:13.922230"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7556], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.923172"], ["updated_at", "2016-10-07 18:58:13.923172"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7557], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.924085"], ["updated_at", "2016-10-07 18:58:13.924085"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7558], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.924999"], ["updated_at", "2016-10-07 18:58:13.924999"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7559], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.925927"], ["updated_at", "2016-10-07 18:58:13.925927"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7560], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.926827"], ["updated_at", "2016-10-07 18:58:13.926827"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7561], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.927728"], ["updated_at", "2016-10-07 18:58:13.927728"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7562], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.928624"], ["updated_at", "2016-10-07 18:58:13.928624"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7563], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.929509"], ["updated_at", "2016-10-07 18:58:13.929509"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7564], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.930394"], ["updated_at", "2016-10-07 18:58:13.930394"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7565], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.931295"], ["updated_at", "2016-10-07 18:58:13.931295"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7566], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.932217"], ["updated_at", "2016-10-07 18:58:13.932217"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7567], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.933094"], ["updated_at", "2016-10-07 18:58:13.933094"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7568], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.933983"], ["updated_at", "2016-10-07 18:58:13.933983"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7569], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.934891"], ["updated_at", "2016-10-07 18:58:13.934891"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7570], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.935756"], ["updated_at", "2016-10-07 18:58:13.935756"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7571], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.936649"], ["updated_at", "2016-10-07 18:58:13.936649"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7572], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.937520"], ["updated_at", "2016-10-07 18:58:13.937520"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7573], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.938414"], ["updated_at", "2016-10-07 18:58:13.938414"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7574], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.939298"], ["updated_at", "2016-10-07 18:58:13.939298"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7575], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.940188"], ["updated_at", "2016-10-07 18:58:13.940188"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7576], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.941106"], ["updated_at", "2016-10-07 18:58:13.941106"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7577], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.941978"], ["updated_at", "2016-10-07 18:58:13.941978"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7578], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.942879"], ["updated_at", "2016-10-07 18:58:13.942879"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7579], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.943767"], ["updated_at", "2016-10-07 18:58:13.943767"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7580], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.944633"], ["updated_at", "2016-10-07 18:58:13.944633"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7581], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.945524"], ["updated_at", "2016-10-07 18:58:13.945524"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7582], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.946408"], ["updated_at", "2016-10-07 18:58:13.946408"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7583], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.947307"], ["updated_at", "2016-10-07 18:58:13.947307"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7584], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.948176"], ["updated_at", "2016-10-07 18:58:13.948176"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7585], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.949100"], ["updated_at", "2016-10-07 18:58:13.949100"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7586], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.949989"], ["updated_at", "2016-10-07 18:58:13.949989"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7587], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.950863"], ["updated_at", "2016-10-07 18:58:13.950863"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7588], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.951766"], ["updated_at", "2016-10-07 18:58:13.951766"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7589], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.952671"], ["updated_at", "2016-10-07 18:58:13.952671"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7590], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.953812"], ["updated_at", "2016-10-07 18:58:13.953812"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7591], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.954988"], ["updated_at", "2016-10-07 18:58:13.954988"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7592], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.956019"], ["updated_at", "2016-10-07 18:58:13.956019"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7593], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.957047"], ["updated_at", "2016-10-07 18:58:13.957047"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7594], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.958079"], ["updated_at", "2016-10-07 18:58:13.958079"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7595], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.959080"], ["updated_at", "2016-10-07 18:58:13.959080"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7596], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.960123"], ["updated_at", "2016-10-07 18:58:13.960123"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7597], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.961022"], ["updated_at", "2016-10-07 18:58:13.961022"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7598], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.961924"], ["updated_at", "2016-10-07 18:58:13.961924"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7599], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.962798"], ["updated_at", "2016-10-07 18:58:13.962798"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7600], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.963662"], ["updated_at", "2016-10-07 18:58:13.963662"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7601], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.964510"], ["updated_at", "2016-10-07 18:58:13.964510"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7602], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.965406"], ["updated_at", "2016-10-07 18:58:13.965406"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7603], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.966259"], ["updated_at", "2016-10-07 18:58:13.966259"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7604], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.967106"], ["updated_at", "2016-10-07 18:58:13.967106"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7605], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.968018"], ["updated_at", "2016-10-07 18:58:13.968018"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7606], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.968922"], ["updated_at", "2016-10-07 18:58:13.968922"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7607], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.969759"], ["updated_at", "2016-10-07 18:58:13.969759"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7608], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.970645"], ["updated_at", "2016-10-07 18:58:13.970645"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7609], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.971490"], ["updated_at", "2016-10-07 18:58:13.971490"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7610], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.972333"], ["updated_at", "2016-10-07 18:58:13.972333"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7611], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.973152"], ["updated_at", "2016-10-07 18:58:13.973152"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7612], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.973986"], ["updated_at", "2016-10-07 18:58:13.973986"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7613], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.974889"], ["updated_at", "2016-10-07 18:58:13.974889"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7614], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.975734"], ["updated_at", "2016-10-07 18:58:13.975734"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7615], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.976580"], ["updated_at", "2016-10-07 18:58:13.976580"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7616], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.977387"], ["updated_at", "2016-10-07 18:58:13.977387"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7617], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.978206"], ["updated_at", "2016-10-07 18:58:13.978206"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7618], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.979081"], ["updated_at", "2016-10-07 18:58:13.979081"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7619], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.979891"], ["updated_at", "2016-10-07 18:58:13.979891"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7620], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.980738"], ["updated_at", "2016-10-07 18:58:13.980738"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7621], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.981557"], ["updated_at", "2016-10-07 18:58:13.981557"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7622], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.982408"], ["updated_at", "2016-10-07 18:58:13.982408"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7623], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.983321"], ["updated_at", "2016-10-07 18:58:13.983321"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7624], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.984132"], ["updated_at", "2016-10-07 18:58:13.984132"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7625], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.984956"], ["updated_at", "2016-10-07 18:58:13.984956"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7626], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.985777"], ["updated_at", "2016-10-07 18:58:13.985777"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7627], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.986634"], ["updated_at", "2016-10-07 18:58:13.986634"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7628], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.987439"], ["updated_at", "2016-10-07 18:58:13.987439"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7629], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.988257"], ["updated_at", "2016-10-07 18:58:13.988257"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7630], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.989087"], ["updated_at", "2016-10-07 18:58:13.989087"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7631], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.989920"], ["updated_at", "2016-10-07 18:58:13.989920"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7632], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.990779"], ["updated_at", "2016-10-07 18:58:13.990779"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7633], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.991599"], ["updated_at", "2016-10-07 18:58:13.991599"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7634], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.992429"], ["updated_at", "2016-10-07 18:58:13.992429"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7635], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.993250"], ["updated_at", "2016-10-07 18:58:13.993250"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 46], ["message_id", 7636], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.994050"], ["updated_at", "2016-10-07 18:58:13.994050"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7637], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.994884"], ["updated_at", "2016-10-07 18:58:13.994884"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7638], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.995701"], ["updated_at", "2016-10-07 18:58:13.995701"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7639], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.996523"], ["updated_at", "2016-10-07 18:58:13.996523"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7640], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.997347"], ["updated_at", "2016-10-07 18:58:13.997347"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7641], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.998173"], ["updated_at", "2016-10-07 18:58:13.998173"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7642], ["status", "sent"], ["created_at", "2016-10-07 18:58:13.999133"], ["updated_at", "2016-10-07 18:58:13.999133"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7643], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.000042"], ["updated_at", "2016-10-07 18:58:14.000042"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7644], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.000897"], ["updated_at", "2016-10-07 18:58:14.000897"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7645], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.001727"], ["updated_at", "2016-10-07 18:58:14.001727"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7646], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.002622"], ["updated_at", "2016-10-07 18:58:14.002622"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7647], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.003470"], ["updated_at", "2016-10-07 18:58:14.003470"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7648], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.004288"], ["updated_at", "2016-10-07 18:58:14.004288"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7649], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.005115"], ["updated_at", "2016-10-07 18:58:14.005115"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7650], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.005970"], ["updated_at", "2016-10-07 18:58:14.005970"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7651], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.006812"], ["updated_at", "2016-10-07 18:58:14.006812"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7652], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.007709"], ["updated_at", "2016-10-07 18:58:14.007709"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7653], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.008531"], ["updated_at", "2016-10-07 18:58:14.008531"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7654], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.009352"], ["updated_at", "2016-10-07 18:58:14.009352"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7655], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.010156"], ["updated_at", "2016-10-07 18:58:14.010156"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7656], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.011024"], ["updated_at", "2016-10-07 18:58:14.011024"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7657], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.011849"], ["updated_at", "2016-10-07 18:58:14.011849"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7658], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.012650"], ["updated_at", "2016-10-07 18:58:14.012650"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7659], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.013488"], ["updated_at", "2016-10-07 18:58:14.013488"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7660], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.014293"], ["updated_at", "2016-10-07 18:58:14.014293"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7661], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.015165"], ["updated_at", "2016-10-07 18:58:14.015165"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7662], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.015990"], ["updated_at", "2016-10-07 18:58:14.015990"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7663], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.016792"], ["updated_at", "2016-10-07 18:58:14.016792"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7664], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.017600"], ["updated_at", "2016-10-07 18:58:14.017600"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7665], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.018403"], ["updated_at", "2016-10-07 18:58:14.018403"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7666], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.019273"], ["updated_at", "2016-10-07 18:58:14.019273"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7667], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.020095"], ["updated_at", "2016-10-07 18:58:14.020095"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7668], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.020894"], ["updated_at", "2016-10-07 18:58:14.020894"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7669], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.021723"], ["updated_at", "2016-10-07 18:58:14.021723"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7670], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.022544"], ["updated_at", "2016-10-07 18:58:14.022544"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7671], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.023434"], ["updated_at", "2016-10-07 18:58:14.023434"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7672], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.024296"], ["updated_at", "2016-10-07 18:58:14.024296"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7673], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.025127"], ["updated_at", "2016-10-07 18:58:14.025127"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7674], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.025950"], ["updated_at", "2016-10-07 18:58:14.025950"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7675], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.026787"], ["updated_at", "2016-10-07 18:58:14.026787"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7676], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.027610"], ["updated_at", "2016-10-07 18:58:14.027610"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7677], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.028428"], ["updated_at", "2016-10-07 18:58:14.028428"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7678], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.029222"], ["updated_at", "2016-10-07 18:58:14.029222"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7679], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.030049"], ["updated_at", "2016-10-07 18:58:14.030049"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7680], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.030854"], ["updated_at", "2016-10-07 18:58:14.030854"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7681], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.031717"], ["updated_at", "2016-10-07 18:58:14.031717"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7682], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.032536"], ["updated_at", "2016-10-07 18:58:14.032536"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7683], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.033357"], ["updated_at", "2016-10-07 18:58:14.033357"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7684], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.034187"], ["updated_at", "2016-10-07 18:58:14.034187"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7685], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.034994"], ["updated_at", "2016-10-07 18:58:14.034994"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7686], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.035812"], ["updated_at", "2016-10-07 18:58:14.035812"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7687], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.036609"], ["updated_at", "2016-10-07 18:58:14.036609"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7688], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.037425"], ["updated_at", "2016-10-07 18:58:14.037425"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7689], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.038250"], ["updated_at", "2016-10-07 18:58:14.038250"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7690], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.039052"], ["updated_at", "2016-10-07 18:58:14.039052"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7691], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.039868"], ["updated_at", "2016-10-07 18:58:14.039868"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7692], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.040710"], ["updated_at", "2016-10-07 18:58:14.040710"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7693], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.041861"], ["updated_at", "2016-10-07 18:58:14.041861"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7694], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.042993"], ["updated_at", "2016-10-07 18:58:14.042993"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7695], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.044764"], ["updated_at", "2016-10-07 18:58:14.044764"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7696], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.046305"], ["updated_at", "2016-10-07 18:58:14.046305"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7697], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.049349"], ["updated_at", "2016-10-07 18:58:14.049349"]] SQL (0.5ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7698], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.051667"], ["updated_at", "2016-10-07 18:58:14.051667"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7699], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.055057"], ["updated_at", "2016-10-07 18:58:14.055057"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7700], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.057463"], ["updated_at", "2016-10-07 18:58:14.057463"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7701], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.059367"], ["updated_at", "2016-10-07 18:58:14.059367"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7702], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.060432"], ["updated_at", "2016-10-07 18:58:14.060432"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7703], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.061456"], ["updated_at", "2016-10-07 18:58:14.061456"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7704], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.062460"], ["updated_at", "2016-10-07 18:58:14.062460"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7705], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.063451"], ["updated_at", "2016-10-07 18:58:14.063451"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7706], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.064446"], ["updated_at", "2016-10-07 18:58:14.064446"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7707], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.065495"], ["updated_at", "2016-10-07 18:58:14.065495"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7708], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.066713"], ["updated_at", "2016-10-07 18:58:14.066713"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7709], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.069545"], ["updated_at", "2016-10-07 18:58:14.069545"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7710], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.071031"], ["updated_at", "2016-10-07 18:58:14.071031"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7711], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.071998"], ["updated_at", "2016-10-07 18:58:14.071998"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7712], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.072914"], ["updated_at", "2016-10-07 18:58:14.072914"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7713], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.073854"], ["updated_at", "2016-10-07 18:58:14.073854"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7714], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.074773"], ["updated_at", "2016-10-07 18:58:14.074773"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7715], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.075655"], ["updated_at", "2016-10-07 18:58:14.075655"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7716], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.076534"], ["updated_at", "2016-10-07 18:58:14.076534"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7717], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.077395"], ["updated_at", "2016-10-07 18:58:14.077395"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7718], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.078250"], ["updated_at", "2016-10-07 18:58:14.078250"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7719], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.079124"], ["updated_at", "2016-10-07 18:58:14.079124"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7720], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.080076"], ["updated_at", "2016-10-07 18:58:14.080076"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7721], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.080959"], ["updated_at", "2016-10-07 18:58:14.080959"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7722], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.082068"], ["updated_at", "2016-10-07 18:58:14.082068"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7723], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.083021"], ["updated_at", "2016-10-07 18:58:14.083021"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7724], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.083875"], ["updated_at", "2016-10-07 18:58:14.083875"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7725], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.084727"], ["updated_at", "2016-10-07 18:58:14.084727"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7726], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.085560"], ["updated_at", "2016-10-07 18:58:14.085560"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7727], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.086405"], ["updated_at", "2016-10-07 18:58:14.086405"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7728], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.087315"], ["updated_at", "2016-10-07 18:58:14.087315"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7729], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.088139"], ["updated_at", "2016-10-07 18:58:14.088139"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7730], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.088980"], ["updated_at", "2016-10-07 18:58:14.088980"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7731], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.089810"], ["updated_at", "2016-10-07 18:58:14.089810"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7732], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.090663"], ["updated_at", "2016-10-07 18:58:14.090663"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7733], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.091506"], ["updated_at", "2016-10-07 18:58:14.091506"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7734], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.092325"], ["updated_at", "2016-10-07 18:58:14.092325"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7735], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.093151"], ["updated_at", "2016-10-07 18:58:14.093151"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7736], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.093958"], ["updated_at", "2016-10-07 18:58:14.093958"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7737], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.094791"], ["updated_at", "2016-10-07 18:58:14.094791"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7738], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.095619"], ["updated_at", "2016-10-07 18:58:14.095619"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7739], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.096419"], ["updated_at", "2016-10-07 18:58:14.096419"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7740], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.097235"], ["updated_at", "2016-10-07 18:58:14.097235"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7741], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.098052"], ["updated_at", "2016-10-07 18:58:14.098052"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7742], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.098901"], ["updated_at", "2016-10-07 18:58:14.098901"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7743], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.099738"], ["updated_at", "2016-10-07 18:58:14.099738"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7744], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.100560"], ["updated_at", "2016-10-07 18:58:14.100560"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7745], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.101377"], ["updated_at", "2016-10-07 18:58:14.101377"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7746], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.102171"], ["updated_at", "2016-10-07 18:58:14.102171"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7747], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.103065"], ["updated_at", "2016-10-07 18:58:14.103065"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7748], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.103878"], ["updated_at", "2016-10-07 18:58:14.103878"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7749], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.104680"], ["updated_at", "2016-10-07 18:58:14.104680"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7750], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.105490"], ["updated_at", "2016-10-07 18:58:14.105490"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7751], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.106314"], ["updated_at", "2016-10-07 18:58:14.106314"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7752], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.107215"], ["updated_at", "2016-10-07 18:58:14.107215"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7753], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.108047"], ["updated_at", "2016-10-07 18:58:14.108047"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7754], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.108867"], ["updated_at", "2016-10-07 18:58:14.108867"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7755], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.109719"], ["updated_at", "2016-10-07 18:58:14.109719"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7756], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.110540"], ["updated_at", "2016-10-07 18:58:14.110540"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7757], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.111375"], ["updated_at", "2016-10-07 18:58:14.111375"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7758], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.112201"], ["updated_at", "2016-10-07 18:58:14.112201"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7759], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.113035"], ["updated_at", "2016-10-07 18:58:14.113035"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7760], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.113852"], ["updated_at", "2016-10-07 18:58:14.113852"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7761], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.114694"], ["updated_at", "2016-10-07 18:58:14.114694"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7762], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.115528"], ["updated_at", "2016-10-07 18:58:14.115528"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7763], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.116325"], ["updated_at", "2016-10-07 18:58:14.116325"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7764], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.117136"], ["updated_at", "2016-10-07 18:58:14.117136"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7765], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.117967"], ["updated_at", "2016-10-07 18:58:14.117967"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7766], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.118780"], ["updated_at", "2016-10-07 18:58:14.118780"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7767], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.119594"], ["updated_at", "2016-10-07 18:58:14.119594"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7768], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.120395"], ["updated_at", "2016-10-07 18:58:14.120395"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7769], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.121249"], ["updated_at", "2016-10-07 18:58:14.121249"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7770], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.122047"], ["updated_at", "2016-10-07 18:58:14.122047"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7771], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.122874"], ["updated_at", "2016-10-07 18:58:14.122874"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7772], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.123695"], ["updated_at", "2016-10-07 18:58:14.123695"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7773], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.124656"], ["updated_at", "2016-10-07 18:58:14.124656"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7774], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.125574"], ["updated_at", "2016-10-07 18:58:14.125574"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7775], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.126481"], ["updated_at", "2016-10-07 18:58:14.126481"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7776], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.127418"], ["updated_at", "2016-10-07 18:58:14.127418"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7777], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.128317"], ["updated_at", "2016-10-07 18:58:14.128317"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7778], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.129190"], ["updated_at", "2016-10-07 18:58:14.129190"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7779], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.130088"], ["updated_at", "2016-10-07 18:58:14.130088"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7780], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.130990"], ["updated_at", "2016-10-07 18:58:14.130990"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7781], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.131906"], ["updated_at", "2016-10-07 18:58:14.131906"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7782], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.132810"], ["updated_at", "2016-10-07 18:58:14.132810"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7783], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.133676"], ["updated_at", "2016-10-07 18:58:14.133676"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7784], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.134590"], ["updated_at", "2016-10-07 18:58:14.134590"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7785], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.135477"], ["updated_at", "2016-10-07 18:58:14.135477"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7786], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.136370"], ["updated_at", "2016-10-07 18:58:14.136370"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7787], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.137262"], ["updated_at", "2016-10-07 18:58:14.137262"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7788], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.138137"], ["updated_at", "2016-10-07 18:58:14.138137"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7789], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.139043"], ["updated_at", "2016-10-07 18:58:14.139043"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7790], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.139926"], ["updated_at", "2016-10-07 18:58:14.139926"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7791], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.140858"], ["updated_at", "2016-10-07 18:58:14.140858"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7792], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.141727"], ["updated_at", "2016-10-07 18:58:14.141727"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7793], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.142631"], ["updated_at", "2016-10-07 18:58:14.142631"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7794], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.143519"], ["updated_at", "2016-10-07 18:58:14.143519"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7795], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.144396"], ["updated_at", "2016-10-07 18:58:14.144396"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7796], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.145295"], ["updated_at", "2016-10-07 18:58:14.145295"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7797], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.146182"], ["updated_at", "2016-10-07 18:58:14.146182"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7798], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.147086"], ["updated_at", "2016-10-07 18:58:14.147086"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7799], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.148003"], ["updated_at", "2016-10-07 18:58:14.148003"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7800], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.148935"], ["updated_at", "2016-10-07 18:58:14.148935"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7801], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.149831"], ["updated_at", "2016-10-07 18:58:14.149831"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 47], ["message_id", 7802], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.150749"], ["updated_at", "2016-10-07 18:58:14.150749"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7803], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.151668"], ["updated_at", "2016-10-07 18:58:14.151668"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7804], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.152560"], ["updated_at", "2016-10-07 18:58:14.152560"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7805], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.153466"], ["updated_at", "2016-10-07 18:58:14.153466"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7806], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.154359"], ["updated_at", "2016-10-07 18:58:14.154359"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7807], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.155275"], ["updated_at", "2016-10-07 18:58:14.155275"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7808], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.156193"], ["updated_at", "2016-10-07 18:58:14.156193"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7809], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.157087"], ["updated_at", "2016-10-07 18:58:14.157087"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7810], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.158000"], ["updated_at", "2016-10-07 18:58:14.158000"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7811], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.158925"], ["updated_at", "2016-10-07 18:58:14.158925"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7812], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.159816"], ["updated_at", "2016-10-07 18:58:14.159816"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7813], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.160712"], ["updated_at", "2016-10-07 18:58:14.160712"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7814], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.161635"], ["updated_at", "2016-10-07 18:58:14.161635"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7815], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.162553"], ["updated_at", "2016-10-07 18:58:14.162553"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7816], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.163447"], ["updated_at", "2016-10-07 18:58:14.163447"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7817], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.164338"], ["updated_at", "2016-10-07 18:58:14.164338"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7818], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.165258"], ["updated_at", "2016-10-07 18:58:14.165258"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7819], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.166162"], ["updated_at", "2016-10-07 18:58:14.166162"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7820], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.167069"], ["updated_at", "2016-10-07 18:58:14.167069"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7821], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.167962"], ["updated_at", "2016-10-07 18:58:14.167962"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7822], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.168851"], ["updated_at", "2016-10-07 18:58:14.168851"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7823], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.169754"], ["updated_at", "2016-10-07 18:58:14.169754"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7824], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.170663"], ["updated_at", "2016-10-07 18:58:14.170663"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7825], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.171555"], ["updated_at", "2016-10-07 18:58:14.171555"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7826], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.172456"], ["updated_at", "2016-10-07 18:58:14.172456"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7827], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.173360"], ["updated_at", "2016-10-07 18:58:14.173360"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7828], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.174264"], ["updated_at", "2016-10-07 18:58:14.174264"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7829], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.175169"], ["updated_at", "2016-10-07 18:58:14.175169"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7830], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.176070"], ["updated_at", "2016-10-07 18:58:14.176070"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7831], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.176981"], ["updated_at", "2016-10-07 18:58:14.176981"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7832], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.177873"], ["updated_at", "2016-10-07 18:58:14.177873"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7833], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.178807"], ["updated_at", "2016-10-07 18:58:14.178807"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7834], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.179717"], ["updated_at", "2016-10-07 18:58:14.179717"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7835], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.180625"], ["updated_at", "2016-10-07 18:58:14.180625"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7836], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.181529"], ["updated_at", "2016-10-07 18:58:14.181529"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7837], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.182444"], ["updated_at", "2016-10-07 18:58:14.182444"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7838], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.183362"], ["updated_at", "2016-10-07 18:58:14.183362"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7839], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.184270"], ["updated_at", "2016-10-07 18:58:14.184270"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7840], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.185160"], ["updated_at", "2016-10-07 18:58:14.185160"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7841], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.186048"], ["updated_at", "2016-10-07 18:58:14.186048"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7842], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.186972"], ["updated_at", "2016-10-07 18:58:14.186972"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7843], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.187873"], ["updated_at", "2016-10-07 18:58:14.187873"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7844], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.188762"], ["updated_at", "2016-10-07 18:58:14.188762"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7845], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.189652"], ["updated_at", "2016-10-07 18:58:14.189652"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7846], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.190565"], ["updated_at", "2016-10-07 18:58:14.190565"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7847], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.191475"], ["updated_at", "2016-10-07 18:58:14.191475"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7848], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.192360"], ["updated_at", "2016-10-07 18:58:14.192360"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7849], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.193258"], ["updated_at", "2016-10-07 18:58:14.193258"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7850], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.194214"], ["updated_at", "2016-10-07 18:58:14.194214"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7851], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.195190"], ["updated_at", "2016-10-07 18:58:14.195190"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7852], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.196092"], ["updated_at", "2016-10-07 18:58:14.196092"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7853], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.196983"], ["updated_at", "2016-10-07 18:58:14.196983"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7854], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.197888"], ["updated_at", "2016-10-07 18:58:14.197888"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7855], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.198816"], ["updated_at", "2016-10-07 18:58:14.198816"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7856], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.199639"], ["updated_at", "2016-10-07 18:58:14.199639"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7857], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.200472"], ["updated_at", "2016-10-07 18:58:14.200472"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7858], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.201303"], ["updated_at", "2016-10-07 18:58:14.201303"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7859], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.202136"], ["updated_at", "2016-10-07 18:58:14.202136"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7860], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.202995"], ["updated_at", "2016-10-07 18:58:14.202995"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7861], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.203830"], ["updated_at", "2016-10-07 18:58:14.203830"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7862], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.204648"], ["updated_at", "2016-10-07 18:58:14.204648"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7863], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.205516"], ["updated_at", "2016-10-07 18:58:14.205516"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7864], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.206342"], ["updated_at", "2016-10-07 18:58:14.206342"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7865], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.207196"], ["updated_at", "2016-10-07 18:58:14.207196"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7866], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.208053"], ["updated_at", "2016-10-07 18:58:14.208053"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7867], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.208904"], ["updated_at", "2016-10-07 18:58:14.208904"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7868], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.209751"], ["updated_at", "2016-10-07 18:58:14.209751"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7869], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.210623"], ["updated_at", "2016-10-07 18:58:14.210623"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7870], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.211468"], ["updated_at", "2016-10-07 18:58:14.211468"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7871], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.212305"], ["updated_at", "2016-10-07 18:58:14.212305"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7872], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.213125"], ["updated_at", "2016-10-07 18:58:14.213125"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7873], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.213960"], ["updated_at", "2016-10-07 18:58:14.213960"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7874], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.214852"], ["updated_at", "2016-10-07 18:58:14.214852"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7875], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.215720"], ["updated_at", "2016-10-07 18:58:14.215720"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7876], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.216559"], ["updated_at", "2016-10-07 18:58:14.216559"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7877], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.217393"], ["updated_at", "2016-10-07 18:58:14.217393"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7878], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.218230"], ["updated_at", "2016-10-07 18:58:14.218230"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7879], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.219100"], ["updated_at", "2016-10-07 18:58:14.219100"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7880], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.219936"], ["updated_at", "2016-10-07 18:58:14.219936"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7881], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.220767"], ["updated_at", "2016-10-07 18:58:14.220767"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7882], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.221592"], ["updated_at", "2016-10-07 18:58:14.221592"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7883], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.222423"], ["updated_at", "2016-10-07 18:58:14.222423"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7884], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.223285"], ["updated_at", "2016-10-07 18:58:14.223285"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7885], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.224168"], ["updated_at", "2016-10-07 18:58:14.224168"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7886], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.225067"], ["updated_at", "2016-10-07 18:58:14.225067"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7887], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.225931"], ["updated_at", "2016-10-07 18:58:14.225931"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7888], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.226777"], ["updated_at", "2016-10-07 18:58:14.226777"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7889], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.227616"], ["updated_at", "2016-10-07 18:58:14.227616"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7890], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.228472"], ["updated_at", "2016-10-07 18:58:14.228472"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7891], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.229307"], ["updated_at", "2016-10-07 18:58:14.229307"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7892], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.230141"], ["updated_at", "2016-10-07 18:58:14.230141"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7893], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.231016"], ["updated_at", "2016-10-07 18:58:14.231016"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7894], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.231857"], ["updated_at", "2016-10-07 18:58:14.231857"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7895], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.232712"], ["updated_at", "2016-10-07 18:58:14.232712"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7896], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.233536"], ["updated_at", "2016-10-07 18:58:14.233536"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7897], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.234356"], ["updated_at", "2016-10-07 18:58:14.234356"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7898], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.235201"], ["updated_at", "2016-10-07 18:58:14.235201"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7899], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.236044"], ["updated_at", "2016-10-07 18:58:14.236044"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7900], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.236870"], ["updated_at", "2016-10-07 18:58:14.236870"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7901], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.237702"], ["updated_at", "2016-10-07 18:58:14.237702"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7902], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.238539"], ["updated_at", "2016-10-07 18:58:14.238539"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7903], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.239403"], ["updated_at", "2016-10-07 18:58:14.239403"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7904], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.240236"], ["updated_at", "2016-10-07 18:58:14.240236"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7905], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.241079"], ["updated_at", "2016-10-07 18:58:14.241079"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7906], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.241923"], ["updated_at", "2016-10-07 18:58:14.241923"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7907], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.242764"], ["updated_at", "2016-10-07 18:58:14.242764"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7908], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.243590"], ["updated_at", "2016-10-07 18:58:14.243590"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7909], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.244433"], ["updated_at", "2016-10-07 18:58:14.244433"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7910], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.245252"], ["updated_at", "2016-10-07 18:58:14.245252"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7911], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.246096"], ["updated_at", "2016-10-07 18:58:14.246096"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7912], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.246946"], ["updated_at", "2016-10-07 18:58:14.246946"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7913], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.247781"], ["updated_at", "2016-10-07 18:58:14.247781"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7914], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.248624"], ["updated_at", "2016-10-07 18:58:14.248624"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7915], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.249460"], ["updated_at", "2016-10-07 18:58:14.249460"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7916], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.250275"], ["updated_at", "2016-10-07 18:58:14.250275"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7917], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.251120"], ["updated_at", "2016-10-07 18:58:14.251120"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7918], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.251944"], ["updated_at", "2016-10-07 18:58:14.251944"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7919], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.252769"], ["updated_at", "2016-10-07 18:58:14.252769"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7920], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.253600"], ["updated_at", "2016-10-07 18:58:14.253600"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7921], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.254427"], ["updated_at", "2016-10-07 18:58:14.254427"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7922], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.255259"], ["updated_at", "2016-10-07 18:58:14.255259"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7923], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.256088"], ["updated_at", "2016-10-07 18:58:14.256088"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7924], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.256912"], ["updated_at", "2016-10-07 18:58:14.256912"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7925], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.257752"], ["updated_at", "2016-10-07 18:58:14.257752"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7926], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.258621"], ["updated_at", "2016-10-07 18:58:14.258621"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7927], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.259467"], ["updated_at", "2016-10-07 18:58:14.259467"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7928], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.260292"], ["updated_at", "2016-10-07 18:58:14.260292"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7929], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.261166"], ["updated_at", "2016-10-07 18:58:14.261166"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7930], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.261991"], ["updated_at", "2016-10-07 18:58:14.261991"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7931], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.262827"], ["updated_at", "2016-10-07 18:58:14.262827"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7932], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.263668"], ["updated_at", "2016-10-07 18:58:14.263668"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7933], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.264497"], ["updated_at", "2016-10-07 18:58:14.264497"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7934], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.265368"], ["updated_at", "2016-10-07 18:58:14.265368"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7935], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.266184"], ["updated_at", "2016-10-07 18:58:14.266184"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7936], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.267010"], ["updated_at", "2016-10-07 18:58:14.267010"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7937], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.267843"], ["updated_at", "2016-10-07 18:58:14.267843"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7938], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.268672"], ["updated_at", "2016-10-07 18:58:14.268672"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7939], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.269505"], ["updated_at", "2016-10-07 18:58:14.269505"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7940], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.270333"], ["updated_at", "2016-10-07 18:58:14.270333"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7941], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.271199"], ["updated_at", "2016-10-07 18:58:14.271199"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7942], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.272043"], ["updated_at", "2016-10-07 18:58:14.272043"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7943], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.272872"], ["updated_at", "2016-10-07 18:58:14.272872"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7944], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.273711"], ["updated_at", "2016-10-07 18:58:14.273711"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7945], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.274573"], ["updated_at", "2016-10-07 18:58:14.274573"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7946], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.275410"], ["updated_at", "2016-10-07 18:58:14.275410"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7947], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.276230"], ["updated_at", "2016-10-07 18:58:14.276230"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7948], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.277064"], ["updated_at", "2016-10-07 18:58:14.277064"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7949], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.277884"], ["updated_at", "2016-10-07 18:58:14.277884"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7950], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.278725"], ["updated_at", "2016-10-07 18:58:14.278725"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7951], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.279666"], ["updated_at", "2016-10-07 18:58:14.279666"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7952], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.280527"], ["updated_at", "2016-10-07 18:58:14.280527"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7953], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.281383"], ["updated_at", "2016-10-07 18:58:14.281383"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7954], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.282259"], ["updated_at", "2016-10-07 18:58:14.282259"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7955], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.283127"], ["updated_at", "2016-10-07 18:58:14.283127"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7956], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.284020"], ["updated_at", "2016-10-07 18:58:14.284020"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7957], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.284866"], ["updated_at", "2016-10-07 18:58:14.284866"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7958], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.285703"], ["updated_at", "2016-10-07 18:58:14.285703"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7959], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.286573"], ["updated_at", "2016-10-07 18:58:14.286573"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7960], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.287414"], ["updated_at", "2016-10-07 18:58:14.287414"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7961], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.288254"], ["updated_at", "2016-10-07 18:58:14.288254"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7962], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.289084"], ["updated_at", "2016-10-07 18:58:14.289084"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7963], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.289919"], ["updated_at", "2016-10-07 18:58:14.289919"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7964], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.290805"], ["updated_at", "2016-10-07 18:58:14.290805"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7965], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.291660"], ["updated_at", "2016-10-07 18:58:14.291660"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7966], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.292495"], ["updated_at", "2016-10-07 18:58:14.292495"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7967], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.293323"], ["updated_at", "2016-10-07 18:58:14.293323"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 48], ["message_id", 7968], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.294159"], ["updated_at", "2016-10-07 18:58:14.294159"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7969], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.295044"], ["updated_at", "2016-10-07 18:58:14.295044"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7970], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.295864"], ["updated_at", "2016-10-07 18:58:14.295864"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7971], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.296703"], ["updated_at", "2016-10-07 18:58:14.296703"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7972], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.297541"], ["updated_at", "2016-10-07 18:58:14.297541"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7973], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.298396"], ["updated_at", "2016-10-07 18:58:14.298396"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7974], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.299282"], ["updated_at", "2016-10-07 18:58:14.299282"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7975], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.300146"], ["updated_at", "2016-10-07 18:58:14.300146"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7976], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.300999"], ["updated_at", "2016-10-07 18:58:14.300999"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7977], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.301865"], ["updated_at", "2016-10-07 18:58:14.301865"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7978], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.302790"], ["updated_at", "2016-10-07 18:58:14.302790"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7979], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.303648"], ["updated_at", "2016-10-07 18:58:14.303648"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7980], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.304484"], ["updated_at", "2016-10-07 18:58:14.304484"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7981], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.305334"], ["updated_at", "2016-10-07 18:58:14.305334"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7982], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.306179"], ["updated_at", "2016-10-07 18:58:14.306179"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7983], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.307057"], ["updated_at", "2016-10-07 18:58:14.307057"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7984], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.308235"], ["updated_at", "2016-10-07 18:58:14.308235"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7985], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.309178"], ["updated_at", "2016-10-07 18:58:14.309178"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7986], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.311028"], ["updated_at", "2016-10-07 18:58:14.311028"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7987], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.312556"], ["updated_at", "2016-10-07 18:58:14.312556"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7988], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.313641"], ["updated_at", "2016-10-07 18:58:14.313641"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7989], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.314783"], ["updated_at", "2016-10-07 18:58:14.314783"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7990], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.315766"], ["updated_at", "2016-10-07 18:58:14.315766"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7991], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.316681"], ["updated_at", "2016-10-07 18:58:14.316681"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7992], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.317599"], ["updated_at", "2016-10-07 18:58:14.317599"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7993], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.318525"], ["updated_at", "2016-10-07 18:58:14.318525"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7994], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.319438"], ["updated_at", "2016-10-07 18:58:14.319438"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7995], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.320324"], ["updated_at", "2016-10-07 18:58:14.320324"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7996], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.321193"], ["updated_at", "2016-10-07 18:58:14.321193"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7997], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.322090"], ["updated_at", "2016-10-07 18:58:14.322090"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7998], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.323020"], ["updated_at", "2016-10-07 18:58:14.323020"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 7999], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.323963"], ["updated_at", "2016-10-07 18:58:14.323963"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8000], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.324843"], ["updated_at", "2016-10-07 18:58:14.324843"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8001], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.325772"], ["updated_at", "2016-10-07 18:58:14.325772"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8002], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.326754"], ["updated_at", "2016-10-07 18:58:14.326754"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8003], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.327699"], ["updated_at", "2016-10-07 18:58:14.327699"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8004], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.328685"], ["updated_at", "2016-10-07 18:58:14.328685"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8005], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.329605"], ["updated_at", "2016-10-07 18:58:14.329605"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8006], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.330507"], ["updated_at", "2016-10-07 18:58:14.330507"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8007], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.331413"], ["updated_at", "2016-10-07 18:58:14.331413"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8008], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.332525"], ["updated_at", "2016-10-07 18:58:14.332525"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8009], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.333668"], ["updated_at", "2016-10-07 18:58:14.333668"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8010], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.335351"], ["updated_at", "2016-10-07 18:58:14.335351"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8011], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.337670"], ["updated_at", "2016-10-07 18:58:14.337670"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8012], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.339379"], ["updated_at", "2016-10-07 18:58:14.339379"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8013], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.342388"], ["updated_at", "2016-10-07 18:58:14.342388"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8014], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.344159"], ["updated_at", "2016-10-07 18:58:14.344159"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8015], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.345246"], ["updated_at", "2016-10-07 18:58:14.345246"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8016], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.346234"], ["updated_at", "2016-10-07 18:58:14.346234"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8017], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.347225"], ["updated_at", "2016-10-07 18:58:14.347225"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8018], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.348350"], ["updated_at", "2016-10-07 18:58:14.348350"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8019], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.349342"], ["updated_at", "2016-10-07 18:58:14.349342"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8020], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.350284"], ["updated_at", "2016-10-07 18:58:14.350284"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8021], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.351215"], ["updated_at", "2016-10-07 18:58:14.351215"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8022], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.352146"], ["updated_at", "2016-10-07 18:58:14.352146"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8023], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.353063"], ["updated_at", "2016-10-07 18:58:14.353063"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8024], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.353979"], ["updated_at", "2016-10-07 18:58:14.353979"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8025], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.354893"], ["updated_at", "2016-10-07 18:58:14.354893"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8026], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.355798"], ["updated_at", "2016-10-07 18:58:14.355798"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8027], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.356730"], ["updated_at", "2016-10-07 18:58:14.356730"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8028], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.367847"], ["updated_at", "2016-10-07 18:58:14.367847"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8029], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.368878"], ["updated_at", "2016-10-07 18:58:14.368878"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8030], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.369848"], ["updated_at", "2016-10-07 18:58:14.369848"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8031], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.370767"], ["updated_at", "2016-10-07 18:58:14.370767"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8032], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.371653"], ["updated_at", "2016-10-07 18:58:14.371653"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8033], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.372542"], ["updated_at", "2016-10-07 18:58:14.372542"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8034], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.373417"], ["updated_at", "2016-10-07 18:58:14.373417"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8035], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.374337"], ["updated_at", "2016-10-07 18:58:14.374337"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8036], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.375178"], ["updated_at", "2016-10-07 18:58:14.375178"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8037], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.376026"], ["updated_at", "2016-10-07 18:58:14.376026"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8038], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.376871"], ["updated_at", "2016-10-07 18:58:14.376871"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8039], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.377708"], ["updated_at", "2016-10-07 18:58:14.377708"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8040], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.378550"], ["updated_at", "2016-10-07 18:58:14.378550"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8041], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.380003"], ["updated_at", "2016-10-07 18:58:14.380003"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8042], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.381056"], ["updated_at", "2016-10-07 18:58:14.381056"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8043], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.382087"], ["updated_at", "2016-10-07 18:58:14.382087"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8044], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.383024"], ["updated_at", "2016-10-07 18:58:14.383024"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8045], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.383933"], ["updated_at", "2016-10-07 18:58:14.383933"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8046], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.384815"], ["updated_at", "2016-10-07 18:58:14.384815"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8047], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.385669"], ["updated_at", "2016-10-07 18:58:14.385669"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8048], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.386547"], ["updated_at", "2016-10-07 18:58:14.386547"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8049], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.387412"], ["updated_at", "2016-10-07 18:58:14.387412"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8050], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.388276"], ["updated_at", "2016-10-07 18:58:14.388276"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8051], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.389106"], ["updated_at", "2016-10-07 18:58:14.389106"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8052], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.389956"], ["updated_at", "2016-10-07 18:58:14.389956"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8053], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.390848"], ["updated_at", "2016-10-07 18:58:14.390848"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8054], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.391678"], ["updated_at", "2016-10-07 18:58:14.391678"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8055], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.392533"], ["updated_at", "2016-10-07 18:58:14.392533"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8056], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.393366"], ["updated_at", "2016-10-07 18:58:14.393366"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8057], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.394206"], ["updated_at", "2016-10-07 18:58:14.394206"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8058], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.395061"], ["updated_at", "2016-10-07 18:58:14.395061"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8059], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.395903"], ["updated_at", "2016-10-07 18:58:14.395903"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8060], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.396734"], ["updated_at", "2016-10-07 18:58:14.396734"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8061], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.397559"], ["updated_at", "2016-10-07 18:58:14.397559"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8062], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.398381"], ["updated_at", "2016-10-07 18:58:14.398381"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8063], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.399249"], ["updated_at", "2016-10-07 18:58:14.399249"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8064], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.400065"], ["updated_at", "2016-10-07 18:58:14.400065"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8065], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.400885"], ["updated_at", "2016-10-07 18:58:14.400885"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8066], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.401705"], ["updated_at", "2016-10-07 18:58:14.401705"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8067], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.402556"], ["updated_at", "2016-10-07 18:58:14.402556"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8068], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.403378"], ["updated_at", "2016-10-07 18:58:14.403378"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8069], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.404181"], ["updated_at", "2016-10-07 18:58:14.404181"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8070], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.405018"], ["updated_at", "2016-10-07 18:58:14.405018"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8071], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.405837"], ["updated_at", "2016-10-07 18:58:14.405837"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8072], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.406665"], ["updated_at", "2016-10-07 18:58:14.406665"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8073], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.407510"], ["updated_at", "2016-10-07 18:58:14.407510"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8074], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.408334"], ["updated_at", "2016-10-07 18:58:14.408334"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8075], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.409153"], ["updated_at", "2016-10-07 18:58:14.409153"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8076], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.409965"], ["updated_at", "2016-10-07 18:58:14.409965"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8077], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.410797"], ["updated_at", "2016-10-07 18:58:14.410797"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8078], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.411613"], ["updated_at", "2016-10-07 18:58:14.411613"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8079], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.412407"], ["updated_at", "2016-10-07 18:58:14.412407"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8080], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.413221"], ["updated_at", "2016-10-07 18:58:14.413221"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8081], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.414064"], ["updated_at", "2016-10-07 18:58:14.414064"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8082], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.414953"], ["updated_at", "2016-10-07 18:58:14.414953"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8083], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.415788"], ["updated_at", "2016-10-07 18:58:14.415788"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8084], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.416625"], ["updated_at", "2016-10-07 18:58:14.416625"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8085], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.417490"], ["updated_at", "2016-10-07 18:58:14.417490"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8086], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.418310"], ["updated_at", "2016-10-07 18:58:14.418310"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8087], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.419165"], ["updated_at", "2016-10-07 18:58:14.419165"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8088], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.420009"], ["updated_at", "2016-10-07 18:58:14.420009"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8089], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.420831"], ["updated_at", "2016-10-07 18:58:14.420831"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8090], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.421641"], ["updated_at", "2016-10-07 18:58:14.421641"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8091], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.422469"], ["updated_at", "2016-10-07 18:58:14.422469"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8092], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.423327"], ["updated_at", "2016-10-07 18:58:14.423327"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8093], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.424177"], ["updated_at", "2016-10-07 18:58:14.424177"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8094], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.424975"], ["updated_at", "2016-10-07 18:58:14.424975"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8095], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.425786"], ["updated_at", "2016-10-07 18:58:14.425786"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8096], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.426722"], ["updated_at", "2016-10-07 18:58:14.426722"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8097], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.427552"], ["updated_at", "2016-10-07 18:58:14.427552"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8098], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.428378"], ["updated_at", "2016-10-07 18:58:14.428378"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8099], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.429216"], ["updated_at", "2016-10-07 18:58:14.429216"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8100], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.430032"], ["updated_at", "2016-10-07 18:58:14.430032"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8101], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.430846"], ["updated_at", "2016-10-07 18:58:14.430846"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8102], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.431687"], ["updated_at", "2016-10-07 18:58:14.431687"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8103], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.432506"], ["updated_at", "2016-10-07 18:58:14.432506"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8104], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.433321"], ["updated_at", "2016-10-07 18:58:14.433321"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8105], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.434168"], ["updated_at", "2016-10-07 18:58:14.434168"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8106], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.435032"], ["updated_at", "2016-10-07 18:58:14.435032"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8107], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.435860"], ["updated_at", "2016-10-07 18:58:14.435860"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8108], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.436663"], ["updated_at", "2016-10-07 18:58:14.436663"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8109], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.437487"], ["updated_at", "2016-10-07 18:58:14.437487"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8110], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.438306"], ["updated_at", "2016-10-07 18:58:14.438306"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8111], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.439128"], ["updated_at", "2016-10-07 18:58:14.439128"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8112], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.439924"], ["updated_at", "2016-10-07 18:58:14.439924"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8113], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.440757"], ["updated_at", "2016-10-07 18:58:14.440757"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8114], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.441577"], ["updated_at", "2016-10-07 18:58:14.441577"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8115], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.442373"], ["updated_at", "2016-10-07 18:58:14.442373"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8116], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.443220"], ["updated_at", "2016-10-07 18:58:14.443220"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8117], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.444033"], ["updated_at", "2016-10-07 18:58:14.444033"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8118], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.444849"], ["updated_at", "2016-10-07 18:58:14.444849"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8119], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.445651"], ["updated_at", "2016-10-07 18:58:14.445651"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8120], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.446461"], ["updated_at", "2016-10-07 18:58:14.446461"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8121], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.447300"], ["updated_at", "2016-10-07 18:58:14.447300"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8122], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.448108"], ["updated_at", "2016-10-07 18:58:14.448108"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8123], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.448936"], ["updated_at", "2016-10-07 18:58:14.448936"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8124], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.449744"], ["updated_at", "2016-10-07 18:58:14.449744"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8125], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.450593"], ["updated_at", "2016-10-07 18:58:14.450593"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8126], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.451390"], ["updated_at", "2016-10-07 18:58:14.451390"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8127], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.452204"], ["updated_at", "2016-10-07 18:58:14.452204"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8128], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.453014"], ["updated_at", "2016-10-07 18:58:14.453014"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8129], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.453860"], ["updated_at", "2016-10-07 18:58:14.453860"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8130], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.454674"], ["updated_at", "2016-10-07 18:58:14.454674"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8131], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.455489"], ["updated_at", "2016-10-07 18:58:14.455489"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8132], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.456302"], ["updated_at", "2016-10-07 18:58:14.456302"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8133], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.457129"], ["updated_at", "2016-10-07 18:58:14.457129"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 49], ["message_id", 8134], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.457970"], ["updated_at", "2016-10-07 18:58:14.457970"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8135], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.458805"], ["updated_at", "2016-10-07 18:58:14.458805"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8136], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.459629"], ["updated_at", "2016-10-07 18:58:14.459629"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8137], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.460428"], ["updated_at", "2016-10-07 18:58:14.460428"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8138], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.461234"], ["updated_at", "2016-10-07 18:58:14.461234"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8139], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.462060"], ["updated_at", "2016-10-07 18:58:14.462060"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8140], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.462868"], ["updated_at", "2016-10-07 18:58:14.462868"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8141], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.463722"], ["updated_at", "2016-10-07 18:58:14.463722"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8142], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.464556"], ["updated_at", "2016-10-07 18:58:14.464556"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8143], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.465396"], ["updated_at", "2016-10-07 18:58:14.465396"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8144], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.466197"], ["updated_at", "2016-10-07 18:58:14.466197"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8145], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.467037"], ["updated_at", "2016-10-07 18:58:14.467037"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8146], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.467852"], ["updated_at", "2016-10-07 18:58:14.467852"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8147], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.468662"], ["updated_at", "2016-10-07 18:58:14.468662"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8148], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.469477"], ["updated_at", "2016-10-07 18:58:14.469477"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8149], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.470295"], ["updated_at", "2016-10-07 18:58:14.470295"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8150], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.471145"], ["updated_at", "2016-10-07 18:58:14.471145"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8151], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.471977"], ["updated_at", "2016-10-07 18:58:14.471977"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8152], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.472961"], ["updated_at", "2016-10-07 18:58:14.472961"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8153], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.474237"], ["updated_at", "2016-10-07 18:58:14.474237"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8154], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.475519"], ["updated_at", "2016-10-07 18:58:14.475519"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8155], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.476814"], ["updated_at", "2016-10-07 18:58:14.476814"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8156], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.477994"], ["updated_at", "2016-10-07 18:58:14.477994"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8157], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.479159"], ["updated_at", "2016-10-07 18:58:14.479159"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8158], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.480252"], ["updated_at", "2016-10-07 18:58:14.480252"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8159], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.481536"], ["updated_at", "2016-10-07 18:58:14.481536"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8160], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.482880"], ["updated_at", "2016-10-07 18:58:14.482880"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8161], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.484071"], ["updated_at", "2016-10-07 18:58:14.484071"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8162], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.485195"], ["updated_at", "2016-10-07 18:58:14.485195"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8163], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.486324"], ["updated_at", "2016-10-07 18:58:14.486324"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8164], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.487559"], ["updated_at", "2016-10-07 18:58:14.487559"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8165], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.488828"], ["updated_at", "2016-10-07 18:58:14.488828"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8166], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.490076"], ["updated_at", "2016-10-07 18:58:14.490076"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8167], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.491331"], ["updated_at", "2016-10-07 18:58:14.491331"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8168], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.492474"], ["updated_at", "2016-10-07 18:58:14.492474"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8169], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.493646"], ["updated_at", "2016-10-07 18:58:14.493646"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8170], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.494938"], ["updated_at", "2016-10-07 18:58:14.494938"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8171], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.496198"], ["updated_at", "2016-10-07 18:58:14.496198"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8172], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.497506"], ["updated_at", "2016-10-07 18:58:14.497506"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8173], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.498866"], ["updated_at", "2016-10-07 18:58:14.498866"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8174], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.500118"], ["updated_at", "2016-10-07 18:58:14.500118"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8175], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.501359"], ["updated_at", "2016-10-07 18:58:14.501359"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8176], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.502596"], ["updated_at", "2016-10-07 18:58:14.502596"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8177], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.503798"], ["updated_at", "2016-10-07 18:58:14.503798"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8178], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.505003"], ["updated_at", "2016-10-07 18:58:14.505003"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8179], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.506255"], ["updated_at", "2016-10-07 18:58:14.506255"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8180], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.507635"], ["updated_at", "2016-10-07 18:58:14.507635"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8181], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.508896"], ["updated_at", "2016-10-07 18:58:14.508896"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8182], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.510092"], ["updated_at", "2016-10-07 18:58:14.510092"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8183], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.511262"], ["updated_at", "2016-10-07 18:58:14.511262"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8184], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.512403"], ["updated_at", "2016-10-07 18:58:14.512403"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8185], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.513559"], ["updated_at", "2016-10-07 18:58:14.513559"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8186], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.514916"], ["updated_at", "2016-10-07 18:58:14.514916"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8187], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.516189"], ["updated_at", "2016-10-07 18:58:14.516189"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8188], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.517380"], ["updated_at", "2016-10-07 18:58:14.517380"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8189], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.518603"], ["updated_at", "2016-10-07 18:58:14.518603"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8190], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.519885"], ["updated_at", "2016-10-07 18:58:14.519885"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8191], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.521137"], ["updated_at", "2016-10-07 18:58:14.521137"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8192], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.522361"], ["updated_at", "2016-10-07 18:58:14.522361"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8193], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.523639"], ["updated_at", "2016-10-07 18:58:14.523639"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8194], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.525029"], ["updated_at", "2016-10-07 18:58:14.525029"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8195], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.526331"], ["updated_at", "2016-10-07 18:58:14.526331"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8196], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.527987"], ["updated_at", "2016-10-07 18:58:14.527987"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8197], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.529743"], ["updated_at", "2016-10-07 18:58:14.529743"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8198], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.531768"], ["updated_at", "2016-10-07 18:58:14.531768"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8199], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.533672"], ["updated_at", "2016-10-07 18:58:14.533672"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8200], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.535433"], ["updated_at", "2016-10-07 18:58:14.535433"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8201], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.537155"], ["updated_at", "2016-10-07 18:58:14.537155"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8202], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.538935"], ["updated_at", "2016-10-07 18:58:14.538935"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8203], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.540646"], ["updated_at", "2016-10-07 18:58:14.540646"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8204], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.542357"], ["updated_at", "2016-10-07 18:58:14.542357"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8205], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.544090"], ["updated_at", "2016-10-07 18:58:14.544090"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8206], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.545910"], ["updated_at", "2016-10-07 18:58:14.545910"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8207], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.547709"], ["updated_at", "2016-10-07 18:58:14.547709"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8208], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.549487"], ["updated_at", "2016-10-07 18:58:14.549487"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8209], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.551279"], ["updated_at", "2016-10-07 18:58:14.551279"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8210], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.553186"], ["updated_at", "2016-10-07 18:58:14.553186"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8211], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.554929"], ["updated_at", "2016-10-07 18:58:14.554929"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8212], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.556651"], ["updated_at", "2016-10-07 18:58:14.556651"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8213], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.558297"], ["updated_at", "2016-10-07 18:58:14.558297"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8214], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.559889"], ["updated_at", "2016-10-07 18:58:14.559889"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8215], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.561594"], ["updated_at", "2016-10-07 18:58:14.561594"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8216], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.563321"], ["updated_at", "2016-10-07 18:58:14.563321"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8217], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.565318"], ["updated_at", "2016-10-07 18:58:14.565318"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8218], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.567603"], ["updated_at", "2016-10-07 18:58:14.567603"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8219], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.569320"], ["updated_at", "2016-10-07 18:58:14.569320"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8220], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.571116"], ["updated_at", "2016-10-07 18:58:14.571116"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8221], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.572943"], ["updated_at", "2016-10-07 18:58:14.572943"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8222], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.574738"], ["updated_at", "2016-10-07 18:58:14.574738"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8223], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.576502"], ["updated_at", "2016-10-07 18:58:14.576502"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8224], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.578182"], ["updated_at", "2016-10-07 18:58:14.578182"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8225], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.579845"], ["updated_at", "2016-10-07 18:58:14.579845"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8226], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.581571"], ["updated_at", "2016-10-07 18:58:14.581571"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8227], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.583115"], ["updated_at", "2016-10-07 18:58:14.583115"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8228], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.585593"], ["updated_at", "2016-10-07 18:58:14.585593"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8229], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.587122"], ["updated_at", "2016-10-07 18:58:14.587122"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8230], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.588590"], ["updated_at", "2016-10-07 18:58:14.588590"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8231], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.591311"], ["updated_at", "2016-10-07 18:58:14.591311"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8232], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.593913"], ["updated_at", "2016-10-07 18:58:14.593913"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8233], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.596235"], ["updated_at", "2016-10-07 18:58:14.596235"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8234], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.597979"], ["updated_at", "2016-10-07 18:58:14.597979"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8235], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.599865"], ["updated_at", "2016-10-07 18:58:14.599865"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8236], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.601428"], ["updated_at", "2016-10-07 18:58:14.601428"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8237], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.603272"], ["updated_at", "2016-10-07 18:58:14.603272"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8238], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.607589"], ["updated_at", "2016-10-07 18:58:14.607589"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8239], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.612267"], ["updated_at", "2016-10-07 18:58:14.612267"]] SQL (0.6ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8240], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.614486"], ["updated_at", "2016-10-07 18:58:14.614486"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8241], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.617513"], ["updated_at", "2016-10-07 18:58:14.617513"]] SQL (0.7ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8242], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.620033"], ["updated_at", "2016-10-07 18:58:14.620033"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8243], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.626203"], ["updated_at", "2016-10-07 18:58:14.626203"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8244], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.629615"], ["updated_at", "2016-10-07 18:58:14.629615"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8245], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.632642"], ["updated_at", "2016-10-07 18:58:14.632642"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8246], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.634675"], ["updated_at", "2016-10-07 18:58:14.634675"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8247], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.636662"], ["updated_at", "2016-10-07 18:58:14.636662"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8248], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.640194"], ["updated_at", "2016-10-07 18:58:14.640194"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8249], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.641546"], ["updated_at", "2016-10-07 18:58:14.641546"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8250], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.643104"], ["updated_at", "2016-10-07 18:58:14.643104"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8251], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.644380"], ["updated_at", "2016-10-07 18:58:14.644380"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8252], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.645678"], ["updated_at", "2016-10-07 18:58:14.645678"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8253], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.646898"], ["updated_at", "2016-10-07 18:58:14.646898"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8254], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.649009"], ["updated_at", "2016-10-07 18:58:14.649009"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8255], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.653390"], ["updated_at", "2016-10-07 18:58:14.653390"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8256], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.654984"], ["updated_at", "2016-10-07 18:58:14.654984"]] SQL (0.5ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8257], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.656829"], ["updated_at", "2016-10-07 18:58:14.656829"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8258], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.660604"], ["updated_at", "2016-10-07 18:58:14.660604"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8259], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.662027"], ["updated_at", "2016-10-07 18:58:14.662027"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8260], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.663144"], ["updated_at", "2016-10-07 18:58:14.663144"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8261], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.664371"], ["updated_at", "2016-10-07 18:58:14.664371"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8262], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.668466"], ["updated_at", "2016-10-07 18:58:14.668466"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8263], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.670185"], ["updated_at", "2016-10-07 18:58:14.670185"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8264], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.672626"], ["updated_at", "2016-10-07 18:58:14.672626"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8265], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.675252"], ["updated_at", "2016-10-07 18:58:14.675252"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8266], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.676350"], ["updated_at", "2016-10-07 18:58:14.676350"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8267], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.677441"], ["updated_at", "2016-10-07 18:58:14.677441"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8268], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.678582"], ["updated_at", "2016-10-07 18:58:14.678582"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8269], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.679544"], ["updated_at", "2016-10-07 18:58:14.679544"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8270], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.680897"], ["updated_at", "2016-10-07 18:58:14.680897"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8271], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.684969"], ["updated_at", "2016-10-07 18:58:14.684969"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8272], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.686932"], ["updated_at", "2016-10-07 18:58:14.686932"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8273], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.690109"], ["updated_at", "2016-10-07 18:58:14.690109"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8274], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.691685"], ["updated_at", "2016-10-07 18:58:14.691685"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8275], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.692783"], ["updated_at", "2016-10-07 18:58:14.692783"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8276], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.693795"], ["updated_at", "2016-10-07 18:58:14.693795"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8277], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.694949"], ["updated_at", "2016-10-07 18:58:14.694949"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8278], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.695892"], ["updated_at", "2016-10-07 18:58:14.695892"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8279], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.696801"], ["updated_at", "2016-10-07 18:58:14.696801"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8280], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.698386"], ["updated_at", "2016-10-07 18:58:14.698386"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8281], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.702325"], ["updated_at", "2016-10-07 18:58:14.702325"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8282], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.704359"], ["updated_at", "2016-10-07 18:58:14.704359"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8283], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.707433"], ["updated_at", "2016-10-07 18:58:14.707433"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8284], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.708675"], ["updated_at", "2016-10-07 18:58:14.708675"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8285], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.709734"], ["updated_at", "2016-10-07 18:58:14.709734"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8286], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.710700"], ["updated_at", "2016-10-07 18:58:14.710700"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8287], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.711825"], ["updated_at", "2016-10-07 18:58:14.711825"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8288], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.712740"], ["updated_at", "2016-10-07 18:58:14.712740"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8289], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.713646"], ["updated_at", "2016-10-07 18:58:14.713646"]] SQL (0.5ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8290], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.716143"], ["updated_at", "2016-10-07 18:58:14.716143"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8291], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.719400"], ["updated_at", "2016-10-07 18:58:14.719400"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8292], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.721871"], ["updated_at", "2016-10-07 18:58:14.721871"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8293], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.724423"], ["updated_at", "2016-10-07 18:58:14.724423"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8294], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.725518"], ["updated_at", "2016-10-07 18:58:14.725518"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8295], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.726587"], ["updated_at", "2016-10-07 18:58:14.726587"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8296], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.727611"], ["updated_at", "2016-10-07 18:58:14.727611"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8297], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.728686"], ["updated_at", "2016-10-07 18:58:14.728686"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8298], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.729611"], ["updated_at", "2016-10-07 18:58:14.729611"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8299], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.730592"], ["updated_at", "2016-10-07 18:58:14.730592"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 50], ["message_id", 8300], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.733796"], ["updated_at", "2016-10-07 18:58:14.733796"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8301], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.736335"], ["updated_at", "2016-10-07 18:58:14.736335"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8302], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.737809"], ["updated_at", "2016-10-07 18:58:14.737809"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8303], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.741031"], ["updated_at", "2016-10-07 18:58:14.741031"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8304], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.742244"], ["updated_at", "2016-10-07 18:58:14.742244"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8305], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.743327"], ["updated_at", "2016-10-07 18:58:14.743327"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8306], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.744471"], ["updated_at", "2016-10-07 18:58:14.744471"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8307], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.745450"], ["updated_at", "2016-10-07 18:58:14.745450"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8308], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.746352"], ["updated_at", "2016-10-07 18:58:14.746352"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8309], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.747429"], ["updated_at", "2016-10-07 18:58:14.747429"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8310], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.751300"], ["updated_at", "2016-10-07 18:58:14.751300"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8311], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.753155"], ["updated_at", "2016-10-07 18:58:14.753155"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8312], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.754994"], ["updated_at", "2016-10-07 18:58:14.754994"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8313], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.757858"], ["updated_at", "2016-10-07 18:58:14.757858"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8314], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.759001"], ["updated_at", "2016-10-07 18:58:14.759001"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8315], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.760021"], ["updated_at", "2016-10-07 18:58:14.760021"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8316], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.761029"], ["updated_at", "2016-10-07 18:58:14.761029"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8317], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.762152"], ["updated_at", "2016-10-07 18:58:14.762152"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8318], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.763113"], ["updated_at", "2016-10-07 18:58:14.763113"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8319], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.764236"], ["updated_at", "2016-10-07 18:58:14.764236"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8320], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.769494"], ["updated_at", "2016-10-07 18:58:14.769494"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8321], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.771890"], ["updated_at", "2016-10-07 18:58:14.771890"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8322], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.773485"], ["updated_at", "2016-10-07 18:58:14.773485"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8323], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.776180"], ["updated_at", "2016-10-07 18:58:14.776180"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8324], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.777678"], ["updated_at", "2016-10-07 18:58:14.777678"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8325], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.778972"], ["updated_at", "2016-10-07 18:58:14.778972"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8326], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.779984"], ["updated_at", "2016-10-07 18:58:14.779984"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8327], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.781766"], ["updated_at", "2016-10-07 18:58:14.781766"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8328], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.785600"], ["updated_at", "2016-10-07 18:58:14.785600"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8329], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.787092"], ["updated_at", "2016-10-07 18:58:14.787092"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8330], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.788736"], ["updated_at", "2016-10-07 18:58:14.788736"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8331], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.791485"], ["updated_at", "2016-10-07 18:58:14.791485"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8332], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.792670"], ["updated_at", "2016-10-07 18:58:14.792670"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8333], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.793697"], ["updated_at", "2016-10-07 18:58:14.793697"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8334], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.794775"], ["updated_at", "2016-10-07 18:58:14.794775"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8335], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.796054"], ["updated_at", "2016-10-07 18:58:14.796054"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8336], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.797042"], ["updated_at", "2016-10-07 18:58:14.797042"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8337], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.800114"], ["updated_at", "2016-10-07 18:58:14.800114"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8338], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.802842"], ["updated_at", "2016-10-07 18:58:14.802842"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8339], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.805700"], ["updated_at", "2016-10-07 18:58:14.805700"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8340], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.807401"], ["updated_at", "2016-10-07 18:58:14.807401"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8341], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.808482"], ["updated_at", "2016-10-07 18:58:14.808482"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8342], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.809451"], ["updated_at", "2016-10-07 18:58:14.809451"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8343], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.810391"], ["updated_at", "2016-10-07 18:58:14.810391"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8344], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.811299"], ["updated_at", "2016-10-07 18:58:14.811299"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8345], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.812493"], ["updated_at", "2016-10-07 18:58:14.812493"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8346], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.813465"], ["updated_at", "2016-10-07 18:58:14.813465"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8347], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.815044"], ["updated_at", "2016-10-07 18:58:14.815044"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8348], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.818580"], ["updated_at", "2016-10-07 18:58:14.818580"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8349], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.820549"], ["updated_at", "2016-10-07 18:58:14.820549"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8350], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.823705"], ["updated_at", "2016-10-07 18:58:14.823705"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8351], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.824906"], ["updated_at", "2016-10-07 18:58:14.824906"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8352], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.825938"], ["updated_at", "2016-10-07 18:58:14.825938"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8353], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.826982"], ["updated_at", "2016-10-07 18:58:14.826982"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8354], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.827919"], ["updated_at", "2016-10-07 18:58:14.827919"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8355], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.828839"], ["updated_at", "2016-10-07 18:58:14.828839"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8356], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.829800"], ["updated_at", "2016-10-07 18:58:14.829800"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8357], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.830867"], ["updated_at", "2016-10-07 18:58:14.830867"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8358], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.835294"], ["updated_at", "2016-10-07 18:58:14.835294"]] SQL (0.5ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8359], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.837071"], ["updated_at", "2016-10-07 18:58:14.837071"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8360], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.840311"], ["updated_at", "2016-10-07 18:58:14.840311"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8361], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.841571"], ["updated_at", "2016-10-07 18:58:14.841571"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8362], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.842648"], ["updated_at", "2016-10-07 18:58:14.842648"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8363], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.843646"], ["updated_at", "2016-10-07 18:58:14.843646"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8364], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.844639"], ["updated_at", "2016-10-07 18:58:14.844639"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8365], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.845932"], ["updated_at", "2016-10-07 18:58:14.845932"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8366], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.847583"], ["updated_at", "2016-10-07 18:58:14.847583"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8367], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.851784"], ["updated_at", "2016-10-07 18:58:14.851784"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8368], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.853582"], ["updated_at", "2016-10-07 18:58:14.853582"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8369], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.856412"], ["updated_at", "2016-10-07 18:58:14.856412"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8370], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.857919"], ["updated_at", "2016-10-07 18:58:14.857919"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8371], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.859029"], ["updated_at", "2016-10-07 18:58:14.859029"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8372], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.860107"], ["updated_at", "2016-10-07 18:58:14.860107"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8373], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.861030"], ["updated_at", "2016-10-07 18:58:14.861030"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8374], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.861949"], ["updated_at", "2016-10-07 18:58:14.861949"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8375], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.863000"], ["updated_at", "2016-10-07 18:58:14.863000"]] SQL (0.6ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8376], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.864016"], ["updated_at", "2016-10-07 18:58:14.864016"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8377], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.867688"], ["updated_at", "2016-10-07 18:58:14.867688"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8378], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.869640"], ["updated_at", "2016-10-07 18:58:14.869640"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8379], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.872047"], ["updated_at", "2016-10-07 18:58:14.872047"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8380], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.873733"], ["updated_at", "2016-10-07 18:58:14.873733"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8381], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.874837"], ["updated_at", "2016-10-07 18:58:14.874837"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8382], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.875864"], ["updated_at", "2016-10-07 18:58:14.875864"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8383], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.876858"], ["updated_at", "2016-10-07 18:58:14.876858"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8384], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.877838"], ["updated_at", "2016-10-07 18:58:14.877838"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8385], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.878864"], ["updated_at", "2016-10-07 18:58:14.878864"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8386], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.879981"], ["updated_at", "2016-10-07 18:58:14.879981"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8387], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.881161"], ["updated_at", "2016-10-07 18:58:14.881161"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8388], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.883667"], ["updated_at", "2016-10-07 18:58:14.883667"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8389], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.885548"], ["updated_at", "2016-10-07 18:58:14.885548"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8390], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.886684"], ["updated_at", "2016-10-07 18:58:14.886684"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8391], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.887691"], ["updated_at", "2016-10-07 18:58:14.887691"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8392], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.888793"], ["updated_at", "2016-10-07 18:58:14.888793"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8393], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.889809"], ["updated_at", "2016-10-07 18:58:14.889809"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8394], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.890785"], ["updated_at", "2016-10-07 18:58:14.890785"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8395], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.891682"], ["updated_at", "2016-10-07 18:58:14.891682"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8396], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.892562"], ["updated_at", "2016-10-07 18:58:14.892562"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8397], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.893426"], ["updated_at", "2016-10-07 18:58:14.893426"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8398], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.894268"], ["updated_at", "2016-10-07 18:58:14.894268"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8399], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.895161"], ["updated_at", "2016-10-07 18:58:14.895161"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8400], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.896000"], ["updated_at", "2016-10-07 18:58:14.896000"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8401], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.896843"], ["updated_at", "2016-10-07 18:58:14.896843"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8402], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.897850"], ["updated_at", "2016-10-07 18:58:14.897850"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8403], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.898888"], ["updated_at", "2016-10-07 18:58:14.898888"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8404], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.899998"], ["updated_at", "2016-10-07 18:58:14.899998"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8405], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.901253"], ["updated_at", "2016-10-07 18:58:14.901253"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8406], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.903252"], ["updated_at", "2016-10-07 18:58:14.903252"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8407], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.905956"], ["updated_at", "2016-10-07 18:58:14.905956"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8408], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.907542"], ["updated_at", "2016-10-07 18:58:14.907542"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8409], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.911387"], ["updated_at", "2016-10-07 18:58:14.911387"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8410], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.912670"], ["updated_at", "2016-10-07 18:58:14.912670"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8411], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.913811"], ["updated_at", "2016-10-07 18:58:14.913811"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8412], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.914923"], ["updated_at", "2016-10-07 18:58:14.914923"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8413], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.915914"], ["updated_at", "2016-10-07 18:58:14.915914"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8414], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.916831"], ["updated_at", "2016-10-07 18:58:14.916831"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8415], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.917754"], ["updated_at", "2016-10-07 18:58:14.917754"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8416], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.918676"], ["updated_at", "2016-10-07 18:58:14.918676"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8417], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.919589"], ["updated_at", "2016-10-07 18:58:14.919589"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8418], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.920518"], ["updated_at", "2016-10-07 18:58:14.920518"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8419], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.921407"], ["updated_at", "2016-10-07 18:58:14.921407"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8420], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.922253"], ["updated_at", "2016-10-07 18:58:14.922253"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8421], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.923245"], ["updated_at", "2016-10-07 18:58:14.923245"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8422], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.925297"], ["updated_at", "2016-10-07 18:58:14.925297"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8423], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.926415"], ["updated_at", "2016-10-07 18:58:14.926415"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8424], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.927455"], ["updated_at", "2016-10-07 18:58:14.927455"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8425], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.928555"], ["updated_at", "2016-10-07 18:58:14.928555"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8426], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.929626"], ["updated_at", "2016-10-07 18:58:14.929626"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8427], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.932335"], ["updated_at", "2016-10-07 18:58:14.932335"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8428], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.934490"], ["updated_at", "2016-10-07 18:58:14.934490"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8429], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.936151"], ["updated_at", "2016-10-07 18:58:14.936151"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8430], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.937182"], ["updated_at", "2016-10-07 18:58:14.937182"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8431], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.938194"], ["updated_at", "2016-10-07 18:58:14.938194"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8432], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.939190"], ["updated_at", "2016-10-07 18:58:14.939190"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8433], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.940167"], ["updated_at", "2016-10-07 18:58:14.940167"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8434], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.941066"], ["updated_at", "2016-10-07 18:58:14.941066"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8435], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.941949"], ["updated_at", "2016-10-07 18:58:14.941949"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8436], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.942840"], ["updated_at", "2016-10-07 18:58:14.942840"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8437], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.943727"], ["updated_at", "2016-10-07 18:58:14.943727"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8438], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.944569"], ["updated_at", "2016-10-07 18:58:14.944569"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8439], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.945427"], ["updated_at", "2016-10-07 18:58:14.945427"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8440], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.946282"], ["updated_at", "2016-10-07 18:58:14.946282"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8441], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.947171"], ["updated_at", "2016-10-07 18:58:14.947171"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8442], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.948200"], ["updated_at", "2016-10-07 18:58:14.948200"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8443], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.949060"], ["updated_at", "2016-10-07 18:58:14.949060"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8444], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.949911"], ["updated_at", "2016-10-07 18:58:14.949911"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8445], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.950781"], ["updated_at", "2016-10-07 18:58:14.950781"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8446], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.951625"], ["updated_at", "2016-10-07 18:58:14.951625"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8447], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.952462"], ["updated_at", "2016-10-07 18:58:14.952462"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8448], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.953284"], ["updated_at", "2016-10-07 18:58:14.953284"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8449], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.954119"], ["updated_at", "2016-10-07 18:58:14.954119"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8450], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.954987"], ["updated_at", "2016-10-07 18:58:14.954987"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8451], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.955832"], ["updated_at", "2016-10-07 18:58:14.955832"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8452], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.956670"], ["updated_at", "2016-10-07 18:58:14.956670"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8453], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.957581"], ["updated_at", "2016-10-07 18:58:14.957581"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8454], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.958420"], ["updated_at", "2016-10-07 18:58:14.958420"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8455], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.959254"], ["updated_at", "2016-10-07 18:58:14.959254"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8456], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.960064"], ["updated_at", "2016-10-07 18:58:14.960064"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8457], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.960903"], ["updated_at", "2016-10-07 18:58:14.960903"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8458], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.961739"], ["updated_at", "2016-10-07 18:58:14.961739"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8459], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.962559"], ["updated_at", "2016-10-07 18:58:14.962559"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8460], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.963380"], ["updated_at", "2016-10-07 18:58:14.963380"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8461], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.964212"], ["updated_at", "2016-10-07 18:58:14.964212"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8462], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.965048"], ["updated_at", "2016-10-07 18:58:14.965048"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8463], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.965859"], ["updated_at", "2016-10-07 18:58:14.965859"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8464], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.966892"], ["updated_at", "2016-10-07 18:58:14.966892"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8465], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.967809"], ["updated_at", "2016-10-07 18:58:14.967809"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 51], ["message_id", 8466], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.968655"], ["updated_at", "2016-10-07 18:58:14.968655"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8467], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.969505"], ["updated_at", "2016-10-07 18:58:14.969505"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8468], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.970337"], ["updated_at", "2016-10-07 18:58:14.970337"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8469], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.971172"], ["updated_at", "2016-10-07 18:58:14.971172"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8470], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.971993"], ["updated_at", "2016-10-07 18:58:14.971993"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8471], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.972901"], ["updated_at", "2016-10-07 18:58:14.972901"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8472], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.973764"], ["updated_at", "2016-10-07 18:58:14.973764"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8473], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.974626"], ["updated_at", "2016-10-07 18:58:14.974626"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8474], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.975452"], ["updated_at", "2016-10-07 18:58:14.975452"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8475], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.976296"], ["updated_at", "2016-10-07 18:58:14.976296"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8476], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.977140"], ["updated_at", "2016-10-07 18:58:14.977140"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8477], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.977950"], ["updated_at", "2016-10-07 18:58:14.977950"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8478], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.978781"], ["updated_at", "2016-10-07 18:58:14.978781"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8479], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.979623"], ["updated_at", "2016-10-07 18:58:14.979623"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8480], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.980470"], ["updated_at", "2016-10-07 18:58:14.980470"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8481], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.981312"], ["updated_at", "2016-10-07 18:58:14.981312"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8482], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.982172"], ["updated_at", "2016-10-07 18:58:14.982172"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8483], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.983041"], ["updated_at", "2016-10-07 18:58:14.983041"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8484], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.983870"], ["updated_at", "2016-10-07 18:58:14.983870"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8485], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.984713"], ["updated_at", "2016-10-07 18:58:14.984713"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8486], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.985565"], ["updated_at", "2016-10-07 18:58:14.985565"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8487], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.986390"], ["updated_at", "2016-10-07 18:58:14.986390"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8488], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.987236"], ["updated_at", "2016-10-07 18:58:14.987236"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8489], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.988070"], ["updated_at", "2016-10-07 18:58:14.988070"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8490], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.988890"], ["updated_at", "2016-10-07 18:58:14.988890"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8491], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.989696"], ["updated_at", "2016-10-07 18:58:14.989696"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8492], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.990573"], ["updated_at", "2016-10-07 18:58:14.990573"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8493], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.991406"], ["updated_at", "2016-10-07 18:58:14.991406"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8494], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.992291"], ["updated_at", "2016-10-07 18:58:14.992291"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8495], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.993105"], ["updated_at", "2016-10-07 18:58:14.993105"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8496], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.993930"], ["updated_at", "2016-10-07 18:58:14.993930"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8497], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.994772"], ["updated_at", "2016-10-07 18:58:14.994772"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8498], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.995578"], ["updated_at", "2016-10-07 18:58:14.995578"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8499], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.996399"], ["updated_at", "2016-10-07 18:58:14.996399"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8500], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.997273"], ["updated_at", "2016-10-07 18:58:14.997273"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8501], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.998111"], ["updated_at", "2016-10-07 18:58:14.998111"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8502], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.998976"], ["updated_at", "2016-10-07 18:58:14.998976"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8503], ["status", "sent"], ["created_at", "2016-10-07 18:58:14.999777"], ["updated_at", "2016-10-07 18:58:14.999777"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8504], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.000607"], ["updated_at", "2016-10-07 18:58:15.000607"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8505], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.001505"], ["updated_at", "2016-10-07 18:58:15.001505"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8506], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.002450"], ["updated_at", "2016-10-07 18:58:15.002450"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8507], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.003384"], ["updated_at", "2016-10-07 18:58:15.003384"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8508], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.004226"], ["updated_at", "2016-10-07 18:58:15.004226"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8509], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.005080"], ["updated_at", "2016-10-07 18:58:15.005080"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8510], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.006165"], ["updated_at", "2016-10-07 18:58:15.006165"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8511], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.007560"], ["updated_at", "2016-10-07 18:58:15.007560"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8512], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.008675"], ["updated_at", "2016-10-07 18:58:15.008675"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8513], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.009707"], ["updated_at", "2016-10-07 18:58:15.009707"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8514], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.010752"], ["updated_at", "2016-10-07 18:58:15.010752"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8515], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.011832"], ["updated_at", "2016-10-07 18:58:15.011832"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8516], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.012939"], ["updated_at", "2016-10-07 18:58:15.012939"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8517], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.014012"], ["updated_at", "2016-10-07 18:58:15.014012"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8518], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.015012"], ["updated_at", "2016-10-07 18:58:15.015012"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8519], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.015900"], ["updated_at", "2016-10-07 18:58:15.015900"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8520], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.016796"], ["updated_at", "2016-10-07 18:58:15.016796"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8521], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.017667"], ["updated_at", "2016-10-07 18:58:15.017667"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8522], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.018579"], ["updated_at", "2016-10-07 18:58:15.018579"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8523], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.019450"], ["updated_at", "2016-10-07 18:58:15.019450"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8524], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.020285"], ["updated_at", "2016-10-07 18:58:15.020285"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8525], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.021303"], ["updated_at", "2016-10-07 18:58:15.021303"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8526], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.022268"], ["updated_at", "2016-10-07 18:58:15.022268"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8527], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.023243"], ["updated_at", "2016-10-07 18:58:15.023243"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8528], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.024116"], ["updated_at", "2016-10-07 18:58:15.024116"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8529], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.024970"], ["updated_at", "2016-10-07 18:58:15.024970"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8530], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.025809"], ["updated_at", "2016-10-07 18:58:15.025809"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8531], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.026675"], ["updated_at", "2016-10-07 18:58:15.026675"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8532], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.027518"], ["updated_at", "2016-10-07 18:58:15.027518"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8533], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.028358"], ["updated_at", "2016-10-07 18:58:15.028358"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8534], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.029201"], ["updated_at", "2016-10-07 18:58:15.029201"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8535], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.030054"], ["updated_at", "2016-10-07 18:58:15.030054"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8536], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.030968"], ["updated_at", "2016-10-07 18:58:15.030968"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8537], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.031897"], ["updated_at", "2016-10-07 18:58:15.031897"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8538], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.032738"], ["updated_at", "2016-10-07 18:58:15.032738"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8539], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.033839"], ["updated_at", "2016-10-07 18:58:15.033839"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8540], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.034737"], ["updated_at", "2016-10-07 18:58:15.034737"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8541], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.035594"], ["updated_at", "2016-10-07 18:58:15.035594"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8542], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.036415"], ["updated_at", "2016-10-07 18:58:15.036415"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8543], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.037242"], ["updated_at", "2016-10-07 18:58:15.037242"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8544], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.038110"], ["updated_at", "2016-10-07 18:58:15.038110"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8545], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.038976"], ["updated_at", "2016-10-07 18:58:15.038976"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8546], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.039974"], ["updated_at", "2016-10-07 18:58:15.039974"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8547], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.040866"], ["updated_at", "2016-10-07 18:58:15.040866"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8548], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.041952"], ["updated_at", "2016-10-07 18:58:15.041952"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8549], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.043015"], ["updated_at", "2016-10-07 18:58:15.043015"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8550], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.044413"], ["updated_at", "2016-10-07 18:58:15.044413"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8551], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.046033"], ["updated_at", "2016-10-07 18:58:15.046033"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8552], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.048838"], ["updated_at", "2016-10-07 18:58:15.048838"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8553], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.051400"], ["updated_at", "2016-10-07 18:58:15.051400"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8554], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.054264"], ["updated_at", "2016-10-07 18:58:15.054264"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8555], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.055367"], ["updated_at", "2016-10-07 18:58:15.055367"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8556], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.056357"], ["updated_at", "2016-10-07 18:58:15.056357"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8557], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.057316"], ["updated_at", "2016-10-07 18:58:15.057316"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8558], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.058216"], ["updated_at", "2016-10-07 18:58:15.058216"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8559], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.059278"], ["updated_at", "2016-10-07 18:58:15.059278"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8560], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.060190"], ["updated_at", "2016-10-07 18:58:15.060190"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8561], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.061127"], ["updated_at", "2016-10-07 18:58:15.061127"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8562], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.062038"], ["updated_at", "2016-10-07 18:58:15.062038"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8563], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.062939"], ["updated_at", "2016-10-07 18:58:15.062939"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8564], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.063879"], ["updated_at", "2016-10-07 18:58:15.063879"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8565], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.064965"], ["updated_at", "2016-10-07 18:58:15.064965"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8566], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.065832"], ["updated_at", "2016-10-07 18:58:15.065832"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8567], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.066715"], ["updated_at", "2016-10-07 18:58:15.066715"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8568], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.067597"], ["updated_at", "2016-10-07 18:58:15.067597"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8569], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.068478"], ["updated_at", "2016-10-07 18:58:15.068478"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8570], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.069372"], ["updated_at", "2016-10-07 18:58:15.069372"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8571], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.070204"], ["updated_at", "2016-10-07 18:58:15.070204"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8572], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.071106"], ["updated_at", "2016-10-07 18:58:15.071106"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8573], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.071940"], ["updated_at", "2016-10-07 18:58:15.071940"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8574], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.072772"], ["updated_at", "2016-10-07 18:58:15.072772"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8575], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.073642"], ["updated_at", "2016-10-07 18:58:15.073642"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8576], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.074471"], ["updated_at", "2016-10-07 18:58:15.074471"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8577], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.075334"], ["updated_at", "2016-10-07 18:58:15.075334"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8578], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.076136"], ["updated_at", "2016-10-07 18:58:15.076136"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8579], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.076955"], ["updated_at", "2016-10-07 18:58:15.076955"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8580], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.077790"], ["updated_at", "2016-10-07 18:58:15.077790"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8581], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.078710"], ["updated_at", "2016-10-07 18:58:15.078710"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8582], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.079725"], ["updated_at", "2016-10-07 18:58:15.079725"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8583], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.080767"], ["updated_at", "2016-10-07 18:58:15.080767"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8584], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.081741"], ["updated_at", "2016-10-07 18:58:15.081741"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8585], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.082657"], ["updated_at", "2016-10-07 18:58:15.082657"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8586], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.083569"], ["updated_at", "2016-10-07 18:58:15.083569"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8587], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.084486"], ["updated_at", "2016-10-07 18:58:15.084486"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8588], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.085420"], ["updated_at", "2016-10-07 18:58:15.085420"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8589], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.086328"], ["updated_at", "2016-10-07 18:58:15.086328"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8590], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.087274"], ["updated_at", "2016-10-07 18:58:15.087274"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8591], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.088193"], ["updated_at", "2016-10-07 18:58:15.088193"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8592], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.089030"], ["updated_at", "2016-10-07 18:58:15.089030"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8593], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.089876"], ["updated_at", "2016-10-07 18:58:15.089876"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8594], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.090750"], ["updated_at", "2016-10-07 18:58:15.090750"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8595], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.091603"], ["updated_at", "2016-10-07 18:58:15.091603"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8596], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.092409"], ["updated_at", "2016-10-07 18:58:15.092409"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8597], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.093234"], ["updated_at", "2016-10-07 18:58:15.093234"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8598], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.094052"], ["updated_at", "2016-10-07 18:58:15.094052"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8599], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.094886"], ["updated_at", "2016-10-07 18:58:15.094886"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8600], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.095720"], ["updated_at", "2016-10-07 18:58:15.095720"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8601], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.096554"], ["updated_at", "2016-10-07 18:58:15.096554"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8602], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.097537"], ["updated_at", "2016-10-07 18:58:15.097537"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8603], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.098412"], ["updated_at", "2016-10-07 18:58:15.098412"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8604], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.099298"], ["updated_at", "2016-10-07 18:58:15.099298"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8605], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.100146"], ["updated_at", "2016-10-07 18:58:15.100146"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8606], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.100970"], ["updated_at", "2016-10-07 18:58:15.100970"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8607], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.101796"], ["updated_at", "2016-10-07 18:58:15.101796"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8608], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.102680"], ["updated_at", "2016-10-07 18:58:15.102680"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8609], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.103536"], ["updated_at", "2016-10-07 18:58:15.103536"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8610], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.104356"], ["updated_at", "2016-10-07 18:58:15.104356"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8611], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.105184"], ["updated_at", "2016-10-07 18:58:15.105184"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8612], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.106032"], ["updated_at", "2016-10-07 18:58:15.106032"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8613], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.106949"], ["updated_at", "2016-10-07 18:58:15.106949"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8614], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.107778"], ["updated_at", "2016-10-07 18:58:15.107778"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8615], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.108613"], ["updated_at", "2016-10-07 18:58:15.108613"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8616], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.109447"], ["updated_at", "2016-10-07 18:58:15.109447"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8617], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.110262"], ["updated_at", "2016-10-07 18:58:15.110262"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8618], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.111081"], ["updated_at", "2016-10-07 18:58:15.111081"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8619], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.111897"], ["updated_at", "2016-10-07 18:58:15.111897"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8620], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.112716"], ["updated_at", "2016-10-07 18:58:15.112716"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8621], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.113528"], ["updated_at", "2016-10-07 18:58:15.113528"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8622], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.114352"], ["updated_at", "2016-10-07 18:58:15.114352"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8623], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.115189"], ["updated_at", "2016-10-07 18:58:15.115189"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8624], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.116030"], ["updated_at", "2016-10-07 18:58:15.116030"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8625], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.117004"], ["updated_at", "2016-10-07 18:58:15.117004"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8626], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.117874"], ["updated_at", "2016-10-07 18:58:15.117874"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8627], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.118735"], ["updated_at", "2016-10-07 18:58:15.118735"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8628], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.119557"], ["updated_at", "2016-10-07 18:58:15.119557"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8629], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.120394"], ["updated_at", "2016-10-07 18:58:15.120394"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8630], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.121220"], ["updated_at", "2016-10-07 18:58:15.121220"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8631], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.122055"], ["updated_at", "2016-10-07 18:58:15.122055"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 52], ["message_id", 8632], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.122956"], ["updated_at", "2016-10-07 18:58:15.122956"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8633], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.123831"], ["updated_at", "2016-10-07 18:58:15.123831"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8634], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.124664"], ["updated_at", "2016-10-07 18:58:15.124664"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8635], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.125500"], ["updated_at", "2016-10-07 18:58:15.125500"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8636], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.126343"], ["updated_at", "2016-10-07 18:58:15.126343"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8637], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.127230"], ["updated_at", "2016-10-07 18:58:15.127230"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8638], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.128067"], ["updated_at", "2016-10-07 18:58:15.128067"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8639], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.128875"], ["updated_at", "2016-10-07 18:58:15.128875"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8640], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.129695"], ["updated_at", "2016-10-07 18:58:15.129695"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8641], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.130746"], ["updated_at", "2016-10-07 18:58:15.130746"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8642], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.131741"], ["updated_at", "2016-10-07 18:58:15.131741"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8643], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.133128"], ["updated_at", "2016-10-07 18:58:15.133128"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8644], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.135560"], ["updated_at", "2016-10-07 18:58:15.135560"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8645], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.137528"], ["updated_at", "2016-10-07 18:58:15.137528"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8646], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.140109"], ["updated_at", "2016-10-07 18:58:15.140109"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8647], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.142786"], ["updated_at", "2016-10-07 18:58:15.142786"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8648], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.143911"], ["updated_at", "2016-10-07 18:58:15.143911"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8649], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.144916"], ["updated_at", "2016-10-07 18:58:15.144916"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8650], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.145902"], ["updated_at", "2016-10-07 18:58:15.145902"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8651], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.146907"], ["updated_at", "2016-10-07 18:58:15.146907"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8652], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.147876"], ["updated_at", "2016-10-07 18:58:15.147876"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8653], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.148778"], ["updated_at", "2016-10-07 18:58:15.148778"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8654], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.149660"], ["updated_at", "2016-10-07 18:58:15.149660"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8655], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.150537"], ["updated_at", "2016-10-07 18:58:15.150537"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8656], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.151407"], ["updated_at", "2016-10-07 18:58:15.151407"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8657], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.152243"], ["updated_at", "2016-10-07 18:58:15.152243"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8658], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.153112"], ["updated_at", "2016-10-07 18:58:15.153112"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8659], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.153979"], ["updated_at", "2016-10-07 18:58:15.153979"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8660], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.154895"], ["updated_at", "2016-10-07 18:58:15.154895"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8661], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.155826"], ["updated_at", "2016-10-07 18:58:15.155826"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8662], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.156705"], ["updated_at", "2016-10-07 18:58:15.156705"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8663], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.157566"], ["updated_at", "2016-10-07 18:58:15.157566"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8664], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.158414"], ["updated_at", "2016-10-07 18:58:15.158414"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8665], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.159380"], ["updated_at", "2016-10-07 18:58:15.159380"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8666], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.160224"], ["updated_at", "2016-10-07 18:58:15.160224"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8667], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.161068"], ["updated_at", "2016-10-07 18:58:15.161068"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8668], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.161907"], ["updated_at", "2016-10-07 18:58:15.161907"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8669], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.162762"], ["updated_at", "2016-10-07 18:58:15.162762"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8670], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.163699"], ["updated_at", "2016-10-07 18:58:15.163699"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8671], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.164644"], ["updated_at", "2016-10-07 18:58:15.164644"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8672], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.165499"], ["updated_at", "2016-10-07 18:58:15.165499"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8673], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.166478"], ["updated_at", "2016-10-07 18:58:15.166478"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8674], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.167387"], ["updated_at", "2016-10-07 18:58:15.167387"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8675], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.168233"], ["updated_at", "2016-10-07 18:58:15.168233"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8676], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.169082"], ["updated_at", "2016-10-07 18:58:15.169082"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8677], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.169930"], ["updated_at", "2016-10-07 18:58:15.169930"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8678], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.170782"], ["updated_at", "2016-10-07 18:58:15.170782"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8679], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.171664"], ["updated_at", "2016-10-07 18:58:15.171664"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8680], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.172496"], ["updated_at", "2016-10-07 18:58:15.172496"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8681], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.173479"], ["updated_at", "2016-10-07 18:58:15.173479"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8682], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.174428"], ["updated_at", "2016-10-07 18:58:15.174428"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8683], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.175330"], ["updated_at", "2016-10-07 18:58:15.175330"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8684], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.176178"], ["updated_at", "2016-10-07 18:58:15.176178"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8685], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.177050"], ["updated_at", "2016-10-07 18:58:15.177050"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8686], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.177886"], ["updated_at", "2016-10-07 18:58:15.177886"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8687], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.178772"], ["updated_at", "2016-10-07 18:58:15.178772"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8688], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.179618"], ["updated_at", "2016-10-07 18:58:15.179618"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8689], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.180484"], ["updated_at", "2016-10-07 18:58:15.180484"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8690], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.181389"], ["updated_at", "2016-10-07 18:58:15.181389"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8691], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.182427"], ["updated_at", "2016-10-07 18:58:15.182427"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8692], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.183834"], ["updated_at", "2016-10-07 18:58:15.183834"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8693], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.186913"], ["updated_at", "2016-10-07 18:58:15.186913"]] SQL (0.7ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8694], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.188886"], ["updated_at", "2016-10-07 18:58:15.188886"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8695], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.193705"], ["updated_at", "2016-10-07 18:58:15.193705"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8696], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.196311"], ["updated_at", "2016-10-07 18:58:15.196311"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8697], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.197631"], ["updated_at", "2016-10-07 18:58:15.197631"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8698], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.198762"], ["updated_at", "2016-10-07 18:58:15.198762"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8699], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.199767"], ["updated_at", "2016-10-07 18:58:15.199767"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8700], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.200715"], ["updated_at", "2016-10-07 18:58:15.200715"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8701], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.201634"], ["updated_at", "2016-10-07 18:58:15.201634"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8702], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.202645"], ["updated_at", "2016-10-07 18:58:15.202645"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8703], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.203572"], ["updated_at", "2016-10-07 18:58:15.203572"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8704], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.204894"], ["updated_at", "2016-10-07 18:58:15.204894"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8705], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.208588"], ["updated_at", "2016-10-07 18:58:15.208588"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8706], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.209929"], ["updated_at", "2016-10-07 18:58:15.209929"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8707], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.210970"], ["updated_at", "2016-10-07 18:58:15.210970"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8708], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.212052"], ["updated_at", "2016-10-07 18:58:15.212052"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8709], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.213038"], ["updated_at", "2016-10-07 18:58:15.213038"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8710], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.214149"], ["updated_at", "2016-10-07 18:58:15.214149"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8711], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.215233"], ["updated_at", "2016-10-07 18:58:15.215233"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8712], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.216155"], ["updated_at", "2016-10-07 18:58:15.216155"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8713], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.217062"], ["updated_at", "2016-10-07 18:58:15.217062"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8714], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.217940"], ["updated_at", "2016-10-07 18:58:15.217940"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8715], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.218843"], ["updated_at", "2016-10-07 18:58:15.218843"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8716], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.219730"], ["updated_at", "2016-10-07 18:58:15.219730"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8717], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.220605"], ["updated_at", "2016-10-07 18:58:15.220605"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8718], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.221509"], ["updated_at", "2016-10-07 18:58:15.221509"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8719], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.222402"], ["updated_at", "2016-10-07 18:58:15.222402"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8720], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.223292"], ["updated_at", "2016-10-07 18:58:15.223292"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8721], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.224238"], ["updated_at", "2016-10-07 18:58:15.224238"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8722], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.225120"], ["updated_at", "2016-10-07 18:58:15.225120"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8723], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.225985"], ["updated_at", "2016-10-07 18:58:15.225985"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8724], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.226848"], ["updated_at", "2016-10-07 18:58:15.226848"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8725], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.227705"], ["updated_at", "2016-10-07 18:58:15.227705"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8726], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.228549"], ["updated_at", "2016-10-07 18:58:15.228549"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8727], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.229408"], ["updated_at", "2016-10-07 18:58:15.229408"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8728], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.230249"], ["updated_at", "2016-10-07 18:58:15.230249"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8729], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.231220"], ["updated_at", "2016-10-07 18:58:15.231220"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8730], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.232488"], ["updated_at", "2016-10-07 18:58:15.232488"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8731], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.233723"], ["updated_at", "2016-10-07 18:58:15.233723"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8732], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.236577"], ["updated_at", "2016-10-07 18:58:15.236577"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8733], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.239783"], ["updated_at", "2016-10-07 18:58:15.239783"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8734], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.242096"], ["updated_at", "2016-10-07 18:58:15.242096"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8735], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.243230"], ["updated_at", "2016-10-07 18:58:15.243230"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8736], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.244179"], ["updated_at", "2016-10-07 18:58:15.244179"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8737], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.245118"], ["updated_at", "2016-10-07 18:58:15.245118"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8738], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.246024"], ["updated_at", "2016-10-07 18:58:15.246024"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8739], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.247182"], ["updated_at", "2016-10-07 18:58:15.247182"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8740], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.248378"], ["updated_at", "2016-10-07 18:58:15.248378"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8741], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.249319"], ["updated_at", "2016-10-07 18:58:15.249319"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8742], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.250239"], ["updated_at", "2016-10-07 18:58:15.250239"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8743], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.251149"], ["updated_at", "2016-10-07 18:58:15.251149"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8744], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.252038"], ["updated_at", "2016-10-07 18:58:15.252038"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8745], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.252924"], ["updated_at", "2016-10-07 18:58:15.252924"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8746], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.253794"], ["updated_at", "2016-10-07 18:58:15.253794"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8747], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.254661"], ["updated_at", "2016-10-07 18:58:15.254661"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8748], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.255544"], ["updated_at", "2016-10-07 18:58:15.255544"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8749], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.256445"], ["updated_at", "2016-10-07 18:58:15.256445"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8750], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.257342"], ["updated_at", "2016-10-07 18:58:15.257342"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8751], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.258208"], ["updated_at", "2016-10-07 18:58:15.258208"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8752], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.259061"], ["updated_at", "2016-10-07 18:58:15.259061"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8753], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.259916"], ["updated_at", "2016-10-07 18:58:15.259916"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8754], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.260751"], ["updated_at", "2016-10-07 18:58:15.260751"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8755], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.261624"], ["updated_at", "2016-10-07 18:58:15.261624"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8756], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.262458"], ["updated_at", "2016-10-07 18:58:15.262458"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8757], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.263319"], ["updated_at", "2016-10-07 18:58:15.263319"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8758], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.264197"], ["updated_at", "2016-10-07 18:58:15.264197"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8759], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.265095"], ["updated_at", "2016-10-07 18:58:15.265095"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8760], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.265940"], ["updated_at", "2016-10-07 18:58:15.265940"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8761], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.266956"], ["updated_at", "2016-10-07 18:58:15.266956"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8762], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.267837"], ["updated_at", "2016-10-07 18:58:15.267837"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8763], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.268718"], ["updated_at", "2016-10-07 18:58:15.268718"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8764], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.269564"], ["updated_at", "2016-10-07 18:58:15.269564"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8765], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.270426"], ["updated_at", "2016-10-07 18:58:15.270426"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8766], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.271289"], ["updated_at", "2016-10-07 18:58:15.271289"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8767], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.272132"], ["updated_at", "2016-10-07 18:58:15.272132"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8768], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.273042"], ["updated_at", "2016-10-07 18:58:15.273042"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8769], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.273901"], ["updated_at", "2016-10-07 18:58:15.273901"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8770], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.274760"], ["updated_at", "2016-10-07 18:58:15.274760"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8771], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.275670"], ["updated_at", "2016-10-07 18:58:15.275670"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8772], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.276518"], ["updated_at", "2016-10-07 18:58:15.276518"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8773], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.277359"], ["updated_at", "2016-10-07 18:58:15.277359"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8774], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.278180"], ["updated_at", "2016-10-07 18:58:15.278180"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8775], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.279052"], ["updated_at", "2016-10-07 18:58:15.279052"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8776], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.280098"], ["updated_at", "2016-10-07 18:58:15.280098"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8777], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.281084"], ["updated_at", "2016-10-07 18:58:15.281084"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8778], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.282019"], ["updated_at", "2016-10-07 18:58:15.282019"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8779], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.283163"], ["updated_at", "2016-10-07 18:58:15.283163"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8780], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.284722"], ["updated_at", "2016-10-07 18:58:15.284722"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8781], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.287463"], ["updated_at", "2016-10-07 18:58:15.287463"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8782], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.290590"], ["updated_at", "2016-10-07 18:58:15.290590"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8783], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.292760"], ["updated_at", "2016-10-07 18:58:15.292760"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8784], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.293954"], ["updated_at", "2016-10-07 18:58:15.293954"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8785], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.294991"], ["updated_at", "2016-10-07 18:58:15.294991"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8786], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.295946"], ["updated_at", "2016-10-07 18:58:15.295946"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8787], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.296941"], ["updated_at", "2016-10-07 18:58:15.296941"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8788], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.297936"], ["updated_at", "2016-10-07 18:58:15.297936"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8789], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.298875"], ["updated_at", "2016-10-07 18:58:15.298875"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8790], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.299788"], ["updated_at", "2016-10-07 18:58:15.299788"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8791], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.300666"], ["updated_at", "2016-10-07 18:58:15.300666"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8792], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.301561"], ["updated_at", "2016-10-07 18:58:15.301561"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8793], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.302565"], ["updated_at", "2016-10-07 18:58:15.302565"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8794], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.303550"], ["updated_at", "2016-10-07 18:58:15.303550"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8795], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.304443"], ["updated_at", "2016-10-07 18:58:15.304443"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8796], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.305317"], ["updated_at", "2016-10-07 18:58:15.305317"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8797], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.306218"], ["updated_at", "2016-10-07 18:58:15.306218"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 53], ["message_id", 8798], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.307114"], ["updated_at", "2016-10-07 18:58:15.307114"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8799], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.307995"], ["updated_at", "2016-10-07 18:58:15.307995"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8800], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.308860"], ["updated_at", "2016-10-07 18:58:15.308860"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8801], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.309708"], ["updated_at", "2016-10-07 18:58:15.309708"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8802], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.310571"], ["updated_at", "2016-10-07 18:58:15.310571"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8803], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.311420"], ["updated_at", "2016-10-07 18:58:15.311420"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8804], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.312317"], ["updated_at", "2016-10-07 18:58:15.312317"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8805], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.313207"], ["updated_at", "2016-10-07 18:58:15.313207"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8806], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.314156"], ["updated_at", "2016-10-07 18:58:15.314156"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8807], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.315030"], ["updated_at", "2016-10-07 18:58:15.315030"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8808], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.315890"], ["updated_at", "2016-10-07 18:58:15.315890"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8809], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.316754"], ["updated_at", "2016-10-07 18:58:15.316754"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8810], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.317642"], ["updated_at", "2016-10-07 18:58:15.317642"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8811], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.318492"], ["updated_at", "2016-10-07 18:58:15.318492"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8812], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.319328"], ["updated_at", "2016-10-07 18:58:15.319328"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8813], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.320188"], ["updated_at", "2016-10-07 18:58:15.320188"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8814], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.321021"], ["updated_at", "2016-10-07 18:58:15.321021"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8815], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.321975"], ["updated_at", "2016-10-07 18:58:15.321975"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8816], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.322955"], ["updated_at", "2016-10-07 18:58:15.322955"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8817], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.323833"], ["updated_at", "2016-10-07 18:58:15.323833"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8818], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.324724"], ["updated_at", "2016-10-07 18:58:15.324724"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8819], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.325604"], ["updated_at", "2016-10-07 18:58:15.325604"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8820], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.326463"], ["updated_at", "2016-10-07 18:58:15.326463"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8821], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.327359"], ["updated_at", "2016-10-07 18:58:15.327359"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8822], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.328205"], ["updated_at", "2016-10-07 18:58:15.328205"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8823], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.329055"], ["updated_at", "2016-10-07 18:58:15.329055"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8824], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.329905"], ["updated_at", "2016-10-07 18:58:15.329905"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8825], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.330796"], ["updated_at", "2016-10-07 18:58:15.330796"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8826], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.331732"], ["updated_at", "2016-10-07 18:58:15.331732"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8827], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.332660"], ["updated_at", "2016-10-07 18:58:15.332660"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8828], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.333955"], ["updated_at", "2016-10-07 18:58:15.333955"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8829], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.336671"], ["updated_at", "2016-10-07 18:58:15.336671"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8830], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.339335"], ["updated_at", "2016-10-07 18:58:15.339335"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8831], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.342524"], ["updated_at", "2016-10-07 18:58:15.342524"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8832], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.343792"], ["updated_at", "2016-10-07 18:58:15.343792"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8833], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.344882"], ["updated_at", "2016-10-07 18:58:15.344882"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8834], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.345861"], ["updated_at", "2016-10-07 18:58:15.345861"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8835], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.346891"], ["updated_at", "2016-10-07 18:58:15.346891"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8836], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.347867"], ["updated_at", "2016-10-07 18:58:15.347867"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8837], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.348861"], ["updated_at", "2016-10-07 18:58:15.348861"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8838], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.349786"], ["updated_at", "2016-10-07 18:58:15.349786"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8839], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.350699"], ["updated_at", "2016-10-07 18:58:15.350699"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8840], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.351604"], ["updated_at", "2016-10-07 18:58:15.351604"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8841], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.352503"], ["updated_at", "2016-10-07 18:58:15.352503"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8842], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.353421"], ["updated_at", "2016-10-07 18:58:15.353421"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8843], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.354292"], ["updated_at", "2016-10-07 18:58:15.354292"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8844], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.355173"], ["updated_at", "2016-10-07 18:58:15.355173"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8845], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.356083"], ["updated_at", "2016-10-07 18:58:15.356083"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8846], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.356967"], ["updated_at", "2016-10-07 18:58:15.356967"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8847], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.357880"], ["updated_at", "2016-10-07 18:58:15.357880"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8848], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.358781"], ["updated_at", "2016-10-07 18:58:15.358781"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8849], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.359649"], ["updated_at", "2016-10-07 18:58:15.359649"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8850], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.360510"], ["updated_at", "2016-10-07 18:58:15.360510"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8851], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.361371"], ["updated_at", "2016-10-07 18:58:15.361371"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8852], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.362220"], ["updated_at", "2016-10-07 18:58:15.362220"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8853], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.363073"], ["updated_at", "2016-10-07 18:58:15.363073"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8854], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.363949"], ["updated_at", "2016-10-07 18:58:15.363949"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8855], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.364876"], ["updated_at", "2016-10-07 18:58:15.364876"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8856], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.365745"], ["updated_at", "2016-10-07 18:58:15.365745"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8857], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.366598"], ["updated_at", "2016-10-07 18:58:15.366598"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8858], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.367537"], ["updated_at", "2016-10-07 18:58:15.367537"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8859], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.368405"], ["updated_at", "2016-10-07 18:58:15.368405"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8860], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.369253"], ["updated_at", "2016-10-07 18:58:15.369253"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8861], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.370096"], ["updated_at", "2016-10-07 18:58:15.370096"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8862], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.370978"], ["updated_at", "2016-10-07 18:58:15.370978"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8863], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.371835"], ["updated_at", "2016-10-07 18:58:15.371835"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8864], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.372713"], ["updated_at", "2016-10-07 18:58:15.372713"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8865], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.373647"], ["updated_at", "2016-10-07 18:58:15.373647"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8866], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.374558"], ["updated_at", "2016-10-07 18:58:15.374558"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8867], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.375421"], ["updated_at", "2016-10-07 18:58:15.375421"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8868], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.376286"], ["updated_at", "2016-10-07 18:58:15.376286"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8869], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.377252"], ["updated_at", "2016-10-07 18:58:15.377252"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8870], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.378134"], ["updated_at", "2016-10-07 18:58:15.378134"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8871], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.379998"], ["updated_at", "2016-10-07 18:58:15.379998"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8872], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.381403"], ["updated_at", "2016-10-07 18:58:15.381403"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8873], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.382549"], ["updated_at", "2016-10-07 18:58:15.382549"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8874], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.383601"], ["updated_at", "2016-10-07 18:58:15.383601"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8875], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.384594"], ["updated_at", "2016-10-07 18:58:15.384594"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8876], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.395769"], ["updated_at", "2016-10-07 18:58:15.395769"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8877], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.396958"], ["updated_at", "2016-10-07 18:58:15.396958"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8878], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.397953"], ["updated_at", "2016-10-07 18:58:15.397953"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8879], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.398884"], ["updated_at", "2016-10-07 18:58:15.398884"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8880], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.399825"], ["updated_at", "2016-10-07 18:58:15.399825"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8881], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.400750"], ["updated_at", "2016-10-07 18:58:15.400750"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8882], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.401631"], ["updated_at", "2016-10-07 18:58:15.401631"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8883], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.402495"], ["updated_at", "2016-10-07 18:58:15.402495"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8884], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.403423"], ["updated_at", "2016-10-07 18:58:15.403423"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8885], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.404292"], ["updated_at", "2016-10-07 18:58:15.404292"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8886], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.405143"], ["updated_at", "2016-10-07 18:58:15.405143"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8887], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.406069"], ["updated_at", "2016-10-07 18:58:15.406069"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8888], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.406995"], ["updated_at", "2016-10-07 18:58:15.406995"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8889], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.407836"], ["updated_at", "2016-10-07 18:58:15.407836"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8890], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.408680"], ["updated_at", "2016-10-07 18:58:15.408680"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8891], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.409511"], ["updated_at", "2016-10-07 18:58:15.409511"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8892], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.410339"], ["updated_at", "2016-10-07 18:58:15.410339"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8893], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.411184"], ["updated_at", "2016-10-07 18:58:15.411184"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8894], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.412020"], ["updated_at", "2016-10-07 18:58:15.412020"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8895], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.412842"], ["updated_at", "2016-10-07 18:58:15.412842"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8896], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.413682"], ["updated_at", "2016-10-07 18:58:15.413682"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8897], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.414527"], ["updated_at", "2016-10-07 18:58:15.414527"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8898], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.415370"], ["updated_at", "2016-10-07 18:58:15.415370"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8899], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.416353"], ["updated_at", "2016-10-07 18:58:15.416353"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8900], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.417200"], ["updated_at", "2016-10-07 18:58:15.417200"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8901], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.418053"], ["updated_at", "2016-10-07 18:58:15.418053"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8902], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.418936"], ["updated_at", "2016-10-07 18:58:15.418936"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8903], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.419819"], ["updated_at", "2016-10-07 18:58:15.419819"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8904], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.420641"], ["updated_at", "2016-10-07 18:58:15.420641"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8905], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.421472"], ["updated_at", "2016-10-07 18:58:15.421472"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8906], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.422305"], ["updated_at", "2016-10-07 18:58:15.422305"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8907], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.423159"], ["updated_at", "2016-10-07 18:58:15.423159"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8908], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.423979"], ["updated_at", "2016-10-07 18:58:15.423979"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8909], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.424807"], ["updated_at", "2016-10-07 18:58:15.424807"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8910], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.425749"], ["updated_at", "2016-10-07 18:58:15.425749"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8911], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.426637"], ["updated_at", "2016-10-07 18:58:15.426637"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8912], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.427455"], ["updated_at", "2016-10-07 18:58:15.427455"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8913], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.428302"], ["updated_at", "2016-10-07 18:58:15.428302"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8914], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.429129"], ["updated_at", "2016-10-07 18:58:15.429129"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8915], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.429969"], ["updated_at", "2016-10-07 18:58:15.429969"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8916], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.430846"], ["updated_at", "2016-10-07 18:58:15.430846"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8917], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.431669"], ["updated_at", "2016-10-07 18:58:15.431669"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8918], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.432484"], ["updated_at", "2016-10-07 18:58:15.432484"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8919], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.433292"], ["updated_at", "2016-10-07 18:58:15.433292"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8920], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.434105"], ["updated_at", "2016-10-07 18:58:15.434105"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8921], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.435093"], ["updated_at", "2016-10-07 18:58:15.435093"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8922], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.435971"], ["updated_at", "2016-10-07 18:58:15.435971"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8923], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.436816"], ["updated_at", "2016-10-07 18:58:15.436816"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8924], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.437655"], ["updated_at", "2016-10-07 18:58:15.437655"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8925], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.438556"], ["updated_at", "2016-10-07 18:58:15.438556"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8926], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.439603"], ["updated_at", "2016-10-07 18:58:15.439603"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8927], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.440527"], ["updated_at", "2016-10-07 18:58:15.440527"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8928], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.441486"], ["updated_at", "2016-10-07 18:58:15.441486"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8929], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.442394"], ["updated_at", "2016-10-07 18:58:15.442394"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8930], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.443254"], ["updated_at", "2016-10-07 18:58:15.443254"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8931], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.444114"], ["updated_at", "2016-10-07 18:58:15.444114"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8932], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.444966"], ["updated_at", "2016-10-07 18:58:15.444966"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8933], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.445798"], ["updated_at", "2016-10-07 18:58:15.445798"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8934], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.446627"], ["updated_at", "2016-10-07 18:58:15.446627"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8935], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.447489"], ["updated_at", "2016-10-07 18:58:15.447489"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8936], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.448320"], ["updated_at", "2016-10-07 18:58:15.448320"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8937], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.449139"], ["updated_at", "2016-10-07 18:58:15.449139"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8938], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.449958"], ["updated_at", "2016-10-07 18:58:15.449958"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8939], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.450791"], ["updated_at", "2016-10-07 18:58:15.450791"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8940], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.451590"], ["updated_at", "2016-10-07 18:58:15.451590"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8941], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.452404"], ["updated_at", "2016-10-07 18:58:15.452404"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8942], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.453218"], ["updated_at", "2016-10-07 18:58:15.453218"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8943], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.454173"], ["updated_at", "2016-10-07 18:58:15.454173"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8944], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.455030"], ["updated_at", "2016-10-07 18:58:15.455030"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8945], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.455883"], ["updated_at", "2016-10-07 18:58:15.455883"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8946], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.456744"], ["updated_at", "2016-10-07 18:58:15.456744"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8947], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.457572"], ["updated_at", "2016-10-07 18:58:15.457572"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8948], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.458390"], ["updated_at", "2016-10-07 18:58:15.458390"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8949], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.459227"], ["updated_at", "2016-10-07 18:58:15.459227"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8950], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.460044"], ["updated_at", "2016-10-07 18:58:15.460044"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8951], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.460859"], ["updated_at", "2016-10-07 18:58:15.460859"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8952], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.461670"], ["updated_at", "2016-10-07 18:58:15.461670"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8953], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.462485"], ["updated_at", "2016-10-07 18:58:15.462485"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8954], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.463329"], ["updated_at", "2016-10-07 18:58:15.463329"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8955], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.464196"], ["updated_at", "2016-10-07 18:58:15.464196"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8956], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.465015"], ["updated_at", "2016-10-07 18:58:15.465015"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8957], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.465831"], ["updated_at", "2016-10-07 18:58:15.465831"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8958], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.466674"], ["updated_at", "2016-10-07 18:58:15.466674"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8959], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.467507"], ["updated_at", "2016-10-07 18:58:15.467507"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8960], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.468324"], ["updated_at", "2016-10-07 18:58:15.468324"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8961], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.469362"], ["updated_at", "2016-10-07 18:58:15.469362"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8962], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.470434"], ["updated_at", "2016-10-07 18:58:15.470434"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8963], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.471890"], ["updated_at", "2016-10-07 18:58:15.471890"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 54], ["message_id", 8964], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.473387"], ["updated_at", "2016-10-07 18:58:15.473387"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8965], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.476126"], ["updated_at", "2016-10-07 18:58:15.476126"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8966], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.478304"], ["updated_at", "2016-10-07 18:58:15.478304"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8967], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.481850"], ["updated_at", "2016-10-07 18:58:15.481850"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8968], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.483044"], ["updated_at", "2016-10-07 18:58:15.483044"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8969], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.484034"], ["updated_at", "2016-10-07 18:58:15.484034"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8970], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.484974"], ["updated_at", "2016-10-07 18:58:15.484974"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8971], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.485905"], ["updated_at", "2016-10-07 18:58:15.485905"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8972], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.486843"], ["updated_at", "2016-10-07 18:58:15.486843"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8973], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.487747"], ["updated_at", "2016-10-07 18:58:15.487747"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8974], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.488646"], ["updated_at", "2016-10-07 18:58:15.488646"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8975], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.489583"], ["updated_at", "2016-10-07 18:58:15.489583"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8976], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.490461"], ["updated_at", "2016-10-07 18:58:15.490461"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8977], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.491443"], ["updated_at", "2016-10-07 18:58:15.491443"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8978], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.492347"], ["updated_at", "2016-10-07 18:58:15.492347"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8979], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.493226"], ["updated_at", "2016-10-07 18:58:15.493226"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8980], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.494077"], ["updated_at", "2016-10-07 18:58:15.494077"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8981], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.494960"], ["updated_at", "2016-10-07 18:58:15.494960"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8982], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.495809"], ["updated_at", "2016-10-07 18:58:15.495809"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8983], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.496701"], ["updated_at", "2016-10-07 18:58:15.496701"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8984], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.497738"], ["updated_at", "2016-10-07 18:58:15.497738"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8985], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.498646"], ["updated_at", "2016-10-07 18:58:15.498646"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8986], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.499495"], ["updated_at", "2016-10-07 18:58:15.499495"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8987], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.500359"], ["updated_at", "2016-10-07 18:58:15.500359"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8988], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.501256"], ["updated_at", "2016-10-07 18:58:15.501256"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8989], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.502099"], ["updated_at", "2016-10-07 18:58:15.502099"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8990], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.502973"], ["updated_at", "2016-10-07 18:58:15.502973"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8991], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.503826"], ["updated_at", "2016-10-07 18:58:15.503826"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8992], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.504655"], ["updated_at", "2016-10-07 18:58:15.504655"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8993], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.505484"], ["updated_at", "2016-10-07 18:58:15.505484"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8994], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.506336"], ["updated_at", "2016-10-07 18:58:15.506336"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8995], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.507202"], ["updated_at", "2016-10-07 18:58:15.507202"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8996], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.508022"], ["updated_at", "2016-10-07 18:58:15.508022"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8997], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.508837"], ["updated_at", "2016-10-07 18:58:15.508837"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8998], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.509707"], ["updated_at", "2016-10-07 18:58:15.509707"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 8999], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.510760"], ["updated_at", "2016-10-07 18:58:15.510760"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9000], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.512421"], ["updated_at", "2016-10-07 18:58:15.512421"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9001], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.514491"], ["updated_at", "2016-10-07 18:58:15.514491"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9002], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.515600"], ["updated_at", "2016-10-07 18:58:15.515600"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9003], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.516606"], ["updated_at", "2016-10-07 18:58:15.516606"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9004], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.517521"], ["updated_at", "2016-10-07 18:58:15.517521"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9005], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.518403"], ["updated_at", "2016-10-07 18:58:15.518403"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9006], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.519307"], ["updated_at", "2016-10-07 18:58:15.519307"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9007], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.520210"], ["updated_at", "2016-10-07 18:58:15.520210"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9008], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.521091"], ["updated_at", "2016-10-07 18:58:15.521091"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9009], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.521981"], ["updated_at", "2016-10-07 18:58:15.521981"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9010], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.522889"], ["updated_at", "2016-10-07 18:58:15.522889"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9011], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.523752"], ["updated_at", "2016-10-07 18:58:15.523752"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9012], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.524583"], ["updated_at", "2016-10-07 18:58:15.524583"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9013], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.525433"], ["updated_at", "2016-10-07 18:58:15.525433"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9014], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.526264"], ["updated_at", "2016-10-07 18:58:15.526264"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9015], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.527167"], ["updated_at", "2016-10-07 18:58:15.527167"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9016], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.528018"], ["updated_at", "2016-10-07 18:58:15.528018"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9017], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.528852"], ["updated_at", "2016-10-07 18:58:15.528852"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9018], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.529727"], ["updated_at", "2016-10-07 18:58:15.529727"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9019], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.530835"], ["updated_at", "2016-10-07 18:58:15.530835"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9020], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.531725"], ["updated_at", "2016-10-07 18:58:15.531725"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9021], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.532590"], ["updated_at", "2016-10-07 18:58:15.532590"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9022], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.533445"], ["updated_at", "2016-10-07 18:58:15.533445"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9023], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.534309"], ["updated_at", "2016-10-07 18:58:15.534309"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9024], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.535184"], ["updated_at", "2016-10-07 18:58:15.535184"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9025], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.536037"], ["updated_at", "2016-10-07 18:58:15.536037"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9026], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.536877"], ["updated_at", "2016-10-07 18:58:15.536877"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9027], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.537696"], ["updated_at", "2016-10-07 18:58:15.537696"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9028], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.538607"], ["updated_at", "2016-10-07 18:58:15.538607"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9029], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.539614"], ["updated_at", "2016-10-07 18:58:15.539614"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9030], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.540467"], ["updated_at", "2016-10-07 18:58:15.540467"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9031], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.541320"], ["updated_at", "2016-10-07 18:58:15.541320"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9032], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.542194"], ["updated_at", "2016-10-07 18:58:15.542194"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9033], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.543082"], ["updated_at", "2016-10-07 18:58:15.543082"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9034], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.543969"], ["updated_at", "2016-10-07 18:58:15.543969"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9035], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.544796"], ["updated_at", "2016-10-07 18:58:15.544796"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9036], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.545625"], ["updated_at", "2016-10-07 18:58:15.545625"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9037], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.546449"], ["updated_at", "2016-10-07 18:58:15.546449"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9038], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.547338"], ["updated_at", "2016-10-07 18:58:15.547338"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9039], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.548176"], ["updated_at", "2016-10-07 18:58:15.548176"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9040], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.549107"], ["updated_at", "2016-10-07 18:58:15.549107"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9041], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.549955"], ["updated_at", "2016-10-07 18:58:15.549955"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9042], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.550809"], ["updated_at", "2016-10-07 18:58:15.550809"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9043], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.551648"], ["updated_at", "2016-10-07 18:58:15.551648"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9044], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.552478"], ["updated_at", "2016-10-07 18:58:15.552478"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9045], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.553330"], ["updated_at", "2016-10-07 18:58:15.553330"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9046], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.554166"], ["updated_at", "2016-10-07 18:58:15.554166"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9047], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.555037"], ["updated_at", "2016-10-07 18:58:15.555037"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9048], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.555856"], ["updated_at", "2016-10-07 18:58:15.555856"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9049], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.556708"], ["updated_at", "2016-10-07 18:58:15.556708"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9050], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.557526"], ["updated_at", "2016-10-07 18:58:15.557526"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9051], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.558383"], ["updated_at", "2016-10-07 18:58:15.558383"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9052], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.559293"], ["updated_at", "2016-10-07 18:58:15.559293"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9053], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.560122"], ["updated_at", "2016-10-07 18:58:15.560122"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9054], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.560941"], ["updated_at", "2016-10-07 18:58:15.560941"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9055], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.561828"], ["updated_at", "2016-10-07 18:58:15.561828"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9056], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.562653"], ["updated_at", "2016-10-07 18:58:15.562653"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9057], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.563495"], ["updated_at", "2016-10-07 18:58:15.563495"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9058], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.564331"], ["updated_at", "2016-10-07 18:58:15.564331"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9059], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.565168"], ["updated_at", "2016-10-07 18:58:15.565168"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9060], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.565996"], ["updated_at", "2016-10-07 18:58:15.565996"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9061], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.566828"], ["updated_at", "2016-10-07 18:58:15.566828"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9062], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.567781"], ["updated_at", "2016-10-07 18:58:15.567781"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9063], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.568751"], ["updated_at", "2016-10-07 18:58:15.568751"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9064], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.569595"], ["updated_at", "2016-10-07 18:58:15.569595"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9065], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.570457"], ["updated_at", "2016-10-07 18:58:15.570457"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9066], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.571315"], ["updated_at", "2016-10-07 18:58:15.571315"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9067], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.572159"], ["updated_at", "2016-10-07 18:58:15.572159"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9068], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.573009"], ["updated_at", "2016-10-07 18:58:15.573009"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9069], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.573845"], ["updated_at", "2016-10-07 18:58:15.573845"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9070], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.574683"], ["updated_at", "2016-10-07 18:58:15.574683"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9071], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.575504"], ["updated_at", "2016-10-07 18:58:15.575504"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9072], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.576333"], ["updated_at", "2016-10-07 18:58:15.576333"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9073], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.577163"], ["updated_at", "2016-10-07 18:58:15.577163"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9074], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.578007"], ["updated_at", "2016-10-07 18:58:15.578007"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9075], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.578854"], ["updated_at", "2016-10-07 18:58:15.578854"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9076], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.579676"], ["updated_at", "2016-10-07 18:58:15.579676"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9077], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.580562"], ["updated_at", "2016-10-07 18:58:15.580562"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9078], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.581396"], ["updated_at", "2016-10-07 18:58:15.581396"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9079], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.582221"], ["updated_at", "2016-10-07 18:58:15.582221"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9080], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.583073"], ["updated_at", "2016-10-07 18:58:15.583073"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9081], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.583895"], ["updated_at", "2016-10-07 18:58:15.583895"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9082], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.584747"], ["updated_at", "2016-10-07 18:58:15.584747"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9083], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.585586"], ["updated_at", "2016-10-07 18:58:15.585586"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9084], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.586429"], ["updated_at", "2016-10-07 18:58:15.586429"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9085], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.587328"], ["updated_at", "2016-10-07 18:58:15.587328"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9086], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.588196"], ["updated_at", "2016-10-07 18:58:15.588196"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9087], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.589198"], ["updated_at", "2016-10-07 18:58:15.589198"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9088], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.590070"], ["updated_at", "2016-10-07 18:58:15.590070"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9089], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.590948"], ["updated_at", "2016-10-07 18:58:15.590948"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9090], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.591779"], ["updated_at", "2016-10-07 18:58:15.591779"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9091], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.592623"], ["updated_at", "2016-10-07 18:58:15.592623"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9092], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.593555"], ["updated_at", "2016-10-07 18:58:15.593555"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9093], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.594383"], ["updated_at", "2016-10-07 18:58:15.594383"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9094], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.595264"], ["updated_at", "2016-10-07 18:58:15.595264"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9095], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.596095"], ["updated_at", "2016-10-07 18:58:15.596095"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9096], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.597012"], ["updated_at", "2016-10-07 18:58:15.597012"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9097], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.598000"], ["updated_at", "2016-10-07 18:58:15.598000"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9098], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.598930"], ["updated_at", "2016-10-07 18:58:15.598930"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9099], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.599781"], ["updated_at", "2016-10-07 18:58:15.599781"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9100], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.600791"], ["updated_at", "2016-10-07 18:58:15.600791"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9101], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.601736"], ["updated_at", "2016-10-07 18:58:15.601736"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9102], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.602718"], ["updated_at", "2016-10-07 18:58:15.602718"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9103], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.603591"], ["updated_at", "2016-10-07 18:58:15.603591"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9104], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.604442"], ["updated_at", "2016-10-07 18:58:15.604442"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9105], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.605291"], ["updated_at", "2016-10-07 18:58:15.605291"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9106], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.606157"], ["updated_at", "2016-10-07 18:58:15.606157"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9107], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.607116"], ["updated_at", "2016-10-07 18:58:15.607116"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9108], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.607986"], ["updated_at", "2016-10-07 18:58:15.607986"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9109], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.608850"], ["updated_at", "2016-10-07 18:58:15.608850"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9110], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.609686"], ["updated_at", "2016-10-07 18:58:15.609686"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9111], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.610564"], ["updated_at", "2016-10-07 18:58:15.610564"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9112], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.611401"], ["updated_at", "2016-10-07 18:58:15.611401"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9113], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.612222"], ["updated_at", "2016-10-07 18:58:15.612222"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9114], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.613062"], ["updated_at", "2016-10-07 18:58:15.613062"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9115], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.613922"], ["updated_at", "2016-10-07 18:58:15.613922"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9116], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.614791"], ["updated_at", "2016-10-07 18:58:15.614791"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9117], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.615619"], ["updated_at", "2016-10-07 18:58:15.615619"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9118], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.616518"], ["updated_at", "2016-10-07 18:58:15.616518"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9119], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.617358"], ["updated_at", "2016-10-07 18:58:15.617358"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9120], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.618169"], ["updated_at", "2016-10-07 18:58:15.618169"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9121], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.619051"], ["updated_at", "2016-10-07 18:58:15.619051"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9122], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.619886"], ["updated_at", "2016-10-07 18:58:15.619886"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9123], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.620700"], ["updated_at", "2016-10-07 18:58:15.620700"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9124], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.621528"], ["updated_at", "2016-10-07 18:58:15.621528"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9125], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.622352"], ["updated_at", "2016-10-07 18:58:15.622352"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9126], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.623244"], ["updated_at", "2016-10-07 18:58:15.623244"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9127], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.624062"], ["updated_at", "2016-10-07 18:58:15.624062"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9128], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.624864"], ["updated_at", "2016-10-07 18:58:15.624864"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9129], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.625686"], ["updated_at", "2016-10-07 18:58:15.625686"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 55], ["message_id", 9130], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.626673"], ["updated_at", "2016-10-07 18:58:15.626673"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9131], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.627612"], ["updated_at", "2016-10-07 18:58:15.627612"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9132], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.628479"], ["updated_at", "2016-10-07 18:58:15.628479"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9133], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.629330"], ["updated_at", "2016-10-07 18:58:15.629330"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9134], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.630211"], ["updated_at", "2016-10-07 18:58:15.630211"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9135], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.631106"], ["updated_at", "2016-10-07 18:58:15.631106"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9136], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.631934"], ["updated_at", "2016-10-07 18:58:15.631934"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9137], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.632770"], ["updated_at", "2016-10-07 18:58:15.632770"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9138], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.633604"], ["updated_at", "2016-10-07 18:58:15.633604"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9139], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.634486"], ["updated_at", "2016-10-07 18:58:15.634486"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9140], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.635377"], ["updated_at", "2016-10-07 18:58:15.635377"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9141], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.636338"], ["updated_at", "2016-10-07 18:58:15.636338"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9142], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.637172"], ["updated_at", "2016-10-07 18:58:15.637172"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9143], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.638007"], ["updated_at", "2016-10-07 18:58:15.638007"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9144], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.638899"], ["updated_at", "2016-10-07 18:58:15.638899"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9145], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.639829"], ["updated_at", "2016-10-07 18:58:15.639829"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9146], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.640804"], ["updated_at", "2016-10-07 18:58:15.640804"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9147], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.641717"], ["updated_at", "2016-10-07 18:58:15.641717"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9148], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.642639"], ["updated_at", "2016-10-07 18:58:15.642639"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9149], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.643533"], ["updated_at", "2016-10-07 18:58:15.643533"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9150], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.644448"], ["updated_at", "2016-10-07 18:58:15.644448"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9151], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.645357"], ["updated_at", "2016-10-07 18:58:15.645357"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9152], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.646415"], ["updated_at", "2016-10-07 18:58:15.646415"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9153], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.647378"], ["updated_at", "2016-10-07 18:58:15.647378"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9154], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.648235"], ["updated_at", "2016-10-07 18:58:15.648235"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9155], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.649086"], ["updated_at", "2016-10-07 18:58:15.649086"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9156], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.649918"], ["updated_at", "2016-10-07 18:58:15.649918"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9157], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.650771"], ["updated_at", "2016-10-07 18:58:15.650771"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9158], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.651604"], ["updated_at", "2016-10-07 18:58:15.651604"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9159], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.652437"], ["updated_at", "2016-10-07 18:58:15.652437"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9160], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.653257"], ["updated_at", "2016-10-07 18:58:15.653257"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9161], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.654079"], ["updated_at", "2016-10-07 18:58:15.654079"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9162], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.654983"], ["updated_at", "2016-10-07 18:58:15.654983"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9163], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.655834"], ["updated_at", "2016-10-07 18:58:15.655834"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9164], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.656663"], ["updated_at", "2016-10-07 18:58:15.656663"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9165], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.657493"], ["updated_at", "2016-10-07 18:58:15.657493"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9166], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.658322"], ["updated_at", "2016-10-07 18:58:15.658322"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9167], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.659190"], ["updated_at", "2016-10-07 18:58:15.659190"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9168], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.660027"], ["updated_at", "2016-10-07 18:58:15.660027"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9169], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.660946"], ["updated_at", "2016-10-07 18:58:15.660946"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9170], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.662198"], ["updated_at", "2016-10-07 18:58:15.662198"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9171], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.664884"], ["updated_at", "2016-10-07 18:58:15.664884"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9172], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.666845"], ["updated_at", "2016-10-07 18:58:15.666845"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9173], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.668792"], ["updated_at", "2016-10-07 18:58:15.668792"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9174], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.670583"], ["updated_at", "2016-10-07 18:58:15.670583"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9175], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.672612"], ["updated_at", "2016-10-07 18:58:15.672612"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9176], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.674808"], ["updated_at", "2016-10-07 18:58:15.674808"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9177], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.675914"], ["updated_at", "2016-10-07 18:58:15.675914"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9178], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.676896"], ["updated_at", "2016-10-07 18:58:15.676896"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9179], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.677796"], ["updated_at", "2016-10-07 18:58:15.677796"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9180], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.678713"], ["updated_at", "2016-10-07 18:58:15.678713"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9181], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.679789"], ["updated_at", "2016-10-07 18:58:15.679789"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9182], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.681068"], ["updated_at", "2016-10-07 18:58:15.681068"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9183], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.682023"], ["updated_at", "2016-10-07 18:58:15.682023"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9184], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.682976"], ["updated_at", "2016-10-07 18:58:15.682976"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9185], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.683884"], ["updated_at", "2016-10-07 18:58:15.683884"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9186], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.684762"], ["updated_at", "2016-10-07 18:58:15.684762"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9187], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.685641"], ["updated_at", "2016-10-07 18:58:15.685641"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9188], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.686524"], ["updated_at", "2016-10-07 18:58:15.686524"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9189], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.687400"], ["updated_at", "2016-10-07 18:58:15.687400"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9190], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.689099"], ["updated_at", "2016-10-07 18:58:15.689099"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9191], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.691191"], ["updated_at", "2016-10-07 18:58:15.691191"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9192], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.692196"], ["updated_at", "2016-10-07 18:58:15.692196"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9193], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.693125"], ["updated_at", "2016-10-07 18:58:15.693125"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9194], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.694017"], ["updated_at", "2016-10-07 18:58:15.694017"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9195], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.694928"], ["updated_at", "2016-10-07 18:58:15.694928"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9196], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.695805"], ["updated_at", "2016-10-07 18:58:15.695805"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9197], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.696775"], ["updated_at", "2016-10-07 18:58:15.696775"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9198], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.697671"], ["updated_at", "2016-10-07 18:58:15.697671"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9199], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.698541"], ["updated_at", "2016-10-07 18:58:15.698541"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9200], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.699395"], ["updated_at", "2016-10-07 18:58:15.699395"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9201], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.700379"], ["updated_at", "2016-10-07 18:58:15.700379"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9202], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.701269"], ["updated_at", "2016-10-07 18:58:15.701269"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9203], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.702128"], ["updated_at", "2016-10-07 18:58:15.702128"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9204], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.702995"], ["updated_at", "2016-10-07 18:58:15.702995"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9205], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.703863"], ["updated_at", "2016-10-07 18:58:15.703863"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9206], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.704703"], ["updated_at", "2016-10-07 18:58:15.704703"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9207], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.705556"], ["updated_at", "2016-10-07 18:58:15.705556"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9208], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.706393"], ["updated_at", "2016-10-07 18:58:15.706393"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9209], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.707257"], ["updated_at", "2016-10-07 18:58:15.707257"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9210], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.708090"], ["updated_at", "2016-10-07 18:58:15.708090"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9211], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.708913"], ["updated_at", "2016-10-07 18:58:15.708913"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9212], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.709819"], ["updated_at", "2016-10-07 18:58:15.709819"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9213], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.710671"], ["updated_at", "2016-10-07 18:58:15.710671"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9214], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.711496"], ["updated_at", "2016-10-07 18:58:15.711496"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9215], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.712347"], ["updated_at", "2016-10-07 18:58:15.712347"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9216], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.713178"], ["updated_at", "2016-10-07 18:58:15.713178"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9217], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.714024"], ["updated_at", "2016-10-07 18:58:15.714024"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9218], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.714850"], ["updated_at", "2016-10-07 18:58:15.714850"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9219], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.715677"], ["updated_at", "2016-10-07 18:58:15.715677"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9220], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.716499"], ["updated_at", "2016-10-07 18:58:15.716499"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9221], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.717315"], ["updated_at", "2016-10-07 18:58:15.717315"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9222], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.718136"], ["updated_at", "2016-10-07 18:58:15.718136"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9223], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.718966"], ["updated_at", "2016-10-07 18:58:15.718966"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9224], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.719938"], ["updated_at", "2016-10-07 18:58:15.719938"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9225], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.720803"], ["updated_at", "2016-10-07 18:58:15.720803"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9226], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.721636"], ["updated_at", "2016-10-07 18:58:15.721636"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9227], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.722478"], ["updated_at", "2016-10-07 18:58:15.722478"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9228], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.723337"], ["updated_at", "2016-10-07 18:58:15.723337"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9229], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.724163"], ["updated_at", "2016-10-07 18:58:15.724163"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9230], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.724988"], ["updated_at", "2016-10-07 18:58:15.724988"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9231], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.725794"], ["updated_at", "2016-10-07 18:58:15.725794"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9232], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.726623"], ["updated_at", "2016-10-07 18:58:15.726623"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9233], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.727458"], ["updated_at", "2016-10-07 18:58:15.727458"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9234], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.728301"], ["updated_at", "2016-10-07 18:58:15.728301"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9235], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.729192"], ["updated_at", "2016-10-07 18:58:15.729192"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9236], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.730148"], ["updated_at", "2016-10-07 18:58:15.730148"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9237], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.731052"], ["updated_at", "2016-10-07 18:58:15.731052"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9238], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.731883"], ["updated_at", "2016-10-07 18:58:15.731883"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9239], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.732691"], ["updated_at", "2016-10-07 18:58:15.732691"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9240], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.733525"], ["updated_at", "2016-10-07 18:58:15.733525"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9241], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.734347"], ["updated_at", "2016-10-07 18:58:15.734347"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9242], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.735227"], ["updated_at", "2016-10-07 18:58:15.735227"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9243], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.736087"], ["updated_at", "2016-10-07 18:58:15.736087"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9244], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.736911"], ["updated_at", "2016-10-07 18:58:15.736911"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9245], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.737738"], ["updated_at", "2016-10-07 18:58:15.737738"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9246], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.738623"], ["updated_at", "2016-10-07 18:58:15.738623"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9247], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.739671"], ["updated_at", "2016-10-07 18:58:15.739671"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9248], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.740570"], ["updated_at", "2016-10-07 18:58:15.740570"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9249], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.741496"], ["updated_at", "2016-10-07 18:58:15.741496"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9250], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.742330"], ["updated_at", "2016-10-07 18:58:15.742330"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9251], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.743229"], ["updated_at", "2016-10-07 18:58:15.743229"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9252], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.744064"], ["updated_at", "2016-10-07 18:58:15.744064"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9253], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.744881"], ["updated_at", "2016-10-07 18:58:15.744881"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9254], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.745713"], ["updated_at", "2016-10-07 18:58:15.745713"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9255], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.746581"], ["updated_at", "2016-10-07 18:58:15.746581"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9256], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.747441"], ["updated_at", "2016-10-07 18:58:15.747441"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9257], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.748315"], ["updated_at", "2016-10-07 18:58:15.748315"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9258], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.749220"], ["updated_at", "2016-10-07 18:58:15.749220"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9259], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.750059"], ["updated_at", "2016-10-07 18:58:15.750059"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9260], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.750914"], ["updated_at", "2016-10-07 18:58:15.750914"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9261], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.751755"], ["updated_at", "2016-10-07 18:58:15.751755"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9262], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.752569"], ["updated_at", "2016-10-07 18:58:15.752569"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9263], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.753389"], ["updated_at", "2016-10-07 18:58:15.753389"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9264], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.754445"], ["updated_at", "2016-10-07 18:58:15.754445"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9265], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.755619"], ["updated_at", "2016-10-07 18:58:15.755619"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9266], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.757107"], ["updated_at", "2016-10-07 18:58:15.757107"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9267], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.758607"], ["updated_at", "2016-10-07 18:58:15.758607"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9268], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.761196"], ["updated_at", "2016-10-07 18:58:15.761196"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9269], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.763798"], ["updated_at", "2016-10-07 18:58:15.763798"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9270], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.766658"], ["updated_at", "2016-10-07 18:58:15.766658"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9271], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.767897"], ["updated_at", "2016-10-07 18:58:15.767897"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9272], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.768911"], ["updated_at", "2016-10-07 18:58:15.768911"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9273], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.769871"], ["updated_at", "2016-10-07 18:58:15.769871"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9274], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.770933"], ["updated_at", "2016-10-07 18:58:15.770933"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9275], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.771864"], ["updated_at", "2016-10-07 18:58:15.771864"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9276], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.772828"], ["updated_at", "2016-10-07 18:58:15.772828"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9277], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.773713"], ["updated_at", "2016-10-07 18:58:15.773713"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9278], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.774683"], ["updated_at", "2016-10-07 18:58:15.774683"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9279], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.775559"], ["updated_at", "2016-10-07 18:58:15.775559"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9280], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.776426"], ["updated_at", "2016-10-07 18:58:15.776426"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9281], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.777282"], ["updated_at", "2016-10-07 18:58:15.777282"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9282], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.778269"], ["updated_at", "2016-10-07 18:58:15.778269"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9283], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.779181"], ["updated_at", "2016-10-07 18:58:15.779181"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9284], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.780201"], ["updated_at", "2016-10-07 18:58:15.780201"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9285], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.781204"], ["updated_at", "2016-10-07 18:58:15.781204"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9286], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.782064"], ["updated_at", "2016-10-07 18:58:15.782064"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9287], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.782963"], ["updated_at", "2016-10-07 18:58:15.782963"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9288], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.783808"], ["updated_at", "2016-10-07 18:58:15.783808"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9289], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.784646"], ["updated_at", "2016-10-07 18:58:15.784646"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9290], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.785525"], ["updated_at", "2016-10-07 18:58:15.785525"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9291], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.786392"], ["updated_at", "2016-10-07 18:58:15.786392"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9292], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.787282"], ["updated_at", "2016-10-07 18:58:15.787282"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9293], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.788123"], ["updated_at", "2016-10-07 18:58:15.788123"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9294], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.789102"], ["updated_at", "2016-10-07 18:58:15.789102"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9295], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.790304"], ["updated_at", "2016-10-07 18:58:15.790304"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 56], ["message_id", 9296], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.792283"], ["updated_at", "2016-10-07 18:58:15.792283"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9297], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.794048"], ["updated_at", "2016-10-07 18:58:15.794048"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9298], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.795559"], ["updated_at", "2016-10-07 18:58:15.795559"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9299], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.797173"], ["updated_at", "2016-10-07 18:58:15.797173"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9300], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.798741"], ["updated_at", "2016-10-07 18:58:15.798741"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9301], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.800043"], ["updated_at", "2016-10-07 18:58:15.800043"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9302], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.801148"], ["updated_at", "2016-10-07 18:58:15.801148"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9303], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.802219"], ["updated_at", "2016-10-07 18:58:15.802219"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9304], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.803292"], ["updated_at", "2016-10-07 18:58:15.803292"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9305], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.804350"], ["updated_at", "2016-10-07 18:58:15.804350"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9306], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.805477"], ["updated_at", "2016-10-07 18:58:15.805477"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9307], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.806687"], ["updated_at", "2016-10-07 18:58:15.806687"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9308], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.808054"], ["updated_at", "2016-10-07 18:58:15.808054"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9309], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.809342"], ["updated_at", "2016-10-07 18:58:15.809342"]] SQL (0.5ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9310], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.811069"], ["updated_at", "2016-10-07 18:58:15.811069"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9311], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.815617"], ["updated_at", "2016-10-07 18:58:15.815617"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9312], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.817332"], ["updated_at", "2016-10-07 18:58:15.817332"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9313], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.818493"], ["updated_at", "2016-10-07 18:58:15.818493"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9314], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.819521"], ["updated_at", "2016-10-07 18:58:15.819521"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9315], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.820483"], ["updated_at", "2016-10-07 18:58:15.820483"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9316], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.821399"], ["updated_at", "2016-10-07 18:58:15.821399"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9317], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.822308"], ["updated_at", "2016-10-07 18:58:15.822308"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9318], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.823274"], ["updated_at", "2016-10-07 18:58:15.823274"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9319], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.824212"], ["updated_at", "2016-10-07 18:58:15.824212"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9320], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.825157"], ["updated_at", "2016-10-07 18:58:15.825157"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9321], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.826093"], ["updated_at", "2016-10-07 18:58:15.826093"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9322], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.827133"], ["updated_at", "2016-10-07 18:58:15.827133"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9323], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.828034"], ["updated_at", "2016-10-07 18:58:15.828034"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9324], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.828891"], ["updated_at", "2016-10-07 18:58:15.828891"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9325], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.829968"], ["updated_at", "2016-10-07 18:58:15.829968"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9326], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.830981"], ["updated_at", "2016-10-07 18:58:15.830981"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9327], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.832071"], ["updated_at", "2016-10-07 18:58:15.832071"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9328], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.833075"], ["updated_at", "2016-10-07 18:58:15.833075"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9329], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.834101"], ["updated_at", "2016-10-07 18:58:15.834101"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9330], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.835467"], ["updated_at", "2016-10-07 18:58:15.835467"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9331], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.837566"], ["updated_at", "2016-10-07 18:58:15.837566"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9332], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.838715"], ["updated_at", "2016-10-07 18:58:15.838715"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9333], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.839699"], ["updated_at", "2016-10-07 18:58:15.839699"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9334], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.840578"], ["updated_at", "2016-10-07 18:58:15.840578"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9335], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.841554"], ["updated_at", "2016-10-07 18:58:15.841554"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9336], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.842492"], ["updated_at", "2016-10-07 18:58:15.842492"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9337], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.843399"], ["updated_at", "2016-10-07 18:58:15.843399"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9338], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.844252"], ["updated_at", "2016-10-07 18:58:15.844252"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9339], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.845102"], ["updated_at", "2016-10-07 18:58:15.845102"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9340], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.845925"], ["updated_at", "2016-10-07 18:58:15.845925"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9341], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.847158"], ["updated_at", "2016-10-07 18:58:15.847158"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9342], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.850323"], ["updated_at", "2016-10-07 18:58:15.850323"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9343], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.852660"], ["updated_at", "2016-10-07 18:58:15.852660"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9344], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.854731"], ["updated_at", "2016-10-07 18:58:15.854731"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9345], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.855818"], ["updated_at", "2016-10-07 18:58:15.855818"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9346], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.856741"], ["updated_at", "2016-10-07 18:58:15.856741"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9347], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.857614"], ["updated_at", "2016-10-07 18:58:15.857614"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9348], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.858494"], ["updated_at", "2016-10-07 18:58:15.858494"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9349], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.859372"], ["updated_at", "2016-10-07 18:58:15.859372"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9350], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.860231"], ["updated_at", "2016-10-07 18:58:15.860231"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9351], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.861101"], ["updated_at", "2016-10-07 18:58:15.861101"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9352], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.861978"], ["updated_at", "2016-10-07 18:58:15.861978"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9353], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.862903"], ["updated_at", "2016-10-07 18:58:15.862903"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9354], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.864565"], ["updated_at", "2016-10-07 18:58:15.864565"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9355], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.867538"], ["updated_at", "2016-10-07 18:58:15.867538"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9356], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.869578"], ["updated_at", "2016-10-07 18:58:15.869578"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9357], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.871473"], ["updated_at", "2016-10-07 18:58:15.871473"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9358], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.872438"], ["updated_at", "2016-10-07 18:58:15.872438"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9359], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.873365"], ["updated_at", "2016-10-07 18:58:15.873365"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9360], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.874254"], ["updated_at", "2016-10-07 18:58:15.874254"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9361], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.875172"], ["updated_at", "2016-10-07 18:58:15.875172"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9362], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.876029"], ["updated_at", "2016-10-07 18:58:15.876029"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9363], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.876900"], ["updated_at", "2016-10-07 18:58:15.876900"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9364], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.877757"], ["updated_at", "2016-10-07 18:58:15.877757"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9365], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.878647"], ["updated_at", "2016-10-07 18:58:15.878647"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9366], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.879571"], ["updated_at", "2016-10-07 18:58:15.879571"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9367], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.880523"], ["updated_at", "2016-10-07 18:58:15.880523"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9368], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.881380"], ["updated_at", "2016-10-07 18:58:15.881380"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9369], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.882200"], ["updated_at", "2016-10-07 18:58:15.882200"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9370], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.883287"], ["updated_at", "2016-10-07 18:58:15.883287"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9371], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.884252"], ["updated_at", "2016-10-07 18:58:15.884252"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9372], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.885195"], ["updated_at", "2016-10-07 18:58:15.885195"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9373], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.886137"], ["updated_at", "2016-10-07 18:58:15.886137"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9374], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.887130"], ["updated_at", "2016-10-07 18:58:15.887130"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9375], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.888131"], ["updated_at", "2016-10-07 18:58:15.888131"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9376], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.889062"], ["updated_at", "2016-10-07 18:58:15.889062"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9377], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.889969"], ["updated_at", "2016-10-07 18:58:15.889969"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9378], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.890952"], ["updated_at", "2016-10-07 18:58:15.890952"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9379], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.891880"], ["updated_at", "2016-10-07 18:58:15.891880"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9380], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.892816"], ["updated_at", "2016-10-07 18:58:15.892816"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9381], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.893738"], ["updated_at", "2016-10-07 18:58:15.893738"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9382], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.894691"], ["updated_at", "2016-10-07 18:58:15.894691"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9383], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.895614"], ["updated_at", "2016-10-07 18:58:15.895614"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9384], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.896531"], ["updated_at", "2016-10-07 18:58:15.896531"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9385], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.897461"], ["updated_at", "2016-10-07 18:58:15.897461"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9386], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.898306"], ["updated_at", "2016-10-07 18:58:15.898306"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9387], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.899138"], ["updated_at", "2016-10-07 18:58:15.899138"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9388], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.899958"], ["updated_at", "2016-10-07 18:58:15.899958"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9389], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.900838"], ["updated_at", "2016-10-07 18:58:15.900838"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9390], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.901653"], ["updated_at", "2016-10-07 18:58:15.901653"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9391], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.902463"], ["updated_at", "2016-10-07 18:58:15.902463"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9392], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.903280"], ["updated_at", "2016-10-07 18:58:15.903280"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9393], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.904095"], ["updated_at", "2016-10-07 18:58:15.904095"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9394], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.904918"], ["updated_at", "2016-10-07 18:58:15.904918"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9395], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.905721"], ["updated_at", "2016-10-07 18:58:15.905721"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9396], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.906540"], ["updated_at", "2016-10-07 18:58:15.906540"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9397], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.907358"], ["updated_at", "2016-10-07 18:58:15.907358"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9398], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.908169"], ["updated_at", "2016-10-07 18:58:15.908169"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9399], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.909088"], ["updated_at", "2016-10-07 18:58:15.909088"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9400], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.909967"], ["updated_at", "2016-10-07 18:58:15.909967"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9401], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.911101"], ["updated_at", "2016-10-07 18:58:15.911101"]] SQL (0.6ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9402], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.913408"], ["updated_at", "2016-10-07 18:58:15.913408"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9403], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.915995"], ["updated_at", "2016-10-07 18:58:15.915995"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9404], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.917140"], ["updated_at", "2016-10-07 18:58:15.917140"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9405], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.918194"], ["updated_at", "2016-10-07 18:58:15.918194"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9406], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.919153"], ["updated_at", "2016-10-07 18:58:15.919153"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9407], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.920063"], ["updated_at", "2016-10-07 18:58:15.920063"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9408], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.921103"], ["updated_at", "2016-10-07 18:58:15.921103"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9409], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.922033"], ["updated_at", "2016-10-07 18:58:15.922033"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9410], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.922962"], ["updated_at", "2016-10-07 18:58:15.922962"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9411], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.923834"], ["updated_at", "2016-10-07 18:58:15.923834"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9412], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.924692"], ["updated_at", "2016-10-07 18:58:15.924692"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9413], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.925608"], ["updated_at", "2016-10-07 18:58:15.925608"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9414], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.926491"], ["updated_at", "2016-10-07 18:58:15.926491"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9415], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.927406"], ["updated_at", "2016-10-07 18:58:15.927406"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9416], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.928264"], ["updated_at", "2016-10-07 18:58:15.928264"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9417], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.929118"], ["updated_at", "2016-10-07 18:58:15.929118"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9418], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.930085"], ["updated_at", "2016-10-07 18:58:15.930085"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9419], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.931211"], ["updated_at", "2016-10-07 18:58:15.931211"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9420], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.932149"], ["updated_at", "2016-10-07 18:58:15.932149"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9421], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.933027"], ["updated_at", "2016-10-07 18:58:15.933027"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9422], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.933973"], ["updated_at", "2016-10-07 18:58:15.933973"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9423], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.935344"], ["updated_at", "2016-10-07 18:58:15.935344"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9424], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.936743"], ["updated_at", "2016-10-07 18:58:15.936743"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9425], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.938729"], ["updated_at", "2016-10-07 18:58:15.938729"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9426], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.939792"], ["updated_at", "2016-10-07 18:58:15.939792"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9427], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.940666"], ["updated_at", "2016-10-07 18:58:15.940666"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9428], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.941533"], ["updated_at", "2016-10-07 18:58:15.941533"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9429], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.942621"], ["updated_at", "2016-10-07 18:58:15.942621"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9430], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.943512"], ["updated_at", "2016-10-07 18:58:15.943512"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9431], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.944384"], ["updated_at", "2016-10-07 18:58:15.944384"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9432], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.945237"], ["updated_at", "2016-10-07 18:58:15.945237"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9433], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.946145"], ["updated_at", "2016-10-07 18:58:15.946145"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9434], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.947100"], ["updated_at", "2016-10-07 18:58:15.947100"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9435], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.947930"], ["updated_at", "2016-10-07 18:58:15.947930"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9436], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.948775"], ["updated_at", "2016-10-07 18:58:15.948775"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9437], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.949758"], ["updated_at", "2016-10-07 18:58:15.949758"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9438], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.950685"], ["updated_at", "2016-10-07 18:58:15.950685"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9439], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.951545"], ["updated_at", "2016-10-07 18:58:15.951545"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9440], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.952401"], ["updated_at", "2016-10-07 18:58:15.952401"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9441], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.953311"], ["updated_at", "2016-10-07 18:58:15.953311"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9442], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.954154"], ["updated_at", "2016-10-07 18:58:15.954154"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9443], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.955020"], ["updated_at", "2016-10-07 18:58:15.955020"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9444], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.955852"], ["updated_at", "2016-10-07 18:58:15.955852"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9445], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.956679"], ["updated_at", "2016-10-07 18:58:15.956679"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9446], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.957507"], ["updated_at", "2016-10-07 18:58:15.957507"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9447], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.958336"], ["updated_at", "2016-10-07 18:58:15.958336"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9448], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.959250"], ["updated_at", "2016-10-07 18:58:15.959250"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9449], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.960069"], ["updated_at", "2016-10-07 18:58:15.960069"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9450], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.960897"], ["updated_at", "2016-10-07 18:58:15.960897"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9451], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.961725"], ["updated_at", "2016-10-07 18:58:15.961725"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9452], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.962572"], ["updated_at", "2016-10-07 18:58:15.962572"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9453], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.963410"], ["updated_at", "2016-10-07 18:58:15.963410"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9454], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.964239"], ["updated_at", "2016-10-07 18:58:15.964239"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9455], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.965060"], ["updated_at", "2016-10-07 18:58:15.965060"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9456], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.965875"], ["updated_at", "2016-10-07 18:58:15.965875"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9457], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.966702"], ["updated_at", "2016-10-07 18:58:15.966702"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9458], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.967528"], ["updated_at", "2016-10-07 18:58:15.967528"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9459], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.968390"], ["updated_at", "2016-10-07 18:58:15.968390"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9460], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.969331"], ["updated_at", "2016-10-07 18:58:15.969331"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9461], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.970203"], ["updated_at", "2016-10-07 18:58:15.970203"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 57], ["message_id", 9462], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.971091"], ["updated_at", "2016-10-07 18:58:15.971091"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9463], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.971962"], ["updated_at", "2016-10-07 18:58:15.971962"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9464], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.972806"], ["updated_at", "2016-10-07 18:58:15.972806"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9465], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.973659"], ["updated_at", "2016-10-07 18:58:15.973659"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9466], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.974514"], ["updated_at", "2016-10-07 18:58:15.974514"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9467], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.975349"], ["updated_at", "2016-10-07 18:58:15.975349"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9468], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.976183"], ["updated_at", "2016-10-07 18:58:15.976183"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9469], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.977008"], ["updated_at", "2016-10-07 18:58:15.977008"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9470], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.977836"], ["updated_at", "2016-10-07 18:58:15.977836"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9471], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.978807"], ["updated_at", "2016-10-07 18:58:15.978807"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9472], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.979673"], ["updated_at", "2016-10-07 18:58:15.979673"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9473], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.980527"], ["updated_at", "2016-10-07 18:58:15.980527"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9474], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.981392"], ["updated_at", "2016-10-07 18:58:15.981392"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9475], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.982232"], ["updated_at", "2016-10-07 18:58:15.982232"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9476], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.983075"], ["updated_at", "2016-10-07 18:58:15.983075"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9477], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.983910"], ["updated_at", "2016-10-07 18:58:15.983910"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9478], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.984736"], ["updated_at", "2016-10-07 18:58:15.984736"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9479], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.985587"], ["updated_at", "2016-10-07 18:58:15.985587"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9480], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.986413"], ["updated_at", "2016-10-07 18:58:15.986413"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9481], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.987292"], ["updated_at", "2016-10-07 18:58:15.987292"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9482], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.988257"], ["updated_at", "2016-10-07 18:58:15.988257"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9483], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.989127"], ["updated_at", "2016-10-07 18:58:15.989127"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9484], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.989986"], ["updated_at", "2016-10-07 18:58:15.989986"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9485], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.990845"], ["updated_at", "2016-10-07 18:58:15.990845"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9486], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.991681"], ["updated_at", "2016-10-07 18:58:15.991681"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9487], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.992523"], ["updated_at", "2016-10-07 18:58:15.992523"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9488], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.993361"], ["updated_at", "2016-10-07 18:58:15.993361"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9489], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.994190"], ["updated_at", "2016-10-07 18:58:15.994190"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9490], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.995048"], ["updated_at", "2016-10-07 18:58:15.995048"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9491], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.995907"], ["updated_at", "2016-10-07 18:58:15.995907"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9492], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.996758"], ["updated_at", "2016-10-07 18:58:15.996758"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9493], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.997624"], ["updated_at", "2016-10-07 18:58:15.997624"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9494], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.998469"], ["updated_at", "2016-10-07 18:58:15.998469"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9495], ["status", "sent"], ["created_at", "2016-10-07 18:58:15.999356"], ["updated_at", "2016-10-07 18:58:15.999356"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9496], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.000189"], ["updated_at", "2016-10-07 18:58:16.000189"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9497], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.001031"], ["updated_at", "2016-10-07 18:58:16.001031"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9498], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.001858"], ["updated_at", "2016-10-07 18:58:16.001858"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9499], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.002727"], ["updated_at", "2016-10-07 18:58:16.002727"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9500], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.003579"], ["updated_at", "2016-10-07 18:58:16.003579"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9501], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.004456"], ["updated_at", "2016-10-07 18:58:16.004456"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9502], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.005289"], ["updated_at", "2016-10-07 18:58:16.005289"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9503], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.006120"], ["updated_at", "2016-10-07 18:58:16.006120"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9504], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.006998"], ["updated_at", "2016-10-07 18:58:16.006998"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9505], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.007925"], ["updated_at", "2016-10-07 18:58:16.007925"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9506], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.008760"], ["updated_at", "2016-10-07 18:58:16.008760"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9507], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.009600"], ["updated_at", "2016-10-07 18:58:16.009600"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9508], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.010428"], ["updated_at", "2016-10-07 18:58:16.010428"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9509], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.011284"], ["updated_at", "2016-10-07 18:58:16.011284"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9510], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.012149"], ["updated_at", "2016-10-07 18:58:16.012149"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9511], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.012994"], ["updated_at", "2016-10-07 18:58:16.012994"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9512], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.013858"], ["updated_at", "2016-10-07 18:58:16.013858"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9513], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.014715"], ["updated_at", "2016-10-07 18:58:16.014715"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9514], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.015547"], ["updated_at", "2016-10-07 18:58:16.015547"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9515], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.016403"], ["updated_at", "2016-10-07 18:58:16.016403"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9516], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.017338"], ["updated_at", "2016-10-07 18:58:16.017338"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9517], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.018171"], ["updated_at", "2016-10-07 18:58:16.018171"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9518], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.019026"], ["updated_at", "2016-10-07 18:58:16.019026"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9519], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.019867"], ["updated_at", "2016-10-07 18:58:16.019867"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9520], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.020706"], ["updated_at", "2016-10-07 18:58:16.020706"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9521], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.021553"], ["updated_at", "2016-10-07 18:58:16.021553"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9522], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.022385"], ["updated_at", "2016-10-07 18:58:16.022385"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9523], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.023229"], ["updated_at", "2016-10-07 18:58:16.023229"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9524], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.024073"], ["updated_at", "2016-10-07 18:58:16.024073"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9525], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.024902"], ["updated_at", "2016-10-07 18:58:16.024902"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9526], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.025745"], ["updated_at", "2016-10-07 18:58:16.025745"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9527], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.026711"], ["updated_at", "2016-10-07 18:58:16.026711"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9528], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.027613"], ["updated_at", "2016-10-07 18:58:16.027613"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9529], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.028472"], ["updated_at", "2016-10-07 18:58:16.028472"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9530], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.029342"], ["updated_at", "2016-10-07 18:58:16.029342"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9531], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.030208"], ["updated_at", "2016-10-07 18:58:16.030208"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9532], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.031061"], ["updated_at", "2016-10-07 18:58:16.031061"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9533], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.031907"], ["updated_at", "2016-10-07 18:58:16.031907"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9534], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.032773"], ["updated_at", "2016-10-07 18:58:16.032773"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9535], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.033617"], ["updated_at", "2016-10-07 18:58:16.033617"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9536], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.034466"], ["updated_at", "2016-10-07 18:58:16.034466"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9537], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.035341"], ["updated_at", "2016-10-07 18:58:16.035341"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9538], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.036249"], ["updated_at", "2016-10-07 18:58:16.036249"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9539], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.037110"], ["updated_at", "2016-10-07 18:58:16.037110"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9540], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.037992"], ["updated_at", "2016-10-07 18:58:16.037992"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9541], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.039095"], ["updated_at", "2016-10-07 18:58:16.039095"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9542], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.040571"], ["updated_at", "2016-10-07 18:58:16.040571"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9543], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.042032"], ["updated_at", "2016-10-07 18:58:16.042032"]] SQL (0.6ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9544], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.043863"], ["updated_at", "2016-10-07 18:58:16.043863"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9545], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.046950"], ["updated_at", "2016-10-07 18:58:16.046950"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9546], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.048662"], ["updated_at", "2016-10-07 18:58:16.048662"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9547], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.053008"], ["updated_at", "2016-10-07 18:58:16.053008"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9548], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.055022"], ["updated_at", "2016-10-07 18:58:16.055022"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9549], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.056780"], ["updated_at", "2016-10-07 18:58:16.056780"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9550], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.057978"], ["updated_at", "2016-10-07 18:58:16.057978"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9551], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.059092"], ["updated_at", "2016-10-07 18:58:16.059092"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9552], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.060133"], ["updated_at", "2016-10-07 18:58:16.060133"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9553], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.061120"], ["updated_at", "2016-10-07 18:58:16.061120"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9554], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.062260"], ["updated_at", "2016-10-07 18:58:16.062260"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9555], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.063532"], ["updated_at", "2016-10-07 18:58:16.063532"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9556], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.064703"], ["updated_at", "2016-10-07 18:58:16.064703"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9557], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.065762"], ["updated_at", "2016-10-07 18:58:16.065762"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9558], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.066777"], ["updated_at", "2016-10-07 18:58:16.066777"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9559], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.067809"], ["updated_at", "2016-10-07 18:58:16.067809"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9560], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.068765"], ["updated_at", "2016-10-07 18:58:16.068765"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9561], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.069752"], ["updated_at", "2016-10-07 18:58:16.069752"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9562], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.070757"], ["updated_at", "2016-10-07 18:58:16.070757"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9563], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.072300"], ["updated_at", "2016-10-07 18:58:16.072300"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9564], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.073935"], ["updated_at", "2016-10-07 18:58:16.073935"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9565], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.076394"], ["updated_at", "2016-10-07 18:58:16.076394"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9566], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.077642"], ["updated_at", "2016-10-07 18:58:16.077642"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9567], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.078663"], ["updated_at", "2016-10-07 18:58:16.078663"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9568], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.079691"], ["updated_at", "2016-10-07 18:58:16.079691"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9569], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.082307"], ["updated_at", "2016-10-07 18:58:16.082307"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9570], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.085538"], ["updated_at", "2016-10-07 18:58:16.085538"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9571], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.086855"], ["updated_at", "2016-10-07 18:58:16.086855"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9572], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.088047"], ["updated_at", "2016-10-07 18:58:16.088047"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9573], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.089043"], ["updated_at", "2016-10-07 18:58:16.089043"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9574], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.090012"], ["updated_at", "2016-10-07 18:58:16.090012"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9575], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.091032"], ["updated_at", "2016-10-07 18:58:16.091032"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9576], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.091977"], ["updated_at", "2016-10-07 18:58:16.091977"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9577], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.092898"], ["updated_at", "2016-10-07 18:58:16.092898"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9578], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.093871"], ["updated_at", "2016-10-07 18:58:16.093871"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9579], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.094866"], ["updated_at", "2016-10-07 18:58:16.094866"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9580], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.095844"], ["updated_at", "2016-10-07 18:58:16.095844"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9581], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.096861"], ["updated_at", "2016-10-07 18:58:16.096861"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9582], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.097793"], ["updated_at", "2016-10-07 18:58:16.097793"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9583], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.098723"], ["updated_at", "2016-10-07 18:58:16.098723"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9584], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.099621"], ["updated_at", "2016-10-07 18:58:16.099621"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9585], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.100616"], ["updated_at", "2016-10-07 18:58:16.100616"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9586], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.101766"], ["updated_at", "2016-10-07 18:58:16.101766"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9587], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.103123"], ["updated_at", "2016-10-07 18:58:16.103123"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9588], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.105550"], ["updated_at", "2016-10-07 18:58:16.105550"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9589], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.106498"], ["updated_at", "2016-10-07 18:58:16.106498"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9590], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.107448"], ["updated_at", "2016-10-07 18:58:16.107448"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9591], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.108348"], ["updated_at", "2016-10-07 18:58:16.108348"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9592], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.109224"], ["updated_at", "2016-10-07 18:58:16.109224"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9593], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.110169"], ["updated_at", "2016-10-07 18:58:16.110169"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9594], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.111055"], ["updated_at", "2016-10-07 18:58:16.111055"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9595], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.111941"], ["updated_at", "2016-10-07 18:58:16.111941"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9596], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.112850"], ["updated_at", "2016-10-07 18:58:16.112850"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9597], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.113743"], ["updated_at", "2016-10-07 18:58:16.113743"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9598], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.114624"], ["updated_at", "2016-10-07 18:58:16.114624"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9599], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.115471"], ["updated_at", "2016-10-07 18:58:16.115471"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9600], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.116361"], ["updated_at", "2016-10-07 18:58:16.116361"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9601], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.117217"], ["updated_at", "2016-10-07 18:58:16.117217"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9602], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.118074"], ["updated_at", "2016-10-07 18:58:16.118074"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9603], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.118972"], ["updated_at", "2016-10-07 18:58:16.118972"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9604], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.119954"], ["updated_at", "2016-10-07 18:58:16.119954"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9605], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.120890"], ["updated_at", "2016-10-07 18:58:16.120890"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9606], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.121776"], ["updated_at", "2016-10-07 18:58:16.121776"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9607], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.122657"], ["updated_at", "2016-10-07 18:58:16.122657"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9608], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.123526"], ["updated_at", "2016-10-07 18:58:16.123526"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9609], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.124383"], ["updated_at", "2016-10-07 18:58:16.124383"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9610], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.125239"], ["updated_at", "2016-10-07 18:58:16.125239"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9611], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.126086"], ["updated_at", "2016-10-07 18:58:16.126086"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9612], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.126962"], ["updated_at", "2016-10-07 18:58:16.126962"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9613], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.127816"], ["updated_at", "2016-10-07 18:58:16.127816"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9614], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.128744"], ["updated_at", "2016-10-07 18:58:16.128744"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9615], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.129638"], ["updated_at", "2016-10-07 18:58:16.129638"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9616], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.130519"], ["updated_at", "2016-10-07 18:58:16.130519"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9617], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.131371"], ["updated_at", "2016-10-07 18:58:16.131371"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9618], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.132218"], ["updated_at", "2016-10-07 18:58:16.132218"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9619], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.133199"], ["updated_at", "2016-10-07 18:58:16.133199"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9620], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.134120"], ["updated_at", "2016-10-07 18:58:16.134120"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9621], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.135078"], ["updated_at", "2016-10-07 18:58:16.135078"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9622], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.135959"], ["updated_at", "2016-10-07 18:58:16.135959"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9623], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.136869"], ["updated_at", "2016-10-07 18:58:16.136869"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9624], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.137788"], ["updated_at", "2016-10-07 18:58:16.137788"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9625], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.138756"], ["updated_at", "2016-10-07 18:58:16.138756"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9626], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.139720"], ["updated_at", "2016-10-07 18:58:16.139720"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9627], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.140597"], ["updated_at", "2016-10-07 18:58:16.140597"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 58], ["message_id", 9628], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.141465"], ["updated_at", "2016-10-07 18:58:16.141465"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9629], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.142340"], ["updated_at", "2016-10-07 18:58:16.142340"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9630], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.143250"], ["updated_at", "2016-10-07 18:58:16.143250"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9631], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.144236"], ["updated_at", "2016-10-07 18:58:16.144236"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9632], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.145252"], ["updated_at", "2016-10-07 18:58:16.145252"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9633], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.146163"], ["updated_at", "2016-10-07 18:58:16.146163"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9634], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.147122"], ["updated_at", "2016-10-07 18:58:16.147122"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9635], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.147989"], ["updated_at", "2016-10-07 18:58:16.147989"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9636], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.148862"], ["updated_at", "2016-10-07 18:58:16.148862"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9637], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.149711"], ["updated_at", "2016-10-07 18:58:16.149711"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9638], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.150610"], ["updated_at", "2016-10-07 18:58:16.150610"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9639], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.151468"], ["updated_at", "2016-10-07 18:58:16.151468"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9640], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.152320"], ["updated_at", "2016-10-07 18:58:16.152320"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9641], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.153167"], ["updated_at", "2016-10-07 18:58:16.153167"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9642], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.154029"], ["updated_at", "2016-10-07 18:58:16.154029"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9643], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.155080"], ["updated_at", "2016-10-07 18:58:16.155080"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9644], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.155979"], ["updated_at", "2016-10-07 18:58:16.155979"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9645], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.156858"], ["updated_at", "2016-10-07 18:58:16.156858"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9646], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.157808"], ["updated_at", "2016-10-07 18:58:16.157808"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9647], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.158691"], ["updated_at", "2016-10-07 18:58:16.158691"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9648], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.159577"], ["updated_at", "2016-10-07 18:58:16.159577"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9649], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.160445"], ["updated_at", "2016-10-07 18:58:16.160445"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9650], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.161317"], ["updated_at", "2016-10-07 18:58:16.161317"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9651], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.162194"], ["updated_at", "2016-10-07 18:58:16.162194"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9652], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.163100"], ["updated_at", "2016-10-07 18:58:16.163100"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9653], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.164045"], ["updated_at", "2016-10-07 18:58:16.164045"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9654], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.164913"], ["updated_at", "2016-10-07 18:58:16.164913"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9655], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.165799"], ["updated_at", "2016-10-07 18:58:16.165799"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9656], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.166723"], ["updated_at", "2016-10-07 18:58:16.166723"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9657], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.167624"], ["updated_at", "2016-10-07 18:58:16.167624"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9658], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.168510"], ["updated_at", "2016-10-07 18:58:16.168510"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9659], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.183503"], ["updated_at", "2016-10-07 18:58:16.183503"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9660], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.184667"], ["updated_at", "2016-10-07 18:58:16.184667"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9661], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.185718"], ["updated_at", "2016-10-07 18:58:16.185718"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9662], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.186672"], ["updated_at", "2016-10-07 18:58:16.186672"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9663], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.187674"], ["updated_at", "2016-10-07 18:58:16.187674"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9664], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.188579"], ["updated_at", "2016-10-07 18:58:16.188579"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9665], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.189492"], ["updated_at", "2016-10-07 18:58:16.189492"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9666], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.190390"], ["updated_at", "2016-10-07 18:58:16.190390"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9667], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.191313"], ["updated_at", "2016-10-07 18:58:16.191313"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9668], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.192252"], ["updated_at", "2016-10-07 18:58:16.192252"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9669], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.193229"], ["updated_at", "2016-10-07 18:58:16.193229"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9670], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.194102"], ["updated_at", "2016-10-07 18:58:16.194102"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9671], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.195003"], ["updated_at", "2016-10-07 18:58:16.195003"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9672], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.195972"], ["updated_at", "2016-10-07 18:58:16.195972"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9673], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.197997"], ["updated_at", "2016-10-07 18:58:16.197997"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9674], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.200932"], ["updated_at", "2016-10-07 18:58:16.200932"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9675], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.202123"], ["updated_at", "2016-10-07 18:58:16.202123"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9676], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.203192"], ["updated_at", "2016-10-07 18:58:16.203192"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9677], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.204204"], ["updated_at", "2016-10-07 18:58:16.204204"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9678], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.205153"], ["updated_at", "2016-10-07 18:58:16.205153"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9679], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.206051"], ["updated_at", "2016-10-07 18:58:16.206051"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9680], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.206999"], ["updated_at", "2016-10-07 18:58:16.206999"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9681], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.207896"], ["updated_at", "2016-10-07 18:58:16.207896"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9682], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.208816"], ["updated_at", "2016-10-07 18:58:16.208816"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9683], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.209771"], ["updated_at", "2016-10-07 18:58:16.209771"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9684], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.210780"], ["updated_at", "2016-10-07 18:58:16.210780"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9685], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.211790"], ["updated_at", "2016-10-07 18:58:16.211790"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9686], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.212758"], ["updated_at", "2016-10-07 18:58:16.212758"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9687], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.213707"], ["updated_at", "2016-10-07 18:58:16.213707"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9688], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.214667"], ["updated_at", "2016-10-07 18:58:16.214667"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9689], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.215534"], ["updated_at", "2016-10-07 18:58:16.215534"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9690], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.216417"], ["updated_at", "2016-10-07 18:58:16.216417"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9691], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.217269"], ["updated_at", "2016-10-07 18:58:16.217269"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9692], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.218148"], ["updated_at", "2016-10-07 18:58:16.218148"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9693], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.219252"], ["updated_at", "2016-10-07 18:58:16.219252"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9694], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.220556"], ["updated_at", "2016-10-07 18:58:16.220556"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9695], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.222921"], ["updated_at", "2016-10-07 18:58:16.222921"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9696], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.224006"], ["updated_at", "2016-10-07 18:58:16.224006"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9697], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.224896"], ["updated_at", "2016-10-07 18:58:16.224896"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9698], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.225775"], ["updated_at", "2016-10-07 18:58:16.225775"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9699], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.226673"], ["updated_at", "2016-10-07 18:58:16.226673"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9700], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.227526"], ["updated_at", "2016-10-07 18:58:16.227526"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9701], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.228368"], ["updated_at", "2016-10-07 18:58:16.228368"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9702], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.229284"], ["updated_at", "2016-10-07 18:58:16.229284"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9703], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.231166"], ["updated_at", "2016-10-07 18:58:16.231166"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9704], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.232280"], ["updated_at", "2016-10-07 18:58:16.232280"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9705], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.233193"], ["updated_at", "2016-10-07 18:58:16.233193"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9706], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.234072"], ["updated_at", "2016-10-07 18:58:16.234072"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9707], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.234988"], ["updated_at", "2016-10-07 18:58:16.234988"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9708], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.235867"], ["updated_at", "2016-10-07 18:58:16.235867"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9709], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.236751"], ["updated_at", "2016-10-07 18:58:16.236751"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9710], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.237640"], ["updated_at", "2016-10-07 18:58:16.237640"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9711], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.238524"], ["updated_at", "2016-10-07 18:58:16.238524"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9712], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.239386"], ["updated_at", "2016-10-07 18:58:16.239386"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9713], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.240224"], ["updated_at", "2016-10-07 18:58:16.240224"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9714], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.241171"], ["updated_at", "2016-10-07 18:58:16.241171"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9715], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.242019"], ["updated_at", "2016-10-07 18:58:16.242019"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9716], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.242863"], ["updated_at", "2016-10-07 18:58:16.242863"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9717], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.243705"], ["updated_at", "2016-10-07 18:58:16.243705"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9718], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.244560"], ["updated_at", "2016-10-07 18:58:16.244560"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9719], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.246069"], ["updated_at", "2016-10-07 18:58:16.246069"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9720], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.247971"], ["updated_at", "2016-10-07 18:58:16.247971"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9721], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.248990"], ["updated_at", "2016-10-07 18:58:16.248990"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9722], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.249893"], ["updated_at", "2016-10-07 18:58:16.249893"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9723], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.250799"], ["updated_at", "2016-10-07 18:58:16.250799"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9724], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.251689"], ["updated_at", "2016-10-07 18:58:16.251689"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9725], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.252561"], ["updated_at", "2016-10-07 18:58:16.252561"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9726], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.253449"], ["updated_at", "2016-10-07 18:58:16.253449"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9727], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.254338"], ["updated_at", "2016-10-07 18:58:16.254338"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9728], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.255272"], ["updated_at", "2016-10-07 18:58:16.255272"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9729], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.256195"], ["updated_at", "2016-10-07 18:58:16.256195"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9730], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.257047"], ["updated_at", "2016-10-07 18:58:16.257047"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9731], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.257892"], ["updated_at", "2016-10-07 18:58:16.257892"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9732], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.258779"], ["updated_at", "2016-10-07 18:58:16.258779"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9733], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.259623"], ["updated_at", "2016-10-07 18:58:16.259623"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9734], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.260517"], ["updated_at", "2016-10-07 18:58:16.260517"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9735], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.261355"], ["updated_at", "2016-10-07 18:58:16.261355"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9736], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.262199"], ["updated_at", "2016-10-07 18:58:16.262199"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9737], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.264141"], ["updated_at", "2016-10-07 18:58:16.264141"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9738], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.265397"], ["updated_at", "2016-10-07 18:58:16.265397"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9739], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.266347"], ["updated_at", "2016-10-07 18:58:16.266347"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9740], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.267300"], ["updated_at", "2016-10-07 18:58:16.267300"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9741], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.268196"], ["updated_at", "2016-10-07 18:58:16.268196"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9742], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.269068"], ["updated_at", "2016-10-07 18:58:16.269068"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9743], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.269933"], ["updated_at", "2016-10-07 18:58:16.269933"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9744], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.270841"], ["updated_at", "2016-10-07 18:58:16.270841"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9745], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.271723"], ["updated_at", "2016-10-07 18:58:16.271723"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9746], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.272607"], ["updated_at", "2016-10-07 18:58:16.272607"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9747], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.273456"], ["updated_at", "2016-10-07 18:58:16.273456"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9748], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.274329"], ["updated_at", "2016-10-07 18:58:16.274329"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9749], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.275201"], ["updated_at", "2016-10-07 18:58:16.275201"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9750], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.276044"], ["updated_at", "2016-10-07 18:58:16.276044"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9751], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.276879"], ["updated_at", "2016-10-07 18:58:16.276879"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9752], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.277710"], ["updated_at", "2016-10-07 18:58:16.277710"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9753], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.278545"], ["updated_at", "2016-10-07 18:58:16.278545"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9754], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.280002"], ["updated_at", "2016-10-07 18:58:16.280002"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9755], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.281438"], ["updated_at", "2016-10-07 18:58:16.281438"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9756], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.282391"], ["updated_at", "2016-10-07 18:58:16.282391"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9757], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.283338"], ["updated_at", "2016-10-07 18:58:16.283338"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9758], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.284219"], ["updated_at", "2016-10-07 18:58:16.284219"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9759], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.285092"], ["updated_at", "2016-10-07 18:58:16.285092"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9760], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.285971"], ["updated_at", "2016-10-07 18:58:16.285971"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9761], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.286849"], ["updated_at", "2016-10-07 18:58:16.286849"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9762], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.287773"], ["updated_at", "2016-10-07 18:58:16.287773"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9763], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.288617"], ["updated_at", "2016-10-07 18:58:16.288617"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9764], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.289455"], ["updated_at", "2016-10-07 18:58:16.289455"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9765], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.290370"], ["updated_at", "2016-10-07 18:58:16.290370"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9766], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.291233"], ["updated_at", "2016-10-07 18:58:16.291233"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9767], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.292071"], ["updated_at", "2016-10-07 18:58:16.292071"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9768], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.292904"], ["updated_at", "2016-10-07 18:58:16.292904"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9769], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.293740"], ["updated_at", "2016-10-07 18:58:16.293740"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9770], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.294578"], ["updated_at", "2016-10-07 18:58:16.294578"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9771], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.295424"], ["updated_at", "2016-10-07 18:58:16.295424"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9772], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.297234"], ["updated_at", "2016-10-07 18:58:16.297234"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9773], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.298314"], ["updated_at", "2016-10-07 18:58:16.298314"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9774], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.299261"], ["updated_at", "2016-10-07 18:58:16.299261"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9775], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.300339"], ["updated_at", "2016-10-07 18:58:16.300339"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9776], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.301313"], ["updated_at", "2016-10-07 18:58:16.301313"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9777], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.302189"], ["updated_at", "2016-10-07 18:58:16.302189"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9778], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.303073"], ["updated_at", "2016-10-07 18:58:16.303073"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9779], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.303971"], ["updated_at", "2016-10-07 18:58:16.303971"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9780], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.304853"], ["updated_at", "2016-10-07 18:58:16.304853"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9781], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.305696"], ["updated_at", "2016-10-07 18:58:16.305696"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9782], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.306576"], ["updated_at", "2016-10-07 18:58:16.306576"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9783], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.307428"], ["updated_at", "2016-10-07 18:58:16.307428"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9784], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.308278"], ["updated_at", "2016-10-07 18:58:16.308278"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9785], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.309116"], ["updated_at", "2016-10-07 18:58:16.309116"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9786], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.309971"], ["updated_at", "2016-10-07 18:58:16.309971"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9787], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.310814"], ["updated_at", "2016-10-07 18:58:16.310814"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9788], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.311648"], ["updated_at", "2016-10-07 18:58:16.311648"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9789], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.312537"], ["updated_at", "2016-10-07 18:58:16.312537"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9790], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.314389"], ["updated_at", "2016-10-07 18:58:16.314389"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9791], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.315435"], ["updated_at", "2016-10-07 18:58:16.315435"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9792], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.316312"], ["updated_at", "2016-10-07 18:58:16.316312"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9793], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.317205"], ["updated_at", "2016-10-07 18:58:16.317205"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 59], ["message_id", 9794], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.318084"], ["updated_at", "2016-10-07 18:58:16.318084"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9795], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.318961"], ["updated_at", "2016-10-07 18:58:16.318961"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9796], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.320040"], ["updated_at", "2016-10-07 18:58:16.320040"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9797], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.320962"], ["updated_at", "2016-10-07 18:58:16.320962"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9798], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.321828"], ["updated_at", "2016-10-07 18:58:16.321828"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9799], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.322694"], ["updated_at", "2016-10-07 18:58:16.322694"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9800], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.323577"], ["updated_at", "2016-10-07 18:58:16.323577"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9801], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.325168"], ["updated_at", "2016-10-07 18:58:16.325168"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9802], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.326713"], ["updated_at", "2016-10-07 18:58:16.326713"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9803], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.328169"], ["updated_at", "2016-10-07 18:58:16.328169"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9804], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.331339"], ["updated_at", "2016-10-07 18:58:16.331339"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9805], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.333373"], ["updated_at", "2016-10-07 18:58:16.333373"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9806], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.334473"], ["updated_at", "2016-10-07 18:58:16.334473"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9807], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.335500"], ["updated_at", "2016-10-07 18:58:16.335500"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9808], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.336453"], ["updated_at", "2016-10-07 18:58:16.336453"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9809], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.337435"], ["updated_at", "2016-10-07 18:58:16.337435"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9810], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.338366"], ["updated_at", "2016-10-07 18:58:16.338366"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9811], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.339497"], ["updated_at", "2016-10-07 18:58:16.339497"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9812], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.340412"], ["updated_at", "2016-10-07 18:58:16.340412"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9813], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.341310"], ["updated_at", "2016-10-07 18:58:16.341310"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9814], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.342194"], ["updated_at", "2016-10-07 18:58:16.342194"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9815], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.343123"], ["updated_at", "2016-10-07 18:58:16.343123"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9816], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.344002"], ["updated_at", "2016-10-07 18:58:16.344002"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9817], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.344896"], ["updated_at", "2016-10-07 18:58:16.344896"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9818], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.346333"], ["updated_at", "2016-10-07 18:58:16.346333"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9819], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.348301"], ["updated_at", "2016-10-07 18:58:16.348301"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9820], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.349384"], ["updated_at", "2016-10-07 18:58:16.349384"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9821], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.350343"], ["updated_at", "2016-10-07 18:58:16.350343"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9822], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.351296"], ["updated_at", "2016-10-07 18:58:16.351296"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9823], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.352203"], ["updated_at", "2016-10-07 18:58:16.352203"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9824], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.353085"], ["updated_at", "2016-10-07 18:58:16.353085"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9825], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.354008"], ["updated_at", "2016-10-07 18:58:16.354008"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9826], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.354907"], ["updated_at", "2016-10-07 18:58:16.354907"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9827], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.355774"], ["updated_at", "2016-10-07 18:58:16.355774"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9828], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.356737"], ["updated_at", "2016-10-07 18:58:16.356737"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9829], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.357701"], ["updated_at", "2016-10-07 18:58:16.357701"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9830], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.358609"], ["updated_at", "2016-10-07 18:58:16.358609"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9831], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.359471"], ["updated_at", "2016-10-07 18:58:16.359471"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9832], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.360329"], ["updated_at", "2016-10-07 18:58:16.360329"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9833], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.361167"], ["updated_at", "2016-10-07 18:58:16.361167"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9834], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.362014"], ["updated_at", "2016-10-07 18:58:16.362014"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9835], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.363266"], ["updated_at", "2016-10-07 18:58:16.363266"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9836], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.366489"], ["updated_at", "2016-10-07 18:58:16.366489"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9837], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.368633"], ["updated_at", "2016-10-07 18:58:16.368633"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9838], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.369758"], ["updated_at", "2016-10-07 18:58:16.369758"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9839], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.370845"], ["updated_at", "2016-10-07 18:58:16.370845"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9840], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.371808"], ["updated_at", "2016-10-07 18:58:16.371808"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9841], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.372732"], ["updated_at", "2016-10-07 18:58:16.372732"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9842], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.373641"], ["updated_at", "2016-10-07 18:58:16.373641"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9843], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.374607"], ["updated_at", "2016-10-07 18:58:16.374607"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9844], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.375501"], ["updated_at", "2016-10-07 18:58:16.375501"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9845], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.376453"], ["updated_at", "2016-10-07 18:58:16.376453"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9846], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.377402"], ["updated_at", "2016-10-07 18:58:16.377402"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9847], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.378324"], ["updated_at", "2016-10-07 18:58:16.378324"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9848], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.380270"], ["updated_at", "2016-10-07 18:58:16.380270"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9849], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.381665"], ["updated_at", "2016-10-07 18:58:16.381665"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9850], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.382793"], ["updated_at", "2016-10-07 18:58:16.382793"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9851], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.383796"], ["updated_at", "2016-10-07 18:58:16.383796"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9852], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.384733"], ["updated_at", "2016-10-07 18:58:16.384733"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9853], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.385694"], ["updated_at", "2016-10-07 18:58:16.385694"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9854], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.387364"], ["updated_at", "2016-10-07 18:58:16.387364"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9855], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.390272"], ["updated_at", "2016-10-07 18:58:16.390272"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9856], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.391413"], ["updated_at", "2016-10-07 18:58:16.391413"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9857], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.392384"], ["updated_at", "2016-10-07 18:58:16.392384"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9858], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.393302"], ["updated_at", "2016-10-07 18:58:16.393302"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9859], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.394228"], ["updated_at", "2016-10-07 18:58:16.394228"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9860], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.395118"], ["updated_at", "2016-10-07 18:58:16.395118"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9861], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.397019"], ["updated_at", "2016-10-07 18:58:16.397019"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9862], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.398377"], ["updated_at", "2016-10-07 18:58:16.398377"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9863], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.400025"], ["updated_at", "2016-10-07 18:58:16.400025"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9864], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.401812"], ["updated_at", "2016-10-07 18:58:16.401812"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9865], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.403466"], ["updated_at", "2016-10-07 18:58:16.403466"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9866], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.405417"], ["updated_at", "2016-10-07 18:58:16.405417"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9867], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.407664"], ["updated_at", "2016-10-07 18:58:16.407664"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9868], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.410115"], ["updated_at", "2016-10-07 18:58:16.410115"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9869], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.412406"], ["updated_at", "2016-10-07 18:58:16.412406"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9870], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.414883"], ["updated_at", "2016-10-07 18:58:16.414883"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9871], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.417266"], ["updated_at", "2016-10-07 18:58:16.417266"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9872], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.419484"], ["updated_at", "2016-10-07 18:58:16.419484"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9873], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.423644"], ["updated_at", "2016-10-07 18:58:16.423644"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9874], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.426193"], ["updated_at", "2016-10-07 18:58:16.426193"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9875], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.428289"], ["updated_at", "2016-10-07 18:58:16.428289"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9876], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.430621"], ["updated_at", "2016-10-07 18:58:16.430621"]] SQL (1.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9877], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.432605"], ["updated_at", "2016-10-07 18:58:16.432605"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9878], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.437135"], ["updated_at", "2016-10-07 18:58:16.437135"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9879], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.440612"], ["updated_at", "2016-10-07 18:58:16.440612"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9880], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.442685"], ["updated_at", "2016-10-07 18:58:16.442685"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9881], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.446908"], ["updated_at", "2016-10-07 18:58:16.446908"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9882], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.448629"], ["updated_at", "2016-10-07 18:58:16.448629"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9883], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.450904"], ["updated_at", "2016-10-07 18:58:16.450904"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9884], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.452961"], ["updated_at", "2016-10-07 18:58:16.452961"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9885], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.454336"], ["updated_at", "2016-10-07 18:58:16.454336"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9886], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.455988"], ["updated_at", "2016-10-07 18:58:16.455988"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9887], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.457064"], ["updated_at", "2016-10-07 18:58:16.457064"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9888], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.458096"], ["updated_at", "2016-10-07 18:58:16.458096"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9889], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.459127"], ["updated_at", "2016-10-07 18:58:16.459127"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9890], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.460105"], ["updated_at", "2016-10-07 18:58:16.460105"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9891], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.461003"], ["updated_at", "2016-10-07 18:58:16.461003"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9892], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.461889"], ["updated_at", "2016-10-07 18:58:16.461889"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9893], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.462931"], ["updated_at", "2016-10-07 18:58:16.462931"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9894], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.463813"], ["updated_at", "2016-10-07 18:58:16.463813"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9895], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.464718"], ["updated_at", "2016-10-07 18:58:16.464718"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9896], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.465865"], ["updated_at", "2016-10-07 18:58:16.465865"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9897], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.468262"], ["updated_at", "2016-10-07 18:58:16.468262"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9898], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.470777"], ["updated_at", "2016-10-07 18:58:16.470777"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9899], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.471958"], ["updated_at", "2016-10-07 18:58:16.471958"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9900], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.472945"], ["updated_at", "2016-10-07 18:58:16.472945"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9901], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.474000"], ["updated_at", "2016-10-07 18:58:16.474000"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9902], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.475005"], ["updated_at", "2016-10-07 18:58:16.475005"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9903], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.475906"], ["updated_at", "2016-10-07 18:58:16.475906"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9904], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.476833"], ["updated_at", "2016-10-07 18:58:16.476833"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9905], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.477725"], ["updated_at", "2016-10-07 18:58:16.477725"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9906], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.478676"], ["updated_at", "2016-10-07 18:58:16.478676"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9907], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.479823"], ["updated_at", "2016-10-07 18:58:16.479823"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9908], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.480722"], ["updated_at", "2016-10-07 18:58:16.480722"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9909], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.481595"], ["updated_at", "2016-10-07 18:58:16.481595"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9910], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.482852"], ["updated_at", "2016-10-07 18:58:16.482852"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9911], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.485182"], ["updated_at", "2016-10-07 18:58:16.485182"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9912], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.486404"], ["updated_at", "2016-10-07 18:58:16.486404"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9913], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.487479"], ["updated_at", "2016-10-07 18:58:16.487479"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9914], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.488431"], ["updated_at", "2016-10-07 18:58:16.488431"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9915], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.489414"], ["updated_at", "2016-10-07 18:58:16.489414"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9916], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.490319"], ["updated_at", "2016-10-07 18:58:16.490319"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9917], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.491249"], ["updated_at", "2016-10-07 18:58:16.491249"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9918], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.492140"], ["updated_at", "2016-10-07 18:58:16.492140"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9919], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.493028"], ["updated_at", "2016-10-07 18:58:16.493028"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9920], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.493891"], ["updated_at", "2016-10-07 18:58:16.493891"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9921], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.494764"], ["updated_at", "2016-10-07 18:58:16.494764"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9922], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.495687"], ["updated_at", "2016-10-07 18:58:16.495687"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9923], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.496572"], ["updated_at", "2016-10-07 18:58:16.496572"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9924], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.497426"], ["updated_at", "2016-10-07 18:58:16.497426"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9925], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.498281"], ["updated_at", "2016-10-07 18:58:16.498281"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9926], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.499590"], ["updated_at", "2016-10-07 18:58:16.499590"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9927], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.501922"], ["updated_at", "2016-10-07 18:58:16.501922"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9928], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.503178"], ["updated_at", "2016-10-07 18:58:16.503178"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9929], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.504166"], ["updated_at", "2016-10-07 18:58:16.504166"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9930], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.505102"], ["updated_at", "2016-10-07 18:58:16.505102"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9931], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.506007"], ["updated_at", "2016-10-07 18:58:16.506007"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9932], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.506924"], ["updated_at", "2016-10-07 18:58:16.506924"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9933], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.507816"], ["updated_at", "2016-10-07 18:58:16.507816"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9934], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.508829"], ["updated_at", "2016-10-07 18:58:16.508829"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9935], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.509713"], ["updated_at", "2016-10-07 18:58:16.509713"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9936], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.510612"], ["updated_at", "2016-10-07 18:58:16.510612"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9937], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.511492"], ["updated_at", "2016-10-07 18:58:16.511492"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9938], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.512396"], ["updated_at", "2016-10-07 18:58:16.512396"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9939], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.513273"], ["updated_at", "2016-10-07 18:58:16.513273"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9940], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.514121"], ["updated_at", "2016-10-07 18:58:16.514121"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9941], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.514982"], ["updated_at", "2016-10-07 18:58:16.514982"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9942], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.516273"], ["updated_at", "2016-10-07 18:58:16.516273"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9943], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.518664"], ["updated_at", "2016-10-07 18:58:16.518664"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9944], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.519936"], ["updated_at", "2016-10-07 18:58:16.519936"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9945], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.520959"], ["updated_at", "2016-10-07 18:58:16.520959"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9946], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.521884"], ["updated_at", "2016-10-07 18:58:16.521884"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9947], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.522795"], ["updated_at", "2016-10-07 18:58:16.522795"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9948], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.523682"], ["updated_at", "2016-10-07 18:58:16.523682"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9949], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.524582"], ["updated_at", "2016-10-07 18:58:16.524582"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9950], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.525464"], ["updated_at", "2016-10-07 18:58:16.525464"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9951], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.526347"], ["updated_at", "2016-10-07 18:58:16.526347"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9952], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.527207"], ["updated_at", "2016-10-07 18:58:16.527207"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9953], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.528146"], ["updated_at", "2016-10-07 18:58:16.528146"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9954], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.529063"], ["updated_at", "2016-10-07 18:58:16.529063"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9955], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.529965"], ["updated_at", "2016-10-07 18:58:16.529965"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9956], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.530836"], ["updated_at", "2016-10-07 18:58:16.530836"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9957], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.531686"], ["updated_at", "2016-10-07 18:58:16.531686"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9958], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.533036"], ["updated_at", "2016-10-07 18:58:16.533036"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9959], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.535347"], ["updated_at", "2016-10-07 18:58:16.535347"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["device_id", 60], ["message_id", 9960], ["status", "sent"], ["created_at", "2016-10-07 18:58:16.536636"], ["updated_at", "2016-10-07 18:58:16.536636"]]  (14.3ms) commit transaction JeraPush::Device Load (0.1ms) SELECT "jera_push_devices".* FROM "jera_push_devices" ORDER BY "jera_push_devices"."id" DESC LIMIT 1 JeraPush::Message Load (0.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 60]] JeraPush::Device Load (0.2ms) SELECT "jera_push_devices".* FROM "jera_push_devices" ORDER BY "jera_push_devices"."id" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 60]] JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" ORDER BY "jera_push_messages"."id" DESC LIMIT 1 JeraPush::Device Load (0.4ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 10000]] JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" ORDER BY "jera_push_messages"."id" ASC LIMIT 1 JeraPush::Device Load (0.1ms) SELECT "jera_push_devices".* FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_devices"  (0.5ms) SELECT "jera_push_devices"."id" FROM "jera_push_devices"  (0.2ms) SELECT "jera_push_devices"."id" FROM "jera_push_devices"  (0.2ms) SELECT "jera_push_devices"."id" FROM "jera_push_devices"  (14.2ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages"  (6.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (5.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20161005121035)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161005121035"]]  (7.1ms) commit transaction Migrating to CreateJeraPushDevices (20161006150301)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "platform" varchar, "resource_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_jera_push_devices_on_token" ON "jera_push_devices" ("token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_devices_on_platform" ON "jera_push_devices" ("platform")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'   (0.1ms) CREATE INDEX "index_jera_push_devices_on_resource_id" ON "jera_push_devices" ("resource_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_resource_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_resource_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_jera_push_devices_on_token_and_platform" ON "jera_push_devices" ("token", "platform") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161006150301"]]  (5.6ms) commit transaction Migrating to CreateJeraPushMessages (20161006150302)  (0.1ms) begin transaction  (1.2ms) CREATE TABLE "jera_push_messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161006150302"]]  (10.4ms) commit transaction Migrating to CreateJeraPushMessagesDevices (20161006150303)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_messages_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "message_id" integer, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_jera_push_messages_devices_on_device_id" ON "jera_push_messages_devices" ("device_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_messages_devices_on_message_id" ON "jera_push_messages_devices" ("message_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index'   (0.4ms) CREATE UNIQUE INDEX "jera_push_index_messages_id_devices_id" ON "jera_push_messages_devices" ("device_id", "message_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161006150303"]]  (6.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_resource_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_resource_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Maria Silva Filho"], ["email", "elouise@bradtke.io"], ["created_at", "2016-10-07 19:17:23.840628"], ["updated_at", "2016-10-07 19:17:23.840628"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Karla Silva"], ["email", "ferne@nikolaus.name"], ["created_at", "2016-10-07 19:17:23.841909"], ["updated_at", "2016-10-07 19:17:23.841909"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Dra. Júlia Santos"], ["email", "tatum@bartonlebsack.biz"], ["created_at", "2016-10-07 19:17:23.842770"], ["updated_at", "2016-10-07 19:17:23.842770"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "João Barros"], ["email", "yasmeen@monahan.com"], ["created_at", "2016-10-07 19:17:23.843534"], ["updated_at", "2016-10-07 19:17:23.843534"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Fabiano Carvalho"], ["email", "kara.stoltenberg@kochjenkins.net"], ["created_at", "2016-10-07 19:17:23.844299"], ["updated_at", "2016-10-07 19:17:23.844299"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Sílvia Pereira"], ["email", "verdie.shanahan@torphy.com"], ["created_at", "2016-10-07 19:17:23.845060"], ["updated_at", "2016-10-07 19:17:23.845060"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Fabrício Nogueira"], ["email", "hipolito_murphy@kshlerin.org"], ["created_at", "2016-10-07 19:17:23.845816"], ["updated_at", "2016-10-07 19:17:23.845816"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carla Braga"], ["email", "mabelle_spencer@parisian.net"], ["created_at", "2016-10-07 19:17:23.846610"], ["updated_at", "2016-10-07 19:17:23.846610"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "João Melo"], ["email", "marty_oreilly@dibbertwyman.info"], ["created_at", "2016-10-07 19:17:23.847364"], ["updated_at", "2016-10-07 19:17:23.847364"]] SQL (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Salvador Pereira"], ["email", "briana.schmitt@macejkovicorn.net"], ["created_at", "2016-10-07 19:17:23.848106"], ["updated_at", "2016-10-07 19:17:23.848106"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carlos Carvalho"], ["email", "leo@dietrich.io"], ["created_at", "2016-10-07 19:17:23.848918"], ["updated_at", "2016-10-07 19:17:23.848918"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Pedro Moreira"], ["email", "mohammad_hilpert@moriettebins.io"], ["created_at", "2016-10-07 19:17:23.849666"], ["updated_at", "2016-10-07 19:17:23.849666"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Meire Carvalho"], ["email", "cecile.stiedemann@schroederledner.info"], ["created_at", "2016-10-07 19:17:23.850411"], ["updated_at", "2016-10-07 19:17:23.850411"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Ígor Batista"], ["email", "abel.harber@buckridge.io"], ["created_at", "2016-10-07 19:17:23.851217"], ["updated_at", "2016-10-07 19:17:23.851217"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Paula Nogueira"], ["email", "martine_wyman@jerdeemmerich.co"], ["created_at", "2016-10-07 19:17:23.851991"], ["updated_at", "2016-10-07 19:17:23.851991"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Júlia Franco"], ["email", "nicolette@rolfson.org"], ["created_at", "2016-10-07 19:17:23.852754"], ["updated_at", "2016-10-07 19:17:23.852754"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Marcela Santos"], ["email", "verona@breitenbergschoen.io"], ["created_at", "2016-10-07 19:17:23.853520"], ["updated_at", "2016-10-07 19:17:23.853520"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Sr. Marcela Carvalho"], ["email", "kiel.schultz@reynolds.co"], ["created_at", "2016-10-07 19:17:23.854267"], ["updated_at", "2016-10-07 19:17:23.854267"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Pedro Santos Filho"], ["email", "nayeli@zulauf.net"], ["created_at", "2016-10-07 19:17:23.855051"], ["updated_at", "2016-10-07 19:17:23.855051"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Ricardo Xavier"], ["email", "randy_lehner@lebsack.co"], ["created_at", "2016-10-07 19:17:23.855801"], ["updated_at", "2016-10-07 19:17:23.855801"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Sra. Pedro Moreira"], ["email", "ulices_ferry@walkerpfannerstill.name"], ["created_at", "2016-10-07 19:17:23.856561"], ["updated_at", "2016-10-07 19:17:23.856561"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Sílvia Braga Jr."], ["email", "marguerite.weinat@effertzstanton.io"], ["created_at", "2016-10-07 19:17:23.857322"], ["updated_at", "2016-10-07 19:17:23.857322"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Isabela Souza"], ["email", "shawn_kunze@becker.name"], ["created_at", "2016-10-07 19:17:23.858084"], ["updated_at", "2016-10-07 19:17:23.858084"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Danilo Carvalho"], ["email", "carlotta@botsfordadams.org"], ["created_at", "2016-10-07 19:17:23.858874"], ["updated_at", "2016-10-07 19:17:23.858874"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Lorena Carvalho"], ["email", "dangelo@beckerhuels.biz"], ["created_at", "2016-10-07 19:17:23.859637"], ["updated_at", "2016-10-07 19:17:23.859637"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Fabrício Pereira"], ["email", "clarabelle_harvey@ohara.net"], ["created_at", "2016-10-07 19:17:23.860409"], ["updated_at", "2016-10-07 19:17:23.860409"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Pedro Xavier"], ["email", "kenna.swift@ankundingwintheiser.io"], ["created_at", "2016-10-07 19:17:23.861182"], ["updated_at", "2016-10-07 19:17:23.861182"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Srta. Paulo Silva"], ["email", "johann_funk@boehmoberbrunner.io"], ["created_at", "2016-10-07 19:17:23.861942"], ["updated_at", "2016-10-07 19:17:23.861942"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Sr. Meire Silva"], ["email", "jordon@turcotterolfson.com"], ["created_at", "2016-10-07 19:17:23.862708"], ["updated_at", "2016-10-07 19:17:23.862708"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Esther Albuquerque"], ["email", "gunner@pagacblick.io"], ["created_at", "2016-10-07 19:17:23.863471"], ["updated_at", "2016-10-07 19:17:23.863471"]]  (6.4ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9a7d1daa0c2e167b004dba36c4ddb91cd4d9ec2db0c6a0cfdf7d6b4970732e62"], ["resource_id", 1], ["platform", "ios"], ["created_at", "2016-10-07 19:17:23.892354"], ["updated_at", "2016-10-07 19:17:23.892354"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "b155db4aec38a2e77c4fce7d34724f03189f8bf80ae6b6da2848df6b4dff7c4e"], ["resource_id", 1], ["platform", "android"], ["created_at", "2016-10-07 19:17:24.504365"], ["updated_at", "2016-10-07 19:17:24.504365"]] SQL (0.3ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f53ea3d0cdaa0f37c62f0ebfdcb645ed0993592fbb0325e15a1e1b81ae4ba55f"], ["resource_id", 2], ["platform", "android"], ["created_at", "2016-10-07 19:17:25.109967"], ["updated_at", "2016-10-07 19:17:25.109967"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "163dbe58314c511978bbfafffd21e717ed9fdba101cb04a36fbb0f1403288315"], ["resource_id", 2], ["platform", "chrome"], ["created_at", "2016-10-07 19:17:25.726268"], ["updated_at", "2016-10-07 19:17:25.726268"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ff69adea379783d6afac752ec670101a181204332485c8b927b0e98e00016c7a"], ["resource_id", 3], ["platform", "android"], ["created_at", "2016-10-07 19:17:26.340901"], ["updated_at", "2016-10-07 19:17:26.340901"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d7f20e52775acafc2f4578bc1029523b063d480ff46d7144e6272af0a5cf7af8"], ["resource_id", 3], ["platform", "chrome"], ["created_at", "2016-10-07 19:17:26.910978"], ["updated_at", "2016-10-07 19:17:26.910978"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7e643cc6b701c38135ef18cbedc28ef9175954d308fc56be4214858ead766df7"], ["resource_id", 4], ["platform", "chrome"], ["created_at", "2016-10-07 19:17:27.515822"], ["updated_at", "2016-10-07 19:17:27.515822"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "99a0326e65a16c83d61e47d507f9d2936e0a53f27dfa6261d05f47f73a2c8042"], ["resource_id", 4], ["platform", "android"], ["created_at", "2016-10-07 19:17:28.967453"], ["updated_at", "2016-10-07 19:17:28.967453"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9dc6f79638f11d750f4e7dfdaa647f1125f834b6590f21603650274be4d682b8"], ["resource_id", 5], ["platform", "android"], ["created_at", "2016-10-07 19:17:29.834630"], ["updated_at", "2016-10-07 19:17:29.834630"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "eee50b32fb8e17ad544b2a475e50c33fbd5d87ac9f422dabaf3c2f89fae180ec"], ["resource_id", 5], ["platform", "chrome"], ["created_at", "2016-10-07 19:17:30.452610"], ["updated_at", "2016-10-07 19:17:30.452610"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6aab3f8e144c3bb9f8de059823da07e7702dde6b8a410a78cb90db2457ee66dc"], ["resource_id", 6], ["platform", "ios"], ["created_at", "2016-10-07 19:17:31.063524"], ["updated_at", "2016-10-07 19:17:31.063524"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "bfd1f9ebf0aeb28452fb498300b2a7fda9f3d10d48479b693c9563a59132ea6d"], ["resource_id", 6], ["platform", "chrome"], ["created_at", "2016-10-07 19:17:31.658159"], ["updated_at", "2016-10-07 19:17:31.658159"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "499bf2ee76220ed8335beeb721b679f59d9a284f605d0a4a93d8db6f1cb4cb7e"], ["resource_id", 7], ["platform", "chrome"], ["created_at", "2016-10-07 19:17:33.055123"], ["updated_at", "2016-10-07 19:17:33.055123"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "112163444e90769ca953610110858490d39167c17cebe73dcfecdc2c6a6c7b04"], ["resource_id", 7], ["platform", "android"], ["created_at", "2016-10-07 19:17:34.454546"], ["updated_at", "2016-10-07 19:17:34.454546"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7881de12a445ba6923e49b1e43de7294c11de4d2a86ec4a6c8f2d55788a36a1d"], ["resource_id", 8], ["platform", "ios"], ["created_at", "2016-10-07 19:17:35.095188"], ["updated_at", "2016-10-07 19:17:35.095188"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ebad63b335e81a3a658840e583c3a911f2b702b79911e96317ad728e514070d6"], ["resource_id", 8], ["platform", "chrome"], ["created_at", "2016-10-07 19:17:36.444935"], ["updated_at", "2016-10-07 19:17:36.444935"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e4a0a7998cfcf77d508b062df1774d58de6ce8b56e98a2d7da10253a4f611381"], ["resource_id", 9], ["platform", "ios"], ["created_at", "2016-10-07 19:17:37.089152"], ["updated_at", "2016-10-07 19:17:37.089152"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e0af1b3d74b98914f30b773e5cd9f90fc3b08aafc5314cdc3790dfd3bb6c8e37"], ["resource_id", 9], ["platform", "chrome"], ["created_at", "2016-10-07 19:17:37.703373"], ["updated_at", "2016-10-07 19:17:37.703373"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "612e186288eb4574b052810b4b86ff53241eda4bfbcc0494b2c1b329963c52e2"], ["resource_id", 10], ["platform", "ios"], ["created_at", "2016-10-07 19:17:39.145791"], ["updated_at", "2016-10-07 19:17:39.145791"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "cc6b87a43c80453634cef7f075d28fe180467e6c8636fdd6bd1b981ccfbb9632"], ["resource_id", 10], ["platform", "chrome"], ["created_at", "2016-10-07 19:17:39.764119"], ["updated_at", "2016-10-07 19:17:39.764119"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "cdf7f730666abc7b8050ab2955ed99a1fe1c94f1f4472be65bfb102b56fbd2db"], ["resource_id", 11], ["platform", "ios"], ["created_at", "2016-10-07 19:17:40.355574"], ["updated_at", "2016-10-07 19:17:40.355574"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "fbc165c15f1caf113cf1a966ebf54979378b4b52cd48dbf4b4b9a4feade0cc11"], ["resource_id", 11], ["platform", "android"], ["created_at", "2016-10-07 19:17:40.957698"], ["updated_at", "2016-10-07 19:17:40.957698"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "428c05a39bb0fda6d62ad49876ad93109ddb98257901f8812dc58f627e59dcfa"], ["resource_id", 12], ["platform", "android"], ["created_at", "2016-10-07 19:17:41.583739"], ["updated_at", "2016-10-07 19:17:41.583739"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "cbe2d824969d41ab20af698199181c0eac8a735d48f459e656b87469243b1f59"], ["resource_id", 12], ["platform", "ios"], ["created_at", "2016-10-07 19:17:42.903655"], ["updated_at", "2016-10-07 19:17:42.903655"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2276f70a298daaa40ce6a46c955602660d4b341085150722d52001c7aab40141"], ["resource_id", 13], ["platform", "android"], ["created_at", "2016-10-07 19:17:43.529474"], ["updated_at", "2016-10-07 19:17:43.529474"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a4dba31a9d0147efbb16ac5e9d99f0a8c2bff286bb7f0c6043710b6f04c581a5"], ["resource_id", 13], ["platform", "ios"], ["created_at", "2016-10-07 19:17:44.180248"], ["updated_at", "2016-10-07 19:17:44.180248"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "84bdf243e319dd952ef2d840468ad4a5d699d67a97a1e2a057ae03bc5d84401a"], ["resource_id", 14], ["platform", "chrome"], ["created_at", "2016-10-07 19:17:45.580215"], ["updated_at", "2016-10-07 19:17:45.580215"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "81160694749b0c53f727cfa0c503e4567b9f7b757ba19b1ae8496a2e11f23839"], ["resource_id", 14], ["platform", "ios"], ["created_at", "2016-10-07 19:17:47.831173"], ["updated_at", "2016-10-07 19:17:47.831173"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d6f8cad5fefa09f6f9c9730f75d65a3b431aac37800fa0e2a1ebafdc72df33f1"], ["resource_id", 15], ["platform", "ios"], ["created_at", "2016-10-07 19:17:48.434948"], ["updated_at", "2016-10-07 19:17:48.434948"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "36b34d1872275bea1d1c1a828ddcffee816cae35e498d1219509c47428b12271"], ["resource_id", 15], ["platform", "android"], ["created_at", "2016-10-07 19:17:49.817552"], ["updated_at", "2016-10-07 19:17:49.817552"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "577456706ec8c30a0cbb16299e63284851d6510c64ae3c4ccd508623371a12f6"], ["resource_id", 16], ["platform", "chrome"], ["created_at", "2016-10-07 19:17:50.391774"], ["updated_at", "2016-10-07 19:17:50.391774"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "996833ce67b0210f6f7cc8401dcef37da4a3ee28622c44ee885a047c28f8d1d2"], ["resource_id", 16], ["platform", "ios"], ["created_at", "2016-10-07 19:17:50.978999"], ["updated_at", "2016-10-07 19:17:50.978999"]] SQL (0.3ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2dc99b87da5e9e1c620b0de81205a12f0d2c33aa628df0a521deadd57aeb786f"], ["resource_id", 17], ["platform", "chrome"], ["created_at", "2016-10-07 19:17:51.560126"], ["updated_at", "2016-10-07 19:17:51.560126"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "75a6fe75a8828e6d980fbed9752667dcef901d5f4dbdcc334bccf40b033c72c3"], ["resource_id", 17], ["platform", "ios"], ["created_at", "2016-10-07 19:17:52.160525"], ["updated_at", "2016-10-07 19:17:52.160525"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8fe9f9361a21d1d38cfd70f0ac1040121c03ad45482fa7ba851069318f1570e5"], ["resource_id", 18], ["platform", "android"], ["created_at", "2016-10-07 19:17:52.730072"], ["updated_at", "2016-10-07 19:17:52.730072"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "48773e0aec47d128d8320fe55a026995bd92e1f43145fc3e138aaa6abd58fa1a"], ["resource_id", 18], ["platform", "ios"], ["created_at", "2016-10-07 19:17:54.144584"], ["updated_at", "2016-10-07 19:17:54.144584"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "27eee66827b5645ff50ccecde934459804f0573a952015b933ccf0cdd887b104"], ["resource_id", 19], ["platform", "chrome"], ["created_at", "2016-10-07 19:17:54.741819"], ["updated_at", "2016-10-07 19:17:54.741819"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "5ddd0a06ba2d84ee7608979fb7d34b813ed327daf46dd2bae33da69fcba16e8c"], ["resource_id", 19], ["platform", "ios"], ["created_at", "2016-10-07 19:17:55.336474"], ["updated_at", "2016-10-07 19:17:55.336474"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4c3257eaad9fc70fe34cc5f27ede22033fe05b363d70aa915947212982de7eb6"], ["resource_id", 20], ["platform", "android"], ["created_at", "2016-10-07 19:17:55.913576"], ["updated_at", "2016-10-07 19:17:55.913576"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1b453ac6a94a8db72628de1f620e7c4fa026d2c36d1c7fd729b5c913188c105d"], ["resource_id", 20], ["platform", "ios"], ["created_at", "2016-10-07 19:17:56.484704"], ["updated_at", "2016-10-07 19:17:56.484704"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9da87c94ac4d8517ebcf8d135fab47209695ecd62f682c3c7c4ce2aa5373cd35"], ["resource_id", 21], ["platform", "chrome"], ["created_at", "2016-10-07 19:17:57.084253"], ["updated_at", "2016-10-07 19:17:57.084253"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "25a22971521831c36e95108b06e83d37866fad3640ee0eed78e1c1dfcf1bdb88"], ["resource_id", 21], ["platform", "android"], ["created_at", "2016-10-07 19:17:57.671948"], ["updated_at", "2016-10-07 19:17:57.671948"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8ebcb9f2151c13166ad05605c4c646a8df12d7a7b8619e632cb9f659207405cd"], ["resource_id", 22], ["platform", "chrome"], ["created_at", "2016-10-07 19:17:59.068214"], ["updated_at", "2016-10-07 19:17:59.068214"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "dd8feed6c283a5662704abdb04a81206ec808d79796f66731ded83e0b13a66f5"], ["resource_id", 22], ["platform", "ios"], ["created_at", "2016-10-07 19:17:59.630380"], ["updated_at", "2016-10-07 19:17:59.630380"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a3d5ac2a4cb35d0e7cdf1019440b85bba8004f4e8671fc76cba9fca860e20c39"], ["resource_id", 23], ["platform", "android"], ["created_at", "2016-10-07 19:18:00.228309"], ["updated_at", "2016-10-07 19:18:00.228309"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "4399eb23320ba5749b879e5dedafc7038e34a9a957d2ce73bb48334f7daa2aa0"], ["resource_id", 23], ["platform", "chrome"], ["created_at", "2016-10-07 19:18:00.817883"], ["updated_at", "2016-10-07 19:18:00.817883"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6779b6dfa9b3166f0bc2cdcafd43e19e9a06cd27b696c58c8422b36e79a7edf8"], ["resource_id", 24], ["platform", "ios"], ["created_at", "2016-10-07 19:18:01.401701"], ["updated_at", "2016-10-07 19:18:01.401701"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3fab541ce50ef5ffe39fdaf0706d0fa7ad0491c7bb595fc96e2161b4049f1fcc"], ["resource_id", 24], ["platform", "android"], ["created_at", "2016-10-07 19:18:01.965973"], ["updated_at", "2016-10-07 19:18:01.965973"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0ff91270ae526cddbd4ff1b8bb0dcb377c8a037dc7d74d825507066464824714"], ["resource_id", 25], ["platform", "chrome"], ["created_at", "2016-10-07 19:18:02.561290"], ["updated_at", "2016-10-07 19:18:02.561290"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1078b8e525e76d1c3c1c7fb3b950fe41477e05b523eefda6bdf443ee89a12077"], ["resource_id", 25], ["platform", "android"], ["created_at", "2016-10-07 19:18:03.960112"], ["updated_at", "2016-10-07 19:18:03.960112"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "65bfafaa61c0176fd239a2cb0dd481bb35e319e001031f1599980c7e66276796"], ["resource_id", 26], ["platform", "android"], ["created_at", "2016-10-07 19:18:04.549181"], ["updated_at", "2016-10-07 19:18:04.549181"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e4a0fd7c3c37aa17159c0da8a9314e8c779bd2173b51f20a119943f4e26071ae"], ["resource_id", 26], ["platform", "chrome"], ["created_at", "2016-10-07 19:18:05.957381"], ["updated_at", "2016-10-07 19:18:05.957381"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "907b7ef11a68495820c11b55db220596005421b7383c30d0bbd20f370f962951"], ["resource_id", 27], ["platform", "ios"], ["created_at", "2016-10-07 19:18:06.542954"], ["updated_at", "2016-10-07 19:18:06.542954"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "768946c1b53bb440dc1da55d13492f81f09470b8816748f008c8a9f64312bc20"], ["resource_id", 27], ["platform", "chrome"], ["created_at", "2016-10-07 19:18:07.995313"], ["updated_at", "2016-10-07 19:18:07.995313"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "98a24c38d58f2b2d18584a6075767b9ca3245d55db7edf42d84a1ea0a0a51aab"], ["resource_id", 28], ["platform", "chrome"], ["created_at", "2016-10-07 19:18:09.395281"], ["updated_at", "2016-10-07 19:18:09.395281"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "8e9fa71f98963555e903af602756d9178c4039dab8b12b153ca2daca9f5d928b"], ["resource_id", 28], ["platform", "android"], ["created_at", "2016-10-07 19:18:09.976426"], ["updated_at", "2016-10-07 19:18:09.976426"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "aa0cfe98f998c2cc3fbe3c62d744fe483b654c0b5a85f21ea4e0961cb69c38e4"], ["resource_id", 29], ["platform", "ios"], ["created_at", "2016-10-07 19:18:10.533310"], ["updated_at", "2016-10-07 19:18:10.533310"]] SQL (0.4ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "943d33bd7bac12855f7f7b53fc9c015b7959e819e28e8c4a5c1248750fdcf382"], ["resource_id", 29], ["platform", "android"], ["created_at", "2016-10-07 19:18:11.113592"], ["updated_at", "2016-10-07 19:18:11.113592"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6b6a7d768d5b3cb9e8c06c1a64f4d3b0dbaa1d6d550a5b214bc04874bc968b3a"], ["resource_id", 30], ["platform", "android"], ["created_at", "2016-10-07 19:18:12.561759"], ["updated_at", "2016-10-07 19:18:12.561759"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "20402de9d6d49259085db1e4f68ddbb60cd43e619eaaa79b94e3cfd6b3b2f622"], ["resource_id", 30], ["platform", "chrome"], ["created_at", "2016-10-07 19:18:13.202740"], ["updated_at", "2016-10-07 19:18:13.202740"]]  (11.4ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices"  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet nam ut et in vel.\",\"body\":\"If we generate the system, we can get to the COM protocol through the open-source AGP microchip!\"}"], ["created_at", "2016-10-07 19:18:15.269372"], ["updated_at", "2016-10-07 19:18:15.269372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum id sed accusamus nostrum facere beatae.\",\"body\":\"The SQL interface is down, input the 1080p interface so we can index the RSS firewall!\"}"], ["created_at", "2016-10-07 19:18:15.270917"], ["updated_at", "2016-10-07 19:18:15.270917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolores enim rem.\",\"body\":\"The THX driver is down, bypass the multi-byte array so we can quantify the SMS system!\"}"], ["created_at", "2016-10-07 19:18:15.271936"], ["updated_at", "2016-10-07 19:18:15.271936"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur adipisci accusamus est sint culpa tenetur.\",\"body\":\"We need to navigate the bluetooth JSON microchip!\"}"], ["created_at", "2016-10-07 19:18:15.272841"], ["updated_at", "2016-10-07 19:18:15.272841"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat qui doloremque aliquam.\",\"body\":\"Parsing the bus won't do anything, we need to back up the 1080p ssl firewall!\"}"], ["created_at", "2016-10-07 19:18:15.273793"], ["updated_at", "2016-10-07 19:18:15.273793"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sed qui fugiat necessitatibus minima.\",\"body\":\"I'll reboot the 1080p PNG bus, that should interface the SMTP program!\"}"], ["created_at", "2016-10-07 19:18:15.274761"], ["updated_at", "2016-10-07 19:18:15.274761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos quia assumenda quasi eum tempora.\",\"body\":\"We need to input the open-source SCSI application!\"}"], ["created_at", "2016-10-07 19:18:15.275686"], ["updated_at", "2016-10-07 19:18:15.275686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore cumque nam.\",\"body\":\"Backing up the matrix won't do anything, we need to program the back-end http application!\"}"], ["created_at", "2016-10-07 19:18:15.276584"], ["updated_at", "2016-10-07 19:18:15.276584"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique et tenetur porro.\",\"body\":\"Transmitting the capacitor won't do anything, we need to copy the redundant jbod array!\"}"], ["created_at", "2016-10-07 19:18:15.277497"], ["updated_at", "2016-10-07 19:18:15.277497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat aliquam ratione neque impedit.\",\"body\":\"I'll copy the bluetooth JSON transmitter, that should card the SCSI program!\"}"], ["created_at", "2016-10-07 19:18:15.278370"], ["updated_at", "2016-10-07 19:18:15.278370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus harum laboriosam dolores sunt facere optio quo.\",\"body\":\"If we index the system, we can get to the PNG driver through the 1080p FTP array!\"}"], ["created_at", "2016-10-07 19:18:15.279371"], ["updated_at", "2016-10-07 19:18:15.279371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae doloribus corporis consequatur eaque.\",\"body\":\"We need to program the bluetooth AI capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.280358"], ["updated_at", "2016-10-07 19:18:15.280358"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto non eligendi ut libero distinctio itaque.\",\"body\":\"Use the multi-byte COM port, then you can override the bluetooth application!\"}"], ["created_at", "2016-10-07 19:18:15.281277"], ["updated_at", "2016-10-07 19:18:15.281277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut facilis minima cum quisquam in.\",\"body\":\"Backing up the matrix won't do anything, we need to override the multi-byte thx system!\"}"], ["created_at", "2016-10-07 19:18:15.282170"], ["updated_at", "2016-10-07 19:18:15.282170"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam eaque nobis voluptas ducimus beatae rerum.\",\"body\":\"I'll copy the multi-byte HDD application, that should pixel the AGP circuit!\"}"], ["created_at", "2016-10-07 19:18:15.283170"], ["updated_at", "2016-10-07 19:18:15.283170"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque qui ex optio repudiandae sed vero.\",\"body\":\"Use the auxiliary IB hard drive, then you can program the multi-byte monitor!\"}"], ["created_at", "2016-10-07 19:18:15.284056"], ["updated_at", "2016-10-07 19:18:15.284056"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat labore ratione distinctio accusamus.\",\"body\":\"If we index the feed, we can get to the HDD sensor through the wireless THX interface!\"}"], ["created_at", "2016-10-07 19:18:15.285022"], ["updated_at", "2016-10-07 19:18:15.285022"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse et deleniti aperiam ipsum blanditiis possimus.\",\"body\":\"Use the back-end EXE feed, then you can generate the mobile microchip!\"}"], ["created_at", "2016-10-07 19:18:15.286071"], ["updated_at", "2016-10-07 19:18:15.286071"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis et fugit.\",\"body\":\"Quantifying the feed won't do anything, we need to input the neural agp system!\"}"], ["created_at", "2016-10-07 19:18:15.287997"], ["updated_at", "2016-10-07 19:18:15.287997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi officia fugit.\",\"body\":\"Use the mobile SAS circuit, then you can generate the mobile circuit!\"}"], ["created_at", "2016-10-07 19:18:15.289283"], ["updated_at", "2016-10-07 19:18:15.289283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi fuga libero est voluptates.\",\"body\":\"If we compress the pixel, we can get to the GB program through the online EXE microchip!\"}"], ["created_at", "2016-10-07 19:18:15.290294"], ["updated_at", "2016-10-07 19:18:15.290294"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea ipsum sed rerum.\",\"body\":\"Use the bluetooth COM card, then you can compress the solid state card!\"}"], ["created_at", "2016-10-07 19:18:15.291278"], ["updated_at", "2016-10-07 19:18:15.291278"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In ullam eum et corrupti adipisci rerum.\",\"body\":\"We need to index the online PCI matrix!\"}"], ["created_at", "2016-10-07 19:18:15.292316"], ["updated_at", "2016-10-07 19:18:15.292316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe non qui possimus consequuntur aut.\",\"body\":\"If we connect the capacitor, we can get to the FTP capacitor through the digital AGP alarm!\"}"], ["created_at", "2016-10-07 19:18:15.293280"], ["updated_at", "2016-10-07 19:18:15.293280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores adipisci porro.\",\"body\":\"I'll input the primary SDD hard drive, that should monitor the THX sensor!\"}"], ["created_at", "2016-10-07 19:18:15.294284"], ["updated_at", "2016-10-07 19:18:15.294284"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et excepturi ipsa.\",\"body\":\"You can't override the panel without hacking the virtual SSL circuit!\"}"], ["created_at", "2016-10-07 19:18:15.295250"], ["updated_at", "2016-10-07 19:18:15.295250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nisi voluptatum.\",\"body\":\"If we navigate the firewall, we can get to the XML hard drive through the online USB protocol!\"}"], ["created_at", "2016-10-07 19:18:15.296236"], ["updated_at", "2016-10-07 19:18:15.296236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos tenetur expedita voluptates iusto doloremque aut.\",\"body\":\"The CSS array is down, bypass the multi-byte system so we can override the IB firewall!\"}"], ["created_at", "2016-10-07 19:18:15.297178"], ["updated_at", "2016-10-07 19:18:15.297178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum molestiae porro.\",\"body\":\"I'll hack the digital PNG alarm, that should capacitor the SAS pixel!\"}"], ["created_at", "2016-10-07 19:18:15.298163"], ["updated_at", "2016-10-07 19:18:15.298163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis sit minima.\",\"body\":\"We need to program the cross-platform HTTP monitor!\"}"], ["created_at", "2016-10-07 19:18:15.299144"], ["updated_at", "2016-10-07 19:18:15.299144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime doloremque facilis sit et.\",\"body\":\"You can't program the microchip without indexing the open-source HTTP alarm!\"}"], ["created_at", "2016-10-07 19:18:15.300133"], ["updated_at", "2016-10-07 19:18:15.300133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia et incidunt sed debitis et iure perspiciatis.\",\"body\":\"The SMTP alarm is down, parse the online circuit so we can connect the PCI bandwidth!\"}"], ["created_at", "2016-10-07 19:18:15.301067"], ["updated_at", "2016-10-07 19:18:15.301067"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis aut quaerat cum dolorem ut et.\",\"body\":\"We need to index the virtual HTTP interface!\"}"], ["created_at", "2016-10-07 19:18:15.302053"], ["updated_at", "2016-10-07 19:18:15.302053"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur aut non ipsa rerum.\",\"body\":\"Try to parse the GB sensor, maybe it will quantify the neural interface!\"}"], ["created_at", "2016-10-07 19:18:15.303049"], ["updated_at", "2016-10-07 19:18:15.303049"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit officia velit qui non dolor ipsa.\",\"body\":\"You can't index the microchip without copying the online TCP program!\"}"], ["created_at", "2016-10-07 19:18:15.304002"], ["updated_at", "2016-10-07 19:18:15.304002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur sed quia incidunt voluptatem.\",\"body\":\"Try to quantify the TCP program, maybe it will index the back-end protocol!\"}"], ["created_at", "2016-10-07 19:18:15.304983"], ["updated_at", "2016-10-07 19:18:15.304983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos earum et facilis consequatur.\",\"body\":\"We need to navigate the virtual HDD program!\"}"], ["created_at", "2016-10-07 19:18:15.305940"], ["updated_at", "2016-10-07 19:18:15.305940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet ut inventore dolorum.\",\"body\":\"If we program the interface, we can get to the AGP transmitter through the auxiliary JBOD bus!\"}"], ["created_at", "2016-10-07 19:18:15.306960"], ["updated_at", "2016-10-07 19:18:15.306960"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit necessitatibus esse nam.\",\"body\":\"Try to index the HTTP microchip, maybe it will reboot the bluetooth card!\"}"], ["created_at", "2016-10-07 19:18:15.307926"], ["updated_at", "2016-10-07 19:18:15.307926"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam ut officiis.\",\"body\":\"The HTTP sensor is down, generate the wireless application so we can synthesize the SQL hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.308910"], ["updated_at", "2016-10-07 19:18:15.308910"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident accusantium quasi laborum ut et exercitationem.\",\"body\":\"I'll input the multi-byte COM card, that should feed the PCI alarm!\"}"], ["created_at", "2016-10-07 19:18:15.309853"], ["updated_at", "2016-10-07 19:18:15.309853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi alias qui ipsam nihil.\",\"body\":\"If we quantify the application, we can get to the HTTP application through the open-source PCI matrix!\"}"], ["created_at", "2016-10-07 19:18:15.310840"], ["updated_at", "2016-10-07 19:18:15.310840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam occaecati odit.\",\"body\":\"Try to input the IB firewall, maybe it will compress the primary driver!\"}"], ["created_at", "2016-10-07 19:18:15.311777"], ["updated_at", "2016-10-07 19:18:15.311777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores cumque omnis sed nihil sed nostrum.\",\"body\":\"If we back up the firewall, we can get to the XML port through the 1080p TCP microchip!\"}"], ["created_at", "2016-10-07 19:18:15.312755"], ["updated_at", "2016-10-07 19:18:15.312755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur exercitationem est ratione rerum.\",\"body\":\"Use the digital IB pixel, then you can input the redundant transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.313761"], ["updated_at", "2016-10-07 19:18:15.313761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos minima veritatis aut eaque voluptas enim omnis.\",\"body\":\"You can't input the matrix without compressing the neural SMS monitor!\"}"], ["created_at", "2016-10-07 19:18:15.314776"], ["updated_at", "2016-10-07 19:18:15.314776"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio nesciunt at sint et qui.\",\"body\":\"The XSS circuit is down, program the online monitor so we can quantify the COM protocol!\"}"], ["created_at", "2016-10-07 19:18:15.315748"], ["updated_at", "2016-10-07 19:18:15.315748"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius accusamus et distinctio rerum aliquid sint sed.\",\"body\":\"The PNG hard drive is down, synthesize the wireless application so we can reboot the AGP matrix!\"}"], ["created_at", "2016-10-07 19:18:15.316746"], ["updated_at", "2016-10-07 19:18:15.316746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita reiciendis ipsum voluptate nemo dolorum consequatur.\",\"body\":\"We need to override the back-end TCP interface!\"}"], ["created_at", "2016-10-07 19:18:15.317689"], ["updated_at", "2016-10-07 19:18:15.317689"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas in exercitationem rerum et.\",\"body\":\"We need to connect the solid state SMTP panel!\"}"], ["created_at", "2016-10-07 19:18:15.318712"], ["updated_at", "2016-10-07 19:18:15.318712"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit deleniti aspernatur necessitatibus nisi.\",\"body\":\"You can't transmit the circuit without bypassing the 1080p JSON feed!\"}"], ["created_at", "2016-10-07 19:18:15.319806"], ["updated_at", "2016-10-07 19:18:15.319806"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint cum et nostrum.\",\"body\":\"Use the virtual GB bus, then you can navigate the primary circuit!\"}"], ["created_at", "2016-10-07 19:18:15.321721"], ["updated_at", "2016-10-07 19:18:15.321721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum omnis aut minus accusamus nesciunt.\",\"body\":\"Use the 1080p SDD capacitor, then you can synthesize the neural interface!\"}"], ["created_at", "2016-10-07 19:18:15.323024"], ["updated_at", "2016-10-07 19:18:15.323024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum omnis praesentium est dolor est qui.\",\"body\":\"We need to reboot the primary USB capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.323983"], ["updated_at", "2016-10-07 19:18:15.323983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi occaecati molestiae aut tempora voluptas laboriosam.\",\"body\":\"We need to calculate the 1080p XSS hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.324883"], ["updated_at", "2016-10-07 19:18:15.324883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur quia autem maiores ducimus nostrum.\",\"body\":\"Try to connect the RSS program, maybe it will generate the virtual bandwidth!\"}"], ["created_at", "2016-10-07 19:18:15.325818"], ["updated_at", "2016-10-07 19:18:15.325818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati earum aut est quam eaque.\",\"body\":\"Overriding the panel won't do anything, we need to quantify the open-source sms monitor!\"}"], ["created_at", "2016-10-07 19:18:15.326695"], ["updated_at", "2016-10-07 19:18:15.326695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel dicta velit laborum sit.\",\"body\":\"Calculating the hard drive won't do anything, we need to bypass the open-source png port!\"}"], ["created_at", "2016-10-07 19:18:15.327617"], ["updated_at", "2016-10-07 19:18:15.327617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste sit optio deleniti necessitatibus exercitationem laboriosam a.\",\"body\":\"Use the mobile JBOD feed, then you can transmit the neural protocol!\"}"], ["created_at", "2016-10-07 19:18:15.328489"], ["updated_at", "2016-10-07 19:18:15.328489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas ea fugit enim autem corporis voluptatem dolores.\",\"body\":\"We need to reboot the multi-byte USB bandwidth!\"}"], ["created_at", "2016-10-07 19:18:15.329417"], ["updated_at", "2016-10-07 19:18:15.329417"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto est dignissimos.\",\"body\":\"You can't program the pixel without connecting the bluetooth USB firewall!\"}"], ["created_at", "2016-10-07 19:18:15.330285"], ["updated_at", "2016-10-07 19:18:15.330285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates non iure.\",\"body\":\"The CSS capacitor is down, back up the 1080p capacitor so we can transmit the PCI port!\"}"], ["created_at", "2016-10-07 19:18:15.331193"], ["updated_at", "2016-10-07 19:18:15.331193"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident velit sunt enim.\",\"body\":\"You can't transmit the bandwidth without parsing the multi-byte USB microchip!\"}"], ["created_at", "2016-10-07 19:18:15.332084"], ["updated_at", "2016-10-07 19:18:15.332084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui nam quae eveniet tempora sed.\",\"body\":\"Use the haptic XSS circuit, then you can hack the bluetooth transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.332985"], ["updated_at", "2016-10-07 19:18:15.332985"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam sint ratione expedita non sequi inventore.\",\"body\":\"Use the bluetooth XML microchip, then you can copy the haptic transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.333884"], ["updated_at", "2016-10-07 19:18:15.333884"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui molestias a minus voluptatibus.\",\"body\":\"The SMS bus is down, reboot the digital microchip so we can reboot the USB feed!\"}"], ["created_at", "2016-10-07 19:18:15.334782"], ["updated_at", "2016-10-07 19:18:15.334782"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem reiciendis officia facilis omnis expedita ut.\",\"body\":\"I'll back up the cross-platform TCP array, that should port the THX capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.335707"], ["updated_at", "2016-10-07 19:18:15.335707"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis qui molestias tempore dolor nulla.\",\"body\":\"We need to index the primary HDD circuit!\"}"], ["created_at", "2016-10-07 19:18:15.336594"], ["updated_at", "2016-10-07 19:18:15.336594"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa quisquam commodi ut voluptatibus veritatis inventore sunt.\",\"body\":\"If we compress the application, we can get to the SCSI alarm through the multi-byte AI capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.337526"], ["updated_at", "2016-10-07 19:18:15.337526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate voluptas dicta maxime.\",\"body\":\"Use the 1080p SMS alarm, then you can reboot the open-source array!\"}"], ["created_at", "2016-10-07 19:18:15.338404"], ["updated_at", "2016-10-07 19:18:15.338404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quis at non beatae nesciunt.\",\"body\":\"Use the optical JBOD card, then you can quantify the open-source port!\"}"], ["created_at", "2016-10-07 19:18:15.339366"], ["updated_at", "2016-10-07 19:18:15.339366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum consequatur est nihil.\",\"body\":\"If we synthesize the port, we can get to the XML microchip through the primary JSON alarm!\"}"], ["created_at", "2016-10-07 19:18:15.340274"], ["updated_at", "2016-10-07 19:18:15.340274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut culpa ducimus aperiam sunt ut alias.\",\"body\":\"The COM firewall is down, parse the solid state application so we can parse the XSS card!\"}"], ["created_at", "2016-10-07 19:18:15.341203"], ["updated_at", "2016-10-07 19:18:15.341203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ipsam eveniet aut.\",\"body\":\"We need to override the digital SAS circuit!\"}"], ["created_at", "2016-10-07 19:18:15.342077"], ["updated_at", "2016-10-07 19:18:15.342077"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit reiciendis adipisci inventore enim quia.\",\"body\":\"Use the bluetooth CSS sensor, then you can reboot the open-source matrix!\"}"], ["created_at", "2016-10-07 19:18:15.343024"], ["updated_at", "2016-10-07 19:18:15.343024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi voluptatum ea.\",\"body\":\"Overriding the bandwidth won't do anything, we need to input the digital sas port!\"}"], ["created_at", "2016-10-07 19:18:15.343912"], ["updated_at", "2016-10-07 19:18:15.343912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque consequatur eveniet modi enim.\",\"body\":\"We need to copy the cross-platform SMS protocol!\"}"], ["created_at", "2016-10-07 19:18:15.344847"], ["updated_at", "2016-10-07 19:18:15.344847"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque beatae nihil.\",\"body\":\"Quantifying the bandwidth won't do anything, we need to navigate the online sdd interface!\"}"], ["created_at", "2016-10-07 19:18:15.345724"], ["updated_at", "2016-10-07 19:18:15.345724"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab dolorem ut similique atque eum dolores.\",\"body\":\"You can't calculate the driver without calculating the digital HDD port!\"}"], ["created_at", "2016-10-07 19:18:15.346662"], ["updated_at", "2016-10-07 19:18:15.346662"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus vitae consequatur quis et.\",\"body\":\"If we transmit the feed, we can get to the HTTP protocol through the cross-platform SAS matrix!\"}"], ["created_at", "2016-10-07 19:18:15.347614"], ["updated_at", "2016-10-07 19:18:15.347614"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur commodi ut.\",\"body\":\"We need to calculate the mobile RSS sensor!\"}"], ["created_at", "2016-10-07 19:18:15.348525"], ["updated_at", "2016-10-07 19:18:15.348525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas dignissimos qui a non harum.\",\"body\":\"If we quantify the program, we can get to the GB card through the bluetooth SMS alarm!\"}"], ["created_at", "2016-10-07 19:18:15.349470"], ["updated_at", "2016-10-07 19:18:15.349470"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae optio vel laboriosam.\",\"body\":\"I'll navigate the online COM matrix, that should microchip the GB microchip!\"}"], ["created_at", "2016-10-07 19:18:15.350387"], ["updated_at", "2016-10-07 19:18:15.350387"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate perferendis ipsa illum ipsum amet minus incidunt.\",\"body\":\"You can't navigate the capacitor without navigating the back-end SMTP port!\"}"], ["created_at", "2016-10-07 19:18:15.351271"], ["updated_at", "2016-10-07 19:18:15.351271"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus aut corporis tempore cum.\",\"body\":\"Indexing the capacitor won't do anything, we need to reboot the multi-byte rss port!\"}"], ["created_at", "2016-10-07 19:18:15.352203"], ["updated_at", "2016-10-07 19:18:15.352203"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam sed ut expedita modi.\",\"body\":\"The CSS bandwidth is down, hack the optical bus so we can calculate the IB protocol!\"}"], ["created_at", "2016-10-07 19:18:15.353182"], ["updated_at", "2016-10-07 19:18:15.353182"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet assumenda repellendus recusandae sequi necessitatibus.\",\"body\":\"You can't input the port without navigating the open-source GB pixel!\"}"], ["created_at", "2016-10-07 19:18:15.354253"], ["updated_at", "2016-10-07 19:18:15.354253"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias autem quidem.\",\"body\":\"Bypassing the pixel won't do anything, we need to index the primary scsi capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.356366"], ["updated_at", "2016-10-07 19:18:15.356366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero voluptatem ipsa iste quo.\",\"body\":\"You can't index the program without indexing the mobile CSS circuit!\"}"], ["created_at", "2016-10-07 19:18:15.357535"], ["updated_at", "2016-10-07 19:18:15.357535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet consequatur quibusdam.\",\"body\":\"We need to parse the solid state AGP alarm!\"}"], ["created_at", "2016-10-07 19:18:15.358498"], ["updated_at", "2016-10-07 19:18:15.358498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam et aut.\",\"body\":\"The AGP feed is down, transmit the optical card so we can synthesize the JBOD array!\"}"], ["created_at", "2016-10-07 19:18:15.359431"], ["updated_at", "2016-10-07 19:18:15.359431"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium non dolores commodi quidem velit.\",\"body\":\"I'll back up the optical RSS sensor, that should system the HTTP port!\"}"], ["created_at", "2016-10-07 19:18:15.360316"], ["updated_at", "2016-10-07 19:18:15.360316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur veniam animi est.\",\"body\":\"Bypassing the transmitter won't do anything, we need to transmit the online sms transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.361231"], ["updated_at", "2016-10-07 19:18:15.361231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quis dolor impedit ea ea repudiandae.\",\"body\":\"Try to input the THX pixel, maybe it will input the mobile bandwidth!\"}"], ["created_at", "2016-10-07 19:18:15.362100"], ["updated_at", "2016-10-07 19:18:15.362100"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat tempore odio et.\",\"body\":\"You can't compress the program without synthesizing the primary SAS application!\"}"], ["created_at", "2016-10-07 19:18:15.363027"], ["updated_at", "2016-10-07 19:18:15.363027"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate accusantium error rem sunt eaque.\",\"body\":\"I'll reboot the back-end SAS microchip, that should firewall the HTTP feed!\"}"], ["created_at", "2016-10-07 19:18:15.363900"], ["updated_at", "2016-10-07 19:18:15.363900"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus quod modi nulla ipsa est enim.\",\"body\":\"Try to reboot the USB monitor, maybe it will connect the optical monitor!\"}"], ["created_at", "2016-10-07 19:18:15.364947"], ["updated_at", "2016-10-07 19:18:15.364947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas eos quia cupiditate fugit sit laudantium.\",\"body\":\"I'll program the primary HDD protocol, that should port the JSON capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.365880"], ["updated_at", "2016-10-07 19:18:15.365880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil facilis est fugiat officiis qui minus.\",\"body\":\"Try to index the SSL firewall, maybe it will back up the haptic bus!\"}"], ["created_at", "2016-10-07 19:18:15.366842"], ["updated_at", "2016-10-07 19:18:15.366842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id laboriosam dolore.\",\"body\":\"You can't synthesize the interface without generating the auxiliary HDD circuit!\"}"], ["created_at", "2016-10-07 19:18:15.367714"], ["updated_at", "2016-10-07 19:18:15.367714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus cumque consequatur amet ipsum magni consequuntur.\",\"body\":\"We need to bypass the open-source EXE panel!\"}"], ["created_at", "2016-10-07 19:18:15.368622"], ["updated_at", "2016-10-07 19:18:15.368622"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae aut ex et vel consectetur non.\",\"body\":\"Programming the bandwidth won't do anything, we need to connect the virtual http port!\"}"], ["created_at", "2016-10-07 19:18:15.369520"], ["updated_at", "2016-10-07 19:18:15.369520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur in esse quaerat est.\",\"body\":\"The AGP transmitter is down, bypass the cross-platform sensor so we can parse the SCSI application!\"}"], ["created_at", "2016-10-07 19:18:15.370430"], ["updated_at", "2016-10-07 19:18:15.370430"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto iure a culpa vero qui.\",\"body\":\"Copying the program won't do anything, we need to copy the digital ai bus!\"}"], ["created_at", "2016-10-07 19:18:15.371393"], ["updated_at", "2016-10-07 19:18:15.371393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum consectetur rerum odit explicabo omnis nihil maxime.\",\"body\":\"Try to override the SMS circuit, maybe it will override the online application!\"}"], ["created_at", "2016-10-07 19:18:15.372414"], ["updated_at", "2016-10-07 19:18:15.372414"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt dolor in atque eum est natus.\",\"body\":\"We need to quantify the neural PCI bus!\"}"], ["created_at", "2016-10-07 19:18:15.373403"], ["updated_at", "2016-10-07 19:18:15.373403"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque saepe tenetur ducimus ea quae unde.\",\"body\":\"If we input the interface, we can get to the SMTP program through the online IB array!\"}"], ["created_at", "2016-10-07 19:18:15.374276"], ["updated_at", "2016-10-07 19:18:15.374276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta quia tempore incidunt.\",\"body\":\"I'll override the digital THX interface, that should hard drive the ADP panel!\"}"], ["created_at", "2016-10-07 19:18:15.375235"], ["updated_at", "2016-10-07 19:18:15.375235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores laborum saepe autem voluptatum ipsum.\",\"body\":\"We need to index the mobile COM panel!\"}"], ["created_at", "2016-10-07 19:18:15.376132"], ["updated_at", "2016-10-07 19:18:15.376132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem corrupti unde sunt dolorem tenetur nisi.\",\"body\":\"Try to connect the THX microchip, maybe it will back up the multi-byte system!\"}"], ["created_at", "2016-10-07 19:18:15.377001"], ["updated_at", "2016-10-07 19:18:15.377001"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus qui odio repudiandae ad aperiam fuga sed.\",\"body\":\"I'll hack the optical AI bandwidth, that should protocol the IB card!\"}"], ["created_at", "2016-10-07 19:18:15.377905"], ["updated_at", "2016-10-07 19:18:15.377905"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quasi autem aut.\",\"body\":\"The SMS bus is down, parse the bluetooth interface so we can quantify the THX array!\"}"], ["created_at", "2016-10-07 19:18:15.379513"], ["updated_at", "2016-10-07 19:18:15.379513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis natus facere.\",\"body\":\"You can't hack the capacitor without bypassing the solid state XML protocol!\"}"], ["created_at", "2016-10-07 19:18:15.380837"], ["updated_at", "2016-10-07 19:18:15.380837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum doloribus aut voluptas.\",\"body\":\"We need to generate the neural PNG hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.381866"], ["updated_at", "2016-10-07 19:18:15.381866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ipsa minus est in id aspernatur.\",\"body\":\"If we calculate the transmitter, we can get to the AI alarm through the open-source SDD bus!\"}"], ["created_at", "2016-10-07 19:18:15.382864"], ["updated_at", "2016-10-07 19:18:15.382864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum itaque et alias id exercitationem vel.\",\"body\":\"The COM application is down, input the online pixel so we can generate the EXE application!\"}"], ["created_at", "2016-10-07 19:18:15.383790"], ["updated_at", "2016-10-07 19:18:15.383790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora asperiores quidem voluptatem perspiciatis.\",\"body\":\"Programming the pixel won't do anything, we need to connect the wireless css sensor!\"}"], ["created_at", "2016-10-07 19:18:15.384663"], ["updated_at", "2016-10-07 19:18:15.384663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta atque nihil et aut.\",\"body\":\"Use the online TCP card, then you can hack the digital system!\"}"], ["created_at", "2016-10-07 19:18:15.385618"], ["updated_at", "2016-10-07 19:18:15.385618"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero pariatur expedita.\",\"body\":\"Copying the interface won't do anything, we need to bypass the solid state xml feed!\"}"], ["created_at", "2016-10-07 19:18:15.386702"], ["updated_at", "2016-10-07 19:18:15.386702"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint fuga sit iste doloribus nobis.\",\"body\":\"I'll program the auxiliary SDD interface, that should card the JBOD bus!\"}"], ["created_at", "2016-10-07 19:18:15.388606"], ["updated_at", "2016-10-07 19:18:15.388606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus molestiae eos.\",\"body\":\"We need to override the digital HTTP transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.389967"], ["updated_at", "2016-10-07 19:18:15.389967"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti eum ad eos modi.\",\"body\":\"Quantifying the system won't do anything, we need to override the open-source pci system!\"}"], ["created_at", "2016-10-07 19:18:15.391008"], ["updated_at", "2016-10-07 19:18:15.391008"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat possimus qui sint ex.\",\"body\":\"Try to override the USB alarm, maybe it will quantify the optical transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.391929"], ["updated_at", "2016-10-07 19:18:15.391929"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam eius optio molestias vero suscipit qui nesciunt.\",\"body\":\"Use the bluetooth PCI sensor, then you can override the multi-byte array!\"}"], ["created_at", "2016-10-07 19:18:15.392920"], ["updated_at", "2016-10-07 19:18:15.392920"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia alias est et animi at tempora.\",\"body\":\"If we back up the array, we can get to the PCI interface through the auxiliary HDD port!\"}"], ["created_at", "2016-10-07 19:18:15.393829"], ["updated_at", "2016-10-07 19:18:15.393829"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat maiores ut enim corrupti voluptatem tenetur.\",\"body\":\"You can't override the matrix without transmitting the optical GB sensor!\"}"], ["created_at", "2016-10-07 19:18:15.394777"], ["updated_at", "2016-10-07 19:18:15.394777"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati sed nemo dignissimos ipsum.\",\"body\":\"The XML transmitter is down, synthesize the 1080p feed so we can compress the HTTP application!\"}"], ["created_at", "2016-10-07 19:18:15.395673"], ["updated_at", "2016-10-07 19:18:15.395673"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In illo quia architecto et harum omnis maxime.\",\"body\":\"Try to input the ADP driver, maybe it will index the 1080p interface!\"}"], ["created_at", "2016-10-07 19:18:15.396589"], ["updated_at", "2016-10-07 19:18:15.396589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint et voluptatem iste aspernatur voluptatem culpa ex.\",\"body\":\"You can't back up the matrix without compressing the optical JBOD capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.397460"], ["updated_at", "2016-10-07 19:18:15.397460"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae rerum cumque et totam omnis.\",\"body\":\"You can't hack the monitor without compressing the haptic CSS system!\"}"], ["created_at", "2016-10-07 19:18:15.398395"], ["updated_at", "2016-10-07 19:18:15.398395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis ab omnis.\",\"body\":\"We need to input the online EXE program!\"}"], ["created_at", "2016-10-07 19:18:15.399378"], ["updated_at", "2016-10-07 19:18:15.399378"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ut expedita commodi.\",\"body\":\"I'll parse the mobile XML port, that should feed the SMTP feed!\"}"], ["created_at", "2016-10-07 19:18:15.400260"], ["updated_at", "2016-10-07 19:18:15.400260"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam et suscipit.\",\"body\":\"I'll input the redundant JBOD monitor, that should firewall the SSL hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.401157"], ["updated_at", "2016-10-07 19:18:15.401157"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum optio et.\",\"body\":\"Try to hack the XML sensor, maybe it will compress the cross-platform bandwidth!\"}"], ["created_at", "2016-10-07 19:18:15.402065"], ["updated_at", "2016-10-07 19:18:15.402065"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aliquid reiciendis ullam et incidunt deserunt officia.\",\"body\":\"Quantifying the alarm won't do anything, we need to parse the back-end pci firewall!\"}"], ["created_at", "2016-10-07 19:18:15.403078"], ["updated_at", "2016-10-07 19:18:15.403078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur fugiat natus et molestias.\",\"body\":\"Copying the hard drive won't do anything, we need to calculate the neural ib transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.404022"], ["updated_at", "2016-10-07 19:18:15.404022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam architecto optio numquam eum maiores.\",\"body\":\"Try to hack the JBOD bus, maybe it will compress the solid state application!\"}"], ["created_at", "2016-10-07 19:18:15.404952"], ["updated_at", "2016-10-07 19:18:15.404952"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor dicta omnis.\",\"body\":\"Use the haptic JSON firewall, then you can bypass the virtual system!\"}"], ["created_at", "2016-10-07 19:18:15.405893"], ["updated_at", "2016-10-07 19:18:15.405893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur alias id voluptatem incidunt reiciendis nostrum.\",\"body\":\"We need to hack the neural AI port!\"}"], ["created_at", "2016-10-07 19:18:15.406858"], ["updated_at", "2016-10-07 19:18:15.406858"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum est placeat autem qui veritatis et molestias.\",\"body\":\"Programming the circuit won't do anything, we need to quantify the online css alarm!\"}"], ["created_at", "2016-10-07 19:18:15.407793"], ["updated_at", "2016-10-07 19:18:15.407793"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor ullam consequatur porro odio.\",\"body\":\"Use the primary HDD feed, then you can quantify the primary alarm!\"}"], ["created_at", "2016-10-07 19:18:15.409138"], ["updated_at", "2016-10-07 19:18:15.409138"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos laborum explicabo harum qui.\",\"body\":\"If we copy the firewall, we can get to the HDD bus through the multi-byte SQL sensor!\"}"], ["created_at", "2016-10-07 19:18:15.410735"], ["updated_at", "2016-10-07 19:18:15.410735"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos et numquam voluptatem officiis voluptatem sed provident.\",\"body\":\"The HTTP pixel is down, transmit the cross-platform interface so we can back up the THX matrix!\"}"], ["created_at", "2016-10-07 19:18:15.412236"], ["updated_at", "2016-10-07 19:18:15.412236"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et possimus vel.\",\"body\":\"Programming the bus won't do anything, we need to input the multi-byte scsi alarm!\"}"], ["created_at", "2016-10-07 19:18:15.414289"], ["updated_at", "2016-10-07 19:18:15.414289"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam et itaque quas dolorem.\",\"body\":\"We need to navigate the redundant USB driver!\"}"], ["created_at", "2016-10-07 19:18:15.417124"], ["updated_at", "2016-10-07 19:18:15.417124"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut delectus est sunt dolores eaque.\",\"body\":\"If we copy the feed, we can get to the XML protocol through the redundant HTTP capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.419200"], ["updated_at", "2016-10-07 19:18:15.419200"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea excepturi et vitae.\",\"body\":\"We need to generate the bluetooth XML transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.420946"], ["updated_at", "2016-10-07 19:18:15.420946"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur est et ut enim molestiae itaque.\",\"body\":\"We need to override the auxiliary SMS card!\"}"], ["created_at", "2016-10-07 19:18:15.421961"], ["updated_at", "2016-10-07 19:18:15.421961"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut rem ratione aut illo.\",\"body\":\"Compressing the hard drive won't do anything, we need to index the redundant sas feed!\"}"], ["created_at", "2016-10-07 19:18:15.423145"], ["updated_at", "2016-10-07 19:18:15.423145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit ut cumque et quo quidem voluptas et.\",\"body\":\"The PNG port is down, hack the mobile matrix so we can back up the EXE system!\"}"], ["created_at", "2016-10-07 19:18:15.424114"], ["updated_at", "2016-10-07 19:18:15.424114"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam omnis odio quibusdam qui reiciendis suscipit debitis.\",\"body\":\"Use the cross-platform FTP capacitor, then you can compress the digital array!\"}"], ["created_at", "2016-10-07 19:18:15.425025"], ["updated_at", "2016-10-07 19:18:15.425025"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quod ea ea commodi inventore ut illo.\",\"body\":\"Try to hack the HDD feed, maybe it will quantify the open-source matrix!\"}"], ["created_at", "2016-10-07 19:18:15.425933"], ["updated_at", "2016-10-07 19:18:15.425933"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est est sit.\",\"body\":\"I'll hack the haptic ADP sensor, that should interface the COM hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.426864"], ["updated_at", "2016-10-07 19:18:15.426864"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum quo voluptatem atque eum veritatis.\",\"body\":\"Try to connect the THX interface, maybe it will override the redundant capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.427763"], ["updated_at", "2016-10-07 19:18:15.427763"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur rerum occaecati dolorem ipsum aut.\",\"body\":\"Navigating the card won't do anything, we need to connect the auxiliary agp hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.428682"], ["updated_at", "2016-10-07 19:18:15.428682"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius id fuga occaecati non facere.\",\"body\":\"We need to generate the optical SMTP port!\"}"], ["created_at", "2016-10-07 19:18:15.429664"], ["updated_at", "2016-10-07 19:18:15.429664"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem eum vero.\",\"body\":\"You can't index the driver without synthesizing the mobile SMS transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.430581"], ["updated_at", "2016-10-07 19:18:15.430581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed dignissimos quas expedita ullam placeat non amet.\",\"body\":\"If we index the port, we can get to the GB alarm through the online TCP hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.431526"], ["updated_at", "2016-10-07 19:18:15.431526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In et sapiente.\",\"body\":\"You can't calculate the driver without transmitting the solid state XSS driver!\"}"], ["created_at", "2016-10-07 19:18:15.432438"], ["updated_at", "2016-10-07 19:18:15.432438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit necessitatibus qui aliquam excepturi sed odio.\",\"body\":\"Transmitting the feed won't do anything, we need to input the primary json circuit!\"}"], ["created_at", "2016-10-07 19:18:15.433348"], ["updated_at", "2016-10-07 19:18:15.433348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam est nam.\",\"body\":\"Use the redundant TCP matrix, then you can compress the open-source capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.434243"], ["updated_at", "2016-10-07 19:18:15.434243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo voluptates qui tenetur ad.\",\"body\":\"The SSL hard drive is down, index the 1080p program so we can connect the HTTP program!\"}"], ["created_at", "2016-10-07 19:18:15.435178"], ["updated_at", "2016-10-07 19:18:15.435178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus dolore eum occaecati perferendis et expedita.\",\"body\":\"The SSL port is down, copy the online application so we can calculate the RSS protocol!\"}"], ["created_at", "2016-10-07 19:18:15.436071"], ["updated_at", "2016-10-07 19:18:15.436071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis quia natus consequatur.\",\"body\":\"Use the open-source SCSI alarm, then you can parse the primary application!\"}"], ["created_at", "2016-10-07 19:18:15.436984"], ["updated_at", "2016-10-07 19:18:15.436984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum sunt neque corporis est dolorum reiciendis minima.\",\"body\":\"Try to override the PNG driver, maybe it will parse the primary circuit!\"}"], ["created_at", "2016-10-07 19:18:15.437898"], ["updated_at", "2016-10-07 19:18:15.437898"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A quaerat dolorem ut temporibus perferendis.\",\"body\":\"The ADP application is down, generate the auxiliary feed so we can copy the COM microchip!\"}"], ["created_at", "2016-10-07 19:18:15.438843"], ["updated_at", "2016-10-07 19:18:15.438843"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum eaque qui temporibus magni odio qui dolores.\",\"body\":\"We need to generate the 1080p IB bus!\"}"], ["created_at", "2016-10-07 19:18:15.439826"], ["updated_at", "2016-10-07 19:18:15.439826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi reprehenderit repudiandae suscipit explicabo ullam ea perferendis.\",\"body\":\"If we back up the interface, we can get to the RSS firewall through the mobile JBOD program!\"}"], ["created_at", "2016-10-07 19:18:15.440778"], ["updated_at", "2016-10-07 19:18:15.440778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea officiis quibusdam quia ab.\",\"body\":\"Connecting the panel won't do anything, we need to transmit the cross-platform json microchip!\"}"], ["created_at", "2016-10-07 19:18:15.441695"], ["updated_at", "2016-10-07 19:18:15.441695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non optio quos eum eveniet et asperiores soluta.\",\"body\":\"Calculating the array won't do anything, we need to back up the wireless xml driver!\"}"], ["created_at", "2016-10-07 19:18:15.442628"], ["updated_at", "2016-10-07 19:18:15.442628"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui facilis sapiente modi.\",\"body\":\"If we back up the alarm, we can get to the AGP protocol through the open-source THX array!\"}"], ["created_at", "2016-10-07 19:18:15.443544"], ["updated_at", "2016-10-07 19:18:15.443544"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus repudiandae sit minima debitis dolores nemo quia.\",\"body\":\"We need to synthesize the auxiliary USB feed!\"}"], ["created_at", "2016-10-07 19:18:15.444434"], ["updated_at", "2016-10-07 19:18:15.444434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla maiores quis et et commodi vel eos.\",\"body\":\"Try to reboot the SMS microchip, maybe it will parse the virtual feed!\"}"], ["created_at", "2016-10-07 19:18:15.445323"], ["updated_at", "2016-10-07 19:18:15.445323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non laudantium mollitia aliquam qui.\",\"body\":\"I'll generate the cross-platform THX system, that should panel the SAS hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.446251"], ["updated_at", "2016-10-07 19:18:15.446251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem officiis dolor aut aut labore est.\",\"body\":\"I'll input the primary THX bus, that should monitor the SAS pixel!\"}"], ["created_at", "2016-10-07 19:18:15.447143"], ["updated_at", "2016-10-07 19:18:15.447143"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam velit aut.\",\"body\":\"Bypassing the feed won't do anything, we need to hack the solid state sas transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.448095"], ["updated_at", "2016-10-07 19:18:15.448095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem suscipit beatae ipsa expedita omnis rerum ad.\",\"body\":\"If we override the sensor, we can get to the CSS hard drive through the redundant USB card!\"}"], ["created_at", "2016-10-07 19:18:15.449041"], ["updated_at", "2016-10-07 19:18:15.449041"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum eligendi et.\",\"body\":\"We need to hack the virtual USB driver!\"}"], ["created_at", "2016-10-07 19:18:15.449943"], ["updated_at", "2016-10-07 19:18:15.449943"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus repudiandae eaque ea quisquam.\",\"body\":\"If we input the system, we can get to the AI firewall through the primary IB transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.450864"], ["updated_at", "2016-10-07 19:18:15.450864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate et non.\",\"body\":\"I'll program the bluetooth USB system, that should monitor the THX firewall!\"}"], ["created_at", "2016-10-07 19:18:15.451794"], ["updated_at", "2016-10-07 19:18:15.451794"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis nihil architecto occaecati.\",\"body\":\"You can't reboot the transmitter without indexing the primary AI transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.452711"], ["updated_at", "2016-10-07 19:18:15.452711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere cumque aut.\",\"body\":\"The PNG port is down, transmit the neural alarm so we can back up the HTTP driver!\"}"], ["created_at", "2016-10-07 19:18:15.453641"], ["updated_at", "2016-10-07 19:18:15.453641"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem animi asperiores impedit ut quaerat blanditiis sint.\",\"body\":\"Try to calculate the AI bandwidth, maybe it will transmit the neural feed!\"}"], ["created_at", "2016-10-07 19:18:15.454550"], ["updated_at", "2016-10-07 19:18:15.454550"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae ea sit aperiam.\",\"body\":\"If we navigate the microchip, we can get to the HTTP hard drive through the back-end JSON monitor!\"}"], ["created_at", "2016-10-07 19:18:15.455475"], ["updated_at", "2016-10-07 19:18:15.455475"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea earum esse et eos sit iure.\",\"body\":\"If we transmit the alarm, we can get to the IB capacitor through the haptic GB bus!\"}"], ["created_at", "2016-10-07 19:18:15.456439"], ["updated_at", "2016-10-07 19:18:15.456439"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nemo accusamus eligendi.\",\"body\":\"Bypassing the card won't do anything, we need to program the open-source xss driver!\"}"], ["created_at", "2016-10-07 19:18:15.457378"], ["updated_at", "2016-10-07 19:18:15.457378"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt natus perferendis repudiandae qui.\",\"body\":\"I'll transmit the virtual RAM firewall, that should sensor the THX port!\"}"], ["created_at", "2016-10-07 19:18:15.458289"], ["updated_at", "2016-10-07 19:18:15.458289"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt veritatis a enim repellendus quia quae.\",\"body\":\"You can't back up the hard drive without programming the bluetooth TCP driver!\"}"], ["created_at", "2016-10-07 19:18:15.459226"], ["updated_at", "2016-10-07 19:18:15.459226"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae saepe dolores veniam similique alias.\",\"body\":\"I'll connect the neural RAM system, that should pixel the SMTP hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.460180"], ["updated_at", "2016-10-07 19:18:15.460180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed aperiam quia.\",\"body\":\"You can't hack the application without calculating the redundant XSS system!\"}"], ["created_at", "2016-10-07 19:18:15.461108"], ["updated_at", "2016-10-07 19:18:15.461108"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est odit recusandae eos.\",\"body\":\"If we reboot the feed, we can get to the SAS port through the neural SAS system!\"}"], ["created_at", "2016-10-07 19:18:15.462026"], ["updated_at", "2016-10-07 19:18:15.462026"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis accusantium qui libero repellendus fugiat eligendi sint.\",\"body\":\"Use the auxiliary FTP interface, then you can bypass the multi-byte capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.462952"], ["updated_at", "2016-10-07 19:18:15.462952"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam beatae labore aut.\",\"body\":\"Try to synthesize the TCP port, maybe it will synthesize the 1080p program!\"}"], ["created_at", "2016-10-07 19:18:15.463863"], ["updated_at", "2016-10-07 19:18:15.463863"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero voluptas voluptas odit est.\",\"body\":\"The RAM firewall is down, transmit the digital protocol so we can synthesize the PCI capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.464807"], ["updated_at", "2016-10-07 19:18:15.464807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ab consequatur soluta sint quidem reprehenderit accusamus.\",\"body\":\"Navigating the feed won't do anything, we need to calculate the online css firewall!\"}"], ["created_at", "2016-10-07 19:18:15.465694"], ["updated_at", "2016-10-07 19:18:15.465694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In facilis est voluptatem est dolorem.\",\"body\":\"Parsing the matrix won't do anything, we need to input the solid state ib protocol!\"}"], ["created_at", "2016-10-07 19:18:15.466674"], ["updated_at", "2016-10-07 19:18:15.466674"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum aut cupiditate et amet rerum.\",\"body\":\"We need to compress the 1080p PNG matrix!\"}"], ["created_at", "2016-10-07 19:18:15.467602"], ["updated_at", "2016-10-07 19:18:15.467602"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit eum quia.\",\"body\":\"I'll compress the solid state SSL program, that should matrix the FTP hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.468526"], ["updated_at", "2016-10-07 19:18:15.468526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore non et.\",\"body\":\"You can't hack the capacitor without copying the mobile CSS application!\"}"], ["created_at", "2016-10-07 19:18:15.469412"], ["updated_at", "2016-10-07 19:18:15.469412"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam hic sunt cumque sapiente numquam molestias.\",\"body\":\"I'll compress the mobile SAS circuit, that should program the RSS circuit!\"}"], ["created_at", "2016-10-07 19:18:15.470302"], ["updated_at", "2016-10-07 19:18:15.470302"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum occaecati non quia.\",\"body\":\"Try to copy the COM firewall, maybe it will navigate the neural matrix!\"}"], ["created_at", "2016-10-07 19:18:15.471250"], ["updated_at", "2016-10-07 19:18:15.471250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae eveniet laudantium corporis sit illum odio.\",\"body\":\"We need to calculate the 1080p COM bandwidth!\"}"], ["created_at", "2016-10-07 19:18:15.472283"], ["updated_at", "2016-10-07 19:18:15.472283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore et non inventore iure.\",\"body\":\"Try to program the GB system, maybe it will reboot the back-end system!\"}"], ["created_at", "2016-10-07 19:18:15.473248"], ["updated_at", "2016-10-07 19:18:15.473248"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum omnis doloremque autem sapiente voluptas aut.\",\"body\":\"The EXE firewall is down, navigate the bluetooth interface so we can input the THX system!\"}"], ["created_at", "2016-10-07 19:18:15.474270"], ["updated_at", "2016-10-07 19:18:15.474270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque commodi ipsa ut.\",\"body\":\"You can't generate the panel without parsing the primary SMTP hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.475239"], ["updated_at", "2016-10-07 19:18:15.475239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur autem commodi ut sed earum voluptas eum.\",\"body\":\"Parsing the pixel won't do anything, we need to compress the neural rss panel!\"}"], ["created_at", "2016-10-07 19:18:15.476172"], ["updated_at", "2016-10-07 19:18:15.476172"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum quod quos.\",\"body\":\"I'll index the optical SCSI application, that should protocol the HDD matrix!\"}"], ["created_at", "2016-10-07 19:18:15.477120"], ["updated_at", "2016-10-07 19:18:15.477120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum aperiam praesentium facilis.\",\"body\":\"We need to navigate the cross-platform AI capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.478014"], ["updated_at", "2016-10-07 19:18:15.478014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum vitae aut sapiente.\",\"body\":\"If we override the interface, we can get to the HTTP transmitter through the wireless TCP program!\"}"], ["created_at", "2016-10-07 19:18:15.478944"], ["updated_at", "2016-10-07 19:18:15.478944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus cumque optio fugit cupiditate aspernatur dolore dolor.\",\"body\":\"I'll synthesize the wireless XML application, that should pixel the HTTP feed!\"}"], ["created_at", "2016-10-07 19:18:15.479997"], ["updated_at", "2016-10-07 19:18:15.479997"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et inventore vitae numquam consequatur labore.\",\"body\":\"We need to hack the optical SQL driver!\"}"], ["created_at", "2016-10-07 19:18:15.480986"], ["updated_at", "2016-10-07 19:18:15.480986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis quia nulla laudantium atque deserunt omnis rerum.\",\"body\":\"Use the solid state JSON card, then you can back up the primary capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.482008"], ["updated_at", "2016-10-07 19:18:15.482008"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque repellat aut.\",\"body\":\"You can't compress the array without hacking the mobile HDD panel!\"}"], ["created_at", "2016-10-07 19:18:15.482968"], ["updated_at", "2016-10-07 19:18:15.482968"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab sit earum qui quis sint.\",\"body\":\"Try to index the SQL system, maybe it will connect the cross-platform panel!\"}"], ["created_at", "2016-10-07 19:18:15.483890"], ["updated_at", "2016-10-07 19:18:15.483890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias enim nostrum et voluptatibus suscipit fuga.\",\"body\":\"You can't copy the card without backing up the redundant EXE panel!\"}"], ["created_at", "2016-10-07 19:18:15.484783"], ["updated_at", "2016-10-07 19:18:15.484783"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut eum pariatur totam recusandae sed voluptas blanditiis.\",\"body\":\"If we synthesize the driver, we can get to the SMTP interface through the auxiliary IB bus!\"}"], ["created_at", "2016-10-07 19:18:15.485733"], ["updated_at", "2016-10-07 19:18:15.485733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque voluptatum autem quasi velit asperiores culpa nam.\",\"body\":\"You can't copy the driver without calculating the digital ADP transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.486695"], ["updated_at", "2016-10-07 19:18:15.486695"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum ipsam non.\",\"body\":\"If we navigate the protocol, we can get to the HDD panel through the wireless RAM matrix!\"}"], ["created_at", "2016-10-07 19:18:15.487604"], ["updated_at", "2016-10-07 19:18:15.487604"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate ut ut.\",\"body\":\"You can't bypass the circuit without programming the virtual SAS capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.488522"], ["updated_at", "2016-10-07 19:18:15.488522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum sunt nulla dolores ducimus architecto esse.\",\"body\":\"If we synthesize the alarm, we can get to the GB alarm through the online SMS system!\"}"], ["created_at", "2016-10-07 19:18:15.489502"], ["updated_at", "2016-10-07 19:18:15.489502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore aliquid doloremque voluptatem voluptas hic quo asperiores.\",\"body\":\"We need to compress the 1080p ADP firewall!\"}"], ["created_at", "2016-10-07 19:18:15.490437"], ["updated_at", "2016-10-07 19:18:15.490437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid eos eum aut itaque occaecati.\",\"body\":\"If we back up the feed, we can get to the AGP program through the cross-platform SCSI alarm!\"}"], ["created_at", "2016-10-07 19:18:15.491406"], ["updated_at", "2016-10-07 19:18:15.491406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis est molestiae vel tenetur velit consequatur.\",\"body\":\"Programming the bus won't do anything, we need to index the neural ib driver!\"}"], ["created_at", "2016-10-07 19:18:15.492314"], ["updated_at", "2016-10-07 19:18:15.492314"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores et aut est aliquam.\",\"body\":\"If we bypass the sensor, we can get to the SQL firewall through the primary SSL alarm!\"}"], ["created_at", "2016-10-07 19:18:15.493398"], ["updated_at", "2016-10-07 19:18:15.493398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque quidem qui.\",\"body\":\"Try to bypass the RSS protocol, maybe it will generate the neural panel!\"}"], ["created_at", "2016-10-07 19:18:15.494390"], ["updated_at", "2016-10-07 19:18:15.494390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A veniam facilis quidem officiis qui.\",\"body\":\"The USB capacitor is down, compress the 1080p microchip so we can copy the GB panel!\"}"], ["created_at", "2016-10-07 19:18:15.495450"], ["updated_at", "2016-10-07 19:18:15.495450"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus et et ut quaerat rerum.\",\"body\":\"I'll transmit the neural SDD protocol, that should feed the RSS pixel!\"}"], ["created_at", "2016-10-07 19:18:15.496441"], ["updated_at", "2016-10-07 19:18:15.496441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor quia ex quia dolorem.\",\"body\":\"Try to override the XML interface, maybe it will bypass the optical application!\"}"], ["created_at", "2016-10-07 19:18:15.497419"], ["updated_at", "2016-10-07 19:18:15.497419"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem distinctio sit doloribus maxime illum nostrum atque.\",\"body\":\"I'll index the online PCI panel, that should feed the ADP port!\"}"], ["created_at", "2016-10-07 19:18:15.498473"], ["updated_at", "2016-10-07 19:18:15.498473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium distinctio magnam nam iure.\",\"body\":\"Use the auxiliary SMS array, then you can quantify the bluetooth interface!\"}"], ["created_at", "2016-10-07 19:18:15.499525"], ["updated_at", "2016-10-07 19:18:15.499525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum provident nihil rem debitis ut sunt.\",\"body\":\"The SMS firewall is down, copy the optical circuit so we can calculate the AGP bandwidth!\"}"], ["created_at", "2016-10-07 19:18:15.500528"], ["updated_at", "2016-10-07 19:18:15.500528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto corporis consequuntur et cupiditate rerum omnis.\",\"body\":\"Parsing the circuit won't do anything, we need to program the mobile ssl microchip!\"}"], ["created_at", "2016-10-07 19:18:15.501548"], ["updated_at", "2016-10-07 19:18:15.501548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique error est explicabo harum.\",\"body\":\"The EXE card is down, index the auxiliary hard drive so we can hack the GB capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.502579"], ["updated_at", "2016-10-07 19:18:15.502579"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et id ipsum.\",\"body\":\"Backing up the alarm won't do anything, we need to navigate the auxiliary http port!\"}"], ["created_at", "2016-10-07 19:18:15.503605"], ["updated_at", "2016-10-07 19:18:15.503605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui porro sit qui quo perferendis.\",\"body\":\"I'll generate the solid state XML circuit, that should system the SDD system!\"}"], ["created_at", "2016-10-07 19:18:15.504608"], ["updated_at", "2016-10-07 19:18:15.504608"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio aut illo.\",\"body\":\"Try to bypass the SCSI alarm, maybe it will calculate the optical panel!\"}"], ["created_at", "2016-10-07 19:18:15.505651"], ["updated_at", "2016-10-07 19:18:15.505651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et id rerum et fugiat quae cupiditate quia.\",\"body\":\"The HDD hard drive is down, connect the haptic program so we can copy the SCSI pixel!\"}"], ["created_at", "2016-10-07 19:18:15.506690"], ["updated_at", "2016-10-07 19:18:15.506690"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur neque laudantium qui magnam.\",\"body\":\"If we transmit the pixel, we can get to the SSL monitor through the back-end SCSI protocol!\"}"], ["created_at", "2016-10-07 19:18:15.507702"], ["updated_at", "2016-10-07 19:18:15.507702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut porro occaecati magni et velit minus et.\",\"body\":\"Try to override the SMS microchip, maybe it will calculate the auxiliary panel!\"}"], ["created_at", "2016-10-07 19:18:15.508721"], ["updated_at", "2016-10-07 19:18:15.508721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum voluptatum et.\",\"body\":\"We need to calculate the back-end AGP firewall!\"}"], ["created_at", "2016-10-07 19:18:15.509717"], ["updated_at", "2016-10-07 19:18:15.509717"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem dicta qui.\",\"body\":\"You can't input the protocol without quantifying the open-source PCI pixel!\"}"], ["created_at", "2016-10-07 19:18:15.510746"], ["updated_at", "2016-10-07 19:18:15.510746"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut officia ipsam.\",\"body\":\"If we bypass the circuit, we can get to the IB port through the solid state ADP sensor!\"}"], ["created_at", "2016-10-07 19:18:15.511742"], ["updated_at", "2016-10-07 19:18:15.511742"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit consectetur impedit velit praesentium.\",\"body\":\"You can't override the matrix without copying the multi-byte USB sensor!\"}"], ["created_at", "2016-10-07 19:18:15.512743"], ["updated_at", "2016-10-07 19:18:15.512743"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint sunt cupiditate veniam repudiandae enim incidunt autem.\",\"body\":\"If we reboot the system, we can get to the GB sensor through the online PNG matrix!\"}"], ["created_at", "2016-10-07 19:18:15.513777"], ["updated_at", "2016-10-07 19:18:15.513777"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt dicta laudantium perferendis sit.\",\"body\":\"If we calculate the feed, we can get to the SQL array through the digital XSS panel!\"}"], ["created_at", "2016-10-07 19:18:15.514836"], ["updated_at", "2016-10-07 19:18:15.514836"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio voluptatem eveniet omnis provident fuga ut.\",\"body\":\"We need to synthesize the back-end RAM application!\"}"], ["created_at", "2016-10-07 19:18:15.515913"], ["updated_at", "2016-10-07 19:18:15.515913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero repudiandae autem modi.\",\"body\":\"Try to input the COM sensor, maybe it will input the auxiliary interface!\"}"], ["created_at", "2016-10-07 19:18:15.516996"], ["updated_at", "2016-10-07 19:18:15.516996"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui id unde sit dicta.\",\"body\":\"We need to compress the virtual ADP program!\"}"], ["created_at", "2016-10-07 19:18:15.518107"], ["updated_at", "2016-10-07 19:18:15.518107"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora ex ut temporibus eos.\",\"body\":\"I'll navigate the back-end GB interface, that should panel the AGP firewall!\"}"], ["created_at", "2016-10-07 19:18:15.519302"], ["updated_at", "2016-10-07 19:18:15.519302"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos officia sapiente omnis et illum ut.\",\"body\":\"If we bypass the protocol, we can get to the RSS bus through the primary JBOD sensor!\"}"], ["created_at", "2016-10-07 19:18:15.520382"], ["updated_at", "2016-10-07 19:18:15.520382"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quae velit impedit sunt.\",\"body\":\"Backing up the circuit won't do anything, we need to index the digital sas interface!\"}"], ["created_at", "2016-10-07 19:18:15.522568"], ["updated_at", "2016-10-07 19:18:15.522568"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio voluptatum ipsa.\",\"body\":\"The HDD protocol is down, synthesize the solid state driver so we can connect the AI card!\"}"], ["created_at", "2016-10-07 19:18:15.523933"], ["updated_at", "2016-10-07 19:18:15.523933"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea eum atque nihil dignissimos minus.\",\"body\":\"If we generate the protocol, we can get to the PCI sensor through the cross-platform SSL matrix!\"}"], ["created_at", "2016-10-07 19:18:15.524977"], ["updated_at", "2016-10-07 19:18:15.524977"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab libero voluptatem sed.\",\"body\":\"The EXE alarm is down, transmit the multi-byte panel so we can parse the XML application!\"}"], ["created_at", "2016-10-07 19:18:15.529957"], ["updated_at", "2016-10-07 19:18:15.529957"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus veniam eius exercitationem.\",\"body\":\"We need to override the cross-platform PCI system!\"}"], ["created_at", "2016-10-07 19:18:15.531079"], ["updated_at", "2016-10-07 19:18:15.531079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id velit voluptas provident eius autem et qui.\",\"body\":\"If we compress the system, we can get to the IB matrix through the redundant SMS firewall!\"}"], ["created_at", "2016-10-07 19:18:15.532227"], ["updated_at", "2016-10-07 19:18:15.532227"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae et consequuntur qui.\",\"body\":\"If we index the circuit, we can get to the AI capacitor through the cross-platform SDD alarm!\"}"], ["created_at", "2016-10-07 19:18:15.533253"], ["updated_at", "2016-10-07 19:18:15.533253"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum laborum vel qui molestiae sit maxime.\",\"body\":\"You can't index the protocol without parsing the online IB sensor!\"}"], ["created_at", "2016-10-07 19:18:15.534237"], ["updated_at", "2016-10-07 19:18:15.534237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium ex et.\",\"body\":\"Try to override the SCSI bandwidth, maybe it will input the cross-platform feed!\"}"], ["created_at", "2016-10-07 19:18:15.535182"], ["updated_at", "2016-10-07 19:18:15.535182"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quia fugit eligendi officiis.\",\"body\":\"Programming the microchip won't do anything, we need to connect the primary sas circuit!\"}"], ["created_at", "2016-10-07 19:18:15.536124"], ["updated_at", "2016-10-07 19:18:15.536124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem debitis reprehenderit quia totam ut consequuntur.\",\"body\":\"Quantifying the matrix won't do anything, we need to bypass the virtual hdd sensor!\"}"], ["created_at", "2016-10-07 19:18:15.537036"], ["updated_at", "2016-10-07 19:18:15.537036"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In ullam sint.\",\"body\":\"The USB program is down, synthesize the digital driver so we can program the TCP capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.537975"], ["updated_at", "2016-10-07 19:18:15.537975"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dignissimos adipisci debitis qui consequuntur.\",\"body\":\"You can't hack the hard drive without backing up the cross-platform XSS program!\"}"], ["created_at", "2016-10-07 19:18:15.539009"], ["updated_at", "2016-10-07 19:18:15.539009"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In iste tempore voluptatum nulla voluptas.\",\"body\":\"I'll override the neural SDD array, that should panel the PCI application!\"}"], ["created_at", "2016-10-07 19:18:15.539989"], ["updated_at", "2016-10-07 19:18:15.539989"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem nam alias velit quam libero sequi.\",\"body\":\"If we transmit the feed, we can get to the TCP hard drive through the neural GB matrix!\"}"], ["created_at", "2016-10-07 19:18:15.540846"], ["updated_at", "2016-10-07 19:18:15.540846"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis iusto ratione praesentium adipisci.\",\"body\":\"We need to quantify the cross-platform HDD system!\"}"], ["created_at", "2016-10-07 19:18:15.541755"], ["updated_at", "2016-10-07 19:18:15.541755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus cum suscipit ea.\",\"body\":\"Try to compress the SMTP firewall, maybe it will transmit the digital monitor!\"}"], ["created_at", "2016-10-07 19:18:15.542649"], ["updated_at", "2016-10-07 19:18:15.542649"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis sed non est.\",\"body\":\"I'll synthesize the cross-platform THX interface, that should program the PCI driver!\"}"], ["created_at", "2016-10-07 19:18:15.543547"], ["updated_at", "2016-10-07 19:18:15.543547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum accusantium molestiae quas perspiciatis.\",\"body\":\"If we input the monitor, we can get to the PNG protocol through the optical RSS feed!\"}"], ["created_at", "2016-10-07 19:18:15.544405"], ["updated_at", "2016-10-07 19:18:15.544405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores iure non ex.\",\"body\":\"We need to program the virtual USB protocol!\"}"], ["created_at", "2016-10-07 19:18:15.545296"], ["updated_at", "2016-10-07 19:18:15.545296"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam est voluptatem.\",\"body\":\"If we generate the bus, we can get to the HDD capacitor through the 1080p AI alarm!\"}"], ["created_at", "2016-10-07 19:18:15.546152"], ["updated_at", "2016-10-07 19:18:15.546152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum nihil nulla molestias unde repellat.\",\"body\":\"The JBOD program is down, quantify the haptic interface so we can override the AGP card!\"}"], ["created_at", "2016-10-07 19:18:15.547093"], ["updated_at", "2016-10-07 19:18:15.547093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit est ea et quos reprehenderit.\",\"body\":\"Try to hack the SDD firewall, maybe it will quantify the mobile pixel!\"}"], ["created_at", "2016-10-07 19:18:15.548001"], ["updated_at", "2016-10-07 19:18:15.548001"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti quaerat odio nam minus animi dolor.\",\"body\":\"You can't back up the interface without bypassing the bluetooth XML interface!\"}"], ["created_at", "2016-10-07 19:18:15.548926"], ["updated_at", "2016-10-07 19:18:15.548926"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime nostrum repellendus nihil magni deserunt voluptas.\",\"body\":\"I'll bypass the neural HDD panel, that should port the SDD array!\"}"], ["created_at", "2016-10-07 19:18:15.549831"], ["updated_at", "2016-10-07 19:18:15.549831"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus quos dolorem aliquid ex et laborum.\",\"body\":\"You can't bypass the panel without indexing the back-end SMTP capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.550779"], ["updated_at", "2016-10-07 19:18:15.550779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste ut et saepe ea sint.\",\"body\":\"If we reboot the panel, we can get to the SDD port through the multi-byte PCI protocol!\"}"], ["created_at", "2016-10-07 19:18:15.551657"], ["updated_at", "2016-10-07 19:18:15.551657"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima ut inventore error.\",\"body\":\"Bypassing the bus won't do anything, we need to quantify the optical agp hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.552634"], ["updated_at", "2016-10-07 19:18:15.552634"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati in ipsa voluptas sunt.\",\"body\":\"If we parse the circuit, we can get to the CSS sensor through the back-end FTP microchip!\"}"], ["created_at", "2016-10-07 19:18:15.553679"], ["updated_at", "2016-10-07 19:18:15.553679"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis sunt non sit debitis aut aut exercitationem.\",\"body\":\"Try to copy the JBOD application, maybe it will override the optical array!\"}"], ["created_at", "2016-10-07 19:18:15.555724"], ["updated_at", "2016-10-07 19:18:15.555724"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio neque molestias.\",\"body\":\"I'll compress the redundant RAM transmitter, that should circuit the FTP circuit!\"}"], ["created_at", "2016-10-07 19:18:15.556915"], ["updated_at", "2016-10-07 19:18:15.556915"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum ut vero ex autem.\",\"body\":\"Use the digital GB microchip, then you can input the haptic system!\"}"], ["created_at", "2016-10-07 19:18:15.557893"], ["updated_at", "2016-10-07 19:18:15.557893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum et exercitationem.\",\"body\":\"Use the optical PNG firewall, then you can transmit the cross-platform protocol!\"}"], ["created_at", "2016-10-07 19:18:15.558804"], ["updated_at", "2016-10-07 19:18:15.558804"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam et atque dignissimos cupiditate ab maxime blanditiis.\",\"body\":\"Try to index the USB firewall, maybe it will bypass the digital hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.559732"], ["updated_at", "2016-10-07 19:18:15.559732"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed quis magnam.\",\"body\":\"I'll navigate the digital RAM panel, that should driver the JBOD pixel!\"}"], ["created_at", "2016-10-07 19:18:15.560610"], ["updated_at", "2016-10-07 19:18:15.560610"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio distinctio consequatur harum nobis totam dolor qui.\",\"body\":\"I'll quantify the wireless SCSI panel, that should protocol the RSS circuit!\"}"], ["created_at", "2016-10-07 19:18:15.561516"], ["updated_at", "2016-10-07 19:18:15.561516"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam est maxime voluptatibus dolore.\",\"body\":\"If we back up the array, we can get to the AGP bandwidth through the auxiliary SSL alarm!\"}"], ["created_at", "2016-10-07 19:18:15.562370"], ["updated_at", "2016-10-07 19:18:15.562370"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime odio quia ut.\",\"body\":\"Use the auxiliary PNG array, then you can calculate the digital system!\"}"], ["created_at", "2016-10-07 19:18:15.563282"], ["updated_at", "2016-10-07 19:18:15.563282"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas placeat et expedita quo neque fugiat aspernatur.\",\"body\":\"The USB circuit is down, program the mobile circuit so we can quantify the RAM interface!\"}"], ["created_at", "2016-10-07 19:18:15.564157"], ["updated_at", "2016-10-07 19:18:15.564157"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis sequi est nostrum atque dicta assumenda et.\",\"body\":\"Use the optical EXE system, then you can synthesize the neural protocol!\"}"], ["created_at", "2016-10-07 19:18:15.565101"], ["updated_at", "2016-10-07 19:18:15.565101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam officia tempore qui eos.\",\"body\":\"Try to program the RSS sensor, maybe it will navigate the auxiliary circuit!\"}"], ["created_at", "2016-10-07 19:18:15.565973"], ["updated_at", "2016-10-07 19:18:15.565973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut omnis autem nemo saepe.\",\"body\":\"You can't compress the alarm without compressing the primary FTP pixel!\"}"], ["created_at", "2016-10-07 19:18:15.566892"], ["updated_at", "2016-10-07 19:18:15.566892"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero fugit enim suscipit impedit velit omnis.\",\"body\":\"You can't calculate the bandwidth without navigating the mobile XML feed!\"}"], ["created_at", "2016-10-07 19:18:15.567793"], ["updated_at", "2016-10-07 19:18:15.567793"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur eligendi ut recusandae dignissimos.\",\"body\":\"If we back up the array, we can get to the USB sensor through the open-source EXE circuit!\"}"], ["created_at", "2016-10-07 19:18:15.568845"], ["updated_at", "2016-10-07 19:18:15.568845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam minima mollitia est ex unde minus.\",\"body\":\"Parsing the firewall won't do anything, we need to synthesize the auxiliary ai capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.569740"], ["updated_at", "2016-10-07 19:18:15.569740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla velit eum fuga nostrum non dolor.\",\"body\":\"Hacking the driver won't do anything, we need to copy the open-source sdd panel!\"}"], ["created_at", "2016-10-07 19:18:15.570715"], ["updated_at", "2016-10-07 19:18:15.570715"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia illum culpa.\",\"body\":\"Use the solid state AGP card, then you can index the wireless bus!\"}"], ["created_at", "2016-10-07 19:18:15.571578"], ["updated_at", "2016-10-07 19:18:15.571578"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus atque est quaerat.\",\"body\":\"Try to override the JSON hard drive, maybe it will bypass the back-end card!\"}"], ["created_at", "2016-10-07 19:18:15.572654"], ["updated_at", "2016-10-07 19:18:15.572654"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolorem et sed iusto nam.\",\"body\":\"If we parse the panel, we can get to the PCI pixel through the virtual FTP protocol!\"}"], ["created_at", "2016-10-07 19:18:15.573760"], ["updated_at", "2016-10-07 19:18:15.573760"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum molestiae id eos doloribus incidunt aut et.\",\"body\":\"You can't parse the panel without synthesizing the online TCP hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.574959"], ["updated_at", "2016-10-07 19:18:15.574959"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui vel et quia.\",\"body\":\"We need to reboot the multi-byte HTTP alarm!\"}"], ["created_at", "2016-10-07 19:18:15.576125"], ["updated_at", "2016-10-07 19:18:15.576125"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis non ea.\",\"body\":\"Bypassing the circuit won't do anything, we need to bypass the auxiliary smtp capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.578127"], ["updated_at", "2016-10-07 19:18:15.578127"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis ut maiores dicta laudantium ipsam.\",\"body\":\"The SSL pixel is down, hack the back-end interface so we can synthesize the CSS transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.580680"], ["updated_at", "2016-10-07 19:18:15.580680"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas architecto qui.\",\"body\":\"The AI matrix is down, compress the 1080p feed so we can input the SMTP panel!\"}"], ["created_at", "2016-10-07 19:18:15.581985"], ["updated_at", "2016-10-07 19:18:15.581985"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam similique accusamus in sint.\",\"body\":\"The COM circuit is down, connect the back-end pixel so we can copy the AI sensor!\"}"], ["created_at", "2016-10-07 19:18:15.584722"], ["updated_at", "2016-10-07 19:18:15.584722"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt veniam quos odit consequuntur ut labore.\",\"body\":\"The SMS card is down, transmit the auxiliary circuit so we can bypass the XML driver!\"}"], ["created_at", "2016-10-07 19:18:15.586049"], ["updated_at", "2016-10-07 19:18:15.586049"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit blanditiis nostrum dolorem aperiam sapiente aut.\",\"body\":\"Try to transmit the THX hard drive, maybe it will synthesize the back-end alarm!\"}"], ["created_at", "2016-10-07 19:18:15.587137"], ["updated_at", "2016-10-07 19:18:15.587137"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum est in qui necessitatibus.\",\"body\":\"If we connect the protocol, we can get to the USB program through the haptic SSL pixel!\"}"], ["created_at", "2016-10-07 19:18:15.588151"], ["updated_at", "2016-10-07 19:18:15.588151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti minima quia.\",\"body\":\"I'll program the redundant JSON microchip, that should port the AI circuit!\"}"], ["created_at", "2016-10-07 19:18:15.589161"], ["updated_at", "2016-10-07 19:18:15.589161"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus nobis expedita dignissimos ad veritatis.\",\"body\":\"Try to synthesize the SQL circuit, maybe it will copy the virtual transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.590194"], ["updated_at", "2016-10-07 19:18:15.590194"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis corrupti ducimus id velit harum.\",\"body\":\"Try to bypass the HTTP bandwidth, maybe it will back up the bluetooth feed!\"}"], ["created_at", "2016-10-07 19:18:15.591156"], ["updated_at", "2016-10-07 19:18:15.591156"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic adipisci rerum aliquam aut assumenda aut.\",\"body\":\"You can't back up the monitor without overriding the redundant TCP circuit!\"}"], ["created_at", "2016-10-07 19:18:15.592046"], ["updated_at", "2016-10-07 19:18:15.592046"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id et asperiores.\",\"body\":\"I'll calculate the neural USB transmitter, that should port the IB system!\"}"], ["created_at", "2016-10-07 19:18:15.592947"], ["updated_at", "2016-10-07 19:18:15.592947"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus vel ducimus quam.\",\"body\":\"I'll bypass the back-end JBOD protocol, that should feed the SMTP pixel!\"}"], ["created_at", "2016-10-07 19:18:15.593904"], ["updated_at", "2016-10-07 19:18:15.593904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque amet enim consequatur odio veritatis accusantium.\",\"body\":\"We need to program the neural ADP bandwidth!\"}"], ["created_at", "2016-10-07 19:18:15.594857"], ["updated_at", "2016-10-07 19:18:15.594857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos tenetur nisi enim corporis pariatur omnis quis.\",\"body\":\"If we back up the hard drive, we can get to the SAS circuit through the cross-platform AGP driver!\"}"], ["created_at", "2016-10-07 19:18:15.595748"], ["updated_at", "2016-10-07 19:18:15.595748"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia eum iste error maxime.\",\"body\":\"You can't hack the interface without navigating the haptic AI firewall!\"}"], ["created_at", "2016-10-07 19:18:15.596658"], ["updated_at", "2016-10-07 19:18:15.596658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ducimus ea ut quidem fuga.\",\"body\":\"If we generate the matrix, we can get to the COM feed through the online SQL program!\"}"], ["created_at", "2016-10-07 19:18:15.597549"], ["updated_at", "2016-10-07 19:18:15.597549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia aliquid culpa nihil quas atque.\",\"body\":\"I'll index the optical CSS pixel, that should array the COM bus!\"}"], ["created_at", "2016-10-07 19:18:15.598482"], ["updated_at", "2016-10-07 19:18:15.598482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolore occaecati dignissimos.\",\"body\":\"The XSS card is down, input the solid state system so we can parse the SMS card!\"}"], ["created_at", "2016-10-07 19:18:15.599393"], ["updated_at", "2016-10-07 19:18:15.599393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem consequatur non.\",\"body\":\"The RSS firewall is down, bypass the online array so we can navigate the TCP system!\"}"], ["created_at", "2016-10-07 19:18:15.600310"], ["updated_at", "2016-10-07 19:18:15.600310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim quisquam et qui deserunt.\",\"body\":\"We need to generate the wireless ADP feed!\"}"], ["created_at", "2016-10-07 19:18:15.601193"], ["updated_at", "2016-10-07 19:18:15.601193"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae omnis modi nihil non optio et.\",\"body\":\"Backing up the alarm won't do anything, we need to input the wireless json bandwidth!\"}"], ["created_at", "2016-10-07 19:18:15.602116"], ["updated_at", "2016-10-07 19:18:15.602116"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas assumenda dolores et est.\",\"body\":\"You can't bypass the program without parsing the neural JSON protocol!\"}"], ["created_at", "2016-10-07 19:18:15.603039"], ["updated_at", "2016-10-07 19:18:15.603039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae explicabo suscipit corporis ut.\",\"body\":\"Try to navigate the ADP sensor, maybe it will program the optical alarm!\"}"], ["created_at", "2016-10-07 19:18:15.603987"], ["updated_at", "2016-10-07 19:18:15.603987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quo aliquam consequatur.\",\"body\":\"We need to transmit the online HTTP transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.604872"], ["updated_at", "2016-10-07 19:18:15.604872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem expedita aut ad et.\",\"body\":\"Compressing the sensor won't do anything, we need to back up the neural hdd microchip!\"}"], ["created_at", "2016-10-07 19:18:15.605816"], ["updated_at", "2016-10-07 19:18:15.605816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni quia aut commodi eos explicabo.\",\"body\":\"I'll compress the redundant SSL protocol, that should microchip the HDD protocol!\"}"], ["created_at", "2016-10-07 19:18:15.606843"], ["updated_at", "2016-10-07 19:18:15.606843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Libero amet ducimus.\",\"body\":\"Try to override the SDD system, maybe it will hack the optical driver!\"}"], ["created_at", "2016-10-07 19:18:15.607787"], ["updated_at", "2016-10-07 19:18:15.607787"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere tempora praesentium qui at voluptatum nobis voluptatem.\",\"body\":\"I'll generate the auxiliary FTP feed, that should application the JBOD microchip!\"}"], ["created_at", "2016-10-07 19:18:15.608668"], ["updated_at", "2016-10-07 19:18:15.608668"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur aut fuga odio perferendis ab hic.\",\"body\":\"If we navigate the system, we can get to the XSS array through the cross-platform RSS port!\"}"], ["created_at", "2016-10-07 19:18:15.609582"], ["updated_at", "2016-10-07 19:18:15.609582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aliquid nulla culpa et.\",\"body\":\"Indexing the capacitor won't do anything, we need to back up the digital ram hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.610467"], ["updated_at", "2016-10-07 19:18:15.610467"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse molestiae aut sint quidem voluptates.\",\"body\":\"Try to back up the COM alarm, maybe it will calculate the cross-platform panel!\"}"], ["created_at", "2016-10-07 19:18:15.611435"], ["updated_at", "2016-10-07 19:18:15.611435"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem recusandae non soluta pariatur natus ipsam.\",\"body\":\"I'll synthesize the wireless SMTP port, that should matrix the SSL system!\"}"], ["created_at", "2016-10-07 19:18:15.612328"], ["updated_at", "2016-10-07 19:18:15.612328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aliquam illo amet id.\",\"body\":\"If we parse the circuit, we can get to the HTTP bus through the auxiliary RSS monitor!\"}"], ["created_at", "2016-10-07 19:18:15.613252"], ["updated_at", "2016-10-07 19:18:15.613252"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum omnis nobis dolore eos consequatur voluptas.\",\"body\":\"The GB feed is down, override the virtual sensor so we can connect the SSL program!\"}"], ["created_at", "2016-10-07 19:18:15.614121"], ["updated_at", "2016-10-07 19:18:15.614121"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate officiis velit enim.\",\"body\":\"I'll connect the 1080p GB port, that should interface the RAM port!\"}"], ["created_at", "2016-10-07 19:18:15.615095"], ["updated_at", "2016-10-07 19:18:15.615095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos corporis aliquam asperiores repudiandae magni nihil.\",\"body\":\"We need to input the haptic GB program!\"}"], ["created_at", "2016-10-07 19:18:15.615990"], ["updated_at", "2016-10-07 19:18:15.615990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quo minima.\",\"body\":\"Use the back-end SSL hard drive, then you can transmit the back-end circuit!\"}"], ["created_at", "2016-10-07 19:18:15.616911"], ["updated_at", "2016-10-07 19:18:15.616911"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque iusto assumenda blanditiis autem harum ducimus.\",\"body\":\"If we transmit the interface, we can get to the CSS pixel through the wireless PCI circuit!\"}"], ["created_at", "2016-10-07 19:18:15.617779"], ["updated_at", "2016-10-07 19:18:15.617779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa consequatur facilis.\",\"body\":\"Try to program the RAM transmitter, maybe it will parse the digital panel!\"}"], ["created_at", "2016-10-07 19:18:15.618716"], ["updated_at", "2016-10-07 19:18:15.618716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit dolorem delectus officiis recusandae dolor laborum.\",\"body\":\"If we copy the system, we can get to the ADP application through the redundant SAS bandwidth!\"}"], ["created_at", "2016-10-07 19:18:15.619593"], ["updated_at", "2016-10-07 19:18:15.619593"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis et magni maiores quasi architecto dolor in.\",\"body\":\"The EXE sensor is down, override the optical monitor so we can bypass the RSS matrix!\"}"], ["created_at", "2016-10-07 19:18:15.620535"], ["updated_at", "2016-10-07 19:18:15.620535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus aut occaecati aut doloribus expedita.\",\"body\":\"We need to hack the primary SCSI application!\"}"], ["created_at", "2016-10-07 19:18:15.621409"], ["updated_at", "2016-10-07 19:18:15.621409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis aut consectetur.\",\"body\":\"Try to input the SMTP sensor, maybe it will transmit the mobile driver!\"}"], ["created_at", "2016-10-07 19:18:15.622351"], ["updated_at", "2016-10-07 19:18:15.622351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et adipisci assumenda quia eligendi nemo magnam.\",\"body\":\"If we copy the application, we can get to the RSS monitor through the digital HDD transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.623300"], ["updated_at", "2016-10-07 19:18:15.623300"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum magnam nihil exercitationem culpa.\",\"body\":\"We need to quantify the back-end SSL system!\"}"], ["created_at", "2016-10-07 19:18:15.624186"], ["updated_at", "2016-10-07 19:18:15.624186"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti libero autem cupiditate enim non sequi magni.\",\"body\":\"If we compress the transmitter, we can get to the SCSI capacitor through the multi-byte SCSI interface!\"}"], ["created_at", "2016-10-07 19:18:15.625101"], ["updated_at", "2016-10-07 19:18:15.625101"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia sit quibusdam ut aut qui voluptates et.\",\"body\":\"Try to synthesize the SMS bandwidth, maybe it will quantify the virtual microchip!\"}"], ["created_at", "2016-10-07 19:18:15.625982"], ["updated_at", "2016-10-07 19:18:15.625982"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum quae ad dolore esse adipisci et corporis.\",\"body\":\"We need to override the virtual XML driver!\"}"], ["created_at", "2016-10-07 19:18:15.626893"], ["updated_at", "2016-10-07 19:18:15.626893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis iste cum optio et sit.\",\"body\":\"The SMTP bus is down, synthesize the haptic sensor so we can compress the XML bandwidth!\"}"], ["created_at", "2016-10-07 19:18:15.627791"], ["updated_at", "2016-10-07 19:18:15.627791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et animi velit molestiae minima.\",\"body\":\"Bypassing the bus won't do anything, we need to quantify the virtual smtp array!\"}"], ["created_at", "2016-10-07 19:18:15.628744"], ["updated_at", "2016-10-07 19:18:15.628744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus natus quod dolorem ea inventore.\",\"body\":\"We need to compress the online AI array!\"}"], ["created_at", "2016-10-07 19:18:15.629647"], ["updated_at", "2016-10-07 19:18:15.629647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto ut dolore in qui temporibus.\",\"body\":\"If we program the array, we can get to the SQL firewall through the cross-platform TCP array!\"}"], ["created_at", "2016-10-07 19:18:15.630585"], ["updated_at", "2016-10-07 19:18:15.630585"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non numquam quaerat qui repudiandae voluptatem omnis tenetur.\",\"body\":\"We need to calculate the primary COM system!\"}"], ["created_at", "2016-10-07 19:18:15.631496"], ["updated_at", "2016-10-07 19:18:15.631496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque quas distinctio labore omnis.\",\"body\":\"You can't index the feed without generating the redundant RAM pixel!\"}"], ["created_at", "2016-10-07 19:18:15.632460"], ["updated_at", "2016-10-07 19:18:15.632460"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae illum atque qui aut.\",\"body\":\"The SCSI protocol is down, transmit the primary protocol so we can bypass the RSS port!\"}"], ["created_at", "2016-10-07 19:18:15.633356"], ["updated_at", "2016-10-07 19:18:15.633356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum porro reiciendis nesciunt nostrum et.\",\"body\":\"Try to index the SCSI pixel, maybe it will connect the cross-platform pixel!\"}"], ["created_at", "2016-10-07 19:18:15.634294"], ["updated_at", "2016-10-07 19:18:15.634294"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem dolores eum quo ipsam quam.\",\"body\":\"If we index the protocol, we can get to the HTTP application through the 1080p COM array!\"}"], ["created_at", "2016-10-07 19:18:15.635180"], ["updated_at", "2016-10-07 19:18:15.635180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi iste fuga quo.\",\"body\":\"Try to synthesize the THX application, maybe it will reboot the back-end card!\"}"], ["created_at", "2016-10-07 19:18:15.636134"], ["updated_at", "2016-10-07 19:18:15.636134"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam sunt enim suscipit possimus nesciunt aut.\",\"body\":\"The AI protocol is down, bypass the online application so we can bypass the IB interface!\"}"], ["created_at", "2016-10-07 19:18:15.637015"], ["updated_at", "2016-10-07 19:18:15.637015"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime inventore nam voluptatum et blanditiis saepe.\",\"body\":\"Try to input the AI driver, maybe it will quantify the back-end program!\"}"], ["created_at", "2016-10-07 19:18:15.637965"], ["updated_at", "2016-10-07 19:18:15.637965"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere quia doloribus.\",\"body\":\"Hacking the monitor won't do anything, we need to generate the 1080p agp bus!\"}"], ["created_at", "2016-10-07 19:18:15.638894"], ["updated_at", "2016-10-07 19:18:15.638894"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur placeat est facere fugiat rerum cupiditate.\",\"body\":\"The HDD feed is down, connect the virtual panel so we can hack the PNG array!\"}"], ["created_at", "2016-10-07 19:18:15.639896"], ["updated_at", "2016-10-07 19:18:15.639896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore eum facere.\",\"body\":\"If we parse the microchip, we can get to the JSON alarm through the open-source FTP interface!\"}"], ["created_at", "2016-10-07 19:18:15.640792"], ["updated_at", "2016-10-07 19:18:15.640792"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At saepe aut recusandae doloremque non maxime corporis.\",\"body\":\"I'll generate the solid state RAM capacitor, that should interface the HTTP monitor!\"}"], ["created_at", "2016-10-07 19:18:15.641758"], ["updated_at", "2016-10-07 19:18:15.641758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam rem voluptatem facere.\",\"body\":\"If we bypass the matrix, we can get to the ADP monitor through the mobile JSON port!\"}"], ["created_at", "2016-10-07 19:18:15.642684"], ["updated_at", "2016-10-07 19:18:15.642684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt dolorem dolores expedita est ut et iusto.\",\"body\":\"We need to bypass the redundant RAM monitor!\"}"], ["created_at", "2016-10-07 19:18:15.643640"], ["updated_at", "2016-10-07 19:18:15.643640"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam amet deserunt.\",\"body\":\"If we synthesize the circuit, we can get to the FTP transmitter through the open-source THX bus!\"}"], ["created_at", "2016-10-07 19:18:15.644532"], ["updated_at", "2016-10-07 19:18:15.644532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et dolor ad.\",\"body\":\"The SQL circuit is down, transmit the digital circuit so we can input the SCSI port!\"}"], ["created_at", "2016-10-07 19:18:15.645489"], ["updated_at", "2016-10-07 19:18:15.645489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad sed sit dolorum ipsam.\",\"body\":\"The EXE application is down, bypass the primary system so we can copy the RAM card!\"}"], ["created_at", "2016-10-07 19:18:15.646379"], ["updated_at", "2016-10-07 19:18:15.646379"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam quaerat numquam dicta.\",\"body\":\"Try to program the SCSI hard drive, maybe it will connect the auxiliary firewall!\"}"], ["created_at", "2016-10-07 19:18:15.647359"], ["updated_at", "2016-10-07 19:18:15.647359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque nihil qui hic.\",\"body\":\"We need to back up the optical USB protocol!\"}"], ["created_at", "2016-10-07 19:18:15.648267"], ["updated_at", "2016-10-07 19:18:15.648267"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum tempora quaerat sunt dicta et id.\",\"body\":\"The SCSI driver is down, parse the online transmitter so we can synthesize the HTTP matrix!\"}"], ["created_at", "2016-10-07 19:18:15.649217"], ["updated_at", "2016-10-07 19:18:15.649217"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe rem tempore id temporibus aut.\",\"body\":\"Generating the panel won't do anything, we need to bypass the multi-byte sql array!\"}"], ["created_at", "2016-10-07 19:18:15.650104"], ["updated_at", "2016-10-07 19:18:15.650104"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo alias qui suscipit et illum et ab.\",\"body\":\"You can't bypass the bus without connecting the primary IB microchip!\"}"], ["created_at", "2016-10-07 19:18:15.651106"], ["updated_at", "2016-10-07 19:18:15.651106"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet non voluptates vero voluptatum unde omnis.\",\"body\":\"Try to reboot the TCP bandwidth, maybe it will transmit the redundant microchip!\"}"], ["created_at", "2016-10-07 19:18:15.652003"], ["updated_at", "2016-10-07 19:18:15.652003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil accusamus voluptas esse amet.\",\"body\":\"I'll reboot the optical SAS card, that should port the HTTP matrix!\"}"], ["created_at", "2016-10-07 19:18:15.652958"], ["updated_at", "2016-10-07 19:18:15.652958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis qui assumenda voluptatem aut qui deserunt.\",\"body\":\"Use the auxiliary TCP bandwidth, then you can override the bluetooth system!\"}"], ["created_at", "2016-10-07 19:18:15.653830"], ["updated_at", "2016-10-07 19:18:15.653830"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque magnam sapiente.\",\"body\":\"Try to synthesize the JSON pixel, maybe it will bypass the neural microchip!\"}"], ["created_at", "2016-10-07 19:18:15.654812"], ["updated_at", "2016-10-07 19:18:15.654812"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aut laboriosam magnam optio fugit.\",\"body\":\"If we quantify the monitor, we can get to the PNG interface through the mobile THX microchip!\"}"], ["created_at", "2016-10-07 19:18:15.655743"], ["updated_at", "2016-10-07 19:18:15.655743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab pariatur voluptas est.\",\"body\":\"If we compress the card, we can get to the GB sensor through the open-source IB system!\"}"], ["created_at", "2016-10-07 19:18:15.656681"], ["updated_at", "2016-10-07 19:18:15.656681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam molestias a fugiat quisquam non adipisci consequatur.\",\"body\":\"Use the haptic CSS sensor, then you can copy the 1080p array!\"}"], ["created_at", "2016-10-07 19:18:15.657598"], ["updated_at", "2016-10-07 19:18:15.657598"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam pariatur placeat et.\",\"body\":\"Try to bypass the RAM application, maybe it will calculate the bluetooth feed!\"}"], ["created_at", "2016-10-07 19:18:15.658493"], ["updated_at", "2016-10-07 19:18:15.658493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum earum et sit.\",\"body\":\"Try to index the JBOD bandwidth, maybe it will reboot the solid state feed!\"}"], ["created_at", "2016-10-07 19:18:15.659431"], ["updated_at", "2016-10-07 19:18:15.659431"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam et temporibus.\",\"body\":\"Use the mobile RSS card, then you can transmit the online pixel!\"}"], ["created_at", "2016-10-07 19:18:15.660331"], ["updated_at", "2016-10-07 19:18:15.660331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam vitae minus velit necessitatibus.\",\"body\":\"Try to back up the RAM system, maybe it will generate the online matrix!\"}"], ["created_at", "2016-10-07 19:18:15.661228"], ["updated_at", "2016-10-07 19:18:15.661228"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur recusandae et impedit vel rerum.\",\"body\":\"Try to index the JBOD array, maybe it will override the neural pixel!\"}"], ["created_at", "2016-10-07 19:18:15.662117"], ["updated_at", "2016-10-07 19:18:15.662117"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus ullam saepe facilis.\",\"body\":\"Copying the program won't do anything, we need to connect the online xml interface!\"}"], ["created_at", "2016-10-07 19:18:15.663037"], ["updated_at", "2016-10-07 19:18:15.663037"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eaque nam.\",\"body\":\"The SAS circuit is down, override the primary sensor so we can hack the USB card!\"}"], ["created_at", "2016-10-07 19:18:15.663949"], ["updated_at", "2016-10-07 19:18:15.663949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi totam et recusandae quibusdam non nihil.\",\"body\":\"Use the neural GB bus, then you can input the redundant pixel!\"}"], ["created_at", "2016-10-07 19:18:15.664861"], ["updated_at", "2016-10-07 19:18:15.664861"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia cum consequatur cupiditate optio sequi atque voluptatem.\",\"body\":\"We need to hack the haptic AI firewall!\"}"], ["created_at", "2016-10-07 19:18:15.665812"], ["updated_at", "2016-10-07 19:18:15.665812"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id blanditiis culpa quidem.\",\"body\":\"If we navigate the capacitor, we can get to the HTTP transmitter through the open-source ADP alarm!\"}"], ["created_at", "2016-10-07 19:18:15.666793"], ["updated_at", "2016-10-07 19:18:15.666793"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sapiente in ipsam.\",\"body\":\"We need to parse the cross-platform JSON sensor!\"}"], ["created_at", "2016-10-07 19:18:15.667672"], ["updated_at", "2016-10-07 19:18:15.667672"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio facilis vitae aspernatur voluptate exercitationem praesentium illo.\",\"body\":\"Use the virtual SQL microchip, then you can bypass the bluetooth transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.668560"], ["updated_at", "2016-10-07 19:18:15.668560"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor autem expedita harum beatae ut ab.\",\"body\":\"Transmitting the interface won't do anything, we need to connect the redundant sas application!\"}"], ["created_at", "2016-10-07 19:18:15.669465"], ["updated_at", "2016-10-07 19:18:15.669465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci officiis harum assumenda sequi sed odit.\",\"body\":\"I'll synthesize the auxiliary AI matrix, that should driver the ADP alarm!\"}"], ["created_at", "2016-10-07 19:18:15.670372"], ["updated_at", "2016-10-07 19:18:15.670372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam sunt quia nesciunt assumenda.\",\"body\":\"Try to copy the SAS pixel, maybe it will index the mobile driver!\"}"], ["created_at", "2016-10-07 19:18:15.671321"], ["updated_at", "2016-10-07 19:18:15.671321"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id in dignissimos illum.\",\"body\":\"We need to calculate the optical CSS circuit!\"}"], ["created_at", "2016-10-07 19:18:15.672221"], ["updated_at", "2016-10-07 19:18:15.672221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est at rem.\",\"body\":\"Overriding the bus won't do anything, we need to back up the auxiliary jbod hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.673107"], ["updated_at", "2016-10-07 19:18:15.673107"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa sapiente distinctio quas deleniti aliquid sunt veniam.\",\"body\":\"Compressing the driver won't do anything, we need to parse the open-source sql feed!\"}"], ["created_at", "2016-10-07 19:18:15.673990"], ["updated_at", "2016-10-07 19:18:15.673990"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque est nisi atque sint consequatur sunt.\",\"body\":\"Parsing the array won't do anything, we need to parse the auxiliary smtp card!\"}"], ["created_at", "2016-10-07 19:18:15.674932"], ["updated_at", "2016-10-07 19:18:15.674932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad quidem velit odio in esse.\",\"body\":\"Try to connect the SQL bus, maybe it will calculate the 1080p application!\"}"], ["created_at", "2016-10-07 19:18:15.675790"], ["updated_at", "2016-10-07 19:18:15.675790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae rerum nam.\",\"body\":\"Use the cross-platform JSON capacitor, then you can compress the redundant port!\"}"], ["created_at", "2016-10-07 19:18:15.676671"], ["updated_at", "2016-10-07 19:18:15.676671"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi repellat similique et.\",\"body\":\"The SQL alarm is down, calculate the virtual monitor so we can override the USB sensor!\"}"], ["created_at", "2016-10-07 19:18:15.677558"], ["updated_at", "2016-10-07 19:18:15.677558"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde et modi occaecati voluptate asperiores.\",\"body\":\"If we index the array, we can get to the USB pixel through the multi-byte SDD alarm!\"}"], ["created_at", "2016-10-07 19:18:15.678409"], ["updated_at", "2016-10-07 19:18:15.678409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae voluptatem tempora laboriosam.\",\"body\":\"You can't hack the microchip without hacking the redundant RAM system!\"}"], ["created_at", "2016-10-07 19:18:15.679403"], ["updated_at", "2016-10-07 19:18:15.679403"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam perferendis modi eos.\",\"body\":\"The GB microchip is down, synthesize the open-source capacitor so we can synthesize the AI program!\"}"], ["created_at", "2016-10-07 19:18:15.680418"], ["updated_at", "2016-10-07 19:18:15.680418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque facilis et et consequatur cum temporibus nihil.\",\"body\":\"If we program the panel, we can get to the JBOD application through the back-end JSON system!\"}"], ["created_at", "2016-10-07 19:18:15.681424"], ["updated_at", "2016-10-07 19:18:15.681424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea ipsum excepturi voluptatem et saepe voluptatem rerum.\",\"body\":\"The HTTP firewall is down, reboot the back-end monitor so we can transmit the COM card!\"}"], ["created_at", "2016-10-07 19:18:15.682441"], ["updated_at", "2016-10-07 19:18:15.682441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe exercitationem qui quia dolor iste ea.\",\"body\":\"Try to copy the PCI card, maybe it will generate the auxiliary port!\"}"], ["created_at", "2016-10-07 19:18:15.683455"], ["updated_at", "2016-10-07 19:18:15.683455"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum sint consequatur voluptatibus temporibus nihil.\",\"body\":\"You can't generate the pixel without backing up the neural RSS protocol!\"}"], ["created_at", "2016-10-07 19:18:15.684418"], ["updated_at", "2016-10-07 19:18:15.684418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga et dolorum dolor similique ratione incidunt.\",\"body\":\"If we quantify the application, we can get to the IB circuit through the haptic FTP sensor!\"}"], ["created_at", "2016-10-07 19:18:15.685408"], ["updated_at", "2016-10-07 19:18:15.685408"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut maiores fuga et.\",\"body\":\"Hacking the feed won't do anything, we need to bypass the haptic http card!\"}"], ["created_at", "2016-10-07 19:18:15.686374"], ["updated_at", "2016-10-07 19:18:15.686374"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem voluptate rerum officiis nisi non.\",\"body\":\"Use the haptic ADP circuit, then you can hack the neural port!\"}"], ["created_at", "2016-10-07 19:18:15.687354"], ["updated_at", "2016-10-07 19:18:15.687354"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At veritatis sapiente molestias non eum.\",\"body\":\"We need to quantify the haptic SAS capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.688439"], ["updated_at", "2016-10-07 19:18:15.688439"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam ex et tenetur sint iste.\",\"body\":\"You can't index the sensor without copying the optical HTTP feed!\"}"], ["created_at", "2016-10-07 19:18:15.689984"], ["updated_at", "2016-10-07 19:18:15.689984"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas officia id pariatur tenetur velit porro.\",\"body\":\"We need to back up the bluetooth ADP interface!\"}"], ["created_at", "2016-10-07 19:18:15.692002"], ["updated_at", "2016-10-07 19:18:15.692002"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam inventore aut aspernatur.\",\"body\":\"Transmitting the port won't do anything, we need to transmit the 1080p ssl bandwidth!\"}"], ["created_at", "2016-10-07 19:18:15.693245"], ["updated_at", "2016-10-07 19:18:15.693245"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem nobis et sed amet vel.\",\"body\":\"Use the cross-platform GB pixel, then you can generate the online pixel!\"}"], ["created_at", "2016-10-07 19:18:15.694997"], ["updated_at", "2016-10-07 19:18:15.694997"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut itaque iure.\",\"body\":\"Use the digital IB system, then you can copy the 1080p monitor!\"}"], ["created_at", "2016-10-07 19:18:15.697944"], ["updated_at", "2016-10-07 19:18:15.697944"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique cumque odio nobis rerum et quisquam magni.\",\"body\":\"You can't synthesize the hard drive without bypassing the primary SCSI system!\"}"], ["created_at", "2016-10-07 19:18:15.699309"], ["updated_at", "2016-10-07 19:18:15.699309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima doloremque nostrum vitae sed.\",\"body\":\"We need to connect the online SMS pixel!\"}"], ["created_at", "2016-10-07 19:18:15.700377"], ["updated_at", "2016-10-07 19:18:15.700377"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet voluptatum quam similique quia.\",\"body\":\"I'll transmit the wireless EXE transmitter, that should driver the XSS capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.701318"], ["updated_at", "2016-10-07 19:18:15.701318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam nostrum totam sit excepturi.\",\"body\":\"Use the solid state SMS system, then you can compress the back-end bandwidth!\"}"], ["created_at", "2016-10-07 19:18:15.702211"], ["updated_at", "2016-10-07 19:18:15.702211"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis mollitia libero ipsam reiciendis dolores quidem.\",\"body\":\"Generating the array won't do anything, we need to generate the wireless agp feed!\"}"], ["created_at", "2016-10-07 19:18:15.703113"], ["updated_at", "2016-10-07 19:18:15.703113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum molestiae assumenda praesentium.\",\"body\":\"Try to bypass the SMTP array, maybe it will index the solid state bus!\"}"], ["created_at", "2016-10-07 19:18:15.704036"], ["updated_at", "2016-10-07 19:18:15.704036"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio consectetur temporibus aliquid repellendus voluptate ratione nam.\",\"body\":\"I'll input the virtual GB matrix, that should transmitter the PNG feed!\"}"], ["created_at", "2016-10-07 19:18:15.704920"], ["updated_at", "2016-10-07 19:18:15.704920"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit eos laudantium velit ut quis.\",\"body\":\"We need to bypass the digital PCI sensor!\"}"], ["created_at", "2016-10-07 19:18:15.706135"], ["updated_at", "2016-10-07 19:18:15.706135"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut et molestiae ratione earum id ut optio.\",\"body\":\"The SAS application is down, synthesize the solid state protocol so we can transmit the GB matrix!\"}"], ["created_at", "2016-10-07 19:18:15.708981"], ["updated_at", "2016-10-07 19:18:15.708981"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque praesentium adipisci provident.\",\"body\":\"We need to quantify the digital AGP port!\"}"], ["created_at", "2016-10-07 19:18:15.710318"], ["updated_at", "2016-10-07 19:18:15.710318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur id enim sunt dolorem nesciunt incidunt.\",\"body\":\"You can't synthesize the program without compressing the primary RSS circuit!\"}"], ["created_at", "2016-10-07 19:18:15.711399"], ["updated_at", "2016-10-07 19:18:15.711399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut enim optio.\",\"body\":\"If we navigate the protocol, we can get to the SCSI program through the neural HDD sensor!\"}"], ["created_at", "2016-10-07 19:18:15.712384"], ["updated_at", "2016-10-07 19:18:15.712384"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut repellat sunt exercitationem impedit corrupti eaque velit.\",\"body\":\"You can't hack the alarm without copying the wireless JSON feed!\"}"], ["created_at", "2016-10-07 19:18:15.713347"], ["updated_at", "2016-10-07 19:18:15.713347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus ea ipsum esse quisquam saepe exercitationem error.\",\"body\":\"You can't bypass the capacitor without navigating the mobile AGP protocol!\"}"], ["created_at", "2016-10-07 19:18:15.714231"], ["updated_at", "2016-10-07 19:18:15.714231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum et quia aut.\",\"body\":\"Hacking the microchip won't do anything, we need to program the digital scsi alarm!\"}"], ["created_at", "2016-10-07 19:18:15.715190"], ["updated_at", "2016-10-07 19:18:15.715190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quae eos doloremque ducimus ratione.\",\"body\":\"You can't calculate the panel without parsing the bluetooth SCSI system!\"}"], ["created_at", "2016-10-07 19:18:15.716090"], ["updated_at", "2016-10-07 19:18:15.716090"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas illum odit ex esse in.\",\"body\":\"Try to parse the JBOD hard drive, maybe it will parse the wireless circuit!\"}"], ["created_at", "2016-10-07 19:18:15.716950"], ["updated_at", "2016-10-07 19:18:15.716950"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est perferendis nulla nostrum maiores optio recusandae quibusdam.\",\"body\":\"If we compress the matrix, we can get to the SQL array through the cross-platform TCP hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.717854"], ["updated_at", "2016-10-07 19:18:15.717854"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla et quisquam.\",\"body\":\"Use the wireless SDD circuit, then you can input the haptic system!\"}"], ["created_at", "2016-10-07 19:18:15.718737"], ["updated_at", "2016-10-07 19:18:15.718737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis id cupiditate sunt voluptatem.\",\"body\":\"I'll reboot the mobile EXE hard drive, that should matrix the PCI bandwidth!\"}"], ["created_at", "2016-10-07 19:18:15.719588"], ["updated_at", "2016-10-07 19:18:15.719588"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam libero ipsum harum vel molestiae minima ducimus.\",\"body\":\"If we quantify the application, we can get to the SQL program through the neural SMS bandwidth!\"}"], ["created_at", "2016-10-07 19:18:15.720504"], ["updated_at", "2016-10-07 19:18:15.720504"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit numquam maxime doloremque.\",\"body\":\"I'll back up the auxiliary XSS card, that should hard drive the TCP array!\"}"], ["created_at", "2016-10-07 19:18:15.721580"], ["updated_at", "2016-10-07 19:18:15.721580"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius nesciunt temporibus cupiditate et quae quia sit.\",\"body\":\"You can't back up the capacitor without backing up the mobile IB program!\"}"], ["created_at", "2016-10-07 19:18:15.723498"], ["updated_at", "2016-10-07 19:18:15.723498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut consequatur vel velit et nemo delectus exercitationem.\",\"body\":\"You can't transmit the firewall without quantifying the back-end RSS bus!\"}"], ["created_at", "2016-10-07 19:18:15.724833"], ["updated_at", "2016-10-07 19:18:15.724833"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident harum soluta sit minus amet.\",\"body\":\"I'll copy the virtual FTP driver, that should panel the PCI bandwidth!\"}"], ["created_at", "2016-10-07 19:18:15.725774"], ["updated_at", "2016-10-07 19:18:15.725774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet magnam ad aut labore.\",\"body\":\"Hacking the pixel won't do anything, we need to back up the back-end ftp transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.726696"], ["updated_at", "2016-10-07 19:18:15.726696"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum pariatur labore.\",\"body\":\"We need to override the open-source SAS driver!\"}"], ["created_at", "2016-10-07 19:18:15.727590"], ["updated_at", "2016-10-07 19:18:15.727590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id facilis ut.\",\"body\":\"I'll connect the bluetooth FTP system, that should bus the USB array!\"}"], ["created_at", "2016-10-07 19:18:15.728440"], ["updated_at", "2016-10-07 19:18:15.728440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste ut in reprehenderit architecto odio velit quibusdam.\",\"body\":\"The SMTP bandwidth is down, quantify the neural array so we can calculate the XSS bus!\"}"], ["created_at", "2016-10-07 19:18:15.729327"], ["updated_at", "2016-10-07 19:18:15.729327"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus cumque ea.\",\"body\":\"I'll parse the redundant SMS microchip, that should port the PCI hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.730214"], ["updated_at", "2016-10-07 19:18:15.730214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed debitis ab quaerat atque suscipit.\",\"body\":\"Copying the panel won't do anything, we need to hack the redundant rss protocol!\"}"], ["created_at", "2016-10-07 19:18:15.731115"], ["updated_at", "2016-10-07 19:18:15.731115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis reprehenderit aliquid quia nemo omnis.\",\"body\":\"Try to index the XSS protocol, maybe it will quantify the bluetooth protocol!\"}"], ["created_at", "2016-10-07 19:18:15.731980"], ["updated_at", "2016-10-07 19:18:15.731980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut qui fugiat incidunt sed.\",\"body\":\"Try to connect the JBOD protocol, maybe it will back up the virtual card!\"}"], ["created_at", "2016-10-07 19:18:15.732850"], ["updated_at", "2016-10-07 19:18:15.732850"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum occaecati quis.\",\"body\":\"I'll parse the redundant SMS feed, that should system the XML feed!\"}"], ["created_at", "2016-10-07 19:18:15.733724"], ["updated_at", "2016-10-07 19:18:15.733724"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam consequatur eveniet non alias omnis autem est.\",\"body\":\"Parsing the pixel won't do anything, we need to reboot the solid state sms firewall!\"}"], ["created_at", "2016-10-07 19:18:15.734591"], ["updated_at", "2016-10-07 19:18:15.734591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam officiis ad iure tenetur.\",\"body\":\"Use the mobile SQL interface, then you can reboot the open-source card!\"}"], ["created_at", "2016-10-07 19:18:15.735491"], ["updated_at", "2016-10-07 19:18:15.735491"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla corporis veniam magnam quo culpa natus.\",\"body\":\"I'll connect the primary GB array, that should transmitter the ADP microchip!\"}"], ["created_at", "2016-10-07 19:18:15.736338"], ["updated_at", "2016-10-07 19:18:15.736338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit minus ut sit qui officia.\",\"body\":\"If we synthesize the protocol, we can get to the USB feed through the mobile SDD pixel!\"}"], ["created_at", "2016-10-07 19:18:15.737226"], ["updated_at", "2016-10-07 19:18:15.737226"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi vitae quia quo provident.\",\"body\":\"You can't calculate the protocol without parsing the open-source HTTP capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.738116"], ["updated_at", "2016-10-07 19:18:15.738116"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id veniam adipisci laboriosam.\",\"body\":\"Try to compress the PNG system, maybe it will compress the 1080p driver!\"}"], ["created_at", "2016-10-07 19:18:15.739133"], ["updated_at", "2016-10-07 19:18:15.739133"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis et non ea aut qui.\",\"body\":\"The SDD feed is down, hack the mobile sensor so we can hack the PNG circuit!\"}"], ["created_at", "2016-10-07 19:18:15.740051"], ["updated_at", "2016-10-07 19:18:15.740051"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique cumque sunt aut molestias magnam ea.\",\"body\":\"I'll input the optical RAM card, that should microchip the XSS transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.740930"], ["updated_at", "2016-10-07 19:18:15.740930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi est voluptas aut quis aut laborum incidunt.\",\"body\":\"Quantifying the program won't do anything, we need to override the cross-platform gb bus!\"}"], ["created_at", "2016-10-07 19:18:15.741790"], ["updated_at", "2016-10-07 19:18:15.741790"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde debitis quo quidem quis ipsum esse.\",\"body\":\"If we synthesize the protocol, we can get to the SMTP application through the haptic ADP program!\"}"], ["created_at", "2016-10-07 19:18:15.742681"], ["updated_at", "2016-10-07 19:18:15.742681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores et culpa aut recusandae soluta maiores.\",\"body\":\"Indexing the monitor won't do anything, we need to calculate the virtual pci firewall!\"}"], ["created_at", "2016-10-07 19:18:15.743554"], ["updated_at", "2016-10-07 19:18:15.743554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est labore molestiae consequuntur autem.\",\"body\":\"Try to calculate the CSS hard drive, maybe it will reboot the auxiliary pixel!\"}"], ["created_at", "2016-10-07 19:18:15.744441"], ["updated_at", "2016-10-07 19:18:15.744441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti et dolor sit vel.\",\"body\":\"If we navigate the capacitor, we can get to the XSS microchip through the primary COM transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.745317"], ["updated_at", "2016-10-07 19:18:15.745317"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum sapiente nam molestias facilis occaecati nihil.\",\"body\":\"You can't transmit the alarm without calculating the digital COM circuit!\"}"], ["created_at", "2016-10-07 19:18:15.746190"], ["updated_at", "2016-10-07 19:18:15.746190"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est commodi numquam.\",\"body\":\"You can't parse the matrix without programming the mobile CSS sensor!\"}"], ["created_at", "2016-10-07 19:18:15.747045"], ["updated_at", "2016-10-07 19:18:15.747045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga ullam provident quia non illum architecto.\",\"body\":\"I'll program the virtual RAM protocol, that should array the RAM bus!\"}"], ["created_at", "2016-10-07 19:18:15.747932"], ["updated_at", "2016-10-07 19:18:15.747932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere nobis maiores.\",\"body\":\"I'll generate the wireless SMS feed, that should matrix the ADP matrix!\"}"], ["created_at", "2016-10-07 19:18:15.748818"], ["updated_at", "2016-10-07 19:18:15.748818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque voluptas aspernatur minus ut.\",\"body\":\"I'll reboot the wireless SMTP application, that should bus the JBOD program!\"}"], ["created_at", "2016-10-07 19:18:15.749673"], ["updated_at", "2016-10-07 19:18:15.749673"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem nam reiciendis illo nihil saepe.\",\"body\":\"Programming the matrix won't do anything, we need to back up the bluetooth xml circuit!\"}"], ["created_at", "2016-10-07 19:18:15.750556"], ["updated_at", "2016-10-07 19:18:15.750556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum animi vel aspernatur sed alias voluptate.\",\"body\":\"If we synthesize the hard drive, we can get to the CSS microchip through the virtual FTP bus!\"}"], ["created_at", "2016-10-07 19:18:15.751424"], ["updated_at", "2016-10-07 19:18:15.751424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et adipisci est distinctio.\",\"body\":\"Use the optical IB microchip, then you can back up the haptic microchip!\"}"], ["created_at", "2016-10-07 19:18:15.752293"], ["updated_at", "2016-10-07 19:18:15.752293"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptatem ab placeat nihil molestiae.\",\"body\":\"The SMS pixel is down, compress the mobile application so we can parse the AI driver!\"}"], ["created_at", "2016-10-07 19:18:15.753171"], ["updated_at", "2016-10-07 19:18:15.753171"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam perferendis itaque.\",\"body\":\"Try to transmit the CSS driver, maybe it will connect the redundant alarm!\"}"], ["created_at", "2016-10-07 19:18:15.754062"], ["updated_at", "2016-10-07 19:18:15.754062"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat quos est voluptas voluptatem.\",\"body\":\"You can't index the protocol without parsing the neural AI program!\"}"], ["created_at", "2016-10-07 19:18:15.755143"], ["updated_at", "2016-10-07 19:18:15.755143"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In corporis corrupti architecto aut natus vero dolores.\",\"body\":\"You can't transmit the system without calculating the wireless USB transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.756595"], ["updated_at", "2016-10-07 19:18:15.756595"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi vero officiis magni occaecati laboriosam odio asperiores.\",\"body\":\"Try to bypass the THX application, maybe it will quantify the digital application!\"}"], ["created_at", "2016-10-07 19:18:15.758129"], ["updated_at", "2016-10-07 19:18:15.758129"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae distinctio omnis.\",\"body\":\"Compressing the transmitter won't do anything, we need to input the auxiliary pci bus!\"}"], ["created_at", "2016-10-07 19:18:15.759109"], ["updated_at", "2016-10-07 19:18:15.759109"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam sed autem qui ipsum velit error quo.\",\"body\":\"Use the mobile TCP monitor, then you can quantify the primary port!\"}"], ["created_at", "2016-10-07 19:18:15.759983"], ["updated_at", "2016-10-07 19:18:15.759983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque quia rerum dolor iusto architecto voluptates.\",\"body\":\"If we navigate the firewall, we can get to the IB protocol through the online GB interface!\"}"], ["created_at", "2016-10-07 19:18:15.760840"], ["updated_at", "2016-10-07 19:18:15.760840"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit sunt aliquam fugiat perferendis iure.\",\"body\":\"Try to connect the JSON firewall, maybe it will transmit the open-source panel!\"}"], ["created_at", "2016-10-07 19:18:15.761723"], ["updated_at", "2016-10-07 19:18:15.761723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint consequuntur deleniti doloribus est recusandae et.\",\"body\":\"We need to connect the back-end CSS application!\"}"], ["created_at", "2016-10-07 19:18:15.762629"], ["updated_at", "2016-10-07 19:18:15.762629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit illum facilis sunt accusantium fuga ad maxime.\",\"body\":\"Use the 1080p COM bus, then you can input the haptic circuit!\"}"], ["created_at", "2016-10-07 19:18:15.763491"], ["updated_at", "2016-10-07 19:18:15.763491"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut corrupti tempora error temporibus natus fuga.\",\"body\":\"You can't back up the array without bypassing the mobile AI microchip!\"}"], ["created_at", "2016-10-07 19:18:15.764397"], ["updated_at", "2016-10-07 19:18:15.764397"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus veniam deleniti distinctio maxime et qui.\",\"body\":\"Use the mobile TCP program, then you can generate the auxiliary panel!\"}"], ["created_at", "2016-10-07 19:18:15.765292"], ["updated_at", "2016-10-07 19:18:15.765292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatem provident sunt maiores.\",\"body\":\"Use the digital TCP system, then you can transmit the neural pixel!\"}"], ["created_at", "2016-10-07 19:18:15.766137"], ["updated_at", "2016-10-07 19:18:15.766137"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia dicta molestiae veniam vero laboriosam quo.\",\"body\":\"I'll generate the mobile SSL program, that should hard drive the SSL card!\"}"], ["created_at", "2016-10-07 19:18:15.767020"], ["updated_at", "2016-10-07 19:18:15.767020"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem amet libero.\",\"body\":\"We need to reboot the optical EXE transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.767900"], ["updated_at", "2016-10-07 19:18:15.767900"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem recusandae facilis magni quo.\",\"body\":\"Use the online SCSI matrix, then you can back up the online array!\"}"], ["created_at", "2016-10-07 19:18:15.768767"], ["updated_at", "2016-10-07 19:18:15.768767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem maiores veritatis et.\",\"body\":\"The COM bandwidth is down, reboot the online system so we can index the HTTP card!\"}"], ["created_at", "2016-10-07 19:18:15.769626"], ["updated_at", "2016-10-07 19:18:15.769626"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam qui accusamus deleniti placeat ullam.\",\"body\":\"Use the solid state PCI protocol, then you can bypass the haptic card!\"}"], ["created_at", "2016-10-07 19:18:15.770495"], ["updated_at", "2016-10-07 19:18:15.770495"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum saepe omnis placeat eligendi similique id.\",\"body\":\"We need to program the wireless PNG system!\"}"], ["created_at", "2016-10-07 19:18:15.771424"], ["updated_at", "2016-10-07 19:18:15.771424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita qui voluptas aut sit.\",\"body\":\"The IB circuit is down, synthesize the digital card so we can generate the SMTP transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.772481"], ["updated_at", "2016-10-07 19:18:15.772481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates minima et illo iste qui similique.\",\"body\":\"Try to navigate the ADP sensor, maybe it will copy the virtual pixel!\"}"], ["created_at", "2016-10-07 19:18:15.773367"], ["updated_at", "2016-10-07 19:18:15.773367"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non dolorem itaque dolore officia impedit reiciendis.\",\"body\":\"Copying the sensor won't do anything, we need to copy the auxiliary thx monitor!\"}"], ["created_at", "2016-10-07 19:18:15.774243"], ["updated_at", "2016-10-07 19:18:15.774243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae ducimus quos.\",\"body\":\"The JSON application is down, input the multi-byte microchip so we can transmit the XML hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.775179"], ["updated_at", "2016-10-07 19:18:15.775179"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta error et et ut accusantium.\",\"body\":\"You can't index the monitor without bypassing the back-end TCP array!\"}"], ["created_at", "2016-10-07 19:18:15.776028"], ["updated_at", "2016-10-07 19:18:15.776028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor omnis deleniti eius itaque.\",\"body\":\"Use the redundant HTTP driver, then you can parse the redundant sensor!\"}"], ["created_at", "2016-10-07 19:18:15.776907"], ["updated_at", "2016-10-07 19:18:15.776907"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo esse et consequuntur reprehenderit repellendus incidunt laudantium.\",\"body\":\"Hacking the transmitter won't do anything, we need to quantify the bluetooth tcp monitor!\"}"], ["created_at", "2016-10-07 19:18:15.777774"], ["updated_at", "2016-10-07 19:18:15.777774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et odio nisi delectus adipisci.\",\"body\":\"Try to override the PNG bandwidth, maybe it will reboot the optical transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.778679"], ["updated_at", "2016-10-07 19:18:15.778679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut fuga placeat magni repellat qui.\",\"body\":\"If we bypass the array, we can get to the PCI panel through the digital RSS alarm!\"}"], ["created_at", "2016-10-07 19:18:15.779563"], ["updated_at", "2016-10-07 19:18:15.779563"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit fugiat nihil dolorem corrupti autem laudantium provident.\",\"body\":\"I'll navigate the neural TCP panel, that should microchip the AI monitor!\"}"], ["created_at", "2016-10-07 19:18:15.780446"], ["updated_at", "2016-10-07 19:18:15.780446"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem adipisci labore.\",\"body\":\"Parsing the application won't do anything, we need to input the mobile ai feed!\"}"], ["created_at", "2016-10-07 19:18:15.781355"], ["updated_at", "2016-10-07 19:18:15.781355"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam officiis cumque quisquam dolorum placeat explicabo.\",\"body\":\"We need to override the online EXE circuit!\"}"], ["created_at", "2016-10-07 19:18:15.782230"], ["updated_at", "2016-10-07 19:18:15.782230"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit consequatur aut ut officia voluptates.\",\"body\":\"Use the wireless ADP pixel, then you can hack the cross-platform alarm!\"}"], ["created_at", "2016-10-07 19:18:15.783154"], ["updated_at", "2016-10-07 19:18:15.783154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem esse magnam ut qui ipsa harum.\",\"body\":\"I'll index the auxiliary JSON microchip, that should interface the HDD driver!\"}"], ["created_at", "2016-10-07 19:18:15.784022"], ["updated_at", "2016-10-07 19:18:15.784022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et inventore architecto maxime autem at soluta molestiae.\",\"body\":\"We need to parse the solid state HDD system!\"}"], ["created_at", "2016-10-07 19:18:15.784897"], ["updated_at", "2016-10-07 19:18:15.784897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam omnis iure sunt.\",\"body\":\"We need to connect the online PCI card!\"}"], ["created_at", "2016-10-07 19:18:15.785779"], ["updated_at", "2016-10-07 19:18:15.785779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo unde nam assumenda itaque fugiat sed perspiciatis.\",\"body\":\"We need to program the solid state RAM driver!\"}"], ["created_at", "2016-10-07 19:18:15.786699"], ["updated_at", "2016-10-07 19:18:15.786699"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique sed molestiae natus pariatur assumenda perspiciatis omnis.\",\"body\":\"The SMTP firewall is down, calculate the online monitor so we can parse the RAM port!\"}"], ["created_at", "2016-10-07 19:18:15.787773"], ["updated_at", "2016-10-07 19:18:15.787773"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis provident tenetur doloribus.\",\"body\":\"Try to override the CSS card, maybe it will reboot the digital system!\"}"], ["created_at", "2016-10-07 19:18:15.789243"], ["updated_at", "2016-10-07 19:18:15.789243"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere autem aspernatur culpa voluptatum ab consequatur.\",\"body\":\"I'll calculate the primary RAM sensor, that should alarm the CSS capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.790991"], ["updated_at", "2016-10-07 19:18:15.790991"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut perspiciatis ut repellat exercitationem nobis qui natus.\",\"body\":\"Copying the sensor won't do anything, we need to compress the open-source rss array!\"}"], ["created_at", "2016-10-07 19:18:15.792002"], ["updated_at", "2016-10-07 19:18:15.792002"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem tempora optio vel fugiat eaque eveniet.\",\"body\":\"We need to synthesize the mobile PCI feed!\"}"], ["created_at", "2016-10-07 19:18:15.792913"], ["updated_at", "2016-10-07 19:18:15.792913"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus praesentium eveniet id repellendus minus expedita.\",\"body\":\"If we bypass the port, we can get to the IB program through the mobile TCP array!\"}"], ["created_at", "2016-10-07 19:18:15.793801"], ["updated_at", "2016-10-07 19:18:15.793801"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum doloribus quod dicta nemo autem iusto.\",\"body\":\"I'll override the haptic AGP bandwidth, that should circuit the GB bandwidth!\"}"], ["created_at", "2016-10-07 19:18:15.794738"], ["updated_at", "2016-10-07 19:18:15.794738"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia maxime excepturi explicabo rerum.\",\"body\":\"I'll connect the digital IB transmitter, that should alarm the SDD firewall!\"}"], ["created_at", "2016-10-07 19:18:15.795681"], ["updated_at", "2016-10-07 19:18:15.795681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores voluptates impedit magni doloremque qui possimus assumenda.\",\"body\":\"The SDD system is down, index the 1080p pixel so we can navigate the SCSI transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.796595"], ["updated_at", "2016-10-07 19:18:15.796595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus excepturi repudiandae rerum incidunt neque quas aspernatur.\",\"body\":\"If we quantify the interface, we can get to the SQL capacitor through the back-end SSL panel!\"}"], ["created_at", "2016-10-07 19:18:15.797497"], ["updated_at", "2016-10-07 19:18:15.797497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo sapiente modi sit quod provident omnis consequatur.\",\"body\":\"You can't synthesize the monitor without synthesizing the multi-byte SMS sensor!\"}"], ["created_at", "2016-10-07 19:18:15.798400"], ["updated_at", "2016-10-07 19:18:15.798400"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi aut sapiente exercitationem.\",\"body\":\"Try to transmit the USB bus, maybe it will connect the 1080p program!\"}"], ["created_at", "2016-10-07 19:18:15.799334"], ["updated_at", "2016-10-07 19:18:15.799334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit sed in veniam.\",\"body\":\"The CSS firewall is down, compress the open-source feed so we can parse the IB circuit!\"}"], ["created_at", "2016-10-07 19:18:15.800237"], ["updated_at", "2016-10-07 19:18:15.800237"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque ducimus quia suscipit quisquam repellat eum non.\",\"body\":\"We need to copy the solid state CSS bus!\"}"], ["created_at", "2016-10-07 19:18:15.801118"], ["updated_at", "2016-10-07 19:18:15.801118"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex exercitationem natus voluptas hic in et et.\",\"body\":\"Use the solid state SSL matrix, then you can calculate the open-source system!\"}"], ["created_at", "2016-10-07 19:18:15.802003"], ["updated_at", "2016-10-07 19:18:15.802003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea molestiae aut laudantium assumenda quidem sapiente.\",\"body\":\"We need to reboot the neural SMTP port!\"}"], ["created_at", "2016-10-07 19:18:15.802889"], ["updated_at", "2016-10-07 19:18:15.802889"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil fugit totam aspernatur voluptatibus exercitationem consequatur pariatur.\",\"body\":\"Use the open-source SAS capacitor, then you can back up the mobile driver!\"}"], ["created_at", "2016-10-07 19:18:15.803763"], ["updated_at", "2016-10-07 19:18:15.803763"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet temporibus libero.\",\"body\":\"Hacking the panel won't do anything, we need to input the wireless pci capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.804639"], ["updated_at", "2016-10-07 19:18:15.804639"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta ut omnis ducimus.\",\"body\":\"I'll synthesize the virtual PNG circuit, that should protocol the EXE circuit!\"}"], ["created_at", "2016-10-07 19:18:15.805605"], ["updated_at", "2016-10-07 19:18:15.805605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis architecto sit porro accusantium consequatur.\",\"body\":\"I'll override the multi-byte GB transmitter, that should driver the SCSI driver!\"}"], ["created_at", "2016-10-07 19:18:15.806539"], ["updated_at", "2016-10-07 19:18:15.806539"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem aspernatur quia.\",\"body\":\"Try to quantify the SSL interface, maybe it will parse the digital circuit!\"}"], ["created_at", "2016-10-07 19:18:15.807399"], ["updated_at", "2016-10-07 19:18:15.807399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam sit quasi facere eius est veritatis perspiciatis.\",\"body\":\"You can't reboot the feed without transmitting the auxiliary PNG pixel!\"}"], ["created_at", "2016-10-07 19:18:15.808316"], ["updated_at", "2016-10-07 19:18:15.808316"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quas adipisci laudantium reiciendis.\",\"body\":\"The PCI transmitter is down, transmit the cross-platform matrix so we can program the CSS pixel!\"}"], ["created_at", "2016-10-07 19:18:15.809206"], ["updated_at", "2016-10-07 19:18:15.809206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum inventore est.\",\"body\":\"You can't override the bandwidth without parsing the online GB interface!\"}"], ["created_at", "2016-10-07 19:18:15.810071"], ["updated_at", "2016-10-07 19:18:15.810071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia illo qui.\",\"body\":\"Try to override the XSS feed, maybe it will input the redundant card!\"}"], ["created_at", "2016-10-07 19:18:15.810949"], ["updated_at", "2016-10-07 19:18:15.810949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit voluptatem quia ut impedit deserunt deleniti.\",\"body\":\"The CSS panel is down, index the redundant transmitter so we can navigate the XML capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.811816"], ["updated_at", "2016-10-07 19:18:15.811816"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia consequuntur quos.\",\"body\":\"Try to input the SAS array, maybe it will generate the primary bus!\"}"], ["created_at", "2016-10-07 19:18:15.812679"], ["updated_at", "2016-10-07 19:18:15.812679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia modi pariatur ex unde sit distinctio.\",\"body\":\"If we back up the card, we can get to the AI microchip through the 1080p AGP microchip!\"}"], ["created_at", "2016-10-07 19:18:15.813635"], ["updated_at", "2016-10-07 19:18:15.813635"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt et quidem ullam voluptas facere ipsa numquam.\",\"body\":\"Transmitting the port won't do anything, we need to index the neural ai pixel!\"}"], ["created_at", "2016-10-07 19:18:15.814540"], ["updated_at", "2016-10-07 19:18:15.814540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id nam similique sunt debitis velit.\",\"body\":\"The FTP transmitter is down, calculate the wireless firewall so we can override the USB bandwidth!\"}"], ["created_at", "2016-10-07 19:18:15.815445"], ["updated_at", "2016-10-07 19:18:15.815445"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error voluptatem autem voluptatem.\",\"body\":\"If we transmit the interface, we can get to the FTP firewall through the open-source HDD port!\"}"], ["created_at", "2016-10-07 19:18:15.816330"], ["updated_at", "2016-10-07 19:18:15.816330"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem magni dolores adipisci dolor animi dicta.\",\"body\":\"We need to program the 1080p PCI transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.817202"], ["updated_at", "2016-10-07 19:18:15.817202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ut qui.\",\"body\":\"Use the solid state COM panel, then you can program the digital microchip!\"}"], ["created_at", "2016-10-07 19:18:15.818067"], ["updated_at", "2016-10-07 19:18:15.818067"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis a autem suscipit est ea.\",\"body\":\"You can't hack the program without transmitting the auxiliary RSS panel!\"}"], ["created_at", "2016-10-07 19:18:15.818960"], ["updated_at", "2016-10-07 19:18:15.818960"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid rerum veniam voluptate voluptatem.\",\"body\":\"Use the online COM monitor, then you can input the neural capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.819883"], ["updated_at", "2016-10-07 19:18:15.819883"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et odit nihil laudantium.\",\"body\":\"You can't compress the capacitor without programming the cross-platform XML system!\"}"], ["created_at", "2016-10-07 19:18:15.820946"], ["updated_at", "2016-10-07 19:18:15.820946"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi et sed autem sapiente.\",\"body\":\"The SCSI card is down, parse the back-end feed so we can program the TCP capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.822590"], ["updated_at", "2016-10-07 19:18:15.822590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta ipsam deleniti repellendus aliquid tenetur quia.\",\"body\":\"Use the redundant HDD program, then you can hack the solid state feed!\"}"], ["created_at", "2016-10-07 19:18:15.824178"], ["updated_at", "2016-10-07 19:18:15.824178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint velit vero inventore nam tenetur quia.\",\"body\":\"You can't bypass the alarm without connecting the neural PCI firewall!\"}"], ["created_at", "2016-10-07 19:18:15.825154"], ["updated_at", "2016-10-07 19:18:15.825154"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime modi voluptatibus ipsa provident et.\",\"body\":\"The TCP protocol is down, input the open-source hard drive so we can bypass the AGP pixel!\"}"], ["created_at", "2016-10-07 19:18:15.826044"], ["updated_at", "2016-10-07 19:18:15.826044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est cum iusto libero.\",\"body\":\"Use the mobile PNG pixel, then you can transmit the primary alarm!\"}"], ["created_at", "2016-10-07 19:18:15.826957"], ["updated_at", "2016-10-07 19:18:15.826957"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim soluta praesentium nisi quaerat eos id.\",\"body\":\"If we quantify the bandwidth, we can get to the SMS pixel through the back-end HTTP sensor!\"}"], ["created_at", "2016-10-07 19:18:15.827820"], ["updated_at", "2016-10-07 19:18:15.827820"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat vel esse eum.\",\"body\":\"If we back up the panel, we can get to the AI matrix through the solid state THX transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.828732"], ["updated_at", "2016-10-07 19:18:15.828732"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias quia debitis non quia possimus.\",\"body\":\"Use the primary RAM system, then you can hack the cross-platform alarm!\"}"], ["created_at", "2016-10-07 19:18:15.829620"], ["updated_at", "2016-10-07 19:18:15.829620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore dicta laboriosam cumque.\",\"body\":\"Use the primary HDD application, then you can index the redundant array!\"}"], ["created_at", "2016-10-07 19:18:15.830521"], ["updated_at", "2016-10-07 19:18:15.830521"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo tempora unde eius consectetur a.\",\"body\":\"If we navigate the feed, we can get to the SDD interface through the 1080p HDD driver!\"}"], ["created_at", "2016-10-07 19:18:15.831434"], ["updated_at", "2016-10-07 19:18:15.831434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor nihil quo qui quae.\",\"body\":\"We need to back up the online SCSI protocol!\"}"], ["created_at", "2016-10-07 19:18:15.832335"], ["updated_at", "2016-10-07 19:18:15.832335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error totam aut qui ad quaerat quia.\",\"body\":\"The HTTP bandwidth is down, navigate the open-source feed so we can index the HDD matrix!\"}"], ["created_at", "2016-10-07 19:18:15.833214"], ["updated_at", "2016-10-07 19:18:15.833214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A aspernatur est.\",\"body\":\"You can't index the feed without indexing the bluetooth PNG array!\"}"], ["created_at", "2016-10-07 19:18:15.834084"], ["updated_at", "2016-10-07 19:18:15.834084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam quae magnam vel.\",\"body\":\"The GB card is down, override the neural monitor so we can input the XML application!\"}"], ["created_at", "2016-10-07 19:18:15.834978"], ["updated_at", "2016-10-07 19:18:15.834978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel accusamus nisi.\",\"body\":\"You can't transmit the program without programming the primary COM card!\"}"], ["created_at", "2016-10-07 19:18:15.835854"], ["updated_at", "2016-10-07 19:18:15.835854"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque non dolores sapiente.\",\"body\":\"The SAS application is down, parse the wireless array so we can reboot the SAS matrix!\"}"], ["created_at", "2016-10-07 19:18:15.836751"], ["updated_at", "2016-10-07 19:18:15.836751"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi optio velit.\",\"body\":\"Try to input the JBOD microchip, maybe it will bypass the primary interface!\"}"], ["created_at", "2016-10-07 19:18:15.837651"], ["updated_at", "2016-10-07 19:18:15.837651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est eum dolorum ut natus.\",\"body\":\"The AGP sensor is down, generate the primary driver so we can parse the CSS system!\"}"], ["created_at", "2016-10-07 19:18:15.838677"], ["updated_at", "2016-10-07 19:18:15.838677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta quis asperiores explicabo repellat iusto.\",\"body\":\"You can't synthesize the panel without navigating the bluetooth THX monitor!\"}"], ["created_at", "2016-10-07 19:18:15.839619"], ["updated_at", "2016-10-07 19:18:15.839619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi ut ut.\",\"body\":\"Try to bypass the RSS microchip, maybe it will hack the solid state microchip!\"}"], ["created_at", "2016-10-07 19:18:15.840493"], ["updated_at", "2016-10-07 19:18:15.840493"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam velit et ipsam ut vel dolore.\",\"body\":\"If we compress the transmitter, we can get to the XSS card through the multi-byte SMS matrix!\"}"], ["created_at", "2016-10-07 19:18:15.841387"], ["updated_at", "2016-10-07 19:18:15.841387"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto ratione impedit.\",\"body\":\"The IB alarm is down, hack the multi-byte bandwidth so we can quantify the RAM program!\"}"], ["created_at", "2016-10-07 19:18:15.842258"], ["updated_at", "2016-10-07 19:18:15.842258"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum amet non quo maxime omnis.\",\"body\":\"The PNG application is down, synthesize the bluetooth driver so we can hack the SCSI program!\"}"], ["created_at", "2016-10-07 19:18:15.843139"], ["updated_at", "2016-10-07 19:18:15.843139"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In soluta rerum quae.\",\"body\":\"I'll reboot the virtual RSS array, that should application the JSON bandwidth!\"}"], ["created_at", "2016-10-07 19:18:15.844012"], ["updated_at", "2016-10-07 19:18:15.844012"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint rerum neque molestiae consequatur quaerat.\",\"body\":\"If we compress the firewall, we can get to the COM microchip through the virtual PCI interface!\"}"], ["created_at", "2016-10-07 19:18:15.844879"], ["updated_at", "2016-10-07 19:18:15.844879"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe voluptatem et.\",\"body\":\"Try to program the CSS application, maybe it will override the neural pixel!\"}"], ["created_at", "2016-10-07 19:18:15.845757"], ["updated_at", "2016-10-07 19:18:15.845757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi consequuntur numquam accusamus et quasi dignissimos nostrum.\",\"body\":\"We need to back up the wireless PCI hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.846652"], ["updated_at", "2016-10-07 19:18:15.846652"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam autem accusantium excepturi dolores impedit.\",\"body\":\"If we back up the interface, we can get to the HTTP feed through the auxiliary COM protocol!\"}"], ["created_at", "2016-10-07 19:18:15.847521"], ["updated_at", "2016-10-07 19:18:15.847521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime nam voluptatibus hic.\",\"body\":\"We need to quantify the 1080p GB microchip!\"}"], ["created_at", "2016-10-07 19:18:15.848429"], ["updated_at", "2016-10-07 19:18:15.848429"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ea repellendus aut nostrum nemo debitis.\",\"body\":\"If we input the monitor, we can get to the SDD protocol through the cross-platform USB firewall!\"}"], ["created_at", "2016-10-07 19:18:15.849328"], ["updated_at", "2016-10-07 19:18:15.849328"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur explicabo et qui provident nisi asperiores natus.\",\"body\":\"Indexing the firewall won't do anything, we need to input the multi-byte scsi program!\"}"], ["created_at", "2016-10-07 19:18:15.850234"], ["updated_at", "2016-10-07 19:18:15.850234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint sapiente ut nemo ullam.\",\"body\":\"Backing up the application won't do anything, we need to copy the auxiliary gb system!\"}"], ["created_at", "2016-10-07 19:18:15.851125"], ["updated_at", "2016-10-07 19:18:15.851125"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati debitis officia pariatur voluptatibus voluptatem omnis quia.\",\"body\":\"Navigating the interface won't do anything, we need to program the 1080p ftp driver!\"}"], ["created_at", "2016-10-07 19:18:15.852001"], ["updated_at", "2016-10-07 19:18:15.852001"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est minima necessitatibus et dolorem temporibus repellendus.\",\"body\":\"Use the neural JBOD program, then you can copy the open-source interface!\"}"], ["created_at", "2016-10-07 19:18:15.852861"], ["updated_at", "2016-10-07 19:18:15.852861"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor temporibus magnam ea aut laudantium nulla eveniet.\",\"body\":\"Try to navigate the AGP panel, maybe it will copy the back-end protocol!\"}"], ["created_at", "2016-10-07 19:18:15.853780"], ["updated_at", "2016-10-07 19:18:15.853780"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non itaque minima rerum sapiente.\",\"body\":\"Compressing the monitor won't do anything, we need to calculate the multi-byte adp bus!\"}"], ["created_at", "2016-10-07 19:18:15.854840"], ["updated_at", "2016-10-07 19:18:15.854840"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus saepe nam deserunt nostrum recusandae ut.\",\"body\":\"If we index the protocol, we can get to the HDD pixel through the neural SSL feed!\"}"], ["created_at", "2016-10-07 19:18:15.856248"], ["updated_at", "2016-10-07 19:18:15.856248"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque numquam maxime deserunt qui ut.\",\"body\":\"If we parse the transmitter, we can get to the SDD driver through the bluetooth HDD bus!\"}"], ["created_at", "2016-10-07 19:18:15.857964"], ["updated_at", "2016-10-07 19:18:15.857964"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati asperiores expedita molestias autem maiores natus.\",\"body\":\"I'll connect the redundant ADP microchip, that should program the SCSI circuit!\"}"], ["created_at", "2016-10-07 19:18:15.858926"], ["updated_at", "2016-10-07 19:18:15.858926"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa autem vel praesentium velit.\",\"body\":\"Try to compress the SAS panel, maybe it will quantify the cross-platform firewall!\"}"], ["created_at", "2016-10-07 19:18:15.859831"], ["updated_at", "2016-10-07 19:18:15.859831"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit laudantium et.\",\"body\":\"Use the virtual RSS hard drive, then you can compress the multi-byte system!\"}"], ["created_at", "2016-10-07 19:18:15.860712"], ["updated_at", "2016-10-07 19:18:15.860712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit quia odit excepturi quia sit sint.\",\"body\":\"Use the auxiliary IB sensor, then you can calculate the digital sensor!\"}"], ["created_at", "2016-10-07 19:18:15.861586"], ["updated_at", "2016-10-07 19:18:15.861586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et deserunt voluptatem.\",\"body\":\"If we override the circuit, we can get to the HDD hard drive through the bluetooth SDD bandwidth!\"}"], ["created_at", "2016-10-07 19:18:15.862453"], ["updated_at", "2016-10-07 19:18:15.862453"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa nam porro explicabo non.\",\"body\":\"I'll transmit the haptic FTP driver, that should pixel the AGP interface!\"}"], ["created_at", "2016-10-07 19:18:15.863352"], ["updated_at", "2016-10-07 19:18:15.863352"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt facere error a quaerat.\",\"body\":\"We need to copy the cross-platform JBOD protocol!\"}"], ["created_at", "2016-10-07 19:18:15.864268"], ["updated_at", "2016-10-07 19:18:15.864268"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur sed laboriosam voluptatum.\",\"body\":\"Use the open-source RAM capacitor, then you can override the mobile bus!\"}"], ["created_at", "2016-10-07 19:18:15.865159"], ["updated_at", "2016-10-07 19:18:15.865159"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At recusandae et corrupti illum.\",\"body\":\"I'll connect the primary COM circuit, that should alarm the HTTP protocol!\"}"], ["created_at", "2016-10-07 19:18:15.866060"], ["updated_at", "2016-10-07 19:18:15.866060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam magnam repudiandae tenetur.\",\"body\":\"Try to parse the SQL sensor, maybe it will transmit the optical alarm!\"}"], ["created_at", "2016-10-07 19:18:15.866951"], ["updated_at", "2016-10-07 19:18:15.866951"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa aut voluptas minus magni non voluptatum accusamus.\",\"body\":\"I'll synthesize the neural IB port, that should matrix the AI system!\"}"], ["created_at", "2016-10-07 19:18:15.867819"], ["updated_at", "2016-10-07 19:18:15.867819"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia dolore ut et accusamus.\",\"body\":\"The AGP port is down, transmit the solid state card so we can bypass the IB system!\"}"], ["created_at", "2016-10-07 19:18:15.868693"], ["updated_at", "2016-10-07 19:18:15.868693"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi fugit qui consequatur est corporis dolorem.\",\"body\":\"We need to calculate the primary ADP interface!\"}"], ["created_at", "2016-10-07 19:18:15.869586"], ["updated_at", "2016-10-07 19:18:15.869586"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum facere alias reprehenderit cumque aut id.\",\"body\":\"We need to input the mobile COM alarm!\"}"], ["created_at", "2016-10-07 19:18:15.870443"], ["updated_at", "2016-10-07 19:18:15.870443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa facere optio consequatur dolor doloribus quo perspiciatis.\",\"body\":\"Try to navigate the GB bandwidth, maybe it will reboot the auxiliary port!\"}"], ["created_at", "2016-10-07 19:18:15.871364"], ["updated_at", "2016-10-07 19:18:15.871364"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam commodi cumque.\",\"body\":\"I'll navigate the haptic COM microchip, that should port the SSL port!\"}"], ["created_at", "2016-10-07 19:18:15.872423"], ["updated_at", "2016-10-07 19:18:15.872423"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut qui quasi sint laborum nihil.\",\"body\":\"You can't generate the capacitor without parsing the back-end THX matrix!\"}"], ["created_at", "2016-10-07 19:18:15.873375"], ["updated_at", "2016-10-07 19:18:15.873375"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam et veritatis facere ut culpa velit.\",\"body\":\"If we parse the protocol, we can get to the RAM feed through the solid state SQL system!\"}"], ["created_at", "2016-10-07 19:18:15.874296"], ["updated_at", "2016-10-07 19:18:15.874296"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quo non officiis mollitia.\",\"body\":\"Try to connect the CSS card, maybe it will connect the solid state card!\"}"], ["created_at", "2016-10-07 19:18:15.875249"], ["updated_at", "2016-10-07 19:18:15.875249"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas dignissimos exercitationem possimus.\",\"body\":\"If we copy the firewall, we can get to the PNG matrix through the haptic HTTP capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.876140"], ["updated_at", "2016-10-07 19:18:15.876140"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia dicta enim nihil.\",\"body\":\"Generating the array won't do anything, we need to reboot the virtual ssl interface!\"}"], ["created_at", "2016-10-07 19:18:15.877043"], ["updated_at", "2016-10-07 19:18:15.877043"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima atque nulla.\",\"body\":\"Parsing the sensor won't do anything, we need to bypass the open-source com program!\"}"], ["created_at", "2016-10-07 19:18:15.877941"], ["updated_at", "2016-10-07 19:18:15.877941"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed repudiandae perferendis ut in ea est fuga.\",\"body\":\"Try to back up the AGP interface, maybe it will synthesize the online hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.878844"], ["updated_at", "2016-10-07 19:18:15.878844"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum rem eveniet.\",\"body\":\"Try to copy the IB driver, maybe it will program the neural system!\"}"], ["created_at", "2016-10-07 19:18:15.879835"], ["updated_at", "2016-10-07 19:18:15.879835"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ea dolores unde iusto vel aperiam.\",\"body\":\"Use the virtual CSS firewall, then you can program the mobile driver!\"}"], ["created_at", "2016-10-07 19:18:15.880796"], ["updated_at", "2016-10-07 19:18:15.880796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum mollitia consequuntur qui ut omnis eos.\",\"body\":\"The USB array is down, input the back-end pixel so we can connect the HTTP driver!\"}"], ["created_at", "2016-10-07 19:18:15.881740"], ["updated_at", "2016-10-07 19:18:15.881740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut incidunt libero ut officiis.\",\"body\":\"We need to copy the haptic THX monitor!\"}"], ["created_at", "2016-10-07 19:18:15.882689"], ["updated_at", "2016-10-07 19:18:15.882689"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae sapiente et nam.\",\"body\":\"If we compress the microchip, we can get to the GB panel through the bluetooth PNG bandwidth!\"}"], ["created_at", "2016-10-07 19:18:15.883581"], ["updated_at", "2016-10-07 19:18:15.883581"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident architecto officia ut sed vel saepe.\",\"body\":\"I'll program the haptic SMTP array, that should application the TCP hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.884502"], ["updated_at", "2016-10-07 19:18:15.884502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque sed et distinctio fuga temporibus dolorum maiores.\",\"body\":\"The SSL sensor is down, parse the digital microchip so we can synthesize the SMTP card!\"}"], ["created_at", "2016-10-07 19:18:15.885408"], ["updated_at", "2016-10-07 19:18:15.885408"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo quidem hic exercitationem repellat quos.\",\"body\":\"The ADP circuit is down, transmit the open-source monitor so we can transmit the USB microchip!\"}"], ["created_at", "2016-10-07 19:18:15.886318"], ["updated_at", "2016-10-07 19:18:15.886318"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate magni quia voluptas et quibusdam et.\",\"body\":\"The RSS program is down, copy the optical system so we can input the AI alarm!\"}"], ["created_at", "2016-10-07 19:18:15.887263"], ["updated_at", "2016-10-07 19:18:15.887263"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic deserunt officiis qui non consequatur voluptatum.\",\"body\":\"Use the haptic FTP panel, then you can quantify the solid state monitor!\"}"], ["created_at", "2016-10-07 19:18:15.888180"], ["updated_at", "2016-10-07 19:18:15.888180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est totam in accusantium.\",\"body\":\"You can't compress the card without calculating the auxiliary HDD panel!\"}"], ["created_at", "2016-10-07 19:18:15.889152"], ["updated_at", "2016-10-07 19:18:15.889152"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis facilis recusandae autem.\",\"body\":\"Try to copy the HTTP bus, maybe it will reboot the multi-byte pixel!\"}"], ["created_at", "2016-10-07 19:18:15.890072"], ["updated_at", "2016-10-07 19:18:15.890072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti numquam nesciunt accusantium quas ipsum nisi.\",\"body\":\"You can't generate the program without navigating the auxiliary COM interface!\"}"], ["created_at", "2016-10-07 19:18:15.891050"], ["updated_at", "2016-10-07 19:18:15.891050"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut deleniti saepe.\",\"body\":\"The XSS hard drive is down, transmit the primary matrix so we can input the EXE alarm!\"}"], ["created_at", "2016-10-07 19:18:15.891932"], ["updated_at", "2016-10-07 19:18:15.891932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum praesentium reprehenderit error laudantium velit.\",\"body\":\"I'll compress the solid state SSL feed, that should application the AI program!\"}"], ["created_at", "2016-10-07 19:18:15.899890"], ["updated_at", "2016-10-07 19:18:15.899890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et rerum itaque.\",\"body\":\"Try to program the CSS monitor, maybe it will bypass the neural panel!\"}"], ["created_at", "2016-10-07 19:18:15.900902"], ["updated_at", "2016-10-07 19:18:15.900902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum adipisci enim laudantium ratione id accusamus.\",\"body\":\"Parsing the feed won't do anything, we need to back up the optical usb pixel!\"}"], ["created_at", "2016-10-07 19:18:15.901827"], ["updated_at", "2016-10-07 19:18:15.901827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla autem id eius illum.\",\"body\":\"The PCI interface is down, back up the cross-platform transmitter so we can generate the CSS panel!\"}"], ["created_at", "2016-10-07 19:18:15.902797"], ["updated_at", "2016-10-07 19:18:15.902797"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et facilis a assumenda voluptatem.\",\"body\":\"If we calculate the program, we can get to the HTTP capacitor through the optical COM card!\"}"], ["created_at", "2016-10-07 19:18:15.903751"], ["updated_at", "2016-10-07 19:18:15.903751"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus beatae distinctio commodi voluptatem.\",\"body\":\"Use the auxiliary RAM bus, then you can compress the online matrix!\"}"], ["created_at", "2016-10-07 19:18:15.904680"], ["updated_at", "2016-10-07 19:18:15.904680"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis eum ipsam consequatur soluta.\",\"body\":\"The AI program is down, override the neural interface so we can parse the PCI firewall!\"}"], ["created_at", "2016-10-07 19:18:15.905654"], ["updated_at", "2016-10-07 19:18:15.905654"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore et voluptas suscipit.\",\"body\":\"If we parse the bandwidth, we can get to the SAS circuit through the open-source EXE transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.906659"], ["updated_at", "2016-10-07 19:18:15.906659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident et nulla sint aut.\",\"body\":\"The SSL driver is down, hack the redundant sensor so we can reboot the EXE protocol!\"}"], ["created_at", "2016-10-07 19:18:15.907588"], ["updated_at", "2016-10-07 19:18:15.907588"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum atque rerum nobis id voluptatem sed.\",\"body\":\"The FTP microchip is down, compress the neural firewall so we can generate the FTP circuit!\"}"], ["created_at", "2016-10-07 19:18:15.908547"], ["updated_at", "2016-10-07 19:18:15.908547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur qui quibusdam est et consequatur commodi explicabo.\",\"body\":\"You can't reboot the microchip without compressing the wireless SCSI hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.909484"], ["updated_at", "2016-10-07 19:18:15.909484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam perspiciatis fugiat ex minus quasi voluptatibus qui.\",\"body\":\"Connecting the interface won't do anything, we need to generate the optical adp microchip!\"}"], ["created_at", "2016-10-07 19:18:15.910447"], ["updated_at", "2016-10-07 19:18:15.910447"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque aliquid a consequuntur.\",\"body\":\"We need to calculate the mobile CSS system!\"}"], ["created_at", "2016-10-07 19:18:15.911424"], ["updated_at", "2016-10-07 19:18:15.911424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis omnis voluptatem sint ipsum maxime et velit.\",\"body\":\"I'll calculate the multi-byte PNG array, that should system the CSS interface!\"}"], ["created_at", "2016-10-07 19:18:15.912368"], ["updated_at", "2016-10-07 19:18:15.912368"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore reiciendis vel est ea in.\",\"body\":\"We need to index the solid state COM bandwidth!\"}"], ["created_at", "2016-10-07 19:18:15.913290"], ["updated_at", "2016-10-07 19:18:15.913290"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium ut dolores saepe et harum.\",\"body\":\"Parsing the matrix won't do anything, we need to override the digital thx program!\"}"], ["created_at", "2016-10-07 19:18:15.914243"], ["updated_at", "2016-10-07 19:18:15.914243"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque perspiciatis temporibus.\",\"body\":\"If we compress the application, we can get to the TCP pixel through the open-source XSS sensor!\"}"], ["created_at", "2016-10-07 19:18:15.915207"], ["updated_at", "2016-10-07 19:18:15.915207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus est quia soluta.\",\"body\":\"Use the digital GB firewall, then you can input the neural protocol!\"}"], ["created_at", "2016-10-07 19:18:15.916160"], ["updated_at", "2016-10-07 19:18:15.916160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sunt voluptates et laboriosam et numquam consectetur.\",\"body\":\"Compressing the circuit won't do anything, we need to reboot the wireless agp feed!\"}"], ["created_at", "2016-10-07 19:18:15.917115"], ["updated_at", "2016-10-07 19:18:15.917115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil voluptatum pariatur.\",\"body\":\"Try to reboot the COM interface, maybe it will quantify the solid state hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.918034"], ["updated_at", "2016-10-07 19:18:15.918034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut odio dicta ad ullam accusamus consequatur quis.\",\"body\":\"We need to parse the online SCSI matrix!\"}"], ["created_at", "2016-10-07 19:18:15.919010"], ["updated_at", "2016-10-07 19:18:15.919010"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate et libero dolorem.\",\"body\":\"If we hack the circuit, we can get to the RAM pixel through the mobile SQL card!\"}"], ["created_at", "2016-10-07 19:18:15.919974"], ["updated_at", "2016-10-07 19:18:15.919974"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum voluptatem aliquid totam maiores eum.\",\"body\":\"Overriding the interface won't do anything, we need to parse the mobile ram system!\"}"], ["created_at", "2016-10-07 19:18:15.920910"], ["updated_at", "2016-10-07 19:18:15.920910"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat ea harum doloribus et.\",\"body\":\"You can't hack the program without synthesizing the primary JBOD interface!\"}"], ["created_at", "2016-10-07 19:18:15.922059"], ["updated_at", "2016-10-07 19:18:15.922059"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel laudantium qui ut.\",\"body\":\"Copying the alarm won't do anything, we need to synthesize the mobile scsi feed!\"}"], ["created_at", "2016-10-07 19:18:15.923978"], ["updated_at", "2016-10-07 19:18:15.923978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem sed pariatur libero sequi omnis et maiores.\",\"body\":\"We need to bypass the auxiliary SMS driver!\"}"], ["created_at", "2016-10-07 19:18:15.925192"], ["updated_at", "2016-10-07 19:18:15.925192"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae eos sit.\",\"body\":\"Use the haptic JSON system, then you can navigate the bluetooth driver!\"}"], ["created_at", "2016-10-07 19:18:15.926090"], ["updated_at", "2016-10-07 19:18:15.926090"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat voluptates non rerum ut.\",\"body\":\"Copying the bandwidth won't do anything, we need to parse the cross-platform agp system!\"}"], ["created_at", "2016-10-07 19:18:15.926998"], ["updated_at", "2016-10-07 19:18:15.926998"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem velit laboriosam voluptas et.\",\"body\":\"I'll navigate the open-source EXE capacitor, that should bus the RAM feed!\"}"], ["created_at", "2016-10-07 19:18:15.927848"], ["updated_at", "2016-10-07 19:18:15.927848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio rerum sint exercitationem sit et.\",\"body\":\"You can't reboot the feed without bypassing the primary THX driver!\"}"], ["created_at", "2016-10-07 19:18:15.928730"], ["updated_at", "2016-10-07 19:18:15.928730"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae molestiae molestiae.\",\"body\":\"If we program the feed, we can get to the PCI hard drive through the optical THX protocol!\"}"], ["created_at", "2016-10-07 19:18:15.929609"], ["updated_at", "2016-10-07 19:18:15.929609"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et officia.\",\"body\":\"If we override the capacitor, we can get to the AI application through the cross-platform HDD bandwidth!\"}"], ["created_at", "2016-10-07 19:18:15.930564"], ["updated_at", "2016-10-07 19:18:15.930564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor qui et a repellat iusto.\",\"body\":\"Generating the bandwidth won't do anything, we need to navigate the 1080p sas transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.931483"], ["updated_at", "2016-10-07 19:18:15.931483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim omnis error ut.\",\"body\":\"We need to generate the auxiliary RAM system!\"}"], ["created_at", "2016-10-07 19:18:15.932323"], ["updated_at", "2016-10-07 19:18:15.932323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam ut eum molestiae qui.\",\"body\":\"We need to copy the auxiliary AI pixel!\"}"], ["created_at", "2016-10-07 19:18:15.933204"], ["updated_at", "2016-10-07 19:18:15.933204"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A est voluptatem.\",\"body\":\"If we calculate the microchip, we can get to the JBOD firewall through the online PCI alarm!\"}"], ["created_at", "2016-10-07 19:18:15.934080"], ["updated_at", "2016-10-07 19:18:15.934080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo voluptatem enim quos sed voluptas quod.\",\"body\":\"If we calculate the firewall, we can get to the PCI protocol through the auxiliary SDD card!\"}"], ["created_at", "2016-10-07 19:18:15.934937"], ["updated_at", "2016-10-07 19:18:15.934937"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus nulla exercitationem.\",\"body\":\"You can't calculate the capacitor without generating the multi-byte AGP protocol!\"}"], ["created_at", "2016-10-07 19:18:15.935813"], ["updated_at", "2016-10-07 19:18:15.935813"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum sint inventore iste accusantium.\",\"body\":\"Try to bypass the XSS circuit, maybe it will compress the back-end array!\"}"], ["created_at", "2016-10-07 19:18:15.936679"], ["updated_at", "2016-10-07 19:18:15.936679"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore illum necessitatibus sit quia doloribus non.\",\"body\":\"The CSS sensor is down, calculate the optical feed so we can calculate the XML hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.937525"], ["updated_at", "2016-10-07 19:18:15.937525"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus tenetur ipsum sit occaecati.\",\"body\":\"We need to bypass the neural IB hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.938524"], ["updated_at", "2016-10-07 19:18:15.938524"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta aspernatur non.\",\"body\":\"Try to hack the GB pixel, maybe it will generate the online sensor!\"}"], ["created_at", "2016-10-07 19:18:15.939452"], ["updated_at", "2016-10-07 19:18:15.939452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt rerum atque qui vitae esse eius.\",\"body\":\"The SMS feed is down, bypass the multi-byte alarm so we can index the XML card!\"}"], ["created_at", "2016-10-07 19:18:15.940310"], ["updated_at", "2016-10-07 19:18:15.940310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint blanditiis est quia optio ea iusto.\",\"body\":\"Try to quantify the SQL driver, maybe it will index the neural microchip!\"}"], ["created_at", "2016-10-07 19:18:15.941186"], ["updated_at", "2016-10-07 19:18:15.941186"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque corporis blanditiis occaecati architecto harum qui.\",\"body\":\"Use the 1080p USB card, then you can generate the solid state bandwidth!\"}"], ["created_at", "2016-10-07 19:18:15.942048"], ["updated_at", "2016-10-07 19:18:15.942048"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptate qui dolores fuga quo quidem.\",\"body\":\"We need to hack the virtual PCI feed!\"}"], ["created_at", "2016-10-07 19:18:15.942925"], ["updated_at", "2016-10-07 19:18:15.942925"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi quae et ducimus velit voluptas.\",\"body\":\"I'll hack the solid state COM bandwidth, that should sensor the HTTP port!\"}"], ["created_at", "2016-10-07 19:18:15.943793"], ["updated_at", "2016-10-07 19:18:15.943793"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere natus aut.\",\"body\":\"Use the bluetooth THX system, then you can parse the redundant bus!\"}"], ["created_at", "2016-10-07 19:18:15.944642"], ["updated_at", "2016-10-07 19:18:15.944642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut est officia aut.\",\"body\":\"Try to reboot the AGP panel, maybe it will hack the multi-byte port!\"}"], ["created_at", "2016-10-07 19:18:15.945498"], ["updated_at", "2016-10-07 19:18:15.945498"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat eos aspernatur eveniet.\",\"body\":\"If we input the bandwidth, we can get to the PNG driver through the bluetooth SMTP port!\"}"], ["created_at", "2016-10-07 19:18:15.946395"], ["updated_at", "2016-10-07 19:18:15.946395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi ea odit omnis impedit eos a.\",\"body\":\"Try to compress the HTTP interface, maybe it will parse the haptic card!\"}"], ["created_at", "2016-10-07 19:18:15.947258"], ["updated_at", "2016-10-07 19:18:15.947258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas veritatis ullam quibusdam aliquid iusto ut.\",\"body\":\"I'll connect the neural SQL monitor, that should panel the FTP circuit!\"}"], ["created_at", "2016-10-07 19:18:15.948155"], ["updated_at", "2016-10-07 19:18:15.948155"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam sed saepe.\",\"body\":\"If we compress the hard drive, we can get to the COM interface through the digital RSS monitor!\"}"], ["created_at", "2016-10-07 19:18:15.949044"], ["updated_at", "2016-10-07 19:18:15.949044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quia qui eius.\",\"body\":\"We need to copy the 1080p XSS application!\"}"], ["created_at", "2016-10-07 19:18:15.949886"], ["updated_at", "2016-10-07 19:18:15.949886"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat doloremque cum ut veritatis blanditiis iure tenetur.\",\"body\":\"Try to bypass the FTP transmitter, maybe it will synthesize the wireless application!\"}"], ["created_at", "2016-10-07 19:18:15.950770"], ["updated_at", "2016-10-07 19:18:15.950770"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum doloremque earum nihil architecto pariatur animi nisi.\",\"body\":\"The AGP microchip is down, input the back-end microchip so we can synthesize the RSS monitor!\"}"], ["created_at", "2016-10-07 19:18:15.951658"], ["updated_at", "2016-10-07 19:18:15.951658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non laboriosam alias rem dolorem voluptas sit omnis.\",\"body\":\"Use the neural ADP interface, then you can compress the redundant interface!\"}"], ["created_at", "2016-10-07 19:18:15.952503"], ["updated_at", "2016-10-07 19:18:15.952503"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti quas est.\",\"body\":\"I'll back up the virtual GB system, that should feed the FTP microchip!\"}"], ["created_at", "2016-10-07 19:18:15.953368"], ["updated_at", "2016-10-07 19:18:15.953368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea porro dolor.\",\"body\":\"The HTTP bus is down, input the optical firewall so we can input the SQL application!\"}"], ["created_at", "2016-10-07 19:18:15.954241"], ["updated_at", "2016-10-07 19:18:15.954241"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni earum perspiciatis fugit illum.\",\"body\":\"You can't program the hard drive without overriding the digital SAS driver!\"}"], ["created_at", "2016-10-07 19:18:15.955120"], ["updated_at", "2016-10-07 19:18:15.955120"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae voluptate incidunt aut dolorem placeat qui ipsum.\",\"body\":\"If we reboot the monitor, we can get to the EXE circuit through the 1080p USB array!\"}"], ["created_at", "2016-10-07 19:18:15.956018"], ["updated_at", "2016-10-07 19:18:15.956018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo aut porro eius libero voluptas dolore.\",\"body\":\"You can't override the alarm without bypassing the digital SCSI matrix!\"}"], ["created_at", "2016-10-07 19:18:15.956881"], ["updated_at", "2016-10-07 19:18:15.956881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus alias deserunt.\",\"body\":\"We need to quantify the back-end PCI firewall!\"}"], ["created_at", "2016-10-07 19:18:15.957732"], ["updated_at", "2016-10-07 19:18:15.957732"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius voluptatem odit quaerat iusto in omnis.\",\"body\":\"Generating the panel won't do anything, we need to parse the 1080p ssl array!\"}"], ["created_at", "2016-10-07 19:18:15.958621"], ["updated_at", "2016-10-07 19:18:15.958621"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro quia eius id.\",\"body\":\"The RSS panel is down, synthesize the online circuit so we can quantify the IB port!\"}"], ["created_at", "2016-10-07 19:18:15.959475"], ["updated_at", "2016-10-07 19:18:15.959475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere quasi asperiores consectetur omnis.\",\"body\":\"I'll quantify the primary SMTP system, that should feed the PCI feed!\"}"], ["created_at", "2016-10-07 19:18:15.960362"], ["updated_at", "2016-10-07 19:18:15.960362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos optio quod doloribus perspiciatis sequi.\",\"body\":\"The TCP alarm is down, back up the primary sensor so we can generate the SMS program!\"}"], ["created_at", "2016-10-07 19:18:15.961244"], ["updated_at", "2016-10-07 19:18:15.961244"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere praesentium et incidunt ipsam.\",\"body\":\"We need to index the online PCI bandwidth!\"}"], ["created_at", "2016-10-07 19:18:15.962088"], ["updated_at", "2016-10-07 19:18:15.962088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates necessitatibus voluptate tempora ipsum alias.\",\"body\":\"The SSL sensor is down, connect the redundant alarm so we can transmit the AI transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.962970"], ["updated_at", "2016-10-07 19:18:15.962970"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto quis aspernatur.\",\"body\":\"If we navigate the card, we can get to the SDD port through the primary CSS driver!\"}"], ["created_at", "2016-10-07 19:18:15.963853"], ["updated_at", "2016-10-07 19:18:15.963853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi error qui nostrum consequatur.\",\"body\":\"I'll parse the redundant AGP interface, that should circuit the IB hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.964721"], ["updated_at", "2016-10-07 19:18:15.964721"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa voluptatem error occaecati ut autem et.\",\"body\":\"If we synthesize the feed, we can get to the HTTP alarm through the cross-platform SCSI program!\"}"], ["created_at", "2016-10-07 19:18:15.965602"], ["updated_at", "2016-10-07 19:18:15.965602"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat rerum possimus.\",\"body\":\"The ADP protocol is down, reboot the open-source application so we can transmit the SQL card!\"}"], ["created_at", "2016-10-07 19:18:15.966484"], ["updated_at", "2016-10-07 19:18:15.966484"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum sequi sed minima nobis pariatur ut.\",\"body\":\"Try to generate the XML port, maybe it will reboot the 1080p array!\"}"], ["created_at", "2016-10-07 19:18:15.967349"], ["updated_at", "2016-10-07 19:18:15.967349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro blanditiis praesentium accusamus iure consequatur.\",\"body\":\"We need to compress the cross-platform THX capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.968232"], ["updated_at", "2016-10-07 19:18:15.968232"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit accusamus eum recusandae eaque natus ad rerum.\",\"body\":\"I'll hack the haptic IB application, that should sensor the COM pixel!\"}"], ["created_at", "2016-10-07 19:18:15.969102"], ["updated_at", "2016-10-07 19:18:15.969102"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sed aut sit ipsum voluptate.\",\"body\":\"I'll connect the wireless XML port, that should program the ADP application!\"}"], ["created_at", "2016-10-07 19:18:15.969946"], ["updated_at", "2016-10-07 19:18:15.969946"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt esse dignissimos.\",\"body\":\"If we parse the pixel, we can get to the SMTP feed through the back-end SCSI capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.970947"], ["updated_at", "2016-10-07 19:18:15.970947"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum in a.\",\"body\":\"You can't synthesize the system without generating the neural THX port!\"}"], ["created_at", "2016-10-07 19:18:15.971847"], ["updated_at", "2016-10-07 19:18:15.971847"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint numquam quo.\",\"body\":\"Transmitting the microchip won't do anything, we need to generate the multi-byte sas capacitor!\"}"], ["created_at", "2016-10-07 19:18:15.972973"], ["updated_at", "2016-10-07 19:18:15.972973"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi eveniet dolor vitae est unde.\",\"body\":\"The PNG port is down, copy the virtual circuit so we can navigate the COM sensor!\"}"], ["created_at", "2016-10-07 19:18:15.974464"], ["updated_at", "2016-10-07 19:18:15.974464"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste et veritatis.\",\"body\":\"I'll navigate the optical CSS card, that should monitor the RSS hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.975913"], ["updated_at", "2016-10-07 19:18:15.975913"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At earum rerum est est nobis.\",\"body\":\"We need to program the open-source HDD panel!\"}"], ["created_at", "2016-10-07 19:18:15.977188"], ["updated_at", "2016-10-07 19:18:15.977188"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt veniam id sed accusamus est non quod.\",\"body\":\"You can't navigate the hard drive without quantifying the 1080p JSON firewall!\"}"], ["created_at", "2016-10-07 19:18:15.979888"], ["updated_at", "2016-10-07 19:18:15.979888"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat at occaecati.\",\"body\":\"Overriding the protocol won't do anything, we need to navigate the virtual agp matrix!\"}"], ["created_at", "2016-10-07 19:18:15.981488"], ["updated_at", "2016-10-07 19:18:15.981488"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et harum ipsum officia quas placeat.\",\"body\":\"I'll index the neural AGP array, that should application the THX hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.983973"], ["updated_at", "2016-10-07 19:18:15.983973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut itaque dolor.\",\"body\":\"We need to generate the solid state THX circuit!\"}"], ["created_at", "2016-10-07 19:18:15.985390"], ["updated_at", "2016-10-07 19:18:15.985390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut repellat maxime quos nulla esse hic.\",\"body\":\"Use the bluetooth SAS program, then you can input the multi-byte firewall!\"}"], ["created_at", "2016-10-07 19:18:15.986364"], ["updated_at", "2016-10-07 19:18:15.986364"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui qui velit at aliquid.\",\"body\":\"We need to back up the neural JSON interface!\"}"], ["created_at", "2016-10-07 19:18:15.987310"], ["updated_at", "2016-10-07 19:18:15.987310"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet vero architecto provident.\",\"body\":\"You can't index the driver without quantifying the open-source JSON alarm!\"}"], ["created_at", "2016-10-07 19:18:15.988247"], ["updated_at", "2016-10-07 19:18:15.988247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et perferendis consequuntur et.\",\"body\":\"The TCP sensor is down, synthesize the optical array so we can quantify the XSS transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.989243"], ["updated_at", "2016-10-07 19:18:15.989243"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel et tempore sapiente.\",\"body\":\"Try to override the PNG card, maybe it will hack the redundant sensor!\"}"], ["created_at", "2016-10-07 19:18:15.990144"], ["updated_at", "2016-10-07 19:18:15.990144"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil repudiandae voluptas consequatur sequi eius debitis.\",\"body\":\"If we connect the transmitter, we can get to the USB capacitor through the solid state SQL card!\"}"], ["created_at", "2016-10-07 19:18:15.991090"], ["updated_at", "2016-10-07 19:18:15.991090"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sit est.\",\"body\":\"You can't quantify the alarm without hacking the mobile XSS feed!\"}"], ["created_at", "2016-10-07 19:18:15.991955"], ["updated_at", "2016-10-07 19:18:15.991955"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero voluptatem adipisci laboriosam commodi doloremque tempora.\",\"body\":\"Use the mobile CSS monitor, then you can compress the haptic hard drive!\"}"], ["created_at", "2016-10-07 19:18:15.992844"], ["updated_at", "2016-10-07 19:18:15.992844"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus sint consequuntur mollitia accusantium minima.\",\"body\":\"I'll calculate the 1080p SMS circuit, that should transmitter the SMTP circuit!\"}"], ["created_at", "2016-10-07 19:18:15.993785"], ["updated_at", "2016-10-07 19:18:15.993785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem occaecati reiciendis quis tempora rem iure sit.\",\"body\":\"If we parse the application, we can get to the HDD bus through the auxiliary IB port!\"}"], ["created_at", "2016-10-07 19:18:15.994666"], ["updated_at", "2016-10-07 19:18:15.994666"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium veniam id in fugiat.\",\"body\":\"The HTTP sensor is down, bypass the auxiliary card so we can program the PCI feed!\"}"], ["created_at", "2016-10-07 19:18:15.995553"], ["updated_at", "2016-10-07 19:18:15.995553"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem omnis officia sit voluptatem.\",\"body\":\"You can't generate the firewall without navigating the optical IB transmitter!\"}"], ["created_at", "2016-10-07 19:18:15.996462"], ["updated_at", "2016-10-07 19:18:15.996462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aut voluptatem.\",\"body\":\"We need to back up the optical TCP application!\"}"], ["created_at", "2016-10-07 19:18:15.997372"], ["updated_at", "2016-10-07 19:18:15.997372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et provident reprehenderit aut eos expedita quas.\",\"body\":\"I'll back up the auxiliary SQL feed, that should matrix the JSON port!\"}"], ["created_at", "2016-10-07 19:18:15.998271"], ["updated_at", "2016-10-07 19:18:15.998271"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam iure illo.\",\"body\":\"The TCP pixel is down, input the neural hard drive so we can override the SMTP system!\"}"], ["created_at", "2016-10-07 19:18:15.999169"], ["updated_at", "2016-10-07 19:18:15.999169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio occaecati enim enim qui.\",\"body\":\"If we input the monitor, we can get to the JBOD port through the open-source SCSI driver!\"}"], ["created_at", "2016-10-07 19:18:16.000032"], ["updated_at", "2016-10-07 19:18:16.000032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur sed nostrum laudantium voluptatem.\",\"body\":\"We need to navigate the optical FTP port!\"}"], ["created_at", "2016-10-07 19:18:16.000899"], ["updated_at", "2016-10-07 19:18:16.000899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem sequi nobis eos saepe.\",\"body\":\"We need to synthesize the cross-platform FTP transmitter!\"}"], ["created_at", "2016-10-07 19:18:16.001770"], ["updated_at", "2016-10-07 19:18:16.001770"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores nesciunt est non natus.\",\"body\":\"You can't index the program without navigating the wireless AGP firewall!\"}"], ["created_at", "2016-10-07 19:18:16.002627"], ["updated_at", "2016-10-07 19:18:16.002627"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati eveniet omnis laudantium ea.\",\"body\":\"Try to transmit the RSS application, maybe it will generate the 1080p interface!\"}"], ["created_at", "2016-10-07 19:18:16.003510"], ["updated_at", "2016-10-07 19:18:16.003510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit nihil error unde repellat.\",\"body\":\"Try to back up the XML application, maybe it will quantify the digital panel!\"}"], ["created_at", "2016-10-07 19:18:16.004396"], ["updated_at", "2016-10-07 19:18:16.004396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis aliquid nihil ab quis odio.\",\"body\":\"The FTP hard drive is down, synthesize the open-source monitor so we can connect the SMS monitor!\"}"], ["created_at", "2016-10-07 19:18:16.005258"], ["updated_at", "2016-10-07 19:18:16.005258"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur dolores recusandae molestiae.\",\"body\":\"We need to navigate the digital RSS bus!\"}"], ["created_at", "2016-10-07 19:18:16.006301"], ["updated_at", "2016-10-07 19:18:16.006301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis inventore optio voluptatem est.\",\"body\":\"If we synthesize the pixel, we can get to the PCI card through the redundant USB bandwidth!\"}"], ["created_at", "2016-10-07 19:18:16.007245"], ["updated_at", "2016-10-07 19:18:16.007245"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis reiciendis possimus voluptas soluta.\",\"body\":\"The FTP system is down, bypass the auxiliary driver so we can index the GB hard drive!\"}"], ["created_at", "2016-10-07 19:18:16.008105"], ["updated_at", "2016-10-07 19:18:16.008105"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est saepe id fugiat ut mollitia dolor et.\",\"body\":\"Try to bypass the HDD transmitter, maybe it will calculate the open-source pixel!\"}"], ["created_at", "2016-10-07 19:18:16.008979"], ["updated_at", "2016-10-07 19:18:16.008979"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic ab dolorum.\",\"body\":\"The SQL bandwidth is down, copy the optical driver so we can navigate the IB sensor!\"}"], ["created_at", "2016-10-07 19:18:16.009826"], ["updated_at", "2016-10-07 19:18:16.009826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In delectus explicabo nam earum.\",\"body\":\"I'll transmit the mobile SSL transmitter, that should card the SMTP microchip!\"}"], ["created_at", "2016-10-07 19:18:16.010702"], ["updated_at", "2016-10-07 19:18:16.010702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia id voluptatum vel et harum ipsam.\",\"body\":\"Try to copy the JSON port, maybe it will input the 1080p panel!\"}"], ["created_at", "2016-10-07 19:18:16.011593"], ["updated_at", "2016-10-07 19:18:16.011593"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit excepturi nobis nemo asperiores.\",\"body\":\"Quantifying the port won't do anything, we need to generate the virtual usb card!\"}"], ["created_at", "2016-10-07 19:18:16.012434"], ["updated_at", "2016-10-07 19:18:16.012434"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere quas aut.\",\"body\":\"Try to bypass the PNG array, maybe it will copy the redundant transmitter!\"}"], ["created_at", "2016-10-07 19:18:16.013304"], ["updated_at", "2016-10-07 19:18:16.013304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure rerum rerum atque ipsam quo dicta.\",\"body\":\"The RSS firewall is down, transmit the redundant panel so we can copy the IB matrix!\"}"], ["created_at", "2016-10-07 19:18:16.014187"], ["updated_at", "2016-10-07 19:18:16.014187"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim veniam ex in nesciunt iusto corporis temporibus.\",\"body\":\"You can't calculate the circuit without parsing the multi-byte SMS monitor!\"}"], ["created_at", "2016-10-07 19:18:16.015055"], ["updated_at", "2016-10-07 19:18:16.015055"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis iste molestiae similique excepturi voluptates ut.\",\"body\":\"You can't back up the transmitter without compressing the wireless XML bandwidth!\"}"], ["created_at", "2016-10-07 19:18:16.015934"], ["updated_at", "2016-10-07 19:18:16.015934"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ut suscipit nihil aut fugit quae vitae.\",\"body\":\"Try to generate the EXE array, maybe it will back up the wireless protocol!\"}"], ["created_at", "2016-10-07 19:18:16.016804"], ["updated_at", "2016-10-07 19:18:16.016804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio voluptatem exercitationem saepe temporibus enim.\",\"body\":\"If we compress the matrix, we can get to the HDD array through the cross-platform TCP bandwidth!\"}"], ["created_at", "2016-10-07 19:18:16.017655"], ["updated_at", "2016-10-07 19:18:16.017655"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore qui et.\",\"body\":\"Try to index the SMTP interface, maybe it will input the cross-platform monitor!\"}"], ["created_at", "2016-10-07 19:18:16.018523"], ["updated_at", "2016-10-07 19:18:16.018523"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni aut repellendus voluptatem sit.\",\"body\":\"Use the primary SMS monitor, then you can copy the multi-byte bandwidth!\"}"], ["created_at", "2016-10-07 19:18:16.019404"], ["updated_at", "2016-10-07 19:18:16.019404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci velit praesentium unde at consequatur dolorem.\",\"body\":\"Calculating the monitor won't do anything, we need to program the optical agp monitor!\"}"], ["created_at", "2016-10-07 19:18:16.020280"], ["updated_at", "2016-10-07 19:18:16.020280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa totam ut corrupti et qui doloribus.\",\"body\":\"You can't back up the program without generating the bluetooth XSS transmitter!\"}"], ["created_at", "2016-10-07 19:18:16.021151"], ["updated_at", "2016-10-07 19:18:16.021151"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde occaecati sunt.\",\"body\":\"Backing up the monitor won't do anything, we need to program the optical xml capacitor!\"}"], ["created_at", "2016-10-07 19:18:16.022026"], ["updated_at", "2016-10-07 19:18:16.022026"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid tempore adipisci ipsa.\",\"body\":\"You can't connect the array without parsing the auxiliary IB program!\"}"], ["created_at", "2016-10-07 19:18:16.022885"], ["updated_at", "2016-10-07 19:18:16.022885"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio ipsam nostrum nam harum vitae et.\",\"body\":\"Try to override the SAS port, maybe it will override the wireless firewall!\"}"], ["created_at", "2016-10-07 19:18:16.023755"], ["updated_at", "2016-10-07 19:18:16.023755"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore quas et reprehenderit aut totam dolor.\",\"body\":\"We need to transmit the multi-byte JBOD bus!\"}"], ["created_at", "2016-10-07 19:18:16.024630"], ["updated_at", "2016-10-07 19:18:16.024630"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint qui voluptatem quis.\",\"body\":\"The CSS sensor is down, input the auxiliary panel so we can back up the SCSI driver!\"}"], ["created_at", "2016-10-07 19:18:16.025499"], ["updated_at", "2016-10-07 19:18:16.025499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo sed temporibus cupiditate.\",\"body\":\"Try to hack the JSON monitor, maybe it will calculate the solid state microchip!\"}"], ["created_at", "2016-10-07 19:18:16.026373"], ["updated_at", "2016-10-07 19:18:16.026373"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem non optio.\",\"body\":\"Use the mobile EXE bandwidth, then you can connect the multi-byte hard drive!\"}"], ["created_at", "2016-10-07 19:18:16.027233"], ["updated_at", "2016-10-07 19:18:16.027233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium esse et necessitatibus officiis ut maiores aut.\",\"body\":\"I'll synthesize the optical SQL capacitor, that should bus the USB bus!\"}"], ["created_at", "2016-10-07 19:18:16.028097"], ["updated_at", "2016-10-07 19:18:16.028097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus laboriosam distinctio.\",\"body\":\"Use the online FTP circuit, then you can connect the cross-platform interface!\"}"], ["created_at", "2016-10-07 19:18:16.028964"], ["updated_at", "2016-10-07 19:18:16.028964"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia debitis dolorem sint quasi quam eligendi laborum.\",\"body\":\"If we generate the capacitor, we can get to the TCP interface through the cross-platform HTTP hard drive!\"}"], ["created_at", "2016-10-07 19:18:16.029827"], ["updated_at", "2016-10-07 19:18:16.029827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium eaque optio aut enim dolores animi.\",\"body\":\"Use the haptic JBOD feed, then you can synthesize the 1080p microchip!\"}"], ["created_at", "2016-10-07 19:18:16.030738"], ["updated_at", "2016-10-07 19:18:16.030738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa repellat quisquam nisi unde.\",\"body\":\"If we navigate the port, we can get to the PNG firewall through the haptic XSS transmitter!\"}"], ["created_at", "2016-10-07 19:18:16.031629"], ["updated_at", "2016-10-07 19:18:16.031629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet in rerum quisquam eligendi quibusdam.\",\"body\":\"The THX transmitter is down, index the digital transmitter so we can reboot the XSS system!\"}"], ["created_at", "2016-10-07 19:18:16.032475"], ["updated_at", "2016-10-07 19:18:16.032475"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet eum sit non.\",\"body\":\"Try to input the HDD port, maybe it will parse the bluetooth application!\"}"], ["created_at", "2016-10-07 19:18:16.033346"], ["updated_at", "2016-10-07 19:18:16.033346"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi hic omnis recusandae voluptates qui maiores expedita.\",\"body\":\"The THX protocol is down, transmit the primary feed so we can connect the PNG bus!\"}"], ["created_at", "2016-10-07 19:18:16.034218"], ["updated_at", "2016-10-07 19:18:16.034218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos molestias explicabo odit placeat.\",\"body\":\"The AGP system is down, calculate the auxiliary application so we can generate the THX matrix!\"}"], ["created_at", "2016-10-07 19:18:16.035109"], ["updated_at", "2016-10-07 19:18:16.035109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed eligendi architecto quia suscipit.\",\"body\":\"If we index the card, we can get to the SCSI panel through the wireless THX feed!\"}"], ["created_at", "2016-10-07 19:18:16.035974"], ["updated_at", "2016-10-07 19:18:16.035974"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum tempore illo quidem libero saepe dolores maiores.\",\"body\":\"We need to copy the back-end COM interface!\"}"], ["created_at", "2016-10-07 19:18:16.036822"], ["updated_at", "2016-10-07 19:18:16.036822"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A et quam culpa deserunt ut nemo natus.\",\"body\":\"Try to reboot the SSL system, maybe it will override the cross-platform circuit!\"}"], ["created_at", "2016-10-07 19:18:16.037702"], ["updated_at", "2016-10-07 19:18:16.037702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate vero mollitia omnis.\",\"body\":\"You can't quantify the monitor without copying the cross-platform SMS capacitor!\"}"], ["created_at", "2016-10-07 19:18:16.038587"], ["updated_at", "2016-10-07 19:18:16.038587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi sed eligendi.\",\"body\":\"The HTTP hard drive is down, calculate the bluetooth circuit so we can navigate the AGP alarm!\"}"], ["created_at", "2016-10-07 19:18:16.039462"], ["updated_at", "2016-10-07 19:18:16.039462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In odio debitis ducimus dolore quidem numquam aliquam.\",\"body\":\"Try to hack the AI card, maybe it will transmit the online circuit!\"}"], ["created_at", "2016-10-07 19:18:16.040322"], ["updated_at", "2016-10-07 19:18:16.040322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit dignissimos et.\",\"body\":\"Calculating the interface won't do anything, we need to reboot the mobile ai driver!\"}"], ["created_at", "2016-10-07 19:18:16.041157"], ["updated_at", "2016-10-07 19:18:16.041157"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum dolorem numquam illum incidunt tempora voluptatem.\",\"body\":\"Try to index the HTTP protocol, maybe it will generate the cross-platform alarm!\"}"], ["created_at", "2016-10-07 19:18:16.042030"], ["updated_at", "2016-10-07 19:18:16.042030"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et non officia a non.\",\"body\":\"The HTTP system is down, parse the online firewall so we can navigate the COM array!\"}"], ["created_at", "2016-10-07 19:18:16.042901"], ["updated_at", "2016-10-07 19:18:16.042901"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt ratione distinctio et impedit labore mollitia.\",\"body\":\"Try to hack the TCP alarm, maybe it will quantify the neural port!\"}"], ["created_at", "2016-10-07 19:18:16.043777"], ["updated_at", "2016-10-07 19:18:16.043777"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis quia voluptas quia dicta.\",\"body\":\"Connecting the pixel won't do anything, we need to parse the neural usb card!\"}"], ["created_at", "2016-10-07 19:18:16.044613"], ["updated_at", "2016-10-07 19:18:16.044613"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vel culpa et ex quis nemo.\",\"body\":\"I'll back up the open-source SMTP panel, that should protocol the SMTP port!\"}"], ["created_at", "2016-10-07 19:18:16.045479"], ["updated_at", "2016-10-07 19:18:16.045479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur error vitae assumenda quibusdam necessitatibus ad.\",\"body\":\"You can't transmit the hard drive without hacking the multi-byte HTTP alarm!\"}"], ["created_at", "2016-10-07 19:18:16.046348"], ["updated_at", "2016-10-07 19:18:16.046348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga ut quia voluptas nulla.\",\"body\":\"You can't program the program without copying the cross-platform PCI capacitor!\"}"], ["created_at", "2016-10-07 19:18:16.047214"], ["updated_at", "2016-10-07 19:18:16.047214"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam laudantium asperiores incidunt ducimus distinctio veniam velit.\",\"body\":\"Try to input the AI program, maybe it will reboot the digital monitor!\"}"], ["created_at", "2016-10-07 19:18:16.048132"], ["updated_at", "2016-10-07 19:18:16.048132"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore illum incidunt omnis necessitatibus et.\",\"body\":\"The CSS protocol is down, parse the online bandwidth so we can navigate the RSS feed!\"}"], ["created_at", "2016-10-07 19:18:16.049007"], ["updated_at", "2016-10-07 19:18:16.049007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus eius ex.\",\"body\":\"Try to transmit the RAM matrix, maybe it will back up the primary microchip!\"}"], ["created_at", "2016-10-07 19:18:16.049843"], ["updated_at", "2016-10-07 19:18:16.049843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda autem suscipit ut.\",\"body\":\"I'll copy the back-end CSS system, that should sensor the IB array!\"}"], ["created_at", "2016-10-07 19:18:16.050767"], ["updated_at", "2016-10-07 19:18:16.050767"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut omnis consequatur beatae incidunt est.\",\"body\":\"Transmitting the matrix won't do anything, we need to bypass the multi-byte tcp feed!\"}"], ["created_at", "2016-10-07 19:18:16.051644"], ["updated_at", "2016-10-07 19:18:16.051644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"At sunt saepe fugiat quisquam perferendis voluptate.\",\"body\":\"If we generate the bus, we can get to the THX driver through the multi-byte EXE card!\"}"], ["created_at", "2016-10-07 19:18:16.052521"], ["updated_at", "2016-10-07 19:18:16.052521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis et omnis et.\",\"body\":\"I'll parse the digital COM microchip, that should alarm the SMS monitor!\"}"], ["created_at", "2016-10-07 19:18:16.053387"], ["updated_at", "2016-10-07 19:18:16.053387"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta consequatur voluptas est.\",\"body\":\"You can't input the application without hacking the mobile USB protocol!\"}"], ["created_at", "2016-10-07 19:18:16.054224"], ["updated_at", "2016-10-07 19:18:16.054224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex voluptate minima voluptatum sapiente temporibus suscipit.\",\"body\":\"If we input the application, we can get to the PCI bus through the wireless RSS interface!\"}"], ["created_at", "2016-10-07 19:18:16.055106"], ["updated_at", "2016-10-07 19:18:16.055106"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur quis blanditiis ut molestiae impedit consequatur.\",\"body\":\"The SMTP firewall is down, bypass the neural monitor so we can copy the IB port!\"}"], ["created_at", "2016-10-07 19:18:16.055996"], ["updated_at", "2016-10-07 19:18:16.055996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ipsum vel odit repellat praesentium impedit.\",\"body\":\"Hacking the microchip won't do anything, we need to navigate the digital rss circuit!\"}"], ["created_at", "2016-10-07 19:18:16.056857"], ["updated_at", "2016-10-07 19:18:16.056857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut explicabo voluptas eligendi dolor eos.\",\"body\":\"I'll back up the digital SSL microchip, that should microchip the THX driver!\"}"], ["created_at", "2016-10-07 19:18:16.057720"], ["updated_at", "2016-10-07 19:18:16.057720"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut aliquid.\",\"body\":\"We need to compress the auxiliary FTP pixel!\"}"], ["created_at", "2016-10-07 19:18:16.058588"], ["updated_at", "2016-10-07 19:18:16.058588"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa at dolor.\",\"body\":\"I'll synthesize the open-source GB pixel, that should microchip the AGP microchip!\"}"], ["created_at", "2016-10-07 19:18:16.059428"], ["updated_at", "2016-10-07 19:18:16.059428"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus ea libero tempore.\",\"body\":\"Try to back up the SDD array, maybe it will back up the wireless bandwidth!\"}"], ["created_at", "2016-10-07 19:18:16.060294"], ["updated_at", "2016-10-07 19:18:16.060294"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic quod modi blanditiis consequatur officia mollitia ex.\",\"body\":\"Indexing the driver won't do anything, we need to calculate the optical sas port!\"}"], ["created_at", "2016-10-07 19:18:16.061164"], ["updated_at", "2016-10-07 19:18:16.061164"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil vel aperiam.\",\"body\":\"If we connect the monitor, we can get to the RAM driver through the cross-platform SAS matrix!\"}"], ["created_at", "2016-10-07 19:18:16.062031"], ["updated_at", "2016-10-07 19:18:16.062031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et tempora laboriosam debitis omnis.\",\"body\":\"Backing up the feed won't do anything, we need to bypass the auxiliary usb bandwidth!\"}"], ["created_at", "2016-10-07 19:18:16.062890"], ["updated_at", "2016-10-07 19:18:16.062890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur sed est non.\",\"body\":\"Try to synthesize the RSS feed, maybe it will synthesize the wireless application!\"}"], ["created_at", "2016-10-07 19:18:16.063758"], ["updated_at", "2016-10-07 19:18:16.063758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro soluta reiciendis minima.\",\"body\":\"The PNG port is down, bypass the 1080p monitor so we can hack the SMS transmitter!\"}"], ["created_at", "2016-10-07 19:18:16.064645"], ["updated_at", "2016-10-07 19:18:16.064645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat necessitatibus veritatis quasi assumenda ad.\",\"body\":\"You can't synthesize the program without generating the digital SCSI port!\"}"], ["created_at", "2016-10-07 19:18:16.065519"], ["updated_at", "2016-10-07 19:18:16.065519"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium excepturi cupiditate earum quis maiores debitis libero.\",\"body\":\"We need to override the optical CSS card!\"}"], ["created_at", "2016-10-07 19:18:16.066378"], ["updated_at", "2016-10-07 19:18:16.066378"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui vitae voluptate odit.\",\"body\":\"Try to parse the TCP driver, maybe it will input the digital microchip!\"}"], ["created_at", "2016-10-07 19:18:16.067265"], ["updated_at", "2016-10-07 19:18:16.067265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas neque delectus impedit et id.\",\"body\":\"I'll override the optical TCP sensor, that should alarm the SQL array!\"}"], ["created_at", "2016-10-07 19:18:16.068103"], ["updated_at", "2016-10-07 19:18:16.068103"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus officia iusto culpa commodi dolorem provident nesciunt.\",\"body\":\"Use the cross-platform XSS card, then you can navigate the wireless bandwidth!\"}"], ["created_at", "2016-10-07 19:18:16.068970"], ["updated_at", "2016-10-07 19:18:16.068970"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut dolores omnis veritatis earum.\",\"body\":\"Use the redundant AI driver, then you can compress the multi-byte sensor!\"}"], ["created_at", "2016-10-07 19:18:16.069833"], ["updated_at", "2016-10-07 19:18:16.069833"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas dignissimos totam.\",\"body\":\"If we navigate the card, we can get to the SMS bandwidth through the bluetooth RSS alarm!\"}"], ["created_at", "2016-10-07 19:18:16.070729"], ["updated_at", "2016-10-07 19:18:16.070729"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic expedita dolores reiciendis sunt eos officiis amet.\",\"body\":\"Try to quantify the HDD panel, maybe it will calculate the virtual array!\"}"], ["created_at", "2016-10-07 19:18:16.071942"], ["updated_at", "2016-10-07 19:18:16.071942"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum perspiciatis necessitatibus et et omnis.\",\"body\":\"We need to override the optical JSON bandwidth!\"}"], ["created_at", "2016-10-07 19:18:16.073265"], ["updated_at", "2016-10-07 19:18:16.073265"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla et et.\",\"body\":\"Use the bluetooth RSS panel, then you can input the multi-byte protocol!\"}"], ["created_at", "2016-10-07 19:18:16.074406"], ["updated_at", "2016-10-07 19:18:16.074406"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil velit dolor voluptatem.\",\"body\":\"If we quantify the system, we can get to the RSS bus through the neural ADP capacitor!\"}"], ["created_at", "2016-10-07 19:18:16.075579"], ["updated_at", "2016-10-07 19:18:16.075579"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti quia est natus dolor ea et.\",\"body\":\"Try to hack the USB bandwidth, maybe it will transmit the neural monitor!\"}"], ["created_at", "2016-10-07 19:18:16.076731"], ["updated_at", "2016-10-07 19:18:16.076731"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis rerum ut.\",\"body\":\"The EXE matrix is down, transmit the open-source panel so we can index the SMS transmitter!\"}"], ["created_at", "2016-10-07 19:18:16.077865"], ["updated_at", "2016-10-07 19:18:16.077865"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptas sed id sunt consequatur eveniet labore.\",\"body\":\"Compressing the capacitor won't do anything, we need to hack the 1080p css program!\"}"], ["created_at", "2016-10-07 19:18:16.078978"], ["updated_at", "2016-10-07 19:18:16.078978"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam eaque nisi veniam maxime sit.\",\"body\":\"Try to navigate the SMTP alarm, maybe it will quantify the neural bandwidth!\"}"], ["created_at", "2016-10-07 19:18:16.079870"], ["updated_at", "2016-10-07 19:18:16.079870"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam blanditiis qui.\",\"body\":\"If we copy the circuit, we can get to the HTTP capacitor through the haptic HTTP card!\"}"], ["created_at", "2016-10-07 19:18:16.080876"], ["updated_at", "2016-10-07 19:18:16.080876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum exercitationem sit sunt occaecati et consequatur optio.\",\"body\":\"Use the multi-byte SAS alarm, then you can bypass the neural microchip!\"}"], ["created_at", "2016-10-07 19:18:16.081847"], ["updated_at", "2016-10-07 19:18:16.081847"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus mollitia enim doloribus magni quasi eos.\",\"body\":\"Try to reboot the SDD pixel, maybe it will navigate the wireless matrix!\"}"], ["created_at", "2016-10-07 19:18:16.082753"], ["updated_at", "2016-10-07 19:18:16.082753"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit velit sit ut dignissimos delectus aut.\",\"body\":\"The EXE driver is down, input the optical protocol so we can copy the SDD protocol!\"}"], ["created_at", "2016-10-07 19:18:16.083617"], ["updated_at", "2016-10-07 19:18:16.083617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet qui molestiae fugiat omnis velit.\",\"body\":\"The ADP matrix is down, synthesize the cross-platform port so we can quantify the RAM port!\"}"], ["created_at", "2016-10-07 19:18:16.084485"], ["updated_at", "2016-10-07 19:18:16.084485"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius dolore sequi.\",\"body\":\"We need to input the optical TCP microchip!\"}"], ["created_at", "2016-10-07 19:18:16.085351"], ["updated_at", "2016-10-07 19:18:16.085351"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium libero ut sint amet ipsa necessitatibus.\",\"body\":\"Try to copy the AI bus, maybe it will hack the bluetooth application!\"}"], ["created_at", "2016-10-07 19:18:16.086203"], ["updated_at", "2016-10-07 19:18:16.086203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis sit perspiciatis sequi amet voluptate rerum.\",\"body\":\"We need to back up the optical SMS driver!\"}"], ["created_at", "2016-10-07 19:18:16.087132"], ["updated_at", "2016-10-07 19:18:16.087132"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi quaerat sit repudiandae vel.\",\"body\":\"Transmitting the microchip won't do anything, we need to program the haptic thx monitor!\"}"], ["created_at", "2016-10-07 19:18:16.087996"], ["updated_at", "2016-10-07 19:18:16.087996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur eius dolores quia.\",\"body\":\"The SSL circuit is down, compress the optical hard drive so we can parse the FTP driver!\"}"], ["created_at", "2016-10-07 19:18:16.088864"], ["updated_at", "2016-10-07 19:18:16.088864"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores ad magnam praesentium iusto.\",\"body\":\"If we transmit the sensor, we can get to the EXE sensor through the multi-byte IB bandwidth!\"}"], ["created_at", "2016-10-07 19:18:16.089753"], ["updated_at", "2016-10-07 19:18:16.089753"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id suscipit possimus corrupti dolores sapiente dolor iusto.\",\"body\":\"Try to index the XSS array, maybe it will bypass the back-end interface!\"}"], ["created_at", "2016-10-07 19:18:16.090665"], ["updated_at", "2016-10-07 19:18:16.090665"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex soluta aut molestiae quo ab.\",\"body\":\"I'll transmit the bluetooth XSS sensor, that should application the SMS port!\"}"], ["created_at", "2016-10-07 19:18:16.091503"], ["updated_at", "2016-10-07 19:18:16.091503"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint quia voluptas corrupti.\",\"body\":\"Bypassing the sensor won't do anything, we need to back up the online sas panel!\"}"], ["created_at", "2016-10-07 19:18:16.092367"], ["updated_at", "2016-10-07 19:18:16.092367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit qui consequuntur delectus et debitis sed ut.\",\"body\":\"You can't compress the sensor without generating the neural SCSI capacitor!\"}"], ["created_at", "2016-10-07 19:18:16.093232"], ["updated_at", "2016-10-07 19:18:16.093232"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam et qui.\",\"body\":\"We need to reboot the redundant PCI hard drive!\"}"], ["created_at", "2016-10-07 19:18:16.094093"], ["updated_at", "2016-10-07 19:18:16.094093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto est qui dignissimos sit doloribus quas velit.\",\"body\":\"I'll copy the wireless HTTP alarm, that should bandwidth the GB matrix!\"}"], ["created_at", "2016-10-07 19:18:16.094964"], ["updated_at", "2016-10-07 19:18:16.094964"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit expedita est quos in.\",\"body\":\"Try to calculate the IB card, maybe it will input the digital feed!\"}"], ["created_at", "2016-10-07 19:18:16.095825"], ["updated_at", "2016-10-07 19:18:16.095825"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum reprehenderit deleniti dolores necessitatibus ducimus.\",\"body\":\"You can't generate the card without programming the digital JBOD circuit!\"}"], ["created_at", "2016-10-07 19:18:16.096666"], ["updated_at", "2016-10-07 19:18:16.096666"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi magnam quo ex molestiae eius.\",\"body\":\"If we bypass the hard drive, we can get to the SMS capacitor through the redundant IB driver!\"}"], ["created_at", "2016-10-07 19:18:16.097594"], ["updated_at", "2016-10-07 19:18:16.097594"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis hic tempore labore.\",\"body\":\"Generating the program won't do anything, we need to compress the online xml sensor!\"}"], ["created_at", "2016-10-07 19:18:16.098642"], ["updated_at", "2016-10-07 19:18:16.098642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti ut tempore vero quaerat sit.\",\"body\":\"Try to navigate the USB hard drive, maybe it will input the optical matrix!\"}"], ["created_at", "2016-10-07 19:18:16.099572"], ["updated_at", "2016-10-07 19:18:16.099572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam reiciendis earum.\",\"body\":\"Use the cross-platform JSON bus, then you can reboot the open-source application!\"}"], ["created_at", "2016-10-07 19:18:16.100440"], ["updated_at", "2016-10-07 19:18:16.100440"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eveniet non reiciendis velit rerum ab.\",\"body\":\"Try to program the THX sensor, maybe it will program the 1080p panel!\"}"], ["created_at", "2016-10-07 19:18:16.101288"], ["updated_at", "2016-10-07 19:18:16.101288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet ex aliquam ipsam eum tenetur est.\",\"body\":\"I'll bypass the primary CSS firewall, that should application the SAS program!\"}"], ["created_at", "2016-10-07 19:18:16.102160"], ["updated_at", "2016-10-07 19:18:16.102160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia dolores quia molestias.\",\"body\":\"Backing up the driver won't do anything, we need to quantify the cross-platform exe system!\"}"], ["created_at", "2016-10-07 19:18:16.103038"], ["updated_at", "2016-10-07 19:18:16.103038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid autem tempora reprehenderit.\",\"body\":\"We need to reboot the back-end SCSI bus!\"}"], ["created_at", "2016-10-07 19:18:16.103891"], ["updated_at", "2016-10-07 19:18:16.103891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quia expedita nemo ipsam asperiores.\",\"body\":\"We need to quantify the back-end IB bus!\"}"], ["created_at", "2016-10-07 19:18:16.104752"], ["updated_at", "2016-10-07 19:18:16.104752"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam nesciunt aliquid qui eius aut sint quia.\",\"body\":\"I'll quantify the mobile RSS interface, that should system the SMTP protocol!\"}"], ["created_at", "2016-10-07 19:18:16.105638"], ["updated_at", "2016-10-07 19:18:16.105638"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit aut eum esse qui provident odio voluptatem.\",\"body\":\"Use the redundant SCSI capacitor, then you can back up the optical protocol!\"}"], ["created_at", "2016-10-07 19:18:16.106521"], ["updated_at", "2016-10-07 19:18:16.106521"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat odio esse vitae rerum magnam cumque est.\",\"body\":\"The FTP alarm is down, program the multi-byte program so we can navigate the RAM hard drive!\"}"], ["created_at", "2016-10-07 19:18:16.107387"], ["updated_at", "2016-10-07 19:18:16.107387"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo autem ipsa.\",\"body\":\"Try to back up the XSS capacitor, maybe it will program the auxiliary program!\"}"], ["created_at", "2016-10-07 19:18:16.108260"], ["updated_at", "2016-10-07 19:18:16.108260"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus quasi dicta reiciendis aut dignissimos provident est.\",\"body\":\"We need to parse the solid state HTTP matrix!\"}"], ["created_at", "2016-10-07 19:18:16.109131"], ["updated_at", "2016-10-07 19:18:16.109131"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae iure dignissimos aperiam.\",\"body\":\"Use the 1080p XML interface, then you can quantify the multi-byte microchip!\"}"], ["created_at", "2016-10-07 19:18:16.109964"], ["updated_at", "2016-10-07 19:18:16.109964"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro non qui.\",\"body\":\"You can't calculate the program without programming the digital SMTP array!\"}"], ["created_at", "2016-10-07 19:18:16.110829"], ["updated_at", "2016-10-07 19:18:16.110829"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate voluptatum a qui voluptatem sit delectus aspernatur.\",\"body\":\"We need to copy the multi-byte FTP firewall!\"}"], ["created_at", "2016-10-07 19:18:16.111726"], ["updated_at", "2016-10-07 19:18:16.111726"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam est aut dolores.\",\"body\":\"The EXE feed is down, compress the neural program so we can input the ADP microchip!\"}"], ["created_at", "2016-10-07 19:18:16.112589"], ["updated_at", "2016-10-07 19:18:16.112589"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia et repudiandae culpa tenetur.\",\"body\":\"We need to back up the auxiliary RSS driver!\"}"], ["created_at", "2016-10-07 19:18:16.113454"], ["updated_at", "2016-10-07 19:18:16.113454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur sit fuga ea nam delectus.\",\"body\":\"Use the open-source XML bus, then you can transmit the cross-platform transmitter!\"}"], ["created_at", "2016-10-07 19:18:16.114294"], ["updated_at", "2016-10-07 19:18:16.114294"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus vel possimus.\",\"body\":\"Use the open-source CSS system, then you can compress the open-source circuit!\"}"], ["created_at", "2016-10-07 19:18:16.115182"], ["updated_at", "2016-10-07 19:18:16.115182"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae sit distinctio in harum incidunt odio.\",\"body\":\"I'll hack the auxiliary GB pixel, that should bus the EXE feed!\"}"], ["created_at", "2016-10-07 19:18:16.116044"], ["updated_at", "2016-10-07 19:18:16.116044"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto tenetur dolor.\",\"body\":\"You can't calculate the interface without synthesizing the optical FTP program!\"}"], ["created_at", "2016-10-07 19:18:16.116906"], ["updated_at", "2016-10-07 19:18:16.116906"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex omnis ad consectetur temporibus.\",\"body\":\"Try to navigate the SQL firewall, maybe it will generate the virtual application!\"}"], ["created_at", "2016-10-07 19:18:16.117774"], ["updated_at", "2016-10-07 19:18:16.117774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed libero veniam ex minus.\",\"body\":\"We need to override the back-end SDD capacitor!\"}"], ["created_at", "2016-10-07 19:18:16.118656"], ["updated_at", "2016-10-07 19:18:16.118656"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim et nihil ut.\",\"body\":\"Try to reboot the SCSI interface, maybe it will connect the wireless application!\"}"], ["created_at", "2016-10-07 19:18:16.119491"], ["updated_at", "2016-10-07 19:18:16.119491"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est suscipit quia et quia.\",\"body\":\"We need to generate the wireless PNG panel!\"}"], ["created_at", "2016-10-07 19:18:16.120359"], ["updated_at", "2016-10-07 19:18:16.120359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum quia fugiat voluptatibus.\",\"body\":\"I'll input the primary SAS application, that should hard drive the RAM panel!\"}"], ["created_at", "2016-10-07 19:18:16.121224"], ["updated_at", "2016-10-07 19:18:16.121224"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id et nam iste omnis eum.\",\"body\":\"Use the redundant SDD feed, then you can connect the wireless sensor!\"}"], ["created_at", "2016-10-07 19:18:16.122122"], ["updated_at", "2016-10-07 19:18:16.122122"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ipsa vitae nisi sit praesentium.\",\"body\":\"Quantifying the application won't do anything, we need to index the digital ai port!\"}"], ["created_at", "2016-10-07 19:18:16.123024"], ["updated_at", "2016-10-07 19:18:16.123024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem eveniet dolorem natus asperiores illo.\",\"body\":\"You can't quantify the alarm without bypassing the multi-byte SMS capacitor!\"}"], ["created_at", "2016-10-07 19:18:16.123916"], ["updated_at", "2016-10-07 19:18:16.123916"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui labore quae nemo.\",\"body\":\"You can't copy the program without transmitting the online JSON card!\"}"], ["created_at", "2016-10-07 19:18:16.124803"], ["updated_at", "2016-10-07 19:18:16.124803"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet aut dicta voluptate.\",\"body\":\"The HDD monitor is down, connect the primary bus so we can compress the PCI capacitor!\"}"], ["created_at", "2016-10-07 19:18:16.125688"], ["updated_at", "2016-10-07 19:18:16.125688"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa natus aliquam exercitationem quia provident.\",\"body\":\"You can't synthesize the panel without programming the online AI firewall!\"}"], ["created_at", "2016-10-07 19:18:16.126585"], ["updated_at", "2016-10-07 19:18:16.126585"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet labore quaerat nemo assumenda qui eaque.\",\"body\":\"I'll transmit the 1080p AGP array, that should transmitter the AI application!\"}"], ["created_at", "2016-10-07 19:18:16.127472"], ["updated_at", "2016-10-07 19:18:16.127472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis nulla mollitia magni nihil voluptatem consectetur.\",\"body\":\"We need to back up the bluetooth EXE application!\"}"], ["created_at", "2016-10-07 19:18:16.128359"], ["updated_at", "2016-10-07 19:18:16.128359"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam nulla ea.\",\"body\":\"Backing up the array won't do anything, we need to index the 1080p hdd program!\"}"], ["created_at", "2016-10-07 19:18:16.129264"], ["updated_at", "2016-10-07 19:18:16.129264"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae rerum hic provident vitae.\",\"body\":\"I'll parse the bluetooth XML feed, that should bandwidth the JSON system!\"}"], ["created_at", "2016-10-07 19:18:16.130163"], ["updated_at", "2016-10-07 19:18:16.130163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas aut quaerat impedit est corrupti.\",\"body\":\"The RSS panel is down, synthesize the optical application so we can override the SAS interface!\"}"], ["created_at", "2016-10-07 19:18:16.131080"], ["updated_at", "2016-10-07 19:18:16.131080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum enim repudiandae blanditiis minus.\",\"body\":\"Copying the system won't do anything, we need to compress the online json bus!\"}"], ["created_at", "2016-10-07 19:18:16.131973"], ["updated_at", "2016-10-07 19:18:16.131973"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat ea architecto exercitationem.\",\"body\":\"We need to bypass the back-end THX protocol!\"}"], ["created_at", "2016-10-07 19:18:16.132848"], ["updated_at", "2016-10-07 19:18:16.132848"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima labore occaecati aut tenetur dignissimos dolorum.\",\"body\":\"Use the wireless SMS driver, then you can input the redundant alarm!\"}"], ["created_at", "2016-10-07 19:18:16.133733"], ["updated_at", "2016-10-07 19:18:16.133733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat tenetur aliquid.\",\"body\":\"Quantifying the bus won't do anything, we need to copy the primary xml bandwidth!\"}"], ["created_at", "2016-10-07 19:18:16.134628"], ["updated_at", "2016-10-07 19:18:16.134628"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae eligendi in odio aut magnam vel.\",\"body\":\"Try to override the GB microchip, maybe it will synthesize the wireless transmitter!\"}"], ["created_at", "2016-10-07 19:18:16.135501"], ["updated_at", "2016-10-07 19:18:16.135501"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus earum vel totam.\",\"body\":\"The HTTP card is down, calculate the 1080p monitor so we can quantify the SMS driver!\"}"], ["created_at", "2016-10-07 19:18:16.136389"], ["updated_at", "2016-10-07 19:18:16.136389"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et saepe aut sit.\",\"body\":\"Try to compress the SDD port, maybe it will compress the open-source panel!\"}"], ["created_at", "2016-10-07 19:18:16.137250"], ["updated_at", "2016-10-07 19:18:16.137250"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi ullam qui veniam nihil qui.\",\"body\":\"The TCP system is down, back up the haptic capacitor so we can hack the ADP capacitor!\"}"], ["created_at", "2016-10-07 19:18:16.138131"], ["updated_at", "2016-10-07 19:18:16.138131"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus amet et.\",\"body\":\"I'll copy the multi-byte SMTP capacitor, that should array the EXE hard drive!\"}"], ["created_at", "2016-10-07 19:18:16.139057"], ["updated_at", "2016-10-07 19:18:16.139057"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate tempore totam sed.\",\"body\":\"If we copy the program, we can get to the SQL matrix through the 1080p COM card!\"}"], ["created_at", "2016-10-07 19:18:16.139923"], ["updated_at", "2016-10-07 19:18:16.139923"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores illo eum modi ut.\",\"body\":\"Try to calculate the GB system, maybe it will calculate the online bus!\"}"], ["created_at", "2016-10-07 19:18:16.140795"], ["updated_at", "2016-10-07 19:18:16.140795"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa quia iste.\",\"body\":\"We need to override the haptic IB port!\"}"], ["created_at", "2016-10-07 19:18:16.141657"], ["updated_at", "2016-10-07 19:18:16.141657"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus praesentium aperiam quos ea vero.\",\"body\":\"I'll calculate the auxiliary RAM hard drive, that should alarm the TCP matrix!\"}"], ["created_at", "2016-10-07 19:18:16.142529"], ["updated_at", "2016-10-07 19:18:16.142529"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque quae exercitationem et aspernatur.\",\"body\":\"We need to copy the solid state JBOD system!\"}"], ["created_at", "2016-10-07 19:18:16.143417"], ["updated_at", "2016-10-07 19:18:16.143417"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis incidunt eveniet.\",\"body\":\"We need to compress the digital XSS microchip!\"}"], ["created_at", "2016-10-07 19:18:16.144276"], ["updated_at", "2016-10-07 19:18:16.144276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut adipisci quas repellendus.\",\"body\":\"I'll compress the bluetooth XML feed, that should application the EXE card!\"}"], ["created_at", "2016-10-07 19:18:16.145157"], ["updated_at", "2016-10-07 19:18:16.145157"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas et id id vitae quam.\",\"body\":\"Try to parse the TCP circuit, maybe it will hack the online capacitor!\"}"], ["created_at", "2016-10-07 19:18:16.146018"], ["updated_at", "2016-10-07 19:18:16.146018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus repellendus dicta ut eum suscipit aperiam aut.\",\"body\":\"We need to transmit the bluetooth HTTP array!\"}"], ["created_at", "2016-10-07 19:18:16.146895"], ["updated_at", "2016-10-07 19:18:16.146895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut magni et.\",\"body\":\"The RAM sensor is down, hack the 1080p port so we can transmit the FTP protocol!\"}"], ["created_at", "2016-10-07 19:18:16.147791"], ["updated_at", "2016-10-07 19:18:16.147791"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quos quibusdam deleniti.\",\"body\":\"I'll transmit the cross-platform XSS pixel, that should card the GB transmitter!\"}"], ["created_at", "2016-10-07 19:18:16.148666"], ["updated_at", "2016-10-07 19:18:16.148666"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore sed cupiditate voluptate ut optio assumenda explicabo.\",\"body\":\"Use the redundant EXE pixel, then you can transmit the neural pixel!\"}"], ["created_at", "2016-10-07 19:18:16.149534"], ["updated_at", "2016-10-07 19:18:16.149534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis eum incidunt repellat velit et ad.\",\"body\":\"If we reboot the matrix, we can get to the COM microchip through the online COM panel!\"}"], ["created_at", "2016-10-07 19:18:16.150398"], ["updated_at", "2016-10-07 19:18:16.150398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo commodi natus odit aut enim placeat.\",\"body\":\"Try to compress the RAM system, maybe it will quantify the neural circuit!\"}"], ["created_at", "2016-10-07 19:18:16.151284"], ["updated_at", "2016-10-07 19:18:16.151284"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut et praesentium asperiores.\",\"body\":\"Try to index the IB bus, maybe it will input the multi-byte sensor!\"}"], ["created_at", "2016-10-07 19:18:16.152175"], ["updated_at", "2016-10-07 19:18:16.152175"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est aut qui culpa dolorem voluptatem asperiores.\",\"body\":\"The CSS pixel is down, transmit the back-end system so we can quantify the HTTP circuit!\"}"], ["created_at", "2016-10-07 19:18:16.153077"], ["updated_at", "2016-10-07 19:18:16.153077"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur officia voluptatem odit quasi.\",\"body\":\"Try to index the CSS array, maybe it will parse the neural program!\"}"], ["created_at", "2016-10-07 19:18:16.153969"], ["updated_at", "2016-10-07 19:18:16.153969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio qui deleniti rerum earum et blanditiis.\",\"body\":\"You can't copy the firewall without bypassing the virtual TCP microchip!\"}"], ["created_at", "2016-10-07 19:18:16.154872"], ["updated_at", "2016-10-07 19:18:16.154872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure vitae consequatur.\",\"body\":\"The SMS sensor is down, synthesize the mobile driver so we can parse the IB panel!\"}"], ["created_at", "2016-10-07 19:18:16.155778"], ["updated_at", "2016-10-07 19:18:16.155778"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius temporibus sit officia dolor voluptates.\",\"body\":\"If we copy the hard drive, we can get to the XSS circuit through the mobile SQL firewall!\"}"], ["created_at", "2016-10-07 19:18:16.156680"], ["updated_at", "2016-10-07 19:18:16.156680"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo quasi eaque sit exercitationem.\",\"body\":\"Use the mobile USB array, then you can quantify the open-source protocol!\"}"], ["created_at", "2016-10-07 19:18:16.157567"], ["updated_at", "2016-10-07 19:18:16.157567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus animi reprehenderit veritatis rerum amet dolorum.\",\"body\":\"Generating the sensor won't do anything, we need to navigate the multi-byte xss alarm!\"}"], ["created_at", "2016-10-07 19:18:16.158461"], ["updated_at", "2016-10-07 19:18:16.158461"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur neque quasi consequatur molestiae voluptas.\",\"body\":\"I'll transmit the optical SDD driver, that should driver the XML system!\"}"], ["created_at", "2016-10-07 19:18:16.159351"], ["updated_at", "2016-10-07 19:18:16.159351"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus voluptate ratione vero.\",\"body\":\"We need to calculate the solid state SSL array!\"}"], ["created_at", "2016-10-07 19:18:16.160218"], ["updated_at", "2016-10-07 19:18:16.160218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel at deserunt cumque vitae et.\",\"body\":\"If we back up the sensor, we can get to the XML application through the virtual CSS program!\"}"], ["created_at", "2016-10-07 19:18:16.161104"], ["updated_at", "2016-10-07 19:18:16.161104"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima voluptate aut.\",\"body\":\"Quantifying the program won't do anything, we need to parse the solid state sql microchip!\"}"], ["created_at", "2016-10-07 19:18:16.161988"], ["updated_at", "2016-10-07 19:18:16.161988"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis voluptas corporis nisi omnis incidunt quia.\",\"body\":\"Use the cross-platform FTP circuit, then you can quantify the 1080p application!\"}"], ["created_at", "2016-10-07 19:18:16.162891"], ["updated_at", "2016-10-07 19:18:16.162891"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est nihil explicabo voluptatem facilis ad.\",\"body\":\"If we program the interface, we can get to the JBOD firewall through the virtual SAS circuit!\"}"], ["created_at", "2016-10-07 19:18:16.163772"], ["updated_at", "2016-10-07 19:18:16.163772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi ipsum fugiat est ut possimus et praesentium.\",\"body\":\"I'll generate the digital HTTP system, that should transmitter the FTP capacitor!\"}"], ["created_at", "2016-10-07 19:18:16.164675"], ["updated_at", "2016-10-07 19:18:16.164675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident eum iure ad ut voluptas consequatur.\",\"body\":\"The RSS program is down, reboot the primary interface so we can back up the SSL application!\"}"], ["created_at", "2016-10-07 19:18:16.165549"], ["updated_at", "2016-10-07 19:18:16.165549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse atque vel et neque ea dignissimos.\",\"body\":\"Use the mobile HDD bus, then you can input the auxiliary application!\"}"], ["created_at", "2016-10-07 19:18:16.166415"], ["updated_at", "2016-10-07 19:18:16.166415"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore quis qui ea sint adipisci omnis earum.\",\"body\":\"We need to hack the back-end USB feed!\"}"], ["created_at", "2016-10-07 19:18:16.167346"], ["updated_at", "2016-10-07 19:18:16.167346"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum repellat incidunt quia mollitia enim illo recusandae.\",\"body\":\"Try to index the XML firewall, maybe it will navigate the open-source application!\"}"], ["created_at", "2016-10-07 19:18:16.168202"], ["updated_at", "2016-10-07 19:18:16.168202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum eum ratione autem.\",\"body\":\"You can't override the panel without generating the virtual SMTP port!\"}"], ["created_at", "2016-10-07 19:18:16.169057"], ["updated_at", "2016-10-07 19:18:16.169057"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo doloremque et et provident earum.\",\"body\":\"Copying the firewall won't do anything, we need to input the solid state exe monitor!\"}"], ["created_at", "2016-10-07 19:18:16.169944"], ["updated_at", "2016-10-07 19:18:16.169944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui accusantium aut saepe itaque qui quisquam voluptate.\",\"body\":\"Transmitting the driver won't do anything, we need to reboot the primary agp protocol!\"}"], ["created_at", "2016-10-07 19:18:16.170847"], ["updated_at", "2016-10-07 19:18:16.170847"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius occaecati rem.\",\"body\":\"I'll override the open-source RSS array, that should feed the PNG feed!\"}"], ["created_at", "2016-10-07 19:18:16.171705"], ["updated_at", "2016-10-07 19:18:16.171705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum veniam optio libero rerum.\",\"body\":\"Copying the hard drive won't do anything, we need to calculate the solid state pci firewall!\"}"], ["created_at", "2016-10-07 19:18:16.172601"], ["updated_at", "2016-10-07 19:18:16.172601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum ut nostrum minus.\",\"body\":\"The TCP feed is down, compress the back-end alarm so we can index the AGP panel!\"}"], ["created_at", "2016-10-07 19:18:16.173481"], ["updated_at", "2016-10-07 19:18:16.173481"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis iste rerum impedit consectetur quia esse.\",\"body\":\"If we reboot the pixel, we can get to the XML transmitter through the optical SMS array!\"}"], ["created_at", "2016-10-07 19:18:16.174375"], ["updated_at", "2016-10-07 19:18:16.174375"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui repudiandae quod dolorem commodi vel pariatur.\",\"body\":\"We need to program the wireless SAS application!\"}"], ["created_at", "2016-10-07 19:18:16.175274"], ["updated_at", "2016-10-07 19:18:16.175274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem explicabo similique ut.\",\"body\":\"Navigating the microchip won't do anything, we need to program the back-end scsi bus!\"}"], ["created_at", "2016-10-07 19:18:16.176136"], ["updated_at", "2016-10-07 19:18:16.176136"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut minima in maiores.\",\"body\":\"Try to input the RSS panel, maybe it will program the back-end card!\"}"], ["created_at", "2016-10-07 19:18:16.177003"], ["updated_at", "2016-10-07 19:18:16.177003"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt consectetur consequatur perspiciatis magni sit delectus.\",\"body\":\"We need to bypass the haptic PNG hard drive!\"}"], ["created_at", "2016-10-07 19:18:16.177896"], ["updated_at", "2016-10-07 19:18:16.177896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae laboriosam esse cupiditate placeat architecto nulla.\",\"body\":\"We need to parse the neural TCP array!\"}"], ["created_at", "2016-10-07 19:18:16.178841"], ["updated_at", "2016-10-07 19:18:16.178841"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis et nemo repellendus.\",\"body\":\"If we synthesize the monitor, we can get to the JSON hard drive through the 1080p THX feed!\"}"], ["created_at", "2016-10-07 19:18:16.179733"], ["updated_at", "2016-10-07 19:18:16.179733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto et perspiciatis corrupti et aut harum consequuntur.\",\"body\":\"If we override the hard drive, we can get to the XML capacitor through the multi-byte HDD system!\"}"], ["created_at", "2016-10-07 19:18:16.180619"], ["updated_at", "2016-10-07 19:18:16.180619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut facilis corrupti nihil autem et.\",\"body\":\"The COM bandwidth is down, parse the virtual system so we can generate the TCP capacitor!\"}"], ["created_at", "2016-10-07 19:18:16.181548"], ["updated_at", "2016-10-07 19:18:16.181548"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum a esse dignissimos distinctio nesciunt ipsum.\",\"body\":\"You can't quantify the system without compressing the primary SMS hard drive!\"}"], ["created_at", "2016-10-07 19:18:16.182416"], ["updated_at", "2016-10-07 19:18:16.182416"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos vitae harum debitis aut et et.\",\"body\":\"Calculating the interface won't do anything, we need to navigate the virtual ssl pixel!\"}"], ["created_at", "2016-10-07 19:18:16.183327"], ["updated_at", "2016-10-07 19:18:16.183327"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias dignissimos dolores voluptas repellendus.\",\"body\":\"Use the back-end CSS transmitter, then you can compress the 1080p protocol!\"}"], ["created_at", "2016-10-07 19:18:16.184201"], ["updated_at", "2016-10-07 19:18:16.184201"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis expedita quo iste.\",\"body\":\"I'll hack the cross-platform SQL sensor, that should bandwidth the SMTP capacitor!\"}"], ["created_at", "2016-10-07 19:18:16.185061"], ["updated_at", "2016-10-07 19:18:16.185061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut a enim sed unde.\",\"body\":\"Use the open-source IB firewall, then you can parse the mobile program!\"}"], ["created_at", "2016-10-07 19:18:16.185940"], ["updated_at", "2016-10-07 19:18:16.185940"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis et sequi itaque doloribus et aliquid minima.\",\"body\":\"Use the cross-platform SMTP bus, then you can connect the mobile array!\"}"], ["created_at", "2016-10-07 19:18:16.186845"], ["updated_at", "2016-10-07 19:18:16.186845"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi exercitationem consequatur quo deserunt repellat voluptatem.\",\"body\":\"Try to back up the EXE bandwidth, maybe it will connect the haptic microchip!\"}"], ["created_at", "2016-10-07 19:18:16.187739"], ["updated_at", "2016-10-07 19:18:16.187739"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta dolorum excepturi aspernatur inventore aut eveniet.\",\"body\":\"You can't back up the monitor without quantifying the optical XML circuit!\"}"], ["created_at", "2016-10-07 19:18:16.188659"], ["updated_at", "2016-10-07 19:18:16.188659"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis in reiciendis delectus magnam quis qui eum.\",\"body\":\"Try to input the COM pixel, maybe it will navigate the virtual card!\"}"], ["created_at", "2016-10-07 19:18:16.189580"], ["updated_at", "2016-10-07 19:18:16.189580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus voluptas quaerat.\",\"body\":\"Try to parse the SMS monitor, maybe it will program the 1080p application!\"}"], ["created_at", "2016-10-07 19:18:16.190486"], ["updated_at", "2016-10-07 19:18:16.190486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore vel non similique nihil.\",\"body\":\"We need to index the redundant XSS system!\"}"], ["created_at", "2016-10-07 19:18:16.191395"], ["updated_at", "2016-10-07 19:18:16.191395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut qui laborum quas.\",\"body\":\"If we quantify the bus, we can get to the SAS transmitter through the multi-byte RSS card!\"}"], ["created_at", "2016-10-07 19:18:16.192288"], ["updated_at", "2016-10-07 19:18:16.192288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa reprehenderit est officia voluptas voluptatem delectus.\",\"body\":\"We need to transmit the multi-byte HTTP interface!\"}"], ["created_at", "2016-10-07 19:18:16.193175"], ["updated_at", "2016-10-07 19:18:16.193175"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat fuga veniam.\",\"body\":\"Try to bypass the PCI hard drive, maybe it will quantify the solid state protocol!\"}"], ["created_at", "2016-10-07 19:18:16.194049"], ["updated_at", "2016-10-07 19:18:16.194049"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima aut dolorum corrupti aliquam et magni consectetur.\",\"body\":\"If we calculate the program, we can get to the GB protocol through the virtual JSON card!\"}"], ["created_at", "2016-10-07 19:18:16.194947"], ["updated_at", "2016-10-07 19:18:16.194947"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt maiores quas aut eos.\",\"body\":\"Bypassing the panel won't do anything, we need to quantify the digital ssl array!\"}"], ["created_at", "2016-10-07 19:18:16.195841"], ["updated_at", "2016-10-07 19:18:16.195841"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa sed corporis aut dolor.\",\"body\":\"Use the 1080p JSON capacitor, then you can connect the online program!\"}"], ["created_at", "2016-10-07 19:18:16.196761"], ["updated_at", "2016-10-07 19:18:16.196761"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quia vitae doloribus.\",\"body\":\"Use the virtual JSON application, then you can back up the digital protocol!\"}"], ["created_at", "2016-10-07 19:18:16.197686"], ["updated_at", "2016-10-07 19:18:16.197686"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui molestiae facilis mollitia eaque non doloremque.\",\"body\":\"Hacking the monitor won't do anything, we need to override the virtual sql hard drive!\"}"], ["created_at", "2016-10-07 19:18:16.198687"], ["updated_at", "2016-10-07 19:18:16.198687"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint error ut.\",\"body\":\"Try to reboot the AI application, maybe it will quantify the mobile protocol!\"}"], ["created_at", "2016-10-07 19:18:16.199601"], ["updated_at", "2016-10-07 19:18:16.199601"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nobis recusandae voluptatibus quos minima.\",\"body\":\"Try to copy the PNG sensor, maybe it will back up the haptic system!\"}"], ["created_at", "2016-10-07 19:18:16.200487"], ["updated_at", "2016-10-07 19:18:16.200487"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga quia et.\",\"body\":\"I'll generate the cross-platform SMTP firewall, that should program the JSON port!\"}"], ["created_at", "2016-10-07 19:18:16.201398"], ["updated_at", "2016-10-07 19:18:16.201398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quia perspiciatis suscipit.\",\"body\":\"If we synthesize the driver, we can get to the SSL panel through the wireless AI microchip!\"}"], ["created_at", "2016-10-07 19:18:16.202283"], ["updated_at", "2016-10-07 19:18:16.202283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum dolor molestias delectus doloribus asperiores non iusto.\",\"body\":\"I'll hack the open-source IB pixel, that should interface the XML transmitter!\"}"], ["created_at", "2016-10-07 19:18:16.203222"], ["updated_at", "2016-10-07 19:18:16.203222"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia nihil accusamus nulla.\",\"body\":\"I'll program the open-source COM protocol, that should pixel the HDD matrix!\"}"], ["created_at", "2016-10-07 19:18:16.204109"], ["updated_at", "2016-10-07 19:18:16.204109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo labore consequatur iure facilis doloribus qui.\",\"body\":\"We need to transmit the open-source SAS hard drive!\"}"], ["created_at", "2016-10-07 19:18:16.205062"], ["updated_at", "2016-10-07 19:18:16.205062"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat ab doloribus iusto ea aut harum tenetur.\",\"body\":\"If we bypass the pixel, we can get to the PNG program through the wireless IB hard drive!\"}"], ["created_at", "2016-10-07 19:18:16.206006"], ["updated_at", "2016-10-07 19:18:16.206006"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas consequatur commodi voluptate dicta facere.\",\"body\":\"Try to index the ADP microchip, maybe it will calculate the optical transmitter!\"}"], ["created_at", "2016-10-07 19:18:16.206927"], ["updated_at", "2016-10-07 19:18:16.206927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur distinctio ea similique.\",\"body\":\"We need to back up the online GB system!\"}"], ["created_at", "2016-10-07 19:18:16.207832"], ["updated_at", "2016-10-07 19:18:16.207832"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis delectus amet sit vero.\",\"body\":\"We need to index the online USB capacitor!\"}"], ["created_at", "2016-10-07 19:18:16.208749"], ["updated_at", "2016-10-07 19:18:16.208749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus quia doloremque.\",\"body\":\"You can't calculate the hard drive without bypassing the wireless XML firewall!\"}"], ["created_at", "2016-10-07 19:18:16.209669"], ["updated_at", "2016-10-07 19:18:16.209669"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo sequi quaerat natus blanditiis.\",\"body\":\"You can't override the feed without synthesizing the mobile RSS application!\"}"], ["created_at", "2016-10-07 19:18:16.210577"], ["updated_at", "2016-10-07 19:18:16.210577"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sapiente est vero consequatur aperiam doloremque et.\",\"body\":\"You can't parse the microchip without backing up the 1080p AGP card!\"}"], ["created_at", "2016-10-07 19:18:16.219175"], ["updated_at", "2016-10-07 19:18:16.219175"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae molestias et est cupiditate quia dolorum.\",\"body\":\"You can't back up the alarm without copying the haptic PNG transmitter!\"}"], ["created_at", "2016-10-07 19:18:16.220299"], ["updated_at", "2016-10-07 19:18:16.220299"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem modi qui fugiat.\",\"body\":\"Use the back-end SMS capacitor, then you can synthesize the optical interface!\"}"], ["created_at", "2016-10-07 19:18:16.221202"], ["updated_at", "2016-10-07 19:18:16.221202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id quia quisquam eos dignissimos sed veritatis.\",\"body\":\"Use the 1080p TCP alarm, then you can navigate the online array!\"}"], ["created_at", "2016-10-07 19:18:16.222085"], ["updated_at", "2016-10-07 19:18:16.222085"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui non ab itaque odio vitae.\",\"body\":\"If we navigate the pixel, we can get to the THX bandwidth through the neural HDD program!\"}"], ["created_at", "2016-10-07 19:18:16.223019"], ["updated_at", "2016-10-07 19:18:16.223019"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iste et commodi.\",\"body\":\"The SDD sensor is down, transmit the neural alarm so we can quantify the ADP firewall!\"}"], ["created_at", "2016-10-07 19:18:16.223896"], ["updated_at", "2016-10-07 19:18:16.223896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi laborum amet ipsum.\",\"body\":\"If we input the bandwidth, we can get to the USB card through the auxiliary THX panel!\"}"], ["created_at", "2016-10-07 19:18:16.224758"], ["updated_at", "2016-10-07 19:18:16.224758"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam esse aspernatur doloribus quo voluptas.\",\"body\":\"You can't calculate the pixel without hacking the bluetooth FTP program!\"}"], ["created_at", "2016-10-07 19:18:16.225614"], ["updated_at", "2016-10-07 19:18:16.225614"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore deserunt vitae dignissimos mollitia.\",\"body\":\"Try to input the IB alarm, maybe it will hack the neural card!\"}"], ["created_at", "2016-10-07 19:18:16.226457"], ["updated_at", "2016-10-07 19:18:16.226457"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor ab amet asperiores.\",\"body\":\"We need to parse the open-source SDD driver!\"}"], ["created_at", "2016-10-07 19:18:16.227365"], ["updated_at", "2016-10-07 19:18:16.227365"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus labore quas magnam odit.\",\"body\":\"Try to back up the THX microchip, maybe it will navigate the optical card!\"}"], ["created_at", "2016-10-07 19:18:16.228226"], ["updated_at", "2016-10-07 19:18:16.228226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut qui pariatur ipsa aliquam cumque.\",\"body\":\"Use the primary SSL driver, then you can input the haptic panel!\"}"], ["created_at", "2016-10-07 19:18:16.229088"], ["updated_at", "2016-10-07 19:18:16.229088"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit illum similique aut fuga qui.\",\"body\":\"Try to connect the SCSI circuit, maybe it will program the mobile sensor!\"}"], ["created_at", "2016-10-07 19:18:16.229946"], ["updated_at", "2016-10-07 19:18:16.229946"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur consequuntur fugit recusandae vero.\",\"body\":\"If we program the panel, we can get to the SAS bus through the auxiliary XSS bus!\"}"], ["created_at", "2016-10-07 19:18:16.230840"], ["updated_at", "2016-10-07 19:18:16.230840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum aut corrupti deleniti voluptatem non.\",\"body\":\"I'll bypass the cross-platform HDD firewall, that should protocol the JSON panel!\"}"], ["created_at", "2016-10-07 19:18:16.231741"], ["updated_at", "2016-10-07 19:18:16.231741"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit exercitationem aperiam dicta.\",\"body\":\"Use the solid state SQL card, then you can bypass the bluetooth feed!\"}"], ["created_at", "2016-10-07 19:18:16.232608"], ["updated_at", "2016-10-07 19:18:16.232608"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum vero dolore ipsam ut.\",\"body\":\"I'll transmit the back-end TCP driver, that should transmitter the THX matrix!\"}"], ["created_at", "2016-10-07 19:18:16.233473"], ["updated_at", "2016-10-07 19:18:16.233473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In aut aut.\",\"body\":\"If we input the pixel, we can get to the SMTP sensor through the solid state GB microchip!\"}"], ["created_at", "2016-10-07 19:18:16.234337"], ["updated_at", "2016-10-07 19:18:16.234337"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit quis quibusdam corrupti.\",\"body\":\"We need to synthesize the primary AI alarm!\"}"], ["created_at", "2016-10-07 19:18:16.235236"], ["updated_at", "2016-10-07 19:18:16.235236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit eum enim.\",\"body\":\"We need to navigate the auxiliary HTTP system!\"}"], ["created_at", "2016-10-07 19:18:16.236093"], ["updated_at", "2016-10-07 19:18:16.236093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos fuga et repudiandae quam ratione est ut.\",\"body\":\"Use the back-end ADP feed, then you can bypass the 1080p program!\"}"], ["created_at", "2016-10-07 19:18:16.236953"], ["updated_at", "2016-10-07 19:18:16.236953"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam et voluptate voluptas iusto.\",\"body\":\"Quantifying the bandwidth won't do anything, we need to generate the solid state rss matrix!\"}"], ["created_at", "2016-10-07 19:18:16.237822"], ["updated_at", "2016-10-07 19:18:16.237822"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio enim molestiae eius quis eaque dolore.\",\"body\":\"You can't back up the capacitor without compressing the virtual TCP system!\"}"], ["created_at", "2016-10-07 19:18:16.238750"], ["updated_at", "2016-10-07 19:18:16.238750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius neque ut.\",\"body\":\"Use the redundant SAS bus, then you can index the cross-platform monitor!\"}"], ["created_at", "2016-10-07 19:18:16.239601"], ["updated_at", "2016-10-07 19:18:16.239601"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui est magnam qui dolorem error debitis et.\",\"body\":\"If we bypass the capacitor, we can get to the RAM interface through the redundant JBOD monitor!\"}"], ["created_at", "2016-10-07 19:18:16.240483"], ["updated_at", "2016-10-07 19:18:16.240483"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt corrupti laudantium odio velit.\",\"body\":\"The PCI system is down, calculate the redundant microchip so we can generate the TCP array!\"}"], ["created_at", "2016-10-07 19:18:16.241358"], ["updated_at", "2016-10-07 19:18:16.241358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic ratione consequatur omnis.\",\"body\":\"Calculating the array won't do anything, we need to input the digital ram system!\"}"], ["created_at", "2016-10-07 19:18:16.242229"], ["updated_at", "2016-10-07 19:18:16.242229"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa eaque vitae.\",\"body\":\"Use the mobile SAS transmitter, then you can calculate the auxiliary bus!\"}"], ["created_at", "2016-10-07 19:18:16.243108"], ["updated_at", "2016-10-07 19:18:16.243108"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui laudantium laborum minima.\",\"body\":\"I'll compress the mobile SCSI bus, that should driver the EXE circuit!\"}"], ["created_at", "2016-10-07 19:18:16.243979"], ["updated_at", "2016-10-07 19:18:16.243979"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim necessitatibus voluptate at unde commodi.\",\"body\":\"Parsing the matrix won't do anything, we need to copy the bluetooth ram bandwidth!\"}"], ["created_at", "2016-10-07 19:18:16.244842"], ["updated_at", "2016-10-07 19:18:16.244842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non et eos id id possimus error.\",\"body\":\"You can't back up the array without hacking the solid state RSS monitor!\"}"], ["created_at", "2016-10-07 19:18:16.245711"], ["updated_at", "2016-10-07 19:18:16.245711"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et non dicta aspernatur.\",\"body\":\"We need to program the online THX sensor!\"}"], ["created_at", "2016-10-07 19:18:16.246591"], ["updated_at", "2016-10-07 19:18:16.246591"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis maiores alias voluptatem tenetur.\",\"body\":\"I'll hack the mobile PCI transmitter, that should transmitter the FTP application!\"}"], ["created_at", "2016-10-07 19:18:16.247445"], ["updated_at", "2016-10-07 19:18:16.247445"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut fugiat distinctio ut similique temporibus provident in.\",\"body\":\"We need to bypass the redundant RAM panel!\"}"], ["created_at", "2016-10-07 19:18:16.248329"], ["updated_at", "2016-10-07 19:18:16.248329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ullam aspernatur velit minus earum nisi.\",\"body\":\"Try to input the SMS hard drive, maybe it will back up the bluetooth bandwidth!\"}"], ["created_at", "2016-10-07 19:18:16.249202"], ["updated_at", "2016-10-07 19:18:16.249202"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est labore odit.\",\"body\":\"If we connect the feed, we can get to the COM microchip through the redundant USB program!\"}"], ["created_at", "2016-10-07 19:18:16.250060"], ["updated_at", "2016-10-07 19:18:16.250060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi impedit aut beatae.\",\"body\":\"You can't generate the protocol without overriding the wireless CSS circuit!\"}"], ["created_at", "2016-10-07 19:18:16.250955"], ["updated_at", "2016-10-07 19:18:16.250955"]]  (8.1ms) commit transaction  (0.6ms) SELECT "jera_push_devices"."id" FROM "jera_push_devices"  (2.0ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages"  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 1], ["created_at", "2016-10-07 19:18:16.274437"], ["updated_at", "2016-10-07 19:18:16.274437"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 1], ["created_at", "2016-10-07 19:18:16.275833"], ["updated_at", "2016-10-07 19:18:16.275833"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 1], ["created_at", "2016-10-07 19:18:16.276722"], ["updated_at", "2016-10-07 19:18:16.276722"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 1], ["created_at", "2016-10-07 19:18:16.277521"], ["updated_at", "2016-10-07 19:18:16.277521"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 1], ["created_at", "2016-10-07 19:18:16.278276"], ["updated_at", "2016-10-07 19:18:16.278276"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 1], ["created_at", "2016-10-07 19:18:16.279136"], ["updated_at", "2016-10-07 19:18:16.279136"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 2], ["created_at", "2016-10-07 19:18:16.280012"], ["updated_at", "2016-10-07 19:18:16.280012"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 2], ["created_at", "2016-10-07 19:18:16.280839"], ["updated_at", "2016-10-07 19:18:16.280839"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 2], ["created_at", "2016-10-07 19:18:16.281648"], ["updated_at", "2016-10-07 19:18:16.281648"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 2], ["created_at", "2016-10-07 19:18:16.282439"], ["updated_at", "2016-10-07 19:18:16.282439"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 2], ["created_at", "2016-10-07 19:18:16.283246"], ["updated_at", "2016-10-07 19:18:16.283246"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 2], ["created_at", "2016-10-07 19:18:16.284030"], ["updated_at", "2016-10-07 19:18:16.284030"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 3], ["created_at", "2016-10-07 19:18:16.284794"], ["updated_at", "2016-10-07 19:18:16.284794"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 3], ["created_at", "2016-10-07 19:18:16.285580"], ["updated_at", "2016-10-07 19:18:16.285580"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 3], ["created_at", "2016-10-07 19:18:16.286331"], ["updated_at", "2016-10-07 19:18:16.286331"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 3], ["created_at", "2016-10-07 19:18:16.287147"], ["updated_at", "2016-10-07 19:18:16.287147"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 3], ["created_at", "2016-10-07 19:18:16.288005"], ["updated_at", "2016-10-07 19:18:16.288005"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 3], ["created_at", "2016-10-07 19:18:16.288839"], ["updated_at", "2016-10-07 19:18:16.288839"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 4], ["created_at", "2016-10-07 19:18:16.289686"], ["updated_at", "2016-10-07 19:18:16.289686"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 4], ["created_at", "2016-10-07 19:18:16.290450"], ["updated_at", "2016-10-07 19:18:16.290450"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 4], ["created_at", "2016-10-07 19:18:16.291282"], ["updated_at", "2016-10-07 19:18:16.291282"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 4], ["created_at", "2016-10-07 19:18:16.292035"], ["updated_at", "2016-10-07 19:18:16.292035"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 4], ["created_at", "2016-10-07 19:18:16.292812"], ["updated_at", "2016-10-07 19:18:16.292812"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 4], ["created_at", "2016-10-07 19:18:16.293574"], ["updated_at", "2016-10-07 19:18:16.293574"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 5], ["created_at", "2016-10-07 19:18:16.294363"], ["updated_at", "2016-10-07 19:18:16.294363"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 5], ["created_at", "2016-10-07 19:18:16.295201"], ["updated_at", "2016-10-07 19:18:16.295201"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 5], ["created_at", "2016-10-07 19:18:16.295992"], ["updated_at", "2016-10-07 19:18:16.295992"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 5], ["created_at", "2016-10-07 19:18:16.296757"], ["updated_at", "2016-10-07 19:18:16.296757"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 5], ["created_at", "2016-10-07 19:18:16.297545"], ["updated_at", "2016-10-07 19:18:16.297545"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 5], ["created_at", "2016-10-07 19:18:16.298306"], ["updated_at", "2016-10-07 19:18:16.298306"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 6], ["created_at", "2016-10-07 19:18:16.299160"], ["updated_at", "2016-10-07 19:18:16.299160"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 6], ["created_at", "2016-10-07 19:18:16.300084"], ["updated_at", "2016-10-07 19:18:16.300084"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 6], ["created_at", "2016-10-07 19:18:16.300959"], ["updated_at", "2016-10-07 19:18:16.300959"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 6], ["created_at", "2016-10-07 19:18:16.301830"], ["updated_at", "2016-10-07 19:18:16.301830"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 6], ["created_at", "2016-10-07 19:18:16.302687"], ["updated_at", "2016-10-07 19:18:16.302687"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 6], ["created_at", "2016-10-07 19:18:16.303553"], ["updated_at", "2016-10-07 19:18:16.303553"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 7], ["created_at", "2016-10-07 19:18:16.304392"], ["updated_at", "2016-10-07 19:18:16.304392"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 7], ["created_at", "2016-10-07 19:18:16.305271"], ["updated_at", "2016-10-07 19:18:16.305271"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 7], ["created_at", "2016-10-07 19:18:16.306143"], ["updated_at", "2016-10-07 19:18:16.306143"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 7], ["created_at", "2016-10-07 19:18:16.307041"], ["updated_at", "2016-10-07 19:18:16.307041"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 7], ["created_at", "2016-10-07 19:18:16.307876"], ["updated_at", "2016-10-07 19:18:16.307876"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 7], ["created_at", "2016-10-07 19:18:16.308735"], ["updated_at", "2016-10-07 19:18:16.308735"]]  (0.1ms) rollback transaction  (10.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.4ms) select sqlite_version(*)  (6.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20161005121035)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161005121035"]]  (9.8ms) commit transaction Migrating to CreateJeraPushDevices (20161006150301)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar, "platform" varchar, "resource_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_jera_push_devices_on_token" ON "jera_push_devices" ("token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_devices_on_platform" ON "jera_push_devices" ("platform")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'   (0.1ms) CREATE INDEX "index_jera_push_devices_on_resource_id" ON "jera_push_devices" ("resource_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_resource_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_resource_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "index_jera_push_devices_on_token_and_platform" ON "jera_push_devices" ("token", "platform") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161006150301"]]  (5.8ms) commit transaction Migrating to CreateJeraPushMessages (20161006150302)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "jera_push_messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161006150302"]]  (5.5ms) commit transaction Migrating to CreateJeraPushMessagesDevices (20161006150303)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "jera_push_messages_devices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "device_id" integer, "message_id" integer, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_jera_push_messages_devices_on_device_id" ON "jera_push_messages_devices" ("device_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index'  (0.1ms) CREATE INDEX "index_jera_push_messages_devices_on_message_id" ON "jera_push_messages_devices" ("message_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index'   (0.2ms) CREATE UNIQUE INDEX "jera_push_index_messages_id_devices_id" ON "jera_push_messages_devices" ("device_id", "message_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161006150303"]]  (5.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token_and_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_resource_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_resource_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_platform' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_platform' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_devices_on_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_devices_on_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='jera_push_index_messages_id_devices_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_message_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_jera_push_messages_devices_on_device_id' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Rafael Nogueira"], ["email", "clinton@rosenbaumcollins.info"], ["created_at", "2016-10-07 19:20:08.796326"], ["updated_at", "2016-10-07 19:20:08.796326"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Núbia Oliveira"], ["email", "ara@brakuchowalter.info"], ["created_at", "2016-10-07 19:20:08.797658"], ["updated_at", "2016-10-07 19:20:08.797658"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Pablo Albuquerque"], ["email", "sonia@schiller.org"], ["created_at", "2016-10-07 19:20:08.798585"], ["updated_at", "2016-10-07 19:20:08.798585"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Meire Saraiva Neto"], ["email", "dena@schmittmarvin.name"], ["created_at", "2016-10-07 19:20:08.799415"], ["updated_at", "2016-10-07 19:20:08.799415"]] SQL (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Ofélia Pereira Jr."], ["email", "carolyne@osinskigreenfelder.co"], ["created_at", "2016-10-07 19:20:08.800196"], ["updated_at", "2016-10-07 19:20:08.800196"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Srta. Carlos Moraes"], ["email", "chesley@effertz.info"], ["created_at", "2016-10-07 19:20:08.800959"], ["updated_at", "2016-10-07 19:20:08.800959"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Fabrícia Nogueira"], ["email", "jade@hettinger.org"], ["created_at", "2016-10-07 19:20:08.801729"], ["updated_at", "2016-10-07 19:20:08.801729"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Rafaela Silva"], ["email", "luigi.hilpert@predovic.org"], ["created_at", "2016-10-07 19:20:08.802481"], ["updated_at", "2016-10-07 19:20:08.802481"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Srta. Lorraine Pereira"], ["email", "maureen_gutkowski@bechtelarcrona.name"], ["created_at", "2016-10-07 19:20:08.803281"], ["updated_at", "2016-10-07 19:20:08.803281"]] SQL (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Márcia Franco"], ["email", "anita@lang.io"], ["created_at", "2016-10-07 19:20:08.804041"], ["updated_at", "2016-10-07 19:20:08.804041"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Rafaela Silva"], ["email", "joe@marks.org"], ["created_at", "2016-10-07 19:20:08.804855"], ["updated_at", "2016-10-07 19:20:08.804855"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Yuri Xavier"], ["email", "laverne@windler.info"], ["created_at", "2016-10-07 19:20:08.805606"], ["updated_at", "2016-10-07 19:20:08.805606"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Mércia Moreira"], ["email", "rashad.murphy@conroy.io"], ["created_at", "2016-10-07 19:20:08.806360"], ["updated_at", "2016-10-07 19:20:08.806360"]] SQL (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Elísio Melo"], ["email", "margret_funk@steuberdibbert.org"], ["created_at", "2016-10-07 19:20:08.807167"], ["updated_at", "2016-10-07 19:20:08.807167"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Suélen Braga Jr."], ["email", "zion@weimann.net"], ["created_at", "2016-10-07 19:20:08.807931"], ["updated_at", "2016-10-07 19:20:08.807931"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Gustavo Nogueira"], ["email", "leilani_howell@ruel.info"], ["created_at", "2016-10-07 19:20:08.808693"], ["updated_at", "2016-10-07 19:20:08.808693"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Dalila Moraes"], ["email", "molly_emard@schaden.info"], ["created_at", "2016-10-07 19:20:08.809461"], ["updated_at", "2016-10-07 19:20:08.809461"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Alessandro Barros Filho"], ["email", "amya.sipes@fay.co"], ["created_at", "2016-10-07 19:20:08.810221"], ["updated_at", "2016-10-07 19:20:08.810221"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Paula Pereira Neto"], ["email", "judah@wuckert.name"], ["created_at", "2016-10-07 19:20:08.811021"], ["updated_at", "2016-10-07 19:20:08.811021"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Guilherme Reis"], ["email", "danny@kuhicdaniel.net"], ["created_at", "2016-10-07 19:20:08.811794"], ["updated_at", "2016-10-07 19:20:08.811794"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Vicente Martins"], ["email", "chaim@bogisich.co"], ["created_at", "2016-10-07 19:20:08.812563"], ["updated_at", "2016-10-07 19:20:08.812563"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Meire Carvalho"], ["email", "bettie.zboncak@lowehodkiewicz.co"], ["created_at", "2016-10-07 19:20:08.813319"], ["updated_at", "2016-10-07 19:20:08.813319"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Tertuliano Franco"], ["email", "torrey_ohara@cremin.name"], ["created_at", "2016-10-07 19:20:08.814073"], ["updated_at", "2016-10-07 19:20:08.814073"]] SQL (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Lorraine Moreira Neto"], ["email", "mallory@hellerleannon.net"], ["created_at", "2016-10-07 19:20:08.814833"], ["updated_at", "2016-10-07 19:20:08.814833"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Breno Silva"], ["email", "alf@cartwright.com"], ["created_at", "2016-10-07 19:20:08.815616"], ["updated_at", "2016-10-07 19:20:08.815616"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Cecília Albuquerque Neto"], ["email", "dee@yost.org"], ["created_at", "2016-10-07 19:20:08.816377"], ["updated_at", "2016-10-07 19:20:08.816377"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Sílvia Nogueira"], ["email", "richard.langosh@grimes.co"], ["created_at", "2016-10-07 19:20:08.817142"], ["updated_at", "2016-10-07 19:20:08.817142"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Heitor Reis Neto"], ["email", "alex_corwin@walter.net"], ["created_at", "2016-10-07 19:20:08.817898"], ["updated_at", "2016-10-07 19:20:08.817898"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Júlio César Albuquerque"], ["email", "anne@wymanwehner.io"], ["created_at", "2016-10-07 19:20:08.818666"], ["updated_at", "2016-10-07 19:20:08.818666"]] SQL (0.0ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Esther Xavier"], ["email", "juston_rau@conroy.io"], ["created_at", "2016-10-07 19:20:08.819420"], ["updated_at", "2016-10-07 19:20:08.819420"]]  (6.0ms) commit transaction User Load (0.3ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9c264196afdf32432bcb8c24513f4e42229904ee4d61d41fdbd8f7e69e55aac8"], ["resource_id", 1], ["platform", "ios"], ["created_at", "2016-10-07 19:20:08.844607"], ["updated_at", "2016-10-07 19:20:08.844607"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "45c342d57b9a2cdb44c0fab8def30282f63f3887e2f070e684f3a837a12f035a"], ["resource_id", 1], ["platform", "android"], ["created_at", "2016-10-07 19:20:09.491924"], ["updated_at", "2016-10-07 19:20:09.491924"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "890664ef105ba7abab7c7c7fa6814cb6e2dcee126a9b202cf4c4d13222e63ab4"], ["resource_id", 2], ["platform", "ios"], ["created_at", "2016-10-07 19:20:10.098580"], ["updated_at", "2016-10-07 19:20:10.098580"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "30a6dba84e37215fb32e2ff7421b948957e7f7e92b1bab4265739f54186d7830"], ["resource_id", 2], ["platform", "chrome"], ["created_at", "2016-10-07 19:20:11.532669"], ["updated_at", "2016-10-07 19:20:11.532669"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f89f9a707150102421ddc9fedfefc1ac719a93f931cb9810305710b3ec0fb5ee"], ["resource_id", 3], ["platform", "ios"], ["created_at", "2016-10-07 19:20:12.881270"], ["updated_at", "2016-10-07 19:20:12.881270"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "61f42d05469c7ac5073690681b1d32106299c9bce839a02d411cf85711080a45"], ["resource_id", 3], ["platform", "android"], ["created_at", "2016-10-07 19:20:14.273902"], ["updated_at", "2016-10-07 19:20:14.273902"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ea1b787640ea8aa3fecbf546a530a474b007fab256089da31648f6547aeb264e"], ["resource_id", 4], ["platform", "chrome"], ["created_at", "2016-10-07 19:20:14.937837"], ["updated_at", "2016-10-07 19:20:14.937837"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "cd811756959de0faf1becca8edfbd982a8dae1396568f1548872d2523e13d5ae"], ["resource_id", 4], ["platform", "android"], ["created_at", "2016-10-07 19:20:15.529314"], ["updated_at", "2016-10-07 19:20:15.529314"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7aff6e388a7cbae8881a66029761ac217a90bc0147cb6664613abe5bab7138ac"], ["resource_id", 5], ["platform", "ios"], ["created_at", "2016-10-07 19:20:16.140165"], ["updated_at", "2016-10-07 19:20:16.140165"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7a395386c74e768172c9d0a00ac385c9c06fa8f750a42060aeebecca354554cb"], ["resource_id", 5], ["platform", "chrome"], ["created_at", "2016-10-07 19:20:16.745992"], ["updated_at", "2016-10-07 19:20:16.745992"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "62982eb481dbb86526aeb3b80428a4d6d0cfce17ea54591d809d7090cbd42eb1"], ["resource_id", 6], ["platform", "chrome"], ["created_at", "2016-10-07 19:20:17.368158"], ["updated_at", "2016-10-07 19:20:17.368158"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "30f1249d191ece5dd4cc942163a3caa244e1abadae96f64941800a344681f6d3"], ["resource_id", 6], ["platform", "android"], ["created_at", "2016-10-07 19:20:17.975415"], ["updated_at", "2016-10-07 19:20:17.975415"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "aad0b0482d620b4bd94ef62b19f2ed05e785ec6129ed33841d3a39c5d29f2d1d"], ["resource_id", 7], ["platform", "ios"], ["created_at", "2016-10-07 19:20:19.407658"], ["updated_at", "2016-10-07 19:20:19.407658"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1510cce43efe107899e103dd3836d884e041cac9bb687459ed13aaa52bc1984f"], ["resource_id", 7], ["platform", "android"], ["created_at", "2016-10-07 19:20:20.844433"], ["updated_at", "2016-10-07 19:20:20.844433"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "c89e0ca981543f979ccf75b381a3ce11f80b8e096acc900a20570aa12b81b49e"], ["resource_id", 8], ["platform", "ios"], ["created_at", "2016-10-07 19:20:21.436810"], ["updated_at", "2016-10-07 19:20:21.436810"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "69392c8223f196cb01e1574a2e4d8bf30c8e77cbf4d1dc74ed7f960e5fa4caa9"], ["resource_id", 8], ["platform", "chrome"], ["created_at", "2016-10-07 19:20:22.060936"], ["updated_at", "2016-10-07 19:20:22.060936"]] SQL (0.5ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "cfc2c1393d1a001efae1f725f6487858465d83bc84a3556d4acd6874bd4a78c0"], ["resource_id", 9], ["platform", "android"], ["created_at", "2016-10-07 19:20:22.672534"], ["updated_at", "2016-10-07 19:20:22.672534"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "2c7edceaf12a758a95b8d0adbd25f8f931d94bf010ba7ac2d70e90e2cc97d997"], ["resource_id", 9], ["platform", "ios"], ["created_at", "2016-10-07 19:20:23.299995"], ["updated_at", "2016-10-07 19:20:23.299995"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a70691ba82e802176faf0bd32e8835594969c96ded502452deba5729ea30232f"], ["resource_id", 10], ["platform", "ios"], ["created_at", "2016-10-07 19:20:23.922656"], ["updated_at", "2016-10-07 19:20:23.922656"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "405e1f5457ebf6fadc76f6b7df7f05150aa874c439a61f1ae8c35651baad1a26"], ["resource_id", 10], ["platform", "android"], ["created_at", "2016-10-07 19:20:24.532333"], ["updated_at", "2016-10-07 19:20:24.532333"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "749c4c4c5ff1d52bc4758047f173230d396ad993742c1147f8420550d4f76e95"], ["resource_id", 11], ["platform", "chrome"], ["created_at", "2016-10-07 19:20:25.188638"], ["updated_at", "2016-10-07 19:20:25.188638"]] Started GET "/admin" for 127.0.0.1 at 2016-10-07 16:20:26 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (32.0ms) SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "07903937b3f3234b462b10952fa64529db343faeff7fde42e3e3e604ec4397a7"], ["resource_id", 11], ["platform", "android"], ["created_at", "2016-10-07 19:20:26.955130"], ["updated_at", "2016-10-07 19:20:26.955130"]] Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-07 16:20:27 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (391.3ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (1.0ms) Completed 200 OK in 907ms (Views: 898.5ms | ActiveRecord: 0.3ms) Started GET "/assets/jera_push/jera_push.self-ae5108d782e5a95733bc51b4a37362ddecbf94d9fe4b2e8242addb7738933942.css?body=1" for 127.0.0.1 at 2016-10-07 16:20:28 -0300 SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "c86c86c04dd45d9797b14987d91245e24adc3617e03ae8db3158cafcb4353703"], ["resource_id", 12], ["platform", "android"], ["created_at", "2016-10-07 19:20:28.600661"], ["updated_at", "2016-10-07 19:20:28.600661"]] Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:20:28 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 16:20:28 -0300 SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "659806f3466855837cc8a3b3107aaf7e11aa995ceccca7f5a9fdd4dde38697fb"], ["resource_id", 12], ["platform", "ios"], ["created_at", "2016-10-07 19:20:29.551866"], ["updated_at", "2016-10-07 19:20:29.551866"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3eecaaaea9bbd1087ab268424800bc17cefccffb7b346133308071690b0ba0ca"], ["resource_id", 13], ["platform", "chrome"], ["created_at", "2016-10-07 19:20:31.032849"], ["updated_at", "2016-10-07 19:20:31.032849"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6d36fd224579928e817909af99318fb313aa2c6ceace1797c39941d98ce41d6f"], ["resource_id", 13], ["platform", "ios"], ["created_at", "2016-10-07 19:20:31.671467"], ["updated_at", "2016-10-07 19:20:31.671467"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "cf11c628e94654d7b45257fbc6ed44e5edd3ff23db85613a2b884fa9e2c483fb"], ["resource_id", 14], ["platform", "chrome"], ["created_at", "2016-10-07 19:20:32.309061"], ["updated_at", "2016-10-07 19:20:32.309061"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f037dcc4e7156da7b8795de0b4f27aa9143c73ed1e34802b90abb7943c9f98b2"], ["resource_id", 14], ["platform", "ios"], ["created_at", "2016-10-07 19:20:32.943816"], ["updated_at", "2016-10-07 19:20:32.943816"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d0610ced4adaa2804c91d88141c6fdcb9e7d9de5f5f370ea406ee2701837b761"], ["resource_id", 15], ["platform", "ios"], ["created_at", "2016-10-07 19:20:33.886247"], ["updated_at", "2016-10-07 19:20:33.886247"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f6c52823d9537c5f86eba2008fcf267808b17312c0c43b83353faf0509d26960"], ["resource_id", 15], ["platform", "android"], ["created_at", "2016-10-07 19:20:36.453511"], ["updated_at", "2016-10-07 19:20:36.453511"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "457993750056982ca959da9607861877e14285b48f56cbcabae633f6ad7531d7"], ["resource_id", 16], ["platform", "android"], ["created_at", "2016-10-07 19:20:37.064487"], ["updated_at", "2016-10-07 19:20:37.064487"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "040f2687a1fd218fd428a13642fca6630269d449c6f4bbc391fa2eb185706605"], ["resource_id", 16], ["platform", "ios"], ["created_at", "2016-10-07 19:20:37.703021"], ["updated_at", "2016-10-07 19:20:37.703021"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "c7484c60418678e10d659b9912ccbeee404be3dadef03b85bd6d5278a91e0fb1"], ["resource_id", 17], ["platform", "android"], ["created_at", "2016-10-07 19:20:38.410927"], ["updated_at", "2016-10-07 19:20:38.410927"]] SQL (0.3ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "a9b6ee4ccecc68751d2c247e6c16e0f6eddcf9f961afdf1abd93c299e87f9d39"], ["resource_id", 17], ["platform", "chrome"], ["created_at", "2016-10-07 19:20:39.812970"], ["updated_at", "2016-10-07 19:20:39.812970"]] SQL (0.5ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3fca45cc256a1820aa0b5f2523ced29e972d51ff24fbeeab3f85cafe85b64417"], ["resource_id", 18], ["platform", "chrome"], ["created_at", "2016-10-07 19:20:40.420643"], ["updated_at", "2016-10-07 19:20:40.420643"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "506f0092cbeff4aec6233be3d5bcdd15e428a3723a7aeef22566e69526ddfcb1"], ["resource_id", 18], ["platform", "android"], ["created_at", "2016-10-07 19:20:41.081879"], ["updated_at", "2016-10-07 19:20:41.081879"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "11553c495ade406f444408aa2d407102491df922d5f920324bdb19219a4c40ce"], ["resource_id", 19], ["platform", "chrome"], ["created_at", "2016-10-07 19:20:41.730815"], ["updated_at", "2016-10-07 19:20:41.730815"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ec0741f44275b9ab5186262e4e76e2d7e0b4414174b78986ff56a71d968f7559"], ["resource_id", 19], ["platform", "android"], ["created_at", "2016-10-07 19:20:42.354328"], ["updated_at", "2016-10-07 19:20:42.354328"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "e855a8bf00443700d088f24e486c77f41b5999c95d3d43432bdfe4bcd44d6a46"], ["resource_id", 20], ["platform", "ios"], ["created_at", "2016-10-07 19:20:43.762886"], ["updated_at", "2016-10-07 19:20:43.762886"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9d11024e76f4ad6a9972491b7986917c0e3bb2395c68a3a36ddfb9eac05e7745"], ["resource_id", 20], ["platform", "android"], ["created_at", "2016-10-07 19:20:44.419842"], ["updated_at", "2016-10-07 19:20:44.419842"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "1c05af74ffe552267402a6aa315d693d7f4f495acee2e9266c5ac65504a9697b"], ["resource_id", 21], ["platform", "chrome"], ["created_at", "2016-10-07 19:20:45.120919"], ["updated_at", "2016-10-07 19:20:45.120919"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "696a3766ee5b91e04101384d3f94ecb757cb284f4df87f890594aec855afb2bf"], ["resource_id", 21], ["platform", "ios"], ["created_at", "2016-10-07 19:20:48.056721"], ["updated_at", "2016-10-07 19:20:48.056721"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "da938341e282420fcaad220f930f034ba2e2eff9bbcf1f183ace0ca671bbba7b"], ["resource_id", 22], ["platform", "android"], ["created_at", "2016-10-07 19:20:48.687351"], ["updated_at", "2016-10-07 19:20:48.687351"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "d9fe557907eef124e9bfe42edb8a1c5b3872e9a722fe93928bd7948f060c7a72"], ["resource_id", 22], ["platform", "ios"], ["created_at", "2016-10-07 19:20:50.095751"], ["updated_at", "2016-10-07 19:20:50.095751"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "68f1b42175790546f5c8b27e609b68779c169c1074d8e0081931baafc7da04e8"], ["resource_id", 23], ["platform", "android"], ["created_at", "2016-10-07 19:20:50.662966"], ["updated_at", "2016-10-07 19:20:50.662966"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ae023efc234fceb55a7e00e363a456bb39637cebaef2241b5c9bc60358baaa65"], ["resource_id", 23], ["platform", "chrome"], ["created_at", "2016-10-07 19:20:51.305045"], ["updated_at", "2016-10-07 19:20:51.305045"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "c11f38051468462d3597d399d158568c3d2e4b7b101aa6ac8859fe9e16f53be6"], ["resource_id", 24], ["platform", "chrome"], ["created_at", "2016-10-07 19:20:51.899769"], ["updated_at", "2016-10-07 19:20:51.899769"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "7197efc8a958ce58147d9c9baeb6e4906dbf10c2f48daede6463044ea38a385c"], ["resource_id", 24], ["platform", "android"], ["created_at", "2016-10-07 19:20:53.341388"], ["updated_at", "2016-10-07 19:20:53.341388"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "9ec15f667790844fe3edbc7b1eeab729c1d4c420aba502cc28eaa5b4376c0077"], ["resource_id", 25], ["platform", "ios"], ["created_at", "2016-10-07 19:20:53.963757"], ["updated_at", "2016-10-07 19:20:53.963757"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "ce46dce3968b398e1c40e218465caed43721e45880277252edbb8921b34ac99f"], ["resource_id", 25], ["platform", "android"], ["created_at", "2016-10-07 19:20:54.601126"], ["updated_at", "2016-10-07 19:20:54.601126"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "3c7082af0aee6fdd3a2fa2c9078d88bcf945cdbca8e6b41f5772e462855e07f3"], ["resource_id", 26], ["platform", "android"], ["created_at", "2016-10-07 19:20:55.188991"], ["updated_at", "2016-10-07 19:20:55.188991"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "71501f7ac969aa30941e66b3b77922916b79d86b7aa9babbb84781fb9aa42555"], ["resource_id", 26], ["platform", "chrome"], ["created_at", "2016-10-07 19:20:55.792472"], ["updated_at", "2016-10-07 19:20:55.792472"]] SQL (0.2ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f69dd0d2b976e1562f31eb2af9205272993e2756c3251e51e67966692d7fe130"], ["resource_id", 27], ["platform", "android"], ["created_at", "2016-10-07 19:20:56.460772"], ["updated_at", "2016-10-07 19:20:56.460772"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "eaf8e7457e72607e30bd90fc327634f9a8898529e44672a9f8c8c4baa4ab0adb"], ["resource_id", 27], ["platform", "chrome"], ["created_at", "2016-10-07 19:20:57.047377"], ["updated_at", "2016-10-07 19:20:57.047377"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "0002e6945bf0532da5d7c6e762c7afca5ab0bb904f11e118e956975ab5936550"], ["resource_id", 28], ["platform", "android"], ["created_at", "2016-10-07 19:20:57.592297"], ["updated_at", "2016-10-07 19:20:57.592297"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f6c7c5b94bf901a51ed4b98fa1cc5851b086888473063cfec86c468c7d117c42"], ["resource_id", 28], ["platform", "ios"], ["created_at", "2016-10-07 19:20:58.165108"], ["updated_at", "2016-10-07 19:20:58.165108"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "6913c31ee331a7a5157586a4ce94b2308d26aa1ce1f9019601e9c638a40d8e32"], ["resource_id", 29], ["platform", "chrome"], ["created_at", "2016-10-07 19:20:59.520767"], ["updated_at", "2016-10-07 19:20:59.520767"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "08040fb7dc16b799f6c7a80211f97f7ddbcb9e4ae06781ef7a876dd91ef5d564"], ["resource_id", 29], ["platform", "ios"], ["created_at", "2016-10-07 19:21:00.108794"], ["updated_at", "2016-10-07 19:21:00.108794"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "635f94466835334c1ef81eb83d0b67691d7a82567abe6b0a566d1c0ad2ba178f"], ["resource_id", 30], ["platform", "android"], ["created_at", "2016-10-07 19:21:01.504958"], ["updated_at", "2016-10-07 19:21:01.504958"]] SQL (0.1ms) INSERT INTO "jera_push_devices" ("token", "resource_id", "platform", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["token", "f572ae70ad7c10c0cf831e212610a663dc30d4e4041ba14d3cb72e02b9c99d91"], ["resource_id", 30], ["platform", "chrome"], ["created_at", "2016-10-07 19:21:02.077056"], ["updated_at", "2016-10-07 19:21:02.077056"]]  (5.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices"  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil dicta doloribus ratione.\",\"body\":\"Hacking the firewall won't do anything, we need to reboot the digital agp protocol!\"}"], ["created_at", "2016-10-07 19:21:04.125152"], ["updated_at", "2016-10-07 19:21:04.125152"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum fugit reiciendis deserunt nihil vero soluta.\",\"body\":\"Try to bypass the THX program, maybe it will bypass the multi-byte array!\"}"], ["created_at", "2016-10-07 19:21:04.126769"], ["updated_at", "2016-10-07 19:21:04.126769"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis molestiae repellendus voluptas iusto id.\",\"body\":\"Use the virtual TCP circuit, then you can reboot the haptic sensor!\"}"], ["created_at", "2016-10-07 19:21:04.127909"], ["updated_at", "2016-10-07 19:21:04.127909"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et fugit sit.\",\"body\":\"If we transmit the interface, we can get to the RSS microchip through the optical AGP port!\"}"], ["created_at", "2016-10-07 19:21:04.129091"], ["updated_at", "2016-10-07 19:21:04.129091"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id iste totam blanditiis itaque omnis.\",\"body\":\"If we calculate the protocol, we can get to the SDD microchip through the multi-byte HDD bus!\"}"], ["created_at", "2016-10-07 19:21:04.130181"], ["updated_at", "2016-10-07 19:21:04.130181"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates enim atque.\",\"body\":\"Try to synthesize the GB system, maybe it will copy the back-end matrix!\"}"], ["created_at", "2016-10-07 19:21:04.131296"], ["updated_at", "2016-10-07 19:21:04.131296"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis sit dolor modi unde.\",\"body\":\"Use the optical TCP interface, then you can hack the virtual sensor!\"}"], ["created_at", "2016-10-07 19:21:04.132319"], ["updated_at", "2016-10-07 19:21:04.132319"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic repudiandae quae optio aut et.\",\"body\":\"You can't connect the application without quantifying the primary RAM array!\"}"], ["created_at", "2016-10-07 19:21:04.133324"], ["updated_at", "2016-10-07 19:21:04.133324"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni vel et aut sapiente.\",\"body\":\"Indexing the transmitter won't do anything, we need to generate the multi-byte exe pixel!\"}"], ["created_at", "2016-10-07 19:21:04.134283"], ["updated_at", "2016-10-07 19:21:04.134283"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore magni sint non in qui omnis.\",\"body\":\"We need to synthesize the mobile THX bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.135293"], ["updated_at", "2016-10-07 19:21:04.135293"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis perferendis id totam animi amet.\",\"body\":\"Use the bluetooth COM circuit, then you can input the auxiliary monitor!\"}"], ["created_at", "2016-10-07 19:21:04.136256"], ["updated_at", "2016-10-07 19:21:04.136256"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad inventore rerum nobis consequatur harum.\",\"body\":\"If we navigate the system, we can get to the SAS bus through the bluetooth JBOD sensor!\"}"], ["created_at", "2016-10-07 19:21:04.137252"], ["updated_at", "2016-10-07 19:21:04.137252"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo qui voluptatibus repellat.\",\"body\":\"Use the haptic USB array, then you can navigate the open-source sensor!\"}"], ["created_at", "2016-10-07 19:21:04.138215"], ["updated_at", "2016-10-07 19:21:04.138215"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt voluptates consequatur.\",\"body\":\"We need to index the redundant THX port!\"}"], ["created_at", "2016-10-07 19:21:04.139231"], ["updated_at", "2016-10-07 19:21:04.139231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda quam nam impedit.\",\"body\":\"Calculating the card won't do anything, we need to bypass the bluetooth ram microchip!\"}"], ["created_at", "2016-10-07 19:21:04.140181"], ["updated_at", "2016-10-07 19:21:04.140181"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos accusamus iusto iste.\",\"body\":\"I'll connect the redundant AI bandwidth, that should array the AI program!\"}"], ["created_at", "2016-10-07 19:21:04.141191"], ["updated_at", "2016-10-07 19:21:04.141191"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur illo omnis deleniti.\",\"body\":\"I'll parse the solid state SCSI panel, that should firewall the XML bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.142147"], ["updated_at", "2016-10-07 19:21:04.142147"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque quae mollitia et commodi id voluptates ea.\",\"body\":\"Transmitting the program won't do anything, we need to compress the mobile sas matrix!\"}"], ["created_at", "2016-10-07 19:21:04.143153"], ["updated_at", "2016-10-07 19:21:04.143153"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum adipisci quis tenetur natus officia.\",\"body\":\"If we quantify the alarm, we can get to the FTP bus through the mobile TCP pixel!\"}"], ["created_at", "2016-10-07 19:21:04.144097"], ["updated_at", "2016-10-07 19:21:04.144097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi repudiandae et voluptatem at nulla et velit.\",\"body\":\"I'll transmit the optical RAM matrix, that should monitor the RAM monitor!\"}"], ["created_at", "2016-10-07 19:21:04.145112"], ["updated_at", "2016-10-07 19:21:04.145112"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit illum nihil.\",\"body\":\"Indexing the capacitor won't do anything, we need to quantify the bluetooth ai microchip!\"}"], ["created_at", "2016-10-07 19:21:04.146083"], ["updated_at", "2016-10-07 19:21:04.146083"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed in quae.\",\"body\":\"If we navigate the driver, we can get to the COM pixel through the wireless PCI alarm!\"}"], ["created_at", "2016-10-07 19:21:04.147091"], ["updated_at", "2016-10-07 19:21:04.147091"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia repudiandae et.\",\"body\":\"If we quantify the bus, we can get to the XSS microchip through the back-end TCP bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.147983"], ["updated_at", "2016-10-07 19:21:04.147983"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur id repudiandae officiis quaerat.\",\"body\":\"Navigating the program won't do anything, we need to connect the digital ib application!\"}"], ["created_at", "2016-10-07 19:21:04.148904"], ["updated_at", "2016-10-07 19:21:04.148904"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi optio eum soluta.\",\"body\":\"Use the solid state THX interface, then you can synthesize the neural array!\"}"], ["created_at", "2016-10-07 19:21:04.149780"], ["updated_at", "2016-10-07 19:21:04.149780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quod sint error labore assumenda officia.\",\"body\":\"The CSS driver is down, index the wireless bandwidth so we can override the COM bus!\"}"], ["created_at", "2016-10-07 19:21:04.150735"], ["updated_at", "2016-10-07 19:21:04.150735"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum quis nobis.\",\"body\":\"Use the optical SMS system, then you can compress the haptic card!\"}"], ["created_at", "2016-10-07 19:21:04.151605"], ["updated_at", "2016-10-07 19:21:04.151605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et fuga et saepe in quo.\",\"body\":\"Overriding the monitor won't do anything, we need to synthesize the open-source usb interface!\"}"], ["created_at", "2016-10-07 19:21:04.152534"], ["updated_at", "2016-10-07 19:21:04.152534"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui ratione modi praesentium quis.\",\"body\":\"You can't compress the sensor without calculating the neural COM alarm!\"}"], ["created_at", "2016-10-07 19:21:04.153392"], ["updated_at", "2016-10-07 19:21:04.153392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores doloremque eveniet quaerat numquam.\",\"body\":\"I'll back up the cross-platform AGP program, that should feed the PNG sensor!\"}"], ["created_at", "2016-10-07 19:21:04.154336"], ["updated_at", "2016-10-07 19:21:04.154336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus dolor reiciendis omnis vitae accusamus.\",\"body\":\"Try to copy the THX application, maybe it will copy the wireless port!\"}"], ["created_at", "2016-10-07 19:21:04.155261"], ["updated_at", "2016-10-07 19:21:04.155261"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae nemo aut quia.\",\"body\":\"Use the digital GB application, then you can transmit the online port!\"}"], ["created_at", "2016-10-07 19:21:04.156189"], ["updated_at", "2016-10-07 19:21:04.156189"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor ratione rerum temporibus iste.\",\"body\":\"The FTP application is down, input the redundant sensor so we can parse the PCI sensor!\"}"], ["created_at", "2016-10-07 19:21:04.157080"], ["updated_at", "2016-10-07 19:21:04.157080"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque sed rerum ut officia.\",\"body\":\"Use the auxiliary RAM capacitor, then you can input the 1080p application!\"}"], ["created_at", "2016-10-07 19:21:04.158009"], ["updated_at", "2016-10-07 19:21:04.158009"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit omnis eum id possimus.\",\"body\":\"If we hack the circuit, we can get to the CSS microchip through the 1080p XSS application!\"}"], ["created_at", "2016-10-07 19:21:04.158930"], ["updated_at", "2016-10-07 19:21:04.158930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias eos harum maxime aut quia totam.\",\"body\":\"We need to back up the redundant USB protocol!\"}"], ["created_at", "2016-10-07 19:21:04.159828"], ["updated_at", "2016-10-07 19:21:04.159828"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id ut perspiciatis tempora facilis.\",\"body\":\"Transmitting the sensor won't do anything, we need to parse the redundant scsi monitor!\"}"], ["created_at", "2016-10-07 19:21:04.160762"], ["updated_at", "2016-10-07 19:21:04.160762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae similique voluptate maxime.\",\"body\":\"Use the multi-byte JSON array, then you can calculate the bluetooth bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.161653"], ["updated_at", "2016-10-07 19:21:04.161653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae nesciunt nulla omnis doloremque debitis ut reprehenderit.\",\"body\":\"I'll input the bluetooth SQL driver, that should microchip the FTP protocol!\"}"], ["created_at", "2016-10-07 19:21:04.162639"], ["updated_at", "2016-10-07 19:21:04.162639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem quo inventore enim iusto perferendis quibusdam.\",\"body\":\"You can't hack the program without backing up the digital XML port!\"}"], ["created_at", "2016-10-07 19:21:04.163555"], ["updated_at", "2016-10-07 19:21:04.163555"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias nesciunt quam autem temporibus reprehenderit porro accusamus.\",\"body\":\"You can't synthesize the hard drive without quantifying the wireless AGP monitor!\"}"], ["created_at", "2016-10-07 19:21:04.164497"], ["updated_at", "2016-10-07 19:21:04.164497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus aspernatur perspiciatis facilis architecto.\",\"body\":\"Use the primary EXE protocol, then you can copy the digital program!\"}"], ["created_at", "2016-10-07 19:21:04.165383"], ["updated_at", "2016-10-07 19:21:04.165383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque corrupti voluptas maxime id deleniti quibusdam.\",\"body\":\"If we connect the sensor, we can get to the JSON system through the back-end JBOD protocol!\"}"], ["created_at", "2016-10-07 19:21:04.166331"], ["updated_at", "2016-10-07 19:21:04.166331"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam illum sit velit eum dolorem autem.\",\"body\":\"Overriding the port won't do anything, we need to bypass the 1080p ram protocol!\"}"], ["created_at", "2016-10-07 19:21:04.167244"], ["updated_at", "2016-10-07 19:21:04.167244"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et eum iste nisi porro atque.\",\"body\":\"I'll synthesize the auxiliary SSL port, that should bandwidth the TCP alarm!\"}"], ["created_at", "2016-10-07 19:21:04.168189"], ["updated_at", "2016-10-07 19:21:04.168189"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut eius id quas.\",\"body\":\"If we navigate the sensor, we can get to the CSS bus through the cross-platform IB protocol!\"}"], ["created_at", "2016-10-07 19:21:04.169118"], ["updated_at", "2016-10-07 19:21:04.169118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias modi quam voluptatibus consequuntur voluptatem doloribus eligendi.\",\"body\":\"Parsing the driver won't do anything, we need to hack the redundant png pixel!\"}"], ["created_at", "2016-10-07 19:21:04.170057"], ["updated_at", "2016-10-07 19:21:04.170057"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed voluptas quia.\",\"body\":\"The IB capacitor is down, synthesize the virtual driver so we can connect the SCSI bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.171036"], ["updated_at", "2016-10-07 19:21:04.171036"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sit explicabo.\",\"body\":\"The SMTP circuit is down, parse the mobile application so we can hack the GB bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.171934"], ["updated_at", "2016-10-07 19:21:04.171934"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae voluptatem animi.\",\"body\":\"If we hack the sensor, we can get to the SMTP card through the online COM alarm!\"}"], ["created_at", "2016-10-07 19:21:04.172875"], ["updated_at", "2016-10-07 19:21:04.172875"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis qui ex.\",\"body\":\"Quantifying the alarm won't do anything, we need to override the online usb capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.173816"], ["updated_at", "2016-10-07 19:21:04.173816"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat et voluptatem illum aperiam eaque.\",\"body\":\"We need to compress the virtual SQL sensor!\"}"], ["created_at", "2016-10-07 19:21:04.174773"], ["updated_at", "2016-10-07 19:21:04.174773"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut omnis facere molestiae.\",\"body\":\"I'll parse the neural HTTP pixel, that should matrix the USB program!\"}"], ["created_at", "2016-10-07 19:21:04.175678"], ["updated_at", "2016-10-07 19:21:04.175678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore nihil voluptatem ipsa sint est accusamus.\",\"body\":\"You can't generate the capacitor without navigating the wireless GB circuit!\"}"], ["created_at", "2016-10-07 19:21:04.176605"], ["updated_at", "2016-10-07 19:21:04.176605"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam quidem labore deleniti ab sed.\",\"body\":\"Try to hack the FTP capacitor, maybe it will parse the back-end protocol!\"}"], ["created_at", "2016-10-07 19:21:04.177517"], ["updated_at", "2016-10-07 19:21:04.177517"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum accusantium enim repellendus minus voluptatem dolor consequatur.\",\"body\":\"Use the 1080p COM sensor, then you can program the multi-byte sensor!\"}"], ["created_at", "2016-10-07 19:21:04.178443"], ["updated_at", "2016-10-07 19:21:04.178443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos fugit itaque aut ipsum.\",\"body\":\"Try to override the JSON transmitter, maybe it will parse the digital pixel!\"}"], ["created_at", "2016-10-07 19:21:04.179456"], ["updated_at", "2016-10-07 19:21:04.179456"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id ipsum non voluptatem consectetur omnis vel voluptas.\",\"body\":\"Try to copy the PCI card, maybe it will hack the auxiliary feed!\"}"], ["created_at", "2016-10-07 19:21:04.180349"], ["updated_at", "2016-10-07 19:21:04.180349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id nemo a quod aut illo quisquam.\",\"body\":\"Copying the hard drive won't do anything, we need to index the mobile scsi port!\"}"], ["created_at", "2016-10-07 19:21:04.181256"], ["updated_at", "2016-10-07 19:21:04.181256"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt voluptas a cum vero fuga qui.\",\"body\":\"Indexing the firewall won't do anything, we need to program the optical png interface!\"}"], ["created_at", "2016-10-07 19:21:04.182184"], ["updated_at", "2016-10-07 19:21:04.182184"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt nobis vitae.\",\"body\":\"Transmitting the capacitor won't do anything, we need to back up the neural sdd pixel!\"}"], ["created_at", "2016-10-07 19:21:04.183093"], ["updated_at", "2016-10-07 19:21:04.183093"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati quaerat quasi ipsum omnis excepturi voluptas.\",\"body\":\"Use the back-end CSS array, then you can transmit the open-source feed!\"}"], ["created_at", "2016-10-07 19:21:04.184009"], ["updated_at", "2016-10-07 19:21:04.184009"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ipsum cupiditate aut quasi dolor ut molestiae.\",\"body\":\"I'll quantify the auxiliary PCI firewall, that should card the SDD hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.184954"], ["updated_at", "2016-10-07 19:21:04.184954"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In eligendi exercitationem consequatur aut reprehenderit nobis.\",\"body\":\"The SCSI transmitter is down, copy the virtual panel so we can compress the SCSI port!\"}"], ["created_at", "2016-10-07 19:21:04.185841"], ["updated_at", "2016-10-07 19:21:04.185841"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione asperiores minus omnis adipisci.\",\"body\":\"We need to reboot the virtual SMS protocol!\"}"], ["created_at", "2016-10-07 19:21:04.186781"], ["updated_at", "2016-10-07 19:21:04.186781"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum autem corrupti velit facilis autem quia.\",\"body\":\"Try to back up the SMS port, maybe it will override the open-source matrix!\"}"], ["created_at", "2016-10-07 19:21:04.187666"], ["updated_at", "2016-10-07 19:21:04.187666"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit laudantium veritatis et sequi.\",\"body\":\"We need to program the bluetooth AI interface!\"}"], ["created_at", "2016-10-07 19:21:04.188597"], ["updated_at", "2016-10-07 19:21:04.188597"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quia sed nostrum rem recusandae fugit occaecati.\",\"body\":\"The SCSI transmitter is down, copy the cross-platform system so we can synthesize the TCP alarm!\"}"], ["created_at", "2016-10-07 19:21:04.189476"], ["updated_at", "2016-10-07 19:21:04.189476"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum in placeat modi delectus ut ex.\",\"body\":\"We need to transmit the haptic SCSI system!\"}"], ["created_at", "2016-10-07 19:21:04.190413"], ["updated_at", "2016-10-07 19:21:04.190413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci ut illo modi optio dolorum ratione in.\",\"body\":\"If we generate the alarm, we can get to the SDD interface through the solid state SCSI matrix!\"}"], ["created_at", "2016-10-07 19:21:04.191329"], ["updated_at", "2016-10-07 19:21:04.191329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis voluptas eaque omnis id quis fuga.\",\"body\":\"The SMS circuit is down, bypass the multi-byte sensor so we can index the SDD bus!\"}"], ["created_at", "2016-10-07 19:21:04.192278"], ["updated_at", "2016-10-07 19:21:04.192278"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo iure dicta possimus non.\",\"body\":\"You can't bypass the bus without programming the bluetooth SSL sensor!\"}"], ["created_at", "2016-10-07 19:21:04.193210"], ["updated_at", "2016-10-07 19:21:04.193210"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente architecto deleniti ut nobis.\",\"body\":\"Copying the card won't do anything, we need to index the haptic adp array!\"}"], ["created_at", "2016-10-07 19:21:04.194188"], ["updated_at", "2016-10-07 19:21:04.194188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur veniam ipsum dolore praesentium id labore laboriosam.\",\"body\":\"I'll compress the digital XSS circuit, that should sensor the GB sensor!\"}"], ["created_at", "2016-10-07 19:21:04.195246"], ["updated_at", "2016-10-07 19:21:04.195246"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum voluptas fugiat quaerat voluptatem sint id.\",\"body\":\"I'll generate the cross-platform GB circuit, that should feed the AI card!\"}"], ["created_at", "2016-10-07 19:21:04.196196"], ["updated_at", "2016-10-07 19:21:04.196196"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error quae suscipit quis.\",\"body\":\"The JSON driver is down, connect the wireless application so we can back up the AGP port!\"}"], ["created_at", "2016-10-07 19:21:04.197123"], ["updated_at", "2016-10-07 19:21:04.197123"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis nemo voluptatem ut numquam possimus ipsum.\",\"body\":\"We need to generate the wireless JBOD interface!\"}"], ["created_at", "2016-10-07 19:21:04.198034"], ["updated_at", "2016-10-07 19:21:04.198034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem odit nobis molestiae.\",\"body\":\"The GB array is down, parse the mobile monitor so we can hack the CSS program!\"}"], ["created_at", "2016-10-07 19:21:04.198926"], ["updated_at", "2016-10-07 19:21:04.198926"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est vel pariatur voluptate minima est ducimus laboriosam.\",\"body\":\"We need to input the optical THX microchip!\"}"], ["created_at", "2016-10-07 19:21:04.199853"], ["updated_at", "2016-10-07 19:21:04.199853"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor rem earum ut dolorem et.\",\"body\":\"I'll transmit the auxiliary HTTP transmitter, that should hard drive the ADP program!\"}"], ["created_at", "2016-10-07 19:21:04.200740"], ["updated_at", "2016-10-07 19:21:04.200740"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat quia blanditiis dolore dolorem.\",\"body\":\"Backing up the feed won't do anything, we need to index the primary thx alarm!\"}"], ["created_at", "2016-10-07 19:21:04.201664"], ["updated_at", "2016-10-07 19:21:04.201664"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos velit fugiat reprehenderit id.\",\"body\":\"The COM program is down, reboot the mobile interface so we can quantify the SDD transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.202552"], ["updated_at", "2016-10-07 19:21:04.202552"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum sunt et eos.\",\"body\":\"Use the auxiliary IB feed, then you can hack the multi-byte panel!\"}"], ["created_at", "2016-10-07 19:21:04.203487"], ["updated_at", "2016-10-07 19:21:04.203487"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ab laudantium.\",\"body\":\"If we program the matrix, we can get to the AGP transmitter through the open-source FTP driver!\"}"], ["created_at", "2016-10-07 19:21:04.204364"], ["updated_at", "2016-10-07 19:21:04.204364"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo temporibus dolorum dolores et aut explicabo.\",\"body\":\"We need to quantify the mobile JSON pixel!\"}"], ["created_at", "2016-10-07 19:21:04.205295"], ["updated_at", "2016-10-07 19:21:04.205295"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum dolore eum qui laudantium nihil et cumque.\",\"body\":\"I'll navigate the back-end SDD application, that should array the FTP protocol!\"}"], ["created_at", "2016-10-07 19:21:04.206163"], ["updated_at", "2016-10-07 19:21:04.206163"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam nobis iusto quos.\",\"body\":\"The SCSI hard drive is down, index the mobile feed so we can connect the IB firewall!\"}"], ["created_at", "2016-10-07 19:21:04.207099"], ["updated_at", "2016-10-07 19:21:04.207099"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus corporis sit quia qui deserunt.\",\"body\":\"Use the 1080p PNG bandwidth, then you can input the redundant matrix!\"}"], ["created_at", "2016-10-07 19:21:04.208031"], ["updated_at", "2016-10-07 19:21:04.208031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem nihil nemo iure dolore eum voluptas ab.\",\"body\":\"I'll reboot the neural ADP circuit, that should microchip the SMS pixel!\"}"], ["created_at", "2016-10-07 19:21:04.208905"], ["updated_at", "2016-10-07 19:21:04.208905"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatum ut sapiente totam similique soluta rerum.\",\"body\":\"Use the 1080p HDD alarm, then you can generate the cross-platform alarm!\"}"], ["created_at", "2016-10-07 19:21:04.209843"], ["updated_at", "2016-10-07 19:21:04.209843"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam harum minus.\",\"body\":\"You can't index the circuit without synthesizing the auxiliary AI port!\"}"], ["created_at", "2016-10-07 19:21:04.210733"], ["updated_at", "2016-10-07 19:21:04.210733"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate harum eaque voluptates omnis commodi facere tempore.\",\"body\":\"Try to index the AGP alarm, maybe it will connect the multi-byte interface!\"}"], ["created_at", "2016-10-07 19:21:04.211684"], ["updated_at", "2016-10-07 19:21:04.211684"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe aperiam similique consectetur.\",\"body\":\"Try to transmit the JBOD bus, maybe it will input the multi-byte circuit!\"}"], ["created_at", "2016-10-07 19:21:04.212623"], ["updated_at", "2016-10-07 19:21:04.212623"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem quidem reiciendis doloribus nobis vel ea.\",\"body\":\"Try to input the PNG array, maybe it will copy the back-end sensor!\"}"], ["created_at", "2016-10-07 19:21:04.213585"], ["updated_at", "2016-10-07 19:21:04.213585"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse tenetur laboriosam.\",\"body\":\"You can't input the bus without indexing the auxiliary PCI protocol!\"}"], ["created_at", "2016-10-07 19:21:04.214477"], ["updated_at", "2016-10-07 19:21:04.214477"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae ipsum quia laudantium voluptates voluptatem quibusdam non.\",\"body\":\"You can't generate the sensor without hacking the wireless CSS array!\"}"], ["created_at", "2016-10-07 19:21:04.215407"], ["updated_at", "2016-10-07 19:21:04.215407"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo sunt nulla quia.\",\"body\":\"Use the mobile GB hard drive, then you can override the solid state sensor!\"}"], ["created_at", "2016-10-07 19:21:04.216346"], ["updated_at", "2016-10-07 19:21:04.216346"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet consequatur et distinctio facere dolores voluptatibus.\",\"body\":\"If we copy the system, we can get to the XSS array through the haptic THX program!\"}"], ["created_at", "2016-10-07 19:21:04.217288"], ["updated_at", "2016-10-07 19:21:04.217288"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt nemo aliquam hic et aspernatur excepturi velit.\",\"body\":\"Try to reboot the PNG panel, maybe it will navigate the bluetooth pixel!\"}"], ["created_at", "2016-10-07 19:21:04.218225"], ["updated_at", "2016-10-07 19:21:04.218225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt et iure qui saepe voluptas laudantium atque.\",\"body\":\"Try to reboot the XSS interface, maybe it will index the wireless matrix!\"}"], ["created_at", "2016-10-07 19:21:04.219162"], ["updated_at", "2016-10-07 19:21:04.219162"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ad quae maxime et sunt.\",\"body\":\"I'll compress the multi-byte SSL feed, that should hard drive the SCSI driver!\"}"], ["created_at", "2016-10-07 19:21:04.220162"], ["updated_at", "2016-10-07 19:21:04.220162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto vero ratione totam excepturi ipsa accusamus.\",\"body\":\"You can't program the program without connecting the back-end THX port!\"}"], ["created_at", "2016-10-07 19:21:04.221131"], ["updated_at", "2016-10-07 19:21:04.221131"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae optio voluptatem eum atque.\",\"body\":\"Use the 1080p JBOD transmitter, then you can compress the haptic array!\"}"], ["created_at", "2016-10-07 19:21:04.222104"], ["updated_at", "2016-10-07 19:21:04.222104"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis vel accusamus.\",\"body\":\"If we hack the protocol, we can get to the SAS firewall through the optical TCP microchip!\"}"], ["created_at", "2016-10-07 19:21:04.223096"], ["updated_at", "2016-10-07 19:21:04.223096"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti maiores ut quam unde dolorem et eum.\",\"body\":\"The JSON microchip is down, back up the back-end sensor so we can connect the HDD array!\"}"], ["created_at", "2016-10-07 19:21:04.224079"], ["updated_at", "2016-10-07 19:21:04.224079"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas eum quisquam.\",\"body\":\"If we compress the system, we can get to the PCI capacitor through the neural AI matrix!\"}"], ["created_at", "2016-10-07 19:21:04.225017"], ["updated_at", "2016-10-07 19:21:04.225017"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate nostrum suscipit aut.\",\"body\":\"If we quantify the panel, we can get to the GB transmitter through the cross-platform COM firewall!\"}"], ["created_at", "2016-10-07 19:21:04.225965"], ["updated_at", "2016-10-07 19:21:04.225965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum id eos optio.\",\"body\":\"The GB sensor is down, quantify the neural application so we can reboot the TCP interface!\"}"], ["created_at", "2016-10-07 19:21:04.226959"], ["updated_at", "2016-10-07 19:21:04.226959"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam numquam doloremque ea aut.\",\"body\":\"Try to quantify the SSL interface, maybe it will parse the digital program!\"}"], ["created_at", "2016-10-07 19:21:04.227899"], ["updated_at", "2016-10-07 19:21:04.227899"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et nisi optio et rerum enim voluptas et.\",\"body\":\"I'll generate the optical IB microchip, that should port the SDD port!\"}"], ["created_at", "2016-10-07 19:21:04.228887"], ["updated_at", "2016-10-07 19:21:04.228887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis aut non.\",\"body\":\"Try to calculate the JBOD circuit, maybe it will compress the auxiliary card!\"}"], ["created_at", "2016-10-07 19:21:04.229878"], ["updated_at", "2016-10-07 19:21:04.229878"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis incidunt beatae voluptatibus nemo voluptatem.\",\"body\":\"Overriding the feed won't do anything, we need to connect the haptic http feed!\"}"], ["created_at", "2016-10-07 19:21:04.230867"], ["updated_at", "2016-10-07 19:21:04.230867"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo vel omnis.\",\"body\":\"I'll calculate the multi-byte PCI pixel, that should driver the SAS program!\"}"], ["created_at", "2016-10-07 19:21:04.231810"], ["updated_at", "2016-10-07 19:21:04.231810"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem reiciendis ad occaecati aut.\",\"body\":\"If we connect the application, we can get to the IB matrix through the back-end HDD interface!\"}"], ["created_at", "2016-10-07 19:21:04.232759"], ["updated_at", "2016-10-07 19:21:04.232759"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto perspiciatis nobis neque nisi.\",\"body\":\"I'll back up the mobile SDD feed, that should bandwidth the PCI matrix!\"}"], ["created_at", "2016-10-07 19:21:04.233690"], ["updated_at", "2016-10-07 19:21:04.233690"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A iure sint quo eum architecto voluptas.\",\"body\":\"Use the primary SDD transmitter, then you can generate the digital application!\"}"], ["created_at", "2016-10-07 19:21:04.234664"], ["updated_at", "2016-10-07 19:21:04.234664"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum accusantium voluptas et.\",\"body\":\"I'll index the virtual AI matrix, that should protocol the FTP capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.235592"], ["updated_at", "2016-10-07 19:21:04.235592"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque nulla ex cumque sit et placeat ea.\",\"body\":\"Transmitting the monitor won't do anything, we need to navigate the multi-byte xml matrix!\"}"], ["created_at", "2016-10-07 19:21:04.236537"], ["updated_at", "2016-10-07 19:21:04.236537"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel quaerat officia doloribus pariatur eveniet.\",\"body\":\"The EXE interface is down, navigate the virtual interface so we can calculate the FTP capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.237478"], ["updated_at", "2016-10-07 19:21:04.237478"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est consectetur deserunt.\",\"body\":\"I'll compress the mobile SQL interface, that should array the SMS pixel!\"}"], ["created_at", "2016-10-07 19:21:04.238395"], ["updated_at", "2016-10-07 19:21:04.238395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati et ut.\",\"body\":\"The SSL microchip is down, generate the virtual microchip so we can index the SCSI feed!\"}"], ["created_at", "2016-10-07 19:21:04.239356"], ["updated_at", "2016-10-07 19:21:04.239356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas optio accusantium ullam labore.\",\"body\":\"Use the neural SMS array, then you can override the multi-byte array!\"}"], ["created_at", "2016-10-07 19:21:04.240310"], ["updated_at", "2016-10-07 19:21:04.240310"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit aliquid veritatis quibusdam voluptatum minima.\",\"body\":\"You can't input the firewall without compressing the back-end RSS interface!\"}"], ["created_at", "2016-10-07 19:21:04.241270"], ["updated_at", "2016-10-07 19:21:04.241270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi consequatur nam sunt quia aut vel rerum.\",\"body\":\"I'll synthesize the open-source RAM pixel, that should pixel the SDD bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.242244"], ["updated_at", "2016-10-07 19:21:04.242244"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit voluptas quaerat laboriosam.\",\"body\":\"You can't override the application without synthesizing the online SCSI bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.243186"], ["updated_at", "2016-10-07 19:21:04.243186"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore temporibus itaque voluptate explicabo.\",\"body\":\"Overriding the transmitter won't do anything, we need to compress the virtual usb capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.244116"], ["updated_at", "2016-10-07 19:21:04.244116"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque aliquam natus magnam aperiam harum pariatur.\",\"body\":\"Use the multi-byte COM capacitor, then you can back up the 1080p application!\"}"], ["created_at", "2016-10-07 19:21:04.245038"], ["updated_at", "2016-10-07 19:21:04.245038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi vel similique.\",\"body\":\"If we override the panel, we can get to the JSON panel through the haptic SQL monitor!\"}"], ["created_at", "2016-10-07 19:21:04.245987"], ["updated_at", "2016-10-07 19:21:04.245987"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor aliquam labore quis nemo sunt ut accusantium.\",\"body\":\"I'll transmit the wireless SDD pixel, that should card the SMS transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.246917"], ["updated_at", "2016-10-07 19:21:04.246917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat voluptas consequatur.\",\"body\":\"If we program the bandwidth, we can get to the AGP bus through the cross-platform RAM program!\"}"], ["created_at", "2016-10-07 19:21:04.247840"], ["updated_at", "2016-10-07 19:21:04.247840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est at cumque culpa.\",\"body\":\"Use the online AGP pixel, then you can hack the auxiliary array!\"}"], ["created_at", "2016-10-07 19:21:04.248750"], ["updated_at", "2016-10-07 19:21:04.248750"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non occaecati sapiente quis delectus nulla quaerat.\",\"body\":\"You can't parse the driver without generating the mobile SAS hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.249650"], ["updated_at", "2016-10-07 19:21:04.249650"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur autem consequatur.\",\"body\":\"Use the open-source FTP feed, then you can back up the primary microchip!\"}"], ["created_at", "2016-10-07 19:21:04.250620"], ["updated_at", "2016-10-07 19:21:04.250620"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium recusandae autem quibusdam pariatur autem.\",\"body\":\"Try to override the SMS circuit, maybe it will compress the haptic panel!\"}"], ["created_at", "2016-10-07 19:21:04.251532"], ["updated_at", "2016-10-07 19:21:04.251532"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt et error nobis cumque officiis.\",\"body\":\"Try to connect the FTP driver, maybe it will navigate the wireless circuit!\"}"], ["created_at", "2016-10-07 19:21:04.252499"], ["updated_at", "2016-10-07 19:21:04.252499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius voluptatem nesciunt corporis voluptates numquam voluptas.\",\"body\":\"I'll reboot the back-end SMTP capacitor, that should firewall the ADP protocol!\"}"], ["created_at", "2016-10-07 19:21:04.253393"], ["updated_at", "2016-10-07 19:21:04.253393"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis voluptas vel et iste repellat debitis illum.\",\"body\":\"Use the digital RSS capacitor, then you can override the 1080p protocol!\"}"], ["created_at", "2016-10-07 19:21:04.254335"], ["updated_at", "2016-10-07 19:21:04.254335"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ipsam consequuntur sit doloribus eveniet enim quia.\",\"body\":\"If we input the panel, we can get to the SMS circuit through the back-end AI program!\"}"], ["created_at", "2016-10-07 19:21:04.255308"], ["updated_at", "2016-10-07 19:21:04.255308"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minima in doloribus soluta facere voluptatum at.\",\"body\":\"The HTTP program is down, calculate the back-end application so we can parse the GB protocol!\"}"], ["created_at", "2016-10-07 19:21:04.256233"], ["updated_at", "2016-10-07 19:21:04.256233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui eaque quaerat et.\",\"body\":\"You can't generate the hard drive without quantifying the cross-platform FTP port!\"}"], ["created_at", "2016-10-07 19:21:04.257134"], ["updated_at", "2016-10-07 19:21:04.257134"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque commodi sit quas rerum aspernatur.\",\"body\":\"I'll override the wireless JSON matrix, that should array the SAS capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.258065"], ["updated_at", "2016-10-07 19:21:04.258065"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quo perspiciatis possimus rerum.\",\"body\":\"You can't calculate the bus without quantifying the haptic AGP feed!\"}"], ["created_at", "2016-10-07 19:21:04.259030"], ["updated_at", "2016-10-07 19:21:04.259030"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam ullam ipsam repellendus dolorum eaque earum asperiores.\",\"body\":\"Try to input the HDD bus, maybe it will index the neural interface!\"}"], ["created_at", "2016-10-07 19:21:04.259970"], ["updated_at", "2016-10-07 19:21:04.259970"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et expedita omnis modi.\",\"body\":\"The SMTP application is down, transmit the wireless port so we can calculate the AI bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.260930"], ["updated_at", "2016-10-07 19:21:04.260930"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui sunt in praesentium.\",\"body\":\"The SDD bandwidth is down, index the optical port so we can connect the JBOD protocol!\"}"], ["created_at", "2016-10-07 19:21:04.261888"], ["updated_at", "2016-10-07 19:21:04.261888"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni reiciendis in earum quaerat saepe.\",\"body\":\"We need to hack the bluetooth JSON protocol!\"}"], ["created_at", "2016-10-07 19:21:04.262846"], ["updated_at", "2016-10-07 19:21:04.262846"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut suscipit ut dolore laborum.\",\"body\":\"You can't calculate the microchip without generating the redundant HDD capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.263801"], ["updated_at", "2016-10-07 19:21:04.263801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel harum voluptatibus sed culpa sint laborum.\",\"body\":\"You can't override the sensor without indexing the auxiliary XSS monitor!\"}"], ["created_at", "2016-10-07 19:21:04.264733"], ["updated_at", "2016-10-07 19:21:04.264733"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis cumque quia ad voluptatum quia.\",\"body\":\"Calculating the circuit won't do anything, we need to back up the digital xss alarm!\"}"], ["created_at", "2016-10-07 19:21:04.265658"], ["updated_at", "2016-10-07 19:21:04.265658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius quasi ea sunt quia ut.\",\"body\":\"I'll copy the cross-platform ADP alarm, that should interface the RAM microchip!\"}"], ["created_at", "2016-10-07 19:21:04.266559"], ["updated_at", "2016-10-07 19:21:04.266559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam possimus et vitae eligendi qui aut non.\",\"body\":\"Copying the system won't do anything, we need to generate the open-source adp port!\"}"], ["created_at", "2016-10-07 19:21:04.267486"], ["updated_at", "2016-10-07 19:21:04.267486"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem non a et doloremque.\",\"body\":\"I'll navigate the 1080p SAS array, that should program the SMS bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.268413"], ["updated_at", "2016-10-07 19:21:04.268413"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum aperiam quia cupiditate quia et.\",\"body\":\"You can't index the card without overriding the cross-platform HTTP monitor!\"}"], ["created_at", "2016-10-07 19:21:04.269343"], ["updated_at", "2016-10-07 19:21:04.269343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quia in suscipit et.\",\"body\":\"We need to transmit the haptic SMS program!\"}"], ["created_at", "2016-10-07 19:21:04.270270"], ["updated_at", "2016-10-07 19:21:04.270270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et atque dolores occaecati itaque quod maiores.\",\"body\":\"The AI array is down, copy the mobile application so we can reboot the AI alarm!\"}"], ["created_at", "2016-10-07 19:21:04.271192"], ["updated_at", "2016-10-07 19:21:04.271192"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum numquam dolores unde.\",\"body\":\"If we copy the circuit, we can get to the HDD microchip through the digital XSS panel!\"}"], ["created_at", "2016-10-07 19:21:04.272107"], ["updated_at", "2016-10-07 19:21:04.272107"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae at inventore vero adipisci explicabo.\",\"body\":\"The JSON system is down, reboot the solid state system so we can synthesize the SMS system!\"}"], ["created_at", "2016-10-07 19:21:04.273032"], ["updated_at", "2016-10-07 19:21:04.273032"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est cum sint tempora at necessitatibus facilis tempore.\",\"body\":\"Try to quantify the COM panel, maybe it will synthesize the online monitor!\"}"], ["created_at", "2016-10-07 19:21:04.273959"], ["updated_at", "2016-10-07 19:21:04.273959"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda recusandae et mollitia inventore esse quaerat repudiandae.\",\"body\":\"Use the primary RSS protocol, then you can calculate the 1080p monitor!\"}"], ["created_at", "2016-10-07 19:21:04.274941"], ["updated_at", "2016-10-07 19:21:04.274941"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum natus et ut deleniti ipsam veniam dolore.\",\"body\":\"Use the mobile EXE bus, then you can quantify the back-end port!\"}"], ["created_at", "2016-10-07 19:21:04.275865"], ["updated_at", "2016-10-07 19:21:04.275865"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est iste voluptate nostrum accusamus ea blanditiis.\",\"body\":\"Use the multi-byte THX protocol, then you can reboot the bluetooth driver!\"}"], ["created_at", "2016-10-07 19:21:04.276802"], ["updated_at", "2016-10-07 19:21:04.276802"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et repudiandae ut et voluptatem rerum.\",\"body\":\"I'll generate the solid state CSS hard drive, that should port the ADP microchip!\"}"], ["created_at", "2016-10-07 19:21:04.277701"], ["updated_at", "2016-10-07 19:21:04.277701"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui dolores quae adipisci non.\",\"body\":\"We need to connect the bluetooth COM port!\"}"], ["created_at", "2016-10-07 19:21:04.278685"], ["updated_at", "2016-10-07 19:21:04.278685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit qui non commodi ex nobis quo rerum.\",\"body\":\"If we index the bus, we can get to the COM array through the 1080p THX circuit!\"}"], ["created_at", "2016-10-07 19:21:04.279870"], ["updated_at", "2016-10-07 19:21:04.279870"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non delectus vitae eum doloribus sit nesciunt.\",\"body\":\"If we back up the system, we can get to the SSL firewall through the bluetooth XML pixel!\"}"], ["created_at", "2016-10-07 19:21:04.280880"], ["updated_at", "2016-10-07 19:21:04.280880"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nesciunt ex recusandae possimus hic cumque.\",\"body\":\"Try to hack the PCI transmitter, maybe it will navigate the primary circuit!\"}"], ["created_at", "2016-10-07 19:21:04.281911"], ["updated_at", "2016-10-07 19:21:04.281911"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id laborum est commodi sapiente.\",\"body\":\"Use the optical PNG port, then you can generate the optical microchip!\"}"], ["created_at", "2016-10-07 19:21:04.282847"], ["updated_at", "2016-10-07 19:21:04.282847"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis quia veritatis.\",\"body\":\"We need to back up the redundant FTP monitor!\"}"], ["created_at", "2016-10-07 19:21:04.283792"], ["updated_at", "2016-10-07 19:21:04.283792"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit molestiae eveniet esse voluptates qui.\",\"body\":\"The SQL feed is down, quantify the multi-byte circuit so we can compress the PNG hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.284708"], ["updated_at", "2016-10-07 19:21:04.284708"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis incidunt amet.\",\"body\":\"Use the auxiliary USB hard drive, then you can hack the bluetooth firewall!\"}"], ["created_at", "2016-10-07 19:21:04.285681"], ["updated_at", "2016-10-07 19:21:04.285681"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est est ipsa.\",\"body\":\"Use the cross-platform HDD card, then you can hack the digital sensor!\"}"], ["created_at", "2016-10-07 19:21:04.286619"], ["updated_at", "2016-10-07 19:21:04.286619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos omnis excepturi quod.\",\"body\":\"You can't back up the port without bypassing the back-end CSS transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.287554"], ["updated_at", "2016-10-07 19:21:04.287554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae omnis nemo ea vero dolorum repellat minima.\",\"body\":\"Try to override the PNG panel, maybe it will copy the optical bus!\"}"], ["created_at", "2016-10-07 19:21:04.288513"], ["updated_at", "2016-10-07 19:21:04.288513"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quo alias possimus soluta velit atque.\",\"body\":\"Generating the driver won't do anything, we need to override the multi-byte hdd capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.289442"], ["updated_at", "2016-10-07 19:21:04.289442"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit distinctio nihil optio.\",\"body\":\"The SMS monitor is down, override the primary bandwidth so we can hack the THX bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.290458"], ["updated_at", "2016-10-07 19:21:04.290458"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione dolorem inventore at consequatur expedita ut.\",\"body\":\"You can't program the firewall without indexing the digital HTTP sensor!\"}"], ["created_at", "2016-10-07 19:21:04.291569"], ["updated_at", "2016-10-07 19:21:04.291569"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores maiores dolorem vitae quibusdam pariatur reiciendis quo.\",\"body\":\"I'll quantify the multi-byte JSON application, that should matrix the CSS alarm!\"}"], ["created_at", "2016-10-07 19:21:04.292766"], ["updated_at", "2016-10-07 19:21:04.292766"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit earum et nemo.\",\"body\":\"Try to parse the TCP interface, maybe it will generate the mobile card!\"}"], ["created_at", "2016-10-07 19:21:04.294013"], ["updated_at", "2016-10-07 19:21:04.294013"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti impedit voluptas velit aut.\",\"body\":\"Use the open-source PNG driver, then you can reboot the redundant system!\"}"], ["created_at", "2016-10-07 19:21:04.295988"], ["updated_at", "2016-10-07 19:21:04.295988"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea aut aut odio maxime.\",\"body\":\"We need to parse the cross-platform PCI panel!\"}"], ["created_at", "2016-10-07 19:21:04.298492"], ["updated_at", "2016-10-07 19:21:04.298492"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed rerum et expedita.\",\"body\":\"If we synthesize the matrix, we can get to the COM circuit through the optical AI sensor!\"}"], ["created_at", "2016-10-07 19:21:04.301347"], ["updated_at", "2016-10-07 19:21:04.301347"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis quasi sit fugit.\",\"body\":\"Programming the interface won't do anything, we need to bypass the neural sdd monitor!\"}"], ["created_at", "2016-10-07 19:21:04.304274"], ["updated_at", "2016-10-07 19:21:04.304274"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ex sed consectetur ut sequi iste.\",\"body\":\"Use the digital PNG monitor, then you can connect the optical array!\"}"], ["created_at", "2016-10-07 19:21:04.305641"], ["updated_at", "2016-10-07 19:21:04.305641"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit ut et sed eum ut voluptatem.\",\"body\":\"We need to quantify the primary USB capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.306929"], ["updated_at", "2016-10-07 19:21:04.306929"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ea ex.\",\"body\":\"The ADP panel is down, synthesize the multi-byte program so we can quantify the IB protocol!\"}"], ["created_at", "2016-10-07 19:21:04.308155"], ["updated_at", "2016-10-07 19:21:04.308155"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate laboriosam libero blanditiis itaque.\",\"body\":\"Try to transmit the HDD hard drive, maybe it will override the cross-platform circuit!\"}"], ["created_at", "2016-10-07 19:21:04.309274"], ["updated_at", "2016-10-07 19:21:04.309274"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus rerum dolor.\",\"body\":\"Try to program the SMTP array, maybe it will generate the mobile capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.310269"], ["updated_at", "2016-10-07 19:21:04.310269"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo aliquid ut rem harum et.\",\"body\":\"We need to navigate the 1080p GB firewall!\"}"], ["created_at", "2016-10-07 19:21:04.311242"], ["updated_at", "2016-10-07 19:21:04.311242"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi atque voluptatibus asperiores accusamus dolores praesentium.\",\"body\":\"I'll compress the auxiliary JSON circuit, that should interface the SDD program!\"}"], ["created_at", "2016-10-07 19:21:04.312236"], ["updated_at", "2016-10-07 19:21:04.312236"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum qui eos sint.\",\"body\":\"Try to hack the THX firewall, maybe it will bypass the back-end transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.313189"], ["updated_at", "2016-10-07 19:21:04.313189"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sunt distinctio quae.\",\"body\":\"Try to back up the HDD firewall, maybe it will index the bluetooth sensor!\"}"], ["created_at", "2016-10-07 19:21:04.314180"], ["updated_at", "2016-10-07 19:21:04.314180"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim provident optio ex.\",\"body\":\"Try to calculate the RSS application, maybe it will navigate the open-source matrix!\"}"], ["created_at", "2016-10-07 19:21:04.315167"], ["updated_at", "2016-10-07 19:21:04.315167"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque autem consequatur corrupti ut voluptatem ex.\",\"body\":\"I'll copy the wireless ADP capacitor, that should protocol the USB hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.316124"], ["updated_at", "2016-10-07 19:21:04.316124"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus suscipit quam.\",\"body\":\"The GB circuit is down, parse the open-source matrix so we can input the XML pixel!\"}"], ["created_at", "2016-10-07 19:21:04.317095"], ["updated_at", "2016-10-07 19:21:04.317095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex molestiae quis eos.\",\"body\":\"If we back up the application, we can get to the RSS program through the cross-platform XML application!\"}"], ["created_at", "2016-10-07 19:21:04.318038"], ["updated_at", "2016-10-07 19:21:04.318038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit sapiente possimus sit velit modi et.\",\"body\":\"The XSS firewall is down, bypass the neural bus so we can transmit the CSS bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.318991"], ["updated_at", "2016-10-07 19:21:04.318991"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta eveniet earum voluptate recusandae placeat in.\",\"body\":\"I'll program the mobile SMS matrix, that should interface the EXE interface!\"}"], ["created_at", "2016-10-07 19:21:04.319928"], ["updated_at", "2016-10-07 19:21:04.319928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor possimus dolores pariatur.\",\"body\":\"The SMTP feed is down, hack the haptic firewall so we can reboot the GB driver!\"}"], ["created_at", "2016-10-07 19:21:04.320857"], ["updated_at", "2016-10-07 19:21:04.320857"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit sit non enim.\",\"body\":\"If we copy the interface, we can get to the GB alarm through the optical CSS alarm!\"}"], ["created_at", "2016-10-07 19:21:04.321818"], ["updated_at", "2016-10-07 19:21:04.321818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint ipsa ipsum possimus eaque numquam unde.\",\"body\":\"The SCSI capacitor is down, parse the open-source application so we can calculate the XSS circuit!\"}"], ["created_at", "2016-10-07 19:21:04.322789"], ["updated_at", "2016-10-07 19:21:04.322789"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione laboriosam fuga ad inventore sed sunt ut.\",\"body\":\"You can't transmit the feed without overriding the wireless JSON sensor!\"}"], ["created_at", "2016-10-07 19:21:04.323762"], ["updated_at", "2016-10-07 19:21:04.323762"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum voluptas recusandae quas voluptatibus omnis dolorem.\",\"body\":\"I'll parse the auxiliary CSS firewall, that should hard drive the SMS card!\"}"], ["created_at", "2016-10-07 19:21:04.324800"], ["updated_at", "2016-10-07 19:21:04.324800"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim ipsam et labore.\",\"body\":\"I'll compress the optical USB card, that should matrix the THX transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.325789"], ["updated_at", "2016-10-07 19:21:04.325789"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora ut quo provident.\",\"body\":\"You can't bypass the capacitor without synthesizing the redundant JBOD monitor!\"}"], ["created_at", "2016-10-07 19:21:04.326780"], ["updated_at", "2016-10-07 19:21:04.326780"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero esse quas.\",\"body\":\"I'll compress the 1080p JBOD bus, that should hard drive the TCP matrix!\"}"], ["created_at", "2016-10-07 19:21:04.327716"], ["updated_at", "2016-10-07 19:21:04.327716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam tempora eius illum ut qui voluptas.\",\"body\":\"Try to parse the PCI capacitor, maybe it will override the back-end capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.328695"], ["updated_at", "2016-10-07 19:21:04.328695"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur sint odit aut.\",\"body\":\"The SQL monitor is down, copy the cross-platform circuit so we can bypass the EXE pixel!\"}"], ["created_at", "2016-10-07 19:21:04.329676"], ["updated_at", "2016-10-07 19:21:04.329676"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis ut sint incidunt sit aut omnis et.\",\"body\":\"Try to calculate the HTTP circuit, maybe it will transmit the 1080p sensor!\"}"], ["created_at", "2016-10-07 19:21:04.330838"], ["updated_at", "2016-10-07 19:21:04.330838"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate soluta ut earum sit numquam.\",\"body\":\"If we synthesize the feed, we can get to the SCSI program through the online XSS monitor!\"}"], ["created_at", "2016-10-07 19:21:04.331842"], ["updated_at", "2016-10-07 19:21:04.331842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium recusandae vel et.\",\"body\":\"We need to parse the 1080p SDD application!\"}"], ["created_at", "2016-10-07 19:21:04.332822"], ["updated_at", "2016-10-07 19:21:04.332822"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis sequi nemo autem.\",\"body\":\"I'll override the mobile RAM port, that should microchip the GB hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.333843"], ["updated_at", "2016-10-07 19:21:04.333843"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores distinctio sunt assumenda quo ut.\",\"body\":\"I'll override the optical SCSI interface, that should transmitter the XSS microchip!\"}"], ["created_at", "2016-10-07 19:21:04.334902"], ["updated_at", "2016-10-07 19:21:04.334902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut reprehenderit non qui.\",\"body\":\"Try to quantify the ADP program, maybe it will override the primary alarm!\"}"], ["created_at", "2016-10-07 19:21:04.335896"], ["updated_at", "2016-10-07 19:21:04.335896"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita ad quaerat repudiandae voluptatem.\",\"body\":\"Try to navigate the SCSI application, maybe it will synthesize the solid state interface!\"}"], ["created_at", "2016-10-07 19:21:04.336872"], ["updated_at", "2016-10-07 19:21:04.336872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio recusandae nesciunt quia doloribus id.\",\"body\":\"Use the online EXE interface, then you can calculate the multi-byte interface!\"}"], ["created_at", "2016-10-07 19:21:04.337805"], ["updated_at", "2016-10-07 19:21:04.337805"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus veniam accusantium saepe qui.\",\"body\":\"Use the primary XSS monitor, then you can program the auxiliary driver!\"}"], ["created_at", "2016-10-07 19:21:04.338678"], ["updated_at", "2016-10-07 19:21:04.338678"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum molestias corporis.\",\"body\":\"The HDD panel is down, generate the primary firewall so we can override the PNG card!\"}"], ["created_at", "2016-10-07 19:21:04.339516"], ["updated_at", "2016-10-07 19:21:04.339516"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident vel ratione molestiae rerum.\",\"body\":\"You can't program the bandwidth without parsing the optical XML interface!\"}"], ["created_at", "2016-10-07 19:21:04.340365"], ["updated_at", "2016-10-07 19:21:04.340365"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et cupiditate aut quas accusantium.\",\"body\":\"Try to connect the TCP bandwidth, maybe it will quantify the redundant microchip!\"}"], ["created_at", "2016-10-07 19:21:04.345249"], ["updated_at", "2016-10-07 19:21:04.345249"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit sed earum cupiditate omnis.\",\"body\":\"Try to synthesize the HTTP protocol, maybe it will generate the cross-platform matrix!\"}"], ["created_at", "2016-10-07 19:21:04.346499"], ["updated_at", "2016-10-07 19:21:04.346499"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis magni consequatur est nam est aut asperiores.\",\"body\":\"Bypassing the card won't do anything, we need to generate the online http monitor!\"}"], ["created_at", "2016-10-07 19:21:04.347485"], ["updated_at", "2016-10-07 19:21:04.347485"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe iste aut quia dolore ut autem illo.\",\"body\":\"We need to bypass the back-end TCP circuit!\"}"], ["created_at", "2016-10-07 19:21:04.348409"], ["updated_at", "2016-10-07 19:21:04.348409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis repudiandae cumque nam.\",\"body\":\"Generating the hard drive won't do anything, we need to bypass the cross-platform thx alarm!\"}"], ["created_at", "2016-10-07 19:21:04.349354"], ["updated_at", "2016-10-07 19:21:04.349354"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem aperiam eum suscipit veritatis et culpa.\",\"body\":\"If we hack the circuit, we can get to the SAS sensor through the optical GB card!\"}"], ["created_at", "2016-10-07 19:21:04.350303"], ["updated_at", "2016-10-07 19:21:04.350303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe neque incidunt illo ullam earum repellat.\",\"body\":\"We need to connect the open-source FTP hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.351236"], ["updated_at", "2016-10-07 19:21:04.351236"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet quisquam veniam.\",\"body\":\"If we navigate the program, we can get to the EXE bus through the redundant RSS firewall!\"}"], ["created_at", "2016-10-07 19:21:04.352227"], ["updated_at", "2016-10-07 19:21:04.352227"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit autem et magni occaecati praesentium consequuntur.\",\"body\":\"Try to navigate the AGP bus, maybe it will input the virtual panel!\"}"], ["created_at", "2016-10-07 19:21:04.353128"], ["updated_at", "2016-10-07 19:21:04.353128"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa repellat sit consequatur.\",\"body\":\"I'll input the online TCP circuit, that should system the CSS circuit!\"}"], ["created_at", "2016-10-07 19:21:04.354076"], ["updated_at", "2016-10-07 19:21:04.354076"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis expedita magni possimus neque fugiat.\",\"body\":\"We need to index the optical ADP capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.354994"], ["updated_at", "2016-10-07 19:21:04.354994"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eius rem animi omnis totam velit voluptas dolorem.\",\"body\":\"Try to program the SCSI monitor, maybe it will index the open-source capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.355925"], ["updated_at", "2016-10-07 19:21:04.355925"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit iste voluptas temporibus sed.\",\"body\":\"The HTTP matrix is down, synthesize the back-end alarm so we can navigate the TCP panel!\"}"], ["created_at", "2016-10-07 19:21:04.356823"], ["updated_at", "2016-10-07 19:21:04.356823"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem earum et.\",\"body\":\"You can't quantify the bus without copying the neural SMTP card!\"}"], ["created_at", "2016-10-07 19:21:04.357784"], ["updated_at", "2016-10-07 19:21:04.357784"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo est vitae sunt tempora.\",\"body\":\"Use the open-source GB application, then you can input the bluetooth panel!\"}"], ["created_at", "2016-10-07 19:21:04.358704"], ["updated_at", "2016-10-07 19:21:04.358704"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit corrupti amet voluptatem consectetur magnam qui.\",\"body\":\"Use the cross-platform SMTP program, then you can generate the online interface!\"}"], ["created_at", "2016-10-07 19:21:04.359645"], ["updated_at", "2016-10-07 19:21:04.359645"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem dolor dolor cum quam eius.\",\"body\":\"I'll index the multi-byte SDD capacitor, that should matrix the SCSI sensor!\"}"], ["created_at", "2016-10-07 19:21:04.360526"], ["updated_at", "2016-10-07 19:21:04.360526"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et commodi neque.\",\"body\":\"We need to back up the neural SMTP sensor!\"}"], ["created_at", "2016-10-07 19:21:04.361462"], ["updated_at", "2016-10-07 19:21:04.361462"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate beatae voluptatum at eius.\",\"body\":\"The XML sensor is down, connect the open-source sensor so we can compress the JBOD firewall!\"}"], ["created_at", "2016-10-07 19:21:04.362358"], ["updated_at", "2016-10-07 19:21:04.362358"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae et eveniet ad ut nulla architecto laborum.\",\"body\":\"Backing up the matrix won't do anything, we need to input the primary pci panel!\"}"], ["created_at", "2016-10-07 19:21:04.363304"], ["updated_at", "2016-10-07 19:21:04.363304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quam quibusdam possimus quod quis repellendus.\",\"body\":\"Use the bluetooth SMTP protocol, then you can index the virtual application!\"}"], ["created_at", "2016-10-07 19:21:04.364181"], ["updated_at", "2016-10-07 19:21:04.364181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat ipsum repellendus.\",\"body\":\"You can't transmit the bandwidth without indexing the haptic IB capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.365103"], ["updated_at", "2016-10-07 19:21:04.365103"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque minus et doloribus sed odit eligendi.\",\"body\":\"If we hack the panel, we can get to the HTTP application through the haptic RSS circuit!\"}"], ["created_at", "2016-10-07 19:21:04.365984"], ["updated_at", "2016-10-07 19:21:04.365984"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas voluptas nihil repudiandae.\",\"body\":\"If we transmit the port, we can get to the XSS monitor through the redundant USB bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.366915"], ["updated_at", "2016-10-07 19:21:04.366915"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique saepe velit eum deserunt vel libero.\",\"body\":\"I'll override the online JBOD transmitter, that should sensor the TCP program!\"}"], ["created_at", "2016-10-07 19:21:04.367798"], ["updated_at", "2016-10-07 19:21:04.367798"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia numquam suscipit eum autem exercitationem fugiat quia.\",\"body\":\"We need to connect the mobile SMTP circuit!\"}"], ["created_at", "2016-10-07 19:21:04.368736"], ["updated_at", "2016-10-07 19:21:04.368736"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur unde et totam debitis nam.\",\"body\":\"If we calculate the firewall, we can get to the AI matrix through the mobile COM firewall!\"}"], ["created_at", "2016-10-07 19:21:04.369606"], ["updated_at", "2016-10-07 19:21:04.369606"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet est omnis voluptates et nihil eos sit.\",\"body\":\"If we compress the capacitor, we can get to the JBOD alarm through the bluetooth SMTP protocol!\"}"], ["created_at", "2016-10-07 19:21:04.370556"], ["updated_at", "2016-10-07 19:21:04.370556"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur error aut magni dolores ad soluta sed.\",\"body\":\"Try to index the CSS sensor, maybe it will compress the virtual hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.371435"], ["updated_at", "2016-10-07 19:21:04.371435"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores unde numquam provident qui quia doloremque.\",\"body\":\"The IB transmitter is down, index the multi-byte feed so we can transmit the SMTP hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.372366"], ["updated_at", "2016-10-07 19:21:04.372366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur autem fugit voluptas non ut rerum.\",\"body\":\"We need to parse the neural FTP array!\"}"], ["created_at", "2016-10-07 19:21:04.373281"], ["updated_at", "2016-10-07 19:21:04.373281"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate sit iste mollitia quae.\",\"body\":\"Try to calculate the RAM firewall, maybe it will calculate the cross-platform monitor!\"}"], ["created_at", "2016-10-07 19:21:04.374251"], ["updated_at", "2016-10-07 19:21:04.374251"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem et dolor quidem consequuntur sequi.\",\"body\":\"Use the 1080p SDD panel, then you can synthesize the back-end system!\"}"], ["created_at", "2016-10-07 19:21:04.375233"], ["updated_at", "2016-10-07 19:21:04.375233"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam facilis consectetur sit.\",\"body\":\"Parsing the pixel won't do anything, we need to bypass the multi-byte usb microchip!\"}"], ["created_at", "2016-10-07 19:21:04.376121"], ["updated_at", "2016-10-07 19:21:04.376121"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni assumenda non ut nobis.\",\"body\":\"Use the open-source SDD alarm, then you can back up the haptic firewall!\"}"], ["created_at", "2016-10-07 19:21:04.377039"], ["updated_at", "2016-10-07 19:21:04.377039"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim repellat incidunt ut.\",\"body\":\"Try to override the THX protocol, maybe it will parse the bluetooth firewall!\"}"], ["created_at", "2016-10-07 19:21:04.377950"], ["updated_at", "2016-10-07 19:21:04.377950"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe aut voluptatem.\",\"body\":\"The RSS firewall is down, quantify the optical interface so we can override the AGP interface!\"}"], ["created_at", "2016-10-07 19:21:04.379630"], ["updated_at", "2016-10-07 19:21:04.379630"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quia nam consequatur ipsam quis.\",\"body\":\"The SMTP transmitter is down, connect the auxiliary panel so we can bypass the COM bus!\"}"], ["created_at", "2016-10-07 19:21:04.381379"], ["updated_at", "2016-10-07 19:21:04.381379"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores explicabo molestias.\",\"body\":\"If we navigate the alarm, we can get to the JBOD panel through the mobile SMS driver!\"}"], ["created_at", "2016-10-07 19:21:04.382554"], ["updated_at", "2016-10-07 19:21:04.382554"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque inventore quia dolores est.\",\"body\":\"Use the primary HTTP monitor, then you can parse the multi-byte bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.383595"], ["updated_at", "2016-10-07 19:21:04.383595"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam itaque vel incidunt molestiae et.\",\"body\":\"We need to program the open-source SDD hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.384629"], ["updated_at", "2016-10-07 19:21:04.384629"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim mollitia quasi expedita sint consectetur fuga.\",\"body\":\"The SDD hard drive is down, compress the online capacitor so we can calculate the SQL interface!\"}"], ["created_at", "2016-10-07 19:21:04.385619"], ["updated_at", "2016-10-07 19:21:04.385619"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reprehenderit non dicta.\",\"body\":\"The THX card is down, synthesize the 1080p application so we can input the PCI transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.386623"], ["updated_at", "2016-10-07 19:21:04.386623"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam perspiciatis similique enim velit consequuntur minus.\",\"body\":\"We need to compress the redundant SMS hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.387569"], ["updated_at", "2016-10-07 19:21:04.387569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut sapiente ut nam eligendi aut.\",\"body\":\"If we generate the interface, we can get to the RAM system through the neural THX bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.388564"], ["updated_at", "2016-10-07 19:21:04.388564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut sunt quia.\",\"body\":\"Use the back-end JBOD transmitter, then you can parse the back-end bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.389491"], ["updated_at", "2016-10-07 19:21:04.389491"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cumque sit quia blanditiis sapiente tempora nemo.\",\"body\":\"We need to program the virtual RSS firewall!\"}"], ["created_at", "2016-10-07 19:21:04.390473"], ["updated_at", "2016-10-07 19:21:04.390473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus eaque aut sed saepe est laboriosam temporibus.\",\"body\":\"I'll transmit the 1080p PCI card, that should sensor the IB program!\"}"], ["created_at", "2016-10-07 19:21:04.391402"], ["updated_at", "2016-10-07 19:21:04.391402"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et commodi quibusdam.\",\"body\":\"Use the multi-byte JSON card, then you can reboot the haptic capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.392390"], ["updated_at", "2016-10-07 19:21:04.392390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam recusandae nemo ipsam et asperiores.\",\"body\":\"The SDD firewall is down, index the mobile protocol so we can back up the AI monitor!\"}"], ["created_at", "2016-10-07 19:21:04.393306"], ["updated_at", "2016-10-07 19:21:04.393306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut ut et aspernatur ex quasi.\",\"body\":\"You can't override the card without parsing the redundant GB hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.394261"], ["updated_at", "2016-10-07 19:21:04.394261"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit perferendis quo mollitia eos ut repellat.\",\"body\":\"The COM bandwidth is down, parse the multi-byte application so we can input the RSS bus!\"}"], ["created_at", "2016-10-07 19:21:04.395206"], ["updated_at", "2016-10-07 19:21:04.395206"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In similique delectus nostrum.\",\"body\":\"You can't compress the firewall without connecting the open-source EXE transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.396270"], ["updated_at", "2016-10-07 19:21:04.396270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui soluta voluptate est delectus.\",\"body\":\"The ADP panel is down, calculate the neural driver so we can navigate the PNG program!\"}"], ["created_at", "2016-10-07 19:21:04.397224"], ["updated_at", "2016-10-07 19:21:04.397224"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum reprehenderit et eveniet aliquid laboriosam consequatur aut.\",\"body\":\"Hacking the hard drive won't do anything, we need to synthesize the online exe driver!\"}"], ["created_at", "2016-10-07 19:21:04.398188"], ["updated_at", "2016-10-07 19:21:04.398188"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed quia et.\",\"body\":\"Overriding the sensor won't do anything, we need to copy the back-end ai monitor!\"}"], ["created_at", "2016-10-07 19:21:04.399096"], ["updated_at", "2016-10-07 19:21:04.399096"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam inventore architecto eos aliquid.\",\"body\":\"Use the virtual IB sensor, then you can program the cross-platform protocol!\"}"], ["created_at", "2016-10-07 19:21:04.400031"], ["updated_at", "2016-10-07 19:21:04.400031"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores nisi culpa illum error.\",\"body\":\"The SMS system is down, generate the multi-byte capacitor so we can override the ADP driver!\"}"], ["created_at", "2016-10-07 19:21:04.400949"], ["updated_at", "2016-10-07 19:21:04.400949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga iste vitae excepturi culpa et saepe.\",\"body\":\"I'll program the back-end RSS firewall, that should alarm the SMTP array!\"}"], ["created_at", "2016-10-07 19:21:04.401893"], ["updated_at", "2016-10-07 19:21:04.401893"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem delectus debitis cum rem molestias aut.\",\"body\":\"We need to calculate the mobile THX array!\"}"], ["created_at", "2016-10-07 19:21:04.402801"], ["updated_at", "2016-10-07 19:21:04.402801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae cupiditate itaque sit perspiciatis non.\",\"body\":\"We need to copy the back-end SMTP protocol!\"}"], ["created_at", "2016-10-07 19:21:04.403726"], ["updated_at", "2016-10-07 19:21:04.403726"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia maiores totam commodi officia asperiores itaque dolorem.\",\"body\":\"The AGP pixel is down, reboot the primary card so we can reboot the SMS bus!\"}"], ["created_at", "2016-10-07 19:21:04.404635"], ["updated_at", "2016-10-07 19:21:04.404635"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam voluptate veritatis ipsa repudiandae voluptatibus quia.\",\"body\":\"We need to reboot the optical PNG protocol!\"}"], ["created_at", "2016-10-07 19:21:04.405583"], ["updated_at", "2016-10-07 19:21:04.405583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In blanditiis voluptatem.\",\"body\":\"The XSS program is down, synthesize the auxiliary program so we can reboot the JSON transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.406497"], ["updated_at", "2016-10-07 19:21:04.406497"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere adipisci quam aliquam doloribus.\",\"body\":\"If we parse the bandwidth, we can get to the XML firewall through the multi-byte PNG sensor!\"}"], ["created_at", "2016-10-07 19:21:04.407481"], ["updated_at", "2016-10-07 19:21:04.407481"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut amet asperiores.\",\"body\":\"You can't connect the system without quantifying the primary XML capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.408392"], ["updated_at", "2016-10-07 19:21:04.408392"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et temporibus sint.\",\"body\":\"The PNG pixel is down, parse the cross-platform bandwidth so we can calculate the FTP capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.409342"], ["updated_at", "2016-10-07 19:21:04.409342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum minus quia non omnis.\",\"body\":\"Parsing the firewall won't do anything, we need to override the virtual ai protocol!\"}"], ["created_at", "2016-10-07 19:21:04.410221"], ["updated_at", "2016-10-07 19:21:04.410221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore quam molestiae eos incidunt enim nesciunt.\",\"body\":\"I'll compress the wireless ADP program, that should firewall the THX interface!\"}"], ["created_at", "2016-10-07 19:21:04.411175"], ["updated_at", "2016-10-07 19:21:04.411175"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae voluptatibus laborum.\",\"body\":\"I'll reboot the neural SQL system, that should application the SDD circuit!\"}"], ["created_at", "2016-10-07 19:21:04.412081"], ["updated_at", "2016-10-07 19:21:04.412081"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi ratione dolores ut dolore maxime.\",\"body\":\"We need to reboot the mobile JBOD panel!\"}"], ["created_at", "2016-10-07 19:21:04.413038"], ["updated_at", "2016-10-07 19:21:04.413038"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus cupiditate voluptas illo est fugit.\",\"body\":\"I'll synthesize the haptic THX bus, that should transmitter the SMTP interface!\"}"], ["created_at", "2016-10-07 19:21:04.413945"], ["updated_at", "2016-10-07 19:21:04.413945"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et repellat dolorem.\",\"body\":\"The JBOD protocol is down, copy the bluetooth interface so we can copy the PNG port!\"}"], ["created_at", "2016-10-07 19:21:04.414897"], ["updated_at", "2016-10-07 19:21:04.414897"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque quam voluptatibus hic ut provident.\",\"body\":\"I'll program the multi-byte RSS program, that should hard drive the PCI bus!\"}"], ["created_at", "2016-10-07 19:21:04.415786"], ["updated_at", "2016-10-07 19:21:04.415786"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis voluptatum voluptatem sit laudantium cumque similique inventore.\",\"body\":\"I'll hack the multi-byte HTTP pixel, that should sensor the JSON microchip!\"}"], ["created_at", "2016-10-07 19:21:04.416744"], ["updated_at", "2016-10-07 19:21:04.416744"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde corrupti odit voluptate.\",\"body\":\"I'll transmit the open-source EXE system, that should driver the THX program!\"}"], ["created_at", "2016-10-07 19:21:04.417642"], ["updated_at", "2016-10-07 19:21:04.417642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos illo natus repudiandae qui sit voluptatem.\",\"body\":\"Use the multi-byte ADP port, then you can generate the online alarm!\"}"], ["created_at", "2016-10-07 19:21:04.418583"], ["updated_at", "2016-10-07 19:21:04.418583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia quia id rerum eum dolorem.\",\"body\":\"Try to override the SMS driver, maybe it will program the solid state application!\"}"], ["created_at", "2016-10-07 19:21:04.419476"], ["updated_at", "2016-10-07 19:21:04.419476"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur qui odit magnam enim illum quae.\",\"body\":\"We need to reboot the neural SMS firewall!\"}"], ["created_at", "2016-10-07 19:21:04.420418"], ["updated_at", "2016-10-07 19:21:04.420418"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi molestias voluptate sunt id officia placeat.\",\"body\":\"Calculating the card won't do anything, we need to transmit the digital hdd microchip!\"}"], ["created_at", "2016-10-07 19:21:04.421363"], ["updated_at", "2016-10-07 19:21:04.421363"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi nulla harum facere.\",\"body\":\"You can't compress the program without parsing the virtual PNG matrix!\"}"], ["created_at", "2016-10-07 19:21:04.422250"], ["updated_at", "2016-10-07 19:21:04.422250"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto corporis similique molestias.\",\"body\":\"Programming the port won't do anything, we need to reboot the virtual xml bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.423234"], ["updated_at", "2016-10-07 19:21:04.423234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia eligendi labore earum aut neque.\",\"body\":\"Use the mobile SQL panel, then you can reboot the back-end port!\"}"], ["created_at", "2016-10-07 19:21:04.424322"], ["updated_at", "2016-10-07 19:21:04.424322"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ducimus consectetur totam rerum natus ut.\",\"body\":\"The FTP protocol is down, hack the virtual circuit so we can synthesize the HDD transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.425345"], ["updated_at", "2016-10-07 19:21:04.425345"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quas ducimus laborum natus.\",\"body\":\"Use the primary AI feed, then you can transmit the multi-byte monitor!\"}"], ["created_at", "2016-10-07 19:21:04.427764"], ["updated_at", "2016-10-07 19:21:04.427764"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus velit aut distinctio sed.\",\"body\":\"The PNG array is down, compress the redundant port so we can quantify the HTTP circuit!\"}"], ["created_at", "2016-10-07 19:21:04.429222"], ["updated_at", "2016-10-07 19:21:04.429222"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut dolor quas soluta architecto qui.\",\"body\":\"If we back up the transmitter, we can get to the ADP protocol through the redundant PCI microchip!\"}"], ["created_at", "2016-10-07 19:21:04.430361"], ["updated_at", "2016-10-07 19:21:04.430361"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sequi recusandae et et.\",\"body\":\"We need to navigate the redundant RAM feed!\"}"], ["created_at", "2016-10-07 19:21:04.431525"], ["updated_at", "2016-10-07 19:21:04.431525"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam natus vero et iusto.\",\"body\":\"Connecting the hard drive won't do anything, we need to calculate the redundant thx panel!\"}"], ["created_at", "2016-10-07 19:21:04.432515"], ["updated_at", "2016-10-07 19:21:04.432515"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum qui officiis nesciunt nihil optio aut tempora.\",\"body\":\"Try to reboot the COM alarm, maybe it will hack the redundant sensor!\"}"], ["created_at", "2016-10-07 19:21:04.433587"], ["updated_at", "2016-10-07 19:21:04.433587"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque et distinctio tenetur.\",\"body\":\"I'll index the 1080p RSS system, that should bus the JBOD circuit!\"}"], ["created_at", "2016-10-07 19:21:04.434579"], ["updated_at", "2016-10-07 19:21:04.434579"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit perferendis blanditiis quas.\",\"body\":\"Try to index the SMTP microchip, maybe it will synthesize the 1080p system!\"}"], ["created_at", "2016-10-07 19:21:04.435630"], ["updated_at", "2016-10-07 19:21:04.435630"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam corporis aut iusto incidunt quia dolores voluptatem.\",\"body\":\"The TCP port is down, reboot the multi-byte driver so we can quantify the SCSI card!\"}"], ["created_at", "2016-10-07 19:21:04.436563"], ["updated_at", "2016-10-07 19:21:04.436563"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem est cupiditate aut.\",\"body\":\"We need to copy the haptic HDD bus!\"}"], ["created_at", "2016-10-07 19:21:04.437572"], ["updated_at", "2016-10-07 19:21:04.437572"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa est mollitia hic quia.\",\"body\":\"If we synthesize the program, we can get to the JSON system through the haptic COM driver!\"}"], ["created_at", "2016-10-07 19:21:04.438545"], ["updated_at", "2016-10-07 19:21:04.438545"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque labore qui architecto nostrum et quaerat.\",\"body\":\"Overriding the panel won't do anything, we need to synthesize the haptic ssl circuit!\"}"], ["created_at", "2016-10-07 19:21:04.439542"], ["updated_at", "2016-10-07 19:21:04.439542"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed ad minima autem libero tenetur.\",\"body\":\"If we reboot the system, we can get to the IB program through the online PCI system!\"}"], ["created_at", "2016-10-07 19:21:04.440542"], ["updated_at", "2016-10-07 19:21:04.440542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam expedita sunt provident aspernatur enim sit.\",\"body\":\"The GB driver is down, compress the online driver so we can reboot the SMS sensor!\"}"], ["created_at", "2016-10-07 19:21:04.441590"], ["updated_at", "2016-10-07 19:21:04.441590"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea laboriosam fugit laudantium est.\",\"body\":\"You can't navigate the feed without generating the bluetooth JSON array!\"}"], ["created_at", "2016-10-07 19:21:04.442550"], ["updated_at", "2016-10-07 19:21:04.442550"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis alias deserunt autem.\",\"body\":\"You can't hack the system without hacking the auxiliary XSS protocol!\"}"], ["created_at", "2016-10-07 19:21:04.443528"], ["updated_at", "2016-10-07 19:21:04.443528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum nobis nihil.\",\"body\":\"Use the optical TCP interface, then you can override the online pixel!\"}"], ["created_at", "2016-10-07 19:21:04.444442"], ["updated_at", "2016-10-07 19:21:04.444442"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus molestiae labore velit.\",\"body\":\"Try to transmit the TCP protocol, maybe it will parse the cross-platform driver!\"}"], ["created_at", "2016-10-07 19:21:04.445443"], ["updated_at", "2016-10-07 19:21:04.445443"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis necessitatibus ratione exercitationem.\",\"body\":\"The SQL program is down, index the online array so we can calculate the AGP array!\"}"], ["created_at", "2016-10-07 19:21:04.446395"], ["updated_at", "2016-10-07 19:21:04.446395"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo asperiores voluptate assumenda et debitis aut.\",\"body\":\"Connecting the system won't do anything, we need to override the open-source adp system!\"}"], ["created_at", "2016-10-07 19:21:04.447398"], ["updated_at", "2016-10-07 19:21:04.447398"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis et eum.\",\"body\":\"You can't override the circuit without copying the digital HDD system!\"}"], ["created_at", "2016-10-07 19:21:04.448325"], ["updated_at", "2016-10-07 19:21:04.448325"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente neque impedit ducimus consequatur aperiam et distinctio.\",\"body\":\"I'll bypass the wireless SDD firewall, that should port the SMS program!\"}"], ["created_at", "2016-10-07 19:21:04.449298"], ["updated_at", "2016-10-07 19:21:04.449298"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut eaque vero.\",\"body\":\"You can't calculate the transmitter without quantifying the virtual FTP protocol!\"}"], ["created_at", "2016-10-07 19:21:04.450209"], ["updated_at", "2016-10-07 19:21:04.450209"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea omnis molestias voluptas rerum ea.\",\"body\":\"I'll navigate the wireless COM circuit, that should array the XML alarm!\"}"], ["created_at", "2016-10-07 19:21:04.451224"], ["updated_at", "2016-10-07 19:21:04.451224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Alias repudiandae tempora quaerat eum repellat aspernatur.\",\"body\":\"Compressing the array won't do anything, we need to synthesize the online com card!\"}"], ["created_at", "2016-10-07 19:21:04.452139"], ["updated_at", "2016-10-07 19:21:04.452139"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex ad cum qui nulla assumenda enim eum.\",\"body\":\"The ADP card is down, calculate the primary matrix so we can synthesize the JSON panel!\"}"], ["created_at", "2016-10-07 19:21:04.453115"], ["updated_at", "2016-10-07 19:21:04.453115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates quae laudantium et et.\",\"body\":\"We need to back up the virtual RSS protocol!\"}"], ["created_at", "2016-10-07 19:21:04.454024"], ["updated_at", "2016-10-07 19:21:04.454024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores et eos omnis deserunt.\",\"body\":\"I'll parse the virtual HDD alarm, that should circuit the SMS driver!\"}"], ["created_at", "2016-10-07 19:21:04.455007"], ["updated_at", "2016-10-07 19:21:04.455007"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora aspernatur architecto.\",\"body\":\"The JBOD capacitor is down, reboot the haptic application so we can connect the PCI pixel!\"}"], ["created_at", "2016-10-07 19:21:04.455911"], ["updated_at", "2016-10-07 19:21:04.455911"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit aut quidem possimus.\",\"body\":\"You can't program the transmitter without indexing the back-end EXE application!\"}"], ["created_at", "2016-10-07 19:21:04.456893"], ["updated_at", "2016-10-07 19:21:04.456893"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci quod nihil vero amet rerum inventore ut.\",\"body\":\"Try to generate the CSS feed, maybe it will generate the open-source matrix!\"}"], ["created_at", "2016-10-07 19:21:04.457879"], ["updated_at", "2016-10-07 19:21:04.457879"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et autem aut tenetur.\",\"body\":\"I'll program the cross-platform ADP panel, that should port the THX pixel!\"}"], ["created_at", "2016-10-07 19:21:04.458842"], ["updated_at", "2016-10-07 19:21:04.458842"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt quia doloremque rerum voluptatem quas aut.\",\"body\":\"I'll transmit the digital HDD hard drive, that should microchip the XML port!\"}"], ["created_at", "2016-10-07 19:21:04.459794"], ["updated_at", "2016-10-07 19:21:04.459794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati voluptas et.\",\"body\":\"Transmitting the protocol won't do anything, we need to synthesize the redundant sms driver!\"}"], ["created_at", "2016-10-07 19:21:04.460716"], ["updated_at", "2016-10-07 19:21:04.460716"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur quisquam rem itaque eius.\",\"body\":\"I'll index the neural GB driver, that should monitor the THX program!\"}"], ["created_at", "2016-10-07 19:21:04.461694"], ["updated_at", "2016-10-07 19:21:04.461694"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est in id.\",\"body\":\"Try to back up the XML monitor, maybe it will navigate the bluetooth capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.462675"], ["updated_at", "2016-10-07 19:21:04.462675"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem ad corrupti alias fugiat dicta modi.\",\"body\":\"If we override the monitor, we can get to the JBOD protocol through the back-end RAM driver!\"}"], ["created_at", "2016-10-07 19:21:04.463665"], ["updated_at", "2016-10-07 19:21:04.463665"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Optio aut in et nemo sapiente.\",\"body\":\"If we quantify the monitor, we can get to the IB bandwidth through the primary CSS protocol!\"}"], ["created_at", "2016-10-07 19:21:04.464575"], ["updated_at", "2016-10-07 19:21:04.464575"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis modi consequatur ratione quaerat eum.\",\"body\":\"Quantifying the array won't do anything, we need to compress the back-end sas program!\"}"], ["created_at", "2016-10-07 19:21:04.465533"], ["updated_at", "2016-10-07 19:21:04.465533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et odio tempore et et atque aut qui.\",\"body\":\"Try to quantify the RAM system, maybe it will compress the 1080p interface!\"}"], ["created_at", "2016-10-07 19:21:04.466444"], ["updated_at", "2016-10-07 19:21:04.466444"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sit tenetur debitis et ut.\",\"body\":\"Use the back-end COM transmitter, then you can input the 1080p program!\"}"], ["created_at", "2016-10-07 19:21:04.467407"], ["updated_at", "2016-10-07 19:21:04.467407"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga necessitatibus non dolore molestias deleniti amet voluptatem.\",\"body\":\"You can't bypass the application without connecting the back-end TCP application!\"}"], ["created_at", "2016-10-07 19:21:04.468295"], ["updated_at", "2016-10-07 19:21:04.468295"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum unde laboriosam quaerat est blanditiis dolore.\",\"body\":\"If we connect the driver, we can get to the SSL matrix through the multi-byte SCSI bus!\"}"], ["created_at", "2016-10-07 19:21:04.469250"], ["updated_at", "2016-10-07 19:21:04.469250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel recusandae sint molestias doloremque.\",\"body\":\"You can't input the protocol without indexing the open-source USB bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.470142"], ["updated_at", "2016-10-07 19:21:04.470142"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem aut accusamus.\",\"body\":\"Try to back up the TCP feed, maybe it will generate the 1080p protocol!\"}"], ["created_at", "2016-10-07 19:21:04.471097"], ["updated_at", "2016-10-07 19:21:04.471097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem laudantium debitis quasi velit aliquam quia.\",\"body\":\"We need to generate the solid state TCP matrix!\"}"], ["created_at", "2016-10-07 19:21:04.471989"], ["updated_at", "2016-10-07 19:21:04.471989"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis molestiae repellat non placeat minus.\",\"body\":\"Backing up the monitor won't do anything, we need to synthesize the open-source ib port!\"}"], ["created_at", "2016-10-07 19:21:04.472927"], ["updated_at", "2016-10-07 19:21:04.472927"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium deserunt quae.\",\"body\":\"I'll connect the multi-byte RSS sensor, that should matrix the RSS bus!\"}"], ["created_at", "2016-10-07 19:21:04.473839"], ["updated_at", "2016-10-07 19:21:04.473839"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas sint tempora.\",\"body\":\"Try to bypass the AGP port, maybe it will bypass the bluetooth hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.474789"], ["updated_at", "2016-10-07 19:21:04.474789"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore sunt reiciendis perferendis tempora numquam voluptatem.\",\"body\":\"Overriding the microchip won't do anything, we need to quantify the haptic sql circuit!\"}"], ["created_at", "2016-10-07 19:21:04.475690"], ["updated_at", "2016-10-07 19:21:04.475690"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit cum amet.\",\"body\":\"You can't program the program without bypassing the virtual AI matrix!\"}"], ["created_at", "2016-10-07 19:21:04.476665"], ["updated_at", "2016-10-07 19:21:04.476665"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium nostrum possimus.\",\"body\":\"Use the bluetooth ADP monitor, then you can generate the optical transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.477567"], ["updated_at", "2016-10-07 19:21:04.477567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi aperiam voluptatem.\",\"body\":\"The HTTP matrix is down, compress the mobile alarm so we can parse the HDD transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.478575"], ["updated_at", "2016-10-07 19:21:04.478575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum recusandae dolore veniam reiciendis et iusto.\",\"body\":\"Indexing the matrix won't do anything, we need to generate the primary tcp sensor!\"}"], ["created_at", "2016-10-07 19:21:04.479568"], ["updated_at", "2016-10-07 19:21:04.479568"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores fugiat ea assumenda reiciendis laudantium rerum ad.\",\"body\":\"We need to navigate the redundant THX application!\"}"], ["created_at", "2016-10-07 19:21:04.480823"], ["updated_at", "2016-10-07 19:21:04.480823"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor distinctio optio dolores aperiam.\",\"body\":\"Use the bluetooth HTTP interface, then you can bypass the redundant bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.481762"], ["updated_at", "2016-10-07 19:21:04.481762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt aut doloribus qui reprehenderit similique est aliquid.\",\"body\":\"Try to program the HDD array, maybe it will navigate the virtual hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.482779"], ["updated_at", "2016-10-07 19:21:04.482779"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio et qui.\",\"body\":\"The THX monitor is down, parse the back-end program so we can index the SDD hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.483702"], ["updated_at", "2016-10-07 19:21:04.483702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa quasi incidunt laboriosam ratione vero in laudantium.\",\"body\":\"Use the primary XSS bandwidth, then you can copy the haptic driver!\"}"], ["created_at", "2016-10-07 19:21:04.484686"], ["updated_at", "2016-10-07 19:21:04.484686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda velit id fuga laboriosam.\",\"body\":\"If we reboot the monitor, we can get to the SMTP bus through the optical RSS bus!\"}"], ["created_at", "2016-10-07 19:21:04.485596"], ["updated_at", "2016-10-07 19:21:04.485596"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi odio laboriosam quod et et.\",\"body\":\"The SMS microchip is down, copy the cross-platform bandwidth so we can input the SMS program!\"}"], ["created_at", "2016-10-07 19:21:04.486575"], ["updated_at", "2016-10-07 19:21:04.486575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est doloremque delectus aliquam rem.\",\"body\":\"If we parse the feed, we can get to the JBOD driver through the cross-platform XSS port!\"}"], ["created_at", "2016-10-07 19:21:04.487520"], ["updated_at", "2016-10-07 19:21:04.487520"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit illo laudantium quibusdam saepe.\",\"body\":\"We need to reboot the primary HTTP program!\"}"], ["created_at", "2016-10-07 19:21:04.488435"], ["updated_at", "2016-10-07 19:21:04.488435"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Delectus fugit ut nemo et tenetur sit.\",\"body\":\"You can't connect the circuit without calculating the virtual EXE system!\"}"], ["created_at", "2016-10-07 19:21:04.489387"], ["updated_at", "2016-10-07 19:21:04.489387"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos dolores perferendis sunt.\",\"body\":\"Calculating the circuit won't do anything, we need to back up the wireless usb circuit!\"}"], ["created_at", "2016-10-07 19:21:04.490313"], ["updated_at", "2016-10-07 19:21:04.490313"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem voluptas et voluptatum deserunt error.\",\"body\":\"Try to compress the CSS protocol, maybe it will reboot the digital pixel!\"}"], ["created_at", "2016-10-07 19:21:04.491287"], ["updated_at", "2016-10-07 19:21:04.491287"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem voluptatem harum rerum est corporis est.\",\"body\":\"We need to input the online IB alarm!\"}"], ["created_at", "2016-10-07 19:21:04.492203"], ["updated_at", "2016-10-07 19:21:04.492203"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id modi odio.\",\"body\":\"We need to connect the wireless SMS hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.493150"], ["updated_at", "2016-10-07 19:21:04.493150"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia omnis sed.\",\"body\":\"The SQL pixel is down, calculate the online array so we can transmit the SMTP sensor!\"}"], ["created_at", "2016-10-07 19:21:04.494057"], ["updated_at", "2016-10-07 19:21:04.494057"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis dolor molestiae aspernatur officia ipsum aut.\",\"body\":\"Try to synthesize the SMS monitor, maybe it will copy the multi-byte bus!\"}"], ["created_at", "2016-10-07 19:21:04.495054"], ["updated_at", "2016-10-07 19:21:04.495054"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor magnam hic reiciendis et voluptatem autem.\",\"body\":\"I'll back up the wireless AI alarm, that should system the SCSI application!\"}"], ["created_at", "2016-10-07 19:21:04.495993"], ["updated_at", "2016-10-07 19:21:04.495993"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore eveniet animi veniam et sapiente rerum.\",\"body\":\"The JSON bandwidth is down, program the auxiliary card so we can transmit the AI program!\"}"], ["created_at", "2016-10-07 19:21:04.497187"], ["updated_at", "2016-10-07 19:21:04.497187"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quo quidem accusantium.\",\"body\":\"We need to connect the back-end AGP application!\"}"], ["created_at", "2016-10-07 19:21:04.498193"], ["updated_at", "2016-10-07 19:21:04.498193"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia nobis harum quas possimus.\",\"body\":\"If we synthesize the driver, we can get to the SCSI protocol through the back-end SQL bus!\"}"], ["created_at", "2016-10-07 19:21:04.499272"], ["updated_at", "2016-10-07 19:21:04.499272"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem pariatur non saepe et rerum.\",\"body\":\"Generating the transmitter won't do anything, we need to back up the mobile ssl firewall!\"}"], ["created_at", "2016-10-07 19:21:04.500259"], ["updated_at", "2016-10-07 19:21:04.500259"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem voluptatem magnam.\",\"body\":\"I'll calculate the auxiliary RAM driver, that should sensor the CSS alarm!\"}"], ["created_at", "2016-10-07 19:21:04.501306"], ["updated_at", "2016-10-07 19:21:04.501306"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem cum sit.\",\"body\":\"We need to generate the digital HTTP card!\"}"], ["created_at", "2016-10-07 19:21:04.502285"], ["updated_at", "2016-10-07 19:21:04.502285"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi earum voluptatem.\",\"body\":\"The PCI bus is down, copy the solid state interface so we can generate the COM interface!\"}"], ["created_at", "2016-10-07 19:21:04.503353"], ["updated_at", "2016-10-07 19:21:04.503353"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis ea blanditiis aperiam in.\",\"body\":\"Synthesizing the program won't do anything, we need to compress the auxiliary com firewall!\"}"], ["created_at", "2016-10-07 19:21:04.504336"], ["updated_at", "2016-10-07 19:21:04.504336"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aperiam eius tenetur.\",\"body\":\"We need to quantify the mobile EXE panel!\"}"], ["created_at", "2016-10-07 19:21:04.505369"], ["updated_at", "2016-10-07 19:21:04.505369"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa libero omnis voluptatum velit sapiente vitae.\",\"body\":\"Use the virtual ADP bandwidth, then you can transmit the redundant feed!\"}"], ["created_at", "2016-10-07 19:21:04.506342"], ["updated_at", "2016-10-07 19:21:04.506342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et eos sit alias ratione voluptatem ab.\",\"body\":\"If we synthesize the matrix, we can get to the AI port through the open-source PCI capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.507353"], ["updated_at", "2016-10-07 19:21:04.507353"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloremque vero iusto.\",\"body\":\"Indexing the firewall won't do anything, we need to parse the open-source sms sensor!\"}"], ["created_at", "2016-10-07 19:21:04.508355"], ["updated_at", "2016-10-07 19:21:04.508355"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore quod voluptatibus dolores cumque.\",\"body\":\"You can't transmit the firewall without generating the redundant HTTP firewall!\"}"], ["created_at", "2016-10-07 19:21:04.509372"], ["updated_at", "2016-10-07 19:21:04.509372"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum animi adipisci.\",\"body\":\"I'll transmit the digital SSL alarm, that should system the CSS driver!\"}"], ["created_at", "2016-10-07 19:21:04.510384"], ["updated_at", "2016-10-07 19:21:04.510384"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil ad temporibus voluptas ea et.\",\"body\":\"The JBOD circuit is down, bypass the auxiliary array so we can back up the FTP matrix!\"}"], ["created_at", "2016-10-07 19:21:04.511421"], ["updated_at", "2016-10-07 19:21:04.511421"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint debitis commodi aut odit.\",\"body\":\"Use the primary HDD sensor, then you can bypass the primary application!\"}"], ["created_at", "2016-10-07 19:21:04.512412"], ["updated_at", "2016-10-07 19:21:04.512412"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores aut praesentium qui optio.\",\"body\":\"We need to back up the online COM port!\"}"], ["created_at", "2016-10-07 19:21:04.513416"], ["updated_at", "2016-10-07 19:21:04.513416"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut distinctio alias voluptatem nam.\",\"body\":\"You can't generate the port without transmitting the optical JBOD capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.514399"], ["updated_at", "2016-10-07 19:21:04.514399"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure quibusdam vitae.\",\"body\":\"You can't bypass the program without copying the mobile SCSI pixel!\"}"], ["created_at", "2016-10-07 19:21:04.515338"], ["updated_at", "2016-10-07 19:21:04.515338"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum cupiditate impedit nihil in ducimus minima.\",\"body\":\"We need to quantify the virtual SQL system!\"}"], ["created_at", "2016-10-07 19:21:04.516309"], ["updated_at", "2016-10-07 19:21:04.516309"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime provident aut voluptas.\",\"body\":\"Use the primary PCI microchip, then you can index the multi-byte bus!\"}"], ["created_at", "2016-10-07 19:21:04.517281"], ["updated_at", "2016-10-07 19:21:04.517281"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta aut culpa.\",\"body\":\"Use the mobile CSS hard drive, then you can bypass the neural microchip!\"}"], ["created_at", "2016-10-07 19:21:04.518206"], ["updated_at", "2016-10-07 19:21:04.518206"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam expedita consectetur consequatur vel laudantium amet.\",\"body\":\"We need to parse the neural SSL sensor!\"}"], ["created_at", "2016-10-07 19:21:04.519198"], ["updated_at", "2016-10-07 19:21:04.519198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque maiores eum ex unde molestiae ipsa.\",\"body\":\"The RSS card is down, hack the cross-platform program so we can input the TCP microchip!\"}"], ["created_at", "2016-10-07 19:21:04.520161"], ["updated_at", "2016-10-07 19:21:04.520161"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi quia sunt natus harum.\",\"body\":\"You can't synthesize the system without synthesizing the haptic SDD driver!\"}"], ["created_at", "2016-10-07 19:21:04.521089"], ["updated_at", "2016-10-07 19:21:04.521089"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit fugiat non sit quia assumenda accusamus.\",\"body\":\"Use the auxiliary FTP interface, then you can override the 1080p system!\"}"], ["created_at", "2016-10-07 19:21:04.522046"], ["updated_at", "2016-10-07 19:21:04.522046"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam eum impedit saepe iste repellendus.\",\"body\":\"The JBOD monitor is down, program the cross-platform panel so we can quantify the THX transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.523024"], ["updated_at", "2016-10-07 19:21:04.523024"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo ducimus et labore.\",\"body\":\"If we navigate the microchip, we can get to the ADP microchip through the solid state CSS sensor!\"}"], ["created_at", "2016-10-07 19:21:04.523999"], ["updated_at", "2016-10-07 19:21:04.523999"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur expedita et dolores sint.\",\"body\":\"Try to parse the XML hard drive, maybe it will calculate the virtual protocol!\"}"], ["created_at", "2016-10-07 19:21:04.524981"], ["updated_at", "2016-10-07 19:21:04.524981"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis quas tenetur soluta omnis ipsam eum.\",\"body\":\"The AI system is down, quantify the neural sensor so we can generate the SMTP hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.525958"], ["updated_at", "2016-10-07 19:21:04.525958"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia perspiciatis aliquid aut mollitia ipsam.\",\"body\":\"You can't generate the microchip without generating the open-source TCP hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.526878"], ["updated_at", "2016-10-07 19:21:04.526878"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde voluptas est perferendis similique eligendi.\",\"body\":\"We need to hack the bluetooth HTTP protocol!\"}"], ["created_at", "2016-10-07 19:21:04.527789"], ["updated_at", "2016-10-07 19:21:04.527789"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet ut ratione dolores.\",\"body\":\"The TCP protocol is down, navigate the online capacitor so we can calculate the AI port!\"}"], ["created_at", "2016-10-07 19:21:04.528702"], ["updated_at", "2016-10-07 19:21:04.528702"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum nam quod eveniet.\",\"body\":\"The SMS bus is down, connect the multi-byte panel so we can reboot the IB microchip!\"}"], ["created_at", "2016-10-07 19:21:04.529587"], ["updated_at", "2016-10-07 19:21:04.529587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur sit provident sed possimus.\",\"body\":\"Try to back up the RSS circuit, maybe it will copy the neural application!\"}"], ["created_at", "2016-10-07 19:21:04.530473"], ["updated_at", "2016-10-07 19:21:04.530473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit hic est.\",\"body\":\"Compressing the array won't do anything, we need to navigate the 1080p xml application!\"}"], ["created_at", "2016-10-07 19:21:04.531387"], ["updated_at", "2016-10-07 19:21:04.531387"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore vel repellat.\",\"body\":\"Generating the microchip won't do anything, we need to copy the solid state png card!\"}"], ["created_at", "2016-10-07 19:21:04.532255"], ["updated_at", "2016-10-07 19:21:04.532255"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis fuga quo.\",\"body\":\"Try to back up the HTTP program, maybe it will synthesize the virtual transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.533145"], ["updated_at", "2016-10-07 19:21:04.533145"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla hic ut repellendus sint.\",\"body\":\"The SAS circuit is down, back up the auxiliary panel so we can navigate the JSON program!\"}"], ["created_at", "2016-10-07 19:21:04.534027"], ["updated_at", "2016-10-07 19:21:04.534027"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis similique accusantium dignissimos reiciendis quos.\",\"body\":\"We need to hack the back-end SSL interface!\"}"], ["created_at", "2016-10-07 19:21:04.534902"], ["updated_at", "2016-10-07 19:21:04.534902"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut facere fuga earum.\",\"body\":\"If we bypass the alarm, we can get to the EXE transmitter through the haptic XSS capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.535835"], ["updated_at", "2016-10-07 19:21:04.535835"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor earum est qui.\",\"body\":\"Parsing the protocol won't do anything, we need to parse the online usb panel!\"}"], ["created_at", "2016-10-07 19:21:04.536725"], ["updated_at", "2016-10-07 19:21:04.536725"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"A unde voluptates quidem.\",\"body\":\"You can't synthesize the driver without copying the virtual PNG pixel!\"}"], ["created_at", "2016-10-07 19:21:04.537587"], ["updated_at", "2016-10-07 19:21:04.537587"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem porro facilis facere et.\",\"body\":\"Use the auxiliary USB hard drive, then you can copy the auxiliary firewall!\"}"], ["created_at", "2016-10-07 19:21:04.538473"], ["updated_at", "2016-10-07 19:21:04.538473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur est cupiditate.\",\"body\":\"We need to generate the virtual AI application!\"}"], ["created_at", "2016-10-07 19:21:04.539370"], ["updated_at", "2016-10-07 19:21:04.539370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium ea deleniti.\",\"body\":\"If we transmit the protocol, we can get to the RSS card through the primary THX alarm!\"}"], ["created_at", "2016-10-07 19:21:04.540276"], ["updated_at", "2016-10-07 19:21:04.540276"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque a est earum.\",\"body\":\"Backing up the alarm won't do anything, we need to copy the auxiliary sql feed!\"}"], ["created_at", "2016-10-07 19:21:04.541174"], ["updated_at", "2016-10-07 19:21:04.541174"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat quia nam pariatur sapiente voluptatibus.\",\"body\":\"You can't bypass the interface without synthesizing the haptic AGP microchip!\"}"], ["created_at", "2016-10-07 19:21:04.542046"], ["updated_at", "2016-10-07 19:21:04.542046"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam placeat commodi iste vitae.\",\"body\":\"Try to program the RAM card, maybe it will program the neural protocol!\"}"], ["created_at", "2016-10-07 19:21:04.542951"], ["updated_at", "2016-10-07 19:21:04.542951"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui optio id aut.\",\"body\":\"Transmitting the application won't do anything, we need to compress the digital usb bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.543839"], ["updated_at", "2016-10-07 19:21:04.543839"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut aut sint recusandae ut maxime.\",\"body\":\"If we hack the pixel, we can get to the ADP card through the cross-platform HTTP array!\"}"], ["created_at", "2016-10-07 19:21:04.544762"], ["updated_at", "2016-10-07 19:21:04.544762"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur aut sed et debitis et.\",\"body\":\"The SDD array is down, copy the optical monitor so we can connect the PNG alarm!\"}"], ["created_at", "2016-10-07 19:21:04.545647"], ["updated_at", "2016-10-07 19:21:04.545647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolore harum vel.\",\"body\":\"We need to transmit the back-end PNG card!\"}"], ["created_at", "2016-10-07 19:21:04.546577"], ["updated_at", "2016-10-07 19:21:04.546577"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Impedit exercitationem et et totam explicabo.\",\"body\":\"Try to compress the JBOD application, maybe it will calculate the online program!\"}"], ["created_at", "2016-10-07 19:21:04.547465"], ["updated_at", "2016-10-07 19:21:04.547465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam id error.\",\"body\":\"You can't connect the monitor without navigating the haptic FTP program!\"}"], ["created_at", "2016-10-07 19:21:04.548332"], ["updated_at", "2016-10-07 19:21:04.548332"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut non officia necessitatibus ut voluptas in.\",\"body\":\"You can't program the capacitor without quantifying the mobile HTTP firewall!\"}"], ["created_at", "2016-10-07 19:21:04.549226"], ["updated_at", "2016-10-07 19:21:04.549226"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut sequi.\",\"body\":\"If we reboot the microchip, we can get to the THX card through the open-source TCP monitor!\"}"], ["created_at", "2016-10-07 19:21:04.550115"], ["updated_at", "2016-10-07 19:21:04.550115"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis saepe qui.\",\"body\":\"You can't connect the bandwidth without bypassing the 1080p SAS pixel!\"}"], ["created_at", "2016-10-07 19:21:04.551018"], ["updated_at", "2016-10-07 19:21:04.551018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem commodi veniam pariatur.\",\"body\":\"We need to copy the solid state EXE sensor!\"}"], ["created_at", "2016-10-07 19:21:04.551917"], ["updated_at", "2016-10-07 19:21:04.551917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime et eos.\",\"body\":\"Compressing the capacitor won't do anything, we need to parse the 1080p pci matrix!\"}"], ["created_at", "2016-10-07 19:21:04.552801"], ["updated_at", "2016-10-07 19:21:04.552801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui doloribus in perferendis.\",\"body\":\"Copying the hard drive won't do anything, we need to navigate the multi-byte xml system!\"}"], ["created_at", "2016-10-07 19:21:04.553699"], ["updated_at", "2016-10-07 19:21:04.553699"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae commodi sunt tempora alias odio.\",\"body\":\"If we transmit the panel, we can get to the PNG capacitor through the haptic COM monitor!\"}"], ["created_at", "2016-10-07 19:21:04.554607"], ["updated_at", "2016-10-07 19:21:04.554607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non quae et et sunt voluptatem.\",\"body\":\"I'll quantify the primary XSS panel, that should hard drive the SCSI matrix!\"}"], ["created_at", "2016-10-07 19:21:04.555500"], ["updated_at", "2016-10-07 19:21:04.555500"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod vel aperiam sunt.\",\"body\":\"I'll transmit the mobile ADP transmitter, that should program the FTP application!\"}"], ["created_at", "2016-10-07 19:21:04.556562"], ["updated_at", "2016-10-07 19:21:04.556562"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut expedita ipsam dolore.\",\"body\":\"Calculating the microchip won't do anything, we need to input the mobile usb firewall!\"}"], ["created_at", "2016-10-07 19:21:04.557828"], ["updated_at", "2016-10-07 19:21:04.557828"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus officiis neque.\",\"body\":\"You can't transmit the port without copying the solid state XSS driver!\"}"], ["created_at", "2016-10-07 19:21:04.558934"], ["updated_at", "2016-10-07 19:21:04.558934"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur expedita ea hic non temporibus officia.\",\"body\":\"Try to parse the SMS driver, maybe it will reboot the wireless bus!\"}"], ["created_at", "2016-10-07 19:21:04.559922"], ["updated_at", "2016-10-07 19:21:04.559922"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias consectetur officiis quis et omnis.\",\"body\":\"We need to parse the digital ADP array!\"}"], ["created_at", "2016-10-07 19:21:04.560874"], ["updated_at", "2016-10-07 19:21:04.560874"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam nemo sit consequatur incidunt sit quo.\",\"body\":\"I'll reboot the neural SMTP sensor, that should driver the AGP array!\"}"], ["created_at", "2016-10-07 19:21:04.561878"], ["updated_at", "2016-10-07 19:21:04.561878"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum ex rerum libero.\",\"body\":\"If we navigate the card, we can get to the SDD system through the primary AI array!\"}"], ["created_at", "2016-10-07 19:21:04.562865"], ["updated_at", "2016-10-07 19:21:04.562865"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est id velit et est.\",\"body\":\"You can't parse the protocol without compressing the open-source AI driver!\"}"], ["created_at", "2016-10-07 19:21:04.563812"], ["updated_at", "2016-10-07 19:21:04.563812"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim sed velit qui.\",\"body\":\"If we quantify the matrix, we can get to the TCP interface through the wireless CSS port!\"}"], ["created_at", "2016-10-07 19:21:04.564712"], ["updated_at", "2016-10-07 19:21:04.564712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum recusandae dignissimos quos accusantium.\",\"body\":\"The SAS capacitor is down, input the redundant circuit so we can generate the USB bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.565655"], ["updated_at", "2016-10-07 19:21:04.565655"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus similique dolores.\",\"body\":\"The RAM monitor is down, navigate the solid state circuit so we can synthesize the RSS interface!\"}"], ["created_at", "2016-10-07 19:21:04.566585"], ["updated_at", "2016-10-07 19:21:04.566585"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore eos minima.\",\"body\":\"The PCI hard drive is down, transmit the multi-byte transmitter so we can compress the PNG alarm!\"}"], ["created_at", "2016-10-07 19:21:04.567533"], ["updated_at", "2016-10-07 19:21:04.567533"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci molestiae iusto qui explicabo labore.\",\"body\":\"Bypassing the application won't do anything, we need to connect the back-end adp panel!\"}"], ["created_at", "2016-10-07 19:21:04.568410"], ["updated_at", "2016-10-07 19:21:04.568410"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Autem odit pariatur quis non vero.\",\"body\":\"Try to input the THX protocol, maybe it will index the online system!\"}"], ["created_at", "2016-10-07 19:21:04.569324"], ["updated_at", "2016-10-07 19:21:04.569324"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum aut dolor accusamus dolor optio mollitia eius.\",\"body\":\"The XSS card is down, synthesize the optical application so we can override the PCI interface!\"}"], ["created_at", "2016-10-07 19:21:04.570235"], ["updated_at", "2016-10-07 19:21:04.570235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor ea enim.\",\"body\":\"The XSS feed is down, parse the virtual hard drive so we can program the CSS port!\"}"], ["created_at", "2016-10-07 19:21:04.571209"], ["updated_at", "2016-10-07 19:21:04.571209"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi autem nihil et.\",\"body\":\"The XSS bandwidth is down, transmit the wireless bus so we can back up the COM card!\"}"], ["created_at", "2016-10-07 19:21:04.572131"], ["updated_at", "2016-10-07 19:21:04.572131"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt rem corporis facilis sed.\",\"body\":\"If we synthesize the bus, we can get to the TCP hard drive through the virtual RAM circuit!\"}"], ["created_at", "2016-10-07 19:21:04.573047"], ["updated_at", "2016-10-07 19:21:04.573047"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum ut omnis impedit eos quia.\",\"body\":\"Try to program the THX system, maybe it will transmit the optical alarm!\"}"], ["created_at", "2016-10-07 19:21:04.574002"], ["updated_at", "2016-10-07 19:21:04.574002"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aspernatur in similique quam facere temporibus molestiae.\",\"body\":\"I'll copy the auxiliary AI microchip, that should bandwidth the IB interface!\"}"], ["created_at", "2016-10-07 19:21:04.575193"], ["updated_at", "2016-10-07 19:21:04.575193"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga nesciunt consequatur qui molestiae et rerum.\",\"body\":\"I'll bypass the auxiliary TCP panel, that should feed the SDD pixel!\"}"], ["created_at", "2016-10-07 19:21:04.576437"], ["updated_at", "2016-10-07 19:21:04.576437"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum ipsam vero omnis nihil.\",\"body\":\"Connecting the transmitter won't do anything, we need to reboot the optical css array!\"}"], ["created_at", "2016-10-07 19:21:04.578122"], ["updated_at", "2016-10-07 19:21:04.578122"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut tempora aliquam.\",\"body\":\"Use the open-source IB protocol, then you can quantify the open-source alarm!\"}"], ["created_at", "2016-10-07 19:21:04.579960"], ["updated_at", "2016-10-07 19:21:04.579960"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quasi suscipit deserunt.\",\"body\":\"You can't calculate the card without programming the redundant AGP firewall!\"}"], ["created_at", "2016-10-07 19:21:04.582604"], ["updated_at", "2016-10-07 19:21:04.582604"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est nihil at esse.\",\"body\":\"Use the neural CSS panel, then you can synthesize the digital panel!\"}"], ["created_at", "2016-10-07 19:21:04.585705"], ["updated_at", "2016-10-07 19:21:04.585705"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur sit repellendus.\",\"body\":\"We need to connect the haptic FTP alarm!\"}"], ["created_at", "2016-10-07 19:21:04.587752"], ["updated_at", "2016-10-07 19:21:04.587752"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui aut maxime.\",\"body\":\"We need to bypass the 1080p CSS alarm!\"}"], ["created_at", "2016-10-07 19:21:04.588846"], ["updated_at", "2016-10-07 19:21:04.588846"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi ad dolor eveniet pariatur.\",\"body\":\"I'll input the wireless HDD program, that should application the SAS bus!\"}"], ["created_at", "2016-10-07 19:21:04.589919"], ["updated_at", "2016-10-07 19:21:04.589919"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta cum sunt non recusandae fugiat.\",\"body\":\"Use the 1080p SQL bus, then you can parse the solid state bus!\"}"], ["created_at", "2016-10-07 19:21:04.591097"], ["updated_at", "2016-10-07 19:21:04.591097"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores corrupti fugiat iste assumenda ratione.\",\"body\":\"If we index the pixel, we can get to the SAS feed through the multi-byte SDD microchip!\"}"], ["created_at", "2016-10-07 19:21:04.592141"], ["updated_at", "2016-10-07 19:21:04.592141"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid voluptatem saepe velit culpa quisquam animi.\",\"body\":\"Use the online RSS circuit, then you can index the optical bus!\"}"], ["created_at", "2016-10-07 19:21:04.593114"], ["updated_at", "2016-10-07 19:21:04.593114"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate qui quos ut voluptas laudantium enim et.\",\"body\":\"You can't index the hard drive without backing up the haptic THX hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.594082"], ["updated_at", "2016-10-07 19:21:04.594082"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim iusto corporis est neque rerum.\",\"body\":\"I'll parse the 1080p SQL program, that should application the COM card!\"}"], ["created_at", "2016-10-07 19:21:04.595135"], ["updated_at", "2016-10-07 19:21:04.595135"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia a ut consequatur enim earum.\",\"body\":\"I'll index the bluetooth SQL bandwidth, that should interface the SMS application!\"}"], ["created_at", "2016-10-07 19:21:04.596125"], ["updated_at", "2016-10-07 19:21:04.596125"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere est iste molestias perspiciatis.\",\"body\":\"The PNG driver is down, transmit the redundant hard drive so we can bypass the JBOD hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.597065"], ["updated_at", "2016-10-07 19:21:04.597065"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat eveniet assumenda non.\",\"body\":\"If we copy the application, we can get to the SDD protocol through the primary USB protocol!\"}"], ["created_at", "2016-10-07 19:21:04.598075"], ["updated_at", "2016-10-07 19:21:04.598075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim temporibus dolorem nisi maiores.\",\"body\":\"We need to synthesize the back-end AI system!\"}"], ["created_at", "2016-10-07 19:21:04.599057"], ["updated_at", "2016-10-07 19:21:04.599057"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio temporibus nostrum.\",\"body\":\"Try to hack the JSON monitor, maybe it will generate the back-end bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.599977"], ["updated_at", "2016-10-07 19:21:04.599977"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus iste nobis deleniti sunt est neque.\",\"body\":\"I'll generate the mobile JSON circuit, that should capacitor the TCP bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.600895"], ["updated_at", "2016-10-07 19:21:04.600895"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione aut quod velit eveniet non excepturi rerum.\",\"body\":\"I'll synthesize the optical GB circuit, that should application the PNG transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.601796"], ["updated_at", "2016-10-07 19:21:04.601796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora ut explicabo et sunt.\",\"body\":\"If we synthesize the alarm, we can get to the IB hard drive through the redundant HTTP microchip!\"}"], ["created_at", "2016-10-07 19:21:04.602752"], ["updated_at", "2016-10-07 19:21:04.602752"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat architecto quia odit ducimus eaque aut temporibus.\",\"body\":\"I'll synthesize the bluetooth EXE protocol, that should protocol the SMTP microchip!\"}"], ["created_at", "2016-10-07 19:21:04.603683"], ["updated_at", "2016-10-07 19:21:04.603683"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ad natus amet earum.\",\"body\":\"I'll bypass the mobile ADP array, that should firewall the HDD program!\"}"], ["created_at", "2016-10-07 19:21:04.604607"], ["updated_at", "2016-10-07 19:21:04.604607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui aut iure.\",\"body\":\"Try to reboot the PCI capacitor, maybe it will hack the multi-byte system!\"}"], ["created_at", "2016-10-07 19:21:04.605522"], ["updated_at", "2016-10-07 19:21:04.605522"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo velit ea fuga.\",\"body\":\"Try to copy the XSS system, maybe it will input the wireless bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.606448"], ["updated_at", "2016-10-07 19:21:04.606448"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam vitae commodi iste numquam.\",\"body\":\"Use the open-source PNG microchip, then you can compress the primary driver!\"}"], ["created_at", "2016-10-07 19:21:04.607509"], ["updated_at", "2016-10-07 19:21:04.607509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis et quidem aut rem.\",\"body\":\"If we parse the interface, we can get to the COM alarm through the open-source HTTP firewall!\"}"], ["created_at", "2016-10-07 19:21:04.608452"], ["updated_at", "2016-10-07 19:21:04.608452"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat rem blanditiis et modi dignissimos.\",\"body\":\"Use the auxiliary HDD system, then you can calculate the digital pixel!\"}"], ["created_at", "2016-10-07 19:21:04.609383"], ["updated_at", "2016-10-07 19:21:04.609383"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus quam illo excepturi qui nam.\",\"body\":\"You can't navigate the application without generating the virtual PNG hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.610304"], ["updated_at", "2016-10-07 19:21:04.610304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores sit aspernatur nihil eum.\",\"body\":\"You can't reboot the transmitter without calculating the redundant RSS monitor!\"}"], ["created_at", "2016-10-07 19:21:04.611235"], ["updated_at", "2016-10-07 19:21:04.611235"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi commodi autem est error nisi sequi facere.\",\"body\":\"The AGP capacitor is down, navigate the solid state protocol so we can navigate the SAS matrix!\"}"], ["created_at", "2016-10-07 19:21:04.612184"], ["updated_at", "2016-10-07 19:21:04.612184"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In aliquam architecto vero quia est molestiae consectetur.\",\"body\":\"You can't program the hard drive without backing up the mobile ADP driver!\"}"], ["created_at", "2016-10-07 19:21:04.613111"], ["updated_at", "2016-10-07 19:21:04.613111"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum enim et vitae aut.\",\"body\":\"Use the primary COM feed, then you can compress the online application!\"}"], ["created_at", "2016-10-07 19:21:04.614018"], ["updated_at", "2016-10-07 19:21:04.614018"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis recusandae distinctio.\",\"body\":\"The AGP array is down, input the back-end bus so we can input the TCP monitor!\"}"], ["created_at", "2016-10-07 19:21:04.614944"], ["updated_at", "2016-10-07 19:21:04.614944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam omnis blanditiis voluptatem rerum magni sit.\",\"body\":\"We need to synthesize the auxiliary SMS transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.615851"], ["updated_at", "2016-10-07 19:21:04.615851"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora molestiae et magni nihil.\",\"body\":\"The HDD sensor is down, program the mobile transmitter so we can generate the AGP protocol!\"}"], ["created_at", "2016-10-07 19:21:04.616747"], ["updated_at", "2016-10-07 19:21:04.616747"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem omnis dolor ut ut velit voluptas autem.\",\"body\":\"If we transmit the transmitter, we can get to the SQL bus through the primary JSON panel!\"}"], ["created_at", "2016-10-07 19:21:04.617641"], ["updated_at", "2016-10-07 19:21:04.617641"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint consectetur porro expedita asperiores.\",\"body\":\"If we copy the transmitter, we can get to the HTTP hard drive through the cross-platform EXE alarm!\"}"], ["created_at", "2016-10-07 19:21:04.618576"], ["updated_at", "2016-10-07 19:21:04.618576"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae et eum dignissimos voluptatem.\",\"body\":\"Hacking the transmitter won't do anything, we need to calculate the primary tcp firewall!\"}"], ["created_at", "2016-10-07 19:21:04.619472"], ["updated_at", "2016-10-07 19:21:04.619472"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique aspernatur facere perferendis.\",\"body\":\"We need to hack the cross-platform HTTP panel!\"}"], ["created_at", "2016-10-07 19:21:04.620360"], ["updated_at", "2016-10-07 19:21:04.620360"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto sit beatae.\",\"body\":\"We need to reboot the haptic HTTP transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.621239"], ["updated_at", "2016-10-07 19:21:04.621239"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto quaerat recusandae corrupti.\",\"body\":\"Quantifying the sensor won't do anything, we need to program the cross-platform json bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.622125"], ["updated_at", "2016-10-07 19:21:04.622125"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et deserunt doloribus dicta repellendus qui quam distinctio.\",\"body\":\"Use the primary AI monitor, then you can program the back-end firewall!\"}"], ["created_at", "2016-10-07 19:21:04.623016"], ["updated_at", "2016-10-07 19:21:04.623016"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium magni nulla eos dolores.\",\"body\":\"Use the auxiliary SDD feed, then you can compress the virtual interface!\"}"], ["created_at", "2016-10-07 19:21:04.623959"], ["updated_at", "2016-10-07 19:21:04.623959"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio sit explicabo qui autem incidunt optio.\",\"body\":\"Use the multi-byte FTP transmitter, then you can input the optical array!\"}"], ["created_at", "2016-10-07 19:21:04.624922"], ["updated_at", "2016-10-07 19:21:04.624922"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum debitis quae et optio non repellat.\",\"body\":\"Transmitting the program won't do anything, we need to synthesize the solid state pci sensor!\"}"], ["created_at", "2016-10-07 19:21:04.625840"], ["updated_at", "2016-10-07 19:21:04.625840"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti distinctio labore et id perspiciatis placeat et.\",\"body\":\"You can't calculate the card without programming the virtual SMTP bus!\"}"], ["created_at", "2016-10-07 19:21:04.626801"], ["updated_at", "2016-10-07 19:21:04.626801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis sapiente sed.\",\"body\":\"You can't override the bandwidth without hacking the redundant SMTP capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.627712"], ["updated_at", "2016-10-07 19:21:04.627712"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor nihil iure velit.\",\"body\":\"The HTTP driver is down, generate the digital capacitor so we can copy the SQL pixel!\"}"], ["created_at", "2016-10-07 19:21:04.628653"], ["updated_at", "2016-10-07 19:21:04.628653"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut praesentium dolores accusantium aut.\",\"body\":\"Programming the system won't do anything, we need to reboot the open-source thx protocol!\"}"], ["created_at", "2016-10-07 19:21:04.629569"], ["updated_at", "2016-10-07 19:21:04.629569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Earum non officiis sapiente neque facere occaecati accusamus.\",\"body\":\"Hacking the capacitor won't do anything, we need to input the primary sdd protocol!\"}"], ["created_at", "2016-10-07 19:21:04.630465"], ["updated_at", "2016-10-07 19:21:04.630465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum error deleniti.\",\"body\":\"You can't reboot the interface without synthesizing the wireless COM microchip!\"}"], ["created_at", "2016-10-07 19:21:04.631425"], ["updated_at", "2016-10-07 19:21:04.631425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam earum porro ut.\",\"body\":\"We need to calculate the bluetooth COM feed!\"}"], ["created_at", "2016-10-07 19:21:04.632323"], ["updated_at", "2016-10-07 19:21:04.632323"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo at veritatis fugit quo dolorum.\",\"body\":\"The ADP hard drive is down, navigate the 1080p firewall so we can input the COM port!\"}"], ["created_at", "2016-10-07 19:21:04.633210"], ["updated_at", "2016-10-07 19:21:04.633210"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut voluptas reiciendis omnis quae et alias.\",\"body\":\"We need to navigate the open-source SQL capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.634075"], ["updated_at", "2016-10-07 19:21:04.634075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quaerat qui ducimus ut explicabo.\",\"body\":\"I'll compress the cross-platform PCI alarm, that should array the SMS sensor!\"}"], ["created_at", "2016-10-07 19:21:04.635012"], ["updated_at", "2016-10-07 19:21:04.635012"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quos quod quia laboriosam quam aut.\",\"body\":\"If we copy the system, we can get to the JBOD firewall through the primary PNG panel!\"}"], ["created_at", "2016-10-07 19:21:04.635917"], ["updated_at", "2016-10-07 19:21:04.635917"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est suscipit atque distinctio consequatur.\",\"body\":\"If we index the bandwidth, we can get to the GB card through the back-end AGP hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.636832"], ["updated_at", "2016-10-07 19:21:04.636832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae qui qui voluptas nam quam ut ut.\",\"body\":\"We need to transmit the optical XML bus!\"}"], ["created_at", "2016-10-07 19:21:04.637737"], ["updated_at", "2016-10-07 19:21:04.637737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In et est non veniam.\",\"body\":\"I'll generate the open-source SQL array, that should interface the SCSI panel!\"}"], ["created_at", "2016-10-07 19:21:04.638663"], ["updated_at", "2016-10-07 19:21:04.638663"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur vero ut laborum consequuntur autem.\",\"body\":\"Use the solid state IB bandwidth, then you can copy the mobile matrix!\"}"], ["created_at", "2016-10-07 19:21:04.639558"], ["updated_at", "2016-10-07 19:21:04.639558"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis provident et.\",\"body\":\"Use the neural XSS capacitor, then you can program the online monitor!\"}"], ["created_at", "2016-10-07 19:21:04.640524"], ["updated_at", "2016-10-07 19:21:04.640524"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis provident ipsam qui deleniti voluptatem.\",\"body\":\"You can't bypass the pixel without copying the virtual IB panel!\"}"], ["created_at", "2016-10-07 19:21:04.641746"], ["updated_at", "2016-10-07 19:21:04.641746"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla quos perspiciatis rerum.\",\"body\":\"If we override the monitor, we can get to the SQL monitor through the back-end ADP matrix!\"}"], ["created_at", "2016-10-07 19:21:04.643019"], ["updated_at", "2016-10-07 19:21:04.643019"]] SQL (0.3ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet excepturi libero.\",\"body\":\"Use the primary JSON interface, then you can input the solid state bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.644413"], ["updated_at", "2016-10-07 19:21:04.644413"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquam dolor voluptatem repudiandae ut voluptas ea.\",\"body\":\"Use the digital SSL array, then you can compress the neural microchip!\"}"], ["created_at", "2016-10-07 19:21:04.647324"], ["updated_at", "2016-10-07 19:21:04.647324"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo facilis autem officiis.\",\"body\":\"You can't input the application without synthesizing the back-end JBOD bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.649735"], ["updated_at", "2016-10-07 19:21:04.649735"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque culpa voluptatem quo id eos.\",\"body\":\"Connecting the interface won't do anything, we need to generate the optical ib capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.652677"], ["updated_at", "2016-10-07 19:21:04.652677"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo sunt autem quia est facilis distinctio.\",\"body\":\"You can't index the sensor without indexing the neural FTP feed!\"}"], ["created_at", "2016-10-07 19:21:04.654098"], ["updated_at", "2016-10-07 19:21:04.654098"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe veritatis impedit sunt molestiae eveniet accusantium.\",\"body\":\"The ADP alarm is down, index the multi-byte feed so we can back up the AGP card!\"}"], ["created_at", "2016-10-07 19:21:04.655404"], ["updated_at", "2016-10-07 19:21:04.655404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita facere doloribus.\",\"body\":\"If we program the application, we can get to the THX bandwidth through the virtual IB capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.656370"], ["updated_at", "2016-10-07 19:21:04.656370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem fuga est libero ea.\",\"body\":\"Indexing the bus won't do anything, we need to reboot the cross-platform ib application!\"}"], ["created_at", "2016-10-07 19:21:04.657423"], ["updated_at", "2016-10-07 19:21:04.657423"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente sed eaque quaerat consectetur.\",\"body\":\"If we calculate the matrix, we can get to the PNG card through the bluetooth XSS array!\"}"], ["created_at", "2016-10-07 19:21:04.658380"], ["updated_at", "2016-10-07 19:21:04.658380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias recusandae autem ut quasi aperiam.\",\"body\":\"I'll bypass the virtual JBOD firewall, that should pixel the HTTP bus!\"}"], ["created_at", "2016-10-07 19:21:04.659346"], ["updated_at", "2016-10-07 19:21:04.659346"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel dolorem ea odio necessitatibus exercitationem et.\",\"body\":\"Compressing the system won't do anything, we need to hack the multi-byte smtp hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.660263"], ["updated_at", "2016-10-07 19:21:04.660263"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et soluta veniam.\",\"body\":\"The RAM program is down, input the open-source panel so we can calculate the CSS card!\"}"], ["created_at", "2016-10-07 19:21:04.661196"], ["updated_at", "2016-10-07 19:21:04.661196"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum et impedit modi sit maxime.\",\"body\":\"I'll copy the back-end ADP panel, that should program the JSON circuit!\"}"], ["created_at", "2016-10-07 19:21:04.662113"], ["updated_at", "2016-10-07 19:21:04.662113"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente unde cum culpa aspernatur facere.\",\"body\":\"Transmitting the monitor won't do anything, we need to back up the neural ram port!\"}"], ["created_at", "2016-10-07 19:21:04.663092"], ["updated_at", "2016-10-07 19:21:04.663092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quia eum rerum hic ea.\",\"body\":\"If we index the card, we can get to the FTP capacitor through the bluetooth SMTP microchip!\"}"], ["created_at", "2016-10-07 19:21:04.663957"], ["updated_at", "2016-10-07 19:21:04.663957"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti tempore dolores quasi voluptatibus voluptates cupiditate.\",\"body\":\"I'll bypass the back-end SMS pixel, that should alarm the ADP port!\"}"], ["created_at", "2016-10-07 19:21:04.664868"], ["updated_at", "2016-10-07 19:21:04.664868"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed laboriosam voluptas pariatur dolores numquam velit minima.\",\"body\":\"Use the online SSL bus, then you can transmit the virtual bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.665748"], ["updated_at", "2016-10-07 19:21:04.665748"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati consequatur dolores.\",\"body\":\"Try to back up the RSS capacitor, maybe it will copy the mobile firewall!\"}"], ["created_at", "2016-10-07 19:21:04.666655"], ["updated_at", "2016-10-07 19:21:04.666655"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptate sequi maiores numquam.\",\"body\":\"I'll navigate the online SMS pixel, that should monitor the SDD microchip!\"}"], ["created_at", "2016-10-07 19:21:04.667544"], ["updated_at", "2016-10-07 19:21:04.667544"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo consequatur nobis odit.\",\"body\":\"Indexing the firewall won't do anything, we need to bypass the auxiliary xss matrix!\"}"], ["created_at", "2016-10-07 19:21:04.668451"], ["updated_at", "2016-10-07 19:21:04.668451"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae similique veniam nobis deserunt.\",\"body\":\"Try to navigate the COM alarm, maybe it will generate the redundant application!\"}"], ["created_at", "2016-10-07 19:21:04.669368"], ["updated_at", "2016-10-07 19:21:04.669368"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores et nobis.\",\"body\":\"Programming the pixel won't do anything, we need to generate the neural agp firewall!\"}"], ["created_at", "2016-10-07 19:21:04.670265"], ["updated_at", "2016-10-07 19:21:04.670265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia est debitis.\",\"body\":\"We need to reboot the back-end COM system!\"}"], ["created_at", "2016-10-07 19:21:04.671182"], ["updated_at", "2016-10-07 19:21:04.671182"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut labore voluptatem.\",\"body\":\"The HTTP capacitor is down, navigate the open-source pixel so we can reboot the HDD program!\"}"], ["created_at", "2016-10-07 19:21:04.672064"], ["updated_at", "2016-10-07 19:21:04.672064"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam vitae vel et distinctio assumenda.\",\"body\":\"Try to override the SAS firewall, maybe it will connect the virtual application!\"}"], ["created_at", "2016-10-07 19:21:04.672969"], ["updated_at", "2016-10-07 19:21:04.672969"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorem error sit rerum quae exercitationem.\",\"body\":\"Try to back up the SMTP interface, maybe it will calculate the redundant microchip!\"}"], ["created_at", "2016-10-07 19:21:04.673877"], ["updated_at", "2016-10-07 19:21:04.673877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur deserunt aut omnis aut nihil.\",\"body\":\"We need to override the open-source HDD microchip!\"}"], ["created_at", "2016-10-07 19:21:04.674850"], ["updated_at", "2016-10-07 19:21:04.674850"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias itaque et consequatur tenetur accusantium tempore.\",\"body\":\"Use the haptic GB circuit, then you can transmit the cross-platform capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.675756"], ["updated_at", "2016-10-07 19:21:04.675756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vitae debitis consequatur nobis praesentium.\",\"body\":\"Use the auxiliary JBOD microchip, then you can compress the auxiliary sensor!\"}"], ["created_at", "2016-10-07 19:21:04.676649"], ["updated_at", "2016-10-07 19:21:04.676649"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam maxime consequuntur doloremque labore iste.\",\"body\":\"Try to input the XML array, maybe it will calculate the cross-platform interface!\"}"], ["created_at", "2016-10-07 19:21:04.677549"], ["updated_at", "2016-10-07 19:21:04.677549"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod quae animi.\",\"body\":\"I'll index the open-source SAS capacitor, that should microchip the XSS bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.678479"], ["updated_at", "2016-10-07 19:21:04.678479"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nobis sint accusantium error atque expedita soluta est.\",\"body\":\"We need to compress the solid state JSON application!\"}"], ["created_at", "2016-10-07 19:21:04.679425"], ["updated_at", "2016-10-07 19:21:04.679425"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci atque ut.\",\"body\":\"Try to back up the XSS pixel, maybe it will compress the mobile circuit!\"}"], ["created_at", "2016-10-07 19:21:04.680567"], ["updated_at", "2016-10-07 19:21:04.680567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis qui est et similique doloremque.\",\"body\":\"If we program the application, we can get to the GB sensor through the redundant SDD firewall!\"}"], ["created_at", "2016-10-07 19:21:04.681490"], ["updated_at", "2016-10-07 19:21:04.681490"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur ipsam aperiam optio distinctio unde.\",\"body\":\"Use the 1080p IB driver, then you can input the back-end feed!\"}"], ["created_at", "2016-10-07 19:21:04.682408"], ["updated_at", "2016-10-07 19:21:04.682408"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel natus maxime vero a omnis velit.\",\"body\":\"Use the virtual IB bandwidth, then you can connect the primary program!\"}"], ["created_at", "2016-10-07 19:21:04.683350"], ["updated_at", "2016-10-07 19:21:04.683350"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur officiis temporibus.\",\"body\":\"You can't program the alarm without generating the virtual SCSI capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.684250"], ["updated_at", "2016-10-07 19:21:04.684250"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus eaque perspiciatis dolores eveniet et.\",\"body\":\"Use the bluetooth SAS pixel, then you can generate the neural firewall!\"}"], ["created_at", "2016-10-07 19:21:04.685143"], ["updated_at", "2016-10-07 19:21:04.685143"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo qui minus maiores autem perspiciatis unde est.\",\"body\":\"I'll connect the 1080p SSL bandwidth, that should monitor the EXE transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.686070"], ["updated_at", "2016-10-07 19:21:04.686070"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis delectus nulla consequatur a omnis excepturi.\",\"body\":\"If we back up the bandwidth, we can get to the THX application through the open-source SQL system!\"}"], ["created_at", "2016-10-07 19:21:04.686962"], ["updated_at", "2016-10-07 19:21:04.686962"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga sint voluptatem ad.\",\"body\":\"I'll transmit the bluetooth JSON alarm, that should capacitor the SMS bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.687871"], ["updated_at", "2016-10-07 19:21:04.687871"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet repudiandae temporibus.\",\"body\":\"Try to input the COM hard drive, maybe it will copy the primary circuit!\"}"], ["created_at", "2016-10-07 19:21:04.688738"], ["updated_at", "2016-10-07 19:21:04.688738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt ut qui.\",\"body\":\"I'll transmit the virtual RAM interface, that should alarm the PNG sensor!\"}"], ["created_at", "2016-10-07 19:21:04.689625"], ["updated_at", "2016-10-07 19:21:04.689625"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui neque et enim voluptatum deserunt omnis.\",\"body\":\"If we navigate the microchip, we can get to the SDD matrix through the digital FTP driver!\"}"], ["created_at", "2016-10-07 19:21:04.690586"], ["updated_at", "2016-10-07 19:21:04.690586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis quae maxime et animi autem explicabo impedit.\",\"body\":\"We need to synthesize the 1080p SCSI driver!\"}"], ["created_at", "2016-10-07 19:21:04.691539"], ["updated_at", "2016-10-07 19:21:04.691539"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae veniam illo placeat alias atque omnis.\",\"body\":\"If we synthesize the matrix, we can get to the SMTP bus through the 1080p PNG monitor!\"}"], ["created_at", "2016-10-07 19:21:04.692437"], ["updated_at", "2016-10-07 19:21:04.692437"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Commodi recusandae numquam atque nemo.\",\"body\":\"Use the wireless EXE transmitter, then you can reboot the primary driver!\"}"], ["created_at", "2016-10-07 19:21:04.693343"], ["updated_at", "2016-10-07 19:21:04.693343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis deserunt tenetur voluptatem incidunt minima.\",\"body\":\"Use the auxiliary USB driver, then you can program the back-end application!\"}"], ["created_at", "2016-10-07 19:21:04.694239"], ["updated_at", "2016-10-07 19:21:04.694239"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus quam eveniet debitis unde alias voluptas.\",\"body\":\"Programming the driver won't do anything, we need to parse the auxiliary ftp microchip!\"}"], ["created_at", "2016-10-07 19:21:04.695193"], ["updated_at", "2016-10-07 19:21:04.695193"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem ex id tempora accusamus maiores autem sit.\",\"body\":\"You can't back up the circuit without quantifying the cross-platform FTP transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.696121"], ["updated_at", "2016-10-07 19:21:04.696121"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut unde voluptas qui neque.\",\"body\":\"Copying the circuit won't do anything, we need to connect the bluetooth json capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.697021"], ["updated_at", "2016-10-07 19:21:04.697021"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae id dolorum sit.\",\"body\":\"I'll navigate the solid state GB capacitor, that should card the SMTP firewall!\"}"], ["created_at", "2016-10-07 19:21:04.697923"], ["updated_at", "2016-10-07 19:21:04.697923"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores consequatur inventore dignissimos iure enim.\",\"body\":\"We need to parse the neural THX transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.699198"], ["updated_at", "2016-10-07 19:21:04.699198"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae similique officiis in aut.\",\"body\":\"Try to compress the HDD port, maybe it will synthesize the primary firewall!\"}"], ["created_at", "2016-10-07 19:21:04.700220"], ["updated_at", "2016-10-07 19:21:04.700220"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit voluptatum accusamus voluptas autem ea voluptatibus.\",\"body\":\"Try to transmit the IB card, maybe it will connect the online card!\"}"], ["created_at", "2016-10-07 19:21:04.701217"], ["updated_at", "2016-10-07 19:21:04.701217"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur provident cum consectetur deleniti dolorem.\",\"body\":\"If we quantify the bandwidth, we can get to the XML microchip through the optical GB bus!\"}"], ["created_at", "2016-10-07 19:21:04.702232"], ["updated_at", "2016-10-07 19:21:04.702232"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt laudantium vitae qui.\",\"body\":\"We need to synthesize the back-end PCI matrix!\"}"], ["created_at", "2016-10-07 19:21:04.703296"], ["updated_at", "2016-10-07 19:21:04.703296"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus in ad nihil maxime et.\",\"body\":\"We need to input the cross-platform COM card!\"}"], ["created_at", "2016-10-07 19:21:04.704370"], ["updated_at", "2016-10-07 19:21:04.704370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus quam sunt.\",\"body\":\"Try to generate the USB system, maybe it will copy the bluetooth firewall!\"}"], ["created_at", "2016-10-07 19:21:04.705435"], ["updated_at", "2016-10-07 19:21:04.705435"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quaerat dicta assumenda.\",\"body\":\"I'll index the digital AI system, that should microchip the PNG array!\"}"], ["created_at", "2016-10-07 19:21:04.706526"], ["updated_at", "2016-10-07 19:21:04.706526"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut soluta inventore labore laboriosam ratione exercitationem consequatur.\",\"body\":\"You can't quantify the feed without indexing the virtual SAS microchip!\"}"], ["created_at", "2016-10-07 19:21:04.707617"], ["updated_at", "2016-10-07 19:21:04.707617"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae ut est omnis.\",\"body\":\"Try to hack the ADP bandwidth, maybe it will navigate the cross-platform hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.708685"], ["updated_at", "2016-10-07 19:21:04.708685"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est temporibus aperiam accusamus voluptas qui consectetur.\",\"body\":\"Try to calculate the GB alarm, maybe it will transmit the 1080p circuit!\"}"], ["created_at", "2016-10-07 19:21:04.709710"], ["updated_at", "2016-10-07 19:21:04.709710"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ipsum cupiditate.\",\"body\":\"The TCP bandwidth is down, input the virtual microchip so we can back up the EXE circuit!\"}"], ["created_at", "2016-10-07 19:21:04.710742"], ["updated_at", "2016-10-07 19:21:04.710742"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatum in beatae enim odit veritatis.\",\"body\":\"I'll navigate the neural TCP program, that should circuit the HDD system!\"}"], ["created_at", "2016-10-07 19:21:04.711755"], ["updated_at", "2016-10-07 19:21:04.711755"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis ex fugit quaerat qui pariatur.\",\"body\":\"Use the virtual SSL bandwidth, then you can input the online circuit!\"}"], ["created_at", "2016-10-07 19:21:04.712769"], ["updated_at", "2016-10-07 19:21:04.712769"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi pariatur et possimus enim ea fugit.\",\"body\":\"Use the online JBOD protocol, then you can navigate the auxiliary panel!\"}"], ["created_at", "2016-10-07 19:21:04.720423"], ["updated_at", "2016-10-07 19:21:04.720423"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis ducimus distinctio.\",\"body\":\"You can't hack the driver without navigating the neural SAS bus!\"}"], ["created_at", "2016-10-07 19:21:04.721492"], ["updated_at", "2016-10-07 19:21:04.721492"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non consequuntur vero.\",\"body\":\"Navigating the feed won't do anything, we need to quantify the auxiliary gb circuit!\"}"], ["created_at", "2016-10-07 19:21:04.722460"], ["updated_at", "2016-10-07 19:21:04.722460"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem esse ut aut voluptatem dolorem.\",\"body\":\"I'll input the wireless SSL protocol, that should port the SAS panel!\"}"], ["created_at", "2016-10-07 19:21:04.723479"], ["updated_at", "2016-10-07 19:21:04.723479"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio ullam non aliquam perspiciatis rerum sit necessitatibus.\",\"body\":\"If we override the protocol, we can get to the FTP bandwidth through the optical RSS driver!\"}"], ["created_at", "2016-10-07 19:21:04.724496"], ["updated_at", "2016-10-07 19:21:04.724496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel hic quod corporis corrupti est odit quia.\",\"body\":\"Use the online AGP pixel, then you can transmit the cross-platform firewall!\"}"], ["created_at", "2016-10-07 19:21:04.725504"], ["updated_at", "2016-10-07 19:21:04.725504"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid fugiat illum qui error.\",\"body\":\"We need to quantify the primary FTP sensor!\"}"], ["created_at", "2016-10-07 19:21:04.726498"], ["updated_at", "2016-10-07 19:21:04.726498"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint repellendus sunt aut at dolorum.\",\"body\":\"Indexing the pixel won't do anything, we need to override the redundant xml panel!\"}"], ["created_at", "2016-10-07 19:21:04.727528"], ["updated_at", "2016-10-07 19:21:04.727528"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic sed saepe vel praesentium assumenda rerum.\",\"body\":\"We need to input the cross-platform THX bus!\"}"], ["created_at", "2016-10-07 19:21:04.728540"], ["updated_at", "2016-10-07 19:21:04.728540"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In et nobis nulla consequuntur.\",\"body\":\"Use the virtual SDD feed, then you can compress the back-end driver!\"}"], ["created_at", "2016-10-07 19:21:04.729575"], ["updated_at", "2016-10-07 19:21:04.729575"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia impedit deserunt facere.\",\"body\":\"The GB firewall is down, compress the haptic card so we can hack the SMS panel!\"}"], ["created_at", "2016-10-07 19:21:04.730555"], ["updated_at", "2016-10-07 19:21:04.730555"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quaerat nesciunt natus.\",\"body\":\"We need to program the redundant PNG array!\"}"], ["created_at", "2016-10-07 19:21:04.731452"], ["updated_at", "2016-10-07 19:21:04.731452"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum possimus dolor provident nesciunt.\",\"body\":\"You can't transmit the pixel without calculating the 1080p SSL feed!\"}"], ["created_at", "2016-10-07 19:21:04.732349"], ["updated_at", "2016-10-07 19:21:04.732349"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga vero beatae dignissimos.\",\"body\":\"Try to override the HTTP capacitor, maybe it will generate the redundant matrix!\"}"], ["created_at", "2016-10-07 19:21:04.733262"], ["updated_at", "2016-10-07 19:21:04.733262"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit aliquam ut porro ipsa ut sed quia.\",\"body\":\"The SCSI monitor is down, back up the open-source driver so we can navigate the GB protocol!\"}"], ["created_at", "2016-10-07 19:21:04.734126"], ["updated_at", "2016-10-07 19:21:04.734126"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia nihil in beatae.\",\"body\":\"We need to reboot the primary THX alarm!\"}"], ["created_at", "2016-10-07 19:21:04.735071"], ["updated_at", "2016-10-07 19:21:04.735071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero aut totam adipisci vel magni.\",\"body\":\"If we input the program, we can get to the SSL capacitor through the back-end FTP panel!\"}"], ["created_at", "2016-10-07 19:21:04.735935"], ["updated_at", "2016-10-07 19:21:04.735935"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt quia ipsa aliquam et odio eaque.\",\"body\":\"The HDD application is down, copy the optical port so we can compress the IB pixel!\"}"], ["created_at", "2016-10-07 19:21:04.736832"], ["updated_at", "2016-10-07 19:21:04.736832"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non aliquid sunt possimus molestiae expedita velit.\",\"body\":\"Use the haptic PNG program, then you can hack the online monitor!\"}"], ["created_at", "2016-10-07 19:21:04.737749"], ["updated_at", "2016-10-07 19:21:04.737749"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sunt voluptas necessitatibus possimus.\",\"body\":\"You can't compress the pixel without parsing the open-source JSON driver!\"}"], ["created_at", "2016-10-07 19:21:04.738649"], ["updated_at", "2016-10-07 19:21:04.738649"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo aspernatur quaerat quisquam hic eum.\",\"body\":\"Use the online JSON transmitter, then you can program the digital panel!\"}"], ["created_at", "2016-10-07 19:21:04.739588"], ["updated_at", "2016-10-07 19:21:04.739588"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati necessitatibus voluptatem nesciunt et nisi amet dolores.\",\"body\":\"You can't transmit the pixel without bypassing the digital USB card!\"}"], ["created_at", "2016-10-07 19:21:04.740489"], ["updated_at", "2016-10-07 19:21:04.740489"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel alias ea voluptas quia qui.\",\"body\":\"We need to reboot the 1080p THX monitor!\"}"], ["created_at", "2016-10-07 19:21:04.741362"], ["updated_at", "2016-10-07 19:21:04.741362"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis nulla asperiores architecto sed optio maxime.\",\"body\":\"Use the primary PNG circuit, then you can connect the redundant transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.742279"], ["updated_at", "2016-10-07 19:21:04.742279"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ullam sunt et officiis.\",\"body\":\"You can't generate the monitor without programming the optical HDD bus!\"}"], ["created_at", "2016-10-07 19:21:04.743204"], ["updated_at", "2016-10-07 19:21:04.743204"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque eos et similique ab.\",\"body\":\"If we bypass the panel, we can get to the SSL hard drive through the online SDD system!\"}"], ["created_at", "2016-10-07 19:21:04.744064"], ["updated_at", "2016-10-07 19:21:04.744064"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Hic iste labore earum adipisci voluptatem blanditiis.\",\"body\":\"If we input the protocol, we can get to the SQL microchip through the neural RAM protocol!\"}"], ["created_at", "2016-10-07 19:21:04.744988"], ["updated_at", "2016-10-07 19:21:04.744988"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit sed voluptates deleniti aut hic.\",\"body\":\"I'll compress the redundant SDD capacitor, that should port the XSS bus!\"}"], ["created_at", "2016-10-07 19:21:04.745912"], ["updated_at", "2016-10-07 19:21:04.745912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero soluta consequatur accusamus qui.\",\"body\":\"Use the cross-platform IB panel, then you can program the primary microchip!\"}"], ["created_at", "2016-10-07 19:21:04.746815"], ["updated_at", "2016-10-07 19:21:04.746815"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illum aut blanditiis vel delectus.\",\"body\":\"Try to calculate the TCP interface, maybe it will calculate the digital alarm!\"}"], ["created_at", "2016-10-07 19:21:04.747723"], ["updated_at", "2016-10-07 19:21:04.747723"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae ratione laborum ipsum quidem explicabo.\",\"body\":\"Parsing the card won't do anything, we need to compress the primary pci interface!\"}"], ["created_at", "2016-10-07 19:21:04.748580"], ["updated_at", "2016-10-07 19:21:04.748580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore est qui in voluptas sit voluptates numquam.\",\"body\":\"We need to navigate the open-source XSS firewall!\"}"], ["created_at", "2016-10-07 19:21:04.749465"], ["updated_at", "2016-10-07 19:21:04.749465"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum totam blanditiis quod.\",\"body\":\"Try to generate the RSS bus, maybe it will compress the primary feed!\"}"], ["created_at", "2016-10-07 19:21:04.750342"], ["updated_at", "2016-10-07 19:21:04.750342"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde nihil ullam deleniti sint qui consectetur.\",\"body\":\"We need to override the primary COM panel!\"}"], ["created_at", "2016-10-07 19:21:04.751235"], ["updated_at", "2016-10-07 19:21:04.751235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Provident iure eos reiciendis quibusdam quas quod aut.\",\"body\":\"The AGP bandwidth is down, hack the optical feed so we can reboot the PNG hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.752125"], ["updated_at", "2016-10-07 19:21:04.752125"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit dolores exercitationem et est.\",\"body\":\"You can't navigate the application without hacking the multi-byte AGP capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.753014"], ["updated_at", "2016-10-07 19:21:04.753014"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum maiores nihil.\",\"body\":\"We need to index the haptic IB program!\"}"], ["created_at", "2016-10-07 19:21:04.753883"], ["updated_at", "2016-10-07 19:21:04.753883"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt laboriosam aliquam doloribus ratione autem.\",\"body\":\"If we index the bandwidth, we can get to the XSS hard drive through the multi-byte AI circuit!\"}"], ["created_at", "2016-10-07 19:21:04.754807"], ["updated_at", "2016-10-07 19:21:04.754807"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et qui deleniti.\",\"body\":\"You can't override the hard drive without bypassing the back-end RAM feed!\"}"], ["created_at", "2016-10-07 19:21:04.755705"], ["updated_at", "2016-10-07 19:21:04.755705"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas nisi reiciendis consectetur vitae ullam dolor dolore.\",\"body\":\"We need to hack the online SSL application!\"}"], ["created_at", "2016-10-07 19:21:04.756583"], ["updated_at", "2016-10-07 19:21:04.756583"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui officiis voluptatem nisi.\",\"body\":\"I'll calculate the haptic FTP capacitor, that should circuit the SSL transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.757486"], ["updated_at", "2016-10-07 19:21:04.757486"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut omnis tempore.\",\"body\":\"The SCSI driver is down, override the bluetooth pixel so we can input the COM application!\"}"], ["created_at", "2016-10-07 19:21:04.758376"], ["updated_at", "2016-10-07 19:21:04.758376"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed illum debitis.\",\"body\":\"If we generate the circuit, we can get to the SMTP transmitter through the online RAM circuit!\"}"], ["created_at", "2016-10-07 19:21:04.759300"], ["updated_at", "2016-10-07 19:21:04.759300"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis qui id maxime et.\",\"body\":\"You can't synthesize the port without overriding the bluetooth SSL card!\"}"], ["created_at", "2016-10-07 19:21:04.760183"], ["updated_at", "2016-10-07 19:21:04.760183"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus aut quaerat eius omnis eaque minus.\",\"body\":\"If we parse the matrix, we can get to the GB program through the cross-platform AI bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.761072"], ["updated_at", "2016-10-07 19:21:04.761072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda molestiae sit temporibus enim tempore et ad.\",\"body\":\"If we connect the monitor, we can get to the CSS protocol through the mobile JBOD bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.761966"], ["updated_at", "2016-10-07 19:21:04.761966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita quo tenetur.\",\"body\":\"The XML protocol is down, generate the haptic microchip so we can synthesize the FTP circuit!\"}"], ["created_at", "2016-10-07 19:21:04.762876"], ["updated_at", "2016-10-07 19:21:04.762876"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur soluta dolores in tempore et.\",\"body\":\"Try to hack the IB card, maybe it will transmit the redundant application!\"}"], ["created_at", "2016-10-07 19:21:04.763796"], ["updated_at", "2016-10-07 19:21:04.763796"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia tempore dolore eum quisquam magni.\",\"body\":\"I'll navigate the solid state FTP protocol, that should system the FTP monitor!\"}"], ["created_at", "2016-10-07 19:21:04.764658"], ["updated_at", "2016-10-07 19:21:04.764658"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit reiciendis architecto dolores deleniti eum.\",\"body\":\"You can't transmit the microchip without parsing the primary FTP pixel!\"}"], ["created_at", "2016-10-07 19:21:04.765559"], ["updated_at", "2016-10-07 19:21:04.765559"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur id ipsa.\",\"body\":\"Overriding the matrix won't do anything, we need to override the open-source usb card!\"}"], ["created_at", "2016-10-07 19:21:04.766416"], ["updated_at", "2016-10-07 19:21:04.766416"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque ut dolorem veniam corporis harum rerum.\",\"body\":\"If we input the protocol, we can get to the HTTP firewall through the cross-platform SMS bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.767322"], ["updated_at", "2016-10-07 19:21:04.767322"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla magni in ex nam quibusdam totam distinctio.\",\"body\":\"Try to index the SSL driver, maybe it will navigate the auxiliary hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.768220"], ["updated_at", "2016-10-07 19:21:04.768220"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem qui enim quaerat.\",\"body\":\"Use the cross-platform XSS capacitor, then you can generate the haptic hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.769084"], ["updated_at", "2016-10-07 19:21:04.769084"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis sit sunt excepturi omnis odit voluptas porro.\",\"body\":\"Try to quantify the CSS system, maybe it will quantify the 1080p firewall!\"}"], ["created_at", "2016-10-07 19:21:04.769972"], ["updated_at", "2016-10-07 19:21:04.769972"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque doloremque dolores corrupti.\",\"body\":\"If we index the card, we can get to the XML monitor through the optical SCSI protocol!\"}"], ["created_at", "2016-10-07 19:21:04.770879"], ["updated_at", "2016-10-07 19:21:04.770879"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo iste ad et sunt ut.\",\"body\":\"Use the redundant RSS system, then you can bypass the back-end program!\"}"], ["created_at", "2016-10-07 19:21:04.771738"], ["updated_at", "2016-10-07 19:21:04.771738"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt accusantium quod aperiam quo enim numquam.\",\"body\":\"The HTTP port is down, quantify the neural bandwidth so we can override the COM capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.772627"], ["updated_at", "2016-10-07 19:21:04.772627"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aspernatur cumque et quia laborum nihil nam.\",\"body\":\"The GB protocol is down, parse the neural monitor so we can reboot the FTP monitor!\"}"], ["created_at", "2016-10-07 19:21:04.773547"], ["updated_at", "2016-10-07 19:21:04.773547"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea asperiores ratione beatae.\",\"body\":\"Overriding the system won't do anything, we need to synthesize the neural xss sensor!\"}"], ["created_at", "2016-10-07 19:21:04.774409"], ["updated_at", "2016-10-07 19:21:04.774409"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae quia ipsum.\",\"body\":\"You can't synthesize the matrix without transmitting the neural RSS alarm!\"}"], ["created_at", "2016-10-07 19:21:04.775317"], ["updated_at", "2016-10-07 19:21:04.775317"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt et dignissimos.\",\"body\":\"Try to connect the JSON feed, maybe it will calculate the virtual alarm!\"}"], ["created_at", "2016-10-07 19:21:04.776212"], ["updated_at", "2016-10-07 19:21:04.776212"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam quas quasi temporibus aliquid.\",\"body\":\"Quantifying the matrix won't do anything, we need to back up the neural sas microchip!\"}"], ["created_at", "2016-10-07 19:21:04.777071"], ["updated_at", "2016-10-07 19:21:04.777071"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed repellendus non aut exercitationem aut maiores.\",\"body\":\"Try to navigate the PNG alarm, maybe it will quantify the solid state protocol!\"}"], ["created_at", "2016-10-07 19:21:04.777971"], ["updated_at", "2016-10-07 19:21:04.777971"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cupiditate voluptatem culpa molestias sint aut a consequatur.\",\"body\":\"Use the haptic GB circuit, then you can navigate the 1080p matrix!\"}"], ["created_at", "2016-10-07 19:21:04.778852"], ["updated_at", "2016-10-07 19:21:04.778852"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quia omnis sint aspernatur pariatur voluptas.\",\"body\":\"You can't override the system without navigating the virtual CSS feed!\"}"], ["created_at", "2016-10-07 19:21:04.779756"], ["updated_at", "2016-10-07 19:21:04.779756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id corporis recusandae atque ea ipsam explicabo maiores.\",\"body\":\"We need to back up the haptic USB system!\"}"], ["created_at", "2016-10-07 19:21:04.780643"], ["updated_at", "2016-10-07 19:21:04.780643"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga expedita corrupti minus molestias ea omnis et.\",\"body\":\"The AGP program is down, connect the digital interface so we can reboot the SAS sensor!\"}"], ["created_at", "2016-10-07 19:21:04.781514"], ["updated_at", "2016-10-07 19:21:04.781514"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vero et ullam veniam.\",\"body\":\"Try to hack the FTP transmitter, maybe it will connect the solid state circuit!\"}"], ["created_at", "2016-10-07 19:21:04.782411"], ["updated_at", "2016-10-07 19:21:04.782411"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo soluta exercitationem iusto provident.\",\"body\":\"I'll program the cross-platform SDD circuit, that should protocol the PCI hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.783321"], ["updated_at", "2016-10-07 19:21:04.783321"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus aperiam fugit occaecati error qui nisi.\",\"body\":\"If we back up the hard drive, we can get to the SQL program through the digital USB capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.784184"], ["updated_at", "2016-10-07 19:21:04.784184"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis animi fugiat.\",\"body\":\"Overriding the driver won't do anything, we need to bypass the primary hdd array!\"}"], ["created_at", "2016-10-07 19:21:04.785075"], ["updated_at", "2016-10-07 19:21:04.785075"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut adipisci voluptatum commodi nemo minima molestiae ea.\",\"body\":\"Use the bluetooth USB program, then you can quantify the multi-byte program!\"}"], ["created_at", "2016-10-07 19:21:04.785965"], ["updated_at", "2016-10-07 19:21:04.785965"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In delectus quis ut molestias.\",\"body\":\"Try to override the JSON interface, maybe it will bypass the haptic circuit!\"}"], ["created_at", "2016-10-07 19:21:04.786882"], ["updated_at", "2016-10-07 19:21:04.786882"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore et qui est odit amet porro.\",\"body\":\"Backing up the transmitter won't do anything, we need to navigate the open-source ib feed!\"}"], ["created_at", "2016-10-07 19:21:04.787781"], ["updated_at", "2016-10-07 19:21:04.787781"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus et eum.\",\"body\":\"I'll calculate the haptic SMTP port, that should application the XML protocol!\"}"], ["created_at", "2016-10-07 19:21:04.788662"], ["updated_at", "2016-10-07 19:21:04.788662"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora fugit beatae voluptate aut suscipit neque aut.\",\"body\":\"Try to generate the RAM bus, maybe it will calculate the bluetooth program!\"}"], ["created_at", "2016-10-07 19:21:04.789535"], ["updated_at", "2016-10-07 19:21:04.789535"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Mollitia molestiae qui ratione qui adipisci.\",\"body\":\"Use the optical SMS firewall, then you can quantify the digital protocol!\"}"], ["created_at", "2016-10-07 19:21:04.790454"], ["updated_at", "2016-10-07 19:21:04.790454"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui quidem ut.\",\"body\":\"I'll override the neural JBOD capacitor, that should panel the SDD circuit!\"}"], ["created_at", "2016-10-07 19:21:04.791380"], ["updated_at", "2016-10-07 19:21:04.791380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et distinctio sit atque.\",\"body\":\"If we reboot the alarm, we can get to the AGP system through the auxiliary ADP array!\"}"], ["created_at", "2016-10-07 19:21:04.792235"], ["updated_at", "2016-10-07 19:21:04.792235"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit quis dignissimos sapiente ut voluptates architecto omnis.\",\"body\":\"We need to bypass the redundant PCI system!\"}"], ["created_at", "2016-10-07 19:21:04.793157"], ["updated_at", "2016-10-07 19:21:04.793157"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo earum commodi blanditiis.\",\"body\":\"Try to compress the SMTP monitor, maybe it will navigate the redundant bus!\"}"], ["created_at", "2016-10-07 19:21:04.794046"], ["updated_at", "2016-10-07 19:21:04.794046"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla optio quia ea nemo non.\",\"body\":\"The RSS port is down, back up the auxiliary interface so we can override the JSON card!\"}"], ["created_at", "2016-10-07 19:21:04.794949"], ["updated_at", "2016-10-07 19:21:04.794949"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Debitis sit officia rerum consequatur totam veritatis nihil.\",\"body\":\"You can't bypass the alarm without backing up the neural PCI alarm!\"}"], ["created_at", "2016-10-07 19:21:04.795872"], ["updated_at", "2016-10-07 19:21:04.795872"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil tempora eius.\",\"body\":\"Use the primary AGP driver, then you can override the open-source circuit!\"}"], ["created_at", "2016-10-07 19:21:04.796757"], ["updated_at", "2016-10-07 19:21:04.796757"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Explicabo eum est sapiente consectetur qui.\",\"body\":\"The AI system is down, bypass the auxiliary bandwidth so we can generate the AGP microchip!\"}"], ["created_at", "2016-10-07 19:21:04.797616"], ["updated_at", "2016-10-07 19:21:04.797616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam eum consequuntur sunt consectetur.\",\"body\":\"Generating the feed won't do anything, we need to navigate the online ib feed!\"}"], ["created_at", "2016-10-07 19:21:04.798529"], ["updated_at", "2016-10-07 19:21:04.798529"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Error est ut.\",\"body\":\"Navigating the firewall won't do anything, we need to bypass the primary gb card!\"}"], ["created_at", "2016-10-07 19:21:04.799530"], ["updated_at", "2016-10-07 19:21:04.799530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Doloribus explicabo et.\",\"body\":\"The THX driver is down, parse the multi-byte hard drive so we can program the THX program!\"}"], ["created_at", "2016-10-07 19:21:04.800406"], ["updated_at", "2016-10-07 19:21:04.800406"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ea vel aut tempora aperiam est quia.\",\"body\":\"We need to calculate the multi-byte JSON interface!\"}"], ["created_at", "2016-10-07 19:21:04.801301"], ["updated_at", "2016-10-07 19:21:04.801301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et officiis illo magni sint quia.\",\"body\":\"I'll bypass the auxiliary PNG interface, that should system the GB firewall!\"}"], ["created_at", "2016-10-07 19:21:04.802159"], ["updated_at", "2016-10-07 19:21:04.802159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et adipisci est nesciunt autem qui sequi.\",\"body\":\"We need to synthesize the optical XML interface!\"}"], ["created_at", "2016-10-07 19:21:04.803061"], ["updated_at", "2016-10-07 19:21:04.803061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat pariatur consequuntur.\",\"body\":\"The TCP microchip is down, index the multi-byte matrix so we can override the SCSI program!\"}"], ["created_at", "2016-10-07 19:21:04.803957"], ["updated_at", "2016-10-07 19:21:04.803957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perspiciatis quos nesciunt debitis voluptatem ipsam natus modi.\",\"body\":\"Use the back-end PCI bus, then you can hack the online array!\"}"], ["created_at", "2016-10-07 19:21:04.804817"], ["updated_at", "2016-10-07 19:21:04.804817"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio autem necessitatibus hic enim in commodi praesentium.\",\"body\":\"The USB interface is down, parse the back-end pixel so we can override the AI panel!\"}"], ["created_at", "2016-10-07 19:21:04.805716"], ["updated_at", "2016-10-07 19:21:04.805716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Numquam non blanditiis vel est atque quos optio.\",\"body\":\"Use the redundant THX circuit, then you can calculate the cross-platform monitor!\"}"], ["created_at", "2016-10-07 19:21:04.806656"], ["updated_at", "2016-10-07 19:21:04.806656"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ipsum officiis voluptatem consequatur quae laboriosam sequi.\",\"body\":\"I'll compress the 1080p HTTP alarm, that should bus the PNG system!\"}"], ["created_at", "2016-10-07 19:21:04.807527"], ["updated_at", "2016-10-07 19:21:04.807527"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis earum autem sed non omnis.\",\"body\":\"We need to back up the cross-platform SAS alarm!\"}"], ["created_at", "2016-10-07 19:21:04.808417"], ["updated_at", "2016-10-07 19:21:04.808417"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti nostrum placeat vero quis consequatur tempore.\",\"body\":\"Use the multi-byte JBOD pixel, then you can override the multi-byte bus!\"}"], ["created_at", "2016-10-07 19:21:04.809292"], ["updated_at", "2016-10-07 19:21:04.809292"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod architecto vel eveniet illo quia.\",\"body\":\"Use the auxiliary SMS alarm, then you can program the redundant alarm!\"}"], ["created_at", "2016-10-07 19:21:04.810162"], ["updated_at", "2016-10-07 19:21:04.810162"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio est perspiciatis sapiente rem dolores minima.\",\"body\":\"The SMTP interface is down, connect the multi-byte transmitter so we can calculate the IB transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.811075"], ["updated_at", "2016-10-07 19:21:04.811075"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et aut pariatur excepturi tenetur neque eveniet ut.\",\"body\":\"I'll override the primary SDD matrix, that should capacitor the AGP monitor!\"}"], ["created_at", "2016-10-07 19:21:04.811996"], ["updated_at", "2016-10-07 19:21:04.811996"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et culpa similique est nulla nobis laborum quia.\",\"body\":\"We need to bypass the multi-byte RAM card!\"}"], ["created_at", "2016-10-07 19:21:04.812855"], ["updated_at", "2016-10-07 19:21:04.812855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor ex natus rerum.\",\"body\":\"I'll parse the optical PNG bandwidth, that should driver the XML capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.813756"], ["updated_at", "2016-10-07 19:21:04.813756"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Totam beatae enim saepe.\",\"body\":\"Connecting the panel won't do anything, we need to connect the digital png program!\"}"], ["created_at", "2016-10-07 19:21:04.814637"], ["updated_at", "2016-10-07 19:21:04.814637"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae id perspiciatis facere eum et.\",\"body\":\"Synthesizing the pixel won't do anything, we need to compress the 1080p smtp hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.815502"], ["updated_at", "2016-10-07 19:21:04.815502"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quidem ad minima officiis.\",\"body\":\"Bypassing the monitor won't do anything, we need to bypass the auxiliary json feed!\"}"], ["created_at", "2016-10-07 19:21:04.816385"], ["updated_at", "2016-10-07 19:21:04.816385"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit eum quia eaque totam.\",\"body\":\"You can't quantify the firewall without generating the haptic SMS panel!\"}"], ["created_at", "2016-10-07 19:21:04.817269"], ["updated_at", "2016-10-07 19:21:04.817269"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dicta et perspiciatis illo dolorem rerum cumque explicabo.\",\"body\":\"Parsing the protocol won't do anything, we need to back up the haptic smtp application!\"}"], ["created_at", "2016-10-07 19:21:04.818130"], ["updated_at", "2016-10-07 19:21:04.818130"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum repellendus eligendi ad omnis.\",\"body\":\"If we generate the pixel, we can get to the JBOD bandwidth through the wireless TCP pixel!\"}"], ["created_at", "2016-10-07 19:21:04.819218"], ["updated_at", "2016-10-07 19:21:04.819218"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum laudantium maxime exercitationem consequatur.\",\"body\":\"The SMS interface is down, transmit the digital circuit so we can synthesize the SDD driver!\"}"], ["created_at", "2016-10-07 19:21:04.820112"], ["updated_at", "2016-10-07 19:21:04.820112"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corrupti et facilis nam.\",\"body\":\"We need to generate the online COM microchip!\"}"], ["created_at", "2016-10-07 19:21:04.820968"], ["updated_at", "2016-10-07 19:21:04.820968"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet adipisci ea.\",\"body\":\"I'll generate the cross-platform AGP microchip, that should array the IB program!\"}"], ["created_at", "2016-10-07 19:21:04.821890"], ["updated_at", "2016-10-07 19:21:04.821890"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus ad sit in.\",\"body\":\"We need to input the 1080p RSS feed!\"}"], ["created_at", "2016-10-07 19:21:04.822806"], ["updated_at", "2016-10-07 19:21:04.822806"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quisquam nihil fugiat odio autem molestiae.\",\"body\":\"If we reboot the circuit, we can get to the CSS bandwidth through the cross-platform TCP firewall!\"}"], ["created_at", "2016-10-07 19:21:04.823686"], ["updated_at", "2016-10-07 19:21:04.823686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit ut labore autem voluptas.\",\"body\":\"I'll synthesize the multi-byte GB application, that should firewall the AGP monitor!\"}"], ["created_at", "2016-10-07 19:21:04.824580"], ["updated_at", "2016-10-07 19:21:04.824580"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo rem hic repellat officiis minima quia.\",\"body\":\"Use the haptic COM circuit, then you can navigate the auxiliary capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.825432"], ["updated_at", "2016-10-07 19:21:04.825432"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam quos laborum omnis neque voluptatem tempora in.\",\"body\":\"If we back up the protocol, we can get to the JBOD interface through the haptic ADP matrix!\"}"], ["created_at", "2016-10-07 19:21:04.826343"], ["updated_at", "2016-10-07 19:21:04.826343"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione id veritatis.\",\"body\":\"Transmitting the array won't do anything, we need to bypass the mobile xml protocol!\"}"], ["created_at", "2016-10-07 19:21:04.827260"], ["updated_at", "2016-10-07 19:21:04.827260"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde et iusto enim ipsa.\",\"body\":\"Use the primary RSS bus, then you can synthesize the online sensor!\"}"], ["created_at", "2016-10-07 19:21:04.828134"], ["updated_at", "2016-10-07 19:21:04.828134"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum consequatur quisquam ut laudantium voluptate dignissimos sed.\",\"body\":\"We need to compress the bluetooth PNG bus!\"}"], ["created_at", "2016-10-07 19:21:04.829052"], ["updated_at", "2016-10-07 19:21:04.829052"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores odit quibusdam rem et eveniet.\",\"body\":\"I'll hack the optical RAM protocol, that should hard drive the TCP port!\"}"], ["created_at", "2016-10-07 19:21:04.829976"], ["updated_at", "2016-10-07 19:21:04.829976"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed laborum molestiae vitae facere nulla.\",\"body\":\"I'll transmit the primary EXE card, that should sensor the XML bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.830881"], ["updated_at", "2016-10-07 19:21:04.830881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi est commodi qui et est voluptatum.\",\"body\":\"If we parse the array, we can get to the XML matrix through the neural SDD feed!\"}"], ["created_at", "2016-10-07 19:21:04.831793"], ["updated_at", "2016-10-07 19:21:04.831793"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem est sapiente autem aliquid.\",\"body\":\"I'll generate the back-end COM port, that should card the ADP program!\"}"], ["created_at", "2016-10-07 19:21:04.832706"], ["updated_at", "2016-10-07 19:21:04.832706"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia sunt dolorem qui omnis.\",\"body\":\"We need to hack the back-end EXE sensor!\"}"], ["created_at", "2016-10-07 19:21:04.833569"], ["updated_at", "2016-10-07 19:21:04.833569"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quibusdam illum sed repellat.\",\"body\":\"Try to synthesize the XML feed, maybe it will bypass the solid state interface!\"}"], ["created_at", "2016-10-07 19:21:04.834469"], ["updated_at", "2016-10-07 19:21:04.834469"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Incidunt qui quasi consequatur esse.\",\"body\":\"Use the neural AGP interface, then you can synthesize the 1080p hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.835404"], ["updated_at", "2016-10-07 19:21:04.835404"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis quae dicta harum.\",\"body\":\"Try to generate the ADP program, maybe it will connect the solid state transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.836271"], ["updated_at", "2016-10-07 19:21:04.836271"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam praesentium assumenda odit labore voluptas et commodi.\",\"body\":\"Try to reboot the SCSI firewall, maybe it will bypass the auxiliary circuit!\"}"], ["created_at", "2016-10-07 19:21:04.837159"], ["updated_at", "2016-10-07 19:21:04.837159"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel sint distinctio.\",\"body\":\"The PNG sensor is down, synthesize the multi-byte panel so we can copy the HTTP system!\"}"], ["created_at", "2016-10-07 19:21:04.838034"], ["updated_at", "2016-10-07 19:21:04.838034"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur blanditiis dolorem.\",\"body\":\"If we program the interface, we can get to the RSS capacitor through the online FTP sensor!\"}"], ["created_at", "2016-10-07 19:21:04.838914"], ["updated_at", "2016-10-07 19:21:04.838914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem voluptas placeat culpa adipisci accusamus tempore.\",\"body\":\"I'll generate the auxiliary HTTP interface, that should sensor the PNG transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.839811"], ["updated_at", "2016-10-07 19:21:04.839811"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatibus praesentium laborum delectus consequuntur neque.\",\"body\":\"The TCP card is down, program the back-end panel so we can index the HTTP microchip!\"}"], ["created_at", "2016-10-07 19:21:04.840714"], ["updated_at", "2016-10-07 19:21:04.840714"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nulla minus veniam quia adipisci aut quod quisquam.\",\"body\":\"The RSS hard drive is down, transmit the wireless card so we can transmit the ADP matrix!\"}"], ["created_at", "2016-10-07 19:21:04.841564"], ["updated_at", "2016-10-07 19:21:04.841564"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta nulla sequi cupiditate voluptatem fugiat dolore.\",\"body\":\"We need to program the primary SMS alarm!\"}"], ["created_at", "2016-10-07 19:21:04.842491"], ["updated_at", "2016-10-07 19:21:04.842491"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum fuga sunt accusamus quod unde ratione ipsam.\",\"body\":\"I'll parse the open-source RAM program, that should circuit the SMTP capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.843459"], ["updated_at", "2016-10-07 19:21:04.843459"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut enim ea aperiam iste cumque officiis.\",\"body\":\"Try to override the PNG circuit, maybe it will back up the auxiliary system!\"}"], ["created_at", "2016-10-07 19:21:04.844355"], ["updated_at", "2016-10-07 19:21:04.844355"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quam dolorum nemo temporibus at eius.\",\"body\":\"Copying the pixel won't do anything, we need to synthesize the online agp application!\"}"], ["created_at", "2016-10-07 19:21:04.845283"], ["updated_at", "2016-10-07 19:21:04.845283"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi dolorum nihil.\",\"body\":\"We need to program the back-end XSS application!\"}"], ["created_at", "2016-10-07 19:21:04.846169"], ["updated_at", "2016-10-07 19:21:04.846169"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem ut consequatur doloremque libero et temporibus.\",\"body\":\"Use the bluetooth SDD microchip, then you can parse the solid state array!\"}"], ["created_at", "2016-10-07 19:21:04.847095"], ["updated_at", "2016-10-07 19:21:04.847095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Expedita aut sed omnis voluptatem ipsam.\",\"body\":\"Parsing the driver won't do anything, we need to calculate the optical jbod bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.847974"], ["updated_at", "2016-10-07 19:21:04.847974"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odit dolorem velit.\",\"body\":\"You can't program the driver without connecting the primary AI firewall!\"}"], ["created_at", "2016-10-07 19:21:04.848827"], ["updated_at", "2016-10-07 19:21:04.848827"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit rem illum est aperiam.\",\"body\":\"You can't synthesize the microchip without parsing the mobile SAS bus!\"}"], ["created_at", "2016-10-07 19:21:04.849715"], ["updated_at", "2016-10-07 19:21:04.849715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Exercitationem a temporibus quia doloribus quia voluptas.\",\"body\":\"We need to transmit the redundant JBOD port!\"}"], ["created_at", "2016-10-07 19:21:04.850638"], ["updated_at", "2016-10-07 19:21:04.850638"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur error quaerat consequatur.\",\"body\":\"If we hack the card, we can get to the GB system through the virtual GB array!\"}"], ["created_at", "2016-10-07 19:21:04.851518"], ["updated_at", "2016-10-07 19:21:04.851518"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio molestias magnam et.\",\"body\":\"Try to generate the IB microchip, maybe it will calculate the virtual card!\"}"], ["created_at", "2016-10-07 19:21:04.852496"], ["updated_at", "2016-10-07 19:21:04.852496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veniam nihil impedit.\",\"body\":\"The SAS protocol is down, calculate the redundant bandwidth so we can index the SSL monitor!\"}"], ["created_at", "2016-10-07 19:21:04.853422"], ["updated_at", "2016-10-07 19:21:04.853422"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quos est maxime amet corporis rerum quasi.\",\"body\":\"You can't calculate the hard drive without transmitting the mobile AI hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.854285"], ["updated_at", "2016-10-07 19:21:04.854285"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est ea quisquam laborum ex ut voluptatem.\",\"body\":\"The HTTP sensor is down, back up the back-end application so we can override the XML program!\"}"], ["created_at", "2016-10-07 19:21:04.855246"], ["updated_at", "2016-10-07 19:21:04.855246"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est impedit atque beatae ratione cumque est.\",\"body\":\"The THX program is down, program the multi-byte port so we can hack the THX capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.856145"], ["updated_at", "2016-10-07 19:21:04.856145"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laudantium esse praesentium.\",\"body\":\"We need to calculate the 1080p THX port!\"}"], ["created_at", "2016-10-07 19:21:04.857044"], ["updated_at", "2016-10-07 19:21:04.857044"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facere quia magnam neque commodi libero ipsa aperiam.\",\"body\":\"If we hack the hard drive, we can get to the SAS microchip through the open-source COM hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.858173"], ["updated_at", "2016-10-07 19:21:04.858173"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit ut et sunt est.\",\"body\":\"If we synthesize the circuit, we can get to the COM pixel through the optical SQL hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.859403"], ["updated_at", "2016-10-07 19:21:04.859403"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor omnis temporibus eum repellendus quia eligendi voluptas.\",\"body\":\"If we navigate the transmitter, we can get to the EXE feed through the solid state SQL application!\"}"], ["created_at", "2016-10-07 19:21:04.860685"], ["updated_at", "2016-10-07 19:21:04.860685"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut maxime temporibus odit.\",\"body\":\"The CSS microchip is down, bypass the multi-byte driver so we can bypass the HDD system!\"}"], ["created_at", "2016-10-07 19:21:04.862284"], ["updated_at", "2016-10-07 19:21:04.862284"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptatem accusamus neque qui.\",\"body\":\"Use the redundant JBOD port, then you can program the virtual transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.864990"], ["updated_at", "2016-10-07 19:21:04.864990"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non et deserunt.\",\"body\":\"Use the redundant THX interface, then you can calculate the virtual hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.867958"], ["updated_at", "2016-10-07 19:21:04.867958"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eos sed aperiam quis.\",\"body\":\"I'll override the haptic ADP hard drive, that should hard drive the COM application!\"}"], ["created_at", "2016-10-07 19:21:04.870218"], ["updated_at", "2016-10-07 19:21:04.870218"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Amet accusamus repudiandae.\",\"body\":\"Try to parse the SCSI driver, maybe it will quantify the online hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.871440"], ["updated_at", "2016-10-07 19:21:04.871440"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor et earum.\",\"body\":\"Use the bluetooth THX transmitter, then you can quantify the primary monitor!\"}"], ["created_at", "2016-10-07 19:21:04.872486"], ["updated_at", "2016-10-07 19:21:04.872486"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Id placeat est.\",\"body\":\"You can't copy the bandwidth without navigating the online XSS bus!\"}"], ["created_at", "2016-10-07 19:21:04.873594"], ["updated_at", "2016-10-07 19:21:04.873594"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur cupiditate quibusdam eligendi commodi suscipit vitae.\",\"body\":\"Use the bluetooth SMS capacitor, then you can back up the mobile card!\"}"], ["created_at", "2016-10-07 19:21:04.874639"], ["updated_at", "2016-10-07 19:21:04.874639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum adipisci voluptates et.\",\"body\":\"Use the online SDD pixel, then you can program the virtual driver!\"}"], ["created_at", "2016-10-07 19:21:04.875571"], ["updated_at", "2016-10-07 19:21:04.875571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusamus dolore aperiam quia pariatur sint asperiores rerum.\",\"body\":\"Overriding the firewall won't do anything, we need to compress the open-source gb pixel!\"}"], ["created_at", "2016-10-07 19:21:04.876607"], ["updated_at", "2016-10-07 19:21:04.876607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia non eius qui autem.\",\"body\":\"Try to input the SAS driver, maybe it will parse the digital driver!\"}"], ["created_at", "2016-10-07 19:21:04.877592"], ["updated_at", "2016-10-07 19:21:04.877592"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur ducimus accusantium commodi nostrum et.\",\"body\":\"We need to program the back-end AI transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.878531"], ["updated_at", "2016-10-07 19:21:04.878531"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse eos deserunt vero eum repellat.\",\"body\":\"Use the virtual JBOD application, then you can program the optical bus!\"}"], ["created_at", "2016-10-07 19:21:04.879509"], ["updated_at", "2016-10-07 19:21:04.879509"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis ipsam laudantium aliquam saepe.\",\"body\":\"Use the cross-platform SQL microchip, then you can hack the cross-platform hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.880631"], ["updated_at", "2016-10-07 19:21:04.880631"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio quia sequi aut odit.\",\"body\":\"I'll index the bluetooth AI matrix, that should microchip the JBOD pixel!\"}"], ["created_at", "2016-10-07 19:21:04.881523"], ["updated_at", "2016-10-07 19:21:04.881523"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus repellat in eius dolor amet.\",\"body\":\"We need to navigate the open-source PNG hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.882401"], ["updated_at", "2016-10-07 19:21:04.882401"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi placeat omnis.\",\"body\":\"If we copy the program, we can get to the COM feed through the 1080p JSON driver!\"}"], ["created_at", "2016-10-07 19:21:04.883297"], ["updated_at", "2016-10-07 19:21:04.883297"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut corporis dolores.\",\"body\":\"Transmitting the alarm won't do anything, we need to generate the solid state thx transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.884168"], ["updated_at", "2016-10-07 19:21:04.884168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quibusdam atque doloribus odio cum sed est velit.\",\"body\":\"Connecting the bandwidth won't do anything, we need to calculate the auxiliary com transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.885022"], ["updated_at", "2016-10-07 19:21:04.885022"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est quasi culpa.\",\"body\":\"The SQL hard drive is down, bypass the back-end interface so we can reboot the JSON pixel!\"}"], ["created_at", "2016-10-07 19:21:04.885888"], ["updated_at", "2016-10-07 19:21:04.885888"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil repudiandae ratione autem velit expedita ducimus.\",\"body\":\"If we navigate the alarm, we can get to the RSS system through the online JSON driver!\"}"], ["created_at", "2016-10-07 19:21:04.886782"], ["updated_at", "2016-10-07 19:21:04.886782"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet repellendus voluptate dolor error.\",\"body\":\"You can't bypass the bus without synthesizing the solid state THX panel!\"}"], ["created_at", "2016-10-07 19:21:04.887666"], ["updated_at", "2016-10-07 19:21:04.887666"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum natus fugiat sit et hic quos.\",\"body\":\"The EXE protocol is down, connect the wireless system so we can quantify the USB capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.888557"], ["updated_at", "2016-10-07 19:21:04.888557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et sequi possimus nisi et dolores.\",\"body\":\"I'll compress the multi-byte AI interface, that should capacitor the JSON array!\"}"], ["created_at", "2016-10-07 19:21:04.889419"], ["updated_at", "2016-10-07 19:21:04.889419"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non voluptatum consequatur.\",\"body\":\"Try to reboot the XSS application, maybe it will back up the solid state circuit!\"}"], ["created_at", "2016-10-07 19:21:04.890290"], ["updated_at", "2016-10-07 19:21:04.890290"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis qui non repellendus facere.\",\"body\":\"We need to synthesize the open-source JBOD card!\"}"], ["created_at", "2016-10-07 19:21:04.891269"], ["updated_at", "2016-10-07 19:21:04.891269"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut quaerat deserunt blanditiis voluptatem cupiditate autem labore.\",\"body\":\"The SAS port is down, calculate the multi-byte sensor so we can hack the JBOD array!\"}"], ["created_at", "2016-10-07 19:21:04.892160"], ["updated_at", "2016-10-07 19:21:04.892160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo dolorum eum minus libero molestiae illo.\",\"body\":\"We need to back up the optical HTTP matrix!\"}"], ["created_at", "2016-10-07 19:21:04.893045"], ["updated_at", "2016-10-07 19:21:04.893045"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui voluptate assumenda eveniet qui iste.\",\"body\":\"I'll copy the multi-byte SMTP circuit, that should transmitter the SAS feed!\"}"], ["created_at", "2016-10-07 19:21:04.893890"], ["updated_at", "2016-10-07 19:21:04.893890"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa commodi omnis quis repellat.\",\"body\":\"You can't quantify the transmitter without overriding the auxiliary HTTP feed!\"}"], ["created_at", "2016-10-07 19:21:04.894794"], ["updated_at", "2016-10-07 19:21:04.894794"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis molestias asperiores quis officia aut.\",\"body\":\"You can't generate the bandwidth without bypassing the redundant THX pixel!\"}"], ["created_at", "2016-10-07 19:21:04.895709"], ["updated_at", "2016-10-07 19:21:04.895709"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Porro dolorem inventore odio facilis autem officia.\",\"body\":\"We need to index the mobile SQL pixel!\"}"], ["created_at", "2016-10-07 19:21:04.896582"], ["updated_at", "2016-10-07 19:21:04.896582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi quia in ut ut saepe.\",\"body\":\"Try to override the PNG bus, maybe it will copy the mobile feed!\"}"], ["created_at", "2016-10-07 19:21:04.897461"], ["updated_at", "2016-10-07 19:21:04.897461"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores similique unde et.\",\"body\":\"Connecting the monitor won't do anything, we need to generate the wireless scsi array!\"}"], ["created_at", "2016-10-07 19:21:04.898337"], ["updated_at", "2016-10-07 19:21:04.898337"]] SQL (0.2ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias dolorem quia aut eveniet.\",\"body\":\"Compressing the protocol won't do anything, we need to hack the primary http alarm!\"}"], ["created_at", "2016-10-07 19:21:04.899231"], ["updated_at", "2016-10-07 19:21:04.899231"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Corporis sed repellendus a illum aut.\",\"body\":\"Use the primary PNG capacitor, then you can navigate the cross-platform microchip!\"}"], ["created_at", "2016-10-07 19:21:04.900386"], ["updated_at", "2016-10-07 19:21:04.900386"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis necessitatibus maxime.\",\"body\":\"I'll bypass the neural SMS hard drive, that should matrix the XML matrix!\"}"], ["created_at", "2016-10-07 19:21:04.901380"], ["updated_at", "2016-10-07 19:21:04.901380"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugiat sapiente est atque beatae.\",\"body\":\"I'll copy the mobile XML firewall, that should alarm the IB system!\"}"], ["created_at", "2016-10-07 19:21:04.902347"], ["updated_at", "2016-10-07 19:21:04.902347"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe possimus est.\",\"body\":\"Use the virtual GB array, then you can program the multi-byte panel!\"}"], ["created_at", "2016-10-07 19:21:04.903308"], ["updated_at", "2016-10-07 19:21:04.903308"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati eligendi et qui.\",\"body\":\"Try to compress the FTP pixel, maybe it will bypass the bluetooth monitor!\"}"], ["created_at", "2016-10-07 19:21:04.904250"], ["updated_at", "2016-10-07 19:21:04.904250"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor rerum pariatur sint deleniti et.\",\"body\":\"You can't compress the matrix without backing up the auxiliary XSS interface!\"}"], ["created_at", "2016-10-07 19:21:04.905178"], ["updated_at", "2016-10-07 19:21:04.905178"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam facilis nemo.\",\"body\":\"Use the wireless SSL bandwidth, then you can transmit the online bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.906149"], ["updated_at", "2016-10-07 19:21:04.906149"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eaque eum optio et ullam aut.\",\"body\":\"The EXE monitor is down, quantify the auxiliary bandwidth so we can calculate the SDD array!\"}"], ["created_at", "2016-10-07 19:21:04.907095"], ["updated_at", "2016-10-07 19:21:04.907095"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi aliquam iusto aut qui deleniti repellat rem.\",\"body\":\"Synthesizing the system won't do anything, we need to program the virtual agp firewall!\"}"], ["created_at", "2016-10-07 19:21:04.908072"], ["updated_at", "2016-10-07 19:21:04.908072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestias aperiam nulla dolorum velit sed.\",\"body\":\"If we program the panel, we can get to the RAM firewall through the multi-byte PNG port!\"}"], ["created_at", "2016-10-07 19:21:04.909028"], ["updated_at", "2016-10-07 19:21:04.909028"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nam maiores sed aut.\",\"body\":\"Transmitting the array won't do anything, we need to override the mobile com bus!\"}"], ["created_at", "2016-10-07 19:21:04.909975"], ["updated_at", "2016-10-07 19:21:04.909975"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit rem et omnis alias.\",\"body\":\"If we copy the interface, we can get to the SDD feed through the virtual RAM monitor!\"}"], ["created_at", "2016-10-07 19:21:04.910941"], ["updated_at", "2016-10-07 19:21:04.910941"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga ea odio.\",\"body\":\"I'll calculate the bluetooth FTP card, that should interface the HDD matrix!\"}"], ["created_at", "2016-10-07 19:21:04.911914"], ["updated_at", "2016-10-07 19:21:04.911914"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repudiandae enim optio in tempore soluta voluptas deleniti.\",\"body\":\"You can't program the hard drive without connecting the optical EXE hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.912866"], ["updated_at", "2016-10-07 19:21:04.912866"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et veritatis enim non.\",\"body\":\"If we synthesize the pixel, we can get to the GB array through the 1080p JBOD hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.913814"], ["updated_at", "2016-10-07 19:21:04.913814"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex temporibus qui et commodi cupiditate.\",\"body\":\"Indexing the protocol won't do anything, we need to calculate the redundant usb program!\"}"], ["created_at", "2016-10-07 19:21:04.914772"], ["updated_at", "2016-10-07 19:21:04.914772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil amet facere et vel consequuntur odio.\",\"body\":\"The XSS interface is down, compress the haptic program so we can synthesize the XSS protocol!\"}"], ["created_at", "2016-10-07 19:21:04.915715"], ["updated_at", "2016-10-07 19:21:04.915715"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae cum eveniet facere ut quam eaque quia.\",\"body\":\"The XML microchip is down, transmit the online program so we can generate the SAS interface!\"}"], ["created_at", "2016-10-07 19:21:04.916665"], ["updated_at", "2016-10-07 19:21:04.916665"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et et placeat.\",\"body\":\"Try to navigate the SMS alarm, maybe it will transmit the mobile circuit!\"}"], ["created_at", "2016-10-07 19:21:04.917607"], ["updated_at", "2016-10-07 19:21:04.917607"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quae sit ea possimus illum aperiam.\",\"body\":\"The SQL firewall is down, reboot the mobile capacitor so we can calculate the RAM system!\"}"], ["created_at", "2016-10-07 19:21:04.918566"], ["updated_at", "2016-10-07 19:21:04.918566"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Distinctio autem non.\",\"body\":\"We need to override the back-end AI alarm!\"}"], ["created_at", "2016-10-07 19:21:04.919482"], ["updated_at", "2016-10-07 19:21:04.919482"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Itaque totam dignissimos sint ut ullam.\",\"body\":\"If we generate the microchip, we can get to the IB firewall through the neural HDD alarm!\"}"], ["created_at", "2016-10-07 19:21:04.920357"], ["updated_at", "2016-10-07 19:21:04.920357"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid sit consequatur repellendus necessitatibus.\",\"body\":\"If we bypass the matrix, we can get to the GB card through the wireless SMTP array!\"}"], ["created_at", "2016-10-07 19:21:04.921234"], ["updated_at", "2016-10-07 19:21:04.921234"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia ducimus accusamus rem impedit.\",\"body\":\"Try to override the JSON circuit, maybe it will navigate the back-end interface!\"}"], ["created_at", "2016-10-07 19:21:04.922092"], ["updated_at", "2016-10-07 19:21:04.922092"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum eos necessitatibus eligendi sint quasi in.\",\"body\":\"I'll synthesize the cross-platform HDD system, that should bandwidth the HDD monitor!\"}"], ["created_at", "2016-10-07 19:21:04.922986"], ["updated_at", "2016-10-07 19:21:04.922986"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione modi aliquam.\",\"body\":\"Programming the circuit won't do anything, we need to program the optical agp card!\"}"], ["created_at", "2016-10-07 19:21:04.923869"], ["updated_at", "2016-10-07 19:21:04.923869"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut dolor fuga inventore et neque qui repudiandae.\",\"body\":\"We need to bypass the haptic GB bus!\"}"], ["created_at", "2016-10-07 19:21:04.924748"], ["updated_at", "2016-10-07 19:21:04.924748"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi unde aut aut tempora ratione.\",\"body\":\"You can't generate the pixel without indexing the optical SMS card!\"}"], ["created_at", "2016-10-07 19:21:04.925616"], ["updated_at", "2016-10-07 19:21:04.925616"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et natus voluptas quis culpa.\",\"body\":\"I'll generate the haptic THX transmitter, that should pixel the IB card!\"}"], ["created_at", "2016-10-07 19:21:04.926496"], ["updated_at", "2016-10-07 19:21:04.926496"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et quod voluptas veritatis et.\",\"body\":\"If we synthesize the array, we can get to the AGP alarm through the optical JBOD interface!\"}"], ["created_at", "2016-10-07 19:21:04.927402"], ["updated_at", "2016-10-07 19:21:04.927402"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem harum et praesentium accusamus eius deserunt voluptatum.\",\"body\":\"If we back up the card, we can get to the CSS protocol through the auxiliary SAS system!\"}"], ["created_at", "2016-10-07 19:21:04.928319"], ["updated_at", "2016-10-07 19:21:04.928319"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fuga cupiditate officia quaerat perferendis qui eum iure.\",\"body\":\"If we navigate the card, we can get to the FTP microchip through the digital IB bus!\"}"], ["created_at", "2016-10-07 19:21:04.929240"], ["updated_at", "2016-10-07 19:21:04.929240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo praesentium eos magni et cum.\",\"body\":\"Try to parse the IB circuit, maybe it will reboot the multi-byte microchip!\"}"], ["created_at", "2016-10-07 19:21:04.930085"], ["updated_at", "2016-10-07 19:21:04.930085"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut aut et.\",\"body\":\"Use the mobile SCSI system, then you can reboot the multi-byte driver!\"}"], ["created_at", "2016-10-07 19:21:04.930966"], ["updated_at", "2016-10-07 19:21:04.930966"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab dolorem temporibus exercitationem iusto praesentium.\",\"body\":\"I'll override the primary SCSI program, that should sensor the HTTP capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.931877"], ["updated_at", "2016-10-07 19:21:04.931877"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse culpa quibusdam neque repellendus dolorem ut magnam.\",\"body\":\"I'll index the open-source FTP hard drive, that should port the SMS bus!\"}"], ["created_at", "2016-10-07 19:21:04.932772"], ["updated_at", "2016-10-07 19:21:04.932772"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit delectus ipsam quos ducimus.\",\"body\":\"Try to quantify the GB panel, maybe it will index the 1080p monitor!\"}"], ["created_at", "2016-10-07 19:21:04.933657"], ["updated_at", "2016-10-07 19:21:04.933657"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam ad minus sequi nemo repellat qui.\",\"body\":\"The CSS pixel is down, synthesize the redundant firewall so we can connect the USB circuit!\"}"], ["created_at", "2016-10-07 19:21:04.934579"], ["updated_at", "2016-10-07 19:21:04.934579"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ducimus assumenda.\",\"body\":\"Try to compress the JSON array, maybe it will parse the haptic protocol!\"}"], ["created_at", "2016-10-07 19:21:04.935438"], ["updated_at", "2016-10-07 19:21:04.935438"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse enim impedit quo ipsum ut quis perferendis.\",\"body\":\"If we quantify the program, we can get to the PCI card through the digital FTP microchip!\"}"], ["created_at", "2016-10-07 19:21:04.936334"], ["updated_at", "2016-10-07 19:21:04.936334"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit eum velit necessitatibus tenetur.\",\"body\":\"You can't program the interface without parsing the online SQL matrix!\"}"], ["created_at", "2016-10-07 19:21:04.937207"], ["updated_at", "2016-10-07 19:21:04.937207"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt fugit vero ipsum sit accusantium possimus.\",\"body\":\"You can't navigate the firewall without compressing the auxiliary IB capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.938081"], ["updated_at", "2016-10-07 19:21:04.938081"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores excepturi non est saepe.\",\"body\":\"I'll bypass the redundant IB system, that should feed the USB application!\"}"], ["created_at", "2016-10-07 19:21:04.939012"], ["updated_at", "2016-10-07 19:21:04.939012"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel pariatur quam perferendis tempore dolorum.\",\"body\":\"Copying the interface won't do anything, we need to navigate the primary agp transmitter!\"}"], ["created_at", "2016-10-07 19:21:04.939912"], ["updated_at", "2016-10-07 19:21:04.939912"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut corporis eum molestiae laborum qui quod.\",\"body\":\"You can't input the protocol without parsing the multi-byte PNG array!\"}"], ["created_at", "2016-10-07 19:21:04.940788"], ["updated_at", "2016-10-07 19:21:04.940788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut quia tempore qui earum magnam id.\",\"body\":\"You can't synthesize the firewall without generating the online RAM microchip!\"}"], ["created_at", "2016-10-07 19:21:04.941644"], ["updated_at", "2016-10-07 19:21:04.941644"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique cupiditate vel et nemo impedit maiores.\",\"body\":\"You can't synthesize the application without quantifying the 1080p THX capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.942582"], ["updated_at", "2016-10-07 19:21:04.942582"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In asperiores consequatur aliquid adipisci.\",\"body\":\"If we compress the transmitter, we can get to the THX port through the auxiliary XSS hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.943504"], ["updated_at", "2016-10-07 19:21:04.943504"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil praesentium id.\",\"body\":\"The USB hard drive is down, reboot the solid state sensor so we can index the USB card!\"}"], ["created_at", "2016-10-07 19:21:04.944429"], ["updated_at", "2016-10-07 19:21:04.944429"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est voluptate expedita explicabo qui debitis quasi maiores.\",\"body\":\"I'll override the haptic CSS pixel, that should microchip the GB monitor!\"}"], ["created_at", "2016-10-07 19:21:04.945370"], ["updated_at", "2016-10-07 19:21:04.945370"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sapiente quia perferendis dolore.\",\"body\":\"Navigating the panel won't do anything, we need to back up the neural gb microchip!\"}"], ["created_at", "2016-10-07 19:21:04.946280"], ["updated_at", "2016-10-07 19:21:04.946280"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum eos a deserunt eum voluptas cum.\",\"body\":\"Use the virtual AGP feed, then you can synthesize the redundant application!\"}"], ["created_at", "2016-10-07 19:21:04.947227"], ["updated_at", "2016-10-07 19:21:04.947227"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et repudiandae voluptatem qui deserunt sint non.\",\"body\":\"Overriding the monitor won't do anything, we need to transmit the optical pci bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.948121"], ["updated_at", "2016-10-07 19:21:04.948121"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil non perspiciatis.\",\"body\":\"We need to calculate the primary USB bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.948996"], ["updated_at", "2016-10-07 19:21:04.948996"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum unde non perspiciatis a dolor voluptas.\",\"body\":\"Transmitting the hard drive won't do anything, we need to override the haptic thx alarm!\"}"], ["created_at", "2016-10-07 19:21:04.949886"], ["updated_at", "2016-10-07 19:21:04.949886"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Soluta voluptate est exercitationem ut libero dolor.\",\"body\":\"Calculating the sensor won't do anything, we need to parse the online hdd monitor!\"}"], ["created_at", "2016-10-07 19:21:04.950826"], ["updated_at", "2016-10-07 19:21:04.950826"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia qui porro praesentium.\",\"body\":\"Parsing the interface won't do anything, we need to reboot the redundant jbod capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.951720"], ["updated_at", "2016-10-07 19:21:04.951720"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed pariatur molestiae similique id rerum.\",\"body\":\"You can't back up the application without synthesizing the redundant SAS panel!\"}"], ["created_at", "2016-10-07 19:21:04.952628"], ["updated_at", "2016-10-07 19:21:04.952628"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laboriosam aperiam fuga deleniti.\",\"body\":\"You can't parse the card without compressing the optical RAM matrix!\"}"], ["created_at", "2016-10-07 19:21:04.953530"], ["updated_at", "2016-10-07 19:21:04.953530"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Possimus ab voluptates consequatur animi.\",\"body\":\"You can't reboot the program without navigating the back-end SDD microchip!\"}"], ["created_at", "2016-10-07 19:21:04.954428"], ["updated_at", "2016-10-07 19:21:04.954428"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Perferendis facere unde magnam labore vitae.\",\"body\":\"Try to bypass the SCSI transmitter, maybe it will synthesize the virtual application!\"}"], ["created_at", "2016-10-07 19:21:04.955402"], ["updated_at", "2016-10-07 19:21:04.955402"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est iusto et.\",\"body\":\"The XSS sensor is down, back up the open-source panel so we can override the RAM system!\"}"], ["created_at", "2016-10-07 19:21:04.956293"], ["updated_at", "2016-10-07 19:21:04.956293"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dignissimos consequuntur quae.\",\"body\":\"Hacking the application won't do anything, we need to quantify the open-source sdd capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.957198"], ["updated_at", "2016-10-07 19:21:04.957198"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempora perferendis sit quasi non voluptate ex corporis.\",\"body\":\"I'll compress the virtual SCSI array, that should port the SDD matrix!\"}"], ["created_at", "2016-10-07 19:21:04.958127"], ["updated_at", "2016-10-07 19:21:04.958127"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil in error aperiam rerum illo.\",\"body\":\"Overriding the array won't do anything, we need to copy the neural usb bus!\"}"], ["created_at", "2016-10-07 19:21:04.959060"], ["updated_at", "2016-10-07 19:21:04.959060"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa et voluptatibus velit ut inventore.\",\"body\":\"Generating the capacitor won't do anything, we need to navigate the virtual agp matrix!\"}"], ["created_at", "2016-10-07 19:21:04.959959"], ["updated_at", "2016-10-07 19:21:04.959959"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt iste qui aliquid.\",\"body\":\"I'll copy the auxiliary XML bus, that should transmitter the COM panel!\"}"], ["created_at", "2016-10-07 19:21:04.960835"], ["updated_at", "2016-10-07 19:21:04.960835"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolores ipsum soluta repellendus aut quia.\",\"body\":\"Try to compress the SCSI interface, maybe it will navigate the open-source system!\"}"], ["created_at", "2016-10-07 19:21:04.961743"], ["updated_at", "2016-10-07 19:21:04.961743"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure rerum aliquid nam fugiat.\",\"body\":\"Use the 1080p XML capacitor, then you can compress the virtual driver!\"}"], ["created_at", "2016-10-07 19:21:04.962651"], ["updated_at", "2016-10-07 19:21:04.962651"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut delectus quod.\",\"body\":\"We need to bypass the back-end COM bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.963542"], ["updated_at", "2016-10-07 19:21:04.963542"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sit quia ipsam.\",\"body\":\"I'll calculate the 1080p RAM driver, that should card the RAM port!\"}"], ["created_at", "2016-10-07 19:21:04.964422"], ["updated_at", "2016-10-07 19:21:04.964422"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque maiores velit totam ut quod ipsa in.\",\"body\":\"Calculating the protocol won't do anything, we need to synthesize the multi-byte png firewall!\"}"], ["created_at", "2016-10-07 19:21:04.965301"], ["updated_at", "2016-10-07 19:21:04.965301"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Qui et qui repellendus minus.\",\"body\":\"Use the solid state SMS pixel, then you can synthesize the optical application!\"}"], ["created_at", "2016-10-07 19:21:04.966186"], ["updated_at", "2016-10-07 19:21:04.966186"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nemo rerum ducimus.\",\"body\":\"The SAS card is down, transmit the mobile interface so we can reboot the HTTP firewall!\"}"], ["created_at", "2016-10-07 19:21:04.967070"], ["updated_at", "2016-10-07 19:21:04.967070"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati adipisci deleniti neque soluta consequatur.\",\"body\":\"You can't compress the matrix without generating the online EXE hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.967957"], ["updated_at", "2016-10-07 19:21:04.967957"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Occaecati et praesentium.\",\"body\":\"The FTP firewall is down, bypass the primary panel so we can navigate the XSS port!\"}"], ["created_at", "2016-10-07 19:21:04.968837"], ["updated_at", "2016-10-07 19:21:04.968837"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur et rerum ea et iste.\",\"body\":\"I'll back up the multi-byte PCI microchip, that should program the XSS alarm!\"}"], ["created_at", "2016-10-07 19:21:04.969716"], ["updated_at", "2016-10-07 19:21:04.969716"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda aut nihil in est.\",\"body\":\"You can't transmit the microchip without indexing the virtual SMS circuit!\"}"], ["created_at", "2016-10-07 19:21:04.970615"], ["updated_at", "2016-10-07 19:21:04.970615"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum voluptate rerum repellat.\",\"body\":\"Try to calculate the SCSI pixel, maybe it will parse the optical microchip!\"}"], ["created_at", "2016-10-07 19:21:04.971473"], ["updated_at", "2016-10-07 19:21:04.971473"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsa sit odio qui ad.\",\"body\":\"You can't synthesize the driver without synthesizing the open-source RAM feed!\"}"], ["created_at", "2016-10-07 19:21:04.972348"], ["updated_at", "2016-10-07 19:21:04.972348"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto laudantium placeat animi.\",\"body\":\"I'll calculate the haptic XSS alarm, that should circuit the AI bandwidth!\"}"], ["created_at", "2016-10-07 19:21:04.973226"], ["updated_at", "2016-10-07 19:21:04.973226"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"In dolores nihil.\",\"body\":\"The XSS port is down, synthesize the multi-byte application so we can back up the AI microchip!\"}"], ["created_at", "2016-10-07 19:21:04.974118"], ["updated_at", "2016-10-07 19:21:04.974118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sint tenetur rerum id iste quo asperiores beatae.\",\"body\":\"I'll transmit the primary SSL alarm, that should pixel the JSON bus!\"}"], ["created_at", "2016-10-07 19:21:04.975061"], ["updated_at", "2016-10-07 19:21:04.975061"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur qui commodi eveniet omnis.\",\"body\":\"Try to override the JBOD card, maybe it will generate the back-end array!\"}"], ["created_at", "2016-10-07 19:21:04.975939"], ["updated_at", "2016-10-07 19:21:04.975939"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis praesentium sit non.\",\"body\":\"Use the wireless SDD array, then you can generate the 1080p hard drive!\"}"], ["created_at", "2016-10-07 19:21:04.976815"], ["updated_at", "2016-10-07 19:21:04.976815"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam distinctio non minus aliquam voluptatum provident.\",\"body\":\"Try to quantify the THX program, maybe it will override the back-end array!\"}"], ["created_at", "2016-10-07 19:21:04.977720"], ["updated_at", "2016-10-07 19:21:04.977720"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Fugit non ut.\",\"body\":\"Try to index the PNG array, maybe it will parse the bluetooth capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.978661"], ["updated_at", "2016-10-07 19:21:04.978661"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et ut sit vitae adipisci saepe.\",\"body\":\"If we transmit the bandwidth, we can get to the COM protocol through the mobile AI interface!\"}"], ["created_at", "2016-10-07 19:21:04.979571"], ["updated_at", "2016-10-07 19:21:04.979571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut ratione dicta vitae.\",\"body\":\"We need to calculate the solid state FTP application!\"}"], ["created_at", "2016-10-07 19:21:04.980468"], ["updated_at", "2016-10-07 19:21:04.980468"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quod corrupti minus suscipit tempore autem.\",\"body\":\"I'll override the virtual AI interface, that should capacitor the RAM sensor!\"}"], ["created_at", "2016-10-07 19:21:04.981371"], ["updated_at", "2016-10-07 19:21:04.981371"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus quia sit rerum laborum sequi quisquam.\",\"body\":\"Try to override the XML driver, maybe it will input the bluetooth array!\"}"], ["created_at", "2016-10-07 19:21:04.982256"], ["updated_at", "2016-10-07 19:21:04.982256"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Praesentium suscipit qui repellat atque.\",\"body\":\"If we parse the circuit, we can get to the SQL system through the online GB monitor!\"}"], ["created_at", "2016-10-07 19:21:04.983160"], ["updated_at", "2016-10-07 19:21:04.983160"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Pariatur ut voluptatem aut ut itaque et.\",\"body\":\"We need to navigate the haptic GB program!\"}"], ["created_at", "2016-10-07 19:21:04.984033"], ["updated_at", "2016-10-07 19:21:04.984033"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Animi natus veniam quibusdam consequuntur.\",\"body\":\"Try to program the CSS firewall, maybe it will connect the virtual program!\"}"], ["created_at", "2016-10-07 19:21:04.984922"], ["updated_at", "2016-10-07 19:21:04.984922"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nam animi et labore commodi et.\",\"body\":\"If we reboot the microchip, we can get to the CSS interface through the multi-byte SMS sensor!\"}"], ["created_at", "2016-10-07 19:21:04.985818"], ["updated_at", "2016-10-07 19:21:04.985818"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Minus officia earum dicta.\",\"body\":\"Connecting the sensor won't do anything, we need to calculate the redundant json feed!\"}"], ["created_at", "2016-10-07 19:21:04.986727"], ["updated_at", "2016-10-07 19:21:04.986727"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae nisi totam optio debitis neque delectus deleniti.\",\"body\":\"If we generate the bandwidth, we can get to the TCP feed through the haptic SDD interface!\"}"], ["created_at", "2016-10-07 19:21:04.987611"], ["updated_at", "2016-10-07 19:21:04.987611"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequuntur et voluptas soluta.\",\"body\":\"If we input the program, we can get to the SMTP microchip through the back-end JBOD circuit!\"}"], ["created_at", "2016-10-07 19:21:04.988510"], ["updated_at", "2016-10-07 19:21:04.988510"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi voluptatem quia.\",\"body\":\"Try to index the HTTP monitor, maybe it will quantify the online bus!\"}"], ["created_at", "2016-10-07 19:21:04.989397"], ["updated_at", "2016-10-07 19:21:04.989397"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magnam vitae dolore similique qui nesciunt.\",\"body\":\"We need to input the open-source AI capacitor!\"}"], ["created_at", "2016-10-07 19:21:04.990283"], ["updated_at", "2016-10-07 19:21:04.990283"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Assumenda sint culpa dolores est.\",\"body\":\"I'll connect the bluetooth GB firewall, that should alarm the XSS microchip!\"}"], ["created_at", "2016-10-07 19:21:04.991177"], ["updated_at", "2016-10-07 19:21:04.991177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nihil odio distinctio reiciendis voluptatem odit voluptatibus quasi.\",\"body\":\"You can't input the card without navigating the mobile XSS array!\"}"], ["created_at", "2016-10-07 19:21:04.992063"], ["updated_at", "2016-10-07 19:21:04.992063"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo dolorem ullam nemo hic ut.\",\"body\":\"I'll calculate the solid state XML program, that should bandwidth the SMS firewall!\"}"], ["created_at", "2016-10-07 19:21:04.992923"], ["updated_at", "2016-10-07 19:21:04.992923"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Reiciendis dolores occaecati magni ut impedit sapiente.\",\"body\":\"Try to transmit the SAS interface, maybe it will transmit the digital alarm!\"}"], ["created_at", "2016-10-07 19:21:04.993807"], ["updated_at", "2016-10-07 19:21:04.993807"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Non accusamus aut omnis vitae.\",\"body\":\"If we copy the system, we can get to the JBOD interface through the wireless XML protocol!\"}"], ["created_at", "2016-10-07 19:21:04.994747"], ["updated_at", "2016-10-07 19:21:04.994747"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut iusto asperiores placeat harum ea.\",\"body\":\"Bypassing the panel won't do anything, we need to copy the redundant scsi bus!\"}"], ["created_at", "2016-10-07 19:21:04.995677"], ["updated_at", "2016-10-07 19:21:04.995677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores molestiae distinctio ut eaque.\",\"body\":\"I'll back up the neural RAM port, that should program the EXE circuit!\"}"], ["created_at", "2016-10-07 19:21:04.996554"], ["updated_at", "2016-10-07 19:21:04.996554"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore non voluptates.\",\"body\":\"Parsing the bus won't do anything, we need to bypass the neural sql protocol!\"}"], ["created_at", "2016-10-07 19:21:04.997431"], ["updated_at", "2016-10-07 19:21:04.997431"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quidem adipisci ut error.\",\"body\":\"Compressing the hard drive won't do anything, we need to calculate the online thx monitor!\"}"], ["created_at", "2016-10-07 19:21:04.998303"], ["updated_at", "2016-10-07 19:21:04.998303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Natus cupiditate quibusdam enim voluptatem.\",\"body\":\"The XSS protocol is down, calculate the primary driver so we can back up the COM port!\"}"], ["created_at", "2016-10-07 19:21:04.999199"], ["updated_at", "2016-10-07 19:21:04.999199"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Inventore reiciendis vel eius debitis magnam quidem aut.\",\"body\":\"I'll hack the open-source XSS panel, that should alarm the IB hard drive!\"}"], ["created_at", "2016-10-07 19:21:05.000078"], ["updated_at", "2016-10-07 19:21:05.000078"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut nobis illo dolorem.\",\"body\":\"Use the 1080p PNG alarm, then you can calculate the redundant circuit!\"}"], ["created_at", "2016-10-07 19:21:05.001072"], ["updated_at", "2016-10-07 19:21:05.001072"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Excepturi sint exercitationem et praesentium neque.\",\"body\":\"If we parse the bandwidth, we can get to the CSS pixel through the auxiliary HDD port!\"}"], ["created_at", "2016-10-07 19:21:05.001971"], ["updated_at", "2016-10-07 19:21:05.001971"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis in vel eum perspiciatis magni.\",\"body\":\"I'll back up the primary PNG hard drive, that should bandwidth the JSON array!\"}"], ["created_at", "2016-10-07 19:21:05.002968"], ["updated_at", "2016-10-07 19:21:05.002968"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nostrum architecto id ad.\",\"body\":\"Programming the firewall won't do anything, we need to connect the redundant sas port!\"}"], ["created_at", "2016-10-07 19:21:05.003881"], ["updated_at", "2016-10-07 19:21:05.003881"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Est non neque occaecati molestias molestiae.\",\"body\":\"I'll calculate the cross-platform PCI system, that should pixel the PCI monitor!\"}"], ["created_at", "2016-10-07 19:21:05.004788"], ["updated_at", "2016-10-07 19:21:05.004788"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt voluptas ut libero.\",\"body\":\"We need to transmit the neural SQL monitor!\"}"], ["created_at", "2016-10-07 19:21:05.005706"], ["updated_at", "2016-10-07 19:21:05.005706"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rerum quis nihil non voluptatem voluptatum sed.\",\"body\":\"Use the multi-byte JSON monitor, then you can synthesize the multi-byte bus!\"}"], ["created_at", "2016-10-07 19:21:05.006643"], ["updated_at", "2016-10-07 19:21:05.006643"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas temporibus et in eum voluptatem fugiat sed.\",\"body\":\"The RAM array is down, program the haptic pixel so we can back up the SCSI bus!\"}"], ["created_at", "2016-10-07 19:21:05.007593"], ["updated_at", "2016-10-07 19:21:05.007593"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et vero vel repellat repellendus tempora.\",\"body\":\"The TCP driver is down, compress the multi-byte matrix so we can calculate the JBOD transmitter!\"}"], ["created_at", "2016-10-07 19:21:05.008531"], ["updated_at", "2016-10-07 19:21:05.008531"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellendus est tempora quibusdam velit quia est consequatur.\",\"body\":\"Quantifying the array won't do anything, we need to override the cross-platform sms bandwidth!\"}"], ["created_at", "2016-10-07 19:21:05.009437"], ["updated_at", "2016-10-07 19:21:05.009437"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tenetur officiis impedit est nostrum ipsum sapiente deserunt.\",\"body\":\"If we override the panel, we can get to the IB matrix through the digital ADP protocol!\"}"], ["created_at", "2016-10-07 19:21:05.010329"], ["updated_at", "2016-10-07 19:21:05.010329"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit minima eligendi nihil quidem delectus cumque dolorum.\",\"body\":\"The COM interface is down, connect the optical circuit so we can input the COM protocol!\"}"], ["created_at", "2016-10-07 19:21:05.011299"], ["updated_at", "2016-10-07 19:21:05.011299"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deleniti est et voluptate qui aut recusandae eaque.\",\"body\":\"You can't copy the hard drive without calculating the multi-byte JBOD protocol!\"}"], ["created_at", "2016-10-07 19:21:05.012209"], ["updated_at", "2016-10-07 19:21:05.012209"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ratione aperiam ullam eos tempore.\",\"body\":\"We need to reboot the cross-platform XSS alarm!\"}"], ["created_at", "2016-10-07 19:21:05.013202"], ["updated_at", "2016-10-07 19:21:05.013202"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Temporibus id nobis non asperiores qui.\",\"body\":\"The TCP circuit is down, calculate the cross-platform monitor so we can input the HDD bus!\"}"], ["created_at", "2016-10-07 19:21:05.014109"], ["updated_at", "2016-10-07 19:21:05.014109"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit id est voluptate nesciunt qui ipsam.\",\"body\":\"We need to calculate the cross-platform HDD sensor!\"}"], ["created_at", "2016-10-07 19:21:05.015405"], ["updated_at", "2016-10-07 19:21:05.015405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Cum harum dolorem voluptatum sequi sed nesciunt.\",\"body\":\"You can't back up the microchip without backing up the auxiliary FTP bus!\"}"], ["created_at", "2016-10-07 19:21:05.016396"], ["updated_at", "2016-10-07 19:21:05.016396"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Recusandae aut inventore vel quo.\",\"body\":\"We need to parse the bluetooth SQL firewall!\"}"], ["created_at", "2016-10-07 19:21:05.017337"], ["updated_at", "2016-10-07 19:21:05.017337"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quo voluptas dicta.\",\"body\":\"I'll transmit the digital ADP port, that should port the CSS monitor!\"}"], ["created_at", "2016-10-07 19:21:05.018270"], ["updated_at", "2016-10-07 19:21:05.018270"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa omnis dolorum asperiores quia illo.\",\"body\":\"You can't index the application without quantifying the multi-byte SMTP sensor!\"}"], ["created_at", "2016-10-07 19:21:05.019240"], ["updated_at", "2016-10-07 19:21:05.019240"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maiores eum repellat eligendi qui dolores.\",\"body\":\"We need to calculate the open-source SCSI transmitter!\"}"], ["created_at", "2016-10-07 19:21:05.020168"], ["updated_at", "2016-10-07 19:21:05.020168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ex et natus.\",\"body\":\"If we back up the feed, we can get to the SCSI system through the virtual IB bus!\"}"], ["created_at", "2016-10-07 19:21:05.021086"], ["updated_at", "2016-10-07 19:21:05.021086"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Atque cumque et ipsum.\",\"body\":\"If we copy the monitor, we can get to the SMTP firewall through the neural AGP bandwidth!\"}"], ["created_at", "2016-10-07 19:21:05.022118"], ["updated_at", "2016-10-07 19:21:05.022118"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia maxime laborum consequatur voluptas placeat vel.\",\"body\":\"Synthesizing the transmitter won't do anything, we need to bypass the online ram interface!\"}"], ["created_at", "2016-10-07 19:21:05.023110"], ["updated_at", "2016-10-07 19:21:05.023110"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum repudiandae quia.\",\"body\":\"We need to reboot the bluetooth XSS monitor!\"}"], ["created_at", "2016-10-07 19:21:05.024056"], ["updated_at", "2016-10-07 19:21:05.024056"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptatem et ut ad eaque.\",\"body\":\"The RAM system is down, transmit the wireless alarm so we can index the XSS pixel!\"}"], ["created_at", "2016-10-07 19:21:05.025038"], ["updated_at", "2016-10-07 19:21:05.025038"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae esse necessitatibus sapiente ipsum.\",\"body\":\"I'll compress the redundant GB application, that should monitor the ADP port!\"}"], ["created_at", "2016-10-07 19:21:05.026084"], ["updated_at", "2016-10-07 19:21:05.026084"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsam est doloremque veniam ut aut cupiditate voluptas.\",\"body\":\"I'll reboot the wireless TCP protocol, that should circuit the PCI application!\"}"], ["created_at", "2016-10-07 19:21:05.027959"], ["updated_at", "2016-10-07 19:21:05.027959"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et voluptates quia amet maxime.\",\"body\":\"If we program the firewall, we can get to the THX alarm through the online XML application!\"}"], ["created_at", "2016-10-07 19:21:05.030049"], ["updated_at", "2016-10-07 19:21:05.030049"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ab quis voluptatem incidunt esse beatae.\",\"body\":\"I'll generate the neural SMTP protocol, that should protocol the IB matrix!\"}"], ["created_at", "2016-10-07 19:21:05.031223"], ["updated_at", "2016-10-07 19:21:05.031223"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem facilis rerum quia.\",\"body\":\"We need to calculate the wireless SSL program!\"}"], ["created_at", "2016-10-07 19:21:05.032291"], ["updated_at", "2016-10-07 19:21:05.032291"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Similique numquam in odio est facilis officiis.\",\"body\":\"Try to reboot the JBOD microchip, maybe it will bypass the virtual program!\"}"], ["created_at", "2016-10-07 19:21:05.033366"], ["updated_at", "2016-10-07 19:21:05.033366"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Architecto ducimus suscipit sit nihil ea velit doloremque.\",\"body\":\"I'll quantify the solid state ADP panel, that should microchip the HDD protocol!\"}"], ["created_at", "2016-10-07 19:21:05.034390"], ["updated_at", "2016-10-07 19:21:05.034390"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis unde quas natus.\",\"body\":\"If we hack the system, we can get to the SQL card through the 1080p SMS port!\"}"], ["created_at", "2016-10-07 19:21:05.035441"], ["updated_at", "2016-10-07 19:21:05.035441"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum minima dicta magnam ab.\",\"body\":\"Overriding the interface won't do anything, we need to override the bluetooth exe panel!\"}"], ["created_at", "2016-10-07 19:21:05.036421"], ["updated_at", "2016-10-07 19:21:05.036421"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Magni quos ipsam consequatur.\",\"body\":\"Use the 1080p THX system, then you can calculate the primary feed!\"}"], ["created_at", "2016-10-07 19:21:05.037413"], ["updated_at", "2016-10-07 19:21:05.037413"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Placeat nisi quisquam.\",\"body\":\"The SSL feed is down, quantify the 1080p bus so we can override the EXE microchip!\"}"], ["created_at", "2016-10-07 19:21:05.047077"], ["updated_at", "2016-10-07 19:21:05.047077"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut dolor deserunt iure fugit omnis explicabo vero.\",\"body\":\"If we override the pixel, we can get to the SAS capacitor through the primary EXE port!\"}"], ["created_at", "2016-10-07 19:21:05.048221"], ["updated_at", "2016-10-07 19:21:05.048221"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut molestiae numquam recusandae.\",\"body\":\"You can't override the alarm without hacking the multi-byte SMTP monitor!\"}"], ["created_at", "2016-10-07 19:21:05.049259"], ["updated_at", "2016-10-07 19:21:05.049259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur culpa distinctio deserunt sit.\",\"body\":\"I'll calculate the wireless SCSI panel, that should program the XSS pixel!\"}"], ["created_at", "2016-10-07 19:21:05.050233"], ["updated_at", "2016-10-07 19:21:05.050233"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt cupiditate sunt vel.\",\"body\":\"You can't compress the card without synthesizing the online PCI bus!\"}"], ["created_at", "2016-10-07 19:21:05.051265"], ["updated_at", "2016-10-07 19:21:05.051265"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Saepe et harum consectetur hic sunt nisi et.\",\"body\":\"We need to index the auxiliary AI card!\"}"], ["created_at", "2016-10-07 19:21:05.052224"], ["updated_at", "2016-10-07 19:21:05.052224"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Unde enim occaecati est.\",\"body\":\"I'll compress the open-source HTTP bandwidth, that should port the JBOD sensor!\"}"], ["created_at", "2016-10-07 19:21:05.053147"], ["updated_at", "2016-10-07 19:21:05.053147"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Blanditiis voluptatum sequi nulla voluptatem quisquam nisi.\",\"body\":\"You can't calculate the capacitor without indexing the optical AGP alarm!\"}"], ["created_at", "2016-10-07 19:21:05.054067"], ["updated_at", "2016-10-07 19:21:05.054067"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio neque eum aut consequatur molestiae commodi inventore.\",\"body\":\"Overriding the driver won't do anything, we need to transmit the multi-byte ai interface!\"}"], ["created_at", "2016-10-07 19:21:05.055030"], ["updated_at", "2016-10-07 19:21:05.055030"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Et praesentium officiis accusantium repellat doloremque.\",\"body\":\"Use the multi-byte FTP hard drive, then you can compress the back-end protocol!\"}"], ["created_at", "2016-10-07 19:21:05.055944"], ["updated_at", "2016-10-07 19:21:05.055944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor dolor dolores perferendis at qui et error.\",\"body\":\"The PCI firewall is down, reboot the redundant port so we can compress the XML transmitter!\"}"], ["created_at", "2016-10-07 19:21:05.056908"], ["updated_at", "2016-10-07 19:21:05.056908"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officia voluptatem qui dolor et voluptatibus.\",\"body\":\"Parsing the transmitter won't do anything, we need to hack the neural css interface!\"}"], ["created_at", "2016-10-07 19:21:05.057785"], ["updated_at", "2016-10-07 19:21:05.057785"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Harum totam quos.\",\"body\":\"I'll transmit the virtual SCSI monitor, that should pixel the AGP array!\"}"], ["created_at", "2016-10-07 19:21:05.058737"], ["updated_at", "2016-10-07 19:21:05.058737"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur excepturi eum temporibus illum consequatur ab quia.\",\"body\":\"You can't connect the system without transmitting the bluetooth PNG bandwidth!\"}"], ["created_at", "2016-10-07 19:21:05.059647"], ["updated_at", "2016-10-07 19:21:05.059647"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Esse aliquid sit vel quas.\",\"body\":\"I'll transmit the solid state SSL application, that should firewall the SMTP monitor!\"}"], ["created_at", "2016-10-07 19:21:05.060565"], ["updated_at", "2016-10-07 19:21:05.060565"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolorum inventore officiis sit minima voluptates et.\",\"body\":\"You can't transmit the port without synthesizing the 1080p JBOD bandwidth!\"}"], ["created_at", "2016-10-07 19:21:05.061466"], ["updated_at", "2016-10-07 19:21:05.061466"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Molestiae officia esse libero similique debitis.\",\"body\":\"If we override the capacitor, we can get to the SMS monitor through the virtual AGP port!\"}"], ["created_at", "2016-10-07 19:21:05.062377"], ["updated_at", "2016-10-07 19:21:05.062377"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quasi nulla exercitationem rerum iure nostrum.\",\"body\":\"Copying the port won't do anything, we need to connect the cross-platform hdd circuit!\"}"], ["created_at", "2016-10-07 19:21:05.063304"], ["updated_at", "2016-10-07 19:21:05.063304"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consequatur eligendi aut voluptate.\",\"body\":\"Overriding the circuit won't do anything, we need to connect the bluetooth ram application!\"}"], ["created_at", "2016-10-07 19:21:05.064225"], ["updated_at", "2016-10-07 19:21:05.064225"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Maxime eius aut ipsa suscipit recusandae nihil et.\",\"body\":\"The CSS matrix is down, hack the bluetooth bus so we can index the JSON application!\"}"], ["created_at", "2016-10-07 19:21:05.065131"], ["updated_at", "2016-10-07 19:21:05.065131"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ut rerum earum culpa.\",\"body\":\"Try to connect the AI hard drive, maybe it will transmit the online protocol!\"}"], ["created_at", "2016-10-07 19:21:05.066027"], ["updated_at", "2016-10-07 19:21:05.066027"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci reiciendis qui dignissimos voluptatem.\",\"body\":\"We need to input the open-source COM firewall!\"}"], ["created_at", "2016-10-07 19:21:05.066905"], ["updated_at", "2016-10-07 19:21:05.066905"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Officiis repellendus commodi maiores iure amet.\",\"body\":\"You can't input the sensor without compressing the bluetooth USB feed!\"}"], ["created_at", "2016-10-07 19:21:05.067801"], ["updated_at", "2016-10-07 19:21:05.067801"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas tempore illum harum temporibus adipisci ad et.\",\"body\":\"The SAS bus is down, navigate the neural feed so we can program the GB transmitter!\"}"], ["created_at", "2016-10-07 19:21:05.068686"], ["updated_at", "2016-10-07 19:21:05.068686"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores consequatur sit saepe molestiae.\",\"body\":\"You can't bypass the monitor without programming the bluetooth JSON transmitter!\"}"], ["created_at", "2016-10-07 19:21:05.069567"], ["updated_at", "2016-10-07 19:21:05.069567"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quis repellendus sunt sed nisi vel non.\",\"body\":\"The USB system is down, input the open-source firewall so we can synthesize the SAS bandwidth!\"}"], ["created_at", "2016-10-07 19:21:05.070424"], ["updated_at", "2016-10-07 19:21:05.070424"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Accusantium ut dolores quia nisi voluptatum dolor veniam.\",\"body\":\"If we quantify the microchip, we can get to the JSON pixel through the neural SCSI bandwidth!\"}"], ["created_at", "2016-10-07 19:21:05.071356"], ["updated_at", "2016-10-07 19:21:05.071356"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis qui tenetur.\",\"body\":\"Try to input the ADP application, maybe it will copy the haptic sensor!\"}"], ["created_at", "2016-10-07 19:21:05.072247"], ["updated_at", "2016-10-07 19:21:05.072247"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Suscipit ea eum.\",\"body\":\"Try to navigate the SSL bandwidth, maybe it will bypass the primary protocol!\"}"], ["created_at", "2016-10-07 19:21:05.073136"], ["updated_at", "2016-10-07 19:21:05.073136"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Neque est voluptatem ullam vel doloremque repellat.\",\"body\":\"Try to hack the JSON bandwidth, maybe it will parse the online pixel!\"}"], ["created_at", "2016-10-07 19:21:05.074012"], ["updated_at", "2016-10-07 19:21:05.074012"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia dolores rem rerum culpa.\",\"body\":\"You can't reboot the matrix without backing up the haptic AGP bus!\"}"], ["created_at", "2016-10-07 19:21:05.074928"], ["updated_at", "2016-10-07 19:21:05.074928"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Nisi provident quisquam iste nesciunt.\",\"body\":\"The IB bandwidth is down, generate the primary alarm so we can index the PCI bandwidth!\"}"], ["created_at", "2016-10-07 19:21:05.075852"], ["updated_at", "2016-10-07 19:21:05.075852"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptatem cum pariatur vitae.\",\"body\":\"The RSS bandwidth is down, input the 1080p bus so we can hack the SSL capacitor!\"}"], ["created_at", "2016-10-07 19:21:05.076739"], ["updated_at", "2016-10-07 19:21:05.076739"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Asperiores amet eos quia officiis in.\",\"body\":\"Connecting the feed won't do anything, we need to back up the wireless pci application!\"}"], ["created_at", "2016-10-07 19:21:05.077639"], ["updated_at", "2016-10-07 19:21:05.077639"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ipsum eligendi praesentium omnis facere consequatur consectetur.\",\"body\":\"The SMS bus is down, connect the haptic program so we can compress the SSL driver!\"}"], ["created_at", "2016-10-07 19:21:05.078571"], ["updated_at", "2016-10-07 19:21:05.078571"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sunt consectetur iusto distinctio magni.\",\"body\":\"You can't reboot the driver without copying the bluetooth GB driver!\"}"], ["created_at", "2016-10-07 19:21:05.079651"], ["updated_at", "2016-10-07 19:21:05.079651"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore laudantium excepturi distinctio et.\",\"body\":\"Try to back up the XML firewall, maybe it will connect the 1080p bandwidth!\"}"], ["created_at", "2016-10-07 19:21:05.080585"], ["updated_at", "2016-10-07 19:21:05.080585"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eligendi quia et cupiditate ut.\",\"body\":\"We need to navigate the wireless FTP card!\"}"], ["created_at", "2016-10-07 19:21:05.081495"], ["updated_at", "2016-10-07 19:21:05.081495"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Ducimus provident unde occaecati labore in minus.\",\"body\":\"Calculating the driver won't do anything, we need to override the 1080p hdd circuit!\"}"], ["created_at", "2016-10-07 19:21:05.082400"], ["updated_at", "2016-10-07 19:21:05.082400"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sed commodi tempore beatae nisi aut.\",\"body\":\"You can't generate the card without quantifying the digital JSON bandwidth!\"}"], ["created_at", "2016-10-07 19:21:05.083303"], ["updated_at", "2016-10-07 19:21:05.083303"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Beatae quasi quod et voluptate.\",\"body\":\"If we calculate the bus, we can get to the XSS circuit through the mobile HDD transmitter!\"}"], ["created_at", "2016-10-07 19:21:05.084181"], ["updated_at", "2016-10-07 19:21:05.084181"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aliquid dolor modi nihil.\",\"body\":\"Try to reboot the SAS program, maybe it will generate the redundant driver!\"}"], ["created_at", "2016-10-07 19:21:05.085067"], ["updated_at", "2016-10-07 19:21:05.085067"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Facilis et corporis architecto ratione perspiciatis.\",\"body\":\"Programming the pixel won't do anything, we need to hack the neural xss matrix!\"}"], ["created_at", "2016-10-07 19:21:05.085951"], ["updated_at", "2016-10-07 19:21:05.085951"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Tempore et neque.\",\"body\":\"We need to generate the back-end JBOD program!\"}"], ["created_at", "2016-10-07 19:21:05.086861"], ["updated_at", "2016-10-07 19:21:05.086861"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Velit quisquam maiores quos.\",\"body\":\"Use the haptic HDD firewall, then you can generate the primary capacitor!\"}"], ["created_at", "2016-10-07 19:21:05.087735"], ["updated_at", "2016-10-07 19:21:05.087735"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Consectetur vel error.\",\"body\":\"You can't reboot the firewall without calculating the multi-byte SQL monitor!\"}"], ["created_at", "2016-10-07 19:21:05.088586"], ["updated_at", "2016-10-07 19:21:05.088586"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Necessitatibus ipsam occaecati magnam eveniet.\",\"body\":\"You can't generate the alarm without synthesizing the 1080p TCP matrix!\"}"], ["created_at", "2016-10-07 19:21:05.089474"], ["updated_at", "2016-10-07 19:21:05.089474"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Adipisci reprehenderit aut fugit.\",\"body\":\"Try to index the AGP interface, maybe it will calculate the redundant hard drive!\"}"], ["created_at", "2016-10-07 19:21:05.090367"], ["updated_at", "2016-10-07 19:21:05.090367"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Illo eos omnis facilis sit et aut odio.\",\"body\":\"Backing up the system won't do anything, we need to synthesize the redundant xml port!\"}"], ["created_at", "2016-10-07 19:21:05.091259"], ["updated_at", "2016-10-07 19:21:05.091259"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iure nam accusantium maiores at cum.\",\"body\":\"Try to hack the XML sensor, maybe it will transmit the online protocol!\"}"], ["created_at", "2016-10-07 19:21:05.092134"], ["updated_at", "2016-10-07 19:21:05.092134"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quaerat ut pariatur.\",\"body\":\"We need to synthesize the virtual SSL firewall!\"}"], ["created_at", "2016-10-07 19:21:05.092995"], ["updated_at", "2016-10-07 19:21:05.092995"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Repellat possimus aut inventore dolorum in similique.\",\"body\":\"If we override the alarm, we can get to the CSS feed through the mobile RSS port!\"}"], ["created_at", "2016-10-07 19:21:05.093870"], ["updated_at", "2016-10-07 19:21:05.093870"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quos quaerat ut aperiam fugit in et eveniet.\",\"body\":\"If we compress the capacitor, we can get to the GB pixel through the online AI transmitter!\"}"], ["created_at", "2016-10-07 19:21:05.094774"], ["updated_at", "2016-10-07 19:21:05.094774"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Dolor libero commodi autem.\",\"body\":\"Backing up the panel won't do anything, we need to copy the solid state gb array!\"}"], ["created_at", "2016-10-07 19:21:05.095677"], ["updated_at", "2016-10-07 19:21:05.095677"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim molestias provident hic voluptate eligendi nobis commodi.\",\"body\":\"I'll generate the online PCI port, that should capacitor the SMS bus!\"}"], ["created_at", "2016-10-07 19:21:05.096557"], ["updated_at", "2016-10-07 19:21:05.096557"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Rem quis non.\",\"body\":\"You can't index the monitor without indexing the solid state RAM alarm!\"}"], ["created_at", "2016-10-07 19:21:05.097405"], ["updated_at", "2016-10-07 19:21:05.097405"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eveniet rem qui beatae ipsum.\",\"body\":\"The AGP sensor is down, back up the auxiliary driver so we can back up the HDD monitor!\"}"], ["created_at", "2016-10-07 19:21:05.098277"], ["updated_at", "2016-10-07 19:21:05.098277"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Iusto rerum quae veniam similique quasi.\",\"body\":\"Try to bypass the XML port, maybe it will copy the optical panel!\"}"], ["created_at", "2016-10-07 19:21:05.099177"], ["updated_at", "2016-10-07 19:21:05.099177"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Omnis est ab.\",\"body\":\"I'll generate the digital JBOD matrix, that should driver the RSS panel!\"}"], ["created_at", "2016-10-07 19:21:05.100064"], ["updated_at", "2016-10-07 19:21:05.100064"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Vel optio sit nihil.\",\"body\":\"Try to quantify the GB port, maybe it will parse the neural card!\"}"], ["created_at", "2016-10-07 19:21:05.100932"], ["updated_at", "2016-10-07 19:21:05.100932"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Culpa dolorum tempora deleniti fugit similique.\",\"body\":\"Use the open-source SMTP protocol, then you can transmit the digital card!\"}"], ["created_at", "2016-10-07 19:21:05.102165"], ["updated_at", "2016-10-07 19:21:05.102165"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Veritatis tempora nemo eum est alias.\",\"body\":\"We need to generate the open-source PNG array!\"}"], ["created_at", "2016-10-07 19:21:05.103168"], ["updated_at", "2016-10-07 19:21:05.103168"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Sequi autem odio temporibus ut sit minus.\",\"body\":\"You can't generate the microchip without quantifying the optical COM bus!\"}"], ["created_at", "2016-10-07 19:21:05.104150"], ["updated_at", "2016-10-07 19:21:05.104150"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut iste aut aperiam est officiis.\",\"body\":\"The AI feed is down, bypass the redundant circuit so we can program the COM hard drive!\"}"], ["created_at", "2016-10-07 19:21:05.105115"], ["updated_at", "2016-10-07 19:21:05.105115"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Laborum enim officiis dicta nobis eveniet et.\",\"body\":\"We need to transmit the auxiliary JSON interface!\"}"], ["created_at", "2016-10-07 19:21:05.106081"], ["updated_at", "2016-10-07 19:21:05.106081"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Quia voluptatem autem quos tempore veniam sequi sunt.\",\"body\":\"If we back up the card, we can get to the THX port through the cross-platform RAM application!\"}"], ["created_at", "2016-10-07 19:21:05.107046"], ["updated_at", "2016-10-07 19:21:05.107046"]] SQL (0.1ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Modi fuga velit laboriosam occaecati.\",\"body\":\"Try to index the GB card, maybe it will hack the redundant alarm!\"}"], ["created_at", "2016-10-07 19:21:05.108005"], ["updated_at", "2016-10-07 19:21:05.108005"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Deserunt enim architecto sit necessitatibus sed et suscipit.\",\"body\":\"Try to copy the RSS interface, maybe it will quantify the primary feed!\"}"], ["created_at", "2016-10-07 19:21:05.108980"], ["updated_at", "2016-10-07 19:21:05.108980"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum quia ipsam at suscipit.\",\"body\":\"Parsing the array won't do anything, we need to navigate the haptic rss alarm!\"}"], ["created_at", "2016-10-07 19:21:05.109944"], ["updated_at", "2016-10-07 19:21:05.109944"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Eum eum necessitatibus officiis quisquam dolor illum quibusdam.\",\"body\":\"Use the virtual COM bandwidth, then you can back up the wireless alarm!\"}"], ["created_at", "2016-10-07 19:21:05.110918"], ["updated_at", "2016-10-07 19:21:05.110918"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates nihil tempore.\",\"body\":\"You can't copy the capacitor without overriding the optical COM protocol!\"}"], ["created_at", "2016-10-07 19:21:05.111887"], ["updated_at", "2016-10-07 19:21:05.111887"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptas quae fugit doloribus.\",\"body\":\"If we override the transmitter, we can get to the FTP feed through the online JBOD pixel!\"}"], ["created_at", "2016-10-07 19:21:05.112855"], ["updated_at", "2016-10-07 19:21:05.112855"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Enim dolorem a sit.\",\"body\":\"You can't override the card without overriding the wireless SSL array!\"}"], ["created_at", "2016-10-07 19:21:05.113804"], ["updated_at", "2016-10-07 19:21:05.113804"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Aut nam qui voluptas.\",\"body\":\"The TCP pixel is down, synthesize the auxiliary driver so we can index the AI driver!\"}"], ["created_at", "2016-10-07 19:21:05.114764"], ["updated_at", "2016-10-07 19:21:05.114764"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Labore est quo sit.\",\"body\":\"Programming the interface won't do anything, we need to generate the cross-platform sms capacitor!\"}"], ["created_at", "2016-10-07 19:21:05.115711"], ["updated_at", "2016-10-07 19:21:05.115711"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Voluptates quis omnis iusto tenetur corrupti laborum.\",\"body\":\"If we generate the system, we can get to the CSS system through the auxiliary FTP bandwidth!\"}"], ["created_at", "2016-10-07 19:21:05.116642"], ["updated_at", "2016-10-07 19:21:05.116642"]] SQL (0.0ms) INSERT INTO "jera_push_messages" ("status", "content", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["status", "sent"], ["content", "{\"title\":\"Odio nihil et quia in est earum.\",\"body\":\"I'll reboot the solid state PNG feed, that should microchip the HDD array!\"}"], ["created_at", "2016-10-07 19:21:05.117599"], ["updated_at", "2016-10-07 19:21:05.117599"]]  (9.6ms) commit transaction  (0.2ms) SELECT "jera_push_devices"."id" FROM "jera_push_devices"  (1.2ms) SELECT "jera_push_messages"."id" FROM "jera_push_messages"  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 1], ["created_at", "2016-10-07 19:21:10.632026"], ["updated_at", "2016-10-07 19:21:10.632026"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 1], ["created_at", "2016-10-07 19:21:10.633312"], ["updated_at", "2016-10-07 19:21:10.633312"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 1], ["created_at", "2016-10-07 19:21:10.634141"], ["updated_at", "2016-10-07 19:21:10.634141"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 1], ["created_at", "2016-10-07 19:21:10.634985"], ["updated_at", "2016-10-07 19:21:10.634985"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 1], ["created_at", "2016-10-07 19:21:10.635756"], ["updated_at", "2016-10-07 19:21:10.635756"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 1], ["created_at", "2016-10-07 19:21:10.636551"], ["updated_at", "2016-10-07 19:21:10.636551"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 2], ["created_at", "2016-10-07 19:21:10.637357"], ["updated_at", "2016-10-07 19:21:10.637357"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 2], ["created_at", "2016-10-07 19:21:10.638145"], ["updated_at", "2016-10-07 19:21:10.638145"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 2], ["created_at", "2016-10-07 19:21:10.638948"], ["updated_at", "2016-10-07 19:21:10.638948"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 2], ["created_at", "2016-10-07 19:21:10.639754"], ["updated_at", "2016-10-07 19:21:10.639754"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 2], ["created_at", "2016-10-07 19:21:10.640522"], ["updated_at", "2016-10-07 19:21:10.640522"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 2], ["created_at", "2016-10-07 19:21:10.641307"], ["updated_at", "2016-10-07 19:21:10.641307"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 3], ["created_at", "2016-10-07 19:21:10.642059"], ["updated_at", "2016-10-07 19:21:10.642059"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 3], ["created_at", "2016-10-07 19:21:10.643290"], ["updated_at", "2016-10-07 19:21:10.643290"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 3], ["created_at", "2016-10-07 19:21:10.644352"], ["updated_at", "2016-10-07 19:21:10.644352"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 3], ["created_at", "2016-10-07 19:21:10.645506"], ["updated_at", "2016-10-07 19:21:10.645506"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 3], ["created_at", "2016-10-07 19:21:10.647698"], ["updated_at", "2016-10-07 19:21:10.647698"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 3], ["created_at", "2016-10-07 19:21:10.649736"], ["updated_at", "2016-10-07 19:21:10.649736"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 4], ["created_at", "2016-10-07 19:21:10.652107"], ["updated_at", "2016-10-07 19:21:10.652107"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 4], ["created_at", "2016-10-07 19:21:10.654066"], ["updated_at", "2016-10-07 19:21:10.654066"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 4], ["created_at", "2016-10-07 19:21:10.655021"], ["updated_at", "2016-10-07 19:21:10.655021"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 4], ["created_at", "2016-10-07 19:21:10.655880"], ["updated_at", "2016-10-07 19:21:10.655880"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 4], ["created_at", "2016-10-07 19:21:10.656665"], ["updated_at", "2016-10-07 19:21:10.656665"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 4], ["created_at", "2016-10-07 19:21:10.657455"], ["updated_at", "2016-10-07 19:21:10.657455"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 5], ["created_at", "2016-10-07 19:21:10.658242"], ["updated_at", "2016-10-07 19:21:10.658242"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 5], ["created_at", "2016-10-07 19:21:10.659053"], ["updated_at", "2016-10-07 19:21:10.659053"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 5], ["created_at", "2016-10-07 19:21:10.659850"], ["updated_at", "2016-10-07 19:21:10.659850"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 5], ["created_at", "2016-10-07 19:21:10.660619"], ["updated_at", "2016-10-07 19:21:10.660619"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 5], ["created_at", "2016-10-07 19:21:10.661412"], ["updated_at", "2016-10-07 19:21:10.661412"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 5], ["created_at", "2016-10-07 19:21:10.662176"], ["updated_at", "2016-10-07 19:21:10.662176"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 6], ["created_at", "2016-10-07 19:21:10.663037"], ["updated_at", "2016-10-07 19:21:10.663037"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 6], ["created_at", "2016-10-07 19:21:10.663839"], ["updated_at", "2016-10-07 19:21:10.663839"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 6], ["created_at", "2016-10-07 19:21:10.664625"], ["updated_at", "2016-10-07 19:21:10.664625"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 6], ["created_at", "2016-10-07 19:21:10.665399"], ["updated_at", "2016-10-07 19:21:10.665399"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 6], ["created_at", "2016-10-07 19:21:10.666183"], ["updated_at", "2016-10-07 19:21:10.666183"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 6], ["created_at", "2016-10-07 19:21:10.666996"], ["updated_at", "2016-10-07 19:21:10.666996"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 7], ["created_at", "2016-10-07 19:21:10.667897"], ["updated_at", "2016-10-07 19:21:10.667897"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 7], ["created_at", "2016-10-07 19:21:10.668778"], ["updated_at", "2016-10-07 19:21:10.668778"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 7], ["created_at", "2016-10-07 19:21:10.669586"], ["updated_at", "2016-10-07 19:21:10.669586"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 7], ["created_at", "2016-10-07 19:21:10.670352"], ["updated_at", "2016-10-07 19:21:10.670352"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 7], ["created_at", "2016-10-07 19:21:10.671179"], ["updated_at", "2016-10-07 19:21:10.671179"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 7], ["created_at", "2016-10-07 19:21:10.671969"], ["updated_at", "2016-10-07 19:21:10.671969"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 8], ["created_at", "2016-10-07 19:21:10.672770"], ["updated_at", "2016-10-07 19:21:10.672770"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 8], ["created_at", "2016-10-07 19:21:10.673556"], ["updated_at", "2016-10-07 19:21:10.673556"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 8], ["created_at", "2016-10-07 19:21:10.674337"], ["updated_at", "2016-10-07 19:21:10.674337"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 8], ["created_at", "2016-10-07 19:21:10.675160"], ["updated_at", "2016-10-07 19:21:10.675160"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 8], ["created_at", "2016-10-07 19:21:10.675965"], ["updated_at", "2016-10-07 19:21:10.675965"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 8], ["created_at", "2016-10-07 19:21:10.676766"], ["updated_at", "2016-10-07 19:21:10.676766"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 9], ["created_at", "2016-10-07 19:21:10.677529"], ["updated_at", "2016-10-07 19:21:10.677529"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 9], ["created_at", "2016-10-07 19:21:10.678324"], ["updated_at", "2016-10-07 19:21:10.678324"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 9], ["created_at", "2016-10-07 19:21:10.679168"], ["updated_at", "2016-10-07 19:21:10.679168"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 9], ["created_at", "2016-10-07 19:21:10.679962"], ["updated_at", "2016-10-07 19:21:10.679962"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 9], ["created_at", "2016-10-07 19:21:10.680967"], ["updated_at", "2016-10-07 19:21:10.680967"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 9], ["created_at", "2016-10-07 19:21:10.681761"], ["updated_at", "2016-10-07 19:21:10.681761"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 10], ["created_at", "2016-10-07 19:21:10.682528"], ["updated_at", "2016-10-07 19:21:10.682528"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 10], ["created_at", "2016-10-07 19:21:10.683312"], ["updated_at", "2016-10-07 19:21:10.683312"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 10], ["created_at", "2016-10-07 19:21:10.684105"], ["updated_at", "2016-10-07 19:21:10.684105"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 10], ["created_at", "2016-10-07 19:21:10.684867"], ["updated_at", "2016-10-07 19:21:10.684867"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 10], ["created_at", "2016-10-07 19:21:10.685652"], ["updated_at", "2016-10-07 19:21:10.685652"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 10], ["created_at", "2016-10-07 19:21:10.686435"], ["updated_at", "2016-10-07 19:21:10.686435"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 11], ["created_at", "2016-10-07 19:21:10.687208"], ["updated_at", "2016-10-07 19:21:10.687208"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 11], ["created_at", "2016-10-07 19:21:10.688007"], ["updated_at", "2016-10-07 19:21:10.688007"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 11], ["created_at", "2016-10-07 19:21:10.688807"], ["updated_at", "2016-10-07 19:21:10.688807"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 11], ["created_at", "2016-10-07 19:21:10.689588"], ["updated_at", "2016-10-07 19:21:10.689588"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 11], ["created_at", "2016-10-07 19:21:10.690379"], ["updated_at", "2016-10-07 19:21:10.690379"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 11], ["created_at", "2016-10-07 19:21:10.691175"], ["updated_at", "2016-10-07 19:21:10.691175"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 12], ["created_at", "2016-10-07 19:21:10.691961"], ["updated_at", "2016-10-07 19:21:10.691961"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 12], ["created_at", "2016-10-07 19:21:10.692753"], ["updated_at", "2016-10-07 19:21:10.692753"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 12], ["created_at", "2016-10-07 19:21:10.693536"], ["updated_at", "2016-10-07 19:21:10.693536"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 12], ["created_at", "2016-10-07 19:21:10.694294"], ["updated_at", "2016-10-07 19:21:10.694294"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 12], ["created_at", "2016-10-07 19:21:10.695081"], ["updated_at", "2016-10-07 19:21:10.695081"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 12], ["created_at", "2016-10-07 19:21:10.695865"], ["updated_at", "2016-10-07 19:21:10.695865"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 13], ["created_at", "2016-10-07 19:21:10.696625"], ["updated_at", "2016-10-07 19:21:10.696625"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 13], ["created_at", "2016-10-07 19:21:10.697403"], ["updated_at", "2016-10-07 19:21:10.697403"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 13], ["created_at", "2016-10-07 19:21:10.698182"], ["updated_at", "2016-10-07 19:21:10.698182"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 13], ["created_at", "2016-10-07 19:21:10.698950"], ["updated_at", "2016-10-07 19:21:10.698950"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 13], ["created_at", "2016-10-07 19:21:10.699746"], ["updated_at", "2016-10-07 19:21:10.699746"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 13], ["created_at", "2016-10-07 19:21:10.700546"], ["updated_at", "2016-10-07 19:21:10.700546"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 14], ["created_at", "2016-10-07 19:21:10.701318"], ["updated_at", "2016-10-07 19:21:10.701318"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 14], ["created_at", "2016-10-07 19:21:10.702104"], ["updated_at", "2016-10-07 19:21:10.702104"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 14], ["created_at", "2016-10-07 19:21:10.702900"], ["updated_at", "2016-10-07 19:21:10.702900"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 14], ["created_at", "2016-10-07 19:21:10.703681"], ["updated_at", "2016-10-07 19:21:10.703681"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 14], ["created_at", "2016-10-07 19:21:10.704442"], ["updated_at", "2016-10-07 19:21:10.704442"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 14], ["created_at", "2016-10-07 19:21:10.705227"], ["updated_at", "2016-10-07 19:21:10.705227"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 15], ["created_at", "2016-10-07 19:21:10.706026"], ["updated_at", "2016-10-07 19:21:10.706026"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 15], ["created_at", "2016-10-07 19:21:10.706806"], ["updated_at", "2016-10-07 19:21:10.706806"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 15], ["created_at", "2016-10-07 19:21:10.707587"], ["updated_at", "2016-10-07 19:21:10.707587"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 15], ["created_at", "2016-10-07 19:21:10.708370"], ["updated_at", "2016-10-07 19:21:10.708370"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 15], ["created_at", "2016-10-07 19:21:10.709123"], ["updated_at", "2016-10-07 19:21:10.709123"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 16], ["created_at", "2016-10-07 19:21:10.709905"], ["updated_at", "2016-10-07 19:21:10.709905"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 16], ["created_at", "2016-10-07 19:21:10.710685"], ["updated_at", "2016-10-07 19:21:10.710685"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 16], ["created_at", "2016-10-07 19:21:10.711507"], ["updated_at", "2016-10-07 19:21:10.711507"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 16], ["created_at", "2016-10-07 19:21:10.712328"], ["updated_at", "2016-10-07 19:21:10.712328"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 16], ["created_at", "2016-10-07 19:21:10.713095"], ["updated_at", "2016-10-07 19:21:10.713095"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 17], ["created_at", "2016-10-07 19:21:10.713875"], ["updated_at", "2016-10-07 19:21:10.713875"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 17], ["created_at", "2016-10-07 19:21:10.714664"], ["updated_at", "2016-10-07 19:21:10.714664"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 17], ["created_at", "2016-10-07 19:21:10.715447"], ["updated_at", "2016-10-07 19:21:10.715447"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 17], ["created_at", "2016-10-07 19:21:10.716225"], ["updated_at", "2016-10-07 19:21:10.716225"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 17], ["created_at", "2016-10-07 19:21:10.717003"], ["updated_at", "2016-10-07 19:21:10.717003"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 17], ["created_at", "2016-10-07 19:21:10.717793"], ["updated_at", "2016-10-07 19:21:10.717793"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 18], ["created_at", "2016-10-07 19:21:10.718579"], ["updated_at", "2016-10-07 19:21:10.718579"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 18], ["created_at", "2016-10-07 19:21:10.719366"], ["updated_at", "2016-10-07 19:21:10.719366"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 18], ["created_at", "2016-10-07 19:21:10.720151"], ["updated_at", "2016-10-07 19:21:10.720151"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 18], ["created_at", "2016-10-07 19:21:10.720950"], ["updated_at", "2016-10-07 19:21:10.720950"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 18], ["created_at", "2016-10-07 19:21:10.721714"], ["updated_at", "2016-10-07 19:21:10.721714"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 18], ["created_at", "2016-10-07 19:21:10.722516"], ["updated_at", "2016-10-07 19:21:10.722516"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 19], ["created_at", "2016-10-07 19:21:10.723340"], ["updated_at", "2016-10-07 19:21:10.723340"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 19], ["created_at", "2016-10-07 19:21:10.724111"], ["updated_at", "2016-10-07 19:21:10.724111"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 19], ["created_at", "2016-10-07 19:21:10.724894"], ["updated_at", "2016-10-07 19:21:10.724894"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 19], ["created_at", "2016-10-07 19:21:10.725681"], ["updated_at", "2016-10-07 19:21:10.725681"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 19], ["created_at", "2016-10-07 19:21:10.726553"], ["updated_at", "2016-10-07 19:21:10.726553"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 19], ["created_at", "2016-10-07 19:21:10.727427"], ["updated_at", "2016-10-07 19:21:10.727427"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 20], ["created_at", "2016-10-07 19:21:10.728218"], ["updated_at", "2016-10-07 19:21:10.728218"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 20], ["created_at", "2016-10-07 19:21:10.729004"], ["updated_at", "2016-10-07 19:21:10.729004"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 20], ["created_at", "2016-10-07 19:21:10.729783"], ["updated_at", "2016-10-07 19:21:10.729783"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 20], ["created_at", "2016-10-07 19:21:10.730591"], ["updated_at", "2016-10-07 19:21:10.730591"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 20], ["created_at", "2016-10-07 19:21:10.731375"], ["updated_at", "2016-10-07 19:21:10.731375"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 20], ["created_at", "2016-10-07 19:21:10.732164"], ["updated_at", "2016-10-07 19:21:10.732164"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 21], ["created_at", "2016-10-07 19:21:10.732948"], ["updated_at", "2016-10-07 19:21:10.732948"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 21], ["created_at", "2016-10-07 19:21:10.733716"], ["updated_at", "2016-10-07 19:21:10.733716"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 21], ["created_at", "2016-10-07 19:21:10.734570"], ["updated_at", "2016-10-07 19:21:10.734570"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 21], ["created_at", "2016-10-07 19:21:10.735375"], ["updated_at", "2016-10-07 19:21:10.735375"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 21], ["created_at", "2016-10-07 19:21:10.736144"], ["updated_at", "2016-10-07 19:21:10.736144"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 21], ["created_at", "2016-10-07 19:21:10.736933"], ["updated_at", "2016-10-07 19:21:10.736933"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 22], ["created_at", "2016-10-07 19:21:10.737708"], ["updated_at", "2016-10-07 19:21:10.737708"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 22], ["created_at", "2016-10-07 19:21:10.738471"], ["updated_at", "2016-10-07 19:21:10.738471"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 22], ["created_at", "2016-10-07 19:21:10.739321"], ["updated_at", "2016-10-07 19:21:10.739321"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 22], ["created_at", "2016-10-07 19:21:10.740123"], ["updated_at", "2016-10-07 19:21:10.740123"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 22], ["created_at", "2016-10-07 19:21:10.740935"], ["updated_at", "2016-10-07 19:21:10.740935"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 22], ["created_at", "2016-10-07 19:21:10.741708"], ["updated_at", "2016-10-07 19:21:10.741708"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 23], ["created_at", "2016-10-07 19:21:10.742495"], ["updated_at", "2016-10-07 19:21:10.742495"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 23], ["created_at", "2016-10-07 19:21:10.743590"], ["updated_at", "2016-10-07 19:21:10.743590"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 23], ["created_at", "2016-10-07 19:21:10.744485"], ["updated_at", "2016-10-07 19:21:10.744485"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 23], ["created_at", "2016-10-07 19:21:10.745334"], ["updated_at", "2016-10-07 19:21:10.745334"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 23], ["created_at", "2016-10-07 19:21:10.746196"], ["updated_at", "2016-10-07 19:21:10.746196"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 23], ["created_at", "2016-10-07 19:21:10.747135"], ["updated_at", "2016-10-07 19:21:10.747135"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 24], ["created_at", "2016-10-07 19:21:10.748017"], ["updated_at", "2016-10-07 19:21:10.748017"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 24], ["created_at", "2016-10-07 19:21:10.748876"], ["updated_at", "2016-10-07 19:21:10.748876"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 24], ["created_at", "2016-10-07 19:21:10.749736"], ["updated_at", "2016-10-07 19:21:10.749736"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 24], ["created_at", "2016-10-07 19:21:10.750627"], ["updated_at", "2016-10-07 19:21:10.750627"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 24], ["created_at", "2016-10-07 19:21:10.751489"], ["updated_at", "2016-10-07 19:21:10.751489"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 24], ["created_at", "2016-10-07 19:21:10.752400"], ["updated_at", "2016-10-07 19:21:10.752400"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 25], ["created_at", "2016-10-07 19:21:10.753383"], ["updated_at", "2016-10-07 19:21:10.753383"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 25], ["created_at", "2016-10-07 19:21:10.754390"], ["updated_at", "2016-10-07 19:21:10.754390"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 25], ["created_at", "2016-10-07 19:21:10.755473"], ["updated_at", "2016-10-07 19:21:10.755473"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 25], ["created_at", "2016-10-07 19:21:10.756957"], ["updated_at", "2016-10-07 19:21:10.756957"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 25], ["created_at", "2016-10-07 19:21:10.758395"], ["updated_at", "2016-10-07 19:21:10.758395"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 25], ["created_at", "2016-10-07 19:21:10.760687"], ["updated_at", "2016-10-07 19:21:10.760687"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 26], ["created_at", "2016-10-07 19:21:10.762058"], ["updated_at", "2016-10-07 19:21:10.762058"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 26], ["created_at", "2016-10-07 19:21:10.764398"], ["updated_at", "2016-10-07 19:21:10.764398"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 26], ["created_at", "2016-10-07 19:21:10.765947"], ["updated_at", "2016-10-07 19:21:10.765947"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 26], ["created_at", "2016-10-07 19:21:10.766963"], ["updated_at", "2016-10-07 19:21:10.766963"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 26], ["created_at", "2016-10-07 19:21:10.767938"], ["updated_at", "2016-10-07 19:21:10.767938"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 26], ["created_at", "2016-10-07 19:21:10.768782"], ["updated_at", "2016-10-07 19:21:10.768782"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 27], ["created_at", "2016-10-07 19:21:10.769562"], ["updated_at", "2016-10-07 19:21:10.769562"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 27], ["created_at", "2016-10-07 19:21:10.770355"], ["updated_at", "2016-10-07 19:21:10.770355"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 27], ["created_at", "2016-10-07 19:21:10.771176"], ["updated_at", "2016-10-07 19:21:10.771176"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 27], ["created_at", "2016-10-07 19:21:10.771975"], ["updated_at", "2016-10-07 19:21:10.771975"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 27], ["created_at", "2016-10-07 19:21:10.772780"], ["updated_at", "2016-10-07 19:21:10.772780"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 27], ["created_at", "2016-10-07 19:21:10.773605"], ["updated_at", "2016-10-07 19:21:10.773605"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 28], ["created_at", "2016-10-07 19:21:10.774401"], ["updated_at", "2016-10-07 19:21:10.774401"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 28], ["created_at", "2016-10-07 19:21:10.775235"], ["updated_at", "2016-10-07 19:21:10.775235"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 28], ["created_at", "2016-10-07 19:21:10.776027"], ["updated_at", "2016-10-07 19:21:10.776027"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 28], ["created_at", "2016-10-07 19:21:10.776807"], ["updated_at", "2016-10-07 19:21:10.776807"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 28], ["created_at", "2016-10-07 19:21:10.777617"], ["updated_at", "2016-10-07 19:21:10.777617"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 29], ["created_at", "2016-10-07 19:21:10.778405"], ["updated_at", "2016-10-07 19:21:10.778405"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 29], ["created_at", "2016-10-07 19:21:10.779202"], ["updated_at", "2016-10-07 19:21:10.779202"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 29], ["created_at", "2016-10-07 19:21:10.779996"], ["updated_at", "2016-10-07 19:21:10.779996"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 29], ["created_at", "2016-10-07 19:21:10.780782"], ["updated_at", "2016-10-07 19:21:10.780782"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 29], ["created_at", "2016-10-07 19:21:10.781564"], ["updated_at", "2016-10-07 19:21:10.781564"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 29], ["created_at", "2016-10-07 19:21:10.782354"], ["updated_at", "2016-10-07 19:21:10.782354"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 30], ["created_at", "2016-10-07 19:21:10.783150"], ["updated_at", "2016-10-07 19:21:10.783150"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 30], ["created_at", "2016-10-07 19:21:10.783945"], ["updated_at", "2016-10-07 19:21:10.783945"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 30], ["created_at", "2016-10-07 19:21:10.784807"], ["updated_at", "2016-10-07 19:21:10.784807"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 30], ["created_at", "2016-10-07 19:21:10.785644"], ["updated_at", "2016-10-07 19:21:10.785644"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 30], ["created_at", "2016-10-07 19:21:10.786493"], ["updated_at", "2016-10-07 19:21:10.786493"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 30], ["created_at", "2016-10-07 19:21:10.787329"], ["updated_at", "2016-10-07 19:21:10.787329"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 31], ["created_at", "2016-10-07 19:21:10.788140"], ["updated_at", "2016-10-07 19:21:10.788140"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 31], ["created_at", "2016-10-07 19:21:10.788966"], ["updated_at", "2016-10-07 19:21:10.788966"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 31], ["created_at", "2016-10-07 19:21:10.789773"], ["updated_at", "2016-10-07 19:21:10.789773"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 31], ["created_at", "2016-10-07 19:21:10.790614"], ["updated_at", "2016-10-07 19:21:10.790614"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 31], ["created_at", "2016-10-07 19:21:10.791424"], ["updated_at", "2016-10-07 19:21:10.791424"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 31], ["created_at", "2016-10-07 19:21:10.792206"], ["updated_at", "2016-10-07 19:21:10.792206"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 32], ["created_at", "2016-10-07 19:21:10.792982"], ["updated_at", "2016-10-07 19:21:10.792982"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 32], ["created_at", "2016-10-07 19:21:10.793800"], ["updated_at", "2016-10-07 19:21:10.793800"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 32], ["created_at", "2016-10-07 19:21:10.794658"], ["updated_at", "2016-10-07 19:21:10.794658"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 32], ["created_at", "2016-10-07 19:21:10.795475"], ["updated_at", "2016-10-07 19:21:10.795475"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 32], ["created_at", "2016-10-07 19:21:10.796259"], ["updated_at", "2016-10-07 19:21:10.796259"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 32], ["created_at", "2016-10-07 19:21:10.797043"], ["updated_at", "2016-10-07 19:21:10.797043"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 33], ["created_at", "2016-10-07 19:21:10.797846"], ["updated_at", "2016-10-07 19:21:10.797846"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 33], ["created_at", "2016-10-07 19:21:10.798661"], ["updated_at", "2016-10-07 19:21:10.798661"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 33], ["created_at", "2016-10-07 19:21:10.799440"], ["updated_at", "2016-10-07 19:21:10.799440"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 33], ["created_at", "2016-10-07 19:21:10.800219"], ["updated_at", "2016-10-07 19:21:10.800219"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 33], ["created_at", "2016-10-07 19:21:10.801028"], ["updated_at", "2016-10-07 19:21:10.801028"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 34], ["created_at", "2016-10-07 19:21:10.801830"], ["updated_at", "2016-10-07 19:21:10.801830"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 34], ["created_at", "2016-10-07 19:21:10.802676"], ["updated_at", "2016-10-07 19:21:10.802676"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 34], ["created_at", "2016-10-07 19:21:10.803501"], ["updated_at", "2016-10-07 19:21:10.803501"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 34], ["created_at", "2016-10-07 19:21:10.804341"], ["updated_at", "2016-10-07 19:21:10.804341"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 34], ["created_at", "2016-10-07 19:21:10.805161"], ["updated_at", "2016-10-07 19:21:10.805161"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 34], ["created_at", "2016-10-07 19:21:10.805975"], ["updated_at", "2016-10-07 19:21:10.805975"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 35], ["created_at", "2016-10-07 19:21:10.806785"], ["updated_at", "2016-10-07 19:21:10.806785"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 35], ["created_at", "2016-10-07 19:21:10.807557"], ["updated_at", "2016-10-07 19:21:10.807557"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 35], ["created_at", "2016-10-07 19:21:10.808343"], ["updated_at", "2016-10-07 19:21:10.808343"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 35], ["created_at", "2016-10-07 19:21:10.809138"], ["updated_at", "2016-10-07 19:21:10.809138"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 35], ["created_at", "2016-10-07 19:21:10.809933"], ["updated_at", "2016-10-07 19:21:10.809933"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 35], ["created_at", "2016-10-07 19:21:10.810728"], ["updated_at", "2016-10-07 19:21:10.810728"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 36], ["created_at", "2016-10-07 19:21:10.811513"], ["updated_at", "2016-10-07 19:21:10.811513"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 36], ["created_at", "2016-10-07 19:21:10.812309"], ["updated_at", "2016-10-07 19:21:10.812309"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 36], ["created_at", "2016-10-07 19:21:10.813103"], ["updated_at", "2016-10-07 19:21:10.813103"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 36], ["created_at", "2016-10-07 19:21:10.813904"], ["updated_at", "2016-10-07 19:21:10.813904"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 36], ["created_at", "2016-10-07 19:21:10.814700"], ["updated_at", "2016-10-07 19:21:10.814700"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 36], ["created_at", "2016-10-07 19:21:10.815513"], ["updated_at", "2016-10-07 19:21:10.815513"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 37], ["created_at", "2016-10-07 19:21:10.816317"], ["updated_at", "2016-10-07 19:21:10.816317"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 37], ["created_at", "2016-10-07 19:21:10.817124"], ["updated_at", "2016-10-07 19:21:10.817124"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 37], ["created_at", "2016-10-07 19:21:10.817943"], ["updated_at", "2016-10-07 19:21:10.817943"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 37], ["created_at", "2016-10-07 19:21:10.818747"], ["updated_at", "2016-10-07 19:21:10.818747"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 37], ["created_at", "2016-10-07 19:21:10.819551"], ["updated_at", "2016-10-07 19:21:10.819551"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 37], ["created_at", "2016-10-07 19:21:10.820338"], ["updated_at", "2016-10-07 19:21:10.820338"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 38], ["created_at", "2016-10-07 19:21:10.821118"], ["updated_at", "2016-10-07 19:21:10.821118"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 38], ["created_at", "2016-10-07 19:21:10.821903"], ["updated_at", "2016-10-07 19:21:10.821903"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 38], ["created_at", "2016-10-07 19:21:10.822737"], ["updated_at", "2016-10-07 19:21:10.822737"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 38], ["created_at", "2016-10-07 19:21:10.823550"], ["updated_at", "2016-10-07 19:21:10.823550"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 38], ["created_at", "2016-10-07 19:21:10.824359"], ["updated_at", "2016-10-07 19:21:10.824359"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 38], ["created_at", "2016-10-07 19:21:10.825263"], ["updated_at", "2016-10-07 19:21:10.825263"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 39], ["created_at", "2016-10-07 19:21:10.826065"], ["updated_at", "2016-10-07 19:21:10.826065"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 39], ["created_at", "2016-10-07 19:21:10.826880"], ["updated_at", "2016-10-07 19:21:10.826880"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 39], ["created_at", "2016-10-07 19:21:10.827757"], ["updated_at", "2016-10-07 19:21:10.827757"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 39], ["created_at", "2016-10-07 19:21:10.828575"], ["updated_at", "2016-10-07 19:21:10.828575"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 39], ["created_at", "2016-10-07 19:21:10.829360"], ["updated_at", "2016-10-07 19:21:10.829360"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 40], ["created_at", "2016-10-07 19:21:10.830214"], ["updated_at", "2016-10-07 19:21:10.830214"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 40], ["created_at", "2016-10-07 19:21:10.831112"], ["updated_at", "2016-10-07 19:21:10.831112"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 40], ["created_at", "2016-10-07 19:21:10.831913"], ["updated_at", "2016-10-07 19:21:10.831913"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 40], ["created_at", "2016-10-07 19:21:10.832715"], ["updated_at", "2016-10-07 19:21:10.832715"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 40], ["created_at", "2016-10-07 19:21:10.833519"], ["updated_at", "2016-10-07 19:21:10.833519"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 40], ["created_at", "2016-10-07 19:21:10.834355"], ["updated_at", "2016-10-07 19:21:10.834355"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 41], ["created_at", "2016-10-07 19:21:10.835235"], ["updated_at", "2016-10-07 19:21:10.835235"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 41], ["created_at", "2016-10-07 19:21:10.836078"], ["updated_at", "2016-10-07 19:21:10.836078"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 41], ["created_at", "2016-10-07 19:21:10.836899"], ["updated_at", "2016-10-07 19:21:10.836899"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 41], ["created_at", "2016-10-07 19:21:10.837741"], ["updated_at", "2016-10-07 19:21:10.837741"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 41], ["created_at", "2016-10-07 19:21:10.838634"], ["updated_at", "2016-10-07 19:21:10.838634"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 42], ["created_at", "2016-10-07 19:21:10.839499"], ["updated_at", "2016-10-07 19:21:10.839499"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 42], ["created_at", "2016-10-07 19:21:10.840345"], ["updated_at", "2016-10-07 19:21:10.840345"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 42], ["created_at", "2016-10-07 19:21:10.846585"], ["updated_at", "2016-10-07 19:21:10.846585"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 42], ["created_at", "2016-10-07 19:21:10.847569"], ["updated_at", "2016-10-07 19:21:10.847569"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 42], ["created_at", "2016-10-07 19:21:10.848342"], ["updated_at", "2016-10-07 19:21:10.848342"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 42], ["created_at", "2016-10-07 19:21:10.849128"], ["updated_at", "2016-10-07 19:21:10.849128"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 43], ["created_at", "2016-10-07 19:21:10.849906"], ["updated_at", "2016-10-07 19:21:10.849906"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 43], ["created_at", "2016-10-07 19:21:10.850731"], ["updated_at", "2016-10-07 19:21:10.850731"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 43], ["created_at", "2016-10-07 19:21:10.851505"], ["updated_at", "2016-10-07 19:21:10.851505"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 43], ["created_at", "2016-10-07 19:21:10.852305"], ["updated_at", "2016-10-07 19:21:10.852305"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 43], ["created_at", "2016-10-07 19:21:10.853136"], ["updated_at", "2016-10-07 19:21:10.853136"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 43], ["created_at", "2016-10-07 19:21:10.853944"], ["updated_at", "2016-10-07 19:21:10.853944"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 44], ["created_at", "2016-10-07 19:21:10.854754"], ["updated_at", "2016-10-07 19:21:10.854754"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 44], ["created_at", "2016-10-07 19:21:10.855533"], ["updated_at", "2016-10-07 19:21:10.855533"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 44], ["created_at", "2016-10-07 19:21:10.856380"], ["updated_at", "2016-10-07 19:21:10.856380"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 44], ["created_at", "2016-10-07 19:21:10.857168"], ["updated_at", "2016-10-07 19:21:10.857168"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 44], ["created_at", "2016-10-07 19:21:10.857945"], ["updated_at", "2016-10-07 19:21:10.857945"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 44], ["created_at", "2016-10-07 19:21:10.858751"], ["updated_at", "2016-10-07 19:21:10.858751"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 45], ["created_at", "2016-10-07 19:21:10.859534"], ["updated_at", "2016-10-07 19:21:10.859534"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 45], ["created_at", "2016-10-07 19:21:10.860302"], ["updated_at", "2016-10-07 19:21:10.860302"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 45], ["created_at", "2016-10-07 19:21:10.861080"], ["updated_at", "2016-10-07 19:21:10.861080"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 45], ["created_at", "2016-10-07 19:21:10.861863"], ["updated_at", "2016-10-07 19:21:10.861863"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 45], ["created_at", "2016-10-07 19:21:10.862646"], ["updated_at", "2016-10-07 19:21:10.862646"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 46], ["created_at", "2016-10-07 19:21:10.863432"], ["updated_at", "2016-10-07 19:21:10.863432"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 46], ["created_at", "2016-10-07 19:21:10.864212"], ["updated_at", "2016-10-07 19:21:10.864212"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 46], ["created_at", "2016-10-07 19:21:10.864976"], ["updated_at", "2016-10-07 19:21:10.864976"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 46], ["created_at", "2016-10-07 19:21:10.865759"], ["updated_at", "2016-10-07 19:21:10.865759"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 46], ["created_at", "2016-10-07 19:21:10.866557"], ["updated_at", "2016-10-07 19:21:10.866557"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 46], ["created_at", "2016-10-07 19:21:10.867331"], ["updated_at", "2016-10-07 19:21:10.867331"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 47], ["created_at", "2016-10-07 19:21:10.868117"], ["updated_at", "2016-10-07 19:21:10.868117"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 47], ["created_at", "2016-10-07 19:21:10.868902"], ["updated_at", "2016-10-07 19:21:10.868902"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 47], ["created_at", "2016-10-07 19:21:10.869687"], ["updated_at", "2016-10-07 19:21:10.869687"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 47], ["created_at", "2016-10-07 19:21:10.870471"], ["updated_at", "2016-10-07 19:21:10.870471"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 47], ["created_at", "2016-10-07 19:21:10.871277"], ["updated_at", "2016-10-07 19:21:10.871277"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 47], ["created_at", "2016-10-07 19:21:10.872053"], ["updated_at", "2016-10-07 19:21:10.872053"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 48], ["created_at", "2016-10-07 19:21:10.872858"], ["updated_at", "2016-10-07 19:21:10.872858"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 48], ["created_at", "2016-10-07 19:21:10.873626"], ["updated_at", "2016-10-07 19:21:10.873626"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 48], ["created_at", "2016-10-07 19:21:10.874404"], ["updated_at", "2016-10-07 19:21:10.874404"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 48], ["created_at", "2016-10-07 19:21:10.875189"], ["updated_at", "2016-10-07 19:21:10.875189"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 48], ["created_at", "2016-10-07 19:21:10.875950"], ["updated_at", "2016-10-07 19:21:10.875950"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 48], ["created_at", "2016-10-07 19:21:10.876743"], ["updated_at", "2016-10-07 19:21:10.876743"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 49], ["created_at", "2016-10-07 19:21:10.877532"], ["updated_at", "2016-10-07 19:21:10.877532"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 49], ["created_at", "2016-10-07 19:21:10.878339"], ["updated_at", "2016-10-07 19:21:10.878339"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 49], ["created_at", "2016-10-07 19:21:10.879109"], ["updated_at", "2016-10-07 19:21:10.879109"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 49], ["created_at", "2016-10-07 19:21:10.880001"], ["updated_at", "2016-10-07 19:21:10.880001"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 50], ["created_at", "2016-10-07 19:21:10.880922"], ["updated_at", "2016-10-07 19:21:10.880922"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 50], ["created_at", "2016-10-07 19:21:10.881720"], ["updated_at", "2016-10-07 19:21:10.881720"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 50], ["created_at", "2016-10-07 19:21:10.882522"], ["updated_at", "2016-10-07 19:21:10.882522"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 50], ["created_at", "2016-10-07 19:21:10.883283"], ["updated_at", "2016-10-07 19:21:10.883283"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 50], ["created_at", "2016-10-07 19:21:10.884071"], ["updated_at", "2016-10-07 19:21:10.884071"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 50], ["created_at", "2016-10-07 19:21:10.884855"], ["updated_at", "2016-10-07 19:21:10.884855"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 51], ["created_at", "2016-10-07 19:21:10.885664"], ["updated_at", "2016-10-07 19:21:10.885664"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 51], ["created_at", "2016-10-07 19:21:10.886475"], ["updated_at", "2016-10-07 19:21:10.886475"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 51], ["created_at", "2016-10-07 19:21:10.887285"], ["updated_at", "2016-10-07 19:21:10.887285"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 51], ["created_at", "2016-10-07 19:21:10.888048"], ["updated_at", "2016-10-07 19:21:10.888048"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 51], ["created_at", "2016-10-07 19:21:10.888855"], ["updated_at", "2016-10-07 19:21:10.888855"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 51], ["created_at", "2016-10-07 19:21:10.889654"], ["updated_at", "2016-10-07 19:21:10.889654"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 52], ["created_at", "2016-10-07 19:21:10.890423"], ["updated_at", "2016-10-07 19:21:10.890423"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 52], ["created_at", "2016-10-07 19:21:10.891240"], ["updated_at", "2016-10-07 19:21:10.891240"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 52], ["created_at", "2016-10-07 19:21:10.892030"], ["updated_at", "2016-10-07 19:21:10.892030"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 52], ["created_at", "2016-10-07 19:21:10.892788"], ["updated_at", "2016-10-07 19:21:10.892788"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 52], ["created_at", "2016-10-07 19:21:10.893588"], ["updated_at", "2016-10-07 19:21:10.893588"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 53], ["created_at", "2016-10-07 19:21:10.894369"], ["updated_at", "2016-10-07 19:21:10.894369"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 53], ["created_at", "2016-10-07 19:21:10.895155"], ["updated_at", "2016-10-07 19:21:10.895155"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 53], ["created_at", "2016-10-07 19:21:10.895935"], ["updated_at", "2016-10-07 19:21:10.895935"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 53], ["created_at", "2016-10-07 19:21:10.896719"], ["updated_at", "2016-10-07 19:21:10.896719"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 53], ["created_at", "2016-10-07 19:21:10.897478"], ["updated_at", "2016-10-07 19:21:10.897478"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 54], ["created_at", "2016-10-07 19:21:10.898257"], ["updated_at", "2016-10-07 19:21:10.898257"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 54], ["created_at", "2016-10-07 19:21:10.899054"], ["updated_at", "2016-10-07 19:21:10.899054"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 54], ["created_at", "2016-10-07 19:21:10.899822"], ["updated_at", "2016-10-07 19:21:10.899822"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 54], ["created_at", "2016-10-07 19:21:10.900610"], ["updated_at", "2016-10-07 19:21:10.900610"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 54], ["created_at", "2016-10-07 19:21:10.901396"], ["updated_at", "2016-10-07 19:21:10.901396"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 54], ["created_at", "2016-10-07 19:21:10.902175"], ["updated_at", "2016-10-07 19:21:10.902175"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 55], ["created_at", "2016-10-07 19:21:10.902969"], ["updated_at", "2016-10-07 19:21:10.902969"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 55], ["created_at", "2016-10-07 19:21:10.903748"], ["updated_at", "2016-10-07 19:21:10.903748"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 55], ["created_at", "2016-10-07 19:21:10.904510"], ["updated_at", "2016-10-07 19:21:10.904510"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 55], ["created_at", "2016-10-07 19:21:10.905307"], ["updated_at", "2016-10-07 19:21:10.905307"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 55], ["created_at", "2016-10-07 19:21:10.906113"], ["updated_at", "2016-10-07 19:21:10.906113"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 55], ["created_at", "2016-10-07 19:21:10.906886"], ["updated_at", "2016-10-07 19:21:10.906886"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 56], ["created_at", "2016-10-07 19:21:10.907671"], ["updated_at", "2016-10-07 19:21:10.907671"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 56], ["created_at", "2016-10-07 19:21:10.908455"], ["updated_at", "2016-10-07 19:21:10.908455"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 56], ["created_at", "2016-10-07 19:21:10.909213"], ["updated_at", "2016-10-07 19:21:10.909213"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 56], ["created_at", "2016-10-07 19:21:10.910035"], ["updated_at", "2016-10-07 19:21:10.910035"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 56], ["created_at", "2016-10-07 19:21:10.910830"], ["updated_at", "2016-10-07 19:21:10.910830"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 56], ["created_at", "2016-10-07 19:21:10.911605"], ["updated_at", "2016-10-07 19:21:10.911605"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 57], ["created_at", "2016-10-07 19:21:10.912404"], ["updated_at", "2016-10-07 19:21:10.912404"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 57], ["created_at", "2016-10-07 19:21:10.913172"], ["updated_at", "2016-10-07 19:21:10.913172"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 57], ["created_at", "2016-10-07 19:21:10.913974"], ["updated_at", "2016-10-07 19:21:10.913974"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 57], ["created_at", "2016-10-07 19:21:10.914755"], ["updated_at", "2016-10-07 19:21:10.914755"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 57], ["created_at", "2016-10-07 19:21:10.915510"], ["updated_at", "2016-10-07 19:21:10.915510"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 57], ["created_at", "2016-10-07 19:21:10.916265"], ["updated_at", "2016-10-07 19:21:10.916265"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 58], ["created_at", "2016-10-07 19:21:10.917024"], ["updated_at", "2016-10-07 19:21:10.917024"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 58], ["created_at", "2016-10-07 19:21:10.917799"], ["updated_at", "2016-10-07 19:21:10.917799"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 58], ["created_at", "2016-10-07 19:21:10.918592"], ["updated_at", "2016-10-07 19:21:10.918592"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 58], ["created_at", "2016-10-07 19:21:10.919358"], ["updated_at", "2016-10-07 19:21:10.919358"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 58], ["created_at", "2016-10-07 19:21:10.920112"], ["updated_at", "2016-10-07 19:21:10.920112"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 58], ["created_at", "2016-10-07 19:21:10.920863"], ["updated_at", "2016-10-07 19:21:10.920863"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 59], ["created_at", "2016-10-07 19:21:10.921616"], ["updated_at", "2016-10-07 19:21:10.921616"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 59], ["created_at", "2016-10-07 19:21:10.922594"], ["updated_at", "2016-10-07 19:21:10.922594"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 59], ["created_at", "2016-10-07 19:21:10.923427"], ["updated_at", "2016-10-07 19:21:10.923427"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 59], ["created_at", "2016-10-07 19:21:10.924228"], ["updated_at", "2016-10-07 19:21:10.924228"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 59], ["created_at", "2016-10-07 19:21:10.925132"], ["updated_at", "2016-10-07 19:21:10.925132"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 59], ["created_at", "2016-10-07 19:21:10.925913"], ["updated_at", "2016-10-07 19:21:10.925913"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 60], ["created_at", "2016-10-07 19:21:10.926763"], ["updated_at", "2016-10-07 19:21:10.926763"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 60], ["created_at", "2016-10-07 19:21:10.927569"], ["updated_at", "2016-10-07 19:21:10.927569"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 60], ["created_at", "2016-10-07 19:21:10.928401"], ["updated_at", "2016-10-07 19:21:10.928401"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 60], ["created_at", "2016-10-07 19:21:10.929269"], ["updated_at", "2016-10-07 19:21:10.929269"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 60], ["created_at", "2016-10-07 19:21:10.930061"], ["updated_at", "2016-10-07 19:21:10.930061"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 60], ["created_at", "2016-10-07 19:21:10.930886"], ["updated_at", "2016-10-07 19:21:10.930886"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 61], ["created_at", "2016-10-07 19:21:10.931676"], ["updated_at", "2016-10-07 19:21:10.931676"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 61], ["created_at", "2016-10-07 19:21:10.932479"], ["updated_at", "2016-10-07 19:21:10.932479"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 61], ["created_at", "2016-10-07 19:21:10.933249"], ["updated_at", "2016-10-07 19:21:10.933249"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 61], ["created_at", "2016-10-07 19:21:10.934065"], ["updated_at", "2016-10-07 19:21:10.934065"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 61], ["created_at", "2016-10-07 19:21:10.934922"], ["updated_at", "2016-10-07 19:21:10.934922"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 62], ["created_at", "2016-10-07 19:21:10.935720"], ["updated_at", "2016-10-07 19:21:10.935720"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 62], ["created_at", "2016-10-07 19:21:10.936517"], ["updated_at", "2016-10-07 19:21:10.936517"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 62], ["created_at", "2016-10-07 19:21:10.937329"], ["updated_at", "2016-10-07 19:21:10.937329"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 62], ["created_at", "2016-10-07 19:21:10.938099"], ["updated_at", "2016-10-07 19:21:10.938099"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 62], ["created_at", "2016-10-07 19:21:10.938950"], ["updated_at", "2016-10-07 19:21:10.938950"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 62], ["created_at", "2016-10-07 19:21:10.939753"], ["updated_at", "2016-10-07 19:21:10.939753"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 63], ["created_at", "2016-10-07 19:21:10.940517"], ["updated_at", "2016-10-07 19:21:10.940517"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 63], ["created_at", "2016-10-07 19:21:10.941317"], ["updated_at", "2016-10-07 19:21:10.941317"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 63], ["created_at", "2016-10-07 19:21:10.942076"], ["updated_at", "2016-10-07 19:21:10.942076"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 63], ["created_at", "2016-10-07 19:21:10.942907"], ["updated_at", "2016-10-07 19:21:10.942907"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 63], ["created_at", "2016-10-07 19:21:10.943711"], ["updated_at", "2016-10-07 19:21:10.943711"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 64], ["created_at", "2016-10-07 19:21:10.944479"], ["updated_at", "2016-10-07 19:21:10.944479"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 64], ["created_at", "2016-10-07 19:21:10.945430"], ["updated_at", "2016-10-07 19:21:10.945430"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 64], ["created_at", "2016-10-07 19:21:10.946370"], ["updated_at", "2016-10-07 19:21:10.946370"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 64], ["created_at", "2016-10-07 19:21:10.947239"], ["updated_at", "2016-10-07 19:21:10.947239"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 64], ["created_at", "2016-10-07 19:21:10.948095"], ["updated_at", "2016-10-07 19:21:10.948095"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 64], ["created_at", "2016-10-07 19:21:10.948939"], ["updated_at", "2016-10-07 19:21:10.948939"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 65], ["created_at", "2016-10-07 19:21:10.949782"], ["updated_at", "2016-10-07 19:21:10.949782"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 65], ["created_at", "2016-10-07 19:21:10.950668"], ["updated_at", "2016-10-07 19:21:10.950668"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 65], ["created_at", "2016-10-07 19:21:10.951515"], ["updated_at", "2016-10-07 19:21:10.951515"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 65], ["created_at", "2016-10-07 19:21:10.952382"], ["updated_at", "2016-10-07 19:21:10.952382"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 65], ["created_at", "2016-10-07 19:21:10.953238"], ["updated_at", "2016-10-07 19:21:10.953238"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 65], ["created_at", "2016-10-07 19:21:10.954113"], ["updated_at", "2016-10-07 19:21:10.954113"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 66], ["created_at", "2016-10-07 19:21:10.954969"], ["updated_at", "2016-10-07 19:21:10.954969"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 66], ["created_at", "2016-10-07 19:21:10.955839"], ["updated_at", "2016-10-07 19:21:10.955839"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 66], ["created_at", "2016-10-07 19:21:10.956706"], ["updated_at", "2016-10-07 19:21:10.956706"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 66], ["created_at", "2016-10-07 19:21:10.957529"], ["updated_at", "2016-10-07 19:21:10.957529"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 66], ["created_at", "2016-10-07 19:21:10.958380"], ["updated_at", "2016-10-07 19:21:10.958380"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 66], ["created_at", "2016-10-07 19:21:10.959257"], ["updated_at", "2016-10-07 19:21:10.959257"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 67], ["created_at", "2016-10-07 19:21:10.960089"], ["updated_at", "2016-10-07 19:21:10.960089"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 67], ["created_at", "2016-10-07 19:21:10.960928"], ["updated_at", "2016-10-07 19:21:10.960928"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 67], ["created_at", "2016-10-07 19:21:10.961787"], ["updated_at", "2016-10-07 19:21:10.961787"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 67], ["created_at", "2016-10-07 19:21:10.962651"], ["updated_at", "2016-10-07 19:21:10.962651"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 67], ["created_at", "2016-10-07 19:21:10.963502"], ["updated_at", "2016-10-07 19:21:10.963502"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 67], ["created_at", "2016-10-07 19:21:10.964323"], ["updated_at", "2016-10-07 19:21:10.964323"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 68], ["created_at", "2016-10-07 19:21:10.965187"], ["updated_at", "2016-10-07 19:21:10.965187"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 68], ["created_at", "2016-10-07 19:21:10.966037"], ["updated_at", "2016-10-07 19:21:10.966037"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 68], ["created_at", "2016-10-07 19:21:10.966923"], ["updated_at", "2016-10-07 19:21:10.966923"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 68], ["created_at", "2016-10-07 19:21:10.967790"], ["updated_at", "2016-10-07 19:21:10.967790"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 68], ["created_at", "2016-10-07 19:21:10.968615"], ["updated_at", "2016-10-07 19:21:10.968615"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 69], ["created_at", "2016-10-07 19:21:10.969462"], ["updated_at", "2016-10-07 19:21:10.969462"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 69], ["created_at", "2016-10-07 19:21:10.970312"], ["updated_at", "2016-10-07 19:21:10.970312"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 69], ["created_at", "2016-10-07 19:21:10.971193"], ["updated_at", "2016-10-07 19:21:10.971193"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 69], ["created_at", "2016-10-07 19:21:10.972062"], ["updated_at", "2016-10-07 19:21:10.972062"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 69], ["created_at", "2016-10-07 19:21:10.972921"], ["updated_at", "2016-10-07 19:21:10.972921"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 69], ["created_at", "2016-10-07 19:21:10.973791"], ["updated_at", "2016-10-07 19:21:10.973791"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 70], ["created_at", "2016-10-07 19:21:10.974652"], ["updated_at", "2016-10-07 19:21:10.974652"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 70], ["created_at", "2016-10-07 19:21:10.975504"], ["updated_at", "2016-10-07 19:21:10.975504"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 70], ["created_at", "2016-10-07 19:21:10.976354"], ["updated_at", "2016-10-07 19:21:10.976354"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 70], ["created_at", "2016-10-07 19:21:10.977202"], ["updated_at", "2016-10-07 19:21:10.977202"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 70], ["created_at", "2016-10-07 19:21:10.978025"], ["updated_at", "2016-10-07 19:21:10.978025"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 70], ["created_at", "2016-10-07 19:21:10.978890"], ["updated_at", "2016-10-07 19:21:10.978890"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 71], ["created_at", "2016-10-07 19:21:10.979750"], ["updated_at", "2016-10-07 19:21:10.979750"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 71], ["created_at", "2016-10-07 19:21:10.980624"], ["updated_at", "2016-10-07 19:21:10.980624"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 71], ["created_at", "2016-10-07 19:21:10.981450"], ["updated_at", "2016-10-07 19:21:10.981450"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 71], ["created_at", "2016-10-07 19:21:10.982296"], ["updated_at", "2016-10-07 19:21:10.982296"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 71], ["created_at", "2016-10-07 19:21:10.983163"], ["updated_at", "2016-10-07 19:21:10.983163"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 71], ["created_at", "2016-10-07 19:21:10.984041"], ["updated_at", "2016-10-07 19:21:10.984041"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 72], ["created_at", "2016-10-07 19:21:10.984890"], ["updated_at", "2016-10-07 19:21:10.984890"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 72], ["created_at", "2016-10-07 19:21:10.985736"], ["updated_at", "2016-10-07 19:21:10.985736"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 72], ["created_at", "2016-10-07 19:21:10.986610"], ["updated_at", "2016-10-07 19:21:10.986610"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 72], ["created_at", "2016-10-07 19:21:10.987490"], ["updated_at", "2016-10-07 19:21:10.987490"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 72], ["created_at", "2016-10-07 19:21:10.988361"], ["updated_at", "2016-10-07 19:21:10.988361"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 72], ["created_at", "2016-10-07 19:21:10.989283"], ["updated_at", "2016-10-07 19:21:10.989283"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 73], ["created_at", "2016-10-07 19:21:10.990205"], ["updated_at", "2016-10-07 19:21:10.990205"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 73], ["created_at", "2016-10-07 19:21:10.991093"], ["updated_at", "2016-10-07 19:21:10.991093"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 73], ["created_at", "2016-10-07 19:21:10.991939"], ["updated_at", "2016-10-07 19:21:10.991939"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 73], ["created_at", "2016-10-07 19:21:10.992798"], ["updated_at", "2016-10-07 19:21:10.992798"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 73], ["created_at", "2016-10-07 19:21:10.993656"], ["updated_at", "2016-10-07 19:21:10.993656"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 74], ["created_at", "2016-10-07 19:21:10.994536"], ["updated_at", "2016-10-07 19:21:10.994536"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 74], ["created_at", "2016-10-07 19:21:10.995428"], ["updated_at", "2016-10-07 19:21:10.995428"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 74], ["created_at", "2016-10-07 19:21:10.996266"], ["updated_at", "2016-10-07 19:21:10.996266"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 74], ["created_at", "2016-10-07 19:21:10.997112"], ["updated_at", "2016-10-07 19:21:10.997112"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 74], ["created_at", "2016-10-07 19:21:10.997974"], ["updated_at", "2016-10-07 19:21:10.997974"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 74], ["created_at", "2016-10-07 19:21:10.998839"], ["updated_at", "2016-10-07 19:21:10.998839"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 75], ["created_at", "2016-10-07 19:21:10.999691"], ["updated_at", "2016-10-07 19:21:10.999691"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 75], ["created_at", "2016-10-07 19:21:11.000545"], ["updated_at", "2016-10-07 19:21:11.000545"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 75], ["created_at", "2016-10-07 19:21:11.001396"], ["updated_at", "2016-10-07 19:21:11.001396"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 75], ["created_at", "2016-10-07 19:21:11.002256"], ["updated_at", "2016-10-07 19:21:11.002256"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 75], ["created_at", "2016-10-07 19:21:11.003146"], ["updated_at", "2016-10-07 19:21:11.003146"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 76], ["created_at", "2016-10-07 19:21:11.003994"], ["updated_at", "2016-10-07 19:21:11.003994"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 76], ["created_at", "2016-10-07 19:21:11.004836"], ["updated_at", "2016-10-07 19:21:11.004836"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 76], ["created_at", "2016-10-07 19:21:11.005715"], ["updated_at", "2016-10-07 19:21:11.005715"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 76], ["created_at", "2016-10-07 19:21:11.006574"], ["updated_at", "2016-10-07 19:21:11.006574"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 76], ["created_at", "2016-10-07 19:21:11.007416"], ["updated_at", "2016-10-07 19:21:11.007416"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 77], ["created_at", "2016-10-07 19:21:11.008263"], ["updated_at", "2016-10-07 19:21:11.008263"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 77], ["created_at", "2016-10-07 19:21:11.009105"], ["updated_at", "2016-10-07 19:21:11.009105"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 77], ["created_at", "2016-10-07 19:21:11.009978"], ["updated_at", "2016-10-07 19:21:11.009978"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 77], ["created_at", "2016-10-07 19:21:11.010810"], ["updated_at", "2016-10-07 19:21:11.010810"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 77], ["created_at", "2016-10-07 19:21:11.011662"], ["updated_at", "2016-10-07 19:21:11.011662"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 77], ["created_at", "2016-10-07 19:21:11.012533"], ["updated_at", "2016-10-07 19:21:11.012533"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 78], ["created_at", "2016-10-07 19:21:11.013391"], ["updated_at", "2016-10-07 19:21:11.013391"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 78], ["created_at", "2016-10-07 19:21:11.014242"], ["updated_at", "2016-10-07 19:21:11.014242"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 78], ["created_at", "2016-10-07 19:21:11.015108"], ["updated_at", "2016-10-07 19:21:11.015108"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 78], ["created_at", "2016-10-07 19:21:11.015950"], ["updated_at", "2016-10-07 19:21:11.015950"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 78], ["created_at", "2016-10-07 19:21:11.016814"], ["updated_at", "2016-10-07 19:21:11.016814"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 79], ["created_at", "2016-10-07 19:21:11.017689"], ["updated_at", "2016-10-07 19:21:11.017689"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 79], ["created_at", "2016-10-07 19:21:11.018561"], ["updated_at", "2016-10-07 19:21:11.018561"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 79], ["created_at", "2016-10-07 19:21:11.019423"], ["updated_at", "2016-10-07 19:21:11.019423"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 79], ["created_at", "2016-10-07 19:21:11.020277"], ["updated_at", "2016-10-07 19:21:11.020277"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 79], ["created_at", "2016-10-07 19:21:11.021144"], ["updated_at", "2016-10-07 19:21:11.021144"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 79], ["created_at", "2016-10-07 19:21:11.022083"], ["updated_at", "2016-10-07 19:21:11.022083"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 80], ["created_at", "2016-10-07 19:21:11.023005"], ["updated_at", "2016-10-07 19:21:11.023005"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 80], ["created_at", "2016-10-07 19:21:11.023919"], ["updated_at", "2016-10-07 19:21:11.023919"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 80], ["created_at", "2016-10-07 19:21:11.024861"], ["updated_at", "2016-10-07 19:21:11.024861"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 80], ["created_at", "2016-10-07 19:21:11.025716"], ["updated_at", "2016-10-07 19:21:11.025716"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 80], ["created_at", "2016-10-07 19:21:11.026573"], ["updated_at", "2016-10-07 19:21:11.026573"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 80], ["created_at", "2016-10-07 19:21:11.027422"], ["updated_at", "2016-10-07 19:21:11.027422"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 81], ["created_at", "2016-10-07 19:21:11.028266"], ["updated_at", "2016-10-07 19:21:11.028266"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 81], ["created_at", "2016-10-07 19:21:11.029162"], ["updated_at", "2016-10-07 19:21:11.029162"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 81], ["created_at", "2016-10-07 19:21:11.029987"], ["updated_at", "2016-10-07 19:21:11.029987"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 81], ["created_at", "2016-10-07 19:21:11.030807"], ["updated_at", "2016-10-07 19:21:11.030807"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 81], ["created_at", "2016-10-07 19:21:11.031604"], ["updated_at", "2016-10-07 19:21:11.031604"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 81], ["created_at", "2016-10-07 19:21:11.032388"], ["updated_at", "2016-10-07 19:21:11.032388"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 82], ["created_at", "2016-10-07 19:21:11.033190"], ["updated_at", "2016-10-07 19:21:11.033190"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 82], ["created_at", "2016-10-07 19:21:11.034173"], ["updated_at", "2016-10-07 19:21:11.034173"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 82], ["created_at", "2016-10-07 19:21:11.035615"], ["updated_at", "2016-10-07 19:21:11.035615"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 82], ["created_at", "2016-10-07 19:21:11.038172"], ["updated_at", "2016-10-07 19:21:11.038172"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 82], ["created_at", "2016-10-07 19:21:11.039737"], ["updated_at", "2016-10-07 19:21:11.039737"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 82], ["created_at", "2016-10-07 19:21:11.041070"], ["updated_at", "2016-10-07 19:21:11.041070"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 83], ["created_at", "2016-10-07 19:21:11.042346"], ["updated_at", "2016-10-07 19:21:11.042346"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 83], ["created_at", "2016-10-07 19:21:11.044731"], ["updated_at", "2016-10-07 19:21:11.044731"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 83], ["created_at", "2016-10-07 19:21:11.045817"], ["updated_at", "2016-10-07 19:21:11.045817"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 83], ["created_at", "2016-10-07 19:21:11.046996"], ["updated_at", "2016-10-07 19:21:11.046996"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 83], ["created_at", "2016-10-07 19:21:11.047890"], ["updated_at", "2016-10-07 19:21:11.047890"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 83], ["created_at", "2016-10-07 19:21:11.048806"], ["updated_at", "2016-10-07 19:21:11.048806"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 84], ["created_at", "2016-10-07 19:21:11.049741"], ["updated_at", "2016-10-07 19:21:11.049741"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 84], ["created_at", "2016-10-07 19:21:11.050777"], ["updated_at", "2016-10-07 19:21:11.050777"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 84], ["created_at", "2016-10-07 19:21:11.051693"], ["updated_at", "2016-10-07 19:21:11.051693"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 84], ["created_at", "2016-10-07 19:21:11.053441"], ["updated_at", "2016-10-07 19:21:11.053441"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 84], ["created_at", "2016-10-07 19:21:11.055718"], ["updated_at", "2016-10-07 19:21:11.055718"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 84], ["created_at", "2016-10-07 19:21:11.057030"], ["updated_at", "2016-10-07 19:21:11.057030"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 85], ["created_at", "2016-10-07 19:21:11.057839"], ["updated_at", "2016-10-07 19:21:11.057839"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 85], ["created_at", "2016-10-07 19:21:11.058669"], ["updated_at", "2016-10-07 19:21:11.058669"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 85], ["created_at", "2016-10-07 19:21:11.059461"], ["updated_at", "2016-10-07 19:21:11.059461"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 85], ["created_at", "2016-10-07 19:21:11.060255"], ["updated_at", "2016-10-07 19:21:11.060255"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 85], ["created_at", "2016-10-07 19:21:11.061051"], ["updated_at", "2016-10-07 19:21:11.061051"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 85], ["created_at", "2016-10-07 19:21:11.061843"], ["updated_at", "2016-10-07 19:21:11.061843"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 86], ["created_at", "2016-10-07 19:21:11.062672"], ["updated_at", "2016-10-07 19:21:11.062672"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 86], ["created_at", "2016-10-07 19:21:11.063488"], ["updated_at", "2016-10-07 19:21:11.063488"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 86], ["created_at", "2016-10-07 19:21:11.064263"], ["updated_at", "2016-10-07 19:21:11.064263"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 86], ["created_at", "2016-10-07 19:21:11.065047"], ["updated_at", "2016-10-07 19:21:11.065047"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 86], ["created_at", "2016-10-07 19:21:11.065850"], ["updated_at", "2016-10-07 19:21:11.065850"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 86], ["created_at", "2016-10-07 19:21:11.066677"], ["updated_at", "2016-10-07 19:21:11.066677"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 87], ["created_at", "2016-10-07 19:21:11.067624"], ["updated_at", "2016-10-07 19:21:11.067624"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 87], ["created_at", "2016-10-07 19:21:11.068533"], ["updated_at", "2016-10-07 19:21:11.068533"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 87], ["created_at", "2016-10-07 19:21:11.069324"], ["updated_at", "2016-10-07 19:21:11.069324"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 87], ["created_at", "2016-10-07 19:21:11.070136"], ["updated_at", "2016-10-07 19:21:11.070136"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 87], ["created_at", "2016-10-07 19:21:11.070983"], ["updated_at", "2016-10-07 19:21:11.070983"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 88], ["created_at", "2016-10-07 19:21:11.071804"], ["updated_at", "2016-10-07 19:21:11.071804"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 88], ["created_at", "2016-10-07 19:21:11.072642"], ["updated_at", "2016-10-07 19:21:11.072642"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 88], ["created_at", "2016-10-07 19:21:11.073449"], ["updated_at", "2016-10-07 19:21:11.073449"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 88], ["created_at", "2016-10-07 19:21:11.074224"], ["updated_at", "2016-10-07 19:21:11.074224"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 88], ["created_at", "2016-10-07 19:21:11.075025"], ["updated_at", "2016-10-07 19:21:11.075025"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 88], ["created_at", "2016-10-07 19:21:11.075813"], ["updated_at", "2016-10-07 19:21:11.075813"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 89], ["created_at", "2016-10-07 19:21:11.076624"], ["updated_at", "2016-10-07 19:21:11.076624"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 89], ["created_at", "2016-10-07 19:21:11.077461"], ["updated_at", "2016-10-07 19:21:11.077461"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 89], ["created_at", "2016-10-07 19:21:11.078302"], ["updated_at", "2016-10-07 19:21:11.078302"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 89], ["created_at", "2016-10-07 19:21:11.079102"], ["updated_at", "2016-10-07 19:21:11.079102"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 89], ["created_at", "2016-10-07 19:21:11.080049"], ["updated_at", "2016-10-07 19:21:11.080049"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 90], ["created_at", "2016-10-07 19:21:11.081020"], ["updated_at", "2016-10-07 19:21:11.081020"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 90], ["created_at", "2016-10-07 19:21:11.081827"], ["updated_at", "2016-10-07 19:21:11.081827"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 90], ["created_at", "2016-10-07 19:21:11.082631"], ["updated_at", "2016-10-07 19:21:11.082631"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 90], ["created_at", "2016-10-07 19:21:11.083453"], ["updated_at", "2016-10-07 19:21:11.083453"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 90], ["created_at", "2016-10-07 19:21:11.084254"], ["updated_at", "2016-10-07 19:21:11.084254"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 90], ["created_at", "2016-10-07 19:21:11.085049"], ["updated_at", "2016-10-07 19:21:11.085049"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 91], ["created_at", "2016-10-07 19:21:11.085840"], ["updated_at", "2016-10-07 19:21:11.085840"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 91], ["created_at", "2016-10-07 19:21:11.086629"], ["updated_at", "2016-10-07 19:21:11.086629"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 91], ["created_at", "2016-10-07 19:21:11.087414"], ["updated_at", "2016-10-07 19:21:11.087414"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 91], ["created_at", "2016-10-07 19:21:11.088256"], ["updated_at", "2016-10-07 19:21:11.088256"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 91], ["created_at", "2016-10-07 19:21:11.089073"], ["updated_at", "2016-10-07 19:21:11.089073"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 91], ["created_at", "2016-10-07 19:21:11.089880"], ["updated_at", "2016-10-07 19:21:11.089880"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 92], ["created_at", "2016-10-07 19:21:11.090670"], ["updated_at", "2016-10-07 19:21:11.090670"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 92], ["created_at", "2016-10-07 19:21:11.091499"], ["updated_at", "2016-10-07 19:21:11.091499"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 92], ["created_at", "2016-10-07 19:21:11.092307"], ["updated_at", "2016-10-07 19:21:11.092307"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 92], ["created_at", "2016-10-07 19:21:11.093090"], ["updated_at", "2016-10-07 19:21:11.093090"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 92], ["created_at", "2016-10-07 19:21:11.093876"], ["updated_at", "2016-10-07 19:21:11.093876"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 93], ["created_at", "2016-10-07 19:21:11.094654"], ["updated_at", "2016-10-07 19:21:11.094654"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 93], ["created_at", "2016-10-07 19:21:11.095444"], ["updated_at", "2016-10-07 19:21:11.095444"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 93], ["created_at", "2016-10-07 19:21:11.096244"], ["updated_at", "2016-10-07 19:21:11.096244"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 93], ["created_at", "2016-10-07 19:21:11.097054"], ["updated_at", "2016-10-07 19:21:11.097054"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 93], ["created_at", "2016-10-07 19:21:11.097845"], ["updated_at", "2016-10-07 19:21:11.097845"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 93], ["created_at", "2016-10-07 19:21:11.098655"], ["updated_at", "2016-10-07 19:21:11.098655"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 94], ["created_at", "2016-10-07 19:21:11.099476"], ["updated_at", "2016-10-07 19:21:11.099476"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 94], ["created_at", "2016-10-07 19:21:11.100271"], ["updated_at", "2016-10-07 19:21:11.100271"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 94], ["created_at", "2016-10-07 19:21:11.101081"], ["updated_at", "2016-10-07 19:21:11.101081"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 94], ["created_at", "2016-10-07 19:21:11.101865"], ["updated_at", "2016-10-07 19:21:11.101865"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 94], ["created_at", "2016-10-07 19:21:11.102678"], ["updated_at", "2016-10-07 19:21:11.102678"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 94], ["created_at", "2016-10-07 19:21:11.103493"], ["updated_at", "2016-10-07 19:21:11.103493"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 95], ["created_at", "2016-10-07 19:21:11.104315"], ["updated_at", "2016-10-07 19:21:11.104315"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 95], ["created_at", "2016-10-07 19:21:11.105133"], ["updated_at", "2016-10-07 19:21:11.105133"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 95], ["created_at", "2016-10-07 19:21:11.105950"], ["updated_at", "2016-10-07 19:21:11.105950"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 95], ["created_at", "2016-10-07 19:21:11.106793"], ["updated_at", "2016-10-07 19:21:11.106793"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 95], ["created_at", "2016-10-07 19:21:11.107582"], ["updated_at", "2016-10-07 19:21:11.107582"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 95], ["created_at", "2016-10-07 19:21:11.108364"], ["updated_at", "2016-10-07 19:21:11.108364"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 96], ["created_at", "2016-10-07 19:21:11.109198"], ["updated_at", "2016-10-07 19:21:11.109198"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 96], ["created_at", "2016-10-07 19:21:11.110004"], ["updated_at", "2016-10-07 19:21:11.110004"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 96], ["created_at", "2016-10-07 19:21:11.110825"], ["updated_at", "2016-10-07 19:21:11.110825"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 96], ["created_at", "2016-10-07 19:21:11.111644"], ["updated_at", "2016-10-07 19:21:11.111644"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 96], ["created_at", "2016-10-07 19:21:11.112463"], ["updated_at", "2016-10-07 19:21:11.112463"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 96], ["created_at", "2016-10-07 19:21:11.113247"], ["updated_at", "2016-10-07 19:21:11.113247"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 97], ["created_at", "2016-10-07 19:21:11.114090"], ["updated_at", "2016-10-07 19:21:11.114090"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 97], ["created_at", "2016-10-07 19:21:11.114900"], ["updated_at", "2016-10-07 19:21:11.114900"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 97], ["created_at", "2016-10-07 19:21:11.115727"], ["updated_at", "2016-10-07 19:21:11.115727"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 97], ["created_at", "2016-10-07 19:21:11.116529"], ["updated_at", "2016-10-07 19:21:11.116529"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 97], ["created_at", "2016-10-07 19:21:11.117351"], ["updated_at", "2016-10-07 19:21:11.117351"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 97], ["created_at", "2016-10-07 19:21:11.118160"], ["updated_at", "2016-10-07 19:21:11.118160"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 98], ["created_at", "2016-10-07 19:21:11.118971"], ["updated_at", "2016-10-07 19:21:11.118971"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 98], ["created_at", "2016-10-07 19:21:11.119793"], ["updated_at", "2016-10-07 19:21:11.119793"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 98], ["created_at", "2016-10-07 19:21:11.120650"], ["updated_at", "2016-10-07 19:21:11.120650"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 98], ["created_at", "2016-10-07 19:21:11.121471"], ["updated_at", "2016-10-07 19:21:11.121471"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 98], ["created_at", "2016-10-07 19:21:11.122308"], ["updated_at", "2016-10-07 19:21:11.122308"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 98], ["created_at", "2016-10-07 19:21:11.123162"], ["updated_at", "2016-10-07 19:21:11.123162"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 99], ["created_at", "2016-10-07 19:21:11.123998"], ["updated_at", "2016-10-07 19:21:11.123998"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 99], ["created_at", "2016-10-07 19:21:11.124808"], ["updated_at", "2016-10-07 19:21:11.124808"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 99], ["created_at", "2016-10-07 19:21:11.132502"], ["updated_at", "2016-10-07 19:21:11.132502"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 99], ["created_at", "2016-10-07 19:21:11.133523"], ["updated_at", "2016-10-07 19:21:11.133523"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 100], ["created_at", "2016-10-07 19:21:11.134379"], ["updated_at", "2016-10-07 19:21:11.134379"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 100], ["created_at", "2016-10-07 19:21:11.135219"], ["updated_at", "2016-10-07 19:21:11.135219"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 100], ["created_at", "2016-10-07 19:21:11.135999"], ["updated_at", "2016-10-07 19:21:11.135999"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 100], ["created_at", "2016-10-07 19:21:11.136758"], ["updated_at", "2016-10-07 19:21:11.136758"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 100], ["created_at", "2016-10-07 19:21:11.137570"], ["updated_at", "2016-10-07 19:21:11.137570"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 100], ["created_at", "2016-10-07 19:21:11.138359"], ["updated_at", "2016-10-07 19:21:11.138359"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 101], ["created_at", "2016-10-07 19:21:11.139202"], ["updated_at", "2016-10-07 19:21:11.139202"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 101], ["created_at", "2016-10-07 19:21:11.139982"], ["updated_at", "2016-10-07 19:21:11.139982"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 101], ["created_at", "2016-10-07 19:21:11.140766"], ["updated_at", "2016-10-07 19:21:11.140766"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 101], ["created_at", "2016-10-07 19:21:11.141543"], ["updated_at", "2016-10-07 19:21:11.141543"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 102], ["created_at", "2016-10-07 19:21:11.142319"], ["updated_at", "2016-10-07 19:21:11.142319"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 102], ["created_at", "2016-10-07 19:21:11.143139"], ["updated_at", "2016-10-07 19:21:11.143139"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 102], ["created_at", "2016-10-07 19:21:11.143926"], ["updated_at", "2016-10-07 19:21:11.143926"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 102], ["created_at", "2016-10-07 19:21:11.144726"], ["updated_at", "2016-10-07 19:21:11.144726"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 102], ["created_at", "2016-10-07 19:21:11.145519"], ["updated_at", "2016-10-07 19:21:11.145519"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 102], ["created_at", "2016-10-07 19:21:11.146307"], ["updated_at", "2016-10-07 19:21:11.146307"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 103], ["created_at", "2016-10-07 19:21:11.147252"], ["updated_at", "2016-10-07 19:21:11.147252"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 103], ["created_at", "2016-10-07 19:21:11.148158"], ["updated_at", "2016-10-07 19:21:11.148158"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 103], ["created_at", "2016-10-07 19:21:11.149025"], ["updated_at", "2016-10-07 19:21:11.149025"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 103], ["created_at", "2016-10-07 19:21:11.149870"], ["updated_at", "2016-10-07 19:21:11.149870"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 103], ["created_at", "2016-10-07 19:21:11.150750"], ["updated_at", "2016-10-07 19:21:11.150750"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 103], ["created_at", "2016-10-07 19:21:11.151601"], ["updated_at", "2016-10-07 19:21:11.151601"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 104], ["created_at", "2016-10-07 19:21:11.152456"], ["updated_at", "2016-10-07 19:21:11.152456"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 104], ["created_at", "2016-10-07 19:21:11.153325"], ["updated_at", "2016-10-07 19:21:11.153325"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 104], ["created_at", "2016-10-07 19:21:11.154175"], ["updated_at", "2016-10-07 19:21:11.154175"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 104], ["created_at", "2016-10-07 19:21:11.155073"], ["updated_at", "2016-10-07 19:21:11.155073"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 104], ["created_at", "2016-10-07 19:21:11.155951"], ["updated_at", "2016-10-07 19:21:11.155951"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 105], ["created_at", "2016-10-07 19:21:11.156775"], ["updated_at", "2016-10-07 19:21:11.156775"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 105], ["created_at", "2016-10-07 19:21:11.157627"], ["updated_at", "2016-10-07 19:21:11.157627"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 105], ["created_at", "2016-10-07 19:21:11.158482"], ["updated_at", "2016-10-07 19:21:11.158482"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 105], ["created_at", "2016-10-07 19:21:11.159358"], ["updated_at", "2016-10-07 19:21:11.159358"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 105], ["created_at", "2016-10-07 19:21:11.160203"], ["updated_at", "2016-10-07 19:21:11.160203"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 105], ["created_at", "2016-10-07 19:21:11.161028"], ["updated_at", "2016-10-07 19:21:11.161028"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 106], ["created_at", "2016-10-07 19:21:11.161892"], ["updated_at", "2016-10-07 19:21:11.161892"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 106], ["created_at", "2016-10-07 19:21:11.162757"], ["updated_at", "2016-10-07 19:21:11.162757"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 106], ["created_at", "2016-10-07 19:21:11.163626"], ["updated_at", "2016-10-07 19:21:11.163626"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 106], ["created_at", "2016-10-07 19:21:11.164474"], ["updated_at", "2016-10-07 19:21:11.164474"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 106], ["created_at", "2016-10-07 19:21:11.165296"], ["updated_at", "2016-10-07 19:21:11.165296"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 106], ["created_at", "2016-10-07 19:21:11.166148"], ["updated_at", "2016-10-07 19:21:11.166148"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 107], ["created_at", "2016-10-07 19:21:11.167046"], ["updated_at", "2016-10-07 19:21:11.167046"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 107], ["created_at", "2016-10-07 19:21:11.167913"], ["updated_at", "2016-10-07 19:21:11.167913"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 107], ["created_at", "2016-10-07 19:21:11.168735"], ["updated_at", "2016-10-07 19:21:11.168735"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 107], ["created_at", "2016-10-07 19:21:11.169583"], ["updated_at", "2016-10-07 19:21:11.169583"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 107], ["created_at", "2016-10-07 19:21:11.170440"], ["updated_at", "2016-10-07 19:21:11.170440"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 108], ["created_at", "2016-10-07 19:21:11.171335"], ["updated_at", "2016-10-07 19:21:11.171335"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 108], ["created_at", "2016-10-07 19:21:11.172198"], ["updated_at", "2016-10-07 19:21:11.172198"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 108], ["created_at", "2016-10-07 19:21:11.173053"], ["updated_at", "2016-10-07 19:21:11.173053"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 108], ["created_at", "2016-10-07 19:21:11.173878"], ["updated_at", "2016-10-07 19:21:11.173878"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 108], ["created_at", "2016-10-07 19:21:11.174733"], ["updated_at", "2016-10-07 19:21:11.174733"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 108], ["created_at", "2016-10-07 19:21:11.175580"], ["updated_at", "2016-10-07 19:21:11.175580"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 109], ["created_at", "2016-10-07 19:21:11.176425"], ["updated_at", "2016-10-07 19:21:11.176425"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 109], ["created_at", "2016-10-07 19:21:11.177247"], ["updated_at", "2016-10-07 19:21:11.177247"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 109], ["created_at", "2016-10-07 19:21:11.178098"], ["updated_at", "2016-10-07 19:21:11.178098"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 109], ["created_at", "2016-10-07 19:21:11.178967"], ["updated_at", "2016-10-07 19:21:11.178967"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 109], ["created_at", "2016-10-07 19:21:11.179843"], ["updated_at", "2016-10-07 19:21:11.179843"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 110], ["created_at", "2016-10-07 19:21:11.180684"], ["updated_at", "2016-10-07 19:21:11.180684"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 110], ["created_at", "2016-10-07 19:21:11.181510"], ["updated_at", "2016-10-07 19:21:11.181510"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 110], ["created_at", "2016-10-07 19:21:11.182356"], ["updated_at", "2016-10-07 19:21:11.182356"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 110], ["created_at", "2016-10-07 19:21:11.183223"], ["updated_at", "2016-10-07 19:21:11.183223"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 110], ["created_at", "2016-10-07 19:21:11.184080"], ["updated_at", "2016-10-07 19:21:11.184080"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 110], ["created_at", "2016-10-07 19:21:11.184965"], ["updated_at", "2016-10-07 19:21:11.184965"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 111], ["created_at", "2016-10-07 19:21:11.185811"], ["updated_at", "2016-10-07 19:21:11.185811"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 111], ["created_at", "2016-10-07 19:21:11.186677"], ["updated_at", "2016-10-07 19:21:11.186677"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 111], ["created_at", "2016-10-07 19:21:11.187530"], ["updated_at", "2016-10-07 19:21:11.187530"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 111], ["created_at", "2016-10-07 19:21:11.188399"], ["updated_at", "2016-10-07 19:21:11.188399"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 111], ["created_at", "2016-10-07 19:21:11.189254"], ["updated_at", "2016-10-07 19:21:11.189254"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 111], ["created_at", "2016-10-07 19:21:11.190105"], ["updated_at", "2016-10-07 19:21:11.190105"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 112], ["created_at", "2016-10-07 19:21:11.190969"], ["updated_at", "2016-10-07 19:21:11.190969"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 112], ["created_at", "2016-10-07 19:21:11.191833"], ["updated_at", "2016-10-07 19:21:11.191833"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 112], ["created_at", "2016-10-07 19:21:11.192696"], ["updated_at", "2016-10-07 19:21:11.192696"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 112], ["created_at", "2016-10-07 19:21:11.193542"], ["updated_at", "2016-10-07 19:21:11.193542"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 112], ["created_at", "2016-10-07 19:21:11.194385"], ["updated_at", "2016-10-07 19:21:11.194385"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 112], ["created_at", "2016-10-07 19:21:11.195289"], ["updated_at", "2016-10-07 19:21:11.195289"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 113], ["created_at", "2016-10-07 19:21:11.196153"], ["updated_at", "2016-10-07 19:21:11.196153"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 113], ["created_at", "2016-10-07 19:21:11.197016"], ["updated_at", "2016-10-07 19:21:11.197016"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 113], ["created_at", "2016-10-07 19:21:11.197816"], ["updated_at", "2016-10-07 19:21:11.197816"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 113], ["created_at", "2016-10-07 19:21:11.198594"], ["updated_at", "2016-10-07 19:21:11.198594"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 113], ["created_at", "2016-10-07 19:21:11.199404"], ["updated_at", "2016-10-07 19:21:11.199404"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 114], ["created_at", "2016-10-07 19:21:11.200188"], ["updated_at", "2016-10-07 19:21:11.200188"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 114], ["created_at", "2016-10-07 19:21:11.200948"], ["updated_at", "2016-10-07 19:21:11.200948"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 114], ["created_at", "2016-10-07 19:21:11.201745"], ["updated_at", "2016-10-07 19:21:11.201745"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 114], ["created_at", "2016-10-07 19:21:11.202556"], ["updated_at", "2016-10-07 19:21:11.202556"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 114], ["created_at", "2016-10-07 19:21:11.203345"], ["updated_at", "2016-10-07 19:21:11.203345"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 114], ["created_at", "2016-10-07 19:21:11.204125"], ["updated_at", "2016-10-07 19:21:11.204125"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 115], ["created_at", "2016-10-07 19:21:11.204929"], ["updated_at", "2016-10-07 19:21:11.204929"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 115], ["created_at", "2016-10-07 19:21:11.205716"], ["updated_at", "2016-10-07 19:21:11.205716"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 115], ["created_at", "2016-10-07 19:21:11.206521"], ["updated_at", "2016-10-07 19:21:11.206521"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 115], ["created_at", "2016-10-07 19:21:11.207375"], ["updated_at", "2016-10-07 19:21:11.207375"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 115], ["created_at", "2016-10-07 19:21:11.208165"], ["updated_at", "2016-10-07 19:21:11.208165"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 115], ["created_at", "2016-10-07 19:21:11.208965"], ["updated_at", "2016-10-07 19:21:11.208965"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 116], ["created_at", "2016-10-07 19:21:11.209751"], ["updated_at", "2016-10-07 19:21:11.209751"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 116], ["created_at", "2016-10-07 19:21:11.210545"], ["updated_at", "2016-10-07 19:21:11.210545"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 116], ["created_at", "2016-10-07 19:21:11.211313"], ["updated_at", "2016-10-07 19:21:11.211313"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 116], ["created_at", "2016-10-07 19:21:11.212096"], ["updated_at", "2016-10-07 19:21:11.212096"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 116], ["created_at", "2016-10-07 19:21:11.212876"], ["updated_at", "2016-10-07 19:21:11.212876"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 117], ["created_at", "2016-10-07 19:21:11.213656"], ["updated_at", "2016-10-07 19:21:11.213656"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 117], ["created_at", "2016-10-07 19:21:11.214441"], ["updated_at", "2016-10-07 19:21:11.214441"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 117], ["created_at", "2016-10-07 19:21:11.215249"], ["updated_at", "2016-10-07 19:21:11.215249"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 117], ["created_at", "2016-10-07 19:21:11.216013"], ["updated_at", "2016-10-07 19:21:11.216013"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 117], ["created_at", "2016-10-07 19:21:11.216801"], ["updated_at", "2016-10-07 19:21:11.216801"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 117], ["created_at", "2016-10-07 19:21:11.217601"], ["updated_at", "2016-10-07 19:21:11.217601"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 118], ["created_at", "2016-10-07 19:21:11.218397"], ["updated_at", "2016-10-07 19:21:11.218397"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 118], ["created_at", "2016-10-07 19:21:11.219179"], ["updated_at", "2016-10-07 19:21:11.219179"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 118], ["created_at", "2016-10-07 19:21:11.219961"], ["updated_at", "2016-10-07 19:21:11.219961"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 118], ["created_at", "2016-10-07 19:21:11.220744"], ["updated_at", "2016-10-07 19:21:11.220744"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 118], ["created_at", "2016-10-07 19:21:11.221560"], ["updated_at", "2016-10-07 19:21:11.221560"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 118], ["created_at", "2016-10-07 19:21:11.222359"], ["updated_at", "2016-10-07 19:21:11.222359"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 119], ["created_at", "2016-10-07 19:21:11.223146"], ["updated_at", "2016-10-07 19:21:11.223146"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 119], ["created_at", "2016-10-07 19:21:11.223928"], ["updated_at", "2016-10-07 19:21:11.223928"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 119], ["created_at", "2016-10-07 19:21:11.224706"], ["updated_at", "2016-10-07 19:21:11.224706"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 119], ["created_at", "2016-10-07 19:21:11.225507"], ["updated_at", "2016-10-07 19:21:11.225507"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 119], ["created_at", "2016-10-07 19:21:11.226287"], ["updated_at", "2016-10-07 19:21:11.226287"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 120], ["created_at", "2016-10-07 19:21:11.227084"], ["updated_at", "2016-10-07 19:21:11.227084"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 120], ["created_at", "2016-10-07 19:21:11.227863"], ["updated_at", "2016-10-07 19:21:11.227863"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 120], ["created_at", "2016-10-07 19:21:11.228645"], ["updated_at", "2016-10-07 19:21:11.228645"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 120], ["created_at", "2016-10-07 19:21:11.229423"], ["updated_at", "2016-10-07 19:21:11.229423"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 120], ["created_at", "2016-10-07 19:21:11.230196"], ["updated_at", "2016-10-07 19:21:11.230196"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 120], ["created_at", "2016-10-07 19:21:11.230991"], ["updated_at", "2016-10-07 19:21:11.230991"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 121], ["created_at", "2016-10-07 19:21:11.231826"], ["updated_at", "2016-10-07 19:21:11.231826"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 121], ["created_at", "2016-10-07 19:21:11.232665"], ["updated_at", "2016-10-07 19:21:11.232665"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 121], ["created_at", "2016-10-07 19:21:11.233496"], ["updated_at", "2016-10-07 19:21:11.233496"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 121], ["created_at", "2016-10-07 19:21:11.234263"], ["updated_at", "2016-10-07 19:21:11.234263"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 121], ["created_at", "2016-10-07 19:21:11.235088"], ["updated_at", "2016-10-07 19:21:11.235088"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 122], ["created_at", "2016-10-07 19:21:11.235869"], ["updated_at", "2016-10-07 19:21:11.235869"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 122], ["created_at", "2016-10-07 19:21:11.236677"], ["updated_at", "2016-10-07 19:21:11.236677"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 122], ["created_at", "2016-10-07 19:21:11.237470"], ["updated_at", "2016-10-07 19:21:11.237470"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 122], ["created_at", "2016-10-07 19:21:11.238250"], ["updated_at", "2016-10-07 19:21:11.238250"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 122], ["created_at", "2016-10-07 19:21:11.239096"], ["updated_at", "2016-10-07 19:21:11.239096"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 123], ["created_at", "2016-10-07 19:21:11.239889"], ["updated_at", "2016-10-07 19:21:11.239889"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 123], ["created_at", "2016-10-07 19:21:11.240663"], ["updated_at", "2016-10-07 19:21:11.240663"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 123], ["created_at", "2016-10-07 19:21:11.241457"], ["updated_at", "2016-10-07 19:21:11.241457"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 123], ["created_at", "2016-10-07 19:21:11.242233"], ["updated_at", "2016-10-07 19:21:11.242233"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 123], ["created_at", "2016-10-07 19:21:11.243046"], ["updated_at", "2016-10-07 19:21:11.243046"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 123], ["created_at", "2016-10-07 19:21:11.243825"], ["updated_at", "2016-10-07 19:21:11.243825"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 124], ["created_at", "2016-10-07 19:21:11.244601"], ["updated_at", "2016-10-07 19:21:11.244601"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 124], ["created_at", "2016-10-07 19:21:11.245392"], ["updated_at", "2016-10-07 19:21:11.245392"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 124], ["created_at", "2016-10-07 19:21:11.246166"], ["updated_at", "2016-10-07 19:21:11.246166"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 124], ["created_at", "2016-10-07 19:21:11.246994"], ["updated_at", "2016-10-07 19:21:11.246994"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 124], ["created_at", "2016-10-07 19:21:11.247942"], ["updated_at", "2016-10-07 19:21:11.247942"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 124], ["created_at", "2016-10-07 19:21:11.248899"], ["updated_at", "2016-10-07 19:21:11.248899"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 125], ["created_at", "2016-10-07 19:21:11.249702"], ["updated_at", "2016-10-07 19:21:11.249702"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 125], ["created_at", "2016-10-07 19:21:11.250489"], ["updated_at", "2016-10-07 19:21:11.250489"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 125], ["created_at", "2016-10-07 19:21:11.251328"], ["updated_at", "2016-10-07 19:21:11.251328"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 125], ["created_at", "2016-10-07 19:21:11.252135"], ["updated_at", "2016-10-07 19:21:11.252135"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 125], ["created_at", "2016-10-07 19:21:11.252921"], ["updated_at", "2016-10-07 19:21:11.252921"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 125], ["created_at", "2016-10-07 19:21:11.253735"], ["updated_at", "2016-10-07 19:21:11.253735"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 126], ["created_at", "2016-10-07 19:21:11.254597"], ["updated_at", "2016-10-07 19:21:11.254597"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 126], ["created_at", "2016-10-07 19:21:11.255399"], ["updated_at", "2016-10-07 19:21:11.255399"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 126], ["created_at", "2016-10-07 19:21:11.256191"], ["updated_at", "2016-10-07 19:21:11.256191"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 126], ["created_at", "2016-10-07 19:21:11.256968"], ["updated_at", "2016-10-07 19:21:11.256968"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 126], ["created_at", "2016-10-07 19:21:11.257756"], ["updated_at", "2016-10-07 19:21:11.257756"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 127], ["created_at", "2016-10-07 19:21:11.258546"], ["updated_at", "2016-10-07 19:21:11.258546"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 127], ["created_at", "2016-10-07 19:21:11.259335"], ["updated_at", "2016-10-07 19:21:11.259335"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 127], ["created_at", "2016-10-07 19:21:11.260105"], ["updated_at", "2016-10-07 19:21:11.260105"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 127], ["created_at", "2016-10-07 19:21:11.260885"], ["updated_at", "2016-10-07 19:21:11.260885"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 127], ["created_at", "2016-10-07 19:21:11.261679"], ["updated_at", "2016-10-07 19:21:11.261679"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 127], ["created_at", "2016-10-07 19:21:11.262454"], ["updated_at", "2016-10-07 19:21:11.262454"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 128], ["created_at", "2016-10-07 19:21:11.263245"], ["updated_at", "2016-10-07 19:21:11.263245"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 128], ["created_at", "2016-10-07 19:21:11.264020"], ["updated_at", "2016-10-07 19:21:11.264020"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 128], ["created_at", "2016-10-07 19:21:11.264805"], ["updated_at", "2016-10-07 19:21:11.264805"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 128], ["created_at", "2016-10-07 19:21:11.265599"], ["updated_at", "2016-10-07 19:21:11.265599"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 128], ["created_at", "2016-10-07 19:21:11.266380"], ["updated_at", "2016-10-07 19:21:11.266380"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 128], ["created_at", "2016-10-07 19:21:11.267197"], ["updated_at", "2016-10-07 19:21:11.267197"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 129], ["created_at", "2016-10-07 19:21:11.267971"], ["updated_at", "2016-10-07 19:21:11.267971"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 129], ["created_at", "2016-10-07 19:21:11.268746"], ["updated_at", "2016-10-07 19:21:11.268746"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 129], ["created_at", "2016-10-07 19:21:11.269526"], ["updated_at", "2016-10-07 19:21:11.269526"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 129], ["created_at", "2016-10-07 19:21:11.270322"], ["updated_at", "2016-10-07 19:21:11.270322"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 129], ["created_at", "2016-10-07 19:21:11.271135"], ["updated_at", "2016-10-07 19:21:11.271135"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 129], ["created_at", "2016-10-07 19:21:11.271932"], ["updated_at", "2016-10-07 19:21:11.271932"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 130], ["created_at", "2016-10-07 19:21:11.272766"], ["updated_at", "2016-10-07 19:21:11.272766"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 130], ["created_at", "2016-10-07 19:21:11.273583"], ["updated_at", "2016-10-07 19:21:11.273583"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 130], ["created_at", "2016-10-07 19:21:11.274388"], ["updated_at", "2016-10-07 19:21:11.274388"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 130], ["created_at", "2016-10-07 19:21:11.275197"], ["updated_at", "2016-10-07 19:21:11.275197"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 130], ["created_at", "2016-10-07 19:21:11.276015"], ["updated_at", "2016-10-07 19:21:11.276015"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 130], ["created_at", "2016-10-07 19:21:11.276803"], ["updated_at", "2016-10-07 19:21:11.276803"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 131], ["created_at", "2016-10-07 19:21:11.277595"], ["updated_at", "2016-10-07 19:21:11.277595"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 131], ["created_at", "2016-10-07 19:21:11.278382"], ["updated_at", "2016-10-07 19:21:11.278382"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 131], ["created_at", "2016-10-07 19:21:11.279333"], ["updated_at", "2016-10-07 19:21:11.279333"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 131], ["created_at", "2016-10-07 19:21:11.280224"], ["updated_at", "2016-10-07 19:21:11.280224"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 131], ["created_at", "2016-10-07 19:21:11.281026"], ["updated_at", "2016-10-07 19:21:11.281026"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 131], ["created_at", "2016-10-07 19:21:11.281816"], ["updated_at", "2016-10-07 19:21:11.281816"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 132], ["created_at", "2016-10-07 19:21:11.282591"], ["updated_at", "2016-10-07 19:21:11.282591"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 132], ["created_at", "2016-10-07 19:21:11.283368"], ["updated_at", "2016-10-07 19:21:11.283368"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 132], ["created_at", "2016-10-07 19:21:11.284147"], ["updated_at", "2016-10-07 19:21:11.284147"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 132], ["created_at", "2016-10-07 19:21:11.284925"], ["updated_at", "2016-10-07 19:21:11.284925"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 132], ["created_at", "2016-10-07 19:21:11.285701"], ["updated_at", "2016-10-07 19:21:11.285701"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 132], ["created_at", "2016-10-07 19:21:11.286476"], ["updated_at", "2016-10-07 19:21:11.286476"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 133], ["created_at", "2016-10-07 19:21:11.287272"], ["updated_at", "2016-10-07 19:21:11.287272"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 133], ["created_at", "2016-10-07 19:21:11.288066"], ["updated_at", "2016-10-07 19:21:11.288066"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 133], ["created_at", "2016-10-07 19:21:11.288856"], ["updated_at", "2016-10-07 19:21:11.288856"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 133], ["created_at", "2016-10-07 19:21:11.289647"], ["updated_at", "2016-10-07 19:21:11.289647"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 133], ["created_at", "2016-10-07 19:21:11.290431"], ["updated_at", "2016-10-07 19:21:11.290431"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 133], ["created_at", "2016-10-07 19:21:11.291225"], ["updated_at", "2016-10-07 19:21:11.291225"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 134], ["created_at", "2016-10-07 19:21:11.292003"], ["updated_at", "2016-10-07 19:21:11.292003"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 134], ["created_at", "2016-10-07 19:21:11.292781"], ["updated_at", "2016-10-07 19:21:11.292781"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 134], ["created_at", "2016-10-07 19:21:11.293593"], ["updated_at", "2016-10-07 19:21:11.293593"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 134], ["created_at", "2016-10-07 19:21:11.294395"], ["updated_at", "2016-10-07 19:21:11.294395"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 134], ["created_at", "2016-10-07 19:21:11.295258"], ["updated_at", "2016-10-07 19:21:11.295258"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 134], ["created_at", "2016-10-07 19:21:11.296046"], ["updated_at", "2016-10-07 19:21:11.296046"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 135], ["created_at", "2016-10-07 19:21:11.296826"], ["updated_at", "2016-10-07 19:21:11.296826"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 135], ["created_at", "2016-10-07 19:21:11.297643"], ["updated_at", "2016-10-07 19:21:11.297643"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 135], ["created_at", "2016-10-07 19:21:11.298420"], ["updated_at", "2016-10-07 19:21:11.298420"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 135], ["created_at", "2016-10-07 19:21:11.299246"], ["updated_at", "2016-10-07 19:21:11.299246"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 135], ["created_at", "2016-10-07 19:21:11.300040"], ["updated_at", "2016-10-07 19:21:11.300040"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 135], ["created_at", "2016-10-07 19:21:11.300843"], ["updated_at", "2016-10-07 19:21:11.300843"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 136], ["created_at", "2016-10-07 19:21:11.301616"], ["updated_at", "2016-10-07 19:21:11.301616"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 136], ["created_at", "2016-10-07 19:21:11.302390"], ["updated_at", "2016-10-07 19:21:11.302390"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 136], ["created_at", "2016-10-07 19:21:11.303238"], ["updated_at", "2016-10-07 19:21:11.303238"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 136], ["created_at", "2016-10-07 19:21:11.304038"], ["updated_at", "2016-10-07 19:21:11.304038"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 136], ["created_at", "2016-10-07 19:21:11.304852"], ["updated_at", "2016-10-07 19:21:11.304852"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 136], ["created_at", "2016-10-07 19:21:11.305692"], ["updated_at", "2016-10-07 19:21:11.305692"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 137], ["created_at", "2016-10-07 19:21:11.306524"], ["updated_at", "2016-10-07 19:21:11.306524"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 137], ["created_at", "2016-10-07 19:21:11.307352"], ["updated_at", "2016-10-07 19:21:11.307352"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 137], ["created_at", "2016-10-07 19:21:11.308171"], ["updated_at", "2016-10-07 19:21:11.308171"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 137], ["created_at", "2016-10-07 19:21:11.308974"], ["updated_at", "2016-10-07 19:21:11.308974"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 137], ["created_at", "2016-10-07 19:21:11.309757"], ["updated_at", "2016-10-07 19:21:11.309757"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 137], ["created_at", "2016-10-07 19:21:11.310640"], ["updated_at", "2016-10-07 19:21:11.310640"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 138], ["created_at", "2016-10-07 19:21:11.311443"], ["updated_at", "2016-10-07 19:21:11.311443"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 138], ["created_at", "2016-10-07 19:21:11.312248"], ["updated_at", "2016-10-07 19:21:11.312248"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 138], ["created_at", "2016-10-07 19:21:11.313047"], ["updated_at", "2016-10-07 19:21:11.313047"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 138], ["created_at", "2016-10-07 19:21:11.313843"], ["updated_at", "2016-10-07 19:21:11.313843"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 138], ["created_at", "2016-10-07 19:21:11.314776"], ["updated_at", "2016-10-07 19:21:11.314776"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 138], ["created_at", "2016-10-07 19:21:11.315602"], ["updated_at", "2016-10-07 19:21:11.315602"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 139], ["created_at", "2016-10-07 19:21:11.316403"], ["updated_at", "2016-10-07 19:21:11.316403"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 139], ["created_at", "2016-10-07 19:21:11.317207"], ["updated_at", "2016-10-07 19:21:11.317207"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 139], ["created_at", "2016-10-07 19:21:11.318404"], ["updated_at", "2016-10-07 19:21:11.318404"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 139], ["created_at", "2016-10-07 19:21:11.319745"], ["updated_at", "2016-10-07 19:21:11.319745"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 139], ["created_at", "2016-10-07 19:21:11.320946"], ["updated_at", "2016-10-07 19:21:11.320946"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 140], ["created_at", "2016-10-07 19:21:11.322318"], ["updated_at", "2016-10-07 19:21:11.322318"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 140], ["created_at", "2016-10-07 19:21:11.323664"], ["updated_at", "2016-10-07 19:21:11.323664"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 140], ["created_at", "2016-10-07 19:21:11.325189"], ["updated_at", "2016-10-07 19:21:11.325189"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 140], ["created_at", "2016-10-07 19:21:11.326415"], ["updated_at", "2016-10-07 19:21:11.326415"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 140], ["created_at", "2016-10-07 19:21:11.328771"], ["updated_at", "2016-10-07 19:21:11.328771"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 140], ["created_at", "2016-10-07 19:21:11.331635"], ["updated_at", "2016-10-07 19:21:11.331635"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 141], ["created_at", "2016-10-07 19:21:11.332683"], ["updated_at", "2016-10-07 19:21:11.332683"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 141], ["created_at", "2016-10-07 19:21:11.333791"], ["updated_at", "2016-10-07 19:21:11.333791"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 141], ["created_at", "2016-10-07 19:21:11.334782"], ["updated_at", "2016-10-07 19:21:11.334782"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 141], ["created_at", "2016-10-07 19:21:11.335676"], ["updated_at", "2016-10-07 19:21:11.335676"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 141], ["created_at", "2016-10-07 19:21:11.336558"], ["updated_at", "2016-10-07 19:21:11.336558"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 141], ["created_at", "2016-10-07 19:21:11.337407"], ["updated_at", "2016-10-07 19:21:11.337407"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 142], ["created_at", "2016-10-07 19:21:11.338326"], ["updated_at", "2016-10-07 19:21:11.338326"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 142], ["created_at", "2016-10-07 19:21:11.339236"], ["updated_at", "2016-10-07 19:21:11.339236"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 142], ["created_at", "2016-10-07 19:21:11.340107"], ["updated_at", "2016-10-07 19:21:11.340107"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 142], ["created_at", "2016-10-07 19:21:11.340960"], ["updated_at", "2016-10-07 19:21:11.340960"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 142], ["created_at", "2016-10-07 19:21:11.341830"], ["updated_at", "2016-10-07 19:21:11.341830"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 142], ["created_at", "2016-10-07 19:21:11.342767"], ["updated_at", "2016-10-07 19:21:11.342767"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 143], ["created_at", "2016-10-07 19:21:11.343650"], ["updated_at", "2016-10-07 19:21:11.343650"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 143], ["created_at", "2016-10-07 19:21:11.344531"], ["updated_at", "2016-10-07 19:21:11.344531"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 143], ["created_at", "2016-10-07 19:21:11.345405"], ["updated_at", "2016-10-07 19:21:11.345405"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 143], ["created_at", "2016-10-07 19:21:11.346253"], ["updated_at", "2016-10-07 19:21:11.346253"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 143], ["created_at", "2016-10-07 19:21:11.347150"], ["updated_at", "2016-10-07 19:21:11.347150"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 144], ["created_at", "2016-10-07 19:21:11.348030"], ["updated_at", "2016-10-07 19:21:11.348030"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 144], ["created_at", "2016-10-07 19:21:11.349062"], ["updated_at", "2016-10-07 19:21:11.349062"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 144], ["created_at", "2016-10-07 19:21:11.350131"], ["updated_at", "2016-10-07 19:21:11.350131"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 144], ["created_at", "2016-10-07 19:21:11.351092"], ["updated_at", "2016-10-07 19:21:11.351092"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 144], ["created_at", "2016-10-07 19:21:11.351918"], ["updated_at", "2016-10-07 19:21:11.351918"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 144], ["created_at", "2016-10-07 19:21:11.352699"], ["updated_at", "2016-10-07 19:21:11.352699"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 145], ["created_at", "2016-10-07 19:21:11.353590"], ["updated_at", "2016-10-07 19:21:11.353590"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 145], ["created_at", "2016-10-07 19:21:11.354394"], ["updated_at", "2016-10-07 19:21:11.354394"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 145], ["created_at", "2016-10-07 19:21:11.355248"], ["updated_at", "2016-10-07 19:21:11.355248"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 145], ["created_at", "2016-10-07 19:21:11.356086"], ["updated_at", "2016-10-07 19:21:11.356086"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 145], ["created_at", "2016-10-07 19:21:11.356905"], ["updated_at", "2016-10-07 19:21:11.356905"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 145], ["created_at", "2016-10-07 19:21:11.357720"], ["updated_at", "2016-10-07 19:21:11.357720"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 146], ["created_at", "2016-10-07 19:21:11.358534"], ["updated_at", "2016-10-07 19:21:11.358534"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 146], ["created_at", "2016-10-07 19:21:11.359360"], ["updated_at", "2016-10-07 19:21:11.359360"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 146], ["created_at", "2016-10-07 19:21:11.360156"], ["updated_at", "2016-10-07 19:21:11.360156"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 146], ["created_at", "2016-10-07 19:21:11.360944"], ["updated_at", "2016-10-07 19:21:11.360944"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 146], ["created_at", "2016-10-07 19:21:11.361740"], ["updated_at", "2016-10-07 19:21:11.361740"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 146], ["created_at", "2016-10-07 19:21:11.362592"], ["updated_at", "2016-10-07 19:21:11.362592"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 147], ["created_at", "2016-10-07 19:21:11.363392"], ["updated_at", "2016-10-07 19:21:11.363392"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 147], ["created_at", "2016-10-07 19:21:11.364195"], ["updated_at", "2016-10-07 19:21:11.364195"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 147], ["created_at", "2016-10-07 19:21:11.364979"], ["updated_at", "2016-10-07 19:21:11.364979"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 147], ["created_at", "2016-10-07 19:21:11.365783"], ["updated_at", "2016-10-07 19:21:11.365783"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 147], ["created_at", "2016-10-07 19:21:11.366636"], ["updated_at", "2016-10-07 19:21:11.366636"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 147], ["created_at", "2016-10-07 19:21:11.367464"], ["updated_at", "2016-10-07 19:21:11.367464"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 148], ["created_at", "2016-10-07 19:21:11.368278"], ["updated_at", "2016-10-07 19:21:11.368278"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 148], ["created_at", "2016-10-07 19:21:11.369076"], ["updated_at", "2016-10-07 19:21:11.369076"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 148], ["created_at", "2016-10-07 19:21:11.369865"], ["updated_at", "2016-10-07 19:21:11.369865"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 148], ["created_at", "2016-10-07 19:21:11.370700"], ["updated_at", "2016-10-07 19:21:11.370700"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 148], ["created_at", "2016-10-07 19:21:11.371504"], ["updated_at", "2016-10-07 19:21:11.371504"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 148], ["created_at", "2016-10-07 19:21:11.372301"], ["updated_at", "2016-10-07 19:21:11.372301"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 149], ["created_at", "2016-10-07 19:21:11.373120"], ["updated_at", "2016-10-07 19:21:11.373120"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 149], ["created_at", "2016-10-07 19:21:11.373989"], ["updated_at", "2016-10-07 19:21:11.373989"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 149], ["created_at", "2016-10-07 19:21:11.374894"], ["updated_at", "2016-10-07 19:21:11.374894"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 149], ["created_at", "2016-10-07 19:21:11.375719"], ["updated_at", "2016-10-07 19:21:11.375719"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 150], ["created_at", "2016-10-07 19:21:11.376533"], ["updated_at", "2016-10-07 19:21:11.376533"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 150], ["created_at", "2016-10-07 19:21:11.377331"], ["updated_at", "2016-10-07 19:21:11.377331"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 150], ["created_at", "2016-10-07 19:21:11.378130"], ["updated_at", "2016-10-07 19:21:11.378130"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 150], ["created_at", "2016-10-07 19:21:11.380224"], ["updated_at", "2016-10-07 19:21:11.380224"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 150], ["created_at", "2016-10-07 19:21:11.381242"], ["updated_at", "2016-10-07 19:21:11.381242"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 151], ["created_at", "2016-10-07 19:21:11.382111"], ["updated_at", "2016-10-07 19:21:11.382111"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 151], ["created_at", "2016-10-07 19:21:11.382940"], ["updated_at", "2016-10-07 19:21:11.382940"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 151], ["created_at", "2016-10-07 19:21:11.383774"], ["updated_at", "2016-10-07 19:21:11.383774"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 151], ["created_at", "2016-10-07 19:21:11.384591"], ["updated_at", "2016-10-07 19:21:11.384591"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 151], ["created_at", "2016-10-07 19:21:11.385441"], ["updated_at", "2016-10-07 19:21:11.385441"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 151], ["created_at", "2016-10-07 19:21:11.386270"], ["updated_at", "2016-10-07 19:21:11.386270"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 152], ["created_at", "2016-10-07 19:21:11.387121"], ["updated_at", "2016-10-07 19:21:11.387121"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 152], ["created_at", "2016-10-07 19:21:11.387986"], ["updated_at", "2016-10-07 19:21:11.387986"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 152], ["created_at", "2016-10-07 19:21:11.388839"], ["updated_at", "2016-10-07 19:21:11.388839"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 152], ["created_at", "2016-10-07 19:21:11.389653"], ["updated_at", "2016-10-07 19:21:11.389653"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 152], ["created_at", "2016-10-07 19:21:11.397560"], ["updated_at", "2016-10-07 19:21:11.397560"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 153], ["created_at", "2016-10-07 19:21:11.398546"], ["updated_at", "2016-10-07 19:21:11.398546"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 153], ["created_at", "2016-10-07 19:21:11.399366"], ["updated_at", "2016-10-07 19:21:11.399366"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 153], ["created_at", "2016-10-07 19:21:11.400188"], ["updated_at", "2016-10-07 19:21:11.400188"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 153], ["created_at", "2016-10-07 19:21:11.400978"], ["updated_at", "2016-10-07 19:21:11.400978"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 153], ["created_at", "2016-10-07 19:21:11.401848"], ["updated_at", "2016-10-07 19:21:11.401848"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 153], ["created_at", "2016-10-07 19:21:11.402714"], ["updated_at", "2016-10-07 19:21:11.402714"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 154], ["created_at", "2016-10-07 19:21:11.403534"], ["updated_at", "2016-10-07 19:21:11.403534"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 154], ["created_at", "2016-10-07 19:21:11.404354"], ["updated_at", "2016-10-07 19:21:11.404354"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 154], ["created_at", "2016-10-07 19:21:11.405194"], ["updated_at", "2016-10-07 19:21:11.405194"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 154], ["created_at", "2016-10-07 19:21:11.406033"], ["updated_at", "2016-10-07 19:21:11.406033"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 154], ["created_at", "2016-10-07 19:21:11.406848"], ["updated_at", "2016-10-07 19:21:11.406848"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 155], ["created_at", "2016-10-07 19:21:11.407663"], ["updated_at", "2016-10-07 19:21:11.407663"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 155], ["created_at", "2016-10-07 19:21:11.408474"], ["updated_at", "2016-10-07 19:21:11.408474"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 155], ["created_at", "2016-10-07 19:21:11.409283"], ["updated_at", "2016-10-07 19:21:11.409283"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 155], ["created_at", "2016-10-07 19:21:11.410238"], ["updated_at", "2016-10-07 19:21:11.410238"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 155], ["created_at", "2016-10-07 19:21:11.411072"], ["updated_at", "2016-10-07 19:21:11.411072"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 155], ["created_at", "2016-10-07 19:21:11.411884"], ["updated_at", "2016-10-07 19:21:11.411884"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 156], ["created_at", "2016-10-07 19:21:11.412717"], ["updated_at", "2016-10-07 19:21:11.412717"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 156], ["created_at", "2016-10-07 19:21:11.413542"], ["updated_at", "2016-10-07 19:21:11.413542"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 156], ["created_at", "2016-10-07 19:21:11.414446"], ["updated_at", "2016-10-07 19:21:11.414446"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 156], ["created_at", "2016-10-07 19:21:11.415276"], ["updated_at", "2016-10-07 19:21:11.415276"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 156], ["created_at", "2016-10-07 19:21:11.416096"], ["updated_at", "2016-10-07 19:21:11.416096"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 156], ["created_at", "2016-10-07 19:21:11.416887"], ["updated_at", "2016-10-07 19:21:11.416887"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 157], ["created_at", "2016-10-07 19:21:11.417715"], ["updated_at", "2016-10-07 19:21:11.417715"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 157], ["created_at", "2016-10-07 19:21:11.418538"], ["updated_at", "2016-10-07 19:21:11.418538"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 157], ["created_at", "2016-10-07 19:21:11.419360"], ["updated_at", "2016-10-07 19:21:11.419360"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 157], ["created_at", "2016-10-07 19:21:11.420209"], ["updated_at", "2016-10-07 19:21:11.420209"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 157], ["created_at", "2016-10-07 19:21:11.421026"], ["updated_at", "2016-10-07 19:21:11.421026"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 158], ["created_at", "2016-10-07 19:21:11.421965"], ["updated_at", "2016-10-07 19:21:11.421965"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 158], ["created_at", "2016-10-07 19:21:11.422851"], ["updated_at", "2016-10-07 19:21:11.422851"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 158], ["created_at", "2016-10-07 19:21:11.423670"], ["updated_at", "2016-10-07 19:21:11.423670"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 158], ["created_at", "2016-10-07 19:21:11.424494"], ["updated_at", "2016-10-07 19:21:11.424494"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 158], ["created_at", "2016-10-07 19:21:11.425316"], ["updated_at", "2016-10-07 19:21:11.425316"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 158], ["created_at", "2016-10-07 19:21:11.426177"], ["updated_at", "2016-10-07 19:21:11.426177"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 159], ["created_at", "2016-10-07 19:21:11.427114"], ["updated_at", "2016-10-07 19:21:11.427114"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 159], ["created_at", "2016-10-07 19:21:11.428327"], ["updated_at", "2016-10-07 19:21:11.428327"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 159], ["created_at", "2016-10-07 19:21:11.429420"], ["updated_at", "2016-10-07 19:21:11.429420"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 159], ["created_at", "2016-10-07 19:21:11.430408"], ["updated_at", "2016-10-07 19:21:11.430408"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 159], ["created_at", "2016-10-07 19:21:11.431473"], ["updated_at", "2016-10-07 19:21:11.431473"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 159], ["created_at", "2016-10-07 19:21:11.432590"], ["updated_at", "2016-10-07 19:21:11.432590"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 160], ["created_at", "2016-10-07 19:21:11.433841"], ["updated_at", "2016-10-07 19:21:11.433841"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 160], ["created_at", "2016-10-07 19:21:11.434904"], ["updated_at", "2016-10-07 19:21:11.434904"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 160], ["created_at", "2016-10-07 19:21:11.435840"], ["updated_at", "2016-10-07 19:21:11.435840"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 160], ["created_at", "2016-10-07 19:21:11.436747"], ["updated_at", "2016-10-07 19:21:11.436747"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 160], ["created_at", "2016-10-07 19:21:11.437614"], ["updated_at", "2016-10-07 19:21:11.437614"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 160], ["created_at", "2016-10-07 19:21:11.438458"], ["updated_at", "2016-10-07 19:21:11.438458"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 161], ["created_at", "2016-10-07 19:21:11.439383"], ["updated_at", "2016-10-07 19:21:11.439383"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 161], ["created_at", "2016-10-07 19:21:11.440210"], ["updated_at", "2016-10-07 19:21:11.440210"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 161], ["created_at", "2016-10-07 19:21:11.441036"], ["updated_at", "2016-10-07 19:21:11.441036"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 161], ["created_at", "2016-10-07 19:21:11.441918"], ["updated_at", "2016-10-07 19:21:11.441918"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 161], ["created_at", "2016-10-07 19:21:11.442768"], ["updated_at", "2016-10-07 19:21:11.442768"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 161], ["created_at", "2016-10-07 19:21:11.443589"], ["updated_at", "2016-10-07 19:21:11.443589"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 162], ["created_at", "2016-10-07 19:21:11.444405"], ["updated_at", "2016-10-07 19:21:11.444405"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 162], ["created_at", "2016-10-07 19:21:11.445225"], ["updated_at", "2016-10-07 19:21:11.445225"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 162], ["created_at", "2016-10-07 19:21:11.446067"], ["updated_at", "2016-10-07 19:21:11.446067"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 162], ["created_at", "2016-10-07 19:21:11.446923"], ["updated_at", "2016-10-07 19:21:11.446923"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 162], ["created_at", "2016-10-07 19:21:11.447741"], ["updated_at", "2016-10-07 19:21:11.447741"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 163], ["created_at", "2016-10-07 19:21:11.448636"], ["updated_at", "2016-10-07 19:21:11.448636"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 163], ["created_at", "2016-10-07 19:21:11.449453"], ["updated_at", "2016-10-07 19:21:11.449453"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 163], ["created_at", "2016-10-07 19:21:11.450455"], ["updated_at", "2016-10-07 19:21:11.450455"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 163], ["created_at", "2016-10-07 19:21:11.451318"], ["updated_at", "2016-10-07 19:21:11.451318"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 163], ["created_at", "2016-10-07 19:21:11.452147"], ["updated_at", "2016-10-07 19:21:11.452147"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 163], ["created_at", "2016-10-07 19:21:11.452965"], ["updated_at", "2016-10-07 19:21:11.452965"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 164], ["created_at", "2016-10-07 19:21:11.453807"], ["updated_at", "2016-10-07 19:21:11.453807"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 164], ["created_at", "2016-10-07 19:21:11.454720"], ["updated_at", "2016-10-07 19:21:11.454720"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 164], ["created_at", "2016-10-07 19:21:11.455568"], ["updated_at", "2016-10-07 19:21:11.455568"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 164], ["created_at", "2016-10-07 19:21:11.456394"], ["updated_at", "2016-10-07 19:21:11.456394"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 164], ["created_at", "2016-10-07 19:21:11.457207"], ["updated_at", "2016-10-07 19:21:11.457207"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 164], ["created_at", "2016-10-07 19:21:11.458115"], ["updated_at", "2016-10-07 19:21:11.458115"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 165], ["created_at", "2016-10-07 19:21:11.458985"], ["updated_at", "2016-10-07 19:21:11.458985"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 165], ["created_at", "2016-10-07 19:21:11.459801"], ["updated_at", "2016-10-07 19:21:11.459801"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 165], ["created_at", "2016-10-07 19:21:11.460577"], ["updated_at", "2016-10-07 19:21:11.460577"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 165], ["created_at", "2016-10-07 19:21:11.461476"], ["updated_at", "2016-10-07 19:21:11.461476"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 165], ["created_at", "2016-10-07 19:21:11.462311"], ["updated_at", "2016-10-07 19:21:11.462311"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 166], ["created_at", "2016-10-07 19:21:11.463184"], ["updated_at", "2016-10-07 19:21:11.463184"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 166], ["created_at", "2016-10-07 19:21:11.464020"], ["updated_at", "2016-10-07 19:21:11.464020"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 166], ["created_at", "2016-10-07 19:21:11.464830"], ["updated_at", "2016-10-07 19:21:11.464830"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 166], ["created_at", "2016-10-07 19:21:11.465641"], ["updated_at", "2016-10-07 19:21:11.465641"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 166], ["created_at", "2016-10-07 19:21:11.466488"], ["updated_at", "2016-10-07 19:21:11.466488"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 166], ["created_at", "2016-10-07 19:21:11.467419"], ["updated_at", "2016-10-07 19:21:11.467419"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 167], ["created_at", "2016-10-07 19:21:11.468253"], ["updated_at", "2016-10-07 19:21:11.468253"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 167], ["created_at", "2016-10-07 19:21:11.469085"], ["updated_at", "2016-10-07 19:21:11.469085"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 167], ["created_at", "2016-10-07 19:21:11.469929"], ["updated_at", "2016-10-07 19:21:11.469929"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 167], ["created_at", "2016-10-07 19:21:11.470814"], ["updated_at", "2016-10-07 19:21:11.470814"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 167], ["created_at", "2016-10-07 19:21:11.471650"], ["updated_at", "2016-10-07 19:21:11.471650"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 168], ["created_at", "2016-10-07 19:21:11.472491"], ["updated_at", "2016-10-07 19:21:11.472491"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 168], ["created_at", "2016-10-07 19:21:11.473343"], ["updated_at", "2016-10-07 19:21:11.473343"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 168], ["created_at", "2016-10-07 19:21:11.474146"], ["updated_at", "2016-10-07 19:21:11.474146"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 168], ["created_at", "2016-10-07 19:21:11.474997"], ["updated_at", "2016-10-07 19:21:11.474997"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 168], ["created_at", "2016-10-07 19:21:11.475866"], ["updated_at", "2016-10-07 19:21:11.475866"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 169], ["created_at", "2016-10-07 19:21:11.476724"], ["updated_at", "2016-10-07 19:21:11.476724"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 169], ["created_at", "2016-10-07 19:21:11.477571"], ["updated_at", "2016-10-07 19:21:11.477571"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 169], ["created_at", "2016-10-07 19:21:11.478399"], ["updated_at", "2016-10-07 19:21:11.478399"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 169], ["created_at", "2016-10-07 19:21:11.479226"], ["updated_at", "2016-10-07 19:21:11.479226"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 169], ["created_at", "2016-10-07 19:21:11.480084"], ["updated_at", "2016-10-07 19:21:11.480084"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 169], ["created_at", "2016-10-07 19:21:11.481024"], ["updated_at", "2016-10-07 19:21:11.481024"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 170], ["created_at", "2016-10-07 19:21:11.481972"], ["updated_at", "2016-10-07 19:21:11.481972"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 170], ["created_at", "2016-10-07 19:21:11.482872"], ["updated_at", "2016-10-07 19:21:11.482872"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 170], ["created_at", "2016-10-07 19:21:11.483842"], ["updated_at", "2016-10-07 19:21:11.483842"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 170], ["created_at", "2016-10-07 19:21:11.484697"], ["updated_at", "2016-10-07 19:21:11.484697"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 170], ["created_at", "2016-10-07 19:21:11.485546"], ["updated_at", "2016-10-07 19:21:11.485546"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 170], ["created_at", "2016-10-07 19:21:11.486366"], ["updated_at", "2016-10-07 19:21:11.486366"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 171], ["created_at", "2016-10-07 19:21:11.487191"], ["updated_at", "2016-10-07 19:21:11.487191"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 171], ["created_at", "2016-10-07 19:21:11.488066"], ["updated_at", "2016-10-07 19:21:11.488066"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 171], ["created_at", "2016-10-07 19:21:11.488940"], ["updated_at", "2016-10-07 19:21:11.488940"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 171], ["created_at", "2016-10-07 19:21:11.489774"], ["updated_at", "2016-10-07 19:21:11.489774"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 171], ["created_at", "2016-10-07 19:21:11.490611"], ["updated_at", "2016-10-07 19:21:11.490611"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 171], ["created_at", "2016-10-07 19:21:11.491435"], ["updated_at", "2016-10-07 19:21:11.491435"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 172], ["created_at", "2016-10-07 19:21:11.492273"], ["updated_at", "2016-10-07 19:21:11.492273"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 172], ["created_at", "2016-10-07 19:21:11.493145"], ["updated_at", "2016-10-07 19:21:11.493145"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 172], ["created_at", "2016-10-07 19:21:11.493986"], ["updated_at", "2016-10-07 19:21:11.493986"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 172], ["created_at", "2016-10-07 19:21:11.494852"], ["updated_at", "2016-10-07 19:21:11.494852"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 172], ["created_at", "2016-10-07 19:21:11.495695"], ["updated_at", "2016-10-07 19:21:11.495695"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 172], ["created_at", "2016-10-07 19:21:11.496570"], ["updated_at", "2016-10-07 19:21:11.496570"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 173], ["created_at", "2016-10-07 19:21:11.497419"], ["updated_at", "2016-10-07 19:21:11.497419"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 173], ["created_at", "2016-10-07 19:21:11.498348"], ["updated_at", "2016-10-07 19:21:11.498348"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 173], ["created_at", "2016-10-07 19:21:11.499240"], ["updated_at", "2016-10-07 19:21:11.499240"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 173], ["created_at", "2016-10-07 19:21:11.500103"], ["updated_at", "2016-10-07 19:21:11.500103"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 173], ["created_at", "2016-10-07 19:21:11.500928"], ["updated_at", "2016-10-07 19:21:11.500928"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 174], ["created_at", "2016-10-07 19:21:11.501813"], ["updated_at", "2016-10-07 19:21:11.501813"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 174], ["created_at", "2016-10-07 19:21:11.502682"], ["updated_at", "2016-10-07 19:21:11.502682"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 174], ["created_at", "2016-10-07 19:21:11.503590"], ["updated_at", "2016-10-07 19:21:11.503590"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 174], ["created_at", "2016-10-07 19:21:11.504477"], ["updated_at", "2016-10-07 19:21:11.504477"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 174], ["created_at", "2016-10-07 19:21:11.505375"], ["updated_at", "2016-10-07 19:21:11.505375"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 174], ["created_at", "2016-10-07 19:21:11.506280"], ["updated_at", "2016-10-07 19:21:11.506280"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 175], ["created_at", "2016-10-07 19:21:11.507193"], ["updated_at", "2016-10-07 19:21:11.507193"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 175], ["created_at", "2016-10-07 19:21:11.508071"], ["updated_at", "2016-10-07 19:21:11.508071"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 175], ["created_at", "2016-10-07 19:21:11.508917"], ["updated_at", "2016-10-07 19:21:11.508917"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 175], ["created_at", "2016-10-07 19:21:11.509762"], ["updated_at", "2016-10-07 19:21:11.509762"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 175], ["created_at", "2016-10-07 19:21:11.510802"], ["updated_at", "2016-10-07 19:21:11.510802"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 176], ["created_at", "2016-10-07 19:21:11.511660"], ["updated_at", "2016-10-07 19:21:11.511660"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 176], ["created_at", "2016-10-07 19:21:11.512548"], ["updated_at", "2016-10-07 19:21:11.512548"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 176], ["created_at", "2016-10-07 19:21:11.513365"], ["updated_at", "2016-10-07 19:21:11.513365"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 176], ["created_at", "2016-10-07 19:21:11.514252"], ["updated_at", "2016-10-07 19:21:11.514252"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 176], ["created_at", "2016-10-07 19:21:11.515186"], ["updated_at", "2016-10-07 19:21:11.515186"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 176], ["created_at", "2016-10-07 19:21:11.516062"], ["updated_at", "2016-10-07 19:21:11.516062"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 177], ["created_at", "2016-10-07 19:21:11.516984"], ["updated_at", "2016-10-07 19:21:11.516984"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 177], ["created_at", "2016-10-07 19:21:11.517885"], ["updated_at", "2016-10-07 19:21:11.517885"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 177], ["created_at", "2016-10-07 19:21:11.519357"], ["updated_at", "2016-10-07 19:21:11.519357"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 177], ["created_at", "2016-10-07 19:21:11.520538"], ["updated_at", "2016-10-07 19:21:11.520538"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 177], ["created_at", "2016-10-07 19:21:11.521734"], ["updated_at", "2016-10-07 19:21:11.521734"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 177], ["created_at", "2016-10-07 19:21:11.523019"], ["updated_at", "2016-10-07 19:21:11.523019"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 178], ["created_at", "2016-10-07 19:21:11.524162"], ["updated_at", "2016-10-07 19:21:11.524162"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 178], ["created_at", "2016-10-07 19:21:11.525584"], ["updated_at", "2016-10-07 19:21:11.525584"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 178], ["created_at", "2016-10-07 19:21:11.526689"], ["updated_at", "2016-10-07 19:21:11.526689"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 178], ["created_at", "2016-10-07 19:21:11.527822"], ["updated_at", "2016-10-07 19:21:11.527822"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 178], ["created_at", "2016-10-07 19:21:11.528932"], ["updated_at", "2016-10-07 19:21:11.528932"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 178], ["created_at", "2016-10-07 19:21:11.530090"], ["updated_at", "2016-10-07 19:21:11.530090"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 179], ["created_at", "2016-10-07 19:21:11.531269"], ["updated_at", "2016-10-07 19:21:11.531269"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 179], ["created_at", "2016-10-07 19:21:11.532353"], ["updated_at", "2016-10-07 19:21:11.532353"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 179], ["created_at", "2016-10-07 19:21:11.533460"], ["updated_at", "2016-10-07 19:21:11.533460"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 179], ["created_at", "2016-10-07 19:21:11.534862"], ["updated_at", "2016-10-07 19:21:11.534862"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 179], ["created_at", "2016-10-07 19:21:11.535969"], ["updated_at", "2016-10-07 19:21:11.535969"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 180], ["created_at", "2016-10-07 19:21:11.537055"], ["updated_at", "2016-10-07 19:21:11.537055"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 180], ["created_at", "2016-10-07 19:21:11.538324"], ["updated_at", "2016-10-07 19:21:11.538324"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 180], ["created_at", "2016-10-07 19:21:11.539550"], ["updated_at", "2016-10-07 19:21:11.539550"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 180], ["created_at", "2016-10-07 19:21:11.540664"], ["updated_at", "2016-10-07 19:21:11.540664"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 180], ["created_at", "2016-10-07 19:21:11.541865"], ["updated_at", "2016-10-07 19:21:11.541865"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 180], ["created_at", "2016-10-07 19:21:11.542961"], ["updated_at", "2016-10-07 19:21:11.542961"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 181], ["created_at", "2016-10-07 19:21:11.543904"], ["updated_at", "2016-10-07 19:21:11.543904"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 181], ["created_at", "2016-10-07 19:21:11.544845"], ["updated_at", "2016-10-07 19:21:11.544845"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 181], ["created_at", "2016-10-07 19:21:11.545786"], ["updated_at", "2016-10-07 19:21:11.545786"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 181], ["created_at", "2016-10-07 19:21:11.546941"], ["updated_at", "2016-10-07 19:21:11.546941"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 181], ["created_at", "2016-10-07 19:21:11.547892"], ["updated_at", "2016-10-07 19:21:11.547892"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 181], ["created_at", "2016-10-07 19:21:11.548855"], ["updated_at", "2016-10-07 19:21:11.548855"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 182], ["created_at", "2016-10-07 19:21:11.549827"], ["updated_at", "2016-10-07 19:21:11.549827"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 182], ["created_at", "2016-10-07 19:21:11.551050"], ["updated_at", "2016-10-07 19:21:11.551050"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 182], ["created_at", "2016-10-07 19:21:11.552151"], ["updated_at", "2016-10-07 19:21:11.552151"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 182], ["created_at", "2016-10-07 19:21:11.553196"], ["updated_at", "2016-10-07 19:21:11.553196"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 182], ["created_at", "2016-10-07 19:21:11.555167"], ["updated_at", "2016-10-07 19:21:11.555167"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 182], ["created_at", "2016-10-07 19:21:11.556152"], ["updated_at", "2016-10-07 19:21:11.556152"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 183], ["created_at", "2016-10-07 19:21:11.557391"], ["updated_at", "2016-10-07 19:21:11.557391"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 183], ["created_at", "2016-10-07 19:21:11.558974"], ["updated_at", "2016-10-07 19:21:11.558974"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 183], ["created_at", "2016-10-07 19:21:11.560150"], ["updated_at", "2016-10-07 19:21:11.560150"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 183], ["created_at", "2016-10-07 19:21:11.561352"], ["updated_at", "2016-10-07 19:21:11.561352"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 183], ["created_at", "2016-10-07 19:21:11.562530"], ["updated_at", "2016-10-07 19:21:11.562530"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 183], ["created_at", "2016-10-07 19:21:11.563718"], ["updated_at", "2016-10-07 19:21:11.563718"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 184], ["created_at", "2016-10-07 19:21:11.564940"], ["updated_at", "2016-10-07 19:21:11.564940"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 184], ["created_at", "2016-10-07 19:21:11.566135"], ["updated_at", "2016-10-07 19:21:11.566135"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 184], ["created_at", "2016-10-07 19:21:11.567641"], ["updated_at", "2016-10-07 19:21:11.567641"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 184], ["created_at", "2016-10-07 19:21:11.568977"], ["updated_at", "2016-10-07 19:21:11.568977"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 184], ["created_at", "2016-10-07 19:21:11.570208"], ["updated_at", "2016-10-07 19:21:11.570208"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 184], ["created_at", "2016-10-07 19:21:11.571496"], ["updated_at", "2016-10-07 19:21:11.571496"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 185], ["created_at", "2016-10-07 19:21:11.572926"], ["updated_at", "2016-10-07 19:21:11.572926"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 185], ["created_at", "2016-10-07 19:21:11.573935"], ["updated_at", "2016-10-07 19:21:11.573935"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 185], ["created_at", "2016-10-07 19:21:11.574949"], ["updated_at", "2016-10-07 19:21:11.574949"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 185], ["created_at", "2016-10-07 19:21:11.575931"], ["updated_at", "2016-10-07 19:21:11.575931"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 185], ["created_at", "2016-10-07 19:21:11.576932"], ["updated_at", "2016-10-07 19:21:11.576932"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 185], ["created_at", "2016-10-07 19:21:11.577896"], ["updated_at", "2016-10-07 19:21:11.577896"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 186], ["created_at", "2016-10-07 19:21:11.578874"], ["updated_at", "2016-10-07 19:21:11.578874"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 186], ["created_at", "2016-10-07 19:21:11.579886"], ["updated_at", "2016-10-07 19:21:11.579886"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 186], ["created_at", "2016-10-07 19:21:11.580883"], ["updated_at", "2016-10-07 19:21:11.580883"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 186], ["created_at", "2016-10-07 19:21:11.581869"], ["updated_at", "2016-10-07 19:21:11.581869"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 186], ["created_at", "2016-10-07 19:21:11.582856"], ["updated_at", "2016-10-07 19:21:11.582856"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 186], ["created_at", "2016-10-07 19:21:11.583822"], ["updated_at", "2016-10-07 19:21:11.583822"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 187], ["created_at", "2016-10-07 19:21:11.584793"], ["updated_at", "2016-10-07 19:21:11.584793"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 187], ["created_at", "2016-10-07 19:21:11.585762"], ["updated_at", "2016-10-07 19:21:11.585762"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 187], ["created_at", "2016-10-07 19:21:11.586739"], ["updated_at", "2016-10-07 19:21:11.586739"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 187], ["created_at", "2016-10-07 19:21:11.587665"], ["updated_at", "2016-10-07 19:21:11.587665"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 187], ["created_at", "2016-10-07 19:21:11.588758"], ["updated_at", "2016-10-07 19:21:11.588758"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 187], ["created_at", "2016-10-07 19:21:11.589562"], ["updated_at", "2016-10-07 19:21:11.589562"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 188], ["created_at", "2016-10-07 19:21:11.590574"], ["updated_at", "2016-10-07 19:21:11.590574"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 188], ["created_at", "2016-10-07 19:21:11.591463"], ["updated_at", "2016-10-07 19:21:11.591463"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 188], ["created_at", "2016-10-07 19:21:11.592351"], ["updated_at", "2016-10-07 19:21:11.592351"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 188], ["created_at", "2016-10-07 19:21:11.593235"], ["updated_at", "2016-10-07 19:21:11.593235"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 188], ["created_at", "2016-10-07 19:21:11.594120"], ["updated_at", "2016-10-07 19:21:11.594120"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 188], ["created_at", "2016-10-07 19:21:11.595052"], ["updated_at", "2016-10-07 19:21:11.595052"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 189], ["created_at", "2016-10-07 19:21:11.596061"], ["updated_at", "2016-10-07 19:21:11.596061"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 189], ["created_at", "2016-10-07 19:21:11.596976"], ["updated_at", "2016-10-07 19:21:11.596976"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 189], ["created_at", "2016-10-07 19:21:11.597869"], ["updated_at", "2016-10-07 19:21:11.597869"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 189], ["created_at", "2016-10-07 19:21:11.598907"], ["updated_at", "2016-10-07 19:21:11.598907"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 189], ["created_at", "2016-10-07 19:21:11.600039"], ["updated_at", "2016-10-07 19:21:11.600039"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 189], ["created_at", "2016-10-07 19:21:11.601592"], ["updated_at", "2016-10-07 19:21:11.601592"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 190], ["created_at", "2016-10-07 19:21:11.603413"], ["updated_at", "2016-10-07 19:21:11.603413"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 190], ["created_at", "2016-10-07 19:21:11.605121"], ["updated_at", "2016-10-07 19:21:11.605121"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 190], ["created_at", "2016-10-07 19:21:11.607045"], ["updated_at", "2016-10-07 19:21:11.607045"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 190], ["created_at", "2016-10-07 19:21:11.609851"], ["updated_at", "2016-10-07 19:21:11.609851"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 190], ["created_at", "2016-10-07 19:21:11.612792"], ["updated_at", "2016-10-07 19:21:11.612792"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 190], ["created_at", "2016-10-07 19:21:11.614851"], ["updated_at", "2016-10-07 19:21:11.614851"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 191], ["created_at", "2016-10-07 19:21:11.616192"], ["updated_at", "2016-10-07 19:21:11.616192"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 191], ["created_at", "2016-10-07 19:21:11.617675"], ["updated_at", "2016-10-07 19:21:11.617675"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 191], ["created_at", "2016-10-07 19:21:11.618921"], ["updated_at", "2016-10-07 19:21:11.618921"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 191], ["created_at", "2016-10-07 19:21:11.620103"], ["updated_at", "2016-10-07 19:21:11.620103"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 191], ["created_at", "2016-10-07 19:21:11.621317"], ["updated_at", "2016-10-07 19:21:11.621317"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 191], ["created_at", "2016-10-07 19:21:11.622452"], ["updated_at", "2016-10-07 19:21:11.622452"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 192], ["created_at", "2016-10-07 19:21:11.623608"], ["updated_at", "2016-10-07 19:21:11.623608"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 192], ["created_at", "2016-10-07 19:21:11.624783"], ["updated_at", "2016-10-07 19:21:11.624783"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 192], ["created_at", "2016-10-07 19:21:11.625811"], ["updated_at", "2016-10-07 19:21:11.625811"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 192], ["created_at", "2016-10-07 19:21:11.626999"], ["updated_at", "2016-10-07 19:21:11.626999"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 192], ["created_at", "2016-10-07 19:21:11.628118"], ["updated_at", "2016-10-07 19:21:11.628118"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 192], ["created_at", "2016-10-07 19:21:11.629202"], ["updated_at", "2016-10-07 19:21:11.629202"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 193], ["created_at", "2016-10-07 19:21:11.630277"], ["updated_at", "2016-10-07 19:21:11.630277"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 193], ["created_at", "2016-10-07 19:21:11.631259"], ["updated_at", "2016-10-07 19:21:11.631259"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 193], ["created_at", "2016-10-07 19:21:11.632217"], ["updated_at", "2016-10-07 19:21:11.632217"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 193], ["created_at", "2016-10-07 19:21:11.633195"], ["updated_at", "2016-10-07 19:21:11.633195"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 193], ["created_at", "2016-10-07 19:21:11.634343"], ["updated_at", "2016-10-07 19:21:11.634343"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 193], ["created_at", "2016-10-07 19:21:11.635573"], ["updated_at", "2016-10-07 19:21:11.635573"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 194], ["created_at", "2016-10-07 19:21:11.636771"], ["updated_at", "2016-10-07 19:21:11.636771"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 194], ["created_at", "2016-10-07 19:21:11.638230"], ["updated_at", "2016-10-07 19:21:11.638230"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 194], ["created_at", "2016-10-07 19:21:11.640564"], ["updated_at", "2016-10-07 19:21:11.640564"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 194], ["created_at", "2016-10-07 19:21:11.641606"], ["updated_at", "2016-10-07 19:21:11.641606"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 194], ["created_at", "2016-10-07 19:21:11.642779"], ["updated_at", "2016-10-07 19:21:11.642779"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 194], ["created_at", "2016-10-07 19:21:11.644590"], ["updated_at", "2016-10-07 19:21:11.644590"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 195], ["created_at", "2016-10-07 19:21:11.646285"], ["updated_at", "2016-10-07 19:21:11.646285"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 195], ["created_at", "2016-10-07 19:21:11.647936"], ["updated_at", "2016-10-07 19:21:11.647936"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 195], ["created_at", "2016-10-07 19:21:11.650749"], ["updated_at", "2016-10-07 19:21:11.650749"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 195], ["created_at", "2016-10-07 19:21:11.652339"], ["updated_at", "2016-10-07 19:21:11.652339"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 195], ["created_at", "2016-10-07 19:21:11.653519"], ["updated_at", "2016-10-07 19:21:11.653519"]] SQL (1.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 196], ["created_at", "2016-10-07 19:21:11.655322"], ["updated_at", "2016-10-07 19:21:11.655322"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 196], ["created_at", "2016-10-07 19:21:11.658962"], ["updated_at", "2016-10-07 19:21:11.658962"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 196], ["created_at", "2016-10-07 19:21:11.660419"], ["updated_at", "2016-10-07 19:21:11.660419"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 196], ["created_at", "2016-10-07 19:21:11.661671"], ["updated_at", "2016-10-07 19:21:11.661671"]] SQL (0.5ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 196], ["created_at", "2016-10-07 19:21:11.662880"], ["updated_at", "2016-10-07 19:21:11.662880"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 197], ["created_at", "2016-10-07 19:21:11.664160"], ["updated_at", "2016-10-07 19:21:11.664160"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 197], ["created_at", "2016-10-07 19:21:11.665359"], ["updated_at", "2016-10-07 19:21:11.665359"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 197], ["created_at", "2016-10-07 19:21:11.666633"], ["updated_at", "2016-10-07 19:21:11.666633"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 197], ["created_at", "2016-10-07 19:21:11.667883"], ["updated_at", "2016-10-07 19:21:11.667883"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 197], ["created_at", "2016-10-07 19:21:11.669028"], ["updated_at", "2016-10-07 19:21:11.669028"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 197], ["created_at", "2016-10-07 19:21:11.670130"], ["updated_at", "2016-10-07 19:21:11.670130"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 198], ["created_at", "2016-10-07 19:21:11.671331"], ["updated_at", "2016-10-07 19:21:11.671331"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 198], ["created_at", "2016-10-07 19:21:11.672566"], ["updated_at", "2016-10-07 19:21:11.672566"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 198], ["created_at", "2016-10-07 19:21:11.673690"], ["updated_at", "2016-10-07 19:21:11.673690"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 198], ["created_at", "2016-10-07 19:21:11.674857"], ["updated_at", "2016-10-07 19:21:11.674857"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 198], ["created_at", "2016-10-07 19:21:11.675968"], ["updated_at", "2016-10-07 19:21:11.675968"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 198], ["created_at", "2016-10-07 19:21:11.677078"], ["updated_at", "2016-10-07 19:21:11.677078"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 199], ["created_at", "2016-10-07 19:21:11.678188"], ["updated_at", "2016-10-07 19:21:11.678188"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 199], ["created_at", "2016-10-07 19:21:11.679027"], ["updated_at", "2016-10-07 19:21:11.679027"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 199], ["created_at", "2016-10-07 19:21:11.680530"], ["updated_at", "2016-10-07 19:21:11.680530"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 199], ["created_at", "2016-10-07 19:21:11.681737"], ["updated_at", "2016-10-07 19:21:11.681737"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 199], ["created_at", "2016-10-07 19:21:11.682928"], ["updated_at", "2016-10-07 19:21:11.682928"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 199], ["created_at", "2016-10-07 19:21:11.684126"], ["updated_at", "2016-10-07 19:21:11.684126"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 200], ["created_at", "2016-10-07 19:21:11.685237"], ["updated_at", "2016-10-07 19:21:11.685237"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 200], ["created_at", "2016-10-07 19:21:11.686366"], ["updated_at", "2016-10-07 19:21:11.686366"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 200], ["created_at", "2016-10-07 19:21:11.687704"], ["updated_at", "2016-10-07 19:21:11.687704"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 200], ["created_at", "2016-10-07 19:21:11.689061"], ["updated_at", "2016-10-07 19:21:11.689061"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 200], ["created_at", "2016-10-07 19:21:11.690273"], ["updated_at", "2016-10-07 19:21:11.690273"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 200], ["created_at", "2016-10-07 19:21:11.691318"], ["updated_at", "2016-10-07 19:21:11.691318"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 201], ["created_at", "2016-10-07 19:21:11.692318"], ["updated_at", "2016-10-07 19:21:11.692318"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 201], ["created_at", "2016-10-07 19:21:11.695920"], ["updated_at", "2016-10-07 19:21:11.695920"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 201], ["created_at", "2016-10-07 19:21:11.696835"], ["updated_at", "2016-10-07 19:21:11.696835"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 201], ["created_at", "2016-10-07 19:21:11.697668"], ["updated_at", "2016-10-07 19:21:11.697668"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 201], ["created_at", "2016-10-07 19:21:11.698450"], ["updated_at", "2016-10-07 19:21:11.698450"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 201], ["created_at", "2016-10-07 19:21:11.699263"], ["updated_at", "2016-10-07 19:21:11.699263"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 202], ["created_at", "2016-10-07 19:21:11.700067"], ["updated_at", "2016-10-07 19:21:11.700067"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 202], ["created_at", "2016-10-07 19:21:11.700920"], ["updated_at", "2016-10-07 19:21:11.700920"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 202], ["created_at", "2016-10-07 19:21:11.701716"], ["updated_at", "2016-10-07 19:21:11.701716"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 202], ["created_at", "2016-10-07 19:21:11.702531"], ["updated_at", "2016-10-07 19:21:11.702531"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 202], ["created_at", "2016-10-07 19:21:11.703372"], ["updated_at", "2016-10-07 19:21:11.703372"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 202], ["created_at", "2016-10-07 19:21:11.704296"], ["updated_at", "2016-10-07 19:21:11.704296"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 203], ["created_at", "2016-10-07 19:21:11.705195"], ["updated_at", "2016-10-07 19:21:11.705195"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 203], ["created_at", "2016-10-07 19:21:11.706057"], ["updated_at", "2016-10-07 19:21:11.706057"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 203], ["created_at", "2016-10-07 19:21:11.706858"], ["updated_at", "2016-10-07 19:21:11.706858"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 203], ["created_at", "2016-10-07 19:21:11.707701"], ["updated_at", "2016-10-07 19:21:11.707701"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 203], ["created_at", "2016-10-07 19:21:11.708521"], ["updated_at", "2016-10-07 19:21:11.708521"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 203], ["created_at", "2016-10-07 19:21:11.709327"], ["updated_at", "2016-10-07 19:21:11.709327"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 204], ["created_at", "2016-10-07 19:21:11.710149"], ["updated_at", "2016-10-07 19:21:11.710149"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 204], ["created_at", "2016-10-07 19:21:11.711003"], ["updated_at", "2016-10-07 19:21:11.711003"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 204], ["created_at", "2016-10-07 19:21:11.711808"], ["updated_at", "2016-10-07 19:21:11.711808"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 204], ["created_at", "2016-10-07 19:21:11.712638"], ["updated_at", "2016-10-07 19:21:11.712638"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 204], ["created_at", "2016-10-07 19:21:11.713424"], ["updated_at", "2016-10-07 19:21:11.713424"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 205], ["created_at", "2016-10-07 19:21:11.714257"], ["updated_at", "2016-10-07 19:21:11.714257"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 205], ["created_at", "2016-10-07 19:21:11.715068"], ["updated_at", "2016-10-07 19:21:11.715068"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 205], ["created_at", "2016-10-07 19:21:11.715873"], ["updated_at", "2016-10-07 19:21:11.715873"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 205], ["created_at", "2016-10-07 19:21:11.716666"], ["updated_at", "2016-10-07 19:21:11.716666"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 205], ["created_at", "2016-10-07 19:21:11.717443"], ["updated_at", "2016-10-07 19:21:11.717443"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 205], ["created_at", "2016-10-07 19:21:11.718246"], ["updated_at", "2016-10-07 19:21:11.718246"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 206], ["created_at", "2016-10-07 19:21:11.719077"], ["updated_at", "2016-10-07 19:21:11.719077"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 206], ["created_at", "2016-10-07 19:21:11.719862"], ["updated_at", "2016-10-07 19:21:11.719862"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 206], ["created_at", "2016-10-07 19:21:11.720674"], ["updated_at", "2016-10-07 19:21:11.720674"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 206], ["created_at", "2016-10-07 19:21:11.721473"], ["updated_at", "2016-10-07 19:21:11.721473"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 206], ["created_at", "2016-10-07 19:21:11.722335"], ["updated_at", "2016-10-07 19:21:11.722335"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 206], ["created_at", "2016-10-07 19:21:11.723171"], ["updated_at", "2016-10-07 19:21:11.723171"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 207], ["created_at", "2016-10-07 19:21:11.723974"], ["updated_at", "2016-10-07 19:21:11.723974"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 207], ["created_at", "2016-10-07 19:21:11.724809"], ["updated_at", "2016-10-07 19:21:11.724809"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 207], ["created_at", "2016-10-07 19:21:11.725607"], ["updated_at", "2016-10-07 19:21:11.725607"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 207], ["created_at", "2016-10-07 19:21:11.726415"], ["updated_at", "2016-10-07 19:21:11.726415"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 207], ["created_at", "2016-10-07 19:21:11.727211"], ["updated_at", "2016-10-07 19:21:11.727211"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 207], ["created_at", "2016-10-07 19:21:11.728020"], ["updated_at", "2016-10-07 19:21:11.728020"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 208], ["created_at", "2016-10-07 19:21:11.728792"], ["updated_at", "2016-10-07 19:21:11.728792"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 208], ["created_at", "2016-10-07 19:21:11.729602"], ["updated_at", "2016-10-07 19:21:11.729602"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 208], ["created_at", "2016-10-07 19:21:11.730415"], ["updated_at", "2016-10-07 19:21:11.730415"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 208], ["created_at", "2016-10-07 19:21:11.731240"], ["updated_at", "2016-10-07 19:21:11.731240"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 208], ["created_at", "2016-10-07 19:21:11.732021"], ["updated_at", "2016-10-07 19:21:11.732021"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 209], ["created_at", "2016-10-07 19:21:11.732833"], ["updated_at", "2016-10-07 19:21:11.732833"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 209], ["created_at", "2016-10-07 19:21:11.733613"], ["updated_at", "2016-10-07 19:21:11.733613"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 209], ["created_at", "2016-10-07 19:21:11.734451"], ["updated_at", "2016-10-07 19:21:11.734451"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 209], ["created_at", "2016-10-07 19:21:11.735245"], ["updated_at", "2016-10-07 19:21:11.735245"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 209], ["created_at", "2016-10-07 19:21:11.736070"], ["updated_at", "2016-10-07 19:21:11.736070"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 209], ["created_at", "2016-10-07 19:21:11.736884"], ["updated_at", "2016-10-07 19:21:11.736884"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 210], ["created_at", "2016-10-07 19:21:11.737719"], ["updated_at", "2016-10-07 19:21:11.737719"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 210], ["created_at", "2016-10-07 19:21:11.738524"], ["updated_at", "2016-10-07 19:21:11.738524"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 210], ["created_at", "2016-10-07 19:21:11.739376"], ["updated_at", "2016-10-07 19:21:11.739376"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 210], ["created_at", "2016-10-07 19:21:11.740158"], ["updated_at", "2016-10-07 19:21:11.740158"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 210], ["created_at", "2016-10-07 19:21:11.740972"], ["updated_at", "2016-10-07 19:21:11.740972"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 210], ["created_at", "2016-10-07 19:21:11.741812"], ["updated_at", "2016-10-07 19:21:11.741812"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 211], ["created_at", "2016-10-07 19:21:11.742685"], ["updated_at", "2016-10-07 19:21:11.742685"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 211], ["created_at", "2016-10-07 19:21:11.743501"], ["updated_at", "2016-10-07 19:21:11.743501"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 211], ["created_at", "2016-10-07 19:21:11.744315"], ["updated_at", "2016-10-07 19:21:11.744315"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 211], ["created_at", "2016-10-07 19:21:11.745096"], ["updated_at", "2016-10-07 19:21:11.745096"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 211], ["created_at", "2016-10-07 19:21:11.745895"], ["updated_at", "2016-10-07 19:21:11.745895"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 211], ["created_at", "2016-10-07 19:21:11.746720"], ["updated_at", "2016-10-07 19:21:11.746720"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 212], ["created_at", "2016-10-07 19:21:11.747531"], ["updated_at", "2016-10-07 19:21:11.747531"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 212], ["created_at", "2016-10-07 19:21:11.748316"], ["updated_at", "2016-10-07 19:21:11.748316"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 212], ["created_at", "2016-10-07 19:21:11.749121"], ["updated_at", "2016-10-07 19:21:11.749121"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 212], ["created_at", "2016-10-07 19:21:11.750025"], ["updated_at", "2016-10-07 19:21:11.750025"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 212], ["created_at", "2016-10-07 19:21:11.750866"], ["updated_at", "2016-10-07 19:21:11.750866"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 212], ["created_at", "2016-10-07 19:21:11.751651"], ["updated_at", "2016-10-07 19:21:11.751651"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 213], ["created_at", "2016-10-07 19:21:11.752663"], ["updated_at", "2016-10-07 19:21:11.752663"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 213], ["created_at", "2016-10-07 19:21:11.753609"], ["updated_at", "2016-10-07 19:21:11.753609"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 213], ["created_at", "2016-10-07 19:21:11.754556"], ["updated_at", "2016-10-07 19:21:11.754556"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 213], ["created_at", "2016-10-07 19:21:11.755433"], ["updated_at", "2016-10-07 19:21:11.755433"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 213], ["created_at", "2016-10-07 19:21:11.756286"], ["updated_at", "2016-10-07 19:21:11.756286"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 213], ["created_at", "2016-10-07 19:21:11.757079"], ["updated_at", "2016-10-07 19:21:11.757079"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 214], ["created_at", "2016-10-07 19:21:11.757886"], ["updated_at", "2016-10-07 19:21:11.757886"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 214], ["created_at", "2016-10-07 19:21:11.758729"], ["updated_at", "2016-10-07 19:21:11.758729"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 214], ["created_at", "2016-10-07 19:21:11.759551"], ["updated_at", "2016-10-07 19:21:11.759551"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 214], ["created_at", "2016-10-07 19:21:11.760336"], ["updated_at", "2016-10-07 19:21:11.760336"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 214], ["created_at", "2016-10-07 19:21:11.761134"], ["updated_at", "2016-10-07 19:21:11.761134"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 214], ["created_at", "2016-10-07 19:21:11.761919"], ["updated_at", "2016-10-07 19:21:11.761919"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 215], ["created_at", "2016-10-07 19:21:11.762775"], ["updated_at", "2016-10-07 19:21:11.762775"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 215], ["created_at", "2016-10-07 19:21:11.763565"], ["updated_at", "2016-10-07 19:21:11.763565"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 215], ["created_at", "2016-10-07 19:21:11.764374"], ["updated_at", "2016-10-07 19:21:11.764374"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 215], ["created_at", "2016-10-07 19:21:11.765142"], ["updated_at", "2016-10-07 19:21:11.765142"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 215], ["created_at", "2016-10-07 19:21:11.765974"], ["updated_at", "2016-10-07 19:21:11.765974"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 215], ["created_at", "2016-10-07 19:21:11.766791"], ["updated_at", "2016-10-07 19:21:11.766791"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 216], ["created_at", "2016-10-07 19:21:11.767610"], ["updated_at", "2016-10-07 19:21:11.767610"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 216], ["created_at", "2016-10-07 19:21:11.768388"], ["updated_at", "2016-10-07 19:21:11.768388"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 216], ["created_at", "2016-10-07 19:21:11.769192"], ["updated_at", "2016-10-07 19:21:11.769192"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 216], ["created_at", "2016-10-07 19:21:11.769984"], ["updated_at", "2016-10-07 19:21:11.769984"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 216], ["created_at", "2016-10-07 19:21:11.770823"], ["updated_at", "2016-10-07 19:21:11.770823"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 217], ["created_at", "2016-10-07 19:21:11.771626"], ["updated_at", "2016-10-07 19:21:11.771626"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 217], ["created_at", "2016-10-07 19:21:11.772440"], ["updated_at", "2016-10-07 19:21:11.772440"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 217], ["created_at", "2016-10-07 19:21:11.773229"], ["updated_at", "2016-10-07 19:21:11.773229"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 217], ["created_at", "2016-10-07 19:21:11.774034"], ["updated_at", "2016-10-07 19:21:11.774034"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 217], ["created_at", "2016-10-07 19:21:11.774882"], ["updated_at", "2016-10-07 19:21:11.774882"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 217], ["created_at", "2016-10-07 19:21:11.775698"], ["updated_at", "2016-10-07 19:21:11.775698"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 218], ["created_at", "2016-10-07 19:21:11.776474"], ["updated_at", "2016-10-07 19:21:11.776474"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 218], ["created_at", "2016-10-07 19:21:11.777277"], ["updated_at", "2016-10-07 19:21:11.777277"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 218], ["created_at", "2016-10-07 19:21:11.778047"], ["updated_at", "2016-10-07 19:21:11.778047"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 218], ["created_at", "2016-10-07 19:21:11.778886"], ["updated_at", "2016-10-07 19:21:11.778886"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 218], ["created_at", "2016-10-07 19:21:11.779712"], ["updated_at", "2016-10-07 19:21:11.779712"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 218], ["created_at", "2016-10-07 19:21:11.780527"], ["updated_at", "2016-10-07 19:21:11.780527"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 219], ["created_at", "2016-10-07 19:21:11.781303"], ["updated_at", "2016-10-07 19:21:11.781303"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 219], ["created_at", "2016-10-07 19:21:11.782157"], ["updated_at", "2016-10-07 19:21:11.782157"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 219], ["created_at", "2016-10-07 19:21:11.783023"], ["updated_at", "2016-10-07 19:21:11.783023"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 219], ["created_at", "2016-10-07 19:21:11.783884"], ["updated_at", "2016-10-07 19:21:11.783884"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 219], ["created_at", "2016-10-07 19:21:11.784711"], ["updated_at", "2016-10-07 19:21:11.784711"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 219], ["created_at", "2016-10-07 19:21:11.785512"], ["updated_at", "2016-10-07 19:21:11.785512"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 220], ["created_at", "2016-10-07 19:21:11.786309"], ["updated_at", "2016-10-07 19:21:11.786309"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 220], ["created_at", "2016-10-07 19:21:11.787196"], ["updated_at", "2016-10-07 19:21:11.787196"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 220], ["created_at", "2016-10-07 19:21:11.788017"], ["updated_at", "2016-10-07 19:21:11.788017"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 220], ["created_at", "2016-10-07 19:21:11.788842"], ["updated_at", "2016-10-07 19:21:11.788842"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 220], ["created_at", "2016-10-07 19:21:11.789611"], ["updated_at", "2016-10-07 19:21:11.789611"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 220], ["created_at", "2016-10-07 19:21:11.790408"], ["updated_at", "2016-10-07 19:21:11.790408"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 221], ["created_at", "2016-10-07 19:21:11.791233"], ["updated_at", "2016-10-07 19:21:11.791233"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 221], ["created_at", "2016-10-07 19:21:11.792006"], ["updated_at", "2016-10-07 19:21:11.792006"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 221], ["created_at", "2016-10-07 19:21:11.792815"], ["updated_at", "2016-10-07 19:21:11.792815"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 221], ["created_at", "2016-10-07 19:21:11.793623"], ["updated_at", "2016-10-07 19:21:11.793623"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 221], ["created_at", "2016-10-07 19:21:11.794393"], ["updated_at", "2016-10-07 19:21:11.794393"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 221], ["created_at", "2016-10-07 19:21:11.795236"], ["updated_at", "2016-10-07 19:21:11.795236"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 222], ["created_at", "2016-10-07 19:21:11.796080"], ["updated_at", "2016-10-07 19:21:11.796080"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 222], ["created_at", "2016-10-07 19:21:11.796882"], ["updated_at", "2016-10-07 19:21:11.796882"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 222], ["created_at", "2016-10-07 19:21:11.797685"], ["updated_at", "2016-10-07 19:21:11.797685"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 222], ["created_at", "2016-10-07 19:21:11.798464"], ["updated_at", "2016-10-07 19:21:11.798464"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 222], ["created_at", "2016-10-07 19:21:11.799304"], ["updated_at", "2016-10-07 19:21:11.799304"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 222], ["created_at", "2016-10-07 19:21:11.800107"], ["updated_at", "2016-10-07 19:21:11.800107"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 223], ["created_at", "2016-10-07 19:21:11.800911"], ["updated_at", "2016-10-07 19:21:11.800911"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 223], ["created_at", "2016-10-07 19:21:11.801719"], ["updated_at", "2016-10-07 19:21:11.801719"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 223], ["created_at", "2016-10-07 19:21:11.802498"], ["updated_at", "2016-10-07 19:21:11.802498"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 223], ["created_at", "2016-10-07 19:21:11.803356"], ["updated_at", "2016-10-07 19:21:11.803356"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 223], ["created_at", "2016-10-07 19:21:11.804171"], ["updated_at", "2016-10-07 19:21:11.804171"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 223], ["created_at", "2016-10-07 19:21:11.805046"], ["updated_at", "2016-10-07 19:21:11.805046"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 224], ["created_at", "2016-10-07 19:21:11.805883"], ["updated_at", "2016-10-07 19:21:11.805883"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 224], ["created_at", "2016-10-07 19:21:11.806695"], ["updated_at", "2016-10-07 19:21:11.806695"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 224], ["created_at", "2016-10-07 19:21:11.807509"], ["updated_at", "2016-10-07 19:21:11.807509"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 224], ["created_at", "2016-10-07 19:21:11.808314"], ["updated_at", "2016-10-07 19:21:11.808314"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 224], ["created_at", "2016-10-07 19:21:11.809116"], ["updated_at", "2016-10-07 19:21:11.809116"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 224], ["created_at", "2016-10-07 19:21:11.809942"], ["updated_at", "2016-10-07 19:21:11.809942"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 225], ["created_at", "2016-10-07 19:21:11.810761"], ["updated_at", "2016-10-07 19:21:11.810761"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 225], ["created_at", "2016-10-07 19:21:11.811587"], ["updated_at", "2016-10-07 19:21:11.811587"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 225], ["created_at", "2016-10-07 19:21:11.812372"], ["updated_at", "2016-10-07 19:21:11.812372"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 225], ["created_at", "2016-10-07 19:21:11.813168"], ["updated_at", "2016-10-07 19:21:11.813168"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 225], ["created_at", "2016-10-07 19:21:11.813997"], ["updated_at", "2016-10-07 19:21:11.813997"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 225], ["created_at", "2016-10-07 19:21:11.814799"], ["updated_at", "2016-10-07 19:21:11.814799"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 226], ["created_at", "2016-10-07 19:21:11.815622"], ["updated_at", "2016-10-07 19:21:11.815622"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 226], ["created_at", "2016-10-07 19:21:11.816438"], ["updated_at", "2016-10-07 19:21:11.816438"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 226], ["created_at", "2016-10-07 19:21:11.817214"], ["updated_at", "2016-10-07 19:21:11.817214"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 226], ["created_at", "2016-10-07 19:21:11.818026"], ["updated_at", "2016-10-07 19:21:11.818026"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 226], ["created_at", "2016-10-07 19:21:11.818840"], ["updated_at", "2016-10-07 19:21:11.818840"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 226], ["created_at", "2016-10-07 19:21:11.819691"], ["updated_at", "2016-10-07 19:21:11.819691"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 227], ["created_at", "2016-10-07 19:21:11.820538"], ["updated_at", "2016-10-07 19:21:11.820538"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 227], ["created_at", "2016-10-07 19:21:11.821340"], ["updated_at", "2016-10-07 19:21:11.821340"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 227], ["created_at", "2016-10-07 19:21:11.822155"], ["updated_at", "2016-10-07 19:21:11.822155"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 227], ["created_at", "2016-10-07 19:21:11.822998"], ["updated_at", "2016-10-07 19:21:11.822998"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 227], ["created_at", "2016-10-07 19:21:11.823827"], ["updated_at", "2016-10-07 19:21:11.823827"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 227], ["created_at", "2016-10-07 19:21:11.824639"], ["updated_at", "2016-10-07 19:21:11.824639"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 228], ["created_at", "2016-10-07 19:21:11.825435"], ["updated_at", "2016-10-07 19:21:11.825435"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 228], ["created_at", "2016-10-07 19:21:11.826248"], ["updated_at", "2016-10-07 19:21:11.826248"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 228], ["created_at", "2016-10-07 19:21:11.827070"], ["updated_at", "2016-10-07 19:21:11.827070"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 228], ["created_at", "2016-10-07 19:21:11.827851"], ["updated_at", "2016-10-07 19:21:11.827851"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 228], ["created_at", "2016-10-07 19:21:11.828663"], ["updated_at", "2016-10-07 19:21:11.828663"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 228], ["created_at", "2016-10-07 19:21:11.829485"], ["updated_at", "2016-10-07 19:21:11.829485"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 229], ["created_at", "2016-10-07 19:21:11.830306"], ["updated_at", "2016-10-07 19:21:11.830306"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 229], ["created_at", "2016-10-07 19:21:11.831153"], ["updated_at", "2016-10-07 19:21:11.831153"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 229], ["created_at", "2016-10-07 19:21:11.831936"], ["updated_at", "2016-10-07 19:21:11.831936"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 229], ["created_at", "2016-10-07 19:21:11.832770"], ["updated_at", "2016-10-07 19:21:11.832770"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 229], ["created_at", "2016-10-07 19:21:11.833566"], ["updated_at", "2016-10-07 19:21:11.833566"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 230], ["created_at", "2016-10-07 19:21:11.834370"], ["updated_at", "2016-10-07 19:21:11.834370"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 230], ["created_at", "2016-10-07 19:21:11.835191"], ["updated_at", "2016-10-07 19:21:11.835191"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 230], ["created_at", "2016-10-07 19:21:11.836019"], ["updated_at", "2016-10-07 19:21:11.836019"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 230], ["created_at", "2016-10-07 19:21:11.836828"], ["updated_at", "2016-10-07 19:21:11.836828"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 230], ["created_at", "2016-10-07 19:21:11.837625"], ["updated_at", "2016-10-07 19:21:11.837625"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 230], ["created_at", "2016-10-07 19:21:11.838466"], ["updated_at", "2016-10-07 19:21:11.838466"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 231], ["created_at", "2016-10-07 19:21:11.839261"], ["updated_at", "2016-10-07 19:21:11.839261"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 231], ["created_at", "2016-10-07 19:21:11.840103"], ["updated_at", "2016-10-07 19:21:11.840103"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 231], ["created_at", "2016-10-07 19:21:11.840886"], ["updated_at", "2016-10-07 19:21:11.840886"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 231], ["created_at", "2016-10-07 19:21:11.841695"], ["updated_at", "2016-10-07 19:21:11.841695"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 231], ["created_at", "2016-10-07 19:21:11.842545"], ["updated_at", "2016-10-07 19:21:11.842545"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 231], ["created_at", "2016-10-07 19:21:11.843398"], ["updated_at", "2016-10-07 19:21:11.843398"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 232], ["created_at", "2016-10-07 19:21:11.844237"], ["updated_at", "2016-10-07 19:21:11.844237"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 232], ["created_at", "2016-10-07 19:21:11.845052"], ["updated_at", "2016-10-07 19:21:11.845052"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 232], ["created_at", "2016-10-07 19:21:11.845857"], ["updated_at", "2016-10-07 19:21:11.845857"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 232], ["created_at", "2016-10-07 19:21:11.846710"], ["updated_at", "2016-10-07 19:21:11.846710"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 232], ["created_at", "2016-10-07 19:21:11.847485"], ["updated_at", "2016-10-07 19:21:11.847485"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 233], ["created_at", "2016-10-07 19:21:11.848320"], ["updated_at", "2016-10-07 19:21:11.848320"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 233], ["created_at", "2016-10-07 19:21:11.849107"], ["updated_at", "2016-10-07 19:21:11.849107"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 233], ["created_at", "2016-10-07 19:21:11.849937"], ["updated_at", "2016-10-07 19:21:11.849937"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 233], ["created_at", "2016-10-07 19:21:11.850746"], ["updated_at", "2016-10-07 19:21:11.850746"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 233], ["created_at", "2016-10-07 19:21:11.851563"], ["updated_at", "2016-10-07 19:21:11.851563"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 233], ["created_at", "2016-10-07 19:21:11.852417"], ["updated_at", "2016-10-07 19:21:11.852417"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 234], ["created_at", "2016-10-07 19:21:11.853495"], ["updated_at", "2016-10-07 19:21:11.853495"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 234], ["created_at", "2016-10-07 19:21:11.854483"], ["updated_at", "2016-10-07 19:21:11.854483"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 234], ["created_at", "2016-10-07 19:21:11.855355"], ["updated_at", "2016-10-07 19:21:11.855355"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 234], ["created_at", "2016-10-07 19:21:11.856167"], ["updated_at", "2016-10-07 19:21:11.856167"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 234], ["created_at", "2016-10-07 19:21:11.857018"], ["updated_at", "2016-10-07 19:21:11.857018"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 234], ["created_at", "2016-10-07 19:21:11.857833"], ["updated_at", "2016-10-07 19:21:11.857833"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 235], ["created_at", "2016-10-07 19:21:11.858699"], ["updated_at", "2016-10-07 19:21:11.858699"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 235], ["created_at", "2016-10-07 19:21:11.859496"], ["updated_at", "2016-10-07 19:21:11.859496"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 235], ["created_at", "2016-10-07 19:21:11.860328"], ["updated_at", "2016-10-07 19:21:11.860328"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 235], ["created_at", "2016-10-07 19:21:11.861130"], ["updated_at", "2016-10-07 19:21:11.861130"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 235], ["created_at", "2016-10-07 19:21:11.861959"], ["updated_at", "2016-10-07 19:21:11.861959"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 236], ["created_at", "2016-10-07 19:21:11.862795"], ["updated_at", "2016-10-07 19:21:11.862795"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 236], ["created_at", "2016-10-07 19:21:11.863609"], ["updated_at", "2016-10-07 19:21:11.863609"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 236], ["created_at", "2016-10-07 19:21:11.864420"], ["updated_at", "2016-10-07 19:21:11.864420"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 236], ["created_at", "2016-10-07 19:21:11.865256"], ["updated_at", "2016-10-07 19:21:11.865256"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 236], ["created_at", "2016-10-07 19:21:11.866110"], ["updated_at", "2016-10-07 19:21:11.866110"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 236], ["created_at", "2016-10-07 19:21:11.866977"], ["updated_at", "2016-10-07 19:21:11.866977"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 237], ["created_at", "2016-10-07 19:21:11.867828"], ["updated_at", "2016-10-07 19:21:11.867828"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 237], ["created_at", "2016-10-07 19:21:11.868636"], ["updated_at", "2016-10-07 19:21:11.868636"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 237], ["created_at", "2016-10-07 19:21:11.869441"], ["updated_at", "2016-10-07 19:21:11.869441"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 237], ["created_at", "2016-10-07 19:21:11.870254"], ["updated_at", "2016-10-07 19:21:11.870254"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 237], ["created_at", "2016-10-07 19:21:11.871177"], ["updated_at", "2016-10-07 19:21:11.871177"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 237], ["created_at", "2016-10-07 19:21:11.871980"], ["updated_at", "2016-10-07 19:21:11.871980"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 238], ["created_at", "2016-10-07 19:21:11.872790"], ["updated_at", "2016-10-07 19:21:11.872790"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 238], ["created_at", "2016-10-07 19:21:11.873635"], ["updated_at", "2016-10-07 19:21:11.873635"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 238], ["created_at", "2016-10-07 19:21:11.874477"], ["updated_at", "2016-10-07 19:21:11.874477"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 238], ["created_at", "2016-10-07 19:21:11.875299"], ["updated_at", "2016-10-07 19:21:11.875299"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 238], ["created_at", "2016-10-07 19:21:11.876127"], ["updated_at", "2016-10-07 19:21:11.876127"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 238], ["created_at", "2016-10-07 19:21:11.877096"], ["updated_at", "2016-10-07 19:21:11.877096"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 239], ["created_at", "2016-10-07 19:21:11.878487"], ["updated_at", "2016-10-07 19:21:11.878487"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 239], ["created_at", "2016-10-07 19:21:11.879879"], ["updated_at", "2016-10-07 19:21:11.879879"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 239], ["created_at", "2016-10-07 19:21:11.881167"], ["updated_at", "2016-10-07 19:21:11.881167"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 239], ["created_at", "2016-10-07 19:21:11.882498"], ["updated_at", "2016-10-07 19:21:11.882498"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 239], ["created_at", "2016-10-07 19:21:11.885240"], ["updated_at", "2016-10-07 19:21:11.885240"]] SQL (0.5ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 240], ["created_at", "2016-10-07 19:21:11.886562"], ["updated_at", "2016-10-07 19:21:11.886562"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 240], ["created_at", "2016-10-07 19:21:11.889347"], ["updated_at", "2016-10-07 19:21:11.889347"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 240], ["created_at", "2016-10-07 19:21:11.891142"], ["updated_at", "2016-10-07 19:21:11.891142"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 240], ["created_at", "2016-10-07 19:21:11.892054"], ["updated_at", "2016-10-07 19:21:11.892054"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 240], ["created_at", "2016-10-07 19:21:11.892918"], ["updated_at", "2016-10-07 19:21:11.892918"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 241], ["created_at", "2016-10-07 19:21:11.893746"], ["updated_at", "2016-10-07 19:21:11.893746"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 241], ["created_at", "2016-10-07 19:21:11.894605"], ["updated_at", "2016-10-07 19:21:11.894605"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 241], ["created_at", "2016-10-07 19:21:11.895439"], ["updated_at", "2016-10-07 19:21:11.895439"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 241], ["created_at", "2016-10-07 19:21:11.896269"], ["updated_at", "2016-10-07 19:21:11.896269"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 241], ["created_at", "2016-10-07 19:21:11.897082"], ["updated_at", "2016-10-07 19:21:11.897082"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 241], ["created_at", "2016-10-07 19:21:11.897908"], ["updated_at", "2016-10-07 19:21:11.897908"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 242], ["created_at", "2016-10-07 19:21:11.898743"], ["updated_at", "2016-10-07 19:21:11.898743"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 242], ["created_at", "2016-10-07 19:21:11.899650"], ["updated_at", "2016-10-07 19:21:11.899650"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 242], ["created_at", "2016-10-07 19:21:11.900562"], ["updated_at", "2016-10-07 19:21:11.900562"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 242], ["created_at", "2016-10-07 19:21:11.901491"], ["updated_at", "2016-10-07 19:21:11.901491"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 242], ["created_at", "2016-10-07 19:21:11.902316"], ["updated_at", "2016-10-07 19:21:11.902316"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 243], ["created_at", "2016-10-07 19:21:11.903154"], ["updated_at", "2016-10-07 19:21:11.903154"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 243], ["created_at", "2016-10-07 19:21:11.903981"], ["updated_at", "2016-10-07 19:21:11.903981"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 243], ["created_at", "2016-10-07 19:21:11.904770"], ["updated_at", "2016-10-07 19:21:11.904770"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 243], ["created_at", "2016-10-07 19:21:11.905631"], ["updated_at", "2016-10-07 19:21:11.905631"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 243], ["created_at", "2016-10-07 19:21:11.906457"], ["updated_at", "2016-10-07 19:21:11.906457"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 244], ["created_at", "2016-10-07 19:21:11.907302"], ["updated_at", "2016-10-07 19:21:11.907302"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 244], ["created_at", "2016-10-07 19:21:11.908152"], ["updated_at", "2016-10-07 19:21:11.908152"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 244], ["created_at", "2016-10-07 19:21:11.908939"], ["updated_at", "2016-10-07 19:21:11.908939"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 244], ["created_at", "2016-10-07 19:21:11.909775"], ["updated_at", "2016-10-07 19:21:11.909775"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 244], ["created_at", "2016-10-07 19:21:11.910608"], ["updated_at", "2016-10-07 19:21:11.910608"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 245], ["created_at", "2016-10-07 19:21:11.911442"], ["updated_at", "2016-10-07 19:21:11.911442"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 245], ["created_at", "2016-10-07 19:21:11.912260"], ["updated_at", "2016-10-07 19:21:11.912260"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 245], ["created_at", "2016-10-07 19:21:11.913081"], ["updated_at", "2016-10-07 19:21:11.913081"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 245], ["created_at", "2016-10-07 19:21:11.913907"], ["updated_at", "2016-10-07 19:21:11.913907"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 245], ["created_at", "2016-10-07 19:21:11.914762"], ["updated_at", "2016-10-07 19:21:11.914762"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 245], ["created_at", "2016-10-07 19:21:11.915601"], ["updated_at", "2016-10-07 19:21:11.915601"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 246], ["created_at", "2016-10-07 19:21:11.916441"], ["updated_at", "2016-10-07 19:21:11.916441"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 246], ["created_at", "2016-10-07 19:21:11.917254"], ["updated_at", "2016-10-07 19:21:11.917254"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 246], ["created_at", "2016-10-07 19:21:11.918093"], ["updated_at", "2016-10-07 19:21:11.918093"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 246], ["created_at", "2016-10-07 19:21:11.919078"], ["updated_at", "2016-10-07 19:21:11.919078"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 246], ["created_at", "2016-10-07 19:21:11.919926"], ["updated_at", "2016-10-07 19:21:11.919926"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 246], ["created_at", "2016-10-07 19:21:11.920750"], ["updated_at", "2016-10-07 19:21:11.920750"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 247], ["created_at", "2016-10-07 19:21:11.921648"], ["updated_at", "2016-10-07 19:21:11.921648"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 247], ["created_at", "2016-10-07 19:21:11.922530"], ["updated_at", "2016-10-07 19:21:11.922530"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 247], ["created_at", "2016-10-07 19:21:11.923353"], ["updated_at", "2016-10-07 19:21:11.923353"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 247], ["created_at", "2016-10-07 19:21:11.924186"], ["updated_at", "2016-10-07 19:21:11.924186"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 247], ["created_at", "2016-10-07 19:21:11.925012"], ["updated_at", "2016-10-07 19:21:11.925012"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 247], ["created_at", "2016-10-07 19:21:11.925816"], ["updated_at", "2016-10-07 19:21:11.925816"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 248], ["created_at", "2016-10-07 19:21:11.926687"], ["updated_at", "2016-10-07 19:21:11.926687"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 248], ["created_at", "2016-10-07 19:21:11.927500"], ["updated_at", "2016-10-07 19:21:11.927500"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 248], ["created_at", "2016-10-07 19:21:11.928347"], ["updated_at", "2016-10-07 19:21:11.928347"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 248], ["created_at", "2016-10-07 19:21:11.929170"], ["updated_at", "2016-10-07 19:21:11.929170"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 248], ["created_at", "2016-10-07 19:21:11.929966"], ["updated_at", "2016-10-07 19:21:11.929966"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 248], ["created_at", "2016-10-07 19:21:11.930786"], ["updated_at", "2016-10-07 19:21:11.930786"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 249], ["created_at", "2016-10-07 19:21:11.931643"], ["updated_at", "2016-10-07 19:21:11.931643"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 249], ["created_at", "2016-10-07 19:21:11.932450"], ["updated_at", "2016-10-07 19:21:11.932450"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 249], ["created_at", "2016-10-07 19:21:11.933275"], ["updated_at", "2016-10-07 19:21:11.933275"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 249], ["created_at", "2016-10-07 19:21:11.934069"], ["updated_at", "2016-10-07 19:21:11.934069"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 249], ["created_at", "2016-10-07 19:21:11.934896"], ["updated_at", "2016-10-07 19:21:11.934896"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 249], ["created_at", "2016-10-07 19:21:11.935685"], ["updated_at", "2016-10-07 19:21:11.935685"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 250], ["created_at", "2016-10-07 19:21:11.936552"], ["updated_at", "2016-10-07 19:21:11.936552"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 250], ["created_at", "2016-10-07 19:21:11.937437"], ["updated_at", "2016-10-07 19:21:11.937437"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 250], ["created_at", "2016-10-07 19:21:11.938277"], ["updated_at", "2016-10-07 19:21:11.938277"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 250], ["created_at", "2016-10-07 19:21:11.939140"], ["updated_at", "2016-10-07 19:21:11.939140"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 251], ["created_at", "2016-10-07 19:21:11.939970"], ["updated_at", "2016-10-07 19:21:11.939970"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 251], ["created_at", "2016-10-07 19:21:11.940819"], ["updated_at", "2016-10-07 19:21:11.940819"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 251], ["created_at", "2016-10-07 19:21:11.941629"], ["updated_at", "2016-10-07 19:21:11.941629"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 251], ["created_at", "2016-10-07 19:21:11.942436"], ["updated_at", "2016-10-07 19:21:11.942436"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 251], ["created_at", "2016-10-07 19:21:11.943306"], ["updated_at", "2016-10-07 19:21:11.943306"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 251], ["created_at", "2016-10-07 19:21:11.944195"], ["updated_at", "2016-10-07 19:21:11.944195"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 252], ["created_at", "2016-10-07 19:21:11.945026"], ["updated_at", "2016-10-07 19:21:11.945026"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 252], ["created_at", "2016-10-07 19:21:11.945865"], ["updated_at", "2016-10-07 19:21:11.945865"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 252], ["created_at", "2016-10-07 19:21:11.946706"], ["updated_at", "2016-10-07 19:21:11.946706"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 252], ["created_at", "2016-10-07 19:21:11.947530"], ["updated_at", "2016-10-07 19:21:11.947530"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 252], ["created_at", "2016-10-07 19:21:11.948347"], ["updated_at", "2016-10-07 19:21:11.948347"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 252], ["created_at", "2016-10-07 19:21:11.949196"], ["updated_at", "2016-10-07 19:21:11.949196"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 253], ["created_at", "2016-10-07 19:21:11.950021"], ["updated_at", "2016-10-07 19:21:11.950021"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 253], ["created_at", "2016-10-07 19:21:11.950855"], ["updated_at", "2016-10-07 19:21:11.950855"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 253], ["created_at", "2016-10-07 19:21:11.951678"], ["updated_at", "2016-10-07 19:21:11.951678"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 253], ["created_at", "2016-10-07 19:21:11.952500"], ["updated_at", "2016-10-07 19:21:11.952500"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 253], ["created_at", "2016-10-07 19:21:11.953356"], ["updated_at", "2016-10-07 19:21:11.953356"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 253], ["created_at", "2016-10-07 19:21:11.954442"], ["updated_at", "2016-10-07 19:21:11.954442"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 254], ["created_at", "2016-10-07 19:21:11.955450"], ["updated_at", "2016-10-07 19:21:11.955450"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 254], ["created_at", "2016-10-07 19:21:11.956381"], ["updated_at", "2016-10-07 19:21:11.956381"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 254], ["created_at", "2016-10-07 19:21:11.957299"], ["updated_at", "2016-10-07 19:21:11.957299"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 254], ["created_at", "2016-10-07 19:21:11.958183"], ["updated_at", "2016-10-07 19:21:11.958183"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 254], ["created_at", "2016-10-07 19:21:11.959092"], ["updated_at", "2016-10-07 19:21:11.959092"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 255], ["created_at", "2016-10-07 19:21:11.960017"], ["updated_at", "2016-10-07 19:21:11.960017"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 255], ["created_at", "2016-10-07 19:21:11.960879"], ["updated_at", "2016-10-07 19:21:11.960879"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 255], ["created_at", "2016-10-07 19:21:11.961741"], ["updated_at", "2016-10-07 19:21:11.961741"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 255], ["created_at", "2016-10-07 19:21:11.962662"], ["updated_at", "2016-10-07 19:21:11.962662"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 255], ["created_at", "2016-10-07 19:21:11.963567"], ["updated_at", "2016-10-07 19:21:11.963567"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 256], ["created_at", "2016-10-07 19:21:11.964414"], ["updated_at", "2016-10-07 19:21:11.964414"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 256], ["created_at", "2016-10-07 19:21:11.965292"], ["updated_at", "2016-10-07 19:21:11.965292"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 256], ["created_at", "2016-10-07 19:21:11.966171"], ["updated_at", "2016-10-07 19:21:11.966171"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 256], ["created_at", "2016-10-07 19:21:11.967125"], ["updated_at", "2016-10-07 19:21:11.967125"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 256], ["created_at", "2016-10-07 19:21:11.968065"], ["updated_at", "2016-10-07 19:21:11.968065"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 256], ["created_at", "2016-10-07 19:21:11.969047"], ["updated_at", "2016-10-07 19:21:11.969047"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 257], ["created_at", "2016-10-07 19:21:11.970023"], ["updated_at", "2016-10-07 19:21:11.970023"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 257], ["created_at", "2016-10-07 19:21:11.970997"], ["updated_at", "2016-10-07 19:21:11.970997"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 257], ["created_at", "2016-10-07 19:21:11.971975"], ["updated_at", "2016-10-07 19:21:11.971975"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 257], ["created_at", "2016-10-07 19:21:11.972900"], ["updated_at", "2016-10-07 19:21:11.972900"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 257], ["created_at", "2016-10-07 19:21:11.973853"], ["updated_at", "2016-10-07 19:21:11.973853"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 257], ["created_at", "2016-10-07 19:21:11.974822"], ["updated_at", "2016-10-07 19:21:11.974822"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 258], ["created_at", "2016-10-07 19:21:11.975711"], ["updated_at", "2016-10-07 19:21:11.975711"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 258], ["created_at", "2016-10-07 19:21:11.976642"], ["updated_at", "2016-10-07 19:21:11.976642"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 258], ["created_at", "2016-10-07 19:21:11.977576"], ["updated_at", "2016-10-07 19:21:11.977576"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 258], ["created_at", "2016-10-07 19:21:11.978554"], ["updated_at", "2016-10-07 19:21:11.978554"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 258], ["created_at", "2016-10-07 19:21:11.979502"], ["updated_at", "2016-10-07 19:21:11.979502"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 258], ["created_at", "2016-10-07 19:21:11.980454"], ["updated_at", "2016-10-07 19:21:11.980454"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 259], ["created_at", "2016-10-07 19:21:11.981416"], ["updated_at", "2016-10-07 19:21:11.981416"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 259], ["created_at", "2016-10-07 19:21:11.982374"], ["updated_at", "2016-10-07 19:21:11.982374"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 259], ["created_at", "2016-10-07 19:21:11.983380"], ["updated_at", "2016-10-07 19:21:11.983380"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 259], ["created_at", "2016-10-07 19:21:11.984339"], ["updated_at", "2016-10-07 19:21:11.984339"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 259], ["created_at", "2016-10-07 19:21:11.985403"], ["updated_at", "2016-10-07 19:21:11.985403"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 259], ["created_at", "2016-10-07 19:21:11.986351"], ["updated_at", "2016-10-07 19:21:11.986351"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 260], ["created_at", "2016-10-07 19:21:11.987319"], ["updated_at", "2016-10-07 19:21:11.987319"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 260], ["created_at", "2016-10-07 19:21:11.988283"], ["updated_at", "2016-10-07 19:21:11.988283"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 260], ["created_at", "2016-10-07 19:21:11.989226"], ["updated_at", "2016-10-07 19:21:11.989226"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 260], ["created_at", "2016-10-07 19:21:11.990154"], ["updated_at", "2016-10-07 19:21:11.990154"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 260], ["created_at", "2016-10-07 19:21:11.991123"], ["updated_at", "2016-10-07 19:21:11.991123"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 261], ["created_at", "2016-10-07 19:21:11.992101"], ["updated_at", "2016-10-07 19:21:11.992101"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 261], ["created_at", "2016-10-07 19:21:11.993059"], ["updated_at", "2016-10-07 19:21:11.993059"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 261], ["created_at", "2016-10-07 19:21:11.994076"], ["updated_at", "2016-10-07 19:21:11.994076"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 261], ["created_at", "2016-10-07 19:21:11.995054"], ["updated_at", "2016-10-07 19:21:11.995054"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 261], ["created_at", "2016-10-07 19:21:11.996023"], ["updated_at", "2016-10-07 19:21:11.996023"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 261], ["created_at", "2016-10-07 19:21:11.996996"], ["updated_at", "2016-10-07 19:21:11.996996"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 262], ["created_at", "2016-10-07 19:21:11.997963"], ["updated_at", "2016-10-07 19:21:11.997963"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 262], ["created_at", "2016-10-07 19:21:11.998925"], ["updated_at", "2016-10-07 19:21:11.998925"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 262], ["created_at", "2016-10-07 19:21:11.999970"], ["updated_at", "2016-10-07 19:21:11.999970"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 262], ["created_at", "2016-10-07 19:21:12.000932"], ["updated_at", "2016-10-07 19:21:12.000932"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 262], ["created_at", "2016-10-07 19:21:12.001887"], ["updated_at", "2016-10-07 19:21:12.001887"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 262], ["created_at", "2016-10-07 19:21:12.002895"], ["updated_at", "2016-10-07 19:21:12.002895"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 263], ["created_at", "2016-10-07 19:21:12.003877"], ["updated_at", "2016-10-07 19:21:12.003877"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 263], ["created_at", "2016-10-07 19:21:12.004872"], ["updated_at", "2016-10-07 19:21:12.004872"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 263], ["created_at", "2016-10-07 19:21:12.005876"], ["updated_at", "2016-10-07 19:21:12.005876"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 263], ["created_at", "2016-10-07 19:21:12.006868"], ["updated_at", "2016-10-07 19:21:12.006868"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 263], ["created_at", "2016-10-07 19:21:12.007909"], ["updated_at", "2016-10-07 19:21:12.007909"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 263], ["created_at", "2016-10-07 19:21:12.008880"], ["updated_at", "2016-10-07 19:21:12.008880"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 264], ["created_at", "2016-10-07 19:21:12.009868"], ["updated_at", "2016-10-07 19:21:12.009868"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 264], ["created_at", "2016-10-07 19:21:12.010884"], ["updated_at", "2016-10-07 19:21:12.010884"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 264], ["created_at", "2016-10-07 19:21:12.011807"], ["updated_at", "2016-10-07 19:21:12.011807"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 264], ["created_at", "2016-10-07 19:21:12.012742"], ["updated_at", "2016-10-07 19:21:12.012742"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 264], ["created_at", "2016-10-07 19:21:12.018486"], ["updated_at", "2016-10-07 19:21:12.018486"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 264], ["created_at", "2016-10-07 19:21:12.019467"], ["updated_at", "2016-10-07 19:21:12.019467"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 265], ["created_at", "2016-10-07 19:21:12.020330"], ["updated_at", "2016-10-07 19:21:12.020330"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 265], ["created_at", "2016-10-07 19:21:12.021199"], ["updated_at", "2016-10-07 19:21:12.021199"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 265], ["created_at", "2016-10-07 19:21:12.022088"], ["updated_at", "2016-10-07 19:21:12.022088"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 265], ["created_at", "2016-10-07 19:21:12.022968"], ["updated_at", "2016-10-07 19:21:12.022968"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 265], ["created_at", "2016-10-07 19:21:12.023830"], ["updated_at", "2016-10-07 19:21:12.023830"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 265], ["created_at", "2016-10-07 19:21:12.024710"], ["updated_at", "2016-10-07 19:21:12.024710"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 266], ["created_at", "2016-10-07 19:21:12.025542"], ["updated_at", "2016-10-07 19:21:12.025542"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 266], ["created_at", "2016-10-07 19:21:12.026400"], ["updated_at", "2016-10-07 19:21:12.026400"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 266], ["created_at", "2016-10-07 19:21:12.027286"], ["updated_at", "2016-10-07 19:21:12.027286"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 266], ["created_at", "2016-10-07 19:21:12.028161"], ["updated_at", "2016-10-07 19:21:12.028161"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 266], ["created_at", "2016-10-07 19:21:12.029032"], ["updated_at", "2016-10-07 19:21:12.029032"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 266], ["created_at", "2016-10-07 19:21:12.029866"], ["updated_at", "2016-10-07 19:21:12.029866"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 267], ["created_at", "2016-10-07 19:21:12.030730"], ["updated_at", "2016-10-07 19:21:12.030730"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 267], ["created_at", "2016-10-07 19:21:12.031564"], ["updated_at", "2016-10-07 19:21:12.031564"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 267], ["created_at", "2016-10-07 19:21:12.032428"], ["updated_at", "2016-10-07 19:21:12.032428"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 267], ["created_at", "2016-10-07 19:21:12.033304"], ["updated_at", "2016-10-07 19:21:12.033304"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 267], ["created_at", "2016-10-07 19:21:12.034133"], ["updated_at", "2016-10-07 19:21:12.034133"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 267], ["created_at", "2016-10-07 19:21:12.035002"], ["updated_at", "2016-10-07 19:21:12.035002"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 268], ["created_at", "2016-10-07 19:21:12.035853"], ["updated_at", "2016-10-07 19:21:12.035853"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 268], ["created_at", "2016-10-07 19:21:12.036707"], ["updated_at", "2016-10-07 19:21:12.036707"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 268], ["created_at", "2016-10-07 19:21:12.037576"], ["updated_at", "2016-10-07 19:21:12.037576"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 268], ["created_at", "2016-10-07 19:21:12.038418"], ["updated_at", "2016-10-07 19:21:12.038418"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 268], ["created_at", "2016-10-07 19:21:12.039276"], ["updated_at", "2016-10-07 19:21:12.039276"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 269], ["created_at", "2016-10-07 19:21:12.040074"], ["updated_at", "2016-10-07 19:21:12.040074"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 269], ["created_at", "2016-10-07 19:21:12.040852"], ["updated_at", "2016-10-07 19:21:12.040852"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 269], ["created_at", "2016-10-07 19:21:12.041651"], ["updated_at", "2016-10-07 19:21:12.041651"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 269], ["created_at", "2016-10-07 19:21:12.042445"], ["updated_at", "2016-10-07 19:21:12.042445"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 269], ["created_at", "2016-10-07 19:21:12.043287"], ["updated_at", "2016-10-07 19:21:12.043287"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 269], ["created_at", "2016-10-07 19:21:12.044084"], ["updated_at", "2016-10-07 19:21:12.044084"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 270], ["created_at", "2016-10-07 19:21:12.044863"], ["updated_at", "2016-10-07 19:21:12.044863"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 270], ["created_at", "2016-10-07 19:21:12.045711"], ["updated_at", "2016-10-07 19:21:12.045711"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 270], ["created_at", "2016-10-07 19:21:12.046550"], ["updated_at", "2016-10-07 19:21:12.046550"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 270], ["created_at", "2016-10-07 19:21:12.047350"], ["updated_at", "2016-10-07 19:21:12.047350"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 270], ["created_at", "2016-10-07 19:21:12.048138"], ["updated_at", "2016-10-07 19:21:12.048138"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 270], ["created_at", "2016-10-07 19:21:12.048924"], ["updated_at", "2016-10-07 19:21:12.048924"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 271], ["created_at", "2016-10-07 19:21:12.049720"], ["updated_at", "2016-10-07 19:21:12.049720"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 271], ["created_at", "2016-10-07 19:21:12.050535"], ["updated_at", "2016-10-07 19:21:12.050535"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 271], ["created_at", "2016-10-07 19:21:12.051317"], ["updated_at", "2016-10-07 19:21:12.051317"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 271], ["created_at", "2016-10-07 19:21:12.052104"], ["updated_at", "2016-10-07 19:21:12.052104"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 271], ["created_at", "2016-10-07 19:21:12.052905"], ["updated_at", "2016-10-07 19:21:12.052905"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 271], ["created_at", "2016-10-07 19:21:12.053691"], ["updated_at", "2016-10-07 19:21:12.053691"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 272], ["created_at", "2016-10-07 19:21:12.054585"], ["updated_at", "2016-10-07 19:21:12.054585"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 272], ["created_at", "2016-10-07 19:21:12.055689"], ["updated_at", "2016-10-07 19:21:12.055689"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 272], ["created_at", "2016-10-07 19:21:12.056525"], ["updated_at", "2016-10-07 19:21:12.056525"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 272], ["created_at", "2016-10-07 19:21:12.057344"], ["updated_at", "2016-10-07 19:21:12.057344"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 272], ["created_at", "2016-10-07 19:21:12.058108"], ["updated_at", "2016-10-07 19:21:12.058108"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 273], ["created_at", "2016-10-07 19:21:12.058961"], ["updated_at", "2016-10-07 19:21:12.058961"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 273], ["created_at", "2016-10-07 19:21:12.059750"], ["updated_at", "2016-10-07 19:21:12.059750"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 273], ["created_at", "2016-10-07 19:21:12.060522"], ["updated_at", "2016-10-07 19:21:12.060522"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 273], ["created_at", "2016-10-07 19:21:12.061320"], ["updated_at", "2016-10-07 19:21:12.061320"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 273], ["created_at", "2016-10-07 19:21:12.062094"], ["updated_at", "2016-10-07 19:21:12.062094"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 274], ["created_at", "2016-10-07 19:21:12.062917"], ["updated_at", "2016-10-07 19:21:12.062917"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 274], ["created_at", "2016-10-07 19:21:12.063717"], ["updated_at", "2016-10-07 19:21:12.063717"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 274], ["created_at", "2016-10-07 19:21:12.064491"], ["updated_at", "2016-10-07 19:21:12.064491"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 274], ["created_at", "2016-10-07 19:21:12.065289"], ["updated_at", "2016-10-07 19:21:12.065289"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 274], ["created_at", "2016-10-07 19:21:12.066085"], ["updated_at", "2016-10-07 19:21:12.066085"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 274], ["created_at", "2016-10-07 19:21:12.066917"], ["updated_at", "2016-10-07 19:21:12.066917"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 275], ["created_at", "2016-10-07 19:21:12.067708"], ["updated_at", "2016-10-07 19:21:12.067708"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 275], ["created_at", "2016-10-07 19:21:12.068479"], ["updated_at", "2016-10-07 19:21:12.068479"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 275], ["created_at", "2016-10-07 19:21:12.069276"], ["updated_at", "2016-10-07 19:21:12.069276"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 275], ["created_at", "2016-10-07 19:21:12.070066"], ["updated_at", "2016-10-07 19:21:12.070066"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 275], ["created_at", "2016-10-07 19:21:12.070865"], ["updated_at", "2016-10-07 19:21:12.070865"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 275], ["created_at", "2016-10-07 19:21:12.071675"], ["updated_at", "2016-10-07 19:21:12.071675"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 276], ["created_at", "2016-10-07 19:21:12.072469"], ["updated_at", "2016-10-07 19:21:12.072469"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 276], ["created_at", "2016-10-07 19:21:12.073261"], ["updated_at", "2016-10-07 19:21:12.073261"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 276], ["created_at", "2016-10-07 19:21:12.074046"], ["updated_at", "2016-10-07 19:21:12.074046"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 276], ["created_at", "2016-10-07 19:21:12.074855"], ["updated_at", "2016-10-07 19:21:12.074855"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 276], ["created_at", "2016-10-07 19:21:12.075670"], ["updated_at", "2016-10-07 19:21:12.075670"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 276], ["created_at", "2016-10-07 19:21:12.076474"], ["updated_at", "2016-10-07 19:21:12.076474"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 277], ["created_at", "2016-10-07 19:21:12.077244"], ["updated_at", "2016-10-07 19:21:12.077244"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 277], ["created_at", "2016-10-07 19:21:12.078035"], ["updated_at", "2016-10-07 19:21:12.078035"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 277], ["created_at", "2016-10-07 19:21:12.078814"], ["updated_at", "2016-10-07 19:21:12.078814"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 277], ["created_at", "2016-10-07 19:21:12.079604"], ["updated_at", "2016-10-07 19:21:12.079604"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 277], ["created_at", "2016-10-07 19:21:12.080391"], ["updated_at", "2016-10-07 19:21:12.080391"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 277], ["created_at", "2016-10-07 19:21:12.081184"], ["updated_at", "2016-10-07 19:21:12.081184"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 278], ["created_at", "2016-10-07 19:21:12.081972"], ["updated_at", "2016-10-07 19:21:12.081972"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 278], ["created_at", "2016-10-07 19:21:12.082754"], ["updated_at", "2016-10-07 19:21:12.082754"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 278], ["created_at", "2016-10-07 19:21:12.083546"], ["updated_at", "2016-10-07 19:21:12.083546"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 278], ["created_at", "2016-10-07 19:21:12.084334"], ["updated_at", "2016-10-07 19:21:12.084334"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 278], ["created_at", "2016-10-07 19:21:12.085094"], ["updated_at", "2016-10-07 19:21:12.085094"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 278], ["created_at", "2016-10-07 19:21:12.085882"], ["updated_at", "2016-10-07 19:21:12.085882"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 279], ["created_at", "2016-10-07 19:21:12.086652"], ["updated_at", "2016-10-07 19:21:12.086652"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 279], ["created_at", "2016-10-07 19:21:12.087466"], ["updated_at", "2016-10-07 19:21:12.087466"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 279], ["created_at", "2016-10-07 19:21:12.088272"], ["updated_at", "2016-10-07 19:21:12.088272"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 279], ["created_at", "2016-10-07 19:21:12.089044"], ["updated_at", "2016-10-07 19:21:12.089044"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 279], ["created_at", "2016-10-07 19:21:12.089857"], ["updated_at", "2016-10-07 19:21:12.089857"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 279], ["created_at", "2016-10-07 19:21:12.090656"], ["updated_at", "2016-10-07 19:21:12.090656"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 280], ["created_at", "2016-10-07 19:21:12.091426"], ["updated_at", "2016-10-07 19:21:12.091426"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 280], ["created_at", "2016-10-07 19:21:12.092214"], ["updated_at", "2016-10-07 19:21:12.092214"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 280], ["created_at", "2016-10-07 19:21:12.093016"], ["updated_at", "2016-10-07 19:21:12.093016"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 280], ["created_at", "2016-10-07 19:21:12.093811"], ["updated_at", "2016-10-07 19:21:12.093811"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 280], ["created_at", "2016-10-07 19:21:12.094611"], ["updated_at", "2016-10-07 19:21:12.094611"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 281], ["created_at", "2016-10-07 19:21:12.095404"], ["updated_at", "2016-10-07 19:21:12.095404"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 281], ["created_at", "2016-10-07 19:21:12.096175"], ["updated_at", "2016-10-07 19:21:12.096175"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 281], ["created_at", "2016-10-07 19:21:12.097014"], ["updated_at", "2016-10-07 19:21:12.097014"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 281], ["created_at", "2016-10-07 19:21:12.097903"], ["updated_at", "2016-10-07 19:21:12.097903"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 281], ["created_at", "2016-10-07 19:21:12.098755"], ["updated_at", "2016-10-07 19:21:12.098755"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 282], ["created_at", "2016-10-07 19:21:12.099617"], ["updated_at", "2016-10-07 19:21:12.099617"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 282], ["created_at", "2016-10-07 19:21:12.100430"], ["updated_at", "2016-10-07 19:21:12.100430"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 282], ["created_at", "2016-10-07 19:21:12.101218"], ["updated_at", "2016-10-07 19:21:12.101218"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 282], ["created_at", "2016-10-07 19:21:12.102004"], ["updated_at", "2016-10-07 19:21:12.102004"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 282], ["created_at", "2016-10-07 19:21:12.102831"], ["updated_at", "2016-10-07 19:21:12.102831"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 282], ["created_at", "2016-10-07 19:21:12.103635"], ["updated_at", "2016-10-07 19:21:12.103635"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 283], ["created_at", "2016-10-07 19:21:12.104416"], ["updated_at", "2016-10-07 19:21:12.104416"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 283], ["created_at", "2016-10-07 19:21:12.105230"], ["updated_at", "2016-10-07 19:21:12.105230"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 283], ["created_at", "2016-10-07 19:21:12.106011"], ["updated_at", "2016-10-07 19:21:12.106011"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 283], ["created_at", "2016-10-07 19:21:12.106809"], ["updated_at", "2016-10-07 19:21:12.106809"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 283], ["created_at", "2016-10-07 19:21:12.107580"], ["updated_at", "2016-10-07 19:21:12.107580"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 283], ["created_at", "2016-10-07 19:21:12.108363"], ["updated_at", "2016-10-07 19:21:12.108363"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 284], ["created_at", "2016-10-07 19:21:12.109145"], ["updated_at", "2016-10-07 19:21:12.109145"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 284], ["created_at", "2016-10-07 19:21:12.109937"], ["updated_at", "2016-10-07 19:21:12.109937"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 284], ["created_at", "2016-10-07 19:21:12.110744"], ["updated_at", "2016-10-07 19:21:12.110744"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 284], ["created_at", "2016-10-07 19:21:12.111543"], ["updated_at", "2016-10-07 19:21:12.111543"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 284], ["created_at", "2016-10-07 19:21:12.112326"], ["updated_at", "2016-10-07 19:21:12.112326"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 284], ["created_at", "2016-10-07 19:21:12.113139"], ["updated_at", "2016-10-07 19:21:12.113139"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 285], ["created_at", "2016-10-07 19:21:12.113931"], ["updated_at", "2016-10-07 19:21:12.113931"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 285], ["created_at", "2016-10-07 19:21:12.114737"], ["updated_at", "2016-10-07 19:21:12.114737"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 285], ["created_at", "2016-10-07 19:21:12.115525"], ["updated_at", "2016-10-07 19:21:12.115525"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 285], ["created_at", "2016-10-07 19:21:12.116333"], ["updated_at", "2016-10-07 19:21:12.116333"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 285], ["created_at", "2016-10-07 19:21:12.117121"], ["updated_at", "2016-10-07 19:21:12.117121"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 285], ["created_at", "2016-10-07 19:21:12.117904"], ["updated_at", "2016-10-07 19:21:12.117904"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 286], ["created_at", "2016-10-07 19:21:12.118717"], ["updated_at", "2016-10-07 19:21:12.118717"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 286], ["created_at", "2016-10-07 19:21:12.119515"], ["updated_at", "2016-10-07 19:21:12.119515"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 286], ["created_at", "2016-10-07 19:21:12.120309"], ["updated_at", "2016-10-07 19:21:12.120309"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 286], ["created_at", "2016-10-07 19:21:12.121132"], ["updated_at", "2016-10-07 19:21:12.121132"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 286], ["created_at", "2016-10-07 19:21:12.121970"], ["updated_at", "2016-10-07 19:21:12.121970"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 287], ["created_at", "2016-10-07 19:21:12.122774"], ["updated_at", "2016-10-07 19:21:12.122774"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 287], ["created_at", "2016-10-07 19:21:12.123561"], ["updated_at", "2016-10-07 19:21:12.123561"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 287], ["created_at", "2016-10-07 19:21:12.124353"], ["updated_at", "2016-10-07 19:21:12.124353"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 287], ["created_at", "2016-10-07 19:21:12.125139"], ["updated_at", "2016-10-07 19:21:12.125139"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 287], ["created_at", "2016-10-07 19:21:12.125949"], ["updated_at", "2016-10-07 19:21:12.125949"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 287], ["created_at", "2016-10-07 19:21:12.126752"], ["updated_at", "2016-10-07 19:21:12.126752"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 288], ["created_at", "2016-10-07 19:21:12.127558"], ["updated_at", "2016-10-07 19:21:12.127558"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 288], ["created_at", "2016-10-07 19:21:12.128359"], ["updated_at", "2016-10-07 19:21:12.128359"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 288], ["created_at", "2016-10-07 19:21:12.129164"], ["updated_at", "2016-10-07 19:21:12.129164"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 288], ["created_at", "2016-10-07 19:21:12.129931"], ["updated_at", "2016-10-07 19:21:12.129931"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 288], ["created_at", "2016-10-07 19:21:12.130759"], ["updated_at", "2016-10-07 19:21:12.130759"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 288], ["created_at", "2016-10-07 19:21:12.131567"], ["updated_at", "2016-10-07 19:21:12.131567"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 289], ["created_at", "2016-10-07 19:21:12.132360"], ["updated_at", "2016-10-07 19:21:12.132360"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 289], ["created_at", "2016-10-07 19:21:12.133162"], ["updated_at", "2016-10-07 19:21:12.133162"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 289], ["created_at", "2016-10-07 19:21:12.133979"], ["updated_at", "2016-10-07 19:21:12.133979"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 289], ["created_at", "2016-10-07 19:21:12.134779"], ["updated_at", "2016-10-07 19:21:12.134779"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 289], ["created_at", "2016-10-07 19:21:12.135593"], ["updated_at", "2016-10-07 19:21:12.135593"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 290], ["created_at", "2016-10-07 19:21:12.136376"], ["updated_at", "2016-10-07 19:21:12.136376"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 290], ["created_at", "2016-10-07 19:21:12.137166"], ["updated_at", "2016-10-07 19:21:12.137166"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 290], ["created_at", "2016-10-07 19:21:12.137960"], ["updated_at", "2016-10-07 19:21:12.137960"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 290], ["created_at", "2016-10-07 19:21:12.138764"], ["updated_at", "2016-10-07 19:21:12.138764"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 290], ["created_at", "2016-10-07 19:21:12.139557"], ["updated_at", "2016-10-07 19:21:12.139557"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 290], ["created_at", "2016-10-07 19:21:12.140340"], ["updated_at", "2016-10-07 19:21:12.140340"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 291], ["created_at", "2016-10-07 19:21:12.141145"], ["updated_at", "2016-10-07 19:21:12.141145"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 291], ["created_at", "2016-10-07 19:21:12.141910"], ["updated_at", "2016-10-07 19:21:12.141910"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 291], ["created_at", "2016-10-07 19:21:12.142710"], ["updated_at", "2016-10-07 19:21:12.142710"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 291], ["created_at", "2016-10-07 19:21:12.143498"], ["updated_at", "2016-10-07 19:21:12.143498"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 291], ["created_at", "2016-10-07 19:21:12.144282"], ["updated_at", "2016-10-07 19:21:12.144282"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 292], ["created_at", "2016-10-07 19:21:12.145056"], ["updated_at", "2016-10-07 19:21:12.145056"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 292], ["created_at", "2016-10-07 19:21:12.145839"], ["updated_at", "2016-10-07 19:21:12.145839"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 292], ["created_at", "2016-10-07 19:21:12.146634"], ["updated_at", "2016-10-07 19:21:12.146634"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 292], ["created_at", "2016-10-07 19:21:12.147462"], ["updated_at", "2016-10-07 19:21:12.147462"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 292], ["created_at", "2016-10-07 19:21:12.148291"], ["updated_at", "2016-10-07 19:21:12.148291"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 292], ["created_at", "2016-10-07 19:21:12.149079"], ["updated_at", "2016-10-07 19:21:12.149079"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 293], ["created_at", "2016-10-07 19:21:12.149905"], ["updated_at", "2016-10-07 19:21:12.149905"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 293], ["created_at", "2016-10-07 19:21:12.150698"], ["updated_at", "2016-10-07 19:21:12.150698"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 293], ["created_at", "2016-10-07 19:21:12.151510"], ["updated_at", "2016-10-07 19:21:12.151510"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 293], ["created_at", "2016-10-07 19:21:12.152304"], ["updated_at", "2016-10-07 19:21:12.152304"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 293], ["created_at", "2016-10-07 19:21:12.153074"], ["updated_at", "2016-10-07 19:21:12.153074"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 294], ["created_at", "2016-10-07 19:21:12.153874"], ["updated_at", "2016-10-07 19:21:12.153874"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 294], ["created_at", "2016-10-07 19:21:12.154768"], ["updated_at", "2016-10-07 19:21:12.154768"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 294], ["created_at", "2016-10-07 19:21:12.155576"], ["updated_at", "2016-10-07 19:21:12.155576"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 294], ["created_at", "2016-10-07 19:21:12.156605"], ["updated_at", "2016-10-07 19:21:12.156605"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 294], ["created_at", "2016-10-07 19:21:12.157528"], ["updated_at", "2016-10-07 19:21:12.157528"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 295], ["created_at", "2016-10-07 19:21:12.158910"], ["updated_at", "2016-10-07 19:21:12.158910"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 295], ["created_at", "2016-10-07 19:21:12.160199"], ["updated_at", "2016-10-07 19:21:12.160199"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 295], ["created_at", "2016-10-07 19:21:12.161382"], ["updated_at", "2016-10-07 19:21:12.161382"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 295], ["created_at", "2016-10-07 19:21:12.162771"], ["updated_at", "2016-10-07 19:21:12.162771"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 295], ["created_at", "2016-10-07 19:21:12.164208"], ["updated_at", "2016-10-07 19:21:12.164208"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 295], ["created_at", "2016-10-07 19:21:12.166763"], ["updated_at", "2016-10-07 19:21:12.166763"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 296], ["created_at", "2016-10-07 19:21:12.168725"], ["updated_at", "2016-10-07 19:21:12.168725"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 296], ["created_at", "2016-10-07 19:21:12.171037"], ["updated_at", "2016-10-07 19:21:12.171037"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 296], ["created_at", "2016-10-07 19:21:12.172331"], ["updated_at", "2016-10-07 19:21:12.172331"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 296], ["created_at", "2016-10-07 19:21:12.173216"], ["updated_at", "2016-10-07 19:21:12.173216"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 296], ["created_at", "2016-10-07 19:21:12.174096"], ["updated_at", "2016-10-07 19:21:12.174096"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 297], ["created_at", "2016-10-07 19:21:12.174929"], ["updated_at", "2016-10-07 19:21:12.174929"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 297], ["created_at", "2016-10-07 19:21:12.175735"], ["updated_at", "2016-10-07 19:21:12.175735"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 297], ["created_at", "2016-10-07 19:21:12.176543"], ["updated_at", "2016-10-07 19:21:12.176543"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 297], ["created_at", "2016-10-07 19:21:12.177332"], ["updated_at", "2016-10-07 19:21:12.177332"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 297], ["created_at", "2016-10-07 19:21:12.178295"], ["updated_at", "2016-10-07 19:21:12.178295"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 298], ["created_at", "2016-10-07 19:21:12.179397"], ["updated_at", "2016-10-07 19:21:12.179397"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 298], ["created_at", "2016-10-07 19:21:12.180268"], ["updated_at", "2016-10-07 19:21:12.180268"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 298], ["created_at", "2016-10-07 19:21:12.181306"], ["updated_at", "2016-10-07 19:21:12.181306"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 298], ["created_at", "2016-10-07 19:21:12.182645"], ["updated_at", "2016-10-07 19:21:12.182645"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 298], ["created_at", "2016-10-07 19:21:12.184607"], ["updated_at", "2016-10-07 19:21:12.184607"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 299], ["created_at", "2016-10-07 19:21:12.186397"], ["updated_at", "2016-10-07 19:21:12.186397"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 299], ["created_at", "2016-10-07 19:21:12.188208"], ["updated_at", "2016-10-07 19:21:12.188208"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 299], ["created_at", "2016-10-07 19:21:12.189781"], ["updated_at", "2016-10-07 19:21:12.189781"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 299], ["created_at", "2016-10-07 19:21:12.191501"], ["updated_at", "2016-10-07 19:21:12.191501"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 299], ["created_at", "2016-10-07 19:21:12.193281"], ["updated_at", "2016-10-07 19:21:12.193281"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 299], ["created_at", "2016-10-07 19:21:12.195191"], ["updated_at", "2016-10-07 19:21:12.195191"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 300], ["created_at", "2016-10-07 19:21:12.197075"], ["updated_at", "2016-10-07 19:21:12.197075"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 300], ["created_at", "2016-10-07 19:21:12.199001"], ["updated_at", "2016-10-07 19:21:12.199001"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 300], ["created_at", "2016-10-07 19:21:12.201196"], ["updated_at", "2016-10-07 19:21:12.201196"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 300], ["created_at", "2016-10-07 19:21:12.202964"], ["updated_at", "2016-10-07 19:21:12.202964"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 300], ["created_at", "2016-10-07 19:21:12.204307"], ["updated_at", "2016-10-07 19:21:12.204307"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 300], ["created_at", "2016-10-07 19:21:12.206136"], ["updated_at", "2016-10-07 19:21:12.206136"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 301], ["created_at", "2016-10-07 19:21:12.207900"], ["updated_at", "2016-10-07 19:21:12.207900"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 301], ["created_at", "2016-10-07 19:21:12.209447"], ["updated_at", "2016-10-07 19:21:12.209447"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 301], ["created_at", "2016-10-07 19:21:12.210972"], ["updated_at", "2016-10-07 19:21:12.210972"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 301], ["created_at", "2016-10-07 19:21:12.212093"], ["updated_at", "2016-10-07 19:21:12.212093"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 301], ["created_at", "2016-10-07 19:21:12.213179"], ["updated_at", "2016-10-07 19:21:12.213179"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 302], ["created_at", "2016-10-07 19:21:12.214318"], ["updated_at", "2016-10-07 19:21:12.214318"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 302], ["created_at", "2016-10-07 19:21:12.215512"], ["updated_at", "2016-10-07 19:21:12.215512"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 302], ["created_at", "2016-10-07 19:21:12.217245"], ["updated_at", "2016-10-07 19:21:12.217245"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 302], ["created_at", "2016-10-07 19:21:12.219134"], ["updated_at", "2016-10-07 19:21:12.219134"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 302], ["created_at", "2016-10-07 19:21:12.220521"], ["updated_at", "2016-10-07 19:21:12.220521"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 302], ["created_at", "2016-10-07 19:21:12.221771"], ["updated_at", "2016-10-07 19:21:12.221771"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 303], ["created_at", "2016-10-07 19:21:12.222854"], ["updated_at", "2016-10-07 19:21:12.222854"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 303], ["created_at", "2016-10-07 19:21:12.223988"], ["updated_at", "2016-10-07 19:21:12.223988"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 303], ["created_at", "2016-10-07 19:21:12.225010"], ["updated_at", "2016-10-07 19:21:12.225010"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 303], ["created_at", "2016-10-07 19:21:12.226027"], ["updated_at", "2016-10-07 19:21:12.226027"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 303], ["created_at", "2016-10-07 19:21:12.227267"], ["updated_at", "2016-10-07 19:21:12.227267"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 303], ["created_at", "2016-10-07 19:21:12.229231"], ["updated_at", "2016-10-07 19:21:12.229231"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 304], ["created_at", "2016-10-07 19:21:12.230604"], ["updated_at", "2016-10-07 19:21:12.230604"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 304], ["created_at", "2016-10-07 19:21:12.231984"], ["updated_at", "2016-10-07 19:21:12.231984"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 304], ["created_at", "2016-10-07 19:21:12.234108"], ["updated_at", "2016-10-07 19:21:12.234108"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 304], ["created_at", "2016-10-07 19:21:12.235230"], ["updated_at", "2016-10-07 19:21:12.235230"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 304], ["created_at", "2016-10-07 19:21:12.236239"], ["updated_at", "2016-10-07 19:21:12.236239"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 305], ["created_at", "2016-10-07 19:21:12.237246"], ["updated_at", "2016-10-07 19:21:12.237246"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 305], ["created_at", "2016-10-07 19:21:12.238254"], ["updated_at", "2016-10-07 19:21:12.238254"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 305], ["created_at", "2016-10-07 19:21:12.239258"], ["updated_at", "2016-10-07 19:21:12.239258"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 305], ["created_at", "2016-10-07 19:21:12.240365"], ["updated_at", "2016-10-07 19:21:12.240365"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 305], ["created_at", "2016-10-07 19:21:12.241530"], ["updated_at", "2016-10-07 19:21:12.241530"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 305], ["created_at", "2016-10-07 19:21:12.242548"], ["updated_at", "2016-10-07 19:21:12.242548"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 306], ["created_at", "2016-10-07 19:21:12.243612"], ["updated_at", "2016-10-07 19:21:12.243612"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 306], ["created_at", "2016-10-07 19:21:12.244798"], ["updated_at", "2016-10-07 19:21:12.244798"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 306], ["created_at", "2016-10-07 19:21:12.245952"], ["updated_at", "2016-10-07 19:21:12.245952"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 306], ["created_at", "2016-10-07 19:21:12.247151"], ["updated_at", "2016-10-07 19:21:12.247151"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 306], ["created_at", "2016-10-07 19:21:12.248226"], ["updated_at", "2016-10-07 19:21:12.248226"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 306], ["created_at", "2016-10-07 19:21:12.249561"], ["updated_at", "2016-10-07 19:21:12.249561"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 307], ["created_at", "2016-10-07 19:21:12.250715"], ["updated_at", "2016-10-07 19:21:12.250715"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 307], ["created_at", "2016-10-07 19:21:12.251709"], ["updated_at", "2016-10-07 19:21:12.251709"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 307], ["created_at", "2016-10-07 19:21:12.252763"], ["updated_at", "2016-10-07 19:21:12.252763"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 307], ["created_at", "2016-10-07 19:21:12.253831"], ["updated_at", "2016-10-07 19:21:12.253831"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 307], ["created_at", "2016-10-07 19:21:12.254989"], ["updated_at", "2016-10-07 19:21:12.254989"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 307], ["created_at", "2016-10-07 19:21:12.256225"], ["updated_at", "2016-10-07 19:21:12.256225"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 308], ["created_at", "2016-10-07 19:21:12.257839"], ["updated_at", "2016-10-07 19:21:12.257839"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 308], ["created_at", "2016-10-07 19:21:12.259316"], ["updated_at", "2016-10-07 19:21:12.259316"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 308], ["created_at", "2016-10-07 19:21:12.260354"], ["updated_at", "2016-10-07 19:21:12.260354"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 308], ["created_at", "2016-10-07 19:21:12.261522"], ["updated_at", "2016-10-07 19:21:12.261522"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 308], ["created_at", "2016-10-07 19:21:12.262449"], ["updated_at", "2016-10-07 19:21:12.262449"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 308], ["created_at", "2016-10-07 19:21:12.263363"], ["updated_at", "2016-10-07 19:21:12.263363"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 309], ["created_at", "2016-10-07 19:21:12.264242"], ["updated_at", "2016-10-07 19:21:12.264242"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 309], ["created_at", "2016-10-07 19:21:12.265084"], ["updated_at", "2016-10-07 19:21:12.265084"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 309], ["created_at", "2016-10-07 19:21:12.266040"], ["updated_at", "2016-10-07 19:21:12.266040"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 309], ["created_at", "2016-10-07 19:21:12.267172"], ["updated_at", "2016-10-07 19:21:12.267172"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 309], ["created_at", "2016-10-07 19:21:12.268207"], ["updated_at", "2016-10-07 19:21:12.268207"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 309], ["created_at", "2016-10-07 19:21:12.269225"], ["updated_at", "2016-10-07 19:21:12.269225"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 310], ["created_at", "2016-10-07 19:21:12.270171"], ["updated_at", "2016-10-07 19:21:12.270171"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 310], ["created_at", "2016-10-07 19:21:12.271180"], ["updated_at", "2016-10-07 19:21:12.271180"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 310], ["created_at", "2016-10-07 19:21:12.272242"], ["updated_at", "2016-10-07 19:21:12.272242"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 310], ["created_at", "2016-10-07 19:21:12.273169"], ["updated_at", "2016-10-07 19:21:12.273169"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 310], ["created_at", "2016-10-07 19:21:12.274093"], ["updated_at", "2016-10-07 19:21:12.274093"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 310], ["created_at", "2016-10-07 19:21:12.275013"], ["updated_at", "2016-10-07 19:21:12.275013"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 311], ["created_at", "2016-10-07 19:21:12.275900"], ["updated_at", "2016-10-07 19:21:12.275900"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 311], ["created_at", "2016-10-07 19:21:12.276795"], ["updated_at", "2016-10-07 19:21:12.276795"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 311], ["created_at", "2016-10-07 19:21:12.277759"], ["updated_at", "2016-10-07 19:21:12.277759"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 311], ["created_at", "2016-10-07 19:21:12.278755"], ["updated_at", "2016-10-07 19:21:12.278755"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 311], ["created_at", "2016-10-07 19:21:12.279654"], ["updated_at", "2016-10-07 19:21:12.279654"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 312], ["created_at", "2016-10-07 19:21:12.280647"], ["updated_at", "2016-10-07 19:21:12.280647"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 312], ["created_at", "2016-10-07 19:21:12.281627"], ["updated_at", "2016-10-07 19:21:12.281627"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 312], ["created_at", "2016-10-07 19:21:12.282558"], ["updated_at", "2016-10-07 19:21:12.282558"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 312], ["created_at", "2016-10-07 19:21:12.283477"], ["updated_at", "2016-10-07 19:21:12.283477"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 312], ["created_at", "2016-10-07 19:21:12.284404"], ["updated_at", "2016-10-07 19:21:12.284404"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 312], ["created_at", "2016-10-07 19:21:12.285326"], ["updated_at", "2016-10-07 19:21:12.285326"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 313], ["created_at", "2016-10-07 19:21:12.286230"], ["updated_at", "2016-10-07 19:21:12.286230"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 313], ["created_at", "2016-10-07 19:21:12.287243"], ["updated_at", "2016-10-07 19:21:12.287243"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 313], ["created_at", "2016-10-07 19:21:12.288338"], ["updated_at", "2016-10-07 19:21:12.288338"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 313], ["created_at", "2016-10-07 19:21:12.289337"], ["updated_at", "2016-10-07 19:21:12.289337"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 313], ["created_at", "2016-10-07 19:21:12.290782"], ["updated_at", "2016-10-07 19:21:12.290782"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 313], ["created_at", "2016-10-07 19:21:12.292103"], ["updated_at", "2016-10-07 19:21:12.292103"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 314], ["created_at", "2016-10-07 19:21:12.293251"], ["updated_at", "2016-10-07 19:21:12.293251"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 314], ["created_at", "2016-10-07 19:21:12.294281"], ["updated_at", "2016-10-07 19:21:12.294281"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 314], ["created_at", "2016-10-07 19:21:12.295457"], ["updated_at", "2016-10-07 19:21:12.295457"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 314], ["created_at", "2016-10-07 19:21:12.297072"], ["updated_at", "2016-10-07 19:21:12.297072"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 314], ["created_at", "2016-10-07 19:21:12.298369"], ["updated_at", "2016-10-07 19:21:12.298369"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 314], ["created_at", "2016-10-07 19:21:12.299554"], ["updated_at", "2016-10-07 19:21:12.299554"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 315], ["created_at", "2016-10-07 19:21:12.300611"], ["updated_at", "2016-10-07 19:21:12.300611"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 315], ["created_at", "2016-10-07 19:21:12.301611"], ["updated_at", "2016-10-07 19:21:12.301611"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 315], ["created_at", "2016-10-07 19:21:12.302548"], ["updated_at", "2016-10-07 19:21:12.302548"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 315], ["created_at", "2016-10-07 19:21:12.303501"], ["updated_at", "2016-10-07 19:21:12.303501"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 316], ["created_at", "2016-10-07 19:21:12.304441"], ["updated_at", "2016-10-07 19:21:12.304441"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 316], ["created_at", "2016-10-07 19:21:12.305477"], ["updated_at", "2016-10-07 19:21:12.305477"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 316], ["created_at", "2016-10-07 19:21:12.306882"], ["updated_at", "2016-10-07 19:21:12.306882"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 316], ["created_at", "2016-10-07 19:21:12.308238"], ["updated_at", "2016-10-07 19:21:12.308238"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 316], ["created_at", "2016-10-07 19:21:12.310361"], ["updated_at", "2016-10-07 19:21:12.310361"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 316], ["created_at", "2016-10-07 19:21:12.311781"], ["updated_at", "2016-10-07 19:21:12.311781"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 317], ["created_at", "2016-10-07 19:21:12.313358"], ["updated_at", "2016-10-07 19:21:12.313358"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 317], ["created_at", "2016-10-07 19:21:12.314628"], ["updated_at", "2016-10-07 19:21:12.314628"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 317], ["created_at", "2016-10-07 19:21:12.316072"], ["updated_at", "2016-10-07 19:21:12.316072"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 317], ["created_at", "2016-10-07 19:21:12.317301"], ["updated_at", "2016-10-07 19:21:12.317301"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 317], ["created_at", "2016-10-07 19:21:12.318201"], ["updated_at", "2016-10-07 19:21:12.318201"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 317], ["created_at", "2016-10-07 19:21:12.319125"], ["updated_at", "2016-10-07 19:21:12.319125"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 318], ["created_at", "2016-10-07 19:21:12.319925"], ["updated_at", "2016-10-07 19:21:12.319925"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 318], ["created_at", "2016-10-07 19:21:12.320775"], ["updated_at", "2016-10-07 19:21:12.320775"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 318], ["created_at", "2016-10-07 19:21:12.321599"], ["updated_at", "2016-10-07 19:21:12.321599"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 318], ["created_at", "2016-10-07 19:21:12.322401"], ["updated_at", "2016-10-07 19:21:12.322401"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 318], ["created_at", "2016-10-07 19:21:12.323486"], ["updated_at", "2016-10-07 19:21:12.323486"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 319], ["created_at", "2016-10-07 19:21:12.324677"], ["updated_at", "2016-10-07 19:21:12.324677"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 319], ["created_at", "2016-10-07 19:21:12.326755"], ["updated_at", "2016-10-07 19:21:12.326755"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 319], ["created_at", "2016-10-07 19:21:12.327812"], ["updated_at", "2016-10-07 19:21:12.327812"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 319], ["created_at", "2016-10-07 19:21:12.328723"], ["updated_at", "2016-10-07 19:21:12.328723"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 319], ["created_at", "2016-10-07 19:21:12.329609"], ["updated_at", "2016-10-07 19:21:12.329609"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 319], ["created_at", "2016-10-07 19:21:12.330484"], ["updated_at", "2016-10-07 19:21:12.330484"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 320], ["created_at", "2016-10-07 19:21:12.331394"], ["updated_at", "2016-10-07 19:21:12.331394"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 320], ["created_at", "2016-10-07 19:21:12.332266"], ["updated_at", "2016-10-07 19:21:12.332266"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 320], ["created_at", "2016-10-07 19:21:12.333225"], ["updated_at", "2016-10-07 19:21:12.333225"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 320], ["created_at", "2016-10-07 19:21:12.334117"], ["updated_at", "2016-10-07 19:21:12.334117"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 320], ["created_at", "2016-10-07 19:21:12.334997"], ["updated_at", "2016-10-07 19:21:12.334997"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 320], ["created_at", "2016-10-07 19:21:12.335828"], ["updated_at", "2016-10-07 19:21:12.335828"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 321], ["created_at", "2016-10-07 19:21:12.336691"], ["updated_at", "2016-10-07 19:21:12.336691"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 321], ["created_at", "2016-10-07 19:21:12.337525"], ["updated_at", "2016-10-07 19:21:12.337525"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 321], ["created_at", "2016-10-07 19:21:12.338335"], ["updated_at", "2016-10-07 19:21:12.338335"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 321], ["created_at", "2016-10-07 19:21:12.339279"], ["updated_at", "2016-10-07 19:21:12.339279"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 321], ["created_at", "2016-10-07 19:21:12.340151"], ["updated_at", "2016-10-07 19:21:12.340151"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 321], ["created_at", "2016-10-07 19:21:12.341524"], ["updated_at", "2016-10-07 19:21:12.341524"]] SQL (0.5ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 322], ["created_at", "2016-10-07 19:21:12.342589"], ["updated_at", "2016-10-07 19:21:12.342589"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 322], ["created_at", "2016-10-07 19:21:12.344541"], ["updated_at", "2016-10-07 19:21:12.344541"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 322], ["created_at", "2016-10-07 19:21:12.345487"], ["updated_at", "2016-10-07 19:21:12.345487"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 322], ["created_at", "2016-10-07 19:21:12.346391"], ["updated_at", "2016-10-07 19:21:12.346391"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 322], ["created_at", "2016-10-07 19:21:12.347323"], ["updated_at", "2016-10-07 19:21:12.347323"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 322], ["created_at", "2016-10-07 19:21:12.348170"], ["updated_at", "2016-10-07 19:21:12.348170"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 323], ["created_at", "2016-10-07 19:21:12.349131"], ["updated_at", "2016-10-07 19:21:12.349131"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 323], ["created_at", "2016-10-07 19:21:12.349993"], ["updated_at", "2016-10-07 19:21:12.349993"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 323], ["created_at", "2016-10-07 19:21:12.350917"], ["updated_at", "2016-10-07 19:21:12.350917"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 323], ["created_at", "2016-10-07 19:21:12.351782"], ["updated_at", "2016-10-07 19:21:12.351782"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 323], ["created_at", "2016-10-07 19:21:12.352680"], ["updated_at", "2016-10-07 19:21:12.352680"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 323], ["created_at", "2016-10-07 19:21:12.353645"], ["updated_at", "2016-10-07 19:21:12.353645"]] SQL (0.5ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 324], ["created_at", "2016-10-07 19:21:12.359608"], ["updated_at", "2016-10-07 19:21:12.359608"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 324], ["created_at", "2016-10-07 19:21:12.361700"], ["updated_at", "2016-10-07 19:21:12.361700"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 324], ["created_at", "2016-10-07 19:21:12.362752"], ["updated_at", "2016-10-07 19:21:12.362752"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 324], ["created_at", "2016-10-07 19:21:12.363606"], ["updated_at", "2016-10-07 19:21:12.363606"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 324], ["created_at", "2016-10-07 19:21:12.364394"], ["updated_at", "2016-10-07 19:21:12.364394"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 324], ["created_at", "2016-10-07 19:21:12.365184"], ["updated_at", "2016-10-07 19:21:12.365184"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 325], ["created_at", "2016-10-07 19:21:12.366031"], ["updated_at", "2016-10-07 19:21:12.366031"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 325], ["created_at", "2016-10-07 19:21:12.366847"], ["updated_at", "2016-10-07 19:21:12.366847"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 325], ["created_at", "2016-10-07 19:21:12.367659"], ["updated_at", "2016-10-07 19:21:12.367659"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 325], ["created_at", "2016-10-07 19:21:12.368485"], ["updated_at", "2016-10-07 19:21:12.368485"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 325], ["created_at", "2016-10-07 19:21:12.369261"], ["updated_at", "2016-10-07 19:21:12.369261"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 325], ["created_at", "2016-10-07 19:21:12.370096"], ["updated_at", "2016-10-07 19:21:12.370096"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 326], ["created_at", "2016-10-07 19:21:12.370980"], ["updated_at", "2016-10-07 19:21:12.370980"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 326], ["created_at", "2016-10-07 19:21:12.371888"], ["updated_at", "2016-10-07 19:21:12.371888"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 326], ["created_at", "2016-10-07 19:21:12.372680"], ["updated_at", "2016-10-07 19:21:12.372680"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 326], ["created_at", "2016-10-07 19:21:12.373502"], ["updated_at", "2016-10-07 19:21:12.373502"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 326], ["created_at", "2016-10-07 19:21:12.374305"], ["updated_at", "2016-10-07 19:21:12.374305"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 326], ["created_at", "2016-10-07 19:21:12.375372"], ["updated_at", "2016-10-07 19:21:12.375372"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 327], ["created_at", "2016-10-07 19:21:12.376543"], ["updated_at", "2016-10-07 19:21:12.376543"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 327], ["created_at", "2016-10-07 19:21:12.378007"], ["updated_at", "2016-10-07 19:21:12.378007"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 327], ["created_at", "2016-10-07 19:21:12.380376"], ["updated_at", "2016-10-07 19:21:12.380376"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 327], ["created_at", "2016-10-07 19:21:12.381497"], ["updated_at", "2016-10-07 19:21:12.381497"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 327], ["created_at", "2016-10-07 19:21:12.382451"], ["updated_at", "2016-10-07 19:21:12.382451"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 328], ["created_at", "2016-10-07 19:21:12.383310"], ["updated_at", "2016-10-07 19:21:12.383310"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 328], ["created_at", "2016-10-07 19:21:12.384151"], ["updated_at", "2016-10-07 19:21:12.384151"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 328], ["created_at", "2016-10-07 19:21:12.384956"], ["updated_at", "2016-10-07 19:21:12.384956"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 328], ["created_at", "2016-10-07 19:21:12.385723"], ["updated_at", "2016-10-07 19:21:12.385723"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 328], ["created_at", "2016-10-07 19:21:12.386529"], ["updated_at", "2016-10-07 19:21:12.386529"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 328], ["created_at", "2016-10-07 19:21:12.387345"], ["updated_at", "2016-10-07 19:21:12.387345"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 329], ["created_at", "2016-10-07 19:21:12.388236"], ["updated_at", "2016-10-07 19:21:12.388236"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 329], ["created_at", "2016-10-07 19:21:12.389054"], ["updated_at", "2016-10-07 19:21:12.389054"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 329], ["created_at", "2016-10-07 19:21:12.389844"], ["updated_at", "2016-10-07 19:21:12.389844"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 329], ["created_at", "2016-10-07 19:21:12.390693"], ["updated_at", "2016-10-07 19:21:12.390693"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 329], ["created_at", "2016-10-07 19:21:12.391485"], ["updated_at", "2016-10-07 19:21:12.391485"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 329], ["created_at", "2016-10-07 19:21:12.392397"], ["updated_at", "2016-10-07 19:21:12.392397"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 330], ["created_at", "2016-10-07 19:21:12.393673"], ["updated_at", "2016-10-07 19:21:12.393673"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 330], ["created_at", "2016-10-07 19:21:12.394710"], ["updated_at", "2016-10-07 19:21:12.394710"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 330], ["created_at", "2016-10-07 19:21:12.396540"], ["updated_at", "2016-10-07 19:21:12.396540"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 330], ["created_at", "2016-10-07 19:21:12.397405"], ["updated_at", "2016-10-07 19:21:12.397405"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 330], ["created_at", "2016-10-07 19:21:12.398238"], ["updated_at", "2016-10-07 19:21:12.398238"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 330], ["created_at", "2016-10-07 19:21:12.399149"], ["updated_at", "2016-10-07 19:21:12.399149"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 331], ["created_at", "2016-10-07 19:21:12.399953"], ["updated_at", "2016-10-07 19:21:12.399953"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 331], ["created_at", "2016-10-07 19:21:12.400902"], ["updated_at", "2016-10-07 19:21:12.400902"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 331], ["created_at", "2016-10-07 19:21:12.401735"], ["updated_at", "2016-10-07 19:21:12.401735"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 331], ["created_at", "2016-10-07 19:21:12.402548"], ["updated_at", "2016-10-07 19:21:12.402548"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 331], ["created_at", "2016-10-07 19:21:12.403372"], ["updated_at", "2016-10-07 19:21:12.403372"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 331], ["created_at", "2016-10-07 19:21:12.404146"], ["updated_at", "2016-10-07 19:21:12.404146"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 332], ["created_at", "2016-10-07 19:21:12.405124"], ["updated_at", "2016-10-07 19:21:12.405124"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 332], ["created_at", "2016-10-07 19:21:12.405915"], ["updated_at", "2016-10-07 19:21:12.405915"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 332], ["created_at", "2016-10-07 19:21:12.406708"], ["updated_at", "2016-10-07 19:21:12.406708"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 332], ["created_at", "2016-10-07 19:21:12.407514"], ["updated_at", "2016-10-07 19:21:12.407514"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 332], ["created_at", "2016-10-07 19:21:12.408315"], ["updated_at", "2016-10-07 19:21:12.408315"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 332], ["created_at", "2016-10-07 19:21:12.409113"], ["updated_at", "2016-10-07 19:21:12.409113"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 333], ["created_at", "2016-10-07 19:21:12.410162"], ["updated_at", "2016-10-07 19:21:12.410162"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 333], ["created_at", "2016-10-07 19:21:12.411331"], ["updated_at", "2016-10-07 19:21:12.411331"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 333], ["created_at", "2016-10-07 19:21:12.412412"], ["updated_at", "2016-10-07 19:21:12.412412"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 333], ["created_at", "2016-10-07 19:21:12.414133"], ["updated_at", "2016-10-07 19:21:12.414133"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 333], ["created_at", "2016-10-07 19:21:12.415098"], ["updated_at", "2016-10-07 19:21:12.415098"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 333], ["created_at", "2016-10-07 19:21:12.415953"], ["updated_at", "2016-10-07 19:21:12.415953"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 334], ["created_at", "2016-10-07 19:21:12.416767"], ["updated_at", "2016-10-07 19:21:12.416767"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 334], ["created_at", "2016-10-07 19:21:12.417573"], ["updated_at", "2016-10-07 19:21:12.417573"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 334], ["created_at", "2016-10-07 19:21:12.418386"], ["updated_at", "2016-10-07 19:21:12.418386"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 334], ["created_at", "2016-10-07 19:21:12.419160"], ["updated_at", "2016-10-07 19:21:12.419160"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 334], ["created_at", "2016-10-07 19:21:12.420074"], ["updated_at", "2016-10-07 19:21:12.420074"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 334], ["created_at", "2016-10-07 19:21:12.421006"], ["updated_at", "2016-10-07 19:21:12.421006"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 335], ["created_at", "2016-10-07 19:21:12.421847"], ["updated_at", "2016-10-07 19:21:12.421847"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 335], ["created_at", "2016-10-07 19:21:12.422664"], ["updated_at", "2016-10-07 19:21:12.422664"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 335], ["created_at", "2016-10-07 19:21:12.423484"], ["updated_at", "2016-10-07 19:21:12.423484"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 335], ["created_at", "2016-10-07 19:21:12.424296"], ["updated_at", "2016-10-07 19:21:12.424296"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 335], ["created_at", "2016-10-07 19:21:12.425147"], ["updated_at", "2016-10-07 19:21:12.425147"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 335], ["created_at", "2016-10-07 19:21:12.425912"], ["updated_at", "2016-10-07 19:21:12.425912"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 336], ["created_at", "2016-10-07 19:21:12.426742"], ["updated_at", "2016-10-07 19:21:12.426742"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 336], ["created_at", "2016-10-07 19:21:12.428018"], ["updated_at", "2016-10-07 19:21:12.428018"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 336], ["created_at", "2016-10-07 19:21:12.428978"], ["updated_at", "2016-10-07 19:21:12.428978"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 336], ["created_at", "2016-10-07 19:21:12.430873"], ["updated_at", "2016-10-07 19:21:12.430873"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 336], ["created_at", "2016-10-07 19:21:12.431933"], ["updated_at", "2016-10-07 19:21:12.431933"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 336], ["created_at", "2016-10-07 19:21:12.432866"], ["updated_at", "2016-10-07 19:21:12.432866"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 337], ["created_at", "2016-10-07 19:21:12.433660"], ["updated_at", "2016-10-07 19:21:12.433660"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 337], ["created_at", "2016-10-07 19:21:12.434423"], ["updated_at", "2016-10-07 19:21:12.434423"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 337], ["created_at", "2016-10-07 19:21:12.435276"], ["updated_at", "2016-10-07 19:21:12.435276"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 337], ["created_at", "2016-10-07 19:21:12.436099"], ["updated_at", "2016-10-07 19:21:12.436099"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 337], ["created_at", "2016-10-07 19:21:12.436919"], ["updated_at", "2016-10-07 19:21:12.436919"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 338], ["created_at", "2016-10-07 19:21:12.437883"], ["updated_at", "2016-10-07 19:21:12.437883"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 338], ["created_at", "2016-10-07 19:21:12.438864"], ["updated_at", "2016-10-07 19:21:12.438864"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 338], ["created_at", "2016-10-07 19:21:12.439989"], ["updated_at", "2016-10-07 19:21:12.439989"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 338], ["created_at", "2016-10-07 19:21:12.441100"], ["updated_at", "2016-10-07 19:21:12.441100"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 338], ["created_at", "2016-10-07 19:21:12.442164"], ["updated_at", "2016-10-07 19:21:12.442164"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 339], ["created_at", "2016-10-07 19:21:12.443347"], ["updated_at", "2016-10-07 19:21:12.443347"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 339], ["created_at", "2016-10-07 19:21:12.444620"], ["updated_at", "2016-10-07 19:21:12.444620"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 339], ["created_at", "2016-10-07 19:21:12.447299"], ["updated_at", "2016-10-07 19:21:12.447299"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 339], ["created_at", "2016-10-07 19:21:12.449608"], ["updated_at", "2016-10-07 19:21:12.449608"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 339], ["created_at", "2016-10-07 19:21:12.452147"], ["updated_at", "2016-10-07 19:21:12.452147"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 340], ["created_at", "2016-10-07 19:21:12.453274"], ["updated_at", "2016-10-07 19:21:12.453274"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 340], ["created_at", "2016-10-07 19:21:12.454229"], ["updated_at", "2016-10-07 19:21:12.454229"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 340], ["created_at", "2016-10-07 19:21:12.455125"], ["updated_at", "2016-10-07 19:21:12.455125"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 340], ["created_at", "2016-10-07 19:21:12.455928"], ["updated_at", "2016-10-07 19:21:12.455928"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 340], ["created_at", "2016-10-07 19:21:12.456736"], ["updated_at", "2016-10-07 19:21:12.456736"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 341], ["created_at", "2016-10-07 19:21:12.457536"], ["updated_at", "2016-10-07 19:21:12.457536"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 341], ["created_at", "2016-10-07 19:21:12.458446"], ["updated_at", "2016-10-07 19:21:12.458446"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 341], ["created_at", "2016-10-07 19:21:12.459376"], ["updated_at", "2016-10-07 19:21:12.459376"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 341], ["created_at", "2016-10-07 19:21:12.460177"], ["updated_at", "2016-10-07 19:21:12.460177"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 341], ["created_at", "2016-10-07 19:21:12.460961"], ["updated_at", "2016-10-07 19:21:12.460961"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 341], ["created_at", "2016-10-07 19:21:12.462237"], ["updated_at", "2016-10-07 19:21:12.462237"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 342], ["created_at", "2016-10-07 19:21:12.463217"], ["updated_at", "2016-10-07 19:21:12.463217"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 342], ["created_at", "2016-10-07 19:21:12.464021"], ["updated_at", "2016-10-07 19:21:12.464021"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 342], ["created_at", "2016-10-07 19:21:12.465004"], ["updated_at", "2016-10-07 19:21:12.465004"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 342], ["created_at", "2016-10-07 19:21:12.465958"], ["updated_at", "2016-10-07 19:21:12.465958"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 342], ["created_at", "2016-10-07 19:21:12.467784"], ["updated_at", "2016-10-07 19:21:12.467784"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 342], ["created_at", "2016-10-07 19:21:12.468710"], ["updated_at", "2016-10-07 19:21:12.468710"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 343], ["created_at", "2016-10-07 19:21:12.469571"], ["updated_at", "2016-10-07 19:21:12.469571"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 343], ["created_at", "2016-10-07 19:21:12.470527"], ["updated_at", "2016-10-07 19:21:12.470527"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 343], ["created_at", "2016-10-07 19:21:12.471371"], ["updated_at", "2016-10-07 19:21:12.471371"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 343], ["created_at", "2016-10-07 19:21:12.472176"], ["updated_at", "2016-10-07 19:21:12.472176"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 343], ["created_at", "2016-10-07 19:21:12.472977"], ["updated_at", "2016-10-07 19:21:12.472977"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 343], ["created_at", "2016-10-07 19:21:12.473785"], ["updated_at", "2016-10-07 19:21:12.473785"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 344], ["created_at", "2016-10-07 19:21:12.474621"], ["updated_at", "2016-10-07 19:21:12.474621"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 344], ["created_at", "2016-10-07 19:21:12.475413"], ["updated_at", "2016-10-07 19:21:12.475413"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 344], ["created_at", "2016-10-07 19:21:12.476195"], ["updated_at", "2016-10-07 19:21:12.476195"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 344], ["created_at", "2016-10-07 19:21:12.476979"], ["updated_at", "2016-10-07 19:21:12.476979"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 344], ["created_at", "2016-10-07 19:21:12.477954"], ["updated_at", "2016-10-07 19:21:12.477954"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 344], ["created_at", "2016-10-07 19:21:12.478873"], ["updated_at", "2016-10-07 19:21:12.478873"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 345], ["created_at", "2016-10-07 19:21:12.480161"], ["updated_at", "2016-10-07 19:21:12.480161"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 345], ["created_at", "2016-10-07 19:21:12.481218"], ["updated_at", "2016-10-07 19:21:12.481218"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 345], ["created_at", "2016-10-07 19:21:12.482085"], ["updated_at", "2016-10-07 19:21:12.482085"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 345], ["created_at", "2016-10-07 19:21:12.483902"], ["updated_at", "2016-10-07 19:21:12.483902"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 345], ["created_at", "2016-10-07 19:21:12.484909"], ["updated_at", "2016-10-07 19:21:12.484909"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 345], ["created_at", "2016-10-07 19:21:12.485800"], ["updated_at", "2016-10-07 19:21:12.485800"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 346], ["created_at", "2016-10-07 19:21:12.487229"], ["updated_at", "2016-10-07 19:21:12.487229"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 346], ["created_at", "2016-10-07 19:21:12.488346"], ["updated_at", "2016-10-07 19:21:12.488346"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 346], ["created_at", "2016-10-07 19:21:12.489292"], ["updated_at", "2016-10-07 19:21:12.489292"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 346], ["created_at", "2016-10-07 19:21:12.490228"], ["updated_at", "2016-10-07 19:21:12.490228"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 346], ["created_at", "2016-10-07 19:21:12.491199"], ["updated_at", "2016-10-07 19:21:12.491199"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 346], ["created_at", "2016-10-07 19:21:12.492231"], ["updated_at", "2016-10-07 19:21:12.492231"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 347], ["created_at", "2016-10-07 19:21:12.493441"], ["updated_at", "2016-10-07 19:21:12.493441"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 347], ["created_at", "2016-10-07 19:21:12.494489"], ["updated_at", "2016-10-07 19:21:12.494489"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 347], ["created_at", "2016-10-07 19:21:12.495575"], ["updated_at", "2016-10-07 19:21:12.495575"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 347], ["created_at", "2016-10-07 19:21:12.496756"], ["updated_at", "2016-10-07 19:21:12.496756"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 347], ["created_at", "2016-10-07 19:21:12.498205"], ["updated_at", "2016-10-07 19:21:12.498205"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 347], ["created_at", "2016-10-07 19:21:12.500141"], ["updated_at", "2016-10-07 19:21:12.500141"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 348], ["created_at", "2016-10-07 19:21:12.501307"], ["updated_at", "2016-10-07 19:21:12.501307"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 348], ["created_at", "2016-10-07 19:21:12.502140"], ["updated_at", "2016-10-07 19:21:12.502140"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 348], ["created_at", "2016-10-07 19:21:12.503023"], ["updated_at", "2016-10-07 19:21:12.503023"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 348], ["created_at", "2016-10-07 19:21:12.503984"], ["updated_at", "2016-10-07 19:21:12.503984"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 348], ["created_at", "2016-10-07 19:21:12.504817"], ["updated_at", "2016-10-07 19:21:12.504817"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 348], ["created_at", "2016-10-07 19:21:12.505620"], ["updated_at", "2016-10-07 19:21:12.505620"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 349], ["created_at", "2016-10-07 19:21:12.506412"], ["updated_at", "2016-10-07 19:21:12.506412"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 349], ["created_at", "2016-10-07 19:21:12.507392"], ["updated_at", "2016-10-07 19:21:12.507392"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 349], ["created_at", "2016-10-07 19:21:12.508250"], ["updated_at", "2016-10-07 19:21:12.508250"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 349], ["created_at", "2016-10-07 19:21:12.509044"], ["updated_at", "2016-10-07 19:21:12.509044"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 349], ["created_at", "2016-10-07 19:21:12.509826"], ["updated_at", "2016-10-07 19:21:12.509826"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 349], ["created_at", "2016-10-07 19:21:12.510666"], ["updated_at", "2016-10-07 19:21:12.510666"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 350], ["created_at", "2016-10-07 19:21:12.511463"], ["updated_at", "2016-10-07 19:21:12.511463"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 350], ["created_at", "2016-10-07 19:21:12.512251"], ["updated_at", "2016-10-07 19:21:12.512251"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 350], ["created_at", "2016-10-07 19:21:12.513045"], ["updated_at", "2016-10-07 19:21:12.513045"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 350], ["created_at", "2016-10-07 19:21:12.513830"], ["updated_at", "2016-10-07 19:21:12.513830"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 350], ["created_at", "2016-10-07 19:21:12.514662"], ["updated_at", "2016-10-07 19:21:12.514662"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 350], ["created_at", "2016-10-07 19:21:12.515508"], ["updated_at", "2016-10-07 19:21:12.515508"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 351], ["created_at", "2016-10-07 19:21:12.516386"], ["updated_at", "2016-10-07 19:21:12.516386"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 351], ["created_at", "2016-10-07 19:21:12.517334"], ["updated_at", "2016-10-07 19:21:12.517334"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 351], ["created_at", "2016-10-07 19:21:12.518146"], ["updated_at", "2016-10-07 19:21:12.518146"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 351], ["created_at", "2016-10-07 19:21:12.519001"], ["updated_at", "2016-10-07 19:21:12.519001"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 351], ["created_at", "2016-10-07 19:21:12.519803"], ["updated_at", "2016-10-07 19:21:12.519803"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 351], ["created_at", "2016-10-07 19:21:12.520788"], ["updated_at", "2016-10-07 19:21:12.520788"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 352], ["created_at", "2016-10-07 19:21:12.521593"], ["updated_at", "2016-10-07 19:21:12.521593"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 352], ["created_at", "2016-10-07 19:21:12.522486"], ["updated_at", "2016-10-07 19:21:12.522486"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 352], ["created_at", "2016-10-07 19:21:12.523351"], ["updated_at", "2016-10-07 19:21:12.523351"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 352], ["created_at", "2016-10-07 19:21:12.524123"], ["updated_at", "2016-10-07 19:21:12.524123"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 352], ["created_at", "2016-10-07 19:21:12.524926"], ["updated_at", "2016-10-07 19:21:12.524926"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 353], ["created_at", "2016-10-07 19:21:12.525712"], ["updated_at", "2016-10-07 19:21:12.525712"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 353], ["created_at", "2016-10-07 19:21:12.526528"], ["updated_at", "2016-10-07 19:21:12.526528"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 353], ["created_at", "2016-10-07 19:21:12.527339"], ["updated_at", "2016-10-07 19:21:12.527339"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 353], ["created_at", "2016-10-07 19:21:12.528134"], ["updated_at", "2016-10-07 19:21:12.528134"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 353], ["created_at", "2016-10-07 19:21:12.528916"], ["updated_at", "2016-10-07 19:21:12.528916"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 354], ["created_at", "2016-10-07 19:21:12.529685"], ["updated_at", "2016-10-07 19:21:12.529685"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 354], ["created_at", "2016-10-07 19:21:12.530478"], ["updated_at", "2016-10-07 19:21:12.530478"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 354], ["created_at", "2016-10-07 19:21:12.531313"], ["updated_at", "2016-10-07 19:21:12.531313"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 354], ["created_at", "2016-10-07 19:21:12.532150"], ["updated_at", "2016-10-07 19:21:12.532150"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 354], ["created_at", "2016-10-07 19:21:12.532971"], ["updated_at", "2016-10-07 19:21:12.532971"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 354], ["created_at", "2016-10-07 19:21:12.533777"], ["updated_at", "2016-10-07 19:21:12.533777"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 355], ["created_at", "2016-10-07 19:21:12.534612"], ["updated_at", "2016-10-07 19:21:12.534612"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 355], ["created_at", "2016-10-07 19:21:12.535403"], ["updated_at", "2016-10-07 19:21:12.535403"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 355], ["created_at", "2016-10-07 19:21:12.536201"], ["updated_at", "2016-10-07 19:21:12.536201"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 355], ["created_at", "2016-10-07 19:21:12.537166"], ["updated_at", "2016-10-07 19:21:12.537166"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 355], ["created_at", "2016-10-07 19:21:12.537980"], ["updated_at", "2016-10-07 19:21:12.537980"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 355], ["created_at", "2016-10-07 19:21:12.538805"], ["updated_at", "2016-10-07 19:21:12.538805"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 356], ["created_at", "2016-10-07 19:21:12.539597"], ["updated_at", "2016-10-07 19:21:12.539597"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 356], ["created_at", "2016-10-07 19:21:12.540387"], ["updated_at", "2016-10-07 19:21:12.540387"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 356], ["created_at", "2016-10-07 19:21:12.541188"], ["updated_at", "2016-10-07 19:21:12.541188"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 356], ["created_at", "2016-10-07 19:21:12.542006"], ["updated_at", "2016-10-07 19:21:12.542006"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 356], ["created_at", "2016-10-07 19:21:12.542829"], ["updated_at", "2016-10-07 19:21:12.542829"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 356], ["created_at", "2016-10-07 19:21:12.543625"], ["updated_at", "2016-10-07 19:21:12.543625"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 357], ["created_at", "2016-10-07 19:21:12.544392"], ["updated_at", "2016-10-07 19:21:12.544392"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 357], ["created_at", "2016-10-07 19:21:12.545219"], ["updated_at", "2016-10-07 19:21:12.545219"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 357], ["created_at", "2016-10-07 19:21:12.546009"], ["updated_at", "2016-10-07 19:21:12.546009"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 357], ["created_at", "2016-10-07 19:21:12.546815"], ["updated_at", "2016-10-07 19:21:12.546815"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 357], ["created_at", "2016-10-07 19:21:12.547609"], ["updated_at", "2016-10-07 19:21:12.547609"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 357], ["created_at", "2016-10-07 19:21:12.548404"], ["updated_at", "2016-10-07 19:21:12.548404"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 358], ["created_at", "2016-10-07 19:21:12.549201"], ["updated_at", "2016-10-07 19:21:12.549201"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 358], ["created_at", "2016-10-07 19:21:12.549994"], ["updated_at", "2016-10-07 19:21:12.549994"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 358], ["created_at", "2016-10-07 19:21:12.550792"], ["updated_at", "2016-10-07 19:21:12.550792"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 358], ["created_at", "2016-10-07 19:21:12.551739"], ["updated_at", "2016-10-07 19:21:12.551739"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 358], ["created_at", "2016-10-07 19:21:12.552543"], ["updated_at", "2016-10-07 19:21:12.552543"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 358], ["created_at", "2016-10-07 19:21:12.553576"], ["updated_at", "2016-10-07 19:21:12.553576"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 359], ["created_at", "2016-10-07 19:21:12.554396"], ["updated_at", "2016-10-07 19:21:12.554396"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 359], ["created_at", "2016-10-07 19:21:12.555291"], ["updated_at", "2016-10-07 19:21:12.555291"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 359], ["created_at", "2016-10-07 19:21:12.556083"], ["updated_at", "2016-10-07 19:21:12.556083"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 359], ["created_at", "2016-10-07 19:21:12.556872"], ["updated_at", "2016-10-07 19:21:12.556872"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 359], ["created_at", "2016-10-07 19:21:12.557663"], ["updated_at", "2016-10-07 19:21:12.557663"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 359], ["created_at", "2016-10-07 19:21:12.558445"], ["updated_at", "2016-10-07 19:21:12.558445"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 360], ["created_at", "2016-10-07 19:21:12.559586"], ["updated_at", "2016-10-07 19:21:12.559586"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 360], ["created_at", "2016-10-07 19:21:12.560516"], ["updated_at", "2016-10-07 19:21:12.560516"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 360], ["created_at", "2016-10-07 19:21:12.561405"], ["updated_at", "2016-10-07 19:21:12.561405"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 360], ["created_at", "2016-10-07 19:21:12.562255"], ["updated_at", "2016-10-07 19:21:12.562255"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 360], ["created_at", "2016-10-07 19:21:12.563143"], ["updated_at", "2016-10-07 19:21:12.563143"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 360], ["created_at", "2016-10-07 19:21:12.564007"], ["updated_at", "2016-10-07 19:21:12.564007"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 361], ["created_at", "2016-10-07 19:21:12.564883"], ["updated_at", "2016-10-07 19:21:12.564883"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 361], ["created_at", "2016-10-07 19:21:12.565784"], ["updated_at", "2016-10-07 19:21:12.565784"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 361], ["created_at", "2016-10-07 19:21:12.566692"], ["updated_at", "2016-10-07 19:21:12.566692"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 361], ["created_at", "2016-10-07 19:21:12.567568"], ["updated_at", "2016-10-07 19:21:12.567568"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 361], ["created_at", "2016-10-07 19:21:12.568462"], ["updated_at", "2016-10-07 19:21:12.568462"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 361], ["created_at", "2016-10-07 19:21:12.569516"], ["updated_at", "2016-10-07 19:21:12.569516"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 362], ["created_at", "2016-10-07 19:21:12.570371"], ["updated_at", "2016-10-07 19:21:12.570371"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 362], ["created_at", "2016-10-07 19:21:12.571254"], ["updated_at", "2016-10-07 19:21:12.571254"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 362], ["created_at", "2016-10-07 19:21:12.572064"], ["updated_at", "2016-10-07 19:21:12.572064"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 362], ["created_at", "2016-10-07 19:21:12.572867"], ["updated_at", "2016-10-07 19:21:12.572867"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 362], ["created_at", "2016-10-07 19:21:12.573720"], ["updated_at", "2016-10-07 19:21:12.573720"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 363], ["created_at", "2016-10-07 19:21:12.574577"], ["updated_at", "2016-10-07 19:21:12.574577"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 363], ["created_at", "2016-10-07 19:21:12.575423"], ["updated_at", "2016-10-07 19:21:12.575423"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 363], ["created_at", "2016-10-07 19:21:12.576235"], ["updated_at", "2016-10-07 19:21:12.576235"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 363], ["created_at", "2016-10-07 19:21:12.577071"], ["updated_at", "2016-10-07 19:21:12.577071"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 363], ["created_at", "2016-10-07 19:21:12.577926"], ["updated_at", "2016-10-07 19:21:12.577926"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 363], ["created_at", "2016-10-07 19:21:12.578776"], ["updated_at", "2016-10-07 19:21:12.578776"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 364], ["created_at", "2016-10-07 19:21:12.579587"], ["updated_at", "2016-10-07 19:21:12.579587"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 364], ["created_at", "2016-10-07 19:21:12.580386"], ["updated_at", "2016-10-07 19:21:12.580386"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 364], ["created_at", "2016-10-07 19:21:12.581183"], ["updated_at", "2016-10-07 19:21:12.581183"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 364], ["created_at", "2016-10-07 19:21:12.581980"], ["updated_at", "2016-10-07 19:21:12.581980"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 364], ["created_at", "2016-10-07 19:21:12.582796"], ["updated_at", "2016-10-07 19:21:12.582796"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 364], ["created_at", "2016-10-07 19:21:12.583593"], ["updated_at", "2016-10-07 19:21:12.583593"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 365], ["created_at", "2016-10-07 19:21:12.584386"], ["updated_at", "2016-10-07 19:21:12.584386"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 365], ["created_at", "2016-10-07 19:21:12.585210"], ["updated_at", "2016-10-07 19:21:12.585210"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 365], ["created_at", "2016-10-07 19:21:12.586182"], ["updated_at", "2016-10-07 19:21:12.586182"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 365], ["created_at", "2016-10-07 19:21:12.587053"], ["updated_at", "2016-10-07 19:21:12.587053"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 365], ["created_at", "2016-10-07 19:21:12.587990"], ["updated_at", "2016-10-07 19:21:12.587990"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 365], ["created_at", "2016-10-07 19:21:12.588816"], ["updated_at", "2016-10-07 19:21:12.588816"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 366], ["created_at", "2016-10-07 19:21:12.589615"], ["updated_at", "2016-10-07 19:21:12.589615"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 366], ["created_at", "2016-10-07 19:21:12.590428"], ["updated_at", "2016-10-07 19:21:12.590428"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 366], ["created_at", "2016-10-07 19:21:12.591233"], ["updated_at", "2016-10-07 19:21:12.591233"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 366], ["created_at", "2016-10-07 19:21:12.592040"], ["updated_at", "2016-10-07 19:21:12.592040"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 366], ["created_at", "2016-10-07 19:21:12.592854"], ["updated_at", "2016-10-07 19:21:12.592854"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 366], ["created_at", "2016-10-07 19:21:12.593677"], ["updated_at", "2016-10-07 19:21:12.593677"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 367], ["created_at", "2016-10-07 19:21:12.594469"], ["updated_at", "2016-10-07 19:21:12.594469"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 367], ["created_at", "2016-10-07 19:21:12.595282"], ["updated_at", "2016-10-07 19:21:12.595282"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 367], ["created_at", "2016-10-07 19:21:12.596071"], ["updated_at", "2016-10-07 19:21:12.596071"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 367], ["created_at", "2016-10-07 19:21:12.596908"], ["updated_at", "2016-10-07 19:21:12.596908"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 367], ["created_at", "2016-10-07 19:21:12.597753"], ["updated_at", "2016-10-07 19:21:12.597753"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 367], ["created_at", "2016-10-07 19:21:12.598567"], ["updated_at", "2016-10-07 19:21:12.598567"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 368], ["created_at", "2016-10-07 19:21:12.599402"], ["updated_at", "2016-10-07 19:21:12.599402"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 368], ["created_at", "2016-10-07 19:21:12.600196"], ["updated_at", "2016-10-07 19:21:12.600196"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 368], ["created_at", "2016-10-07 19:21:12.600983"], ["updated_at", "2016-10-07 19:21:12.600983"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 368], ["created_at", "2016-10-07 19:21:12.601892"], ["updated_at", "2016-10-07 19:21:12.601892"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 368], ["created_at", "2016-10-07 19:21:12.602727"], ["updated_at", "2016-10-07 19:21:12.602727"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 368], ["created_at", "2016-10-07 19:21:12.603552"], ["updated_at", "2016-10-07 19:21:12.603552"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 369], ["created_at", "2016-10-07 19:21:12.604381"], ["updated_at", "2016-10-07 19:21:12.604381"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 369], ["created_at", "2016-10-07 19:21:12.605190"], ["updated_at", "2016-10-07 19:21:12.605190"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 369], ["created_at", "2016-10-07 19:21:12.606013"], ["updated_at", "2016-10-07 19:21:12.606013"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 369], ["created_at", "2016-10-07 19:21:12.606936"], ["updated_at", "2016-10-07 19:21:12.606936"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 369], ["created_at", "2016-10-07 19:21:12.607737"], ["updated_at", "2016-10-07 19:21:12.607737"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 370], ["created_at", "2016-10-07 19:21:12.608528"], ["updated_at", "2016-10-07 19:21:12.608528"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 370], ["created_at", "2016-10-07 19:21:12.609335"], ["updated_at", "2016-10-07 19:21:12.609335"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 370], ["created_at", "2016-10-07 19:21:12.610139"], ["updated_at", "2016-10-07 19:21:12.610139"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 370], ["created_at", "2016-10-07 19:21:12.610958"], ["updated_at", "2016-10-07 19:21:12.610958"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 370], ["created_at", "2016-10-07 19:21:12.611782"], ["updated_at", "2016-10-07 19:21:12.611782"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 371], ["created_at", "2016-10-07 19:21:12.612582"], ["updated_at", "2016-10-07 19:21:12.612582"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 371], ["created_at", "2016-10-07 19:21:12.613391"], ["updated_at", "2016-10-07 19:21:12.613391"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 371], ["created_at", "2016-10-07 19:21:12.614169"], ["updated_at", "2016-10-07 19:21:12.614169"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 371], ["created_at", "2016-10-07 19:21:12.615005"], ["updated_at", "2016-10-07 19:21:12.615005"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 371], ["created_at", "2016-10-07 19:21:12.615794"], ["updated_at", "2016-10-07 19:21:12.615794"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 371], ["created_at", "2016-10-07 19:21:12.616645"], ["updated_at", "2016-10-07 19:21:12.616645"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 372], ["created_at", "2016-10-07 19:21:12.617442"], ["updated_at", "2016-10-07 19:21:12.617442"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 372], ["created_at", "2016-10-07 19:21:12.618366"], ["updated_at", "2016-10-07 19:21:12.618366"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 372], ["created_at", "2016-10-07 19:21:12.619190"], ["updated_at", "2016-10-07 19:21:12.619190"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 372], ["created_at", "2016-10-07 19:21:12.620001"], ["updated_at", "2016-10-07 19:21:12.620001"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 372], ["created_at", "2016-10-07 19:21:12.620826"], ["updated_at", "2016-10-07 19:21:12.620826"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 373], ["created_at", "2016-10-07 19:21:12.621640"], ["updated_at", "2016-10-07 19:21:12.621640"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 373], ["created_at", "2016-10-07 19:21:12.622446"], ["updated_at", "2016-10-07 19:21:12.622446"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 373], ["created_at", "2016-10-07 19:21:12.623283"], ["updated_at", "2016-10-07 19:21:12.623283"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 373], ["created_at", "2016-10-07 19:21:12.624092"], ["updated_at", "2016-10-07 19:21:12.624092"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 373], ["created_at", "2016-10-07 19:21:12.624921"], ["updated_at", "2016-10-07 19:21:12.624921"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 373], ["created_at", "2016-10-07 19:21:12.625759"], ["updated_at", "2016-10-07 19:21:12.625759"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 374], ["created_at", "2016-10-07 19:21:12.626596"], ["updated_at", "2016-10-07 19:21:12.626596"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 374], ["created_at", "2016-10-07 19:21:12.627406"], ["updated_at", "2016-10-07 19:21:12.627406"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 374], ["created_at", "2016-10-07 19:21:12.628201"], ["updated_at", "2016-10-07 19:21:12.628201"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 374], ["created_at", "2016-10-07 19:21:12.629022"], ["updated_at", "2016-10-07 19:21:12.629022"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 374], ["created_at", "2016-10-07 19:21:12.629846"], ["updated_at", "2016-10-07 19:21:12.629846"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 374], ["created_at", "2016-10-07 19:21:12.630711"], ["updated_at", "2016-10-07 19:21:12.630711"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 375], ["created_at", "2016-10-07 19:21:12.631517"], ["updated_at", "2016-10-07 19:21:12.631517"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 375], ["created_at", "2016-10-07 19:21:12.632322"], ["updated_at", "2016-10-07 19:21:12.632322"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 375], ["created_at", "2016-10-07 19:21:12.633128"], ["updated_at", "2016-10-07 19:21:12.633128"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 375], ["created_at", "2016-10-07 19:21:12.633943"], ["updated_at", "2016-10-07 19:21:12.633943"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 375], ["created_at", "2016-10-07 19:21:12.634911"], ["updated_at", "2016-10-07 19:21:12.634911"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 376], ["created_at", "2016-10-07 19:21:12.635831"], ["updated_at", "2016-10-07 19:21:12.635831"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 376], ["created_at", "2016-10-07 19:21:12.636716"], ["updated_at", "2016-10-07 19:21:12.636716"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 376], ["created_at", "2016-10-07 19:21:12.637583"], ["updated_at", "2016-10-07 19:21:12.637583"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 376], ["created_at", "2016-10-07 19:21:12.638421"], ["updated_at", "2016-10-07 19:21:12.638421"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 376], ["created_at", "2016-10-07 19:21:12.639236"], ["updated_at", "2016-10-07 19:21:12.639236"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 376], ["created_at", "2016-10-07 19:21:12.640059"], ["updated_at", "2016-10-07 19:21:12.640059"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 377], ["created_at", "2016-10-07 19:21:12.640897"], ["updated_at", "2016-10-07 19:21:12.640897"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 377], ["created_at", "2016-10-07 19:21:12.641737"], ["updated_at", "2016-10-07 19:21:12.641737"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 377], ["created_at", "2016-10-07 19:21:12.642615"], ["updated_at", "2016-10-07 19:21:12.642615"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 377], ["created_at", "2016-10-07 19:21:12.643596"], ["updated_at", "2016-10-07 19:21:12.643596"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 377], ["created_at", "2016-10-07 19:21:12.644653"], ["updated_at", "2016-10-07 19:21:12.644653"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 377], ["created_at", "2016-10-07 19:21:12.645791"], ["updated_at", "2016-10-07 19:21:12.645791"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 378], ["created_at", "2016-10-07 19:21:12.656459"], ["updated_at", "2016-10-07 19:21:12.656459"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 378], ["created_at", "2016-10-07 19:21:12.657376"], ["updated_at", "2016-10-07 19:21:12.657376"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 378], ["created_at", "2016-10-07 19:21:12.658188"], ["updated_at", "2016-10-07 19:21:12.658188"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 378], ["created_at", "2016-10-07 19:21:12.659047"], ["updated_at", "2016-10-07 19:21:12.659047"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 378], ["created_at", "2016-10-07 19:21:12.660037"], ["updated_at", "2016-10-07 19:21:12.660037"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 379], ["created_at", "2016-10-07 19:21:12.661300"], ["updated_at", "2016-10-07 19:21:12.661300"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 379], ["created_at", "2016-10-07 19:21:12.662186"], ["updated_at", "2016-10-07 19:21:12.662186"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 379], ["created_at", "2016-10-07 19:21:12.663030"], ["updated_at", "2016-10-07 19:21:12.663030"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 379], ["created_at", "2016-10-07 19:21:12.663839"], ["updated_at", "2016-10-07 19:21:12.663839"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 379], ["created_at", "2016-10-07 19:21:12.664624"], ["updated_at", "2016-10-07 19:21:12.664624"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 379], ["created_at", "2016-10-07 19:21:12.665480"], ["updated_at", "2016-10-07 19:21:12.665480"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 380], ["created_at", "2016-10-07 19:21:12.666334"], ["updated_at", "2016-10-07 19:21:12.666334"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 380], ["created_at", "2016-10-07 19:21:12.667310"], ["updated_at", "2016-10-07 19:21:12.667310"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 380], ["created_at", "2016-10-07 19:21:12.668125"], ["updated_at", "2016-10-07 19:21:12.668125"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 380], ["created_at", "2016-10-07 19:21:12.668919"], ["updated_at", "2016-10-07 19:21:12.668919"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 380], ["created_at", "2016-10-07 19:21:12.669708"], ["updated_at", "2016-10-07 19:21:12.669708"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 381], ["created_at", "2016-10-07 19:21:12.670661"], ["updated_at", "2016-10-07 19:21:12.670661"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 381], ["created_at", "2016-10-07 19:21:12.671470"], ["updated_at", "2016-10-07 19:21:12.671470"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 381], ["created_at", "2016-10-07 19:21:12.672274"], ["updated_at", "2016-10-07 19:21:12.672274"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 381], ["created_at", "2016-10-07 19:21:12.673052"], ["updated_at", "2016-10-07 19:21:12.673052"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 381], ["created_at", "2016-10-07 19:21:12.673853"], ["updated_at", "2016-10-07 19:21:12.673853"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 381], ["created_at", "2016-10-07 19:21:12.674653"], ["updated_at", "2016-10-07 19:21:12.674653"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 382], ["created_at", "2016-10-07 19:21:12.675447"], ["updated_at", "2016-10-07 19:21:12.675447"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 382], ["created_at", "2016-10-07 19:21:12.676249"], ["updated_at", "2016-10-07 19:21:12.676249"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 382], ["created_at", "2016-10-07 19:21:12.677034"], ["updated_at", "2016-10-07 19:21:12.677034"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 382], ["created_at", "2016-10-07 19:21:12.677848"], ["updated_at", "2016-10-07 19:21:12.677848"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 382], ["created_at", "2016-10-07 19:21:12.678676"], ["updated_at", "2016-10-07 19:21:12.678676"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 383], ["created_at", "2016-10-07 19:21:12.679525"], ["updated_at", "2016-10-07 19:21:12.679525"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 383], ["created_at", "2016-10-07 19:21:12.680551"], ["updated_at", "2016-10-07 19:21:12.680551"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 383], ["created_at", "2016-10-07 19:21:12.681345"], ["updated_at", "2016-10-07 19:21:12.681345"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 383], ["created_at", "2016-10-07 19:21:12.682135"], ["updated_at", "2016-10-07 19:21:12.682135"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 383], ["created_at", "2016-10-07 19:21:12.682991"], ["updated_at", "2016-10-07 19:21:12.682991"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 383], ["created_at", "2016-10-07 19:21:12.683923"], ["updated_at", "2016-10-07 19:21:12.683923"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 384], ["created_at", "2016-10-07 19:21:12.684706"], ["updated_at", "2016-10-07 19:21:12.684706"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 384], ["created_at", "2016-10-07 19:21:12.685476"], ["updated_at", "2016-10-07 19:21:12.685476"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 384], ["created_at", "2016-10-07 19:21:12.686266"], ["updated_at", "2016-10-07 19:21:12.686266"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 384], ["created_at", "2016-10-07 19:21:12.687079"], ["updated_at", "2016-10-07 19:21:12.687079"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 384], ["created_at", "2016-10-07 19:21:12.687878"], ["updated_at", "2016-10-07 19:21:12.687878"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 384], ["created_at", "2016-10-07 19:21:12.688661"], ["updated_at", "2016-10-07 19:21:12.688661"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 385], ["created_at", "2016-10-07 19:21:12.689454"], ["updated_at", "2016-10-07 19:21:12.689454"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 385], ["created_at", "2016-10-07 19:21:12.690246"], ["updated_at", "2016-10-07 19:21:12.690246"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 385], ["created_at", "2016-10-07 19:21:12.691112"], ["updated_at", "2016-10-07 19:21:12.691112"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 385], ["created_at", "2016-10-07 19:21:12.691903"], ["updated_at", "2016-10-07 19:21:12.691903"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 385], ["created_at", "2016-10-07 19:21:12.692691"], ["updated_at", "2016-10-07 19:21:12.692691"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 385], ["created_at", "2016-10-07 19:21:12.693468"], ["updated_at", "2016-10-07 19:21:12.693468"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 386], ["created_at", "2016-10-07 19:21:12.694255"], ["updated_at", "2016-10-07 19:21:12.694255"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 386], ["created_at", "2016-10-07 19:21:12.695093"], ["updated_at", "2016-10-07 19:21:12.695093"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 386], ["created_at", "2016-10-07 19:21:12.695938"], ["updated_at", "2016-10-07 19:21:12.695938"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 386], ["created_at", "2016-10-07 19:21:12.696728"], ["updated_at", "2016-10-07 19:21:12.696728"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 386], ["created_at", "2016-10-07 19:21:12.697503"], ["updated_at", "2016-10-07 19:21:12.697503"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 386], ["created_at", "2016-10-07 19:21:12.698282"], ["updated_at", "2016-10-07 19:21:12.698282"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 387], ["created_at", "2016-10-07 19:21:12.699117"], ["updated_at", "2016-10-07 19:21:12.699117"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 387], ["created_at", "2016-10-07 19:21:12.700164"], ["updated_at", "2016-10-07 19:21:12.700164"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 387], ["created_at", "2016-10-07 19:21:12.700966"], ["updated_at", "2016-10-07 19:21:12.700966"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 387], ["created_at", "2016-10-07 19:21:12.701749"], ["updated_at", "2016-10-07 19:21:12.701749"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 387], ["created_at", "2016-10-07 19:21:12.702565"], ["updated_at", "2016-10-07 19:21:12.702565"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 387], ["created_at", "2016-10-07 19:21:12.703371"], ["updated_at", "2016-10-07 19:21:12.703371"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 388], ["created_at", "2016-10-07 19:21:12.704195"], ["updated_at", "2016-10-07 19:21:12.704195"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 388], ["created_at", "2016-10-07 19:21:12.705014"], ["updated_at", "2016-10-07 19:21:12.705014"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 388], ["created_at", "2016-10-07 19:21:12.705805"], ["updated_at", "2016-10-07 19:21:12.705805"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 388], ["created_at", "2016-10-07 19:21:12.706632"], ["updated_at", "2016-10-07 19:21:12.706632"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 388], ["created_at", "2016-10-07 19:21:12.707433"], ["updated_at", "2016-10-07 19:21:12.707433"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 388], ["created_at", "2016-10-07 19:21:12.708364"], ["updated_at", "2016-10-07 19:21:12.708364"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 389], ["created_at", "2016-10-07 19:21:12.709172"], ["updated_at", "2016-10-07 19:21:12.709172"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 389], ["created_at", "2016-10-07 19:21:12.710002"], ["updated_at", "2016-10-07 19:21:12.710002"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 389], ["created_at", "2016-10-07 19:21:12.710795"], ["updated_at", "2016-10-07 19:21:12.710795"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 389], ["created_at", "2016-10-07 19:21:12.711584"], ["updated_at", "2016-10-07 19:21:12.711584"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 389], ["created_at", "2016-10-07 19:21:12.712350"], ["updated_at", "2016-10-07 19:21:12.712350"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 390], ["created_at", "2016-10-07 19:21:12.713133"], ["updated_at", "2016-10-07 19:21:12.713133"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 390], ["created_at", "2016-10-07 19:21:12.713935"], ["updated_at", "2016-10-07 19:21:12.713935"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 390], ["created_at", "2016-10-07 19:21:12.714724"], ["updated_at", "2016-10-07 19:21:12.714724"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 390], ["created_at", "2016-10-07 19:21:12.715518"], ["updated_at", "2016-10-07 19:21:12.715518"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 390], ["created_at", "2016-10-07 19:21:12.716471"], ["updated_at", "2016-10-07 19:21:12.716471"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 390], ["created_at", "2016-10-07 19:21:12.717265"], ["updated_at", "2016-10-07 19:21:12.717265"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 391], ["created_at", "2016-10-07 19:21:12.718144"], ["updated_at", "2016-10-07 19:21:12.718144"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 391], ["created_at", "2016-10-07 19:21:12.718958"], ["updated_at", "2016-10-07 19:21:12.718958"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 391], ["created_at", "2016-10-07 19:21:12.719791"], ["updated_at", "2016-10-07 19:21:12.719791"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 391], ["created_at", "2016-10-07 19:21:12.720825"], ["updated_at", "2016-10-07 19:21:12.720825"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 391], ["created_at", "2016-10-07 19:21:12.721787"], ["updated_at", "2016-10-07 19:21:12.721787"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 392], ["created_at", "2016-10-07 19:21:12.722811"], ["updated_at", "2016-10-07 19:21:12.722811"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 392], ["created_at", "2016-10-07 19:21:12.723970"], ["updated_at", "2016-10-07 19:21:12.723970"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 392], ["created_at", "2016-10-07 19:21:12.725204"], ["updated_at", "2016-10-07 19:21:12.725204"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 392], ["created_at", "2016-10-07 19:21:12.727712"], ["updated_at", "2016-10-07 19:21:12.727712"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 392], ["created_at", "2016-10-07 19:21:12.729762"], ["updated_at", "2016-10-07 19:21:12.729762"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 392], ["created_at", "2016-10-07 19:21:12.731658"], ["updated_at", "2016-10-07 19:21:12.731658"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 393], ["created_at", "2016-10-07 19:21:12.733288"], ["updated_at", "2016-10-07 19:21:12.733288"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 393], ["created_at", "2016-10-07 19:21:12.734140"], ["updated_at", "2016-10-07 19:21:12.734140"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 393], ["created_at", "2016-10-07 19:21:12.735103"], ["updated_at", "2016-10-07 19:21:12.735103"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 393], ["created_at", "2016-10-07 19:21:12.735894"], ["updated_at", "2016-10-07 19:21:12.735894"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 393], ["created_at", "2016-10-07 19:21:12.736700"], ["updated_at", "2016-10-07 19:21:12.736700"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 393], ["created_at", "2016-10-07 19:21:12.737639"], ["updated_at", "2016-10-07 19:21:12.737639"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 394], ["created_at", "2016-10-07 19:21:12.738437"], ["updated_at", "2016-10-07 19:21:12.738437"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 394], ["created_at", "2016-10-07 19:21:12.739280"], ["updated_at", "2016-10-07 19:21:12.739280"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 394], ["created_at", "2016-10-07 19:21:12.740062"], ["updated_at", "2016-10-07 19:21:12.740062"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 394], ["created_at", "2016-10-07 19:21:12.740879"], ["updated_at", "2016-10-07 19:21:12.740879"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 394], ["created_at", "2016-10-07 19:21:12.741661"], ["updated_at", "2016-10-07 19:21:12.741661"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 394], ["created_at", "2016-10-07 19:21:12.742462"], ["updated_at", "2016-10-07 19:21:12.742462"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 395], ["created_at", "2016-10-07 19:21:12.743295"], ["updated_at", "2016-10-07 19:21:12.743295"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 395], ["created_at", "2016-10-07 19:21:12.744097"], ["updated_at", "2016-10-07 19:21:12.744097"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 395], ["created_at", "2016-10-07 19:21:12.744906"], ["updated_at", "2016-10-07 19:21:12.744906"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 395], ["created_at", "2016-10-07 19:21:12.745690"], ["updated_at", "2016-10-07 19:21:12.745690"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 395], ["created_at", "2016-10-07 19:21:12.746527"], ["updated_at", "2016-10-07 19:21:12.746527"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 396], ["created_at", "2016-10-07 19:21:12.747345"], ["updated_at", "2016-10-07 19:21:12.747345"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 396], ["created_at", "2016-10-07 19:21:12.748139"], ["updated_at", "2016-10-07 19:21:12.748139"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 396], ["created_at", "2016-10-07 19:21:12.749052"], ["updated_at", "2016-10-07 19:21:12.749052"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 396], ["created_at", "2016-10-07 19:21:12.749955"], ["updated_at", "2016-10-07 19:21:12.749955"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 396], ["created_at", "2016-10-07 19:21:12.750784"], ["updated_at", "2016-10-07 19:21:12.750784"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 396], ["created_at", "2016-10-07 19:21:12.751571"], ["updated_at", "2016-10-07 19:21:12.751571"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 397], ["created_at", "2016-10-07 19:21:12.752380"], ["updated_at", "2016-10-07 19:21:12.752380"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 397], ["created_at", "2016-10-07 19:21:12.753180"], ["updated_at", "2016-10-07 19:21:12.753180"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 397], ["created_at", "2016-10-07 19:21:12.753992"], ["updated_at", "2016-10-07 19:21:12.753992"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 397], ["created_at", "2016-10-07 19:21:12.754848"], ["updated_at", "2016-10-07 19:21:12.754848"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 397], ["created_at", "2016-10-07 19:21:12.755732"], ["updated_at", "2016-10-07 19:21:12.755732"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 398], ["created_at", "2016-10-07 19:21:12.756625"], ["updated_at", "2016-10-07 19:21:12.756625"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 398], ["created_at", "2016-10-07 19:21:12.757451"], ["updated_at", "2016-10-07 19:21:12.757451"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 398], ["created_at", "2016-10-07 19:21:12.758248"], ["updated_at", "2016-10-07 19:21:12.758248"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 398], ["created_at", "2016-10-07 19:21:12.759103"], ["updated_at", "2016-10-07 19:21:12.759103"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 398], ["created_at", "2016-10-07 19:21:12.759891"], ["updated_at", "2016-10-07 19:21:12.759891"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 398], ["created_at", "2016-10-07 19:21:12.760696"], ["updated_at", "2016-10-07 19:21:12.760696"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 399], ["created_at", "2016-10-07 19:21:12.761639"], ["updated_at", "2016-10-07 19:21:12.761639"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 399], ["created_at", "2016-10-07 19:21:12.762562"], ["updated_at", "2016-10-07 19:21:12.762562"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 399], ["created_at", "2016-10-07 19:21:12.763434"], ["updated_at", "2016-10-07 19:21:12.763434"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 399], ["created_at", "2016-10-07 19:21:12.764340"], ["updated_at", "2016-10-07 19:21:12.764340"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 399], ["created_at", "2016-10-07 19:21:12.765288"], ["updated_at", "2016-10-07 19:21:12.765288"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 399], ["created_at", "2016-10-07 19:21:12.766185"], ["updated_at", "2016-10-07 19:21:12.766185"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 400], ["created_at", "2016-10-07 19:21:12.767078"], ["updated_at", "2016-10-07 19:21:12.767078"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 400], ["created_at", "2016-10-07 19:21:12.767878"], ["updated_at", "2016-10-07 19:21:12.767878"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 400], ["created_at", "2016-10-07 19:21:12.768662"], ["updated_at", "2016-10-07 19:21:12.768662"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 400], ["created_at", "2016-10-07 19:21:12.769446"], ["updated_at", "2016-10-07 19:21:12.769446"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 400], ["created_at", "2016-10-07 19:21:12.770247"], ["updated_at", "2016-10-07 19:21:12.770247"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 400], ["created_at", "2016-10-07 19:21:12.771107"], ["updated_at", "2016-10-07 19:21:12.771107"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 401], ["created_at", "2016-10-07 19:21:12.771897"], ["updated_at", "2016-10-07 19:21:12.771897"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 401], ["created_at", "2016-10-07 19:21:12.772688"], ["updated_at", "2016-10-07 19:21:12.772688"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 401], ["created_at", "2016-10-07 19:21:12.773472"], ["updated_at", "2016-10-07 19:21:12.773472"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 401], ["created_at", "2016-10-07 19:21:12.774250"], ["updated_at", "2016-10-07 19:21:12.774250"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 401], ["created_at", "2016-10-07 19:21:12.775120"], ["updated_at", "2016-10-07 19:21:12.775120"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 402], ["created_at", "2016-10-07 19:21:12.775949"], ["updated_at", "2016-10-07 19:21:12.775949"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 402], ["created_at", "2016-10-07 19:21:12.776824"], ["updated_at", "2016-10-07 19:21:12.776824"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 402], ["created_at", "2016-10-07 19:21:12.777613"], ["updated_at", "2016-10-07 19:21:12.777613"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 402], ["created_at", "2016-10-07 19:21:12.778391"], ["updated_at", "2016-10-07 19:21:12.778391"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 402], ["created_at", "2016-10-07 19:21:12.779224"], ["updated_at", "2016-10-07 19:21:12.779224"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 403], ["created_at", "2016-10-07 19:21:12.780007"], ["updated_at", "2016-10-07 19:21:12.780007"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 403], ["created_at", "2016-10-07 19:21:12.780791"], ["updated_at", "2016-10-07 19:21:12.780791"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 403], ["created_at", "2016-10-07 19:21:12.781716"], ["updated_at", "2016-10-07 19:21:12.781716"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 403], ["created_at", "2016-10-07 19:21:12.782582"], ["updated_at", "2016-10-07 19:21:12.782582"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 403], ["created_at", "2016-10-07 19:21:12.783384"], ["updated_at", "2016-10-07 19:21:12.783384"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 403], ["created_at", "2016-10-07 19:21:12.784166"], ["updated_at", "2016-10-07 19:21:12.784166"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 404], ["created_at", "2016-10-07 19:21:12.784959"], ["updated_at", "2016-10-07 19:21:12.784959"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 404], ["created_at", "2016-10-07 19:21:12.785774"], ["updated_at", "2016-10-07 19:21:12.785774"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 404], ["created_at", "2016-10-07 19:21:12.786622"], ["updated_at", "2016-10-07 19:21:12.786622"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 404], ["created_at", "2016-10-07 19:21:12.787441"], ["updated_at", "2016-10-07 19:21:12.787441"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 404], ["created_at", "2016-10-07 19:21:12.788235"], ["updated_at", "2016-10-07 19:21:12.788235"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 404], ["created_at", "2016-10-07 19:21:12.789009"], ["updated_at", "2016-10-07 19:21:12.789009"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 405], ["created_at", "2016-10-07 19:21:12.789830"], ["updated_at", "2016-10-07 19:21:12.789830"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 405], ["created_at", "2016-10-07 19:21:12.790660"], ["updated_at", "2016-10-07 19:21:12.790660"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 405], ["created_at", "2016-10-07 19:21:12.791471"], ["updated_at", "2016-10-07 19:21:12.791471"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 405], ["created_at", "2016-10-07 19:21:12.792251"], ["updated_at", "2016-10-07 19:21:12.792251"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 405], ["created_at", "2016-10-07 19:21:12.793078"], ["updated_at", "2016-10-07 19:21:12.793078"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 406], ["created_at", "2016-10-07 19:21:12.793856"], ["updated_at", "2016-10-07 19:21:12.793856"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 406], ["created_at", "2016-10-07 19:21:12.794657"], ["updated_at", "2016-10-07 19:21:12.794657"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 406], ["created_at", "2016-10-07 19:21:12.795513"], ["updated_at", "2016-10-07 19:21:12.795513"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 406], ["created_at", "2016-10-07 19:21:12.796336"], ["updated_at", "2016-10-07 19:21:12.796336"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 406], ["created_at", "2016-10-07 19:21:12.797123"], ["updated_at", "2016-10-07 19:21:12.797123"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 406], ["created_at", "2016-10-07 19:21:12.798065"], ["updated_at", "2016-10-07 19:21:12.798065"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 407], ["created_at", "2016-10-07 19:21:12.798901"], ["updated_at", "2016-10-07 19:21:12.798901"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 407], ["created_at", "2016-10-07 19:21:12.799720"], ["updated_at", "2016-10-07 19:21:12.799720"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 407], ["created_at", "2016-10-07 19:21:12.800517"], ["updated_at", "2016-10-07 19:21:12.800517"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 407], ["created_at", "2016-10-07 19:21:12.801297"], ["updated_at", "2016-10-07 19:21:12.801297"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 407], ["created_at", "2016-10-07 19:21:12.802097"], ["updated_at", "2016-10-07 19:21:12.802097"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 407], ["created_at", "2016-10-07 19:21:12.802919"], ["updated_at", "2016-10-07 19:21:12.802919"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 408], ["created_at", "2016-10-07 19:21:12.803740"], ["updated_at", "2016-10-07 19:21:12.803740"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 408], ["created_at", "2016-10-07 19:21:12.804538"], ["updated_at", "2016-10-07 19:21:12.804538"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 408], ["created_at", "2016-10-07 19:21:12.805357"], ["updated_at", "2016-10-07 19:21:12.805357"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 408], ["created_at", "2016-10-07 19:21:12.806165"], ["updated_at", "2016-10-07 19:21:12.806165"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 408], ["created_at", "2016-10-07 19:21:12.806981"], ["updated_at", "2016-10-07 19:21:12.806981"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 409], ["created_at", "2016-10-07 19:21:12.807800"], ["updated_at", "2016-10-07 19:21:12.807800"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 409], ["created_at", "2016-10-07 19:21:12.808587"], ["updated_at", "2016-10-07 19:21:12.808587"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 409], ["created_at", "2016-10-07 19:21:12.809381"], ["updated_at", "2016-10-07 19:21:12.809381"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 409], ["created_at", "2016-10-07 19:21:12.810155"], ["updated_at", "2016-10-07 19:21:12.810155"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 409], ["created_at", "2016-10-07 19:21:12.810966"], ["updated_at", "2016-10-07 19:21:12.810966"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 409], ["created_at", "2016-10-07 19:21:12.811748"], ["updated_at", "2016-10-07 19:21:12.811748"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 410], ["created_at", "2016-10-07 19:21:12.812540"], ["updated_at", "2016-10-07 19:21:12.812540"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 410], ["created_at", "2016-10-07 19:21:12.813331"], ["updated_at", "2016-10-07 19:21:12.813331"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 410], ["created_at", "2016-10-07 19:21:12.814236"], ["updated_at", "2016-10-07 19:21:12.814236"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 410], ["created_at", "2016-10-07 19:21:12.815082"], ["updated_at", "2016-10-07 19:21:12.815082"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 410], ["created_at", "2016-10-07 19:21:12.815908"], ["updated_at", "2016-10-07 19:21:12.815908"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 410], ["created_at", "2016-10-07 19:21:12.816699"], ["updated_at", "2016-10-07 19:21:12.816699"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 411], ["created_at", "2016-10-07 19:21:12.817478"], ["updated_at", "2016-10-07 19:21:12.817478"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 411], ["created_at", "2016-10-07 19:21:12.818286"], ["updated_at", "2016-10-07 19:21:12.818286"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 411], ["created_at", "2016-10-07 19:21:12.819080"], ["updated_at", "2016-10-07 19:21:12.819080"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 411], ["created_at", "2016-10-07 19:21:12.819892"], ["updated_at", "2016-10-07 19:21:12.819892"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 411], ["created_at", "2016-10-07 19:21:12.820692"], ["updated_at", "2016-10-07 19:21:12.820692"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 412], ["created_at", "2016-10-07 19:21:12.821474"], ["updated_at", "2016-10-07 19:21:12.821474"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 412], ["created_at", "2016-10-07 19:21:12.822337"], ["updated_at", "2016-10-07 19:21:12.822337"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 412], ["created_at", "2016-10-07 19:21:12.823139"], ["updated_at", "2016-10-07 19:21:12.823139"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 412], ["created_at", "2016-10-07 19:21:12.823956"], ["updated_at", "2016-10-07 19:21:12.823956"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 412], ["created_at", "2016-10-07 19:21:12.824801"], ["updated_at", "2016-10-07 19:21:12.824801"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 412], ["created_at", "2016-10-07 19:21:12.825593"], ["updated_at", "2016-10-07 19:21:12.825593"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 413], ["created_at", "2016-10-07 19:21:12.826412"], ["updated_at", "2016-10-07 19:21:12.826412"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 413], ["created_at", "2016-10-07 19:21:12.827236"], ["updated_at", "2016-10-07 19:21:12.827236"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 413], ["created_at", "2016-10-07 19:21:12.828034"], ["updated_at", "2016-10-07 19:21:12.828034"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 413], ["created_at", "2016-10-07 19:21:12.828851"], ["updated_at", "2016-10-07 19:21:12.828851"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 413], ["created_at", "2016-10-07 19:21:12.829661"], ["updated_at", "2016-10-07 19:21:12.829661"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 414], ["created_at", "2016-10-07 19:21:12.830653"], ["updated_at", "2016-10-07 19:21:12.830653"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 414], ["created_at", "2016-10-07 19:21:12.831506"], ["updated_at", "2016-10-07 19:21:12.831506"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 414], ["created_at", "2016-10-07 19:21:12.832404"], ["updated_at", "2016-10-07 19:21:12.832404"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 414], ["created_at", "2016-10-07 19:21:12.833257"], ["updated_at", "2016-10-07 19:21:12.833257"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 414], ["created_at", "2016-10-07 19:21:12.834106"], ["updated_at", "2016-10-07 19:21:12.834106"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 414], ["created_at", "2016-10-07 19:21:12.835047"], ["updated_at", "2016-10-07 19:21:12.835047"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 415], ["created_at", "2016-10-07 19:21:12.835972"], ["updated_at", "2016-10-07 19:21:12.835972"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 415], ["created_at", "2016-10-07 19:21:12.837316"], ["updated_at", "2016-10-07 19:21:12.837316"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 415], ["created_at", "2016-10-07 19:21:12.838229"], ["updated_at", "2016-10-07 19:21:12.838229"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 415], ["created_at", "2016-10-07 19:21:12.839116"], ["updated_at", "2016-10-07 19:21:12.839116"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 415], ["created_at", "2016-10-07 19:21:12.839943"], ["updated_at", "2016-10-07 19:21:12.839943"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 415], ["created_at", "2016-10-07 19:21:12.840738"], ["updated_at", "2016-10-07 19:21:12.840738"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 416], ["created_at", "2016-10-07 19:21:12.841524"], ["updated_at", "2016-10-07 19:21:12.841524"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 416], ["created_at", "2016-10-07 19:21:12.842342"], ["updated_at", "2016-10-07 19:21:12.842342"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 416], ["created_at", "2016-10-07 19:21:12.843197"], ["updated_at", "2016-10-07 19:21:12.843197"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 416], ["created_at", "2016-10-07 19:21:12.844054"], ["updated_at", "2016-10-07 19:21:12.844054"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 416], ["created_at", "2016-10-07 19:21:12.844847"], ["updated_at", "2016-10-07 19:21:12.844847"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 416], ["created_at", "2016-10-07 19:21:12.845638"], ["updated_at", "2016-10-07 19:21:12.845638"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 417], ["created_at", "2016-10-07 19:21:12.846537"], ["updated_at", "2016-10-07 19:21:12.846537"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 417], ["created_at", "2016-10-07 19:21:12.847485"], ["updated_at", "2016-10-07 19:21:12.847485"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 417], ["created_at", "2016-10-07 19:21:12.848368"], ["updated_at", "2016-10-07 19:21:12.848368"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 417], ["created_at", "2016-10-07 19:21:12.849291"], ["updated_at", "2016-10-07 19:21:12.849291"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 417], ["created_at", "2016-10-07 19:21:12.850089"], ["updated_at", "2016-10-07 19:21:12.850089"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 418], ["created_at", "2016-10-07 19:21:12.850943"], ["updated_at", "2016-10-07 19:21:12.850943"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 418], ["created_at", "2016-10-07 19:21:12.851752"], ["updated_at", "2016-10-07 19:21:12.851752"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 418], ["created_at", "2016-10-07 19:21:12.852541"], ["updated_at", "2016-10-07 19:21:12.852541"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 418], ["created_at", "2016-10-07 19:21:12.853369"], ["updated_at", "2016-10-07 19:21:12.853369"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 418], ["created_at", "2016-10-07 19:21:12.854207"], ["updated_at", "2016-10-07 19:21:12.854207"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 418], ["created_at", "2016-10-07 19:21:12.855019"], ["updated_at", "2016-10-07 19:21:12.855019"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 419], ["created_at", "2016-10-07 19:21:12.855851"], ["updated_at", "2016-10-07 19:21:12.855851"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 419], ["created_at", "2016-10-07 19:21:12.856667"], ["updated_at", "2016-10-07 19:21:12.856667"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 419], ["created_at", "2016-10-07 19:21:12.857519"], ["updated_at", "2016-10-07 19:21:12.857519"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 419], ["created_at", "2016-10-07 19:21:12.858391"], ["updated_at", "2016-10-07 19:21:12.858391"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 419], ["created_at", "2016-10-07 19:21:12.859256"], ["updated_at", "2016-10-07 19:21:12.859256"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 419], ["created_at", "2016-10-07 19:21:12.860064"], ["updated_at", "2016-10-07 19:21:12.860064"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 420], ["created_at", "2016-10-07 19:21:12.860858"], ["updated_at", "2016-10-07 19:21:12.860858"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 420], ["created_at", "2016-10-07 19:21:12.861821"], ["updated_at", "2016-10-07 19:21:12.861821"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 420], ["created_at", "2016-10-07 19:21:12.862960"], ["updated_at", "2016-10-07 19:21:12.862960"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 420], ["created_at", "2016-10-07 19:21:12.863821"], ["updated_at", "2016-10-07 19:21:12.863821"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 420], ["created_at", "2016-10-07 19:21:12.864657"], ["updated_at", "2016-10-07 19:21:12.864657"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 420], ["created_at", "2016-10-07 19:21:12.865474"], ["updated_at", "2016-10-07 19:21:12.865474"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 421], ["created_at", "2016-10-07 19:21:12.866276"], ["updated_at", "2016-10-07 19:21:12.866276"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 421], ["created_at", "2016-10-07 19:21:12.867124"], ["updated_at", "2016-10-07 19:21:12.867124"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 421], ["created_at", "2016-10-07 19:21:12.867959"], ["updated_at", "2016-10-07 19:21:12.867959"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 421], ["created_at", "2016-10-07 19:21:12.868771"], ["updated_at", "2016-10-07 19:21:12.868771"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 421], ["created_at", "2016-10-07 19:21:12.869576"], ["updated_at", "2016-10-07 19:21:12.869576"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 421], ["created_at", "2016-10-07 19:21:12.870422"], ["updated_at", "2016-10-07 19:21:12.870422"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 422], ["created_at", "2016-10-07 19:21:12.871317"], ["updated_at", "2016-10-07 19:21:12.871317"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 422], ["created_at", "2016-10-07 19:21:12.872154"], ["updated_at", "2016-10-07 19:21:12.872154"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 422], ["created_at", "2016-10-07 19:21:12.873000"], ["updated_at", "2016-10-07 19:21:12.873000"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 422], ["created_at", "2016-10-07 19:21:12.873785"], ["updated_at", "2016-10-07 19:21:12.873785"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 422], ["created_at", "2016-10-07 19:21:12.874604"], ["updated_at", "2016-10-07 19:21:12.874604"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 422], ["created_at", "2016-10-07 19:21:12.875412"], ["updated_at", "2016-10-07 19:21:12.875412"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 423], ["created_at", "2016-10-07 19:21:12.876214"], ["updated_at", "2016-10-07 19:21:12.876214"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 423], ["created_at", "2016-10-07 19:21:12.877011"], ["updated_at", "2016-10-07 19:21:12.877011"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 423], ["created_at", "2016-10-07 19:21:12.877849"], ["updated_at", "2016-10-07 19:21:12.877849"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 423], ["created_at", "2016-10-07 19:21:12.878657"], ["updated_at", "2016-10-07 19:21:12.878657"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 423], ["created_at", "2016-10-07 19:21:12.879614"], ["updated_at", "2016-10-07 19:21:12.879614"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 423], ["created_at", "2016-10-07 19:21:12.880425"], ["updated_at", "2016-10-07 19:21:12.880425"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 424], ["created_at", "2016-10-07 19:21:12.881235"], ["updated_at", "2016-10-07 19:21:12.881235"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 424], ["created_at", "2016-10-07 19:21:12.882049"], ["updated_at", "2016-10-07 19:21:12.882049"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 424], ["created_at", "2016-10-07 19:21:12.882869"], ["updated_at", "2016-10-07 19:21:12.882869"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 424], ["created_at", "2016-10-07 19:21:12.883661"], ["updated_at", "2016-10-07 19:21:12.883661"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 424], ["created_at", "2016-10-07 19:21:12.884457"], ["updated_at", "2016-10-07 19:21:12.884457"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 424], ["created_at", "2016-10-07 19:21:12.885266"], ["updated_at", "2016-10-07 19:21:12.885266"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 425], ["created_at", "2016-10-07 19:21:12.886071"], ["updated_at", "2016-10-07 19:21:12.886071"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 425], ["created_at", "2016-10-07 19:21:12.886877"], ["updated_at", "2016-10-07 19:21:12.886877"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 425], ["created_at", "2016-10-07 19:21:12.887772"], ["updated_at", "2016-10-07 19:21:12.887772"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 425], ["created_at", "2016-10-07 19:21:12.888612"], ["updated_at", "2016-10-07 19:21:12.888612"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 425], ["created_at", "2016-10-07 19:21:12.889418"], ["updated_at", "2016-10-07 19:21:12.889418"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 425], ["created_at", "2016-10-07 19:21:12.890225"], ["updated_at", "2016-10-07 19:21:12.890225"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 426], ["created_at", "2016-10-07 19:21:12.891036"], ["updated_at", "2016-10-07 19:21:12.891036"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 426], ["created_at", "2016-10-07 19:21:12.891883"], ["updated_at", "2016-10-07 19:21:12.891883"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 426], ["created_at", "2016-10-07 19:21:12.892689"], ["updated_at", "2016-10-07 19:21:12.892689"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 426], ["created_at", "2016-10-07 19:21:12.893504"], ["updated_at", "2016-10-07 19:21:12.893504"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 426], ["created_at", "2016-10-07 19:21:12.894327"], ["updated_at", "2016-10-07 19:21:12.894327"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 426], ["created_at", "2016-10-07 19:21:12.895170"], ["updated_at", "2016-10-07 19:21:12.895170"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 427], ["created_at", "2016-10-07 19:21:12.896114"], ["updated_at", "2016-10-07 19:21:12.896114"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 427], ["created_at", "2016-10-07 19:21:12.896934"], ["updated_at", "2016-10-07 19:21:12.896934"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 427], ["created_at", "2016-10-07 19:21:12.897818"], ["updated_at", "2016-10-07 19:21:12.897818"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 427], ["created_at", "2016-10-07 19:21:12.898685"], ["updated_at", "2016-10-07 19:21:12.898685"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 427], ["created_at", "2016-10-07 19:21:12.899638"], ["updated_at", "2016-10-07 19:21:12.899638"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 427], ["created_at", "2016-10-07 19:21:12.900558"], ["updated_at", "2016-10-07 19:21:12.900558"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 428], ["created_at", "2016-10-07 19:21:12.901392"], ["updated_at", "2016-10-07 19:21:12.901392"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 428], ["created_at", "2016-10-07 19:21:12.902251"], ["updated_at", "2016-10-07 19:21:12.902251"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 428], ["created_at", "2016-10-07 19:21:12.907750"], ["updated_at", "2016-10-07 19:21:12.907750"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 428], ["created_at", "2016-10-07 19:21:12.908682"], ["updated_at", "2016-10-07 19:21:12.908682"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 428], ["created_at", "2016-10-07 19:21:12.909528"], ["updated_at", "2016-10-07 19:21:12.909528"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 429], ["created_at", "2016-10-07 19:21:12.910362"], ["updated_at", "2016-10-07 19:21:12.910362"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 429], ["created_at", "2016-10-07 19:21:12.911269"], ["updated_at", "2016-10-07 19:21:12.911269"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 429], ["created_at", "2016-10-07 19:21:12.912279"], ["updated_at", "2016-10-07 19:21:12.912279"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 429], ["created_at", "2016-10-07 19:21:12.913112"], ["updated_at", "2016-10-07 19:21:12.913112"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 429], ["created_at", "2016-10-07 19:21:12.913975"], ["updated_at", "2016-10-07 19:21:12.913975"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 429], ["created_at", "2016-10-07 19:21:12.914879"], ["updated_at", "2016-10-07 19:21:12.914879"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 430], ["created_at", "2016-10-07 19:21:12.915697"], ["updated_at", "2016-10-07 19:21:12.915697"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 430], ["created_at", "2016-10-07 19:21:12.916573"], ["updated_at", "2016-10-07 19:21:12.916573"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 430], ["created_at", "2016-10-07 19:21:12.917396"], ["updated_at", "2016-10-07 19:21:12.917396"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 430], ["created_at", "2016-10-07 19:21:12.918220"], ["updated_at", "2016-10-07 19:21:12.918220"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 430], ["created_at", "2016-10-07 19:21:12.919087"], ["updated_at", "2016-10-07 19:21:12.919087"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 431], ["created_at", "2016-10-07 19:21:12.919929"], ["updated_at", "2016-10-07 19:21:12.919929"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 431], ["created_at", "2016-10-07 19:21:12.920806"], ["updated_at", "2016-10-07 19:21:12.920806"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 431], ["created_at", "2016-10-07 19:21:12.921628"], ["updated_at", "2016-10-07 19:21:12.921628"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 431], ["created_at", "2016-10-07 19:21:12.922452"], ["updated_at", "2016-10-07 19:21:12.922452"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 431], ["created_at", "2016-10-07 19:21:12.923315"], ["updated_at", "2016-10-07 19:21:12.923315"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 432], ["created_at", "2016-10-07 19:21:12.924133"], ["updated_at", "2016-10-07 19:21:12.924133"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 432], ["created_at", "2016-10-07 19:21:12.924952"], ["updated_at", "2016-10-07 19:21:12.924952"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 432], ["created_at", "2016-10-07 19:21:12.925792"], ["updated_at", "2016-10-07 19:21:12.925792"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 432], ["created_at", "2016-10-07 19:21:12.926693"], ["updated_at", "2016-10-07 19:21:12.926693"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 432], ["created_at", "2016-10-07 19:21:12.927525"], ["updated_at", "2016-10-07 19:21:12.927525"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 432], ["created_at", "2016-10-07 19:21:12.928641"], ["updated_at", "2016-10-07 19:21:12.928641"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 433], ["created_at", "2016-10-07 19:21:12.929520"], ["updated_at", "2016-10-07 19:21:12.929520"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 433], ["created_at", "2016-10-07 19:21:12.930305"], ["updated_at", "2016-10-07 19:21:12.930305"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 433], ["created_at", "2016-10-07 19:21:12.931169"], ["updated_at", "2016-10-07 19:21:12.931169"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 433], ["created_at", "2016-10-07 19:21:12.932059"], ["updated_at", "2016-10-07 19:21:12.932059"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 433], ["created_at", "2016-10-07 19:21:12.932894"], ["updated_at", "2016-10-07 19:21:12.932894"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 434], ["created_at", "2016-10-07 19:21:12.933721"], ["updated_at", "2016-10-07 19:21:12.933721"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 434], ["created_at", "2016-10-07 19:21:12.934579"], ["updated_at", "2016-10-07 19:21:12.934579"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 434], ["created_at", "2016-10-07 19:21:12.935469"], ["updated_at", "2016-10-07 19:21:12.935469"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 434], ["created_at", "2016-10-07 19:21:12.936445"], ["updated_at", "2016-10-07 19:21:12.936445"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 434], ["created_at", "2016-10-07 19:21:12.937293"], ["updated_at", "2016-10-07 19:21:12.937293"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 434], ["created_at", "2016-10-07 19:21:12.938112"], ["updated_at", "2016-10-07 19:21:12.938112"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 435], ["created_at", "2016-10-07 19:21:12.938984"], ["updated_at", "2016-10-07 19:21:12.938984"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 435], ["created_at", "2016-10-07 19:21:12.939814"], ["updated_at", "2016-10-07 19:21:12.939814"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 435], ["created_at", "2016-10-07 19:21:12.940691"], ["updated_at", "2016-10-07 19:21:12.940691"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 435], ["created_at", "2016-10-07 19:21:12.941590"], ["updated_at", "2016-10-07 19:21:12.941590"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 435], ["created_at", "2016-10-07 19:21:12.942402"], ["updated_at", "2016-10-07 19:21:12.942402"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 435], ["created_at", "2016-10-07 19:21:12.943272"], ["updated_at", "2016-10-07 19:21:12.943272"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 436], ["created_at", "2016-10-07 19:21:12.944185"], ["updated_at", "2016-10-07 19:21:12.944185"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 436], ["created_at", "2016-10-07 19:21:12.945105"], ["updated_at", "2016-10-07 19:21:12.945105"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 436], ["created_at", "2016-10-07 19:21:12.946061"], ["updated_at", "2016-10-07 19:21:12.946061"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 436], ["created_at", "2016-10-07 19:21:12.946928"], ["updated_at", "2016-10-07 19:21:12.946928"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 436], ["created_at", "2016-10-07 19:21:12.947753"], ["updated_at", "2016-10-07 19:21:12.947753"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 436], ["created_at", "2016-10-07 19:21:12.948623"], ["updated_at", "2016-10-07 19:21:12.948623"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 437], ["created_at", "2016-10-07 19:21:12.949480"], ["updated_at", "2016-10-07 19:21:12.949480"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 437], ["created_at", "2016-10-07 19:21:12.950371"], ["updated_at", "2016-10-07 19:21:12.950371"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 437], ["created_at", "2016-10-07 19:21:12.951215"], ["updated_at", "2016-10-07 19:21:12.951215"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 437], ["created_at", "2016-10-07 19:21:12.952073"], ["updated_at", "2016-10-07 19:21:12.952073"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 437], ["created_at", "2016-10-07 19:21:12.952916"], ["updated_at", "2016-10-07 19:21:12.952916"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 437], ["created_at", "2016-10-07 19:21:12.953759"], ["updated_at", "2016-10-07 19:21:12.953759"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 438], ["created_at", "2016-10-07 19:21:12.954646"], ["updated_at", "2016-10-07 19:21:12.954646"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 438], ["created_at", "2016-10-07 19:21:12.955541"], ["updated_at", "2016-10-07 19:21:12.955541"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 438], ["created_at", "2016-10-07 19:21:12.956387"], ["updated_at", "2016-10-07 19:21:12.956387"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 438], ["created_at", "2016-10-07 19:21:12.957209"], ["updated_at", "2016-10-07 19:21:12.957209"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 438], ["created_at", "2016-10-07 19:21:12.958021"], ["updated_at", "2016-10-07 19:21:12.958021"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 438], ["created_at", "2016-10-07 19:21:12.958940"], ["updated_at", "2016-10-07 19:21:12.958940"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 439], ["created_at", "2016-10-07 19:21:12.959835"], ["updated_at", "2016-10-07 19:21:12.959835"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 439], ["created_at", "2016-10-07 19:21:12.960817"], ["updated_at", "2016-10-07 19:21:12.960817"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 439], ["created_at", "2016-10-07 19:21:12.961659"], ["updated_at", "2016-10-07 19:21:12.961659"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 439], ["created_at", "2016-10-07 19:21:12.962481"], ["updated_at", "2016-10-07 19:21:12.962481"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 439], ["created_at", "2016-10-07 19:21:12.963596"], ["updated_at", "2016-10-07 19:21:12.963596"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 439], ["created_at", "2016-10-07 19:21:12.964428"], ["updated_at", "2016-10-07 19:21:12.964428"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 440], ["created_at", "2016-10-07 19:21:12.965267"], ["updated_at", "2016-10-07 19:21:12.965267"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 440], ["created_at", "2016-10-07 19:21:12.966092"], ["updated_at", "2016-10-07 19:21:12.966092"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 440], ["created_at", "2016-10-07 19:21:12.966947"], ["updated_at", "2016-10-07 19:21:12.966947"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 440], ["created_at", "2016-10-07 19:21:12.967883"], ["updated_at", "2016-10-07 19:21:12.967883"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 440], ["created_at", "2016-10-07 19:21:12.968731"], ["updated_at", "2016-10-07 19:21:12.968731"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 440], ["created_at", "2016-10-07 19:21:12.969578"], ["updated_at", "2016-10-07 19:21:12.969578"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 441], ["created_at", "2016-10-07 19:21:12.970471"], ["updated_at", "2016-10-07 19:21:12.970471"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 441], ["created_at", "2016-10-07 19:21:12.971351"], ["updated_at", "2016-10-07 19:21:12.971351"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 441], ["created_at", "2016-10-07 19:21:12.972180"], ["updated_at", "2016-10-07 19:21:12.972180"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 441], ["created_at", "2016-10-07 19:21:12.973072"], ["updated_at", "2016-10-07 19:21:12.973072"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 441], ["created_at", "2016-10-07 19:21:12.973892"], ["updated_at", "2016-10-07 19:21:12.973892"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 441], ["created_at", "2016-10-07 19:21:12.974787"], ["updated_at", "2016-10-07 19:21:12.974787"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 442], ["created_at", "2016-10-07 19:21:12.975631"], ["updated_at", "2016-10-07 19:21:12.975631"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 442], ["created_at", "2016-10-07 19:21:12.976447"], ["updated_at", "2016-10-07 19:21:12.976447"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 442], ["created_at", "2016-10-07 19:21:12.977476"], ["updated_at", "2016-10-07 19:21:12.977476"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 442], ["created_at", "2016-10-07 19:21:12.978362"], ["updated_at", "2016-10-07 19:21:12.978362"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 442], ["created_at", "2016-10-07 19:21:12.979230"], ["updated_at", "2016-10-07 19:21:12.979230"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 443], ["created_at", "2016-10-07 19:21:12.980055"], ["updated_at", "2016-10-07 19:21:12.980055"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 443], ["created_at", "2016-10-07 19:21:12.980893"], ["updated_at", "2016-10-07 19:21:12.980893"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 443], ["created_at", "2016-10-07 19:21:12.981711"], ["updated_at", "2016-10-07 19:21:12.981711"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 443], ["created_at", "2016-10-07 19:21:12.982696"], ["updated_at", "2016-10-07 19:21:12.982696"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 443], ["created_at", "2016-10-07 19:21:12.983559"], ["updated_at", "2016-10-07 19:21:12.983559"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 443], ["created_at", "2016-10-07 19:21:12.984400"], ["updated_at", "2016-10-07 19:21:12.984400"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 444], ["created_at", "2016-10-07 19:21:12.985222"], ["updated_at", "2016-10-07 19:21:12.985222"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 444], ["created_at", "2016-10-07 19:21:12.986111"], ["updated_at", "2016-10-07 19:21:12.986111"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 444], ["created_at", "2016-10-07 19:21:12.986986"], ["updated_at", "2016-10-07 19:21:12.986986"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 444], ["created_at", "2016-10-07 19:21:12.987821"], ["updated_at", "2016-10-07 19:21:12.987821"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 444], ["created_at", "2016-10-07 19:21:12.988698"], ["updated_at", "2016-10-07 19:21:12.988698"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 445], ["created_at", "2016-10-07 19:21:12.989564"], ["updated_at", "2016-10-07 19:21:12.989564"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 445], ["created_at", "2016-10-07 19:21:12.990493"], ["updated_at", "2016-10-07 19:21:12.990493"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 445], ["created_at", "2016-10-07 19:21:12.991370"], ["updated_at", "2016-10-07 19:21:12.991370"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 445], ["created_at", "2016-10-07 19:21:12.992328"], ["updated_at", "2016-10-07 19:21:12.992328"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 445], ["created_at", "2016-10-07 19:21:12.993325"], ["updated_at", "2016-10-07 19:21:12.993325"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 445], ["created_at", "2016-10-07 19:21:12.994186"], ["updated_at", "2016-10-07 19:21:12.994186"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 446], ["created_at", "2016-10-07 19:21:12.995022"], ["updated_at", "2016-10-07 19:21:12.995022"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 446], ["created_at", "2016-10-07 19:21:12.995871"], ["updated_at", "2016-10-07 19:21:12.995871"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 446], ["created_at", "2016-10-07 19:21:12.996707"], ["updated_at", "2016-10-07 19:21:12.996707"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 446], ["created_at", "2016-10-07 19:21:12.997567"], ["updated_at", "2016-10-07 19:21:12.997567"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 446], ["created_at", "2016-10-07 19:21:12.998451"], ["updated_at", "2016-10-07 19:21:12.998451"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 446], ["created_at", "2016-10-07 19:21:12.999310"], ["updated_at", "2016-10-07 19:21:12.999310"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 447], ["created_at", "2016-10-07 19:21:13.000150"], ["updated_at", "2016-10-07 19:21:13.000150"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 447], ["created_at", "2016-10-07 19:21:13.001207"], ["updated_at", "2016-10-07 19:21:13.001207"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 447], ["created_at", "2016-10-07 19:21:13.002406"], ["updated_at", "2016-10-07 19:21:13.002406"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 447], ["created_at", "2016-10-07 19:21:13.003697"], ["updated_at", "2016-10-07 19:21:13.003697"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 447], ["created_at", "2016-10-07 19:21:13.005011"], ["updated_at", "2016-10-07 19:21:13.005011"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 447], ["created_at", "2016-10-07 19:21:13.006306"], ["updated_at", "2016-10-07 19:21:13.006306"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 448], ["created_at", "2016-10-07 19:21:13.009223"], ["updated_at", "2016-10-07 19:21:13.009223"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 448], ["created_at", "2016-10-07 19:21:13.011737"], ["updated_at", "2016-10-07 19:21:13.011737"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 448], ["created_at", "2016-10-07 19:21:13.013933"], ["updated_at", "2016-10-07 19:21:13.013933"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 448], ["created_at", "2016-10-07 19:21:13.014986"], ["updated_at", "2016-10-07 19:21:13.014986"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 448], ["created_at", "2016-10-07 19:21:13.015942"], ["updated_at", "2016-10-07 19:21:13.015942"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 448], ["created_at", "2016-10-07 19:21:13.016941"], ["updated_at", "2016-10-07 19:21:13.016941"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 449], ["created_at", "2016-10-07 19:21:13.017862"], ["updated_at", "2016-10-07 19:21:13.017862"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 449], ["created_at", "2016-10-07 19:21:13.018788"], ["updated_at", "2016-10-07 19:21:13.018788"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 449], ["created_at", "2016-10-07 19:21:13.019666"], ["updated_at", "2016-10-07 19:21:13.019666"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 449], ["created_at", "2016-10-07 19:21:13.020700"], ["updated_at", "2016-10-07 19:21:13.020700"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 449], ["created_at", "2016-10-07 19:21:13.021684"], ["updated_at", "2016-10-07 19:21:13.021684"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 450], ["created_at", "2016-10-07 19:21:13.022602"], ["updated_at", "2016-10-07 19:21:13.022602"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 450], ["created_at", "2016-10-07 19:21:13.023485"], ["updated_at", "2016-10-07 19:21:13.023485"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 450], ["created_at", "2016-10-07 19:21:13.024341"], ["updated_at", "2016-10-07 19:21:13.024341"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 450], ["created_at", "2016-10-07 19:21:13.025274"], ["updated_at", "2016-10-07 19:21:13.025274"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 450], ["created_at", "2016-10-07 19:21:13.026279"], ["updated_at", "2016-10-07 19:21:13.026279"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 450], ["created_at", "2016-10-07 19:21:13.027114"], ["updated_at", "2016-10-07 19:21:13.027114"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 451], ["created_at", "2016-10-07 19:21:13.028014"], ["updated_at", "2016-10-07 19:21:13.028014"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 451], ["created_at", "2016-10-07 19:21:13.028929"], ["updated_at", "2016-10-07 19:21:13.028929"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 451], ["created_at", "2016-10-07 19:21:13.029833"], ["updated_at", "2016-10-07 19:21:13.029833"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 451], ["created_at", "2016-10-07 19:21:13.030896"], ["updated_at", "2016-10-07 19:21:13.030896"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 451], ["created_at", "2016-10-07 19:21:13.031862"], ["updated_at", "2016-10-07 19:21:13.031862"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 452], ["created_at", "2016-10-07 19:21:13.033433"], ["updated_at", "2016-10-07 19:21:13.033433"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 452], ["created_at", "2016-10-07 19:21:13.034666"], ["updated_at", "2016-10-07 19:21:13.034666"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 452], ["created_at", "2016-10-07 19:21:13.036172"], ["updated_at", "2016-10-07 19:21:13.036172"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 452], ["created_at", "2016-10-07 19:21:13.037394"], ["updated_at", "2016-10-07 19:21:13.037394"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 452], ["created_at", "2016-10-07 19:21:13.038557"], ["updated_at", "2016-10-07 19:21:13.038557"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 452], ["created_at", "2016-10-07 19:21:13.039784"], ["updated_at", "2016-10-07 19:21:13.039784"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 453], ["created_at", "2016-10-07 19:21:13.041074"], ["updated_at", "2016-10-07 19:21:13.041074"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 453], ["created_at", "2016-10-07 19:21:13.042427"], ["updated_at", "2016-10-07 19:21:13.042427"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 453], ["created_at", "2016-10-07 19:21:13.043627"], ["updated_at", "2016-10-07 19:21:13.043627"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 453], ["created_at", "2016-10-07 19:21:13.044766"], ["updated_at", "2016-10-07 19:21:13.044766"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 453], ["created_at", "2016-10-07 19:21:13.045863"], ["updated_at", "2016-10-07 19:21:13.045863"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 453], ["created_at", "2016-10-07 19:21:13.047329"], ["updated_at", "2016-10-07 19:21:13.047329"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 454], ["created_at", "2016-10-07 19:21:13.048574"], ["updated_at", "2016-10-07 19:21:13.048574"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 454], ["created_at", "2016-10-07 19:21:13.049767"], ["updated_at", "2016-10-07 19:21:13.049767"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 454], ["created_at", "2016-10-07 19:21:13.050936"], ["updated_at", "2016-10-07 19:21:13.050936"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 454], ["created_at", "2016-10-07 19:21:13.052096"], ["updated_at", "2016-10-07 19:21:13.052096"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 454], ["created_at", "2016-10-07 19:21:13.053407"], ["updated_at", "2016-10-07 19:21:13.053407"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 454], ["created_at", "2016-10-07 19:21:13.054636"], ["updated_at", "2016-10-07 19:21:13.054636"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 455], ["created_at", "2016-10-07 19:21:13.055833"], ["updated_at", "2016-10-07 19:21:13.055833"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 455], ["created_at", "2016-10-07 19:21:13.057004"], ["updated_at", "2016-10-07 19:21:13.057004"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 455], ["created_at", "2016-10-07 19:21:13.057957"], ["updated_at", "2016-10-07 19:21:13.057957"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 455], ["created_at", "2016-10-07 19:21:13.059095"], ["updated_at", "2016-10-07 19:21:13.059095"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 455], ["created_at", "2016-10-07 19:21:13.060231"], ["updated_at", "2016-10-07 19:21:13.060231"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 456], ["created_at", "2016-10-07 19:21:13.061281"], ["updated_at", "2016-10-07 19:21:13.061281"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 456], ["created_at", "2016-10-07 19:21:13.062282"], ["updated_at", "2016-10-07 19:21:13.062282"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 456], ["created_at", "2016-10-07 19:21:13.063354"], ["updated_at", "2016-10-07 19:21:13.063354"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 456], ["created_at", "2016-10-07 19:21:13.064768"], ["updated_at", "2016-10-07 19:21:13.064768"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 456], ["created_at", "2016-10-07 19:21:13.066086"], ["updated_at", "2016-10-07 19:21:13.066086"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 456], ["created_at", "2016-10-07 19:21:13.067438"], ["updated_at", "2016-10-07 19:21:13.067438"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 457], ["created_at", "2016-10-07 19:21:13.068892"], ["updated_at", "2016-10-07 19:21:13.068892"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 457], ["created_at", "2016-10-07 19:21:13.070301"], ["updated_at", "2016-10-07 19:21:13.070301"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 457], ["created_at", "2016-10-07 19:21:13.071608"], ["updated_at", "2016-10-07 19:21:13.071608"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 457], ["created_at", "2016-10-07 19:21:13.072772"], ["updated_at", "2016-10-07 19:21:13.072772"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 457], ["created_at", "2016-10-07 19:21:13.074089"], ["updated_at", "2016-10-07 19:21:13.074089"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 457], ["created_at", "2016-10-07 19:21:13.075379"], ["updated_at", "2016-10-07 19:21:13.075379"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 458], ["created_at", "2016-10-07 19:21:13.076914"], ["updated_at", "2016-10-07 19:21:13.076914"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 458], ["created_at", "2016-10-07 19:21:13.078098"], ["updated_at", "2016-10-07 19:21:13.078098"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 458], ["created_at", "2016-10-07 19:21:13.079272"], ["updated_at", "2016-10-07 19:21:13.079272"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 458], ["created_at", "2016-10-07 19:21:13.080565"], ["updated_at", "2016-10-07 19:21:13.080565"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 458], ["created_at", "2016-10-07 19:21:13.081783"], ["updated_at", "2016-10-07 19:21:13.081783"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 458], ["created_at", "2016-10-07 19:21:13.083030"], ["updated_at", "2016-10-07 19:21:13.083030"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 459], ["created_at", "2016-10-07 19:21:13.084216"], ["updated_at", "2016-10-07 19:21:13.084216"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 459], ["created_at", "2016-10-07 19:21:13.085469"], ["updated_at", "2016-10-07 19:21:13.085469"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 459], ["created_at", "2016-10-07 19:21:13.086464"], ["updated_at", "2016-10-07 19:21:13.086464"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 459], ["created_at", "2016-10-07 19:21:13.087462"], ["updated_at", "2016-10-07 19:21:13.087462"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 459], ["created_at", "2016-10-07 19:21:13.088396"], ["updated_at", "2016-10-07 19:21:13.088396"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 459], ["created_at", "2016-10-07 19:21:13.089304"], ["updated_at", "2016-10-07 19:21:13.089304"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 460], ["created_at", "2016-10-07 19:21:13.090351"], ["updated_at", "2016-10-07 19:21:13.090351"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 460], ["created_at", "2016-10-07 19:21:13.091481"], ["updated_at", "2016-10-07 19:21:13.091481"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 460], ["created_at", "2016-10-07 19:21:13.092420"], ["updated_at", "2016-10-07 19:21:13.092420"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 460], ["created_at", "2016-10-07 19:21:13.093316"], ["updated_at", "2016-10-07 19:21:13.093316"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 460], ["created_at", "2016-10-07 19:21:13.094210"], ["updated_at", "2016-10-07 19:21:13.094210"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 460], ["created_at", "2016-10-07 19:21:13.095141"], ["updated_at", "2016-10-07 19:21:13.095141"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 461], ["created_at", "2016-10-07 19:21:13.096047"], ["updated_at", "2016-10-07 19:21:13.096047"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 461], ["created_at", "2016-10-07 19:21:13.097144"], ["updated_at", "2016-10-07 19:21:13.097144"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 461], ["created_at", "2016-10-07 19:21:13.097933"], ["updated_at", "2016-10-07 19:21:13.097933"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 461], ["created_at", "2016-10-07 19:21:13.099033"], ["updated_at", "2016-10-07 19:21:13.099033"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 461], ["created_at", "2016-10-07 19:21:13.099992"], ["updated_at", "2016-10-07 19:21:13.099992"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 461], ["created_at", "2016-10-07 19:21:13.100891"], ["updated_at", "2016-10-07 19:21:13.100891"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 462], ["created_at", "2016-10-07 19:21:13.101792"], ["updated_at", "2016-10-07 19:21:13.101792"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 462], ["created_at", "2016-10-07 19:21:13.102754"], ["updated_at", "2016-10-07 19:21:13.102754"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 462], ["created_at", "2016-10-07 19:21:13.103691"], ["updated_at", "2016-10-07 19:21:13.103691"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 462], ["created_at", "2016-10-07 19:21:13.104703"], ["updated_at", "2016-10-07 19:21:13.104703"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 462], ["created_at", "2016-10-07 19:21:13.105594"], ["updated_at", "2016-10-07 19:21:13.105594"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 462], ["created_at", "2016-10-07 19:21:13.106482"], ["updated_at", "2016-10-07 19:21:13.106482"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 463], ["created_at", "2016-10-07 19:21:13.107718"], ["updated_at", "2016-10-07 19:21:13.107718"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 463], ["created_at", "2016-10-07 19:21:13.108875"], ["updated_at", "2016-10-07 19:21:13.108875"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 463], ["created_at", "2016-10-07 19:21:13.110135"], ["updated_at", "2016-10-07 19:21:13.110135"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 463], ["created_at", "2016-10-07 19:21:13.111260"], ["updated_at", "2016-10-07 19:21:13.111260"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 463], ["created_at", "2016-10-07 19:21:13.112338"], ["updated_at", "2016-10-07 19:21:13.112338"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 463], ["created_at", "2016-10-07 19:21:13.113500"], ["updated_at", "2016-10-07 19:21:13.113500"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 464], ["created_at", "2016-10-07 19:21:13.114566"], ["updated_at", "2016-10-07 19:21:13.114566"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 464], ["created_at", "2016-10-07 19:21:13.115592"], ["updated_at", "2016-10-07 19:21:13.115592"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 464], ["created_at", "2016-10-07 19:21:13.116594"], ["updated_at", "2016-10-07 19:21:13.116594"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 464], ["created_at", "2016-10-07 19:21:13.117694"], ["updated_at", "2016-10-07 19:21:13.117694"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 464], ["created_at", "2016-10-07 19:21:13.119257"], ["updated_at", "2016-10-07 19:21:13.119257"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 465], ["created_at", "2016-10-07 19:21:13.120587"], ["updated_at", "2016-10-07 19:21:13.120587"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 465], ["created_at", "2016-10-07 19:21:13.121672"], ["updated_at", "2016-10-07 19:21:13.121672"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 465], ["created_at", "2016-10-07 19:21:13.122796"], ["updated_at", "2016-10-07 19:21:13.122796"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 465], ["created_at", "2016-10-07 19:21:13.124040"], ["updated_at", "2016-10-07 19:21:13.124040"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 465], ["created_at", "2016-10-07 19:21:13.125110"], ["updated_at", "2016-10-07 19:21:13.125110"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 465], ["created_at", "2016-10-07 19:21:13.126250"], ["updated_at", "2016-10-07 19:21:13.126250"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 466], ["created_at", "2016-10-07 19:21:13.127388"], ["updated_at", "2016-10-07 19:21:13.127388"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 466], ["created_at", "2016-10-07 19:21:13.128597"], ["updated_at", "2016-10-07 19:21:13.128597"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 466], ["created_at", "2016-10-07 19:21:13.129705"], ["updated_at", "2016-10-07 19:21:13.129705"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 466], ["created_at", "2016-10-07 19:21:13.130696"], ["updated_at", "2016-10-07 19:21:13.130696"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 466], ["created_at", "2016-10-07 19:21:13.131768"], ["updated_at", "2016-10-07 19:21:13.131768"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 466], ["created_at", "2016-10-07 19:21:13.132827"], ["updated_at", "2016-10-07 19:21:13.132827"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 467], ["created_at", "2016-10-07 19:21:13.133904"], ["updated_at", "2016-10-07 19:21:13.133904"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 467], ["created_at", "2016-10-07 19:21:13.135022"], ["updated_at", "2016-10-07 19:21:13.135022"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 467], ["created_at", "2016-10-07 19:21:13.136160"], ["updated_at", "2016-10-07 19:21:13.136160"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 467], ["created_at", "2016-10-07 19:21:13.137246"], ["updated_at", "2016-10-07 19:21:13.137246"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 467], ["created_at", "2016-10-07 19:21:13.138700"], ["updated_at", "2016-10-07 19:21:13.138700"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 467], ["created_at", "2016-10-07 19:21:13.140008"], ["updated_at", "2016-10-07 19:21:13.140008"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 468], ["created_at", "2016-10-07 19:21:13.141144"], ["updated_at", "2016-10-07 19:21:13.141144"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 468], ["created_at", "2016-10-07 19:21:13.142221"], ["updated_at", "2016-10-07 19:21:13.142221"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 468], ["created_at", "2016-10-07 19:21:13.143339"], ["updated_at", "2016-10-07 19:21:13.143339"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 468], ["created_at", "2016-10-07 19:21:13.144435"], ["updated_at", "2016-10-07 19:21:13.144435"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 468], ["created_at", "2016-10-07 19:21:13.145878"], ["updated_at", "2016-10-07 19:21:13.145878"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 468], ["created_at", "2016-10-07 19:21:13.147088"], ["updated_at", "2016-10-07 19:21:13.147088"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 469], ["created_at", "2016-10-07 19:21:13.148438"], ["updated_at", "2016-10-07 19:21:13.148438"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 469], ["created_at", "2016-10-07 19:21:13.149699"], ["updated_at", "2016-10-07 19:21:13.149699"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 469], ["created_at", "2016-10-07 19:21:13.150965"], ["updated_at", "2016-10-07 19:21:13.150965"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 469], ["created_at", "2016-10-07 19:21:13.152169"], ["updated_at", "2016-10-07 19:21:13.152169"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 469], ["created_at", "2016-10-07 19:21:13.153449"], ["updated_at", "2016-10-07 19:21:13.153449"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 469], ["created_at", "2016-10-07 19:21:13.154657"], ["updated_at", "2016-10-07 19:21:13.154657"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 470], ["created_at", "2016-10-07 19:21:13.155848"], ["updated_at", "2016-10-07 19:21:13.155848"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 470], ["created_at", "2016-10-07 19:21:13.157138"], ["updated_at", "2016-10-07 19:21:13.157138"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 470], ["created_at", "2016-10-07 19:21:13.158373"], ["updated_at", "2016-10-07 19:21:13.158373"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 470], ["created_at", "2016-10-07 19:21:13.159614"], ["updated_at", "2016-10-07 19:21:13.159614"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 470], ["created_at", "2016-10-07 19:21:13.160789"], ["updated_at", "2016-10-07 19:21:13.160789"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 470], ["created_at", "2016-10-07 19:21:13.161926"], ["updated_at", "2016-10-07 19:21:13.161926"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 471], ["created_at", "2016-10-07 19:21:13.163157"], ["updated_at", "2016-10-07 19:21:13.163157"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 471], ["created_at", "2016-10-07 19:21:13.164424"], ["updated_at", "2016-10-07 19:21:13.164424"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 471], ["created_at", "2016-10-07 19:21:13.165963"], ["updated_at", "2016-10-07 19:21:13.165963"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 471], ["created_at", "2016-10-07 19:21:13.167683"], ["updated_at", "2016-10-07 19:21:13.167683"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 471], ["created_at", "2016-10-07 19:21:13.168505"], ["updated_at", "2016-10-07 19:21:13.168505"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 471], ["created_at", "2016-10-07 19:21:13.169756"], ["updated_at", "2016-10-07 19:21:13.169756"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 472], ["created_at", "2016-10-07 19:21:13.171063"], ["updated_at", "2016-10-07 19:21:13.171063"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 472], ["created_at", "2016-10-07 19:21:13.172300"], ["updated_at", "2016-10-07 19:21:13.172300"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 472], ["created_at", "2016-10-07 19:21:13.173526"], ["updated_at", "2016-10-07 19:21:13.173526"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 472], ["created_at", "2016-10-07 19:21:13.175294"], ["updated_at", "2016-10-07 19:21:13.175294"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 472], ["created_at", "2016-10-07 19:21:13.176539"], ["updated_at", "2016-10-07 19:21:13.176539"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 472], ["created_at", "2016-10-07 19:21:13.177738"], ["updated_at", "2016-10-07 19:21:13.177738"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 473], ["created_at", "2016-10-07 19:21:13.178915"], ["updated_at", "2016-10-07 19:21:13.178915"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 473], ["created_at", "2016-10-07 19:21:13.180139"], ["updated_at", "2016-10-07 19:21:13.180139"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 473], ["created_at", "2016-10-07 19:21:13.181262"], ["updated_at", "2016-10-07 19:21:13.181262"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 473], ["created_at", "2016-10-07 19:21:13.182394"], ["updated_at", "2016-10-07 19:21:13.182394"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 473], ["created_at", "2016-10-07 19:21:13.183587"], ["updated_at", "2016-10-07 19:21:13.183587"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 473], ["created_at", "2016-10-07 19:21:13.184906"], ["updated_at", "2016-10-07 19:21:13.184906"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 474], ["created_at", "2016-10-07 19:21:13.186160"], ["updated_at", "2016-10-07 19:21:13.186160"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 474], ["created_at", "2016-10-07 19:21:13.187465"], ["updated_at", "2016-10-07 19:21:13.187465"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 474], ["created_at", "2016-10-07 19:21:13.198963"], ["updated_at", "2016-10-07 19:21:13.198963"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 474], ["created_at", "2016-10-07 19:21:13.199763"], ["updated_at", "2016-10-07 19:21:13.199763"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 474], ["created_at", "2016-10-07 19:21:13.200557"], ["updated_at", "2016-10-07 19:21:13.200557"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 474], ["created_at", "2016-10-07 19:21:13.201311"], ["updated_at", "2016-10-07 19:21:13.201311"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 475], ["created_at", "2016-10-07 19:21:13.202104"], ["updated_at", "2016-10-07 19:21:13.202104"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 475], ["created_at", "2016-10-07 19:21:13.202939"], ["updated_at", "2016-10-07 19:21:13.202939"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 475], ["created_at", "2016-10-07 19:21:13.203733"], ["updated_at", "2016-10-07 19:21:13.203733"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 475], ["created_at", "2016-10-07 19:21:13.204650"], ["updated_at", "2016-10-07 19:21:13.204650"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 475], ["created_at", "2016-10-07 19:21:13.205575"], ["updated_at", "2016-10-07 19:21:13.205575"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 475], ["created_at", "2016-10-07 19:21:13.206365"], ["updated_at", "2016-10-07 19:21:13.206365"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 476], ["created_at", "2016-10-07 19:21:13.207152"], ["updated_at", "2016-10-07 19:21:13.207152"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 476], ["created_at", "2016-10-07 19:21:13.207955"], ["updated_at", "2016-10-07 19:21:13.207955"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 476], ["created_at", "2016-10-07 19:21:13.208746"], ["updated_at", "2016-10-07 19:21:13.208746"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 476], ["created_at", "2016-10-07 19:21:13.209496"], ["updated_at", "2016-10-07 19:21:13.209496"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 476], ["created_at", "2016-10-07 19:21:13.210273"], ["updated_at", "2016-10-07 19:21:13.210273"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 476], ["created_at", "2016-10-07 19:21:13.211066"], ["updated_at", "2016-10-07 19:21:13.211066"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 477], ["created_at", "2016-10-07 19:21:13.211838"], ["updated_at", "2016-10-07 19:21:13.211838"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 477], ["created_at", "2016-10-07 19:21:13.212610"], ["updated_at", "2016-10-07 19:21:13.212610"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 477], ["created_at", "2016-10-07 19:21:13.213351"], ["updated_at", "2016-10-07 19:21:13.213351"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 477], ["created_at", "2016-10-07 19:21:13.214182"], ["updated_at", "2016-10-07 19:21:13.214182"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 477], ["created_at", "2016-10-07 19:21:13.214988"], ["updated_at", "2016-10-07 19:21:13.214988"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 477], ["created_at", "2016-10-07 19:21:13.215788"], ["updated_at", "2016-10-07 19:21:13.215788"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 478], ["created_at", "2016-10-07 19:21:13.216569"], ["updated_at", "2016-10-07 19:21:13.216569"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 478], ["created_at", "2016-10-07 19:21:13.217314"], ["updated_at", "2016-10-07 19:21:13.217314"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 478], ["created_at", "2016-10-07 19:21:13.218105"], ["updated_at", "2016-10-07 19:21:13.218105"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 478], ["created_at", "2016-10-07 19:21:13.218909"], ["updated_at", "2016-10-07 19:21:13.218909"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 478], ["created_at", "2016-10-07 19:21:13.219690"], ["updated_at", "2016-10-07 19:21:13.219690"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 478], ["created_at", "2016-10-07 19:21:13.220464"], ["updated_at", "2016-10-07 19:21:13.220464"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 479], ["created_at", "2016-10-07 19:21:13.221340"], ["updated_at", "2016-10-07 19:21:13.221340"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 479], ["created_at", "2016-10-07 19:21:13.222134"], ["updated_at", "2016-10-07 19:21:13.222134"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 479], ["created_at", "2016-10-07 19:21:13.222915"], ["updated_at", "2016-10-07 19:21:13.222915"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 479], ["created_at", "2016-10-07 19:21:13.223787"], ["updated_at", "2016-10-07 19:21:13.223787"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 479], ["created_at", "2016-10-07 19:21:13.224595"], ["updated_at", "2016-10-07 19:21:13.224595"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 480], ["created_at", "2016-10-07 19:21:13.225348"], ["updated_at", "2016-10-07 19:21:13.225348"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 480], ["created_at", "2016-10-07 19:21:13.226121"], ["updated_at", "2016-10-07 19:21:13.226121"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 480], ["created_at", "2016-10-07 19:21:13.226896"], ["updated_at", "2016-10-07 19:21:13.226896"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 480], ["created_at", "2016-10-07 19:21:13.227710"], ["updated_at", "2016-10-07 19:21:13.227710"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 480], ["created_at", "2016-10-07 19:21:13.228539"], ["updated_at", "2016-10-07 19:21:13.228539"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 480], ["created_at", "2016-10-07 19:21:13.229361"], ["updated_at", "2016-10-07 19:21:13.229361"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 481], ["created_at", "2016-10-07 19:21:13.230164"], ["updated_at", "2016-10-07 19:21:13.230164"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 481], ["created_at", "2016-10-07 19:21:13.230982"], ["updated_at", "2016-10-07 19:21:13.230982"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 481], ["created_at", "2016-10-07 19:21:13.231754"], ["updated_at", "2016-10-07 19:21:13.231754"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 481], ["created_at", "2016-10-07 19:21:13.232524"], ["updated_at", "2016-10-07 19:21:13.232524"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 481], ["created_at", "2016-10-07 19:21:13.233364"], ["updated_at", "2016-10-07 19:21:13.233364"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 482], ["created_at", "2016-10-07 19:21:13.234143"], ["updated_at", "2016-10-07 19:21:13.234143"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 482], ["created_at", "2016-10-07 19:21:13.234971"], ["updated_at", "2016-10-07 19:21:13.234971"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 482], ["created_at", "2016-10-07 19:21:13.235743"], ["updated_at", "2016-10-07 19:21:13.235743"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 482], ["created_at", "2016-10-07 19:21:13.236542"], ["updated_at", "2016-10-07 19:21:13.236542"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 482], ["created_at", "2016-10-07 19:21:13.237321"], ["updated_at", "2016-10-07 19:21:13.237321"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 482], ["created_at", "2016-10-07 19:21:13.238230"], ["updated_at", "2016-10-07 19:21:13.238230"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 483], ["created_at", "2016-10-07 19:21:13.239048"], ["updated_at", "2016-10-07 19:21:13.239048"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 483], ["created_at", "2016-10-07 19:21:13.239818"], ["updated_at", "2016-10-07 19:21:13.239818"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 483], ["created_at", "2016-10-07 19:21:13.240680"], ["updated_at", "2016-10-07 19:21:13.240680"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 483], ["created_at", "2016-10-07 19:21:13.241432"], ["updated_at", "2016-10-07 19:21:13.241432"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 483], ["created_at", "2016-10-07 19:21:13.242304"], ["updated_at", "2016-10-07 19:21:13.242304"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 483], ["created_at", "2016-10-07 19:21:13.243216"], ["updated_at", "2016-10-07 19:21:13.243216"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 484], ["created_at", "2016-10-07 19:21:13.244040"], ["updated_at", "2016-10-07 19:21:13.244040"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 484], ["created_at", "2016-10-07 19:21:13.244821"], ["updated_at", "2016-10-07 19:21:13.244821"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 484], ["created_at", "2016-10-07 19:21:13.245580"], ["updated_at", "2016-10-07 19:21:13.245580"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 484], ["created_at", "2016-10-07 19:21:13.246363"], ["updated_at", "2016-10-07 19:21:13.246363"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 484], ["created_at", "2016-10-07 19:21:13.247218"], ["updated_at", "2016-10-07 19:21:13.247218"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 484], ["created_at", "2016-10-07 19:21:13.247985"], ["updated_at", "2016-10-07 19:21:13.247985"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 485], ["created_at", "2016-10-07 19:21:13.248767"], ["updated_at", "2016-10-07 19:21:13.248767"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 485], ["created_at", "2016-10-07 19:21:13.249515"], ["updated_at", "2016-10-07 19:21:13.249515"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 485], ["created_at", "2016-10-07 19:21:13.250302"], ["updated_at", "2016-10-07 19:21:13.250302"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 485], ["created_at", "2016-10-07 19:21:13.251104"], ["updated_at", "2016-10-07 19:21:13.251104"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 485], ["created_at", "2016-10-07 19:21:13.251871"], ["updated_at", "2016-10-07 19:21:13.251871"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 485], ["created_at", "2016-10-07 19:21:13.252720"], ["updated_at", "2016-10-07 19:21:13.252720"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 486], ["created_at", "2016-10-07 19:21:13.253516"], ["updated_at", "2016-10-07 19:21:13.253516"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 486], ["created_at", "2016-10-07 19:21:13.254438"], ["updated_at", "2016-10-07 19:21:13.254438"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 486], ["created_at", "2016-10-07 19:21:13.255268"], ["updated_at", "2016-10-07 19:21:13.255268"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 486], ["created_at", "2016-10-07 19:21:13.256087"], ["updated_at", "2016-10-07 19:21:13.256087"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 486], ["created_at", "2016-10-07 19:21:13.256865"], ["updated_at", "2016-10-07 19:21:13.256865"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 487], ["created_at", "2016-10-07 19:21:13.257615"], ["updated_at", "2016-10-07 19:21:13.257615"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 487], ["created_at", "2016-10-07 19:21:13.258383"], ["updated_at", "2016-10-07 19:21:13.258383"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 487], ["created_at", "2016-10-07 19:21:13.259186"], ["updated_at", "2016-10-07 19:21:13.259186"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 487], ["created_at", "2016-10-07 19:21:13.259958"], ["updated_at", "2016-10-07 19:21:13.259958"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 487], ["created_at", "2016-10-07 19:21:13.260733"], ["updated_at", "2016-10-07 19:21:13.260733"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 487], ["created_at", "2016-10-07 19:21:13.261476"], ["updated_at", "2016-10-07 19:21:13.261476"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 488], ["created_at", "2016-10-07 19:21:13.262288"], ["updated_at", "2016-10-07 19:21:13.262288"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 488], ["created_at", "2016-10-07 19:21:13.263238"], ["updated_at", "2016-10-07 19:21:13.263238"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 488], ["created_at", "2016-10-07 19:21:13.264056"], ["updated_at", "2016-10-07 19:21:13.264056"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 488], ["created_at", "2016-10-07 19:21:13.264902"], ["updated_at", "2016-10-07 19:21:13.264902"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 488], ["created_at", "2016-10-07 19:21:13.265962"], ["updated_at", "2016-10-07 19:21:13.265962"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 488], ["created_at", "2016-10-07 19:21:13.266867"], ["updated_at", "2016-10-07 19:21:13.266867"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 489], ["created_at", "2016-10-07 19:21:13.267724"], ["updated_at", "2016-10-07 19:21:13.267724"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 489], ["created_at", "2016-10-07 19:21:13.268531"], ["updated_at", "2016-10-07 19:21:13.268531"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 489], ["created_at", "2016-10-07 19:21:13.269317"], ["updated_at", "2016-10-07 19:21:13.269317"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 489], ["created_at", "2016-10-07 19:21:13.270213"], ["updated_at", "2016-10-07 19:21:13.270213"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 489], ["created_at", "2016-10-07 19:21:13.271068"], ["updated_at", "2016-10-07 19:21:13.271068"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 489], ["created_at", "2016-10-07 19:21:13.271858"], ["updated_at", "2016-10-07 19:21:13.271858"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 490], ["created_at", "2016-10-07 19:21:13.272632"], ["updated_at", "2016-10-07 19:21:13.272632"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 490], ["created_at", "2016-10-07 19:21:13.273412"], ["updated_at", "2016-10-07 19:21:13.273412"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 490], ["created_at", "2016-10-07 19:21:13.274175"], ["updated_at", "2016-10-07 19:21:13.274175"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 490], ["created_at", "2016-10-07 19:21:13.274998"], ["updated_at", "2016-10-07 19:21:13.274998"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 490], ["created_at", "2016-10-07 19:21:13.275799"], ["updated_at", "2016-10-07 19:21:13.275799"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 490], ["created_at", "2016-10-07 19:21:13.276588"], ["updated_at", "2016-10-07 19:21:13.276588"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 491], ["created_at", "2016-10-07 19:21:13.277376"], ["updated_at", "2016-10-07 19:21:13.277376"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 491], ["created_at", "2016-10-07 19:21:13.278123"], ["updated_at", "2016-10-07 19:21:13.278123"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 491], ["created_at", "2016-10-07 19:21:13.278957"], ["updated_at", "2016-10-07 19:21:13.278957"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 491], ["created_at", "2016-10-07 19:21:13.279768"], ["updated_at", "2016-10-07 19:21:13.279768"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 491], ["created_at", "2016-10-07 19:21:13.280665"], ["updated_at", "2016-10-07 19:21:13.280665"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 491], ["created_at", "2016-10-07 19:21:13.281541"], ["updated_at", "2016-10-07 19:21:13.281541"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 492], ["created_at", "2016-10-07 19:21:13.282421"], ["updated_at", "2016-10-07 19:21:13.282421"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 492], ["created_at", "2016-10-07 19:21:13.283428"], ["updated_at", "2016-10-07 19:21:13.283428"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 492], ["created_at", "2016-10-07 19:21:13.284396"], ["updated_at", "2016-10-07 19:21:13.284396"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 492], ["created_at", "2016-10-07 19:21:13.285482"], ["updated_at", "2016-10-07 19:21:13.285482"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 492], ["created_at", "2016-10-07 19:21:13.287311"], ["updated_at", "2016-10-07 19:21:13.287311"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 492], ["created_at", "2016-10-07 19:21:13.289794"], ["updated_at", "2016-10-07 19:21:13.289794"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 493], ["created_at", "2016-10-07 19:21:13.291079"], ["updated_at", "2016-10-07 19:21:13.291079"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 493], ["created_at", "2016-10-07 19:21:13.293220"], ["updated_at", "2016-10-07 19:21:13.293220"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 493], ["created_at", "2016-10-07 19:21:13.295347"], ["updated_at", "2016-10-07 19:21:13.295347"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 493], ["created_at", "2016-10-07 19:21:13.296437"], ["updated_at", "2016-10-07 19:21:13.296437"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 493], ["created_at", "2016-10-07 19:21:13.297295"], ["updated_at", "2016-10-07 19:21:13.297295"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 494], ["created_at", "2016-10-07 19:21:13.298173"], ["updated_at", "2016-10-07 19:21:13.298173"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 494], ["created_at", "2016-10-07 19:21:13.299026"], ["updated_at", "2016-10-07 19:21:13.299026"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 494], ["created_at", "2016-10-07 19:21:13.299873"], ["updated_at", "2016-10-07 19:21:13.299873"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 494], ["created_at", "2016-10-07 19:21:13.300672"], ["updated_at", "2016-10-07 19:21:13.300672"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 494], ["created_at", "2016-10-07 19:21:13.301431"], ["updated_at", "2016-10-07 19:21:13.301431"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 495], ["created_at", "2016-10-07 19:21:13.302209"], ["updated_at", "2016-10-07 19:21:13.302209"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 495], ["created_at", "2016-10-07 19:21:13.303158"], ["updated_at", "2016-10-07 19:21:13.303158"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 495], ["created_at", "2016-10-07 19:21:13.303996"], ["updated_at", "2016-10-07 19:21:13.303996"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 495], ["created_at", "2016-10-07 19:21:13.304767"], ["updated_at", "2016-10-07 19:21:13.304767"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 496], ["created_at", "2016-10-07 19:21:13.305533"], ["updated_at", "2016-10-07 19:21:13.305533"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 496], ["created_at", "2016-10-07 19:21:13.306274"], ["updated_at", "2016-10-07 19:21:13.306274"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 496], ["created_at", "2016-10-07 19:21:13.307057"], ["updated_at", "2016-10-07 19:21:13.307057"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 496], ["created_at", "2016-10-07 19:21:13.307870"], ["updated_at", "2016-10-07 19:21:13.307870"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 496], ["created_at", "2016-10-07 19:21:13.308689"], ["updated_at", "2016-10-07 19:21:13.308689"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 497], ["created_at", "2016-10-07 19:21:13.309485"], ["updated_at", "2016-10-07 19:21:13.309485"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 497], ["created_at", "2016-10-07 19:21:13.310263"], ["updated_at", "2016-10-07 19:21:13.310263"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 497], ["created_at", "2016-10-07 19:21:13.311066"], ["updated_at", "2016-10-07 19:21:13.311066"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 497], ["created_at", "2016-10-07 19:21:13.311860"], ["updated_at", "2016-10-07 19:21:13.311860"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 497], ["created_at", "2016-10-07 19:21:13.312633"], ["updated_at", "2016-10-07 19:21:13.312633"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 498], ["created_at", "2016-10-07 19:21:13.313385"], ["updated_at", "2016-10-07 19:21:13.313385"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 498], ["created_at", "2016-10-07 19:21:13.314198"], ["updated_at", "2016-10-07 19:21:13.314198"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 498], ["created_at", "2016-10-07 19:21:13.315010"], ["updated_at", "2016-10-07 19:21:13.315010"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 498], ["created_at", "2016-10-07 19:21:13.315826"], ["updated_at", "2016-10-07 19:21:13.315826"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 498], ["created_at", "2016-10-07 19:21:13.316637"], ["updated_at", "2016-10-07 19:21:13.316637"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 498], ["created_at", "2016-10-07 19:21:13.317386"], ["updated_at", "2016-10-07 19:21:13.317386"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 499], ["created_at", "2016-10-07 19:21:13.318149"], ["updated_at", "2016-10-07 19:21:13.318149"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 499], ["created_at", "2016-10-07 19:21:13.318990"], ["updated_at", "2016-10-07 19:21:13.318990"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 499], ["created_at", "2016-10-07 19:21:13.319976"], ["updated_at", "2016-10-07 19:21:13.319976"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 499], ["created_at", "2016-10-07 19:21:13.320772"], ["updated_at", "2016-10-07 19:21:13.320772"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 499], ["created_at", "2016-10-07 19:21:13.321543"], ["updated_at", "2016-10-07 19:21:13.321543"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 500], ["created_at", "2016-10-07 19:21:13.322302"], ["updated_at", "2016-10-07 19:21:13.322302"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 500], ["created_at", "2016-10-07 19:21:13.323128"], ["updated_at", "2016-10-07 19:21:13.323128"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 500], ["created_at", "2016-10-07 19:21:13.323900"], ["updated_at", "2016-10-07 19:21:13.323900"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 500], ["created_at", "2016-10-07 19:21:13.324671"], ["updated_at", "2016-10-07 19:21:13.324671"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 500], ["created_at", "2016-10-07 19:21:13.325414"], ["updated_at", "2016-10-07 19:21:13.325414"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 500], ["created_at", "2016-10-07 19:21:13.326190"], ["updated_at", "2016-10-07 19:21:13.326190"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 501], ["created_at", "2016-10-07 19:21:13.326990"], ["updated_at", "2016-10-07 19:21:13.326990"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 501], ["created_at", "2016-10-07 19:21:13.327774"], ["updated_at", "2016-10-07 19:21:13.327774"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 501], ["created_at", "2016-10-07 19:21:13.328537"], ["updated_at", "2016-10-07 19:21:13.328537"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 501], ["created_at", "2016-10-07 19:21:13.329326"], ["updated_at", "2016-10-07 19:21:13.329326"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 501], ["created_at", "2016-10-07 19:21:13.330092"], ["updated_at", "2016-10-07 19:21:13.330092"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 502], ["created_at", "2016-10-07 19:21:13.330909"], ["updated_at", "2016-10-07 19:21:13.330909"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 502], ["created_at", "2016-10-07 19:21:13.331696"], ["updated_at", "2016-10-07 19:21:13.331696"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 502], ["created_at", "2016-10-07 19:21:13.332470"], ["updated_at", "2016-10-07 19:21:13.332470"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 502], ["created_at", "2016-10-07 19:21:13.333236"], ["updated_at", "2016-10-07 19:21:13.333236"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 502], ["created_at", "2016-10-07 19:21:13.333992"], ["updated_at", "2016-10-07 19:21:13.333992"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 502], ["created_at", "2016-10-07 19:21:13.334792"], ["updated_at", "2016-10-07 19:21:13.334792"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 503], ["created_at", "2016-10-07 19:21:13.335688"], ["updated_at", "2016-10-07 19:21:13.335688"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 503], ["created_at", "2016-10-07 19:21:13.336499"], ["updated_at", "2016-10-07 19:21:13.336499"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 503], ["created_at", "2016-10-07 19:21:13.337296"], ["updated_at", "2016-10-07 19:21:13.337296"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 503], ["created_at", "2016-10-07 19:21:13.338038"], ["updated_at", "2016-10-07 19:21:13.338038"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 503], ["created_at", "2016-10-07 19:21:13.338861"], ["updated_at", "2016-10-07 19:21:13.338861"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 503], ["created_at", "2016-10-07 19:21:13.339652"], ["updated_at", "2016-10-07 19:21:13.339652"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 504], ["created_at", "2016-10-07 19:21:13.340426"], ["updated_at", "2016-10-07 19:21:13.340426"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 504], ["created_at", "2016-10-07 19:21:13.341233"], ["updated_at", "2016-10-07 19:21:13.341233"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 504], ["created_at", "2016-10-07 19:21:13.342015"], ["updated_at", "2016-10-07 19:21:13.342015"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 504], ["created_at", "2016-10-07 19:21:13.342818"], ["updated_at", "2016-10-07 19:21:13.342818"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 505], ["created_at", "2016-10-07 19:21:13.343614"], ["updated_at", "2016-10-07 19:21:13.343614"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 505], ["created_at", "2016-10-07 19:21:13.344398"], ["updated_at", "2016-10-07 19:21:13.344398"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 505], ["created_at", "2016-10-07 19:21:13.345165"], ["updated_at", "2016-10-07 19:21:13.345165"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 505], ["created_at", "2016-10-07 19:21:13.345924"], ["updated_at", "2016-10-07 19:21:13.345924"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 505], ["created_at", "2016-10-07 19:21:13.346703"], ["updated_at", "2016-10-07 19:21:13.346703"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 505], ["created_at", "2016-10-07 19:21:13.347470"], ["updated_at", "2016-10-07 19:21:13.347470"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 506], ["created_at", "2016-10-07 19:21:13.348243"], ["updated_at", "2016-10-07 19:21:13.348243"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 506], ["created_at", "2016-10-07 19:21:13.349046"], ["updated_at", "2016-10-07 19:21:13.349046"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 506], ["created_at", "2016-10-07 19:21:13.349792"], ["updated_at", "2016-10-07 19:21:13.349792"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 506], ["created_at", "2016-10-07 19:21:13.350574"], ["updated_at", "2016-10-07 19:21:13.350574"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 506], ["created_at", "2016-10-07 19:21:13.351362"], ["updated_at", "2016-10-07 19:21:13.351362"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 507], ["created_at", "2016-10-07 19:21:13.352259"], ["updated_at", "2016-10-07 19:21:13.352259"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 507], ["created_at", "2016-10-07 19:21:13.353062"], ["updated_at", "2016-10-07 19:21:13.353062"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 507], ["created_at", "2016-10-07 19:21:13.353897"], ["updated_at", "2016-10-07 19:21:13.353897"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 507], ["created_at", "2016-10-07 19:21:13.354686"], ["updated_at", "2016-10-07 19:21:13.354686"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 507], ["created_at", "2016-10-07 19:21:13.355457"], ["updated_at", "2016-10-07 19:21:13.355457"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 507], ["created_at", "2016-10-07 19:21:13.356287"], ["updated_at", "2016-10-07 19:21:13.356287"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 508], ["created_at", "2016-10-07 19:21:13.357057"], ["updated_at", "2016-10-07 19:21:13.357057"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 508], ["created_at", "2016-10-07 19:21:13.357893"], ["updated_at", "2016-10-07 19:21:13.357893"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 508], ["created_at", "2016-10-07 19:21:13.358701"], ["updated_at", "2016-10-07 19:21:13.358701"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 508], ["created_at", "2016-10-07 19:21:13.359494"], ["updated_at", "2016-10-07 19:21:13.359494"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 508], ["created_at", "2016-10-07 19:21:13.360292"], ["updated_at", "2016-10-07 19:21:13.360292"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 508], ["created_at", "2016-10-07 19:21:13.361068"], ["updated_at", "2016-10-07 19:21:13.361068"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 509], ["created_at", "2016-10-07 19:21:13.361833"], ["updated_at", "2016-10-07 19:21:13.361833"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 509], ["created_at", "2016-10-07 19:21:13.362607"], ["updated_at", "2016-10-07 19:21:13.362607"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 509], ["created_at", "2016-10-07 19:21:13.363441"], ["updated_at", "2016-10-07 19:21:13.363441"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 509], ["created_at", "2016-10-07 19:21:13.364215"], ["updated_at", "2016-10-07 19:21:13.364215"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 509], ["created_at", "2016-10-07 19:21:13.365008"], ["updated_at", "2016-10-07 19:21:13.365008"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 509], ["created_at", "2016-10-07 19:21:13.365812"], ["updated_at", "2016-10-07 19:21:13.365812"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 510], ["created_at", "2016-10-07 19:21:13.366791"], ["updated_at", "2016-10-07 19:21:13.366791"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 510], ["created_at", "2016-10-07 19:21:13.367635"], ["updated_at", "2016-10-07 19:21:13.367635"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 510], ["created_at", "2016-10-07 19:21:13.368522"], ["updated_at", "2016-10-07 19:21:13.368522"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 510], ["created_at", "2016-10-07 19:21:13.369379"], ["updated_at", "2016-10-07 19:21:13.369379"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 510], ["created_at", "2016-10-07 19:21:13.370205"], ["updated_at", "2016-10-07 19:21:13.370205"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 510], ["created_at", "2016-10-07 19:21:13.371049"], ["updated_at", "2016-10-07 19:21:13.371049"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 511], ["created_at", "2016-10-07 19:21:13.371821"], ["updated_at", "2016-10-07 19:21:13.371821"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 511], ["created_at", "2016-10-07 19:21:13.372577"], ["updated_at", "2016-10-07 19:21:13.372577"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 511], ["created_at", "2016-10-07 19:21:13.373364"], ["updated_at", "2016-10-07 19:21:13.373364"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 511], ["created_at", "2016-10-07 19:21:13.374133"], ["updated_at", "2016-10-07 19:21:13.374133"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 511], ["created_at", "2016-10-07 19:21:13.374975"], ["updated_at", "2016-10-07 19:21:13.374975"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 511], ["created_at", "2016-10-07 19:21:13.375820"], ["updated_at", "2016-10-07 19:21:13.375820"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 512], ["created_at", "2016-10-07 19:21:13.376594"], ["updated_at", "2016-10-07 19:21:13.376594"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 512], ["created_at", "2016-10-07 19:21:13.377383"], ["updated_at", "2016-10-07 19:21:13.377383"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 512], ["created_at", "2016-10-07 19:21:13.378159"], ["updated_at", "2016-10-07 19:21:13.378159"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 512], ["created_at", "2016-10-07 19:21:13.379266"], ["updated_at", "2016-10-07 19:21:13.379266"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 512], ["created_at", "2016-10-07 19:21:13.380696"], ["updated_at", "2016-10-07 19:21:13.380696"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 512], ["created_at", "2016-10-07 19:21:13.381682"], ["updated_at", "2016-10-07 19:21:13.381682"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 513], ["created_at", "2016-10-07 19:21:13.382497"], ["updated_at", "2016-10-07 19:21:13.382497"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 513], ["created_at", "2016-10-07 19:21:13.383330"], ["updated_at", "2016-10-07 19:21:13.383330"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 513], ["created_at", "2016-10-07 19:21:13.384118"], ["updated_at", "2016-10-07 19:21:13.384118"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 513], ["created_at", "2016-10-07 19:21:13.385008"], ["updated_at", "2016-10-07 19:21:13.385008"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 513], ["created_at", "2016-10-07 19:21:13.385845"], ["updated_at", "2016-10-07 19:21:13.385845"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 514], ["created_at", "2016-10-07 19:21:13.386692"], ["updated_at", "2016-10-07 19:21:13.386692"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 514], ["created_at", "2016-10-07 19:21:13.387488"], ["updated_at", "2016-10-07 19:21:13.387488"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 514], ["created_at", "2016-10-07 19:21:13.388272"], ["updated_at", "2016-10-07 19:21:13.388272"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 514], ["created_at", "2016-10-07 19:21:13.389044"], ["updated_at", "2016-10-07 19:21:13.389044"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 514], ["created_at", "2016-10-07 19:21:13.389790"], ["updated_at", "2016-10-07 19:21:13.389790"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 514], ["created_at", "2016-10-07 19:21:13.390622"], ["updated_at", "2016-10-07 19:21:13.390622"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 515], ["created_at", "2016-10-07 19:21:13.391397"], ["updated_at", "2016-10-07 19:21:13.391397"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 515], ["created_at", "2016-10-07 19:21:13.392185"], ["updated_at", "2016-10-07 19:21:13.392185"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 515], ["created_at", "2016-10-07 19:21:13.392966"], ["updated_at", "2016-10-07 19:21:13.392966"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 515], ["created_at", "2016-10-07 19:21:13.393742"], ["updated_at", "2016-10-07 19:21:13.393742"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 515], ["created_at", "2016-10-07 19:21:13.394484"], ["updated_at", "2016-10-07 19:21:13.394484"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 515], ["created_at", "2016-10-07 19:21:13.395335"], ["updated_at", "2016-10-07 19:21:13.395335"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 516], ["created_at", "2016-10-07 19:21:13.396137"], ["updated_at", "2016-10-07 19:21:13.396137"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 516], ["created_at", "2016-10-07 19:21:13.396909"], ["updated_at", "2016-10-07 19:21:13.396909"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 516], ["created_at", "2016-10-07 19:21:13.397684"], ["updated_at", "2016-10-07 19:21:13.397684"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 516], ["created_at", "2016-10-07 19:21:13.398441"], ["updated_at", "2016-10-07 19:21:13.398441"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 516], ["created_at", "2016-10-07 19:21:13.399240"], ["updated_at", "2016-10-07 19:21:13.399240"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 516], ["created_at", "2016-10-07 19:21:13.400008"], ["updated_at", "2016-10-07 19:21:13.400008"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 517], ["created_at", "2016-10-07 19:21:13.400889"], ["updated_at", "2016-10-07 19:21:13.400889"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 517], ["created_at", "2016-10-07 19:21:13.401699"], ["updated_at", "2016-10-07 19:21:13.401699"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 517], ["created_at", "2016-10-07 19:21:13.402488"], ["updated_at", "2016-10-07 19:21:13.402488"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 517], ["created_at", "2016-10-07 19:21:13.403303"], ["updated_at", "2016-10-07 19:21:13.403303"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 517], ["created_at", "2016-10-07 19:21:13.404083"], ["updated_at", "2016-10-07 19:21:13.404083"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 517], ["created_at", "2016-10-07 19:21:13.404922"], ["updated_at", "2016-10-07 19:21:13.404922"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 518], ["created_at", "2016-10-07 19:21:13.405707"], ["updated_at", "2016-10-07 19:21:13.405707"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 518], ["created_at", "2016-10-07 19:21:13.406508"], ["updated_at", "2016-10-07 19:21:13.406508"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 518], ["created_at", "2016-10-07 19:21:13.407310"], ["updated_at", "2016-10-07 19:21:13.407310"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 518], ["created_at", "2016-10-07 19:21:13.408062"], ["updated_at", "2016-10-07 19:21:13.408062"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 518], ["created_at", "2016-10-07 19:21:13.408834"], ["updated_at", "2016-10-07 19:21:13.408834"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 519], ["created_at", "2016-10-07 19:21:13.409598"], ["updated_at", "2016-10-07 19:21:13.409598"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 519], ["created_at", "2016-10-07 19:21:13.410393"], ["updated_at", "2016-10-07 19:21:13.410393"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 519], ["created_at", "2016-10-07 19:21:13.411190"], ["updated_at", "2016-10-07 19:21:13.411190"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 519], ["created_at", "2016-10-07 19:21:13.411941"], ["updated_at", "2016-10-07 19:21:13.411941"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 519], ["created_at", "2016-10-07 19:21:13.412710"], ["updated_at", "2016-10-07 19:21:13.412710"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 519], ["created_at", "2016-10-07 19:21:13.413501"], ["updated_at", "2016-10-07 19:21:13.413501"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 520], ["created_at", "2016-10-07 19:21:13.414313"], ["updated_at", "2016-10-07 19:21:13.414313"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 520], ["created_at", "2016-10-07 19:21:13.415153"], ["updated_at", "2016-10-07 19:21:13.415153"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 520], ["created_at", "2016-10-07 19:21:13.415929"], ["updated_at", "2016-10-07 19:21:13.415929"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 520], ["created_at", "2016-10-07 19:21:13.416671"], ["updated_at", "2016-10-07 19:21:13.416671"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 520], ["created_at", "2016-10-07 19:21:13.417584"], ["updated_at", "2016-10-07 19:21:13.417584"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 520], ["created_at", "2016-10-07 19:21:13.418366"], ["updated_at", "2016-10-07 19:21:13.418366"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 521], ["created_at", "2016-10-07 19:21:13.419188"], ["updated_at", "2016-10-07 19:21:13.419188"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 521], ["created_at", "2016-10-07 19:21:13.419993"], ["updated_at", "2016-10-07 19:21:13.419993"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 521], ["created_at", "2016-10-07 19:21:13.420772"], ["updated_at", "2016-10-07 19:21:13.420772"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 521], ["created_at", "2016-10-07 19:21:13.421524"], ["updated_at", "2016-10-07 19:21:13.421524"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 521], ["created_at", "2016-10-07 19:21:13.422299"], ["updated_at", "2016-10-07 19:21:13.422299"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 522], ["created_at", "2016-10-07 19:21:13.423084"], ["updated_at", "2016-10-07 19:21:13.423084"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 522], ["created_at", "2016-10-07 19:21:13.423923"], ["updated_at", "2016-10-07 19:21:13.423923"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 522], ["created_at", "2016-10-07 19:21:13.424706"], ["updated_at", "2016-10-07 19:21:13.424706"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 522], ["created_at", "2016-10-07 19:21:13.425450"], ["updated_at", "2016-10-07 19:21:13.425450"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 522], ["created_at", "2016-10-07 19:21:13.426222"], ["updated_at", "2016-10-07 19:21:13.426222"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 522], ["created_at", "2016-10-07 19:21:13.427019"], ["updated_at", "2016-10-07 19:21:13.427019"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 523], ["created_at", "2016-10-07 19:21:13.427798"], ["updated_at", "2016-10-07 19:21:13.427798"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 523], ["created_at", "2016-10-07 19:21:13.428568"], ["updated_at", "2016-10-07 19:21:13.428568"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 523], ["created_at", "2016-10-07 19:21:13.429344"], ["updated_at", "2016-10-07 19:21:13.429344"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 523], ["created_at", "2016-10-07 19:21:13.430085"], ["updated_at", "2016-10-07 19:21:13.430085"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 523], ["created_at", "2016-10-07 19:21:13.430899"], ["updated_at", "2016-10-07 19:21:13.430899"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 524], ["created_at", "2016-10-07 19:21:13.431677"], ["updated_at", "2016-10-07 19:21:13.431677"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 524], ["created_at", "2016-10-07 19:21:13.432462"], ["updated_at", "2016-10-07 19:21:13.432462"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 524], ["created_at", "2016-10-07 19:21:13.433318"], ["updated_at", "2016-10-07 19:21:13.433318"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 524], ["created_at", "2016-10-07 19:21:13.434219"], ["updated_at", "2016-10-07 19:21:13.434219"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 524], ["created_at", "2016-10-07 19:21:13.434987"], ["updated_at", "2016-10-07 19:21:13.434987"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 525], ["created_at", "2016-10-07 19:21:13.435770"], ["updated_at", "2016-10-07 19:21:13.435770"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 525], ["created_at", "2016-10-07 19:21:13.436572"], ["updated_at", "2016-10-07 19:21:13.436572"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 525], ["created_at", "2016-10-07 19:21:13.437370"], ["updated_at", "2016-10-07 19:21:13.437370"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 525], ["created_at", "2016-10-07 19:21:13.438150"], ["updated_at", "2016-10-07 19:21:13.438150"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 525], ["created_at", "2016-10-07 19:21:13.438972"], ["updated_at", "2016-10-07 19:21:13.438972"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 526], ["created_at", "2016-10-07 19:21:13.439721"], ["updated_at", "2016-10-07 19:21:13.439721"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 526], ["created_at", "2016-10-07 19:21:13.440483"], ["updated_at", "2016-10-07 19:21:13.440483"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 526], ["created_at", "2016-10-07 19:21:13.441264"], ["updated_at", "2016-10-07 19:21:13.441264"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 526], ["created_at", "2016-10-07 19:21:13.442076"], ["updated_at", "2016-10-07 19:21:13.442076"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 526], ["created_at", "2016-10-07 19:21:13.442877"], ["updated_at", "2016-10-07 19:21:13.442877"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 526], ["created_at", "2016-10-07 19:21:13.443655"], ["updated_at", "2016-10-07 19:21:13.443655"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 527], ["created_at", "2016-10-07 19:21:13.444442"], ["updated_at", "2016-10-07 19:21:13.444442"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 527], ["created_at", "2016-10-07 19:21:13.445214"], ["updated_at", "2016-10-07 19:21:13.445214"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 527], ["created_at", "2016-10-07 19:21:13.445995"], ["updated_at", "2016-10-07 19:21:13.445995"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 527], ["created_at", "2016-10-07 19:21:13.446802"], ["updated_at", "2016-10-07 19:21:13.446802"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 527], ["created_at", "2016-10-07 19:21:13.447591"], ["updated_at", "2016-10-07 19:21:13.447591"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 527], ["created_at", "2016-10-07 19:21:13.448371"], ["updated_at", "2016-10-07 19:21:13.448371"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 528], ["created_at", "2016-10-07 19:21:13.449159"], ["updated_at", "2016-10-07 19:21:13.449159"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 528], ["created_at", "2016-10-07 19:21:13.450029"], ["updated_at", "2016-10-07 19:21:13.450029"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 528], ["created_at", "2016-10-07 19:21:13.450826"], ["updated_at", "2016-10-07 19:21:13.450826"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 528], ["created_at", "2016-10-07 19:21:13.451609"], ["updated_at", "2016-10-07 19:21:13.451609"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 528], ["created_at", "2016-10-07 19:21:13.452411"], ["updated_at", "2016-10-07 19:21:13.452411"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 529], ["created_at", "2016-10-07 19:21:13.453275"], ["updated_at", "2016-10-07 19:21:13.453275"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 529], ["created_at", "2016-10-07 19:21:13.454076"], ["updated_at", "2016-10-07 19:21:13.454076"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 529], ["created_at", "2016-10-07 19:21:13.454831"], ["updated_at", "2016-10-07 19:21:13.454831"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 529], ["created_at", "2016-10-07 19:21:13.455600"], ["updated_at", "2016-10-07 19:21:13.455600"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 529], ["created_at", "2016-10-07 19:21:13.456402"], ["updated_at", "2016-10-07 19:21:13.456402"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 530], ["created_at", "2016-10-07 19:21:13.457182"], ["updated_at", "2016-10-07 19:21:13.457182"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 530], ["created_at", "2016-10-07 19:21:13.457959"], ["updated_at", "2016-10-07 19:21:13.457959"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 530], ["created_at", "2016-10-07 19:21:13.458777"], ["updated_at", "2016-10-07 19:21:13.458777"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 530], ["created_at", "2016-10-07 19:21:13.459560"], ["updated_at", "2016-10-07 19:21:13.459560"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 530], ["created_at", "2016-10-07 19:21:13.460307"], ["updated_at", "2016-10-07 19:21:13.460307"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 530], ["created_at", "2016-10-07 19:21:13.461088"], ["updated_at", "2016-10-07 19:21:13.461088"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 531], ["created_at", "2016-10-07 19:21:13.461854"], ["updated_at", "2016-10-07 19:21:13.461854"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 531], ["created_at", "2016-10-07 19:21:13.462667"], ["updated_at", "2016-10-07 19:21:13.462667"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 531], ["created_at", "2016-10-07 19:21:13.463440"], ["updated_at", "2016-10-07 19:21:13.463440"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 531], ["created_at", "2016-10-07 19:21:13.464278"], ["updated_at", "2016-10-07 19:21:13.464278"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 531], ["created_at", "2016-10-07 19:21:13.465060"], ["updated_at", "2016-10-07 19:21:13.465060"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 532], ["created_at", "2016-10-07 19:21:13.465843"], ["updated_at", "2016-10-07 19:21:13.465843"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 532], ["created_at", "2016-10-07 19:21:13.466969"], ["updated_at", "2016-10-07 19:21:13.466969"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 532], ["created_at", "2016-10-07 19:21:13.468037"], ["updated_at", "2016-10-07 19:21:13.468037"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 532], ["created_at", "2016-10-07 19:21:13.468969"], ["updated_at", "2016-10-07 19:21:13.468969"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 532], ["created_at", "2016-10-07 19:21:13.469836"], ["updated_at", "2016-10-07 19:21:13.469836"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 533], ["created_at", "2016-10-07 19:21:13.470727"], ["updated_at", "2016-10-07 19:21:13.470727"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 533], ["created_at", "2016-10-07 19:21:13.471616"], ["updated_at", "2016-10-07 19:21:13.471616"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 533], ["created_at", "2016-10-07 19:21:13.472481"], ["updated_at", "2016-10-07 19:21:13.472481"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 533], ["created_at", "2016-10-07 19:21:13.473365"], ["updated_at", "2016-10-07 19:21:13.473365"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 533], ["created_at", "2016-10-07 19:21:13.474232"], ["updated_at", "2016-10-07 19:21:13.474232"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 534], ["created_at", "2016-10-07 19:21:13.475125"], ["updated_at", "2016-10-07 19:21:13.475125"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 534], ["created_at", "2016-10-07 19:21:13.476011"], ["updated_at", "2016-10-07 19:21:13.476011"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 534], ["created_at", "2016-10-07 19:21:13.476878"], ["updated_at", "2016-10-07 19:21:13.476878"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 534], ["created_at", "2016-10-07 19:21:13.477691"], ["updated_at", "2016-10-07 19:21:13.477691"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 534], ["created_at", "2016-10-07 19:21:13.478453"], ["updated_at", "2016-10-07 19:21:13.478453"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 534], ["created_at", "2016-10-07 19:21:13.479244"], ["updated_at", "2016-10-07 19:21:13.479244"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 535], ["created_at", "2016-10-07 19:21:13.480067"], ["updated_at", "2016-10-07 19:21:13.480067"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 535], ["created_at", "2016-10-07 19:21:13.480920"], ["updated_at", "2016-10-07 19:21:13.480920"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 535], ["created_at", "2016-10-07 19:21:13.481723"], ["updated_at", "2016-10-07 19:21:13.481723"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 535], ["created_at", "2016-10-07 19:21:13.482625"], ["updated_at", "2016-10-07 19:21:13.482625"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 535], ["created_at", "2016-10-07 19:21:13.483505"], ["updated_at", "2016-10-07 19:21:13.483505"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 536], ["created_at", "2016-10-07 19:21:13.484283"], ["updated_at", "2016-10-07 19:21:13.484283"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 536], ["created_at", "2016-10-07 19:21:13.485052"], ["updated_at", "2016-10-07 19:21:13.485052"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 536], ["created_at", "2016-10-07 19:21:13.485838"], ["updated_at", "2016-10-07 19:21:13.485838"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 536], ["created_at", "2016-10-07 19:21:13.486656"], ["updated_at", "2016-10-07 19:21:13.486656"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 536], ["created_at", "2016-10-07 19:21:13.487426"], ["updated_at", "2016-10-07 19:21:13.487426"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 536], ["created_at", "2016-10-07 19:21:13.488174"], ["updated_at", "2016-10-07 19:21:13.488174"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 537], ["created_at", "2016-10-07 19:21:13.488935"], ["updated_at", "2016-10-07 19:21:13.488935"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 537], ["created_at", "2016-10-07 19:21:13.489714"], ["updated_at", "2016-10-07 19:21:13.489714"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 537], ["created_at", "2016-10-07 19:21:13.490494"], ["updated_at", "2016-10-07 19:21:13.490494"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 537], ["created_at", "2016-10-07 19:21:13.491300"], ["updated_at", "2016-10-07 19:21:13.491300"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 537], ["created_at", "2016-10-07 19:21:13.492043"], ["updated_at", "2016-10-07 19:21:13.492043"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 537], ["created_at", "2016-10-07 19:21:13.492853"], ["updated_at", "2016-10-07 19:21:13.492853"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 538], ["created_at", "2016-10-07 19:21:13.493622"], ["updated_at", "2016-10-07 19:21:13.493622"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 538], ["created_at", "2016-10-07 19:21:13.494385"], ["updated_at", "2016-10-07 19:21:13.494385"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 538], ["created_at", "2016-10-07 19:21:13.495207"], ["updated_at", "2016-10-07 19:21:13.495207"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 538], ["created_at", "2016-10-07 19:21:13.495976"], ["updated_at", "2016-10-07 19:21:13.495976"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 538], ["created_at", "2016-10-07 19:21:13.496705"], ["updated_at", "2016-10-07 19:21:13.496705"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 538], ["created_at", "2016-10-07 19:21:13.497474"], ["updated_at", "2016-10-07 19:21:13.497474"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 539], ["created_at", "2016-10-07 19:21:13.498243"], ["updated_at", "2016-10-07 19:21:13.498243"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 539], ["created_at", "2016-10-07 19:21:13.499166"], ["updated_at", "2016-10-07 19:21:13.499166"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 539], ["created_at", "2016-10-07 19:21:13.499953"], ["updated_at", "2016-10-07 19:21:13.499953"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 539], ["created_at", "2016-10-07 19:21:13.500738"], ["updated_at", "2016-10-07 19:21:13.500738"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 539], ["created_at", "2016-10-07 19:21:13.501478"], ["updated_at", "2016-10-07 19:21:13.501478"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 539], ["created_at", "2016-10-07 19:21:13.502315"], ["updated_at", "2016-10-07 19:21:13.502315"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 540], ["created_at", "2016-10-07 19:21:13.503166"], ["updated_at", "2016-10-07 19:21:13.503166"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 540], ["created_at", "2016-10-07 19:21:13.503955"], ["updated_at", "2016-10-07 19:21:13.503955"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 540], ["created_at", "2016-10-07 19:21:13.504727"], ["updated_at", "2016-10-07 19:21:13.504727"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 540], ["created_at", "2016-10-07 19:21:13.505473"], ["updated_at", "2016-10-07 19:21:13.505473"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 540], ["created_at", "2016-10-07 19:21:13.506253"], ["updated_at", "2016-10-07 19:21:13.506253"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 540], ["created_at", "2016-10-07 19:21:13.507075"], ["updated_at", "2016-10-07 19:21:13.507075"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 541], ["created_at", "2016-10-07 19:21:13.507844"], ["updated_at", "2016-10-07 19:21:13.507844"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 541], ["created_at", "2016-10-07 19:21:13.508611"], ["updated_at", "2016-10-07 19:21:13.508611"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 541], ["created_at", "2016-10-07 19:21:13.509355"], ["updated_at", "2016-10-07 19:21:13.509355"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 541], ["created_at", "2016-10-07 19:21:13.510117"], ["updated_at", "2016-10-07 19:21:13.510117"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 541], ["created_at", "2016-10-07 19:21:13.510929"], ["updated_at", "2016-10-07 19:21:13.510929"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 541], ["created_at", "2016-10-07 19:21:13.511730"], ["updated_at", "2016-10-07 19:21:13.511730"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 542], ["created_at", "2016-10-07 19:21:13.512528"], ["updated_at", "2016-10-07 19:21:13.512528"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 542], ["created_at", "2016-10-07 19:21:13.513297"], ["updated_at", "2016-10-07 19:21:13.513297"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 542], ["created_at", "2016-10-07 19:21:13.514033"], ["updated_at", "2016-10-07 19:21:13.514033"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 542], ["created_at", "2016-10-07 19:21:13.514903"], ["updated_at", "2016-10-07 19:21:13.514903"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 542], ["created_at", "2016-10-07 19:21:13.515797"], ["updated_at", "2016-10-07 19:21:13.515797"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 542], ["created_at", "2016-10-07 19:21:13.516599"], ["updated_at", "2016-10-07 19:21:13.516599"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 543], ["created_at", "2016-10-07 19:21:13.517372"], ["updated_at", "2016-10-07 19:21:13.517372"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 543], ["created_at", "2016-10-07 19:21:13.518160"], ["updated_at", "2016-10-07 19:21:13.518160"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 543], ["created_at", "2016-10-07 19:21:13.518963"], ["updated_at", "2016-10-07 19:21:13.518963"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 543], ["created_at", "2016-10-07 19:21:13.519761"], ["updated_at", "2016-10-07 19:21:13.519761"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 543], ["created_at", "2016-10-07 19:21:13.520542"], ["updated_at", "2016-10-07 19:21:13.520542"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 543], ["created_at", "2016-10-07 19:21:13.521374"], ["updated_at", "2016-10-07 19:21:13.521374"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 544], ["created_at", "2016-10-07 19:21:13.522156"], ["updated_at", "2016-10-07 19:21:13.522156"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 544], ["created_at", "2016-10-07 19:21:13.522941"], ["updated_at", "2016-10-07 19:21:13.522941"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 544], ["created_at", "2016-10-07 19:21:13.523712"], ["updated_at", "2016-10-07 19:21:13.523712"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 544], ["created_at", "2016-10-07 19:21:13.524492"], ["updated_at", "2016-10-07 19:21:13.524492"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 544], ["created_at", "2016-10-07 19:21:13.525259"], ["updated_at", "2016-10-07 19:21:13.525259"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 544], ["created_at", "2016-10-07 19:21:13.526035"], ["updated_at", "2016-10-07 19:21:13.526035"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 545], ["created_at", "2016-10-07 19:21:13.526819"], ["updated_at", "2016-10-07 19:21:13.526819"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 545], ["created_at", "2016-10-07 19:21:13.527581"], ["updated_at", "2016-10-07 19:21:13.527581"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 545], ["created_at", "2016-10-07 19:21:13.528352"], ["updated_at", "2016-10-07 19:21:13.528352"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 545], ["created_at", "2016-10-07 19:21:13.529124"], ["updated_at", "2016-10-07 19:21:13.529124"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 545], ["created_at", "2016-10-07 19:21:13.529899"], ["updated_at", "2016-10-07 19:21:13.529899"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 545], ["created_at", "2016-10-07 19:21:13.530706"], ["updated_at", "2016-10-07 19:21:13.530706"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 546], ["created_at", "2016-10-07 19:21:13.531616"], ["updated_at", "2016-10-07 19:21:13.531616"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 546], ["created_at", "2016-10-07 19:21:13.532380"], ["updated_at", "2016-10-07 19:21:13.532380"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 546], ["created_at", "2016-10-07 19:21:13.533156"], ["updated_at", "2016-10-07 19:21:13.533156"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 546], ["created_at", "2016-10-07 19:21:13.533924"], ["updated_at", "2016-10-07 19:21:13.533924"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 546], ["created_at", "2016-10-07 19:21:13.534709"], ["updated_at", "2016-10-07 19:21:13.534709"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 547], ["created_at", "2016-10-07 19:21:13.535494"], ["updated_at", "2016-10-07 19:21:13.535494"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 547], ["created_at", "2016-10-07 19:21:13.536293"], ["updated_at", "2016-10-07 19:21:13.536293"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 547], ["created_at", "2016-10-07 19:21:13.537048"], ["updated_at", "2016-10-07 19:21:13.537048"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 547], ["created_at", "2016-10-07 19:21:13.537816"], ["updated_at", "2016-10-07 19:21:13.537816"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 547], ["created_at", "2016-10-07 19:21:13.538612"], ["updated_at", "2016-10-07 19:21:13.538612"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 548], ["created_at", "2016-10-07 19:21:13.539386"], ["updated_at", "2016-10-07 19:21:13.539386"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 548], ["created_at", "2016-10-07 19:21:13.540180"], ["updated_at", "2016-10-07 19:21:13.540180"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 548], ["created_at", "2016-10-07 19:21:13.541004"], ["updated_at", "2016-10-07 19:21:13.541004"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 548], ["created_at", "2016-10-07 19:21:13.541787"], ["updated_at", "2016-10-07 19:21:13.541787"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 548], ["created_at", "2016-10-07 19:21:13.542556"], ["updated_at", "2016-10-07 19:21:13.542556"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 549], ["created_at", "2016-10-07 19:21:13.543325"], ["updated_at", "2016-10-07 19:21:13.543325"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 549], ["created_at", "2016-10-07 19:21:13.544089"], ["updated_at", "2016-10-07 19:21:13.544089"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 549], ["created_at", "2016-10-07 19:21:13.544857"], ["updated_at", "2016-10-07 19:21:13.544857"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 549], ["created_at", "2016-10-07 19:21:13.545620"], ["updated_at", "2016-10-07 19:21:13.545620"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 549], ["created_at", "2016-10-07 19:21:13.546397"], ["updated_at", "2016-10-07 19:21:13.546397"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 549], ["created_at", "2016-10-07 19:21:13.547237"], ["updated_at", "2016-10-07 19:21:13.547237"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 550], ["created_at", "2016-10-07 19:21:13.548182"], ["updated_at", "2016-10-07 19:21:13.548182"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 550], ["created_at", "2016-10-07 19:21:13.548940"], ["updated_at", "2016-10-07 19:21:13.548940"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 550], ["created_at", "2016-10-07 19:21:13.549734"], ["updated_at", "2016-10-07 19:21:13.549734"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 550], ["created_at", "2016-10-07 19:21:13.550538"], ["updated_at", "2016-10-07 19:21:13.550538"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 550], ["created_at", "2016-10-07 19:21:13.551324"], ["updated_at", "2016-10-07 19:21:13.551324"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 550], ["created_at", "2016-10-07 19:21:13.552096"], ["updated_at", "2016-10-07 19:21:13.552096"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 551], ["created_at", "2016-10-07 19:21:13.552882"], ["updated_at", "2016-10-07 19:21:13.552882"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 551], ["created_at", "2016-10-07 19:21:13.553668"], ["updated_at", "2016-10-07 19:21:13.553668"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 551], ["created_at", "2016-10-07 19:21:13.554422"], ["updated_at", "2016-10-07 19:21:13.554422"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 551], ["created_at", "2016-10-07 19:21:13.555196"], ["updated_at", "2016-10-07 19:21:13.555196"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 551], ["created_at", "2016-10-07 19:21:13.555976"], ["updated_at", "2016-10-07 19:21:13.555976"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 551], ["created_at", "2016-10-07 19:21:13.556749"], ["updated_at", "2016-10-07 19:21:13.556749"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 552], ["created_at", "2016-10-07 19:21:13.557528"], ["updated_at", "2016-10-07 19:21:13.557528"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 552], ["created_at", "2016-10-07 19:21:13.558277"], ["updated_at", "2016-10-07 19:21:13.558277"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 552], ["created_at", "2016-10-07 19:21:13.559092"], ["updated_at", "2016-10-07 19:21:13.559092"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 552], ["created_at", "2016-10-07 19:21:13.559896"], ["updated_at", "2016-10-07 19:21:13.559896"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 552], ["created_at", "2016-10-07 19:21:13.560686"], ["updated_at", "2016-10-07 19:21:13.560686"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 552], ["created_at", "2016-10-07 19:21:13.561475"], ["updated_at", "2016-10-07 19:21:13.561475"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 553], ["created_at", "2016-10-07 19:21:13.562253"], ["updated_at", "2016-10-07 19:21:13.562253"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 553], ["created_at", "2016-10-07 19:21:13.563070"], ["updated_at", "2016-10-07 19:21:13.563070"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 553], ["created_at", "2016-10-07 19:21:13.563965"], ["updated_at", "2016-10-07 19:21:13.563965"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 553], ["created_at", "2016-10-07 19:21:13.564823"], ["updated_at", "2016-10-07 19:21:13.564823"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 553], ["created_at", "2016-10-07 19:21:13.565777"], ["updated_at", "2016-10-07 19:21:13.565777"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 553], ["created_at", "2016-10-07 19:21:13.566784"], ["updated_at", "2016-10-07 19:21:13.566784"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 554], ["created_at", "2016-10-07 19:21:13.567763"], ["updated_at", "2016-10-07 19:21:13.567763"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 554], ["created_at", "2016-10-07 19:21:13.569472"], ["updated_at", "2016-10-07 19:21:13.569472"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 554], ["created_at", "2016-10-07 19:21:13.571666"], ["updated_at", "2016-10-07 19:21:13.571666"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 554], ["created_at", "2016-10-07 19:21:13.573382"], ["updated_at", "2016-10-07 19:21:13.573382"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 554], ["created_at", "2016-10-07 19:21:13.574686"], ["updated_at", "2016-10-07 19:21:13.574686"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 554], ["created_at", "2016-10-07 19:21:13.576812"], ["updated_at", "2016-10-07 19:21:13.576812"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 555], ["created_at", "2016-10-07 19:21:13.578441"], ["updated_at", "2016-10-07 19:21:13.578441"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 555], ["created_at", "2016-10-07 19:21:13.579379"], ["updated_at", "2016-10-07 19:21:13.579379"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 555], ["created_at", "2016-10-07 19:21:13.580275"], ["updated_at", "2016-10-07 19:21:13.580275"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 555], ["created_at", "2016-10-07 19:21:13.581161"], ["updated_at", "2016-10-07 19:21:13.581161"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 555], ["created_at", "2016-10-07 19:21:13.582032"], ["updated_at", "2016-10-07 19:21:13.582032"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 555], ["created_at", "2016-10-07 19:21:13.582932"], ["updated_at", "2016-10-07 19:21:13.582932"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 556], ["created_at", "2016-10-07 19:21:13.583741"], ["updated_at", "2016-10-07 19:21:13.583741"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 556], ["created_at", "2016-10-07 19:21:13.584535"], ["updated_at", "2016-10-07 19:21:13.584535"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 556], ["created_at", "2016-10-07 19:21:13.585318"], ["updated_at", "2016-10-07 19:21:13.585318"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 556], ["created_at", "2016-10-07 19:21:13.586117"], ["updated_at", "2016-10-07 19:21:13.586117"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 556], ["created_at", "2016-10-07 19:21:13.586955"], ["updated_at", "2016-10-07 19:21:13.586955"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 556], ["created_at", "2016-10-07 19:21:13.587813"], ["updated_at", "2016-10-07 19:21:13.587813"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 557], ["created_at", "2016-10-07 19:21:13.588601"], ["updated_at", "2016-10-07 19:21:13.588601"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 557], ["created_at", "2016-10-07 19:21:13.589379"], ["updated_at", "2016-10-07 19:21:13.589379"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 557], ["created_at", "2016-10-07 19:21:13.590127"], ["updated_at", "2016-10-07 19:21:13.590127"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 557], ["created_at", "2016-10-07 19:21:13.590953"], ["updated_at", "2016-10-07 19:21:13.590953"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 557], ["created_at", "2016-10-07 19:21:13.591727"], ["updated_at", "2016-10-07 19:21:13.591727"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 558], ["created_at", "2016-10-07 19:21:13.592512"], ["updated_at", "2016-10-07 19:21:13.592512"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 558], ["created_at", "2016-10-07 19:21:13.593286"], ["updated_at", "2016-10-07 19:21:13.593286"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 558], ["created_at", "2016-10-07 19:21:13.594099"], ["updated_at", "2016-10-07 19:21:13.594099"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 558], ["created_at", "2016-10-07 19:21:13.594866"], ["updated_at", "2016-10-07 19:21:13.594866"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 558], ["created_at", "2016-10-07 19:21:13.595643"], ["updated_at", "2016-10-07 19:21:13.595643"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 559], ["created_at", "2016-10-07 19:21:13.596517"], ["updated_at", "2016-10-07 19:21:13.596517"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 559], ["created_at", "2016-10-07 19:21:13.597464"], ["updated_at", "2016-10-07 19:21:13.597464"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 559], ["created_at", "2016-10-07 19:21:13.598297"], ["updated_at", "2016-10-07 19:21:13.598297"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 559], ["created_at", "2016-10-07 19:21:13.599169"], ["updated_at", "2016-10-07 19:21:13.599169"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 559], ["created_at", "2016-10-07 19:21:13.600028"], ["updated_at", "2016-10-07 19:21:13.600028"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 559], ["created_at", "2016-10-07 19:21:13.600817"], ["updated_at", "2016-10-07 19:21:13.600817"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 560], ["created_at", "2016-10-07 19:21:13.601596"], ["updated_at", "2016-10-07 19:21:13.601596"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 560], ["created_at", "2016-10-07 19:21:13.602380"], ["updated_at", "2016-10-07 19:21:13.602380"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 560], ["created_at", "2016-10-07 19:21:13.603181"], ["updated_at", "2016-10-07 19:21:13.603181"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 560], ["created_at", "2016-10-07 19:21:13.603931"], ["updated_at", "2016-10-07 19:21:13.603931"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 560], ["created_at", "2016-10-07 19:21:13.604712"], ["updated_at", "2016-10-07 19:21:13.604712"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 560], ["created_at", "2016-10-07 19:21:13.605501"], ["updated_at", "2016-10-07 19:21:13.605501"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 561], ["created_at", "2016-10-07 19:21:13.606287"], ["updated_at", "2016-10-07 19:21:13.606287"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 561], ["created_at", "2016-10-07 19:21:13.607086"], ["updated_at", "2016-10-07 19:21:13.607086"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 561], ["created_at", "2016-10-07 19:21:13.607872"], ["updated_at", "2016-10-07 19:21:13.607872"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 561], ["created_at", "2016-10-07 19:21:13.608642"], ["updated_at", "2016-10-07 19:21:13.608642"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 561], ["created_at", "2016-10-07 19:21:13.609432"], ["updated_at", "2016-10-07 19:21:13.609432"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 561], ["created_at", "2016-10-07 19:21:13.610208"], ["updated_at", "2016-10-07 19:21:13.610208"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 562], ["created_at", "2016-10-07 19:21:13.610986"], ["updated_at", "2016-10-07 19:21:13.610986"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 562], ["created_at", "2016-10-07 19:21:13.611727"], ["updated_at", "2016-10-07 19:21:13.611727"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 562], ["created_at", "2016-10-07 19:21:13.612515"], ["updated_at", "2016-10-07 19:21:13.612515"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 562], ["created_at", "2016-10-07 19:21:13.613457"], ["updated_at", "2016-10-07 19:21:13.613457"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 562], ["created_at", "2016-10-07 19:21:13.614238"], ["updated_at", "2016-10-07 19:21:13.614238"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 562], ["created_at", "2016-10-07 19:21:13.615001"], ["updated_at", "2016-10-07 19:21:13.615001"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 563], ["created_at", "2016-10-07 19:21:13.615789"], ["updated_at", "2016-10-07 19:21:13.615789"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 563], ["created_at", "2016-10-07 19:21:13.616597"], ["updated_at", "2016-10-07 19:21:13.616597"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 563], ["created_at", "2016-10-07 19:21:13.617380"], ["updated_at", "2016-10-07 19:21:13.617380"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 563], ["created_at", "2016-10-07 19:21:13.618163"], ["updated_at", "2016-10-07 19:21:13.618163"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 563], ["created_at", "2016-10-07 19:21:13.618946"], ["updated_at", "2016-10-07 19:21:13.618946"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 563], ["created_at", "2016-10-07 19:21:13.619714"], ["updated_at", "2016-10-07 19:21:13.619714"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 564], ["created_at", "2016-10-07 19:21:13.620520"], ["updated_at", "2016-10-07 19:21:13.620520"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 564], ["created_at", "2016-10-07 19:21:13.621300"], ["updated_at", "2016-10-07 19:21:13.621300"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 564], ["created_at", "2016-10-07 19:21:13.622061"], ["updated_at", "2016-10-07 19:21:13.622061"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 564], ["created_at", "2016-10-07 19:21:13.622834"], ["updated_at", "2016-10-07 19:21:13.622834"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 564], ["created_at", "2016-10-07 19:21:13.623603"], ["updated_at", "2016-10-07 19:21:13.623603"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 564], ["created_at", "2016-10-07 19:21:13.624365"], ["updated_at", "2016-10-07 19:21:13.624365"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 565], ["created_at", "2016-10-07 19:21:13.625285"], ["updated_at", "2016-10-07 19:21:13.625285"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 565], ["created_at", "2016-10-07 19:21:13.626197"], ["updated_at", "2016-10-07 19:21:13.626197"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 565], ["created_at", "2016-10-07 19:21:13.627021"], ["updated_at", "2016-10-07 19:21:13.627021"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 565], ["created_at", "2016-10-07 19:21:13.627806"], ["updated_at", "2016-10-07 19:21:13.627806"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 565], ["created_at", "2016-10-07 19:21:13.628596"], ["updated_at", "2016-10-07 19:21:13.628596"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 565], ["created_at", "2016-10-07 19:21:13.629479"], ["updated_at", "2016-10-07 19:21:13.629479"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 566], ["created_at", "2016-10-07 19:21:13.630259"], ["updated_at", "2016-10-07 19:21:13.630259"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 566], ["created_at", "2016-10-07 19:21:13.631064"], ["updated_at", "2016-10-07 19:21:13.631064"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 566], ["created_at", "2016-10-07 19:21:13.631831"], ["updated_at", "2016-10-07 19:21:13.631831"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 566], ["created_at", "2016-10-07 19:21:13.632603"], ["updated_at", "2016-10-07 19:21:13.632603"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 566], ["created_at", "2016-10-07 19:21:13.633373"], ["updated_at", "2016-10-07 19:21:13.633373"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 566], ["created_at", "2016-10-07 19:21:13.634138"], ["updated_at", "2016-10-07 19:21:13.634138"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 567], ["created_at", "2016-10-07 19:21:13.634986"], ["updated_at", "2016-10-07 19:21:13.634986"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 567], ["created_at", "2016-10-07 19:21:13.635812"], ["updated_at", "2016-10-07 19:21:13.635812"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 567], ["created_at", "2016-10-07 19:21:13.636590"], ["updated_at", "2016-10-07 19:21:13.636590"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 567], ["created_at", "2016-10-07 19:21:13.637364"], ["updated_at", "2016-10-07 19:21:13.637364"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 567], ["created_at", "2016-10-07 19:21:13.638128"], ["updated_at", "2016-10-07 19:21:13.638128"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 567], ["created_at", "2016-10-07 19:21:13.638933"], ["updated_at", "2016-10-07 19:21:13.638933"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 568], ["created_at", "2016-10-07 19:21:13.639699"], ["updated_at", "2016-10-07 19:21:13.639699"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 568], ["created_at", "2016-10-07 19:21:13.640470"], ["updated_at", "2016-10-07 19:21:13.640470"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 568], ["created_at", "2016-10-07 19:21:13.641237"], ["updated_at", "2016-10-07 19:21:13.641237"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 568], ["created_at", "2016-10-07 19:21:13.642014"], ["updated_at", "2016-10-07 19:21:13.642014"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 568], ["created_at", "2016-10-07 19:21:13.642787"], ["updated_at", "2016-10-07 19:21:13.642787"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 568], ["created_at", "2016-10-07 19:21:13.643600"], ["updated_at", "2016-10-07 19:21:13.643600"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 569], ["created_at", "2016-10-07 19:21:13.644431"], ["updated_at", "2016-10-07 19:21:13.644431"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 569], ["created_at", "2016-10-07 19:21:13.645231"], ["updated_at", "2016-10-07 19:21:13.645231"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 569], ["created_at", "2016-10-07 19:21:13.646132"], ["updated_at", "2016-10-07 19:21:13.646132"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 569], ["created_at", "2016-10-07 19:21:13.646926"], ["updated_at", "2016-10-07 19:21:13.646926"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 569], ["created_at", "2016-10-07 19:21:13.647704"], ["updated_at", "2016-10-07 19:21:13.647704"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 569], ["created_at", "2016-10-07 19:21:13.648505"], ["updated_at", "2016-10-07 19:21:13.648505"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 570], ["created_at", "2016-10-07 19:21:13.649426"], ["updated_at", "2016-10-07 19:21:13.649426"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 570], ["created_at", "2016-10-07 19:21:13.650469"], ["updated_at", "2016-10-07 19:21:13.650469"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 570], ["created_at", "2016-10-07 19:21:13.651487"], ["updated_at", "2016-10-07 19:21:13.651487"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 570], ["created_at", "2016-10-07 19:21:13.653082"], ["updated_at", "2016-10-07 19:21:13.653082"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 570], ["created_at", "2016-10-07 19:21:13.655673"], ["updated_at", "2016-10-07 19:21:13.655673"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 571], ["created_at", "2016-10-07 19:21:13.656786"], ["updated_at", "2016-10-07 19:21:13.656786"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 571], ["created_at", "2016-10-07 19:21:13.658679"], ["updated_at", "2016-10-07 19:21:13.658679"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 571], ["created_at", "2016-10-07 19:21:13.660494"], ["updated_at", "2016-10-07 19:21:13.660494"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 571], ["created_at", "2016-10-07 19:21:13.661884"], ["updated_at", "2016-10-07 19:21:13.661884"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 571], ["created_at", "2016-10-07 19:21:13.662798"], ["updated_at", "2016-10-07 19:21:13.662798"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 571], ["created_at", "2016-10-07 19:21:13.663621"], ["updated_at", "2016-10-07 19:21:13.663621"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 572], ["created_at", "2016-10-07 19:21:13.664494"], ["updated_at", "2016-10-07 19:21:13.664494"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 572], ["created_at", "2016-10-07 19:21:13.665286"], ["updated_at", "2016-10-07 19:21:13.665286"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 572], ["created_at", "2016-10-07 19:21:13.666153"], ["updated_at", "2016-10-07 19:21:13.666153"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 572], ["created_at", "2016-10-07 19:21:13.666995"], ["updated_at", "2016-10-07 19:21:13.666995"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 572], ["created_at", "2016-10-07 19:21:13.667766"], ["updated_at", "2016-10-07 19:21:13.667766"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 572], ["created_at", "2016-10-07 19:21:13.668578"], ["updated_at", "2016-10-07 19:21:13.668578"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 573], ["created_at", "2016-10-07 19:21:13.669716"], ["updated_at", "2016-10-07 19:21:13.669716"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 573], ["created_at", "2016-10-07 19:21:13.670649"], ["updated_at", "2016-10-07 19:21:13.670649"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 573], ["created_at", "2016-10-07 19:21:13.671471"], ["updated_at", "2016-10-07 19:21:13.671471"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 573], ["created_at", "2016-10-07 19:21:13.672228"], ["updated_at", "2016-10-07 19:21:13.672228"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 573], ["created_at", "2016-10-07 19:21:13.673000"], ["updated_at", "2016-10-07 19:21:13.673000"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 574], ["created_at", "2016-10-07 19:21:13.673759"], ["updated_at", "2016-10-07 19:21:13.673759"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 574], ["created_at", "2016-10-07 19:21:13.674563"], ["updated_at", "2016-10-07 19:21:13.674563"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 574], ["created_at", "2016-10-07 19:21:13.675326"], ["updated_at", "2016-10-07 19:21:13.675326"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 574], ["created_at", "2016-10-07 19:21:13.676100"], ["updated_at", "2016-10-07 19:21:13.676100"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 574], ["created_at", "2016-10-07 19:21:13.676863"], ["updated_at", "2016-10-07 19:21:13.676863"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 574], ["created_at", "2016-10-07 19:21:13.677616"], ["updated_at", "2016-10-07 19:21:13.677616"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 575], ["created_at", "2016-10-07 19:21:13.678546"], ["updated_at", "2016-10-07 19:21:13.678546"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 575], ["created_at", "2016-10-07 19:21:13.679405"], ["updated_at", "2016-10-07 19:21:13.679405"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 575], ["created_at", "2016-10-07 19:21:13.680240"], ["updated_at", "2016-10-07 19:21:13.680240"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 575], ["created_at", "2016-10-07 19:21:13.681020"], ["updated_at", "2016-10-07 19:21:13.681020"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 575], ["created_at", "2016-10-07 19:21:13.681843"], ["updated_at", "2016-10-07 19:21:13.681843"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 576], ["created_at", "2016-10-07 19:21:13.682679"], ["updated_at", "2016-10-07 19:21:13.682679"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 576], ["created_at", "2016-10-07 19:21:13.683453"], ["updated_at", "2016-10-07 19:21:13.683453"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 576], ["created_at", "2016-10-07 19:21:13.684224"], ["updated_at", "2016-10-07 19:21:13.684224"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 576], ["created_at", "2016-10-07 19:21:13.684999"], ["updated_at", "2016-10-07 19:21:13.684999"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 576], ["created_at", "2016-10-07 19:21:13.685775"], ["updated_at", "2016-10-07 19:21:13.685775"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 576], ["created_at", "2016-10-07 19:21:13.686578"], ["updated_at", "2016-10-07 19:21:13.686578"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 577], ["created_at", "2016-10-07 19:21:13.687364"], ["updated_at", "2016-10-07 19:21:13.687364"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 577], ["created_at", "2016-10-07 19:21:13.688146"], ["updated_at", "2016-10-07 19:21:13.688146"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 577], ["created_at", "2016-10-07 19:21:13.688971"], ["updated_at", "2016-10-07 19:21:13.688971"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 577], ["created_at", "2016-10-07 19:21:13.689776"], ["updated_at", "2016-10-07 19:21:13.689776"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 577], ["created_at", "2016-10-07 19:21:13.690570"], ["updated_at", "2016-10-07 19:21:13.690570"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 577], ["created_at", "2016-10-07 19:21:13.691348"], ["updated_at", "2016-10-07 19:21:13.691348"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 578], ["created_at", "2016-10-07 19:21:13.692108"], ["updated_at", "2016-10-07 19:21:13.692108"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 578], ["created_at", "2016-10-07 19:21:13.692892"], ["updated_at", "2016-10-07 19:21:13.692892"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 578], ["created_at", "2016-10-07 19:21:13.693672"], ["updated_at", "2016-10-07 19:21:13.693672"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 578], ["created_at", "2016-10-07 19:21:13.694563"], ["updated_at", "2016-10-07 19:21:13.694563"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 578], ["created_at", "2016-10-07 19:21:13.695355"], ["updated_at", "2016-10-07 19:21:13.695355"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 578], ["created_at", "2016-10-07 19:21:13.696126"], ["updated_at", "2016-10-07 19:21:13.696126"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 579], ["created_at", "2016-10-07 19:21:13.696890"], ["updated_at", "2016-10-07 19:21:13.696890"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 579], ["created_at", "2016-10-07 19:21:13.697655"], ["updated_at", "2016-10-07 19:21:13.697655"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 579], ["created_at", "2016-10-07 19:21:13.698422"], ["updated_at", "2016-10-07 19:21:13.698422"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 579], ["created_at", "2016-10-07 19:21:13.699246"], ["updated_at", "2016-10-07 19:21:13.699246"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 579], ["created_at", "2016-10-07 19:21:13.700008"], ["updated_at", "2016-10-07 19:21:13.700008"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 580], ["created_at", "2016-10-07 19:21:13.700782"], ["updated_at", "2016-10-07 19:21:13.700782"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 580], ["created_at", "2016-10-07 19:21:13.701558"], ["updated_at", "2016-10-07 19:21:13.701558"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 580], ["created_at", "2016-10-07 19:21:13.702338"], ["updated_at", "2016-10-07 19:21:13.702338"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 580], ["created_at", "2016-10-07 19:21:13.703128"], ["updated_at", "2016-10-07 19:21:13.703128"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 580], ["created_at", "2016-10-07 19:21:13.703903"], ["updated_at", "2016-10-07 19:21:13.703903"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 580], ["created_at", "2016-10-07 19:21:13.704691"], ["updated_at", "2016-10-07 19:21:13.704691"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 581], ["created_at", "2016-10-07 19:21:13.705464"], ["updated_at", "2016-10-07 19:21:13.705464"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 581], ["created_at", "2016-10-07 19:21:13.706234"], ["updated_at", "2016-10-07 19:21:13.706234"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 581], ["created_at", "2016-10-07 19:21:13.707014"], ["updated_at", "2016-10-07 19:21:13.707014"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 581], ["created_at", "2016-10-07 19:21:13.707788"], ["updated_at", "2016-10-07 19:21:13.707788"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 581], ["created_at", "2016-10-07 19:21:13.708617"], ["updated_at", "2016-10-07 19:21:13.708617"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 581], ["created_at", "2016-10-07 19:21:13.709412"], ["updated_at", "2016-10-07 19:21:13.709412"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 582], ["created_at", "2016-10-07 19:21:13.710187"], ["updated_at", "2016-10-07 19:21:13.710187"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 582], ["created_at", "2016-10-07 19:21:13.711084"], ["updated_at", "2016-10-07 19:21:13.711084"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 582], ["created_at", "2016-10-07 19:21:13.711889"], ["updated_at", "2016-10-07 19:21:13.711889"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 582], ["created_at", "2016-10-07 19:21:13.712632"], ["updated_at", "2016-10-07 19:21:13.712632"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 582], ["created_at", "2016-10-07 19:21:13.713402"], ["updated_at", "2016-10-07 19:21:13.713402"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 583], ["created_at", "2016-10-07 19:21:13.714167"], ["updated_at", "2016-10-07 19:21:13.714167"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 583], ["created_at", "2016-10-07 19:21:13.714953"], ["updated_at", "2016-10-07 19:21:13.714953"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 583], ["created_at", "2016-10-07 19:21:13.715721"], ["updated_at", "2016-10-07 19:21:13.715721"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 583], ["created_at", "2016-10-07 19:21:13.716498"], ["updated_at", "2016-10-07 19:21:13.716498"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 583], ["created_at", "2016-10-07 19:21:13.717302"], ["updated_at", "2016-10-07 19:21:13.717302"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 583], ["created_at", "2016-10-07 19:21:13.718119"], ["updated_at", "2016-10-07 19:21:13.718119"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 584], ["created_at", "2016-10-07 19:21:13.718922"], ["updated_at", "2016-10-07 19:21:13.718922"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 584], ["created_at", "2016-10-07 19:21:13.719705"], ["updated_at", "2016-10-07 19:21:13.719705"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 584], ["created_at", "2016-10-07 19:21:13.720488"], ["updated_at", "2016-10-07 19:21:13.720488"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 584], ["created_at", "2016-10-07 19:21:13.721257"], ["updated_at", "2016-10-07 19:21:13.721257"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 584], ["created_at", "2016-10-07 19:21:13.722023"], ["updated_at", "2016-10-07 19:21:13.722023"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 585], ["created_at", "2016-10-07 19:21:13.722812"], ["updated_at", "2016-10-07 19:21:13.722812"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 585], ["created_at", "2016-10-07 19:21:13.723589"], ["updated_at", "2016-10-07 19:21:13.723589"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 585], ["created_at", "2016-10-07 19:21:13.724368"], ["updated_at", "2016-10-07 19:21:13.724368"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 585], ["created_at", "2016-10-07 19:21:13.725162"], ["updated_at", "2016-10-07 19:21:13.725162"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 585], ["created_at", "2016-10-07 19:21:13.725938"], ["updated_at", "2016-10-07 19:21:13.725938"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 585], ["created_at", "2016-10-07 19:21:13.726717"], ["updated_at", "2016-10-07 19:21:13.726717"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 586], ["created_at", "2016-10-07 19:21:13.727655"], ["updated_at", "2016-10-07 19:21:13.727655"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 586], ["created_at", "2016-10-07 19:21:13.728529"], ["updated_at", "2016-10-07 19:21:13.728529"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 586], ["created_at", "2016-10-07 19:21:13.729298"], ["updated_at", "2016-10-07 19:21:13.729298"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 586], ["created_at", "2016-10-07 19:21:13.730074"], ["updated_at", "2016-10-07 19:21:13.730074"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 586], ["created_at", "2016-10-07 19:21:13.730844"], ["updated_at", "2016-10-07 19:21:13.730844"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 587], ["created_at", "2016-10-07 19:21:13.731610"], ["updated_at", "2016-10-07 19:21:13.731610"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 587], ["created_at", "2016-10-07 19:21:13.732385"], ["updated_at", "2016-10-07 19:21:13.732385"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 587], ["created_at", "2016-10-07 19:21:13.733154"], ["updated_at", "2016-10-07 19:21:13.733154"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 587], ["created_at", "2016-10-07 19:21:13.733930"], ["updated_at", "2016-10-07 19:21:13.733930"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 587], ["created_at", "2016-10-07 19:21:13.734695"], ["updated_at", "2016-10-07 19:21:13.734695"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 587], ["created_at", "2016-10-07 19:21:13.735498"], ["updated_at", "2016-10-07 19:21:13.735498"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 588], ["created_at", "2016-10-07 19:21:13.736270"], ["updated_at", "2016-10-07 19:21:13.736270"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 588], ["created_at", "2016-10-07 19:21:13.737039"], ["updated_at", "2016-10-07 19:21:13.737039"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 588], ["created_at", "2016-10-07 19:21:13.737824"], ["updated_at", "2016-10-07 19:21:13.737824"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 588], ["created_at", "2016-10-07 19:21:13.738622"], ["updated_at", "2016-10-07 19:21:13.738622"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 588], ["created_at", "2016-10-07 19:21:13.739423"], ["updated_at", "2016-10-07 19:21:13.739423"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 588], ["created_at", "2016-10-07 19:21:13.740199"], ["updated_at", "2016-10-07 19:21:13.740199"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 589], ["created_at", "2016-10-07 19:21:13.740974"], ["updated_at", "2016-10-07 19:21:13.740974"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 589], ["created_at", "2016-10-07 19:21:13.741740"], ["updated_at", "2016-10-07 19:21:13.741740"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 589], ["created_at", "2016-10-07 19:21:13.742517"], ["updated_at", "2016-10-07 19:21:13.742517"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 589], ["created_at", "2016-10-07 19:21:13.743418"], ["updated_at", "2016-10-07 19:21:13.743418"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 589], ["created_at", "2016-10-07 19:21:13.744200"], ["updated_at", "2016-10-07 19:21:13.744200"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 589], ["created_at", "2016-10-07 19:21:13.744971"], ["updated_at", "2016-10-07 19:21:13.744971"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 590], ["created_at", "2016-10-07 19:21:13.745731"], ["updated_at", "2016-10-07 19:21:13.745731"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 590], ["created_at", "2016-10-07 19:21:13.746514"], ["updated_at", "2016-10-07 19:21:13.746514"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 590], ["created_at", "2016-10-07 19:21:13.747353"], ["updated_at", "2016-10-07 19:21:13.747353"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 590], ["created_at", "2016-10-07 19:21:13.748163"], ["updated_at", "2016-10-07 19:21:13.748163"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 590], ["created_at", "2016-10-07 19:21:13.748928"], ["updated_at", "2016-10-07 19:21:13.748928"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 591], ["created_at", "2016-10-07 19:21:13.749698"], ["updated_at", "2016-10-07 19:21:13.749698"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 591], ["created_at", "2016-10-07 19:21:13.750469"], ["updated_at", "2016-10-07 19:21:13.750469"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 591], ["created_at", "2016-10-07 19:21:13.751259"], ["updated_at", "2016-10-07 19:21:13.751259"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 591], ["created_at", "2016-10-07 19:21:13.752057"], ["updated_at", "2016-10-07 19:21:13.752057"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 591], ["created_at", "2016-10-07 19:21:13.752846"], ["updated_at", "2016-10-07 19:21:13.752846"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 591], ["created_at", "2016-10-07 19:21:13.753614"], ["updated_at", "2016-10-07 19:21:13.753614"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 592], ["created_at", "2016-10-07 19:21:13.754375"], ["updated_at", "2016-10-07 19:21:13.754375"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 592], ["created_at", "2016-10-07 19:21:13.755154"], ["updated_at", "2016-10-07 19:21:13.755154"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 592], ["created_at", "2016-10-07 19:21:13.755930"], ["updated_at", "2016-10-07 19:21:13.755930"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 592], ["created_at", "2016-10-07 19:21:13.756693"], ["updated_at", "2016-10-07 19:21:13.756693"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 592], ["created_at", "2016-10-07 19:21:13.757510"], ["updated_at", "2016-10-07 19:21:13.757510"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 593], ["created_at", "2016-10-07 19:21:13.758269"], ["updated_at", "2016-10-07 19:21:13.758269"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 593], ["created_at", "2016-10-07 19:21:13.759077"], ["updated_at", "2016-10-07 19:21:13.759077"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 593], ["created_at", "2016-10-07 19:21:13.759981"], ["updated_at", "2016-10-07 19:21:13.759981"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 593], ["created_at", "2016-10-07 19:21:13.760756"], ["updated_at", "2016-10-07 19:21:13.760756"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 593], ["created_at", "2016-10-07 19:21:13.761516"], ["updated_at", "2016-10-07 19:21:13.761516"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 593], ["created_at", "2016-10-07 19:21:13.762287"], ["updated_at", "2016-10-07 19:21:13.762287"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 594], ["created_at", "2016-10-07 19:21:13.763085"], ["updated_at", "2016-10-07 19:21:13.763085"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 594], ["created_at", "2016-10-07 19:21:13.763850"], ["updated_at", "2016-10-07 19:21:13.763850"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 594], ["created_at", "2016-10-07 19:21:13.764618"], ["updated_at", "2016-10-07 19:21:13.764618"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 594], ["created_at", "2016-10-07 19:21:13.765403"], ["updated_at", "2016-10-07 19:21:13.765403"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 594], ["created_at", "2016-10-07 19:21:13.766158"], ["updated_at", "2016-10-07 19:21:13.766158"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 595], ["created_at", "2016-10-07 19:21:13.767000"], ["updated_at", "2016-10-07 19:21:13.767000"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 595], ["created_at", "2016-10-07 19:21:13.767787"], ["updated_at", "2016-10-07 19:21:13.767787"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 595], ["created_at", "2016-10-07 19:21:13.768553"], ["updated_at", "2016-10-07 19:21:13.768553"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 595], ["created_at", "2016-10-07 19:21:13.769324"], ["updated_at", "2016-10-07 19:21:13.769324"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 595], ["created_at", "2016-10-07 19:21:13.770215"], ["updated_at", "2016-10-07 19:21:13.770215"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 595], ["created_at", "2016-10-07 19:21:13.771102"], ["updated_at", "2016-10-07 19:21:13.771102"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 596], ["created_at", "2016-10-07 19:21:13.771945"], ["updated_at", "2016-10-07 19:21:13.771945"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 596], ["created_at", "2016-10-07 19:21:13.772799"], ["updated_at", "2016-10-07 19:21:13.772799"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 596], ["created_at", "2016-10-07 19:21:13.773635"], ["updated_at", "2016-10-07 19:21:13.773635"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 596], ["created_at", "2016-10-07 19:21:13.774467"], ["updated_at", "2016-10-07 19:21:13.774467"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 596], ["created_at", "2016-10-07 19:21:13.775324"], ["updated_at", "2016-10-07 19:21:13.775324"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 596], ["created_at", "2016-10-07 19:21:13.776264"], ["updated_at", "2016-10-07 19:21:13.776264"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 597], ["created_at", "2016-10-07 19:21:13.777052"], ["updated_at", "2016-10-07 19:21:13.777052"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 597], ["created_at", "2016-10-07 19:21:13.777811"], ["updated_at", "2016-10-07 19:21:13.777811"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 597], ["created_at", "2016-10-07 19:21:13.778616"], ["updated_at", "2016-10-07 19:21:13.778616"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 597], ["created_at", "2016-10-07 19:21:13.779391"], ["updated_at", "2016-10-07 19:21:13.779391"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 597], ["created_at", "2016-10-07 19:21:13.780156"], ["updated_at", "2016-10-07 19:21:13.780156"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 597], ["created_at", "2016-10-07 19:21:13.780930"], ["updated_at", "2016-10-07 19:21:13.780930"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 598], ["created_at", "2016-10-07 19:21:13.781692"], ["updated_at", "2016-10-07 19:21:13.781692"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 598], ["created_at", "2016-10-07 19:21:13.782457"], ["updated_at", "2016-10-07 19:21:13.782457"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 598], ["created_at", "2016-10-07 19:21:13.783294"], ["updated_at", "2016-10-07 19:21:13.783294"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 598], ["created_at", "2016-10-07 19:21:13.784099"], ["updated_at", "2016-10-07 19:21:13.784099"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 598], ["created_at", "2016-10-07 19:21:13.784919"], ["updated_at", "2016-10-07 19:21:13.784919"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 598], ["created_at", "2016-10-07 19:21:13.785759"], ["updated_at", "2016-10-07 19:21:13.785759"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 599], ["created_at", "2016-10-07 19:21:13.786662"], ["updated_at", "2016-10-07 19:21:13.786662"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 599], ["created_at", "2016-10-07 19:21:13.787452"], ["updated_at", "2016-10-07 19:21:13.787452"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 599], ["created_at", "2016-10-07 19:21:13.788217"], ["updated_at", "2016-10-07 19:21:13.788217"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 599], ["created_at", "2016-10-07 19:21:13.788988"], ["updated_at", "2016-10-07 19:21:13.788988"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 599], ["created_at", "2016-10-07 19:21:13.789764"], ["updated_at", "2016-10-07 19:21:13.789764"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 599], ["created_at", "2016-10-07 19:21:13.790541"], ["updated_at", "2016-10-07 19:21:13.790541"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 600], ["created_at", "2016-10-07 19:21:13.791327"], ["updated_at", "2016-10-07 19:21:13.791327"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 600], ["created_at", "2016-10-07 19:21:13.792251"], ["updated_at", "2016-10-07 19:21:13.792251"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 600], ["created_at", "2016-10-07 19:21:13.793047"], ["updated_at", "2016-10-07 19:21:13.793047"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 600], ["created_at", "2016-10-07 19:21:13.793815"], ["updated_at", "2016-10-07 19:21:13.793815"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 600], ["created_at", "2016-10-07 19:21:13.794601"], ["updated_at", "2016-10-07 19:21:13.794601"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 600], ["created_at", "2016-10-07 19:21:13.795415"], ["updated_at", "2016-10-07 19:21:13.795415"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 601], ["created_at", "2016-10-07 19:21:13.796194"], ["updated_at", "2016-10-07 19:21:13.796194"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 601], ["created_at", "2016-10-07 19:21:13.796961"], ["updated_at", "2016-10-07 19:21:13.796961"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 601], ["created_at", "2016-10-07 19:21:13.797727"], ["updated_at", "2016-10-07 19:21:13.797727"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 601], ["created_at", "2016-10-07 19:21:13.798490"], ["updated_at", "2016-10-07 19:21:13.798490"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 601], ["created_at", "2016-10-07 19:21:13.799297"], ["updated_at", "2016-10-07 19:21:13.799297"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 602], ["created_at", "2016-10-07 19:21:13.800071"], ["updated_at", "2016-10-07 19:21:13.800071"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 602], ["created_at", "2016-10-07 19:21:13.800838"], ["updated_at", "2016-10-07 19:21:13.800838"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 602], ["created_at", "2016-10-07 19:21:13.801595"], ["updated_at", "2016-10-07 19:21:13.801595"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 602], ["created_at", "2016-10-07 19:21:13.802381"], ["updated_at", "2016-10-07 19:21:13.802381"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 602], ["created_at", "2016-10-07 19:21:13.803173"], ["updated_at", "2016-10-07 19:21:13.803173"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 602], ["created_at", "2016-10-07 19:21:13.803952"], ["updated_at", "2016-10-07 19:21:13.803952"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 603], ["created_at", "2016-10-07 19:21:13.804717"], ["updated_at", "2016-10-07 19:21:13.804717"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 603], ["created_at", "2016-10-07 19:21:13.805551"], ["updated_at", "2016-10-07 19:21:13.805551"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 603], ["created_at", "2016-10-07 19:21:13.806349"], ["updated_at", "2016-10-07 19:21:13.806349"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 603], ["created_at", "2016-10-07 19:21:13.807131"], ["updated_at", "2016-10-07 19:21:13.807131"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 603], ["created_at", "2016-10-07 19:21:13.807898"], ["updated_at", "2016-10-07 19:21:13.807898"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 604], ["created_at", "2016-10-07 19:21:13.808740"], ["updated_at", "2016-10-07 19:21:13.808740"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 604], ["created_at", "2016-10-07 19:21:13.809523"], ["updated_at", "2016-10-07 19:21:13.809523"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 604], ["created_at", "2016-10-07 19:21:13.810282"], ["updated_at", "2016-10-07 19:21:13.810282"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 604], ["created_at", "2016-10-07 19:21:13.811051"], ["updated_at", "2016-10-07 19:21:13.811051"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 604], ["created_at", "2016-10-07 19:21:13.811835"], ["updated_at", "2016-10-07 19:21:13.811835"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 604], ["created_at", "2016-10-07 19:21:13.812568"], ["updated_at", "2016-10-07 19:21:13.812568"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 605], ["created_at", "2016-10-07 19:21:13.813342"], ["updated_at", "2016-10-07 19:21:13.813342"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 605], ["created_at", "2016-10-07 19:21:13.814097"], ["updated_at", "2016-10-07 19:21:13.814097"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 605], ["created_at", "2016-10-07 19:21:13.814876"], ["updated_at", "2016-10-07 19:21:13.814876"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 605], ["created_at", "2016-10-07 19:21:13.815690"], ["updated_at", "2016-10-07 19:21:13.815690"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 605], ["created_at", "2016-10-07 19:21:13.816478"], ["updated_at", "2016-10-07 19:21:13.816478"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 605], ["created_at", "2016-10-07 19:21:13.817239"], ["updated_at", "2016-10-07 19:21:13.817239"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 606], ["created_at", "2016-10-07 19:21:13.818012"], ["updated_at", "2016-10-07 19:21:13.818012"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 606], ["created_at", "2016-10-07 19:21:13.818808"], ["updated_at", "2016-10-07 19:21:13.818808"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 606], ["created_at", "2016-10-07 19:21:13.819597"], ["updated_at", "2016-10-07 19:21:13.819597"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 606], ["created_at", "2016-10-07 19:21:13.820384"], ["updated_at", "2016-10-07 19:21:13.820384"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 606], ["created_at", "2016-10-07 19:21:13.821156"], ["updated_at", "2016-10-07 19:21:13.821156"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 606], ["created_at", "2016-10-07 19:21:13.821932"], ["updated_at", "2016-10-07 19:21:13.821932"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 607], ["created_at", "2016-10-07 19:21:13.822686"], ["updated_at", "2016-10-07 19:21:13.822686"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 607], ["created_at", "2016-10-07 19:21:13.823453"], ["updated_at", "2016-10-07 19:21:13.823453"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 607], ["created_at", "2016-10-07 19:21:13.824217"], ["updated_at", "2016-10-07 19:21:13.824217"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 607], ["created_at", "2016-10-07 19:21:13.825137"], ["updated_at", "2016-10-07 19:21:13.825137"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 607], ["created_at", "2016-10-07 19:21:13.825908"], ["updated_at", "2016-10-07 19:21:13.825908"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 607], ["created_at", "2016-10-07 19:21:13.826696"], ["updated_at", "2016-10-07 19:21:13.826696"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 608], ["created_at", "2016-10-07 19:21:13.827453"], ["updated_at", "2016-10-07 19:21:13.827453"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 608], ["created_at", "2016-10-07 19:21:13.828206"], ["updated_at", "2016-10-07 19:21:13.828206"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 608], ["created_at", "2016-10-07 19:21:13.828976"], ["updated_at", "2016-10-07 19:21:13.828976"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 608], ["created_at", "2016-10-07 19:21:13.829728"], ["updated_at", "2016-10-07 19:21:13.829728"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 608], ["created_at", "2016-10-07 19:21:13.830487"], ["updated_at", "2016-10-07 19:21:13.830487"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 608], ["created_at", "2016-10-07 19:21:13.831287"], ["updated_at", "2016-10-07 19:21:13.831287"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 609], ["created_at", "2016-10-07 19:21:13.832058"], ["updated_at", "2016-10-07 19:21:13.832058"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 609], ["created_at", "2016-10-07 19:21:13.832805"], ["updated_at", "2016-10-07 19:21:13.832805"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 609], ["created_at", "2016-10-07 19:21:13.833559"], ["updated_at", "2016-10-07 19:21:13.833559"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 609], ["created_at", "2016-10-07 19:21:13.834307"], ["updated_at", "2016-10-07 19:21:13.834307"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 609], ["created_at", "2016-10-07 19:21:13.835117"], ["updated_at", "2016-10-07 19:21:13.835117"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 609], ["created_at", "2016-10-07 19:21:13.835873"], ["updated_at", "2016-10-07 19:21:13.835873"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 610], ["created_at", "2016-10-07 19:21:13.836650"], ["updated_at", "2016-10-07 19:21:13.836650"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 610], ["created_at", "2016-10-07 19:21:13.837413"], ["updated_at", "2016-10-07 19:21:13.837413"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 610], ["created_at", "2016-10-07 19:21:13.838154"], ["updated_at", "2016-10-07 19:21:13.838154"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 610], ["created_at", "2016-10-07 19:21:13.838914"], ["updated_at", "2016-10-07 19:21:13.838914"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 610], ["created_at", "2016-10-07 19:21:13.839683"], ["updated_at", "2016-10-07 19:21:13.839683"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 610], ["created_at", "2016-10-07 19:21:13.840440"], ["updated_at", "2016-10-07 19:21:13.840440"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 611], ["created_at", "2016-10-07 19:21:13.841244"], ["updated_at", "2016-10-07 19:21:13.841244"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 611], ["created_at", "2016-10-07 19:21:13.842021"], ["updated_at", "2016-10-07 19:21:13.842021"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 611], ["created_at", "2016-10-07 19:21:13.842809"], ["updated_at", "2016-10-07 19:21:13.842809"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 611], ["created_at", "2016-10-07 19:21:13.843598"], ["updated_at", "2016-10-07 19:21:13.843598"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 611], ["created_at", "2016-10-07 19:21:13.844470"], ["updated_at", "2016-10-07 19:21:13.844470"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 612], ["created_at", "2016-10-07 19:21:13.845247"], ["updated_at", "2016-10-07 19:21:13.845247"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 612], ["created_at", "2016-10-07 19:21:13.846042"], ["updated_at", "2016-10-07 19:21:13.846042"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 612], ["created_at", "2016-10-07 19:21:13.846837"], ["updated_at", "2016-10-07 19:21:13.846837"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 612], ["created_at", "2016-10-07 19:21:13.847599"], ["updated_at", "2016-10-07 19:21:13.847599"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 612], ["created_at", "2016-10-07 19:21:13.848400"], ["updated_at", "2016-10-07 19:21:13.848400"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 612], ["created_at", "2016-10-07 19:21:13.849381"], ["updated_at", "2016-10-07 19:21:13.849381"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 613], ["created_at", "2016-10-07 19:21:13.851044"], ["updated_at", "2016-10-07 19:21:13.851044"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 613], ["created_at", "2016-10-07 19:21:13.852984"], ["updated_at", "2016-10-07 19:21:13.852984"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 613], ["created_at", "2016-10-07 19:21:13.854854"], ["updated_at", "2016-10-07 19:21:13.854854"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 613], ["created_at", "2016-10-07 19:21:13.856940"], ["updated_at", "2016-10-07 19:21:13.856940"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 613], ["created_at", "2016-10-07 19:21:13.858835"], ["updated_at", "2016-10-07 19:21:13.858835"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 613], ["created_at", "2016-10-07 19:21:13.862088"], ["updated_at", "2016-10-07 19:21:13.862088"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 614], ["created_at", "2016-10-07 19:21:13.863961"], ["updated_at", "2016-10-07 19:21:13.863961"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 614], ["created_at", "2016-10-07 19:21:13.866722"], ["updated_at", "2016-10-07 19:21:13.866722"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 614], ["created_at", "2016-10-07 19:21:13.869728"], ["updated_at", "2016-10-07 19:21:13.869728"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 614], ["created_at", "2016-10-07 19:21:13.871208"], ["updated_at", "2016-10-07 19:21:13.871208"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 614], ["created_at", "2016-10-07 19:21:13.872310"], ["updated_at", "2016-10-07 19:21:13.872310"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 615], ["created_at", "2016-10-07 19:21:13.873271"], ["updated_at", "2016-10-07 19:21:13.873271"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 615], ["created_at", "2016-10-07 19:21:13.874219"], ["updated_at", "2016-10-07 19:21:13.874219"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 615], ["created_at", "2016-10-07 19:21:13.875173"], ["updated_at", "2016-10-07 19:21:13.875173"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 615], ["created_at", "2016-10-07 19:21:13.876096"], ["updated_at", "2016-10-07 19:21:13.876096"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 615], ["created_at", "2016-10-07 19:21:13.876994"], ["updated_at", "2016-10-07 19:21:13.876994"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 615], ["created_at", "2016-10-07 19:21:13.877921"], ["updated_at", "2016-10-07 19:21:13.877921"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 616], ["created_at", "2016-10-07 19:21:13.878820"], ["updated_at", "2016-10-07 19:21:13.878820"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 616], ["created_at", "2016-10-07 19:21:13.879724"], ["updated_at", "2016-10-07 19:21:13.879724"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 616], ["created_at", "2016-10-07 19:21:13.880724"], ["updated_at", "2016-10-07 19:21:13.880724"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 616], ["created_at", "2016-10-07 19:21:13.882357"], ["updated_at", "2016-10-07 19:21:13.882357"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 616], ["created_at", "2016-10-07 19:21:13.883987"], ["updated_at", "2016-10-07 19:21:13.883987"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 616], ["created_at", "2016-10-07 19:21:13.885011"], ["updated_at", "2016-10-07 19:21:13.885011"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 617], ["created_at", "2016-10-07 19:21:13.885973"], ["updated_at", "2016-10-07 19:21:13.885973"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 617], ["created_at", "2016-10-07 19:21:13.886881"], ["updated_at", "2016-10-07 19:21:13.886881"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 617], ["created_at", "2016-10-07 19:21:13.887729"], ["updated_at", "2016-10-07 19:21:13.887729"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 617], ["created_at", "2016-10-07 19:21:13.888578"], ["updated_at", "2016-10-07 19:21:13.888578"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 617], ["created_at", "2016-10-07 19:21:13.889441"], ["updated_at", "2016-10-07 19:21:13.889441"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 617], ["created_at", "2016-10-07 19:21:13.890351"], ["updated_at", "2016-10-07 19:21:13.890351"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 618], ["created_at", "2016-10-07 19:21:13.891219"], ["updated_at", "2016-10-07 19:21:13.891219"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 618], ["created_at", "2016-10-07 19:21:13.892019"], ["updated_at", "2016-10-07 19:21:13.892019"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 618], ["created_at", "2016-10-07 19:21:13.892837"], ["updated_at", "2016-10-07 19:21:13.892837"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 618], ["created_at", "2016-10-07 19:21:13.893629"], ["updated_at", "2016-10-07 19:21:13.893629"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 618], ["created_at", "2016-10-07 19:21:13.894436"], ["updated_at", "2016-10-07 19:21:13.894436"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 618], ["created_at", "2016-10-07 19:21:13.895257"], ["updated_at", "2016-10-07 19:21:13.895257"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 619], ["created_at", "2016-10-07 19:21:13.896052"], ["updated_at", "2016-10-07 19:21:13.896052"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 619], ["created_at", "2016-10-07 19:21:13.896832"], ["updated_at", "2016-10-07 19:21:13.896832"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 619], ["created_at", "2016-10-07 19:21:13.897722"], ["updated_at", "2016-10-07 19:21:13.897722"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 619], ["created_at", "2016-10-07 19:21:13.898549"], ["updated_at", "2016-10-07 19:21:13.898549"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 619], ["created_at", "2016-10-07 19:21:13.899428"], ["updated_at", "2016-10-07 19:21:13.899428"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 619], ["created_at", "2016-10-07 19:21:13.900222"], ["updated_at", "2016-10-07 19:21:13.900222"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 620], ["created_at", "2016-10-07 19:21:13.901005"], ["updated_at", "2016-10-07 19:21:13.901005"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 620], ["created_at", "2016-10-07 19:21:13.901797"], ["updated_at", "2016-10-07 19:21:13.901797"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 620], ["created_at", "2016-10-07 19:21:13.902609"], ["updated_at", "2016-10-07 19:21:13.902609"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 620], ["created_at", "2016-10-07 19:21:13.903388"], ["updated_at", "2016-10-07 19:21:13.903388"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 620], ["created_at", "2016-10-07 19:21:13.904165"], ["updated_at", "2016-10-07 19:21:13.904165"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 620], ["created_at", "2016-10-07 19:21:13.904954"], ["updated_at", "2016-10-07 19:21:13.904954"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 621], ["created_at", "2016-10-07 19:21:13.905728"], ["updated_at", "2016-10-07 19:21:13.905728"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 621], ["created_at", "2016-10-07 19:21:13.906576"], ["updated_at", "2016-10-07 19:21:13.906576"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 621], ["created_at", "2016-10-07 19:21:13.907421"], ["updated_at", "2016-10-07 19:21:13.907421"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 621], ["created_at", "2016-10-07 19:21:13.908212"], ["updated_at", "2016-10-07 19:21:13.908212"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 621], ["created_at", "2016-10-07 19:21:13.909029"], ["updated_at", "2016-10-07 19:21:13.909029"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 621], ["created_at", "2016-10-07 19:21:13.909811"], ["updated_at", "2016-10-07 19:21:13.909811"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 622], ["created_at", "2016-10-07 19:21:13.910632"], ["updated_at", "2016-10-07 19:21:13.910632"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 622], ["created_at", "2016-10-07 19:21:13.911401"], ["updated_at", "2016-10-07 19:21:13.911401"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 622], ["created_at", "2016-10-07 19:21:13.912174"], ["updated_at", "2016-10-07 19:21:13.912174"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 622], ["created_at", "2016-10-07 19:21:13.912936"], ["updated_at", "2016-10-07 19:21:13.912936"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 622], ["created_at", "2016-10-07 19:21:13.913700"], ["updated_at", "2016-10-07 19:21:13.913700"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 622], ["created_at", "2016-10-07 19:21:13.914466"], ["updated_at", "2016-10-07 19:21:13.914466"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 623], ["created_at", "2016-10-07 19:21:13.915257"], ["updated_at", "2016-10-07 19:21:13.915257"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 623], ["created_at", "2016-10-07 19:21:13.916022"], ["updated_at", "2016-10-07 19:21:13.916022"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 623], ["created_at", "2016-10-07 19:21:13.916823"], ["updated_at", "2016-10-07 19:21:13.916823"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 623], ["created_at", "2016-10-07 19:21:13.917604"], ["updated_at", "2016-10-07 19:21:13.917604"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 623], ["created_at", "2016-10-07 19:21:13.918453"], ["updated_at", "2016-10-07 19:21:13.918453"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 624], ["created_at", "2016-10-07 19:21:13.919319"], ["updated_at", "2016-10-07 19:21:13.919319"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 624], ["created_at", "2016-10-07 19:21:13.920145"], ["updated_at", "2016-10-07 19:21:13.920145"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 624], ["created_at", "2016-10-07 19:21:13.920922"], ["updated_at", "2016-10-07 19:21:13.920922"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 624], ["created_at", "2016-10-07 19:21:13.921691"], ["updated_at", "2016-10-07 19:21:13.921691"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 624], ["created_at", "2016-10-07 19:21:13.922450"], ["updated_at", "2016-10-07 19:21:13.922450"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 624], ["created_at", "2016-10-07 19:21:13.923393"], ["updated_at", "2016-10-07 19:21:13.923393"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 625], ["created_at", "2016-10-07 19:21:13.924159"], ["updated_at", "2016-10-07 19:21:13.924159"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 625], ["created_at", "2016-10-07 19:21:13.924933"], ["updated_at", "2016-10-07 19:21:13.924933"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 625], ["created_at", "2016-10-07 19:21:13.925702"], ["updated_at", "2016-10-07 19:21:13.925702"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 625], ["created_at", "2016-10-07 19:21:13.926476"], ["updated_at", "2016-10-07 19:21:13.926476"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 625], ["created_at", "2016-10-07 19:21:13.927297"], ["updated_at", "2016-10-07 19:21:13.927297"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 625], ["created_at", "2016-10-07 19:21:13.928114"], ["updated_at", "2016-10-07 19:21:13.928114"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 626], ["created_at", "2016-10-07 19:21:13.928905"], ["updated_at", "2016-10-07 19:21:13.928905"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 626], ["created_at", "2016-10-07 19:21:13.929680"], ["updated_at", "2016-10-07 19:21:13.929680"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 626], ["created_at", "2016-10-07 19:21:13.930446"], ["updated_at", "2016-10-07 19:21:13.930446"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 626], ["created_at", "2016-10-07 19:21:13.931260"], ["updated_at", "2016-10-07 19:21:13.931260"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 626], ["created_at", "2016-10-07 19:21:13.932042"], ["updated_at", "2016-10-07 19:21:13.932042"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 626], ["created_at", "2016-10-07 19:21:13.932791"], ["updated_at", "2016-10-07 19:21:13.932791"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 627], ["created_at", "2016-10-07 19:21:13.933560"], ["updated_at", "2016-10-07 19:21:13.933560"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 627], ["created_at", "2016-10-07 19:21:13.934324"], ["updated_at", "2016-10-07 19:21:13.934324"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 627], ["created_at", "2016-10-07 19:21:13.935106"], ["updated_at", "2016-10-07 19:21:13.935106"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 627], ["created_at", "2016-10-07 19:21:13.935883"], ["updated_at", "2016-10-07 19:21:13.935883"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 627], ["created_at", "2016-10-07 19:21:13.936672"], ["updated_at", "2016-10-07 19:21:13.936672"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 627], ["created_at", "2016-10-07 19:21:13.937449"], ["updated_at", "2016-10-07 19:21:13.937449"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 628], ["created_at", "2016-10-07 19:21:13.938308"], ["updated_at", "2016-10-07 19:21:13.938308"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 628], ["created_at", "2016-10-07 19:21:13.939161"], ["updated_at", "2016-10-07 19:21:13.939161"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 628], ["created_at", "2016-10-07 19:21:13.940005"], ["updated_at", "2016-10-07 19:21:13.940005"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 628], ["created_at", "2016-10-07 19:21:13.940788"], ["updated_at", "2016-10-07 19:21:13.940788"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 628], ["created_at", "2016-10-07 19:21:13.941550"], ["updated_at", "2016-10-07 19:21:13.941550"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 628], ["created_at", "2016-10-07 19:21:13.942315"], ["updated_at", "2016-10-07 19:21:13.942315"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 629], ["created_at", "2016-10-07 19:21:13.943127"], ["updated_at", "2016-10-07 19:21:13.943127"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 629], ["created_at", "2016-10-07 19:21:13.943909"], ["updated_at", "2016-10-07 19:21:13.943909"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 629], ["created_at", "2016-10-07 19:21:13.944675"], ["updated_at", "2016-10-07 19:21:13.944675"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 629], ["created_at", "2016-10-07 19:21:13.945442"], ["updated_at", "2016-10-07 19:21:13.945442"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 629], ["created_at", "2016-10-07 19:21:13.946201"], ["updated_at", "2016-10-07 19:21:13.946201"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 630], ["created_at", "2016-10-07 19:21:13.946981"], ["updated_at", "2016-10-07 19:21:13.946981"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 630], ["created_at", "2016-10-07 19:21:13.947783"], ["updated_at", "2016-10-07 19:21:13.947783"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 630], ["created_at", "2016-10-07 19:21:13.948572"], ["updated_at", "2016-10-07 19:21:13.948572"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 630], ["created_at", "2016-10-07 19:21:13.949332"], ["updated_at", "2016-10-07 19:21:13.949332"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 630], ["created_at", "2016-10-07 19:21:13.950092"], ["updated_at", "2016-10-07 19:21:13.950092"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 630], ["created_at", "2016-10-07 19:21:13.950855"], ["updated_at", "2016-10-07 19:21:13.950855"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 631], ["created_at", "2016-10-07 19:21:13.951629"], ["updated_at", "2016-10-07 19:21:13.951629"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 631], ["created_at", "2016-10-07 19:21:13.952436"], ["updated_at", "2016-10-07 19:21:13.952436"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 631], ["created_at", "2016-10-07 19:21:13.953207"], ["updated_at", "2016-10-07 19:21:13.953207"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 631], ["created_at", "2016-10-07 19:21:13.953974"], ["updated_at", "2016-10-07 19:21:13.953974"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 631], ["created_at", "2016-10-07 19:21:13.954742"], ["updated_at", "2016-10-07 19:21:13.954742"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 631], ["created_at", "2016-10-07 19:21:13.955603"], ["updated_at", "2016-10-07 19:21:13.955603"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 632], ["created_at", "2016-10-07 19:21:13.956407"], ["updated_at", "2016-10-07 19:21:13.956407"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 632], ["created_at", "2016-10-07 19:21:13.957232"], ["updated_at", "2016-10-07 19:21:13.957232"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 632], ["created_at", "2016-10-07 19:21:13.958020"], ["updated_at", "2016-10-07 19:21:13.958020"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 632], ["created_at", "2016-10-07 19:21:13.958830"], ["updated_at", "2016-10-07 19:21:13.958830"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 632], ["created_at", "2016-10-07 19:21:13.959606"], ["updated_at", "2016-10-07 19:21:13.959606"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 632], ["created_at", "2016-10-07 19:21:13.960387"], ["updated_at", "2016-10-07 19:21:13.960387"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 633], ["created_at", "2016-10-07 19:21:13.961177"], ["updated_at", "2016-10-07 19:21:13.961177"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 633], ["created_at", "2016-10-07 19:21:13.961954"], ["updated_at", "2016-10-07 19:21:13.961954"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 633], ["created_at", "2016-10-07 19:21:13.962814"], ["updated_at", "2016-10-07 19:21:13.962814"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 633], ["created_at", "2016-10-07 19:21:13.963664"], ["updated_at", "2016-10-07 19:21:13.963664"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 633], ["created_at", "2016-10-07 19:21:13.964529"], ["updated_at", "2016-10-07 19:21:13.964529"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 633], ["created_at", "2016-10-07 19:21:13.965327"], ["updated_at", "2016-10-07 19:21:13.965327"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 634], ["created_at", "2016-10-07 19:21:13.966117"], ["updated_at", "2016-10-07 19:21:13.966117"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 634], ["created_at", "2016-10-07 19:21:13.966953"], ["updated_at", "2016-10-07 19:21:13.966953"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 634], ["created_at", "2016-10-07 19:21:13.967769"], ["updated_at", "2016-10-07 19:21:13.967769"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 634], ["created_at", "2016-10-07 19:21:13.968580"], ["updated_at", "2016-10-07 19:21:13.968580"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 634], ["created_at", "2016-10-07 19:21:13.969367"], ["updated_at", "2016-10-07 19:21:13.969367"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 634], ["created_at", "2016-10-07 19:21:13.970202"], ["updated_at", "2016-10-07 19:21:13.970202"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 635], ["created_at", "2016-10-07 19:21:13.971030"], ["updated_at", "2016-10-07 19:21:13.971030"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 635], ["created_at", "2016-10-07 19:21:13.971950"], ["updated_at", "2016-10-07 19:21:13.971950"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 635], ["created_at", "2016-10-07 19:21:13.972838"], ["updated_at", "2016-10-07 19:21:13.972838"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 635], ["created_at", "2016-10-07 19:21:13.973687"], ["updated_at", "2016-10-07 19:21:13.973687"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 635], ["created_at", "2016-10-07 19:21:13.974473"], ["updated_at", "2016-10-07 19:21:13.974473"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 635], ["created_at", "2016-10-07 19:21:13.975305"], ["updated_at", "2016-10-07 19:21:13.975305"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 636], ["created_at", "2016-10-07 19:21:13.976092"], ["updated_at", "2016-10-07 19:21:13.976092"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 636], ["created_at", "2016-10-07 19:21:13.976877"], ["updated_at", "2016-10-07 19:21:13.976877"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 636], ["created_at", "2016-10-07 19:21:13.977659"], ["updated_at", "2016-10-07 19:21:13.977659"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 636], ["created_at", "2016-10-07 19:21:13.978431"], ["updated_at", "2016-10-07 19:21:13.978431"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 636], ["created_at", "2016-10-07 19:21:13.979252"], ["updated_at", "2016-10-07 19:21:13.979252"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 636], ["created_at", "2016-10-07 19:21:13.980026"], ["updated_at", "2016-10-07 19:21:13.980026"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 637], ["created_at", "2016-10-07 19:21:13.980803"], ["updated_at", "2016-10-07 19:21:13.980803"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 637], ["created_at", "2016-10-07 19:21:13.981571"], ["updated_at", "2016-10-07 19:21:13.981571"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 637], ["created_at", "2016-10-07 19:21:13.982379"], ["updated_at", "2016-10-07 19:21:13.982379"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 637], ["created_at", "2016-10-07 19:21:13.983187"], ["updated_at", "2016-10-07 19:21:13.983187"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 637], ["created_at", "2016-10-07 19:21:13.983958"], ["updated_at", "2016-10-07 19:21:13.983958"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 637], ["created_at", "2016-10-07 19:21:13.984753"], ["updated_at", "2016-10-07 19:21:13.984753"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 638], ["created_at", "2016-10-07 19:21:13.985552"], ["updated_at", "2016-10-07 19:21:13.985552"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 638], ["created_at", "2016-10-07 19:21:13.986339"], ["updated_at", "2016-10-07 19:21:13.986339"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 638], ["created_at", "2016-10-07 19:21:13.987183"], ["updated_at", "2016-10-07 19:21:13.987183"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 638], ["created_at", "2016-10-07 19:21:13.988027"], ["updated_at", "2016-10-07 19:21:13.988027"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 638], ["created_at", "2016-10-07 19:21:13.988915"], ["updated_at", "2016-10-07 19:21:13.988915"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 638], ["created_at", "2016-10-07 19:21:13.989695"], ["updated_at", "2016-10-07 19:21:13.989695"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 639], ["created_at", "2016-10-07 19:21:13.990463"], ["updated_at", "2016-10-07 19:21:13.990463"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 639], ["created_at", "2016-10-07 19:21:13.991304"], ["updated_at", "2016-10-07 19:21:13.991304"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 639], ["created_at", "2016-10-07 19:21:13.992082"], ["updated_at", "2016-10-07 19:21:13.992082"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 639], ["created_at", "2016-10-07 19:21:13.992858"], ["updated_at", "2016-10-07 19:21:13.992858"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 639], ["created_at", "2016-10-07 19:21:13.993625"], ["updated_at", "2016-10-07 19:21:13.993625"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 640], ["created_at", "2016-10-07 19:21:13.994387"], ["updated_at", "2016-10-07 19:21:13.994387"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 640], ["created_at", "2016-10-07 19:21:13.995156"], ["updated_at", "2016-10-07 19:21:13.995156"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 640], ["created_at", "2016-10-07 19:21:13.995924"], ["updated_at", "2016-10-07 19:21:13.995924"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 640], ["created_at", "2016-10-07 19:21:13.996714"], ["updated_at", "2016-10-07 19:21:13.996714"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 640], ["created_at", "2016-10-07 19:21:13.997484"], ["updated_at", "2016-10-07 19:21:13.997484"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 640], ["created_at", "2016-10-07 19:21:13.998244"], ["updated_at", "2016-10-07 19:21:13.998244"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 641], ["created_at", "2016-10-07 19:21:13.999054"], ["updated_at", "2016-10-07 19:21:13.999054"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 641], ["created_at", "2016-10-07 19:21:13.999899"], ["updated_at", "2016-10-07 19:21:13.999899"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 641], ["created_at", "2016-10-07 19:21:14.000678"], ["updated_at", "2016-10-07 19:21:14.000678"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 641], ["created_at", "2016-10-07 19:21:14.001504"], ["updated_at", "2016-10-07 19:21:14.001504"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 641], ["created_at", "2016-10-07 19:21:14.002351"], ["updated_at", "2016-10-07 19:21:14.002351"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 641], ["created_at", "2016-10-07 19:21:14.003159"], ["updated_at", "2016-10-07 19:21:14.003159"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 642], ["created_at", "2016-10-07 19:21:14.003935"], ["updated_at", "2016-10-07 19:21:14.003935"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 642], ["created_at", "2016-10-07 19:21:14.004844"], ["updated_at", "2016-10-07 19:21:14.004844"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 642], ["created_at", "2016-10-07 19:21:14.005629"], ["updated_at", "2016-10-07 19:21:14.005629"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 642], ["created_at", "2016-10-07 19:21:14.006398"], ["updated_at", "2016-10-07 19:21:14.006398"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 642], ["created_at", "2016-10-07 19:21:14.007170"], ["updated_at", "2016-10-07 19:21:14.007170"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 642], ["created_at", "2016-10-07 19:21:14.007952"], ["updated_at", "2016-10-07 19:21:14.007952"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 643], ["created_at", "2016-10-07 19:21:14.008875"], ["updated_at", "2016-10-07 19:21:14.008875"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 643], ["created_at", "2016-10-07 19:21:14.010109"], ["updated_at", "2016-10-07 19:21:14.010109"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 643], ["created_at", "2016-10-07 19:21:14.011406"], ["updated_at", "2016-10-07 19:21:14.011406"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 643], ["created_at", "2016-10-07 19:21:14.012640"], ["updated_at", "2016-10-07 19:21:14.012640"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 643], ["created_at", "2016-10-07 19:21:14.014295"], ["updated_at", "2016-10-07 19:21:14.014295"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 643], ["created_at", "2016-10-07 19:21:14.015949"], ["updated_at", "2016-10-07 19:21:14.015949"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 644], ["created_at", "2016-10-07 19:21:14.017442"], ["updated_at", "2016-10-07 19:21:14.017442"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 644], ["created_at", "2016-10-07 19:21:14.018592"], ["updated_at", "2016-10-07 19:21:14.018592"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 644], ["created_at", "2016-10-07 19:21:14.019763"], ["updated_at", "2016-10-07 19:21:14.019763"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 644], ["created_at", "2016-10-07 19:21:14.020808"], ["updated_at", "2016-10-07 19:21:14.020808"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 644], ["created_at", "2016-10-07 19:21:14.021796"], ["updated_at", "2016-10-07 19:21:14.021796"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 644], ["created_at", "2016-10-07 19:21:14.022766"], ["updated_at", "2016-10-07 19:21:14.022766"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 645], ["created_at", "2016-10-07 19:21:14.023702"], ["updated_at", "2016-10-07 19:21:14.023702"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 645], ["created_at", "2016-10-07 19:21:14.024626"], ["updated_at", "2016-10-07 19:21:14.024626"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 645], ["created_at", "2016-10-07 19:21:14.025546"], ["updated_at", "2016-10-07 19:21:14.025546"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 645], ["created_at", "2016-10-07 19:21:14.026532"], ["updated_at", "2016-10-07 19:21:14.026532"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 645], ["created_at", "2016-10-07 19:21:14.027552"], ["updated_at", "2016-10-07 19:21:14.027552"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 645], ["created_at", "2016-10-07 19:21:14.028667"], ["updated_at", "2016-10-07 19:21:14.028667"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 646], ["created_at", "2016-10-07 19:21:14.030102"], ["updated_at", "2016-10-07 19:21:14.030102"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 646], ["created_at", "2016-10-07 19:21:14.031402"], ["updated_at", "2016-10-07 19:21:14.031402"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 646], ["created_at", "2016-10-07 19:21:14.033454"], ["updated_at", "2016-10-07 19:21:14.033454"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 646], ["created_at", "2016-10-07 19:21:14.037786"], ["updated_at", "2016-10-07 19:21:14.037786"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 646], ["created_at", "2016-10-07 19:21:14.039098"], ["updated_at", "2016-10-07 19:21:14.039098"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 646], ["created_at", "2016-10-07 19:21:14.040252"], ["updated_at", "2016-10-07 19:21:14.040252"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 647], ["created_at", "2016-10-07 19:21:14.041382"], ["updated_at", "2016-10-07 19:21:14.041382"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 647], ["created_at", "2016-10-07 19:21:14.042484"], ["updated_at", "2016-10-07 19:21:14.042484"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 647], ["created_at", "2016-10-07 19:21:14.043486"], ["updated_at", "2016-10-07 19:21:14.043486"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 647], ["created_at", "2016-10-07 19:21:14.044445"], ["updated_at", "2016-10-07 19:21:14.044445"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 647], ["created_at", "2016-10-07 19:21:14.054762"], ["updated_at", "2016-10-07 19:21:14.054762"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 647], ["created_at", "2016-10-07 19:21:14.055646"], ["updated_at", "2016-10-07 19:21:14.055646"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 648], ["created_at", "2016-10-07 19:21:14.056627"], ["updated_at", "2016-10-07 19:21:14.056627"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 648], ["created_at", "2016-10-07 19:21:14.057639"], ["updated_at", "2016-10-07 19:21:14.057639"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 648], ["created_at", "2016-10-07 19:21:14.059667"], ["updated_at", "2016-10-07 19:21:14.059667"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 648], ["created_at", "2016-10-07 19:21:14.060636"], ["updated_at", "2016-10-07 19:21:14.060636"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 648], ["created_at", "2016-10-07 19:21:14.061440"], ["updated_at", "2016-10-07 19:21:14.061440"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 648], ["created_at", "2016-10-07 19:21:14.062208"], ["updated_at", "2016-10-07 19:21:14.062208"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 649], ["created_at", "2016-10-07 19:21:14.063026"], ["updated_at", "2016-10-07 19:21:14.063026"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 649], ["created_at", "2016-10-07 19:21:14.063821"], ["updated_at", "2016-10-07 19:21:14.063821"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 649], ["created_at", "2016-10-07 19:21:14.064844"], ["updated_at", "2016-10-07 19:21:14.064844"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 649], ["created_at", "2016-10-07 19:21:14.066854"], ["updated_at", "2016-10-07 19:21:14.066854"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 649], ["created_at", "2016-10-07 19:21:14.069216"], ["updated_at", "2016-10-07 19:21:14.069216"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 649], ["created_at", "2016-10-07 19:21:14.071061"], ["updated_at", "2016-10-07 19:21:14.071061"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 650], ["created_at", "2016-10-07 19:21:14.072640"], ["updated_at", "2016-10-07 19:21:14.072640"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 650], ["created_at", "2016-10-07 19:21:14.073670"], ["updated_at", "2016-10-07 19:21:14.073670"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 650], ["created_at", "2016-10-07 19:21:14.074489"], ["updated_at", "2016-10-07 19:21:14.074489"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 650], ["created_at", "2016-10-07 19:21:14.075316"], ["updated_at", "2016-10-07 19:21:14.075316"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 650], ["created_at", "2016-10-07 19:21:14.076088"], ["updated_at", "2016-10-07 19:21:14.076088"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 650], ["created_at", "2016-10-07 19:21:14.076847"], ["updated_at", "2016-10-07 19:21:14.076847"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 651], ["created_at", "2016-10-07 19:21:14.077621"], ["updated_at", "2016-10-07 19:21:14.077621"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 651], ["created_at", "2016-10-07 19:21:14.078384"], ["updated_at", "2016-10-07 19:21:14.078384"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 651], ["created_at", "2016-10-07 19:21:14.079189"], ["updated_at", "2016-10-07 19:21:14.079189"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 651], ["created_at", "2016-10-07 19:21:14.079955"], ["updated_at", "2016-10-07 19:21:14.079955"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 651], ["created_at", "2016-10-07 19:21:14.080764"], ["updated_at", "2016-10-07 19:21:14.080764"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 652], ["created_at", "2016-10-07 19:21:14.081880"], ["updated_at", "2016-10-07 19:21:14.081880"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 652], ["created_at", "2016-10-07 19:21:14.084228"], ["updated_at", "2016-10-07 19:21:14.084228"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 652], ["created_at", "2016-10-07 19:21:14.086218"], ["updated_at", "2016-10-07 19:21:14.086218"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 652], ["created_at", "2016-10-07 19:21:14.087748"], ["updated_at", "2016-10-07 19:21:14.087748"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 652], ["created_at", "2016-10-07 19:21:14.089116"], ["updated_at", "2016-10-07 19:21:14.089116"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 653], ["created_at", "2016-10-07 19:21:14.089990"], ["updated_at", "2016-10-07 19:21:14.089990"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 653], ["created_at", "2016-10-07 19:21:14.090831"], ["updated_at", "2016-10-07 19:21:14.090831"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 653], ["created_at", "2016-10-07 19:21:14.091654"], ["updated_at", "2016-10-07 19:21:14.091654"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 653], ["created_at", "2016-10-07 19:21:14.092412"], ["updated_at", "2016-10-07 19:21:14.092412"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 653], ["created_at", "2016-10-07 19:21:14.093225"], ["updated_at", "2016-10-07 19:21:14.093225"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 653], ["created_at", "2016-10-07 19:21:14.094017"], ["updated_at", "2016-10-07 19:21:14.094017"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 654], ["created_at", "2016-10-07 19:21:14.094800"], ["updated_at", "2016-10-07 19:21:14.094800"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 654], ["created_at", "2016-10-07 19:21:14.095581"], ["updated_at", "2016-10-07 19:21:14.095581"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 654], ["created_at", "2016-10-07 19:21:14.096340"], ["updated_at", "2016-10-07 19:21:14.096340"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 654], ["created_at", "2016-10-07 19:21:14.097112"], ["updated_at", "2016-10-07 19:21:14.097112"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 654], ["created_at", "2016-10-07 19:21:14.098116"], ["updated_at", "2016-10-07 19:21:14.098116"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 654], ["created_at", "2016-10-07 19:21:14.099981"], ["updated_at", "2016-10-07 19:21:14.099981"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 655], ["created_at", "2016-10-07 19:21:14.102312"], ["updated_at", "2016-10-07 19:21:14.102312"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 655], ["created_at", "2016-10-07 19:21:14.103647"], ["updated_at", "2016-10-07 19:21:14.103647"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 655], ["created_at", "2016-10-07 19:21:14.105232"], ["updated_at", "2016-10-07 19:21:14.105232"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 655], ["created_at", "2016-10-07 19:21:14.106149"], ["updated_at", "2016-10-07 19:21:14.106149"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 655], ["created_at", "2016-10-07 19:21:14.107019"], ["updated_at", "2016-10-07 19:21:14.107019"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 655], ["created_at", "2016-10-07 19:21:14.107792"], ["updated_at", "2016-10-07 19:21:14.107792"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 656], ["created_at", "2016-10-07 19:21:14.108637"], ["updated_at", "2016-10-07 19:21:14.108637"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 656], ["created_at", "2016-10-07 19:21:14.109499"], ["updated_at", "2016-10-07 19:21:14.109499"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 656], ["created_at", "2016-10-07 19:21:14.110336"], ["updated_at", "2016-10-07 19:21:14.110336"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 656], ["created_at", "2016-10-07 19:21:14.111141"], ["updated_at", "2016-10-07 19:21:14.111141"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 656], ["created_at", "2016-10-07 19:21:14.111899"], ["updated_at", "2016-10-07 19:21:14.111899"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 657], ["created_at", "2016-10-07 19:21:14.112652"], ["updated_at", "2016-10-07 19:21:14.112652"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 657], ["created_at", "2016-10-07 19:21:14.113425"], ["updated_at", "2016-10-07 19:21:14.113425"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 657], ["created_at", "2016-10-07 19:21:14.114338"], ["updated_at", "2016-10-07 19:21:14.114338"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 657], ["created_at", "2016-10-07 19:21:14.115810"], ["updated_at", "2016-10-07 19:21:14.115810"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 657], ["created_at", "2016-10-07 19:21:14.118314"], ["updated_at", "2016-10-07 19:21:14.118314"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 657], ["created_at", "2016-10-07 19:21:14.119997"], ["updated_at", "2016-10-07 19:21:14.119997"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 658], ["created_at", "2016-10-07 19:21:14.121903"], ["updated_at", "2016-10-07 19:21:14.121903"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 658], ["created_at", "2016-10-07 19:21:14.122936"], ["updated_at", "2016-10-07 19:21:14.122936"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 658], ["created_at", "2016-10-07 19:21:14.123874"], ["updated_at", "2016-10-07 19:21:14.123874"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 658], ["created_at", "2016-10-07 19:21:14.124793"], ["updated_at", "2016-10-07 19:21:14.124793"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 658], ["created_at", "2016-10-07 19:21:14.125790"], ["updated_at", "2016-10-07 19:21:14.125790"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 658], ["created_at", "2016-10-07 19:21:14.126783"], ["updated_at", "2016-10-07 19:21:14.126783"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 659], ["created_at", "2016-10-07 19:21:14.127798"], ["updated_at", "2016-10-07 19:21:14.127798"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 659], ["created_at", "2016-10-07 19:21:14.128894"], ["updated_at", "2016-10-07 19:21:14.128894"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 659], ["created_at", "2016-10-07 19:21:14.130122"], ["updated_at", "2016-10-07 19:21:14.130122"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 659], ["created_at", "2016-10-07 19:21:14.132762"], ["updated_at", "2016-10-07 19:21:14.132762"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 659], ["created_at", "2016-10-07 19:21:14.133899"], ["updated_at", "2016-10-07 19:21:14.133899"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 659], ["created_at", "2016-10-07 19:21:14.135291"], ["updated_at", "2016-10-07 19:21:14.135291"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 660], ["created_at", "2016-10-07 19:21:14.138021"], ["updated_at", "2016-10-07 19:21:14.138021"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 660], ["created_at", "2016-10-07 19:21:14.140389"], ["updated_at", "2016-10-07 19:21:14.140389"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 660], ["created_at", "2016-10-07 19:21:14.141442"], ["updated_at", "2016-10-07 19:21:14.141442"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 660], ["created_at", "2016-10-07 19:21:14.142353"], ["updated_at", "2016-10-07 19:21:14.142353"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 660], ["created_at", "2016-10-07 19:21:14.143264"], ["updated_at", "2016-10-07 19:21:14.143264"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 660], ["created_at", "2016-10-07 19:21:14.144168"], ["updated_at", "2016-10-07 19:21:14.144168"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 661], ["created_at", "2016-10-07 19:21:14.145021"], ["updated_at", "2016-10-07 19:21:14.145021"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 661], ["created_at", "2016-10-07 19:21:14.145905"], ["updated_at", "2016-10-07 19:21:14.145905"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 661], ["created_at", "2016-10-07 19:21:14.146772"], ["updated_at", "2016-10-07 19:21:14.146772"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 661], ["created_at", "2016-10-07 19:21:14.147696"], ["updated_at", "2016-10-07 19:21:14.147696"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 661], ["created_at", "2016-10-07 19:21:14.148619"], ["updated_at", "2016-10-07 19:21:14.148619"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 661], ["created_at", "2016-10-07 19:21:14.149471"], ["updated_at", "2016-10-07 19:21:14.149471"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 662], ["created_at", "2016-10-07 19:21:14.150238"], ["updated_at", "2016-10-07 19:21:14.150238"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 662], ["created_at", "2016-10-07 19:21:14.151040"], ["updated_at", "2016-10-07 19:21:14.151040"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 662], ["created_at", "2016-10-07 19:21:14.151843"], ["updated_at", "2016-10-07 19:21:14.151843"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 662], ["created_at", "2016-10-07 19:21:14.152767"], ["updated_at", "2016-10-07 19:21:14.152767"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 662], ["created_at", "2016-10-07 19:21:14.153558"], ["updated_at", "2016-10-07 19:21:14.153558"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 663], ["created_at", "2016-10-07 19:21:14.154319"], ["updated_at", "2016-10-07 19:21:14.154319"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 663], ["created_at", "2016-10-07 19:21:14.155139"], ["updated_at", "2016-10-07 19:21:14.155139"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 663], ["created_at", "2016-10-07 19:21:14.155938"], ["updated_at", "2016-10-07 19:21:14.155938"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 663], ["created_at", "2016-10-07 19:21:14.156712"], ["updated_at", "2016-10-07 19:21:14.156712"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 663], ["created_at", "2016-10-07 19:21:14.157521"], ["updated_at", "2016-10-07 19:21:14.157521"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 664], ["created_at", "2016-10-07 19:21:14.158459"], ["updated_at", "2016-10-07 19:21:14.158459"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 664], ["created_at", "2016-10-07 19:21:14.159483"], ["updated_at", "2016-10-07 19:21:14.159483"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 664], ["created_at", "2016-10-07 19:21:14.160525"], ["updated_at", "2016-10-07 19:21:14.160525"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 664], ["created_at", "2016-10-07 19:21:14.162083"], ["updated_at", "2016-10-07 19:21:14.162083"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 664], ["created_at", "2016-10-07 19:21:14.163010"], ["updated_at", "2016-10-07 19:21:14.163010"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 664], ["created_at", "2016-10-07 19:21:14.163877"], ["updated_at", "2016-10-07 19:21:14.163877"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 665], ["created_at", "2016-10-07 19:21:14.164750"], ["updated_at", "2016-10-07 19:21:14.164750"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 665], ["created_at", "2016-10-07 19:21:14.165527"], ["updated_at", "2016-10-07 19:21:14.165527"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 665], ["created_at", "2016-10-07 19:21:14.166299"], ["updated_at", "2016-10-07 19:21:14.166299"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 665], ["created_at", "2016-10-07 19:21:14.167116"], ["updated_at", "2016-10-07 19:21:14.167116"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 665], ["created_at", "2016-10-07 19:21:14.167922"], ["updated_at", "2016-10-07 19:21:14.167922"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 665], ["created_at", "2016-10-07 19:21:14.168814"], ["updated_at", "2016-10-07 19:21:14.168814"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 666], ["created_at", "2016-10-07 19:21:14.169630"], ["updated_at", "2016-10-07 19:21:14.169630"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 666], ["created_at", "2016-10-07 19:21:14.170391"], ["updated_at", "2016-10-07 19:21:14.170391"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 666], ["created_at", "2016-10-07 19:21:14.171216"], ["updated_at", "2016-10-07 19:21:14.171216"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 666], ["created_at", "2016-10-07 19:21:14.171972"], ["updated_at", "2016-10-07 19:21:14.171972"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 666], ["created_at", "2016-10-07 19:21:14.172731"], ["updated_at", "2016-10-07 19:21:14.172731"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 666], ["created_at", "2016-10-07 19:21:14.173834"], ["updated_at", "2016-10-07 19:21:14.173834"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 667], ["created_at", "2016-10-07 19:21:14.174733"], ["updated_at", "2016-10-07 19:21:14.174733"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 667], ["created_at", "2016-10-07 19:21:14.175529"], ["updated_at", "2016-10-07 19:21:14.175529"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 667], ["created_at", "2016-10-07 19:21:14.176322"], ["updated_at", "2016-10-07 19:21:14.176322"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 667], ["created_at", "2016-10-07 19:21:14.177325"], ["updated_at", "2016-10-07 19:21:14.177325"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 667], ["created_at", "2016-10-07 19:21:14.178244"], ["updated_at", "2016-10-07 19:21:14.178244"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 667], ["created_at", "2016-10-07 19:21:14.179822"], ["updated_at", "2016-10-07 19:21:14.179822"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 668], ["created_at", "2016-10-07 19:21:14.180691"], ["updated_at", "2016-10-07 19:21:14.180691"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 668], ["created_at", "2016-10-07 19:21:14.181484"], ["updated_at", "2016-10-07 19:21:14.181484"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 668], ["created_at", "2016-10-07 19:21:14.182259"], ["updated_at", "2016-10-07 19:21:14.182259"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 668], ["created_at", "2016-10-07 19:21:14.183074"], ["updated_at", "2016-10-07 19:21:14.183074"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 668], ["created_at", "2016-10-07 19:21:14.183884"], ["updated_at", "2016-10-07 19:21:14.183884"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 669], ["created_at", "2016-10-07 19:21:14.184723"], ["updated_at", "2016-10-07 19:21:14.184723"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 669], ["created_at", "2016-10-07 19:21:14.185542"], ["updated_at", "2016-10-07 19:21:14.185542"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 669], ["created_at", "2016-10-07 19:21:14.186311"], ["updated_at", "2016-10-07 19:21:14.186311"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 669], ["created_at", "2016-10-07 19:21:14.187114"], ["updated_at", "2016-10-07 19:21:14.187114"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 669], ["created_at", "2016-10-07 19:21:14.187888"], ["updated_at", "2016-10-07 19:21:14.187888"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 669], ["created_at", "2016-10-07 19:21:14.188665"], ["updated_at", "2016-10-07 19:21:14.188665"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 670], ["created_at", "2016-10-07 19:21:14.189478"], ["updated_at", "2016-10-07 19:21:14.189478"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 670], ["created_at", "2016-10-07 19:21:14.190256"], ["updated_at", "2016-10-07 19:21:14.190256"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 670], ["created_at", "2016-10-07 19:21:14.191084"], ["updated_at", "2016-10-07 19:21:14.191084"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 670], ["created_at", "2016-10-07 19:21:14.191852"], ["updated_at", "2016-10-07 19:21:14.191852"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 670], ["created_at", "2016-10-07 19:21:14.192610"], ["updated_at", "2016-10-07 19:21:14.192610"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 670], ["created_at", "2016-10-07 19:21:14.193519"], ["updated_at", "2016-10-07 19:21:14.193519"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 671], ["created_at", "2016-10-07 19:21:14.194316"], ["updated_at", "2016-10-07 19:21:14.194316"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 671], ["created_at", "2016-10-07 19:21:14.195189"], ["updated_at", "2016-10-07 19:21:14.195189"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 671], ["created_at", "2016-10-07 19:21:14.195965"], ["updated_at", "2016-10-07 19:21:14.195965"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 671], ["created_at", "2016-10-07 19:21:14.196727"], ["updated_at", "2016-10-07 19:21:14.196727"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 671], ["created_at", "2016-10-07 19:21:14.197518"], ["updated_at", "2016-10-07 19:21:14.197518"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 671], ["created_at", "2016-10-07 19:21:14.198289"], ["updated_at", "2016-10-07 19:21:14.198289"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 672], ["created_at", "2016-10-07 19:21:14.199082"], ["updated_at", "2016-10-07 19:21:14.199082"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 672], ["created_at", "2016-10-07 19:21:14.199865"], ["updated_at", "2016-10-07 19:21:14.199865"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 672], ["created_at", "2016-10-07 19:21:14.200621"], ["updated_at", "2016-10-07 19:21:14.200621"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 672], ["created_at", "2016-10-07 19:21:14.201534"], ["updated_at", "2016-10-07 19:21:14.201534"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 672], ["created_at", "2016-10-07 19:21:14.202319"], ["updated_at", "2016-10-07 19:21:14.202319"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 673], ["created_at", "2016-10-07 19:21:14.203174"], ["updated_at", "2016-10-07 19:21:14.203174"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 673], ["created_at", "2016-10-07 19:21:14.203952"], ["updated_at", "2016-10-07 19:21:14.203952"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 673], ["created_at", "2016-10-07 19:21:14.204733"], ["updated_at", "2016-10-07 19:21:14.204733"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 673], ["created_at", "2016-10-07 19:21:14.205503"], ["updated_at", "2016-10-07 19:21:14.205503"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 673], ["created_at", "2016-10-07 19:21:14.206276"], ["updated_at", "2016-10-07 19:21:14.206276"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 673], ["created_at", "2016-10-07 19:21:14.207080"], ["updated_at", "2016-10-07 19:21:14.207080"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 674], ["created_at", "2016-10-07 19:21:14.207841"], ["updated_at", "2016-10-07 19:21:14.207841"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 674], ["created_at", "2016-10-07 19:21:14.208612"], ["updated_at", "2016-10-07 19:21:14.208612"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 674], ["created_at", "2016-10-07 19:21:14.209397"], ["updated_at", "2016-10-07 19:21:14.209397"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 674], ["created_at", "2016-10-07 19:21:14.210169"], ["updated_at", "2016-10-07 19:21:14.210169"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 674], ["created_at", "2016-10-07 19:21:14.210965"], ["updated_at", "2016-10-07 19:21:14.210965"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 674], ["created_at", "2016-10-07 19:21:14.211718"], ["updated_at", "2016-10-07 19:21:14.211718"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 675], ["created_at", "2016-10-07 19:21:14.212614"], ["updated_at", "2016-10-07 19:21:14.212614"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 675], ["created_at", "2016-10-07 19:21:14.213425"], ["updated_at", "2016-10-07 19:21:14.213425"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 675], ["created_at", "2016-10-07 19:21:14.214195"], ["updated_at", "2016-10-07 19:21:14.214195"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 675], ["created_at", "2016-10-07 19:21:14.214960"], ["updated_at", "2016-10-07 19:21:14.214960"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 675], ["created_at", "2016-10-07 19:21:14.215739"], ["updated_at", "2016-10-07 19:21:14.215739"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 675], ["created_at", "2016-10-07 19:21:14.216507"], ["updated_at", "2016-10-07 19:21:14.216507"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 676], ["created_at", "2016-10-07 19:21:14.217392"], ["updated_at", "2016-10-07 19:21:14.217392"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 676], ["created_at", "2016-10-07 19:21:14.218217"], ["updated_at", "2016-10-07 19:21:14.218217"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 676], ["created_at", "2016-10-07 19:21:14.218991"], ["updated_at", "2016-10-07 19:21:14.218991"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 676], ["created_at", "2016-10-07 19:21:14.219764"], ["updated_at", "2016-10-07 19:21:14.219764"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 676], ["created_at", "2016-10-07 19:21:14.220522"], ["updated_at", "2016-10-07 19:21:14.220522"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 676], ["created_at", "2016-10-07 19:21:14.221285"], ["updated_at", "2016-10-07 19:21:14.221285"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 677], ["created_at", "2016-10-07 19:21:14.222096"], ["updated_at", "2016-10-07 19:21:14.222096"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 677], ["created_at", "2016-10-07 19:21:14.222878"], ["updated_at", "2016-10-07 19:21:14.222878"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 677], ["created_at", "2016-10-07 19:21:14.223661"], ["updated_at", "2016-10-07 19:21:14.223661"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 677], ["created_at", "2016-10-07 19:21:14.224433"], ["updated_at", "2016-10-07 19:21:14.224433"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 677], ["created_at", "2016-10-07 19:21:14.225194"], ["updated_at", "2016-10-07 19:21:14.225194"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 677], ["created_at", "2016-10-07 19:21:14.225981"], ["updated_at", "2016-10-07 19:21:14.225981"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 678], ["created_at", "2016-10-07 19:21:14.226755"], ["updated_at", "2016-10-07 19:21:14.226755"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 678], ["created_at", "2016-10-07 19:21:14.227517"], ["updated_at", "2016-10-07 19:21:14.227517"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 678], ["created_at", "2016-10-07 19:21:14.228309"], ["updated_at", "2016-10-07 19:21:14.228309"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 678], ["created_at", "2016-10-07 19:21:14.229070"], ["updated_at", "2016-10-07 19:21:14.229070"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 678], ["created_at", "2016-10-07 19:21:14.229826"], ["updated_at", "2016-10-07 19:21:14.229826"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 678], ["created_at", "2016-10-07 19:21:14.230622"], ["updated_at", "2016-10-07 19:21:14.230622"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 679], ["created_at", "2016-10-07 19:21:14.231546"], ["updated_at", "2016-10-07 19:21:14.231546"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 679], ["created_at", "2016-10-07 19:21:14.232338"], ["updated_at", "2016-10-07 19:21:14.232338"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 679], ["created_at", "2016-10-07 19:21:14.233127"], ["updated_at", "2016-10-07 19:21:14.233127"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 679], ["created_at", "2016-10-07 19:21:14.234036"], ["updated_at", "2016-10-07 19:21:14.234036"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 679], ["created_at", "2016-10-07 19:21:14.234830"], ["updated_at", "2016-10-07 19:21:14.234830"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 679], ["created_at", "2016-10-07 19:21:14.235612"], ["updated_at", "2016-10-07 19:21:14.235612"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 680], ["created_at", "2016-10-07 19:21:14.236389"], ["updated_at", "2016-10-07 19:21:14.236389"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 680], ["created_at", "2016-10-07 19:21:14.237156"], ["updated_at", "2016-10-07 19:21:14.237156"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 680], ["created_at", "2016-10-07 19:21:14.238021"], ["updated_at", "2016-10-07 19:21:14.238021"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 680], ["created_at", "2016-10-07 19:21:14.238810"], ["updated_at", "2016-10-07 19:21:14.238810"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 680], ["created_at", "2016-10-07 19:21:14.239586"], ["updated_at", "2016-10-07 19:21:14.239586"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 680], ["created_at", "2016-10-07 19:21:14.240375"], ["updated_at", "2016-10-07 19:21:14.240375"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 681], ["created_at", "2016-10-07 19:21:14.241131"], ["updated_at", "2016-10-07 19:21:14.241131"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 681], ["created_at", "2016-10-07 19:21:14.241898"], ["updated_at", "2016-10-07 19:21:14.241898"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 681], ["created_at", "2016-10-07 19:21:14.242658"], ["updated_at", "2016-10-07 19:21:14.242658"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 681], ["created_at", "2016-10-07 19:21:14.243414"], ["updated_at", "2016-10-07 19:21:14.243414"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 681], ["created_at", "2016-10-07 19:21:14.244188"], ["updated_at", "2016-10-07 19:21:14.244188"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 682], ["created_at", "2016-10-07 19:21:14.244942"], ["updated_at", "2016-10-07 19:21:14.244942"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 682], ["created_at", "2016-10-07 19:21:14.245693"], ["updated_at", "2016-10-07 19:21:14.245693"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 682], ["created_at", "2016-10-07 19:21:14.246472"], ["updated_at", "2016-10-07 19:21:14.246472"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 682], ["created_at", "2016-10-07 19:21:14.247311"], ["updated_at", "2016-10-07 19:21:14.247311"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 682], ["created_at", "2016-10-07 19:21:14.248072"], ["updated_at", "2016-10-07 19:21:14.248072"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 683], ["created_at", "2016-10-07 19:21:14.248843"], ["updated_at", "2016-10-07 19:21:14.248843"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 683], ["created_at", "2016-10-07 19:21:14.249593"], ["updated_at", "2016-10-07 19:21:14.249593"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 683], ["created_at", "2016-10-07 19:21:14.250521"], ["updated_at", "2016-10-07 19:21:14.250521"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 683], ["created_at", "2016-10-07 19:21:14.251310"], ["updated_at", "2016-10-07 19:21:14.251310"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 683], ["created_at", "2016-10-07 19:21:14.252075"], ["updated_at", "2016-10-07 19:21:14.252075"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 683], ["created_at", "2016-10-07 19:21:14.252844"], ["updated_at", "2016-10-07 19:21:14.252844"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 684], ["created_at", "2016-10-07 19:21:14.253616"], ["updated_at", "2016-10-07 19:21:14.253616"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 684], ["created_at", "2016-10-07 19:21:14.254375"], ["updated_at", "2016-10-07 19:21:14.254375"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 684], ["created_at", "2016-10-07 19:21:14.255151"], ["updated_at", "2016-10-07 19:21:14.255151"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 684], ["created_at", "2016-10-07 19:21:14.255961"], ["updated_at", "2016-10-07 19:21:14.255961"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 684], ["created_at", "2016-10-07 19:21:14.256777"], ["updated_at", "2016-10-07 19:21:14.256777"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 684], ["created_at", "2016-10-07 19:21:14.257574"], ["updated_at", "2016-10-07 19:21:14.257574"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 685], ["created_at", "2016-10-07 19:21:14.258368"], ["updated_at", "2016-10-07 19:21:14.258368"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 685], ["created_at", "2016-10-07 19:21:14.259169"], ["updated_at", "2016-10-07 19:21:14.259169"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 685], ["created_at", "2016-10-07 19:21:14.259943"], ["updated_at", "2016-10-07 19:21:14.259943"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 685], ["created_at", "2016-10-07 19:21:14.260716"], ["updated_at", "2016-10-07 19:21:14.260716"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 685], ["created_at", "2016-10-07 19:21:14.261488"], ["updated_at", "2016-10-07 19:21:14.261488"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 685], ["created_at", "2016-10-07 19:21:14.262246"], ["updated_at", "2016-10-07 19:21:14.262246"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 686], ["created_at", "2016-10-07 19:21:14.263103"], ["updated_at", "2016-10-07 19:21:14.263103"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 686], ["created_at", "2016-10-07 19:21:14.263920"], ["updated_at", "2016-10-07 19:21:14.263920"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 686], ["created_at", "2016-10-07 19:21:14.264687"], ["updated_at", "2016-10-07 19:21:14.264687"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 686], ["created_at", "2016-10-07 19:21:14.265447"], ["updated_at", "2016-10-07 19:21:14.265447"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 686], ["created_at", "2016-10-07 19:21:14.266351"], ["updated_at", "2016-10-07 19:21:14.266351"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 686], ["created_at", "2016-10-07 19:21:14.267238"], ["updated_at", "2016-10-07 19:21:14.267238"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 687], ["created_at", "2016-10-07 19:21:14.268039"], ["updated_at", "2016-10-07 19:21:14.268039"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 687], ["created_at", "2016-10-07 19:21:14.268822"], ["updated_at", "2016-10-07 19:21:14.268822"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 687], ["created_at", "2016-10-07 19:21:14.269584"], ["updated_at", "2016-10-07 19:21:14.269584"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 687], ["created_at", "2016-10-07 19:21:14.270344"], ["updated_at", "2016-10-07 19:21:14.270344"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 687], ["created_at", "2016-10-07 19:21:14.271177"], ["updated_at", "2016-10-07 19:21:14.271177"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 687], ["created_at", "2016-10-07 19:21:14.271935"], ["updated_at", "2016-10-07 19:21:14.271935"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 688], ["created_at", "2016-10-07 19:21:14.272713"], ["updated_at", "2016-10-07 19:21:14.272713"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 688], ["created_at", "2016-10-07 19:21:14.273474"], ["updated_at", "2016-10-07 19:21:14.273474"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 688], ["created_at", "2016-10-07 19:21:14.274438"], ["updated_at", "2016-10-07 19:21:14.274438"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 688], ["created_at", "2016-10-07 19:21:14.275527"], ["updated_at", "2016-10-07 19:21:14.275527"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 688], ["created_at", "2016-10-07 19:21:14.276402"], ["updated_at", "2016-10-07 19:21:14.276402"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 689], ["created_at", "2016-10-07 19:21:14.277243"], ["updated_at", "2016-10-07 19:21:14.277243"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 689], ["created_at", "2016-10-07 19:21:14.278355"], ["updated_at", "2016-10-07 19:21:14.278355"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 689], ["created_at", "2016-10-07 19:21:14.279218"], ["updated_at", "2016-10-07 19:21:14.279218"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 689], ["created_at", "2016-10-07 19:21:14.280220"], ["updated_at", "2016-10-07 19:21:14.280220"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 689], ["created_at", "2016-10-07 19:21:14.281293"], ["updated_at", "2016-10-07 19:21:14.281293"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 689], ["created_at", "2016-10-07 19:21:14.282232"], ["updated_at", "2016-10-07 19:21:14.282232"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 690], ["created_at", "2016-10-07 19:21:14.283324"], ["updated_at", "2016-10-07 19:21:14.283324"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 690], ["created_at", "2016-10-07 19:21:14.284288"], ["updated_at", "2016-10-07 19:21:14.284288"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 690], ["created_at", "2016-10-07 19:21:14.285240"], ["updated_at", "2016-10-07 19:21:14.285240"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 690], ["created_at", "2016-10-07 19:21:14.286199"], ["updated_at", "2016-10-07 19:21:14.286199"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 690], ["created_at", "2016-10-07 19:21:14.287142"], ["updated_at", "2016-10-07 19:21:14.287142"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 691], ["created_at", "2016-10-07 19:21:14.288070"], ["updated_at", "2016-10-07 19:21:14.288070"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 691], ["created_at", "2016-10-07 19:21:14.289018"], ["updated_at", "2016-10-07 19:21:14.289018"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 691], ["created_at", "2016-10-07 19:21:14.289979"], ["updated_at", "2016-10-07 19:21:14.289979"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 691], ["created_at", "2016-10-07 19:21:14.290962"], ["updated_at", "2016-10-07 19:21:14.290962"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 691], ["created_at", "2016-10-07 19:21:14.291890"], ["updated_at", "2016-10-07 19:21:14.291890"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 691], ["created_at", "2016-10-07 19:21:14.292814"], ["updated_at", "2016-10-07 19:21:14.292814"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 692], ["created_at", "2016-10-07 19:21:14.293751"], ["updated_at", "2016-10-07 19:21:14.293751"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 692], ["created_at", "2016-10-07 19:21:14.294682"], ["updated_at", "2016-10-07 19:21:14.294682"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 692], ["created_at", "2016-10-07 19:21:14.295626"], ["updated_at", "2016-10-07 19:21:14.295626"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 692], ["created_at", "2016-10-07 19:21:14.296726"], ["updated_at", "2016-10-07 19:21:14.296726"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 692], ["created_at", "2016-10-07 19:21:14.297813"], ["updated_at", "2016-10-07 19:21:14.297813"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 692], ["created_at", "2016-10-07 19:21:14.298865"], ["updated_at", "2016-10-07 19:21:14.298865"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 693], ["created_at", "2016-10-07 19:21:14.300025"], ["updated_at", "2016-10-07 19:21:14.300025"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 693], ["created_at", "2016-10-07 19:21:14.301213"], ["updated_at", "2016-10-07 19:21:14.301213"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 693], ["created_at", "2016-10-07 19:21:14.302287"], ["updated_at", "2016-10-07 19:21:14.302287"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 693], ["created_at", "2016-10-07 19:21:14.303247"], ["updated_at", "2016-10-07 19:21:14.303247"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 693], ["created_at", "2016-10-07 19:21:14.304098"], ["updated_at", "2016-10-07 19:21:14.304098"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 693], ["created_at", "2016-10-07 19:21:14.304951"], ["updated_at", "2016-10-07 19:21:14.304951"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 694], ["created_at", "2016-10-07 19:21:14.305804"], ["updated_at", "2016-10-07 19:21:14.305804"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 694], ["created_at", "2016-10-07 19:21:14.306678"], ["updated_at", "2016-10-07 19:21:14.306678"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 694], ["created_at", "2016-10-07 19:21:14.307505"], ["updated_at", "2016-10-07 19:21:14.307505"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 694], ["created_at", "2016-10-07 19:21:14.308336"], ["updated_at", "2016-10-07 19:21:14.308336"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 694], ["created_at", "2016-10-07 19:21:14.309173"], ["updated_at", "2016-10-07 19:21:14.309173"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 694], ["created_at", "2016-10-07 19:21:14.310029"], ["updated_at", "2016-10-07 19:21:14.310029"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 695], ["created_at", "2016-10-07 19:21:14.310841"], ["updated_at", "2016-10-07 19:21:14.310841"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 695], ["created_at", "2016-10-07 19:21:14.311650"], ["updated_at", "2016-10-07 19:21:14.311650"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 695], ["created_at", "2016-10-07 19:21:14.312435"], ["updated_at", "2016-10-07 19:21:14.312435"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 695], ["created_at", "2016-10-07 19:21:14.313211"], ["updated_at", "2016-10-07 19:21:14.313211"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 695], ["created_at", "2016-10-07 19:21:14.314033"], ["updated_at", "2016-10-07 19:21:14.314033"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 695], ["created_at", "2016-10-07 19:21:14.314831"], ["updated_at", "2016-10-07 19:21:14.314831"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 696], ["created_at", "2016-10-07 19:21:14.315628"], ["updated_at", "2016-10-07 19:21:14.315628"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 696], ["created_at", "2016-10-07 19:21:14.316548"], ["updated_at", "2016-10-07 19:21:14.316548"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 696], ["created_at", "2016-10-07 19:21:14.317359"], ["updated_at", "2016-10-07 19:21:14.317359"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 696], ["created_at", "2016-10-07 19:21:14.318136"], ["updated_at", "2016-10-07 19:21:14.318136"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 696], ["created_at", "2016-10-07 19:21:14.318959"], ["updated_at", "2016-10-07 19:21:14.318959"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 696], ["created_at", "2016-10-07 19:21:14.319756"], ["updated_at", "2016-10-07 19:21:14.319756"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 697], ["created_at", "2016-10-07 19:21:14.320594"], ["updated_at", "2016-10-07 19:21:14.320594"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 697], ["created_at", "2016-10-07 19:21:14.321392"], ["updated_at", "2016-10-07 19:21:14.321392"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 697], ["created_at", "2016-10-07 19:21:14.322181"], ["updated_at", "2016-10-07 19:21:14.322181"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 697], ["created_at", "2016-10-07 19:21:14.323008"], ["updated_at", "2016-10-07 19:21:14.323008"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 697], ["created_at", "2016-10-07 19:21:14.323843"], ["updated_at", "2016-10-07 19:21:14.323843"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 697], ["created_at", "2016-10-07 19:21:14.324626"], ["updated_at", "2016-10-07 19:21:14.324626"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 698], ["created_at", "2016-10-07 19:21:14.325404"], ["updated_at", "2016-10-07 19:21:14.325404"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 698], ["created_at", "2016-10-07 19:21:14.326188"], ["updated_at", "2016-10-07 19:21:14.326188"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 698], ["created_at", "2016-10-07 19:21:14.326980"], ["updated_at", "2016-10-07 19:21:14.326980"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 698], ["created_at", "2016-10-07 19:21:14.327759"], ["updated_at", "2016-10-07 19:21:14.327759"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 698], ["created_at", "2016-10-07 19:21:14.328525"], ["updated_at", "2016-10-07 19:21:14.328525"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 699], ["created_at", "2016-10-07 19:21:14.329310"], ["updated_at", "2016-10-07 19:21:14.329310"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 699], ["created_at", "2016-10-07 19:21:14.330074"], ["updated_at", "2016-10-07 19:21:14.330074"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 699], ["created_at", "2016-10-07 19:21:14.330874"], ["updated_at", "2016-10-07 19:21:14.330874"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 699], ["created_at", "2016-10-07 19:21:14.331630"], ["updated_at", "2016-10-07 19:21:14.331630"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 699], ["created_at", "2016-10-07 19:21:14.332499"], ["updated_at", "2016-10-07 19:21:14.332499"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 699], ["created_at", "2016-10-07 19:21:14.333299"], ["updated_at", "2016-10-07 19:21:14.333299"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 700], ["created_at", "2016-10-07 19:21:14.334056"], ["updated_at", "2016-10-07 19:21:14.334056"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 700], ["created_at", "2016-10-07 19:21:14.334850"], ["updated_at", "2016-10-07 19:21:14.334850"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 700], ["created_at", "2016-10-07 19:21:14.335608"], ["updated_at", "2016-10-07 19:21:14.335608"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 700], ["created_at", "2016-10-07 19:21:14.336367"], ["updated_at", "2016-10-07 19:21:14.336367"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 700], ["created_at", "2016-10-07 19:21:14.337133"], ["updated_at", "2016-10-07 19:21:14.337133"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 700], ["created_at", "2016-10-07 19:21:14.337916"], ["updated_at", "2016-10-07 19:21:14.337916"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 701], ["created_at", "2016-10-07 19:21:14.338700"], ["updated_at", "2016-10-07 19:21:14.338700"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 701], ["created_at", "2016-10-07 19:21:14.339571"], ["updated_at", "2016-10-07 19:21:14.339571"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 701], ["created_at", "2016-10-07 19:21:14.340364"], ["updated_at", "2016-10-07 19:21:14.340364"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 701], ["created_at", "2016-10-07 19:21:14.341151"], ["updated_at", "2016-10-07 19:21:14.341151"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 701], ["created_at", "2016-10-07 19:21:14.341936"], ["updated_at", "2016-10-07 19:21:14.341936"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 701], ["created_at", "2016-10-07 19:21:14.342725"], ["updated_at", "2016-10-07 19:21:14.342725"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 702], ["created_at", "2016-10-07 19:21:14.343493"], ["updated_at", "2016-10-07 19:21:14.343493"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 702], ["created_at", "2016-10-07 19:21:14.344292"], ["updated_at", "2016-10-07 19:21:14.344292"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 702], ["created_at", "2016-10-07 19:21:14.345068"], ["updated_at", "2016-10-07 19:21:14.345068"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 702], ["created_at", "2016-10-07 19:21:14.345851"], ["updated_at", "2016-10-07 19:21:14.345851"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 702], ["created_at", "2016-10-07 19:21:14.346618"], ["updated_at", "2016-10-07 19:21:14.346618"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 702], ["created_at", "2016-10-07 19:21:14.347404"], ["updated_at", "2016-10-07 19:21:14.347404"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 703], ["created_at", "2016-10-07 19:21:14.348174"], ["updated_at", "2016-10-07 19:21:14.348174"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 703], ["created_at", "2016-10-07 19:21:14.349059"], ["updated_at", "2016-10-07 19:21:14.349059"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 703], ["created_at", "2016-10-07 19:21:14.349859"], ["updated_at", "2016-10-07 19:21:14.349859"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 703], ["created_at", "2016-10-07 19:21:14.350694"], ["updated_at", "2016-10-07 19:21:14.350694"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 703], ["created_at", "2016-10-07 19:21:14.351536"], ["updated_at", "2016-10-07 19:21:14.351536"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 703], ["created_at", "2016-10-07 19:21:14.352309"], ["updated_at", "2016-10-07 19:21:14.352309"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 704], ["created_at", "2016-10-07 19:21:14.353091"], ["updated_at", "2016-10-07 19:21:14.353091"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 704], ["created_at", "2016-10-07 19:21:14.353896"], ["updated_at", "2016-10-07 19:21:14.353896"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 704], ["created_at", "2016-10-07 19:21:14.354687"], ["updated_at", "2016-10-07 19:21:14.354687"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 704], ["created_at", "2016-10-07 19:21:14.355517"], ["updated_at", "2016-10-07 19:21:14.355517"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 704], ["created_at", "2016-10-07 19:21:14.356298"], ["updated_at", "2016-10-07 19:21:14.356298"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 705], ["created_at", "2016-10-07 19:21:14.357082"], ["updated_at", "2016-10-07 19:21:14.357082"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 705], ["created_at", "2016-10-07 19:21:14.357877"], ["updated_at", "2016-10-07 19:21:14.357877"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 705], ["created_at", "2016-10-07 19:21:14.358673"], ["updated_at", "2016-10-07 19:21:14.358673"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 705], ["created_at", "2016-10-07 19:21:14.359514"], ["updated_at", "2016-10-07 19:21:14.359514"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 706], ["created_at", "2016-10-07 19:21:14.360284"], ["updated_at", "2016-10-07 19:21:14.360284"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 706], ["created_at", "2016-10-07 19:21:14.361053"], ["updated_at", "2016-10-07 19:21:14.361053"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 706], ["created_at", "2016-10-07 19:21:14.361843"], ["updated_at", "2016-10-07 19:21:14.361843"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 706], ["created_at", "2016-10-07 19:21:14.362639"], ["updated_at", "2016-10-07 19:21:14.362639"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 706], ["created_at", "2016-10-07 19:21:14.363414"], ["updated_at", "2016-10-07 19:21:14.363414"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 706], ["created_at", "2016-10-07 19:21:14.364215"], ["updated_at", "2016-10-07 19:21:14.364215"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 707], ["created_at", "2016-10-07 19:21:14.365108"], ["updated_at", "2016-10-07 19:21:14.365108"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 707], ["created_at", "2016-10-07 19:21:14.365900"], ["updated_at", "2016-10-07 19:21:14.365900"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 707], ["created_at", "2016-10-07 19:21:14.366707"], ["updated_at", "2016-10-07 19:21:14.366707"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 707], ["created_at", "2016-10-07 19:21:14.367471"], ["updated_at", "2016-10-07 19:21:14.367471"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 707], ["created_at", "2016-10-07 19:21:14.368285"], ["updated_at", "2016-10-07 19:21:14.368285"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 708], ["created_at", "2016-10-07 19:21:14.369052"], ["updated_at", "2016-10-07 19:21:14.369052"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 708], ["created_at", "2016-10-07 19:21:14.369817"], ["updated_at", "2016-10-07 19:21:14.369817"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 708], ["created_at", "2016-10-07 19:21:14.370629"], ["updated_at", "2016-10-07 19:21:14.370629"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 708], ["created_at", "2016-10-07 19:21:14.371406"], ["updated_at", "2016-10-07 19:21:14.371406"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 708], ["created_at", "2016-10-07 19:21:14.372172"], ["updated_at", "2016-10-07 19:21:14.372172"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 708], ["created_at", "2016-10-07 19:21:14.372995"], ["updated_at", "2016-10-07 19:21:14.372995"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 709], ["created_at", "2016-10-07 19:21:14.373801"], ["updated_at", "2016-10-07 19:21:14.373801"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 709], ["created_at", "2016-10-07 19:21:14.374596"], ["updated_at", "2016-10-07 19:21:14.374596"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 709], ["created_at", "2016-10-07 19:21:14.375486"], ["updated_at", "2016-10-07 19:21:14.375486"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 709], ["created_at", "2016-10-07 19:21:14.376458"], ["updated_at", "2016-10-07 19:21:14.376458"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 709], ["created_at", "2016-10-07 19:21:14.377269"], ["updated_at", "2016-10-07 19:21:14.377269"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 709], ["created_at", "2016-10-07 19:21:14.378075"], ["updated_at", "2016-10-07 19:21:14.378075"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 710], ["created_at", "2016-10-07 19:21:14.379132"], ["updated_at", "2016-10-07 19:21:14.379132"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 710], ["created_at", "2016-10-07 19:21:14.380358"], ["updated_at", "2016-10-07 19:21:14.380358"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 710], ["created_at", "2016-10-07 19:21:14.381505"], ["updated_at", "2016-10-07 19:21:14.381505"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 710], ["created_at", "2016-10-07 19:21:14.382668"], ["updated_at", "2016-10-07 19:21:14.382668"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 710], ["created_at", "2016-10-07 19:21:14.383582"], ["updated_at", "2016-10-07 19:21:14.383582"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 710], ["created_at", "2016-10-07 19:21:14.384444"], ["updated_at", "2016-10-07 19:21:14.384444"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 711], ["created_at", "2016-10-07 19:21:14.385297"], ["updated_at", "2016-10-07 19:21:14.385297"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 711], ["created_at", "2016-10-07 19:21:14.386193"], ["updated_at", "2016-10-07 19:21:14.386193"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 711], ["created_at", "2016-10-07 19:21:14.387058"], ["updated_at", "2016-10-07 19:21:14.387058"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 711], ["created_at", "2016-10-07 19:21:14.387897"], ["updated_at", "2016-10-07 19:21:14.387897"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 711], ["created_at", "2016-10-07 19:21:14.388703"], ["updated_at", "2016-10-07 19:21:14.388703"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 711], ["created_at", "2016-10-07 19:21:14.389542"], ["updated_at", "2016-10-07 19:21:14.389542"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 712], ["created_at", "2016-10-07 19:21:14.390349"], ["updated_at", "2016-10-07 19:21:14.390349"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 712], ["created_at", "2016-10-07 19:21:14.391251"], ["updated_at", "2016-10-07 19:21:14.391251"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 712], ["created_at", "2016-10-07 19:21:14.392052"], ["updated_at", "2016-10-07 19:21:14.392052"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 712], ["created_at", "2016-10-07 19:21:14.392855"], ["updated_at", "2016-10-07 19:21:14.392855"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 712], ["created_at", "2016-10-07 19:21:14.393641"], ["updated_at", "2016-10-07 19:21:14.393641"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 712], ["created_at", "2016-10-07 19:21:14.394456"], ["updated_at", "2016-10-07 19:21:14.394456"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 713], ["created_at", "2016-10-07 19:21:14.395319"], ["updated_at", "2016-10-07 19:21:14.395319"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 713], ["created_at", "2016-10-07 19:21:14.396102"], ["updated_at", "2016-10-07 19:21:14.396102"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 713], ["created_at", "2016-10-07 19:21:14.396874"], ["updated_at", "2016-10-07 19:21:14.396874"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 713], ["created_at", "2016-10-07 19:21:14.397785"], ["updated_at", "2016-10-07 19:21:14.397785"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 713], ["created_at", "2016-10-07 19:21:14.398615"], ["updated_at", "2016-10-07 19:21:14.398615"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 713], ["created_at", "2016-10-07 19:21:14.399410"], ["updated_at", "2016-10-07 19:21:14.399410"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 714], ["created_at", "2016-10-07 19:21:14.400197"], ["updated_at", "2016-10-07 19:21:14.400197"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 714], ["created_at", "2016-10-07 19:21:14.400975"], ["updated_at", "2016-10-07 19:21:14.400975"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 714], ["created_at", "2016-10-07 19:21:14.401760"], ["updated_at", "2016-10-07 19:21:14.401760"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 714], ["created_at", "2016-10-07 19:21:14.402565"], ["updated_at", "2016-10-07 19:21:14.402565"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 714], ["created_at", "2016-10-07 19:21:14.403346"], ["updated_at", "2016-10-07 19:21:14.403346"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 714], ["created_at", "2016-10-07 19:21:14.404118"], ["updated_at", "2016-10-07 19:21:14.404118"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 715], ["created_at", "2016-10-07 19:21:14.404911"], ["updated_at", "2016-10-07 19:21:14.404911"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 715], ["created_at", "2016-10-07 19:21:14.405738"], ["updated_at", "2016-10-07 19:21:14.405738"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 715], ["created_at", "2016-10-07 19:21:14.406758"], ["updated_at", "2016-10-07 19:21:14.406758"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 715], ["created_at", "2016-10-07 19:21:14.407781"], ["updated_at", "2016-10-07 19:21:14.407781"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 715], ["created_at", "2016-10-07 19:21:14.408802"], ["updated_at", "2016-10-07 19:21:14.408802"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 716], ["created_at", "2016-10-07 19:21:14.410018"], ["updated_at", "2016-10-07 19:21:14.410018"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 716], ["created_at", "2016-10-07 19:21:14.411374"], ["updated_at", "2016-10-07 19:21:14.411374"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 716], ["created_at", "2016-10-07 19:21:14.413994"], ["updated_at", "2016-10-07 19:21:14.413994"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 716], ["created_at", "2016-10-07 19:21:14.415443"], ["updated_at", "2016-10-07 19:21:14.415443"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 716], ["created_at", "2016-10-07 19:21:14.418431"], ["updated_at", "2016-10-07 19:21:14.418431"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 716], ["created_at", "2016-10-07 19:21:14.420550"], ["updated_at", "2016-10-07 19:21:14.420550"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 717], ["created_at", "2016-10-07 19:21:14.421592"], ["updated_at", "2016-10-07 19:21:14.421592"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 717], ["created_at", "2016-10-07 19:21:14.422656"], ["updated_at", "2016-10-07 19:21:14.422656"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 717], ["created_at", "2016-10-07 19:21:14.423633"], ["updated_at", "2016-10-07 19:21:14.423633"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 717], ["created_at", "2016-10-07 19:21:14.424636"], ["updated_at", "2016-10-07 19:21:14.424636"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 717], ["created_at", "2016-10-07 19:21:14.425512"], ["updated_at", "2016-10-07 19:21:14.425512"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 717], ["created_at", "2016-10-07 19:21:14.426399"], ["updated_at", "2016-10-07 19:21:14.426399"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 718], ["created_at", "2016-10-07 19:21:14.427292"], ["updated_at", "2016-10-07 19:21:14.427292"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 718], ["created_at", "2016-10-07 19:21:14.428122"], ["updated_at", "2016-10-07 19:21:14.428122"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 718], ["created_at", "2016-10-07 19:21:14.428942"], ["updated_at", "2016-10-07 19:21:14.428942"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 718], ["created_at", "2016-10-07 19:21:14.429753"], ["updated_at", "2016-10-07 19:21:14.429753"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 718], ["created_at", "2016-10-07 19:21:14.430763"], ["updated_at", "2016-10-07 19:21:14.430763"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 718], ["created_at", "2016-10-07 19:21:14.431717"], ["updated_at", "2016-10-07 19:21:14.431717"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 719], ["created_at", "2016-10-07 19:21:14.432539"], ["updated_at", "2016-10-07 19:21:14.432539"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 719], ["created_at", "2016-10-07 19:21:14.433314"], ["updated_at", "2016-10-07 19:21:14.433314"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 719], ["created_at", "2016-10-07 19:21:14.434169"], ["updated_at", "2016-10-07 19:21:14.434169"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 719], ["created_at", "2016-10-07 19:21:14.435048"], ["updated_at", "2016-10-07 19:21:14.435048"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 719], ["created_at", "2016-10-07 19:21:14.435842"], ["updated_at", "2016-10-07 19:21:14.435842"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 719], ["created_at", "2016-10-07 19:21:14.436623"], ["updated_at", "2016-10-07 19:21:14.436623"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 720], ["created_at", "2016-10-07 19:21:14.437390"], ["updated_at", "2016-10-07 19:21:14.437390"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 720], ["created_at", "2016-10-07 19:21:14.438177"], ["updated_at", "2016-10-07 19:21:14.438177"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 720], ["created_at", "2016-10-07 19:21:14.439421"], ["updated_at", "2016-10-07 19:21:14.439421"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 720], ["created_at", "2016-10-07 19:21:14.440459"], ["updated_at", "2016-10-07 19:21:14.440459"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 720], ["created_at", "2016-10-07 19:21:14.442107"], ["updated_at", "2016-10-07 19:21:14.442107"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 720], ["created_at", "2016-10-07 19:21:14.443186"], ["updated_at", "2016-10-07 19:21:14.443186"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 721], ["created_at", "2016-10-07 19:21:14.444008"], ["updated_at", "2016-10-07 19:21:14.444008"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 721], ["created_at", "2016-10-07 19:21:14.444791"], ["updated_at", "2016-10-07 19:21:14.444791"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 721], ["created_at", "2016-10-07 19:21:14.445554"], ["updated_at", "2016-10-07 19:21:14.445554"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 721], ["created_at", "2016-10-07 19:21:14.446428"], ["updated_at", "2016-10-07 19:21:14.446428"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 721], ["created_at", "2016-10-07 19:21:14.447329"], ["updated_at", "2016-10-07 19:21:14.447329"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 721], ["created_at", "2016-10-07 19:21:14.448110"], ["updated_at", "2016-10-07 19:21:14.448110"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 722], ["created_at", "2016-10-07 19:21:14.448922"], ["updated_at", "2016-10-07 19:21:14.448922"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 722], ["created_at", "2016-10-07 19:21:14.449680"], ["updated_at", "2016-10-07 19:21:14.449680"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 722], ["created_at", "2016-10-07 19:21:14.450450"], ["updated_at", "2016-10-07 19:21:14.450450"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 722], ["created_at", "2016-10-07 19:21:14.451250"], ["updated_at", "2016-10-07 19:21:14.451250"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 722], ["created_at", "2016-10-07 19:21:14.452012"], ["updated_at", "2016-10-07 19:21:14.452012"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 723], ["created_at", "2016-10-07 19:21:14.452858"], ["updated_at", "2016-10-07 19:21:14.452858"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 723], ["created_at", "2016-10-07 19:21:14.453649"], ["updated_at", "2016-10-07 19:21:14.453649"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 723], ["created_at", "2016-10-07 19:21:14.454398"], ["updated_at", "2016-10-07 19:21:14.454398"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 723], ["created_at", "2016-10-07 19:21:14.455170"], ["updated_at", "2016-10-07 19:21:14.455170"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 723], ["created_at", "2016-10-07 19:21:14.455985"], ["updated_at", "2016-10-07 19:21:14.455985"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 723], ["created_at", "2016-10-07 19:21:14.456749"], ["updated_at", "2016-10-07 19:21:14.456749"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 724], ["created_at", "2016-10-07 19:21:14.457511"], ["updated_at", "2016-10-07 19:21:14.457511"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 724], ["created_at", "2016-10-07 19:21:14.458360"], ["updated_at", "2016-10-07 19:21:14.458360"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 724], ["created_at", "2016-10-07 19:21:14.459182"], ["updated_at", "2016-10-07 19:21:14.459182"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 724], ["created_at", "2016-10-07 19:21:14.459963"], ["updated_at", "2016-10-07 19:21:14.459963"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 724], ["created_at", "2016-10-07 19:21:14.460720"], ["updated_at", "2016-10-07 19:21:14.460720"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 724], ["created_at", "2016-10-07 19:21:14.461480"], ["updated_at", "2016-10-07 19:21:14.461480"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 725], ["created_at", "2016-10-07 19:21:14.462276"], ["updated_at", "2016-10-07 19:21:14.462276"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 725], ["created_at", "2016-10-07 19:21:14.463203"], ["updated_at", "2016-10-07 19:21:14.463203"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 725], ["created_at", "2016-10-07 19:21:14.463979"], ["updated_at", "2016-10-07 19:21:14.463979"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 725], ["created_at", "2016-10-07 19:21:14.464768"], ["updated_at", "2016-10-07 19:21:14.464768"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 725], ["created_at", "2016-10-07 19:21:14.465529"], ["updated_at", "2016-10-07 19:21:14.465529"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 725], ["created_at", "2016-10-07 19:21:14.466292"], ["updated_at", "2016-10-07 19:21:14.466292"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 726], ["created_at", "2016-10-07 19:21:14.467128"], ["updated_at", "2016-10-07 19:21:14.467128"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 726], ["created_at", "2016-10-07 19:21:14.467953"], ["updated_at", "2016-10-07 19:21:14.467953"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 726], ["created_at", "2016-10-07 19:21:14.468726"], ["updated_at", "2016-10-07 19:21:14.468726"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 726], ["created_at", "2016-10-07 19:21:14.469532"], ["updated_at", "2016-10-07 19:21:14.469532"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 726], ["created_at", "2016-10-07 19:21:14.470291"], ["updated_at", "2016-10-07 19:21:14.470291"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 726], ["created_at", "2016-10-07 19:21:14.471100"], ["updated_at", "2016-10-07 19:21:14.471100"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 727], ["created_at", "2016-10-07 19:21:14.471944"], ["updated_at", "2016-10-07 19:21:14.471944"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 727], ["created_at", "2016-10-07 19:21:14.472932"], ["updated_at", "2016-10-07 19:21:14.472932"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 727], ["created_at", "2016-10-07 19:21:14.474022"], ["updated_at", "2016-10-07 19:21:14.474022"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 727], ["created_at", "2016-10-07 19:21:14.474910"], ["updated_at", "2016-10-07 19:21:14.474910"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 727], ["created_at", "2016-10-07 19:21:14.476053"], ["updated_at", "2016-10-07 19:21:14.476053"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 728], ["created_at", "2016-10-07 19:21:14.479609"], ["updated_at", "2016-10-07 19:21:14.479609"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 728], ["created_at", "2016-10-07 19:21:14.481386"], ["updated_at", "2016-10-07 19:21:14.481386"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 728], ["created_at", "2016-10-07 19:21:14.483228"], ["updated_at", "2016-10-07 19:21:14.483228"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 728], ["created_at", "2016-10-07 19:21:14.484212"], ["updated_at", "2016-10-07 19:21:14.484212"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 728], ["created_at", "2016-10-07 19:21:14.485086"], ["updated_at", "2016-10-07 19:21:14.485086"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 729], ["created_at", "2016-10-07 19:21:14.485850"], ["updated_at", "2016-10-07 19:21:14.485850"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 729], ["created_at", "2016-10-07 19:21:14.486676"], ["updated_at", "2016-10-07 19:21:14.486676"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 729], ["created_at", "2016-10-07 19:21:14.487436"], ["updated_at", "2016-10-07 19:21:14.487436"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 729], ["created_at", "2016-10-07 19:21:14.488195"], ["updated_at", "2016-10-07 19:21:14.488195"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 729], ["created_at", "2016-10-07 19:21:14.488981"], ["updated_at", "2016-10-07 19:21:14.488981"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 729], ["created_at", "2016-10-07 19:21:14.489752"], ["updated_at", "2016-10-07 19:21:14.489752"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 730], ["created_at", "2016-10-07 19:21:14.490556"], ["updated_at", "2016-10-07 19:21:14.490556"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 730], ["created_at", "2016-10-07 19:21:14.491330"], ["updated_at", "2016-10-07 19:21:14.491330"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 730], ["created_at", "2016-10-07 19:21:14.492370"], ["updated_at", "2016-10-07 19:21:14.492370"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 730], ["created_at", "2016-10-07 19:21:14.493191"], ["updated_at", "2016-10-07 19:21:14.493191"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 730], ["created_at", "2016-10-07 19:21:14.493954"], ["updated_at", "2016-10-07 19:21:14.493954"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 730], ["created_at", "2016-10-07 19:21:14.494762"], ["updated_at", "2016-10-07 19:21:14.494762"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 731], ["created_at", "2016-10-07 19:21:14.495562"], ["updated_at", "2016-10-07 19:21:14.495562"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 731], ["created_at", "2016-10-07 19:21:14.496483"], ["updated_at", "2016-10-07 19:21:14.496483"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 731], ["created_at", "2016-10-07 19:21:14.497430"], ["updated_at", "2016-10-07 19:21:14.497430"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 731], ["created_at", "2016-10-07 19:21:14.499141"], ["updated_at", "2016-10-07 19:21:14.499141"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 731], ["created_at", "2016-10-07 19:21:14.501794"], ["updated_at", "2016-10-07 19:21:14.501794"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 732], ["created_at", "2016-10-07 19:21:14.502911"], ["updated_at", "2016-10-07 19:21:14.502911"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 732], ["created_at", "2016-10-07 19:21:14.503784"], ["updated_at", "2016-10-07 19:21:14.503784"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 732], ["created_at", "2016-10-07 19:21:14.504555"], ["updated_at", "2016-10-07 19:21:14.504555"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 732], ["created_at", "2016-10-07 19:21:14.505323"], ["updated_at", "2016-10-07 19:21:14.505323"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 732], ["created_at", "2016-10-07 19:21:14.506119"], ["updated_at", "2016-10-07 19:21:14.506119"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 732], ["created_at", "2016-10-07 19:21:14.506941"], ["updated_at", "2016-10-07 19:21:14.506941"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 733], ["created_at", "2016-10-07 19:21:14.507790"], ["updated_at", "2016-10-07 19:21:14.507790"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 733], ["created_at", "2016-10-07 19:21:14.508681"], ["updated_at", "2016-10-07 19:21:14.508681"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 733], ["created_at", "2016-10-07 19:21:14.509493"], ["updated_at", "2016-10-07 19:21:14.509493"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 733], ["created_at", "2016-10-07 19:21:14.510285"], ["updated_at", "2016-10-07 19:21:14.510285"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 733], ["created_at", "2016-10-07 19:21:14.511113"], ["updated_at", "2016-10-07 19:21:14.511113"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 733], ["created_at", "2016-10-07 19:21:14.512192"], ["updated_at", "2016-10-07 19:21:14.512192"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 734], ["created_at", "2016-10-07 19:21:14.513033"], ["updated_at", "2016-10-07 19:21:14.513033"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 734], ["created_at", "2016-10-07 19:21:14.513857"], ["updated_at", "2016-10-07 19:21:14.513857"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 734], ["created_at", "2016-10-07 19:21:14.514662"], ["updated_at", "2016-10-07 19:21:14.514662"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 734], ["created_at", "2016-10-07 19:21:14.515455"], ["updated_at", "2016-10-07 19:21:14.515455"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 734], ["created_at", "2016-10-07 19:21:14.516220"], ["updated_at", "2016-10-07 19:21:14.516220"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 734], ["created_at", "2016-10-07 19:21:14.516997"], ["updated_at", "2016-10-07 19:21:14.516997"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 735], ["created_at", "2016-10-07 19:21:14.517771"], ["updated_at", "2016-10-07 19:21:14.517771"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 735], ["created_at", "2016-10-07 19:21:14.518571"], ["updated_at", "2016-10-07 19:21:14.518571"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 735], ["created_at", "2016-10-07 19:21:14.519354"], ["updated_at", "2016-10-07 19:21:14.519354"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 735], ["created_at", "2016-10-07 19:21:14.520143"], ["updated_at", "2016-10-07 19:21:14.520143"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 735], ["created_at", "2016-10-07 19:21:14.521234"], ["updated_at", "2016-10-07 19:21:14.521234"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 735], ["created_at", "2016-10-07 19:21:14.522317"], ["updated_at", "2016-10-07 19:21:14.522317"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 736], ["created_at", "2016-10-07 19:21:14.524079"], ["updated_at", "2016-10-07 19:21:14.524079"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 736], ["created_at", "2016-10-07 19:21:14.525043"], ["updated_at", "2016-10-07 19:21:14.525043"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 736], ["created_at", "2016-10-07 19:21:14.525847"], ["updated_at", "2016-10-07 19:21:14.525847"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 736], ["created_at", "2016-10-07 19:21:14.526669"], ["updated_at", "2016-10-07 19:21:14.526669"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 736], ["created_at", "2016-10-07 19:21:14.527440"], ["updated_at", "2016-10-07 19:21:14.527440"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 736], ["created_at", "2016-10-07 19:21:14.528308"], ["updated_at", "2016-10-07 19:21:14.528308"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 737], ["created_at", "2016-10-07 19:21:14.529131"], ["updated_at", "2016-10-07 19:21:14.529131"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 737], ["created_at", "2016-10-07 19:21:14.529893"], ["updated_at", "2016-10-07 19:21:14.529893"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 737], ["created_at", "2016-10-07 19:21:14.531656"], ["updated_at", "2016-10-07 19:21:14.531656"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 737], ["created_at", "2016-10-07 19:21:14.532635"], ["updated_at", "2016-10-07 19:21:14.532635"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 737], ["created_at", "2016-10-07 19:21:14.533463"], ["updated_at", "2016-10-07 19:21:14.533463"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 737], ["created_at", "2016-10-07 19:21:14.534234"], ["updated_at", "2016-10-07 19:21:14.534234"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 738], ["created_at", "2016-10-07 19:21:14.535058"], ["updated_at", "2016-10-07 19:21:14.535058"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 738], ["created_at", "2016-10-07 19:21:14.535852"], ["updated_at", "2016-10-07 19:21:14.535852"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 738], ["created_at", "2016-10-07 19:21:14.536620"], ["updated_at", "2016-10-07 19:21:14.536620"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 738], ["created_at", "2016-10-07 19:21:14.537377"], ["updated_at", "2016-10-07 19:21:14.537377"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 738], ["created_at", "2016-10-07 19:21:14.538172"], ["updated_at", "2016-10-07 19:21:14.538172"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 738], ["created_at", "2016-10-07 19:21:14.538961"], ["updated_at", "2016-10-07 19:21:14.538961"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 739], ["created_at", "2016-10-07 19:21:14.539741"], ["updated_at", "2016-10-07 19:21:14.539741"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 739], ["created_at", "2016-10-07 19:21:14.540598"], ["updated_at", "2016-10-07 19:21:14.540598"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 739], ["created_at", "2016-10-07 19:21:14.541374"], ["updated_at", "2016-10-07 19:21:14.541374"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 739], ["created_at", "2016-10-07 19:21:14.542148"], ["updated_at", "2016-10-07 19:21:14.542148"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 739], ["created_at", "2016-10-07 19:21:14.542943"], ["updated_at", "2016-10-07 19:21:14.542943"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 739], ["created_at", "2016-10-07 19:21:14.543709"], ["updated_at", "2016-10-07 19:21:14.543709"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 740], ["created_at", "2016-10-07 19:21:14.544562"], ["updated_at", "2016-10-07 19:21:14.544562"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 740], ["created_at", "2016-10-07 19:21:14.545407"], ["updated_at", "2016-10-07 19:21:14.545407"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 740], ["created_at", "2016-10-07 19:21:14.546169"], ["updated_at", "2016-10-07 19:21:14.546169"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 740], ["created_at", "2016-10-07 19:21:14.547097"], ["updated_at", "2016-10-07 19:21:14.547097"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 740], ["created_at", "2016-10-07 19:21:14.548655"], ["updated_at", "2016-10-07 19:21:14.548655"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 740], ["created_at", "2016-10-07 19:21:14.549634"], ["updated_at", "2016-10-07 19:21:14.549634"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 741], ["created_at", "2016-10-07 19:21:14.550591"], ["updated_at", "2016-10-07 19:21:14.550591"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 741], ["created_at", "2016-10-07 19:21:14.551413"], ["updated_at", "2016-10-07 19:21:14.551413"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 741], ["created_at", "2016-10-07 19:21:14.552181"], ["updated_at", "2016-10-07 19:21:14.552181"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 741], ["created_at", "2016-10-07 19:21:14.552975"], ["updated_at", "2016-10-07 19:21:14.552975"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 741], ["created_at", "2016-10-07 19:21:14.553752"], ["updated_at", "2016-10-07 19:21:14.553752"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 741], ["created_at", "2016-10-07 19:21:14.554547"], ["updated_at", "2016-10-07 19:21:14.554547"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 742], ["created_at", "2016-10-07 19:21:14.555358"], ["updated_at", "2016-10-07 19:21:14.555358"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 742], ["created_at", "2016-10-07 19:21:14.556145"], ["updated_at", "2016-10-07 19:21:14.556145"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 742], ["created_at", "2016-10-07 19:21:14.557455"], ["updated_at", "2016-10-07 19:21:14.557455"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 742], ["created_at", "2016-10-07 19:21:14.558350"], ["updated_at", "2016-10-07 19:21:14.558350"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 742], ["created_at", "2016-10-07 19:21:14.559186"], ["updated_at", "2016-10-07 19:21:14.559186"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 743], ["created_at", "2016-10-07 19:21:14.560077"], ["updated_at", "2016-10-07 19:21:14.560077"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 743], ["created_at", "2016-10-07 19:21:14.560971"], ["updated_at", "2016-10-07 19:21:14.560971"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 743], ["created_at", "2016-10-07 19:21:14.561758"], ["updated_at", "2016-10-07 19:21:14.561758"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 743], ["created_at", "2016-10-07 19:21:14.562565"], ["updated_at", "2016-10-07 19:21:14.562565"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 743], ["created_at", "2016-10-07 19:21:14.563355"], ["updated_at", "2016-10-07 19:21:14.563355"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 744], ["created_at", "2016-10-07 19:21:14.565091"], ["updated_at", "2016-10-07 19:21:14.565091"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 744], ["created_at", "2016-10-07 19:21:14.566036"], ["updated_at", "2016-10-07 19:21:14.566036"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 744], ["created_at", "2016-10-07 19:21:14.566859"], ["updated_at", "2016-10-07 19:21:14.566859"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 744], ["created_at", "2016-10-07 19:21:14.567662"], ["updated_at", "2016-10-07 19:21:14.567662"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 744], ["created_at", "2016-10-07 19:21:14.568430"], ["updated_at", "2016-10-07 19:21:14.568430"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 744], ["created_at", "2016-10-07 19:21:14.569207"], ["updated_at", "2016-10-07 19:21:14.569207"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 745], ["created_at", "2016-10-07 19:21:14.570089"], ["updated_at", "2016-10-07 19:21:14.570089"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 745], ["created_at", "2016-10-07 19:21:14.570923"], ["updated_at", "2016-10-07 19:21:14.570923"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 745], ["created_at", "2016-10-07 19:21:14.571702"], ["updated_at", "2016-10-07 19:21:14.571702"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 745], ["created_at", "2016-10-07 19:21:14.572492"], ["updated_at", "2016-10-07 19:21:14.572492"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 745], ["created_at", "2016-10-07 19:21:14.573295"], ["updated_at", "2016-10-07 19:21:14.573295"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 745], ["created_at", "2016-10-07 19:21:14.574064"], ["updated_at", "2016-10-07 19:21:14.574064"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 746], ["created_at", "2016-10-07 19:21:14.574854"], ["updated_at", "2016-10-07 19:21:14.574854"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 746], ["created_at", "2016-10-07 19:21:14.575629"], ["updated_at", "2016-10-07 19:21:14.575629"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 746], ["created_at", "2016-10-07 19:21:14.576419"], ["updated_at", "2016-10-07 19:21:14.576419"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 746], ["created_at", "2016-10-07 19:21:14.577464"], ["updated_at", "2016-10-07 19:21:14.577464"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 746], ["created_at", "2016-10-07 19:21:14.578465"], ["updated_at", "2016-10-07 19:21:14.578465"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 746], ["created_at", "2016-10-07 19:21:14.579412"], ["updated_at", "2016-10-07 19:21:14.579412"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 747], ["created_at", "2016-10-07 19:21:14.580419"], ["updated_at", "2016-10-07 19:21:14.580419"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 747], ["created_at", "2016-10-07 19:21:14.582014"], ["updated_at", "2016-10-07 19:21:14.582014"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 747], ["created_at", "2016-10-07 19:21:14.583025"], ["updated_at", "2016-10-07 19:21:14.583025"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 747], ["created_at", "2016-10-07 19:21:14.583815"], ["updated_at", "2016-10-07 19:21:14.583815"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 747], ["created_at", "2016-10-07 19:21:14.584584"], ["updated_at", "2016-10-07 19:21:14.584584"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 747], ["created_at", "2016-10-07 19:21:14.585360"], ["updated_at", "2016-10-07 19:21:14.585360"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 748], ["created_at", "2016-10-07 19:21:14.586116"], ["updated_at", "2016-10-07 19:21:14.586116"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 748], ["created_at", "2016-10-07 19:21:14.586927"], ["updated_at", "2016-10-07 19:21:14.586927"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 748], ["created_at", "2016-10-07 19:21:14.587715"], ["updated_at", "2016-10-07 19:21:14.587715"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 748], ["created_at", "2016-10-07 19:21:14.588548"], ["updated_at", "2016-10-07 19:21:14.588548"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 748], ["created_at", "2016-10-07 19:21:14.589356"], ["updated_at", "2016-10-07 19:21:14.589356"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 748], ["created_at", "2016-10-07 19:21:14.590133"], ["updated_at", "2016-10-07 19:21:14.590133"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 749], ["created_at", "2016-10-07 19:21:14.590936"], ["updated_at", "2016-10-07 19:21:14.590936"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 749], ["created_at", "2016-10-07 19:21:14.591716"], ["updated_at", "2016-10-07 19:21:14.591716"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 749], ["created_at", "2016-10-07 19:21:14.592648"], ["updated_at", "2016-10-07 19:21:14.592648"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 749], ["created_at", "2016-10-07 19:21:14.593544"], ["updated_at", "2016-10-07 19:21:14.593544"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 749], ["created_at", "2016-10-07 19:21:14.594340"], ["updated_at", "2016-10-07 19:21:14.594340"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 749], ["created_at", "2016-10-07 19:21:14.595198"], ["updated_at", "2016-10-07 19:21:14.595198"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 750], ["created_at", "2016-10-07 19:21:14.595965"], ["updated_at", "2016-10-07 19:21:14.595965"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 750], ["created_at", "2016-10-07 19:21:14.596751"], ["updated_at", "2016-10-07 19:21:14.596751"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 750], ["created_at", "2016-10-07 19:21:14.598669"], ["updated_at", "2016-10-07 19:21:14.598669"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 750], ["created_at", "2016-10-07 19:21:14.599563"], ["updated_at", "2016-10-07 19:21:14.599563"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 750], ["created_at", "2016-10-07 19:21:14.600374"], ["updated_at", "2016-10-07 19:21:14.600374"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 750], ["created_at", "2016-10-07 19:21:14.601210"], ["updated_at", "2016-10-07 19:21:14.601210"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 751], ["created_at", "2016-10-07 19:21:14.601993"], ["updated_at", "2016-10-07 19:21:14.601993"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 751], ["created_at", "2016-10-07 19:21:14.602788"], ["updated_at", "2016-10-07 19:21:14.602788"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 751], ["created_at", "2016-10-07 19:21:14.603548"], ["updated_at", "2016-10-07 19:21:14.603548"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 751], ["created_at", "2016-10-07 19:21:14.604308"], ["updated_at", "2016-10-07 19:21:14.604308"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 751], ["created_at", "2016-10-07 19:21:14.605092"], ["updated_at", "2016-10-07 19:21:14.605092"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 751], ["created_at", "2016-10-07 19:21:14.605890"], ["updated_at", "2016-10-07 19:21:14.605890"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 752], ["created_at", "2016-10-07 19:21:14.606680"], ["updated_at", "2016-10-07 19:21:14.606680"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 752], ["created_at", "2016-10-07 19:21:14.607472"], ["updated_at", "2016-10-07 19:21:14.607472"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 752], ["created_at", "2016-10-07 19:21:14.608337"], ["updated_at", "2016-10-07 19:21:14.608337"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 752], ["created_at", "2016-10-07 19:21:14.609175"], ["updated_at", "2016-10-07 19:21:14.609175"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 752], ["created_at", "2016-10-07 19:21:14.610093"], ["updated_at", "2016-10-07 19:21:14.610093"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 752], ["created_at", "2016-10-07 19:21:14.610938"], ["updated_at", "2016-10-07 19:21:14.610938"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 753], ["created_at", "2016-10-07 19:21:14.611786"], ["updated_at", "2016-10-07 19:21:14.611786"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 753], ["created_at", "2016-10-07 19:21:14.612611"], ["updated_at", "2016-10-07 19:21:14.612611"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 753], ["created_at", "2016-10-07 19:21:14.613502"], ["updated_at", "2016-10-07 19:21:14.613502"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 753], ["created_at", "2016-10-07 19:21:14.615173"], ["updated_at", "2016-10-07 19:21:14.615173"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 753], ["created_at", "2016-10-07 19:21:14.616139"], ["updated_at", "2016-10-07 19:21:14.616139"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 753], ["created_at", "2016-10-07 19:21:14.616954"], ["updated_at", "2016-10-07 19:21:14.616954"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 754], ["created_at", "2016-10-07 19:21:14.617802"], ["updated_at", "2016-10-07 19:21:14.617802"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 754], ["created_at", "2016-10-07 19:21:14.618592"], ["updated_at", "2016-10-07 19:21:14.618592"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 754], ["created_at", "2016-10-07 19:21:14.619360"], ["updated_at", "2016-10-07 19:21:14.619360"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 754], ["created_at", "2016-10-07 19:21:14.620137"], ["updated_at", "2016-10-07 19:21:14.620137"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 754], ["created_at", "2016-10-07 19:21:14.620895"], ["updated_at", "2016-10-07 19:21:14.620895"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 754], ["created_at", "2016-10-07 19:21:14.621657"], ["updated_at", "2016-10-07 19:21:14.621657"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 755], ["created_at", "2016-10-07 19:21:14.622444"], ["updated_at", "2016-10-07 19:21:14.622444"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 755], ["created_at", "2016-10-07 19:21:14.623246"], ["updated_at", "2016-10-07 19:21:14.623246"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 755], ["created_at", "2016-10-07 19:21:14.624042"], ["updated_at", "2016-10-07 19:21:14.624042"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 755], ["created_at", "2016-10-07 19:21:14.624801"], ["updated_at", "2016-10-07 19:21:14.624801"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 755], ["created_at", "2016-10-07 19:21:14.625561"], ["updated_at", "2016-10-07 19:21:14.625561"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 755], ["created_at", "2016-10-07 19:21:14.626521"], ["updated_at", "2016-10-07 19:21:14.626521"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 756], ["created_at", "2016-10-07 19:21:14.627375"], ["updated_at", "2016-10-07 19:21:14.627375"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 756], ["created_at", "2016-10-07 19:21:14.628164"], ["updated_at", "2016-10-07 19:21:14.628164"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 756], ["created_at", "2016-10-07 19:21:14.628966"], ["updated_at", "2016-10-07 19:21:14.628966"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 756], ["created_at", "2016-10-07 19:21:14.629734"], ["updated_at", "2016-10-07 19:21:14.629734"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 756], ["created_at", "2016-10-07 19:21:14.631329"], ["updated_at", "2016-10-07 19:21:14.631329"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 756], ["created_at", "2016-10-07 19:21:14.632325"], ["updated_at", "2016-10-07 19:21:14.632325"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 757], ["created_at", "2016-10-07 19:21:14.633239"], ["updated_at", "2016-10-07 19:21:14.633239"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 757], ["created_at", "2016-10-07 19:21:14.634048"], ["updated_at", "2016-10-07 19:21:14.634048"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 757], ["created_at", "2016-10-07 19:21:14.634828"], ["updated_at", "2016-10-07 19:21:14.634828"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 757], ["created_at", "2016-10-07 19:21:14.635605"], ["updated_at", "2016-10-07 19:21:14.635605"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 757], ["created_at", "2016-10-07 19:21:14.636415"], ["updated_at", "2016-10-07 19:21:14.636415"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 757], ["created_at", "2016-10-07 19:21:14.637180"], ["updated_at", "2016-10-07 19:21:14.637180"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 758], ["created_at", "2016-10-07 19:21:14.637957"], ["updated_at", "2016-10-07 19:21:14.637957"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 758], ["created_at", "2016-10-07 19:21:14.638792"], ["updated_at", "2016-10-07 19:21:14.638792"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 758], ["created_at", "2016-10-07 19:21:14.639576"], ["updated_at", "2016-10-07 19:21:14.639576"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 758], ["created_at", "2016-10-07 19:21:14.640334"], ["updated_at", "2016-10-07 19:21:14.640334"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 758], ["created_at", "2016-10-07 19:21:14.641127"], ["updated_at", "2016-10-07 19:21:14.641127"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 758], ["created_at", "2016-10-07 19:21:14.641885"], ["updated_at", "2016-10-07 19:21:14.641885"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 759], ["created_at", "2016-10-07 19:21:14.642823"], ["updated_at", "2016-10-07 19:21:14.642823"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 759], ["created_at", "2016-10-07 19:21:14.643654"], ["updated_at", "2016-10-07 19:21:14.643654"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 759], ["created_at", "2016-10-07 19:21:14.644494"], ["updated_at", "2016-10-07 19:21:14.644494"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 759], ["created_at", "2016-10-07 19:21:14.645287"], ["updated_at", "2016-10-07 19:21:14.645287"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 759], ["created_at", "2016-10-07 19:21:14.646105"], ["updated_at", "2016-10-07 19:21:14.646105"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 760], ["created_at", "2016-10-07 19:21:14.647094"], ["updated_at", "2016-10-07 19:21:14.647094"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 760], ["created_at", "2016-10-07 19:21:14.648814"], ["updated_at", "2016-10-07 19:21:14.648814"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 760], ["created_at", "2016-10-07 19:21:14.649906"], ["updated_at", "2016-10-07 19:21:14.649906"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 760], ["created_at", "2016-10-07 19:21:14.651164"], ["updated_at", "2016-10-07 19:21:14.651164"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 760], ["created_at", "2016-10-07 19:21:14.652582"], ["updated_at", "2016-10-07 19:21:14.652582"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 760], ["created_at", "2016-10-07 19:21:14.654765"], ["updated_at", "2016-10-07 19:21:14.654765"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 761], ["created_at", "2016-10-07 19:21:14.656115"], ["updated_at", "2016-10-07 19:21:14.656115"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 761], ["created_at", "2016-10-07 19:21:14.657059"], ["updated_at", "2016-10-07 19:21:14.657059"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 761], ["created_at", "2016-10-07 19:21:14.657952"], ["updated_at", "2016-10-07 19:21:14.657952"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 761], ["created_at", "2016-10-07 19:21:14.658957"], ["updated_at", "2016-10-07 19:21:14.658957"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 761], ["created_at", "2016-10-07 19:21:14.659785"], ["updated_at", "2016-10-07 19:21:14.659785"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 761], ["created_at", "2016-10-07 19:21:14.660553"], ["updated_at", "2016-10-07 19:21:14.660553"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 762], ["created_at", "2016-10-07 19:21:14.661346"], ["updated_at", "2016-10-07 19:21:14.661346"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 762], ["created_at", "2016-10-07 19:21:14.662102"], ["updated_at", "2016-10-07 19:21:14.662102"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 762], ["created_at", "2016-10-07 19:21:14.662917"], ["updated_at", "2016-10-07 19:21:14.662917"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 762], ["created_at", "2016-10-07 19:21:14.664157"], ["updated_at", "2016-10-07 19:21:14.664157"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 762], ["created_at", "2016-10-07 19:21:14.665551"], ["updated_at", "2016-10-07 19:21:14.665551"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 763], ["created_at", "2016-10-07 19:21:14.666596"], ["updated_at", "2016-10-07 19:21:14.666596"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 763], ["created_at", "2016-10-07 19:21:14.667412"], ["updated_at", "2016-10-07 19:21:14.667412"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 763], ["created_at", "2016-10-07 19:21:14.668208"], ["updated_at", "2016-10-07 19:21:14.668208"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 763], ["created_at", "2016-10-07 19:21:14.669030"], ["updated_at", "2016-10-07 19:21:14.669030"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 763], ["created_at", "2016-10-07 19:21:14.669811"], ["updated_at", "2016-10-07 19:21:14.669811"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 763], ["created_at", "2016-10-07 19:21:14.670608"], ["updated_at", "2016-10-07 19:21:14.670608"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 764], ["created_at", "2016-10-07 19:21:14.671405"], ["updated_at", "2016-10-07 19:21:14.671405"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 764], ["created_at", "2016-10-07 19:21:14.672191"], ["updated_at", "2016-10-07 19:21:14.672191"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 764], ["created_at", "2016-10-07 19:21:14.673024"], ["updated_at", "2016-10-07 19:21:14.673024"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 764], ["created_at", "2016-10-07 19:21:14.673822"], ["updated_at", "2016-10-07 19:21:14.673822"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 764], ["created_at", "2016-10-07 19:21:14.674646"], ["updated_at", "2016-10-07 19:21:14.674646"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 764], ["created_at", "2016-10-07 19:21:14.675531"], ["updated_at", "2016-10-07 19:21:14.675531"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 765], ["created_at", "2016-10-07 19:21:14.676319"], ["updated_at", "2016-10-07 19:21:14.676319"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 765], ["created_at", "2016-10-07 19:21:14.677080"], ["updated_at", "2016-10-07 19:21:14.677080"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 765], ["created_at", "2016-10-07 19:21:14.677841"], ["updated_at", "2016-10-07 19:21:14.677841"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 765], ["created_at", "2016-10-07 19:21:14.678693"], ["updated_at", "2016-10-07 19:21:14.678693"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 765], ["created_at", "2016-10-07 19:21:14.679918"], ["updated_at", "2016-10-07 19:21:14.679918"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 766], ["created_at", "2016-10-07 19:21:14.681558"], ["updated_at", "2016-10-07 19:21:14.681558"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 766], ["created_at", "2016-10-07 19:21:14.685102"], ["updated_at", "2016-10-07 19:21:14.685102"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 766], ["created_at", "2016-10-07 19:21:14.686957"], ["updated_at", "2016-10-07 19:21:14.686957"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 766], ["created_at", "2016-10-07 19:21:14.688595"], ["updated_at", "2016-10-07 19:21:14.688595"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 766], ["created_at", "2016-10-07 19:21:14.690071"], ["updated_at", "2016-10-07 19:21:14.690071"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 766], ["created_at", "2016-10-07 19:21:14.691137"], ["updated_at", "2016-10-07 19:21:14.691137"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 767], ["created_at", "2016-10-07 19:21:14.692238"], ["updated_at", "2016-10-07 19:21:14.692238"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 767], ["created_at", "2016-10-07 19:21:14.693493"], ["updated_at", "2016-10-07 19:21:14.693493"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 767], ["created_at", "2016-10-07 19:21:14.694664"], ["updated_at", "2016-10-07 19:21:14.694664"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 767], ["created_at", "2016-10-07 19:21:14.695751"], ["updated_at", "2016-10-07 19:21:14.695751"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 767], ["created_at", "2016-10-07 19:21:14.696776"], ["updated_at", "2016-10-07 19:21:14.696776"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 767], ["created_at", "2016-10-07 19:21:14.697634"], ["updated_at", "2016-10-07 19:21:14.697634"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 768], ["created_at", "2016-10-07 19:21:14.698492"], ["updated_at", "2016-10-07 19:21:14.698492"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 768], ["created_at", "2016-10-07 19:21:14.699489"], ["updated_at", "2016-10-07 19:21:14.699489"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 768], ["created_at", "2016-10-07 19:21:14.700343"], ["updated_at", "2016-10-07 19:21:14.700343"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 768], ["created_at", "2016-10-07 19:21:14.701208"], ["updated_at", "2016-10-07 19:21:14.701208"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 768], ["created_at", "2016-10-07 19:21:14.702010"], ["updated_at", "2016-10-07 19:21:14.702010"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 768], ["created_at", "2016-10-07 19:21:14.702857"], ["updated_at", "2016-10-07 19:21:14.702857"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 769], ["created_at", "2016-10-07 19:21:14.703668"], ["updated_at", "2016-10-07 19:21:14.703668"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 769], ["created_at", "2016-10-07 19:21:14.704614"], ["updated_at", "2016-10-07 19:21:14.704614"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 769], ["created_at", "2016-10-07 19:21:14.705798"], ["updated_at", "2016-10-07 19:21:14.705798"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 769], ["created_at", "2016-10-07 19:21:14.707619"], ["updated_at", "2016-10-07 19:21:14.707619"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 769], ["created_at", "2016-10-07 19:21:14.709900"], ["updated_at", "2016-10-07 19:21:14.709900"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 769], ["created_at", "2016-10-07 19:21:14.711005"], ["updated_at", "2016-10-07 19:21:14.711005"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 770], ["created_at", "2016-10-07 19:21:14.711815"], ["updated_at", "2016-10-07 19:21:14.711815"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 770], ["created_at", "2016-10-07 19:21:14.712715"], ["updated_at", "2016-10-07 19:21:14.712715"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 770], ["created_at", "2016-10-07 19:21:14.714191"], ["updated_at", "2016-10-07 19:21:14.714191"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 770], ["created_at", "2016-10-07 19:21:14.715721"], ["updated_at", "2016-10-07 19:21:14.715721"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 770], ["created_at", "2016-10-07 19:21:14.716646"], ["updated_at", "2016-10-07 19:21:14.716646"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 771], ["created_at", "2016-10-07 19:21:14.717489"], ["updated_at", "2016-10-07 19:21:14.717489"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 771], ["created_at", "2016-10-07 19:21:14.718299"], ["updated_at", "2016-10-07 19:21:14.718299"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 771], ["created_at", "2016-10-07 19:21:14.719242"], ["updated_at", "2016-10-07 19:21:14.719242"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 771], ["created_at", "2016-10-07 19:21:14.720027"], ["updated_at", "2016-10-07 19:21:14.720027"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 771], ["created_at", "2016-10-07 19:21:14.720828"], ["updated_at", "2016-10-07 19:21:14.720828"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 771], ["created_at", "2016-10-07 19:21:14.721644"], ["updated_at", "2016-10-07 19:21:14.721644"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 772], ["created_at", "2016-10-07 19:21:14.722438"], ["updated_at", "2016-10-07 19:21:14.722438"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 772], ["created_at", "2016-10-07 19:21:14.723341"], ["updated_at", "2016-10-07 19:21:14.723341"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 772], ["created_at", "2016-10-07 19:21:14.724237"], ["updated_at", "2016-10-07 19:21:14.724237"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 772], ["created_at", "2016-10-07 19:21:14.725045"], ["updated_at", "2016-10-07 19:21:14.725045"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 772], ["created_at", "2016-10-07 19:21:14.725846"], ["updated_at", "2016-10-07 19:21:14.725846"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 772], ["created_at", "2016-10-07 19:21:14.726668"], ["updated_at", "2016-10-07 19:21:14.726668"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 773], ["created_at", "2016-10-07 19:21:14.727455"], ["updated_at", "2016-10-07 19:21:14.727455"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 773], ["created_at", "2016-10-07 19:21:14.728352"], ["updated_at", "2016-10-07 19:21:14.728352"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 773], ["created_at", "2016-10-07 19:21:14.729161"], ["updated_at", "2016-10-07 19:21:14.729161"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 773], ["created_at", "2016-10-07 19:21:14.730006"], ["updated_at", "2016-10-07 19:21:14.730006"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 773], ["created_at", "2016-10-07 19:21:14.731116"], ["updated_at", "2016-10-07 19:21:14.731116"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 773], ["created_at", "2016-10-07 19:21:14.733445"], ["updated_at", "2016-10-07 19:21:14.733445"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 774], ["created_at", "2016-10-07 19:21:14.735835"], ["updated_at", "2016-10-07 19:21:14.735835"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 774], ["created_at", "2016-10-07 19:21:14.737830"], ["updated_at", "2016-10-07 19:21:14.737830"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 774], ["created_at", "2016-10-07 19:21:14.739515"], ["updated_at", "2016-10-07 19:21:14.739515"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 774], ["created_at", "2016-10-07 19:21:14.740656"], ["updated_at", "2016-10-07 19:21:14.740656"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 774], ["created_at", "2016-10-07 19:21:14.741672"], ["updated_at", "2016-10-07 19:21:14.741672"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 775], ["created_at", "2016-10-07 19:21:14.742630"], ["updated_at", "2016-10-07 19:21:14.742630"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 775], ["created_at", "2016-10-07 19:21:14.743510"], ["updated_at", "2016-10-07 19:21:14.743510"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 775], ["created_at", "2016-10-07 19:21:14.744391"], ["updated_at", "2016-10-07 19:21:14.744391"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 775], ["created_at", "2016-10-07 19:21:14.745334"], ["updated_at", "2016-10-07 19:21:14.745334"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 775], ["created_at", "2016-10-07 19:21:14.746210"], ["updated_at", "2016-10-07 19:21:14.746210"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 776], ["created_at", "2016-10-07 19:21:14.747282"], ["updated_at", "2016-10-07 19:21:14.747282"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 776], ["created_at", "2016-10-07 19:21:14.749477"], ["updated_at", "2016-10-07 19:21:14.749477"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 776], ["created_at", "2016-10-07 19:21:14.751878"], ["updated_at", "2016-10-07 19:21:14.751878"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 776], ["created_at", "2016-10-07 19:21:14.753225"], ["updated_at", "2016-10-07 19:21:14.753225"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 776], ["created_at", "2016-10-07 19:21:14.754815"], ["updated_at", "2016-10-07 19:21:14.754815"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 776], ["created_at", "2016-10-07 19:21:14.755752"], ["updated_at", "2016-10-07 19:21:14.755752"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 777], ["created_at", "2016-10-07 19:21:14.756662"], ["updated_at", "2016-10-07 19:21:14.756662"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 777], ["created_at", "2016-10-07 19:21:14.757540"], ["updated_at", "2016-10-07 19:21:14.757540"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 777], ["created_at", "2016-10-07 19:21:14.758560"], ["updated_at", "2016-10-07 19:21:14.758560"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 777], ["created_at", "2016-10-07 19:21:14.759394"], ["updated_at", "2016-10-07 19:21:14.759394"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 777], ["created_at", "2016-10-07 19:21:14.760194"], ["updated_at", "2016-10-07 19:21:14.760194"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 777], ["created_at", "2016-10-07 19:21:14.760987"], ["updated_at", "2016-10-07 19:21:14.760987"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 778], ["created_at", "2016-10-07 19:21:14.761780"], ["updated_at", "2016-10-07 19:21:14.761780"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 778], ["created_at", "2016-10-07 19:21:14.762600"], ["updated_at", "2016-10-07 19:21:14.762600"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 778], ["created_at", "2016-10-07 19:21:14.763563"], ["updated_at", "2016-10-07 19:21:14.763563"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 778], ["created_at", "2016-10-07 19:21:14.765170"], ["updated_at", "2016-10-07 19:21:14.765170"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 778], ["created_at", "2016-10-07 19:21:14.767419"], ["updated_at", "2016-10-07 19:21:14.767419"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 778], ["created_at", "2016-10-07 19:21:14.769139"], ["updated_at", "2016-10-07 19:21:14.769139"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 779], ["created_at", "2016-10-07 19:21:14.771005"], ["updated_at", "2016-10-07 19:21:14.771005"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 779], ["created_at", "2016-10-07 19:21:14.772028"], ["updated_at", "2016-10-07 19:21:14.772028"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 779], ["created_at", "2016-10-07 19:21:14.773033"], ["updated_at", "2016-10-07 19:21:14.773033"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 779], ["created_at", "2016-10-07 19:21:14.773886"], ["updated_at", "2016-10-07 19:21:14.773886"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 779], ["created_at", "2016-10-07 19:21:14.774790"], ["updated_at", "2016-10-07 19:21:14.774790"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 779], ["created_at", "2016-10-07 19:21:14.775582"], ["updated_at", "2016-10-07 19:21:14.775582"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 780], ["created_at", "2016-10-07 19:21:14.776371"], ["updated_at", "2016-10-07 19:21:14.776371"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 780], ["created_at", "2016-10-07 19:21:14.777155"], ["updated_at", "2016-10-07 19:21:14.777155"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 780], ["created_at", "2016-10-07 19:21:14.778354"], ["updated_at", "2016-10-07 19:21:14.778354"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 780], ["created_at", "2016-10-07 19:21:14.779842"], ["updated_at", "2016-10-07 19:21:14.779842"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 780], ["created_at", "2016-10-07 19:21:14.781434"], ["updated_at", "2016-10-07 19:21:14.781434"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 780], ["created_at", "2016-10-07 19:21:14.785673"], ["updated_at", "2016-10-07 19:21:14.785673"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 781], ["created_at", "2016-10-07 19:21:14.787461"], ["updated_at", "2016-10-07 19:21:14.787461"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 781], ["created_at", "2016-10-07 19:21:14.789303"], ["updated_at", "2016-10-07 19:21:14.789303"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 781], ["created_at", "2016-10-07 19:21:14.790531"], ["updated_at", "2016-10-07 19:21:14.790531"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 781], ["created_at", "2016-10-07 19:21:14.791563"], ["updated_at", "2016-10-07 19:21:14.791563"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 781], ["created_at", "2016-10-07 19:21:14.792538"], ["updated_at", "2016-10-07 19:21:14.792538"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 781], ["created_at", "2016-10-07 19:21:14.793508"], ["updated_at", "2016-10-07 19:21:14.793508"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 782], ["created_at", "2016-10-07 19:21:14.794444"], ["updated_at", "2016-10-07 19:21:14.794444"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 782], ["created_at", "2016-10-07 19:21:14.795349"], ["updated_at", "2016-10-07 19:21:14.795349"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 782], ["created_at", "2016-10-07 19:21:14.796206"], ["updated_at", "2016-10-07 19:21:14.796206"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 782], ["created_at", "2016-10-07 19:21:14.797298"], ["updated_at", "2016-10-07 19:21:14.797298"]] SQL (0.6ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 782], ["created_at", "2016-10-07 19:21:14.799536"], ["updated_at", "2016-10-07 19:21:14.799536"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 782], ["created_at", "2016-10-07 19:21:14.801961"], ["updated_at", "2016-10-07 19:21:14.801961"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 783], ["created_at", "2016-10-07 19:21:14.803718"], ["updated_at", "2016-10-07 19:21:14.803718"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 783], ["created_at", "2016-10-07 19:21:14.805263"], ["updated_at", "2016-10-07 19:21:14.805263"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 783], ["created_at", "2016-10-07 19:21:14.806447"], ["updated_at", "2016-10-07 19:21:14.806447"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 783], ["created_at", "2016-10-07 19:21:14.807380"], ["updated_at", "2016-10-07 19:21:14.807380"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 783], ["created_at", "2016-10-07 19:21:14.808277"], ["updated_at", "2016-10-07 19:21:14.808277"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 783], ["created_at", "2016-10-07 19:21:14.809144"], ["updated_at", "2016-10-07 19:21:14.809144"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 784], ["created_at", "2016-10-07 19:21:14.810063"], ["updated_at", "2016-10-07 19:21:14.810063"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 784], ["created_at", "2016-10-07 19:21:14.810926"], ["updated_at", "2016-10-07 19:21:14.810926"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 784], ["created_at", "2016-10-07 19:21:14.811779"], ["updated_at", "2016-10-07 19:21:14.811779"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 784], ["created_at", "2016-10-07 19:21:14.812607"], ["updated_at", "2016-10-07 19:21:14.812607"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 784], ["created_at", "2016-10-07 19:21:14.813620"], ["updated_at", "2016-10-07 19:21:14.813620"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 785], ["created_at", "2016-10-07 19:21:14.815223"], ["updated_at", "2016-10-07 19:21:14.815223"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 785], ["created_at", "2016-10-07 19:21:14.817514"], ["updated_at", "2016-10-07 19:21:14.817514"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 785], ["created_at", "2016-10-07 19:21:14.819038"], ["updated_at", "2016-10-07 19:21:14.819038"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 785], ["created_at", "2016-10-07 19:21:14.821300"], ["updated_at", "2016-10-07 19:21:14.821300"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 785], ["created_at", "2016-10-07 19:21:14.822549"], ["updated_at", "2016-10-07 19:21:14.822549"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 785], ["created_at", "2016-10-07 19:21:14.823465"], ["updated_at", "2016-10-07 19:21:14.823465"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 786], ["created_at", "2016-10-07 19:21:14.824370"], ["updated_at", "2016-10-07 19:21:14.824370"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 786], ["created_at", "2016-10-07 19:21:14.825229"], ["updated_at", "2016-10-07 19:21:14.825229"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 786], ["created_at", "2016-10-07 19:21:14.826097"], ["updated_at", "2016-10-07 19:21:14.826097"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 786], ["created_at", "2016-10-07 19:21:14.826940"], ["updated_at", "2016-10-07 19:21:14.826940"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 786], ["created_at", "2016-10-07 19:21:14.827787"], ["updated_at", "2016-10-07 19:21:14.827787"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 786], ["created_at", "2016-10-07 19:21:14.828608"], ["updated_at", "2016-10-07 19:21:14.828608"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 787], ["created_at", "2016-10-07 19:21:14.829490"], ["updated_at", "2016-10-07 19:21:14.829490"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 787], ["created_at", "2016-10-07 19:21:14.830742"], ["updated_at", "2016-10-07 19:21:14.830742"]] SQL (0.6ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 787], ["created_at", "2016-10-07 19:21:14.833007"], ["updated_at", "2016-10-07 19:21:14.833007"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 787], ["created_at", "2016-10-07 19:21:14.835300"], ["updated_at", "2016-10-07 19:21:14.835300"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 787], ["created_at", "2016-10-07 19:21:14.836917"], ["updated_at", "2016-10-07 19:21:14.836917"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 787], ["created_at", "2016-10-07 19:21:14.838747"], ["updated_at", "2016-10-07 19:21:14.838747"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 788], ["created_at", "2016-10-07 19:21:14.839888"], ["updated_at", "2016-10-07 19:21:14.839888"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 788], ["created_at", "2016-10-07 19:21:14.840844"], ["updated_at", "2016-10-07 19:21:14.840844"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 788], ["created_at", "2016-10-07 19:21:14.841732"], ["updated_at", "2016-10-07 19:21:14.841732"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 788], ["created_at", "2016-10-07 19:21:14.842637"], ["updated_at", "2016-10-07 19:21:14.842637"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 788], ["created_at", "2016-10-07 19:21:14.843474"], ["updated_at", "2016-10-07 19:21:14.843474"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 788], ["created_at", "2016-10-07 19:21:14.844318"], ["updated_at", "2016-10-07 19:21:14.844318"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 789], ["created_at", "2016-10-07 19:21:14.845130"], ["updated_at", "2016-10-07 19:21:14.845130"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 789], ["created_at", "2016-10-07 19:21:14.845940"], ["updated_at", "2016-10-07 19:21:14.845940"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 789], ["created_at", "2016-10-07 19:21:14.846903"], ["updated_at", "2016-10-07 19:21:14.846903"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 789], ["created_at", "2016-10-07 19:21:14.848486"], ["updated_at", "2016-10-07 19:21:14.848486"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 789], ["created_at", "2016-10-07 19:21:14.851286"], ["updated_at", "2016-10-07 19:21:14.851286"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 790], ["created_at", "2016-10-07 19:21:14.852841"], ["updated_at", "2016-10-07 19:21:14.852841"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 790], ["created_at", "2016-10-07 19:21:14.855026"], ["updated_at", "2016-10-07 19:21:14.855026"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 790], ["created_at", "2016-10-07 19:21:14.856204"], ["updated_at", "2016-10-07 19:21:14.856204"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 790], ["created_at", "2016-10-07 19:21:14.857236"], ["updated_at", "2016-10-07 19:21:14.857236"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 790], ["created_at", "2016-10-07 19:21:14.858153"], ["updated_at", "2016-10-07 19:21:14.858153"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 790], ["created_at", "2016-10-07 19:21:14.859131"], ["updated_at", "2016-10-07 19:21:14.859131"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 791], ["created_at", "2016-10-07 19:21:14.860007"], ["updated_at", "2016-10-07 19:21:14.860007"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 791], ["created_at", "2016-10-07 19:21:14.860897"], ["updated_at", "2016-10-07 19:21:14.860897"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 791], ["created_at", "2016-10-07 19:21:14.861736"], ["updated_at", "2016-10-07 19:21:14.861736"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 791], ["created_at", "2016-10-07 19:21:14.862610"], ["updated_at", "2016-10-07 19:21:14.862610"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 791], ["created_at", "2016-10-07 19:21:14.863588"], ["updated_at", "2016-10-07 19:21:14.863588"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 792], ["created_at", "2016-10-07 19:21:14.865274"], ["updated_at", "2016-10-07 19:21:14.865274"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 792], ["created_at", "2016-10-07 19:21:14.868042"], ["updated_at", "2016-10-07 19:21:14.868042"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 792], ["created_at", "2016-10-07 19:21:14.869521"], ["updated_at", "2016-10-07 19:21:14.869521"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 792], ["created_at", "2016-10-07 19:21:14.871636"], ["updated_at", "2016-10-07 19:21:14.871636"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 792], ["created_at", "2016-10-07 19:21:14.872773"], ["updated_at", "2016-10-07 19:21:14.872773"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 792], ["created_at", "2016-10-07 19:21:14.873661"], ["updated_at", "2016-10-07 19:21:14.873661"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 793], ["created_at", "2016-10-07 19:21:14.874580"], ["updated_at", "2016-10-07 19:21:14.874580"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 793], ["created_at", "2016-10-07 19:21:14.875493"], ["updated_at", "2016-10-07 19:21:14.875493"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 793], ["created_at", "2016-10-07 19:21:14.876347"], ["updated_at", "2016-10-07 19:21:14.876347"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 793], ["created_at", "2016-10-07 19:21:14.877202"], ["updated_at", "2016-10-07 19:21:14.877202"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 793], ["created_at", "2016-10-07 19:21:14.878117"], ["updated_at", "2016-10-07 19:21:14.878117"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 793], ["created_at", "2016-10-07 19:21:14.879052"], ["updated_at", "2016-10-07 19:21:14.879052"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 794], ["created_at", "2016-10-07 19:21:14.880291"], ["updated_at", "2016-10-07 19:21:14.880291"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 794], ["created_at", "2016-10-07 19:21:14.882396"], ["updated_at", "2016-10-07 19:21:14.882396"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 794], ["created_at", "2016-10-07 19:21:14.885095"], ["updated_at", "2016-10-07 19:21:14.885095"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 794], ["created_at", "2016-10-07 19:21:14.886709"], ["updated_at", "2016-10-07 19:21:14.886709"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 794], ["created_at", "2016-10-07 19:21:14.888634"], ["updated_at", "2016-10-07 19:21:14.888634"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 795], ["created_at", "2016-10-07 19:21:14.889718"], ["updated_at", "2016-10-07 19:21:14.889718"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 795], ["created_at", "2016-10-07 19:21:14.890687"], ["updated_at", "2016-10-07 19:21:14.890687"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 795], ["created_at", "2016-10-07 19:21:14.891603"], ["updated_at", "2016-10-07 19:21:14.891603"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 795], ["created_at", "2016-10-07 19:21:14.892483"], ["updated_at", "2016-10-07 19:21:14.892483"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 795], ["created_at", "2016-10-07 19:21:14.893358"], ["updated_at", "2016-10-07 19:21:14.893358"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 795], ["created_at", "2016-10-07 19:21:14.894229"], ["updated_at", "2016-10-07 19:21:14.894229"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 796], ["created_at", "2016-10-07 19:21:14.895111"], ["updated_at", "2016-10-07 19:21:14.895111"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 796], ["created_at", "2016-10-07 19:21:14.895968"], ["updated_at", "2016-10-07 19:21:14.895968"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 796], ["created_at", "2016-10-07 19:21:14.896979"], ["updated_at", "2016-10-07 19:21:14.896979"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 796], ["created_at", "2016-10-07 19:21:14.898569"], ["updated_at", "2016-10-07 19:21:14.898569"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 796], ["created_at", "2016-10-07 19:21:14.901241"], ["updated_at", "2016-10-07 19:21:14.901241"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 797], ["created_at", "2016-10-07 19:21:14.902481"], ["updated_at", "2016-10-07 19:21:14.902481"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 797], ["created_at", "2016-10-07 19:21:14.904716"], ["updated_at", "2016-10-07 19:21:14.904716"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 797], ["created_at", "2016-10-07 19:21:14.905944"], ["updated_at", "2016-10-07 19:21:14.905944"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 797], ["created_at", "2016-10-07 19:21:14.906977"], ["updated_at", "2016-10-07 19:21:14.906977"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 797], ["created_at", "2016-10-07 19:21:14.907925"], ["updated_at", "2016-10-07 19:21:14.907925"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 797], ["created_at", "2016-10-07 19:21:14.908796"], ["updated_at", "2016-10-07 19:21:14.908796"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 798], ["created_at", "2016-10-07 19:21:14.909657"], ["updated_at", "2016-10-07 19:21:14.909657"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 798], ["created_at", "2016-10-07 19:21:14.910583"], ["updated_at", "2016-10-07 19:21:14.910583"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 798], ["created_at", "2016-10-07 19:21:14.911445"], ["updated_at", "2016-10-07 19:21:14.911445"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 798], ["created_at", "2016-10-07 19:21:14.912291"], ["updated_at", "2016-10-07 19:21:14.912291"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 798], ["created_at", "2016-10-07 19:21:14.913804"], ["updated_at", "2016-10-07 19:21:14.913804"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 798], ["created_at", "2016-10-07 19:21:14.916424"], ["updated_at", "2016-10-07 19:21:14.916424"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 799], ["created_at", "2016-10-07 19:21:14.919599"], ["updated_at", "2016-10-07 19:21:14.919599"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 799], ["created_at", "2016-10-07 19:21:14.922678"], ["updated_at", "2016-10-07 19:21:14.922678"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 799], ["created_at", "2016-10-07 19:21:14.924500"], ["updated_at", "2016-10-07 19:21:14.924500"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 799], ["created_at", "2016-10-07 19:21:14.926185"], ["updated_at", "2016-10-07 19:21:14.926185"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 799], ["created_at", "2016-10-07 19:21:14.928279"], ["updated_at", "2016-10-07 19:21:14.928279"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 799], ["created_at", "2016-10-07 19:21:14.930248"], ["updated_at", "2016-10-07 19:21:14.930248"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 800], ["created_at", "2016-10-07 19:21:14.932280"], ["updated_at", "2016-10-07 19:21:14.932280"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 800], ["created_at", "2016-10-07 19:21:14.934363"], ["updated_at", "2016-10-07 19:21:14.934363"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 800], ["created_at", "2016-10-07 19:21:14.935726"], ["updated_at", "2016-10-07 19:21:14.935726"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 800], ["created_at", "2016-10-07 19:21:14.936958"], ["updated_at", "2016-10-07 19:21:14.936958"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 800], ["created_at", "2016-10-07 19:21:14.938333"], ["updated_at", "2016-10-07 19:21:14.938333"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 801], ["created_at", "2016-10-07 19:21:14.940227"], ["updated_at", "2016-10-07 19:21:14.940227"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 801], ["created_at", "2016-10-07 19:21:14.942087"], ["updated_at", "2016-10-07 19:21:14.942087"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 801], ["created_at", "2016-10-07 19:21:14.944079"], ["updated_at", "2016-10-07 19:21:14.944079"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 801], ["created_at", "2016-10-07 19:21:14.946133"], ["updated_at", "2016-10-07 19:21:14.946133"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 801], ["created_at", "2016-10-07 19:21:14.948230"], ["updated_at", "2016-10-07 19:21:14.948230"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 801], ["created_at", "2016-10-07 19:21:14.950482"], ["updated_at", "2016-10-07 19:21:14.950482"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 802], ["created_at", "2016-10-07 19:21:14.953041"], ["updated_at", "2016-10-07 19:21:14.953041"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 802], ["created_at", "2016-10-07 19:21:14.955500"], ["updated_at", "2016-10-07 19:21:14.955500"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 802], ["created_at", "2016-10-07 19:21:14.957850"], ["updated_at", "2016-10-07 19:21:14.957850"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 802], ["created_at", "2016-10-07 19:21:14.960044"], ["updated_at", "2016-10-07 19:21:14.960044"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 802], ["created_at", "2016-10-07 19:21:14.962108"], ["updated_at", "2016-10-07 19:21:14.962108"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 802], ["created_at", "2016-10-07 19:21:14.964147"], ["updated_at", "2016-10-07 19:21:14.964147"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 803], ["created_at", "2016-10-07 19:21:14.967588"], ["updated_at", "2016-10-07 19:21:14.967588"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 803], ["created_at", "2016-10-07 19:21:14.969649"], ["updated_at", "2016-10-07 19:21:14.969649"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 803], ["created_at", "2016-10-07 19:21:14.971389"], ["updated_at", "2016-10-07 19:21:14.971389"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 803], ["created_at", "2016-10-07 19:21:14.973607"], ["updated_at", "2016-10-07 19:21:14.973607"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 803], ["created_at", "2016-10-07 19:21:14.975640"], ["updated_at", "2016-10-07 19:21:14.975640"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 803], ["created_at", "2016-10-07 19:21:14.977717"], ["updated_at", "2016-10-07 19:21:14.977717"]] SQL (0.5ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 804], ["created_at", "2016-10-07 19:21:14.981647"], ["updated_at", "2016-10-07 19:21:14.981647"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 804], ["created_at", "2016-10-07 19:21:14.987566"], ["updated_at", "2016-10-07 19:21:14.987566"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 804], ["created_at", "2016-10-07 19:21:14.991668"], ["updated_at", "2016-10-07 19:21:14.991668"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 804], ["created_at", "2016-10-07 19:21:14.993765"], ["updated_at", "2016-10-07 19:21:14.993765"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 804], ["created_at", "2016-10-07 19:21:14.996118"], ["updated_at", "2016-10-07 19:21:14.996118"]] SQL (0.5ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 804], ["created_at", "2016-10-07 19:21:14.998427"], ["updated_at", "2016-10-07 19:21:14.998427"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 805], ["created_at", "2016-10-07 19:21:15.002697"], ["updated_at", "2016-10-07 19:21:15.002697"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 805], ["created_at", "2016-10-07 19:21:15.005991"], ["updated_at", "2016-10-07 19:21:15.005991"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 805], ["created_at", "2016-10-07 19:21:15.009163"], ["updated_at", "2016-10-07 19:21:15.009163"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 805], ["created_at", "2016-10-07 19:21:15.011978"], ["updated_at", "2016-10-07 19:21:15.011978"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 805], ["created_at", "2016-10-07 19:21:15.015180"], ["updated_at", "2016-10-07 19:21:15.015180"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 805], ["created_at", "2016-10-07 19:21:15.019218"], ["updated_at", "2016-10-07 19:21:15.019218"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 806], ["created_at", "2016-10-07 19:21:15.021479"], ["updated_at", "2016-10-07 19:21:15.021479"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 806], ["created_at", "2016-10-07 19:21:15.037221"], ["updated_at", "2016-10-07 19:21:15.037221"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 806], ["created_at", "2016-10-07 19:21:15.038640"], ["updated_at", "2016-10-07 19:21:15.038640"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 806], ["created_at", "2016-10-07 19:21:15.040134"], ["updated_at", "2016-10-07 19:21:15.040134"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 806], ["created_at", "2016-10-07 19:21:15.041470"], ["updated_at", "2016-10-07 19:21:15.041470"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 807], ["created_at", "2016-10-07 19:21:15.042669"], ["updated_at", "2016-10-07 19:21:15.042669"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 807], ["created_at", "2016-10-07 19:21:15.043849"], ["updated_at", "2016-10-07 19:21:15.043849"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 807], ["created_at", "2016-10-07 19:21:15.044991"], ["updated_at", "2016-10-07 19:21:15.044991"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 807], ["created_at", "2016-10-07 19:21:15.046187"], ["updated_at", "2016-10-07 19:21:15.046187"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 807], ["created_at", "2016-10-07 19:21:15.047938"], ["updated_at", "2016-10-07 19:21:15.047938"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 807], ["created_at", "2016-10-07 19:21:15.050111"], ["updated_at", "2016-10-07 19:21:15.050111"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 808], ["created_at", "2016-10-07 19:21:15.051797"], ["updated_at", "2016-10-07 19:21:15.051797"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 808], ["created_at", "2016-10-07 19:21:15.053017"], ["updated_at", "2016-10-07 19:21:15.053017"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 808], ["created_at", "2016-10-07 19:21:15.054226"], ["updated_at", "2016-10-07 19:21:15.054226"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 808], ["created_at", "2016-10-07 19:21:15.055322"], ["updated_at", "2016-10-07 19:21:15.055322"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 808], ["created_at", "2016-10-07 19:21:15.056413"], ["updated_at", "2016-10-07 19:21:15.056413"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 808], ["created_at", "2016-10-07 19:21:15.057544"], ["updated_at", "2016-10-07 19:21:15.057544"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 809], ["created_at", "2016-10-07 19:21:15.058626"], ["updated_at", "2016-10-07 19:21:15.058626"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 809], ["created_at", "2016-10-07 19:21:15.059743"], ["updated_at", "2016-10-07 19:21:15.059743"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 809], ["created_at", "2016-10-07 19:21:15.060915"], ["updated_at", "2016-10-07 19:21:15.060915"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 809], ["created_at", "2016-10-07 19:21:15.062151"], ["updated_at", "2016-10-07 19:21:15.062151"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 809], ["created_at", "2016-10-07 19:21:15.064668"], ["updated_at", "2016-10-07 19:21:15.064668"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 809], ["created_at", "2016-10-07 19:21:15.067261"], ["updated_at", "2016-10-07 19:21:15.067261"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 810], ["created_at", "2016-10-07 19:21:15.069407"], ["updated_at", "2016-10-07 19:21:15.069407"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 810], ["created_at", "2016-10-07 19:21:15.070563"], ["updated_at", "2016-10-07 19:21:15.070563"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 810], ["created_at", "2016-10-07 19:21:15.071567"], ["updated_at", "2016-10-07 19:21:15.071567"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 810], ["created_at", "2016-10-07 19:21:15.072564"], ["updated_at", "2016-10-07 19:21:15.072564"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 810], ["created_at", "2016-10-07 19:21:15.073534"], ["updated_at", "2016-10-07 19:21:15.073534"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 810], ["created_at", "2016-10-07 19:21:15.074528"], ["updated_at", "2016-10-07 19:21:15.074528"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 811], ["created_at", "2016-10-07 19:21:15.075470"], ["updated_at", "2016-10-07 19:21:15.075470"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 811], ["created_at", "2016-10-07 19:21:15.076401"], ["updated_at", "2016-10-07 19:21:15.076401"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 811], ["created_at", "2016-10-07 19:21:15.077337"], ["updated_at", "2016-10-07 19:21:15.077337"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 811], ["created_at", "2016-10-07 19:21:15.078247"], ["updated_at", "2016-10-07 19:21:15.078247"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 811], ["created_at", "2016-10-07 19:21:15.079212"], ["updated_at", "2016-10-07 19:21:15.079212"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 811], ["created_at", "2016-10-07 19:21:15.080594"], ["updated_at", "2016-10-07 19:21:15.080594"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 812], ["created_at", "2016-10-07 19:21:15.081863"], ["updated_at", "2016-10-07 19:21:15.081863"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 812], ["created_at", "2016-10-07 19:21:15.083102"], ["updated_at", "2016-10-07 19:21:15.083102"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 812], ["created_at", "2016-10-07 19:21:15.085080"], ["updated_at", "2016-10-07 19:21:15.085080"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 812], ["created_at", "2016-10-07 19:21:15.087033"], ["updated_at", "2016-10-07 19:21:15.087033"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 812], ["created_at", "2016-10-07 19:21:15.088115"], ["updated_at", "2016-10-07 19:21:15.088115"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 812], ["created_at", "2016-10-07 19:21:15.089113"], ["updated_at", "2016-10-07 19:21:15.089113"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 813], ["created_at", "2016-10-07 19:21:15.090136"], ["updated_at", "2016-10-07 19:21:15.090136"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 813], ["created_at", "2016-10-07 19:21:15.091182"], ["updated_at", "2016-10-07 19:21:15.091182"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 813], ["created_at", "2016-10-07 19:21:15.092168"], ["updated_at", "2016-10-07 19:21:15.092168"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 813], ["created_at", "2016-10-07 19:21:15.093160"], ["updated_at", "2016-10-07 19:21:15.093160"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 813], ["created_at", "2016-10-07 19:21:15.094140"], ["updated_at", "2016-10-07 19:21:15.094140"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 813], ["created_at", "2016-10-07 19:21:15.095109"], ["updated_at", "2016-10-07 19:21:15.095109"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 814], ["created_at", "2016-10-07 19:21:15.096075"], ["updated_at", "2016-10-07 19:21:15.096075"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 814], ["created_at", "2016-10-07 19:21:15.097167"], ["updated_at", "2016-10-07 19:21:15.097167"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 814], ["created_at", "2016-10-07 19:21:15.098256"], ["updated_at", "2016-10-07 19:21:15.098256"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 814], ["created_at", "2016-10-07 19:21:15.099585"], ["updated_at", "2016-10-07 19:21:15.099585"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 814], ["created_at", "2016-10-07 19:21:15.101489"], ["updated_at", "2016-10-07 19:21:15.101489"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 815], ["created_at", "2016-10-07 19:21:15.102804"], ["updated_at", "2016-10-07 19:21:15.102804"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 815], ["created_at", "2016-10-07 19:21:15.103836"], ["updated_at", "2016-10-07 19:21:15.103836"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 815], ["created_at", "2016-10-07 19:21:15.104817"], ["updated_at", "2016-10-07 19:21:15.104817"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 815], ["created_at", "2016-10-07 19:21:15.105770"], ["updated_at", "2016-10-07 19:21:15.105770"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 815], ["created_at", "2016-10-07 19:21:15.106810"], ["updated_at", "2016-10-07 19:21:15.106810"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 815], ["created_at", "2016-10-07 19:21:15.107802"], ["updated_at", "2016-10-07 19:21:15.107802"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 816], ["created_at", "2016-10-07 19:21:15.108761"], ["updated_at", "2016-10-07 19:21:15.108761"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 816], ["created_at", "2016-10-07 19:21:15.109712"], ["updated_at", "2016-10-07 19:21:15.109712"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 816], ["created_at", "2016-10-07 19:21:15.110703"], ["updated_at", "2016-10-07 19:21:15.110703"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 816], ["created_at", "2016-10-07 19:21:15.111638"], ["updated_at", "2016-10-07 19:21:15.111638"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 816], ["created_at", "2016-10-07 19:21:15.112579"], ["updated_at", "2016-10-07 19:21:15.112579"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 816], ["created_at", "2016-10-07 19:21:15.113641"], ["updated_at", "2016-10-07 19:21:15.113641"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 817], ["created_at", "2016-10-07 19:21:15.114682"], ["updated_at", "2016-10-07 19:21:15.114682"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 817], ["created_at", "2016-10-07 19:21:15.115822"], ["updated_at", "2016-10-07 19:21:15.115822"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 817], ["created_at", "2016-10-07 19:21:15.117810"], ["updated_at", "2016-10-07 19:21:15.117810"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 817], ["created_at", "2016-10-07 19:21:15.119037"], ["updated_at", "2016-10-07 19:21:15.119037"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 817], ["created_at", "2016-10-07 19:21:15.120076"], ["updated_at", "2016-10-07 19:21:15.120076"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 817], ["created_at", "2016-10-07 19:21:15.121083"], ["updated_at", "2016-10-07 19:21:15.121083"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 818], ["created_at", "2016-10-07 19:21:15.122044"], ["updated_at", "2016-10-07 19:21:15.122044"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 818], ["created_at", "2016-10-07 19:21:15.123033"], ["updated_at", "2016-10-07 19:21:15.123033"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 818], ["created_at", "2016-10-07 19:21:15.124044"], ["updated_at", "2016-10-07 19:21:15.124044"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 818], ["created_at", "2016-10-07 19:21:15.125065"], ["updated_at", "2016-10-07 19:21:15.125065"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 818], ["created_at", "2016-10-07 19:21:15.125998"], ["updated_at", "2016-10-07 19:21:15.125998"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 818], ["created_at", "2016-10-07 19:21:15.126979"], ["updated_at", "2016-10-07 19:21:15.126979"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 819], ["created_at", "2016-10-07 19:21:15.127916"], ["updated_at", "2016-10-07 19:21:15.127916"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 819], ["created_at", "2016-10-07 19:21:15.128861"], ["updated_at", "2016-10-07 19:21:15.128861"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 819], ["created_at", "2016-10-07 19:21:15.129924"], ["updated_at", "2016-10-07 19:21:15.129924"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 819], ["created_at", "2016-10-07 19:21:15.131008"], ["updated_at", "2016-10-07 19:21:15.131008"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 819], ["created_at", "2016-10-07 19:21:15.132248"], ["updated_at", "2016-10-07 19:21:15.132248"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 819], ["created_at", "2016-10-07 19:21:15.133593"], ["updated_at", "2016-10-07 19:21:15.133593"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 820], ["created_at", "2016-10-07 19:21:15.135509"], ["updated_at", "2016-10-07 19:21:15.135509"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 820], ["created_at", "2016-10-07 19:21:15.136545"], ["updated_at", "2016-10-07 19:21:15.136545"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 820], ["created_at", "2016-10-07 19:21:15.137584"], ["updated_at", "2016-10-07 19:21:15.137584"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 820], ["created_at", "2016-10-07 19:21:15.138597"], ["updated_at", "2016-10-07 19:21:15.138597"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 820], ["created_at", "2016-10-07 19:21:15.139629"], ["updated_at", "2016-10-07 19:21:15.139629"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 821], ["created_at", "2016-10-07 19:21:15.140679"], ["updated_at", "2016-10-07 19:21:15.140679"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 821], ["created_at", "2016-10-07 19:21:15.141672"], ["updated_at", "2016-10-07 19:21:15.141672"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 821], ["created_at", "2016-10-07 19:21:15.142597"], ["updated_at", "2016-10-07 19:21:15.142597"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 821], ["created_at", "2016-10-07 19:21:15.143541"], ["updated_at", "2016-10-07 19:21:15.143541"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 821], ["created_at", "2016-10-07 19:21:15.144432"], ["updated_at", "2016-10-07 19:21:15.144432"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 821], ["created_at", "2016-10-07 19:21:15.145332"], ["updated_at", "2016-10-07 19:21:15.145332"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 822], ["created_at", "2016-10-07 19:21:15.146215"], ["updated_at", "2016-10-07 19:21:15.146215"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 822], ["created_at", "2016-10-07 19:21:15.147215"], ["updated_at", "2016-10-07 19:21:15.147215"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 822], ["created_at", "2016-10-07 19:21:15.148129"], ["updated_at", "2016-10-07 19:21:15.148129"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 822], ["created_at", "2016-10-07 19:21:15.149009"], ["updated_at", "2016-10-07 19:21:15.149009"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 822], ["created_at", "2016-10-07 19:21:15.149914"], ["updated_at", "2016-10-07 19:21:15.149914"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 822], ["created_at", "2016-10-07 19:21:15.150843"], ["updated_at", "2016-10-07 19:21:15.150843"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 823], ["created_at", "2016-10-07 19:21:15.151744"], ["updated_at", "2016-10-07 19:21:15.151744"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 823], ["created_at", "2016-10-07 19:21:15.152608"], ["updated_at", "2016-10-07 19:21:15.152608"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 823], ["created_at", "2016-10-07 19:21:15.153505"], ["updated_at", "2016-10-07 19:21:15.153505"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 823], ["created_at", "2016-10-07 19:21:15.154374"], ["updated_at", "2016-10-07 19:21:15.154374"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 823], ["created_at", "2016-10-07 19:21:15.155296"], ["updated_at", "2016-10-07 19:21:15.155296"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 823], ["created_at", "2016-10-07 19:21:15.156156"], ["updated_at", "2016-10-07 19:21:15.156156"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 824], ["created_at", "2016-10-07 19:21:15.157066"], ["updated_at", "2016-10-07 19:21:15.157066"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 824], ["created_at", "2016-10-07 19:21:15.157956"], ["updated_at", "2016-10-07 19:21:15.157956"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 824], ["created_at", "2016-10-07 19:21:15.158845"], ["updated_at", "2016-10-07 19:21:15.158845"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 824], ["created_at", "2016-10-07 19:21:15.159731"], ["updated_at", "2016-10-07 19:21:15.159731"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 824], ["created_at", "2016-10-07 19:21:15.160593"], ["updated_at", "2016-10-07 19:21:15.160593"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 824], ["created_at", "2016-10-07 19:21:15.161480"], ["updated_at", "2016-10-07 19:21:15.161480"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 825], ["created_at", "2016-10-07 19:21:15.162351"], ["updated_at", "2016-10-07 19:21:15.162351"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 825], ["created_at", "2016-10-07 19:21:15.163266"], ["updated_at", "2016-10-07 19:21:15.163266"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 825], ["created_at", "2016-10-07 19:21:15.164171"], ["updated_at", "2016-10-07 19:21:15.164171"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 825], ["created_at", "2016-10-07 19:21:15.165053"], ["updated_at", "2016-10-07 19:21:15.165053"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 825], ["created_at", "2016-10-07 19:21:15.165914"], ["updated_at", "2016-10-07 19:21:15.165914"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 825], ["created_at", "2016-10-07 19:21:15.166880"], ["updated_at", "2016-10-07 19:21:15.166880"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 826], ["created_at", "2016-10-07 19:21:15.167847"], ["updated_at", "2016-10-07 19:21:15.167847"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 826], ["created_at", "2016-10-07 19:21:15.168775"], ["updated_at", "2016-10-07 19:21:15.168775"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 826], ["created_at", "2016-10-07 19:21:15.169675"], ["updated_at", "2016-10-07 19:21:15.169675"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 826], ["created_at", "2016-10-07 19:21:15.170573"], ["updated_at", "2016-10-07 19:21:15.170573"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 826], ["created_at", "2016-10-07 19:21:15.171436"], ["updated_at", "2016-10-07 19:21:15.171436"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 827], ["created_at", "2016-10-07 19:21:15.172295"], ["updated_at", "2016-10-07 19:21:15.172295"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 827], ["created_at", "2016-10-07 19:21:15.173211"], ["updated_at", "2016-10-07 19:21:15.173211"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 827], ["created_at", "2016-10-07 19:21:15.174101"], ["updated_at", "2016-10-07 19:21:15.174101"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 827], ["created_at", "2016-10-07 19:21:15.175025"], ["updated_at", "2016-10-07 19:21:15.175025"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 827], ["created_at", "2016-10-07 19:21:15.175893"], ["updated_at", "2016-10-07 19:21:15.175893"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 827], ["created_at", "2016-10-07 19:21:15.176764"], ["updated_at", "2016-10-07 19:21:15.176764"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 828], ["created_at", "2016-10-07 19:21:15.177666"], ["updated_at", "2016-10-07 19:21:15.177666"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 828], ["created_at", "2016-10-07 19:21:15.178574"], ["updated_at", "2016-10-07 19:21:15.178574"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 828], ["created_at", "2016-10-07 19:21:15.179464"], ["updated_at", "2016-10-07 19:21:15.179464"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 828], ["created_at", "2016-10-07 19:21:15.180413"], ["updated_at", "2016-10-07 19:21:15.180413"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 828], ["created_at", "2016-10-07 19:21:15.181291"], ["updated_at", "2016-10-07 19:21:15.181291"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 829], ["created_at", "2016-10-07 19:21:15.182166"], ["updated_at", "2016-10-07 19:21:15.182166"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 829], ["created_at", "2016-10-07 19:21:15.183044"], ["updated_at", "2016-10-07 19:21:15.183044"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 829], ["created_at", "2016-10-07 19:21:15.184000"], ["updated_at", "2016-10-07 19:21:15.184000"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 829], ["created_at", "2016-10-07 19:21:15.184932"], ["updated_at", "2016-10-07 19:21:15.184932"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 829], ["created_at", "2016-10-07 19:21:15.185881"], ["updated_at", "2016-10-07 19:21:15.185881"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 829], ["created_at", "2016-10-07 19:21:15.186837"], ["updated_at", "2016-10-07 19:21:15.186837"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 830], ["created_at", "2016-10-07 19:21:15.187815"], ["updated_at", "2016-10-07 19:21:15.187815"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 830], ["created_at", "2016-10-07 19:21:15.188750"], ["updated_at", "2016-10-07 19:21:15.188750"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 830], ["created_at", "2016-10-07 19:21:15.189678"], ["updated_at", "2016-10-07 19:21:15.189678"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 830], ["created_at", "2016-10-07 19:21:15.190656"], ["updated_at", "2016-10-07 19:21:15.190656"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 830], ["created_at", "2016-10-07 19:21:15.191534"], ["updated_at", "2016-10-07 19:21:15.191534"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 830], ["created_at", "2016-10-07 19:21:15.192439"], ["updated_at", "2016-10-07 19:21:15.192439"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 831], ["created_at", "2016-10-07 19:21:15.193315"], ["updated_at", "2016-10-07 19:21:15.193315"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 831], ["created_at", "2016-10-07 19:21:15.194209"], ["updated_at", "2016-10-07 19:21:15.194209"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 831], ["created_at", "2016-10-07 19:21:15.195175"], ["updated_at", "2016-10-07 19:21:15.195175"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 831], ["created_at", "2016-10-07 19:21:15.196079"], ["updated_at", "2016-10-07 19:21:15.196079"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 831], ["created_at", "2016-10-07 19:21:15.196986"], ["updated_at", "2016-10-07 19:21:15.196986"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 831], ["created_at", "2016-10-07 19:21:15.197894"], ["updated_at", "2016-10-07 19:21:15.197894"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 832], ["created_at", "2016-10-07 19:21:15.198784"], ["updated_at", "2016-10-07 19:21:15.198784"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 832], ["created_at", "2016-10-07 19:21:15.199741"], ["updated_at", "2016-10-07 19:21:15.199741"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 832], ["created_at", "2016-10-07 19:21:15.200611"], ["updated_at", "2016-10-07 19:21:15.200611"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 832], ["created_at", "2016-10-07 19:21:15.201506"], ["updated_at", "2016-10-07 19:21:15.201506"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 832], ["created_at", "2016-10-07 19:21:15.202378"], ["updated_at", "2016-10-07 19:21:15.202378"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 833], ["created_at", "2016-10-07 19:21:15.203262"], ["updated_at", "2016-10-07 19:21:15.203262"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 833], ["created_at", "2016-10-07 19:21:15.204148"], ["updated_at", "2016-10-07 19:21:15.204148"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 833], ["created_at", "2016-10-07 19:21:15.205009"], ["updated_at", "2016-10-07 19:21:15.205009"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 833], ["created_at", "2016-10-07 19:21:15.205889"], ["updated_at", "2016-10-07 19:21:15.205889"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 833], ["created_at", "2016-10-07 19:21:15.206807"], ["updated_at", "2016-10-07 19:21:15.206807"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 833], ["created_at", "2016-10-07 19:21:15.207721"], ["updated_at", "2016-10-07 19:21:15.207721"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 834], ["created_at", "2016-10-07 19:21:15.208571"], ["updated_at", "2016-10-07 19:21:15.208571"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 834], ["created_at", "2016-10-07 19:21:15.209426"], ["updated_at", "2016-10-07 19:21:15.209426"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 834], ["created_at", "2016-10-07 19:21:15.210279"], ["updated_at", "2016-10-07 19:21:15.210279"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 834], ["created_at", "2016-10-07 19:21:15.211154"], ["updated_at", "2016-10-07 19:21:15.211154"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 834], ["created_at", "2016-10-07 19:21:15.212007"], ["updated_at", "2016-10-07 19:21:15.212007"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 834], ["created_at", "2016-10-07 19:21:15.212924"], ["updated_at", "2016-10-07 19:21:15.212924"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 835], ["created_at", "2016-10-07 19:21:15.213810"], ["updated_at", "2016-10-07 19:21:15.213810"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 835], ["created_at", "2016-10-07 19:21:15.214792"], ["updated_at", "2016-10-07 19:21:15.214792"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 835], ["created_at", "2016-10-07 19:21:15.215711"], ["updated_at", "2016-10-07 19:21:15.215711"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 835], ["created_at", "2016-10-07 19:21:15.216616"], ["updated_at", "2016-10-07 19:21:15.216616"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 835], ["created_at", "2016-10-07 19:21:15.217498"], ["updated_at", "2016-10-07 19:21:15.217498"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 835], ["created_at", "2016-10-07 19:21:15.218354"], ["updated_at", "2016-10-07 19:21:15.218354"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 836], ["created_at", "2016-10-07 19:21:15.219281"], ["updated_at", "2016-10-07 19:21:15.219281"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 836], ["created_at", "2016-10-07 19:21:15.220154"], ["updated_at", "2016-10-07 19:21:15.220154"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 836], ["created_at", "2016-10-07 19:21:15.221040"], ["updated_at", "2016-10-07 19:21:15.221040"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 836], ["created_at", "2016-10-07 19:21:15.221917"], ["updated_at", "2016-10-07 19:21:15.221917"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 836], ["created_at", "2016-10-07 19:21:15.222808"], ["updated_at", "2016-10-07 19:21:15.222808"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 836], ["created_at", "2016-10-07 19:21:15.223706"], ["updated_at", "2016-10-07 19:21:15.223706"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 837], ["created_at", "2016-10-07 19:21:15.224604"], ["updated_at", "2016-10-07 19:21:15.224604"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 837], ["created_at", "2016-10-07 19:21:15.225529"], ["updated_at", "2016-10-07 19:21:15.225529"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 837], ["created_at", "2016-10-07 19:21:15.226441"], ["updated_at", "2016-10-07 19:21:15.226441"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 837], ["created_at", "2016-10-07 19:21:15.227346"], ["updated_at", "2016-10-07 19:21:15.227346"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 837], ["created_at", "2016-10-07 19:21:15.228244"], ["updated_at", "2016-10-07 19:21:15.228244"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 837], ["created_at", "2016-10-07 19:21:15.229126"], ["updated_at", "2016-10-07 19:21:15.229126"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 838], ["created_at", "2016-10-07 19:21:15.230031"], ["updated_at", "2016-10-07 19:21:15.230031"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 838], ["created_at", "2016-10-07 19:21:15.230972"], ["updated_at", "2016-10-07 19:21:15.230972"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 838], ["created_at", "2016-10-07 19:21:15.231929"], ["updated_at", "2016-10-07 19:21:15.231929"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 838], ["created_at", "2016-10-07 19:21:15.232873"], ["updated_at", "2016-10-07 19:21:15.232873"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 838], ["created_at", "2016-10-07 19:21:15.233847"], ["updated_at", "2016-10-07 19:21:15.233847"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 839], ["created_at", "2016-10-07 19:21:15.234802"], ["updated_at", "2016-10-07 19:21:15.234802"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 839], ["created_at", "2016-10-07 19:21:15.235712"], ["updated_at", "2016-10-07 19:21:15.235712"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 839], ["created_at", "2016-10-07 19:21:15.236647"], ["updated_at", "2016-10-07 19:21:15.236647"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 839], ["created_at", "2016-10-07 19:21:15.237571"], ["updated_at", "2016-10-07 19:21:15.237571"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 839], ["created_at", "2016-10-07 19:21:15.238486"], ["updated_at", "2016-10-07 19:21:15.238486"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 840], ["created_at", "2016-10-07 19:21:15.239404"], ["updated_at", "2016-10-07 19:21:15.239404"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 840], ["created_at", "2016-10-07 19:21:15.240392"], ["updated_at", "2016-10-07 19:21:15.240392"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 840], ["created_at", "2016-10-07 19:21:15.241313"], ["updated_at", "2016-10-07 19:21:15.241313"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 840], ["created_at", "2016-10-07 19:21:15.242238"], ["updated_at", "2016-10-07 19:21:15.242238"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 840], ["created_at", "2016-10-07 19:21:15.243173"], ["updated_at", "2016-10-07 19:21:15.243173"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 840], ["created_at", "2016-10-07 19:21:15.244109"], ["updated_at", "2016-10-07 19:21:15.244109"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 841], ["created_at", "2016-10-07 19:21:15.245030"], ["updated_at", "2016-10-07 19:21:15.245030"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 841], ["created_at", "2016-10-07 19:21:15.245965"], ["updated_at", "2016-10-07 19:21:15.245965"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 841], ["created_at", "2016-10-07 19:21:15.246973"], ["updated_at", "2016-10-07 19:21:15.246973"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 841], ["created_at", "2016-10-07 19:21:15.247899"], ["updated_at", "2016-10-07 19:21:15.247899"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 841], ["created_at", "2016-10-07 19:21:15.249098"], ["updated_at", "2016-10-07 19:21:15.249098"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 842], ["created_at", "2016-10-07 19:21:15.250593"], ["updated_at", "2016-10-07 19:21:15.250593"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 842], ["created_at", "2016-10-07 19:21:15.252072"], ["updated_at", "2016-10-07 19:21:15.252072"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 842], ["created_at", "2016-10-07 19:21:15.253288"], ["updated_at", "2016-10-07 19:21:15.253288"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 842], ["created_at", "2016-10-07 19:21:15.255120"], ["updated_at", "2016-10-07 19:21:15.255120"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 842], ["created_at", "2016-10-07 19:21:15.258497"], ["updated_at", "2016-10-07 19:21:15.258497"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 842], ["created_at", "2016-10-07 19:21:15.259784"], ["updated_at", "2016-10-07 19:21:15.259784"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 843], ["created_at", "2016-10-07 19:21:15.261698"], ["updated_at", "2016-10-07 19:21:15.261698"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 843], ["created_at", "2016-10-07 19:21:15.264097"], ["updated_at", "2016-10-07 19:21:15.264097"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 843], ["created_at", "2016-10-07 19:21:15.265209"], ["updated_at", "2016-10-07 19:21:15.265209"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 843], ["created_at", "2016-10-07 19:21:15.266213"], ["updated_at", "2016-10-07 19:21:15.266213"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 843], ["created_at", "2016-10-07 19:21:15.267182"], ["updated_at", "2016-10-07 19:21:15.267182"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 844], ["created_at", "2016-10-07 19:21:15.268164"], ["updated_at", "2016-10-07 19:21:15.268164"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 844], ["created_at", "2016-10-07 19:21:15.269101"], ["updated_at", "2016-10-07 19:21:15.269101"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 844], ["created_at", "2016-10-07 19:21:15.270029"], ["updated_at", "2016-10-07 19:21:15.270029"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 844], ["created_at", "2016-10-07 19:21:15.270976"], ["updated_at", "2016-10-07 19:21:15.270976"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 844], ["created_at", "2016-10-07 19:21:15.271874"], ["updated_at", "2016-10-07 19:21:15.271874"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 844], ["created_at", "2016-10-07 19:21:15.272824"], ["updated_at", "2016-10-07 19:21:15.272824"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 845], ["created_at", "2016-10-07 19:21:15.273776"], ["updated_at", "2016-10-07 19:21:15.273776"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 845], ["created_at", "2016-10-07 19:21:15.274706"], ["updated_at", "2016-10-07 19:21:15.274706"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 845], ["created_at", "2016-10-07 19:21:15.275591"], ["updated_at", "2016-10-07 19:21:15.275591"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 845], ["created_at", "2016-10-07 19:21:15.276510"], ["updated_at", "2016-10-07 19:21:15.276510"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 845], ["created_at", "2016-10-07 19:21:15.277391"], ["updated_at", "2016-10-07 19:21:15.277391"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 845], ["created_at", "2016-10-07 19:21:15.278292"], ["updated_at", "2016-10-07 19:21:15.278292"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 846], ["created_at", "2016-10-07 19:21:15.279207"], ["updated_at", "2016-10-07 19:21:15.279207"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 846], ["created_at", "2016-10-07 19:21:15.280440"], ["updated_at", "2016-10-07 19:21:15.280440"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 846], ["created_at", "2016-10-07 19:21:15.281654"], ["updated_at", "2016-10-07 19:21:15.281654"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 846], ["created_at", "2016-10-07 19:21:15.282626"], ["updated_at", "2016-10-07 19:21:15.282626"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 846], ["created_at", "2016-10-07 19:21:15.283541"], ["updated_at", "2016-10-07 19:21:15.283541"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 846], ["created_at", "2016-10-07 19:21:15.284476"], ["updated_at", "2016-10-07 19:21:15.284476"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 847], ["created_at", "2016-10-07 19:21:15.285398"], ["updated_at", "2016-10-07 19:21:15.285398"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 847], ["created_at", "2016-10-07 19:21:15.286326"], ["updated_at", "2016-10-07 19:21:15.286326"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 847], ["created_at", "2016-10-07 19:21:15.287295"], ["updated_at", "2016-10-07 19:21:15.287295"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 847], ["created_at", "2016-10-07 19:21:15.288227"], ["updated_at", "2016-10-07 19:21:15.288227"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 847], ["created_at", "2016-10-07 19:21:15.289183"], ["updated_at", "2016-10-07 19:21:15.289183"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 847], ["created_at", "2016-10-07 19:21:15.290222"], ["updated_at", "2016-10-07 19:21:15.290222"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 848], ["created_at", "2016-10-07 19:21:15.291202"], ["updated_at", "2016-10-07 19:21:15.291202"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 848], ["created_at", "2016-10-07 19:21:15.292152"], ["updated_at", "2016-10-07 19:21:15.292152"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 848], ["created_at", "2016-10-07 19:21:15.293065"], ["updated_at", "2016-10-07 19:21:15.293065"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 848], ["created_at", "2016-10-07 19:21:15.293967"], ["updated_at", "2016-10-07 19:21:15.293967"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 848], ["created_at", "2016-10-07 19:21:15.294939"], ["updated_at", "2016-10-07 19:21:15.294939"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 848], ["created_at", "2016-10-07 19:21:15.295874"], ["updated_at", "2016-10-07 19:21:15.295874"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 849], ["created_at", "2016-10-07 19:21:15.296898"], ["updated_at", "2016-10-07 19:21:15.296898"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 849], ["created_at", "2016-10-07 19:21:15.297886"], ["updated_at", "2016-10-07 19:21:15.297886"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 849], ["created_at", "2016-10-07 19:21:15.298843"], ["updated_at", "2016-10-07 19:21:15.298843"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 849], ["created_at", "2016-10-07 19:21:15.299802"], ["updated_at", "2016-10-07 19:21:15.299802"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 849], ["created_at", "2016-10-07 19:21:15.300752"], ["updated_at", "2016-10-07 19:21:15.300752"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 850], ["created_at", "2016-10-07 19:21:15.301684"], ["updated_at", "2016-10-07 19:21:15.301684"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 850], ["created_at", "2016-10-07 19:21:15.302638"], ["updated_at", "2016-10-07 19:21:15.302638"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 850], ["created_at", "2016-10-07 19:21:15.303548"], ["updated_at", "2016-10-07 19:21:15.303548"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 850], ["created_at", "2016-10-07 19:21:15.304477"], ["updated_at", "2016-10-07 19:21:15.304477"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 850], ["created_at", "2016-10-07 19:21:15.305399"], ["updated_at", "2016-10-07 19:21:15.305399"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 850], ["created_at", "2016-10-07 19:21:15.306331"], ["updated_at", "2016-10-07 19:21:15.306331"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 851], ["created_at", "2016-10-07 19:21:15.307343"], ["updated_at", "2016-10-07 19:21:15.307343"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 851], ["created_at", "2016-10-07 19:21:15.308267"], ["updated_at", "2016-10-07 19:21:15.308267"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 851], ["created_at", "2016-10-07 19:21:15.309265"], ["updated_at", "2016-10-07 19:21:15.309265"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 851], ["created_at", "2016-10-07 19:21:15.310278"], ["updated_at", "2016-10-07 19:21:15.310278"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 851], ["created_at", "2016-10-07 19:21:15.311257"], ["updated_at", "2016-10-07 19:21:15.311257"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 851], ["created_at", "2016-10-07 19:21:15.312191"], ["updated_at", "2016-10-07 19:21:15.312191"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 852], ["created_at", "2016-10-07 19:21:15.313217"], ["updated_at", "2016-10-07 19:21:15.313217"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 852], ["created_at", "2016-10-07 19:21:15.314189"], ["updated_at", "2016-10-07 19:21:15.314189"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 852], ["created_at", "2016-10-07 19:21:15.315130"], ["updated_at", "2016-10-07 19:21:15.315130"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 852], ["created_at", "2016-10-07 19:21:15.316013"], ["updated_at", "2016-10-07 19:21:15.316013"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 852], ["created_at", "2016-10-07 19:21:15.316901"], ["updated_at", "2016-10-07 19:21:15.316901"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 853], ["created_at", "2016-10-07 19:21:15.317781"], ["updated_at", "2016-10-07 19:21:15.317781"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 853], ["created_at", "2016-10-07 19:21:15.318699"], ["updated_at", "2016-10-07 19:21:15.318699"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 853], ["created_at", "2016-10-07 19:21:15.319585"], ["updated_at", "2016-10-07 19:21:15.319585"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 853], ["created_at", "2016-10-07 19:21:15.320477"], ["updated_at", "2016-10-07 19:21:15.320477"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 853], ["created_at", "2016-10-07 19:21:15.321340"], ["updated_at", "2016-10-07 19:21:15.321340"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 853], ["created_at", "2016-10-07 19:21:15.322203"], ["updated_at", "2016-10-07 19:21:15.322203"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 854], ["created_at", "2016-10-07 19:21:15.323112"], ["updated_at", "2016-10-07 19:21:15.323112"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 854], ["created_at", "2016-10-07 19:21:15.323997"], ["updated_at", "2016-10-07 19:21:15.323997"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 854], ["created_at", "2016-10-07 19:21:15.324874"], ["updated_at", "2016-10-07 19:21:15.324874"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 854], ["created_at", "2016-10-07 19:21:15.325719"], ["updated_at", "2016-10-07 19:21:15.325719"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 854], ["created_at", "2016-10-07 19:21:15.326605"], ["updated_at", "2016-10-07 19:21:15.326605"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 854], ["created_at", "2016-10-07 19:21:15.327486"], ["updated_at", "2016-10-07 19:21:15.327486"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 855], ["created_at", "2016-10-07 19:21:15.328368"], ["updated_at", "2016-10-07 19:21:15.328368"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 855], ["created_at", "2016-10-07 19:21:15.329298"], ["updated_at", "2016-10-07 19:21:15.329298"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 855], ["created_at", "2016-10-07 19:21:15.330335"], ["updated_at", "2016-10-07 19:21:15.330335"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 855], ["created_at", "2016-10-07 19:21:15.331230"], ["updated_at", "2016-10-07 19:21:15.331230"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 855], ["created_at", "2016-10-07 19:21:15.332107"], ["updated_at", "2016-10-07 19:21:15.332107"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 855], ["created_at", "2016-10-07 19:21:15.332967"], ["updated_at", "2016-10-07 19:21:15.332967"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 856], ["created_at", "2016-10-07 19:21:15.333818"], ["updated_at", "2016-10-07 19:21:15.333818"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 856], ["created_at", "2016-10-07 19:21:15.334709"], ["updated_at", "2016-10-07 19:21:15.334709"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 856], ["created_at", "2016-10-07 19:21:15.335575"], ["updated_at", "2016-10-07 19:21:15.335575"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 856], ["created_at", "2016-10-07 19:21:15.336452"], ["updated_at", "2016-10-07 19:21:15.336452"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 856], ["created_at", "2016-10-07 19:21:15.337294"], ["updated_at", "2016-10-07 19:21:15.337294"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 856], ["created_at", "2016-10-07 19:21:15.338161"], ["updated_at", "2016-10-07 19:21:15.338161"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 857], ["created_at", "2016-10-07 19:21:15.339045"], ["updated_at", "2016-10-07 19:21:15.339045"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 857], ["created_at", "2016-10-07 19:21:15.339929"], ["updated_at", "2016-10-07 19:21:15.339929"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 857], ["created_at", "2016-10-07 19:21:15.340809"], ["updated_at", "2016-10-07 19:21:15.340809"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 857], ["created_at", "2016-10-07 19:21:15.341675"], ["updated_at", "2016-10-07 19:21:15.341675"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 858], ["created_at", "2016-10-07 19:21:15.342534"], ["updated_at", "2016-10-07 19:21:15.342534"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 858], ["created_at", "2016-10-07 19:21:15.343402"], ["updated_at", "2016-10-07 19:21:15.343402"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 858], ["created_at", "2016-10-07 19:21:15.344271"], ["updated_at", "2016-10-07 19:21:15.344271"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 858], ["created_at", "2016-10-07 19:21:15.345130"], ["updated_at", "2016-10-07 19:21:15.345130"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 858], ["created_at", "2016-10-07 19:21:15.346049"], ["updated_at", "2016-10-07 19:21:15.346049"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 858], ["created_at", "2016-10-07 19:21:15.346921"], ["updated_at", "2016-10-07 19:21:15.346921"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 859], ["created_at", "2016-10-07 19:21:15.347732"], ["updated_at", "2016-10-07 19:21:15.347732"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 859], ["created_at", "2016-10-07 19:21:15.348625"], ["updated_at", "2016-10-07 19:21:15.348625"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 859], ["created_at", "2016-10-07 19:21:15.349484"], ["updated_at", "2016-10-07 19:21:15.349484"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 859], ["created_at", "2016-10-07 19:21:15.350461"], ["updated_at", "2016-10-07 19:21:15.350461"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 859], ["created_at", "2016-10-07 19:21:15.351487"], ["updated_at", "2016-10-07 19:21:15.351487"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 859], ["created_at", "2016-10-07 19:21:15.352494"], ["updated_at", "2016-10-07 19:21:15.352494"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 860], ["created_at", "2016-10-07 19:21:15.353564"], ["updated_at", "2016-10-07 19:21:15.353564"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 860], ["created_at", "2016-10-07 19:21:15.354606"], ["updated_at", "2016-10-07 19:21:15.354606"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 860], ["created_at", "2016-10-07 19:21:15.355662"], ["updated_at", "2016-10-07 19:21:15.355662"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 860], ["created_at", "2016-10-07 19:21:15.357345"], ["updated_at", "2016-10-07 19:21:15.357345"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 860], ["created_at", "2016-10-07 19:21:15.358865"], ["updated_at", "2016-10-07 19:21:15.358865"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 860], ["created_at", "2016-10-07 19:21:15.360772"], ["updated_at", "2016-10-07 19:21:15.360772"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 861], ["created_at", "2016-10-07 19:21:15.362328"], ["updated_at", "2016-10-07 19:21:15.362328"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 861], ["created_at", "2016-10-07 19:21:15.363629"], ["updated_at", "2016-10-07 19:21:15.363629"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 861], ["created_at", "2016-10-07 19:21:15.364697"], ["updated_at", "2016-10-07 19:21:15.364697"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 861], ["created_at", "2016-10-07 19:21:15.365667"], ["updated_at", "2016-10-07 19:21:15.365667"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 861], ["created_at", "2016-10-07 19:21:15.366559"], ["updated_at", "2016-10-07 19:21:15.366559"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 861], ["created_at", "2016-10-07 19:21:15.367526"], ["updated_at", "2016-10-07 19:21:15.367526"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 862], ["created_at", "2016-10-07 19:21:15.368437"], ["updated_at", "2016-10-07 19:21:15.368437"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 862], ["created_at", "2016-10-07 19:21:15.369323"], ["updated_at", "2016-10-07 19:21:15.369323"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 862], ["created_at", "2016-10-07 19:21:15.370143"], ["updated_at", "2016-10-07 19:21:15.370143"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 862], ["created_at", "2016-10-07 19:21:15.371031"], ["updated_at", "2016-10-07 19:21:15.371031"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 862], ["created_at", "2016-10-07 19:21:15.371842"], ["updated_at", "2016-10-07 19:21:15.371842"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 862], ["created_at", "2016-10-07 19:21:15.372658"], ["updated_at", "2016-10-07 19:21:15.372658"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 863], ["created_at", "2016-10-07 19:21:15.373495"], ["updated_at", "2016-10-07 19:21:15.373495"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 863], ["created_at", "2016-10-07 19:21:15.374315"], ["updated_at", "2016-10-07 19:21:15.374315"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 863], ["created_at", "2016-10-07 19:21:15.375148"], ["updated_at", "2016-10-07 19:21:15.375148"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 863], ["created_at", "2016-10-07 19:21:15.375927"], ["updated_at", "2016-10-07 19:21:15.375927"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 863], ["created_at", "2016-10-07 19:21:15.376822"], ["updated_at", "2016-10-07 19:21:15.376822"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 863], ["created_at", "2016-10-07 19:21:15.377805"], ["updated_at", "2016-10-07 19:21:15.377805"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 864], ["created_at", "2016-10-07 19:21:15.378981"], ["updated_at", "2016-10-07 19:21:15.378981"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 864], ["created_at", "2016-10-07 19:21:15.381159"], ["updated_at", "2016-10-07 19:21:15.381159"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 864], ["created_at", "2016-10-07 19:21:15.382582"], ["updated_at", "2016-10-07 19:21:15.382582"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 864], ["created_at", "2016-10-07 19:21:15.383743"], ["updated_at", "2016-10-07 19:21:15.383743"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 864], ["created_at", "2016-10-07 19:21:15.384833"], ["updated_at", "2016-10-07 19:21:15.384833"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 864], ["created_at", "2016-10-07 19:21:15.385842"], ["updated_at", "2016-10-07 19:21:15.385842"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 865], ["created_at", "2016-10-07 19:21:15.386955"], ["updated_at", "2016-10-07 19:21:15.386955"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 865], ["created_at", "2016-10-07 19:21:15.387973"], ["updated_at", "2016-10-07 19:21:15.387973"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 865], ["created_at", "2016-10-07 19:21:15.389034"], ["updated_at", "2016-10-07 19:21:15.389034"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 865], ["created_at", "2016-10-07 19:21:15.390100"], ["updated_at", "2016-10-07 19:21:15.390100"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 865], ["created_at", "2016-10-07 19:21:15.391165"], ["updated_at", "2016-10-07 19:21:15.391165"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 865], ["created_at", "2016-10-07 19:21:15.392136"], ["updated_at", "2016-10-07 19:21:15.392136"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 866], ["created_at", "2016-10-07 19:21:15.393137"], ["updated_at", "2016-10-07 19:21:15.393137"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 866], ["created_at", "2016-10-07 19:21:15.394024"], ["updated_at", "2016-10-07 19:21:15.394024"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 866], ["created_at", "2016-10-07 19:21:15.395069"], ["updated_at", "2016-10-07 19:21:15.395069"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 866], ["created_at", "2016-10-07 19:21:15.396133"], ["updated_at", "2016-10-07 19:21:15.396133"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 866], ["created_at", "2016-10-07 19:21:15.397426"], ["updated_at", "2016-10-07 19:21:15.397426"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 866], ["created_at", "2016-10-07 19:21:15.398371"], ["updated_at", "2016-10-07 19:21:15.398371"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 867], ["created_at", "2016-10-07 19:21:15.399375"], ["updated_at", "2016-10-07 19:21:15.399375"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 867], ["created_at", "2016-10-07 19:21:15.400324"], ["updated_at", "2016-10-07 19:21:15.400324"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 867], ["created_at", "2016-10-07 19:21:15.401302"], ["updated_at", "2016-10-07 19:21:15.401302"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 867], ["created_at", "2016-10-07 19:21:15.402284"], ["updated_at", "2016-10-07 19:21:15.402284"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 867], ["created_at", "2016-10-07 19:21:15.403143"], ["updated_at", "2016-10-07 19:21:15.403143"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 867], ["created_at", "2016-10-07 19:21:15.404182"], ["updated_at", "2016-10-07 19:21:15.404182"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 868], ["created_at", "2016-10-07 19:21:15.405166"], ["updated_at", "2016-10-07 19:21:15.405166"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 868], ["created_at", "2016-10-07 19:21:15.406157"], ["updated_at", "2016-10-07 19:21:15.406157"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 868], ["created_at", "2016-10-07 19:21:15.407149"], ["updated_at", "2016-10-07 19:21:15.407149"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 868], ["created_at", "2016-10-07 19:21:15.408176"], ["updated_at", "2016-10-07 19:21:15.408176"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 868], ["created_at", "2016-10-07 19:21:15.409131"], ["updated_at", "2016-10-07 19:21:15.409131"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 868], ["created_at", "2016-10-07 19:21:15.410136"], ["updated_at", "2016-10-07 19:21:15.410136"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 869], ["created_at", "2016-10-07 19:21:15.411140"], ["updated_at", "2016-10-07 19:21:15.411140"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 869], ["created_at", "2016-10-07 19:21:15.412085"], ["updated_at", "2016-10-07 19:21:15.412085"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 869], ["created_at", "2016-10-07 19:21:15.413071"], ["updated_at", "2016-10-07 19:21:15.413071"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 869], ["created_at", "2016-10-07 19:21:15.414026"], ["updated_at", "2016-10-07 19:21:15.414026"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 869], ["created_at", "2016-10-07 19:21:15.414980"], ["updated_at", "2016-10-07 19:21:15.414980"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 869], ["created_at", "2016-10-07 19:21:15.415887"], ["updated_at", "2016-10-07 19:21:15.415887"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 870], ["created_at", "2016-10-07 19:21:15.416805"], ["updated_at", "2016-10-07 19:21:15.416805"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 870], ["created_at", "2016-10-07 19:21:15.417742"], ["updated_at", "2016-10-07 19:21:15.417742"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 870], ["created_at", "2016-10-07 19:21:15.418713"], ["updated_at", "2016-10-07 19:21:15.418713"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 870], ["created_at", "2016-10-07 19:21:15.419664"], ["updated_at", "2016-10-07 19:21:15.419664"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 870], ["created_at", "2016-10-07 19:21:15.420617"], ["updated_at", "2016-10-07 19:21:15.420617"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 870], ["created_at", "2016-10-07 19:21:15.421544"], ["updated_at", "2016-10-07 19:21:15.421544"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 871], ["created_at", "2016-10-07 19:21:15.422512"], ["updated_at", "2016-10-07 19:21:15.422512"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 871], ["created_at", "2016-10-07 19:21:15.423474"], ["updated_at", "2016-10-07 19:21:15.423474"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 871], ["created_at", "2016-10-07 19:21:15.424424"], ["updated_at", "2016-10-07 19:21:15.424424"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 871], ["created_at", "2016-10-07 19:21:15.425326"], ["updated_at", "2016-10-07 19:21:15.425326"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 871], ["created_at", "2016-10-07 19:21:15.426232"], ["updated_at", "2016-10-07 19:21:15.426232"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 871], ["created_at", "2016-10-07 19:21:15.427201"], ["updated_at", "2016-10-07 19:21:15.427201"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 872], ["created_at", "2016-10-07 19:21:15.428100"], ["updated_at", "2016-10-07 19:21:15.428100"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 872], ["created_at", "2016-10-07 19:21:15.429010"], ["updated_at", "2016-10-07 19:21:15.429010"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 872], ["created_at", "2016-10-07 19:21:15.429973"], ["updated_at", "2016-10-07 19:21:15.429973"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 872], ["created_at", "2016-10-07 19:21:15.430935"], ["updated_at", "2016-10-07 19:21:15.430935"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 872], ["created_at", "2016-10-07 19:21:15.431846"], ["updated_at", "2016-10-07 19:21:15.431846"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 872], ["created_at", "2016-10-07 19:21:15.432769"], ["updated_at", "2016-10-07 19:21:15.432769"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 873], ["created_at", "2016-10-07 19:21:15.433660"], ["updated_at", "2016-10-07 19:21:15.433660"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 873], ["created_at", "2016-10-07 19:21:15.434599"], ["updated_at", "2016-10-07 19:21:15.434599"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 873], ["created_at", "2016-10-07 19:21:15.435483"], ["updated_at", "2016-10-07 19:21:15.435483"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 873], ["created_at", "2016-10-07 19:21:15.436392"], ["updated_at", "2016-10-07 19:21:15.436392"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 873], ["created_at", "2016-10-07 19:21:15.437276"], ["updated_at", "2016-10-07 19:21:15.437276"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 873], ["created_at", "2016-10-07 19:21:15.438180"], ["updated_at", "2016-10-07 19:21:15.438180"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 874], ["created_at", "2016-10-07 19:21:15.439073"], ["updated_at", "2016-10-07 19:21:15.439073"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 874], ["created_at", "2016-10-07 19:21:15.440001"], ["updated_at", "2016-10-07 19:21:15.440001"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 874], ["created_at", "2016-10-07 19:21:15.440858"], ["updated_at", "2016-10-07 19:21:15.440858"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 874], ["created_at", "2016-10-07 19:21:15.441768"], ["updated_at", "2016-10-07 19:21:15.441768"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 874], ["created_at", "2016-10-07 19:21:15.442669"], ["updated_at", "2016-10-07 19:21:15.442669"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 874], ["created_at", "2016-10-07 19:21:15.443691"], ["updated_at", "2016-10-07 19:21:15.443691"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 875], ["created_at", "2016-10-07 19:21:15.444639"], ["updated_at", "2016-10-07 19:21:15.444639"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 875], ["created_at", "2016-10-07 19:21:15.445576"], ["updated_at", "2016-10-07 19:21:15.445576"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 875], ["created_at", "2016-10-07 19:21:15.446545"], ["updated_at", "2016-10-07 19:21:15.446545"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 875], ["created_at", "2016-10-07 19:21:15.447486"], ["updated_at", "2016-10-07 19:21:15.447486"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 875], ["created_at", "2016-10-07 19:21:15.448376"], ["updated_at", "2016-10-07 19:21:15.448376"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 875], ["created_at", "2016-10-07 19:21:15.449218"], ["updated_at", "2016-10-07 19:21:15.449218"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 876], ["created_at", "2016-10-07 19:21:15.450096"], ["updated_at", "2016-10-07 19:21:15.450096"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 876], ["created_at", "2016-10-07 19:21:15.450973"], ["updated_at", "2016-10-07 19:21:15.450973"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 876], ["created_at", "2016-10-07 19:21:15.451853"], ["updated_at", "2016-10-07 19:21:15.451853"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 876], ["created_at", "2016-10-07 19:21:15.452719"], ["updated_at", "2016-10-07 19:21:15.452719"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 876], ["created_at", "2016-10-07 19:21:15.453605"], ["updated_at", "2016-10-07 19:21:15.453605"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 876], ["created_at", "2016-10-07 19:21:15.454550"], ["updated_at", "2016-10-07 19:21:15.454550"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 877], ["created_at", "2016-10-07 19:21:15.455490"], ["updated_at", "2016-10-07 19:21:15.455490"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 877], ["created_at", "2016-10-07 19:21:15.456417"], ["updated_at", "2016-10-07 19:21:15.456417"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 877], ["created_at", "2016-10-07 19:21:15.457319"], ["updated_at", "2016-10-07 19:21:15.457319"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 877], ["created_at", "2016-10-07 19:21:15.458199"], ["updated_at", "2016-10-07 19:21:15.458199"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 877], ["created_at", "2016-10-07 19:21:15.459088"], ["updated_at", "2016-10-07 19:21:15.459088"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 878], ["created_at", "2016-10-07 19:21:15.460077"], ["updated_at", "2016-10-07 19:21:15.460077"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 878], ["created_at", "2016-10-07 19:21:15.461021"], ["updated_at", "2016-10-07 19:21:15.461021"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 878], ["created_at", "2016-10-07 19:21:15.461945"], ["updated_at", "2016-10-07 19:21:15.461945"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 878], ["created_at", "2016-10-07 19:21:15.462880"], ["updated_at", "2016-10-07 19:21:15.462880"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 878], ["created_at", "2016-10-07 19:21:15.463871"], ["updated_at", "2016-10-07 19:21:15.463871"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 879], ["created_at", "2016-10-07 19:21:15.464802"], ["updated_at", "2016-10-07 19:21:15.464802"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 879], ["created_at", "2016-10-07 19:21:15.465724"], ["updated_at", "2016-10-07 19:21:15.465724"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 879], ["created_at", "2016-10-07 19:21:15.466650"], ["updated_at", "2016-10-07 19:21:15.466650"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 879], ["created_at", "2016-10-07 19:21:15.467588"], ["updated_at", "2016-10-07 19:21:15.467588"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 879], ["created_at", "2016-10-07 19:21:15.468493"], ["updated_at", "2016-10-07 19:21:15.468493"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 879], ["created_at", "2016-10-07 19:21:15.469417"], ["updated_at", "2016-10-07 19:21:15.469417"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 880], ["created_at", "2016-10-07 19:21:15.470336"], ["updated_at", "2016-10-07 19:21:15.470336"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 880], ["created_at", "2016-10-07 19:21:15.471276"], ["updated_at", "2016-10-07 19:21:15.471276"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 880], ["created_at", "2016-10-07 19:21:15.472190"], ["updated_at", "2016-10-07 19:21:15.472190"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 880], ["created_at", "2016-10-07 19:21:15.473111"], ["updated_at", "2016-10-07 19:21:15.473111"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 880], ["created_at", "2016-10-07 19:21:15.474143"], ["updated_at", "2016-10-07 19:21:15.474143"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 880], ["created_at", "2016-10-07 19:21:15.475251"], ["updated_at", "2016-10-07 19:21:15.475251"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 881], ["created_at", "2016-10-07 19:21:15.476368"], ["updated_at", "2016-10-07 19:21:15.476368"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 881], ["created_at", "2016-10-07 19:21:15.477317"], ["updated_at", "2016-10-07 19:21:15.477317"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 881], ["created_at", "2016-10-07 19:21:15.478929"], ["updated_at", "2016-10-07 19:21:15.478929"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 881], ["created_at", "2016-10-07 19:21:15.480831"], ["updated_at", "2016-10-07 19:21:15.480831"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 881], ["created_at", "2016-10-07 19:21:15.482479"], ["updated_at", "2016-10-07 19:21:15.482479"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 881], ["created_at", "2016-10-07 19:21:15.484109"], ["updated_at", "2016-10-07 19:21:15.484109"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 882], ["created_at", "2016-10-07 19:21:15.485529"], ["updated_at", "2016-10-07 19:21:15.485529"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 882], ["created_at", "2016-10-07 19:21:15.486557"], ["updated_at", "2016-10-07 19:21:15.486557"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 882], ["created_at", "2016-10-07 19:21:15.487570"], ["updated_at", "2016-10-07 19:21:15.487570"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 882], ["created_at", "2016-10-07 19:21:15.488515"], ["updated_at", "2016-10-07 19:21:15.488515"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 882], ["created_at", "2016-10-07 19:21:15.489488"], ["updated_at", "2016-10-07 19:21:15.489488"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 883], ["created_at", "2016-10-07 19:21:15.490526"], ["updated_at", "2016-10-07 19:21:15.490526"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 883], ["created_at", "2016-10-07 19:21:15.491524"], ["updated_at", "2016-10-07 19:21:15.491524"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 883], ["created_at", "2016-10-07 19:21:15.492533"], ["updated_at", "2016-10-07 19:21:15.492533"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 883], ["created_at", "2016-10-07 19:21:15.493545"], ["updated_at", "2016-10-07 19:21:15.493545"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 883], ["created_at", "2016-10-07 19:21:15.494629"], ["updated_at", "2016-10-07 19:21:15.494629"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 883], ["created_at", "2016-10-07 19:21:15.495593"], ["updated_at", "2016-10-07 19:21:15.495593"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 884], ["created_at", "2016-10-07 19:21:15.496712"], ["updated_at", "2016-10-07 19:21:15.496712"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 884], ["created_at", "2016-10-07 19:21:15.497678"], ["updated_at", "2016-10-07 19:21:15.497678"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 884], ["created_at", "2016-10-07 19:21:15.498634"], ["updated_at", "2016-10-07 19:21:15.498634"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 884], ["created_at", "2016-10-07 19:21:15.499483"], ["updated_at", "2016-10-07 19:21:15.499483"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 884], ["created_at", "2016-10-07 19:21:15.500343"], ["updated_at", "2016-10-07 19:21:15.500343"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 884], ["created_at", "2016-10-07 19:21:15.501170"], ["updated_at", "2016-10-07 19:21:15.501170"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 885], ["created_at", "2016-10-07 19:21:15.502016"], ["updated_at", "2016-10-07 19:21:15.502016"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 885], ["created_at", "2016-10-07 19:21:15.502862"], ["updated_at", "2016-10-07 19:21:15.502862"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 885], ["created_at", "2016-10-07 19:21:15.503686"], ["updated_at", "2016-10-07 19:21:15.503686"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 885], ["created_at", "2016-10-07 19:21:15.504453"], ["updated_at", "2016-10-07 19:21:15.504453"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 885], ["created_at", "2016-10-07 19:21:15.505226"], ["updated_at", "2016-10-07 19:21:15.505226"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 885], ["created_at", "2016-10-07 19:21:15.506007"], ["updated_at", "2016-10-07 19:21:15.506007"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 886], ["created_at", "2016-10-07 19:21:15.506786"], ["updated_at", "2016-10-07 19:21:15.506786"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 886], ["created_at", "2016-10-07 19:21:15.507580"], ["updated_at", "2016-10-07 19:21:15.507580"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 886], ["created_at", "2016-10-07 19:21:15.508445"], ["updated_at", "2016-10-07 19:21:15.508445"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 886], ["created_at", "2016-10-07 19:21:15.509237"], ["updated_at", "2016-10-07 19:21:15.509237"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 886], ["created_at", "2016-10-07 19:21:15.510024"], ["updated_at", "2016-10-07 19:21:15.510024"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 886], ["created_at", "2016-10-07 19:21:15.510822"], ["updated_at", "2016-10-07 19:21:15.510822"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 887], ["created_at", "2016-10-07 19:21:15.511592"], ["updated_at", "2016-10-07 19:21:15.511592"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 887], ["created_at", "2016-10-07 19:21:15.512390"], ["updated_at", "2016-10-07 19:21:15.512390"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 887], ["created_at", "2016-10-07 19:21:15.513193"], ["updated_at", "2016-10-07 19:21:15.513193"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 887], ["created_at", "2016-10-07 19:21:15.514012"], ["updated_at", "2016-10-07 19:21:15.514012"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 887], ["created_at", "2016-10-07 19:21:15.514786"], ["updated_at", "2016-10-07 19:21:15.514786"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 887], ["created_at", "2016-10-07 19:21:15.515616"], ["updated_at", "2016-10-07 19:21:15.515616"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 888], ["created_at", "2016-10-07 19:21:15.516424"], ["updated_at", "2016-10-07 19:21:15.516424"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 888], ["created_at", "2016-10-07 19:21:15.517199"], ["updated_at", "2016-10-07 19:21:15.517199"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 888], ["created_at", "2016-10-07 19:21:15.517973"], ["updated_at", "2016-10-07 19:21:15.517973"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 888], ["created_at", "2016-10-07 19:21:15.518750"], ["updated_at", "2016-10-07 19:21:15.518750"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 888], ["created_at", "2016-10-07 19:21:15.519533"], ["updated_at", "2016-10-07 19:21:15.519533"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 888], ["created_at", "2016-10-07 19:21:15.520313"], ["updated_at", "2016-10-07 19:21:15.520313"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 889], ["created_at", "2016-10-07 19:21:15.521094"], ["updated_at", "2016-10-07 19:21:15.521094"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 889], ["created_at", "2016-10-07 19:21:15.521874"], ["updated_at", "2016-10-07 19:21:15.521874"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 889], ["created_at", "2016-10-07 19:21:15.522700"], ["updated_at", "2016-10-07 19:21:15.522700"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 889], ["created_at", "2016-10-07 19:21:15.523508"], ["updated_at", "2016-10-07 19:21:15.523508"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 889], ["created_at", "2016-10-07 19:21:15.524307"], ["updated_at", "2016-10-07 19:21:15.524307"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 889], ["created_at", "2016-10-07 19:21:15.525219"], ["updated_at", "2016-10-07 19:21:15.525219"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 890], ["created_at", "2016-10-07 19:21:15.526000"], ["updated_at", "2016-10-07 19:21:15.526000"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 890], ["created_at", "2016-10-07 19:21:15.526855"], ["updated_at", "2016-10-07 19:21:15.526855"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 890], ["created_at", "2016-10-07 19:21:15.527788"], ["updated_at", "2016-10-07 19:21:15.527788"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 890], ["created_at", "2016-10-07 19:21:15.528945"], ["updated_at", "2016-10-07 19:21:15.528945"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 890], ["created_at", "2016-10-07 19:21:15.530703"], ["updated_at", "2016-10-07 19:21:15.530703"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 891], ["created_at", "2016-10-07 19:21:15.533218"], ["updated_at", "2016-10-07 19:21:15.533218"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 891], ["created_at", "2016-10-07 19:21:15.534875"], ["updated_at", "2016-10-07 19:21:15.534875"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 891], ["created_at", "2016-10-07 19:21:15.536105"], ["updated_at", "2016-10-07 19:21:15.536105"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 891], ["created_at", "2016-10-07 19:21:15.537436"], ["updated_at", "2016-10-07 19:21:15.537436"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 891], ["created_at", "2016-10-07 19:21:15.539858"], ["updated_at", "2016-10-07 19:21:15.539858"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 891], ["created_at", "2016-10-07 19:21:15.541551"], ["updated_at", "2016-10-07 19:21:15.541551"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 892], ["created_at", "2016-10-07 19:21:15.542653"], ["updated_at", "2016-10-07 19:21:15.542653"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 892], ["created_at", "2016-10-07 19:21:15.543659"], ["updated_at", "2016-10-07 19:21:15.543659"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 892], ["created_at", "2016-10-07 19:21:15.544661"], ["updated_at", "2016-10-07 19:21:15.544661"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 892], ["created_at", "2016-10-07 19:21:15.545590"], ["updated_at", "2016-10-07 19:21:15.545590"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 892], ["created_at", "2016-10-07 19:21:15.546620"], ["updated_at", "2016-10-07 19:21:15.546620"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 892], ["created_at", "2016-10-07 19:21:15.547557"], ["updated_at", "2016-10-07 19:21:15.547557"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 893], ["created_at", "2016-10-07 19:21:15.548553"], ["updated_at", "2016-10-07 19:21:15.548553"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 893], ["created_at", "2016-10-07 19:21:15.550990"], ["updated_at", "2016-10-07 19:21:15.550990"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 893], ["created_at", "2016-10-07 19:21:15.552406"], ["updated_at", "2016-10-07 19:21:15.552406"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 893], ["created_at", "2016-10-07 19:21:15.553393"], ["updated_at", "2016-10-07 19:21:15.553393"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 893], ["created_at", "2016-10-07 19:21:15.554364"], ["updated_at", "2016-10-07 19:21:15.554364"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 893], ["created_at", "2016-10-07 19:21:15.555307"], ["updated_at", "2016-10-07 19:21:15.555307"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 894], ["created_at", "2016-10-07 19:21:15.556223"], ["updated_at", "2016-10-07 19:21:15.556223"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 894], ["created_at", "2016-10-07 19:21:15.557219"], ["updated_at", "2016-10-07 19:21:15.557219"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 894], ["created_at", "2016-10-07 19:21:15.558108"], ["updated_at", "2016-10-07 19:21:15.558108"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 894], ["created_at", "2016-10-07 19:21:15.559028"], ["updated_at", "2016-10-07 19:21:15.559028"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 894], ["created_at", "2016-10-07 19:21:15.559942"], ["updated_at", "2016-10-07 19:21:15.559942"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 894], ["created_at", "2016-10-07 19:21:15.560801"], ["updated_at", "2016-10-07 19:21:15.560801"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 895], ["created_at", "2016-10-07 19:21:15.561592"], ["updated_at", "2016-10-07 19:21:15.561592"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 895], ["created_at", "2016-10-07 19:21:15.562480"], ["updated_at", "2016-10-07 19:21:15.562480"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 895], ["created_at", "2016-10-07 19:21:15.563501"], ["updated_at", "2016-10-07 19:21:15.563501"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 895], ["created_at", "2016-10-07 19:21:15.564390"], ["updated_at", "2016-10-07 19:21:15.564390"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 895], ["created_at", "2016-10-07 19:21:15.565212"], ["updated_at", "2016-10-07 19:21:15.565212"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 895], ["created_at", "2016-10-07 19:21:15.566034"], ["updated_at", "2016-10-07 19:21:15.566034"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 896], ["created_at", "2016-10-07 19:21:15.566844"], ["updated_at", "2016-10-07 19:21:15.566844"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 896], ["created_at", "2016-10-07 19:21:15.567630"], ["updated_at", "2016-10-07 19:21:15.567630"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 896], ["created_at", "2016-10-07 19:21:15.568434"], ["updated_at", "2016-10-07 19:21:15.568434"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 896], ["created_at", "2016-10-07 19:21:15.569227"], ["updated_at", "2016-10-07 19:21:15.569227"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 896], ["created_at", "2016-10-07 19:21:15.570017"], ["updated_at", "2016-10-07 19:21:15.570017"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 897], ["created_at", "2016-10-07 19:21:15.570817"], ["updated_at", "2016-10-07 19:21:15.570817"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 897], ["created_at", "2016-10-07 19:21:15.571624"], ["updated_at", "2016-10-07 19:21:15.571624"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 897], ["created_at", "2016-10-07 19:21:15.572424"], ["updated_at", "2016-10-07 19:21:15.572424"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 897], ["created_at", "2016-10-07 19:21:15.573351"], ["updated_at", "2016-10-07 19:21:15.573351"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 897], ["created_at", "2016-10-07 19:21:15.574159"], ["updated_at", "2016-10-07 19:21:15.574159"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 897], ["created_at", "2016-10-07 19:21:15.575034"], ["updated_at", "2016-10-07 19:21:15.575034"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 898], ["created_at", "2016-10-07 19:21:15.575810"], ["updated_at", "2016-10-07 19:21:15.575810"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 898], ["created_at", "2016-10-07 19:21:15.576611"], ["updated_at", "2016-10-07 19:21:15.576611"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 898], ["created_at", "2016-10-07 19:21:15.577393"], ["updated_at", "2016-10-07 19:21:15.577393"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 898], ["created_at", "2016-10-07 19:21:15.578174"], ["updated_at", "2016-10-07 19:21:15.578174"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 898], ["created_at", "2016-10-07 19:21:15.579001"], ["updated_at", "2016-10-07 19:21:15.579001"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 898], ["created_at", "2016-10-07 19:21:15.579787"], ["updated_at", "2016-10-07 19:21:15.579787"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 899], ["created_at", "2016-10-07 19:21:15.580580"], ["updated_at", "2016-10-07 19:21:15.580580"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 899], ["created_at", "2016-10-07 19:21:15.581365"], ["updated_at", "2016-10-07 19:21:15.581365"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 899], ["created_at", "2016-10-07 19:21:15.582212"], ["updated_at", "2016-10-07 19:21:15.582212"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 899], ["created_at", "2016-10-07 19:21:15.582994"], ["updated_at", "2016-10-07 19:21:15.582994"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 899], ["created_at", "2016-10-07 19:21:15.583775"], ["updated_at", "2016-10-07 19:21:15.583775"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 899], ["created_at", "2016-10-07 19:21:15.584537"], ["updated_at", "2016-10-07 19:21:15.584537"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 900], ["created_at", "2016-10-07 19:21:15.585340"], ["updated_at", "2016-10-07 19:21:15.585340"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 900], ["created_at", "2016-10-07 19:21:15.586109"], ["updated_at", "2016-10-07 19:21:15.586109"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 900], ["created_at", "2016-10-07 19:21:15.586911"], ["updated_at", "2016-10-07 19:21:15.586911"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 900], ["created_at", "2016-10-07 19:21:15.587714"], ["updated_at", "2016-10-07 19:21:15.587714"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 900], ["created_at", "2016-10-07 19:21:15.588598"], ["updated_at", "2016-10-07 19:21:15.588598"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 901], ["created_at", "2016-10-07 19:21:15.589492"], ["updated_at", "2016-10-07 19:21:15.589492"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 901], ["created_at", "2016-10-07 19:21:15.590419"], ["updated_at", "2016-10-07 19:21:15.590419"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 901], ["created_at", "2016-10-07 19:21:15.591302"], ["updated_at", "2016-10-07 19:21:15.591302"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 901], ["created_at", "2016-10-07 19:21:15.592208"], ["updated_at", "2016-10-07 19:21:15.592208"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 901], ["created_at", "2016-10-07 19:21:15.593098"], ["updated_at", "2016-10-07 19:21:15.593098"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 902], ["created_at", "2016-10-07 19:21:15.593973"], ["updated_at", "2016-10-07 19:21:15.593973"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 902], ["created_at", "2016-10-07 19:21:15.594788"], ["updated_at", "2016-10-07 19:21:15.594788"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 902], ["created_at", "2016-10-07 19:21:15.595574"], ["updated_at", "2016-10-07 19:21:15.595574"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 902], ["created_at", "2016-10-07 19:21:15.596384"], ["updated_at", "2016-10-07 19:21:15.596384"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 902], ["created_at", "2016-10-07 19:21:15.597164"], ["updated_at", "2016-10-07 19:21:15.597164"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 903], ["created_at", "2016-10-07 19:21:15.597996"], ["updated_at", "2016-10-07 19:21:15.597996"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 903], ["created_at", "2016-10-07 19:21:15.598783"], ["updated_at", "2016-10-07 19:21:15.598783"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 903], ["created_at", "2016-10-07 19:21:15.599576"], ["updated_at", "2016-10-07 19:21:15.599576"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 903], ["created_at", "2016-10-07 19:21:15.600367"], ["updated_at", "2016-10-07 19:21:15.600367"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 903], ["created_at", "2016-10-07 19:21:15.601154"], ["updated_at", "2016-10-07 19:21:15.601154"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 903], ["created_at", "2016-10-07 19:21:15.601919"], ["updated_at", "2016-10-07 19:21:15.601919"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 904], ["created_at", "2016-10-07 19:21:15.602731"], ["updated_at", "2016-10-07 19:21:15.602731"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 904], ["created_at", "2016-10-07 19:21:15.603493"], ["updated_at", "2016-10-07 19:21:15.603493"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 904], ["created_at", "2016-10-07 19:21:15.604283"], ["updated_at", "2016-10-07 19:21:15.604283"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 904], ["created_at", "2016-10-07 19:21:15.605060"], ["updated_at", "2016-10-07 19:21:15.605060"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 904], ["created_at", "2016-10-07 19:21:15.605937"], ["updated_at", "2016-10-07 19:21:15.605937"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 905], ["created_at", "2016-10-07 19:21:15.606780"], ["updated_at", "2016-10-07 19:21:15.606780"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 905], ["created_at", "2016-10-07 19:21:15.607592"], ["updated_at", "2016-10-07 19:21:15.607592"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 905], ["created_at", "2016-10-07 19:21:15.608390"], ["updated_at", "2016-10-07 19:21:15.608390"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 905], ["created_at", "2016-10-07 19:21:15.609157"], ["updated_at", "2016-10-07 19:21:15.609157"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 905], ["created_at", "2016-10-07 19:21:15.609943"], ["updated_at", "2016-10-07 19:21:15.609943"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 906], ["created_at", "2016-10-07 19:21:15.610734"], ["updated_at", "2016-10-07 19:21:15.610734"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 906], ["created_at", "2016-10-07 19:21:15.611519"], ["updated_at", "2016-10-07 19:21:15.611519"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 906], ["created_at", "2016-10-07 19:21:15.612292"], ["updated_at", "2016-10-07 19:21:15.612292"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 906], ["created_at", "2016-10-07 19:21:15.613096"], ["updated_at", "2016-10-07 19:21:15.613096"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 906], ["created_at", "2016-10-07 19:21:15.613879"], ["updated_at", "2016-10-07 19:21:15.613879"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 907], ["created_at", "2016-10-07 19:21:15.614678"], ["updated_at", "2016-10-07 19:21:15.614678"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 907], ["created_at", "2016-10-07 19:21:15.615439"], ["updated_at", "2016-10-07 19:21:15.615439"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 907], ["created_at", "2016-10-07 19:21:15.616228"], ["updated_at", "2016-10-07 19:21:15.616228"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 907], ["created_at", "2016-10-07 19:21:15.617056"], ["updated_at", "2016-10-07 19:21:15.617056"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 907], ["created_at", "2016-10-07 19:21:15.617848"], ["updated_at", "2016-10-07 19:21:15.617848"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 908], ["created_at", "2016-10-07 19:21:15.618631"], ["updated_at", "2016-10-07 19:21:15.618631"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 908], ["created_at", "2016-10-07 19:21:15.619432"], ["updated_at", "2016-10-07 19:21:15.619432"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 908], ["created_at", "2016-10-07 19:21:15.620193"], ["updated_at", "2016-10-07 19:21:15.620193"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 908], ["created_at", "2016-10-07 19:21:15.620957"], ["updated_at", "2016-10-07 19:21:15.620957"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 908], ["created_at", "2016-10-07 19:21:15.621740"], ["updated_at", "2016-10-07 19:21:15.621740"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 908], ["created_at", "2016-10-07 19:21:15.622655"], ["updated_at", "2016-10-07 19:21:15.622655"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 909], ["created_at", "2016-10-07 19:21:15.623493"], ["updated_at", "2016-10-07 19:21:15.623493"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 909], ["created_at", "2016-10-07 19:21:15.624276"], ["updated_at", "2016-10-07 19:21:15.624276"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 909], ["created_at", "2016-10-07 19:21:15.625074"], ["updated_at", "2016-10-07 19:21:15.625074"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 909], ["created_at", "2016-10-07 19:21:15.625855"], ["updated_at", "2016-10-07 19:21:15.625855"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 909], ["created_at", "2016-10-07 19:21:15.626668"], ["updated_at", "2016-10-07 19:21:15.626668"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 910], ["created_at", "2016-10-07 19:21:15.627434"], ["updated_at", "2016-10-07 19:21:15.627434"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 910], ["created_at", "2016-10-07 19:21:15.628221"], ["updated_at", "2016-10-07 19:21:15.628221"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 910], ["created_at", "2016-10-07 19:21:15.629003"], ["updated_at", "2016-10-07 19:21:15.629003"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 910], ["created_at", "2016-10-07 19:21:15.629794"], ["updated_at", "2016-10-07 19:21:15.629794"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 910], ["created_at", "2016-10-07 19:21:15.630599"], ["updated_at", "2016-10-07 19:21:15.630599"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 910], ["created_at", "2016-10-07 19:21:15.631415"], ["updated_at", "2016-10-07 19:21:15.631415"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 911], ["created_at", "2016-10-07 19:21:15.632197"], ["updated_at", "2016-10-07 19:21:15.632197"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 911], ["created_at", "2016-10-07 19:21:15.632982"], ["updated_at", "2016-10-07 19:21:15.632982"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 911], ["created_at", "2016-10-07 19:21:15.633741"], ["updated_at", "2016-10-07 19:21:15.633741"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 911], ["created_at", "2016-10-07 19:21:15.634540"], ["updated_at", "2016-10-07 19:21:15.634540"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 911], ["created_at", "2016-10-07 19:21:15.635316"], ["updated_at", "2016-10-07 19:21:15.635316"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 911], ["created_at", "2016-10-07 19:21:15.636108"], ["updated_at", "2016-10-07 19:21:15.636108"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 912], ["created_at", "2016-10-07 19:21:15.636906"], ["updated_at", "2016-10-07 19:21:15.636906"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 912], ["created_at", "2016-10-07 19:21:15.637673"], ["updated_at", "2016-10-07 19:21:15.637673"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 912], ["created_at", "2016-10-07 19:21:15.638587"], ["updated_at", "2016-10-07 19:21:15.638587"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 912], ["created_at", "2016-10-07 19:21:15.639376"], ["updated_at", "2016-10-07 19:21:15.639376"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 912], ["created_at", "2016-10-07 19:21:15.640188"], ["updated_at", "2016-10-07 19:21:15.640188"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 912], ["created_at", "2016-10-07 19:21:15.640954"], ["updated_at", "2016-10-07 19:21:15.640954"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 913], ["created_at", "2016-10-07 19:21:15.641744"], ["updated_at", "2016-10-07 19:21:15.641744"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 913], ["created_at", "2016-10-07 19:21:15.642528"], ["updated_at", "2016-10-07 19:21:15.642528"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 913], ["created_at", "2016-10-07 19:21:15.643330"], ["updated_at", "2016-10-07 19:21:15.643330"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 913], ["created_at", "2016-10-07 19:21:15.644222"], ["updated_at", "2016-10-07 19:21:15.644222"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 913], ["created_at", "2016-10-07 19:21:15.645029"], ["updated_at", "2016-10-07 19:21:15.645029"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 913], ["created_at", "2016-10-07 19:21:15.645855"], ["updated_at", "2016-10-07 19:21:15.645855"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 914], ["created_at", "2016-10-07 19:21:15.646814"], ["updated_at", "2016-10-07 19:21:15.646814"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 914], ["created_at", "2016-10-07 19:21:15.648066"], ["updated_at", "2016-10-07 19:21:15.648066"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 914], ["created_at", "2016-10-07 19:21:15.649350"], ["updated_at", "2016-10-07 19:21:15.649350"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 914], ["created_at", "2016-10-07 19:21:15.650521"], ["updated_at", "2016-10-07 19:21:15.650521"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 914], ["created_at", "2016-10-07 19:21:15.651894"], ["updated_at", "2016-10-07 19:21:15.651894"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 914], ["created_at", "2016-10-07 19:21:15.654475"], ["updated_at", "2016-10-07 19:21:15.654475"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 915], ["created_at", "2016-10-07 19:21:15.655854"], ["updated_at", "2016-10-07 19:21:15.655854"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 915], ["created_at", "2016-10-07 19:21:15.658680"], ["updated_at", "2016-10-07 19:21:15.658680"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 915], ["created_at", "2016-10-07 19:21:15.659854"], ["updated_at", "2016-10-07 19:21:15.659854"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 915], ["created_at", "2016-10-07 19:21:15.660963"], ["updated_at", "2016-10-07 19:21:15.660963"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 915], ["created_at", "2016-10-07 19:21:15.661907"], ["updated_at", "2016-10-07 19:21:15.661907"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 915], ["created_at", "2016-10-07 19:21:15.662945"], ["updated_at", "2016-10-07 19:21:15.662945"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 916], ["created_at", "2016-10-07 19:21:15.663873"], ["updated_at", "2016-10-07 19:21:15.663873"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 916], ["created_at", "2016-10-07 19:21:15.664790"], ["updated_at", "2016-10-07 19:21:15.664790"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 916], ["created_at", "2016-10-07 19:21:15.665631"], ["updated_at", "2016-10-07 19:21:15.665631"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 916], ["created_at", "2016-10-07 19:21:15.666628"], ["updated_at", "2016-10-07 19:21:15.666628"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 916], ["created_at", "2016-10-07 19:21:15.667507"], ["updated_at", "2016-10-07 19:21:15.667507"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 916], ["created_at", "2016-10-07 19:21:15.668343"], ["updated_at", "2016-10-07 19:21:15.668343"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 917], ["created_at", "2016-10-07 19:21:15.669173"], ["updated_at", "2016-10-07 19:21:15.669173"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 917], ["created_at", "2016-10-07 19:21:15.670008"], ["updated_at", "2016-10-07 19:21:15.670008"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 917], ["created_at", "2016-10-07 19:21:15.670966"], ["updated_at", "2016-10-07 19:21:15.670966"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 917], ["created_at", "2016-10-07 19:21:15.671814"], ["updated_at", "2016-10-07 19:21:15.671814"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 917], ["created_at", "2016-10-07 19:21:15.672626"], ["updated_at", "2016-10-07 19:21:15.672626"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 918], ["created_at", "2016-10-07 19:21:15.673488"], ["updated_at", "2016-10-07 19:21:15.673488"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 918], ["created_at", "2016-10-07 19:21:15.674297"], ["updated_at", "2016-10-07 19:21:15.674297"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 918], ["created_at", "2016-10-07 19:21:15.675195"], ["updated_at", "2016-10-07 19:21:15.675195"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 918], ["created_at", "2016-10-07 19:21:15.676018"], ["updated_at", "2016-10-07 19:21:15.676018"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 918], ["created_at", "2016-10-07 19:21:15.676825"], ["updated_at", "2016-10-07 19:21:15.676825"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 918], ["created_at", "2016-10-07 19:21:15.677631"], ["updated_at", "2016-10-07 19:21:15.677631"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 919], ["created_at", "2016-10-07 19:21:15.678437"], ["updated_at", "2016-10-07 19:21:15.678437"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 919], ["created_at", "2016-10-07 19:21:15.679277"], ["updated_at", "2016-10-07 19:21:15.679277"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 919], ["created_at", "2016-10-07 19:21:15.680377"], ["updated_at", "2016-10-07 19:21:15.680377"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 919], ["created_at", "2016-10-07 19:21:15.681451"], ["updated_at", "2016-10-07 19:21:15.681451"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 919], ["created_at", "2016-10-07 19:21:15.682302"], ["updated_at", "2016-10-07 19:21:15.682302"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 920], ["created_at", "2016-10-07 19:21:15.683168"], ["updated_at", "2016-10-07 19:21:15.683168"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 920], ["created_at", "2016-10-07 19:21:15.683980"], ["updated_at", "2016-10-07 19:21:15.683980"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 920], ["created_at", "2016-10-07 19:21:15.684793"], ["updated_at", "2016-10-07 19:21:15.684793"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 920], ["created_at", "2016-10-07 19:21:15.685601"], ["updated_at", "2016-10-07 19:21:15.685601"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 920], ["created_at", "2016-10-07 19:21:15.686388"], ["updated_at", "2016-10-07 19:21:15.686388"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 921], ["created_at", "2016-10-07 19:21:15.687325"], ["updated_at", "2016-10-07 19:21:15.687325"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 921], ["created_at", "2016-10-07 19:21:15.688160"], ["updated_at", "2016-10-07 19:21:15.688160"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 921], ["created_at", "2016-10-07 19:21:15.688994"], ["updated_at", "2016-10-07 19:21:15.688994"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 921], ["created_at", "2016-10-07 19:21:15.689820"], ["updated_at", "2016-10-07 19:21:15.689820"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 921], ["created_at", "2016-10-07 19:21:15.690681"], ["updated_at", "2016-10-07 19:21:15.690681"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 921], ["created_at", "2016-10-07 19:21:15.691499"], ["updated_at", "2016-10-07 19:21:15.691499"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 922], ["created_at", "2016-10-07 19:21:15.692291"], ["updated_at", "2016-10-07 19:21:15.692291"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 922], ["created_at", "2016-10-07 19:21:15.693113"], ["updated_at", "2016-10-07 19:21:15.693113"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 922], ["created_at", "2016-10-07 19:21:15.693953"], ["updated_at", "2016-10-07 19:21:15.693953"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 922], ["created_at", "2016-10-07 19:21:15.694804"], ["updated_at", "2016-10-07 19:21:15.694804"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 922], ["created_at", "2016-10-07 19:21:15.695608"], ["updated_at", "2016-10-07 19:21:15.695608"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 922], ["created_at", "2016-10-07 19:21:15.696459"], ["updated_at", "2016-10-07 19:21:15.696459"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 923], ["created_at", "2016-10-07 19:21:15.697374"], ["updated_at", "2016-10-07 19:21:15.697374"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 923], ["created_at", "2016-10-07 19:21:15.698300"], ["updated_at", "2016-10-07 19:21:15.698300"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 923], ["created_at", "2016-10-07 19:21:15.699178"], ["updated_at", "2016-10-07 19:21:15.699178"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 923], ["created_at", "2016-10-07 19:21:15.699984"], ["updated_at", "2016-10-07 19:21:15.699984"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 923], ["created_at", "2016-10-07 19:21:15.700839"], ["updated_at", "2016-10-07 19:21:15.700839"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 923], ["created_at", "2016-10-07 19:21:15.701654"], ["updated_at", "2016-10-07 19:21:15.701654"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 924], ["created_at", "2016-10-07 19:21:15.702440"], ["updated_at", "2016-10-07 19:21:15.702440"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 924], ["created_at", "2016-10-07 19:21:15.703321"], ["updated_at", "2016-10-07 19:21:15.703321"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 924], ["created_at", "2016-10-07 19:21:15.704259"], ["updated_at", "2016-10-07 19:21:15.704259"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 924], ["created_at", "2016-10-07 19:21:15.705069"], ["updated_at", "2016-10-07 19:21:15.705069"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 925], ["created_at", "2016-10-07 19:21:15.705872"], ["updated_at", "2016-10-07 19:21:15.705872"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 925], ["created_at", "2016-10-07 19:21:15.706709"], ["updated_at", "2016-10-07 19:21:15.706709"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 925], ["created_at", "2016-10-07 19:21:15.707524"], ["updated_at", "2016-10-07 19:21:15.707524"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 925], ["created_at", "2016-10-07 19:21:15.708319"], ["updated_at", "2016-10-07 19:21:15.708319"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 925], ["created_at", "2016-10-07 19:21:15.709107"], ["updated_at", "2016-10-07 19:21:15.709107"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 925], ["created_at", "2016-10-07 19:21:15.709943"], ["updated_at", "2016-10-07 19:21:15.709943"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 926], ["created_at", "2016-10-07 19:21:15.710754"], ["updated_at", "2016-10-07 19:21:15.710754"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 926], ["created_at", "2016-10-07 19:21:15.711572"], ["updated_at", "2016-10-07 19:21:15.711572"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 926], ["created_at", "2016-10-07 19:21:15.712355"], ["updated_at", "2016-10-07 19:21:15.712355"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 926], ["created_at", "2016-10-07 19:21:15.713172"], ["updated_at", "2016-10-07 19:21:15.713172"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 926], ["created_at", "2016-10-07 19:21:15.713977"], ["updated_at", "2016-10-07 19:21:15.713977"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 926], ["created_at", "2016-10-07 19:21:15.714772"], ["updated_at", "2016-10-07 19:21:15.714772"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 927], ["created_at", "2016-10-07 19:21:15.715566"], ["updated_at", "2016-10-07 19:21:15.715566"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 927], ["created_at", "2016-10-07 19:21:15.716354"], ["updated_at", "2016-10-07 19:21:15.716354"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 927], ["created_at", "2016-10-07 19:21:15.717193"], ["updated_at", "2016-10-07 19:21:15.717193"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 927], ["created_at", "2016-10-07 19:21:15.717989"], ["updated_at", "2016-10-07 19:21:15.717989"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 927], ["created_at", "2016-10-07 19:21:15.718807"], ["updated_at", "2016-10-07 19:21:15.718807"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 927], ["created_at", "2016-10-07 19:21:15.719661"], ["updated_at", "2016-10-07 19:21:15.719661"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 928], ["created_at", "2016-10-07 19:21:15.720590"], ["updated_at", "2016-10-07 19:21:15.720590"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 928], ["created_at", "2016-10-07 19:21:15.721407"], ["updated_at", "2016-10-07 19:21:15.721407"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 928], ["created_at", "2016-10-07 19:21:15.722206"], ["updated_at", "2016-10-07 19:21:15.722206"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 928], ["created_at", "2016-10-07 19:21:15.723051"], ["updated_at", "2016-10-07 19:21:15.723051"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 928], ["created_at", "2016-10-07 19:21:15.723849"], ["updated_at", "2016-10-07 19:21:15.723849"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 929], ["created_at", "2016-10-07 19:21:15.724629"], ["updated_at", "2016-10-07 19:21:15.724629"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 929], ["created_at", "2016-10-07 19:21:15.725402"], ["updated_at", "2016-10-07 19:21:15.725402"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 929], ["created_at", "2016-10-07 19:21:15.726199"], ["updated_at", "2016-10-07 19:21:15.726199"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 929], ["created_at", "2016-10-07 19:21:15.727035"], ["updated_at", "2016-10-07 19:21:15.727035"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 929], ["created_at", "2016-10-07 19:21:15.727827"], ["updated_at", "2016-10-07 19:21:15.727827"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 929], ["created_at", "2016-10-07 19:21:15.728622"], ["updated_at", "2016-10-07 19:21:15.728622"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 930], ["created_at", "2016-10-07 19:21:15.729462"], ["updated_at", "2016-10-07 19:21:15.729462"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 930], ["created_at", "2016-10-07 19:21:15.730298"], ["updated_at", "2016-10-07 19:21:15.730298"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 930], ["created_at", "2016-10-07 19:21:15.731149"], ["updated_at", "2016-10-07 19:21:15.731149"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 930], ["created_at", "2016-10-07 19:21:15.731952"], ["updated_at", "2016-10-07 19:21:15.731952"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 930], ["created_at", "2016-10-07 19:21:15.732774"], ["updated_at", "2016-10-07 19:21:15.732774"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 930], ["created_at", "2016-10-07 19:21:15.733564"], ["updated_at", "2016-10-07 19:21:15.733564"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 931], ["created_at", "2016-10-07 19:21:15.734356"], ["updated_at", "2016-10-07 19:21:15.734356"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 931], ["created_at", "2016-10-07 19:21:15.735172"], ["updated_at", "2016-10-07 19:21:15.735172"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 931], ["created_at", "2016-10-07 19:21:15.736089"], ["updated_at", "2016-10-07 19:21:15.736089"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 931], ["created_at", "2016-10-07 19:21:15.736906"], ["updated_at", "2016-10-07 19:21:15.736906"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 931], ["created_at", "2016-10-07 19:21:15.737730"], ["updated_at", "2016-10-07 19:21:15.737730"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 931], ["created_at", "2016-10-07 19:21:15.738528"], ["updated_at", "2016-10-07 19:21:15.738528"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 932], ["created_at", "2016-10-07 19:21:15.739327"], ["updated_at", "2016-10-07 19:21:15.739327"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 932], ["created_at", "2016-10-07 19:21:15.740141"], ["updated_at", "2016-10-07 19:21:15.740141"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 932], ["created_at", "2016-10-07 19:21:15.740943"], ["updated_at", "2016-10-07 19:21:15.740943"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 932], ["created_at", "2016-10-07 19:21:15.741734"], ["updated_at", "2016-10-07 19:21:15.741734"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 932], ["created_at", "2016-10-07 19:21:15.742538"], ["updated_at", "2016-10-07 19:21:15.742538"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 932], ["created_at", "2016-10-07 19:21:15.743335"], ["updated_at", "2016-10-07 19:21:15.743335"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 933], ["created_at", "2016-10-07 19:21:15.744134"], ["updated_at", "2016-10-07 19:21:15.744134"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 933], ["created_at", "2016-10-07 19:21:15.744915"], ["updated_at", "2016-10-07 19:21:15.744915"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 933], ["created_at", "2016-10-07 19:21:15.745720"], ["updated_at", "2016-10-07 19:21:15.745720"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 933], ["created_at", "2016-10-07 19:21:15.746556"], ["updated_at", "2016-10-07 19:21:15.746556"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 933], ["created_at", "2016-10-07 19:21:15.747343"], ["updated_at", "2016-10-07 19:21:15.747343"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 933], ["created_at", "2016-10-07 19:21:15.748204"], ["updated_at", "2016-10-07 19:21:15.748204"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 934], ["created_at", "2016-10-07 19:21:15.748998"], ["updated_at", "2016-10-07 19:21:15.748998"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 934], ["created_at", "2016-10-07 19:21:15.749781"], ["updated_at", "2016-10-07 19:21:15.749781"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 934], ["created_at", "2016-10-07 19:21:15.750566"], ["updated_at", "2016-10-07 19:21:15.750566"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 934], ["created_at", "2016-10-07 19:21:15.751389"], ["updated_at", "2016-10-07 19:21:15.751389"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 934], ["created_at", "2016-10-07 19:21:15.752232"], ["updated_at", "2016-10-07 19:21:15.752232"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 935], ["created_at", "2016-10-07 19:21:15.753141"], ["updated_at", "2016-10-07 19:21:15.753141"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 935], ["created_at", "2016-10-07 19:21:15.753917"], ["updated_at", "2016-10-07 19:21:15.753917"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 935], ["created_at", "2016-10-07 19:21:15.754728"], ["updated_at", "2016-10-07 19:21:15.754728"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 935], ["created_at", "2016-10-07 19:21:15.755517"], ["updated_at", "2016-10-07 19:21:15.755517"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 935], ["created_at", "2016-10-07 19:21:15.756341"], ["updated_at", "2016-10-07 19:21:15.756341"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 935], ["created_at", "2016-10-07 19:21:15.757127"], ["updated_at", "2016-10-07 19:21:15.757127"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 936], ["created_at", "2016-10-07 19:21:15.757966"], ["updated_at", "2016-10-07 19:21:15.757966"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 936], ["created_at", "2016-10-07 19:21:15.758764"], ["updated_at", "2016-10-07 19:21:15.758764"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 936], ["created_at", "2016-10-07 19:21:15.759552"], ["updated_at", "2016-10-07 19:21:15.759552"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 936], ["created_at", "2016-10-07 19:21:15.760337"], ["updated_at", "2016-10-07 19:21:15.760337"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 936], ["created_at", "2016-10-07 19:21:15.761131"], ["updated_at", "2016-10-07 19:21:15.761131"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 936], ["created_at", "2016-10-07 19:21:15.761913"], ["updated_at", "2016-10-07 19:21:15.761913"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 937], ["created_at", "2016-10-07 19:21:15.762775"], ["updated_at", "2016-10-07 19:21:15.762775"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 937], ["created_at", "2016-10-07 19:21:15.763577"], ["updated_at", "2016-10-07 19:21:15.763577"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 937], ["created_at", "2016-10-07 19:21:15.764387"], ["updated_at", "2016-10-07 19:21:15.764387"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 937], ["created_at", "2016-10-07 19:21:15.765176"], ["updated_at", "2016-10-07 19:21:15.765176"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 937], ["created_at", "2016-10-07 19:21:15.765971"], ["updated_at", "2016-10-07 19:21:15.765971"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 937], ["created_at", "2016-10-07 19:21:15.766773"], ["updated_at", "2016-10-07 19:21:15.766773"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 938], ["created_at", "2016-10-07 19:21:15.767638"], ["updated_at", "2016-10-07 19:21:15.767638"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 938], ["created_at", "2016-10-07 19:21:15.768432"], ["updated_at", "2016-10-07 19:21:15.768432"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 938], ["created_at", "2016-10-07 19:21:15.769381"], ["updated_at", "2016-10-07 19:21:15.769381"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 938], ["created_at", "2016-10-07 19:21:15.770169"], ["updated_at", "2016-10-07 19:21:15.770169"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 938], ["created_at", "2016-10-07 19:21:15.770992"], ["updated_at", "2016-10-07 19:21:15.770992"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 939], ["created_at", "2016-10-07 19:21:15.771770"], ["updated_at", "2016-10-07 19:21:15.771770"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 939], ["created_at", "2016-10-07 19:21:15.772572"], ["updated_at", "2016-10-07 19:21:15.772572"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 939], ["created_at", "2016-10-07 19:21:15.773373"], ["updated_at", "2016-10-07 19:21:15.773373"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 939], ["created_at", "2016-10-07 19:21:15.774175"], ["updated_at", "2016-10-07 19:21:15.774175"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 939], ["created_at", "2016-10-07 19:21:15.775011"], ["updated_at", "2016-10-07 19:21:15.775011"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 939], ["created_at", "2016-10-07 19:21:15.775809"], ["updated_at", "2016-10-07 19:21:15.775809"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 940], ["created_at", "2016-10-07 19:21:15.776596"], ["updated_at", "2016-10-07 19:21:15.776596"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 940], ["created_at", "2016-10-07 19:21:15.777395"], ["updated_at", "2016-10-07 19:21:15.777395"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 940], ["created_at", "2016-10-07 19:21:15.778184"], ["updated_at", "2016-10-07 19:21:15.778184"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 940], ["created_at", "2016-10-07 19:21:15.779007"], ["updated_at", "2016-10-07 19:21:15.779007"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 940], ["created_at", "2016-10-07 19:21:15.779810"], ["updated_at", "2016-10-07 19:21:15.779810"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 940], ["created_at", "2016-10-07 19:21:15.780626"], ["updated_at", "2016-10-07 19:21:15.780626"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 941], ["created_at", "2016-10-07 19:21:15.781413"], ["updated_at", "2016-10-07 19:21:15.781413"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 941], ["created_at", "2016-10-07 19:21:15.782204"], ["updated_at", "2016-10-07 19:21:15.782204"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 941], ["created_at", "2016-10-07 19:21:15.783008"], ["updated_at", "2016-10-07 19:21:15.783008"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 941], ["created_at", "2016-10-07 19:21:15.783795"], ["updated_at", "2016-10-07 19:21:15.783795"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 941], ["created_at", "2016-10-07 19:21:15.784576"], ["updated_at", "2016-10-07 19:21:15.784576"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 941], ["created_at", "2016-10-07 19:21:15.785515"], ["updated_at", "2016-10-07 19:21:15.785515"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 942], ["created_at", "2016-10-07 19:21:15.786317"], ["updated_at", "2016-10-07 19:21:15.786317"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 942], ["created_at", "2016-10-07 19:21:15.787191"], ["updated_at", "2016-10-07 19:21:15.787191"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 942], ["created_at", "2016-10-07 19:21:15.788008"], ["updated_at", "2016-10-07 19:21:15.788008"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 942], ["created_at", "2016-10-07 19:21:15.788900"], ["updated_at", "2016-10-07 19:21:15.788900"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 942], ["created_at", "2016-10-07 19:21:15.789838"], ["updated_at", "2016-10-07 19:21:15.789838"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 942], ["created_at", "2016-10-07 19:21:15.790734"], ["updated_at", "2016-10-07 19:21:15.790734"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 943], ["created_at", "2016-10-07 19:21:15.791622"], ["updated_at", "2016-10-07 19:21:15.791622"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 943], ["created_at", "2016-10-07 19:21:15.792499"], ["updated_at", "2016-10-07 19:21:15.792499"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 943], ["created_at", "2016-10-07 19:21:15.793397"], ["updated_at", "2016-10-07 19:21:15.793397"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 943], ["created_at", "2016-10-07 19:21:15.794284"], ["updated_at", "2016-10-07 19:21:15.794284"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 943], ["created_at", "2016-10-07 19:21:15.795186"], ["updated_at", "2016-10-07 19:21:15.795186"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 943], ["created_at", "2016-10-07 19:21:15.796095"], ["updated_at", "2016-10-07 19:21:15.796095"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 944], ["created_at", "2016-10-07 19:21:15.796976"], ["updated_at", "2016-10-07 19:21:15.796976"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 944], ["created_at", "2016-10-07 19:21:15.797782"], ["updated_at", "2016-10-07 19:21:15.797782"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 944], ["created_at", "2016-10-07 19:21:15.798615"], ["updated_at", "2016-10-07 19:21:15.798615"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 944], ["created_at", "2016-10-07 19:21:15.799456"], ["updated_at", "2016-10-07 19:21:15.799456"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 944], ["created_at", "2016-10-07 19:21:15.800289"], ["updated_at", "2016-10-07 19:21:15.800289"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 944], ["created_at", "2016-10-07 19:21:15.801134"], ["updated_at", "2016-10-07 19:21:15.801134"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 945], ["created_at", "2016-10-07 19:21:15.802044"], ["updated_at", "2016-10-07 19:21:15.802044"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 945], ["created_at", "2016-10-07 19:21:15.802884"], ["updated_at", "2016-10-07 19:21:15.802884"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 945], ["created_at", "2016-10-07 19:21:15.803684"], ["updated_at", "2016-10-07 19:21:15.803684"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 945], ["created_at", "2016-10-07 19:21:15.804504"], ["updated_at", "2016-10-07 19:21:15.804504"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 945], ["created_at", "2016-10-07 19:21:15.805295"], ["updated_at", "2016-10-07 19:21:15.805295"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 945], ["created_at", "2016-10-07 19:21:15.806107"], ["updated_at", "2016-10-07 19:21:15.806107"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 946], ["created_at", "2016-10-07 19:21:15.807068"], ["updated_at", "2016-10-07 19:21:15.807068"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 946], ["created_at", "2016-10-07 19:21:15.807925"], ["updated_at", "2016-10-07 19:21:15.807925"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 946], ["created_at", "2016-10-07 19:21:15.808729"], ["updated_at", "2016-10-07 19:21:15.808729"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 946], ["created_at", "2016-10-07 19:21:15.809534"], ["updated_at", "2016-10-07 19:21:15.809534"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 946], ["created_at", "2016-10-07 19:21:15.810339"], ["updated_at", "2016-10-07 19:21:15.810339"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 946], ["created_at", "2016-10-07 19:21:15.811213"], ["updated_at", "2016-10-07 19:21:15.811213"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 947], ["created_at", "2016-10-07 19:21:15.812033"], ["updated_at", "2016-10-07 19:21:15.812033"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 947], ["created_at", "2016-10-07 19:21:15.812862"], ["updated_at", "2016-10-07 19:21:15.812862"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 947], ["created_at", "2016-10-07 19:21:15.813873"], ["updated_at", "2016-10-07 19:21:15.813873"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 947], ["created_at", "2016-10-07 19:21:15.814874"], ["updated_at", "2016-10-07 19:21:15.814874"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 947], ["created_at", "2016-10-07 19:21:15.815930"], ["updated_at", "2016-10-07 19:21:15.815930"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 947], ["created_at", "2016-10-07 19:21:15.817348"], ["updated_at", "2016-10-07 19:21:15.817348"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 948], ["created_at", "2016-10-07 19:21:15.818677"], ["updated_at", "2016-10-07 19:21:15.818677"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 948], ["created_at", "2016-10-07 19:21:15.821050"], ["updated_at", "2016-10-07 19:21:15.821050"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 948], ["created_at", "2016-10-07 19:21:15.822239"], ["updated_at", "2016-10-07 19:21:15.822239"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 948], ["created_at", "2016-10-07 19:21:15.824922"], ["updated_at", "2016-10-07 19:21:15.824922"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 948], ["created_at", "2016-10-07 19:21:15.825989"], ["updated_at", "2016-10-07 19:21:15.825989"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 948], ["created_at", "2016-10-07 19:21:15.826833"], ["updated_at", "2016-10-07 19:21:15.826833"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 949], ["created_at", "2016-10-07 19:21:15.827650"], ["updated_at", "2016-10-07 19:21:15.827650"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 949], ["created_at", "2016-10-07 19:21:15.828473"], ["updated_at", "2016-10-07 19:21:15.828473"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 949], ["created_at", "2016-10-07 19:21:15.829408"], ["updated_at", "2016-10-07 19:21:15.829408"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 949], ["created_at", "2016-10-07 19:21:15.830306"], ["updated_at", "2016-10-07 19:21:15.830306"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 949], ["created_at", "2016-10-07 19:21:15.831164"], ["updated_at", "2016-10-07 19:21:15.831164"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 949], ["created_at", "2016-10-07 19:21:15.831972"], ["updated_at", "2016-10-07 19:21:15.831972"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 950], ["created_at", "2016-10-07 19:21:15.832782"], ["updated_at", "2016-10-07 19:21:15.832782"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 950], ["created_at", "2016-10-07 19:21:15.833646"], ["updated_at", "2016-10-07 19:21:15.833646"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 950], ["created_at", "2016-10-07 19:21:15.834607"], ["updated_at", "2016-10-07 19:21:15.834607"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 950], ["created_at", "2016-10-07 19:21:15.835471"], ["updated_at", "2016-10-07 19:21:15.835471"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 950], ["created_at", "2016-10-07 19:21:15.836278"], ["updated_at", "2016-10-07 19:21:15.836278"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 950], ["created_at", "2016-10-07 19:21:15.837078"], ["updated_at", "2016-10-07 19:21:15.837078"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 951], ["created_at", "2016-10-07 19:21:15.837925"], ["updated_at", "2016-10-07 19:21:15.837925"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 951], ["created_at", "2016-10-07 19:21:15.838790"], ["updated_at", "2016-10-07 19:21:15.838790"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 951], ["created_at", "2016-10-07 19:21:15.839636"], ["updated_at", "2016-10-07 19:21:15.839636"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 951], ["created_at", "2016-10-07 19:21:15.840607"], ["updated_at", "2016-10-07 19:21:15.840607"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 951], ["created_at", "2016-10-07 19:21:15.841586"], ["updated_at", "2016-10-07 19:21:15.841586"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 951], ["created_at", "2016-10-07 19:21:15.842714"], ["updated_at", "2016-10-07 19:21:15.842714"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 952], ["created_at", "2016-10-07 19:21:15.844146"], ["updated_at", "2016-10-07 19:21:15.844146"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 952], ["created_at", "2016-10-07 19:21:15.845392"], ["updated_at", "2016-10-07 19:21:15.845392"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 952], ["created_at", "2016-10-07 19:21:15.846408"], ["updated_at", "2016-10-07 19:21:15.846408"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 952], ["created_at", "2016-10-07 19:21:15.847405"], ["updated_at", "2016-10-07 19:21:15.847405"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 952], ["created_at", "2016-10-07 19:21:15.848368"], ["updated_at", "2016-10-07 19:21:15.848368"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 952], ["created_at", "2016-10-07 19:21:15.849632"], ["updated_at", "2016-10-07 19:21:15.849632"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 953], ["created_at", "2016-10-07 19:21:15.850763"], ["updated_at", "2016-10-07 19:21:15.850763"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 953], ["created_at", "2016-10-07 19:21:15.860830"], ["updated_at", "2016-10-07 19:21:15.860830"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 953], ["created_at", "2016-10-07 19:21:15.861869"], ["updated_at", "2016-10-07 19:21:15.861869"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 953], ["created_at", "2016-10-07 19:21:15.862860"], ["updated_at", "2016-10-07 19:21:15.862860"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 953], ["created_at", "2016-10-07 19:21:15.864113"], ["updated_at", "2016-10-07 19:21:15.864113"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 953], ["created_at", "2016-10-07 19:21:15.865262"], ["updated_at", "2016-10-07 19:21:15.865262"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 954], ["created_at", "2016-10-07 19:21:15.866216"], ["updated_at", "2016-10-07 19:21:15.866216"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 954], ["created_at", "2016-10-07 19:21:15.867201"], ["updated_at", "2016-10-07 19:21:15.867201"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 954], ["created_at", "2016-10-07 19:21:15.868068"], ["updated_at", "2016-10-07 19:21:15.868068"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 954], ["created_at", "2016-10-07 19:21:15.868924"], ["updated_at", "2016-10-07 19:21:15.868924"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 954], ["created_at", "2016-10-07 19:21:15.869796"], ["updated_at", "2016-10-07 19:21:15.869796"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 954], ["created_at", "2016-10-07 19:21:15.870663"], ["updated_at", "2016-10-07 19:21:15.870663"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 955], ["created_at", "2016-10-07 19:21:15.871585"], ["updated_at", "2016-10-07 19:21:15.871585"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 955], ["created_at", "2016-10-07 19:21:15.872806"], ["updated_at", "2016-10-07 19:21:15.872806"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 955], ["created_at", "2016-10-07 19:21:15.873852"], ["updated_at", "2016-10-07 19:21:15.873852"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 955], ["created_at", "2016-10-07 19:21:15.874790"], ["updated_at", "2016-10-07 19:21:15.874790"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 955], ["created_at", "2016-10-07 19:21:15.875651"], ["updated_at", "2016-10-07 19:21:15.875651"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 955], ["created_at", "2016-10-07 19:21:15.876477"], ["updated_at", "2016-10-07 19:21:15.876477"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 956], ["created_at", "2016-10-07 19:21:15.877312"], ["updated_at", "2016-10-07 19:21:15.877312"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 956], ["created_at", "2016-10-07 19:21:15.878155"], ["updated_at", "2016-10-07 19:21:15.878155"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 956], ["created_at", "2016-10-07 19:21:15.879003"], ["updated_at", "2016-10-07 19:21:15.879003"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 956], ["created_at", "2016-10-07 19:21:15.880151"], ["updated_at", "2016-10-07 19:21:15.880151"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 956], ["created_at", "2016-10-07 19:21:15.881485"], ["updated_at", "2016-10-07 19:21:15.881485"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 956], ["created_at", "2016-10-07 19:21:15.882494"], ["updated_at", "2016-10-07 19:21:15.882494"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 957], ["created_at", "2016-10-07 19:21:15.883468"], ["updated_at", "2016-10-07 19:21:15.883468"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 957], ["created_at", "2016-10-07 19:21:15.884384"], ["updated_at", "2016-10-07 19:21:15.884384"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 957], ["created_at", "2016-10-07 19:21:15.885303"], ["updated_at", "2016-10-07 19:21:15.885303"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 957], ["created_at", "2016-10-07 19:21:15.886191"], ["updated_at", "2016-10-07 19:21:15.886191"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 957], ["created_at", "2016-10-07 19:21:15.887100"], ["updated_at", "2016-10-07 19:21:15.887100"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 957], ["created_at", "2016-10-07 19:21:15.888254"], ["updated_at", "2016-10-07 19:21:15.888254"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 44], ["message_id", 958], ["created_at", "2016-10-07 19:21:15.889888"], ["updated_at", "2016-10-07 19:21:15.889888"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 958], ["created_at", "2016-10-07 19:21:15.891258"], ["updated_at", "2016-10-07 19:21:15.891258"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 958], ["created_at", "2016-10-07 19:21:15.892155"], ["updated_at", "2016-10-07 19:21:15.892155"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 958], ["created_at", "2016-10-07 19:21:15.893027"], ["updated_at", "2016-10-07 19:21:15.893027"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 958], ["created_at", "2016-10-07 19:21:15.893899"], ["updated_at", "2016-10-07 19:21:15.893899"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 958], ["created_at", "2016-10-07 19:21:15.894793"], ["updated_at", "2016-10-07 19:21:15.894793"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 959], ["created_at", "2016-10-07 19:21:15.895795"], ["updated_at", "2016-10-07 19:21:15.895795"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 959], ["created_at", "2016-10-07 19:21:15.897277"], ["updated_at", "2016-10-07 19:21:15.897277"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 959], ["created_at", "2016-10-07 19:21:15.898774"], ["updated_at", "2016-10-07 19:21:15.898774"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 959], ["created_at", "2016-10-07 19:21:15.900170"], ["updated_at", "2016-10-07 19:21:15.900170"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 959], ["created_at", "2016-10-07 19:21:15.901685"], ["updated_at", "2016-10-07 19:21:15.901685"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 960], ["created_at", "2016-10-07 19:21:15.903082"], ["updated_at", "2016-10-07 19:21:15.903082"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 960], ["created_at", "2016-10-07 19:21:15.904745"], ["updated_at", "2016-10-07 19:21:15.904745"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 960], ["created_at", "2016-10-07 19:21:15.906469"], ["updated_at", "2016-10-07 19:21:15.906469"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 960], ["created_at", "2016-10-07 19:21:15.908050"], ["updated_at", "2016-10-07 19:21:15.908050"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 960], ["created_at", "2016-10-07 19:21:15.909600"], ["updated_at", "2016-10-07 19:21:15.909600"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 960], ["created_at", "2016-10-07 19:21:15.911055"], ["updated_at", "2016-10-07 19:21:15.911055"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 961], ["created_at", "2016-10-07 19:21:15.912980"], ["updated_at", "2016-10-07 19:21:15.912980"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 961], ["created_at", "2016-10-07 19:21:15.914835"], ["updated_at", "2016-10-07 19:21:15.914835"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 961], ["created_at", "2016-10-07 19:21:15.916576"], ["updated_at", "2016-10-07 19:21:15.916576"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 961], ["created_at", "2016-10-07 19:21:15.918327"], ["updated_at", "2016-10-07 19:21:15.918327"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 961], ["created_at", "2016-10-07 19:21:15.920355"], ["updated_at", "2016-10-07 19:21:15.920355"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 961], ["created_at", "2016-10-07 19:21:15.923160"], ["updated_at", "2016-10-07 19:21:15.923160"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 962], ["created_at", "2016-10-07 19:21:15.926802"], ["updated_at", "2016-10-07 19:21:15.926802"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 962], ["created_at", "2016-10-07 19:21:15.928854"], ["updated_at", "2016-10-07 19:21:15.928854"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 962], ["created_at", "2016-10-07 19:21:15.930788"], ["updated_at", "2016-10-07 19:21:15.930788"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 962], ["created_at", "2016-10-07 19:21:15.932451"], ["updated_at", "2016-10-07 19:21:15.932451"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 962], ["created_at", "2016-10-07 19:21:15.934094"], ["updated_at", "2016-10-07 19:21:15.934094"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 962], ["created_at", "2016-10-07 19:21:15.935702"], ["updated_at", "2016-10-07 19:21:15.935702"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 963], ["created_at", "2016-10-07 19:21:15.937382"], ["updated_at", "2016-10-07 19:21:15.937382"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 963], ["created_at", "2016-10-07 19:21:15.938659"], ["updated_at", "2016-10-07 19:21:15.938659"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 963], ["created_at", "2016-10-07 19:21:15.940262"], ["updated_at", "2016-10-07 19:21:15.940262"]] SQL (0.4ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 963], ["created_at", "2016-10-07 19:21:15.941868"], ["updated_at", "2016-10-07 19:21:15.941868"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 963], ["created_at", "2016-10-07 19:21:15.945195"], ["updated_at", "2016-10-07 19:21:15.945195"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 963], ["created_at", "2016-10-07 19:21:15.946750"], ["updated_at", "2016-10-07 19:21:15.946750"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 964], ["created_at", "2016-10-07 19:21:15.947865"], ["updated_at", "2016-10-07 19:21:15.947865"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 964], ["created_at", "2016-10-07 19:21:15.948857"], ["updated_at", "2016-10-07 19:21:15.948857"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 964], ["created_at", "2016-10-07 19:21:15.949824"], ["updated_at", "2016-10-07 19:21:15.949824"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 964], ["created_at", "2016-10-07 19:21:15.950763"], ["updated_at", "2016-10-07 19:21:15.950763"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 964], ["created_at", "2016-10-07 19:21:15.951813"], ["updated_at", "2016-10-07 19:21:15.951813"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 964], ["created_at", "2016-10-07 19:21:15.952809"], ["updated_at", "2016-10-07 19:21:15.952809"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 965], ["created_at", "2016-10-07 19:21:15.953923"], ["updated_at", "2016-10-07 19:21:15.953923"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 965], ["created_at", "2016-10-07 19:21:15.954799"], ["updated_at", "2016-10-07 19:21:15.954799"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 965], ["created_at", "2016-10-07 19:21:15.955624"], ["updated_at", "2016-10-07 19:21:15.955624"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 965], ["created_at", "2016-10-07 19:21:15.956512"], ["updated_at", "2016-10-07 19:21:15.956512"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 965], ["created_at", "2016-10-07 19:21:15.957339"], ["updated_at", "2016-10-07 19:21:15.957339"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 966], ["created_at", "2016-10-07 19:21:15.958348"], ["updated_at", "2016-10-07 19:21:15.958348"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 966], ["created_at", "2016-10-07 19:21:15.960863"], ["updated_at", "2016-10-07 19:21:15.960863"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 966], ["created_at", "2016-10-07 19:21:15.961975"], ["updated_at", "2016-10-07 19:21:15.961975"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 966], ["created_at", "2016-10-07 19:21:15.963180"], ["updated_at", "2016-10-07 19:21:15.963180"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 966], ["created_at", "2016-10-07 19:21:15.964261"], ["updated_at", "2016-10-07 19:21:15.964261"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 966], ["created_at", "2016-10-07 19:21:15.965128"], ["updated_at", "2016-10-07 19:21:15.965128"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 967], ["created_at", "2016-10-07 19:21:15.966017"], ["updated_at", "2016-10-07 19:21:15.966017"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 967], ["created_at", "2016-10-07 19:21:15.966852"], ["updated_at", "2016-10-07 19:21:15.966852"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 967], ["created_at", "2016-10-07 19:21:15.967744"], ["updated_at", "2016-10-07 19:21:15.967744"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 967], ["created_at", "2016-10-07 19:21:15.968650"], ["updated_at", "2016-10-07 19:21:15.968650"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 967], ["created_at", "2016-10-07 19:21:15.969486"], ["updated_at", "2016-10-07 19:21:15.969486"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 968], ["created_at", "2016-10-07 19:21:15.970309"], ["updated_at", "2016-10-07 19:21:15.970309"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 968], ["created_at", "2016-10-07 19:21:15.971144"], ["updated_at", "2016-10-07 19:21:15.971144"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 968], ["created_at", "2016-10-07 19:21:15.971948"], ["updated_at", "2016-10-07 19:21:15.971948"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 968], ["created_at", "2016-10-07 19:21:15.972766"], ["updated_at", "2016-10-07 19:21:15.972766"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 968], ["created_at", "2016-10-07 19:21:15.973582"], ["updated_at", "2016-10-07 19:21:15.973582"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 968], ["created_at", "2016-10-07 19:21:15.974391"], ["updated_at", "2016-10-07 19:21:15.974391"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 969], ["created_at", "2016-10-07 19:21:15.975225"], ["updated_at", "2016-10-07 19:21:15.975225"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 969], ["created_at", "2016-10-07 19:21:15.976046"], ["updated_at", "2016-10-07 19:21:15.976046"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 969], ["created_at", "2016-10-07 19:21:15.976886"], ["updated_at", "2016-10-07 19:21:15.976886"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 969], ["created_at", "2016-10-07 19:21:15.977699"], ["updated_at", "2016-10-07 19:21:15.977699"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 969], ["created_at", "2016-10-07 19:21:15.978496"], ["updated_at", "2016-10-07 19:21:15.978496"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 969], ["created_at", "2016-10-07 19:21:15.979371"], ["updated_at", "2016-10-07 19:21:15.979371"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 970], ["created_at", "2016-10-07 19:21:15.980329"], ["updated_at", "2016-10-07 19:21:15.980329"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 970], ["created_at", "2016-10-07 19:21:15.981119"], ["updated_at", "2016-10-07 19:21:15.981119"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 970], ["created_at", "2016-10-07 19:21:15.981909"], ["updated_at", "2016-10-07 19:21:15.981909"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 970], ["created_at", "2016-10-07 19:21:15.982705"], ["updated_at", "2016-10-07 19:21:15.982705"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 970], ["created_at", "2016-10-07 19:21:15.983494"], ["updated_at", "2016-10-07 19:21:15.983494"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 971], ["created_at", "2016-10-07 19:21:15.984280"], ["updated_at", "2016-10-07 19:21:15.984280"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 971], ["created_at", "2016-10-07 19:21:15.985055"], ["updated_at", "2016-10-07 19:21:15.985055"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 971], ["created_at", "2016-10-07 19:21:15.985832"], ["updated_at", "2016-10-07 19:21:15.985832"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 30], ["message_id", 971], ["created_at", "2016-10-07 19:21:15.986639"], ["updated_at", "2016-10-07 19:21:15.986639"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 971], ["created_at", "2016-10-07 19:21:15.987430"], ["updated_at", "2016-10-07 19:21:15.987430"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 53], ["message_id", 971], ["created_at", "2016-10-07 19:21:15.988219"], ["updated_at", "2016-10-07 19:21:15.988219"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 23], ["message_id", 972], ["created_at", "2016-10-07 19:21:15.988998"], ["updated_at", "2016-10-07 19:21:15.988998"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 972], ["created_at", "2016-10-07 19:21:15.989826"], ["updated_at", "2016-10-07 19:21:15.989826"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 972], ["created_at", "2016-10-07 19:21:15.990659"], ["updated_at", "2016-10-07 19:21:15.990659"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 972], ["created_at", "2016-10-07 19:21:15.991455"], ["updated_at", "2016-10-07 19:21:15.991455"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 973], ["created_at", "2016-10-07 19:21:15.992226"], ["updated_at", "2016-10-07 19:21:15.992226"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 973], ["created_at", "2016-10-07 19:21:15.993019"], ["updated_at", "2016-10-07 19:21:15.993019"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 973], ["created_at", "2016-10-07 19:21:15.993797"], ["updated_at", "2016-10-07 19:21:15.993797"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 973], ["created_at", "2016-10-07 19:21:15.994580"], ["updated_at", "2016-10-07 19:21:15.994580"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 973], ["created_at", "2016-10-07 19:21:15.995367"], ["updated_at", "2016-10-07 19:21:15.995367"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 28], ["message_id", 974], ["created_at", "2016-10-07 19:21:15.996266"], ["updated_at", "2016-10-07 19:21:15.996266"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 974], ["created_at", "2016-10-07 19:21:15.997180"], ["updated_at", "2016-10-07 19:21:15.997180"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 974], ["created_at", "2016-10-07 19:21:15.998006"], ["updated_at", "2016-10-07 19:21:15.998006"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 3], ["message_id", 974], ["created_at", "2016-10-07 19:21:15.998801"], ["updated_at", "2016-10-07 19:21:15.998801"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 11], ["message_id", 974], ["created_at", "2016-10-07 19:21:15.999597"], ["updated_at", "2016-10-07 19:21:15.999597"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 974], ["created_at", "2016-10-07 19:21:16.000393"], ["updated_at", "2016-10-07 19:21:16.000393"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 975], ["created_at", "2016-10-07 19:21:16.001183"], ["updated_at", "2016-10-07 19:21:16.001183"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 975], ["created_at", "2016-10-07 19:21:16.001955"], ["updated_at", "2016-10-07 19:21:16.001955"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 975], ["created_at", "2016-10-07 19:21:16.002786"], ["updated_at", "2016-10-07 19:21:16.002786"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 975], ["created_at", "2016-10-07 19:21:16.003631"], ["updated_at", "2016-10-07 19:21:16.003631"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 975], ["created_at", "2016-10-07 19:21:16.004409"], ["updated_at", "2016-10-07 19:21:16.004409"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 976], ["created_at", "2016-10-07 19:21:16.005219"], ["updated_at", "2016-10-07 19:21:16.005219"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 976], ["created_at", "2016-10-07 19:21:16.006040"], ["updated_at", "2016-10-07 19:21:16.006040"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 976], ["created_at", "2016-10-07 19:21:16.006853"], ["updated_at", "2016-10-07 19:21:16.006853"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 976], ["created_at", "2016-10-07 19:21:16.007622"], ["updated_at", "2016-10-07 19:21:16.007622"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 14], ["message_id", 976], ["created_at", "2016-10-07 19:21:16.008416"], ["updated_at", "2016-10-07 19:21:16.008416"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 976], ["created_at", "2016-10-07 19:21:16.009202"], ["updated_at", "2016-10-07 19:21:16.009202"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 977], ["created_at", "2016-10-07 19:21:16.010010"], ["updated_at", "2016-10-07 19:21:16.010010"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 977], ["created_at", "2016-10-07 19:21:16.010832"], ["updated_at", "2016-10-07 19:21:16.010832"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 15], ["message_id", 977], ["created_at", "2016-10-07 19:21:16.011634"], ["updated_at", "2016-10-07 19:21:16.011634"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 977], ["created_at", "2016-10-07 19:21:16.012530"], ["updated_at", "2016-10-07 19:21:16.012530"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 977], ["created_at", "2016-10-07 19:21:16.013351"], ["updated_at", "2016-10-07 19:21:16.013351"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 977], ["created_at", "2016-10-07 19:21:16.014148"], ["updated_at", "2016-10-07 19:21:16.014148"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 6], ["message_id", 978], ["created_at", "2016-10-07 19:21:16.014963"], ["updated_at", "2016-10-07 19:21:16.014963"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 978], ["created_at", "2016-10-07 19:21:16.015849"], ["updated_at", "2016-10-07 19:21:16.015849"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 978], ["created_at", "2016-10-07 19:21:16.016653"], ["updated_at", "2016-10-07 19:21:16.016653"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 978], ["created_at", "2016-10-07 19:21:16.017446"], ["updated_at", "2016-10-07 19:21:16.017446"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 978], ["created_at", "2016-10-07 19:21:16.018215"], ["updated_at", "2016-10-07 19:21:16.018215"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 978], ["created_at", "2016-10-07 19:21:16.019016"], ["updated_at", "2016-10-07 19:21:16.019016"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 979], ["created_at", "2016-10-07 19:21:16.019830"], ["updated_at", "2016-10-07 19:21:16.019830"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 979], ["created_at", "2016-10-07 19:21:16.020669"], ["updated_at", "2016-10-07 19:21:16.020669"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 979], ["created_at", "2016-10-07 19:21:16.021454"], ["updated_at", "2016-10-07 19:21:16.021454"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 979], ["created_at", "2016-10-07 19:21:16.022583"], ["updated_at", "2016-10-07 19:21:16.022583"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 979], ["created_at", "2016-10-07 19:21:16.024584"], ["updated_at", "2016-10-07 19:21:16.024584"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 24], ["message_id", 980], ["created_at", "2016-10-07 19:21:16.025640"], ["updated_at", "2016-10-07 19:21:16.025640"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 38], ["message_id", 980], ["created_at", "2016-10-07 19:21:16.026638"], ["updated_at", "2016-10-07 19:21:16.026638"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 980], ["created_at", "2016-10-07 19:21:16.027536"], ["updated_at", "2016-10-07 19:21:16.027536"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 980], ["created_at", "2016-10-07 19:21:16.028377"], ["updated_at", "2016-10-07 19:21:16.028377"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 980], ["created_at", "2016-10-07 19:21:16.029437"], ["updated_at", "2016-10-07 19:21:16.029437"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 980], ["created_at", "2016-10-07 19:21:16.030313"], ["updated_at", "2016-10-07 19:21:16.030313"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 981], ["created_at", "2016-10-07 19:21:16.031174"], ["updated_at", "2016-10-07 19:21:16.031174"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 981], ["created_at", "2016-10-07 19:21:16.031997"], ["updated_at", "2016-10-07 19:21:16.031997"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 981], ["created_at", "2016-10-07 19:21:16.032800"], ["updated_at", "2016-10-07 19:21:16.032800"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 981], ["created_at", "2016-10-07 19:21:16.033612"], ["updated_at", "2016-10-07 19:21:16.033612"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 981], ["created_at", "2016-10-07 19:21:16.034475"], ["updated_at", "2016-10-07 19:21:16.034475"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 981], ["created_at", "2016-10-07 19:21:16.035349"], ["updated_at", "2016-10-07 19:21:16.035349"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 982], ["created_at", "2016-10-07 19:21:16.036165"], ["updated_at", "2016-10-07 19:21:16.036165"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 982], ["created_at", "2016-10-07 19:21:16.036950"], ["updated_at", "2016-10-07 19:21:16.036950"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 982], ["created_at", "2016-10-07 19:21:16.037788"], ["updated_at", "2016-10-07 19:21:16.037788"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 982], ["created_at", "2016-10-07 19:21:16.038814"], ["updated_at", "2016-10-07 19:21:16.038814"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 982], ["created_at", "2016-10-07 19:21:16.040916"], ["updated_at", "2016-10-07 19:21:16.040916"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 983], ["created_at", "2016-10-07 19:21:16.042301"], ["updated_at", "2016-10-07 19:21:16.042301"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 983], ["created_at", "2016-10-07 19:21:16.043344"], ["updated_at", "2016-10-07 19:21:16.043344"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 983], ["created_at", "2016-10-07 19:21:16.044294"], ["updated_at", "2016-10-07 19:21:16.044294"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 983], ["created_at", "2016-10-07 19:21:16.045250"], ["updated_at", "2016-10-07 19:21:16.045250"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 983], ["created_at", "2016-10-07 19:21:16.046276"], ["updated_at", "2016-10-07 19:21:16.046276"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 17], ["message_id", 983], ["created_at", "2016-10-07 19:21:16.047174"], ["updated_at", "2016-10-07 19:21:16.047174"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 984], ["created_at", "2016-10-07 19:21:16.048281"], ["updated_at", "2016-10-07 19:21:16.048281"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 984], ["created_at", "2016-10-07 19:21:16.049222"], ["updated_at", "2016-10-07 19:21:16.049222"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 984], ["created_at", "2016-10-07 19:21:16.050065"], ["updated_at", "2016-10-07 19:21:16.050065"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 984], ["created_at", "2016-10-07 19:21:16.050924"], ["updated_at", "2016-10-07 19:21:16.050924"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 984], ["created_at", "2016-10-07 19:21:16.051759"], ["updated_at", "2016-10-07 19:21:16.051759"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 984], ["created_at", "2016-10-07 19:21:16.052622"], ["updated_at", "2016-10-07 19:21:16.052622"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 54], ["message_id", 985], ["created_at", "2016-10-07 19:21:16.053478"], ["updated_at", "2016-10-07 19:21:16.053478"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 985], ["created_at", "2016-10-07 19:21:16.054340"], ["updated_at", "2016-10-07 19:21:16.054340"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 7], ["message_id", 985], ["created_at", "2016-10-07 19:21:16.055438"], ["updated_at", "2016-10-07 19:21:16.055438"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 985], ["created_at", "2016-10-07 19:21:16.056981"], ["updated_at", "2016-10-07 19:21:16.056981"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 985], ["created_at", "2016-10-07 19:21:16.059212"], ["updated_at", "2016-10-07 19:21:16.059212"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 985], ["created_at", "2016-10-07 19:21:16.060387"], ["updated_at", "2016-10-07 19:21:16.060387"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 986], ["created_at", "2016-10-07 19:21:16.061421"], ["updated_at", "2016-10-07 19:21:16.061421"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 986], ["created_at", "2016-10-07 19:21:16.062465"], ["updated_at", "2016-10-07 19:21:16.062465"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 986], ["created_at", "2016-10-07 19:21:16.063568"], ["updated_at", "2016-10-07 19:21:16.063568"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 56], ["message_id", 986], ["created_at", "2016-10-07 19:21:16.064789"], ["updated_at", "2016-10-07 19:21:16.064789"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 986], ["created_at", "2016-10-07 19:21:16.066209"], ["updated_at", "2016-10-07 19:21:16.066209"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 27], ["message_id", 986], ["created_at", "2016-10-07 19:21:16.067390"], ["updated_at", "2016-10-07 19:21:16.067390"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 36], ["message_id", 987], ["created_at", "2016-10-07 19:21:16.068352"], ["updated_at", "2016-10-07 19:21:16.068352"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 987], ["created_at", "2016-10-07 19:21:16.069288"], ["updated_at", "2016-10-07 19:21:16.069288"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 987], ["created_at", "2016-10-07 19:21:16.070229"], ["updated_at", "2016-10-07 19:21:16.070229"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 57], ["message_id", 987], ["created_at", "2016-10-07 19:21:16.071109"], ["updated_at", "2016-10-07 19:21:16.071109"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 987], ["created_at", "2016-10-07 19:21:16.072211"], ["updated_at", "2016-10-07 19:21:16.072211"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 43], ["message_id", 987], ["created_at", "2016-10-07 19:21:16.074338"], ["updated_at", "2016-10-07 19:21:16.074338"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 42], ["message_id", 988], ["created_at", "2016-10-07 19:21:16.075435"], ["updated_at", "2016-10-07 19:21:16.075435"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 988], ["created_at", "2016-10-07 19:21:16.076413"], ["updated_at", "2016-10-07 19:21:16.076413"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 988], ["created_at", "2016-10-07 19:21:16.077553"], ["updated_at", "2016-10-07 19:21:16.077553"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 988], ["created_at", "2016-10-07 19:21:16.078769"], ["updated_at", "2016-10-07 19:21:16.078769"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 988], ["created_at", "2016-10-07 19:21:16.080098"], ["updated_at", "2016-10-07 19:21:16.080098"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 41], ["message_id", 988], ["created_at", "2016-10-07 19:21:16.081148"], ["updated_at", "2016-10-07 19:21:16.081148"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 989], ["created_at", "2016-10-07 19:21:16.082128"], ["updated_at", "2016-10-07 19:21:16.082128"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 989], ["created_at", "2016-10-07 19:21:16.083071"], ["updated_at", "2016-10-07 19:21:16.083071"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 989], ["created_at", "2016-10-07 19:21:16.083998"], ["updated_at", "2016-10-07 19:21:16.083998"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 989], ["created_at", "2016-10-07 19:21:16.084938"], ["updated_at", "2016-10-07 19:21:16.084938"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 989], ["created_at", "2016-10-07 19:21:16.085889"], ["updated_at", "2016-10-07 19:21:16.085889"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 10], ["message_id", 989], ["created_at", "2016-10-07 19:21:16.086793"], ["updated_at", "2016-10-07 19:21:16.086793"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 990], ["created_at", "2016-10-07 19:21:16.087637"], ["updated_at", "2016-10-07 19:21:16.087637"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 990], ["created_at", "2016-10-07 19:21:16.088563"], ["updated_at", "2016-10-07 19:21:16.088563"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 48], ["message_id", 990], ["created_at", "2016-10-07 19:21:16.089803"], ["updated_at", "2016-10-07 19:21:16.089803"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 990], ["created_at", "2016-10-07 19:21:16.091802"], ["updated_at", "2016-10-07 19:21:16.091802"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 990], ["created_at", "2016-10-07 19:21:16.092851"], ["updated_at", "2016-10-07 19:21:16.092851"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 52], ["message_id", 990], ["created_at", "2016-10-07 19:21:16.094020"], ["updated_at", "2016-10-07 19:21:16.094020"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 26], ["message_id", 991], ["created_at", "2016-10-07 19:21:16.095207"], ["updated_at", "2016-10-07 19:21:16.095207"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 991], ["created_at", "2016-10-07 19:21:16.096409"], ["updated_at", "2016-10-07 19:21:16.096409"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 34], ["message_id", 991], ["created_at", "2016-10-07 19:21:16.097476"], ["updated_at", "2016-10-07 19:21:16.097476"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 991], ["created_at", "2016-10-07 19:21:16.098663"], ["updated_at", "2016-10-07 19:21:16.098663"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 991], ["created_at", "2016-10-07 19:21:16.100365"], ["updated_at", "2016-10-07 19:21:16.100365"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 22], ["message_id", 992], ["created_at", "2016-10-07 19:21:16.102881"], ["updated_at", "2016-10-07 19:21:16.102881"]] SQL (0.2ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 992], ["created_at", "2016-10-07 19:21:16.104716"], ["updated_at", "2016-10-07 19:21:16.104716"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 51], ["message_id", 992], ["created_at", "2016-10-07 19:21:16.106232"], ["updated_at", "2016-10-07 19:21:16.106232"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 992], ["created_at", "2016-10-07 19:21:16.108779"], ["updated_at", "2016-10-07 19:21:16.108779"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 992], ["created_at", "2016-10-07 19:21:16.109929"], ["updated_at", "2016-10-07 19:21:16.109929"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 992], ["created_at", "2016-10-07 19:21:16.110958"], ["updated_at", "2016-10-07 19:21:16.110958"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 993], ["created_at", "2016-10-07 19:21:16.112021"], ["updated_at", "2016-10-07 19:21:16.112021"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 993], ["created_at", "2016-10-07 19:21:16.113179"], ["updated_at", "2016-10-07 19:21:16.113179"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 993], ["created_at", "2016-10-07 19:21:16.114199"], ["updated_at", "2016-10-07 19:21:16.114199"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 1], ["message_id", 993], ["created_at", "2016-10-07 19:21:16.115140"], ["updated_at", "2016-10-07 19:21:16.115140"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 45], ["message_id", 993], ["created_at", "2016-10-07 19:21:16.115991"], ["updated_at", "2016-10-07 19:21:16.115991"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 993], ["created_at", "2016-10-07 19:21:16.116845"], ["updated_at", "2016-10-07 19:21:16.116845"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 18], ["message_id", 994], ["created_at", "2016-10-07 19:21:16.117676"], ["updated_at", "2016-10-07 19:21:16.117676"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 50], ["message_id", 994], ["created_at", "2016-10-07 19:21:16.118537"], ["updated_at", "2016-10-07 19:21:16.118537"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 994], ["created_at", "2016-10-07 19:21:16.119405"], ["updated_at", "2016-10-07 19:21:16.119405"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 37], ["message_id", 994], ["created_at", "2016-10-07 19:21:16.120228"], ["updated_at", "2016-10-07 19:21:16.120228"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 994], ["created_at", "2016-10-07 19:21:16.121342"], ["updated_at", "2016-10-07 19:21:16.121342"]] SQL (0.3ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 994], ["created_at", "2016-10-07 19:21:16.122756"], ["updated_at", "2016-10-07 19:21:16.122756"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 995], ["created_at", "2016-10-07 19:21:16.124750"], ["updated_at", "2016-10-07 19:21:16.124750"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 33], ["message_id", 995], ["created_at", "2016-10-07 19:21:16.125859"], ["updated_at", "2016-10-07 19:21:16.125859"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 31], ["message_id", 995], ["created_at", "2016-10-07 19:21:16.126950"], ["updated_at", "2016-10-07 19:21:16.126950"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 20], ["message_id", 995], ["created_at", "2016-10-07 19:21:16.127921"], ["updated_at", "2016-10-07 19:21:16.127921"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 13], ["message_id", 995], ["created_at", "2016-10-07 19:21:16.129169"], ["updated_at", "2016-10-07 19:21:16.129169"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 996], ["created_at", "2016-10-07 19:21:16.130369"], ["updated_at", "2016-10-07 19:21:16.130369"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 35], ["message_id", 996], ["created_at", "2016-10-07 19:21:16.131295"], ["updated_at", "2016-10-07 19:21:16.131295"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 12], ["message_id", 996], ["created_at", "2016-10-07 19:21:16.132175"], ["updated_at", "2016-10-07 19:21:16.132175"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 996], ["created_at", "2016-10-07 19:21:16.133041"], ["updated_at", "2016-10-07 19:21:16.133041"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 996], ["created_at", "2016-10-07 19:21:16.133891"], ["updated_at", "2016-10-07 19:21:16.133891"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 16], ["message_id", 996], ["created_at", "2016-10-07 19:21:16.134895"], ["updated_at", "2016-10-07 19:21:16.134895"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 997], ["created_at", "2016-10-07 19:21:16.136146"], ["updated_at", "2016-10-07 19:21:16.136146"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 25], ["message_id", 997], ["created_at", "2016-10-07 19:21:16.137118"], ["updated_at", "2016-10-07 19:21:16.137118"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 997], ["created_at", "2016-10-07 19:21:16.138009"], ["updated_at", "2016-10-07 19:21:16.138009"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 40], ["message_id", 997], ["created_at", "2016-10-07 19:21:16.139260"], ["updated_at", "2016-10-07 19:21:16.139260"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 21], ["message_id", 997], ["created_at", "2016-10-07 19:21:16.141208"], ["updated_at", "2016-10-07 19:21:16.141208"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 997], ["created_at", "2016-10-07 19:21:16.142410"], ["updated_at", "2016-10-07 19:21:16.142410"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 4], ["message_id", 998], ["created_at", "2016-10-07 19:21:16.143453"], ["updated_at", "2016-10-07 19:21:16.143453"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 47], ["message_id", 998], ["created_at", "2016-10-07 19:21:16.144580"], ["updated_at", "2016-10-07 19:21:16.144580"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 5], ["message_id", 998], ["created_at", "2016-10-07 19:21:16.145619"], ["updated_at", "2016-10-07 19:21:16.145619"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 29], ["message_id", 998], ["created_at", "2016-10-07 19:21:16.146574"], ["updated_at", "2016-10-07 19:21:16.146574"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 998], ["created_at", "2016-10-07 19:21:16.147432"], ["updated_at", "2016-10-07 19:21:16.147432"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 9], ["message_id", 998], ["created_at", "2016-10-07 19:21:16.148345"], ["updated_at", "2016-10-07 19:21:16.148345"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 55], ["message_id", 999], ["created_at", "2016-10-07 19:21:16.149172"], ["updated_at", "2016-10-07 19:21:16.149172"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 46], ["message_id", 999], ["created_at", "2016-10-07 19:21:16.150028"], ["updated_at", "2016-10-07 19:21:16.150028"]] SQL (0.0ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 58], ["message_id", 999], ["created_at", "2016-10-07 19:21:16.150876"], ["updated_at", "2016-10-07 19:21:16.150876"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 59], ["message_id", 999], ["created_at", "2016-10-07 19:21:16.151882"], ["updated_at", "2016-10-07 19:21:16.151882"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 8], ["message_id", 999], ["created_at", "2016-10-07 19:21:16.152845"], ["updated_at", "2016-10-07 19:21:16.152845"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 19], ["message_id", 999], ["created_at", "2016-10-07 19:21:16.153722"], ["updated_at", "2016-10-07 19:21:16.153722"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 32], ["message_id", 1000], ["created_at", "2016-10-07 19:21:16.154600"], ["updated_at", "2016-10-07 19:21:16.154600"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 60], ["message_id", 1000], ["created_at", "2016-10-07 19:21:16.155776"], ["updated_at", "2016-10-07 19:21:16.155776"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 2], ["message_id", 1000], ["created_at", "2016-10-07 19:21:16.157789"], ["updated_at", "2016-10-07 19:21:16.157789"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 49], ["message_id", 1000], ["created_at", "2016-10-07 19:21:16.158979"], ["updated_at", "2016-10-07 19:21:16.158979"]] SQL (0.1ms) INSERT INTO "jera_push_messages_devices" ("device_id", "message_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["device_id", 39], ["message_id", 1000], ["created_at", "2016-10-07 19:21:16.160140"], ["updated_at", "2016-10-07 19:21:16.160140"]]  (14.0ms) commit transaction JeraPush::Device Load (1.4ms) SELECT "jera_push_devices".* FROM "jera_push_devices"  (1.0ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 17]] JeraPush::Device Load (0.6ms) SELECT "jera_push_devices".* FROM "jera_push_devices"  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 51]] JeraPush::Device Load (0.4ms) SELECT "jera_push_devices".* FROM "jera_push_devices"  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 44]] JeraPush::Device Load (0.4ms) SELECT "jera_push_devices".* FROM "jera_push_devices"  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 49]] JeraPush::Device Load (0.4ms) SELECT "jera_push_devices".* FROM "jera_push_devices"  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 40]] JeraPush::Device Load (0.4ms) SELECT "jera_push_devices".* FROM "jera_push_devices"  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 31]] JeraPush::Device Load (0.8ms) SELECT "jera_push_devices".* FROM "jera_push_devices"  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 50]] JeraPush::Device Load (0.3ms) SELECT "jera_push_devices".* FROM "jera_push_devices"  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 26]] JeraPush::Device Load (0.5ms) SELECT "jera_push_devices".* FROM "jera_push_devices"  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 21]] JeraPush::Device Load (0.4ms) SELECT "jera_push_devices".* FROM "jera_push_devices"  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 45]] JeraPush::Device Load (0.4ms) SELECT "jera_push_devices".* FROM "jera_push_devices"  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 2]] JeraPush::Device Load (0.4ms) SELECT "jera_push_devices".* FROM "jera_push_devices"  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 2]]  (0.4ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 3]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 9]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 11]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 12]]  (0.4ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 13]]  (0.6ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 14]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 15]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 16]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 18]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 19]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 20]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 21]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 22]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 23]]  (0.5ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 25]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 26]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 28]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 29]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 30]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 31]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 32]]  (0.3ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 33]]  (0.3ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 34]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 35]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 36]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 37]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 38]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 39]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 40]]  (0.4ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 41]]  (0.3ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 42]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 43]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 44]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 45]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 46]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 47]]  (0.3ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 48]]  (0.4ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 49]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 50]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 51]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 52]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 53]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 54]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 55]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 56]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 57]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 58]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 59]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 60]] JeraPush::Device Load (0.3ms) SELECT "jera_push_devices".* FROM "jera_push_devices"  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 14]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 15]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 16]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 18]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 19]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 20]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 21]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 22]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 23]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 24]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 25]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 26]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 27]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 28]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 29]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 30]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 31]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 32]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 33]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 34]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 35]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 36]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 37]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 38]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 39]]  (0.6ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 40]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 41]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 42]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 43]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 44]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 45]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 46]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 47]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 48]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 49]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 50]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 51]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 52]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 53]]  (0.5ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 54]]  (0.6ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 55]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 56]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 57]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 58]]  (0.2ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 59]]  (0.1ms) SELECT COUNT(*) FROM "jera_push_messages" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE "jera_push_messages_devices"."device_id" = ? [["device_id", 60]] JeraPush::Message Load (3.9ms) SELECT "jera_push_messages".* FROM "jera_push_messages" JeraPush::Message Load (3.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" JeraPush::Message Load (2.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages"  (0.2ms) SELECT COUNT(*) FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 82]] JeraPush::Message Load (3.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages"  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 361]] JeraPush::Message Load (2.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages"  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 102]] JeraPush::Message Load (3.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages"  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 508]] JeraPush::Message Load (8.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages"  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 703]] JeraPush::Message Load (4.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages"  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 742]] JeraPush::Message Load (3.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages"  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 611]] JeraPush::Message Load (2.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages"  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 184]] JeraPush::Message Load (2.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages"  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 18]] JeraPush::Message Load (3.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages"  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 358]] JeraPush::Message Load (3.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages"  (0.2ms) SELECT COUNT(*) FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 751]] JeraPush::Message Load (5.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages"  (0.1ms) SELECT COUNT(*) FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 995]] JeraPush::Message Load (2.7ms) SELECT "jera_push_messages".* FROM "jera_push_messages"  (0.2ms) SELECT COUNT(*) FROM "jera_push_devices" INNER JOIN "jera_push_messages_devices" ON "jera_push_devices"."id" = "jera_push_messages_devices"."device_id" WHERE "jera_push_messages_devices"."message_id" = ? [["message_id", 859]] Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-07 16:23:14 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (4.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (88.5ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 149ms (Views: 125.6ms | ActiveRecord: 5.6ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:23:14 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:23:14 -0300 Started GET "/assets/jera_push/jera_push.self-ae5108d782e5a95733bc51b4a37362ddecbf94d9fe4b2e8242addb7738933942.css?body=1" for 127.0.0.1 at 2016-10-07 16:23:14 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:23:14 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:23:14 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:23:15 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 16:23:15 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:23:19 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (3.2ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.4ms) Completed 200 OK in 51ms (Views: 33.8ms | ActiveRecord: 0.2ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:23:20 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:27:08 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (1.2ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.4ms) Completed 200 OK in 71ms (Views: 68.3ms | ActiveRecord: 0.3ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:27:08 -0300 Started GET "/assets/jera_push/jera_push.self-ae5108d782e5a95733bc51b4a37362ddecbf94d9fe4b2e8242addb7738933942.css?body=1" for 127.0.0.1 at 2016-10-07 16:27:08 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:27:08 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:27:08 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:27:08 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:27:08 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:28:52 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.8ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 45ms (Views: 43.9ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:28:52 -0300 Started GET "/assets/jera_push/jera_push.self-ae5108d782e5a95733bc51b4a37362ddecbf94d9fe4b2e8242addb7738933942.css?body=1" for 127.0.0.1 at 2016-10-07 16:28:52 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:28:52 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:28:52 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:28:52 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:28:52 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Thin.woff2" for 127.0.0.1 at 2016-10-07 16:29:40 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Light.woff2" for 127.0.0.1 at 2016-10-07 16:29:41 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Medium.woff2" for 127.0.0.1 at 2016-10-07 16:29:41 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 16:29:41 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:31:09 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.9ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 44ms (Views: 42.8ms | ActiveRecord: 0.3ms) Started GET "/assets/jera_push/jera_push.self-2593e73c7eb64061423a1d8a70b84a1a2a86dbba703ffa661649865541e1ff84.css?body=1" for 127.0.0.1 at 2016-10-07 16:31:09 -0300 Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:31:09 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:31:09 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:31:09 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:31:09 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:31:09 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Medium.woff2" for 127.0.0.1 at 2016-10-07 16:31:09 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:31:37 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.5ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (1.3ms) Completed 200 OK in 48ms (Views: 47.3ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/jera_push.self-4aeb71f3a0c11f4a9e6f1a59d500134329f546ae89961bead7575e009fd7c886.css?body=1" for 127.0.0.1 at 2016-10-07 16:31:37 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:31:37 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:31:37 -0300 Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:31:37 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:31:37 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:31:37 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:31:58 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.7ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.4ms) Completed 200 OK in 45ms (Views: 43.7ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:31:58 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:31:58 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:31:58 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:31:58 -0300 Started GET "/assets/jera_push/jera_push.self-cc968c66d20860b23427b0f26e6e640b5dc262319feaad7ea682a9011095503c.css?body=1" for 127.0.0.1 at 2016-10-07 16:31:58 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:31:58 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:32:10 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.8ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.6ms) Completed 200 OK in 23ms (Views: 21.1ms | ActiveRecord: 0.3ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:32:10 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:32:10 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:32:10 -0300 Started GET "/assets/jera_push/jera_push.self-cc968c66d20860b23427b0f26e6e640b5dc262319feaad7ea682a9011095503c.css?body=1" for 127.0.0.1 at 2016-10-07 16:32:10 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:32:10 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:32:10 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Medium.woff2" for 127.0.0.1 at 2016-10-07 16:32:10 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:32:26 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.5ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.4ms) Completed 200 OK in 48ms (Views: 46.9ms | ActiveRecord: 0.2ms) Started GET "/assets/jera_push/jera_push.self-cd7966e59370268eee31482ab10339b3a5ce13d7962fef3d4aba585d2aaedb10.css?body=1" for 127.0.0.1 at 2016-10-07 16:32:26 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:32:26 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:32:26 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:32:26 -0300 Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:32:26 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:32:26 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:32:36 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (1.1ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.4ms) Completed 200 OK in 47ms (Views: 46.0ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/jera_push.self-a65814db8fe4c4b8f2e3ee07408fcb72136887818e967444165da2a5bd35e2f1.css?body=1" for 127.0.0.1 at 2016-10-07 16:32:37 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:32:37 -0300 Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:32:37 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:32:37 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:32:37 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:32:37 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:33:24 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.6ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.7ms) Completed 200 OK in 57ms (Views: 56.7ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:33:24 -0300 Started GET "/assets/jera_push/jera_push.self-8f533a7a0ed287adb0376053955bef4cc3e3f0e284215ed72b04092180d8a27a.css?body=1" for 127.0.0.1 at 2016-10-07 16:33:24 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:33:24 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:33:24 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:33:24 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:33:25 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:33:25 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.7ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.5ms) Completed 200 OK in 23ms (Views: 22.7ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:33:25 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:33:25 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:33:25 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:33:25 -0300 Started GET "/assets/jera_push/jera_push.self-8f533a7a0ed287adb0376053955bef4cc3e3f0e284215ed72b04092180d8a27a.css?body=1" for 127.0.0.1 at 2016-10-07 16:33:25 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:33:26 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:33:29 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.7ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.4ms) Completed 200 OK in 53ms (Views: 51.8ms | ActiveRecord: 0.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:33:29 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:33:29 -0300 Started GET "/assets/jera_push/jera_push.self-f51219318331e05efea93363187daf3a148f82c4d1a28b8044b7df7c38a52b7b.css?body=1" for 127.0.0.1 at 2016-10-07 16:33:29 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:33:29 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:33:29 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:33:29 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:34:13 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.4ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 46ms (Views: 43.2ms | ActiveRecord: 0.5ms) Started GET "/assets/jera_push/jera_push.self-b14c36d003c9ce86a9d68bf4e645abf8dea5d942d1842caa5d6a37da5dc3bfb6.css?body=1" for 127.0.0.1 at 2016-10-07 16:34:13 -0300 Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:34:13 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:34:13 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:34:13 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:34:13 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:34:13 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:35:17 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (1.6ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.5ms) Completed 200 OK in 31ms (Views: 30.2ms | ActiveRecord: 0.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:35:17 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:35:17 -0300 Started GET "/assets/jera_push/jera_push.self-b14c36d003c9ce86a9d68bf4e645abf8dea5d942d1842caa5d6a37da5dc3bfb6.css?body=1" for 127.0.0.1 at 2016-10-07 16:35:17 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:35:17 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:35:17 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:35:17 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:35:21 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.9ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.6ms) Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:35:21 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:35:21 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:35:21 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:35:21 -0300 Started GET "/assets/jera_push/jera_push.self-b14c36d003c9ce86a9d68bf4e645abf8dea5d942d1842caa5d6a37da5dc3bfb6.css?body=1" for 127.0.0.1 at 2016-10-07 16:35:21 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:35:22 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:35:40 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.6ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 48ms (Views: 46.2ms | ActiveRecord: 0.5ms) Started GET "/assets/jera_push/jera_push.self-6e978245256b4ecebb4ae347df2406c7c75d4838a79b4feb440998784fc16c9e.css?body=1" for 127.0.0.1 at 2016-10-07 16:35:40 -0300 Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:35:40 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:35:40 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:35:40 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:35:40 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:35:40 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:35:46 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.3ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.4ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 46ms (Views: 44.7ms | ActiveRecord: 0.3ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:35:46 -0300 Started GET "/assets/jera_push/jera_push.self-68324e15fd404781c6e25dee315946bf867fdabd3b948d20db48f3130ee30534.css?body=1" for 127.0.0.1 at 2016-10-07 16:35:46 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:35:46 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:35:46 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:35:46 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:35:46 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:35:47 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (0.5ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:35:47 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:35:47 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:35:47 -0300 Started GET "/assets/jera_push/jera_push.self-68324e15fd404781c6e25dee315946bf867fdabd3b948d20db48f3130ee30534.css?body=1" for 127.0.0.1 at 2016-10-07 16:35:47 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:35:47 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:35:47 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:36:07 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (1.3ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 48ms (Views: 46.1ms | ActiveRecord: 0.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:36:07 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:36:07 -0300 Started GET "/assets/jera_push/jera_push.self-dff11ce8ce498c62c6021b76dcfce9557367612ae43cc1f48ac94685c561d08c.css?body=1" for 127.0.0.1 at 2016-10-07 16:36:07 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:36:07 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:36:07 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:36:08 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:36:38 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (41.3ms) Completed 500 Internal Server Error in 44ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `platform' for nil:NilClass): 22: <% JeraPush::Device.platform.values.each do |platform| %> 23:
24:

25: <%= check_box_tag :"platform[]", platform, @filter.platform.include?(platform), id: "platform_#{platform}" %> 26:

28:
/home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:25:in `block (2 levels) in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___3092427403975415154_70181893737620' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___3092427403975415154_70181893737620' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.7.1) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:20:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___3092427403975415154_70181893737620' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.2ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:37:15 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (1.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (2.7ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 1.1ms) ActionView::Template::Error (undefined method `platform' for nil:NilClass): 22: <% JeraPush::Device.platform.values.each do |platform| %> 23:
24:

25: <%= check_box_tag :"platform[]", platform, @filter.platform.include?(platform), id: "platform_#{platform}" %> 26:

28:
/home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:25:in `block (2 levels) in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___3092427403975415154_70181893737620' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___3092427403975415154_70181893737620' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.7.1) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:20:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___3092427403975415154_70181893737620' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (29.6ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:37:17 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (3.1ms) Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `platform' for nil:NilClass): 22: <% JeraPush::Device.platform.values.each do |platform| %> 23:
24:

25: <%= check_box_tag :"platform[]", platform, @filter.platform.include?(platform), id: "platform_#{platform}" %> 26:

28:
/home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:25:in `block (2 levels) in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___3092427403975415154_70181893737620' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___3092427403975415154_70181893737620' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.7.1) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:20:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___3092427403975415154_70181893737620' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (18.8ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:38:05 -0300 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (435.6ms) Completed 500 Internal Server Error in 467ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined method `platform' for nil:NilClass): 22: <% JeraPush::Device.platform.values.each do |platform| %> 23:
24:

25: <%= check_box_tag :"platform[]", platform, @filter.platform.include?(platform), id: "platform_#{platform}" %> 26:

28:
/home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:25:in `block (2 levels) in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__2817164357220131980_40743560' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__2817164357220131980_40743560' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.7.1) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:20:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__2817164357220131980_40743560' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (30.6ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:39:09 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (3.2ms) Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `platform' for nil:NilClass): 22: <% JeraPush::Device.platform.values.each do |platform| %> 23:
24:

25: <%= check_box_tag :"platform[]", platform, @filter.platform.include?(platform), id: "platform_#{platform}" %> 26:

28:
/home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:25:in `block (2 levels) in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__2817164357220131980_70030593202500' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__2817164357220131980_70030593202500' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.7.1) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:20:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__2817164357220131980_70030593202500' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.8ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:39:11 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (2.0ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `platform' for nil:NilClass): 22: <% JeraPush::Device.platform.values.each do |platform| %> 23:
24:

25: <%= check_box_tag :"platform[]", platform, @filter.platform.include?(platform), id: "platform_#{platform}" %> 26:

28:
/home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:25:in `block (2 levels) in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__2817164357220131980_70030593202500' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__2817164357220131980_70030593202500' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.7.1) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:20:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__2817164357220131980_70030593202500' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.7ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:40:05 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (5.7ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `field' for nil:NilClass): 20: <%= form_tag jera_push_admin_messages_path, method: :get, class: 'col s12' do |f| %> 21:
22:
23: <%= select_tag :field, options_for_select(devices_fields_for_filter_select, @filter.field) %> 24:
25:
26: <%= text_field_tag :value, @filter.value %> /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:23:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__2817164357220131980_70030592985100' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.7.1) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:20:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__2817164357220131980_70030592985100' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.2ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:40:15 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (1.1ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (1.3ms) Completed 200 OK in 466ms (Views: 465.1ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:40:16 -0300 Started GET "/assets/jera_push/jera_push.self-dff11ce8ce498c62c6021b76dcfce9557367612ae43cc1f48ac94685c561d08c.css?body=1" for 127.0.0.1 at 2016-10-07 16:40:16 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:40:16 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:40:16 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:40:16 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:40:16 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:40:47 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (2.9ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (1.0ms) Completed 200 OK in 33ms (Views: 31.8ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/jera_push.self-dff11ce8ce498c62c6021b76dcfce9557367612ae43cc1f48ac94685c561d08c.css?body=1" for 127.0.0.1 at 2016-10-07 16:40:47 -0300 Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:40:47 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:40:47 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:40:47 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:40:47 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:40:47 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:40:56 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (3.8ms) Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `platform' for nil:NilClass): 22: <% JeraPush::Device.platform.values.each do |platform| %> 23:
24:

25: <%= check_box_tag :"platform[]", platform, @filter.platform.include?(platform), id: "platform_#{platform}" %> 26:

28:
/home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:25:in `block (2 levels) in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__2817164357220131980_70030597354180' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__2817164357220131980_70030597354180' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.7.1) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:20:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__2817164357220131980_70030597354180' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.9ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:42:00 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (1.5ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.4ms) Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:42:00 -0300 Started GET "/assets/jera_push/jera_push.self-dff11ce8ce498c62c6021b76dcfce9557367612ae43cc1f48ac94685c561d08c.css?body=1" for 127.0.0.1 at 2016-10-07 16:42:00 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:42:00 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:42:00 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:42:00 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:42:01 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:42:08 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (4.4ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 47ms (Views: 46.4ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:42:08 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:42:08 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:42:08 -0300 Started GET "/assets/jera_push/jera_push.self-dff11ce8ce498c62c6021b76dcfce9557367612ae43cc1f48ac94685c561d08c.css?body=1" for 127.0.0.1 at 2016-10-07 16:42:08 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:42:08 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:42:08 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:42:09 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (1.0ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 26ms (Views: 25.4ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:42:09 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:42:09 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:42:09 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:42:09 -0300 Started GET "/assets/jera_push/jera_push.self-dff11ce8ce498c62c6021b76dcfce9557367612ae43cc1f48ac94685c561d08c.css?body=1" for 127.0.0.1 at 2016-10-07 16:42:09 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:42:09 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:42:15 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (8.4ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `platform' for nil:NilClass): 22: <% JeraPush::Device.platform.values.each do |platform| %> 23:
24:

25: <%= check_box_tag :"platform[]", platform, @filter.platform.include?(platform), id: "platform_#{platform}" %> 26:

28:
/home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:25:in `block (2 levels) in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__2817164357220131980_70030550505240' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__2817164357220131980_70030550505240' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.7.1) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:20:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__2817164357220131980_70030550505240' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (18.6ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:42:34 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (1.6ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:42:34 -0300 Started GET "/assets/jera_push/jera_push.self-dff11ce8ce498c62c6021b76dcfce9557367612ae43cc1f48ac94685c561d08c.css?body=1" for 127.0.0.1 at 2016-10-07 16:42:34 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:42:34 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:42:34 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:42:34 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:42:34 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:42:58 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (2.9ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 19ms (Views: 18.3ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:42:58 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:42:58 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:42:58 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:42:58 -0300 Started GET "/assets/jera_push/jera_push.self-dff11ce8ce498c62c6021b76dcfce9557367612ae43cc1f48ac94685c561d08c.css?body=1" for 127.0.0.1 at 2016-10-07 16:42:58 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:42:58 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:43:03 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (2.9ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.9ms) Completed 200 OK in 32ms (Views: 31.4ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:43:03 -0300 Started GET "/assets/jera_push/jera_push.self-dff11ce8ce498c62c6021b76dcfce9557367612ae43cc1f48ac94685c561d08c.css?body=1" for 127.0.0.1 at 2016-10-07 16:43:03 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:43:03 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:43:03 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:43:03 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:43:03 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:43:51 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (4.6ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `platform' for nil:NilClass): 22: <% JeraPush::Device.platform.values.each do |platform| %> 23:
24:

25: <%= check_box_tag :"platform[]", platform, @filter.platform.include?(platform), id: "platform_#{platform}" %> 26:

28:
/home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:25:in `block (2 levels) in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__2817164357220131980_70030597797160' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__2817164357220131980_70030597797160' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.7.1) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:20:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__2817164357220131980_70030597797160' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.4ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:44:12 -0300 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (480.5ms) Completed 500 Internal Server Error in 515ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `platform' for nil:NilClass): 22: <% JeraPush::Device.platform.values.each do |platform| %> 23:
24:

25: <%= check_box_tag :"platform[]", platform, @filter.platform.include?(platform), id: "platform_#{platform}" %> 26:

28:
/home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:25:in `block (2 levels) in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___4134922404483125901_39768440' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___4134922404483125901_39768440' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.7.1) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:20:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___4134922404483125901_39768440' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (30.5ms) Started GET "/jera_push/admin/devices" for 127.0.0.1 at 2016-10-07 16:44:41 -0300 Processing by JeraPush::Admin::DevicesController#index as HTML SQL (0.9ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/devices/index.html.erb within layouts/jera_push/jera_push (59.9ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (1.2ms) Completed 200 OK in 474ms (Views: 468.9ms | ActiveRecord: 1.5ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:44:41 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 16:44:41 -0300 Started GET "/jera_push/admin/devices" for 127.0.0.1 at 2016-10-07 16:44:50 -0300 Processing by JeraPush::Admin::DevicesController#index as HTML SQL (0.9ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/devices/index.html.erb within layouts/jera_push/jera_push (17.4ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.6ms) Completed 200 OK in 45ms (Views: 42.4ms | ActiveRecord: 1.0ms) Started GET "/assets/jera_push/jera_push.self-dff11ce8ce498c62c6021b76dcfce9557367612ae43cc1f48ac94685c561d08c.css?body=1" for 127.0.0.1 at 2016-10-07 16:44:50 -0300 Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:44:50 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:44:50 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:44:50 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:44:50 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:44:51 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 16:44:51 -0300 Started GET "/jera_push/admin/devices" for 127.0.0.1 at 2016-10-07 16:45:31 -0300 Processing by JeraPush::Admin::DevicesController#index as HTML SQL (1.0ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" SQL (4.2ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/devices/index.html.erb within layouts/jera_push/jera_push (64.9ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 107ms (Views: 101.2ms | ActiveRecord: 5.4ms) Started GET "/assets/jera_push/jera_push.self-dff11ce8ce498c62c6021b76dcfce9557367612ae43cc1f48ac94685c561d08c.css?body=1" for 127.0.0.1 at 2016-10-07 16:45:31 -0300 Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:45:31 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:45:31 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:45:31 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:45:31 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:45:32 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 16:45:32 -0300 Started GET "/jera_push/admin/devices" for 127.0.0.1 at 2016-10-07 16:48:38 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::DevicesController#index as HTML SQL (0.6ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/devices/index.html.erb within layouts/jera_push/jera_push (460.6ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (1.5ms) Completed 200 OK in 866ms (Views: 847.5ms | ActiveRecord: 1.3ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:48:39 -0300 Started GET "/assets/jera_push/jera_push.self-dff11ce8ce498c62c6021b76dcfce9557367612ae43cc1f48ac94685c561d08c.css?body=1" for 127.0.0.1 at 2016-10-07 16:48:39 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:48:39 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:48:39 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:48:39 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:48:39 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 16:48:39 -0300 Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-07 16:48:41 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (8.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (134.5ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (1.6ms) Completed 200 OK in 243ms (Views: 172.5ms | ActiveRecord: 8.8ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:48:42 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 16:48:42 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:48:43 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (2.2ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.7ms) Completed 200 OK in 52ms (Views: 42.0ms | ActiveRecord: 0.2ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:48:43 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:49:07 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (7.5ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (1.3ms) Completed 200 OK in 51ms (Views: 46.1ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:49:07 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:49:07 -0300 Started GET "/assets/jera_push/jera_push.self-dff11ce8ce498c62c6021b76dcfce9557367612ae43cc1f48ac94685c561d08c.css?body=1" for 127.0.0.1 at 2016-10-07 16:49:07 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:49:07 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:49:07 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:49:07 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:49:21 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (10.8ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 38ms (Views: 34.7ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:49:21 -0300 Started GET "/assets/jera_push/jera_push.self-dff11ce8ce498c62c6021b76dcfce9557367612ae43cc1f48ac94685c561d08c.css?body=1" for 127.0.0.1 at 2016-10-07 16:49:21 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:49:21 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:49:21 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:49:21 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:49:21 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:50:09 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (2.9ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.5ms) Completed 200 OK in 45ms (Views: 43.1ms | ActiveRecord: 0.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:50:09 -0300 Started GET "/assets/jera_push/jera_push.self-dff11ce8ce498c62c6021b76dcfce9557367612ae43cc1f48ac94685c561d08c.css?body=1" for 127.0.0.1 at 2016-10-07 16:50:09 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:50:09 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:50:09 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:50:09 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:50:09 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:51:25 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id SQL (1.1ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = 1) ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (20.3ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.8ms) Completed 200 OK in 50ms (Views: 47.8ms | ActiveRecord: 1.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:51:25 -0300 Started GET "/assets/jera_push/jera_push.self-dff11ce8ce498c62c6021b76dcfce9557367612ae43cc1f48ac94685c561d08c.css?body=1" for 127.0.0.1 at 2016-10-07 16:51:25 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:51:25 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:51:25 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:51:25 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:51:25 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 16:51:25 -0300 Started GET "/jera_push/admin/messages?utf8=%E2%9C%93&platform%5B%5D=android&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 16:51:33 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML Parameters: {"utf8"=>"✓", "platform"=>["android"], "field"=>"token", "value"=>"", "commit"=>"Filtrar"} JeraPush::Message Load (4.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (88.6ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 123ms (Views: 106.3ms | ActiveRecord: 4.4ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:51:33 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 16:51:33 -0300 Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-07 16:51:35 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (6.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (87.0ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.4ms) Completed 200 OK in 126ms (Views: 102.6ms | ActiveRecord: 6.8ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:51:35 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 16:51:35 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:51:36 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id SQL (0.4ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = 1) ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (5.7ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.4ms) Completed 200 OK in 24ms (Views: 21.7ms | ActiveRecord: 0.5ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:51:36 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 16:51:36 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 16:51:53 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id SQL (0.4ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = 1) ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (7.2ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.5ms) Completed 200 OK in 44ms (Views: 38.9ms | ActiveRecord: 1.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 16:51:53 -0300 Started GET "/assets/jera_push/jera_push.self-dff11ce8ce498c62c6021b76dcfce9557367612ae43cc1f48ac94685c561d08c.css?body=1" for 127.0.0.1 at 2016-10-07 16:51:53 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 16:51:53 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 16:51:53 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 16:51:53 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:51:53 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 16:51:53 -0300 Started GET "/jera_push/admin/messages/1?utf8=%E2%9C%93&platform%5B%5D=android&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 16:51:56 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"utf8"=>"✓", "platform"=>["android"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: utf8, commit, id SQL (0.4ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = 1) AND (jera_push_devices.platform in ('android')) ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (5.3ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (1.1ms) Completed 200 OK in 27ms (Views: 23.8ms | ActiveRecord: 0.5ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:51:57 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 16:51:57 -0300 Started GET "/jera_push/admin/messages/1?utf8=%E2%9C%93&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 16:52:09 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"utf8"=>"✓", "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: utf8, commit, id SQL (0.4ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = 1) ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (3.8ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 22ms (Views: 19.9ms | ActiveRecord: 0.5ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 16:52:09 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 16:52:09 -0300 Started GET "/jera_push/admin/devices" for 127.0.0.1 at 2016-10-07 17:24:36 -0300 Processing by JeraPush::Admin::DevicesController#index as HTML SQL (1.0ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/devices/index.html.erb within layouts/jera_push/jera_push (16.9ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 43ms (Views: 41.2ms | ActiveRecord: 1.3ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 17:24:36 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 17:24:36 -0300 Started GET "/jera_push/admin/messages" for 127.0.0.1 at 2016-10-07 17:24:46 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (7.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (60.5ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.4ms) Completed 200 OK in 104ms (Views: 79.1ms | ActiveRecord: 7.2ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 17:24:47 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 17:24:47 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 17:24:48 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id SQL (0.5ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = 1) ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (5.5ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 29ms (Views: 27.0ms | ActiveRecord: 0.6ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 17:24:48 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 17:24:48 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 17:27:43 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id SQL (0.9ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = 1) ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (11.1ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.4ms) Completed 200 OK in 111ms (Views: 108.5ms | ActiveRecord: 1.0ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 17:27:43 -0300 Started GET "/assets/jera_push/jera_push.self-dff11ce8ce498c62c6021b76dcfce9557367612ae43cc1f48ac94685c561d08c.css?body=1" for 127.0.0.1 at 2016-10-07 17:27:43 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 17:27:43 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 17:27:43 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 17:27:43 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 17:27:44 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 17:27:44 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 17:28:11 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id SQL (0.4ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = 1) ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (6.2ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 20ms (Views: 18.3ms | ActiveRecord: 0.5ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 17:28:12 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 17:28:12 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 17:28:12 -0300 Started GET "/assets/jera_push/jera_push.self-dff11ce8ce498c62c6021b76dcfce9557367612ae43cc1f48ac94685c561d08c.css?body=1" for 127.0.0.1 at 2016-10-07 17:28:12 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 17:28:12 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 17:28:12 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 17:28:12 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 19:43:46 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (1.0ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id SQL (0.4ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = 1) ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (4.8ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 70ms (Views: 65.3ms | ActiveRecord: 1.4ms) Started GET "/assets/jera_push/jera_push.self-822990e4f9a9b4a1ed1943b062558febfd8611fe3af9cf410ee203f7d58e443a.css?body=1" for 127.0.0.1 at 2016-10-07 19:43:46 -0300 Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 19:43:46 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 19:43:46 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 19:43:46 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 19:43:46 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 19:43:47 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 19:43:47 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 19:43:51 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id SQL (0.5ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = 1) ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (4.2ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.4ms) Completed 200 OK in 23ms (Views: 20.9ms | ActiveRecord: 0.6ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 19:43:51 -0300 Started GET "/assets/jera_push/jera_push.self-822990e4f9a9b4a1ed1943b062558febfd8611fe3af9cf410ee203f7d58e443a.css?body=1" for 127.0.0.1 at 2016-10-07 19:43:51 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 19:43:51 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 19:43:51 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 19:43:51 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 19:43:51 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 19:43:51 -0300 Started GET "/jera_push/admin/messages/1?utf8=%E2%9C%93&platform%5B%5D=ios&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:44:03 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"utf8"=>"✓", "platform"=>["ios"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: utf8, commit, id SQL (0.4ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = 1) AND (jera_push_devices.platform in ('ios')) ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (4.3ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (1.0ms) Completed 200 OK in 30ms (Views: 27.8ms | ActiveRecord: 0.5ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 19:44:03 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 19:44:03 -0300 Started GET "/jera_push/admin/messages/1?utf8=%E2%9C%93&platform%5B%5D=ios&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:45:59 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"utf8"=>"✓", "platform"=>["ios"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} JeraPush::Message Load (0.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (5.4ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `platform' for nil:NilClass): 22: <% JeraPush::Device.platform.values.each do |platform| %> 23:
24:

25: <%= check_box_tag :"platform[]", platform, @filter.platform.include?(platform), id: "platform_#{platform}" %> 26:

28:
/home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:25:in `block (2 levels) in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___4104901317859741436_70261168863560' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___4104901317859741436_70261168863560' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.7.1) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:20:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___4104901317859741436_70261168863560' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.6ms) Started GET "/jera_push/admin/messages/1?utf8=%E2%9C%93&platform%5B%5D=ios&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:46:18 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"utf8"=>"✓", "platform"=>["ios"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} JeraPush::Message Load (0.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (2.4ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.8ms) ActionView::Template::Error (undefined method `platform' for nil:NilClass): 22: <% JeraPush::Device.platform.values.each do |platform| %> 23:
24:

25: <%= check_box_tag :"platform[]", platform, @filter.platform.include?(platform), id: "platform_#{platform}" %> 26:

28:
/home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:25:in `block (2 levels) in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___4104901317859741436_70261168863560' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___4104901317859741436_70261168863560' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.7.1) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:20:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___4104901317859741436_70261168863560' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.5ms) Started GET "/jera_push/admin/messages/1?utf8=%E2%9C%93&platform%5B%5D=ios&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:46:19 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"utf8"=>"✓", "platform"=>["ios"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (2.0ms) Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `platform' for nil:NilClass): 22: <% JeraPush::Device.platform.values.each do |platform| %> 23:
24:

25: <%= check_box_tag :"platform[]", platform, @filter.platform.include?(platform), id: "platform_#{platform}" %> 26:

28:
/home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:25:in `block (2 levels) in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___4104901317859741436_70261168863560' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `each' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:22:in `block in __home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___4104901317859741436_70261168863560' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' actionview (4.2.7.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.2.7.1) lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:20:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___4104901317859741436_70261168863560' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.6ms) Started GET "/jera_push/admin/messages/1?utf8=%E2%9C%93&platform%5B%5D=ios&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:47:22 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"utf8"=>"✓", "platform"=>["ios"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} JeraPush::Message Load (0.8ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: utf8, commit, id SQL (1.1ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = 1) AND (jera_push_devices.platform in ('ios')) ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (6.0ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 36ms (Views: 29.9ms | ActiveRecord: 1.9ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 19:47:22 -0300 Started GET "/assets/jera_push/jera_push.self-822990e4f9a9b4a1ed1943b062558febfd8611fe3af9cf410ee203f7d58e443a.css?body=1" for 127.0.0.1 at 2016-10-07 19:47:22 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 19:47:22 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 19:47:22 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 19:47:22 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 19:47:22 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 19:47:22 -0300 Started GET "/jera_push/admin/messages/1?utf8=%E2%9C%93&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:47:26 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"utf8"=>"✓", "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: utf8, commit, id SQL (0.5ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = 1) ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (4.0ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 25ms (Views: 22.5ms | ActiveRecord: 0.6ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 19:47:26 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 19:47:26 -0300 Started GET "/jera_push/admin/messages/1?utf8=%E2%9C%93&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:49:26 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"utf8"=>"✓", "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} JeraPush::Message Load (0.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: utf8, commit, id SQL (1.6ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = 1) ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (6.3ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 30ms (Views: 25.0ms | ActiveRecord: 2.1ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 19:49:26 -0300 Started GET "/assets/jera_push/jera_push.self-822990e4f9a9b4a1ed1943b062558febfd8611fe3af9cf410ee203f7d58e443a.css?body=1" for 127.0.0.1 at 2016-10-07 19:49:26 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 19:49:26 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 19:49:26 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 19:49:26 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 19:49:27 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 19:49:27 -0300 Started GET "/jera_push/admin/messages/1?utf8=%E2%9C%93&platform%5B%5D=ios&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:49:31 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"utf8"=>"✓", "platform"=>["ios"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: utf8, commit, id SQL (0.3ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = 1) AND (jera_push_devices.platform in ('ios')) ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (3.9ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.2ms) Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.4ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 19:49:31 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 19:49:31 -0300 Started GET "/jera_push/admin/messages/1?utf8=%E2%9C%93&platform%5B%5D=ios&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:49:52 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"utf8"=>"✓", "platform"=>["ios"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: utf8, commit, id SQL (0.5ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = 1) AND (jera_push_devices.platform in ('ios')) ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (4.4ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 23ms (Views: 20.7ms | ActiveRecord: 0.6ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 19:49:52 -0300 Started GET "/assets/jera_push/jera_push.self-822990e4f9a9b4a1ed1943b062558febfd8611fe3af9cf410ee203f7d58e443a.css?body=1" for 127.0.0.1 at 2016-10-07 19:49:52 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 19:49:52 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 19:49:52 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 19:49:52 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 19:49:52 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 19:49:52 -0300 Started GET "/jera_push/admin/messages/1?utf8=%E2%9C%93&platform%5B%5D=ios&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:49:53 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"utf8"=>"✓", "platform"=>["ios"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: utf8, commit, id SQL (0.4ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = 1) AND (jera_push_devices.platform in ('ios')) ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (6.9ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.5ms) Completed 200 OK in 32ms (Views: 29.3ms | ActiveRecord: 0.5ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 19:49:54 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 19:49:54 -0300 Started GET "/jera_push/admin/messages/1?utf8=%E2%9C%93&platform%5B%5D=chrome&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:49:58 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"utf8"=>"✓", "platform"=>["chrome"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: utf8, commit, id SQL (0.4ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = 1) AND (jera_push_devices.platform in ('chrome')) ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (3.5ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 25ms (Views: 23.2ms | ActiveRecord: 0.5ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 19:49:58 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 19:49:58 -0300 Started GET "/jera_push/admin/messages/1?utf8=%E2%9C%93&platform%5B%5D=chrome&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:52:33 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"utf8"=>"✓", "platform"=>["chrome"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} JeraPush::Message Load (0.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: utf8, commit, id SQL (0.8ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = 1) AND (jera_push_devices.platform in ('chrome')) ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (3.4ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.3ms) Completed 200 OK in 19ms (Views: 16.1ms | ActiveRecord: 1.2ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 19:52:33 -0300 Started GET "/assets/jera_push/jera_push.self-822990e4f9a9b4a1ed1943b062558febfd8611fe3af9cf410ee203f7d58e443a.css?body=1" for 127.0.0.1 at 2016-10-07 19:52:33 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 19:52:33 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 19:52:33 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 19:52:33 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 19:52:34 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 19:52:34 -0300 Started GET "/jera_push/admin/messages/1?utf8=%E2%9C%93&platform%5B%5D=chrome&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:52:36 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"utf8"=>"✓", "platform"=>["chrome"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: utf8, commit, id SQL (0.6ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = 1) AND (jera_push_devices.platform in ('chrome')) ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (5.5ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.4ms) Completed 200 OK in 30ms (Views: 27.8ms | ActiveRecord: 0.6ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 19:52:37 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 19:52:37 -0300 Started GET "/jera_push/admin/messages/1?utf8=%E2%9C%93&platform%5B%5D=chrome&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:53:17 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"utf8"=>"✓", "platform"=>["chrome"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} JeraPush::Message Load (0.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: utf8, commit, id SQL (0.3ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = 1) AND (jera_push_devices.platform in ('chrome')) SQL (0.3ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = 1) AND (jera_push_devices.platform in ('chrome')) ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (42.8ms) Completed 500 Internal Server Error in 53ms (ActiveRecord: 1.0ms) ActionView::Template::Error (undefined method `device_filter_jera_push_admin_messages' for #<#:0x007fcdd4956f38> Did you mean? device_filter_jera_push_admin_messages_url device_filter_jera_push_admin_messages_path): 17:

<%= t('jera_push.active_record.model.device.other') %>

18: 19:
20: <%= form_tag device_filter_jera_push_admin_messages(@message, remote: true), method: :get, class: 'col s12' do |f| %> 21:
22: <% JeraPush::Device.platform.values.each do |platform| %> 23:
/home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:20:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___4104901317859741436_70261005789640' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.2ms) Started GET "/jera_push/admin/messages/1?utf8=%E2%9C%93&platform%5B%5D=chrome&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:53:25 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"utf8"=>"✓", "platform"=>["chrome"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: utf8, commit, id SQL (0.5ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = 1) AND (jera_push_devices.platform in ('chrome')) ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (7.0ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.5ms) Completed 200 OK in 49ms (Views: 46.6ms | ActiveRecord: 0.6ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 19:53:25 -0300 Started GET "/assets/jera_push/jera_push.self-822990e4f9a9b4a1ed1943b062558febfd8611fe3af9cf410ee203f7d58e443a.css?body=1" for 127.0.0.1 at 2016-10-07 19:53:25 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 19:53:25 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 19:53:25 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 19:53:25 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 19:53:25 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 19:53:25 -0300 Started GET "/jera_push/admin/messages/device_filter.1?utf8=%E2%9C%93&platform%5B%5D=ios&platform%5B%5D=chrome&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:53:31 -0300 Processing by JeraPush::Admin::MessagesController#device_filter as Parameters: {"utf8"=>"✓", "platform"=>["ios", "chrome"], "field"=>"token", "value"=>"", "commit"=>"Filtrar"} Unpermitted parameters: utf8, commit, format Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `id' for nil:NilClass): /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:31:in `device_filter_params' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:26:in `apply_filter' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:16:in `device_filter' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (17.5ms) Started GET "/jera_push/admin/messages/device_filter.1?utf8=%E2%9C%93&platform%5B%5D=ios&platform%5B%5D=chrome&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:53:54 -0300 Processing by JeraPush::Admin::MessagesController#device_filter as Parameters: {"utf8"=>"✓", "platform"=>["ios", "chrome"], "field"=>"token", "value"=>"", "commit"=>"Filtrar"} Unpermitted parameters: utf8, commit, format Completed 406 Not Acceptable in 1ms (ActiveRecord: 0.0ms) ActionController::UnknownFormat (ActionController::UnknownFormat): actionpack (4.2.7.1) lib/action_controller/metal/mime_responds.rb:219:in `respond_to' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:18:in `device_filter' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (19.0ms) Started GET "/jera_push/admin/messages/device_filter.1?utf8=%E2%9C%93&platform%5B%5D=ios&platform%5B%5D=chrome&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:54:06 -0300 Processing by JeraPush::Admin::MessagesController#show as Parameters: {"utf8"=>"✓", "platform"=>["ios", "chrome"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"device_filter"} JeraPush::Message Load (0.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 0]] Unpermitted parameters: utf8, commit, id, format Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (10.5ms) Completed 500 Internal Server Error in 27ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined method `id' for nil:JeraPush::MessagePresenter): 4:

<%= t('jera_push.active_record.model.message.one') %>

5: 6: <%= t('jera_push.active_record.messages.attributes.id') %> 7:
<%= @message.id %>
8: 9: <%= t('jera_push.active_record.messages.attributes.content') %> 10:
<%= @message.display_content %>
/home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/delegate.rb:87:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:7:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___4104901317859741436_70261221933100' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (18.3ms) Started GET "/jera_push/admin/messages/device_filter.1?utf8=%E2%9C%93&platform%5B%5D=ios&platform%5B%5D=chrome&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:54:32 -0300 Processing by JeraPush::Admin::MessagesController#show as Parameters: {"utf8"=>"✓", "platform"=>["ios", "chrome"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"device_filter"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 0]] Unpermitted parameters: utf8, commit, id, format Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (6.1ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `id' for nil:JeraPush::MessagePresenter): 4:

<%= t('jera_push.active_record.model.message.one') %>

5: 6: <%= t('jera_push.active_record.messages.attributes.id') %> 7:
<%= @message.id %>
8: 9: <%= t('jera_push.active_record.messages.attributes.content') %> 10:
<%= @message.display_content %>
/home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/delegate.rb:87:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:7:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___4104901317859741436_70261112289240' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.2ms) Started GET "/jera_push/admin/messages/device_filter.1?utf8=%E2%9C%93&platform%5B%5D=ios&platform%5B%5D=chrome&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:54:33 -0300 Processing by JeraPush::Admin::MessagesController#show as Parameters: {"utf8"=>"✓", "platform"=>["ios", "chrome"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"device_filter"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 0]] Unpermitted parameters: utf8, commit, id, format Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (4.6ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `id' for nil:JeraPush::MessagePresenter): 4:

<%= t('jera_push.active_record.model.message.one') %>

5: 6: <%= t('jera_push.active_record.messages.attributes.id') %> 7:
<%= @message.id %>
8: 9: <%= t('jera_push.active_record.messages.attributes.content') %> 10:
<%= @message.display_content %>
/home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/delegate.rb:87:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:7:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___4104901317859741436_70261112289240' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (19.0ms) Started GET "/jera_push/admin/messages/device_filter.1?utf8=%E2%9C%93&platform%5B%5D=ios&platform%5B%5D=chrome&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:54:34 -0300 Processing by JeraPush::Admin::MessagesController#show as Parameters: {"utf8"=>"✓", "platform"=>["ios", "chrome"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"device_filter"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 0]] Unpermitted parameters: utf8, commit, id, format Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (7.0ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `id' for nil:JeraPush::MessagePresenter): 4:

<%= t('jera_push.active_record.model.message.one') %>

5: 6: <%= t('jera_push.active_record.messages.attributes.id') %> 7:
<%= @message.id %>
8: 9: <%= t('jera_push.active_record.messages.attributes.content') %> 10:
<%= @message.display_content %>
/home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/delegate.rb:87:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:7:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___4104901317859741436_70261112289240' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (19.5ms) Started GET "/jera_push/admin/messages/device_filter.1?utf8=%E2%9C%93&platform%5B%5D=ios&platform%5B%5D=chrome&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:54:40 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#show as Parameters: {"utf8"=>"✓", "platform"=>["ios", "chrome"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"device_filter"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 0]] Unpermitted parameters: utf8, commit, id, format Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (407.2ms) Completed 500 Internal Server Error in 467ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `id' for nil:JeraPush::MessagePresenter): 4:

<%= t('jera_push.active_record.model.message.one') %>

5: 6: <%= t('jera_push.active_record.messages.attributes.id') %> 7:
<%= @message.id %>
8: 9: <%= t('jera_push.active_record.messages.attributes.content') %> 10:
<%= @message.display_content %>
/home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/delegate.rb:87:in `method_missing' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:7:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___4205742205960121432_30377460' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (27.2ms) Started GET "/jera_push/admin/messages/" for 127.0.0.1 at 2016-10-07 19:54:48 -0300 Processing by JeraPush::Admin::MessagesController#index as HTML JeraPush::Message Load (4.9ms) SELECT "jera_push_messages".* FROM "jera_push_messages" Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/index.html.erb within layouts/jera_push/jera_push (74.5ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (1.5ms) Completed 200 OK in 566ms (Views: 542.2ms | ActiveRecord: 5.2ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 19:54:49 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 19:54:49 -0300 Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 19:54:50 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id SQL (0.6ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = '1') ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (84.9ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (1.7ms) Completed 200 OK in 137ms (Views: 130.7ms | ActiveRecord: 2.0ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 19:54:50 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 19:54:50 -0300 Started GET "/jera_push/admin/messages/1/device_filter?utf8=%E2%9C%93&platform%5B%5D=ios&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:54:54 -0300 Processing by JeraPush::Admin::MessagesController#device_filter as HTML Parameters: {"utf8"=>"✓", "platform"=>["ios"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} Unpermitted parameters: utf8, commit, id Completed 406 Not Acceptable in 3ms (ActiveRecord: 0.0ms) ActionController::UnknownFormat (ActionController::UnknownFormat): actionpack (4.2.7.1) lib/action_controller/metal/mime_responds.rb:219:in `respond_to' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:18:in `device_filter' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (16.0ms) Started GET "/jera_push/admin/messages/1/device_filter?utf8=%E2%9C%93&platform%5B%5D=ios&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:55:37 -0300 Processing by JeraPush::Admin::MessagesController#device_filter as HTML Parameters: {"utf8"=>"✓", "platform"=>["ios"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} Unpermitted parameters: utf8, commit, id Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms) ActionView::MissingTemplate (Missing template jera_push/admin/messages/device_filter, jera_push/admin/admin/device_filter, jera_push/jera_push/device_filter, application/device_filter with {:locale=>[:"pt-BR"], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/matias/jera/projetos/jera-push-gem/test/dummy/app/views" * "/home/matias/jera/projetos/jera-push-gem/app/views" * "/home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/kaminari-0.17.0/app/views" ): actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:18:in `device_filter' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (23.5ms) Started GET "/jera_push/admin/messages/1/device_filter?utf8=%E2%9C%93&platform%5B%5D=ios&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:55:42 -0300 Processing by JeraPush::Admin::MessagesController#device_filter as HTML Parameters: {"utf8"=>"✓", "platform"=>["ios"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} Unpermitted parameters: utf8, commit, id Completed 406 Not Acceptable in 1ms (ActiveRecord: 0.0ms) ActionController::UnknownFormat (ActionController::UnknownFormat): actionpack (4.2.7.1) lib/action_controller/metal/mime_responds.rb:219:in `respond_to' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:18:in `device_filter' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (16.1ms) Started GET "/jera_push/admin/messages/1/device_filter?utf8=%E2%9C%93&platform%5B%5D=ios&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:55:43 -0300 Processing by JeraPush::Admin::MessagesController#device_filter as HTML Parameters: {"utf8"=>"✓", "platform"=>["ios"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} Unpermitted parameters: utf8, commit, id Completed 406 Not Acceptable in 1ms (ActiveRecord: 0.0ms) ActionController::UnknownFormat (ActionController::UnknownFormat): actionpack (4.2.7.1) lib/action_controller/metal/mime_responds.rb:219:in `respond_to' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:18:in `device_filter' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (15.2ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 19:55:49 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id SQL (0.3ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = '1') ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (3.6ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.4ms) Completed 200 OK in 28ms (Views: 24.6ms | ActiveRecord: 0.8ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 19:55:51 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 19:55:51 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 19:55:51 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 19:55:51 -0300 Started GET "/assets/jera_push/jera_push.self-822990e4f9a9b4a1ed1943b062558febfd8611fe3af9cf410ee203f7d58e443a.css?body=1" for 127.0.0.1 at 2016-10-07 19:55:51 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 19:55:51 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 19:55:51 -0300 Started GET "/jera_push/admin/messages/1/device_filter?utf8=%E2%9C%93&platform%5B%5D=android&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:55:53 -0300 Processing by JeraPush::Admin::MessagesController#device_filter as HTML Parameters: {"utf8"=>"✓", "platform"=>["android"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} Unpermitted parameters: utf8, commit, id Completed 406 Not Acceptable in 1ms (ActiveRecord: 0.0ms) ActionController::UnknownFormat (ActionController::UnknownFormat): actionpack (4.2.7.1) lib/action_controller/metal/mime_responds.rb:219:in `respond_to' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:18:in `device_filter' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (17.1ms) Started GET "/jera_push/admin/messages/1/device_filter?utf8=%E2%9C%93&platform%5B%5D=android&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:56:51 -0300 ActionController::RoutingError (The controller-level `respond_to' feature has been extracted to the `responders` gem. Add it to your Gemfile to continue using this feature: gem 'responders', '~> 2.0' Consult the Rails upgrade guide for details.): actionpack (4.2.7.1) lib/action_controller/metal/mime_responds.rb:10:in `respond_to' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:3:in `' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:2:in `' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:1:in `' activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.7.1) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.7.1) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.7.1) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.7.1) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:60:in `controller' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:39:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (8.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (30.4ms) Started GET "/jera_push/admin/messages/1/device_filter?utf8=%E2%9C%93&platform%5B%5D=android&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 19:56:58 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (The controller-level `respond_to' feature has been extracted to the `responders` gem. Add it to your Gemfile to continue using this feature: gem 'responders', '~> 2.0' Consult the Rails upgrade guide for details.): actionpack (4.2.7.1) lib/action_controller/metal/mime_responds.rb:10:in `respond_to' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:3:in `' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:2:in `' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:1:in `' activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.7.1) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.7.1) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.7.1) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.7.1) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:60:in `controller' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:39:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (7.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (40.4ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 19:57:03 -0300 ActionController::RoutingError (The controller-level `respond_to' feature has been extracted to the `responders` gem. Add it to your Gemfile to continue using this feature: gem 'responders', '~> 2.0' Consult the Rails upgrade guide for details.): actionpack (4.2.7.1) lib/action_controller/metal/mime_responds.rb:10:in `respond_to' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:3:in `' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:2:in `' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:1:in `' activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.7.1) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.7.1) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.7.1) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.7.1) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:60:in `controller' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:39:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (18.8ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 19:57:05 -0300 ActionController::RoutingError (The controller-level `respond_to' feature has been extracted to the `responders` gem. Add it to your Gemfile to continue using this feature: gem 'responders', '~> 2.0' Consult the Rails upgrade guide for details.): actionpack (4.2.7.1) lib/action_controller/metal/mime_responds.rb:10:in `respond_to' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:3:in `' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:2:in `' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:1:in `' activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.7.1) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.7.1) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.7.1) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.7.1) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:60:in `controller' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:39:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.5ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 19:57:56 -0300 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (The controller-level `respond_to' feature has been extracted to the `responders` gem. Add it to your Gemfile to continue using this feature: gem 'responders', '~> 2.0' Consult the Rails upgrade guide for details.): actionpack (4.2.7.1) lib/action_controller/metal/mime_responds.rb:10:in `respond_to' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:3:in `' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:2:in `' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:1:in `' activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.7.1) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.7.1) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.7.1) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.7.1) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:60:in `controller' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:39:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (8.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (37.8ms) Started GET "/jera_push/admin/messages/" for 127.0.0.1 at 2016-10-07 19:58:00 -0300 ActionController::RoutingError (The controller-level `respond_to' feature has been extracted to the `responders` gem. Add it to your Gemfile to continue using this feature: gem 'responders', '~> 2.0' Consult the Rails upgrade guide for details.): actionpack (4.2.7.1) lib/action_controller/metal/mime_responds.rb:10:in `respond_to' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:3:in `' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:2:in `' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:1:in `' activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.7.1) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.7.1) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.7.1) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.7.1) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:60:in `controller' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:39:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (17.2ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 19:58:02 -0300 ActionController::RoutingError (The controller-level `respond_to' feature has been extracted to the `responders` gem. Add it to your Gemfile to continue using this feature: gem 'responders', '~> 2.0' Consult the Rails upgrade guide for details.): actionpack (4.2.7.1) lib/action_controller/metal/mime_responds.rb:10:in `respond_to' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:3:in `' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:2:in `' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:1:in `' activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.7.1) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.7.1) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.7.1) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.7.1) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:60:in `controller' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:39:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (17.2ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 20:04:36 -0300 ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.6ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (391.6ms) Completed 500 Internal Server Error in 440ms (ActiveRecord: 1.0ms) ActionView::Template::Error (Missing partial devices/_list with {:locale=>[:"pt-BR"], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/matias/jera/projetos/jera-push-gem/test/dummy/app/views" * "/home/matias/jera/projetos/jera-push-gem/app/views" * "/home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/kaminari-0.17.0/app/views" ): 47:
48: 49:
50: <%= render partial: 'devices/list', locals: {devices: @devices} %> 51:
52: 53:
actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:51:in `render_partial' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:25:in `render' actionview (4.2.7.1) lib/action_view/helpers/rendering_helper.rb:32:in `render' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:50:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__3348765201713280856_32110920' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (29.9ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 20:04:37 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (4.6ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.1ms) ActionView::Template::Error (Missing partial devices/_list with {:locale=>[:"pt-BR"], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/matias/jera/projetos/jera-push-gem/test/dummy/app/views" * "/home/matias/jera/projetos/jera-push-gem/app/views" * "/home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/kaminari-0.17.0/app/views" ): 47:
48: 49:
50: <%= render partial: 'devices/list', locals: {devices: @devices} %> 51:
52: 53:
actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:51:in `render_partial' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:25:in `render' actionview (4.2.7.1) lib/action_view/helpers/rendering_helper.rb:32:in `render' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:50:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__3348765201713280856_32110920' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.3ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 20:05:47 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (2.6ms) Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.1ms) ActionView::Template::Error (Missing partial devices/_list with {:locale=>[:"pt-BR"], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/matias/jera/projetos/jera-push-gem/test/dummy/app/views" * "/home/matias/jera/projetos/jera-push-gem/app/views" * "/home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/kaminari-0.17.0/app/views" ): 47:
48: 49:
50: <%= render partial: 'devices/list', locals: {devices: @devices} %> 51:
52: 53:
actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:51:in `render_partial' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:25:in `render' actionview (4.2.7.1) lib/action_view/helpers/rendering_helper.rb:32:in `render' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:50:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__3348765201713280856_32110920' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.4ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 20:05:48 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (2.5ms) Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.1ms) ActionView::Template::Error (Missing partial devices/_list with {:locale=>[:"pt-BR"], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/matias/jera/projetos/jera-push-gem/test/dummy/app/views" * "/home/matias/jera/projetos/jera-push-gem/app/views" * "/home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/kaminari-0.17.0/app/views" ): 47: 48: 49:
50: <%= render partial: 'devices/list', locals: {devices: @devices} %> 51:
52: 53: actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:51:in `render_partial' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:25:in `render' actionview (4.2.7.1) lib/action_view/helpers/rendering_helper.rb:32:in `render' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:50:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__3348765201713280856_32110920' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (19.5ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 20:06:24 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.4ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (399.5ms) Completed 500 Internal Server Error in 450ms (ActiveRecord: 0.7ms) ActionView::Template::Error (Missing partial devices/_list with {:locale=>[:"pt-BR"], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/matias/jera/projetos/jera-push-gem/test/dummy/app/views" * "/home/matias/jera/projetos/jera-push-gem/app/views" * "/home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/kaminari-0.17.0/app/views" ): 47: 48: 49:
50: <%= render partial: 'devices/list', locals: {devices: @devices} %> 51:
52: 53: actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:51:in `render_partial' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:25:in `render' actionview (4.2.7.1) lib/action_view/helpers/rendering_helper.rb:32:in `render' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:50:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___3989099295744966067_41455420' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (30.4ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 20:06:52 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (3.4ms) Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.1ms) ActionView::Template::Error (Missing partial devices/_list with {:locale=>[:"pt-BR"], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/matias/jera/projetos/jera-push-gem/test/dummy/app/views" * "/home/matias/jera/projetos/jera-push-gem/app/views" * "/home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/kaminari-0.17.0/app/views" ): 47: 48: 49:
50: <%= render partial: 'devices/list', locals: {devices: @devices} %> 51:
52: 53: actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:51:in `render_partial' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:25:in `render' actionview (4.2.7.1) lib/action_view/helpers/rendering_helper.rb:32:in `render' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:50:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___3989099295744966067_41455420' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.5ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 20:06:53 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (2.3ms) Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.1ms) ActionView::Template::Error (Missing partial devices/_list with {:locale=>[:"pt-BR"], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/matias/jera/projetos/jera-push-gem/test/dummy/app/views" * "/home/matias/jera/projetos/jera-push-gem/app/views" * "/home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/kaminari-0.17.0/app/views" ): 47: 48: 49:
50: <%= render partial: 'devices/list', locals: {devices: @devices} %> 51:
52: 53: actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:51:in `render_partial' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:25:in `render' actionview (4.2.7.1) lib/action_view/helpers/rendering_helper.rb:32:in `render' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:50:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___3989099295744966067_41455420' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (27.5ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 20:06:58 -0300 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (378.5ms) Completed 500 Internal Server Error in 422ms (ActiveRecord: 0.6ms) ActionView::Template::Error (Missing partial devices/_list with {:locale=>[:"pt-BR"], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/matias/jera/projetos/jera-push-gem/test/dummy/app/views" * "/home/matias/jera/projetos/jera-push-gem/app/views" * "/home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/kaminari-0.17.0/app/views" ): 47: 48: 49:
50: <%= render partial: 'devices/list', locals: {devices: @devices} %> 51:
52: 53: actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:51:in `render_partial' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:25:in `render' actionview (4.2.7.1) lib/action_view/helpers/rendering_helper.rb:32:in `render' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:50:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__3601603008813177540_36812700' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (28.1ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 20:07:32 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (5.7ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.1ms) ActionView::Template::Error (Missing partial ../devices/_list with {:locale=>[:"pt-BR"], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/matias/jera/projetos/jera-push-gem/test/dummy/app/views" * "/home/matias/jera/projetos/jera-push-gem/app/views" * "/home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/kaminari-0.17.0/app/views" ): 47: 48: 49:
50: <%= render partial: '../devices/list', locals: {devices: @devices} %> 51:
52: 53: actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:51:in `render_partial' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:25:in `render' actionview (4.2.7.1) lib/action_view/helpers/rendering_helper.rb:32:in `render' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:50:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__3601603008813177540_35312980' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.3ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 20:07:33 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (3.2ms) Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.1ms) ActionView::Template::Error (Missing partial ../devices/_list with {:locale=>[:"pt-BR"], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/matias/jera/projetos/jera-push-gem/test/dummy/app/views" * "/home/matias/jera/projetos/jera-push-gem/app/views" * "/home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/kaminari-0.17.0/app/views" ): 47: 48: 49:
50: <%= render partial: '../devices/list', locals: {devices: @devices} %> 51:
52: 53: actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:51:in `render_partial' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:25:in `render' actionview (4.2.7.1) lib/action_view/helpers/rendering_helper.rb:32:in `render' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:50:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__3601603008813177540_35312980' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.7ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 20:07:33 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (7.3ms) Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.1ms) ActionView::Template::Error (Missing partial ../devices/_list with {:locale=>[:"pt-BR"], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/matias/jera/projetos/jera-push-gem/test/dummy/app/views" * "/home/matias/jera/projetos/jera-push-gem/app/views" * "/home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/kaminari-0.17.0/app/views" ): 47: 48: 49:
50: <%= render partial: '../devices/list', locals: {devices: @devices} %> 51:
52: 53: actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:51:in `render_partial' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:25:in `render' actionview (4.2.7.1) lib/action_view/helpers/rendering_helper.rb:32:in `render' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:50:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__3601603008813177540_35312980' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (18.5ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 20:07:34 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (2.6ms) Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.1ms) ActionView::Template::Error (Missing partial ../devices/_list with {:locale=>[:"pt-BR"], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/matias/jera/projetos/jera-push-gem/test/dummy/app/views" * "/home/matias/jera/projetos/jera-push-gem/app/views" * "/home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/kaminari-0.17.0/app/views" ): 47: 48: 49:
50: <%= render partial: '../devices/list', locals: {devices: @devices} %> 51:
52: 53: actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:51:in `render_partial' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:25:in `render' actionview (4.2.7.1) lib/action_view/helpers/rendering_helper.rb:32:in `render' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:50:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__3601603008813177540_35312980' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (19.8ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 20:07:39 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (378.9ms) Completed 500 Internal Server Error in 420ms (ActiveRecord: 0.6ms) ActionView::Template::Error (Missing partial ../devices/_list with {:locale=>[:"pt-BR"], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/matias/jera/projetos/jera-push-gem/test/dummy/app/views" * "/home/matias/jera/projetos/jera-push-gem/app/views" * "/home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/kaminari-0.17.0/app/views" ): 47: 48: 49:
50: <%= render partial: '../devices/list', locals: {devices: @devices} %> 51:
52: 53: actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:51:in `render_partial' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:25:in `render' actionview (4.2.7.1) lib/action_view/helpers/rendering_helper.rb:32:in `render' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:50:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb___3239402465153131432_28376340' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (27.7ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 20:07:49 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (396.6ms) Completed 500 Internal Server Error in 438ms (ActiveRecord: 0.5ms) ActionView::Template::Error (Missing partial devices/_list with {:locale=>[:"pt-BR"], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/matias/jera/projetos/jera-push-gem/test/dummy/app/views" * "/home/matias/jera/projetos/jera-push-gem/app/views" * "/home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/kaminari-0.17.0/app/views" ): 47: 48: 49:
50: <%= render partial: '/devices/list', locals: {devices: @devices} %> 51:
52: 53: actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:51:in `render_partial' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:25:in `render' actionview (4.2.7.1) lib/action_view/helpers/rendering_helper.rb:32:in `render' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:50:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__3815248564027421837_30935200' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.8ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 20:09:04 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (3.9ms) Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.1ms) ActionView::Template::Error (Missing partial devices/_list with {:locale=>[:"pt-BR"], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/matias/jera/projetos/jera-push-gem/test/dummy/app/views" * "/home/matias/jera/projetos/jera-push-gem/app/views" * "/home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/kaminari-0.17.0/app/views" ): 47: 48: 49:
50: <%= render partial: 'devices/list', locals: {devices: @devices} %> 51:
52: 53: actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:51:in `render_partial' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:25:in `render' actionview (4.2.7.1) lib/action_view/helpers/rendering_helper.rb:32:in `render' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:50:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__3815248564027421837_29416680' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.4ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 20:09:15 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (3.4ms) Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.1ms) ActionView::Template::Error (Missing partial admin/devices/_list with {:locale=>[:"pt-BR"], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/matias/jera/projetos/jera-push-gem/test/dummy/app/views" * "/home/matias/jera/projetos/jera-push-gem/app/views" * "/home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/kaminari-0.17.0/app/views" ): 47: 48: 49:
50: <%= render partial: 'admin/devices/list', locals: {devices: @devices} %> 51:
52: 53: actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:51:in `render_partial' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:25:in `render' actionview (4.2.7.1) lib/action_view/helpers/rendering_helper.rb:32:in `render' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:50:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__3815248564027421837_18227140' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.3ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 20:09:17 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (5.1ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.1ms) ActionView::Template::Error (Missing partial admin/devices/_list with {:locale=>[:"pt-BR"], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/matias/jera/projetos/jera-push-gem/test/dummy/app/views" * "/home/matias/jera/projetos/jera-push-gem/app/views" * "/home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/kaminari-0.17.0/app/views" ): 47: 48: 49:
50: <%= render partial: 'admin/devices/list', locals: {devices: @devices} %> 51:
52: 53: actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.7.1) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:51:in `render_partial' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:25:in `render' actionview (4.2.7.1) lib/action_view/helpers/rendering_helper.rb:32:in `render' /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb:50:in `__home_matias_jera_projetos_jera_push_gem_app_views_jera_push_admin_messages_show_html_erb__3815248564027421837_18227140' actionview (4.2.7.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.7.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.7.1) lib/action_view/template.rb:143:in `render' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.2ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 20:09:24 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id SQL (1.4ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = '1') ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/devices/_list.html.erb (32.6ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (35.0ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (1.8ms) Completed 200 OK in 438ms (Views: 434.4ms | ActiveRecord: 2.1ms) Started GET "/assets/jera_push/jera_push.self-822990e4f9a9b4a1ed1943b062558febfd8611fe3af9cf410ee203f7d58e443a.css?body=1" for 127.0.0.1 at 2016-10-07 20:09:25 -0300 Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 20:09:25 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 20:09:25 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 20:09:25 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 20:09:25 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 20:09:25 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 20:09:25 -0300 Started GET "/jera_push/admin/messages/1/device_filter?utf8=%E2%9C%93&platform%5B%5D=chrome&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 20:09:31 -0300 Processing by JeraPush::Admin::MessagesController#device_filter as HTML Parameters: {"utf8"=>"✓", "platform"=>["chrome"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} Unpermitted parameters: utf8, commit, id Completed 406 Not Acceptable in 4ms (ActiveRecord: 0.0ms) ActionController::UnknownFormat (ActionController::UnknownFormat): actionpack (4.2.7.1) lib/action_controller/metal/mime_responds.rb:219:in `respond_to' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:18:in `device_filter' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (16.3ms) Started GET "/jera_push/admin/messages/1/device_filter?utf8=%E2%9C%93&platform%5B%5D=chrome&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 20:09:58 -0300 Processing by JeraPush::Admin::MessagesController#device_filter as HTML Parameters: {"utf8"=>"✓", "platform"=>["chrome"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} Unpermitted parameters: utf8, commit, id Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) ActionView::MissingTemplate (Missing template jera_push/admin/messages/device_filter, jera_push/admin/admin/device_filter, jera_push/jera_push/device_filter, application/device_filter with {:locale=>[:"pt-BR"], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/matias/jera/projetos/jera-push-gem/test/dummy/app/views" * "/home/matias/jera/projetos/jera-push-gem/app/views" * "/home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/kaminari-0.17.0/app/views" ): actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (20.1ms) Started GET "/jera_push/admin/messages/1/device_filter?utf8=%E2%9C%93&platform%5B%5D=chrome&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 20:09:59 -0300 Processing by JeraPush::Admin::MessagesController#device_filter as HTML Parameters: {"utf8"=>"✓", "platform"=>["chrome"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} Unpermitted parameters: utf8, commit, id Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms) ActionView::MissingTemplate (Missing template jera_push/admin/messages/device_filter, jera_push/admin/admin/device_filter, jera_push/jera_push/device_filter, application/device_filter with {:locale=>[:"pt-BR"], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/matias/jera/projetos/jera-push-gem/test/dummy/app/views" * "/home/matias/jera/projetos/jera-push-gem/app/views" * "/home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/kaminari-0.17.0/app/views" ): actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (23.1ms) Started GET "/jera_push/admin/messages/1/device_filter?utf8=%E2%9C%93&platform%5B%5D=chrome&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 20:10:09 -0300 Processing by JeraPush::Admin::MessagesController#device_filter as HTML Parameters: {"utf8"=>"✓", "platform"=>["chrome"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} Unpermitted parameters: utf8, commit, id Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms) ActionView::MissingTemplate (Missing template jera_push/admin/messages/device_filter, jera_push/admin/admin/device_filter, jera_push/jera_push/device_filter, application/device_filter with {:locale=>[:"pt-BR"], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/matias/jera/projetos/jera-push-gem/test/dummy/app/views" * "/home/matias/jera/projetos/jera-push-gem/app/views" * "/home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/kaminari-0.17.0/app/views" ): actionview (4.2.7.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.7.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.7.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.7.1) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:46:in `render_template' actionview (4.2.7.1) lib/action_view/renderer/renderer.rb:27:in `render' actionview (4.2.7.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.7.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.7.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.7.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.7.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (4.2.7.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (18.6ms) Started GET "/jera_push/admin/messages/1/device_filter?utf8=%E2%9C%93&platform%5B%5D=chrome&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 20:10:40 -0300 Processing by JeraPush::Admin::MessagesController#device_filter as HTML Parameters: {"utf8"=>"✓", "platform"=>["chrome"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} Unpermitted parameters: utf8, commit, id Completed 406 Not Acceptable in 1ms (ActiveRecord: 0.0ms) ActionController::UnknownFormat (ActionController::UnknownFormat): actionpack (4.2.7.1) lib/action_controller/metal/mime_responds.rb:219:in `respond_to' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:18:in `device_filter' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (19.8ms) Started GET "/jera_push/admin/messages/1/device_filter?utf8=%E2%9C%93&platform%5B%5D=chrome&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 20:11:57 -0300 ActionController::RoutingError (The controller-level `respond_to' feature has been extracted to the `responders` gem. Add it to your Gemfile to continue using this feature: gem 'responders', '~> 2.0' Consult the Rails upgrade guide for details.): actionpack (4.2.7.1) lib/action_controller/metal/mime_responds.rb:10:in `respond_to' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:3:in `' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:2:in `' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:1:in `' activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.7.1) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.7.1) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.7.1) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.7.1) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:60:in `controller' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:39:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (8.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (28.8ms) Started GET "/jera_push/admin/messages/1/device_filter?utf8=%E2%9C%93&platform%5B%5D=chrome&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 20:11:59 -0300 ActionController::RoutingError (The controller-level `respond_to' feature has been extracted to the `responders` gem. Add it to your Gemfile to continue using this feature: gem 'responders', '~> 2.0' Consult the Rails upgrade guide for details.): actionpack (4.2.7.1) lib/action_controller/metal/mime_responds.rb:10:in `respond_to' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:3:in `' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:2:in `' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:1:in `' activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.7.1) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.7.1) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.7.1) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.7.1) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.7.1) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.7.1) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.7.1) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:60:in `controller' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:39:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (20.3ms) Started GET "/jera_push/admin/messages/1/device_filter?utf8=%E2%9C%93&platform%5B%5D=chrome&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 20:12:38 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#device_filter as HTML Parameters: {"utf8"=>"✓", "platform"=>["chrome"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} Unpermitted parameters: utf8, commit, id Completed 406 Not Acceptable in 20ms (ActiveRecord: 0.0ms) ActionController::UnknownFormat (ActionController::UnknownFormat): actionpack (4.2.7.1) lib/action_controller/metal/mime_responds.rb:219:in `respond_to' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:19:in `device_filter' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (28.6ms) Started GET "/jera_push/admin/messages/1/" for 127.0.0.1 at 2016-10-07 20:12:44 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.5ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id SQL (0.6ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = '1') ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/devices/_list.html.erb (44.6ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (411.0ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.9ms) Completed 200 OK in 851ms (Views: 827.6ms | ActiveRecord: 2.2ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 20:12:45 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 20:12:45 -0300 Started GET "/jera_push/admin/messages/1/device_filter?utf8=%E2%9C%93&platform%5B%5D=chrome&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 20:12:48 -0300 Processing by JeraPush::Admin::MessagesController#device_filter as HTML Parameters: {"utf8"=>"✓", "platform"=>["chrome"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} Unpermitted parameters: utf8, commit, id Completed 406 Not Acceptable in 2ms (ActiveRecord: 0.0ms) ActionController::UnknownFormat (ActionController::UnknownFormat): actionpack (4.2.7.1) lib/action_controller/metal/mime_responds.rb:219:in `respond_to' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:19:in `device_filter' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.4ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.5ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (26.5ms) Started GET "/jera_push/admin/messages/1/device_filter?utf8=%E2%9C%93&platform%5B%5D=android&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 20:12:57 -0300 Processing by JeraPush::Admin::MessagesController#device_filter as HTML Parameters: {"utf8"=>"✓", "platform"=>["android"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} Unpermitted parameters: utf8, commit, id Completed 406 Not Acceptable in 2ms (ActiveRecord: 0.0ms) ActionController::UnknownFormat (ActionController::UnknownFormat): actionpack (4.2.7.1) lib/action_controller/metal/mime_responds.rb:219:in `respond_to' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:19:in `device_filter' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (21.7ms) Started GET "/jera_push/admin/messages/1/device_filter?utf8=%E2%9C%93&platform%5B%5D=ios&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 20:13:09 -0300 Processing by JeraPush::Admin::MessagesController#device_filter as HTML Parameters: {"utf8"=>"✓", "platform"=>["ios"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} Unpermitted parameters: utf8, commit, id Completed 406 Not Acceptable in 1ms (ActiveRecord: 0.0ms) ActionController::UnknownFormat (ActionController::UnknownFormat): actionpack (4.2.7.1) lib/action_controller/metal/mime_responds.rb:219:in `respond_to' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:19:in `device_filter' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (16.1ms) Started GET "/jera_push/admin/messages/1/device_filter?utf8=%E2%9C%93&platform%5B%5D=ios&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 20:13:28 -0300 Processing by JeraPush::Admin::MessagesController#device_filter as HTML Parameters: {"utf8"=>"✓", "platform"=>["ios"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} Unpermitted parameters: utf8, commit, id Completed 406 Not Acceptable in 5ms (ActiveRecord: 0.0ms) ActionController::UnknownFormat (ActionController::UnknownFormat): actionpack (4.2.7.1) lib/action_controller/metal/mime_responds.rb:219:in `respond_to' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:19:in `device_filter' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (20.1ms) Started GET "/jera_push/admin/messages/1/" for 127.0.0.1 at 2016-10-07 20:13:30 -0300 Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.1ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id SQL (0.4ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = '1') ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/devices/_list.html.erb (3.2ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (6.0ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.4ms) Completed 200 OK in 24ms (Views: 22.3ms | ActiveRecord: 0.5ms) Started GET "/assets/jera_push/materialize/materialize.self-7c265c6fef56a7cabb08d3c2eb359082d14c04670be6e4d1187af7e17f49a1a2.css?body=1" for 127.0.0.1 at 2016-10-07 20:13:30 -0300 Started GET "/assets/jera_push/jera_push.self-822990e4f9a9b4a1ed1943b062558febfd8611fe3af9cf410ee203f7d58e443a.css?body=1" for 127.0.0.1 at 2016-10-07 20:13:30 -0300 Started GET "/assets/jera_push/materialize/bin/materialize.self-5cbdeb1c3c2333d8e0ed8638b54ec30fcb55a7b44303893fc4643fe79c9859cf.js?body=1" for 127.0.0.1 at 2016-10-07 20:13:30 -0300 Started GET "/assets/jera_push/jquery-2.1.4.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-10-07 20:13:30 -0300 Started GET "/assets/jera_push/jera_push.self-179b9cf9409cd1edac24a889fe8b7c9c6dc9942c30a9e0606136f737746d290c.js?body=1" for 127.0.0.1 at 2016-10-07 20:13:30 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 20:13:30 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 20:13:30 -0300 Started GET "/jera_push/admin/messages/1/device_filter?utf8=%E2%9C%93&platform%5B%5D=chrome&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 20:13:34 -0300 Processing by JeraPush::Admin::MessagesController#device_filter as HTML Parameters: {"utf8"=>"✓", "platform"=>["chrome"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} Unpermitted parameters: utf8, commit, id Completed 406 Not Acceptable in 1ms (ActiveRecord: 0.0ms) ActionController::UnknownFormat (ActionController::UnknownFormat): actionpack (4.2.7.1) lib/action_controller/metal/mime_responds.rb:219:in `respond_to' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:19:in `device_filter' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.3ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (15.9ms) Started GET "/jera_push/admin/messages/1/device_filter?utf8=%E2%9C%93&platform%5B%5D=chrome&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 20:14:08 -0300 Processing by JeraPush::Admin::MessagesController#device_filter as HTML Parameters: {"utf8"=>"✓", "platform"=>["chrome"], "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} Unpermitted parameters: utf8, commit, id Completed 406 Not Acceptable in 3ms (ActiveRecord: 0.0ms) ActionController::UnknownFormat (ActionController::UnknownFormat): actionpack (4.2.7.1) lib/action_controller/metal/mime_responds.rb:219:in `respond_to' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:19:in `device_filter' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (21.0ms) Started GET "/jera_push/admin/messages/1" for 127.0.0.1 at 2016-10-07 20:14:13 -0300 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by JeraPush::Admin::MessagesController#show as HTML Parameters: {"id"=>"1"} JeraPush::Message Load (0.2ms) SELECT "jera_push_messages".* FROM "jera_push_messages" WHERE "jera_push_messages"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: id SQL (0.4ms) SELECT "jera_push_devices"."id" AS t0_r0, "jera_push_devices"."token" AS t0_r1, "jera_push_devices"."platform" AS t0_r2, "jera_push_devices"."resource_id" AS t0_r3, "jera_push_devices"."created_at" AS t0_r4, "jera_push_devices"."updated_at" AS t0_r5, "users"."id" AS t1_r0, "users"."name" AS t1_r1, "users"."email" AS t1_r2, "users"."created_at" AS t1_r3, "users"."updated_at" AS t1_r4 FROM "jera_push_devices" INNER JOIN "users" ON "users"."id" = "jera_push_devices"."resource_id" INNER JOIN "jera_push_messages_devices" ON "jera_push_messages_devices"."device_id" = "jera_push_devices"."id" INNER JOIN "jera_push_messages" ON "jera_push_messages"."id" = "jera_push_messages_devices"."message_id" WHERE (jera_push_messages.id = '1') ORDER BY "jera_push_devices"."created_at" DESC LIMIT 25 OFFSET 0 Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/devices/_list.html.erb (30.6ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/jera_push/admin/messages/show.html.erb within layouts/jera_push/jera_push (450.3ms) Rendered /home/matias/jera/projetos/jera-push-gem/app/views/layouts/jera_push/_navbar.html.erb (0.7ms) Completed 200 OK in 884ms (Views: 850.5ms | ActiveRecord: 1.4ms) Started GET "/assets/jera_push/fonts/roboto/Roboto-Regular.woff2" for 127.0.0.1 at 2016-10-07 20:14:14 -0300 Started GET "/assets/jera_push/fonts/roboto/Roboto-Bold.woff2" for 127.0.0.1 at 2016-10-07 20:14:14 -0300 Started GET "/jera_push/admin/messages/1/device_filter?utf8=%E2%9C%93&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 20:14:17 -0300 Processing by JeraPush::Admin::MessagesController#device_filter as HTML Parameters: {"utf8"=>"✓", "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} Unpermitted parameters: utf8, commit, id Completed 406 Not Acceptable in 2ms (ActiveRecord: 0.0ms) ActionController::UnknownFormat (ActionController::UnknownFormat): actionpack (4.2.7.1) lib/action_controller/metal/mime_responds.rb:219:in `respond_to' /home/matias/jera/projetos/jera-push-gem/app/controllers/jera_push/admin/messages_controller.rb:19:in `device_filter' actionpack (4.2.7.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.7.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.7.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.7.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.7.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.7.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.7.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.7.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.7.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.7.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.7.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.7.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.7.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.7.1) lib/action_dispatch/routing/route_set.rb:817:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.7.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.7.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.7.1) lib/active_record/migration.rb:377:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.7.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.7.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.7.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.7.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.7.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.7.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.7.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.7.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.7.1) lib/action_dispatch/middleware/static.rb:120:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.7.1) lib/rails/engine.rb:518:in `call' railties (4.2.7.1) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/matias/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.7ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.0ms) Rendered /home/matias/.rvm/gems/ruby-2.3.0@jera_push_gem/gems/actionpack-4.2.7.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (26.4ms) Started GET "/jera_push/admin/messages/1/device_filter?utf8=%E2%9C%93&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 20:14:45 -0300 Processing by JeraPush::Admin::MessagesController#device_filter as HTML Parameters: {"utf8"=>"✓", "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} Unpermitted parameters: utf8, commit, id Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/jera_push/admin/messages/1/device_filter?utf8=%E2%9C%93&field=token&value=&commit=Filtrar" for 127.0.0.1 at 2016-10-07 20:14:50 -0300 Processing by JeraPush::Admin::MessagesController#device_filter as HTML Parameters: {"utf8"=>"✓", "field"=>"token", "value"=>"", "commit"=>"Filtrar", "id"=>"1"} Unpermitted parameters: utf8, commit, id Security warning: an embedded